From 5deee76438aaad753bea353f14e3237225feac15 Mon Sep 17 00:00:00 2001 From: Milad Nourizade Date: Sun, 23 Aug 2020 10:07:59 +0430 Subject: [PATCH 1/2] Add YTS YIFY torrent movies --- .DS_Store | Bin 0 -> 6148 bytes README.md | 6 + package-lock.json | 1270 +- src/.DS_Store | Bin 0 -> 6148 bytes src/data/.DS_Store | Bin 0 -> 6148 bytes src/data/MovieLens/.DS_Store | Bin 0 -> 6148 bytes src/data/{ => MovieLens}/keywords.csv | 0 src/data/{ => MovieLens}/movies_metadata.csv | 0 src/data/{ => MovieLens}/ratings_small.csv | 0 src/data/YTSMovies/keywords.csv | 10940 +++++++++++++++++ src/data/YTSMovies/movies_metadata.csv | 10939 ++++++++++++++++ src/index.js | 11 +- src/preparation/movies.js | 4 +- 13 files changed, 22519 insertions(+), 651 deletions(-) create mode 100644 .DS_Store create mode 100644 src/.DS_Store create mode 100644 src/data/.DS_Store create mode 100644 src/data/MovieLens/.DS_Store rename src/data/{ => MovieLens}/keywords.csv (100%) rename src/data/{ => MovieLens}/movies_metadata.csv (100%) rename src/data/{ => MovieLens}/ratings_small.csv (100%) create mode 100644 src/data/YTSMovies/keywords.csv create mode 100644 src/data/YTSMovies/movies_metadata.csv diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..de58063d082c1c04e9708db51d819923a46d69c5 GIT binary patch literal 6148 zcmeHK-D(p-6h6~LJBbw|2<_$E2wudJltL>atTDalg&?lzg-W`cUE0;{PRMQy8Y6q- zL+Bg$C_aG?;sfY6KM}KO!7C9v2hRD<%$zfm^DQ%zAtKhBL|vj55pk%(dK2ahQR7Ni zWX<-h1DT#=)cGKw3O$RZL49<<=qCWM zj&3dR)muX42#cP@(jZ14%%lQMDzi@vX426wY@BDYG-%R^*~bU7D>M5-VS07UFLXFD z&!Dr80mr~H12xlZsr&!n{P+KIl505z90UIq1FYWn`#qFo@79&#)Lko}M^Ggyt~97q kVC;3Q9d#9NLA78^C YTS movies dataset is available just for content based recommendation . + A recommender system in JavaScript built with NodeJs. It uses the popular [MovieLens](https://www.kaggle.com/rounakbanik/the-movies-dataset/data) database which includes information about movies and ratings of users. The recommender system implements the following recommendation strategies: * linear regression with gradient descent learning diff --git a/package-lock.json b/package-lock.json index f1443ac..908ce37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "recommendation-system-javascript", + "name": "recommender-system-javascript-movielens", "version": "1.0.0", "lockfileVersion": 1, "requires": true, @@ -16,7 +16,7 @@ "integrity": "sha1-w2rsy6VjuJzrVW82kPCx2eNUf38=", "dev": true, "requires": { - "string-width": "2.1.1" + "string-width": "^2.0.0" } }, "ansi-regex": { @@ -37,8 +37,8 @@ "integrity": "sha512-0XNayC8lTHQ2OI8aljNCN3sSx6hsr/1+rlcDAotXJR7C1oZZHCNsfpbKwMjRA3Uqb5tF1Rae2oloTr4xpq+WjA==", "dev": true, "requires": { - "micromatch": "2.3.11", - "normalize-path": "2.1.1" + "micromatch": "^2.1.5", + "normalize-path": "^2.0.0" } }, "apparatus": { @@ -46,7 +46,7 @@ "resolved": "https://registry.npmjs.org/apparatus/-/apparatus-0.0.9.tgz", "integrity": "sha1-N9zSWDStC2UQdllikduCPusZCL0=", "requires": { - "sylvester": "0.0.21" + "sylvester": ">= 0.0.8" } }, "arguments-extended": { @@ -54,8 +54,8 @@ "resolved": "https://registry.npmjs.org/arguments-extended/-/arguments-extended-0.0.3.tgz", "integrity": "sha1-YQfkkX0OtvCk3WYyD8Fa/HLvSUY=", "requires": { - "extended": "0.0.6", - "is-extended": "0.0.10" + "extended": "~0.0.3", + "is-extended": "~0.0.8" } }, "arr-diff": { @@ -64,7 +64,7 @@ "integrity": "sha1-jzuCf5Vai9ZpaX5KQlasPOrjVs8=", "dev": true, "requires": { - "arr-flatten": "1.1.0" + "arr-flatten": "^1.0.1" } }, "arr-flatten": { @@ -78,9 +78,9 @@ "resolved": "https://registry.npmjs.org/array-extended/-/array-extended-0.0.11.tgz", "integrity": "sha1-1xRK50jek8pybxIQCdv/FibRZL0=", "requires": { - "arguments-extended": "0.0.3", - "extended": "0.0.6", - "is-extended": "0.0.10" + "arguments-extended": "~0.0.3", + "extended": "~0.0.3", + "is-extended": "~0.0.3" } }, "array-unique": { @@ -101,21 +101,21 @@ "integrity": "sha1-UCq1SHTX24itALiHoGODzgPQAvE=", "dev": true, "requires": { - "babel-core": "6.26.0", - "babel-polyfill": "6.26.0", - "babel-register": "6.26.0", - "babel-runtime": "6.26.0", - "chokidar": "1.7.0", - "commander": "2.12.2", - "convert-source-map": "1.5.1", - "fs-readdir-recursive": "1.1.0", - "glob": "7.1.2", - "lodash": "4.17.4", - "output-file-sync": "1.1.2", - "path-is-absolute": "1.0.1", - "slash": "1.0.0", - "source-map": "0.5.7", - "v8flags": "2.1.1" + "babel-core": "^6.26.0", + "babel-polyfill": "^6.26.0", + "babel-register": "^6.26.0", + "babel-runtime": "^6.26.0", + "chokidar": "^1.6.1", + "commander": "^2.11.0", + "convert-source-map": "^1.5.0", + "fs-readdir-recursive": "^1.0.0", + "glob": "^7.1.2", + "lodash": "^4.17.4", + "output-file-sync": "^1.1.2", + "path-is-absolute": "^1.0.1", + "slash": "^1.0.0", + "source-map": "^0.5.6", + "v8flags": "^2.1.1" } }, "babel-code-frame": { @@ -124,9 +124,9 @@ "integrity": "sha1-Y/1D99weO7fONZR9uP42mj9Yx0s=", "dev": true, "requires": { - "chalk": "1.1.3", - "esutils": "2.0.2", - "js-tokens": "3.0.2" + "chalk": "^1.1.3", + "esutils": "^2.0.2", + "js-tokens": "^3.0.2" } }, "babel-core": { @@ -135,25 +135,25 @@ "integrity": "sha1-rzL3izGm/O8RnIew/Y2XU/A6C7g=", "dev": true, "requires": { - "babel-code-frame": "6.26.0", - "babel-generator": "6.26.0", - "babel-helpers": "6.24.1", - "babel-messages": "6.23.0", - "babel-register": "6.26.0", - "babel-runtime": "6.26.0", - "babel-template": "6.26.0", - "babel-traverse": "6.26.0", - "babel-types": "6.26.0", - "babylon": "6.18.0", - "convert-source-map": "1.5.1", - "debug": "2.6.9", - "json5": "0.5.1", - "lodash": "4.17.4", - "minimatch": "3.0.4", - "path-is-absolute": "1.0.1", - "private": "0.1.8", - "slash": "1.0.0", - "source-map": "0.5.7" + "babel-code-frame": "^6.26.0", + "babel-generator": "^6.26.0", + "babel-helpers": "^6.24.1", + "babel-messages": "^6.23.0", + "babel-register": "^6.26.0", + "babel-runtime": "^6.26.0", + "babel-template": "^6.26.0", + "babel-traverse": "^6.26.0", + "babel-types": "^6.26.0", + "babylon": "^6.18.0", + "convert-source-map": "^1.5.0", + "debug": "^2.6.8", + "json5": "^0.5.1", + "lodash": "^4.17.4", + "minimatch": "^3.0.4", + "path-is-absolute": "^1.0.1", + "private": "^0.1.7", + "slash": "^1.0.0", + "source-map": "^0.5.6" } }, "babel-generator": { @@ -162,14 +162,14 @@ "integrity": "sha1-rBriAHC3n248odMmlhMFN3TyDcU=", "dev": true, "requires": { - "babel-messages": "6.23.0", - "babel-runtime": "6.26.0", - "babel-types": "6.26.0", - "detect-indent": "4.0.0", - "jsesc": "1.3.0", - "lodash": "4.17.4", - "source-map": "0.5.7", - "trim-right": "1.0.1" + "babel-messages": "^6.23.0", + "babel-runtime": "^6.26.0", + "babel-types": "^6.26.0", + "detect-indent": "^4.0.0", + "jsesc": "^1.3.0", + "lodash": "^4.17.4", + "source-map": "^0.5.6", + "trim-right": "^1.0.1" } }, "babel-helper-bindify-decorators": { @@ -178,9 +178,9 @@ "integrity": "sha1-FMGeXxQte0fxmlJDHlKxzLxAozA=", "dev": true, "requires": { - "babel-runtime": "6.26.0", - "babel-traverse": "6.26.0", - "babel-types": "6.26.0" + "babel-runtime": "^6.22.0", + "babel-traverse": "^6.24.1", + "babel-types": "^6.24.1" } }, "babel-helper-builder-binary-assignment-operator-visitor": { @@ -189,9 +189,9 @@ "integrity": "sha1-zORReto1b0IgvK6KAsKzRvmlZmQ=", "dev": true, "requires": { - "babel-helper-explode-assignable-expression": "6.24.1", - "babel-runtime": "6.26.0", - "babel-types": "6.26.0" + "babel-helper-explode-assignable-expression": "^6.24.1", + "babel-runtime": "^6.22.0", + "babel-types": "^6.24.1" } }, "babel-helper-call-delegate": { @@ -200,10 +200,10 @@ "integrity": "sha1-7Oaqzdx25Bw0YfiL/Fdb0Nqi340=", "dev": true, "requires": { - "babel-helper-hoist-variables": "6.24.1", - "babel-runtime": "6.26.0", - "babel-traverse": "6.26.0", - "babel-types": "6.26.0" + "babel-helper-hoist-variables": "^6.24.1", + "babel-runtime": "^6.22.0", + "babel-traverse": "^6.24.1", + "babel-types": "^6.24.1" } }, "babel-helper-define-map": { @@ -212,10 +212,10 @@ "integrity": "sha1-pfVtq0GiX5fstJjH66ypgZ+Vvl8=", "dev": true, "requires": { - "babel-helper-function-name": "6.24.1", - "babel-runtime": "6.26.0", - "babel-types": "6.26.0", - "lodash": "4.17.4" + "babel-helper-function-name": "^6.24.1", + "babel-runtime": "^6.26.0", + "babel-types": "^6.26.0", + "lodash": "^4.17.4" } }, "babel-helper-explode-assignable-expression": { @@ -224,9 +224,9 @@ "integrity": "sha1-8luCz33BBDPFX3BZLVdGQArCLKo=", "dev": true, "requires": { - "babel-runtime": "6.26.0", - "babel-traverse": "6.26.0", - "babel-types": "6.26.0" + "babel-runtime": "^6.22.0", + "babel-traverse": "^6.24.1", + "babel-types": "^6.24.1" } }, "babel-helper-explode-class": { @@ -235,10 +235,10 @@ "integrity": "sha1-fcKjkQ3uAHBW4eMdZAztPVTqqes=", "dev": true, "requires": { - "babel-helper-bindify-decorators": "6.24.1", - "babel-runtime": "6.26.0", - "babel-traverse": "6.26.0", - "babel-types": "6.26.0" + "babel-helper-bindify-decorators": "^6.24.1", + "babel-runtime": "^6.22.0", + "babel-traverse": "^6.24.1", + "babel-types": "^6.24.1" } }, "babel-helper-function-name": { @@ -247,11 +247,11 @@ "integrity": "sha1-00dbjAPtmCQqJbSDUasYOZ01gKk=", "dev": true, "requires": { - "babel-helper-get-function-arity": "6.24.1", - "babel-runtime": "6.26.0", - "babel-template": "6.26.0", - "babel-traverse": "6.26.0", - "babel-types": "6.26.0" + "babel-helper-get-function-arity": "^6.24.1", + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1", + "babel-traverse": "^6.24.1", + "babel-types": "^6.24.1" } }, "babel-helper-get-function-arity": { @@ -260,8 +260,8 @@ "integrity": "sha1-j3eCqpNAfEHTqlCQj4mwMbG2hT0=", "dev": true, "requires": { - "babel-runtime": "6.26.0", - "babel-types": "6.26.0" + "babel-runtime": "^6.22.0", + "babel-types": "^6.24.1" } }, "babel-helper-hoist-variables": { @@ -270,8 +270,8 @@ "integrity": "sha1-HssnaJydJVE+rbyZFKc/VAi+enY=", "dev": true, "requires": { - "babel-runtime": "6.26.0", - "babel-types": "6.26.0" + "babel-runtime": "^6.22.0", + "babel-types": "^6.24.1" } }, "babel-helper-optimise-call-expression": { @@ -280,8 +280,8 @@ "integrity": "sha1-96E0J7qfc/j0+pk8VKl4gtEkQlc=", "dev": true, "requires": { - "babel-runtime": "6.26.0", - "babel-types": "6.26.0" + "babel-runtime": "^6.22.0", + "babel-types": "^6.24.1" } }, "babel-helper-regex": { @@ -290,9 +290,9 @@ "integrity": "sha1-MlxZ+QL4LyS3T6zu0DY5VPZJXnI=", "dev": true, "requires": { - "babel-runtime": "6.26.0", - "babel-types": "6.26.0", - "lodash": "4.17.4" + "babel-runtime": "^6.26.0", + "babel-types": "^6.26.0", + "lodash": "^4.17.4" } }, "babel-helper-remap-async-to-generator": { @@ -301,11 +301,11 @@ "integrity": "sha1-XsWBgnrXI/7N04HxySg5BnbkVRs=", "dev": true, "requires": { - "babel-helper-function-name": "6.24.1", - "babel-runtime": "6.26.0", - "babel-template": "6.26.0", - "babel-traverse": "6.26.0", - "babel-types": "6.26.0" + "babel-helper-function-name": "^6.24.1", + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1", + "babel-traverse": "^6.24.1", + "babel-types": "^6.24.1" } }, "babel-helper-replace-supers": { @@ -314,12 +314,12 @@ "integrity": "sha1-v22/5Dk40XNpohPKiov3S2qQqxo=", "dev": true, "requires": { - "babel-helper-optimise-call-expression": "6.24.1", - "babel-messages": "6.23.0", - "babel-runtime": "6.26.0", - "babel-template": "6.26.0", - "babel-traverse": "6.26.0", - "babel-types": "6.26.0" + "babel-helper-optimise-call-expression": "^6.24.1", + "babel-messages": "^6.23.0", + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1", + "babel-traverse": "^6.24.1", + "babel-types": "^6.24.1" } }, "babel-helpers": { @@ -328,8 +328,8 @@ "integrity": "sha1-NHHenK7DiOXIUOWX5Yom3fN2ArI=", "dev": true, "requires": { - "babel-runtime": "6.26.0", - "babel-template": "6.26.0" + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1" } }, "babel-messages": { @@ -338,7 +338,7 @@ "integrity": "sha1-8830cDhYA1sqKVHG7F7fbGLyYw4=", "dev": true, "requires": { - "babel-runtime": "6.26.0" + "babel-runtime": "^6.22.0" } }, "babel-plugin-check-es2015-constants": { @@ -347,7 +347,7 @@ "integrity": "sha1-NRV7EBQm/S/9PaP3XH0ekYNbv4o=", "dev": true, "requires": { - "babel-runtime": "6.26.0" + "babel-runtime": "^6.22.0" } }, "babel-plugin-syntax-async-functions": { @@ -404,9 +404,9 @@ "integrity": "sha1-8FiQAUX9PpkHpt3yjaWfIVJYpds=", "dev": true, "requires": { - "babel-helper-remap-async-to-generator": "6.24.1", - "babel-plugin-syntax-async-generators": "6.13.0", - "babel-runtime": "6.26.0" + "babel-helper-remap-async-to-generator": "^6.24.1", + "babel-plugin-syntax-async-generators": "^6.5.0", + "babel-runtime": "^6.22.0" } }, "babel-plugin-transform-async-to-generator": { @@ -415,9 +415,9 @@ "integrity": "sha1-ZTbjeK/2yx1VF6wOQOs+n8jQh2E=", "dev": true, "requires": { - "babel-helper-remap-async-to-generator": "6.24.1", - "babel-plugin-syntax-async-functions": "6.13.0", - "babel-runtime": "6.26.0" + "babel-helper-remap-async-to-generator": "^6.24.1", + "babel-plugin-syntax-async-functions": "^6.8.0", + "babel-runtime": "^6.22.0" } }, "babel-plugin-transform-class-properties": { @@ -426,10 +426,10 @@ "integrity": "sha1-anl2PqYdM9NvN7YRqp3vgagbRqw=", "dev": true, "requires": { - "babel-helper-function-name": "6.24.1", - "babel-plugin-syntax-class-properties": "6.13.0", - "babel-runtime": "6.26.0", - "babel-template": "6.26.0" + "babel-helper-function-name": "^6.24.1", + "babel-plugin-syntax-class-properties": "^6.8.0", + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1" } }, "babel-plugin-transform-decorators": { @@ -438,11 +438,11 @@ "integrity": "sha1-eIAT2PjGtSIr33s0Q5Df13Vp4k0=", "dev": true, "requires": { - "babel-helper-explode-class": "6.24.1", - "babel-plugin-syntax-decorators": "6.13.0", - "babel-runtime": "6.26.0", - "babel-template": "6.26.0", - "babel-types": "6.26.0" + "babel-helper-explode-class": "^6.24.1", + "babel-plugin-syntax-decorators": "^6.13.0", + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1", + "babel-types": "^6.24.1" } }, "babel-plugin-transform-es2015-arrow-functions": { @@ -451,7 +451,7 @@ "integrity": "sha1-RSaSy3EdX3ncf4XkQM5BufJE0iE=", "dev": true, "requires": { - "babel-runtime": "6.26.0" + "babel-runtime": "^6.22.0" } }, "babel-plugin-transform-es2015-block-scoped-functions": { @@ -460,7 +460,7 @@ "integrity": "sha1-u8UbSflk1wy42OC5ToICRs46YUE=", "dev": true, "requires": { - "babel-runtime": "6.26.0" + "babel-runtime": "^6.22.0" } }, "babel-plugin-transform-es2015-block-scoping": { @@ -469,11 +469,11 @@ "integrity": "sha1-1w9SmcEwjQXBL0Y4E7CgnnOxiV8=", "dev": true, "requires": { - "babel-runtime": "6.26.0", - "babel-template": "6.26.0", - "babel-traverse": "6.26.0", - "babel-types": "6.26.0", - "lodash": "4.17.4" + "babel-runtime": "^6.26.0", + "babel-template": "^6.26.0", + "babel-traverse": "^6.26.0", + "babel-types": "^6.26.0", + "lodash": "^4.17.4" } }, "babel-plugin-transform-es2015-classes": { @@ -482,15 +482,15 @@ "integrity": "sha1-WkxYpQyclGHlZLSyo7+ryXolhNs=", "dev": true, "requires": { - "babel-helper-define-map": "6.26.0", - "babel-helper-function-name": "6.24.1", - "babel-helper-optimise-call-expression": "6.24.1", - "babel-helper-replace-supers": "6.24.1", - "babel-messages": "6.23.0", - "babel-runtime": "6.26.0", - "babel-template": "6.26.0", - "babel-traverse": "6.26.0", - "babel-types": "6.26.0" + "babel-helper-define-map": "^6.24.1", + "babel-helper-function-name": "^6.24.1", + "babel-helper-optimise-call-expression": "^6.24.1", + "babel-helper-replace-supers": "^6.24.1", + "babel-messages": "^6.23.0", + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1", + "babel-traverse": "^6.24.1", + "babel-types": "^6.24.1" } }, "babel-plugin-transform-es2015-computed-properties": { @@ -499,8 +499,8 @@ "integrity": "sha1-b+Ko0WiV1WNPTNmZttNICjCBWbM=", "dev": true, "requires": { - "babel-runtime": "6.26.0", - "babel-template": "6.26.0" + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1" } }, "babel-plugin-transform-es2015-destructuring": { @@ -509,7 +509,7 @@ "integrity": "sha1-mXux8auWf2gtKwh2/jWNYOdlxW0=", "dev": true, "requires": { - "babel-runtime": "6.26.0" + "babel-runtime": "^6.22.0" } }, "babel-plugin-transform-es2015-duplicate-keys": { @@ -518,8 +518,8 @@ "integrity": "sha1-c+s9MQypaePvnskcU3QabxV2Qj4=", "dev": true, "requires": { - "babel-runtime": "6.26.0", - "babel-types": "6.26.0" + "babel-runtime": "^6.22.0", + "babel-types": "^6.24.1" } }, "babel-plugin-transform-es2015-for-of": { @@ -528,7 +528,7 @@ "integrity": "sha1-9HyVsrYT3x0+zC/bdXNiPHUkhpE=", "dev": true, "requires": { - "babel-runtime": "6.26.0" + "babel-runtime": "^6.22.0" } }, "babel-plugin-transform-es2015-function-name": { @@ -537,9 +537,9 @@ "integrity": "sha1-g0yJhTvDaxrw86TF26qU/Y6sqos=", "dev": true, "requires": { - "babel-helper-function-name": "6.24.1", - "babel-runtime": "6.26.0", - "babel-types": "6.26.0" + "babel-helper-function-name": "^6.24.1", + "babel-runtime": "^6.22.0", + "babel-types": "^6.24.1" } }, "babel-plugin-transform-es2015-literals": { @@ -548,7 +548,7 @@ "integrity": "sha1-T1SgLWzWbPkVKAAZox0xklN3yi4=", "dev": true, "requires": { - "babel-runtime": "6.26.0" + "babel-runtime": "^6.22.0" } }, "babel-plugin-transform-es2015-modules-amd": { @@ -557,9 +557,9 @@ "integrity": "sha1-Oz5UAXI5hC1tGcMBHEvS8AoA0VQ=", "dev": true, "requires": { - "babel-plugin-transform-es2015-modules-commonjs": "6.26.0", - "babel-runtime": "6.26.0", - "babel-template": "6.26.0" + "babel-plugin-transform-es2015-modules-commonjs": "^6.24.1", + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1" } }, "babel-plugin-transform-es2015-modules-commonjs": { @@ -568,10 +568,10 @@ "integrity": "sha1-DYOUApt9xqvhqX7xgeAHWN0uXYo=", "dev": true, "requires": { - "babel-plugin-transform-strict-mode": "6.24.1", - "babel-runtime": "6.26.0", - "babel-template": "6.26.0", - "babel-types": "6.26.0" + "babel-plugin-transform-strict-mode": "^6.24.1", + "babel-runtime": "^6.26.0", + "babel-template": "^6.26.0", + "babel-types": "^6.26.0" } }, "babel-plugin-transform-es2015-modules-systemjs": { @@ -580,9 +580,9 @@ "integrity": "sha1-/4mhQrkRmpBhlfXxBuzzBdlAfSM=", "dev": true, "requires": { - "babel-helper-hoist-variables": "6.24.1", - "babel-runtime": "6.26.0", - "babel-template": "6.26.0" + "babel-helper-hoist-variables": "^6.24.1", + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1" } }, "babel-plugin-transform-es2015-modules-umd": { @@ -591,9 +591,9 @@ "integrity": "sha1-rJl+YoXNGO1hdq22B9YCNErThGg=", "dev": true, "requires": { - "babel-plugin-transform-es2015-modules-amd": "6.24.1", - "babel-runtime": "6.26.0", - "babel-template": "6.26.0" + "babel-plugin-transform-es2015-modules-amd": "^6.24.1", + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1" } }, "babel-plugin-transform-es2015-object-super": { @@ -602,8 +602,8 @@ "integrity": "sha1-JM72muIcuDp/hgPa0CH1cusnj40=", "dev": true, "requires": { - "babel-helper-replace-supers": "6.24.1", - "babel-runtime": "6.26.0" + "babel-helper-replace-supers": "^6.24.1", + "babel-runtime": "^6.22.0" } }, "babel-plugin-transform-es2015-parameters": { @@ -612,12 +612,12 @@ "integrity": "sha1-V6w1GrScrxSpfNE7CfZv3wpiXys=", "dev": true, "requires": { - "babel-helper-call-delegate": "6.24.1", - "babel-helper-get-function-arity": "6.24.1", - "babel-runtime": "6.26.0", - "babel-template": "6.26.0", - "babel-traverse": "6.26.0", - "babel-types": "6.26.0" + "babel-helper-call-delegate": "^6.24.1", + "babel-helper-get-function-arity": "^6.24.1", + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1", + "babel-traverse": "^6.24.1", + "babel-types": "^6.24.1" } }, "babel-plugin-transform-es2015-shorthand-properties": { @@ -626,8 +626,8 @@ "integrity": "sha1-JPh11nIch2YbvZmkYi5R8U3jiqA=", "dev": true, "requires": { - "babel-runtime": "6.26.0", - "babel-types": "6.26.0" + "babel-runtime": "^6.22.0", + "babel-types": "^6.24.1" } }, "babel-plugin-transform-es2015-spread": { @@ -636,7 +636,7 @@ "integrity": "sha1-1taKmfia7cRTbIGlQujdnxdG+NE=", "dev": true, "requires": { - "babel-runtime": "6.26.0" + "babel-runtime": "^6.22.0" } }, "babel-plugin-transform-es2015-sticky-regex": { @@ -645,9 +645,9 @@ "integrity": "sha1-AMHNsaynERLN8M9hJsLta0V8zbw=", "dev": true, "requires": { - "babel-helper-regex": "6.26.0", - "babel-runtime": "6.26.0", - "babel-types": "6.26.0" + "babel-helper-regex": "^6.24.1", + "babel-runtime": "^6.22.0", + "babel-types": "^6.24.1" } }, "babel-plugin-transform-es2015-template-literals": { @@ -656,7 +656,7 @@ "integrity": "sha1-qEs0UPfp+PH2g51taH2oS7EjbY0=", "dev": true, "requires": { - "babel-runtime": "6.26.0" + "babel-runtime": "^6.22.0" } }, "babel-plugin-transform-es2015-typeof-symbol": { @@ -665,7 +665,7 @@ "integrity": "sha1-3sCfHN3/lLUqxz1QXITfWdzOs3I=", "dev": true, "requires": { - "babel-runtime": "6.26.0" + "babel-runtime": "^6.22.0" } }, "babel-plugin-transform-es2015-unicode-regex": { @@ -674,9 +674,9 @@ "integrity": "sha1-04sS9C6nMj9yk4fxinxa4frrNek=", "dev": true, "requires": { - "babel-helper-regex": "6.26.0", - "babel-runtime": "6.26.0", - "regexpu-core": "2.0.0" + "babel-helper-regex": "^6.24.1", + "babel-runtime": "^6.22.0", + "regexpu-core": "^2.0.0" } }, "babel-plugin-transform-exponentiation-operator": { @@ -685,9 +685,9 @@ "integrity": "sha1-KrDJx/MJj6SJB3cruBP+QejeOg4=", "dev": true, "requires": { - "babel-helper-builder-binary-assignment-operator-visitor": "6.24.1", - "babel-plugin-syntax-exponentiation-operator": "6.13.0", - "babel-runtime": "6.26.0" + "babel-helper-builder-binary-assignment-operator-visitor": "^6.24.1", + "babel-plugin-syntax-exponentiation-operator": "^6.8.0", + "babel-runtime": "^6.22.0" } }, "babel-plugin-transform-object-rest-spread": { @@ -696,8 +696,8 @@ "integrity": "sha1-DzZpLVD+9rfi1LOsFHgTepY7ewY=", "dev": true, "requires": { - "babel-plugin-syntax-object-rest-spread": "6.13.0", - "babel-runtime": "6.26.0" + "babel-plugin-syntax-object-rest-spread": "^6.8.0", + "babel-runtime": "^6.26.0" } }, "babel-plugin-transform-regenerator": { @@ -706,7 +706,7 @@ "integrity": "sha1-4HA2lvveJ/Cj78rPi03KL3s6jy8=", "dev": true, "requires": { - "regenerator-transform": "0.10.1" + "regenerator-transform": "^0.10.0" } }, "babel-plugin-transform-strict-mode": { @@ -715,8 +715,8 @@ "integrity": "sha1-1fr3qleKZbvlkc9e2uBKDGcCB1g=", "dev": true, "requires": { - "babel-runtime": "6.26.0", - "babel-types": "6.26.0" + "babel-runtime": "^6.22.0", + "babel-types": "^6.24.1" } }, "babel-polyfill": { @@ -725,9 +725,9 @@ "integrity": "sha1-N5k3q8Z9eJWXCtxiHyhM2WbPIVM=", "dev": true, "requires": { - "babel-runtime": "6.26.0", - "core-js": "2.5.3", - "regenerator-runtime": "0.10.5" + "babel-runtime": "^6.26.0", + "core-js": "^2.5.0", + "regenerator-runtime": "^0.10.5" }, "dependencies": { "regenerator-runtime": { @@ -744,30 +744,30 @@ "integrity": "sha1-1EBQ1rwsn+6nAqrzjXJ6AhBTiTk=", "dev": true, "requires": { - "babel-plugin-check-es2015-constants": "6.22.0", - "babel-plugin-transform-es2015-arrow-functions": "6.22.0", - "babel-plugin-transform-es2015-block-scoped-functions": "6.22.0", - "babel-plugin-transform-es2015-block-scoping": "6.26.0", - "babel-plugin-transform-es2015-classes": "6.24.1", - "babel-plugin-transform-es2015-computed-properties": "6.24.1", - "babel-plugin-transform-es2015-destructuring": "6.23.0", - "babel-plugin-transform-es2015-duplicate-keys": "6.24.1", - "babel-plugin-transform-es2015-for-of": "6.23.0", - "babel-plugin-transform-es2015-function-name": "6.24.1", - "babel-plugin-transform-es2015-literals": "6.22.0", - "babel-plugin-transform-es2015-modules-amd": "6.24.1", - "babel-plugin-transform-es2015-modules-commonjs": "6.26.0", - "babel-plugin-transform-es2015-modules-systemjs": "6.24.1", - "babel-plugin-transform-es2015-modules-umd": "6.24.1", - "babel-plugin-transform-es2015-object-super": "6.24.1", - "babel-plugin-transform-es2015-parameters": "6.24.1", - "babel-plugin-transform-es2015-shorthand-properties": "6.24.1", - "babel-plugin-transform-es2015-spread": "6.22.0", - "babel-plugin-transform-es2015-sticky-regex": "6.24.1", - "babel-plugin-transform-es2015-template-literals": "6.22.0", - "babel-plugin-transform-es2015-typeof-symbol": "6.23.0", - "babel-plugin-transform-es2015-unicode-regex": "6.24.1", - "babel-plugin-transform-regenerator": "6.26.0" + "babel-plugin-check-es2015-constants": "^6.22.0", + "babel-plugin-transform-es2015-arrow-functions": "^6.22.0", + "babel-plugin-transform-es2015-block-scoped-functions": "^6.22.0", + "babel-plugin-transform-es2015-block-scoping": "^6.24.1", + "babel-plugin-transform-es2015-classes": "^6.24.1", + "babel-plugin-transform-es2015-computed-properties": "^6.24.1", + "babel-plugin-transform-es2015-destructuring": "^6.22.0", + "babel-plugin-transform-es2015-duplicate-keys": "^6.24.1", + "babel-plugin-transform-es2015-for-of": "^6.22.0", + "babel-plugin-transform-es2015-function-name": "^6.24.1", + "babel-plugin-transform-es2015-literals": "^6.22.0", + "babel-plugin-transform-es2015-modules-amd": "^6.24.1", + "babel-plugin-transform-es2015-modules-commonjs": "^6.24.1", + "babel-plugin-transform-es2015-modules-systemjs": "^6.24.1", + "babel-plugin-transform-es2015-modules-umd": "^6.24.1", + "babel-plugin-transform-es2015-object-super": "^6.24.1", + "babel-plugin-transform-es2015-parameters": "^6.24.1", + "babel-plugin-transform-es2015-shorthand-properties": "^6.24.1", + "babel-plugin-transform-es2015-spread": "^6.22.0", + "babel-plugin-transform-es2015-sticky-regex": "^6.24.1", + "babel-plugin-transform-es2015-template-literals": "^6.22.0", + "babel-plugin-transform-es2015-typeof-symbol": "^6.22.0", + "babel-plugin-transform-es2015-unicode-regex": "^6.24.1", + "babel-plugin-transform-regenerator": "^6.24.1" } }, "babel-preset-stage-2": { @@ -776,10 +776,10 @@ "integrity": "sha1-2eKWD7PXEYfw5k7sYrwHdnIZvcE=", "dev": true, "requires": { - "babel-plugin-syntax-dynamic-import": "6.18.0", - "babel-plugin-transform-class-properties": "6.24.1", - "babel-plugin-transform-decorators": "6.24.1", - "babel-preset-stage-3": "6.24.1" + "babel-plugin-syntax-dynamic-import": "^6.18.0", + "babel-plugin-transform-class-properties": "^6.24.1", + "babel-plugin-transform-decorators": "^6.24.1", + "babel-preset-stage-3": "^6.24.1" } }, "babel-preset-stage-3": { @@ -788,11 +788,11 @@ "integrity": "sha1-g2raCp56f6N8sTj7kyb4eTSkg5U=", "dev": true, "requires": { - "babel-plugin-syntax-trailing-function-commas": "6.22.0", - "babel-plugin-transform-async-generator-functions": "6.24.1", - "babel-plugin-transform-async-to-generator": "6.24.1", - "babel-plugin-transform-exponentiation-operator": "6.24.1", - "babel-plugin-transform-object-rest-spread": "6.26.0" + "babel-plugin-syntax-trailing-function-commas": "^6.22.0", + "babel-plugin-transform-async-generator-functions": "^6.24.1", + "babel-plugin-transform-async-to-generator": "^6.24.1", + "babel-plugin-transform-exponentiation-operator": "^6.24.1", + "babel-plugin-transform-object-rest-spread": "^6.22.0" } }, "babel-register": { @@ -801,13 +801,13 @@ "integrity": "sha1-btAhFz4vy0htestFxgCahW9kcHE=", "dev": true, "requires": { - "babel-core": "6.26.0", - "babel-runtime": "6.26.0", - "core-js": "2.5.3", - "home-or-tmp": "2.0.0", - "lodash": "4.17.4", - "mkdirp": "0.5.1", - "source-map-support": "0.4.18" + "babel-core": "^6.26.0", + "babel-runtime": "^6.26.0", + "core-js": "^2.5.0", + "home-or-tmp": "^2.0.0", + "lodash": "^4.17.4", + "mkdirp": "^0.5.1", + "source-map-support": "^0.4.15" } }, "babel-runtime": { @@ -816,8 +816,8 @@ "integrity": "sha1-llxwWGaOgrVde/4E/yM3vItWR/4=", "dev": true, "requires": { - "core-js": "2.5.3", - "regenerator-runtime": "0.11.1" + "core-js": "^2.4.0", + "regenerator-runtime": "^0.11.0" } }, "babel-template": { @@ -826,11 +826,11 @@ "integrity": "sha1-3gPi0WOWsGn0bdn/+FIfsaDjXgI=", "dev": true, "requires": { - "babel-runtime": "6.26.0", - "babel-traverse": "6.26.0", - "babel-types": "6.26.0", - "babylon": "6.18.0", - "lodash": "4.17.4" + "babel-runtime": "^6.26.0", + "babel-traverse": "^6.26.0", + "babel-types": "^6.26.0", + "babylon": "^6.18.0", + "lodash": "^4.17.4" } }, "babel-traverse": { @@ -839,15 +839,15 @@ "integrity": "sha1-RqnL1+3MYsjlwGTi0tjQ9ANXZu4=", "dev": true, "requires": { - "babel-code-frame": "6.26.0", - "babel-messages": "6.23.0", - "babel-runtime": "6.26.0", - "babel-types": "6.26.0", - "babylon": "6.18.0", - "debug": "2.6.9", - "globals": "9.18.0", - "invariant": "2.2.2", - "lodash": "4.17.4" + "babel-code-frame": "^6.26.0", + "babel-messages": "^6.23.0", + "babel-runtime": "^6.26.0", + "babel-types": "^6.26.0", + "babylon": "^6.18.0", + "debug": "^2.6.8", + "globals": "^9.18.0", + "invariant": "^2.2.2", + "lodash": "^4.17.4" } }, "babel-types": { @@ -856,10 +856,10 @@ "integrity": "sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=", "dev": true, "requires": { - "babel-runtime": "6.26.0", - "esutils": "2.0.2", - "lodash": "4.17.4", - "to-fast-properties": "1.0.3" + "babel-runtime": "^6.26.0", + "esutils": "^2.0.2", + "lodash": "^4.17.4", + "to-fast-properties": "^1.0.3" } }, "babylon": { @@ -892,13 +892,13 @@ "integrity": "sha512-TNPjfTr432qx7yOjQyaXm3dSR0MH9vXp7eT1BFSl/C51g+EFnOR9hTg1IreahGBmDNCehscshe45f+C1TBZbLw==", "dev": true, "requires": { - "ansi-align": "2.0.0", - "camelcase": "4.1.0", - "chalk": "2.3.0", - "cli-boxes": "1.0.0", - "string-width": "2.1.1", - "term-size": "1.2.0", - "widest-line": "2.0.0" + "ansi-align": "^2.0.0", + "camelcase": "^4.0.0", + "chalk": "^2.0.1", + "cli-boxes": "^1.0.0", + "string-width": "^2.0.0", + "term-size": "^1.2.0", + "widest-line": "^2.0.0" }, "dependencies": { "ansi-styles": { @@ -907,7 +907,7 @@ "integrity": "sha512-NnSOmMEYtVR2JVMIGTzynRkkaxtiq1xnFBcdQD/DnNCYPoEPsVJhM98BDyaoNOQIi7p4okdi3E27eN7GQbsUug==", "dev": true, "requires": { - "color-convert": "1.9.1" + "color-convert": "^1.9.0" } }, "chalk": { @@ -916,9 +916,9 @@ "integrity": "sha512-Az5zJR2CBujap2rqXGaJKaPHyJ0IrUimvYNX+ncCy8PJP4ltOGTrHUIo097ZaL2zMeKYpiCdqDvS6zdrTFok3Q==", "dev": true, "requires": { - "ansi-styles": "3.2.0", - "escape-string-regexp": "1.0.5", - "supports-color": "4.5.0" + "ansi-styles": "^3.1.0", + "escape-string-regexp": "^1.0.5", + "supports-color": "^4.0.0" } }, "supports-color": { @@ -927,7 +927,7 @@ "integrity": "sha1-vnoN5ITexcXN34s9WRJQRJEvY1s=", "dev": true, "requires": { - "has-flag": "2.0.0" + "has-flag": "^2.0.0" } } } @@ -938,7 +938,7 @@ "integrity": "sha1-wHshHHyVLsH479Uad+8NHTmQopI=", "dev": true, "requires": { - "balanced-match": "1.0.0", + "balanced-match": "^1.0.0", "concat-map": "0.0.1" } }, @@ -948,9 +948,9 @@ "integrity": "sha1-uneWLhLf+WnWt2cR6RS3N4V79qc=", "dev": true, "requires": { - "expand-range": "1.8.2", - "preserve": "0.2.0", - "repeat-element": "1.1.2" + "expand-range": "^1.8.1", + "preserve": "^0.2.0", + "repeat-element": "^1.1.2" } }, "camelcase": { @@ -971,11 +971,11 @@ "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { - "ansi-styles": "2.2.1", - "escape-string-regexp": "1.0.5", - "has-ansi": "2.0.0", - "strip-ansi": "3.0.1", - "supports-color": "2.0.0" + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" } }, "chokidar": { @@ -984,15 +984,15 @@ "integrity": "sha1-eY5ol3gVHIB2tLNg5e3SjNortGg=", "dev": true, "requires": { - "anymatch": "1.3.2", - "async-each": "1.0.1", - "fsevents": "1.1.3", - "glob-parent": "2.0.0", - "inherits": "2.0.3", - "is-binary-path": "1.0.1", - "is-glob": "2.0.1", - "path-is-absolute": "1.0.1", - "readdirp": "2.1.0" + "anymatch": "^1.3.0", + "async-each": "^1.0.0", + "fsevents": "^1.0.0", + "glob-parent": "^2.0.0", + "inherits": "^2.0.1", + "is-binary-path": "^1.0.0", + "is-glob": "^2.0.0", + "path-is-absolute": "^1.0.0", + "readdirp": "^2.0.0" } }, "cli-boxes": { @@ -1007,7 +1007,7 @@ "integrity": "sha512-mjGanIiwQJskCC18rPR6OmrZ6fm2Lc7PeGFYwCmy5J34wC6F1PzdGL6xeMfmgicfYcNLGuVFA3WzXtIDCQSZxQ==", "dev": true, "requires": { - "color-name": "1.1.3" + "color-name": "^1.1.1" } }, "color-name": { @@ -1032,10 +1032,10 @@ "resolved": "https://registry.npmjs.org/compute-cosine-similarity/-/compute-cosine-similarity-1.0.0.tgz", "integrity": "sha1-KfK/Lnuu+iMcq6QFkaMcF7GaTpU=", "requires": { - "compute-dot": "1.1.0", - "compute-l2norm": "1.1.0", - "validate.io-array": "1.0.6", - "validate.io-function": "1.0.2" + "compute-dot": "^1.1.0", + "compute-l2norm": "^1.1.0", + "validate.io-array": "^1.0.5", + "validate.io-function": "^1.0.2" } }, "compute-dot": { @@ -1043,8 +1043,8 @@ "resolved": "https://registry.npmjs.org/compute-dot/-/compute-dot-1.1.0.tgz", "integrity": "sha1-AaW6LHr3O5kAKsslhFnJV2qCMtw=", "requires": { - "validate.io-array": "1.0.6", - "validate.io-function": "1.0.2" + "validate.io-array": "^1.0.3", + "validate.io-function": "^1.0.2" } }, "compute-l2norm": { @@ -1052,8 +1052,8 @@ "resolved": "https://registry.npmjs.org/compute-l2norm/-/compute-l2norm-1.1.0.tgz", "integrity": "sha1-vQkTHGs2yNcMaDNOF2AJpOCpiaw=", "requires": { - "validate.io-array": "1.0.6", - "validate.io-function": "1.0.2" + "validate.io-array": "^1.0.3", + "validate.io-function": "^1.0.2" } }, "concat-map": { @@ -1068,12 +1068,12 @@ "integrity": "sha512-5oNkD/L++l0O6xGXxb1EWS7SivtjfGQlRyxJsYgE0Z495/L81e2h4/d3r969hoPXuFItzNOKMtsXgYG4c7dYvw==", "dev": true, "requires": { - "dot-prop": "4.2.0", - "graceful-fs": "4.1.11", - "make-dir": "1.1.0", - "unique-string": "1.0.0", - "write-file-atomic": "2.3.0", - "xdg-basedir": "3.0.0" + "dot-prop": "^4.1.0", + "graceful-fs": "^4.1.2", + "make-dir": "^1.0.0", + "unique-string": "^1.0.0", + "write-file-atomic": "^2.0.0", + "xdg-basedir": "^3.0.0" } }, "convert-source-map": { @@ -1100,7 +1100,7 @@ "integrity": "sha1-Br56vvlHo/FKMP1hBnHUAbyot7Y=", "dev": true, "requires": { - "capture-stack-trace": "1.0.0" + "capture-stack-trace": "^1.0.0" } }, "cross-spawn": { @@ -1109,9 +1109,9 @@ "integrity": "sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk=", "dev": true, "requires": { - "lru-cache": "4.1.1", - "shebang-command": "1.2.0", - "which": "1.3.0" + "lru-cache": "^4.0.1", + "shebang-command": "^1.2.0", + "which": "^1.2.9" } }, "crypto-random-string": { @@ -1125,9 +1125,9 @@ "resolved": "https://registry.npmjs.org/date-extended/-/date-extended-0.0.6.tgz", "integrity": "sha1-I4AtV90b94GIE/4MMuhRqG2iZ8k=", "requires": { - "array-extended": "0.0.11", - "extended": "0.0.6", - "is-extended": "0.0.10" + "array-extended": "~0.0.3", + "extended": "~0.0.3", + "is-extended": "~0.0.3" } }, "debug": { @@ -1155,21 +1155,13 @@ "integrity": "sha1-SLaZwn4zS/ifEIkr5DL25MfTSn8=", "dev": true }, - "deeplearn": { - "version": "0.3.16", - "resolved": "https://registry.npmjs.org/deeplearn/-/deeplearn-0.3.16.tgz", - "integrity": "sha512-Cskb1IPOjhZo1CVAQy9Z6psiLUpgvbeo1h5ImR2puPAN73izKj5im8j1jFVV0ueJUsbYGNNlMDXh0bS/TZvlkg==", - "requires": { - "seedrandom": "2.4.3" - } - }, "detect-indent": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-4.0.0.tgz", "integrity": "sha1-920GQ1LN9Docts5hnE7jqUdd4gg=", "dev": true, "requires": { - "repeating": "2.0.1" + "repeating": "^2.0.0" } }, "dot-prop": { @@ -1178,7 +1170,7 @@ "integrity": "sha512-tUMXrxlExSW6U2EXiiKGSBVdYgtV8qlHL+C10TsW4PURY/ic+eaysnSkwB4kA/mBlCyy/IKDJ+Lc3wbWeaXtuQ==", "dev": true, "requires": { - "is-obj": "1.0.1" + "is-obj": "^1.0.0" } }, "duplexer": { @@ -1211,13 +1203,13 @@ "integrity": "sha1-SrTJoPWlTbkzi0w02Gv86PSzVXE=", "dev": true, "requires": { - "duplexer": "0.1.1", - "from": "0.1.7", - "map-stream": "0.1.0", + "duplexer": "~0.1.1", + "from": "~0", + "map-stream": "~0.1.0", "pause-stream": "0.0.11", - "split": "0.3.3", - "stream-combiner": "0.0.4", - "through": "2.3.8" + "split": "0.3", + "stream-combiner": "~0.0.4", + "through": "~2.3.1" } }, "execa": { @@ -1226,13 +1218,13 @@ "integrity": "sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c=", "dev": true, "requires": { - "cross-spawn": "5.1.0", - "get-stream": "3.0.0", - "is-stream": "1.1.0", - "npm-run-path": "2.0.2", - "p-finally": "1.0.0", - "signal-exit": "3.0.2", - "strip-eof": "1.0.0" + "cross-spawn": "^5.0.1", + "get-stream": "^3.0.0", + "is-stream": "^1.1.0", + "npm-run-path": "^2.0.0", + "p-finally": "^1.0.0", + "signal-exit": "^3.0.0", + "strip-eof": "^1.0.0" } }, "expand-brackets": { @@ -1241,7 +1233,7 @@ "integrity": "sha1-3wcoTjQqgHzXM6xa9yQR5YHRF3s=", "dev": true, "requires": { - "is-posix-bracket": "0.1.1" + "is-posix-bracket": "^0.1.0" } }, "expand-range": { @@ -1250,7 +1242,7 @@ "integrity": "sha1-opnv/TNf4nIeuujiV+x5ZE/IUzc=", "dev": true, "requires": { - "fill-range": "2.2.3" + "fill-range": "^2.1.0" } }, "extended": { @@ -1258,7 +1250,7 @@ "resolved": "https://registry.npmjs.org/extended/-/extended-0.0.6.tgz", "integrity": "sha1-f7i/e52uOXWG5IVwrP1kLHjlBmk=", "requires": { - "extender": "0.0.10" + "extender": "~0.0.5" } }, "extender": { @@ -1266,7 +1258,7 @@ "resolved": "https://registry.npmjs.org/extender/-/extender-0.0.10.tgz", "integrity": "sha1-WJwHSCvmGhRgttgfnCSqZ+jzJM0=", "requires": { - "declare.js": "0.0.8" + "declare.js": "~0.0.4" } }, "extglob": { @@ -1275,7 +1267,7 @@ "integrity": "sha1-Lhj/PS9JqydlzskCPwEdqo2DSaE=", "dev": true, "requires": { - "is-extglob": "1.0.0" + "is-extglob": "^1.0.0" } }, "fast-csv": { @@ -1301,11 +1293,11 @@ "integrity": "sha1-ULd9/X5Gm8dJJHCWNpn+eoSFpyM=", "dev": true, "requires": { - "is-number": "2.1.0", - "isobject": "2.1.0", - "randomatic": "1.1.7", - "repeat-element": "1.1.2", - "repeat-string": "1.6.1" + "is-number": "^2.1.0", + "isobject": "^2.0.0", + "randomatic": "^1.1.3", + "repeat-element": "^1.1.2", + "repeat-string": "^1.5.2" } }, "for-in": { @@ -1320,7 +1312,7 @@ "integrity": "sha1-UmXGgaTylNq78XyVCbZ2OqhFEM4=", "dev": true, "requires": { - "for-in": "1.0.2" + "for-in": "^1.0.1" } }, "fraction.js": { @@ -1353,8 +1345,8 @@ "dev": true, "optional": true, "requires": { - "nan": "2.8.0", - "node-pre-gyp": "0.6.39" + "nan": "^2.3.0", + "node-pre-gyp": "^0.6.39" }, "dependencies": { "abbrev": { @@ -1369,8 +1361,8 @@ "dev": true, "optional": true, "requires": { - "co": "4.6.0", - "json-stable-stringify": "1.0.1" + "co": "^4.6.0", + "json-stable-stringify": "^1.0.1" } }, "ansi-regex": { @@ -1390,8 +1382,8 @@ "dev": true, "optional": true, "requires": { - "delegates": "1.0.0", - "readable-stream": "2.2.9" + "delegates": "^1.0.0", + "readable-stream": "^2.0.6" } }, "asn1": { @@ -1435,7 +1427,7 @@ "dev": true, "optional": true, "requires": { - "tweetnacl": "0.14.5" + "tweetnacl": "^0.14.3" } }, "block-stream": { @@ -1443,7 +1435,7 @@ "bundled": true, "dev": true, "requires": { - "inherits": "2.0.3" + "inherits": "~2.0.0" } }, "boom": { @@ -1451,7 +1443,7 @@ "bundled": true, "dev": true, "requires": { - "hoek": "2.16.3" + "hoek": "2.x.x" } }, "brace-expansion": { @@ -1459,7 +1451,7 @@ "bundled": true, "dev": true, "requires": { - "balanced-match": "0.4.2", + "balanced-match": "^0.4.1", "concat-map": "0.0.1" } }, @@ -1490,7 +1482,7 @@ "bundled": true, "dev": true, "requires": { - "delayed-stream": "1.0.0" + "delayed-stream": "~1.0.0" } }, "concat-map": { @@ -1513,7 +1505,7 @@ "bundled": true, "dev": true, "requires": { - "boom": "2.10.1" + "boom": "2.x.x" } }, "dashdash": { @@ -1522,7 +1514,7 @@ "dev": true, "optional": true, "requires": { - "assert-plus": "1.0.0" + "assert-plus": "^1.0.0" }, "dependencies": { "assert-plus": { @@ -1571,7 +1563,7 @@ "dev": true, "optional": true, "requires": { - "jsbn": "0.1.1" + "jsbn": "~0.1.0" } }, "extend": { @@ -1597,9 +1589,9 @@ "dev": true, "optional": true, "requires": { - "asynckit": "0.4.0", - "combined-stream": "1.0.5", - "mime-types": "2.1.15" + "asynckit": "^0.4.0", + "combined-stream": "^1.0.5", + "mime-types": "^2.1.12" } }, "fs.realpath": { @@ -1612,10 +1604,10 @@ "bundled": true, "dev": true, "requires": { - "graceful-fs": "4.1.11", - "inherits": "2.0.3", - "mkdirp": "0.5.1", - "rimraf": "2.6.1" + "graceful-fs": "^4.1.2", + "inherits": "~2.0.0", + "mkdirp": ">=0.5 0", + "rimraf": "2" } }, "fstream-ignore": { @@ -1624,9 +1616,9 @@ "dev": true, "optional": true, "requires": { - "fstream": "1.0.11", - "inherits": "2.0.3", - "minimatch": "3.0.4" + "fstream": "^1.0.0", + "inherits": "2", + "minimatch": "^3.0.0" } }, "gauge": { @@ -1635,14 +1627,14 @@ "dev": true, "optional": true, "requires": { - "aproba": "1.1.1", - "console-control-strings": "1.1.0", - "has-unicode": "2.0.1", - "object-assign": "4.1.1", - "signal-exit": "3.0.2", - "string-width": "1.0.2", - "strip-ansi": "3.0.1", - "wide-align": "1.1.2" + "aproba": "^1.0.3", + "console-control-strings": "^1.0.0", + "has-unicode": "^2.0.0", + "object-assign": "^4.1.0", + "signal-exit": "^3.0.0", + "string-width": "^1.0.1", + "strip-ansi": "^3.0.1", + "wide-align": "^1.1.0" } }, "getpass": { @@ -1651,7 +1643,7 @@ "dev": true, "optional": true, "requires": { - "assert-plus": "1.0.0" + "assert-plus": "^1.0.0" }, "dependencies": { "assert-plus": { @@ -1667,12 +1659,12 @@ "bundled": true, "dev": true, "requires": { - "fs.realpath": "1.0.0", - "inflight": "1.0.6", - "inherits": "2.0.3", - "minimatch": "3.0.4", - "once": "1.4.0", - "path-is-absolute": "1.0.1" + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" } }, "graceful-fs": { @@ -1692,8 +1684,8 @@ "dev": true, "optional": true, "requires": { - "ajv": "4.11.8", - "har-schema": "1.0.5" + "ajv": "^4.9.1", + "har-schema": "^1.0.5" } }, "has-unicode": { @@ -1707,10 +1699,10 @@ "bundled": true, "dev": true, "requires": { - "boom": "2.10.1", - "cryptiles": "2.0.5", - "hoek": "2.16.3", - "sntp": "1.0.9" + "boom": "2.x.x", + "cryptiles": "2.x.x", + "hoek": "2.x.x", + "sntp": "1.x.x" } }, "hoek": { @@ -1724,9 +1716,9 @@ "dev": true, "optional": true, "requires": { - "assert-plus": "0.2.0", - "jsprim": "1.4.0", - "sshpk": "1.13.0" + "assert-plus": "^0.2.0", + "jsprim": "^1.2.2", + "sshpk": "^1.7.0" } }, "inflight": { @@ -1734,8 +1726,8 @@ "bundled": true, "dev": true, "requires": { - "once": "1.4.0", - "wrappy": "1.0.2" + "once": "^1.3.0", + "wrappy": "1" } }, "inherits": { @@ -1754,7 +1746,7 @@ "bundled": true, "dev": true, "requires": { - "number-is-nan": "1.0.1" + "number-is-nan": "^1.0.0" } }, "is-typedarray": { @@ -1780,7 +1772,7 @@ "dev": true, "optional": true, "requires": { - "jsbn": "0.1.1" + "jsbn": "~0.1.0" } }, "jsbn": { @@ -1801,7 +1793,7 @@ "dev": true, "optional": true, "requires": { - "jsonify": "0.0.0" + "jsonify": "~0.0.0" } }, "json-stringify-safe": { @@ -1846,7 +1838,7 @@ "bundled": true, "dev": true, "requires": { - "mime-db": "1.27.0" + "mime-db": "~1.27.0" } }, "minimatch": { @@ -1854,7 +1846,7 @@ "bundled": true, "dev": true, "requires": { - "brace-expansion": "1.1.7" + "brace-expansion": "^1.1.7" } }, "minimist": { @@ -1882,17 +1874,17 @@ "dev": true, "optional": true, "requires": { - "detect-libc": "1.0.2", + "detect-libc": "^1.0.2", "hawk": "3.1.3", - "mkdirp": "0.5.1", - "nopt": "4.0.1", - "npmlog": "4.1.0", - "rc": "1.2.1", + "mkdirp": "^0.5.1", + "nopt": "^4.0.1", + "npmlog": "^4.0.2", + "rc": "^1.1.7", "request": "2.81.0", - "rimraf": "2.6.1", - "semver": "5.3.0", - "tar": "2.2.1", - "tar-pack": "3.4.0" + "rimraf": "^2.6.1", + "semver": "^5.3.0", + "tar": "^2.2.1", + "tar-pack": "^3.4.0" } }, "nopt": { @@ -1901,8 +1893,8 @@ "dev": true, "optional": true, "requires": { - "abbrev": "1.1.0", - "osenv": "0.1.4" + "abbrev": "1", + "osenv": "^0.1.4" } }, "npmlog": { @@ -1911,10 +1903,10 @@ "dev": true, "optional": true, "requires": { - "are-we-there-yet": "1.1.4", - "console-control-strings": "1.1.0", - "gauge": "2.7.4", - "set-blocking": "2.0.0" + "are-we-there-yet": "~1.1.2", + "console-control-strings": "~1.1.0", + "gauge": "~2.7.3", + "set-blocking": "~2.0.0" } }, "number-is-nan": { @@ -1939,7 +1931,7 @@ "bundled": true, "dev": true, "requires": { - "wrappy": "1.0.2" + "wrappy": "1" } }, "os-homedir": { @@ -1960,8 +1952,8 @@ "dev": true, "optional": true, "requires": { - "os-homedir": "1.0.2", - "os-tmpdir": "1.0.2" + "os-homedir": "^1.0.0", + "os-tmpdir": "^1.0.0" } }, "path-is-absolute": { @@ -1998,10 +1990,10 @@ "dev": true, "optional": true, "requires": { - "deep-extend": "0.4.2", - "ini": "1.3.4", - "minimist": "1.2.0", - "strip-json-comments": "2.0.1" + "deep-extend": "~0.4.0", + "ini": "~1.3.0", + "minimist": "^1.2.0", + "strip-json-comments": "~2.0.1" }, "dependencies": { "minimist": { @@ -2017,13 +2009,13 @@ "bundled": true, "dev": true, "requires": { - "buffer-shims": "1.0.0", - "core-util-is": "1.0.2", - "inherits": "2.0.3", - "isarray": "1.0.0", - "process-nextick-args": "1.0.7", - "string_decoder": "1.0.1", - "util-deprecate": "1.0.2" + "buffer-shims": "~1.0.0", + "core-util-is": "~1.0.0", + "inherits": "~2.0.1", + "isarray": "~1.0.0", + "process-nextick-args": "~1.0.6", + "string_decoder": "~1.0.0", + "util-deprecate": "~1.0.1" } }, "request": { @@ -2032,28 +2024,28 @@ "dev": true, "optional": true, "requires": { - "aws-sign2": "0.6.0", - "aws4": "1.6.0", - "caseless": "0.12.0", - "combined-stream": "1.0.5", - "extend": "3.0.1", - "forever-agent": "0.6.1", - "form-data": "2.1.4", - "har-validator": "4.2.1", - "hawk": "3.1.3", - "http-signature": "1.1.1", - "is-typedarray": "1.0.0", - "isstream": "0.1.2", - "json-stringify-safe": "5.0.1", - "mime-types": "2.1.15", - "oauth-sign": "0.8.2", - "performance-now": "0.2.0", - "qs": "6.4.0", - "safe-buffer": "5.0.1", - "stringstream": "0.0.5", - "tough-cookie": "2.3.2", - "tunnel-agent": "0.6.0", - "uuid": "3.0.1" + "aws-sign2": "~0.6.0", + "aws4": "^1.2.1", + "caseless": "~0.12.0", + "combined-stream": "~1.0.5", + "extend": "~3.0.0", + "forever-agent": "~0.6.1", + "form-data": "~2.1.1", + "har-validator": "~4.2.1", + "hawk": "~3.1.3", + "http-signature": "~1.1.0", + "is-typedarray": "~1.0.0", + "isstream": "~0.1.2", + "json-stringify-safe": "~5.0.1", + "mime-types": "~2.1.7", + "oauth-sign": "~0.8.1", + "performance-now": "^0.2.0", + "qs": "~6.4.0", + "safe-buffer": "^5.0.1", + "stringstream": "~0.0.4", + "tough-cookie": "~2.3.0", + "tunnel-agent": "^0.6.0", + "uuid": "^3.0.0" } }, "rimraf": { @@ -2061,7 +2053,7 @@ "bundled": true, "dev": true, "requires": { - "glob": "7.1.2" + "glob": "^7.0.5" } }, "safe-buffer": { @@ -2092,7 +2084,7 @@ "bundled": true, "dev": true, "requires": { - "hoek": "2.16.3" + "hoek": "2.x.x" } }, "sshpk": { @@ -2101,15 +2093,15 @@ "dev": true, "optional": true, "requires": { - "asn1": "0.2.3", - "assert-plus": "1.0.0", - "bcrypt-pbkdf": "1.0.1", - "dashdash": "1.14.1", - "ecc-jsbn": "0.1.1", - "getpass": "0.1.7", - "jodid25519": "1.0.2", - "jsbn": "0.1.1", - "tweetnacl": "0.14.5" + "asn1": "~0.2.3", + "assert-plus": "^1.0.0", + "bcrypt-pbkdf": "^1.0.0", + "dashdash": "^1.12.0", + "ecc-jsbn": "~0.1.1", + "getpass": "^0.1.1", + "jodid25519": "^1.0.0", + "jsbn": "~0.1.0", + "tweetnacl": "~0.14.0" }, "dependencies": { "assert-plus": { @@ -2125,9 +2117,9 @@ "bundled": true, "dev": true, "requires": { - "code-point-at": "1.1.0", - "is-fullwidth-code-point": "1.0.0", - "strip-ansi": "3.0.1" + "code-point-at": "^1.0.0", + "is-fullwidth-code-point": "^1.0.0", + "strip-ansi": "^3.0.0" } }, "string_decoder": { @@ -2135,7 +2127,7 @@ "bundled": true, "dev": true, "requires": { - "safe-buffer": "5.0.1" + "safe-buffer": "^5.0.1" } }, "stringstream": { @@ -2149,7 +2141,7 @@ "bundled": true, "dev": true, "requires": { - "ansi-regex": "2.1.1" + "ansi-regex": "^2.0.0" } }, "strip-json-comments": { @@ -2163,9 +2155,9 @@ "bundled": true, "dev": true, "requires": { - "block-stream": "0.0.9", - "fstream": "1.0.11", - "inherits": "2.0.3" + "block-stream": "*", + "fstream": "^1.0.2", + "inherits": "2" } }, "tar-pack": { @@ -2174,14 +2166,14 @@ "dev": true, "optional": true, "requires": { - "debug": "2.6.8", - "fstream": "1.0.11", - "fstream-ignore": "1.0.5", - "once": "1.4.0", - "readable-stream": "2.2.9", - "rimraf": "2.6.1", - "tar": "2.2.1", - "uid-number": "0.0.6" + "debug": "^2.2.0", + "fstream": "^1.0.10", + "fstream-ignore": "^1.0.5", + "once": "^1.3.3", + "readable-stream": "^2.1.4", + "rimraf": "^2.5.1", + "tar": "^2.2.1", + "uid-number": "^0.0.6" } }, "tough-cookie": { @@ -2190,7 +2182,7 @@ "dev": true, "optional": true, "requires": { - "punycode": "1.4.1" + "punycode": "^1.4.1" } }, "tunnel-agent": { @@ -2199,7 +2191,7 @@ "dev": true, "optional": true, "requires": { - "safe-buffer": "5.0.1" + "safe-buffer": "^5.0.1" } }, "tweetnacl": { @@ -2240,7 +2232,7 @@ "dev": true, "optional": true, "requires": { - "string-width": "1.0.2" + "string-width": "^1.0.2" } }, "wrappy": { @@ -2262,12 +2254,12 @@ "integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==", "dev": true, "requires": { - "fs.realpath": "1.0.0", - "inflight": "1.0.6", - "inherits": "2.0.3", - "minimatch": "3.0.4", - "once": "1.4.0", - "path-is-absolute": "1.0.1" + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" } }, "glob-base": { @@ -2276,8 +2268,8 @@ "integrity": "sha1-27Fk9iIbHAscz4Kuoyi0l98Oo8Q=", "dev": true, "requires": { - "glob-parent": "2.0.0", - "is-glob": "2.0.1" + "glob-parent": "^2.0.0", + "is-glob": "^2.0.0" } }, "glob-parent": { @@ -2286,7 +2278,7 @@ "integrity": "sha1-gTg9ctsFT8zPUzbaqQLxgvbtuyg=", "dev": true, "requires": { - "is-glob": "2.0.1" + "is-glob": "^2.0.0" } }, "global-dirs": { @@ -2295,7 +2287,7 @@ "integrity": "sha1-sxnA3UYH81PzvpzKTHL8FIxJ9EU=", "dev": true, "requires": { - "ini": "1.3.5" + "ini": "^1.3.4" } }, "globals": { @@ -2310,17 +2302,17 @@ "integrity": "sha1-JAzQV4WpoY5WHcG0S0HHY+8ejbA=", "dev": true, "requires": { - "create-error-class": "3.0.2", - "duplexer3": "0.1.4", - "get-stream": "3.0.0", - "is-redirect": "1.0.0", - "is-retry-allowed": "1.1.0", - "is-stream": "1.1.0", - "lowercase-keys": "1.0.0", - "safe-buffer": "5.1.1", - "timed-out": "4.0.1", - "unzip-response": "2.0.1", - "url-parse-lax": "1.0.0" + "create-error-class": "^3.0.0", + "duplexer3": "^0.1.4", + "get-stream": "^3.0.0", + "is-redirect": "^1.0.0", + "is-retry-allowed": "^1.0.0", + "is-stream": "^1.0.0", + "lowercase-keys": "^1.0.0", + "safe-buffer": "^5.0.1", + "timed-out": "^4.0.0", + "unzip-response": "^2.0.1", + "url-parse-lax": "^1.0.0" } }, "graceful-fs": { @@ -2335,7 +2327,7 @@ "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=", "dev": true, "requires": { - "ansi-regex": "2.1.1" + "ansi-regex": "^2.0.0" } }, "has-flag": { @@ -2350,8 +2342,8 @@ "integrity": "sha1-42w/LSyufXRqhX440Y1fMqeILbg=", "dev": true, "requires": { - "os-homedir": "1.0.2", - "os-tmpdir": "1.0.2" + "os-homedir": "^1.0.0", + "os-tmpdir": "^1.0.1" } }, "ignore-by-default": { @@ -2378,8 +2370,8 @@ "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", "dev": true, "requires": { - "once": "1.4.0", - "wrappy": "1.0.2" + "once": "^1.3.0", + "wrappy": "1" } }, "inherits": { @@ -2400,7 +2392,7 @@ "integrity": "sha1-nh9WrArNtr8wMwbzOL47IErmA2A=", "dev": true, "requires": { - "loose-envify": "1.3.1" + "loose-envify": "^1.0.0" } }, "is-binary-path": { @@ -2409,7 +2401,7 @@ "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=", "dev": true, "requires": { - "binary-extensions": "1.11.0" + "binary-extensions": "^1.0.0" } }, "is-buffer": { @@ -2430,7 +2422,7 @@ "integrity": "sha1-IjgJj8Ih3gvPpdnqxMRdY4qhxTQ=", "dev": true, "requires": { - "is-primitive": "2.0.0" + "is-primitive": "^2.0.0" } }, "is-extendable": { @@ -2444,7 +2436,7 @@ "resolved": "https://registry.npmjs.org/is-extended/-/is-extended-0.0.10.tgz", "integrity": "sha1-JE4UDfdbscmjEG9BL/GC+1NKbWI=", "requires": { - "extended": "0.0.6" + "extended": "~0.0.3" } }, "is-extglob": { @@ -2459,7 +2451,7 @@ "integrity": "sha1-zGZ3aVYCvlUO8R6LSqYwU0K20Ko=", "dev": true, "requires": { - "number-is-nan": "1.0.1" + "number-is-nan": "^1.0.0" } }, "is-fullwidth-code-point": { @@ -2474,7 +2466,7 @@ "integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=", "dev": true, "requires": { - "is-extglob": "1.0.0" + "is-extglob": "^1.0.0" } }, "is-installed-globally": { @@ -2483,8 +2475,8 @@ "integrity": "sha1-Df2Y9akRFxbdU13aZJL2e/PSWoA=", "dev": true, "requires": { - "global-dirs": "0.1.1", - "is-path-inside": "1.0.1" + "global-dirs": "^0.1.0", + "is-path-inside": "^1.0.0" } }, "is-npm": { @@ -2499,7 +2491,7 @@ "integrity": "sha1-Afy7s5NGOlSPL0ZszhbezknbkI8=", "dev": true, "requires": { - "kind-of": "3.2.2" + "kind-of": "^3.0.2" } }, "is-obj": { @@ -2514,7 +2506,7 @@ "integrity": "sha1-jvW33lBDej/cprToZe96pVy0gDY=", "dev": true, "requires": { - "path-is-inside": "1.0.2" + "path-is-inside": "^1.0.1" } }, "is-posix-bracket": { @@ -2597,21 +2589,16 @@ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "dev": true, "requires": { - "is-buffer": "1.1.6" + "is-buffer": "^1.1.5" } }, - "knuth-shuffle": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/knuth-shuffle/-/knuth-shuffle-1.0.8.tgz", - "integrity": "sha512-IdC4Hpp+mx53zTt6VAGsAtbGM0g4BV9fP8tTcviCosSwocHcRDw9uG5Rnv6wLWckF4r72qeXFoK9NkvV1gUJCQ==" - }, "latest-version": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/latest-version/-/latest-version-3.1.0.tgz", "integrity": "sha1-ogU4P+oyKzO1rjsYq+4NwvNW7hU=", "dev": true, "requires": { - "package-json": "4.0.1" + "package-json": "^4.0.0" } }, "lodash": { @@ -2626,7 +2613,7 @@ "integrity": "sha1-0aitM/qc4OcT1l/dCsi3SNR4yEg=", "dev": true, "requires": { - "js-tokens": "3.0.2" + "js-tokens": "^3.0.0" } }, "lowercase-keys": { @@ -2641,8 +2628,8 @@ "integrity": "sha512-q4spe4KTfsAS1SUHLO0wz8Qiyf1+vMIAgpRYioFYDMNqKfHQbg+AVDH3i4fvpl71/P1L0dBl+fQi+P37UYf0ew==", "dev": true, "requires": { - "pseudomap": "1.0.2", - "yallist": "2.1.2" + "pseudomap": "^1.0.2", + "yallist": "^2.1.2" } }, "make-dir": { @@ -2651,7 +2638,7 @@ "integrity": "sha512-0Pkui4wLJ7rxvmfUvs87skoEaxmu0hCUApF8nonzpl7q//FWp9zu8W61Scz4sd/kUiqDxvUhtoam2efDyiBzcA==", "dev": true, "requires": { - "pify": "3.0.0" + "pify": "^3.0.0" } }, "map-stream": { @@ -2680,19 +2667,19 @@ "integrity": "sha1-hmd8l9FyCzY0MdBNDRUpO9OMFWU=", "dev": true, "requires": { - "arr-diff": "2.0.0", - "array-unique": "0.2.1", - "braces": "1.8.5", - "expand-brackets": "0.1.5", - "extglob": "0.3.2", - "filename-regex": "2.0.1", - "is-extglob": "1.0.0", - "is-glob": "2.0.1", - "kind-of": "3.2.2", - "normalize-path": "2.1.1", - "object.omit": "2.0.1", - "parse-glob": "3.0.4", - "regex-cache": "0.4.4" + "arr-diff": "^2.0.0", + "array-unique": "^0.2.1", + "braces": "^1.8.2", + "expand-brackets": "^0.1.4", + "extglob": "^0.3.1", + "filename-regex": "^2.0.0", + "is-extglob": "^1.0.0", + "is-glob": "^2.0.1", + "kind-of": "^3.0.2", + "normalize-path": "^2.0.1", + "object.omit": "^2.0.0", + "parse-glob": "^3.0.4", + "regex-cache": "^0.4.2" } }, "minimatch": { @@ -2701,7 +2688,7 @@ "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", "dev": true, "requires": { - "brace-expansion": "1.1.8" + "brace-expansion": "^1.1.7" } }, "minimist": { @@ -2736,10 +2723,10 @@ "resolved": "https://registry.npmjs.org/natural/-/natural-0.5.4.tgz", "integrity": "sha1-rOQcFlXayikS37+ZrXsFMU4gX1Q=", "requires": { - "apparatus": "0.0.9", - "sylvester": "0.0.21", - "underscore": "1.8.3", - "webworker-threads": "0.7.13" + "apparatus": ">= 0.0.9", + "sylvester": ">= 0.0.12", + "underscore": ">=1.3.1", + "webworker-threads": ">=0.6.2" } }, "nodemon": { @@ -2748,14 +2735,14 @@ "integrity": "sha512-fmcF3Y0IB8fbCBXAhS+D7lBOnk4o334gxt/ndajLzXwiQU+LCd8Qf9h97n1w1uXej+6EdRuRJXYA7tbzTKxYog==", "dev": true, "requires": { - "chokidar": "1.7.0", - "debug": "2.6.9", - "ignore-by-default": "1.0.1", - "minimatch": "3.0.4", - "pstree.remy": "1.1.0", - "touch": "3.1.0", + "chokidar": "^1.7.0", + "debug": "^2.6.8", + "ignore-by-default": "^1.0.1", + "minimatch": "^3.0.4", + "pstree.remy": "^1.1.0", + "touch": "^3.1.0", "undefsafe": "0.0.3", - "update-notifier": "2.3.0" + "update-notifier": "^2.3.0" } }, "nopt": { @@ -2764,7 +2751,7 @@ "integrity": "sha1-bd0hvSoxQXuScn3Vhfim83YI6+4=", "dev": true, "requires": { - "abbrev": "1.1.1" + "abbrev": "1" } }, "normalize-path": { @@ -2773,7 +2760,7 @@ "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", "dev": true, "requires": { - "remove-trailing-separator": "1.1.0" + "remove-trailing-separator": "^1.0.1" } }, "npm-run-path": { @@ -2782,7 +2769,7 @@ "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=", "dev": true, "requires": { - "path-key": "2.0.1" + "path-key": "^2.0.0" } }, "number-is-nan": { @@ -2802,9 +2789,9 @@ "resolved": "https://registry.npmjs.org/object-extended/-/object-extended-0.0.7.tgz", "integrity": "sha1-hP0j9WsVWCrrPoiwXLVdJDLWijM=", "requires": { - "array-extended": "0.0.11", - "extended": "0.0.6", - "is-extended": "0.0.10" + "array-extended": "~0.0.4", + "extended": "~0.0.3", + "is-extended": "~0.0.3" } }, "object.omit": { @@ -2813,8 +2800,8 @@ "integrity": "sha1-Gpx0SCnznbuFjHbKNXmuKlTr0fo=", "dev": true, "requires": { - "for-own": "0.1.5", - "is-extendable": "0.1.1" + "for-own": "^0.1.4", + "is-extendable": "^0.1.1" } }, "once": { @@ -2823,7 +2810,7 @@ "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", "dev": true, "requires": { - "wrappy": "1.0.2" + "wrappy": "1" } }, "os-homedir": { @@ -2844,9 +2831,9 @@ "integrity": "sha1-0KM+7+YaIF+suQCS6CZZjVJFznY=", "dev": true, "requires": { - "graceful-fs": "4.1.11", - "mkdirp": "0.5.1", - "object-assign": "4.1.1" + "graceful-fs": "^4.1.4", + "mkdirp": "^0.5.1", + "object-assign": "^4.1.0" } }, "p-finally": { @@ -2861,10 +2848,10 @@ "integrity": "sha1-iGmgQBJTZhxMTKPabCEh7VVfXu0=", "dev": true, "requires": { - "got": "6.7.1", - "registry-auth-token": "3.3.1", - "registry-url": "3.1.0", - "semver": "5.4.1" + "got": "^6.7.1", + "registry-auth-token": "^3.0.1", + "registry-url": "^3.0.3", + "semver": "^5.1.0" } }, "parse-glob": { @@ -2873,10 +2860,10 @@ "integrity": "sha1-ssN2z7EfNVE7rdFz7wu246OIORw=", "dev": true, "requires": { - "glob-base": "0.3.0", - "is-dotfile": "1.0.3", - "is-extglob": "1.0.0", - "is-glob": "2.0.1" + "glob-base": "^0.3.0", + "is-dotfile": "^1.0.0", + "is-extglob": "^1.0.0", + "is-glob": "^2.0.0" } }, "path-is-absolute": { @@ -2903,7 +2890,7 @@ "integrity": "sha1-/lo0sMvOErWqaitAPuLnO2AvFEU=", "dev": true, "requires": { - "through": "2.3.8" + "through": "~2.3" } }, "pify": { @@ -2942,7 +2929,7 @@ "integrity": "sha1-tCGyQUDWID8e08dplrRCewjowBQ=", "dev": true, "requires": { - "event-stream": "3.3.4" + "event-stream": "~3.3.0" } }, "pseudomap": { @@ -2957,7 +2944,7 @@ "integrity": "sha512-q5I5vLRMVtdWa8n/3UEzZX7Lfghzrg9eG2IKk2ENLSofKRCXVqMvMUHxCKgXNaqH/8ebhBxrqftHWnyTFweJ5Q==", "dev": true, "requires": { - "ps-tree": "1.1.0" + "ps-tree": "^1.1.0" } }, "randomatic": { @@ -2966,8 +2953,8 @@ "integrity": "sha512-D5JUjPyJbaJDkuAazpVnSfVkLlpeO3wDlPROTMLGKG1zMFNFRgrciKo1ltz/AzNTkqE0HzDx655QOL51N06how==", "dev": true, "requires": { - "is-number": "3.0.0", - "kind-of": "4.0.0" + "is-number": "^3.0.0", + "kind-of": "^4.0.0" }, "dependencies": { "is-number": { @@ -2976,7 +2963,7 @@ "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", "dev": true, "requires": { - "kind-of": "3.2.2" + "kind-of": "^3.0.2" }, "dependencies": { "kind-of": { @@ -2985,7 +2972,7 @@ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "dev": true, "requires": { - "is-buffer": "1.1.6" + "is-buffer": "^1.1.5" } } } @@ -2996,7 +2983,7 @@ "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=", "dev": true, "requires": { - "is-buffer": "1.1.6" + "is-buffer": "^1.1.5" } } } @@ -3007,10 +2994,10 @@ "integrity": "sha1-2M6ctX6NZNnHut2YdsfDTL48cHc=", "dev": true, "requires": { - "deep-extend": "0.4.2", - "ini": "1.3.5", - "minimist": "1.2.0", - "strip-json-comments": "2.0.1" + "deep-extend": "~0.4.0", + "ini": "~1.3.0", + "minimist": "^1.2.0", + "strip-json-comments": "~2.0.1" }, "dependencies": { "minimist": { @@ -3027,13 +3014,13 @@ "integrity": "sha512-m+qzzcn7KUxEmd1gMbchF+Y2eIUbieUaxkWtptyHywrX0rE8QEYqPC07Vuy4Wm32/xE16NcdBctb8S0Xe/5IeQ==", "dev": true, "requires": { - "core-util-is": "1.0.2", - "inherits": "2.0.3", - "isarray": "1.0.0", - "process-nextick-args": "1.0.7", - "safe-buffer": "5.1.1", - "string_decoder": "1.0.3", - "util-deprecate": "1.0.2" + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~1.0.6", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.0.3", + "util-deprecate": "~1.0.1" } }, "readdirp": { @@ -3042,10 +3029,10 @@ "integrity": "sha1-TtCtBg3zBzMAxIRANz9y0cxkLXg=", "dev": true, "requires": { - "graceful-fs": "4.1.11", - "minimatch": "3.0.4", - "readable-stream": "2.3.3", - "set-immediate-shim": "1.0.1" + "graceful-fs": "^4.1.2", + "minimatch": "^3.0.2", + "readable-stream": "^2.0.2", + "set-immediate-shim": "^1.0.1" } }, "regenerate": { @@ -3066,9 +3053,9 @@ "integrity": "sha512-PJepbvDbuK1xgIgnau7Y90cwaAmO/LCLMI2mPvaXq2heGMR3aWW5/BQvYrhJ8jgmQjXewXvBjzfqKcVOmhjZ6Q==", "dev": true, "requires": { - "babel-runtime": "6.26.0", - "babel-types": "6.26.0", - "private": "0.1.8" + "babel-runtime": "^6.18.0", + "babel-types": "^6.19.0", + "private": "^0.1.6" } }, "regex-cache": { @@ -3077,7 +3064,7 @@ "integrity": "sha512-nVIZwtCjkC9YgvWkpM55B5rBhBYRZhAaJbgcFYXXsHnbZ9UZI9nnVWYZpBlCqv9ho2eZryPnWrZGsOdPwVWXWQ==", "dev": true, "requires": { - "is-equal-shallow": "0.1.3" + "is-equal-shallow": "^0.1.3" } }, "regexpu-core": { @@ -3086,9 +3073,9 @@ "integrity": "sha1-SdA4g3uNz4v6W5pCE5k45uoq4kA=", "dev": true, "requires": { - "regenerate": "1.3.3", - "regjsgen": "0.2.0", - "regjsparser": "0.1.5" + "regenerate": "^1.2.1", + "regjsgen": "^0.2.0", + "regjsparser": "^0.1.4" } }, "registry-auth-token": { @@ -3097,8 +3084,8 @@ "integrity": "sha1-+w0yie4Nmtosu1KvXf5mywcNMAY=", "dev": true, "requires": { - "rc": "1.2.2", - "safe-buffer": "5.1.1" + "rc": "^1.1.6", + "safe-buffer": "^5.0.1" } }, "registry-url": { @@ -3107,7 +3094,7 @@ "integrity": "sha1-PU74cPc93h138M+aOBQyRE4XSUI=", "dev": true, "requires": { - "rc": "1.2.2" + "rc": "^1.0.1" } }, "regjsgen": { @@ -3122,7 +3109,7 @@ "integrity": "sha1-fuj4Tcb6eS0/0K4ijSS9lJ6tIFw=", "dev": true, "requires": { - "jsesc": "0.5.0" + "jsesc": "~0.5.0" }, "dependencies": { "jsesc": { @@ -3157,7 +3144,7 @@ "integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=", "dev": true, "requires": { - "is-finite": "1.0.2" + "is-finite": "^1.0.0" } }, "safe-buffer": { @@ -3171,11 +3158,6 @@ "resolved": "https://registry.npmjs.org/seed-random/-/seed-random-2.2.0.tgz", "integrity": "sha1-KpsZ4lCoFwmSMaW5mk2vgLf77VQ=" }, - "seedrandom": { - "version": "2.4.3", - "resolved": "https://registry.npmjs.org/seedrandom/-/seedrandom-2.4.3.tgz", - "integrity": "sha1-JDhQTa0zkXMUv/GKxNeU8W1qrsw=" - }, "semver": { "version": "5.4.1", "resolved": "https://registry.npmjs.org/semver/-/semver-5.4.1.tgz", @@ -3188,7 +3170,7 @@ "integrity": "sha1-S7uEN8jTfksM8aaP1ybsbWRdbTY=", "dev": true, "requires": { - "semver": "5.4.1" + "semver": "^5.0.3" } }, "set-immediate-shim": { @@ -3203,7 +3185,7 @@ "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", "dev": true, "requires": { - "shebang-regex": "1.0.0" + "shebang-regex": "^1.0.0" } }, "shebang-regex": { @@ -3236,7 +3218,7 @@ "integrity": "sha512-try0/JqxPLF9nOjvSta7tVondkP5dwgyLDjVoyMDlmjugT2lRZ1OfsrYTkCd2hkDnJTKRbO/Rl3orm8vlsUzbA==", "dev": true, "requires": { - "source-map": "0.5.7" + "source-map": "^0.5.6" } }, "split": { @@ -3245,7 +3227,7 @@ "integrity": "sha1-zQ7qXmOiEd//frDwkcQTPi0N0o8=", "dev": true, "requires": { - "through": "2.3.8" + "through": "2" } }, "stream-combiner": { @@ -3254,7 +3236,7 @@ "integrity": "sha1-TV5DPBhSYd3mI8o/RMWGvPXErRQ=", "dev": true, "requires": { - "duplexer": "0.1.1" + "duplexer": "~0.1.1" } }, "string-extended": { @@ -3262,10 +3244,10 @@ "resolved": "https://registry.npmjs.org/string-extended/-/string-extended-0.0.8.tgz", "integrity": "sha1-dBlX3/SHsCcqee7FpE8jnubxfM0=", "requires": { - "array-extended": "0.0.11", - "date-extended": "0.0.6", - "extended": "0.0.6", - "is-extended": "0.0.10" + "array-extended": "~0.0.5", + "date-extended": "~0.0.3", + "extended": "~0.0.3", + "is-extended": "~0.0.3" } }, "string-width": { @@ -3274,8 +3256,8 @@ "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", "dev": true, "requires": { - "is-fullwidth-code-point": "2.0.0", - "strip-ansi": "4.0.0" + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^4.0.0" }, "dependencies": { "ansi-regex": { @@ -3290,7 +3272,7 @@ "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", "dev": true, "requires": { - "ansi-regex": "3.0.0" + "ansi-regex": "^3.0.0" } } } @@ -3301,7 +3283,7 @@ "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==", "dev": true, "requires": { - "safe-buffer": "5.1.1" + "safe-buffer": "~5.1.0" } }, "strip-ansi": { @@ -3310,7 +3292,7 @@ "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", "dev": true, "requires": { - "ansi-regex": "2.1.1" + "ansi-regex": "^2.0.0" } }, "strip-eof": { @@ -3342,7 +3324,7 @@ "integrity": "sha1-RYuDiH8oj8Vtb/+/rSYuJmOO+mk=", "dev": true, "requires": { - "execa": "0.7.0" + "execa": "^0.7.0" } }, "through": { @@ -3374,7 +3356,7 @@ "integrity": "sha512-WBx8Uy5TLtOSRtIq+M03/sKDrXCLHxwDcquSP2c43Le03/9serjQBIztjRz6FkJez9D/hleyAXTBGLwwZUw9lA==", "dev": true, "requires": { - "nopt": "1.0.10" + "nopt": "~1.0.10" } }, "trim-right": { @@ -3405,7 +3387,7 @@ "integrity": "sha1-nhBXzKhRq7kzmPizOuGHuZyuwRo=", "dev": true, "requires": { - "crypto-random-string": "1.0.0" + "crypto-random-string": "^1.0.0" } }, "unzip-response": { @@ -3420,15 +3402,15 @@ "integrity": "sha1-TognpruRUUCrCTVZ1wFOPruDdFE=", "dev": true, "requires": { - "boxen": "1.3.0", - "chalk": "2.3.0", - "configstore": "3.1.1", - "import-lazy": "2.1.0", - "is-installed-globally": "0.1.0", - "is-npm": "1.0.0", - "latest-version": "3.1.0", - "semver-diff": "2.1.0", - "xdg-basedir": "3.0.0" + "boxen": "^1.2.1", + "chalk": "^2.0.1", + "configstore": "^3.0.0", + "import-lazy": "^2.1.0", + "is-installed-globally": "^0.1.0", + "is-npm": "^1.0.0", + "latest-version": "^3.0.0", + "semver-diff": "^2.0.0", + "xdg-basedir": "^3.0.0" }, "dependencies": { "ansi-styles": { @@ -3437,7 +3419,7 @@ "integrity": "sha512-NnSOmMEYtVR2JVMIGTzynRkkaxtiq1xnFBcdQD/DnNCYPoEPsVJhM98BDyaoNOQIi7p4okdi3E27eN7GQbsUug==", "dev": true, "requires": { - "color-convert": "1.9.1" + "color-convert": "^1.9.0" } }, "chalk": { @@ -3446,9 +3428,9 @@ "integrity": "sha512-Az5zJR2CBujap2rqXGaJKaPHyJ0IrUimvYNX+ncCy8PJP4ltOGTrHUIo097ZaL2zMeKYpiCdqDvS6zdrTFok3Q==", "dev": true, "requires": { - "ansi-styles": "3.2.0", - "escape-string-regexp": "1.0.5", - "supports-color": "4.5.0" + "ansi-styles": "^3.1.0", + "escape-string-regexp": "^1.0.5", + "supports-color": "^4.0.0" } }, "supports-color": { @@ -3457,7 +3439,7 @@ "integrity": "sha1-vnoN5ITexcXN34s9WRJQRJEvY1s=", "dev": true, "requires": { - "has-flag": "2.0.0" + "has-flag": "^2.0.0" } } } @@ -3468,7 +3450,7 @@ "integrity": "sha1-evjzA2Rem9eaJy56FKxovAYJ2nM=", "dev": true, "requires": { - "prepend-http": "1.0.4" + "prepend-http": "^1.0.1" } }, "user-home": { @@ -3489,7 +3471,7 @@ "integrity": "sha1-qrGh+jDUX4jdMhFIh1rALAtV5bQ=", "dev": true, "requires": { - "user-home": "1.1.1" + "user-home": "^1.1.1" } }, "validate.io-array": { @@ -3508,8 +3490,8 @@ "integrity": "sha1-yEsYtrokElu503NC5E3rgVFi+4M=", "optional": true, "requires": { - "bindings": "1.3.0", - "nan": "2.8.0" + "bindings": "^1.2.1", + "nan": "^2.4.0" } }, "which": { @@ -3518,7 +3500,7 @@ "integrity": "sha512-xcJpopdamTuY5duC/KnTTNBraPK54YwpenP4lzxU8H91GudWpFv38u0CKjclE1Wi2EH2EDz5LRcHcKbCIzqGyg==", "dev": true, "requires": { - "isexe": "2.0.0" + "isexe": "^2.0.0" } }, "widest-line": { @@ -3527,7 +3509,7 @@ "integrity": "sha1-AUKk6KJD+IgsAjOqDgKBqnYVInM=", "dev": true, "requires": { - "string-width": "2.1.1" + "string-width": "^2.1.1" } }, "wrappy": { @@ -3542,9 +3524,9 @@ "integrity": "sha512-xuPeK4OdjWqtfi59ylvVL0Yn35SF3zgcAcv7rBPFHVaEapaDr4GdGgm3j7ckTwH9wHL7fGmgfAnb0+THrHb8tA==", "dev": true, "requires": { - "graceful-fs": "4.1.11", - "imurmurhash": "0.1.4", - "signal-exit": "3.0.2" + "graceful-fs": "^4.1.11", + "imurmurhash": "^0.1.4", + "signal-exit": "^3.0.2" } }, "xdg-basedir": { diff --git a/src/.DS_Store b/src/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..d0b70d9ae02504a993d1b4a2af8c960e8729707c GIT binary patch literal 6148 zcmeH~&u`N(6vv;p0B$Bk4@liH7bFf9YRk|%A*85`!){1HZ~(L=B-(;PTqP+5LZ@8z zKd}7={3q}i@aMpLwyD}Iopyo={3QG9AMZKx$8j7302@uhK0q4)I3`ld#;n1ppVB#7 z(=8OoXpFr?ya^H!V4VguW(XJpSDOIsT?<0+p#ZG#~4I{yi8c zabEO#KiJy3b?y2M&TVerv|oEiV(JxsG08`M_L6E({o*LlIuc zYw^yV{-eEvcOO5MpJ&IXY8@DUsHEM}`diMhFrVOiFG~}V9%38$bBG~DND+L1d+-+W z8mO=6vj}Pf#*m@+7_nv&Z43g^$ zI!&7)UWCGZQZVH3Up literal 0 HcmV?d00001 diff --git a/src/data/.DS_Store b/src/data/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..64ddd0572de47543c53c2007fcfca37ae5ae37a9 GIT binary patch literal 6148 zcmeHK?`ji45T9+M?nO%Tq1b*=7C}&mkc5^NK{#V71QdiTim0@Ay`wp}yA8QZLyVDo z4Sj?@hTnVwAHr7q@_P{U}VcM&m14S*={TdX3U5 zt*%wyIz2veGB+EhZFlfmJUw@_o~Qi-&ZD{SdN0CYbXePX%#+LwlVBi|LqEWfH!s7) z=c6_sCVnc%aa0GT7PSs*Ta!t%)u^-9_Rh48#p8FA_tOs_ z)w~hh%%!YroWUn_EKThKIi*uypm1^OZ`~h%pHF>BzA4ZQ@mloFi^&T*dG|GKwD$3P;MP)z7OvR||TQBFQrI zO=ps{{lU&O0A%*GIs+;IQ#Mu6!GP)X;L@Hu?^DHcw0OV@9ZsoX z4S&DOFh;KNOhF(B1c4whUIIL`)usnUqYnZ>AP9UA(ETB?sb<%{sBInWtOTG=IBmwU z))E?%T(fImlq)nTq0|y8USdcI=X`R%?AjMC;SeuA#P9rGyolYM`IEUra?$96KoHm^ zptUcp()0hEf0@A|-&~>#0zu%v5|GLKaz5kR`PusIJ@u?jY}agR>euUl#_`Ta055bO fIkCmEo^(vV?AjOAEIM!D)c6oEAkhVZKOpc1jaymD literal 0 HcmV?d00001 diff --git a/src/data/keywords.csv b/src/data/MovieLens/keywords.csv similarity index 100% rename from src/data/keywords.csv rename to src/data/MovieLens/keywords.csv diff --git a/src/data/movies_metadata.csv b/src/data/MovieLens/movies_metadata.csv similarity index 100% rename from src/data/movies_metadata.csv rename to src/data/MovieLens/movies_metadata.csv diff --git a/src/data/ratings_small.csv b/src/data/MovieLens/ratings_small.csv similarity index 100% rename from src/data/ratings_small.csv rename to src/data/MovieLens/ratings_small.csv diff --git a/src/data/YTSMovies/keywords.csv b/src/data/YTSMovies/keywords.csv new file mode 100644 index 0000000..31ed44f --- /dev/null +++ b/src/data/YTSMovies/keywords.csv @@ -0,0 +1,10940 @@ +id,keywords +526313,[] +508763,"[{'id':818,'name':'based on novel or book'},{'id':1508,'name':'new mexico'},{'id':1981,'name':'colorado'},{'id':2981,'name':'homelessness'},{'id':9672,'name':'based on a true story'},{'id':10987,'name':'cgi'},{'id':12341,'name':'pitbull'},{'id':15162,'name':'dog'},{'id':158718,'name':'lgbt'},{'id':159909,'name':'veteran'},{'id':162327,'name':'avalanche'},{'id':236055,'name':'gay couple'},{'id':250816,'name':'pet owner'},{'id':251624,'name':'animal control'}]" +167575,"[{'id':8087,'name':'horror'},{'id':9663,'name':'sequel'},{'id':10292,'name':'gore'},{'id':12339,'name':'slasher'},{'id':14690,'name':'violent death'},{'id':190397,'name':'victor crowley'},{'id':190399,'name':'kill count'}]" +838,"[{'id':387,'name':'california'},{'id':455,'name':'farewell'},{'id':578,'name':'rock 'n' roll'},{'id':642,'name':'robbery'},{'id':699,'name':'love at first sight'},{'id':830,'name':'car race'},{'id':1224,'name':'radio station'},{'id':1927,'name':'car breakdown'},{'id':2016,'name':'vandalism'},{'id':2135,'name':'radio'},{'id':3740,'name':'radio presenter'},{'id':3800,'name':'airplane'},{'id':33885,'name':'car'},{'id':208349,'name':'child'},{'id':208992,'name':'1960s'}]" +9674,"[{'id':736,'name':'journalist'},{'id':3737,'name':'dying and death'},{'id':4333,'name':'theatre group'},{'id':9675,'name':'prequel'},{'id':15127,'name':'killer'},{'id':177912,'name':'wizard'},{'id':223036,'name':'parapsychology'}]" +306,"[{'id':703,'name':'detective'},{'id':1568,'name':'undercover'},{'id':3016,'name':'security camera'},{'id':4230,'name':'carousel '},{'id':5340,'name':'investigation'},{'id':6110,'name':'weapon'},{'id':9663,'name':'sequel'},{'id':10084,'name':'rescue'},{'id':10889,'name':'counterfeit'},{'id':10950,'name':'shootout'},{'id':11719,'name':'dirty cop'},{'id':12371,'name':'gunfight'},{'id':12670,'name':'los angeles'},{'id':14601,'name':'explosion'},{'id':14819,'name':'violence'},{'id':14967,'name':'foot chase'},{'id':15124,'name':'framed'},{'id':15483,'name':'car chase'},{'id':41249,'name':'secret service'},{'id':155582,'name':'amusement park'},{'id':156768,'name':'roller coaster'},{'id':163047,'name':'beverly hills'},{'id':167541,'name':'buddy comedy'}]" +514710,"[{'id':9706,'name':'anthology'},{'id':210024,'name':'anime'}]" +210624,"[{'id':10812,'name':'airplane accident'},{'id':12617,'name':'airplane crash'},{'id':162300,'name':'government cover-up'},{'id':187056,'name':'woman director'}]" +169525,[] +468366,"[{'id':9716,'name':'stand-up comedy'}]" +491622,"[{'id':2011,'name':'queen'},{'id':4278,'name':'invasion'},{'id':6091,'name':'war'},{'id':11196,'name':'rebellion'},{'id':237714,'name':'british invasion'},{'id':251201,'name':'jhansi'}]" +428444,"[{'id':2902,'name':'space battle'},{'id':4379,'name':'time travel'},{'id':4380,'name':'black hole'},{'id':12616,'name':'dinosaur'}]" +456650,[] +26196,"[{'id':417,'name':'corruption'},{'id':549,'name':'prostitute'},{'id':779,'name':'martial arts'},{'id':1667,'name':'pimp'},{'id':2708,'name':'hitman'},{'id':3713,'name':'chase'},{'id':6149,'name':'police'},{'id':8508,'name':'party'},{'id':9826,'name':'murder'},{'id':10601,'name':'blaxploitation'},{'id':10726,'name':'gang'},{'id':14819,'name':'violence'},{'id':14964,'name':'drugs'}]" +56156,"[{'id':1857,'name':'irish-american'},{'id':1919,'name':'mayor'},{'id':6078,'name':'politics'},{'id':6083,'name':'politician'},{'id':15134,'name':'election'}]" +23943,"[{'id':1706,'name':'experiment'},{'id':5086,'name':'telekinesis'},{'id':5801,'name':'nerd'},{'id':6270,'name':'high school'},{'id':9755,'name':'parody'},{'id':10124,'name':'laboratory'},{'id':170827,'name':'sex comedy'}]" +1378,"[{'id':237,'name':'gay'},{'id':242,'name':'new york'},{'id':460,'name':'free love'},{'id':463,'name':'swinger club'},{'id':571,'name':'transsexuality'},{'id':572,'name':'sex'},{'id':1252,'name':'suicide attempt'},{'id':1664,'name':'eroticism'},{'id':2426,'name':'group sex'},{'id':3201,'name':'orgasm'},{'id':3456,'name':'sex therapy'},{'id':4697,'name':'video'},{'id':7089,'name':'dominatrix'},{'id':10180,'name':'homosexuality'},{'id':155870,'name':'polyamory'}]" +96,"[{'id':374,'name':'arms smuggling'},{'id':703,'name':'detective'},{'id':1567,'name':'intensive care'},{'id':1568,'name':'undercover'},{'id':3688,'name':'strip club'},{'id':4898,'name':'armored car'},{'id':5340,'name':'investigation'},{'id':6149,'name':'police'},{'id':8181,'name':'swimming pool'},{'id':9663,'name':'sequel'},{'id':10950,'name':'shootout'},{'id':12371,'name':'gunfight'},{'id':12670,'name':'los angeles'},{'id':14601,'name':'explosion'},{'id':14819,'name':'violence'},{'id':15483,'name':'car chase'},{'id':18021,'name':'detroit'},{'id':155544,'name':'horse track'},{'id':163047,'name':'beverly hills'},{'id':167316,'name':'buddy cop'},{'id':193507,'name':'oil field'},{'id':226427,'name':'cement truck'},{'id':226428,'name':'playboy mansion'},{'id':226429,'name':'shooting range'}]" +25848,"[{'id':549,'name':'prostitute'},{'id':970,'name':'parent child relationship'},{'id':3593,'name':'wilderness'},{'id':5332,'name':'greed'},{'id':6956,'name':'treasure hunt'},{'id':7041,'name':'sahara'},{'id':10622,'name':'lost city'},{'id':10625,'name':'dying of thirst'}]" +590084,[] +1901,"[{'id':1599,'name':'midlife crisis'},{'id':5600,'name':'daughter'},{'id':5812,'name':'bad boss'}]" +87148,"[{'id':3412,'name':'star'},{'id':3490,'name':'pop star'},{'id':15162,'name':'dog'}]" +60479,"[{'id':5378,'name':'world champion'}]" +42981,"[{'id':217987,'name':'animation filmmaking'}]" +315196,"[{'id':970,'name':'parent child relationship'},{'id':5202,'name':'boy'},{'id':6669,'name':'step father'},{'id':9672,'name':'based on a true story'},{'id':10683,'name':'coming of age'},{'id':11792,'name':'incest overtones'},{'id':208992,'name':'1960s'},{'id':236630,'name':'school for delinquent boys'},{'id':236633,'name':'borstal'},{'id':236634,'name':'youth correctional facility'}]" +28857,"[{'id':1299,'name':'monster'},{'id':9663,'name':'sequel'},{'id':9748,'name':'revenge'},{'id':11100,'name':'giant monster'},{'id':161791,'name':'kaiju'},{'id':198754,'name':'feudal japan'}]" +430029,"[{'id':237,'name':'gay'},{'id':2343,'name':'magic'},{'id':33556,'name':'urban setting'},{'id':231341,'name':'gemstone'}]" +128452,[] +9844,"[{'id':237,'name':'gay'},{'id':3134,'name':'louisiana'},{'id':3737,'name':'dying and death'},{'id':6669,'name':'step father'},{'id':10183,'name':'independent film'},{'id':10508,'name':'teacher'},{'id':34079,'name':'death'}]" +41971,"[{'id':90,'name':'paris france'},{'id':14893,'name':'art'},{'id':41260,'name':'sensuality'},{'id':156063,'name':'expatriate'},{'id':179874,'name':'expressionism'},{'id':195537,'name':'forgery'},{'id':207876,'name':'1920s'}]" +12698,"[{'id':2956,'name':'vietnam'},{'id':6078,'name':'politics'},{'id':6091,'name':'war'},{'id':170457,'name':'lesson'},{'id':181549,'name':'secretary of defense'},{'id':181554,'name':'lyndon johnson'},{'id':181557,'name':'anti war protest'},{'id':181558,'name':'cuban missile crisis'},{'id':181559,'name':'dominoes'},{'id':181560,'name':'cabinet position'},{'id':181564,'name':'armed forces'},{'id':181565,'name':'spin doctor'},{'id':181566,'name':'self immolation'},{'id':181579,'name':'auto industry'}]" +269340,"[{'id':782,'name':'assassin'},{'id':4393,'name':'archer'},{'id':6285,'name':'coup d'etat'},{'id':9725,'name':'sword fight'},{'id':9826,'name':'murder'},{'id':13006,'name':'torture'},{'id':13084,'name':'king'},{'id':33456,'name':'double cross'},{'id':53995,'name':'archery'},{'id':179577,'name':'assassination plot'},{'id':232421,'name':'joseon dynasty'}]" +589187,"[{'id':4458,'name':'post-apocalyptic'},{'id':14544,'name':'robot'},{'id':188957,'name':'virus'},{'id':189092,'name':'journey'},{'id':237593,'name':'lone survivor'}]" +24458,"[{'id':4458,'name':'post-apocalyptic'},{'id':5769,'name':'global warming'},{'id':187056,'name':'woman director'}]" +485903,"[{'id':703,'name':'detective'},{'id':1568,'name':'undercover'},{'id':4613,'name':'training'},{'id':6149,'name':'police'},{'id':12670,'name':'los angeles'},{'id':162735,'name':'disability'},{'id':252999,'name':'van nuys'}]" +16390,[] +28856,"[{'id':1299,'name':'monster'},{'id':9663,'name':'sequel'},{'id':11100,'name':'giant monster'},{'id':198754,'name':'feudal japan'}]" +30526,"[{'id':2070,'name':'olympic games'},{'id':8338,'name':'coach'},{'id':208290,'name':'pentathlon'}]" +86782,"[{'id':3734,'name':'ambition'},{'id':10905,'name':'big business'},{'id':14512,'name':'new york city'}]" +57745,[] +18451,"[{'id':10508,'name':'teacher'},{'id':13028,'name':'writer'}]" +18451,"[{'id':10508,'name':'teacher'},{'id':13028,'name':'writer'}]" +438674,"[{'id':1321,'name':'gold'},{'id':4580,'name':'van'},{'id':10950,'name':'shootout'},{'id':14819,'name':'violence'},{'id':15363,'name':'bank robbery'},{'id':199072,'name':'suspended cop'},{'id':252962,'name':'stake out'}]" +477016,"[{'id':818,'name':'based on novel or book'}]" +32387,"[{'id':1605,'name':'new love'},{'id':1930,'name':'kidnapping'},{'id':9727,'name':'thief'},{'id':9748,'name':'revenge'},{'id':11733,'name':'drug dealing'},{'id':34079,'name':'death'},{'id':214996,'name':'florida everglades'},{'id':224472,'name':'new life'}]" +449985,"[{'id':779,'name':'martial arts'},{'id':782,'name':'assassin'},{'id':1721,'name':'fight'},{'id':2708,'name':'hitman'},{'id':3070,'name':'mercenary'},{'id':6149,'name':'police'},{'id':10291,'name':'organized crime'}]" +51248,"[{'id':380,'name':'sibling relationship'}]" +209901,[] +589812,[] +524787,"[{'id':2808,'name':'russian'},{'id':3582,'name':'bride'},{'id':11014,'name':'mail order bride'}]" +589795,"[{'id':2560,'name':'paparazzi'},{'id':4932,'name':'farm'},{'id':6562,'name':'celebrity'},{'id':12396,'name':'hollywood'},{'id':15162,'name':'dog'},{'id':186402,'name':'starlet'},{'id':239530,'name':'thieves'}]" +589811,[] +589594,[] +6646,"[{'id':818,'name':'based on novel or book'},{'id':1454,'name':'treasure'},{'id':2041,'name':'island'},{'id':3478,'name':'parrot'},{'id':4418,'name':'pirate gang'},{'id':6956,'name':'treasure hunt'},{'id':11088,'name':'treasure map'},{'id':12988,'name':'pirate'},{'id':41599,'name':'sailor'},{'id':157898,'name':'wooden leg'},{'id':160279,'name':'18th century'},{'id':165369,'name':'sailing ship'}]" +55544,"[{'id':4373,'name':'fraud'},{'id':4653,'name':'french'}]" +49446,"[{'id':10183,'name':'independent film'},{'id':187056,'name':'woman director'}]" +324326,[] +315439,"[{'id':3298,'name':'hallucination'},{'id':4833,'name':'royal family'},{'id':9672,'name':'based on a true story'},{'id':10886,'name':'punishment'},{'id':13084,'name':'king'},{'id':155294,'name':'family conflict'},{'id':160279,'name':'18th century'},{'id':169456,'name':'crown prince'},{'id':196595,'name':'succession'},{'id':232421,'name':'joseon dynasty'},{'id':240119,'name':'father son relationship'},{'id':240776,'name':'korean history'},{'id':249384,'name':'wooden chest'}]" +550273,[] +10929,"[{'id':5812,'name':'bad boss'},{'id':7717,'name':'evil mother'},{'id':9748,'name':'revenge'},{'id':33740,'name':'humiliation'},{'id':198780,'name':'obedience'}]" +10929,"[{'id':5812,'name':'bad boss'},{'id':7717,'name':'evil mother'},{'id':9748,'name':'revenge'},{'id':33740,'name':'humiliation'},{'id':198780,'name':'obedience'}]" +414018,[] +53413,"[{'id':2486,'name':'fantasy'}]" +250667,"[{'id':11925,'name':'domestic violence'}]" +392253,[] +72309,"[{'id':378,'name':'prison'},{'id':549,'name':'prostitute'},{'id':570,'name':'rape'},{'id':745,'name':'nun'},{'id':818,'name':'based on novel or book'},{'id':3260,'name':'masochism'},{'id':9785,'name':'perversion'},{'id':10093,'name':'priest'},{'id':13059,'name':'prostitution'},{'id':33998,'name':'lesbian sex'},{'id':161215,'name':'marquis de sade'},{'id':180340,'name':'voyeur'}]" +461757,[] +366249,"[{'id':2341,'name':'nanny'},{'id':2604,'name':'babysitter'},{'id':2806,'name':'lapland'},{'id':189092,'name':'journey'}]" +76216,"[{'id':4458,'name':'post-apocalyptic'},{'id':4565,'name':'dystopia'},{'id':9951,'name':'alien'},{'id':10292,'name':'gore'},{'id':12377,'name':'zombie'},{'id':220515,'name':'flying heads'}]" +82362,"[{'id':12570,'name':'whodunit'},{'id':157171,'name':'nonlinear timeline'}]" +43715,"[{'id':332,'name':'insect'},{'id':1299,'name':'monster'},{'id':1719,'name':'paleontology'},{'id':4477,'name':'paleontologist'},{'id':7035,'name':'giant insect'},{'id':8721,'name':'arctic'},{'id':11100,'name':'giant monster'},{'id':14512,'name':'new york city'},{'id':162536,'name':'man eating monster'},{'id':166958,'name':'prehistoric creature'},{'id':179426,'name':'mantis'},{'id':189223,'name':'praying mantis'}]" +14735,"[{'id':90,'name':'paris france'},{'id':3713,'name':'chase'},{'id':6844,'name':'stalker'},{'id':9826,'name':'murder'},{'id':10183,'name':'independent film'},{'id':12354,'name':'hong kong'},{'id':14964,'name':'drugs'}]" +566228,"[{'id':12094,'name':'business'},{'id':241317,'name':'health documentary'},{'id':249558,'name':'dark'}]" +61711,[] +424783,"[{'id':1576,'name':'technology'},{'id':10542,'name':'based on toy'},{'id':10607,'name':'transformers'},{'id':14544,'name':'robot'},{'id':15285,'name':'spin off'},{'id':208289,'name':'1980s'},{'id':250959,'name':'autobot'}]" +504172,"[{'id':534,'name':'mexico'},{'id':2151,'name':'drug crime'},{'id':2235,'name':'drug mule'},{'id':9672,'name':'based on a true story'},{'id':10175,'name':'drug cartel'},{'id':156805,'name':'dea agent'},{'id':159909,'name':'veteran'},{'id':239275,'name':'based on magazine, newspaper or article'},{'id':249856,'name':'2010s'},{'id':252104,'name':'2000s'},{'id':252877,'name':'sinaloa'}]" +554600,"[{'id':6092,'name':'army'},{'id':9672,'name':'based on a true story'},{'id':13015,'name':'terrorism'},{'id':14636,'name':'india'},{'id':158774,'name':'terrorist attack'},{'id':191819,'name':'indian army'}]" +27327,"[{'id':3284,'name':'phantom'},{'id':4344,'name':'musical'},{'id':155482,'name':'rock opera'},{'id':207889,'name':'faustian pact'}]" +51371,[] +79699,[] +79699,[] +312797,"[{'id':1523,'name':'obsession'},{'id':189368,'name':'barber'}]" +42619,"[{'id':387,'name':'california'},{'id':9672,'name':'based on a true story'},{'id':10322,'name':'native american'},{'id':10562,'name':'on the run'},{'id':160799,'name':'posse'},{'id':226499,'name':'manhunt'},{'id':236170,'name':'early 1900s'}]" +200511,"[{'id':642,'name':'robbery'}]" +23050,"[{'id':271,'name':'competition'},{'id':387,'name':'california'},{'id':1768,'name':'san diego'},{'id':8783,'name':'scavenger hunt'},{'id':11836,'name':'contest'}]" +90122,"[{'id':10683,'name':'coming of age'}]" +513236,[] +11621,"[{'id':131,'name':'italy'},{'id':966,'name':'beach'},{'id':1755,'name':'fascism'},{'id':2853,'name':'mediterranean'},{'id':4375,'name':'transformation'},{'id':10229,'name':'singer'},{'id':33482,'name':'war hero'},{'id':188747,'name':'air pirate'},{'id':210024,'name':'anime'}]" +12429,"[{'id':456,'name':'mother'},{'id':1357,'name':'fish'},{'id':1792,'name':'cliff'},{'id':5905,'name':'father'},{'id':5938,'name':'mermaid'},{'id':7376,'name':'princess'},{'id':210024,'name':'anime'}]" +122293,"[{'id':4379,'name':'time travel'},{'id':8629,'name':'tv movie'},{'id':9714,'name':'remake'},{'id':235620,'name':'re-imagining'},{'id':249530,'name':'plane crash'},{'id':251055,'name':'made for tv'},{'id':252818,'name':'uss eldridge'},{'id':252819,'name':'de-173'}]" +12663,"[{'id':2052,'name':'traitor'},{'id':2106,'name':'cold war'},{'id':2808,'name':'russian'},{'id':3045,'name':'mission of murder'},{'id':6091,'name':'war'},{'id':8862,'name':'uprising'},{'id':9748,'name':'revenge'},{'id':33705,'name':'agent'},{'id':226589,'name':'spetsnaz'}]" +546230,[] +10515,"[{'id':334,'name':'flying'},{'id':1960,'name':'mine'},{'id':2343,'name':'magic'},{'id':3098,'name':'castle'},{'id':4190,'name':'lost civilisation'},{'id':6092,'name':'army'},{'id':12988,'name':'pirate'},{'id':14659,'name':'girl'},{'id':163049,'name':'government agent'},{'id':165455,'name':'floating'},{'id':169362,'name':'pendant'},{'id':182600,'name':'blue sky'},{'id':188747,'name':'air pirate'},{'id':188847,'name':'crystal'},{'id':210024,'name':'anime'}]" +244001,"[{'id':9716,'name':'stand-up comedy'}]" +44129,"[{'id':3643,'name':'stock price'},{'id':10177,'name':'corporate'},{'id':45141,'name':'carpenter'},{'id':163167,'name':'job hunting'}]" +69315,"[{'id':161176,'name':'space opera'}]" +76091,[] +61622,"[{'id':1326,'name':'infidelity'},{'id':2587,'name':'married couple'},{'id':10061,'name':'dysfunctional marriage'}]" +18032,"[{'id':248194,'name':'moonacre'},{'id':248195,'name':'secret of moonacre'}]" +80560,"[{'id':9727,'name':'thief'},{'id':9935,'name':'travel'},{'id':187056,'name':'woman director'}]" +450001,"[{'id':779,'name':'martial arts'}]" +418472,"[{'id':11061,'name':'debt'},{'id':13028,'name':'writer'},{'id':191075,'name':'father and child'}]" +528949,"[{'id':1003,'name':'photographer'},{'id':1739,'name':'holocaust'},{'id':1956,'name':'world war ii'},{'id':2109,'name':'communist'},{'id':5509,'name':'spanish civil war'},{'id':5565,'name':'biography'},{'id':9672,'name':'based on a true story'},{'id':10939,'name':'holocaust survivor'},{'id':11482,'name':'republican'},{'id':189422,'name':'nazi occupation'},{'id':191726,'name':'nazism'},{'id':193696,'name':'concentration camp survivor'},{'id':207883,'name':'1940s'},{'id':208250,'name':'spanish 2nd republic'},{'id':244724,'name':'nazi trials'},{'id':252067,'name':'nazi war criminal'},{'id':252128,'name':'spanish republicans'}]" +529207,[] +428427,"[{'id':1925,'name':'camera'},{'id':2139,'name':'russia'},{'id':180307,'name':'driving'},{'id':246170,'name':'dashcam'}]" +37316,"[{'id':2940,'name':'mexican revolution'},{'id':156212,'name':'spaghetti western'}]" +329263,"[{'id':10873,'name':'school'}]" +233063,"[{'id':10508,'name':'teacher'},{'id':10873,'name':'school'}]" +27150,"[{'id':779,'name':'martial arts'},{'id':780,'name':'kung fu'},{'id':797,'name':'showdown'},{'id':798,'name':'sheriff'},{'id':1556,'name':'texas'},{'id':1706,'name':'experiment'},{'id':9826,'name':'murder'},{'id':157758,'name':'ax murder'},{'id':176625,'name':'taekwondo'},{'id':188955,'name':'hand to hand combat'},{'id':197239,'name':'regeneration'}]" +13666,"[{'id':394,'name':'gypsy'},{'id':663,'name':'fortune teller'},{'id':1209,'name':'wales'},{'id':1366,'name':'shotgun'},{'id':1994,'name':'wolf'},{'id':4257,'name':'amulet'},{'id':4375,'name':'transformation'},{'id':4550,'name':'full moon'},{'id':9767,'name':'beautiful woman'},{'id':10842,'name':'good vs evil'},{'id':11060,'name':'trap'},{'id':11155,'name':'wolfman'},{'id':11851,'name':'man beast'},{'id':11853,'name':'cane'},{'id':11855,'name':'pentagram'},{'id':12564,'name':'werewolf'},{'id':162714,'name':'antiques shop'},{'id':228001,'name':'lycanthrope'},{'id':236836,'name':'wolf's bane'},{'id':236837,'name':'gypsy camp'}]" +69015,[] +394741,"[{'id':1786,'name':'heart attack'},{'id':3485,'name':'comedian'},{'id':5565,'name':'biography'},{'id':9672,'name':'based on a true story'},{'id':12648,'name':'bromance'},{'id':169085,'name':'double act'},{'id':173687,'name':'music hall'},{'id':197928,'name':'laurel and hardy'},{'id':208611,'name':'1950s'},{'id':214548,'name':'1930s'}]" +498743,"[{'id':5332,'name':'greed'},{'id':9454,'name':'frontier'},{'id':9503,'name':'outlaw'},{'id':9748,'name':'revenge'},{'id':12434,'name':'undertaker'},{'id':206160,'name':'irish immigrant'},{'id':232519,'name':'america'}]" +433499,[] +507220,[] +4564,"[{'id':558,'name':'city portrait'},{'id':612,'name':'hotel'},{'id':613,'name':'new year's eve'},{'id':3446,'name':'forgiveness'},{'id':3486,'name':'fashion journal'},{'id':4496,'name':'saint louis'},{'id':7024,'name':'fashion designer'},{'id':8613,'name':'malibu'},{'id':8615,'name':'loss of libido'},{'id':8617,'name':'botox'},{'id':8728,'name':'couples therapy'},{'id':12392,'name':'best friend'},{'id':15479,'name':'fashion'},{'id':168386,'name':'child wish'}]" +42251,"[{'id':1852,'name':'mutant'},{'id':6017,'name':'genetics'},{'id':9882,'name':'space'},{'id':13194,'name':'planet'}]" +25566,"[{'id':818,'name':'based on novel or book'},{'id':14512,'name':'new york city'},{'id':14514,'name':'class differences'},{'id':207592,'name':'piano'},{'id':228489,'name':'racial injustice'},{'id':236170,'name':'early 1900s'}]" +36492,"[{'id':9713,'name':'friends'},{'id':156930,'name':'sexual confusion'}]" +40578,"[{'id':182677,'name':'sea battle'}]" +411606,[] +17898,"[{'id':12564,'name':'werewolf'}]" +399361,"[{'id':1161,'name':'brazil'},{'id':2148,'name':'colombia'},{'id':2150,'name':'cocaine'},{'id':5967,'name':'peru'},{'id':10175,'name':'drug cartel'},{'id':10349,'name':'survival'},{'id':18026,'name':'drug lord'},{'id':191724,'name':'andes'},{'id':212757,'name':'ex special forces'},{'id':225947,'name':'amazon jungle'},{'id':239363,'name':'south american jungle'},{'id':239663,'name':'treasure heist'}]" +37992,"[{'id':769,'name':'falsely accused'},{'id':195402,'name':'film noir'}]" +31650,"[{'id':242,'name':'new york'},{'id':703,'name':'detective'},{'id':6038,'name':'marriage'},{'id':9826,'name':'murder'},{'id':156037,'name':'socialite'}]" +26333,"[{'id':9673,'name':'love'},{'id':10614,'name':'tragedy'},{'id':13014,'name':'orphan'},{'id':18161,'name':'baboon'}]" +10724,"[{'id':334,'name':'flying'},{'id':818,'name':'based on novel or book'},{'id':3203,'name':'pilot'},{'id':3278,'name':'kgb'},{'id':3773,'name':'kampfjet'},{'id':3864,'name':'false identity'},{'id':6093,'name':'assault'},{'id':9878,'name':'fighter jet'},{'id':9937,'name':'suspense'}]" +507313,"[{'id':6019,'name':'human trafficking'}]" +53426,"[{'id':779,'name':'martial arts'},{'id':801,'name':'bounty hunter'},{'id':818,'name':'based on novel or book'},{'id':3149,'name':'gangster'},{'id':7002,'name':'vigilante'},{'id':9826,'name':'murder'},{'id':10714,'name':'serial killer'},{'id':13006,'name':'torture'},{'id':13125,'name':'sadist'},{'id':188944,'name':'revolver'}]" +429197,"[{'id':833,'name':'white house'},{'id':1242,'name':'war on terror'},{'id':5565,'name':'biography'},{'id':15087,'name':'iraq war'},{'id':161304,'name':'september 11 2001'},{'id':193533,'name':'vice president'},{'id':206515,'name':'usa politics'}]" +59843,"[{'id':13008,'name':'train'},{'id':15363,'name':'bank robbery'},{'id':209197,'name':'unlikely hero'}]" +505914,"[{'id':310,'name':'artificial intelligence'},{'id':803,'name':'android'},{'id':2111,'name':'soviet union'},{'id':4040,'name':'space mission'},{'id':156866,'name':'based on short story'},{'id':168568,'name':'multinational'},{'id':188950,'name':'corporation'},{'id':197739,'name':'alpha centauri'},{'id':198136,'name':'cosmonaut'},{'id':244256,'name':'near future'},{'id':246011,'name':'ai'},{'id':252634,'name':'outer space'},{'id':252635,'name':'socialist dystopia'},{'id':252640,'name':'2140s'}]" +137662,"[{'id':520,'name':'chicago'},{'id':4379,'name':'time travel'},{'id':14760,'name':'scientist'},{'id':17995,'name':'epidemic'},{'id':176056,'name':'time traveler'},{'id':188959,'name':'plague'},{'id':207928,'name':'19th century'}]" +13522,"[{'id':186,'name':'christianity'},{'id':1192,'name':'sweden'},{'id':1975,'name':'arabian'},{'id':14656,'name':'order of the templars'},{'id':14765,'name':'church'}]" +13491,[] +19058,"[{'id':242,'name':'new york'},{'id':949,'name':'terrorist'},{'id':1328,'name':'secret'},{'id':3030,'name':'nightmare'},{'id':5340,'name':'investigation'},{'id':6086,'name':'government'},{'id':6149,'name':'police'},{'id':10092,'name':'mystery'},{'id':10260,'name':'mechanic'},{'id':11221,'name':'blood'},{'id':12193,'name':'reporter'},{'id':34079,'name':'death'},{'id':188960,'name':'elevator'},{'id':202703,'name':'deadly'},{'id':208840,'name':'malfunction'},{'id':208841,'name':'incident'},{'id':208842,'name':'decapitated'}]" +57829,"[{'id':437,'name':'painter'},{'id':10183,'name':'independent film'}]" +94887,[] +900,"[{'id':378,'name':'prison'},{'id':1651,'name':'donation'},{'id':2172,'name':'zoo'},{'id':2598,'name':'museum'},{'id':4477,'name':'paleontologist'},{'id':4478,'name':'leopard'},{'id':4479,'name':'bone'},{'id':155457,'name':'screwball comedy'}]" +16248,"[{'id':1480,'name':'baseball'},{'id':3899,'name':'chewing gum'},{'id':4548,'name':'autopilot'},{'id':5774,'name':'forest'},{'id':5992,'name':'south carolina'},{'id':6104,'name':'computer'},{'id':14544,'name':'robot'},{'id':157955,'name':'childhood'},{'id':200510,'name':'gate'},{'id':207592,'name':'piano'}]" +40578,"[{'id':182677,'name':'sea battle'}]" +15945,[] +29052,"[{'id':8079,'name':'cornwall england'},{'id':33737,'name':'snake bite'},{'id':34117,'name':'cult film'},{'id':155730,'name':'hammer horror'},{'id':155733,'name':'old house'},{'id':158276,'name':'metamorphosis'},{'id':194430,'name':'small village'}]" +18759,"[{'id':1453,'name':'amnesia'},{'id':9937,'name':'suspense'},{'id':10714,'name':'serial killer'},{'id':14742,'name':'psychic'},{'id':14780,'name':'investigator'},{'id':14819,'name':'violence'}]" +48155,"[{'id':886,'name':'movie business'},{'id':195402,'name':'film noir'}]" +63749,"[{'id':798,'name':'sheriff'},{'id':2988,'name':'shark attack'},{'id':3134,'name':'louisiana'},{'id':4551,'name':'swamp'},{'id':7984,'name':'bikini'},{'id':15097,'name':'shark'}]" +26682,"[{'id':830,'name':'car race'},{'id':8629,'name':'tv movie'},{'id':10183,'name':'independent film'},{'id':14857,'name':'juvenile delinquent'},{'id':208611,'name':'1950s'}]" +48015,"[{'id':392,'name':'england'},{'id':3875,'name':'barn'},{'id':9826,'name':'murder'},{'id':12564,'name':'werewolf'},{'id':13130,'name':'teenager'},{'id':14527,'name':'storm'},{'id':14755,'name':'power outage'},{'id':155619,'name':'attic'}]" +71,"[{'id':1682,'name':'workers' quarter'},{'id':2684,'name':'dancing class'},{'id':4112,'name':'strike'},{'id':5215,'name':'northern england'},{'id':6278,'name':'scholarship'},{'id':10551,'name':'ballet'},{'id':33479,'name':'single father'},{'id':33928,'name':'audition'},{'id':207010,'name':'dance teacher'},{'id':208289,'name':'1980s'},{'id':222478,'name':'miners strike'},{'id':240119,'name':'father son relationship'}]" +32450,"[{'id':2415,'name':'idiot'},{'id':9253,'name':'slapstick'},{'id':157768,'name':'vaudeville'}]" +113329,[] +178946,"[{'id':9716,'name':'stand-up comedy'}]" +486684,"[{'id':1956,'name':'world war ii'},{'id':2321,'name':'bunker'},{'id':2652,'name':'nazi'},{'id':9720,'name':'woods'},{'id':10327,'name':'undead'},{'id':13065,'name':'soldier'},{'id':162846,'name':'ghost'},{'id':216919,'name':'boys'}]" +45006,[] +577340,"[{'id':534,'name':'mexico'},{'id':591,'name':'cia'},{'id':822,'name':'airport'},{'id':1508,'name':'new mexico'},{'id':2985,'name':'designer'},{'id':3070,'name':'mercenary'},{'id':9016,'name':'femme fatale'},{'id':155336,'name':'smuggler'},{'id':159945,'name':'customs'},{'id':180981,'name':'package'},{'id':204045,'name':'awards show'},{'id':235317,'name':'badass'},{'id':249983,'name':'video game development'},{'id':252693,'name':'criminals'},{'id':252694,'name':'hitmen'},{'id':252695,'name':'feds'}]" +244580,"[{'id':1228,'name':'1970s'},{'id':1416,'name':'jazz'},{'id':2671,'name':'heroin'},{'id':3837,'name':'failure'},{'id':5565,'name':'biography'},{'id':5600,'name':'daughter'},{'id':5905,'name':'father'},{'id':6782,'name':'addiction'},{'id':14743,'name':'pianist'},{'id':14964,'name':'drugs'}]" +467384,[] +342472,[] +492713,"[{'id':8181,'name':'swimming pool'},{'id':13031,'name':'creature'},{'id':201680,'name':'mystical'},{'id':225061,'name':'friend'},{'id':244289,'name':'malevolent force'}]" +411606,[] +547780,"[{'id':9706,'name':'anthology'},{'id':243262,'name':'80s throwback'}]" +426563,"[{'id':392,'name':'england'},{'id':934,'name':'judge'},{'id':4388,'name':'titanic'},{'id':8689,'name':'albert einstein'},{'id':9401,'name':'sherlock holmes'},{'id':33514,'name':'clue'},{'id':174316,'name':'pipe smoking'},{'id':194470,'name':'queen victoria'},{'id':252596,'name':'victorian era'}]" +571551,"[{'id':6562,'name':'celebrity'},{'id':9826,'name':'murder'},{'id':9890,'name':'jail'},{'id':11728,'name':'burglary'},{'id':14964,'name':'drugs'},{'id':212739,'name':'struggle'},{'id':247627,'name':'crime'}]" +16211,"[{'id':380,'name':'sibling relationship'},{'id':1556,'name':'texas'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'}]" +51856,"[{'id':155554,'name':'semi-documentary'}]" +542836,[] +559395,[] +344170,"[{'id':736,'name':'journalist'}]" +487740,"[{'id':5565,'name':'biography'},{'id':6027,'name':'music'}]" +295490,"[{'id':171993,'name':'mumblecore'}]" +474118,[] +91847,"[{'id':380,'name':'sibling relationship'},{'id':779,'name':'martial arts'},{'id':9748,'name':'revenge'},{'id':12425,'name':'racism'},{'id':190636,'name':'crime syndicate'}]" +50632,[] +280217,"[{'id':10542,'name':'based on toy'},{'id':210090,'name':'lego'}]" +586347,"[{'id':2695,'name':'ex-lover'},{'id':14964,'name':'drugs'},{'id':179882,'name':'romania'},{'id':235809,'name':'death of a brother'}]" +91845,"[{'id':779,'name':'martial arts'},{'id':1794,'name':'yakuza'},{'id':3436,'name':'karate'},{'id':10076,'name':'street fighter'}]" +47313,"[{'id':779,'name':'martial arts'}]" +476651,"[{'id':187056,'name':'woman director'}]" +458759,[] +32613,"[{'id':345,'name':'monk'},{'id':697,'name':'loss of loved one'},{'id':1299,'name':'monster'},{'id':1963,'name':'expedition'},{'id':2139,'name':'russia'},{'id':3560,'name':'cossack'},{'id':9951,'name':'alien'},{'id':13008,'name':'train'},{'id':13031,'name':'creature'},{'id':15032,'name':'gothic horror'},{'id':157144,'name':'stockings'},{'id':161276,'name':'anthropologist'},{'id':170335,'name':'whipping'},{'id':174638,'name':'siberia'},{'id':186188,'name':'fossil'},{'id':186189,'name':'hidden identity'},{'id':186192,'name':'animal senses evil'},{'id':186195,'name':'pair of evil eyes'},{'id':215285,'name':'crate'}]" +31462,"[{'id':6149,'name':'police'},{'id':162842,'name':'stolen cars'},{'id':208606,'name':'traffic school'},{'id':208607,'name':'traffic court'}]" +308,"[{'id':1338,'name':'bachelor'},{'id':1594,'name':'ex-boyfriend'},{'id':1595,'name':'ex-girlfriend'},{'id':1596,'name':'anonymous letter'},{'id':1599,'name':'midlife crisis'},{'id':1735,'name':'amateur detective'},{'id':1737,'name':'it-expert'},{'id':2735,'name':'veterinarian'},{'id':6059,'name':'unsociability'},{'id':10183,'name':'independent film'}]" +401200,"[{'id':339,'name':'submarine'},{'id':6078,'name':'politics'},{'id':6086,'name':'government'},{'id':10349,'name':'survival'},{'id':10617,'name':'disaster'},{'id':14785,'name':'underwater'}]" +101651,"[{'id':212,'name':'london'},{'id':11268,'name':'psychologist'},{'id':195402,'name':'film noir'}]" +574162,[] +539797,[] +509594,[] +537190,"[{'id':12377,'name':'zombie'},{'id':232421,'name':'joseon dynasty'}]" +461767,[] +585213,[] +586311,[] +444395,[] +15196,"[{'id':10090,'name':'board game'},{'id':10092,'name':'mystery'},{'id':12545,'name':'mansion'},{'id':155733,'name':'old house'},{'id':160887,'name':'based on game'}]" +510689,"[{'id':6625,'name':'family secret'},{'id':11168,'name':'private investigator'},{'id':12564,'name':'werewolf'},{'id':242472,'name':'grizzly murders'}]" +564082,"[{'id':13209,'name':'cabin in the woods'},{'id':248206,'name':'comedy'}]" +465914,"[{'id':1228,'name':'1970s'},{'id':9856,'name':'flashback'},{'id':10909,'name':'lawyer'},{'id':189920,'name':'harlem'},{'id':199228,'name':'devoted family man'},{'id':206298,'name':'young adult'},{'id':239413,'name':'false imprisonment'},{'id':244886,'name':'love story'}]" +297802,"[{'id':849,'name':'dc comics'},{'id':2768,'name':'atlantis'},{'id':6231,'name':'half-brother'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':9920,'name':'royalty'},{'id':15097,'name':'shark'},{'id':179431,'name':'duringcreditsstinger'},{'id':229266,'name':'dc extended universe'}]" +43093,"[{'id':212,'name':'london'},{'id':1299,'name':'monster'},{'id':1489,'name':'river thames'},{'id':1618,'name':'radiation'},{'id':4477,'name':'paleontologist'},{'id':6978,'name':'radium'},{'id':8079,'name':'cornwall england'},{'id':10124,'name':'laboratory'},{'id':11100,'name':'giant monster'},{'id':12616,'name':'dinosaur'},{'id':33696,'name':'sea monster'}]" +9034,"[{'id':331,'name':'tattoo'},{'id':2570,'name':'rock star'},{'id':4044,'name':'groupie'},{'id':6162,'name':'past'},{'id':18035,'name':'family'}]" +43303,"[{'id':187056,'name':'woman director'}]" +458759,[] +32613,"[{'id':345,'name':'monk'},{'id':697,'name':'loss of loved one'},{'id':1299,'name':'monster'},{'id':1963,'name':'expedition'},{'id':2139,'name':'russia'},{'id':3560,'name':'cossack'},{'id':9951,'name':'alien'},{'id':13008,'name':'train'},{'id':13031,'name':'creature'},{'id':15032,'name':'gothic horror'},{'id':157144,'name':'stockings'},{'id':161276,'name':'anthropologist'},{'id':170335,'name':'whipping'},{'id':174638,'name':'siberia'},{'id':186188,'name':'fossil'},{'id':186189,'name':'hidden identity'},{'id':186192,'name':'animal senses evil'},{'id':186195,'name':'pair of evil eyes'},{'id':215285,'name':'crate'}]" +14411,"[{'id':3071,'name':'prince'},{'id':7994,'name':'water monster'},{'id':10777,'name':'goddess'},{'id':41599,'name':'sailor'},{'id':191012,'name':'arabian nights'},{'id':252696,'name':'8th century'}]" +44179,"[{'id':818,'name':'based on novel or book'},{'id':1938,'name':'sword'},{'id':15001,'name':'demon'},{'id':210024,'name':'anime'}]" +10984,"[{'id':3698,'name':'mobbing'},{'id':3836,'name':'success'},{'id':5927,'name':'violence against women'},{'id':9748,'name':'revenge'},{'id':10714,'name':'serial killer'},{'id':160404,'name':'valentine's day'}]" +533,"[{'id':271,'name':'competition'},{'id':2105,'name':'garden'},{'id':5215,'name':'northern england'},{'id':5331,'name':'village'},{'id':6401,'name':'vegetable'},{'id':9180,'name':'yorkshire'},{'id':10121,'name':'stop motion'},{'id':11836,'name':'contest'},{'id':15162,'name':'dog'},{'id':15199,'name':'rabbit'},{'id':185424,'name':'pest control'},{'id':185425,'name':'giant vegetable'},{'id':197065,'name':'claymation'},{'id':230385,'name':'plasticine'}]" +9264,"[{'id':236,'name':'suicide'},{'id':570,'name':'rape'},{'id':4687,'name':'pretended suicide'},{'id':5905,'name':'father'},{'id':187056,'name':'woman director'}]" +411139,[] +10164,"[{'id':931,'name':'jealousy'},{'id':1874,'name':'car dealer'},{'id':2336,'name':'ladykiller'},{'id':3836,'name':'success'},{'id':7188,'name':'hostage-taking'}]" +21564,"[{'id':441,'name':'assassination'},{'id':477,'name':'train station'},{'id':5552,'name':'train ride'},{'id':10061,'name':'dysfunctional marriage'},{'id':159346,'name':'deceit'},{'id':195402,'name':'film noir'},{'id':197794,'name':'korean war veteran'}]" +6312,"[{'id':570,'name':'rape'},{'id':9826,'name':'murder'},{'id':10410,'name':'conspiracy'},{'id':13031,'name':'creature'},{'id':14819,'name':'violence'},{'id':161271,'name':'beast'}]" +400650,"[{'id':212,'name':'london'},{'id':818,'name':'based on novel or book'},{'id':2341,'name':'nanny'},{'id':2343,'name':'magic'},{'id':4344,'name':'musical'},{'id':9663,'name':'sequel'},{'id':10235,'name':'family relationships'},{'id':11321,'name':'animated sequence'},{'id':11322,'name':'female protagonist'},{'id':12990,'name':'singing'},{'id':17997,'name':'housekeeper'},{'id':46962,'name':'discipline'},{'id':156766,'name':'depression era'},{'id':179536,'name':'charm'},{'id':209220,'name':'live action and animation'},{'id':214548,'name':'1930s'}]" +415311,[] +534313,[] +30840,[] +35711,"[{'id':520,'name':'chicago'},{'id':3300,'name':'cadillac'},{'id':6270,'name':'high school'},{'id':9713,'name':'friends'},{'id':10683,'name':'coming of age'}]" +5820,"[{'id':840,'name':'usa president'},{'id':33705,'name':'agent'}]" +42018,"[{'id':486,'name':'himalaya'},{'id':2673,'name':'horse'},{'id':4558,'name':'tibet'},{'id':9727,'name':'thief'},{'id':13159,'name':'chinese'},{'id':198507,'name':'tibetan'}]" +31462,"[{'id':6149,'name':'police'},{'id':162842,'name':'stolen cars'},{'id':208606,'name':'traffic school'},{'id':208607,'name':'traffic court'}]" +308,"[{'id':1338,'name':'bachelor'},{'id':1594,'name':'ex-boyfriend'},{'id':1595,'name':'ex-girlfriend'},{'id':1596,'name':'anonymous letter'},{'id':1599,'name':'midlife crisis'},{'id':1735,'name':'amateur detective'},{'id':1737,'name':'it-expert'},{'id':2735,'name':'veterinarian'},{'id':6059,'name':'unsociability'},{'id':10183,'name':'independent film'}]" +467673,[] +260646,"[{'id':209476,'name':'boxing'}]" +427395,[] +35080,"[{'id':572,'name':'sex'},{'id':1936,'name':'blackmail'},{'id':3342,'name':'yacht'},{'id':5091,'name':'kiss'},{'id':8508,'name':'party'},{'id':9673,'name':'love'},{'id':9826,'name':'murder'},{'id':11869,'name':'mistress'},{'id':12396,'name':'hollywood'},{'id':18453,'name':'gossip'}]" +23330,"[{'id':549,'name':'prostitute'},{'id':960,'name':'homeless person'},{'id':18034,'name':'desert'},{'id':33600,'name':'stagecoach'},{'id':162726,'name':'prospector'},{'id':172504,'name':'reverend'},{'id':187253,'name':'way station'},{'id':215001,'name':'rattlesnake'}]" +436053,[] +548764,[] +9272,"[{'id':625,'name':'sadistic'},{'id':970,'name':'parent child relationship'},{'id':2887,'name':'manipulation'},{'id':4426,'name':'sadism'},{'id':6259,'name':'psychopath'},{'id':9740,'name':'sociopath'},{'id':9758,'name':'deception'},{'id':9826,'name':'murder'},{'id':9937,'name':'suspense'},{'id':10835,'name':'problem child'},{'id':159346,'name':'deceit'},{'id':161714,'name':'disbelief'},{'id':170682,'name':'lying'},{'id':170776,'name':'disbelieving adult'},{'id':176182,'name':'psycho'},{'id':203895,'name':'nobody believes'},{'id':207108,'name':'uncover truth'},{'id':229837,'name':'psychopathic'}]" +31600,"[{'id':9937,'name':'suspense'},{'id':177770,'name':'american embassy'}]" +57258,"[{'id':10322,'name':'native american'},{'id':160522,'name':'wagon train'}]" +548066,"[{'id':187056,'name':'woman director'}]" +538207,[] +42077,"[{'id':1930,'name':'kidnapping'},{'id':195402,'name':'film noir'}]" +58699,"[{'id':331,'name':'tattoo'},{'id':6110,'name':'weapon'},{'id':10183,'name':'independent film'},{'id':10726,'name':'gang'},{'id':10863,'name':'medusa'},{'id':12332,'name':'apocalypse'},{'id':179431,'name':'duringcreditsstinger'}]" +10320,"[{'id':745,'name':'nun'},{'id':818,'name':'based on novel or book'},{'id':2565,'name':'bath tub'},{'id':3030,'name':'nightmare'},{'id':5153,'name':'son'},{'id':9663,'name':'sequel'},{'id':9714,'name':'remake'},{'id':10629,'name':'vision'},{'id':10842,'name':'good vs evil'},{'id':11289,'name':'woman reporter'},{'id':11857,'name':'mental institution'},{'id':177185,'name':'videotape'},{'id':177201,'name':'evil child'}]" +14172,"[{'id':9748,'name':'revenge'}]" +10350,"[{'id':1721,'name':'fight'},{'id':3203,'name':'pilot'},{'id':9882,'name':'space'},{'id':41645,'name':'based on video game'},{'id':161176,'name':'space opera'},{'id':209073,'name':'space carrier'}]" +9538,"[{'id':1475,'name':'telepathy'},{'id':5086,'name':'telekinesis'},{'id':9678,'name':'mind control'},{'id':9815,'name':'psychic power'},{'id':9826,'name':'murder'},{'id':11265,'name':'mind reading'},{'id':11627,'name':'paranormal phenomena'},{'id':14760,'name':'scientist'},{'id':14819,'name':'violence'},{'id':14964,'name':'drugs'}]" +8329,"[{'id':321,'name':'terror'},{'id':1523,'name':'obsession'},{'id':2249,'name':'camcorder'},{'id':2733,'name':'firemen'},{'id':3684,'name':'religion and supernatural'},{'id':4197,'name':'bite'},{'id':4606,'name':'cinematographer'},{'id':5034,'name':'attempt to escape'},{'id':6623,'name':'lodger'},{'id':8001,'name':'live-reportage'},{'id':163053,'name':'found footage'}]" +9534,"[{'id':572,'name':'sex'},{'id':1817,'name':'orgy'},{'id':2081,'name':'department store'},{'id':3508,'name':'underwear'},{'id':3734,'name':'ambition'},{'id':9823,'name':'rivalry'},{'id':13027,'name':'wedding'}]" +71070,[] +176813,"[{'id':380,'name':'sibling relationship'},{'id':1326,'name':'infidelity'},{'id':2629,'name':'psychological stress'},{'id':2673,'name':'horse'},{'id':190961,'name':'temporary blindness'}]" +458506,"[{'id':3524,'name':'doping'},{'id':11800,'name':'mockumentary'}]" +530254,[] +436939,[] +45657,"[{'id':428,'name':'nurse'},{'id':3454,'name':'orderly'},{'id':4932,'name':'farm'},{'id':5157,'name':'electric shock'},{'id':10323,'name':'psychiatric hospital'},{'id':10941,'name':'disappearance'},{'id':41329,'name':'mental illness'},{'id':179431,'name':'duringcreditsstinger'}]" +11908,"[{'id':2411,'name':'new orleans'},{'id':3184,'name':'alligator'},{'id':3230,'name':'male friendship'},{'id':3598,'name':'ax'},{'id':4150,'name':'swampf'},{'id':10714,'name':'serial killer'}]" +58985,"[{'id':10229,'name':'singer'},{'id':33475,'name':'songwriter'},{'id':187056,'name':'woman director'}]" +14365,"[{'id':572,'name':'sex'},{'id':910,'name':'bondage'},{'id':1523,'name':'obsession'},{'id':3851,'name':'dangerous'},{'id':4560,'name':'mountaineer'},{'id':9673,'name':'love'}]" +12483,"[{'id':236,'name':'suicide'},{'id':1595,'name':'ex-girlfriend'},{'id':3335,'name':'halloween'},{'id':4073,'name':'apoplectic stroke'}]" +9101,"[{'id':339,'name':'submarine'},{'id':4410,'name':'u.s. navy'},{'id':9789,'name':'misfit'}]" +40824,"[{'id':4653,'name':'french'},{'id':15167,'name':'police detective'}]" +296206,[] +128826,[] +78235,[] +14040,"[{'id':3797,'name':'bicycle'},{'id':6075,'name':'sport'},{'id':180491,'name':'cycling'},{'id':186360,'name':'bicycle race'}]" +485811,"[{'id':779,'name':'martial arts'},{'id':11221,'name':'blood'},{'id':12377,'name':'zombie'},{'id':13065,'name':'soldier'},{'id':14828,'name':'city'}]" +539397,[] +10127,"[{'id':801,'name':'bounty hunter'},{'id':1415,'name':'small town'},{'id':1612,'name':'spacecraft'},{'id':5698,'name':'egg'},{'id':6746,'name':'hamburger'},{'id':7658,'name':'kansas'},{'id':9921,'name':'easter'},{'id':9923,'name':'easter bunny'},{'id':9951,'name':'alien'},{'id':12193,'name':'reporter'},{'id':13031,'name':'creature'},{'id':14601,'name':'explosion'},{'id':14819,'name':'violence'},{'id':15162,'name':'dog'},{'id':162532,'name':'shape shifter'},{'id':162538,'name':'pitchfork'},{'id':163098,'name':'newspaper reporter'},{'id':233042,'name':'easter egg hunt'}]" +467673,[] +502791,"[{'id':1228,'name':'1970s'},{'id':1890,'name':'camping'},{'id':3291,'name':'kentucky'},{'id':3593,'name':'wilderness'},{'id':178883,'name':'autumn'},{'id':189108,'name':'buried treasure'},{'id':225984,'name':'bachelor party'}]" +421879,[] +584127,"[{'id':456,'name':'mother'},{'id':10950,'name':'shootout'},{'id':186527,'name':'locked in'},{'id':188665,'name':'botched robbery'},{'id':249158,'name':'fbi agent'}]" +10132,"[{'id':2142,'name':'anonymity'},{'id':3740,'name':'radio presenter'},{'id':3836,'name':'success'},{'id':3851,'name':'dangerous'},{'id':4305,'name':'radio transmission'}]" +9946,"[{'id':186,'name':'christianity'},{'id':613,'name':'new year's eve'},{'id':1499,'name':'pastor'},{'id':3030,'name':'nightmare'},{'id':3036,'name':'bible'},{'id':5545,'name':'satanist'},{'id':6150,'name':'faith'},{'id':8440,'name':'ex-cop'},{'id':8685,'name':'anti-christ'},{'id':8686,'name':'millenium'},{'id':8778,'name':'atheist'},{'id':9937,'name':'suspense'},{'id':10093,'name':'priest'},{'id':11612,'name':'hospital'},{'id':14512,'name':'new york city'},{'id':14601,'name':'explosion'},{'id':14765,'name':'church'},{'id':14999,'name':'devil'},{'id':199978,'name':'stigmata'}]" +42795,"[{'id':2365,'name':'crete'},{'id':10809,'name':'teenage girl'},{'id':221301,'name':'emerald'}]" +39545,"[{'id':2692,'name':'arranged marriage'},{'id':2964,'name':'future'},{'id':3837,'name':'failure'},{'id':187056,'name':'woman director'}]" +80591,"[{'id':2096,'name':'auction'},{'id':9849,'name':'beating'},{'id':14558,'name':'bathtub'},{'id':157196,'name':'clothes'},{'id':187056,'name':'woman director'}]" +76082,[] +24565,[] +2047,"[{'id':378,'name':'prison'},{'id':6168,'name':'master thief'},{'id':6170,'name':'motherly love'},{'id':15363,'name':'bank robbery'}]" +5852,"[{'id':9844,'name':'car crash'},{'id':15090,'name':'police officer'}]" +12506,"[{'id':736,'name':'journalist'},{'id':1228,'name':'1970s'},{'id':3230,'name':'male friendship'},{'id':3644,'name':'south africa'},{'id':4106,'name':'apartheid'}]" +19092,"[{'id':6075,'name':'sport'}]" +28029,"[{'id':596,'name':'adultery'},{'id':1326,'name':'infidelity'},{'id':1525,'name':'puberty'},{'id':6447,'name':'woodstock'},{'id':7422,'name':'moon landing'},{'id':47023,'name':'first kiss'},{'id':208992,'name':'1960s'},{'id':213450,'name':'summer holiday'}]" +5146,"[{'id':591,'name':'cia'}]" +9311,"[{'id':792,'name':'copenhagen'},{'id':3355,'name':'inuit'},{'id':4803,'name':'comet'},{'id':8721,'name':'arctic'},{'id':10794,'name':'snow'}]" +361283,[] +472751,[] +10597,"[{'id':65,'name':'holiday'},{'id':635,'name':'disc jockey'},{'id':1412,'name':'becoming an adult'},{'id':1525,'name':'puberty'},{'id':2201,'name':'first time'},{'id':2389,'name':'virgin'},{'id':4115,'name':'longing'},{'id':6553,'name':'beatnik'},{'id':6814,'name':'ibiza'},{'id':14751,'name':'youth'}]" +9534,"[{'id':572,'name':'sex'},{'id':1817,'name':'orgy'},{'id':2081,'name':'department store'},{'id':3508,'name':'underwear'},{'id':3734,'name':'ambition'},{'id':9823,'name':'rivalry'},{'id':13027,'name':'wedding'}]" +541611,[] +517380,[] +507612,"[{'id':6270,'name':'high school'},{'id':9799,'name':'romantic comedy'},{'id':13141,'name':'based on manga'},{'id':14751,'name':'youth'},{'id':245230,'name':'live action remake'}]" +323673,[] +475215,"[{'id':4379,'name':'time travel'},{'id':210024,'name':'anime'}]" +276601,[] +25527,"[{'id':5565,'name':'biography'},{'id':187056,'name':'woman director'}]" +71328,[] +477906,"[{'id':2702,'name':'golf'}]" +435268,[] +14372,"[{'id':270,'name':'ocean'},{'id':567,'name':'alcohol'},{'id':658,'name':'sea'},{'id':1299,'name':'monster'},{'id':1706,'name':'experiment'},{'id':1960,'name':'mine'},{'id':2580,'name':'shipwreck'},{'id':10503,'name':'scuba diving'},{'id':155334,'name':'scuba'},{'id':162351,'name':'deepsea'},{'id':185477,'name':'trapped underwater '}]" +449563,"[{'id':237,'name':'gay'},{'id':14512,'name':'new york city'},{'id':158718,'name':'lgbt'}]" +520369,[] +29146,"[{'id':1706,'name':'experiment'},{'id':2161,'name':'mouse'},{'id':5981,'name':'intelligence test'},{'id':6257,'name':'genius'}]" +458252,[] +548756,[] +399440,[] +564149,"[{'id':249282,'name':'message man'}]" +490033,"[{'id':128,'name':'love triangle'},{'id':14819,'name':'violence'},{'id':18026,'name':'drug lord'},{'id':187056,'name':'woman director'}]" +472751,[] +10597,"[{'id':65,'name':'holiday'},{'id':635,'name':'disc jockey'},{'id':1412,'name':'becoming an adult'},{'id':1525,'name':'puberty'},{'id':2201,'name':'first time'},{'id':2389,'name':'virgin'},{'id':4115,'name':'longing'},{'id':6553,'name':'beatnik'},{'id':6814,'name':'ibiza'},{'id':14751,'name':'youth'}]" +11901,"[{'id':75,'name':'gunslinger'},{'id':1333,'name':'desperation'},{'id':9503,'name':'outlaw'}]" +584044,[] +551653,[] +506558,"[{'id':378,'name':'prison'}]" +426249,"[{'id':236,'name':'suicide'},{'id':818,'name':'based on novel or book'},{'id':1541,'name':'nihilism'},{'id':9672,'name':'based on a true story'},{'id':14819,'name':'violence'},{'id':41591,'name':'music band'},{'id':157791,'name':'self mutilation'},{'id':192687,'name':'oslo norway'},{'id':206966,'name':'black metal'},{'id':234765,'name':'semi-biographical'}]" +504321,[] +474214,"[{'id':6075,'name':'sport'},{'id':10039,'name':'racing'},{'id':12612,'name':'nemesis'},{'id':191279,'name':'race cars'}]" +460989,[] +2525,"[{'id':3036,'name':'bible'},{'id':5950,'name':'christian'},{'id':173272,'name':'flood'},{'id':195790,'name':'noah'},{'id':210450,'name':'noah's ark'},{'id':215127,'name':'adam and eve'},{'id':229731,'name':'abraham'}]" +426034,[] +505954,"[{'id':1956,'name':'world war ii'},{'id':2652,'name':'nazi'},{'id':11117,'name':'tank'},{'id':193042,'name':'tank battle'},{'id':234616,'name':'concentration camp escape'}]" +457943,[] +484482,[] +253851,[] +548762,[] +49237,"[{'id':2804,'name':'exploitation'},{'id':5657,'name':'australia'},{'id':34117,'name':'cult film'},{'id':157906,'name':'outback'},{'id':205624,'name':'ozploitation'},{'id':206295,'name':'terrorized'}]" +488740,[] +583584,[] +507,"[{'id':90,'name':'paris france'},{'id':549,'name':'prostitute'},{'id':642,'name':'robbery'},{'id':726,'name':'drug abuse'},{'id':740,'name':'aids'},{'id':974,'name':'bank'},{'id':1416,'name':'jazz'},{'id':1562,'name':'hostage'},{'id':1759,'name':'night life'},{'id':1930,'name':'kidnapping'},{'id':1953,'name':'vault'},{'id':2375,'name':'junkie'},{'id':2492,'name':'bank robber'},{'id':2671,'name':'heroin'},{'id':6054,'name':'friendship'},{'id':9826,'name':'murder'},{'id':10183,'name':'independent film'},{'id':13132,'name':'pistol'},{'id':14819,'name':'violence'},{'id':14964,'name':'drugs'},{'id':15363,'name':'bank robbery'},{'id':33625,'name':'illegal prostitution'},{'id':160488,'name':'hoodlum'}]" +495829,[] +68171,"[{'id':1612,'name':'spacecraft'},{'id':9748,'name':'revenge'},{'id':9882,'name':'space'},{'id':9951,'name':'alien'},{'id':10768,'name':'lesbian'},{'id':11221,'name':'blood'},{'id':11931,'name':'spoof'},{'id':156786,'name':'prison escape'}]" +20472,"[{'id':567,'name':'alcohol'},{'id':1299,'name':'monster'},{'id':3096,'name':'book'},{'id':3358,'name':'haunted house'},{'id':4507,'name':'clowning'},{'id':11112,'name':'search'},{'id':11931,'name':'spoof'},{'id':13031,'name':'creature'},{'id':15097,'name':'shark'},{'id':41351,'name':'will'},{'id':155618,'name':'dust'},{'id':155619,'name':'attic'}]" +523640,[] +552117,"[{'id':237,'name':'gay'}]" +173908,"[{'id':187056,'name':'woman director'}]" +416530,"[{'id':1880,'name':'mobile phone'},{'id':6259,'name':'psychopath'},{'id':9720,'name':'woods'},{'id':9826,'name':'murder'},{'id':11221,'name':'blood'},{'id':12415,'name':'back from the dead'},{'id':14819,'name':'violence'},{'id':34079,'name':'death'},{'id':229980,'name':'smartphone'},{'id':234451,'name':'tied feet'},{'id':234452,'name':'evil family'}]" +13561,"[{'id':242,'name':'new york'},{'id':6022,'name':'arts'},{'id':9826,'name':'murder'},{'id':10183,'name':'independent film'}]" +54702,"[{'id':1562,'name':'hostage'},{'id':6259,'name':'psychopath'},{'id':8303,'name':'abandoned house'},{'id':10714,'name':'serial killer'},{'id':12339,'name':'slasher'},{'id':17937,'name':'desolate'},{'id':17947,'name':'farmland'},{'id':17953,'name':'country'},{'id':201713,'name':'isolated'}]" +376580,"[{'id':1415,'name':'small town'},{'id':6149,'name':'police'},{'id':9730,'name':'crime boss'},{'id':9740,'name':'sociopath'},{'id':231149,'name':'mob'}]" +501622,"[{'id':195446,'name':'sword and planet'},{'id':234213,'name':'sword and sorcery'},{'id':240779,'name':'neo 80s'}]" +46304,"[{'id':113,'name':'holy grail'},{'id':2343,'name':'magic'},{'id':14643,'name':'battle'},{'id':210024,'name':'anime'}]" +21453,"[{'id':4426,'name':'sadism'},{'id':15001,'name':'demon'},{'id':161919,'name':'adult animation'}]" +35170,"[{'id':779,'name':'martial arts'},{'id':780,'name':'kung fu'},{'id':9390,'name':'shaolin'}]" +26851,"[{'id':1815,'name':'atomic bomb'},{'id':2903,'name':'propaganda'}]" +6619,"[{'id':110,'name':'venice, italy'},{'id':966,'name':'beach'},{'id':1233,'name':'composer'},{'id':1523,'name':'obsession'},{'id':2317,'name':'conductor'},{'id':3258,'name':'beauty'},{'id':5202,'name':'boy'},{'id':6876,'name':'vacation'},{'id':7728,'name':'cholera'},{'id':10180,'name':'homosexuality'},{'id':34130,'name':'makeover'},{'id':157096,'name':'homoeroticism'}]" +2669,"[{'id':658,'name':'sea'},{'id':911,'name':'exotic island'},{'id':1860,'name':'mutiny'},{'id':1889,'name':'lake'},{'id':3180,'name':'sailing'},{'id':3725,'name':'pregnancy'},{'id':3799,'name':'ship'},{'id':4414,'name':'adventure'},{'id':6611,'name':'tahiti'},{'id':9672,'name':'based on a true story'},{'id':9826,'name':'murder'},{'id':33760,'name':'great barrier reef'},{'id':41599,'name':'sailor'},{'id':47972,'name':'native peoples'},{'id':168683,'name':'storm at sea'},{'id':170335,'name':'whipping'},{'id':184418,'name':'british sailor'},{'id':214789,'name':'fiji'}]" +324857,"[{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':179430,'name':'aftercreditsstinger'},{'id':245157,'name':'alternate universe'}]" +511014,"[{'id':187056,'name':'woman director'}]" +583584,[] +42532,"[{'id':818,'name':'based on novel or book'},{'id':5160,'name':'animal attack'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':10183,'name':'independent film'},{'id':11221,'name':'blood'},{'id':14805,'name':'maniac'},{'id':14819,'name':'violence'},{'id':34079,'name':'death'},{'id':157722,'name':'domineering mother'},{'id':188952,'name':'eaten alive'},{'id':189359,'name':'rat'},{'id':228465,'name':'eaten by rats'}]" +10937,"[{'id':549,'name':'prostitute'},{'id':1010,'name':'bar'},{'id':1721,'name':'fight'},{'id':3458,'name':'bartender'},{'id':3658,'name':'career'},{'id':5933,'name':'poet'},{'id':7464,'name':'alcoholism'},{'id':10183,'name':'independent film'},{'id':10594,'name':'money'},{'id':12670,'name':'los angeles'},{'id':15237,'name':'alcohol abuse'},{'id':33364,'name':'visit'},{'id':41603,'name':'paramedic'}]" +55562,"[{'id':220,'name':'berlin germany'},{'id':2383,'name':'feminism'},{'id':5565,'name':'biography'},{'id':5965,'name':'marxism'},{'id':173644,'name':'communism'},{'id':187056,'name':'woman director'}]" +504599,"[{'id':549,'name':'prostitute'},{'id':818,'name':'based on novel or book'},{'id':1803,'name':'drug addiction'},{'id':2231,'name':'drug dealer'},{'id':9748,'name':'revenge'},{'id':11925,'name':'domestic violence'},{'id':34258,'name':'ex-marine'}]" +306755,"[{'id':585,'name':'casino'},{'id':8097,'name':'leukemia'},{'id':8098,'name':'calendar'},{'id':10051,'name':'heist'}]" +583046,[] +503616,"[{'id':456,'name':'mother'},{'id':2751,'name':'career woman'},{'id':11833,'name':'forty something'},{'id':34004,'name':'second chance'},{'id':163167,'name':'job hunting'},{'id':220831,'name':'facebook'},{'id':224339,'name':'career resurrection'},{'id':246911,'name':'finance'}]" +392135,[] +13439,"[{'id':3419,'name':'fanatic'},{'id':5657,'name':'australia'},{'id':10183,'name':'independent film'},{'id':12425,'name':'racism'},{'id':157906,'name':'outback'},{'id':193760,'name':'australian outback'},{'id':209619,'name':'aborigine'}]" +18080,"[{'id':11095,'name':'cruise ship'},{'id':33476,'name':'widower'},{'id':187056,'name':'woman director'}]" +261768,"[{'id':6564,'name':'terminal illness'},{'id':10163,'name':'cancer'},{'id':14512,'name':'new york city'},{'id':179012,'name':'estranged family member'}]" +375343,"[{'id':2987,'name':'gang war'},{'id':5600,'name':'daughter'},{'id':14819,'name':'violence'},{'id':14964,'name':'drugs'},{'id':212757,'name':'ex special forces'},{'id':220196,'name':'grandchild'},{'id':234346,'name':'fury'}]" +429202,"[{'id':3490,'name':'pop star'},{'id':4463,'name':'icon'},{'id':7281,'name':'shooting'},{'id':210608,'name':'1990s'},{'id':252104,'name':'2000s'}]" +25993,"[{'id':2884,'name':'asylum'},{'id':4924,'name':'insane asylum'},{'id':9706,'name':'anthology'},{'id':15106,'name':'psychiatrist'},{'id':160174,'name':'mental asylum'}]" +8348,"[{'id':6054,'name':'friendship'},{'id':6149,'name':'police'},{'id':9503,'name':'outlaw'},{'id':167043,'name':'road movie'}]" +592,"[{'id':582,'name':'san francisco'},{'id':2007,'name':'saxophone'},{'id':2340,'name':'paranoia'},{'id':2380,'name':'audio tape'},{'id':2980,'name':'wiretap'},{'id':4918,'name':'shadowing'},{'id':18420,'name':'surveillance'}]" +52338,"[{'id':9673,'name':'love'},{'id':12396,'name':'hollywood'},{'id':198673,'name':'unemployed'}]" +514782,"[{'id':2300,'name':'despair'},{'id':6149,'name':'police'},{'id':10123,'name':'dark comedy'},{'id':10226,'name':'neighbor'},{'id':15363,'name':'bank robbery'},{'id':155816,'name':'ex-wife'},{'id':156121,'name':'ex-con'},{'id':252098,'name':'meek'}]" +10105,"[{'id':1442,'name':'winter'},{'id':1690,'name':'belgium'},{'id':1956,'name':'world war ii'},{'id':2652,'name':'nazi'},{'id':3930,'name':'bravery'},{'id':8975,'name':'ardennen'},{'id':10089,'name':'slaughter'},{'id':11064,'name':'nazi germany'},{'id':13065,'name':'soldier'},{'id':234492,'name':'american soldiers'}]" +33218,"[{'id':90,'name':'paris france'},{'id':3616,'name':'college'},{'id':4344,'name':'musical'},{'id':6783,'name':'orphanage'},{'id':9673,'name':'love'},{'id':33626,'name':'millionaire'},{'id':186189,'name':'hidden identity'}]" +5072,"[{'id':2429,'name':'will to survive'},{'id':15127,'name':'killer'},{'id':207937,'name':'forced retirement'},{'id':220085,'name':'defence company'},{'id':220086,'name':'jump the shark'},{'id':220087,'name':'team building'}]" +381071,"[{'id':187056,'name':'woman director'}]" +373472,"[{'id':162766,'name':'religious cult'},{'id':208289,'name':'1980s'}]" +582542,[] +81001,"[{'id':9840,'name':'romance'},{'id':10224,'name':'haunting'},{'id':162846,'name':'ghost'}]" +582641,[] +47541,"[{'id':6270,'name':'high school'}]" +42676,"[{'id':459,'name':'sexual obsession'},{'id':818,'name':'based on novel or book'},{'id':9826,'name':'murder'},{'id':12193,'name':'reporter'},{'id':12570,'name':'whodunit'},{'id':176182,'name':'psycho'},{'id':180340,'name':'voyeur'}]" +529362,"[{'id':779,'name':'martial arts'}]" +35275,"[{'id':3136,'name':'plantation'},{'id':4344,'name':'musical'},{'id':5571,'name':'great depression'},{'id':10181,'name':'based on play or musical'},{'id':13014,'name':'orphan'}]" +441168,[] +466532,"[{'id':1992,'name':'professor'},{'id':10222,'name':'astronomer'},{'id':11112,'name':'search'},{'id':204390,'name':'cosmos'},{'id':208542,'name':'life'},{'id':235740,'name':'obsessed'}]" +149,"[{'id':83,'name':'saving the world'},{'id':464,'name':'total destruction'},{'id':467,'name':'megacity'},{'id':542,'name':'street gang'},{'id':1353,'name':'underground'},{'id':1402,'name':'general'},{'id':1485,'name':'stadium'},{'id':1706,'name':'experiment'},{'id':1815,'name':'atomic bomb'},{'id':2766,'name':'mutation'},{'id':4565,'name':'dystopia'},{'id':6092,'name':'army'},{'id':12190,'name':'cyberpunk'},{'id':14736,'name':'motorcycle gang'},{'id':34117,'name':'cult film'},{'id':210024,'name':'anime'}]" +19855,"[{'id':422,'name':'vietnam veteran'},{'id':6733,'name':'bullying'},{'id':208349,'name':'child'}]" +317119,"[{'id':187056,'name':'woman director'}]" +10635,"[{'id':9986,'name':'crush'},{'id':155870,'name':'polyamory'},{'id':187368,'name':'pillow fight'},{'id':187370,'name':'catcher in the rye'},{'id':187376,'name':'odd couple'},{'id':187387,'name':'water balloon'},{'id':187401,'name':'pregnancy scare'},{'id':187416,'name':'water gun'}]" +57351,"[{'id':3289,'name':'villain'},{'id':5572,'name':'fistfight'},{'id':12355,'name':'sniper rifle'},{'id':13116,'name':'one man army'},{'id':176613,'name':'villain turns good'},{'id':176625,'name':'taekwondo'}]" +566512,"[{'id':246,'name':'dancing'},{'id':733,'name':'dancer'},{'id':1328,'name':'secret'},{'id':2598,'name':'museum'},{'id':3133,'name':'vampire'},{'id':3358,'name':'haunted house'},{'id':3881,'name':'curatorship'},{'id':4118,'name':'ballet dancer'},{'id':6625,'name':'family secret'},{'id':9826,'name':'murder'},{'id':9866,'name':'basement'},{'id':10093,'name':'priest'},{'id':10224,'name':'haunting'},{'id':10327,'name':'undead'},{'id':10541,'name':'curse'},{'id':10551,'name':'ballet'},{'id':11221,'name':'blood'},{'id':12545,'name':'mansion'},{'id':13005,'name':'doctor'},{'id':15032,'name':'gothic horror'},{'id':15346,'name':'old dark house'},{'id':33505,'name':'gothic'},{'id':161395,'name':'alchemy'},{'id':161504,'name':'manor'},{'id':161935,'name':'relic'},{'id':185407,'name':'vampirism'},{'id':190821,'name':'family curse'},{'id':193263,'name':'old mansion'},{'id':193282,'name':'dark secrets'},{'id':206535,'name':'haunted manor'},{'id':224795,'name':'drinking blood'},{'id':235669,'name':'dark secret'},{'id':242130,'name':'haunted mansion'},{'id':242204,'name':'haunting past'},{'id':246028,'name':'ballet dancing'}]" +51043,"[{'id':388,'name':'scotland'},{'id':11220,'name':'cryptozoology'},{'id':191143,'name':'loch ness monster'},{'id':196296,'name':'loch ness'},{'id':214881,'name':'lake monster'}]" +2669,"[{'id':658,'name':'sea'},{'id':911,'name':'exotic island'},{'id':1860,'name':'mutiny'},{'id':1889,'name':'lake'},{'id':3180,'name':'sailing'},{'id':3725,'name':'pregnancy'},{'id':3799,'name':'ship'},{'id':4414,'name':'adventure'},{'id':6611,'name':'tahiti'},{'id':9672,'name':'based on a true story'},{'id':9826,'name':'murder'},{'id':33760,'name':'great barrier reef'},{'id':41599,'name':'sailor'},{'id':47972,'name':'native peoples'},{'id':168683,'name':'storm at sea'},{'id':170335,'name':'whipping'},{'id':184418,'name':'british sailor'},{'id':214789,'name':'fiji'}]" +324857,"[{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':179430,'name':'aftercreditsstinger'},{'id':245157,'name':'alternate universe'}]" +511014,"[{'id':187056,'name':'woman director'}]" +27984,"[{'id':526,'name':'rebel'},{'id':900,'name':'trailer park'},{'id':5600,'name':'daughter'},{'id':6876,'name':'vacation'},{'id':9826,'name':'murder'},{'id':14819,'name':'violence'},{'id':18034,'name':'desert'}]" +16555,"[{'id':2076,'name':'atlanta'},{'id':2101,'name':'garage'},{'id':2231,'name':'drug dealer'},{'id':10909,'name':'lawyer'},{'id':33479,'name':'single father'}]" +21055,"[{'id':9673,'name':'love'},{'id':9713,'name':'friends'},{'id':10180,'name':'homosexuality'},{'id':10183,'name':'independent film'},{'id':187056,'name':'woman director'}]" +492452,"[{'id':10649,'name':'drug rehabilitation'},{'id':18179,'name':'drug addict'},{'id':207317,'name':'christmas'},{'id':240237,'name':'mother son relationship'}]" +491418,"[{'id':2393,'name':'adoption'},{'id':2438,'name':'social worker'},{'id':15025,'name':'parenting'},{'id':17984,'name':'foster family'},{'id':158718,'name':'lgbt'},{'id':185974,'name':'substance abuse'},{'id':192555,'name':'family dog'}]" +490132,"[{'id':237,'name':'gay'},{'id':531,'name':'southern usa'},{'id':6054,'name':'friendship'},{'id':12425,'name':'racism'},{'id':14743,'name':'pianist'},{'id':155963,'name':'driver'},{'id':158718,'name':'lgbt'},{'id':204236,'name':'music tour'},{'id':208992,'name':'1960s'},{'id':232519,'name':'america'},{'id':240484,'name':'roadtrip'}]" +583024,[] +228039,[] +342464,"[{'id':1646,'name':'autism'},{'id':187056,'name':'woman director'},{'id':240237,'name':'mother son relationship'},{'id':240315,'name':'mother daughter relationship'},{'id':240485,'name':'brother sister relationship'}]" +4780,"[{'id':1322,'name':'money delivery'},{'id':1335,'name':'sense of guilt'},{'id':1336,'name':'ransom'},{'id':3864,'name':'false identity'},{'id':8032,'name':'florence'},{'id':217115,'name':'art restoration'}]" +261,"[{'id':30,'name':'individual'},{'id':236,'name':'suicide'},{'id':531,'name':'southern usa'},{'id':596,'name':'adultery'},{'id':787,'name':'mississippi'},{'id':894,'name':'depression'},{'id':931,'name':'jealousy'},{'id':1157,'name':'wife husband relationship'},{'id':3737,'name':'dying and death'},{'id':33457,'name':'alcoholic'}]" +46503,"[{'id':2467,'name':'difficult childhood'},{'id':4677,'name':'patriarch'},{'id':5707,'name':'childhood trauma'},{'id':10061,'name':'dysfunctional marriage'}]" +11829,"[{'id':75,'name':'gunslinger'},{'id':380,'name':'sibling relationship'},{'id':3607,'name':'hold-up robbery'},{'id':5301,'name':'brother'},{'id':10325,'name':'mistaken identity'},{'id':155291,'name':'cowboy'},{'id':156212,'name':'spaghetti western'}]" +9394,"[{'id':75,'name':'gunslinger'},{'id':798,'name':'sheriff'},{'id':1582,'name':'saloon'},{'id':2752,'name':'ranch'},{'id':3591,'name':'settler'},{'id':3864,'name':'false identity'},{'id':5301,'name':'brother'},{'id':9253,'name':'slapstick'},{'id':9755,'name':'parody'},{'id':13017,'name':'drifter'},{'id':34117,'name':'cult film'},{'id':155291,'name':'cowboy'},{'id':156166,'name':'mormon'},{'id':156212,'name':'spaghetti western'},{'id':204204,'name':'identity theft'}]" +452832,"[{'id':1196,'name':'florida'},{'id':2041,'name':'island'},{'id':9826,'name':'murder'},{'id':14785,'name':'underwater'},{'id':155816,'name':'ex-wife'},{'id':174617,'name':'fishing boat'},{'id':207268,'name':'neo-noir'}]" +435841,"[{'id':470,'name':'spy'},{'id':2534,'name':'missile'},{'id':5318,'name':'seoul'},{'id':155652,'name':'nuclear'},{'id':158538,'name':'north korea'},{'id':195516,'name':'missile threat'},{'id':246978,'name':'pyongyang'}]" +479226,"[{'id':251600,'name':'afdeling q'}]" +327746,"[{'id':191021,'name':'podcast'},{'id':210733,'name':'podcaster'}]" +223944,[] +377269,[] +18462,"[{'id':4458,'name':'post-apocalyptic'},{'id':4803,'name':'comet'},{'id':10150,'name':'end of the world'}]" +31945,"[{'id':629,'name':'sicily'},{'id':155538,'name':'sicilian mafia'},{'id':155539,'name':'sicilian'}]" +434555,"[{'id':2367,'name':'rehabilitation'},{'id':8015,'name':'cop'},{'id':10326,'name':'morgue'},{'id':10649,'name':'drug rehabilitation'},{'id':11612,'name':'hospital'},{'id':13092,'name':'corpse'},{'id':14819,'name':'violence'},{'id':15090,'name':'police officer'},{'id':33711,'name':'entity'},{'id':221130,'name':'graveyard shift'}]" +457136,"[{'id':237,'name':'gay'},{'id':388,'name':'scotland'},{'id':818,'name':'based on novel or book'},{'id':4438,'name':'cousin'},{'id':4833,'name':'royal family'},{'id':5565,'name':'biography'},{'id':7153,'name':'queen elizabeth i'},{'id':7537,'name':'tudors'},{'id':11412,'name':'female prisoner'},{'id':11670,'name':'mary queen of scots'},{'id':164829,'name':'cousin cousin relationship'},{'id':187056,'name':'woman director'},{'id':208244,'name':'16th century'},{'id':220649,'name':'british monarchy'},{'id':251983,'name':'stuarts'}]" +338952,"[{'id':90,'name':'paris france'},{'id':616,'name':'witch'},{'id':1956,'name':'world war ii'},{'id':9663,'name':'sequel'},{'id':14512,'name':'new york city'},{'id':33386,'name':'old flame'},{'id':177912,'name':'wizard'},{'id':207876,'name':'1920s'},{'id':244260,'name':'harry potter'},{'id':249895,'name':'fantastic beasts'},{'id':250038,'name':'wizarding world'}]" +569980,"[{'id':579,'name':'american football'},{'id':6075,'name':'sport'},{'id':188634,'name':'announcer'},{'id':249752,'name':'football'}]" +532444,"[{'id':13027,'name':'wedding'},{'id':157303,'name':'first love'}]" +582131,[] +14881,"[{'id':13132,'name':'pistol'},{'id':14819,'name':'violence'},{'id':155291,'name':'cowboy'},{'id':163127,'name':'mexican'},{'id':163656,'name':'gun violence'},{'id':163671,'name':'steam locomotive'},{'id':163674,'name':'gunfighter'},{'id':163676,'name':'gun for hire'},{'id':163678,'name':'favorite'}]" +92233,"[{'id':744,'name':'madrid'},{'id':1936,'name':'blackmail'},{'id':9937,'name':'suspense'},{'id':10768,'name':'lesbian'},{'id':12570,'name':'whodunit'},{'id':13094,'name':'photograph'},{'id':33998,'name':'lesbian sex'}]" +513421,"[{'id':6152,'name':'supernatural'},{'id':204396,'name':'neuroscientist'},{'id':239341,'name':'mind enhancement'},{'id':251961,'name':'drug'}]" +547491,[] +14114,"[{'id':898,'name':'hip-hop'},{'id':1346,'name':'dance performance'},{'id':1691,'name':'dance'},{'id':1974,'name':'breakdance'},{'id':4344,'name':'musical'}]" +129357,"[{'id':8873,'name':'yeti'},{'id':187056,'name':'woman director'}]" +517166,"[{'id':5774,'name':'forest'},{'id':5923,'name':'sister'},{'id':18029,'name':'trapped'},{'id':227624,'name':'other world'},{'id':234250,'name':'creatures'},{'id':241883,'name':'survive'},{'id':243526,'name':'monsters'},{'id':251893,'name':'national forest'},{'id':251894,'name':'multi-dimensional'}]" +330530,"[{'id':157701,'name':'psychotic'},{'id':158086,'name':'recluse'}]" +30675,"[{'id':5960,'name':'illuminati'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':161176,'name':'space opera'},{'id':179102,'name':'superhuman strength'},{'id':195446,'name':'sword and planet'},{'id':207554,'name':'beta ray bill'}]" +526,"[{'id':305,'name':'moon'},{'id':345,'name':'monk'},{'id':1400,'name':'swordplay'},{'id':2637,'name':'bishop'},{'id':2638,'name':'cathedral'},{'id':2639,'name':'falcon'},{'id':2640,'name':'twilight'},{'id':2642,'name':'solar eclipse'},{'id':9727,'name':'thief'}]" +10547,"[{'id':2212,'name':'greenhouse effect'},{'id':5769,'name':'global warming'},{'id':9739,'name':'extraterrestrial'},{'id':10222,'name':'astronomer'},{'id':10410,'name':'conspiracy'},{'id':14760,'name':'scientist'},{'id':14967,'name':'foot chase'},{'id':18034,'name':'desert'},{'id':41338,'name':'climatologist'},{'id':162357,'name':'observatory'},{'id':162459,'name':'alien language'},{'id':162461,'name':'golf club'},{'id':162463,'name':'volkswagen beetle'},{'id':162464,'name':'liquid nitrogen'},{'id':162466,'name':'screwdriver'},{'id':162467,'name':'cosmic zoom'},{'id':226240,'name':'radio telescope'},{'id':226241,'name':'satellite dish'}]" +60643,"[{'id':931,'name':'jealousy'},{'id':2752,'name':'ranch'},{'id':5301,'name':'brother'},{'id':5332,'name':'greed'},{'id':10950,'name':'shootout'},{'id':221178,'name':'stampede'}]" +61202,"[{'id':437,'name':'painter'},{'id':1332,'name':'cheating'},{'id':2921,'name':'school friend'},{'id':5933,'name':'poet'},{'id':6876,'name':'vacation'},{'id':10503,'name':'scuba diving'},{'id':40838,'name':'lyricist'},{'id':160246,'name':'childhood friends'},{'id':171183,'name':'flirting'},{'id':220332,'name':'female domination'},{'id':226153,'name':'scuba diver'},{'id':226774,'name':'father son conflict'},{'id':229219,'name':'sky diving'},{'id':229220,'name':'friend vacation'}]" +351869,[] +10367,"[{'id':572,'name':'sex'},{'id':1412,'name':'becoming an adult'},{'id':2613,'name':'luxury'},{'id':5340,'name':'investigation'},{'id':6669,'name':'step father'},{'id':8181,'name':'swimming pool'},{'id':9663,'name':'sequel'},{'id':10594,'name':'money'},{'id':33998,'name':'lesbian sex'},{'id':155262,'name':'threesome'},{'id':156479,'name':'inheritance fight'}]" +40879,[] +11523,"[{'id':2080,'name':'stewardess'},{'id':4623,'name':'casting'},{'id':5306,'name':'boss'}]" +12158,"[{'id':3133,'name':'vampire'},{'id':3630,'name':'half vampire'},{'id':41523,'name':'brooklyn, new york city'}]" +424651,[] +77780,"[{'id':2213,'name':'tornado'},{'id':7658,'name':'kansas'},{'id':10041,'name':'dysfunctional family'}]" +514307,[] +550412,[] +463364,"[{'id':2041,'name':'island'},{'id':2580,'name':'shipwreck'},{'id':156580,'name':'ghost story'},{'id':162512,'name':'siren'},{'id':209173,'name':'abandoned'},{'id':235395,'name':'scottish'}]" +573931,[] +17210,[] +22855,"[{'id':9715,'name':'superhero'},{'id':33637,'name':'super power'},{'id':179102,'name':'superhuman strength'},{'id':202526,'name':'lex luthor'},{'id':203703,'name':'power girl'},{'id':203704,'name':'captain atom'}]" +515042,"[{'id':1262,'name':'mountain'},{'id':8626,'name':'yosemite'},{'id':159212,'name':'mountain climbing'},{'id':187056,'name':'woman director'}]" +503314,"[{'id':2902,'name':'space battle'},{'id':4375,'name':'transformation'},{'id':6506,'name':'resurrection'},{'id':163252,'name':'alien race'}]" +6523,"[{'id':1321,'name':'gold'},{'id':4542,'name':'gold rush'},{'id':9880,'name':'alaska'}]" +10070,"[{'id':570,'name':'rape'},{'id':1299,'name':'monster'},{'id':5319,'name':'pub'},{'id':163045,'name':'impregnation'},{'id':179431,'name':'duringcreditsstinger'}]" +220882,"[{'id':818,'name':'based on novel or book'},{'id':4565,'name':'dystopia'},{'id':9016,'name':'femme fatale'},{'id':9807,'name':'noir'},{'id':155532,'name':'fatal attraction'},{'id':170620,'name':'clairvoyant'},{'id':207268,'name':'neo-noir'},{'id':210389,'name':'love puzzle'}]" +375262,"[{'id':1025,'name':'great britain'},{'id':2011,'name':'queen'},{'id':9823,'name':'rivalry'},{'id':10768,'name':'lesbian'},{'id':15199,'name':'rabbit'},{'id':158718,'name':'lgbt'},{'id':160279,'name':'18th century'},{'id':176857,'name':'duchess'},{'id':208570,'name':'aristocracy'},{'id':220649,'name':'british monarchy'},{'id':252161,'name':'war of the spanish succession'},{'id':252162,'name':'drop disease'}]" +480530,"[{'id':1738,'name':'ukraine'},{'id':6075,'name':'sport'},{'id':9663,'name':'sequel'},{'id':12670,'name':'los angeles'},{'id':209476,'name':'boxing'},{'id':228470,'name':'kiev'},{'id':239850,'name':'box ring'}]" +13715,"[{'id':570,'name':'rape'},{'id':1228,'name':'1970s'},{'id':1419,'name':'gun'},{'id':9740,'name':'sociopath'},{'id':14964,'name':'drugs'}]" +46713,"[{'id':1562,'name':'hostage'},{'id':5600,'name':'daughter'},{'id':10718,'name':'fugitive'}]" +517839,"[{'id':1192,'name':'sweden'},{'id':2337,'name':'pedophilia'},{'id':6152,'name':'supernatural'},{'id':6443,'name':'child pornography'},{'id':11264,'name':'border guard'},{'id':156866,'name':'based on short story'},{'id':163080,'name':'finland'},{'id':188861,'name':'smell'}]" +404368,"[{'id':282,'name':'video game'},{'id':9663,'name':'sequel'},{'id':11615,'name':'internet'},{'id':14675,'name':'lethal virus'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'}]" +574761,"[{'id':478,'name':'china'},{'id':41601,'name':'modern china'}]" +582392,[] +502406,"[{'id':2495,'name':'georgia'},{'id':165470,'name':'convent'},{'id':193282,'name':'dark secrets'},{'id':208611,'name':'1950s'},{'id':215192,'name':'odd'},{'id':251923,'name':'pregnant'}]" +10622,"[{'id':736,'name':'journalist'},{'id':779,'name':'martial arts'},{'id':1650,'name':'cook'},{'id':2231,'name':'drug dealer'}]" +504080,"[{'id':180492,'name':'caste system'},{'id':191365,'name':'honor killing'}]" +360328,[] +435107,"[{'id':1295,'name':'europe'},{'id':3071,'name':'prince'}]" +580914,"[{'id':779,'name':'martial arts'},{'id':8438,'name':'job'},{'id':15001,'name':'demon'},{'id':33705,'name':'agent'},{'id':212757,'name':'ex special forces'}]" +580773,"[{'id':1562,'name':'hostage'},{'id':11513,'name':'cheating husband'},{'id':11677,'name':'secretary'},{'id':18034,'name':'desert'},{'id':247998,'name':'jealous wife'}]" +550103,"[{'id':708,'name':'runaway'},{'id':10768,'name':'lesbian'},{'id':158718,'name':'lgbt'},{'id':197545,'name':'altercation'}]" +532656,"[{'id':212,'name':'london'},{'id':157902,'name':'psychological'},{'id':163203,'name':'tattooing'},{'id':163204,'name':'tattoo artist'},{'id':193217,'name':'body modification'},{'id':248315,'name':'polish'}]" +580773,"[{'id':1562,'name':'hostage'},{'id':11513,'name':'cheating husband'},{'id':11677,'name':'secretary'},{'id':18034,'name':'desert'},{'id':247998,'name':'jealous wife'}]" +550103,"[{'id':708,'name':'runaway'},{'id':10768,'name':'lesbian'},{'id':158718,'name':'lgbt'},{'id':197545,'name':'altercation'}]" +532656,"[{'id':212,'name':'london'},{'id':157902,'name':'psychological'},{'id':163203,'name':'tattooing'},{'id':163204,'name':'tattoo artist'},{'id':193217,'name':'body modification'},{'id':248315,'name':'polish'}]" +580001,[] +534094,"[{'id':5565,'name':'biography'},{'id':5657,'name':'australia'},{'id':14641,'name':'based on memoir or autobiography'},{'id':249725,'name':'biopic'}]" +535320,[] +14557,"[{'id':3616,'name':'college'},{'id':14964,'name':'drugs'},{'id':171400,'name':'fraternity house'},{'id':171401,'name':'pot'},{'id':171411,'name':'teen suicide'},{'id':171416,'name':'autopsy room'}]" +516579,"[{'id':6876,'name':'vacation'},{'id':7281,'name':'shooting'},{'id':10085,'name':'betrayal'},{'id':15484,'name':'meth lab'},{'id':166726,'name':'female villain'}]" +42023,[] +401686,"[{'id':220,'name':'berlin germany'},{'id':558,'name':'city portrait'},{'id':9706,'name':'anthology'},{'id':252363,'name':'cities of love'}]" +350845,[] +299,"[{'id':395,'name':'gambling'},{'id':584,'name':'perfect crime'},{'id':585,'name':'casino'},{'id':613,'name':'new year's eve'},{'id':642,'name':'robbery'},{'id':700,'name':'italian american'},{'id':1574,'name':'rat pack'},{'id':9727,'name':'thief'},{'id':33885,'name':'car'},{'id':160488,'name':'hoodlum'},{'id':179431,'name':'duringcreditsstinger'}]" +916,"[{'id':582,'name':'san francisco'},{'id':612,'name':'hotel'},{'id':703,'name':'detective'},{'id':818,'name':'based on novel or book'},{'id':822,'name':'airport'},{'id':4009,'name':'witness protection'},{'id':4508,'name':'principal witness '},{'id':6083,'name':'politician'},{'id':9937,'name':'suspense'},{'id':10291,'name':'organized crime'},{'id':11612,'name':'hospital'},{'id':11728,'name':'burglary'},{'id':12371,'name':'gunfight'},{'id':14601,'name':'explosion'},{'id':15483,'name':'car chase'},{'id':155453,'name':'gritty'},{'id':156179,'name':'coroner'},{'id':175208,'name':'mob hit'},{'id':226581,'name':'ford mustang'},{'id':226582,'name':'dodge charger'}]" +513434,"[{'id':9732,'name':'film in film'},{'id':12377,'name':'zombie'},{'id':243567,'name':'film shoot'}]" +396724,"[{'id':187056,'name':'woman director'}]" +553080,[] +580719,[] +543726,[] +32456,"[{'id':9673,'name':'love'},{'id':9748,'name':'revenge'},{'id':11953,'name':'loft'},{'id':206039,'name':'analingus'},{'id':207716,'name':'actor'}]" +14057,"[{'id':10183,'name':'independent film'}]" +429727,"[{'id':182195,'name':'online dating'}]" +422792,[] +530081,"[{'id':1956,'name':'world war ii'},{'id':2597,'name':'bigfoot'},{'id':12026,'name':'alternate history'},{'id':159909,'name':'veteran'},{'id':241930,'name':'hitler'},{'id':251720,'name':'aging hero'},{'id':251721,'name':'patient zero'}]" +554739,"[{'id':456,'name':'mother'},{'id':10201,'name':'death of father'},{'id':10626,'name':'jinn'},{'id':187084,'name':'wishes come true'},{'id':245124,'name':'mysterious object'}]" +567860,"[{'id':4373,'name':'fraud'},{'id':6579,'name':'music festival'},{'id':7335,'name':'lawsuit'}]" +533992,[] +529210,"[{'id':107,'name':'barcelona spain'},{'id':2311,'name':'cabaret'},{'id':11734,'name':'police corruption'},{'id':156120,'name':'train robbery'},{'id':160985,'name':'military weapons'},{'id':207876,'name':'1920s'},{'id':227148,'name':'anarchism'},{'id':231149,'name':'mob'}]" +476764,"[{'id':1981,'name':'colorado'},{'id':2944,'name':'senator'},{'id':3692,'name':'scandal'},{'id':5565,'name':'biography'},{'id':6078,'name':'politics'},{'id':6083,'name':'politician'},{'id':9672,'name':'based on a true story'},{'id':187306,'name':'presidential campaign'},{'id':208289,'name':'1980s'},{'id':229299,'name':'affair'},{'id':232222,'name':'20th century'}]" +551824,[] +552390,[] +570481,[] +472685,[] +540842,"[{'id':9826,'name':'murder'}]" +553250,[] +395177,"[{'id':1200,'name':'greece'},{'id':1946,'name':'restaurant'},{'id':10594,'name':'money'},{'id':10637,'name':'food'},{'id':12332,'name':'apocalypse'},{'id':13088,'name':'summer'},{'id':39737,'name':'seaside'},{'id':225526,'name':'bourek'}]" +520134,"[{'id':242,'name':'new york'},{'id':456,'name':'mother'},{'id':2438,'name':'social worker'},{'id':5153,'name':'son'},{'id':15086,'name':'advertising'},{'id':197823,'name':'lonely'},{'id':243889,'name':'over bearing'},{'id':244441,'name':'frazzled'}]" +445867,"[{'id':703,'name':'detective'},{'id':966,'name':'beach'},{'id':1913,'name':'atlantic ocean'},{'id':2620,'name':'evidence'},{'id':4697,'name':'video'},{'id':14760,'name':'scientist'},{'id':156245,'name':'mysterious force'},{'id':163053,'name':'found footage'},{'id':167444,'name':'top secret'},{'id':170195,'name':'homeless man'},{'id':189119,'name':'ancient'},{'id':233167,'name':'lovecraftian'},{'id':251687,'name':'unintentionally funny'}]" +496708,"[{'id':10028,'name':'steampunk'}]" +455643,[] +567979,[] +375785,"[{'id':822,'name':'airport'},{'id':6564,'name':'terminal illness'},{'id':6635,'name':'hypochondriac'},{'id':6731,'name':'british'},{'id':10683,'name':'coming of age'},{'id':215787,'name':'bucket list'},{'id':251835,'name':'teen'}]" +361203,[] +2079,"[{'id':2281,'name':'mistake in person'},{'id':6199,'name':'dressmaker'}]" +502159,"[{'id':2920,'name':'cheerleader'},{'id':5436,'name':'sexual revolution'},{'id':5720,'name':'dallas texas'},{'id':11672,'name':'cheerleading'}]" +565846,[] +483351,"[{'id':10538,'name':'palm springs'},{'id':14534,'name':'relationship'},{'id':155262,'name':'threesome'}]" +2140,"[{'id':90,'name':'paris france'},{'id':549,'name':'prostitute'},{'id':779,'name':'martial arts'},{'id':3391,'name':'drug smuggle'},{'id':11734,'name':'police corruption'},{'id':14964,'name':'drugs'},{'id':180172,'name':'framed for murder'}]" +438438,"[{'id':222,'name':'schizophrenia'},{'id':796,'name':'police brutality'},{'id':6149,'name':'police'},{'id':41329,'name':'mental illness'},{'id':226264,'name':'milwaukee'},{'id':233840,'name':'black lives matter'}]" +560066,"[{'id':162846,'name':'ghost'},{'id':230768,'name':'scooby doo'},{'id':251387,'name':'vincent price'}]" +447027,"[{'id':2673,'name':'horse'},{'id':5950,'name':'christian'},{'id':157213,'name':'death of mother'},{'id':240303,'name':'father daughter relationship'},{'id':252799,'name':'9/11 attacks'}]" +24010,"[{'id':680,'name':'montana'},{'id':992,'name':'bus'},{'id':10738,'name':'diner'},{'id':155291,'name':'cowboy'}]" +412605,"[{'id':1964,'name':'cave'},{'id':10084,'name':'rescue'},{'id':18029,'name':'trapped'},{'id':214516,'name':'spelunking'},{'id':231069,'name':'inspired by a true story'}]" +484437,"[{'id':2340,'name':'paranoia'},{'id':3030,'name':'nightmare'},{'id':5153,'name':'son'},{'id':5202,'name':'boy'},{'id':5774,'name':'forest'},{'id':15139,'name':'sinkhole'},{'id':185318,'name':'mistrust'},{'id':243402,'name':'ominous'},{'id':251619,'name':'rural'},{'id':251620,'name':'town'}]" +532635,"[{'id':1299,'name':'monster'},{'id':3754,'name':'legend'},{'id':4720,'name':'ritual'},{'id':11508,'name':'jewish'},{'id':156075,'name':'evil'},{'id':178856,'name':'folklore'},{'id':189119,'name':'ancient'},{'id':198181,'name':'golem'},{'id':208349,'name':'child'}]" +580494,"[{'id':1938,'name':'sword'},{'id':2974,'name':'jesus christ'},{'id':3035,'name':'roman'},{'id':3571,'name':'crucifixion'},{'id':5950,'name':'christian'},{'id':9663,'name':'sequel'},{'id':13065,'name':'soldier'},{'id':18096,'name':'spear'},{'id':41511,'name':'cross'},{'id':194195,'name':'passover'},{'id':251786,'name':'third part'}]" +295933,"[{'id':2597,'name':'bigfoot'},{'id':8508,'name':'party'},{'id':233271,'name':'horny'}]" +580431,"[{'id':2957,'name':'vietnam war'},{'id':4595,'name':'u.s. army'},{'id':7156,'name':'commander'},{'id':15240,'name':'platoon'},{'id':41385,'name':'racial tension'},{'id':156650,'name':'machine gun'},{'id':208992,'name':'1960s'},{'id':233517,'name':'moral crisis'},{'id':236516,'name':'tet offensive'},{'id':251791,'name':'fire team'},{'id':251792,'name':'mekong delta'}]" +508114,"[{'id':572,'name':'sex'},{'id':11060,'name':'trap'},{'id':200235,'name':'consequences'}]" +375588,"[{'id':798,'name':'sheriff'},{'id':4147,'name':'robin hood'},{'id':4393,'name':'archer'},{'id':9727,'name':'thief'},{'id':10028,'name':'steampunk'},{'id':10587,'name':'nottingham'},{'id':11525,'name':'sherwood forest'},{'id':41406,'name':'middle ages'},{'id':189151,'name':'medieval times'},{'id':217631,'name':'hoodie'}]" +502145,"[{'id':1252,'name':'suicide attempt'},{'id':6027,'name':'music'},{'id':208781,'name':'intimacy'},{'id':248671,'name':'sex and love addiction'}]" +524625,"[{'id':3262,'name':'surgeon'},{'id':9844,'name':'car crash'},{'id':33720,'name':'guilt'},{'id':219365,'name':'dead son'},{'id':224795,'name':'drinking blood'}]" +507076,"[{'id':237,'name':'gay'},{'id':1691,'name':'dance'},{'id':5498,'name':'lsd'},{'id':10768,'name':'lesbian'},{'id':14778,'name':'urination'},{'id':158718,'name':'lgbt'}]" +29617,"[{'id':613,'name':'new year's eve'},{'id':1447,'name':'indiana'},{'id':3012,'name':'court case'},{'id':4801,'name':'respect'},{'id':5543,'name':'cow'},{'id':7312,'name':'road trip'},{'id':8653,'name':'niagara falls'},{'id':11436,'name':'redemption'},{'id':13072,'name':'falling in love'},{'id':15120,'name':'kindness'},{'id':18035,'name':'family'},{'id':33518,'name':'district attorney'},{'id':49950,'name':'prosecutor'},{'id':183979,'name':'bail bondsman'},{'id':199226,'name':'mother love'},{'id':199982,'name':'barn dance'},{'id':207317,'name':'christmas'},{'id':207693,'name':'return home'},{'id':209085,'name':'shoplifter'},{'id':240315,'name':'mother daughter relationship'}]" +579574,[] +477654,"[{'id':2598,'name':'museum'},{'id':9672,'name':'based on a true story'},{'id':10051,'name':'heist'},{'id':10235,'name':'family relationships'},{'id':10983,'name':'anthropology'},{'id':33965,'name':'christmas eve'},{'id':155795,'name':'art dealer'},{'id':156558,'name':'showcase'},{'id':167043,'name':'road movie'},{'id':207717,'name':'acapulco mexico'},{'id':208090,'name':'mayan'},{'id':208289,'name':'1980s'},{'id':250040,'name':'mesoamerican art'},{'id':250043,'name':'art heist'}]" +506072,"[{'id':1828,'name':'space suit'},{'id':10158,'name':'alien planet'},{'id':10349,'name':'survival'},{'id':11606,'name':'space western'},{'id':13000,'name':'based on short film'},{'id':189212,'name':'natural resources'},{'id':240303,'name':'father daughter relationship'},{'id':248863,'name':'giant forest'},{'id':253023,'name':'toxic atmosphere'}]" +100589,"[{'id':1739,'name':'holocaust'},{'id':1956,'name':'world war ii'},{'id':241982,'name':'children in wartime'}]" +8291,"[{'id':697,'name':'loss of loved one'},{'id':1647,'name':'sadness'},{'id':12670,'name':'los angeles'},{'id':167043,'name':'road movie'}]" +16295,"[{'id':12425,'name':'racism'},{'id':14819,'name':'violence'},{'id':171662,'name':'date rape'},{'id':171665,'name':'athletic scholarship'},{'id':171667,'name':'black militant'},{'id':171670,'name':'resentment'},{'id':171676,'name':'school shooting'}]" +496076,"[{'id':5290,'name':'small person'},{'id':237462,'name':'wealthy family'}]" +579305,"[{'id':9935,'name':'travel'},{'id':180519,'name':'reality tv'},{'id':211536,'name':'tv episode'},{'id':237440,'name':'sea level rise'},{'id':239632,'name':'maldives'}]" +520576,"[{'id':13141,'name':'based on manga'},{'id':238675,'name':'high school girl'}]" +438799,"[{'id':254,'name':'france'},{'id':1956,'name':'world war ii'},{'id':2652,'name':'nazi'},{'id':4299,'name':'normandy'},{'id':5331,'name':'village'},{'id':6152,'name':'supernatural'},{'id':9156,'name':'d-day'},{'id':10124,'name':'laboratory'},{'id':156863,'name':'gi joe'},{'id':158778,'name':'behind enemy lines'},{'id':194402,'name':'paratrooper'},{'id':207883,'name':'1940s'},{'id':240435,'name':'scientific experiment'},{'id':253063,'name':'black soldier'}]" +16094,"[{'id':6270,'name':'high school'},{'id':8508,'name':'party'},{'id':10275,'name':'house party'}]" +33641,"[{'id':414,'name':'hunter'},{'id':161294,'name':'biologist'},{'id':223059,'name':'animal horror'}]" +433941,[] +30963,[] +22051,"[{'id':170173,'name':'children's book'},{'id':181318,'name':'asperger's syndrome'},{'id':181319,'name':'electrical engineer'}]" +496708,"[{'id':10028,'name':'steampunk'}]" +455643,[] +567979,[] +26854,"[{'id':11034,'name':'b movie'},{'id':14760,'name':'scientist'}]" +42719,"[{'id':212,'name':'london'},{'id':818,'name':'based on novel or book'},{'id':1253,'name':'roommate'},{'id':1307,'name':'butler'},{'id':2176,'name':'music teacher'},{'id':9673,'name':'love'},{'id':11612,'name':'hospital'},{'id':155762,'name':'swinging 60s'},{'id':207592,'name':'piano'}]" +459928,"[{'id':380,'name':'sibling relationship'},{'id':2660,'name':'strong woman'},{'id':3446,'name':'forgiveness'},{'id':4237,'name':'water'},{'id':6625,'name':'family secret'},{'id':8181,'name':'swimming pool'},{'id':9937,'name':'suspense'},{'id':10349,'name':'survival'},{'id':11322,'name':'female protagonist'},{'id':14537,'name':'woman power'},{'id':18029,'name':'trapped'},{'id':155395,'name':'endurance'},{'id':156389,'name':'diabetic'},{'id':191731,'name':'female empowerment'},{'id':207999,'name':'determination'},{'id':228523,'name':'inspired by true events'},{'id':236688,'name':'sisters'},{'id':238343,'name':'wicked woman'}]" +469651,[] +514755,"[{'id':585,'name':'casino'},{'id':679,'name':'cyborg'},{'id':1865,'name':'biological weapon'},{'id':2964,'name':'future'},{'id':4278,'name':'invasion'},{'id':6091,'name':'war'},{'id':9738,'name':'ufo'},{'id':9826,'name':'murder'},{'id':9951,'name':'alien'},{'id':162365,'name':'military'},{'id':167444,'name':'top secret'}]" +448281,"[{'id':5701,'name':'beef'},{'id':5716,'name':'record label'},{'id':9826,'name':'murder'},{'id':10726,'name':'gang'},{'id':11208,'name':'conspiracy theory'},{'id':11734,'name':'police corruption'},{'id':156024,'name':'corrupt politician'},{'id':211632,'name':'rap star'}]" +9102,"[{'id':312,'name':'man vs machine'},{'id':10158,'name':'alien planet'},{'id':15354,'name':'struggle for survival'}]" +511541,[] +499792,"[{'id':3616,'name':'college'}]" +531384,[] +96826,[] +53419,"[{'id':886,'name':'movie business'},{'id':1560,'name':'dynamite'},{'id':4112,'name':'strike'},{'id':4328,'name':'costume'},{'id':5306,'name':'boss'},{'id':9673,'name':'love'},{'id':13072,'name':'falling in love'},{'id':44447,'name':'pie'},{'id':160785,'name':'black eye'},{'id':161135,'name':'burp'},{'id':169967,'name':'handkerchief'}]" +579437,[] +79827,"[{'id':12425,'name':'racism'}]" +83310,[] +140974,"[{'id':2597,'name':'bigfoot'}]" +10445,"[{'id':1338,'name':'bachelor'},{'id':4327,'name':'stroke of fate'},{'id':5301,'name':'brother'},{'id':8095,'name':'oxford'},{'id':10818,'name':'author'},{'id':13072,'name':'falling in love'}]" +279388,"[{'id':160522,'name':'wagon train'}]" +576938,"[{'id':11040,'name':'masked killer'},{'id':12545,'name':'mansion'},{'id':176834,'name':'social media'},{'id':228947,'name':'hollywood hills'},{'id':251553,'name':'afterparty'}]" +83001,[] +522449,"[{'id':1402,'name':'general'},{'id':6091,'name':'war'},{'id':33482,'name':'war hero'}]" +551910,"[{'id':1963,'name':'expedition'},{'id':3799,'name':'ship'},{'id':156104,'name':'stranger'},{'id':206828,'name':'pacific ocean'},{'id':227688,'name':'wreckage'},{'id':251466,'name':'all-female'},{'id':251467,'name':'illegal fishing'},{'id':251468,'name':'rescued'}]" +463684,"[{'id':3660,'name':'art collector'},{'id':6152,'name':'supernatural'},{'id':8201,'name':'satire'},{'id':10123,'name':'dark comedy'},{'id':10907,'name':'consumerism'},{'id':11130,'name':'art house'},{'id':11514,'name':'social satire'},{'id':14789,'name':'art thief'},{'id':155795,'name':'art dealer'},{'id':156031,'name':'art theft'},{'id':201069,'name':'commercialism'},{'id':227426,'name':'media criticism'}]" +321143,[] +163936,"[{'id':1161,'name':'brazil'},{'id':6075,'name':'sport'},{'id':13042,'name':'soccer'},{'id':223193,'name':'soccer player'}]" +258108,"[{'id':214549,'name':'short'}]" +258071,"[{'id':12436,'name':'architecture'},{'id':214549,'name':'short'}]" +481061,"[{'id':3623,'name':'cabin'},{'id':10061,'name':'dysfunctional marriage'},{'id':14805,'name':'maniac'},{'id':15127,'name':'killer'},{'id':205607,'name':'unlucky'},{'id':251504,'name':'12'},{'id':251505,'name':'number 12'}]" +131761,"[{'id':156850,'name':'little big horn'},{'id':194553,'name':'george armstrong custer'}]" +115309,[] +325164,"[{'id':214549,'name':'short'}]" +578983,"[{'id':2794,'name':'oddball'},{'id':6894,'name':'aunt'},{'id':10181,'name':'based on play or musical'},{'id':13014,'name':'orphan'},{'id':13130,'name':'teenager'},{'id':18035,'name':'family'}]" +557648,"[{'id':242,'name':'new york'},{'id':740,'name':'aids'},{'id':4344,'name':'musical'},{'id':9714,'name':'remake'},{'id':9766,'name':'hiv'},{'id':10181,'name':'based on play or musical'},{'id':11613,'name':'live broadcast'},{'id':158718,'name':'lgbt'}]" +142148,"[{'id':387,'name':'california'},{'id':15124,'name':'framed'},{'id':156120,'name':'train robbery'},{'id':207928,'name':'19th century'},{'id':208151,'name':'train robbers'}]" +10494,"[{'id':233,'name':'japan'},{'id':3658,'name':'career'},{'id':6844,'name':'stalker'},{'id':10229,'name':'singer'},{'id':10336,'name':'animation'},{'id':11322,'name':'female protagonist'},{'id':156761,'name':'split personality'},{'id':202519,'name':'j-pop'},{'id':210024,'name':'anime'}]" +859,"[{'id':725,'name':'lovesickness'},{'id':738,'name':'sexuality'},{'id':1332,'name':'cheating'},{'id':2045,'name':'cynic'},{'id':2336,'name':'ladykiller'},{'id':2687,'name':'fiancé'},{'id':2692,'name':'arranged marriage'},{'id':2983,'name':'passion'},{'id':3182,'name':'seduction'},{'id':3452,'name':'love letter'},{'id':3925,'name':'boredom'},{'id':4315,'name':'courtly life'},{'id':4319,'name':'french revolution'},{'id':4320,'name':'lover'},{'id':4812,'name':'plan'},{'id':6049,'name':'praise'},{'id':34221,'name':'gender roles'},{'id':160279,'name':'18th century'}]" +29400,"[{'id':155733,'name':'old house'}]" +18069,"[{'id':1019,'name':'rodeo'},{'id':10183,'name':'independent film'},{'id':155291,'name':'cowboy'},{'id':190078,'name':'bull riding'}]" +510284,"[{'id':12545,'name':'mansion'}]" +574883,[] +570352,"[{'id':245258,'name':'agatha christie'}]" +502220,"[{'id':237,'name':'gay'},{'id':740,'name':'aids'},{'id':1013,'name':'homophobia'},{'id':1556,'name':'texas'},{'id':9766,'name':'hiv'},{'id':10199,'name':'gay interest'},{'id':10235,'name':'family relationships'},{'id':11524,'name':'in the closet'},{'id':12999,'name':'black and white'},{'id':158718,'name':'lgbt'},{'id':168750,'name':'advertising executive'},{'id':207317,'name':'christmas'},{'id':208289,'name':'1980s'}]" +6346,"[{'id':529,'name':'ku klux klan'},{'id':3440,'name':'doomed man'}]" +15119,"[{'id':9748,'name':'revenge'},{'id':10278,'name':'ninja'},{'id':18431,'name':'female ninja'},{'id':155242,'name':'shogun'}]" +119023,"[{'id':3691,'name':'forbidden love'},{'id':10093,'name':'priest'}]" +258112,"[{'id':214549,'name':'short'}]" +258130,"[{'id':214549,'name':'short'}]" +258072,[] +63113,"[{'id':9672,'name':'based on a true story'},{'id':10041,'name':'dysfunctional family'},{'id':170865,'name':'child kidnapping'},{'id':198694,'name':'manipulative'},{'id':236626,'name':'adult child friendship'}]" +74441,[] +518801,[] +472645,[] +578839,"[{'id':3667,'name':'time'},{'id':4152,'name':'kingdom'},{'id':7376,'name':'princess'},{'id':9882,'name':'space'},{'id':12554,'name':'dragon'},{'id':188947,'name':'sidekick'},{'id':189094,'name':'goblin'}]" +500869,"[{'id':1562,'name':'hostage'},{'id':5299,'name':'war correspondent'},{'id':209817,'name':'political thriller'}]" +257852,"[{'id':4344,'name':'musical'}]" +19760,"[{'id':2041,'name':'island'},{'id':5918,'name':'painting'},{'id':9727,'name':'thief'},{'id':167868,'name':'seasickness'}]" +129248,[] +15080,"[{'id':548,'name':'countryside'},{'id':2382,'name':'flower'},{'id':2755,'name':'country life'},{'id':3321,'name':'childhood memory'},{'id':6038,'name':'marriage'},{'id':6382,'name':'folk music'},{'id':9856,'name':'flashback'},{'id':10873,'name':'school'},{'id':210024,'name':'anime'},{'id':222667,'name':'re-release'}]" +21450,"[{'id':212,'name':'london'},{'id':570,'name':'rape'},{'id':10616,'name':'urban'},{'id':17937,'name':'desolate'},{'id':34117,'name':'cult film'},{'id':155453,'name':'gritty'},{'id':156104,'name':'stranger'},{'id':208548,'name':'manchester'}]" +428078,"[{'id':818,'name':'based on novel or book'},{'id':4458,'name':'post-apocalyptic'},{'id':4565,'name':'dystopia'},{'id':9748,'name':'revenge'},{'id':10028,'name':'steampunk'},{'id':10689,'name':'wasteland'},{'id':235495,'name':'futuristic vehicle'},{'id':246466,'name':'based on young adult novel'}]" +11113,"[{'id':4344,'name':'musical'},{'id':4375,'name':'transformation'},{'id':4485,'name':'flower girl'},{'id':10786,'name':'colonel'},{'id':11411,'name':'wager'},{'id':11707,'name':'suitor'},{'id':14514,'name':'class differences'},{'id':18015,'name':'tutor'},{'id':155697,'name':'aristocrat'},{'id':165278,'name':'linguist'},{'id':165279,'name':'street'},{'id':165282,'name':'high society'},{'id':165288,'name':'misogynist'},{'id':165290,'name':'guttersnipe'},{'id':165299,'name':'class prejudice'},{'id':165301,'name':'opposites attract'}]" +25666,"[{'id':4456,'name':'frog'},{'id':4928,'name':'bait'},{'id':5657,'name':'australia'},{'id':6310,'name':'national park'}]" +696,"[{'id':242,'name':'new york'},{'id':596,'name':'adultery'},{'id':818,'name':'based on novel or book'},{'id':2087,'name':'lolita'},{'id':9673,'name':'love'},{'id':9840,'name':'romance'},{'id':10183,'name':'independent film'},{'id':11869,'name':'mistress'},{'id':13028,'name':'writer'},{'id':14534,'name':'relationship'},{'id':14828,'name':'city'},{'id':15160,'name':'divorce'},{'id':168346,'name':'manhattan, new york city'},{'id':193682,'name':'married'}]" +68173,"[{'id':209984,'name':'cinema novo'}]" +484428,"[{'id':246,'name':'dancing'},{'id':1192,'name':'sweden'},{'id':3725,'name':'pregnancy'},{'id':5565,'name':'biography'},{'id':8085,'name':'stockholm'},{'id':10818,'name':'author'},{'id':207876,'name':'1920s'},{'id':208289,'name':'1980s'},{'id':214548,'name':'1930s'}]" +552359,[] +491584,"[{'id':128,'name':'love triangle'},{'id':657,'name':'fire'},{'id':977,'name':'cat'},{'id':1566,'name':'dream'},{'id':2483,'name':'nudity'},{'id':4168,'name':'greenhouse'},{'id':11363,'name':'arson'},{'id':156866,'name':'based on short story'},{'id':172695,'name':'burning'},{'id':249856,'name':'2010s'}]" +571656,"[{'id':703,'name':'detective'},{'id':1419,'name':'gun'},{'id':2708,'name':'hitman'},{'id':7002,'name':'vigilante'},{'id':14735,'name':'motorcycle'}]" +577549,"[{'id':5824,'name':'video surveillance'},{'id':10941,'name':'disappearance'},{'id':174109,'name':'documentary filmmaking'},{'id':242066,'name':'students'},{'id':245446,'name':'film crew'},{'id':251410,'name':'shadow people'}]" +44772,"[{'id':572,'name':'sex'},{'id':1003,'name':'photographer'},{'id':6025,'name':'photography'},{'id':6027,'name':'music'},{'id':10229,'name':'singer'},{'id':13130,'name':'teenager'}]" +118653,"[{'id':15076,'name':'cat and mouse'},{'id':15290,'name':'pursuit'}]" +530624,"[{'id':271,'name':'competition'},{'id':5905,'name':'father'},{'id':6894,'name':'aunt'},{'id':14522,'name':'co-worker'},{'id':14534,'name':'relationship'},{'id':15246,'name':'sabotage'},{'id':155808,'name':'hometown'},{'id':162714,'name':'antiques shop'},{'id':187265,'name':'management'}]" +422929,[] +1939,"[{'id':703,'name':'detective'},{'id':931,'name':'jealousy'},{'id':1366,'name':'shotgun'},{'id':1523,'name':'obsession'},{'id':5340,'name':'investigation'},{'id':5920,'name':'advertising expert'},{'id':9826,'name':'murder'},{'id':9840,'name':'romance'},{'id':9937,'name':'suspense'},{'id':14780,'name':'investigator'},{'id':33632,'name':'apartment'},{'id':41388,'name':'portrait'},{'id':195402,'name':'film noir'},{'id':228501,'name':'other woman'}]" +711,"[{'id':213,'name':'upper class'},{'id':380,'name':'sibling relationship'},{'id':388,'name':'scotland'},{'id':496,'name':'poetry'},{'id':818,'name':'based on novel or book'},{'id':1310,'name':'mentor'},{'id':1412,'name':'becoming an adult'},{'id':1992,'name':'professor'},{'id':2132,'name':'literature'},{'id':3192,'name':'intellectually gifted'},{'id':3548,'name':'plagiarism'},{'id':3549,'name':'literature competition'},{'id':3551,'name':'private school'},{'id':3553,'name':'manuscript'},{'id':3556,'name':'seclusion'},{'id':3558,'name':'pulitzer prize'},{'id':3737,'name':'dying and death'},{'id':5614,'name':'idol'},{'id':6054,'name':'friendship'},{'id':6059,'name':'unsociability'},{'id':6270,'name':'high school'},{'id':6278,'name':'scholarship'},{'id':170652,'name':'father figure'}]" +514619,"[{'id':3983,'name':'marketing'},{'id':5483,'name':'coffee shop'},{'id':5923,'name':'sister'},{'id':15232,'name':'parole'},{'id':15237,'name':'alcohol abuse'},{'id':214514,'name':'alcoholics anonymous'},{'id':247687,'name':'ex convict'},{'id':251324,'name':'internet scam'},{'id':251325,'name':'cat-fished'}]" +491472,"[{'id':90,'name':'paris france'},{'id':254,'name':'france'},{'id':437,'name':'painter'},{'id':6255,'name':'insanity'},{'id':9826,'name':'murder'},{'id':9957,'name':'loneliness'},{'id':10093,'name':'priest'},{'id':11612,'name':'hospital'},{'id':15478,'name':'art gallery'},{'id':155795,'name':'art dealer'},{'id':243959,'name':'brother brother relationship'},{'id':252295,'name':'cutting off an ear'}]" +49600,"[{'id':5331,'name':'village'},{'id':5967,'name':'peru'}]" +7548,"[{'id':212,'name':'london'},{'id':572,'name':'sex'},{'id':3737,'name':'dying and death'},{'id':5933,'name':'poet'},{'id':6034,'name':'theatre milieu'},{'id':6657,'name':'monolog'},{'id':15149,'name':'monkey'},{'id':33457,'name':'alcoholic'}]" +11787,"[{'id':380,'name':'sibling relationship'},{'id':3179,'name':'sanatorium'},{'id':3901,'name':'rabbi'},{'id':7942,'name':'imaginary friend'},{'id':11857,'name':'mental institution'},{'id':15090,'name':'police officer'},{'id':155457,'name':'screwball comedy'},{'id':158199,'name':'aunt nephew relationship'},{'id':169276,'name':'commitment'},{'id':208611,'name':'1950s'}]" +17707,"[{'id':65,'name':'holiday'},{'id':378,'name':'prison'},{'id':3434,'name':'thailand'},{'id':14964,'name':'drugs'},{'id':163119,'name':'injustice'}]" +5143,"[{'id':1731,'name':'writing'},{'id':2199,'name':'opera'},{'id':2679,'name':'artist'},{'id':4543,'name':'thanksgiving'},{'id':6635,'name':'hypochondriac'},{'id':9283,'name':'langham'},{'id':10582,'name':'television producer'},{'id':12436,'name':'architecture'},{'id':12990,'name':'singing'},{'id':13028,'name':'writer'},{'id':14512,'name':'new york city'},{'id':14534,'name':'relationship'},{'id':14893,'name':'art'},{'id':34094,'name':'extramarital affair'},{'id':190797,'name':'marx brothers'},{'id':222114,'name':'fear of dying'},{'id':229299,'name':'affair'},{'id':236688,'name':'sisters'}]" +3980,"[{'id':380,'name':'sibling relationship'},{'id':798,'name':'sheriff'},{'id':801,'name':'bounty hunter'},{'id':977,'name':'cat'},{'id':1415,'name':'small town'},{'id':1612,'name':'spacecraft'},{'id':3875,'name':'barn'},{'id':6437,'name':'toilet'},{'id':7658,'name':'kansas'},{'id':9951,'name':'alien'},{'id':13031,'name':'creature'},{'id':14601,'name':'explosion'},{'id':18035,'name':'family'},{'id':18067,'name':'exploding house'},{'id':157504,'name':'brother sister '},{'id':206281,'name':'alien fugitive'},{'id':230857,'name':'alien creature'}]" +343,"[{'id':236,'name':'suicide'},{'id':314,'name':'life and death'},{'id':894,'name':'depression'},{'id':965,'name':'age difference'},{'id':1227,'name':'cemetery'},{'id':1252,'name':'suicide attempt'},{'id':1421,'name':'birthday'},{'id':1790,'name':'banjo'},{'id':1792,'name':'cliff'},{'id':1904,'name':'life planning'},{'id':2643,'name':'dead wish'},{'id':2692,'name':'arranged marriage'},{'id':3737,'name':'dying and death'},{'id':10329,'name':'wealth'},{'id':11487,'name':'midnight movie'},{'id':34117,'name':'cult film'}]" +413667,[] +499555,"[{'id':1488,'name':'tennis'},{'id':168196,'name':'perfection'},{'id':220080,'name':'essay film'}]" +481203,"[{'id':212,'name':'london'},{'id':591,'name':'cia'},{'id':801,'name':'bounty hunter'},{'id':949,'name':'terrorist'},{'id':2808,'name':'russian'},{'id':3149,'name':'gangster'},{'id':7862,'name':'private army'},{'id':11219,'name':'navy seal'},{'id':162370,'name':'operative'},{'id':208456,'name':'wmd'},{'id':251272,'name':'disavowed'}]" +15338,[] +69069,"[{'id':818,'name':'based on novel or book'},{'id':5565,'name':'biography'},{'id':5657,'name':'australia'},{'id':9672,'name':'based on a true story'},{'id':9826,'name':'murder'},{'id':10022,'name':'rampage'},{'id':10183,'name':'independent film'},{'id':15009,'name':'criminal'},{'id':157758,'name':'ax murder'},{'id':193455,'name':'indigenous australians'},{'id':209619,'name':'aborigine'},{'id':236170,'name':'early 1900s'}]" +925,"[{'id':577,'name':'black people'},{'id':700,'name':'italian american'},{'id':796,'name':'police brutality'},{'id':898,'name':'hip-hop'},{'id':1463,'name':'culture clash'},{'id':3261,'name':'street war'},{'id':3772,'name':'heat'},{'id':3910,'name':'restaurant critic'},{'id':4305,'name':'radio transmission'},{'id':4470,'name':'punk'},{'id':4630,'name':'chaos'},{'id':4668,'name':'police operation'},{'id':4733,'name':'pizzeria'},{'id':4735,'name':'pizza'},{'id':10594,'name':'money'},{'id':12425,'name':'racism'}]" +577826,"[{'id':1432,'name':'nasa'},{'id':14601,'name':'explosion'},{'id':161289,'name':'space shuttle'},{'id':174902,'name':'cape canaveral'},{'id':231069,'name':'inspired by a true story'},{'id':234545,'name':'seals'},{'id':251234,'name':'launch'}]" +480923,"[{'id':5288,'name':'rock'},{'id':10563,'name':'attack'},{'id':12070,'name':'ants'},{'id':176502,'name':'peyote'},{'id':208289,'name':'1980s'},{'id':211508,'name':'glam metal'},{'id':219368,'name':'giant ant'},{'id':245484,'name':'joshua tree'},{'id':251246,'name':'coachella'}]" +507660,"[{'id':972,'name':'refugee'},{'id':3094,'name':'australian'},{'id':6075,'name':'sport'},{'id':193761,'name':'australian rules football'},{'id':208863,'name':'asylum seekers'},{'id':242425,'name':'inclusion'}]" +555530,"[{'id':227107,'name':'barcelona'}]" +578910,[] +486011,"[{'id':3177,'name':'fan'},{'id':14534,'name':'relationship'},{'id':211445,'name':'youtuber'}]" +425591,"[{'id':1585,'name':'snake'},{'id':1930,'name':'kidnapping'},{'id':5569,'name':'vomit'},{'id':6149,'name':'police'},{'id':7002,'name':'vigilante'},{'id':9727,'name':'thief'},{'id':10123,'name':'dark comedy'},{'id':10292,'name':'gore'},{'id':14819,'name':'violence'},{'id':15162,'name':'dog'},{'id':18254,'name':'laptop'},{'id':164658,'name':'rowboat'},{'id':200957,'name':'degenerate'},{'id':214834,'name':'throwing star'},{'id':215736,'name':'offbeat'},{'id':232976,'name':'burglarized'}]" +18228,"[{'id':1668,'name':'hawaii'},{'id':4344,'name':'musical'},{'id':9799,'name':'romantic comedy'},{'id':234849,'name':'tiki culture'}]" +1725,"[{'id':100,'name':'slum'},{'id':542,'name':'street gang'},{'id':699,'name':'love at first sight'},{'id':797,'name':'showdown'},{'id':2124,'name':'puerto rican'},{'id':2356,'name':'immigrant'},{'id':3306,'name':'highway'},{'id':3691,'name':'forbidden love'},{'id':4344,'name':'musical'},{'id':9823,'name':'rivalry'},{'id':9932,'name':'feud'},{'id':10131,'name':'interracial relationship'},{'id':10181,'name':'based on play or musical'},{'id':18087,'name':'attempted rape'},{'id':33699,'name':'policeman'},{'id':159278,'name':'obsessive love'},{'id':160367,'name':'lifting female in air'},{'id':165100,'name':'young love'},{'id':165212,'name':'modern day adaptation'},{'id':165214,'name':'shakespeare in modern dress'}]" +573641,"[{'id':720,'name':'helicopter'},{'id':1670,'name':'sun'},{'id':2859,'name':'lava'},{'id':3347,'name':'volcano'},{'id':3521,'name':'earthquake'},{'id':10150,'name':'end of the world'},{'id':10987,'name':'cgi'},{'id':12670,'name':'los angeles'},{'id':168676,'name':'city hall'},{'id':173272,'name':'flood'}]" +10231,"[{'id':1321,'name':'gold'},{'id':1859,'name':'arizona'}]" +212067,"[{'id':41385,'name':'racial tension'}]" +141977,[] +577489,"[{'id':3133,'name':'vampire'},{'id':7312,'name':'road trip'},{'id':9713,'name':'friends'},{'id':9720,'name':'woods'},{'id':9853,'name':'paranormal'},{'id':156580,'name':'ghost story'},{'id':160517,'name':'fake documentary'},{'id':163053,'name':'found footage'},{'id':234908,'name':'infamous'},{'id':241961,'name':'wildfire'},{'id':242541,'name':'local legend'},{'id':251151,'name':'ojai california'}]" +128437,"[{'id':9840,'name':'romance'},{'id':10085,'name':'betrayal'},{'id':185632,'name':'grudge'}]" +396599,"[{'id':5301,'name':'brother'},{'id':15016,'name':'twins'},{'id':155291,'name':'cowboy'}]" +63374,[] +416196,"[{'id':14733,'name':'texan'},{'id':163104,'name':'law and order'},{'id':188924,'name':'outlaw gang'},{'id':194943,'name':'henchmen'},{'id':200705,'name':'trading post'}]" +113208,"[{'id':33600,'name':'stagecoach'},{'id':163564,'name':'stagecoach guard'}]" +442547,"[{'id':18044,'name':'railroad'},{'id':160336,'name':'land grab'}]" +337268,"[{'id':2493,'name':'oklahoma'},{'id':2673,'name':'horse'},{'id':161231,'name':'hideout'}]" +145966,"[{'id':1321,'name':'gold'}]" +252624,"[{'id':3012,'name':'court case'},{'id':185461,'name':'bar shootout'}]" +141666,[] +252941,"[{'id':192747,'name':'gidget'}]" +31246,"[{'id':4344,'name':'musical'}]" +11898,"[{'id':351,'name':'poison'},{'id':378,'name':'prison'},{'id':924,'name':'italian'},{'id':931,'name':'jealousy'},{'id':2125,'name':'gallows'},{'id':4129,'name':'widow'},{'id':4235,'name':'duke'},{'id':5493,'name':'relatives'},{'id':10123,'name':'dark comedy'},{'id':10229,'name':'singer'},{'id':161506,'name':'heir'}]" +578910,[] +486011,"[{'id':3177,'name':'fan'},{'id':14534,'name':'relationship'},{'id':211445,'name':'youtuber'}]" +425591,"[{'id':1585,'name':'snake'},{'id':1930,'name':'kidnapping'},{'id':5569,'name':'vomit'},{'id':6149,'name':'police'},{'id':7002,'name':'vigilante'},{'id':9727,'name':'thief'},{'id':10123,'name':'dark comedy'},{'id':10292,'name':'gore'},{'id':14819,'name':'violence'},{'id':15162,'name':'dog'},{'id':18254,'name':'laptop'},{'id':164658,'name':'rowboat'},{'id':200957,'name':'degenerate'},{'id':214834,'name':'throwing star'},{'id':215736,'name':'offbeat'},{'id':232976,'name':'burglarized'}]" +547654,[] +534780,"[{'id':14743,'name':'pianist'},{'id':207556,'name':'blind man'},{'id':207592,'name':'piano'}]" +9542,"[{'id':720,'name':'helicopter'},{'id':1583,'name':'mass murder'},{'id':1734,'name':'cop-killer'},{'id':2340,'name':'paranoia'},{'id':3306,'name':'highway'},{'id':4426,'name':'sadism'},{'id':4944,'name':'route 66'},{'id':9844,'name':'car crash'},{'id':9937,'name':'suspense'},{'id':11546,'name':'hitchhiker'},{'id':14783,'name':'false accusations'},{'id':34117,'name':'cult film'},{'id':167043,'name':'road movie'}]" +16642,"[{'id':128,'name':'love triangle'},{'id':520,'name':'chicago'},{'id':1157,'name':'wife husband relationship'},{'id':1556,'name':'texas'},{'id':4511,'name':'field'},{'id':4932,'name':'farm'},{'id':6038,'name':'marriage'},{'id':9673,'name':'love'},{'id':12987,'name':'poverty'},{'id':14514,'name':'class differences'},{'id':154846,'name':'farmer'},{'id':178977,'name':'jealous husband'},{'id':190061,'name':'harvest'}]" +16,"[{'id':30,'name':'individual'},{'id':246,'name':'dancing'},{'id':279,'name':'usa'},{'id':642,'name':'robbery'},{'id':730,'name':'factory worker'},{'id':1328,'name':'secret'},{'id':1382,'name':'factory'},{'id':1415,'name':'small town'},{'id':1691,'name':'dance'},{'id':1741,'name':'blindness and impaired vision'},{'id':2356,'name':'immigrant'},{'id':2480,'name':'eye operation'},{'id':2481,'name':'eyesight'},{'id':2486,'name':'fantasy'},{'id':2487,'name':'naivety'},{'id':2489,'name':'hereditary disease'},{'id':3737,'name':'dying and death'},{'id':11061,'name':'debt'},{'id':15090,'name':'police officer'}]" +410126,"[{'id':616,'name':'witch'},{'id':3096,'name':'book'},{'id':3133,'name':'vampire'},{'id':3298,'name':'hallucination'},{'id':6149,'name':'police'},{'id':9706,'name':'anthology'},{'id':10794,'name':'snow'},{'id':11260,'name':'serial murder'},{'id':11857,'name':'mental institution'},{'id':12377,'name':'zombie'},{'id':13000,'name':'based on short film'},{'id':13005,'name':'doctor'},{'id':13132,'name':'pistol'},{'id':15001,'name':'demon'},{'id':15106,'name':'psychiatrist'},{'id':18409,'name':'mental patient'},{'id':40931,'name':'witchcraft'},{'id':157701,'name':'psychotic'},{'id':159433,'name':'surveillance camera'},{'id':162846,'name':'ghost'},{'id':182794,'name':'halloween costume'},{'id':186565,'name':'zombie apocalypse'}]" +28368,"[{'id':422,'name':'vietnam veteran'},{'id':521,'name':'washington d.c.'},{'id':1227,'name':'cemetery'},{'id':2957,'name':'vietnam war'},{'id':13065,'name':'soldier'}]" +493900,"[{'id':4433,'name':'conversation'},{'id':7312,'name':'road trip'},{'id':11546,'name':'hitchhiker'}]" +11562,"[{'id':242,'name':'new york'},{'id':596,'name':'adultery'},{'id':782,'name':'assassin'},{'id':1992,'name':'professor'},{'id':2102,'name':'brother-in-law'},{'id':9826,'name':'murder'},{'id':11869,'name':'mistress'},{'id':13005,'name':'doctor'},{'id':166571,'name':'hired killer'},{'id':174109,'name':'documentary filmmaking'}]" +1494,"[{'id':351,'name':'poison'},{'id':478,'name':'china'},{'id':779,'name':'martial arts'},{'id':1400,'name':'swordplay'},{'id':1721,'name':'fight'},{'id':1813,'name':'toxication'},{'id':2908,'name':'secret society'},{'id':2983,'name':'passion'},{'id':3152,'name':'planned murder'},{'id':3720,'name':'power'},{'id':3998,'name':'palace'},{'id':4812,'name':'plan'},{'id':4933,'name':'battle for power'},{'id':5511,'name':'tang dynasty'},{'id':5513,'name':'pomp'},{'id':5514,'name':'conspiracy of murder'},{'id':5515,'name':'heir to the throne'},{'id':5809,'name':'marriage crisis'},{'id':7879,'name':'secret love'},{'id':251618,'name':'7th century'}]" +475132,"[{'id':736,'name':'journalist'},{'id':5299,'name':'war correspondent'},{'id':5565,'name':'biography'},{'id':5907,'name':'middle east conflict'},{'id':191111,'name':'syria'},{'id':239275,'name':'based on magazine, newspaper or article'}]" +300681,"[{'id':10124,'name':'laboratory'},{'id':13063,'name':'car accident'},{'id':18035,'name':'family'},{'id':156810,'name':'science'},{'id':161219,'name':'consciousness'},{'id':161294,'name':'biologist'},{'id':250089,'name':'synthetic'},{'id':250090,'name':'neuro-scientist'},{'id':250091,'name':'police task force'}]" +475,"[{'id':502,'name':'ambush'},{'id':798,'name':'sheriff'},{'id':828,'name':'waitress'},{'id':947,'name':'prohibition'},{'id':1556,'name':'texas'},{'id':2492,'name':'bank robber'},{'id':2493,'name':'oklahoma'},{'id':2496,'name':'impotence'},{'id':5900,'name':'missouri'},{'id':5901,'name':'texas ranger'},{'id':158741,'name':'grave digger'}]" +851,"[{'id':455,'name':'farewell'},{'id':477,'name':'train station'},{'id':1157,'name':'wife husband relationship'},{'id':1326,'name':'infidelity'},{'id':2398,'name':'narration'},{'id':3451,'name':'housewife'},{'id':4263,'name':'duty'},{'id':6038,'name':'marriage'},{'id':13005,'name':'doctor'},{'id':14720,'name':'love affair'},{'id':156924,'name':'tearjerker'},{'id':171826,'name':'told in flashback'},{'id':179367,'name':'impossible love'},{'id':188720,'name':'shame'},{'id':189931,'name':'guilty conscience'},{'id':192394,'name':'broken heart'},{'id':215015,'name':'hopelessness'},{'id':236600,'name':'scheduled rendezvous'},{'id':239081,'name':'secretiveness'}]" +10362,"[{'id':613,'name':'new year's eve'},{'id':2038,'name':'love of one's life'},{'id':10226,'name':'neighbor'},{'id':14512,'name':'new york city'},{'id':41523,'name':'brooklyn, new york city'},{'id':156866,'name':'based on short story'}]" +13538,"[{'id':212,'name':'london'},{'id':548,'name':'countryside'},{'id':570,'name':'rape'},{'id':572,'name':'sex'},{'id':2754,'name':'trauma'},{'id':4580,'name':'van'},{'id':6093,'name':'assault'},{'id':8087,'name':'horror'},{'id':8508,'name':'party'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':10563,'name':'attack'},{'id':10726,'name':'gang'},{'id':13063,'name':'car accident'},{'id':14767,'name':'scar'},{'id':14819,'name':'violence'},{'id':165798,'name':'mugging'}]" +643,"[{'id':3232,'name':'odessa'},{'id':3234,'name':'baby carriage'},{'id':3560,'name':'cossack'},{'id':4210,'name':'panic'},{'id':10089,'name':'slaughter'},{'id':14546,'name':'massacre'},{'id':14819,'name':'violence'},{'id':14837,'name':'rage'},{'id':41599,'name':'sailor'},{'id':154802,'name':'silent film'},{'id':158620,'name':'russian revolution'},{'id':162845,'name':'revolt'},{'id':186004,'name':'imperial russia'},{'id':205585,'name':'insubordination'},{'id':208568,'name':'port city'},{'id':224427,'name':'soviet montage'},{'id':239180,'name':'steps'},{'id':239182,'name':'maggots'}]" +472054,"[{'id':4270,'name':'galaxy'},{'id':9663,'name':'sequel'},{'id':241692,'name':'kidnapped'},{'id':243638,'name':'aliens'},{'id':251344,'name':'file'}]" +341366,"[{'id':485,'name':'nepal'},{'id':5096,'name':'natural disaster'},{'id':47972,'name':'native peoples'},{'id':187056,'name':'woman director'},{'id':192779,'name':'mount everest'},{'id':192940,'name':'geography'},{'id':209502,'name':'sherpa'}]" +456648,[] +74137,"[{'id':13027,'name':'wedding'}]" +128368,[] +575190,"[{'id':6579,'name':'music festival'},{'id':241377,'name':'crime documentary'},{'id':247627,'name':'crime'}]" +281168,"[{'id':9748,'name':'revenge'},{'id':166735,'name':'crossbow'}]" +341735,"[{'id':128,'name':'love triangle'},{'id':10181,'name':'based on play or musical'}]" +33602,"[{'id':1646,'name':'autism'},{'id':1680,'name':'boston'},{'id':2735,'name':'veterinarian'},{'id':5565,'name':'biography'},{'id':6018,'name':'new hampshire'},{'id':11547,'name':'slaughterhouse'},{'id':13160,'name':'university'},{'id':226984,'name':'livestock'}]" +467342,"[{'id':3521,'name':'earthquake'},{'id':12193,'name':'reporter'},{'id':12670,'name':'los angeles'},{'id':163398,'name':'volcanic eruption'},{'id':251136,'name':'epicenter'}]" +497796,"[{'id':15483,'name':'car chase'},{'id':157286,'name':'gold digger'},{'id':221321,'name':'southwest'}]" +41153,"[{'id':6152,'name':'supernatural'},{'id':185407,'name':'vampirism'}]" +206312,[] +460578,[] +497864,"[{'id':187056,'name':'woman director'}]" +462313,[] +555249,"[{'id':4328,'name':'costume'},{'id':6270,'name':'high school'},{'id':6732,'name':'mascot'},{'id':9824,'name':'reunion'},{'id':9900,'name':'warthog'},{'id':10022,'name':'rampage'},{'id':10541,'name':'curse'},{'id':156580,'name':'ghost story'},{'id':166701,'name':'ghost town'},{'id':214805,'name':'developers'},{'id':249856,'name':'2010s'}]" +224905,"[{'id':270,'name':'ocean'},{'id':156395,'name':'imax'},{'id':206828,'name':'pacific ocean'},{'id':221355,'name':'nature documentary'},{'id':230898,'name':'west papua'}]" +263794,"[{'id':1016,'name':'wyoming'},{'id':1994,'name':'wolf'},{'id':18068,'name':'teenage boy'},{'id':187056,'name':'woman director'},{'id':189153,'name':'yellowstone'}]" +360920,"[{'id':9887,'name':'surrealism'},{'id':10744,'name':'dr. seuss'},{'id':10987,'name':'cgi'},{'id':15101,'name':'based on children's book'},{'id':207317,'name':'christmas'},{'id':209714,'name':'3d'}]" +401469,"[{'id':515,'name':'women'},{'id':520,'name':'chicago'},{'id':6078,'name':'politics'},{'id':6083,'name':'politician'},{'id':9714,'name':'remake'},{'id':9856,'name':'flashback'},{'id':10051,'name':'heist'},{'id':10085,'name':'betrayal'},{'id':10594,'name':'money'},{'id':10988,'name':'based on tv series'},{'id':14819,'name':'violence'},{'id':15483,'name':'car chase'},{'id':166462,'name':'mob boss'}]" +537751,"[{'id':276,'name':'philadelphia'},{'id':818,'name':'based on novel or book'},{'id':9672,'name':'based on a true story'},{'id':10714,'name':'serial killer'},{'id':186152,'name':'pro-life'},{'id':208591,'name':'abortion'}]" +424694,"[{'id':212,'name':'london'},{'id':237,'name':'gay'},{'id':740,'name':'aids'},{'id':1228,'name':'1970s'},{'id':2011,'name':'queen'},{'id':4048,'name':'musician'},{'id':5565,'name':'biography'},{'id':9672,'name':'based on a true story'},{'id':9766,'name':'hiv'},{'id':10229,'name':'singer'},{'id':10232,'name':'fame'},{'id':18001,'name':'rock band'},{'id':41591,'name':'music band'},{'id':158718,'name':'lgbt'},{'id':208289,'name':'1980s'},{'id':234307,'name':'parsi'},{'id':243276,'name':'homosexual'}]" +517331,"[{'id':417,'name':'corruption'},{'id':514,'name':'spain'},{'id':4373,'name':'fraud'},{'id':6083,'name':'politician'},{'id':10202,'name':'treason'},{'id':44042,'name':'treachery'}]" +449848,"[{'id':41523,'name':'brooklyn, new york city'},{'id':162296,'name':'ex-boyfriend ex-girlfriend relationship'},{'id':187056,'name':'woman director'}]" +489984,"[{'id':9665,'name':'cover-up'},{'id':156338,'name':'corporate greed'},{'id':160977,'name':'virginia'},{'id':163212,'name':'water pollution'},{'id':170786,'name':'birth defect'},{'id':215768,'name':'epa'},{'id':235565,'name':'toxic waste'},{'id':237198,'name':'toxin'},{'id':251140,'name':'teflon'}]" +33197,"[{'id':1316,'name':'captain'},{'id':2035,'name':'mythology'},{'id':11095,'name':'cruise ship'},{'id':11219,'name':'navy seal'},{'id':11220,'name':'cryptozoology'},{'id':11221,'name':'blood'}]" +94525,"[{'id':233,'name':'japan'},{'id':2884,'name':'asylum'},{'id':154802,'name':'silent film'}]" +9697,"[{'id':663,'name':'fortune teller'},{'id':3684,'name':'religion and supernatural'},{'id':5457,'name':'mythical creature'},{'id':6154,'name':'hell'},{'id':8181,'name':'swimming pool'},{'id':9188,'name':'nixe'},{'id':33637,'name':'super power'},{'id':179430,'name':'aftercreditsstinger'}]" +506763,"[{'id':5511,'name':'tang dynasty'}]" +70627,"[{'id':949,'name':'terrorist'},{'id':3800,'name':'airplane'},{'id':4245,'name':'hijacking'}]" +14849,"[{'id':236,'name':'suicide'},{'id':314,'name':'life and death'},{'id':732,'name':'coma'},{'id':6155,'name':'afterlife'}]" +483184,"[{'id':131,'name':'italy'},{'id':1621,'name':'robber'},{'id':2150,'name':'cocaine'},{'id':9748,'name':'revenge'},{'id':219103,'name':'dog cage'},{'id':247627,'name':'crime'}]" +119586,"[{'id':549,'name':'prostitute'},{'id':1227,'name':'cemetery'},{'id':3133,'name':'vampire'},{'id':3633,'name':'dracula'},{'id':6895,'name':'philippines'},{'id':11221,'name':'blood'},{'id':41599,'name':'sailor'},{'id':224795,'name':'drinking blood'}]" +494603,"[{'id':6731,'name':'british'},{'id':15101,'name':'based on children's book'},{'id':189359,'name':'rat'},{'id':214549,'name':'short'},{'id':251055,'name':'made for tv'}]" +104531,[] +465241,"[{'id':5565,'name':'biography'}]" +108218,[] +323555,[] +471939,"[{'id':6019,'name':'human trafficking'},{'id':15049,'name':'sex trafficking'},{'id':187056,'name':'woman director'},{'id':208458,'name':'trafficking'},{'id':231169,'name':'child sex trafficking'}]" +461783,"[{'id':704,'name':'adolescence'},{'id':18068,'name':'teenage boy'},{'id':34262,'name':'infatuation'},{'id':187056,'name':'woman director'}]" +414777,"[{'id':1670,'name':'sun'},{'id':156949,'name':'end of world'}]" +110345,"[{'id':8621,'name':'sushi'}]" +412662,[] +58194,"[{'id':10183,'name':'independent film'}]" +216163,"[{'id':2597,'name':'bigfoot'},{'id':10183,'name':'independent film'}]" +230896,"[{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'}]" +16366,"[{'id':3036,'name':'bible'},{'id':5950,'name':'christian'},{'id':6150,'name':'faith'},{'id':157894,'name':'ancient egypt'}]" +29722,"[{'id':14735,'name':'motorcycle'}]" +29396,"[{'id':970,'name':'parent child relationship'},{'id':2884,'name':'asylum'},{'id':3598,'name':'ax'},{'id':157758,'name':'ax murder'},{'id':233450,'name':'proto-slasher'}]" +526775,"[{'id':1691,'name':'dance'},{'id':4118,'name':'ballet dancer'}]" +576599,[] +449691,"[{'id':14673,'name':'disease'},{'id':188973,'name':'pandemic'}]" +10555,"[{'id':1357,'name':'fish'},{'id':1701,'name':'hero'},{'id':3045,'name':'mission of murder'},{'id':4923,'name':'threat to death'},{'id':7879,'name':'secret love'},{'id':10336,'name':'animation'},{'id':15097,'name':'shark'},{'id':187056,'name':'woman director'}]" +50719,"[{'id':65,'name':'holiday'},{'id':1991,'name':'santa claus'},{'id':9663,'name':'sequel'},{'id':9826,'name':'murder'},{'id':10714,'name':'serial killer'},{'id':11181,'name':'decapitation'},{'id':157758,'name':'ax murder'},{'id':175388,'name':'killer santa claus'},{'id':207317,'name':'christmas'}]" +328252,"[{'id':9826,'name':'murder'},{'id':11181,'name':'decapitation'},{'id':11320,'name':'tenant'},{'id':14805,'name':'maniac'},{'id':33347,'name':'apartment building'},{'id':238142,'name':'stabbed to death'},{'id':244632,'name':'axe murder'}]" +22189,"[{'id':701,'name':'cuba'},{'id':7937,'name':'cuban revolution'},{'id':155841,'name':'gambler'},{'id':168186,'name':'havana cuba'}]" +537138,[] +35780,"[{'id':6300,'name':'puppet'},{'id':10988,'name':'based on tv series'},{'id':11691,'name':'puppetry'},{'id':207560,'name':'thunderbirds'}]" +503207,[] +446807,"[{'id':818,'name':'based on novel or book'},{'id':1192,'name':'sweden'},{'id':2157,'name':'hacker'},{'id':8085,'name':'stockholm'},{'id':9663,'name':'sequel'},{'id':157238,'name':'computer expert'},{'id':159468,'name':'millennium'},{'id':162425,'name':'saga'},{'id':224393,'name':'computer programmer'},{'id':240303,'name':'father daughter relationship'},{'id':241738,'name':'sister sister relationship'},{'id':249598,'name':'stieg larsson'},{'id':250920,'name':'gifted child'}]" +440444,"[{'id':549,'name':'prostitute'},{'id':818,'name':'based on novel or book'},{'id':3152,'name':'planned murder'},{'id':5489,'name':'murder of prostitute'},{'id':5902,'name':'escort service'},{'id':12565,'name':'psychological thriller'},{'id':219833,'name':'married man'}]" +426543,"[{'id':2161,'name':'mouse'},{'id':2283,'name':'ball'},{'id':2849,'name':'key'},{'id':3205,'name':'fairy tale'},{'id':5698,'name':'egg'},{'id':6092,'name':'army'},{'id':7376,'name':'princess'},{'id':10085,'name':'betrayal'},{'id':10794,'name':'snow'},{'id':15252,'name':'magical object'},{'id':33965,'name':'christmas eve'},{'id':155619,'name':'attic'},{'id':156866,'name':'based on short story'},{'id':207317,'name':'christmas'},{'id':209216,'name':'christmas present'}]" +511789,"[{'id':1338,'name':'bachelor'},{'id':5153,'name':'son'},{'id':13027,'name':'wedding'},{'id':13028,'name':'writer'},{'id':14742,'name':'psychic'},{'id':156833,'name':'biological mother'},{'id':156834,'name':'adopted'},{'id':182711,'name':'dna testing'},{'id':251386,'name':'girlfriends'}]" +53157,"[{'id':236,'name':'suicide'},{'id':422,'name':'vietnam veteran'},{'id':818,'name':'based on novel or book'},{'id':1919,'name':'mayor'},{'id':6149,'name':'police'},{'id':8629,'name':'tv movie'},{'id':9826,'name':'murder'},{'id':9897,'name':'rifle'},{'id':12193,'name':'reporter'},{'id':14512,'name':'new york city'},{'id':14601,'name':'explosion'},{'id':14798,'name':'park'},{'id':161287,'name':'central park'},{'id':167477,'name':'land mine'},{'id':206850,'name':'canuxploitation'}]" +459970,[] +558912,"[{'id':739,'name':'sexual abuse'},{'id':11871,'name':'testimony'},{'id':190327,'name':'sexual assault'},{'id':238530,'name':'hollywood stars'},{'id':242392,'name':'harvey weinstein'}]" +543583,"[{'id':2161,'name':'mouse'},{'id':2710,'name':'fairy'},{'id':3071,'name':'prince'},{'id':7376,'name':'princess'},{'id':177901,'name':'evil witch'},{'id':209714,'name':'3d'},{'id':241980,'name':'turned into animal'},{'id':247417,'name':'talking animal'}]" +50962,[] +516630,"[{'id':1550,'name':'militia'},{'id':7281,'name':'shooting'},{'id':8440,'name':'ex-cop'},{'id':154782,'name':'police funeral'},{'id':242138,'name':'investigate'}]" +56672,"[{'id':2035,'name':'mythology'},{'id':2343,'name':'magic'},{'id':18165,'name':'animal'},{'id':161155,'name':'kids'},{'id':207560,'name':'thunderbirds'},{'id':249077,'name':'american indian'},{'id':250622,'name':'mountains'}]" +1406,"[{'id':5458,'name':'men'},{'id':5543,'name':'cow'},{'id':5692,'name':'stetson'},{'id':6876,'name':'vacation'},{'id':9656,'name':'cattle drive'},{'id':9930,'name':'prairie'},{'id':11860,'name':'fish out of water'},{'id':215743,'name':'the west'},{'id':241368,'name':'mid-life crisis'}]" +472715,"[{'id':447,'name':'post traumatic stress disorder'},{'id':6158,'name':'cult'},{'id':10150,'name':'end of the world'},{'id':10726,'name':'gang'},{'id':12332,'name':'apocalypse'},{'id':12544,'name':'crying'},{'id':14527,'name':'storm'},{'id':188944,'name':'revolver'},{'id':194063,'name':'messiah'},{'id':245910,'name':'contemplating suicide'}]" +31511,"[{'id':4344,'name':'musical'},{'id':5571,'name':'great depression'},{'id':10325,'name':'mistaken identity'},{'id':33475,'name':'songwriter'},{'id':156764,'name':'pre-code'},{'id':158950,'name':'hard times'},{'id':164623,'name':'chorus girl'},{'id':165241,'name':'broadway musical'},{'id':186189,'name':'hidden identity'},{'id':233445,'name':'show girls'}]" +327370,[] +460321,"[{'id':1623,'name':'casablanca'},{'id':1629,'name':'morocco'},{'id':1930,'name':'kidnapping'},{'id':3088,'name':'bodyguard'},{'id':41185,'name':'heiress'},{'id':41668,'name':'safe house'},{'id':208630,'name':'counter terrorism'}]" +553882,"[{'id':802,'name':'regret'},{'id':6083,'name':'politician'},{'id':10085,'name':'betrayal'},{'id':156661,'name':'threat'},{'id':164148,'name':'dark past'},{'id':250998,'name':'chief of staff'},{'id':250999,'name':'u.s. security adviser'}]" +413308,[] +433249,"[{'id':2226,'name':'exodus'},{'id':4458,'name':'post-apocalyptic'},{'id':10349,'name':'survival'},{'id':10685,'name':'escape'},{'id':14760,'name':'scientist'},{'id':206866,'name':'polluted air'},{'id':250927,'name':'post-cataclysmic'}]" +30060,"[{'id':818,'name':'based on novel or book'},{'id':10943,'name':'tragic'},{'id':15162,'name':'dog'},{'id':34117,'name':'cult film'},{'id':161919,'name':'adult animation'},{'id':238332,'name':'animal research'}]" +9395,"[{'id':417,'name':'corruption'},{'id':520,'name':'chicago'},{'id':591,'name':'cia'},{'id':779,'name':'martial arts'},{'id':2944,'name':'senator'},{'id':2956,'name':'vietnam'},{'id':8015,'name':'cop'},{'id':13006,'name':'torture'},{'id':18026,'name':'drug lord'}]" +9411,"[{'id':290,'name':'angel'},{'id':483,'name':'riddle'},{'id':703,'name':'detective'},{'id':3036,'name':'bible'},{'id':6149,'name':'police'},{'id':6152,'name':'supernatural'},{'id':6259,'name':'psychopath'},{'id':9826,'name':'murder'},{'id':10541,'name':'curse'},{'id':11001,'name':'religion'},{'id':13129,'name':'execution'},{'id':14676,'name':'series of murders'},{'id':14999,'name':'devil'},{'id':18035,'name':'family'},{'id':156075,'name':'evil'},{'id':207268,'name':'neo-noir'}]" +35992,"[{'id':10988,'name':'based on tv series'}]" +493106,"[{'id':5565,'name':'biography'},{'id':240511,'name':'popstar'}]" +466565,"[{'id':616,'name':'witch'},{'id':1295,'name':'europe'},{'id':2340,'name':'paranoia'},{'id':6156,'name':'superstition'},{'id':9720,'name':'woods'},{'id':10541,'name':'curse'},{'id':11004,'name':'rural setting'},{'id':209568,'name':'folk horror'},{'id':213097,'name':'15th century'}]" +126376,"[{'id':428,'name':'nurse'},{'id':206283,'name':'cape verde'},{'id':213891,'name':'abstract'}]" +487672,"[{'id':849,'name':'dc comics'},{'id':6506,'name':'resurrection'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':11628,'name':'cloning'},{'id':210772,'name':'legacy'},{'id':250810,'name':'супермен'}]" +45048,"[{'id':572,'name':'sex'},{'id':5490,'name':'girlfriend'},{'id':5923,'name':'sister'},{'id':10873,'name':'school'},{'id':12354,'name':'hong kong'},{'id':178649,'name':'voyeurism'},{'id':189001,'name':'invitation'}]" +70098,[] +69007,"[{'id':526,'name':'rebel'},{'id':596,'name':'adultery'},{'id':818,'name':'based on novel or book'},{'id':1930,'name':'kidnapping'},{'id':2020,'name':'revolution'},{'id':2483,'name':'nudity'},{'id':4529,'name':'diplomat'},{'id':9673,'name':'love'},{'id':13005,'name':'doctor'},{'id':33457,'name':'alcoholic'}]" +31967,"[{'id':2868,'name':'crusade'},{'id':161919,'name':'adult animation'}]" +47259,"[{'id':1562,'name':'hostage'},{'id':9748,'name':'revenge'},{'id':14903,'name':'home invasion'}]" +513574,"[{'id':246,'name':'dancing'},{'id':1691,'name':'dance'},{'id':2298,'name':'bankrupt'},{'id':11870,'name':'teen movie'},{'id':165279,'name':'street'}]" +35669,"[{'id':770,'name':'scotland yard'},{'id':3133,'name':'vampire'},{'id':3633,'name':'dracula'},{'id':5545,'name':'satanist'},{'id':15032,'name':'gothic horror'},{'id':155730,'name':'hammer horror'},{'id':162729,'name':'van helsing'}]" +520360,"[{'id':212,'name':'london'},{'id':9672,'name':'based on a true story'},{'id':11728,'name':'burglary'},{'id':40903,'name':'diamond heist'},{'id':159434,'name':'one last job'},{'id':159753,'name':'ensemble cast'},{'id':218099,'name':'elderly man'},{'id':239275,'name':'based on magazine, newspaper or article'}]" +13398,"[{'id':65,'name':'holiday'},{'id':824,'name':'drag queen'},{'id':1009,'name':'baby'},{'id':12369,'name':'tokyo japan'},{'id':33457,'name':'alcoholic'},{'id':207317,'name':'christmas'},{'id':210024,'name':'anime'}]" +222,"[{'id':220,'name':'berlin germany'},{'id':558,'name':'city portrait'},{'id':13008,'name':'train'}]" +33668,"[{'id':7024,'name':'fashion designer'},{'id':197988,'name':'sportswriter'}]" +21489,"[{'id':236,'name':'suicide'},{'id':782,'name':'assassin'},{'id':818,'name':'based on novel or book'},{'id':1327,'name':'war crimes'},{'id':1583,'name':'mass murder'},{'id':1631,'name':'concentration camp'},{'id':2652,'name':'nazi'},{'id':5340,'name':'investigation'},{'id':9748,'name':'revenge'},{'id':11134,'name':'espionage'},{'id':13129,'name':'execution'},{'id':208540,'name':'war criminal'}]" +514407,"[{'id':5950,'name':'christian'},{'id':6092,'name':'army'},{'id':6150,'name':'faith'},{'id':9649,'name':'god'},{'id':15087,'name':'iraq war'},{'id':195327,'name':'chaplain'}]" +316410,"[{'id':572,'name':'sex'},{'id':910,'name':'bondage'},{'id':3182,'name':'seduction'},{'id':158713,'name':'bdsm'},{'id':190370,'name':'erotic movie'}]" +29060,"[{'id':9677,'name':'psychokinesis'},{'id':173245,'name':'sculptor'}]" +101176,[] +172767,"[{'id':1706,'name':'experiment'},{'id':2213,'name':'tornado'},{'id':2215,'name':'hurricane'},{'id':14760,'name':'scientist'},{'id':210393,'name':'nuclear reactor'}]" +472640,"[{'id':3352,'name':'tree'},{'id':12394,'name':'chainsaw'},{'id':250896,'name':'ikea'}]" +452000,[] +49853,[] +12233,"[{'id':14512,'name':'new york city'},{'id':156143,'name':'kitten'},{'id':158222,'name':'great dane'}]" +575410,"[{'id':1357,'name':'fish'},{'id':1701,'name':'hero'},{'id':9663,'name':'sequel'}]" +558589,"[{'id':212,'name':'london'},{'id':237,'name':'gay'},{'id':3183,'name':'bisexuality'},{'id':9730,'name':'crime boss'},{'id':11615,'name':'internet'},{'id':158718,'name':'lgbt'},{'id':196137,'name':'british crime'},{'id':209853,'name':'cybercrime'},{'id':247627,'name':'crime'}]" +575389,"[{'id':9853,'name':'paranormal'},{'id':181976,'name':'imprisoned'},{'id':242314,'name':'entities'},{'id':245712,'name':'tormented'}]" +575314,[] +489928,"[{'id':727,'name':'country music'},{'id':4048,'name':'musician'},{'id':5565,'name':'biography'},{'id':9672,'name':'based on a true story'},{'id':14641,'name':'based on memoir or autobiography'},{'id':33475,'name':'songwriter'},{'id':244962,'name':'outlaw country music'}]" +12278,"[{'id':634,'name':'soul'},{'id':1308,'name':'secret identity'},{'id':2463,'name':'harvard university'},{'id':3616,'name':'college'},{'id':6278,'name':'scholarship'},{'id':12670,'name':'los angeles'}]" +472451,"[{'id':237,'name':'gay'},{'id':1013,'name':'homophobia'},{'id':9672,'name':'based on a true story'},{'id':10683,'name':'coming of age'},{'id':11001,'name':'religion'},{'id':14641,'name':'based on memoir or autobiography'},{'id':158718,'name':'lgbt'},{'id':163037,'name':'lgbt teen'},{'id':207844,'name':'college student'},{'id':212634,'name':'dread'},{'id':238832,'name':'conversion therapy'}]" +461928,"[{'id':246,'name':'dancing'},{'id':4344,'name':'musical'},{'id':9714,'name':'remake'},{'id':12377,'name':'zombie'},{'id':12990,'name':'singing'},{'id':186466,'name':'christmas horror'},{'id':186565,'name':'zombie apocalypse'},{'id':206298,'name':'young adult'},{'id':207317,'name':'christmas'}]" +399402,"[{'id':339,'name':'submarine'},{'id':521,'name':'washington d.c.'},{'id':1589,'name':'sniper'},{'id':2314,'name':'pentagon'},{'id':4410,'name':'u.s. navy'},{'id':11930,'name':'drone'},{'id':15218,'name':'special forces'},{'id':166454,'name':'russian army'},{'id':213970,'name':'naval base'},{'id':217125,'name':'russian president'},{'id':217133,'name':'post cold war'},{'id':234722,'name':'scottish highlands'},{'id':249852,'name':'training exercise'},{'id':249853,'name':'u.s. president'},{'id':249856,'name':'2010s'}]" +332562,"[{'id':727,'name':'country music'},{'id':828,'name':'waitress'},{'id':1824,'name':'self-destruction'},{'id':2276,'name':'talent'},{'id':3490,'name':'pop star'},{'id':6029,'name':'concert'},{'id':6782,'name':'addiction'},{'id':7464,'name':'alcoholism'},{'id':9714,'name':'remake'},{'id':10201,'name':'death of father'},{'id':10228,'name':'aspiring singer'},{'id':10229,'name':'singer'},{'id':10232,'name':'fame'},{'id':10283,'name':'tinnitus'},{'id':13072,'name':'falling in love'},{'id':15320,'name':'insecurity'},{'id':33457,'name':'alcoholic'},{'id':157213,'name':'death of mother'},{'id':160190,'name':'aspiration'},{'id':163599,'name':'death of parent'},{'id':164282,'name':'showbiz'},{'id':169333,'name':'emotional vulnerability'},{'id':227510,'name':'hearing impaired'},{'id':243959,'name':'brother brother relationship'}]" +45793,"[{'id':4344,'name':'musical'},{'id':5933,'name':'poet'},{'id':10181,'name':'based on play or musical'},{'id':10965,'name':'playwright'},{'id':208244,'name':'16th century'},{'id':211254,'name':'sancho panza'},{'id':215590,'name':'spanish inquisition'}]" +31337,"[{'id':830,'name':'car race'},{'id':4523,'name':'joint'},{'id':6410,'name':'hallucinogen'},{'id':10037,'name':'le mans'},{'id':10776,'name':'marijuana'},{'id':14964,'name':'drugs'}]" +30977,"[{'id':210727,'name':'tom sawyer'}]" +481954,"[{'id':9663,'name':'sequel'},{'id':9707,'name':'evil doll'},{'id':33630,'name':'doll'},{'id':207883,'name':'1940s'}]" +17710,[] +63151,"[{'id':33841,'name':'incest'}]" +49745,"[{'id':9937,'name':'suspense'}]" +4375,"[{'id':3637,'name':'double agent'},{'id':4289,'name':'secret agent'}]" +43148,"[{'id':3133,'name':'vampire'},{'id':5155,'name':'bat'},{'id':11221,'name':'blood'},{'id':34079,'name':'death'},{'id':156764,'name':'pre-code'},{'id':174539,'name':'police inspector'}]" +18974,"[{'id':6380,'name':'shrinking'}]" +30289,"[{'id':3521,'name':'earthquake'},{'id':10150,'name':'end of the world'},{'id':10987,'name':'cgi'},{'id':14796,'name':'destruction'}]" +30155,"[{'id':10958,'name':'man hunt'}]" +17101,"[{'id':210024,'name':'anime'},{'id':233714,'name':'bleach'}]" +361292,"[{'id':220,'name':'berlin germany'},{'id':1228,'name':'1970s'},{'id':1346,'name':'dance performance'},{'id':5086,'name':'telekinesis'},{'id':9714,'name':'remake'},{'id':10551,'name':'ballet'},{'id':15001,'name':'demon'},{'id':33934,'name':'choreographer'},{'id':40931,'name':'witchcraft'},{'id':156174,'name':'occult'},{'id':157351,'name':'living dead'},{'id':163210,'name':'choreography'},{'id':165244,'name':'ballet school'},{'id':186747,'name':'dance company'},{'id':203360,'name':'psychotherapist'}]" +297725,"[{'id':818,'name':'based on novel or book'}]" +25628,"[{'id':604,'name':'dwarf'},{'id':1938,'name':'sword'},{'id':2343,'name':'magic'},{'id':2831,'name':'slavery'},{'id':5147,'name':'sorcery'},{'id':166735,'name':'crossbow'},{'id':199814,'name':'sorceress'},{'id':234213,'name':'sword and sorcery'}]" +391629,"[{'id':526,'name':'rebel'},{'id':779,'name':'martial arts'},{'id':1930,'name':'kidnapping'},{'id':230619,'name':'kalaripayattu'}]" +431491,[] +48650,"[{'id':572,'name':'sex'},{'id':588,'name':'rome italy'},{'id':612,'name':'hotel'},{'id':922,'name':'hotel room'},{'id':2864,'name':'one-night stand'},{'id':5248,'name':'female friendship'},{'id':10183,'name':'independent film'},{'id':10198,'name':'gay relationship'},{'id':10768,'name':'lesbian'},{'id':33998,'name':'lesbian sex'},{'id':165317,'name':'based on movie'},{'id':170682,'name':'lying'},{'id':190370,'name':'erotic movie'},{'id':208781,'name':'intimacy'}]" +66923,"[{'id':15101,'name':'based on children's book'},{'id':192212,'name':'yo yo'},{'id':206834,'name':'mischievous children'}]" +106337,[] +483006,[] +537104,"[{'id':1419,'name':'gun'},{'id':1568,'name':'undercover'},{'id':10726,'name':'gang'},{'id':10776,'name':'marijuana'},{'id':15090,'name':'police officer'},{'id':156117,'name':'illegal drugs'}]" +572851,[] +530157,"[{'id':3616,'name':'college'},{'id':157632,'name':'fraternity'},{'id':250735,'name':'freshmen'}]" +545963,"[{'id':4152,'name':'kingdom'},{'id':6678,'name':'polar bear'},{'id':10705,'name':'confusion'}]" +542480,[] +28238,"[{'id':497,'name':'shakespeare'},{'id':10181,'name':'based on play or musical'}]" +18569,"[{'id':1009,'name':'baby'},{'id':6038,'name':'marriage'},{'id':10909,'name':'lawyer'}]" +390874,[] +40161,"[{'id':388,'name':'scotland'},{'id':2041,'name':'island'},{'id':2560,'name':'paparazzi'},{'id':4049,'name':'decoy'},{'id':13027,'name':'wedding'},{'id':18028,'name':'hiding'},{'id':160815,'name':'best selling author'},{'id':187056,'name':'woman director'},{'id':207583,'name':'actress'},{'id':208979,'name':'hebrides'},{'id':222177,'name':'fact checking'}]" +31569,[] +14968,"[{'id':3264,'name':'korean war'},{'id':5331,'name':'village'},{'id':6054,'name':'friendship'},{'id':10586,'name':'korea'},{'id':10614,'name':'tragedy'},{'id':13065,'name':'soldier'},{'id':162365,'name':'military'}]" +90646,[] +42703,"[{'id':818,'name':'based on novel or book'},{'id':3591,'name':'settler'},{'id':10322,'name':'native american'},{'id':207928,'name':'19th century'}]" +72483,"[{'id':237,'name':'gay'},{'id':1009,'name':'baby'},{'id':6017,'name':'genetics'},{'id':208591,'name':'abortion'},{'id':208873,'name':'acceptance'}]" +102222,"[{'id':1721,'name':'fight'},{'id':6075,'name':'sport'},{'id':9917,'name':'mixed martial arts'},{'id':18111,'name':'kickboxing'}]" +122372,"[{'id':1909,'name':'coffin'},{'id':3616,'name':'college'},{'id':162846,'name':'ghost'}]" +75004,"[{'id':158538,'name':'north korea'}]" +45035,"[{'id':395,'name':'gambling'},{'id':5318,'name':'seoul'},{'id':10586,'name':'korea'},{'id':13084,'name':'king'},{'id':193262,'name':'jester'}]" +140212,"[{'id':10586,'name':'korea'}]" +533991,"[{'id':616,'name':'witch'}]" +20770,"[{'id':237,'name':'gay'},{'id':1862,'name':'coming out'},{'id':2920,'name':'cheerleader'},{'id':10180,'name':'homosexuality'},{'id':10183,'name':'independent film'},{'id':10768,'name':'lesbian'},{'id':34215,'name':'lesbian interest'},{'id':187056,'name':'woman director'},{'id':238832,'name':'conversion therapy'}]" +408508,[] +297017,"[{'id':5565,'name':'biography'}]" +76,"[{'id':813,'name':'sunrise'},{'id':814,'name':'talking'},{'id':815,'name':'soulmates'},{'id':816,'name':'walking'},{'id':1201,'name':'austria'},{'id':197528,'name':'traveller'},{'id':215205,'name':'danube'},{'id':224279,'name':'bittersweet'},{'id':233027,'name':'romantic'},{'id':233055,'name':'vienna'}]" +12914,"[{'id':1612,'name':'spacecraft'},{'id':3801,'name':'space travel'},{'id':4379,'name':'time travel'},{'id':9951,'name':'alien'},{'id':14909,'name':'alien invasion'},{'id':208756,'name':'changing history'}]" +475094,"[{'id':1563,'name':'prisoner'},{'id':1806,'name':'deserter'},{'id':11062,'name':'impersonator'},{'id':11489,'name':'nazi officer'},{'id':12999,'name':'black and white'},{'id':158787,'name':'army captain'},{'id':161256,'name':'third reich'},{'id':207883,'name':'1940s'}]" +74924,"[{'id':818,'name':'based on novel or book'},{'id':1992,'name':'professor'},{'id':2343,'name':'magic'},{'id':5265,'name':'spying'},{'id':10294,'name':'coin'}]" +536115,"[{'id':224673,'name':'king ghidorah'}]" +118408,[] +4910,"[{'id':9844,'name':'car crash'},{'id':34117,'name':'cult film'},{'id':41410,'name':'madness'},{'id':162846,'name':'ghost'},{'id':191815,'name':'breakdown'}]" +536176,"[{'id':225615,'name':'brexit'}]" +499273,"[{'id':18543,'name':'combat'},{'id':250714,'name':'device'}]" +12530,"[{'id':131,'name':'italy'},{'id':697,'name':'loss of loved one'},{'id':2041,'name':'island'},{'id':10181,'name':'based on play or musical'}]" +63100,"[{'id':11660,'name':'hippie lifestyle'}]" +28295,"[{'id':818,'name':'based on novel or book'},{'id':9826,'name':'murder'},{'id':10226,'name':'neighbor'},{'id':11798,'name':'slumber party'},{'id':13130,'name':'teenager'},{'id':175514,'name':'prank telephone call'}]" +489991,[] +552180,[] +128841,"[{'id':392,'name':'england'},{'id':3133,'name':'vampire'}]" +34838,"[{'id':733,'name':'dancer'},{'id':1691,'name':'dance'},{'id':2683,'name':'tango'},{'id':187056,'name':'woman director'}]" +30998,"[{'id':596,'name':'adultery'},{'id':1749,'name':'taxi driver'},{'id':1946,'name':'restaurant'},{'id':5918,'name':'painting'},{'id':6150,'name':'faith'},{'id':6157,'name':'prayer'},{'id':6437,'name':'toilet'},{'id':11508,'name':'jewish'},{'id':11704,'name':'judaism'},{'id':14778,'name':'urination'}]" +510469,[] +88264,[] +573632,[] +519729,"[{'id':1328,'name':'secret'},{'id':4932,'name':'farm'},{'id':33494,'name':'couple'},{'id':210536,'name':'appalachian trail'},{'id':250621,'name':'hiker'},{'id':250622,'name':'mountains'}]" +506902,"[{'id':5950,'name':'christian'}]" +527952,"[{'id':9738,'name':'ufo'},{'id':9951,'name':'alien'},{'id':10410,'name':'conspiracy'},{'id':204134,'name':'human interest'}]" +451919,"[{'id':5903,'name':'alzheimer's disease'},{'id':10794,'name':'snow'},{'id':156783,'name':'blizzard'},{'id':187056,'name':'woman director'},{'id':240315,'name':'mother daughter relationship'}]" +501630,"[{'id':6625,'name':'family secret'},{'id':10235,'name':'family relationships'},{'id':10809,'name':'teenage girl'}]" +1807,"[{'id':282,'name':'video game'},{'id':1419,'name':'gun'},{'id':1517,'name':'classroom'},{'id':1583,'name':'mass murder'},{'id':1896,'name':'portland'},{'id':5490,'name':'girlfriend'},{'id':7281,'name':'shooting'},{'id':7548,'name':'columbine'},{'id':10873,'name':'school'},{'id':12105,'name':'student'},{'id':171676,'name':'school shooting'}]" +479040,"[{'id':447,'name':'post traumatic stress disorder'},{'id':1930,'name':'kidnapping'},{'id':2357,'name':'cleveland'},{'id':6019,'name':'human trafficking'},{'id':6149,'name':'police'},{'id':6593,'name':'stripper'},{'id':9826,'name':'murder'},{'id':235261,'name':'abduction'}]" +108049,[] +573443,[] +95767,[] +36573,"[{'id':378,'name':'prison'},{'id':2652,'name':'nazi'},{'id':9663,'name':'sequel'},{'id':10364,'name':'mission'},{'id':13065,'name':'soldier'},{'id':15182,'name':'partisan'},{'id':158778,'name':'behind enemy lines'}]" +132020,"[{'id':603,'name':'elves'},{'id':5570,'name':'christmas tree'},{'id':207317,'name':'christmas'},{'id':250616,'name':'santa clause'},{'id':250617,'name':'santa's elves'}]" +408422,"[{'id':237,'name':'gay'},{'id':10180,'name':'homosexuality'},{'id':14602,'name':'break-up'},{'id':158718,'name':'lgbt'}]" +517324,[] +517317,"[{'id':15101,'name':'based on children's book'},{'id':247084,'name':'antena 3'}]" +429918,"[{'id':2583,'name':'blackout'},{'id':167043,'name':'road movie'}]" +29263,"[{'id':1992,'name':'professor'},{'id':3096,'name':'book'},{'id':10596,'name':'argentina'},{'id':10873,'name':'school'},{'id':10909,'name':'lawyer'},{'id':10941,'name':'disappearance'},{'id':41525,'name':'high school teacher'},{'id':162365,'name':'military'},{'id':167942,'name':'screaming'},{'id':228163,'name':'adopted daughter'},{'id':228164,'name':'torture victim'}]" +42589,"[{'id':445,'name':'pornography'},{'id':4243,'name':'black panthers'},{'id':9663,'name':'sequel'},{'id':10183,'name':'independent film'},{'id':14512,'name':'new york city'},{'id':156391,'name':'peeping tom'}]" +25553,"[{'id':818,'name':'based on novel or book'},{'id':2521,'name':'congo'},{'id':3070,'name':'mercenary'},{'id':10051,'name':'heist'},{'id':12394,'name':'chainsaw'}]" +23939,"[{'id':11931,'name':'spoof'},{'id':194170,'name':'televison'},{'id':226241,'name':'satellite dish'}]" +19947,"[{'id':3622,'name':'stowaway'},{'id':4803,'name':'comet'},{'id':7939,'name':'portal'},{'id':9903,'name':'balloon'},{'id':155585,'name':'halley's comet'},{'id':197065,'name':'claymation'}]" +422742,[] +435690,[] +36572,"[{'id':2652,'name':'nazi'},{'id':9663,'name':'sequel'},{'id':9904,'name':'french resistance'},{'id':13065,'name':'soldier'},{'id':41592,'name':'monastery'}]" +573022,[] +201898,"[{'id':818,'name':'based on novel or book'},{'id':1936,'name':'blackmail'},{'id':2495,'name':'georgia'},{'id':3136,'name':'plantation'},{'id':7947,'name':'war of independence'},{'id':9826,'name':'murder'},{'id':12988,'name':'pirate'},{'id':188959,'name':'plague'},{'id':192474,'name':'post-revolutionary war'},{'id':209714,'name':'3d'}]" +573063,[] +562685,"[{'id':839,'name':'mars'},{'id':12197,'name':'compilation'},{'id':156810,'name':'science'},{'id':250584,'name':'spacex'},{'id':250586,'name':'private space exploration'},{'id':250587,'name':'science fact'}]" +96714,"[{'id':796,'name':'police brutality'},{'id':2811,'name':'g8 summit'},{'id':190547,'name':'g8 2001'}]" +61984,[] +505513,"[{'id':10714,'name':'serial killer'},{'id':11612,'name':'hospital'},{'id':13005,'name':'doctor'},{'id':14512,'name':'new york city'}]" +10786,"[{'id':392,'name':'england'},{'id':2868,'name':'crusade'},{'id':4147,'name':'robin hood'},{'id':220707,'name':'12th century'},{'id':222340,'name':'king richard'}]" +83015,[] +489934,"[{'id':796,'name':'police brutality'},{'id':212562,'name':'cellphone video'},{'id':238505,'name':'police violence'}]" +451915,"[{'id':582,'name':'san francisco'},{'id':818,'name':'based on novel or book'},{'id':1803,'name':'drug addiction'},{'id':5565,'name':'biography'},{'id':9672,'name':'based on a true story'},{'id':10649,'name':'drug rehabilitation'},{'id':11341,'name':'methamphetamine'},{'id':14641,'name':'based on memoir or autobiography'},{'id':240119,'name':'father son relationship'}]" +572478,[] +498109,[] +572467,[] +12120,"[{'id':9951,'name':'alien'},{'id':11931,'name':'spoof'},{'id':177392,'name':'sneeze'},{'id':177398,'name':'levitation'},{'id':177406,'name':'message'}]" +17402,[] +184565,[] +39140,"[{'id':1009,'name':'baby'},{'id':202399,'name':'cartoonist'}]" +420472,[] +279733,[] +138,"[{'id':272,'name':'transylvania'},{'id':818,'name':'based on novel or book'},{'id':1299,'name':'monster'},{'id':3098,'name':'castle'},{'id':3133,'name':'vampire'},{'id':3633,'name':'dracula'},{'id':3986,'name':'spider'},{'id':5155,'name':'bat'},{'id':6932,'name':'count'},{'id':10181,'name':'based on play or musical'},{'id':10327,'name':'undead'},{'id':10482,'name':'sanitarium'},{'id':156764,'name':'pre-code'},{'id':193227,'name':'lunatic'}]" +521500,[] +59210,"[{'id':970,'name':'parent child relationship'},{'id':14720,'name':'love affair'},{'id':157799,'name':'older woman younger man relationship'}]" +34583,"[{'id':1930,'name':'kidnapping'},{'id':2546,'name':'mask'},{'id':6270,'name':'high school'},{'id':8087,'name':'horror'},{'id':9748,'name':'revenge'},{'id':10183,'name':'independent film'},{'id':13006,'name':'torture'}]" +28692,"[{'id':1261,'name':'river'},{'id':2920,'name':'cheerleader'},{'id':3616,'name':'college'},{'id':13160,'name':'university'},{'id':14620,'name':'raft'},{'id':15111,'name':'drinking'},{'id':40870,'name':'race'},{'id':171803,'name':'military school'},{'id':233153,'name':'white water rafting'},{'id':241987,'name':'rapids'}]" +34078,"[{'id':12545,'name':'mansion'},{'id':15084,'name':'skull'},{'id':41329,'name':'mental illness'},{'id':156578,'name':'newlywed'},{'id':156580,'name':'ghost story'},{'id':240315,'name':'mother daughter relationship'}]" +33931,"[{'id':1422,'name':'boat'},{'id':10718,'name':'fugitive'},{'id':193083,'name':'shipwrecked'},{'id':223010,'name':'wolf larsen'}]" +43821,"[{'id':9910,'name':'jesse james'},{'id':248041,'name':'two gun holster'}]" +357834,[] +99494,"[{'id':187056,'name':'woman director'}]" +365997,"[{'id':4627,'name':'earth'},{'id':156039,'name':'space station'},{'id':187056,'name':'woman director'}]" +22731,"[{'id':8087,'name':'horror'}]" +315024,"[{'id':1720,'name':'tyrannosaurus rex'},{'id':12616,'name':'dinosaur'},{'id':197013,'name':'raptor'}]" +428099,"[{'id':818,'name':'based on novel or book'},{'id':4379,'name':'time travel'},{'id':14751,'name':'youth'}]" +68878,"[{'id':4409,'name':'military base'},{'id':12332,'name':'apocalypse'},{'id':12377,'name':'zombie'},{'id':220268,'name':'safe harbor'}]" +77068,"[{'id':1956,'name':'world war ii'},{'id':12377,'name':'zombie'},{'id':174413,'name':'reanimated corpse'},{'id':221257,'name':'nazi bunker'}]" +33357,"[{'id':378,'name':'prison'},{'id':947,'name':'prohibition'}]" +43944,[] +449459,"[{'id':388,'name':'scotland'},{'id':2340,'name':'paranoia'},{'id':2580,'name':'shipwreck'},{'id':4079,'name':'lighthouse'},{'id':6255,'name':'insanity'},{'id':8729,'name':'lighthouse keeper '},{'id':9672,'name':'based on a true story'},{'id':9826,'name':'murder'},{'id':14819,'name':'violence'},{'id':156630,'name':'remote island'},{'id':230870,'name':'vanished'},{'id':236170,'name':'early 1900s'}]" +561362,"[{'id':798,'name':'sheriff'},{'id':3291,'name':'kentucky'},{'id':9720,'name':'woods'},{'id':9826,'name':'murder'},{'id':10349,'name':'survival'},{'id':15484,'name':'meth lab'},{'id':187056,'name':'woman director'}]" +567738,"[{'id':176834,'name':'social media'},{'id':192214,'name':'online'},{'id':241692,'name':'kidnapped'},{'id':250568,'name':'unidentified man'},{'id':250569,'name':'live feed'},{'id':250570,'name':'capital trial'}]" +54430,"[{'id':818,'name':'based on novel or book'},{'id':934,'name':'judge'},{'id':15160,'name':'divorce'},{'id':162846,'name':'ghost'},{'id':180097,'name':'henpecked husband'},{'id':207895,'name':'topper'}]" +19759,"[{'id':385,'name':'jules verne'},{'id':1930,'name':'kidnapping'},{'id':2580,'name':'shipwreck'},{'id':3338,'name':'invention'},{'id':3497,'name':'hot air balloon'},{'id':4418,'name':'pirate gang'},{'id':6110,'name':'weapon'},{'id':11695,'name':'automobile'},{'id':12193,'name':'reporter'},{'id':14760,'name':'scientist'},{'id':195323,'name':'evil dictator'},{'id':200222,'name':'steam engine'},{'id':207656,'name':'mini submarine'},{'id':207928,'name':'19th century'},{'id':219972,'name':'giant squid'},{'id':235466,'name':'nuclear explosive'},{'id':239709,'name':'dreamworld'},{'id':239712,'name':'underwater tunnel'},{'id':239713,'name':'volcanic island'},{'id':239714,'name':'weapons of war'},{'id':239715,'name':'airflight'},{'id':239716,'name':'steam power'},{'id':239717,'name':'magic lantern'},{'id':239718,'name':'hidden island base'},{'id':239719,'name':'rescue at sea'},{'id':239720,'name':'note in a bottle'},{'id':239722,'name':'power madness'}]" +545612,"[{'id':745,'name':'nun'},{'id':10541,'name':'curse'}]" +509767,"[{'id':1862,'name':'coming out'},{'id':5625,'name':'relationship problems'},{'id':10683,'name':'coming of age'},{'id':157171,'name':'nonlinear timeline'},{'id':158718,'name':'lgbt'},{'id':171366,'name':'multiple storylines'},{'id':185482,'name':'movie actress'},{'id':241364,'name':'death of a loved one'}]" +539517,[] +517042,[] +418744,[] +16912,[] +21871,"[{'id':549,'name':'prostitute'},{'id':797,'name':'showdown'},{'id':11117,'name':'tank'},{'id':11719,'name':'dirty cop'},{'id':162365,'name':'military'}]" +300640,[] +121598,"[{'id':187056,'name':'woman director'}]" +94671,[] +23174,"[{'id':1009,'name':'baby'},{'id':1299,'name':'monster'},{'id':9714,'name':'remake'},{'id':10042,'name':'homicidal baby'}]" +249238,[] +26334,"[{'id':570,'name':'rape'},{'id':2804,'name':'exploitation'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':15127,'name':'killer'}]" +218670,"[{'id':15106,'name':'psychiatrist'},{'id':173162,'name':'sect'}]" +49347,"[{'id':3392,'name':'voodoo'}]" +19368,"[{'id':5419,'name':'bootlegger'},{'id':15483,'name':'car chase'},{'id':160058,'name':'moonshine'}]" +21246,"[{'id':4316,'name':'safe sex'},{'id':8039,'name':'campus'},{'id':11196,'name':'rebellion'},{'id':12105,'name':'student'},{'id':230089,'name':'free speech'}]" +542787,"[{'id':2988,'name':'shark attack'},{'id':15097,'name':'shark'},{'id':249530,'name':'plane crash'},{'id':250369,'name':'sea plane'}]" +39868,"[{'id':1617,'name':'cadet'},{'id':4931,'name':'pig'},{'id':5801,'name':'nerd'},{'id':6104,'name':'computer'},{'id':9748,'name':'revenge'},{'id':10138,'name':'satan'},{'id':10216,'name':'outcast'},{'id':13014,'name':'orphan'},{'id':189921,'name':'video nasty'}]" +15476,"[{'id':10275,'name':'house party'},{'id':10714,'name':'serial killer'},{'id':175514,'name':'prank telephone call'},{'id':225594,'name':'time limit'},{'id':244663,'name':'time skip'}]" +40368,"[{'id':3030,'name':'nightmare'},{'id':9826,'name':'murder'},{'id':10292,'name':'gore'},{'id':12339,'name':'slasher'},{'id':14819,'name':'violence'},{'id':189921,'name':'video nasty'}]" +24053,"[{'id':703,'name':'detective'},{'id':782,'name':'assassin'},{'id':14795,'name':'jacket'},{'id':168948,'name':'coat'}]" +424600,"[{'id':158025,'name':'medical research'},{'id':208788,'name':'medical drama'}]" +36224,"[{'id':572,'name':'sex'},{'id':1849,'name':'homicide'},{'id':3307,'name':'surreal'},{'id':9754,'name':'profanity'},{'id':11001,'name':'religion'},{'id':11221,'name':'blood'},{'id':13006,'name':'torture'},{'id':33841,'name':'incest'},{'id':161203,'name':'atheism'}]" +654,"[{'id':9826,'name':'murder'},{'id':9937,'name':'suspense'},{'id':15137,'name':'union'},{'id':47079,'name':'dock'},{'id':69467,'name':'longshoreman'},{'id':156151,'name':'pigeon'}]" +13435,"[{'id':4410,'name':'u.s. navy'},{'id':5565,'name':'biography'}]" +401513,"[{'id':2139,'name':'russia'},{'id':9738,'name':'ufo'},{'id':9739,'name':'extraterrestrial'},{'id':9951,'name':'alien'},{'id':234845,'name':'ufo crash site'},{'id':234846,'name':'alien ship'}]" +12702,"[{'id':657,'name':'fire'},{'id':3249,'name':'hologram'},{'id':9951,'name':'alien'},{'id':12670,'name':'los angeles'},{'id':33632,'name':'apartment'},{'id':162304,'name':'elevator shaft'},{'id':179430,'name':'aftercreditsstinger'},{'id':187056,'name':'woman director'},{'id':230857,'name':'alien creature'}]" +532645,"[{'id':1299,'name':'monster'},{'id':1370,'name':'shapeshifting'},{'id':4375,'name':'transformation'},{'id':6223,'name':'change'},{'id':169925,'name':'hidden'}]" +340268,"[{'id':6740,'name':'brussels'},{'id':175421,'name':'death of husband'},{'id':197582,'name':'mysterious'}]" +426618,"[{'id':2433,'name':'jew persecution'},{'id':4446,'name':'hitler youth'},{'id':10194,'name':'interracial romance'},{'id':10683,'name':'coming of age'},{'id':11064,'name':'nazi germany'},{'id':12425,'name':'racism'},{'id':207883,'name':'1940s'},{'id':239914,'name':'overcoming'},{'id':250408,'name':'romeo and juliet adaption'}]" +572000,[] +417812,"[{'id':657,'name':'fire'},{'id':680,'name':'montana'},{'id':818,'name':'based on novel or book'},{'id':992,'name':'bus'},{'id':1326,'name':'infidelity'},{'id':2702,'name':'golf'},{'id':18068,'name':'teenage boy'},{'id':208992,'name':'1960s'},{'id':249752,'name':'football'}]" +15624,"[{'id':814,'name':'talking'},{'id':3584,'name':'bridesmaid'},{'id':11327,'name':'wedding reception'},{'id':13027,'name':'wedding'}]" +429203,"[{'id':974,'name':'bank'},{'id':1556,'name':'texas'},{'id':1812,'name':'fbi'},{'id':9672,'name':'based on a true story'},{'id':10051,'name':'heist'},{'id':15363,'name':'bank robbery'},{'id':159422,'name':'assumed identity'},{'id':177071,'name':'horse ranch'},{'id':191047,'name':'prison break'},{'id':207268,'name':'neo-noir'},{'id':208289,'name':'1980s'},{'id':208747,'name':'septuagenarian'},{'id':214388,'name':'american midwest'},{'id':239275,'name':'based on magazine, newspaper or article'},{'id':250366,'name':'nonviolent offender'},{'id':250367,'name':'finger gun'},{'id':250368,'name':'smile'}]" +45017,[] +165567,"[{'id':14903,'name':'home invasion'}]" +123174,[] +24833,"[{'id':65,'name':'holiday'},{'id':207317,'name':'christmas'}]" +283686,"[{'id':2148,'name':'colombia'},{'id':3358,'name':'haunted house'},{'id':10103,'name':'children'},{'id':18266,'name':'south america'},{'id':162846,'name':'ghost'},{'id':210410,'name':'sinister'},{'id':250413,'name':'manufacturing plant'},{'id':250415,'name':'dark history'}]" +14862,"[{'id':1415,'name':'small town'},{'id':12339,'name':'slasher'},{'id':179431,'name':'duringcreditsstinger'},{'id':180519,'name':'reality tv'}]" +15483,"[{'id':924,'name':'italian'},{'id':6149,'name':'police'},{'id':10714,'name':'serial killer'},{'id':12339,'name':'slasher'},{'id':12570,'name':'whodunit'},{'id':166531,'name':'card playing'},{'id':233243,'name':'video poker'}]" +359246,"[{'id':2602,'name':'cellar'},{'id':2863,'name':'mannequin'},{'id':3036,'name':'bible'},{'id':3199,'name':'clown'},{'id':3335,'name':'halloween'},{'id':3358,'name':'haunted house'},{'id':3752,'name':'night'},{'id':3762,'name':'darkness'},{'id':4630,'name':'chaos'},{'id':5340,'name':'investigation'},{'id':6025,'name':'photography'},{'id':6095,'name':'house'},{'id':6103,'name':'telephone'},{'id':8303,'name':'abandoned house'},{'id':9856,'name':'flashback'},{'id':9866,'name':'basement'},{'id':11665,'name':'handheld camera'},{'id':14707,'name':'brutality'},{'id':14819,'name':'violence'},{'id':15067,'name':'talking to the camera'},{'id':15156,'name':'cell phone'},{'id':33407,'name':'hanging'},{'id':157146,'name':'hooded figure'},{'id':158584,'name':'tv news'},{'id':163053,'name':'found footage'},{'id':214479,'name':'internet video'},{'id':235669,'name':'dark secret'}]" +26201,"[{'id':7153,'name':'queen elizabeth i'},{'id':9725,'name':'sword fight'},{'id':12988,'name':'pirate'},{'id':157186,'name':'swashbuckler'},{'id':160856,'name':'armada'},{'id':208244,'name':'16th century'}]" +13187,"[{'id':65,'name':'holiday'},{'id':190003,'name':'peanuts'},{'id':207317,'name':'christmas'},{'id':210469,'name':'charlie brown'}]" +1825,"[{'id':6075,'name':'sport'},{'id':6188,'name':'bad father-in-law'}]" +10044,"[{'id':779,'name':'martial arts'},{'id':1384,'name':'diamond'},{'id':1930,'name':'kidnapping'},{'id':6149,'name':'police'},{'id':10391,'name':'mafia'}]" +429450,"[{'id':4368,'name':'nuclear power plant'},{'id':10586,'name':'korea'},{'id':10614,'name':'tragedy'},{'id':10617,'name':'disaster'},{'id':158419,'name':'nuclear fallout'},{'id':239229,'name':'nuclear disaster'}]" +569547,"[{'id':1576,'name':'technology'},{'id':6731,'name':'british'},{'id':10988,'name':'based on tv series'},{'id':155451,'name':'brit noir'},{'id':178657,'name':'tech noir'},{'id':222385,'name':'interactive'},{'id':244267,'name':'interactive game'}]" +33345,"[{'id':970,'name':'parent child relationship'},{'id':2853,'name':'mediterranean'},{'id':9673,'name':'love'},{'id':155493,'name':'campy'}]" +21373,"[{'id':9627,'name':'rape of a male'},{'id':9835,'name':'sexual fantasy'},{'id':187056,'name':'woman director'}]" +30162,"[{'id':8303,'name':'abandoned house'},{'id':9720,'name':'woods'},{'id':33720,'name':'guilt'},{'id':157898,'name':'wooden leg'},{'id':161196,'name':'farm house'},{'id':195402,'name':'film noir'}]" +35830,"[{'id':65,'name':'holiday'},{'id':207317,'name':'christmas'}]" +16455,[] +32068,"[{'id':2831,'name':'slavery'},{'id':5470,'name':'scalp'},{'id':6536,'name':'trapper'},{'id':10322,'name':'native american'},{'id':34117,'name':'cult film'},{'id':187340,'name':'escaped slave'}]" +520596,"[{'id':65,'name':'holiday'},{'id':1797,'name':'loyalty'},{'id':4543,'name':'thanksgiving'},{'id':6078,'name':'politics'},{'id':10188,'name':'interracial marriage'},{'id':18035,'name':'family'},{'id':40870,'name':'race'},{'id':232519,'name':'america'},{'id':245208,'name':'government agents'},{'id':250279,'name':'black friday'}]" +43153,[] +31996,"[{'id':33626,'name':'millionaire'}]" +43145,"[{'id':596,'name':'adultery'},{'id':4344,'name':'musical'},{'id':10181,'name':'based on play or musical'},{'id':11510,'name':'unfaithfulness'},{'id':12999,'name':'black and white'},{'id':15067,'name':'talking to the camera'},{'id':15160,'name':'divorce'},{'id':156764,'name':'pre-code'}]" +121238,"[{'id':5728,'name':'tycoon'},{'id':156764,'name':'pre-code'},{'id':224328,'name':'road hog'},{'id':224329,'name':'condemned man'}]" +65014,"[{'id':34145,'name':'beach house'}]" +568021,[] +369299,"[{'id':2864,'name':'one-night stand'},{'id':17985,'name':'birth'},{'id':167576,'name':'unlikely lovers'},{'id':179431,'name':'duringcreditsstinger'},{'id':221196,'name':'unplanned pregnancy'}]" +18707,"[{'id':108,'name':'transvestism'},{'id':779,'name':'martial arts'},{'id':9663,'name':'sequel'},{'id':10726,'name':'gang'},{'id':166129,'name':'interrupted vacation'}]" +145312,"[{'id':65,'name':'holiday'},{'id':12663,'name':'little girl'},{'id':167656,'name':'rich parents'},{'id':186914,'name':'letter to santa claus'},{'id':187084,'name':'wishes come true'},{'id':190190,'name':'rich girl'},{'id':196450,'name':'christmas story'}]" +30374,"[{'id':128,'name':'love triangle'},{'id':3521,'name':'earthquake'},{'id':9830,'name':'nuclear explosion'},{'id':10150,'name':'end of the world'},{'id':10617,'name':'disaster'},{'id':191442,'name':'magma'},{'id':234039,'name':'underwater volcano eruption'},{'id':238067,'name':'fissure'}]" +550385,"[{'id':6562,'name':'celebrity'},{'id':162328,'name':'ski resort'},{'id':207317,'name':'christmas'}]" +18804,[] +555850,"[{'id':207317,'name':'christmas'}]" +10805,"[{'id':1342,'name':'dancing master'},{'id':2334,'name':'nightclub'},{'id':3658,'name':'career'},{'id':155490,'name':'disco'},{'id':156028,'name':'broadway'}]" +535214,"[{'id':4048,'name':'musician'},{'id':5565,'name':'biography'}]" +488397,"[{'id':4522,'name':'supermodel'},{'id':11477,'name':'anthropomorphism'},{'id':156546,'name':'talking car'},{'id':167986,'name':'racer'},{'id':207413,'name':'cabbie'},{'id':241692,'name':'kidnapped'}]" +550655,"[{'id':65,'name':'holiday'},{'id':207317,'name':'christmas'}]" +397717,"[{'id':14512,'name':'new york city'},{'id':207844,'name':'college student'}]" +482375,"[{'id':549,'name':'prostitute'},{'id':703,'name':'detective'},{'id':1568,'name':'undercover'},{'id':6255,'name':'insanity'},{'id':14546,'name':'massacre'},{'id':15001,'name':'demon'},{'id':160313,'name':'forensic'},{'id':195374,'name':'ritual killing'}]" +570620,"[{'id':2597,'name':'bigfoot'},{'id':8508,'name':'party'},{'id':9720,'name':'woods'},{'id':225984,'name':'bachelor party'}]" +517320,[] +51543,"[{'id':1450,'name':'shepherd'},{'id':1956,'name':'world war ii'},{'id':2652,'name':'nazi'},{'id':2804,'name':'exploitation'},{'id':6559,'name':'basque country '},{'id':14760,'name':'scientist'},{'id':207883,'name':'1940s'}]" +219054,"[{'id':6054,'name':'friendship'},{'id':41388,'name':'portrait'}]" +86252,[] +42493,"[{'id':6782,'name':'addiction'},{'id':11732,'name':'cigarette smoking'}]" +38751,"[{'id':582,'name':'san francisco'},{'id':180668,'name':'homicide detective'},{'id':195402,'name':'film noir'}]" +4938,"[{'id':6536,'name':'trapper'},{'id':7314,'name':'scouts'}]" +28426,"[{'id':74,'name':'germany'},{'id':470,'name':'spy'},{'id':818,'name':'based on novel or book'},{'id':1299,'name':'monster'},{'id':2652,'name':'nazi'},{'id':9663,'name':'sequel'},{'id':11134,'name':'espionage'},{'id':14915,'name':'invisible'},{'id':160130,'name':'invisible man'},{'id':189115,'name':'invisibility'}]" +551190,"[{'id':4563,'name':'virtual reality'},{'id':8689,'name':'albert einstein'},{'id':15325,'name':'universe'},{'id':180466,'name':'gravity'},{'id':209714,'name':'3d'},{'id':242655,'name':'vr'},{'id':250196,'name':'space time'},{'id':250197,'name':'general relativity'}]" +378310,"[{'id':9706,'name':'anthology'},{'id':155317,'name':'edgar allan poe'}]" +47045,"[{'id':5490,'name':'girlfriend'},{'id':5600,'name':'daughter'},{'id':5905,'name':'father'},{'id':13130,'name':'teenager'}]" +141679,"[{'id':1941,'name':'ecstasy'},{'id':6344,'name':'liverpool'},{'id':8224,'name':'cannabis'},{'id':10572,'name':'music business'},{'id':11488,'name':'pot smoking'},{'id':14964,'name':'drugs'},{'id':18001,'name':'rock band'},{'id':33624,'name':'band'},{'id':160339,'name':'vinyl'},{'id':165347,'name':'swearing'},{'id':196949,'name':'cassette tape'},{'id':203220,'name':'gig'},{'id':208548,'name':'manchester'},{'id':210608,'name':'1990s'}]" +31661,"[{'id':169086,'name':'political satire'}]" +10744,"[{'id':585,'name':'casino'},{'id':4367,'name':'jinx'},{'id':4671,'name':'bad luck'}]" +10863,"[{'id':388,'name':'scotland'},{'id':470,'name':'spy'},{'id':1956,'name':'world war ii'},{'id':5300,'name':'allied'},{'id':9937,'name':'suspense'},{'id':156217,'name':'u boat'}]" +118732,"[{'id':207268,'name':'neo-noir'}]" +26959,"[{'id':6300,'name':'puppet'},{'id':10100,'name':'puppet master'}]" +432507,"[{'id':254,'name':'france'},{'id':966,'name':'beach'},{'id':1003,'name':'photographer'},{'id':250135,'name':'cannes'},{'id':250136,'name':'korean'}]" +69544,"[{'id':1157,'name':'wife husband relationship'},{'id':171473,'name':'womens issues'},{'id':171826,'name':'told in flashback'}]" +62143,"[{'id':10123,'name':'dark comedy'},{'id':186685,'name':'queen of england'}]" +44100,"[{'id':2504,'name':'world war i'},{'id':10325,'name':'mistaken identity'},{'id':13014,'name':'orphan'},{'id':13094,'name':'photograph'},{'id':34079,'name':'death'},{'id':220808,'name':'face bandage'}]" +32021,[] +43466,"[{'id':11004,'name':'rural setting'},{'id':154846,'name':'farmer'}]" +40095,"[{'id':6149,'name':'police'},{'id':6506,'name':'resurrection'},{'id':12377,'name':'zombie'}]" +436355,[] +374471,[] +380623,"[{'id':90,'name':'paris france'},{'id':260,'name':'disillusion'},{'id':2081,'name':'department store'},{'id':4812,'name':'plan'},{'id':13015,'name':'terrorism'}]" +26517,"[{'id':3133,'name':'vampire'},{'id':9826,'name':'murder'},{'id':9856,'name':'flashback'},{'id':11221,'name':'blood'},{'id':34117,'name':'cult film'},{'id':41308,'name':'syringe'},{'id':157799,'name':'older woman younger man relationship'},{'id':175233,'name':'razor blade'},{'id':188705,'name':'radio show'},{'id':192241,'name':'disturbed teenager'},{'id':235173,'name':'delusional'}]" +70106,[] +36555,[] +42090,"[{'id':10937,'name':'memory'},{'id':163110,'name':'theatre'},{'id':207583,'name':'actress'},{'id':234041,'name':'one location'}]" +287859,[] +531380,"[{'id':10051,'name':'heist'}]" +510028,"[{'id':478,'name':'china'},{'id':1576,'name':'technology'},{'id':9887,'name':'surrealism'},{'id':162846,'name':'ghost'},{'id':250176,'name':'entreprenuer'},{'id':250177,'name':'ghost detector'}]" +214137,"[{'id':677,'name':'nuclear war'},{'id':2106,'name':'cold war'},{'id':160381,'name':'nuclear weapons'}]" +512218,[] +570525,"[{'id':782,'name':'assassin'},{'id':14941,'name':'martial artist'},{'id':162365,'name':'military'}]" +416724,"[{'id':5160,'name':'animal attack'},{'id':5276,'name':'wild boar'},{'id':5657,'name':'australia'},{'id':13031,'name':'creature'},{'id':161271,'name':'beast'},{'id':193760,'name':'australian outback'},{'id':223059,'name':'animal horror'},{'id':250172,'name':'staggering size'}]" +359968,"[{'id':2013,'name':'attempted murder'},{'id':4434,'name':'interview'},{'id':6440,'name':'hit-and-run'},{'id':9826,'name':'murder'},{'id':33426,'name':'gang member'},{'id':33879,'name':'producer'},{'id':217482,'name':'compton california'},{'id':249121,'name':'gangsta rap'},{'id':250144,'name':'parole violation'},{'id':250145,'name':'bloods'},{'id':250146,'name':'blood gang'}]" +23076,"[{'id':798,'name':'sheriff'},{'id':9826,'name':'murder'},{'id':12371,'name':'gunfight'},{'id':18263,'name':'revolutionary'},{'id':156212,'name':'spaghetti western'}]" +498598,[] +10620,"[{'id':478,'name':'china'},{'id':779,'name':'martial arts'},{'id':780,'name':'kung fu'},{'id':7542,'name':'foreign worker'},{'id':12337,'name':'colonisation'},{'id':185466,'name':'kung fu master'}]" +75947,[] +57537,"[{'id':378,'name':'prison'},{'id':795,'name':'running'},{'id':3391,'name':'drug smuggle'},{'id':5572,'name':'fistfight'},{'id':6075,'name':'sport'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':10726,'name':'gang'},{'id':12425,'name':'racism'},{'id':14964,'name':'drugs'},{'id':40870,'name':'race'}]" +50953,"[{'id':1585,'name':'snake'},{'id':1981,'name':'colorado'},{'id':9748,'name':'revenge'},{'id':13008,'name':'train'},{'id':13059,'name':'prostitution'},{'id':183528,'name':'half breed'},{'id':236170,'name':'early 1900s'}]" +37607,"[{'id':1968,'name':'prisoner of war'}]" +378,"[{'id':1009,'name':'baby'},{'id':1545,'name':'supermarket'},{'id':1859,'name':'arizona'},{'id':3725,'name':'pregnancy'}]" +84474,"[{'id':570,'name':'rape'},{'id':798,'name':'sheriff'},{'id':1262,'name':'mountain'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':10250,'name':'redneck'},{'id':10563,'name':'attack'},{'id':14819,'name':'violence'},{'id':159947,'name':'parents'}]" +420915,"[{'id':212,'name':'london'},{'id':818,'name':'based on novel or book'},{'id':3149,'name':'gangster'},{'id':3266,'name':'jamaica'},{'id':10291,'name':'organized crime'},{'id':15483,'name':'car chase'},{'id':250137,'name':'kingston'}]" +524738,"[{'id':11612,'name':'hospital'},{'id':15001,'name':'demon'},{'id':40931,'name':'witchcraft'},{'id':196987,'name':'voodoo doll'}]" +84993,"[{'id':1227,'name':'cemetery'},{'id':1566,'name':'dream'},{'id':2913,'name':'diary'},{'id':14819,'name':'violence'},{'id':162846,'name':'ghost'}]" +141423,"[{'id':4375,'name':'transformation'}]" +30308,"[{'id':212,'name':'london'},{'id':1568,'name':'undercover'},{'id':7024,'name':'fashion designer'},{'id':10714,'name':'serial killer'},{'id':176798,'name':'taxi dancer'},{'id':192266,'name':'personals column'}]" +10617,"[{'id':478,'name':'china'},{'id':779,'name':'martial arts'},{'id':1701,'name':'hero'},{'id':12337,'name':'colonisation'},{'id':207928,'name':'19th century'},{'id':236217,'name':'qing dynasty'}]" +518601,"[{'id':977,'name':'cat'},{'id':2042,'name':'beaver'},{'id':2510,'name':'giraffe'},{'id':9253,'name':'slapstick'},{'id':11477,'name':'anthropomorphism'},{'id':12553,'name':'alien abduction'},{'id':209714,'name':'3d'}]" +569506,"[{'id':1532,'name':'meditation'},{'id':2687,'name':'fiancé'},{'id':5827,'name':'hiking'},{'id':6167,'name':'engagement'},{'id':40895,'name':'illness'},{'id':184318,'name':'out of body experience'},{'id':249136,'name':'suspicious'}]" +18758,"[{'id':779,'name':'martial arts'},{'id':780,'name':'kung fu'}]" +79509,"[{'id':242,'name':'new york'},{'id':703,'name':'detective'},{'id':1523,'name':'obsession'},{'id':1546,'name':'ambulance'},{'id':1930,'name':'kidnapping'},{'id':3713,'name':'chase'},{'id':9826,'name':'murder'},{'id':10410,'name':'conspiracy'},{'id':11612,'name':'hospital'},{'id':14512,'name':'new york city'},{'id':184924,'name':'comic book artist'},{'id':185034,'name':'ambulance driver'},{'id':235261,'name':'abduction'}]" +17918,"[{'id':849,'name':'dc comics'},{'id':4551,'name':'swamp'},{'id':9717,'name':'based on comic'}]" +16139,"[{'id':12377,'name':'zombie'},{'id':162332,'name':'mausoleum'},{'id':162333,'name':'tall man'},{'id':162334,'name':'sentinals'},{'id':162335,'name':'mortuary'}]" +32007,[] +19963,[] +38783,"[{'id':3392,'name':'voodoo'},{'id':9707,'name':'evil doll'}]" +569381,"[{'id':515,'name':'women'},{'id':703,'name':'detective'},{'id':1422,'name':'boat'},{'id':10714,'name':'serial killer'},{'id':33518,'name':'district attorney'},{'id':166109,'name':'child murder'},{'id':175413,'name':'burnt body'}]" +532908,"[{'id':4237,'name':'water'},{'id':12547,'name':'billionaire'},{'id':169054,'name':'flint michigan'},{'id':171676,'name':'school shooting'},{'id':248658,'name':'trump'},{'id':249853,'name':'u.s. president'},{'id':249984,'name':'anti trump film'}]" +13205,"[{'id':697,'name':'loss of loved one'},{'id':818,'name':'based on novel or book'},{'id':970,'name':'parent child relationship'},{'id':5625,'name':'relationship problems'},{'id':6733,'name':'bullying'},{'id':7946,'name':'deer'},{'id':9663,'name':'sequel'},{'id':18165,'name':'animal'}]" +440342,"[{'id':236,'name':'suicide'},{'id':657,'name':'fire'},{'id':1227,'name':'cemetery'},{'id':1244,'name':'hungary'},{'id':1739,'name':'holocaust'},{'id':2606,'name':'jew'},{'id':2673,'name':'horse'},{'id':6038,'name':'marriage'},{'id':12999,'name':'black and white'},{'id':13008,'name':'train'},{'id':14765,'name':'church'},{'id':33720,'name':'guilt'},{'id':160224,'name':'post world war ii'},{'id':163190,'name':'box'},{'id':207883,'name':'1940s'}]" +26932,"[{'id':1706,'name':'experiment'},{'id':1852,'name':'mutant'},{'id':2041,'name':'island'},{'id':6017,'name':'genetics'},{'id':9410,'name':'hybrid'},{'id':9714,'name':'remake'}]" +569367,"[{'id':612,'name':'hotel'},{'id':13112,'name':'murderer'},{'id':193490,'name':'loop'}]" +446021,"[{'id':447,'name':'post traumatic stress disorder'},{'id':458,'name':'hippie'},{'id':585,'name':'casino'},{'id':2380,'name':'audio tape'},{'id':2669,'name':'motel'},{'id':2957,'name':'vietnam war'},{'id':4431,'name':'jukebox'},{'id':9376,'name':'richard nixon'},{'id':9433,'name':'concierge'},{'id':11737,'name':'payphone'},{'id':14527,'name':'storm'},{'id':164364,'name':'vacuum cleaner'},{'id':176516,'name':'slot machine'},{'id':184426,'name':'ruse'},{'id':200574,'name':'motel room'},{'id':207268,'name':'neo-noir'},{'id':208992,'name':'1960s'},{'id':249977,'name':'lake tahoe'},{'id':249979,'name':'j edgar hoover'}]" +483104,"[{'id':3071,'name':'prince'},{'id':9840,'name':'romance'},{'id':159013,'name':'woman journalist'},{'id':207317,'name':'christmas'},{'id':213429,'name':'interclass romance'}]" +64782,[] +546898,"[{'id':2231,'name':'drug dealer'},{'id':10614,'name':'tragedy'},{'id':13130,'name':'teenager'},{'id':33905,'name':'inner city'},{'id':191308,'name':'ex-boxer'}]" +566810,"[{'id':657,'name':'fire'},{'id':2343,'name':'magic'},{'id':3071,'name':'prince'},{'id':3389,'name':'warrior woman'},{'id':4152,'name':'kingdom'},{'id':6092,'name':'army'},{'id':7376,'name':'princess'},{'id':9663,'name':'sequel'},{'id':10466,'name':'knight'},{'id':12554,'name':'dragon'},{'id':13084,'name':'king'},{'id':207372,'name':'quest'},{'id':234346,'name':'fury'},{'id':241161,'name':'insidious'}]" +429476,"[{'id':3335,'name':'halloween'},{'id':6259,'name':'psychopath'},{'id':10714,'name':'serial killer'},{'id':11040,'name':'masked killer'},{'id':12339,'name':'slasher'},{'id':155582,'name':'amusement park'},{'id':176182,'name':'psycho'},{'id':232795,'name':'halloween night'}]" +433694,"[{'id':90,'name':'paris france'},{'id':1480,'name':'baseball'},{'id':1918,'name':'cooking'},{'id':2504,'name':'world war i'},{'id':3713,'name':'chase'},{'id':9672,'name':'based on a true story'},{'id':10084,'name':'rescue'},{'id':13065,'name':'soldier'},{'id':15162,'name':'dog'},{'id':18165,'name':'animal'},{'id':207722,'name':'foreign immigrants'},{'id':236274,'name':'military working dogs'}]" +437586,"[{'id':387,'name':'california'},{'id':390,'name':'skateboarding'},{'id':10041,'name':'dysfunctional family'},{'id':10683,'name':'coming of age'},{'id':12670,'name':'los angeles'},{'id':13130,'name':'teenager'},{'id':161166,'name':'misogyny'},{'id':210608,'name':'1990s'},{'id':211510,'name':'skate punk'},{'id':245415,'name':'toxic masculinity'},{'id':250048,'name':'gay slur'}]" +567138,"[{'id':378,'name':'prison'},{'id':5490,'name':'girlfriend'},{'id':12670,'name':'los angeles'},{'id':14534,'name':'relationship'},{'id':248870,'name':'memories'}]" +569815,"[{'id':801,'name':'bounty hunter'},{'id':4627,'name':'earth'},{'id':9712,'name':'possession'},{'id':9951,'name':'alien'},{'id':10375,'name':'possessed'},{'id':10714,'name':'serial killer'},{'id':241827,'name':'demonic'},{'id':247967,'name':'adventures'}]" +355196,"[{'id':237,'name':'gay'},{'id':1566,'name':'dream'},{'id':158718,'name':'lgbt'}]" +30554,"[{'id':2604,'name':'babysitter'},{'id':6844,'name':'stalker'},{'id':9663,'name':'sequel'},{'id':9704,'name':'ventriloquist'},{'id':10980,'name':'phone terror'},{'id':11221,'name':'blood'}]" +540727,"[{'id':679,'name':'cyborg'},{'id':949,'name':'terrorist'},{'id':6092,'name':'army'},{'id':9663,'name':'sequel'},{'id':245118,'name':'fifth part'},{'id':250049,'name':'2070s'}]" +118534,"[{'id':90,'name':'paris france'},{'id':378,'name':'prison'},{'id':437,'name':'painter'},{'id':733,'name':'dancer'},{'id':916,'name':'marseille'},{'id':931,'name':'jealousy'},{'id':934,'name':'judge'},{'id':974,'name':'bank'},{'id':1563,'name':'prisoner'},{'id':1936,'name':'blackmail'},{'id':2679,'name':'artist'},{'id':3692,'name':'scandal'},{'id':9758,'name':'deception'},{'id':9826,'name':'murder'},{'id':15009,'name':'criminal'},{'id':15090,'name':'police officer'},{'id':33699,'name':'policeman'},{'id':156236,'name':'jewel thief'},{'id':159346,'name':'deceit'},{'id':160364,'name':'impersonation'},{'id':178993,'name':'duplicity'},{'id':211614,'name':'scheme'}]" +200481,"[{'id':2217,'name':'rain'},{'id':11477,'name':'anthropomorphism'},{'id':41277,'name':'umbrella'},{'id':185028,'name':'selective coloring'},{'id':214549,'name':'short'}]" +265189,"[{'id':1157,'name':'wife husband relationship'},{'id':10123,'name':'dark comedy'},{'id':14724,'name':'family vacation'},{'id':162327,'name':'avalanche'},{'id':171831,'name':'running away'},{'id':182313,'name':'swedish'},{'id':199686,'name':'near-death experience'},{'id':209282,'name':'french alps'},{'id':228304,'name':'psychodrama'},{'id':235730,'name':'vacation gone wrong'},{'id':235731,'name':'ski holiday'},{'id':235732,'name':'swedish family'}]" +130925,"[{'id':1720,'name':'tyrannosaurus rex'},{'id':2565,'name':'bath tub'},{'id':4237,'name':'water'},{'id':8508,'name':'party'},{'id':10324,'name':'toys'},{'id':173131,'name':'strobe light'},{'id':190852,'name':'sponge'},{'id':204302,'name':'bubble'},{'id':205267,'name':'rubber duck'},{'id':214549,'name':'short'},{'id':217499,'name':'house music'},{'id':224516,'name':'toy story'}]" +438444,"[{'id':478,'name':'china'},{'id':6271,'name':'boarding school'},{'id':9927,'name':'maine'},{'id':13130,'name':'teenager'}]" +432285,"[{'id':10683,'name':'coming of age'},{'id':155453,'name':'gritty'},{'id':156316,'name':'troubled teen'}]" +450829,"[{'id':2035,'name':'mythology'},{'id':3752,'name':'night'},{'id':4048,'name':'musician'},{'id':5490,'name':'girlfriend'},{'id':6310,'name':'national park'},{'id':9720,'name':'woods'},{'id':9902,'name':'wildlife'},{'id':15263,'name':'park ranger'},{'id':33494,'name':'couple'},{'id':180992,'name':'trail'},{'id':197050,'name':'troubled relationship'},{'id':208719,'name':'secluded'},{'id':232392,'name':'legendary'}]" +424139,"[{'id':3335,'name':'halloween'},{'id':4728,'name':'knife'},{'id':9663,'name':'sequel'},{'id':10059,'name':'boogeyman'},{'id':11040,'name':'masked killer'},{'id':241498,'name':'warren county'},{'id':241499,'name':'haddonfield'}]" +440161,"[{'id':818,'name':'based on novel or book'},{'id':1321,'name':'gold'},{'id':1897,'name':'oregon'},{'id':2708,'name':'hitman'},{'id':3230,'name':'male friendship'},{'id':4542,'name':'gold rush'},{'id':162724,'name':'scout'},{'id':207928,'name':'19th century'},{'id':232203,'name':'gold claim'},{'id':243959,'name':'brother brother relationship'},{'id':250454,'name':'san francisco california'}]" +355338,"[{'id':970,'name':'parent child relationship'},{'id':11700,'name':'rock music'},{'id':13130,'name':'teenager'},{'id':14659,'name':'girl'},{'id':156478,'name':'boyfriend'},{'id':184783,'name':'first date'},{'id':214549,'name':'short'},{'id':218182,'name':'overprotective father'}]" +258152,"[{'id':10987,'name':'cgi'},{'id':214549,'name':'short'}]" +483396,"[{'id':214549,'name':'short'},{'id':245148,'name':'fictional advert'}]" +286192,"[{'id':3347,'name':'volcano'},{'id':9840,'name':'romance'},{'id':214549,'name':'short'}]" +24798,"[{'id':1415,'name':'small town'},{'id':1556,'name':'texas'},{'id':6027,'name':'music'},{'id':10183,'name':'independent film'},{'id':11687,'name':'breaking the fourth wall'}]" +434767,"[{'id':539,'name':'middle east'},{'id':1242,'name':'war on terror'},{'id':4129,'name':'widow'},{'id':6150,'name':'faith'},{'id':161630,'name':'nascar'},{'id':169950,'name':'foreclosure'},{'id':235540,'name':'inspirational'},{'id':249981,'name':'afghanistan war'},{'id':249982,'name':'auto racing'}]" +46124,[] +11025,"[{'id':1608,'name':'twin sister'},{'id':5699,'name':'music video'},{'id':5800,'name':'geek'},{'id':6876,'name':'vacation'},{'id':13160,'name':'university'},{'id':155722,'name':'teen comedy'},{'id':187056,'name':'woman director'}]" +483411,"[{'id':818,'name':'based on novel or book'},{'id':2081,'name':'department store'},{'id':5656,'name':'sydney'},{'id':208611,'name':'1950s'}]" +463272,"[{'id':470,'name':'spy'},{'id':9253,'name':'slapstick'},{'id':9663,'name':'sequel'},{'id':9755,'name':'parody'}]" +7219,"[{'id':12377,'name':'zombie'},{'id':14819,'name':'violence'},{'id':15097,'name':'shark'},{'id':157524,'name':'tropical island'},{'id':189921,'name':'video nasty'}]" +17379,"[{'id':65,'name':'holiday'},{'id':9714,'name':'remake'}]" +336,"[{'id':534,'name':'mexico'},{'id':570,'name':'rape'},{'id':642,'name':'robbery'},{'id':1563,'name':'prisoner'},{'id':2019,'name':'liberation of prisoners'},{'id':2020,'name':'revolution'},{'id':6069,'name':'class'},{'id':156212,'name':'spaghetti western'}]" +10173,"[{'id':3392,'name':'voodoo'},{'id':8015,'name':'cop'},{'id':9826,'name':'murder'},{'id':18035,'name':'family'}]" +1499,"[{'id':233,'name':'japan'},{'id':4379,'name':'time travel'},{'id':10278,'name':'ninja'}]" +1497,"[{'id':853,'name':'crime fighter'},{'id':1721,'name':'fight'},{'id':1852,'name':'mutant'},{'id':6362,'name':'turtle'},{'id':10278,'name':'ninja'},{'id':12193,'name':'reporter'},{'id':14512,'name':'new york city'}]" +9555,"[{'id':380,'name':'sibling relationship'},{'id':516,'name':'child abuse'},{'id':3246,'name':'prosecution'},{'id':5657,'name':'australia'},{'id':6267,'name':'approved school '},{'id':9672,'name':'based on a true story'},{'id':10183,'name':'independent film'},{'id':10230,'name':'tracker'},{'id':10349,'name':'survival'},{'id':157906,'name':'outback'},{'id':158217,'name':'colonialism'},{'id':193459,'name':'australian aborigine'},{'id':193760,'name':'australian outback'},{'id':209560,'name':'aboriginal'},{'id':209619,'name':'aborigine'},{'id':210108,'name':'perth australia'}]" +366696,"[{'id':2383,'name':'feminism'},{'id':4434,'name':'interview'},{'id':6090,'name':'equality'},{'id':18339,'name':'human rights'},{'id':33501,'name':'political'},{'id':34214,'name':'gender'},{'id':34221,'name':'gender roles'},{'id':161166,'name':'misogyny'},{'id':187056,'name':'woman director'},{'id':199882,'name':'identity politics'},{'id':220203,'name':'gender differences'},{'id':225353,'name':'perspective'},{'id':232715,'name':'misandry'},{'id':233329,'name':'men's rights'},{'id':233330,'name':'freedom of expression'},{'id':235671,'name':'gender equality'}]" +486947,"[{'id':1880,'name':'mobile phone'},{'id':15090,'name':'police officer'},{'id':15321,'name':'police station'},{'id':159685,'name':'cellular phone trace'},{'id':191527,'name':'phone call'},{'id':199072,'name':'suspended cop'},{'id':206529,'name':'emergency'},{'id':250119,'name':'desk work'},{'id':250120,'name':'alarm dispatch'}]" +534598,[] +534598,[] +526313,[] +569345,[] +118300,"[{'id':12105,'name':'student'},{'id':18263,'name':'revolutionary'},{'id':173259,'name':'arab'}]" +4281,"[{'id':2799,'name':'cruise'},{'id':3799,'name':'ship'},{'id':155790,'name':'private detective'},{'id':207046,'name':'murder mystery'}]" +115131,"[{'id':437,'name':'painter'},{'id':534,'name':'mexico'},{'id':3133,'name':'vampire'},{'id':10768,'name':'lesbian'}]" +405774,"[{'id':818,'name':'based on novel or book'},{'id':4458,'name':'post-apocalyptic'},{'id':9782,'name':'blindfold'},{'id':34161,'name':'doomsday'},{'id':50009,'name':'survival horror'},{'id':187056,'name':'woman director'},{'id':233153,'name':'white water rafting'}]" +522320,"[{'id':1612,'name':'spacecraft'},{'id':3243,'name':'flying saucer'},{'id':6086,'name':'government'},{'id':9738,'name':'ufo'},{'id':9951,'name':'alien'},{'id':177163,'name':'area 51'},{'id':206212,'name':'ufo conspiracy'}]" +271331,"[{'id':13042,'name':'soccer'}]" +9075,"[{'id':930,'name':'in love with enemy'},{'id':1199,'name':'netherlands'},{'id':1956,'name':'world war ii'},{'id':3246,'name':'prosecution'}]" +6037,"[{'id':703,'name':'detective'},{'id':1307,'name':'butler'},{'id':1635,'name':'deaf-mute'},{'id':5333,'name':'guest'},{'id':9755,'name':'parody'},{'id':9826,'name':'murder'},{'id':11931,'name':'spoof'},{'id':12545,'name':'mansion'},{'id':155844,'name':'sam spade'},{'id':156544,'name':'cadaver'},{'id':159951,'name':'charlie chan'},{'id':162914,'name':'one night'},{'id':172535,'name':'dark and stormy night'},{'id':188947,'name':'sidekick'},{'id':193263,'name':'old mansion'},{'id':243442,'name':'blind butler'}]" +1498,"[{'id':390,'name':'skateboarding'},{'id':779,'name':'martial arts'},{'id':1852,'name':'mutant'},{'id':3330,'name':'pizza delivery'},{'id':10278,'name':'ninja'},{'id':41412,'name':'sewer'},{'id':244435,'name':'brothers'}]" +8913,"[{'id':970,'name':'parent child relationship'},{'id':1909,'name':'coffin'},{'id':2551,'name':'pet'},{'id':3739,'name':'funeral'},{'id':6350,'name':'head injury'},{'id':9872,'name':'grief'},{'id':14819,'name':'violence'},{'id':18127,'name':'new neighbor'},{'id':157488,'name':'pet cemetery'},{'id':157490,'name':'dead cat'},{'id':157492,'name':'death of patient'},{'id':157495,'name':'loss of pet'},{'id':157496,'name':'dead lover'},{'id':162846,'name':'ghost'},{'id':171247,'name':'grave robbing'},{'id':173099,'name':'indian burial ground'},{'id':187056,'name':'woman director'}]" +11037,"[{'id':407,'name':'dictator'},{'id':970,'name':'parent child relationship'},{'id':1402,'name':'general'},{'id':2534,'name':'missile'},{'id':3203,'name':'pilot'},{'id':6086,'name':'government'},{'id':10084,'name':'rescue'},{'id':10786,'name':'colonel'},{'id':13129,'name':'execution'},{'id':18034,'name':'desert'},{'id':33643,'name':'radical'},{'id':158269,'name':'oil refinery'},{'id':244863,'name':'first part'},{'id':249855,'name':'ak 47'},{'id':249902,'name':'warplane'}]" +546728,"[{'id':2604,'name':'babysitter'},{'id':214549,'name':'short'},{'id':250685,'name':'incredibles'}]" +15691,"[{'id':1507,'name':'clock'},{'id':3667,'name':'time'},{'id':4379,'name':'time travel'},{'id':8686,'name':'millenium'},{'id':9882,'name':'space'}]" +36355,"[{'id':630,'name':'dolphin'},{'id':1196,'name':'florida'},{'id':3546,'name':'florida keys'},{'id':10988,'name':'based on tv series'},{'id':13088,'name':'summer'}]" +42230,"[{'id':690,'name':'gorilla'}]" +547681,"[{'id':161504,'name':'manor'},{'id':241860,'name':'burglars'},{'id':249694,'name':'haunted doll'}]" +416194,"[{'id':3521,'name':'earthquake'},{'id':161281,'name':'geologist'},{'id':188351,'name':'catastrophe'}]" +568344,"[{'id':212,'name':'london'},{'id':782,'name':'assassin'},{'id':1419,'name':'gun'},{'id':2708,'name':'hitman'},{'id':9748,'name':'revenge'},{'id':33705,'name':'agent'},{'id':230152,'name':'amber'},{'id':242876,'name':'thrill ride'},{'id':243612,'name':'kill'},{'id':249897,'name':'stunts'}]" +398173,"[{'id':1228,'name':'1970s'},{'id':2679,'name':'artist'},{'id':6259,'name':'psychopath'},{'id':9719,'name':'taxidermy'},{'id':9856,'name':'flashback'},{'id':10714,'name':'serial killer'},{'id':11317,'name':'visions of hell'},{'id':208289,'name':'1980s'},{'id':245377,'name':'animal mutilation'},{'id':245378,'name':'child killing'},{'id':249899,'name':'graphic violence'}]" +471314,[] +550247,[] +542883,"[{'id':6027,'name':'music'},{'id':9673,'name':'love'},{'id':14638,'name':'american'},{'id':18035,'name':'family'},{'id':173339,'name':'laughter'},{'id':209493,'name':'21st century'}]" +512412,"[{'id':378,'name':'prison'},{'id':9727,'name':'thief'},{'id':159913,'name':'armored car robbery'},{'id':249845,'name':'experimental drug'}]" +426426,"[{'id':1228,'name':'1970s'},{'id':1547,'name':'mexico city'},{'id':6071,'name':'middle class'},{'id':10235,'name':'family relationships'},{'id':13097,'name':'maid'},{'id':185018,'name':'autobiographical'},{'id':206713,'name':'master servant relationship'},{'id':215138,'name':'domestic worker'}]" +568274,[] +560704,"[{'id':2078,'name':'mammoth'},{'id':2449,'name':'black market'},{'id':2964,'name':'future'},{'id':4418,'name':'pirate gang'},{'id':10201,'name':'death of father'},{'id':190061,'name':'harvest'},{'id':209280,'name':'deep space'},{'id':244435,'name':'brothers'},{'id':249888,'name':'2100s'},{'id':249889,'name':'fishing vessel'},{'id':249890,'name':'leviathan'},{'id':249891,'name':'scavengers'}]" +440792,[] +485918,"[{'id':242,'name':'new york'},{'id':4470,'name':'punk'},{'id':6027,'name':'music'},{'id':217906,'name':'hardcore punk'}]" +381081,"[{'id':246377,'name':'music documentary'},{'id':246723,'name':'dj shadow'}]" +554954,"[{'id':8629,'name':'tv movie'}]" +561155,"[{'id':65,'name':'holiday'},{'id':189092,'name':'journey'},{'id':207317,'name':'christmas'},{'id':231322,'name':'gadgets'},{'id':249221,'name':'santa'}]" +527246,[] +515411,"[{'id':65,'name':'holiday'},{'id':3030,'name':'nightmare'},{'id':4630,'name':'chaos'},{'id':4748,'name':'lodge'},{'id':9713,'name':'friends'},{'id':156091,'name':'missing person'},{'id':158169,'name':'remote'},{'id':207317,'name':'christmas'},{'id':221602,'name':'festive'},{'id':249894,'name':'gone awry'}]" +568242,[] +493003,[] +561230,[] +561556,[] +369972,"[{'id':305,'name':'moon'},{'id':818,'name':'based on novel or book'},{'id':1432,'name':'nasa'},{'id':1523,'name':'obsession'},{'id':2858,'name':'sacrifice'},{'id':3801,'name':'space travel'},{'id':4040,'name':'space mission'},{'id':4183,'name':'wife'},{'id':5565,'name':'biography'},{'id':5721,'name':'engineer'},{'id':7422,'name':'moon landing'},{'id':9672,'name':'based on a true story'},{'id':9682,'name':'history'},{'id':10163,'name':'cancer'},{'id':14626,'name':'astronaut'},{'id':156395,'name':'imax'},{'id':159289,'name':'historical event'},{'id':164881,'name':'death of daughter'},{'id':174491,'name':'compromise'},{'id':190444,'name':'test pilot'},{'id':208992,'name':'1960s'},{'id':223798,'name':'cockpit'},{'id':226233,'name':'apollo program'},{'id':242965,'name':'neil armstrong'}]" +458310,"[{'id':3321,'name':'childhood memory'},{'id':6270,'name':'high school'},{'id':9716,'name':'stand-up comedy'},{'id':33731,'name':'stand-up comedian'},{'id':208176,'name':'immigrant experience'}]" +568065,[] +318973,"[{'id':1415,'name':'small town'},{'id':7856,'name':'racist'},{'id':9409,'name':'north dakota'},{'id':12425,'name':'racism'},{'id':207915,'name':'white supremacists'}]" +568123,"[{'id':9706,'name':'anthology'},{'id':12377,'name':'zombie'},{'id':157351,'name':'living dead'},{'id':188957,'name':'virus'}]" +567665,"[{'id':718,'name':'confession'},{'id':7645,'name':'pathology'},{'id':9748,'name':'revenge'},{'id':196137,'name':'british crime'},{'id':232766,'name':'vengeance'}]" +441965,"[{'id':2699,'name':'fetish'},{'id':2843,'name':'fetishism'},{'id':6075,'name':'sport'},{'id':157096,'name':'homoeroticism'},{'id':195240,'name':'investigative journalism'},{'id':214549,'name':'short'},{'id':229762,'name':'tickling'}]" +435033,"[{'id':6270,'name':'high school'},{'id':12103,'name':'suicide of father'},{'id':14534,'name':'relationship'},{'id':171206,'name':'graduate'},{'id':227918,'name':'sick mother'}]" +567920,"[{'id':1812,'name':'fbi'},{'id':3741,'name':'talk show'},{'id':9706,'name':'anthology'},{'id':9826,'name':'murder'},{'id':9937,'name':'suspense'},{'id':11034,'name':'b movie'},{'id':14662,'name':'nature run amok'},{'id':167915,'name':'hostess'},{'id':176691,'name':'killer clown'},{'id':188552,'name':'scream queen'}]" +477634,"[{'id':1420,'name':'gas station'},{'id':1927,'name':'car breakdown'},{'id':6095,'name':'house'},{'id':18300,'name':'english countryside'},{'id':233380,'name':'weekend getaway'}]" +32075,"[{'id':187056,'name':'woman director'}]" +438808,"[{'id':1601,'name':'war on drugs'},{'id':1812,'name':'fbi'},{'id':2149,'name':'drug traffic'},{'id':9672,'name':'based on a true story'},{'id':18021,'name':'detroit'},{'id':167715,'name':'informant'},{'id':208289,'name':'1980s'}]" +481533,"[{'id':420,'name':'bowling'},{'id':554,'name':'manager'},{'id':9714,'name':'remake'},{'id':13000,'name':'based on short film'},{'id':174916,'name':'bowling alley'}]" +567524,[] +435557,"[{'id':236,'name':'suicide'},{'id':894,'name':'depression'},{'id':12392,'name':'best friend'},{'id':15111,'name':'drinking'},{'id':249842,'name':'midwinter'},{'id':249843,'name':'medicates'},{'id':249844,'name':'joyless sex'}]" +478427,"[{'id':237,'name':'gay'},{'id':158718,'name':'lgbt'}]" +567957,"[{'id':8508,'name':'party'},{'id':10712,'name':'night club'},{'id':207844,'name':'college student'},{'id':244360,'name':'movie'}]" +460071,"[{'id':5565,'name':'biography'},{'id':10915,'name':'last will and testament'},{'id':191009,'name':'housemaid'},{'id':194596,'name':'lizzie borden'},{'id':207240,'name':'murder trial'},{'id':207928,'name':'19th century'},{'id':212642,'name':'abusive father'},{'id':240303,'name':'father daughter relationship'},{'id':244632,'name':'axe murder'}]" +489996,"[{'id':6152,'name':'supernatural'},{'id':6981,'name':'connecticut'},{'id':10224,'name':'haunting'},{'id':18035,'name':'family'},{'id':164282,'name':'showbiz'}]" +517769,"[{'id':10992,'name':'executioner'},{'id':12105,'name':'student'},{'id':195777,'name':'sins'},{'id':243612,'name':'kill'}]" +454293,"[{'id':3605,'name':'baseball bat'},{'id':7919,'name':'dyslexia'},{'id':9844,'name':'car crash'},{'id':10266,'name':'prom'},{'id':10508,'name':'teacher'},{'id':170783,'name':'learning disability'},{'id':242829,'name':'night school'},{'id':243187,'name':'school exams'},{'id':249832,'name':'high school drop out'},{'id':249833,'name':'three nipples'},{'id':249834,'name':'boxing ring'}]" +518158,"[{'id':1299,'name':'monster'},{'id':8629,'name':'tv movie'},{'id':9663,'name':'sequel'},{'id':10058,'name':'sorority'},{'id':10310,'name':'leprechaun'},{'id':11034,'name':'b movie'},{'id':12339,'name':'slasher'},{'id':14985,'name':'ireland'},{'id':158126,'name':'creature feature'},{'id':171582,'name':'sorority girl'},{'id':178856,'name':'folklore'},{'id':194236,'name':'sorority house'},{'id':245115,'name':'eighth part'}]" +472591,"[{'id':1228,'name':'1970s'},{'id':2766,'name':'mutation'},{'id':11034,'name':'b movie'},{'id':11665,'name':'handheld camera'},{'id':163053,'name':'found footage'},{'id':206228,'name':'cold weather'}]" +510041,"[{'id':1890,'name':'camping'},{'id':5827,'name':'hiking'},{'id':9957,'name':'loneliness'},{'id':11004,'name':'rural setting'},{'id':11190,'name':'sexual attraction'},{'id':210536,'name':'appalachian trail'},{'id':220669,'name':'enduring friendship'},{'id':226325,'name':'dysfunctional relationship'}]" +448561,"[{'id':17987,'name':'killing spree'},{'id':41329,'name':'mental illness'},{'id':200234,'name':'shocking'}]" +567681,"[{'id':417,'name':'corruption'},{'id':447,'name':'post traumatic stress disorder'},{'id':10360,'name':'prejudice'},{'id':11243,'name':'african american'},{'id':12425,'name':'racism'},{'id':15090,'name':'police officer'},{'id':33756,'name':'deaf'},{'id':41385,'name':'racial tension'}]" +567685,"[{'id':1353,'name':'underground'},{'id':5378,'name':'world champion'},{'id':6211,'name':'fighter'},{'id':9673,'name':'love'},{'id':157774,'name':'has been'},{'id':238014,'name':'mma'}]" +542905,"[{'id':1419,'name':'gun'},{'id':3752,'name':'night'},{'id':3762,'name':'darkness'},{'id':33885,'name':'car'},{'id':207716,'name':'actor'},{'id':231544,'name':'uber'}]" +567666,"[{'id':65,'name':'holiday'},{'id':10385,'name':'reindeer'},{'id':207317,'name':'christmas'},{'id':249221,'name':'santa'}]" +548537,"[{'id':237,'name':'gay'},{'id':1013,'name':'homophobia'},{'id':10180,'name':'homosexuality'},{'id':10199,'name':'gay interest'},{'id':158718,'name':'lgbt'},{'id':209493,'name':'21st century'},{'id':247821,'name':'gay youth'}]" +461496,"[{'id':321,'name':'terror'},{'id':3030,'name':'nightmare'},{'id':12332,'name':'apocalypse'},{'id':189145,'name':'executive'},{'id':249766,'name':'cataclysmic storm'}]" +567664,"[{'id':2858,'name':'sacrifice'},{'id':15001,'name':'demon'},{'id':33637,'name':'super power'},{'id':164039,'name':'grandmother'},{'id':185450,'name':'chi'},{'id':193011,'name':'warlords'},{'id':207696,'name':'banshee'},{'id':215479,'name':'bloodline'},{'id':232533,'name':'immortal'},{'id':249816,'name':'foster mom'},{'id':249817,'name':'lineage'},{'id':249818,'name':'realm'}]" +567662,"[{'id':8087,'name':'horror'},{'id':11199,'name':'undercover cop'},{'id':12670,'name':'los angeles'},{'id':33637,'name':'super power'},{'id':210608,'name':'1990s'}]" +564568,"[{'id':2884,'name':'asylum'},{'id':12197,'name':'compilation'},{'id':191476,'name':'driven mad'},{'id':199526,'name':'psychiatric'},{'id':234634,'name':'patients'},{'id':244360,'name':'movie'},{'id':249798,'name':'horror film'},{'id':249799,'name':'study'}]" +472686,"[{'id':9714,'name':'remake'},{'id':10714,'name':'serial killer'},{'id':157758,'name':'ax murder'},{'id':162846,'name':'ghost'},{'id':221916,'name':'francis ford coppola'},{'id':249796,'name':'long con'}]" +407390,"[{'id':90,'name':'paris france'},{'id':236,'name':'suicide'},{'id':703,'name':'detective'},{'id':1003,'name':'photographer'},{'id':1295,'name':'europe'},{'id':1326,'name':'infidelity'},{'id':5746,'name':'iceland'},{'id':11501,'name':'cheating wife'},{'id':33494,'name':'couple'},{'id':178883,'name':'autumn'},{'id':249794,'name':'reykjavik'}]" +484247,"[{'id':818,'name':'based on novel or book'},{'id':1328,'name':'secret'},{'id':1415,'name':'small town'},{'id':4129,'name':'widow'},{'id':5248,'name':'female friendship'},{'id':11152,'name':'life insurance'},{'id':12392,'name':'best friend'},{'id':156091,'name':'missing person'},{'id':238768,'name':'vlogger'}]" +9714,"[{'id':65,'name':'holiday'},{'id':1437,'name':'burglar'},{'id':1442,'name':'winter'},{'id':3930,'name':'bravery'},{'id':6566,'name':'computer chip'},{'id':7136,'name':'technical toy'},{'id':9663,'name':'sequel'},{'id':9736,'name':'little boy'},{'id':14903,'name':'home invasion'},{'id':33885,'name':'car'},{'id':162936,'name':'precocious child'},{'id':169826,'name':'home alone'},{'id':169850,'name':'mischievous child'},{'id':207317,'name':'christmas'},{'id':239584,'name':'child rescue'}]" +357681,"[{'id':6211,'name':'fighter'},{'id':210098,'name':'motogp'},{'id':211170,'name':'motos'}]" +457041,"[{'id':1157,'name':'wife husband relationship'},{'id':11628,'name':'cloning'},{'id':14760,'name':'scientist'},{'id':156578,'name':'newlywed'},{'id':193110,'name':'locked room'},{'id':245332,'name':'newly married'}]" +125127,[] +36739,"[{'id':4344,'name':'musical'}]" +375282,"[{'id':947,'name':'prohibition'},{'id':2187,'name':'riot'},{'id':3136,'name':'plantation'},{'id':10696,'name':'bootlegging'},{'id':11931,'name':'spoof'},{'id':156116,'name':'tommy gun'},{'id':156219,'name':'prison riot'},{'id':156650,'name':'machine gun'},{'id':156786,'name':'prison escape'},{'id':157254,'name':'fire hose'},{'id':170465,'name':'bloodhound'},{'id':184816,'name':'blackface'},{'id':188294,'name':'damsel in distress'},{'id':190165,'name':'contraband'},{'id':197573,'name':'solitary'},{'id':197928,'name':'laurel and hardy'},{'id':226285,'name':'cell mate'},{'id':250200,'name':'rescued from a fire'},{'id':250201,'name':'dentist office'},{'id':250202,'name':'picking cotton'},{'id':250203,'name':'saved from a fire'},{'id':250204,'name':'sharing a bed'},{'id':250205,'name':'white person disguised as black person'},{'id':250206,'name':'fall from height'},{'id':250207,'name':'prison yard'},{'id':250208,'name':'reference to rin tin tin'},{'id':250209,'name':'blowing raspberry'},{'id':250210,'name':'whining'}]" +46026,"[{'id':1316,'name':'captain'},{'id':1721,'name':'fight'},{'id':1946,'name':'restaurant'},{'id':2013,'name':'attempted murder'},{'id':2334,'name':'nightclub'},{'id':3344,'name':'letter'},{'id':3458,'name':'bartender'},{'id':3799,'name':'ship'},{'id':4552,'name':'beer'},{'id':5301,'name':'brother'},{'id':5679,'name':'phone booth'},{'id':6038,'name':'marriage'},{'id':6098,'name':'clothing'},{'id':6149,'name':'police'},{'id':7375,'name':'twin brother'},{'id':7486,'name':'milk'},{'id':10084,'name':'rescue'},{'id':10325,'name':'mistaken identity'},{'id':10594,'name':'money'},{'id':12999,'name':'black and white'},{'id':13007,'name':'spoon'},{'id':15016,'name':'twins'},{'id':34112,'name':'wig'},{'id':40950,'name':'waiter'},{'id':41599,'name':'sailor'},{'id':44447,'name':'pie'},{'id':157286,'name':'gold digger'},{'id':160178,'name':'waterfront'},{'id':161891,'name':'doppelgänger'},{'id':163949,'name':'pawnshop'},{'id':180250,'name':'swindle'},{'id':187273,'name':'mix up'},{'id':188991,'name':'drunkenness'},{'id':189093,'name':'ring'},{'id':193706,'name':'beer garden'},{'id':197928,'name':'laurel and hardy'},{'id':214548,'name':'1930s'}]" +43841,"[{'id':197928,'name':'laurel and hardy'}]" +50856,[] +108668,"[{'id':1241,'name':'persia'}]" +42299,"[{'id':9253,'name':'slapstick'},{'id':179856,'name':'sawmill'},{'id':197928,'name':'laurel and hardy'},{'id':214549,'name':'short'},{'id':220674,'name':'water leak'}]" +9086,"[{'id':378,'name':'prison'},{'id':534,'name':'mexico'},{'id':549,'name':'prostitute'},{'id':798,'name':'sheriff'},{'id':1666,'name':'mexican standoff'},{'id':5672,'name':'billy the kid'},{'id':9503,'name':'outlaw'},{'id':9663,'name':'sequel'},{'id':10322,'name':'native american'},{'id':10685,'name':'escape'},{'id':155291,'name':'cowboy'}]" +25599,"[{'id':1582,'name':'saloon'},{'id':8577,'name':'gold mine'},{'id':162726,'name':'prospector'},{'id':197928,'name':'laurel and hardy'}]" +50914,"[{'id':197928,'name':'laurel and hardy'},{'id':214549,'name':'short'}]" +43128,"[{'id':4748,'name':'lodge'},{'id':156764,'name':'pre-code'},{'id':197928,'name':'laurel and hardy'},{'id':211768,'name':'convention'}]" +442062,"[{'id':3335,'name':'halloween'},{'id':9663,'name':'sequel'},{'id':15101,'name':'based on children's book'},{'id':41405,'name':'glasses'},{'id':183427,'name':'horror for children'},{'id':187670,'name':'ventriloquist's dummy'}]" +446101,"[{'id':2383,'name':'feminism'},{'id':11514,'name':'social satire'},{'id':14638,'name':'american'},{'id':33795,'name':'salem'},{'id':207603,'name':'girls'},{'id':214921,'name':'hack'}]" +502385,"[{'id':6579,'name':'music festival'},{'id':165092,'name':'british youth'},{'id':209100,'name':'overalls'}]" +543772,"[{'id':12423,'name':'illegal immigrant'},{'id':249831,'name':'tattooed by gang'}]" +454151,[] +465929,"[{'id':380,'name':'sibling relationship'},{'id':818,'name':'based on novel or book'},{'id':6625,'name':'family secret'},{'id':9826,'name':'murder'},{'id':15378,'name':'backwoods'},{'id':212642,'name':'abusive father'},{'id':249708,'name':'coal town'}]" +454312,"[{'id':1421,'name':'birthday'},{'id':3030,'name':'nightmare'},{'id':166611,'name':'debauchery'},{'id':187249,'name':'catskills'}]" +21168,"[{'id':657,'name':'fire'},{'id':1618,'name':'radiation'},{'id':3133,'name':'vampire'},{'id':3307,'name':'surreal'},{'id':4129,'name':'widow'},{'id':4932,'name':'farm'},{'id':6158,'name':'cult'},{'id':9826,'name':'murder'},{'id':9887,'name':'surrealism'},{'id':10163,'name':'cancer'},{'id':11004,'name':'rural setting'},{'id':13158,'name':'gasoline'},{'id':15127,'name':'killer'},{'id':33739,'name':'molestation'},{'id':155652,'name':'nuclear'},{'id':156230,'name':'midwest'},{'id':162380,'name':'ex soldier'},{'id':166512,'name':'graveyard'},{'id':174254,'name':'slingshot'},{'id':208611,'name':'1950s'}]" +524788,"[{'id':345,'name':'monk'},{'id':616,'name':'witch'},{'id':41592,'name':'monastery'},{'id':156075,'name':'evil'},{'id':161257,'name':'medieval'},{'id':249726,'name':'the church'},{'id':249727,'name':'inquisitor'}]" +43351,"[{'id':180234,'name':'wild bill hickok'},{'id':190296,'name':'buffalo bill'},{'id':222782,'name':'two guns belt'}]" +42736,[] +567204,"[{'id':5921,'name':'step mother'},{'id':11020,'name':'classic'},{'id':186847,'name':'retelling'},{'id':196691,'name':'step sister'},{'id':208351,'name':'wickedness'}]" +499028,"[{'id':241364,'name':'death of a loved one'}]" +472734,"[{'id':1415,'name':'small town'},{'id':1556,'name':'texas'},{'id':4108,'name':'protest'},{'id':4344,'name':'musical'},{'id':191583,'name':'beauty pageant'},{'id':246466,'name':'based on young adult novel'},{'id':249703,'name':'plus size'},{'id':249704,'name':'fat shaming'}]" +565839,"[{'id':630,'name':'dolphin'},{'id':966,'name':'beach'},{'id':1196,'name':'florida'},{'id':5301,'name':'brother'},{'id':5923,'name':'sister'},{'id':214511,'name':'sunburn'},{'id':249699,'name':'st. augustine'},{'id':249700,'name':'secret plan'},{'id':249701,'name':'marineland'}]" +529982,"[{'id':4488,'name':'apprentice'},{'id':6563,'name':'wine'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':10551,'name':'ballet'},{'id':10637,'name':'food'},{'id':164663,'name':'courtship'},{'id':177964,'name':'contract killer'}]" +407436,"[{'id':414,'name':'hunter'},{'id':818,'name':'based on novel or book'},{'id':1994,'name':'wolf'},{'id':4809,'name':'tiger'},{'id':8775,'name':'panther'},{'id':10468,'name':'bear'},{'id':10683,'name':'coming of age'},{'id':11477,'name':'anthropomorphism'}]" +321594,"[{'id':9716,'name':'stand-up comedy'},{'id':181134,'name':'tv special'}]" +560412,"[{'id':515,'name':'women'},{'id':5153,'name':'son'},{'id':199093,'name':'trouble'},{'id':201713,'name':'isolated'},{'id':236649,'name':'bed and breakfast'}]" +464870,"[{'id':74,'name':'germany'},{'id':2652,'name':'nazi'},{'id':3096,'name':'book'},{'id':6476,'name':'toy shop'},{'id':9675,'name':'prequel'},{'id':9707,'name':'evil doll'},{'id':10603,'name':'killer doll'},{'id':13006,'name':'torture'},{'id':15271,'name':'interrogation'},{'id':170711,'name':'toy maker'},{'id':207883,'name':'1940s'},{'id':238565,'name':'toymaker'},{'id':249692,'name':'magic spell'}]" +15810,"[{'id':128,'name':'love triangle'},{'id':165676,'name':'jazz age'},{'id':207876,'name':'1920s'},{'id':232222,'name':'20th century'}]" +73462,[] +499730,"[{'id':6075,'name':'sport'},{'id':10514,'name':'muay thai'},{'id':18111,'name':'kickboxing'},{'id':249683,'name':'contender'}]" +401545,"[{'id':514,'name':'spain'},{'id':1328,'name':'secret'}]" +46878,"[{'id':332,'name':'insect'},{'id':818,'name':'based on novel or book'},{'id':4210,'name':'panic'},{'id':5160,'name':'animal attack'},{'id':10617,'name':'disaster'},{'id':10663,'name':'train crash'},{'id':18379,'name':'bee'},{'id':162365,'name':'military'},{'id':193068,'name':'killer bees'},{'id':214465,'name':'helicopter crash'}]" +107443,"[{'id':734,'name':'bullfight'}]" +445224,"[{'id':1568,'name':'undercover'},{'id':6149,'name':'police'},{'id':10175,'name':'drug cartel'},{'id':196340,'name':'triads'}]" +57008,"[{'id':9826,'name':'murder'},{'id':10292,'name':'gore'},{'id':12339,'name':'slasher'},{'id':12552,'name':'alice in wonderland'}]" +516850,"[{'id':1889,'name':'lake'},{'id':3393,'name':'tombstone'},{'id':4575,'name':'comb'},{'id':5938,'name':'mermaid'},{'id':9866,'name':'basement'},{'id':11827,'name':'swimmer'},{'id':202635,'name':'engaged'},{'id':225984,'name':'bachelor party'},{'id':249686,'name':'russian folklore'},{'id':249687,'name':'summer house'},{'id':249688,'name':'flooded'}]" +566879,"[{'id':1655,'name':'country house'},{'id':155251,'name':'novelist'},{'id':156075,'name':'evil'},{'id':249684,'name':'presence'},{'id':249685,'name':'communicate'}]" +41616,[] +464745,"[{'id':378,'name':'prison'},{'id':3133,'name':'vampire'},{'id':5369,'name':'guard'},{'id':176585,'name':'blood sucking'},{'id':186447,'name':'rogue'}]" +562229,"[{'id':6731,'name':'british'},{'id':10229,'name':'singer'},{'id':180543,'name':'boyband'}]" +20989,[] +199951,[] +566876,"[{'id':1562,'name':'hostage'},{'id':1946,'name':'restaurant'},{'id':9740,'name':'sociopath'},{'id':15009,'name':'criminal'},{'id':163072,'name':'embezzlement'}]" +42121,"[{'id':727,'name':'country music'},{'id':953,'name':'guitar'},{'id':1556,'name':'texas'},{'id':7464,'name':'alcoholism'},{'id':10182,'name':'southern baptist'},{'id':157657,'name':'country singer'}]" +548064,[] +566429,"[{'id':933,'name':'michigan'},{'id':6075,'name':'sport'},{'id':6496,'name':'basketball'}]" +562334,"[{'id':188847,'name':'crystal'},{'id':214839,'name':'nikola tesla'},{'id':232101,'name':'anti-gravity'},{'id':244001,'name':'tesla coil'},{'id':249655,'name':'electromagnetism'},{'id':249656,'name':'zero point energy'},{'id':249657,'name':'spiritual healing'}]" +566556,"[{'id':6876,'name':'vacation'},{'id':33494,'name':'couple'},{'id':158169,'name':'remote'},{'id':249654,'name':'compulsive liar'}]" +511689,"[{'id':796,'name':'police brutality'},{'id':1556,'name':'texas'},{'id':34079,'name':'death'},{'id':156257,'name':'jail cell'},{'id':187056,'name':'woman director'},{'id':208647,'name':'activist'},{'id':233840,'name':'black lives matter'}]" +457312,"[{'id':3149,'name':'gangster'},{'id':9748,'name':'revenge'},{'id':9807,'name':'noir'},{'id':10391,'name':'mafia'},{'id':11578,'name':'mobster'},{'id':170633,'name':'southern'},{'id':204701,'name':'pulp'},{'id':207268,'name':'neo-noir'}]" +564675,"[{'id':65,'name':'holiday'},{'id':207317,'name':'christmas'}]" +566611,"[{'id':1963,'name':'expedition'},{'id':9663,'name':'sequel'},{'id':10308,'name':'h.p. lovecraft'},{'id':14728,'name':'antarctica'}]" +566668,[] +462115,"[{'id':41645,'name':'based on video game'},{'id':186565,'name':'zombie apocalypse'},{'id':188957,'name':'virus'}]" +505003,"[{'id':10594,'name':'money'},{'id':14659,'name':'girl'},{'id':244621,'name':'kid'}]" +551809,"[{'id':830,'name':'car race'},{'id':5565,'name':'biography'},{'id':6075,'name':'sport'},{'id':9571,'name':'motor sport'},{'id':206925,'name':'indycar'},{'id':238380,'name':'racing driver'}]" +474002,[] +396461,"[{'id':1523,'name':'obsession'},{'id':1740,'name':'pop culture'},{'id':2908,'name':'secret society'},{'id':3182,'name':'seduction'},{'id':6562,'name':'celebrity'},{'id':8181,'name':'swimming pool'},{'id':9887,'name':'surrealism'},{'id':10123,'name':'dark comedy'},{'id':10410,'name':'conspiracy'},{'id':12547,'name':'billionaire'},{'id':12670,'name':'los angeles'},{'id':156948,'name':'missing child'},{'id':160840,'name':'dream sequence'},{'id':160970,'name':'apartment complex'},{'id':163306,'name':'bracelet'},{'id':180340,'name':'voyeur'},{'id':193521,'name':'part animation'},{'id':195402,'name':'film noir'},{'id':228947,'name':'hollywood hills'},{'id':249732,'name':'subliminal message'},{'id':249733,'name':'black and white scene'}]" +470820,"[{'id':2150,'name':'cocaine'},{'id':181650,'name':'alberta canada'},{'id':190179,'name':'parkinson's disease'},{'id':240237,'name':'mother son relationship'}]" +446696,"[{'id':3725,'name':'pregnancy'},{'id':10235,'name':'family relationships'},{'id':155225,'name':'theme song'},{'id':162904,'name':'estranged couple'},{'id':165576,'name':'intercultural relationship'},{'id':174089,'name':'unreliable narrator'},{'id':188341,'name':'traumatic accident'},{'id':208370,'name':'traumatic childhood'},{'id':228933,'name':'expecting'},{'id':229679,'name':'psychiatric treatment'}]" +455403,"[{'id':1992,'name':'professor'},{'id':4438,'name':'cousin'},{'id':5905,'name':'father'},{'id':13027,'name':'wedding'},{'id':249646,'name':'comedienne'},{'id':249647,'name':'comic'}]" +459974,"[{'id':1889,'name':'lake'},{'id':14544,'name':'robot'},{'id':18034,'name':'desert'},{'id':201715,'name':'hikers'}]" +12525,"[{'id':1879,'name':'shower'},{'id':2964,'name':'future'},{'id':3249,'name':'hologram'},{'id':9882,'name':'space'},{'id':9951,'name':'alien'},{'id':10183,'name':'independent film'},{'id':14601,'name':'explosion'}]" +454652,"[{'id':2309,'name':'nobel prize'},{'id':5565,'name':'biography'},{'id':10818,'name':'author'},{'id':208170,'name':'abusive marriage'}]" +559281,"[{'id':176127,'name':'open marriage'}]" +448557,"[{'id':9673,'name':'love'},{'id':40895,'name':'illness'}]" +566615,"[{'id':65,'name':'holiday'},{'id':9663,'name':'sequel'},{'id':207317,'name':'christmas'}]" +566574,"[{'id':4542,'name':'gold rush'},{'id':9503,'name':'outlaw'},{'id':10476,'name':'double crossed'},{'id':33344,'name':'bandit'},{'id':156183,'name':'west'},{'id':160799,'name':'posse'},{'id':191845,'name':'bank heist'}]" +481117,"[{'id':586,'name':'new jersey'},{'id':1228,'name':'1970s'},{'id':2792,'name':'boxer'},{'id':5565,'name':'biography'},{'id':6075,'name':'sport'},{'id':245393,'name':'champ'}]" +533527,"[{'id':6152,'name':'supernatural'},{'id':10112,'name':'ouija board'}]" +548887,"[{'id':5950,'name':'christian'},{'id':6081,'name':'nation'},{'id':6157,'name':'prayer'},{'id':9649,'name':'god'},{'id':9672,'name':'based on a true story'},{'id':192094,'name':'fire fighter'},{'id':232519,'name':'america'},{'id':248658,'name':'trump'},{'id':249624,'name':'shofar'}]" +37650,"[{'id':242,'name':'new york'},{'id':918,'name':'newspaper'},{'id':12193,'name':'reporter'},{'id':14512,'name':'new york city'},{'id':155457,'name':'screwball comedy'},{'id':156799,'name':'vermont'}]" +549671,"[{'id':3762,'name':'darkness'},{'id':6783,'name':'orphanage'},{'id':10224,'name':'haunting'},{'id':10349,'name':'survival'},{'id':15001,'name':'demon'},{'id':173125,'name':'shadow'},{'id':244457,'name':'siblings'},{'id':249578,'name':'urban explorers'}]" +532868,"[{'id':1956,'name':'world war ii'},{'id':2831,'name':'slavery'},{'id':6078,'name':'politics'},{'id':179585,'name':'american civil war'},{'id':209409,'name':'abraham lincoln'},{'id':248658,'name':'trump'}]" +503752,"[{'id':1329,'name':'canada'},{'id':1889,'name':'lake'},{'id':2587,'name':'married couple'},{'id':6259,'name':'psychopath'},{'id':9826,'name':'murder'},{'id':11826,'name':'cottage'},{'id':34215,'name':'lesbian interest'},{'id':154855,'name':'wedding anniversary'},{'id':157701,'name':'psychotic'},{'id':164658,'name':'rowboat'},{'id':242896,'name':'lesbian couple'}]" +516742,"[{'id':782,'name':'assassin'},{'id':2708,'name':'hitman'},{'id':3874,'name':'twist'},{'id':9673,'name':'love'},{'id':9748,'name':'revenge'},{'id':9856,'name':'flashback'},{'id':9950,'name':'thriller'},{'id':10410,'name':'conspiracy'}]" +565932,"[{'id':782,'name':'assassin'},{'id':155816,'name':'ex-wife'}]" +566114,"[{'id':949,'name':'terrorist'},{'id':4368,'name':'nuclear power plant'},{'id':34004,'name':'second chance'},{'id':156316,'name':'troubled teen'},{'id':156767,'name':'nuclear threat'}]" +557658,[] +533274,[] +489891,[] +416602,"[{'id':1812,'name':'fbi'},{'id':2355,'name':'american dream'},{'id':7507,'name':'collage'},{'id':9826,'name':'murder'},{'id':15127,'name':'killer'},{'id':155497,'name':'truck driver'},{'id':207819,'name':'accident'},{'id':219365,'name':'dead son'},{'id':228066,'name':'paralyzed'},{'id':241500,'name':'diorama'}]" +566182,"[{'id':4379,'name':'time travel'},{'id':9706,'name':'anthology'}]" +490168,"[{'id':1336,'name':'ransom'},{'id':1930,'name':'kidnapping'},{'id':11578,'name':'mobster'},{'id':180521,'name':'bonus'},{'id':249569,'name':'the boss'}]" +421760,[] +371042,"[{'id':220,'name':'berlin germany'},{'id':776,'name':'screenplay'},{'id':9748,'name':'revenge'},{'id':13112,'name':'murderer'},{'id':33780,'name':'dentist'},{'id':244256,'name':'near future'},{'id':249566,'name':'anarchic'},{'id':249567,'name':'fairytale'}]" +27280,"[{'id':417,'name':'corruption'},{'id':5340,'name':'investigation'},{'id':10391,'name':'mafia'},{'id':13059,'name':'prostitution'},{'id':15167,'name':'police detective'},{'id':155545,'name':'vice squad'},{'id':192248,'name':'white slavery'}]" +554476,"[{'id':10224,'name':'haunting'},{'id':162846,'name':'ghost'}]" +62033,"[{'id':793,'name':'drowning'},{'id':798,'name':'sheriff'},{'id':8181,'name':'swimming pool'},{'id':9826,'name':'murder'},{'id':10714,'name':'serial killer'}]" +87342,"[{'id':585,'name':'casino'},{'id':596,'name':'adultery'},{'id':613,'name':'new year's eve'},{'id':642,'name':'robbery'},{'id':1420,'name':'gas station'},{'id':3149,'name':'gangster'},{'id':9826,'name':'murder'},{'id':10051,'name':'heist'},{'id':18034,'name':'desert'}]" +494900,"[{'id':155457,'name':'screwball comedy'}]" +488621,[] +564766,"[{'id':708,'name':'runaway'},{'id':3875,'name':'barn'},{'id':18115,'name':'retired'},{'id':18252,'name':'young girl'},{'id':190883,'name':'horse trainer'}]" +9278,"[{'id':818,'name':'based on novel or book'},{'id':2964,'name':'future'},{'id':3713,'name':'chase'},{'id':4379,'name':'time travel'},{'id':4458,'name':'post-apocalyptic'},{'id':4565,'name':'dystopia'},{'id':4978,'name':'immortality'}]" +446894,"[{'id':485,'name':'nepal'},{'id':486,'name':'himalaya'},{'id':1445,'name':'ice'},{'id':4344,'name':'musical'},{'id':8873,'name':'yeti'},{'id':10794,'name':'snow'},{'id':11477,'name':'anthropomorphism'},{'id':13031,'name':'creature'},{'id':15101,'name':'based on children's book'},{'id':209714,'name':'3d'},{'id':249530,'name':'plane crash'}]" +512747,"[{'id':1228,'name':'1970s'},{'id':13042,'name':'soccer'},{'id':14641,'name':'based on memoir or autobiography'}]" +535437,"[{'id':2462,'name':'m.i.t.'},{'id':3616,'name':'college'},{'id':207468,'name':'app'},{'id':246985,'name':'dating apps'}]" +550216,[] +511858,[] +462613,"[{'id':1449,'name':'underworld'},{'id':10726,'name':'gang'},{'id':206593,'name':'gangland'},{'id':209476,'name':'boxing'}]" +455842,"[{'id':65,'name':'holiday'},{'id':2673,'name':'horse'},{'id':4948,'name':'retirement'},{'id':10385,'name':'reindeer'},{'id':34154,'name':'north pole'},{'id':207317,'name':'christmas'},{'id':249221,'name':'santa'}]" +472025,"[{'id':2671,'name':'heroin'},{'id':4729,'name':'dublin'},{'id':5301,'name':'brother'},{'id':8508,'name':'party'},{'id':10181,'name':'based on play or musical'},{'id':11462,'name':'lost weekend'},{'id':14964,'name':'drugs'},{'id':164296,'name':'addict'},{'id':177927,'name':'homeless'},{'id':186117,'name':'dj'},{'id':190070,'name':'reconnect'}]" +508006,"[{'id':5301,'name':'brother'},{'id':10988,'name':'based on tv series'},{'id':14985,'name':'ireland'},{'id':158642,'name':'long lost relative'}]" +497622,"[{'id':4474,'name':'ornithology'},{'id':6150,'name':'faith'}]" +461923,"[{'id':1691,'name':'dance'},{'id':10873,'name':'school'},{'id':156028,'name':'broadway'},{'id':156558,'name':'showcase'}]" +557818,"[{'id':1480,'name':'baseball'},{'id':6075,'name':'sport'},{'id':14659,'name':'girl'},{'id':155808,'name':'hometown'}]" +502141,"[{'id':1480,'name':'baseball'},{'id':155503,'name':'bookie'},{'id':162739,'name':'little league'},{'id':173606,'name':'betting'}]" +547965,"[{'id':441,'name':'assassination'},{'id':210071,'name':'attorney general'},{'id':249565,'name':'clandestine forces'}]" +554220,"[{'id':10138,'name':'satan'},{'id':14999,'name':'devil'},{'id':184297,'name':'mystery killer'}]" +489136,"[{'id':15101,'name':'based on children's book'}]" +525554,"[{'id':1568,'name':'undercover'},{'id':1690,'name':'belgium'},{'id':3088,'name':'bodyguard'},{'id':6740,'name':'brussels'},{'id':10553,'name':'bouncer'},{'id':10712,'name':'night club'},{'id':14522,'name':'co-worker'},{'id':33476,'name':'widower'},{'id':240303,'name':'father daughter relationship'}]" +565762,"[{'id':9706,'name':'anthology'},{'id':11532,'name':'grindhouse'},{'id':243262,'name':'80s throwback'}]" +553077,"[{'id':3358,'name':'haunted house'},{'id':9853,'name':'paranormal'},{'id':162846,'name':'ghost'},{'id':163053,'name':'found footage'}]" +477794,[] +512701,"[{'id':9663,'name':'sequel'},{'id':12339,'name':'slasher'},{'id':13153,'name':'spirit'},{'id':176691,'name':'killer clown'},{'id':224134,'name':'sov'},{'id':242982,'name':'camp blood'},{'id':245115,'name':'eighth part'}]" +515920,"[{'id':5501,'name':'stay-at-home dad'},{'id':232958,'name':'ride-share'}]" +471288,"[{'id':6019,'name':'human trafficking'},{'id':10303,'name':'domestic abuse'},{'id':10809,'name':'teenage girl'},{'id':15365,'name':'held captive'},{'id':33608,'name':'gardener'},{'id':202760,'name':'hopeless'},{'id':215138,'name':'domestic worker'},{'id':228523,'name':'inspired by true events'},{'id':237462,'name':'wealthy family'},{'id':244406,'name':'illegal alien'}]" +552858,"[{'id':8015,'name':'cop'},{'id':9748,'name':'revenge'},{'id':15234,'name':'convict'},{'id':160246,'name':'childhood friends'}]" +525041,"[{'id':9663,'name':'sequel'},{'id':9920,'name':'royalty'},{'id':13027,'name':'wedding'},{'id':207317,'name':'christmas'}]" +71142,"[{'id':1333,'name':'desperation'},{'id':1568,'name':'undercover'},{'id':2231,'name':'drug dealer'},{'id':2393,'name':'adoption'},{'id':8015,'name':'cop'},{'id':9104,'name':'partner'},{'id':15108,'name':'justice'},{'id':211062,'name':'ethics'}]" +27545,"[{'id':4958,'name':'injection'},{'id':4995,'name':'aging'},{'id':8803,'name':'serum'},{'id':11677,'name':'secretary'},{'id':13112,'name':'murderer'},{'id':14760,'name':'scientist'},{'id':14793,'name':'wasp'},{'id':15086,'name':'advertising'},{'id':17973,'name':'skin'},{'id':188474,'name':'cosmetics'},{'id':188475,'name':'enzyme'},{'id':188476,'name':'women killing women'}]" +556075,[] +28421,"[{'id':770,'name':'scotland yard'},{'id':1299,'name':'monster'},{'id':6255,'name':'insanity'},{'id':9663,'name':'sequel'},{'id':9826,'name':'murder'},{'id':14760,'name':'scientist'},{'id':41410,'name':'madness'},{'id':160130,'name':'invisible man'}]" +437081,"[{'id':4278,'name':'invasion'},{'id':6091,'name':'war'},{'id':9672,'name':'based on a true story'},{'id':11032,'name':'defense'},{'id':33974,'name':'fortress'},{'id':207941,'name':'17th century'},{'id':232421,'name':'joseon dynasty'},{'id':250187,'name':'chinese invasion of korea'}]" +502157,"[{'id':3412,'name':'star'},{'id':9955,'name':'urban legend'},{'id':12396,'name':'hollywood'}]" +14384,"[{'id':818,'name':'based on novel or book'},{'id':10563,'name':'attack'},{'id':14546,'name':'massacre'},{'id':33652,'name':'private'}]" +481845,"[{'id':6025,'name':'photography'}]" +43192,"[{'id':793,'name':'drowning'},{'id':2343,'name':'magic'},{'id':2594,'name':'magic show'},{'id':4988,'name':'tricks'},{'id':5565,'name':'biography'},{'id':9937,'name':'suspense'},{'id':10685,'name':'escape'},{'id':208192,'name':'houdini'}]" +33475,"[{'id':12416,'name':'horror spoof'},{'id':14915,'name':'invisible'}]" +26525,"[{'id':8044,'name':'flight'},{'id':184559,'name':'guardian angel'},{'id':195719,'name':'wings'}]" +15360,"[{'id':3133,'name':'vampire'}]" +29453,"[{'id':2343,'name':'magic'}]" +487786,"[{'id':9826,'name':'murder'},{'id':10714,'name':'serial killer'}]" +965,"[{'id':931,'name':'jealousy'},{'id':1415,'name':'small town'},{'id':1459,'name':'marriage proposal'},{'id':2038,'name':'love of one's life'},{'id':4555,'name':'only child'},{'id':5809,'name':'marriage crisis'}]" +565195,"[{'id':2116,'name':'sleep'},{'id':5923,'name':'sister'},{'id':6152,'name':'supernatural'},{'id':241860,'name':'burglars'}]" +532944,"[{'id':7020,'name':'bodybuilding'}]" +446131,[] +526510,"[{'id':10349,'name':'survival'},{'id':12377,'name':'zombie'},{'id':14909,'name':'alien invasion'},{'id':188351,'name':'catastrophe'},{'id':193594,'name':'pittsburgh'}]" +565339,"[{'id':497,'name':'shakespeare'},{'id':4458,'name':'post-apocalyptic'},{'id':6152,'name':'supernatural'}]" +335983,"[{'id':582,'name':'san francisco'},{'id':1612,'name':'spacecraft'},{'id':2095,'name':'anti hero'},{'id':4862,'name':'alien life-form'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':15285,'name':'spin off'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'},{'id':191297,'name':'business tycoon'},{'id':244157,'name':'genetic experiment'}]" +463821,"[{'id':818,'name':'based on novel or book'},{'id':1507,'name':'clock'},{'id':3358,'name':'haunted house'},{'id':6464,'name':'uncle'},{'id':13014,'name':'orphan'},{'id':171964,'name':'secret passageway'},{'id':208611,'name':'1950s'},{'id':236458,'name':'magician'}]" +487635,"[{'id':10123,'name':'dark comedy'},{'id':192600,'name':'island prison'},{'id':239568,'name':'finnish civil war'}]" +485313,"[{'id':779,'name':'martial arts'},{'id':3436,'name':'karate'}]" +506680,"[{'id':447,'name':'post traumatic stress disorder'},{'id':818,'name':'based on novel or book'},{'id':5565,'name':'biography'},{'id':6150,'name':'faith'},{'id':9663,'name':'sequel'}]" +510079,"[{'id':212,'name':'london'},{'id':2187,'name':'riot'},{'id':157303,'name':'first love'},{'id':240237,'name':'mother son relationship'}]" +17170,"[{'id':4620,'name':'magazine'},{'id':13028,'name':'writer'},{'id':14964,'name':'drugs'},{'id':167198,'name':'fashion show'}]" +346910,"[{'id':1297,'name':'predator'},{'id':9663,'name':'sequel'},{'id':9951,'name':'alien'},{'id':162365,'name':'military'}]" +20443,"[{'id':6075,'name':'sport'}]" +226140,"[{'id':9663,'name':'sequel'},{'id':12339,'name':'slasher'},{'id':187056,'name':'woman director'}]" +18835,"[{'id':572,'name':'sex'},{'id':6158,'name':'cult'},{'id':7984,'name':'bikini'},{'id':9713,'name':'friends'},{'id':10873,'name':'school'},{'id':13130,'name':'teenager'},{'id':171636,'name':'drag'},{'id':180340,'name':'voyeur'}]" +49365,"[{'id':1415,'name':'small town'},{'id':3335,'name':'halloween'},{'id':5202,'name':'boy'},{'id':9826,'name':'murder'},{'id':14805,'name':'maniac'},{'id':162846,'name':'ghost'},{'id':208992,'name':'1960s'}]" +21454,"[{'id':378,'name':'prison'},{'id':2564,'name':'wheelchair'},{'id':6634,'name':'wheelchair user '},{'id':6783,'name':'orphanage'},{'id':33518,'name':'district attorney'},{'id':195402,'name':'film noir'},{'id':205598,'name':'stolen jewelry'},{'id':207921,'name':'small time crook'}]" +413543,[] +464850,"[{'id':2964,'name':'future'},{'id':9717,'name':'based on comic'},{'id':244863,'name':'first part'}]" +47735,"[{'id':3725,'name':'pregnancy'},{'id':8085,'name':'stockholm'},{'id':165100,'name':'young love'},{'id':177922,'name':'archipelago'},{'id':177923,'name':'midsummer'}]" +14906,"[{'id':1161,'name':'brazil'},{'id':162710,'name':'culture'}]" +797,"[{'id':428,'name':'nurse'},{'id':718,'name':'confession'},{'id':1566,'name':'dream'},{'id':10085,'name':'betrayal'},{'id':14781,'name':'patient'},{'id':14819,'name':'violence'},{'id':155625,'name':'silence'},{'id':159313,'name':'psychiatry'},{'id':166989,'name':'submerged'},{'id':198914,'name':'institution'},{'id':207583,'name':'actress'},{'id':208788,'name':'medical drama'}]" +514201,[] +38761,"[{'id':15199,'name':'rabbit'},{'id':158251,'name':'dead family'},{'id':158252,'name':'giant animal'},{'id':158253,'name':'mutant animal'},{'id':158254,'name':'pantyhose'},{'id':158256,'name':'gene manipulation'},{'id':158259,'name':'child killed by animal'},{'id':158261,'name':'bloody body of child'}]" +478149,"[{'id':12667,'name':'tokusatsu'},{'id':220489,'name':'garo'},{'id':238411,'name':'makai knight'}]" +614,"[{'id':596,'name':'adultery'},{'id':1284,'name':'identity'},{'id':1566,'name':'dream'},{'id':1743,'name':'journey in the past'},{'id':1992,'name':'professor'},{'id':2417,'name':'self-awareness'},{'id':3030,'name':'nightmare'},{'id':4995,'name':'aging'},{'id':6150,'name':'faith'},{'id':208349,'name':'child'},{'id':208873,'name':'acceptance'}]" +473706,"[{'id':6733,'name':'bullying'},{'id':10683,'name':'coming of age'},{'id':18020,'name':'fantasy sequence'},{'id':157303,'name':'first love'},{'id':157943,'name':'hunchback'},{'id':186789,'name':'dream world'},{'id':187056,'name':'woman director'},{'id':240315,'name':'mother daughter relationship'},{'id':241896,'name':'unfit mother'}]" +13222,"[{'id':8232,'name':'west virginia'},{'id':10183,'name':'independent film'},{'id':10374,'name':'archive footage'},{'id':34262,'name':'infatuation'}]" +481952,"[{'id':1631,'name':'concentration camp'},{'id':1956,'name':'world war ii'},{'id':2652,'name':'nazi'},{'id':12564,'name':'werewolf'},{'id':13065,'name':'soldier'},{'id':34094,'name':'extramarital affair'},{'id':161352,'name':'ilse koch'},{'id':234492,'name':'american soldiers'},{'id':239390,'name':'human experiment'},{'id':249462,'name':'josef mengele'}]" +565243,"[{'id':6256,'name':'truth'},{'id':9826,'name':'murder'},{'id':219801,'name':'death of spouse'},{'id':236569,'name':'wrongly accused'}]" +516834,"[{'id':65,'name':'holiday'},{'id':10058,'name':'sorority'},{'id':12339,'name':'slasher'},{'id':186463,'name':'holiday horror'},{'id':207317,'name':'christmas'}]" +554979,"[{'id':1299,'name':'monster'},{'id':5921,'name':'step mother'},{'id':6733,'name':'bullying'},{'id':10624,'name':'bully'},{'id':10873,'name':'school'},{'id':12279,'name':'family drama'},{'id':14544,'name':'robot'},{'id':18035,'name':'family'},{'id':157213,'name':'death of mother'},{'id':212795,'name':'blended family'},{'id':225061,'name':'friend'}]" +28289,"[{'id':428,'name':'nurse'},{'id':1960,'name':'mine'},{'id':210947,'name':'lovelorn'}]" +49225,"[{'id':437,'name':'painter'},{'id':911,'name':'exotic island'},{'id':2087,'name':'lolita'},{'id':3094,'name':'australian'},{'id':4663,'name':'lovers'},{'id':5565,'name':'biography'},{'id':6876,'name':'vacation'},{'id':10938,'name':'old man'}]" +548162,"[{'id':18029,'name':'trapped'},{'id':162846,'name':'ghost'},{'id':249456,'name':'cargo container'},{'id':249458,'name':'one person'}]" +42267,"[{'id':417,'name':'corruption'},{'id':3713,'name':'chase'},{'id':5572,'name':'fistfight'},{'id':14819,'name':'violence'},{'id':15291,'name':'on the road'},{'id':155497,'name':'truck driver'},{'id':188933,'name':'bar fight'},{'id':206850,'name':'canuxploitation'},{'id':217887,'name':'truck chase'}]" +468817,"[{'id':456,'name':'mother'},{'id':9672,'name':'based on a true story'},{'id':9673,'name':'love'},{'id':220209,'name':'barista'}]" +565604,"[{'id':1523,'name':'obsession'},{'id':10614,'name':'tragedy'},{'id':41410,'name':'madness'},{'id':221890,'name':'romantic weekend'}]" +118051,"[{'id':6054,'name':'friendship'},{'id':9713,'name':'friends'}]" +40549,[] +474383,"[{'id':2215,'name':'hurricane'},{'id':2411,'name':'new orleans'},{'id':3392,'name':'voodoo'},{'id':5721,'name':'engineer'},{'id':159346,'name':'deceit'}]" +39209,"[{'id':10322,'name':'native american'},{'id':163674,'name':'gunfighter'},{'id':208155,'name':'hunting party'}]" +55650,[] +542460,"[{'id':156866,'name':'based on short story'},{'id':236688,'name':'sisters'}]" +304816,"[{'id':416,'name':'miami'},{'id':1384,'name':'diamond'},{'id':10503,'name':'scuba diving'},{'id':40903,'name':'diamond heist'},{'id':159747,'name':'diamond theft'},{'id':180314,'name':'diamond necklace'},{'id':197804,'name':'insurance detective'}]" +119421,[] +304081,[] +30734,"[{'id':3590,'name':'piano lessons'},{'id':180488,'name':'foster daughter'}]" +18890,"[{'id':10506,'name':'prehistoric'},{'id':12616,'name':'dinosaur'},{'id':166958,'name':'prehistoric creature'},{'id':178645,'name':'prehistoric adventure'},{'id':183414,'name':'prehistoric times'}]" +7091,"[{'id':2726,'name':'therapist'},{'id':3133,'name':'vampire'},{'id':3298,'name':'hallucination'},{'id':4197,'name':'bite'},{'id':6255,'name':'insanity'},{'id':6262,'name':'delusion'},{'id':9826,'name':'murder'},{'id':10123,'name':'dark comedy'},{'id':10712,'name':'night club'},{'id':160059,'name':'psychosis'},{'id':224795,'name':'drinking blood'}]" +5968,"[{'id':582,'name':'san francisco'},{'id':596,'name':'adultery'},{'id':1326,'name':'infidelity'},{'id':1523,'name':'obsession'},{'id':165317,'name':'based on movie'},{'id':168750,'name':'advertising executive'},{'id':183185,'name':'red dress'}]" +11536,"[{'id':1019,'name':'rodeo'},{'id':4956,'name':'decision'},{'id':5876,'name':'reno'},{'id':8241,'name':'mustang'},{'id':13072,'name':'falling in love'},{'id':14764,'name':'bull'},{'id':15160,'name':'divorce'},{'id':18034,'name':'desert'},{'id':190078,'name':'bull riding'},{'id':209231,'name':'contemporary west'}]" +10612,"[{'id':1209,'name':'wales'},{'id':2504,'name':'world war i'},{'id':5331,'name':'village'},{'id':214527,'name':'cartographer'}]" +14655,"[{'id':179431,'name':'duringcreditsstinger'}]" +11157,"[{'id':2751,'name':'career woman'},{'id':4481,'name':'deceived wife'},{'id':9748,'name':'revenge'},{'id':10818,'name':'author'},{'id':15160,'name':'divorce'},{'id':155294,'name':'family conflict'},{'id':187056,'name':'woman director'}]" +269198,"[{'id':74,'name':'germany'},{'id':1661,'name':'sarajevo'},{'id':1662,'name':'bosnia and herzegovina'},{'id':2504,'name':'world war i'},{'id':7492,'name':'serbia'},{'id':155375,'name':'austria-hungary'},{'id':210184,'name':'1910s'},{'id':248545,'name':'archduke'}]" +11617,"[{'id':1556,'name':'texas'},{'id':3591,'name':'settler'},{'id':4616,'name':'apache'},{'id':5616,'name':'united states–mexico barrier'},{'id':240119,'name':'father son relationship'}]" +417688,[] +1955,"[{'id':2804,'name':'exploitation'},{'id':5565,'name':'biography'},{'id':9672,'name':'based on a true story'},{'id':11612,'name':'hospital'},{'id':158023,'name':'curiosity'},{'id':163075,'name':'sideshow'},{'id':170383,'name':'disfigurement'},{'id':203624,'name':'physical deformity'},{'id':207673,'name':'freak'},{'id':207928,'name':'19th century'},{'id':208666,'name':'dignity'}]" +11112,"[{'id':3658,'name':'career'},{'id':4411,'name':'sexism'},{'id':4970,'name':'autonomy'},{'id':5628,'name':'broker'},{'id':5636,'name':'wall street'},{'id':9104,'name':'partner'}]" +29444,"[{'id':697,'name':'loss of loved one'},{'id':818,'name':'based on novel or book'},{'id':1562,'name':'hostage'},{'id':1930,'name':'kidnapping'},{'id':3725,'name':'pregnancy'},{'id':6007,'name':'media'},{'id':6562,'name':'celebrity'},{'id':10349,'name':'survival'},{'id':10685,'name':'escape'},{'id':10809,'name':'teenage girl'},{'id':11612,'name':'hospital'},{'id':11799,'name':'reality spoof'},{'id':13130,'name':'teenager'},{'id':15069,'name':'masked man'},{'id':15249,'name':'tragic event'},{'id':15402,'name':'popularity'},{'id':156064,'name':'homecoming'},{'id':158584,'name':'tv news'},{'id':249407,'name':'media exploitation'}]" +468219,"[{'id':782,'name':'assassin'},{'id':2708,'name':'hitman'},{'id':155793,'name':'attempted suicide'},{'id':236602,'name':'death wish'}]" +26326,"[{'id':578,'name':'rock 'n' roll'},{'id':4470,'name':'punk'},{'id':9783,'name':'bong'},{'id':11196,'name':'rebellion'},{'id':11663,'name':'camp'},{'id':155614,'name':'ramones'}]" +105130,[] +65092,[] +47721,[] +78360,[] +78359,"[{'id':2343,'name':'magic'},{'id':10873,'name':'school'},{'id':177912,'name':'wizard'}]" +51143,"[{'id':10180,'name':'homosexuality'},{'id':10551,'name':'ballet'}]" +543580,"[{'id':2504,'name':'world war i'},{'id':209714,'name':'3d'},{'id':248911,'name':'armistice day'}]" +51141,"[{'id':1382,'name':'factory'},{'id':46960,'name':'reformatory'}]" +97211,"[{'id':6805,'name':'fashion photographer'},{'id':167200,'name':'fashion model'}]" +106122,[] +555058,"[{'id':14712,'name':'young woman'},{'id':15127,'name':'killer'},{'id':34079,'name':'death'},{'id':249379,'name':'mirror'}]" +564441,"[{'id':1009,'name':'baby'},{'id':1930,'name':'kidnapping'},{'id':156121,'name':'ex-con'},{'id':159947,'name':'parents'},{'id':208591,'name':'abortion'},{'id':249325,'name':'hardcore christian'}]" +437103,"[{'id':5246,'name':'students' movement'},{'id':5318,'name':'seoul'},{'id':33640,'name':'democracy'},{'id':156887,'name':'military dictatorship'},{'id':158540,'name':'south korea'},{'id':159289,'name':'historical event'},{'id':173644,'name':'communism'}]" +489471,"[{'id':8624,'name':'climbing'},{'id':8626,'name':'yosemite'},{'id':201008,'name':'rock climbing'},{'id':235710,'name':'el capitan'}]" +1945,"[{'id':697,'name':'loss of loved one'},{'id':1608,'name':'twin sister'},{'id':1646,'name':'autism'},{'id':1889,'name':'lake'},{'id':2171,'name':'kaspar-hauser-syndrom'},{'id':5650,'name':'feral child'},{'id':5774,'name':'forest'},{'id':5922,'name':'north carolina'},{'id':11268,'name':'psychologist'},{'id':18035,'name':'family'}]" +2383,"[{'id':818,'name':'based on novel or book'},{'id':1329,'name':'canada'},{'id':2805,'name':'rocky mountains'},{'id':3593,'name':'wilderness'},{'id':6202,'name':'spring'},{'id':6533,'name':'kodiak bear'},{'id':6534,'name':'brown bear'},{'id':6535,'name':'puma'},{'id':6536,'name':'trapper'},{'id':13088,'name':'summer'},{'id':15162,'name':'dog'},{'id':217056,'name':'bear cub'}]" +5961,"[{'id':380,'name':'sibling relationship'},{'id':697,'name':'loss of loved one'},{'id':1192,'name':'sweden'},{'id':2637,'name':'bishop'},{'id':3737,'name':'dying and death'},{'id':3739,'name':'funeral'},{'id':4333,'name':'theatre group'},{'id':5561,'name':'child prodigy'},{'id':162846,'name':'ghost'},{'id':207317,'name':'christmas'},{'id':236170,'name':'early 1900s'}]" +60899,[] +419407,[] +13595,"[{'id':1224,'name':'radio station'},{'id':5540,'name':'heavy metal'},{'id':18001,'name':'rock band'}]" +422027,"[{'id':10322,'name':'native american'},{'id':206184,'name':'runaway teen'},{'id':236526,'name':'caribou'}]" +12538,"[{'id':1741,'name':'blindness and impaired vision'},{'id':187056,'name':'woman director'}]" +13005,"[{'id':917,'name':'journalism'},{'id':922,'name':'hotel room'},{'id':1731,'name':'writing'},{'id':2340,'name':'paranoia'},{'id':2946,'name':'presidential election'},{'id':5565,'name':'biography'},{'id':6165,'name':'historical figure'},{'id':10909,'name':'lawyer'},{'id':11494,'name':'drug use'},{'id':12670,'name':'los angeles'},{'id':13028,'name':'writer'},{'id':33519,'name':'courtroom'},{'id':34030,'name':'typewriter'},{'id':154986,'name':'gonzo'},{'id':208992,'name':'1960s'},{'id':211482,'name':'bison'},{'id':220529,'name':'super bowl'}]" +19053,"[{'id':567,'name':'alcohol'},{'id':572,'name':'sex'},{'id':4470,'name':'punk'},{'id':6027,'name':'music'},{'id':8508,'name':'party'},{'id':9673,'name':'love'},{'id':9713,'name':'friends'},{'id':9840,'name':'romance'},{'id':13130,'name':'teenager'},{'id':14819,'name':'violence'},{'id':14828,'name':'city'},{'id':14964,'name':'drugs'},{'id':187056,'name':'woman director'},{'id':201269,'name':'trendy'},{'id':201270,'name':'shallow'}]" +11602,"[{'id':222,'name':'schizophrenia'},{'id':2041,'name':'island'},{'id':5600,'name':'daughter'},{'id':10183,'name':'independent film'},{'id':10818,'name':'author'},{'id':41329,'name':'mental illness'},{'id':164880,'name':'electroconvulsive therapy'},{'id':209035,'name':'loss of sanity'}]" +47474,"[{'id':74,'name':'germany'},{'id':236,'name':'suicide'},{'id':291,'name':'circus'},{'id':9937,'name':'suspense'}]" +41556,"[{'id':1332,'name':'cheating'},{'id':13027,'name':'wedding'},{'id':40798,'name':'romantic literature'},{'id':187056,'name':'woman director'}]" +21539,"[{'id':290,'name':'angel'},{'id':2409,'name':'church choir'},{'id':5708,'name':'gospel'},{'id':172504,'name':'reverend'},{'id':179567,'name':'crisis of faith'},{'id':187056,'name':'woman director'},{'id':207317,'name':'christmas'}]" +11347,"[{'id':570,'name':'rape'},{'id':745,'name':'nun'},{'id':1530,'name':'temple'},{'id':2389,'name':'virgin'},{'id':3133,'name':'vampire'},{'id':3496,'name':'snake charmer'},{'id':3851,'name':'dangerous'},{'id':6396,'name':'worm'},{'id':9201,'name':'derbyshire'},{'id':10864,'name':'human sacrifice'},{'id':11083,'name':'paganism'},{'id':41586,'name':'archaeologist'},{'id':41592,'name':'monastery'}]" +22307,"[{'id':572,'name':'sex'},{'id':703,'name':'detective'},{'id':3298,'name':'hallucination'},{'id':3581,'name':'witness'},{'id':6149,'name':'police'},{'id':6255,'name':'insanity'},{'id':9826,'name':'murder'},{'id':9937,'name':'suspense'},{'id':10092,'name':'mystery'},{'id':10226,'name':'neighbor'},{'id':14742,'name':'psychic'},{'id':14818,'name':'model'},{'id':15016,'name':'twins'},{'id':33632,'name':'apartment'},{'id':156075,'name':'evil'},{'id':203579,'name':'report'}]" +10486,"[{'id':65,'name':'holiday'},{'id':5600,'name':'daughter'},{'id':6876,'name':'vacation'},{'id':33694,'name':'family holiday'},{'id':167861,'name':'caribbean'}]" +561894,"[{'id':6075,'name':'sport'},{'id':6344,'name':'liverpool'},{'id':13042,'name':'soccer'},{'id':179579,'name':'liverpool fc'},{'id':203520,'name':'uefa'}]" +18333,"[{'id':2041,'name':'island'},{'id':2679,'name':'artist'},{'id':161534,'name':'pregnant wife'},{'id':191815,'name':'breakdown'}]" +405551,"[{'id':1890,'name':'camping'},{'id':9720,'name':'woods'},{'id':13031,'name':'creature'},{'id':232514,'name':'hunters'},{'id':232515,'name':'enclosure'}]" +438339,[] +563801,[] +42602,[] +48145,[] +564009,[] +26372,[] +563799,"[{'id':3519,'name':'silicon valley'},{'id':9673,'name':'love'},{'id':156091,'name':'missing person'},{'id':185525,'name':'private eye'},{'id':249236,'name':'tech investor'}]" +96118,"[{'id':3457,'name':'cellist'},{'id':156273,'name':'critic'},{'id':214480,'name':'music critic'}]" +490000,[] +70411,"[{'id':190370,'name':'erotic movie'}]" +39284,"[{'id':3537,'name':'orchestra'},{'id':8608,'name':'violinist'},{'id':11869,'name':'mistress'},{'id':192471,'name':'orchestra conductor'}]" +527435,"[{'id':1925,'name':'camera'},{'id':1991,'name':'santa claus'},{'id':5301,'name':'brother'},{'id':5923,'name':'sister'},{'id':10103,'name':'children'},{'id':189092,'name':'journey'},{'id':193048,'name':'christmas spirit'},{'id':207317,'name':'christmas'},{'id':222999,'name':'chronicles'},{'id':249221,'name':'santa'}]" +47473,"[{'id':2041,'name':'island'},{'id':2913,'name':'diary'},{'id':4118,'name':'ballet dancer'},{'id':10551,'name':'ballet'},{'id':10937,'name':'memory'},{'id':186956,'name':'tragic romance'},{'id':200129,'name':'summer romance'}]" +11700,"[{'id':1655,'name':'country house'},{'id':2695,'name':'ex-lover'},{'id':3752,'name':'night'},{'id':10909,'name':'lawyer'},{'id':11869,'name':'mistress'},{'id':34094,'name':'extramarital affair'},{'id':163110,'name':'theatre'},{'id':236170,'name':'early 1900s'},{'id':238715,'name':'unconsummated marriage'}]" +26005,[] +42152,"[{'id':237,'name':'gay'},{'id':1013,'name':'homophobia'},{'id':1566,'name':'dream'},{'id':34079,'name':'death'},{'id':158718,'name':'lgbt'},{'id':224854,'name':'epilogue'}]" +389972,[] +479718,[] +558341,"[{'id':9716,'name':'stand-up comedy'},{'id':33731,'name':'stand-up comedian'}]" +239,"[{'id':520,'name':'chicago'},{'id':1196,'name':'florida'},{'id':3581,'name':'witness'},{'id':4048,'name':'musician'},{'id':10391,'name':'mafia'},{'id':12090,'name':'cross dressing'},{'id':13008,'name':'train'},{'id':33624,'name':'band'},{'id':160395,'name':'spats'},{'id':160396,'name':'all girl band'},{'id':160397,'name':'st. valentine's day massacre'},{'id':160400,'name':'sugar'},{'id':160404,'name':'valentine's day'},{'id':160406,'name':'dressing'}]" +10238,"[{'id':380,'name':'sibling relationship'},{'id':1192,'name':'sweden'},{'id':3737,'name':'dying and death'},{'id':10163,'name':'cancer'},{'id':12545,'name':'mansion'},{'id':207928,'name':'19th century'},{'id':236688,'name':'sisters'}]" +452313,"[{'id':9914,'name':'slice of life'}]" +29455,"[{'id':236,'name':'suicide'},{'id':1442,'name':'winter'},{'id':1499,'name':'pastor'},{'id':6150,'name':'faith'},{'id':10093,'name':'priest'},{'id':190755,'name':'meaningless existence'}]" +11506,"[{'id':380,'name':'sibling relationship'},{'id':572,'name':'sex'},{'id':612,'name':'hotel'},{'id':9935,'name':'travel'},{'id':10183,'name':'independent film'},{'id':14837,'name':'rage'},{'id':33513,'name':'desire'}]" +490,"[{'id':316,'name':'chess'},{'id':548,'name':'countryside'},{'id':616,'name':'witch'},{'id':1318,'name':'blacksmith'},{'id':1501,'name':'allegory'},{'id':1715,'name':'symbolism'},{'id':2679,'name':'artist'},{'id':2829,'name':'last judgment'},{'id':2867,'name':'pest'},{'id':2868,'name':'crusade'},{'id':2869,'name':'juggler'},{'id':2871,'name':'burning of witches'},{'id':2875,'name':'sense of life'},{'id':3737,'name':'dying and death'},{'id':15001,'name':'demon'},{'id':179870,'name':'black death'},{'id':208313,'name':'death personified'},{'id':209837,'name':'death incarnate'},{'id':237612,'name':'14th century'}]" +563388,[] +12761,"[{'id':697,'name':'loss of loved one'},{'id':6038,'name':'marriage'},{'id':14743,'name':'pianist'},{'id':41402,'name':'invalid'}]" +563588,"[{'id':50244,'name':'making of'},{'id':204166,'name':'dvd extra'}]" +563289,[] +12520,"[{'id':437,'name':'painter'},{'id':572,'name':'sex'},{'id':3603,'name':'fascist'},{'id':4411,'name':'sexism'},{'id':6078,'name':'politics'},{'id':6563,'name':'wine'},{'id':7856,'name':'racist'},{'id':8201,'name':'satire'},{'id':8508,'name':'party'},{'id':9826,'name':'murder'},{'id':10093,'name':'priest'},{'id':12997,'name':'dinner'},{'id':14831,'name':'stabbing'},{'id':34079,'name':'death'},{'id':156042,'name':'hypocrisy'},{'id':187056,'name':'woman director'},{'id':208517,'name':'elitism'},{'id':208518,'name':'burial'}]" +412988,"[{'id':549,'name':'prostitute'},{'id':1812,'name':'fbi'},{'id':6300,'name':'puppet'},{'id':11192,'name':'adult humor'},{'id':11691,'name':'puppetry'},{'id':11931,'name':'spoof'},{'id':18026,'name':'drug lord'},{'id':155351,'name':'muppet'},{'id':167316,'name':'buddy cop'}]" +465501,[] +281315,"[{'id':8624,'name':'climbing'},{'id':14728,'name':'antarctica'},{'id':159212,'name':'mountain climbing'},{'id':201008,'name':'rock climbing'}]" +455974,"[{'id':970,'name':'parent child relationship'},{'id':1525,'name':'puberty'},{'id':10683,'name':'coming of age'},{'id':13130,'name':'teenager'},{'id':187056,'name':'woman director'}]" +464911,"[{'id':1453,'name':'amnesia'},{'id':161891,'name':'doppelgänger'},{'id':212803,'name':'dissociative identity disorder'},{'id':236458,'name':'magician'}]" +539069,[] +9005,"[{'id':3149,'name':'gangster'},{'id':3688,'name':'strip club'},{'id':6593,'name':'stripper'},{'id':8207,'name':'crook'},{'id':8209,'name':'ice storm'},{'id':9826,'name':'murder'},{'id':10085,'name':'betrayal'},{'id':10685,'name':'escape'},{'id':11578,'name':'mobster'},{'id':15127,'name':'killer'},{'id':15237,'name':'alcohol abuse'},{'id':33965,'name':'christmas eve'},{'id':167963,'name':'wichita kansas'}]" +548063,[] +467839,"[{'id':9951,'name':'alien'},{'id':10158,'name':'alien planet'},{'id':15250,'name':'alien infection'},{'id':157634,'name':'parasite'},{'id':237591,'name':'spaceship crash'}]" +483554,"[{'id':207317,'name':'christmas'}]" +189817,[] +458594,"[{'id':732,'name':'coma'},{'id':772,'name':'handcuffs'},{'id':992,'name':'bus'},{'id':1227,'name':'cemetery'},{'id':2968,'name':'grave'},{'id':4129,'name':'widow'},{'id':7002,'name':'vigilante'},{'id':7464,'name':'alcoholism'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':9856,'name':'flashback'},{'id':10175,'name':'drug cartel'},{'id':11221,'name':'blood'},{'id':11612,'name':'hospital'},{'id':11734,'name':'police corruption'},{'id':13006,'name':'torture'},{'id':165314,'name':'skid row'},{'id':186718,'name':'corrupt official'},{'id':241737,'name':'loss of child'},{'id':249157,'name':'corrupt judge'},{'id':249158,'name':'fbi agent'},{'id':249159,'name':'driveby shooting'}]" +439079,"[{'id':588,'name':'rome italy'},{'id':5905,'name':'father'},{'id':6152,'name':'supernatural'},{'id':13153,'name':'spirit'},{'id':15001,'name':'demon'},{'id':15285,'name':'spin off'},{'id':156592,'name':'evil nun'},{'id':161261,'name':'demonic possession'},{'id':179882,'name':'romania'},{'id':207046,'name':'murder mystery'},{'id':229863,'name':'ancient evil'},{'id':252103,'name':'the conjuring universe'}]" +563341,[] +14035,"[{'id':5767,'name':'summer camp'},{'id':161132,'name':'underwear on flagpole'},{'id':161133,'name':'famous speech'},{'id':161135,'name':'burp'},{'id':161136,'name':'french fries'},{'id':161137,'name':'toothpick'},{'id':161143,'name':'girl in swimwear'},{'id':161145,'name':'ketchup'},{'id':161147,'name':'panty raid'},{'id':244863,'name':'first part'}]" +47866,"[{'id':380,'name':'sibling relationship'},{'id':828,'name':'waitress'},{'id':970,'name':'parent child relationship'},{'id':1508,'name':'new mexico'},{'id':10738,'name':'diner'},{'id':14768,'name':'single mother'},{'id':155888,'name':'teenage daughter'},{'id':173490,'name':'unwanted pregnancy'},{'id':187056,'name':'woman director'}]" +12890,"[{'id':1992,'name':'professor'},{'id':10183,'name':'independent film'},{'id':12105,'name':'student'}]" +31997,"[{'id':769,'name':'falsely accused'},{'id':9937,'name':'suspense'},{'id':180826,'name':'aircraft factory'}]" +12085,"[{'id':10726,'name':'gang'},{'id':160488,'name':'hoodlum'},{'id':187056,'name':'woman director'}]" +17809,"[{'id':779,'name':'martial arts'}]" +11899,"[{'id':242,'name':'new york'},{'id':3658,'name':'career'},{'id':4344,'name':'musical'},{'id':4456,'name':'frog'},{'id':4931,'name':'pig'},{'id':6027,'name':'music'},{'id':6300,'name':'puppet'},{'id':11691,'name':'puppetry'},{'id':12998,'name':'the muppets'}]" +218500,[] +4998,"[{'id':1738,'name':'ukraine'},{'id':2804,'name':'exploitation'},{'id':10508,'name':'teacher'},{'id':11534,'name':'sexual violence'},{'id':33625,'name':'illegal prostitution'},{'id':155208,'name':'nursing home'},{'id':156052,'name':'unemployment'},{'id':192519,'name':'emigrant'}]" +10410,"[{'id':1228,'name':'1970s'},{'id':1474,'name':'policy and organisations'},{'id':3149,'name':'gangster'},{'id':3720,'name':'power'},{'id':6346,'name':'trade union'},{'id':10941,'name':'disappearance'},{'id':18021,'name':'detroit'},{'id':208992,'name':'1960s'}]" +9540,"[{'id':428,'name':'nurse'},{'id':572,'name':'sex'},{'id':818,'name':'based on novel or book'},{'id':910,'name':'bondage'},{'id':1523,'name':'obsession'},{'id':4426,'name':'sadism'},{'id':6373,'name':'sadomasochism'},{'id':7375,'name':'twin brother'},{'id':9826,'name':'murder'},{'id':13059,'name':'prostitution'},{'id':14964,'name':'drugs'},{'id':15016,'name':'twins'},{'id':33809,'name':'receptionist'},{'id':34094,'name':'extramarital affair'},{'id':40244,'name':'medical profession'},{'id':170521,'name':'gynecologist'},{'id':178649,'name':'voyeurism'},{'id':184989,'name':'spectacle'},{'id':191564,'name':'body horror'},{'id':204353,'name':'identical twin'}]" +22640,"[{'id':236,'name':'suicide'},{'id':567,'name':'alcohol'},{'id':894,'name':'depression'},{'id':2231,'name':'drug dealer'},{'id':2726,'name':'therapist'},{'id':10183,'name':'independent film'},{'id':12670,'name':'los angeles'},{'id':15106,'name':'psychiatrist'},{'id':33476,'name':'widower'},{'id':171235,'name':'pot head'}]" +9099,"[{'id':2952,'name':'gulf war'},{'id':4595,'name':'u.s. army'},{'id':10988,'name':'based on tv series'},{'id':11138,'name':'military spoof'}]" +2185,"[{'id':177341,'name':'gadfly'}]" +400,"[{'id':801,'name':'bounty hunter'},{'id':970,'name':'parent child relationship'},{'id':1422,'name':'boat'},{'id':1587,'name':'way of life'},{'id':1909,'name':'coffin'},{'id':1977,'name':'denver, colorado'},{'id':2022,'name':'godmother'},{'id':2340,'name':'paranoia'},{'id':2708,'name':'hitman'},{'id':3149,'name':'gangster'},{'id':6054,'name':'friendship'},{'id':6259,'name':'psychopath'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':10183,'name':'independent film'},{'id':10391,'name':'mafia'},{'id':10738,'name':'diner'},{'id':11221,'name':'blood'},{'id':14819,'name':'violence'},{'id':33625,'name':'illegal prostitution'},{'id':34094,'name':'extramarital affair'}]" +13510,"[{'id':966,'name':'beach'},{'id':1157,'name':'wife husband relationship'},{'id':1889,'name':'lake'},{'id':1890,'name':'camping'},{'id':4083,'name':'rottweiler'},{'id':4426,'name':'sadism'},{'id':5774,'name':'forest'},{'id':9748,'name':'revenge'},{'id':10349,'name':'survival'},{'id':13073,'name':'fear'},{'id':14819,'name':'violence'},{'id':33494,'name':'couple'},{'id':181858,'name':'gang violence'},{'id':237378,'name':'teenage killer'}]" +44147,"[{'id':212,'name':'london'},{'id':456,'name':'mother'},{'id':642,'name':'robbery'},{'id':703,'name':'detective'},{'id':782,'name':'assassin'},{'id':2708,'name':'hitman'},{'id':3149,'name':'gangster'},{'id':4142,'name':'insomnia'},{'id':4488,'name':'apprentice'},{'id':9714,'name':'remake'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':14893,'name':'art'},{'id':18420,'name':'surveillance'}]" +562462,[] +11175,"[{'id':1582,'name':'saloon'},{'id':2673,'name':'horse'},{'id':5301,'name':'brother'},{'id':5638,'name':'arrest'},{'id':156212,'name':'spaghetti western'}]" +25568,"[{'id':1432,'name':'nasa'},{'id':3801,'name':'space travel'},{'id':14626,'name':'astronaut'},{'id':156395,'name':'imax'},{'id':156810,'name':'science'},{'id':161289,'name':'space shuttle'},{'id':214549,'name':'short'}]" +104327,[] +561498,"[{'id':3725,'name':'pregnancy'},{'id':13028,'name':'writer'}]" +505464,"[{'id':10303,'name':'domestic abuse'}]" +246337,"[{'id':1196,'name':'florida'},{'id':1228,'name':'1970s'},{'id':3184,'name':'alligator'},{'id':159909,'name':'veteran'},{'id':214549,'name':'short'}]" +99110,[] +502143,"[{'id':2658,'name':'new zealand'},{'id':13043,'name':'dating'},{'id':14602,'name':'break-up'},{'id':33674,'name':'conscience'},{'id':187056,'name':'woman director'}]" +554152,[] +548928,"[{'id':10084,'name':'rescue'},{'id':10726,'name':'gang'},{'id':15009,'name':'criminal'},{'id':241692,'name':'kidnapped'}]" +537996,"[{'id':549,'name':'prostitute'},{'id':4344,'name':'musical'},{'id':9706,'name':'anthology'},{'id':9755,'name':'parody'},{'id':15363,'name':'bank robbery'},{'id':33600,'name':'stagecoach'},{'id':155291,'name':'cowboy'},{'id':160522,'name':'wagon train'},{'id':162757,'name':'singing cowboy'},{'id':192945,'name':'american west'},{'id':246968,'name':'the old west'},{'id':249077,'name':'american indian'}]" +11481,"[{'id':212,'name':'london'},{'id':222,'name':'schizophrenia'},{'id':447,'name':'post traumatic stress disorder'},{'id':3298,'name':'hallucination'},{'id':6432,'name':'rent'},{'id':9957,'name':'loneliness'},{'id':160059,'name':'psychosis'}]" +11971,"[{'id':497,'name':'shakespeare'},{'id':1338,'name':'bachelor'},{'id':1605,'name':'new love'},{'id':3927,'name':'rage and hate'},{'id':4320,'name':'lover'},{'id':10181,'name':'based on play or musical'},{'id':13027,'name':'wedding'},{'id':34038,'name':'intrigue'}]" +422619,[] +14533,"[{'id':740,'name':'aids'},{'id':5565,'name':'biography'},{'id':6782,'name':'addiction'},{'id':11800,'name':'mockumentary'},{'id':15479,'name':'fashion'},{'id':225014,'name':'top model'}]" +10543,"[{'id':6259,'name':'psychopath'},{'id':10809,'name':'teenage girl'}]" +577,"[{'id':596,'name':'adultery'},{'id':818,'name':'based on novel or book'},{'id':1442,'name':'winter'},{'id':1523,'name':'obsession'},{'id':2136,'name':'television'},{'id':6018,'name':'new hampshire'},{'id':11800,'name':'mockumentary'},{'id':208477,'name':'narcissistic personality disorder'}]" +457243,"[{'id':7312,'name':'road trip'},{'id':222863,'name':'buddy movie'},{'id':251806,'name':'american southwest'}]" +544431,"[{'id':5340,'name':'investigation'},{'id':10683,'name':'coming of age'},{'id':10714,'name':'serial killer'},{'id':12565,'name':'psychological thriller'},{'id':14765,'name':'church'},{'id':18420,'name':'surveillance'},{'id':164148,'name':'dark past'},{'id':169990,'name':'boy scouts'},{'id':190151,'name':'sadistic psychopath'},{'id':210608,'name':'1990s'},{'id':232469,'name':'urban gothic'},{'id':240119,'name':'father son relationship'},{'id':251284,'name':'case file'}]" +11896,"[{'id':456,'name':'mother'},{'id':9826,'name':'murder'},{'id':13008,'name':'train'},{'id':155816,'name':'ex-wife'}]" +11286,"[{'id':196401,'name':'cross country race'}]" +14635,"[{'id':970,'name':'parent child relationship'},{'id':1480,'name':'baseball'},{'id':1483,'name':'sports team'},{'id':6075,'name':'sport'},{'id':7393,'name':'life's dream'},{'id':9825,'name':'growing up'}]" +11880,"[{'id':388,'name':'scotland'},{'id':3593,'name':'wilderness'},{'id':4100,'name':'british army'},{'id':4301,'name':'grenade'},{'id':4550,'name':'full moon'},{'id':5774,'name':'forest'},{'id':10123,'name':'dark comedy'},{'id':12564,'name':'werewolf'},{'id':13065,'name':'soldier'},{'id':34117,'name':'cult film'},{'id':50009,'name':'survival horror'},{'id':162199,'name':'standoff'},{'id':234538,'name':'molotov cocktail'}]" +11075,"[{'id':7690,'name':'man looking for wife'},{'id':156322,'name':'pretty woman'}]" +8866,"[{'id':2735,'name':'veterinarian'},{'id':3740,'name':'radio presenter'},{'id':3864,'name':'false identity'},{'id':4049,'name':'decoy'},{'id':4214,'name':'beguilement'},{'id':4513,'name':'blind date'},{'id':9673,'name':'love'},{'id':14893,'name':'art'},{'id':15162,'name':'dog'}]" +11472,"[{'id':970,'name':'parent child relationship'},{'id':1009,'name':'baby'},{'id':3725,'name':'pregnancy'},{'id':6038,'name':'marriage'},{'id':168386,'name':'child wish'}]" +19918,"[{'id':572,'name':'sex'},{'id':3182,'name':'seduction'},{'id':3248,'name':'gigolo'},{'id':6739,'name':'callboy'},{'id':8508,'name':'party'},{'id':14828,'name':'city'},{'id':199050,'name':'player'}]" +10569,"[{'id':974,'name':'bank'},{'id':1946,'name':'restaurant'},{'id':2273,'name':'role of women'},{'id':2492,'name':'bank robber'},{'id':4183,'name':'wife'},{'id':4733,'name':'pizzeria'},{'id':4735,'name':'pizza'},{'id':8586,'name':'keks'},{'id':10183,'name':'independent film'},{'id':15363,'name':'bank robbery'},{'id':160488,'name':'hoodlum'}]" +17335,"[{'id':9937,'name':'suspense'}]" +14282,"[{'id':233,'name':'japan'},{'id':739,'name':'sexual abuse'},{'id':910,'name':'bondage'},{'id':8087,'name':'horror'},{'id':10084,'name':'rescue'},{'id':10278,'name':'ninja'},{'id':10614,'name':'tragedy'},{'id':14624,'name':'cruelty'},{'id':14819,'name':'violence'},{'id':15001,'name':'demon'}]" +556803,"[{'id':9920,'name':'royalty'},{'id':11200,'name':'look-alike'},{'id':177035,'name':'identity swap'}]" +83223,"[{'id':4458,'name':'post-apocalyptic'},{'id':5385,'name':'survivor'},{'id':189359,'name':'rat'}]" +452004,[] +562618,"[{'id':6152,'name':'supernatural'},{'id':208289,'name':'1980s'},{'id':249132,'name':'foster brother'}]" +536566,"[{'id':2708,'name':'hitman'},{'id':3149,'name':'gangster'},{'id':3688,'name':'strip club'}]" +397619,"[{'id':18330,'name':'nature'},{'id':226076,'name':'bioluminescence'}]" +403313,"[{'id':9826,'name':'murder'},{'id':33673,'name':'apple'},{'id':157943,'name':'hunchback'},{'id':206656,'name':'english village'},{'id':208992,'name':'1960s'}]" +44875,"[{'id':818,'name':'based on novel or book'},{'id':5572,'name':'fistfight'},{'id':9826,'name':'murder'},{'id':162846,'name':'ghost'},{'id':207883,'name':'1940s'},{'id':225061,'name':'friend'}]" +264525,"[{'id':2136,'name':'television'},{'id':3586,'name':'tv station'},{'id':156024,'name':'corrupt politician'}]" +470044,"[{'id':818,'name':'based on novel or book'},{'id':246466,'name':'based on young adult novel'}]" +16406,"[{'id':9376,'name':'richard nixon'},{'id':156072,'name':'watergate'},{'id':192099,'name':'the white house'}]" +95114,"[{'id':3335,'name':'halloween'},{'id':6158,'name':'cult'},{'id':11040,'name':'masked killer'},{'id':12339,'name':'slasher'},{'id':190396,'name':'devil worship'}]" +28058,"[{'id':2035,'name':'mythology'},{'id':6154,'name':'hell'},{'id':14666,'name':'muscleman'},{'id':181213,'name':'sword and sandal'},{'id':187301,'name':'hercules'},{'id':187305,'name':'peplum'}]" +561927,"[{'id':3623,'name':'cabin'},{'id':9663,'name':'sequel'},{'id':156075,'name':'evil'}]" +561859,"[{'id':9951,'name':'alien'}]" +480410,"[{'id':1299,'name':'monster'},{'id':1706,'name':'experiment'},{'id':5086,'name':'telekinesis'},{'id':155643,'name':'foster child'},{'id':163599,'name':'death of parent'}]" +561406,[] +556173,[] +561546,[] +532636,"[{'id':1019,'name':'rodeo'},{'id':12339,'name':'slasher'},{'id':163484,'name':'senior citizen'},{'id':173976,'name':'one armed man'},{'id':208330,'name':'rodeo cowboy'}]" +517792,"[{'id':9716,'name':'stand-up comedy'},{'id':33731,'name':'stand-up comedian'},{'id':181134,'name':'tv special'},{'id':199686,'name':'near-death experience'},{'id':210733,'name':'podcaster'},{'id':236760,'name':'kevin smith'}]" +561543,"[{'id':548,'name':'countryside'},{'id':13031,'name':'creature'}]" +455108,"[{'id':818,'name':'based on novel or book'}]" +561589,[] +489999,"[{'id':387,'name':'california'},{'id':6844,'name':'stalker'},{'id':11615,'name':'internet'},{'id':156091,'name':'missing person'},{'id':156948,'name':'missing child'},{'id':159472,'name':'computer screen'},{'id':176834,'name':'social media'},{'id':197430,'name':'missing daughter'},{'id':214479,'name':'internet video'},{'id':230061,'name':'live stream'},{'id':231969,'name':'searching'},{'id':240303,'name':'father daughter relationship'}]" +561710,[] +561606,[] +15573,"[{'id':680,'name':'montana'},{'id':818,'name':'based on novel or book'},{'id':5202,'name':'boy'},{'id':5701,'name':'beef'},{'id':9656,'name':'cattle drive'},{'id':14574,'name':'rancher'},{'id':15225,'name':'cattle'},{'id':180487,'name':'schoolboy'}]" +544431,"[{'id':5340,'name':'investigation'},{'id':10683,'name':'coming of age'},{'id':10714,'name':'serial killer'},{'id':12565,'name':'psychological thriller'},{'id':14765,'name':'church'},{'id':18420,'name':'surveillance'},{'id':164148,'name':'dark past'},{'id':169990,'name':'boy scouts'},{'id':190151,'name':'sadistic psychopath'},{'id':210608,'name':'1990s'},{'id':232469,'name':'urban gothic'},{'id':240119,'name':'father son relationship'},{'id':251284,'name':'case file'}]" +561504,"[{'id':9663,'name':'sequel'},{'id':15001,'name':'demon'},{'id':245118,'name':'fifth part'}]" +466411,"[{'id':818,'name':'based on novel or book'},{'id':6075,'name':'sport'},{'id':9672,'name':'based on a true story'}]" +547454,"[{'id':2231,'name':'drug dealer'},{'id':5950,'name':'christian'},{'id':6150,'name':'faith'},{'id':6157,'name':'prayer'},{'id':12670,'name':'los angeles'},{'id':249082,'name':'incarcerated'}]" +11158,"[{'id':1412,'name':'becoming an adult'},{'id':1436,'name':'inventor'},{'id':3256,'name':'infant'},{'id':18035,'name':'family'}]" +487451,[] +6623,"[{'id':720,'name':'helicopter'},{'id':949,'name':'terrorist'},{'id':3312,'name':'nuclear missile'},{'id':3450,'name':'bridge'},{'id':10663,'name':'train crash'},{'id':13008,'name':'train'},{'id':187056,'name':'woman director'}]" +9944,"[{'id':934,'name':'judge'},{'id':1992,'name':'professor'},{'id':3045,'name':'mission of murder'},{'id':8681,'name':'supreme court'}]" +11918,"[{'id':2095,'name':'anti hero'},{'id':6270,'name':'high school'},{'id':9312,'name':'dragonfly'},{'id':9715,'name':'superhero'},{'id':9741,'name':'radioactive'},{'id':179431,'name':'duringcreditsstinger'}]" +27275,"[{'id':378,'name':'prison'},{'id':1612,'name':'spacecraft'},{'id':5733,'name':'turkey'},{'id':156836,'name':'space race'},{'id':171831,'name':'running away'}]" +1809,"[{'id':128,'name':'love triangle'},{'id':10183,'name':'independent film'},{'id':171366,'name':'multiple storylines'}]" +38303,"[{'id':380,'name':'sibling relationship'},{'id':6038,'name':'marriage'},{'id':10624,'name':'bully'},{'id':179431,'name':'duringcreditsstinger'}]" +10185,"[{'id':1003,'name':'photographer'},{'id':4452,'name':'butcher'},{'id':4459,'name':'vegetarian'},{'id':5152,'name':'midnight'},{'id':8636,'name':'blood splatter'},{'id':10292,'name':'gore'},{'id':10333,'name':'stalking'},{'id':10738,'name':'diner'},{'id':11181,'name':'decapitation'},{'id':11221,'name':'blood'},{'id':14819,'name':'violence'},{'id':177489,'name':'subway train'},{'id':212412,'name':'very little dialogue'}]" +14976,"[{'id':5923,'name':'sister'},{'id':10183,'name':'independent film'},{'id':39833,'name':'maid of honor'}]" +4967,"[{'id':128,'name':'love triangle'},{'id':3901,'name':'rabbi'},{'id':10093,'name':'priest'},{'id':161207,'name':'catholicism'}]" +11355,"[{'id':520,'name':'chicago'},{'id':736,'name':'journalist'},{'id':918,'name':'newspaper'},{'id':1568,'name':'undercover'},{'id':2847,'name':'entrapment'},{'id':5091,'name':'kiss'},{'id':5801,'name':'nerd'},{'id':6270,'name':'high school'},{'id':8508,'name':'party'},{'id':9673,'name':'love'},{'id':9864,'name':'prank'},{'id':10266,'name':'prom'},{'id':12193,'name':'reporter'},{'id':13130,'name':'teenager'},{'id':33740,'name':'humiliation'},{'id':176016,'name':'editor'}]" +11005,"[{'id':732,'name':'coma'},{'id':818,'name':'based on novel or book'},{'id':1706,'name':'experiment'},{'id':2618,'name':'miracle'},{'id':3609,'name':'frustration'},{'id':3929,'name':'hope'},{'id':9672,'name':'based on a true story'},{'id':11612,'name':'hospital'},{'id':40895,'name':'illness'},{'id':187056,'name':'woman director'},{'id':191311,'name':'comatose'}]" +10948,"[{'id':818,'name':'based on novel or book'},{'id':2527,'name':'fox'},{'id':6054,'name':'friendship'},{'id':15162,'name':'dog'},{'id':18165,'name':'animal'},{'id':33688,'name':'hunting'},{'id':167982,'name':'unlikely friendship'}]" +4806,"[{'id':1415,'name':'small town'},{'id':2679,'name':'artist'},{'id':2796,'name':'self-discovery'},{'id':3455,'name':'just married'},{'id':3713,'name':'chase'},{'id':12193,'name':'reporter'},{'id':13027,'name':'wedding'},{'id':14534,'name':'relationship'},{'id':18093,'name':'wedding ceremony'},{'id':165601,'name':'self identity'},{'id':227902,'name':'hair salon'},{'id':244479,'name':'cold feet'},{'id':244480,'name':'serial monogamy'}]" +8584,"[{'id':7376,'name':'princess'},{'id':8099,'name':'sioux'},{'id':9935,'name':'travel'},{'id':10084,'name':'rescue'},{'id':10322,'name':'native american'},{'id':13159,'name':'chinese'},{'id':155291,'name':'cowboy'},{'id':179431,'name':'duringcreditsstinger'},{'id':207928,'name':'19th century'}]" +23127,"[{'id':1299,'name':'monster'},{'id':1701,'name':'hero'},{'id':3335,'name':'halloween'},{'id':12377,'name':'zombie'},{'id':14544,'name':'robot'},{'id':34079,'name':'death'},{'id':161919,'name':'adult animation'}]" +232659,"[{'id':187056,'name':'woman director'}]" +492998,"[{'id':10532,'name':'suburbia'},{'id':34094,'name':'extramarital affair'},{'id':164186,'name':'character study'},{'id':165317,'name':'based on movie'},{'id':188640,'name':'jigsaw puzzle'},{'id':206716,'name':'unfulfilled love'},{'id':207263,'name':'bored housewife'},{'id':237778,'name':'competitiveness'},{'id':237779,'name':'marital disharmony'}]" +14127,[] +14208,"[{'id':4067,'name':'incantation'},{'id':6956,'name':'treasure hunt'},{'id':11088,'name':'treasure map'},{'id':11162,'name':'miniseries'},{'id':14760,'name':'scientist'},{'id':41586,'name':'archaeologist'}]" +14207,[] +14728,"[{'id':2035,'name':'mythology'},{'id':2411,'name':'new orleans'},{'id':3133,'name':'vampire'},{'id':6956,'name':'treasure hunt'},{'id':9593,'name':'judas'}]" +456541,"[{'id':154802,'name':'silent film'},{'id':214549,'name':'short'}]" +464825,"[{'id':237,'name':'gay'},{'id':536,'name':'israel'},{'id':3575,'name':'jerusalem'},{'id':7397,'name':'bakery'},{'id':9673,'name':'love'},{'id':10198,'name':'gay relationship'},{'id':11001,'name':'religion'},{'id':13063,'name':'car accident'},{'id':158718,'name':'lgbt'}]" +486753,"[{'id':818,'name':'based on novel or book'}]" +67669,[] +439988,"[{'id':886,'name':'movie business'},{'id':1956,'name':'world war ii'},{'id':191726,'name':'nazism'},{'id':210094,'name':'nazi propaganda'},{'id':221901,'name':'joseph goebbels'},{'id':245333,'name':'adolf hitler'},{'id':245955,'name':'german cinema'},{'id':251650,'name':'ufa'},{'id':251651,'name':'antisemitism'}]" +28292,"[{'id':246,'name':'dancing'},{'id':3588,'name':'navy'},{'id':4344,'name':'musical'},{'id':12999,'name':'black and white'},{'id':41599,'name':'sailor'}]" +253139,[] +458414,"[{'id':4809,'name':'tiger'},{'id':6075,'name':'sport'},{'id':157912,'name':'bigotry'},{'id':209476,'name':'boxing'}]" +466928,[] +10447,"[{'id':378,'name':'prison'},{'id':1563,'name':'prisoner'},{'id':2041,'name':'island'},{'id':2964,'name':'future'},{'id':3713,'name':'chase'},{'id':4565,'name':'dystopia'},{'id':9774,'name':'prison guard'},{'id':10685,'name':'escape'},{'id':10787,'name':'jungle'},{'id':162380,'name':'ex soldier'}]" +378227,"[{'id':158950,'name':'hard times'},{'id':163110,'name':'theatre'},{'id':207716,'name':'actor'}]" +41639,"[{'id':6075,'name':'sport'}]" +72086,"[{'id':378,'name':'prison'},{'id':2884,'name':'asylum'},{'id':9748,'name':'revenge'},{'id':9777,'name':'escape from prison'},{'id':9826,'name':'murder'},{'id':9937,'name':'suspense'},{'id':154846,'name':'farmer'}]" +59930,[] +65610,[] +279048,[] +480368,[] +391863,"[{'id':1930,'name':'kidnapping'},{'id':5545,'name':'satanist'},{'id':173298,'name':'escaped mental patient'}]" +34845,"[{'id':8087,'name':'horror'}]" +154266,"[{'id':4344,'name':'musical'},{'id':9755,'name':'parody'},{'id':160586,'name':'western spoof'}]" +390249,"[{'id':3335,'name':'halloween'}]" +409056,[] +392628,[] +447617,[] +56787,"[{'id':818,'name':'based on novel or book'},{'id':1328,'name':'secret'},{'id':9826,'name':'murder'},{'id':13130,'name':'teenager'},{'id':34079,'name':'death'},{'id':41329,'name':'mental illness'},{'id':156391,'name':'peeping tom'},{'id':157213,'name':'death of mother'},{'id':178649,'name':'voyeurism'},{'id':180340,'name':'voyeur'},{'id':190941,'name':'hidden room'},{'id':192241,'name':'disturbed teenager'},{'id':236086,'name':'crawlspace'}]" +97544,[] +176915,"[{'id':4803,'name':'comet'},{'id':234250,'name':'creatures'}]" +47540,"[{'id':9937,'name':'suspense'}]" +18651,"[{'id':254,'name':'france'},{'id':733,'name':'dancer'},{'id':1157,'name':'wife husband relationship'},{'id':12617,'name':'airplane crash'}]" +42006,"[{'id':478,'name':'china'}]" +9605,"[{'id':572,'name':'sex'},{'id':6844,'name':'stalker'},{'id':8506,'name':'remote control'},{'id':8841,'name':'puppy'},{'id':9833,'name':'lesbian relationship'},{'id':9866,'name':'basement'},{'id':13094,'name':'photograph'},{'id':14819,'name':'violence'},{'id':33979,'name':'surprise party'},{'id':41329,'name':'mental illness'},{'id':155955,'name':'business card'},{'id':156153,'name':'ice cream'},{'id':165749,'name':'stairway'},{'id':176638,'name':'software'}]" +436369,"[{'id':212435,'name':'meta film'}]" +402516,"[{'id':1299,'name':'monster'},{'id':1706,'name':'experiment'},{'id':2652,'name':'nazi'},{'id':10125,'name':'mad scientist'},{'id':15097,'name':'shark'}]" +440486,[] +479746,[] +333809,[] +293188,"[{'id':214549,'name':'short'}]" +435036,[] +445218,"[{'id':1299,'name':'monster'},{'id':4551,'name':'swamp'},{'id':7994,'name':'water monster'},{'id':9955,'name':'urban legend'},{'id':11220,'name':'cryptozoology'},{'id':12105,'name':'student'},{'id':201969,'name':'lost person'},{'id':207673,'name':'freak'},{'id':235248,'name':'bog'}]" +136075,"[{'id':9826,'name':'murder'},{'id':15017,'name':'danger'}]" +499161,"[{'id':10596,'name':'argentina'}]" +451925,"[{'id':3929,'name':'hope'},{'id':4379,'name':'time travel'},{'id':9673,'name':'love'},{'id':10683,'name':'coming of age'},{'id':13000,'name':'based on short film'},{'id':14602,'name':'break-up'},{'id':33885,'name':'car'}]" +502124,"[{'id':900,'name':'trailer park'},{'id':6733,'name':'bullying'},{'id':10061,'name':'dysfunctional marriage'},{'id':10683,'name':'coming of age'},{'id':159431,'name':'voice over'},{'id':187056,'name':'woman director'},{'id':212820,'name':'soldier's wife'},{'id':240315,'name':'mother daughter relationship'},{'id':249081,'name':'pain medication'}]" +454227,"[{'id':388,'name':'scotland'},{'id':3098,'name':'castle'},{'id':4849,'name':'exile'},{'id':5565,'name':'biography'},{'id':8862,'name':'uprising'},{'id':15060,'name':'period drama'},{'id':192772,'name':'historical drama'},{'id':237612,'name':'14th century'}]" +526034,"[{'id':1862,'name':'coming out'},{'id':2316,'name':'women's sexual identity'},{'id':2669,'name':'motel'},{'id':4543,'name':'thanksgiving'},{'id':9833,'name':'lesbian relationship'},{'id':10041,'name':'dysfunctional family'},{'id':10201,'name':'death of father'},{'id':158718,'name':'lgbt'},{'id':187056,'name':'woman director'},{'id':226766,'name':'roommate issues'}]" +448447,"[{'id':14534,'name':'relationship'},{'id':33494,'name':'couple'}]" +560760,"[{'id':3182,'name':'seduction'},{'id':5950,'name':'christian'},{'id':162706,'name':'temptation'},{'id':183896,'name':'neighbor neighbor relationship'},{'id':233277,'name':'ordination'}]" +548754,"[{'id':703,'name':'detective'},{'id':6149,'name':'police'},{'id':9826,'name':'murder'}]" +484355,"[{'id':10229,'name':'singer'},{'id':14512,'name':'new york city'},{'id':188343,'name':'diagnosis'}]" +467241,[] +469036,[] +28288,"[{'id':212,'name':'london'},{'id':246,'name':'dancing'},{'id':4344,'name':'musical'},{'id':6894,'name':'aunt'},{'id':11343,'name':'brighton'},{'id':12999,'name':'black and white'},{'id':15160,'name':'divorce'},{'id':156764,'name':'pre-code'}]" +23210,"[{'id':3202,'name':'con man'},{'id':14512,'name':'new york city'},{'id':14893,'name':'art'},{'id':155795,'name':'art dealer'}]" +559994,[] +467239,"[{'id':233,'name':'japan'},{'id':1530,'name':'temple'},{'id':5159,'name':'tourist'},{'id':9935,'name':'travel'},{'id':10114,'name':'evil spirit'},{'id':208421,'name':'american tourist'}]" +560034,[] +447954,[] +105680,[] +175291,"[{'id':9937,'name':'suspense'}]" +17466,"[{'id':378,'name':'prison'},{'id':1563,'name':'prisoner'},{'id':9826,'name':'murder'}]" +555845,"[{'id':2815,'name':'graffiti'},{'id':6149,'name':'police'}]" +16690,"[{'id':334,'name':'flying'},{'id':4332,'name':'peter pan'},{'id':9663,'name':'sequel'},{'id':10336,'name':'animation'}]" +496985,[] +393306,"[{'id':305,'name':'moon'},{'id':1701,'name':'hero'},{'id':1938,'name':'sword'},{'id':2280,'name':'emperor'},{'id':7376,'name':'princess'},{'id':14643,'name':'battle'},{'id':18543,'name':'combat'},{'id':156075,'name':'evil'},{'id':192913,'name':'warrior'},{'id':235487,'name':'metaphysical'}]" +29077,[] +505205,[] +42735,"[{'id':2797,'name':'mother-in-law'},{'id':6255,'name':'insanity'},{'id':155730,'name':'hammer horror'},{'id':161264,'name':'religious fanatic'}]" +462440,[] +503751,"[{'id':4470,'name':'punk'},{'id':6174,'name':'ranger'},{'id':9720,'name':'woods'},{'id':10562,'name':'on the run'},{'id':12339,'name':'slasher'},{'id':13130,'name':'teenager'},{'id':187056,'name':'woman director'}]" +559982,[] +39044,"[{'id':1160,'name':'egypt'},{'id':2904,'name':'mummy'},{'id':155730,'name':'hammer horror'},{'id':192125,'name':'egyptologist'},{'id':236170,'name':'early 1900s'}]" +541071,[] +533654,[] +287523,"[{'id':10292,'name':'gore'},{'id':33705,'name':'agent'},{'id':239390,'name':'human experiment'},{'id':243733,'name':'secret prison'},{'id':243734,'name':'evil creature'}]" +559578,"[{'id':2349,'name':'german'},{'id':10364,'name':'mission'},{'id':234492,'name':'american soldiers'},{'id':248801,'name':'enemy territory'},{'id':248802,'name':'allied line'}]" +559814,[] +559740,"[{'id':186466,'name':'christmas horror'},{'id':207317,'name':'christmas'},{'id':215572,'name':'krampus'}]" +40017,[] +554110,[] +477510,"[{'id':15162,'name':'dog'}]" +353081,"[{'id':90,'name':'paris france'},{'id':212,'name':'london'},{'id':470,'name':'spy'},{'id':720,'name':'helicopter'},{'id':1419,'name':'gun'},{'id':9663,'name':'sequel'},{'id':14735,'name':'motorcycle'},{'id':14819,'name':'violence'},{'id':173594,'name':'handgun'},{'id':188955,'name':'hand to hand combat'},{'id':224586,'name':'kashmir'}]" +426613,"[{'id':10683,'name':'coming of age'},{'id':10768,'name':'lesbian'},{'id':156777,'name':'teenage sexuality'},{'id':158718,'name':'lgbt'},{'id':161217,'name':'pseudoscience'},{'id':163037,'name':'lgbt teen'},{'id':187056,'name':'woman director'},{'id':197758,'name':'female sexuality'},{'id':208780,'name':'lakota'},{'id':210608,'name':'1990s'},{'id':238832,'name':'conversion therapy'},{'id':246466,'name':'based on young adult novel'},{'id':250046,'name':'genderx'},{'id':250047,'name':'third gender'}]" +425505,"[{'id':3688,'name':'strip club'},{'id':4377,'name':'high technology'},{'id':6110,'name':'weapon'},{'id':13000,'name':'based on short film'},{'id':15232,'name':'parole'},{'id':18021,'name':'detroit'},{'id':244435,'name':'brothers'}]" +455207,"[{'id':818,'name':'based on novel or book'},{'id':1992,'name':'professor'},{'id':4224,'name':'singapore'},{'id':13027,'name':'wedding'},{'id':14988,'name':'east asian lead'},{'id':237462,'name':'wealthy family'}]" +485906,"[{'id':10603,'name':'killer doll'},{'id':180691,'name':'killer toys'},{'id':186466,'name':'christmas horror'},{'id':207317,'name':'christmas'}]" +8852,"[{'id':1328,'name':'secret'},{'id':1523,'name':'obsession'},{'id':1566,'name':'dream'},{'id':2908,'name':'secret society'},{'id':3664,'name':'research'},{'id':4379,'name':'time travel'},{'id':8685,'name':'anti-christ'},{'id':9854,'name':'artifact'},{'id':10093,'name':'priest'},{'id':10138,'name':'satan'},{'id':12670,'name':'los angeles'},{'id':14765,'name':'church'},{'id':15001,'name':'demon'},{'id':163055,'name':'satanic cult'}]" +496490,[] +33783,"[{'id':11402,'name':'androgyny'}]" +423383,[] +359871,"[{'id':2887,'name':'manipulation'},{'id':9678,'name':'mind control'},{'id':11001,'name':'religion'},{'id':159314,'name':'scientology'},{'id':162766,'name':'religious cult'},{'id':195240,'name':'investigative journalism'},{'id':198225,'name':'religious delusions'}]" +27960,[] +11052,"[{'id':1299,'name':'monster'},{'id':1317,'name':'card game'},{'id':1721,'name':'fight'},{'id':6778,'name':'world supremacy'},{'id':12965,'name':'duel'}]" +33195,[] +9782,"[{'id':1224,'name':'radio station'},{'id':3740,'name':'radio presenter'},{'id':4305,'name':'radio transmission'},{'id':10183,'name':'independent film'}]" +31530,"[{'id':4118,'name':'ballet dancer'},{'id':4344,'name':'musical'},{'id':12999,'name':'black and white'}]" +11632,"[{'id':212,'name':'london'},{'id':4107,'name':'british empire'},{'id':4320,'name':'lover'},{'id':5212,'name':'advancement'},{'id':155697,'name':'aristocrat'},{'id':187056,'name':'woman director'}]" +18585,[] +12994,"[{'id':242,'name':'new york'},{'id':549,'name':'prostitute'},{'id':572,'name':'sex'},{'id':818,'name':'based on novel or book'},{'id':1566,'name':'dream'},{'id':2136,'name':'television'},{'id':3767,'name':'noises'},{'id':5638,'name':'arrest'},{'id':9649,'name':'god'},{'id':10183,'name':'independent film'},{'id':10226,'name':'neighbor'},{'id':11363,'name':'arson'},{'id':14964,'name':'drugs'},{'id':161218,'name':'theology'}]" +549165,[] +478159,"[{'id':15162,'name':'dog'},{'id':164039,'name':'grandmother'},{'id':171192,'name':'pug'},{'id':187056,'name':'woman director'},{'id':231654,'name':'spoiled'}]" +559087,[] +120648,"[{'id':5625,'name':'relationship problems'},{'id':162225,'name':'fatherhood'}]" +20325,"[{'id':4344,'name':'musical'},{'id':10106,'name':'ballroom dancing'},{'id':12999,'name':'black and white'},{'id':14512,'name':'new york city'},{'id':155841,'name':'gambler'},{'id':186736,'name':'dance instructor'},{'id':237446,'name':'jilted woman'}]" +420513,[] +559043,"[{'id':9740,'name':'sociopath'},{'id':9826,'name':'murder'},{'id':10123,'name':'dark comedy'},{'id':10232,'name':'fame'},{'id':208586,'name':'acting'}]" +55657,[] +252511,"[{'id':187056,'name':'woman director'}]" +493483,[] +252822,"[{'id':278,'name':'stockholm syndrome'},{'id':1930,'name':'kidnapping'},{'id':2149,'name':'drug traffic'},{'id':3149,'name':'gangster'},{'id':9748,'name':'revenge'},{'id':10085,'name':'betrayal'},{'id':10123,'name':'dark comedy'},{'id':167352,'name':'crime lord'},{'id':177964,'name':'contract killer'},{'id':232766,'name':'vengeance'}]" +484062,[] +359749,"[{'id':886,'name':'movie business'},{'id':165399,'name':'editing'},{'id':176182,'name':'psycho'},{'id':194568,'name':'alfred hitchcock'}]" +299782,"[{'id':1228,'name':'1970s'},{'id':4610,'name':'comeback'},{'id':8201,'name':'satire'},{'id':9732,'name':'film in film'},{'id':9755,'name':'parody'},{'id':10183,'name':'independent film'},{'id':11800,'name':'mockumentary'},{'id':12396,'name':'hollywood'},{'id':14530,'name':'director'},{'id':33490,'name':'filmmaking'},{'id':34079,'name':'death'}]" +478554,[] +565497,"[{'id':8087,'name':'horror'},{'id':162846,'name':'ghost'},{'id':214549,'name':'short'},{'id':234613,'name':'featurette'}]" +47333,"[{'id':818,'name':'based on novel or book'},{'id':6894,'name':'aunt'},{'id':182376,'name':'gentleman'},{'id':207928,'name':'19th century'}]" +345470,"[{'id':960,'name':'homeless person'},{'id':2981,'name':'homelessness'},{'id':17971,'name':'homeless shelter'},{'id':167043,'name':'road movie'},{'id':207317,'name':'christmas'}]" +437617,[] +553686,[] +549893,[] +13913,"[{'id':4344,'name':'musical'},{'id':10092,'name':'mystery'},{'id':10181,'name':'based on play or musical'},{'id':12570,'name':'whodunit'},{'id':12999,'name':'black and white'},{'id':156764,'name':'pre-code'},{'id':190797,'name':'marx brothers'}]" +454430,"[{'id':447,'name':'post traumatic stress disorder'},{'id':1543,'name':'war veteran'},{'id':33564,'name':'u.s. soldier'},{'id':234939,'name':'tour of duty'}]" +490780,[] +327315,"[{'id':947,'name':'prohibition'},{'id':3133,'name':'vampire'},{'id':157283,'name':'speakeasy'},{'id':214548,'name':'1930s'}]" +538002,[] +15947,"[{'id':9977,'name':'part live action'},{'id':18266,'name':'south america'},{'id':158402,'name':'pinata'},{'id':209220,'name':'live action and animation'}]" +12717,"[{'id':1649,'name':'provence'},{'id':5565,'name':'biography'},{'id':191249,'name':'marcel pagnol'}]" +458969,"[{'id':6158,'name':'cult'},{'id':8508,'name':'party'},{'id':10714,'name':'serial killer'},{'id':227556,'name':'social elite'}]" +551608,"[{'id':247950,'name':'college fraternity'}]" +513510,[] +28750,"[{'id':2908,'name':'secret society'},{'id':12354,'name':'hong kong'},{'id':155730,'name':'hammer horror'},{'id':210113,'name':'tong'},{'id':210184,'name':'1910s'}]" +558612,[] +393961,"[{'id':3429,'name':'diet'},{'id':3721,'name':'health'},{'id':4459,'name':'vegetarian'},{'id':9898,'name':'animal rights'},{'id':156388,'name':'environmentalism'},{'id':175322,'name':'vegan'},{'id':210121,'name':'vegetables'},{'id':237405,'name':'plant based diet'}]" +507525,[] +552950,"[{'id':2035,'name':'mythology'},{'id':10093,'name':'priest'},{'id':18396,'name':'catholic'},{'id':41380,'name':'crucifix'},{'id':178856,'name':'folklore'}]" +514754,"[{'id':13159,'name':'chinese'},{'id':156596,'name':'no dialogue'},{'id':187056,'name':'woman director'},{'id':214549,'name':'short'},{'id':240237,'name':'mother son relationship'},{'id':244548,'name':'dumpling'},{'id':252285,'name':'animated short'}]" +15071,[] +13579,[] +9093,"[{'id':187,'name':'islam'},{'id':572,'name':'sex'},{'id':1797,'name':'loyalty'},{'id':3930,'name':'bravery'},{'id':4107,'name':'british empire'},{'id':6092,'name':'army'},{'id':9748,'name':'revenge'},{'id':9812,'name':'honor'},{'id':9826,'name':'murder'},{'id':10685,'name':'escape'},{'id':13065,'name':'soldier'},{'id':14643,'name':'battle'},{'id':14765,'name':'church'},{'id':14819,'name':'violence'},{'id':14905,'name':'britain'},{'id':14906,'name':'slave'},{'id':158217,'name':'colonialism'},{'id':162365,'name':'military'},{'id':208067,'name':'imperialism'}]" +44564,"[{'id':596,'name':'adultery'},{'id':1326,'name':'infidelity'},{'id':1328,'name':'secret'},{'id':1338,'name':'bachelor'},{'id':4183,'name':'wife'},{'id':5340,'name':'investigation'},{'id':6038,'name':'marriage'},{'id':6054,'name':'friendship'},{'id':6256,'name':'truth'},{'id':9104,'name':'partner'},{'id':9673,'name':'love'},{'id':9713,'name':'friends'},{'id':10459,'name':'dilemma'},{'id':11509,'name':'cheating on partner'},{'id':12392,'name':'best friend'}]" +86555,"[{'id':596,'name':'adultery'},{'id':1157,'name':'wife husband relationship'},{'id':4227,'name':'toronto'},{'id':10459,'name':'dilemma'},{'id':14534,'name':'relationship'},{'id':15128,'name':'sex talk'},{'id':15319,'name':'attraction'},{'id':156455,'name':'unhappiness'},{'id':166113,'name':'marriage problems'},{'id':167006,'name':'freelance writer'},{'id':167020,'name':'husband wife estrangement'},{'id':169152,'name':'twenty something'},{'id':187056,'name':'woman director'},{'id':193326,'name':'stagnation'},{'id':200343,'name':'complications'}]" +165477,[] +440298,"[{'id':90,'name':'paris france'},{'id':220,'name':'berlin germany'},{'id':2106,'name':'cold war'},{'id':9673,'name':'love'},{'id':10703,'name':'tragic love'},{'id':208611,'name':'1950s'},{'id':208992,'name':'1960s'}]" +15745,[] +14369,"[{'id':554,'name':'manager'},{'id':567,'name':'alcohol'},{'id':890,'name':'races'},{'id':1262,'name':'mountain'},{'id':3282,'name':'gondola'},{'id':3522,'name':'snowboarding'},{'id':3800,'name':'airplane'},{'id':5905,'name':'father'},{'id':6075,'name':'sport'},{'id':9864,'name':'prank'},{'id':9880,'name':'alaska'},{'id':11485,'name':'drug humor'},{'id':11830,'name':'hot tub'},{'id':162328,'name':'ski resort'}]" +36691,"[{'id':1326,'name':'infidelity'},{'id':2298,'name':'bankrupt'},{'id':9957,'name':'loneliness'},{'id':12279,'name':'family drama'}]" +13090,"[{'id':236,'name':'suicide'},{'id':380,'name':'sibling relationship'},{'id':641,'name':'single parent'},{'id':1490,'name':'cleaning lady'},{'id':1508,'name':'new mexico'},{'id':4298,'name':'teamwork'},{'id':5683,'name':'family business '},{'id':11727,'name':'crime scene'},{'id':187056,'name':'woman director'}]" +11529,"[{'id':242,'name':'new york'},{'id':1459,'name':'marriage proposal'},{'id':2075,'name':'alabama'},{'id':2751,'name':'career woman'},{'id':7024,'name':'fashion designer'}]" +14462,"[{'id':2944,'name':'senator'},{'id':2952,'name':'gulf war'},{'id':4707,'name':'canoe'},{'id':8651,'name':'kuwait'},{'id':10410,'name':'conspiracy'},{'id':33482,'name':'war hero'},{'id':33483,'name':'u.s. congress'},{'id':46955,'name':'implant'}]" +464,"[{'id':30,'name':'individual'},{'id':240,'name':'underdog'},{'id':697,'name':'loss of loved one'},{'id':791,'name':'mentally disabled'},{'id':1192,'name':'sweden'},{'id':1499,'name':'pastor'},{'id':1660,'name':'suppressed past'},{'id':1786,'name':'heart attack'},{'id':2317,'name':'conductor'},{'id':2318,'name':'choir'},{'id':2320,'name':'violent husband'},{'id':2409,'name':'church choir'},{'id':2410,'name':'choirmaster'},{'id':3737,'name':'dying and death'},{'id':5331,'name':'village'},{'id':6027,'name':'music'},{'id':6029,'name':'concert'},{'id':7879,'name':'secret love'}]" +410988,"[{'id':3133,'name':'vampire'},{'id':4458,'name':'post-apocalyptic'},{'id':167043,'name':'road movie'}]" +518068,"[{'id':1449,'name':'underworld'},{'id':6154,'name':'hell'},{'id':6155,'name':'afterlife'},{'id':9649,'name':'god'},{'id':11038,'name':'trial'},{'id':11187,'name':'grim reaper'},{'id':227686,'name':'myth'}]" +433623,"[{'id':378,'name':'prison'},{'id':779,'name':'martial arts'},{'id':156731,'name':'escort'}]" +427989,"[{'id':9714,'name':'remake'}]" +452914,[] +558302,[] +405899,"[{'id':33637,'name':'super power'},{'id':174818,'name':'brain damage'}]" +558435,[] +372197,"[{'id':33490,'name':'filmmaking'}]" +557080,[] +507648,[] +498934,[] +558308,[] +430424,"[{'id':90,'name':'paris france'},{'id':437,'name':'painter'},{'id':2504,'name':'world war i'},{'id':2546,'name':'mask'},{'id':3515,'name':'banker'},{'id':11007,'name':'post world war i'},{'id':13014,'name':'orphan'},{'id':166512,'name':'graveyard'},{'id':173245,'name':'sculptor'},{'id':180250,'name':'swindle'},{'id':250702,'name':'no man's land'}]" +491487,[] +558117,[] +484579,"[{'id':237703,'name':'morrissey'}]" +354279,"[{'id':3071,'name':'prince'},{'id':3205,'name':'fairy tale'},{'id':7376,'name':'princess'}]" +496320,[] +489992,"[{'id':2903,'name':'propaganda'},{'id':13000,'name':'based on short film'},{'id':225012,'name':'satirical'},{'id':239687,'name':'fake news'},{'id':248658,'name':'trump'}]" +478682,"[{'id':2070,'name':'olympic games'},{'id':5565,'name':'biography'},{'id':6075,'name':'sport'},{'id':7813,'name':'hockey player'},{'id':213489,'name':'bengali'}]" +446132,"[{'id':437,'name':'painter'},{'id':5565,'name':'biography'},{'id':6611,'name':'tahiti'},{'id':207928,'name':'19th century'}]" +557862,[] +540880,[] +346145,[] +557656,[] +557781,[] +464749,[] +503150,[] +547112,[] +552376,[] +533137,[] +345887,"[{'id':570,'name':'rape'},{'id':591,'name':'cia'},{'id':779,'name':'martial arts'},{'id':1562,'name':'hostage'},{'id':1930,'name':'kidnapping'},{'id':2215,'name':'hurricane'},{'id':2231,'name':'drug dealer'},{'id':9663,'name':'sequel'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':10726,'name':'gang'},{'id':10988,'name':'based on tv series'},{'id':14546,'name':'massacre'},{'id':14819,'name':'violence'},{'id':221233,'name':'elite forces'}]" +433498,"[{'id':818,'name':'based on novel or book'},{'id':5565,'name':'biography'},{'id':9714,'name':'remake'},{'id':11267,'name':'solitary confinement'},{'id':18266,'name':'south america'},{'id':191047,'name':'prison break'},{'id':192600,'name':'island prison'},{'id':193275,'name':'devil's island'},{'id':232141,'name':'french guiana'}]" +347375,"[{'id':591,'name':'cia'},{'id':779,'name':'martial arts'},{'id':11665,'name':'handheld camera'},{'id':15483,'name':'car chase'},{'id':167444,'name':'top secret'},{'id':175056,'name':'black ops'},{'id':181659,'name':'political corruption'},{'id':190981,'name':'intelligence officer'},{'id':221233,'name':'elite forces'},{'id':246148,'name':'tactical command unit'}]" +345940,"[{'id':270,'name':'ocean'},{'id':818,'name':'based on novel or book'},{'id':966,'name':'beach'},{'id':15097,'name':'shark'},{'id':41595,'name':'oceanic expedition'},{'id':209081,'name':'submersible'},{'id':227330,'name':'under water'},{'id':234821,'name':'megalodon'},{'id':234822,'name':'extinct'},{'id':248630,'name':'underwater facility'}]" +16447,"[{'id':5756,'name':'man-woman relation'}]" +419914,"[{'id':5565,'name':'biography'},{'id':6027,'name':'music'},{'id':10229,'name':'singer'},{'id':11018,'name':'irish'}]" +430644,"[{'id':331,'name':'tattoo'},{'id':387,'name':'california'},{'id':1252,'name':'suicide attempt'},{'id':12369,'name':'tokyo japan'},{'id':188730,'name':'english teacher'}]" +432383,"[{'id':5202,'name':'boy'},{'id':9951,'name':'alien'}]" +299751,"[{'id':478,'name':'china'}]" +35144,"[{'id':5571,'name':'great depression'},{'id':18087,'name':'attempted rape'},{'id':163726,'name':'hitchhiking'},{'id':198912,'name':'riding freight train'},{'id':198914,'name':'institution'}]" +85550,"[{'id':10794,'name':'snow'},{'id':12105,'name':'student'},{'id':13160,'name':'university'},{'id':207583,'name':'actress'}]" +430406,"[{'id':4129,'name':'widow'},{'id':15234,'name':'convict'},{'id':158266,'name':'wild horse'}]" +508003,[] +17037,"[{'id':65,'name':'holiday'},{'id':187056,'name':'woman director'},{'id':207317,'name':'christmas'}]" +12259,"[{'id':1721,'name':'fight'},{'id':5331,'name':'village'},{'id':6149,'name':'police'},{'id':33344,'name':'bandit'}]" +445245,"[{'id':745,'name':'nun'}]" +460735,"[{'id':161520,'name':'terrorist plot'},{'id':206544,'name':'bomb attack'},{'id':241466,'name':'defence research'}]" +432831,[] +41799,"[{'id':6344,'name':'liverpool'},{'id':10229,'name':'singer'},{'id':10235,'name':'family relationships'},{'id':34117,'name':'cult film'},{'id':207883,'name':'1940s'},{'id':208611,'name':'1950s'}]" +46919,"[{'id':1664,'name':'eroticism'},{'id':2383,'name':'feminism'},{'id':7507,'name':'collage'},{'id':10280,'name':'farce'},{'id':10809,'name':'teenage girl'},{'id':164641,'name':'flapper'},{'id':187056,'name':'woman director'},{'id':189427,'name':'repeated line'},{'id':189428,'name':'phallic symbol'},{'id':189429,'name':'dumbwaiter'},{'id':189430,'name':'sound effect'}]" +413836,[] +430474,"[{'id':242,'name':'new york'},{'id':1357,'name':'fish'},{'id':2771,'name':'octopus'},{'id':3400,'name':'eel'},{'id':4388,'name':'titanic'},{'id':8721,'name':'arctic'},{'id':10987,'name':'cgi'},{'id':161171,'name':'kraken'},{'id':166971,'name':'shrimp'}]" +472269,"[{'id':2553,'name':'puppeteer'},{'id':3298,'name':'hallucination'},{'id':3986,'name':'spider'},{'id':9887,'name':'surrealism'},{'id':41410,'name':'madness'},{'id':156948,'name':'missing child'},{'id':157314,'name':'psychological horror'},{'id':180546,'name':'norfolk'},{'id':207691,'name':'abuse'}]" +438468,[] +450417,"[{'id':237,'name':'gay'},{'id':6038,'name':'marriage'},{'id':10768,'name':'lesbian'},{'id':15160,'name':'divorce'}]" +425840,[] +469736,"[{'id':9840,'name':'romance'},{'id':187056,'name':'woman director'}]" +523931,"[{'id':339,'name':'submarine'},{'id':1299,'name':'monster'},{'id':2988,'name':'shark attack'},{'id':13031,'name':'creature'},{'id':15097,'name':'shark'},{'id':162365,'name':'military'},{'id':166958,'name':'prehistoric creature'},{'id':234821,'name':'megalodon'}]" +552477,[] +557451,[] +12255,"[{'id':627,'name':'killing'},{'id':2587,'name':'married couple'},{'id':3725,'name':'pregnancy'},{'id':5885,'name':'childlessness'}]" +460064,[] +2103,"[{'id':402,'name':'clone'},{'id':697,'name':'loss of loved one'},{'id':1565,'name':'loss of sense of reality'},{'id':3298,'name':'hallucination'},{'id':3801,'name':'space travel'},{'id':9872,'name':'grief'},{'id':9882,'name':'space'},{'id':11268,'name':'psychologist'},{'id':14626,'name':'astronaut'},{'id':156039,'name':'space station'},{'id':161348,'name':'unusual phenomena'}]" +11820,"[{'id':171452,'name':'faculty'},{'id':171453,'name':'art history'},{'id':171459,'name':'rowing'},{'id':171461,'name':'school nurse'},{'id':171468,'name':'femininity'},{'id':171469,'name':'teacher hero'},{'id':171473,'name':'womens issues'}]" +9637,"[{'id':1735,'name':'amateur detective'},{'id':3392,'name':'voodoo'},{'id':10793,'name':'resort'},{'id':223067,'name':'crime solving'}]" +11024,"[{'id':703,'name':'detective'},{'id':1299,'name':'monster'},{'id':6101,'name':'engine'},{'id':10988,'name':'based on tv series'},{'id':15162,'name':'dog'}]" +14171,"[{'id':447,'name':'post traumatic stress disorder'},{'id':33564,'name':'u.s. soldier'},{'id':182223,'name':'iraq veteran'}]" +9682,"[{'id':236,'name':'suicide'},{'id':697,'name':'loss of loved one'},{'id':2157,'name':'hacker'},{'id':6614,'name':'website'},{'id':9714,'name':'remake'}]" +10025,"[{'id':4367,'name':'jinx'},{'id':4671,'name':'bad luck'},{'id':5091,'name':'kiss'},{'id':9799,'name':'romantic comedy'},{'id':15237,'name':'alcohol abuse'},{'id':33648,'name':'celebration'},{'id':155624,'name':'envy'},{'id':157904,'name':'luck'},{'id':170587,'name':'mysterious stranger'},{'id':188404,'name':'masquerade'}]" +7985,"[{'id':1459,'name':'marriage proposal'},{'id':1533,'name':'isolation'},{'id':1584,'name':'yellow press'},{'id':3205,'name':'fairy tale'},{'id':3258,'name':'beauty'},{'id':4931,'name':'pig'},{'id':5560,'name':'nose'},{'id':6170,'name':'motherly love'},{'id':6664,'name':'make a match'},{'id':221039,'name':'modern fairy tale'}]" +20066,[] +95755,[] +54445,"[{'id':18021,'name':'detroit'},{'id':156788,'name':'swat team'}]" +15676,"[{'id':572,'name':'sex'},{'id':1336,'name':'ransom'},{'id':2309,'name':'nobel prize'},{'id':2546,'name':'mask'},{'id':3616,'name':'college'},{'id':5933,'name':'poet'},{'id':6025,'name':'photography'},{'id':9748,'name':'revenge'},{'id':9937,'name':'suspense'},{'id':10183,'name':'independent film'},{'id':13092,'name':'corpse'},{'id':13132,'name':'pistol'},{'id':33725,'name':'locker'}]" +15019,"[{'id':187056,'name':'woman director'}]" +13074,"[{'id':6075,'name':'sport'}]" +2728,"[{'id':3600,'name':'gun rampage'},{'id':4276,'name':'machinegun'},{'id':41645,'name':'based on video game'},{'id':187554,'name':'person running amok'}]" +1989,"[{'id':279,'name':'usa'},{'id':383,'name':'poker'},{'id':725,'name':'lovesickness'},{'id':828,'name':'waitress'},{'id':1010,'name':'bar'},{'id':1759,'name':'night life'},{'id':3752,'name':'night'},{'id':4232,'name':'melancholy'},{'id':5310,'name':'approach'},{'id':9957,'name':'loneliness'}]" +3638,"[{'id':131,'name':'italy'},{'id':271,'name':'competition'},{'id':697,'name':'loss of loved one'},{'id':1605,'name':'new love'},{'id':1650,'name':'cook'},{'id':1918,'name':'cooking'},{'id':1946,'name':'restaurant'},{'id':2182,'name':'bars and restaurants'},{'id':2784,'name':'mother role'},{'id':3739,'name':'funeral'},{'id':3914,'name':'kitchen'},{'id':164657,'name':'perfectionist'}]" +137174,"[{'id':1556,'name':'texas'},{'id':2296,'name':'border patrol'},{'id':5490,'name':'girlfriend'},{'id':8224,'name':'cannabis'},{'id':11264,'name':'border guard'},{'id':12425,'name':'racism'},{'id':13130,'name':'teenager'},{'id':41334,'name':'hispanic'},{'id':156777,'name':'teenage sexuality'}]" +420814,"[{'id':3321,'name':'childhood memory'},{'id':3905,'name':'owl'},{'id':4144,'name':'donkey'},{'id':4702,'name':'suitcase'},{'id':4809,'name':'tiger'},{'id':4931,'name':'pig'},{'id':5774,'name':'forest'},{'id':10103,'name':'children'},{'id':10468,'name':'bear'},{'id':13008,'name':'train'},{'id':208662,'name':'kangaroo'},{'id':209220,'name':'live action and animation'},{'id':236860,'name':'magical realism'},{'id':246361,'name':'adulthood'}]" +452928,[] +399360,"[{'id':1994,'name':'wolf'},{'id':2219,'name':'ice age'},{'id':2526,'name':'human animal relationship'},{'id':3593,'name':'wilderness'},{'id':10349,'name':'survival'},{'id':10794,'name':'snow'},{'id':158591,'name':'injury'},{'id':201947,'name':'prehistory'},{'id':211482,'name':'bison'},{'id':248901,'name':'upper palaeolithic'},{'id':248902,'name':'boar'},{'id':248903,'name':'saber-toothed cat'}]" +428015,[] +28425,"[{'id':1299,'name':'monster'},{'id':1936,'name':'blackmail'},{'id':9663,'name':'sequel'},{'id':9748,'name':'revenge'},{'id':10718,'name':'fugitive'},{'id':10770,'name':'mad doctor'},{'id':12193,'name':'reporter'},{'id':160130,'name':'invisible man'},{'id':189115,'name':'invisibility'}]" +545816,[] +551554,[] +519337,"[{'id':6259,'name':'psychopath'},{'id':13017,'name':'drifter'},{'id':18249,'name':'game'}]" +525460,"[{'id':131,'name':'italy'},{'id':6876,'name':'vacation'},{'id':9826,'name':'murder'},{'id':11510,'name':'unfaithfulness'},{'id':18420,'name':'surveillance'}]" +521934,"[{'id':3358,'name':'haunted house'},{'id':156799,'name':'vermont'},{'id':161891,'name':'doppelgänger'},{'id':240119,'name':'father son relationship'},{'id':251524,'name':'secluded house'},{'id':251525,'name':'redecorate'}]" +505826,"[{'id':2597,'name':'bigfoot'},{'id':11220,'name':'cryptozoology'}]" +533741,"[{'id':6162,'name':'past'},{'id':7714,'name':'step brother'},{'id':10391,'name':'mafia'},{'id':167580,'name':'kingpin'},{'id':230574,'name':'fresh start'},{'id':235815,'name':'grieving man'}]" +485340,[] +392407,[] +506752,[] +2012,"[{'id':534,'name':'mexico'},{'id':1842,'name':'village life'},{'id':2783,'name':'family's daily life'},{'id':4315,'name':'courtly life'},{'id':4402,'name':'peasant'},{'id':5988,'name':'mennonites'},{'id':10183,'name':'independent film'},{'id':33465,'name':'parallel world'}]" +522417,"[{'id':4267,'name':'warlord'},{'id':5923,'name':'sister'},{'id':9675,'name':'prequel'},{'id':161935,'name':'relic'},{'id':229607,'name':'female warrior'},{'id':245118,'name':'fifth part'}]" +555949,"[{'id':3800,'name':'airplane'}]" +298037,"[{'id':703,'name':'detective'},{'id':155790,'name':'private detective'},{'id':202429,'name':'fired'}]" +471616,"[{'id':818,'name':'based on novel or book'},{'id':6483,'name':'ice hockey'},{'id':12425,'name':'racism'},{'id':193887,'name':'residential school'},{'id':195469,'name':'first nations'},{'id':207691,'name':'abuse'},{'id':219896,'name':'assimilation'}]" +529646,"[{'id':1670,'name':'sun'},{'id':10084,'name':'rescue'},{'id':191586,'name':'trapped in space'},{'id':245902,'name':'escape pod'},{'id':248518,'name':'oxygen depletion'},{'id':248519,'name':'loss of son'}]" +542202,[] +345934,"[{'id':1956,'name':'world war ii'},{'id':10535,'name':'sino japanese war'},{'id':158468,'name':'chinese history'},{'id':248509,'name':'japanese occupation of china'},{'id':248510,'name':'kuomintang'}]" +471310,[] +462469,[] +515387,[] +543745,"[{'id':1441,'name':'christmas party'},{'id':207317,'name':'christmas'},{'id':247006,'name':'bakery science'}]" +462593,[] +438590,"[{'id':1576,'name':'technology'},{'id':6054,'name':'friendship'},{'id':13000,'name':'based on short film'},{'id':14544,'name':'robot'},{'id':155327,'name':'robot dog'},{'id':225061,'name':'friend'}]" +13160,"[{'id':2913,'name':'diary'},{'id':9799,'name':'romantic comedy'},{'id':13095,'name':'death of lover'},{'id':13153,'name':'spirit'},{'id':14540,'name':'accidental death'},{'id':14742,'name':'psychic'},{'id':223267,'name':'moving on'},{'id':239145,'name':'relationship sabotage'}]" +25704,"[{'id':3658,'name':'career'},{'id':18035,'name':'family'},{'id':156052,'name':'unemployment'},{'id':187056,'name':'woman director'},{'id':209366,'name':'graduation speech'}]" +52505,"[{'id':818,'name':'based on novel or book'},{'id':4516,'name':'romantic rivalry'},{'id':166625,'name':'candlelight vigil'}]" +38753,"[{'id':290,'name':'angel'},{'id':3149,'name':'gangster'},{'id':4048,'name':'musician'},{'id':195719,'name':'wings'}]" +12572,"[{'id':242,'name':'new york'},{'id':558,'name':'city portrait'},{'id':156935,'name':'omnibus'},{'id':187056,'name':'woman director'},{'id':252363,'name':'cities of love'}]" +29920,"[{'id':172164,'name':'consignment'}]" +38093,"[{'id':187056,'name':'woman director'}]" +73358,"[{'id':190904,'name':'mi5'}]" +63574,[] +94204,[] +529881,[] +15917,"[{'id':818,'name':'based on novel or book'}]" +86645,"[{'id':344,'name':'inquisition'},{'id':570,'name':'rape'},{'id':745,'name':'nun'},{'id':11221,'name':'blood'},{'id':13006,'name':'torture'},{'id':15136,'name':'female homosexuality'},{'id':40929,'name':'witch burning'},{'id':165470,'name':'convent'}]" +44465,"[{'id':2486,'name':'fantasy'},{'id':4902,'name':'surprise'},{'id':6038,'name':'marriage'},{'id':9826,'name':'murder'},{'id':9937,'name':'suspense'},{'id':34143,'name':'rich'},{'id':156104,'name':'stranger'},{'id':187056,'name':'woman director'}]" +555853,[] +543638,"[{'id':409,'name':'africa'},{'id':1930,'name':'kidnapping'},{'id':7587,'name':'nigeria'}]" +489327,"[{'id':243959,'name':'brother brother relationship'}]" +458344,"[{'id':6027,'name':'music'},{'id':18300,'name':'english countryside'},{'id':168386,'name':'child wish'},{'id':225778,'name':'rockstar'},{'id':226325,'name':'dysfunctional relationship'}]" +556196,[] +53113,"[{'id':10041,'name':'dysfunctional family'},{'id':10163,'name':'cancer'},{'id':163599,'name':'death of parent'}]" +555914,[] +487558,"[{'id':529,'name':'ku klux klan'},{'id':818,'name':'based on novel or book'},{'id':5565,'name':'biography'},{'id':9672,'name':'based on a true story'},{'id':11199,'name':'undercover cop'},{'id':12425,'name':'racism'},{'id':14641,'name':'based on memoir or autobiography'},{'id':163079,'name':'revisionist history'},{'id':190669,'name':'black panther party'}]" +496681,"[{'id':1969,'name':'map'},{'id':5968,'name':'amazon'},{'id':157155,'name':'explorer'},{'id':213489,'name':'bengali'}]" +516082,"[{'id':8158,'name':'rafting'},{'id':10787,'name':'jungle'},{'id':12377,'name':'zombie'},{'id':13005,'name':'doctor'},{'id':44451,'name':'lost'},{'id':209173,'name':'abandoned'},{'id':234250,'name':'creatures'},{'id':239390,'name':'human experiment'},{'id':243363,'name':'directorial debut'}]" +534338,[] +518514,"[{'id':409,'name':'africa'},{'id':2857,'name':'elephant'},{'id':3513,'name':'safari'},{'id':8723,'name':'poacher'},{'id':13014,'name':'orphan'}]" +517596,"[{'id':9716,'name':'stand-up comedy'},{'id':181134,'name':'tv special'},{'id':236714,'name':'comedy special'}]" +423985,[] +334536,"[{'id':1442,'name':'winter'},{'id':2626,'name':'exorcism'},{'id':6271,'name':'boarding school'},{'id':9712,'name':'possession'},{'id':9826,'name':'murder'},{'id':9957,'name':'loneliness'},{'id':11181,'name':'decapitation'},{'id':189414,'name':'furnace'},{'id':197104,'name':'all girls school'},{'id':219950,'name':'good samaritan'}]" +63907,[] +416574,"[{'id':437,'name':'painter'},{'id':5565,'name':'biography'}]" +493623,[] +35169,"[{'id':10468,'name':'bear'},{'id':18165,'name':'animal'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'},{'id':179867,'name':'real estate'},{'id':184952,'name':'land developer'},{'id':234341,'name':'real estate developer'}]" +14940,"[{'id':2081,'name':'department store'},{'id':2393,'name':'adoption'},{'id':3292,'name':'chinese woman'},{'id':6844,'name':'stalker'},{'id':10183,'name':'independent film'},{'id':10333,'name':'stalking'}]" +31121,"[{'id':928,'name':'hairdresser'},{'id':2946,'name':'presidential election'},{'id':12670,'name':'los angeles'},{'id':163047,'name':'beverly hills'},{'id':170827,'name':'sex comedy'},{'id':208992,'name':'1960s'}]" +15809,"[{'id':8132,'name':'hooligan'},{'id':9663,'name':'sequel'},{'id':14819,'name':'violence'},{'id':226830,'name':'prision'},{'id':234767,'name':'swastika tattoo'}]" +34803,"[{'id':9714,'name':'remake'},{'id':9826,'name':'murder'},{'id':10235,'name':'family relationships'},{'id':34079,'name':'death'}]" +89857,[] +13254,[] +182873,[] +1788,"[{'id':246,'name':'dancing'},{'id':733,'name':'dancer'},{'id':1691,'name':'dance'},{'id':6027,'name':'music'},{'id':207010,'name':'dance teacher'},{'id':240303,'name':'father daughter relationship'}]" +14819,"[{'id':2064,'name':'overweight'},{'id':5767,'name':'summer camp'}]" +34751,"[{'id':3644,'name':'south africa'},{'id':4676,'name':'whale'},{'id':9663,'name':'sequel'},{'id':223378,'name':'animal rescue'}]" +8012,"[{'id':395,'name':'gambling'},{'id':416,'name':'miami'},{'id':818,'name':'based on novel or book'},{'id':3149,'name':'gangster'},{'id':8438,'name':'job'},{'id':9826,'name':'murder'},{'id':9935,'name':'travel'},{'id':10391,'name':'mafia'},{'id':10594,'name':'money'},{'id':11061,'name':'debt'},{'id':11578,'name':'mobster'},{'id':12094,'name':'business'},{'id':12396,'name':'hollywood'},{'id':14819,'name':'violence'},{'id':14964,'name':'drugs'},{'id':33879,'name':'producer'},{'id':159608,'name':'con'}]" +5375,"[{'id':65,'name':'holiday'},{'id':380,'name':'sibling relationship'},{'id':603,'name':'elves'},{'id':1991,'name':'santa claus'},{'id':3661,'name':'sleigh'},{'id':4627,'name':'earth'},{'id':9989,'name':'gift'},{'id':10385,'name':'reindeer'},{'id':10794,'name':'snow'},{'id':34154,'name':'north pole'},{'id':207317,'name':'christmas'}]" +459845,[] +468735,"[{'id':3725,'name':'pregnancy'},{'id':4333,'name':'theatre group'},{'id':10683,'name':'coming of age'},{'id':41329,'name':'mental illness'},{'id':160840,'name':'dream sequence'},{'id':171493,'name':'mentor protégé relationship'},{'id':187056,'name':'woman director'},{'id':240315,'name':'mother daughter relationship'},{'id':245050,'name':'reality shifts'},{'id':249597,'name':'improvisational theatre'}]" +11442,"[{'id':380,'name':'sibling relationship'},{'id':6139,'name':'innocence'},{'id':10714,'name':'serial killer'}]" +11675,"[{'id':387,'name':'california'},{'id':2547,'name':'new identity'},{'id':3335,'name':'halloween'},{'id':4009,'name':'witness protection'},{'id':5301,'name':'brother'},{'id':5923,'name':'sister'},{'id':6271,'name':'boarding school'},{'id':6275,'name':'school party'},{'id':6464,'name':'uncle'},{'id':11040,'name':'masked killer'},{'id':11696,'name':'underage drinking'},{'id':12974,'name':'principal'},{'id':14819,'name':'violence'},{'id':34079,'name':'death'},{'id':156075,'name':'evil'},{'id':232798,'name':'seventeen'}]" +11361,"[{'id':798,'name':'sheriff'},{'id':3875,'name':'barn'},{'id':9215,'name':'black'},{'id':9663,'name':'sequel'},{'id':10059,'name':'boogeyman'},{'id':11040,'name':'masked killer'},{'id':12339,'name':'slasher'},{'id':14751,'name':'youth'},{'id':15106,'name':'psychiatrist'},{'id':15127,'name':'killer'},{'id':156143,'name':'kitten'},{'id':156392,'name':'scythe'},{'id':156525,'name':'heroine'},{'id':162538,'name':'pitchfork'},{'id':164218,'name':'psychotronic'}]" +11357,"[{'id':798,'name':'sheriff'},{'id':1435,'name':'scissors'},{'id':1546,'name':'ambulance'},{'id':3335,'name':'halloween'},{'id':3874,'name':'twist'},{'id':4728,'name':'knife'},{'id':9663,'name':'sequel'},{'id':9826,'name':'murder'},{'id':10714,'name':'serial killer'},{'id':11040,'name':'masked killer'},{'id':11221,'name':'blood'},{'id':13140,'name':'niece'},{'id':156075,'name':'evil'},{'id':207399,'name':'october'}]" +469108,"[{'id':1442,'name':'winter'},{'id':5349,'name':'surfing'},{'id':5746,'name':'iceland'},{'id':14527,'name':'storm'},{'id':226626,'name':'aurora borealis'}]" +502422,"[{'id':203322,'name':'dramedy'},{'id':214549,'name':'short'},{'id':240303,'name':'father daughter relationship'}]" +493441,[] +454546,[] +9529,"[{'id':5340,'name':'investigation'},{'id':9955,'name':'urban legend'},{'id':10616,'name':'urban'},{'id':12105,'name':'student'},{'id':13160,'name':'university'},{'id':161707,'name':'candyman'},{'id':161712,'name':'hook for a hand'},{'id':161722,'name':'housing project'},{'id':161728,'name':'urban decay'},{'id':187343,'name':'belief'}]" +463322,[] +463158,"[{'id':5565,'name':'biography'}]" +555031,"[{'id':9682,'name':'history'},{'id':247627,'name':'crime'}]" +260513,"[{'id':2587,'name':'married couple'},{'id':9663,'name':'sequel'},{'id':9715,'name':'superhero'},{'id':10103,'name':'children'},{'id':10159,'name':'computer animation'},{'id':10336,'name':'animation'},{'id':15025,'name':'parenting'},{'id':18035,'name':'family'},{'id':33637,'name':'super power'}]" +530454,"[{'id':279,'name':'usa'},{'id':2946,'name':'presidential election'},{'id':206515,'name':'usa politics'}]" +556104,[] +11951,"[{'id':582,'name':'san francisco'},{'id':622,'name':'bet'},{'id':1977,'name':'denver, colorado'},{'id':6149,'name':'police'},{'id':8574,'name':'auto-tuning'},{'id':34117,'name':'cult film'}]" +38961,"[{'id':548,'name':'countryside'},{'id':736,'name':'journalist'},{'id':5331,'name':'village'},{'id':9840,'name':'romance'},{'id':199024,'name':'newpaper'}]" +10869,"[{'id':582,'name':'san francisco'},{'id':2918,'name':'estate agent'},{'id':6490,'name':'shopping mall'},{'id':179124,'name':'volkswagon'},{'id':179286,'name':'käfer'},{'id':208361,'name':'the love bug'},{'id':240359,'name':'herbie'}]" +501987,"[{'id':209817,'name':'political thriller'}]" +13391,"[{'id':310,'name':'artificial intelligence'},{'id':2964,'name':'future'},{'id':12190,'name':'cyberpunk'},{'id':158144,'name':'giant worm'}]" +50671,"[{'id':3508,'name':'underwear'},{'id':11318,'name':'landlord'},{'id':14557,'name':'undressing'},{'id':14558,'name':'bathtub'},{'id':155730,'name':'hammer horror'},{'id':178649,'name':'voyeurism'}]" +12192,"[{'id':7645,'name':'pathology'},{'id':9139,'name':'student of medicine'},{'id':11259,'name':'extortion'},{'id':11494,'name':'drug use'},{'id':18249,'name':'game'},{'id':156544,'name':'cadaver'},{'id':221193,'name':'perfect murder'}]" +13967,"[{'id':697,'name':'loss of loved one'},{'id':1531,'name':'mountain lake'},{'id':5565,'name':'biography'},{'id':10818,'name':'author'},{'id':15199,'name':'rabbit'},{'id':227002,'name':'lake district'},{'id':227003,'name':'cumbria'}]" +43943,[] +9969,"[{'id':65,'name':'holiday'},{'id':9823,'name':'rivalry'},{'id':10226,'name':'neighbor'},{'id':172742,'name':'christmas lights'},{'id':207317,'name':'christmas'}]" +9839,"[{'id':212,'name':'london'},{'id':591,'name':'cia'},{'id':1961,'name':'landmine'},{'id':2038,'name':'love of one's life'},{'id':2960,'name':'cambodia'},{'id':5946,'name':'ethiopia'},{'id':8780,'name':'chechnya'},{'id':8781,'name':'foreign aid'}]" +14390,"[{'id':572,'name':'sex'},{'id':703,'name':'detective'},{'id':6060,'name':'insult'},{'id':9823,'name':'rivalry'},{'id':10183,'name':'independent film'},{'id':14819,'name':'violence'},{'id':33720,'name':'guilt'},{'id':157380,'name':'tabloid'}]" +32678,"[{'id':212,'name':'london'},{'id':642,'name':'robbery'},{'id':968,'name':'manchester city'},{'id':14819,'name':'violence'}]" +26391,[] +68184,"[{'id':8046,'name':'aspen'},{'id':13032,'name':'cougar'},{'id':13043,'name':'dating'},{'id':14794,'name':'lust'},{'id':157799,'name':'older woman younger man relationship'},{'id':179178,'name':'milf'},{'id':187056,'name':'woman director'}]" +467824,"[{'id':5318,'name':'seoul'},{'id':162988,'name':'dystopian future'},{'id':181129,'name':'terrorist group'},{'id':222243,'name':'based on anime'},{'id':248499,'name':'elite squad'}]" +554175,"[{'id':1706,'name':'experiment'},{'id':2343,'name':'magic'},{'id':194610,'name':'variety show'}]" +463022,"[{'id':14512,'name':'new york city'},{'id':33347,'name':'apartment building'}]" +317118,[] +283601,"[{'id':818,'name':'based on novel or book'},{'id':2215,'name':'hurricane'},{'id':2669,'name':'motel'},{'id':2708,'name':'hitman'},{'id':41600,'name':'laundry'}]" +446695,[] +449992,"[{'id':5964,'name':'chinese mafia'},{'id':7348,'name':'indonesia'},{'id':8498,'name':'elite unit'},{'id':41383,'name':'triad'},{'id':195352,'name':'ruthless killer'},{'id':207850,'name':'workshop'}]" +426375,"[{'id':3725,'name':'pregnancy'},{'id':15001,'name':'demon'},{'id':33711,'name':'entity'}]" +488447,"[{'id':207317,'name':'christmas'}]" +10678,"[{'id':378,'name':'prison'},{'id':1594,'name':'ex-boyfriend'},{'id':3848,'name':'support'},{'id':10685,'name':'escape'},{'id':10909,'name':'lawyer'}]" +50204,"[{'id':1786,'name':'heart attack'},{'id':4553,'name':'black humor'},{'id':4715,'name':'autopsy'},{'id':9826,'name':'murder'},{'id':14624,'name':'cruelty'},{'id':14625,'name':'anti villain'},{'id':158741,'name':'grave digger'}]" +5857,"[{'id':625,'name':'sadistic'},{'id':3182,'name':'seduction'},{'id':3616,'name':'college'},{'id':4378,'name':'striptease'},{'id':4426,'name':'sadism'},{'id':5600,'name':'daughter'}]" +223269,[] +274007,"[{'id':187056,'name':'woman director'}]" +311093,"[{'id':65,'name':'holiday'},{'id':207317,'name':'christmas'}]" +491851,[] +22492,"[{'id':33899,'name':'rockumentary'}]" +24920,"[{'id':236,'name':'suicide'},{'id':1227,'name':'cemetery'},{'id':6152,'name':'supernatural'},{'id':9815,'name':'psychic power'},{'id':9887,'name':'surrealism'},{'id':10093,'name':'priest'},{'id':10183,'name':'independent film'},{'id':10292,'name':'gore'},{'id':12377,'name':'zombie'},{'id':14687,'name':'extreme violence'},{'id':14819,'name':'violence'},{'id':15001,'name':'demon'},{'id':156173,'name':'eye gouging'},{'id':157351,'name':'living dead'},{'id':162521,'name':'flesh eating'}]" +8916,"[{'id':1402,'name':'general'},{'id':1701,'name':'hero'},{'id':2346,'name':'worker'},{'id':3126,'name':'ant'},{'id':3640,'name':'work'},{'id':4967,'name':'assignment'},{'id':6091,'name':'war'},{'id':7376,'name':'princess'},{'id':13065,'name':'soldier'},{'id':161248,'name':'individuality'},{'id':225061,'name':'friend'}]" +31863,[] +492638,[] +25562,"[{'id':168622,'name':'soap opera'},{'id':171261,'name':'television broadcast'}]" +550302,"[{'id':9716,'name':'stand-up comedy'}]" +425218,[] +21301,"[{'id':10601,'name':'blaxploitation'}]" +454992,"[{'id':90,'name':'paris france'},{'id':220,'name':'berlin germany'},{'id':470,'name':'spy'},{'id':3530,'name':'prague'},{'id':5248,'name':'female friendship'},{'id':12392,'name':'best friend'},{'id':12670,'name':'los angeles'},{'id':193544,'name':'save the day'},{'id':208774,'name':'acrobats'},{'id':248810,'name':'edward snowden'}]" +439015,"[{'id':279,'name':'usa'},{'id':1415,'name':'small town'},{'id':1700,'name':'massachusetts'},{'id':5774,'name':'forest'},{'id':6152,'name':'supernatural'},{'id':9955,'name':'urban legend'},{'id':13073,'name':'fear'},{'id':215303,'name':'slender man'}]" +340613,"[{'id':818,'name':'based on novel or book'},{'id':1157,'name':'wife husband relationship'},{'id':1326,'name':'infidelity'},{'id':1328,'name':'secret'},{'id':1992,'name':'professor'},{'id':2309,'name':'nobel prize'},{'id':8085,'name':'stockholm'},{'id':9856,'name':'flashback'},{'id':10818,'name':'author'},{'id':13028,'name':'writer'},{'id':34094,'name':'extramarital affair'},{'id':155251,'name':'novelist'},{'id':191741,'name':'award'},{'id':208992,'name':'1960s'},{'id':210608,'name':'1990s'},{'id':229299,'name':'affair'}]" +528210,[] +500535,[] +254298,"[{'id':15086,'name':'advertising'}]" +46420,"[{'id':627,'name':'killing'},{'id':6270,'name':'high school'},{'id':9693,'name':'female killer'},{'id':9748,'name':'revenge'},{'id':10266,'name':'prom'},{'id':10685,'name':'escape'},{'id':13130,'name':'teenager'}]" +12150,"[{'id':242,'name':'new york'},{'id':567,'name':'alcohol'},{'id':572,'name':'sex'},{'id':703,'name':'detective'},{'id':918,'name':'newspaper'},{'id':3879,'name':'suspect'},{'id':6149,'name':'police'},{'id':9826,'name':'murder'},{'id':9937,'name':'suspense'},{'id':10714,'name':'serial killer'},{'id':207268,'name':'neo-noir'}]" +13997,"[{'id':156024,'name':'corrupt politician'},{'id':169078,'name':'nitrous oxide'},{'id':169079,'name':'candid camera'},{'id':169085,'name':'double act'},{'id':169086,'name':'political satire'},{'id':187056,'name':'woman director'}]" +18191,"[{'id':242,'name':'new york'},{'id':366,'name':'sex-shop'},{'id':549,'name':'prostitute'},{'id':572,'name':'sex'},{'id':663,'name':'fortune teller'},{'id':1449,'name':'underworld'},{'id':9826,'name':'murder'},{'id':10360,'name':'prejudice'},{'id':12425,'name':'racism'},{'id':14819,'name':'violence'},{'id':163949,'name':'pawnshop'},{'id':220448,'name':'bipolar disorder'}]" +14199,"[{'id':7942,'name':'imaginary friend'},{'id':10216,'name':'outcast'}]" +13022,"[{'id':223059,'name':'animal horror'}]" +267283,[] +13256,"[{'id':1852,'name':'mutant'},{'id':6150,'name':'faith'},{'id':13065,'name':'soldier'}]" +292022,"[{'id':4942,'name':'victim of murder'},{'id':6593,'name':'stripper'}]" +531597,"[{'id':417,'name':'corruption'},{'id':627,'name':'killing'},{'id':6149,'name':'police'},{'id':10714,'name':'serial killer'},{'id':11734,'name':'police corruption'},{'id':234985,'name':'anti-corruption'}]" +491277,"[{'id':9663,'name':'sequel'},{'id':10308,'name':'h.p. lovecraft'},{'id':173386,'name':'cthulhu'},{'id':249629,'name':'goth'}]" +496274,[] +491474,"[{'id':390,'name':'skateboarding'},{'id':5248,'name':'female friendship'},{'id':8508,'name':'party'},{'id':11718,'name':'feminist'},{'id':14512,'name':'new york city'},{'id':158591,'name':'injury'},{'id':176834,'name':'social media'},{'id':178873,'name':'skateboarder'},{'id':178887,'name':'skate park'},{'id':187056,'name':'woman director'},{'id':210281,'name':'sisterhood'}]" +26044,"[{'id':1009,'name':'baby'},{'id':12547,'name':'billionaire'},{'id':33457,'name':'alcoholic'},{'id':211295,'name':'riches to rags'}]" +11853,"[{'id':6946,'name':'blonde'},{'id':9748,'name':'revenge'},{'id':155573,'name':'wild west'},{'id':168405,'name':'fast draw'},{'id':168406,'name':'tough  girl'},{'id':168416,'name':'gun fu'},{'id':168418,'name':'pistol duel'},{'id':168422,'name':'small western town'}]" +552707,[] +513729,"[{'id':12396,'name':'hollywood'},{'id':207268,'name':'neo-noir'}]" +554747,[] +421625,"[{'id':207317,'name':'christmas'},{'id':230818,'name':'secret santa'}]" +515237,"[{'id':2425,'name':'bodily disabled person'},{'id':7002,'name':'vigilante'},{'id':179088,'name':'radio host'},{'id':188341,'name':'traumatic accident'},{'id':232766,'name':'vengeance'}]" +9051,"[{'id':534,'name':'mexico'},{'id':966,'name':'beach'},{'id':1599,'name':'midlife crisis'},{'id':2486,'name':'fantasy'},{'id':2676,'name':'honeymoon'},{'id':6038,'name':'marriage'},{'id':6711,'name':'crisis'},{'id':9673,'name':'love'},{'id':9840,'name':'romance'},{'id':33475,'name':'songwriter'}]" +62522,[] +367544,"[{'id':65,'name':'holiday'},{'id':162846,'name':'ghost'},{'id':207317,'name':'christmas'}]" +8675,"[{'id':445,'name':'pornography'},{'id':572,'name':'sex'},{'id':1328,'name':'secret'},{'id':1721,'name':'fight'},{'id':3412,'name':'star'},{'id':9715,'name':'superhero'},{'id':10183,'name':'independent film'},{'id':13027,'name':'wedding'},{'id':156166,'name':'mormon'},{'id':187056,'name':'woman director'},{'id':188947,'name':'sidekick'},{'id':194943,'name':'henchmen'}]" +11092,"[{'id':697,'name':'loss of loved one'},{'id':818,'name':'based on novel or book'},{'id':1326,'name':'infidelity'},{'id':1808,'name':'lover (female)'},{'id':5340,'name':'investigation'},{'id':9826,'name':'murder'},{'id':10909,'name':'lawyer'},{'id':18021,'name':'detroit'},{'id':33519,'name':'courtroom'}]" +10068,"[{'id':459,'name':'sexual obsession'},{'id':549,'name':'prostitute'},{'id':2316,'name':'women's sexual identity'},{'id':5628,'name':'broker'},{'id':5916,'name':'gallery owner'},{'id':6373,'name':'sadomasochism'}]" +477033,"[{'id':514,'name':'spain'},{'id':1318,'name':'blacksmith'},{'id':6152,'name':'supernatural'},{'id':6559,'name':'basque country '},{'id':15001,'name':'demon'},{'id':15032,'name':'gothic horror'},{'id':178856,'name':'folklore'},{'id':209568,'name':'folk horror'},{'id':218051,'name':'folk tale'},{'id':228777,'name':'portal to hell'},{'id':248385,'name':'carlist wars'}]" +3573,"[{'id':818,'name':'based on novel or book'},{'id':2406,'name':'picnic'},{'id':10132,'name':'matchmaking'},{'id':18300,'name':'english countryside'},{'id':207928,'name':'19th century'}]" +427900,"[{'id':279,'name':'usa'},{'id':3817,'name':'chance'},{'id':9673,'name':'love'},{'id':12396,'name':'hollywood'},{'id':12670,'name':'los angeles'},{'id':18035,'name':'family'},{'id':187056,'name':'woman director'},{'id':214860,'name':'filming'}]" +21874,"[{'id':14818,'name':'model'},{'id':17972,'name':'plastic surgeon'}]" +49452,"[{'id':187056,'name':'woman director'},{'id':252194,'name':'french impressionism'}]" +496328,"[{'id':2936,'name':'artists' life'},{'id':5565,'name':'biography'},{'id':245199,'name':'sanjay dutt'}]" +375909,"[{'id':236,'name':'suicide'},{'id':5774,'name':'forest'},{'id':11258,'name':'suicidal'},{'id':12339,'name':'slasher'},{'id':18023,'name':'criminal mastermind'}]" +424585,"[{'id':818,'name':'based on novel or book'}]" +5956,"[{'id':380,'name':'sibling relationship'},{'id':516,'name':'child abuse'},{'id':1009,'name':'baby'},{'id':2341,'name':'nanny'},{'id':2797,'name':'mother-in-law'},{'id':3036,'name':'bible'},{'id':3192,'name':'intellectually gifted'},{'id':4914,'name':'malice'},{'id':7288,'name':'sleeplesness'},{'id':157314,'name':'psychological horror'}]" +478484,"[{'id':3036,'name':'bible'}]" +20530,"[{'id':10183,'name':'independent film'},{'id':160224,'name':'post world war ii'}]" +50247,"[{'id':1459,'name':'marriage proposal'},{'id':10183,'name':'independent film'},{'id':160224,'name':'post world war ii'}]" +20531,"[{'id':10564,'name':'japanese culture'}]" +55192,"[{'id':380,'name':'sibling relationship'},{'id':5600,'name':'daughter'},{'id':180498,'name':'post war japan'}]" +55197,"[{'id':1157,'name':'wife husband relationship'},{'id':2251,'name':'lie'},{'id':2692,'name':'arranged marriage'},{'id':13140,'name':'niece'},{'id':214652,'name':'marital tensions'},{'id':251939,'name':'tokyo'}]" +89484,"[{'id':380,'name':'sibling relationship'},{'id':1316,'name':'captain'},{'id':6625,'name':'family secret'},{'id':9094,'name':'womanizer'},{'id':33688,'name':'hunting'}]" +10611,"[{'id':928,'name':'hairdresser'},{'id':1998,'name':'shop'},{'id':10226,'name':'neighbor'},{'id':11061,'name':'debt'},{'id':41153,'name':'meeting'},{'id':160488,'name':'hoodlum'}]" +473309,"[{'id':6150,'name':'faith'},{'id':10085,'name':'betrayal'},{'id':11001,'name':'religion'},{'id':155888,'name':'teenage daughter'},{'id':172143,'name':'evangelism'},{'id':200568,'name':'jehovah's witness'},{'id':226419,'name':'apostasy'},{'id':240315,'name':'mother daughter relationship'}]" +552259,[] +489930,[] +445456,"[{'id':5565,'name':'biography'}]" +346384,[] +489852,"[{'id':5565,'name':'biography'},{'id':6075,'name':'sport'},{'id':7813,'name':'hockey player'}]" +187868,"[{'id':242,'name':'new york'},{'id':567,'name':'alcohol'},{'id':4487,'name':'boxing match'},{'id':5424,'name':'women's prison'},{'id':6344,'name':'liverpool'},{'id':6946,'name':'blonde'},{'id':198585,'name':'female boxing'}]" +537943,"[{'id':9663,'name':'sequel'},{'id':12339,'name':'slasher'}]" +526051,[] +489927,"[{'id':496,'name':'poetry'},{'id':4590,'name':'kindergarten'},{'id':5561,'name':'child prodigy'},{'id':9714,'name':'remake'},{'id':9736,'name':'little boy'},{'id':41355,'name':'teacher student relationship'},{'id':158965,'name':'poetry reading'},{'id':184406,'name':'staten island new york city'},{'id':211821,'name':'kindergarten teacher'},{'id':250484,'name':'a educadora de infância'}]" +507618,"[{'id':2383,'name':'feminism'},{'id':9682,'name':'history'},{'id':11718,'name':'feminist'},{'id':161316,'name':'social documentary'},{'id':187056,'name':'woman director'},{'id':233514,'name':'feminist activism'},{'id':240847,'name':'social & cultural docs'}]" +522438,"[{'id':1299,'name':'monster'},{'id':1852,'name':'mutant'},{'id':2988,'name':'shark attack'},{'id':9663,'name':'sequel'},{'id':15097,'name':'shark'}]" +448095,"[{'id':818,'name':'based on novel or book'},{'id':4458,'name':'post-apocalyptic'},{'id':6152,'name':'supernatural'},{'id':6270,'name':'high school'},{'id':9826,'name':'murder'},{'id':12332,'name':'apocalypse'},{'id':34079,'name':'death'},{'id':162846,'name':'ghost'}]" +482088,[] +424121,"[{'id':1209,'name':'wales'},{'id':1336,'name':'ransom'},{'id':6158,'name':'cult'},{'id':9826,'name':'murder'},{'id':11001,'name':'religion'},{'id':11222,'name':'prophet'},{'id':14765,'name':'church'},{'id':14819,'name':'violence'},{'id':164346,'name':'praying'},{'id':226406,'name':'isolated island'},{'id':236170,'name':'early 1900s'},{'id':240303,'name':'father daughter relationship'},{'id':248882,'name':'false prophet'}]" +31428,"[{'id':6844,'name':'stalker'},{'id':9937,'name':'suspense'},{'id':10333,'name':'stalking'}]" +34991,"[{'id':817,'name':'bookshop'},{'id':5215,'name':'northern england'},{'id':6344,'name':'liverpool'},{'id':9755,'name':'parody'},{'id':33731,'name':'stand-up comedian'},{'id':34117,'name':'cult film'},{'id':172514,'name':'homage'},{'id':185525,'name':'private eye'}]" +15716,[] +16296,"[{'id':3199,'name':'clown'},{'id':177316,'name':'circus tent'},{'id':177317,'name':'ice cream truck'},{'id':177321,'name':'lovers lane'},{'id':177329,'name':'shadow puppet'},{'id':177331,'name':'net'},{'id':177334,'name':'drinking straw'},{'id':191327,'name':'evil clown'}]" +14237,"[{'id':282,'name':'video game'},{'id':3181,'name':'pretended murder'},{'id':3363,'name':'hypnosis'},{'id':4563,'name':'virtual reality'},{'id':10414,'name':'trance'}]" +21544,"[{'id':1919,'name':'mayor'},{'id':2669,'name':'motel'},{'id':156799,'name':'vermont'},{'id':176218,'name':'sketch artist'},{'id':187614,'name':'small town girl'}]" +39486,"[{'id':643,'name':'horse race'},{'id':2284,'name':'horseback riding'},{'id':5565,'name':'biography'}]" +10632,"[{'id':414,'name':'hunter'},{'id':1812,'name':'fbi'},{'id':4728,'name':'knife'},{'id':7202,'name':'balkan war'},{'id':9720,'name':'woods'},{'id':10024,'name':'psychopathic killer'},{'id':10089,'name':'slaughter'},{'id':10833,'name':'survivalist'},{'id':14805,'name':'maniac'},{'id':14819,'name':'violence'},{'id':15218,'name':'special forces'},{'id':17987,'name':'killing spree'},{'id':18543,'name':'combat'},{'id':162380,'name':'ex soldier'},{'id':164148,'name':'dark past'},{'id':226499,'name':'manhunt'}]" +194817,[] +11906,"[{'id':74,'name':'germany'},{'id':616,'name':'witch'},{'id':6271,'name':'boarding school'},{'id':10471,'name':'cult favorite'},{'id':10551,'name':'ballet'},{'id':12570,'name':'whodunit'},{'id':14712,'name':'young woman'},{'id':33505,'name':'gothic'},{'id':33632,'name':'apartment'},{'id':156075,'name':'evil'},{'id':162806,'name':'coven'},{'id':162807,'name':'noise'},{'id':165244,'name':'ballet school'},{'id':210410,'name':'sinister'}]" +24418,"[{'id':818,'name':'based on novel or book'},{'id':3133,'name':'vampire'},{'id':3986,'name':'spider'},{'id':11155,'name':'wolfman'},{'id':11156,'name':'stew'},{'id':12392,'name':'best friend'},{'id':162344,'name':'antidote'},{'id':246466,'name':'based on young adult novel'}]" +983,"[{'id':642,'name':'robbery'},{'id':736,'name':'journalist'},{'id':1321,'name':'gold'},{'id':1332,'name':'cheating'},{'id':1454,'name':'treasure'},{'id':2505,'name':'coronation'},{'id':3202,'name':'con man'},{'id':4100,'name':'british army'},{'id':4107,'name':'british empire'},{'id':4414,'name':'adventure'},{'id':9713,'name':'friends'},{'id':13065,'name':'soldier'},{'id':13084,'name':'king'},{'id':14643,'name':'battle'},{'id':41394,'name':'ruler'},{'id':156866,'name':'based on short story'},{'id':207928,'name':'19th century'},{'id':235774,'name':'british raj'}]" +10712,"[{'id':577,'name':'black people'},{'id':1157,'name':'wife husband relationship'},{'id':3451,'name':'housewife'},{'id':4003,'name':'botanist'},{'id':6981,'name':'connecticut'},{'id':10131,'name':'interracial relationship'},{'id':10180,'name':'homosexuality'},{'id':208611,'name':'1950s'},{'id':243973,'name':'suburbs'}]" +2000,"[{'id':1321,'name':'gold'},{'id':3441,'name':'sentence'},{'id':4414,'name':'adventure'},{'id':4542,'name':'gold rush'},{'id':5967,'name':'peru'},{'id':5968,'name':'amazon'},{'id':6206,'name':'float'},{'id':6255,'name':'insanity'},{'id':18266,'name':'south america'},{'id':208244,'name':'16th century'},{'id':208358,'name':'conquest'},{'id':209966,'name':'new german cinema'},{'id':215162,'name':'indigenous peoples'},{'id':228691,'name':'conquistador'}]" +25920,"[{'id':4048,'name':'musician'},{'id':164532,'name':'flute'},{'id':190536,'name':'genie'}]" +513736,[] +531165,"[{'id':10842,'name':'good vs evil'},{'id':11477,'name':'anthropomorphism'}]" +553354,"[{'id':9882,'name':'space'},{'id':170161,'name':'learning'}]" +491629,"[{'id':818,'name':'based on novel or book'},{'id':6091,'name':'war'},{'id':18117,'name':'female spy'},{'id':230926,'name':'india pakistan war'}]" +445768,"[{'id':5565,'name':'biography'},{'id':207878,'name':'auguste rodin'}]" +433419,"[{'id':6152,'name':'supernatural'},{'id':9720,'name':'woods'},{'id':13068,'name':'impostor'},{'id':17981,'name':'foster sister'},{'id':155233,'name':'teem'},{'id':155643,'name':'foster child'},{'id':233470,'name':'new family'}]" +431391,[] +553224,[] +550418,"[{'id':161155,'name':'kids'},{'id':248240,'name':'bible stories'}]" +503755,"[{'id':10911,'name':'inheritance'},{'id':240237,'name':'mother son relationship'}]" +531647,[] +202175,"[{'id':818,'name':'based on novel or book'},{'id':2527,'name':'fox'},{'id':11338,'name':'wild animal'},{'id':18330,'name':'nature'},{'id':154856,'name':'fox hunt'},{'id':189432,'name':'hunting dog'}]" +474354,"[{'id':258,'name':'bomb'},{'id':376,'name':'neo nazism'},{'id':1191,'name':'norway'},{'id':5308,'name':'aftermath'},{'id':5385,'name':'survivor'},{'id':5767,'name':'summer camp'},{'id':7281,'name':'shooting'},{'id':7336,'name':'car bomb'},{'id':9672,'name':'based on a true story'},{'id':10614,'name':'tragedy'},{'id':11038,'name':'trial'},{'id':13130,'name':'teenager'},{'id':192090,'name':'brain injury'},{'id':215403,'name':'shooting spree'},{'id':233769,'name':'far right'},{'id':239258,'name':'mass killing'},{'id':246899,'name':'summer camp island'}]" +496466,"[{'id':237,'name':'gay'}]" +448804,[] +74759,"[{'id':15106,'name':'psychiatrist'},{'id':155451,'name':'brit noir'}]" +474395,"[{'id':849,'name':'dc comics'},{'id':886,'name':'movie business'},{'id':9715,'name':'superhero'},{'id':10988,'name':'based on tv series'},{'id':12396,'name':'hollywood'},{'id':13130,'name':'teenager'},{'id':33637,'name':'super power'},{'id':179431,'name':'duringcreditsstinger'},{'id':248579,'name':'metacinema'}]" +77647,"[{'id':33498,'name':'transplant'},{'id':155678,'name':'penis'}]" +476929,"[{'id':616,'name':'witch'},{'id':163053,'name':'found footage'}]" +252772,[] +455340,[] +458423,"[{'id':4344,'name':'musical'},{'id':179430,'name':'aftercreditsstinger'}]" +424781,"[{'id':2831,'name':'slavery'},{'id':8201,'name':'satire'},{'id':11221,'name':'blood'},{'id':12987,'name':'poverty'},{'id':41604,'name':'oakland california'},{'id':182240,'name':'telemarketer'},{'id':182242,'name':'telemarketing'},{'id':228978,'name':'human animal hybid'},{'id':241927,'name':'race relations'},{'id':246184,'name':'modern slavery'}]" +500921,"[{'id':13153,'name':'spirit'},{'id':236378,'name':'lost soul'}]" +490005,"[{'id':642,'name':'robbery'},{'id':5248,'name':'female friendship'},{'id':11733,'name':'drug dealing'},{'id':187056,'name':'woman director'},{'id':221336,'name':'waitresses'},{'id':226766,'name':'roommate issues'},{'id':239077,'name':'past due rent'},{'id':245597,'name':'stoner movie'}]" +36351,"[{'id':236,'name':'suicide'},{'id':2231,'name':'drug dealer'},{'id':11436,'name':'redemption'},{'id':164296,'name':'addict'},{'id':181324,'name':'existentialism'}]" +482121,"[{'id':1416,'name':'jazz'},{'id':6054,'name':'friendship'},{'id':10873,'name':'school'},{'id':13141,'name':'based on manga'},{'id':14751,'name':'youth'},{'id':160246,'name':'childhood friends'},{'id':185927,'name':'adopted child'}]" +448764,[] +427214,"[{'id':5565,'name':'biography'}]" +16126,"[{'id':3385,'name':'cryogenics'},{'id':12377,'name':'zombie'}]" +552637,[] +459667,"[{'id':3358,'name':'haunted house'},{'id':9826,'name':'murder'},{'id':12339,'name':'slasher'},{'id':176834,'name':'social media'},{'id':191327,'name':'evil clown'},{'id':201871,'name':'dare'}]" +83980,[] +22613,"[{'id':237,'name':'gay'},{'id':798,'name':'sheriff'},{'id':5672,'name':'billy the kid'},{'id':9550,'name':'doc holliday'},{'id':158718,'name':'lgbt'}]" +44695,"[{'id':2426,'name':'group sex'},{'id':6951,'name':'biker'},{'id':9571,'name':'motor sport'},{'id':10183,'name':'independent film'}]" +78140,"[{'id':2944,'name':'senator'},{'id':6078,'name':'politics'}]" +546476,[] +553336,[] +42526,"[{'id':417,'name':'corruption'},{'id':572,'name':'sex'},{'id':910,'name':'bondage'},{'id':2804,'name':'exploitation'},{'id':9675,'name':'prequel'},{'id':9826,'name':'murder'},{'id':10103,'name':'children'},{'id':12545,'name':'mansion'},{'id':14624,'name':'cruelty'},{'id':18035,'name':'family'},{'id':156075,'name':'evil'},{'id':157707,'name':'masochist'}]" +3122,[] +33020,"[{'id':212,'name':'london'},{'id':2804,'name':'exploitation'},{'id':3133,'name':'vampire'},{'id':3633,'name':'dracula'},{'id':6149,'name':'police'},{'id':6506,'name':'resurrection'},{'id':9663,'name':'sequel'},{'id':9826,'name':'murder'},{'id':11221,'name':'blood'},{'id':34117,'name':'cult film'},{'id':155730,'name':'hammer horror'},{'id':162729,'name':'van helsing'},{'id':225410,'name':'hippies'},{'id':227897,'name':'cleavage'}]" +2106,"[{'id':2106,'name':'cold war'}]" +507256,"[{'id':5565,'name':'biography'},{'id':6562,'name':'celebrity'},{'id':10229,'name':'singer'},{'id':10232,'name':'fame'},{'id':247348,'name':'whitney houston'}]" +9837,"[{'id':488,'name':'moses'},{'id':1160,'name':'egypt'},{'id':1949,'name':'pyramid'},{'id':2226,'name':'exodus'},{'id':4152,'name':'kingdom'},{'id':6088,'name':'governance'},{'id':157894,'name':'ancient egypt'},{'id':183814,'name':'hebrew'},{'id':186939,'name':'pharaoh'},{'id':187056,'name':'woman director'}]" +540638,[] +451997,"[{'id':9807,'name':'noir'}]" +109933,"[{'id':4344,'name':'musical'},{'id':5565,'name':'biography'}]" +79008,[] +529981,[] +436167,"[{'id':515,'name':'women'},{'id':1157,'name':'wife husband relationship'},{'id':1223,'name':'switzerland'},{'id':1228,'name':'1970s'},{'id':2383,'name':'feminism'},{'id':5331,'name':'village'},{'id':6078,'name':'politics'},{'id':11004,'name':'rural setting'},{'id':157333,'name':'vote'},{'id':167020,'name':'husband wife estrangement'},{'id':187056,'name':'woman director'},{'id':210088,'name':'sexual politics'},{'id':212915,'name':'women's rights'},{'id':232222,'name':'20th century'}]" +21811,"[{'id':6075,'name':'sport'},{'id':9823,'name':'rivalry'},{'id':159558,'name':'snow skiing'},{'id':162328,'name':'ski resort'}]" +467306,"[{'id':9663,'name':'sequel'},{'id':10794,'name':'snow'},{'id':12339,'name':'slasher'},{'id':232669,'name':'jump scare'}]" +440319,[] +552468,[] +513243,[] +427562,[] +552453,[] +505063,"[{'id':1721,'name':'fight'},{'id':2340,'name':'paranoia'},{'id':3725,'name':'pregnancy'},{'id':3762,'name':'darkness'},{'id':207317,'name':'christmas'},{'id':243818,'name':'carnage'},{'id':249804,'name':'open ended'},{'id':249805,'name':'black substance'}]" +376233,[] +447427,[] +506025,[] +458342,"[{'id':4037,'name':'in vitro fertilisation'},{'id':6038,'name':'marriage'},{'id':11829,'name':'infertility'},{'id':40925,'name':'fertility test'},{'id':171291,'name':'trying to get pregnant'},{'id':187056,'name':'woman director'},{'id':228611,'name':'fertility'}]" +481375,[] +503838,"[{'id':9672,'name':'based on a true story'},{'id':14748,'name':'raid'},{'id':241846,'name':'income tax'}]" +512098,"[{'id':1936,'name':'blackmail'},{'id':34094,'name':'extramarital affair'}]" +485591,[] +429070,[] +407447,[] +10779,"[{'id':456,'name':'mother'},{'id':798,'name':'sheriff'},{'id':934,'name':'judge'},{'id':1415,'name':'small town'},{'id':1812,'name':'fbi'},{'id':2301,'name':'architect'},{'id':3202,'name':'con man'},{'id':3350,'name':'poltergeist'},{'id':3739,'name':'funeral'},{'id':4129,'name':'widow'},{'id':4553,'name':'black humor'},{'id':4663,'name':'lovers'},{'id':4942,'name':'victim of murder'},{'id':5280,'name':'ghost world'},{'id':5600,'name':'daughter'},{'id':6152,'name':'supernatural'},{'id':6154,'name':'hell'},{'id':10714,'name':'serial killer'},{'id':11187,'name':'grim reaper'},{'id':11454,'name':'scam'},{'id':12193,'name':'reporter'},{'id':13005,'name':'doctor'},{'id':13063,'name':'car accident'},{'id':14780,'name':'investigator'},{'id':33476,'name':'widower'},{'id':34117,'name':'cult film'},{'id':156661,'name':'threat'},{'id':157701,'name':'psychotic'},{'id':158086,'name':'recluse'},{'id':162846,'name':'ghost'},{'id':166512,'name':'graveyard'},{'id':173224,'name':'multiple murders'},{'id':187288,'name':'army sergeant'},{'id':214801,'name':'spooky'},{'id':230191,'name':'haunted'}]" +11198,"[{'id':779,'name':'martial arts'},{'id':949,'name':'terrorist'},{'id':1422,'name':'boat'},{'id':1562,'name':'hostage'},{'id':11931,'name':'spoof'},{'id':13141,'name':'based on manga'}]" +473920,[] +550860,"[{'id':447,'name':'post traumatic stress disorder'},{'id':171676,'name':'school shooting'},{'id':226424,'name':'gun control'},{'id':226425,'name':'mass shooting'},{'id':239620,'name':'sandy hook'}]" +46317,[] +551901,[] +551905,[] +551947,[] +493551,"[{'id':536,'name':'israel'},{'id':2652,'name':'nazi'},{'id':3037,'name':'mossad'},{'id':5565,'name':'biography'},{'id':9672,'name':'based on a true story'},{'id':10596,'name':'argentina'},{'id':161255,'name':'nazi hunter'},{'id':194542,'name':'adolf eichmann'},{'id':244724,'name':'nazi trials'}]" +551547,"[{'id':3616,'name':'college'},{'id':6075,'name':'sport'},{'id':247940,'name':'lebron james'},{'id':247941,'name':'ncaa'}]" +551918,[] +176762,"[{'id':3133,'name':'vampire'}]" +505058,"[{'id':6435,'name':'webcam'},{'id':9663,'name':'sequel'},{'id':9833,'name':'lesbian relationship'},{'id':12361,'name':'hacking'},{'id':159472,'name':'computer screen'},{'id':163053,'name':'found footage'},{'id':210112,'name':'skype'},{'id':232564,'name':'dark web'},{'id':245775,'name':'game night'}]" +441647,"[{'id':187056,'name':'woman director'},{'id':187886,'name':'supernatural investigation'}]" +26205,"[{'id':1956,'name':'world war ii'},{'id':5565,'name':'biography'},{'id':6165,'name':'historical figure'},{'id':177771,'name':'rommel'}]" +510616,[] +446841,[] +406104,"[{'id':4458,'name':'post-apocalyptic'},{'id':10349,'name':'survival'},{'id':188957,'name':'virus'},{'id':212542,'name':'communication'}]" +191461,[] +473902,"[{'id':194834,'name':'amityville horror'},{'id':237699,'name':'defeos'},{'id':237700,'name':'defeo'}]" +551735,[] +549214,[] +497557,[] +29872,"[{'id':4344,'name':'musical'},{'id':10229,'name':'singer'},{'id':12999,'name':'black and white'},{'id':15106,'name':'psychiatrist'},{'id':156835,'name':'hypnotism'}]" +660,"[{'id':90,'name':'paris france'},{'id':470,'name':'spy'},{'id':658,'name':'sea'},{'id':1196,'name':'florida'},{'id':2533,'name':'fighter pilot'},{'id':3179,'name':'sanatorium'},{'id':3271,'name':'secret organization'},{'id':3312,'name':'nuclear missile'},{'id':3343,'name':'coral reef'},{'id':3345,'name':'bahamas'},{'id':4289,'name':'secret agent'},{'id':10503,'name':'scuba diving'},{'id':14618,'name':'british spy'},{'id':15097,'name':'shark'},{'id':155334,'name':'scuba'},{'id':156095,'name':'british secret service'},{'id':210233,'name':'big ben'}]" +19378,"[{'id':977,'name':'cat'},{'id':5086,'name':'telekinesis'},{'id':9738,'name':'ufo'},{'id':9951,'name':'alien'},{'id':215424,'name':'industrial spy'}]" +430450,"[{'id':2231,'name':'drug dealer'},{'id':2672,'name':'baltimore'},{'id':9790,'name':'house arrest'},{'id':156121,'name':'ex-con'}]" +75759,"[{'id':9318,'name':'rollerskates'},{'id':155490,'name':'disco'},{'id':155720,'name':'rollerskating'}]" +658,"[{'id':392,'name':'england'},{'id':818,'name':'based on novel or book'},{'id':2702,'name':'golf'},{'id':3271,'name':'secret organization'},{'id':3272,'name':'secret intelligence service'},{'id':3275,'name':'nuclear radiation'},{'id':3286,'name':'fort knox'},{'id':3287,'name':'aston martin'},{'id':3288,'name':'secret lab'},{'id':3290,'name':'laser'},{'id':3291,'name':'kentucky'},{'id':3293,'name':'gas attack'},{'id':3800,'name':'airplane'},{'id':156095,'name':'british secret service'},{'id':179431,'name':'duringcreditsstinger'}]" +37425,[] +324562,"[{'id':387,'name':'california'},{'id':5349,'name':'surfing'},{'id':15016,'name':'twins'},{'id':155294,'name':'family conflict'},{'id':252989,'name':'palos verdes'},{'id':252990,'name':'codependency'}]" +505010,[] +546600,[] +443009,"[{'id':1896,'name':'portland'},{'id':5565,'name':'biography'},{'id':9672,'name':'based on a true story'},{'id':13063,'name':'car accident'},{'id':13151,'name':'drawing'},{'id':14641,'name':'based on memoir or autobiography'},{'id':33457,'name':'alcoholic'},{'id':228066,'name':'paralyzed'}]" +10711,"[{'id':254,'name':'france'},{'id':703,'name':'detective'},{'id':916,'name':'marseille'},{'id':1803,'name':'drug addiction'},{'id':2671,'name':'heroin'},{'id':2694,'name':'cold turkey'},{'id':5340,'name':'investigation'},{'id':33699,'name':'policeman'},{'id':156117,'name':'illegal drugs'}]" +4512,"[{'id':627,'name':'killing'},{'id':3494,'name':'admiration'},{'id':3607,'name':'hold-up robbery'},{'id':4277,'name':'to shoot dead'},{'id':5614,'name':'idol'},{'id':5900,'name':'missouri'},{'id':6007,'name':'media'},{'id':9910,'name':'jesse james'},{'id':13001,'name':'cowardliness'},{'id':18035,'name':'family'},{'id':18036,'name':'coward'}]" +119575,"[{'id':732,'name':'coma'}]" +9793,"[{'id':1508,'name':'new mexico'},{'id':1852,'name':'mutant'},{'id':6093,'name':'assault'},{'id':10349,'name':'survival'}]" +408,"[{'id':351,'name':'poison'},{'id':616,'name':'witch'},{'id':1412,'name':'becoming an adult'},{'id':1647,'name':'sadness'},{'id':2011,'name':'queen'},{'id':2013,'name':'attempted murder'},{'id':3737,'name':'dying and death'},{'id':3758,'name':'appearance'},{'id':7376,'name':'princess'},{'id':166625,'name':'candlelight vigil'},{'id':169341,'name':'snow white'}]" +551079,[] +480007,[] +513427,"[{'id':497,'name':'shakespeare'},{'id':5090,'name':'fool'},{'id':213291,'name':'shakespearan'}]" +449550,"[{'id':9887,'name':'surrealism'}]" +28324,"[{'id':572,'name':'sex'},{'id':2804,'name':'exploitation'},{'id':4426,'name':'sadism'},{'id':10482,'name':'sanitarium'},{'id':10787,'name':'jungle'},{'id':14707,'name':'brutality'},{'id':14759,'name':'ape'},{'id':14819,'name':'violence'},{'id':14895,'name':'cannibal'},{'id':33998,'name':'lesbian sex'},{'id':190370,'name':'erotic movie'}]" +445651,"[{'id':818,'name':'based on novel or book'},{'id':4565,'name':'dystopia'},{'id':33637,'name':'super power'},{'id':155437,'name':'children on the run'},{'id':246466,'name':'based on young adult novel'}]" +480245,[] +440125,"[{'id':187056,'name':'woman director'}]" +551936,"[{'id':15127,'name':'killer'},{'id':197161,'name':'serial'}]" +511972,"[{'id':5565,'name':'biography'},{'id':187056,'name':'woman director'}]" +488637,"[{'id':181134,'name':'tv special'},{'id':245500,'name':'game show host'}]" +551535,[] +496186,[] +512936,"[{'id':2597,'name':'bigfoot'},{'id':229644,'name':'hairy'}]" +363088,"[{'id':332,'name':'insect'},{'id':6380,'name':'shrinking'},{'id':9663,'name':'sequel'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':12070,'name':'ants'},{'id':12101,'name':'miniaturization'},{'id':161678,'name':'giant man'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'},{'id':180547,'name':'marvel cinematic universe'}]" +428399,"[{'id':818,'name':'based on novel or book'},{'id':2041,'name':'island'},{'id':2504,'name':'world war i'},{'id':4079,'name':'lighthouse'},{'id':8729,'name':'lighthouse keeper '},{'id':158247,'name':'underwater scene'},{'id':168669,'name':'meteorologist'},{'id':226406,'name':'isolated island'},{'id':234250,'name':'creatures'}]" +18886,"[{'id':2532,'name':'bomber'},{'id':2957,'name':'vietnam war'},{'id':4410,'name':'u.s. navy'},{'id':10168,'name':'aviation'},{'id':18543,'name':'combat'},{'id':33702,'name':'bombing'}]" +409549,"[{'id':187056,'name':'woman director'}]" +551517,[] +28156,"[{'id':1009,'name':'baby'},{'id':2438,'name':'social worker'},{'id':11532,'name':'grindhouse'},{'id':181531,'name':'brother sister incest'}]" +15855,"[{'id':2199,'name':'opera'},{'id':9714,'name':'remake'},{'id':15032,'name':'gothic horror'},{'id':162846,'name':'ghost'}]" +11298,"[{'id':596,'name':'adultery'},{'id':818,'name':'based on novel or book'},{'id':1370,'name':'shapeshifting'},{'id':2908,'name':'secret society'},{'id':3623,'name':'cabin'},{'id':9720,'name':'woods'},{'id':9826,'name':'murder'},{'id':10714,'name':'serial killer'},{'id':12564,'name':'werewolf'},{'id':15106,'name':'psychiatrist'},{'id':33688,'name':'hunting'},{'id':155818,'name':'newswoman'}]" +11890,"[{'id':4427,'name':'honesty'},{'id':4480,'name':'business man'}]" +395841,"[{'id':414,'name':'hunter'},{'id':818,'name':'based on novel or book'},{'id':6149,'name':'police'},{'id':9826,'name':'murder'},{'id':9880,'name':'alaska'},{'id':10950,'name':'shootout'},{'id':200574,'name':'motel room'},{'id':204351,'name':'hot spring'},{'id':232116,'name':'wolves'},{'id':240773,'name':'animal mask'}]" +470894,"[{'id':1415,'name':'small town'},{'id':3760,'name':'light'},{'id':4375,'name':'transformation'},{'id':6152,'name':'supernatural'},{'id':6270,'name':'high school'},{'id':11870,'name':'teen movie'},{'id':33637,'name':'super power'},{'id':250802,'name':'mysterious lights'}]" +505860,[] +365240,[] +438145,"[{'id':1806,'name':'deserter'},{'id':4337,'name':'famine'},{'id':9748,'name':'revenge'},{'id':11320,'name':'tenant'},{'id':12987,'name':'poverty'},{'id':14985,'name':'ireland'},{'id':166888,'name':'bad landlord'},{'id':182422,'name':'landlord tenant relationship'},{'id':188266,'name':'starvation'},{'id':207928,'name':'19th century'},{'id':226499,'name':'manhunt'},{'id':247912,'name':'british occupation'},{'id':247913,'name':'connemara'},{'id':250012,'name':'gaelic'}]" +53287,"[{'id':100,'name':'slum'},{'id':12203,'name':'riches'}]" +530471,"[{'id':1357,'name':'fish'},{'id':244863,'name':'first part'}]" +12228,"[{'id':279,'name':'usa'},{'id':1228,'name':'1970s'},{'id':5436,'name':'sexual revolution'},{'id':12420,'name':'unsimulated sex'}]" +518764,[] +403032,[] +39927,"[{'id':534,'name':'mexico'},{'id':549,'name':'prostitute'},{'id':7312,'name':'road trip'},{'id':9826,'name':'murder'},{'id':10183,'name':'independent film'},{'id':10685,'name':'escape'},{'id':10768,'name':'lesbian'},{'id':13130,'name':'teenager'},{'id':14819,'name':'violence'},{'id':14964,'name':'drugs'}]" +522101,[] +550844,"[{'id':4759,'name':'exploration'},{'id':4862,'name':'alien life-form'},{'id':9882,'name':'space'},{'id':190042,'name':'alien world'},{'id':209280,'name':'deep space'},{'id':225707,'name':'reconnaissance'},{'id':251252,'name':'biorobotic'}]" +360638,"[{'id':970,'name':'parent child relationship'},{'id':10181,'name':'based on play or musical'},{'id':10938,'name':'old man'},{'id':34079,'name':'death'},{'id':204703,'name':'father daughter conflict'},{'id':226774,'name':'father son conflict'},{'id':230872,'name':'failed exam'}]" +657,"[{'id':110,'name':'venice, italy'},{'id':212,'name':'london'},{'id':321,'name':'terror'},{'id':392,'name':'england'},{'id':441,'name':'assassination'},{'id':470,'name':'spy'},{'id':782,'name':'assassin'},{'id':818,'name':'based on novel or book'},{'id':1847,'name':'istanbul'},{'id':2139,'name':'russia'},{'id':3269,'name':'secret mission'},{'id':3271,'name':'secret organization'},{'id':3272,'name':'secret intelligence service'},{'id':3278,'name':'kgb'},{'id':3279,'name':'orient express'},{'id':3281,'name':'zagreb'},{'id':3282,'name':'gondola'},{'id':3284,'name':'phantom'},{'id':3289,'name':'villain'},{'id':179431,'name':'duringcreditsstinger'}]" +551237,[] +470614,[] +446462,[] +329841,"[{'id':2483,'name':'nudity'}]" +406761,"[{'id':428,'name':'nurse'},{'id':612,'name':'hotel'},{'id':3454,'name':'orderly'},{'id':4565,'name':'dystopia'},{'id':5397,'name':'street riots'},{'id':186355,'name':'riot police'},{'id':244256,'name':'near future'},{'id':249583,'name':'clandestine hospital'}]" +32274,"[{'id':9704,'name':'ventriloquist'},{'id':14512,'name':'new york city'},{'id':163110,'name':'theatre'},{'id':214548,'name':'1930s'}]" +283589,"[{'id':212,'name':'london'},{'id':246,'name':'dancing'},{'id':4289,'name':'secret agent'},{'id':9714,'name':'remake'},{'id':9748,'name':'revenge'},{'id':10051,'name':'heist'},{'id':10084,'name':'rescue'},{'id':15483,'name':'car chase'},{'id':155508,'name':'jewel heist'},{'id':156236,'name':'jewel thief'},{'id':195295,'name':'motorcycle chase'}]" +39986,"[{'id':34117,'name':'cult film'},{'id':198172,'name':'butoh'}]" +532653,[] +397003,"[{'id':2492,'name':'bank robber'},{'id':18026,'name':'drug lord'},{'id':156063,'name':'expatriate'},{'id':232766,'name':'vengeance'}]" +443463,"[{'id':447,'name':'post traumatic stress disorder'},{'id':818,'name':'based on novel or book'},{'id':1896,'name':'portland'},{'id':1897,'name':'oregon'},{'id':2754,'name':'trauma'},{'id':5827,'name':'hiking'},{'id':10809,'name':'teenage girl'},{'id':159909,'name':'veteran'},{'id':163726,'name':'hitchhiking'},{'id':164724,'name':'washington state'},{'id':187056,'name':'woman director'},{'id':189358,'name':'squatting'},{'id':198982,'name':'off the grid'},{'id':240303,'name':'father daughter relationship'},{'id':246990,'name':'living off the grid'},{'id':246991,'name':'bee hive'}]" +442236,[] +489925,"[{'id':704,'name':'adolescence'},{'id':10809,'name':'teenage girl'},{'id':13035,'name':'middle school'},{'id':40865,'name':'new york state'},{'id':41214,'name':'youtube'},{'id':176834,'name':'social media'}]" +11446,"[{'id':380,'name':'sibling relationship'},{'id':586,'name':'new jersey'},{'id':970,'name':'parent child relationship'},{'id':2422,'name':'mockery'},{'id':2544,'name':'ugliness'},{'id':10683,'name':'coming of age'},{'id':12663,'name':'little girl'},{'id':190116,'name':'school life'},{'id':243973,'name':'suburbs'},{'id':251848,'name':'black comedy'}]" +42722,"[{'id':236,'name':'suicide'},{'id':745,'name':'nun'},{'id':9833,'name':'lesbian relationship'},{'id':10093,'name':'priest'}]" +528484,[] +490082,"[{'id':2136,'name':'television'},{'id':2383,'name':'feminism'},{'id':6078,'name':'politics'},{'id':6091,'name':'war'},{'id':171176,'name':'girl power'},{'id':187056,'name':'woman director'},{'id':213971,'name':'activism'}]" +489988,"[{'id':2393,'name':'adoption'},{'id':15016,'name':'twins'},{'id':33473,'name':'triplet'},{'id':41329,'name':'mental illness'},{'id':156834,'name':'adopted'},{'id':243297,'name':'separated at birth'}]" +523849,"[{'id':15097,'name':'shark'},{'id':246536,'name':'sharknado'}]" +27452,"[{'id':1816,'name':'staircase'},{'id':33505,'name':'gothic'},{'id':155811,'name':'spiral staircase'},{'id':233450,'name':'proto-slasher'}]" +10081,"[{'id':836,'name':'resistance'},{'id':2149,'name':'drug traffic'},{'id':10508,'name':'teacher'},{'id':10766,'name':'youth gang'},{'id':14819,'name':'violence'},{'id':190116,'name':'school life'}]" +373209,[] +550286,[] +421044,"[{'id':1321,'name':'gold'},{'id':9824,'name':'reunion'},{'id':9840,'name':'romance'},{'id':9950,'name':'thriller'},{'id':10123,'name':'dark comedy'},{'id':13017,'name':'drifter'},{'id':165636,'name':'mortician'},{'id':217452,'name':'buddy film'}]" +540928,[] +20776,"[{'id':10486,'name':'robin'},{'id':33637,'name':'super power'}]" +28294,"[{'id':236,'name':'suicide'},{'id':9748,'name':'revenge'},{'id':13005,'name':'doctor'},{'id':178423,'name':'embryo'}]" +302376,"[{'id':376,'name':'neo nazism'},{'id':2187,'name':'riot'},{'id':2356,'name':'immigrant'},{'id':12425,'name':'racism'},{'id':160335,'name':'hate crime'},{'id':160910,'name':'xenophobia'}]" +30577,"[{'id':1938,'name':'sword'},{'id':2036,'name':'greek mythology'},{'id':10821,'name':'sorcerer'},{'id':187301,'name':'hercules'}]" +85160,"[{'id':10024,'name':'psychopathic killer'},{'id':11547,'name':'slaughterhouse'},{'id':13130,'name':'teenager'},{'id':192170,'name':'trespassing'}]" +27523,"[{'id':629,'name':'sicily'},{'id':10391,'name':'mafia'},{'id':34079,'name':'death'},{'id':155538,'name':'sicilian mafia'}]" +494593,[] +47430,[] +54195,"[{'id':9905,'name':'german occupation'}]" +61943,"[{'id':6158,'name':'cult'},{'id':156212,'name':'spaghetti western'},{'id':160324,'name':'django'}]" +339087,"[{'id':8087,'name':'horror'},{'id':12377,'name':'zombie'}]" +265449,[] +30996,"[{'id':572,'name':'sex'},{'id':3616,'name':'college'},{'id':4728,'name':'knife'},{'id':9826,'name':'murder'},{'id':10022,'name':'rampage'},{'id':10183,'name':'independent film'},{'id':10714,'name':'serial killer'},{'id':10873,'name':'school'},{'id':13160,'name':'university'},{'id':14805,'name':'maniac'},{'id':14819,'name':'violence'},{'id':173298,'name':'escaped mental patient'},{'id':190007,'name':'mental hospital'}]" +317219,"[{'id':1209,'name':'wales'},{'id':18001,'name':'rock band'},{'id':33624,'name':'band'},{'id':187056,'name':'woman director'}]" +301846,"[{'id':392,'name':'england'},{'id':657,'name':'fire'},{'id':2317,'name':'conductor'},{'id':3713,'name':'chase'},{'id':4375,'name':'transformation'},{'id':4550,'name':'full moon'},{'id':5774,'name':'forest'},{'id':8636,'name':'blood splatter'},{'id':9720,'name':'woods'},{'id':9826,'name':'murder'},{'id':10292,'name':'gore'},{'id':11221,'name':'blood'},{'id':12564,'name':'werewolf'},{'id':13008,'name':'train'},{'id':14819,'name':'violence'},{'id':18029,'name':'trapped'},{'id':161230,'name':'train conductor'},{'id':195418,'name':'glowing eyes'}]" +454439,"[{'id':156810,'name':'science'},{'id':162342,'name':'discovery'},{'id':220339,'name':'botany'}]" +41378,"[{'id':502,'name':'ambush'},{'id':780,'name':'kung fu'},{'id':10278,'name':'ninja'},{'id':183435,'name':'bloodbath'},{'id':191411,'name':'weapons history'}]" +519584,"[{'id':1706,'name':'experiment'}]" +354083,[] +396321,"[{'id':3458,'name':'bartender'},{'id':6300,'name':'puppet'},{'id':9826,'name':'murder'},{'id':12352,'name':'comic book shop'}]" +400155,"[{'id':1299,'name':'monster'},{'id':3133,'name':'vampire'},{'id':3633,'name':'dracula'},{'id':11095,'name':'cruise ship'}]" +19120,"[{'id':10483,'name':'eccentric'},{'id':10937,'name':'memory'},{'id':11209,'name':'middle aged woman'},{'id':14742,'name':'psychic'}]" +471317,"[{'id':158774,'name':'terrorist attack'},{'id':240384,'name':'mumbai'}]" +490696,[] +468698,[] +531398,[] +502799,[] +464756,"[{'id':4434,'name':'interview'},{'id':5565,'name':'biography'},{'id':5956,'name':'stuntman'},{'id':6733,'name':'bullying'},{'id':33490,'name':'filmmaking'},{'id':158567,'name':'burn victim'},{'id':163652,'name':'friday the 13th'},{'id':166323,'name':'horror filmmaking'}]" +550172,"[{'id':952,'name':'lightning'},{'id':5600,'name':'daughter'},{'id':6027,'name':'music'},{'id':6506,'name':'resurrection'},{'id':7717,'name':'evil mother'},{'id':13040,'name':'electrocution'},{'id':18001,'name':'rock band'},{'id':33721,'name':'body-swap'},{'id':33879,'name':'producer'},{'id':155894,'name':'wild girl'},{'id':236650,'name':'music industry'}]" +550134,"[{'id':780,'name':'kung fu'},{'id':1293,'name':'asia'},{'id':1930,'name':'kidnapping'},{'id':4476,'name':'buddhist'},{'id':6019,'name':'human trafficking'},{'id':6091,'name':'war'},{'id':10787,'name':'jungle'},{'id':11259,'name':'extortion'},{'id':167352,'name':'crime lord'},{'id':195908,'name':'special ops'}]" +548786,[] +33015,[] +25834,"[{'id':570,'name':'rape'},{'id':572,'name':'sex'},{'id':1930,'name':'kidnapping'},{'id':3199,'name':'clown'},{'id':3307,'name':'surreal'},{'id':5774,'name':'forest'},{'id':8775,'name':'panther'},{'id':9820,'name':'alternate dimension'},{'id':9951,'name':'alien'},{'id':12553,'name':'alien abduction'},{'id':14742,'name':'psychic'},{'id':197927,'name':'toy soldier'}]" +11559,"[{'id':572,'name':'sex'},{'id':1533,'name':'isolation'},{'id':2343,'name':'magic'},{'id':4436,'name':'addicted'},{'id':13073,'name':'fear'},{'id':13154,'name':'world'},{'id':14601,'name':'explosion'},{'id':14964,'name':'drugs'},{'id':40895,'name':'illness'},{'id':159947,'name':'parents'},{'id':170344,'name':'imagination'},{'id':197823,'name':'lonely'},{'id':202760,'name':'hopeless'},{'id':202764,'name':'dolls'}]" +532973,[] +467240,[] +32318,[] +460555,"[{'id':5250,'name':'red sea'},{'id':12995,'name':'historical fiction'},{'id':18034,'name':'desert'},{'id':18233,'name':'hostage situation'},{'id':193042,'name':'tank battle'},{'id':193154,'name':'uranium'},{'id':244531,'name':'peoples army'},{'id':244532,'name':'naval battleship'}]" +73125,"[{'id':2574,'name':'lunatic asylum'},{'id':6255,'name':'insanity'},{'id':15160,'name':'divorce'},{'id':156111,'name':'inherited disease'},{'id':156764,'name':'pre-code'}]" +133919,"[{'id':1599,'name':'midlife crisis'},{'id':6038,'name':'marriage'},{'id':9957,'name':'loneliness'},{'id':11833,'name':'forty something'},{'id':14720,'name':'love affair'},{'id':15160,'name':'divorce'},{'id':33494,'name':'couple'},{'id':33740,'name':'humiliation'},{'id':162219,'name':'selfishness'},{'id':163758,'name':'ex-husband ex-wife relationship'},{'id':171848,'name':'marital separation'},{'id':219902,'name':'cognac'}]" +521862,[] +531208,"[{'id':12616,'name':'dinosaur'},{'id':197063,'name':'jurassic'}]" +451877,"[{'id':1415,'name':'small town'},{'id':12332,'name':'apocalypse'},{'id':187056,'name':'woman director'},{'id':207447,'name':'librarian'},{'id':235668,'name':'human extinction'}]" +490575,"[{'id':209476,'name':'boxing'}]" +519255,[] +29562,"[{'id':572,'name':'sex'},{'id':3098,'name':'castle'},{'id':4728,'name':'knife'},{'id':6158,'name':'cult'},{'id':9727,'name':'thief'},{'id':155697,'name':'aristocrat'}]" +441766,[] +519035,"[{'id':9799,'name':'romantic comedy'}]" +523773,[] +8208,"[{'id':1930,'name':'kidnapping'},{'id':6029,'name':'concert'},{'id':9826,'name':'murder'},{'id':10950,'name':'shootout'},{'id':13124,'name':'scream'},{'id':15009,'name':'criminal'},{'id':33514,'name':'clue'},{'id':33780,'name':'dentist'},{'id':156835,'name':'hypnotism'},{'id':162328,'name':'ski resort'},{'id':174244,'name':'brawl'},{'id':179577,'name':'assassination plot'},{'id':236595,'name':'corrupt church'},{'id':236911,'name':'cymbals'},{'id':239769,'name':'sharpshooting'},{'id':239770,'name':'royal albert hall'},{'id':239773,'name':'worship service'}]" +14911,"[{'id':818,'name':'based on novel or book'},{'id':2956,'name':'vietnam'},{'id':2957,'name':'vietnam war'}]" +47908,"[{'id':992,'name':'bus'},{'id':1556,'name':'texas'},{'id':9609,'name':'houston'},{'id':10181,'name':'based on play or musical'},{'id':10685,'name':'escape'},{'id':10937,'name':'memory'},{'id':163484,'name':'senior citizen'},{'id':207883,'name':'1940s'},{'id':220195,'name':'daughter–in–law'},{'id':241293,'name':'elderly lady'}]" +22440,"[{'id':212,'name':'london'},{'id':272,'name':'transylvania'},{'id':970,'name':'parent child relationship'},{'id':1299,'name':'monster'},{'id':3098,'name':'castle'},{'id':3133,'name':'vampire'},{'id':3633,'name':'dracula'},{'id':9663,'name':'sequel'},{'id':9826,'name':'murder'},{'id':9886,'name':'countess'},{'id':10327,'name':'undead'},{'id':10541,'name':'curse'},{'id':183953,'name':'madman'}]" +52677,[] +549422,[] +506640,[] +42739,"[{'id':6625,'name':'family secret'},{'id':13130,'name':'teenager'},{'id':33841,'name':'incest'},{'id':234680,'name':'devon'}]" +549429,[] +544827,[] +33633,[] +22692,"[{'id':828,'name':'waitress'},{'id':837,'name':'show business'},{'id':886,'name':'movie business'},{'id':1157,'name':'wife husband relationship'},{'id':12396,'name':'hollywood'},{'id':33457,'name':'alcoholic'},{'id':157774,'name':'has been'},{'id':162262,'name':'movie star'}]" +32023,"[{'id':798,'name':'sheriff'},{'id':970,'name':'parent child relationship'},{'id':1227,'name':'cemetery'},{'id':1299,'name':'monster'},{'id':1909,'name':'coffin'},{'id':2968,'name':'grave'},{'id':3133,'name':'vampire'},{'id':3392,'name':'voodoo'},{'id':3633,'name':'dracula'},{'id':4375,'name':'transformation'},{'id':4551,'name':'swamp'},{'id':9826,'name':'murder'},{'id':41380,'name':'crucifix'},{'id':156174,'name':'occult'},{'id':157185,'name':'vampire bat'}]" +198,"[{'id':128,'name':'love triangle'},{'id':212,'name':'london'},{'id':1326,'name':'infidelity'},{'id':1956,'name':'world war ii'},{'id':2435,'name':'warsaw ghetto'},{'id':2436,'name':'polish resistance'},{'id':2444,'name':'jewish ghetto'},{'id':2652,'name':'nazi'},{'id':3800,'name':'airplane'},{'id':4679,'name':'parachuting'},{'id':11109,'name':'military officer'},{'id':11134,'name':'espionage'}]" +29478,"[{'id':3451,'name':'housewife'},{'id':6984,'name':'racial segregation'},{'id':10181,'name':'based on play or musical'},{'id':11243,'name':'african american'},{'id':12425,'name':'racism'},{'id':33556,'name':'urban setting'},{'id':33632,'name':'apartment'},{'id':41385,'name':'racial tension'},{'id':162701,'name':'racial prejudice'},{'id':164866,'name':'black family'},{'id':180523,'name':'neighborhood'},{'id':186782,'name':'discrimination'}]" +16411,"[{'id':830,'name':'car race'},{'id':2964,'name':'future'},{'id':8640,'name':'young prostitute'},{'id':13159,'name':'chinese'},{'id':33457,'name':'alcoholic'},{'id':208544,'name':'tofu'}]" +29243,"[{'id':1415,'name':'small town'},{'id':2904,'name':'mummy'},{'id':4551,'name':'swamp'},{'id':9748,'name':'revenge'},{'id':15167,'name':'police detective'},{'id':156243,'name':'high priest'},{'id':207844,'name':'college student'},{'id':234740,'name':'ancient religion'},{'id':234744,'name':'sarcophagus'},{'id':234752,'name':'reincarnated princess'},{'id':234753,'name':'ancient curse'},{'id':234755,'name':'vicious killings'},{'id':234756,'name':'miner's adit'}]" +18229,"[{'id':392,'name':'england'},{'id':10685,'name':'escape'},{'id':193275,'name':'devil's island'}]" +549218,[] +524377,"[{'id':1956,'name':'world war ii'},{'id':208348,'name':'spitfire'},{'id':219408,'name':'battle of britain'}]" +196254,"[{'id':5462,'name':'barbie'},{'id':156096,'name':'butterfly'},{'id':192195,'name':'mariposa'},{'id':192197,'name':'priness'}]" +123359,"[{'id':161261,'name':'demonic possession'},{'id':179571,'name':'tijuana'}]" +168864,[] +29242,"[{'id':1299,'name':'monster'},{'id':2904,'name':'mummy'},{'id':3134,'name':'louisiana'},{'id':4551,'name':'swamp'},{'id':9663,'name':'sequel'},{'id':234740,'name':'ancient religion'},{'id':234752,'name':'reincarnated princess'},{'id':234753,'name':'ancient curse'},{'id':234759,'name':'cajuns'}]" +83013,"[{'id':6496,'name':'basketball'},{'id':10508,'name':'teacher'},{'id':14955,'name':'fighting'},{'id':169866,'name':'reflection'},{'id':199722,'name':'sculpturing'}]" +28436,"[{'id':970,'name':'parent child relationship'},{'id':4896,'name':'wish'},{'id':6054,'name':'friendship'},{'id':7942,'name':'imaginary friend'},{'id':9957,'name':'loneliness'},{'id':9989,'name':'gift'},{'id':10656,'name':'child in peril'},{'id':10794,'name':'snow'},{'id':12663,'name':'little girl'},{'id':157955,'name':'childhood'},{'id':188841,'name':'daydreaming'},{'id':198141,'name':'strange person'},{'id':207317,'name':'christmas'},{'id':236626,'name':'adult child friendship'},{'id':237011,'name':'eccentric woman'},{'id':238228,'name':'late wife'}]" +32275,"[{'id':5301,'name':'brother'},{'id':5905,'name':'father'},{'id':18035,'name':'family'},{'id':34079,'name':'death'},{'id':183528,'name':'half breed'}]" +931,"[{'id':110,'name':'venice, italy'},{'id':131,'name':'italy'},{'id':380,'name':'sibling relationship'},{'id':697,'name':'loss of loved one'},{'id':1157,'name':'wife husband relationship'},{'id':3282,'name':'gondola'},{'id':3298,'name':'hallucination'},{'id':6152,'name':'supernatural'},{'id':6198,'name':'ladder'},{'id':10170,'name':'premonition'},{'id':11612,'name':'hospital'},{'id':12436,'name':'architecture'},{'id':14742,'name':'psychic'},{'id':41329,'name':'mental illness'},{'id':155410,'name':'reading'},{'id':172291,'name':'grieving'},{'id':172305,'name':'church restoration'}]" +26167,"[{'id':378,'name':'prison'},{'id':3149,'name':'gangster'},{'id':9748,'name':'revenge'},{'id':195402,'name':'film noir'}]" +399896,[] +28392,"[{'id':4551,'name':'swamp'},{'id':33720,'name':'guilt'},{'id':195402,'name':'film noir'}]" +443849,[] +516784,"[{'id':6152,'name':'supernatural'},{'id':6951,'name':'biker'},{'id':10114,'name':'evil spirit'},{'id':14808,'name':'scalping'},{'id':227693,'name':'stranded in the desert'},{'id':244289,'name':'malevolent force'},{'id':251871,'name':'haunted vehicle'},{'id':251872,'name':'estranged family'},{'id':251874,'name':'killer ghost'}]" +520930,"[{'id':2797,'name':'mother-in-law'},{'id':2957,'name':'vietnam war'},{'id':5947,'name':'military service'},{'id':15060,'name':'period drama'},{'id':208992,'name':'1960s'},{'id':236688,'name':'sisters'}]" +461813,[] +487088,"[{'id':1326,'name':'infidelity'},{'id':2604,'name':'babysitter'},{'id':9826,'name':'murder'}]" +509563,"[{'id':242631,'name':'bad tutor'}]" +337270,[] +43844,[] +46983,"[{'id':214549,'name':'short'}]" +4024,"[{'id':612,'name':'hotel'},{'id':1317,'name':'card game'},{'id':1453,'name':'amnesia'},{'id':10092,'name':'mystery'},{'id':34094,'name':'extramarital affair'},{'id':208005,'name':'statue'},{'id':238145,'name':'chateau'}]" +548998,[] +510095,[] +489567,[] +545136,"[{'id':272,'name':'transylvania'},{'id':230191,'name':'haunted'},{'id':247181,'name':'haunted transylvania'}]" +30576,"[{'id':8085,'name':'stockholm'},{'id':15101,'name':'based on children's book'}]" +21393,"[{'id':960,'name':'homeless person'}]" +11626,"[{'id':708,'name':'runaway'},{'id':1192,'name':'sweden'},{'id':2660,'name':'strong woman'},{'id':3650,'name':'child hero'},{'id':4615,'name':'folk hero'}]" +27598,"[{'id':3371,'name':'family history'},{'id':10791,'name':'teenage crush'},{'id':18035,'name':'family'}]" +442249,"[{'id':242,'name':'new york'},{'id':279,'name':'usa'},{'id':9663,'name':'sequel'},{'id':9675,'name':'prequel'},{'id':9826,'name':'murder'},{'id':14819,'name':'violence'},{'id':235742,'name':'purge'},{'id':239910,'name':'abuse of power'}]" +456929,[] +3055,"[{'id':818,'name':'based on novel or book'},{'id':4344,'name':'musical'},{'id':14964,'name':'drugs'}]" +159220,"[{'id':131,'name':'italy'}]" +44533,"[{'id':441,'name':'assassination'},{'id':175428,'name':'adventurer'},{'id':177998,'name':'nobility'},{'id':191085,'name':'borgia'},{'id':197963,'name':'renaissance'},{'id':208244,'name':'16th century'}]" +52770,"[{'id':612,'name':'hotel'}]" +10849,"[{'id':242,'name':'new york'},{'id':1388,'name':'cinema'},{'id':5571,'name':'great depression'},{'id':13072,'name':'falling in love'},{'id':162262,'name':'movie star'},{'id':184989,'name':'spectacle'}]" +49261,"[{'id':10183,'name':'independent film'}]" +26638,"[{'id':1382,'name':'factory'},{'id':3002,'name':'fog'}]" +510034,"[{'id':1803,'name':'drug addiction'},{'id':6054,'name':'friendship'},{'id':240237,'name':'mother son relationship'}]" +548921,[] +50042,"[{'id':39737,'name':'seaside'},{'id':41393,'name':'new england'}]" +1731,"[{'id':894,'name':'depression'},{'id':187056,'name':'woman director'}]" +10093,"[{'id':2820,'name':'wound'},{'id':3030,'name':'nightmare'},{'id':6844,'name':'stalker'},{'id':9826,'name':'murder'}]" +476789,"[{'id':9716,'name':'stand-up comedy'}]" +28424,"[{'id':3136,'name':'plantation'},{'id':3702,'name':'memphis'},{'id':15060,'name':'period drama'},{'id':187056,'name':'woman director'}]" +47088,"[{'id':10183,'name':'independent film'},{'id':187056,'name':'woman director'}]" +41135,"[{'id':782,'name':'assassin'},{'id':12367,'name':'female assassin'},{'id':179431,'name':'duringcreditsstinger'}]" +17421,"[{'id':2766,'name':'mutation'},{'id':3994,'name':'battle assignment'},{'id':6092,'name':'army'},{'id':10075,'name':'boot camp'},{'id':10542,'name':'based on toy'}]" +44678,"[{'id':4776,'name':'race against time'},{'id':15017,'name':'danger'},{'id':171051,'name':'against the odds'},{'id':206687,'name':'chases and races'},{'id':206717,'name':'unlikely parents'},{'id':206718,'name':'cons and scams'}]" +18815,"[{'id':187056,'name':'woman director'}]" +512768,[] +254578,"[{'id':818,'name':'based on novel or book'},{'id':2450,'name':'auschwitz'},{'id':5385,'name':'survivor'},{'id':12990,'name':'singing'},{'id':207268,'name':'neo-noir'}]" +404831,[] +15387,[] +24422,"[{'id':10183,'name':'independent film'},{'id':160246,'name':'childhood friends'}]" +50765,[] +17320,"[{'id':10183,'name':'independent film'}]" +45595,[] +56913,"[{'id':2149,'name':'drug traffic'},{'id':8015,'name':'cop'}]" +71741,[] +53070,[] +43937,"[{'id':818,'name':'based on novel or book'},{'id':10183,'name':'independent film'}]" +502167,"[{'id':437,'name':'painter'},{'id':5340,'name':'investigation'},{'id':9955,'name':'urban legend'},{'id':14985,'name':'ireland'}]" +42479,"[{'id':156641,'name':'monitor'},{'id':163726,'name':'hitchhiking'},{'id':164880,'name':'electroconvulsive therapy'}]" +376812,"[{'id':5970,'name':'wrestling'},{'id':6075,'name':'sport'}]" +489634,[] +420426,"[{'id':1449,'name':'underworld'},{'id':9725,'name':'sword fight'},{'id':11187,'name':'grim reaper'},{'id':13141,'name':'based on manga'}]" +155325,"[{'id':509,'name':'denmark'},{'id':2438,'name':'social worker'},{'id':9276,'name':'truck'},{'id':9672,'name':'based on a true story'},{'id':10103,'name':'children'},{'id':21747,'name':'poland'},{'id':173644,'name':'communism'}]" +382380,"[{'id':10041,'name':'dysfunctional family'},{'id':13160,'name':'university'},{'id':248054,'name':'methylenedioxymethamphetamine'}]" +493110,"[{'id':5907,'name':'middle east conflict'},{'id':6078,'name':'politics'},{'id':187056,'name':'woman director'}]" +28176,"[{'id':5565,'name':'biography'},{'id':18021,'name':'detroit'},{'id':33885,'name':'car'},{'id':158987,'name':'post war'},{'id':190329,'name':'innovation'}]" +427347,"[{'id':254,'name':'france'},{'id':2504,'name':'world war i'},{'id':4932,'name':'farm'},{'id':11004,'name':'rural setting'}]" +435097,"[{'id':10714,'name':'serial killer'},{'id':11513,'name':'cheating husband'},{'id':13006,'name':'torture'},{'id':13129,'name':'execution'},{'id':15365,'name':'held captive'},{'id':156702,'name':'capture'},{'id':176691,'name':'killer clown'},{'id':241692,'name':'kidnapped'}]" +468362,"[{'id':536,'name':'israel'},{'id':1160,'name':'egypt'},{'id':6078,'name':'politics'},{'id':6091,'name':'war'}]" +545634,"[{'id':208591,'name':'abortion'}]" +431185,"[{'id':456,'name':'mother'},{'id':2041,'name':'island'},{'id':5600,'name':'daughter'},{'id':6259,'name':'psychopath'},{'id':6876,'name':'vacation'},{'id':10349,'name':'survival'},{'id':156630,'name':'remote island'},{'id':240315,'name':'mother daughter relationship'}]" +449454,[] +548257,"[{'id':6092,'name':'army'},{'id':9738,'name':'ufo'},{'id':9951,'name':'alien'},{'id':10787,'name':'jungle'},{'id':10950,'name':'shootout'},{'id':10987,'name':'cgi'},{'id':175056,'name':'black ops'},{'id':208879,'name':'mockbuster'}]" +456178,[] +452731,"[{'id':187056,'name':'woman director'}]" +460885,"[{'id':3030,'name':'nightmare'},{'id':9748,'name':'revenge'},{'id':10084,'name':'rescue'},{'id':11321,'name':'animated sequence'},{'id':13209,'name':'cabin in the woods'},{'id':14735,'name':'motorcycle'},{'id':159028,'name':'cult leader'},{'id':162766,'name':'religious cult'},{'id':176342,'name':'burning corpse'},{'id':208289,'name':'1980s'}]" +421658,"[{'id':2020,'name':'revolution'},{'id':2139,'name':'russia'},{'id':13015,'name':'terrorism'},{'id':176809,'name':'soccer stadium'},{'id':234655,'name':'football match'}]" +548204,"[{'id':1546,'name':'ambulance'},{'id':5332,'name':'greed'},{'id':6212,'name':'smuggling'},{'id':9826,'name':'murder'},{'id':10085,'name':'betrayal'},{'id':10123,'name':'dark comedy'},{'id':10594,'name':'money'},{'id':12670,'name':'los angeles'},{'id':13063,'name':'car accident'},{'id':188010,'name':'stolen cash'}]" +483315,[] +337426,"[{'id':4379,'name':'time travel'},{'id':14760,'name':'scientist'},{'id':160062,'name':'philanthropist'},{'id':193889,'name':'investment firm'},{'id':202635,'name':'engaged'}]" +30197,"[{'id':2652,'name':'nazi'},{'id':4344,'name':'musical'},{'id':10963,'name':'theatrical producer'},{'id':10964,'name':'eva braun'},{'id':10965,'name':'playwright'},{'id':11454,'name':'scam'},{'id':156028,'name':'broadway'},{'id':245534,'name':'springtime for hitler'}]" +29565,[] +43142,"[{'id':1956,'name':'world war ii'},{'id':11159,'name':'wartime'}]" +470819,"[{'id':409,'name':'africa'},{'id':2520,'name':'tanzania'},{'id':157972,'name':'chimpanzee'},{'id':190026,'name':'primatologist'},{'id':228384,'name':'female scientist'},{'id':238409,'name':'conservationist'},{'id':242050,'name':'national geographic'}]" +492258,"[{'id':5565,'name':'biography'}]" +10097,"[{'id':4729,'name':'dublin'},{'id':15127,'name':'killer'},{'id':161891,'name':'doppelgänger'}]" +269494,"[{'id':3739,'name':'funeral'},{'id':6440,'name':'hit-and-run'},{'id':9826,'name':'murder'}]" +47386,"[{'id':6018,'name':'new hampshire'},{'id':9720,'name':'woods'},{'id':41393,'name':'new england'}]" +159109,[] +32220,[] +19316,"[{'id':9833,'name':'lesbian relationship'},{'id':158718,'name':'lgbt'},{'id':187056,'name':'woman director'},{'id':190605,'name':'asian lgbt'}]" +410206,[] +17282,"[{'id':779,'name':'martial arts'},{'id':3391,'name':'drug smuggle'},{'id':18026,'name':'drug lord'}]" +25329,"[{'id':10224,'name':'haunting'}]" +13078,"[{'id':572,'name':'sex'},{'id':596,'name':'adultery'},{'id':2604,'name':'babysitter'},{'id':3623,'name':'cabin'},{'id':5600,'name':'daughter'},{'id':6270,'name':'high school'},{'id':7076,'name':'business idea'},{'id':13008,'name':'train'},{'id':13130,'name':'teenager'},{'id':14819,'name':'violence'},{'id':14964,'name':'drugs'}]" +26978,"[{'id':10158,'name':'alien planet'},{'id':187967,'name':'forbidden zone'},{'id':187969,'name':'waif'}]" +14544,[] +483545,"[{'id':10266,'name':'prom'},{'id':12339,'name':'slasher'},{'id':15127,'name':'killer'},{'id':226226,'name':'prom night'}]" +538362,[] +479970,[] +200976,"[{'id':6027,'name':'music'},{'id':33624,'name':'band'},{'id':187056,'name':'woman director'}]" +28433,"[{'id':10209,'name':'race riot'},{'id':11612,'name':'hospital'},{'id':12425,'name':'racism'},{'id':13005,'name':'doctor'},{'id':195402,'name':'film noir'},{'id':222217,'name':'black doctor'}]" +4175,"[{'id':697,'name':'loss of loved one'},{'id':2038,'name':'love of one's life'},{'id':2356,'name':'immigrant'},{'id':3310,'name':'penitentiary'},{'id':4034,'name':'class society'},{'id':5657,'name':'australia'},{'id':7028,'name':'run away'},{'id':7464,'name':'alcoholism'},{'id':207928,'name':'19th century'}]" +11082,"[{'id':186,'name':'christianity'},{'id':530,'name':'prophecy'},{'id':2795,'name':'mystic'},{'id':2858,'name':'sacrifice'},{'id':12332,'name':'apocalypse'},{'id':161207,'name':'catholicism'},{'id':161280,'name':'biblical plagues'},{'id':221385,'name':'gnosticism'}]" +474335,"[{'id':4610,'name':'comeback'},{'id':6496,'name':'basketball'},{'id':7312,'name':'road trip'},{'id':8743,'name':'streetball'},{'id':12380,'name':'tournament'},{'id':163223,'name':'prize money'},{'id':169358,'name':'financial problem'},{'id':189920,'name':'harlem'},{'id':208747,'name':'septuagenarian'}]" +470333,[] +548,"[{'id':233,'name':'japan'},{'id':570,'name':'rape'},{'id':1462,'name':'samurai'},{'id':2217,'name':'rain'},{'id':2720,'name':'woodcutter'},{'id':2723,'name':'medium'},{'id':2725,'name':'sunlight'},{'id':3012,'name':'court case'},{'id':3737,'name':'dying and death'},{'id':6148,'name':'court'},{'id':6256,'name':'truth'},{'id':15009,'name':'criminal'},{'id':180635,'name':'multiple perspectives'}]" +11620,"[{'id':5049,'name':'ancient rome'},{'id':6917,'name':'epic'},{'id':9144,'name':'kaiser nero'}]" +400535,"[{'id':417,'name':'corruption'},{'id':591,'name':'cia'},{'id':9663,'name':'sequel'},{'id':10084,'name':'rescue'},{'id':10950,'name':'shootout'},{'id':14601,'name':'explosion'},{'id':14707,'name':'brutality'},{'id':14819,'name':'violence'},{'id':14964,'name':'drugs'},{'id':188953,'name':'sign language'},{'id':206594,'name':'cartel'},{'id':207268,'name':'neo-noir'},{'id':217064,'name':'mexican cartel'}]" +450281,"[{'id':5565,'name':'biography'},{'id':220064,'name':'culinary'}]" +154989,"[{'id':779,'name':'martial arts'},{'id':158487,'name':'chinese tradition'}]" +436816,"[{'id':977,'name':'cat'},{'id':2551,'name':'pet'},{'id':18165,'name':'animal'},{'id':41645,'name':'based on video game'},{'id':155251,'name':'novelist'}]" +93424,[] +13428,"[{'id':966,'name':'beach'},{'id':3094,'name':'australian'},{'id':6440,'name':'hit-and-run'},{'id':8132,'name':'hooligan'},{'id':9730,'name':'crime boss'},{'id':10183,'name':'independent film'}]" +85545,"[{'id':572,'name':'sex'},{'id':736,'name':'journalist'},{'id':1157,'name':'wife husband relationship'},{'id':5248,'name':'female friendship'},{'id':13059,'name':'prostitution'},{'id':159007,'name':'women dancing together'},{'id':159013,'name':'woman journalist'},{'id':187056,'name':'woman director'}]" +18387,"[{'id':387,'name':'california'},{'id':2956,'name':'vietnam'},{'id':5349,'name':'surfing'},{'id':6054,'name':'friendship'},{'id':6075,'name':'sport'},{'id':10683,'name':'coming of age'},{'id':11471,'name':'flash forward'},{'id':208992,'name':'1960s'}]" +347392,[] +13562,"[{'id':1295,'name':'europe'},{'id':1307,'name':'butler'},{'id':155457,'name':'screwball comedy'}]" +522317,"[{'id':3350,'name':'poltergeist'},{'id':9738,'name':'ufo'},{'id':9853,'name':'paranormal'},{'id':9951,'name':'alien'},{'id':207729,'name':'unexplained'}]" +525914,[] +27709,"[{'id':236,'name':'suicide'},{'id':387,'name':'california'},{'id':642,'name':'robbery'},{'id':818,'name':'based on novel or book'},{'id':1196,'name':'florida'},{'id':1865,'name':'biological weapon'},{'id':9727,'name':'thief'},{'id':10124,'name':'laboratory'},{'id':10183,'name':'independent film'},{'id':10685,'name':'escape'},{'id':14760,'name':'scientist'},{'id':33705,'name':'agent'},{'id':180447,'name':'biological warfare'},{'id':188957,'name':'virus'},{'id':220908,'name':'germ warfare'}]" +29128,"[{'id':3133,'name':'vampire'}]" +497916,"[{'id':380,'name':'sibling relationship'},{'id':836,'name':'resistance'},{'id':1956,'name':'world war ii'},{'id':9905,'name':'german occupation'},{'id':191845,'name':'bank heist'},{'id':207883,'name':'1940s'},{'id':214810,'name':'bank fraud'}]" +355066,[] +467936,"[{'id':3683,'name':'law and ethics'},{'id':5809,'name':'marriage crisis'},{'id':10909,'name':'lawyer'},{'id':11336,'name':'young boy'},{'id':40895,'name':'illness'},{'id':192762,'name':'religiosity'}]" +2769,"[{'id':90,'name':'paris france'},{'id':437,'name':'painter'},{'id':4344,'name':'musical'},{'id':5488,'name':'parfum'},{'id':12990,'name':'singing'},{'id':190094,'name':'american-in-paris'}]" +348350,"[{'id':1612,'name':'spacecraft'},{'id':9675,'name':'prequel'},{'id':15285,'name':'spin off'},{'id':155336,'name':'smuggler'},{'id':161176,'name':'space opera'}]" +127564,"[{'id':2912,'name':'buffalo'}]" +5421,"[{'id':970,'name':'parent child relationship'},{'id':1299,'name':'monster'},{'id':4426,'name':'sadism'},{'id':9826,'name':'murder'},{'id':10093,'name':'priest'},{'id':10714,'name':'serial killer'},{'id':14895,'name':'cannibal'},{'id':34079,'name':'death'},{'id':161814,'name':'psycho killer'}]" +11259,"[{'id':2123,'name':'father murder'},{'id':2355,'name':'american dream'},{'id':2619,'name':'suspicion of murder'},{'id':4663,'name':'lovers'},{'id':5091,'name':'kiss'},{'id':11018,'name':'irish'}]" +36837,"[{'id':12377,'name':'zombie'},{'id':14687,'name':'extreme violence'},{'id':15085,'name':'splatter'}]" +122198,"[{'id':4302,'name':'troops'},{'id':33384,'name':'napoleonic wars'},{'id':155167,'name':'cult director'},{'id':187056,'name':'woman director'},{'id':200565,'name':'wellington'},{'id':207928,'name':'19th century'}]" +530442,[] +82884,"[{'id':75,'name':'gunslinger'},{'id':798,'name':'sheriff'},{'id':1508,'name':'new mexico'},{'id':5744,'name':'governor'},{'id':9503,'name':'outlaw'},{'id':10292,'name':'gore'},{'id':156212,'name':'spaghetti western'},{'id':168093,'name':'henry rifle'},{'id':171795,'name':'last stand'}]" +416186,"[{'id':1388,'name':'cinema'},{'id':155518,'name':'nouvelle vague'},{'id':191431,'name':'godard'},{'id':214991,'name':'may 68'},{'id':229239,'name':'maoism'},{'id':235736,'name':'film director'},{'id':246550,'name':'comunism'}]" +480853,[] +501851,"[{'id':10111,'name':'ouija'}]" +417809,[] +94066,"[{'id':9902,'name':'wildlife'},{'id':11171,'name':'vagabond'},{'id':11678,'name':'free spirit'},{'id':156202,'name':'late night'},{'id':156306,'name':'price of fame'},{'id':156310,'name':'punk music'},{'id':156312,'name':'visceral'},{'id':187056,'name':'woman director'}]" +12548,"[{'id':2336,'name':'ladykiller'},{'id':3725,'name':'pregnancy'},{'id':6054,'name':'friendship'},{'id':208408,'name':'neo realism'},{'id':252193,'name':'italian neo realism'}]" +547267,[] +31646,"[{'id':966,'name':'beach'},{'id':9663,'name':'sequel'},{'id':11221,'name':'blood'},{'id':158045,'name':'piranha'},{'id':209662,'name':'killer fish'},{'id':232282,'name':'dynamite fishing'}]" +4820,"[{'id':1956,'name':'world war ii'},{'id':5499,'name':'burma'}]" +530458,"[{'id':195918,'name':'sex drive'},{'id':197758,'name':'female sexuality'}]" +408323,"[{'id':6895,'name':'philippines'},{'id':41610,'name':'saint'},{'id':189995,'name':'jesuit'},{'id':215397,'name':'pinoy'}]" +44698,"[{'id':3358,'name':'haunted house'}]" +16780,"[{'id':1556,'name':'texas'},{'id':4426,'name':'sadism'},{'id':11545,'name':'leatherface'},{'id':11546,'name':'hitchhiker'},{'id':12090,'name':'cross dressing'},{'id':12394,'name':'chainsaw'},{'id':13006,'name':'torture'},{'id':14895,'name':'cannibal'},{'id':15085,'name':'splatter'},{'id':17973,'name':'skin'},{'id':194884,'name':'psychos'}]" +20196,"[{'id':1432,'name':'nasa'},{'id':9739,'name':'extraterrestrial'}]" +444608,"[{'id':237125,'name':'jagveld'}]" +5898,"[{'id':572,'name':'sex'},{'id':797,'name':'showdown'},{'id':1706,'name':'experiment'},{'id':3030,'name':'nightmare'},{'id':3715,'name':'man'},{'id':6255,'name':'insanity'},{'id':33618,'name':'machine'},{'id':157902,'name':'psychological'},{'id':176783,'name':'save'},{'id':188950,'name':'corporation'},{'id':189400,'name':'lobotomy'},{'id':202620,'name':'megalomaniacal'},{'id':202621,'name':'chaotic'},{'id':202623,'name':'mind'}]" +84847,"[{'id':549,'name':'prostitute'},{'id':41599,'name':'sailor'}]" +25539,"[{'id':779,'name':'martial arts'},{'id':5964,'name':'chinese mafia'},{'id':10280,'name':'farce'},{'id':10726,'name':'gang'},{'id':180996,'name':'counterfeit money'},{'id':208235,'name':'cleaning service'}]" +10753,"[{'id':1721,'name':'fight'},{'id':5340,'name':'investigation'},{'id':8015,'name':'cop'},{'id':12354,'name':'hong kong'},{'id':160488,'name':'hoodlum'},{'id':206544,'name':'bomb attack'}]" +11244,"[{'id':542,'name':'street gang'},{'id':1701,'name':'hero'},{'id':2176,'name':'music teacher'},{'id':9715,'name':'superhero'},{'id':33637,'name':'super power'}]" +456063,"[{'id':818,'name':'based on novel or book'},{'id':1453,'name':'amnesia'},{'id':9672,'name':'based on a true story'},{'id':11469,'name':'memory loss'},{'id':185018,'name':'autobiographical'}]" +462919,"[{'id':10181,'name':'based on play or musical'},{'id':214595,'name':'stage adaptation'}]" +523777,[] +461773,"[{'id':1900,'name':'immigration'},{'id':3725,'name':'pregnancy'},{'id':9826,'name':'murder'},{'id':11105,'name':'swastika'},{'id':13059,'name':'prostitution'},{'id':14819,'name':'violence'},{'id':34079,'name':'death'},{'id':230947,'name':'quinceanera'},{'id':236159,'name':'luchador'},{'id':236161,'name':'organ trade'}]" +450005,[] +478100,[] +514277,"[{'id':3303,'name':'bedroom'},{'id':13073,'name':'fear'},{'id':232790,'name':'sleep paralysis'},{'id':243003,'name':'demonic spirit'},{'id':243170,'name':'suffocating'}]" +506863,"[{'id':1956,'name':'world war ii'},{'id':219408,'name':'battle of britain'}]" +489929,"[{'id':387,'name':'california'},{'id':1274,'name':'pessimism'},{'id':2045,'name':'cynic'}]" +355193,"[{'id':1812,'name':'fbi'}]" +43049,"[{'id':570,'name':'rape'},{'id':818,'name':'based on novel or book'},{'id':1196,'name':'florida'},{'id':7984,'name':'bikini'},{'id':155793,'name':'attempted suicide'},{'id':158054,'name':'spring break'}]" +498596,[] +514690,"[{'id':14796,'name':'destruction'},{'id':189411,'name':'disaster movie'}]" +382591,"[{'id':212,'name':'london'},{'id':641,'name':'single parent'},{'id':970,'name':'parent child relationship'},{'id':5956,'name':'stuntman'},{'id':9714,'name':'remake'},{'id':10103,'name':'children'},{'id':15025,'name':'parenting'},{'id':33479,'name':'single father'},{'id':164866,'name':'black family'},{'id':170682,'name':'lying'},{'id':211158,'name':'absent parent'},{'id':232068,'name':'frenchman abroad'}]" +449751,[] +7859,"[{'id':248,'name':'date'},{'id':378,'name':'prison'},{'id':1595,'name':'ex-girlfriend'},{'id':2394,'name':'ghetto'},{'id':3797,'name':'bicycle'},{'id':6069,'name':'class'},{'id':6075,'name':'sport'},{'id':6496,'name':'basketball'},{'id':7928,'name':'crack'},{'id':10183,'name':'independent film'},{'id':10508,'name':'teacher'},{'id':12105,'name':'student'},{'id':14512,'name':'new york city'},{'id':14604,'name':'theft'},{'id':33457,'name':'alcoholic'},{'id':41156,'name':'liberal'},{'id':170389,'name':'junior high school'},{'id':207311,'name':'drug habit'},{'id':244000,'name':'freebasing'}]" +20585,"[{'id':65,'name':'holiday'},{'id':966,'name':'beach'},{'id':2041,'name':'island'},{'id':9799,'name':'romantic comedy'},{'id':9840,'name':'romance'}]" +448565,"[{'id':818,'name':'based on novel or book'},{'id':4379,'name':'time travel'},{'id':5809,'name':'marriage crisis'},{'id':33848,'name':'british prime minister'},{'id':160840,'name':'dream sequence'},{'id':162904,'name':'estranged couple'},{'id':171848,'name':'marital separation'},{'id':196581,'name':'lost child'},{'id':197430,'name':'missing daughter'},{'id':204959,'name':'grieving parents'}]" +11202,"[{'id':1402,'name':'general'},{'id':1956,'name':'world war ii'},{'id':4299,'name':'normandy'},{'id':5565,'name':'biography'},{'id':6165,'name':'historical figure'},{'id':9156,'name':'d-day'},{'id':11110,'name':'dead soldier'},{'id':11117,'name':'tank'},{'id':11139,'name':'steel helmet'},{'id':40850,'name':'destiny'},{'id':213798,'name':'allies'}]" +2284,"[{'id':2343,'name':'magic'},{'id':2486,'name':'fantasy'},{'id':3762,'name':'darkness'},{'id':4290,'name':'toy'},{'id':6122,'name':'sell'},{'id':6150,'name':'faith'},{'id':6300,'name':'puppet'},{'id':6476,'name':'toy shop'},{'id':10084,'name':'rescue'},{'id':177912,'name':'wizard'},{'id':179430,'name':'aftercreditsstinger'},{'id':207592,'name':'piano'}]" +473317,"[{'id':1284,'name':'identity'},{'id':3644,'name':'south africa'},{'id':11933,'name':'conflict'},{'id':33721,'name':'body-swap'},{'id':187056,'name':'woman director'},{'id':234963,'name':'camping trip'}]" +5680,"[{'id':167915,'name':'hostess'}]" +43974,"[{'id':12279,'name':'family drama'}]" +43771,"[{'id':160963,'name':'elderly couple'},{'id':238096,'name':'rug'}]" +347754,"[{'id':11546,'name':'hitchhiker'},{'id':12530,'name':'injured leg'},{'id':13063,'name':'car accident'},{'id':18029,'name':'trapped'},{'id':33885,'name':'car'},{'id':158591,'name':'injury'}]" +16241,"[{'id':818,'name':'based on novel or book'},{'id':7904,'name':'paraguay'},{'id':10249,'name':'mengele'},{'id':156149,'name':'doberman'},{'id':161255,'name':'nazi hunter'},{'id':161256,'name':'third reich'}]" +381237,[] +447200,"[{'id':478,'name':'china'},{'id':657,'name':'fire'},{'id':1418,'name':'skyscraper'},{'id':12354,'name':'hong kong'},{'id':159894,'name':'security system'},{'id':197644,'name':'pearl'},{'id':203857,'name':'penthouse'},{'id':234619,'name':'world's tallest building'}]" +28070,[] +38225,"[{'id':1890,'name':'camping'},{'id':1981,'name':'colorado'},{'id':1994,'name':'wolf'},{'id':3184,'name':'alligator'},{'id':3593,'name':'wilderness'},{'id':5301,'name':'brother'},{'id':5565,'name':'biography'},{'id':18165,'name':'animal'},{'id':182662,'name':'naturalist'},{'id':208992,'name':'1960s'}]" +449498,"[{'id':254,'name':'france'},{'id':1865,'name':'biological weapon'},{'id':2321,'name':'bunker'},{'id':2504,'name':'world war i'},{'id':4884,'name':'infection'},{'id':10125,'name':'mad scientist'},{'id':13065,'name':'soldier'},{'id':14673,'name':'disease'},{'id':157634,'name':'parasite'},{'id':157788,'name':'british soldier'},{'id':189342,'name':'underground tunnel'},{'id':205326,'name':'western front'},{'id':210184,'name':'1910s'},{'id':239390,'name':'human experiment'},{'id':252384,'name':'trench'}]" +492535,[] +362676,[] +8052,"[{'id':395,'name':'gambling'},{'id':549,'name':'prostitute'},{'id':585,'name':'casino'},{'id':1332,'name':'cheating'},{'id':1936,'name':'blackmail'},{'id':3230,'name':'male friendship'},{'id':5305,'name':'gambling debts'},{'id':7188,'name':'hostage-taking'},{'id':10183,'name':'independent film'},{'id':14570,'name':'las vegas'}]" +399220,[] +527795,"[{'id':1701,'name':'hero'},{'id':3151,'name':'scarecrow'},{'id':209649,'name':'wizard of oz'},{'id':249813,'name':'tin man'},{'id':249814,'name':'flying monkey'}]" +72160,"[{'id':155573,'name':'wild west'},{'id':184692,'name':'cowboys and indians'}]" +63020,"[{'id':1900,'name':'immigration'},{'id':10183,'name':'independent film'},{'id':187056,'name':'woman director'},{'id':207901,'name':'political prisoner'},{'id':208396,'name':'cuban refugees'}]" +5965,"[{'id':1815,'name':'atomic bomb'},{'id':204146,'name':'nuclear catastrophe'}]" +518565,[] +21014,"[{'id':3903,'name':'bar mitvah'},{'id':8508,'name':'party'},{'id':10183,'name':'independent film'}]" +537931,[] +10763,"[{'id':1556,'name':'texas'},{'id':5289,'name':'private life'},{'id':5720,'name':'dallas texas'},{'id':6779,'name':'ladies' man'},{'id':13005,'name':'doctor'},{'id':170521,'name':'gynecologist'},{'id':179536,'name':'charm'}]" +493443,[] +464737,"[{'id':12377,'name':'zombie'},{'id':33594,'name':'falling elevator'},{'id':188957,'name':'virus'}]" +18573,"[{'id':2546,'name':'mask'},{'id':2564,'name':'wheelchair'},{'id':6317,'name':'guillotine'},{'id':9714,'name':'remake'},{'id':10326,'name':'morgue'},{'id':10771,'name':'wax museum'},{'id':14512,'name':'new york city'},{'id':173245,'name':'sculptor'},{'id':203476,'name':'wax'},{'id':209714,'name':'3d'},{'id':233450,'name':'proto-slasher'}]" +462963,"[{'id':1025,'name':'great britain'},{'id':225615,'name':'brexit'}]" +3111,"[{'id':1157,'name':'wife husband relationship'},{'id':3658,'name':'career'},{'id':4344,'name':'musical'},{'id':7464,'name':'alcoholism'},{'id':9714,'name':'remake'},{'id':10232,'name':'fame'},{'id':12670,'name':'los angeles'},{'id':164255,'name':'rising star'},{'id':233607,'name':'fading star'},{'id':236607,'name':'academy awards'}]" +546391,[] +24929,"[{'id':10327,'name':'undead'},{'id':12377,'name':'zombie'}]" +486521,"[{'id':246,'name':'dancing'},{'id':828,'name':'waitress'},{'id':1005,'name':'karaoke'},{'id':1919,'name':'mayor'},{'id':2356,'name':'immigrant'},{'id':2407,'name':'fireworks'},{'id':4656,'name':'tv star'},{'id':8181,'name':'swimming pool'},{'id':10226,'name':'neighbor'},{'id':14964,'name':'drugs'},{'id':34112,'name':'wig'},{'id':158071,'name':'binoculars'},{'id':207264,'name':'selfie'}]" +445744,"[{'id':2215,'name':'hurricane'},{'id':11221,'name':'blood'},{'id':11612,'name':'hospital'},{'id':249856,'name':'2010s'},{'id':251955,'name':'latex gloves'}]" +20591,[] +468208,[] +473336,[] +419727,"[{'id':1981,'name':'colorado'}]" +351286,"[{'id':1720,'name':'tyrannosaurus rex'},{'id':3347,'name':'volcano'},{'id':9663,'name':'sequel'},{'id':11107,'name':'rescue mission'},{'id':11338,'name':'wild animal'},{'id':12616,'name':'dinosaur'},{'id':163561,'name':'genetic engineering'},{'id':166958,'name':'prehistoric creature'},{'id':179430,'name':'aftercreditsstinger'},{'id':224587,'name':'monster island'}]" +509624,[] +364220,"[{'id':697,'name':'loss of loved one'},{'id':970,'name':'parent child relationship'},{'id':11093,'name':'parenthood'},{'id':34079,'name':'death'},{'id':162846,'name':'ghost'},{'id':208349,'name':'child'}]" +404782,"[{'id':187056,'name':'woman director'}]" +520466,"[{'id':1889,'name':'lake'},{'id':248887,'name':'krokodyle'}]" +1125,"[{'id':532,'name':'music record'},{'id':554,'name':'manager'},{'id':577,'name':'black people'},{'id':596,'name':'adultery'},{'id':634,'name':'soul'},{'id':837,'name':'show business'},{'id':1803,'name':'drug addiction'},{'id':4344,'name':'musical'},{'id':4481,'name':'deceived wife'},{'id':4741,'name':'recording contract'},{'id':4742,'name':'background singer'},{'id':4744,'name':'motown'},{'id':4745,'name':'the supremes'},{'id':4746,'name':'record producer'},{'id':9457,'name':'single'},{'id':10229,'name':'singer'},{'id':12990,'name':'singing'},{'id':18021,'name':'detroit'},{'id':33457,'name':'alcoholic'},{'id':34094,'name':'extramarital affair'},{'id':41591,'name':'music band'}]" +478741,"[{'id':156593,'name':'ritual murder'},{'id':157314,'name':'psychological horror'},{'id':160342,'name':'female detective'}]" +426865,"[{'id':822,'name':'airport'},{'id':1812,'name':'fbi'},{'id':1992,'name':'professor'},{'id':6009,'name':'mathematics'},{'id':9738,'name':'ufo'},{'id':10092,'name':'mystery'},{'id':223550,'name':'ufo sighting'}]" +41817,[] +526682,"[{'id':2106,'name':'cold war'},{'id':232640,'name':'jfk'},{'id':246738,'name':'assination'}]" +542694,"[{'id':3485,'name':'comedian'},{'id':9716,'name':'stand-up comedy'}]" +537153,"[{'id':5857,'name':'narcism'},{'id':7208,'name':'spoiled child'},{'id':162993,'name':'dark humor'},{'id':187291,'name':'strange behavior'},{'id':198141,'name':'strange person'},{'id':221204,'name':'accidental killing'}]" +40210,"[{'id':3098,'name':'castle'},{'id':6344,'name':'liverpool'},{'id':12565,'name':'psychological thriller'},{'id':155730,'name':'hammer horror'}]" +437029,"[{'id':8012,'name':'physicist'},{'id':13072,'name':'falling in love'},{'id':14818,'name':'model'},{'id':156810,'name':'science'}]" +14019,"[{'id':3189,'name':'white trash'},{'id':4344,'name':'musical'},{'id':9752,'name':'child on drugs'},{'id':9754,'name':'profanity'},{'id':12420,'name':'unsimulated sex'},{'id':33451,'name':'masturbation'}]" +56766,"[{'id':5565,'name':'biography'}]" +46660,"[{'id':187056,'name':'woman director'}]" +44629,"[{'id':2231,'name':'drug dealer'},{'id':2671,'name':'heroin'},{'id':5657,'name':'australia'},{'id':11038,'name':'trial'},{'id':14819,'name':'violence'},{'id':15271,'name':'interrogation'},{'id':196917,'name':'armed robbery'},{'id':207268,'name':'neo-noir'},{'id':218121,'name':'murder of a police officer'},{'id':243753,'name':'police custody'}]" +46562,[] +5486,"[{'id':236,'name':'suicide'},{'id':572,'name':'sex'},{'id':1583,'name':'mass murder'},{'id':2564,'name':'wheelchair'},{'id':3598,'name':'ax'},{'id':6259,'name':'psychopath'},{'id':9826,'name':'murder'},{'id':9968,'name':'squid'},{'id':10292,'name':'gore'},{'id':10714,'name':'serial killer'},{'id':13078,'name':'skinny dipping'},{'id':14687,'name':'extreme violence'},{'id':14805,'name':'maniac'},{'id':14819,'name':'violence'},{'id':157758,'name':'ax murder'},{'id':189921,'name':'video nasty'},{'id':233450,'name':'proto-slasher'},{'id':240689,'name':'giallo'}]" +485856,[] +434596,[] +531593,"[{'id':974,'name':'bank'},{'id':1929,'name':'bank manager'},{'id':1930,'name':'kidnapping'},{'id':10051,'name':'heist'},{'id':191845,'name':'bank heist'}]" +531145,"[{'id':9789,'name':'misfit'},{'id':11336,'name':'young boy'},{'id':164039,'name':'grandmother'},{'id':181203,'name':'headmaster'}]" +472226,"[{'id':160213,'name':'festival'}]" +420634,"[{'id':236,'name':'suicide'},{'id':3199,'name':'clown'},{'id':3335,'name':'halloween'},{'id':11181,'name':'decapitation'},{'id':12339,'name':'slasher'},{'id':14805,'name':'maniac'},{'id':170383,'name':'disfigurement'},{'id':176691,'name':'killer clown'},{'id':191327,'name':'evil clown'}]" +17465,"[{'id':3609,'name':'frustration'},{'id':6075,'name':'sport'},{'id':6483,'name':'ice hockey'},{'id':8338,'name':'coach'},{'id':9849,'name':'beating'},{'id':10079,'name':'hazing'},{'id':10081,'name':'locker room'}]" +42546,[] +67742,[] +4644,"[{'id':10183,'name':'independent film'}]" +13762,"[{'id':11931,'name':'spoof'},{'id':41185,'name':'heiress'}]" +46812,[] +13984,"[{'id':4552,'name':'beer'},{'id':6054,'name':'friendship'},{'id':10163,'name':'cancer'},{'id':33624,'name':'band'},{'id':206850,'name':'canuxploitation'}]" +525057,"[{'id':237342,'name':'vitamins'}]" +434362,"[{'id':3009,'name':'farm worker'},{'id':4932,'name':'farm'},{'id':5331,'name':'village'},{'id':6653,'name':'trumpet'},{'id':170587,'name':'mysterious stranger'}]" +574,"[{'id':212,'name':'london'},{'id':441,'name':'assassination'},{'id':770,'name':'scotland yard'},{'id':992,'name':'bus'},{'id':1629,'name':'morocco'},{'id':2340,'name':'paranoia'},{'id':6731,'name':'british'},{'id':9714,'name':'remake'},{'id':9937,'name':'suspense'},{'id':14638,'name':'american'},{'id':41721,'name':'physician'},{'id':165064,'name':'frenchman'},{'id':165368,'name':'inter cultural'},{'id':236911,'name':'cymbals'}]" +17664,"[{'id':33482,'name':'war hero'},{'id':156234,'name':'cavalry'},{'id':162199,'name':'standoff'},{'id':163188,'name':'confederate'}]" +38006,"[{'id':486,'name':'himalaya'},{'id':1963,'name':'expedition'},{'id':2795,'name':'mystic'},{'id':8873,'name':'yeti'},{'id':11220,'name':'cryptozoology'},{'id':34117,'name':'cult film'},{'id':41592,'name':'monastery'},{'id':155730,'name':'hammer horror'},{'id':159212,'name':'mountain climbing'},{'id':162327,'name':'avalanche'}]" +27644,"[{'id':800,'name':'bounty'},{'id':801,'name':'bounty hunter'},{'id':5301,'name':'brother'},{'id':9503,'name':'outlaw'},{'id':162722,'name':'indian attack'}]" +11773,"[{'id':236,'name':'suicide'},{'id':392,'name':'england'},{'id':818,'name':'based on novel or book'},{'id':970,'name':'parent child relationship'},{'id':2086,'name':'youngster'},{'id':3725,'name':'pregnancy'},{'id':4637,'name':'parish'},{'id':5331,'name':'village'},{'id':9844,'name':'car crash'},{'id':10103,'name':'children'},{'id':11265,'name':'mind reading'},{'id':14601,'name':'explosion'},{'id':34117,'name':'cult film'},{'id':162365,'name':'military'},{'id':177201,'name':'evil child'},{'id':211744,'name':'forced suicide'}]" +28501,"[{'id':344,'name':'inquisition'},{'id':514,'name':'spain'},{'id':3098,'name':'castle'},{'id':6152,'name':'supernatural'},{'id':6255,'name':'insanity'},{'id':7172,'name':'buried alive'},{'id':9856,'name':'flashback'},{'id':15032,'name':'gothic horror'},{'id':33468,'name':'secret door'},{'id':34117,'name':'cult film'},{'id':41410,'name':'madness'},{'id':191103,'name':'torturer'},{'id':215590,'name':'spanish inquisition'},{'id':220712,'name':'costume horror'},{'id':235349,'name':'pendelum'},{'id':235350,'name':'iron maiden'},{'id':237612,'name':'14th century'}]" +19357,"[{'id':9823,'name':'rivalry'},{'id':14724,'name':'family vacation'},{'id':192283,'name':'suffering parent'},{'id':192284,'name':'time off'},{'id':192285,'name':'run down house'}]" +9056,"[{'id':779,'name':'martial arts'},{'id':3149,'name':'gangster'},{'id':3713,'name':'chase'},{'id':5572,'name':'fistfight'},{'id':6110,'name':'weapon'},{'id':9725,'name':'sword fight'},{'id':9826,'name':'murder'},{'id':9844,'name':'car crash'},{'id':11148,'name':'police chase'},{'id':15483,'name':'car chase'}]" +16638,"[{'id':514,'name':'spain'},{'id':6091,'name':'war'},{'id':6165,'name':'historical figure'},{'id':7140,'name':'devoutness'},{'id':9812,'name':'honor'},{'id':228166,'name':'11th century'}]" +11349,"[{'id':351,'name':'poison'},{'id':1415,'name':'small town'},{'id':1422,'name':'boat'},{'id':1591,'name':'ex-detainee'},{'id':6259,'name':'psychopath'},{'id':10909,'name':'lawyer'},{'id':14659,'name':'girl'},{'id':15162,'name':'dog'},{'id':18035,'name':'family'},{'id':165271,'name':'listening to the radio'}]" +8691,"[{'id':2148,'name':'colombia'},{'id':10148,'name':'tribe'},{'id':10787,'name':'jungle'},{'id':13006,'name':'torture'},{'id':14895,'name':'cannibal'},{'id':161276,'name':'anthropologist'},{'id':189921,'name':'video nasty'}]" +10276,"[{'id':1333,'name':'desperation'},{'id':2415,'name':'idiot'},{'id':2835,'name':'neurosis'},{'id':6018,'name':'new hampshire'},{'id':15106,'name':'psychiatrist'},{'id':33694,'name':'family holiday'}]" +2926,"[{'id':90,'name':'paris france'},{'id':254,'name':'france'},{'id':818,'name':'based on novel or book'},{'id':1721,'name':'fight'},{'id':6717,'name':'louis xiii.'},{'id':8201,'name':'satire'},{'id':9725,'name':'sword fight'},{'id':14577,'name':'musketeer'},{'id':34094,'name':'extramarital affair'},{'id':157186,'name':'swashbuckler'},{'id':159747,'name':'diamond theft'},{'id':207941,'name':'17th century'}]" +16858,"[{'id':837,'name':'show business'},{'id':886,'name':'movie business'},{'id':4345,'name':'tap dancing'},{'id':6027,'name':'music'},{'id':9732,'name':'film in film'},{'id':15160,'name':'divorce'},{'id':33731,'name':'stand-up comedian'},{'id':156028,'name':'broadway'},{'id':156507,'name':'rainstorm'},{'id':157959,'name':'surgery'},{'id':165399,'name':'editing'},{'id':165407,'name':'restroom'},{'id':165419,'name':'screening room'},{'id':165420,'name':'amphetamine'},{'id':165423,'name':'prescription drug abuse'}]" +45715,[] +31923,"[{'id':1415,'name':'small town'},{'id':2393,'name':'adoption'},{'id':5614,'name':'idol'},{'id':6270,'name':'high school'},{'id':6562,'name':'celebrity'},{'id':8201,'name':'satire'},{'id':9789,'name':'misfit'},{'id':9824,'name':'reunion'},{'id':10049,'name':'teen angst'},{'id':10183,'name':'independent film'},{'id':10232,'name':'fame'},{'id':10683,'name':'coming of age'},{'id':10809,'name':'teenage girl'},{'id':13130,'name':'teenager'},{'id':156064,'name':'homecoming'},{'id':157963,'name':'worship'},{'id':163242,'name':'teenage rebellion'},{'id':173534,'name':'puppy love'}]" +296012,[] +442947,[] +44946,[] +47467,"[{'id':572,'name':'sex'},{'id':5349,'name':'surfing'}]" +30628,"[{'id':186,'name':'christianity'},{'id':2974,'name':'jesus christ'},{'id':3033,'name':'apostle'},{'id':3034,'name':'last supper'},{'id':3036,'name':'bible'},{'id':5950,'name':'christian'}]" +30140,"[{'id':5829,'name':'nova scotia canada'},{'id':158688,'name':'rainbow'},{'id':158690,'name':'clay'},{'id':158692,'name':'wool'},{'id':158697,'name':'installation'}]" +60011,"[{'id':3644,'name':'south africa'},{'id':4106,'name':'apartheid'},{'id':10183,'name':'independent film'}]" +30388,[] +140394,[] +375860,"[{'id':171957,'name':'go'}]" +77716,"[{'id':6075,'name':'sport'},{'id':160303,'name':'melbourne cup'},{'id':209493,'name':'21st century'}]" +65632,"[{'id':12100,'name':'fictional game show'}]" +98932,"[{'id':8729,'name':'lighthouse keeper '}]" +302444,[] +96999,[] +188588,[] +456086,"[{'id':3489,'name':'job interview'},{'id':5683,'name':'family business '},{'id':18063,'name':'sports bar'},{'id':41409,'name':'break in'},{'id':156401,'name':'car wash'},{'id':167020,'name':'husband wife estrangement'},{'id':167925,'name':'employer employee relationship'},{'id':195410,'name':'fundraiser'}]" +493099,"[{'id':5565,'name':'biography'},{'id':8681,'name':'supreme court'},{'id':187056,'name':'woman director'},{'id':230963,'name':'supreme court justice'}]" +50135,"[{'id':9862,'name':'dam'},{'id':15097,'name':'shark'},{'id':18165,'name':'animal'},{'id':209714,'name':'3d'},{'id':231121,'name':'hoover dam'},{'id':234364,'name':'crane the bird'}]" +104528,"[{'id':5160,'name':'animal attack'},{'id':199236,'name':'mad dog'}]" +471860,[] +199570,"[{'id':1551,'name':'indigenous'},{'id':9706,'name':'anthology'},{'id':176096,'name':'generational'},{'id':187056,'name':'woman director'},{'id':194176,'name':'coastal town'}]" +41592,"[{'id':4118,'name':'ballet dancer'},{'id':181208,'name':'street dance'},{'id':187056,'name':'woman director'},{'id':187246,'name':'dance group'}]" +30994,"[{'id':4470,'name':'punk'},{'id':8508,'name':'party'}]" +345916,"[{'id':1328,'name':'secret'},{'id':6038,'name':'marriage'},{'id':10199,'name':'gay interest'},{'id':12396,'name':'hollywood'},{'id':13027,'name':'wedding'},{'id':41379,'name':'argument'},{'id':158718,'name':'lgbt'},{'id':160246,'name':'childhood friends'},{'id':207863,'name':'engaged couple'},{'id':244910,'name':'rehearsal dinner'}]" +516503,"[{'id':310,'name':'artificial intelligence'},{'id':1576,'name':'technology'},{'id':211062,'name':'ethics'}]" +412743,[] +537617,[] +500475,"[{'id':395,'name':'gambling'},{'id':417,'name':'corruption'},{'id':572,'name':'sex'},{'id':1505,'name':'famous score'},{'id':2334,'name':'nightclub'},{'id':5638,'name':'arrest'},{'id':6149,'name':'police'},{'id':9215,'name':'black'},{'id':10594,'name':'money'},{'id':11243,'name':'african american'},{'id':33352,'name':'police car'},{'id':180307,'name':'driving'},{'id':188944,'name':'revolver'},{'id':234569,'name':'selling drugs'}]" +424580,[] +451764,[] +359156,"[{'id':131,'name':'italy'},{'id':642,'name':'robbery'},{'id':1941,'name':'ecstasy'},{'id':2150,'name':'cocaine'},{'id':2671,'name':'heroin'},{'id':6054,'name':'friendship'},{'id':9856,'name':'flashback'},{'id':11325,'name':'shot to death'},{'id':14964,'name':'drugs'},{'id':34115,'name':'transsexual'},{'id':210608,'name':'1990s'}]" +422761,"[{'id':163186,'name':'seance'}]" +539985,[] +25723,"[{'id':9673,'name':'love'},{'id':11497,'name':'unfaithful girlfriend'}]" +13153,"[{'id':779,'name':'martial arts'},{'id':11199,'name':'undercover cop'},{'id':11734,'name':'police corruption'},{'id':12670,'name':'los angeles'},{'id':18026,'name':'drug lord'}]" +13405,"[{'id':9672,'name':'based on a true story'},{'id':11133,'name':'japanese occupation'},{'id':179431,'name':'duringcreditsstinger'},{'id':214548,'name':'1930s'},{'id':241982,'name':'children in wartime'}]" +18681,"[{'id':9767,'name':'beautiful woman'},{'id':10714,'name':'serial killer'},{'id':41249,'name':'secret service'},{'id':164092,'name':'blindness'}]" +10544,"[{'id':836,'name':'resistance'},{'id':5657,'name':'australia'},{'id':6144,'name':'lawlessness'},{'id':10726,'name':'gang'},{'id':156702,'name':'capture'}]" +11099,"[{'id':3412,'name':'star'},{'id':3523,'name':'microchip'},{'id':3737,'name':'dying and death'},{'id':5306,'name':'boss'},{'id':8075,'name':'filmteam'}]" +15213,"[{'id':3605,'name':'baseball bat'},{'id':6075,'name':'sport'},{'id':14604,'name':'theft'},{'id':156099,'name':'new york yankees'}]" +207768,"[{'id':570,'name':'rape'},{'id':2804,'name':'exploitation'},{'id':6349,'name':'bulgaria'},{'id':9748,'name':'revenge'},{'id':14818,'name':'model'},{'id':164377,'name':'american express'}]" +132137,[] +47062,"[{'id':3539,'name':'czechoslovakia'},{'id':5689,'name':'slovakia'}]" +512926,"[{'id':11665,'name':'handheld camera'},{'id':233897,'name':'trapped in a building'},{'id':243611,'name':'dead bodies'}]" +54121,"[{'id':966,'name':'beach'},{'id':1566,'name':'dream'},{'id':2041,'name':'island'},{'id':2679,'name':'artist'},{'id':3030,'name':'nightmare'},{'id':9826,'name':'murder'},{'id':12339,'name':'slasher'},{'id':13073,'name':'fear'},{'id':14819,'name':'violence'},{'id':34079,'name':'death'},{'id':156075,'name':'evil'},{'id':189921,'name':'video nasty'}]" +21242,"[{'id':798,'name':'sheriff'},{'id':14574,'name':'rancher'},{'id':14687,'name':'extreme violence'}]" +39973,"[{'id':10787,'name':'jungle'},{'id':189585,'name':'iguana'},{'id':189921,'name':'video nasty'},{'id':205685,'name':'animal cruelty'},{'id':208364,'name':'missing husband'},{'id':208365,'name':'new guinea'}]" +50497,"[{'id':918,'name':'newspaper'},{'id':970,'name':'parent child relationship'},{'id':2626,'name':'exorcism'},{'id':3350,'name':'poltergeist'},{'id':10093,'name':'priest'},{'id':10224,'name':'haunting'},{'id':12193,'name':'reporter'},{'id':13153,'name':'spirit'},{'id':14905,'name':'britain'},{'id':163186,'name':'seance'},{'id':172391,'name':'catholic priest'},{'id':234779,'name':'coal shed'}]" +37565,"[{'id':6956,'name':'treasure hunt'},{'id':7665,'name':'girls' boarding school'},{'id':12988,'name':'pirate'}]" +543626,[] +471429,"[{'id':212,'name':'london'},{'id':6089,'name':'freedom'},{'id':10909,'name':'lawyer'},{'id':188993,'name':'true love'},{'id':246203,'name':'wise guy'},{'id':249566,'name':'anarchic'},{'id':249762,'name':'off-kilter'},{'id':249763,'name':'wisecrack'}]" +272636,[] +430035,"[{'id':8087,'name':'horror'},{'id':9817,'name':'behind the scenes'},{'id':50244,'name':'making of'}]" +28676,"[{'id':572,'name':'sex'},{'id':1563,'name':'prisoner'},{'id':5968,'name':'amazon'},{'id':14819,'name':'violence'},{'id':14895,'name':'cannibal'},{'id':14906,'name':'slave'},{'id':47972,'name':'native peoples'}]" +45007,"[{'id':572,'name':'sex'},{'id':1326,'name':'infidelity'},{'id':1556,'name':'texas'},{'id':4183,'name':'wife'},{'id':9503,'name':'outlaw'},{'id':9673,'name':'love'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':9897,'name':'rifle'},{'id':10726,'name':'gang'},{'id':12371,'name':'gunfight'},{'id':14574,'name':'rancher'},{'id':14819,'name':'violence'},{'id':33740,'name':'humiliation'},{'id':34143,'name':'rich'},{'id':41509,'name':'hate'}]" +3543,"[{'id':1197,'name':'nevada'},{'id':2669,'name':'motel'},{'id':3306,'name':'highway'},{'id':3593,'name':'wilderness'},{'id':6819,'name':'rosenheim'},{'id':33885,'name':'car'}]" +10586,"[{'id':409,'name':'africa'},{'id':2043,'name':'lion'},{'id':3450,'name':'bridge'},{'id':5160,'name':'animal attack'},{'id':9672,'name':'based on a true story'},{'id':9895,'name':'kenya'},{'id':158215,'name':'lion attack'},{'id':158217,'name':'colonialism'},{'id':158219,'name':'swahili'}]" +13550,"[{'id':2456,'name':'industrialist'},{'id':2564,'name':'wheelchair'},{'id':3088,'name':'bodyguard'},{'id':3298,'name':'hallucination'},{'id':9937,'name':'suspense'},{'id':10666,'name':'road accident'},{'id':12663,'name':'little girl'},{'id':14742,'name':'psychic'},{'id':33720,'name':'guilt'},{'id':156661,'name':'threat'},{'id':162807,'name':'noise'},{'id':163186,'name':'seance'},{'id':164543,'name':'tape recording'},{'id':172829,'name':'music professor'},{'id':172839,'name':'historical society'},{'id':172841,'name':'music box'},{'id':172853,'name':'playing ball'},{'id':172856,'name':'music recital'},{'id':172859,'name':'lecturer'},{'id':206850,'name':'canuxploitation'}]" +11059,"[{'id':2041,'name':'island'},{'id':3221,'name':'rave'},{'id':6110,'name':'weapon'},{'id':12105,'name':'student'},{'id':41645,'name':'based on video game'}]" +13342,"[{'id':572,'name':'sex'},{'id':578,'name':'rock 'n' roll'},{'id':818,'name':'based on novel or book'},{'id':6054,'name':'friendship'},{'id':6270,'name':'high school'},{'id':6490,'name':'shopping mall'},{'id':9783,'name':'bong'},{'id':10508,'name':'teacher'},{'id':10683,'name':'coming of age'},{'id':10776,'name':'marijuana'},{'id':11254,'name':'loss of virginity'},{'id':11485,'name':'drug humor'},{'id':11870,'name':'teen movie'},{'id':54169,'name':'stoner'},{'id':155247,'name':'irreverence'},{'id':155722,'name':'teen comedy'},{'id':168152,'name':'convenience store'},{'id':187056,'name':'woman director'}]" +75520,"[{'id':245021,'name':'action'}]" +434218,"[{'id':187056,'name':'woman director'}]" +44808,"[{'id':949,'name':'terrorist'},{'id':5153,'name':'son'},{'id':14643,'name':'battle'},{'id':196290,'name':'angola'}]" +9651,"[{'id':849,'name':'dc comics'},{'id':2343,'name':'magic'},{'id':3290,'name':'laser'},{'id':3720,'name':'power'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':9820,'name':'alternate dimension'},{'id':10809,'name':'teenage girl'},{'id':33608,'name':'gardener'},{'id':156174,'name':'occult'},{'id':156525,'name':'heroine'},{'id':179542,'name':'love potion'},{'id':195526,'name':'supergirl'},{'id':197104,'name':'all girls school'},{'id':239324,'name':'invisible monster'}]" +11413,"[{'id':974,'name':'bank'},{'id':4671,'name':'bad luck'},{'id':6167,'name':'engagement'},{'id':9748,'name':'revenge'},{'id':10183,'name':'independent film'},{'id':12392,'name':'best friend'}]" +646,"[{'id':212,'name':'london'},{'id':392,'name':'england'},{'id':441,'name':'assassination'},{'id':470,'name':'spy'},{'id':585,'name':'casino'},{'id':818,'name':'based on novel or book'},{'id':911,'name':'exotic island'},{'id':1317,'name':'card game'},{'id':1826,'name':'space marine'},{'id':2051,'name':'intelligence'},{'id':3266,'name':'jamaica'},{'id':3268,'name':'secret base'},{'id':3269,'name':'secret mission'},{'id':3270,'name':'baccarat'},{'id':3271,'name':'secret organization'},{'id':3272,'name':'secret intelligence service'},{'id':3275,'name':'nuclear radiation'},{'id':3289,'name':'villain'},{'id':4289,'name':'secret agent'},{'id':18268,'name':'atomic reactor'},{'id':167861,'name':'caribbean'}]" +1598,"[{'id':378,'name':'prison'},{'id':516,'name':'child abuse'},{'id':570,'name':'rape'},{'id':1415,'name':'small town'},{'id':5600,'name':'daughter'},{'id':6149,'name':'police'},{'id':9714,'name':'remake'},{'id':9748,'name':'revenge'},{'id':10909,'name':'lawyer'},{'id':11333,'name':'cigar smoking'},{'id':13073,'name':'fear'},{'id':15162,'name':'dog'},{'id':41381,'name':'rapist'}]" +11660,"[{'id':212,'name':'london'},{'id':642,'name':'robbery'},{'id':1437,'name':'burglar'},{'id':3246,'name':'prosecution'},{'id':9727,'name':'thief'},{'id':10183,'name':'independent film'},{'id':13028,'name':'writer'},{'id':156104,'name':'stranger'},{'id':207268,'name':'neo-noir'}]" +2100,"[{'id':378,'name':'prison'},{'id':1402,'name':'general'}]" +11011,"[{'id':18035,'name':'family'},{'id':175668,'name':'life raft'},{'id':175670,'name':'private airplane'},{'id':175676,'name':'toothbrush'},{'id':175681,'name':'gluttony'},{'id':175683,'name':'magnifying glass'},{'id':175685,'name':'rubber boat'},{'id':249797,'name':'richie rich'}]" +394830,"[{'id':378,'name':'prison'},{'id':736,'name':'journalist'},{'id':745,'name':'nun'},{'id':918,'name':'newspaper'},{'id':2626,'name':'exorcism'},{'id':3571,'name':'crucifixion'},{'id':5340,'name':'investigation'},{'id':10093,'name':'priest'},{'id':159940,'name':'exorcist'},{'id':161261,'name':'demonic possession'}]" +538604,[] +470229,"[{'id':1925,'name':'camera'},{'id':6054,'name':'friendship'},{'id':7074,'name':'paperboy'},{'id':8015,'name':'cop'},{'id':9826,'name':'murder'},{'id':9866,'name':'basement'},{'id':10532,'name':'suburbia'},{'id':10714,'name':'serial killer'},{'id':10791,'name':'teenage crush'},{'id':13130,'name':'teenager'},{'id':33553,'name':'walkie talkie'},{'id':155939,'name':'group of friends'},{'id':162502,'name':'news report'},{'id':208289,'name':'1980s'},{'id':248211,'name':'retro horror'}]" +447957,[] +490004,"[{'id':9826,'name':'murder'},{'id':11061,'name':'debt'},{'id':11221,'name':'blood'},{'id':14768,'name':'single mother'},{'id':177259,'name':'realtor'}]" +95608,"[{'id':11869,'name':'mistress'},{'id':34094,'name':'extramarital affair'},{'id':168346,'name':'manhattan, new york city'}]" +490003,"[{'id':251947,'name':'child friendly'},{'id':251948,'name':'serious subjects gently discussed'}]" +354287,"[{'id':736,'name':'journalist'},{'id':818,'name':'based on novel or book'},{'id':3541,'name':'afghanistan'},{'id':171184,'name':'exposé'},{'id':225012,'name':'satirical'},{'id':229851,'name':'fictionalized history'},{'id':235638,'name':'u.s. general'},{'id':235639,'name':'born leader'},{'id':235642,'name':'charismatic'},{'id':235643,'name':'nato forces'}]" +1700,"[{'id':428,'name':'nurse'},{'id':1981,'name':'colorado'},{'id':6259,'name':'psychopath'},{'id':9844,'name':'car crash'},{'id':10818,'name':'author'},{'id':18062,'name':'obsessed fan'},{'id':156783,'name':'blizzard'},{'id':173307,'name':'broken leg'}]" +1544,"[{'id':212,'name':'london'},{'id':2779,'name':'flower shop'},{'id':10180,'name':'homosexuality'},{'id':10768,'name':'lesbian'},{'id':158718,'name':'lgbt'}]" +164,"[{'id':242,'name':'new york'},{'id':697,'name':'loss of loved one'},{'id':965,'name':'age difference'},{'id':978,'name':'broken engagement'},{'id':2038,'name':'love of one's life'},{'id':6099,'name':'jewelry'},{'id':6197,'name':'store window'},{'id':33626,'name':'millionaire'}]" +459910,"[{'id':2150,'name':'cocaine'},{'id':2231,'name':'drug dealer'},{'id':4010,'name':'log cabin'},{'id':220356,'name':'shaky camera'}]" +13161,"[{'id':378,'name':'prison'},{'id':417,'name':'corruption'},{'id':779,'name':'martial arts'},{'id':2095,'name':'anti hero'},{'id':4373,'name':'fraud'},{'id':9253,'name':'slapstick'},{'id':10726,'name':'gang'},{'id':206718,'name':'cons and scams'},{'id':207445,'name':'prison life'}]" +10501,"[{'id':1321,'name':'gold'},{'id':2673,'name':'horse'},{'id':9725,'name':'sword fight'},{'id':208244,'name':'16th century'},{'id':228691,'name':'conquistador'},{'id':232752,'name':'el dorado'}]" +457262,"[{'id':5349,'name':'surfing'}]" +7518,"[{'id':990,'name':'squirrel'},{'id':1240,'name':'eating and drinking'},{'id':2105,'name':'garden'},{'id':2522,'name':'grizzly bear'},{'id':2847,'name':'entrapment'},{'id':2922,'name':'suburbian idyll'},{'id':3700,'name':'garbage'},{'id':5774,'name':'forest'},{'id':6362,'name':'turtle'},{'id':7125,'name':'hiding in a garbage container'},{'id':7949,'name':'racoon'},{'id':14632,'name':'suburb'},{'id':18165,'name':'animal'}]" +11619,"[{'id':212,'name':'london'},{'id':1449,'name':'underworld'},{'id':1571,'name':'return'},{'id':3799,'name':'ship'},{'id':4456,'name':'frog'},{'id':5490,'name':'girlfriend'},{'id':9345,'name':'rubin'}]" +4538,"[{'id':380,'name':'sibling relationship'},{'id':10041,'name':'dysfunctional family'},{'id':14636,'name':'india'},{'id':167696,'name':'healing'},{'id':167700,'name':'steward'},{'id':167701,'name':'catharsis'}]" +441889,"[{'id':2320,'name':'violent husband'},{'id':208170,'name':'abusive marriage'},{'id':239795,'name':'young singer'},{'id':240303,'name':'father daughter relationship'}]" +1493,"[{'id':4654,'name':'undercover agent'},{'id':5340,'name':'investigation'},{'id':5496,'name':'beauty contest'},{'id':8290,'name':'talent show'},{'id':9817,'name':'behind the scenes'},{'id':11860,'name':'fish out of water'},{'id':13015,'name':'terrorism'},{'id':18420,'name':'surveillance'},{'id':214664,'name':'beauty standards'},{'id':240103,'name':'beauty queen'}]" +15775,"[{'id':697,'name':'loss of loved one'},{'id':9673,'name':'love'},{'id':11221,'name':'blood'},{'id':46952,'name':'heavy rain'},{'id':191100,'name':'romantic drama'},{'id':206576,'name':'death of girlfriend'},{'id':211703,'name':'death of boyfriend'}]" +4935,"[{'id':334,'name':'flying'},{'id':616,'name':'witch'},{'id':2217,'name':'rain'},{'id':3098,'name':'castle'},{'id':3151,'name':'scarecrow'},{'id':5133,'name':'body exchange'},{'id':7315,'name':'hatter'},{'id':7397,'name':'bakery'},{'id':15001,'name':'demon'},{'id':210024,'name':'anime'},{'id':246466,'name':'based on young adult novel'}]" +44902,"[{'id':8250,'name':'victorian england'},{'id':155451,'name':'brit noir'}]" +35,"[{'id':970,'name':'parent child relationship'},{'id':1889,'name':'lake'},{'id':2181,'name':'springfield'},{'id':2205,'name':'duff beer'},{'id':3700,'name':'garbage'},{'id':4931,'name':'pig'},{'id':6305,'name':'pollution'},{'id':6832,'name':'environmental protection agency'},{'id':6898,'name':'quarantine'},{'id':7464,'name':'alcoholism'},{'id':9673,'name':'love'},{'id':9880,'name':'alaska'},{'id':10041,'name':'dysfunctional family'},{'id':10061,'name':'dysfunctional marriage'},{'id':15174,'name':'ecology'},{'id':40922,'name':'saving lives'},{'id':157303,'name':'first love'},{'id':179431,'name':'duringcreditsstinger'},{'id':192544,'name':'donuts'}]" +8393,"[{'id':409,'name':'africa'},{'id':3800,'name':'airplane'},{'id':8028,'name':'botswana'},{'id':9649,'name':'god'},{'id':10148,'name':'tribe'},{'id':18034,'name':'desert'},{'id':155296,'name':'kalahari'},{'id':155297,'name':'bushman'},{'id':155298,'name':'aeroplane'},{'id':155300,'name':'tribal'}]" +323661,"[{'id':305,'name':'moon'}]" +10040,"[{'id':824,'name':'drag queen'},{'id':1336,'name':'ransom'},{'id':1812,'name':'fbi'},{'id':2562,'name':'press conference'},{'id':3799,'name':'ship'},{'id':4654,'name':'undercover agent'},{'id':8697,'name':'miss america'},{'id':9663,'name':'sequel'},{'id':11923,'name':'office politics'},{'id':167316,'name':'buddy cop'},{'id':197335,'name':'representation'},{'id':216734,'name':'abandonment'}]" +337674,"[{'id':254,'name':'france'},{'id':282,'name':'video game'},{'id':570,'name':'rape'},{'id':6093,'name':'assault'},{'id':10201,'name':'death of father'},{'id':13063,'name':'car accident'},{'id':14819,'name':'violence'},{'id':17985,'name':'birth'},{'id':18060,'name':'divorced woman'},{'id':157213,'name':'death of mother'},{'id':172742,'name':'christmas lights'},{'id':180715,'name':'giving birth'},{'id':207317,'name':'christmas'},{'id':208127,'name':'intruder'},{'id':233399,'name':'pepper spray'}]" +4995,"[{'id':445,'name':'pornography'},{'id':572,'name':'sex'},{'id':1228,'name':'1970s'},{'id':2727,'name':'porn actor'},{'id':4056,'name':'custody battle'},{'id':5626,'name':'rags to riches'},{'id':14530,'name':'director'},{'id':14964,'name':'drugs'},{'id':18321,'name':'porn industry'},{'id':155490,'name':'disco'},{'id':158718,'name':'lgbt'}]" +391,"[{'id':2987,'name':'gang war'},{'id':4942,'name':'victim of murder'},{'id':5332,'name':'greed'},{'id':6062,'name':'hostility'},{'id':9714,'name':'remake'},{'id':156212,'name':'spaghetti western'}]" +467679,[] +434520,"[{'id':658,'name':'sea'},{'id':9826,'name':'murder'},{'id':170587,'name':'mysterious stranger'},{'id':231832,'name':'luxury yacht'}]" +543140,[] +402900,"[{'id':242,'name':'new york'},{'id':279,'name':'usa'},{'id':515,'name':'women'},{'id':10051,'name':'heist'},{'id':15285,'name':'spin off'},{'id':206915,'name':'estranged sister'},{'id':223173,'name':'the met gala'}]" +493922,"[{'id':1328,'name':'secret'},{'id':3739,'name':'funeral'},{'id':5600,'name':'daughter'},{'id':6152,'name':'supernatural'},{'id':9872,'name':'grief'},{'id':10041,'name':'dysfunctional family'},{'id':11181,'name':'decapitation'},{'id':12070,'name':'ants'},{'id':155619,'name':'attic'},{'id':156075,'name':'evil'},{'id':163186,'name':'seance'},{'id':208325,'name':'ancestry'},{'id':208635,'name':'traumatic experience'},{'id':221378,'name':'anaphylaxis'},{'id':226023,'name':'matriarch'},{'id':237725,'name':'miniatures'},{'id':245501,'name':'decomposed body'},{'id':245502,'name':'doll house'}]" +339526,"[{'id':9663,'name':'sequel'},{'id':10506,'name':'prehistoric'},{'id':12616,'name':'dinosaur'}]" +39961,[] +31933,[] +24554,"[{'id':9887,'name':'surrealism'},{'id':10235,'name':'family relationships'},{'id':12616,'name':'dinosaur'}]" +25587,[] +24102,"[{'id':10235,'name':'family relationships'},{'id':12616,'name':'dinosaur'}]" +17337,[] +19165,"[{'id':12616,'name':'dinosaur'}]" +25556,[] +19164,"[{'id':12616,'name':'dinosaur'}]" +46359,"[{'id':1328,'name':'secret'},{'id':3098,'name':'castle'},{'id':9826,'name':'murder'},{'id':14819,'name':'violence'},{'id':33505,'name':'gothic'},{'id':33841,'name':'incest'}]" +385448,"[{'id':616,'name':'witch'},{'id':634,'name':'soul'},{'id':787,'name':'mississippi'},{'id':2343,'name':'magic'},{'id':3205,'name':'fairy tale'},{'id':5938,'name':'mermaid'},{'id':12564,'name':'werewolf'}]" +351242,"[{'id':1820,'name':'trip'},{'id':2677,'name':'weekend'},{'id':5809,'name':'marriage crisis'},{'id':40920,'name':'intervention'},{'id':159700,'name':'getaway'},{'id':187056,'name':'woman director'}]" +253310,[] +447856,"[{'id':5565,'name':'biography'}]" +391757,"[{'id':779,'name':'martial arts'},{'id':1721,'name':'fight'},{'id':4613,'name':'training'},{'id':5400,'name':'champion'},{'id':6075,'name':'sport'},{'id':11221,'name':'blood'},{'id':14819,'name':'violence'}]" +1251,"[{'id':1956,'name':'world war ii'},{'id':1964,'name':'cave'},{'id':3737,'name':'dying and death'},{'id':161244,'name':'iwo jima'},{'id':161246,'name':'pacific theater'},{'id':170007,'name':'japanese army'},{'id':188727,'name':'imperial japan'},{'id':207883,'name':'1940s'}]" +10426,"[{'id':5369,'name':'guard'},{'id':6490,'name':'shopping mall'},{'id':9727,'name':'thief'},{'id':14964,'name':'drugs'}]" +471105,"[{'id':9748,'name':'revenge'},{'id':10123,'name':'dark comedy'},{'id':15162,'name':'dog'},{'id':155235,'name':'animal killing'},{'id':206662,'name':'euthanasia'},{'id':207915,'name':'white supremacists'}]" +533550,[] +324183,[] +449575,"[{'id':11800,'name':'mockumentary'},{'id':156039,'name':'space station'},{'id':197194,'name':'alien friendship'}]" +63224,"[{'id':9937,'name':'suspense'},{'id':195402,'name':'film noir'}]" +467012,"[{'id':456,'name':'mother'},{'id':1227,'name':'cemetery'},{'id':2135,'name':'radio'},{'id':2564,'name':'wheelchair'},{'id':3739,'name':'funeral'},{'id':18035,'name':'family'},{'id':172784,'name':'well'},{'id':188259,'name':'money problems'},{'id':188953,'name':'sign language'},{'id':193295,'name':'disturbing'},{'id':241739,'name':'loss of mother'},{'id':244457,'name':'siblings'},{'id':249321,'name':'absent father'},{'id':249322,'name':'vinyl record'}]" +419473,[] +470918,"[{'id':736,'name':'journalist'},{'id':966,'name':'beach'},{'id':1421,'name':'birthday'},{'id':2041,'name':'island'},{'id':3030,'name':'nightmare'},{'id':3301,'name':'suspicion'},{'id':3725,'name':'pregnancy'},{'id':10714,'name':'serial killer'},{'id':13063,'name':'car accident'},{'id':33688,'name':'hunting'},{'id':164148,'name':'dark past'},{'id':167104,'name':'loner'},{'id':241738,'name':'sister sister relationship'},{'id':246313,'name':'isolated community'}]" +65503,"[{'id':1019,'name':'rodeo'},{'id':1897,'name':'oregon'},{'id':178650,'name':'bus trip'}]" +96404,"[{'id':5350,'name':'eagle'},{'id':5922,'name':'north carolina'},{'id':155801,'name':'mountain climber'},{'id':157907,'name':'bald eagle'},{'id':201008,'name':'rock climbing'},{'id':238409,'name':'conservationist'}]" +40064,"[{'id':3099,'name':'satanism'},{'id':4720,'name':'ritual'},{'id':5545,'name':'satanist'},{'id':5810,'name':'pact with the devil'},{'id':6152,'name':'supernatural'},{'id':6158,'name':'cult'},{'id':13028,'name':'writer'},{'id':15001,'name':'demon'},{'id':155730,'name':'hammer horror'},{'id':156174,'name':'occult'}]" +3145,"[{'id':10125,'name':'mad scientist'},{'id':155730,'name':'hammer horror'}]" +21967,"[{'id':2132,'name':'literature'}]" +437108,[] +27035,"[{'id':947,'name':'prohibition'},{'id':173297,'name':'nightclub singer'},{'id':195402,'name':'film noir'},{'id':207876,'name':'1920s'}]" +29048,[] +235798,[] +648,"[{'id':240,'name':'underdog'},{'id':1299,'name':'monster'},{'id':3258,'name':'beauty'},{'id':3259,'name':'rose'},{'id':5600,'name':'daughter'}]" +104606,"[{'id':779,'name':'martial arts'},{'id':3202,'name':'con man'},{'id':234479,'name':'contacting spirits'}]" +25355,"[{'id':236316,'name':'anarchic comedy'}]" +73303,[] +466282,"[{'id':818,'name':'based on novel or book'},{'id':6270,'name':'high school'},{'id':157303,'name':'first love'},{'id':166959,'name':'lost mother'},{'id':187056,'name':'woman director'},{'id':210281,'name':'sisterhood'},{'id':215200,'name':'pretend relationship'},{'id':238251,'name':'love letters'},{'id':246466,'name':'based on young adult novel'}]" +19662,"[{'id':1525,'name':'puberty'},{'id':2336,'name':'ladykiller'},{'id':3494,'name':'admiration'}]" +480531,"[{'id':3363,'name':'hypnosis'},{'id':15363,'name':'bank robbery'},{'id':208611,'name':'1950s'}]" +10690,"[{'id':1373,'name':'killer robot'},{'id':3386,'name':'space war'},{'id':3851,'name':'dangerous'},{'id':4633,'name':'state of emergency'}]" +534344,"[{'id':795,'name':'running'},{'id':1668,'name':'hawaii'},{'id':3691,'name':'forbidden love'},{'id':10360,'name':'prejudice'},{'id':13014,'name':'orphan'},{'id':207876,'name':'1920s'}]" +24014,"[{'id':4344,'name':'musical'}]" +52868,[] +4868,"[{'id':5146,'name':'genghis khan'}]" +38084,"[{'id':8087,'name':'horror'},{'id':9950,'name':'thriller'}]" +527427,[] +421792,"[{'id':2176,'name':'music teacher'},{'id':6271,'name':'boarding school'},{'id':14518,'name':'math teacher'},{'id':172658,'name':'isolated house'},{'id':222850,'name':'art teacher'},{'id':236429,'name':'closed room mystery'},{'id':247567,'name':'literature teacher'}]" +455839,"[{'id':1964,'name':'cave'},{'id':1992,'name':'professor'},{'id':4379,'name':'time travel'},{'id':5340,'name':'investigation'},{'id':8624,'name':'climbing'},{'id':10854,'name':'time loop'},{'id':13130,'name':'teenager'},{'id':41586,'name':'archaeologist'},{'id':156091,'name':'missing person'},{'id':169962,'name':'search party'},{'id':172225,'name':'unsolved mystery'},{'id':175428,'name':'adventurer'},{'id':195396,'name':'archaeological expedition'},{'id':197014,'name':'time portal'},{'id':201008,'name':'rock climbing'},{'id':212059,'name':'college professor'},{'id':238137,'name':'mysterious events'}]" +341287,"[{'id':818,'name':'based on novel or book'},{'id':1228,'name':'1970s'},{'id':1415,'name':'small town'},{'id':5349,'name':'surfing'},{'id':5657,'name':'australia'},{'id':10683,'name':'coming of age'},{'id':10873,'name':'school'},{'id':229299,'name':'affair'}]" +458027,[] +528095,"[{'id':1328,'name':'secret'},{'id':6203,'name':'loss'},{'id':156104,'name':'stranger'}]" +491132,"[{'id':3358,'name':'haunted house'},{'id':5340,'name':'investigation'},{'id':9864,'name':'prank'},{'id':15040,'name':'ghost hunting'}]" +12501,"[{'id':128,'name':'love triangle'},{'id':970,'name':'parent child relationship'},{'id':2752,'name':'ranch'},{'id':5572,'name':'fistfight'},{'id':6917,'name':'epic'},{'id':12371,'name':'gunfight'},{'id':14574,'name':'rancher'},{'id':15225,'name':'cattle'},{'id':155291,'name':'cowboy'},{'id':187259,'name':'sea captain'},{'id':188294,'name':'damsel in distress'}]" +18727,"[{'id':6154,'name':'hell'},{'id':14999,'name':'devil'}]" +429300,"[{'id':544,'name':'sailboat'},{'id':1422,'name':'boat'},{'id':1459,'name':'marriage proposal'},{'id':2215,'name':'hurricane'},{'id':3180,'name':'sailing'},{'id':4459,'name':'vegetarian'},{'id':6611,'name':'tahiti'},{'id':9672,'name':'based on a true story'},{'id':10349,'name':'survival'},{'id':33494,'name':'couple'}]" +433637,[] +489931,"[{'id':295,'name':'library'},{'id':904,'name':'pennsylvania'},{'id':2679,'name':'artist'},{'id':3096,'name':'book'},{'id':3291,'name':'kentucky'},{'id':3660,'name':'art collector'},{'id':4666,'name':'final exam'},{'id':5638,'name':'arrest'},{'id':9672,'name':'based on a true story'},{'id':9935,'name':'travel'},{'id':10051,'name':'heist'},{'id':13160,'name':'university'},{'id':14512,'name':'new york city'},{'id':14604,'name':'theft'},{'id':18118,'name':'disguise'},{'id':174089,'name':'unreliable narrator'}]" +500664,"[{'id':310,'name':'artificial intelligence'},{'id':679,'name':'cyborg'},{'id':2964,'name':'future'},{'id':4565,'name':'dystopia'},{'id':6149,'name':'police'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':12190,'name':'cyberpunk'},{'id':12375,'name':'transhumanism'},{'id':15483,'name':'car chase'},{'id':46955,'name':'implant'},{'id':244256,'name':'near future'},{'id':244751,'name':'body enhancement'}]" +71141,"[{'id':155251,'name':'novelist'},{'id':208338,'name':'white slavers'}]" +32825,"[{'id':2101,'name':'garage'},{'id':4353,'name':'oath'},{'id':13005,'name':'doctor'}]" +433503,[] +537347,"[{'id':5895,'name':'viking'},{'id':179101,'name':'norse mythology'}]" +506053,[] +14652,[] +34012,"[{'id':2673,'name':'horse'},{'id':33344,'name':'bandit'},{'id':246734,'name':'appaloosa'}]" +46982,[] +48169,"[{'id':156212,'name':'spaghetti western'}]" +25445,[] +15749,"[{'id':9937,'name':'suspense'},{'id':10349,'name':'survival'}]" +48301,"[{'id':779,'name':'martial arts'},{'id':14934,'name':'shaolin kung fu'}]" +33061,"[{'id':11173,'name':'troll'},{'id':11174,'name':'potter'}]" +33138,"[{'id':237,'name':'gay'},{'id':387,'name':'california'},{'id':441,'name':'assassination'},{'id':582,'name':'san francisco'},{'id':1919,'name':'mayor'},{'id':6078,'name':'politics'},{'id':10199,'name':'gay interest'},{'id':158718,'name':'lgbt'}]" +41166,"[{'id':9904,'name':'french resistance'},{'id':10181,'name':'based on play or musical'},{'id':191127,'name':'post-war england'},{'id':207883,'name':'1940s'},{'id':208611,'name':'1950s'}]" +9966,"[{'id':3914,'name':'kitchen'},{'id':9409,'name':'north dakota'},{'id':9736,'name':'little boy'},{'id':11004,'name':'rural setting'},{'id':46952,'name':'heavy rain'},{'id':156780,'name':'sunflower'},{'id':166109,'name':'child murder'},{'id':166484,'name':'raven'},{'id':170646,'name':'death threat'}]" +326382,"[{'id':187056,'name':'woman director'}]" +46691,"[{'id':213,'name':'upper class'},{'id':460,'name':'free love'},{'id':726,'name':'drug abuse'},{'id':1543,'name':'war veteran'},{'id':1817,'name':'orgy'},{'id':2231,'name':'drug dealer'},{'id':2299,'name':'violent father'},{'id':3600,'name':'gun rampage'},{'id':4480,'name':'business man'},{'id':7856,'name':'racist'},{'id':10183,'name':'independent film'},{'id':12422,'name':'drug stealing'}]" +16825,"[{'id':417,'name':'corruption'},{'id':612,'name':'hotel'},{'id':627,'name':'killing'},{'id':703,'name':'detective'},{'id':1328,'name':'secret'},{'id':1333,'name':'desperation'},{'id':1936,'name':'blackmail'},{'id':2340,'name':'paranoia'},{'id':2546,'name':'mask'},{'id':2983,'name':'passion'},{'id':5340,'name':'investigation'},{'id':9826,'name':'murder'},{'id':9937,'name':'suspense'},{'id':14819,'name':'violence'},{'id':33626,'name':'millionaire'}]" +27459,"[{'id':970,'name':'parent child relationship'},{'id':14512,'name':'new york city'},{'id':210541,'name':'apathy'}]" +88875,"[{'id':186849,'name':'literary adaptation'}]" +36194,"[{'id':392,'name':'england'},{'id':818,'name':'based on novel or book'},{'id':3691,'name':'forbidden love'},{'id':5719,'name':'cricket'},{'id':5732,'name':'birthday party'},{'id':18300,'name':'english countryside'},{'id':180546,'name':'norfolk'},{'id':236170,'name':'early 1900s'}]" +295011,"[{'id':5385,'name':'survivor'},{'id':5996,'name':'language'},{'id':10150,'name':'end of the world'},{'id':12377,'name':'zombie'},{'id':14781,'name':'patient'},{'id':154061,'name':'global'},{'id':156810,'name':'science'},{'id':158279,'name':'hunt'},{'id':188973,'name':'pandemic'},{'id':207419,'name':'infected'}]" +42476,"[{'id':5160,'name':'animal attack'},{'id':9663,'name':'sequel'},{'id':10183,'name':'independent film'},{'id':14819,'name':'violence'},{'id':34079,'name':'death'},{'id':41412,'name':'sewer'},{'id':189359,'name':'rat'},{'id':228465,'name':'eaten by rats'},{'id':235704,'name':'pet rat'}]" +446830,"[{'id':3133,'name':'vampire'}]" +517015,[] +438459,"[{'id':10183,'name':'independent film'},{'id':17974,'name':'makeup'},{'id':158718,'name':'lgbt'},{'id':181372,'name':'saleswoman'}]" +42453,"[{'id':2041,'name':'island'},{'id':5895,'name':'viking'},{'id':8721,'name':'arctic'},{'id':155529,'name':'killer whale'},{'id':204185,'name':'polar explorer'},{'id':236170,'name':'early 1900s'},{'id':238570,'name':'eskimo'}]" +44864,"[{'id':2199,'name':'opera'},{'id':7881,'name':'mozart'}]" +40435,"[{'id':1299,'name':'monster'},{'id':14544,'name':'robot'},{'id':34117,'name':'cult film'},{'id':207506,'name':'trash'},{'id':245732,'name':'邵氏蓝光大赏'}]" +41426,"[{'id':4470,'name':'punk'},{'id':7153,'name':'queen elizabeth i'},{'id':9660,'name':'low-budget'},{'id':9826,'name':'murder'},{'id':10123,'name':'dark comedy'},{'id':34117,'name':'cult film'},{'id':156486,'name':'post-punk'},{'id':158431,'name':'united kingdom'}]" +31948,"[{'id':339,'name':'submarine'},{'id':793,'name':'drowning'},{'id':818,'name':'based on novel or book'},{'id':10084,'name':'rescue'},{'id':10617,'name':'disaster'},{'id':14785,'name':'underwater'},{'id':189411,'name':'disaster movie'},{'id':203113,'name':'collision'}]" +8690,"[{'id':4426,'name':'sadism'},{'id':10787,'name':'jungle'},{'id':13006,'name':'torture'},{'id':14895,'name':'cannibal'},{'id':173162,'name':'sect'},{'id':208048,'name':'cannibalism'},{'id':208365,'name':'new guinea'}]" +48139,"[{'id':514,'name':'spain'}]" +454283,"[{'id':279,'name':'usa'},{'id':15017,'name':'danger'},{'id':155582,'name':'amusement park'}]" +23096,"[{'id':1667,'name':'pimp'},{'id':212059,'name':'college professor'}]" +38291,"[{'id':928,'name':'hairdresser'},{'id':3746,'name':'literature professor'},{'id':10181,'name':'based on play or musical'},{'id':13160,'name':'university'},{'id':33457,'name':'alcoholic'}]" +1554,"[{'id':378,'name':'prison'},{'id':549,'name':'prostitute'},{'id':1667,'name':'pimp'},{'id':1721,'name':'fight'},{'id':3134,'name':'louisiana'},{'id':10183,'name':'independent film'},{'id':10685,'name':'escape'},{'id':15234,'name':'convict'}]" +10549,"[{'id':456,'name':'mother'},{'id':497,'name':'shakespeare'},{'id':509,'name':'denmark'},{'id':697,'name':'loss of loved one'},{'id':3071,'name':'prince'},{'id':10181,'name':'based on play or musical'},{'id':41410,'name':'madness'}]" +9422,"[{'id':3836,'name':'success'},{'id':5212,'name':'advancement'},{'id':6145,'name':'right and justice'},{'id':8097,'name':'leukemia'},{'id':10909,'name':'lawyer'},{'id':49960,'name':'business start-up'}]" +9641,"[{'id':65,'name':'holiday'},{'id':1889,'name':'lake'},{'id':4498,'name':'big family'},{'id':5905,'name':'father'},{'id':7269,'name':'labor pain'},{'id':9823,'name':'rivalry'},{'id':33694,'name':'family holiday'}]" +58235,"[{'id':2367,'name':'rehabilitation'},{'id':10232,'name':'fame'},{'id':10851,'name':'blog'},{'id':11494,'name':'drug use'},{'id':13059,'name':'prostitution'}]" +502682,"[{'id':7567,'name':'book club'}]" +455980,"[{'id':9935,'name':'travel'},{'id':18249,'name':'game'},{'id':155939,'name':'group of friends'},{'id':172280,'name':'based on supposedly true story'},{'id':210295,'name':'classmates'}]" +9880,"[{'id':818,'name':'based on novel or book'},{'id':1158,'name':'grandparent grandchild relationship'},{'id':5515,'name':'heir to the throne'},{'id':6270,'name':'high school'},{'id':7376,'name':'princess'},{'id':9920,'name':'royalty'},{'id':13130,'name':'teenager'},{'id':15402,'name':'popularity'},{'id':171556,'name':'social outcast'},{'id':246466,'name':'based on young adult novel'}]" +1667,"[{'id':970,'name':'parent child relationship'},{'id':3028,'name':'penguin'},{'id':4260,'name':'brood'},{'id':4970,'name':'autonomy'},{'id':5698,'name':'egg'},{'id':10349,'name':'survival'},{'id':10794,'name':'snow'},{'id':157160,'name':'antarctic'},{'id':221355,'name':'nature documentary'}]" +417871,[] +378064,"[{'id':6054,'name':'friendship'},{'id':6270,'name':'high school'},{'id':6733,'name':'bullying'},{'id':10683,'name':'coming of age'},{'id':13141,'name':'based on manga'},{'id':33756,'name':'deaf'},{'id':187056,'name':'woman director'},{'id':188953,'name':'sign language'},{'id':210024,'name':'anime'}]" +3777,"[{'id':233,'name':'japan'},{'id':497,'name':'shakespeare'},{'id':530,'name':'prophecy'},{'id':1462,'name':'samurai'},{'id':3098,'name':'castle'},{'id':3734,'name':'ambition'},{'id':10085,'name':'betrayal'},{'id':10181,'name':'based on play or musical'},{'id':11121,'name':'plot'},{'id':162846,'name':'ghost'},{'id':197283,'name':'feudal lord'},{'id':198754,'name':'feudal japan'}]" +413644,"[{'id':2597,'name':'bigfoot'},{'id':3289,'name':'villain'},{'id':5774,'name':'forest'},{'id':5905,'name':'father'},{'id':10124,'name':'laboratory'},{'id':10842,'name':'good vs evil'},{'id':11477,'name':'anthropomorphism'}]" +7012,"[{'id':2106,'name':'cold war'},{'id':7658,'name':'kansas'},{'id':10617,'name':'disaster'}]" +251519,"[{'id':849,'name':'dc comics'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':10486,'name':'robin'},{'id':33637,'name':'super power'},{'id':180574,'name':'father son reunion'}]" +343674,"[{'id':516,'name':'child abuse'},{'id':818,'name':'based on novel or book'},{'id':5707,'name':'childhood trauma'},{'id':9937,'name':'suspense'},{'id':10752,'name':'sorrow'},{'id':13063,'name':'car accident'},{'id':14773,'name':'eclipse'},{'id':15162,'name':'dog'},{'id':162846,'name':'ghost'},{'id':197170,'name':'memoirs'}]" +9603,"[{'id':1525,'name':'puberty'},{'id':6270,'name':'high school'},{'id':6664,'name':'make a match'},{'id':7208,'name':'spoiled child'},{'id':10199,'name':'gay interest'},{'id':11933,'name':'conflict'},{'id':187056,'name':'woman director'}]" +11130,"[{'id':2505,'name':'coronation'},{'id':4263,'name':'duty'},{'id':6038,'name':'marriage'},{'id':13072,'name':'falling in love'}]" +11477,"[{'id':1454,'name':'treasure'},{'id':2918,'name':'estate agent'},{'id':5332,'name':'greed'},{'id':8627,'name':'stolen money'},{'id':10226,'name':'neighbor'},{'id':11933,'name':'conflict'},{'id':156479,'name':'inheritance fight'}]" +15785,"[{'id':803,'name':'android'},{'id':3593,'name':'wilderness'},{'id':4458,'name':'post-apocalyptic'},{'id':4565,'name':'dystopia'},{'id':10230,'name':'tracker'},{'id':14544,'name':'robot'}]" +10688,"[{'id':497,'name':'shakespeare'},{'id':697,'name':'loss of loved one'},{'id':2123,'name':'father murder'},{'id':5905,'name':'father'},{'id':10183,'name':'independent film'},{'id':185011,'name':'hamlet'}]" +27079,[] +11429,"[{'id':378,'name':'prison'},{'id':428,'name':'nurse'},{'id':1299,'name':'monster'},{'id':1706,'name':'experiment'},{'id':2885,'name':'prison cell'},{'id':4188,'name':'revitalization'},{'id':6255,'name':'insanity'},{'id':9663,'name':'sequel'},{'id':10125,'name':'mad scientist'},{'id':10292,'name':'gore'},{'id':10308,'name':'h.p. lovecraft'},{'id':10327,'name':'undead'},{'id':12377,'name':'zombie'},{'id':13005,'name':'doctor'},{'id':14819,'name':'violence'},{'id':15234,'name':'convict'},{'id':183435,'name':'bloodbath'},{'id':226430,'name':'re-animation'},{'id':226431,'name':'sadistic warden'}]" +57276,"[{'id':33934,'name':'choreographer'},{'id':163210,'name':'choreography'},{'id':163211,'name':'modern dance'}]" +375170,"[{'id':162846,'name':'ghost'}]" +185471,"[{'id':11107,'name':'rescue mission'},{'id':12377,'name':'zombie'},{'id':14544,'name':'robot'},{'id':188957,'name':'virus'}]" +436274,"[{'id':1453,'name':'amnesia'},{'id':1608,'name':'twin sister'},{'id':6149,'name':'police'},{'id':9826,'name':'murder'},{'id':13063,'name':'car accident'},{'id':34079,'name':'death'},{'id':156091,'name':'missing person'}]" +475618,[] +21461,"[{'id':6165,'name':'historical figure'},{'id':14636,'name':'india'}]" +16028,"[{'id':236,'name':'suicide'},{'id':2884,'name':'asylum'},{'id':3030,'name':'nightmare'},{'id':3762,'name':'darkness'},{'id':6152,'name':'supernatural'},{'id':9937,'name':'suspense'}]" +396622,[] +130933,"[{'id':970,'name':'parent child relationship'},{'id':1415,'name':'small town'},{'id':18053,'name':'divorcee'},{'id':18453,'name':'gossip'},{'id':156064,'name':'homecoming'}]" +116303,"[{'id':977,'name':'cat'},{'id':187056,'name':'woman director'}]" +66013,"[{'id':779,'name':'martial arts'}]" +10562,"[{'id':570,'name':'rape'},{'id':2619,'name':'suspicion of murder'},{'id':6921,'name':'jogging'},{'id':7098,'name':'sexual murder'},{'id':9937,'name':'suspense'},{'id':10714,'name':'serial killer'},{'id':10909,'name':'lawyer'},{'id':217324,'name':'murder hunt'}]" +85498,[] +459008,"[{'id':15060,'name':'period drama'}]" +467632,"[{'id':1812,'name':'fbi'},{'id':1896,'name':'portland'},{'id':1897,'name':'oregon'},{'id':3623,'name':'cabin'},{'id':6149,'name':'police'},{'id':9826,'name':'murder'},{'id':10714,'name':'serial killer'},{'id':15381,'name':'captive'},{'id':33493,'name':'valet'},{'id':155892,'name':'trust fund'},{'id':220831,'name':'facebook'},{'id':241860,'name':'burglars'}]" +5503,"[{'id':520,'name':'chicago'},{'id':3262,'name':'surgeon'},{'id':3437,'name':'death sentence'},{'id':3440,'name':'doomed man'},{'id':3713,'name':'chase'},{'id':9714,'name':'remake'},{'id':9856,'name':'flashback'},{'id':10085,'name':'betrayal'},{'id':10562,'name':'on the run'},{'id':10685,'name':'escape'},{'id':10718,'name':'fugitive'},{'id':10988,'name':'based on tv series'},{'id':11207,'name':'u.s. marshal'},{'id':11734,'name':'police corruption'},{'id':13005,'name':'doctor'},{'id':14903,'name':'home invasion'},{'id':18118,'name':'disguise'},{'id':173976,'name':'one armed man'},{'id':180172,'name':'framed for murder'},{'id':226499,'name':'manhunt'}]" +43691,"[{'id':378,'name':'prison'},{'id':4381,'name':'napoleon'},{'id':9748,'name':'revenge'},{'id':10685,'name':'escape'},{'id':34137,'name':'dungeon'}]" +302429,"[{'id':603,'name':'elves'},{'id':2710,'name':'fairy'},{'id':4344,'name':'musical'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'},{'id':179542,'name':'love potion'}]" +425148,"[{'id':1568,'name':'undercover'},{'id':155715,'name':'police dog'},{'id':166926,'name':'dog show'}]" +9346,"[{'id':1411,'name':'brothel'},{'id':6270,'name':'high school'},{'id':8508,'name':'party'}]" +7278,"[{'id':1721,'name':'fight'},{'id':2011,'name':'queen'},{'id':3028,'name':'penguin'},{'id':4380,'name':'black hole'},{'id':5458,'name':'men'},{'id':6092,'name':'army'},{'id':171603,'name':'s.a.t.'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'}]" +9007,"[{'id':732,'name':'coma'},{'id':818,'name':'based on novel or book'},{'id':1022,'name':'workaholic'},{'id':1486,'name':'flirt'},{'id':2301,'name':'architect'},{'id':9799,'name':'romantic comedy'},{'id':162846,'name':'ghost'},{'id':186710,'name':'landscape architect'}]" +230179,"[{'id':949,'name':'terrorist'},{'id':4300,'name':'parachute'},{'id':8570,'name':'president'},{'id':8986,'name':'air force one'},{'id':10685,'name':'escape'},{'id':14601,'name':'explosion'},{'id':163080,'name':'finland'}]" +383498,"[{'id':1852,'name':'mutant'},{'id':3070,'name':'mercenary'},{'id':4379,'name':'time travel'},{'id':9663,'name':'sequel'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':9748,'name':'revenge'},{'id':11687,'name':'breaking the fourth wall'},{'id':179431,'name':'duringcreditsstinger'},{'id':215659,'name':'salvation'}]" +11465,"[{'id':4048,'name':'musician'},{'id':4344,'name':'musical'},{'id':13008,'name':'train'},{'id':14669,'name':'older man younger woman relationship'},{'id':164810,'name':'religious fundamentalism'},{'id':164811,'name':'child marriage'},{'id':164813,'name':'underage bride'},{'id':164823,'name':'bible belt'},{'id':164825,'name':'self righteousness'},{'id':164829,'name':'cousin cousin relationship'}]" +34637,"[{'id':4379,'name':'time travel'},{'id':5202,'name':'boy'},{'id':9937,'name':'suspense'},{'id':179870,'name':'black death'},{'id':188959,'name':'plague'},{'id':189102,'name':'tunnel'},{'id':227003,'name':'cumbria'},{'id':235489,'name':'medieval england'},{'id':237612,'name':'14th century'}]" +34814,"[{'id':949,'name':'terrorist'},{'id':10292,'name':'gore'},{'id':11221,'name':'blood'},{'id':12377,'name':'zombie'},{'id':13092,'name':'corpse'},{'id':14760,'name':'scientist'},{'id':14819,'name':'violence'},{'id':157351,'name':'living dead'},{'id':162365,'name':'military'}]" +16159,"[{'id':3133,'name':'vampire'},{'id':3923,'name':'humor'}]" +6393,"[{'id':3658,'name':'career'}]" +9079,"[{'id':314,'name':'life and death'},{'id':428,'name':'nurse'},{'id':1605,'name':'new love'},{'id':2470,'name':'education'},{'id':9840,'name':'romance'},{'id':10163,'name':'cancer'},{'id':10329,'name':'wealth'},{'id':13072,'name':'falling in love'},{'id':33626,'name':'millionaire'}]" +44562,"[{'id':12394,'name':'chainsaw'},{'id':162810,'name':'macabre'},{'id':164193,'name':'uncle nephew relationship'}]" +36095,"[{'id':233,'name':'japan'},{'id':549,'name':'prostitute'},{'id':612,'name':'hotel'},{'id':818,'name':'based on novel or book'},{'id':3298,'name':'hallucination'},{'id':4434,'name':'interview'},{'id':5340,'name':'investigation'},{'id':9826,'name':'murder'},{'id':10714,'name':'serial killer'},{'id':11242,'name':'junkyard'},{'id':15271,'name':'interrogation'},{'id':156104,'name':'stranger'},{'id':160059,'name':'psychosis'},{'id':168857,'name':'record player'},{'id':190007,'name':'mental hospital'},{'id':207268,'name':'neo-noir'},{'id':231642,'name':'personality disorder'}]" +8771,"[{'id':6158,'name':'cult'},{'id':156324,'name':'cult horror'},{'id':202623,'name':'mind'},{'id':207087,'name':'ripper'}]" +10951,[] +21531,[] +391710,"[{'id':5565,'name':'biography'}]" +114542,"[{'id':428,'name':'nurse'},{'id':2804,'name':'exploitation'},{'id':9712,'name':'possession'},{'id':9826,'name':'murder'},{'id':10768,'name':'lesbian'},{'id':14819,'name':'violence'},{'id':15001,'name':'demon'},{'id':156174,'name':'occult'},{'id':157959,'name':'surgery'}]" +513347,"[{'id':9706,'name':'anthology'},{'id':41601,'name':'modern china'},{'id':165100,'name':'young love'},{'id':210024,'name':'anime'}]" +13210,"[{'id':1956,'name':'world war ii'},{'id':3779,'name':'air force'},{'id':9672,'name':'based on a true story'},{'id':9862,'name':'dam'},{'id':9863,'name':'lancaster bomber'},{'id':15061,'name':'docudrama'}]" +19004,"[{'id':12616,'name':'dinosaur'}]" +451480,"[{'id':818,'name':'based on novel or book'},{'id':1956,'name':'world war ii'},{'id':5911,'name':'channel islands'},{'id':7567,'name':'book club'},{'id':189422,'name':'nazi occupation'},{'id':207883,'name':'1940s'}]" +454286,"[{'id':5950,'name':'christian'},{'id':14765,'name':'church'},{'id':179430,'name':'aftercreditsstinger'}]" +392918,"[{'id':1299,'name':'monster'},{'id':4434,'name':'interview'},{'id':9817,'name':'behind the scenes'},{'id':10987,'name':'cgi'},{'id':13031,'name':'creature'}]" +15771,"[{'id':10909,'name':'lawyer'},{'id':33519,'name':'courtroom'},{'id':181579,'name':'auto industry'},{'id':204703,'name':'father daughter conflict'},{'id':227474,'name':'estranged daughter'}]" +429194,"[{'id':6075,'name':'sport'},{'id':209476,'name':'boxing'}]" +486937,[] +37238,[] +40639,"[{'id':393,'name':'civil war'},{'id':1502,'name':'marshal'},{'id':7658,'name':'kansas'}]" +26661,"[{'id':2904,'name':'mummy'},{'id':9253,'name':'slapstick'},{'id':164218,'name':'psychotronic'},{'id':238599,'name':'universal horror'}]" +270759,[] +425373,"[{'id':5605,'name':'volleyball'},{'id':6075,'name':'sport'},{'id':6270,'name':'high school'}]" +519834,"[{'id':12565,'name':'psychological thriller'}]" +539619,[] +467192,[] +474359,[] +352729,[] +42211,"[{'id':570,'name':'rape'},{'id':572,'name':'sex'},{'id':596,'name':'adultery'},{'id':745,'name':'nun'},{'id':4426,'name':'sadism'},{'id':9748,'name':'revenge'},{'id':9785,'name':'perversion'},{'id':13006,'name':'torture'},{'id':14794,'name':'lust'}]" +2612,"[{'id':4896,'name':'wish'}]" +298833,"[{'id':3133,'name':'vampire'}]" +56157,[] +536056,[] +458737,"[{'id':236,'name':'suicide'},{'id':242,'name':'new york'},{'id':1499,'name':'pastor'},{'id':1653,'name':'explosive'},{'id':2210,'name':'climate change'},{'id':2409,'name':'church choir'},{'id':2913,'name':'diary'},{'id':3065,'name':'minister'},{'id':3725,'name':'pregnancy'},{'id':3739,'name':'funeral'},{'id':4129,'name':'widow'},{'id':5950,'name':'christian'},{'id':6150,'name':'faith'},{'id':7464,'name':'alcoholism'},{'id':10093,'name':'priest'},{'id':10163,'name':'cancer'},{'id':11001,'name':'religion'},{'id':11011,'name':'morality'},{'id':11246,'name':'barbed wire'},{'id':14765,'name':'church'},{'id':14989,'name':'religious'},{'id':33457,'name':'alcoholic'},{'id':33577,'name':'environment'},{'id':41501,'name':'eco terrorism'},{'id':155816,'name':'ex-wife'},{'id':156388,'name':'environmentalism'},{'id':163758,'name':'ex-husband ex-wife relationship'},{'id':172504,'name':'reverend'},{'id':208304,'name':'cremation'},{'id':208591,'name':'abortion'}]" +363586,[] +370969,[] +367428,"[{'id':233,'name':'japan'},{'id':1568,'name':'undercover'},{'id':2231,'name':'drug dealer'},{'id':6212,'name':'smuggling'},{'id':12193,'name':'reporter'}]" +104310,"[{'id':2041,'name':'island'}]" +537542,[] +9028,"[{'id':75,'name':'gunslinger'},{'id':625,'name':'sadistic'},{'id':798,'name':'sheriff'},{'id':801,'name':'bounty hunter'},{'id':1442,'name':'winter'},{'id':1522,'name':'repayment'},{'id':1582,'name':'saloon'},{'id':1621,'name':'robber'},{'id':1647,'name':'sadness'},{'id':1899,'name':'hunger'},{'id':2095,'name':'anti hero'},{'id':2110,'name':'capitalist'},{'id':2801,'name':'self-defense'},{'id':2802,'name':'mountain village'},{'id':2805,'name':'rocky mountains'},{'id':3737,'name':'dying and death'},{'id':3781,'name':'coldness'},{'id':4125,'name':'provocation'},{'id':5253,'name':'desolateness'},{'id':5332,'name':'greed'},{'id':5707,'name':'childhood trauma'},{'id':156212,'name':'spaghetti western'}]" +11249,"[{'id':1009,'name':'baby'},{'id':6300,'name':'puppet'},{'id':9826,'name':'murder'},{'id':10603,'name':'killer doll'},{'id':41230,'name':'body possession'},{'id':180691,'name':'killer toys'},{'id':184989,'name':'spectacle'},{'id':187065,'name':'toy comes to life'}]" +40716,"[{'id':680,'name':'montana'},{'id':1491,'name':'entertainer'},{'id':10594,'name':'money'},{'id':155291,'name':'cowboy'},{'id':191295,'name':'barbary coast'}]" +539498,[] +413471,"[{'id':572,'name':'sex'},{'id':818,'name':'based on novel or book'},{'id':1525,'name':'puberty'},{'id':9673,'name':'love'},{'id':14534,'name':'relationship'}]" +324670,"[{'id':6152,'name':'supernatural'},{'id':162365,'name':'military'}]" +11770,"[{'id':779,'name':'martial arts'},{'id':1485,'name':'stadium'},{'id':5400,'name':'champion'},{'id':6075,'name':'sport'},{'id':9390,'name':'shaolin'},{'id':11139,'name':'steel helmet'},{'id':13042,'name':'soccer'},{'id':244398,'name':'hong kongese soccer player'}]" +183011,"[{'id':679,'name':'cyborg'},{'id':849,'name':'dc comics'},{'id':10761,'name':'superhuman'},{'id':33637,'name':'super power'},{'id':155030,'name':'superhero team'},{'id':186760,'name':'alternate timeline'}]" +290098,"[{'id':572,'name':'sex'},{'id':3202,'name':'con man'},{'id':3430,'name':'pickpocket'},{'id':9833,'name':'lesbian relationship'},{'id':11121,'name':'plot'},{'id':14794,'name':'lust'},{'id':33998,'name':'lesbian sex'},{'id':190605,'name':'asian lgbt'},{'id':209095,'name':'con woman'},{'id':250212,'name':'japanese occupation of korea'}]" +419479,"[{'id':2604,'name':'babysitter'},{'id':13092,'name':'corpse'}]" +613,"[{'id':220,'name':'berlin germany'},{'id':351,'name':'poison'},{'id':407,'name':'dictator'},{'id':818,'name':'based on novel or book'},{'id':1443,'name':'clerk'},{'id':1698,'name':'ideology'},{'id':1956,'name':'world war ii'},{'id':2052,'name':'traitor'},{'id':2300,'name':'despair'},{'id':2535,'name':'destroy'},{'id':2652,'name':'nazi'},{'id':2850,'name':'testament'},{'id':3054,'name':'capitulation'},{'id':3055,'name':'soviet troops'},{'id':3060,'name':'race politics'},{'id':3061,'name':'national socialism'},{'id':3064,'name':'ultimate victory'},{'id':3065,'name':'minister'},{'id':3068,'name':'national socialist party'},{'id':3737,'name':'dying and death'},{'id':6165,'name':'historical figure'},{'id':33671,'name':'german shepherd'},{'id':241930,'name':'hitler'}]" +299536,"[{'id':2343,'name':'magic'},{'id':2858,'name':'sacrifice'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':9882,'name':'space'},{'id':10141,'name':'battlefield'},{'id':14900,'name':'genocide'},{'id':15252,'name':'magical object'},{'id':33637,'name':'super power'},{'id':34051,'name':'team'},{'id':179430,'name':'aftercreditsstinger'},{'id':180547,'name':'marvel cinematic universe'},{'id':231295,'name':'cosmic'}]" +36576,"[{'id':642,'name':'robbery'},{'id':703,'name':'detective'},{'id':9663,'name':'sequel'},{'id':156236,'name':'jewel thief'},{'id':159550,'name':'pink panther'}]" +340027,"[{'id':2660,'name':'strong woman'},{'id':5565,'name':'biography'},{'id':9672,'name':'based on a true story'},{'id':11322,'name':'female protagonist'},{'id':11612,'name':'hospital'},{'id':13005,'name':'doctor'},{'id':13028,'name':'writer'},{'id':14512,'name':'new york city'},{'id':163098,'name':'newspaper reporter'},{'id':172980,'name':'catatonia'},{'id':208788,'name':'medical drama'},{'id':209144,'name':'seizure'},{'id':233481,'name':'misdiagnosis'},{'id':234946,'name':'human brain'}]" +357424,"[{'id':1862,'name':'coming out'},{'id':5248,'name':'female friendship'},{'id':9825,'name':'growing up'},{'id':10768,'name':'lesbian'},{'id':158718,'name':'lgbt'},{'id':187056,'name':'woman director'},{'id':236771,'name':'growing apart'}]" +335788,"[{'id':1454,'name':'treasure'},{'id':3588,'name':'navy'},{'id':7492,'name':'serbia'},{'id':10092,'name':'mystery'},{'id':11219,'name':'navy seal'}]" +417830,"[{'id':1820,'name':'trip'},{'id':4414,'name':'adventure'},{'id':7312,'name':'road trip'},{'id':15101,'name':'based on children's book'},{'id':18035,'name':'family'}]" +256040,"[{'id':4152,'name':'kingdom'},{'id':6091,'name':'war'},{'id':216931,'name':'medieval india'},{'id':216932,'name':'ancient india'},{'id':237086,'name':'bilingual'}]" +9567,"[{'id':4595,'name':'u.s. army'},{'id':7587,'name':'nigeria'},{'id':8570,'name':'president'}]" +9655,"[{'id':1253,'name':'roommate'},{'id':1608,'name':'twin sister'},{'id':6075,'name':'sport'},{'id':6271,'name':'boarding school'},{'id':7375,'name':'twin brother'},{'id':10325,'name':'mistaken identity'},{'id':13042,'name':'soccer'},{'id':13130,'name':'teenager'},{'id':155722,'name':'teen comedy'},{'id':156928,'name':'tomboy'},{'id':167808,'name':'fake identity'},{'id':168481,'name':'disguised voice'},{'id':191222,'name':'the big game'}]" +376570,"[{'id':1635,'name':'deaf-mute'},{'id':4728,'name':'knife'},{'id':6104,'name':'computer'},{'id':6511,'name':'alone'},{'id':9826,'name':'murder'},{'id':10392,'name':'mute'},{'id':10714,'name':'serial killer'},{'id':11221,'name':'blood'},{'id':14831,'name':'stabbing'},{'id':18029,'name':'trapped'},{'id':18101,'name':'bow and arrow'},{'id':33756,'name':'deaf'},{'id':206328,'name':'iphone'}]" +351460,"[{'id':5585,'name':'notebook'},{'id':13141,'name':'based on manga'},{'id':34079,'name':'death'},{'id':210024,'name':'anime'},{'id':222243,'name':'based on anime'}]" +370663,"[{'id':566,'name':'sexual identity'},{'id':1326,'name':'infidelity'},{'id':5248,'name':'female friendship'},{'id':9673,'name':'love'},{'id':9833,'name':'lesbian relationship'},{'id':10180,'name':'homosexuality'},{'id':10768,'name':'lesbian'},{'id':11322,'name':'female protagonist'},{'id':14720,'name':'love affair'},{'id':14794,'name':'lust'},{'id':15132,'name':'gay bar'},{'id':33998,'name':'lesbian sex'},{'id':41404,'name':'sexual desire'},{'id':158718,'name':'lgbt'},{'id':187056,'name':'woman director'},{'id':190370,'name':'erotic movie'},{'id':196441,'name':'gay culture'},{'id':210039,'name':'gender identity'}]" +350312,"[{'id':4152,'name':'kingdom'},{'id':237086,'name':'bilingual'}]" +152584,"[{'id':1013,'name':'homophobia'},{'id':9673,'name':'love'},{'id':9833,'name':'lesbian relationship'},{'id':10199,'name':'gay interest'},{'id':10683,'name':'coming of age'},{'id':10768,'name':'lesbian'},{'id':11190,'name':'sexual attraction'},{'id':13130,'name':'teenager'},{'id':18712,'name':'based on graphic novel'},{'id':33910,'name':'high school student'},{'id':41404,'name':'sexual desire'},{'id':156777,'name':'teenage sexuality'},{'id':158718,'name':'lgbt'},{'id':162804,'name':'sexual awakening'},{'id':192311,'name':'social class'},{'id':237281,'name':'lille'}]" +11212,"[{'id':1009,'name':'baby'},{'id':160488,'name':'hoodlum'},{'id':196581,'name':'lost child'}]" +284427,"[{'id':2157,'name':'hacker'},{'id':6104,'name':'computer'},{'id':8410,'name':'bka'},{'id':8888,'name':'bnd'},{'id':232564,'name':'dark web'}]" +37710,"[{'id':90,'name':'paris france'},{'id':612,'name':'hotel'},{'id':3864,'name':'false identity'},{'id':4654,'name':'undercover agent'},{'id':9840,'name':'romance'},{'id':252499,'name':'ანჯელინა ჯოლი'}]" +419639,"[{'id':4565,'name':'dystopia'},{'id':6270,'name':'high school'},{'id':10410,'name':'conspiracy'},{'id':158292,'name':'eugenics'},{'id':234502,'name':'aptitude test'},{'id':234503,'name':'meritocracy'}]" +4547,"[{'id':1437,'name':'burglar'},{'id':2321,'name':'bunker'},{'id':3305,'name':'housebreaking'},{'id':8430,'name':'safe'},{'id':10594,'name':'money'}]" +419206,"[{'id':246307,'name':'suffering of ninko'}]" +372758,[] +276935,"[{'id':9748,'name':'revenge'},{'id':10714,'name':'serial killer'}]" +37938,"[{'id':616,'name':'witch'},{'id':818,'name':'based on novel or book'},{'id':1523,'name':'obsession'},{'id':2673,'name':'horse'},{'id':3392,'name':'voodoo'},{'id':5160,'name':'animal attack'},{'id':9712,'name':'possession'},{'id':9937,'name':'suspense'},{'id':13063,'name':'car accident'},{'id':13088,'name':'summer'},{'id':13130,'name':'teenager'},{'id':15001,'name':'demon'},{'id':17997,'name':'housekeeper'},{'id':18142,'name':'catfight'},{'id':40931,'name':'witchcraft'},{'id':156174,'name':'occult'},{'id':210455,'name':'small community'}]" +31962,"[{'id':74,'name':'germany'},{'id':818,'name':'based on novel or book'},{'id':2652,'name':'nazi'},{'id':3637,'name':'double agent'}]" +26758,"[{'id':1502,'name':'marshal'},{'id':4728,'name':'knife'},{'id':155513,'name':'dancehall girl'},{'id':186796,'name':'town tamer'},{'id':186797,'name':'african american servant'},{'id':186798,'name':'shooting dog'}]" +437739,[] +38340,"[{'id':3266,'name':'jamaica'},{'id':12988,'name':'pirate'},{'id':207928,'name':'19th century'}]" +537957,[] +470821,"[{'id':8734,'name':'art school'},{'id':15001,'name':'demon'}]" +373072,"[{'id':736,'name':'journalist'},{'id':1308,'name':'secret identity'},{'id':2699,'name':'fetish'},{'id':2843,'name':'fetishism'},{'id':6075,'name':'sport'},{'id':6733,'name':'bullying'},{'id':13006,'name':'torture'},{'id':157096,'name':'homoeroticism'},{'id':157241,'name':'criminal investigation'},{'id':191137,'name':'fictitious sport'},{'id':195240,'name':'investigative journalism'},{'id':229762,'name':'tickling'},{'id':237646,'name':'cyberbullying'}]" +42617,"[{'id':392,'name':'england'},{'id':526,'name':'rebel'},{'id':855,'name':'fictional place'},{'id':974,'name':'bank'},{'id':1652,'name':'bread'},{'id':2020,'name':'revolution'},{'id':2041,'name':'island'},{'id':3136,'name':'plantation'},{'id':6731,'name':'british'},{'id':8570,'name':'president'},{'id':11196,'name':'rebellion'},{'id':158217,'name':'colonialism'},{'id':160400,'name':'sugar'},{'id':167861,'name':'caribbean'},{'id':189398,'name':'portuguese'},{'id':189399,'name':'militant'}]" +414191,"[{'id':3358,'name':'haunted house'},{'id':6095,'name':'house'},{'id':9853,'name':'paranormal'},{'id':236343,'name':'orphan siblings'}]" +13649,"[{'id':4344,'name':'musical'},{'id':6027,'name':'music'},{'id':13088,'name':'summer'},{'id':13130,'name':'teenager'},{'id':163963,'name':'summer job'},{'id':172466,'name':'country club'}]" +365038,[] +436973,[] +10947,"[{'id':1412,'name':'becoming an adult'},{'id':4344,'name':'musical'},{'id':6027,'name':'music'},{'id':6270,'name':'high school'},{'id':7358,'name':'school performance'},{'id':8635,'name':'high school sports'},{'id':10623,'name':'jock'},{'id':13130,'name':'teenager'},{'id':41203,'name':'clique'},{'id':163110,'name':'theatre'},{'id':178444,'name':'peer pressure'},{'id':188237,'name':'teenage romance'}]" +529649,"[{'id':8039,'name':'campus'},{'id':15127,'name':'killer'},{'id':194236,'name':'sorority house'}]" +427025,"[{'id':220,'name':'berlin germany'},{'id':187056,'name':'woman director'},{'id':239658,'name':'gil scott-heron'}]" +13168,"[{'id':458,'name':'hippie'},{'id':1253,'name':'roommate'},{'id':2486,'name':'fantasy'},{'id':9856,'name':'flashback'},{'id':10593,'name':'stoned'},{'id':10776,'name':'marijuana'},{'id':11539,'name':'grass'},{'id':14964,'name':'drugs'},{'id':33513,'name':'desire'},{'id':33928,'name':'audition'},{'id':54169,'name':'stoner'},{'id':161267,'name':'misadventure'},{'id':165142,'name':'ferris wheel'},{'id':166252,'name':'tripping'},{'id':168811,'name':'high'},{'id':169151,'name':'cupcake'},{'id':171401,'name':'pot'},{'id':181218,'name':'silly'},{'id':201456,'name':'paranoid'},{'id':207583,'name':'actress'}]" +14551,"[{'id':642,'name':'robbery'},{'id':797,'name':'showdown'},{'id':2284,'name':'horseback riding'},{'id':6062,'name':'hostility'},{'id':6093,'name':'assault'},{'id':7281,'name':'shooting'},{'id':9897,'name':'rifle'},{'id':10261,'name':'stealing'},{'id':11112,'name':'search'},{'id':11836,'name':'contest'},{'id':14852,'name':'poker game'},{'id':156510,'name':'horse and carriage'},{'id':159743,'name':'fourth of july'},{'id':166529,'name':'winchester rifle'},{'id':168547,'name':'prize'},{'id':188235,'name':'u.s. cavalry'}]" +350050,"[{'id':158718,'name':'lgbt'},{'id':173531,'name':'gender dysphoria'},{'id':187056,'name':'woman director'}]" +14746,"[{'id':3177,'name':'fan'},{'id':10084,'name':'rescue'},{'id':10229,'name':'singer'},{'id':14735,'name':'motorcycle'},{'id':14736,'name':'motorcycle gang'}]" +496297,[] +426251,"[{'id':697,'name':'loss of loved one'},{'id':240237,'name':'mother son relationship'}]" +386825,[] +347866,"[{'id':1700,'name':'massachusetts'},{'id':2085,'name':'summer residence'},{'id':2231,'name':'drug dealer'},{'id':10683,'name':'coming of age'},{'id':10776,'name':'marijuana'},{'id':11733,'name':'drug dealing'},{'id':13088,'name':'summer'},{'id':155450,'name':'cape cod'},{'id':200129,'name':'summer romance'},{'id':210608,'name':'1990s'}]" +324538,"[{'id':470,'name':'spy'},{'id':10364,'name':'mission'},{'id':158431,'name':'united kingdom'}]" +1579,"[{'id':697,'name':'loss of loved one'},{'id':2642,'name':'solar eclipse'},{'id':2831,'name':'slavery'},{'id':4113,'name':'jaguar'},{'id':5331,'name':'village'},{'id':5566,'name':'maya civilization'},{'id':5774,'name':'forest'},{'id':10148,'name':'tribe'},{'id':10864,'name':'human sacrifice'},{'id':15222,'name':'central america'},{'id':179298,'name':'maya'},{'id':179300,'name':'ancient civilization'},{'id':208244,'name':'16th century'},{'id':235679,'name':'yucatec maya language'}]" +365222,"[{'id':5565,'name':'biography'}]" +383785,"[{'id':9937,'name':'suspense'}]" +417678,"[{'id':428,'name':'nurse'},{'id':818,'name':'based on novel or book'},{'id':1533,'name':'isolation'},{'id':9673,'name':'love'},{'id':10226,'name':'neighbor'},{'id':10809,'name':'teenage girl'},{'id':13152,'name':'air'},{'id':18425,'name':'teenage love'},{'id':40895,'name':'illness'},{'id':224963,'name':'sheltered'},{'id':235098,'name':'taking a risk'},{'id':246466,'name':'based on young adult novel'}]" +455954,"[{'id':1462,'name':'samurai'},{'id':214891,'name':'shogunate'},{'id':251776,'name':'sengoku'}]" +435366,"[{'id':282,'name':'video game'},{'id':9826,'name':'murder'},{'id':10439,'name':'gamer'}]" +351739,"[{'id':215780,'name':'kyle mecca'},{'id':215781,'name':'dwelling'}]" +458005,[] +401272,"[{'id':11663,'name':'camp'},{'id':12339,'name':'slasher'}]" +2690,"[{'id':90,'name':'paris france'},{'id':549,'name':'prostitute'},{'id':1667,'name':'pimp'},{'id':2038,'name':'love of one's life'},{'id':4750,'name':'red-light disctrict'},{'id':5319,'name':'pub'},{'id':6149,'name':'police'}]" +457775,"[{'id':131,'name':'italy'},{'id':186,'name':'christianity'},{'id':2626,'name':'exorcism'},{'id':157008,'name':'catholic church'},{'id':161207,'name':'catholicism'},{'id':172391,'name':'catholic priest'}]" +511815,"[{'id':6514,'name':'health care'},{'id':228067,'name':'healthcare'},{'id':230620,'name':'medical error'}]" +429415,[] +12153,"[{'id':1568,'name':'undercover'},{'id':1812,'name':'fbi'},{'id':11860,'name':'fish out of water'},{'id':165282,'name':'high society'},{'id':167316,'name':'buddy cop'},{'id':201554,'name':'crossdressing'}]" +387426,"[{'id':1299,'name':'monster'},{'id':11547,'name':'slaughterhouse'},{'id':15016,'name':'twins'},{'id':154815,'name':'environmentalist'},{'id':179430,'name':'aftercreditsstinger'},{'id':194137,'name':'animal liberation'},{'id':237523,'name':'zoologist'}]" +14337,"[{'id':1448,'name':'distrust'},{'id':2101,'name':'garage'},{'id':3394,'name':'identity crisis'},{'id':4379,'name':'time travel'},{'id':5455,'name':'time machine'},{'id':6009,'name':'mathematics'},{'id':10183,'name':'independent film'},{'id':14779,'name':'paradox'},{'id':162356,'name':'mechanical engineering'}]" +432527,"[{'id':15126,'name':'historical'},{'id':34031,'name':'ancient culture'},{'id':216932,'name':'ancient india'}]" +465642,"[{'id':6092,'name':'army'},{'id':9672,'name':'based on a true story'},{'id':9830,'name':'nuclear explosion'},{'id':9950,'name':'thriller'},{'id':10374,'name':'archive footage'},{'id':191819,'name':'indian army'},{'id':220011,'name':'nuclear testing'}]" +391714,"[{'id':739,'name':'sexual abuse'},{'id':818,'name':'based on novel or book'},{'id':2675,'name':'frigidity'},{'id':5436,'name':'sexual revolution'},{'id':12541,'name':'misunderstanding'},{'id':156578,'name':'newlywed'},{'id':208992,'name':'1960s'},{'id':238613,'name':'fear of intimacy'}]" +31913,"[{'id':456,'name':'mother'},{'id':5490,'name':'girlfriend'},{'id':11508,'name':'jewish'},{'id':14534,'name':'relationship'},{'id':33632,'name':'apartment'},{'id':41523,'name':'brooklyn, new york city'}]" +455401,"[{'id':825,'name':'support group'},{'id':13000,'name':'based on short film'},{'id':14512,'name':'new york city'},{'id':187056,'name':'woman director'}]" +508018,"[{'id':2303,'name':'mathematician'},{'id':6733,'name':'bullying'},{'id':188762,'name':'gas station attendant'},{'id':240237,'name':'mother son relationship'}]" +25736,"[{'id':9016,'name':'femme fatale'},{'id':10738,'name':'diner'},{'id':195402,'name':'film noir'}]" +11605,"[{'id':212,'name':'london'},{'id':392,'name':'england'},{'id':18300,'name':'english countryside'},{'id':175593,'name':'mysterious killer'},{'id':208878,'name':'british intelligence'},{'id':208992,'name':'1960s'},{'id':211512,'name':'disguises'},{'id':252254,'name':'noble family'},{'id':252415,'name':'fox hunting'}]" +11013,"[{'id':236,'name':'suicide'},{'id':1443,'name':'clerk'},{'id':2699,'name':'fetish'},{'id':6373,'name':'sadomasochism'},{'id':10909,'name':'lawyer'},{'id':11612,'name':'hospital'},{'id':11677,'name':'secretary'},{'id':33451,'name':'masturbation'},{'id':34030,'name':'typewriter'},{'id':155271,'name':'kinky'},{'id':157800,'name':'cutting'},{'id':158254,'name':'pantyhose'},{'id':158713,'name':'bdsm'},{'id':212796,'name':'workplace romance'}]" +421555,[] +24807,"[{'id':918,'name':'newspaper'},{'id':1415,'name':'small town'},{'id':6298,'name':'postcard'},{'id':10594,'name':'money'},{'id':10909,'name':'lawyer'},{'id':12193,'name':'reporter'},{'id':156799,'name':'vermont'},{'id':161506,'name':'heir'},{'id':170141,'name':'tuba'},{'id':186808,'name':'tuba player'},{'id':188294,'name':'damsel in distress'}]" +451422,"[{'id':6981,'name':'connecticut'},{'id':9672,'name':'based on a true story'},{'id':180523,'name':'neighborhood'},{'id':187056,'name':'woman director'},{'id':242401,'name':'eminent domain abuse'}]" +535340,"[{'id':9716,'name':'stand-up comedy'},{'id':225991,'name':'millennials'},{'id':245152,'name':'millennial generation'}]" +497814,"[{'id':456,'name':'mother'},{'id':577,'name':'black people'},{'id':1562,'name':'hostage'},{'id':14903,'name':'home invasion'}]" +42309,[] +23761,"[{'id':641,'name':'single parent'},{'id':4636,'name':'church service'},{'id':9786,'name':'burned alive'},{'id':10024,'name':'psychopathic killer'},{'id':164218,'name':'psychotronic'},{'id':189921,'name':'video nasty'},{'id':233450,'name':'proto-slasher'}]" +10011,"[{'id':1964,'name':'cave'},{'id':2597,'name':'bigfoot'},{'id':6634,'name':'wheelchair user '},{'id':8873,'name':'yeti'},{'id':11221,'name':'blood'},{'id':15156,'name':'cell phone'},{'id':195732,'name':'ski'}]" +254418,"[{'id':5809,'name':'marriage crisis'}]" +67729,"[{'id':2884,'name':'asylum'},{'id':9844,'name':'car crash'},{'id':12339,'name':'slasher'},{'id':156179,'name':'coroner'},{'id':209173,'name':'abandoned'}]" +271706,"[{'id':1430,'name':'self sacrifice'},{'id':2526,'name':'human animal relationship'},{'id':6152,'name':'supernatural'}]" +492631,"[{'id':10241,'name':'caretaker'},{'id':14544,'name':'robot'},{'id':162988,'name':'dystopian future'}]" +43020,"[{'id':2036,'name':'greek mythology'},{'id':11121,'name':'plot'}]" +470390,"[{'id':6152,'name':'supernatural'},{'id':6155,'name':'afterlife'},{'id':9826,'name':'murder'},{'id':11513,'name':'cheating husband'},{'id':14742,'name':'psychic'},{'id':15001,'name':'demon'},{'id':18035,'name':'family'},{'id':162846,'name':'ghost'},{'id':188640,'name':'jigsaw puzzle'},{'id':212425,'name':'trapped in a house'}]" +10381,"[{'id':386,'name':'railroad robber'},{'id':642,'name':'robbery'},{'id':8250,'name':'victorian england'},{'id':9727,'name':'thief'}]" +34604,"[{'id':65,'name':'holiday'},{'id':572,'name':'sex'},{'id':1566,'name':'dream'},{'id':9713,'name':'friends'},{'id':10793,'name':'resort'},{'id':13043,'name':'dating'},{'id':170085,'name':'attitude'}]" +366617,"[{'id':570,'name':'rape'},{'id':1562,'name':'hostage'},{'id':5657,'name':'australia'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':9844,'name':'car crash'},{'id':10292,'name':'gore'},{'id':11004,'name':'rural setting'},{'id':11221,'name':'blood'},{'id':13006,'name':'torture'},{'id':15483,'name':'car chase'}]" +449535,"[{'id':1366,'name':'shotgun'},{'id':2677,'name':'weekend'},{'id':9720,'name':'woods'},{'id':10226,'name':'neighbor'},{'id':10292,'name':'gore'},{'id':10327,'name':'undead'},{'id':12377,'name':'zombie'},{'id':13209,'name':'cabin in the woods'},{'id':15111,'name':'drinking'},{'id':18035,'name':'family'},{'id':174176,'name':'drugged drink'},{'id':206850,'name':'canuxploitation'}]" +531664,[] +531949,[] +375107,"[{'id':1339,'name':'duck'},{'id':1729,'name':'migration'},{'id':15169,'name':'goose'}]" +503346,"[{'id':5385,'name':'survivor'},{'id':5657,'name':'australia'},{'id':9739,'name':'extraterrestrial'},{'id':14909,'name':'alien invasion'},{'id':246197,'name':'country town'},{'id':246198,'name':'annihilated'},{'id':246199,'name':'airborne attack'}]" +448776,"[{'id':378,'name':'prison'},{'id':818,'name':'based on novel or book'},{'id':1563,'name':'prisoner'},{'id':3434,'name':'thailand'},{'id':5565,'name':'biography'},{'id':9672,'name':'based on a true story'},{'id':10515,'name':'kick boxing'},{'id':14964,'name':'drugs'},{'id':170356,'name':'outsider'},{'id':209476,'name':'boxing'},{'id':210531,'name':'thai boxing'},{'id':252494,'name':'ladyboy'}]" +10861,"[{'id':2281,'name':'mistake in person'},{'id':3737,'name':'dying and death'},{'id':7375,'name':'twin brother'},{'id':8045,'name':'russian mafia'}]" +24657,"[{'id':208731,'name':'world war iii'}]" +912,"[{'id':930,'name':'in love with enemy'},{'id':3607,'name':'hold-up robbery'},{'id':3925,'name':'boredom'},{'id':3973,'name':'insurance salesman'},{'id':4480,'name':'business man'},{'id':4617,'name':'insurance fraud'},{'id':4812,'name':'plan'},{'id':10051,'name':'heist'},{'id':14604,'name':'theft'},{'id':33626,'name':'millionaire'}]" +10413,"[{'id':1563,'name':'prisoner'},{'id':1721,'name':'fight'},{'id':2434,'name':'liberation'},{'id':4917,'name':'shelter'}]" +3513,"[{'id':526,'name':'rebel'},{'id':1450,'name':'shepherd'},{'id':1629,'name':'morocco'},{'id':6789,'name':'foreign legionaire'}]" +13225,"[{'id':2710,'name':'fairy'},{'id':5155,'name':'bat'},{'id':6305,'name':'pollution'},{'id':33577,'name':'environment'},{'id':180550,'name':'rainforest'},{'id':188334,'name':'logger'}]" +29239,"[{'id':1160,'name':'egypt'},{'id':1299,'name':'monster'},{'id':2904,'name':'mummy'},{'id':7376,'name':'princess'},{'id':9663,'name':'sequel'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':156243,'name':'high priest'},{'id':229973,'name':'eqgyptian'}]" +15516,"[{'id':570,'name':'rape'},{'id':697,'name':'loss of loved one'},{'id':1419,'name':'gun'},{'id':1421,'name':'birthday'},{'id':1930,'name':'kidnapping'},{'id':6029,'name':'concert'},{'id':9748,'name':'revenge'},{'id':10776,'name':'marijuana'},{'id':12339,'name':'slasher'},{'id':18086,'name':'disembowelment'},{'id':41171,'name':'pond'},{'id':189921,'name':'video nasty'}]" +107896,[] +25915,"[{'id':236,'name':'suicide'},{'id':156121,'name':'ex-con'},{'id':160901,'name':'parole officer'},{'id':190453,'name':'female convict'},{'id':207925,'name':'wanted'}]" +26009,"[{'id':918,'name':'newspaper'},{'id':5444,'name':'lonely hearts ad'},{'id':195402,'name':'film noir'}]" +88535,[] +118385,[] +57662,"[{'id':388,'name':'scotland'}]" +519253,"[{'id':131,'name':'italy'},{'id':10857,'name':'debt collector'}]" +22969,"[{'id':344,'name':'inquisition'},{'id':392,'name':'england'},{'id':514,'name':'spain'},{'id':2011,'name':'queen'},{'id':6148,'name':'court'},{'id':7153,'name':'queen elizabeth i'}]" +441592,[] +90523,"[{'id':470,'name':'spy'},{'id':2504,'name':'world war i'},{'id':9552,'name':'baron'},{'id':11134,'name':'espionage'},{'id':18117,'name':'female spy'}]" +31498,"[{'id':1160,'name':'egypt'},{'id':1299,'name':'monster'},{'id':2904,'name':'mummy'},{'id':7172,'name':'buried alive'},{'id':9826,'name':'murder'},{'id':10541,'name':'curse'},{'id':41586,'name':'archaeologist'},{'id':156243,'name':'high priest'},{'id':195396,'name':'archaeological expedition'},{'id':234740,'name':'ancient religion'},{'id':234743,'name':'egyptian tomb'},{'id':234744,'name':'sarcophagus'},{'id':234747,'name':'buried tomb'},{'id':234748,'name':'burial chamber'},{'id':234749,'name':'secret rites'}]" +992,"[{'id':1735,'name':'amateur detective'},{'id':3430,'name':'pickpocket'},{'id':9253,'name':'slapstick'},{'id':10787,'name':'jungle'},{'id':14735,'name':'motorcycle'},{'id':14783,'name':'false accusations'},{'id':154802,'name':'silent film'},{'id':161849,'name':'projectionist'},{'id':163841,'name':'booby trap'},{'id':169967,'name':'handkerchief'},{'id':175683,'name':'magnifying glass'},{'id':181471,'name':'railyard'},{'id':181476,'name':'banana peel'},{'id':181479,'name':'pearls'}]" +508747,[] +400579,"[{'id':970,'name':'parent child relationship'},{'id':1009,'name':'baby'},{'id':1157,'name':'wife husband relationship'},{'id':1646,'name':'autism'},{'id':2341,'name':'nanny'},{'id':3725,'name':'pregnancy'},{'id':14512,'name':'new york city'},{'id':176227,'name':'motherhood'},{'id':215536,'name':'postpartum depression'}]" +508747,[] +400579,"[{'id':970,'name':'parent child relationship'},{'id':1009,'name':'baby'},{'id':1157,'name':'wife husband relationship'},{'id':1646,'name':'autism'},{'id':2341,'name':'nanny'},{'id':3725,'name':'pregnancy'},{'id':14512,'name':'new york city'},{'id':176227,'name':'motherhood'},{'id':215536,'name':'postpartum depression'}]" +33638,"[{'id':934,'name':'judge'},{'id':9503,'name':'outlaw'},{'id':10909,'name':'lawyer'}]" +9091,"[{'id':949,'name':'terrorist'},{'id':1562,'name':'hostage'},{'id':1653,'name':'explosive'},{'id':193533,'name':'vice president'}]" +533743,"[{'id':271,'name':'competition'},{'id':1488,'name':'tennis'},{'id':6075,'name':'sport'},{'id':9415,'name':'wimbledon'},{'id':9823,'name':'rivalry'},{'id':169071,'name':'championship'}]" +5334,"[{'id':1849,'name':'homicide'},{'id':1860,'name':'mutiny'},{'id':2770,'name':'war ship'},{'id':3012,'name':'court case'}]" +9594,"[{'id':697,'name':'loss of loved one'},{'id':3436,'name':'karate'},{'id':6211,'name':'fighter'},{'id':9748,'name':'revenge'},{'id':12354,'name':'hong kong'},{'id':15016,'name':'twins'},{'id':160488,'name':'hoodlum'}]" +12079,"[{'id':237,'name':'gay'},{'id':10183,'name':'independent film'},{'id':11341,'name':'methamphetamine'},{'id':158718,'name':'lgbt'},{'id':187514,'name':'speed freak'},{'id':187517,'name':'junky cop'},{'id':187518,'name':'boy toy'},{'id':187522,'name':'porn magazine'},{'id':187523,'name':'dope selling'},{'id':187524,'name':'crank'},{'id':187527,'name':'cctv'},{'id':187536,'name':'veterinary clinic'},{'id':187537,'name':'needlepoint'},{'id':187544,'name':'needle'},{'id':187547,'name':'older woman younger woman relationship'},{'id':187551,'name':'telephone sex'}]" +780,"[{'id':934,'name':'judge'},{'id':2822,'name':'woman martyr'},{'id':2976,'name':'heresy'},{'id':3012,'name':'court case'},{'id':3032,'name':'suffering'},{'id':3441,'name':'sentence'},{'id':10772,'name':'torture chamber'},{'id':11001,'name':'religion'},{'id':11038,'name':'trial'},{'id':12999,'name':'black and white'},{'id':41329,'name':'mental illness'},{'id':54610,'name':'dove'},{'id':154802,'name':'silent film'},{'id':161207,'name':'catholicism'},{'id':190855,'name':'joan of arc'},{'id':195537,'name':'forgery'},{'id':206472,'name':'masterpiece'},{'id':207968,'name':'judiciary'},{'id':234115,'name':'burning at stake'},{'id':234116,'name':'holy communion'},{'id':238085,'name':'bloodletting'}]" +204,"[{'id':314,'name':'life and death'},{'id':430,'name':'venezuela'},{'id':657,'name':'fire'},{'id':1291,'name':'central and south america'},{'id':3464,'name':'tanker'},{'id':5175,'name':'petrol'},{'id':6059,'name':'unsociability'},{'id':6124,'name':'incomes'},{'id':7176,'name':'nitroglycerin'},{'id':9276,'name':'truck'},{'id':10590,'name':'oil'},{'id':15017,'name':'danger'},{'id':155963,'name':'driver'}]" +11697,"[{'id':75,'name':'gunslinger'},{'id':797,'name':'showdown'},{'id':3739,'name':'funeral'},{'id':3754,'name':'legend'},{'id':4277,'name':'to shoot dead'},{'id':9503,'name':'outlaw'},{'id':10909,'name':'lawyer'},{'id':13132,'name':'pistol'},{'id':14574,'name':'rancher'},{'id':33600,'name':'stagecoach'},{'id':155291,'name':'cowboy'}]" +11381,[] +241863,"[{'id':18249,'name':'game'},{'id':235790,'name':'japanese high school'}]" +493100,"[{'id':3485,'name':'comedian'},{'id':5565,'name':'biography'}]" +413576,[] +6073,"[{'id':1930,'name':'kidnapping'},{'id':13132,'name':'pistol'}]" +492719,"[{'id':210024,'name':'anime'}]" +391912,[] +535488,"[{'id':534,'name':'mexico'},{'id':8087,'name':'horror'}]" +429417,"[{'id':736,'name':'journalist'},{'id':2884,'name':'asylum'},{'id':9706,'name':'anthology'},{'id':9856,'name':'flashback'},{'id':10164,'name':'apparition'},{'id':10181,'name':'based on play or musical'},{'id':13063,'name':'car accident'},{'id':33720,'name':'guilt'},{'id':162846,'name':'ghost'},{'id':189102,'name':'tunnel'}]" +385360,"[{'id':279,'name':'usa'},{'id':5332,'name':'greed'},{'id':9672,'name':'based on a true story'},{'id':9826,'name':'murder'},{'id':11454,'name':'scam'},{'id':12670,'name':'los angeles'},{'id':208289,'name':'1980s'},{'id':230479,'name':'lies'}]" +9494,"[{'id':641,'name':'single parent'},{'id':1009,'name':'baby'},{'id':3725,'name':'pregnancy'},{'id':179431,'name':'duringcreditsstinger'},{'id':187056,'name':'woman director'},{'id':210925,'name':'talking baby'}]" +3083,"[{'id':521,'name':'washington d.c.'},{'id':1399,'name':'senate'},{'id':2944,'name':'senator'},{'id':4674,'name':'sightseeing'},{'id':5744,'name':'governor'},{'id':6083,'name':'politician'},{'id':9031,'name':'idealist'},{'id':9862,'name':'dam'},{'id':11663,'name':'camp'},{'id':11937,'name':'conservative'},{'id':14588,'name':'disillusionment'},{'id':181659,'name':'political corruption'},{'id':195541,'name':'integrity'},{'id':206515,'name':'usa politics'},{'id':207999,'name':'determination'},{'id':239276,'name':'filibuster'},{'id':239277,'name':'walkout'},{'id':239279,'name':'political machine'},{'id':239280,'name':'smear campaign'},{'id':239281,'name':'expulsion attempt'}]" +158820,"[{'id':11034,'name':'b movie'},{'id':12396,'name':'hollywood'},{'id':207716,'name':'actor'}]" +44591,"[{'id':534,'name':'mexico'},{'id':720,'name':'helicopter'},{'id':1299,'name':'monster'},{'id':7035,'name':'giant insect'},{'id':10121,'name':'stop motion'},{'id':18034,'name':'desert'},{'id':159245,'name':'scorpion'},{'id':161281,'name':'geologist'}]" +220638,"[{'id':818,'name':'based on novel or book'},{'id':3133,'name':'vampire'},{'id':6158,'name':'cult'}]" +5765,"[{'id':316,'name':'chess'},{'id':4926,'name':'chess champion'},{'id':9937,'name':'suspense'}]" +64129,"[{'id':9156,'name':'d-day'}]" +18929,"[{'id':10041,'name':'dysfunctional family'},{'id':164615,'name':'washed up star'},{'id':222805,'name':'british new wave'}]" +95510,"[{'id':155744,'name':'newspaper man'}]" +89340,"[{'id':1568,'name':'undercover'},{'id':8440,'name':'ex-cop'}]" +21968,"[{'id':242,'name':'new york'},{'id':10601,'name':'blaxploitation'},{'id':11578,'name':'mobster'},{'id':14964,'name':'drugs'},{'id':199029,'name':'dealer'}]" +111642,"[{'id':3430,'name':'pickpocket'},{'id':9713,'name':'friends'},{'id':188582,'name':'london theater district'},{'id':234257,'name':'street performers'},{'id':234260,'name':'buskers'}]" +50085,"[{'id':4551,'name':'swamp'},{'id':6069,'name':'class'},{'id':9748,'name':'revenge'},{'id':11061,'name':'debt'},{'id':207819,'name':'accident'}]" +104237,"[{'id':779,'name':'martial arts'},{'id':780,'name':'kung fu'},{'id':184656,'name':'wuxia'}]" +361705,[] +112257,"[{'id':9714,'name':'remake'},{'id':9826,'name':'murder'},{'id':33688,'name':'hunting'}]" +534169,[] +479198,"[{'id':417,'name':'corruption'},{'id':818,'name':'based on novel or book'},{'id':1568,'name':'undercover'},{'id':2231,'name':'drug dealer'},{'id':2999,'name':'recruit'},{'id':5600,'name':'daughter'},{'id':15405,'name':'godfather'},{'id':244944,'name':'criminal empire'}]" +500268,[] +29129,"[{'id':3098,'name':'castle'},{'id':3133,'name':'vampire'},{'id':10864,'name':'human sacrifice'},{'id':155235,'name':'animal killing'},{'id':156578,'name':'newlywed'}]" +146578,"[{'id':3149,'name':'gangster'},{'id':8662,'name':'courier'},{'id':167352,'name':'crime lord'}]" +426634,[] +66664,"[{'id':110,'name':'venice, italy'},{'id':679,'name':'cyborg'},{'id':972,'name':'refugee'},{'id':1299,'name':'monster'},{'id':1852,'name':'mutant'},{'id':2804,'name':'exploitation'},{'id':4379,'name':'time travel'},{'id':6305,'name':'pollution'},{'id':9826,'name':'murder'},{'id':10292,'name':'gore'},{'id':13065,'name':'soldier'},{'id':191881,'name':'research laboratory'}]" +435848,"[{'id':41586,'name':'archaeologist'},{'id':156121,'name':'ex-con'}]" +498214,[] +521926,"[{'id':378,'name':'prison'},{'id':10685,'name':'escape'},{'id':10714,'name':'serial killer'},{'id':15118,'name':'ensemble film'}]" +12780,"[{'id':780,'name':'kung fu'},{'id':1308,'name':'secret identity'},{'id':4147,'name':'robin hood'},{'id':158513,'name':'iron monkey'}]" +32612,[] +533972,"[{'id':9716,'name':'stand-up comedy'}]" +157005,"[{'id':211318,'name':'google'},{'id':243433,'name':'histórico'}]" +453270,"[{'id':131,'name':'italy'},{'id':394,'name':'gypsy'},{'id':2369,'name':'sinti and romanies '},{'id':10683,'name':'coming of age'},{'id':246324,'name':'romany'}]" +492783,[] +535076,"[{'id':1453,'name':'amnesia'},{'id':4379,'name':'time travel'},{'id':14909,'name':'alien invasion'},{'id':243638,'name':'aliens'}]" +535280,"[{'id':567,'name':'alcohol'},{'id':3133,'name':'vampire'},{'id':10776,'name':'marijuana'},{'id':11221,'name':'blood'},{'id':157892,'name':'warehouse'},{'id':160269,'name':'lost love'},{'id':215285,'name':'crate'},{'id':227056,'name':'hypnotize'}]" +19277,"[{'id':378,'name':'prison'},{'id':15278,'name':'prison sentence'},{'id':156219,'name':'prison riot'}]" +302,"[{'id':212,'name':'london'},{'id':515,'name':'women'},{'id':548,'name':'countryside'},{'id':818,'name':'based on novel or book'},{'id':1552,'name':'subway'},{'id':1649,'name':'provence'},{'id':1655,'name':'country house'},{'id':1731,'name':'writing'},{'id':1732,'name':'innkeeper'},{'id':2200,'name':'generations conflict'},{'id':3737,'name':'dying and death'},{'id':5600,'name':'daughter'},{'id':8181,'name':'swimming pool'},{'id':9826,'name':'murder'},{'id':9937,'name':'suspense'},{'id':10818,'name':'author'},{'id':14964,'name':'drugs'}]" +28280,"[{'id':10183,'name':'independent film'}]" +20525,"[{'id':1462,'name':'samurai'},{'id':9748,'name':'revenge'},{'id':160279,'name':'18th century'},{'id':190446,'name':'edo period'},{'id':198754,'name':'feudal japan'},{'id':235085,'name':'slum dwellers'},{'id':235830,'name':'47 ronin'}]" +414454,"[{'id':818,'name':'based on novel or book'},{'id':1326,'name':'infidelity'},{'id':1731,'name':'writing'},{'id':41355,'name':'teacher student relationship'},{'id':207844,'name':'college student'},{'id':212059,'name':'college professor'}]" +449019,[] +532875,[] +9820,"[{'id':10132,'name':'matchmaking'},{'id':18008,'name':'divorced'},{'id':168211,'name':'twins separated at birth'},{'id':177035,'name':'identity swap'},{'id':187056,'name':'woman director'}]" +1580,"[{'id':3152,'name':'planned murder'},{'id':4814,'name':'banquet'},{'id':4942,'name':'victim of murder'},{'id':5575,'name':'footlocker'},{'id':5579,'name':'strangle'},{'id':6399,'name':'rope'},{'id':9937,'name':'suspense'},{'id':10181,'name':'based on play or musical'},{'id':11440,'name':'long take'}]" +8224,"[{'id':445,'name':'pornography'},{'id':697,'name':'loss of loved one'},{'id':2727,'name':'porn actor'},{'id':6443,'name':'child pornography'},{'id':11168,'name':'private investigator'},{'id':155418,'name':'subculture'},{'id':155790,'name':'private detective'}]" +10092,"[{'id':9826,'name':'murder'},{'id':10714,'name':'serial killer'},{'id':10873,'name':'school'},{'id':12105,'name':'student'},{'id':12339,'name':'slasher'},{'id':34079,'name':'death'},{'id':161814,'name':'psycho killer'},{'id':189868,'name':'rumor'}]" +510883,[] +446289,"[{'id':237,'name':'gay'},{'id':738,'name':'sexuality'},{'id':4344,'name':'musical'},{'id':9835,'name':'sexual fantasy'},{'id':10181,'name':'based on play or musical'},{'id':14720,'name':'love affair'},{'id':155490,'name':'disco'},{'id':158718,'name':'lgbt'},{'id':220201,'name':'musical theater'},{'id':232222,'name':'20th century'}]" +497328,[] +536049,[] +524789,"[{'id':745,'name':'nun'},{'id':2884,'name':'asylum'},{'id':9712,'name':'possession'},{'id':10093,'name':'priest'},{'id':10375,'name':'possessed'},{'id':14985,'name':'ireland'},{'id':15001,'name':'demon'},{'id':163053,'name':'found footage'},{'id':186947,'name':'pregnant girl'}]" +503420,"[{'id':6019,'name':'human trafficking'},{'id':10726,'name':'gang'},{'id':13008,'name':'train'},{'id':14906,'name':'slave'},{'id':15222,'name':'central america'}]" +476335,"[{'id':736,'name':'journalist'},{'id':6375,'name':'george w. bush'},{'id':15087,'name':'iraq war'},{'id':206515,'name':'usa politics'}]" +454619,"[{'id':1453,'name':'amnesia'},{'id':9714,'name':'remake'},{'id':9748,'name':'revenge'},{'id':10910,'name':'wealthy'},{'id':34143,'name':'rich'},{'id':230229,'name':'asshole'}]" +438689,"[{'id':2139,'name':'russia'},{'id':156091,'name':'missing person'},{'id':174638,'name':'siberia'},{'id':243986,'name':'fsb'},{'id':248442,'name':'diamond trader'},{'id':248443,'name':'american in russia'}]" +532163,[] +415381,"[{'id':242685,'name':'nikola'}]" +475210,"[{'id':520,'name':'chicago'},{'id':952,'name':'lightning'},{'id':2350,'name':'seattle'},{'id':3347,'name':'volcano'},{'id':3521,'name':'earthquake'},{'id':3725,'name':'pregnancy'},{'id':6941,'name':'tsunami'},{'id':9826,'name':'murder'},{'id':12332,'name':'apocalypse'},{'id':14755,'name':'power outage'},{'id':167043,'name':'road movie'},{'id':252619,'name':'末日 how it ends'}]" +534235,"[{'id':3979,'name':'hidden camera'},{'id':6876,'name':'vacation'},{'id':8181,'name':'swimming pool'},{'id':9663,'name':'sequel'},{'id':9826,'name':'murder'},{'id':178649,'name':'voyeurism'},{'id':192086,'name':'rental'},{'id':232564,'name':'dark web'}]" +33789,"[{'id':179430,'name':'aftercreditsstinger'}]" +11870,"[{'id':776,'name':'screenplay'},{'id':886,'name':'movie business'},{'id':6145,'name':'right and justice'},{'id':9468,'name':'liar'},{'id':33885,'name':'car'},{'id':170487,'name':'essay'},{'id':171067,'name':'intellectual property'}]" +25532,"[{'id':6075,'name':'sport'},{'id':12662,'name':'wrongful imprisonment'},{'id':13006,'name':'torture'},{'id':13042,'name':'soccer'},{'id':14783,'name':'false accusations'},{'id':15365,'name':'held captive'},{'id':18263,'name':'revolutionary'},{'id':155876,'name':'reenactment'},{'id':196133,'name':'argentinian history'},{'id':223193,'name':'soccer player'}]" +19312,"[{'id':9951,'name':'alien'},{'id':12571,'name':'mankind annihilated'},{'id':12574,'name':'colossal black hole'},{'id':13031,'name':'creature'},{'id':14760,'name':'scientist'}]" +436458,"[{'id':237,'name':'gay'},{'id':236055,'name':'gay couple'}]" +381065,[] +58455,"[{'id':1261,'name':'river'},{'id':2911,'name':'dakota'},{'id':18044,'name':'railroad'},{'id':154846,'name':'farmer'},{'id':185268,'name':'wheat'}]" +352548,"[{'id':220486,'name':'class warfare'},{'id':230857,'name':'alien creature'},{'id':245902,'name':'escape pod'}]" +104194,"[{'id':187056,'name':'woman director'}]" +9446,"[{'id':242,'name':'new york'},{'id':4954,'name':'paternity'}]" +114735,[] +55660,"[{'id':3762,'name':'darkness'},{'id':4116,'name':'heaven'},{'id':6154,'name':'hell'},{'id':10114,'name':'evil spirit'}]" +126243,"[{'id':128,'name':'love triangle'},{'id':10714,'name':'serial killer'},{'id':185521,'name':'chicken farm'}]" +536081,"[{'id':214549,'name':'short'}]" +108213,"[{'id':1691,'name':'dance'},{'id':6027,'name':'music'},{'id':156203,'name':'sketch comedy'},{'id':156764,'name':'pre-code'},{'id':188649,'name':'big band'}]" +83122,"[{'id':4902,'name':'surprise'},{'id':33600,'name':'stagecoach'},{'id':156212,'name':'spaghetti western'}]" +34996,"[{'id':242,'name':'new york'},{'id':490,'name':'philosophy'},{'id':3133,'name':'vampire'},{'id':6782,'name':'addiction'},{'id':11221,'name':'blood'},{'id':12105,'name':'student'},{'id':14512,'name':'new york city'},{'id':14819,'name':'violence'},{'id':163900,'name':'new york university'}]" +33441,"[{'id':803,'name':'android'},{'id':9706,'name':'anthology'},{'id':10009,'name':'robot as menace'},{'id':10891,'name':'giant robot'},{'id':11272,'name':'piloted robot'},{'id':14760,'name':'scientist'},{'id':155582,'name':'amusement park'},{'id':173137,'name':'secret lover'},{'id':187056,'name':'woman director'},{'id':210024,'name':'anime'}]" +29111,"[{'id':570,'name':'rape'},{'id':572,'name':'sex'},{'id':910,'name':'bondage'},{'id':11254,'name':'loss of virginity'},{'id':13006,'name':'torture'},{'id':33998,'name':'lesbian sex'},{'id':157185,'name':'vampire bat'}]" +5497,"[{'id':244375,'name':'sinterklaas'}]" +456154,"[{'id':818,'name':'based on novel or book'},{'id':1994,'name':'wolf'},{'id':9714,'name':'remake'},{'id':15162,'name':'dog'},{'id':183528,'name':'half breed'},{'id':184984,'name':'native american tribe'}]" +473149,"[{'id':417,'name':'corruption'},{'id':798,'name':'sheriff'},{'id':1157,'name':'wife husband relationship'},{'id':1415,'name':'small town'},{'id':1420,'name':'gas station'},{'id':1721,'name':'fight'},{'id':1930,'name':'kidnapping'},{'id':6019,'name':'human trafficking'},{'id':6951,'name':'biker'},{'id':9826,'name':'murder'},{'id':9856,'name':'flashback'},{'id':14819,'name':'violence'},{'id':34079,'name':'death'},{'id':157344,'name':'phone'},{'id':243697,'name':'traffik'}]" +430231,"[{'id':236,'name':'suicide'},{'id':380,'name':'sibling relationship'},{'id':5707,'name':'childhood trauma'},{'id':6152,'name':'supernatural'},{'id':6158,'name':'cult'},{'id':10854,'name':'time loop'},{'id':225304,'name':'resolution'},{'id':244435,'name':'brothers'},{'id':252925,'name':'resolution collection'},{'id':252926,'name':'the endless'}]" +372782,[] +332718,"[{'id':1566,'name':'dream'},{'id':1701,'name':'hero'},{'id':3754,'name':'legend'},{'id':5202,'name':'boy'},{'id':5332,'name':'greed'},{'id':5923,'name':'sister'},{'id':6089,'name':'freedom'},{'id':163119,'name':'injustice'},{'id':192913,'name':'warrior'},{'id':228523,'name':'inspired by true events'},{'id':234574,'name':'abducted'},{'id':239914,'name':'overcoming'}]" +432836,"[{'id':818,'name':'based on novel or book'},{'id':2689,'name':'dementia'},{'id':5903,'name':'alzheimer's disease'},{'id':10714,'name':'serial killer'}]" +523446,"[{'id':5340,'name':'investigation'},{'id':6149,'name':'police'},{'id':184402,'name':'missing'},{'id':188344,'name':'riviera'},{'id':241184,'name':'cellphone'}]" +468287,"[{'id':15058,'name':'swimming'},{'id':245711,'name':'public shower'}]" +346652,"[{'id':4550,'name':'full moon'},{'id':6149,'name':'police'},{'id':6483,'name':'ice hockey'},{'id':9663,'name':'sequel'},{'id':12564,'name':'werewolf'},{'id':33457,'name':'alcoholic'},{'id':191564,'name':'body horror'},{'id':206850,'name':'canuxploitation'},{'id':207317,'name':'christmas'},{'id':209980,'name':'werecat'}]" +311307,"[{'id':414,'name':'hunter'},{'id':4414,'name':'adventure'},{'id':5153,'name':'son'},{'id':169734,'name':'cameraman'}]" +69059,[] +27318,"[{'id':10115,'name':'snowman'},{'id':10714,'name':'serial killer'},{'id':34117,'name':'cult film'},{'id':207317,'name':'christmas'},{'id':244863,'name':'first part'}]" +534414,"[{'id':10292,'name':'gore'},{'id':18439,'name':'schlock'},{'id':200490,'name':'trailer compilation'},{'id':207679,'name':'troma'},{'id':224134,'name':'sov'}]" +534205,"[{'id':4884,'name':'infection'},{'id':8508,'name':'party'},{'id':12377,'name':'zombie'},{'id':17995,'name':'epidemic'},{'id':159743,'name':'fourth of july'},{'id':235503,'name':'independence day'},{'id':243769,'name':'army veteran'}]" +508839,"[{'id':9706,'name':'anthology'}]" +414935,[] +9526,"[{'id':727,'name':'country music'},{'id':1004,'name':'commercial'},{'id':1360,'name':'minnesota'},{'id':3740,'name':'radio presenter'},{'id':4305,'name':'radio transmission'},{'id':9249,'name':'backstage'},{'id':10229,'name':'singer'},{'id':169214,'name':'st. paul minnesota'}]" +339406,"[{'id':417,'name':'corruption'},{'id':1812,'name':'fbi'},{'id':9826,'name':'murder'},{'id':10291,'name':'organized crime'}]" +527948,"[{'id':1939,'name':'hamster'},{'id':9706,'name':'anthology'},{'id':243026,'name':'twisted'}]" +463986,[] +385955,[] +511343,"[{'id':478,'name':'china'},{'id':12547,'name':'billionaire'},{'id':41586,'name':'archaeologist'},{'id':156081,'name':'tomb'},{'id':163841,'name':'booby trap'},{'id':189108,'name':'buried treasure'},{'id':215470,'name':'treasure hunter'}]" +462181,"[{'id':1672,'name':'lifestyle'},{'id':1817,'name':'orgy'},{'id':2426,'name':'group sex'},{'id':180340,'name':'voyeur'},{'id':217311,'name':'sex party'},{'id':244648,'name':'wife swapping'}]" +64650,"[{'id':185463,'name':'sartana'}]" +39261,"[{'id':770,'name':'scotland yard'},{'id':2804,'name':'exploitation'},{'id':3133,'name':'vampire'},{'id':5439,'name':'inspector'},{'id':9706,'name':'anthology'},{'id':10541,'name':'curse'},{'id':10771,'name':'wax museum'},{'id':11181,'name':'decapitation'},{'id':11501,'name':'cheating wife'},{'id':14780,'name':'investigator'},{'id':40931,'name':'witchcraft'},{'id':177201,'name':'evil child'}]" +64811,"[{'id':818,'name':'based on novel or book'},{'id':4729,'name':'dublin'},{'id':198623,'name':'farm girl'}]" +31527,"[{'id':818,'name':'based on novel or book'},{'id':2139,'name':'russia'},{'id':4833,'name':'royal family'},{'id':5565,'name':'biography'},{'id':9920,'name':'royalty'},{'id':10490,'name':'empress'},{'id':156764,'name':'pre-code'},{'id':160279,'name':'18th century'},{'id':193573,'name':'catherine the great'}]" +453278,"[{'id':1019,'name':'rodeo'},{'id':2284,'name':'horseback riding'},{'id':2673,'name':'horse'},{'id':2749,'name':'riding accident'},{'id':6350,'name':'head injury'},{'id':8099,'name':'sioux'},{'id':155291,'name':'cowboy'},{'id':155805,'name':'native american reservation'},{'id':156795,'name':'lasso'},{'id':161712,'name':'hook for a hand'},{'id':185456,'name':'south dakota'},{'id':209493,'name':'21st century'},{'id':245776,'name':'disabled person'}]" +42943,[] +875,"[{'id':478,'name':'china'},{'id':526,'name':'rebel'},{'id':549,'name':'prostitute'},{'id':570,'name':'rape'},{'id':2682,'name':'shanghai'},{'id':2695,'name':'ex-lover'},{'id':3074,'name':'insurgence'},{'id':4355,'name':'chinese civil war'},{'id':6091,'name':'war'},{'id':12999,'name':'black and white'},{'id':33683,'name':'beijing'},{'id':156764,'name':'pre-code'},{'id':156866,'name':'based on short story'}]" +522882,"[{'id':235457,'name':'drones'},{'id':244256,'name':'near future'},{'id':245737,'name':'food shortage'}]" +192465,"[{'id':8629,'name':'tv movie'},{'id':10562,'name':'on the run'},{'id':13130,'name':'teenager'},{'id':207431,'name':'murder suspect'}]" +34474,"[{'id':74,'name':'germany'},{'id':549,'name':'prostitute'},{'id':2334,'name':'nightclub'},{'id':9840,'name':'romance'},{'id':14750,'name':'chemist'},{'id':156764,'name':'pre-code'},{'id':173297,'name':'nightclub singer'},{'id':176227,'name':'motherhood'},{'id':191441,'name':'nightclub entertainer'}]" +69326,"[{'id':2087,'name':'lolita'},{'id':18447,'name':'japanese woman'}]" +42641,"[{'id':1629,'name':'morocco'},{'id':2905,'name':'foreign legion'},{'id':156764,'name':'pre-code'},{'id':173297,'name':'nightclub singer'}]" +73420,"[{'id':470,'name':'spy'},{'id':12999,'name':'black and white'},{'id':41249,'name':'secret service'},{'id':155488,'name':'black cat'},{'id':156764,'name':'pre-code'}]" +419743,"[{'id':3691,'name':'forbidden love'},{'id':10768,'name':'lesbian'},{'id':34215,'name':'lesbian interest'},{'id':158718,'name':'lgbt'},{'id':160246,'name':'childhood friends'},{'id':241730,'name':'orthodox jewish'},{'id':243577,'name':'jewish lgbt'}]" +465545,"[{'id':657,'name':'fire'},{'id':159287,'name':'gas mask'},{'id':188960,'name':'elevator'},{'id':245810,'name':'family cinema'}]" +476634,"[{'id':4129,'name':'widow'},{'id':8508,'name':'party'},{'id':9826,'name':'murder'},{'id':165282,'name':'high society'},{'id':242096,'name':'dead husband'}]" +50022,"[{'id':6149,'name':'police'},{'id':8233,'name':'cops'},{'id':9663,'name':'sequel'},{'id':190888,'name':'highway patrol'},{'id':200500,'name':'comedy troupe'},{'id':226825,'name':'shenanigans'}]" +533509,"[{'id':168468,'name':'dead father'},{'id':244435,'name':'brothers'},{'id':244944,'name':'criminal empire'}]" +464742,"[{'id':6257,'name':'genius'},{'id':202623,'name':'mind'},{'id':202647,'name':'humanity'},{'id':214921,'name':'hack'},{'id':245756,'name':'fix'}]" +453404,[] +499319,"[{'id':9732,'name':'film in film'},{'id':14529,'name':'improvisation'},{'id':15320,'name':'insecurity'},{'id':158718,'name':'lgbt'},{'id':177973,'name':'chance meeting'},{'id':204111,'name':'bar singer'},{'id':225594,'name':'time limit'},{'id':226325,'name':'dysfunctional relationship'},{'id':235316,'name':'failed actor'}]" +257648,"[{'id':478,'name':'china'},{'id':2052,'name':'traitor'},{'id':9725,'name':'sword fight'},{'id':10085,'name':'betrayal'},{'id':186849,'name':'literary adaptation'}]" +526224,"[{'id':1299,'name':'monster'},{'id':2597,'name':'bigfoot'},{'id':2687,'name':'fiancé'},{'id':10941,'name':'disappearance'},{'id':162380,'name':'ex soldier'},{'id':196600,'name':'pacific northwest'}]" +526475,"[{'id':9739,'name':'extraterrestrial'},{'id':9951,'name':'alien'},{'id':10158,'name':'alien planet'},{'id':12547,'name':'billionaire'},{'id':191132,'name':'space exploration'},{'id':234574,'name':'abducted'}]" +421131,"[{'id':83,'name':'saving the world'},{'id':818,'name':'based on novel or book'},{'id':3133,'name':'vampire'},{'id':8250,'name':'victorian england'},{'id':41411,'name':'vengeful ghost'},{'id':158718,'name':'lgbt'},{'id':180194,'name':'spellcasting'},{'id':200986,'name':'dance party'},{'id':206535,'name':'haunted manor'},{'id':221023,'name':'college friends'},{'id':239125,'name':'based on web series'}]" +10994,"[{'id':351,'name':'poison'},{'id':378,'name':'prison'},{'id':697,'name':'loss of loved one'},{'id':2468,'name':'foster parents'},{'id':5424,'name':'women's prison'},{'id':10235,'name':'family relationships'},{'id':208795,'name':'bad mother'},{'id':237901,'name':'children's services'}]" +433620,[] +522393,[] +406625,"[{'id':9864,'name':'prank'},{'id':12392,'name':'best friend'},{'id':163700,'name':'cockfight'}]" +17182,"[{'id':570,'name':'rape'},{'id':1419,'name':'gun'},{'id':2801,'name':'self-defense'},{'id':204959,'name':'grieving parents'}]" +479093,"[{'id':318,'name':'police state'},{'id':2964,'name':'future'},{'id':3713,'name':'chase'},{'id':9826,'name':'murder'},{'id':10562,'name':'on the run'}]" +326262,"[{'id':445,'name':'pornography'},{'id':6844,'name':'stalker'},{'id':10508,'name':'teacher'},{'id':190101,'name':'new student'},{'id':193682,'name':'married'}]" +369168,"[{'id':211,'name':'bureaucracy'},{'id':470,'name':'spy'},{'id':3635,'name':'national security agency (nsa)'},{'id':5265,'name':'spying'},{'id':5332,'name':'greed'},{'id':6086,'name':'government'},{'id':6523,'name':'illegality'},{'id':10410,'name':'conspiracy'},{'id':18420,'name':'surveillance'},{'id':161304,'name':'september 11 2001'},{'id':209799,'name':'whistleblower'}]" +110504,"[{'id':456,'name':'mother'},{'id':1353,'name':'underground'},{'id':1896,'name':'portland'},{'id':2300,'name':'despair'},{'id':3725,'name':'pregnancy'},{'id':3929,'name':'hope'},{'id':9673,'name':'love'},{'id':9957,'name':'loneliness'},{'id':10685,'name':'escape'},{'id':13130,'name':'teenager'},{'id':14964,'name':'drugs'},{'id':161155,'name':'kids'},{'id':165279,'name':'street'},{'id':177927,'name':'homeless'}]" +476622,[] +23128,"[{'id':233,'name':'japan'},{'id':270,'name':'ocean'},{'id':630,'name':'dolphin'},{'id':1628,'name':'nationalism'},{'id':3032,'name':'suffering'},{'id':3737,'name':'dying and death'},{'id':33829,'name':'whaling'},{'id':162340,'name':'expose'},{'id':174617,'name':'fishing boat'},{'id':208647,'name':'activist'},{'id':212409,'name':'cove'}]" +510162,[] +401650,"[{'id':849,'name':'dc comics'},{'id':9715,'name':'superhero'}]" +533165,"[{'id':1517,'name':'classroom'},{'id':11061,'name':'debt'},{'id':13130,'name':'teenager'},{'id':180996,'name':'counterfeit money'},{'id':222850,'name':'art teacher'}]" +441909,"[{'id':1562,'name':'hostage'},{'id':18233,'name':'hostage situation'},{'id':185684,'name':'iran hostage crisis'}]" +63443,"[{'id':1523,'name':'obsession'},{'id':175357,'name':'neurotic'}]" +34479,"[{'id':1909,'name':'coffin'},{'id':3098,'name':'castle'},{'id':3133,'name':'vampire'},{'id':3633,'name':'dracula'},{'id':9663,'name':'sequel'},{'id':10093,'name':'priest'},{'id':11221,'name':'blood'},{'id':13006,'name':'torture'},{'id':41380,'name':'crucifix'},{'id':155730,'name':'hammer horror'},{'id':157444,'name':'dismemberment'},{'id':190986,'name':'bite mark'},{'id':232469,'name':'urban gothic'}]" +83124,"[{'id':1321,'name':'gold'},{'id':10871,'name':'maverick'},{'id':156212,'name':'spaghetti western'}]" +19259,"[{'id':395,'name':'gambling'},{'id':591,'name':'cia'},{'id':1293,'name':'asia'},{'id':2106,'name':'cold war'},{'id':2107,'name':'coca-cola'},{'id':2109,'name':'communist'},{'id':2487,'name':'naivety'},{'id':3434,'name':'thailand'},{'id':3450,'name':'bridge'},{'id':3977,'name':'product placement'},{'id':5331,'name':'village'},{'id':7208,'name':'spoiled child'},{'id':9268,'name':'yale university'},{'id':10329,'name':'wealth'},{'id':10910,'name':'wealthy'},{'id':11061,'name':'debt'},{'id':12400,'name':'brainwashing'},{'id':173644,'name':'communism'}]" +37227,"[{'id':242,'name':'new york'},{'id':351,'name':'poison'},{'id':818,'name':'based on novel or book'},{'id':5160,'name':'animal attack'},{'id':6095,'name':'house'},{'id':10022,'name':'rampage'},{'id':189359,'name':'rat'},{'id':206850,'name':'canuxploitation'},{'id':208918,'name':'animals gone wild'},{'id':222354,'name':'giant rat'},{'id':228285,'name':'mousetrap'}]" +487660,"[{'id':4720,'name':'ritual'},{'id':9712,'name':'possession'},{'id':10138,'name':'satan'},{'id':10183,'name':'independent film'},{'id':11221,'name':'blood'},{'id':13209,'name':'cabin in the woods'},{'id':15001,'name':'demon'},{'id':158169,'name':'remote'},{'id':161261,'name':'demonic possession'},{'id':163227,'name':'unicorn'},{'id':166701,'name':'ghost town'},{'id':181375,'name':'satanic'},{'id':205624,'name':'ozploitation'}]" +85398,"[{'id':190370,'name':'erotic movie'}]" +29130,"[{'id':570,'name':'rape'},{'id':3199,'name':'clown'},{'id':4062,'name':'skeleton'},{'id':4426,'name':'sadism'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':10768,'name':'lesbian'},{'id':11705,'name':'tavern'},{'id':12988,'name':'pirate'},{'id':41599,'name':'sailor'},{'id':156081,'name':'tomb'}]" +110671,"[{'id':162701,'name':'racial prejudice'}]" +9981,"[{'id':970,'name':'parent child relationship'},{'id':2200,'name':'generations conflict'},{'id':6075,'name':'sport'},{'id':8864,'name':'amateur soccer'},{'id':13042,'name':'soccer'},{'id':223149,'name':'soccer coach'}]" +99424,"[{'id':1495,'name':'fishing'},{'id':1889,'name':'lake'},{'id':2024,'name':'wisconsin'},{'id':9826,'name':'murder'},{'id':10292,'name':'gore'},{'id':11221,'name':'blood'},{'id':11931,'name':'spoof'},{'id':12339,'name':'slasher'}]" +13551,"[{'id':549,'name':'prostitute'},{'id':657,'name':'fire'},{'id':918,'name':'newspaper'},{'id':10183,'name':'independent film'},{'id':187056,'name':'woman director'}]" +449132,"[{'id':818,'name':'based on novel or book'},{'id':6270,'name':'high school'},{'id':6564,'name':'terminal illness'}]" +434221,"[{'id':818,'name':'based on novel or book'},{'id':977,'name':'cat'},{'id':2280,'name':'emperor'},{'id':5511,'name':'tang dynasty'},{'id':5933,'name':'poet'},{'id':8754,'name':'concubine'},{'id':15036,'name':'ancient china'},{'id':155488,'name':'black cat'},{'id':252696,'name':'8th century'}]" +432301,"[{'id':1700,'name':'massachusetts'},{'id':2944,'name':'senator'},{'id':3407,'name':'suffocation'},{'id':3450,'name':'bridge'},{'id':3692,'name':'scandal'},{'id':13063,'name':'car accident'},{'id':165042,'name':'kennedy family'},{'id':208992,'name':'1960s'}]" +426814,"[{'id':1157,'name':'wife husband relationship'},{'id':4458,'name':'post-apocalyptic'},{'id':10726,'name':'gang'},{'id':14819,'name':'violence'},{'id':208048,'name':'cannibalism'},{'id':241883,'name':'survive'}]" +467952,"[{'id':237,'name':'gay'},{'id':470,'name':'spy'},{'id':818,'name':'based on novel or book'},{'id':1956,'name':'world war ii'},{'id':5565,'name':'biography'},{'id':9672,'name':'based on a true story'},{'id':10199,'name':'gay interest'},{'id':11134,'name':'espionage'},{'id':158718,'name':'lgbt'},{'id':186906,'name':'boston red sox'},{'id':239239,'name':'closeted homosexual'},{'id':245691,'name':'oss (cia)'},{'id':245692,'name':'burnished tones'}]" +411143,"[{'id':310,'name':'artificial intelligence'},{'id':1930,'name':'kidnapping'},{'id':222268,'name':'escape attempt'}]" +399725,"[{'id':237,'name':'gay'},{'id':1672,'name':'lifestyle'},{'id':5202,'name':'boy'},{'id':18035,'name':'family'},{'id':158019,'name':'grandson'},{'id':158718,'name':'lgbt'},{'id':177972,'name':'bickering'},{'id':245721,'name':'extravagant'}]" +474051,"[{'id':612,'name':'hotel'},{'id':5319,'name':'pub'},{'id':5331,'name':'village'},{'id':11494,'name':'drug use'},{'id':15111,'name':'drinking'},{'id':33688,'name':'hunting'},{'id':207819,'name':'accident'},{'id':234722,'name':'scottish highlands'}]" +25053,[] +57510,[] +83890,"[{'id':5202,'name':'boy'},{'id':156121,'name':'ex-con'},{'id':225172,'name':'manhood'}]" +287426,"[{'id':960,'name':'homeless person'},{'id':2356,'name':'immigrant'},{'id':2671,'name':'heroin'},{'id':2981,'name':'homelessness'},{'id':168346,'name':'manhattan, new york city'},{'id':208742,'name':'nigerian'}]" +333696,"[{'id':74,'name':'germany'},{'id':1631,'name':'concentration camp'},{'id':1956,'name':'world war ii'},{'id':2652,'name':'nazi'},{'id':6091,'name':'war'},{'id':6405,'name':'kz buchenwald'},{'id':206637,'name':'shoah'},{'id':235896,'name':'silent kid'}]" +444539,"[{'id':817,'name':'bookshop'},{'id':818,'name':'based on novel or book'},{'id':1415,'name':'small town'},{'id':172218,'name':'shopkeeper'},{'id':208611,'name':'1950s'},{'id':222783,'name':'suffolk'}]" +407439,"[{'id':3036,'name':'bible'},{'id':3575,'name':'jerusalem'},{'id':5950,'name':'christian'},{'id':162708,'name':'mary magdalene'}]" +70496,[] +11656,"[{'id':570,'name':'rape'},{'id':4402,'name':'peasant'},{'id':5301,'name':'brother'},{'id':9748,'name':'revenge'},{'id':18011,'name':'pregnant woman'},{'id':161257,'name':'medieval'},{'id':166109,'name':'child murder'},{'id':215160,'name':'13th century'}]" +16084,[] +9822,"[{'id':690,'name':'gorilla'},{'id':3737,'name':'dying and death'},{'id':9714,'name':'remake'}]" +339103,"[{'id':1228,'name':'1970s'},{'id':1797,'name':'loyalty'},{'id':3149,'name':'gangster'},{'id':5565,'name':'biography'},{'id':10085,'name':'betrayal'},{'id':10291,'name':'organized crime'},{'id':14819,'name':'violence'},{'id':15405,'name':'godfather'},{'id':190636,'name':'crime syndicate'},{'id':231149,'name':'mob'}]" +61802,"[{'id':779,'name':'martial arts'},{'id':6149,'name':'police'},{'id':9663,'name':'sequel'}]" +431017,"[{'id':456,'name':'mother'},{'id':818,'name':'based on novel or book'},{'id':2679,'name':'artist'},{'id':9673,'name':'love'},{'id':18008,'name':'divorced'},{'id':187056,'name':'woman director'}]" +426258,"[{'id':380,'name':'sibling relationship'},{'id':657,'name':'fire'},{'id':1964,'name':'cave'},{'id':2669,'name':'motel'},{'id':3030,'name':'nightmare'},{'id':7312,'name':'road trip'},{'id':9714,'name':'remake'},{'id':9720,'name':'woods'},{'id':187056,'name':'woman director'}]" +460668,"[{'id':2246,'name':'confidence'},{'id':6262,'name':'delusion'},{'id':6350,'name':'head injury'},{'id':188474,'name':'cosmetics'}]" +25142,"[{'id':818,'name':'based on novel or book'},{'id':11001,'name':'religion'},{'id':18035,'name':'family'}]" +47901,"[{'id':6075,'name':'sport'},{'id':206441,'name':'pro wrestling'}]" +83359,"[{'id':703,'name':'detective'},{'id':818,'name':'based on novel or book'},{'id':9826,'name':'murder'},{'id':222967,'name':'scobie malone'}]" +469035,"[{'id':1419,'name':'gun'},{'id':12670,'name':'los angeles'},{'id':13130,'name':'teenager'},{'id':15160,'name':'divorce'},{'id':190830,'name':'bullied'},{'id':245622,'name':'anti gun'}]" +17685,"[{'id':2884,'name':'asylum'},{'id':3562,'name':'time bomb'}]" +29424,"[{'id':616,'name':'witch'},{'id':3030,'name':'nightmare'},{'id':3451,'name':'housewife'},{'id':10183,'name':'independent film'},{'id':40931,'name':'witchcraft'}]" +17136,"[{'id':1435,'name':'scissors'},{'id':1566,'name':'dream'},{'id':1992,'name':'professor'},{'id':2872,'name':'window'},{'id':3616,'name':'college'},{'id':5918,'name':'painting'},{'id':9937,'name':'suspense'},{'id':11246,'name':'barbed wire'},{'id':33514,'name':'clue'},{'id':33518,'name':'district attorney'},{'id':195402,'name':'film noir'}]" +521646,"[{'id':1415,'name':'small town'}]" +22480,"[{'id':1852,'name':'mutant'},{'id':3133,'name':'vampire'},{'id':11134,'name':'espionage'},{'id':11221,'name':'blood'}]" +20759,"[{'id':2792,'name':'boxer'},{'id':6075,'name':'sport'},{'id':14570,'name':'las vegas'},{'id':155840,'name':'boxing promoter'},{'id':193208,'name':'promoter'},{'id':199717,'name':'heavyweight champion'},{'id':209476,'name':'boxing'}]" +280492,"[{'id':4632,'name':'martial law'},{'id':6895,'name':'philippines'},{'id':215397,'name':'pinoy'}]" +14267,"[{'id':259,'name':'amputation'},{'id':9780,'name':'public murder'},{'id':10183,'name':'independent film'},{'id':10199,'name':'gay interest'},{'id':14857,'name':'juvenile delinquent'},{'id':163726,'name':'hitchhiking'},{'id':171636,'name':'drag'}]" +477652,[] +396373,"[{'id':5565,'name':'biography'},{'id':8099,'name':'sioux'},{'id':9409,'name':'north dakota'},{'id':9672,'name':'based on a true story'},{'id':10322,'name':'native american'},{'id':155805,'name':'native american reservation'},{'id':161228,'name':'sitting bull'},{'id':207928,'name':'19th century'},{'id':215162,'name':'indigenous peoples'},{'id':225068,'name':'lakota tribe'},{'id':247269,'name':'woman painter'}]" +468210,"[{'id':570,'name':'rape'},{'id':2831,'name':'slavery'},{'id':3012,'name':'court case'},{'id':3036,'name':'bible'},{'id':5657,'name':'australia'},{'id':9672,'name':'based on a true story'},{'id':18034,'name':'desert'},{'id':193459,'name':'australian aborigine'},{'id':207876,'name':'1920s'},{'id':239910,'name':'abuse of power'},{'id':245547,'name':'aboriginal spoken'}]" +408873,"[{'id':2187,'name':'riot'},{'id':6149,'name':'police'},{'id':10226,'name':'neighbor'},{'id':10261,'name':'stealing'},{'id':11221,'name':'blood'},{'id':12670,'name':'los angeles'},{'id':33462,'name':'handcuffed'},{'id':34079,'name':'death'},{'id':155419,'name':'shoplifting'},{'id':187056,'name':'woman director'},{'id':206440,'name':'video tape'},{'id':210608,'name':'1990s'}]" +359364,"[{'id':3679,'name':'society'},{'id':13154,'name':'world'},{'id':162710,'name':'culture'},{'id':187864,'name':'human'},{'id':202647,'name':'humanity'}]" +413834,"[{'id':187056,'name':'woman director'}]" +447332,"[{'id':1643,'name':'deafness'},{'id':2407,'name':'fireworks'},{'id':3725,'name':'pregnancy'},{'id':4458,'name':'post-apocalyptic'},{'id':6038,'name':'marriage'},{'id':10656,'name':'child in peril'},{'id':13127,'name':'farmhouse'},{'id':15025,'name':'parenting'},{'id':50009,'name':'survival horror'},{'id':155625,'name':'silence'},{'id':156802,'name':'cornfield'},{'id':157314,'name':'psychological horror'},{'id':188953,'name':'sign language'},{'id':191988,'name':'sound'},{'id':244722,'name':'mysterious creature'}]" +44963,"[{'id':4267,'name':'warlord'},{'id':10278,'name':'ninja'},{'id':155242,'name':'shogun'},{'id':208244,'name':'16th century'}]" +28071,"[{'id':9663,'name':'sequel'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':10327,'name':'undead'},{'id':12377,'name':'zombie'},{'id':13006,'name':'torture'},{'id':156081,'name':'tomb'},{'id':208681,'name':'knight templars'}]" +1444,"[{'id':3725,'name':'pregnancy'},{'id':5950,'name':'christian'},{'id':10041,'name':'dysfunctional family'},{'id':10061,'name':'dysfunctional marriage'},{'id':10183,'name':'independent film'},{'id':40917,'name':'in-laws'},{'id':155795,'name':'art dealer'},{'id':156578,'name':'newlywed'},{'id':164181,'name':'sister-in-law'},{'id':220195,'name':'daughter–in–law'}]" +22314,"[{'id':1568,'name':'undercover'},{'id':6149,'name':'police'},{'id':9672,'name':'based on a true story'}]" +37582,"[{'id':393,'name':'civil war'},{'id':818,'name':'based on novel or book'},{'id':2658,'name':'new zealand'},{'id':162988,'name':'dystopian future'}]" +50011,"[{'id':18047,'name':'anger'}]" +183,"[{'id':271,'name':'competition'},{'id':282,'name':'video game'},{'id':387,'name':'california'},{'id':5301,'name':'brother'},{'id':5303,'name':'utah'},{'id':5304,'name':'nintendo'},{'id':15291,'name':'on the road'},{'id':167043,'name':'road movie'}]" +402737,"[{'id':1556,'name':'texas'},{'id':10909,'name':'lawyer'},{'id':14512,'name':'new york city'},{'id':231149,'name':'mob'}]" +76868,"[{'id':1316,'name':'captain'},{'id':4204,'name':'deputy'},{'id':8627,'name':'stolen money'},{'id':15363,'name':'bank robbery'},{'id':160799,'name':'posse'},{'id':226499,'name':'manhunt'}]" +85942,"[{'id':1326,'name':'infidelity'},{'id':2301,'name':'architect'},{'id':14818,'name':'model'}]" +115549,[] +26299,"[{'id':1196,'name':'florida'},{'id':10329,'name':'wealth'},{'id':168192,'name':'speedboat '}]" +459258,"[{'id':1475,'name':'telepathy'},{'id':12400,'name':'brainwashing'},{'id':220448,'name':'bipolar disorder'},{'id':245504,'name':'smart apartment'}]" +467915,"[{'id':1326,'name':'infidelity'},{'id':4729,'name':'dublin'},{'id':9758,'name':'deception'}]" +38557,"[{'id':1261,'name':'river'}]" +238713,"[{'id':470,'name':'spy'},{'id':591,'name':'cia'},{'id':1568,'name':'undercover'},{'id':6163,'name':'arms dealer'},{'id':10617,'name':'disaster'},{'id':18117,'name':'female spy'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'}]" +414770,"[{'id':3298,'name':'hallucination'},{'id':14629,'name':'experimental'},{'id':33490,'name':'filmmaking'},{'id':155477,'name':'softcore'},{'id':159551,'name':'pink film'},{'id':229037,'name':'roman porno'}]" +377274,"[{'id':237,'name':'gay'},{'id':2646,'name':'bird'},{'id':4237,'name':'water'},{'id':5774,'name':'forest'},{'id':10180,'name':'homosexuality'},{'id':15135,'name':'gay sex'},{'id':156180,'name':'initiation'},{'id':157096,'name':'homoeroticism'},{'id':214809,'name':'ornithologist'}]" +412280,"[{'id':2964,'name':'future'},{'id':5385,'name':'survivor'},{'id':10629,'name':'vision'},{'id':11060,'name':'trap'},{'id':189092,'name':'journey'},{'id':201864,'name':'hostile'},{'id':226023,'name':'matriarch'},{'id':226287,'name':'aboriginal mythology'},{'id':235674,'name':'nomadic band'},{'id':235676,'name':'heretic'}]" +290550,"[{'id':6895,'name':'philippines'},{'id':14527,'name':'storm'}]" +383208,"[{'id':187056,'name':'woman director'}]" +463116,"[{'id':2343,'name':'magic'},{'id':2679,'name':'artist'},{'id':7376,'name':'princess'},{'id':10466,'name':'knight'},{'id':10821,'name':'sorcerer'},{'id':13084,'name':'king'},{'id':15074,'name':'vortex'}]" +429195,"[{'id':739,'name':'sexual abuse'},{'id':6731,'name':'british'},{'id':7464,'name':'alcoholism'},{'id':9180,'name':'yorkshire'},{'id':13127,'name':'farmhouse'},{'id':33720,'name':'guilt'},{'id':212642,'name':'abusive father'},{'id':226151,'name':'inspired by novel'}]" +452773,"[{'id':3478,'name':'parrot'},{'id':5733,'name':'turkey'},{'id':15162,'name':'dog'},{'id':157155,'name':'explorer'},{'id':181313,'name':'granada'},{'id':188326,'name':'construction worker'},{'id':215198,'name':'king midas'}]" +425336,"[{'id':736,'name':'journalist'},{'id':818,'name':'based on novel or book'},{'id':2150,'name':'cocaine'},{'id':5565,'name':'biography'},{'id':8996,'name':'medellín colombia'},{'id':9310,'name':'latinx lead'},{'id':9672,'name':'based on a true story'},{'id':10175,'name':'drug cartel'},{'id':18026,'name':'drug lord'},{'id':208289,'name':'1980s'}]" +468703,[] +338768,"[{'id':708,'name':'runaway'},{'id':1646,'name':'autism'},{'id':3553,'name':'manuscript'},{'id':228488,'name':'star trek'}]" +468284,[] +27811,"[{'id':414,'name':'hunter'},{'id':3020,'name':'sheep'}]" +362202,"[{'id':2041,'name':'island'},{'id':10163,'name':'cancer'},{'id':12361,'name':'hacking'},{'id':15009,'name':'criminal'},{'id':207059,'name':'white collar criminal'},{'id':209853,'name':'cybercrime'}]" +364814,"[{'id':6075,'name':'sport'},{'id':7912,'name':'rugby'}]" +10057,"[{'id':90,'name':'paris france'},{'id':14577,'name':'musketeer'}]" +253312,"[{'id':1423,'name':'asteroid'},{'id':2964,'name':'future'},{'id':13038,'name':'retro'}]" +370928,"[{'id':428,'name':'nurse'},{'id':6844,'name':'stalker'},{'id':9844,'name':'car crash'}]" +316015,[] +280874,[] +31535,"[{'id':1436,'name':'inventor'},{'id':3338,'name':'invention'},{'id':3692,'name':'scandal'}]" +332439,[] +315134,[] +60695,[] +411082,[] +43530,[] +443476,[] +74436,[] +333339,"[{'id':282,'name':'video game'},{'id':818,'name':'based on novel or book'},{'id':2964,'name':'future'},{'id':4414,'name':'adventure'},{'id':4563,'name':'virtual reality'},{'id':4565,'name':'dystopia'},{'id':5609,'name':'nostalgia'},{'id':9673,'name':'love'},{'id':11738,'name':'evil corporation'},{'id':207372,'name':'quest'},{'id':208289,'name':'1980s'},{'id':208542,'name':'life'},{'id':243676,'name':'2040s'},{'id':246466,'name':'based on young adult novel'}]" +9326,"[{'id':483,'name':'riddle'},{'id':1454,'name':'treasure'},{'id':1701,'name':'hero'},{'id':1969,'name':'map'},{'id':2148,'name':'colombia'},{'id':3184,'name':'alligator'},{'id':3185,'name':'crocodile'},{'id':6956,'name':'treasure hunt'},{'id':10085,'name':'betrayal'},{'id':10776,'name':'marijuana'},{'id':10787,'name':'jungle'},{'id':10818,'name':'author'},{'id':15222,'name':'central america'},{'id':18026,'name':'drug lord'},{'id':18266,'name':'south america'},{'id':33456,'name':'double cross'},{'id':41586,'name':'archaeologist'},{'id':155251,'name':'novelist'},{'id':155298,'name':'aeroplane'},{'id':155331,'name':'jewel'},{'id':155336,'name':'smuggler'},{'id':165301,'name':'opposites attract'},{'id':184134,'name':'archeology '},{'id':244863,'name':'first part'}]" +18781,"[{'id':2452,'name':'crematorium'},{'id':3298,'name':'hallucination'},{'id':9672,'name':'based on a true story'},{'id':10224,'name':'haunting'},{'id':156174,'name':'occult'},{'id':160322,'name':'funeral home'},{'id':162335,'name':'mortuary'},{'id':163864,'name':'incinerator'},{'id':164829,'name':'cousin cousin relationship'},{'id':171826,'name':'told in flashback'},{'id':172504,'name':'reverend'},{'id':172643,'name':'funeral parlor'},{'id':172649,'name':'boy in peril'},{'id':172653,'name':'oncology ward'},{'id':172655,'name':'desecration'},{'id':172656,'name':'child cancer'},{'id':172657,'name':'rosary'},{'id':172658,'name':'isolated house'},{'id':172664,'name':'hide and seek'},{'id':179431,'name':'duringcreditsstinger'},{'id':240435,'name':'scientific experiment'},{'id':244863,'name':'first part'}]" +23196,"[{'id':2987,'name':'gang war'},{'id':12670,'name':'los angeles'}]" +42725,"[{'id':6951,'name':'biker'},{'id':10183,'name':'independent film'},{'id':168132,'name':'biker movie'}]" +33310,"[{'id':10183,'name':'independent film'}]" +476299,"[{'id':3298,'name':'hallucination'},{'id':6255,'name':'insanity'},{'id':13006,'name':'torture'},{'id':170351,'name':'reality vs fantasy'}]" +383585,"[{'id':818,'name':'based on novel or book'},{'id':13065,'name':'soldier'},{'id':14819,'name':'violence'},{'id':15087,'name':'iraq war'},{'id':160977,'name':'virginia'}]" +500203,"[{'id':6095,'name':'house'},{'id':10911,'name':'inheritance'},{'id':159143,'name':'biological father'}]" +407720,[] +399248,"[{'id':539,'name':'middle east'},{'id':949,'name':'terrorist'},{'id':1228,'name':'1970s'},{'id':1562,'name':'hostage'},{'id':6091,'name':'war'},{'id':18286,'name':'israeli palestinian conflict'},{'id':173259,'name':'arab'},{'id':208289,'name':'1980s'}]" +528998,"[{'id':521,'name':'washington d.c.'},{'id':833,'name':'white house'},{'id':1936,'name':'blackmail'},{'id':2944,'name':'senator'},{'id':3072,'name':'campaign'},{'id':5600,'name':'daughter'},{'id':245314,'name':'aide'}]" +470135,"[{'id':10123,'name':'dark comedy'}]" +457251,"[{'id':4004,'name':'cultural revolution'}]" +384677,"[{'id':248,'name':'date'},{'id':3487,'name':'assistant'},{'id':5306,'name':'boss'},{'id':9799,'name':'romantic comedy'},{'id':10132,'name':'matchmaking'},{'id':10177,'name':'corporate'},{'id':14512,'name':'new york city'},{'id':167925,'name':'employer employee relationship'}]" +412302,"[{'id':5306,'name':'boss'},{'id':12396,'name':'hollywood'},{'id':12670,'name':'los angeles'},{'id':33699,'name':'policeman'},{'id':174038,'name':'personal assistant'},{'id':186402,'name':'starlet'}]" +440471,"[{'id':310,'name':'artificial intelligence'},{'id':378,'name':'prison'},{'id':779,'name':'martial arts'},{'id':4298,'name':'teamwork'},{'id':9663,'name':'sequel'},{'id':12361,'name':'hacking'},{'id':14544,'name':'robot'},{'id':154884,'name':'escape artist'},{'id':171957,'name':'go'},{'id':187660,'name':'rubik's cube'},{'id':191047,'name':'prison break'},{'id':246238,'name':'guns'}]" +460910,"[{'id':3358,'name':'haunted house'},{'id':6270,'name':'high school'},{'id':9955,'name':'urban legend'},{'id':10941,'name':'disappearance'},{'id':13130,'name':'teenager'},{'id':54169,'name':'stoner'},{'id':183732,'name':'viral video'},{'id':228523,'name':'inspired by true events'}]" +54873,"[{'id':458,'name':'hippie'},{'id':572,'name':'sex'},{'id':1196,'name':'florida'},{'id':4551,'name':'swamp'},{'id':7312,'name':'road trip'},{'id':9826,'name':'murder'},{'id':10776,'name':'marijuana'},{'id':14964,'name':'drugs'},{'id':163726,'name':'hitchhiking'},{'id':163795,'name':'recreational vehicle'}]" +451945,"[{'id':90,'name':'paris france'},{'id':237,'name':'gay'},{'id':254,'name':'france'},{'id':740,'name':'aids'},{'id':1295,'name':'europe'},{'id':10124,'name':'laboratory'},{'id':158718,'name':'lgbt'},{'id':180443,'name':'cure'},{'id':208561,'name':'pharmaceuticals'},{'id':210608,'name':'1990s'}]" +399174,"[{'id':233,'name':'japan'},{'id':2041,'name':'island'},{'id':10121,'name':'stop motion'},{'id':15162,'name':'dog'},{'id':159602,'name':'garbage dump'}]" +451955,"[{'id':4320,'name':'lover'},{'id':7375,'name':'twin brother'},{'id':189131,'name':'psychoanalyst'},{'id':190370,'name':'erotic movie'}]" +531101,"[{'id':6152,'name':'supernatural'},{'id':15001,'name':'demon'},{'id':245446,'name':'film crew'}]" +27064,"[{'id':236,'name':'suicide'},{'id':237,'name':'gay'},{'id':1284,'name':'identity'},{'id':1627,'name':'patriotism'},{'id':1628,'name':'nationalism'},{'id':6285,'name':'coup d'etat'},{'id':10818,'name':'author'},{'id':14893,'name':'art'},{'id':158718,'name':'lgbt'}]" +370187,"[{'id':3616,'name':'college'},{'id':6731,'name':'british'},{'id':157632,'name':'fraternity'},{'id':240484,'name':'roadtrip'}]" +437557,"[{'id':970,'name':'parent child relationship'},{'id':10266,'name':'prom'},{'id':10275,'name':'house party'},{'id':10809,'name':'teenage girl'},{'id':13130,'name':'teenager'},{'id':155722,'name':'teen comedy'},{'id':156777,'name':'teenage sexuality'},{'id':187056,'name':'woman director'},{'id':226226,'name':'prom night'},{'id':229522,'name':'losing virginity'},{'id':241368,'name':'mid-life crisis'}]" +3112,"[{'id':378,'name':'prison'},{'id':2872,'name':'window'},{'id':3419,'name':'fanatic'},{'id':6932,'name':'count'},{'id':9826,'name':'murder'},{'id':10103,'name':'children'},{'id':10594,'name':'money'},{'id':14604,'name':'theft'},{'id':33630,'name':'doll'},{'id':33631,'name':'hymn'},{'id':155437,'name':'children on the run'},{'id':195402,'name':'film noir'}]" +50627,"[{'id':380,'name':'sibling relationship'},{'id':2693,'name':'monopoly'},{'id':5532,'name':'boardwalk'},{'id':9890,'name':'jail'},{'id':11578,'name':'mobster'},{'id':173276,'name':'dreamer'}]" +79544,"[{'id':388,'name':'scotland'},{'id':818,'name':'based on novel or book'},{'id':6152,'name':'supernatural'},{'id':10123,'name':'dark comedy'},{'id':235620,'name':'re-imagining'},{'id':245408,'name':'companion piece'}]" +8316,"[{'id':1244,'name':'hungary'},{'id':2389,'name':'virgin'},{'id':3258,'name':'beauty'},{'id':3633,'name':'dracula'},{'id':4995,'name':'aging'},{'id':5565,'name':'biography'},{'id':5689,'name':'slovakia'},{'id':5878,'name':'baroness'},{'id':9886,'name':'countess'},{'id':9937,'name':'suspense'},{'id':10714,'name':'serial killer'},{'id':11249,'name':'blood bath'},{'id':14751,'name':'youth'},{'id':40931,'name':'witchcraft'},{'id':162792,'name':'historically inaccurate'},{'id':163079,'name':'revisionist history'},{'id':174960,'name':'vanity'},{'id':183434,'name':'noblewoman'},{'id':183435,'name':'bloodbath'},{'id':187056,'name':'woman director'},{'id':207941,'name':'17th century'},{'id':245433,'name':'gerascophobia'}]" +11167,"[{'id':4606,'name':'cinematographer'},{'id':6025,'name':'photography'},{'id':33625,'name':'illegal prostitution'},{'id':34117,'name':'cult film'},{'id':233450,'name':'proto-slasher'}]" +20126,"[{'id':9826,'name':'murder'},{'id':12193,'name':'reporter'},{'id':12570,'name':'whodunit'},{'id':14742,'name':'psychic'},{'id':14743,'name':'pianist'},{'id':197619,'name':'foreign'},{'id':233450,'name':'proto-slasher'}]" +51409,"[{'id':966,'name':'beach'},{'id':3352,'name':'tree'},{'id':9872,'name':'grief'},{'id':10103,'name':'children'},{'id':10183,'name':'independent film'},{'id':11004,'name':'rural setting'},{'id':14527,'name':'storm'},{'id':14768,'name':'single mother'},{'id':187056,'name':'woman director'}]" +13162,"[{'id':1741,'name':'blindness and impaired vision'},{'id':2692,'name':'arranged marriage'},{'id':4513,'name':'blind date'}]" +426030,"[{'id':212,'name':'london'},{'id':588,'name':'rome italy'},{'id':4948,'name':'retirement'},{'id':6071,'name':'middle class'},{'id':229299,'name':'affair'}]" +487670,"[{'id':849,'name':'dc comics'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':10336,'name':'animation'},{'id':242295,'name':'alien abomination'}]" +399796,"[{'id':3451,'name':'housewife'},{'id':3616,'name':'college'},{'id':5600,'name':'daughter'}]" +427641,"[{'id':690,'name':'gorilla'},{'id':1299,'name':'monster'},{'id':1994,'name':'wolf'},{'id':2766,'name':'mutation'},{'id':5703,'name':'lizard'},{'id':5704,'name':'giant lizard'},{'id':41645,'name':'based on video game'},{'id':158252,'name':'giant animal'},{'id':158253,'name':'mutant animal'},{'id':163531,'name':'albino'},{'id':189099,'name':'giant'},{'id':189359,'name':'rat'},{'id':244157,'name':'genetic experiment'},{'id':245623,'name':'destroyed city'},{'id':245624,'name':'giant gorilla'},{'id':245625,'name':'giant wolf'},{'id':245626,'name':'animal monster'}]" +11031,"[{'id':2570,'name':'rock star'},{'id':4044,'name':'groupie'},{'id':11800,'name':'mockumentary'},{'id':34117,'name':'cult film'},{'id':41591,'name':'music band'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'},{'id':232186,'name':'amplifier'}]" +435577,"[{'id':818,'name':'based on novel or book'},{'id':1191,'name':'norway'},{'id':1956,'name':'world war ii'},{'id':15272,'name':'gestapo'},{'id':174375,'name':'resistance fighter'}]" +43196,"[{'id':4344,'name':'musical'},{'id':5565,'name':'biography'}]" +71841,[] +42481,"[{'id':6075,'name':'sport'}]" +36797,"[{'id':14626,'name':'astronaut'},{'id':157972,'name':'chimpanzee'}]" +53906,"[{'id':3366,'name':'u.s. air force'},{'id':9878,'name':'fighter jet'},{'id':246202,'name':'jet fighter'}]" +43654,"[{'id':237,'name':'gay'},{'id':10181,'name':'based on play or musical'},{'id':10198,'name':'gay relationship'},{'id':12191,'name':'postmodern'},{'id':220966,'name':'edward ii'},{'id':237612,'name':'14th century'}]" +43114,"[{'id':14733,'name':'texan'},{'id':163127,'name':'mexican'}]" +7008,"[{'id':1384,'name':'diamond'},{'id':2430,'name':'hiding place'},{'id':3012,'name':'court case'},{'id':6149,'name':'police'},{'id':7856,'name':'racist'}]" +221449,[] +20108,"[{'id':4144,'name':'donkey'},{'id':5252,'name':'misery'},{'id':14624,'name':'cruelty'},{'id':33487,'name':'burden'},{'id':33488,'name':'beast of burden'},{'id':33489,'name':'transcendence'},{'id':54613,'name':'purity'}]" +450654,"[{'id':3094,'name':'australian'},{'id':10183,'name':'independent film'},{'id':15001,'name':'demon'},{'id':162846,'name':'ghost'},{'id':232966,'name':'past lives'}]" +426240,[] +504982,"[{'id':2501,'name':'death row'},{'id':4563,'name':'virtual reality'},{'id':12616,'name':'dinosaur'},{'id':15234,'name':'convict'},{'id':217328,'name':'death match'},{'id':244256,'name':'near future'}]" +5434,"[{'id':9826,'name':'murder'},{'id':15127,'name':'killer'}]" +227877,"[{'id':548,'name':'countryside'},{'id':9826,'name':'murder'},{'id':11040,'name':'masked killer'},{'id':13006,'name':'torture'},{'id':14903,'name':'home invasion'},{'id':18035,'name':'family'}]" +62570,[] +22233,"[{'id':3451,'name':'housewife'},{'id':194780,'name':'family man'}]" +42342,"[{'id':2479,'name':'chicken'},{'id':185521,'name':'chicken farm'}]" +526746,[] +506407,"[{'id':187056,'name':'woman director'}]" +472921,"[{'id':1820,'name':'trip'},{'id':3622,'name':'stowaway'},{'id':3800,'name':'airplane'},{'id':6256,'name':'truth'},{'id':10617,'name':'disaster'}]" +16563,"[{'id':380,'name':'sibling relationship'},{'id':1897,'name':'oregon'},{'id':3582,'name':'bride'},{'id':4344,'name':'musical'},{'id':13027,'name':'wedding'},{'id':156866,'name':'based on short story'},{'id':165909,'name':'alarm'},{'id':165913,'name':'uncle niece relationship'},{'id':165914,'name':'mountain pass'},{'id':165921,'name':'wedding bouquet'},{'id':207928,'name':'19th century'}]" +347097,"[{'id':6152,'name':'supernatural'}]" +462077,[] +8326,"[{'id':818,'name':'based on novel or book'},{'id':10541,'name':'curse'},{'id':11707,'name':'suitor'},{'id':14783,'name':'false accusations'},{'id':159197,'name':'digging'},{'id':159201,'name':'baseball player'},{'id':159212,'name':'mountain climbing'},{'id':246466,'name':'based on young adult novel'}]" +482650,"[{'id':6245,'name':'instinct'},{'id':33772,'name':'deer hunting'},{'id':188154,'name':'rite of passage'},{'id':190899,'name':'american wilderness'}]" +529736,[] +43253,"[{'id':622,'name':'bet'},{'id':1336,'name':'ransom'},{'id':2673,'name':'horse'},{'id':9503,'name':'outlaw'},{'id':33600,'name':'stagecoach'},{'id':156578,'name':'newlywed'}]" +479495,"[{'id':490,'name':'philosophy'},{'id':2163,'name':'civilization'},{'id':2800,'name':'psychology'},{'id':10148,'name':'tribe'},{'id':157155,'name':'explorer'}]" +426243,"[{'id':13015,'name':'terrorism'},{'id':18001,'name':'rock band'}]" +278265,"[{'id':237,'name':'gay'},{'id':10551,'name':'ballet'},{'id':10683,'name':'coming of age'}]" +412363,"[{'id':187056,'name':'woman director'},{'id':241730,'name':'orthodox jewish'}]" +376459,"[{'id':187056,'name':'woman director'}]" +358962,"[{'id':226252,'name':'ancient ritual'}]" +347030,"[{'id':9935,'name':'travel'},{'id':14760,'name':'scientist'},{'id':15325,'name':'universe'},{'id':208542,'name':'life'},{'id':245251,'name':'transmission'}]" +435218,"[{'id':212,'name':'london'},{'id':444,'name':'taxi'},{'id':3713,'name':'chase'},{'id':173361,'name':'real time'},{'id':245253,'name':'actor playing himself'}]" +528911,"[{'id':6075,'name':'sport'},{'id':13042,'name':'soccer'},{'id':13130,'name':'teenager'}]" +464502,"[{'id':9748,'name':'revenge'},{'id':14819,'name':'violence'}]" +433627,"[{'id':536,'name':'israel'},{'id':1228,'name':'1970s'},{'id':3039,'name':'palestinian'},{'id':7404,'name':'uganda'},{'id':9672,'name':'based on a true story'},{'id':9682,'name':'history'},{'id':10184,'name':'airplane hijacking'},{'id':11107,'name':'rescue mission'},{'id':158716,'name':'israeli defense force'},{'id':194592,'name':'operation entebbe'}]" +83354,"[{'id':9910,'name':'jesse james'}]" +17591,"[{'id':658,'name':'sea'},{'id':1809,'name':'rio de janeiro'},{'id':1913,'name':'atlantic ocean'},{'id':1956,'name':'world war ii'},{'id':3799,'name':'ship'},{'id':9335,'name':'royal navy'},{'id':195862,'name':'naval warfare'},{'id':233857,'name':'german navy'}]" +253297,"[{'id':5565,'name':'biography'},{'id':33490,'name':'filmmaking'},{'id':164282,'name':'showbiz'},{'id':208586,'name':'acting'},{'id':220378,'name':'film production'}]" +42242,"[{'id':12988,'name':'pirate'},{'id':167861,'name':'caribbean'},{'id':168297,'name':'tyrant'}]" +17132,"[{'id':708,'name':'runaway'},{'id':1336,'name':'ransom'},{'id':1930,'name':'kidnapping'},{'id':2233,'name':'neglect'},{'id':6083,'name':'politician'},{'id':6149,'name':'police'},{'id':7118,'name':'escaped convict'}]" +397334,"[{'id':187056,'name':'woman director'}]" +252728,"[{'id':187056,'name':'woman director'}]" +511785,"[{'id':237,'name':'gay'},{'id':5490,'name':'girlfriend'},{'id':6270,'name':'high school'},{'id':10180,'name':'homosexuality'},{'id':11870,'name':'teen movie'},{'id':155722,'name':'teen comedy'},{'id':158718,'name':'lgbt'},{'id':229522,'name':'losing virginity'}]" +422128,"[{'id':931,'name':'jealousy'},{'id':6270,'name':'high school'},{'id':14632,'name':'suburb'},{'id':15027,'name':'taboo'},{'id':41355,'name':'teacher student relationship'},{'id':187056,'name':'woman director'},{'id':233615,'name':'drama teacher'},{'id':245166,'name':'inspired by play'}]" +340249,"[{'id':1003,'name':'photographer'},{'id':2656,'name':'hat'},{'id':3030,'name':'nightmare'},{'id':6255,'name':'insanity'},{'id':156578,'name':'newlywed'}]" +450519,"[{'id':258,'name':'bomb'},{'id':800,'name':'bounty'},{'id':949,'name':'terrorist'},{'id':3800,'name':'airplane'}]" +457258,"[{'id':3094,'name':'australian'},{'id':13027,'name':'wedding'},{'id':201497,'name':'arabic'},{'id':211297,'name':'white lie'}]" +500919,"[{'id':3725,'name':'pregnancy'},{'id':6149,'name':'police'},{'id':9672,'name':'based on a true story'},{'id':9826,'name':'murder'},{'id':15363,'name':'bank robbery'},{'id':191845,'name':'bank heist'}]" +448916,"[{'id':310,'name':'artificial intelligence'},{'id':839,'name':'mars'},{'id':5340,'name':'investigation'},{'id':14541,'name':'crash'},{'id':196557,'name':'mission to mars'},{'id':245124,'name':'mysterious object'}]" +39285,"[{'id':736,'name':'journalist'},{'id':818,'name':'based on novel or book'},{'id':1568,'name':'undercover'},{'id':8629,'name':'tv movie'},{'id':13043,'name':'dating'},{'id':14522,'name':'co-worker'},{'id':167516,'name':'coworker relationship'},{'id':170682,'name':'lying'},{'id':179431,'name':'duringcreditsstinger'},{'id':193889,'name':'investment firm'},{'id':212796,'name':'workplace romance'}]" +42855,[] +55741,[] +417501,"[{'id':2604,'name':'babysitter'},{'id':9714,'name':'remake'},{'id':10059,'name':'boogeyman'},{'id':165450,'name':'closet'}]" +424632,"[{'id':9840,'name':'romance'}]" +517289,"[{'id':818,'name':'based on novel or book'},{'id':4344,'name':'musical'},{'id':9715,'name':'superhero'},{'id':165317,'name':'based on movie'},{'id':196377,'name':'sci-fi comedy'},{'id':206597,'name':'stage musical'},{'id':207679,'name':'troma'},{'id':240462,'name':'musical comedy'}]" +464502,"[{'id':9748,'name':'revenge'},{'id':14819,'name':'violence'}]" +433627,"[{'id':536,'name':'israel'},{'id':1228,'name':'1970s'},{'id':3039,'name':'palestinian'},{'id':7404,'name':'uganda'},{'id':9672,'name':'based on a true story'},{'id':9682,'name':'history'},{'id':10184,'name':'airplane hijacking'},{'id':11107,'name':'rescue mission'},{'id':158716,'name':'israeli defense force'},{'id':194592,'name':'operation entebbe'}]" +293006,"[{'id':305,'name':'moon'},{'id':1432,'name':'nasa'},{'id':8629,'name':'tv movie'},{'id':243638,'name':'aliens'},{'id':245212,'name':'foia'}]" +519804,"[{'id':9716,'name':'stand-up comedy'}]" +347344,"[{'id':10624,'name':'bully'},{'id':10873,'name':'school'},{'id':18712,'name':'based on graphic novel'},{'id':158718,'name':'lgbt'}]" +529358,"[{'id':3376,'name':'satellite'},{'id':177406,'name':'message'},{'id':242710,'name':'stalked'},{'id':245207,'name':'otherworldly beings'},{'id':245208,'name':'government agents'},{'id':245209,'name':'decipher'},{'id':245210,'name':'cryptographer'}]" +478528,"[{'id':3243,'name':'flying saucer'},{'id':8468,'name':'crew'},{'id':9738,'name':'ufo'},{'id':9951,'name':'alien'},{'id':11614,'name':'filmmaker'},{'id':12553,'name':'alien abduction'}]" +314569,[] +39557,"[{'id':798,'name':'sheriff'},{'id':193694,'name':'livery stable'}]" +347763,"[{'id':187056,'name':'woman director'}]" +36089,"[{'id':1299,'name':'monster'},{'id':4210,'name':'panic'},{'id':7038,'name':'giant bird'},{'id':9738,'name':'ufo'},{'id':9882,'name':'space'},{'id':11034,'name':'b movie'},{'id':15053,'name':'united nations'},{'id':183787,'name':'alien monster'}]" +394047,"[{'id':1568,'name':'undercover'},{'id':15162,'name':'dog'},{'id':206207,'name':'animal welfare'},{'id':223378,'name':'animal rescue'},{'id':233292,'name':'animal rights organization'},{'id':234360,'name':'puppy mill'},{'id':234362,'name':'college intern'}]" +384687,"[{'id':2626,'name':'exorcism'},{'id':9844,'name':'car crash'},{'id':10114,'name':'evil spirit'},{'id':10629,'name':'vision'},{'id':13130,'name':'teenager'},{'id':162846,'name':'ghost'},{'id':199686,'name':'near-death experience'}]" +11847,"[{'id':642,'name':'robbery'},{'id':779,'name':'martial arts'},{'id':5733,'name':'turkey'},{'id':12193,'name':'reporter'},{'id':12354,'name':'hong kong'},{'id':14955,'name':'fighting'}]" +344147,"[{'id':1299,'name':'monster'},{'id':1852,'name':'mutant'},{'id':4676,'name':'whale'},{'id':8629,'name':'tv movie'},{'id':9663,'name':'sequel'},{'id':15097,'name':'shark'}]" +37833,"[{'id':1632,'name':'opium'},{'id':1803,'name':'drug addiction'},{'id':2149,'name':'drug traffic'},{'id':2231,'name':'drug dealer'},{'id':2903,'name':'propaganda'},{'id':3298,'name':'hallucination'},{'id':9826,'name':'murder'},{'id':10776,'name':'marijuana'},{'id':11528,'name':'hallucinogenic drug'},{'id':14964,'name':'drugs'},{'id':34117,'name':'cult film'},{'id':210385,'name':'dramatization'}]" +25661,"[{'id':779,'name':'martial arts'},{'id':780,'name':'kung fu'},{'id':1632,'name':'opium'},{'id':1803,'name':'drug addiction'}]" +144716,"[{'id':818,'name':'based on novel or book'},{'id':4344,'name':'musical'},{'id':156033,'name':'jekyll and hyde'}]" +37342,"[{'id':437,'name':'painter'},{'id':12565,'name':'psychological thriller'},{'id':162065,'name':'blow torch'},{'id':162776,'name':'lodging house'},{'id':233450,'name':'proto-slasher'}]" +376575,"[{'id':1691,'name':'dance'},{'id':195402,'name':'film noir'},{'id':209714,'name':'3d'}]" +378080,"[{'id':534,'name':'mexico'},{'id':782,'name':'assassin'},{'id':5600,'name':'daughter'},{'id':9823,'name':'rivalry'},{'id':14659,'name':'girl'},{'id':206594,'name':'cartel'}]" +476968,"[{'id':1405,'name':'roman empire'},{'id':5950,'name':'christian'},{'id':192002,'name':'biblical'},{'id':196307,'name':'nero'},{'id':206042,'name':'based on bible'},{'id':222185,'name':'1st century'},{'id':245106,'name':'saint paul'}]" +339404,"[{'id':271,'name':'competition'},{'id':7312,'name':'road trip'},{'id':9799,'name':'romantic comedy'},{'id':9823,'name':'rivalry'}]" +370567,"[{'id':497,'name':'shakespeare'},{'id':9401,'name':'sherlock holmes'},{'id':9663,'name':'sequel'},{'id':184402,'name':'missing'},{'id':221758,'name':'sir arthur conan doyle'},{'id':238582,'name':'romeo'},{'id':238583,'name':'juliet'},{'id':244967,'name':'animate statue'}]" +467917,"[{'id':237,'name':'gay'},{'id':10181,'name':'based on play or musical'},{'id':41523,'name':'brooklyn, new york city'},{'id':158718,'name':'lgbt'},{'id':197692,'name':'pre-school'},{'id':236642,'name':'gender nonconforming'}]" +421471,"[{'id':6270,'name':'high school'},{'id':7714,'name':'step brother'},{'id':13130,'name':'teenager'},{'id':14768,'name':'single mother'},{'id':17994,'name':'firecracker'},{'id':166947,'name':'san fernando valley'},{'id':192188,'name':'sexually aggressive woman'},{'id':227476,'name':'mentally unstable'},{'id':235196,'name':'rebellious'}]" +419478,"[{'id':2350,'name':'seattle'},{'id':2725,'name':'sunlight'},{'id':6564,'name':'terminal illness'},{'id':10229,'name':'singer'},{'id':12392,'name':'best friend'},{'id':12399,'name':'homeschooling'},{'id':13130,'name':'teenager'},{'id':14809,'name':'dead mother'},{'id':15058,'name':'swimming'},{'id':155888,'name':'teenage daughter'},{'id':163865,'name':'railway station'},{'id':164698,'name':'boyfriend girlfriend'},{'id':171665,'name':'athletic scholarship'},{'id':181068,'name':'protective father'},{'id':188237,'name':'teenage romance'},{'id':199793,'name':'busker'},{'id':226745,'name':'rare disease'},{'id':233828,'name':'medical problem'}]" +407440,"[{'id':65,'name':'holiday'},{'id':1295,'name':'europe'},{'id':9935,'name':'travel'},{'id':11933,'name':'conflict'},{'id':190069,'name':'estranged'},{'id':236688,'name':'sisters'},{'id':245102,'name':'mystery destination'},{'id':245103,'name':'unresolved issues'}]" +2517,"[{'id':233,'name':'japan'},{'id':380,'name':'sibling relationship'},{'id':697,'name':'loss of loved one'},{'id':3743,'name':'season'},{'id':12369,'name':'tokyo japan'},{'id':230570,'name':'kids on their own'}]" +19874,"[{'id':572,'name':'sex'},{'id':6270,'name':'high school'},{'id':10183,'name':'independent film'},{'id':13130,'name':'teenager'},{'id':14964,'name':'drugs'}]" +103195,"[{'id':5498,'name':'lsd'},{'id':194273,'name':'hofmann'}]" +465136,"[{'id':818,'name':'based on novel or book'},{'id':4375,'name':'transformation'},{'id':229871,'name':'body switch'},{'id':246466,'name':'based on young adult novel'}]" +297733,"[{'id':187056,'name':'woman director'}]" +434392,"[{'id':9826,'name':'murder'},{'id':18035,'name':'family'},{'id':68646,'name':'supernatural creature'},{'id':159947,'name':'parents'},{'id':190069,'name':'estranged'},{'id':227686,'name':'myth'},{'id':235585,'name':'reunite'},{'id':244457,'name':'siblings'}]" +510096,"[{'id':4152,'name':'kingdom'},{'id':4344,'name':'musical'},{'id':7376,'name':'princess'},{'id':9663,'name':'sequel'},{'id':176774,'name':'mark'},{'id':245114,'name':'z'},{'id':245115,'name':'eighth part'}]" +516237,"[{'id':9739,'name':'extraterrestrial'},{'id':9951,'name':'alien'},{'id':10221,'name':'meteorite'},{'id':163395,'name':'infestation'},{'id':234574,'name':'abducted'}]" +458140,[] +492888,[] +466876,"[{'id':5972,'name':'garden gnome'},{'id':10791,'name':'teenage crush'},{'id':10809,'name':'teenage girl'},{'id':33910,'name':'high school student'},{'id':68646,'name':'supernatural creature'},{'id':209714,'name':'3d'},{'id':233617,'name':'popular girl'},{'id':242689,'name':'teenage protagonist'},{'id':244967,'name':'animate statue'},{'id':245026,'name':'moving'},{'id':245027,'name':'crush on girl'}]" +438283,"[{'id':1563,'name':'prisoner'},{'id':5606,'name':'gang leader'},{'id':6149,'name':'police'},{'id':9727,'name':'thief'},{'id':15009,'name':'criminal'}]" +18872,"[{'id':236,'name':'suicide'},{'id':818,'name':'based on novel or book'},{'id':2692,'name':'arranged marriage'},{'id':9928,'name':'bereavement'},{'id':187224,'name':'seaside town'}]" +44582,"[{'id':2564,'name':'wheelchair'},{'id':6054,'name':'friendship'},{'id':6278,'name':'scholarship'}]" +107387,"[{'id':3098,'name':'castle'},{'id':3133,'name':'vampire'}]" +82407,[] +31221,"[{'id':4414,'name':'adventure'}]" +352078,"[{'id':5950,'name':'christian'},{'id':6548,'name':'the rapture'},{'id':12332,'name':'apocalypse'}]" +66043,"[{'id':10360,'name':'prejudice'},{'id':33740,'name':'humiliation'},{'id':155735,'name':'new york subway'}]" +50567,[] +352539,"[{'id':380,'name':'sibling relationship'},{'id':1956,'name':'world war ii'},{'id':11157,'name':'sibling rivalry'}]" +414001,"[{'id':392,'name':'england'},{'id':1436,'name':'inventor'},{'id':3342,'name':'yacht'},{'id':9672,'name':'based on a true story'},{'id':10596,'name':'argentina'},{'id':187294,'name':'press agent'},{'id':208992,'name':'1960s'},{'id':239441,'name':'circumnavigation'},{'id':239682,'name':'golden globe race'},{'id':239683,'name':'yachtsman'},{'id':249144,'name':'trimaran'},{'id':249145,'name':'amateur sailor'}]" +251749,"[{'id':779,'name':'martial arts'},{'id':12354,'name':'hong kong'},{'id':158487,'name':'chinese tradition'},{'id':187056,'name':'woman director'}]" +26715,"[{'id':470,'name':'spy'},{'id':745,'name':'nun'},{'id':1366,'name':'shotgun'},{'id':1384,'name':'diamond'},{'id':6593,'name':'stripper'},{'id':9016,'name':'femme fatale'},{'id':10123,'name':'dark comedy'},{'id':10768,'name':'lesbian'},{'id':11034,'name':'b movie'},{'id':157171,'name':'nonlinear timeline'}]" +438259,"[{'id':254,'name':'france'},{'id':2504,'name':'world war i'},{'id':3776,'name':'officer'},{'id':4100,'name':'british army'},{'id':6091,'name':'war'},{'id':6092,'name':'army'},{'id':7464,'name':'alcoholism'},{'id':33457,'name':'alcoholic'},{'id':188725,'name':'trenches'},{'id':210184,'name':'1910s'}]" +470878,[] +527942,[] +161495,"[{'id':1158,'name':'grandparent grandchild relationship'},{'id':1253,'name':'roommate'},{'id':1421,'name':'birthday'},{'id':3739,'name':'funeral'},{'id':4459,'name':'vegetarian'},{'id':13014,'name':'orphan'},{'id':156866,'name':'based on short story'},{'id':190012,'name':'deathbed'}]" +3116,"[{'id':242,'name':'new york'},{'id':818,'name':'based on novel or book'},{'id':1556,'name':'texas'},{'id':1879,'name':'shower'},{'id':2348,'name':'hustler'},{'id':6054,'name':'friendship'},{'id':10180,'name':'homosexuality'},{'id':11722,'name':'male prostitute'},{'id':11860,'name':'fish out of water'},{'id':14512,'name':'new york city'},{'id':167863,'name':'male bonding'}]" +43232,"[{'id':4344,'name':'musical'},{'id':34094,'name':'extramarital affair'},{'id':191789,'name':'libel'}]" +18420,"[{'id':5301,'name':'brother'},{'id':6593,'name':'stripper'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':10051,'name':'heist'},{'id':10685,'name':'escape'},{'id':12670,'name':'los angeles'},{'id':18115,'name':'retired'},{'id':155331,'name':'jewel'},{'id':193227,'name':'lunatic'},{'id':207268,'name':'neo-noir'}]" +55784,"[{'id':414,'name':'hunter'},{'id':720,'name':'helicopter'},{'id':1890,'name':'camping'},{'id':2522,'name':'grizzly bear'},{'id':6310,'name':'national park'},{'id':14605,'name':'helicopter pilot'},{'id':15263,'name':'park ranger'},{'id':190899,'name':'american wilderness'},{'id':196600,'name':'pacific northwest'},{'id':223059,'name':'animal horror'},{'id':244863,'name':'first part'}]" +275026,[] +294825,[] +376357,"[{'id':478,'name':'china'},{'id':1900,'name':'immigration'},{'id':2355,'name':'american dream'},{'id':18035,'name':'family'}]" +332283,"[{'id':2132,'name':'literature'},{'id':5565,'name':'biography'},{'id':5933,'name':'poet'},{'id':9672,'name':'based on a true story'},{'id':186790,'name':'prometheus'},{'id':187056,'name':'woman director'},{'id':207928,'name':'19th century'},{'id':223106,'name':'lord byron'},{'id':247611,'name':'mary shelley'},{'id':248373,'name':'percy shelly'}]" +455714,"[{'id':2921,'name':'school friend'},{'id':3434,'name':'thailand'},{'id':5657,'name':'australia'},{'id':6270,'name':'high school'},{'id':211596,'name':'cheating at exam'},{'id':240303,'name':'father daughter relationship'}]" +468320,"[{'id':1419,'name':'gun'},{'id':2041,'name':'island'},{'id':33688,'name':'hunting'}]" +438736,"[{'id':13209,'name':'cabin in the woods'},{'id':15001,'name':'demon'},{'id':161270,'name':'satanic ritual'},{'id':161794,'name':'bad dream'},{'id':163055,'name':'satanic cult'},{'id':208589,'name':'ritual suicide'}]" +469916,"[{'id':1589,'name':'sniper'},{'id':1994,'name':'wolf'},{'id':9826,'name':'murder'},{'id':10292,'name':'gore'},{'id':15156,'name':'cell phone'},{'id':244303,'name':'blowout'}]" +108737,"[{'id':3133,'name':'vampire'},{'id':3633,'name':'dracula'}]" +70011,"[{'id':4458,'name':'post-apocalyptic'},{'id':9887,'name':'surrealism'},{'id':10123,'name':'dark comedy'},{'id':208580,'name':'acid'}]" +108545,[] +10778,"[{'id':928,'name':'hairdresser'},{'id':1415,'name':'small town'},{'id':3202,'name':'con man'},{'id':4617,'name':'insurance fraud'},{'id':5327,'name':'encounter'},{'id':12999,'name':'black and white'}]" +14149,"[{'id':5939,'name':'iraq'},{'id':15087,'name':'iraq war'},{'id':18034,'name':'desert'}]" +309047,"[{'id':10112,'name':'ouija board'},{'id':162846,'name':'ghost'}]" +315841,[] +39239,"[{'id':1773,'name':'socialism'},{'id':11479,'name':'social commentary'},{'id':33847,'name':'british politics'},{'id':191431,'name':'godard'},{'id':215010,'name':'contemplative cinema'},{'id':226730,'name':'feminisim'},{'id':244963,'name':'agit-prop'}]" +98491,"[{'id':9180,'name':'yorkshire'}]" +150014,"[{'id':1706,'name':'experiment'},{'id':10125,'name':'mad scientist'},{'id':10787,'name':'jungle'}]" +49684,"[{'id':1852,'name':'mutant'},{'id':9663,'name':'sequel'},{'id':170152,'name':'new baby'},{'id':194221,'name':'mutant baby'}]" +28153,"[{'id':1009,'name':'baby'},{'id':1852,'name':'mutant'},{'id':3725,'name':'pregnancy'},{'id':10042,'name':'homicidal baby'},{'id':14999,'name':'devil'},{'id':244863,'name':'first part'},{'id':244917,'name':'remade'}]" +417643,"[{'id':212,'name':'london'},{'id':4048,'name':'musician'},{'id':9826,'name':'murder'},{'id':15011,'name':'criminal underworld'},{'id':33768,'name':'blind'}]" +407451,"[{'id':818,'name':'based on novel or book'},{'id':5561,'name':'child prodigy'},{'id':9714,'name':'remake'},{'id':13130,'name':'teenager'},{'id':156810,'name':'science'},{'id':187056,'name':'woman director'},{'id':227981,'name':'mixed race'}]" +11021,"[{'id':658,'name':'sea'},{'id':1316,'name':'captain'},{'id':1757,'name':'passenger'},{'id':2799,'name':'cruise'},{'id':2984,'name':'iceberg'},{'id':4388,'name':'titanic'},{'id':11073,'name':'steamboat'},{'id':12413,'name':'downfall'},{'id':163000,'name':'lifeboat'}]" +438634,"[{'id':548,'name':'countryside'},{'id':9672,'name':'based on a true story'},{'id':13088,'name':'summer'},{'id':18035,'name':'family'},{'id':157213,'name':'death of mother'},{'id':157955,'name':'childhood'},{'id':187056,'name':'woman director'}]" +11416,"[{'id':186,'name':'christianity'},{'id':1161,'name':'brazil'},{'id':5739,'name':'waterfall'},{'id':10364,'name':'mission'},{'id':10596,'name':'argentina'},{'id':10787,'name':'jungle'},{'id':12337,'name':'colonisation'},{'id':18266,'name':'south america'},{'id':160279,'name':'18th century'},{'id':215162,'name':'indigenous peoples'},{'id':219896,'name':'assimilation'},{'id':220888,'name':'jesuit priest'}]" +11209,"[{'id':1556,'name':'texas'},{'id':6093,'name':'assault'},{'id':155466,'name':'alamo'},{'id':163127,'name':'mexican'},{'id':187252,'name':'mexican army'}]" +10722,"[{'id':376,'name':'neo nazism'},{'id':530,'name':'prophecy'},{'id':744,'name':'madrid'},{'id':903,'name':'telecaster'},{'id':2389,'name':'virgin'},{'id':4252,'name':'black magic'},{'id':5540,'name':'heavy metal'},{'id':6410,'name':'hallucinogen'},{'id':8685,'name':'anti-christ'},{'id':9826,'name':'murder'},{'id':9887,'name':'surrealism'},{'id':10123,'name':'dark comedy'},{'id':11019,'name':'inferno'},{'id':12332,'name':'apocalypse'},{'id':14999,'name':'devil'},{'id':41380,'name':'crucifix'},{'id':172391,'name':'catholic priest'},{'id':207317,'name':'christmas'}]" +12637,"[{'id':242,'name':'new york'},{'id':1416,'name':'jazz'},{'id':3018,'name':'saxophonist'},{'id':13072,'name':'falling in love'}]" +40729,"[{'id':970,'name':'parent child relationship'},{'id':1946,'name':'restaurant'},{'id':9663,'name':'sequel'},{'id':15001,'name':'demon'},{'id':206850,'name':'canuxploitation'}]" +418098,"[{'id':818,'name':'based on novel or book'},{'id':4565,'name':'dystopia'},{'id':162988,'name':'dystopian future'}]" +489939,"[{'id':1735,'name':'amateur detective'},{'id':6270,'name':'high school'},{'id':10244,'name':'based on cartoon'},{'id':10988,'name':'based on tv series'},{'id':15285,'name':'spin off'},{'id':230768,'name':'scooby doo'}]" +429886,"[{'id':220,'name':'berlin germany'},{'id':158774,'name':'terrorist attack'}]" +433881,[] +518200,"[{'id':207468,'name':'app'}]" +48451,"[{'id':10183,'name':'independent film'}]" +84251,[] +128244,"[{'id':187056,'name':'woman director'}]" +343807,"[{'id':970,'name':'parent child relationship'},{'id':2299,'name':'violent father'},{'id':3393,'name':'tombstone'},{'id':9833,'name':'lesbian relationship'},{'id':10235,'name':'family relationships'},{'id':14720,'name':'love affair'},{'id':187056,'name':'woman director'},{'id':235894,'name':'theatre performance'},{'id':235895,'name':'grieving daughter'},{'id':235896,'name':'silent kid'}]" +399504,[] +9017,"[{'id':2321,'name':'bunker'},{'id':2652,'name':'nazi'},{'id':3023,'name':'eastern europe'},{'id':3070,'name':'mercenary'},{'id':4087,'name':'revelation'},{'id':10834,'name':'super soldier'},{'id':11060,'name':'trap'},{'id':11221,'name':'blood'},{'id':12377,'name':'zombie'},{'id':14819,'name':'violence'},{'id':156174,'name':'occult'},{'id':162380,'name':'ex soldier'}]" +28155,"[{'id':1009,'name':'baby'},{'id':1299,'name':'monster'},{'id':1852,'name':'mutant'},{'id':9663,'name':'sequel'}]" +107430,"[{'id':272,'name':'transylvania'},{'id':12564,'name':'werewolf'},{'id':13130,'name':'teenager'}]" +43329,"[{'id':4616,'name':'apache'},{'id':194581,'name':'geronimo'}]" +491846,"[{'id':8629,'name':'tv movie'},{'id':193300,'name':'one woman show'}]" +440424,"[{'id':640,'name':'transvestite'},{'id':6270,'name':'high school'},{'id':158718,'name':'lgbt'},{'id':160335,'name':'hate crime'},{'id':187056,'name':'woman director'},{'id':207126,'name':'homecoming queen'}]" +430040,"[{'id':2215,'name':'hurricane'},{'id':10051,'name':'heist'},{'id':10890,'name':'treasury department'},{'id':168669,'name':'meteorologist'},{'id':189411,'name':'disaster movie'}]" +480394,"[{'id':14760,'name':'scientist'},{'id':18165,'name':'animal'},{'id':156866,'name':'based on short story'},{'id':233027,'name':'romantic'},{'id':244891,'name':'unnatural'},{'id':244892,'name':'manson-style cult'}]" +467660,"[{'id':6844,'name':'stalker'},{'id':11857,'name':'mental institution'},{'id':13073,'name':'fear'},{'id':240315,'name':'mother daughter relationship'},{'id':244088,'name':'shot on iphone'}]" +449176,"[{'id':237,'name':'gay'},{'id':566,'name':'sexual identity'},{'id':738,'name':'sexuality'},{'id':818,'name':'based on novel or book'},{'id':1862,'name':'coming out'},{'id':6069,'name':'class'},{'id':6270,'name':'high school'},{'id':9673,'name':'love'},{'id':10180,'name':'homosexuality'},{'id':10198,'name':'gay relationship'},{'id':10199,'name':'gay interest'},{'id':10624,'name':'bully'},{'id':10683,'name':'coming of age'},{'id':11870,'name':'teen movie'},{'id':13130,'name':'teenager'},{'id':14751,'name':'youth'},{'id':158718,'name':'lgbt'},{'id':163037,'name':'lgbt teen'},{'id':246466,'name':'based on young adult novel'}]" +519956,"[{'id':736,'name':'journalist'},{'id':972,'name':'refugee'},{'id':6539,'name':'joseph stalin'},{'id':9673,'name':'love'},{'id':192916,'name':'collusion'},{'id':235577,'name':'true identity'},{'id':244888,'name':'eastern european'},{'id':244889,'name':'british government'},{'id':244890,'name':'notorious crimes'}]" +338970,"[{'id':2041,'name':'island'},{'id':6956,'name':'treasure hunt'},{'id':9714,'name':'remake'},{'id':11322,'name':'female protagonist'},{'id':41185,'name':'heiress'},{'id':41645,'name':'based on video game'},{'id':41663,'name':'bicycle courier'},{'id':156091,'name':'missing person'},{'id':161184,'name':'reboot'},{'id':204150,'name':'peril'},{'id':208314,'name':'action heroine'},{'id':209714,'name':'3d'},{'id':211636,'name':'slave labor'},{'id':240303,'name':'father daughter relationship'}]" +42950,"[{'id':290,'name':'angel'},{'id':1499,'name':'pastor'},{'id':5950,'name':'christian'},{'id':10706,'name':'spirituality'},{'id':14765,'name':'church'},{'id':231669,'name':'sermon'}]" +427008,[] +470360,"[{'id':5565,'name':'biography'},{'id':6075,'name':'sport'}]" +516065,[] +411135,"[{'id':803,'name':'android'},{'id':4458,'name':'post-apocalyptic'},{'id':14544,'name':'robot'}]" +436494,"[{'id':9720,'name':'woods'},{'id':11338,'name':'wild animal'},{'id':14673,'name':'disease'},{'id':187675,'name':'medical student'},{'id':201715,'name':'hikers'},{'id':207419,'name':'infected'},{'id':241883,'name':'survive'},{'id':244844,'name':'rabid'},{'id':244845,'name':'bloodthirsty'}]" +463053,"[{'id':514,'name':'spain'},{'id':515,'name':'women'},{'id':2334,'name':'nightclub'},{'id':6814,'name':'ibiza'},{'id':12392,'name':'best friend'},{'id':14638,'name':'american'},{'id':186117,'name':'dj'}]" +18220,"[{'id':572,'name':'sex'},{'id':1523,'name':'obsession'},{'id':2913,'name':'diary'},{'id':9663,'name':'sequel'},{'id':9826,'name':'murder'},{'id':12105,'name':'student'},{'id':14794,'name':'lust'},{'id':14893,'name':'art'},{'id':187056,'name':'woman director'},{'id':190370,'name':'erotic movie'}]" +337104,"[{'id':428,'name':'nurse'},{'id':2301,'name':'architect'},{'id':3715,'name':'man'},{'id':6162,'name':'past'},{'id':6564,'name':'terminal illness'},{'id':10092,'name':'mystery'},{'id':11426,'name':'moral ambiguity'},{'id':14781,'name':'patient'},{'id':33720,'name':'guilt'},{'id':164186,'name':'character study'},{'id':173673,'name':'terminal care'},{'id':174203,'name':'remorse'},{'id':197823,'name':'lonely'},{'id':202429,'name':'fired'},{'id':207825,'name':'connection'},{'id':215409,'name':'introvert'},{'id':220646,'name':'vocation'},{'id':233431,'name':'homecare nurse'},{'id':233432,'name':'male nurse'},{'id':233433,'name':'complaint'}]" +454615,"[{'id':339,'name':'submarine'},{'id':591,'name':'cia'},{'id':779,'name':'martial arts'},{'id':14819,'name':'violence'},{'id':162370,'name':'operative'},{'id':244744,'name':'deep cover'},{'id':244745,'name':'black site'}]" +341689,"[{'id':212,'name':'london'},{'id':1228,'name':'1970s'},{'id':4270,'name':'galaxy'},{'id':4470,'name':'punk'},{'id':9951,'name':'alien'},{'id':11053,'name':'punk rock'},{'id':156866,'name':'based on short story'},{'id':244740,'name':'croydon'}]" +475316,[] +522703,"[{'id':9660,'name':'low-budget'},{'id':14809,'name':'dead mother'},{'id':15106,'name':'psychiatrist'},{'id':155814,'name':'photojournalist'},{'id':158922,'name':'dog attack'},{'id':199212,'name':'traumatized'},{'id':208275,'name':'socially awkward'}]" +340022,"[{'id':1930,'name':'kidnapping'},{'id':10175,'name':'drug cartel'},{'id':10950,'name':'shootout'},{'id':164698,'name':'boyfriend girlfriend'}]" +397722,"[{'id':213,'name':'upper class'},{'id':2123,'name':'father murder'},{'id':2231,'name':'drug dealer'},{'id':6054,'name':'friendship'},{'id':6981,'name':'connecticut'},{'id':12545,'name':'mansion'},{'id':12565,'name':'psychological thriller'},{'id':13112,'name':'murderer'},{'id':13130,'name':'teenager'},{'id':155440,'name':'hitchcockian'},{'id':156294,'name':'rich kid'},{'id':178034,'name':'ruthlessness'},{'id':180173,'name':'dead horse'},{'id':212649,'name':'bad father'},{'id':243973,'name':'suburbs'}]" +371608,"[{'id':7312,'name':'road trip'},{'id':8181,'name':'swimming pool'},{'id':9663,'name':'sequel'},{'id':9826,'name':'murder'},{'id':9937,'name':'suspense'},{'id':10714,'name':'serial killer'},{'id':11040,'name':'masked killer'},{'id':11221,'name':'blood'},{'id':12339,'name':'slasher'},{'id':14903,'name':'home invasion'},{'id':33472,'name':'cross country'},{'id':156104,'name':'stranger'},{'id':170587,'name':'mysterious stranger'},{'id':173594,'name':'handgun'},{'id':232556,'name':'mobile home'}]" +395990,"[{'id':642,'name':'robbery'},{'id':703,'name':'detective'},{'id':818,'name':'based on novel or book'},{'id':1419,'name':'gun'},{'id':1930,'name':'kidnapping'},{'id':6149,'name':'police'},{'id':7002,'name':'vigilante'},{'id':9714,'name':'remake'},{'id':10950,'name':'shootout'},{'id':11221,'name':'blood'},{'id':15002,'name':'dark hero'},{'id':15009,'name':'criminal'},{'id':208397,'name':'death of wife'},{'id':240303,'name':'father daughter relationship'}]" +429107,"[{'id':6069,'name':'class'},{'id':10123,'name':'dark comedy'},{'id':12547,'name':'billionaire'},{'id':40870,'name':'race'}]" +113629,"[{'id':173644,'name':'communism'}]" +293425,[] +29407,"[{'id':13006,'name':'torture'},{'id':14999,'name':'devil'}]" +477278,"[{'id':191248,'name':'paper'},{'id':244256,'name':'near future'},{'id':244692,'name':'eco-sustainability'}]" +302960,"[{'id':223067,'name':'crime solving'}]" +339158,"[{'id':1157,'name':'wife husband relationship'},{'id':5565,'name':'biography'},{'id':10103,'name':'children'},{'id':10163,'name':'cancer'},{'id':40895,'name':'illness'},{'id':154999,'name':'bald'},{'id':159947,'name':'parents'},{'id':187056,'name':'woman director'},{'id':192935,'name':'spartacus'},{'id':207716,'name':'actor'},{'id':223019,'name':'terminal cancer'}]" +45767,"[{'id':186,'name':'christianity'},{'id':1992,'name':'professor'},{'id':3036,'name':'bible'},{'id':4379,'name':'time travel'},{'id':5455,'name':'time machine'},{'id':5950,'name':'christian'},{'id':8250,'name':'victorian england'},{'id':11011,'name':'morality'},{'id':173185,'name':'zealot'},{'id':211062,'name':'ethics'},{'id':244690,'name':'christian god'}]" +185738,[] +337879,"[{'id':9672,'name':'based on a true story'},{'id':10685,'name':'escape'},{'id':10714,'name':'serial killer'},{'id':15127,'name':'killer'},{'id':176182,'name':'psycho'},{'id':185644,'name':'chief of police'},{'id':232766,'name':'vengeance'},{'id':244686,'name':'moab utah'}]" +440345,"[{'id':1332,'name':'cheating'},{'id':4183,'name':'wife'},{'id':5202,'name':'boy'},{'id':9748,'name':'revenge'},{'id':14796,'name':'destruction'}]" +183361,[] +410596,"[{'id':2041,'name':'island'},{'id':6579,'name':'music festival'},{'id':10041,'name':'dysfunctional family'},{'id':13130,'name':'teenager'},{'id':201243,'name':'rules'},{'id':244676,'name':'real world'}]" +416691,"[{'id':5625,'name':'relationship problems'},{'id':6025,'name':'photography'},{'id':9673,'name':'love'},{'id':159753,'name':'ensemble cast'},{'id':226226,'name':'prom night'}]" +401905,"[{'id':818,'name':'based on novel or book'},{'id':4565,'name':'dystopia'},{'id':5737,'name':'book burning'},{'id':9714,'name':'remake'}]" +11607,"[{'id':270,'name':'ocean'},{'id':658,'name':'sea'},{'id':2769,'name':'deep sea'},{'id':7994,'name':'water monster'},{'id':10503,'name':'scuba diving'},{'id':155334,'name':'scuba'},{'id':185477,'name':'trapped underwater '}]" +549,"[{'id':242,'name':'new york'},{'id':572,'name':'sex'},{'id':726,'name':'drug abuse'},{'id':960,'name':'homeless person'},{'id':1605,'name':'new love'},{'id':1803,'name':'drug addiction'},{'id':2635,'name':'overdose'},{'id':2815,'name':'graffiti'},{'id':2816,'name':'street art'},{'id':2818,'name':'vernissage'},{'id':2819,'name':'exhibit'},{'id':6054,'name':'friendship'},{'id':10183,'name':'independent film'},{'id':14964,'name':'drugs'},{'id':33648,'name':'celebration'}]" +3210,"[{'id':1706,'name':'experiment'},{'id':1936,'name':'blackmail'},{'id':2161,'name':'mouse'},{'id':3822,'name':'teleportation'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':10124,'name':'laboratory'},{'id':14760,'name':'scientist'}]" +403368,"[{'id':515,'name':'women'},{'id':9826,'name':'murder'},{'id':10714,'name':'serial killer'},{'id':14659,'name':'girl'},{'id':33347,'name':'apartment building'},{'id':33632,'name':'apartment'},{'id':156075,'name':'evil'},{'id':232625,'name':'murder castle'}]" +53922,"[{'id':387,'name':'california'},{'id':970,'name':'parent child relationship'},{'id':183886,'name':'illegitimate son'}]" +38649,"[{'id':394,'name':'gypsy'},{'id':782,'name':'assassin'},{'id':1003,'name':'photographer'},{'id':11546,'name':'hitchhiker'},{'id':14760,'name':'scientist'},{'id':208404,'name':'bull fight'}]" +460059,"[{'id':394,'name':'gypsy'},{'id':818,'name':'based on novel or book'},{'id':1449,'name':'underworld'},{'id':2149,'name':'drug traffic'},{'id':11578,'name':'mobster'},{'id':14632,'name':'suburb'},{'id':14735,'name':'motorcycle'},{'id':165420,'name':'amphetamine'},{'id':244672,'name':'high speed'},{'id':244673,'name':'motorway'},{'id':244674,'name':'super-bike rider'}]" +30855,"[{'id':9826,'name':'murder'},{'id':10125,'name':'mad scientist'},{'id':11315,'name':'sex change'},{'id':155730,'name':'hammer horror'},{'id':156033,'name':'jekyll and hyde'},{'id':173010,'name':'evil woman'}]" +456897,"[{'id':1373,'name':'killer robot'},{'id':6259,'name':'psychopath'},{'id':177964,'name':'contract killer'},{'id':220903,'name':'humanoid robot'},{'id':231149,'name':'mob'},{'id':234867,'name':'reprogram'},{'id':244256,'name':'near future'},{'id':244654,'name':'think and feel'}]" +438461,"[{'id':970,'name':'parent child relationship'},{'id':1228,'name':'1970s'},{'id':2412,'name':'commune'},{'id':5565,'name':'biography'},{'id':10683,'name':'coming of age'},{'id':187056,'name':'woman director'},{'id':198982,'name':'off the grid'},{'id':232743,'name':'northern california'}]" +525102,"[{'id':12670,'name':'los angeles'},{'id':13059,'name':'prostitution'},{'id':160089,'name':'underage'},{'id':242025,'name':'underbelly'}]" +256199,"[{'id':237,'name':'gay'},{'id':9253,'name':'slapstick'},{'id':155493,'name':'campy'},{'id':158718,'name':'lgbt'},{'id':171636,'name':'drag'},{'id':219878,'name':'irreverent'}]" +438783,[] +525097,"[{'id':1415,'name':'small town'},{'id':40895,'name':'illness'},{'id':156091,'name':'missing person'}]" +27770,"[{'id':2626,'name':'exorcism'},{'id':5600,'name':'daughter'},{'id':6152,'name':'supernatural'},{'id':9663,'name':'sequel'},{'id':9712,'name':'possession'},{'id':9826,'name':'murder'},{'id':10093,'name':'priest'},{'id':11221,'name':'blood'},{'id':13130,'name':'teenager'},{'id':14819,'name':'violence'},{'id':15001,'name':'demon'},{'id':155808,'name':'hometown'},{'id':173431,'name':'tarot'}]" +517581,"[{'id':5301,'name':'brother'},{'id':12427,'name':'criminal syndicate'},{'id':13140,'name':'niece'},{'id':18035,'name':'family'},{'id':156121,'name':'ex-con'},{'id':241692,'name':'kidnapped'}]" +418143,"[{'id':128,'name':'love triangle'},{'id':2041,'name':'island'},{'id':2900,'name':'buenos aires'},{'id':11614,'name':'filmmaker'},{'id':244651,'name':'trip to argentina'}]" +213983,"[{'id':704,'name':'adolescence'}]" +454033,"[{'id':966,'name':'beach'},{'id':1228,'name':'1970s'},{'id':4676,'name':'whale'},{'id':5436,'name':'sexual revolution'},{'id':5657,'name':'australia'},{'id':12099,'name':'chain smoking'},{'id':15111,'name':'drinking'},{'id':33876,'name':'swinger'},{'id':244648,'name':'wife swapping'}]" +89494,[] +40508,"[{'id':240,'name':'underdog'},{'id':380,'name':'sibling relationship'},{'id':1701,'name':'hero'},{'id':9823,'name':'rivalry'},{'id':14751,'name':'youth'},{'id':15017,'name':'danger'},{'id':156334,'name':'corporate crime'},{'id':156388,'name':'environmentalism'},{'id':187710,'name':'escapade'},{'id':193544,'name':'save the day'},{'id':193545,'name':'young heroes'},{'id':193552,'name':'heroic mission'},{'id':206686,'name':'righting the wronged'},{'id':206691,'name':'buddies'},{'id':206695,'name':'master warrior'},{'id':206700,'name':'fighting crime'}]" +42450,"[{'id':798,'name':'sheriff'},{'id':10183,'name':'independent film'}]" +29817,"[{'id':3205,'name':'fairy tale'},{'id':4344,'name':'musical'},{'id':170827,'name':'sex comedy'}]" +340674,"[{'id':739,'name':'sexual abuse'},{'id':3096,'name':'book'},{'id':4480,'name':'business man'},{'id':13028,'name':'writer'},{'id':161982,'name':'murder investigation'},{'id':232244,'name':'controversial artist'},{'id':236950,'name':'clues'},{'id':240335,'name':'krakow poland'},{'id':244631,'name':'similar crime'}]" +13440,"[{'id':9937,'name':'suspense'}]" +746,"[{'id':188,'name':'buddhism'},{'id':236,'name':'suicide'},{'id':478,'name':'china'},{'id':1252,'name':'suicide attempt'},{'id':1327,'name':'war crimes'},{'id':1412,'name':'becoming an adult'},{'id':1533,'name':'isolation'},{'id':1601,'name':'war on drugs'},{'id':1632,'name':'opium'},{'id':1706,'name':'experiment'},{'id':1803,'name':'drug addiction'},{'id':1956,'name':'world war ii'},{'id':2020,'name':'revolution'},{'id':2280,'name':'emperor'},{'id':2692,'name':'arranged marriage'},{'id':3995,'name':'manchuria'},{'id':3996,'name':'dynasty'},{'id':3999,'name':'reeducation camp'},{'id':5565,'name':'biography'},{'id':6091,'name':'war'},{'id':6285,'name':'coup d'etat'},{'id':6683,'name':'autobiography'},{'id':9672,'name':'based on a true story'},{'id':10508,'name':'teacher'},{'id':11133,'name':'japanese occupation'},{'id':33683,'name':'beijing'},{'id':162752,'name':'dowager'},{'id':163048,'name':'decadence'},{'id':173644,'name':'communism'},{'id':207876,'name':'1920s'},{'id':207883,'name':'1940s'},{'id':208611,'name':'1950s'},{'id':210184,'name':'1910s'},{'id':214548,'name':'1930s'}]" +38558,"[{'id':2231,'name':'drug dealer'},{'id':3529,'name':'renegade'},{'id':8015,'name':'cop'},{'id':10909,'name':'lawyer'},{'id':10978,'name':'bad cop'}]" +437517,"[{'id':2494,'name':'ohio'},{'id':8447,'name':'amish'},{'id':8629,'name':'tv movie'},{'id':190076,'name':'secret relationship'}]" +16314,"[{'id':380,'name':'sibling relationship'},{'id':1701,'name':'hero'},{'id':9823,'name':'rivalry'},{'id':10084,'name':'rescue'},{'id':10842,'name':'good vs evil'},{'id':14751,'name':'youth'},{'id':15017,'name':'danger'},{'id':18035,'name':'family'},{'id':187710,'name':'escapade'},{'id':193544,'name':'save the day'},{'id':193545,'name':'young heroes'},{'id':193547,'name':'teachers and students'},{'id':193548,'name':'teaching the ways of the world'},{'id':193549,'name':'eccentric family'},{'id':193551,'name':'vigilantism'},{'id':193552,'name':'heroic mission'},{'id':193554,'name':'power relations'},{'id':215404,'name':'laxative'}]" +75752,"[{'id':1416,'name':'jazz'}]" +36236,[] +290825,"[{'id':1329,'name':'canada'},{'id':2652,'name':'nazi'},{'id':9663,'name':'sequel'},{'id':15285,'name':'spin off'},{'id':229863,'name':'ancient evil'}]" +175,"[{'id':131,'name':'italy'},{'id':236,'name':'suicide'},{'id':269,'name':'diving'},{'id':270,'name':'ocean'},{'id':271,'name':'competition'},{'id':560,'name':'oxygen'},{'id':629,'name':'sicily'},{'id':630,'name':'dolphin'},{'id':631,'name':'apnoe-diving'},{'id':970,'name':'parent child relationship'},{'id':3737,'name':'dying and death'},{'id':6054,'name':'friendship'},{'id':6075,'name':'sport'}]" +460118,"[{'id':13141,'name':'based on manga'}]" +268896,"[{'id':5373,'name':'damage'},{'id':6092,'name':'army'},{'id':9663,'name':'sequel'},{'id':10891,'name':'giant robot'},{'id':11100,'name':'giant monster'},{'id':14544,'name':'robot'},{'id':161791,'name':'kaiju'},{'id':183787,'name':'alien monster'},{'id':188178,'name':'teenage hero'},{'id':209714,'name':'3d'},{'id':223604,'name':'robot suits'},{'id':243638,'name':'aliens'},{'id':245449,'name':'giant creature'}]" +266466,[] +429191,"[{'id':515,'name':'women'},{'id':828,'name':'waitress'},{'id':6203,'name':'loss'},{'id':10229,'name':'singer'},{'id':13095,'name':'death of lover'},{'id':17975,'name':'transgender'}]" +397601,"[{'id':894,'name':'depression'},{'id':6270,'name':'high school'},{'id':9840,'name':'romance'},{'id':10508,'name':'teacher'},{'id':33476,'name':'widower'},{'id':207948,'name':'cross country running'},{'id':230574,'name':'fresh start'},{'id':240119,'name':'father son relationship'}]" +84642,"[{'id':570,'name':'rape'},{'id':970,'name':'parent child relationship'},{'id':1956,'name':'world war ii'},{'id':3725,'name':'pregnancy'},{'id':10041,'name':'dysfunctional family'},{'id':10183,'name':'independent film'},{'id':13130,'name':'teenager'},{'id':173186,'name':'teenage pregnancy'}]" +72241,[] +20980,"[{'id':570,'name':'rape'},{'id':572,'name':'sex'},{'id':2150,'name':'cocaine'},{'id':2671,'name':'heroin'},{'id':3183,'name':'bisexuality'},{'id':4470,'name':'punk'},{'id':9951,'name':'alien'},{'id':11402,'name':'androgyny'},{'id':14964,'name':'drugs'},{'id':15479,'name':'fashion'},{'id':155490,'name':'disco'}]" +487702,"[{'id':2920,'name':'cheerleader'},{'id':6270,'name':'high school'},{'id':10266,'name':'prom'}]" +63744,[] +76697,[] +443686,[] +452531,"[{'id':1608,'name':'twin sister'},{'id':10232,'name':'fame'},{'id':10325,'name':'mistaken identity'},{'id':11157,'name':'sibling rivalry'},{'id':12396,'name':'hollywood'},{'id':15016,'name':'twins'}]" +453364,"[{'id':15027,'name':'taboo'},{'id':185308,'name':'tehran iran'}]" +413332,"[{'id':212,'name':'london'},{'id':5600,'name':'daughter'},{'id':9740,'name':'sociopath'},{'id':9748,'name':'revenge'},{'id':10857,'name':'debt collector'},{'id':155888,'name':'teenage daughter'},{'id':170212,'name':'criminal gang'},{'id':177964,'name':'contract killer'}]" +513857,"[{'id':2341,'name':'nanny'},{'id':68646,'name':'supernatural creature'},{'id':235577,'name':'true identity'},{'id':244530,'name':'malicious'}]" +399169,"[{'id':456,'name':'mother'},{'id':12565,'name':'psychological thriller'},{'id':176182,'name':'psycho'},{'id':178517,'name':'middle aged man'}]" +457685,"[{'id':2041,'name':'island'},{'id':9927,'name':'maine'},{'id':223184,'name':'ferry'},{'id':243611,'name':'dead bodies'}]" +521647,"[{'id':1794,'name':'yakuza'},{'id':6019,'name':'human trafficking'},{'id':6710,'name':'interpol'}]" +262481,"[{'id':2343,'name':'magic'},{'id':4373,'name':'fraud'},{'id':5565,'name':'biography'},{'id':9853,'name':'paranormal'},{'id':14742,'name':'psychic'},{'id':156167,'name':'skeptic'}]" +469721,"[{'id':4884,'name':'infection'},{'id':9856,'name':'flashback'},{'id':12377,'name':'zombie'},{'id':14673,'name':'disease'},{'id':162365,'name':'military'},{'id':180443,'name':'cure'},{'id':244453,'name':'pack'}]" +466169,"[{'id':818,'name':'based on novel or book'},{'id':3581,'name':'witness'},{'id':12397,'name':'massage parlor'},{'id':14690,'name':'violent death'},{'id':208548,'name':'manchester'},{'id':242025,'name':'underbelly'}]" +523519,"[{'id':9824,'name':'reunion'},{'id':14546,'name':'massacre'},{'id':192214,'name':'online'},{'id':244444,'name':'bloody'},{'id':244445,'name':'god-like'}]" +19,"[{'id':312,'name':'man vs machine'},{'id':818,'name':'based on novel or book'},{'id':1001,'name':'underground world'},{'id':1436,'name':'inventor'},{'id':1761,'name':'metropolis'},{'id':2964,'name':'future'},{'id':4034,'name':'class society'},{'id':4565,'name':'dystopia'},{'id':5966,'name':'tower of babel'},{'id':6662,'name':'delirium'},{'id':10125,'name':'mad scientist'},{'id':11222,'name':'prophet'},{'id':12999,'name':'black and white'},{'id':14544,'name':'robot'},{'id':14796,'name':'destruction'},{'id':154802,'name':'silent film'},{'id':179874,'name':'expressionism'},{'id':201028,'name':'depravity'},{'id':234109,'name':'downtrodden'},{'id':234110,'name':'saviour'},{'id':244516,'name':'german expressionism'}]" +401981,"[{'id':818,'name':'based on novel or book'},{'id':2139,'name':'russia'},{'id':3182,'name':'seduction'},{'id':4613,'name':'training'},{'id':190654,'name':'russian spy'},{'id':214596,'name':'cia agent'}]" +464757,"[{'id':3776,'name':'officer'},{'id':6349,'name':'bulgaria'},{'id':167377,'name':'lapd'},{'id':244289,'name':'malevolent force'}]" +11427,"[{'id':1009,'name':'baby'},{'id':1328,'name':'secret'},{'id':2168,'name':'drive'},{'id':3623,'name':'cabin'},{'id':3725,'name':'pregnancy'},{'id':3752,'name':'night'},{'id':4399,'name':'victim'},{'id':5385,'name':'survivor'},{'id':5774,'name':'forest'},{'id':9229,'name':'grandparents'},{'id':10092,'name':'mystery'},{'id':14915,'name':'invisible'},{'id':18035,'name':'family'},{'id':33648,'name':'celebration'},{'id':33885,'name':'car'},{'id':41410,'name':'madness'},{'id':202661,'name':'destination'},{'id':202666,'name':'unfaithful'}]" +407890,"[{'id':643,'name':'horse race'},{'id':708,'name':'runaway'},{'id':1896,'name':'portland'},{'id':2673,'name':'horse'},{'id':3525,'name':'racehorse'},{'id':40879,'name':'drunk'},{'id':166097,'name':'trophy'},{'id':167043,'name':'road movie'}]" +522964,"[{'id':378,'name':'prison'},{'id':2964,'name':'future'},{'id':9882,'name':'space'},{'id':156039,'name':'space station'},{'id':191586,'name':'trapped in space'},{'id':202333,'name':'space prison'},{'id':224913,'name':'iss'}]" +450766,"[{'id':7856,'name':'racist'},{'id':8685,'name':'anti-christ'},{'id':13112,'name':'murderer'},{'id':15127,'name':'killer'},{'id':185458,'name':'archbishop'}]" +416148,"[{'id':924,'name':'italian'},{'id':2727,'name':'porn actor'},{'id':15197,'name':'porn director'},{'id':18321,'name':'porn industry'}]" +412003,"[{'id':212,'name':'london'},{'id':5625,'name':'relationship problems'},{'id':6731,'name':'british'},{'id':14534,'name':'relationship'},{'id':14602,'name':'break-up'},{'id':15201,'name':'music fan'},{'id':18001,'name':'rock band'},{'id':155479,'name':'british pub'},{'id':158431,'name':'united kingdom'},{'id':191100,'name':'romantic drama'},{'id':208817,'name':'indie rock'},{'id':210608,'name':'1990s'},{'id':229990,'name':'britpop'}]" +5156,"[{'id':588,'name':'rome italy'},{'id':924,'name':'italian'},{'id':3197,'name':'riding a bicycle'},{'id':3679,'name':'society'},{'id':5374,'name':'poster'},{'id':8438,'name':'job'},{'id':9727,'name':'thief'},{'id':11112,'name':'search'},{'id':33612,'name':'stolen bicycle'},{'id':33613,'name':'madame'},{'id':156052,'name':'unemployment'},{'id':158651,'name':'realism'},{'id':208408,'name':'neo realism'},{'id':252193,'name':'italian neo realism'}]" +254280,"[{'id':642,'name':'robbery'},{'id':10911,'name':'inheritance'}]" +76694,[] +438466,"[{'id':1562,'name':'hostage'},{'id':1797,'name':'loyalty'},{'id':3515,'name':'banker'},{'id':211371,'name':'gamble'}]" +15023,"[{'id':10183,'name':'independent film'}]" +1665,"[{'id':572,'name':'sex'},{'id':2350,'name':'seattle'},{'id':4048,'name':'musician'},{'id':4528,'name':'song'},{'id':5288,'name':'rock'},{'id':9720,'name':'woods'},{'id':10229,'name':'singer'},{'id':10984,'name':'true'},{'id':12545,'name':'mansion'},{'id':159944,'name':'recording'}]" +505011,"[{'id':409,'name':'africa'},{'id':447,'name':'post traumatic stress disorder'},{'id':1956,'name':'world war ii'},{'id':2349,'name':'german'},{'id':11400,'name':'sergeant'}]" +522758,[] +9277,"[{'id':520,'name':'chicago'},{'id':622,'name':'bet'},{'id':643,'name':'horse race'},{'id':1522,'name':'repayment'},{'id':3202,'name':'con man'},{'id':6220,'name':'mafia boss'},{'id':9728,'name':'caper'},{'id':14819,'name':'violence'},{'id':167411,'name':'ragtime'},{'id':167424,'name':'off track betting'},{'id':167428,'name':'sting operation'},{'id':167431,'name':'alley'},{'id':214548,'name':'1930s'},{'id':232222,'name':'20th century'}]" +996,"[{'id':236,'name':'suicide'},{'id':3973,'name':'insurance salesman'},{'id':4617,'name':'insurance fraud'},{'id':4618,'name':'step daughter'},{'id':4619,'name':'train accident'},{'id':6038,'name':'marriage'},{'id':9016,'name':'femme fatale'},{'id':9826,'name':'murder'},{'id':33456,'name':'double cross'},{'id':195402,'name':'film noir'}]" +20453,"[{'id':236,'name':'suicide'},{'id':1252,'name':'suicide attempt'},{'id':3616,'name':'college'},{'id':9713,'name':'friends'},{'id':10160,'name':'engineering'},{'id':12105,'name':'student'},{'id':162177,'name':'subjective camera'}]" +423646,"[{'id':9748,'name':'revenge'},{'id':10776,'name':'marijuana'},{'id':12425,'name':'racism'},{'id':179569,'name':'terrorist bombing'},{'id':206544,'name':'bomb attack'}]" +523792,"[{'id':596,'name':'adultery'},{'id':9678,'name':'mind control'},{'id':11510,'name':'unfaithfulness'},{'id':13015,'name':'terrorism'},{'id':34094,'name':'extramarital affair'}]" +263132,"[{'id':3718,'name':'adult'},{'id':10818,'name':'author'},{'id':13028,'name':'writer'},{'id':33490,'name':'filmmaking'},{'id':190370,'name':'erotic movie'},{'id':195997,'name':'adult filmmaking'}]" +140870,"[{'id':2406,'name':'picnic'},{'id':3126,'name':'ant'},{'id':10336,'name':'animation'},{'id':14946,'name':'fictional war'},{'id':18330,'name':'nature'},{'id':174814,'name':'ladybug'},{'id':187056,'name':'woman director'}]" +485894,"[{'id':131,'name':'italy'},{'id':4648,'name':'naples'},{'id':191292,'name':'italia'},{'id':191490,'name':'napoli'}]" +495849,"[{'id':1526,'name':'home'},{'id':6162,'name':'past'},{'id':14768,'name':'single mother'},{'id':170587,'name':'mysterious stranger'}]" +385332,"[{'id':782,'name':'assassin'},{'id':848,'name':'double life'},{'id':9748,'name':'revenge'},{'id':18023,'name':'criminal mastermind'},{'id':204701,'name':'pulp'},{'id':207268,'name':'neo-noir'},{'id':226621,'name':'fatal'}]" +513324,"[{'id':14760,'name':'scientist'},{'id':244361,'name':'test subject'}]" +518416,"[{'id':5153,'name':'son'},{'id':13027,'name':'wedding'},{'id':18035,'name':'family'}]" +105001,"[{'id':779,'name':'martial arts'},{'id':1462,'name':'samurai'},{'id':2343,'name':'magic'},{'id':4379,'name':'time travel'},{'id':185071,'name':'impersonating a police officer'},{'id':194043,'name':'police uniform stolen'},{'id':209714,'name':'3d'}]" +456565,"[{'id':7375,'name':'twin brother'},{'id':15016,'name':'twins'}]" +387592,"[{'id':4428,'name':'stone age'},{'id':6015,'name':'mining'},{'id':6075,'name':'sport'},{'id':10121,'name':'stop motion'},{'id':10506,'name':'prehistoric'},{'id':159955,'name':'cavemen'},{'id':197065,'name':'claymation'},{'id':230385,'name':'plasticine'},{'id':234655,'name':'football match'},{'id':235616,'name':'bronze age'}]" +454983,"[{'id':818,'name':'based on novel or book'},{'id':1328,'name':'secret'},{'id':9986,'name':'crush'},{'id':33910,'name':'high school student'},{'id':246466,'name':'based on young adult novel'}]" +516321,"[{'id':703,'name':'detective'},{'id':782,'name':'assassin'},{'id':185434,'name':'rookie'},{'id':244369,'name':'drug scandal'}]" +467938,"[{'id':570,'name':'rape'},{'id':793,'name':'drowning'},{'id':3030,'name':'nightmare'},{'id':7002,'name':'vigilante'},{'id':8636,'name':'blood splatter'},{'id':9748,'name':'revenge'},{'id':9844,'name':'car crash'},{'id':10292,'name':'gore'},{'id':10958,'name':'man hunt'},{'id':11528,'name':'hallucinogenic drug'},{'id':14677,'name':'bullet wound'},{'id':14811,'name':'exploding head'},{'id':18034,'name':'desert'},{'id':33688,'name':'hunting'},{'id':156173,'name':'eye gouging'},{'id':172658,'name':'isolated house'},{'id':175016,'name':'cauterizing a wound'},{'id':176502,'name':'peyote'},{'id':187824,'name':'headshot'},{'id':218015,'name':'final battle'},{'id':232514,'name':'hunters'},{'id':236691,'name':'stabbed in the back'},{'id':248453,'name':'female lead'}]" +438488,[] +203793,"[{'id':1956,'name':'world war ii'},{'id':2111,'name':'soviet union'},{'id':2652,'name':'nazi'},{'id':3055,'name':'soviet troops'},{'id':4264,'name':'stalingrad'},{'id':6539,'name':'joseph stalin'},{'id':9672,'name':'based on a true story'},{'id':157938,'name':'soviet'},{'id':193008,'name':'red army'},{'id':193009,'name':'soviet military'},{'id':209714,'name':'3d'}]" +103663,"[{'id':509,'name':'denmark'},{'id':970,'name':'parent child relationship'},{'id':2251,'name':'lie'},{'id':2337,'name':'pedophilia'},{'id':4590,'name':'kindergarten'},{'id':5905,'name':'father'},{'id':7946,'name':'deer'},{'id':10103,'name':'children'},{'id':10508,'name':'teacher'},{'id':10873,'name':'school'},{'id':14576,'name':'pedophile'},{'id':15160,'name':'divorce'},{'id':33688,'name':'hunting'}]" +60243,"[{'id':1625,'name':'emigration'},{'id':5903,'name':'alzheimer's disease'},{'id':6069,'name':'class'},{'id':10594,'name':'money'},{'id':13097,'name':'maid'},{'id':15160,'name':'divorce'},{'id':18009,'name':'iran'},{'id':155209,'name':'caregiver'},{'id':171848,'name':'marital separation'},{'id':178656,'name':'iranian'},{'id':232122,'name':'tehran'}]" +762,"[{'id':113,'name':'holy grail'},{'id':345,'name':'monk'},{'id':392,'name':'england'},{'id':770,'name':'scotland yard'},{'id':1400,'name':'swordplay'},{'id':3966,'name':'camelot'},{'id':3968,'name':'round table'},{'id':3969,'name':'chapter'},{'id':5160,'name':'animal attack'},{'id':8201,'name':'satire'},{'id':10466,'name':'knight'},{'id':10982,'name':'king arthur'},{'id':11327,'name':'wedding reception'},{'id':11487,'name':'midnight movie'},{'id':34117,'name':'cult film'},{'id':161817,'name':'monty python'},{'id':177129,'name':'knights of the round table'},{'id':236316,'name':'anarchic comedy'}]" +343459,"[{'id':1262,'name':'mountain'},{'id':10794,'name':'snow'}]" +495193,"[{'id':15162,'name':'dog'},{'id':161184,'name':'reboot'},{'id':191591,'name':'benji'}]" +521720,"[{'id':9663,'name':'sequel'},{'id':10987,'name':'cgi'}]" +12171,"[{'id':6483,'name':'ice hockey'},{'id':7813,'name':'hockey player'},{'id':9937,'name':'suspense'},{'id':33465,'name':'parallel world'}]" +41997,"[{'id':4627,'name':'earth'},{'id':5950,'name':'christian'},{'id':6150,'name':'faith'},{'id':189411,'name':'disaster movie'},{'id':192002,'name':'biblical'},{'id':227613,'name':'meteor shower'}]" +458478,"[{'id':534,'name':'mexico'},{'id':206594,'name':'cartel'},{'id':213914,'name':'drug war'}]" +24778,"[{'id':1422,'name':'boat'},{'id':1938,'name':'sword'},{'id':2041,'name':'island'},{'id':3342,'name':'yacht'},{'id':3799,'name':'ship'},{'id':5457,'name':'mythical creature'},{'id':15234,'name':'convict'}]" +28509,"[{'id':3891,'name':'giant snake'},{'id':14760,'name':'scientist'},{'id':158252,'name':'giant animal'}]" +492164,"[{'id':162846,'name':'ghost'}]" +460648,"[{'id':2964,'name':'future'},{'id':15218,'name':'special forces'},{'id':33705,'name':'agent'},{'id':170212,'name':'criminal gang'}]" +213,"[{'id':441,'name':'assassination'},{'id':470,'name':'spy'},{'id':471,'name':'mount rushmore national memorial'},{'id':9840,'name':'romance'},{'id':9937,'name':'suspense'},{'id':10325,'name':'mistaken identity'},{'id':10562,'name':'on the run'},{'id':10718,'name':'fugitive'},{'id':11134,'name':'espionage'},{'id':15086,'name':'advertising'},{'id':15124,'name':'framed'},{'id':163049,'name':'government agent'}]" +670,"[{'id':3364,'name':'sushi restaurant'},{'id':3927,'name':'rage and hate'},{'id':5585,'name':'notebook'},{'id':5600,'name':'daughter'},{'id':6062,'name':'hostility'},{'id':7412,'name':'sin'},{'id':9748,'name':'revenge'},{'id':9957,'name':'loneliness'},{'id':14778,'name':'urination'},{'id':18047,'name':'anger'},{'id':18396,'name':'catholic'},{'id':33841,'name':'incest'},{'id':159544,'name':'south hypnosis'}]" +37257,"[{'id':428,'name':'nurse'},{'id':2326,'name':'alibi'},{'id':2349,'name':'german'},{'id':3344,'name':'letter'},{'id':4129,'name':'widow'},{'id':9826,'name':'murder'},{'id':10909,'name':'lawyer'},{'id':11038,'name':'trial'},{'id':11732,'name':'cigarette smoking'},{'id':33519,'name':'courtroom'},{'id':207046,'name':'murder mystery'},{'id':234849,'name':'tiki culture'}]" +832,"[{'id':74,'name':'germany'},{'id':220,'name':'berlin germany'},{'id':1449,'name':'underworld'},{'id':1468,'name':'child murderer'},{'id':1752,'name':'detective inspector'},{'id':5340,'name':'investigation'},{'id':6259,'name':'psychopath'},{'id':10291,'name':'organized crime'},{'id':12999,'name':'black and white'},{'id':15009,'name':'criminal'},{'id':18078,'name':'child killer'},{'id':156764,'name':'pre-code'},{'id':176182,'name':'psycho'},{'id':179874,'name':'expressionism'},{'id':244516,'name':'german expressionism'}]" +14919,"[{'id':849,'name':'dc comics'},{'id':9717,'name':'based on comic'},{'id':33637,'name':'super power'}]" +284054,"[{'id':409,'name':'africa'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'},{'id':180547,'name':'marvel cinematic universe'}]" +582,"[{'id':74,'name':'germany'},{'id':220,'name':'berlin germany'},{'id':292,'name':'berlin wall'},{'id':417,'name':'corruption'},{'id':1772,'name':'german democratic republic'},{'id':1776,'name':'stasi'},{'id':1936,'name':'blackmail'},{'id':2106,'name':'cold war'},{'id':2111,'name':'soviet union'},{'id':2903,'name':'propaganda'},{'id':2930,'name':'freedom of speech'},{'id':2935,'name':'house search'},{'id':2936,'name':'artists' life'},{'id':5265,'name':'spying'},{'id':6086,'name':'government'},{'id':15271,'name':'interrogation'},{'id':18420,'name':'surveillance'},{'id':34265,'name':'heartbreak'},{'id':156026,'name':'east germany'},{'id':173644,'name':'communism'}]" +599,"[{'id':613,'name':'new year's eve'},{'id':888,'name':'screenwriter'},{'id':931,'name':'jealousy'},{'id':1307,'name':'butler'},{'id':1565,'name':'loss of sense of reality'},{'id':2992,'name':'diva'},{'id':6262,'name':'delusion'},{'id':12396,'name':'hollywood'},{'id':41410,'name':'madness'},{'id':155507,'name':'aging actor'},{'id':157774,'name':'has been'},{'id':188647,'name':'silent film star'},{'id':195402,'name':'film noir'},{'id':237152,'name':'grandiose behavior'},{'id':241404,'name':'kept man'},{'id':246610,'name':'movie studio'}]" +74879,"[{'id':1820,'name':'trip'},{'id':7172,'name':'buried alive'},{'id':9826,'name':'murder'},{'id':10877,'name':'dead body'},{'id':13005,'name':'doctor'},{'id':33699,'name':'policeman'}]" +11216,"[{'id':629,'name':'sicily'},{'id':886,'name':'movie business'},{'id':970,'name':'parent child relationship'},{'id':1388,'name':'cinema'},{'id':5091,'name':'kiss'},{'id':9856,'name':'flashback'},{'id':10683,'name':'coming of age'},{'id':173719,'name':'haunted by the past'},{'id':179428,'name':'censorship'},{'id':185352,'name':'movie theatre'},{'id':246529,'name':'nuovo cinema paradiso'}]" +65497,"[{'id':779,'name':'martial arts'},{'id':6149,'name':'police'},{'id':244863,'name':'first part'}]" +7508,"[{'id':437,'name':'painter'},{'id':931,'name':'jealousy'},{'id':970,'name':'parent child relationship'},{'id':5905,'name':'father'},{'id':6271,'name':'boarding school'},{'id':7919,'name':'dyslexia'},{'id':9736,'name':'little boy'},{'id':10508,'name':'teacher'},{'id':14636,'name':'india'},{'id':157955,'name':'childhood'},{'id':193547,'name':'teachers and students'}]" +194,"[{'id':90,'name':'paris france'},{'id':128,'name':'love triangle'},{'id':365,'name':'ghost train'},{'id':366,'name':'sex-shop'},{'id':367,'name':'shyness'},{'id':1407,'name':'montmartre'},{'id':5600,'name':'daughter'},{'id':5972,'name':'garden gnome'},{'id':5973,'name':'journey round the world'},{'id':6025,'name':'photography'}]" +412059,"[{'id':5890,'name':'community'},{'id':232556,'name':'mobile home'},{'id':240237,'name':'mother son relationship'}]" +436373,"[{'id':2597,'name':'bigfoot'},{'id':5774,'name':'forest'},{'id':9720,'name':'woods'},{'id':10292,'name':'gore'},{'id':13063,'name':'car accident'},{'id':14819,'name':'violence'},{'id':18101,'name':'bow and arrow'},{'id':156121,'name':'ex-con'}]" +440317,"[{'id':9748,'name':'revenge'},{'id':10123,'name':'dark comedy'},{'id':210410,'name':'sinister'},{'id':244199,'name':'scrotum'}]" +461931,"[{'id':1661,'name':'sarajevo'},{'id':4257,'name':'amulet'}]" +353576,"[{'id':395,'name':'gambling'},{'id':11578,'name':'mobster'},{'id':159469,'name':'jewel theft'}]" +450608,"[{'id':237,'name':'gay'},{'id':4344,'name':'musical'},{'id':10683,'name':'coming of age'},{'id':11001,'name':'religion'},{'id':158718,'name':'lgbt'},{'id':195624,'name':'black lgbt'},{'id':210039,'name':'gender identity'}]" +445571,"[{'id':1157,'name':'wife husband relationship'},{'id':1930,'name':'kidnapping'},{'id':3800,'name':'airplane'},{'id':6186,'name':'games'},{'id':10090,'name':'board game'},{'id':10123,'name':'dark comedy'},{'id':10226,'name':'neighbor'},{'id':15162,'name':'dog'},{'id':18249,'name':'game'},{'id':159480,'name':'fabergé egg'},{'id':179430,'name':'aftercreditsstinger'},{'id':239553,'name':'fight club'},{'id':243959,'name':'brother brother relationship'}]" +396806,"[{'id':703,'name':'detective'},{'id':4565,'name':'dystopia'},{'id':10714,'name':'serial killer'},{'id':18419,'name':'privacy'},{'id':207694,'name':'procedural'},{'id':228923,'name':'augmented reality'}]" +511449,"[{'id':3133,'name':'vampire'},{'id':6782,'name':'addiction'},{'id':11221,'name':'blood'},{'id':14964,'name':'drugs'},{'id':18035,'name':'family'},{'id':209097,'name':'sober'}]" +13248,"[{'id':65,'name':'holiday'}]" +333676,"[{'id':1459,'name':'marriage proposal'},{'id':9673,'name':'love'},{'id':161635,'name':'dog trainer'}]" +488468,"[{'id':3358,'name':'haunted house'},{'id':157314,'name':'psychological horror'},{'id':162846,'name':'ghost'}]" +449749,"[{'id':1196,'name':'florida'},{'id':2689,'name':'dementia'},{'id':5903,'name':'alzheimer's disease'},{'id':7312,'name':'road trip'},{'id':10508,'name':'teacher'},{'id':11313,'name':'winnebago'},{'id':34094,'name':'extramarital affair'},{'id':160963,'name':'elderly couple'},{'id':163795,'name':'recreational vehicle'},{'id':167043,'name':'road movie'},{'id':172971,'name':'elderly'}]" +21260,"[{'id':7890,'name':'bermuda triangle'},{'id':12616,'name':'dinosaur'}]" +383442,"[{'id':272,'name':'transylvania'},{'id':5774,'name':'forest'},{'id':9672,'name':'based on a true story'},{'id':156091,'name':'missing person'},{'id':244257,'name':'film makers'},{'id':244259,'name':'ghost sightings'}]" +513568,"[{'id':4129,'name':'widow'},{'id':40879,'name':'drunk'}]" +521639,"[{'id':798,'name':'sheriff'},{'id':4948,'name':'retirement'},{'id':11399,'name':'marine'},{'id':159909,'name':'veteran'}]" +453201,"[{'id':90,'name':'paris france'},{'id':818,'name':'based on novel or book'},{'id':1517,'name':'classroom'},{'id':13008,'name':'train'},{'id':13015,'name':'terrorism'}]" +474392,"[{'id':3036,'name':'bible'},{'id':9649,'name':'god'},{'id':179575,'name':'samson'},{'id':180445,'name':'strength'},{'id':183814,'name':'hebrew'}]" +503758,"[{'id':161272,'name':'high school sweetheart'},{'id':207693,'name':'return home'}]" +499088,"[{'id':11477,'name':'anthropomorphism'},{'id':18379,'name':'bee'}]" +469715,"[{'id':897,'name':'rap music'},{'id':898,'name':'hip-hop'},{'id':1585,'name':'snake'},{'id':11100,'name':'giant monster'},{'id':217482,'name':'compton california'}]" +9037,"[{'id':4344,'name':'musical'},{'id':8290,'name':'talent show'},{'id':14735,'name':'motorcycle'},{'id':187056,'name':'woman director'}]" +434616,[] +442709,"[{'id':10937,'name':'memory'},{'id':14534,'name':'relationship'}]" +12477,"[{'id':380,'name':'sibling relationship'},{'id':1899,'name':'hunger'},{'id':1956,'name':'world war ii'},{'id':4917,'name':'shelter'},{'id':11159,'name':'wartime'},{'id':210024,'name':'anime'},{'id':236343,'name':'orphan siblings'},{'id':241982,'name':'children in wartime'}]" +455565,"[{'id':1576,'name':'technology'},{'id':1803,'name':'drug addiction'},{'id':1956,'name':'world war ii'},{'id':2135,'name':'radio'},{'id':4585,'name':'plastic surgery'},{'id':5565,'name':'biography'},{'id':6791,'name':'torpedo'},{'id':6949,'name':'patent'},{'id':9767,'name':'beautiful woman'},{'id':11064,'name':'nazi germany'},{'id':11341,'name':'methamphetamine'},{'id':11718,'name':'feminist'},{'id':12396,'name':'hollywood'},{'id':14768,'name':'single mother'},{'id':15160,'name':'divorce'},{'id':178977,'name':'jealous husband'},{'id':187056,'name':'woman director'},{'id':200685,'name':'jewish woman'},{'id':207583,'name':'actress'},{'id':207883,'name':'1940s'},{'id':208992,'name':'1960s'},{'id':214548,'name':'1930s'},{'id':222823,'name':'failed marriage'},{'id':227479,'name':'howard hughes'},{'id':233055,'name':'vienna'},{'id':238536,'name':'metro-goldwyn-mayer history'},{'id':245333,'name':'adolf hitler'}]" +488342,[] +28,"[{'id':1008,'name':'guerrilla'},{'id':1261,'name':'river'},{'id':2956,'name':'vietnam'},{'id':2959,'name':'vietcong'},{'id':2960,'name':'cambodia'},{'id':6092,'name':'army'},{'id':6255,'name':'insanity'},{'id':10148,'name':'tribe'},{'id':10364,'name':'mission'},{'id':10403,'name':'green beret'},{'id':10787,'name':'jungle'},{'id':12332,'name':'apocalypse'},{'id':34079,'name':'death'},{'id':177275,'name':'napalm'}]" +350837,[] +360814,"[{'id':970,'name':'parent child relationship'},{'id':2383,'name':'feminism'},{'id':2386,'name':'empowerment'},{'id':2660,'name':'strong woman'},{'id':4613,'name':'training'},{'id':5565,'name':'biography'},{'id':5970,'name':'wrestling'},{'id':6075,'name':'sport'},{'id':6683,'name':'autobiography'},{'id':10303,'name':'domestic abuse'},{'id':14537,'name':'woman power'},{'id':14955,'name':'fighting'},{'id':33372,'name':'womanhood'},{'id':155395,'name':'endurance'},{'id':157203,'name':'woman vs woman fight'},{'id':191731,'name':'female empowerment'},{'id':207999,'name':'determination'},{'id':209384,'name':'strength training'},{'id':212642,'name':'abusive father'},{'id':229447,'name':'overcoming fears'},{'id':234975,'name':'woman empowerment'}]" +77338,"[{'id':3230,'name':'male friendship'},{'id':4501,'name':'masseuse'},{'id':6054,'name':'friendship'},{'id':155697,'name':'aristocrat'},{'id':165583,'name':'interracial friendship'},{'id':167982,'name':'unlikely friendship'},{'id':179431,'name':'duringcreditsstinger'}]" +505418,"[{'id':6139,'name':'innocence'},{'id':169271,'name':'escaped prisoner'},{'id':221665,'name':'deputies'}]" +484586,[] +381935,[] +465109,[] +401121,"[{'id':3416,'name':'radio wave'},{'id':4305,'name':'radio transmission'},{'id':156075,'name':'evil'},{'id':233157,'name':'shortwave'}]" +452323,"[{'id':1794,'name':'yakuza'}]" +401359,"[{'id':4884,'name':'infection'},{'id':10327,'name':'undead'},{'id':10349,'name':'survival'},{'id':12377,'name':'zombie'},{'id':18034,'name':'desert'},{'id':168763,'name':'suv'},{'id':186565,'name':'zombie apocalypse'},{'id':193517,'name':'coyote'},{'id':235677,'name':'dehydration'}]" +520276,[] +490453,[] +438440,[] +598,"[{'id':542,'name':'street gang'},{'id':1003,'name':'photographer'},{'id':1161,'name':'brazil'},{'id':1809,'name':'rio de janeiro'},{'id':2394,'name':'ghetto'},{'id':2987,'name':'gang war'},{'id':10683,'name':'coming of age'},{'id':187056,'name':'woman director'}]" +485942,"[{'id':9717,'name':'based on comic'},{'id':210024,'name':'anime'},{'id':244042,'name':'batman'}]" +25119,[] +496704,"[{'id':1299,'name':'monster'},{'id':9663,'name':'sequel'},{'id':158064,'name':'graboids'},{'id':244697,'name':'burt'},{'id':244698,'name':'power wagon'}]" +430011,"[{'id':172141,'name':'cosplay'}]" +507143,"[{'id':6270,'name':'high school'},{'id':9823,'name':'rivalry'},{'id':10194,'name':'interracial romance'},{'id':188237,'name':'teenage romance'},{'id':192737,'name':'debate team'}]" +2655,"[{'id':1328,'name':'secret'},{'id':3358,'name':'haunted house'},{'id':10112,'name':'ouija board'},{'id':10224,'name':'haunting'},{'id':156948,'name':'missing child'},{'id':162846,'name':'ghost'}]" +339346,[] +78715,[] +316618,"[{'id':2493,'name':'oklahoma'},{'id':33637,'name':'super power'},{'id':33910,'name':'high school student'}]" +34689,"[{'id':733,'name':'dancer'},{'id':744,'name':'madrid'},{'id':6932,'name':'count'},{'id':33626,'name':'millionaire'},{'id':235736,'name':'film director'}]" +11337,"[{'id':886,'name':'movie business'},{'id':2677,'name':'weekend'},{'id':8608,'name':'violinist'},{'id':33490,'name':'filmmaking'}]" +129,"[{'id':616,'name':'witch'},{'id':970,'name':'parent child relationship'},{'id':2343,'name':'magic'},{'id':3762,'name':'darkness'},{'id':4652,'name':'bath house'},{'id':5280,'name':'ghost world'},{'id':33465,'name':'parallel world'},{'id':155582,'name':'amusement park'},{'id':196509,'name':'youkai'},{'id':207695,'name':'japanese mythology'},{'id':210024,'name':'anime'},{'id':228740,'name':'spirits'}]" +15363,"[{'id':4513,'name':'blind date'},{'id':187056,'name':'woman director'}]" +24559,"[{'id':818,'name':'based on novel or book'},{'id':1956,'name':'world war ii'},{'id':2964,'name':'future'},{'id':4379,'name':'time travel'},{'id':6384,'name':'dresden'},{'id':8008,'name':'pilgrim'},{'id':9951,'name':'alien'},{'id':12553,'name':'alien abduction'},{'id':195784,'name':'optometrist'}]" +10972,"[{'id':222,'name':'schizophrenia'},{'id':2574,'name':'lunatic asylum'},{'id':2800,'name':'psychology'},{'id':6192,'name':'relation'},{'id':10294,'name':'coin'},{'id':11335,'name':'tape recorder'},{'id':11488,'name':'pot smoking'},{'id':15156,'name':'cell phone'},{'id':33553,'name':'walkie talkie'},{'id':41180,'name':'security guard'},{'id':161315,'name':'asbestos'},{'id':169411,'name':'multiple personality'},{'id':189102,'name':'tunnel'},{'id':189400,'name':'lobotomy'},{'id':215163,'name':'hazmat suit'}]" +4587,"[{'id':9991,'name':'dress'},{'id':15058,'name':'swimming'},{'id':170548,'name':'kennedy assassination'},{'id':170553,'name':'polka dot'},{'id':170554,'name':'aspiring nun'},{'id':170556,'name':'gynecological exam'},{'id':170560,'name':'jewish girl'},{'id':170569,'name':'shoe salesman'},{'id':170575,'name':'polka dot dress'},{'id':170577,'name':'roman catholic'},{'id':170578,'name':'bell ringing'},{'id':170585,'name':'bell tower'},{'id':208992,'name':'1960s'}]" +637,"[{'id':131,'name':'italy'},{'id':483,'name':'riddle'},{'id':697,'name':'loss of loved one'},{'id':817,'name':'bookshop'},{'id':1430,'name':'self sacrifice'},{'id':1583,'name':'mass murder'},{'id':1631,'name':'concentration camp'},{'id':1755,'name':'fascism'},{'id':1956,'name':'world war ii'},{'id':2038,'name':'love of one's life'},{'id':2428,'name':'deportation'},{'id':2433,'name':'jew persecution'},{'id':2486,'name':'fantasy'},{'id':2652,'name':'nazi'},{'id':3061,'name':'national socialism'},{'id':3196,'name':'charade'},{'id':3197,'name':'riding a bicycle'},{'id':3206,'name':'story teller'},{'id':3207,'name':'concentration camp prisoner'},{'id':3737,'name':'dying and death'}]" +436370,"[{'id':1576,'name':'technology'},{'id':41230,'name':'body possession'}]" +483987,[] +337167,"[{'id':818,'name':'based on novel or book'},{'id':1664,'name':'eroticism'},{'id':9663,'name':'sequel'},{'id':158713,'name':'bdsm'}]" +65448,"[{'id':378,'name':'prison'},{'id':209476,'name':'boxing'},{'id':240240,'name':'l.a. rebellion'}]" +277386,"[{'id':214549,'name':'short'}]" +400020,"[{'id':5565,'name':'biography'}]" +475242,"[{'id':5565,'name':'biography'},{'id':164092,'name':'blindness'}]" +407365,"[{'id':3133,'name':'vampire'},{'id':3633,'name':'dracula'},{'id':9259,'name':'vampire hunter'}]" +406990,"[{'id':3713,'name':'chase'},{'id':3864,'name':'false identity'},{'id':5113,'name':'overpopulation'},{'id':5340,'name':'investigation'},{'id':10085,'name':'betrayal'},{'id':10410,'name':'conspiracy'},{'id':13129,'name':'execution'},{'id':156791,'name':'alternate world'},{'id':162988,'name':'dystopian future'},{'id':208085,'name':'population control'},{'id':221192,'name':'secrecy'},{'id':237963,'name':'septuplets'}]" +11009,"[{'id':1342,'name':'dancing master'},{'id':1346,'name':'dance performance'},{'id':1808,'name':'lover (female)'},{'id':155490,'name':'disco'}]" +450274,[] +42160,"[{'id':5956,'name':'stuntman'},{'id':184793,'name':'movie set'},{'id':235736,'name':'film director'}]" +362478,[] +12262,"[{'id':570,'name':'rape'},{'id':2766,'name':'mutation'},{'id':6086,'name':'government'},{'id':9826,'name':'murder'},{'id':11221,'name':'blood'},{'id':14895,'name':'cannibal'},{'id':15162,'name':'dog'},{'id':18034,'name':'desert'},{'id':34117,'name':'cult film'},{'id':170124,'name':'camper'},{'id':198492,'name':'set on fire'}]" +1888,"[{'id':279,'name':'usa'},{'id':579,'name':'american football'},{'id':2102,'name':'brother-in-law'},{'id':2564,'name':'wheelchair'},{'id':4427,'name':'honesty'},{'id':4606,'name':'cinematographer'},{'id':4617,'name':'insurance fraud'},{'id':4918,'name':'shadowing'},{'id':5875,'name':'fortune cookie'},{'id':155816,'name':'ex-wife'}]" +479626,[] +419109,[] +11368,"[{'id':782,'name':'assassin'},{'id':1157,'name':'wife husband relationship'},{'id':1556,'name':'texas'},{'id':3152,'name':'planned murder'},{'id':4320,'name':'lover'},{'id':5306,'name':'boss'},{'id':6021,'name':'employee'},{'id':15127,'name':'killer'},{'id':15226,'name':'dead fish'},{'id':34094,'name':'extramarital affair'},{'id':155704,'name':'shallow grave'},{'id':207268,'name':'neo-noir'}]" +290,"[{'id':612,'name':'hotel'},{'id':776,'name':'screenplay'},{'id':886,'name':'movie business'},{'id':888,'name':'screenwriter'},{'id':1388,'name':'cinema'},{'id':1583,'name':'mass murder'},{'id':10226,'name':'neighbor'},{'id':12670,'name':'los angeles'},{'id':207883,'name':'1940s'}]" +465155,"[{'id':6158,'name':'cult'},{'id':11616,'name':'vhs'},{'id':163053,'name':'found footage'},{'id':176834,'name':'social media'}]" +476678,"[{'id':10410,'name':'conspiracy'},{'id':15053,'name':'united nations'}]" +15997,"[{'id':1720,'name':'tyrannosaurus rex'},{'id':1764,'name':'triceratops'},{'id':1765,'name':'brontosaurus'},{'id':1770,'name':'spinosaurus'},{'id':12616,'name':'dinosaur'}]" +333357,"[{'id':1299,'name':'monster'},{'id':9744,'name':'outbreak'},{'id':12663,'name':'little girl'},{'id':18171,'name':'thunderstorm'},{'id':169826,'name':'home alone'}]" +383354,"[{'id':6075,'name':'sport'},{'id':6150,'name':'faith'},{'id':6496,'name':'basketball'},{'id':18035,'name':'family'},{'id':156166,'name':'mormon'}]" +14903,[] +479263,"[{'id':9716,'name':'stand-up comedy'}]" +41566,"[{'id':242,'name':'new york'},{'id':4470,'name':'punk'},{'id':204981,'name':'the bowery'},{'id':212621,'name':'jetboy'}]" +21448,"[{'id':65,'name':'holiday'},{'id':2398,'name':'narration'},{'id':12197,'name':'compilation'},{'id':207317,'name':'christmas'},{'id':249955,'name':'navidad'}]" +22643,"[{'id':3870,'name':'mickey mouse'},{'id':4391,'name':'wretch'}]" +308805,[] +135717,"[{'id':2594,'name':'magic show'}]" +80607,"[{'id':1339,'name':'duck'},{'id':6513,'name':'cartoon'},{'id':155325,'name':'cartoon mouse'},{'id':177224,'name':'speedy gonzales'},{'id':181137,'name':'tasmanian devil'},{'id':181139,'name':'cartoon duck'},{'id':181140,'name':'cartoon rabbit'}]" +26730,"[{'id':6513,'name':'cartoon'},{'id':10103,'name':'children'},{'id':11020,'name':'classic'}]" +459959,"[{'id':6733,'name':'bullying'},{'id':9748,'name':'revenge'},{'id':10873,'name':'school'}]" +15653,"[{'id':390,'name':'skateboarding'},{'id':970,'name':'parent child relationship'},{'id':3616,'name':'college'},{'id':6075,'name':'sport'},{'id':179431,'name':'duringcreditsstinger'},{'id':226774,'name':'father son conflict'}]" +52010,[] +365886,[] +23518,"[{'id':818,'name':'based on novel or book'},{'id':833,'name':'white house'},{'id':1402,'name':'general'},{'id':1930,'name':'kidnapping'},{'id':2106,'name':'cold war'},{'id':2314,'name':'pentagon'},{'id':3366,'name':'u.s. air force'},{'id':9610,'name':'coup'},{'id':10410,'name':'conspiracy'},{'id':18034,'name':'desert'},{'id':41249,'name':'secret service'},{'id':158780,'name':'u.s. marine'},{'id':160381,'name':'nuclear weapons'},{'id':160876,'name':'joint chiefs of staff'},{'id':209817,'name':'political thriller'}]" +463325,"[{'id':310,'name':'artificial intelligence'},{'id':2964,'name':'future'},{'id':4458,'name':'post-apocalyptic'},{'id':4565,'name':'dystopia'},{'id':212516,'name':'dark future'}]" +432579,"[{'id':3133,'name':'vampire'},{'id':6054,'name':'friendship'},{'id':6149,'name':'police'},{'id':14819,'name':'violence'}]" +11206,"[{'id':1003,'name':'photographer'},{'id':2671,'name':'heroin'},{'id':6149,'name':'police'},{'id':9826,'name':'murder'},{'id':10226,'name':'neighbor'},{'id':11112,'name':'search'},{'id':33630,'name':'doll'},{'id':33632,'name':'apartment'},{'id':164092,'name':'blindness'},{'id':213833,'name':'blind woman'}]" +393765,"[{'id':5950,'name':'christian'},{'id':6019,'name':'human trafficking'},{'id':14712,'name':'young woman'},{'id':34079,'name':'death'},{'id':158455,'name':'oppression'},{'id':163119,'name':'injustice'},{'id':164148,'name':'dark past'}]" +50838,"[{'id':642,'name':'robbery'},{'id':1453,'name':'amnesia'},{'id':3298,'name':'hallucination'},{'id':5774,'name':'forest'},{'id':6511,'name':'alone'},{'id':9826,'name':'murder'},{'id':9844,'name':'car crash'},{'id':10349,'name':'survival'},{'id':10937,'name':'memory'},{'id':15162,'name':'dog'},{'id':15198,'name':'car wreck'},{'id':173307,'name':'broken leg'}]" +339419,"[{'id':5565,'name':'biography'},{'id':6038,'name':'marriage'},{'id':6148,'name':'court'},{'id':8681,'name':'supreme court'},{'id':10188,'name':'interracial marriage'},{'id':160977,'name':'virginia'},{'id':163116,'name':'civil rights'},{'id':166148,'name':'interracial couple'}]" +419635,"[{'id':1925,'name':'camera'},{'id':7312,'name':'road trip'}]" +8333,"[{'id':1228,'name':'1970s'},{'id':1919,'name':'mayor'},{'id':1930,'name':'kidnapping'},{'id':3051,'name':'hostage drama'},{'id':5362,'name':'liberation of hostage'},{'id':7188,'name':'hostage-taking'},{'id':9714,'name':'remake'},{'id':9937,'name':'suspense'},{'id':14512,'name':'new york city'},{'id':15068,'name':'one day'},{'id':15090,'name':'police officer'},{'id':155735,'name':'new york subway'}]" +4909,"[{'id':90,'name':'paris france'},{'id':254,'name':'france'},{'id':441,'name':'assassination'},{'id':782,'name':'assassin'},{'id':818,'name':'based on novel or book'},{'id':2052,'name':'traitor'},{'id':2708,'name':'hitman'},{'id':3098,'name':'castle'},{'id':3864,'name':'false identity'},{'id':6149,'name':'police'},{'id':7300,'name':'charles de gaulle'},{'id':9937,'name':'suspense'},{'id':18118,'name':'disguise'},{'id':197602,'name':'denunciation'}]" +330982,"[{'id':254,'name':'france'},{'id':1755,'name':'fascism'},{'id':210184,'name':'1910s'},{'id':232224,'name':'treaty of versailles'}]" +22477,"[{'id':10183,'name':'independent film'}]" +399131,"[{'id':5248,'name':'female friendship'},{'id':6270,'name':'high school'},{'id':18005,'name':'high school friends'},{'id':187056,'name':'woman director'}]" +519218,"[{'id':1157,'name':'wife husband relationship'},{'id':3485,'name':'comedian'},{'id':5490,'name':'girlfriend'},{'id':9468,'name':'liar'},{'id':34094,'name':'extramarital affair'},{'id':166148,'name':'interracial couple'},{'id':197746,'name':'cheater'},{'id':237497,'name':'love nest'}]" +20007,[] +14675,"[{'id':242,'name':'new york'},{'id':9929,'name':'remarriage'},{'id':10226,'name':'neighbor'},{'id':14512,'name':'new york city'},{'id':15160,'name':'divorce'},{'id':15162,'name':'dog'},{'id':41185,'name':'heiress'},{'id':155457,'name':'screwball comedy'},{'id':207592,'name':'piano'},{'id':214548,'name':'1930s'}]" +314405,"[{'id':616,'name':'witch'},{'id':2011,'name':'queen'},{'id':3098,'name':'castle'},{'id':13084,'name':'king'},{'id':15016,'name':'twins'},{'id':189111,'name':'ogre'},{'id':204846,'name':'flea'},{'id':240237,'name':'mother son relationship'},{'id':240303,'name':'father daughter relationship'},{'id':241738,'name':'sister sister relationship'}]" +20242,"[{'id':591,'name':'cia'},{'id':1508,'name':'new mexico'},{'id':155750,'name':'fakes death'},{'id':207583,'name':'actress'}]" +442842,[] +381719,"[{'id':2526,'name':'human animal relationship'},{'id':15101,'name':'based on children's book'},{'id':15199,'name':'rabbit'},{'id':179431,'name':'duringcreditsstinger'}]" +14448,"[{'id':90,'name':'paris france'},{'id':237,'name':'gay'},{'id':3170,'name':'cigarette'},{'id':4344,'name':'musical'},{'id':4528,'name':'song'},{'id':5923,'name':'sister'},{'id':9673,'name':'love'},{'id':34079,'name':'death'}]" +486882,"[{'id':6075,'name':'sport'},{'id':13042,'name':'soccer'},{'id':209711,'name':'arsenal'}]" +81556,"[{'id':516,'name':'child abuse'},{'id':13014,'name':'orphan'}]" +452410,"[{'id':168347,'name':'southwestern u.s.'},{'id':229623,'name':'former spy'}]" +518809,"[{'id':214822,'name':'hamptons'}]" +417261,"[{'id':34004,'name':'second chance'},{'id':155808,'name':'hometown'},{'id':157657,'name':'country singer'},{'id':240303,'name':'father daughter relationship'}]" +418667,"[{'id':407,'name':'dictator'},{'id':2020,'name':'revolution'},{'id':167861,'name':'caribbean'},{'id':191349,'name':'teen rebel'}]" +513691,"[{'id':10391,'name':'mafia'},{'id':10857,'name':'debt collector'},{'id':14941,'name':'martial artist'},{'id':231149,'name':'mob'}]" +63260,"[{'id':9663,'name':'sequel'},{'id':14819,'name':'violence'},{'id':156212,'name':'spaghetti western'},{'id':163127,'name':'mexican'},{'id':185441,'name':'civil war veteran'}]" +56431,"[{'id':1562,'name':'hostage'},{'id':2752,'name':'ranch'},{'id':14819,'name':'violence'},{'id':163127,'name':'mexican'},{'id':173300,'name':'mexican border'},{'id':188250,'name':'hopscotch'}]" +92657,"[{'id':187056,'name':'woman director'},{'id':214549,'name':'short'}]" +22356,"[{'id':188901,'name':'quaker'},{'id':188907,'name':'street shootout'},{'id':188922,'name':'cattle rustling'},{'id':188924,'name':'outlaw gang'},{'id':188925,'name':'brunette'},{'id':188932,'name':'long black hair'},{'id':188933,'name':'bar fight'},{'id':188934,'name':'bar brawl'},{'id':188938,'name':'telegraph office'},{'id':188944,'name':'revolver'},{'id':188947,'name':'sidekick'}]" +1443,"[{'id':933,'name':'michigan'},{'id':1228,'name':'1970s'},{'id':14751,'name':'youth'},{'id':18035,'name':'family'},{'id':187056,'name':'woman director'}]" +497520,"[{'id':9716,'name':'stand-up comedy'}]" +391719,"[{'id':156810,'name':'science'}]" +518753,[] +302865,[] +19365,"[{'id':6270,'name':'high school'},{'id':33451,'name':'masturbation'}]" +104451,"[{'id':703,'name':'detective'},{'id':770,'name':'scotland yard'},{'id':3301,'name':'suspicion'},{'id':3879,'name':'suspect'},{'id':5340,'name':'investigation'},{'id':9826,'name':'murder'},{'id':12570,'name':'whodunit'},{'id':13005,'name':'doctor'},{'id':14632,'name':'suburb'}]" +388994,[] +505618,[] +360606,"[{'id':2604,'name':'babysitter'},{'id':9714,'name':'remake'}]" +43309,"[{'id':1852,'name':'mutant'},{'id':191444,'name':'gamma rays'}]" +157321,"[{'id':246,'name':'dancing'},{'id':1691,'name':'dance'},{'id':6027,'name':'music'},{'id':155490,'name':'disco'},{'id':194729,'name':'disco dancing'}]" +38802,[] +25606,[] +496245,[] +221562,"[{'id':3644,'name':'south africa'},{'id':4339,'name':'johannesburg south africa'},{'id':10053,'name':'sexploitation'},{'id':194661,'name':'tikoloshe'}]" +115473,"[{'id':187056,'name':'woman director'}]" +432641,"[{'id':4414,'name':'adventure'},{'id':9937,'name':'suspense'},{'id':9950,'name':'thriller'},{'id':168713,'name':'neo-western'},{'id':185457,'name':'badlands'},{'id':207268,'name':'neo-noir'}]" +497727,"[{'id':243436,'name':'beyond reality'},{'id':243437,'name':'magier'}]" +384680,"[{'id':279,'name':'usa'},{'id':680,'name':'montana'},{'id':1508,'name':'new mexico'},{'id':2914,'name':'chief'},{'id':10322,'name':'native american'},{'id':155805,'name':'native american reservation'},{'id':157912,'name':'bigotry'},{'id':207928,'name':'19th century'},{'id':215162,'name':'indigenous peoples'},{'id':239924,'name':'new mexico territory'}]" +336843,"[{'id':818,'name':'based on novel or book'},{'id':1721,'name':'fight'},{'id':2158,'name':'maze'},{'id':2883,'name':'imprisonment'},{'id':4458,'name':'post-apocalyptic'},{'id':6564,'name':'terminal illness'},{'id':7281,'name':'shooting'},{'id':9663,'name':'sequel'},{'id':9826,'name':'murder'},{'id':9937,'name':'suspense'},{'id':10125,'name':'mad scientist'},{'id':10349,'name':'survival'},{'id':11038,'name':'trial'},{'id':12377,'name':'zombie'},{'id':13005,'name':'doctor'},{'id':14643,'name':'battle'},{'id':14674,'name':'vaccine'},{'id':14760,'name':'scientist'},{'id':14828,'name':'city'},{'id':15127,'name':'killer'},{'id':18034,'name':'desert'},{'id':18129,'name':'labyrinth'},{'id':18543,'name':'combat'},{'id':33452,'name':'trilogy'},{'id':40895,'name':'illness'},{'id':180443,'name':'cure'},{'id':186565,'name':'zombie apocalypse'},{'id':204967,'name':'runner'},{'id':213298,'name':'universal cure'},{'id':246466,'name':'based on young adult novel'}]" +449443,"[{'id':703,'name':'detective'},{'id':796,'name':'police brutality'},{'id':2441,'name':'donut'},{'id':3688,'name':'strip club'},{'id':10051,'name':'heist'},{'id':10950,'name':'shootout'},{'id':12670,'name':'los angeles'},{'id':15160,'name':'divorce'},{'id':15363,'name':'bank robbery'},{'id':15483,'name':'car chase'},{'id':34079,'name':'death'},{'id':34258,'name':'ex-marine'},{'id':159660,'name':'armored truck'},{'id':232248,'name':'donut shop'},{'id':249158,'name':'fbi agent'}]" +435601,"[{'id':9807,'name':'noir'},{'id':9950,'name':'thriller'},{'id':10718,'name':'fugitive'},{'id':158538,'name':'north korea'}]" +36754,"[{'id':351,'name':'poison'},{'id':885,'name':'villa'},{'id':964,'name':'servant'},{'id':4506,'name':'trapdoor'},{'id':5138,'name':'gas'},{'id':6420,'name':'border crossing'},{'id':9826,'name':'murder'},{'id':41327,'name':'snorkel'},{'id':155334,'name':'scuba'},{'id':160035,'name':'suicide note'}]" +95467,"[{'id':2771,'name':'octopus'},{'id':13078,'name':'skinny dipping'},{'id':168673,'name':'marina'},{'id':188339,'name':'surgical instruments'},{'id':188340,'name':'punch in mouth'},{'id':188341,'name':'traumatic accident'},{'id':188342,'name':'sleeping pill'},{'id':188343,'name':'diagnosis'},{'id':188344,'name':'riviera'}]" +6575,"[{'id':532,'name':'music record'},{'id':578,'name':'rock 'n' roll'},{'id':637,'name':'pop'},{'id':898,'name':'hip-hop'},{'id':2636,'name':'blues'},{'id':3490,'name':'pop star'},{'id':4562,'name':'rapper'},{'id':4746,'name':'record producer'},{'id':5288,'name':'rock'},{'id':6027,'name':'music'},{'id':6031,'name':'music instrument'},{'id':13027,'name':'wedding'},{'id':34094,'name':'extramarital affair'},{'id':179430,'name':'aftercreditsstinger'}]" +28699,"[{'id':195402,'name':'film noir'}]" +478326,[] +274894,[] +487242,"[{'id':849,'name':'dc comics'}]" +418220,[] +362826,"[{'id':414,'name':'hunter'},{'id':798,'name':'sheriff'},{'id':4375,'name':'transformation'},{'id':5774,'name':'forest'},{'id':5975,'name':'menstruation'},{'id':8087,'name':'horror'},{'id':9826,'name':'murder'},{'id':12564,'name':'werewolf'},{'id':15381,'name':'captive'},{'id':199123,'name':'northern lights'}]" +424284,"[{'id':9950,'name':'thriller'}]" +315899,[] +308149,[] +456048,"[{'id':162988,'name':'dystopian future'}]" +375327,"[{'id':254,'name':'france'},{'id':409,'name':'africa'},{'id':818,'name':'based on novel or book'},{'id':949,'name':'terrorist'},{'id':966,'name':'beach'},{'id':4265,'name':'somalia'},{'id':9840,'name':'romance'},{'id':15381,'name':'captive'},{'id':162350,'name':'ocean floor'},{'id':207317,'name':'christmas'},{'id':209081,'name':'submersible'},{'id':244533,'name':'scotsman'},{'id':244536,'name':'greenland sea'}]" +508404,[] +406110,[] +497984,"[{'id':1299,'name':'monster'},{'id':9663,'name':'sequel'}]" +515801,"[{'id':534,'name':'mexico'},{'id':1626,'name':'visa'},{'id':3473,'name':'carnival'},{'id':18339,'name':'human rights'},{'id':178097,'name':'migrant worker'},{'id':214744,'name':'worker's rights'}]" +471399,[] +480973,"[{'id':207317,'name':'christmas'}]" +459214,"[{'id':2956,'name':'vietnam'},{'id':2957,'name':'vietnam war'},{'id':10191,'name':'mountain biking'},{'id':10192,'name':'mountain bike'}]" +446663,"[{'id':5565,'name':'biography'},{'id':5970,'name':'wrestling'},{'id':206441,'name':'pro wrestling'},{'id':233506,'name':'wwf'}]" +489705,[] +463593,"[{'id':12436,'name':'architecture'}]" +38142,"[{'id':4232,'name':'melancholy'},{'id':5552,'name':'train ride'},{'id':9828,'name':'surf'},{'id':13008,'name':'train'},{'id':14735,'name':'motorcycle'},{'id':18013,'name':'separation'},{'id':160246,'name':'childhood friends'},{'id':210024,'name':'anime'},{'id':236771,'name':'growing apart'},{'id':239339,'name':'rocket launch site'}]" +451995,"[{'id':1003,'name':'photographer'},{'id':1889,'name':'lake'},{'id':2598,'name':'museum'},{'id':2673,'name':'horse'},{'id':2816,'name':'street art'},{'id':2966,'name':'louvre'},{'id':3020,'name':'sheep'},{'id':4461,'name':'postman'},{'id':5331,'name':'village'},{'id':10947,'name':'goat'},{'id':11614,'name':'filmmaker'},{'id':13008,'name':'train'},{'id':14893,'name':'art'},{'id':182426,'name':'le carousel du louvre paris'},{'id':183603,'name':'face'},{'id':193723,'name':'art museum'},{'id':213726,'name':'baguette'},{'id':239240,'name':'writing on a glass window'},{'id':239241,'name':'playing ping pong'}]" +408490,"[{'id':5404,'name':'meteor'},{'id':41645,'name':'based on video game'},{'id':219368,'name':'giant ant'},{'id':222720,'name':'government secrets'}]" +450438,"[{'id':970,'name':'parent child relationship'},{'id':6733,'name':'bullying'},{'id':10873,'name':'school'},{'id':12096,'name':'hair'},{'id':13130,'name':'teenager'},{'id':18035,'name':'family'},{'id':156940,'name':'haircut'},{'id':187056,'name':'woman director'}]" +447180,"[{'id':13141,'name':'based on manga'}]" +446354,"[{'id':917,'name':'journalism'},{'id':918,'name':'newspaper'},{'id':1228,'name':'1970s'},{'id':2957,'name':'vietnam war'},{'id':5565,'name':'biography'},{'id':6078,'name':'politics'},{'id':9376,'name':'richard nixon'},{'id':9672,'name':'based on a true story'},{'id':11771,'name':'pentagon papers'},{'id':162300,'name':'government cover-up'},{'id':188994,'name':'publisher'}]" +447163,"[{'id':11870,'name':'teen movie'},{'id':222243,'name':'based on anime'}]" +431572,"[{'id':13141,'name':'based on manga'}]" +398181,"[{'id':447,'name':'post traumatic stress disorder'},{'id':612,'name':'hotel'},{'id':818,'name':'based on novel or book'},{'id':5707,'name':'childhood trauma'},{'id':9826,'name':'murder'},{'id':9856,'name':'flashback'},{'id':10594,'name':'money'},{'id':10809,'name':'teenage girl'},{'id':14512,'name':'new york city'},{'id':14819,'name':'violence'},{'id':14964,'name':'drugs'},{'id':41158,'name':'stakeout'},{'id':165909,'name':'alarm'},{'id':171095,'name':'u.s. senator'},{'id':191527,'name':'phone call'},{'id':240184,'name':'burning photograph'},{'id':240237,'name':'mother son relationship'},{'id':243769,'name':'army veteran'}]" +77235,"[{'id':160404,'name':'valentine's day'}]" +10905,"[{'id':591,'name':'cia'},{'id':1568,'name':'undercover'},{'id':4721,'name':'violin'},{'id':9016,'name':'femme fatale'},{'id':33705,'name':'agent'}]" +70829,[] +136984,"[{'id':9920,'name':'royalty'},{'id':15162,'name':'dog'}]" +34482,"[{'id':155939,'name':'group of friends'}]" +426606,"[{'id':1594,'name':'ex-boyfriend'},{'id':2382,'name':'flower'},{'id':9833,'name':'lesbian relationship'},{'id':159141,'name':'sperm donor'},{'id':168386,'name':'child wish'}]" +267793,"[{'id':187056,'name':'woman director'}]" +108542,[] +15012,[] +298776,[] +403853,[] +54112,"[{'id':1262,'name':'mountain'},{'id':1963,'name':'expedition'},{'id':2597,'name':'bigfoot'},{'id':4375,'name':'transformation'},{'id':8873,'name':'yeti'},{'id':9785,'name':'perversion'},{'id':12564,'name':'werewolf'},{'id':13031,'name':'creature'},{'id':13125,'name':'sadist'},{'id':14819,'name':'violence'},{'id':210214,'name':'sasquatch'},{'id':218005,'name':'sex slave'}]" +107625,"[{'id':222782,'name':'two guns belt'}]" +10330,"[{'id':380,'name':'sibling relationship'},{'id':641,'name':'single parent'},{'id':970,'name':'parent child relationship'},{'id':2281,'name':'mistake in person'},{'id':3582,'name':'bride'},{'id':3741,'name':'talk show'},{'id':5133,'name':'body exchange'},{'id':6170,'name':'motherly love'},{'id':6270,'name':'high school'},{'id':13027,'name':'wedding'},{'id':15106,'name':'psychiatrist'},{'id':33721,'name':'body-swap'},{'id':41591,'name':'music band'},{'id':155722,'name':'teen comedy'},{'id':163069,'name':'child as an adult'},{'id':198929,'name':'adult as a child'}]" +11478,"[{'id':736,'name':'journalist'},{'id':2908,'name':'secret society'},{'id':4735,'name':'pizza'},{'id':10329,'name':'wealth'},{'id':10669,'name':'pay phone'},{'id':15219,'name':'rooftop'},{'id':155793,'name':'attempted suicide'},{'id':157632,'name':'fraternity'},{'id':161837,'name':'foot race'},{'id':171083,'name':'ivy league'},{'id':171095,'name':'u.s. senator'},{'id':171100,'name':'dining hall'}]" +435126,"[{'id':1157,'name':'wife husband relationship'},{'id':15156,'name':'cell phone'},{'id':190722,'name':'reunited friends'},{'id':191260,'name':'dinner party'},{'id':247691,'name':'lunar eclipse'}]" +500634,"[{'id':1803,'name':'drug addiction'},{'id':2671,'name':'heroin'},{'id':187056,'name':'woman director'},{'id':240485,'name':'brother sister relationship'}]" +515333,"[{'id':6075,'name':'sport'},{'id':6496,'name':'basketball'},{'id':161643,'name':'sport competition'}]" +460216,"[{'id':970,'name':'parent child relationship'}]" +467867,"[{'id':5565,'name':'biography'},{'id':231401,'name':'college american football'}]" +206277,[] +13526,"[{'id':9937,'name':'suspense'},{'id':187056,'name':'woman director'}]" +73208,"[{'id':9672,'name':'based on a true story'},{'id':34117,'name':'cult film'},{'id':156120,'name':'train robbery'},{'id':195402,'name':'film noir'}]" +1672,"[{'id':90,'name':'paris france'},{'id':378,'name':'prison'},{'id':409,'name':'africa'},{'id':960,'name':'homeless person'},{'id':1157,'name':'wife husband relationship'},{'id':2051,'name':'intelligence'},{'id':9748,'name':'revenge'},{'id':9777,'name':'escape from prison'}]" +51104,"[{'id':3347,'name':'volcano'},{'id':10617,'name':'disaster'},{'id':10733,'name':'sunken treasure'},{'id':189411,'name':'disaster movie'},{'id':207928,'name':'19th century'},{'id':208188,'name':'java'},{'id':214892,'name':'dutch east indies'}]" +28409,"[{'id':5572,'name':'fistfight'},{'id':5919,'name':'necrophilia'},{'id':9826,'name':'murder'},{'id':10122,'name':'reanimation'},{'id':10326,'name':'morgue'},{'id':156810,'name':'science'},{'id':157943,'name':'hunchback'},{'id':170335,'name':'whipping'}]" +77257,"[{'id':572,'name':'sex'},{'id':2626,'name':'exorcism'},{'id':5331,'name':'village'},{'id':10093,'name':'priest'},{'id':14765,'name':'church'},{'id':15001,'name':'demon'},{'id':159940,'name':'exorcist'}]" +24005,"[{'id':612,'name':'hotel'},{'id':703,'name':'detective'},{'id':818,'name':'based on novel or book'},{'id':2604,'name':'babysitter'},{'id':3203,'name':'pilot'},{'id':9826,'name':'murder'},{'id':9937,'name':'suspense'},{'id':10229,'name':'singer'},{'id':41410,'name':'madness'},{'id':180340,'name':'voyeur'}]" +49397,"[{'id':779,'name':'martial arts'},{'id':798,'name':'sheriff'},{'id':974,'name':'bank'},{'id':1560,'name':'dynamite'},{'id':1701,'name':'hero'},{'id':2944,'name':'senator'},{'id':5340,'name':'investigation'},{'id':5343,'name':'molotow cocktail'},{'id':5572,'name':'fistfight'},{'id':9503,'name':'outlaw'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':9890,'name':'jail'},{'id':10958,'name':'man hunt'},{'id':14601,'name':'explosion'},{'id':15124,'name':'framed'},{'id':15363,'name':'bank robbery'},{'id':41133,'name':'shaving'},{'id':155291,'name':'cowboy'},{'id':156212,'name':'spaghetti western'},{'id':166524,'name':'jail break'}]" +15805,"[{'id':9717,'name':'based on comic'},{'id':33637,'name':'super power'},{'id':203702,'name':'mr. freeze'}]" +11471,"[{'id':378,'name':'prison'},{'id':380,'name':'sibling relationship'},{'id':1585,'name':'snake'},{'id':4541,'name':'conciliation'},{'id':5446,'name':'observer'},{'id':5638,'name':'arrest'},{'id':9288,'name':'triade'},{'id':9748,'name':'revenge'},{'id':10889,'name':'counterfeit'},{'id':12354,'name':'hong kong'},{'id':15090,'name':'police officer'}]" +453203,[] +453289,[] +458109,"[{'id':12105,'name':'student'},{'id':207431,'name':'murder suspect'},{'id':229299,'name':'affair'}]" +495029,"[{'id':2974,'name':'jesus christ'},{'id':4344,'name':'musical'},{'id':6029,'name':'concert'},{'id':9921,'name':'easter'}]" +27360,"[{'id':9728,'name':'caper'}]" +19766,"[{'id':679,'name':'cyborg'},{'id':1683,'name':'gadget'},{'id':9663,'name':'sequel'},{'id':10244,'name':'based on cartoon'}]" +1957,"[{'id':828,'name':'waitress'},{'id':1157,'name':'wife husband relationship'},{'id':2320,'name':'violent husband'},{'id':2801,'name':'self-defense'},{'id':5927,'name':'violence against women'},{'id':9937,'name':'suspense'},{'id':155501,'name':'marry rich'},{'id':212643,'name':'abusive husband'}]" +348896,[] +18701,[] +467432,[] +513285,"[{'id':703,'name':'detective'},{'id':9016,'name':'femme fatale'},{'id':9807,'name':'noir'},{'id':11168,'name':'private investigator'},{'id':195402,'name':'film noir'},{'id':204701,'name':'pulp'},{'id':207883,'name':'1940s'},{'id':246263,'name':'vernon wells'}]" +472805,"[{'id':1415,'name':'small town'},{'id':156121,'name':'ex-con'}]" +515815,[] +29076,"[{'id':10175,'name':'drug cartel'},{'id':15274,'name':'nervous breakdown'}]" +362226,"[{'id':3721,'name':'health'},{'id':163412,'name':'fitness'},{'id':223208,'name':'crossfit'}]" +9621,"[{'id':236,'name':'suicide'},{'id':922,'name':'hotel room'},{'id':1252,'name':'suicide attempt'},{'id':1605,'name':'new love'},{'id':3739,'name':'funeral'},{'id':3800,'name':'airplane'},{'id':4663,'name':'lovers'},{'id':13072,'name':'falling in love'}]" +16651,"[{'id':818,'name':'based on novel or book'},{'id':5565,'name':'biography'}]" +318852,[] +196065,[] +355173,[] +429351,"[{'id':591,'name':'cia'},{'id':818,'name':'based on novel or book'},{'id':3541,'name':'afghanistan'},{'id':7955,'name':'taliban'},{'id':9672,'name':'based on a true story'},{'id':214463,'name':'post 9/11'},{'id':214596,'name':'cia agent'}]" +399035,"[{'id':10410,'name':'conspiracy'},{'id':13008,'name':'train'}]" +434376,"[{'id':5350,'name':'eagle'},{'id':6895,'name':'philippines'},{'id':167617,'name':'endangered species'},{'id':198623,'name':'farm girl'},{'id':215397,'name':'pinoy'},{'id':226499,'name':'manhunt'}]" +481367,"[{'id':161173,'name':'succubus'}]" +462723,[] +10894,"[{'id':2467,'name':'difficult childhood'},{'id':9826,'name':'murder'},{'id':9957,'name':'loneliness'},{'id':157314,'name':'psychological horror'},{'id':209027,'name':'artificial'}]" +333653,"[{'id':818,'name':'based on novel or book'},{'id':33841,'name':'incest'},{'id':187056,'name':'woman director'}]" +37641,[] +474753,"[{'id':478,'name':'china'},{'id':3681,'name':'economy'},{'id':5636,'name':'wall street'},{'id':177493,'name':'stock market'},{'id':181320,'name':'stock fraud'},{'id':221004,'name':'investment'},{'id':230932,'name':'investment bank'}]" +416494,"[{'id':6270,'name':'high school'},{'id':13130,'name':'teenager'},{'id':15286,'name':'new kid'},{'id':176834,'name':'social media'},{'id':184439,'name':'divorced parents'},{'id':207468,'name':'app'}]" +457703,"[{'id':2341,'name':'nanny'},{'id':2604,'name':'babysitter'}]" +447904,[] +448194,"[{'id':616,'name':'witch'},{'id':3623,'name':'cabin'},{'id':5774,'name':'forest'},{'id':6270,'name':'high school'},{'id':9826,'name':'murder'},{'id':177872,'name':'occult ritual'},{'id':190396,'name':'devil worship'},{'id':240315,'name':'mother daughter relationship'}]" +504769,"[{'id':3721,'name':'health'},{'id':163412,'name':'fitness'},{'id':223208,'name':'crossfit'}]" +476046,"[{'id':2393,'name':'adoption'},{'id':14760,'name':'scientist'}]" +413416,"[{'id':167234,'name':'vietnamese'}]" +463602,[] +411805,"[{'id':8087,'name':'horror'},{'id':10511,'name':'western'},{'id':12377,'name':'zombie'},{'id':155291,'name':'cowboy'},{'id':156183,'name':'west'}]" +15648,"[{'id':456,'name':'mother'},{'id':4700,'name':'e-mail'},{'id':5756,'name':'man-woman relation'},{'id':9457,'name':'single'},{'id':10132,'name':'matchmaking'},{'id':11707,'name':'suitor'},{'id':14534,'name':'relationship'},{'id':14768,'name':'single mother'},{'id':18035,'name':'family'},{'id':171612,'name':'secret admirer'},{'id':219849,'name':'catfishing'},{'id':240070,'name':'perfect man'}]" +26798,"[{'id':158584,'name':'tv news'},{'id':163758,'name':'ex-husband ex-wife relationship'},{'id':229783,'name':'newscaster'}]" +332280,[] +410537,[] +333123,"[{'id':12190,'name':'cyberpunk'}]" +451563,[] +502122,"[{'id':5970,'name':'wrestling'},{'id':6075,'name':'sport'},{'id':13130,'name':'teenager'},{'id':41523,'name':'brooklyn, new york city'},{'id':161194,'name':'estranged father'},{'id':187056,'name':'woman director'}]" +337085,"[{'id':10666,'name':'road accident'}]" +376582,[] +408866,"[{'id':1589,'name':'sniper'},{'id':5774,'name':'forest'},{'id':33974,'name':'fortress'},{'id':195908,'name':'special ops'}]" +39925,"[{'id':9826,'name':'murder'},{'id':12565,'name':'psychological thriller'},{'id':15274,'name':'nervous breakdown'},{'id':155730,'name':'hammer horror'},{'id':156578,'name':'newlywed'},{'id':172228,'name':'schoolhouse'}]" +294083,"[{'id':9706,'name':'anthology'},{'id':9748,'name':'revenge'}]" +19176,"[{'id':155291,'name':'cowboy'}]" +440034,[] +476926,"[{'id':1157,'name':'wife husband relationship'},{'id':1432,'name':'nasa'},{'id':2858,'name':'sacrifice'},{'id':3203,'name':'pilot'},{'id':4165,'name':'saturn'},{'id':4375,'name':'transformation'},{'id':4565,'name':'dystopia'},{'id':8181,'name':'swimming pool'},{'id':9826,'name':'murder'},{'id':233300,'name':'genetic mutation'},{'id':239390,'name':'human experiment'},{'id':240435,'name':'scientific experiment'}]" +417611,[] +59050,"[{'id':305,'name':'moon'},{'id':736,'name':'journalist'},{'id':818,'name':'based on novel or book'},{'id':1227,'name':'cemetery'},{'id':2176,'name':'music teacher'},{'id':2405,'name':'roof'},{'id':5090,'name':'fool'},{'id':5159,'name':'tourist'},{'id':9887,'name':'surrealism'},{'id':155167,'name':'cult director'}]" +399031,"[{'id':972,'name':'refugee'},{'id':973,'name':'refugee camp'},{'id':233691,'name':'refugee crisis'},{'id':235528,'name':'european refugee crisis'}]" +374671,"[{'id':395,'name':'gambling'},{'id':9914,'name':'slice of life'},{'id':10235,'name':'family relationships'},{'id':13028,'name':'writer'},{'id':14527,'name':'storm'},{'id':15160,'name':'divorce'},{'id':155790,'name':'private detective'},{'id':164039,'name':'grandmother'}]" +459225,"[{'id':3201,'name':'orgasm'},{'id':10768,'name':'lesbian'},{'id':33998,'name':'lesbian sex'},{'id':158718,'name':'lgbt'},{'id':190605,'name':'asian lgbt'},{'id':221475,'name':'bachelorette party'}]" +430447,"[{'id':616,'name':'witch'},{'id':818,'name':'based on novel or book'},{'id':977,'name':'cat'},{'id':2343,'name':'magic'},{'id':2382,'name':'flower'},{'id':3872,'name':'broom'},{'id':15101,'name':'based on children's book'},{'id':210024,'name':'anime'}]" +418327,[] +118536,"[{'id':736,'name':'journalist'},{'id':2887,'name':'manipulation'},{'id':3734,'name':'ambition'},{'id':9758,'name':'deception'},{'id':12965,'name':'duel'},{'id':165282,'name':'high society'},{'id':186447,'name':'rogue'},{'id':191179,'name':'scoundrel'},{'id':237444,'name':'war buddies'},{'id':237446,'name':'jilted woman'},{'id':237447,'name':'manipulated woman'}]" +1815,"[{'id':1402,'name':'general'},{'id':1936,'name':'blackmail'},{'id':3152,'name':'planned murder'},{'id':4942,'name':'victim of murder'},{'id':5600,'name':'daughter'},{'id':155860,'name':'philip marlowe'}]" +473256,"[{'id':9826,'name':'murder'},{'id':10726,'name':'gang'}]" +31100,[] +305969,"[{'id':4458,'name':'post-apocalyptic'}]" +1835,"[{'id':2619,'name':'suspicion of murder'},{'id':3152,'name':'planned murder'},{'id':12670,'name':'los angeles'},{'id':155860,'name':'philip marlowe'}]" +148343,[] +513224,[] +357054,"[{'id':4932,'name':'farm'},{'id':10092,'name':'mystery'},{'id':10241,'name':'caretaker'},{'id':11004,'name':'rural setting'},{'id':210410,'name':'sinister'},{'id':228281,'name':'dark mysteries'}]" +451204,"[{'id':5609,'name':'nostalgia'},{'id':10938,'name':'old man'},{'id':12396,'name':'hollywood'},{'id':164615,'name':'washed up star'},{'id':164734,'name':'nashville tennessee'}]" +514505,[] +467519,[] +407449,"[{'id':8778,'name':'atheist'},{'id':172971,'name':'elderly'},{'id':182649,'name':'spiritual journey'}]" +502140,"[{'id':3307,'name':'surreal'},{'id':12387,'name':'cerebral'},{'id':232997,'name':'dreamlike'},{'id':243090,'name':'free spirited'}]" +455185,"[{'id':417,'name':'corruption'},{'id':798,'name':'sheriff'},{'id':1016,'name':'wyoming'},{'id':187056,'name':'woman director'}]" +400617,"[{'id':212,'name':'london'},{'id':1157,'name':'wife husband relationship'},{'id':1523,'name':'obsession'},{'id':6199,'name':'dressmaker'},{'id':7024,'name':'fashion designer'},{'id':13005,'name':'doctor'},{'id':13027,'name':'wedding'},{'id':15479,'name':'fashion'},{'id':167198,'name':'fashion show'},{'id':182410,'name':'haute couture'},{'id':208611,'name':'1950s'},{'id':240485,'name':'brother sister relationship'}]" +47369,"[{'id':591,'name':'cia'},{'id':15108,'name':'justice'}]" +513662,"[{'id':196376,'name':'sci-fi thriller'}]" +467916,"[{'id':10768,'name':'lesbian'}]" +396371,"[{'id':242,'name':'new york'},{'id':383,'name':'poker'},{'id':395,'name':'gambling'},{'id':1812,'name':'fbi'},{'id':2070,'name':'olympic games'},{'id':5565,'name':'biography'},{'id':5638,'name':'arrest'},{'id':6148,'name':'court'},{'id':6562,'name':'celebrity'},{'id':8045,'name':'russian mafia'},{'id':9672,'name':'based on a true story'},{'id':9849,'name':'beating'},{'id':10456,'name':'athlete'},{'id':10909,'name':'lawyer'},{'id':11038,'name':'trial'},{'id':11322,'name':'female protagonist'},{'id':12670,'name':'los angeles'},{'id':33519,'name':'courtroom'},{'id':157168,'name':'ice skating'},{'id':159558,'name':'snow skiing'},{'id':166531,'name':'card playing'},{'id':167615,'name':'hotel suite'},{'id':167925,'name':'employer employee relationship'},{'id':227897,'name':'cleavage'},{'id':227945,'name':'high stakes'},{'id':231149,'name':'mob'},{'id':240303,'name':'father daughter relationship'},{'id':247627,'name':'crime'}]" +11888,"[{'id':2393,'name':'adoption'},{'id':4010,'name':'log cabin'},{'id':9880,'name':'alaska'},{'id':155821,'name':'sled dogs'}]" +27551,"[{'id':12554,'name':'dragon'},{'id':14665,'name':'barbarian'}]" +434775,"[{'id':233,'name':'japan'},{'id':9826,'name':'murder'},{'id':223613,'name':'criminal record'}]" +465240,"[{'id':515,'name':'women'},{'id':971,'name':'rwanda'},{'id':972,'name':'refugee'},{'id':2646,'name':'bird'},{'id':8053,'name':'rwandan genocide'}]" +63077,"[{'id':4565,'name':'dystopia'}]" +9696,"[{'id':4424,'name':'pain'},{'id':5927,'name':'violence against women'},{'id':6297,'name':'japanese mafia'},{'id':6670,'name':'piercing'},{'id':7089,'name':'dominatrix'},{'id':10292,'name':'gore'},{'id':14964,'name':'drugs'},{'id':15016,'name':'twins'},{'id':18086,'name':'disembowelment'},{'id':40884,'name':'blade'},{'id':157707,'name':'masochist'},{'id':157714,'name':'sadistic torture'},{'id':157716,'name':'predator turns victim'},{'id':236316,'name':'anarchic comedy'}]" +461777,[] +48205,[] +485925,[] +412000,"[{'id':1010,'name':'bar'},{'id':8440,'name':'ex-cop'},{'id':11436,'name':'redemption'},{'id':13059,'name':'prostitution'},{'id':14819,'name':'violence'},{'id':33457,'name':'alcoholic'},{'id':217324,'name':'murder hunt'}]" +476996,[] +473397,"[{'id':18035,'name':'family'},{'id':187056,'name':'woman director'}]" +446164,"[{'id':10181,'name':'based on play or musical'}]" +464331,"[{'id':5091,'name':'kiss'},{'id':9986,'name':'crush'},{'id':33673,'name':'apple'},{'id':211660,'name':'old age'}]" +506319,"[{'id':1373,'name':'killer robot'},{'id':10891,'name':'giant robot'},{'id':13031,'name':'creature'},{'id':14909,'name':'alien invasion'},{'id':232561,'name':'military sci-fi'}]" +470831,"[{'id':155490,'name':'disco'}]" +446791,"[{'id':1228,'name':'1970s'},{'id':1930,'name':'kidnapping'},{'id':9672,'name':'based on a true story'},{'id':187270,'name':'ransom demand'}]" +459530,"[{'id':13141,'name':'based on manga'}]" +442064,"[{'id':157204,'name':'girls with guns'},{'id':227532,'name':'hit man'}]" +485464,"[{'id':3149,'name':'gangster'},{'id':11869,'name':'mistress'},{'id':155963,'name':'driver'}]" +449927,[] +456750,"[{'id':1562,'name':'hostage'},{'id':171792,'name':'die hard scenario'},{'id':206691,'name':'buddies'}]" +419831,"[{'id':1299,'name':'monster'},{'id':9717,'name':'based on comic'},{'id':10809,'name':'teenage girl'},{'id':18712,'name':'based on graphic novel'},{'id':157902,'name':'psychological'},{'id':170344,'name':'imagination'}]" +426257,[] +436830,"[{'id':232752,'name':'el dorado'}]" +168228,"[{'id':3017,'name':'jazz musician'},{'id':3473,'name':'carnival'},{'id':191311,'name':'comatose'}]" +43396,[] +21621,"[{'id':1402,'name':'general'},{'id':6091,'name':'war'},{'id':9748,'name':'revenge'},{'id':228747,'name':'generation'},{'id':229607,'name':'female warrior'}]" +398174,"[{'id':1228,'name':'1970s'},{'id':5565,'name':'biography'},{'id':6344,'name':'liverpool'},{'id':10163,'name':'cancer'},{'id':14641,'name':'based on memoir or autobiography'},{'id':157799,'name':'older woman younger man relationship'},{'id':207583,'name':'actress'},{'id':233607,'name':'fading star'}]" +249151,"[{'id':187056,'name':'woman director'}]" +258284,"[{'id':818,'name':'based on novel or book'},{'id':1930,'name':'kidnapping'},{'id':2672,'name':'baltimore'},{'id':156948,'name':'missing child'},{'id':158938,'name':'baltimore maryland'},{'id':166109,'name':'child murder'},{'id':187056,'name':'woman director'}]" +18123,"[{'id':6075,'name':'sport'},{'id':8635,'name':'high school sports'}]" +29691,"[{'id':3133,'name':'vampire'},{'id':9259,'name':'vampire hunter'}]" +348179,"[{'id':10183,'name':'independent film'}]" +270458,[] +265193,"[{'id':18330,'name':'nature'},{'id':187056,'name':'woman director'}]" +305309,"[{'id':187056,'name':'woman director'}]" +417442,[] +430604,[] +273915,"[{'id':703,'name':'detective'},{'id':5451,'name':'comic book'},{'id':162225,'name':'fatherhood'},{'id':240552,'name':'boy hero'},{'id':240778,'name':'graphic novel'}]" +354861,[] +505177,"[{'id':1930,'name':'kidnapping'},{'id':9748,'name':'revenge'},{'id':9950,'name':'thriller'}]" +316029,"[{'id':291,'name':'circus'},{'id':4344,'name':'musical'},{'id':5565,'name':'biography'},{'id':8747,'name':'diversity'},{'id':9672,'name':'based on a true story'},{'id':10216,'name':'outcast'},{'id':12990,'name':'singing'},{'id':173276,'name':'dreamer'},{'id':233736,'name':'showman'}]" +406563,"[{'id':2723,'name':'medium'},{'id':2849,'name':'key'},{'id':3358,'name':'haunted house'},{'id':9675,'name':'prequel'},{'id':13153,'name':'spirit'},{'id':208611,'name':'1950s'}]" +296879,[] +13797,"[{'id':1824,'name':'self-destruction'},{'id':4298,'name':'teamwork'},{'id':5373,'name':'damage'},{'id':5457,'name':'mythical creature'}]" +474104,"[{'id':9712,'name':'possession'},{'id':13153,'name':'spirit'},{'id':162846,'name':'ghost'},{'id':230191,'name':'haunted'}]" +447380,[] +111039,[] +381041,"[{'id':380,'name':'sibling relationship'},{'id':187290,'name':'mentally challenged'}]" +324276,"[{'id':187056,'name':'woman director'}]" +50026,"[{'id':334,'name':'flying'},{'id':10183,'name':'independent film'}]" +372107,"[{'id':970,'name':'parent child relationship'},{'id':184712,'name':'online chat'},{'id':196478,'name':'cybersex'}]" +360737,"[{'id':237,'name':'gay'},{'id':2349,'name':'german'},{'id':10683,'name':'coming of age'},{'id':158718,'name':'lgbt'}]" +413852,"[{'id':2340,'name':'paranoia'},{'id':3301,'name':'suspicion'},{'id':18027,'name':'sibling'}]" +414187,[] +502426,"[{'id':380,'name':'sibling relationship'},{'id':2689,'name':'dementia'},{'id':3543,'name':'transport of prisoners'},{'id':7312,'name':'road trip'},{'id':155716,'name':'rookie cop'},{'id':181057,'name':'taking care of someone '},{'id':187056,'name':'woman director'},{'id':214633,'name':'living with parents'},{'id':249279,'name':'deathbed visit'},{'id':249281,'name':'emergency furlough'}]" +63618,"[{'id':478,'name':'china'},{'id':10093,'name':'priest'}]" +26174,"[{'id':1568,'name':'undercover'},{'id':10890,'name':'treasury department'},{'id':195402,'name':'film noir'}]" +67204,[] +167119,"[{'id':1859,'name':'arizona'},{'id':9826,'name':'murder'}]" +53581,"[{'id':2673,'name':'horse'},{'id':154867,'name':'jockey'},{'id':209714,'name':'3d'}]" +83791,[] +460557,[] +383709,"[{'id':818,'name':'based on novel or book'}]" +290235,"[{'id':10224,'name':'haunting'}]" +89753,[] +466421,[] +90756,[] +356332,"[{'id':3581,'name':'witness'},{'id':4434,'name':'interview'},{'id':5565,'name':'biography'},{'id':9672,'name':'based on a true story'},{'id':9826,'name':'murder'},{'id':9955,'name':'urban legend'},{'id':240139,'name':'historical reinterpretation'}]" +79056,[] +153436,[] +115376,[] +174808,[] +367966,"[{'id':1388,'name':'cinema'},{'id':12396,'name':'hollywood'},{'id':194011,'name':'storyboards'},{'id':246785,'name':'film research'}]" +119892,"[{'id':818,'name':'based on novel or book'},{'id':11001,'name':'religion'},{'id':158468,'name':'chinese history'},{'id':207411,'name':'monkey king'},{'id':227480,'name':'chinese mythology'},{'id':244008,'name':'journey to the west'}]" +44224,"[{'id':1721,'name':'fight'},{'id':2522,'name':'grizzly bear'},{'id':3593,'name':'wilderness'},{'id':5320,'name':'cake'},{'id':5774,'name':'forest'},{'id':10229,'name':'singer'},{'id':10468,'name':'bear'},{'id':194711,'name':'trapped in car'}]" +480432,[] +381902,"[{'id':818,'name':'based on novel or book'},{'id':1529,'name':'buddhist monk'},{'id':4809,'name':'tiger'},{'id':12554,'name':'dragon'},{'id':207411,'name':'monkey king'},{'id':227480,'name':'chinese mythology'}]" +15068,[] +433422,"[{'id':3205,'name':'fairy tale'},{'id':207826,'name':'shounen'},{'id':210024,'name':'anime'}]" +26302,"[{'id':10183,'name':'independent film'}]" +457402,[] +29972,"[{'id':478,'name':'china'},{'id':1382,'name':'factory'},{'id':1439,'name':'flat'},{'id':9767,'name':'beautiful woman'},{'id':10183,'name':'independent film'}]" +437543,"[{'id':345,'name':'monk'},{'id':515,'name':'women'},{'id':5147,'name':'sorcery'},{'id':9663,'name':'sequel'},{'id':14796,'name':'destruction'},{'id':18014,'name':'wrath'},{'id':18029,'name':'trapped'},{'id':207411,'name':'monkey king'},{'id':232830,'name':'followers'},{'id':244422,'name':'ancient prophecy'},{'id':244423,'name':'foretold'}]" +447665,[] +255554,[] +81836,"[{'id':588,'name':'rome italy'},{'id':156063,'name':'expatriate'},{'id':156934,'name':'episodic'}]" +36786,"[{'id':10714,'name':'serial killer'},{'id':14512,'name':'new york city'},{'id':155744,'name':'newspaper man'},{'id':195402,'name':'film noir'}]" +59296,"[{'id':1334,'name':'wedding vows'},{'id':6038,'name':'marriage'},{'id':9673,'name':'love'}]" +394185,"[{'id':206441,'name':'pro wrestling'}]" +20330,"[{'id':11523,'name':'capital punishment'},{'id':228898,'name':'incriminate'}]" +445004,"[{'id':13042,'name':'soccer'}]" +505524,[] +338509,"[{'id':187056,'name':'woman director'}]" +464879,[] +20620,"[{'id':4585,'name':'plastic surgery'},{'id':9937,'name':'suspense'}]" +57521,"[{'id':1013,'name':'homophobia'},{'id':1964,'name':'cave'},{'id':5509,'name':'spanish civil war'},{'id':9566,'name':'catalonia'},{'id':9748,'name':'revenge'},{'id':11004,'name':'rural setting'},{'id':41509,'name':'hate'},{'id':154846,'name':'farmer'},{'id':158987,'name':'post war'},{'id':207883,'name':'1940s'},{'id':224288,'name':'caged bird'}]" +82631,"[{'id':9672,'name':'based on a true story'}]" +9462,"[{'id':131,'name':'italy'},{'id':588,'name':'rome italy'},{'id':779,'name':'martial arts'},{'id':780,'name':'kung fu'},{'id':1463,'name':'culture clash'},{'id':1946,'name':'restaurant'},{'id':3149,'name':'gangster'},{'id':5964,'name':'chinese mafia'},{'id':11860,'name':'fish out of water'},{'id':12354,'name':'hong kong'},{'id':160488,'name':'hoodlum'},{'id':175510,'name':'nunchaku'},{'id':244478,'name':'property'}]" +25050,"[{'id':9928,'name':'bereavement'},{'id':10235,'name':'family relationships'},{'id':18187,'name':'family reunion'},{'id':182657,'name':'family gathering'}]" +11300,"[{'id':242,'name':'new york'},{'id':642,'name':'robbery'},{'id':772,'name':'handcuffs'},{'id':3713,'name':'chase'},{'id':6149,'name':'police'},{'id':6259,'name':'psychopath'},{'id':9935,'name':'travel'},{'id':10123,'name':'dark comedy'},{'id':10183,'name':'independent film'},{'id':14819,'name':'violence'},{'id':14831,'name':'stabbing'},{'id':167043,'name':'road movie'},{'id':188737,'name':'class reunion'},{'id':220295,'name':'date from hell'}]" +25504,"[{'id':736,'name':'journalist'},{'id':4924,'name':'insane asylum'},{'id':10183,'name':'independent film'}]" +11712,"[{'id':233,'name':'japan'},{'id':417,'name':'corruption'},{'id':1462,'name':'samurai'},{'id':1530,'name':'temple'},{'id':6211,'name':'fighter'},{'id':11221,'name':'blood'},{'id':198754,'name':'feudal japan'}]" +36843,"[{'id':2324,'name':'bulimia'},{'id':10183,'name':'independent film'},{'id':10483,'name':'eccentric'},{'id':10637,'name':'food'},{'id':11935,'name':'working class'},{'id':14514,'name':'class differences'},{'id':15016,'name':'twins'},{'id':15161,'name':'rebellious daughter'},{'id':172383,'name':'eating disorder'}]" +300668,"[{'id':732,'name':'coma'},{'id':818,'name':'based on novel or book'},{'id':894,'name':'depression'},{'id':1196,'name':'florida'},{'id':1824,'name':'self-destruction'},{'id':1963,'name':'expedition'},{'id':1992,'name':'professor'},{'id':2035,'name':'mythology'},{'id':2766,'name':'mutation'},{'id':3184,'name':'alligator'},{'id':4375,'name':'transformation'},{'id':4551,'name':'swamp'},{'id':5404,'name':'meteor'},{'id':6898,'name':'quarantine'},{'id':8012,'name':'physicist'},{'id':9410,'name':'hybrid'},{'id':9872,'name':'grief'},{'id':10163,'name':'cancer'},{'id':11268,'name':'psychologist'},{'id':11469,'name':'memory loss'},{'id':14760,'name':'scientist'},{'id':34051,'name':'team'},{'id':41603,'name':'paramedic'},{'id':156091,'name':'missing person'},{'id':161271,'name':'beast'},{'id':161281,'name':'geologist'},{'id':161294,'name':'biologist'},{'id':161348,'name':'unusual phenomena'},{'id':200725,'name':'phenomenon'},{'id':201137,'name':'compound'},{'id':208364,'name':'missing husband'},{'id':238997,'name':'fauna'},{'id':242920,'name':'mysterious life form'},{'id':243655,'name':'flora'}]" +20347,"[{'id':3307,'name':'surreal'},{'id':9887,'name':'surrealism'}]" +10416,"[{'id':3767,'name':'noises'},{'id':4862,'name':'alien life-form'},{'id':6935,'name':'erection'},{'id':9951,'name':'alien'},{'id':168550,'name':'reproduction'},{'id':237186,'name':'search for new wife'}]" +476015,[] +428495,"[{'id':487,'name':'cairo'},{'id':612,'name':'hotel'},{'id':1160,'name':'egypt'},{'id':3581,'name':'witness'},{'id':11734,'name':'police corruption'},{'id':229194,'name':'sexual blackmail'},{'id':247381,'name':'egyptian revolution'}]" +401732,"[{'id':3358,'name':'haunted house'},{'id':10561,'name':'video camera'},{'id':14546,'name':'massacre'},{'id':163053,'name':'found footage'}]" +39263,"[{'id':663,'name':'fortune teller'},{'id':818,'name':'based on novel or book'},{'id':2011,'name':'queen'},{'id':2904,'name':'mummy'},{'id':6255,'name':'insanity'},{'id':6506,'name':'resurrection'},{'id':9712,'name':'possession'},{'id':9826,'name':'murder'},{'id':155730,'name':'hammer horror'},{'id':156081,'name':'tomb'}]" +32620,"[{'id':155790,'name':'private detective'},{'id':207268,'name':'neo-noir'},{'id':208117,'name':'lew harper'}]" +49980,"[{'id':9673,'name':'love'},{'id':10103,'name':'children'},{'id':18035,'name':'family'},{'id':170154,'name':'social services'}]" +454699,"[{'id':3133,'name':'vampire'},{'id':12564,'name':'werewolf'},{'id':154060,'name':'happiness'}]" +22267,"[{'id':393,'name':'civil war'},{'id':9713,'name':'friends'},{'id':14745,'name':'bush whacker'},{'id':14748,'name':'raid'},{'id':179585,'name':'american civil war'}]" +11305,"[{'id':922,'name':'hotel room'},{'id':3702,'name':'memphis'},{'id':4129,'name':'widow'},{'id':5694,'name':'elvis presley'},{'id':6112,'name':'firearm'},{'id':10183,'name':'independent film'}]" +15389,"[{'id':213,'name':'upper class'},{'id':242,'name':'new york'},{'id':10183,'name':'independent film'},{'id':191790,'name':'debutante'},{'id':206298,'name':'young adult'}]" +2148,"[{'id':1416,'name':'jazz'},{'id':3017,'name':'jazz musician'},{'id':4344,'name':'musical'},{'id':10391,'name':'mafia'}]" +10373,"[{'id':212,'name':'london'},{'id':392,'name':'england'},{'id':6027,'name':'music'},{'id':6447,'name':'woodstock'},{'id':6579,'name':'music festival'},{'id':8843,'name':'mods'},{'id':8900,'name':'rocker'},{'id':10683,'name':'coming of age'},{'id':11343,'name':'brighton'},{'id':14735,'name':'motorcycle'},{'id':34117,'name':'cult film'},{'id':208992,'name':'1960s'}]" +34379,"[{'id':915,'name':'car thief'},{'id':155716,'name':'rookie cop'}]" +20663,"[{'id':1543,'name':'war veteran'},{'id':4709,'name':'hand grenade'},{'id':9937,'name':'suspense'},{'id':195402,'name':'film noir'}]" +447358,[] +428081,"[{'id':9799,'name':'romantic comedy'},{'id':14514,'name':'class differences'},{'id':184595,'name':'switched at birth'}]" +181808,"[{'id':2321,'name':'bunker'},{'id':2902,'name':'space battle'},{'id':3837,'name':'failure'},{'id':6066,'name':'defeat'},{'id':9663,'name':'sequel'},{'id':10842,'name':'good vs evil'},{'id':156395,'name':'imax'},{'id':161176,'name':'space opera'},{'id':178710,'name':'stormtrooper'},{'id':202396,'name':'military operation'},{'id':236175,'name':'part of trilogy'},{'id':242443,'name':'star wars'}]" +199928,"[{'id':1794,'name':'yakuza'},{'id':10642,'name':'osaka japan'},{'id':160224,'name':'post world war ii'}]" +408542,"[{'id':6895,'name':'philippines'},{'id':215397,'name':'pinoy'}]" +390059,"[{'id':1459,'name':'marriage proposal'}]" +505579,"[{'id':9748,'name':'revenge'}]" +441967,[] +42632,"[{'id':6029,'name':'concert'},{'id':6706,'name':'performance'},{'id':164090,'name':'audience'},{'id':185426,'name':'monterey pop festival'}]" +370301,"[{'id':8201,'name':'satire'},{'id':11800,'name':'mockumentary'},{'id':222083,'name':'cooking competition'}]" +505175,"[{'id':9840,'name':'romance'},{'id':234095,'name':'feel good'},{'id':242000,'name':'heartfelt'}]" +413727,"[{'id':5153,'name':'son'},{'id':5905,'name':'father'}]" +504997,[] +509934,"[{'id':214549,'name':'short'}]" +429460,[] +467924,[] +345935,"[{'id':187056,'name':'woman director'}]" +347111,"[{'id':801,'name':'bounty hunter'},{'id':4458,'name':'post-apocalyptic'}]" +355547,"[{'id':4144,'name':'donkey'}]" +446827,[] +353616,"[{'id':9663,'name':'sequel'},{'id':10229,'name':'singer'},{'id':209838,'name':'acapella'},{'id':221700,'name':'uso'}]" +492621,"[{'id':2689,'name':'dementia'},{'id':9955,'name':'urban legend'},{'id':13073,'name':'fear'},{'id':15001,'name':'demon'},{'id':15224,'name':'candle'},{'id':157376,'name':'game of death'},{'id':164039,'name':'grandmother'}]" +301337,"[{'id':2587,'name':'married couple'},{'id':2726,'name':'therapist'},{'id':2964,'name':'future'},{'id':6104,'name':'computer'},{'id':6380,'name':'shrinking'},{'id':11243,'name':'african american'},{'id':164290,'name':'crowd'},{'id':206938,'name':'caucasian'},{'id':234224,'name':'pc'},{'id':238667,'name':'procedure'}]" +480603,"[{'id':456,'name':'mother'},{'id':1009,'name':'baby'},{'id':14768,'name':'single mother'},{'id':215536,'name':'postpartum depression'},{'id':239476,'name':'mother and infant'}]" +353066,"[{'id':11363,'name':'arson'},{'id':13028,'name':'writer'},{'id':160243,'name':'classmate'},{'id':240766,'name':'novel'}]" +267767,"[{'id':295,'name':'library'},{'id':534,'name':'mexico'},{'id':1449,'name':'underworld'},{'id':1964,'name':'cave'},{'id':5566,'name':'maya civilization'},{'id':10150,'name':'end of the world'},{'id':10787,'name':'jungle'},{'id':41586,'name':'archaeologist'},{'id':163252,'name':'alien race'},{'id':179300,'name':'ancient civilization'},{'id':195396,'name':'archaeological expedition'},{'id':226153,'name':'scuba diver'},{'id':233184,'name':'yucatan'}]" +454648,[] +353486,"[{'id':282,'name':'video game'},{'id':9663,'name':'sequel'},{'id':10787,'name':'jungle'},{'id':18249,'name':'game'},{'id':157155,'name':'explorer'},{'id':237523,'name':'zoologist'},{'id':246466,'name':'based on young adult novel'}]" +1417,"[{'id':514,'name':'spain'},{'id':836,'name':'resistance'},{'id':964,'name':'servant'},{'id':2095,'name':'anti hero'},{'id':2710,'name':'fairy'},{'id':3205,'name':'fairy tale'},{'id':5882,'name':'franco regime'},{'id':6092,'name':'army'},{'id':7376,'name':'princess'},{'id':9673,'name':'love'},{'id':9720,'name':'woods'},{'id':13084,'name':'king'},{'id':18028,'name':'hiding'},{'id':18129,'name':'labyrinth'},{'id':207003,'name':'mythological'},{'id':241982,'name':'children in wartime'}]" +397567,"[{'id':1449,'name':'underworld'},{'id':6154,'name':'hell'},{'id':6155,'name':'afterlife'},{'id':9649,'name':'god'},{'id':11038,'name':'trial'},{'id':11187,'name':'grim reaper'},{'id':227686,'name':'myth'}]" +26237,"[{'id':428,'name':'nurse'},{'id':966,'name':'beach'},{'id':6564,'name':'terminal illness'},{'id':10163,'name':'cancer'},{'id':11334,'name':'joy of life'},{'id':11335,'name':'tape recorder'},{'id':11612,'name':'hospital'},{'id':13005,'name':'doctor'}]" +76000,"[{'id':212,'name':'london'},{'id':3725,'name':'pregnancy'},{'id':4653,'name':'french'},{'id':12390,'name':'boarding house'},{'id':158390,'name':'landlady'}]" +15813,"[{'id':2624,'name':'czech'},{'id':3203,'name':'pilot'},{'id':10168,'name':'aviation'},{'id':10237,'name':'aerial combat'},{'id':219408,'name':'battle of britain'}]" +188598,"[{'id':4224,'name':'singapore'},{'id':13097,'name':'maid'},{'id':156814,'name':'filipino'},{'id':178097,'name':'migrant worker'},{'id':210608,'name':'1990s'},{'id':232456,'name':'asian financial crisis'},{'id':241984,'name':'singlish'}]" +21296,"[{'id':2778,'name':'florist'},{'id':4898,'name':'armored car'},{'id':10051,'name':'heist'},{'id':159913,'name':'armored car robbery'},{'id':193309,'name':'police shootout'},{'id':195402,'name':'film noir'}]" +1430,"[{'id':279,'name':'usa'},{'id':1329,'name':'canada'},{'id':1419,'name':'gun'},{'id':1849,'name':'homicide'},{'id':4277,'name':'to shoot dead'},{'id':5037,'name':'checks and balances'},{'id':7548,'name':'columbine'},{'id':11068,'name':'oklahoma city bombing'},{'id':163656,'name':'gun violence'},{'id':187554,'name':'person running amok'}]" +484917,[] +28528,"[{'id':156501,'name':'pride'},{'id':162333,'name':'tall man'},{'id':187292,'name':'fixed fight'},{'id':187293,'name':'corrupt system'},{'id':187294,'name':'press agent'},{'id':187295,'name':'broken jaw'}]" +59110,"[{'id':1803,'name':'drug addiction'}]" +25126,"[{'id':10123,'name':'dark comedy'},{'id':13008,'name':'train'},{'id':214549,'name':'short'}]" +441906,"[{'id':172418,'name':'engagement ring'},{'id':188456,'name':'lost ring'}]" +17835,"[{'id':1025,'name':'great britain'},{'id':2300,'name':'despair'},{'id':5215,'name':'northern england'},{'id':8087,'name':'horror'},{'id':9180,'name':'yorkshire'},{'id':10247,'name':'nuclear holocaust'},{'id':10617,'name':'disaster'},{'id':34117,'name':'cult film'},{'id':210162,'name':'grim'}]" +508648,"[{'id':11930,'name':'drone'},{'id':14544,'name':'robot'},{'id':14643,'name':'battle'}]" +471615,[] +440055,[] +471011,"[{'id':2070,'name':'olympic games'},{'id':6075,'name':'sport'}]" +54133,"[{'id':1421,'name':'birthday'},{'id':1608,'name':'twin sister'},{'id':3321,'name':'childhood memory'},{'id':4083,'name':'rottweiler'},{'id':5160,'name':'animal attack'},{'id':6259,'name':'psychopath'},{'id':9748,'name':'revenge'},{'id':11857,'name':'mental institution'},{'id':158307,'name':'rabid dog'},{'id':189921,'name':'video nasty'},{'id':230350,'name':'female teacher'}]" +30785,"[{'id':209220,'name':'live action and animation'}]" +5769,"[{'id':818,'name':'based on novel or book'},{'id':5626,'name':'rags to riches'},{'id':9725,'name':'sword fight'},{'id':11687,'name':'breaking the fourth wall'},{'id':18015,'name':'tutor'},{'id':18300,'name':'english countryside'},{'id':160279,'name':'18th century'},{'id':222842,'name':'squire'},{'id':233588,'name':'bawdy'}]" +11639,"[{'id':2434,'name':'liberation'},{'id':3098,'name':'castle'},{'id':5457,'name':'mythical creature'},{'id':10364,'name':'mission'},{'id':11691,'name':'puppetry'},{'id':170362,'name':'fantasy world'},{'id':188847,'name':'crystal'}]" +45712,"[{'id':10562,'name':'on the run'},{'id':170089,'name':'streetwise'},{'id':180148,'name':'cigarette smoke'},{'id':207746,'name':'moll'}]" +20697,"[{'id':5970,'name':'wrestling'},{'id':6075,'name':'sport'}]" +11177,"[{'id':8379,'name':'deformation'},{'id':8900,'name':'rocker'},{'id':13072,'name':'falling in love'},{'id':158558,'name':'disabled'}]" +51241,"[{'id':128,'name':'love triangle'},{'id':3190,'name':'menage a trois'},{'id':4653,'name':'french'},{'id':9673,'name':'love'},{'id':10481,'name':'tension'},{'id':158718,'name':'lgbt'}]" +480881,[] +405174,[] +447352,[] +437375,"[{'id':2669,'name':'motel'},{'id':7089,'name':'dominatrix'},{'id':8181,'name':'swimming pool'},{'id':9826,'name':'murder'},{'id':178649,'name':'voyeurism'},{'id':241737,'name':'loss of child'}]" +346648,"[{'id':212,'name':'london'},{'id':818,'name':'based on novel or book'},{'id':9663,'name':'sequel'},{'id':10468,'name':'bear'},{'id':13008,'name':'train'},{'id':15101,'name':'based on children's book'},{'id':18165,'name':'animal'},{'id':155507,'name':'aging actor'}]" +432615,"[{'id':5769,'name':'global warming'},{'id':10503,'name':'scuba diving'},{'id':174440,'name':'time lapse photography'},{'id':182147,'name':'underwater photography'},{'id':195857,'name':'marine biology'}]" +472424,"[{'id':1731,'name':'writing'},{'id':3490,'name':'pop star'},{'id':4048,'name':'musician'},{'id':6027,'name':'music'},{'id':220529,'name':'super bowl'}]" +436305,"[{'id':191132,'name':'space exploration'}]" +109,"[{'id':928,'name':'hairdresser'},{'id':2039,'name':'sexual frustration'},{'id':3739,'name':'funeral'},{'id':4480,'name':'business man'},{'id':21747,'name':'poland'}]" +108,"[{'id':90,'name':'paris france'},{'id':697,'name':'loss of loved one'},{'id':1233,'name':'composer'},{'id':4424,'name':'pain'},{'id':5257,'name':'to compose'}]" +110,"[{'id':934,'name':'judge'},{'id':1533,'name':'isolation'},{'id':2863,'name':'mannequin'},{'id':4918,'name':'shadowing'},{'id':5259,'name':'english channel'},{'id':5260,'name':'geneva'},{'id':9935,'name':'travel'},{'id':15162,'name':'dog'}]" +567,"[{'id':428,'name':'nurse'},{'id':1003,'name':'photographer'},{'id':2619,'name':'suspicion of murder'},{'id':5490,'name':'girlfriend'},{'id':10226,'name':'neighbor'},{'id':10332,'name':'salesman'},{'id':33632,'name':'apartment'},{'id':160967,'name':'convalescence'},{'id':178649,'name':'voyeurism'},{'id':236909,'name':'homebound'}]" +429174,"[{'id':10041,'name':'dysfunctional family'},{'id':15160,'name':'divorce'},{'id':156948,'name':'missing child'},{'id':238273,'name':'loveless'}]" +432976,"[{'id':2070,'name':'olympic games'},{'id':2139,'name':'russia'},{'id':3524,'name':'doping'},{'id':6075,'name':'sport'}]" +441701,"[{'id':744,'name':'madrid'},{'id':2642,'name':'solar eclipse'},{'id':3030,'name':'nightmare'},{'id':4129,'name':'widow'},{'id':6152,'name':'supernatural'},{'id':9672,'name':'based on a true story'},{'id':9712,'name':'possession'},{'id':10111,'name':'ouija'},{'id':18035,'name':'family'},{'id':41380,'name':'crucifix'},{'id':210608,'name':'1990s'}]" +437623,"[{'id':2111,'name':'soviet union'}]" +43008,"[{'id':13005,'name':'doctor'},{'id':15009,'name':'criminal'},{'id':33407,'name':'hanging'}]" +368182,[] +232242,"[{'id':9660,'name':'low-budget'},{'id':11524,'name':'in the closet'},{'id':158718,'name':'lgbt'},{'id':166514,'name':'underground film'}]" +396121,"[{'id':10564,'name':'japanese culture'},{'id':12369,'name':'tokyo japan'}]" +1994,"[{'id':3185,'name':'crocodile'},{'id':5572,'name':'fistfight'},{'id':33688,'name':'hunting'},{'id':156630,'name':'remote island'},{'id':156764,'name':'pre-code'},{'id':156866,'name':'based on short story'},{'id':161240,'name':'sole survivor'},{'id':183225,'name':'reef'},{'id':183239,'name':'attacked by a dog'},{'id':183240,'name':'mute villain'},{'id':199812,'name':'nobleman'},{'id':207678,'name':'human prey'},{'id':224121,'name':'big game hunter'}]" +426958,"[{'id':10714,'name':'serial killer'}]" +216156,"[{'id':209106,'name':'funerals'},{'id':209107,'name':'south london'}]" +463940,"[{'id':9950,'name':'thriller'}]" +389015,"[{'id':1896,'name':'portland'},{'id':2070,'name':'olympic games'},{'id':5565,'name':'biography'},{'id':6075,'name':'sport'},{'id':9672,'name':'based on a true story'},{'id':9823,'name':'rivalry'},{'id':10671,'name':'figure skating'},{'id':12987,'name':'poverty'},{'id':14646,'name':'overbearing mother'},{'id':157168,'name':'ice skating'},{'id':173971,'name':'taunting'},{'id':210608,'name':'1990s'},{'id':220840,'name':'winter sport'},{'id':236377,'name':'emotional abuse'},{'id':240315,'name':'mother daughter relationship'}]" +273743,[] +435129,"[{'id':2883,'name':'imprisonment'},{'id':5905,'name':'father'},{'id':7955,'name':'taliban'},{'id':18035,'name':'family'},{'id':18118,'name':'disguise'},{'id':33495,'name':'afghan'},{'id':34214,'name':'gender'},{'id':162710,'name':'culture'},{'id':193076,'name':'breadwinner'}]" +507476,[] +507892,"[{'id':1196,'name':'florida'},{'id':3352,'name':'tree'},{'id':9672,'name':'based on a true story'},{'id':9712,'name':'possession'},{'id':9826,'name':'murder'},{'id':10114,'name':'evil spirit'},{'id':10292,'name':'gore'},{'id':14687,'name':'extreme violence'},{'id':163186,'name':'seance'}]" +461714,[] +323368,[] +422615,"[{'id':2136,'name':'television'}]" +411976,"[{'id':566,'name':'sexual identity'},{'id':716,'name':'vatican'},{'id':745,'name':'nun'},{'id':1536,'name':'religious education'},{'id':10683,'name':'coming of age'},{'id':41592,'name':'monastery'},{'id':157008,'name':'catholic church'},{'id':187056,'name':'woman director'},{'id':190089,'name':'faith tested'},{'id':208992,'name':'1960s'}]" +408483,"[{'id':818,'name':'based on novel or book'},{'id':2356,'name':'immigrant'},{'id':5571,'name':'great depression'}]" +399055,"[{'id':2106,'name':'cold war'},{'id':2672,'name':'baltimore'},{'id':3205,'name':'fairy tale'},{'id':6086,'name':'government'},{'id':6152,'name':'supernatural'},{'id':10124,'name':'laboratory'},{'id':13014,'name':'orphan'},{'id':14558,'name':'bathtub'},{'id':14760,'name':'scientist'},{'id':156702,'name':'capture'},{'id':188953,'name':'sign language'},{'id':208992,'name':'1960s'},{'id':241941,'name':'fishman'},{'id':241942,'name':'amphibious creature'}]" +364689,"[{'id':514,'name':'spain'},{'id':744,'name':'madrid'},{'id':1295,'name':'europe'},{'id':6054,'name':'friendship'},{'id':9714,'name':'remake'},{'id':11477,'name':'anthropomorphism'},{'id':14764,'name':'bull'},{'id':15101,'name':'based on children's book'},{'id':156702,'name':'capture'},{'id':186846,'name':'adaptation'}]" +438734,"[{'id':380,'name':'sibling relationship'},{'id':1415,'name':'small town'},{'id':5774,'name':'forest'},{'id':7946,'name':'deer'},{'id':9720,'name':'woods'},{'id':13031,'name':'creature'},{'id':33688,'name':'hunting'},{'id':156245,'name':'mysterious force'},{'id':246721,'name':'black eyes'}]" +344276,[] +503517,[] +423236,"[{'id':818,'name':'based on novel or book'},{'id':9950,'name':'thriller'},{'id':10941,'name':'disappearance'},{'id':162846,'name':'ghost'},{'id':210662,'name':'cold case'}]" +487620,[] +152715,[] +410661,"[{'id':3521,'name':'earthquake'},{'id':6270,'name':'high school'},{'id':10617,'name':'disaster'}]" +438436,"[{'id':187056,'name':'woman director'}]" +23567,"[{'id':1316,'name':'captain'},{'id':4653,'name':'french'},{'id':9673,'name':'love'},{'id':9799,'name':'romantic comedy'},{'id':14638,'name':'american'},{'id':157897,'name':'war bride'}]" +11414,"[{'id':787,'name':'mississippi'},{'id':4551,'name':'swamp'},{'id':6062,'name':'hostility'},{'id':6089,'name':'freedom'},{'id':6324,'name':'bias'},{'id':7118,'name':'escaped convict'},{'id':7856,'name':'racist'},{'id':10685,'name':'escape'},{'id':10717,'name':'chain gang'},{'id':10958,'name':'man hunt'},{'id':12425,'name':'racism'},{'id':13008,'name':'train'},{'id':15234,'name':'convict'},{'id':207981,'name':'south'}]" +25018,"[{'id':9663,'name':'sequel'},{'id':11545,'name':'leatherface'},{'id':34079,'name':'death'}]" +2470,"[{'id':931,'name':'jealousy'},{'id':2683,'name':'tango'},{'id':6038,'name':'marriage'},{'id':6078,'name':'politics'},{'id':8508,'name':'party'},{'id':9673,'name':'love'},{'id':9826,'name':'murder'},{'id':13065,'name':'soldier'},{'id':14794,'name':'lust'},{'id':155870,'name':'polyamory'},{'id':206384,'name':'desertion'}]" +14823,"[{'id':9937,'name':'suspense'}]" +366964,"[{'id':5774,'name':'forest'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':10292,'name':'gore'},{'id':10322,'name':'native american'},{'id':11181,'name':'decapitation'},{'id':11221,'name':'blood'},{'id':12425,'name':'racism'},{'id':14687,'name':'extreme violence'},{'id':166489,'name':'war of 1812'}]" +57413,"[{'id':5565,'name':'biography'}]" +111083,"[{'id':351,'name':'poison'},{'id':378,'name':'prison'},{'id':572,'name':'sex'},{'id':703,'name':'detective'},{'id':1284,'name':'identity'},{'id':1326,'name':'infidelity'},{'id':9016,'name':'femme fatale'},{'id':9673,'name':'love'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':10326,'name':'morgue'},{'id':184402,'name':'missing'}]" +389627,[] +246749,[] +429467,"[{'id':3358,'name':'haunted house'},{'id':11004,'name':'rural setting'},{'id':15016,'name':'twins'},{'id':15032,'name':'gothic horror'},{'id':196297,'name':'spooky house'},{'id':207876,'name':'1920s'},{'id':214801,'name':'spooky'}]" +47850,"[{'id':4344,'name':'musical'}]" +401371,"[{'id':74,'name':'germany'},{'id':1576,'name':'technology'},{'id':3149,'name':'gangster'},{'id':3458,'name':'bartender'},{'id':8447,'name':'amish'},{'id':10392,'name':'mute'},{'id':12190,'name':'cyberpunk'},{'id':13005,'name':'doctor'},{'id':13059,'name':'prostitution'},{'id':156091,'name':'missing person'},{'id':185454,'name':'us military'},{'id':188933,'name':'bar fight'},{'id':207268,'name':'neo-noir'}]" +10440,"[{'id':5340,'name':'investigation'},{'id':10123,'name':'dark comedy'},{'id':10183,'name':'independent film'},{'id':10226,'name':'neighbor'},{'id':168346,'name':'manhattan, new york city'}]" +30295,"[{'id':436,'name':'south seas'},{'id':2041,'name':'island'},{'id':3800,'name':'airplane'},{'id':230460,'name':'coast watcher'}]" +1093,"[{'id':90,'name':'paris france'},{'id':830,'name':'car race'},{'id':1252,'name':'suicide attempt'},{'id':1779,'name':'mercedes benz'},{'id':1925,'name':'camera'},{'id':1972,'name':'hearing'},{'id':2001,'name':'arms deal'},{'id':2583,'name':'blackout'},{'id':2619,'name':'suspicion of murder'},{'id':2669,'name':'motel'},{'id':3152,'name':'planned murder'},{'id':3301,'name':'suspicion'},{'id':3599,'name':'defense industry'},{'id':4687,'name':'pretended suicide'},{'id':4688,'name':'microfilm'},{'id':4689,'name':'photographic evidence'},{'id':6025,'name':'photography'},{'id':7879,'name':'secret love'},{'id':155845,'name':'french noir'},{'id':188960,'name':'elevator'},{'id':195402,'name':'film noir'}]" +447818,"[{'id':7020,'name':'bodybuilding'},{'id':201725,'name':'strong'}]" +401561,"[{'id':380,'name':'sibling relationship'},{'id':1157,'name':'wife husband relationship'},{'id':13130,'name':'teenager'},{'id':159947,'name':'parents'},{'id':161292,'name':'mass hysteria'}]" +401246,"[{'id':14604,'name':'theft'},{'id':158697,'name':'installation'},{'id':167227,'name':'town square'},{'id':188720,'name':'shame'},{'id':193723,'name':'art museum'},{'id':229949,'name':'altruism'},{'id':240303,'name':'father daughter relationship'}]" +475961,"[{'id':4379,'name':'time travel'}]" +454650,[] +409582,"[{'id':478,'name':'china'},{'id':1965,'name':'sandstorm'},{'id':3888,'name':'giant spider'},{'id':3986,'name':'spider'},{'id':13159,'name':'chinese'},{'id':156081,'name':'tomb'},{'id':169909,'name':'spider web'}]" +488623,[] +396899,"[{'id':3205,'name':'fairy tale'}]" +440777,"[{'id':515,'name':'women'},{'id':14955,'name':'fighting'}]" +300687,"[{'id':818,'name':'based on novel or book'},{'id':960,'name':'homeless person'},{'id':6038,'name':'marriage'},{'id':6054,'name':'friendship'},{'id':9672,'name':'based on a true story'},{'id':14641,'name':'based on memoir or autobiography'},{'id':155795,'name':'art dealer'}]" +457832,"[{'id':1336,'name':'ransom'},{'id':4379,'name':'time travel'},{'id':14768,'name':'single mother'},{'id':169816,'name':'researcher'},{'id':228384,'name':'female scientist'},{'id':247741,'name':'kidnapped child'}]" +401326,"[{'id':10103,'name':'children'},{'id':10508,'name':'teacher'},{'id':187056,'name':'woman director'}]" +399366,"[{'id':295,'name':'library'},{'id':380,'name':'sibling relationship'},{'id':966,'name':'beach'},{'id':1328,'name':'secret'},{'id':8303,'name':'abandoned house'},{'id':9826,'name':'murder'},{'id':9856,'name':'flashback'},{'id':9897,'name':'rifle'},{'id':14819,'name':'violence'},{'id':41329,'name':'mental illness'},{'id':155619,'name':'attic'},{'id':200557,'name':'morse code'},{'id':208992,'name':'1960s'},{'id':245957,'name':'fear of mirrors'}]" +429189,"[{'id':279,'name':'usa'},{'id':515,'name':'women'},{'id':9273,'name':'coney island'},{'id':165142,'name':'ferris wheel'}]" +433036,"[{'id':187056,'name':'woman director'}]" +371638,"[{'id':818,'name':'based on novel or book'},{'id':931,'name':'jealousy'},{'id':2356,'name':'immigrant'},{'id':3734,'name':'ambition'},{'id':5565,'name':'biography'},{'id':9672,'name':'based on a true story'},{'id':9817,'name':'behind the scenes'},{'id':10617,'name':'disaster'},{'id':12396,'name':'hollywood'},{'id':33513,'name':'desire'},{'id':181050,'name':'wealthy man'},{'id':187291,'name':'strange behavior'},{'id':198141,'name':'strange person'},{'id':208275,'name':'socially awkward'},{'id':220378,'name':'film production'}]" +450322,"[{'id':212,'name':'london'},{'id':818,'name':'based on novel or book'},{'id':1157,'name':'wife husband relationship'},{'id':4640,'name':'disabled child'},{'id':8250,'name':'victorian england'},{'id':11061,'name':'debt'},{'id':11204,'name':'literary agent'},{'id':12987,'name':'poverty'},{'id':33587,'name':'child labor'},{'id':155251,'name':'novelist'},{'id':180975,'name':'charles dickens'},{'id':188994,'name':'publisher'},{'id':191009,'name':'housemaid'},{'id':207317,'name':'christmas'},{'id':207928,'name':'19th century'},{'id':214863,'name':'self publishing'},{'id':235085,'name':'slum dwellers'},{'id':240119,'name':'father son relationship'},{'id':250164,'name':'novel writing'}]" +494058,[] +393519,"[{'id':237,'name':'gay'},{'id':4459,'name':'vegetarian'},{'id':8271,'name':'meat'},{'id':10079,'name':'hazing'},{'id':13160,'name':'university'},{'id':158718,'name':'lgbt'},{'id':187056,'name':'woman director'},{'id':196944,'name':'vegetarianism'},{'id':208048,'name':'cannibalism'},{'id':241738,'name':'sister sister relationship'}]" +411020,"[{'id':1416,'name':'jazz'}]" +412213,"[{'id':3903,'name':'bar mitvah'}]" +421560,"[{'id':5565,'name':'biography'},{'id':6559,'name':'basque country '},{'id':189099,'name':'giant'}]" +343887,"[{'id':187056,'name':'woman director'}]" +468213,"[{'id':972,'name':'refugee'}]" +481942,[] +480465,"[{'id':1956,'name':'world war ii'},{'id':185005,'name':'battle of the bulge'}]" +426285,"[{'id':13141,'name':'based on manga'},{'id':161395,'name':'alchemy'}]" +449253,"[{'id':796,'name':'police brutality'},{'id':217475,'name':'los angeles riots'}]" +378108,"[{'id':6091,'name':'war'},{'id':13141,'name':'based on manga'},{'id':210024,'name':'anime'}]" +374458,"[{'id':3687,'name':'graduation'},{'id':4666,'name':'final exam'},{'id':6093,'name':'assault'},{'id':10735,'name':'rape attempt'},{'id':14735,'name':'motorcycle'},{'id':18035,'name':'family'},{'id':34094,'name':'extramarital affair'},{'id':185740,'name':'ethical dilemma'},{'id':240303,'name':'father daughter relationship'}]" +436391,"[{'id':231867,'name':'korean resistance'},{'id':250212,'name':'japanese occupation of korea'}]" +70259,[] +25028,[] +44534,"[{'id':534,'name':'mexico'},{'id':701,'name':'cuba'},{'id':818,'name':'based on novel or book'},{'id':1400,'name':'swordplay'},{'id':9725,'name':'sword fight'},{'id':157186,'name':'swashbuckler'},{'id':208244,'name':'16th century'},{'id':215590,'name':'spanish inquisition'},{'id':228691,'name':'conquistador'}]" +72163,"[{'id':163114,'name':'gunman'}]" +402897,"[{'id':407,'name':'dictator'},{'id':1773,'name':'socialism'},{'id':2139,'name':'russia'},{'id':4630,'name':'chaos'},{'id':5565,'name':'biography'},{'id':8201,'name':'satire'},{'id':9672,'name':'based on a true story'},{'id':9682,'name':'history'},{'id':10123,'name':'dark comedy'},{'id':15203,'name':'dry humour'},{'id':34079,'name':'death'},{'id':162365,'name':'military'},{'id':169086,'name':'political satire'},{'id':197606,'name':'regime'},{'id':208611,'name':'1950s'}]" +452558,"[{'id':1930,'name':'kidnapping'},{'id':197390,'name':'organ theft'}]" +483980,"[{'id':2920,'name':'cheerleader'},{'id':4344,'name':'musical'},{'id':6270,'name':'high school'},{'id':8629,'name':'tv movie'},{'id':12377,'name':'zombie'}]" +406668,"[{'id':187056,'name':'woman director'}]" +475759,"[{'id':1721,'name':'fight'},{'id':3096,'name':'book'},{'id':4565,'name':'dystopia'},{'id':12190,'name':'cyberpunk'},{'id':154846,'name':'farmer'},{'id':214549,'name':'short'},{'id':238703,'name':'haggling'}]" +437068,"[{'id':444,'name':'taxi'},{'id':1749,'name':'taxi driver'},{'id':9672,'name':'based on a true story'},{'id':158540,'name':'south korea'},{'id':159289,'name':'historical event'},{'id':231977,'name':'gwangju uprising'},{'id':253157,'name':'gwangju'}]" +484290,"[{'id':162846,'name':'ghost'}]" +453127,[] +444149,"[{'id':8377,'name':'pinhead'},{'id':9663,'name':'sequel'},{'id':240883,'name':'hellraiser'}]" +470472,"[{'id':13027,'name':'wedding'}]" +434203,[] +392011,"[{'id':977,'name':'cat'},{'id':1847,'name':'istanbul'},{'id':2679,'name':'artist'},{'id':5420,'name':'fisherman'},{'id':156143,'name':'kitten'},{'id':187056,'name':'woman director'},{'id':236969,'name':'cat lady'}]" +398177,[] +472744,"[{'id':4379,'name':'time travel'},{'id':8012,'name':'physicist'},{'id':9844,'name':'car crash'},{'id':33465,'name':'parallel world'},{'id':242096,'name':'dead husband'}]" +359940,"[{'id':236,'name':'suicide'},{'id':570,'name':'rape'},{'id':1415,'name':'small town'},{'id':5900,'name':'missouri'},{'id':7464,'name':'alcoholism'},{'id':9826,'name':'murder'},{'id':10123,'name':'dark comedy'},{'id':10163,'name':'cancer'},{'id':10809,'name':'teenage girl'},{'id':11363,'name':'arson'},{'id':11734,'name':'police corruption'},{'id':12425,'name':'racism'},{'id':18047,'name':'anger'},{'id':156190,'name':'billboard'},{'id':189931,'name':'guilty conscience'},{'id':234538,'name':'molotov cocktail'},{'id':238505,'name':'police violence'},{'id':244853,'name':'pool hall'}]" +401285,"[{'id':703,'name':'detective'}]" +414425,"[{'id':447,'name':'post traumatic stress disorder'},{'id':529,'name':'ku klux klan'},{'id':787,'name':'mississippi'},{'id':818,'name':'based on novel or book'},{'id':1543,'name':'war veteran'},{'id':1956,'name':'world war ii'},{'id':3779,'name':'air force'},{'id':4932,'name':'farm'},{'id':7464,'name':'alcoholism'},{'id':12425,'name':'racism'},{'id':157136,'name':'lynching'},{'id':158987,'name':'post war'},{'id':160224,'name':'post world war ii'},{'id':160742,'name':'sharecropper'},{'id':163077,'name':'military veteran'}]" +345317,"[{'id':437,'name':'painter'},{'id':5565,'name':'biography'},{'id':173245,'name':'sculptor'},{'id':201676,'name':'swiss'}]" +393559,"[{'id':237,'name':'gay'},{'id':6783,'name':'orphanage'},{'id':9727,'name':'thief'},{'id':10121,'name':'stop motion'},{'id':15090,'name':'police officer'},{'id':33457,'name':'alcoholic'},{'id':155582,'name':'amusement park'},{'id':158718,'name':'lgbt'}]" +375315,"[{'id':570,'name':'rape'},{'id':2754,'name':'trauma'},{'id':4326,'name':'theatre play'},{'id':6093,'name':'assault'},{'id':10563,'name':'attack'},{'id':33632,'name':'apartment'},{'id':232122,'name':'tehran'},{'id':232241,'name':'death of a salesman'}]" +411019,"[{'id':3060,'name':'race politics'},{'id':4434,'name':'interview'},{'id':5835,'name':'martin luther king'},{'id':11243,'name':'african american'},{'id':12425,'name':'racism'},{'id':234043,'name':'james baldwin'},{'id':234044,'name':'malcom x'}]" +391713,"[{'id':10683,'name':'coming of age'},{'id':12392,'name':'best friend'},{'id':14549,'name':'loss of job'},{'id':34125,'name':'catholic school'},{'id':157303,'name':'first love'},{'id':172112,'name':'sacramento'},{'id':187056,'name':'woman director'},{'id':240315,'name':'mother daughter relationship'},{'id':240736,'name':'college applications'}]" +40885,"[{'id':233,'name':'japan'},{'id':818,'name':'based on novel or book'},{'id':3779,'name':'air force'},{'id':162701,'name':'racial prejudice'}]" +406103,[] +414372,"[{'id':1691,'name':'dance'},{'id':187056,'name':'woman director'}]" +314400,[] +449757,"[{'id':616,'name':'witch'}]" +371743,"[{'id':818,'name':'based on novel or book'},{'id':1956,'name':'world war ii'},{'id':5992,'name':'south carolina'},{'id':10131,'name':'interracial relationship'},{'id':187056,'name':'woman director'},{'id':207883,'name':'1940s'}]" +473072,"[{'id':947,'name':'prohibition'},{'id':4565,'name':'dystopia'},{'id':12190,'name':'cyberpunk'},{'id':171068,'name':'entrepreneur'},{'id':214549,'name':'short'}]" +471919,"[{'id':239768,'name':'prison drama'}]" +85038,[] +398738,"[{'id':456,'name':'mother'},{'id':5600,'name':'daughter'},{'id':12396,'name':'hollywood'},{'id':187056,'name':'woman director'}]" +392807,"[{'id':9673,'name':'love'},{'id':163080,'name':'finland'},{'id':209476,'name':'boxing'}]" +380856,[] +407719,[] +505159,"[{'id':9716,'name':'stand-up comedy'}]" +34155,"[{'id':2792,'name':'boxer'},{'id':4487,'name':'boxing match'},{'id':5565,'name':'biography'},{'id':6075,'name':'sport'}]" +337703,"[{'id':9957,'name':'loneliness'},{'id':9970,'name':'crab'},{'id':10349,'name':'survival'},{'id':10683,'name':'coming of age'},{'id':14620,'name':'raft'},{'id':154896,'name':'sea turtle'},{'id':155746,'name':'deserted island'},{'id':173272,'name':'flood'},{'id':210024,'name':'anime'}]" +413857,"[{'id':6054,'name':'friendship'},{'id':6270,'name':'high school'},{'id':9826,'name':'murder'},{'id':10714,'name':'serial killer'},{'id':11221,'name':'blood'},{'id':11615,'name':'internet'},{'id':166678,'name':'twitter'}]" +414453,"[{'id':295,'name':'library'},{'id':1415,'name':'small town'},{'id':1447,'name':'indiana'},{'id':1786,'name':'heart attack'},{'id':12436,'name':'architecture'},{'id':165576,'name':'intercultural relationship'},{'id':231519,'name':'korean american'},{'id':234956,'name':'addiction recovery'},{'id':240119,'name':'father son relationship'},{'id':240315,'name':'mother daughter relationship'}]" +398818,"[{'id':131,'name':'italy'},{'id':213,'name':'upper class'},{'id':818,'name':'based on novel or book'},{'id':8181,'name':'swimming pool'},{'id':9673,'name':'love'},{'id':10198,'name':'gay relationship'},{'id':10683,'name':'coming of age'},{'id':13088,'name':'summer'},{'id':18068,'name':'teenage boy'},{'id':33451,'name':'masturbation'},{'id':157303,'name':'first love'},{'id':158718,'name':'lgbt'},{'id':191440,'name':'jewish family'},{'id':208289,'name':'1980s'},{'id':211048,'name':'peach'}]" +411141,[] +452551,[] +462145,"[{'id':1262,'name':'mountain'},{'id':2006,'name':'extreme sports'},{'id':192938,'name':'geology'},{'id':236125,'name':'natural wonder'}]" +372058,"[{'id':233,'name':'japan'},{'id':4379,'name':'time travel'},{'id':6152,'name':'supernatural'},{'id':6155,'name':'afterlife'},{'id':9840,'name':'romance'},{'id':10873,'name':'school'},{'id':33721,'name':'body-swap'},{'id':165086,'name':'star crossed lovers'},{'id':210024,'name':'anime'},{'id':250707,'name':'sewol'}]" +413580,"[{'id':1329,'name':'canada'},{'id':189390,'name':'yukon'}]" +429200,"[{'id':378,'name':'prison'},{'id':791,'name':'mentally disabled'},{'id':2492,'name':'bank robber'},{'id':2564,'name':'wheelchair'},{'id':5301,'name':'brother'},{'id':10562,'name':'on the run'},{'id':11612,'name':'hospital'},{'id':14512,'name':'new york city'},{'id':14819,'name':'violence'},{'id':14964,'name':'drugs'},{'id':41180,'name':'security guard'},{'id':155582,'name':'amusement park'},{'id':162914,'name':'one night'},{'id':208580,'name':'acid'}]" +428584,"[{'id':970,'name':'parent child relationship'},{'id':6150,'name':'faith'},{'id':11508,'name':'jewish'},{'id':33479,'name':'single father'},{'id':162225,'name':'fatherhood'}]" +141052,"[{'id':849,'name':'dc comics'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':33637,'name':'super power'},{'id':155030,'name':'superhero team'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'},{'id':229266,'name':'dc extended universe'}]" +390295,[] +438457,"[{'id':10511,'name':'western'}]" +3786,"[{'id':161176,'name':'space opera'}]" +345923,"[{'id':107,'name':'barcelona spain'},{'id':1157,'name':'wife husband relationship'},{'id':2587,'name':'married couple'},{'id':3432,'name':'bangkok'},{'id':3434,'name':'thailand'},{'id':6946,'name':'blonde'},{'id':157572,'name':'surgical operation'},{'id':209574,'name':'regaining sight'},{'id':213833,'name':'blind woman'}]" +381075,"[{'id':2150,'name':'cocaine'},{'id':6435,'name':'webcam'},{'id':10768,'name':'lesbian'},{'id':14964,'name':'drugs'},{'id':169815,'name':'exhibitionism'},{'id':188237,'name':'teenage romance'}]" +457665,"[{'id':9739,'name':'extraterrestrial'},{'id':9951,'name':'alien'},{'id':10410,'name':'conspiracy'},{'id':13065,'name':'soldier'},{'id':14909,'name':'alien invasion'},{'id':162365,'name':'military'},{'id':189359,'name':'rat'}]" +82929,[] +18691,"[{'id':158244,'name':'riverboat'}]" +426284,[] +462883,"[{'id':2646,'name':'bird'},{'id':178298,'name':'woodpecker'},{'id':236311,'name':'pica-pau'}]" +471474,"[{'id':849,'name':'dc comics'},{'id':4007,'name':'jack the ripper'},{'id':9717,'name':'based on comic'}]" +399404,"[{'id':1956,'name':'world war ii'},{'id':5565,'name':'biography'},{'id':7033,'name':'london underground'},{'id':9672,'name':'based on a true story'},{'id':159862,'name':'british history'},{'id':197413,'name':'dunkirk'}]" +503656,[] +472338,"[{'id':4551,'name':'swamp'},{'id':9663,'name':'sequel'},{'id':9826,'name':'murder'},{'id':10292,'name':'gore'},{'id':11614,'name':'filmmaker'},{'id':12339,'name':'slasher'},{'id':12617,'name':'airplane crash'},{'id':190397,'name':'victor crowley'}]" +394537,"[{'id':736,'name':'journalist'},{'id':4265,'name':'somalia'},{'id':5565,'name':'biography'},{'id':12988,'name':'pirate'}]" +391486,"[{'id':1930,'name':'kidnapping'},{'id':2150,'name':'cocaine'},{'id':2231,'name':'drug dealer'},{'id':222851,'name':'tijuana mexico'}]" +424408,[] +392553,"[{'id':2981,'name':'homelessness'},{'id':3096,'name':'book'},{'id':5287,'name':'tour'},{'id':33346,'name':'promotion'},{'id':198967,'name':'tiny home'},{'id':212797,'name':'simpler life'},{'id':225846,'name':'minimalism'},{'id':237006,'name':'simplicity'},{'id':237007,'name':'declutter'}]" +346699,"[{'id':187056,'name':'woman director'}]" +494264,[] +464876,"[{'id':3098,'name':'castle'},{'id':12377,'name':'zombie'},{'id':12554,'name':'dragon'},{'id':176793,'name':'middle age'},{'id':189151,'name':'medieval times'},{'id':244863,'name':'first part'}]" +384521,"[{'id':1706,'name':'experiment'},{'id':3399,'name':'disorientation'},{'id':9882,'name':'space'},{'id':9951,'name':'alien'},{'id':14760,'name':'scientist'},{'id':156039,'name':'space station'},{'id':185406,'name':'sci-fi horror'},{'id':208507,'name':'alternative universe'}]" +394117,"[{'id':515,'name':'women'},{'id':970,'name':'parent child relationship'},{'id':1196,'name':'florida'},{'id':1803,'name':'drug addiction'},{'id':2669,'name':'motel'},{'id':6054,'name':'friendship'},{'id':10103,'name':'children'},{'id':11494,'name':'drug use'},{'id':207597,'name':'children's perspectives'},{'id':208349,'name':'child'},{'id':209265,'name':'walt disney world'},{'id':210597,'name':'orlando florida'},{'id':238737,'name':'peer relationship'},{'id':240315,'name':'mother daughter relationship'}]" +395991,"[{'id':657,'name':'fire'},{'id':1859,'name':'arizona'},{'id':2733,'name':'firemen'},{'id':3930,'name':'bravery'},{'id':5096,'name':'natural disaster'},{'id':6782,'name':'addiction'},{'id':9672,'name':'based on a true story'},{'id':10614,'name':'tragedy'},{'id':10715,'name':'fire fighting'},{'id':11115,'name':'heroism'},{'id':185341,'name':'test by fire'},{'id':191404,'name':'forest fire'},{'id':192094,'name':'fire fighter'},{'id':241961,'name':'wildfire'},{'id':241991,'name':'proving oneself'}]" +428493,"[{'id':237,'name':'gay'},{'id':1533,'name':'isolation'},{'id':3020,'name':'sheep'},{'id':9180,'name':'yorkshire'},{'id':9957,'name':'loneliness'},{'id':10198,'name':'gay relationship'},{'id':11004,'name':'rural setting'},{'id':11332,'name':'farm life'},{'id':18300,'name':'english countryside'},{'id':33582,'name':'migrant farmworker'},{'id':154846,'name':'farmer'},{'id':155479,'name':'british pub'},{'id':157769,'name':'stroke'},{'id':161944,'name':'responsibility'},{'id':178097,'name':'migrant worker'},{'id':185663,'name':'romanian'},{'id':237406,'name':'animal agriculture'}]" +406997,"[{'id':3011,'name':'exclusion'},{'id':3335,'name':'halloween'},{'id':6733,'name':'bullying'},{'id':9273,'name':'coney island'},{'id':10360,'name':'prejudice'},{'id':10873,'name':'school'},{'id':13035,'name':'middle school'},{'id':15101,'name':'based on children's book'},{'id':18035,'name':'family'},{'id':195593,'name':'physical disability'},{'id':239831,'name':'treacher collins syndrome'}]" +470205,[] +441762,"[{'id':10349,'name':'survival'},{'id':11856,'name':'overturning car'}]" +419835,"[{'id':703,'name':'detective'},{'id':818,'name':'based on novel or book'}]" +395458,"[{'id':10123,'name':'dark comedy'}]" +413362,"[{'id':9826,'name':'murder'},{'id':10909,'name':'lawyer'},{'id':11243,'name':'african american'},{'id':11435,'name':'briefcase'},{'id':12670,'name':'los angeles'},{'id':33519,'name':'courtroom'},{'id':163116,'name':'civil rights'}]" +400637,"[{'id':10726,'name':'gang'},{'id':11494,'name':'drug use'},{'id':206184,'name':'runaway teen'}]" +428446,"[{'id':680,'name':'montana'},{'id':970,'name':'parent child relationship'},{'id':1412,'name':'becoming an adult'},{'id':2522,'name':'grizzly bear'},{'id':3593,'name':'wilderness'},{'id':6663,'name':'hunting accident'},{'id':9856,'name':'flashback'},{'id':10349,'name':'survival'},{'id':10468,'name':'bear'},{'id':10683,'name':'coming of age'},{'id':10794,'name':'snow'},{'id':33688,'name':'hunting'},{'id':158175,'name':'bear attack'},{'id':161194,'name':'estranged father'},{'id':209671,'name':'moose hunting'}]" +471014,"[{'id':642,'name':'robbery'},{'id':10085,'name':'betrayal'},{'id':10856,'name':'bag of money'},{'id':14735,'name':'motorcycle'},{'id':15156,'name':'cell phone'},{'id':33456,'name':'double cross'},{'id':161974,'name':'getaway driver'}]" +473415,[] +253262,"[{'id':187056,'name':'woman director'}]" +396093,"[{'id':2857,'name':'elephant'},{'id':18165,'name':'animal'}]" +396398,"[{'id':5857,'name':'narcism'},{'id':10041,'name':'dysfunctional family'}]" +413990,[] +405204,"[{'id':237,'name':'gay'},{'id':5565,'name':'biography'},{'id':10180,'name':'homosexuality'},{'id':10199,'name':'gay interest'},{'id':241179,'name':'gay history'}]" +401898,"[{'id':186,'name':'christianity'},{'id':459,'name':'sexual obsession'},{'id':1523,'name':'obsession'},{'id':5083,'name':'hysteria'},{'id':9833,'name':'lesbian relationship'},{'id':10768,'name':'lesbian'},{'id':13160,'name':'university'},{'id':33637,'name':'super power'},{'id':158718,'name':'lgbt'},{'id':159278,'name':'obsessive love'},{'id':209144,'name':'seizure'},{'id':240303,'name':'father daughter relationship'}]" +445040,"[{'id':5565,'name':'biography'},{'id':6270,'name':'high school'},{'id':9672,'name':'based on a true story'},{'id':9717,'name':'based on comic'},{'id':9740,'name':'sociopath'},{'id':10683,'name':'coming of age'},{'id':10714,'name':'serial killer'},{'id':15160,'name':'divorce'},{'id':171556,'name':'social outcast'}]" +406112,[] +242606,"[{'id':6625,'name':'family secret'},{'id':9826,'name':'murder'},{'id':14903,'name':'home invasion'},{'id':163053,'name':'found footage'}]" +433310,"[{'id':4379,'name':'time travel'},{'id':9694,'name':'halloween party'},{'id':10048,'name':'unrequited love'},{'id':181032,'name':'photo booth'},{'id':223202,'name':'do over'}]" +429742,[] +458987,"[{'id':187056,'name':'woman director'}]" +396774,"[{'id':2815,'name':'graffiti'},{'id':3010,'name':'intolerance'},{'id':4470,'name':'punk'},{'id':12425,'name':'racism'}]" +433808,"[{'id':642,'name':'robbery'},{'id':818,'name':'based on novel or book'},{'id':1192,'name':'sweden'},{'id':1299,'name':'monster'},{'id':3623,'name':'cabin'},{'id':5475,'name':'scandinavia'},{'id':5774,'name':'forest'},{'id':5827,'name':'hiking'},{'id':9713,'name':'friends'},{'id':9826,'name':'murder'},{'id':33720,'name':'guilt'},{'id':50009,'name':'survival horror'},{'id':179101,'name':'norse mythology'},{'id':189931,'name':'guilty conscience'},{'id':223620,'name':'lost in the woods'}]" +494682,[] +442353,"[{'id':7312,'name':'road trip'},{'id':172971,'name':'elderly'}]" +345921,"[{'id':395,'name':'gambling'},{'id':9826,'name':'murder'},{'id':18029,'name':'trapped'}]" +434129,[] +455236,[] +354912,"[{'id':534,'name':'mexico'},{'id':953,'name':'guitar'},{'id':4048,'name':'musician'},{'id':4062,'name':'skeleton'},{'id':6027,'name':'music'},{'id':6155,'name':'afterlife'},{'id':9310,'name':'latinx lead'},{'id':10229,'name':'singer'},{'id':190287,'name':'life after death'},{'id':208349,'name':'child'},{'id':209714,'name':'3d'},{'id':209789,'name':'day of the dead'}]" +392044,"[{'id':110,'name':'venice, italy'},{'id':703,'name':'detective'},{'id':818,'name':'based on novel or book'},{'id':1295,'name':'europe'},{'id':1847,'name':'istanbul'},{'id':1992,'name':'professor'},{'id':3279,'name':'orient express'},{'id':4728,'name':'knife'},{'id':5340,'name':'investigation'},{'id':7376,'name':'princess'},{'id':9714,'name':'remake'},{'id':9826,'name':'murder'},{'id':10794,'name':'snow'},{'id':12570,'name':'whodunit'},{'id':13008,'name':'train'},{'id':14831,'name':'stabbing'},{'id':159753,'name':'ensemble cast'},{'id':160175,'name':'alps'},{'id':201535,'name':'hercule poirot'},{'id':214548,'name':'1930s'},{'id':234673,'name':'steam train'},{'id':245258,'name':'agatha christie'}]" +491940,[] +471058,"[{'id':2070,'name':'olympic games'},{'id':6075,'name':'sport'}]" +419680,"[{'id':65,'name':'holiday'},{'id':9663,'name':'sequel'},{'id':207317,'name':'christmas'}]" +464566,"[{'id':191047,'name':'prison break'}]" +456781,"[{'id':801,'name':'bounty hunter'},{'id':7271,'name':'tv ratings'},{'id':18026,'name':'drug lord'},{'id':235530,'name':'fame-seeking'}]" +459202,"[{'id':3335,'name':'halloween'},{'id':9663,'name':'sequel'}]" +64071,"[{'id':1612,'name':'spacecraft'},{'id':1992,'name':'professor'},{'id':2106,'name':'cold war'},{'id':3801,'name':'space travel'},{'id':5404,'name':'meteor'},{'id':6394,'name':'rocket'},{'id':9882,'name':'space'},{'id':12193,'name':'reporter'},{'id':14544,'name':'robot'},{'id':14601,'name':'explosion'},{'id':14760,'name':'scientist'},{'id':190444,'name':'test pilot'}]" +415312,"[{'id':1992,'name':'professor'},{'id':2974,'name':'jesus christ'},{'id':4978,'name':'immortality'},{'id':9663,'name':'sequel'},{'id':11001,'name':'religion'}]" +419709,"[{'id':697,'name':'loss of loved one'},{'id':2957,'name':'vietnam war'},{'id':15087,'name':'iraq war'},{'id':238965,'name':'military memories'}]" +399057,"[{'id':1157,'name':'wife husband relationship'},{'id':1562,'name':'hostage'},{'id':1936,'name':'blackmail'},{'id':3262,'name':'surgeon'},{'id':5859,'name':'paralysis'},{'id':6255,'name':'insanity'},{'id':9748,'name':'revenge'},{'id':10041,'name':'dysfunctional family'},{'id':11612,'name':'hospital'},{'id':14624,'name':'cruelty'},{'id':14707,'name':'brutality'},{'id':14766,'name':'cafe'},{'id':14984,'name':'cardiologist'},{'id':40956,'name':'recovering alcoholic'},{'id':195164,'name':'open heart surgery'}]" +298250,"[{'id':9663,'name':'sequel'},{'id':9856,'name':'flashback'},{'id':10292,'name':'gore'},{'id':11221,'name':'blood'},{'id':13006,'name':'torture'},{'id':34079,'name':'death'},{'id':159588,'name':'suicide by hanging'},{'id':235261,'name':'abduction'}]" +274855,"[{'id':310,'name':'artificial intelligence'},{'id':2964,'name':'future'},{'id':3823,'name':'weather manipulation'},{'id':9826,'name':'murder'},{'id':9882,'name':'space'},{'id':10150,'name':'end of the world'},{'id':10410,'name':'conspiracy'},{'id':12332,'name':'apocalypse'},{'id':14527,'name':'storm'},{'id':156039,'name':'space station'},{'id':161289,'name':'space shuttle'},{'id':188351,'name':'catastrophe'},{'id':206959,'name':'global threat'},{'id':215299,'name':'environmental disaster'},{'id':239993,'name':'overpopulated world'}]" +470385,"[{'id':2070,'name':'olympic games'},{'id':6075,'name':'sport'}]" +441728,"[{'id':212,'name':'london'},{'id':3577,'name':'snob'},{'id':3593,'name':'wilderness'},{'id':4129,'name':'widow'},{'id':6054,'name':'friendship'},{'id':11038,'name':'trial'},{'id':14905,'name':'britain'},{'id':33476,'name':'widower'},{'id':163484,'name':'senior citizen'},{'id':165177,'name':'eviction'},{'id':177349,'name':'greedy developer'},{'id':184952,'name':'land developer'}]" +16191,[] +23102,"[{'id':1430,'name':'self sacrifice'},{'id':2020,'name':'revolution'},{'id':4381,'name':'napoleon'},{'id':9682,'name':'history'},{'id':33384,'name':'napoleonic wars'},{'id':221546,'name':'peninsular war'}]" +60573,"[{'id':11925,'name':'domestic violence'},{'id':15127,'name':'killer'}]" +310119,"[{'id':2974,'name':'jesus christ'},{'id':14999,'name':'devil'},{'id':18034,'name':'desert'},{'id':18236,'name':'fasting'},{'id':164346,'name':'praying'},{'id':228290,'name':'temptation of christ'}]" +26337,"[{'id':207268,'name':'neo-noir'}]" +375573,"[{'id':5565,'name':'biography'},{'id':6075,'name':'sport'},{'id':7912,'name':'rugby'},{'id':206665,'name':'greatest'}]" +73319,"[{'id':2070,'name':'olympic games'},{'id':2437,'name':'munich'},{'id':10456,'name':'athlete'},{'id':187056,'name':'woman director'}]" +43838,"[{'id':10909,'name':'lawyer'},{'id':12999,'name':'black and white'},{'id':187310,'name':'springfield illinois'},{'id':207928,'name':'19th century'},{'id':209409,'name':'abraham lincoln'}]" +499,"[{'id':30,'name':'individual'},{'id':90,'name':'paris france'},{'id':2506,'name':'algerienkrieg'},{'id':10163,'name':'cancer'},{'id':10229,'name':'singer'},{'id':155518,'name':'nouvelle vague'},{'id':187056,'name':'woman director'}]" +433252,[] +485504,"[{'id':10123,'name':'dark comedy'},{'id':180667,'name':'police standoff'},{'id':195199,'name':'natal'},{'id':207317,'name':'christmas'}]" +449755,"[{'id':3373,'name':'snow storm'},{'id':10911,'name':'inheritance'},{'id':188345,'name':'christmas card'},{'id':188993,'name':'true love'},{'id':207317,'name':'christmas'}]" +474433,[] +470114,"[{'id':782,'name':'assassin'},{'id':3298,'name':'hallucination'},{'id':3644,'name':'south africa'},{'id':5484,'name':'reincarnation'},{'id':6710,'name':'interpol'},{'id':7281,'name':'shooting'},{'id':9856,'name':'flashback'},{'id':11436,'name':'redemption'},{'id':15145,'name':'deadline'},{'id':170865,'name':'child kidnapping'}]" +339161,"[{'id':187056,'name':'woman director'}]" +451751,"[{'id':2483,'name':'nudity'},{'id':6027,'name':'music'},{'id':9826,'name':'murder'},{'id':10138,'name':'satan'},{'id':10232,'name':'fame'},{'id':14964,'name':'drugs'},{'id':14999,'name':'devil'},{'id':18001,'name':'rock band'},{'id':18002,'name':'hard rock'},{'id':33624,'name':'band'},{'id':34079,'name':'death'},{'id':41591,'name':'music band'}]" +485415,"[{'id':2321,'name':'bunker'},{'id':9714,'name':'remake'},{'id':12377,'name':'zombie'},{'id':13005,'name':'doctor'},{'id':157351,'name':'living dead'},{'id':169725,'name':'sick child'},{'id':186565,'name':'zombie apocalypse'}]" +431530,"[{'id':207317,'name':'christmas'}]" +431339,[] +452507,"[{'id':818,'name':'based on novel or book'},{'id':970,'name':'parent child relationship'},{'id':1328,'name':'secret'},{'id':2752,'name':'ranch'},{'id':3298,'name':'hallucination'},{'id':3358,'name':'haunted house'},{'id':5332,'name':'greed'},{'id':9826,'name':'murder'},{'id':10224,'name':'haunting'},{'id':11221,'name':'blood'},{'id':13092,'name':'corpse'},{'id':33720,'name':'guilt'},{'id':41411,'name':'vengeful ghost'},{'id':154846,'name':'farmer'},{'id':156802,'name':'cornfield'},{'id':177554,'name':'stealing money'},{'id':179011,'name':'hidden corpse'},{'id':189359,'name':'rat'},{'id':189931,'name':'guilty conscience'}]" +400106,"[{'id':6149,'name':'police'},{'id':228295,'name':'orc'}]" +284053,"[{'id':9663,'name':'sequel'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':166726,'name':'female villain'},{'id':179101,'name':'norse mythology'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'},{'id':180547,'name':'marvel cinematic universe'},{'id':230105,'name':'norse god'}]" +71689,"[{'id':380,'name':'sibling relationship'},{'id':1299,'name':'monster'},{'id':4127,'name':'one-sided love'},{'id':4289,'name':'secret agent'},{'id':9820,'name':'alternate dimension'},{'id':9825,'name':'growing up'},{'id':10125,'name':'mad scientist'},{'id':10988,'name':'based on tv series'},{'id':13043,'name':'dating'},{'id':13130,'name':'teenager'},{'id':163074,'name':'super villain'},{'id':207834,'name':'pet owner reunion'},{'id':224511,'name':'phineas and ferb'}]" +413992,"[{'id':596,'name':'adultery'},{'id':642,'name':'robbery'},{'id':1010,'name':'bar'},{'id':2669,'name':'motel'},{'id':9826,'name':'murder'},{'id':14819,'name':'violence'},{'id':34079,'name':'death'},{'id':166571,'name':'hired killer'},{'id':207268,'name':'neo-noir'},{'id':232350,'name':'rodeo performer'}]" +484889,[] +353575,[] +436459,"[{'id':9840,'name':'romance'}]" +397538,"[{'id':212,'name':'london'},{'id':1192,'name':'sweden'},{'id':1202,'name':'monaco'},{'id':1488,'name':'tennis'},{'id':2848,'name':'tennis player'},{'id':5400,'name':'champion'},{'id':5565,'name':'biography'},{'id':6075,'name':'sport'},{'id':9415,'name':'wimbledon'},{'id':9672,'name':'based on a true story'},{'id':9823,'name':'rivalry'},{'id':12380,'name':'tournament'},{'id':154796,'name':'overbearing father'},{'id':156306,'name':'price of fame'},{'id':201885,'name':'pressure'},{'id':208289,'name':'1980s'},{'id':234216,'name':'tennis match'}]" +457265,[] +347629,"[{'id':447,'name':'post traumatic stress disorder'},{'id':818,'name':'based on novel or book'},{'id':5565,'name':'biography'},{'id':13065,'name':'soldier'},{'id':162365,'name':'military'},{'id':238839,'name':'war psychology'}]" +3701,"[{'id':131,'name':'italy'},{'id':2987,'name':'gang war'},{'id':3149,'name':'gangster'},{'id':9826,'name':'murder'}]" +420622,"[{'id':5451,'name':'comic book'},{'id':5565,'name':'biography'},{'id':155870,'name':'polyamory'},{'id':158713,'name':'bdsm'},{'id':179428,'name':'censorship'},{'id':233330,'name':'freedom of expression'}]" +418680,"[{'id':5565,'name':'biography'}]" +317091,"[{'id':818,'name':'based on novel or book'},{'id':6270,'name':'high school'},{'id':9826,'name':'murder'},{'id':13130,'name':'teenager'},{'id':14964,'name':'drugs'},{'id':157213,'name':'death of mother'},{'id':240834,'name':'washington'},{'id':246466,'name':'based on young adult novel'}]" +480572,"[{'id':8430,'name':'safe'},{'id':9856,'name':'flashback'},{'id':10051,'name':'heist'},{'id':15009,'name':'criminal'},{'id':15167,'name':'police detective'},{'id':18179,'name':'drug addict'},{'id':157892,'name':'warehouse'},{'id':208457,'name':'dog fight'}]" +487387,"[{'id':6075,'name':'sport'},{'id':13042,'name':'soccer'}]" +339877,"[{'id':437,'name':'painter'},{'id':207928,'name':'19th century'},{'id':232244,'name':'controversial artist'}]" +428886,"[{'id':5565,'name':'biography'}]" +372343,"[{'id':703,'name':'detective'},{'id':818,'name':'based on novel or book'},{'id':1419,'name':'gun'},{'id':1442,'name':'winter'},{'id':2602,'name':'cellar'},{'id':3623,'name':'cabin'},{'id':10115,'name':'snowman'},{'id':10714,'name':'serial killer'},{'id':10794,'name':'snow'},{'id':15016,'name':'twins'},{'id':17972,'name':'plastic surgeon'},{'id':33457,'name':'alcoholic'},{'id':160059,'name':'psychosis'},{'id':192687,'name':'oslo norway'}]" +440021,"[{'id':3616,'name':'college'},{'id':9675,'name':'prequel'},{'id':9826,'name':'murder'},{'id':10854,'name':'time loop'},{'id':206298,'name':'young adult'},{'id':207844,'name':'college student'},{'id':238142,'name':'stabbed to death'}]" +335984,"[{'id':310,'name':'artificial intelligence'},{'id':801,'name':'bounty hunter'},{'id':2964,'name':'future'},{'id':4565,'name':'dystopia'},{'id':6017,'name':'genetics'},{'id':9663,'name':'sequel'},{'id':12190,'name':'cyberpunk'},{'id':12670,'name':'los angeles'},{'id':14570,'name':'las vegas'},{'id':178657,'name':'tech noir'}]" +31556,"[{'id':10958,'name':'man hunt'},{'id':195402,'name':'film noir'}]" +316785,"[{'id':208244,'name':'16th century'}]" +459068,[] +47947,"[{'id':9755,'name':'parody'},{'id':9808,'name':'cult comedy'},{'id':11931,'name':'spoof'},{'id':155457,'name':'screwball comedy'},{'id':161823,'name':'physical comedy'},{'id':168622,'name':'soap opera'},{'id':170827,'name':'sex comedy'},{'id':208788,'name':'medical drama'}]" +49815,"[{'id':380,'name':'sibling relationship'},{'id':10183,'name':'independent film'},{'id':172971,'name':'elderly'}]" +271404,"[{'id':4278,'name':'invasion'},{'id':9663,'name':'sequel'},{'id':9951,'name':'alien'}]" +335360,"[{'id':5734,'name':'pony'},{'id':6054,'name':'friendship'},{'id':184998,'name':'film adaptation'},{'id':189092,'name':'journey'}]" +436352,"[{'id':802,'name':'regret'},{'id':7312,'name':'road trip'},{'id':10818,'name':'author'},{'id':13028,'name':'writer'},{'id':14512,'name':'new york city'},{'id':242454,'name':'former lovers'}]" +477623,"[{'id':207317,'name':'christmas'}]" +407445,"[{'id':5565,'name':'biography'},{'id':9672,'name':'based on a true story'}]" +412547,[] +467433,[] +396777,"[{'id':2340,'name':'paranoia'},{'id':6331,'name':'blond'},{'id':11221,'name':'blood'},{'id':14964,'name':'drugs'},{'id':206938,'name':'caucasian'}]" +428501,[] +19736,"[{'id':409,'name':'africa'},{'id':1765,'name':'brontosaurus'},{'id':10787,'name':'jungle'},{'id':12616,'name':'dinosaur'}]" +11616,"[{'id':378,'name':'prison'},{'id':591,'name':'cia'},{'id':2281,'name':'mistake in person'},{'id':5572,'name':'fistfight'},{'id':15009,'name':'criminal'}]" +346364,"[{'id':818,'name':'based on novel or book'},{'id':1415,'name':'small town'},{'id':3199,'name':'clown'},{'id':6733,'name':'bullying'},{'id':8303,'name':'abandoned house'},{'id':9826,'name':'murder'},{'id':9856,'name':'flashback'},{'id':9903,'name':'balloon'},{'id':10873,'name':'school'},{'id':13073,'name':'fear'},{'id':13088,'name':'summer'},{'id':15127,'name':'killer'},{'id':156091,'name':'missing person'},{'id':163764,'name':'death of brother'},{'id':172784,'name':'well'},{'id':208349,'name':'child'},{'id':241827,'name':'demonic'},{'id':245450,'name':'town history'}]" +37935,"[{'id':5086,'name':'telekinesis'},{'id':9678,'name':'mind control'},{'id':10122,'name':'reanimation'},{'id':33637,'name':'super power'},{'id':156180,'name':'initiation'},{'id':157351,'name':'living dead'},{'id':162332,'name':'mausoleum'}]" +31658,"[{'id':5074,'name':'wyatt earp'},{'id':9550,'name':'doc holliday'},{'id':9748,'name':'revenge'},{'id':160583,'name':'western town'},{'id':185461,'name':'bar shootout'}]" +387501,"[{'id':3688,'name':'strip club'},{'id':4884,'name':'infection'},{'id':5569,'name':'vomit'},{'id':6593,'name':'stripper'},{'id':12394,'name':'chainsaw'},{'id':41376,'name':'shovel'},{'id':172142,'name':'farting'}]" +438435,"[{'id':570,'name':'rape'},{'id':2754,'name':'trauma'},{'id':7002,'name':'vigilante'},{'id':8039,'name':'campus'},{'id':9082,'name':'art student'},{'id':9748,'name':'revenge'}]" +400710,"[{'id':6733,'name':'bullying'},{'id':9714,'name':'remake'},{'id':13063,'name':'car accident'},{'id':34079,'name':'death'},{'id':187675,'name':'medical student'},{'id':189931,'name':'guilty conscience'},{'id':199686,'name':'near-death experience'},{'id':237778,'name':'competitiveness'},{'id':240435,'name':'scientific experiment'}]" +290512,"[{'id':818,'name':'based on novel or book'},{'id':1262,'name':'mountain'},{'id':3593,'name':'wilderness'},{'id':10194,'name':'interracial romance'},{'id':10349,'name':'survival'},{'id':10794,'name':'snow'},{'id':12617,'name':'airplane crash'},{'id':156104,'name':'stranger'}]" +12489,"[{'id':740,'name':'aids'},{'id':1803,'name':'drug addiction'},{'id':2619,'name':'suspicion of murder'},{'id':6149,'name':'police'},{'id':10685,'name':'escape'},{'id':164605,'name':'withdrawal'}]" +345287,[] +66035,"[{'id':1556,'name':'texas'},{'id':156017,'name':'frontiersman'}]" +271393,[] +356483,"[{'id':1299,'name':'monster'},{'id':2210,'name':'climate change'},{'id':6678,'name':'polar bear'},{'id':9880,'name':'alaska'}]" +2721,"[{'id':441,'name':'assassination'},{'id':591,'name':'cia'},{'id':1200,'name':'greece'},{'id':6078,'name':'politics'},{'id':6086,'name':'government'},{'id':6149,'name':'police'},{'id':9665,'name':'cover-up'},{'id':33858,'name':'right wing'},{'id':188719,'name':'magistrate'},{'id':214724,'name':'rally'}]" +23333,"[{'id':242,'name':'new york'},{'id':567,'name':'alcohol'},{'id':947,'name':'prohibition'},{'id':5565,'name':'biography'},{'id':9840,'name':'romance'},{'id':9856,'name':'flashback'},{'id':10183,'name':'independent film'},{'id':163110,'name':'theatre'},{'id':207876,'name':'1920s'}]" +201478,"[{'id':779,'name':'martial arts'},{'id':780,'name':'kung fu'},{'id':2483,'name':'nudity'}]" +51442,"[{'id':570,'name':'rape'},{'id':2041,'name':'island'},{'id':5919,'name':'necrophilia'},{'id':18035,'name':'family'},{'id':170322,'name':'degeneration'},{'id':172658,'name':'isolated house'}]" +379149,"[{'id':212,'name':'london'},{'id':258,'name':'bomb'},{'id':818,'name':'based on novel or book'},{'id':9748,'name':'revenge'},{'id':13015,'name':'terrorism'},{'id':14552,'name':'ira (irish republican army)'},{'id':14819,'name':'violence'},{'id':14985,'name':'ireland'},{'id':34079,'name':'death'},{'id':158431,'name':'united kingdom'}]" +392982,"[{'id':3703,'name':'law'},{'id':6148,'name':'court'},{'id':10909,'name':'lawyer'},{'id':207883,'name':'1940s'}]" +56137,"[{'id':388,'name':'scotland'},{'id':2041,'name':'island'},{'id':3098,'name':'castle'},{'id':171427,'name':'whirlpool'},{'id':188645,'name':'bagpipes'},{'id':208979,'name':'hebrides'},{'id':233799,'name':'laird'}]" +390056,"[{'id':1956,'name':'world war ii'},{'id':10818,'name':'author'},{'id':13028,'name':'writer'},{'id':158086,'name':'recluse'}]" +6556,[] +398175,"[{'id':378,'name':'prison'},{'id':1721,'name':'fight'},{'id':1930,'name':'kidnapping'},{'id':2792,'name':'boxer'},{'id':9826,'name':'murder'},{'id':10292,'name':'gore'},{'id':14819,'name':'violence'},{'id':208042,'name':'drug runner'}]" +411012,[] +431867,[] +390061,"[{'id':840,'name':'usa president'},{'id':1228,'name':'1970s'},{'id':1812,'name':'fbi'},{'id':3692,'name':'scandal'},{'id':9376,'name':'richard nixon'},{'id':9665,'name':'cover-up'},{'id':206515,'name':'usa politics'}]" +369192,"[{'id':237,'name':'gay'},{'id':1228,'name':'1970s'},{'id':1488,'name':'tennis'},{'id':2848,'name':'tennis player'},{'id':5565,'name':'biography'},{'id':6075,'name':'sport'},{'id':9672,'name':'based on a true story'},{'id':163096,'name':'battle of the sexes'},{'id':163097,'name':'female athlete'},{'id':186781,'name':'equal pay'},{'id':207999,'name':'determination'},{'id':212915,'name':'women's rights'},{'id':226729,'name':'chauvinisim'},{'id':234216,'name':'tennis match'},{'id':234217,'name':'exhibition match'}]" +422821,[] +429733,"[{'id':1435,'name':'scissors'},{'id':1438,'name':'office'},{'id':1470,'name':'s.w.a.t.'},{'id':2150,'name':'cocaine'},{'id':6149,'name':'police'},{'id':6898,'name':'quarantine'},{'id':8632,'name':'business consultant'},{'id':9826,'name':'murder'},{'id':14819,'name':'violence'},{'id':14964,'name':'drugs'},{'id':15068,'name':'one day'},{'id':18326,'name':'fired from the job'},{'id':188957,'name':'virus'}]" +26676,[] +40219,"[{'id':2766,'name':'mutation'},{'id':34117,'name':'cult film'},{'id':164218,'name':'psychotronic'}]" +457308,"[{'id':246,'name':'dancing'},{'id':380,'name':'sibling relationship'},{'id':10104,'name':'dance competition'},{'id':165576,'name':'intercultural relationship'},{'id':214652,'name':'marital tensions'},{'id':235809,'name':'death of a brother'},{'id':240607,'name':'dance audition'}]" +425980,"[{'id':10123,'name':'dark comedy'},{'id':213040,'name':'self reflection'},{'id':240119,'name':'father son relationship'}]" +414792,"[{'id':4295,'name':'collector'},{'id':34030,'name':'typewriter'},{'id':170630,'name':'repair shop'}]" +274862,"[{'id':10278,'name':'ninja'},{'id':10542,'name':'based on toy'},{'id':210090,'name':'lego'}]" +300665,"[{'id':798,'name':'sheriff'},{'id':1556,'name':'texas'},{'id':9826,'name':'murder'},{'id':10685,'name':'escape'},{'id':10738,'name':'diner'},{'id':12394,'name':'chainsaw'},{'id':14687,'name':'extreme violence'},{'id':14819,'name':'violence'},{'id':155781,'name':'trailer'}]" +395993,"[{'id':818,'name':'based on novel or book'},{'id':1680,'name':'boston'},{'id':2367,'name':'rehabilitation'},{'id':2564,'name':'wheelchair'},{'id':9672,'name':'based on a true story'},{'id':11612,'name':'hospital'},{'id':14601,'name':'explosion'},{'id':33702,'name':'bombing'},{'id':179569,'name':'terrorist bombing'},{'id':229773,'name':'boston marathon'},{'id':240282,'name':'loss of legs'}]" +423899,"[{'id':818,'name':'based on novel or book'},{'id':5565,'name':'biography'},{'id':9672,'name':'based on a true story'},{'id':194470,'name':'queen victoria'},{'id':207928,'name':'19th century'},{'id':220649,'name':'british monarchy'}]" +30719,"[{'id':378,'name':'prison'},{'id':4908,'name':'leave'},{'id':207317,'name':'christmas'},{'id':209347,'name':'furlough'}]" +428845,[] +294,"[{'id':818,'name':'based on novel or book'},{'id':1197,'name':'nevada'},{'id':1862,'name':'coming out'},{'id':4932,'name':'farm'},{'id':5876,'name':'reno'},{'id':10768,'name':'lesbian'},{'id':15160,'name':'divorce'},{'id':158718,'name':'lgbt'},{'id':187056,'name':'woman director'}]" +381283,"[{'id':2187,'name':'riot'},{'id':3030,'name':'nightmare'},{'id':3725,'name':'pregnancy'},{'id':9887,'name':'surrealism'},{'id':13028,'name':'writer'},{'id':14819,'name':'violence'},{'id':156104,'name':'stranger'},{'id':157314,'name':'psychological horror'},{'id':208048,'name':'cannibalism'},{'id':223198,'name':'uninvited guest'}]" +98568,"[{'id':3623,'name':'cabin'},{'id':4379,'name':'time travel'},{'id':9720,'name':'woods'},{'id':13209,'name':'cabin in the woods'},{'id':44451,'name':'lost'},{'id':191004,'name':'german soldier'},{'id':208757,'name':'time paradox'}]" +11821,"[{'id':1546,'name':'ambulance'},{'id':1605,'name':'new love'},{'id':4585,'name':'plastic surgery'},{'id':11612,'name':'hospital'},{'id':11860,'name':'fish out of water'},{'id':13005,'name':'doctor'},{'id':13063,'name':'car accident'}]" +29425,"[{'id':904,'name':'pennsylvania'},{'id':1415,'name':'small town'},{'id':1865,'name':'biological weapon'},{'id':6898,'name':'quarantine'},{'id':9826,'name':'murder'},{'id':10183,'name':'independent film'},{'id':11221,'name':'blood'},{'id':14673,'name':'disease'},{'id':14760,'name':'scientist'},{'id':17995,'name':'epidemic'},{'id':34079,'name':'death'},{'id':161249,'name':'military police'},{'id':188957,'name':'virus'},{'id':188959,'name':'plague'},{'id':220908,'name':'germ warfare'}]" +450100,"[{'id':1706,'name':'experiment'},{'id':11268,'name':'psychologist'},{'id':162345,'name':'sensory deprivation'},{'id':234867,'name':'reprogram'},{'id':234868,'name':'subconscious'}]" +484886,"[{'id':310,'name':'artificial intelligence'},{'id':2964,'name':'future'},{'id':3222,'name':'super computer'},{'id':220336,'name':'robotics'}]" +28881,"[{'id':1422,'name':'boat'},{'id':3180,'name':'sailing'},{'id':5657,'name':'australia'},{'id':14629,'name':'experimental'},{'id':34051,'name':'team'},{'id':40870,'name':'race'}]" +374720,"[{'id':254,'name':'france'},{'id':323,'name':'royal air force (raf)'},{'id':966,'name':'beach'},{'id':1295,'name':'europe'},{'id':1956,'name':'world war ii'},{'id':2227,'name':'evacuation'},{'id':2349,'name':'german'},{'id':3203,'name':'pilot'},{'id':4100,'name':'british army'},{'id':6091,'name':'war'},{'id':9335,'name':'royal navy'},{'id':9672,'name':'based on a true story'},{'id':13065,'name':'soldier'},{'id':33652,'name':'private'},{'id':156395,'name':'imax'},{'id':174389,'name':'allied forces'},{'id':197413,'name':'dunkirk'}]" +631,"[{'id':128,'name':'love triangle'},{'id':596,'name':'adultery'},{'id':1889,'name':'lake'},{'id':2755,'name':'country life'},{'id':3152,'name':'planned murder'},{'id':3154,'name':'indian summer '},{'id':4931,'name':'pig'},{'id':5809,'name':'marriage crisis'},{'id':11004,'name':'rural setting'},{'id':14527,'name':'storm'},{'id':14828,'name':'city'},{'id':154802,'name':'silent film'},{'id':154846,'name':'farmer'},{'id':166490,'name':'troubled marriage'}]" +401689,"[{'id':234213,'name':'sword and sorcery'}]" +337170,"[{'id':591,'name':'cia'},{'id':3203,'name':'pilot'},{'id':156117,'name':'illegal drugs'},{'id':156805,'name':'dea agent'},{'id':168723,'name':'latin america'},{'id':208289,'name':'1980s'}]" +13377,"[{'id':65,'name':'holiday'},{'id':818,'name':'based on novel or book'},{'id':1299,'name':'monster'},{'id':1523,'name':'obsession'},{'id':1991,'name':'santa claus'},{'id':2860,'name':'heart'},{'id':3431,'name':'materialism'},{'id':3661,'name':'sleigh'},{'id':5570,'name':'christmas tree'},{'id':5608,'name':'affection'},{'id':9887,'name':'surrealism'},{'id':10794,'name':'snow'},{'id':15162,'name':'dog'},{'id':207317,'name':'christmas'}]" +57752,"[{'id':163227,'name':'unicorn'}]" +29942,"[{'id':549,'name':'prostitute'},{'id':6844,'name':'stalker'},{'id':9826,'name':'murder'}]" +347755,[] +299221,"[{'id':167065,'name':'counterfeiting'},{'id':187056,'name':'woman director'}]" +476275,"[{'id':999,'name':'sports car'},{'id':6075,'name':'sport'},{'id':10039,'name':'racing'}]" +415401,"[{'id':1419,'name':'gun'},{'id':3725,'name':'pregnancy'},{'id':6078,'name':'politics'},{'id':10614,'name':'tragedy'}]" +407448,"[{'id':657,'name':'fire'},{'id':796,'name':'police brutality'},{'id':2409,'name':'church choir'},{'id':9672,'name':'based on a true story'},{'id':9826,'name':'murder'},{'id':9849,'name':'beating'},{'id':12425,'name':'racism'},{'id':14765,'name':'church'},{'id':18021,'name':'detroit'},{'id':208992,'name':'1960s'},{'id':238505,'name':'police violence'}]" +343668,"[{'id':83,'name':'saving the world'},{'id':279,'name':'usa'},{'id':470,'name':'spy'},{'id':1295,'name':'europe'},{'id':9663,'name':'sequel'},{'id':9679,'name':'secret government organization'},{'id':33705,'name':'agent'},{'id':228434,'name':'statesman'}]" +13766,"[{'id':1432,'name':'nasa'},{'id':9882,'name':'space'},{'id':14626,'name':'astronaut'},{'id':161289,'name':'space shuttle'},{'id':191586,'name':'trapped in space'},{'id':205349,'name':'space camp'}]" +406994,"[{'id':3986,'name':'spider'},{'id':9826,'name':'murder'},{'id':10115,'name':'snowman'},{'id':10794,'name':'snow'},{'id':14903,'name':'home invasion'},{'id':170539,'name':'truth or dare'},{'id':172742,'name':'christmas lights'},{'id':186463,'name':'holiday horror'},{'id':186466,'name':'christmas horror'},{'id':207317,'name':'christmas'}]" +28415,"[{'id':233,'name':'japan'},{'id':1794,'name':'yakuza'},{'id':6297,'name':'japanese mafia'},{'id':10391,'name':'mafia'}]" +343369,"[{'id':8447,'name':'amish'}]" +455675,[] +477201,"[{'id':549,'name':'prostitute'},{'id':572,'name':'sex'},{'id':2150,'name':'cocaine'},{'id':9750,'name':'bayou'},{'id':10714,'name':'serial killer'},{'id':14964,'name':'drugs'},{'id':33476,'name':'widower'}]" +432942,[] +51980,"[{'id':7025,'name':'industrial revolution'}]" +424062,"[{'id':65,'name':'holiday'},{'id':207317,'name':'christmas'}]" +450806,"[{'id':972,'name':'refugee'},{'id':1293,'name':'asia'},{'id':1499,'name':'pastor'},{'id':9672,'name':'based on a true story'},{'id':10332,'name':'salesman'},{'id':14765,'name':'church'},{'id':167475,'name':'southeast asia'}]" +383256,[] +11861,"[{'id':1334,'name':'wedding vows'},{'id':1459,'name':'marriage proposal'},{'id':2587,'name':'married couple'},{'id':5773,'name':'monogamy'},{'id':5999,'name':'advice'},{'id':6038,'name':'marriage'},{'id':9470,'name':'quilt'},{'id':9673,'name':'love'},{'id':33694,'name':'family holiday'},{'id':34094,'name':'extramarital affair'},{'id':164039,'name':'grandmother'},{'id':187056,'name':'woman director'}]" +40957,"[{'id':9927,'name':'maine'},{'id':14512,'name':'new york city'},{'id':169280,'name':'lobster'}]" +1722,"[{'id':3776,'name':'officer'},{'id':174363,'name':'greek island'},{'id':174369,'name':'mandolin'},{'id':174371,'name':'italian soldier'},{'id':174375,'name':'resistance fighter'},{'id':174378,'name':'greek history'},{'id':174379,'name':'italian army'},{'id':174389,'name':'allied forces'}]" +9791,"[{'id':953,'name':'guitar'},{'id':2881,'name':'jail guard'},{'id':4112,'name':'strike'},{'id':5643,'name':'prison warden'},{'id':10349,'name':'survival'}]" +1717,"[{'id':417,'name':'corruption'},{'id':736,'name':'journalist'},{'id':818,'name':'based on novel or book'},{'id':1936,'name':'blackmail'},{'id':2887,'name':'manipulation'},{'id':3088,'name':'bodyguard'},{'id':3134,'name':'louisiana'},{'id':3692,'name':'scandal'},{'id':3720,'name':'power'},{'id':5744,'name':'governor'},{'id':6078,'name':'politics'},{'id':10614,'name':'tragedy'},{'id':11869,'name':'mistress'},{'id':155697,'name':'aristocrat'}]" +28605,[] +79113,"[{'id':65,'name':'holiday'},{'id':964,'name':'servant'},{'id':1307,'name':'butler'},{'id':3071,'name':'prince'},{'id':3098,'name':'castle'},{'id':9920,'name':'royalty'},{'id':10106,'name':'ballroom dancing'},{'id':13097,'name':'maid'},{'id':207317,'name':'christmas'}]" +464882,"[{'id':849,'name':'dc comics'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'}]" +339994,"[{'id':163053,'name':'found footage'}]" +362058,[] +415842,"[{'id':818,'name':'based on novel or book'},{'id':949,'name':'terrorist'},{'id':9748,'name':'revenge'}]" +16367,"[{'id':108,'name':'transvestism'},{'id':237,'name':'gay'},{'id':392,'name':'england'},{'id':730,'name':'factory worker'},{'id':824,'name':'drag queen'},{'id':1382,'name':'factory'},{'id':1408,'name':'shoe seller'},{'id':1415,'name':'small town'},{'id':2311,'name':'cabaret'},{'id':2706,'name':'milan'},{'id':3658,'name':'career'},{'id':4344,'name':'musical'},{'id':6203,'name':'loss'},{'id':6731,'name':'british'},{'id':7024,'name':'fashion designer'},{'id':7600,'name':'foot'},{'id':9672,'name':'based on a true story'},{'id':10183,'name':'independent film'},{'id':10683,'name':'coming of age'},{'id':11858,'name':'red'},{'id':12090,'name':'cross dressing'},{'id':14534,'name':'relationship'},{'id':15479,'name':'fashion'},{'id':34142,'name':'jobless'},{'id':40850,'name':'destiny'},{'id':54612,'name':'shoe'},{'id':155707,'name':'musical number'},{'id':157224,'name':'boots'},{'id':158718,'name':'lgbt'},{'id':167198,'name':'fashion show'},{'id':167200,'name':'fashion model'},{'id':167982,'name':'unlikely friendship'},{'id':171636,'name':'drag'},{'id':190849,'name':'broadway show'},{'id':191446,'name':'inspiring'},{'id':209911,'name':'shoemaker'},{'id':220714,'name':'shoemaking'},{'id':224309,'name':'drag show'},{'id':235540,'name':'inspirational'}]" +396940,"[{'id':704,'name':'adolescence'},{'id':1938,'name':'sword'},{'id':3030,'name':'nightmare'},{'id':4142,'name':'insomnia'},{'id':5570,'name':'christmas tree'},{'id':6270,'name':'high school'},{'id':9826,'name':'murder'},{'id':9950,'name':'thriller'},{'id':10683,'name':'coming of age'},{'id':10776,'name':'marijuana'},{'id':11221,'name':'blood'},{'id':14632,'name':'suburb'},{'id':14751,'name':'youth'},{'id':14964,'name':'drugs'},{'id':18098,'name':'samurai sword'},{'id':33720,'name':'guilt'},{'id':41368,'name':'former best friend'},{'id':207317,'name':'christmas'},{'id':210608,'name':'1990s'},{'id':221204,'name':'accidental killing'}]" +426410,"[{'id':1233,'name':'composer'},{'id':1388,'name':'cinema'},{'id':3537,'name':'orchestra'},{'id':6027,'name':'music'},{'id':12396,'name':'hollywood'},{'id':186125,'name':'film score'},{'id':220378,'name':'film production'}]" +401123,"[{'id':282,'name':'video game'},{'id':1419,'name':'gun'},{'id':9725,'name':'sword fight'},{'id':10410,'name':'conspiracy'},{'id':10439,'name':'gamer'},{'id':14955,'name':'fighting'}]" +257785,"[{'id':818,'name':'based on novel or book'},{'id':15060,'name':'period drama'},{'id':207941,'name':'17th century'}]" +395814,"[{'id':1992,'name':'professor'},{'id':4129,'name':'widow'}]" +399170,"[{'id':10051,'name':'heist'},{'id':14725,'name':'racecar driver'},{'id':161630,'name':'nascar'}]" +79716,[] +203835,"[{'id':194834,'name':'amityville horror'}]" +11318,"[{'id':2011,'name':'queen'},{'id':4152,'name':'kingdom'},{'id':5565,'name':'biography'},{'id':6259,'name':'psychopath'},{'id':8250,'name':'victorian england'},{'id':9672,'name':'based on a true story'}]" +41003,"[{'id':818,'name':'based on novel or book'},{'id':828,'name':'waitress'},{'id':2983,'name':'passion'},{'id':9673,'name':'love'},{'id':157799,'name':'older woman younger man relationship'},{'id':168750,'name':'advertising executive'}]" +67642,[] +390043,"[{'id':279,'name':'usa'},{'id':782,'name':'assassin'},{'id':2708,'name':'hitman'},{'id':3088,'name':'bodyguard'},{'id':6148,'name':'court'},{'id':9935,'name':'travel'},{'id':10562,'name':'on the run'},{'id':15009,'name':'criminal'},{'id':15127,'name':'killer'},{'id':33519,'name':'courtroom'},{'id':165301,'name':'opposites attract'},{'id':167541,'name':'buddy comedy'},{'id':193415,'name':'testify'}]" +339964,"[{'id':1370,'name':'shapeshifting'},{'id':2964,'name':'future'},{'id':3469,'name':'utopia'},{'id':3801,'name':'space travel'},{'id':8747,'name':'diversity'},{'id':9717,'name':'based on comic'},{'id':9951,'name':'alien'},{'id':10158,'name':'alien planet'},{'id':10591,'name':'energy'},{'id':12553,'name':'alien abduction'},{'id':14900,'name':'genocide'},{'id':33465,'name':'parallel world'},{'id':41282,'name':'political intrigue '},{'id':41364,'name':'pacifist'},{'id':161176,'name':'space opera'},{'id':162365,'name':'military'},{'id':163049,'name':'government agent'},{'id':181118,'name':'marketplace'},{'id':191586,'name':'trapped in space'},{'id':208644,'name':'federal government'},{'id':208693,'name':'unity'},{'id':236897,'name':'cosmopolis'}]" +21588,"[{'id':6255,'name':'insanity'},{'id':10327,'name':'undead'},{'id':11187,'name':'grim reaper'},{'id':12377,'name':'zombie'},{'id':162810,'name':'macabre'},{'id':207769,'name':'grotesque'}]" +408266,"[{'id':780,'name':'kung fu'},{'id':5565,'name':'biography'}]" +12623,"[{'id':1417,'name':'jurors'},{'id':6086,'name':'government'},{'id':6145,'name':'right and justice'},{'id':10909,'name':'lawyer'},{'id':33519,'name':'courtroom'}]" +426238,"[{'id':237,'name':'gay'},{'id':10180,'name':'homosexuality'},{'id':10235,'name':'family relationships'},{'id':13059,'name':'prostitution'},{'id':14964,'name':'drugs'},{'id':154937,'name':'bisexual'},{'id':187056,'name':'woman director'},{'id':251889,'name':'comming out'}]" +41357,"[{'id':572,'name':'sex'},{'id':965,'name':'age difference'},{'id':966,'name':'beach'},{'id':1523,'name':'obsession'},{'id':1956,'name':'world war ii'},{'id':2039,'name':'sexual frustration'},{'id':2041,'name':'island'},{'id':5789,'name':'sand'},{'id':10683,'name':'coming of age'},{'id':13130,'name':'teenager'},{'id':14714,'name':'summer vacation'},{'id':34145,'name':'beach house'},{'id':157303,'name':'first love'},{'id':157799,'name':'older woman younger man relationship'},{'id':162804,'name':'sexual awakening'},{'id':207883,'name':'1940s'},{'id':210459,'name':'summer cottage'},{'id':212820,'name':'soldier's wife'}]" +426256,[] +373476,"[{'id':2547,'name':'new identity'}]" +409617,"[{'id':570,'name':'rape'},{'id':613,'name':'new year's eve'},{'id':697,'name':'loss of loved one'},{'id':1009,'name':'baby'},{'id':1459,'name':'marriage proposal'},{'id':1890,'name':'camping'},{'id':3094,'name':'australian'},{'id':4931,'name':'pig'},{'id':6149,'name':'police'},{'id':9826,'name':'murder'},{'id':9844,'name':'car crash'},{'id':9856,'name':'flashback'},{'id':10714,'name':'serial killer'},{'id':12339,'name':'slasher'},{'id':13005,'name':'doctor'},{'id':15162,'name':'dog'},{'id':15462,'name':'flat tire'},{'id':215415,'name':'australian bush'}]" +418235,"[{'id':187,'name':'islam'},{'id':515,'name':'women'},{'id':572,'name':'sex'},{'id':738,'name':'sexuality'},{'id':789,'name':'muslim'},{'id':1415,'name':'small town'},{'id':6337,'name':'patriarchy'},{'id':11004,'name':'rural setting'},{'id':11514,'name':'social satire'},{'id':14636,'name':'india'},{'id':33451,'name':'masturbation'},{'id':196110,'name':'social drama'}]" +369300,"[{'id':212,'name':'london'},{'id':295,'name':'library'},{'id':718,'name':'confession'},{'id':770,'name':'scotland yard'},{'id':3096,'name':'book'},{'id':3437,'name':'death sentence'},{'id':5340,'name':'investigation'},{'id':9826,'name':'murder'},{'id':9856,'name':'flashback'},{'id':10714,'name':'serial killer'},{'id':11038,'name':'trial'},{'id':11221,'name':'blood'},{'id':33407,'name':'hanging'},{'id':33519,'name':'courtroom'},{'id':174539,'name':'police inspector'},{'id':175233,'name':'razor blade'},{'id':198181,'name':'golem'},{'id':211262,'name':'limehouse'}]" +32054,"[{'id':212,'name':'london'},{'id':9672,'name':'based on a true story'},{'id':11159,'name':'wartime'},{'id':196546,'name':'homefront'},{'id':207883,'name':'1940s'},{'id':227169,'name':'bomb shelter'},{'id':241982,'name':'children in wartime'}]" +483205,[] +443055,[] +399218,[] +375098,"[{'id':236,'name':'suicide'},{'id':380,'name':'sibling relationship'},{'id':428,'name':'nurse'},{'id':2136,'name':'television'},{'id':3489,'name':'job interview'},{'id':10756,'name':'janitor'},{'id':196003,'name':'tv host'},{'id':203286,'name':'network'}]" +340270,"[{'id':9673,'name':'love'},{'id':172656,'name':'child cancer'},{'id':182250,'name':'personal growth'},{'id':215258,'name':'healing gift'}]" +458836,[] +430682,[] +335777,"[{'id':990,'name':'squirrel'},{'id':11477,'name':'anthropomorphism'}]" +403431,"[{'id':4328,'name':'costume'},{'id':9713,'name':'friends'}]" +395834,"[{'id':279,'name':'usa'},{'id':570,'name':'rape'},{'id':1262,'name':'mountain'},{'id':1419,'name':'gun'},{'id':1812,'name':'fbi'},{'id':5340,'name':'investigation'},{'id':5774,'name':'forest'},{'id':9826,'name':'murder'},{'id':10322,'name':'native american'},{'id':10950,'name':'shootout'},{'id':13094,'name':'photograph'},{'id':14819,'name':'violence'},{'id':155805,'name':'native american reservation'},{'id':158071,'name':'binoculars'},{'id':207771,'name':'snowmobile'}]" +341013,"[{'id':74,'name':'germany'},{'id':220,'name':'berlin germany'},{'id':470,'name':'spy'},{'id':1295,'name':'europe'},{'id':1568,'name':'undercover'},{'id':2106,'name':'cold war'},{'id':3637,'name':'double agent'},{'id':4654,'name':'undercover agent'},{'id':7281,'name':'shooting'},{'id':9717,'name':'based on comic'},{'id':9826,'name':'murder'},{'id':14555,'name':'mi6'},{'id':161982,'name':'murder investigation'}]" +38939,"[{'id':1991,'name':'santa claus'},{'id':4896,'name':'wish'},{'id':4978,'name':'immortality'},{'id':6152,'name':'supernatural'},{'id':9706,'name':'anthology'},{'id':41316,'name':'pet dog'},{'id':156081,'name':'tomb'},{'id':156104,'name':'stranger'},{'id':163841,'name':'booby trap'},{'id':175360,'name':'crypt keeper'},{'id':175376,'name':'jingle bells'},{'id':175387,'name':'communicating with the dead'},{'id':207317,'name':'christmas'},{'id':224818,'name':'old-age home'}]" +23101,"[{'id':818,'name':'based on novel or book'},{'id':974,'name':'bank'},{'id':18047,'name':'anger'},{'id':162846,'name':'ghost'},{'id':207819,'name':'accident'}]" +1162,"[{'id':1741,'name':'blindness and impaired vision'},{'id':2470,'name':'education'},{'id':5565,'name':'biography'},{'id':6165,'name':'historical figure'},{'id':10508,'name':'teacher'},{'id':18015,'name':'tutor'},{'id':46959,'name':'tantrum'},{'id':163865,'name':'railway station'},{'id':198914,'name':'institution'},{'id':207928,'name':'19th century'},{'id':212739,'name':'struggle'}]" +27646,"[{'id':3335,'name':'halloween'},{'id':9694,'name':'halloween party'},{'id':15001,'name':'demon'},{'id':155750,'name':'fakes death'}]" +416160,"[{'id':236,'name':'suicide'},{'id':642,'name':'robbery'},{'id':974,'name':'bank'},{'id':2492,'name':'bank robber'},{'id':6152,'name':'supernatural'},{'id':10224,'name':'haunting'},{'id':15363,'name':'bank robbery'},{'id':155445,'name':'bank vault'},{'id':162846,'name':'ghost'}]" +113843,"[{'id':166490,'name':'troubled marriage'}]" +371741,"[{'id':191100,'name':'romantic drama'}]" +104205,[] +61653,"[{'id':387,'name':'california'},{'id':549,'name':'prostitute'},{'id':1721,'name':'fight'},{'id':6149,'name':'police'},{'id':9673,'name':'love'},{'id':10183,'name':'independent film'},{'id':163726,'name':'hitchhiking'}]" +479475,"[{'id':952,'name':'lightning'},{'id':2213,'name':'tornado'},{'id':2214,'name':'twister'},{'id':3347,'name':'volcano'},{'id':3521,'name':'earthquake'},{'id':5096,'name':'natural disaster'},{'id':6941,'name':'tsunami'},{'id':10617,'name':'disaster'},{'id':163398,'name':'volcanic eruption'},{'id':181012,'name':'tidal wave'},{'id':189411,'name':'disaster movie'},{'id':215219,'name':'dark matter'}]" +336000,"[{'id':10041,'name':'dysfunctional family'},{'id':14641,'name':'based on memoir or autobiography'},{'id':240303,'name':'father daughter relationship'}]" +390062,"[{'id':818,'name':'based on novel or book'},{'id':1261,'name':'river'},{'id':3228,'name':'bolivia'},{'id':3298,'name':'hallucination'},{'id':5774,'name':'forest'},{'id':5968,'name':'amazon'},{'id':6511,'name':'alone'},{'id':9672,'name':'based on a true story'},{'id':10349,'name':'survival'},{'id':10787,'name':'jungle'},{'id':14620,'name':'raft'},{'id':14964,'name':'drugs'},{'id':18266,'name':'south america'},{'id':166103,'name':'amazon rainforest'},{'id':180550,'name':'rainforest'}]" +411741,"[{'id':387,'name':'california'},{'id':515,'name':'women'},{'id':1252,'name':'suicide attempt'},{'id':1523,'name':'obsession'},{'id':9717,'name':'based on comic'},{'id':18062,'name':'obsessed fan'},{'id':41329,'name':'mental illness'},{'id':176834,'name':'social media'},{'id':231642,'name':'personality disorder'},{'id':232829,'name':'instagram'},{'id':239188,'name':'hashtag'},{'id':239189,'name':'dependent personality disorder'},{'id':245484,'name':'joshua tree'}]" +260514,"[{'id':1482,'name':'trainer'},{'id':9663,'name':'sequel'},{'id':9935,'name':'travel'},{'id':10039,'name':'racing'},{'id':10987,'name':'cgi'},{'id':11477,'name':'anthropomorphism'},{'id':159450,'name':'high tech'},{'id':231078,'name':'cars'}]" +444193,"[{'id':15001,'name':'demon'},{'id':215790,'name':'animatronic'}]" +404733,[] +30069,"[{'id':4735,'name':'pizza'},{'id':6075,'name':'sport'},{'id':8338,'name':'coach'},{'id':9673,'name':'love'},{'id':10456,'name':'athlete'},{'id':10683,'name':'coming of age'},{'id':13029,'name':'brief'}]" +44941,"[{'id':1811,'name':'wine cellar'},{'id':3713,'name':'chase'},{'id':6563,'name':'wine'}]" +38410,"[{'id':2337,'name':'pedophilia'},{'id':2546,'name':'mask'},{'id':3032,'name':'suffering'},{'id':3880,'name':'snuff'},{'id':4426,'name':'sadism'},{'id':10660,'name':'mysterious man'},{'id':10714,'name':'serial killer'},{'id':11800,'name':'mockumentary'},{'id':12400,'name':'brainwashing'},{'id':13006,'name':'torture'},{'id':13125,'name':'sadist'},{'id':14819,'name':'violence'},{'id':14906,'name':'slave'},{'id':15069,'name':'masked man'},{'id':162810,'name':'macabre'},{'id':163053,'name':'found footage'},{'id':173977,'name':'torment'},{'id':175593,'name':'mysterious killer'}]" +52758,"[{'id':9672,'name':'based on a true story'},{'id':156121,'name':'ex-con'},{'id':171989,'name':'wrongful conviction'},{'id':195402,'name':'film noir'},{'id':224411,'name':'on the lam'}]" +11824,"[{'id':1482,'name':'trainer'},{'id':4613,'name':'training'},{'id':6270,'name':'high school'},{'id':12564,'name':'werewolf'},{'id':13130,'name':'teenager'},{'id':33637,'name':'super power'}]" +430354,"[{'id':4278,'name':'invasion'},{'id':41523,'name':'brooklyn, new york city'}]" +25010,"[{'id':155841,'name':'gambler'},{'id':163963,'name':'summer job'},{'id':167510,'name':'beach resort'},{'id':208992,'name':'1960s'}]" +339543,"[{'id':603,'name':'elves'},{'id':157337,'name':'inn'},{'id':207317,'name':'christmas'}]" +474063,"[{'id':15130,'name':'gay marriage'}]" +450932,"[{'id':185406,'name':'sci-fi horror'}]" +382127,"[{'id':515,'name':'women'},{'id':14893,'name':'art'},{'id':33642,'name':'manifesto'},{'id':155649,'name':'arthouse'}]" +359784,"[{'id':1329,'name':'canada'},{'id':5829,'name':'nova scotia canada'},{'id':9840,'name':'romance'},{'id':14893,'name':'art'},{'id':162735,'name':'disability'},{'id':187056,'name':'woman director'}]" +420707,"[{'id':270,'name':'ocean'},{'id':15097,'name':'shark'},{'id':163053,'name':'found footage'}]" +252164,"[{'id':10349,'name':'survival'},{'id':10503,'name':'scuba diving'},{'id':14785,'name':'underwater'}]" +429662,"[{'id':4097,'name':'independence'},{'id':160292,'name':'religious conflict'},{'id':204404,'name':'colonial india'}]" +375183,"[{'id':970,'name':'parent child relationship'},{'id':5905,'name':'father'},{'id':34079,'name':'death'},{'id':158904,'name':'headhunter'}]" +357411,"[{'id':236,'name':'suicide'},{'id':4458,'name':'post-apocalyptic'},{'id':4978,'name':'immortality'}]" +480948,"[{'id':4932,'name':'farm'},{'id':6259,'name':'psychopath'},{'id':13006,'name':'torture'},{'id':14903,'name':'home invasion'},{'id':238744,'name':'folter-thriller'},{'id':238745,'name':'folter'}]" +281338,"[{'id':818,'name':'based on novel or book'},{'id':9663,'name':'sequel'},{'id':11477,'name':'anthropomorphism'},{'id':14759,'name':'ape'}]" +396422,"[{'id':9675,'name':'prequel'},{'id':9707,'name':'evil doll'},{'id':15001,'name':'demon'},{'id':15285,'name':'spin off'},{'id':161261,'name':'demonic possession'},{'id':162846,'name':'ghost'},{'id':252103,'name':'the conjuring universe'}]" +417489,[] +453807,"[{'id':215861,'name':'abandoned mine'}]" +378236,"[{'id':207468,'name':'app'},{'id':229979,'name':'emoji'},{'id':229980,'name':'smartphone'}]" +399256,"[{'id':162846,'name':'ghost'}]" +399372,"[{'id':12339,'name':'slasher'},{'id':178848,'name':'isolated farmhouse'},{'id':208289,'name':'1980s'}]" +339259,"[{'id':441,'name':'assassination'},{'id':818,'name':'based on novel or book'},{'id':1956,'name':'world war ii'},{'id':2652,'name':'nazi'},{'id':226394,'name':'operation anthropoid'}]" +407794,"[{'id':9950,'name':'thriller'}]" +353491,"[{'id':75,'name':'gunslinger'},{'id':818,'name':'based on novel or book'},{'id':7939,'name':'portal'},{'id':9678,'name':'mind control'},{'id':213756,'name':'another world'},{'id':243950,'name':'parallel dimensions'}]" +365805,[] +353440,"[{'id':6562,'name':'celebrity'},{'id':34079,'name':'death'},{'id':216918,'name':'stakes'}]" +444902,"[{'id':4344,'name':'musical'},{'id':9714,'name':'remake'},{'id':187249,'name':'catskills'},{'id':208992,'name':'1960s'},{'id':235620,'name':'re-imagining'}]" +403964,"[{'id':3199,'name':'clown'},{'id':8087,'name':'horror'},{'id':9713,'name':'friends'},{'id':14546,'name':'massacre'},{'id':14828,'name':'city'},{'id':44451,'name':'lost'}]" +367462,"[{'id':9826,'name':'murder'}]" +417870,[] +411873,"[{'id':745,'name':'nun'},{'id':964,'name':'servant'},{'id':41406,'name':'middle ages'}]" +347984,"[{'id':212,'name':'london'},{'id':18233,'name':'hostage situation'},{'id':208289,'name':'1980s'},{'id':251987,'name':'6 days'}]" +315635,"[{'id':242,'name':'new york'},{'id':6270,'name':'high school'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':13130,'name':'teenager'},{'id':161184,'name':'reboot'},{'id':180547,'name':'marvel cinematic universe'}]" +301334,"[{'id':2337,'name':'pedophilia'},{'id':10181,'name':'based on play or musical'},{'id':15295,'name':'confrontation'},{'id':208185,'name':'tween girl'}]" +352372,"[{'id':9712,'name':'possession'},{'id':9826,'name':'murder'},{'id':15001,'name':'demon'},{'id':41410,'name':'madness'},{'id':162846,'name':'ghost'}]" +375867,"[{'id':90,'name':'paris france'},{'id':254,'name':'france'},{'id':9673,'name':'love'},{'id':9935,'name':'travel'},{'id':162271,'name':'husband'},{'id':187056,'name':'woman director'},{'id':208542,'name':'life'}]" +449700,"[{'id':12616,'name':'dinosaur'},{'id':18035,'name':'family'}]" +428252,"[{'id':5349,'name':'surfing'}]" +457710,"[{'id':270,'name':'ocean'},{'id':2964,'name':'future'},{'id':4267,'name':'warlord'},{'id':4565,'name':'dystopia'},{'id':15097,'name':'shark'}]" +425972,"[{'id':4458,'name':'post-apocalyptic'},{'id':5657,'name':'australia'},{'id':13000,'name':'based on short film'},{'id':187056,'name':'woman director'},{'id':188973,'name':'pandemic'},{'id':209560,'name':'aboriginal'},{'id':240303,'name':'father daughter relationship'}]" +399019,"[{'id':11518,'name':'sexual tension'},{'id':15060,'name':'period drama'},{'id':160201,'name':'union soldier'},{'id':179585,'name':'american civil war'},{'id':187056,'name':'woman director'},{'id':192955,'name':'confederacy'},{'id':197104,'name':'all girls school'}]" +440597,"[{'id':2343,'name':'magic'},{'id':170731,'name':'wish fulfillment'}]" +255714,"[{'id':779,'name':'martial arts'},{'id':782,'name':'assassin'},{'id':1930,'name':'kidnapping'},{'id':3149,'name':'gangster'},{'id':3644,'name':'south africa'},{'id':4339,'name':'johannesburg south africa'},{'id':10053,'name':'sexploitation'},{'id':10601,'name':'blaxploitation'},{'id':13042,'name':'soccer'},{'id':15011,'name':'criminal underworld'},{'id':192345,'name':'soccer team'},{'id':198065,'name':'eyethu cinema'},{'id':198066,'name':'soweto'}]" +386128,[] +356021,"[{'id':1533,'name':'isolation'},{'id':1706,'name':'experiment'},{'id':199274,'name':'arrested'}]" +63861,"[{'id':1196,'name':'florida'},{'id':4595,'name':'u.s. army'},{'id':14783,'name':'false accusations'},{'id':15140,'name':'quicksand'},{'id':156234,'name':'cavalry'}]" +369912,"[{'id':3094,'name':'australian'},{'id':9706,'name':'anthology'},{'id':12377,'name':'zombie'},{'id':187056,'name':'woman director'}]" +295050,"[{'id':2864,'name':'one-night stand'}]" +393345,"[{'id':9663,'name':'sequel'},{'id':11857,'name':'mental institution'},{'id':12339,'name':'slasher'},{'id':190349,'name':'chucky'}]" +345914,"[{'id':585,'name':'casino'},{'id':10226,'name':'neighbor'},{'id':10594,'name':'money'}]" +339403,"[{'id':642,'name':'robbery'},{'id':828,'name':'waitress'},{'id':2076,'name':'atlanta'},{'id':2439,'name':'coffee'},{'id':6027,'name':'music'},{'id':7067,'name':'getaway car'},{'id':9730,'name':'crime boss'},{'id':9840,'name':'romance'},{'id':10051,'name':'heist'},{'id':10283,'name':'tinnitus'},{'id':10562,'name':'on the run'},{'id':10738,'name':'diner'},{'id':10950,'name':'shootout'},{'id':11440,'name':'long take'},{'id':15363,'name':'bank robbery'},{'id':15483,'name':'car chase'},{'id':33885,'name':'car'},{'id':161974,'name':'getaway driver'},{'id':173295,'name':'post office'},{'id':179966,'name':'headphones'},{'id':188953,'name':'sign language'},{'id':196917,'name':'armed robbery'},{'id':227510,'name':'hearing impaired'}]" +272820,"[{'id':534,'name':'mexico'},{'id':7312,'name':'road trip'},{'id':169950,'name':'foreclosure'},{'id':227474,'name':'estranged daughter'},{'id':231624,'name':'pig farmer'},{'id':231626,'name':'federale'}]" +340487,"[{'id':680,'name':'montana'},{'id':9957,'name':'loneliness'},{'id':10183,'name':'independent film'},{'id':11004,'name':'rural setting'},{'id':34215,'name':'lesbian interest'},{'id':171183,'name':'flirting'},{'id':181145,'name':'woman lawyer'},{'id':187056,'name':'woman director'},{'id':226325,'name':'dysfunctional relationship'},{'id':229299,'name':'affair'}]" +460789,[] +363992,"[{'id':818,'name':'based on novel or book'},{'id':3701,'name':'client'},{'id':5565,'name':'biography'},{'id':11454,'name':'scam'},{'id':159325,'name':'ponzi scheme'},{'id':231791,'name':'madoff'},{'id':235547,'name':'defraud'}]" +363126,"[{'id':220,'name':'berlin germany'},{'id':278,'name':'stockholm syndrome'},{'id':818,'name':'based on novel or book'},{'id':1562,'name':'hostage'},{'id':155814,'name':'photojournalist'},{'id':187056,'name':'woman director'}]" +476841,[] +287982,"[{'id':10183,'name':'independent film'},{'id':11616,'name':'vhs'},{'id':34117,'name':'cult film'}]" +39341,"[{'id':6669,'name':'step father'},{'id':9937,'name':'suspense'},{'id':12564,'name':'werewolf'}]" +430419,"[{'id':1299,'name':'monster'},{'id':4458,'name':'post-apocalyptic'},{'id':156039,'name':'space station'}]" +382614,"[{'id':236,'name':'suicide'},{'id':970,'name':'parent child relationship'},{'id':14768,'name':'single mother'},{'id':33353,'name':'boy genius'},{'id':209144,'name':'seizure'}]" +409164,"[{'id':1003,'name':'photographer'},{'id':1566,'name':'dream'},{'id':2016,'name':'vandalism'},{'id':2546,'name':'mask'},{'id':3307,'name':'surreal'},{'id':3335,'name':'halloween'},{'id':6054,'name':'friendship'},{'id':6733,'name':'bullying'},{'id':9887,'name':'surrealism'},{'id':10937,'name':'memory'},{'id':13073,'name':'fear'},{'id':13130,'name':'teenager'},{'id':34079,'name':'death'},{'id':170344,'name':'imagination'},{'id':189092,'name':'journey'},{'id':210608,'name':'1990s'},{'id':216919,'name':'boys'},{'id':228192,'name':'skater'},{'id':247674,'name':'estranged friend'}]" +13376,"[{'id':65,'name':'holiday'},{'id':4344,'name':'musical'},{'id':4552,'name':'beer'},{'id':6496,'name':'basketball'},{'id':9193,'name':'whiskey'},{'id':11508,'name':'jewish'},{'id':14964,'name':'drugs'},{'id':15016,'name':'twins'},{'id':157690,'name':'mall'},{'id':161919,'name':'adult animation'},{'id':207317,'name':'christmas'},{'id':209321,'name':'hanukkah'}]" +19740,"[{'id':2504,'name':'world war i'},{'id':10237,'name':'aerial combat'},{'id':10238,'name':'red baron'}]" +336890,"[{'id':6483,'name':'ice hockey'}]" +441531,"[{'id':258,'name':'bomb'}]" +316154,"[{'id':259,'name':'amputation'},{'id':1930,'name':'kidnapping'},{'id':4458,'name':'post-apocalyptic'},{'id':4565,'name':'dystopia'},{'id':4849,'name':'exile'},{'id':11494,'name':'drug use'},{'id':14895,'name':'cannibal'},{'id':159028,'name':'cult leader'}]" +188924,"[{'id':2964,'name':'future'},{'id':4368,'name':'nuclear power plant'},{'id':18034,'name':'desert'},{'id':155652,'name':'nuclear'},{'id':208879,'name':'mockbuster'},{'id':234382,'name':'offline'},{'id':234383,'name':'safety inspector'}]" +313943,"[{'id':409,'name':'africa'},{'id':9826,'name':'murder'},{'id':9895,'name':'kenya'},{'id':14909,'name':'alien invasion'},{'id':18034,'name':'desert'}]" +428449,"[{'id':1647,'name':'sadness'},{'id':6095,'name':'house'},{'id':6203,'name':'loss'},{'id':8508,'name':'party'},{'id':9872,'name':'grief'},{'id':10103,'name':'children'},{'id':11011,'name':'morality'},{'id':11440,'name':'long take'},{'id':33496,'name':'construction'},{'id':162846,'name':'ghost'},{'id':207592,'name':'piano'}]" +431259,[] +86822,"[{'id':490,'name':'philosophy'},{'id':34152,'name':'evolution'},{'id':41608,'name':'cosmology'},{'id':156810,'name':'science'}]" +419315,[] +324852,"[{'id':7375,'name':'twin brother'},{'id':9663,'name':'sequel'},{'id':10842,'name':'good vs evil'},{'id':190999,'name':'minions'},{'id':219832,'name':'despicable'}]" +223,"[{'id':660,'name':'monte carlo'},{'id':818,'name':'based on novel or book'},{'id':965,'name':'age difference'},{'id':1328,'name':'secret'},{'id':1523,'name':'obsession'},{'id':3582,'name':'bride'},{'id':8079,'name':'cornwall england'},{'id':9673,'name':'love'},{'id':9937,'name':'suspense'},{'id':11004,'name':'rural setting'},{'id':14769,'name':'devotion'},{'id':17997,'name':'housekeeper'},{'id':34079,'name':'death'},{'id':155881,'name':'estate'},{'id':188990,'name':'costume party'},{'id':195402,'name':'film noir'},{'id':228602,'name':'second wife'}]" +32030,"[{'id':74,'name':'germany'},{'id':279,'name':'usa'},{'id':392,'name':'england'},{'id':470,'name':'spy'},{'id':591,'name':'cia'},{'id':1201,'name':'austria'},{'id':1812,'name':'fbi'},{'id':3096,'name':'book'},{'id':3278,'name':'kgb'},{'id':4414,'name':'adventure'},{'id':4948,'name':'retirement'}]" +26371,"[{'id':237,'name':'gay'},{'id':818,'name':'based on novel or book'},{'id':1862,'name':'coming out'},{'id':6731,'name':'british'},{'id':10198,'name':'gay relationship'},{'id':10683,'name':'coming of age'},{'id':34333,'name':'lgbt child'},{'id':158718,'name':'lgbt'},{'id':178329,'name':'best friends in love'}]" +43308,"[{'id':1721,'name':'fight'},{'id':41509,'name':'hate'},{'id':160058,'name':'moonshine'}]" +18775,"[{'id':310,'name':'artificial intelligence'},{'id':312,'name':'man vs machine'},{'id':570,'name':'rape'},{'id':1576,'name':'technology'},{'id':6104,'name':'computer'}]" +399790,"[{'id':1956,'name':'world war ii'},{'id':5565,'name':'biography'},{'id':9156,'name':'d-day'},{'id':207883,'name':'1940s'}]" +269795,"[{'id':2679,'name':'artist'},{'id':9826,'name':'murder'},{'id':10170,'name':'premonition'},{'id':14512,'name':'new york city'},{'id':156905,'name':'grand central station'},{'id':229529,'name':'air traffic controller'}]" +403119,"[{'id':269,'name':'diving'},{'id':380,'name':'sibling relationship'},{'id':2988,'name':'shark attack'},{'id':4392,'name':'cage'},{'id':15097,'name':'shark'},{'id':185477,'name':'trapped underwater '}]" +335988,"[{'id':10466,'name':'knight'},{'id':10542,'name':'based on toy'},{'id':10607,'name':'transformers'}]" +350616,[] +284995,[] +427648,"[{'id':3434,'name':'thailand'}]" +460790,"[{'id':839,'name':'mars'},{'id':1826,'name':'space marine'},{'id':210024,'name':'anime'}]" +166426,"[{'id':658,'name':'sea'},{'id':3799,'name':'ship'},{'id':9663,'name':'sequel'},{'id':9854,'name':'artifact'},{'id':11088,'name':'treasure map'},{'id':12988,'name':'pirate'},{'id':15060,'name':'period drama'},{'id':15149,'name':'monkey'},{'id':157186,'name':'swashbuckler'},{'id':162846,'name':'ghost'},{'id':167861,'name':'caribbean'},{'id':238247,'name':'trident'}]" +14755,[] +11060,"[{'id':1998,'name':'shop'},{'id':4654,'name':'undercover agent'},{'id':6523,'name':'illegality'},{'id':11730,'name':'internal affairs'}]" +15582,"[{'id':12564,'name':'werewolf'},{'id':13130,'name':'teenager'}]" +425751,"[{'id':3485,'name':'comedian'},{'id':10163,'name':'cancer'},{'id':10776,'name':'marijuana'},{'id':14669,'name':'older man younger woman relationship'},{'id':14964,'name':'drugs'},{'id':33731,'name':'stand-up comedian'},{'id':33928,'name':'audition'},{'id':155507,'name':'aging actor'},{'id':184430,'name':'divorced man'},{'id':184432,'name':'divorced father'},{'id':191741,'name':'award'},{'id':207716,'name':'actor'},{'id':227474,'name':'estranged daughter'}]" +13105,"[{'id':3451,'name':'housewife'},{'id':8438,'name':'job'}]" +12628,"[{'id':1812,'name':'fbi'},{'id':2987,'name':'gang war'},{'id':3262,'name':'surgeon'},{'id':9767,'name':'beautiful woman'},{'id':12670,'name':'los angeles'},{'id':14964,'name':'drugs'},{'id':18179,'name':'drug addict'}]" +357851,[] +409297,"[{'id':290,'name':'angel'},{'id':697,'name':'loss of loved one'},{'id':4252,'name':'black magic'},{'id':4720,'name':'ritual'},{'id':6152,'name':'supernatural'},{'id':12545,'name':'mansion'},{'id':15001,'name':'demon'},{'id':156174,'name':'occult'},{'id':162846,'name':'ghost'},{'id':172658,'name':'isolated house'},{'id':238533,'name':'summoning spell'}]" +444315,"[{'id':13042,'name':'soccer'}]" +410554,"[{'id':9950,'name':'thriller'},{'id':15363,'name':'bank robbery'}]" +426230,"[{'id':5625,'name':'relationship problems'},{'id':6027,'name':'music'},{'id':6040,'name':'group'},{'id':10183,'name':'independent film'},{'id':10226,'name':'neighbor'}]" +393561,"[{'id':2884,'name':'asylum'},{'id':3635,'name':'national security agency (nsa)'},{'id':33646,'name':'information leak'},{'id':239687,'name':'fake news'}]" +432787,"[{'id':187056,'name':'woman director'}]" +268531,"[{'id':3508,'name':'underwear'},{'id':10873,'name':'school'},{'id':12974,'name':'principal'},{'id':160247,'name':'grade school'}]" +291276,"[{'id':591,'name':'cia'},{'id':11131,'name':'biohazard'},{'id':190904,'name':'mi5'},{'id':225136,'name':'bio terrorism'},{'id':232488,'name':'terrorism threat'}]" +333384,"[{'id':2679,'name':'artist'},{'id':5301,'name':'brother'},{'id':8406,'name':'street artist'},{'id':10211,'name':'east los angeles'},{'id':12670,'name':'los angeles'},{'id':33885,'name':'car'},{'id':156121,'name':'ex-con'},{'id':157913,'name':'young'},{'id':206319,'name':'lowrider'},{'id':210520,'name':'car culture'}]" +86214,"[{'id':3633,'name':'dracula'}]" +94393,"[{'id':1445,'name':'ice'},{'id':3193,'name':'harpoon'},{'id':3355,'name':'inuit'},{'id':6678,'name':'polar bear'},{'id':7240,'name':'walrus'},{'id':8721,'name':'arctic'},{'id':10794,'name':'snow'},{'id':158063,'name':'seal'},{'id':238570,'name':'eskimo'}]" +18943,"[{'id':378,'name':'prison'},{'id':6335,'name':'tennessee'},{'id':10756,'name':'janitor'},{'id':11263,'name':'electric chair'},{'id':15363,'name':'bank robbery'},{'id':157987,'name':'animal actor'},{'id':160364,'name':'impersonation'},{'id':161891,'name':'doppelgänger'},{'id':191047,'name':'prison break'},{'id':210934,'name':'magnetism'}]" +32685,"[{'id':2005,'name':'tree house'},{'id':5900,'name':'missouri'},{'id':10171,'name':'ernest p. worrell'},{'id':11173,'name':'troll'},{'id':156075,'name':'evil'},{'id':229635,'name':'briarville missouri'}]" +424488,"[{'id':2526,'name':'human animal relationship'},{'id':5565,'name':'biography'},{'id':11024,'name':'female soldier'},{'id':15087,'name':'iraq war'},{'id':15162,'name':'dog'},{'id':18165,'name':'animal'},{'id':158780,'name':'u.s. marine'},{'id':179062,'name':'purple heart'},{'id':182223,'name':'iraq veteran'},{'id':187056,'name':'woman director'},{'id':192536,'name':'war dog'}]" +402529,"[{'id':4562,'name':'rapper'},{'id':5565,'name':'biography'},{'id':207716,'name':'actor'},{'id':240770,'name':'tupac shakur'}]" +353452,[] +10604,"[{'id':246,'name':'dancing'},{'id':818,'name':'based on novel or book'},{'id':1200,'name':'greece'},{'id':1691,'name':'dance'},{'id':2365,'name':'crete'},{'id':4129,'name':'widow'},{'id':5331,'name':'village'},{'id':6054,'name':'friendship'},{'id':8011,'name':'greek'},{'id':10818,'name':'author'},{'id':41592,'name':'monastery'},{'id':219988,'name':'riding a donkey'}]" +355277,"[{'id':478,'name':'china'},{'id':18165,'name':'animal'},{'id':18330,'name':'nature'}]" +400649,[] +293768,"[{'id':456,'name':'mother'},{'id':641,'name':'single parent'},{'id':828,'name':'waitress'},{'id':970,'name':'parent child relationship'},{'id':1930,'name':'kidnapping'},{'id':2660,'name':'strong woman'},{'id':3134,'name':'louisiana'},{'id':3713,'name':'chase'},{'id':6149,'name':'police'},{'id':9693,'name':'female killer'},{'id':9844,'name':'car crash'},{'id':11322,'name':'female protagonist'},{'id':11537,'name':'woman with gun'},{'id':13063,'name':'car accident'},{'id':14537,'name':'woman power'},{'id':14768,'name':'single mother'},{'id':14798,'name':'park'},{'id':15483,'name':'car chase'},{'id':170865,'name':'child kidnapping'},{'id':207999,'name':'determination'},{'id':235261,'name':'abduction'},{'id':235380,'name':'minivan'},{'id':238813,'name':'determined mother'}]" +416477,"[{'id':520,'name':'chicago'},{'id':732,'name':'coma'},{'id':2356,'name':'immigrant'},{'id':2692,'name':'arranged marriage'},{'id':3485,'name':'comedian'},{'id':9672,'name':'based on a true story'},{'id':10235,'name':'family relationships'},{'id':10428,'name':'cultural difference'},{'id':11513,'name':'cheating husband'},{'id':11612,'name':'hospital'},{'id':14512,'name':'new york city'},{'id':18035,'name':'family'},{'id':33731,'name':'stand-up comedian'},{'id':40895,'name':'illness'}]" +438970,"[{'id':843,'name':'cataclysm'},{'id':2213,'name':'tornado'},{'id':2988,'name':'shark attack'},{'id':4379,'name':'time travel'},{'id':9663,'name':'sequel'},{'id':11931,'name':'spoof'},{'id':12394,'name':'chainsaw'},{'id':15097,'name':'shark'},{'id':210710,'name':'absurdist'}]" +408355,"[{'id':603,'name':'elves'},{'id':170362,'name':'fantasy world'},{'id':231403,'name':'elf'}]" +21332,[] +28145,"[{'id':246,'name':'dancing'},{'id':5571,'name':'great depression'},{'id':200658,'name':'marathon dance contest'},{'id':209342,'name':'ballroom'},{'id':216966,'name':'santa monica california'}]" +448449,"[{'id':3658,'name':'career'},{'id':5565,'name':'biography'},{'id':6782,'name':'addiction'},{'id':14964,'name':'drugs'},{'id':18035,'name':'family'}]" +297762,"[{'id':849,'name':'dc comics'},{'id':1701,'name':'hero'},{'id':2036,'name':'greek mythology'},{'id':2041,'name':'island'},{'id':2383,'name':'feminism'},{'id':2386,'name':'empowerment'},{'id':2504,'name':'world war i'},{'id':2660,'name':'strong woman'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':10843,'name':'superheroine'},{'id':11322,'name':'female protagonist'},{'id':14537,'name':'woman power'},{'id':15060,'name':'period drama'},{'id':33637,'name':'super power'},{'id':156525,'name':'heroine'},{'id':187056,'name':'woman director'},{'id':191731,'name':'female empowerment'},{'id':210184,'name':'1910s'},{'id':229266,'name':'dc extended universe'}]" +42988,"[{'id':6127,'name':'securities, stocks and bonds '},{'id':9840,'name':'romance'},{'id':12541,'name':'misunderstanding'},{'id':249260,'name':'flim-flam'}]" +150043,[] +31980,"[{'id':1809,'name':'rio de janeiro'},{'id':167043,'name':'road movie'}]" +408648,"[{'id':849,'name':'dc comics'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'}]" +381518,"[{'id':1735,'name':'amateur detective'},{'id':13112,'name':'murderer'},{'id':155507,'name':'aging actor'},{'id':158927,'name':'police investigation'},{'id':209979,'name':'isle of man'},{'id':222760,'name':'crime spoof'},{'id':235316,'name':'failed actor'}]" +418078,"[{'id':657,'name':'fire'},{'id':1541,'name':'nihilism'},{'id':1849,'name':'homicide'},{'id':2340,'name':'paranoia'},{'id':3030,'name':'nightmare'},{'id':3255,'name':'door'},{'id':3762,'name':'darkness'},{'id':4458,'name':'post-apocalyptic'},{'id':5774,'name':'forest'},{'id':13073,'name':'fear'},{'id':14819,'name':'violence'},{'id':15162,'name':'dog'},{'id':41410,'name':'madness'},{'id':172492,'name':'minimal cast'},{'id':188973,'name':'pandemic'},{'id':207419,'name':'infected'},{'id':208304,'name':'cremation'},{'id':215015,'name':'hopelessness'},{'id':237632,'name':'malevolence'}]" +345692,[] +354282,"[{'id':9882,'name':'space'},{'id':12337,'name':'colonisation'},{'id':234250,'name':'creatures'}]" +473165,"[{'id':6154,'name':'hell'}]" +282035,"[{'id':1299,'name':'monster'},{'id':2904,'name':'mummy'},{'id':6152,'name':'supernatural'},{'id':8087,'name':'horror'},{'id':9714,'name':'remake'},{'id':156081,'name':'tomb'}]" +472726,[] +414455,[] +397422,"[{'id':416,'name':'miami'},{'id':6054,'name':'friendship'},{'id':9713,'name':'friends'},{'id':10123,'name':'dark comedy'},{'id':15111,'name':'drinking'},{'id':164865,'name':'male stripper'},{'id':207819,'name':'accident'},{'id':221475,'name':'bachelorette party'}]" +413998,"[{'id':1792,'name':'cliff'},{'id':3301,'name':'suspicion'},{'id':9673,'name':'love'},{'id':232309,'name':'jewels'}]" +410117,"[{'id':2692,'name':'arranged marriage'},{'id':8250,'name':'victorian england'},{'id':14669,'name':'older man younger woman relationship'},{'id':18300,'name':'english countryside'},{'id':171817,'name':'groom'},{'id':188700,'name':'black maid'},{'id':197791,'name':'remote farm'},{'id':207928,'name':'19th century'},{'id':252875,'name':'daughter–in–law father–in–law relationship'}]" +433630,[] +83857,"[{'id':6293,'name':'telescope'},{'id':10768,'name':'lesbian'}]" +39800,"[{'id':3903,'name':'bar mitvah'},{'id':9663,'name':'sequel'},{'id':10123,'name':'dark comedy'},{'id':10183,'name':'independent film'},{'id':14576,'name':'pedophile'}]" +455551,[] +339846,"[{'id':658,'name':'sea'},{'id':966,'name':'beach'},{'id':2231,'name':'drug dealer'},{'id':3342,'name':'yacht'},{'id':7558,'name':'life-saver'},{'id':10988,'name':'based on tv series'},{'id':160961,'name':'lifeguard'},{'id':185434,'name':'rookie'},{'id':193551,'name':'vigilantism'}]" +123770,"[{'id':2231,'name':'drug dealer'},{'id':156117,'name':'illegal drugs'},{'id':157166,'name':'beretta'},{'id':167580,'name':'kingpin'},{'id':193309,'name':'police shootout'}]" +32042,"[{'id':316,'name':'chess'},{'id':630,'name':'dolphin'},{'id':3546,'name':'florida keys'},{'id':5956,'name':'stuntman'},{'id':9937,'name':'suspense'},{'id':10503,'name':'scuba diving'},{'id':15160,'name':'divorce'},{'id':155790,'name':'private detective'},{'id':184793,'name':'movie set'},{'id':192840,'name':'glass bottom boat'},{'id':197430,'name':'missing daughter'},{'id':207268,'name':'neo-noir'}]" +465171,"[{'id':233981,'name':'formula one'}]" +460846,"[{'id':6490,'name':'shopping mall'},{'id':41180,'name':'security guard'},{'id':212606,'name':'witness elimination'}]" +443109,"[{'id':658,'name':'sea'},{'id':1419,'name':'gun'},{'id':1422,'name':'boat'},{'id':3528,'name':'flooding'},{'id':5096,'name':'natural disaster'},{'id':10150,'name':'end of the world'},{'id':10617,'name':'disaster'},{'id':10765,'name':'gunshot wound'},{'id':10987,'name':'cgi'},{'id':12332,'name':'apocalypse'},{'id':13040,'name':'electrocution'},{'id':14527,'name':'storm'},{'id':14760,'name':'scientist'},{'id':230910,'name':'ark'}]" +33743,"[{'id':1878,'name':'plumber'},{'id':3590,'name':'piano lessons'},{'id':4344,'name':'musical'},{'id':5202,'name':'boy'},{'id':10744,'name':'dr. seuss'},{'id':170344,'name':'imagination'}]" +37954,"[{'id':1495,'name':'fishing'},{'id':5420,'name':'fisherman'},{'id':155797,'name':'hemingway'},{'id':195402,'name':'film noir'}]" +423988,"[{'id':1706,'name':'experiment'},{'id':3203,'name':'pilot'},{'id':8012,'name':'physicist'},{'id':13000,'name':'based on short film'},{'id':33465,'name':'parallel world'},{'id':235456,'name':'unlimited energy'},{'id':235457,'name':'drones'}]" +392818,[] +354285,"[{'id':818,'name':'based on novel or book'},{'id':931,'name':'jealousy'},{'id':3344,'name':'letter'},{'id':9748,'name':'revenge'},{'id':9856,'name':'flashback'},{'id':10937,'name':'memory'}]" +57978,"[{'id':212,'name':'london'},{'id':379,'name':'skinhead'},{'id':380,'name':'sibling relationship'},{'id':11935,'name':'working class'},{'id':154863,'name':'east end'},{'id':164859,'name':'dole'}]" +364733,[] +433356,"[{'id':428,'name':'nurse'},{'id':2504,'name':'world war i'},{'id':9683,'name':'lieutenant'},{'id':214410,'name':'ottoman empire'}]" +11374,"[{'id':3586,'name':'tv station'},{'id':3972,'name':'simulated reality '},{'id':4656,'name':'tv star'},{'id':7271,'name':'tv ratings'}]" +283995,"[{'id':9663,'name':'sequel'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':9789,'name':'misfit'},{'id':9882,'name':'space'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'},{'id':180547,'name':'marvel cinematic universe'}]" +4927,"[{'id':237,'name':'gay'},{'id':2494,'name':'ohio'},{'id':10180,'name':'homosexuality'},{'id':10183,'name':'independent film'},{'id':10683,'name':'coming of age'},{'id':13088,'name':'summer'},{'id':155582,'name':'amusement park'},{'id':158718,'name':'lgbt'},{'id':163037,'name':'lgbt teen'},{'id':185018,'name':'autobiographical'},{'id':208289,'name':'1980s'}]" +388440,"[{'id':6152,'name':'supernatural'},{'id':7430,'name':'sleeping beauty'},{'id':10541,'name':'curse'},{'id':10911,'name':'inheritance'},{'id':190821,'name':'family curse'},{'id':199322,'name':'recurring dream'}]" +464867,"[{'id':1956,'name':'world war ii'},{'id':2652,'name':'nazi'},{'id':13065,'name':'soldier'},{'id':14643,'name':'battle'},{'id':14760,'name':'scientist'}]" +13554,"[{'id':1480,'name':'baseball'},{'id':6075,'name':'sport'},{'id':6165,'name':'historical figure'}]" +315011,"[{'id':1299,'name':'monster'},{'id':11100,'name':'giant monster'},{'id':12369,'name':'tokyo japan'},{'id':14796,'name':'destruction'},{'id':161791,'name':'kaiju'}]" +433829,"[{'id':3070,'name':'mercenary'},{'id':9951,'name':'alien'},{'id':10216,'name':'outcast'},{'id':14544,'name':'robot'},{'id':34046,'name':'rocket ship'},{'id':195446,'name':'sword and planet'},{'id':234246,'name':'cryogenic chamber'},{'id':234248,'name':'rayguns'},{'id':234250,'name':'creatures'},{'id':234251,'name':'marauders'},{'id':234254,'name':'cybernetically enhanced'}]" +346558,"[{'id':417,'name':'corruption'},{'id':596,'name':'adultery'},{'id':2095,'name':'anti hero'},{'id':3182,'name':'seduction'},{'id':3720,'name':'power'},{'id':5332,'name':'greed'},{'id':5628,'name':'broker'},{'id':9016,'name':'femme fatale'},{'id':9826,'name':'murder'},{'id':10332,'name':'salesman'},{'id':10594,'name':'money'},{'id':11436,'name':'redemption'},{'id':12545,'name':'mansion'},{'id':12670,'name':'los angeles'},{'id':18326,'name':'fired from the job'},{'id':158142,'name':'real estate agent'},{'id':196993,'name':'real estate deal'},{'id':229766,'name':'illegal activity'},{'id':233831,'name':'financial crash'}]" +405775,"[{'id':720,'name':'helicopter'},{'id':1589,'name':'sniper'},{'id':5939,'name':'iraq'},{'id':9826,'name':'murder'},{'id':13065,'name':'soldier'},{'id':15087,'name':'iraq war'},{'id':18029,'name':'trapped'},{'id':18034,'name':'desert'}]" +339987,"[{'id':470,'name':'spy'},{'id':818,'name':'based on novel or book'},{'id':836,'name':'resistance'},{'id':1881,'name':'dutch'},{'id':2349,'name':'german'},{'id':2504,'name':'world war i'},{'id':2652,'name':'nazi'},{'id':5340,'name':'investigation'},{'id':9673,'name':'love'},{'id':10365,'name':'holland'},{'id':11508,'name':'jewish'}]" +424998,"[{'id':186,'name':'christianity'},{'id':818,'name':'based on novel or book'},{'id':3012,'name':'court case'},{'id':8778,'name':'atheist'},{'id':9672,'name':'based on a true story'},{'id':11001,'name':'religion'},{'id':11038,'name':'trial'}]" +425134,"[{'id':3569,'name':'latin'},{'id':4320,'name':'lover'},{'id':4995,'name':'aging'},{'id':230478,'name':'dumped'}]" +373546,"[{'id':4614,'name':'heavy weight'},{'id':5565,'name':'biography'},{'id':209476,'name':'boxing'}]" +126889,"[{'id':803,'name':'android'},{'id':1612,'name':'spacecraft'},{'id':1706,'name':'experiment'},{'id':3801,'name':'space travel'},{'id':4862,'name':'alien life-form'},{'id':4884,'name':'infection'},{'id':5698,'name':'egg'},{'id':5721,'name':'engineer'},{'id':9663,'name':'sequel'},{'id':9882,'name':'space'},{'id':9951,'name':'alien'},{'id':10292,'name':'gore'},{'id':14544,'name':'robot'},{'id':14760,'name':'scientist'},{'id':14900,'name':'genocide'},{'id':163402,'name':'creation'},{'id':208580,'name':'acid'},{'id':226177,'name':'xenomorph'},{'id':231277,'name':'alien technology'},{'id':233300,'name':'genetic mutation'}]" +348893,"[{'id':378,'name':'prison'},{'id':4183,'name':'wife'},{'id':6075,'name':'sport'},{'id':14540,'name':'accidental death'},{'id':14955,'name':'fighting'}]" +373569,"[{'id':970,'name':'parent child relationship'},{'id':1336,'name':'ransom'},{'id':1930,'name':'kidnapping'},{'id':5159,'name':'tourist'},{'id':6876,'name':'vacation'},{'id':189208,'name':'ecuador'}]" +401546,[] +339692,"[{'id':331,'name':'tattoo'},{'id':378,'name':'prison'},{'id':387,'name':'california'},{'id':1333,'name':'desperation'},{'id':7281,'name':'shooting'},{'id':9826,'name':'murder'},{'id':10176,'name':'gun battle'},{'id':10726,'name':'gang'},{'id':11199,'name':'undercover cop'},{'id':14819,'name':'violence'},{'id':14964,'name':'drugs'},{'id':15009,'name':'criminal'},{'id':156219,'name':'prison riot'},{'id':160236,'name':'driving drunk'},{'id':161194,'name':'estranged father'},{'id':184951,'name':'gun runner'},{'id':206947,'name':'probation officer'},{'id':207935,'name':'manslaughter'},{'id':208983,'name':'probation'}]" +369894,"[{'id':15274,'name':'nervous breakdown'},{'id':155619,'name':'attic'},{'id':187056,'name':'woman director'}]" +274857,"[{'id':1938,'name':'sword'},{'id':10982,'name':'king arthur'},{'id':15060,'name':'period drama'},{'id':209714,'name':'3d'}]" +461054,"[{'id':352,'name':'secret passage'},{'id':12988,'name':'pirate'},{'id':162846,'name':'ghost'},{'id':171964,'name':'secret passageway'},{'id':193728,'name':'hidden loot'},{'id':230768,'name':'scooby doo'}]" +443319,"[{'id':163053,'name':'found footage'}]" +413788,"[{'id':8085,'name':'stockholm'}]" +415633,"[{'id':4720,'name':'ritual'},{'id':12339,'name':'slasher'},{'id':13209,'name':'cabin in the woods'},{'id':15001,'name':'demon'},{'id':34079,'name':'death'}]" +454774,"[{'id':6027,'name':'music'},{'id':9673,'name':'love'},{'id':9840,'name':'romance'},{'id':14888,'name':'burning man'}]" +431392,[] +420260,"[{'id':236,'name':'suicide'},{'id':818,'name':'based on novel or book'},{'id':11336,'name':'young boy'},{'id':162944,'name':'child psychologist'},{'id':187056,'name':'woman director'}]" +339988,"[{'id':1576,'name':'technology'},{'id':5824,'name':'video surveillance'},{'id':6129,'name':'company'},{'id':15009,'name':'criminal'},{'id':229980,'name':'smartphone'}]" +353070,"[{'id':4193,'name':'retiree'},{'id':10938,'name':'old man'},{'id':15363,'name':'bank robbery'},{'id':18115,'name':'retired'},{'id':172971,'name':'elderly'},{'id':191845,'name':'bank heist'}]" +442750,[] +461053,"[{'id':1470,'name':'s.w.a.t.'}]" +356301,"[{'id':1329,'name':'canada'},{'id':7813,'name':'hockey player'},{'id':12425,'name':'racism'},{'id':13130,'name':'teenager'},{'id':207709,'name':'halifax'}]" +336455,"[{'id':5923,'name':'sister'},{'id':6898,'name':'quarantine'},{'id':9744,'name':'outbreak'},{'id':18035,'name':'family'},{'id':188957,'name':'virus'}]" +347882,"[{'id':456,'name':'mother'},{'id':1930,'name':'kidnapping'},{'id':2231,'name':'drug dealer'},{'id':2343,'name':'magic'},{'id':5923,'name':'sister'},{'id':12670,'name':'los angeles'},{'id':14809,'name':'dead mother'},{'id':34079,'name':'death'},{'id':157913,'name':'young'},{'id':165279,'name':'street'}]" +339967,"[{'id':242,'name':'new york'},{'id':1010,'name':'bar'},{'id':1299,'name':'monster'},{'id':1415,'name':'small town'},{'id':4280,'name':'mental breakdown'},{'id':5318,'name':'seoul'},{'id':13031,'name':'creature'},{'id':14549,'name':'loss of job'},{'id':33457,'name':'alcoholic'},{'id':33632,'name':'apartment'},{'id':157701,'name':'psychotic'},{'id':160246,'name':'childhood friends'},{'id':188351,'name':'catastrophe'}]" +50153,"[{'id':388,'name':'scotland'},{'id':9660,'name':'low-budget'},{'id':9951,'name':'alien'},{'id':11034,'name':'b movie'},{'id':14909,'name':'alien invasion'},{'id':17982,'name':'moor'},{'id':207405,'name':'poverty row film'}]" +68684,"[{'id':6270,'name':'high school'},{'id':9826,'name':'murder'},{'id':12339,'name':'slasher'},{'id':12416,'name':'horror spoof'}]" +413762,"[{'id':970,'name':'parent child relationship'},{'id':3528,'name':'flooding'},{'id':10752,'name':'sorrow'},{'id':34079,'name':'death'},{'id':180494,'name':'family farm'},{'id':187056,'name':'woman director'}]" +30141,[] +27225,"[{'id':12396,'name':'hollywood'}]" +334893,"[{'id':155479,'name':'british pub'}]" +368942,"[{'id':1700,'name':'massachusetts'},{'id':5565,'name':'biography'},{'id':5933,'name':'poet'},{'id':158086,'name':'recluse'},{'id':207928,'name':'19th century'}]" +452068,"[{'id':11930,'name':'drone'},{'id':15295,'name':'confrontation'},{'id':235633,'name':'private contractor'},{'id':235634,'name':'covert missions'},{'id':235635,'name':'suburban mediocrity'},{'id':235636,'name':'family life'},{'id':235637,'name':'whistle-blowing site'}]" +418437,"[{'id':5982,'name':'ex husband'},{'id':187056,'name':'woman director'}]" +315837,"[{'id':490,'name':'philosophy'},{'id':679,'name':'cyborg'},{'id':2157,'name':'hacker'},{'id':2660,'name':'strong woman'},{'id':5340,'name':'investigation'},{'id':9937,'name':'suspense'},{'id':11322,'name':'female protagonist'},{'id':12190,'name':'cyberpunk'},{'id':13015,'name':'terrorism'},{'id':34152,'name':'evolution'},{'id':162988,'name':'dystopian future'},{'id':203286,'name':'network'},{'id':209714,'name':'3d'},{'id':222243,'name':'based on anime'},{'id':230593,'name':'inner journey'},{'id':234289,'name':'prosthesis'}]" +400928,"[{'id':977,'name':'cat'},{'id':3192,'name':'intellectually gifted'},{'id':5561,'name':'child prodigy'},{'id':6009,'name':'mathematics'},{'id':10508,'name':'teacher'},{'id':10873,'name':'school'},{'id':168547,'name':'prize'},{'id':178364,'name':'child custody'},{'id':228924,'name':'gifted children'},{'id':234931,'name':'custody hearing'}]" +295693,"[{'id':1009,'name':'baby'},{'id':10235,'name':'family relationships'},{'id':11157,'name':'sibling rivalry'},{'id':174089,'name':'unreliable narrator'},{'id':209714,'name':'3d'},{'id':236355,'name':'baby brother'}]" +59065,"[{'id':697,'name':'loss of loved one'},{'id':5939,'name':'iraq'},{'id':6091,'name':'war'},{'id':41178,'name':'baghdad'},{'id':194435,'name':'special air service'},{'id':204017,'name':'suspicious death'}]" +10163,"[{'id':1566,'name':'dream'},{'id':2552,'name':'chimp'},{'id':2887,'name':'manipulation'},{'id':4003,'name':'botanist'},{'id':4563,'name':'virtual reality'},{'id':11372,'name':'lemonade'},{'id':160097,'name':'intelligent'}]" +331392,"[{'id':933,'name':'michigan'},{'id':4924,'name':'insane asylum'},{'id':10911,'name':'inheritance'},{'id':172592,'name':'death certificate'},{'id':230191,'name':'haunted'}]" +76115,"[{'id':4344,'name':'musical'},{'id':247128,'name':'concert musical'}]" +433621,"[{'id':1930,'name':'kidnapping'},{'id':221204,'name':'accidental killing'}]" +295339,"[{'id':549,'name':'prostitute'},{'id':3358,'name':'haunted house'},{'id':6152,'name':'supernatural'},{'id':8508,'name':'party'},{'id':10541,'name':'curse'},{'id':162846,'name':'ghost'}]" +275269,"[{'id':316,'name':'chess'}]" +354859,"[{'id':128,'name':'love triangle'},{'id':736,'name':'journalist'},{'id':2679,'name':'artist'},{'id':14900,'name':'genocide'},{'id':184996,'name':'armenian genocide'},{'id':187675,'name':'medical student'},{'id':214410,'name':'ottoman empire'}]" +340442,"[{'id':345,'name':'monk'},{'id':14985,'name':'ireland'},{'id':215160,'name':'13th century'}]" +334521,"[{'id':1589,'name':'sniper'},{'id':1680,'name':'boston'},{'id':10726,'name':'gang'},{'id':10950,'name':'shootout'},{'id':157892,'name':'warehouse'},{'id':161240,'name':'sole survivor'}]" +367147,"[{'id':1822,'name':'bath'},{'id':1879,'name':'shower'},{'id':10562,'name':'on the run'},{'id':187056,'name':'woman director'},{'id':208692,'name':'mountain man'},{'id':235593,'name':'authorities'}]" +24248,"[{'id':3571,'name':'crucifixion'},{'id':5565,'name':'biography'},{'id':6917,'name':'epic'},{'id':181213,'name':'sword and sandal'},{'id':211634,'name':'barabbas'}]" +279254,"[{'id':679,'name':'cyborg'},{'id':12190,'name':'cyberpunk'}]" +240341,"[{'id':12190,'name':'cyberpunk'}]" +333354,"[{'id':1930,'name':'kidnapping'},{'id':3345,'name':'bahamas'},{'id':11259,'name':'extortion'},{'id':14724,'name':'family vacation'}]" +437783,[] +6976,"[{'id':616,'name':'witch'},{'id':5301,'name':'brother'}]" +443297,"[{'id':234007,'name':'nave espacial'}]" +293167,"[{'id':422,'name':'vietnam veteran'},{'id':1228,'name':'1970s'},{'id':1299,'name':'monster'},{'id':1963,'name':'expedition'},{'id':2041,'name':'island'},{'id':3888,'name':'giant spider'},{'id':11873,'name':'king kong'},{'id':15285,'name':'spin off'},{'id':33564,'name':'u.s. soldier'},{'id':158252,'name':'giant animal'},{'id':161791,'name':'kaiju'},{'id':179430,'name':'aftercreditsstinger'},{'id':196425,'name':'giant ape'},{'id':224587,'name':'monster island'},{'id':227420,'name':'water buffalo'},{'id':231490,'name':'uncharted'}]" +9699,"[{'id':642,'name':'robbery'},{'id':703,'name':'detective'},{'id':1384,'name':'diamond'},{'id':3800,'name':'airplane'},{'id':5439,'name':'inspector'},{'id':6149,'name':'police'},{'id':18118,'name':'disguise'}]" +440143,"[{'id':3725,'name':'pregnancy'},{'id':4052,'name':'political instability'},{'id':6876,'name':'vacation'},{'id':10793,'name':'resort'}]" +27585,"[{'id':697,'name':'loss of loved one'},{'id':2754,'name':'trauma'},{'id':4290,'name':'toy'},{'id':6038,'name':'marriage'},{'id':9872,'name':'grief'},{'id':10937,'name':'memory'},{'id':12544,'name':'crying'},{'id':15334,'name':'parking lot'},{'id':40952,'name':'therapy'},{'id':40953,'name':'car seat'}]" +31941,"[{'id':422,'name':'vietnam veteran'},{'id':818,'name':'based on novel or book'},{'id':2671,'name':'heroin'},{'id':2956,'name':'vietnam'},{'id':2957,'name':'vietnam war'},{'id':3391,'name':'drug smuggle'},{'id':3713,'name':'chase'},{'id':14658,'name':'drug trade'},{'id':156650,'name':'machine gun'}]" +6081,"[{'id':5439,'name':'inspector'}]" +391709,"[{'id':378,'name':'prison'},{'id':2122,'name':'death penalty'},{'id':7150,'name':'hangman'},{'id':10992,'name':'executioner'}]" +248842,"[{'id':187056,'name':'woman director'}]" +22327,"[{'id':818,'name':'based on novel or book'},{'id':10683,'name':'coming of age'},{'id':179431,'name':'duringcreditsstinger'}]" +16072,"[{'id':6091,'name':'war'},{'id':14643,'name':'battle'},{'id':160201,'name':'union soldier'},{'id':166464,'name':'confederate soldier'},{'id':179585,'name':'american civil war'},{'id':185728,'name':'secession'}]" +10680,"[{'id':3616,'name':'college'},{'id':6075,'name':'sport'},{'id':6278,'name':'scholarship'},{'id':7813,'name':'hockey player'},{'id':7814,'name':'hockey coach'},{'id':18068,'name':'teenage boy'}]" +10671,"[{'id':258,'name':'bomb'},{'id':818,'name':'based on novel or book'},{'id':822,'name':'airport'},{'id':1333,'name':'desperation'},{'id':3373,'name':'snow storm'},{'id':3622,'name':'stowaway'},{'id':3800,'name':'airplane'},{'id':4210,'name':'panic'},{'id':4547,'name':'landing'},{'id':6259,'name':'psychopath'},{'id':9758,'name':'deception'},{'id':33933,'name':'split screen'},{'id':156783,'name':'blizzard'},{'id':189411,'name':'disaster movie'},{'id':190763,'name':'suicide bomber'},{'id':200201,'name':'snowplow'}]" +289222,"[{'id':1739,'name':'holocaust'},{'id':1956,'name':'world war ii'},{'id':2652,'name':'nazi'},{'id':5565,'name':'biography'},{'id':11508,'name':'jewish'},{'id':12971,'name':'zookeeper'},{'id':21747,'name':'poland'}]" +461515,"[{'id':6075,'name':'sport'}]" +345915,"[{'id':279,'name':'usa'},{'id':8233,'name':'cops'},{'id':9727,'name':'thief'},{'id':10726,'name':'gang'},{'id':11168,'name':'private investigator'},{'id':12670,'name':'los angeles'},{'id':15162,'name':'dog'}]" +412520,"[{'id':2334,'name':'nightclub'},{'id':9673,'name':'love'},{'id':13059,'name':'prostitution'}]" +381032,"[{'id':2679,'name':'artist'},{'id':3358,'name':'haunted house'},{'id':4552,'name':'beer'},{'id':6593,'name':'stripper'},{'id':10224,'name':'haunting'},{'id':11826,'name':'cottage'},{'id':159939,'name':'ghost hunter'},{'id':162846,'name':'ghost'}]" +400136,"[{'id':9663,'name':'sequel'},{'id':12102,'name':'resident evil'},{'id':12377,'name':'zombie'},{'id':14819,'name':'violence'},{'id':41645,'name':'based on video game'},{'id':188957,'name':'virus'}]" +314095,"[{'id':818,'name':'based on novel or book'},{'id':1261,'name':'river'},{'id':1585,'name':'snake'},{'id':1963,'name':'expedition'},{'id':2504,'name':'world war i'},{'id':4190,'name':'lost civilisation'},{'id':5565,'name':'biography'},{'id':5968,'name':'amazon'},{'id':10148,'name':'tribe'},{'id':10786,'name':'colonel'},{'id':10787,'name':'jungle'},{'id':18266,'name':'south america'},{'id':157155,'name':'explorer'},{'id':189092,'name':'journey'},{'id':207876,'name':'1920s'},{'id':235651,'name':'mysterious lands'}]" +37264,"[{'id':520,'name':'chicago'},{'id':10920,'name':'radio program'},{'id':178636,'name':'talk radio'}]" +37527,[] +22004,"[{'id':2394,'name':'ghetto'},{'id':2708,'name':'hitman'},{'id':2987,'name':'gang war'},{'id':3149,'name':'gangster'},{'id':6956,'name':'treasure hunt'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':10726,'name':'gang'},{'id':11363,'name':'arson'},{'id':11733,'name':'drug dealing'},{'id':14601,'name':'explosion'},{'id':41352,'name':'drug overdose'},{'id':171043,'name':'st. louis'}]" +222572,"[{'id':2438,'name':'social worker'},{'id':5202,'name':'boy'},{'id':10873,'name':'school'},{'id':11479,'name':'social commentary'},{'id':12425,'name':'racism'},{'id':14857,'name':'juvenile delinquent'},{'id':155419,'name':'shoplifting'},{'id':193237,'name':'child care'}]" +404516,"[{'id':3298,'name':'hallucination'},{'id':6622,'name':'tumor'},{'id':156097,'name':'evil twin'},{'id':157701,'name':'psychotic'},{'id':207819,'name':'accident'},{'id':235758,'name':'black outs'},{'id':235759,'name':'vanishing twin'}]" +413391,[] +337339,"[{'id':339,'name':'submarine'},{'id':9663,'name':'sequel'},{'id':9666,'name':'street race'},{'id':10085,'name':'betrayal'},{'id':10604,'name':'fast cars'},{'id':11107,'name':'rescue mission'},{'id':14512,'name':'new york city'},{'id':18023,'name':'criminal mastermind'},{'id':155755,'name':'mysterious woman'},{'id':209714,'name':'3d'}]" +340101,"[{'id':818,'name':'based on novel or book'},{'id':1956,'name':'world war ii'},{'id':14905,'name':'britain'},{'id':33490,'name':'filmmaking'},{'id':33846,'name':'war propaganda'},{'id':187056,'name':'woman director'},{'id':207883,'name':'1940s'}]" +224946,[] +76812,"[{'id':776,'name':'screenplay'},{'id':1533,'name':'isolation'},{'id':9714,'name':'remake'},{'id':9826,'name':'murder'},{'id':13017,'name':'drifter'},{'id':13028,'name':'writer'},{'id':181602,'name':'renovation'},{'id':222334,'name':'confinement'},{'id':235261,'name':'abduction'}]" +137116,"[{'id':9663,'name':'sequel'},{'id':161155,'name':'kids'}]" +20003,"[{'id':700,'name':'italian american'},{'id':818,'name':'based on novel or book'},{'id':9748,'name':'revenge'},{'id':11157,'name':'sibling rivalry'},{'id':14512,'name':'new york city'},{'id':33421,'name':'crime family'}]" +1937,"[{'id':65,'name':'holiday'},{'id':818,'name':'based on novel or book'},{'id':1808,'name':'lover (female)'},{'id':2853,'name':'mediterranean'},{'id':5600,'name':'daughter'},{'id':9813,'name':'french riviera'},{'id':188344,'name':'riviera'}]" +26286,"[{'id':33505,'name':'gothic'},{'id':156837,'name':'connecticuit'},{'id':241094,'name':'melodrama'},{'id':248334,'name':'land rights'}]" +25234,"[{'id':10292,'name':'gore'},{'id':12339,'name':'slasher'},{'id':15085,'name':'splatter'},{'id':185241,'name':'film editor'}]" +10657,"[{'id':798,'name':'sheriff'},{'id':818,'name':'based on novel or book'},{'id':1415,'name':'small town'},{'id':1942,'name':'strangeness'},{'id':2887,'name':'manipulation'},{'id':4424,'name':'pain'},{'id':4914,'name':'malice'},{'id':9864,'name':'prank'},{'id':14999,'name':'devil'},{'id':33513,'name':'desire'},{'id':156174,'name':'occult'}]" +403570,"[{'id':5657,'name':'australia'},{'id':9675,'name':'prequel'},{'id':15162,'name':'dog'},{'id':193760,'name':'australian outback'},{'id':236104,'name':'australian folklore'}]" +18892,"[{'id':718,'name':'confession'},{'id':931,'name':'jealousy'},{'id':3030,'name':'nightmare'},{'id':3734,'name':'ambition'},{'id':4044,'name':'groupie'},{'id':5248,'name':'female friendship'},{'id':6270,'name':'high school'},{'id':9748,'name':'revenge'},{'id':10266,'name':'prom'},{'id':10877,'name':'dead body'},{'id':13043,'name':'dating'},{'id':15402,'name':'popularity'},{'id':15479,'name':'fashion'},{'id':18001,'name':'rock band'},{'id':34130,'name':'makeover'},{'id':162875,'name':'polaroid camera'},{'id':170418,'name':'public humiliation'},{'id':171556,'name':'social outcast'},{'id':196645,'name':'prank gone wrong'},{'id':197092,'name':'social climbing'},{'id':197094,'name':'back stabbing'},{'id':221204,'name':'accidental killing'}]" +334522,"[{'id':220,'name':'berlin germany'},{'id':818,'name':'based on novel or book'},{'id':1956,'name':'world war ii'},{'id':207883,'name':'1940s'}]" +330947,"[{'id':4528,'name':'song'}]" +305470,"[{'id':1612,'name':'spacecraft'},{'id':10842,'name':'good vs evil'},{'id':10988,'name':'based on tv series'},{'id':12667,'name':'tokusatsu'},{'id':13130,'name':'teenager'},{'id':33637,'name':'super power'},{'id':155030,'name':'superhero team'},{'id':161184,'name':'reboot'},{'id':173577,'name':'ethnic diversity'}]" +13701,"[{'id':1643,'name':'deafness'},{'id':164181,'name':'sister-in-law'},{'id':164186,'name':'character study'},{'id':164193,'name':'uncle nephew relationship'},{'id':164199,'name':'für elise'}]" +376530,"[{'id':5350,'name':'eagle'}]" +417644,"[{'id':6149,'name':'police'},{'id':10988,'name':'based on tv series'},{'id':11734,'name':'police corruption'},{'id':12670,'name':'los angeles'},{'id':167316,'name':'buddy cop'}]" +436932,"[{'id':6075,'name':'sport'},{'id':209476,'name':'boxing'}]" +451644,"[{'id':12554,'name':'dragon'}]" +387,"[{'id':321,'name':'terror'},{'id':339,'name':'submarine'},{'id':818,'name':'based on novel or book'},{'id':1913,'name':'atlantic ocean'},{'id':1915,'name':'gibraltar'},{'id':1956,'name':'world war ii'},{'id':4263,'name':'duty'},{'id':5299,'name':'war correspondent'},{'id':6791,'name':'torpedo'},{'id':15111,'name':'drinking'},{'id':41599,'name':'sailor'},{'id':155499,'name':'convoy'},{'id':156217,'name':'u boat'},{'id':180178,'name':'destroyer'},{'id':200223,'name':'depth charge'},{'id':226473,'name':'comrade'},{'id':226474,'name':'german submarine'},{'id':226475,'name':'naval battle'},{'id':226476,'name':'periscope'},{'id':228491,'name':'suicidal mission'}]" +341006,"[{'id':1419,'name':'gun'},{'id':1438,'name':'office'},{'id':1706,'name':'experiment'},{'id':2148,'name':'colombia'},{'id':3598,'name':'ax'},{'id':3769,'name':'voice'},{'id':6040,'name':'group'},{'id':8636,'name':'blood splatter'},{'id':9826,'name':'murder'},{'id':10123,'name':'dark comedy'},{'id':10292,'name':'gore'},{'id':11221,'name':'blood'},{'id':14638,'name':'american'},{'id':14687,'name':'extreme violence'},{'id':14819,'name':'violence'},{'id':41180,'name':'security guard'},{'id':157470,'name':'meat cleaver'},{'id':186527,'name':'locked in'},{'id':188960,'name':'elevator'},{'id':202703,'name':'deadly'},{'id':220572,'name':'deadly game'}]" +395992,"[{'id':839,'name':'mars'},{'id':4862,'name':'alien life-form'},{'id':9882,'name':'space'},{'id':14626,'name':'astronaut'},{'id':156039,'name':'space station'},{'id':160097,'name':'intelligent'},{'id':191586,'name':'trapped in space'},{'id':194486,'name':'extraterrestrial life'}]" +399231,[] +443700,"[{'id':9937,'name':'suspense'}]" +346681,"[{'id':2487,'name':'naivety'},{'id':2794,'name':'oddball'},{'id':5600,'name':'daughter'},{'id':9789,'name':'misfit'},{'id':15162,'name':'dog'},{'id':18053,'name':'divorcee'},{'id':18712,'name':'based on graphic novel'},{'id':178517,'name':'middle aged man'}]" +55863,"[{'id':11400,'name':'sergeant'}]" +336683,[] +395982,"[{'id':3725,'name':'pregnancy'},{'id':9748,'name':'revenge'},{'id':159431,'name':'voice over'}]" +387399,"[{'id':162846,'name':'ghost'}]" +425774,"[{'id':5565,'name':'biography'},{'id':5657,'name':'australia'},{'id':163079,'name':'revisionist history'},{'id':227533,'name':'new south wales'},{'id':234827,'name':'bushranger'}]" +9545,"[{'id':1589,'name':'sniper'},{'id':4596,'name':'panama'},{'id':5572,'name':'fistfight'},{'id':5739,'name':'waterfall'},{'id':10787,'name':'jungle'},{'id':11399,'name':'marine'},{'id':12355,'name':'sniper rifle'},{'id':14819,'name':'violence'},{'id':159936,'name':'dog tag'},{'id':162014,'name':'marksman'},{'id':162028,'name':'surrounded'},{'id':162031,'name':'military uniform'},{'id':162034,'name':'surrender'}]" +35101,"[{'id':9963,'name':'kids and family'},{'id':10168,'name':'aviation'},{'id':11085,'name':'castaway'},{'id':11823,'name':'pacific island'},{'id':161155,'name':'kids'}]" +113736,"[{'id':209714,'name':'3d'}]" +410876,"[{'id':10124,'name':'laboratory'},{'id':10629,'name':'vision'},{'id':14964,'name':'drugs'},{'id':15127,'name':'killer'},{'id':207844,'name':'college student'}]" +17134,"[{'id':6149,'name':'police'},{'id':8233,'name':'cops'},{'id':9748,'name':'revenge'},{'id':15076,'name':'cat and mouse'},{'id':18035,'name':'family'}]" +450945,"[{'id':5565,'name':'biography'}]" +353569,"[{'id':9789,'name':'misfit'},{'id':11327,'name':'wedding reception'},{'id':13027,'name':'wedding'},{'id':230442,'name':'rebound'},{'id':235545,'name':'dumped by boyfriend'},{'id':235546,'name':'wedding guest'}]" +324849,"[{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':10542,'name':'based on toy'},{'id':15285,'name':'spin off'},{'id':33637,'name':'super power'},{'id':168490,'name':'dead parents'},{'id':210090,'name':'lego'}]" +324552,"[{'id':131,'name':'italy'},{'id':1419,'name':'gun'},{'id':2405,'name':'roof'},{'id':8508,'name':'party'},{'id':9663,'name':'sequel'},{'id':172872,'name':'handshake'}]" +65799,"[{'id':658,'name':'sea'},{'id':818,'name':'based on novel or book'},{'id':10084,'name':'rescue'}]" +26685,[] +60285,"[{'id':10786,'name':'colonel'},{'id':15225,'name':'cattle'},{'id':163127,'name':'mexican'},{'id':163188,'name':'confederate'},{'id':179585,'name':'american civil war'},{'id':186391,'name':'cattleman'}]" +186869,"[{'id':703,'name':'detective'},{'id':900,'name':'trailer park'},{'id':1438,'name':'office'},{'id':2340,'name':'paranoia'},{'id':9826,'name':'murder'},{'id':10714,'name':'serial killer'},{'id':10907,'name':'consumerism'},{'id':157107,'name':'court trial'},{'id':158142,'name':'real estate agent'},{'id':170351,'name':'reality vs fantasy'},{'id':174075,'name':'white collar'},{'id':179853,'name':'vagrant'},{'id':181602,'name':'renovation'}]" +468591,"[{'id':2011,'name':'queen'},{'id':5288,'name':'rock'},{'id':6029,'name':'concert'},{'id':10967,'name':'concert footage'},{'id':18001,'name':'rock band'}]" +10780,"[{'id':1453,'name':'amnesia'},{'id':2784,'name':'mother role'},{'id':3342,'name':'yacht'},{'id':5153,'name':'son'}]" +13689,"[{'id':650,'name':'gymnastics'}]" +401065,"[{'id':237,'name':'gay'},{'id':15040,'name':'ghost hunting'},{'id':157758,'name':'ax murder'},{'id':158718,'name':'lgbt'},{'id':162846,'name':'ghost'},{'id':210184,'name':'1910s'},{'id':231069,'name':'inspired by a true story'}]" +416777,"[{'id':530,'name':'prophecy'},{'id':1295,'name':'europe'},{'id':3720,'name':'power'},{'id':4267,'name':'warlord'},{'id':5895,'name':'viking'},{'id':6091,'name':'war'},{'id':221554,'name':'ancient times'},{'id':235695,'name':'sacred scrolls'},{'id':235696,'name':'prosperity'},{'id':235697,'name':'celtic king'}]" +301372,"[{'id':131,'name':'italy'},{'id':159868,'name':'playing piano'},{'id':173245,'name':'sculptor'},{'id':180124,'name':'quarry'},{'id':193263,'name':'old mansion'},{'id':193588,'name':'mute child'},{'id':208611,'name':'1950s'},{'id':240119,'name':'father son relationship'}]" +396810,"[{'id':1252,'name':'suicide attempt'},{'id':2016,'name':'vandalism'},{'id':6054,'name':'friendship'},{'id':7312,'name':'road trip'},{'id':168750,'name':'advertising executive'},{'id':172417,'name':'obituary'},{'id':208930,'name':'radio dj'},{'id':235382,'name':'obituary writer'},{'id':235383,'name':'essay writer'}]" +347035,"[{'id':818,'name':'based on novel or book'},{'id':1422,'name':'boat'},{'id':2041,'name':'island'},{'id':10103,'name':'children'},{'id':13088,'name':'summer'},{'id':15101,'name':'based on children's book'},{'id':214548,'name':'1930s'},{'id':227002,'name':'lake district'}]" +340837,"[{'id':1223,'name':'switzerland'},{'id':1262,'name':'mountain'},{'id':2726,'name':'therapist'},{'id':3721,'name':'health'},{'id':3762,'name':'darkness'},{'id':5409,'name':'wellness'},{'id':6021,'name':'employee'},{'id':14781,'name':'patient'},{'id':14791,'name':'spa'},{'id':14819,'name':'violence'},{'id':14964,'name':'drugs'},{'id':158169,'name':'remote'},{'id':160176,'name':'swiss alps'},{'id':160929,'name':'treatment'},{'id':180443,'name':'cure'},{'id':207819,'name':'accident'},{'id':232505,'name':'wellness center'},{'id':232837,'name':'institute'},{'id':232844,'name':'incertitude'}]" +419192,[] +334535,"[{'id':802,'name':'regret'},{'id':1523,'name':'obsession'},{'id':5332,'name':'greed'},{'id':6203,'name':'loss'},{'id':10085,'name':'betrayal'},{'id':164092,'name':'blindness'},{'id':207556,'name':'blind man'},{'id':210540,'name':'life lessons'},{'id':225089,'name':'moral'},{'id':231641,'name':'unfaithful husband'},{'id':234339,'name':'superficial'}]" +28971,"[{'id':3199,'name':'clown'},{'id':4118,'name':'ballet dancer'}]" +336049,[] +180863,"[{'id':378,'name':'prison'},{'id':388,'name':'scotland'},{'id':818,'name':'based on novel or book'},{'id':1010,'name':'bar'},{'id':1721,'name':'fight'},{'id':1803,'name':'drug addiction'},{'id':1936,'name':'blackmail'},{'id':2150,'name':'cocaine'},{'id':2334,'name':'nightclub'},{'id':2375,'name':'junkie'},{'id':2671,'name':'heroin'},{'id':3130,'name':'edinburgh'},{'id':6054,'name':'friendship'},{'id':6782,'name':'addiction'},{'id':9663,'name':'sequel'},{'id':9748,'name':'revenge'},{'id':11259,'name':'extortion'},{'id':14604,'name':'theft'},{'id':14819,'name':'violence'},{'id':33632,'name':'apartment'},{'id':156786,'name':'prison escape'},{'id':188933,'name':'bar fight'},{'id':190832,'name':'council estate'},{'id':244888,'name':'eastern european'}]" +287904,"[{'id':393,'name':'civil war'},{'id':409,'name':'africa'},{'id':13005,'name':'doctor'},{'id':191035,'name':'aid'},{'id':210504,'name':'liberia'}]" +399173,"[{'id':782,'name':'assassin'},{'id':3149,'name':'gangster'},{'id':9748,'name':'revenge'},{'id':11315,'name':'sex change'},{'id':239375,'name':'mad surgeon'}]" +390051,"[{'id':822,'name':'airport'},{'id':894,'name':'depression'},{'id':1328,'name':'secret'},{'id':1647,'name':'sadness'},{'id':3446,'name':'forgiveness'},{'id':3800,'name':'airplane'},{'id':4280,'name':'mental breakdown'},{'id':5340,'name':'investigation'},{'id':7002,'name':'vigilante'},{'id':8044,'name':'flight'},{'id':9672,'name':'based on a true story'},{'id':9748,'name':'revenge'},{'id':9872,'name':'grief'},{'id':10614,'name':'tragedy'},{'id':10909,'name':'lawyer'},{'id':12617,'name':'airplane crash'},{'id':15111,'name':'drinking'},{'id':34079,'name':'death'},{'id':158770,'name':'air traffic control'},{'id':221188,'name':'accusation'}]" +362227,"[{'id':570,'name':'rape'},{'id':572,'name':'sex'},{'id':2669,'name':'motel'},{'id':5919,'name':'necrophilia'},{'id':6270,'name':'high school'},{'id':6437,'name':'toilet'},{'id':9826,'name':'murder'},{'id':10776,'name':'marijuana'},{'id':11221,'name':'blood'},{'id':12377,'name':'zombie'},{'id':14687,'name':'extreme violence'},{'id':158054,'name':'spring break'},{'id':197314,'name':'sexually transmitted disease'},{'id':208048,'name':'cannibalism'}]" +423360,[] +354216,"[{'id':657,'name':'fire'},{'id':2679,'name':'artist'},{'id':5540,'name':'heavy metal'},{'id':5918,'name':'painting'},{'id':9712,'name':'possession'},{'id':9826,'name':'murder'},{'id':10138,'name':'satan'},{'id':10714,'name':'serial killer'},{'id':14999,'name':'devil'},{'id':18078,'name':'child killer'},{'id':161261,'name':'demonic possession'},{'id':170865,'name':'child kidnapping'},{'id':240303,'name':'father daughter relationship'}]" +25199,"[{'id':616,'name':'witch'},{'id':6270,'name':'high school'},{'id':11017,'name':'spell'}]" +430293,"[{'id':254,'name':'france'},{'id':18047,'name':'anger'},{'id':33719,'name':'drink'},{'id':33768,'name':'blind'},{'id':160175,'name':'alps'},{'id':235533,'name':'sas'}]" +104776,[] +432524,"[{'id':8087,'name':'horror'},{'id':8447,'name':'amish'},{'id':9950,'name':'thriller'}]" +381018,"[{'id':2296,'name':'border patrol'},{'id':14547,'name':'checkpoint'},{'id':18034,'name':'desert'},{'id':33885,'name':'car'}]" +345922,"[{'id':6270,'name':'high school'},{'id':41525,'name':'high school teacher'}]" +11023,"[{'id':10041,'name':'dysfunctional family'},{'id':10049,'name':'teen angst'},{'id':11696,'name':'underage drinking'},{'id':11925,'name':'domestic violence'},{'id':34130,'name':'makeover'},{'id':41352,'name':'drug overdose'},{'id':41355,'name':'teacher student relationship'},{'id':156196,'name':'street life'},{'id':176780,'name':'tattoo shop'},{'id':178444,'name':'peer pressure'},{'id':178452,'name':'overachiever'},{'id':178474,'name':'flunking out of school'},{'id':178475,'name':'promiscuous mother'},{'id':178482,'name':'glue sniffing'}]" +425100,"[{'id':9571,'name':'motor sport'},{'id':10110,'name':'motocross'}]" +419430,"[{'id':2586,'name':'externally controlled action'},{'id':3453,'name':'parents-in-law'},{'id':8201,'name':'satire'},{'id':10123,'name':'dark comedy'},{'id':10131,'name':'interracial relationship'},{'id':10941,'name':'disappearance'},{'id':11243,'name':'african american'},{'id':12425,'name':'racism'},{'id':168567,'name':'stereotype'},{'id':184402,'name':'missing'},{'id':232495,'name':'race-conscious'}]" +311324,"[{'id':478,'name':'china'},{'id':1299,'name':'monster'},{'id':4393,'name':'archer'},{'id':11024,'name':'female soldier'},{'id':14601,'name':'explosion'},{'id':15060,'name':'period drama'},{'id':157788,'name':'british soldier'},{'id':163403,'name':'great wall of china'},{'id':209714,'name':'3d'},{'id':213097,'name':'15th century'},{'id':232499,'name':'female general'}]" +399612,"[{'id':236,'name':'suicide'},{'id':894,'name':'depression'},{'id':1706,'name':'experiment'},{'id':2964,'name':'future'},{'id':3385,'name':'cryogenics'},{'id':10163,'name':'cancer'},{'id':13073,'name':'fear'},{'id':34079,'name':'death'},{'id':156322,'name':'pretty woman'},{'id':211315,'name':'hunks'}]" +446829,"[{'id':840,'name':'usa president'},{'id':15162,'name':'dog'},{'id':192099,'name':'the white house'},{'id':227206,'name':'potus'}]" +28448,"[{'id':1415,'name':'small town'},{'id':1666,'name':'mexican standoff'},{'id':1850,'name':'daily life'},{'id':1938,'name':'sword'},{'id':2673,'name':'horse'},{'id':3242,'name':'cannon'},{'id':5565,'name':'biography'},{'id':5728,'name':'tycoon'},{'id':6342,'name':'nicaragua'},{'id':8636,'name':'blood splatter'},{'id':9672,'name':'based on a true story'},{'id':10183,'name':'independent film'},{'id':10292,'name':'gore'},{'id':12371,'name':'gunfight'},{'id':14643,'name':'battle'},{'id':14687,'name':'extreme violence'},{'id':14819,'name':'violence'},{'id':15222,'name':'central america'},{'id':201950,'name':'anachronism'},{'id':207928,'name':'19th century'}]" +157841,"[{'id':13008,'name':'train'},{'id':214527,'name':'cartographer'}]" +5257,"[{'id':1432,'name':'nasa'},{'id':5657,'name':'australia'},{'id':7422,'name':'moon landing'},{'id':184017,'name':'moon walk'}]" +214256,"[{'id':4079,'name':'lighthouse'},{'id':6095,'name':'house'},{'id':6154,'name':'hell'},{'id':6155,'name':'afterlife'},{'id':235191,'name':'going in circles'}]" +383538,"[{'id':441,'name':'assassination'},{'id':1453,'name':'amnesia'},{'id':2583,'name':'blackout'},{'id':9856,'name':'flashback'},{'id':10705,'name':'confusion'},{'id':11469,'name':'memory loss'},{'id':14819,'name':'violence'},{'id':15261,'name':'erased memory'},{'id':33564,'name':'u.s. soldier'},{'id':161248,'name':'individuality'}]" +297160,"[{'id':9706,'name':'anthology'},{'id':187056,'name':'woman director'}]" +333667,"[{'id':953,'name':'guitar'},{'id':2487,'name':'naivety'},{'id':4048,'name':'musician'},{'id':5288,'name':'rock'},{'id':5331,'name':'village'},{'id':10336,'name':'animation'},{'id':11477,'name':'anthropomorphism'},{'id':15162,'name':'dog'},{'id':234884,'name':'mastiff'}]" +365942,"[{'id':839,'name':'mars'},{'id':2964,'name':'future'},{'id':3388,'name':'space colony'},{'id':11860,'name':'fish out of water'},{'id':13130,'name':'teenager'},{'id':14760,'name':'scientist'},{'id':18425,'name':'teenage love'},{'id':232225,'name':'search for father'}]" +47971,"[{'id':331,'name':'tattoo'},{'id':470,'name':'spy'},{'id':2006,'name':'extreme sports'},{'id':3800,'name':'airplane'},{'id':4289,'name':'secret agent'},{'id':4300,'name':'parachute'},{'id':8181,'name':'swimming pool'},{'id':9663,'name':'sequel'},{'id':12415,'name':'back from the dead'},{'id':234496,'name':'free fall'}]" +284753,"[{'id':1336,'name':'ransom'},{'id':1562,'name':'hostage'},{'id':166735,'name':'crossbow'}]" +362105,[] +269057,"[{'id':1415,'name':'small town'},{'id':2570,'name':'rock star'},{'id':4344,'name':'musical'},{'id':5614,'name':'idol'},{'id':13130,'name':'teenager'},{'id':208992,'name':'1960s'},{'id':235573,'name':'chemical leak'},{'id':235574,'name':'mutations'}]" +263115,"[{'id':679,'name':'cyborg'},{'id':1706,'name':'experiment'},{'id':1824,'name':'self-destruction'},{'id':1852,'name':'mutant'},{'id':2964,'name':'future'},{'id':4565,'name':'dystopia'},{'id':4978,'name':'immortality'},{'id':9663,'name':'sequel'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':33637,'name':'super power'},{'id':168713,'name':'neo-western'},{'id':181053,'name':'troubled past'},{'id':233820,'name':'life on the margin'},{'id':240364,'name':'stan lee'}]" +18125,"[{'id':572,'name':'sex'},{'id':5215,'name':'northern england'},{'id':9180,'name':'yorkshire'},{'id':11513,'name':'cheating husband'},{'id':11516,'name':'sexual promiscuity'},{'id':13130,'name':'teenager'},{'id':14669,'name':'older man younger woman relationship'},{'id':34117,'name':'cult film'},{'id':41172,'name':'schoolgirl'},{'id':191071,'name':'cheat on wife'},{'id':219833,'name':'married man'},{'id':229299,'name':'affair'}]" +31037,"[{'id':1956,'name':'world war ii'},{'id':3264,'name':'korean war'},{'id':5565,'name':'biography'},{'id':9682,'name':'history'},{'id':159952,'name':'west point'}]" +455252,"[{'id':2343,'name':'magic'},{'id':3434,'name':'thailand'},{'id':4198,'name':'descendant'},{'id':8504,'name':'merlin'},{'id':9725,'name':'sword fight'},{'id':9748,'name':'revenge'},{'id':10891,'name':'giant robot'},{'id':10982,'name':'king arthur'},{'id':156075,'name':'evil'},{'id':169350,'name':'enchantress'},{'id':177129,'name':'knights of the round table'},{'id':193151,'name':'ancestor'},{'id':220475,'name':'present day'},{'id':231277,'name':'alien technology'},{'id':232766,'name':'vengeance'},{'id':235489,'name':'medieval england'}]" +450509,"[{'id':2673,'name':'horse'},{'id':180230,'name':'stallion'},{'id':234200,'name':'mystical world'}]" +369524,"[{'id':3485,'name':'comedian'},{'id':4995,'name':'aging'},{'id':6060,'name':'insult'}]" +449503,"[{'id':428,'name':'nurse'},{'id':1812,'name':'fbi'},{'id':9748,'name':'revenge'},{'id':10950,'name':'shootout'},{'id':11612,'name':'hospital'},{'id':170587,'name':'mysterious stranger'},{'id':193574,'name':'international intrigue'},{'id':235475,'name':'foreign gang'}]" +388333,"[{'id':5565,'name':'biography'},{'id':5719,'name':'cricket'},{'id':6075,'name':'sport'}]" +407775,"[{'id':236,'name':'suicide'},{'id':259,'name':'amputation'},{'id':1556,'name':'texas'},{'id':3473,'name':'carnival'},{'id':4479,'name':'bone'},{'id':5611,'name':'game of dice'},{'id':9748,'name':'revenge'},{'id':12339,'name':'slasher'},{'id':12394,'name':'chainsaw'},{'id':15001,'name':'demon'},{'id':18249,'name':'game'},{'id':155104,'name':'knuckles'},{'id':171953,'name':'dice'}]" +321612,"[{'id':2343,'name':'magic'},{'id':3098,'name':'castle'},{'id':3205,'name':'fairy tale'},{'id':4344,'name':'musical'},{'id':4375,'name':'transformation'},{'id':6513,'name':'cartoon'},{'id':9714,'name':'remake'},{'id':10541,'name':'curse'},{'id':13031,'name':'creature'},{'id':160279,'name':'18th century'},{'id':161271,'name':'beast'},{'id':245230,'name':'live action remake'}]" +40158,"[{'id':5545,'name':'satanist'},{'id':14819,'name':'violence'},{'id':14999,'name':'devil'},{'id':33841,'name':'incest'},{'id':156174,'name':'occult'}]" +163848,"[{'id':157135,'name':'ealing'}]" +53102,"[{'id':798,'name':'sheriff'},{'id':6550,'name':'hot rod'}]" +10377,"[{'id':378,'name':'prison'},{'id':531,'name':'southern usa'},{'id':3301,'name':'suspicion'},{'id':4438,'name':'cousin'},{'id':6148,'name':'court'},{'id':10909,'name':'lawyer'},{'id':160497,'name':'wrongful arrest'}]" +393732,"[{'id':516,'name':'child abuse'},{'id':708,'name':'runaway'},{'id':798,'name':'sheriff'},{'id':970,'name':'parent child relationship'},{'id':1415,'name':'small town'},{'id':1420,'name':'gas station'},{'id':2669,'name':'motel'},{'id':5774,'name':'forest'},{'id':6201,'name':'fall'},{'id':9826,'name':'murder'},{'id':10594,'name':'money'},{'id':10683,'name':'coming of age'},{'id':11719,'name':'dirty cop'},{'id':11734,'name':'police corruption'},{'id':15162,'name':'dog'},{'id':156117,'name':'illegal drugs'},{'id':165100,'name':'young love'},{'id':169977,'name':'small town sheriff'},{'id':178883,'name':'autumn'}]" +345938,"[{'id':697,'name':'loss of loved one'},{'id':818,'name':'based on novel or book'},{'id':5950,'name':'christian'},{'id':33720,'name':'guilt'},{'id':164881,'name':'death of daughter'},{'id':233107,'name':'family trip'}]" +397837,"[{'id':818,'name':'based on novel or book'},{'id':10854,'name':'time loop'},{'id':11322,'name':'female protagonist'},{'id':13130,'name':'teenager'},{'id':171993,'name':'mumblecore'},{'id':193400,'name':'teen drama'},{'id':246466,'name':'based on young adult novel'}]" +336011,"[{'id':2231,'name':'drug dealer'},{'id':11199,'name':'undercover cop'},{'id':11516,'name':'sexual promiscuity'},{'id':14512,'name':'new york city'},{'id':187056,'name':'woman director'},{'id':188259,'name':'money problems'},{'id':211710,'name':'partying'},{'id':225685,'name':'college roommate'},{'id':234038,'name':'recklessness'}]" +315,"[{'id':627,'name':'killing'},{'id':999,'name':'sports car'},{'id':1663,'name':'go-go dancer'},{'id':1664,'name':'eroticism'},{'id':1930,'name':'kidnapping'},{'id':10183,'name':'independent film'},{'id':11034,'name':'b movie'},{'id':34117,'name':'cult film'}]" +326602,[] +452571,"[{'id':439,'name':'paradise'},{'id':1930,'name':'kidnapping'},{'id':2225,'name':'third world'},{'id':3434,'name':'thailand'},{'id':5891,'name':'backpacker'},{'id':9740,'name':'sociopath'}]" +76500,[] +48350,"[{'id':236,'name':'suicide'},{'id':2804,'name':'exploitation'},{'id':12377,'name':'zombie'},{'id':34117,'name':'cult film'}]" +347944,"[{'id':1284,'name':'identity'},{'id':9712,'name':'possession'},{'id':189449,'name':'disorder'}]" +1727,"[{'id':351,'name':'poison'},{'id':1803,'name':'drug addiction'},{'id':1812,'name':'fbi'},{'id':2172,'name':'zoo'},{'id':3713,'name':'chase'},{'id':11190,'name':'sexual attraction'},{'id':18021,'name':'detroit'},{'id':156650,'name':'machine gun'},{'id':158045,'name':'piranha'}]" +331161,[] +389630,"[{'id':818,'name':'based on novel or book'},{'id':970,'name':'parent child relationship'},{'id':12987,'name':'poverty'},{'id':187056,'name':'woman director'}]" +97975,"[{'id':886,'name':'movie business'},{'id':14818,'name':'model'},{'id':208586,'name':'acting'}]" +141824,[] +60363,"[{'id':6344,'name':'liverpool'}]" +347757,"[{'id':9826,'name':'murder'},{'id':10714,'name':'serial killer'},{'id':14999,'name':'devil'},{'id':234451,'name':'tied feet'},{'id':234753,'name':'ancient curse'},{'id':234936,'name':'effigy'}]" +251852,"[{'id':18712,'name':'based on graphic novel'},{'id':169411,'name':'multiple personality'},{'id':199526,'name':'psychiatric'}]" +16915,"[{'id':572,'name':'sex'},{'id':1366,'name':'shotgun'},{'id':9748,'name':'revenge'},{'id':10547,'name':'arcade'},{'id':10726,'name':'gang'},{'id':11040,'name':'masked killer'},{'id':11221,'name':'blood'},{'id':12339,'name':'slasher'},{'id':165288,'name':'misogynist'},{'id':174916,'name':'bowling alley'},{'id':208289,'name':'1980s'}]" +232,"[{'id':542,'name':'street gang'},{'id':1356,'name':'pool billiards'},{'id':10726,'name':'gang'},{'id':14639,'name':'thug'},{'id':232128,'name':'tulsa oklahoma'}]" +413052,"[{'id':1812,'name':'fbi'},{'id':2157,'name':'hacker'},{'id':2348,'name':'hustler'},{'id':2449,'name':'black market'},{'id':204204,'name':'identity theft'},{'id':232564,'name':'dark web'},{'id':234814,'name':'financial market'},{'id':234815,'name':'street-wise'},{'id':234816,'name':'trading'}]" +283378,"[{'id':818,'name':'based on novel or book'},{'id':12131,'name':'fallen angel'},{'id':13130,'name':'teenager'},{'id':159959,'name':'reform school'},{'id':246466,'name':'based on young adult novel'}]" +348389,"[{'id':818,'name':'based on novel or book'},{'id':949,'name':'terrorist'},{'id':6731,'name':'british'},{'id':15248,'name':'commando'}]" +378018,"[{'id':428,'name':'nurse'},{'id':1852,'name':'mutant'},{'id':2766,'name':'mutation'},{'id':3598,'name':'ax'},{'id':9786,'name':'burned alive'},{'id':9826,'name':'murder'},{'id':10292,'name':'gore'},{'id':10326,'name':'morgue'},{'id':11181,'name':'decapitation'},{'id':11221,'name':'blood'},{'id':11612,'name':'hospital'},{'id':12446,'name':'another dimension'},{'id':13005,'name':'doctor'},{'id':18011,'name':'pregnant woman'},{'id':156593,'name':'ritual murder'},{'id':157512,'name':'mutilation'},{'id':191564,'name':'body horror'},{'id':215959,'name':'cosmic horror'},{'id':233167,'name':'lovecraftian'}]" +388191,"[{'id':3070,'name':'mercenary'},{'id':10327,'name':'undead'},{'id':15001,'name':'demon'},{'id':18123,'name':'necromancer'},{'id':155238,'name':'hijack'},{'id':161172,'name':'gods'},{'id':177912,'name':'wizard'},{'id':234213,'name':'sword and sorcery'},{'id':234897,'name':'battle wagon'},{'id':234898,'name':'darkspore'}]" +341174,"[{'id':572,'name':'sex'},{'id':818,'name':'based on novel or book'},{'id':1422,'name':'boat'},{'id':5091,'name':'kiss'},{'id':9663,'name':'sequel'},{'id':158713,'name':'bdsm'},{'id':186846,'name':'adaptation'},{'id':190370,'name':'erotic movie'},{'id':227758,'name':'oral sex'}]" +378441,"[{'id':155876,'name':'reenactment'},{'id':164092,'name':'blindness'},{'id':208289,'name':'1980s'}]" +9932,"[{'id':378,'name':'prison'},{'id':1321,'name':'gold'},{'id':2726,'name':'therapist'},{'id':3149,'name':'gangster'}]" +437291,"[{'id':378,'name':'prison'},{'id':2792,'name':'boxer'},{'id':6075,'name':'sport'},{'id':7983,'name':'indochina'},{'id':181962,'name':'labor camp'},{'id':208611,'name':'1950s'}]" +381289,"[{'id':818,'name':'based on novel or book'},{'id':2526,'name':'human animal relationship'},{'id':5484,'name':'reincarnation'},{'id':15162,'name':'dog'},{'id':186846,'name':'adaptation'}]" +14564,"[{'id':3298,'name':'hallucination'},{'id':5340,'name':'investigation'},{'id':6152,'name':'supernatural'},{'id':9663,'name':'sequel'},{'id':9937,'name':'suspense'},{'id':10541,'name':'curse'},{'id':11616,'name':'vhs'},{'id':34079,'name':'death'},{'id':157530,'name':'maggot'},{'id':198776,'name':'seven days'},{'id':206440,'name':'video tape'}]" +334524,"[{'id':1321,'name':'gold'},{'id':4373,'name':'fraud'},{'id':5636,'name':'wall street'},{'id':6015,'name':'mining'},{'id':6974,'name':'rise and fall'},{'id':7348,'name':'indonesia'},{'id':7464,'name':'alcoholism'},{'id':8577,'name':'gold mine'},{'id':10594,'name':'money'},{'id':10787,'name':'jungle'},{'id':210608,'name':'1990s'},{'id':231069,'name':'inspired by a true story'},{'id':232552,'name':'ugly american'}]" +6917,"[{'id':2604,'name':'babysitter'},{'id':3754,'name':'legend'},{'id':4484,'name':'eye'},{'id':10471,'name':'cult favorite'},{'id':11097,'name':'part stop motion'},{'id':15001,'name':'demon'},{'id':18027,'name':'sibling'},{'id':156168,'name':'hole'},{'id':156169,'name':'backyard'},{'id':156170,'name':'record album'},{'id':156171,'name':'dawn'},{'id':156172,'name':'geode'},{'id':156173,'name':'eye gouging'},{'id':156174,'name':'occult'},{'id':156175,'name':'dead dog'},{'id':156176,'name':'moth'},{'id':156177,'name':'mud mask'},{'id':156178,'name':'hand'},{'id':206850,'name':'canuxploitation'}]" +363579,"[{'id':233,'name':'japan'},{'id':4109,'name':'independence movement'},{'id':10586,'name':'korea'},{'id':207876,'name':'1920s'},{'id':231867,'name':'korean resistance'},{'id':250212,'name':'japanese occupation of korea'}]" +36206,"[{'id':26904,'name':'lawman '},{'id':180974,'name':'gold shipment'}]" +452134,"[{'id':1449,'name':'underworld'},{'id':1601,'name':'war on drugs'},{'id':2993,'name':'police chief'},{'id':5301,'name':'brother'},{'id':10776,'name':'marijuana'},{'id':14964,'name':'drugs'},{'id':234566,'name':'gold coast'},{'id':234567,'name':'crackdown'},{'id':234569,'name':'selling drugs'}]" +381058,"[{'id':818,'name':'based on novel or book'},{'id':1556,'name':'texas'},{'id':203154,'name':'ibm'},{'id':208289,'name':'1980s'},{'id':231554,'name':'80's style'},{'id':234220,'name':'computing'},{'id':234221,'name':'david vs. goliath'},{'id':234222,'name':'compaq'},{'id':234224,'name':'pc'},{'id':234579,'name':'portable computer'}]" +390592,"[{'id':1533,'name':'isolation'},{'id':1954,'name':'ultimatum'},{'id':4271,'name':'hermit'},{'id':187056,'name':'woman director'},{'id':232763,'name':'arrested development'},{'id':234564,'name':'videos'},{'id':234565,'name':'thumb puppets'}]" +340676,"[{'id':90,'name':'paris france'},{'id':2723,'name':'medium'},{'id':3350,'name':'poltergeist'},{'id':10164,'name':'apparition'},{'id':13153,'name':'spirit'},{'id':15022,'name':'text message'},{'id':41175,'name':'shopping'},{'id':191529,'name':'dress shop'},{'id':215235,'name':'dead brother'},{'id':234478,'name':'personal shopper'},{'id':234479,'name':'contacting spirits'},{'id':235328,'name':'clothes shopping'}]" +351281,"[{'id':212,'name':'london'},{'id':378,'name':'prison'},{'id':9663,'name':'sequel'},{'id':10051,'name':'heist'},{'id':10726,'name':'gang'},{'id':234474,'name':'break out'}]" +321757,"[{'id':3485,'name':'comedian'},{'id':12670,'name':'los angeles'},{'id':33475,'name':'songwriter'},{'id':197297,'name':'struggling career'},{'id':233136,'name':'tv producer'},{'id':233140,'name':'ambushed'}]" +42305,"[{'id':2081,'name':'department store'},{'id':4630,'name':'chaos'},{'id':9253,'name':'slapstick'},{'id':9840,'name':'romance'}]" +385383,"[{'id':586,'name':'new jersey'},{'id':779,'name':'martial arts'},{'id':5923,'name':'sister'},{'id':6075,'name':'sport'},{'id':9826,'name':'murder'},{'id':9917,'name':'mixed martial arts'},{'id':15108,'name':'justice'},{'id':17977,'name':'underground fighting'},{'id':33610,'name':'gym'}]" +313369,"[{'id':1416,'name':'jazz'},{'id':1691,'name':'dance'},{'id':2983,'name':'passion'},{'id':3612,'name':'traffic jam'},{'id':3734,'name':'ambition'},{'id':4344,'name':'musical'},{'id':4623,'name':'casting'},{'id':5483,'name':'coffee shop'},{'id':5823,'name':'jazz club'},{'id':6027,'name':'music'},{'id':12396,'name':'hollywood'},{'id':12670,'name':'los angeles'},{'id':14743,'name':'pianist'},{'id':33595,'name':'pier'},{'id':33928,'name':'audition'},{'id':163110,'name':'theatre'},{'id':171757,'name':'planetarium'},{'id':173924,'name':'watching a movie'},{'id':183133,'name':'aspiring actor'},{'id':184793,'name':'movie set'},{'id':187355,'name':'sunset'},{'id':193300,'name':'one woman show'},{'id':207583,'name':'actress'},{'id':224279,'name':'bittersweet'},{'id':225840,'name':'pool party'}]" +41586,"[{'id':4668,'name':'police operation'},{'id':4918,'name':'shadowing'},{'id':6648,'name':'police headquarter'},{'id':33671,'name':'german shepherd'},{'id':33699,'name':'policeman'},{'id':155715,'name':'police dog'}]" +385736,"[{'id':3405,'name':'blow job'},{'id':11488,'name':'pot smoking'},{'id':11732,'name':'cigarette smoking'},{'id':54612,'name':'shoe'},{'id':156117,'name':'illegal drugs'}]" +397243,"[{'id':970,'name':'parent child relationship'},{'id':2452,'name':'crematorium'},{'id':3598,'name':'ax'},{'id':4715,'name':'autopsy'},{'id':6152,'name':'supernatural'},{'id':9826,'name':'murder'},{'id':9995,'name':'bell'},{'id':10326,'name':'morgue'},{'id':13092,'name':'corpse'},{'id':18171,'name':'thunderstorm'},{'id':156179,'name':'coroner'},{'id':171416,'name':'autopsy room'},{'id':188960,'name':'elevator'},{'id':234402,'name':'cause of death'}]" +244101,"[{'id':798,'name':'sheriff'},{'id':191112,'name':'gunrunners'}]" +11454,"[{'id':697,'name':'loss of loved one'},{'id':736,'name':'journalist'},{'id':1812,'name':'fbi'},{'id':3877,'name':'covered investigation'},{'id':4484,'name':'eye'},{'id':4550,'name':'full moon'},{'id':5340,'name':'investigation'},{'id':6259,'name':'psychopath'},{'id':10714,'name':'serial killer'},{'id':11727,'name':'crime scene'},{'id':157314,'name':'psychological horror'},{'id':177185,'name':'videotape'},{'id':185222,'name':'fbi profiler'},{'id':207268,'name':'neo-noir'},{'id':208289,'name':'1980s'}]" +44594,"[{'id':818,'name':'based on novel or book'},{'id':3344,'name':'letter'},{'id':3725,'name':'pregnancy'},{'id':4954,'name':'paternity'},{'id':5502,'name':'castration'},{'id':13005,'name':'doctor'},{'id':168013,'name':'lamborghini'},{'id':168491,'name':'testicles'},{'id':220194,'name':'air guitar'},{'id':232716,'name':'genital mutilation'}]" +57834,"[{'id':3312,'name':'nuclear missile'},{'id':9682,'name':'history'},{'id':9838,'name':'nymphomaniac'},{'id':10061,'name':'dysfunctional marriage'},{'id':41329,'name':'mental illness'}]" +342473,"[{'id':90,'name':'paris france'},{'id':334,'name':'flying'},{'id':1436,'name':'inventor'},{'id':1691,'name':'dance'},{'id':2199,'name':'opera'},{'id':4344,'name':'musical'},{'id':7393,'name':'life's dream'},{'id':10551,'name':'ballet'},{'id':13014,'name':'orphan'},{'id':159716,'name':'statue of liberty'},{'id':161155,'name':'kids'},{'id':164889,'name':'eiffel tower paris'},{'id':207928,'name':'19th century'},{'id':209714,'name':'3d'}]" +408272,"[{'id':1721,'name':'fight'},{'id':9823,'name':'rivalry'},{'id':175321,'name':'girl fight'},{'id':234323,'name':'event'}]" +418588,"[{'id':15001,'name':'demon'}]" +352501,"[{'id':1022,'name':'workaholic'},{'id':1594,'name':'ex-boyfriend'},{'id':1790,'name':'banjo'},{'id':3752,'name':'night'},{'id':4604,'name':'father-in-law'},{'id':5600,'name':'daughter'},{'id':8508,'name':'party'},{'id':11112,'name':'search'},{'id':12396,'name':'hollywood'}]" +447113,"[{'id':219866,'name':'monster high'}]" +445993,[] +408647,"[{'id':849,'name':'dc comics'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':155030,'name':'superhero team'}]" +324542,"[{'id':642,'name':'robbery'},{'id':1930,'name':'kidnapping'},{'id':3149,'name':'gangster'},{'id':10291,'name':'organized crime'},{'id':11199,'name':'undercover cop'},{'id':11578,'name':'mobster'},{'id':11734,'name':'police corruption'},{'id':14570,'name':'las vegas'}]" +310307,"[{'id':3734,'name':'ambition'},{'id':5332,'name':'greed'},{'id':5565,'name':'biography'},{'id':5683,'name':'family business '},{'id':6746,'name':'hamburger'},{'id':10332,'name':'salesman'},{'id':157748,'name':'fast food'},{'id':161956,'name':'mcdonald's restaurant'},{'id':181019,'name':'franchise'},{'id':208611,'name':'1950s'},{'id':209577,'name':'burger'}]" +423246,"[{'id':4458,'name':'post-apocalyptic'},{'id':208048,'name':'cannibalism'}]" +390353,"[{'id':1740,'name':'pop culture'},{'id':5801,'name':'nerd'},{'id':6078,'name':'politics'},{'id':7312,'name':'road trip'},{'id':9682,'name':'history'},{'id':200243,'name':'diy culture'},{'id':202882,'name':'weird'},{'id':215191,'name':'strange'},{'id':220266,'name':'fandom'}]" +864,"[{'id':1442,'name':'winter'},{'id':1482,'name':'trainer'},{'id':2070,'name':'olympic games'},{'id':3266,'name':'jamaica'},{'id':3777,'name':'training camp'},{'id':4307,'name':'reggae'},{'id':4310,'name':'bobsleighing'},{'id':6075,'name':'sport'}]" +20539,"[{'id':616,'name':'witch'},{'id':1700,'name':'massachusetts'},{'id':2983,'name':'passion'},{'id':10138,'name':'satan'},{'id':10181,'name':'based on play or musical'},{'id':10541,'name':'curse'},{'id':33795,'name':'salem'},{'id':181374,'name':'salem massachusetts'},{'id':207941,'name':'17th century'},{'id':220165,'name':'salem witch trials'}]" +345009,"[{'id':970,'name':'parent child relationship'},{'id':1961,'name':'landmine'},{'id':1965,'name':'sandstorm'},{'id':3298,'name':'hallucination'},{'id':9743,'name':'stranded'},{'id':9856,'name':'flashback'},{'id':10349,'name':'survival'},{'id':13065,'name':'soldier'},{'id':18034,'name':'desert'},{'id':158780,'name':'u.s. marine'},{'id':191600,'name':'assassination attempt'}]" +381288,"[{'id':516,'name':'child abuse'},{'id':1930,'name':'kidnapping'},{'id':10292,'name':'gore'},{'id':10333,'name':'stalking'},{'id':10809,'name':'teenage girl'},{'id':11221,'name':'blood'},{'id':14819,'name':'violence'},{'id':33637,'name':'super power'},{'id':41329,'name':'mental illness'},{'id':169411,'name':'multiple personality'},{'id':208370,'name':'traumatic childhood'},{'id':212803,'name':'dissociative identity disorder'}]" +36645,"[{'id':470,'name':'spy'}]" +10297,"[{'id':2613,'name':'luxury'},{'id':2863,'name':'mannequin'},{'id':4344,'name':'musical'}]" +18978,"[{'id':3966,'name':'camelot'},{'id':4344,'name':'musical'},{'id':10466,'name':'knight'},{'id':10982,'name':'king arthur'},{'id':34067,'name':'jousting'},{'id':41406,'name':'middle ages'},{'id':177129,'name':'knights of the round table'}]" +28363,"[{'id':1436,'name':'inventor'},{'id':2452,'name':'crematorium'},{'id':2546,'name':'mask'},{'id':4662,'name':'illusion'},{'id':6142,'name':'contract'},{'id':9826,'name':'murder'},{'id':15167,'name':'police detective'},{'id':154881,'name':'fingerprint'},{'id':155816,'name':'ex-wife'},{'id':157064,'name':'circular saw'},{'id':157775,'name':'bonfire'},{'id':158390,'name':'landlady'},{'id':160364,'name':'impersonation'},{'id':172365,'name':'magic trick'},{'id':190621,'name':'mystery writer'},{'id':210730,'name':'illusionist'},{'id':229959,'name':'crime fiction writer'},{'id':236458,'name':'magician'},{'id':237104,'name':'rival'},{'id':242980,'name':'magician assistant'}]" +28175,[] +10477,"[{'id':271,'name':'competition'},{'id':795,'name':'running'},{'id':3658,'name':'career'},{'id':5614,'name':'idol'},{'id':6363,'name':'racing car'}]" +395797,"[{'id':779,'name':'martial arts'},{'id':1930,'name':'kidnapping'},{'id':9720,'name':'woods'},{'id':11219,'name':'navy seal'},{'id':14895,'name':'cannibal'},{'id':234268,'name':'mutants'}]" +402423,"[{'id':10183,'name':'independent film'}]" +324560,"[{'id':1419,'name':'gun'},{'id':10392,'name':'mute'},{'id':11221,'name':'blood'},{'id':14819,'name':'violence'},{'id':14989,'name':'religious'},{'id':155291,'name':'cowboy'},{'id':163137,'name':'mute girl'},{'id':172504,'name':'reverend'},{'id':188953,'name':'sign language'}]" +334543,"[{'id':818,'name':'based on novel or book'},{'id':958,'name':'indian lead'},{'id':2393,'name':'adoption'},{'id':5565,'name':'biography'},{'id':5657,'name':'australia'},{'id':9672,'name':'based on a true story'},{'id':14636,'name':'india'},{'id':156948,'name':'missing child'},{'id':158642,'name':'long lost relative'},{'id':194161,'name':'tasmania'},{'id':232106,'name':'street child'}]" +413417,[] +416166,"[{'id':1706,'name':'experiment'},{'id':2672,'name':'baltimore'},{'id':11857,'name':'mental institution'},{'id':207928,'name':'19th century'}]" +262841,"[{'id':1299,'name':'monster'},{'id':1328,'name':'secret'},{'id':1415,'name':'small town'},{'id':13130,'name':'teenager'},{'id':158606,'name':'pickup truck'},{'id':209220,'name':'live action and animation'},{'id':210419,'name':'monster trucks'}]" +292280,"[{'id':2024,'name':'wisconsin'},{'id':6152,'name':'supernatural'},{'id':8508,'name':'party'},{'id':14819,'name':'violence'},{'id':157146,'name':'hooded figure'},{'id':187056,'name':'woman director'},{'id':206298,'name':'young adult'},{'id':207844,'name':'college student'}]" +14801,"[{'id':310,'name':'artificial intelligence'},{'id':3222,'name':'super computer'},{'id':14760,'name':'scientist'},{'id':34117,'name':'cult film'}]" +413658,[] +397415,[] +405882,"[{'id':1812,'name':'fbi'},{'id':10292,'name':'gore'},{'id':15001,'name':'demon'},{'id':156075,'name':'evil'},{'id':161261,'name':'demonic possession'},{'id':233436,'name':'blond boy'}]" +381284,"[{'id':1432,'name':'nasa'},{'id':4411,'name':'sexism'},{'id':5565,'name':'biography'},{'id':6009,'name':'mathematics'},{'id':6984,'name':'racial segregation'},{'id':12425,'name':'racism'},{'id':14760,'name':'scientist'},{'id':156836,'name':'space race'},{'id':186782,'name':'discrimination'},{'id':208992,'name':'1960s'},{'id':229169,'name':'space program'}]" +370755,"[{'id':496,'name':'poetry'},{'id':586,'name':'new jersey'},{'id':1010,'name':'bar'},{'id':1157,'name':'wife husband relationship'},{'id':4552,'name':'beer'},{'id':5585,'name':'notebook'},{'id':5612,'name':'bus driver'},{'id':15162,'name':'dog'},{'id':33719,'name':'drink'},{'id':162296,'name':'ex-boyfriend ex-girlfriend relationship'},{'id':169151,'name':'cupcake'},{'id':176485,'name':'female artist'},{'id':232191,'name':'writing a poem'}]" +173897,"[{'id':720,'name':'helicopter'},{'id':1299,'name':'monster'},{'id':1353,'name':'underground'},{'id':1852,'name':'mutant'},{'id':4458,'name':'post-apocalyptic'},{'id':4565,'name':'dystopia'},{'id':9663,'name':'sequel'},{'id':10150,'name':'end of the world'},{'id':11024,'name':'female soldier'},{'id':11537,'name':'woman with gun'},{'id':12102,'name':'resident evil'},{'id':12377,'name':'zombie'},{'id':12654,'name':'armageddon'},{'id':13132,'name':'pistol'},{'id':41645,'name':'based on video game'},{'id':156525,'name':'heroine'},{'id':196376,'name':'sci-fi thriller'}]" +405535,"[{'id':339,'name':'submarine'},{'id':9826,'name':'murder'},{'id':11930,'name':'drone'},{'id':14601,'name':'explosion'},{'id':18029,'name':'trapped'},{'id':158538,'name':'north korea'},{'id':162365,'name':'military'},{'id':185477,'name':'trapped underwater '},{'id':195908,'name':'special ops'},{'id':237237,'name':'yellow sea'}]" +336149,"[{'id':4271,'name':'hermit'},{'id':6976,'name':'druid'},{'id':10612,'name':'celtic'},{'id':10982,'name':'king arthur'},{'id':13084,'name':'king'},{'id':177912,'name':'wizard'},{'id':234213,'name':'sword and sorcery'}]" +388202,"[{'id':380,'name':'sibling relationship'},{'id':1930,'name':'kidnapping'},{'id':11578,'name':'mobster'}]" +347026,"[{'id':409,'name':'africa'},{'id':818,'name':'based on novel or book'},{'id':5565,'name':'biography'},{'id':6038,'name':'marriage'},{'id':8028,'name':'botswana'},{'id':9672,'name':'based on a true story'},{'id':10188,'name':'interracial marriage'},{'id':13084,'name':'king'},{'id':187056,'name':'woman director'}]" +382542,[] +330459,"[{'id':526,'name':'rebel'},{'id':1612,'name':'spacecraft'},{'id':2902,'name':'space battle'},{'id':3801,'name':'space travel'},{'id':6091,'name':'war'},{'id':9675,'name':'prequel'},{'id':10013,'name':'death star'},{'id':10527,'name':'jedi'},{'id':11196,'name':'rebellion'},{'id':11322,'name':'female protagonist'},{'id':11606,'name':'space western'},{'id':12993,'name':'suicide mission'},{'id':14544,'name':'robot'},{'id':15285,'name':'spin off'},{'id':161176,'name':'space opera'},{'id':162459,'name':'alien language'},{'id':171051,'name':'against the odds'},{'id':207556,'name':'blind man'}]" +388399,"[{'id':1680,'name':'boston'},{'id':1700,'name':'massachusetts'},{'id':2993,'name':'police chief'},{'id':13015,'name':'terrorism'},{'id':226499,'name':'manhunt'},{'id':229773,'name':'boston marathon'}]" +356305,"[{'id':5600,'name':'daughter'},{'id':9823,'name':'rivalry'},{'id':173388,'name':'dad'},{'id':184496,'name':'parent-in-law child-in-law relationship'}]" +68730,"[{'id':186,'name':'christianity'},{'id':233,'name':'japan'},{'id':440,'name':'missionary'},{'id':818,'name':'based on novel or book'},{'id':10085,'name':'betrayal'},{'id':13006,'name':'torture'},{'id':41611,'name':'martyrdom'},{'id':179567,'name':'crisis of faith'},{'id':189398,'name':'portuguese'},{'id':207941,'name':'17th century'},{'id':214891,'name':'shogunate'},{'id':220888,'name':'jesuit priest'},{'id':220890,'name':'religious persecution'},{'id':226417,'name':'religious icon'},{'id':226419,'name':'apostasy'}]" +342737,"[{'id':970,'name':'parent child relationship'},{'id':1228,'name':'1970s'},{'id':1979,'name':'balcony'},{'id':2383,'name':'feminism'},{'id':11718,'name':'feminist'},{'id':14768,'name':'single mother'},{'id':156310,'name':'punk music'},{'id':164224,'name':'generation gap'},{'id':208563,'name':'santa barbara california'}]" +241258,"[{'id':242,'name':'new york'},{'id':716,'name':'vatican'},{'id':1881,'name':'dutch'},{'id':2564,'name':'wheelchair'},{'id':2626,'name':'exorcism'},{'id':6634,'name':'wheelchair user '},{'id':10375,'name':'possessed'},{'id':14760,'name':'scientist'},{'id':15001,'name':'demon'},{'id':159940,'name':'exorcist'}]" +374052,"[{'id':351,'name':'poison'},{'id':2343,'name':'magic'},{'id':2968,'name':'grave'},{'id':5918,'name':'painting'},{'id':9673,'name':'love'},{'id':12544,'name':'crying'},{'id':34079,'name':'death'},{'id':40931,'name':'witchcraft'},{'id':157144,'name':'stockings'},{'id':173293,'name':'white horse'},{'id':179542,'name':'love potion'},{'id':187056,'name':'woman director'},{'id':210589,'name':'searching for love'},{'id':230498,'name':'woman seduces a man'}]" +121856,"[{'id':441,'name':'assassination'},{'id':514,'name':'spain'},{'id':782,'name':'assassin'},{'id':2908,'name':'secret society'},{'id':3156,'name':'brotherhood'},{'id':3713,'name':'chase'},{'id':6955,'name':'parkour'},{'id':10937,'name':'memory'},{'id':11001,'name':'religion'},{'id':41645,'name':'based on video game'},{'id':213097,'name':'15th century'},{'id':235579,'name':'corporate conspiracy'},{'id':236838,'name':'genetic memory'}]" +346672,"[{'id':779,'name':'martial arts'},{'id':1938,'name':'sword'},{'id':3133,'name':'vampire'},{'id':3734,'name':'ambition'},{'id':6091,'name':'war'},{'id':9663,'name':'sequel'},{'id':10085,'name':'betrayal'},{'id':12564,'name':'werewolf'},{'id':33505,'name':'gothic'},{'id':159932,'name':'uzi'},{'id':187056,'name':'woman director'},{'id':232469,'name':'urban gothic'}]" +384682,"[{'id':65,'name':'holiday'},{'id':246,'name':'dancing'},{'id':567,'name':'alcohol'},{'id':1438,'name':'office'},{'id':1441,'name':'christmas party'},{'id':8508,'name':'party'},{'id':14512,'name':'new york city'},{'id':180764,'name':'wild party'}]" +259695,"[{'id':818,'name':'based on novel or book'},{'id':947,'name':'prohibition'},{'id':1196,'name':'florida'},{'id':9673,'name':'love'},{'id':9748,'name':'revenge'},{'id':10085,'name':'betrayal'},{'id':10291,'name':'organized crime'},{'id':207876,'name':'1920s'},{'id':214548,'name':'1930s'}]" +335797,"[{'id':10987,'name':'cgi'},{'id':11128,'name':'furry'},{'id':11477,'name':'anthropomorphism'},{'id':12990,'name':'singing'},{'id':163110,'name':'theatre'},{'id':186120,'name':'singing competition'}]" +376290,"[{'id':1419,'name':'gun'},{'id':2386,'name':'empowerment'},{'id':2660,'name':'strong woman'},{'id':2751,'name':'career woman'},{'id':2944,'name':'senator'},{'id':6078,'name':'politics'},{'id':11322,'name':'female protagonist'},{'id':14537,'name':'woman power'},{'id':191731,'name':'female empowerment'},{'id':207999,'name':'determination'},{'id':211062,'name':'ethics'},{'id':219605,'name':'lobbyist'},{'id':226424,'name':'gun control'}]" +293452,"[{'id':970,'name':'parent child relationship'},{'id':5153,'name':'son'},{'id':155619,'name':'attic'},{'id':162846,'name':'ghost'}]" +339405,"[{'id':236,'name':'suicide'},{'id':5565,'name':'biography'},{'id':222176,'name':'news broadcaster'}]" +401061,"[{'id':6506,'name':'resurrection'},{'id':7002,'name':'vigilante'},{'id':8015,'name':'cop'},{'id':18712,'name':'based on graphic novel'}]" +391975,"[{'id':1196,'name':'florida'},{'id':1299,'name':'monster'},{'id':2859,'name':'lava'},{'id':3347,'name':'volcano'},{'id':3888,'name':'giant spider'},{'id':9663,'name':'sequel'},{'id':9732,'name':'film in film'},{'id':10617,'name':'disaster'},{'id':14792,'name':'tarantula'},{'id':158253,'name':'mutant animal'},{'id':175998,'name':'havoc'},{'id':184793,'name':'movie set'},{'id':233408,'name':'sinkholes'}]" +385737,"[{'id':931,'name':'jealousy'},{'id':6054,'name':'friendship'},{'id':12392,'name':'best friend'},{'id':157902,'name':'psychological'},{'id':187056,'name':'woman director'},{'id':233461,'name':'temporary insanity'},{'id':233462,'name':'person snapping'}]" +305943,"[{'id':242,'name':'new york'},{'id':279,'name':'usa'},{'id':818,'name':'based on novel or book'},{'id':2301,'name':'architect'},{'id':5340,'name':'investigation'},{'id':9826,'name':'murder'},{'id':208992,'name':'1960s'}]" +393457,"[{'id':5905,'name':'father'},{'id':10181,'name':'based on play or musical'},{'id':11243,'name':'african american'},{'id':12425,'name':'racism'},{'id':193594,'name':'pittsburgh'},{'id':208611,'name':'1950s'},{'id':212739,'name':'struggle'}]" +353979,"[{'id':828,'name':'waitress'},{'id':992,'name':'bus'},{'id':1523,'name':'obsession'},{'id':1946,'name':'restaurant'},{'id':4392,'name':'cage'},{'id':6844,'name':'stalker'},{'id':9826,'name':'murder'},{'id':9866,'name':'basement'},{'id':10292,'name':'gore'},{'id':10333,'name':'stalking'},{'id':10714,'name':'serial killer'},{'id':14819,'name':'violence'},{'id':14906,'name':'slave'},{'id':15162,'name':'dog'},{'id':41180,'name':'security guard'},{'id':46954,'name':'journal'},{'id':178901,'name':'dog pound'},{'id':181976,'name':'imprisoned'},{'id':189359,'name':'rat'}]" +411632,"[{'id':779,'name':'martial arts'},{'id':11221,'name':'blood'},{'id':14819,'name':'violence'},{'id':41180,'name':'security guard'},{'id':155608,'name':'aikido'},{'id':167580,'name':'kingpin'}]" +274870,"[{'id':803,'name':'android'},{'id':1423,'name':'asteroid'},{'id':1533,'name':'isolation'},{'id':1612,'name':'spacecraft'},{'id':1879,'name':'shower'},{'id':5046,'name':'automation'},{'id':6567,'name':'hibernation'},{'id':8181,'name':'swimming pool'},{'id':9882,'name':'space'},{'id':14544,'name':'robot'},{'id':156039,'name':'space station'},{'id':170682,'name':'lying'},{'id':180466,'name':'gravity'},{'id':191586,'name':'trapped in space'},{'id':208840,'name':'malfunction'},{'id':209714,'name':'3d'}]" +397514,"[{'id':516,'name':'child abuse'},{'id':587,'name':'amsterdam'},{'id':970,'name':'parent child relationship'},{'id':992,'name':'bus'},{'id':4066,'name':'windmill'},{'id':5159,'name':'tourist'},{'id':5287,'name':'tour'},{'id':9826,'name':'murder'},{'id':10292,'name':'gore'},{'id':10365,'name':'holland'},{'id':10562,'name':'on the run'},{'id':11221,'name':'blood'},{'id':12339,'name':'slasher'},{'id':14819,'name':'violence'},{'id':156392,'name':'scythe'},{'id':160225,'name':'miller'},{'id':190396,'name':'devil worship'},{'id':233053,'name':'bone miller'}]" +404378,"[{'id':818,'name':'based on novel or book'},{'id':977,'name':'cat'},{'id':2526,'name':'human animal relationship'},{'id':5565,'name':'biography'},{'id':6782,'name':'addiction'},{'id':18179,'name':'drug addict'},{'id':155936,'name':'recovering drug addict'},{'id':180807,'name':'moral transformation'},{'id':185250,'name':'street musician'},{'id':199793,'name':'busker'},{'id':205607,'name':'unlucky'}]" +259316,"[{'id':642,'name':'robbery'},{'id':2343,'name':'magic'},{'id':3822,'name':'teleportation'},{'id':4702,'name':'suitcase'},{'id':14512,'name':'new york city'},{'id':15285,'name':'spin off'},{'id':159451,'name':'subway station'},{'id':161287,'name':'central park'},{'id':177912,'name':'wizard'},{'id':189094,'name':'goblin'},{'id':195269,'name':'magical creature'},{'id':207876,'name':'1920s'},{'id':250038,'name':'wizarding world'}]" +345920,"[{'id':2300,'name':'despair'},{'id':6203,'name':'loss'},{'id':9872,'name':'grief'},{'id':34079,'name':'death'},{'id':159753,'name':'ensemble cast'},{'id':207525,'name':'grieving father'},{'id':232589,'name':'anguish'}]" +256569,"[{'id':970,'name':'parent child relationship'},{'id':3149,'name':'gangster'},{'id':8723,'name':'poacher'},{'id':18035,'name':'family'},{'id':33421,'name':'crime family'}]" +374473,"[{'id':1786,'name':'heart attack'},{'id':5215,'name':'northern england'},{'id':14768,'name':'single mother'},{'id':18454,'name':'compassion'},{'id':45141,'name':'carpenter'},{'id':170154,'name':'social services'},{'id':189142,'name':'welfare'},{'id':223200,'name':'social security'},{'id':223787,'name':'newcastle upon tyne'},{'id':228067,'name':'healthcare'},{'id':232076,'name':'desperate'}]" +435473,"[{'id':2501,'name':'death row'},{'id':4434,'name':'interview'},{'id':11268,'name':'psychologist'},{'id':166760,'name':'female psychologist'},{'id':207268,'name':'neo-noir'}]" +8987,"[{'id':1261,'name':'river'},{'id':1621,'name':'robber'},{'id':1680,'name':'boston'},{'id':2347,'name':'idaho'},{'id':2492,'name':'bank robber'},{'id':5809,'name':'marriage crisis'},{'id':7188,'name':'hostage-taking'},{'id':8158,'name':'rafting'},{'id':15009,'name':'criminal'},{'id':233153,'name':'white water rafting'},{'id':241987,'name':'rapids'}]" +423627,"[{'id':779,'name':'martial arts'},{'id':10950,'name':'shootout'},{'id':11325,'name':'shot to death'},{'id':14819,'name':'violence'},{'id':155608,'name':'aikido'}]" +442094,"[{'id':447,'name':'post traumatic stress disorder'},{'id':4278,'name':'invasion'},{'id':5922,'name':'north carolina'},{'id':179853,'name':'vagrant'},{'id':232675,'name':'domestic terrorism'},{'id':232676,'name':'wounded warrior'}]" +258230,"[{'id':818,'name':'based on novel or book'},{'id':1158,'name':'grandparent grandchild relationship'},{'id':1299,'name':'monster'},{'id':1566,'name':'dream'},{'id':2679,'name':'artist'},{'id':3030,'name':'nightmare'},{'id':3352,'name':'tree'},{'id':5202,'name':'boy'},{'id':6256,'name':'truth'},{'id':6564,'name':'terminal illness'},{'id':6733,'name':'bullying'},{'id':10163,'name':'cancer'},{'id':10624,'name':'bully'},{'id':14673,'name':'disease'},{'id':164039,'name':'grandmother'},{'id':170344,'name':'imagination'}]" +338964,"[{'id':65,'name':'holiday'},{'id':603,'name':'elves'},{'id':1991,'name':'santa claus'},{'id':3289,'name':'villain'},{'id':6490,'name':'shopping mall'},{'id':15094,'name':'mad'},{'id':33451,'name':'masturbation'},{'id':33656,'name':'pervert'},{'id':170499,'name':'mall santa'},{'id':207317,'name':'christmas'},{'id':232431,'name':'anti christmas'}]" +334541,"[{'id':1422,'name':'boat'},{'id':1647,'name':'sadness'},{'id':1680,'name':'boston'},{'id':1700,'name':'massachusetts'},{'id':3739,'name':'funeral'},{'id':5301,'name':'brother'},{'id':6203,'name':'loss'},{'id':9872,'name':'grief'},{'id':10041,'name':'dysfunctional family'},{'id':11612,'name':'hospital'},{'id':15235,'name':'house fire'},{'id':34079,'name':'death'},{'id':155248,'name':'nephew'},{'id':155816,'name':'ex-wife'},{'id':157171,'name':'nonlinear timeline'},{'id':159315,'name':'mental health'},{'id':163758,'name':'ex-husband ex-wife relationship'},{'id':223569,'name':'legal guardian'},{'id':223609,'name':'dysfunctional life'}]" +324786,"[{'id':233,'name':'japan'},{'id':1956,'name':'world war ii'},{'id':2299,'name':'violent father'},{'id':2821,'name':'pacifism'},{'id':3036,'name':'bible'},{'id':5565,'name':'biography'},{'id':6091,'name':'war'},{'id':8997,'name':'conscientious objector'},{'id':9672,'name':'based on a true story'},{'id':10292,'name':'gore'},{'id':11001,'name':'religion'},{'id':13065,'name':'soldier'},{'id':14989,'name':'religious'},{'id':33457,'name':'alcoholic'},{'id':33482,'name':'war hero'},{'id':180507,'name':'medic'},{'id':185454,'name':'us military'}]" +18031,"[{'id':10183,'name':'independent film'}]" +33762,"[{'id':7984,'name':'bikini'},{'id':10726,'name':'gang'},{'id':18179,'name':'drug addict'},{'id':156117,'name':'illegal drugs'},{'id':232707,'name':'survival training'}]" +351964,"[{'id':549,'name':'prostitute'},{'id':736,'name':'journalist'},{'id':970,'name':'parent child relationship'},{'id':4620,'name':'magazine'},{'id':5902,'name':'escort service'},{'id':13028,'name':'writer'},{'id':13059,'name':'prostitution'},{'id':156731,'name':'escort'},{'id':163791,'name':'escort girl'},{'id':167164,'name':'call girl'}]" +356901,"[{'id':697,'name':'loss of loved one'},{'id':2797,'name':'mother-in-law'},{'id':9872,'name':'grief'},{'id':33720,'name':'guilt'},{'id':187056,'name':'woman director'},{'id':190069,'name':'estranged'}]" +332979,"[{'id':240,'name':'underdog'},{'id':2792,'name':'boxer'},{'id':4610,'name':'comeback'},{'id':5565,'name':'biography'},{'id':5713,'name':'rhode island'},{'id':6075,'name':'sport'},{'id':6211,'name':'fighter'},{'id':223064,'name':'come back'}]" +392820,"[{'id':578,'name':'rock 'n' roll'},{'id':11053,'name':'punk rock'},{'id':18001,'name':'rock band'},{'id':18021,'name':'detroit'},{'id':246108,'name':'the stooges'}]" +31671,"[{'id':378,'name':'prison'},{'id':534,'name':'mexico'},{'id':3203,'name':'pilot'},{'id':10685,'name':'escape'},{'id':200529,'name':'trying to escape'},{'id':222529,'name':'rescue operation'}]" +51681,"[{'id':1631,'name':'concentration camp'},{'id':1956,'name':'world war ii'},{'id':2450,'name':'auschwitz'},{'id':3537,'name':'orchestra'},{'id':14641,'name':'based on memoir or autobiography'}]" +37571,"[{'id':779,'name':'martial arts'}]" +376660,"[{'id':380,'name':'sibling relationship'},{'id':1896,'name':'portland'},{'id':6054,'name':'friendship'},{'id':6270,'name':'high school'},{'id':9957,'name':'loneliness'},{'id':10049,'name':'teen angst'},{'id':10683,'name':'coming of age'},{'id':10809,'name':'teenage girl'},{'id':12392,'name':'best friend'},{'id':13043,'name':'dating'},{'id':13130,'name':'teenager'},{'id':187056,'name':'woman director'}]" +39295,"[{'id':9748,'name':'revenge'},{'id':10183,'name':'independent film'},{'id':33600,'name':'stagecoach'},{'id':155511,'name':'stagecoach robbery'},{'id':155512,'name':'saloon owner'},{'id':155513,'name':'dancehall girl'}]" +347674,"[{'id':585,'name':'casino'},{'id':10051,'name':'heist'}]" +411221,"[{'id':15162,'name':'dog'},{'id':158415,'name':'beagle'}]" +364540,"[{'id':1228,'name':'1970s'},{'id':1421,'name':'birthday'},{'id':5732,'name':'birthday party'},{'id':10683,'name':'coming of age'},{'id':12392,'name':'best friend'},{'id':14659,'name':'girl'},{'id':33372,'name':'womanhood'},{'id':187056,'name':'woman director'}]" +329865,"[{'id':1612,'name':'spacecraft'},{'id':5996,'name':'language'},{'id':6203,'name':'loss'},{'id':9951,'name':'alien'},{'id':11322,'name':'female protagonist'},{'id':14760,'name':'scientist'},{'id':34265,'name':'heartbreak'},{'id':156866,'name':'based on short story'},{'id':162365,'name':'military'},{'id':162459,'name':'alien language'},{'id':165278,'name':'linguist'},{'id':211248,'name':'first contact'},{'id':212542,'name':'communication'},{'id':220414,'name':'linguistics'}]" +374251,"[{'id':818,'name':'based on novel or book'},{'id':1442,'name':'winter'},{'id':1526,'name':'home'},{'id':15162,'name':'dog'},{'id':18330,'name':'nature'},{'id':189092,'name':'journey'},{'id':207317,'name':'christmas'},{'id':214549,'name':'short'},{'id':240185,'name':'seasons'}]" +376866,"[{'id':441,'name':'assassination'},{'id':840,'name':'usa president'},{'id':4129,'name':'widow'},{'id':4170,'name':'john f. kennedy'},{'id':5565,'name':'biography'},{'id':5720,'name':'dallas texas'},{'id':8570,'name':'president'},{'id':11033,'name':'first lady'},{'id':165042,'name':'kennedy family'},{'id':170548,'name':'kennedy assassination'},{'id':192279,'name':'american history'},{'id':208992,'name':'1960s'},{'id':232640,'name':'jfk'}]" +296523,"[{'id':1566,'name':'dream'},{'id':4458,'name':'post-apocalyptic'},{'id':4662,'name':'illusion'},{'id':6262,'name':'delusion'},{'id':12332,'name':'apocalypse'},{'id':156282,'name':'alternate reality'},{'id':158987,'name':'post war'}]" +371560,"[{'id':10201,'name':'death of father'},{'id':10877,'name':'dead body'},{'id':12999,'name':'black and white'},{'id':14819,'name':'violence'},{'id':157213,'name':'death of mother'}]" +398841,"[{'id':2041,'name':'island'},{'id':18293,'name':'chef'},{'id':156273,'name':'critic'},{'id':232737,'name':'strange sisters'},{'id':232738,'name':'online relationship'},{'id':232739,'name':'vegetarian restaurant'}]" +43788,"[{'id':1956,'name':'world war ii'},{'id':2652,'name':'nazi'},{'id':14618,'name':'british spy'}]" +43882,"[{'id':2080,'name':'stewardess'},{'id':9937,'name':'suspense'},{'id':185482,'name':'movie actress'},{'id':188594,'name':'aeronautical engineer'},{'id':235524,'name':'aerospace'}]" +390584,"[{'id':445,'name':'pornography'},{'id':818,'name':'based on novel or book'},{'id':5565,'name':'biography'},{'id':9672,'name':'based on a true story'},{'id':9817,'name':'behind the scenes'},{'id':9826,'name':'murder'},{'id':18321,'name':'porn industry'},{'id':41609,'name':'ego'},{'id':158718,'name':'lgbt'},{'id':174960,'name':'vanity'},{'id':191016,'name':'business competition'},{'id':231069,'name':'inspired by a true story'},{'id':231839,'name':'rent boy'},{'id':238355,'name':'gay pornography'}]" +412452,"[{'id':4257,'name':'amulet'},{'id':9663,'name':'sequel'},{'id':12670,'name':'los angeles'},{'id':232166,'name':'cross amulet'}]" +334532,"[{'id':212,'name':'london'},{'id':444,'name':'taxi'},{'id':7912,'name':'rugby'},{'id':11290,'name':'cab driver'},{'id':155817,'name':'estranged wife'},{'id':207716,'name':'actor'},{'id':208806,'name':'life of crime'},{'id':221727,'name':'chelsea'},{'id':232686,'name':'rugby captain'},{'id':232687,'name':'serious accident'},{'id':232688,'name':'rugby star'},{'id':232689,'name':'three stories'},{'id':232690,'name':'eccentric actor'},{'id':232691,'name':'multi-threaded story'},{'id':232692,'name':'inspired by real stories'}]" +277834,"[{'id':270,'name':'ocean'},{'id':544,'name':'sailboat'},{'id':658,'name':'sea'},{'id':2035,'name':'mythology'},{'id':2041,'name':'island'},{'id':4344,'name':'musical'},{'id':10541,'name':'curse'},{'id':18252,'name':'young girl'},{'id':41599,'name':'sailor'},{'id':179430,'name':'aftercreditsstinger'},{'id':180548,'name':'demigod'},{'id':180803,'name':'polynesia'},{'id':181240,'name':'voyage'},{'id':206828,'name':'pacific ocean'},{'id':207372,'name':'quest'},{'id':220234,'name':'island life'},{'id':234183,'name':'animal sidekick'}]" +329981,"[{'id':1442,'name':'winter'},{'id':1533,'name':'isolation'},{'id':1655,'name':'country house'},{'id':1822,'name':'bath'},{'id':3030,'name':'nightmare'},{'id':9826,'name':'murder'},{'id':10178,'name':'step son'},{'id':11268,'name':'psychologist'},{'id':13005,'name':'doctor'},{'id':14527,'name':'storm'},{'id':14964,'name':'drugs'},{'id':156948,'name':'missing child'},{'id':232555,'name':'winter storm'},{'id':236940,'name':'deaf child'}]" +291328,"[{'id':10483,'name':'eccentric'},{'id':12547,'name':'billionaire'},{'id':155963,'name':'driver'},{'id':207583,'name':'actress'},{'id':227479,'name':'howard hughes'},{'id':232626,'name':'christian woman'}]" +284052,"[{'id':2343,'name':'magic'},{'id':3667,'name':'time'},{'id':4613,'name':'training'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':10821,'name':'sorcerer'},{'id':13005,'name':'doctor'},{'id':155583,'name':'neurosurgeon'},{'id':177912,'name':'wizard'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'},{'id':180547,'name':'marvel cinematic universe'}]" +376867,"[{'id':237,'name':'gay'},{'id':726,'name':'drug abuse'},{'id':970,'name':'parent child relationship'},{'id':1196,'name':'florida'},{'id':1721,'name':'fight'},{'id':1803,'name':'drug addiction'},{'id':1946,'name':'restaurant'},{'id':2231,'name':'drug dealer'},{'id':6270,'name':'high school'},{'id':10180,'name':'homosexuality'},{'id':10683,'name':'coming of age'},{'id':11243,'name':'african american'},{'id':158718,'name':'lgbt'},{'id':164296,'name':'addict'},{'id':195624,'name':'black lgbt'}]" +369885,"[{'id':470,'name':'spy'},{'id':836,'name':'resistance'},{'id':1956,'name':'world war ii'},{'id':2652,'name':'nazi'},{'id':4653,'name':'french'},{'id':6091,'name':'war'},{'id':9673,'name':'love'},{'id':189126,'name':'north africa'},{'id':207883,'name':'1940s'},{'id':221068,'name':'french woman'}]" +325669,"[{'id':1326,'name':'infidelity'},{'id':10181,'name':'based on play or musical'},{'id':155678,'name':'penis'},{'id':158718,'name':'lgbt'},{'id':186621,'name':'gay adoption'}]" +296063,[] +337407,[] +277353,"[{'id':3616,'name':'college'},{'id':226763,'name':'disintegration'},{'id':232583,'name':'filmed in jumpview'}]" +340666,"[{'id':818,'name':'based on novel or book'},{'id':970,'name':'parent child relationship'},{'id':1562,'name':'hostage'},{'id':9856,'name':'flashback'},{'id':10163,'name':'cancer'},{'id':13028,'name':'writer'},{'id':14646,'name':'overbearing mother'},{'id':14893,'name':'art'},{'id':155251,'name':'novelist'},{'id':167542,'name':'carjacking'},{'id':169878,'name':'story within the story'},{'id':209121,'name':'lung cancer'}]" +409502,"[{'id':186,'name':'christianity'},{'id':5565,'name':'biography'},{'id':5950,'name':'christian'},{'id':6150,'name':'faith'},{'id':6270,'name':'high school'},{'id':7281,'name':'shooting'},{'id':7548,'name':'columbine'},{'id':9672,'name':'based on a true story'}]" +343611,"[{'id':818,'name':'based on novel or book'},{'id':1849,'name':'homicide'},{'id':9663,'name':'sequel'},{'id':14783,'name':'false accusations'},{'id':18471,'name':'false accusation of murder'}]" +82944,"[{'id':570,'name':'rape'},{'id':11527,'name':'rape victim'}]" +363841,"[{'id':393,'name':'civil war'},{'id':514,'name':'spain'},{'id':736,'name':'journalist'},{'id':6091,'name':'war'},{'id':9672,'name':'based on a true story'},{'id':196671,'name':'wartime romance'},{'id':214548,'name':'1930s'}]" +14554,"[{'id':9826,'name':'murder'},{'id':12425,'name':'racism'},{'id':18034,'name':'desert'},{'id':156866,'name':'based on short story'},{'id':160224,'name':'post world war ii'},{'id':168347,'name':'southwestern u.s.'},{'id':173976,'name':'one armed man'},{'id':181089,'name':'japanese american'},{'id':207883,'name':'1940s'}]" +317557,"[{'id':316,'name':'chess'},{'id':818,'name':'based on novel or book'},{'id':5565,'name':'biography'},{'id':6075,'name':'sport'},{'id':9672,'name':'based on a true story'},{'id':187056,'name':'woman director'},{'id':229684,'name':'life in the slums'},{'id':239275,'name':'based on magazine, newspaper or article'}]" +375366,"[{'id':212,'name':'london'},{'id':818,'name':'based on novel or book'},{'id':2321,'name':'bunker'},{'id':4458,'name':'post-apocalyptic'},{'id':4884,'name':'infection'},{'id':10103,'name':'children'},{'id':11221,'name':'blood'},{'id':12377,'name':'zombie'},{'id':12663,'name':'little girl'},{'id':14760,'name':'scientist'},{'id':159287,'name':'gas mask'},{'id':188861,'name':'smell'},{'id':188952,'name':'eaten alive'},{'id':221253,'name':'fungus'},{'id':227583,'name':'white savior'},{'id':232473,'name':'whitewashing'}]" +270007,"[{'id':1930,'name':'kidnapping'},{'id':10075,'name':'boot camp'},{'id':10349,'name':'survival'},{'id':156630,'name':'remote island'}]" +380124,"[{'id':3335,'name':'halloween'},{'id':3350,'name':'poltergeist'},{'id':3358,'name':'haunted house'},{'id':12377,'name':'zombie'},{'id':13130,'name':'teenager'},{'id':158729,'name':'ghoul'},{'id':162846,'name':'ghost'},{'id':178665,'name':'mayhem'}]" +345918,"[{'id':703,'name':'detective'},{'id':5490,'name':'girlfriend'},{'id':10226,'name':'neighbor'},{'id':10941,'name':'disappearance'},{'id':13094,'name':'photograph'},{'id':33632,'name':'apartment'},{'id':156091,'name':'missing person'},{'id':156169,'name':'backyard'},{'id':159197,'name':'digging'},{'id':160223,'name':'vancouver'}]" +376453,"[{'id':305,'name':'moon'},{'id':591,'name':'cia'},{'id':1432,'name':'nasa'},{'id':7422,'name':'moon landing'},{'id':10410,'name':'conspiracy'},{'id':11665,'name':'handheld camera'},{'id':11800,'name':'mockumentary'},{'id':15483,'name':'car chase'},{'id':163053,'name':'found footage'},{'id':190654,'name':'russian spy'},{'id':208992,'name':'1960s'},{'id':214596,'name':'cia agent'},{'id':226233,'name':'apollo program'}]" +262982,"[{'id':1859,'name':'arizona'},{'id':2708,'name':'hitman'},{'id':10175,'name':'drug cartel'},{'id':155702,'name':'used car salesman'},{'id':163102,'name':'crooked sheriff'},{'id':169977,'name':'small town sheriff'},{'id':188711,'name':'mexican american border'},{'id':206124,'name':'crossroad'}]" +548607,"[{'id':703,'name':'detective'},{'id':818,'name':'based on novel or book'},{'id':10092,'name':'mystery'},{'id':240766,'name':'novel'},{'id':247627,'name':'crime'},{'id':248659,'name':'simenon'},{'id':248660,'name':'maigret'}]" +360924,"[{'id':3094,'name':'australian'},{'id':157906,'name':'outback'}]" +300667,"[{'id':10768,'name':'lesbian'},{'id':13130,'name':'teenager'},{'id':14768,'name':'single mother'},{'id':17975,'name':'transgender'},{'id':34221,'name':'gender roles'},{'id':158718,'name':'lgbt'},{'id':187056,'name':'woman director'},{'id':234700,'name':'gender transition'}]" +409307,"[{'id':1299,'name':'monster'},{'id':10115,'name':'snowman'},{'id':10159,'name':'computer animation'},{'id':10308,'name':'h.p. lovecraft'},{'id':244863,'name':'first part'}]" +42814,"[{'id':12193,'name':'reporter'},{'id':156764,'name':'pre-code'},{'id':167241,'name':'newsroom'},{'id':176016,'name':'editor'},{'id':180093,'name':'press room'}]" +31623,"[{'id':1956,'name':'world war ii'}]" +28758,"[{'id':2768,'name':'atlantis'},{'id':7376,'name':'princess'},{'id':8011,'name':'greek'},{'id':14906,'name':'slave'}]" +3014,"[{'id':220,'name':'berlin germany'},{'id':6731,'name':'british'},{'id':13072,'name':'falling in love'},{'id':155451,'name':'brit noir'},{'id':158987,'name':'post war'}]" +416572,"[{'id':176691,'name':'killer clown'}]" +11661,"[{'id':65,'name':'holiday'},{'id':2504,'name':'world war i'},{'id':6062,'name':'hostility'},{'id':10229,'name':'singer'},{'id':12990,'name':'singing'},{'id':207317,'name':'christmas'}]" +293767,"[{'id':447,'name':'post traumatic stress disorder'},{'id':579,'name':'american football'},{'id':818,'name':'based on novel or book'},{'id':1543,'name':'war veteran'},{'id':2920,'name':'cheerleader'},{'id':4543,'name':'thanksgiving'},{'id':13065,'name':'soldier'},{'id':13130,'name':'teenager'},{'id':15087,'name':'iraq war'},{'id':237345,'name':'movie producer'},{'id':239913,'name':'effects from the past'}]" +333663,[] +294795,"[{'id':818,'name':'based on novel or book'},{'id':155440,'name':'hitchcockian'},{'id':190698,'name':'sixth sense'},{'id':207819,'name':'accident'}]" +387999,[] +326285,"[{'id':279,'name':'usa'},{'id':818,'name':'based on novel or book'},{'id':970,'name':'parent child relationship'},{'id':1157,'name':'wife husband relationship'},{'id':1228,'name':'1970s'},{'id':2339,'name':'political activism'},{'id':2957,'name':'vietnam war'},{'id':10958,'name':'man hunt'},{'id':159793,'name':'stuttering'},{'id':208992,'name':'1960s'},{'id':210026,'name':'college reunion'},{'id':240103,'name':'beauty queen'}]" +408220,"[{'id':849,'name':'dc comics'},{'id':1299,'name':'monster'},{'id':6152,'name':'supernatural'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':10843,'name':'superheroine'},{'id':13031,'name':'creature'}]" +67221,"[{'id':679,'name':'cyborg'},{'id':779,'name':'martial arts'},{'id':4458,'name':'post-apocalyptic'},{'id':5572,'name':'fistfight'},{'id':10950,'name':'shootout'},{'id':11181,'name':'decapitation'},{'id':14819,'name':'violence'},{'id':18114,'name':'exploding car'}]" +9638,"[{'id':156075,'name':'evil'},{'id':157481,'name':'ice cream man  '},{'id':162332,'name':'mausoleum'},{'id':162333,'name':'tall man'},{'id':162334,'name':'sentinals'},{'id':223375,'name':'sphere'}]" +280922,"[{'id':1824,'name':'self-destruction'},{'id':2679,'name':'artist'},{'id':4048,'name':'musician'},{'id':6782,'name':'addiction'},{'id':10685,'name':'escape'},{'id':11020,'name':'classic'},{'id':33885,'name':'car'},{'id':163204,'name':'tattoo artist'},{'id':199221,'name':'stolen'},{'id':232037,'name':'high on drugs'}]" +340402,"[{'id':4543,'name':'thanksgiving'},{'id':18035,'name':'family'},{'id':34079,'name':'death'},{'id':207317,'name':'christmas'}]" +136799,"[{'id':10542,'name':'based on toy'},{'id':11173,'name':'troll'}]" +436146,"[{'id':818,'name':'based on novel or book'},{'id':12423,'name':'illegal immigrant'},{'id':231950,'name':'tirana albania'}]" +66193,"[{'id':2987,'name':'gang war'},{'id':14819,'name':'violence'},{'id':160543,'name':'semiautomatic pistol'},{'id':165279,'name':'street'},{'id':188907,'name':'street shootout'}]" +353728,"[{'id':237,'name':'gay'},{'id':4951,'name':'rejection'},{'id':6733,'name':'bullying'},{'id':10683,'name':'coming of age'},{'id':11524,'name':'in the closet'},{'id':158718,'name':'lgbt'},{'id':205771,'name':'animal spirit'},{'id':231778,'name':'treehouse'}]" +213681,"[{'id':531,'name':'southern usa'},{'id':1406,'name':'night watchman'},{'id':4898,'name':'armored car'},{'id':159457,'name':'security'},{'id':159913,'name':'armored car robbery'},{'id':191845,'name':'bank heist'}]" +431643,"[{'id':10107,'name':'sinbad'}]" +340103,"[{'id':456,'name':'mother'},{'id':1299,'name':'monster'},{'id':2217,'name':'rain'},{'id':5600,'name':'daughter'},{'id':5774,'name':'forest'},{'id':7464,'name':'alcoholism'},{'id':13063,'name':'car accident'},{'id':18171,'name':'thunderstorm'}]" +352186,"[{'id':3687,'name':'graduation'},{'id':12105,'name':'student'}]" +373247,"[{'id':331,'name':'tattoo'},{'id':4562,'name':'rapper'},{'id':227533,'name':'new south wales'},{'id':234960,'name':'blackly comic tale'}]" +283552,"[{'id':818,'name':'based on novel or book'},{'id':5657,'name':'australia'},{'id':6038,'name':'marriage'},{'id':8729,'name':'lighthouse keeper '}]" +401544,"[{'id':830,'name':'car race'},{'id':4553,'name':'black humor'},{'id':5113,'name':'overpopulation'},{'id':9714,'name':'remake'},{'id':9826,'name':'murder'},{'id':11532,'name':'grindhouse'},{'id':14671,'name':'corporate world'},{'id':162988,'name':'dystopian future'},{'id':169086,'name':'political satire'},{'id':214655,'name':'absurdism'}]" +335796,"[{'id':6152,'name':'supernatural'},{'id':9675,'name':'prequel'},{'id':9712,'name':'possession'},{'id':10112,'name':'ouija board'},{'id':13153,'name':'spirit'},{'id':162846,'name':'ghost'},{'id':179430,'name':'aftercreditsstinger'},{'id':208992,'name':'1960s'}]" +331313,"[{'id':14632,'name':'suburb'}]" +345925,"[{'id':2340,'name':'paranoia'},{'id':9853,'name':'paranormal'},{'id':10349,'name':'survival'},{'id':10410,'name':'conspiracy'},{'id':231522,'name':'fanaticism'}]" +207932,"[{'id':131,'name':'italy'},{'id':818,'name':'based on novel or book'},{'id':1295,'name':'europe'},{'id':1453,'name':'amnesia'},{'id':3096,'name':'book'},{'id':9663,'name':'sequel'},{'id':9826,'name':'murder'},{'id':11001,'name':'religion'},{'id':228477,'name':'symbology'}]" +346685,"[{'id':242,'name':'new york'},{'id':818,'name':'based on novel or book'},{'id':1326,'name':'infidelity'},{'id':1453,'name':'amnesia'},{'id':1523,'name':'obsession'},{'id':1849,'name':'homicide'},{'id':7464,'name':'alcoholism'},{'id':9856,'name':'flashback'},{'id':10303,'name':'domestic abuse'},{'id':10705,'name':'confusion'},{'id':10941,'name':'disappearance'},{'id':11322,'name':'female protagonist'},{'id':11469,'name':'memory loss'},{'id':13008,'name':'train'},{'id':18053,'name':'divorcee'},{'id':156091,'name':'missing person'},{'id':158927,'name':'police investigation'},{'id':163758,'name':'ex-husband ex-wife relationship'},{'id':174089,'name':'unreliable narrator'},{'id':207691,'name':'abuse'}]" +417820,"[{'id':2956,'name':'vietnam'},{'id':10703,'name':'tragic love'},{'id':206369,'name':'live recording'},{'id':206597,'name':'stage musical'}]" +340945,"[{'id':1956,'name':'world war ii'},{'id':9672,'name':'based on a true story'},{'id':207883,'name':'1940s'}]" +402334,"[{'id':212,'name':'london'},{'id':2394,'name':'ghetto'},{'id':10700,'name':'hood'},{'id':10726,'name':'gang'},{'id':33452,'name':'trilogy'}]" +262848,"[{'id':2283,'name':'ball'},{'id':9663,'name':'sequel'},{'id':223375,'name':'sphere'},{'id':229813,'name':'the tall man'}]" +286567,"[{'id':9715,'name':'superhero'}]" +339927,"[{'id':155876,'name':'reenactment'}]" +195590,[] +42630,"[{'id':269,'name':'diving'},{'id':270,'name':'ocean'},{'id':383,'name':'poker'},{'id':416,'name':'miami'},{'id':703,'name':'detective'},{'id':1721,'name':'fight'},{'id':3342,'name':'yacht'},{'id':3879,'name':'suspect'},{'id':9826,'name':'murder'},{'id':14819,'name':'violence'},{'id':207268,'name':'neo-noir'}]" +296524,"[{'id':447,'name':'post traumatic stress disorder'},{'id':658,'name':'sea'},{'id':9672,'name':'based on a true story'},{'id':10084,'name':'rescue'},{'id':10617,'name':'disaster'},{'id':14601,'name':'explosion'},{'id':14649,'name':'oil spill'},{'id':18029,'name':'trapped'},{'id':176253,'name':'oil rig '},{'id':189411,'name':'disaster movie'},{'id':191296,'name':'gulf of mexico'},{'id':210638,'name':'bp'}]" +417877,"[{'id':10776,'name':'marijuana'},{'id':11733,'name':'drug dealing'},{'id':41523,'name':'brooklyn, new york city'}]" +118664,[] +376579,"[{'id':228922,'name':'underground facility'},{'id':228923,'name':'augmented reality'},{'id':228924,'name':'gifted children'}]" +340485,"[{'id':612,'name':'hotel'},{'id':2407,'name':'fireworks'},{'id':4580,'name':'van'},{'id':7312,'name':'road trip'},{'id':9727,'name':'thief'},{'id':9789,'name':'misfit'},{'id':9840,'name':'romance'},{'id':10776,'name':'marijuana'},{'id':10809,'name':'teenage girl'},{'id':11016,'name':'kansas city'},{'id':13130,'name':'teenager'},{'id':156117,'name':'illegal drugs'},{'id':167043,'name':'road movie'},{'id':170869,'name':'traveling salesman'},{'id':187056,'name':'woman director'},{'id':188237,'name':'teenage romance'},{'id':195268,'name':'door to door salesman'},{'id':214388,'name':'american midwest'}]" +335791,"[{'id':1328,'name':'secret'},{'id':7638,'name':'surrogate mother'},{'id':33513,'name':'desire'}]" +414866,[] +419548,[] +369237,"[{'id':3522,'name':'snowboarding'},{'id':6075,'name':'sport'}]" +339792,"[{'id':1010,'name':'bar'},{'id':1438,'name':'office'},{'id':5287,'name':'tour'},{'id':6731,'name':'british'},{'id':10423,'name':'tour bus'},{'id':10988,'name':'based on tv series'},{'id':33624,'name':'band'},{'id':223785,'name':'cringe'}]" +338544,[] +428696,[] +325346,"[{'id':3485,'name':'comedian'}]" +302401,"[{'id':3635,'name':'national security agency (nsa)'},{'id':5565,'name':'biography'},{'id':18420,'name':'surveillance'},{'id':209799,'name':'whistleblower'},{'id':209817,'name':'political thriller'}]" +333484,"[{'id':9714,'name':'remake'}]" +40983,"[{'id':2564,'name':'wheelchair'},{'id':9663,'name':'sequel'},{'id':9951,'name':'alien'},{'id':10154,'name':'blob'},{'id':10183,'name':'independent film'},{'id':11034,'name':'b movie'},{'id':11181,'name':'decapitation'}]" +3075,"[{'id':155730,'name':'hammer horror'}]" +360030,"[{'id':839,'name':'mars'},{'id':9882,'name':'space'},{'id':11615,'name':'internet'},{'id':14544,'name':'robot'},{'id':226862,'name':'cyber warfare'},{'id':247460,'name':'old computers'}]" +283366,"[{'id':1209,'name':'wales'},{'id':1370,'name':'shapeshifting'},{'id':2639,'name':'falcon'},{'id':4379,'name':'time travel'},{'id':6272,'name':'children's home'},{'id':13014,'name':'orphan'},{'id':33637,'name':'super power'},{'id':207883,'name':'1940s'},{'id':246466,'name':'based on young adult novel'}]" +332210,"[{'id':1009,'name':'baby'},{'id':33634,'name':'stork'},{'id':209714,'name':'3d'}]" +421313,"[{'id':212,'name':'london'},{'id':779,'name':'martial arts'},{'id':782,'name':'assassin'},{'id':1930,'name':'kidnapping'},{'id':5600,'name':'daughter'},{'id':9748,'name':'revenge'},{'id':14955,'name':'fighting'},{'id':33476,'name':'widower'},{'id':33705,'name':'agent'},{'id':227532,'name':'hit man'},{'id':235335,'name':'wrong address'}]" +422469,"[{'id':10456,'name':'athlete'},{'id':168663,'name':'jamaican'},{'id':187901,'name':'track and field'},{'id':208820,'name':'olympic athlete'},{'id':239162,'name':'sprinter'}]" +363676,"[{'id':242,'name':'new york'},{'id':3203,'name':'pilot'},{'id':3800,'name':'airplane'},{'id':5340,'name':'investigation'},{'id':5565,'name':'biography'},{'id':9672,'name':'based on a true story'},{'id':9935,'name':'travel'},{'id':10084,'name':'rescue'},{'id':10168,'name':'aviation'},{'id':10812,'name':'airplane accident'},{'id':14641,'name':'based on memoir or autobiography'},{'id':33536,'name':'hudson river'},{'id':156395,'name':'imax'}]" +390777,[] +302946,"[{'id':1646,'name':'autism'},{'id':15009,'name':'criminal'},{'id':207697,'name':'accountant'}]" +339408,"[{'id':531,'name':'southern usa'},{'id':2831,'name':'slavery'},{'id':5565,'name':'biography'},{'id':18072,'name':'preacher'},{'id':160977,'name':'virginia'},{'id':207928,'name':'19th century'}]" +369883,"[{'id':13035,'name':'middle school'},{'id':15101,'name':'based on children's book'}]" +368239,"[{'id':5349,'name':'surfing'},{'id':6075,'name':'sport'}]" +397278,"[{'id':6844,'name':'stalker'},{'id':9826,'name':'murder'},{'id':10714,'name':'serial killer'},{'id':11040,'name':'masked killer'},{'id':11511,'name':'unfaithful boyfriend'},{'id':14602,'name':'break-up'},{'id':14819,'name':'violence'},{'id':15127,'name':'killer'},{'id':18171,'name':'thunderstorm'}]" +379441,"[{'id':579,'name':'american football'},{'id':5565,'name':'biography'},{'id':6075,'name':'sport'}]" +351211,"[{'id':1261,'name':'river'},{'id':1890,'name':'camping'},{'id':1891,'name':'tent'},{'id':2217,'name':'rain'},{'id':3352,'name':'tree'},{'id':3752,'name':'night'},{'id':4382,'name':'flashlight'},{'id':4884,'name':'infection'},{'id':5729,'name':'maryland'},{'id':5774,'name':'forest'},{'id':6152,'name':'supernatural'},{'id':9720,'name':'woods'},{'id':11665,'name':'handheld camera'},{'id':158176,'name':'campfire'},{'id':163053,'name':'found footage'},{'id':170130,'name':'tree climbing'},{'id':223620,'name':'lost in the woods'},{'id':224180,'name':'blair witch'}]" +66034,[] +6,"[{'id':520,'name':'chicago'},{'id':2231,'name':'drug dealer'},{'id':4487,'name':'boxing match'},{'id':10685,'name':'escape'},{'id':162914,'name':'one night'}]" +291874,"[{'id':187056,'name':'woman director'}]" +388410,[] +93018,"[{'id':7002,'name':'vigilante'}]" +381034,"[{'id':818,'name':'based on novel or book'},{'id':1360,'name':'minnesota'},{'id':1442,'name':'winter'},{'id':3335,'name':'halloween'},{'id':4543,'name':'thanksgiving'},{'id':6152,'name':'supernatural'},{'id':6259,'name':'psychopath'},{'id':6270,'name':'high school'},{'id':9826,'name':'murder'},{'id':10292,'name':'gore'},{'id':10333,'name':'stalking'},{'id':10714,'name':'serial killer'},{'id':10794,'name':'snow'},{'id':33965,'name':'christmas eve'},{'id':156230,'name':'midwest'},{'id':156316,'name':'troubled teen'},{'id':181620,'name':'tracking device'},{'id':185796,'name':'gps'},{'id':191807,'name':'embalming'},{'id':207317,'name':'christmas'}]" +284564,"[{'id':2652,'name':'nazi'},{'id':3199,'name':'clown'},{'id':3473,'name':'carnival'},{'id':3598,'name':'ax'},{'id':4426,'name':'sadism'},{'id':10349,'name':'survival'},{'id':12394,'name':'chainsaw'},{'id':14805,'name':'maniac'},{'id':18249,'name':'game'},{'id':173606,'name':'betting'},{'id':176691,'name':'killer clown'},{'id':181375,'name':'satanic'},{'id':234355,'name':'midget'}]" +402298,"[{'id':212,'name':'london'},{'id':818,'name':'based on novel or book'},{'id':1739,'name':'holocaust'},{'id':3012,'name':'court case'},{'id':4847,'name':'historian'},{'id':5565,'name':'biography'},{'id':9672,'name':'based on a true story'},{'id':197574,'name':'new yorker'},{'id':209493,'name':'21st century'}]" +291356,"[{'id':393,'name':'civil war'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':14819,'name':'violence'},{'id':15127,'name':'killer'},{'id':15162,'name':'dog'},{'id':155291,'name':'cowboy'}]" +396535,"[{'id':10586,'name':'korea'},{'id':12377,'name':'zombie'},{'id':13008,'name':'train'},{'id':50009,'name':'survival horror'},{'id':158540,'name':'south korea'},{'id':232649,'name':'busan'}]" +429574,"[{'id':6075,'name':'sport'},{'id':231036,'name':'darts'}]" +22784,"[{'id':894,'name':'depression'},{'id':156210,'name':'labor organizer'}]" +354979,"[{'id':796,'name':'police brutality'},{'id':1009,'name':'baby'},{'id':6149,'name':'police'},{'id':9826,'name':'murder'},{'id':10877,'name':'dead body'},{'id':11494,'name':'drug use'},{'id':156121,'name':'ex-con'},{'id':168867,'name':'grocery store'},{'id':185071,'name':'impersonating a police officer'}]" +310888,[] +377264,"[{'id':310,'name':'artificial intelligence'},{'id':2964,'name':'future'},{'id':9950,'name':'thriller'},{'id':14544,'name':'robot'},{'id':246011,'name':'ai'}]" +95610,"[{'id':128,'name':'love triangle'},{'id':1009,'name':'baby'},{'id':3725,'name':'pregnancy'},{'id':9663,'name':'sequel'},{'id':14670,'name':'unknown father'},{'id':18011,'name':'pregnant woman'},{'id':187056,'name':'woman director'}]" +347033,"[{'id':417,'name':'corruption'},{'id':2383,'name':'feminism'},{'id':2386,'name':'empowerment'},{'id':2660,'name':'strong woman'},{'id':2751,'name':'career woman'},{'id':5636,'name':'wall street'},{'id':11322,'name':'female protagonist'},{'id':14537,'name':'woman power'},{'id':187056,'name':'woman director'},{'id':191731,'name':'female empowerment'},{'id':226257,'name':'investment banker'}]" +10029,"[{'id':549,'name':'prostitute'},{'id':612,'name':'hotel'},{'id':2150,'name':'cocaine'},{'id':6259,'name':'psychopath'},{'id':8070,'name':'stag night'},{'id':9713,'name':'friends'},{'id':9826,'name':'murder'},{'id':10776,'name':'marijuana'},{'id':11221,'name':'blood'},{'id':13027,'name':'wedding'},{'id':14570,'name':'las vegas'},{'id':14819,'name':'violence'},{'id':34079,'name':'death'},{'id':207819,'name':'accident'}]" +316268,[] +297761,"[{'id':849,'name':'dc comics'},{'id':1296,'name':'shared universe'},{'id':2095,'name':'anti hero'},{'id':3269,'name':'secret mission'},{'id':3289,'name':'villain'},{'id':9715,'name':'superhero'},{'id':194404,'name':'supervillain'},{'id':229266,'name':'dc extended universe'}]" +271969,"[{'id':3339,'name':'chariot race'},{'id':5049,'name':'ancient rome'},{'id':9714,'name':'remake'},{'id':10085,'name':'betrayal'},{'id':232766,'name':'vengeance'}]" +413452,[] +376501,"[{'id':3182,'name':'seduction'},{'id':9503,'name':'outlaw'},{'id':9748,'name':'revenge'},{'id':14903,'name':'home invasion'},{'id':15076,'name':'cat and mouse'}]" +358895,"[{'id':1803,'name':'drug addiction'},{'id':10649,'name':'drug rehabilitation'},{'id':11494,'name':'drug use'},{'id':12670,'name':'los angeles'}]" +372411,"[{'id':212,'name':'london'},{'id':919,'name':'smoking'},{'id':10988,'name':'based on tv series'},{'id':12392,'name':'best friend'},{'id':15479,'name':'fashion'},{'id':40879,'name':'drunk'},{'id':164039,'name':'grandmother'},{'id':173277,'name':'public relations'},{'id':187056,'name':'woman director'},{'id':234902,'name':'p.a'}]" +356298,[] +331583,"[{'id':9826,'name':'murder'},{'id':10909,'name':'lawyer'},{'id':187056,'name':'woman director'},{'id':215580,'name':'patricide'}]" +407389,"[{'id':3358,'name':'haunted house'},{'id':6095,'name':'house'},{'id':162846,'name':'ghost'}]" +403642,"[{'id':772,'name':'handcuffs'},{'id':5570,'name':'christmas tree'},{'id':9826,'name':'murder'},{'id':9866,'name':'basement'},{'id':11734,'name':'police corruption'},{'id':11762,'name':'beaten to death'},{'id':14819,'name':'violence'},{'id':15381,'name':'captive'},{'id':18029,'name':'trapped'},{'id':156117,'name':'illegal drugs'},{'id':159287,'name':'gas mask'},{'id':178649,'name':'voyeurism'},{'id':180340,'name':'voyeur'},{'id':185528,'name':'blackmailer'}]" +32049,[] +238751,"[{'id':6075,'name':'sport'},{'id':156159,'name':'martial arts tournament'}]" +352890,"[{'id':74,'name':'germany'},{'id':897,'name':'rap music'},{'id':1463,'name':'culture clash'},{'id':2568,'name':'language barrier'},{'id':10683,'name':'coming of age'},{'id':18015,'name':'tutor'}]" +257117,"[{'id':10123,'name':'dark comedy'},{'id':187056,'name':'woman director'}]" +253255,"[{'id':187056,'name':'woman director'}]" +402100,[] +301629,"[{'id':279,'name':'usa'},{'id':380,'name':'sibling relationship'},{'id':612,'name':'hotel'},{'id':9665,'name':'cover-up'},{'id':187056,'name':'woman director'},{'id':217309,'name':'fresno california'},{'id':217310,'name':'accidental crime'}]" +382399,"[{'id':1691,'name':'dance'},{'id':4721,'name':'violin'},{'id':10551,'name':'ballet'},{'id':33942,'name':'leotard'}]" +324668,"[{'id':585,'name':'casino'},{'id':591,'name':'cia'},{'id':782,'name':'assassin'},{'id':1200,'name':'greece'},{'id':1453,'name':'amnesia'},{'id':3713,'name':'chase'},{'id':9856,'name':'flashback'},{'id':12361,'name':'hacking'},{'id':14570,'name':'las vegas'},{'id':175056,'name':'black ops'},{'id':176802,'name':'rogue agent'},{'id':245718,'name':'armored vehicle'}]" +331588,"[{'id':818,'name':'based on novel or book'},{'id':17984,'name':'foster family'},{'id':155643,'name':'foster child'}]" +294272,"[{'id':5650,'name':'feral child'},{'id':9714,'name':'remake'},{'id':12554,'name':'dragon'},{'id':13014,'name':'orphan'},{'id':208289,'name':'1980s'},{'id':209220,'name':'live action and animation'}]" +267935,"[{'id':212,'name':'london'},{'id':392,'name':'england'},{'id':818,'name':'based on novel or book'},{'id':2011,'name':'queen'},{'id':12663,'name':'little girl'},{'id':13014,'name':'orphan'},{'id':14895,'name':'cannibal'},{'id':189099,'name':'giant'},{'id':227364,'name':'evil brother'},{'id':245230,'name':'live action remake'}]" +300669,"[{'id':1930,'name':'kidnapping'},{'id':9727,'name':'thief'},{'id':13130,'name':'teenager'},{'id':14819,'name':'violence'},{'id':15365,'name':'held captive'},{'id':33768,'name':'blind'},{'id':41409,'name':'break in'},{'id':207556,'name':'blind man'},{'id':212425,'name':'trapped in a house'}]" +356161,"[{'id':10235,'name':'family relationships'},{'id':11612,'name':'hospital'},{'id':14512,'name':'new york city'},{'id':15090,'name':'police officer'},{'id':158993,'name':'man in wheelchair'},{'id':159497,'name':'goon'},{'id':206694,'name':'master villain'},{'id':240485,'name':'brother sister relationship'},{'id':251793,'name':'sick boy'},{'id':251794,'name':'master plan'},{'id':251795,'name':'female journalist'}]" +338766,"[{'id':1333,'name':'desperation'},{'id':1556,'name':'texas'},{'id':2492,'name':'bank robber'},{'id':5301,'name':'brother'},{'id':7281,'name':'shooting'},{'id':9775,'name':'car set on fire'},{'id':10176,'name':'gun battle'},{'id':11522,'name':'police officer killed'},{'id':15009,'name':'criminal'},{'id':18320,'name':'held at gunpoint'},{'id':33352,'name':'police car'},{'id':167043,'name':'road movie'},{'id':168422,'name':'small western town'},{'id':231021,'name':'saying goodbye'},{'id':231022,'name':'bullet hole in windscreen'}]" +278924,"[{'id':782,'name':'assassin'},{'id':4986,'name':'enemy'},{'id':7281,'name':'shooting'},{'id':9663,'name':'sequel'},{'id':9826,'name':'murder'},{'id':10260,'name':'mechanic'},{'id':15127,'name':'killer'},{'id':168277,'name':'around the world'}]" +313297,"[{'id':1462,'name':'samurai'},{'id':2343,'name':'magic'},{'id':10121,'name':'stop motion'},{'id':47020,'name':'storytelling'}]" +421725,[] +342672,"[{'id':237,'name':'gay'},{'id':566,'name':'sexual identity'},{'id':738,'name':'sexuality'},{'id':1013,'name':'homophobia'},{'id':1862,'name':'coming out'},{'id':3230,'name':'male friendship'},{'id':6054,'name':'friendship'},{'id':13043,'name':'dating'},{'id':158718,'name':'lgbt'},{'id':186348,'name':'sexual orientation'}]" +369032,"[{'id':642,'name':'robbery'},{'id':1562,'name':'hostage'},{'id':1930,'name':'kidnapping'},{'id':15363,'name':'bank robbery'}]" +422874,[] +416149,"[{'id':779,'name':'martial arts'},{'id':7606,'name':'dictatorship'},{'id':227532,'name':'hit man'}]" +109453,"[{'id':65,'name':'holiday'},{'id':456,'name':'mother'},{'id':1003,'name':'photographer'},{'id':5600,'name':'daughter'},{'id':9706,'name':'anthology'},{'id':173983,'name':'mother's day'}]" +308266,"[{'id':417,'name':'corruption'},{'id':3923,'name':'humor'},{'id':5939,'name':'iraq'},{'id':6110,'name':'weapon'},{'id':6212,'name':'smuggling'},{'id':6974,'name':'rise and fall'},{'id':14964,'name':'drugs'},{'id':229488,'name':'american exceptionalism'}]" +328111,"[{'id':2551,'name':'pet'},{'id':3208,'name':'bunny'},{'id':11477,'name':'anthropomorphism'},{'id':15162,'name':'dog'},{'id':18165,'name':'animal'},{'id':33347,'name':'apartment building'},{'id':41412,'name':'sewer'},{'id':158225,'name':'terrier'},{'id':168346,'name':'manhattan, new york city'},{'id':204052,'name':'rodent'},{'id':209714,'name':'3d'},{'id':229051,'name':'mongrel'}]" +412924,"[{'id':8516,'name':'oasis'},{'id':18035,'name':'family'},{'id':33624,'name':'band'}]" +339148,"[{'id':12354,'name':'hong kong'},{'id':156063,'name':'expatriate'},{'id':187056,'name':'woman director'}]" +424182,"[{'id':12564,'name':'werewolf'}]" +184341,[] +267192,"[{'id':3096,'name':'book'},{'id':5565,'name':'biography'},{'id':13028,'name':'writer'},{'id':33775,'name':'book editor'},{'id':155251,'name':'novelist'},{'id':176016,'name':'editor'},{'id':214548,'name':'1930s'}]" +355998,"[{'id':726,'name':'drug abuse'},{'id':4224,'name':'singapore'},{'id':10194,'name':'interracial romance'},{'id':11316,'name':'sexual humor'},{'id':15128,'name':'sex talk'}]" +381170,[] +340677,"[{'id':1576,'name':'technology'},{'id':1879,'name':'shower'},{'id':6104,'name':'computer'},{'id':6844,'name':'stalker'},{'id':9844,'name':'car crash'},{'id':10168,'name':'aviation'},{'id':11615,'name':'internet'},{'id':12547,'name':'billionaire'},{'id':14527,'name':'storm'},{'id':18420,'name':'surveillance'},{'id':33451,'name':'masturbation'},{'id':178649,'name':'voyeurism'},{'id':196522,'name':'information technology'},{'id':231184,'name':'home automation'},{'id':231185,'name':'smart home'}]" +380734,"[{'id':2626,'name':'exorcism'},{'id':10093,'name':'priest'},{'id':10375,'name':'possessed'}]" +409564,[] +340611,"[{'id':818,'name':'based on novel or book'},{'id':2315,'name':'jewish life'},{'id':2494,'name':'ohio'},{'id':3264,'name':'korean war'},{'id':3616,'name':'college'},{'id':12105,'name':'student'},{'id':208611,'name':'1950s'}]" +308529,"[{'id':779,'name':'martial arts'},{'id':18111,'name':'kickboxing'},{'id':156159,'name':'martial arts tournament'},{'id':161184,'name':'reboot'},{'id':210531,'name':'thai boxing'}]" +417056,"[{'id':417,'name':'corruption'},{'id':787,'name':'mississippi'},{'id':1415,'name':'small town'},{'id':1812,'name':'fbi'},{'id':9826,'name':'murder'}]" +336445,"[{'id':9682,'name':'history'}]" +127380,"[{'id':1357,'name':'fish'},{'id':1453,'name':'amnesia'},{'id':9663,'name':'sequel'},{'id':10336,'name':'animation'},{'id':11477,'name':'anthropomorphism'},{'id':14785,'name':'underwater'},{'id':180568,'name':'clownfish'}]" +55248,"[{'id':1262,'name':'mountain'},{'id':13031,'name':'creature'},{'id':14760,'name':'scientist'},{'id':161281,'name':'geologist'},{'id':197582,'name':'mysterious'}]" +21955,"[{'id':579,'name':'american football'},{'id':2920,'name':'cheerleader'},{'id':4552,'name':'beer'},{'id':6270,'name':'high school'},{'id':9666,'name':'street race'},{'id':10049,'name':'teen angst'},{'id':194988,'name':'drag racing'}]" +46029,[] +418243,"[{'id':380,'name':'sibling relationship'},{'id':3593,'name':'wilderness'},{'id':6876,'name':'vacation'}]" +168157,[] +84558,"[{'id':1706,'name':'experiment'},{'id':6152,'name':'supernatural'},{'id':9738,'name':'ufo'},{'id':33711,'name':'entity'}]" +374461,"[{'id':1650,'name':'cook'},{'id':6054,'name':'friendship'},{'id':18035,'name':'family'}]" +322240,"[{'id':977,'name':'cat'},{'id':4375,'name':'transformation'},{'id':41538,'name':'turns into animal'},{'id':214538,'name':'sky scraper'},{'id':229871,'name':'body switch'}]" +223702,"[{'id':1545,'name':'supermarket'},{'id':8508,'name':'party'},{'id':9956,'name':'sausage'},{'id':10637,'name':'food'},{'id':11477,'name':'anthropomorphism'},{'id':161919,'name':'adult animation'},{'id':168867,'name':'grocery store'},{'id':228646,'name':'gum'}]" +374617,"[{'id':949,'name':'terrorist'},{'id':1568,'name':'undercover'},{'id':1812,'name':'fbi'},{'id':202296,'name':'analyst'},{'id':209044,'name':'white supremacy'}]" +351339,"[{'id':74,'name':'germany'},{'id':441,'name':'assassination'},{'id':1956,'name':'world war ii'},{'id':2652,'name':'nazi'},{'id':3530,'name':'prague'},{'id':5565,'name':'biography'},{'id':11322,'name':'female protagonist'},{'id':161256,'name':'third reich'},{'id':226394,'name':'operation anthropoid'}]" +384450,"[{'id':974,'name':'bank'},{'id':2588,'name':'brain'},{'id':4565,'name':'dystopia'},{'id':9410,'name':'hybrid'},{'id':10327,'name':'undead'},{'id':10726,'name':'gang'},{'id':12332,'name':'apocalypse'},{'id':33344,'name':'bandit'},{'id':34079,'name':'death'},{'id':155346,'name':'colt'},{'id':155573,'name':'wild west'},{'id':160153,'name':'dead'},{'id':186565,'name':'zombie apocalypse'},{'id':208879,'name':'mockbuster'}]" +400045,"[{'id':18035,'name':'family'},{'id':187056,'name':'woman director'},{'id':226083,'name':'american girl'},{'id':226084,'name':'lea clark'}]" +188927,"[{'id':9663,'name':'sequel'},{'id':9743,'name':'stranded'},{'id':158449,'name':'hatred'},{'id':161176,'name':'space opera'},{'id':228488,'name':'star trek'}]" +376659,"[{'id':567,'name':'alcohol'},{'id':1010,'name':'bar'},{'id':6440,'name':'hit-and-run'},{'id':8508,'name':'party'},{'id':15160,'name':'divorce'},{'id':18035,'name':'family'},{'id':193674,'name':'bathroom humor'}]" +256335,"[{'id':4623,'name':'casting'},{'id':195541,'name':'integrity'},{'id':207583,'name':'actress'}]" +332706,"[{'id':1667,'name':'pimp'},{'id':184923,'name':'yoga instructor'},{'id':187056,'name':'woman director'},{'id':190178,'name':'sex worker'},{'id':220447,'name':'deadbeat boyfriend'}]" +323599,"[{'id':4676,'name':'whale'},{'id':18165,'name':'animal'},{'id':221355,'name':'nature documentary'}]" +354924,"[{'id':2658,'name':'new zealand'},{'id':10224,'name':'haunting'},{'id':13127,'name':'farmhouse'},{'id':13153,'name':'spirit'},{'id':14742,'name':'psychic'},{'id':14760,'name':'scientist'},{'id':18035,'name':'family'}]" +278313,"[{'id':587,'name':'amsterdam'},{'id':3205,'name':'fairy tale'},{'id':5483,'name':'coffee shop'},{'id':10776,'name':'marijuana'},{'id':54169,'name':'stoner'}]" +334533,"[{'id':236,'name':'suicide'},{'id':1773,'name':'socialism'},{'id':1897,'name':'oregon'},{'id':10637,'name':'food'},{'id':10833,'name':'survivalist'},{'id':164724,'name':'washington state'},{'id':198982,'name':'off the grid'},{'id':230116,'name':'non-registered home schooled'},{'id':230125,'name':'noam chomsky'},{'id':246990,'name':'living off the grid'}]" +328387,"[{'id':1576,'name':'technology'},{'id':11615,'name':'internet'},{'id':12361,'name':'hacking'},{'id':13130,'name':'teenager'},{'id':14512,'name':'new york city'},{'id':18249,'name':'game'},{'id':186846,'name':'adaptation'},{'id':201871,'name':'dare'},{'id':212562,'name':'cellphone video'},{'id':229980,'name':'smartphone'},{'id':235098,'name':'taking a risk'},{'id':246466,'name':'based on young adult novel'}]" +270774,"[{'id':703,'name':'detective'},{'id':12354,'name':'hong kong'},{'id':13159,'name':'chinese'},{'id':14638,'name':'american'},{'id':15009,'name':'criminal'},{'id':155841,'name':'gambler'}]" +345911,"[{'id':236,'name':'suicide'},{'id':380,'name':'sibling relationship'},{'id':3762,'name':'darkness'},{'id':9866,'name':'basement'},{'id':11093,'name':'parenthood'},{'id':41329,'name':'mental illness'},{'id':156866,'name':'based on short story'},{'id':161812,'name':'fear of the dark'},{'id':162846,'name':'ghost'}]" +396004,"[{'id':2150,'name':'cocaine'},{'id':14895,'name':'cannibal'},{'id':208048,'name':'cannibalism'}]" +329025,[] +391402,"[{'id':392,'name':'england'},{'id':1415,'name':'small town'},{'id':1495,'name':'fishing'},{'id':3185,'name':'crocodile'},{'id':4452,'name':'butcher'},{'id':5160,'name':'animal attack'},{'id':10714,'name':'serial killer'},{'id':158126,'name':'creature feature'},{'id':195325,'name':'crocodile attack'}]" +404133,[] +252151,[] +145161,[] +284875,[] +56171,"[{'id':3184,'name':'alligator'},{'id':3186,'name':'everglades'},{'id':3891,'name':'giant snake'},{'id':7994,'name':'water monster'},{'id':187056,'name':'woman director'}]" +502,"[{'id':242,'name':'new york'},{'id':840,'name':'usa president'},{'id':1402,'name':'general'},{'id':1815,'name':'atomic bomb'},{'id':2106,'name':'cold war'},{'id':2139,'name':'russia'},{'id':2297,'name':'interpreter'},{'id':2314,'name':'pentagon'},{'id':2321,'name':'bunker'},{'id':2528,'name':'hydrogen bomb'},{'id':2531,'name':'strategic air command'},{'id':2532,'name':'bomber'},{'id':2533,'name':'fighter pilot'},{'id':2534,'name':'missile'},{'id':2535,'name':'destroy'},{'id':9937,'name':'suspense'},{'id':186450,'name':'moscow'}]" +57021,[] +19508,"[{'id':6513,'name':'cartoon'},{'id':9887,'name':'surrealism'},{'id':15162,'name':'dog'}]" +47933,"[{'id':279,'name':'usa'},{'id':9951,'name':'alien'},{'id':12026,'name':'alternate history'},{'id':14909,'name':'alien invasion'}]" +2362,"[{'id':312,'name':'man vs machine'},{'id':803,'name':'android'},{'id':1582,'name':'saloon'},{'id':2964,'name':'future'},{'id':6876,'name':'vacation'},{'id':10009,'name':'robot as menace'},{'id':10349,'name':'survival'},{'id':34117,'name':'cult film'},{'id':158340,'name':'theme park'}]" +10336,"[{'id':2095,'name':'anti hero'},{'id':4289,'name':'secret agent'},{'id':5572,'name':'fistfight'},{'id':9717,'name':'based on comic'},{'id':158567,'name':'burn victim'}]" +8197,"[{'id':824,'name':'drag queen'},{'id':3392,'name':'voodoo'},{'id':7323,'name':'savannah'}]" +13343,"[{'id':918,'name':'newspaper'},{'id':3358,'name':'haunted house'},{'id':4572,'name':'organ'},{'id':9253,'name':'slapstick'},{'id':11038,'name':'trial'},{'id':33468,'name':'secret door'},{'id':33519,'name':'courtroom'},{'id':188709,'name':'organ music'}]" +28452,"[{'id':242,'name':'new york'},{'id':11221,'name':'blood'},{'id':18165,'name':'animal'},{'id':41412,'name':'sewer'},{'id':208918,'name':'animals gone wild'},{'id':208919,'name':'slugs'},{'id':224873,'name':'worms'}]" +258363,"[{'id':1583,'name':'mass murder'},{'id':7002,'name':'vigilante'},{'id':10349,'name':'survival'},{'id':18034,'name':'desert'},{'id':158279,'name':'hunt'},{'id':173300,'name':'mexican border'}]" +278925,[] +329697,"[{'id':1740,'name':'pop culture'},{'id':9818,'name':'fan culture'},{'id':161155,'name':'kids'},{'id':176731,'name':'indiana jones'},{'id':189978,'name':'fan film'},{'id':220266,'name':'fandom'}]" +191698,[] +3053,"[{'id':1992,'name':'professor'},{'id':3133,'name':'vampire'},{'id':34117,'name':'cult film'}]" +36191,"[{'id':4616,'name':'apache'},{'id':8577,'name':'gold mine'}]" +11624,"[{'id':571,'name':'transsexuality'},{'id':2376,'name':'perversity'},{'id':2700,'name':'sperm'},{'id':3020,'name':'sheep'},{'id':3098,'name':'castle'},{'id':3201,'name':'orgasm'},{'id':6444,'name':'sodomy'},{'id':9344,'name':'sexology'},{'id':9706,'name':'anthology'},{'id':10180,'name':'homosexuality'},{'id':13084,'name':'king'},{'id':169618,'name':'bestiality'},{'id':170827,'name':'sex comedy'},{'id':188242,'name':'aphrodisiac'},{'id':193262,'name':'jester'},{'id':236316,'name':'anarchic comedy'}]" +11386,"[{'id':108,'name':'transvestism'},{'id':237,'name':'gay'},{'id':1562,'name':'hostage'},{'id':2038,'name':'love of one's life'},{'id':7005,'name':'northern ireland'},{'id':10180,'name':'homosexuality'},{'id':10199,'name':'gay interest'},{'id':10791,'name':'teenage crush'},{'id':13065,'name':'soldier'},{'id':165259,'name':'political unrest'}]" +276536,"[{'id':6091,'name':'war'},{'id':242774,'name':'protesto'},{'id':242775,'name':'mobilização'}]" +309886,"[{'id':970,'name':'parent child relationship'},{'id':2231,'name':'drug dealer'},{'id':10183,'name':'independent film'},{'id':18187,'name':'family reunion'},{'id':156121,'name':'ex-con'}]" +398218,"[{'id':1450,'name':'shepherd'},{'id':5950,'name':'christian'},{'id':192913,'name':'warrior'}]" +398891,[] +392978,[] +325789,"[{'id':1568,'name':'undercover'},{'id':5565,'name':'biography'},{'id':14964,'name':'drugs'},{'id':18026,'name':'drug lord'}]" +278154,"[{'id':657,'name':'fire'},{'id':1445,'name':'ice'},{'id':2078,'name':'mammoth'},{'id':2407,'name':'fireworks'},{'id':10506,'name':'prehistoric'},{'id':12990,'name':'singing'},{'id':158024,'name':'critically bashed'},{'id':159955,'name':'cavemen'},{'id':228851,'name':'meteor crash'}]" +241259,"[{'id':818,'name':'based on novel or book'},{'id':1507,'name':'clock'},{'id':2011,'name':'queen'},{'id':9663,'name':'sequel'},{'id':12552,'name':'alice in wonderland'},{'id':177895,'name':'dark fantasy'},{'id':203699,'name':'mad hatter'},{'id':209714,'name':'3d'}]" +366506,"[{'id':3546,'name':'florida keys'},{'id':10911,'name':'inheritance'},{'id':209646,'name':'mental problems'}]" +298583,"[{'id':588,'name':'rome italy'},{'id':10041,'name':'dysfunctional family'},{'id':13027,'name':'wedding'},{'id':167043,'name':'road movie'},{'id':187056,'name':'woman director'}]" +43074,"[{'id':5248,'name':'female friendship'},{'id':15040,'name':'ghost hunting'},{'id':161184,'name':'reboot'},{'id':162846,'name':'ghost'}]" +352695,"[{'id':3230,'name':'male friendship'},{'id':6203,'name':'loss'},{'id':10090,'name':'board game'},{'id':10446,'name':'booze'},{'id':10752,'name':'sorrow'},{'id':11830,'name':'hot tub'},{'id':156117,'name':'illegal drugs'},{'id':166611,'name':'debauchery'},{'id':170472,'name':'bb gun'},{'id':225984,'name':'bachelor party'}]" +336265,"[{'id':3720,'name':'power'},{'id':9677,'name':'psychokinesis'}]" +334538,"[{'id':380,'name':'sibling relationship'},{'id':657,'name':'fire'},{'id':733,'name':'dancer'},{'id':818,'name':'based on novel or book'},{'id':4565,'name':'dystopia'},{'id':5774,'name':'forest'},{'id':9897,'name':'rifle'},{'id':10349,'name':'survival'},{'id':12394,'name':'chainsaw'},{'id':14755,'name':'power outage'},{'id':187056,'name':'woman director'},{'id':218060,'name':'leak'}]" +316023,"[{'id':1668,'name':'hawaii'},{'id':13027,'name':'wedding'},{'id':178923,'name':'wedding date'}]" +338353,"[{'id':6075,'name':'sport'},{'id':6496,'name':'basketball'},{'id':158538,'name':'north korea'}]" +400411,"[{'id':321,'name':'terror'}]" +347630,"[{'id':1930,'name':'kidnapping'},{'id':196769,'name':'foreign exchange student'},{'id':229522,'name':'losing virginity'}]" +371645,"[{'id':548,'name':'countryside'},{'id':818,'name':'based on novel or book'},{'id':2658,'name':'new zealand'},{'id':3593,'name':'wilderness'},{'id':4779,'name':'delinquent'},{'id':5276,'name':'wild boar'},{'id':15162,'name':'dog'},{'id':17984,'name':'foster family'},{'id':18330,'name':'nature'}]" +316727,"[{'id':4565,'name':'dystopia'},{'id':9663,'name':'sequel'},{'id':221958,'name':'legalized murder'}]" +347031,"[{'id':966,'name':'beach'},{'id':10349,'name':'survival'},{'id':10877,'name':'dead body'},{'id':13092,'name':'corpse'},{'id':155746,'name':'deserted island'},{'id':202882,'name':'weird'},{'id':225061,'name':'friend'}]" +390734,"[{'id':1721,'name':'fight'},{'id':10987,'name':'cgi'},{'id':41645,'name':'based on video game'},{'id':192913,'name':'warrior'},{'id':210024,'name':'anime'}]" +258489,"[{'id':409,'name':'africa'},{'id':5160,'name':'animal attack'},{'id':5650,'name':'feral child'},{'id':7347,'name':'tarzan'},{'id':10787,'name':'jungle'}]" +394661,"[{'id':818,'name':'based on novel or book'},{'id':10877,'name':'dead body'},{'id':13005,'name':'doctor'}]" +385320,"[{'id':2172,'name':'zoo'},{'id':10327,'name':'undead'},{'id':12377,'name':'zombie'},{'id':188957,'name':'virus'},{'id':208918,'name':'animals gone wild'},{'id':239821,'name':'man vs nature'}]" +343284,"[{'id':9927,'name':'maine'},{'id':11931,'name':'spoof'},{'id':12377,'name':'zombie'},{'id':159743,'name':'fourth of july'},{'id':208048,'name':'cannibalism'}]" +360389,"[{'id':1416,'name':'jazz'},{'id':5565,'name':'biography'},{'id':9672,'name':'based on a true story'},{'id':187056,'name':'woman director'}]" +166659,"[{'id':214549,'name':'short'},{'id':229589,'name':'frankenweenie'}]" +20156,"[{'id':1328,'name':'secret'},{'id':2334,'name':'nightclub'},{'id':2589,'name':'pet shop'},{'id':10183,'name':'independent film'},{'id':156455,'name':'unhappiness'}]" +360339,"[{'id':2041,'name':'island'},{'id':3800,'name':'airplane'},{'id':10349,'name':'survival'},{'id':13042,'name':'soccer'},{'id':14541,'name':'crash'},{'id':34051,'name':'team'}]" +576468,[] +301365,"[{'id':931,'name':'jealousy'},{'id':1003,'name':'photographer'},{'id':2483,'name':'nudity'},{'id':2669,'name':'motel'},{'id':5919,'name':'necrophilia'},{'id':8508,'name':'party'},{'id':9826,'name':'murder'},{'id':10768,'name':'lesbian'},{'id':10809,'name':'teenage girl'},{'id':12670,'name':'los angeles'},{'id':14558,'name':'bathtub'},{'id':14794,'name':'lust'},{'id':14818,'name':'model'},{'id':15479,'name':'fashion'},{'id':157465,'name':'eyeball'},{'id':185351,'name':'neon light'},{'id':208048,'name':'cannibalism'},{'id':248378,'name':'experimental film'}]" +204973,[] +118621,"[{'id':11800,'name':'mockumentary'},{'id':12377,'name':'zombie'},{'id':160517,'name':'fake documentary'},{'id':192694,'name':'lost footage'}]" +355254,"[{'id':886,'name':'movie business'},{'id':4434,'name':'interview'},{'id':5565,'name':'biography'},{'id':11614,'name':'filmmaker'},{'id':14530,'name':'director'}]" +158999,"[{'id':4676,'name':'whale'},{'id':155529,'name':'killer whale'},{'id':187056,'name':'woman director'}]" +285733,"[{'id':4344,'name':'musical'},{'id':5462,'name':'barbie'}]" +274285,[] +346170,[] +395938,"[{'id':6086,'name':'government'},{'id':232519,'name':'america'}]" +274480,"[{'id':1003,'name':'photographer'},{'id':2677,'name':'weekend'},{'id':9713,'name':'friends'},{'id':9824,'name':'reunion'},{'id':18330,'name':'nature'}]" +241842,"[{'id':2652,'name':'nazi'},{'id':9663,'name':'sequel'},{'id':10292,'name':'gore'},{'id':12377,'name':'zombie'},{'id':179430,'name':'aftercreditsstinger'}]" +21198,"[{'id':6783,'name':'orphanage'},{'id':13014,'name':'orphan'},{'id':209282,'name':'french alps'}]" +290727,[] +356366,"[{'id':187056,'name':'woman director'}]" +245627,"[{'id':1526,'name':'home'},{'id':3358,'name':'haunted house'},{'id':9717,'name':'based on comic'},{'id':10714,'name':'serial killer'},{'id':11727,'name':'crime scene'},{'id':157146,'name':'hooded figure'},{'id':178870,'name':'evangelist'}]" +402370,"[{'id':417,'name':'corruption'},{'id':180491,'name':'cycling'},{'id':224174,'name':'bike racing'}]" +416086,"[{'id':212,'name':'london'}]" +380808,"[{'id':12361,'name':'hacking'},{'id':209853,'name':'cybercrime'}]" +51471,"[{'id':1495,'name':'fishing'},{'id':1650,'name':'cook'},{'id':1691,'name':'dance'},{'id':1946,'name':'restaurant'},{'id':15162,'name':'dog'},{'id':39737,'name':'seaside'},{'id':40950,'name':'waiter'},{'id':169593,'name':'resort hotel'}]" +358807,"[{'id':1691,'name':'dance'},{'id':187056,'name':'woman director'}]" +42569,"[{'id':380,'name':'sibling relationship'},{'id':456,'name':'mother'},{'id':570,'name':'rape'},{'id':818,'name':'based on novel or book'},{'id':4992,'name':'senility'},{'id':10123,'name':'dark comedy'},{'id':10241,'name':'caretaker'},{'id':33841,'name':'incest'},{'id':155208,'name':'nursing home'},{'id':190205,'name':'oedipus complex'}]" +119321,"[{'id':230768,'name':'scooby doo'}]" +329718,"[{'id':514,'name':'spain'},{'id':1964,'name':'cave'},{'id':9682,'name':'history'},{'id':162342,'name':'discovery'},{'id':229262,'name':'altamira'}]" +403434,[] +395883,"[{'id':2158,'name':'maze'},{'id':18129,'name':'labyrinth'},{'id':227951,'name':'claustrophobic'}]" +368031,"[{'id':3616,'name':'college'},{'id':11615,'name':'internet'},{'id':41411,'name':'vengeful ghost'},{'id':171063,'name':'social network'},{'id':171556,'name':'social outcast'},{'id':206298,'name':'young adult'},{'id':207844,'name':'college student'},{'id':220831,'name':'facebook'}]" +401222,[] +299641,[] +316152,"[{'id':2831,'name':'slavery'},{'id':179585,'name':'american civil war'}]" +302699,"[{'id':470,'name':'spy'},{'id':591,'name':'cia'},{'id':1438,'name':'office'},{'id':10873,'name':'school'},{'id':11134,'name':'espionage'},{'id':161213,'name':'high school reunion'},{'id':207697,'name':'accountant'}]" +332567,"[{'id':534,'name':'mexico'},{'id':966,'name':'beach'},{'id':1524,'name':'surfer'},{'id':2041,'name':'island'},{'id':5160,'name':'animal attack'},{'id':10349,'name':'survival'},{'id':14712,'name':'young woman'},{'id':15097,'name':'shark'},{'id':15098,'name':'great white shark'},{'id':18029,'name':'trapped'},{'id':223059,'name':'animal horror'},{'id':228752,'name':'prey'}]" +414719,"[{'id':1812,'name':'fbi'},{'id':156661,'name':'threat'},{'id':229178,'name':'interrogator'}]" +361042,"[{'id':616,'name':'witch'},{'id':1299,'name':'monster'},{'id':2041,'name':'island'},{'id':3335,'name':'halloween'},{'id':10541,'name':'curse'},{'id':14527,'name':'storm'},{'id':40929,'name':'witch burning'}]" +339397,"[{'id':128,'name':'love triangle'},{'id':613,'name':'new year's eve'},{'id':1009,'name':'baby'},{'id':1388,'name':'cinema'},{'id':3149,'name':'gangster'},{'id':3344,'name':'letter'},{'id':6038,'name':'marriage'},{'id':9673,'name':'love'},{'id':9826,'name':'murder'},{'id':10048,'name':'unrequited love'},{'id':11508,'name':'jewish'},{'id':11677,'name':'secretary'},{'id':12396,'name':'hollywood'},{'id':12670,'name':'los angeles'},{'id':14669,'name':'older man younger woman relationship'},{'id':156037,'name':'socialite'},{'id':164193,'name':'uncle nephew relationship'},{'id':183896,'name':'neighbor neighbor relationship'},{'id':214548,'name':'1930s'}]" +68735,"[{'id':282,'name':'video game'},{'id':603,'name':'elves'},{'id':606,'name':'orcs'},{'id':2343,'name':'magic'},{'id':3713,'name':'chase'},{'id':9717,'name':'based on comic'},{'id':10442,'name':'world of warcraft'},{'id':10821,'name':'sorcerer'},{'id':14946,'name':'fictional war'},{'id':41645,'name':'based on video game'},{'id':177912,'name':'wizard'},{'id':189113,'name':'fictional language'},{'id':211674,'name':'muscles'},{'id':228295,'name':'orc'},{'id':234213,'name':'sword and sorcery'}]" +246655,"[{'id':1852,'name':'mutant'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':10761,'name':'superhuman'},{'id':12332,'name':'apocalypse'},{'id':33637,'name':'super power'},{'id':155030,'name':'superhero team'},{'id':176217,'name':'world domination'},{'id':179430,'name':'aftercreditsstinger'},{'id':208289,'name':'1980s'}]" +347123,"[{'id':840,'name':'usa president'},{'id':5565,'name':'biography'},{'id':6078,'name':'politics'},{'id':192772,'name':'historical drama'},{'id':208992,'name':'1960s'}]" +337154,"[{'id':697,'name':'loss of loved one'},{'id':9840,'name':'romance'},{'id':12670,'name':'los angeles'},{'id':187056,'name':'woman director'},{'id':240315,'name':'mother daughter relationship'}]" +308531,"[{'id':380,'name':'sibling relationship'},{'id':6362,'name':'turtle'},{'id':9663,'name':'sequel'},{'id':9717,'name':'based on comic'},{'id':10278,'name':'ninja'},{'id':189359,'name':'rat'}]" +35106,"[{'id':779,'name':'martial arts'},{'id':780,'name':'kung fu'},{'id':1938,'name':'sword'},{'id':10183,'name':'independent film'},{'id':10278,'name':'ninja'},{'id':10391,'name':'mafia'},{'id':12394,'name':'chainsaw'},{'id':14819,'name':'violence'},{'id':175077,'name':'kicked in the head'},{'id':184369,'name':'shot'},{'id':214834,'name':'throwing star'},{'id':228925,'name':'arrow in chest'}]" +267852,"[{'id':236,'name':'suicide'},{'id':259,'name':'amputation'},{'id':1329,'name':'canada'},{'id':1442,'name':'winter'},{'id':3752,'name':'night'},{'id':9826,'name':'murder'},{'id':10308,'name':'h.p. lovecraft'},{'id':10794,'name':'snow'},{'id':13031,'name':'creature'},{'id':157314,'name':'psychological horror'},{'id':181900,'name':'archeological dig'},{'id':184134,'name':'archeology '},{'id':188957,'name':'virus'},{'id':214963,'name':'northern canada'},{'id':215959,'name':'cosmic horror'}]" +415749,"[{'id':5462,'name':'barbie'}]" +412519,"[{'id':6027,'name':'music'},{'id':9663,'name':'sequel'}]" +898,"[{'id':279,'name':'usa'},{'id':378,'name':'prison'},{'id':526,'name':'rebel'},{'id':1563,'name':'prisoner'},{'id':2467,'name':'difficult childhood'},{'id':2646,'name':'bird'},{'id':3859,'name':'alcatraz'},{'id':4474,'name':'ornithology'},{'id':5565,'name':'biography'},{'id':11267,'name':'solitary confinement'},{'id':33808,'name':'warden'}]" +8895,[] +404947,[] +356842,"[{'id':1009,'name':'baby'},{'id':10226,'name':'neighbor'},{'id':228933,'name':'expecting'}]" +336833,[] +205588,"[{'id':818,'name':'based on novel or book'},{'id':187056,'name':'woman director'}]" +341012,"[{'id':3490,'name':'pop star'},{'id':4048,'name':'musician'},{'id':6029,'name':'concert'},{'id':6562,'name':'celebrity'},{'id':11800,'name':'mockumentary'},{'id':156170,'name':'record album'},{'id':189388,'name':'famous'}]" +318044,"[{'id':3769,'name':'voice'},{'id':4048,'name':'musician'},{'id':5385,'name':'survivor'},{'id':5561,'name':'child prodigy'},{'id':6027,'name':'music'},{'id':10229,'name':'singer'},{'id':10303,'name':'domestic abuse'},{'id':11925,'name':'domestic violence'},{'id':12425,'name':'racism'},{'id':163116,'name':'civil rights'},{'id':175506,'name':'blues music'},{'id':186136,'name':'female musician'},{'id':187056,'name':'woman director'},{'id':208170,'name':'abusive marriage'},{'id':210504,'name':'liberia'},{'id':212643,'name':'abusive husband'},{'id':222603,'name':'miles davis'},{'id':228558,'name':'spousal abuse'},{'id':228559,'name':'manic depression'}]" +315664,"[{'id':2199,'name':'opera'},{'id':5565,'name':'biography'},{'id':235768,'name':'singing false'}]" +89403,[] +329556,"[{'id':570,'name':'rape'},{'id':1961,'name':'landmine'},{'id':5159,'name':'tourist'},{'id':5490,'name':'girlfriend'},{'id':6093,'name':'assault'},{'id':9748,'name':'revenge'},{'id':10349,'name':'survival'},{'id':14819,'name':'violence'},{'id':18029,'name':'trapped'},{'id':206295,'name':'terrorized'}]" +10028,"[{'id':242,'name':'new york'},{'id':246,'name':'dancing'},{'id':898,'name':'hip-hop'},{'id':1566,'name':'dream'},{'id':1691,'name':'dance'},{'id':1936,'name':'blackmail'},{'id':2539,'name':'harassment'},{'id':3658,'name':'career'},{'id':4697,'name':'video'},{'id':10508,'name':'teacher'},{'id':12094,'name':'business'},{'id':15246,'name':'sabotage'},{'id':33934,'name':'choreographer'},{'id':156801,'name':'club'},{'id':189920,'name':'harlem'},{'id':208498,'name':'youth center'}]" +390512,"[{'id':1480,'name':'baseball'},{'id':6075,'name':'sport'}]" +359412,"[{'id':279,'name':'usa'},{'id':974,'name':'bank'},{'id':1812,'name':'fbi'},{'id':1929,'name':'bank manager'},{'id':2052,'name':'traitor'},{'id':5340,'name':'investigation'},{'id':6149,'name':'police'},{'id':8057,'name':'cincinnati'},{'id':9727,'name':'thief'},{'id':10051,'name':'heist'},{'id':14819,'name':'violence'},{'id':15321,'name':'police station'},{'id':15363,'name':'bank robbery'},{'id':208847,'name':'out of control'},{'id':232384,'name':'killers'}]" +296360,"[{'id':6054,'name':'friendship'},{'id':160279,'name':'18th century'},{'id':186846,'name':'adaptation'}]" +271110,"[{'id':393,'name':'civil war'},{'id':6091,'name':'war'},{'id':9663,'name':'sequel'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':156395,'name':'imax'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'},{'id':180547,'name':'marvel cinematic universe'},{'id':209714,'name':'3d'}]" +259693,"[{'id':212,'name':'london'},{'id':392,'name':'england'},{'id':1228,'name':'1970s'},{'id':13153,'name':'spirit'},{'id':14768,'name':'single mother'},{'id':15001,'name':'demon'},{'id':15043,'name':'paranormal investigation'},{'id':161261,'name':'demonic possession'},{'id':162846,'name':'ghost'},{'id':228935,'name':'valak'},{'id':252103,'name':'the conjuring universe'}]" +119482,"[{'id':1632,'name':'opium'},{'id':155799,'name':'narcotics cop'}]" +291351,"[{'id':233,'name':'japan'},{'id':3739,'name':'funeral'},{'id':5774,'name':'forest'},{'id':6203,'name':'loss'},{'id':10163,'name':'cancer'},{'id':11258,'name':'suicidal'},{'id':13005,'name':'doctor'}]" +301875,"[{'id':1675,'name':'illustrator'},{'id':2964,'name':'future'},{'id':3469,'name':'utopia'},{'id':3679,'name':'society'},{'id':9673,'name':'love'},{'id':207419,'name':'infected'},{'id':211269,'name':'emotions'}]" +306650,"[{'id':720,'name':'helicopter'},{'id':1419,'name':'gun'},{'id':3541,'name':'afghanistan'},{'id':3930,'name':'bravery'},{'id':4100,'name':'british army'},{'id':4301,'name':'grenade'},{'id':5565,'name':'biography'},{'id':6092,'name':'army'},{'id':6731,'name':'british'},{'id':7158,'name':'war in afghanistan'},{'id':9672,'name':'based on a true story'},{'id':9862,'name':'dam'},{'id':10338,'name':'morphine'},{'id':13065,'name':'soldier'},{'id':164658,'name':'rowboat'},{'id':226381,'name':'minefield'},{'id':228836,'name':'kajaki afghanistan'}]" +25062,"[{'id':237,'name':'gay'},{'id':641,'name':'single parent'},{'id':970,'name':'parent child relationship'},{'id':6054,'name':'friendship'},{'id':10131,'name':'interracial relationship'},{'id':10181,'name':'based on play or musical'},{'id':10235,'name':'family relationships'},{'id':10683,'name':'coming of age'},{'id':11935,'name':'working class'},{'id':14768,'name':'single mother'},{'id':173186,'name':'teenage pregnancy'},{'id':220770,'name':'free cinema'},{'id':222805,'name':'british new wave'}]" +257345,"[{'id':1430,'name':'self sacrifice'},{'id':1585,'name':'snake'},{'id':1646,'name':'autism'},{'id':2324,'name':'bulimia'},{'id':3358,'name':'haunted house'},{'id':5522,'name':'grand canyon'},{'id':10224,'name':'haunting'},{'id':11513,'name':'cheating husband'},{'id':15001,'name':'demon'},{'id':15162,'name':'dog'},{'id':158922,'name':'dog attack'},{'id':228775,'name':'native american folklore'},{'id':228776,'name':'cursed object'},{'id':228777,'name':'portal to hell'}]" +402331,"[{'id':4323,'name':'hunting human beings'},{'id':9663,'name':'sequel'},{'id':9917,'name':'mixed martial arts'},{'id':10787,'name':'jungle'},{'id':18115,'name':'retired'},{'id':207678,'name':'human prey'},{'id':228804,'name':'myanmar'}]" +2575,"[{'id':246,'name':'dancing'},{'id':470,'name':'spy'},{'id':1421,'name':'birthday'},{'id':1969,'name':'map'},{'id':2407,'name':'fireworks'},{'id':3450,'name':'bridge'},{'id':4289,'name':'secret agent'},{'id':6078,'name':'politics'},{'id':8570,'name':'president'},{'id':10103,'name':'children'},{'id':10183,'name':'independent film'},{'id':11061,'name':'debt'},{'id':15058,'name':'swimming'},{'id':33624,'name':'band'}]" +326094,"[{'id':2735,'name':'veterinarian'},{'id':4917,'name':'shelter'},{'id':15162,'name':'dog'},{'id':177995,'name':'dachshund'},{'id':223609,'name':'dysfunctional life'},{'id':228785,'name':'cancer survivor'}]" +352179,[] +391626,[] +13193,"[{'id':186,'name':'christianity'},{'id':237,'name':'gay'},{'id':1862,'name':'coming out'},{'id':2672,'name':'baltimore'},{'id':10183,'name':'independent film'},{'id':10683,'name':'coming of age'},{'id':34333,'name':'lgbt child'},{'id':155722,'name':'teen comedy'}]" +382951,"[{'id':2284,'name':'horseback riding'},{'id':5565,'name':'biography'},{'id':6150,'name':'faith'},{'id':180216,'name':'equestrian'},{'id':190883,'name':'horse trainer'},{'id':228784,'name':'heroic woman'}]" +28260,"[{'id':10726,'name':'gang'},{'id':12377,'name':'zombie'}]" +11705,"[{'id':570,'name':'rape'},{'id':697,'name':'loss of loved one'},{'id':892,'name':'glasgow'},{'id':3016,'name':'security camera'},{'id':9748,'name':'revenge'},{'id':41180,'name':'security guard'},{'id':187056,'name':'woman director'}]" +404961,"[{'id':1328,'name':'secret'},{'id':3358,'name':'haunted house'},{'id':5600,'name':'daughter'},{'id':8087,'name':'horror'},{'id':8636,'name':'blood splatter'},{'id':9826,'name':'murder'},{'id':9853,'name':'paranormal'},{'id':10292,'name':'gore'},{'id':10714,'name':'serial killer'},{'id':159939,'name':'ghost hunter'},{'id':162846,'name':'ghost'},{'id':170620,'name':'clairvoyant'},{'id':228740,'name':'spirits'}]" +291805,"[{'id':2343,'name':'magic'},{'id':2908,'name':'secret society'},{'id':4662,'name':'illusion'},{'id':7002,'name':'vigilante'},{'id':9748,'name':'revenge'},{'id':10051,'name':'heist'},{'id':10562,'name':'on the run'},{'id':225255,'name':'illusionism'},{'id':228519,'name':'macau china'},{'id':236458,'name':'magician'}]" +266882,"[{'id':402,'name':'clone'},{'id':228792,'name':'genetic scientist'}]" +333669,"[{'id':254,'name':'france'},{'id':258,'name':'bomb'},{'id':591,'name':'cia'},{'id':974,'name':'bank'},{'id':9846,'name':'intelligence agency'},{'id':13015,'name':'terrorism'},{'id':214596,'name':'cia agent'},{'id':217126,'name':'counter intelligence'},{'id':228545,'name':'french police'}]" +1553,"[{'id':90,'name':'paris france'},{'id':697,'name':'loss of loved one'},{'id':970,'name':'parent child relationship'},{'id':2918,'name':'estate agent'},{'id':3292,'name':'chinese woman'},{'id':3590,'name':'piano lessons'},{'id':5782,'name':'squatter'},{'id':5783,'name':'classical music'},{'id':6029,'name':'concert'},{'id':14743,'name':'pianist'},{'id':207592,'name':'piano'}]" +10023,"[{'id':5343,'name':'molotow cocktail'},{'id':172496,'name':'health food'},{'id':172497,'name':'speech impediment'},{'id':172504,'name':'reverend'},{'id':172505,'name':'ice sculpture'},{'id':172507,'name':'miranda warning'},{'id':172509,'name':'orange county california'},{'id':172512,'name':'female police commissioner'},{'id':172514,'name':'homage'},{'id':172517,'name':'yugo'}]" +279096,"[{'id':1228,'name':'1970s'},{'id':4613,'name':'training'},{'id':9789,'name':'misfit'},{'id':9951,'name':'alien'},{'id':15074,'name':'vortex'},{'id':208840,'name':'malfunction'},{'id':228607,'name':'x-ray vision'},{'id':244863,'name':'first part'},{'id':245251,'name':'transmission'},{'id':251350,'name':'battle suit'},{'id':251351,'name':'robotic animal'},{'id':251352,'name':'ufo crash'},{'id':251353,'name':'crowdfunded'},{'id':251354,'name':'energy cannon'},{'id':251356,'name':'seti'}]" +340213,"[{'id':966,'name':'beach'},{'id':6731,'name':'british'},{'id':11034,'name':'b movie'},{'id':11469,'name':'memory loss'},{'id':12377,'name':'zombie'},{'id':188957,'name':'virus'}]" +353326,"[{'id':392,'name':'england'},{'id':958,'name':'indian lead'},{'id':2303,'name':'mathematician'},{'id':5565,'name':'biography'},{'id':8103,'name':'cambridge'},{'id':13005,'name':'doctor'}]" +333386,"[{'id':4323,'name':'hunting human beings'},{'id':9826,'name':'murder'}]" +234004,"[{'id':83,'name':'saving the world'},{'id':1603,'name':'extraterrestrial technology'},{'id':1612,'name':'spacecraft'},{'id':9951,'name':'alien'},{'id':11128,'name':'furry'},{'id':12392,'name':'best friend'},{'id':14544,'name':'robot'},{'id':41645,'name':'based on video game'},{'id':187056,'name':'woman director'},{'id':206585,'name':'wacky gadgets'},{'id':206586,'name':'spaceship mechanic'}]" +353433,"[{'id':439,'name':'paradise'},{'id':2041,'name':'island'},{'id':8508,'name':'party'},{'id':9713,'name':'friends'},{'id':9826,'name':'murder'},{'id':14964,'name':'drugs'},{'id':156277,'name':'hedonism'},{'id':159700,'name':'getaway'},{'id':179431,'name':'duringcreditsstinger'},{'id':194846,'name':'night club owner'}]" +168098,"[{'id':236,'name':'suicide'},{'id':818,'name':'based on novel or book'},{'id':822,'name':'airport'},{'id':1680,'name':'boston'},{'id':9826,'name':'murder'},{'id':10339,'name':'drive-in theatre'},{'id':14819,'name':'violence'},{'id':15156,'name':'cell phone'},{'id':177317,'name':'ice cream truck'},{'id':188957,'name':'virus'}]" +296096,"[{'id':392,'name':'england'},{'id':818,'name':'based on novel or book'},{'id':894,'name':'depression'},{'id':1415,'name':'small town'},{'id':2564,'name':'wheelchair'},{'id':10241,'name':'caretaker'},{'id':155209,'name':'caregiver'},{'id':158558,'name':'disabled'},{'id':169152,'name':'twenty something'},{'id':187056,'name':'woman director'},{'id':191100,'name':'romantic drama'},{'id':207443,'name':'dead end job'},{'id':207819,'name':'accident'}]" +376651,"[{'id':316,'name':'chess'},{'id':5565,'name':'biography'},{'id':9672,'name':'based on a true story'},{'id':12969,'name':'chess tournament'},{'id':187056,'name':'woman director'},{'id':193319,'name':'broken family'},{'id':228448,'name':'family approved'}]" +301804,"[{'id':1566,'name':'dream'},{'id':3030,'name':'nightmare'},{'id':4142,'name':'insomnia'},{'id':13014,'name':'orphan'}]" +11546,"[{'id':282,'name':'video game'},{'id':10391,'name':'mafia'},{'id':40957,'name':'police academy'},{'id':186450,'name':'moscow'},{'id':208260,'name':'commandant'}]" +11895,"[{'id':271,'name':'competition'},{'id':1919,'name':'mayor'},{'id':3149,'name':'gangster'},{'id':5340,'name':'investigation'},{'id':5440,'name':'adversary'},{'id':10726,'name':'gang'},{'id':156236,'name':'jewel thief'}]" +11825,"[{'id':772,'name':'handcuffs'},{'id':4668,'name':'police operation'},{'id':5340,'name':'investigation'},{'id':7477,'name':'police everyday life'},{'id':208335,'name':'miami beach'}]" +10587,"[{'id':772,'name':'handcuffs'},{'id':2993,'name':'police chief'},{'id':4668,'name':'police operation'},{'id':6648,'name':'police headquarter'},{'id':7477,'name':'police everyday life'}]" +12118,"[{'id':271,'name':'competition'},{'id':5744,'name':'governor'}]" +10157,"[{'id':772,'name':'handcuffs'},{'id':2993,'name':'police chief'},{'id':4668,'name':'police operation'},{'id':5265,'name':'spying'},{'id':5340,'name':'investigation'},{'id':7477,'name':'police everyday life'},{'id':40957,'name':'police academy'},{'id':208260,'name':'commandant'}]" +303858,"[{'id':258,'name':'bomb'},{'id':1589,'name':'sniper'},{'id':3051,'name':'hostage drama'},{'id':6149,'name':'police'},{'id':7188,'name':'hostage-taking'},{'id':14512,'name':'new york city'},{'id':177493,'name':'stock market'},{'id':181320,'name':'stock fraud'},{'id':187056,'name':'woman director'},{'id':214499,'name':'tv studio'}]" +354251,"[{'id':9706,'name':'anthology'},{'id':187056,'name':'woman director'}]" +410259,"[{'id':2673,'name':'horse'},{'id':228331,'name':'riding'}]" +302037,[] +29032,"[{'id':378,'name':'prison'},{'id':924,'name':'italian'},{'id':1968,'name':'prisoner of war'},{'id':2349,'name':'german'},{'id':10183,'name':'independent film'},{'id':34117,'name':'cult film'},{'id':156786,'name':'prison escape'},{'id':162491,'name':'commando mission'},{'id':189102,'name':'tunnel'}]" +59917,"[{'id':10601,'name':'blaxploitation'}]" +408755,[] +312669,"[{'id':187056,'name':'woman director'},{'id':212795,'name':'blended family'}]" +19185,"[{'id':9714,'name':'remake'},{'id':10563,'name':'attack'},{'id':12377,'name':'zombie'},{'id':12394,'name':'chainsaw'}]" +290250,"[{'id':445,'name':'pornography'},{'id':703,'name':'detective'},{'id':1228,'name':'1970s'},{'id':5340,'name':'investigation'},{'id':5600,'name':'daughter'},{'id':7464,'name':'alcoholism'},{'id':8508,'name':'party'},{'id':10410,'name':'conspiracy'},{'id':11168,'name':'private investigator'},{'id':33457,'name':'alcoholic'},{'id':185525,'name':'private eye'},{'id':240303,'name':'father daughter relationship'}]" +278927,"[{'id':818,'name':'based on novel or book'},{'id':1585,'name':'snake'},{'id':1994,'name':'wolf'},{'id':2857,'name':'elephant'},{'id':4809,'name':'tiger'},{'id':5650,'name':'feral child'},{'id':8775,'name':'panther'},{'id':9714,'name':'remake'},{'id':10468,'name':'bear'},{'id':10787,'name':'jungle'},{'id':11477,'name':'anthropomorphism'},{'id':13014,'name':'orphan'},{'id':14759,'name':'ape'},{'id':15149,'name':'monkey'},{'id':18165,'name':'animal'},{'id':167625,'name':'talking to animals'},{'id':245230,'name':'live action remake'}]" +26405,"[{'id':395,'name':'gambling'},{'id':818,'name':'based on novel or book'},{'id':4552,'name':'beer'},{'id':5657,'name':'australia'},{'id':10183,'name':'independent film'},{'id':10508,'name':'teacher'},{'id':14819,'name':'violence'},{'id':156018,'name':'mining town'},{'id':157906,'name':'outback'},{'id':158279,'name':'hunt'},{'id':193760,'name':'australian outback'},{'id':205624,'name':'ozploitation'},{'id':208662,'name':'kangaroo'}]" +4457,"[{'id':570,'name':'rape'},{'id':616,'name':'witch'},{'id':3298,'name':'hallucination'},{'id':3571,'name':'crucifixion'},{'id':3725,'name':'pregnancy'},{'id':6670,'name':'piercing'},{'id':7939,'name':'portal'},{'id':10170,'name':'premonition'},{'id':10224,'name':'haunting'},{'id':10292,'name':'gore'},{'id':10541,'name':'curse'},{'id':10864,'name':'human sacrifice'},{'id':14901,'name':'body mutilation'},{'id':33407,'name':'hanging'},{'id':155755,'name':'mysterious woman'},{'id':156630,'name':'remote island'},{'id':156835,'name':'hypnotism'},{'id':161261,'name':'demonic possession'},{'id':179935,'name':'flare gun'},{'id':192170,'name':'trespassing'},{'id':196982,'name':'casting spells'},{'id':196983,'name':'underground cavern'},{'id':196984,'name':'dimensional travel'},{'id':196986,'name':'haunted hotel'},{'id':196987,'name':'voodoo doll'},{'id':196989,'name':'smashed window'},{'id':196990,'name':'mysterious candle'},{'id':196991,'name':'esoteric literature'},{'id':196992,'name':'ominous tape recording'},{'id':196993,'name':'real estate deal'},{'id':196994,'name':'deadly sins'},{'id':196995,'name':'unorthodox flashback'},{'id':196996,'name':'broken doll'},{'id':196997,'name':'hemorrhage'}]" +37169,"[{'id':1930,'name':'kidnapping'},{'id':3262,'name':'surgeon'},{'id':14901,'name':'body mutilation'},{'id':160059,'name':'psychosis'},{'id':191564,'name':'body horror'}]" +306966,"[{'id':1295,'name':'europe'},{'id':11663,'name':'camp'},{'id':12339,'name':'slasher'},{'id':14673,'name':'disease'}]" +37196,"[{'id':187056,'name':'woman director'}]" +305276,[] +1690,"[{'id':472,'name':'bathroom'},{'id':572,'name':'sex'},{'id':587,'name':'amsterdam'},{'id':1295,'name':'europe'},{'id':1411,'name':'brothel'},{'id':5689,'name':'slovakia'},{'id':5891,'name':'backpacker'},{'id':8087,'name':'horror'},{'id':10292,'name':'gore'},{'id':11221,'name':'blood'},{'id':13006,'name':'torture'},{'id':155955,'name':'business card'},{'id':156149,'name':'doberman'},{'id':157958,'name':'hostel'},{'id':157959,'name':'surgery'},{'id':198438,'name':'elite club'},{'id':198441,'name':'fingers'}]" +339342,"[{'id':331,'name':'tattoo'},{'id':163203,'name':'tattooing'}]" +339355,"[{'id':8044,'name':'flight'}]" +245913,"[{'id':5565,'name':'biography'},{'id':6075,'name':'sport'},{'id':8130,'name':'professional soccer player'},{'id':13042,'name':'soccer'},{'id':221102,'name':'futebol'},{'id':244390,'name':'brazilian soccer player'},{'id':247565,'name':'biografia'}]" +29151,"[{'id':10183,'name':'independent film'}]" +299780,[] +405932,"[{'id':9712,'name':'possession'},{'id':9720,'name':'woods'},{'id':15001,'name':'demon'}]" +347642,[] +347126,"[{'id':5950,'name':'christian'}]" +32048,"[{'id':9826,'name':'murder'},{'id':15106,'name':'psychiatrist'},{'id':155440,'name':'hitchcockian'}]" +10491,"[{'id':1808,'name':'lover (female)'},{'id':1956,'name':'world war ii'},{'id':4305,'name':'radio transmission'},{'id':4908,'name':'leave'},{'id':6054,'name':'friendship'},{'id':156217,'name':'u boat'},{'id':208395,'name':'cryptography'},{'id':215141,'name':'secret formula'}]" +163392,"[{'id':10183,'name':'independent film'},{'id':14512,'name':'new york city'},{'id':228229,'name':'pregnant animal'}]" +19174,"[{'id':10183,'name':'independent film'},{'id':10601,'name':'blaxploitation'}]" +22092,"[{'id':2920,'name':'cheerleader'},{'id':6075,'name':'sport'},{'id':14557,'name':'undressing'},{'id':34117,'name':'cult film'}]" +7348,"[{'id':839,'name':'mars'},{'id':4040,'name':'space mission'},{'id':14626,'name':'astronaut'},{'id':15149,'name':'monkey'},{'id':177178,'name':'alien space craft'},{'id':196557,'name':'mission to mars'},{'id':203102,'name':'robinson crusoe'}]" +41462,"[{'id':534,'name':'mexico'},{'id':9937,'name':'suspense'},{'id':11546,'name':'hitchhiker'},{'id':187056,'name':'woman director'},{'id':195402,'name':'film noir'}]" +81522,"[{'id':207769,'name':'grotesque'}]" +86689,"[{'id':3392,'name':'voodoo'},{'id':3644,'name':'south africa'},{'id':4013,'name':'chain saw'},{'id':9712,'name':'possession'},{'id':9833,'name':'lesbian relationship'},{'id':10053,'name':'sexploitation'},{'id':10183,'name':'independent film'},{'id':10714,'name':'serial killer'},{'id':11181,'name':'decapitation'},{'id':15001,'name':'demon'},{'id':161261,'name':'demonic possession'},{'id':195381,'name':'durban'},{'id':195382,'name':'kwazulu-natal'},{'id':195384,'name':'nigerian community'},{'id':229299,'name':'affair'}]" +21468,"[{'id':733,'name':'dancer'},{'id':837,'name':'show business'},{'id':4344,'name':'musical'},{'id':10229,'name':'singer'},{'id':156138,'name':'cinemascope'},{'id':157768,'name':'vaudeville'},{'id':165643,'name':'song and dance'},{'id':188715,'name':'musical revue'},{'id':197377,'name':'broadway actress'}]" +26483,"[{'id':4344,'name':'musical'},{'id':188583,'name':'beach movie'}]" +980,"[{'id':1582,'name':'saloon'},{'id':1679,'name':'arbitrary law'},{'id':2284,'name':'horseback riding'},{'id':14604,'name':'theft'},{'id':15108,'name':'justice'},{'id':157136,'name':'lynching'},{'id':160799,'name':'posse'},{'id':188922,'name':'cattle rustling'},{'id':207928,'name':'19th century'}]" +399894,"[{'id':188959,'name':'plague'},{'id':195871,'name':'blood thirsty creatures'}]" +270010,"[{'id':1419,'name':'gun'},{'id':5174,'name':'saudi arabia'},{'id':9673,'name':'love'},{'id':11221,'name':'blood'},{'id':13005,'name':'doctor'},{'id':18254,'name':'laptop'},{'id':207264,'name':'selfie'}]" +290595,"[{'id':616,'name':'witch'},{'id':2343,'name':'magic'},{'id':2660,'name':'strong woman'},{'id':3205,'name':'fairy tale'},{'id':9693,'name':'female killer'},{'id':11024,'name':'female soldier'},{'id':169341,'name':'snow white'},{'id':191731,'name':'female empowerment'},{'id':211392,'name':'huntsman'},{'id':234975,'name':'woman empowerment'},{'id':238343,'name':'wicked woman'}]" +153518,"[{'id':2041,'name':'island'},{'id':2646,'name':'bird'},{'id':4931,'name':'pig'},{'id':9823,'name':'rivalry'},{'id':11477,'name':'anthropomorphism'},{'id':41645,'name':'based on video game'},{'id':179431,'name':'duringcreditsstinger'},{'id':199263,'name':'anger management'},{'id':209266,'name':'animal kingdom'},{'id':209714,'name':'3d'}]" +201085,"[{'id':3358,'name':'haunted house'},{'id':6015,'name':'mining'},{'id':9826,'name':'murder'},{'id':11221,'name':'blood'},{'id':33505,'name':'gothic'},{'id':162846,'name':'ghost'}]" +14135,"[{'id':428,'name':'nurse'},{'id':977,'name':'cat'},{'id':13006,'name':'torture'},{'id':154780,'name':'buxom'},{'id':157795,'name':'groping'},{'id':159287,'name':'gas mask'}]" +17212,"[{'id':5086,'name':'telekinesis'},{'id':9815,'name':'psychic power'},{'id':9937,'name':'suspense'},{'id':11612,'name':'hospital'},{'id':191311,'name':'comatose'},{'id':205624,'name':'ozploitation'}]" +37635,"[{'id':14829,'name':'strangulation'},{'id':15155,'name':'witness to murder'},{'id':195402,'name':'film noir'}]" +353732,"[{'id':1261,'name':'river'},{'id':3432,'name':'bangkok'},{'id':3434,'name':'thailand'},{'id':8054,'name':'volunteer'},{'id':8810,'name':'laos'},{'id':9826,'name':'murder'},{'id':10718,'name':'fugitive'},{'id':13005,'name':'doctor'},{'id':190327,'name':'sexual assault'},{'id':207898,'name':'accused of murder'},{'id':222515,'name':'running from police'}]" +368940,"[{'id':977,'name':'cat'},{'id':2041,'name':'island'},{'id':3478,'name':'parrot'},{'id':6733,'name':'bullying'},{'id':11477,'name':'anthropomorphism'},{'id':14527,'name':'storm'},{'id':193083,'name':'shipwrecked'},{'id':203102,'name':'robinson crusoe'}]" +42487,"[{'id':2483,'name':'nudity'},{'id':18123,'name':'necromancer'},{'id':40931,'name':'witchcraft'},{'id':156174,'name':'occult'}]" +24909,"[{'id':212,'name':'london'},{'id':6149,'name':'police'},{'id':33699,'name':'policeman'},{'id':182266,'name':'rave culture'},{'id':182268,'name':'club life'},{'id':182273,'name':'raver'}]" +342562,"[{'id':2161,'name':'mouse'},{'id':4627,'name':'earth'},{'id':10986,'name':'chipmunk'},{'id':156395,'name':'imax'},{'id':214549,'name':'short'}]" +14055,"[{'id':572,'name':'sex'},{'id':1721,'name':'fight'},{'id':2136,'name':'television'},{'id':4108,'name':'protest'},{'id':4328,'name':'costume'},{'id':6078,'name':'politics'},{'id':6278,'name':'scholarship'},{'id':8072,'name':'quiz show'},{'id':8508,'name':'party'},{'id':9673,'name':'love'},{'id':10776,'name':'marijuana'},{'id':12105,'name':'student'},{'id':13160,'name':'university'},{'id':14604,'name':'theft'},{'id':158591,'name':'injury'}]" +398265,"[{'id':1010,'name':'bar'},{'id':14574,'name':'rancher'},{'id':18105,'name':'sharpshooter'}]" +22073,"[{'id':1881,'name':'dutch'},{'id':3149,'name':'gangster'},{'id':11221,'name':'blood'},{'id':11578,'name':'mobster'},{'id':14819,'name':'violence'},{'id':214548,'name':'1930s'}]" +14398,"[{'id':703,'name':'detective'},{'id':3262,'name':'surgeon'},{'id':6593,'name':'stripper'},{'id':9754,'name':'profanity'},{'id':9826,'name':'murder'},{'id':14707,'name':'brutality'},{'id':15214,'name':'buddy'}]" +407518,"[{'id':1956,'name':'world war ii'},{'id':2652,'name':'nazi'},{'id':10909,'name':'lawyer'}]" +311667,"[{'id':1157,'name':'wife husband relationship'},{'id':1936,'name':'blackmail'},{'id':5340,'name':'investigation'},{'id':10561,'name':'video camera'},{'id':33841,'name':'incest'},{'id':34079,'name':'death'},{'id':155744,'name':'newspaper man'},{'id':157380,'name':'tabloid'},{'id':162706,'name':'temptation'},{'id':168346,'name':'manhattan, new york city'},{'id':207268,'name':'neo-noir'},{'id':229299,'name':'affair'}]" +327528,"[{'id':1416,'name':'jazz'},{'id':5565,'name':'biography'},{'id':6165,'name':'historical figure'}]" +307168,[] +348390,"[{'id':279,'name':'usa'},{'id':6148,'name':'court'},{'id':210608,'name':'1990s'}]" +262169,"[{'id':1562,'name':'hostage'},{'id':3335,'name':'halloween'},{'id':14895,'name':'cannibal'},{'id':209306,'name':'cantina'}]" +321974,"[{'id':5565,'name':'biography'},{'id':6447,'name':'woodstock'},{'id':41591,'name':'music band'},{'id':162066,'name':'rock concert'},{'id':187056,'name':'woman director'},{'id':223969,'name':'recording session'},{'id':223970,'name':'heroin withdrawl'}]" +308453,"[{'id':650,'name':'gymnastics'},{'id':1415,'name':'small town'},{'id':175821,'name':'gymnast'},{'id':208820,'name':'olympic athlete'},{'id':227702,'name':'olympic hopeful'},{'id':227703,'name':'local celebrity'}]" +382322,"[{'id':849,'name':'dc comics'},{'id':3473,'name':'carnival'},{'id':6259,'name':'psychopath'},{'id':9537,'name':'joker'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':11323,'name':'descent into madness'},{'id':13006,'name':'torture'},{'id':14624,'name':'cruelty'},{'id':15108,'name':'justice'},{'id':33637,'name':'super power'},{'id':41410,'name':'madness'},{'id':224298,'name':'batgirl'}]" +342169,"[{'id':158927,'name':'police investigation'},{'id':166113,'name':'marriage problems'},{'id':188285,'name':'ransom note'},{'id':211452,'name':'international crime'},{'id':237989,'name':'commitment issues'},{'id':239530,'name':'thieves'},{'id':240575,'name':'handbag designs'}]" +377587,"[{'id':9755,'name':'parody'},{'id':11931,'name':'spoof'},{'id':14819,'name':'violence'},{'id':18035,'name':'family'},{'id':33467,'name':'new home'},{'id':163047,'name':'beverly hills'}]" +342521,"[{'id':2708,'name':'hitman'},{'id':3149,'name':'gangster'},{'id':3688,'name':'strip club'},{'id':11243,'name':'african american'},{'id':15483,'name':'car chase'},{'id':156143,'name':'kitten'},{'id':167541,'name':'buddy comedy'},{'id':208009,'name':'gun fight'},{'id':227198,'name':'stolen pet'},{'id':227201,'name':'designer drug'}]" +44692,"[{'id':1618,'name':'radiation'},{'id':3725,'name':'pregnancy'},{'id':5178,'name':'magnetic field'},{'id':158744,'name':'stock footage'},{'id':187652,'name':'radiation sickness'},{'id':191518,'name':'hardware store'},{'id':191519,'name':'scientist hero'},{'id':210934,'name':'magnetism'},{'id':233325,'name':'energy absorption'},{'id':233648,'name':'office of scientific investigation'}]" +11412,"[{'id':441,'name':'assassination'},{'id':1453,'name':'amnesia'},{'id':1562,'name':'hostage'},{'id':2547,'name':'new identity'},{'id':2660,'name':'strong woman'},{'id':3713,'name':'chase'},{'id':9693,'name':'female killer'},{'id':10123,'name':'dark comedy'},{'id':10508,'name':'teacher'},{'id':10685,'name':'escape'},{'id':11322,'name':'female protagonist'},{'id':11537,'name':'woman with gun'},{'id':13143,'name':'beautiful  woman'},{'id':14768,'name':'single mother'},{'id':41414,'name':'timebomb'},{'id':166625,'name':'candlelight vigil'},{'id':176802,'name':'rogue agent'},{'id':188907,'name':'street shootout'},{'id':212801,'name':'ex cia agent'},{'id':228081,'name':'christmas parade'}]" +77173,"[{'id':6017,'name':'genetics'},{'id':14760,'name':'scientist'},{'id':156176,'name':'moth'}]" +11797,"[{'id':970,'name':'parent child relationship'},{'id':2389,'name':'virgin'},{'id':3133,'name':'vampire'},{'id':4375,'name':'transformation'},{'id':10327,'name':'undead'},{'id':10712,'name':'night club'},{'id':11441,'name':'lifting person in air'},{'id':12564,'name':'werewolf'},{'id':33637,'name':'super power'}]" +323262,"[{'id':65,'name':'holiday'},{'id':613,'name':'new year's eve'},{'id':3335,'name':'halloween'},{'id':3762,'name':'darkness'},{'id':5152,'name':'midnight'},{'id':9706,'name':'anthology'},{'id':9921,'name':'easter'},{'id':11221,'name':'blood'},{'id':160404,'name':'valentine's day'},{'id':173983,'name':'mother's day'},{'id':187056,'name':'woman director'},{'id':189966,'name':'holiday season'},{'id':195439,'name':'father's day'},{'id':207317,'name':'christmas'},{'id':209352,'name':'st. patrick's day'}]" +353069,"[{'id':65,'name':'holiday'},{'id':173983,'name':'mother's day'}]" +7303,"[{'id':612,'name':'hotel'},{'id':6083,'name':'politician'},{'id':9310,'name':'latinx lead'},{'id':10325,'name':'mistaken identity'},{'id':13097,'name':'maid'},{'id':14514,'name':'class differences'},{'id':14768,'name':'single mother'},{'id':173277,'name':'public relations'},{'id':187791,'name':'maid uniform'},{'id':188755,'name':'hotel clerk'},{'id':220314,'name':'wealth differences'}]" +227218,"[{'id':9882,'name':'space'},{'id':156395,'name':'imax'},{'id':187056,'name':'woman director'},{'id':209714,'name':'3d'},{'id':214549,'name':'short'}]" +116,"[{'id':128,'name':'love triangle'},{'id':212,'name':'london'},{'id':213,'name':'upper class'},{'id':596,'name':'adultery'},{'id':1488,'name':'tennis'},{'id':1489,'name':'river thames'},{'id':6075,'name':'sport'},{'id':9673,'name':'love'},{'id':10329,'name':'wealth'},{'id':14794,'name':'lust'},{'id':157286,'name':'gold digger'},{'id':162257,'name':'instructor'},{'id':197092,'name':'social climbing'},{'id':207583,'name':'actress'}]" +25196,"[{'id':444,'name':'taxi'},{'id':727,'name':'country music'},{'id':736,'name':'journalist'},{'id':953,'name':'guitar'},{'id':1010,'name':'bar'},{'id':4048,'name':'musician'},{'id':7464,'name':'alcoholism'},{'id':10229,'name':'singer'},{'id':10937,'name':'memory'},{'id':14733,'name':'texan'},{'id':33457,'name':'alcoholic'},{'id':33719,'name':'drink'},{'id':33720,'name':'guilt'},{'id':227808,'name':'biscuit'}]" +23627,"[{'id':1691,'name':'dance'},{'id':3616,'name':'college'},{'id':4344,'name':'musical'}]" +16093,"[{'id':4572,'name':'organ'},{'id':9844,'name':'car crash'},{'id':11034,'name':'b movie'},{'id':11322,'name':'female protagonist'},{'id':34117,'name':'cult film'},{'id':188709,'name':'organ music'}]" +43804,"[{'id':1797,'name':'loyalty'},{'id':5721,'name':'engineer'},{'id':9503,'name':'outlaw'},{'id':13005,'name':'doctor'}]" +36960,"[{'id':12635,'name':'mysterious drug'},{'id':12636,'name':'relive the dark'},{'id':12637,'name':'twisted memories'}]" +3595,"[{'id':697,'name':'loss of loved one'},{'id':800,'name':'bounty'},{'id':1584,'name':'yellow press'},{'id':1812,'name':'fbi'},{'id':4725,'name':'baby-snatching'},{'id':9937,'name':'suspense'},{'id':33626,'name':'millionaire'},{'id':247741,'name':'kidnapped child'}]" +49988,"[{'id':1859,'name':'arizona'},{'id':3593,'name':'wilderness'},{'id':5774,'name':'forest'},{'id':9937,'name':'suspense'},{'id':172492,'name':'minimal cast'}]" +22559,"[{'id':2769,'name':'deep sea'}]" +42668,"[{'id':3720,'name':'power'},{'id':5127,'name':'alexander the great'},{'id':6917,'name':'epic'},{'id':9682,'name':'history'},{'id':11195,'name':'empire'},{'id':13084,'name':'king'},{'id':14819,'name':'violence'}]" +122208,[] +165078,[] +17921,"[{'id':3133,'name':'vampire'},{'id':3801,'name':'space travel'}]" +220,"[{'id':30,'name':'individual'},{'id':380,'name':'sibling relationship'},{'id':526,'name':'rebel'},{'id':531,'name':'southern usa'},{'id':1421,'name':'birthday'},{'id':3534,'name':'big wheel'},{'id':9673,'name':'love'},{'id':10594,'name':'money'},{'id':46958,'name':'good and bad'},{'id':189599,'name':'beans'}]" +28162,"[{'id':290,'name':'angel'},{'id':392,'name':'england'},{'id':1956,'name':'world war ii'},{'id':3012,'name':'court case'},{'id':3797,'name':'bicycle'},{'id':4116,'name':'heaven'}]" +369557,"[{'id':212,'name':'london'},{'id':380,'name':'sibling relationship'},{'id':4697,'name':'video'},{'id':4729,'name':'dublin'},{'id':5699,'name':'music video'},{'id':6027,'name':'music'},{'id':6054,'name':'friendship'},{'id':10266,'name':'prom'},{'id':10873,'name':'school'},{'id':12990,'name':'singing'},{'id':14985,'name':'ireland'},{'id':15160,'name':'divorce'},{'id':18035,'name':'family'},{'id':18068,'name':'teenage boy'},{'id':33624,'name':'band'},{'id':41591,'name':'music band'},{'id':190830,'name':'bullied'},{'id':208289,'name':'1980s'}]" +332806,"[{'id':7005,'name':'northern ireland'},{'id':14985,'name':'ireland'},{'id':157198,'name':'belfast'},{'id':220141,'name':'city symphony'},{'id':227320,'name':'symphonic film'}]" +254302,"[{'id':213,'name':'upper class'},{'id':818,'name':'based on novel or book'},{'id':1418,'name':'skyscraper'},{'id':12436,'name':'architecture'},{'id':156640,'name':'high rise'},{'id':163048,'name':'decadence'},{'id':179823,'name':'class conflict'},{'id':192311,'name':'social class'},{'id':210324,'name':'decay'}]" +15482,"[{'id':6388,'name':'tomato'},{'id':9663,'name':'sequel'},{'id':10125,'name':'mad scientist'},{'id':10183,'name':'independent film'},{'id':11931,'name':'spoof'},{'id':160612,'name':'self-referential'},{'id':176217,'name':'world domination'}]" +580,"[{'id':2988,'name':'shark attack'},{'id':3345,'name':'bahamas'},{'id':3737,'name':'dying and death'},{'id':5160,'name':'animal attack'},{'id':9663,'name':'sequel'},{'id':9748,'name':'revenge'},{'id':14785,'name':'underwater'},{'id':15097,'name':'shark'},{'id':15098,'name':'great white shark'},{'id':167861,'name':'caribbean'},{'id':227106,'name':'banana boat'}]" +1412,"[{'id':459,'name':'sexual obsession'},{'id':572,'name':'sex'},{'id':738,'name':'sexuality'},{'id':2249,'name':'camcorder'},{'id':2874,'name':'spanner'},{'id':3201,'name':'orgasm'},{'id':4115,'name':'longing'},{'id':4434,'name':'interview'},{'id':177185,'name':'videotape'},{'id':178649,'name':'voyeurism'}]" +8009,"[{'id':242,'name':'new york'},{'id':388,'name':'scotland'},{'id':1400,'name':'swordplay'},{'id':1938,'name':'sword'},{'id':4978,'name':'immortality'},{'id':34117,'name':'cult film'}]" +19556,"[{'id':572,'name':'sex'},{'id':2201,'name':'first time'},{'id':2389,'name':'virgin'},{'id':7312,'name':'road trip'},{'id':9639,'name':'playboy'},{'id':179431,'name':'duringcreditsstinger'}]" +9044,"[{'id':930,'name':'in love with enemy'},{'id':3098,'name':'castle'},{'id':4663,'name':'lovers'},{'id':6062,'name':'hostility'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':10466,'name':'knight'},{'id':14643,'name':'battle'},{'id':41406,'name':'middle ages'},{'id':252571,'name':'6th century'}]" +5894,"[{'id':919,'name':'smoking'},{'id':1901,'name':'corner shop'},{'id':3170,'name':'cigarette'},{'id':6357,'name':'tobacco'}]" +301348,"[{'id':833,'name':'white house'},{'id':840,'name':'usa president'},{'id':1228,'name':'1970s'},{'id':5694,'name':'elvis presley'},{'id':9376,'name':'richard nixon'},{'id':10229,'name':'singer'},{'id':13094,'name':'photograph'},{'id':187056,'name':'woman director'}]" +42872,"[{'id':1964,'name':'cave'},{'id':2804,'name':'exploitation'},{'id':9815,'name':'psychic power'},{'id':9882,'name':'space'},{'id':9951,'name':'alien'},{'id':10473,'name':'contagion spread'},{'id':14819,'name':'violence'},{'id':166109,'name':'child murder'}]" +303991,"[{'id':237,'name':'gay'},{'id':697,'name':'loss of loved one'},{'id':1326,'name':'infidelity'},{'id':3725,'name':'pregnancy'},{'id':4230,'name':'carousel '},{'id':4604,'name':'father-in-law'},{'id':9844,'name':'car crash'},{'id':9872,'name':'grief'},{'id':10123,'name':'dark comedy'},{'id':10180,'name':'homosexuality'},{'id':10655,'name':'grieving widower'},{'id':10776,'name':'marijuana'},{'id':11488,'name':'pot smoking'},{'id':11612,'name':'hospital'},{'id':13063,'name':'car accident'},{'id':14512,'name':'new york city'},{'id':156823,'name':'drummer'},{'id':159103,'name':'mourning'},{'id':163037,'name':'lgbt teen'},{'id':172291,'name':'grieving'},{'id':187786,'name':'vending machine'},{'id':208397,'name':'death of wife'},{'id':226257,'name':'investment banker'},{'id':226768,'name':'station wagon'}]" +316000,"[{'id':1416,'name':'jazz'},{'id':5565,'name':'biography'},{'id':6165,'name':'historical figure'},{'id':222603,'name':'miles davis'}]" +316002,"[{'id':2864,'name':'one-night stand'},{'id':9799,'name':'romantic comedy'},{'id':223162,'name':'accidental love'}]" +46441,"[{'id':34079,'name':'death'}]" +9757,"[{'id':6783,'name':'orphanage'},{'id':8663,'name':'overweight woman'}]" +313922,"[{'id':376,'name':'neo nazism'},{'id':379,'name':'skinhead'},{'id':2671,'name':'heroin'},{'id':6027,'name':'music'},{'id':9665,'name':'cover-up'},{'id':9826,'name':'murder'},{'id':9937,'name':'suspense'},{'id':11105,'name':'swastika'},{'id':12341,'name':'pitbull'},{'id':15155,'name':'witness to murder'},{'id':173919,'name':'punk band'},{'id':212424,'name':'killer dog'},{'id':226930,'name':'feedback'},{'id':226931,'name':'mic stand'}]" +11199,"[{'id':1599,'name':'midlife crisis'},{'id':7312,'name':'road trip'},{'id':11475,'name':'politically incorrect'},{'id':14736,'name':'motorcycle gang'},{'id':168132,'name':'biker movie'},{'id':168135,'name':'awkwardness'},{'id':168141,'name':'travel writer'},{'id':176793,'name':'middle age'},{'id':178517,'name':'middle aged man'}]" +378200,"[{'id':622,'name':'bet'},{'id':5564,'name':'match'},{'id':9639,'name':'playboy'},{'id':10050,'name':'fear of commitment'},{'id':12392,'name':'best friend'}]" +295699,"[{'id':3230,'name':'male friendship'},{'id':3616,'name':'college'},{'id':9823,'name':'rivalry'}]" +298584,"[{'id':6876,'name':'vacation'},{'id':9714,'name':'remake'},{'id':9720,'name':'woods'},{'id':9786,'name':'burned alive'},{'id':9826,'name':'murder'},{'id':10292,'name':'gore'},{'id':10776,'name':'marijuana'},{'id':11221,'name':'blood'},{'id':13130,'name':'teenager'},{'id':13209,'name':'cabin in the woods'},{'id':14673,'name':'disease'},{'id':15162,'name':'dog'},{'id':162521,'name':'flesh eating'},{'id':188957,'name':'virus'}]" +262504,"[{'id':818,'name':'based on novel or book'},{'id':2020,'name':'revolution'},{'id':4565,'name':'dystopia'},{'id':9663,'name':'sequel'},{'id':162988,'name':'dystopian future'},{'id':246466,'name':'based on young adult novel'}]" +13252,"[{'id':9665,'name':'cover-up'}]" +4347,"[{'id':380,'name':'sibling relationship'},{'id':428,'name':'nurse'},{'id':697,'name':'loss of loved one'},{'id':818,'name':'based on novel or book'},{'id':1486,'name':'flirt'},{'id':1605,'name':'new love'},{'id':1935,'name':'wind'},{'id':1956,'name':'world war ii'},{'id':2251,'name':'lie'},{'id':3096,'name':'book'},{'id':3344,'name':'letter'},{'id':3874,'name':'twist'},{'id':5477,'name':'mistake'},{'id':6139,'name':'innocence'},{'id':10818,'name':'author'},{'id':11436,'name':'redemption'},{'id':13088,'name':'summer'},{'id':197413,'name':'dunkirk'},{'id':206081,'name':'london blitz'},{'id':230309,'name':'sepsis'}]" +36419,"[{'id':2564,'name':'wheelchair'},{'id':3030,'name':'nightmare'},{'id':3739,'name':'funeral'},{'id':4958,'name':'injection'},{'id':12544,'name':'crying'},{'id':41375,'name':'casket'},{'id':41376,'name':'shovel'},{'id':41377,'name':'lily'},{'id':41379,'name':'argument'},{'id':41380,'name':'crucifix'},{'id':187056,'name':'woman director'}]" +339934,"[{'id':6363,'name':'racing car'},{'id':10037,'name':'le mans'},{'id':162262,'name':'movie star'}]" +512,"[{'id':213,'name':'upper class'},{'id':549,'name':'prostitute'},{'id':736,'name':'journalist'},{'id':793,'name':'drowning'},{'id':918,'name':'newspaper'},{'id':2343,'name':'magic'},{'id':2591,'name':'tarot cards'},{'id':2594,'name':'magic show'},{'id':2596,'name':'lordship'},{'id':2619,'name':'suspicion of murder'},{'id':2623,'name':'headline'},{'id':3739,'name':'funeral'},{'id':5340,'name':'investigation'},{'id':5600,'name':'daughter'},{'id':6031,'name':'music instrument'},{'id':6155,'name':'afterlife'},{'id':8181,'name':'swimming pool'},{'id':9826,'name':'murder'},{'id':10329,'name':'wealth'},{'id':14638,'name':'american'},{'id':158431,'name':'united kingdom'}]" +25468,"[{'id':1946,'name':'restaurant'},{'id':10183,'name':'independent film'},{'id':170071,'name':'story telling'}]" +29570,"[{'id':1299,'name':'monster'},{'id':1612,'name':'spacecraft'},{'id':1963,'name':'expedition'},{'id':2588,'name':'brain'},{'id':3801,'name':'space travel'},{'id':3888,'name':'giant spider'},{'id':9951,'name':'alien'},{'id':10121,'name':'stop motion'},{'id':10183,'name':'independent film'},{'id':14626,'name':'astronaut'},{'id':161893,'name':'cyclops'},{'id':186833,'name':'mirage'},{'id':191132,'name':'space exploration'},{'id':191141,'name':'uranus'},{'id':207405,'name':'poverty row film'}]" +13576,"[{'id':3490,'name':'pop star'},{'id':6027,'name':'music'},{'id':6029,'name':'concert'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'}]" +13192,[] +14774,"[{'id':4507,'name':'clowning'},{'id':10325,'name':'mistaken identity'},{'id':15016,'name':'twins'}]" +1492,"[{'id':1551,'name':'indigenous'},{'id':6195,'name':'discovery of america'},{'id':6453,'name':'the new world'},{'id':189558,'name':'christopher columbus'},{'id':213097,'name':'15th century'}]" +403214,"[{'id':6783,'name':'orphanage'},{'id':198914,'name':'institution'}]" +209112,"[{'id':849,'name':'dc comics'},{'id':7002,'name':'vigilante'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':9748,'name':'revenge'},{'id':33637,'name':'super power'},{'id':229266,'name':'dc extended universe'}]" +38060,"[{'id':10744,'name':'dr. seuss'},{'id':214549,'name':'short'}]" +27895,"[{'id':2041,'name':'island'},{'id':5703,'name':'lizard'},{'id':5704,'name':'giant lizard'},{'id':163561,'name':'genetic engineering'},{'id':191329,'name':'komodo dragon'}]" +11165,"[{'id':233,'name':'japan'},{'id':1956,'name':'world war ii'},{'id':3365,'name':'pearl harbor'},{'id':13065,'name':'soldier'},{'id':188727,'name':'imperial japan'}]" +13257,"[{'id':987,'name':'overweight child'},{'id':6075,'name':'sport'},{'id':10508,'name':'teacher'}]" +103071,"[{'id':3099,'name':'satanism'},{'id':9826,'name':'murder'},{'id':14999,'name':'devil'},{'id':156178,'name':'hand'},{'id':166862,'name':'severed hand'},{'id':214418,'name':'disembodied hand'}]" +55457,"[{'id':6027,'name':'music'},{'id':225061,'name':'friend'}]" +28264,"[{'id':970,'name':'parent child relationship'},{'id':3544,'name':'machete'},{'id':4543,'name':'thanksgiving'},{'id':6255,'name':'insanity'},{'id':6259,'name':'psychopath'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':10339,'name':'drive-in theatre'},{'id':10714,'name':'serial killer'},{'id':11181,'name':'decapitation'},{'id':12339,'name':'slasher'},{'id':15127,'name':'killer'},{'id':34117,'name':'cult film'},{'id':156097,'name':'evil twin'},{'id':157512,'name':'mutilation'},{'id':157758,'name':'ax murder'},{'id':161814,'name':'psycho killer'},{'id':180172,'name':'framed for murder'},{'id':183953,'name':'madman'},{'id':234906,'name':'murder spree'}]" +32100,"[{'id':10601,'name':'blaxploitation'}]" +37247,"[{'id':3182,'name':'seduction'},{'id':3616,'name':'college'},{'id':9840,'name':'romance'},{'id':12670,'name':'los angeles'},{'id':13027,'name':'wedding'},{'id':157799,'name':'older woman younger man relationship'},{'id':171206,'name':'graduate'},{'id':171219,'name':'rape accusation'}]" +33408,"[{'id':736,'name':'journalist'},{'id':1523,'name':'obsession'},{'id':9748,'name':'revenge'},{'id':9937,'name':'suspense'},{'id':207767,'name':'erotic thriller'}]" +71881,"[{'id':242,'name':'new york'},{'id':378,'name':'prison'},{'id':567,'name':'alcohol'},{'id':570,'name':'rape'},{'id':9673,'name':'love'},{'id':14604,'name':'theft'},{'id':14819,'name':'violence'},{'id':14828,'name':'city'},{'id':41509,'name':'hate'},{'id':161307,'name':'bronx, new york city'}]" +29845,"[{'id':4280,'name':'mental breakdown'},{'id':11510,'name':'unfaithfulness'},{'id':12670,'name':'los angeles'}]" +36949,"[{'id':1749,'name':'taxi driver'},{'id':191308,'name':'ex-boxer'},{'id':195402,'name':'film noir'}]" +26234,"[{'id':5565,'name':'biography'},{'id':6731,'name':'british'},{'id':9672,'name':'based on a true story'},{'id':10714,'name':'serial killer'},{'id':34117,'name':'cult film'}]" +18764,"[{'id':10325,'name':'mistaken identity'},{'id':14731,'name':'martial arts master'},{'id':14743,'name':'pianist'},{'id':15016,'name':'twins'},{'id':191028,'name':'concert pianist'}]" +11916,"[{'id':75,'name':'gunslinger'},{'id':534,'name':'mexico'},{'id':4653,'name':'french'},{'id':6956,'name':'treasure hunt'},{'id':33625,'name':'illegal prostitution'}]" +10867,"[{'id':515,'name':'women'},{'id':629,'name':'sicily'},{'id':931,'name':'jealousy'},{'id':1956,'name':'world war ii'},{'id':4115,'name':'longing'},{'id':15049,'name':'sex trafficking'},{'id':34038,'name':'intrigue'},{'id':156322,'name':'pretty woman'}]" +21641,"[{'id':1228,'name':'1970s'},{'id':5215,'name':'northern england'},{'id':5565,'name':'biography'},{'id':5858,'name':'leeds united'},{'id':6075,'name':'sport'},{'id':9180,'name':'yorkshire'},{'id':11343,'name':'brighton'},{'id':13042,'name':'soccer'},{'id':166096,'name':'cup'},{'id':187264,'name':'derby county'},{'id':187265,'name':'management'},{'id':192345,'name':'soccer team'},{'id':240113,'name':'leeds'}]" +11637,"[{'id':1926,'name':'car journey'},{'id':2554,'name':'macho'},{'id':7312,'name':'road trip'},{'id':10103,'name':'children'},{'id':156322,'name':'pretty woman'},{'id':199093,'name':'trouble'}]" +112687,"[{'id':1357,'name':'fish'},{'id':14819,'name':'violence'},{'id':162515,'name':'contamination'},{'id':235573,'name':'chemical leak'}]" +61302,"[{'id':14643,'name':'battle'}]" +396,"[{'id':567,'name':'alcohol'},{'id':596,'name':'adultery'},{'id':1992,'name':'professor'},{'id':2486,'name':'fantasy'},{'id':2587,'name':'married couple'},{'id':5153,'name':'son'},{'id':5333,'name':'guest'},{'id':8039,'name':'campus'},{'id':10181,'name':'based on play or musical'},{'id':41393,'name':'new england'},{'id':162914,'name':'one night'},{'id':214652,'name':'marital tensions'}]" +20762,[] +274504,"[{'id':818,'name':'based on novel or book'},{'id':187056,'name':'woman director'}]" +37960,"[{'id':818,'name':'based on novel or book'},{'id':12106,'name':'all female army'},{'id':12354,'name':'hong kong'},{'id':173010,'name':'evil woman'},{'id':207276,'name':'woman dressed as man'},{'id':241889,'name':'woman whips man'},{'id':241890,'name':'female leader'},{'id':241891,'name':'woman tortures man'}]" +30462,"[{'id':3529,'name':'renegade'},{'id':5901,'name':'texas ranger'},{'id':155841,'name':'gambler'}]" +9449,"[{'id':604,'name':'dwarf'},{'id':6215,'name':'household'},{'id':10909,'name':'lawyer'},{'id':15101,'name':'based on children's book'},{'id':33873,'name':'little people'},{'id':161868,'name':'child's point of view'},{'id':179867,'name':'real estate'}]" +24420,"[{'id':818,'name':'based on novel or book'},{'id':1157,'name':'wife husband relationship'},{'id':2964,'name':'future'},{'id':3667,'name':'time'},{'id':4379,'name':'time travel'},{'id':9673,'name':'love'},{'id':9935,'name':'travel'},{'id':10703,'name':'tragic love'},{'id':14534,'name':'relationship'},{'id':176056,'name':'time traveler'},{'id':189449,'name':'disorder'},{'id':251762,'name':'genetic disorder'}]" +396330,"[{'id':849,'name':'dc comics'},{'id':6969,'name':'gotham city'},{'id':9537,'name':'joker'},{'id':33637,'name':'super power'},{'id':210090,'name':'lego'}]" +10096,"[{'id':242,'name':'new york'},{'id':1003,'name':'photographer'},{'id':4222,'name':'editor-in-chief'},{'id':4896,'name':'wish'},{'id':8711,'name':'michael jackson'},{'id':163069,'name':'child as an adult'},{'id':178329,'name':'best friends in love'}]" +29070,"[{'id':2679,'name':'artist'},{'id':3133,'name':'vampire'},{'id':6553,'name':'beatnik'},{'id':187056,'name':'woman director'}]" +107327,"[{'id':818,'name':'based on novel or book'},{'id':3713,'name':'chase'},{'id':10183,'name':'independent film'},{'id':10562,'name':'on the run'},{'id':15234,'name':'convict'},{'id':34117,'name':'cult film'},{'id':169271,'name':'escaped prisoner'}]" +16263,"[{'id':520,'name':'chicago'},{'id':10104,'name':'dance competition'},{'id':34125,'name':'catholic school'}]" +29343,"[{'id':570,'name':'rape'},{'id':1422,'name':'boat'},{'id':1583,'name':'mass murder'},{'id':2766,'name':'mutation'},{'id':2804,'name':'exploitation'},{'id':3473,'name':'carnival'},{'id':5420,'name':'fisherman'},{'id':6305,'name':'pollution'},{'id':7994,'name':'water monster'},{'id':9704,'name':'ventriloquist'},{'id':10471,'name':'cult favorite'},{'id':187056,'name':'woman director'},{'id':222423,'name':'blast'}]" +12312,"[{'id':1189,'name':'profession'},{'id':3436,'name':'karate'},{'id':5600,'name':'daughter'},{'id':33346,'name':'promotion'},{'id':155816,'name':'ex-wife'},{'id':192828,'name':'parking'},{'id':212330,'name':'slap'}]" +11283,"[{'id':697,'name':'loss of loved one'},{'id':2341,'name':'nanny'},{'id':2470,'name':'education'},{'id':10103,'name':'children'},{'id':33479,'name':'single father'},{'id':177912,'name':'wizard'},{'id':246466,'name':'based on young adult novel'}]" +21484,"[{'id':74,'name':'germany'},{'id':596,'name':'adultery'},{'id':1299,'name':'monster'},{'id':5083,'name':'hysteria'},{'id':5340,'name':'investigation'},{'id':5809,'name':'marriage crisis'},{'id':6149,'name':'police'},{'id':9826,'name':'murder'},{'id':10292,'name':'gore'},{'id':10303,'name':'domestic abuse'},{'id':10508,'name':'teacher'},{'id':10714,'name':'serial killer'},{'id':11925,'name':'domestic violence'},{'id':14735,'name':'motorcycle'},{'id':34094,'name':'extramarital affair'},{'id':41329,'name':'mental illness'},{'id':161891,'name':'doppelgänger'},{'id':189921,'name':'video nasty'},{'id':191815,'name':'breakdown'},{'id':229299,'name':'affair'}]" +2088,"[{'id':4668,'name':'police operation'},{'id':5906,'name':'sex addiction'},{'id':6149,'name':'police'},{'id':6220,'name':'mafia boss'},{'id':9937,'name':'suspense'},{'id':10978,'name':'bad cop'},{'id':12366,'name':'hitwoman'}]" +2071,"[{'id':483,'name':'riddle'},{'id':582,'name':'san francisco'},{'id':1284,'name':'identity'},{'id':1326,'name':'infidelity'},{'id':1453,'name':'amnesia'},{'id':3301,'name':'suspicion'},{'id':4183,'name':'wife'},{'id':4585,'name':'plastic surgery'},{'id':5406,'name':'head physician'},{'id':9937,'name':'suspense'},{'id':11469,'name':'memory loss'},{'id':11612,'name':'hospital'},{'id':11677,'name':'secretary'},{'id':13063,'name':'car accident'},{'id':155790,'name':'private detective'},{'id':207268,'name':'neo-noir'},{'id':227684,'name':'ship wreck'}]" +283596,"[{'id':818,'name':'based on novel or book'},{'id':10123,'name':'dark comedy'},{'id':10714,'name':'serial killer'},{'id':221204,'name':'accidental killing'}]" +347647,[] +382651,"[{'id':2964,'name':'future'},{'id':6104,'name':'computer'},{'id':15124,'name':'framed'}]" +22135,"[{'id':1930,'name':'kidnapping'},{'id':3688,'name':'strip club'},{'id':12663,'name':'little girl'},{'id':13042,'name':'soccer'},{'id':235261,'name':'abduction'}]" +11030,"[{'id':90,'name':'paris france'},{'id':5571,'name':'great depression'},{'id':6562,'name':'celebrity'},{'id':11800,'name':'mockumentary'},{'id':14569,'name':'chameleon'},{'id':15106,'name':'psychiatrist'},{'id':163895,'name':'newsreel footage'},{'id':164880,'name':'electroconvulsive therapy'},{'id':207876,'name':'1920s'},{'id':214548,'name':'1930s'}]" +7006,"[{'id':236,'name':'suicide'},{'id':9826,'name':'murder'}]" +277687,"[{'id':1889,'name':'lake'},{'id':33782,'name':'diver'},{'id':187056,'name':'woman director'}]" +55078,"[{'id':2483,'name':'nudity'},{'id':9937,'name':'suspense'},{'id':10776,'name':'marijuana'},{'id':15162,'name':'dog'},{'id':171192,'name':'pug'}]" +347752,"[{'id':1233,'name':'composer'},{'id':2679,'name':'artist'},{'id':7312,'name':'road trip'},{'id':9826,'name':'murder'},{'id':9937,'name':'suspense'},{'id':10092,'name':'mystery'},{'id':10714,'name':'serial killer'},{'id':13078,'name':'skinny dipping'},{'id':15058,'name':'swimming'},{'id':15127,'name':'killer'},{'id':34014,'name':'northern france'},{'id':163726,'name':'hitchhiking'}]" +354908,"[{'id':515,'name':'women'},{'id':14669,'name':'older man younger woman relationship'},{'id':187056,'name':'woman director'},{'id':188259,'name':'money problems'},{'id':190178,'name':'sex worker'},{'id':206298,'name':'young adult'},{'id':207844,'name':'college student'},{'id':227102,'name':'sugar daddy'}]" +354534,"[{'id':9706,'name':'anthology'}]" +302156,"[{'id':591,'name':'cia'},{'id':10937,'name':'memory'},{'id':15234,'name':'convict'},{'id':46955,'name':'implant'}]" +394223,"[{'id':7281,'name':'shooting'},{'id':14601,'name':'explosion'},{'id':14819,'name':'violence'}]" +382052,"[{'id':3030,'name':'nightmare'},{'id':3623,'name':'cabin'},{'id':9826,'name':'murder'},{'id':208170,'name':'abusive marriage'}]" +323676,"[{'id':4021,'name':'business woman'},{'id':156121,'name':'ex-con'},{'id':179431,'name':'duringcreditsstinger'},{'id':209788,'name':'girl scouts'}]" +326423,"[{'id':9663,'name':'sequel'},{'id':158192,'name':'barbershop'}]" +325348,"[{'id':679,'name':'cyborg'},{'id':9826,'name':'murder'},{'id':10292,'name':'gore'},{'id':14687,'name':'extreme violence'},{'id':15483,'name':'car chase'},{'id':177398,'name':'levitation'},{'id':181129,'name':'terrorist group'},{'id':186450,'name':'moscow'},{'id':222030,'name':'first person view'}]" +9092,"[{'id':931,'name':'jealousy'},{'id':1813,'name':'toxication'},{'id':3098,'name':'castle'},{'id':3205,'name':'fairy tale'},{'id':5921,'name':'step mother'},{'id':33673,'name':'apple'},{'id':41406,'name':'middle ages'},{'id':177998,'name':'nobility'}]" +579,"[{'id':1919,'name':'mayor'},{'id':2041,'name':'island'},{'id':2988,'name':'shark attack'},{'id':2993,'name':'police chief'},{'id':3180,'name':'sailing'},{'id':3735,'name':'boat accident'},{'id':3737,'name':'dying and death'},{'id':4210,'name':'panic'},{'id':5156,'name':'current'},{'id':5160,'name':'animal attack'},{'id':9663,'name':'sequel'},{'id':10084,'name':'rescue'},{'id':10503,'name':'scuba diving'},{'id':13130,'name':'teenager'},{'id':15097,'name':'shark'},{'id':15098,'name':'great white shark'},{'id':155529,'name':'killer whale'},{'id':158297,'name':'high-tension current'},{'id':158345,'name':'water skiing'},{'id':204009,'name':'tourism'}]" +10675,"[{'id':90,'name':'paris france'},{'id':1157,'name':'wife husband relationship'},{'id':2587,'name':'married couple'},{'id':4183,'name':'wife'},{'id':5756,'name':'man-woman relation'},{'id':7690,'name':'man looking for wife'},{'id':13005,'name':'doctor'},{'id':34038,'name':'intrigue'},{'id':207268,'name':'neo-noir'},{'id':222665,'name':'missing wife'}]" +9879,"[{'id':1936,'name':'blackmail'},{'id':3688,'name':'strip club'},{'id':4378,'name':'striptease'},{'id':6149,'name':'police'},{'id':33483,'name':'u.s. congress'}]" +11121,"[{'id':570,'name':'rape'},{'id':818,'name':'based on novel or book'},{'id':4402,'name':'peasant'},{'id':4847,'name':'historian'},{'id':6038,'name':'marriage'},{'id':9673,'name':'love'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':12545,'name':'mansion'},{'id':18035,'name':'family'},{'id':154846,'name':'farmer'},{'id':157913,'name':'young'},{'id':177998,'name':'nobility'},{'id':201512,'name':'aristocratic'},{'id':201725,'name':'strong'},{'id':207031,'name':'stonehenge'},{'id':207928,'name':'19th century'}]" +488,"[{'id':409,'name':'africa'},{'id':440,'name':'missionary'},{'id':1261,'name':'river'},{'id':1333,'name':'desperation'},{'id':1422,'name':'boat'},{'id':1627,'name':'patriotism'},{'id':2504,'name':'world war i'},{'id':2509,'name':'hippopotamus'},{'id':2510,'name':'giraffe'},{'id':2511,'name':'methodist church'},{'id':2514,'name':'moqukito'},{'id':2516,'name':'boat wedding'},{'id':2517,'name':'leech'},{'id':2518,'name':'gin'},{'id':2519,'name':'canadian'},{'id':2520,'name':'tanzania'},{'id':2521,'name':'congo'},{'id':3711,'name':'animal species'},{'id':3929,'name':'hope'},{'id':6150,'name':'faith'}]" +42620,"[{'id':34117,'name':'cult film'}]" +42744,"[{'id':212,'name':'london'}]" +25528,"[{'id':10174,'name':'delta force'},{'id':10278,'name':'ninja'},{'id':162380,'name':'ex soldier'}]" +15300,"[{'id':174240,'name':'juvenile crime'},{'id':174243,'name':'child empowerment'},{'id':174244,'name':'brawl'},{'id':174245,'name':'boy singer'},{'id':174252,'name':'name change'},{'id':174254,'name':'slingshot'},{'id':174258,'name':'juvenile detention'},{'id':207928,'name':'19th century'},{'id':208417,'name':'newsboy'}]" +9292,"[{'id':716,'name':'vatican'},{'id':2967,'name':'leonardo da vinci'},{'id':5918,'name':'painting'},{'id':6168,'name':'master thief'}]" +85198,"[{'id':8508,'name':'party'}]" +10126,"[{'id':796,'name':'police brutality'},{'id':2394,'name':'ghetto'},{'id':6147,'name':'delinquency'},{'id':6149,'name':'police'},{'id':10211,'name':'east los angeles'},{'id':10726,'name':'gang'},{'id':33426,'name':'gang member'},{'id':164253,'name':'mexican american'},{'id':183637,'name':'barrio'},{'id':221412,'name':'colleague'}]" +18316,"[{'id':1812,'name':'fbi'},{'id':9276,'name':'truck'}]" +9409,"[{'id':3149,'name':'gangster'},{'id':4171,'name':'staatsanwältin'},{'id':8233,'name':'cops'},{'id':41158,'name':'stakeout'},{'id':155446,'name':'police stakeout'}]" +273187,"[{'id':570,'name':'rape'},{'id':1930,'name':'kidnapping'},{'id':3335,'name':'halloween'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':11221,'name':'blood'},{'id':13006,'name':'torture'},{'id':192762,'name':'religiosity'}]" +297806,"[{'id':279,'name':'usa'},{'id':727,'name':'country music'},{'id':5565,'name':'biography'},{'id':6027,'name':'music'},{'id':157657,'name':'country singer'},{'id':207883,'name':'1940s'}]" +257440,[] +324807,"[{'id':131,'name':'italy'},{'id':1357,'name':'fish'},{'id':2570,'name':'rock star'},{'id':6876,'name':'vacation'},{'id':162066,'name':'rock concert'}]" +293941,"[{'id':187056,'name':'woman director'}]" +362373,"[{'id':1930,'name':'kidnapping'},{'id':6951,'name':'biker'}]" +328070,"[{'id':515,'name':'women'},{'id':3508,'name':'underwear'},{'id':18142,'name':'catfight'},{'id':226766,'name':'roommate issues'}]" +344854,"[{'id':10349,'name':'survival'},{'id':15162,'name':'dog'},{'id':178848,'name':'isolated farmhouse'},{'id':193760,'name':'australian outback'}]" +389425,[] +277710,[] +378373,"[{'id':5350,'name':'eagle'},{'id':215564,'name':'learning to fly'},{'id':226773,'name':'eagle's feather'},{'id':226774,'name':'father son conflict'},{'id':226775,'name':'bird's nest'}]" +403232,"[{'id':5157,'name':'electric shock'},{'id':7002,'name':'vigilante'},{'id':13006,'name':'torture'},{'id':13119,'name':'tough guy'},{'id':14666,'name':'muscleman'},{'id':15248,'name':'commando'},{'id':175522,'name':'electrical torture'},{'id':193551,'name':'vigilantism'},{'id':220332,'name':'female domination'}]" +9703,"[{'id':1405,'name':'roman empire'},{'id':2280,'name':'emperor'},{'id':5049,'name':'ancient rome'},{'id':8659,'name':'western roman empire'},{'id':14704,'name':'ancient world'},{'id':194576,'name':'julius caesar'}]" +40739,"[{'id':1956,'name':'world war ii'},{'id':2349,'name':'german'},{'id':2606,'name':'jew'},{'id':13065,'name':'soldier'},{'id':14638,'name':'american'},{'id':207883,'name':'1940s'}]" +3090,"[{'id':534,'name':'mexico'},{'id':818,'name':'based on novel or book'},{'id':1321,'name':'gold'},{'id':4542,'name':'gold rush'},{'id':5332,'name':'greed'},{'id':8577,'name':'gold mine'},{'id':9713,'name':'friends'},{'id':10594,'name':'money'},{'id':14638,'name':'american'},{'id':33344,'name':'bandit'},{'id':33684,'name':'dead mule'},{'id':162726,'name':'prospector'},{'id':207876,'name':'1920s'}]" +3109,"[{'id':548,'name':'countryside'},{'id':2792,'name':'boxer'},{'id':4129,'name':'widow'},{'id':4552,'name':'beer'},{'id':5301,'name':'brother'},{'id':5319,'name':'pub'},{'id':9673,'name':'love'},{'id':11004,'name':'rural setting'},{'id':11018,'name':'irish'},{'id':11826,'name':'cottage'},{'id':13008,'name':'train'},{'id':14985,'name':'ireland'},{'id':222542,'name':'fiery redhead'}]" +27554,"[{'id':1803,'name':'drug addiction'},{'id':9673,'name':'love'},{'id':10085,'name':'betrayal'},{'id':176661,'name':'death of pet'},{'id':187544,'name':'needle'}]" +10747,"[{'id':697,'name':'loss of loved one'},{'id':797,'name':'showdown'},{'id':1556,'name':'texas'},{'id':3591,'name':'settler'},{'id':9748,'name':'revenge'},{'id':10322,'name':'native american'},{'id':179419,'name':'comanche'},{'id':179585,'name':'american civil war'},{'id':207928,'name':'19th century'}]" +177,"[{'id':113,'name':'holy grail'},{'id':697,'name':'loss of loved one'},{'id':960,'name':'homeless person'},{'id':1335,'name':'sense of guilt'},{'id':1660,'name':'suppressed past'},{'id':1873,'name':'yuppie'},{'id':2045,'name':'cynic'},{'id':2486,'name':'fantasy'},{'id':2796,'name':'self-discovery'},{'id':3305,'name':'housebreaking'},{'id':3446,'name':'forgiveness'},{'id':3600,'name':'gun rampage'},{'id':3741,'name':'talk show'},{'id':3754,'name':'legend'},{'id':6059,'name':'unsociability'},{'id':41329,'name':'mental illness'},{'id':187554,'name':'person running amok'}]" +345875,[] +330068,"[{'id':999,'name':'sports car'},{'id':1480,'name':'baseball'}]" +14367,"[{'id':2604,'name':'babysitter'},{'id':2636,'name':'blues'},{'id':4414,'name':'adventure'},{'id':11511,'name':'unfaithful boyfriend'},{'id':161267,'name':'misadventure'},{'id':162914,'name':'one night'},{'id':169498,'name':'car theft'},{'id':170184,'name':'playboy magazine'},{'id':170189,'name':'suburbanite'},{'id':170192,'name':'chop shop'},{'id':170195,'name':'homeless man'},{'id':170199,'name':'stitches'},{'id':170200,'name':'expressway'},{'id':170209,'name':'frat party'},{'id':170212,'name':'criminal gang'},{'id':170217,'name':'held hostage'},{'id':179101,'name':'norse mythology'}]" +31894,"[{'id':2533,'name':'fighter pilot'},{'id':4613,'name':'training'},{'id':10168,'name':'aviation'},{'id':11243,'name':'african american'}]" +28663,"[{'id':387,'name':'california'},{'id':582,'name':'san francisco'},{'id':9826,'name':'murder'},{'id':10562,'name':'on the run'},{'id':11034,'name':'b movie'},{'id':174539,'name':'police inspector'},{'id':195402,'name':'film noir'}]" +27036,"[{'id':9016,'name':'femme fatale'},{'id':10856,'name':'bag of money'},{'id':195402,'name':'film noir'}]" +30194,"[{'id':258,'name':'bomb'},{'id':720,'name':'helicopter'},{'id':955,'name':'plutonium'},{'id':3290,'name':'laser'},{'id':10051,'name':'heist'},{'id':10718,'name':'fugitive'},{'id':13130,'name':'teenager'},{'id':14760,'name':'scientist'},{'id':155652,'name':'nuclear'},{'id':156810,'name':'science'},{'id':207794,'name':'project'}]" +31906,"[{'id':393,'name':'civil war'},{'id':787,'name':'mississippi'},{'id':818,'name':'based on novel or book'},{'id':9937,'name':'suspense'},{'id':18732,'name':'sexual repression'},{'id':162804,'name':'sexual awakening'},{'id':172232,'name':'seminary'},{'id':179585,'name':'american civil war'},{'id':180204,'name':'wounded soldier'},{'id':187257,'name':'yankee'},{'id':197104,'name':'all girls school'},{'id':207928,'name':'19th century'},{'id':245264,'name':'southern gothic'}]" +29078,"[{'id':6075,'name':'sport'}]" +76344,"[{'id':190283,'name':'greenwich village'}]" +41144,"[{'id':5950,'name':'christian'},{'id':10183,'name':'independent film'}]" +332721,[] +402046,"[{'id':161643,'name':'sport competition'}]" +967,"[{'id':1394,'name':'gladiator'},{'id':1405,'name':'roman empire'},{'id':1527,'name':'gladiator fight'},{'id':2831,'name':'slavery'},{'id':3074,'name':'insurgence'},{'id':5049,'name':'ancient rome'},{'id':13006,'name':'torture'},{'id':14704,'name':'ancient world'},{'id':14906,'name':'slave'},{'id':187340,'name':'escaped slave'},{'id':194576,'name':'julius caesar'}]" +333352,"[{'id':949,'name':'terrorist'},{'id':11930,'name':'drone'},{'id':179431,'name':'duringcreditsstinger'},{'id':185454,'name':'us military'},{'id':212912,'name':'air force base'},{'id':226645,'name':'combat drone'}]" +41374,"[{'id':10714,'name':'serial killer'}]" +16659,"[{'id':10183,'name':'independent film'},{'id':187056,'name':'woman director'}]" +325263,"[{'id':3801,'name':'space travel'},{'id':156039,'name':'space station'},{'id':156395,'name':'imax'},{'id':161289,'name':'space shuttle'},{'id':209714,'name':'3d'},{'id':214549,'name':'short'}]" +337960,[] +11064,"[{'id':586,'name':'new jersey'},{'id':818,'name':'based on novel or book'},{'id':1003,'name':'photographer'},{'id':1480,'name':'baseball'},{'id':7597,'name':'dollar'},{'id':9714,'name':'remake'},{'id':10909,'name':'lawyer'},{'id':33626,'name':'millionaire'},{'id':156099,'name':'new york yankees'},{'id':167615,'name':'hotel suite'},{'id':168346,'name':'manhattan, new york city'},{'id':184238,'name':'inheritance challenge'},{'id':188028,'name':'extravagance'},{'id':208593,'name':'interior decorator'},{'id':226549,'name':'spending money'},{'id':226550,'name':'accounting fraud'},{'id':226552,'name':'heir to fortune'},{'id':226553,'name':'mayoral campaign'}]" +27983,"[{'id':428,'name':'nurse'},{'id':4129,'name':'widow'},{'id':10103,'name':'children'},{'id':14648,'name':'parent'},{'id':18027,'name':'sibling'}]" +126954,[] +29161,"[{'id':332,'name':'insect'},{'id':703,'name':'detective'},{'id':5600,'name':'daughter'},{'id':6259,'name':'psychopath'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':10873,'name':'school'},{'id':13005,'name':'doctor'},{'id':14805,'name':'maniac'},{'id':157972,'name':'chimpanzee'},{'id':179878,'name':'sleepwalking'},{'id':201674,'name':'sanitorium'},{'id':201676,'name':'swiss'}]" +10879,"[{'id':918,'name':'newspaper'},{'id':5440,'name':'adversary'},{'id':12193,'name':'reporter'},{'id':202401,'name':'experience'}]" +318781,"[{'id':1228,'name':'1970s'},{'id':1930,'name':'kidnapping'},{'id':6158,'name':'cult'},{'id':6460,'name':'chile'},{'id':9137,'name':'pinochet-regime'},{'id':10772,'name':'torture chamber'},{'id':156887,'name':'military dictatorship'},{'id':161264,'name':'religious fanatic'},{'id':165259,'name':'political unrest'}]" +385722,"[{'id':7578,'name':'wedding ring'},{'id':9715,'name':'superhero'},{'id':14544,'name':'robot'},{'id':14983,'name':'proposal'},{'id':158340,'name':'theme park'},{'id':160404,'name':'valentine's day'},{'id':163074,'name':'super villain'}]" +140300,"[{'id':478,'name':'china'},{'id':779,'name':'martial arts'},{'id':780,'name':'kung fu'},{'id':5331,'name':'village'},{'id':6211,'name':'fighter'},{'id':8531,'name':'panda'},{'id':9663,'name':'sequel'},{'id':11477,'name':'anthropomorphism'},{'id':12554,'name':'dragon'},{'id':15036,'name':'ancient china'},{'id':184656,'name':'wuxia'},{'id':187056,'name':'woman director'}]" +302688,"[{'id':13027,'name':'wedding'}]" +319888,"[{'id':240,'name':'underdog'},{'id':1262,'name':'mountain'},{'id':2070,'name':'olympic games'},{'id':3476,'name':'ski jump'},{'id':5565,'name':'biography'},{'id':6075,'name':'sport'},{'id':9672,'name':'based on a true story'},{'id':14905,'name':'britain'},{'id':159558,'name':'snow skiing'},{'id':208289,'name':'1980s'},{'id':232789,'name':'purpose of life'},{'id':234095,'name':'feel good'},{'id':240461,'name':'dedication'}]" +245703,"[{'id':720,'name':'helicopter'},{'id':970,'name':'parent child relationship'},{'id':1420,'name':'gas station'},{'id':1562,'name':'hostage'},{'id':1812,'name':'fbi'},{'id':2669,'name':'motel'},{'id':3713,'name':'chase'},{'id':5404,'name':'meteor'},{'id':6086,'name':'government'},{'id':10562,'name':'on the run'},{'id':10950,'name':'shootout'},{'id':162365,'name':'military'},{'id':170865,'name':'child kidnapping'},{'id':173177,'name':'religious sect'},{'id':226471,'name':'goggles'}]" +1662,"[{'id':242,'name':'new york'},{'id':4654,'name':'undercover agent'},{'id':8442,'name':'irish mob'}]" +33423,"[{'id':9401,'name':'sherlock holmes'}]" +13909,"[{'id':1316,'name':'captain'},{'id':4268,'name':'fort'},{'id':4948,'name':'retirement'},{'id':10563,'name':'attack'},{'id':156234,'name':'cavalry'}]" +38765,"[{'id':5672,'name':'billy the kid'},{'id':15225,'name':'cattle'},{'id':166552,'name':'quick draw'},{'id':221091,'name':'pat garrett'}]" +18771,"[{'id':818,'name':'based on novel or book'},{'id':1956,'name':'world war ii'},{'id':3365,'name':'pearl harbor'},{'id':3588,'name':'navy'},{'id':6895,'name':'philippines'},{'id':161246,'name':'pacific theater'},{'id':207883,'name':'1940s'}]" +301,"[{'id':798,'name':'sheriff'},{'id':1415,'name':'small town'},{'id':1419,'name':'gun'},{'id':1502,'name':'marshal'},{'id':1556,'name':'texas'},{'id':4204,'name':'deputy'},{'id':9826,'name':'murder'},{'id':9890,'name':'jail'},{'id':33457,'name':'alcoholic'},{'id':33600,'name':'stagecoach'},{'id':155841,'name':'gambler'},{'id':156197,'name':'cripple'},{'id':156866,'name':'based on short story'},{'id':163674,'name':'gunfighter'},{'id':222782,'name':'two guns belt'}]" +12412,"[{'id':577,'name':'black people'},{'id':1956,'name':'world war ii'},{'id':5331,'name':'village'},{'id':13065,'name':'soldier'},{'id':15182,'name':'partisan'},{'id':161192,'name':'tuscany italy'}]" +42151,"[{'id':9826,'name':'murder'},{'id':10123,'name':'dark comedy'},{'id':33421,'name':'crime family'}]" +398289,"[{'id':10617,'name':'disaster'},{'id':11115,'name':'heroism'},{'id':14527,'name':'storm'},{'id':184706,'name':'electrician'}]" +186759,"[{'id':3658,'name':'career'},{'id':171626,'name':'post college'},{'id':206298,'name':'young adult'}]" +300654,"[{'id':708,'name':'runaway'},{'id':1890,'name':'camping'},{'id':3593,'name':'wilderness'},{'id':9872,'name':'grief'},{'id':9880,'name':'alaska'},{'id':18330,'name':'nature'},{'id':165913,'name':'uncle niece relationship'},{'id':206184,'name':'runaway teen'},{'id':228012,'name':'backpacking'}]" +15255,"[{'id':9890,'name':'jail'}]" +293572,"[{'id':1925,'name':'camera'},{'id':2546,'name':'mask'},{'id':3199,'name':'clown'},{'id':3335,'name':'halloween'},{'id':3358,'name':'haunted house'},{'id':7312,'name':'road trip'},{'id':10541,'name':'curse'},{'id':163053,'name':'found footage'},{'id':207399,'name':'october'},{'id':207400,'name':'haunted attractions'}]" +136611,[] +267931,"[{'id':1556,'name':'texas'},{'id':9672,'name':'based on a true story'},{'id':9714,'name':'remake'},{'id':161184,'name':'reboot'}]" +37055,"[{'id':7005,'name':'northern ireland'},{'id':7281,'name':'shooting'},{'id':9701,'name':'controversy'},{'id':9859,'name':'controversial'},{'id':14552,'name':'ira (irish republican army)'},{'id':14819,'name':'violence'},{'id':203063,'name':'banned'}]" +15070,"[{'id':6075,'name':'sport'}]" +10687,"[{'id':10183,'name':'independent film'},{'id':169123,'name':'awol'},{'id':169125,'name':'fort polk louisiana'},{'id':169129,'name':'target practice'},{'id':169130,'name':'guitar player'},{'id':169131,'name':'exhaustion'},{'id':169134,'name':'simulated battlefield'},{'id':169136,'name':'military hardship discharge'},{'id':169140,'name':'military discharge'},{'id':169141,'name':'stockade'},{'id':169143,'name':'fort leavenworth kansas'},{'id':169144,'name':'peace sign'}]" +5691,"[{'id':237,'name':'gay'},{'id':596,'name':'adultery'},{'id':924,'name':'italian'},{'id':1013,'name':'homophobia'},{'id':1664,'name':'eroticism'},{'id':6038,'name':'marriage'},{'id':6154,'name':'hell'},{'id':11259,'name':'extortion'},{'id':13027,'name':'wedding'},{'id':14999,'name':'devil'},{'id':178649,'name':'voyeurism'},{'id':193172,'name':'vignette'},{'id':229299,'name':'affair'}]" +11323,"[{'id':5888,'name':'agriculture'},{'id':6129,'name':'company'},{'id':15155,'name':'witness to murder'}]" +27281,[] +333371,"[{'id':1930,'name':'kidnapping'},{'id':2321,'name':'bunker'},{'id':2340,'name':'paranoia'},{'id':9866,'name':'basement'},{'id':10833,'name':'survivalist'},{'id':12332,'name':'apocalypse'},{'id':13063,'name':'car accident'},{'id':15381,'name':'captive'}]" +377878,"[{'id':616,'name':'witch'},{'id':2041,'name':'island'},{'id':3754,'name':'legend'},{'id':10842,'name':'good vs evil'},{'id':11477,'name':'anthropomorphism'},{'id':209386,'name':'personification'},{'id':221192,'name':'secrecy'}]" +356334,"[{'id':3070,'name':'mercenary'},{'id':163676,'name':'gun for hire'},{'id':179431,'name':'duringcreditsstinger'}]" +347847,"[{'id':966,'name':'beach'},{'id':5789,'name':'sand'},{'id':9743,'name':'stranded'},{'id':9951,'name':'alien'},{'id':188952,'name':'eaten alive'}]" +356841,[] +267193,"[{'id':380,'name':'sibling relationship'},{'id':470,'name':'spy'},{'id':1419,'name':'gun'},{'id':5653,'name':'vulgar'},{'id':8132,'name':'hooligan'},{'id':11724,'name':'vulgarity'},{'id':13042,'name':'soccer'}]" +314385,"[{'id':254,'name':'france'},{'id':612,'name':'hotel'},{'id':1228,'name':'1970s'},{'id':9872,'name':'grief'},{'id':9935,'name':'travel'},{'id':156455,'name':'unhappiness'},{'id':166113,'name':'marriage problems'},{'id':187056,'name':'woman director'}]" +53949,"[{'id':387,'name':'california'},{'id':798,'name':'sheriff'},{'id':3521,'name':'earthquake'},{'id':3547,'name':'coast guard'},{'id':10503,'name':'scuba diving'},{'id':11100,'name':'giant monster'},{'id':14760,'name':'scientist'},{'id':33696,'name':'sea monster'},{'id':161171,'name':'kraken'},{'id':191617,'name':'salton sea'},{'id':219386,'name':'underwater cave'},{'id':219387,'name':'prehistoric animal'},{'id':226028,'name':'eccentric man'},{'id':235299,'name':'mysterious deaths'},{'id':235356,'name':'hysterical woman'},{'id':235357,'name':'little girl in peril'},{'id':235358,'name':'canal locks'},{'id':235359,'name':'old map'}]" +9924,"[{'id':3088,'name':'bodyguard'},{'id':3531,'name':'special car'},{'id':4480,'name':'business man'},{'id':4562,'name':'rapper'}]" +35371,"[{'id':390,'name':'skateboarding'},{'id':3691,'name':'forbidden love'},{'id':9823,'name':'rivalry'},{'id':10726,'name':'gang'}]" +11551,"[{'id':3599,'name':'defense industry'},{'id':6476,'name':'toy shop'},{'id':7136,'name':'technical toy'},{'id':13065,'name':'soldier'},{'id':156337,'name':'prototype'},{'id':180691,'name':'killer toys'},{'id':187065,'name':'toy comes to life'}]" +19361,"[{'id':128,'name':'love triangle'},{'id':10180,'name':'homosexuality'}]" +51036,"[{'id':4280,'name':'mental breakdown'},{'id':157634,'name':'parasite'},{'id':178665,'name':'mayhem'},{'id':223198,'name':'uninvited guest'}]" +383121,"[{'id':1568,'name':'undercover'},{'id':1812,'name':'fbi'},{'id':4590,'name':'kindergarten'},{'id':10103,'name':'children'},{'id':10508,'name':'teacher'},{'id':10873,'name':'school'},{'id':11860,'name':'fish out of water'}]" +118911,"[{'id':2495,'name':'georgia'},{'id':239062,'name':'mammy'}]" +333112,"[{'id':15101,'name':'based on children's book'},{'id':159939,'name':'ghost hunter'},{'id':161155,'name':'kids'},{'id':162846,'name':'ghost'}]" +37606,"[{'id':90,'name':'paris france'},{'id':818,'name':'based on novel or book'},{'id':10183,'name':'independent film'},{'id':160279,'name':'18th century'},{'id':191718,'name':'baroque'}]" +10750,"[{'id':949,'name':'terrorist'},{'id':6270,'name':'high school'},{'id':7188,'name':'hostage-taking'},{'id':185158,'name':'preparatory school'}]" +40842,"[{'id':818,'name':'based on novel or book'},{'id':1382,'name':'factory'},{'id':2075,'name':'alabama'},{'id':9672,'name':'based on a true story'},{'id':14768,'name':'single mother'},{'id':15137,'name':'union'},{'id':33585,'name':'labor'},{'id':191433,'name':'textile worker'},{'id':199384,'name':'cotton mill'}]" +922,"[{'id':798,'name':'sheriff'},{'id':800,'name':'bounty'},{'id':801,'name':'bounty hunter'},{'id':1419,'name':'gun'},{'id':2013,'name':'attempted murder'},{'id':3246,'name':'prosecution'},{'id':3731,'name':'illness and injury'},{'id':3737,'name':'dying and death'},{'id':9454,'name':'frontier'},{'id':9826,'name':'murder'},{'id':12999,'name':'black and white'},{'id':207928,'name':'19th century'},{'id':222114,'name':'fear of dying'},{'id':231680,'name':'wanted dead or alive'}]" +363889,"[{'id':3335,'name':'halloween'},{'id':4924,'name':'insane asylum'},{'id':9826,'name':'murder'},{'id':11857,'name':'mental institution'},{'id':12339,'name':'slasher'},{'id':18029,'name':'trapped'},{'id':171376,'name':'funhouse'},{'id':208331,'name':'criminally insane'}]" +384737,"[{'id':9730,'name':'crime boss'},{'id':10051,'name':'heist'}]" +322518,[] +180299,"[{'id':378,'name':'prison'},{'id':1568,'name':'undercover'},{'id':1721,'name':'fight'},{'id':3149,'name':'gangster'},{'id':6149,'name':'police'},{'id':14819,'name':'violence'},{'id':233352,'name':'outnumbered'}]" +339984,"[{'id':818,'name':'based on novel or book'},{'id':970,'name':'parent child relationship'},{'id':2618,'name':'miracle'},{'id':5950,'name':'christian'},{'id':9672,'name':'based on a true story'},{'id':187056,'name':'woman director'},{'id':189150,'name':'incurable disease'},{'id':207819,'name':'accident'}]" +13092,"[{'id':736,'name':'journalist'},{'id':3837,'name':'failure'},{'id':4620,'name':'magazine'},{'id':14512,'name':'new york city'},{'id':14641,'name':'based on memoir or autobiography'},{'id':186402,'name':'starlet'}]" +9386,"[{'id':591,'name':'cia'},{'id':782,'name':'assassin'},{'id':795,'name':'running'},{'id':833,'name':'white house'},{'id':840,'name':'usa president'},{'id':3088,'name':'bodyguard'},{'id':10333,'name':'stalking'},{'id':15134,'name':'election'},{'id':33632,'name':'apartment'},{'id':41249,'name':'secret service'},{'id':208633,'name':'secret service agent'}]" +279641,"[{'id':736,'name':'journalist'},{'id':818,'name':'based on novel or book'},{'id':917,'name':'journalism'},{'id':1930,'name':'kidnapping'},{'id':3541,'name':'afghanistan'},{'id':6091,'name':'war'},{'id':7955,'name':'taliban'},{'id':9672,'name':'based on a true story'},{'id':10084,'name':'rescue'},{'id':11930,'name':'drone'},{'id':13015,'name':'terrorism'},{'id':13065,'name':'soldier'},{'id':192312,'name':'foreign correspondent'},{'id':226546,'name':'embedded journalism'},{'id':226547,'name':'war journalist'}]" +12524,"[{'id':497,'name':'shakespeare'},{'id':588,'name':'rome italy'},{'id':697,'name':'loss of loved one'},{'id':1522,'name':'repayment'},{'id':4933,'name':'battle for power'},{'id':5049,'name':'ancient rome'},{'id':7156,'name':'commander'},{'id':9748,'name':'revenge'},{'id':187056,'name':'woman director'},{'id':249629,'name':'goth'}]" +297291,"[{'id':2343,'name':'magic'},{'id':2486,'name':'fantasy'},{'id':10028,'name':'steampunk'},{'id':12554,'name':'dragon'}]" +10607,"[{'id':248,'name':'date'},{'id':398,'name':'slang'},{'id':898,'name':'hip-hop'},{'id':3149,'name':'gangster'},{'id':4438,'name':'cousin'},{'id':9755,'name':'parody'},{'id':10700,'name':'hood'},{'id':10726,'name':'gang'},{'id':11514,'name':'social satire'},{'id':12425,'name':'racism'}]" +280092,"[{'id':9663,'name':'sequel'}]" +8769,"[{'id':11477,'name':'anthropomorphism'},{'id':13130,'name':'teenager'},{'id':169638,'name':'animate car'},{'id':169639,'name':'smart car'},{'id':169654,'name':'overprotective parent'},{'id':169656,'name':'heimlich maneuver'},{'id':209387,'name':'inanimate objects coming to life'}]" +51054,"[{'id':2635,'name':'overdose'},{'id':6103,'name':'telephone'},{'id':12105,'name':'student'}]" +22994,"[{'id':1956,'name':'world war ii'},{'id':4410,'name':'u.s. navy'},{'id':11823,'name':'pacific island'}]" +89139,"[{'id':542,'name':'street gang'},{'id':10726,'name':'gang'},{'id':13116,'name':'one man army'},{'id':14731,'name':'martial arts master'},{'id':14768,'name':'single mother'}]" +16379,"[{'id':1568,'name':'undercover'},{'id':2149,'name':'drug traffic'},{'id':10988,'name':'based on tv series'}]" +83802,"[{'id':4325,'name':'game show'},{'id':8290,'name':'talent show'},{'id':10123,'name':'dark comedy'},{'id':15274,'name':'nervous breakdown'}]" +318850,"[{'id':1160,'name':'egypt'},{'id':2974,'name':'jesus christ'},{'id':5708,'name':'gospel'},{'id':5950,'name':'christian'},{'id':189092,'name':'journey'},{'id':192002,'name':'biblical'}]" +35073,"[{'id':1299,'name':'monster'},{'id':1815,'name':'atomic bomb'},{'id':8721,'name':'arctic'},{'id':10022,'name':'rampage'},{'id':11097,'name':'part stop motion'},{'id':12616,'name':'dinosaur'},{'id':14512,'name':'new york city'},{'id':33696,'name':'sea monster'}]" +15189,"[{'id':2393,'name':'adoption'},{'id':8841,'name':'puppy'},{'id':12341,'name':'pitbull'},{'id':158394,'name':'foster home'},{'id':158395,'name':'animal lover'},{'id':158415,'name':'beagle'},{'id':179431,'name':'duringcreditsstinger'},{'id':236343,'name':'orphan siblings'}]" +320588,"[{'id':9835,'name':'sexual fantasy'},{'id':10483,'name':'eccentric'},{'id':14522,'name':'co-worker'},{'id':157799,'name':'older woman younger man relationship'},{'id':176793,'name':'middle age'},{'id':208275,'name':'socially awkward'}]" +23739,"[{'id':779,'name':'martial arts'},{'id':1938,'name':'sword'},{'id':5147,'name':'sorcery'},{'id':9660,'name':'low-budget'}]" +24249,"[{'id':931,'name':'jealousy'},{'id':1353,'name':'underground'},{'id':1664,'name':'eroticism'},{'id':9740,'name':'sociopath'},{'id':14964,'name':'drugs'},{'id':156104,'name':'stranger'},{'id':156801,'name':'club'},{'id':189145,'name':'executive'},{'id':207268,'name':'neo-noir'}]" +267860,"[{'id':212,'name':'london'},{'id':949,'name':'terrorist'},{'id':14548,'name':'political assassination'},{'id':158774,'name':'terrorist attack'}]" +324289,"[{'id':10323,'name':'psychiatric hospital'},{'id':189447,'name':'bipolar'}]" +355499,[] +10354,"[{'id':736,'name':'journalist'},{'id':2122,'name':'death penalty'},{'id':2501,'name':'death row'},{'id':3440,'name':'doomed man'},{'id':3734,'name':'ambition'},{'id':40956,'name':'recovering alcoholic'}]" +364116,"[{'id':4720,'name':'ritual'},{'id':14636,'name':'india'},{'id':34079,'name':'death'},{'id':172291,'name':'grieving'},{'id':204959,'name':'grieving parents'}]" +9405,"[{'id':779,'name':'martial arts'},{'id':949,'name':'terrorist'},{'id':1223,'name':'switzerland'},{'id':1568,'name':'undercover'},{'id':6163,'name':'arms dealer'},{'id':9748,'name':'revenge'}]" +80368,"[{'id':9826,'name':'murder'},{'id':11260,'name':'serial murder'},{'id':156544,'name':'cadaver'},{'id':207928,'name':'19th century'}]" +49249,"[{'id':818,'name':'based on novel or book'},{'id':4319,'name':'french revolution'},{'id':180975,'name':'charles dickens'}]" +33680,"[{'id':612,'name':'hotel'},{'id':1317,'name':'card game'},{'id':1437,'name':'burglar'},{'id':2456,'name':'industrialist'},{'id':8627,'name':'stolen money'},{'id':9552,'name':'baron'},{'id':9661,'name':'dying man'},{'id':9826,'name':'murder'},{'id':10181,'name':'based on play or musical'},{'id':10703,'name':'tragic love'},{'id':33674,'name':'conscience'},{'id':156236,'name':'jewel thief'},{'id':156764,'name':'pre-code'},{'id':169057,'name':'merger'},{'id':170418,'name':'public humiliation'},{'id':172327,'name':'revolving door'},{'id':177995,'name':'dachshund'},{'id':191786,'name':'stenographer'},{'id':201490,'name':'flirtation'},{'id':238090,'name':'prima ballerina'},{'id':238091,'name':'bookkeeper'}]" +872,"[{'id':3177,'name':'fan'},{'id':3748,'name':'morning'},{'id':4344,'name':'musical'},{'id':6494,'name':'talkie'},{'id':9104,'name':'partner'},{'id':9732,'name':'film in film'},{'id':12396,'name':'hollywood'},{'id':156028,'name':'broadway'},{'id':164090,'name':'audience'},{'id':164623,'name':'chorus girl'},{'id':164628,'name':'diction coach'},{'id':164636,'name':'pearl necklace'},{'id':164641,'name':'flapper'},{'id':207876,'name':'1920s'}]" +759,"[{'id':90,'name':'paris france'},{'id':642,'name':'robbery'},{'id':970,'name':'parent child relationship'},{'id':1384,'name':'diamond'},{'id':1802,'name':'revuegirls'},{'id':3897,'name':'double wedding'},{'id':4344,'name':'musical'},{'id':6099,'name':'jewelry'},{'id':33626,'name':'millionaire'}]" +118915,"[{'id':1228,'name':'1970s'},{'id':9713,'name':'friends'},{'id':11513,'name':'cheating husband'},{'id':11612,'name':'hospital'},{'id':14512,'name':'new york city'}]" +10995,"[{'id':572,'name':'sex'},{'id':818,'name':'based on novel or book'},{'id':965,'name':'age difference'},{'id':2087,'name':'lolita'},{'id':2389,'name':'virgin'},{'id':2692,'name':'arranged marriage'},{'id':2956,'name':'vietnam'},{'id':3691,'name':'forbidden love'},{'id':4320,'name':'lover'},{'id':7983,'name':'indochina'},{'id':9673,'name':'love'},{'id':11190,'name':'sexual attraction'},{'id':11254,'name':'loss of virginity'},{'id':11262,'name':'statutory rape'},{'id':14669,'name':'older man younger woman relationship'},{'id':14794,'name':'lust'},{'id':33513,'name':'desire'},{'id':34117,'name':'cult film'},{'id':162804,'name':'sexual awakening'},{'id':207876,'name':'1920s'}]" +11426,"[{'id':1668,'name':'hawaii'},{'id':2539,'name':'harassment'},{'id':3365,'name':'pearl harbor'},{'id':33702,'name':'bombing'},{'id':34094,'name':'extramarital affair'},{'id':158372,'name':'military life'},{'id':191110,'name':'army base'},{'id':207883,'name':'1940s'},{'id':209476,'name':'boxing'},{'id':244030,'name':'army bugler'}]" +300671,"[{'id':818,'name':'based on novel or book'},{'id':1376,'name':'assault rifle'},{'id':3070,'name':'mercenary'},{'id':5272,'name':'libya'},{'id':5565,'name':'biography'},{'id':6091,'name':'war'},{'id':9672,'name':'based on a true story'},{'id':11115,'name':'heroism'},{'id':14601,'name':'explosion'},{'id':34061,'name':'american abroad'},{'id':34079,'name':'death'},{'id':209493,'name':'21st century'},{'id':214596,'name':'cia agent'},{'id':235476,'name':'u.s. ambassador'}]" +291270,"[{'id':572,'name':'sex'},{'id':699,'name':'love at first sight'},{'id':894,'name':'depression'},{'id':3030,'name':'nightmare'},{'id':10121,'name':'stop motion'},{'id':181324,'name':'existentialism'},{'id':211768,'name':'convention'},{'id':212644,'name':'anti-depressant'},{'id':229065,'name':'puppets'}]" +333385,"[{'id':2708,'name':'hitman'},{'id':9799,'name':'romantic comedy'}]" +270487,"[{'id':736,'name':'journalist'},{'id':977,'name':'cat'},{'id':1336,'name':'ransom'},{'id':1930,'name':'kidnapping'},{'id':5049,'name':'ancient rome'},{'id':9732,'name':'film in film'},{'id':10941,'name':'disappearance'},{'id':12396,'name':'hollywood'},{'id':15060,'name':'period drama'},{'id':162262,'name':'movie star'},{'id':208611,'name':'1950s'}]" +381214,[] +28005,"[{'id':496,'name':'poetry'},{'id':1664,'name':'eroticism'},{'id':187056,'name':'woman director'}]" +96635,[] +157827,"[{'id':279,'name':'usa'},{'id':380,'name':'sibling relationship'},{'id':970,'name':'parent child relationship'},{'id':13063,'name':'car accident'},{'id':157213,'name':'death of mother'},{'id':180574,'name':'father son reunion'},{'id':181324,'name':'existentialism'},{'id':208397,'name':'death of wife'}]" +30287,"[{'id':924,'name':'italian'},{'id':248999,'name':'tinto brass'}]" +367416,"[{'id':18035,'name':'family'}]" +9072,"[{'id':1009,'name':'baby'},{'id':2393,'name':'adoption'},{'id':2587,'name':'married couple'},{'id':5290,'name':'small person'},{'id':15009,'name':'criminal'}]" +10403,"[{'id':888,'name':'screenwriter'},{'id':1849,'name':'homicide'},{'id':1936,'name':'blackmail'},{'id':4986,'name':'enemy'},{'id':12396,'name':'hollywood'},{'id':170646,'name':'death threat'},{'id':222269,'name':'movie mogul'}]" +10923,"[{'id':470,'name':'spy'},{'id':591,'name':'cia'},{'id':1373,'name':'killer robot'},{'id':4779,'name':'delinquent'},{'id':213102,'name':'teen spy'}]" +9437,"[{'id':521,'name':'washington d.c.'},{'id':3877,'name':'covered investigation'},{'id':5340,'name':'investigation'},{'id':5922,'name':'north carolina'},{'id':156091,'name':'missing person'}]" +11385,"[{'id':409,'name':'africa'},{'id':2510,'name':'giraffe'},{'id':2857,'name':'elephant'},{'id':3513,'name':'safari'},{'id':3713,'name':'chase'},{'id':3851,'name':'dangerous'}]" +15144,"[{'id':1421,'name':'birthday'},{'id':5801,'name':'nerd'},{'id':6270,'name':'high school'},{'id':9986,'name':'crush'},{'id':10280,'name':'farce'},{'id':10791,'name':'teenage crush'},{'id':11428,'name':'convertible'},{'id':13130,'name':'teenager'},{'id':160140,'name':'exchange student'},{'id':161998,'name':'night vision goggles'}]" +36614,"[{'id':237,'name':'gay'},{'id':970,'name':'parent child relationship'},{'id':5656,'name':'sydney'},{'id':5657,'name':'australia'},{'id':10181,'name':'based on play or musical'},{'id':10183,'name':'independent film'},{'id':11687,'name':'breaking the fourth wall'}]" +7555,"[{'id':440,'name':'missionary'},{'id':1261,'name':'river'},{'id':1422,'name':'boat'},{'id':1499,'name':'pastor'},{'id':1585,'name':'snake'},{'id':1721,'name':'fight'},{'id':2286,'name':'border'},{'id':3070,'name':'mercenary'},{'id':3434,'name':'thailand'},{'id':5499,'name':'burma'},{'id':6091,'name':'war'},{'id':6110,'name':'weapon'},{'id':9663,'name':'sequel'}]" +16402,"[{'id':6149,'name':'police'},{'id':10046,'name':'mecha'},{'id':14544,'name':'robot'}]" +11152,"[{'id':534,'name':'mexico'},{'id':5159,'name':'tourist'},{'id':5566,'name':'maya civilization'},{'id':8183,'name':'carnivorous plant'},{'id':9236,'name':'cancún'},{'id':9935,'name':'travel'},{'id':162715,'name':'ruins'},{'id':195396,'name':'archaeological expedition'},{'id':208421,'name':'american tourist'}]" +5279,"[{'id':964,'name':'servant'},{'id':1307,'name':'butler'},{'id':1610,'name':'country estate'},{'id':2456,'name':'industrialist'},{'id':2677,'name':'weekend'},{'id':5439,'name':'inspector'},{'id':9826,'name':'murder'},{'id':9886,'name':'countess'},{'id':10594,'name':'money'},{'id':13097,'name':'maid'},{'id':17997,'name':'housekeeper'},{'id':33493,'name':'valet'},{'id':154976,'name':'shooting party'},{'id':207527,'name':'upstairs downstairs'},{'id':214548,'name':'1930s'}]" +356149,"[{'id':9672,'name':'based on a true story'},{'id':9707,'name':'evil doll'},{'id':10224,'name':'haunting'},{'id':10375,'name':'possessed'},{'id':244863,'name':'first part'}]" +87151,"[{'id':703,'name':'detective'},{'id':6440,'name':'hit-and-run'},{'id':9826,'name':'murder'},{'id':14781,'name':'patient'},{'id':15106,'name':'psychiatrist'},{'id':15359,'name':'dead woman'},{'id':33476,'name':'widower'},{'id':167149,'name':'good cop bad cop'}]" +51209,"[{'id':1857,'name':'irish-american'},{'id':10391,'name':'mafia'},{'id':41019,'name':'car explosion'},{'id':57990,'name':'garbage truck'},{'id':69467,'name':'longshoreman'},{'id':153958,'name':'multiple assassinations'}]" +14550,[] +6003,"[{'id':1605,'name':'new love'},{'id':1808,'name':'lover (female)'},{'id':2038,'name':'love of one's life'},{'id':3691,'name':'forbidden love'},{'id':4663,'name':'lovers'},{'id':7879,'name':'secret love'},{'id':9986,'name':'crush'},{'id':10181,'name':'based on play or musical'},{'id':10614,'name':'tragedy'}]" +18900,"[{'id':9826,'name':'murder'},{'id':33722,'name':'true crime'},{'id':154846,'name':'farmer'}]" +43920,"[{'id':2400,'name':'juvenile prison'},{'id':6444,'name':'sodomy'},{'id':11792,'name':'incest overtones'}]" +42296,"[{'id':179430,'name':'aftercreditsstinger'}]" +2623,"[{'id':2038,'name':'love of one's life'},{'id':3588,'name':'navy'},{'id':3776,'name':'officer'}]" +704,"[{'id':704,'name':'adolescence'},{'id':1025,'name':'great britain'},{'id':1463,'name':'culture clash'},{'id':1740,'name':'pop culture'},{'id':2562,'name':'press conference'},{'id':4528,'name':'song'},{'id':9817,'name':'behind the scenes'},{'id':10232,'name':'fame'},{'id':11148,'name':'police chase'},{'id':11800,'name':'mockumentary'},{'id':14669,'name':'older man younger woman relationship'},{'id':33624,'name':'band'},{'id':34117,'name':'cult film'},{'id':41133,'name':'shaving'},{'id':54005,'name':'the beatles song'},{'id':163865,'name':'railway station'},{'id':164077,'name':'performer'},{'id':164218,'name':'psychotronic'},{'id':164224,'name':'generation gap'},{'id':164225,'name':'television director'}]" +83292,"[{'id':2766,'name':'mutation'}]" +21631,"[{'id':1307,'name':'butler'},{'id':2172,'name':'zoo'},{'id':3301,'name':'suspicion'},{'id':3581,'name':'witness'},{'id':4123,'name':'embassy'},{'id':208349,'name':'child'},{'id':236626,'name':'adult child friendship'}]" +23954,"[{'id':585,'name':'casino'},{'id':586,'name':'new jersey'},{'id':2150,'name':'cocaine'},{'id':3149,'name':'gangster'},{'id':8642,'name':'casanova'},{'id':9826,'name':'murder'},{'id':10530,'name':'atlantic city'},{'id':11578,'name':'mobster'},{'id':14669,'name':'older man younger woman relationship'},{'id':14819,'name':'violence'},{'id':14852,'name':'poker game'},{'id':14964,'name':'drugs'},{'id':225503,'name':'lemon'}]" +78093,[] +398581,"[{'id':14532,'name':'crazy'},{'id':15199,'name':'rabbit'},{'id':191102,'name':'tea party'}]" +21191,"[{'id':570,'name':'rape'},{'id':1261,'name':'river'},{'id':1468,'name':'child murderer'},{'id':1879,'name':'shower'},{'id':2173,'name':'illegal immigration'},{'id':2448,'name':'freight train'},{'id':5091,'name':'kiss'},{'id':9935,'name':'travel'},{'id':10726,'name':'gang'}]" +347881,[] +19829,"[{'id':2920,'name':'cheerleader'},{'id':10278,'name':'ninja'},{'id':11148,'name':'police chase'},{'id':18431,'name':'female ninja'},{'id':184805,'name':'deed'}]" +10739,"[{'id':2833,'name':'psychoanalysis'},{'id':3485,'name':'comedian'},{'id':5625,'name':'relationship problems'},{'id':5999,'name':'advice'},{'id':202401,'name':'experience'}]" +81179,[] +14571,"[{'id':6149,'name':'police'},{'id':10046,'name':'mecha'},{'id':14544,'name':'robot'}]" +192577,"[{'id':210024,'name':'anime'}]" +28227,"[{'id':592,'name':'capitalism'},{'id':14737,'name':'economics'},{'id':41500,'name':'oil industry'},{'id':157984,'name':'prediction'},{'id':165193,'name':'financial crisis'}]" +14580,"[{'id':236,'name':'suicide'},{'id':1849,'name':'homicide'},{'id':3149,'name':'gangster'},{'id':6149,'name':'police'},{'id':8015,'name':'cop'},{'id':9748,'name':'revenge'},{'id':34079,'name':'death'},{'id':177673,'name':'wrecking yard'},{'id':177678,'name':'patrol car'},{'id':190636,'name':'crime syndicate'},{'id':195402,'name':'film noir'}]" +9040,"[{'id':417,'name':'corruption'},{'id':458,'name':'hippie'},{'id':6149,'name':'police'},{'id':10594,'name':'money'},{'id':11199,'name':'undercover cop'},{'id':11730,'name':'internal affairs'},{'id':14512,'name':'new york city'},{'id':163118,'name':'social justice'},{'id':209799,'name':'whistleblower'}]" +9754,"[{'id':974,'name':'bank'},{'id':1576,'name':'technology'},{'id':1936,'name':'blackmail'},{'id':2157,'name':'hacker'},{'id':2350,'name':'seattle'},{'id':155584,'name':'firewall'}]" +11694,"[{'id':75,'name':'gunslinger'},{'id':2752,'name':'ranch'},{'id':5600,'name':'daughter'}]" +1370,"[{'id':271,'name':'competition'},{'id':1375,'name':'submachine gun'},{'id':2111,'name':'soviet union'},{'id':2434,'name':'liberation'},{'id':2808,'name':'russian'},{'id':3055,'name':'soviet troops'},{'id':3434,'name':'thailand'},{'id':3538,'name':'freedom fighter'},{'id':3541,'name':'afghanistan'},{'id':4269,'name':'war on freedom'},{'id':4276,'name':'machinegun'},{'id':5389,'name':'mujahid'},{'id':10511,'name':'western'},{'id':168622,'name':'soap opera'}]" +31453,[] +1369,"[{'id':279,'name':'usa'},{'id':422,'name':'vietnam veteran'},{'id':1375,'name':'submachine gun'},{'id':1563,'name':'prisoner'},{'id':1968,'name':'prisoner of war'},{'id':2019,'name':'liberation of prisoners'},{'id':2434,'name':'liberation'},{'id':2956,'name':'vietnam'},{'id':2957,'name':'vietnam war'},{'id':3713,'name':'chase'},{'id':4276,'name':'machinegun'},{'id':4595,'name':'u.s. army'},{'id':5774,'name':'forest'},{'id':6025,'name':'photography'},{'id':6086,'name':'government'},{'id':6091,'name':'war'},{'id':9748,'name':'revenge'},{'id':13065,'name':'soldier'},{'id':33705,'name':'agent'},{'id':197602,'name':'denunciation'}]" +279690,[] +366901,"[{'id':470,'name':'spy'},{'id':1328,'name':'secret'},{'id':2106,'name':'cold war'},{'id':2109,'name':'communist'},{'id':2111,'name':'soviet union'},{'id':2139,'name':'russia'},{'id':2858,'name':'sacrifice'},{'id':6078,'name':'politics'},{'id':9673,'name':'love'},{'id':155460,'name':'defection'},{'id':186450,'name':'moscow'},{'id':187056,'name':'woman director'},{'id':208992,'name':'1960s'},{'id':210608,'name':'1990s'},{'id':247269,'name':'woman painter'},{'id':249706,'name':'painting exhibition'}]" +370097,"[{'id':4565,'name':'dystopia'}]" +384798,"[{'id':4565,'name':'dystopia'},{'id':12190,'name':'cyberpunk'},{'id':14544,'name':'robot'}]" +245891,"[{'id':279,'name':'usa'},{'id':2708,'name':'hitman'},{'id':3149,'name':'gangster'},{'id':7281,'name':'shooting'},{'id':8045,'name':'russian mafia'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':15127,'name':'killer'},{'id':15162,'name':'dog'},{'id':18115,'name':'retired'},{'id':33476,'name':'widower'}]" +370234,"[{'id':422,'name':'vietnam veteran'},{'id':428,'name':'nurse'},{'id':1158,'name':'grandparent grandchild relationship'},{'id':2689,'name':'dementia'},{'id':6027,'name':'music'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':10024,'name':'psychopathic killer'},{'id':14831,'name':'stabbing'},{'id':157769,'name':'stroke'}]" +269149,"[{'id':1501,'name':'allegory'},{'id':2043,'name':'lion'},{'id':2509,'name':'hippopotamus'},{'id':2527,'name':'fox'},{'id':2857,'name':'elephant'},{'id':3020,'name':'sheep'},{'id':6678,'name':'polar bear'},{'id':6733,'name':'bullying'},{'id':8871,'name':'moose'},{'id':9748,'name':'revenge'},{'id':10410,'name':'conspiracy'},{'id':10616,'name':'urban'},{'id':11322,'name':'female protagonist'},{'id':11337,'name':'cheetah'},{'id':11477,'name':'anthropomorphism'},{'id':15199,'name':'rabbit'},{'id':155716,'name':'rookie cop'},{'id':156091,'name':'missing person'},{'id':162701,'name':'racial prejudice'},{'id':163119,'name':'injustice'},{'id':163976,'name':'reconciliation'},{'id':166697,'name':'ram'},{'id':168567,'name':'stereotype'},{'id':183418,'name':'badger'},{'id':186782,'name':'discrimination'},{'id':209714,'name':'3d'},{'id':210288,'name':'police woman'},{'id':225244,'name':'yak'},{'id':244493,'name':'african buffalo'},{'id':244494,'name':'gazelle'},{'id':244495,'name':'three-toed sloth'},{'id':244496,'name':'arctic shrew'},{'id':244497,'name':'african elephant'},{'id':244498,'name':'honey badger'},{'id':244499,'name':'indian elephant'},{'id':244500,'name':'black jaguar'},{'id':244501,'name':'fennec fox'},{'id':244502,'name':'black rhinoceros'},{'id':244503,'name':'nine-banded armadillo'}]" +273899,"[{'id':237,'name':'gay'},{'id':14512,'name':'new york city'},{'id':158718,'name':'lgbt'},{'id':173510,'name':'stonewall riot'},{'id':208992,'name':'1960s'},{'id':241179,'name':'gay history'}]" +58431,"[{'id':818,'name':'based on novel or book'},{'id':4565,'name':'dystopia'},{'id':9390,'name':'shaolin'},{'id':10360,'name':'prejudice'},{'id':12377,'name':'zombie'},{'id':156501,'name':'pride'},{'id':157286,'name':'gold digger'},{'id':210085,'name':'regency period'},{'id':222512,'name':'parson'},{'id':222513,'name':'mashup'}]" +205584,"[{'id':1160,'name':'egypt'},{'id':1449,'name':'underworld'},{'id':1721,'name':'fight'},{'id':2035,'name':'mythology'},{'id':2906,'name':'nile'},{'id':6091,'name':'war'},{'id':9727,'name':'thief'},{'id':10084,'name':'rescue'},{'id':18034,'name':'desert'},{'id':161172,'name':'gods'},{'id':163338,'name':'egyptian mythology'},{'id':185638,'name':'egyptian'},{'id':227686,'name':'myth'}]" +17131,"[{'id':195402,'name':'film noir'}]" +101669,"[{'id':1562,'name':'hostage'},{'id':5569,'name':'vomit'},{'id':9844,'name':'car crash'},{'id':13094,'name':'photograph'},{'id':13132,'name':'pistol'}]" +20758,"[{'id':6038,'name':'marriage'},{'id':6167,'name':'engagement'}]" +11187,"[{'id':2999,'name':'recruit'},{'id':6300,'name':'puppet'},{'id':10603,'name':'killer doll'},{'id':10714,'name':'serial killer'},{'id':171781,'name':'military academy'},{'id':180691,'name':'killer toys'},{'id':187065,'name':'toy comes to life'},{'id':206231,'name':'war game'}]" +11186,"[{'id':6151,'name':'faithlessness'},{'id':6300,'name':'puppet'},{'id':180691,'name':'killer toys'},{'id':187065,'name':'toy comes to life'}]" +10585,"[{'id':1419,'name':'gun'},{'id':1421,'name':'birthday'},{'id':3392,'name':'voodoo'},{'id':4290,'name':'toy'},{'id':6844,'name':'stalker'},{'id':9826,'name':'murder'},{'id':11221,'name':'blood'},{'id':12339,'name':'slasher'},{'id':14601,'name':'explosion'},{'id':15127,'name':'killer'},{'id':33630,'name':'doll'},{'id':156075,'name':'evil'},{'id':187065,'name':'toy comes to life'},{'id':201120,'name':'ginger'}]" +22633,"[{'id':1664,'name':'eroticism'}]" +27346,"[{'id':1366,'name':'shotgun'},{'id':2863,'name':'mannequin'},{'id':4426,'name':'sadism'},{'id':10292,'name':'gore'},{'id':10471,'name':'cult favorite'},{'id':11532,'name':'grindhouse'},{'id':14798,'name':'park'},{'id':14818,'name':'model'},{'id':14819,'name':'violence'},{'id':14837,'name':'rage'},{'id':15127,'name':'killer'}]" +10823,"[{'id':1415,'name':'small town'},{'id':2858,'name':'sacrifice'},{'id':7063,'name':'children gang'},{'id':10864,'name':'human sacrifice'},{'id':11083,'name':'paganism'},{'id':11266,'name':'evil preacher'},{'id':18072,'name':'preacher'},{'id':156802,'name':'cornfield'},{'id':162766,'name':'religious cult'},{'id':190624,'name':'killer child'}]" +15163,"[{'id':9682,'name':'history'},{'id':33631,'name':'hymn'},{'id':160279,'name':'18th century'},{'id':163120,'name':'slave trade'},{'id':181100,'name':'amazing grace hymn'},{'id':188280,'name':'sea voyage'},{'id':209070,'name':'abolitionist'}]" +323677,"[{'id':2070,'name':'olympic games'},{'id':5565,'name':'biography'},{'id':6075,'name':'sport'},{'id':6165,'name':'historical figure'},{'id':11064,'name':'nazi germany'},{'id':11243,'name':'african american'},{'id':12425,'name':'racism'},{'id':187901,'name':'track and field'}]" +324986,"[{'id':3358,'name':'haunted house'},{'id':156580,'name':'ghost story'}]" +141418,[] +146198,"[{'id':258,'name':'bomb'},{'id':703,'name':'detective'},{'id':1376,'name':'assault rifle'},{'id':2150,'name':'cocaine'},{'id':2394,'name':'ghetto'},{'id':3688,'name':'strip club'},{'id':8045,'name':'russian mafia'},{'id':9826,'name':'murder'},{'id':10051,'name':'heist'},{'id':10085,'name':'betrayal'},{'id':10856,'name':'bag of money'},{'id':11719,'name':'dirty cop'},{'id':14819,'name':'violence'},{'id':15363,'name':'bank robbery'},{'id':163764,'name':'death of brother'},{'id':230701,'name':'atlanta, georgia'}]" +19904,"[{'id':6669,'name':'step father'},{'id':9714,'name':'remake'}]" +259694,"[{'id':242,'name':'new york'},{'id':818,'name':'based on novel or book'},{'id':2864,'name':'one-night stand'},{'id':9457,'name':'single'}]" +300673,"[{'id':3547,'name':'coast guard'},{'id':9672,'name':'based on a true story'},{'id':10349,'name':'survival'},{'id':11107,'name':'rescue mission'},{'id':168683,'name':'storm at sea'},{'id':180100,'name':'sinking ship'},{'id':208611,'name':'1950s'},{'id':209714,'name':'3d'}]" +329833,"[{'id':6241,'name':'stupidity'},{'id':9663,'name':'sequel'},{'id':15479,'name':'fashion'},{'id':167193,'name':'male model'},{'id':167200,'name':'fashion model'},{'id':173242,'name':'modeling'}]" +705,"[{'id':931,'name':'jealousy'},{'id':1523,'name':'obsession'},{'id':2887,'name':'manipulation'},{'id':3177,'name':'fan'},{'id':6167,'name':'engagement'},{'id':6562,'name':'celebrity'},{'id':8508,'name':'party'},{'id':10965,'name':'playwright'},{'id':12396,'name':'hollywood'},{'id':12999,'name':'black and white'},{'id':14530,'name':'director'},{'id':14534,'name':'relationship'},{'id':15320,'name':'insecurity'},{'id':155624,'name':'envy'},{'id':156028,'name':'broadway'},{'id':156273,'name':'critic'},{'id':156866,'name':'based on short story'},{'id':163110,'name':'theatre'},{'id':207583,'name':'actress'},{'id':210205,'name':'entertainment'}]" +10128,"[{'id':3676,'name':'living together'},{'id':6147,'name':'delinquency'},{'id':8015,'name':'cop'},{'id':14909,'name':'alien invasion'}]" +13279,"[{'id':2016,'name':'vandalism'},{'id':2539,'name':'harassment'},{'id':3725,'name':'pregnancy'},{'id':10226,'name':'neighbor'},{'id':10275,'name':'house party'},{'id':11325,'name':'shot to death'},{'id':14778,'name':'urination'},{'id':166148,'name':'interracial couple'},{'id':167377,'name':'lapd'},{'id':188609,'name':'air conditioner'}]" +23587,"[{'id':570,'name':'rape'},{'id':6149,'name':'police'},{'id':7002,'name':'vigilante'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':9890,'name':'jail'},{'id':10726,'name':'gang'},{'id':14964,'name':'drugs'}]" +665,"[{'id':3035,'name':'roman'},{'id':3071,'name':'prince'},{'id':3339,'name':'chariot race'},{'id':3575,'name':'jerusalem'},{'id':5744,'name':'governor'},{'id':6078,'name':'politics'},{'id':6917,'name':'epic'},{'id':9713,'name':'friends'},{'id':9714,'name':'remake'},{'id':9748,'name':'revenge'},{'id':11508,'name':'jewish'},{'id':154820,'name':'galley'},{'id':192491,'name':'galley slave'}]" +39210,"[{'id':2706,'name':'milan'},{'id':10183,'name':'independent film'},{'id':12670,'name':'los angeles'},{'id':182100,'name':'luxury hotel'},{'id':187056,'name':'woman director'}]" +13173,"[{'id':10183,'name':'independent film'},{'id':163226,'name':'ventriloquist dummy'},{'id':171366,'name':'multiple storylines'},{'id':187643,'name':'sabbath'},{'id':187651,'name':'brain scan'},{'id':187652,'name':'radiation sickness'},{'id':187657,'name':'parachutist'},{'id':187660,'name':'rubik's cube'}]" +21876,"[{'id':924,'name':'italian'},{'id':1223,'name':'switzerland'},{'id':1956,'name':'world war ii'},{'id':1968,'name':'prisoner of war'},{'id':2349,'name':'german'},{'id':2652,'name':'nazi'},{'id':9454,'name':'frontier'},{'id':10685,'name':'escape'},{'id':13008,'name':'train'},{'id':207883,'name':'1940s'}]" +35976,"[{'id':10123,'name':'dark comedy'}]" +61650,"[{'id':2652,'name':'nazi'},{'id':10229,'name':'singer'},{'id':162365,'name':'military'},{'id':222843,'name':'morals'}]" +60307,"[{'id':818,'name':'based on novel or book'},{'id':11157,'name':'sibling rivalry'},{'id':13035,'name':'middle school'},{'id':15101,'name':'based on children's book'},{'id':173389,'name':'older brother'}]" +323366,"[{'id':1442,'name':'winter'},{'id':1889,'name':'lake'},{'id':2340,'name':'paranoia'},{'id':6095,'name':'house'},{'id':7312,'name':'road trip'},{'id':7464,'name':'alcoholism'},{'id':9866,'name':'basement'},{'id':9897,'name':'rifle'},{'id':10183,'name':'independent film'},{'id':15162,'name':'dog'},{'id':18027,'name':'sibling'},{'id':162380,'name':'ex soldier'}]" +16164,"[{'id':2708,'name':'hitman'},{'id':9950,'name':'thriller'},{'id':15009,'name':'criminal'}]" +2756,"[{'id':270,'name':'ocean'},{'id':658,'name':'sea'},{'id':2772,'name':'diving suit'},{'id':3243,'name':'flying saucer'},{'id':3312,'name':'nuclear missile'},{'id':4862,'name':'alien life-form'},{'id':6255,'name':'insanity'},{'id':10503,'name':'scuba diving'},{'id':14785,'name':'underwater'},{'id':155334,'name':'scuba'},{'id':162351,'name':'deepsea'},{'id':185477,'name':'trapped underwater '},{'id':233020,'name':'thalassophobia'}]" +15999,"[{'id':801,'name':'bounty hunter'},{'id':1908,'name':'katana'},{'id':2964,'name':'future'},{'id':3133,'name':'vampire'},{'id':3630,'name':'half vampire'},{'id':161919,'name':'adult animation'}]" +173,"[{'id':269,'name':'diving'},{'id':270,'name':'ocean'},{'id':339,'name':'submarine'},{'id':385,'name':'jules verne'},{'id':1316,'name':'captain'},{'id':2768,'name':'atlantis'},{'id':2769,'name':'deep sea'},{'id':2770,'name':'war ship'},{'id':2772,'name':'diving suit'},{'id':3193,'name':'harpoon'},{'id':3799,'name':'ship'},{'id':6091,'name':'war'},{'id':10503,'name':'scuba diving'},{'id':14785,'name':'underwater'},{'id':155334,'name':'scuba'},{'id':191409,'name':'captain nemo'},{'id':219972,'name':'giant squid'}]" +20863,"[{'id':394,'name':'gypsy'},{'id':1442,'name':'winter'},{'id':10855,'name':'fate'},{'id':10911,'name':'inheritance'},{'id':14512,'name':'new york city'}]" +16969,"[{'id':1003,'name':'photographer'},{'id':185525,'name':'private eye'},{'id':185526,'name':'whorehouse'}]" +59201,"[{'id':570,'name':'rape'},{'id':168889,'name':'eating non food'}]" +332411,"[{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':11734,'name':'police corruption'},{'id':14819,'name':'violence'},{'id':156024,'name':'corrupt politician'},{'id':189368,'name':'barber'},{'id':226268,'name':'governer'}]" +396104,[] +5683,"[{'id':1985,'name':'prenzlauer berg'},{'id':10123,'name':'dark comedy'},{'id':162993,'name':'dark humor'},{'id':232921,'name':'heroes journey'},{'id':232922,'name':'pee wee herman'},{'id':232923,'name':'paul rubens'},{'id':232924,'name':'tim burton'}]" +2157,"[{'id':2964,'name':'future'},{'id':4379,'name':'time travel'},{'id':10988,'name':'based on tv series'},{'id':14544,'name':'robot'},{'id':15246,'name':'sabotage'},{'id':209280,'name':'deep space'}]" +12245,"[{'id':2303,'name':'mathematician'},{'id':6009,'name':'mathematics'},{'id':8095,'name':'oxford'},{'id':8264,'name':'symbol'},{'id':163392,'name':'triangle'},{'id':209117,'name':'mass child killing'}]" +335778,"[{'id':186,'name':'christianity'},{'id':818,'name':'based on novel or book'},{'id':2974,'name':'jesus christ'},{'id':3033,'name':'apostle'},{'id':3571,'name':'crucifixion'},{'id':3575,'name':'jerusalem'},{'id':6150,'name':'faith'},{'id':6506,'name':'resurrection'},{'id':11704,'name':'judaism'},{'id':14989,'name':'religious'},{'id':192002,'name':'biblical'}]" +346651,"[{'id':992,'name':'bus'},{'id':4458,'name':'post-apocalyptic'},{'id':4884,'name':'infection'},{'id':5385,'name':'survivor'},{'id':10292,'name':'gore'},{'id':11221,'name':'blood'},{'id':12332,'name':'apocalypse'},{'id':12670,'name':'los angeles'},{'id':14819,'name':'violence'},{'id':162177,'name':'subjective camera'},{'id':188957,'name':'virus'},{'id':188973,'name':'pandemic'},{'id':207419,'name':'infected'},{'id':226003,'name':'cg blood'}]" +291870,"[{'id':1158,'name':'grandparent grandchild relationship'},{'id':4412,'name':'grandfather'},{'id':7312,'name':'road trip'},{'id':13027,'name':'wedding'},{'id':18115,'name':'retired'},{'id':33656,'name':'pervert'},{'id':156883,'name':'army general'},{'id':170827,'name':'sex comedy'}]" +310131,"[{'id':616,'name':'witch'},{'id':41393,'name':'new england'},{'id':207941,'name':'17th century'}]" +98514,"[{'id':1196,'name':'florida'},{'id':3186,'name':'everglades'},{'id':10718,'name':'fugitive'},{'id':167043,'name':'road movie'},{'id':187056,'name':'woman director'}]" +43092,"[{'id':4779,'name':'delinquent'},{'id':13130,'name':'teenager'},{'id':34117,'name':'cult film'}]" +43727,"[{'id':549,'name':'prostitute'},{'id':572,'name':'sex'},{'id':1326,'name':'infidelity'},{'id':11546,'name':'hitchhiker'},{'id':13014,'name':'orphan'},{'id':13130,'name':'teenager'},{'id':14819,'name':'violence'},{'id':14964,'name':'drugs'},{'id':202401,'name':'experience'}]" +14412,"[{'id':378,'name':'prison'},{'id':919,'name':'smoking'},{'id':1196,'name':'florida'},{'id':1326,'name':'infidelity'},{'id':9016,'name':'femme fatale'},{'id':9826,'name':'murder'},{'id':155448,'name':'no air conditioning'},{'id':207268,'name':'neo-noir'},{'id':221227,'name':'heatwave'}]" +347945,[] +347849,"[{'id':1299,'name':'monster'},{'id':9925,'name':'zombie animals'},{'id':10125,'name':'mad scientist'},{'id':12377,'name':'zombie'},{'id':15097,'name':'shark'},{'id':187056,'name':'woman director'}]" +193223,[] +360150,"[{'id':187056,'name':'woman director'}]" +392536,"[{'id':210090,'name':'lego'},{'id':223067,'name':'crime solving'},{'id':230768,'name':'scooby doo'}]" +305024,[] +38322,"[{'id':1568,'name':'undercover'},{'id':1812,'name':'fbi'},{'id':9663,'name':'sequel'},{'id':18118,'name':'disguise'},{'id':160364,'name':'impersonation'},{'id':179431,'name':'duringcreditsstinger'}]" +17984,"[{'id':391,'name':'flying car'},{'id':1436,'name':'inventor'},{'id':1992,'name':'professor'},{'id':6496,'name':'basketball'},{'id':225415,'name':'absent mindedness'}]" +71677,"[{'id':1721,'name':'fight'},{'id':2095,'name':'anti hero'},{'id':3436,'name':'karate'},{'id':10175,'name':'drug cartel'},{'id':13132,'name':'pistol'},{'id':14687,'name':'extreme violence'},{'id':18105,'name':'sharpshooter'},{'id':18106,'name':'knife throwing'},{'id':18107,'name':'silencer'},{'id':18109,'name':'knife fight'},{'id':18110,'name':'gist fight'},{'id':18111,'name':'kickboxing'}]" +3472,"[{'id':212,'name':'london'},{'id':549,'name':'prostitute'},{'id':612,'name':'hotel'},{'id':1406,'name':'night watchman'},{'id':2173,'name':'illegal immigration'},{'id':3014,'name':'immigration law'},{'id':5416,'name':'transplanted organ'},{'id':6147,'name':'delinquency'}]" +9374,"[{'id':931,'name':'jealousy'},{'id':3258,'name':'beauty'},{'id':4978,'name':'immortality'},{'id':9823,'name':'rivalry'},{'id':14752,'name':'potion'},{'id':15111,'name':'drinking'}]" +79,"[{'id':548,'name':'countryside'},{'id':697,'name':'loss of loved one'},{'id':779,'name':'martial arts'},{'id':6145,'name':'right and justice'},{'id':15036,'name':'ancient china'},{'id':54324,'name':'patriot'},{'id':223738,'name':'warring states period'}]" +29592,"[{'id':437,'name':'painter'},{'id':2679,'name':'artist'},{'id':4075,'name':'ear'},{'id':5565,'name':'biography'},{'id':6165,'name':'historical figure'},{'id':207928,'name':'19th century'}]" +38996,"[{'id':236,'name':'suicide'},{'id':422,'name':'vietnam veteran'},{'id':1227,'name':'cemetery'},{'id':3133,'name':'vampire'},{'id':9826,'name':'murder'},{'id':10183,'name':'independent film'},{'id':10339,'name':'drive-in theatre'},{'id':11221,'name':'blood'},{'id':11546,'name':'hitchhiker'},{'id':12377,'name':'zombie'},{'id':13065,'name':'soldier'},{'id':15483,'name':'car chase'},{'id':156064,'name':'homecoming'},{'id':206850,'name':'canuxploitation'}]" +4858,"[{'id':9714,'name':'remake'},{'id':9951,'name':'alien'},{'id':10685,'name':'escape'},{'id':14909,'name':'alien invasion'},{'id':15250,'name':'alien infection'},{'id':161290,'name':'sleeping'},{'id':161891,'name':'doppelgänger'},{'id':162502,'name':'news report'},{'id':162511,'name':'text messaging'},{'id':162512,'name':'siren'},{'id':162515,'name':'contamination'}]" +30302,"[{'id':242,'name':'new york'},{'id':572,'name':'sex'},{'id':596,'name':'adultery'},{'id':1706,'name':'experiment'},{'id':2652,'name':'nazi'},{'id':5332,'name':'greed'},{'id':6091,'name':'war'},{'id':10937,'name':'memory'},{'id':11508,'name':'jewish'},{'id':11663,'name':'camp'},{'id':13005,'name':'doctor'},{'id':14624,'name':'cruelty'}]" +38319,"[{'id':1930,'name':'kidnapping'},{'id':2052,'name':'traitor'},{'id':2389,'name':'virgin'},{'id':3071,'name':'prince'},{'id':7376,'name':'princess'},{'id':9748,'name':'revenge'},{'id':10166,'name':'minotaur'},{'id':10466,'name':'knight'},{'id':12554,'name':'dragon'},{'id':13027,'name':'wedding'},{'id':13084,'name':'king'},{'id':234213,'name':'sword and sorcery'}]" +293660,"[{'id':2095,'name':'anti hero'},{'id':3070,'name':'mercenary'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':11687,'name':'breaking the fourth wall'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'},{'id':223060,'name':'self healing'}]" +321258,"[{'id':236,'name':'suicide'},{'id':392,'name':'england'},{'id':657,'name':'fire'},{'id':697,'name':'loss of loved one'},{'id':1655,'name':'country house'},{'id':1879,'name':'shower'},{'id':2341,'name':'nanny'},{'id':2546,'name':'mask'},{'id':5202,'name':'boy'},{'id':9826,'name':'murder'},{'id':12545,'name':'mansion'},{'id':14819,'name':'violence'},{'id':33630,'name':'doll'},{'id':158567,'name':'burn victim'},{'id':171964,'name':'secret passageway'},{'id':176706,'name':'broken mirror'}]" +37943,"[{'id':2041,'name':'island'},{'id':5332,'name':'greed'},{'id':10329,'name':'wealth'}]" +39918,"[{'id':570,'name':'rape'},{'id':572,'name':'sex'},{'id':1435,'name':'scissors'},{'id':6149,'name':'police'},{'id':8508,'name':'party'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':11857,'name':'mental institution'},{'id':14819,'name':'violence'},{'id':15127,'name':'killer'},{'id':176182,'name':'psycho'},{'id':180340,'name':'voyeur'}]" +19415,"[{'id':128,'name':'love triangle'},{'id':1200,'name':'greece'},{'id':2041,'name':'island'},{'id':6876,'name':'vacation'},{'id':13088,'name':'summer'},{'id':155870,'name':'polyamory'}]" +14443,"[{'id':1299,'name':'monster'},{'id':3700,'name':'garbage'},{'id':4344,'name':'musical'},{'id':6054,'name':'friendship'},{'id':9980,'name':'toilet humor'}]" +15208,"[{'id':572,'name':'sex'},{'id':3754,'name':'legend'},{'id':9886,'name':'countess'}]" +129597,"[{'id':187056,'name':'woman director'}]" +8920,"[{'id':271,'name':'competition'},{'id':977,'name':'cat'},{'id':2248,'name':'moderator'},{'id':6732,'name':'mascot'},{'id':8133,'name':'lasagne'},{'id':208152,'name':'pets'}]" +70345,"[{'id':1585,'name':'snake'},{'id':1706,'name':'experiment'},{'id':8803,'name':'serum'},{'id':191574,'name':'cobra'},{'id':207844,'name':'college student'}]" +74325,"[{'id':924,'name':'italian'},{'id':9826,'name':'murder'},{'id':10714,'name':'serial killer'}]" +44399,"[{'id':734,'name':'bullfight'},{'id':160061,'name':'bullfighter'}]" +606,"[{'id':409,'name':'africa'},{'id':1326,'name':'infidelity'},{'id':2043,'name':'lion'},{'id':3513,'name':'safari'},{'id':4414,'name':'adventure'},{'id':4932,'name':'farm'},{'id':5944,'name':'nairobi'},{'id':9840,'name':'romance'},{'id':9895,'name':'kenya'},{'id':14641,'name':'based on memoir or autobiography'},{'id':180256,'name':'syphilis'},{'id':183570,'name':'danish'},{'id':192772,'name':'historical drama'},{'id':210184,'name':'1910s'},{'id':224121,'name':'big game hunter'},{'id':231686,'name':'cuckolded husband'}]" +14873,"[{'id':1261,'name':'river'},{'id':4344,'name':'musical'},{'id':4809,'name':'tiger'},{'id':5331,'name':'village'},{'id':5650,'name':'feral child'},{'id':9663,'name':'sequel'},{'id':10468,'name':'bear'},{'id':10787,'name':'jungle'},{'id':13014,'name':'orphan'},{'id':44451,'name':'lost'}]" +9325,"[{'id':958,'name':'indian lead'},{'id':2398,'name':'narration'},{'id':2526,'name':'human animal relationship'},{'id':4344,'name':'musical'},{'id':5650,'name':'feral child'},{'id':10787,'name':'jungle'},{'id':11477,'name':'anthropomorphism'},{'id':13014,'name':'orphan'},{'id':230873,'name':'animal lead'},{'id':236685,'name':'walt disney'}]" +370691,"[{'id':206441,'name':'pro wrestling'}]" +291290,[] +13763,"[{'id':1252,'name':'suicide attempt'},{'id':3490,'name':'pop star'},{'id':10228,'name':'aspiring singer'}]" +335409,"[{'id':1299,'name':'monster'},{'id':10685,'name':'escape'},{'id':10958,'name':'man hunt'},{'id':15097,'name':'shark'},{'id':158871,'name':'women in prison'}]" +329010,"[{'id':2604,'name':'babysitter'},{'id':10103,'name':'children'}]" +320146,"[{'id':4563,'name':'virtual reality'},{'id':12999,'name':'black and white'}]" +352208,"[{'id':74,'name':'germany'},{'id':131,'name':'italy'},{'id':254,'name':'france'},{'id':279,'name':'usa'},{'id':324,'name':'portugal'},{'id':409,'name':'africa'},{'id':1191,'name':'norway'},{'id':1295,'name':'europe'},{'id':2020,'name':'revolution'},{'id':5746,'name':'iceland'},{'id':6078,'name':'politics'},{'id':11935,'name':'working class'},{'id':159930,'name':'inequality'},{'id':163080,'name':'finland'},{'id':169086,'name':'political satire'},{'id':189142,'name':'welfare'},{'id':197240,'name':'tunisia'},{'id':203998,'name':'slovenia'},{'id':209793,'name':'infotainment'},{'id':226034,'name':'welfare states'},{'id':226035,'name':'economic inequality'}]" +288171,[] +330483,"[{'id':818,'name':'based on novel or book'},{'id':1332,'name':'cheating'},{'id':9673,'name':'love'},{'id':165301,'name':'opposites attract'},{'id':222174,'name':'girl next door'}]" +339928,[] +10162,"[{'id':3864,'name':'false identity'},{'id':4214,'name':'beguilement'},{'id':4258,'name':'lottery'},{'id':5331,'name':'village'},{'id':8739,'name':'jackpot'},{'id':10183,'name':'independent film'},{'id':14985,'name':'ireland'}]" +14299,"[{'id':520,'name':'chicago'},{'id':187056,'name':'woman director'}]" +28797,"[{'id':10183,'name':'independent film'},{'id':10787,'name':'jungle'},{'id':33451,'name':'masturbation'},{'id':41385,'name':'racial tension'},{'id':158871,'name':'women in prison'}]" +15242,"[{'id':190003,'name':'peanuts'},{'id':210469,'name':'charlie brown'}]" +3060,"[{'id':254,'name':'france'},{'id':2504,'name':'world war i'},{'id':10141,'name':'battlefield'},{'id':18543,'name':'combat'},{'id':154802,'name':'silent film'},{'id':158765,'name':'french girl'},{'id':196671,'name':'wartime romance'},{'id':234161,'name':'american g.i.'},{'id':237444,'name':'war buddies'}]" +56167,"[{'id':163110,'name':'theatre'},{'id':168723,'name':'latin america'},{'id':208586,'name':'acting'}]" +24153,"[{'id':635,'name':'disc jockey'},{'id':3412,'name':'star'},{'id':5608,'name':'affection'},{'id':5626,'name':'rags to riches'},{'id':12617,'name':'airplane crash'},{'id':156306,'name':'price of fame'},{'id':156783,'name':'blizzard'}]" +226,"[{'id':570,'name':'rape'},{'id':572,'name':'sex'},{'id':1284,'name':'identity'},{'id':1415,'name':'small town'},{'id':9672,'name':'based on a true story'},{'id':9673,'name':'love'},{'id':9713,'name':'friends'},{'id':9826,'name':'murder'},{'id':9840,'name':'romance'},{'id':10984,'name':'true'},{'id':17975,'name':'transgender'},{'id':18047,'name':'anger'},{'id':160335,'name':'hate crime'},{'id':187056,'name':'woman director'},{'id':191008,'name':'nebraska'},{'id':194530,'name':'trans man'},{'id':205733,'name':'small town murder'},{'id':208799,'name':'transphobia'},{'id':210039,'name':'gender identity'}]" +319070,[] +32593,"[{'id':5921,'name':'step mother'},{'id':169341,'name':'snow white'},{'id':177901,'name':'evil witch'},{'id':187056,'name':'woman director'}]" +77029,"[{'id':6593,'name':'stripper'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':10051,'name':'heist'},{'id':10714,'name':'serial killer'},{'id':11040,'name':'masked killer'},{'id':12570,'name':'whodunit'},{'id':14819,'name':'violence'},{'id':34079,'name':'death'},{'id':156236,'name':'jewel thief'}]" +274479,"[{'id':1382,'name':'factory'},{'id':1436,'name':'inventor'},{'id':2660,'name':'strong woman'},{'id':5565,'name':'biography'},{'id':9672,'name':'based on a true story'},{'id':233558,'name':'stolen patent'}]" +11232,"[{'id':1808,'name':'lover (female)'},{'id':2038,'name':'love of one's life'},{'id':4379,'name':'time travel'},{'id':5091,'name':'kiss'},{'id':6162,'name':'past'},{'id':7879,'name':'secret love'},{'id':11860,'name':'fish out of water'}]" +86305,[] +6435,"[{'id':616,'name':'witch'},{'id':2343,'name':'magic'},{'id':3371,'name':'family history'},{'id':5147,'name':'sorcery'},{'id':9673,'name':'love'},{'id':10216,'name':'outcast'},{'id':10224,'name':'haunting'},{'id':10541,'name':'curse'},{'id':11017,'name':'spell'},{'id':12335,'name':'aunt niece relationship'},{'id':190821,'name':'family curse'},{'id':233103,'name':'abusive alcoholic'},{'id':236688,'name':'sisters'}]" +36778,[] +2768,"[{'id':703,'name':'detective'},{'id':2619,'name':'suspicion of murder'},{'id':3248,'name':'gigolo'},{'id':6739,'name':'callboy'},{'id':9826,'name':'murder'},{'id':11501,'name':'cheating wife'},{'id':12670,'name':'los angeles'}]" +34376,"[{'id':525,'name':'foreigner'},{'id':2081,'name':'department store'},{'id':2343,'name':'magic'},{'id':2863,'name':'mannequin'},{'id':3071,'name':'prince'},{'id':3497,'name':'hot air balloon'},{'id':3713,'name':'chase'},{'id':4379,'name':'time travel'},{'id':9725,'name':'sword fight'},{'id':10452,'name':'credit card'},{'id':10821,'name':'sorcerer'},{'id':11017,'name':'spell'},{'id':13043,'name':'dating'},{'id':15479,'name':'fashion'},{'id':18118,'name':'disguise'},{'id':33922,'name':'pop music'},{'id':34130,'name':'makeover'},{'id':41180,'name':'security guard'},{'id':158718,'name':'lgbt'},{'id':173497,'name':'dance club'},{'id':177185,'name':'videotape'},{'id':196895,'name':'eating out'},{'id':196899,'name':'heroic rescue'},{'id':196900,'name':'pink cadillac'},{'id':196901,'name':'shopping montage'}]" +10019,"[{'id':1605,'name':'new love'},{'id':2081,'name':'department store'},{'id':2863,'name':'mannequin'},{'id':4375,'name':'transformation'},{'id':6300,'name':'puppet'},{'id':9799,'name':'romantic comedy'},{'id':13130,'name':'teenager'},{'id':200719,'name':'window dresser'}]" +110202,"[{'id':1930,'name':'kidnapping'},{'id':3532,'name':'tangier morocco'},{'id':208338,'name':'white slavers'}]" +9434,"[{'id':933,'name':'michigan'},{'id':1224,'name':'radio station'},{'id':2708,'name':'hitman'},{'id':2726,'name':'therapist'},{'id':6259,'name':'psychopath'},{'id':15137,'name':'union'},{'id':161213,'name':'high school reunion'},{'id':176797,'name':'old girlfriend'},{'id':206594,'name':'cartel'},{'id':208009,'name':'gun fight'},{'id':231750,'name':'coming home'}]" +35939,"[{'id':2135,'name':'radio'},{'id':2393,'name':'adoption'},{'id':5955,'name':'boy's choir'},{'id':7542,'name':'foreign worker'}]" +78507,"[{'id':3713,'name':'chase'},{'id':18023,'name':'criminal mastermind'}]" +45211,"[{'id':156212,'name':'spaghetti western'}]" +2322,"[{'id':2157,'name':'hacker'},{'id':2303,'name':'mathematician'},{'id':4967,'name':'assignment'},{'id':6129,'name':'company'}]" +45714,"[{'id':657,'name':'fire'},{'id':818,'name':'based on novel or book'},{'id':1157,'name':'wife husband relationship'},{'id':1992,'name':'professor'},{'id':2591,'name':'tarot cards'},{'id':3986,'name':'spider'},{'id':5350,'name':'eagle'},{'id':6152,'name':'supernatural'},{'id':7038,'name':'giant bird'},{'id':10183,'name':'independent film'},{'id':11183,'name':'fireplace'},{'id':14660,'name':'bird attack'},{'id':40931,'name':'witchcraft'},{'id':156174,'name':'occult'},{'id':171219,'name':'rape accusation'},{'id':207299,'name':'obscene telephone call'},{'id':212059,'name':'college professor'}]" +11469,"[{'id':392,'name':'england'},{'id':577,'name':'black people'},{'id':1456,'name':'medallion'},{'id':3098,'name':'castle'},{'id':4379,'name':'time travel'},{'id':10466,'name':'knight'},{'id':13068,'name':'impostor'},{'id':13084,'name':'king'},{'id':41406,'name':'middle ages'},{'id':189151,'name':'medieval times'}]" +31598,"[{'id':796,'name':'police brutality'},{'id':818,'name':'based on novel or book'},{'id':9730,'name':'crime boss'},{'id':11734,'name':'police corruption'},{'id':14512,'name':'new york city'},{'id':33518,'name':'district attorney'},{'id':156022,'name':'nypd'}]" +292014,[] +280617,"[{'id':4379,'name':'time travel'},{'id':8201,'name':'satire'},{'id':9882,'name':'space'},{'id':9951,'name':'alien'},{'id':11931,'name':'spoof'},{'id':15090,'name':'police officer'},{'id':230556,'name':'ironic'}]" +14689,"[{'id':1668,'name':'hawaii'},{'id':6917,'name':'epic'}]" +16363,"[{'id':1411,'name':'brothel'},{'id':2901,'name':'crusader'},{'id':4344,'name':'musical'},{'id':5744,'name':'governor'},{'id':10181,'name':'based on play or musical'},{'id':13424,'name':'tv reporter'},{'id':33613,'name':'madame'},{'id':155273,'name':'busty'},{'id':156187,'name':'cat house'},{'id':165347,'name':'swearing'}]" +289536,[] +60631,"[{'id':549,'name':'prostitute'},{'id':736,'name':'journalist'},{'id':1667,'name':'pimp'},{'id':3012,'name':'court case'},{'id':12425,'name':'racism'},{'id':170089,'name':'streetwise'}]" +42541,"[{'id':242,'name':'new york'},{'id':12094,'name':'business'},{'id':207459,'name':'financial'}]" +55539,"[{'id':1706,'name':'experiment'},{'id':6271,'name':'boarding school'},{'id':10410,'name':'conspiracy'},{'id':12105,'name':'student'}]" +18502,"[{'id':1328,'name':'secret'},{'id':1812,'name':'fbi'},{'id':2588,'name':'brain'},{'id':6158,'name':'cult'},{'id':6782,'name':'addiction'},{'id':10412,'name':'sensation'},{'id':11931,'name':'spoof'},{'id':12377,'name':'zombie'},{'id':14601,'name':'explosion'},{'id':14760,'name':'scientist'},{'id':15086,'name':'advertising'},{'id':18034,'name':'desert'},{'id':33705,'name':'agent'},{'id':162342,'name':'discovery'},{'id':201986,'name':'goo'},{'id':201990,'name':'miners'}]" +46148,[] +47914,"[{'id':818,'name':'based on novel or book'},{'id':1016,'name':'wyoming'},{'id':1582,'name':'saloon'},{'id':2912,'name':'buffalo'},{'id':10322,'name':'native american'},{'id':10950,'name':'shootout'},{'id':12371,'name':'gunfight'},{'id':180234,'name':'wild bill hickok'},{'id':190850,'name':'crazy horse'}]" +38665,"[{'id':178867,'name':'lone ranger'},{'id':180234,'name':'wild bill hickok'},{'id':190296,'name':'buffalo bill'},{'id':222787,'name':'the lone ranger'}]" +51619,"[{'id':221295,'name':'sound barrier'}]" +336313,"[{'id':2031,'name':'orpheus'},{'id':3473,'name':'carnival'},{'id':6154,'name':'hell'},{'id':10121,'name':'stop motion'},{'id':14999,'name':'devil'},{'id':161919,'name':'adult animation'}]" +323694,"[{'id':572,'name':'sex'},{'id':1252,'name':'suicide attempt'},{'id':9673,'name':'love'},{'id':13063,'name':'car accident'}]" +2019,"[{'id':2411,'name':'new orleans'},{'id':3070,'name':'mercenary'},{'id':4323,'name':'hunting human beings'},{'id':10594,'name':'money'},{'id':13017,'name':'drifter'},{'id':15137,'name':'union'},{'id':41599,'name':'sailor'},{'id':207678,'name':'human prey'}]" +321769,"[{'id':1601,'name':'war on drugs'},{'id':6078,'name':'politics'},{'id':11615,'name':'internet'},{'id':14964,'name':'drugs'},{'id':232564,'name':'dark web'},{'id':235592,'name':'criminal trial'},{'id':240069,'name':'online privacy'}]" +392051,[] +359624,[] +91683,[] +4939,"[{'id':6635,'name':'hypochondriac'}]" +40894,"[{'id':191192,'name':'madison avenue'}]" +1633,"[{'id':531,'name':'southern usa'},{'id':818,'name':'based on novel or book'},{'id':2075,'name':'alabama'},{'id':14766,'name':'cafe'},{'id':18379,'name':'bee'},{'id':155208,'name':'nursing home'},{'id':156928,'name':'tomboy'}]" +306947,"[{'id':236,'name':'suicide'},{'id':1157,'name':'wife husband relationship'},{'id':2097,'name':'lantern'},{'id':2340,'name':'paranoia'},{'id':3301,'name':'suspicion'},{'id':6158,'name':'cult'},{'id':9758,'name':'deception'},{'id':10410,'name':'conspiracy'},{'id':12565,'name':'psychological thriller'},{'id':14831,'name':'stabbing'},{'id':187056,'name':'woman director'},{'id':190722,'name':'reunited friends'},{'id':191260,'name':'dinner party'},{'id':193227,'name':'lunatic'}]" +10063,"[{'id':697,'name':'loss of loved one'},{'id':911,'name':'exotic island'},{'id':3605,'name':'baseball bat'},{'id':5160,'name':'animal attack'},{'id':6876,'name':'vacation'},{'id':13040,'name':'electrocution'},{'id':13209,'name':'cabin in the woods'},{'id':15162,'name':'dog'},{'id':33671,'name':'german shepherd'},{'id':156630,'name':'remote island'},{'id':158922,'name':'dog attack'},{'id':170057,'name':'chased by a dog'}]" +22029,"[{'id':10183,'name':'independent film'},{'id':10601,'name':'blaxploitation'}]" +39890,"[{'id':616,'name':'witch'},{'id':2871,'name':'burning of witches'},{'id':40929,'name':'witch burning'},{'id':40931,'name':'witchcraft'}]" +28437,"[{'id':392,'name':'england'},{'id':1706,'name':'experiment'},{'id':10770,'name':'mad doctor'},{'id':188083,'name':'brain surgeon'},{'id':193149,'name':'suspended animation'}]" +227603,"[{'id':549,'name':'prostitute'},{'id':798,'name':'sheriff'},{'id':9826,'name':'murder'},{'id':10511,'name':'western'},{'id':10714,'name':'serial killer'},{'id':11168,'name':'private investigator'},{'id':12339,'name':'slasher'}]" +339669,"[{'id':11477,'name':'anthropomorphism'}]" +145942,"[{'id':2956,'name':'vietnam'}]" +16235,"[{'id':380,'name':'sibling relationship'},{'id':516,'name':'child abuse'},{'id':572,'name':'sex'},{'id':2626,'name':'exorcism'},{'id':3350,'name':'poltergeist'},{'id':6095,'name':'house'},{'id':9675,'name':'prequel'},{'id':9712,'name':'possession'},{'id':10041,'name':'dysfunctional family'},{'id':10183,'name':'independent film'},{'id':14765,'name':'church'},{'id':15001,'name':'demon'},{'id':33841,'name':'incest'},{'id':156075,'name':'evil'},{'id':161261,'name':'demonic possession'},{'id':212642,'name':'abusive father'}]" +85163,"[{'id':10714,'name':'serial killer'},{'id':12339,'name':'slasher'}]" +8067,"[{'id':290,'name':'angel'},{'id':572,'name':'sex'},{'id':642,'name':'robbery'},{'id':818,'name':'based on novel or book'},{'id':1005,'name':'karaoke'},{'id':1336,'name':'ransom'},{'id':1562,'name':'hostage'},{'id':1930,'name':'kidnapping'},{'id':3713,'name':'chase'},{'id':4116,'name':'heaven'},{'id':9673,'name':'love'},{'id':9826,'name':'murder'},{'id':10756,'name':'janitor'},{'id':11221,'name':'blood'},{'id':13028,'name':'writer'},{'id':14544,'name':'robot'},{'id':14819,'name':'violence'}]" +257087,"[{'id':6158,'name':'cult'}]" +329004,"[{'id':3725,'name':'pregnancy'},{'id':4458,'name':'post-apocalyptic'},{'id':4728,'name':'knife'},{'id':5774,'name':'forest'},{'id':9897,'name':'rifle'},{'id':10349,'name':'survival'},{'id':10637,'name':'food'},{'id':18101,'name':'bow and arrow'},{'id':169548,'name':'seed'},{'id':188266,'name':'starvation'},{'id':212412,'name':'very little dialogue'}]" +287903,"[{'id':657,'name':'fire'},{'id':1442,'name':'winter'},{'id':1991,'name':'santa claus'},{'id':3373,'name':'snow storm'},{'id':5570,'name':'christmas tree'},{'id':9856,'name':'flashback'},{'id':10794,'name':'snow'},{'id':11183,'name':'fireplace'},{'id':13031,'name':'creature'},{'id':14755,'name':'power outage'},{'id':14796,'name':'destruction'},{'id':15001,'name':'demon'},{'id':18035,'name':'family'},{'id':156783,'name':'blizzard'},{'id':207317,'name':'christmas'},{'id':215571,'name':'bad kids'},{'id':215572,'name':'krampus'}]" +32726,"[{'id':2733,'name':'firemen'},{'id':3851,'name':'dangerous'},{'id':10590,'name':'oil'},{'id':13118,'name':'love interest'}]" +27813,"[{'id':160314,'name':'basket'},{'id':192153,'name':'conjoined twins'},{'id':226583,'name':'mood ring eyes'}]" +11535,"[{'id':554,'name':'manager'},{'id':1395,'name':'arena'},{'id':4565,'name':'dystopia'},{'id':5970,'name':'wrestling'},{'id':6075,'name':'sport'},{'id':6234,'name':'roller-skating'},{'id':9571,'name':'motor sport'},{'id':155720,'name':'rollerskating'},{'id':155742,'name':'future sport'}]" +8512,"[{'id':818,'name':'based on novel or book'},{'id':1543,'name':'war veteran'},{'id':5823,'name':'jazz club'},{'id':9826,'name':'murder'},{'id':12670,'name':'los angeles'},{'id':155790,'name':'private detective'},{'id':156091,'name':'missing person'},{'id':195402,'name':'film noir'},{'id':207268,'name':'neo-noir'},{'id':207883,'name':'1940s'}]" +14926,"[{'id':242,'name':'new york'},{'id':2341,'name':'nanny'}]" +55306,"[{'id':970,'name':'parent child relationship'},{'id':1196,'name':'florida'},{'id':8627,'name':'stolen money'},{'id':10041,'name':'dysfunctional family'},{'id':10183,'name':'independent film'},{'id':14831,'name':'stabbing'},{'id':15363,'name':'bank robbery'},{'id':184496,'name':'parent-in-law child-in-law relationship'},{'id':210597,'name':'orlando florida'},{'id':224563,'name':'beekeeper'}]" +31618,"[{'id':529,'name':'ku klux klan'},{'id':1812,'name':'fbi'},{'id':4129,'name':'widow'},{'id':9826,'name':'murder'},{'id':12425,'name':'racism'},{'id':13015,'name':'terrorism'},{'id':14819,'name':'violence'},{'id':154846,'name':'farmer'},{'id':158279,'name':'hunt'},{'id':184659,'name':'radio show host'},{'id':224540,'name':'white supremacist'}]" +11327,"[{'id':378,'name':'prison'},{'id':3391,'name':'drug smuggle'},{'id':5034,'name':'attempt to escape'},{'id':10685,'name':'escape'},{'id':10909,'name':'lawyer'},{'id':13006,'name':'torture'},{'id':14707,'name':'brutality'},{'id':33451,'name':'masturbation'}]" +1857,"[{'id':4290,'name':'toy'},{'id':4375,'name':'transformation'},{'id':10542,'name':'based on toy'},{'id':10607,'name':'transformers'},{'id':14544,'name':'robot'},{'id':238465,'name':'intergalactic war'}]" +13384,"[{'id':2639,'name':'falcon'},{'id':2646,'name':'bird'},{'id':5215,'name':'northern england'},{'id':9180,'name':'yorkshire'},{'id':11935,'name':'working class'},{'id':34117,'name':'cult film'},{'id':157955,'name':'childhood'}]" +61487,[] +20379,"[{'id':830,'name':'car race'},{'id':10039,'name':'racing'},{'id':208992,'name':'1960s'},{'id':231078,'name':'cars'},{'id':233981,'name':'formula one'},{'id':242128,'name':'motorsport'}]" +357096,"[{'id':570,'name':'rape'},{'id':703,'name':'detective'},{'id':2655,'name':'group therapy'},{'id':5340,'name':'investigation'},{'id':6149,'name':'police'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':13006,'name':'torture'},{'id':14819,'name':'violence'},{'id':18087,'name':'attempted rape'}]" +129126,"[{'id':34117,'name':'cult film'},{'id':41011,'name':'based on song, poem or rhyme'}]" +21717,"[{'id':1556,'name':'texas'},{'id':1930,'name':'kidnapping'},{'id':11333,'name':'cigar smoking'},{'id':14574,'name':'rancher'},{'id':158274,'name':'double barreled shotgun'}]" +14034,"[{'id':4480,'name':'business man'},{'id':6168,'name':'master thief'},{'id':9727,'name':'thief'},{'id':189093,'name':'ring'}]" +344593,"[{'id':616,'name':'witch'}]" +281957,"[{'id':570,'name':'rape'},{'id':818,'name':'based on novel or book'},{'id':970,'name':'parent child relationship'},{'id':1262,'name':'mountain'},{'id':1442,'name':'winter'},{'id':2522,'name':'grizzly bear'},{'id':3593,'name':'wilderness'},{'id':5774,'name':'forest'},{'id':9454,'name':'frontier'},{'id':9468,'name':'liar'},{'id':9672,'name':'based on a true story'},{'id':9714,'name':'remake'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':10292,'name':'gore'},{'id':10322,'name':'native american'},{'id':10349,'name':'survival'},{'id':10468,'name':'bear'},{'id':10794,'name':'snow'},{'id':14808,'name':'scalping'},{'id':14819,'name':'violence'},{'id':155573,'name':'wild west'},{'id':158175,'name':'bear attack'},{'id':162722,'name':'indian attack'},{'id':180173,'name':'dead horse'},{'id':188266,'name':'starvation'},{'id':194976,'name':'fur trapper'},{'id':207928,'name':'19th century'},{'id':218015,'name':'final battle'},{'id':232116,'name':'wolves'},{'id':243951,'name':'dreamy'},{'id':245378,'name':'child killing'}]" +299687,"[{'id':818,'name':'based on novel or book'},{'id':4565,'name':'dystopia'},{'id':9951,'name':'alien'},{'id':14909,'name':'alien invasion'},{'id':207569,'name':'human subjugation'},{'id':215299,'name':'environmental disaster'},{'id':246466,'name':'based on young adult novel'}]" +321751,"[{'id':167043,'name':'road movie'}]" +351819,"[{'id':572,'name':'sex'},{'id':9215,'name':'black'},{'id':9755,'name':'parody'},{'id':11931,'name':'spoof'},{'id':33626,'name':'millionaire'}]" +13793,"[{'id':3739,'name':'funeral'},{'id':6162,'name':'past'},{'id':156277,'name':'hedonism'},{'id':184989,'name':'spectacle'}]" +41857,"[{'id':5301,'name':'brother'},{'id':7150,'name':'hangman'},{'id':9503,'name':'outlaw'},{'id':33344,'name':'bandit'},{'id':187117,'name':'mexican bandit'}]" +15927,"[{'id':818,'name':'based on novel or book'},{'id':1964,'name':'cave'},{'id':4096,'name':'hindu'},{'id':13005,'name':'doctor'},{'id':14636,'name':'india'},{'id':188719,'name':'magistrate'},{'id':207876,'name':'1920s'},{'id':231027,'name':'mosque'},{'id':235774,'name':'british raj'}]" +284,"[{'id':242,'name':'new york'},{'id':613,'name':'new year's eve'},{'id':725,'name':'lovesickness'},{'id':965,'name':'age difference'},{'id':1252,'name':'suicide attempt'},{'id':1438,'name':'office'},{'id':1439,'name':'flat'},{'id':1440,'name':'spaghetti'},{'id':1441,'name':'christmas party'},{'id':1442,'name':'winter'},{'id':1443,'name':'clerk'},{'id':1487,'name':'tennis racket'},{'id':9799,'name':'romantic comedy'},{'id':34094,'name':'extramarital affair'}]" +346646,"[{'id':6351,'name':'chief executive officer'},{'id':11148,'name':'police chase'},{'id':11734,'name':'police corruption'},{'id':155497,'name':'truck driver'},{'id':158540,'name':'south korea'},{'id':167316,'name':'buddy cop'},{'id':167541,'name':'buddy comedy'},{'id':186150,'name':'street fight'},{'id':197990,'name':'mega corporation'},{'id':245028,'name':'spoiled rich kid'}]" +9493,"[{'id':1706,'name':'experiment'},{'id':6783,'name':'orphanage'},{'id':168196,'name':'perfection'},{'id':168200,'name':'delivery'},{'id':168202,'name':'low intelligence'},{'id':168210,'name':'jet engine'},{'id':168211,'name':'twins separated at birth'},{'id':168213,'name':'artist colony'},{'id':168216,'name':'same habits'},{'id':168220,'name':'opposites'}]" +8831,"[{'id':779,'name':'martial arts'},{'id':4379,'name':'time travel'},{'id':175629,'name':'alternative reality'}]" +381108,"[{'id':1890,'name':'camping'},{'id':3623,'name':'cabin'},{'id':5827,'name':'hiking'},{'id':10768,'name':'lesbian'},{'id':33998,'name':'lesbian sex'},{'id':187056,'name':'woman director'}]" +323675,"[{'id':6149,'name':'police'},{'id':9663,'name':'sequel'},{'id':12980,'name':'sibling-in-law sibling-in-law relationship'},{'id':15090,'name':'police officer'},{'id':179450,'name':'black men'},{'id':217452,'name':'buddy film'}]" +15374,"[{'id':190003,'name':'peanuts'},{'id':210469,'name':'charlie brown'}]" +39988,"[{'id':74,'name':'germany'},{'id':131,'name':'italy'},{'id':321,'name':'terror'},{'id':570,'name':'rape'},{'id':572,'name':'sex'},{'id':1562,'name':'hostage'},{'id':4426,'name':'sadism'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':9838,'name':'nymphomaniac'},{'id':10714,'name':'serial killer'},{'id':10850,'name':'sexual harassment'},{'id':13008,'name':'train'},{'id':14819,'name':'violence'},{'id':41329,'name':'mental illness'},{'id':157701,'name':'psychotic'},{'id':180340,'name':'voyeur'},{'id':207317,'name':'christmas'}]" +14142,[] +9423,"[{'id':1806,'name':'deserter'},{'id':2213,'name':'tornado'},{'id':2808,'name':'russian'},{'id':4862,'name':'alien life-form'},{'id':7281,'name':'shooting'},{'id':156075,'name':'evil'},{'id':156938,'name':'insurance'},{'id':188957,'name':'virus'}]" +12721,"[{'id':797,'name':'showdown'},{'id':2808,'name':'russian'},{'id':3436,'name':'karate'},{'id':4613,'name':'training'},{'id':34117,'name':'cult film'},{'id':160488,'name':'hoodlum'},{'id':162846,'name':'ghost'}]" +13509,"[{'id':2904,'name':'mummy'},{'id':3633,'name':'dracula'},{'id':11155,'name':'wolfman'},{'id':33696,'name':'sea monster'}]" +76140,"[{'id':128,'name':'love triangle'},{'id':10085,'name':'betrayal'},{'id':10590,'name':'oil'},{'id':176344,'name':'oil well'},{'id':195402,'name':'film noir'}]" +5733,"[{'id':9712,'name':'possession'},{'id':9748,'name':'revenge'},{'id':12105,'name':'student'},{'id':12339,'name':'slasher'},{'id':14808,'name':'scalping'},{'id':41411,'name':'vengeful ghost'},{'id':162846,'name':'ghost'},{'id':172655,'name':'desecration'},{'id':173099,'name':'indian burial ground'},{'id':179568,'name':'archaeological dig'},{'id':192865,'name':'burial ground'}]" +157386,"[{'id':818,'name':'based on novel or book'},{'id':7464,'name':'alcoholism'},{'id':10683,'name':'coming of age'},{'id':13130,'name':'teenager'},{'id':33910,'name':'high school student'},{'id':246466,'name':'based on young adult novel'}]" +8141,"[{'id':242,'name':'new york'},{'id':582,'name':'san francisco'},{'id':7464,'name':'alcoholism'},{'id':10714,'name':'serial killer'},{'id':33457,'name':'alcoholic'}]" +82510,"[{'id':10776,'name':'marijuana'},{'id':14964,'name':'drugs'},{'id':155080,'name':'art of seduction'},{'id':175297,'name':'hipster'}]" +10784,"[{'id':220,'name':'berlin germany'},{'id':1491,'name':'entertainer'},{'id':2311,'name':'cabaret'},{'id':2652,'name':'nazi'},{'id':3183,'name':'bisexuality'},{'id':4446,'name':'hitler youth'},{'id':5166,'name':'gramophone'},{'id':11183,'name':'fireplace'},{'id':165252,'name':'master of ceremonies'},{'id':165255,'name':'baron love'},{'id':165259,'name':'political unrest'},{'id':165261,'name':'english lesson'},{'id':214548,'name':'1930s'}]" +3877,"[{'id':697,'name':'loss of loved one'},{'id':1647,'name':'sadness'},{'id':2375,'name':'junkie'},{'id':2613,'name':'luxury'},{'id':2671,'name':'heroin'},{'id':3258,'name':'beauty'},{'id':3447,'name':'charity'},{'id':3739,'name':'funeral'},{'id':4129,'name':'widow'},{'id':4788,'name':'substitute'},{'id':12392,'name':'best friend'},{'id':187056,'name':'woman director'}]" +301608,"[{'id':10051,'name':'heist'},{'id':11719,'name':'dirty cop'},{'id':14570,'name':'las vegas'}]" +6069,"[{'id':616,'name':'witch'},{'id':818,'name':'based on novel or book'},{'id':5713,'name':'rhode island'},{'id':41393,'name':'new england'},{'id':182068,'name':'cherry'},{'id':196987,'name':'voodoo doll'}]" +15462,"[{'id':4344,'name':'musical'},{'id':156401,'name':'car wash'}]" +373314,[] +21148,"[{'id':13130,'name':'teenager'},{'id':15111,'name':'drinking'},{'id':158054,'name':'spring break'}]" +15357,"[{'id':378,'name':'prison'},{'id':417,'name':'corruption'},{'id':779,'name':'martial arts'},{'id':2394,'name':'ghetto'},{'id':2620,'name':'evidence'},{'id':3713,'name':'chase'},{'id':6147,'name':'delinquency'},{'id':6955,'name':'parkour'},{'id':9663,'name':'sequel'},{'id':10950,'name':'shootout'},{'id':11733,'name':'drug dealing'},{'id':14819,'name':'violence'},{'id':14955,'name':'fighting'},{'id':156786,'name':'prison escape'},{'id':179431,'name':'duringcreditsstinger'},{'id':188955,'name':'hand to hand combat'}]" +10785,"[{'id':818,'name':'based on novel or book'},{'id':3203,'name':'pilot'},{'id':3243,'name':'flying saucer'},{'id':6417,'name':'base'},{'id':8721,'name':'arctic'},{'id':14909,'name':'alien invasion'}]" +27130,"[{'id':428,'name':'nurse'},{'id':2041,'name':'island'},{'id':3136,'name':'plantation'},{'id':5941,'name':'calypso'},{'id':6156,'name':'superstition'},{'id':9937,'name':'suspense'},{'id':12377,'name':'zombie'},{'id':155819,'name':'val lewton'},{'id':167861,'name':'caribbean'},{'id':167890,'name':'voodoo ritual'},{'id':196987,'name':'voodoo doll'},{'id':244435,'name':'brothers'}]" +276905,"[{'id':242,'name':'new york'},{'id':6678,'name':'polar bear'},{'id':14512,'name':'new york city'},{'id':209714,'name':'3d'},{'id':250363,'name':'stereoscopic'},{'id':250364,'name':'lemmings'}]" +362180,"[{'id':2041,'name':'island'},{'id':9825,'name':'growing up'},{'id':12377,'name':'zombie'}]" +277713,"[{'id':1450,'name':'shepherd'},{'id':154846,'name':'farmer'},{'id':235395,'name':'scottish'}]" +216580,[] +38171,"[{'id':4849,'name':'exile'},{'id':5565,'name':'biography'},{'id':7376,'name':'princess'}]" +1715,"[{'id':1803,'name':'drug addiction'},{'id':3725,'name':'pregnancy'},{'id':6783,'name':'orphanage'},{'id':9927,'name':'maine'},{'id':11243,'name':'african american'},{'id':11732,'name':'cigarette smoking'},{'id':33841,'name':'incest'},{'id':41352,'name':'drug overdose'},{'id':163853,'name':'war injury'},{'id':163859,'name':'apple cider'},{'id':163860,'name':'anesthetic'},{'id':163864,'name':'incinerator'},{'id':163870,'name':'picking apples'},{'id':207876,'name':'1920s'}]" +11018,"[{'id':1788,'name':'chinatown'},{'id':2671,'name':'heroin'},{'id':3391,'name':'drug smuggle'},{'id':5964,'name':'chinese mafia'},{'id':8015,'name':'cop'}]" +49370,"[{'id':33519,'name':'courtroom'},{'id':33610,'name':'gym'},{'id':163405,'name':'aerobics'},{'id':163412,'name':'fitness'}]" +814,"[{'id':212,'name':'london'},{'id':428,'name':'nurse'},{'id':697,'name':'loss of loved one'},{'id':1567,'name':'intensive care'},{'id':2172,'name':'zoo'},{'id':3737,'name':'dying and death'},{'id':4375,'name':'transformation'},{'id':4553,'name':'black humor'},{'id':5319,'name':'pub'},{'id':7033,'name':'london underground'},{'id':9180,'name':'yorkshire'},{'id':11004,'name':'rural setting'},{'id':12564,'name':'werewolf'},{'id':34117,'name':'cult film'},{'id':155479,'name':'british pub'},{'id':223059,'name':'animal horror'}]" +334028,"[{'id':236,'name':'suicide'},{'id':6733,'name':'bullying'},{'id':9748,'name':'revenge'}]" +51996,"[{'id':5198,'name':'cold'},{'id':10183,'name':'independent film'},{'id':10332,'name':'salesman'},{'id':187056,'name':'woman director'}]" +12639,"[{'id':534,'name':'mexico'},{'id':2284,'name':'horseback riding'},{'id':3230,'name':'male friendship'},{'id':9663,'name':'sequel'}]" +24655,"[{'id':1415,'name':'small town'},{'id':6152,'name':'supernatural'},{'id':9937,'name':'suspense'},{'id':18034,'name':'desert'}]" +19599,"[{'id':2829,'name':'last judgment'},{'id':6155,'name':'afterlife'},{'id':9853,'name':'paranormal'},{'id':10760,'name':'barker'}]" +88359,"[{'id':242,'name':'new york'},{'id':8233,'name':'cops'},{'id':10391,'name':'mafia'},{'id':41523,'name':'brooklyn, new york city'}]" +31583,"[{'id':6259,'name':'psychopath'},{'id':9016,'name':'femme fatale'},{'id':10856,'name':'bag of money'},{'id':207268,'name':'neo-noir'}]" +9424,"[{'id':236,'name':'suicide'},{'id':572,'name':'sex'},{'id':2041,'name':'island'},{'id':3030,'name':'nightmare'},{'id':3713,'name':'chase'},{'id':6149,'name':'police'},{'id':6255,'name':'insanity'},{'id':6270,'name':'high school'},{'id':6318,'name':'control'},{'id':9678,'name':'mind control'},{'id':9826,'name':'murder'},{'id':10508,'name':'teacher'},{'id':12105,'name':'student'},{'id':12400,'name':'brainwashing'},{'id':13130,'name':'teenager'},{'id':14837,'name':'rage'},{'id':207069,'name':'behavior'}]" +174751,[] +270064,[] +11897,"[{'id':1261,'name':'river'},{'id':3591,'name':'settler'},{'id':5867,'name':'caravan'},{'id':6917,'name':'epic'},{'id':9454,'name':'frontier'},{'id':9503,'name':'outlaw'},{'id':10322,'name':'native american'},{'id':12337,'name':'colonisation'},{'id':18035,'name':'family'},{'id':158244,'name':'riverboat'}]" +82144,"[{'id':1416,'name':'jazz'},{'id':214775,'name':'afrofuturism'}]" +17824,"[{'id':572,'name':'sex'},{'id':5165,'name':'champagne'},{'id':6563,'name':'wine'},{'id':8181,'name':'swimming pool'},{'id':14557,'name':'undressing'},{'id':40950,'name':'waiter'},{'id':155410,'name':'reading'},{'id':180294,'name':'pineapple'},{'id':180313,'name':'hiccups'},{'id':180314,'name':'diamond necklace'},{'id':180340,'name':'voyeur'}]" +52736,"[{'id':572,'name':'sex'},{'id':11475,'name':'politically incorrect'},{'id':14669,'name':'older man younger woman relationship'},{'id':34117,'name':'cult film'},{'id':34145,'name':'beach house'},{'id':164218,'name':'psychotronic'},{'id':170827,'name':'sex comedy'},{'id':174497,'name':'nude model'},{'id':176793,'name':'middle age'},{'id':178507,'name':'swimsuit'},{'id':178515,'name':'hot dog stand'},{'id':178520,'name':'beach blanket'},{'id':178523,'name':'cheesecake'}]" +20187,"[{'id':782,'name':'assassin'},{'id':2708,'name':'hitman'},{'id':155801,'name':'mountain climber'}]" +375963,[] +40353,"[{'id':1523,'name':'obsession'},{'id':9826,'name':'murder'},{'id':9937,'name':'suspense'},{'id':13005,'name':'doctor'},{'id':173861,'name':'deformed'},{'id':186466,'name':'christmas horror'},{'id':186948,'name':'book comes to life'},{'id':226790,'name':'bookstore'},{'id':235266,'name':'horror novel'}]" +146,"[{'id':334,'name':'flying'},{'id':779,'name':'martial arts'},{'id':818,'name':'based on novel or book'},{'id':1262,'name':'mountain'},{'id':1938,'name':'sword'},{'id':2063,'name':'taskmaster'},{'id':4575,'name':'comb'},{'id':4809,'name':'tiger'},{'id':5293,'name':'desert thief'},{'id':14604,'name':'theft'},{'id':18432,'name':'female martial artist'},{'id':160279,'name':'18th century'},{'id':184656,'name':'wuxia'},{'id':206071,'name':'bamboo'},{'id':217367,'name':'tavern fight'}]" +379291,"[{'id':849,'name':'dc comics'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':33637,'name':'super power'},{'id':155030,'name':'superhero team'},{'id':213104,'name':'teen superhero'}]" +117179,"[{'id':10280,'name':'farce'},{'id':13130,'name':'teenager'},{'id':170827,'name':'sex comedy'},{'id':171518,'name':'thong'}]" +26306,"[{'id':1897,'name':'oregon'},{'id':2070,'name':'olympic games'},{'id':6075,'name':'sport'},{'id':204967,'name':'runner'}]" +301325,[] +41574,"[{'id':7035,'name':'giant insect'},{'id':10678,'name':'mosquito'},{'id':12394,'name':'chainsaw'},{'id':223059,'name':'animal horror'}]" +10658,"[{'id':1339,'name':'duck'},{'id':8012,'name':'physicist'},{'id':9717,'name':'based on comic'},{'id':9739,'name':'extraterrestrial'},{'id':11477,'name':'anthropomorphism'},{'id':14909,'name':'alien invasion'},{'id':175629,'name':'alternative reality'}]" +18983,"[{'id':11100,'name':'giant monster'},{'id':12193,'name':'reporter'},{'id':12369,'name':'tokyo japan'},{'id':161791,'name':'kaiju'},{'id':223059,'name':'animal horror'}]" +99189,[] +329020,"[{'id':4639,'name':'crow'},{'id':34079,'name':'death'},{'id':155317,'name':'edgar allan poe'},{'id':156835,'name':'hypnotism'},{'id':193263,'name':'old mansion'},{'id':213092,'name':'mesmerist'},{'id':215590,'name':'spanish inquisition'},{'id':220508,'name':'short stories'},{'id':237346,'name':'plague survivors'},{'id':250593,'name':'horror anthology'}]" +11850,"[{'id':582,'name':'san francisco'},{'id':818,'name':'based on novel or book'},{'id':1228,'name':'1970s'},{'id':2833,'name':'psychoanalysis'},{'id':9714,'name':'remake'},{'id':9951,'name':'alien'},{'id':12332,'name':'apocalypse'},{'id':14909,'name':'alien invasion'},{'id':15250,'name':'alien infection'},{'id':17995,'name':'epidemic'},{'id':161294,'name':'biologist'},{'id':161891,'name':'doppelgänger'}]" +32080,"[{'id':15483,'name':'car chase'}]" +329440,"[{'id':233,'name':'japan'},{'id':5774,'name':'forest'}]" +300467,"[{'id':447,'name':'post traumatic stress disorder'},{'id':697,'name':'loss of loved one'},{'id':157164,'name':'animal death'},{'id':158126,'name':'creature feature'},{'id':171848,'name':'marital separation'},{'id':193167,'name':'wendigo'}]" +28389,"[{'id':9826,'name':'murder'},{'id':14791,'name':'spa'},{'id':157669,'name':'health club'}]" +29715,"[{'id':534,'name':'mexico'},{'id':1968,'name':'prisoner of war'},{'id':4616,'name':'apache'},{'id':14748,'name':'raid'},{'id':163188,'name':'confederate'}]" +388862,"[{'id':1825,'name':'countdown'},{'id':4776,'name':'race against time'},{'id':5970,'name':'wrestling'},{'id':6149,'name':'police'},{'id':9950,'name':'thriller'}]" +376938,[] +39435,"[{'id':9656,'name':'cattle drive'}]" +222220,"[{'id':1366,'name':'shotgun'},{'id':9826,'name':'murder'}]" +907,"[{'id':128,'name':'love triangle'},{'id':428,'name':'nurse'},{'id':697,'name':'loss of loved one'},{'id':1252,'name':'suicide attempt'},{'id':2504,'name':'world war i'},{'id':3691,'name':'forbidden love'},{'id':4500,'name':'step parents'},{'id':5600,'name':'daughter'},{'id':6917,'name':'epic'},{'id':158620,'name':'russian revolution'}]" +17470,[] +334088,[] +355309,"[{'id':839,'name':'mars'},{'id':1965,'name':'sandstorm'},{'id':4565,'name':'dystopia'}]" +10684,"[{'id':2952,'name':'gulf war'},{'id':3203,'name':'pilot'},{'id':4595,'name':'u.s. army'},{'id':6049,'name':'praise'},{'id':11107,'name':'rescue mission'},{'id':11110,'name':'dead soldier'},{'id':11117,'name':'tank'},{'id':11124,'name':'medal'}]" +38805,"[{'id':745,'name':'nun'},{'id':818,'name':'based on novel or book'},{'id':1859,'name':'arizona'},{'id':2981,'name':'homelessness'},{'id':11332,'name':'farm life'},{'id':11465,'name':'chapel'},{'id':12425,'name':'racism'},{'id':18034,'name':'desert'},{'id':188326,'name':'construction worker'}]" +332704,[] +237584,[] +354110,"[{'id':155573,'name':'wild west'},{'id':207928,'name':'19th century'}]" +140607,"[{'id':803,'name':'android'},{'id':1612,'name':'spacecraft'},{'id':10527,'name':'jedi'},{'id':156395,'name':'imax'},{'id':161176,'name':'space opera'},{'id':209714,'name':'3d'},{'id':242443,'name':'star wars'}]" +259943,"[{'id':2692,'name':'arranged marriage'},{'id':181962,'name':'labor camp'}]" +94608,[] +39922,"[{'id':570,'name':'rape'},{'id':604,'name':'dwarf'},{'id':910,'name':'bondage'},{'id':1411,'name':'brothel'},{'id':2831,'name':'slavery'},{'id':4426,'name':'sadism'},{'id':6259,'name':'psychopath'},{'id':7464,'name':'alcoholism'},{'id':11318,'name':'landlord'},{'id':13059,'name':'prostitution'},{'id':14819,'name':'violence'},{'id':14964,'name':'drugs'},{'id':192248,'name':'white slavery'}]" +94069,"[{'id':380,'name':'sibling relationship'},{'id':2489,'name':'hereditary disease'},{'id':2708,'name':'hitman'},{'id':9826,'name':'murder'},{'id':155755,'name':'mysterious woman'}]" +34312,"[{'id':2095,'name':'anti hero'},{'id':5767,'name':'summer camp'},{'id':6259,'name':'psychopath'},{'id':9740,'name':'sociopath'},{'id':9826,'name':'murder'},{'id':10714,'name':'serial killer'},{'id':11522,'name':'police officer killed'},{'id':11663,'name':'camp'},{'id':12339,'name':'slasher'},{'id':157758,'name':'ax murder'}]" +83613,"[{'id':1415,'name':'small town'},{'id':3290,'name':'laser'},{'id':6152,'name':'supernatural'},{'id':6951,'name':'biker'},{'id':9826,'name':'murder'},{'id':10183,'name':'independent film'},{'id':10327,'name':'undead'},{'id':10738,'name':'diner'},{'id':12377,'name':'zombie'},{'id':14736,'name':'motorcycle gang'},{'id':162846,'name':'ghost'},{'id':233132,'name':'biker gang'}]" +57665,"[{'id':236,'name':'suicide'},{'id':2546,'name':'mask'},{'id':3030,'name':'nightmare'},{'id':10541,'name':'curse'},{'id':41586,'name':'archaeologist'},{'id':206850,'name':'canuxploitation'},{'id':209714,'name':'3d'}]" +4933,"[{'id':658,'name':'sea'},{'id':840,'name':'usa president'},{'id':2411,'name':'new orleans'},{'id':5744,'name':'governor'},{'id':12988,'name':'pirate'},{'id':166489,'name':'war of 1812'},{'id':171774,'name':'buccaneer'},{'id':207928,'name':'19th century'}]" +309013,[] +376311,"[{'id':1994,'name':'wolf'},{'id':2035,'name':'mythology'},{'id':10327,'name':'undead'},{'id':12564,'name':'werewolf'},{'id':192993,'name':'red riding hood'}]" +353257,"[{'id':4565,'name':'dystopia'}]" +15049,"[{'id':1329,'name':'canada'},{'id':6149,'name':'police'},{'id':9826,'name':'murder'},{'id':15127,'name':'killer'},{'id':167316,'name':'buddy cop'}]" +70387,"[{'id':156212,'name':'spaghetti western'}]" +360404,"[{'id':6270,'name':'high school'},{'id':10336,'name':'animation'},{'id':161155,'name':'kids'},{'id':219866,'name':'monster high'}]" +12619,"[{'id':570,'name':'rape'},{'id':572,'name':'sex'},{'id':1415,'name':'small town'},{'id':2389,'name':'virgin'},{'id':6259,'name':'psychopath'},{'id':6270,'name':'high school'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':10714,'name':'serial killer'},{'id':13130,'name':'teenager'}]" +10670,"[{'id':258,'name':'bomb'},{'id':949,'name':'terrorist'},{'id':1812,'name':'fbi'},{'id':1936,'name':'blackmail'},{'id':5340,'name':'investigation'},{'id':5439,'name':'inspector'},{'id':9937,'name':'suspense'},{'id':10617,'name':'disaster'},{'id':155582,'name':'amusement park'},{'id':167342,'name':'bomb squad'},{'id':202186,'name':'rollercoaster'},{'id':202188,'name':'sensurround'}]" +437,"[{'id':483,'name':'riddle'},{'id':703,'name':'detective'},{'id':2147,'name':'claustrophobia'},{'id':2157,'name':'hacker'},{'id':2158,'name':'maze'},{'id':6009,'name':'mathematics'},{'id':194341,'name':'cube'}]" +8874,"[{'id':1605,'name':'new love'},{'id':2038,'name':'love of one's life'},{'id':5756,'name':'man-woman relation'},{'id':7879,'name':'secret love'},{'id':13027,'name':'wedding'},{'id':239145,'name':'relationship sabotage'}]" +65891,"[{'id':1299,'name':'monster'},{'id':10308,'name':'h.p. lovecraft'}]" +63512,"[{'id':3284,'name':'phantom'}]" +73194,"[{'id':4932,'name':'farm'},{'id':156017,'name':'frontiersman'},{'id':156578,'name':'newlywed'}]" +387892,"[{'id':990,'name':'squirrel'},{'id':10051,'name':'heist'},{'id':223532,'name':'nut'}]" +320048,"[{'id':2157,'name':'hacker'},{'id':6844,'name':'stalker'},{'id':18420,'name':'surveillance'}]" +56715,"[{'id':4379,'name':'time travel'},{'id':9714,'name':'remake'},{'id':12026,'name':'alternate history'},{'id':12554,'name':'dragon'},{'id':186760,'name':'alternate timeline'},{'id':227887,'name':'flatulence'}]" +271397,"[{'id':704,'name':'adolescence'},{'id':1635,'name':'deaf-mute'},{'id':6271,'name':'boarding school'},{'id':6733,'name':'bullying'},{'id':7920,'name':'violence in schools'},{'id':9789,'name':'misfit'},{'id':10291,'name':'organized crime'},{'id':13059,'name':'prostitution'},{'id':33756,'name':'deaf'},{'id':167982,'name':'unlikely friendship'},{'id':188953,'name':'sign language'},{'id':208591,'name':'abortion'}]" +320420,"[{'id':11014,'name':'mail order bride'}]" +31503,"[{'id':12377,'name':'zombie'},{'id':166511,'name':'hen'},{'id':166512,'name':'graveyard'},{'id':166513,'name':'strapped down'}]" +11576,"[{'id':271,'name':'competition'},{'id':378,'name':'prison'},{'id':387,'name':'california'},{'id':3713,'name':'chase'},{'id':3800,'name':'airplane'},{'id':3923,'name':'humor'},{'id':6310,'name':'national park'},{'id':6956,'name':'treasure hunt'},{'id':9253,'name':'slapstick'},{'id':10594,'name':'money'},{'id':15483,'name':'car chase'},{'id':18034,'name':'desert'},{'id':40870,'name':'race'},{'id':179507,'name':'cash'}]" +30117,"[{'id':1299,'name':'monster'},{'id':1321,'name':'gold'},{'id':2011,'name':'queen'},{'id':2768,'name':'atlantis'},{'id':2771,'name':'octopus'},{'id':5721,'name':'engineer'},{'id':9951,'name':'alien'},{'id':10539,'name':'martian'},{'id':10685,'name':'escape'},{'id':13084,'name':'king'},{'id':14760,'name':'scientist'},{'id':14785,'name':'underwater'},{'id':33696,'name':'sea monster'},{'id':41586,'name':'archaeologist'},{'id':197052,'name':'lost civilization'},{'id':201956,'name':'giant octopus'}]" +3172,"[{'id':378,'name':'prison'},{'id':2492,'name':'bank robber'},{'id':191047,'name':'prison break'},{'id':211512,'name':'disguises'},{'id':226427,'name':'cement truck'}]" +31281,[] +5896,"[{'id':572,'name':'sex'},{'id':1307,'name':'butler'},{'id':6377,'name':'sheik'},{'id':160061,'name':'bullfighter'},{'id':189092,'name':'journey'}]" +9355,"[{'id':407,'name':'dictator'},{'id':604,'name':'dwarf'},{'id':1395,'name':'arena'},{'id':1965,'name':'sandstorm'},{'id':4565,'name':'dystopia'},{'id':4717,'name':'camel'},{'id':5657,'name':'australia'},{'id':8440,'name':'ex-cop'},{'id':8516,'name':'oasis'},{'id':9663,'name':'sequel'},{'id':10103,'name':'children'},{'id':10148,'name':'tribe'},{'id':10689,'name':'wasteland'},{'id':18034,'name':'desert'},{'id':34117,'name':'cult film'},{'id':175428,'name':'adventurer'},{'id':194713,'name':'post nuclear'},{'id':205624,'name':'ozploitation'}]" +16131,"[{'id':6464,'name':'uncle'},{'id':9229,'name':'grandparents'},{'id':10183,'name':'independent film'}]" +13993,"[{'id':10183,'name':'independent film'}]" +157375,"[{'id':236,'name':'suicide'},{'id':242,'name':'new york'},{'id':572,'name':'sex'},{'id':1526,'name':'home'},{'id':8181,'name':'swimming pool'},{'id':10776,'name':'marijuana'},{'id':12193,'name':'reporter'},{'id':13130,'name':'teenager'},{'id':14534,'name':'relationship'},{'id':157955,'name':'childhood'},{'id':160961,'name':'lifeguard'},{'id':166262,'name':'valedictorian'},{'id':187056,'name':'woman director'}]" +14063,"[{'id':10183,'name':'independent film'}]" +31127,[] +87704,"[{'id':953,'name':'guitar'},{'id':1585,'name':'snake'},{'id':2669,'name':'motel'},{'id':8803,'name':'serum'},{'id':9663,'name':'sequel'},{'id':9748,'name':'revenge'},{'id':11612,'name':'hospital'},{'id':33737,'name':'snake bite'},{'id':206545,'name':'young couple'},{'id':233300,'name':'genetic mutation'}]" +74343,[] +323792,"[{'id':9826,'name':'murder'},{'id':10714,'name':'serial killer'},{'id':12339,'name':'slasher'}]" +259958,[] +74747,"[{'id':1852,'name':'mutant'},{'id':2479,'name':'chicken'},{'id':3009,'name':'farm worker'},{'id':4237,'name':'water'},{'id':4884,'name':'infection'},{'id':4932,'name':'farm'},{'id':5543,'name':'cow'},{'id':10221,'name':'meteorite'},{'id':10308,'name':'h.p. lovecraft'},{'id':162515,'name':'contamination'},{'id':162538,'name':'pitchfork'},{'id':231522,'name':'fanaticism'},{'id':235332,'name':'bad crops'}]" +15212,"[{'id':534,'name':'mexico'},{'id':3725,'name':'pregnancy'},{'id':9951,'name':'alien'},{'id':14760,'name':'scientist'},{'id':235513,'name':'alien dna'}]" +84209,"[{'id':12670,'name':'los angeles'}]" +2054,"[{'id':1233,'name':'composer'},{'id':1310,'name':'mentor'},{'id':1635,'name':'deaf-mute'},{'id':4344,'name':'musical'},{'id':4488,'name':'apprentice'},{'id':5289,'name':'private life'},{'id':6027,'name':'music'},{'id':158558,'name':'disabled'}]" +207936,"[{'id':4129,'name':'widow'},{'id':5565,'name':'biography'},{'id':13028,'name':'writer'},{'id':33534,'name':'folk singer'}]" +241261,[] +15983,"[{'id':779,'name':'martial arts'},{'id':1196,'name':'florida'},{'id':2106,'name':'cold war'},{'id':3186,'name':'everglades'},{'id':4278,'name':'invasion'},{'id':7002,'name':'vigilante'},{'id':13015,'name':'terrorism'},{'id':14819,'name':'violence'},{'id':207317,'name':'christmas'}]" +302666,"[{'id':3521,'name':'earthquake'},{'id':12670,'name':'los angeles'}]" +382581,"[{'id':10324,'name':'toys'},{'id':219866,'name':'monster high'}]" +381167,"[{'id':6165,'name':'historical figure'},{'id':33847,'name':'british politics'}]" +83,"[{'id':269,'name':'diving'},{'id':843,'name':'cataclysm'},{'id':3030,'name':'nightmare'},{'id':4210,'name':'panic'},{'id':5250,'name':'red sea'},{'id':5251,'name':'primal fear'},{'id':10503,'name':'scuba diving'},{'id':15097,'name':'shark'},{'id':155334,'name':'scuba'}]" +6470,"[{'id':334,'name':'flying'},{'id':14964,'name':'drugs'}]" +331962,"[{'id':290,'name':'angel'},{'id':570,'name':'rape'},{'id':1552,'name':'subway'},{'id':11734,'name':'police corruption'},{'id':156117,'name':'illegal drugs'},{'id':207935,'name':'manslaughter'}]" +257088,"[{'id':1568,'name':'undercover'},{'id':1812,'name':'fbi'},{'id':2006,'name':'extreme sports'},{'id':4654,'name':'undercover agent'},{'id':209714,'name':'3d'}]" +39274,"[{'id':233,'name':'japan'},{'id':1462,'name':'samurai'},{'id':9725,'name':'sword fight'},{'id':155608,'name':'aikido'}]" +11016,"[{'id':612,'name':'hotel'},{'id':1196,'name':'florida'},{'id':1543,'name':'war veteran'},{'id':2215,'name':'hurricane'},{'id':3149,'name':'gangster'},{'id':3546,'name':'florida keys'},{'id':4129,'name':'widow'},{'id':6634,'name':'wheelchair user '},{'id':33457,'name':'alcoholic'},{'id':33740,'name':'humiliation'},{'id':34079,'name':'death'},{'id':68642,'name':'intimidation'},{'id':163526,'name':'charter boat'},{'id':173297,'name':'nightclub singer'},{'id':194943,'name':'henchmen'},{'id':195402,'name':'film noir'},{'id':207746,'name':'moll'},{'id':236960,'name':'local indians'}]" +22733,"[{'id':131,'name':'italy'},{'id':966,'name':'beach'},{'id':1157,'name':'wife husband relationship'},{'id':2251,'name':'lie'},{'id':2398,'name':'narration'},{'id':9468,'name':'liar'},{'id':9727,'name':'thief'},{'id':10123,'name':'dark comedy'},{'id':15203,'name':'dry humour'},{'id':33611,'name':'exercise'},{'id':191026,'name':'port'},{'id':193154,'name':'uranium'}]" +14857,"[{'id':1227,'name':'cemetery'},{'id':3737,'name':'dying and death'},{'id':4715,'name':'autopsy'}]" +179150,[] +41774,"[{'id':291,'name':'circus'},{'id':931,'name':'jealousy'},{'id':7412,'name':'sin'},{'id':9673,'name':'love'},{'id':14985,'name':'ireland'}]" +131634,"[{'id':818,'name':'based on novel or book'},{'id':2020,'name':'revolution'},{'id':2660,'name':'strong woman'},{'id':4565,'name':'dystopia'},{'id':157376,'name':'game of death'},{'id':209714,'name':'3d'},{'id':246466,'name':'based on young adult novel'}]" +342474,"[{'id':187056,'name':'woman director'}]" +337663,"[{'id':591,'name':'cia'},{'id':11578,'name':'mobster'},{'id':11931,'name':'spoof'},{'id':15162,'name':'dog'},{'id':33705,'name':'agent'},{'id':210432,'name':'taken'}]" +433,"[{'id':212,'name':'london'},{'id':246,'name':'dancing'},{'id':380,'name':'sibling relationship'},{'id':970,'name':'parent child relationship'},{'id':974,'name':'bank'},{'id':1505,'name':'famous score'},{'id':2246,'name':'confidence'},{'id':2341,'name':'nanny'},{'id':2342,'name':'laughing'},{'id':2343,'name':'magic'},{'id':3028,'name':'penguin'},{'id':4344,'name':'musical'},{'id':154856,'name':'fox hunt'},{'id':175910,'name':'kite flying'},{'id':209220,'name':'live action and animation'},{'id':210184,'name':'1910s'},{'id':211559,'name':'chimney sweep'},{'id':214831,'name':'suffragettes'},{'id':244863,'name':'first part'}]" +14811,"[{'id':941,'name':'tradition'},{'id':970,'name':'parent child relationship'},{'id':1566,'name':'dream'},{'id':4344,'name':'musical'},{'id':7329,'name':'pogrom'},{'id':11687,'name':'breaking the fourth wall'},{'id':11701,'name':'milkman'},{'id':11703,'name':'russian orthodox church'},{'id':11704,'name':'judaism'},{'id':11705,'name':'tavern'},{'id':11706,'name':'constable'},{'id':11707,'name':'suitor'},{'id':11709,'name':'russian soldier'},{'id':164460,'name':'elopement'}]" +328901,"[{'id':2587,'name':'married couple'},{'id':156578,'name':'newlywed'},{'id':160062,'name':'philanthropist'}]" +315855,"[{'id':236316,'name':'anarchic comedy'}]" +45795,"[{'id':4728,'name':'knife'}]" +20842,"[{'id':2041,'name':'island'},{'id':12377,'name':'zombie'},{'id':34117,'name':'cult film'},{'id':157351,'name':'living dead'},{'id':166512,'name':'graveyard'}]" +9846,"[{'id':3607,'name':'hold-up robbery'},{'id':8233,'name':'cops'},{'id':10889,'name':'counterfeit'},{'id':12670,'name':'los angeles'},{'id':41249,'name':'secret service'}]" +321741,"[{'id':579,'name':'american football'},{'id':4526,'name':'concussion'},{'id':5565,'name':'biography'},{'id':13005,'name':'doctor'},{'id':167882,'name':'professional sports'},{'id':174818,'name':'brain damage'},{'id':197102,'name':'sports injury'},{'id':201189,'name':'nfl'},{'id':208788,'name':'medical drama'},{'id':234946,'name':'human brain'}]" +274167,"[{'id':5905,'name':'father'},{'id':18035,'name':'family'},{'id':230024,'name':'daddys home'}]" +105965,"[{'id':18035,'name':'family'},{'id':220019,'name':'cachorros'}]" +377897,"[{'id':380,'name':'sibling relationship'},{'id':470,'name':'spy'},{'id':650,'name':'gymnastics'},{'id':5462,'name':'barbie'},{'id':6054,'name':'friendship'},{'id':10261,'name':'stealing'},{'id':10336,'name':'animation'},{'id':159450,'name':'high tech'},{'id':209714,'name':'3d'}]" +22595,"[{'id':4412,'name':'grandfather'},{'id':9273,'name':'coney island'},{'id':18044,'name':'railroad'},{'id':154802,'name':'silent film'},{'id':176788,'name':'soda jerk'},{'id':188317,'name':'streetcar'}]" +329829,"[{'id':237,'name':'gay'},{'id':1192,'name':'sweden'},{'id':1459,'name':'marriage proposal'},{'id':2011,'name':'queen'},{'id':2273,'name':'role of women'},{'id':2660,'name':'strong woman'},{'id':2983,'name':'passion'},{'id':3691,'name':'forbidden love'},{'id':4101,'name':'political negotiations'},{'id':4263,'name':'duty'},{'id':4411,'name':'sexism'},{'id':5515,'name':'heir to the throne'},{'id':9672,'name':'based on a true story'},{'id':10048,'name':'unrequited love'},{'id':13118,'name':'love interest'},{'id':33998,'name':'lesbian sex'},{'id':34215,'name':'lesbian interest'},{'id':34221,'name':'gender roles'},{'id':41410,'name':'madness'},{'id':207941,'name':'17th century'}]" +294562,"[{'id':1299,'name':'monster'},{'id':1852,'name':'mutant'},{'id':2859,'name':'lava'},{'id':3347,'name':'volcano'},{'id':9732,'name':'film in film'},{'id':12670,'name':'los angeles'},{'id':159510,'name':'hollywood sign'},{'id':184793,'name':'movie set'},{'id':195026,'name':'spiders'},{'id':207716,'name':'actor'}]" +2977,"[{'id':392,'name':'england'},{'id':934,'name':'judge'},{'id':1605,'name':'new love'},{'id':2386,'name':'empowerment'},{'id':2755,'name':'country life'},{'id':2964,'name':'future'},{'id':3344,'name':'letter'},{'id':3703,'name':'law'},{'id':4663,'name':'lovers'},{'id':5376,'name':'creativity'},{'id':5923,'name':'sister'},{'id':10818,'name':'author'},{'id':14985,'name':'ireland'},{'id':18035,'name':'family'}]" +40451,"[{'id':627,'name':'killing'},{'id':966,'name':'beach'},{'id':1421,'name':'birthday'},{'id':2693,'name':'monopoly'},{'id':6201,'name':'fall'},{'id':8181,'name':'swimming pool'},{'id':9826,'name':'murder'},{'id':13130,'name':'teenager'},{'id':14805,'name':'maniac'},{'id':14819,'name':'violence'},{'id':34079,'name':'death'},{'id':34145,'name':'beach house'}]" +44921,"[{'id':4616,'name':'apache'},{'id':160522,'name':'wagon train'}]" +300602,"[{'id':1158,'name':'grandparent grandchild relationship'},{'id':7422,'name':'moon landing'},{'id':179431,'name':'duringcreditsstinger'},{'id':226774,'name':'father son conflict'}]" +273248,"[{'id':801,'name':'bounty hunter'},{'id':1016,'name':'wyoming'},{'id':1262,'name':'mountain'},{'id':2398,'name':'narration'},{'id':7150,'name':'hangman'},{'id':33600,'name':'stagecoach'},{'id':156783,'name':'blizzard'},{'id':187321,'name':'post civil war'}]" +383140,[] +30278,"[{'id':65,'name':'holiday'},{'id':892,'name':'glasgow'},{'id':9823,'name':'rivalry'},{'id':156153,'name':'ice cream'},{'id':157481,'name':'ice cream man  '},{'id':177317,'name':'ice cream truck'}]" +65374,"[{'id':1462,'name':'samurai'},{'id':1908,'name':'katana'},{'id':2804,'name':'exploitation'},{'id':12670,'name':'los angeles'},{'id':167316,'name':'buddy cop'}]" +340835,"[{'id':11930,'name':'drone'},{'id':191831,'name':'war zone'}]" +266294,"[{'id':380,'name':'sibling relationship'},{'id':8508,'name':'party'},{'id':33574,'name':'childhood home'},{'id':210169,'name':'moving house'},{'id':210597,'name':'orlando florida'}]" +333674,"[{'id':10353,'name':'agoraphobia'}]" +26408,"[{'id':6078,'name':'politics'},{'id':6085,'name':'election campaign'},{'id':187056,'name':'woman director'},{'id':190756,'name':'cinéma vérité'}]" +312831,"[{'id':1009,'name':'baby'},{'id':3205,'name':'fairy tale'},{'id':3352,'name':'tree'},{'id':4375,'name':'transformation'},{'id':5314,'name':'mill'},{'id':5774,'name':'forest'},{'id':9720,'name':'woods'},{'id':11018,'name':'irish'},{'id':14985,'name':'ireland'},{'id':15162,'name':'dog'},{'id':159803,'name':'killing a dog'},{'id':221253,'name':'fungus'}]" +318922,"[{'id':212,'name':'london'},{'id':818,'name':'based on novel or book'},{'id':6027,'name':'music'},{'id':9826,'name':'murder'},{'id':10572,'name':'music business'},{'id':14964,'name':'drugs'},{'id':15127,'name':'killer'},{'id':158431,'name':'united kingdom'},{'id':210608,'name':'1990s'},{'id':236650,'name':'music industry'}]" +81900,[] +12411,"[{'id':818,'name':'based on novel or book'},{'id':3060,'name':'race politics'},{'id':4106,'name':'apartheid'}]" +54540,[] +14405,"[{'id':3445,'name':'dog dirt'},{'id':158401,'name':'chihuahua'},{'id':158402,'name':'pinata'},{'id':158418,'name':'potted plant'},{'id':179431,'name':'duringcreditsstinger'}]" +251387,"[{'id':801,'name':'bounty hunter'},{'id':2669,'name':'motel'},{'id':8468,'name':'crew'},{'id':10349,'name':'survival'},{'id':10718,'name':'fugitive'},{'id':18034,'name':'desert'},{'id':198738,'name':'savage'},{'id':207778,'name':'hard up'},{'id':207779,'name':'horde'}]" +285840,"[{'id':886,'name':'movie business'},{'id':4728,'name':'knife'},{'id':6149,'name':'police'},{'id':9826,'name':'murder'},{'id':10714,'name':'serial killer'},{'id':11931,'name':'spoof'},{'id':12394,'name':'chainsaw'},{'id':12570,'name':'whodunit'},{'id':14687,'name':'extreme violence'},{'id':14819,'name':'violence'},{'id':179430,'name':'aftercreditsstinger'}]" +968,"[{'id':237,'name':'gay'},{'id':974,'name':'bank'},{'id':1562,'name':'hostage'},{'id':1812,'name':'fbi'},{'id':5504,'name':'asthma'},{'id':6149,'name':'police'},{'id':11315,'name':'sex change'},{'id':14512,'name':'new york city'},{'id':15068,'name':'one day'},{'id':15363,'name':'bank robbery'},{'id':41523,'name':'brooklyn, new york city'},{'id':158718,'name':'lgbt'},{'id':182541,'name':'bank cashier'},{'id':182546,'name':'car procession'},{'id':182550,'name':'attica'},{'id':215257,'name':'unhappy marriage'},{'id':239275,'name':'based on magazine, newspaper or article'}]" +12182,"[{'id':818,'name':'based on novel or book'},{'id':6029,'name':'concert'},{'id':13130,'name':'teenager'},{'id':162914,'name':'one night'},{'id':234886,'name':'secret location'},{'id':246466,'name':'based on young adult novel'}]" +50779,"[{'id':41416,'name':'spalding gray'}]" +61708,[] +12921,"[{'id':190021,'name':'brewery'}]" +11706,"[{'id':1442,'name':'winter'},{'id':2139,'name':'russia'},{'id':4381,'name':'napoleon'},{'id':6038,'name':'marriage'},{'id':6091,'name':'war'},{'id':18035,'name':'family'},{'id':33384,'name':'napoleonic wars'},{'id':168418,'name':'pistol duel'},{'id':220265,'name':'napoleon bonaparte'}]" +89662,"[{'id':2598,'name':'museum'},{'id':10541,'name':'curse'},{'id':180473,'name':'pompeii'},{'id':198035,'name':'petrified body'}]" +40760,"[{'id':3616,'name':'college'},{'id':9815,'name':'psychic power'},{'id':10058,'name':'sorority'},{'id':12339,'name':'slasher'},{'id':18028,'name':'hiding'},{'id':173298,'name':'escaped mental patient'},{'id':187056,'name':'woman director'},{'id':194236,'name':'sorority house'}]" +18905,"[{'id':4428,'name':'stone age'},{'id':9253,'name':'slapstick'},{'id':12616,'name':'dinosaur'},{'id':159955,'name':'cavemen'},{'id':178645,'name':'prehistoric adventure'},{'id':183414,'name':'prehistoric times'},{'id':192918,'name':'prehistoric man'}]" +373451,[] +11548,"[{'id':1603,'name':'extraterrestrial technology'},{'id':1612,'name':'spacecraft'},{'id':4862,'name':'alien life-form'},{'id':4939,'name':'alien phenomenons'},{'id':14512,'name':'new york city'},{'id':33347,'name':'apartment building'},{'id':160963,'name':'elderly couple'},{'id':209164,'name':'property development'}]" +42661,"[{'id':818,'name':'based on novel or book'},{'id':1191,'name':'norway'},{'id':2639,'name':'falcon'},{'id':3799,'name':'ship'},{'id':5475,'name':'scandinavia'},{'id':5895,'name':'viking'},{'id':6917,'name':'epic'},{'id':14906,'name':'slave'},{'id':223793,'name':'northumberland'},{'id':232116,'name':'wolves'},{'id':252544,'name':'9th century'}]" +37481,"[{'id':1442,'name':'winter'},{'id':9503,'name':'outlaw'},{'id':188907,'name':'street shootout'}]" +12590,"[{'id':269,'name':'diving'},{'id':339,'name':'submarine'},{'id':428,'name':'nurse'},{'id':1956,'name':'world war ii'},{'id':13065,'name':'soldier'},{'id':13092,'name':'corpse'},{'id':14601,'name':'explosion'},{'id':18031,'name':'rescue team'},{'id':162846,'name':'ghost'},{'id':200223,'name':'depth charge'}]" +9610,"[{'id':1400,'name':'swordplay'},{'id':1938,'name':'sword'},{'id':2343,'name':'magic'},{'id':3389,'name':'warrior woman'},{'id':3568,'name':'lone wolf'},{'id':9920,'name':'royalty'},{'id':14665,'name':'barbarian'},{'id':177912,'name':'wizard'},{'id':234213,'name':'sword and sorcery'}]" +687,"[{'id':378,'name':'prison'},{'id':570,'name':'rape'},{'id':745,'name':'nun'},{'id':1952,'name':'socially deprived family'},{'id':2060,'name':'penalty'},{'id':2122,'name':'death penalty'},{'id':2300,'name':'despair'},{'id':2501,'name':'death row'},{'id':2726,'name':'therapist'},{'id':2796,'name':'self-discovery'},{'id':2885,'name':'prison cell'},{'id':3012,'name':'court case'},{'id':3437,'name':'death sentence'},{'id':3440,'name':'doomed man'},{'id':3441,'name':'sentence'},{'id':3442,'name':'lethal injection'},{'id':3446,'name':'forgiveness'},{'id':3447,'name':'charity'},{'id':3448,'name':'mercy petition'},{'id':3927,'name':'rage and hate'},{'id':6059,'name':'unsociability'},{'id':6145,'name':'right and justice'},{'id':6148,'name':'court'},{'id':13001,'name':'cowardliness'}]" +11902,"[{'id':1956,'name':'world war ii'},{'id':2251,'name':'lie'},{'id':2602,'name':'cellar'},{'id':6110,'name':'weapon'},{'id':7991,'name':'belgrad'},{'id':174375,'name':'resistance fighter'},{'id':236316,'name':'anarchic comedy'}]" +42603,"[{'id':3188,'name':'heart-throb'},{'id':4320,'name':'lover'},{'id':5565,'name':'biography'},{'id':6165,'name':'historical figure'},{'id':10232,'name':'fame'},{'id':12396,'name':'hollywood'},{'id':162262,'name':'movie star'},{'id':207876,'name':'1920s'}]" +25508,"[{'id':128,'name':'love triangle'},{'id':931,'name':'jealousy'},{'id':977,'name':'cat'},{'id':2172,'name':'zoo'},{'id':7453,'name':'canary'},{'id':8181,'name':'swimming pool'},{'id':8775,'name':'panther'},{'id':9937,'name':'suspense'},{'id':10541,'name':'curse'},{'id':155819,'name':'val lewton'},{'id':178856,'name':'folklore'},{'id':195402,'name':'film noir'},{'id':238613,'name':'fear of intimacy'},{'id':238715,'name':'unconsummated marriage'},{'id':241980,'name':'turned into animal'}]" +11462,"[{'id':351,'name':'poison'},{'id':2285,'name':'telegram'},{'id':2676,'name':'honeymoon'},{'id':5091,'name':'kiss'},{'id':5340,'name':'investigation'},{'id':9937,'name':'suspense'},{'id':10594,'name':'money'},{'id':13112,'name':'murderer'},{'id':18040,'name':'loan'}]" +258509,"[{'id':4414,'name':'adventure'},{'id':10986,'name':'chipmunk'},{'id':10987,'name':'cgi'},{'id':11477,'name':'anthropomorphism'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'}]" +318846,"[{'id':974,'name':'bank'},{'id':4373,'name':'fraud'},{'id':5565,'name':'biography'},{'id':5636,'name':'wall street'},{'id':6118,'name':'finances'},{'id':9672,'name':'based on a true story'},{'id':11321,'name':'animated sequence'},{'id':11687,'name':'breaking the fourth wall'},{'id':18040,'name':'loan'},{'id':165193,'name':'financial crisis'},{'id':179867,'name':'real estate'},{'id':188072,'name':'mortgage'}]" +339790,"[{'id':1803,'name':'drug addiction'},{'id':2375,'name':'junkie'},{'id':5565,'name':'biography'},{'id':194180,'name':'literacy'},{'id':205781,'name':'beat generation'}]" +46875,"[{'id':4595,'name':'u.s. army'},{'id':6092,'name':'army'},{'id':10586,'name':'korea'},{'id':11106,'name':'infantry'}]" +78381,"[{'id':798,'name':'sheriff'},{'id':3133,'name':'vampire'},{'id':6783,'name':'orphanage'},{'id':13028,'name':'writer'},{'id':155317,'name':'edgar allan poe'},{'id':162846,'name':'ghost'},{'id':207046,'name':'murder mystery'}]" +1936,"[{'id':395,'name':'gambling'},{'id':1261,'name':'river'},{'id':1415,'name':'small town'},{'id':1582,'name':'saloon'},{'id':4320,'name':'lover'},{'id':4542,'name':'gold rush'},{'id':4932,'name':'farm'},{'id':6535,'name':'puma'},{'id':10229,'name':'singer'},{'id':207928,'name':'19th century'},{'id':241987,'name':'rapids'}]" +83007,"[{'id':9748,'name':'revenge'},{'id':209714,'name':'3d'}]" +54109,"[{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':14819,'name':'violence'},{'id':189921,'name':'video nasty'},{'id':207691,'name':'abuse'}]" +33468,"[{'id':741,'name':'transplantation'},{'id':1706,'name':'experiment'},{'id':1852,'name':'mutant'},{'id':2588,'name':'brain'},{'id':2687,'name':'fiancé'},{'id':3262,'name':'surgeon'},{'id':3688,'name':'strip club'},{'id':6593,'name':'stripper'},{'id':9844,'name':'car crash'},{'id':10124,'name':'laboratory'},{'id':10478,'name':'disembodied head'},{'id':10770,'name':'mad doctor'},{'id':11181,'name':'decapitation'},{'id':11581,'name':'severed head'},{'id':13063,'name':'car accident'},{'id':14819,'name':'violence'},{'id':33498,'name':'transplant'},{'id':157959,'name':'surgery'}]" +366656,"[{'id':1415,'name':'small town'},{'id':1442,'name':'winter'},{'id':1445,'name':'ice'},{'id':9714,'name':'remake'},{'id':10614,'name':'tragedy'},{'id':10794,'name':'snow'},{'id':15162,'name':'dog'},{'id':161155,'name':'kids'},{'id':170703,'name':'snowball fight'}]" +159095,"[{'id':6259,'name':'psychopath'},{'id':6844,'name':'stalker'},{'id':13073,'name':'fear'},{'id':13125,'name':'sadist'},{'id':156104,'name':'stranger'}]" +59726,"[{'id':697,'name':'loss of loved one'},{'id':1415,'name':'small town'},{'id':2735,'name':'veterinarian'},{'id':4720,'name':'ritual'},{'id':5484,'name':'reincarnation'},{'id':6152,'name':'supernatural'},{'id':9826,'name':'murder'},{'id':9872,'name':'grief'},{'id':14819,'name':'violence'},{'id':14985,'name':'ireland'},{'id':155071,'name':'pagan'}]" +9774,"[{'id':233,'name':'japan'},{'id':1956,'name':'world war ii'},{'id':13065,'name':'soldier'},{'id':208365,'name':'new guinea'}]" +1770,"[{'id':393,'name':'civil war'},{'id':1721,'name':'fight'},{'id':2946,'name':'presidential election'},{'id':3538,'name':'freedom fighter'},{'id':4355,'name':'chinese civil war'},{'id':5565,'name':'biography'},{'id':14985,'name':'ireland'},{'id':154787,'name':'irish rebellion'},{'id':207876,'name':'1920s'}]" +1252,"[{'id':380,'name':'sibling relationship'},{'id':428,'name':'nurse'},{'id':515,'name':'women'},{'id':703,'name':'detective'},{'id':1664,'name':'eroticism'},{'id':3182,'name':'seduction'},{'id':4115,'name':'longing'},{'id':4654,'name':'undercover agent'},{'id':4942,'name':'victim of murder'},{'id':5332,'name':'greed'},{'id':5444,'name':'lonely hearts ad'},{'id':5446,'name':'observer'},{'id':9016,'name':'femme fatale'},{'id':9957,'name':'loneliness'}]" +18252,"[{'id':4379,'name':'time travel'},{'id':12616,'name':'dinosaur'},{'id':156810,'name':'science'}]" +2617,"[{'id':65,'name':'holiday'},{'id':1253,'name':'roommate'},{'id':1534,'name':'attachment to nature'},{'id':2522,'name':'grizzly bear'},{'id':12392,'name':'best friend'}]" +328589,"[{'id':818,'name':'based on novel or book'},{'id':5565,'name':'biography'},{'id':9672,'name':'based on a true story'}]" +51994,"[{'id':212,'name':'london'},{'id':934,'name':'judge'},{'id':1326,'name':'infidelity'},{'id':1824,'name':'self-destruction'},{'id':3203,'name':'pilot'},{'id':4183,'name':'wife'},{'id':9673,'name':'love'},{'id':9856,'name':'flashback'},{'id':10181,'name':'based on play or musical'},{'id':14720,'name':'love affair'},{'id':160224,'name':'post world war ii'},{'id':208611,'name':'1950s'}]" +9904,"[{'id':242,'name':'new york'},{'id':409,'name':'africa'},{'id':2043,'name':'lion'},{'id':2172,'name':'zoo'},{'id':200286,'name':'wild'}]" +23520,[] +18971,"[{'id':497,'name':'shakespeare'},{'id':10855,'name':'fate'},{'id':181324,'name':'existentialism'}]" +47003,"[{'id':4247,'name':'beehive'},{'id':18379,'name':'bee'}]" +43443,"[{'id':254,'name':'france'},{'id':11038,'name':'trial'},{'id':190855,'name':'joan of arc'}]" +113905,"[{'id':604,'name':'dwarf'},{'id':1299,'name':'monster'},{'id':3473,'name':'carnival'},{'id':10183,'name':'independent film'},{'id':157908,'name':'psychedelics'},{'id':158729,'name':'ghoul'}]" +363683,"[{'id':579,'name':'american football'},{'id':5565,'name':'biography'},{'id':5621,'name':'american football coach'},{'id':6075,'name':'sport'},{'id':220301,'name':'brian clough'}]" +13018,"[{'id':9758,'name':'deception'},{'id':10051,'name':'heist'},{'id':10909,'name':'lawyer'}]" +1673,"[{'id':10322,'name':'native american'},{'id':179419,'name':'comanche'}]" +227973,"[{'id':9717,'name':'based on comic'},{'id':10238,'name':'red baron'},{'id':18035,'name':'family'},{'id':167884,'name':'comic strip'},{'id':190003,'name':'peanuts'},{'id':209714,'name':'3d'},{'id':210469,'name':'charlie brown'},{'id':221015,'name':'snoopy'}]" +79683,"[{'id':156212,'name':'spaghetti western'},{'id':163127,'name':'mexican'}]" +11356,"[{'id':383,'name':'poker'},{'id':1253,'name':'roommate'},{'id':6054,'name':'friendship'},{'id':9713,'name':'friends'},{'id':11020,'name':'classic'},{'id':14512,'name':'new york city'},{'id':33632,'name':'apartment'},{'id':175357,'name':'neurotic'},{'id':238382,'name':'cleanliness freak'},{'id':238410,'name':'neat freak'}]" +77076,"[{'id':14544,'name':'robot'},{'id':14760,'name':'scientist'}]" +364708,"[{'id':572,'name':'sex'},{'id':7984,'name':'bikini'},{'id':10688,'name':'breast'},{'id':10768,'name':'lesbian'},{'id':33885,'name':'car'}]" +228066,"[{'id':212,'name':'london'},{'id':1706,'name':'experiment'},{'id':174413,'name':'reanimated corpse'},{'id':207928,'name':'19th century'}]" +139349,[] +83147,"[{'id':5074,'name':'wyatt earp'},{'id':9550,'name':'doc holliday'}]" +344041,"[{'id':697,'name':'loss of loved one'},{'id':1925,'name':'camera'},{'id':2546,'name':'mask'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':9897,'name':'rifle'},{'id':13127,'name':'farmhouse'},{'id':159138,'name':'death of son'},{'id':166512,'name':'graveyard'},{'id':210746,'name':'hide'},{'id':221685,'name':'eyewitness'}]" +9824,"[{'id':420,'name':'bowling'},{'id':1562,'name':'hostage'},{'id':3465,'name':'sphinx'},{'id':4613,'name':'training'},{'id':4924,'name':'insane asylum'},{'id':6100,'name':'tools'},{'id':8642,'name':'casanova'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':10183,'name':'independent film'},{'id':11931,'name':'spoof'},{'id':15084,'name':'skull'},{'id':41376,'name':'shovel'},{'id':155490,'name':'disco'},{'id':157677,'name':'superhero spoof'},{'id':160130,'name':'invisible man'},{'id':178857,'name':'dark horse comics'},{'id':189115,'name':'invisibility'},{'id':192389,'name':'rajah'},{'id':200646,'name':'bowling ball'},{'id':211711,'name':'spleen'},{'id':211712,'name':'evil genius'}]" +362703,[] +300792,"[{'id':3711,'name':'animal species'},{'id':4627,'name':'earth'},{'id':14760,'name':'scientist'},{'id':167617,'name':'endangered species'},{'id':208647,'name':'activist'}]" +1365,"[{'id':531,'name':'southern usa'},{'id':697,'name':'loss of loved one'},{'id':828,'name':'waitress'},{'id':970,'name':'parent child relationship'},{'id':987,'name':'overweight child'},{'id':1605,'name':'new love'},{'id':6059,'name':'unsociability'},{'id':6325,'name':'ethnic stereotype'},{'id':10131,'name':'interracial relationship'},{'id':11263,'name':'electric chair'},{'id':160910,'name':'xenophobia'}]" +382517,"[{'id':10468,'name':'bear'},{'id':222870,'name':'open season'},{'id':223139,'name':'elliot'},{'id':223140,'name':'boog'}]" +298382,"[{'id':818,'name':'based on novel or book'},{'id':1415,'name':'small town'},{'id':4849,'name':'exile'},{'id':5657,'name':'australia'},{'id':6199,'name':'dressmaker'},{'id':10092,'name':'mystery'},{'id':155808,'name':'hometown'},{'id':187056,'name':'woman director'},{'id':207898,'name':'accused of murder'},{'id':208611,'name':'1950s'},{'id':208634,'name':'town gossip'}]" +5753,"[{'id':779,'name':'martial arts'},{'id':1589,'name':'sniper'},{'id':1930,'name':'kidnapping'},{'id':3070,'name':'mercenary'},{'id':4551,'name':'swamp'},{'id':5572,'name':'fistfight'},{'id':6259,'name':'psychopath'},{'id':9897,'name':'rifle'},{'id':10183,'name':'independent film'},{'id':12371,'name':'gunfight'},{'id':14819,'name':'violence'},{'id':18508,'name':'exploding body'},{'id':41381,'name':'rapist'},{'id':156650,'name':'machine gun'},{'id':162365,'name':'military'},{'id':183229,'name':'most dangerous game'},{'id':208053,'name':'exploding helicopter'}]" +3175,"[{'id':3998,'name':'palace'},{'id':4100,'name':'british army'},{'id':5330,'name':'fencing'},{'id':6917,'name':'epic'},{'id':11061,'name':'debt'},{'id':14985,'name':'ireland'},{'id':157788,'name':'british soldier'},{'id':177997,'name':'seven years war'},{'id':177998,'name':'nobility'},{'id':177999,'name':'prussia'}]" +9398,"[{'id':167193,'name':'male model'},{'id':167195,'name':'time magazine'},{'id':167198,'name':'fashion show'},{'id':167200,'name':'fashion model'},{'id':167210,'name':'fictional awards show'},{'id':167212,'name':'lincoln assassination'},{'id':167215,'name':'coal mine'}]" +205775,"[{'id':236,'name':'suicide'},{'id':270,'name':'ocean'},{'id':658,'name':'sea'},{'id':1899,'name':'hunger'},{'id':2580,'name':'shipwreck'},{'id':3799,'name':'ship'},{'id':4676,'name':'whale'},{'id':9672,'name':'based on a true story'},{'id':9743,'name':'stranded'},{'id':10349,'name':'survival'},{'id':33829,'name':'whaling'},{'id':34079,'name':'death'},{'id':41393,'name':'new england'},{'id':179578,'name':'lost at sea'},{'id':187318,'name':'whaling ship'},{'id':188266,'name':'starvation'},{'id':207928,'name':'19th century'},{'id':208048,'name':'cannibalism'},{'id':223211,'name':'whale oil'},{'id':223212,'name':'nantucket'}]" +365764,[] +5752,"[{'id':1879,'name':'shower'},{'id':6844,'name':'stalker'},{'id':9826,'name':'murder'},{'id':10183,'name':'independent film'},{'id':10714,'name':'serial killer'},{'id':33610,'name':'gym'},{'id':155861,'name':'workout'},{'id':223088,'name':'tanning salon'}]" +25748,"[{'id':9663,'name':'sequel'},{'id':9712,'name':'possession'},{'id':10093,'name':'priest'},{'id':41002,'name':'corn'},{'id':190061,'name':'harvest'}]" +109230,[] +125268,[] +103747,"[{'id':388,'name':'scotland'},{'id':9193,'name':'whiskey'},{'id':9907,'name':'community service'}]" +40737,[] +42636,"[{'id':237,'name':'gay'},{'id':15167,'name':'police detective'},{'id':155453,'name':'gritty'}]" +74471,"[{'id':409,'name':'africa'},{'id':3366,'name':'u.s. air force'},{'id':5417,'name':'sierra leone'},{'id':5721,'name':'engineer'},{'id':10349,'name':'survival'},{'id':11159,'name':'wartime'},{'id':12332,'name':'apocalypse'},{'id':12377,'name':'zombie'}]" +167073,"[{'id':128,'name':'love triangle'},{'id':818,'name':'based on novel or book'},{'id':1007,'name':'homesickness'},{'id':3799,'name':'ship'},{'id':5890,'name':'community'},{'id':6038,'name':'marriage'},{'id':11935,'name':'working class'},{'id':12390,'name':'boarding house'},{'id':14632,'name':'suburb'},{'id':14985,'name':'ireland'},{'id':41523,'name':'brooklyn, new york city'},{'id':189092,'name':'journey'},{'id':196521,'name':'dual life'},{'id':206160,'name':'irish immigrant'},{'id':208611,'name':'1950s'}]" +258480,"[{'id':237,'name':'gay'},{'id':242,'name':'new york'},{'id':520,'name':'chicago'},{'id':572,'name':'sex'},{'id':612,'name':'hotel'},{'id':613,'name':'new year's eve'},{'id':965,'name':'age difference'},{'id':970,'name':'parent child relationship'},{'id':2081,'name':'department store'},{'id':6025,'name':'photography'},{'id':7312,'name':'road trip'},{'id':9833,'name':'lesbian relationship'},{'id':10768,'name':'lesbian'},{'id':15160,'name':'divorce'},{'id':158718,'name':'lgbt'},{'id':178364,'name':'child custody'},{'id':187547,'name':'older woman younger woman relationship'},{'id':208611,'name':'1950s'}]" +12109,"[{'id':635,'name':'disc jockey'},{'id':697,'name':'loss of loved one'},{'id':2150,'name':'cocaine'},{'id':4610,'name':'comeback'},{'id':5718,'name':'recording studio'},{'id':6731,'name':'british'},{'id':6814,'name':'ibiza'},{'id':9672,'name':'based on a true story'},{'id':158558,'name':'disabled'}]" +37292,"[{'id':3591,'name':'settler'},{'id':6057,'name':'peace'},{'id':44446,'name':'mail'}]" +309298,"[{'id':1499,'name':'pastor'},{'id':41586,'name':'archaeologist'},{'id':221300,'name':'holy land'}]" +58792,"[{'id':9720,'name':'woods'},{'id':9826,'name':'murder'},{'id':13209,'name':'cabin in the woods'},{'id':177201,'name':'evil child'},{'id':194310,'name':'killer children'}]" +18287,[] +3089,"[{'id':1556,'name':'texas'},{'id':3851,'name':'dangerous'},{'id':7658,'name':'kansas'},{'id':9656,'name':'cattle drive'},{'id':9748,'name':'revenge'},{'id':15225,'name':'cattle'},{'id':185927,'name':'adopted child'},{'id':208505,'name':'cattle empire'}]" +296100,"[{'id':1441,'name':'christmas party'},{'id':3230,'name':'male friendship'},{'id':14512,'name':'new york city'},{'id':14964,'name':'drugs'},{'id':33965,'name':'christmas eve'},{'id':160246,'name':'childhood friends'},{'id':207317,'name':'christmas'},{'id':214644,'name':'christmas holiday'},{'id':222193,'name':'christmas music'}]" +257444,"[{'id':2669,'name':'motel'},{'id':9826,'name':'murder'},{'id':13017,'name':'drifter'},{'id':18034,'name':'desert'},{'id':156866,'name':'based on short story'},{'id':158169,'name':'remote'},{'id':190624,'name':'killer child'},{'id':246417,'name':'9 year old'}]" +6591,"[{'id':770,'name':'scotland yard'},{'id':1328,'name':'secret'},{'id':4320,'name':'lover'},{'id':7478,'name':'edgar wallace'},{'id':7665,'name':'girls' boarding school'}]" +63409,[] +306819,"[{'id':90,'name':'paris france'},{'id':237,'name':'gay'},{'id':437,'name':'painter'},{'id':509,'name':'denmark'},{'id':792,'name':'copenhagen'},{'id':818,'name':'based on novel or book'},{'id':2679,'name':'artist'},{'id':14893,'name':'art'},{'id':34115,'name':'transsexual'},{'id':157959,'name':'surgery'},{'id':158718,'name':'lgbt'},{'id':207876,'name':'1920s'}]" +264644,"[{'id':818,'name':'based on novel or book'},{'id':1337,'name':'carpet'},{'id':1533,'name':'isolation'},{'id':1930,'name':'kidnapping'},{'id':2883,'name':'imprisonment'},{'id':9229,'name':'grandparents'},{'id':10685,'name':'escape'},{'id':11612,'name':'hospital'},{'id':15162,'name':'dog'},{'id':15381,'name':'captive'},{'id':207597,'name':'children's perspectives'},{'id':221605,'name':'skylight'},{'id':240237,'name':'mother son relationship'}]" +667,"[{'id':212,'name':'london'},{'id':233,'name':'japan'},{'id':392,'name':'england'},{'id':441,'name':'assassination'},{'id':720,'name':'helicopter'},{'id':746,'name':'vulkan'},{'id':782,'name':'assassin'},{'id':818,'name':'based on novel or book'},{'id':1293,'name':'asia'},{'id':1308,'name':'secret identity'},{'id':1432,'name':'nasa'},{'id':2041,'name':'island'},{'id':2139,'name':'russia'},{'id':2534,'name':'missile'},{'id':2770,'name':'war ship'},{'id':3075,'name':'ninja fighter'},{'id':3268,'name':'secret base'},{'id':3269,'name':'secret mission'},{'id':3271,'name':'secret organization'},{'id':3272,'name':'secret intelligence service'},{'id':3284,'name':'phantom'},{'id':3289,'name':'villain'},{'id':3346,'name':'sumo ringer'},{'id':3347,'name':'volcano'},{'id':3739,'name':'funeral'},{'id':9882,'name':'space'},{'id':13065,'name':'soldier'},{'id':15127,'name':'killer'},{'id':41249,'name':'secret service'},{'id':222423,'name':'blast'}]" +26369,"[{'id':201834,'name':'avocado jungle'}]" +324320,[] +910,"[{'id':351,'name':'poison'},{'id':395,'name':'gambling'},{'id':703,'name':'detective'},{'id':1936,'name':'blackmail'},{'id':9826,'name':'murder'},{'id':9937,'name':'suspense'},{'id':11168,'name':'private investigator'},{'id':12670,'name':'los angeles'},{'id':18179,'name':'drug addict'},{'id':155790,'name':'private detective'},{'id':155860,'name':'philip marlowe'},{'id':156091,'name':'missing person'},{'id':175514,'name':'prank telephone call'},{'id':195402,'name':'film noir'},{'id':226790,'name':'bookstore'},{'id':236688,'name':'sisters'},{'id':237462,'name':'wealthy family'}]" +2577,"[{'id':2350,'name':'seattle'},{'id':2682,'name':'shanghai'},{'id':2964,'name':'future'},{'id':3973,'name':'insurance salesman'},{'id':4565,'name':'dystopia'}]" +11935,"[{'id':720,'name':'helicopter'},{'id':1432,'name':'nasa'},{'id':1556,'name':'texas'},{'id':1612,'name':'spacecraft'},{'id':4214,'name':'beguilement'},{'id':8086,'name':'crop duster'},{'id':10410,'name':'conspiracy'},{'id':10685,'name':'escape'},{'id':14626,'name':'astronaut'},{'id':18034,'name':'desert'},{'id':196557,'name':'mission to mars'},{'id':226594,'name':'investigative reporter'},{'id':226595,'name':'launchpad'}]" +289191,"[{'id':549,'name':'prostitute'},{'id':2286,'name':'border'},{'id':2449,'name':'black market'},{'id':4021,'name':'business woman'},{'id':156240,'name':'mortal danger'}]" +554678,"[{'id':154802,'name':'silent film'},{'id':182824,'name':'charlie chaplin'},{'id':232799,'name':'charles chaplin'},{'id':236870,'name':'silent comedy'}]" +121927,"[{'id':156212,'name':'spaghetti western'}]" +11503,"[{'id':1680,'name':'boston'},{'id':2020,'name':'revolution'},{'id':3298,'name':'hallucination'},{'id':3986,'name':'spider'},{'id':5518,'name':'haiti'},{'id':5968,'name':'amazon'},{'id':6156,'name':'superstition'},{'id':10787,'name':'jungle'},{'id':14792,'name':'tarantula'},{'id':157367,'name':'chained'},{'id':161276,'name':'anthropologist'},{'id':167085,'name':'zombification'},{'id':170339,'name':'rite'},{'id':172592,'name':'death certificate'},{'id':172594,'name':'airliner'}]" +10427,"[{'id':422,'name':'vietnam veteran'},{'id':798,'name':'sheriff'},{'id':1010,'name':'bar'},{'id':1016,'name':'wyoming'},{'id':1420,'name':'gas station'},{'id':2708,'name':'hitman'},{'id':10183,'name':'independent film'},{'id':10594,'name':'money'},{'id':10856,'name':'bag of money'},{'id':15009,'name':'criminal'},{'id':156052,'name':'unemployment'},{'id':176253,'name':'oil rig '},{'id':207268,'name':'neo-noir'}]" +4296,"[{'id':822,'name':'airport'},{'id':1521,'name':'time warp'},{'id':2964,'name':'future'},{'id':3800,'name':'airplane'},{'id':4379,'name':'time travel'},{'id':9951,'name':'alien'},{'id':10183,'name':'independent film'},{'id':10617,'name':'disaster'},{'id':12617,'name':'airplane crash'},{'id':14541,'name':'crash'},{'id':14544,'name':'robot'},{'id':14760,'name':'scientist'},{'id':14779,'name':'paradox'},{'id':14780,'name':'investigator'},{'id':156866,'name':'based on short story'},{'id':161240,'name':'sole survivor'},{'id':206850,'name':'canuxploitation'}]" +43266,"[{'id':1209,'name':'wales'},{'id':11004,'name':'rural setting'},{'id':164742,'name':'coal mining'}]" +346494,"[{'id':1252,'name':'suicide attempt'},{'id':6270,'name':'high school'},{'id':9957,'name':'loneliness'},{'id':34079,'name':'death'},{'id':157303,'name':'first love'}]" +382512,"[{'id':679,'name':'cyborg'},{'id':849,'name':'dc comics'},{'id':6513,'name':'cartoon'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':210090,'name':'lego'},{'id':210091,'name':'brainiac'}]" +341050,[] +44032,[] +193613,"[{'id':5540,'name':'heavy metal'},{'id':6029,'name':'concert'}]" +295698,"[{'id':187056,'name':'woman director'}]" +302036,"[{'id':4458,'name':'post-apocalyptic'},{'id':14909,'name':'alien invasion'},{'id':163656,'name':'gun violence'},{'id':166490,'name':'troubled marriage'}]" +36550,[] +324803,"[{'id':163053,'name':'found footage'}]" +367551,[] +318224,"[{'id':6158,'name':'cult'},{'id':159314,'name':'scientology'},{'id':247903,'name':'cienciología'},{'id':247904,'name':'secta'}]" +382657,"[{'id':1691,'name':'dance'},{'id':11018,'name':'irish'}]" +10513,"[{'id':387,'name':'california'},{'id':2080,'name':'stewardess'},{'id':3002,'name':'fog'},{'id':3393,'name':'tombstone'},{'id':6506,'name':'resurrection'},{'id':9951,'name':'alien'},{'id':12377,'name':'zombie'},{'id':14909,'name':'alien invasion'},{'id':34117,'name':'cult film'},{'id':158729,'name':'ghoul'},{'id':158741,'name':'grave digger'},{'id':162512,'name':'siren'}]" +891,"[{'id':279,'name':'usa'},{'id':736,'name':'journalist'},{'id':918,'name':'newspaper'},{'id':1437,'name':'burglar'},{'id':1812,'name':'fbi'},{'id':2980,'name':'wiretap'},{'id':4240,'name':'watergate scandal'},{'id':4812,'name':'plan'},{'id':4918,'name':'shadowing'},{'id':6078,'name':'politics'},{'id':9672,'name':'based on a true story'},{'id':155744,'name':'newspaper man'}]" +14628,"[{'id':3134,'name':'louisiana'},{'id':9663,'name':'sequel'},{'id':11860,'name':'fish out of water'},{'id':167213,'name':'saturday night live'},{'id':207431,'name':'murder suspect'}]" +2143,"[{'id':393,'name':'civil war'},{'id':892,'name':'glasgow'},{'id':1952,'name':'socially deprived family'},{'id':2776,'name':'bus ride'},{'id':5612,'name':'bus driver'},{'id':6342,'name':'nicaragua'},{'id':6358,'name':'sandinistas'},{'id':208289,'name':'1980s'}]" +46837,"[{'id':387,'name':'california'},{'id':572,'name':'sex'},{'id':1566,'name':'dream'},{'id':3616,'name':'college'},{'id':8508,'name':'party'},{'id':8616,'name':'guru'},{'id':242178,'name':'drogen'}]" +9035,"[{'id':1415,'name':'small town'},{'id':1852,'name':'mutant'},{'id':5404,'name':'meteor'},{'id':8271,'name':'meat'},{'id':9951,'name':'alien'},{'id':14819,'name':'violence'},{'id':157634,'name':'parasite'},{'id':157645,'name':'slug'},{'id':157661,'name':'bodily dismemberment'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'},{'id':191564,'name':'body horror'}]" +28733,"[{'id':977,'name':'cat'},{'id':1930,'name':'kidnapping'},{'id':3098,'name':'castle'},{'id':3133,'name':'vampire'},{'id':9194,'name':'harem'},{'id':9826,'name':'murder'},{'id':10183,'name':'independent film'},{'id':12545,'name':'mansion'},{'id':12670,'name':'los angeles'},{'id':13005,'name':'doctor'},{'id':15136,'name':'female homosexuality'},{'id':156835,'name':'hypnotism'}]" +27244,"[{'id':170362,'name':'fantasy world'},{'id':177912,'name':'wizard'},{'id':224393,'name':'computer programmer'},{'id':232239,'name':'talking computer'}]" +312221,"[{'id':240,'name':'underdog'},{'id':534,'name':'mexico'},{'id':1310,'name':'mentor'},{'id':1482,'name':'trainer'},{'id':6075,'name':'sport'},{'id':10163,'name':'cancer'},{'id':15285,'name':'spin off'},{'id':17977,'name':'underground fighting'},{'id':186779,'name':'motivational speaker'},{'id':209476,'name':'boxing'},{'id':210772,'name':'legacy'},{'id':244863,'name':'first part'}]" +66121,"[{'id':10183,'name':'independent film'}]" +10083,"[{'id':1849,'name':'homicide'},{'id':2314,'name':'pentagon'},{'id':3065,'name':'minister'},{'id':4410,'name':'u.s. navy'}]" +34459,"[{'id':10601,'name':'blaxploitation'},{'id':155790,'name':'private detective'}]" +272548,[] +86068,"[{'id':233,'name':'japan'},{'id':572,'name':'sex'},{'id':596,'name':'adultery'},{'id':616,'name':'witch'},{'id':1462,'name':'samurai'},{'id':3358,'name':'haunted house'},{'id':9712,'name':'possession'},{'id':9826,'name':'murder'},{'id':10164,'name':'apparition'},{'id':10224,'name':'haunting'},{'id':12965,'name':'duel'},{'id':13028,'name':'writer'},{'id':156580,'name':'ghost story'},{'id':162846,'name':'ghost'},{'id':229299,'name':'affair'},{'id':233287,'name':'masks'}]" +40837,[] +157843,"[{'id':539,'name':'middle east'},{'id':1241,'name':'persia'},{'id':175428,'name':'adventurer'}]" +246133,[] +339715,[] +326425,"[{'id':949,'name':'terrorist'},{'id':1930,'name':'kidnapping'},{'id':212801,'name':'ex cia agent'},{'id':222529,'name':'rescue operation'}]" +12129,"[{'id':179294,'name':'counterfeiting ring'},{'id':208361,'name':'the love bug'}]" +334531,"[{'id':579,'name':'american football'},{'id':5565,'name':'biography'},{'id':6075,'name':'sport'},{'id':169071,'name':'championship'}]" +314365,"[{'id':237,'name':'gay'},{'id':516,'name':'child abuse'},{'id':917,'name':'journalism'},{'id':918,'name':'newspaper'},{'id':934,'name':'judge'},{'id':1196,'name':'florida'},{'id':1680,'name':'boston'},{'id':2337,'name':'pedophilia'},{'id':2943,'name':'sex scandal'},{'id':4399,'name':'victim'},{'id':6148,'name':'court'},{'id':9665,'name':'cover-up'},{'id':9672,'name':'based on a true story'},{'id':10093,'name':'priest'},{'id':10410,'name':'conspiracy'},{'id':10909,'name':'lawyer'},{'id':18396,'name':'catholic'},{'id':157008,'name':'catholic church'},{'id':158718,'name':'lgbt'},{'id':161207,'name':'catholicism'},{'id':172683,'name':'archdiocese'},{'id':195240,'name':'investigative journalism'},{'id':204357,'name':'cardinal'}]" +301417,[] +254320,"[{'id':612,'name':'hotel'},{'id':1252,'name':'suicide attempt'},{'id':1422,'name':'boat'},{'id':4565,'name':'dystopia'},{'id':9720,'name':'woods'},{'id':10886,'name':'punishment'},{'id':11221,'name':'blood'},{'id':15058,'name':'swimming'},{'id':170468,'name':'grave digging'},{'id':200064,'name':'dead rabbit'},{'id':226499,'name':'manhunt'},{'id':240456,'name':'shooting an animal'}]" +290751,"[{'id':1812,'name':'fbi'},{'id':156948,'name':'missing child'}]" +13370,"[{'id':11800,'name':'mockumentary'},{'id':33534,'name':'folk singer'}]" +350802,"[{'id':6075,'name':'sport'},{'id':10192,'name':'mountain bike'},{'id':180491,'name':'cycling'},{'id':204278,'name':'downhill'},{'id':215694,'name':'funsport'}]" +31943,"[{'id':1897,'name':'oregon'},{'id':5552,'name':'train ride'},{'id':5571,'name':'great depression'},{'id':18044,'name':'railroad'},{'id':155809,'name':'riding the rail'},{'id':214548,'name':'1930s'}]" +11228,"[{'id':444,'name':'taxi'},{'id':586,'name':'new jersey'},{'id':720,'name':'helicopter'},{'id':1261,'name':'river'},{'id':1701,'name':'hero'},{'id':1749,'name':'taxi driver'},{'id':4776,'name':'race against time'},{'id':5369,'name':'guard'},{'id':10349,'name':'survival'},{'id':10617,'name':'disaster'},{'id':14512,'name':'new york city'},{'id':14601,'name':'explosion'},{'id':14755,'name':'power outage'},{'id':15162,'name':'dog'},{'id':18029,'name':'trapped'},{'id':173272,'name':'flood'},{'id':189102,'name':'tunnel'},{'id':207528,'name':'trapped underground'},{'id':219404,'name':'action hero'}]" +1696,"[{'id':625,'name':'sadistic'},{'id':627,'name':'killing'},{'id':657,'name':'fire'},{'id':798,'name':'sheriff'},{'id':801,'name':'bounty hunter'},{'id':2150,'name':'cocaine'},{'id':2669,'name':'motel'},{'id':3598,'name':'ax'},{'id':4426,'name':'sadism'},{'id':6259,'name':'psychopath'},{'id':7312,'name':'road trip'},{'id':9663,'name':'sequel'},{'id':9826,'name':'murder'},{'id':10022,'name':'rampage'},{'id':10371,'name':'antisocial personality disorder'},{'id':10714,'name':'serial killer'},{'id':10950,'name':'shootout'},{'id':13006,'name':'torture'},{'id':13092,'name':'corpse'},{'id':13125,'name':'sadist'},{'id':14687,'name':'extreme violence'},{'id':14707,'name':'brutality'},{'id':14805,'name':'maniac'},{'id':14819,'name':'violence'},{'id':14831,'name':'stabbing'},{'id':17987,'name':'killing spree'},{'id':18320,'name':'held at gunpoint'},{'id':34117,'name':'cult film'},{'id':157560,'name':'roadkill'},{'id':162810,'name':'macabre'},{'id':165288,'name':'misogynist'},{'id':167043,'name':'road movie'},{'id':176691,'name':'killer clown'},{'id':188186,'name':'painted face'},{'id':191327,'name':'evil clown'}]" +12661,"[{'id':1009,'name':'baby'},{'id':2411,'name':'new orleans'},{'id':2587,'name':'married couple'},{'id':6163,'name':'arms dealer'},{'id':6876,'name':'vacation'},{'id':9750,'name':'bayou'},{'id':33705,'name':'agent'}]" +58799,"[{'id':33965,'name':'christmas eve'}]" +178522,"[{'id':10121,'name':'stop motion'}]" +11074,"[{'id':276,'name':'philadelphia'},{'id':1422,'name':'boat'},{'id':5446,'name':'observer'},{'id':10714,'name':'serial killer'},{'id':180668,'name':'homicide detective'}]" +938,"[{'id':801,'name':'bounty hunter'},{'id':11004,'name':'rural setting'},{'id':11488,'name':'pot smoking'},{'id':33678,'name':'beard'},{'id':34079,'name':'death'},{'id':41390,'name':'mustache'},{'id':156212,'name':'spaghetti western'},{'id':167875,'name':'sombrero'},{'id':177882,'name':'right hand man'},{'id':188947,'name':'sidekick'},{'id':207592,'name':'piano'}]" +9342,"[{'id':387,'name':'california'},{'id':470,'name':'spy'},{'id':1701,'name':'hero'},{'id':2284,'name':'horseback riding'},{'id':9310,'name':'latinx lead'},{'id':9725,'name':'sword fight'},{'id':9748,'name':'revenge'}]" +10242,"[{'id':380,'name':'sibling relationship'},{'id':818,'name':'based on novel or book'},{'id':4995,'name':'aging'},{'id':6255,'name':'insanity'},{'id':9826,'name':'murder'},{'id':12396,'name':'hollywood'},{'id':41329,'name':'mental illness'},{'id':41402,'name':'invalid'},{'id':157768,'name':'vaudeville'},{'id':158086,'name':'recluse'},{'id':185482,'name':'movie actress'},{'id':193263,'name':'old mansion'},{'id':234899,'name':'former film star'}]" +26573,"[{'id':4289,'name':'secret agent'},{'id':7984,'name':'bikini'},{'id':10125,'name':'mad scientist'},{'id':14544,'name':'robot'},{'id':176217,'name':'world domination'}]" +10179,"[{'id':526,'name':'rebel'},{'id':3386,'name':'space war'},{'id':4237,'name':'water'},{'id':196377,'name':'sci-fi comedy'}]" +105864,"[{'id':1720,'name':'tyrannosaurus rex'},{'id':9713,'name':'friends'},{'id':12026,'name':'alternate history'},{'id':12616,'name':'dinosaur'},{'id':13073,'name':'fear'},{'id':14527,'name':'storm'},{'id':18330,'name':'nature'},{'id':187864,'name':'human'},{'id':189092,'name':'journey'}]" +52633,"[{'id':1228,'name':'1970s'},{'id':2804,'name':'exploitation'},{'id':2987,'name':'gang war'},{'id':6270,'name':'high school'},{'id':10183,'name':'independent film'},{'id':10726,'name':'gang'},{'id':11034,'name':'b movie'},{'id':13059,'name':'prostitution'},{'id':14828,'name':'city'},{'id':14857,'name':'juvenile delinquent'},{'id':14964,'name':'drugs'},{'id':41644,'name':'gunshot'},{'id':167159,'name':'switchblade'}]" +45219,"[{'id':1556,'name':'texas'},{'id':33582,'name':'migrant farmworker'},{'id':154846,'name':'farmer'},{'id':160742,'name':'sharecropper'},{'id':208040,'name':'cotton picker'}]" +115054,"[{'id':6394,'name':'rocket'},{'id':9882,'name':'space'},{'id':10103,'name':'children'}]" +243352,[] +15157,"[{'id':733,'name':'dancer'},{'id':995,'name':'cinderella'},{'id':1691,'name':'dance'},{'id':2404,'name':'masked ball'},{'id':3205,'name':'fairy tale'},{'id':4344,'name':'musical'},{'id':6270,'name':'high school'},{'id':6562,'name':'celebrity'},{'id':13014,'name':'orphan'},{'id':13130,'name':'teenager'},{'id':221039,'name':'modern fairy tale'}]" +15322,"[{'id':1568,'name':'undercover'},{'id':6149,'name':'police'},{'id':8132,'name':'hooligan'},{'id':13042,'name':'soccer'},{'id':14819,'name':'violence'}]" +9387,"[{'id':1394,'name':'gladiator'},{'id':1522,'name':'repayment'},{'id':4798,'name':'despot'},{'id':14665,'name':'barbarian'},{'id':234213,'name':'sword and sorcery'}]" +9549,"[{'id':1947,'name':'answering machine'},{'id':2106,'name':'cold war'},{'id':3203,'name':'pilot'},{'id':3366,'name':'u.s. air force'},{'id':3801,'name':'space travel'},{'id':6078,'name':'politics'},{'id':6165,'name':'historical figure'},{'id':8044,'name':'flight'},{'id':14626,'name':'astronaut'},{'id':156836,'name':'space race'},{'id':190444,'name':'test pilot'},{'id':221295,'name':'sound barrier'}]" +15347,"[{'id':970,'name':'parent child relationship'},{'id':1505,'name':'famous score'},{'id':2043,'name':'lion'},{'id':5160,'name':'animal attack'},{'id':7345,'name':'dead animal'},{'id':9892,'name':'game warden'},{'id':9893,'name':'lioness'},{'id':9896,'name':'lion cub'},{'id':9897,'name':'rifle'},{'id':9898,'name':'animal rights'},{'id':9900,'name':'warthog'},{'id':9902,'name':'wildlife'},{'id':14641,'name':'based on memoir or autobiography'}]" +50717,"[{'id':1261,'name':'river'},{'id':208448,'name':'davy crockett'}]" +21027,"[{'id':33476,'name':'widower'},{'id':160977,'name':'virginia'}]" +17339,"[{'id':515,'name':'women'},{'id':1419,'name':'gun'},{'id':2052,'name':'traitor'},{'id':2652,'name':'nazi'},{'id':3450,'name':'bridge'},{'id':9052,'name':'major'},{'id':10786,'name':'colonel'},{'id':11400,'name':'sergeant'},{'id':14643,'name':'battle'},{'id':15182,'name':'partisan'},{'id':15186,'name':'task force'}]" +3682,"[{'id':237,'name':'gay'},{'id':242,'name':'new york'},{'id':572,'name':'sex'},{'id':1228,'name':'1970s'},{'id':2334,'name':'nightclub'},{'id':3458,'name':'bartender'},{'id':10594,'name':'money'},{'id':14964,'name':'drugs'},{'id':155490,'name':'disco'}]" +381491,"[{'id':4414,'name':'adventure'},{'id':15126,'name':'historical'}]" +860,"[{'id':282,'name':'video game'},{'id':310,'name':'artificial intelligence'},{'id':1812,'name':'fbi'},{'id':2106,'name':'cold war'},{'id':2157,'name':'hacker'},{'id':3246,'name':'prosecution'},{'id':4284,'name':'norad'},{'id':6086,'name':'government'},{'id':6104,'name':'computer'},{'id':156767,'name':'nuclear threat'}]" +331352,[] +7220,"[{'id':473,'name':'chain'},{'id':1375,'name':'submachine gun'},{'id':1568,'name':'undercover'},{'id':6212,'name':'smuggling'},{'id':7375,'name':'twin brother'},{'id':9717,'name':'based on comic'},{'id':13116,'name':'one man army'},{'id':14546,'name':'massacre'},{'id':14687,'name':'extreme violence'},{'id':18187,'name':'family reunion'},{'id':33595,'name':'pier'}]" +378385,"[{'id':6091,'name':'war'},{'id':158780,'name':'u.s. marine'},{'id':222596,'name':'jarheads'}]" +334682,[] +287284,"[{'id':818,'name':'based on novel or book'},{'id':2496,'name':'impotence'},{'id':14914,'name':'swinging'},{'id':33876,'name':'swinger'},{'id':190370,'name':'erotic movie'}]" +339345,"[{'id':5774,'name':'forest'},{'id':230191,'name':'haunted'}]" +294016,"[{'id':886,'name':'movie business'},{'id':888,'name':'screenwriter'},{'id':970,'name':'parent child relationship'},{'id':2109,'name':'communist'},{'id':5565,'name':'biography'},{'id':12396,'name':'hollywood'},{'id':13028,'name':'writer'},{'id':173644,'name':'communism'},{'id':190140,'name':'blacklist'},{'id':194595,'name':'mccarthyism'},{'id':207883,'name':'1940s'},{'id':222234,'name':'movie industry'}]" +321697,"[{'id':5565,'name':'biography'},{'id':6104,'name':'computer'},{'id':9672,'name':'based on a true story'},{'id':157935,'name':'apple computer'},{'id':161160,'name':'steve jobs'},{'id':240303,'name':'father daughter relationship'}]" +42949,[] +303857,"[{'id':210024,'name':'anime'}]" +27349,"[{'id':9910,'name':'jesse james'},{'id':222784,'name':'cole younger'}]" +360799,"[{'id':5657,'name':'australia'},{'id':9743,'name':'stranded'},{'id':9951,'name':'alien'},{'id':156810,'name':'science'},{'id':206187,'name':'signal'}]" +10633,"[{'id':531,'name':'southern usa'},{'id':577,'name':'black people'},{'id':1415,'name':'small town'},{'id':2993,'name':'police chief'},{'id':3879,'name':'suspect'},{'id':7856,'name':'racist'},{'id':11243,'name':'african american'},{'id':14783,'name':'false accusations'},{'id':15321,'name':'police station'},{'id':41385,'name':'racial tension'}]" +293646,"[{'id':6015,'name':'mining'},{'id':6460,'name':'chile'},{'id':8902,'name':'mining accident'},{'id':9672,'name':'based on a true story'},{'id':10349,'name':'survival'},{'id':187056,'name':'woman director'}]" +26505,[] +82819,[] +14709,"[{'id':579,'name':'american football'},{'id':1415,'name':'small town'},{'id':1556,'name':'texas'},{'id':2920,'name':'cheerleader'},{'id':6075,'name':'sport'},{'id':8508,'name':'party'},{'id':8635,'name':'high school sports'},{'id':33352,'name':'police car'},{'id':191222,'name':'the big game'}]" +74826,"[{'id':392,'name':'england'},{'id':1533,'name':'isolation'},{'id':12564,'name':'werewolf'},{'id':189359,'name':'rat'}]" +33166,"[{'id':1223,'name':'switzerland'},{'id':1897,'name':'oregon'},{'id':2070,'name':'olympic games'},{'id':6075,'name':'sport'},{'id':154942,'name':'teammate'},{'id':157291,'name':'narcissism'},{'id':158591,'name':'injury'},{'id':159558,'name':'snow skiing'},{'id':248915,'name':'skiing'}]" +277796,"[{'id':187056,'name':'woman director'}]" +4952,"[{'id':6103,'name':'telephone'},{'id':9673,'name':'love'},{'id':14733,'name':'texan'},{'id':33626,'name':'millionaire'},{'id':208593,'name':'interior decorator'}]" +129455,"[{'id':292,'name':'berlin wall'},{'id':736,'name':'journalist'},{'id':10183,'name':'independent film'},{'id':10229,'name':'singer'},{'id':156026,'name':'east germany'}]" +9899,"[{'id':1332,'name':'cheating'},{'id':2652,'name':'nazi'},{'id':3836,'name':'success'},{'id':4344,'name':'musical'},{'id':6946,'name':'blonde'},{'id':33879,'name':'producer'},{'id':156028,'name':'broadway'},{'id':179430,'name':'aftercreditsstinger'},{'id':187056,'name':'woman director'}]" +41124,[] +10386,"[{'id':2106,'name':'cold war'},{'id':6054,'name':'friendship'},{'id':10891,'name':'giant robot'},{'id':205726,'name':'fear of unknown'},{'id':208611,'name':'1950s'}]" +83972,[] +316042,[] +22527,"[{'id':642,'name':'robbery'},{'id':818,'name':'based on novel or book'},{'id':4048,'name':'musician'},{'id':6139,'name':'innocence'},{'id':14512,'name':'new york city'},{'id':156938,'name':'insurance'},{'id':236569,'name':'wrongly accused'}]" +9956,"[{'id':818,'name':'based on novel or book'},{'id':900,'name':'trailer park'},{'id':1952,'name':'socially deprived family'},{'id':3737,'name':'dying and death'},{'id':10322,'name':'native american'},{'id':10508,'name':'teacher'},{'id':13006,'name':'torture'},{'id':222114,'name':'fear of dying'}]" +324253,"[{'id':279,'name':'usa'},{'id':387,'name':'california'},{'id':1228,'name':'1970s'},{'id':208992,'name':'1960s'},{'id':209493,'name':'21st century'},{'id':210608,'name':'1990s'},{'id':210992,'name':'record industry'}]" +79103,"[{'id':2752,'name':'ranch'},{'id':7956,'name':'cowardice'},{'id':14574,'name':'rancher'},{'id':18036,'name':'coward'},{'id':155291,'name':'cowboy'}]" +46452,[] +9539,"[{'id':516,'name':'child abuse'},{'id':3032,'name':'suffering'},{'id':9748,'name':'revenge'},{'id':10772,'name':'torture chamber'},{'id':13006,'name':'torture'},{'id':14624,'name':'cruelty'},{'id':224663,'name':'new french extremism'}]" +333348,"[{'id':4498,'name':'big family'},{'id':10235,'name':'family relationships'},{'id':18035,'name':'family'},{'id':187056,'name':'woman director'},{'id':207317,'name':'christmas'}]" +193603,"[{'id':3358,'name':'haunted house'},{'id':12339,'name':'slasher'}]" +10375,"[{'id':7464,'name':'alcoholism'},{'id':10714,'name':'serial killer'},{'id':11612,'name':'hospital'},{'id':15090,'name':'police officer'},{'id':200784,'name':'detox'}]" +40208,"[{'id':2570,'name':'rock star'},{'id':3392,'name':'voodoo'},{'id':5540,'name':'heavy metal'},{'id':5810,'name':'pact with the devil'},{'id':11700,'name':'rock music'},{'id':219195,'name':'guitar playing'}]" +218784,"[{'id':1415,'name':'small town'},{'id':3133,'name':'vampire'},{'id':9951,'name':'alien'},{'id':12377,'name':'zombie'},{'id':13130,'name':'teenager'}]" +339547,"[{'id':536,'name':'israel'},{'id':3575,'name':'jerusalem'},{'id':15001,'name':'demon'},{'id':163053,'name':'found footage'}]" +309304,"[{'id':1158,'name':'grandparent grandchild relationship'},{'id':7312,'name':'road trip'},{'id':208591,'name':'abortion'}]" +296130,"[{'id':198136,'name':'cosmonaut'},{'id':220898,'name':'marine researchers'},{'id':220899,'name':'crab boat'},{'id':220900,'name':'bering sea'},{'id':220901,'name':'beluga whale'},{'id':220902,'name':'engineered organisms'}]" +230645,"[{'id':1550,'name':'militia'},{'id':1930,'name':'kidnapping'},{'id':4728,'name':'knife'},{'id':9826,'name':'murder'},{'id':9851,'name':'knife in hand'},{'id':10958,'name':'man hunt'},{'id':162380,'name':'ex soldier'},{'id':183229,'name':'most dangerous game'}]" +32686,"[{'id':10183,'name':'independent film'}]" +40377,"[{'id':2669,'name':'motel'},{'id':6259,'name':'psychopath'},{'id':9826,'name':'murder'},{'id':9856,'name':'flashback'},{'id':10714,'name':'serial killer'},{'id':12090,'name':'cross dressing'},{'id':178649,'name':'voyeurism'},{'id':208930,'name':'radio dj'}]" +42114,"[{'id':282,'name':'video game'},{'id':1299,'name':'monster'},{'id':5160,'name':'animal attack'},{'id':6152,'name':'supernatural'},{'id':9276,'name':'truck'},{'id':9706,'name':'anthology'},{'id':9955,'name':'urban legend'},{'id':10093,'name':'priest'},{'id':10714,'name':'serial killer'},{'id':14760,'name':'scientist'},{'id':14805,'name':'maniac'},{'id':15001,'name':'demon'},{'id':222354,'name':'giant rat'}]" +93676,[] +18871,"[{'id':818,'name':'based on novel or book'},{'id':33725,'name':'locker'},{'id':159688,'name':'merry go round'},{'id':195402,'name':'film noir'}]" +290632,"[{'id':6075,'name':'sport'},{'id':200575,'name':'superbike'}]" +2142,"[{'id':417,'name':'corruption'},{'id':586,'name':'new jersey'},{'id':772,'name':'handcuffs'},{'id':1812,'name':'fbi'},{'id':3450,'name':'bridge'},{'id':6149,'name':'police'},{'id':9786,'name':'burned alive'},{'id':9826,'name':'murder'},{'id':9844,'name':'car crash'},{'id':10183,'name':'independent film'},{'id':10978,'name':'bad cop'},{'id':11363,'name':'arson'},{'id':11719,'name':'dirty cop'},{'id':11730,'name':'internal affairs'},{'id':11734,'name':'police corruption'},{'id':13063,'name':'car accident'},{'id':14512,'name':'new york city'},{'id':14819,'name':'violence'},{'id':156022,'name':'nypd'},{'id':161306,'name':'world trade center'},{'id':182069,'name':'jumping off a bridge'}]" +16249,"[{'id':395,'name':'gambling'},{'id':616,'name':'witch'},{'id':5621,'name':'american football coach'},{'id':8338,'name':'coach'},{'id':12988,'name':'pirate'}]" +9918,"[{'id':6496,'name':'basketball'},{'id':6984,'name':'racial segregation'},{'id':193547,'name':'teachers and students'}]" +22383,"[{'id':534,'name':'mexico'},{'id':1930,'name':'kidnapping'},{'id':4812,'name':'plan'},{'id':10084,'name':'rescue'},{'id':18034,'name':'desert'},{'id':187117,'name':'mexican bandit'},{'id':220650,'name':'escape plan'}]" +15876,"[{'id':339,'name':'submarine'},{'id':1956,'name':'world war ii'},{'id':4410,'name':'u.s. navy'}]" +356905,[] +78229,"[{'id':10364,'name':'mission'},{'id':13065,'name':'soldier'},{'id':158778,'name':'behind enemy lines'}]" +323435,[] +149232,"[{'id':378,'name':'prison'},{'id':3134,'name':'louisiana'},{'id':3258,'name':'beauty'},{'id':9672,'name':'based on a true story'},{'id':9826,'name':'murder'},{'id':155291,'name':'cowboy'}]" +11449,"[{'id':3335,'name':'halloween'},{'id':3358,'name':'haunted house'},{'id':9398,'name':'long island'},{'id':9853,'name':'paranormal'},{'id':33467,'name':'new home'},{'id':159940,'name':'exorcist'},{'id':164218,'name':'psychotronic'},{'id':173099,'name':'indian burial ground'},{'id':173103,'name':'newspaper article'},{'id':230191,'name':'haunted'},{'id':239680,'name':'religious horror'}]" +81185,"[{'id':8636,'name':'blood splatter'},{'id':163053,'name':'found footage'}]" +290762,"[{'id':3725,'name':'pregnancy'},{'id':5248,'name':'female friendship'},{'id':6027,'name':'music'},{'id':6054,'name':'friendship'},{'id':9673,'name':'love'},{'id':10163,'name':'cancer'},{'id':12392,'name':'best friend'},{'id':14534,'name':'relationship'},{'id':18035,'name':'family'},{'id':187056,'name':'woman director'}]" +241257,"[{'id':1227,'name':'cemetery'},{'id':1360,'name':'minnesota'},{'id':2340,'name':'paranoia'},{'id':3030,'name':'nightmare'},{'id':5340,'name':'investigation'},{'id':11469,'name':'memory loss'},{'id':11612,'name':'hospital'},{'id':14765,'name':'church'},{'id':15090,'name':'police officer'},{'id':15106,'name':'psychiatrist'},{'id':163055,'name':'satanic cult'},{'id':172504,'name':'reverend'},{'id':210608,'name':'1990s'}]" +225728,"[{'id':388,'name':'scotland'},{'id':497,'name':'shakespeare'},{'id':161257,'name':'medieval'}]" +40856,"[{'id':10183,'name':'independent film'}]" +337958,"[{'id':236,'name':'suicide'},{'id':444,'name':'taxi'},{'id':5657,'name':'australia'},{'id':10163,'name':'cancer'},{'id':13005,'name':'doctor'},{'id':15162,'name':'dog'},{'id':157022,'name':'darwin'},{'id':157906,'name':'outback'},{'id':167043,'name':'road movie'},{'id':193760,'name':'australian outback'},{'id':206662,'name':'euthanasia'},{'id':211553,'name':'assisted suicide'},{'id':223194,'name':'broken hill'},{'id':223195,'name':'daly waters'}]" +14886,"[{'id':444,'name':'taxi'},{'id':521,'name':'washington d.c.'},{'id':818,'name':'based on novel or book'},{'id':7312,'name':'road trip'},{'id':9927,'name':'maine'},{'id':41599,'name':'sailor'},{'id':167043,'name':'road movie'},{'id':193269,'name':'shore patrol'},{'id':222863,'name':'buddy movie'}]" +252328,[] +14180,"[{'id':321,'name':'terror'},{'id':339,'name':'submarine'}]" +14821,"[{'id':5034,'name':'attempt to escape'},{'id':5086,'name':'telekinesis'},{'id':15101,'name':'based on children's book'},{'id':236343,'name':'orphan siblings'}]" +334527,"[{'id':11578,'name':'mobster'},{'id':188259,'name':'money problems'},{'id':192143,'name':'borrow'},{'id':199093,'name':'trouble'},{'id':210295,'name':'classmates'},{'id':221004,'name':'investment'},{'id':236534,'name':'bűnös utakon'}]" +306745,"[{'id':586,'name':'new jersey'},{'id':6090,'name':'equality'},{'id':9833,'name':'lesbian relationship'},{'id':10163,'name':'cancer'}]" +362057,"[{'id':516,'name':'child abuse'},{'id':4426,'name':'sadism'},{'id':5248,'name':'female friendship'},{'id':6155,'name':'afterlife'},{'id':7172,'name':'buried alive'},{'id':9714,'name':'remake'},{'id':9748,'name':'revenge'},{'id':9786,'name':'burned alive'},{'id':9826,'name':'murder'},{'id':10183,'name':'independent film'},{'id':11221,'name':'blood'},{'id':13006,'name':'torture'},{'id':13040,'name':'electrocution'},{'id':163165,'name':'martyr'},{'id':167236,'name':'skinned alive'},{'id':198670,'name':'tortured'},{'id':222258,'name':'underground complex'}]" +353378,"[{'id':187056,'name':'woman director'}]" +283161,"[{'id':187056,'name':'woman director'}]" +127696,[] +271736,"[{'id':5565,'name':'biography'},{'id':6075,'name':'sport'},{'id':8633,'name':'tour de france'}]" +245168,"[{'id':212,'name':'london'},{'id':5565,'name':'biography'},{'id':11718,'name':'feminist'},{'id':15060,'name':'period drama'},{'id':187056,'name':'woman director'},{'id':210184,'name':'1910s'},{'id':214831,'name':'suffragettes'}]" +455,"[{'id':212,'name':'london'},{'id':941,'name':'tradition'},{'id':958,'name':'indian lead'},{'id':1463,'name':'culture clash'},{'id':1900,'name':'immigration'},{'id':2273,'name':'role of women'},{'id':2274,'name':'sikh'},{'id':2278,'name':'women's soccer'},{'id':6075,'name':'sport'},{'id':13042,'name':'soccer'},{'id':18035,'name':'family'},{'id':187056,'name':'woman director'},{'id':243578,'name':'indian lgbt'}]" +274854,"[{'id':242,'name':'new york'},{'id':616,'name':'witch'},{'id':8862,'name':'uprising'},{'id':177900,'name':'witch hunter'}]" +253414,"[{'id':931,'name':'jealousy'},{'id':1594,'name':'ex-boyfriend'},{'id':3541,'name':'afghanistan'},{'id':4746,'name':'record producer'},{'id':4813,'name':'last chance'},{'id':10229,'name':'singer'},{'id':11436,'name':'redemption'}]" +9573,"[{'id':1922,'name':'houseboat'},{'id':2860,'name':'heart'},{'id':5340,'name':'investigation'},{'id':6149,'name':'police'},{'id':8440,'name':'ex-cop'},{'id':9937,'name':'suspense'},{'id':185221,'name':'heart transplant'},{'id':185222,'name':'fbi profiler'}]" +333387,[] +9588,"[{'id':3094,'name':'australian'},{'id':3713,'name':'chase'}]" +81120,[] +10317,"[{'id':515,'name':'women'},{'id':3228,'name':'bolivia'},{'id':18075,'name':'political campaign'},{'id':18266,'name':'south america'}]" +261023,"[{'id':417,'name':'corruption'},{'id':549,'name':'prostitute'},{'id':1680,'name':'boston'},{'id':1812,'name':'fbi'},{'id':2944,'name':'senator'},{'id':3149,'name':'gangster'},{'id':8442,'name':'irish mob'},{'id':9672,'name':'based on a true story'},{'id':9826,'name':'murder'},{'id':10291,'name':'organized crime'},{'id':10669,'name':'pay phone'},{'id':11259,'name':'extortion'},{'id':11762,'name':'beaten to death'},{'id':14707,'name':'brutality'},{'id':14819,'name':'violence'},{'id':40895,'name':'illness'},{'id':167715,'name':'informant'},{'id':208289,'name':'1980s'}]" +5722,"[{'id':637,'name':'pop'},{'id':3490,'name':'pop star'},{'id':4344,'name':'musical'},{'id':34117,'name':'cult film'}]" +366924,"[{'id':9715,'name':'superhero'},{'id':33637,'name':'super power'}]" +370071,"[{'id':207317,'name':'christmas'}]" +284284,"[{'id':570,'name':'rape'},{'id':9826,'name':'murder'},{'id':10183,'name':'independent film'},{'id':10325,'name':'mistaken identity'},{'id':14903,'name':'home invasion'},{'id':179585,'name':'american civil war'},{'id':222742,'name':'union army'},{'id':222743,'name':'female slave'},{'id':222744,'name':'old south'}]" +123,"[{'id':603,'name':'elves'},{'id':604,'name':'dwarf'},{'id':609,'name':'middle-earth (tolkien)'},{'id':611,'name':'hobbit'},{'id':818,'name':'based on novel or book'},{'id':10364,'name':'mission'}]" +347760,"[{'id':8201,'name':'satire'},{'id':34117,'name':'cult film'},{'id':215736,'name':'offbeat'},{'id':236316,'name':'anarchic comedy'}]" +19072,"[{'id':128,'name':'love triangle'},{'id':2587,'name':'married couple'},{'id':2626,'name':'exorcism'},{'id':2723,'name':'medium'},{'id':9826,'name':'murder'},{'id':10181,'name':'based on play or musical'},{'id':10414,'name':'trance'},{'id':10818,'name':'author'},{'id':13097,'name':'maid'},{'id':33476,'name':'widower'},{'id':155251,'name':'novelist'},{'id':162846,'name':'ghost'},{'id':190621,'name':'mystery writer'},{'id':228602,'name':'second wife'},{'id':232165,'name':'séance'},{'id':236254,'name':'first wife'},{'id':238228,'name':'late wife'}]" +283235,"[{'id':970,'name':'parent child relationship'},{'id':1196,'name':'florida'},{'id':2669,'name':'motel'},{'id':6118,'name':'finances'},{'id':33479,'name':'single father'},{'id':158142,'name':'real estate agent'},{'id':165177,'name':'eviction'},{'id':165193,'name':'financial crisis'},{'id':169950,'name':'foreclosure'},{'id':179867,'name':'real estate'},{'id':188072,'name':'mortgage'},{'id':188326,'name':'construction worker'}]" +33766,"[{'id':9937,'name':'suspense'},{'id':10683,'name':'coming of age'},{'id':10809,'name':'teenage girl'},{'id':13088,'name':'summer'},{'id':162804,'name':'sexual awakening'},{'id':187056,'name':'woman director'},{'id':197758,'name':'female sexuality'},{'id':222029,'name':'loss of innocence'}]" +322443,[] +38842,"[{'id':417,'name':'corruption'},{'id':445,'name':'pornography'},{'id':1556,'name':'texas'},{'id':2334,'name':'nightclub'},{'id':2808,'name':'russian'},{'id':6593,'name':'stripper'},{'id':6614,'name':'website'},{'id':9758,'name':'deception'},{'id':9826,'name':'murder'},{'id':10329,'name':'wealth'},{'id':10391,'name':'mafia'},{'id':10594,'name':'money'},{'id':10984,'name':'true'},{'id':11578,'name':'mobster'},{'id':11615,'name':'internet'},{'id':13132,'name':'pistol'},{'id':14601,'name':'explosion'},{'id':14964,'name':'drugs'},{'id':164296,'name':'addict'},{'id':202429,'name':'fired'}]" +2770,"[{'id':572,'name':'sex'},{'id':8508,'name':'party'},{'id':13088,'name':'summer'},{'id':34145,'name':'beach house'},{'id':155939,'name':'group of friends'},{'id':158507,'name':'gross out comedy'},{'id':170813,'name':'tantra'},{'id':170821,'name':'mistaken for a special education student'},{'id':170822,'name':'superglue'},{'id':170827,'name':'sex comedy'}]" +9609,"[{'id':1566,'name':'dream'},{'id':2346,'name':'worker'},{'id':2755,'name':'country life'},{'id':3009,'name':'farm worker'},{'id':4932,'name':'farm'},{'id':4966,'name':'error'},{'id':5571,'name':'great depression'}]" +222662,"[{'id':8201,'name':'satire'},{'id':9706,'name':'anthology'},{'id':157688,'name':'shock humor'},{'id':158507,'name':'gross out comedy'}]" +296098,"[{'id':470,'name':'spy'},{'id':591,'name':'cia'},{'id':2106,'name':'cold war'},{'id':2111,'name':'soviet union'},{'id':3203,'name':'pilot'},{'id':10909,'name':'lawyer'},{'id':14638,'name':'american'}]" +8273,"[{'id':380,'name':'sibling relationship'},{'id':772,'name':'handcuffs'},{'id':2874,'name':'spanner'},{'id':3405,'name':'blow job'},{'id':8070,'name':'stag night'},{'id':13027,'name':'wedding'}]" +42328,"[{'id':378,'name':'prison'},{'id':380,'name':'sibling relationship'},{'id':4677,'name':'patriarch'},{'id':14574,'name':'rancher'},{'id':15225,'name':'cattle'}]" +9905,"[{'id':388,'name':'scotland'},{'id':1253,'name':'roommate'},{'id':1448,'name':'distrust'},{'id':2635,'name':'overdose'},{'id':2968,'name':'grave'},{'id':3130,'name':'edinburgh'},{'id':9937,'name':'suspense'},{'id':10123,'name':'dark comedy'},{'id':10594,'name':'money'},{'id':34117,'name':'cult film'},{'id':155704,'name':'shallow grave'},{'id':207268,'name':'neo-noir'}]" +2105,"[{'id':3687,'name':'graduation'},{'id':6139,'name':'innocence'},{'id':10683,'name':'coming of age'},{'id':13130,'name':'teenager'},{'id':33910,'name':'high school student'},{'id':44447,'name':'pie'},{'id':155722,'name':'teen comedy'},{'id':156777,'name':'teenage sexuality'},{'id':160140,'name':'exchange student'},{'id':178649,'name':'voyeurism'},{'id':208445,'name':'virginity'},{'id':215404,'name':'laxative'},{'id':226226,'name':'prom night'}]" +244562,"[{'id':6270,'name':'high school'},{'id':10224,'name':'haunting'},{'id':34079,'name':'death'},{'id':156316,'name':'troubled teen'},{'id':162846,'name':'ghost'}]" +255343,"[{'id':1524,'name':'surfer'},{'id':2148,'name':'colombia'},{'id':9826,'name':'murder'},{'id':13112,'name':'murderer'},{'id':208645,'name':'telephone conversation'}]" +14181,"[{'id':6118,'name':'finances'},{'id':10631,'name':'stockbroker'},{'id':193889,'name':'investment firm'}]" +10601,"[{'id':334,'name':'flying'},{'id':2434,'name':'liberation'},{'id':2710,'name':'fairy'},{'id':3185,'name':'crocodile'},{'id':4332,'name':'peter pan'},{'id':4418,'name':'pirate gang'},{'id':5938,'name':'mermaid'},{'id':12988,'name':'pirate'},{'id':15101,'name':'based on children's book'},{'id':170362,'name':'fantasy world'},{'id':185200,'name':'pirate ship'}]" +206647,"[{'id':470,'name':'spy'},{'id':818,'name':'based on novel or book'},{'id':4289,'name':'secret agent'},{'id':9663,'name':'sequel'},{'id':14555,'name':'mi6'},{'id':156095,'name':'british secret service'},{'id':158431,'name':'united kingdom'}]" +313867,"[{'id':212,'name':'london'},{'id':818,'name':'based on novel or book'},{'id':1338,'name':'bachelor'},{'id':1439,'name':'flat'},{'id':1683,'name':'gadget'},{'id':2382,'name':'flower'},{'id':2589,'name':'pet shop'},{'id':6563,'name':'wine'},{'id':7879,'name':'secret love'},{'id':9986,'name':'crush'},{'id':33608,'name':'gardener'},{'id':157398,'name':'garden shears'},{'id':187056,'name':'woman director'},{'id':188460,'name':'tortoise'},{'id':204950,'name':'innuendo'},{'id':208467,'name':'dinner date'},{'id':222081,'name':'anagram'}]" +255491,"[{'id':13028,'name':'writer'},{'id':187056,'name':'woman director'}]" +64605,"[{'id':642,'name':'robbery'},{'id':660,'name':'monte carlo'},{'id':10051,'name':'heist'}]" +276907,"[{'id':3149,'name':'gangster'},{'id':5565,'name':'biography'},{'id':9672,'name':'based on a true story'},{'id':15016,'name':'twins'}]" +355264,[] +10208,"[{'id':11691,'name':'puppetry'},{'id':12998,'name':'the muppets'}]" +27866,"[{'id':9716,'name':'stand-up comedy'},{'id':11634,'name':'live performance'},{'id':11931,'name':'spoof'}]" +11248,"[{'id':736,'name':'journalist'},{'id':1328,'name':'secret'},{'id':1739,'name':'holocaust'},{'id':1799,'name':'schutzstaffel'},{'id':2652,'name':'nazi'},{'id':11064,'name':'nazi germany'},{'id':217324,'name':'murder hunt'}]" +41464,"[{'id':236,'name':'suicide'}]" +300693,"[{'id':818,'name':'based on novel or book'},{'id':2946,'name':'presidential election'},{'id':5565,'name':'biography'},{'id':13424,'name':'tv reporter'},{'id':14641,'name':'based on memoir or autobiography'},{'id':215664,'name':'political scandal'}]" +326359,"[{'id':380,'name':'sibling relationship'},{'id':1421,'name':'birthday'},{'id':4528,'name':'song'},{'id':5732,'name':'birthday party'},{'id':7376,'name':'princess'},{'id':10115,'name':'snowman'},{'id':10336,'name':'animation'},{'id':10385,'name':'reindeer'},{'id':14599,'name':'birthday cake'},{'id':181128,'name':'frozen'},{'id':187056,'name':'woman director'},{'id':190703,'name':'birthday present'},{'id':214549,'name':'short'}]" +11873,"[{'id':1010,'name':'bar'},{'id':1356,'name':'pool billiards'},{'id':2276,'name':'talent'},{'id':2348,'name':'hustler'},{'id':6075,'name':'sport'}]" +266639,"[{'id':1308,'name':'secret identity'},{'id':6054,'name':'friendship'},{'id':10229,'name':'singer'},{'id':10232,'name':'fame'},{'id':10988,'name':'based on tv series'},{'id':13014,'name':'orphan'},{'id':13130,'name':'teenager'},{'id':18001,'name':'rock band'},{'id':179431,'name':'duringcreditsstinger'},{'id':241738,'name':'sister sister relationship'}]" +312158,[] +300153,"[{'id':4425,'name':'james dean'},{'id':4620,'name':'magazine'},{'id':5565,'name':'biography'},{'id':6562,'name':'celebrity'},{'id':15214,'name':'buddy'}]" +323373,"[{'id':2658,'name':'new zealand'},{'id':3616,'name':'college'},{'id':6054,'name':'friendship'},{'id':18068,'name':'teenage boy'},{'id':209576,'name':'metal band'}]" +26452,"[{'id':2036,'name':'greek mythology'},{'id':9725,'name':'sword fight'},{'id':187301,'name':'hercules'},{'id':187302,'name':'roman mythology'}]" +262165,[] +537278,[] +272878,"[{'id':3541,'name':'afghanistan'},{'id':6091,'name':'war'},{'id':9672,'name':'based on a true story'},{'id':10084,'name':'rescue'},{'id':10085,'name':'betrayal'},{'id':15162,'name':'dog'},{'id':172291,'name':'grieving'}]" +257445,"[{'id':818,'name':'based on novel or book'},{'id':2343,'name':'magic'},{'id':2486,'name':'fantasy'},{'id':12564,'name':'werewolf'},{'id':18035,'name':'family'},{'id':163226,'name':'ventriloquist dummy'},{'id':186948,'name':'book comes to life'},{'id':209714,'name':'3d'},{'id':244863,'name':'first part'}]" +180894,"[{'id':779,'name':'martial arts'},{'id':10278,'name':'ninja'},{'id':18026,'name':'drug lord'},{'id':18448,'name':'gaijin'}]" +11843,"[{'id':642,'name':'robbery'},{'id':1384,'name':'diamond'},{'id':2408,'name':'côte d'azur'},{'id':5439,'name':'inspector'},{'id':8775,'name':'panther'},{'id':10280,'name':'farce'}]" +300168,[] +285423,"[{'id':4405,'name':'marine corps'},{'id':7955,'name':'taliban'},{'id':158780,'name':'u.s. marine'}]" +254172,"[{'id':4129,'name':'widow'},{'id':4280,'name':'mental breakdown'},{'id':11612,'name':'hospital'},{'id':13028,'name':'writer'},{'id':18035,'name':'family'}]" +283350,"[{'id':1157,'name':'wife husband relationship'},{'id':4414,'name':'adventure'},{'id':9840,'name':'romance'},{'id':11513,'name':'cheating husband'},{'id':156104,'name':'stranger'},{'id':168346,'name':'manhattan, new york city'}]" +36685,"[{'id':108,'name':'transvestism'},{'id':272,'name':'transylvania'},{'id':572,'name':'sex'},{'id':578,'name':'rock 'n' roll'},{'id':1521,'name':'time warp'},{'id':3098,'name':'castle'},{'id':34117,'name':'cult film'},{'id':172522,'name':'audience participation'},{'id':172535,'name':'dark and stormy night'}]" +14636,"[{'id':258,'name':'bomb'},{'id':2041,'name':'island'},{'id':3713,'name':'chase'},{'id':5385,'name':'survivor'},{'id':6614,'name':'website'},{'id':10787,'name':'jungle'},{'id':11479,'name':'social commentary'},{'id':12371,'name':'gunfight'},{'id':14643,'name':'battle'},{'id':14707,'name':'brutality'},{'id':18420,'name':'surveillance'},{'id':34079,'name':'death'},{'id':248045,'name':'last man standing'}]" +171424,"[{'id':5968,'name':'amazon'},{'id':6460,'name':'chile'},{'id':10787,'name':'jungle'},{'id':14687,'name':'extreme violence'},{'id':14895,'name':'cannibal'},{'id':18266,'name':'south america'},{'id':166103,'name':'amazon rainforest'}]" +9763,"[{'id':1946,'name':'restaurant'},{'id':6075,'name':'sport'},{'id':8338,'name':'coach'},{'id':10456,'name':'athlete'},{'id':18132,'name':'newcastle united'},{'id':18133,'name':'computer game'},{'id':223787,'name':'newcastle upon tyne'}]" +275696,"[{'id':10183,'name':'independent film'}]" +235093,"[{'id':170548,'name':'kennedy assassination'}]" +291851,[] +27,"[{'id':212,'name':'london'},{'id':572,'name':'sex'},{'id':578,'name':'rock 'n' roll'},{'id':4313,'name':'condom'},{'id':6029,'name':'concert'},{'id':9835,'name':'sexual fantasy'},{'id':33494,'name':'couple'},{'id':33513,'name':'desire'}]" +371003,"[{'id':6273,'name':'school trip'},{'id':6876,'name':'vacation'},{'id':8087,'name':'horror'},{'id':8508,'name':'party'},{'id':9864,'name':'prank'},{'id':10714,'name':'serial killer'}]" +362230,"[{'id':15060,'name':'period drama'},{'id':15126,'name':'historical'}]" +339527,"[{'id':1812,'name':'fbi'},{'id':9950,'name':'thriller'},{'id':10714,'name':'serial killer'},{'id':14742,'name':'psychic'},{'id':34038,'name':'intrigue'}]" +47892,[] +277216,"[{'id':380,'name':'sibling relationship'},{'id':740,'name':'aids'},{'id':796,'name':'police brutality'},{'id':897,'name':'rap music'},{'id':898,'name':'hip-hop'},{'id':970,'name':'parent child relationship'},{'id':1157,'name':'wife husband relationship'},{'id':2016,'name':'vandalism'},{'id':2231,'name':'drug dealer'},{'id':2334,'name':'nightclub'},{'id':2930,'name':'freedom of speech'},{'id':3149,'name':'gangster'},{'id':4108,'name':'protest'},{'id':4562,'name':'rapper'},{'id':4741,'name':'recording contract'},{'id':5626,'name':'rags to riches'},{'id':6093,'name':'assault'},{'id':6564,'name':'terminal illness'},{'id':7312,'name':'road trip'},{'id':9672,'name':'based on a true story'},{'id':9932,'name':'feud'},{'id':10726,'name':'gang'},{'id':10776,'name':'marijuana'},{'id':11148,'name':'police chase'},{'id':11612,'name':'hospital'},{'id':12425,'name':'racism'},{'id':12670,'name':'los angeles'},{'id':18021,'name':'detroit'},{'id':156158,'name':'racial slur'},{'id':158111,'name':'no opening credits'},{'id':160497,'name':'wrongful arrest'},{'id':163764,'name':'death of brother'},{'id':169213,'name':'milwaukee wisconsin'},{'id':169590,'name':'police raid'},{'id':178036,'name':'police harassment'},{'id':179431,'name':'duringcreditsstinger'},{'id':195162,'name':'record company'},{'id':204236,'name':'music tour'},{'id':208289,'name':'1980s'},{'id':217474,'name':'intimidation by police'},{'id':217475,'name':'los angeles riots'},{'id':217482,'name':'compton california'}]" +331190,"[{'id':1562,'name':'hostage'},{'id':9672,'name':'based on a true story'},{'id':9826,'name':'murder'},{'id':10183,'name':'independent film'},{'id':14768,'name':'single mother'},{'id':14964,'name':'drugs'},{'id':18179,'name':'drug addict'},{'id':155936,'name':'recovering drug addict'},{'id':169498,'name':'car theft'}]" +86835,"[{'id':6562,'name':'celebrity'},{'id':10594,'name':'money'},{'id':162706,'name':'temptation'},{'id':181050,'name':'wealthy man'},{'id':209301,'name':'excess'}]" +330112,"[{'id':591,'name':'cia'},{'id':782,'name':'assassin'},{'id':9840,'name':'romance'},{'id':10226,'name':'neighbor'},{'id':13130,'name':'teenager'},{'id':18115,'name':'retired'},{'id':160243,'name':'classmate'}]" +333596,"[{'id':6075,'name':'sport'},{'id':12425,'name':'racism'}]" +309299,"[{'id':1706,'name':'experiment'},{'id':2800,'name':'psychology'},{'id':5565,'name':'biography'},{'id':9701,'name':'controversy'},{'id':11687,'name':'breaking the fourth wall'}]" +257211,"[{'id':6614,'name':'website'},{'id':174420,'name':'intern'},{'id':187056,'name':'woman director'}]" +311291,"[{'id':246,'name':'dancing'},{'id':978,'name':'broken engagement'},{'id':1157,'name':'wife husband relationship'},{'id':1328,'name':'secret'},{'id':3725,'name':'pregnancy'},{'id':6038,'name':'marriage'},{'id':6044,'name':'promise'},{'id':6625,'name':'family secret'},{'id':33671,'name':'german shepherd'},{'id':156237,'name':'jewelry store'},{'id':156866,'name':'based on short story'},{'id':157496,'name':'dead lover'},{'id':160423,'name':'apology'},{'id':161727,'name':'slide projector'},{'id':172972,'name':'old woman'},{'id':190816,'name':'anniversary'},{'id':207592,'name':'piano'},{'id':238618,'name':'crying man'}]" +362538,"[{'id':2673,'name':'horse'}]" +44326,"[{'id':2539,'name':'harassment'},{'id':9748,'name':'revenge'},{'id':9937,'name':'suspense'},{'id':10735,'name':'rape attempt'},{'id':13006,'name':'torture'},{'id':170468,'name':'grave digging'},{'id':187236,'name':'submission'},{'id':228402,'name':'defenseless woman'},{'id':228403,'name':'police inaction'}]" +42594,"[{'id':13006,'name':'torture'},{'id':14760,'name':'scientist'}]" +277546,[] +38152,"[{'id':708,'name':'runaway'},{'id':10765,'name':'gunshot wound'},{'id':14604,'name':'theft'}]" +257,"[{'id':212,'name':'london'},{'id':516,'name':'child abuse'},{'id':542,'name':'street gang'},{'id':708,'name':'runaway'},{'id':714,'name':'child labour'},{'id':818,'name':'based on novel or book'},{'id':3430,'name':'pickpocket'},{'id':6272,'name':'children's home'},{'id':6783,'name':'orphanage'},{'id':9727,'name':'thief'},{'id':14819,'name':'violence'},{'id':46958,'name':'good and bad'},{'id':208349,'name':'child'}]" +347924,[] +11153,"[{'id':279,'name':'usa'},{'id':5493,'name':'relatives'},{'id':7312,'name':'road trip'},{'id':10673,'name':'domestic life'},{'id':14724,'name':'family vacation'},{'id':33694,'name':'family holiday'},{'id':158340,'name':'theme park'},{'id':179431,'name':'duringcreditsstinger'}]" +16820,"[{'id':1576,'name':'technology'}]" +128207,"[{'id':490,'name':'philosophy'},{'id':1003,'name':'photographer'},{'id':10183,'name':'independent film'},{'id':33768,'name':'blind'},{'id':41592,'name':'monastery'},{'id':175884,'name':'organ donation'},{'id':197390,'name':'organ theft'}]" +60550,"[{'id':2532,'name':'bomber'},{'id':179062,'name':'purple heart'}]" +306622,"[{'id':9882,'name':'space'},{'id':10776,'name':'marijuana'}]" +336016,[] +362430,"[{'id':1415,'name':'small town'},{'id':5160,'name':'animal attack'},{'id':5404,'name':'meteor'},{'id':14819,'name':'violence'},{'id':15162,'name':'dog'},{'id':212424,'name':'killer dog'}]" +36850,"[{'id':1890,'name':'camping'},{'id':4003,'name':'botanist'},{'id':9826,'name':'murder'},{'id':10909,'name':'lawyer'},{'id':187056,'name':'woman director'},{'id':221186,'name':'clumsy'}]" +159824,"[{'id':272,'name':'transylvania'},{'id':612,'name':'hotel'},{'id':616,'name':'witch'},{'id':1576,'name':'technology'},{'id':2343,'name':'magic'},{'id':2904,'name':'mummy'},{'id':3633,'name':'dracula'},{'id':4062,'name':'skeleton'},{'id':4555,'name':'only child'},{'id':5891,'name':'backpacker'},{'id':6038,'name':'marriage'},{'id':11155,'name':'wolfman'},{'id':12377,'name':'zombie'},{'id':14633,'name':'moving out'},{'id':160130,'name':'invisible man'},{'id':224472,'name':'new life'}]" +913,"[{'id':159520,'name':'martinique'},{'id':159521,'name':'claude monet'},{'id':159523,'name':'famous painting'},{'id':159529,'name':'glider'},{'id':159531,'name':'insurance agent'},{'id':159534,'name':'stolen painting'},{'id':159538,'name':'valuable painting'}]" +1541,"[{'id':279,'name':'usa'},{'id':531,'name':'southern usa'},{'id':828,'name':'waitress'},{'id':2801,'name':'self-defense'},{'id':3306,'name':'highway'},{'id':5248,'name':'female friendship'},{'id':5521,'name':'arkansas'},{'id':5522,'name':'grand canyon'},{'id':7312,'name':'road trip'}]" +244539,"[{'id':165402,'name':'semi autobiographical'},{'id':187056,'name':'woman director'},{'id':189447,'name':'bipolar'},{'id':211158,'name':'absent parent'},{'id':220448,'name':'bipolar disorder'}]" +46797,[] +288036,"[{'id':572,'name':'sex'},{'id':1332,'name':'cheating'},{'id':9673,'name':'love'},{'id':187056,'name':'woman director'},{'id':197746,'name':'cheater'}]" +273477,"[{'id':1366,'name':'shotgun'},{'id':3688,'name':'strip club'},{'id':8508,'name':'party'},{'id':10292,'name':'gore'},{'id':12377,'name':'zombie'},{'id':14819,'name':'violence'},{'id':169990,'name':'boy scouts'}]" +373321,[] +273481,"[{'id':534,'name':'mexico'},{'id':591,'name':'cia'},{'id':919,'name':'smoking'},{'id':1556,'name':'texas'},{'id':1812,'name':'fbi'},{'id':9826,'name':'murder'},{'id':11719,'name':'dirty cop'},{'id':13042,'name':'soccer'},{'id':14964,'name':'drugs'},{'id':160194,'name':'night vision'},{'id':164881,'name':'death of daughter'},{'id':189102,'name':'tunnel'},{'id':191209,'name':'el paso'},{'id':198423,'name':'moral dilemma'},{'id':208397,'name':'death of wife'},{'id':217064,'name':'mexican cartel'},{'id':244863,'name':'first part'}]" +285783,"[{'id':242,'name':'new york'},{'id':1228,'name':'1970s'},{'id':1418,'name':'skyscraper'},{'id':9672,'name':'based on a true story'},{'id':156770,'name':'tightrope'},{'id':159334,'name':'planning'},{'id':161306,'name':'world trade center'},{'id':163515,'name':'trespass'}]" +361159,"[{'id':3134,'name':'louisiana'},{'id':11219,'name':'navy seal'},{'id':12377,'name':'zombie'},{'id':14819,'name':'violence'},{'id':207419,'name':'infected'},{'id':207891,'name':'walking dead'},{'id':209618,'name':'baton rouge'}]" +298312,"[{'id':380,'name':'sibling relationship'},{'id':897,'name':'rap music'},{'id':904,'name':'pennsylvania'},{'id':4932,'name':'farm'},{'id':9229,'name':'grandparents'},{'id':9826,'name':'murder'},{'id':10103,'name':'children'},{'id':10183,'name':'independent film'},{'id':13127,'name':'farmhouse'},{'id':14768,'name':'single mother'},{'id':14819,'name':'violence'},{'id':160841,'name':'oven'},{'id':163053,'name':'found footage'},{'id':172664,'name':'hide and seek'},{'id':200283,'name':'diaper'}]" +358922,[] +368256,[] +364832,[] +295964,"[{'id':212,'name':'london'},{'id':1650,'name':'cook'},{'id':1946,'name':'restaurant'},{'id':2992,'name':'diva'},{'id':3658,'name':'career'},{'id':3914,'name':'kitchen'},{'id':11436,'name':'redemption'},{'id':14964,'name':'drugs'},{'id':18179,'name':'drug addict'},{'id':18293,'name':'chef'},{'id':223064,'name':'come back'}]" +250124,"[{'id':582,'name':'san francisco'},{'id':1228,'name':'1970s'},{'id':10809,'name':'teenage girl'},{'id':14669,'name':'older man younger woman relationship'},{'id':18712,'name':'based on graphic novel'},{'id':156777,'name':'teenage sexuality'},{'id':184924,'name':'comic book artist'},{'id':187056,'name':'woman director'},{'id':197758,'name':'female sexuality'}]" +345468,"[{'id':4884,'name':'infection'},{'id':9663,'name':'sequel'},{'id':188957,'name':'virus'},{'id':191564,'name':'body horror'}]" +353610,[] +39414,"[{'id':6054,'name':'friendship'},{'id':7942,'name':'imaginary friend'},{'id':9398,'name':'long island'},{'id':10183,'name':'independent film'},{'id':10818,'name':'author'},{'id':13028,'name':'writer'}]" +340275,"[{'id':520,'name':'chicago'}]" +286217,"[{'id':818,'name':'based on novel or book'},{'id':839,'name':'mars'},{'id':1432,'name':'nasa'},{'id':1533,'name':'isolation'},{'id':1612,'name':'spacecraft'},{'id':4003,'name':'botanist'},{'id':9743,'name':'stranded'},{'id':9882,'name':'space'},{'id':10160,'name':'engineering'},{'id':10349,'name':'survival'},{'id':14626,'name':'astronaut'},{'id':156810,'name':'science'},{'id':179431,'name':'duringcreditsstinger'},{'id':196367,'name':'battle for survival'},{'id':209280,'name':'deep space'}]" +146301,"[{'id':321,'name':'terror'},{'id':6152,'name':'supernatural'},{'id':9663,'name':'sequel'},{'id':15001,'name':'demon'},{'id':163053,'name':'found footage'},{'id':207317,'name':'christmas'},{'id':209714,'name':'3d'}]" +360055,[] +43461,"[{'id':14552,'name':'ira (irish republican army)'},{'id':34117,'name':'cult film'},{'id':155451,'name':'brit noir'},{'id':195402,'name':'film noir'}]" +15596,"[{'id':3616,'name':'college'},{'id':171427,'name':'whirlpool'},{'id':171431,'name':'clothing store'},{'id':171439,'name':'bribe'},{'id':171442,'name':'clothing store owner'},{'id':171445,'name':'tutoring'},{'id':187282,'name':'back to school'}]" +276712,"[{'id':3797,'name':'bicycle'},{'id':6075,'name':'sport'},{'id':204278,'name':'downhill'}]" +19186,"[{'id':5767,'name':'summer camp'},{'id':9758,'name':'deception'},{'id':15016,'name':'twins'},{'id':168211,'name':'twins separated at birth'}]" +341077,"[{'id':642,'name':'robbery'},{'id':657,'name':'fire'},{'id':3725,'name':'pregnancy'},{'id':9826,'name':'murder'},{'id':10809,'name':'teenage girl'},{'id':11221,'name':'blood'},{'id':14903,'name':'home invasion'},{'id':18028,'name':'hiding'},{'id':34079,'name':'death'},{'id':166735,'name':'crossbow'}]" +5689,"[{'id':566,'name':'sexual identity'},{'id':2580,'name':'shipwreck'},{'id':4663,'name':'lovers'},{'id':9743,'name':'stranded'},{'id':10792,'name':'marooned'},{'id':11823,'name':'pacific island'},{'id':13130,'name':'teenager'},{'id':155746,'name':'deserted island'},{'id':157524,'name':'tropical island'},{'id':179578,'name':'lost at sea'}]" +6477,"[{'id':637,'name':'pop'},{'id':3490,'name':'pop star'},{'id':4746,'name':'record producer'},{'id':4902,'name':'surprise'},{'id':5310,'name':'approach'},{'id':5774,'name':'forest'},{'id':6027,'name':'music'},{'id':6029,'name':'concert'},{'id':6054,'name':'friendship'},{'id':6706,'name':'performance'},{'id':10986,'name':'chipmunk'},{'id':11477,'name':'anthropomorphism'},{'id':33475,'name':'songwriter'},{'id':167625,'name':'talking to animals'},{'id':179431,'name':'duringcreditsstinger'}]" +2989,"[{'id':409,'name':'africa'},{'id':2043,'name':'lion'},{'id':2857,'name':'elephant'},{'id':4459,'name':'vegetarian'},{'id':4478,'name':'leopard'},{'id':4809,'name':'tiger'},{'id':5160,'name':'animal attack'},{'id':7639,'name':'zebra'},{'id':9902,'name':'wildlife'},{'id':10183,'name':'independent film'},{'id':10787,'name':'jungle'},{'id':11221,'name':'blood'},{'id':211504,'name':'wildlife reserve'},{'id':211505,'name':'wildlife conservation'}]" +55819,[] +15969,"[{'id':539,'name':'middle east'},{'id':4344,'name':'musical'},{'id':9663,'name':'sequel'},{'id':9748,'name':'revenge'},{'id':15252,'name':'magical object'},{'id':18165,'name':'animal'},{'id':179430,'name':'aftercreditsstinger'},{'id':198756,'name':'aladdin'}]" +325173,"[{'id':1930,'name':'kidnapping'},{'id':10084,'name':'rescue'},{'id':10175,'name':'drug cartel'},{'id':238539,'name':'corrupt sheriff'}]" +253412,"[{'id':1262,'name':'mountain'},{'id':3373,'name':'snow storm'},{'id':5827,'name':'hiking'},{'id':8624,'name':'climbing'},{'id':9672,'name':'based on a true story'},{'id':10794,'name':'snow'},{'id':34079,'name':'death'},{'id':156783,'name':'blizzard'},{'id':159212,'name':'mountain climbing'},{'id':192779,'name':'mount everest'},{'id':209714,'name':'3d'}]" +232572,"[{'id':1262,'name':'mountain'},{'id':5827,'name':'hiking'},{'id':5891,'name':'backpacker'},{'id':8624,'name':'climbing'},{'id':8796,'name':'appalachia'},{'id':9713,'name':'friends'},{'id':14641,'name':'based on memoir or autobiography'},{'id':210536,'name':'appalachian trail'}]" +282984,"[{'id':3616,'name':'college'},{'id':232789,'name':'purpose of life'}]" +283445,"[{'id':3358,'name':'haunted house'},{'id':9663,'name':'sequel'},{'id':15016,'name':'twins'}]" +332502,"[{'id':1612,'name':'spacecraft'},{'id':1706,'name':'experiment'},{'id':2423,'name':'simulation'},{'id':9882,'name':'space'},{'id':14626,'name':'astronaut'}]" +348689,"[{'id':9725,'name':'sword fight'},{'id':250198,'name':'goryeo dynasty'}]" +54523,"[{'id':387,'name':'california'},{'id':570,'name':'rape'},{'id':572,'name':'sex'},{'id':818,'name':'based on novel or book'},{'id':1562,'name':'hostage'},{'id':6259,'name':'psychopath'},{'id':7188,'name':'hostage-taking'},{'id':9826,'name':'murder'},{'id':9937,'name':'suspense'},{'id':11546,'name':'hitchhiker'},{'id':14819,'name':'violence'},{'id':167043,'name':'road movie'}]" +348296,[] +107412,[] +35052,"[{'id':392,'name':'england'},{'id':818,'name':'based on novel or book'},{'id':3030,'name':'nightmare'},{'id':5136,'name':'uniform'},{'id':9826,'name':'murder'},{'id':9833,'name':'lesbian relationship'},{'id':9937,'name':'suspense'},{'id':10180,'name':'homosexuality'},{'id':10508,'name':'teacher'},{'id':10873,'name':'school'},{'id':11696,'name':'underage drinking'},{'id':12105,'name':'student'},{'id':18396,'name':'catholic'},{'id':41329,'name':'mental illness'},{'id':47020,'name':'storytelling'},{'id':155697,'name':'aristocrat'},{'id':156948,'name':'missing child'},{'id':187056,'name':'woman director'}]" +2749,"[{'id':242,'name':'new york'},{'id':378,'name':'prison'},{'id':703,'name':'detective'},{'id':822,'name':'airport'},{'id':1563,'name':'prisoner'},{'id':2340,'name':'paranoia'},{'id':2808,'name':'russian'},{'id':4697,'name':'video'},{'id':6149,'name':'police'},{'id':9748,'name':'revenge'},{'id':10561,'name':'video camera'},{'id':13073,'name':'fear'},{'id':14512,'name':'new york city'},{'id':14819,'name':'violence'},{'id':15009,'name':'criminal'},{'id':15167,'name':'police detective'},{'id':34079,'name':'death'},{'id':156022,'name':'nypd'},{'id':162502,'name':'news report'}]" +347969,"[{'id':155573,'name':'wild west'}]" +149592,"[{'id':41171,'name':'pond'},{'id':157634,'name':'parasite'}]" +351901,"[{'id':9748,'name':'revenge'},{'id':15076,'name':'cat and mouse'},{'id':18035,'name':'family'}]" +13776,"[{'id':10738,'name':'diner'},{'id':158938,'name':'baltimore maryland'},{'id':160619,'name':'fake accident'},{'id':160627,'name':'gambling debt'},{'id':169152,'name':'twenty something'},{'id':208611,'name':'1950s'}]" +149509,"[{'id':206576,'name':'death of girlfriend'},{'id':208142,'name':'horns'}]" +11615,"[{'id':378,'name':'prison'},{'id':736,'name':'journalist'},{'id':1556,'name':'texas'},{'id':1992,'name':'professor'},{'id':2122,'name':'death penalty'},{'id':2501,'name':'death row'},{'id':4434,'name':'interview'},{'id':9826,'name':'murder'},{'id':12193,'name':'reporter'},{'id':174420,'name':'intern'},{'id':197521,'name':'innocent'},{'id':208647,'name':'activist'}]" +858,"[{'id':697,'name':'loss of loved one'},{'id':725,'name':'lovesickness'},{'id':736,'name':'journalist'},{'id':970,'name':'parent child relationship'},{'id':1224,'name':'radio station'},{'id':1441,'name':'christmas party'},{'id':2038,'name':'love of one's life'},{'id':2135,'name':'radio'},{'id':2350,'name':'seattle'},{'id':2672,'name':'baltimore'},{'id':2687,'name':'fiancé'},{'id':3740,'name':'radio presenter'},{'id':3800,'name':'airplane'},{'id':4305,'name':'radio transmission'},{'id':4306,'name':'observation deck'},{'id':6054,'name':'friendship'},{'id':6059,'name':'unsociability'},{'id':187056,'name':'woman director'}]" +86597,"[{'id':1930,'name':'kidnapping'},{'id':10103,'name':'children'},{'id':156948,'name':'missing child'}]" +245698,"[{'id':316,'name':'chess'},{'id':2106,'name':'cold war'},{'id':2139,'name':'russia'},{'id':5565,'name':'biography'},{'id':6067,'name':'victory'}]" +304372,[] +336004,"[{'id':585,'name':'casino'},{'id':642,'name':'robbery'},{'id':8038,'name':'bus hijacking'},{'id':10051,'name':'heist'}]" +301351,"[{'id':12670,'name':'los angeles'},{'id':166947,'name':'san fernando valley'},{'id':186117,'name':'dj'}]" +266647,"[{'id':334,'name':'flying'},{'id':2343,'name':'magic'},{'id':3205,'name':'fairy tale'},{'id':4332,'name':'peter pan'},{'id':5938,'name':'mermaid'},{'id':12988,'name':'pirate'},{'id':170362,'name':'fantasy world'}]" +73588,"[{'id':18051,'name':'female stalker'},{'id':18052,'name':'anonymous telephone call'},{'id':18053,'name':'divorcee'}]" +22007,[] +22175,"[{'id':9937,'name':'suspense'}]" +77785,"[{'id':11260,'name':'serial murder'},{'id':220002,'name':'city youths'},{'id':220003,'name':'country folk'}]" +14833,"[{'id':3358,'name':'haunted house'},{'id':6152,'name':'supernatural'},{'id':9937,'name':'suspense'}]" +346401,"[{'id':207379,'name':'electronic music'}]" +61105,"[{'id':5332,'name':'greed'},{'id':9826,'name':'murder'},{'id':10911,'name':'inheritance'},{'id':193537,'name':'stage performance'}]" +4437,"[{'id':306,'name':'jupiter'},{'id':3222,'name':'super computer'},{'id':3801,'name':'space travel'},{'id':4040,'name':'space mission'},{'id':4078,'name':'ghost ship'},{'id':9882,'name':'space'},{'id':14626,'name':'astronaut'},{'id':155689,'name':'monolith'}]" +371332,[] +302026,[] +2539,"[{'id':213,'name':'upper class'},{'id':456,'name':'mother'},{'id':641,'name':'single parent'},{'id':970,'name':'parent child relationship'},{'id':1157,'name':'wife husband relationship'},{'id':1650,'name':'cook'},{'id':1716,'name':'milieu'},{'id':2173,'name':'illegal immigration'},{'id':2356,'name':'immigrant'},{'id':2568,'name':'language barrier'},{'id':2783,'name':'family's daily life'},{'id':3200,'name':'platonic love'},{'id':3595,'name':'deceived husband'},{'id':4034,'name':'class society'},{'id':5083,'name':'hysteria'},{'id':5565,'name':'biography'},{'id':5616,'name':'united states–mexico barrier'},{'id':5625,'name':'relationship problems'},{'id':6069,'name':'class'},{'id':6277,'name':'language course'},{'id':9457,'name':'single'},{'id':14638,'name':'american'},{'id':163127,'name':'mexican'},{'id':170652,'name':'father figure'}]" +283587,"[{'id':409,'name':'africa'},{'id':818,'name':'based on novel or book'},{'id':190337,'name':'child soldier'},{'id':241982,'name':'children in wartime'}]" +350505,"[{'id':3096,'name':'book'},{'id':156835,'name':'hypnotism'}]" +299553,"[{'id':1889,'name':'lake'},{'id':2988,'name':'shark attack'}]" +320433,"[{'id':10278,'name':'ninja'}]" +46885,"[{'id':736,'name':'journalist'},{'id':10333,'name':'stalking'},{'id':10714,'name':'serial killer'},{'id':11289,'name':'woman reporter'},{'id':11612,'name':'hospital'},{'id':12339,'name':'slasher'},{'id':14805,'name':'maniac'},{'id':176182,'name':'psycho'},{'id':189921,'name':'video nasty'},{'id':206850,'name':'canuxploitation'}]" +117974,"[{'id':392,'name':'england'},{'id':458,'name':'hippie'},{'id':931,'name':'jealousy'},{'id':5159,'name':'tourist'},{'id':5867,'name':'caravan'},{'id':8201,'name':'satire'},{'id':10123,'name':'dark comedy'},{'id':14676,'name':'series of murders'},{'id':182536,'name':'suicide pact'},{'id':207761,'name':'cyclist'},{'id':243983,'name':'stolen dog'}]" +73307,"[{'id':9016,'name':'femme fatale'},{'id':11034,'name':'b movie'},{'id':195402,'name':'film noir'}]" +30593,"[{'id':572,'name':'sex'},{'id':2039,'name':'sexual frustration'},{'id':2389,'name':'virgin'},{'id':5768,'name':'urban life'},{'id':9887,'name':'surrealism'},{'id':10131,'name':'interracial relationship'},{'id':10694,'name':'pinball'},{'id':10776,'name':'marijuana'},{'id':11190,'name':'sexual attraction'},{'id':11243,'name':'african american'},{'id':14687,'name':'extreme violence'},{'id':161919,'name':'adult animation'}]" +371250,[] +330115,"[{'id':5349,'name':'surfing'},{'id':187056,'name':'woman director'}]" +294963,"[{'id':351,'name':'poison'},{'id':1563,'name':'prisoner'},{'id':9826,'name':'murder'},{'id':9897,'name':'rifle'},{'id':10292,'name':'gore'},{'id':10322,'name':'native american'},{'id':11181,'name':'decapitation'},{'id':11436,'name':'redemption'},{'id':14687,'name':'extreme violence'},{'id':14819,'name':'violence'},{'id':14895,'name':'cannibal'},{'id':15381,'name':'captive'},{'id':156702,'name':'capture'},{'id':208048,'name':'cannibalism'},{'id':220704,'name':'cave dwellers'}]" +323272,"[{'id':5950,'name':'christian'}]" +172469,[] +338676,"[{'id':1852,'name':'mutant'},{'id':9950,'name':'thriller'},{'id':12377,'name':'zombie'},{'id':186565,'name':'zombie apocalypse'}]" +261820,[] +302042,"[{'id':3616,'name':'college'},{'id':10058,'name':'sorority'}]" +309245,"[{'id':316,'name':'chess'},{'id':10085,'name':'betrayal'}]" +256561,"[{'id':271,'name':'competition'},{'id':282,'name':'video game'},{'id':166939,'name':'esports'}]" +360203,"[{'id':642,'name':'robbery'},{'id':1420,'name':'gas station'},{'id':10183,'name':'independent film'},{'id':10856,'name':'bag of money'},{'id':14765,'name':'church'},{'id':18068,'name':'teenage boy'},{'id':156121,'name':'ex-con'},{'id':168350,'name':'bus station'},{'id':196911,'name':'estranged son'},{'id':211245,'name':'accomplice'},{'id':214601,'name':'traveling'},{'id':224411,'name':'on the lam'}]" +81440,"[{'id':7312,'name':'road trip'},{'id':187056,'name':'woman director'},{'id':207317,'name':'christmas'}]" +324277,[] +14240,"[{'id':5340,'name':'investigation'},{'id':6149,'name':'police'},{'id':10714,'name':'serial killer'},{'id':11522,'name':'police officer killed'},{'id':12339,'name':'slasher'},{'id':14512,'name':'new york city'},{'id':14805,'name':'maniac'},{'id':34117,'name':'cult film'}]" +9548,"[{'id':578,'name':'rock 'n' roll'},{'id':837,'name':'show business'},{'id':2570,'name':'rock star'},{'id':5540,'name':'heavy metal'},{'id':9826,'name':'murder'},{'id':155790,'name':'private detective'}]" +9785,"[{'id':6270,'name':'high school'},{'id':9714,'name':'remake'},{'id':12105,'name':'student'},{'id':13130,'name':'teenager'},{'id':184318,'name':'out of body experience'},{'id':190116,'name':'school life'}]" +11238,"[{'id':4344,'name':'musical'},{'id':4895,'name':'flying carpet'},{'id':9392,'name':'orient'},{'id':9663,'name':'sequel'},{'id':190536,'name':'genie'},{'id':191012,'name':'arabian nights'}]" +86828,"[{'id':212,'name':'london'},{'id':4375,'name':'transformation'},{'id':9951,'name':'alien'},{'id':10508,'name':'teacher'},{'id':11477,'name':'anthropomorphism'},{'id':33637,'name':'super power'},{'id':229741,'name':'godlike power'}]" +237200,[] +10833,"[{'id':206718,'name':'cons and scams'}]" +353345,"[{'id':2626,'name':'exorcism'}]" +346079,"[{'id':10175,'name':'drug cartel'}]" +192767,"[{'id':516,'name':'child abuse'},{'id':570,'name':'rape'},{'id':2386,'name':'empowerment'},{'id':2660,'name':'strong woman'},{'id':4119,'name':'saigon'},{'id':11018,'name':'irish'},{'id':11322,'name':'female protagonist'},{'id':12987,'name':'poverty'},{'id':14537,'name':'woman power'},{'id':154954,'name':'social injustice'},{'id':166671,'name':'social activism'},{'id':181052,'name':'helping children'},{'id':191731,'name':'female empowerment'},{'id':207691,'name':'abuse'},{'id':207999,'name':'determination'},{'id':224814,'name':'social change'},{'id':227596,'name':'tramatic childhood'}]" +9400,"[{'id':641,'name':'single parent'},{'id':2492,'name':'bank robber'},{'id':4813,'name':'last chance'},{'id':10051,'name':'heist'},{'id':12670,'name':'los angeles'}]" +194722,"[{'id':641,'name':'single parent'},{'id':3616,'name':'college'},{'id':9799,'name':'romantic comedy'}]" +20713,"[{'id':439,'name':'paradise'},{'id':1806,'name':'deserter'},{'id':1956,'name':'world war ii'},{'id':2041,'name':'island'},{'id':2580,'name':'shipwreck'},{'id':4410,'name':'u.s. navy'},{'id':7265,'name':'borneo'},{'id':10148,'name':'tribe'},{'id':10787,'name':'jungle'},{'id':11031,'name':'guerrilla warfare'},{'id':11106,'name':'infantry'}]" +2609,"[{'id':4543,'name':'thanksgiving'},{'id':33809,'name':'receptionist'},{'id':167948,'name':'slob'},{'id':167951,'name':'st. louis missouri'},{'id':167952,'name':'double take'},{'id':167958,'name':'o'hare airport chicago'},{'id':167959,'name':'chatter box'},{'id':167963,'name':'wichita kansas'},{'id':167965,'name':'speeding ticket'},{'id':167968,'name':'chewing tobacco'},{'id':167970,'name':'credit card fraud'},{'id':167975,'name':'state trooper'},{'id':167979,'name':'sears tower chicago'},{'id':167982,'name':'unlikely friendship'},{'id':179430,'name':'aftercreditsstinger'}]" +254472,"[{'id':7035,'name':'giant insect'}]" +12207,"[{'id':779,'name':'martial arts'},{'id':797,'name':'showdown'},{'id':970,'name':'parent child relationship'},{'id':5572,'name':'fistfight'},{'id':6054,'name':'friendship'},{'id':12965,'name':'duel'}]" +123772,"[{'id':2346,'name':'worker'},{'id':7587,'name':'nigeria'},{'id':163095,'name':'british colonial'},{'id':169058,'name':'trade'},{'id':207764,'name':'tribal law'},{'id':207765,'name':'wife beater'},{'id':207876,'name':'1920s'}]" +9087,"[{'id':833,'name':'white house'},{'id':840,'name':'usa president'},{'id':1605,'name':'new love'},{'id':33476,'name':'widower'},{'id':211505,'name':'wildlife conservation'}]" +4032,"[{'id':10226,'name':'neighbor'},{'id':170116,'name':'writing class'},{'id':170118,'name':'makeup artist'},{'id':170124,'name':'camper'},{'id':170125,'name':'cosmetologist'},{'id':170130,'name':'tree climbing'},{'id':170141,'name':'tuba'},{'id':240303,'name':'father daughter relationship'}]" +32998,"[{'id':2669,'name':'motel'},{'id':3096,'name':'book'},{'id':9706,'name':'anthology'},{'id':9866,'name':'basement'},{'id':10183,'name':'independent film'},{'id':10308,'name':'h.p. lovecraft'},{'id':10714,'name':'serial killer'},{'id':157466,'name':'necronomicon'},{'id':232533,'name':'immortal'}]" +10925,"[{'id':1227,'name':'cemetery'},{'id':2452,'name':'crematorium'},{'id':4470,'name':'punk'},{'id':6129,'name':'company'},{'id':10327,'name':'undead'},{'id':12377,'name':'zombie'},{'id':41603,'name':'paramedic'},{'id':155619,'name':'attic'},{'id':157892,'name':'warehouse'},{'id':157893,'name':'stairs'},{'id':207492,'name':'night of the living dead'},{'id':207891,'name':'walking dead'},{'id':234040,'name':'louisville'}]" +9945,"[{'id':818,'name':'based on novel or book'},{'id':1508,'name':'new mexico'},{'id':3133,'name':'vampire'},{'id':8508,'name':'party'},{'id':9259,'name':'vampire hunter'},{'id':9748,'name':'revenge'},{'id':10093,'name':'priest'},{'id':14765,'name':'church'},{'id':15084,'name':'skull'},{'id':34051,'name':'team'},{'id':41380,'name':'crucifix'},{'id':41511,'name':'cross'},{'id':161935,'name':'relic'},{'id':166720,'name':'vampire slayer'},{'id':224795,'name':'drinking blood'}]" +590,"[{'id':212,'name':'london'},{'id':236,'name':'suicide'},{'id':237,'name':'gay'},{'id':496,'name':'poetry'},{'id':740,'name':'aids'},{'id':793,'name':'drowning'},{'id':818,'name':'based on novel or book'},{'id':894,'name':'depression'},{'id':1526,'name':'home'},{'id':1587,'name':'way of life'},{'id':1824,'name':'self-destruction'},{'id':2065,'name':'province'},{'id':2132,'name':'literature'},{'id':2386,'name':'empowerment'},{'id':2755,'name':'country life'},{'id':2783,'name':'family's daily life'},{'id':2875,'name':'sense of life'},{'id':2981,'name':'homelessness'},{'id':2982,'name':'leaving one's family'},{'id':6262,'name':'delusion'}]" +292431,"[{'id':90,'name':'paris france'},{'id':572,'name':'sex'},{'id':738,'name':'sexuality'},{'id':2861,'name':'gallery'},{'id':3725,'name':'pregnancy'},{'id':5490,'name':'girlfriend'},{'id':9673,'name':'love'},{'id':12105,'name':'student'},{'id':13130,'name':'teenager'},{'id':14534,'name':'relationship'},{'id':14602,'name':'break-up'}]" +63139,"[{'id':6075,'name':'sport'}]" +26811,"[{'id':9706,'name':'anthology'},{'id':178259,'name':'crawling hand'}]" +17258,"[{'id':9094,'name':'womanizer'},{'id':11061,'name':'debt'},{'id':161545,'name':'alcoholic father'}]" +26170,"[{'id':10685,'name':'escape'},{'id':11860,'name':'fish out of water'},{'id':162632,'name':'chrysler building'}]" +309809,"[{'id':490,'name':'philosophy'},{'id':970,'name':'parent child relationship'},{'id':3469,'name':'utopia'},{'id':3800,'name':'airplane'},{'id':4414,'name':'adventure'},{'id':4565,'name':'dystopia'},{'id':9736,'name':'little boy'},{'id':9825,'name':'growing up'},{'id':10121,'name':'stop motion'},{'id':10226,'name':'neighbor'},{'id':10873,'name':'school'},{'id':10938,'name':'old man'},{'id':12663,'name':'little girl'},{'id':14532,'name':'crazy'},{'id':15101,'name':'based on children's book'},{'id':170647,'name':'story'},{'id':180787,'name':'social differences'},{'id':209714,'name':'3d'}]" +353686,"[{'id':3725,'name':'pregnancy'},{'id':8087,'name':'horror'},{'id':10629,'name':'vision'},{'id':221134,'name':'sight'}]" +331781,"[{'id':1416,'name':'jazz'},{'id':1803,'name':'drug addiction'},{'id':2367,'name':'rehabilitation'},{'id':2635,'name':'overdose'},{'id':5565,'name':'biography'},{'id':6782,'name':'addiction'},{'id':10649,'name':'drug rehabilitation'},{'id':18179,'name':'drug addict'},{'id':41352,'name':'drug overdose'},{'id':47017,'name':'jazz singer'},{'id':162078,'name':'female singer'},{'id':164296,'name':'addict'},{'id':172383,'name':'eating disorder'}]" +309242,"[{'id':383,'name':'poker'},{'id':395,'name':'gambling'},{'id':585,'name':'casino'},{'id':2411,'name':'new orleans'},{'id':6433,'name':'roulette'},{'id':7312,'name':'road trip'},{'id':7996,'name':'blackjack'},{'id':11061,'name':'debt'},{'id':155759,'name':'horse racing'},{'id':155816,'name':'ex-wife'},{'id':160627,'name':'gambling debt'},{'id':165533,'name':'craps'},{'id':167043,'name':'road movie'},{'id':176516,'name':'slot machine'},{'id':187056,'name':'woman director'},{'id':217452,'name':'buddy film'}]" +343795,"[{'id':11612,'name':'hospital'},{'id':14765,'name':'church'}]" +319067,"[{'id':416,'name':'miami'},{'id':520,'name':'chicago'},{'id':2136,'name':'television'},{'id':6078,'name':'politics'},{'id':6258,'name':'intellectual'},{'id':10818,'name':'author'},{'id':11141,'name':'debate'},{'id':154866,'name':'archival footage'},{'id':195279,'name':'television network'},{'id':208992,'name':'1960s'}]" +287948,"[{'id':396,'name':'transporter'},{'id':9663,'name':'sequel'},{'id':9937,'name':'suspense'},{'id':33885,'name':'car'},{'id':191845,'name':'bank heist'}]" +294254,"[{'id':818,'name':'based on novel or book'},{'id':836,'name':'resistance'},{'id':2158,'name':'maze'},{'id':4458,'name':'post-apocalyptic'},{'id':4565,'name':'dystopia'},{'id':4884,'name':'infection'},{'id':10562,'name':'on the run'},{'id':10685,'name':'escape'},{'id':12377,'name':'zombie'},{'id':14527,'name':'storm'},{'id':14673,'name':'disease'},{'id':18034,'name':'desert'},{'id':41412,'name':'sewer'},{'id':162344,'name':'antidote'},{'id':188950,'name':'corporation'},{'id':188957,'name':'virus'},{'id':204967,'name':'runner'},{'id':213987,'name':'city ruin'},{'id':219843,'name':'immunity'},{'id':246466,'name':'based on young adult novel'}]" +102899,"[{'id':3126,'name':'ant'},{'id':6380,'name':'shrinking'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':10842,'name':'good vs evil'},{'id':12101,'name':'miniaturization'},{'id':159075,'name':'miniature people'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'},{'id':180547,'name':'marvel cinematic universe'},{'id':209714,'name':'3d'},{'id':229653,'name':'special suit'}]" +308032,[] +324308,"[{'id':279,'name':'usa'},{'id':1576,'name':'technology'},{'id':6104,'name':'computer'},{'id':9682,'name':'history'},{'id':10410,'name':'conspiracy'},{'id':33673,'name':'apple'},{'id':236901,'name':'businessman'}]" +651,"[{'id':1850,'name':'daily life'},{'id':3263,'name':'american way of life'},{'id':3264,'name':'korean war'},{'id':11138,'name':'military spoof'},{'id':13005,'name':'doctor'}]" +310137,"[{'id':1930,'name':'kidnapping'},{'id':4580,'name':'van'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':10292,'name':'gore'},{'id':10685,'name':'escape'},{'id':11221,'name':'blood'},{'id':14819,'name':'violence'},{'id':15381,'name':'captive'},{'id':34079,'name':'death'}]" +249070,"[{'id':782,'name':'assassin'},{'id':1308,'name':'secret identity'},{'id':2051,'name':'intelligence'},{'id':2708,'name':'hitman'},{'id':13129,'name':'execution'},{'id':15127,'name':'killer'},{'id':41645,'name':'based on video game'}]" +214756,"[{'id':5098,'name':'sperm bank'},{'id':9663,'name':'sequel'},{'id':15214,'name':'buddy'},{'id':18074,'name':'courthouse'},{'id':158162,'name':'teddy bear'},{'id':179430,'name':'aftercreditsstinger'},{'id':187065,'name':'toy comes to life'},{'id':193682,'name':'married'}]" +311539,"[{'id':1991,'name':'santa claus'},{'id':207317,'name':'christmas'},{'id':215572,'name':'krampus'}]" +320586,"[{'id':187056,'name':'woman director'}]" +310593,"[{'id':110,'name':'venice, italy'},{'id':236,'name':'suicide'},{'id':612,'name':'hotel'},{'id':888,'name':'screenwriter'},{'id':1223,'name':'switzerland'},{'id':1233,'name':'composer'},{'id':2317,'name':'conductor'},{'id':6876,'name':'vacation'},{'id':160175,'name':'alps'},{'id':163180,'name':'old friends'}]" +291549,"[{'id':441,'name':'assassination'},{'id':4109,'name':'independence movement'},{'id':212573,'name':'japanese invasion of korea'},{'id':231867,'name':'korean resistance'},{'id':250212,'name':'japanese occupation of korea'}]" +19200,"[{'id':7002,'name':'vigilante'},{'id':10183,'name':'independent film'},{'id':10714,'name':'serial killer'}]" +41281,[] +3547,"[{'id':596,'name':'adultery'},{'id':738,'name':'sexuality'},{'id':1721,'name':'fight'},{'id':2486,'name':'fantasy'},{'id':6038,'name':'marriage'},{'id':9673,'name':'love'},{'id':9937,'name':'suspense'},{'id':162365,'name':'military'}]" +319076,"[{'id':5565,'name':'biography'}]" +19345,[] +427,"[{'id':90,'name':'paris france'},{'id':558,'name':'city portrait'},{'id':730,'name':'factory worker'},{'id':970,'name':'parent child relationship'},{'id':2100,'name':'new building'},{'id':2102,'name':'brother-in-law'},{'id':2384,'name':'modernity'},{'id':14632,'name':'suburb'},{'id':17997,'name':'housekeeper'}]" +995,"[{'id':549,'name':'prostitute'},{'id':1459,'name':'marriage proposal'},{'id':1508,'name':'new mexico'},{'id':1859,'name':'arizona'},{'id':3256,'name':'infant'},{'id':10216,'name':'outcast'},{'id':10718,'name':'fugitive'},{'id':13005,'name':'doctor'},{'id':18034,'name':'desert'},{'id':33600,'name':'stagecoach'},{'id':155291,'name':'cowboy'},{'id':156104,'name':'stranger'},{'id':162722,'name':'indian attack'},{'id':184692,'name':'cowboys and indians'},{'id':188907,'name':'street shootout'},{'id':188924,'name':'outlaw gang'},{'id':196630,'name':'ostracism'},{'id':219945,'name':'calvary'},{'id':234193,'name':'drunkard'}]" +318279,"[{'id':486,'name':'himalaya'},{'id':8624,'name':'climbing'},{'id':14636,'name':'india'},{'id':160177,'name':'mountaineering'},{'id':187056,'name':'woman director'},{'id':220014,'name':'alpinism'},{'id':221117,'name':'alpine climbing'}]" +346,"[{'id':233,'name':'japan'},{'id':1462,'name':'samurai'},{'id':1938,'name':'sword'},{'id':4402,'name':'peasant'},{'id':4631,'name':'looting'},{'id':5329,'name':'rice'},{'id':5330,'name':'fencing'},{'id':5331,'name':'village'},{'id':6917,'name':'epic'},{'id':11426,'name':'moral ambiguity'},{'id':14643,'name':'battle'},{'id':33344,'name':'bandit'},{'id':33558,'name':'practice'},{'id':208244,'name':'16th century'}]" +317981,"[{'id':3133,'name':'vampire'},{'id':232700,'name':'business rivalry'}]" +323901,"[{'id':1956,'name':'world war ii'},{'id':9156,'name':'d-day'},{'id':220838,'name':'army corps nurse'}]" +361931,"[{'id':5565,'name':'biography'},{'id':6075,'name':'sport'},{'id':13042,'name':'soccer'},{'id':223193,'name':'soccer player'},{'id':235474,'name':'portuguese man'}]" +261392,"[{'id':11469,'name':'memory loss'},{'id':54169,'name':'stoner'},{'id':175056,'name':'black ops'}]" +308084,"[{'id':444,'name':'taxi'},{'id':549,'name':'prostitute'},{'id':571,'name':'transsexuality'},{'id':572,'name':'sex'},{'id':1749,'name':'taxi driver'},{'id':6183,'name':'laundromat'},{'id':12396,'name':'hollywood'},{'id':12670,'name':'los angeles'},{'id':33965,'name':'christmas eve'},{'id':158718,'name':'lgbt'},{'id':195624,'name':'black lgbt'},{'id':222581,'name':'transsexual prostitute'},{'id':244088,'name':'shot on iphone'}]" +249688,[] +275601,"[{'id':1013,'name':'homophobia'},{'id':2570,'name':'rock star'},{'id':4995,'name':'aging'},{'id':10235,'name':'family relationships'},{'id':15160,'name':'divorce'},{'id':190069,'name':'estranged'}]" +346808,"[{'id':779,'name':'martial arts'},{'id':782,'name':'assassin'},{'id':11537,'name':'woman with gun'}]" +83384,"[{'id':7270,'name':'backgammon'},{'id':163150,'name':'toy store'},{'id':163151,'name':'hepatitis'}]" +341996,"[{'id':214549,'name':'short'}]" +335970,"[{'id':3189,'name':'white trash'}]" +293970,"[{'id':970,'name':'parent child relationship'},{'id':2389,'name':'virgin'},{'id':5767,'name':'summer camp'},{'id':9732,'name':'film in film'},{'id':9755,'name':'parody'},{'id':9826,'name':'murder'},{'id':10714,'name':'serial killer'},{'id':11663,'name':'camp'},{'id':11931,'name':'spoof'},{'id':12416,'name':'horror spoof'},{'id':13063,'name':'car accident'},{'id':155857,'name':'strip tease'},{'id':161102,'name':'camp counselor'},{'id':207819,'name':'accident'},{'id':208289,'name':'1980s'},{'id':224636,'name':'horror comedy'},{'id':249968,'name':'camp bloodbath'},{'id':249969,'name':'horror parody'}]" +134048,"[{'id':1295,'name':'europe'},{'id':10391,'name':'mafia'},{'id':173644,'name':'communism'}]" +11654,"[{'id':3133,'name':'vampire'},{'id':4978,'name':'immortality'},{'id':4995,'name':'aging'},{'id':8353,'name':'eternal youth'},{'id':15136,'name':'female homosexuality'}]" +57103,"[{'id':189007,'name':'publishing house'},{'id':191192,'name':'madison avenue'}]" +338103,[] +41312,"[{'id':1956,'name':'world war ii'},{'id':2215,'name':'hurricane'},{'id':3203,'name':'pilot'},{'id':11933,'name':'conflict'},{'id':33702,'name':'bombing'},{'id':176012,'name':'airfield'},{'id':219407,'name':'valour'},{'id':219408,'name':'battle of britain'}]" +13938,"[{'id':779,'name':'martial arts'},{'id':4733,'name':'pizzeria'},{'id':5641,'name':'limousine'},{'id':6027,'name':'music'}]" +2614,"[{'id':582,'name':'san francisco'},{'id':1706,'name':'experiment'},{'id':6380,'name':'shrinking'},{'id':11221,'name':'blood'},{'id':190444,'name':'test pilot'}]" +285843,"[{'id':10765,'name':'gunshot wound'},{'id':11826,'name':'cottage'},{'id':13005,'name':'doctor'},{'id':187056,'name':'woman director'}]" +39991,"[{'id':1328,'name':'secret'},{'id':6844,'name':'stalker'},{'id':9826,'name':'murder'},{'id':15127,'name':'killer'},{'id':161192,'name':'tuscany italy'}]" +99861,"[{'id':9663,'name':'sequel'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':10842,'name':'good vs evil'},{'id':155030,'name':'superhero team'},{'id':179431,'name':'duringcreditsstinger'},{'id':180547,'name':'marvel cinematic universe'},{'id':209714,'name':'3d'}]" +188222,"[{'id':567,'name':'alcohol'},{'id':837,'name':'show business'},{'id':2334,'name':'nightclub'},{'id':6054,'name':'friendship'},{'id':6562,'name':'celebrity'},{'id':9094,'name':'womanizer'},{'id':9732,'name':'film in film'},{'id':9823,'name':'rivalry'},{'id':12396,'name':'hollywood'},{'id':162262,'name':'movie star'},{'id':183133,'name':'aspiring actor'},{'id':189389,'name':'financier'},{'id':195550,'name':'entourage'},{'id':220378,'name':'film production'}]" +172828,[] +296178,"[{'id':917,'name':'journalism'},{'id':14602,'name':'break-up'},{'id':155750,'name':'fakes death'},{'id':187056,'name':'woman director'},{'id':191784,'name':'art scene'},{'id':206715,'name':'love and romance'}]" +251321,"[{'id':10902,'name':'new age'},{'id':187056,'name':'woman director'},{'id':212913,'name':'healer'}]" +254905,"[{'id':977,'name':'cat'},{'id':1415,'name':'small town'},{'id':1556,'name':'texas'},{'id':6735,'name':'locksmith'},{'id':238221,'name':'locked in a car'}]" +40682,"[{'id':1321,'name':'gold'},{'id':4129,'name':'widow'},{'id':188296,'name':'hired gun'}]" +166424,"[{'id':3822,'name':'teleportation'},{'id':4375,'name':'transformation'},{'id':5086,'name':'telekinesis'},{'id':7939,'name':'portal'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':155030,'name':'superhero team'},{'id':160117,'name':'fantastic four'},{'id':185406,'name':'sci-fi horror'},{'id':191564,'name':'body horror'},{'id':205731,'name':'invisible woman'}]" +290637,"[{'id':3335,'name':'halloween'},{'id':6149,'name':'police'},{'id':9748,'name':'revenge'},{'id':9786,'name':'burned alive'},{'id':10103,'name':'children'},{'id':13063,'name':'car accident'},{'id':14512,'name':'new york city'},{'id':162846,'name':'ghost'},{'id':170865,'name':'child kidnapping'}]" +280996,"[{'id':212,'name':'london'},{'id':703,'name':'detective'},{'id':9401,'name':'sherlock holmes'},{'id':10937,'name':'memory'},{'id':12097,'name':'allergy'}]" +271718,"[{'id':567,'name':'alcohol'},{'id':2864,'name':'one-night stand'},{'id':13005,'name':'doctor'},{'id':13028,'name':'writer'},{'id':157799,'name':'older woman younger man relationship'},{'id':174420,'name':'intern'},{'id':207078,'name':'magazine editor'},{'id':220713,'name':'party girl'}]" +192141,"[{'id':612,'name':'hotel'},{'id':2020,'name':'revolution'},{'id':4776,'name':'race against time'},{'id':5721,'name':'engineer'},{'id':9610,'name':'coup'},{'id':10349,'name':'survival'},{'id':11196,'name':'rebellion'},{'id':13129,'name':'execution'},{'id':14638,'name':'american'},{'id':18035,'name':'family'},{'id':34061,'name':'american abroad'},{'id':185815,'name':'u.s. embassy'},{'id':197619,'name':'foreign'}]" +328425,"[{'id':703,'name':'detective'},{'id':6844,'name':'stalker'},{'id':9989,'name':'gift'},{'id':10624,'name':'bully'},{'id':12565,'name':'psychological thriller'}]" +211672,"[{'id':3487,'name':'assistant'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'},{'id':189481,'name':'evil mastermind'},{'id':190999,'name':'minions'},{'id':209714,'name':'3d'},{'id':252858,'name':'小小兵'}]" +296099,"[{'id':4944,'name':'route 66'},{'id':5522,'name':'grand canyon'},{'id':5543,'name':'cow'},{'id':6876,'name':'vacation'},{'id':7312,'name':'road trip'},{'id':9663,'name':'sequel'},{'id':10041,'name':'dysfunctional family'},{'id':14724,'name':'family vacation'},{'id':155497,'name':'truck driver'},{'id':155582,'name':'amusement park'},{'id':156768,'name':'roller coaster'},{'id':158340,'name':'theme park'},{'id':195687,'name':'airline pilot'},{'id':220448,'name':'bipolar disorder'},{'id':228417,'name':'plano texas'}]" +203801,"[{'id':470,'name':'spy'},{'id':2106,'name':'cold war'},{'id':9714,'name':'remake'},{'id':10988,'name':'based on tv series'},{'id':167316,'name':'buddy cop'},{'id':190654,'name':'russian spy'},{'id':197822,'name':'american spy'}]" +238615,"[{'id':2251,'name':'lie'},{'id':4978,'name':'immortality'},{'id':6564,'name':'terminal illness'},{'id':10124,'name':'laboratory'},{'id':10163,'name':'cancer'},{'id':13005,'name':'doctor'},{'id':33721,'name':'body-swap'},{'id':34079,'name':'death'},{'id':34143,'name':'rich'},{'id':187008,'name':'false memory'},{'id':189748,'name':'soul transference'},{'id':196682,'name':'rich man'},{'id':205852,'name':'mind transfer'},{'id':218102,'name':'host body'},{'id':218105,'name':'body snatching'},{'id':227385,'name':'eternal'}]" +203273,[] +325133,"[{'id':567,'name':'alcohol'},{'id':3616,'name':'college'},{'id':8508,'name':'party'},{'id':9663,'name':'sequel'},{'id':10058,'name':'sorority'},{'id':10226,'name':'neighbor'},{'id':18035,'name':'family'},{'id':157632,'name':'fraternity'},{'id':193674,'name':'bathroom humor'}]" +39578,"[{'id':818,'name':'based on novel or book'},{'id':1299,'name':'monster'},{'id':3133,'name':'vampire'},{'id':6593,'name':'stripper'},{'id':9706,'name':'anthology'},{'id':10183,'name':'independent film'},{'id':162846,'name':'ghost'}]" +43012,"[{'id':1738,'name':'ukraine'},{'id':3560,'name':'cossack'},{'id':4063,'name':'siege'},{'id':21747,'name':'poland'},{'id':188959,'name':'plague'},{'id':208244,'name':'16th century'},{'id':214410,'name':'ottoman empire'},{'id':228470,'name':'kiev'},{'id':240119,'name':'father son relationship'},{'id':243959,'name':'brother brother relationship'}]" +209185,"[{'id':6178,'name':'newfoundland'},{'id':13005,'name':'doctor'},{'id':159937,'name':'bribery'},{'id':183126,'name':'new job'},{'id':184302,'name':'scheming'},{'id':184426,'name':'ruse'},{'id':196947,'name':'hospitality'}]" +236399,"[{'id':625,'name':'sadistic'},{'id':4412,'name':'grandfather'},{'id':12545,'name':'mansion'},{'id':15381,'name':'captive'},{'id':33739,'name':'molestation'},{'id':33841,'name':'incest'},{'id':155619,'name':'attic'},{'id':164039,'name':'grandmother'},{'id':181958,'name':'starving'},{'id':187056,'name':'woman director'}]" +31952,"[{'id':2804,'name':'exploitation'},{'id':3133,'name':'vampire'},{'id':5600,'name':'daughter'},{'id':155730,'name':'hammer horror'}]" +278955,[] +14223,"[{'id':321,'name':'terror'},{'id':1442,'name':'winter'},{'id':2340,'name':'paranoia'},{'id':5198,'name':'cold'},{'id':6152,'name':'supernatural'},{'id':10794,'name':'snow'},{'id':12105,'name':'student'},{'id':14541,'name':'crash'}]" +8738,"[{'id':1956,'name':'world war ii'},{'id':3365,'name':'pearl harbor'},{'id':3800,'name':'airplane'},{'id':4379,'name':'time travel'},{'id':207883,'name':'1940s'},{'id':208289,'name':'1980s'},{'id':248841,'name':'japanese'},{'id':252880,'name':'uss nimitz'}]" +310133,"[{'id':798,'name':'sheriff'},{'id':1981,'name':'colorado'},{'id':9826,'name':'murder'},{'id':9937,'name':'suspense'},{'id':10950,'name':'shootout'},{'id':11221,'name':'blood'},{'id':14964,'name':'drugs'},{'id':33352,'name':'police car'},{'id':161155,'name':'kids'},{'id':162842,'name':'stolen cars'},{'id':191159,'name':'body in a trunk'},{'id':217321,'name':'joy ride'}]" +21137,"[{'id':4470,'name':'punk'},{'id':11487,'name':'midnight movie'},{'id':155418,'name':'subculture'},{'id':173919,'name':'punk band'},{'id':187056,'name':'woman director'}]" +291272,"[{'id':321,'name':'terror'},{'id':548,'name':'countryside'},{'id':1328,'name':'secret'},{'id':6152,'name':'supernatural'},{'id':13153,'name':'spirit'},{'id':162846,'name':'ghost'},{'id':214978,'name':'vengeful'}]" +253406,"[{'id':242,'name':'new york'},{'id':279,'name':'usa'},{'id':187056,'name':'woman director'}]" +33642,"[{'id':931,'name':'jealousy'},{'id':5283,'name':'hells angels'},{'id':9826,'name':'murder'},{'id':10726,'name':'gang'},{'id':14735,'name':'motorcycle'},{'id':14819,'name':'violence'}]" +351043,[] +117978,"[{'id':6876,'name':'vacation'},{'id':14903,'name':'home invasion'},{'id':156104,'name':'stranger'},{'id':161814,'name':'psycho killer'}]" +158852,"[{'id':1436,'name':'inventor'},{'id':12332,'name':'apocalypse'},{'id':40850,'name':'destiny'},{'id':156395,'name':'imax'},{'id':173276,'name':'dreamer'},{'id':214714,'name':'futuristic car'},{'id':214715,'name':'futuristic city'}]" +246127,[] +45225,"[{'id':6054,'name':'friendship'},{'id':12396,'name':'hollywood'},{'id':185505,'name':'film student'}]" +308369,"[{'id':331,'name':'tattoo'},{'id':818,'name':'based on novel or book'},{'id':6270,'name':'high school'},{'id':8097,'name':'leukemia'},{'id':9713,'name':'friends'},{'id':9755,'name':'parody'},{'id':10163,'name':'cancer'},{'id':10683,'name':'coming of age'},{'id':13130,'name':'teenager'},{'id':18068,'name':'teenage boy'},{'id':33910,'name':'high school student'},{'id':246466,'name':'based on young adult novel'}]" +264999,"[{'id':3230,'name':'male friendship'},{'id':3688,'name':'strip club'},{'id':7312,'name':'road trip'},{'id':155857,'name':'strip tease'},{'id':199040,'name':'strip'}]" +243688,"[{'id':3350,'name':'poltergeist'},{'id':3358,'name':'haunted house'},{'id':9714,'name':'remake'},{'id':179431,'name':'duringcreditsstinger'}]" +44848,"[{'id':187056,'name':'woman director'}]" +348811,"[{'id':1956,'name':'world war ii'},{'id':2652,'name':'nazi'}]" +295196,"[{'id':1415,'name':'small town'},{'id':2673,'name':'horse'},{'id':157657,'name':'country singer'},{'id':163242,'name':'teenage rebellion'}]" +12239,"[{'id':321,'name':'terror'},{'id':591,'name':'cia'},{'id':1721,'name':'fight'},{'id':2085,'name':'summer residence'},{'id':3278,'name':'kgb'},{'id':11715,'name':'arrow'},{'id':13424,'name':'tv reporter'},{'id':14819,'name':'violence'},{'id':18035,'name':'family'},{'id':41153,'name':'meeting'}]" +19542,"[{'id':212,'name':'london'},{'id':1233,'name':'composer'},{'id':1346,'name':'dance performance'},{'id':1605,'name':'new love'},{'id':1691,'name':'dance'},{'id':4118,'name':'ballet dancer'},{'id':4173,'name':'music lover'},{'id':10551,'name':'ballet'},{'id':238526,'name':'red shoes'}]" +297621,"[{'id':187056,'name':'woman director'}]" +212748,[] +977,"[{'id':436,'name':'south seas'},{'id':911,'name':'exotic island'},{'id':2038,'name':'love of one's life'},{'id':2163,'name':'civilization'},{'id':2858,'name':'sacrifice'},{'id':6611,'name':'tahiti'},{'id':9840,'name':'romance'},{'id':10685,'name':'escape'},{'id':12999,'name':'black and white'},{'id':15097,'name':'shark'},{'id':18330,'name':'nature'},{'id':180803,'name':'polynesia'}]" +289232,[] +220476,[] +12778,"[{'id':331,'name':'tattoo'},{'id':420,'name':'bowling'},{'id':428,'name':'nurse'},{'id':2016,'name':'vandalism'},{'id':4412,'name':'grandfather'},{'id':4438,'name':'cousin'},{'id':5332,'name':'greed'},{'id':10329,'name':'wealth'},{'id':10594,'name':'money'},{'id':14669,'name':'older man younger woman relationship'},{'id':18035,'name':'family'},{'id':33457,'name':'alcoholic'},{'id':40879,'name':'drunk'},{'id':155790,'name':'private detective'}]" +11384,"[{'id':851,'name':'dual identity'},{'id':1284,'name':'identity'},{'id':4654,'name':'undercover agent'},{'id':5629,'name':'role reversal'}]" +312793,"[{'id':11931,'name':'spoof'},{'id':12377,'name':'zombie'}]" +135397,"[{'id':1299,'name':'monster'},{'id':1718,'name':'dna'},{'id':1720,'name':'tyrannosaurus rex'},{'id':1766,'name':'velociraptor'},{'id':2041,'name':'island'},{'id':5160,'name':'animal attack'},{'id':9663,'name':'sequel'},{'id':9937,'name':'suspense'},{'id':10617,'name':'disaster'},{'id':10685,'name':'escape'},{'id':12616,'name':'dinosaur'},{'id':155582,'name':'amusement park'},{'id':158340,'name':'theme park'},{'id':178010,'name':'jurassic park'},{'id':209714,'name':'3d'},{'id':223059,'name':'animal horror'}]" +254128,"[{'id':387,'name':'california'},{'id':3521,'name':'earthquake'},{'id':188351,'name':'catastrophe'},{'id':189411,'name':'disaster movie'},{'id':209714,'name':'3d'},{'id':213895,'name':'san andreas'},{'id':213896,'name':'san andreas california'},{'id':222529,'name':'rescue operation'}]" +87101,"[{'id':83,'name':'saving the world'},{'id':310,'name':'artificial intelligence'},{'id':679,'name':'cyborg'},{'id':1373,'name':'killer robot'},{'id':2964,'name':'future'},{'id':4379,'name':'time travel'},{'id':4565,'name':'dystopia'},{'id':9663,'name':'sequel'},{'id':14544,'name':'robot'},{'id':179431,'name':'duringcreditsstinger'},{'id':209714,'name':'3d'},{'id':251421,'name':'fin du monde'}]" +52620,"[{'id':10183,'name':'independent film'},{'id':187056,'name':'woman director'}]" +80624,"[{'id':2393,'name':'adoption'},{'id':13130,'name':'teenager'},{'id':15001,'name':'demon'},{'id':18035,'name':'family'},{'id':187056,'name':'woman director'}]" +28775,"[{'id':798,'name':'sheriff'},{'id':828,'name':'waitress'},{'id':1010,'name':'bar'},{'id':1706,'name':'experiment'},{'id':4375,'name':'transformation'},{'id':4809,'name':'tiger'},{'id':4958,'name':'injection'},{'id':9892,'name':'game warden'},{'id':10124,'name':'laboratory'},{'id':10125,'name':'mad scientist'},{'id':158017,'name':'saber-toothed tiger'},{'id':158276,'name':'metamorphosis'},{'id':191348,'name':'neanderthal'}]" +14140,"[{'id':830,'name':'car race'},{'id':3296,'name':'car mechanic'},{'id':169639,'name':'smart car'},{'id':179213,'name':'monte carlo rally'},{'id':208361,'name':'the love bug'},{'id':240359,'name':'herbie'}]" +38940,"[{'id':1293,'name':'asia'},{'id':2041,'name':'island'},{'id':3070,'name':'mercenary'},{'id':10183,'name':'independent film'},{'id':10787,'name':'jungle'}]" +19971,"[{'id':818,'name':'based on novel or book'},{'id':1328,'name':'secret'},{'id':1939,'name':'hamster'},{'id':3335,'name':'halloween'},{'id':5905,'name':'father'},{'id':9937,'name':'suspense'},{'id':10183,'name':'independent film'},{'id':10809,'name':'teenage girl'},{'id':13092,'name':'corpse'},{'id':14659,'name':'girl'},{'id':15090,'name':'police officer'},{'id':188327,'name':'seesaw'},{'id':206850,'name':'canuxploitation'},{'id':208349,'name':'child'}]" +29106,"[{'id':2548,'name':'kleptomania'},{'id':3363,'name':'hypnosis'},{'id':195402,'name':'film noir'}]" +362046,"[{'id':1453,'name':'amnesia'},{'id':2150,'name':'cocaine'},{'id':11719,'name':'dirty cop'},{'id':195482,'name':'million in cash'}]" +150084,[] +291151,[] +17221,"[{'id':444,'name':'taxi'},{'id':1749,'name':'taxi driver'},{'id':9665,'name':'cover-up'},{'id':10978,'name':'bad cop'},{'id':14512,'name':'new york city'},{'id':15124,'name':'framed'},{'id':15167,'name':'police detective'},{'id':33699,'name':'policeman'},{'id':195402,'name':'film noir'},{'id':197618,'name':'racketeer'}]" +19119,"[{'id':212,'name':'london'},{'id':818,'name':'based on novel or book'},{'id':2348,'name':'hustler'},{'id':5970,'name':'wrestling'},{'id':195402,'name':'film noir'}]" +318954,"[{'id':3070,'name':'mercenary'},{'id':160279,'name':'18th century'},{'id':190024,'name':'american revolution'}]" +76929,"[{'id':570,'name':'rape'},{'id':6844,'name':'stalker'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':11221,'name':'blood'},{'id':12339,'name':'slasher'},{'id':14735,'name':'motorcycle'},{'id':14819,'name':'violence'}]" +468,"[{'id':30,'name':'individual'},{'id':237,'name':'gay'},{'id':380,'name':'sibling relationship'},{'id':497,'name':'shakespeare'},{'id':588,'name':'rome italy'},{'id':642,'name':'robbery'},{'id':970,'name':'parent child relationship'},{'id':1454,'name':'treasure'},{'id':1896,'name':'portland'},{'id':2150,'name':'cocaine'},{'id':2200,'name':'generations conflict'},{'id':2347,'name':'idaho'},{'id':2348,'name':'hustler'},{'id':2349,'name':'german'},{'id':2350,'name':'seattle'},{'id':3230,'name':'male friendship'},{'id':4414,'name':'adventure'},{'id':6054,'name':'friendship'},{'id':10048,'name':'unrequited love'},{'id':12987,'name':'poverty'},{'id':13059,'name':'prostitution'},{'id':15135,'name':'gay sex'},{'id':33841,'name':'incest'},{'id':158718,'name':'lgbt'},{'id':166959,'name':'lost mother'},{'id':167043,'name':'road movie'},{'id':234995,'name':'narcolepsy'},{'id':240119,'name':'father son relationship'}]" +244316,"[{'id':2522,'name':'grizzly bear'},{'id':3593,'name':'wilderness'},{'id':5774,'name':'forest'},{'id':9880,'name':'alaska'},{'id':10349,'name':'survival'},{'id':10468,'name':'bear'}]" +293901,[] +307081,"[{'id':6075,'name':'sport'},{'id':6211,'name':'fighter'},{'id':10614,'name':'tragedy'},{'id':34079,'name':'death'},{'id':209476,'name':'boxing'},{'id':239850,'name':'box ring'},{'id':240303,'name':'father daughter relationship'}]" +299245,"[{'id':2125,'name':'gallows'},{'id':6270,'name':'high school'},{'id':10614,'name':'tragedy'},{'id':33407,'name':'hanging'},{'id':163053,'name':'found footage'},{'id':221828,'name':'stage production'}]" +353125,[] +8748,"[{'id':697,'name':'loss of loved one'},{'id':970,'name':'parent child relationship'},{'id':2658,'name':'new zealand'},{'id':2754,'name':'trauma'},{'id':3015,'name':'fast food restaurant'},{'id':5350,'name':'eagle'},{'id':5707,'name':'childhood trauma'},{'id':7151,'name':'junk food'},{'id':9748,'name':'revenge'},{'id':13072,'name':'falling in love'},{'id':14534,'name':'relationship'},{'id':15097,'name':'shark'},{'id':33673,'name':'apple'}]" +44945,"[{'id':570,'name':'rape'},{'id':1523,'name':'obsession'},{'id':2251,'name':'lie'},{'id':8438,'name':'job'},{'id':10183,'name':'independent film'},{'id':10809,'name':'teenage girl'},{'id':10873,'name':'school'},{'id':11615,'name':'internet'},{'id':12392,'name':'best friend'},{'id':15227,'name':'counselor'},{'id':18046,'name':'internet chat'},{'id':179431,'name':'duringcreditsstinger'},{'id':184712,'name':'online chat'},{'id':219849,'name':'catfishing'},{'id':220506,'name':'online hookup'},{'id':222793,'name':'online predator'}]" +39513,"[{'id':1768,'name':'san diego'},{'id':9951,'name':'alien'},{'id':177163,'name':'area 51'},{'id':177178,'name':'alien space craft'},{'id':179431,'name':'duringcreditsstinger'},{'id':208289,'name':'1980s'}]" +425,"[{'id':311,'name':'human evolution'},{'id':697,'name':'loss of loved one'},{'id':970,'name':'parent child relationship'},{'id':990,'name':'squirrel'},{'id':1445,'name':'ice'},{'id':2078,'name':'mammoth'},{'id':2079,'name':'sloth'},{'id':3737,'name':'dying and death'},{'id':4428,'name':'stone age'},{'id':10506,'name':'prehistoric'},{'id':158017,'name':'saber-toothed tiger'},{'id':159955,'name':'cavemen'},{'id':166958,'name':'prehistoric creature'},{'id':178645,'name':'prehistoric adventure'},{'id':183414,'name':'prehistoric times'},{'id':192918,'name':'prehistoric man'}]" +69,"[{'id':74,'name':'germany'},{'id':378,'name':'prison'},{'id':532,'name':'music record'},{'id':596,'name':'adultery'},{'id':697,'name':'loss of loved one'},{'id':727,'name':'country music'},{'id':953,'name':'guitar'},{'id':6029,'name':'concert'},{'id':6038,'name':'marriage'},{'id':9457,'name':'single'},{'id':9621,'name':'johnny cash'},{'id':207819,'name':'accident'},{'id':208992,'name':'1960s'}]" +143,"[{'id':74,'name':'germany'},{'id':260,'name':'disillusion'},{'id':1627,'name':'patriotism'},{'id':2349,'name':'german'},{'id':2504,'name':'world war i'},{'id':6054,'name':'friendship'},{'id':6091,'name':'war'},{'id':6092,'name':'army'},{'id':10075,'name':'boot camp'},{'id':10141,'name':'battlefield'},{'id':11139,'name':'steel helmet'},{'id':11872,'name':'atrocity'},{'id':13065,'name':'soldier'},{'id':18543,'name':'combat'},{'id':33638,'name':'warfare'},{'id':34079,'name':'death'},{'id':156764,'name':'pre-code'},{'id':165431,'name':'anti war'},{'id':177094,'name':'mud'},{'id':188725,'name':'trenches'},{'id':227807,'name':'young soldier'},{'id':235080,'name':'battlefield trauma'}]" +939,"[{'id':242,'name':'new york'},{'id':582,'name':'san francisco'},{'id':733,'name':'dancer'},{'id':970,'name':'parent child relationship'},{'id':2200,'name':'generations conflict'},{'id':2315,'name':'jewish life'},{'id':2444,'name':'jewish ghetto'},{'id':2606,'name':'jew'}]" +678,"[{'id':703,'name':'detective'},{'id':1415,'name':'small town'},{'id':1420,'name':'gas station'},{'id':1635,'name':'deaf-mute'},{'id':1660,'name':'suppressed past'},{'id':3149,'name':'gangster'},{'id':9016,'name':'femme fatale'},{'id':9104,'name':'partner'},{'id':9758,'name':'deception'},{'id':11435,'name':'briefcase'},{'id':33456,'name':'double cross'},{'id':177362,'name':'tax evasion'},{'id':180172,'name':'framed for murder'},{'id':195402,'name':'film noir'}]" +26652,[] +11683,"[{'id':4392,'name':'cage'},{'id':4565,'name':'dystopia'},{'id':5385,'name':'survivor'},{'id':12377,'name':'zombie'},{'id':186565,'name':'zombie apocalypse'}]" +244786,"[{'id':1416,'name':'jazz'},{'id':1523,'name':'obsession'},{'id':1640,'name':'conservatory'},{'id':2176,'name':'music teacher'},{'id':14512,'name':'new york city'},{'id':14819,'name':'violence'},{'id':33896,'name':'montage'},{'id':156823,'name':'drummer'},{'id':170418,'name':'public humiliation'},{'id':176095,'name':'jazz band'},{'id':206298,'name':'young adult'},{'id':207739,'name':'music school'}]" +29228,"[{'id':3616,'name':'college'},{'id':6104,'name':'computer'},{'id':8072,'name':'quiz show'},{'id':18171,'name':'thunderstorm'},{'id':221045,'name':'human vs computer'},{'id':236685,'name':'walt disney'}]" +17889,"[{'id':4344,'name':'musical'},{'id':14512,'name':'new york city'},{'id':155325,'name':'cartoon mouse'},{'id':209220,'name':'live action and animation'}]" +2640,"[{'id':236,'name':'suicide'},{'id':2913,'name':'diary'},{'id':6054,'name':'friendship'},{'id':6270,'name':'high school'},{'id':10123,'name':'dark comedy'},{'id':41203,'name':'clique'}]" +34276,"[{'id':305,'name':'moon'},{'id':818,'name':'based on novel or book'},{'id':3801,'name':'space travel'},{'id':7035,'name':'giant insect'},{'id':7422,'name':'moon landing'},{'id':8250,'name':'victorian england'},{'id':9856,'name':'flashback'},{'id':9951,'name':'alien'},{'id':207928,'name':'19th century'}]" +256961,"[{'id':6490,'name':'shopping mall'},{'id':14570,'name':'las vegas'},{'id':41180,'name':'security guard'}]" +655,"[{'id':380,'name':'sibling relationship'},{'id':802,'name':'regret'},{'id':1556,'name':'texas'},{'id':3276,'name':'peep show'},{'id':4580,'name':'van'},{'id':10392,'name':'mute'},{'id':11436,'name':'redemption'},{'id':12670,'name':'los angeles'},{'id':18034,'name':'desert'},{'id':18035,'name':'family'},{'id':209966,'name':'new german cinema'}]" +37193,[] +30708,"[{'id':11207,'name':'u.s. marshal'},{'id':166524,'name':'jail break'},{'id':185589,'name':'cowboy and outlaw'},{'id':226774,'name':'father son conflict'}]" +10956,"[{'id':697,'name':'loss of loved one'},{'id':970,'name':'parent child relationship'},{'id':6230,'name':'looking for birth parents'},{'id':10221,'name':'meteorite'},{'id':10756,'name':'janitor'},{'id':13091,'name':' '},{'id':187056,'name':'woman director'}]" +90728,"[{'id':10601,'name':'blaxploitation'},{'id':193345,'name':'prizefighter'},{'id':207557,'name':'docks'}]" +27854,"[{'id':393,'name':'civil war'},{'id':514,'name':'spain'},{'id':1755,'name':'fascism'},{'id':5509,'name':'spanish civil war'},{'id':214548,'name':'1930s'}]" +13680,"[{'id':579,'name':'american football'},{'id':1338,'name':'bachelor'},{'id':1483,'name':'sports team'},{'id':6075,'name':'sport'},{'id':163405,'name':'aerobics'},{'id':208185,'name':'tween girl'},{'id':228676,'name':'publicist'}]" +1092,"[{'id':1201,'name':'austria'},{'id':1227,'name':'cemetery'},{'id':2449,'name':'black market'},{'id':2968,'name':'grave'},{'id':3055,'name':'soviet troops'},{'id':3533,'name':'prater'},{'id':4100,'name':'british army'},{'id':4694,'name':'staged death'},{'id':5340,'name':'investigation'},{'id':9665,'name':'cover-up'},{'id':14967,'name':'foot chase'},{'id':41412,'name':'sewer'},{'id':156091,'name':'missing person'},{'id':160224,'name':'post world war ii'},{'id':165142,'name':'ferris wheel'},{'id':195402,'name':'film noir'},{'id':233055,'name':'vienna'},{'id':234091,'name':'evasion'},{'id':241805,'name':'penicillin'},{'id':241806,'name':'forged passport'}]" +2748,"[{'id':131,'name':'italy'},{'id':549,'name':'prostitute'},{'id':818,'name':'based on novel or book'},{'id':1157,'name':'wife husband relationship'},{'id':4648,'name':'naples'},{'id':9935,'name':'travel'},{'id':14534,'name':'relationship'},{'id':15160,'name':'divorce'},{'id':180473,'name':'pompeii'}]" +60759,"[{'id':502,'name':'ambush'},{'id':642,'name':'robbery'},{'id':1382,'name':'factory'},{'id':5215,'name':'northern england'},{'id':34117,'name':'cult film'},{'id':159346,'name':'deceit'},{'id':207268,'name':'neo-noir'}]" +42702,"[{'id':520,'name':'chicago'},{'id':947,'name':'prohibition'},{'id':6165,'name':'historical figure'},{'id':9730,'name':'crime boss'},{'id':12371,'name':'gunfight'},{'id':33722,'name':'true crime'},{'id':34079,'name':'death'},{'id':155714,'name':'al capone'},{'id':160404,'name':'valentine's day'},{'id':163656,'name':'gun violence'},{'id':188907,'name':'street shootout'},{'id':207876,'name':'1920s'}]" +18988,"[{'id':254,'name':'france'},{'id':392,'name':'england'},{'id':1326,'name':'infidelity'},{'id':1505,'name':'famous score'},{'id':2011,'name':'queen'},{'id':3024,'name':'richard the lionheart'},{'id':3098,'name':'castle'},{'id':10181,'name':'based on play or musical'},{'id':10306,'name':'king henry ii'},{'id':11510,'name':'unfaithfulness'},{'id':11869,'name':'mistress'},{'id':13084,'name':'king'},{'id':18096,'name':'spear'},{'id':157096,'name':'homoeroticism'},{'id':207317,'name':'christmas'},{'id':220707,'name':'12th century'},{'id':242003,'name':'eleanor of aquitaine'}]" +254024,"[{'id':131,'name':'italy'},{'id':161982,'name':'murder investigation'}]" +12684,"[{'id':258,'name':'bomb'},{'id':703,'name':'detective'},{'id':818,'name':'based on novel or book'},{'id':992,'name':'bus'},{'id':1388,'name':'cinema'},{'id':2269,'name':'aquarium'},{'id':2673,'name':'horse'},{'id':3562,'name':'time bomb'},{'id':6845,'name':'saboteur'},{'id':9937,'name':'suspense'},{'id':14601,'name':'explosion'},{'id':34079,'name':'death'}]" +181283,"[{'id':818,'name':'based on novel or book'},{'id':2111,'name':'soviet union'},{'id':2808,'name':'russian'},{'id':9826,'name':'murder'},{'id':10714,'name':'serial killer'},{'id':162365,'name':'military'},{'id':166109,'name':'child murder'},{'id':191543,'name':'stalinism'},{'id':208611,'name':'1950s'}]" +38775,"[{'id':663,'name':'fortune teller'},{'id':2771,'name':'octopus'},{'id':3473,'name':'carnival'},{'id':4076,'name':'massage'},{'id':5938,'name':'mermaid'},{'id':10183,'name':'independent film'},{'id':41599,'name':'sailor'},{'id':173431,'name':'tarot'}]" +268920,"[{'id':1556,'name':'texas'},{'id':1563,'name':'prisoner'},{'id':8015,'name':'cop'},{'id':10175,'name':'drug cartel'},{'id':10562,'name':'on the run'},{'id':15090,'name':'police officer'},{'id':169264,'name':'prisoner on the run'},{'id':187056,'name':'woman director'}]" +277685,"[{'id':6104,'name':'computer'},{'id':6733,'name':'bullying'},{'id':9748,'name':'revenge'},{'id':11615,'name':'internet'},{'id':13130,'name':'teenager'},{'id':14819,'name':'violence'},{'id':18046,'name':'internet chat'},{'id':33740,'name':'humiliation'},{'id':34079,'name':'death'},{'id':34094,'name':'extramarital affair'},{'id':41411,'name':'vengeful ghost'},{'id':159472,'name':'computer screen'},{'id':162846,'name':'ghost'},{'id':162914,'name':'one night'},{'id':163053,'name':'found footage'},{'id':210112,'name':'skype'},{'id':220831,'name':'facebook'},{'id':222333,'name':'blender'}]" +24128,"[{'id':6029,'name':'concert'},{'id':189443,'name':'new wave'},{'id':246115,'name':'talking heads'}]" +49126,"[{'id':818,'name':'based on novel or book'},{'id':3030,'name':'nightmare'},{'id':156104,'name':'stranger'}]" +256962,"[{'id':1956,'name':'world war ii'},{'id':10706,'name':'spirituality'}]" +109949,"[{'id':2884,'name':'asylum'},{'id':12396,'name':'hollywood'},{'id':156023,'name':'gossip columnist'},{'id':176016,'name':'editor'},{'id':209064,'name':'columnist'}]" +28752,"[{'id':514,'name':'spain'},{'id':570,'name':'rape'},{'id':818,'name':'based on novel or book'},{'id':4550,'name':'full moon'},{'id':9714,'name':'remake'},{'id':9826,'name':'murder'},{'id':10392,'name':'mute'},{'id':10541,'name':'curse'},{'id':11155,'name':'wolfman'},{'id':11221,'name':'blood'},{'id':12564,'name':'werewolf'},{'id':34117,'name':'cult film'},{'id':155730,'name':'hammer horror'},{'id':156257,'name':'jail cell'},{'id':211635,'name':'silver bullet'}]" +177677,"[{'id':212,'name':'london'},{'id':470,'name':'spy'},{'id':1201,'name':'austria'},{'id':1295,'name':'europe'},{'id':3289,'name':'villain'},{'id':9663,'name':'sequel'},{'id':10364,'name':'mission'},{'id':10410,'name':'conspiracy'},{'id':160852,'name':'vienna opera'},{'id':233055,'name':'vienna'}]" +362185,"[{'id':1562,'name':'hostage'},{'id':1930,'name':'kidnapping'},{'id':3776,'name':'officer'},{'id':4630,'name':'chaos'},{'id':5600,'name':'daughter'},{'id':6149,'name':'police'},{'id':14828,'name':'city'},{'id':159909,'name':'veteran'},{'id':220189,'name':'operator'}]" +252990,[] +157544,"[{'id':2626,'name':'exorcism'},{'id':8685,'name':'anti-christ'},{'id':159940,'name':'exorcist'}]" +298653,"[{'id':2604,'name':'babysitter'},{'id':3335,'name':'halloween'},{'id':6270,'name':'high school'},{'id':8087,'name':'horror'},{'id':14903,'name':'home invasion'},{'id':18058,'name':'pig mask'},{'id':187056,'name':'woman director'}]" +193687,"[{'id':128,'name':'love triangle'},{'id':677,'name':'nuclear war'},{'id':818,'name':'based on novel or book'},{'id':931,'name':'jealousy'},{'id':1618,'name':'radiation'},{'id':2025,'name':'tractor'},{'id':4458,'name':'post-apocalyptic'},{'id':4565,'name':'dystopia'},{'id':4932,'name':'farm'},{'id':5385,'name':'survivor'},{'id':6150,'name':'faith'},{'id':14765,'name':'church'},{'id':40879,'name':'drunk'},{'id':180222,'name':'valley'},{'id':188658,'name':'water wheel'}]" +13549,"[{'id':1909,'name':'coffin'},{'id':15346,'name':'old dark house'},{'id':155733,'name':'old house'}]" +27179,"[{'id':839,'name':'mars'},{'id':1299,'name':'monster'},{'id':1612,'name':'spacecraft'},{'id':3801,'name':'space travel'},{'id':4862,'name':'alien life-form'},{'id':9882,'name':'space'},{'id':9951,'name':'alien'},{'id':10539,'name':'martian'},{'id':159287,'name':'gas mask'},{'id':191132,'name':'space exploration'},{'id':210614,'name':'monster movie'}]" +56539,"[{'id':822,'name':'airport'},{'id':1003,'name':'photographer'},{'id':1667,'name':'pimp'},{'id':2708,'name':'hitman'},{'id':9717,'name':'based on comic'},{'id':9826,'name':'murder'},{'id':10410,'name':'conspiracy'},{'id':10601,'name':'blaxploitation'},{'id':14818,'name':'model'}]" +7270,"[{'id':818,'name':'based on novel or book'},{'id':970,'name':'parent child relationship'},{'id':3202,'name':'con man'},{'id':5600,'name':'daughter'},{'id':9834,'name':'pole dancer'},{'id':11036,'name':'obsessive compulsive disorder'},{'id':15009,'name':'criminal'},{'id':155445,'name':'bank vault'},{'id':175357,'name':'neurotic'}]" +301816,"[{'id':10617,'name':'disaster'}]" +241843,"[{'id':8102,'name':'elementary school'},{'id':10508,'name':'teacher'},{'id':12377,'name':'zombie'},{'id':188957,'name':'virus'},{'id':208349,'name':'child'}]" +37737,[] +16410,"[{'id':970,'name':'parent child relationship'},{'id':3686,'name':'marriage of convenience'},{'id':5215,'name':'northern england'},{'id':6038,'name':'marriage'},{'id':40879,'name':'drunk'},{'id':178448,'name':'shoe store'}]" +1701,"[{'id':378,'name':'prison'},{'id':502,'name':'ambush'},{'id':720,'name':'helicopter'},{'id':822,'name':'airport'},{'id':1420,'name':'gas station'},{'id':1568,'name':'undercover'},{'id':1666,'name':'mexican standoff'},{'id':3930,'name':'bravery'},{'id':4245,'name':'hijacking'},{'id':10685,'name':'escape'},{'id':10950,'name':'shootout'},{'id':11207,'name':'u.s. marshal'},{'id':14570,'name':'las vegas'},{'id':14601,'name':'explosion'},{'id':14707,'name':'brutality'},{'id':14819,'name':'violence'},{'id':15234,'name':'convict'},{'id':18034,'name':'desert'},{'id':33482,'name':'war hero'},{'id':156805,'name':'dea agent'},{'id':195295,'name':'motorcycle chase'}]" +13669,"[{'id':65,'name':'holiday'},{'id':6981,'name':'connecticut'},{'id':207317,'name':'christmas'}]" +185567,[] +38317,"[{'id':2172,'name':'zoo'},{'id':11477,'name':'anthropomorphism'},{'id':12971,'name':'zookeeper'},{'id':14760,'name':'scientist'},{'id':15148,'name':'ostrich'},{'id':15149,'name':'monkey'},{'id':15150,'name':'bullfrog'},{'id':15151,'name':'car dealership'},{'id':179431,'name':'duringcreditsstinger'}]" +332488,"[{'id':12377,'name':'zombie'}]" +19908,"[{'id':380,'name':'sibling relationship'},{'id':521,'name':'washington d.c.'},{'id':4458,'name':'post-apocalyptic'},{'id':7312,'name':'road trip'},{'id':8636,'name':'blood splatter'},{'id':9755,'name':'parody'},{'id':12377,'name':'zombie'},{'id':14819,'name':'violence'},{'id':50009,'name':'survival horror'},{'id':155582,'name':'amusement park'},{'id':167068,'name':'twinkie'},{'id':167081,'name':'body count'},{'id':167085,'name':'zombification'},{'id':167095,'name':'disposing of a dead body'},{'id':167104,'name':'loner'},{'id':179430,'name':'aftercreditsstinger'},{'id':186565,'name':'zombie apocalypse'},{'id':235354,'name':'fear of clowns'}]" +219247,"[{'id':12377,'name':'zombie'}]" +153509,"[{'id':3023,'name':'eastern europe'},{'id':9794,'name':'toxic'},{'id':10834,'name':'super soldier'},{'id':12377,'name':'zombie'},{'id':220398,'name':'expendable team'}]" +206213,"[{'id':1852,'name':'mutant'},{'id':4458,'name':'post-apocalyptic'},{'id':12377,'name':'zombie'}]" +254474,"[{'id':2042,'name':'beaver'},{'id':5160,'name':'animal attack'},{'id':12377,'name':'zombie'}]" +285135,"[{'id':206483,'name':'zodiac'}]" +1949,"[{'id':387,'name':'california'},{'id':582,'name':'san francisco'},{'id':627,'name':'killing'},{'id':736,'name':'journalist'},{'id':918,'name':'newspaper'},{'id':1228,'name':'1970s'},{'id':1583,'name':'mass murder'},{'id':3152,'name':'planned murder'},{'id':4123,'name':'embassy'},{'id':4399,'name':'victim'},{'id':4923,'name':'threat to death'},{'id':4942,'name':'victim of murder'},{'id':4950,'name':'code'},{'id':6149,'name':'police'},{'id':9826,'name':'murder'},{'id':10714,'name':'serial killer'},{'id':12193,'name':'reporter'},{'id':208992,'name':'1960s'}]" +97630,"[{'id':441,'name':'assassination'},{'id':591,'name':'cia'},{'id':612,'name':'hotel'},{'id':949,'name':'terrorist'},{'id':1563,'name':'prisoner'},{'id':1874,'name':'car dealer'},{'id':3037,'name':'mossad'},{'id':4580,'name':'van'},{'id':5939,'name':'iraq'},{'id':7021,'name':'pakistan'},{'id':9554,'name':'osama bin laden'},{'id':10958,'name':'man hunt'},{'id':11219,'name':'navy seal'},{'id':11314,'name':'f word'},{'id':11322,'name':'female protagonist'},{'id':12371,'name':'gunfight'},{'id':14748,'name':'raid'},{'id':14819,'name':'violence'},{'id':15022,'name':'text message'},{'id':15149,'name':'monkey'},{'id':15162,'name':'dog'},{'id':15218,'name':'special forces'},{'id':34156,'name':'tied up'},{'id':162365,'name':'military'},{'id':177163,'name':'area 51'},{'id':181129,'name':'terrorist group'},{'id':181155,'name':'torturing'},{'id':187056,'name':'woman director'},{'id':188507,'name':'al qaeda'},{'id':188512,'name':'prison camp'},{'id':188519,'name':'water torture'},{'id':190893,'name':'suicide bombing'},{'id':209493,'name':'21st century'},{'id':212757,'name':'ex special forces'},{'id':214463,'name':'post 9/11'},{'id':214465,'name':'helicopter crash'},{'id':214466,'name':'islamabad'}]" +6795,"[{'id':4414,'name':'adventure'},{'id':6095,'name':'house'},{'id':9882,'name':'space'},{'id':9951,'name':'alien'},{'id':10891,'name':'giant robot'},{'id':14626,'name':'astronaut'}]" +133931,"[{'id':2639,'name':'falcon'},{'id':2646,'name':'bird'},{'id':202540,'name':'origin'}]" +10358,"[{'id':445,'name':'pornography'},{'id':2038,'name':'love of one's life'},{'id':3200,'name':'platonic love'},{'id':5593,'name':'pornographic video'},{'id':12392,'name':'best friend'},{'id':170827,'name':'sex comedy'},{'id':178329,'name':'best friends in love'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'}]" +9489,"[{'id':9799,'name':'romantic comedy'},{'id':182195,'name':'online dating'},{'id':187056,'name':'woman director'}]" +7797,"[{'id':399,'name':'fountain of youth'},{'id':485,'name':'nepal'},{'id':815,'name':'soulmates'},{'id':851,'name':'dual identity'},{'id':952,'name':'lightning'},{'id':965,'name':'age difference'},{'id':1284,'name':'identity'},{'id':1308,'name':'secret identity'},{'id':1453,'name':'amnesia'},{'id':1605,'name':'new love'},{'id':2038,'name':'love of one's life'},{'id':2547,'name':'new identity'},{'id':4663,'name':'lovers'},{'id':4995,'name':'aging'},{'id':5260,'name':'geneva'},{'id':5622,'name':'bern'},{'id':6257,'name':'genius'},{'id':6259,'name':'psychopath'},{'id':6281,'name':'partnership'},{'id':8353,'name':'eternal youth'},{'id':9330,'name':'malta'},{'id':9844,'name':'car crash'},{'id':9986,'name':'crush'},{'id':11612,'name':'hospital'},{'id':13005,'name':'doctor'},{'id':15272,'name':'gestapo'},{'id':33465,'name':'parallel world'},{'id':172971,'name':'elderly'},{'id':179882,'name':'romania'}]" +301228,"[{'id':14964,'name':'drugs'}]" +2453,"[{'id':417,'name':'corruption'},{'id':1365,'name':'harley davidson'},{'id':2231,'name':'drug dealer'},{'id':12670,'name':'los angeles'},{'id':14570,'name':'las vegas'}]" +27207,[] +9024,"[{'id':612,'name':'hotel'},{'id':1808,'name':'lover (female)'},{'id':9433,'name':'concierge'},{'id':9758,'name':'deception'},{'id':11869,'name':'mistress'}]" +77821,[] +108614,[] +75910,"[{'id':187056,'name':'woman director'}]" +342927,"[{'id':1299,'name':'monster'},{'id':2766,'name':'mutation'},{'id':3544,'name':'machete'},{'id':15097,'name':'shark'},{'id':158253,'name':'mutant animal'},{'id':220829,'name':'booze cruise'}]" +13075,"[{'id':970,'name':'parent child relationship'},{'id':10183,'name':'independent film'},{'id':187056,'name':'woman director'}]" +12144,"[{'id':697,'name':'loss of loved one'},{'id':746,'name':'vulkan'},{'id':1720,'name':'tyrannosaurus rex'},{'id':3521,'name':'earthquake'},{'id':6854,'name':'primitive time'},{'id':12616,'name':'dinosaur'}]" +277688,"[{'id':6152,'name':'supernatural'},{'id':10114,'name':'evil spirit'},{'id':13153,'name':'spirit'},{'id':172808,'name':'paranormal activity'}]" +5175,"[{'id':179431,'name':'duringcreditsstinger'}]" +289214,[] +42700,"[{'id':549,'name':'prostitute'},{'id':1956,'name':'world war ii'},{'id':9826,'name':'murder'},{'id':189422,'name':'nazi occupation'},{'id':207883,'name':'1940s'},{'id':212914,'name':'warsaw'}]" +389,"[{'id':934,'name':'judge'},{'id':1417,'name':'jurors'},{'id':2118,'name':'sultriness'},{'id':2122,'name':'death penalty'},{'id':2123,'name':'father murder'},{'id':2124,'name':'puerto rican'},{'id':2142,'name':'anonymity'},{'id':3012,'name':'court case'},{'id':3772,'name':'heat'},{'id':6040,'name':'group'},{'id':6069,'name':'class'},{'id':6139,'name':'innocence'},{'id':6148,'name':'court'},{'id':33519,'name':'courtroom'}]" +28170,"[{'id':4426,'name':'sadism'},{'id':6593,'name':'stripper'},{'id':9826,'name':'murder'},{'id':10183,'name':'independent film'},{'id':12193,'name':'reporter'},{'id':13006,'name':'torture'},{'id':14819,'name':'violence'}]" +171019,"[{'id':1329,'name':'canada'},{'id':186958,'name':'cree indian'},{'id':190760,'name':'mountie'},{'id':226705,'name':'mounted police'}]" +12521,"[{'id':321,'name':'terror'},{'id':625,'name':'sadistic'},{'id':703,'name':'detective'},{'id':2583,'name':'blackout'},{'id':6259,'name':'psychopath'},{'id':9826,'name':'murder'},{'id':10183,'name':'independent film'},{'id':10292,'name':'gore'},{'id':11523,'name':'capital punishment'},{'id':12339,'name':'slasher'},{'id':14805,'name':'maniac'},{'id':14819,'name':'violence'},{'id':14837,'name':'rage'},{'id':15127,'name':'killer'},{'id':41594,'name':'electricity'},{'id':156075,'name':'evil'},{'id':183953,'name':'madman'},{'id':199551,'name':'insane'}]" +150540,"[{'id':1566,'name':'dream'},{'id':6513,'name':'cartoon'},{'id':7942,'name':'imaginary friend'},{'id':8102,'name':'elementary school'},{'id':10336,'name':'animation'},{'id':18035,'name':'family'},{'id':161155,'name':'kids'},{'id':163227,'name':'unicorn'},{'id':179431,'name':'duringcreditsstinger'},{'id':209714,'name':'3d'},{'id':211269,'name':'emotions'}]" +217057,[] +290542,[] +83899,"[{'id':5332,'name':'greed'},{'id':9848,'name':'family dinner'},{'id':11040,'name':'masked killer'},{'id':14546,'name':'massacre'},{'id':14903,'name':'home invasion'},{'id':166735,'name':'crossbow'}]" +84355,"[{'id':380,'name':'sibling relationship'},{'id':1328,'name':'secret'},{'id':9840,'name':'romance'},{'id':11826,'name':'cottage'},{'id':14534,'name':'relationship'},{'id':171993,'name':'mumblecore'},{'id':187056,'name':'woman director'}]" +215379,"[{'id':2217,'name':'rain'},{'id':2964,'name':'future'},{'id':4237,'name':'water'},{'id':4565,'name':'dystopia'},{'id':5385,'name':'survivor'},{'id':9673,'name':'love'},{'id':9826,'name':'murder'},{'id':13130,'name':'teenager'},{'id':14819,'name':'violence'},{'id':33344,'name':'bandit'},{'id':33457,'name':'alcoholic'},{'id':156378,'name':'land'},{'id':180999,'name':'drought'},{'id':208737,'name':'rejuvenate'}]" +11967,"[{'id':417,'name':'corruption'},{'id':798,'name':'sheriff'},{'id':1559,'name':'deputy sheriff'},{'id':2752,'name':'ranch'},{'id':5672,'name':'billy the kid'},{'id':9503,'name':'outlaw'},{'id':10226,'name':'neighbor'}]" +3034,"[{'id':1706,'name':'experiment'},{'id':3098,'name':'castle'},{'id':3487,'name':'assistant'},{'id':3582,'name':'bride'},{'id':10124,'name':'laboratory'},{'id':10125,'name':'mad scientist'},{'id':11578,'name':'mobster'},{'id':11931,'name':'spoof'},{'id':12416,'name':'horror spoof'},{'id':14760,'name':'scientist'}]" +57157,"[{'id':931,'name':'jealousy'},{'id':10123,'name':'dark comedy'},{'id':13028,'name':'writer'},{'id':15160,'name':'divorce'},{'id':33457,'name':'alcoholic'},{'id':232763,'name':'arrested development'}]" +237,"[{'id':30,'name':'individual'},{'id':388,'name':'scotland'},{'id':572,'name':'sex'},{'id':596,'name':'adultery'},{'id':892,'name':'glasgow'},{'id':1261,'name':'river'},{'id':1422,'name':'boat'},{'id':3012,'name':'court case'},{'id':3725,'name':'pregnancy'},{'id':3737,'name':'dying and death'},{'id':10818,'name':'author'},{'id':34094,'name':'extramarital affair'},{'id':207268,'name':'neo-noir'}]" +1819,"[{'id':1253,'name':'roommate'},{'id':2038,'name':'love of one's life'},{'id':156578,'name':'newlywed'}]" +73500,[] +66767,[] +10661,"[{'id':242,'name':'new york'},{'id':536,'name':'israel'},{'id':539,'name':'middle east'},{'id':928,'name':'hairdresser'},{'id':2336,'name':'ladykiller'},{'id':3037,'name':'mossad'},{'id':3039,'name':'palestinian'},{'id':3188,'name':'heart-throb'},{'id':5907,'name':'middle east conflict'},{'id':6785,'name':'hairstyle'},{'id':8932,'name':'hacky sack'}]" +137528,[] +41515,"[{'id':2406,'name':'picnic'},{'id':6878,'name':'sandwich'},{'id':10468,'name':'bear'},{'id':209714,'name':'3d'},{'id':221037,'name':'yogi'}]" +10201,"[{'id':5413,'name':'bungee-jump'},{'id':167608,'name':'scooter'}]" +10269,"[{'id':5948,'name':'studies'},{'id':6027,'name':'music'},{'id':18118,'name':'disguise'},{'id':156455,'name':'unhappiness'},{'id':185413,'name':'boys' school'},{'id':187056,'name':'woman director'}]" +11609,"[{'id':378,'name':'prison'},{'id':514,'name':'spain'},{'id':658,'name':'sea'},{'id':6956,'name':'treasure hunt'},{'id':9335,'name':'royal navy'}]" +17610,"[{'id':1530,'name':'temple'},{'id':2831,'name':'slavery'},{'id':4428,'name':'stone age'},{'id':7540,'name':'circumcision'},{'id':10406,'name':'hebrews'},{'id':159955,'name':'cavemen'},{'id':178645,'name':'prehistoric adventure'},{'id':179431,'name':'duringcreditsstinger'},{'id':183414,'name':'prehistoric times'},{'id':192918,'name':'prehistoric man'}]" +3087,"[{'id':733,'name':'dancer'},{'id':4344,'name':'musical'},{'id':4528,'name':'song'},{'id':4610,'name':'comeback'},{'id':5565,'name':'biography'},{'id':10229,'name':'singer'},{'id':157768,'name':'vaudeville'},{'id':207716,'name':'actor'},{'id':236170,'name':'early 1900s'}]" +11679,"[{'id':521,'name':'washington d.c.'},{'id':720,'name':'helicopter'},{'id':840,'name':'usa president'},{'id':1402,'name':'general'},{'id':6285,'name':'coup d'etat'},{'id':9358,'name':'military prison'},{'id':9610,'name':'coup'},{'id':33705,'name':'agent'},{'id':160992,'name':'insurgent'},{'id':181549,'name':'secretary of defense'},{'id':227206,'name':'potus'}]" +7451,"[{'id':999,'name':'sports car'},{'id':1865,'name':'biological weapon'},{'id':2106,'name':'cold war'},{'id':2808,'name':'russian'},{'id':3530,'name':'prague'},{'id':10364,'name':'mission'},{'id':10456,'name':'athlete'},{'id':217142,'name':'nsa agent'},{'id':234505,'name':'adrenaline junkie'},{'id':234506,'name':'thrill seeker'}]" +36658,"[{'id':1852,'name':'mutant'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':10761,'name':'superhuman'},{'id':157912,'name':'bigotry'},{'id':186782,'name':'discrimination'}]" +26865,"[{'id':1618,'name':'radiation'},{'id':3065,'name':'minister'},{'id':12999,'name':'black and white'}]" +32569,"[{'id':585,'name':'casino'},{'id':1706,'name':'experiment'},{'id':4484,'name':'eye'},{'id':7570,'name':'belly dancing'},{'id':10183,'name':'independent film'},{'id':11612,'name':'hospital'},{'id':14760,'name':'scientist'},{'id':15149,'name':'monkey'},{'id':155582,'name':'amusement park'},{'id':157465,'name':'eyeball'},{'id':157959,'name':'surgery'}]" +73454,"[{'id':1664,'name':'eroticism'},{'id':13059,'name':'prostitution'}]" +36668,"[{'id':1852,'name':'mutant'},{'id':9717,'name':'based on comic'},{'id':10761,'name':'superhuman'},{'id':161271,'name':'beast'},{'id':161893,'name':'cyclops'},{'id':179430,'name':'aftercreditsstinger'}]" +2080,"[{'id':417,'name':'corruption'},{'id':1852,'name':'mutant'},{'id':2792,'name':'boxer'},{'id':6092,'name':'army'},{'id':9675,'name':'prequel'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':15285,'name':'spin off'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'}]" +49538,"[{'id':591,'name':'cia'},{'id':677,'name':'nuclear war'},{'id':1852,'name':'mutant'},{'id':1960,'name':'mine'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':10761,'name':'superhuman'},{'id':12995,'name':'historical fiction'},{'id':181558,'name':'cuban missile crisis'},{'id':208731,'name':'world war iii'},{'id':208992,'name':'1960s'}]" +127585,"[{'id':1228,'name':'1970s'},{'id':1852,'name':'mutant'},{'id':4379,'name':'time travel'},{'id':9717,'name':'based on comic'},{'id':10761,'name':'superhuman'},{'id':14527,'name':'storm'},{'id':161271,'name':'beast'},{'id':179430,'name':'aftercreditsstinger'},{'id':206736,'name':'changing the past or future'}]" +36657,"[{'id':1852,'name':'mutant'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':10761,'name':'superhuman'}]" +290999,"[{'id':12377,'name':'zombie'},{'id':186565,'name':'zombie apocalypse'}]" +125509,"[{'id':1415,'name':'small town'},{'id':1852,'name':'mutant'},{'id':2483,'name':'nudity'},{'id':3335,'name':'halloween'},{'id':8232,'name':'west virginia'},{'id':9663,'name':'sequel'},{'id':15090,'name':'police officer'},{'id':162601,'name':'wrong turn'},{'id':208048,'name':'cannibalism'},{'id':226846,'name':'power plant'}]" +71672,"[{'id':2483,'name':'nudity'},{'id':2669,'name':'motel'},{'id':2884,'name':'asylum'},{'id':8232,'name':'west virginia'},{'id':9826,'name':'murder'},{'id':9833,'name':'lesbian relationship'},{'id':10794,'name':'snow'},{'id':14895,'name':'cannibal'},{'id':190107,'name':'snowed in'}]" +23823,"[{'id':798,'name':'sheriff'},{'id':1261,'name':'river'},{'id':3310,'name':'penitentiary'},{'id':8232,'name':'west virginia'},{'id':9720,'name':'woods'},{'id':14559,'name':'hillbilly'},{'id':14895,'name':'cannibal'},{'id':15234,'name':'convict'},{'id':180340,'name':'voyeur'},{'id':234538,'name':'molotov cocktail'}]" +9902,"[{'id':314,'name':'life and death'},{'id':697,'name':'loss of loved one'},{'id':1262,'name':'mountain'},{'id':3489,'name':'job interview'},{'id':5774,'name':'forest'},{'id':8232,'name':'west virginia'},{'id':14559,'name':'hillbilly'},{'id':14819,'name':'violence'},{'id':15198,'name':'car wreck'},{'id':235176,'name':'inbreed'},{'id':249874,'name':'slasher flick'}]" +13186,"[{'id':271,'name':'competition'},{'id':1560,'name':'dynamite'},{'id':5774,'name':'forest'},{'id':8232,'name':'west virginia'},{'id':9663,'name':'sequel'},{'id':9720,'name':'woods'},{'id':9817,'name':'behind the scenes'},{'id':10666,'name':'road accident'},{'id':11514,'name':'social satire'},{'id':14895,'name':'cannibal'},{'id':33841,'name':'incest'},{'id':162380,'name':'ex soldier'},{'id':180340,'name':'voyeur'},{'id':180519,'name':'reality tv'},{'id':233300,'name':'genetic mutation'}]" +158990,[] +83186,"[{'id':1930,'name':'kidnapping'},{'id':3307,'name':'surreal'},{'id':15162,'name':'dog'},{'id':195522,'name':'arthaus'}]" +82690,"[{'id':825,'name':'support group'},{'id':3977,'name':'product placement'},{'id':6733,'name':'bullying'},{'id':10039,'name':'racing'},{'id':10547,'name':'arcade'},{'id':11124,'name':'medal'},{'id':155023,'name':'self esteem'},{'id':158023,'name':'curiosity'},{'id':162936,'name':'precocious child'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'},{'id':185859,'name':'first person shooter'},{'id':185861,'name':'glitch'},{'id':185863,'name':'carefree'},{'id':185867,'name':'video gamer'},{'id':185868,'name':'q*bert'},{'id':185876,'name':'interrupted wedding'},{'id':185880,'name':'social reject'},{'id':232789,'name':'purpose of life'}]" +57165,"[{'id':1449,'name':'underworld'},{'id':2033,'name':'hades'},{'id':2035,'name':'mythology'},{'id':2036,'name':'greek mythology'},{'id':8985,'name':'zeus'},{'id':161170,'name':'perseus'},{'id':161172,'name':'gods'},{'id':162861,'name':'ancient greece'},{'id':166457,'name':'ares'},{'id':185343,'name':'based on myths, legends or folklore'},{'id':209714,'name':'3d'}]" +20178,"[{'id':496,'name':'poetry'},{'id':704,'name':'adolescence'},{'id':2251,'name':'lie'},{'id':4951,'name':'rejection'},{'id':6270,'name':'high school'},{'id':10183,'name':'independent film'},{'id':10508,'name':'teacher'},{'id':11724,'name':'vulgarity'},{'id':12105,'name':'student'}]" +72190,"[{'id':276,'name':'philadelphia'},{'id':586,'name':'new jersey'},{'id':818,'name':'based on novel or book'},{'id':3575,'name':'jerusalem'},{'id':4565,'name':'dystopia'},{'id':12332,'name':'apocalypse'},{'id':12377,'name':'zombie'},{'id':158540,'name':'south korea'},{'id':160381,'name':'nuclear weapons'},{'id':180635,'name':'multiple perspectives'},{'id':186565,'name':'zombie apocalypse'}]" +1852,"[{'id':321,'name':'terror'},{'id':708,'name':'runaway'},{'id':905,'name':'alarm clock'},{'id':1242,'name':'war on terror'},{'id':1701,'name':'hero'},{'id':2733,'name':'firemen'},{'id':2736,'name':'fire engine'},{'id':10084,'name':'rescue'},{'id':11399,'name':'marine'},{'id':11612,'name':'hospital'},{'id':18029,'name':'trapped'},{'id':18030,'name':'rubble'},{'id':18031,'name':'rescue team'},{'id':161304,'name':'september 11 2001'}]" +3525,"[{'id':128,'name':'love triangle'},{'id':1443,'name':'clerk'},{'id':2386,'name':'empowerment'},{'id':2660,'name':'strong woman'},{'id':2751,'name':'career woman'},{'id':11322,'name':'female protagonist'},{'id':12094,'name':'business'},{'id':14512,'name':'new york city'},{'id':184406,'name':'staten island new york city'},{'id':191731,'name':'female empowerment'},{'id':207999,'name':'determination'},{'id':223184,'name':'ferry'},{'id':226730,'name':'feminisim'},{'id':234975,'name':'woman empowerment'}]" +214075,"[{'id':437,'name':'painter'},{'id':9823,'name':'rivalry'},{'id':10508,'name':'teacher'},{'id':10873,'name':'school'},{'id':14643,'name':'battle'},{'id':14893,'name':'art'},{'id':171070,'name':'arrogance'}]" +39309,"[{'id':9887,'name':'surrealism'},{'id':34117,'name':'cult film'}]" +15359,"[{'id':849,'name':'dc comics'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':33637,'name':'super power'},{'id':187056,'name':'woman director'}]" +59457,[] +304357,"[{'id':2652,'name':'nazi'},{'id':9672,'name':'based on a true story'},{'id':14893,'name':'art'},{'id':159534,'name':'stolen painting'}]" +290555,"[{'id':2393,'name':'adoption'},{'id':12564,'name':'werewolf'}]" +10725,"[{'id':818,'name':'based on novel or book'},{'id':1994,'name':'wolf'},{'id':4375,'name':'transformation'},{'id':5340,'name':'investigation'},{'id':14512,'name':'new york city'},{'id':161982,'name':'murder investigation'}]" +262840,"[{'id':2483,'name':'nudity'},{'id':2804,'name':'exploitation'},{'id':4550,'name':'full moon'},{'id':6149,'name':'police'},{'id':8015,'name':'cop'},{'id':10292,'name':'gore'},{'id':11221,'name':'blood'},{'id':12564,'name':'werewolf'},{'id':33457,'name':'alcoholic'},{'id':155678,'name':'penis'},{'id':156174,'name':'occult'},{'id':167696,'name':'healing'},{'id':180445,'name':'strength'},{'id':206850,'name':'canuxploitation'},{'id':244863,'name':'first part'}]" +9885,"[{'id':3094,'name':'australian'},{'id':5159,'name':'tourist'},{'id':5891,'name':'backpacker'},{'id':6731,'name':'british'},{'id':34117,'name':'cult film'},{'id':157906,'name':'outback'}]" +199534,"[{'id':5159,'name':'tourist'},{'id':5657,'name':'australia'},{'id':6259,'name':'psychopath'},{'id':9663,'name':'sequel'},{'id':10089,'name':'slaughter'},{'id':11181,'name':'decapitation'},{'id':12339,'name':'slasher'},{'id':13006,'name':'torture'},{'id':14676,'name':'series of murders'},{'id':14687,'name':'extreme violence'},{'id':14819,'name':'violence'},{'id':189574,'name':'evil man'},{'id':193760,'name':'australian outback'}]" +10395,"[{'id':596,'name':'adultery'},{'id':2499,'name':'heal'},{'id':4197,'name':'bite'},{'id':7946,'name':'deer'},{'id':12564,'name':'werewolf'},{'id':156799,'name':'vermont'},{'id':188994,'name':'publisher'}]" +9281,"[{'id':276,'name':'philadelphia'},{'id':417,'name':'corruption'},{'id':703,'name':'detective'},{'id':796,'name':'police brutality'},{'id':904,'name':'pennsylvania'},{'id':8447,'name':'amish'},{'id':9937,'name':'suspense'},{'id':15155,'name':'witness to murder'},{'id':208590,'name':'barn raising'},{'id':209461,'name':'silo'},{'id':236294,'name':'lancaster, pa'}]" +44932,"[{'id':387,'name':'california'},{'id':1297,'name':'predator'},{'id':1889,'name':'lake'},{'id':2340,'name':'paranoia'},{'id':3593,'name':'wilderness'},{'id':3623,'name':'cabin'},{'id':5774,'name':'forest'},{'id':9951,'name':'alien'},{'id':13031,'name':'creature'},{'id':34117,'name':'cult film'},{'id':172136,'name':'space monster'},{'id':192962,'name':'alien attack'},{'id':207678,'name':'human prey'},{'id':228752,'name':'prey'}]" +10762,"[{'id':697,'name':'loss of loved one'},{'id':6956,'name':'treasure hunt'}]" +12582,"[{'id':212,'name':'london'},{'id':703,'name':'detective'},{'id':7464,'name':'alcoholism'},{'id':8250,'name':'victorian england'},{'id':9401,'name':'sherlock holmes'},{'id':10280,'name':'farce'},{'id':184989,'name':'spectacle'},{'id':207716,'name':'actor'}]" +13446,"[{'id':212,'name':'london'},{'id':237,'name':'gay'},{'id':567,'name':'alcohol'},{'id':1439,'name':'flat'},{'id':1822,'name':'bath'},{'id':3762,'name':'darkness'},{'id':5215,'name':'northern england'},{'id':6464,'name':'uncle'},{'id':10123,'name':'dark comedy'},{'id':10280,'name':'farce'},{'id':10594,'name':'money'},{'id':11004,'name':'rural setting'},{'id':11333,'name':'cigar smoking'},{'id':11826,'name':'cottage'},{'id':12987,'name':'poverty'},{'id':14766,'name':'cafe'},{'id':14829,'name':'strangulation'},{'id':15237,'name':'alcohol abuse'},{'id':18300,'name':'english countryside'},{'id':34117,'name':'cult film'},{'id':154846,'name':'farmer'},{'id':155479,'name':'british pub'},{'id':167541,'name':'buddy comedy'},{'id':198673,'name':'unemployed'},{'id':207716,'name':'actor'},{'id':208992,'name':'1960s'},{'id':227002,'name':'lake district'}]" +40251,"[{'id':68646,'name':'supernatural creature'},{'id':205376,'name':'haunted apartment'}]" +17994,"[{'id':2723,'name':'medium'},{'id':3598,'name':'ax'},{'id':9712,'name':'possession'},{'id':9815,'name':'psychic power'},{'id':10111,'name':'ouija'},{'id':10112,'name':'ouija board'},{'id':10114,'name':'evil spirit'}]" +60270,"[{'id':65,'name':'holiday'},{'id':2960,'name':'cambodia'},{'id':5159,'name':'tourist'},{'id':5563,'name':'market'},{'id':161534,'name':'pregnant wife'},{'id':179431,'name':'duringcreditsstinger'}]" +231576,"[{'id':2606,'name':'jew'},{'id':10183,'name':'independent film'},{'id':12399,'name':'homeschooling'},{'id':18035,'name':'family'},{'id':158988,'name':'struggling actor'}]" +137321,"[{'id':818,'name':'based on novel or book'}]" +39013,"[{'id':818,'name':'based on novel or book'},{'id':5900,'name':'missouri'},{'id':5905,'name':'father'},{'id':6148,'name':'court'},{'id':14657,'name':'bail'},{'id':14658,'name':'drug trade'},{'id':14659,'name':'girl'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'},{'id':187056,'name':'woman director'},{'id':207917,'name':'ozarks'}]" +51162,"[{'id':3905,'name':'owl'},{'id':4809,'name':'tiger'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'}]" +28966,"[{'id':90,'name':'paris france'},{'id':128,'name':'love triangle'},{'id':2504,'name':'world war i'},{'id':6054,'name':'friendship'},{'id':10141,'name':'battlefield'},{'id':10237,'name':'aerial combat'},{'id':10399,'name':'dogfight'},{'id':33638,'name':'warfare'},{'id':154802,'name':'silent film'},{'id':185454,'name':'us military'},{'id':210184,'name':'1910s'},{'id':234078,'name':'fighter pilots'}]" +12100,"[{'id':233,'name':'japan'},{'id':1956,'name':'world war ii'},{'id':4305,'name':'radio transmission'},{'id':4405,'name':'marine corps'},{'id':4595,'name':'u.s. army'},{'id':4950,'name':'code'},{'id':9524,'name':'navajo'},{'id':9525,'name':'pacific war'}]" +55725,"[{'id':586,'name':'new jersey'},{'id':6075,'name':'sport'},{'id':8338,'name':'coach'},{'id':10909,'name':'lawyer'},{'id':14513,'name':'wrestling coach'}]" +11823,"[{'id':1488,'name':'tennis'},{'id':1605,'name':'new love'},{'id':2848,'name':'tennis player'},{'id':5657,'name':'australia'},{'id':6075,'name':'sport'},{'id':9415,'name':'wimbledon'}]" +252,"[{'id':715,'name':'chocolate'},{'id':730,'name':'factory worker'},{'id':818,'name':'based on novel or book'},{'id':985,'name':'candy'},{'id':986,'name':'tv addicted person'},{'id':987,'name':'overweight child'},{'id':1158,'name':'grandparent grandchild relationship'},{'id':1382,'name':'factory'},{'id':4344,'name':'musical'},{'id':9457,'name':'single'},{'id':10508,'name':'teacher'},{'id':15101,'name':'based on children's book'}]" +185460,"[{'id':1890,'name':'camping'},{'id':1891,'name':'tent'},{'id':2597,'name':'bigfoot'},{'id':2669,'name':'motel'},{'id':4382,'name':'flashlight'},{'id':4434,'name':'interview'},{'id':5774,'name':'forest'},{'id':5827,'name':'hiking'},{'id':6174,'name':'ranger'},{'id':10561,'name':'video camera'},{'id':163053,'name':'found footage'},{'id':170345,'name':'creek'},{'id':210214,'name':'sasquatch'}]" +8487,"[{'id':10028,'name':'steampunk'},{'id':10988,'name':'based on tv series'},{'id':163671,'name':'steam locomotive'},{'id':171636,'name':'drag'}]" +617,"[{'id':544,'name':'sailboat'},{'id':570,'name':'rape'},{'id':739,'name':'sexual abuse'},{'id':1196,'name':'florida'},{'id':1664,'name':'eroticism'},{'id':1936,'name':'blackmail'},{'id':2920,'name':'cheerleader'},{'id':3012,'name':'court case'},{'id':3180,'name':'sailing'},{'id':3182,'name':'seduction'},{'id':3186,'name':'everglades'},{'id':3188,'name':'heart-throb'},{'id':3190,'name':'menage a trois'},{'id':10410,'name':'conspiracy'},{'id':179431,'name':'duringcreditsstinger'},{'id':221188,'name':'accusation'}]" +82311,"[{'id':818,'name':'based on novel or book'},{'id':1261,'name':'river'},{'id':3528,'name':'flooding'},{'id':6335,'name':'tennessee'},{'id':9862,'name':'dam'},{'id':214548,'name':'1930s'},{'id':232371,'name':'land dispute'}]" +5203,"[{'id':1809,'name':'rio de janeiro'},{'id':190370,'name':'erotic movie'}]" +337218,"[{'id':572,'name':'sex'},{'id':1925,'name':'camera'},{'id':9785,'name':'perversion'},{'id':9826,'name':'murder'},{'id':13125,'name':'sadist'},{'id':14819,'name':'violence'},{'id':41410,'name':'madness'},{'id':185959,'name':'narcissist'},{'id':213742,'name':'nihilist'}]" +13971,"[{'id':269,'name':'diving'},{'id':392,'name':'england'},{'id':6271,'name':'boarding school'},{'id':7208,'name':'spoiled child'},{'id':7665,'name':'girls' boarding school'},{'id':8613,'name':'malibu'},{'id':10825,'name':'lacrosse'},{'id':10873,'name':'school'},{'id':13118,'name':'love interest'},{'id':13130,'name':'teenager'},{'id':18254,'name':'laptop'},{'id':46962,'name':'discipline'},{'id':68642,'name':'intimidation'},{'id':188303,'name':'school mate'},{'id':188305,'name':'change of plan'},{'id':197104,'name':'all girls school'}]" +483,"[{'id':378,'name':'prison'},{'id':616,'name':'witch'},{'id':922,'name':'hotel room'},{'id':1556,'name':'texas'},{'id':1926,'name':'car journey'},{'id':2411,'name':'new orleans'},{'id':2708,'name':'hitman'},{'id':2710,'name':'fairy'},{'id':9826,'name':'murder'},{'id':10685,'name':'escape'},{'id':14819,'name':'violence'},{'id':15127,'name':'killer'},{'id':15363,'name':'bank robbery'},{'id':33885,'name':'car'},{'id':240315,'name':'mother daughter relationship'}]" +265208,"[{'id':395,'name':'gambling'},{'id':3088,'name':'bodyguard'},{'id':9714,'name':'remake'}]" +228970,"[{'id':3593,'name':'wilderness'},{'id':4414,'name':'adventure'},{'id':5565,'name':'biography'},{'id':5827,'name':'hiking'},{'id':9672,'name':'based on a true story'},{'id':10937,'name':'memory'},{'id':14641,'name':'based on memoir or autobiography'},{'id':18053,'name':'divorcee'},{'id':197528,'name':'traveller'},{'id':207745,'name':'llama'},{'id':210608,'name':'1990s'}]" +256740,[] +118677,[] +246743,"[{'id':1680,'name':'boston'},{'id':1812,'name':'fbi'},{'id':5565,'name':'biography'},{'id':15009,'name':'criminal'}]" +33592,"[{'id':1859,'name':'arizona'},{'id':9937,'name':'suspense'},{'id':14676,'name':'series of murders'}]" +22787,"[{'id':703,'name':'detective'},{'id':3800,'name':'airplane'},{'id':5340,'name':'investigation'},{'id':9717,'name':'based on comic'},{'id':13092,'name':'corpse'},{'id':160128,'name':'stich'}]" +117251,"[{'id':840,'name':'usa president'},{'id':10410,'name':'conspiracy'},{'id':41249,'name':'secret service'},{'id':192099,'name':'the white house'}]" +47955,"[{'id':567,'name':'alcohol'},{'id':818,'name':'based on novel or book'},{'id':1437,'name':'burglar'},{'id':1482,'name':'trainer'},{'id':6149,'name':'police'},{'id':7856,'name':'racist'},{'id':9215,'name':'black'},{'id':9826,'name':'murder'},{'id':9859,'name':'controversial'},{'id':10563,'name':'attack'},{'id':11221,'name':'blood'},{'id':12396,'name':'hollywood'},{'id':14819,'name':'violence'},{'id':15162,'name':'dog'},{'id':41509,'name':'hate'},{'id':155781,'name':'trailer'},{'id':203586,'name':'vicious'},{'id':203593,'name':'canine'}]" +283563,[] +191646,[] +157825,"[{'id':572,'name':'sex'},{'id':818,'name':'based on novel or book'},{'id':10092,'name':'mystery'},{'id':10941,'name':'disappearance'},{'id':156091,'name':'missing person'},{'id':156777,'name':'teenage sexuality'}]" +252512,"[{'id':4604,'name':'father-in-law'},{'id':6038,'name':'marriage'},{'id':174109,'name':'documentary filmmaking'},{'id':175297,'name':'hipster'},{'id':176793,'name':'middle age'},{'id':226343,'name':'generation-x'},{'id':226344,'name':'generation z'},{'id':234555,'name':'psychedelic drug'}]" +16523,"[{'id':13031,'name':'creature'},{'id':15101,'name':'based on children's book'},{'id':170173,'name':'children's book'},{'id':170682,'name':'lying'},{'id':204383,'name':'overflowing with imagination'},{'id':207597,'name':'children's perspectives'}]" +232679,"[{'id':579,'name':'american football'},{'id':6075,'name':'sport'},{'id':8635,'name':'high school sports'}]" +1608,"[{'id':1701,'name':'hero'},{'id':5215,'name':'northern england'},{'id':6075,'name':'sport'},{'id':9180,'name':'yorkshire'},{'id':13042,'name':'soccer'},{'id':187056,'name':'woman director'}]" +13477,"[{'id':242,'name':'new york'},{'id':588,'name':'rome italy'},{'id':9673,'name':'love'},{'id':9799,'name':'romantic comedy'},{'id':9840,'name':'romance'},{'id':11017,'name':'spell'},{'id':179431,'name':'duringcreditsstinger'},{'id':240074,'name':'lucky'}]" +639,"[{'id':242,'name':'new york'},{'id':1157,'name':'wife husband relationship'},{'id':1946,'name':'restaurant'},{'id':3200,'name':'platonic love'},{'id':3201,'name':'orgasm'},{'id':6054,'name':'friendship'}]" +45964,"[{'id':2604,'name':'babysitter'},{'id':9937,'name':'suspense'},{'id':191527,'name':'phone call'}]" +63492,"[{'id':818,'name':'based on novel or book'},{'id':3090,'name':'loser'},{'id':4620,'name':'magazine'},{'id':9094,'name':'womanizer'},{'id':10364,'name':'mission'},{'id':11112,'name':'search'},{'id':156478,'name':'boyfriend'},{'id':162271,'name':'husband'},{'id':202429,'name':'fired'},{'id':224876,'name':'past relationship'}]" +3681,"[{'id':736,'name':'journalist'},{'id':2336,'name':'ladykiller'},{'id':3248,'name':'gigolo'},{'id':3456,'name':'sex therapy'},{'id':3486,'name':'fashion journal'}]" +1587,"[{'id':380,'name':'sibling relationship'},{'id':791,'name':'mentally disabled'},{'id':818,'name':'based on novel or book'},{'id':2029,'name':'iowa'},{'id':4129,'name':'widow'},{'id':9974,'name':'obesity'},{'id':10041,'name':'dysfunctional family'},{'id':14768,'name':'single mother'},{'id':168867,'name':'grocery store'},{'id':207051,'name':'mentally handicapped child'}]" +3981,"[{'id':515,'name':'women'},{'id':1475,'name':'telepathy'},{'id':9094,'name':'womanizer'},{'id':33479,'name':'single father'},{'id':33637,'name':'super power'},{'id':155888,'name':'teenage daughter'},{'id':161166,'name':'misogyny'},{'id':168750,'name':'advertising executive'},{'id':187056,'name':'woman director'},{'id':244482,'name':'female psyche'}]" +246741,"[{'id':2412,'name':'commune'},{'id':2658,'name':'new zealand'},{'id':3133,'name':'vampire'},{'id':6054,'name':'friendship'},{'id':11221,'name':'blood'},{'id':11800,'name':'mockumentary'},{'id':12377,'name':'zombie'},{'id':12564,'name':'werewolf'},{'id':14632,'name':'suburb'},{'id':34265,'name':'heartbreak'},{'id':157632,'name':'fraternity'},{'id':179860,'name':'nosferatu'},{'id':209734,'name':'mocumentary'},{'id':232967,'name':'flatsharing'},{'id':233011,'name':'communal living'}]" +276843,"[{'id':6876,'name':'vacation'},{'id':18035,'name':'family'}]" +76494,"[{'id':818,'name':'based on novel or book'},{'id':2393,'name':'adoption'},{'id':3725,'name':'pregnancy'},{'id':17986,'name':'miscarriage'},{'id':160945,'name':'expectant father'},{'id':161534,'name':'pregnant wife'},{'id':163699,'name':'vomiting'},{'id':180702,'name':'expecting twins'},{'id':180706,'name':'open air cinema'},{'id':180715,'name':'giving birth'}]" +128248,[] +127373,[] +212716,"[{'id':12392,'name':'best friend'},{'id':13072,'name':'falling in love'}]" +9029,"[{'id':279,'name':'usa'},{'id':585,'name':'casino'},{'id':612,'name':'hotel'},{'id':1253,'name':'roommate'},{'id':1907,'name':'fictitious marriage'},{'id':8508,'name':'party'},{'id':9799,'name':'romantic comedy'},{'id':9823,'name':'rivalry'},{'id':13027,'name':'wedding'},{'id':14570,'name':'las vegas'},{'id':15111,'name':'drinking'},{'id':239497,'name':'accidental marriage'}]" +12159,"[{'id':439,'name':'paradise'},{'id':634,'name':'soul'},{'id':1449,'name':'underworld'},{'id':4116,'name':'heaven'},{'id':5918,'name':'painting'},{'id':6154,'name':'hell'},{'id':6155,'name':'afterlife'},{'id':210530,'name':'spiritism'}]" +1088,"[{'id':270,'name':'ocean'},{'id':697,'name':'loss of loved one'},{'id':941,'name':'tradition'},{'id':1158,'name':'grandparent grandchild relationship'},{'id':1412,'name':'becoming an adult'},{'id':2273,'name':'role of women'},{'id':2386,'name':'empowerment'},{'id':2658,'name':'new zealand'},{'id':2667,'name':'maori tradition'},{'id':2914,'name':'chief'},{'id':3131,'name':'modern society'},{'id':4676,'name':'whale'},{'id':4677,'name':'patriarch'},{'id':4678,'name':'stick fighting'},{'id':4707,'name':'canoe'},{'id':6337,'name':'patriarchy'},{'id':187056,'name':'woman director'}]" +147747,"[{'id':9180,'name':'yorkshire'},{'id':10937,'name':'memory'},{'id':170378,'name':'schoolteacher'},{'id':178643,'name':'malaya'},{'id':191260,'name':'dinner party'},{'id':192391,'name':'spinster'}]" +2171,"[{'id':704,'name':'adolescence'},{'id':5767,'name':'summer camp'},{'id':10183,'name':'independent film'}]" +138832,"[{'id':534,'name':'mexico'},{'id':1977,'name':'denver, colorado'},{'id':3391,'name':'drug smuggle'},{'id':6149,'name':'police'},{'id':10726,'name':'gang'},{'id':14964,'name':'drugs'},{'id':18035,'name':'family'},{'id':155857,'name':'strip tease'},{'id':167043,'name':'road movie'}]" +8942,"[{'id':279,'name':'usa'},{'id':1897,'name':'oregon'},{'id':6054,'name':'friendship'},{'id':10349,'name':'survival'},{'id':14767,'name':'scar'},{'id':15162,'name':'dog'},{'id':18035,'name':'family'},{'id':162913,'name':'broken down car'},{'id':187056,'name':'woman director'},{'id':189092,'name':'journey'},{'id':209525,'name':'mysterious past'}]" +253287,"[{'id':90,'name':'paris france'},{'id':242,'name':'new york'},{'id':2778,'name':'florist'},{'id':6167,'name':'engagement'},{'id':9672,'name':'based on a true story'},{'id':14602,'name':'break-up'},{'id':165402,'name':'semi autobiographical'},{'id':187056,'name':'woman director'},{'id':211994,'name':'french family'}]" +93828,"[{'id':703,'name':'detective'},{'id':782,'name':'assassin'},{'id':10051,'name':'heist'},{'id':10410,'name':'conspiracy'},{'id':15009,'name':'criminal'}]" +205724,[] +14905,"[{'id':392,'name':'england'},{'id':393,'name':'civil war'},{'id':736,'name':'journalist'},{'id':1661,'name':'sarajevo'},{'id':6783,'name':'orphanage'},{'id':7973,'name':'bosnian war of 1992-1995'}]" +197696,"[{'id':549,'name':'prostitute'},{'id':922,'name':'hotel room'},{'id':4539,'name':'overweight man'},{'id':17997,'name':'housekeeper'},{'id':33998,'name':'lesbian sex'},{'id':156022,'name':'nypd'},{'id':199274,'name':'arrested'}]" +284537,"[{'id':3741,'name':'talk show'},{'id':10123,'name':'dark comedy'},{'id':187056,'name':'woman director'},{'id':197708,'name':'mental disorders'},{'id':208263,'name':'winning lottery'}]" +11814,"[{'id':5801,'name':'nerd'},{'id':6951,'name':'biker'},{'id':13130,'name':'teenager'},{'id':160131,'name':'morphing'},{'id':160132,'name':'male fantasy'}]" +79120,"[{'id':237,'name':'gay'},{'id':1025,'name':'great britain'},{'id':2864,'name':'one-night stand'},{'id':10183,'name':'independent film'},{'id':10198,'name':'gay relationship'},{'id':10587,'name':'nottingham'}]" +9522,"[{'id':3180,'name':'sailing'},{'id':13027,'name':'wedding'},{'id':167808,'name':'fake identity'},{'id':170682,'name':'lying'}]" +10590,"[{'id':422,'name':'vietnam veteran'},{'id':818,'name':'based on novel or book'},{'id':2534,'name':'missile'},{'id':2957,'name':'vietnam war'},{'id':6092,'name':'army'},{'id':9052,'name':'major'},{'id':9672,'name':'based on a true story'},{'id':11139,'name':'steel helmet'},{'id':13065,'name':'soldier'},{'id':14601,'name':'explosion'},{'id':14643,'name':'battle'},{'id':33403,'name':'bayonet'},{'id':34079,'name':'death'},{'id':167234,'name':'vietnamese'},{'id':208992,'name':'1960s'}]" +94356,"[{'id':572,'name':'sex'},{'id':6054,'name':'friendship'},{'id':6270,'name':'high school'},{'id':10266,'name':'prom'},{'id':12670,'name':'los angeles'},{'id':13043,'name':'dating'}]" +2001,"[{'id':242,'name':'new york'},{'id':970,'name':'parent child relationship'},{'id':2334,'name':'nightclub'},{'id':3149,'name':'gangster'}]" +309049,"[{'id':212,'name':'london'},{'id':542,'name':'street gang'},{'id':3149,'name':'gangster'},{'id':3289,'name':'villain'},{'id':10726,'name':'gang'},{'id':154863,'name':'east end'}]" +71859,"[{'id':818,'name':'based on novel or book'},{'id':1583,'name':'mass murder'},{'id':6981,'name':'connecticut'},{'id':7281,'name':'shooting'},{'id':14632,'name':'suburb'},{'id':14819,'name':'violence'},{'id':15025,'name':'parenting'},{'id':17987,'name':'killing spree'},{'id':17989,'name':'prison visit'},{'id':187056,'name':'woman director'},{'id':240237,'name':'mother son relationship'}]" +74465,"[{'id':548,'name':'countryside'},{'id':2172,'name':'zoo'},{'id':2217,'name':'rain'},{'id':9673,'name':'love'},{'id':13130,'name':'teenager'},{'id':14641,'name':'based on memoir or autobiography'},{'id':18165,'name':'animal'},{'id':240100,'name':'blocked road'},{'id':240101,'name':'hard work'}]" +159128,"[{'id':2217,'name':'rain'},{'id':3739,'name':'funeral'},{'id':4479,'name':'bone'},{'id':6157,'name':'prayer'},{'id':9714,'name':'remake'},{'id':14527,'name':'storm'},{'id':14989,'name':'religious'},{'id':15162,'name':'dog'},{'id':170345,'name':'creek'},{'id':208048,'name':'cannibalism'}]" +204255,[] +11170,"[{'id':579,'name':'american football'},{'id':1228,'name':'1970s'},{'id':1482,'name':'trainer'},{'id':3616,'name':'college'},{'id':6075,'name':'sport'}]" +8873,"[{'id':2038,'name':'love of one's life'},{'id':3741,'name':'talk show'},{'id':5091,'name':'kiss'},{'id':5288,'name':'rock'},{'id':6029,'name':'concert'},{'id':6343,'name':'music tv program'}]" +8872,"[{'id':5540,'name':'heavy metal'},{'id':10582,'name':'television producer'},{'id':187056,'name':'woman director'}]" +31509,"[{'id':5739,'name':'waterfall'},{'id':154802,'name':'silent film'},{'id':189397,'name':'country girl'},{'id':208315,'name':'fake wedding'}]" +9804,"[{'id':269,'name':'diving'},{'id':270,'name':'ocean'},{'id':331,'name':'tattoo'},{'id':544,'name':'sailboat'},{'id':1852,'name':'mutant'},{'id':4237,'name':'water'},{'id':4458,'name':'post-apocalyptic'},{'id':12988,'name':'pirate'},{'id':175994,'name':'oil tanker'},{'id':215299,'name':'environmental disaster'},{'id':217083,'name':'reluctant hero'}]" +55787,"[{'id':818,'name':'based on novel or book'},{'id':2857,'name':'elephant'},{'id':3199,'name':'clown'},{'id':5571,'name':'great depression'},{'id':14613,'name':'elephant trainer'},{'id':34134,'name':'veterinary'}]" +13183,"[{'id':677,'name':'nuclear war'},{'id':840,'name':'usa president'},{'id':849,'name':'dc comics'},{'id':1308,'name':'secret identity'},{'id':1583,'name':'mass murder'},{'id':2398,'name':'narration'},{'id':4948,'name':'retirement'},{'id':9717,'name':'based on comic'},{'id':10410,'name':'conspiracy'},{'id':11321,'name':'animated sequence'},{'id':34161,'name':'doomsday'},{'id':157938,'name':'soviet'},{'id':158456,'name':'masked vigilante'},{'id':173995,'name':'doomsday clock'},{'id':174008,'name':'red square'},{'id':174016,'name':'death of superhero'},{'id':208289,'name':'1980s'}]" +267863,"[{'id':514,'name':'spain'},{'id':1295,'name':'europe'},{'id':4344,'name':'musical'},{'id':13027,'name':'wedding'},{'id':13088,'name':'summer'},{'id':182601,'name':'sunshine'},{'id':187056,'name':'woman director'}]" +187596,"[{'id':515,'name':'women'},{'id':736,'name':'journalist'},{'id':2864,'name':'one-night stand'},{'id':6946,'name':'blonde'},{'id':44451,'name':'lost'},{'id':155818,'name':'newswoman'}]" +7553,"[{'id':4956,'name':'decision'},{'id':40950,'name':'waiter'},{'id':167915,'name':'hostess'},{'id':167921,'name':'trainee'},{'id':167923,'name':'gross out'},{'id':167925,'name':'employer employee relationship'},{'id':167930,'name':'speaking german'},{'id':167939,'name':'glass pipe'},{'id':167942,'name':'screaming'}]" +245589,"[{'id':3392,'name':'voodoo'},{'id':9712,'name':'possession'},{'id':156154,'name':'haitian'}]" +135451,[] +9271,"[{'id':310,'name':'artificial intelligence'},{'id':803,'name':'android'},{'id':3249,'name':'hologram'},{'id':4286,'name':'computer program'},{'id':4563,'name':'virtual reality'},{'id':8440,'name':'ex-cop'},{'id':9819,'name':'visual effect'},{'id':177258,'name':'police training'}]" +91550,"[{'id':782,'name':'assassin'},{'id':2708,'name':'hitman'},{'id':10809,'name':'teenage girl'},{'id':12392,'name':'best friend'},{'id':188296,'name':'hired gun'},{'id':221209,'name':'hit lady'}]" +39834,"[{'id':8447,'name':'amish'}]" +55309,"[{'id':437,'name':'painter'},{'id':6165,'name':'historical figure'},{'id':10183,'name':'independent film'}]" +12122,"[{'id':3725,'name':'pregnancy'},{'id':4862,'name':'alien life-form'},{'id':5331,'name':'village'},{'id':9535,'name':'bewusstlosigkeit'},{'id':9951,'name':'alien'},{'id':161891,'name':'doppelgänger'}]" +132064,"[{'id':2231,'name':'drug dealer'},{'id':4426,'name':'sadism'},{'id':10338,'name':'morphine'},{'id':11546,'name':'hitchhiker'},{'id':13006,'name':'torture'},{'id':14707,'name':'brutality'}]" +100542,"[{'id':2486,'name':'fantasy'},{'id':5895,'name':'viking'},{'id':179101,'name':'norse mythology'}]" +837,"[{'id':236,'name':'suicide'},{'id':3298,'name':'hallucination'},{'id':3586,'name':'tv station'},{'id':3740,'name':'radio presenter'},{'id':4227,'name':'toronto'},{'id':4565,'name':'dystopia'},{'id':12400,'name':'brainwashing'},{'id':34117,'name':'cult film'},{'id':193594,'name':'pittsburgh'}]" +43028,"[{'id':212,'name':'london'},{'id':237,'name':'gay'},{'id':1936,'name':'blackmail'},{'id':9701,'name':'controversy'},{'id':10199,'name':'gay interest'},{'id':10909,'name':'lawyer'},{'id':11479,'name':'social commentary'},{'id':34117,'name':'cult film'},{'id':158718,'name':'lgbt'},{'id':180002,'name':'lgbt rights'},{'id':195402,'name':'film noir'},{'id':243276,'name':'homosexual'}]" +307663,"[{'id':310,'name':'artificial intelligence'},{'id':803,'name':'android'},{'id':2417,'name':'self-awareness'},{'id':3070,'name':'mercenary'},{'id':4563,'name':'virtual reality'},{'id':8015,'name':'cop'},{'id':10793,'name':'resort'},{'id':209027,'name':'artificial'}]" +159117,"[{'id':10292,'name':'gore'},{'id':12377,'name':'zombie'},{'id':12553,'name':'alien abduction'},{'id':163053,'name':'found footage'},{'id':220376,'name':'vhs tapes'}]" +267806,"[{'id':9706,'name':'anthology'}]" +84348,"[{'id':6435,'name':'webcam'},{'id':9706,'name':'anthology'},{'id':11616,'name':'vhs'},{'id':11728,'name':'burglary'},{'id':163053,'name':'found footage'},{'id':180374,'name':'vcr'},{'id':180377,'name':'halloween mask'}]" +70706,"[{'id':187056,'name':'woman director'}]" +426,"[{'id':582,'name':'san francisco'},{'id':1335,'name':'sense of guilt'},{'id':1338,'name':'bachelor'},{'id':1523,'name':'obsession'},{'id':2038,'name':'love of one's life'},{'id':2567,'name':'vertigo'},{'id':2598,'name':'museum'},{'id':2599,'name':'necklace'},{'id':2968,'name':'grave'},{'id':4812,'name':'plan'},{'id':5918,'name':'painting'},{'id':195402,'name':'film noir'}]" +291533,"[{'id':4458,'name':'post-apocalyptic'},{'id':9937,'name':'suspense'}]" +70418,[] +324382,[] +59440,"[{'id':974,'name':'bank'},{'id':4613,'name':'training'},{'id':9849,'name':'beating'},{'id':9917,'name':'mixed martial arts'},{'id':10508,'name':'teacher'},{'id':14666,'name':'muscleman'},{'id':18543,'name':'combat'},{'id':33457,'name':'alcoholic'},{'id':33610,'name':'gym'},{'id':33611,'name':'exercise'}]" +82654,"[{'id':818,'name':'based on novel or book'},{'id':4458,'name':'post-apocalyptic'},{'id':4565,'name':'dystopia'},{'id':12377,'name':'zombie'},{'id':186565,'name':'zombie apocalypse'},{'id':212760,'name':'interspecies romance'},{'id':246466,'name':'based on young adult novel'}]" +37412,"[{'id':931,'name':'jealousy'},{'id':1502,'name':'marshal'},{'id':6946,'name':'blonde'},{'id':9991,'name':'dress'},{'id':10765,'name':'gunshot wound'},{'id':14819,'name':'violence'},{'id':155511,'name':'stagecoach robbery'},{'id':160589,'name':'frontier town'},{'id':170450,'name':'lynch mob'},{'id':188296,'name':'hired gun'},{'id':222782,'name':'two guns belt'}]" +246013,[] +256601,"[{'id':4565,'name':'dystopia'}]" +74,"[{'id':447,'name':'post traumatic stress disorder'},{'id':586,'name':'new jersey'},{'id':3800,'name':'airplane'},{'id':4565,'name':'dystopia'},{'id':5600,'name':'daughter'},{'id':12332,'name':'apocalypse'},{'id':14909,'name':'alien invasion'},{'id':207569,'name':'human subjugation'}]" +57212,"[{'id':2504,'name':'world war i'},{'id':2673,'name':'horse'},{'id':11332,'name':'farm life'},{'id':13129,'name':'execution'},{'id':18029,'name':'trapped'},{'id':33457,'name':'alcoholic'},{'id':156234,'name':'cavalry'},{'id':157960,'name':'plowing'},{'id':157961,'name':'artillery'}]" +60551,"[{'id':4414,'name':'adventure'},{'id':6091,'name':'war'},{'id':9840,'name':'romance'}]" +10431,"[{'id':1812,'name':'fbi'},{'id':9748,'name':'revenge'}]" +8909,"[{'id':697,'name':'loss of loved one'},{'id':782,'name':'assassin'},{'id':2908,'name':'secret society'},{'id':3045,'name':'mission of murder'},{'id':9748,'name':'revenge'}]" +50647,"[{'id':458,'name':'hippie'},{'id':2412,'name':'commune'},{'id':10031,'name':'nudism'},{'id':13100,'name':'nude protest'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'}]" +10681,"[{'id':3700,'name':'garbage'},{'id':3801,'name':'space travel'},{'id':4565,'name':'dystopia'},{'id':9957,'name':'loneliness'},{'id':11239,'name':'distant future'},{'id':14544,'name':'robot'},{'id':162988,'name':'dystopian future'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'}]" +33909,"[{'id':179431,'name':'duringcreditsstinger'}]" +10673,"[{'id':3720,'name':'power'},{'id':4373,'name':'fraud'},{'id':5628,'name':'broker'},{'id':5636,'name':'wall street'},{'id':6118,'name':'finances'},{'id':10631,'name':'stockbroker'},{'id':10909,'name':'lawyer'},{'id':14512,'name':'new york city'},{'id':15137,'name':'union'},{'id':33626,'name':'millionaire'},{'id':247861,'name':'black monday'}]" +77951,"[{'id':816,'name':'walking'},{'id':1701,'name':'hero'},{'id':5301,'name':'brother'},{'id':12616,'name':'dinosaur'},{'id':13014,'name':'orphan'},{'id':201947,'name':'prehistory'},{'id':209714,'name':'3d'}]" +11358,"[{'id':585,'name':'casino'},{'id':798,'name':'sheriff'},{'id':1526,'name':'home'},{'id':14819,'name':'violence'},{'id':15218,'name':'special forces'},{'id':162380,'name':'ex soldier'}]" +25473,"[{'id':395,'name':'gambling'},{'id':417,'name':'corruption'},{'id':779,'name':'martial arts'},{'id':798,'name':'sheriff'},{'id':1415,'name':'small town'},{'id':3149,'name':'gangster'},{'id':5570,'name':'christmas tree'},{'id':6335,'name':'tennessee'},{'id':7002,'name':'vigilante'},{'id':9672,'name':'based on a true story'},{'id':9748,'name':'revenge'},{'id':10022,'name':'rampage'},{'id':10250,'name':'redneck'},{'id':11431,'name':'wrestler'},{'id':11734,'name':'police corruption'},{'id':14819,'name':'violence'},{'id':34079,'name':'death'}]" +11808,"[{'id':591,'name':'cia'},{'id':3543,'name':'transport of prisoners'},{'id':6139,'name':'innocence'},{'id':10685,'name':'escape'},{'id':33705,'name':'agent'}]" +9877,"[{'id':3616,'name':'college'},{'id':9826,'name':'murder'},{'id':9955,'name':'urban legend'},{'id':12339,'name':'slasher'},{'id':15127,'name':'killer'},{'id':34079,'name':'death'}]" +145197,"[{'id':1647,'name':'sadness'},{'id':3363,'name':'hypnosis'},{'id':3929,'name':'hope'},{'id':6203,'name':'loss'},{'id':9840,'name':'romance'},{'id':10183,'name':'independent film'},{'id':33515,'name':'drugged'},{'id':157634,'name':'parasite'}]" +58244,"[{'id':213,'name':'upper class'},{'id':1453,'name':'amnesia'},{'id':2804,'name':'exploitation'},{'id':3691,'name':'forbidden love'},{'id':13194,'name':'planet'},{'id':14514,'name':'class differences'},{'id':156282,'name':'alternate reality'},{'id':180466,'name':'gravity'},{'id':188474,'name':'cosmetics'},{'id':227709,'name':'slum dweller'}]" +22947,"[{'id':4702,'name':'suitcase'},{'id':12094,'name':'business'},{'id':12095,'name':'omaha'},{'id':14570,'name':'las vegas'},{'id':15291,'name':'on the road'},{'id':33471,'name':'downsizing'},{'id':33472,'name':'cross country'},{'id':68820,'name':'videoconferencing'},{'id':156296,'name':'job termination'},{'id':170749,'name':'business trip'},{'id':179431,'name':'duringcreditsstinger'}]" +14160,"[{'id':965,'name':'age difference'},{'id':1291,'name':'central and south america'},{'id':9903,'name':'balloon'},{'id':10336,'name':'animation'},{'id':179431,'name':'duringcreditsstinger'},{'id':221536,'name':'exploring'}]" +8090,"[{'id':236,'name':'suicide'},{'id':1812,'name':'fbi'},{'id':1930,'name':'kidnapping'},{'id':3880,'name':'snuff'},{'id':4426,'name':'sadism'},{'id':5340,'name':'investigation'},{'id':6149,'name':'police'},{'id':6259,'name':'psychopath'},{'id':6435,'name':'webcam'},{'id':6614,'name':'website'},{'id':9826,'name':'murder'},{'id':10714,'name':'serial killer'},{'id':11615,'name':'internet'},{'id':13006,'name':'torture'},{'id':14819,'name':'violence'},{'id':180340,'name':'voyeur'}]" +38199,"[{'id':9937,'name':'suspense'},{'id':12565,'name':'psychological thriller'},{'id':14819,'name':'violence'},{'id':34128,'name':'building'},{'id':158584,'name':'tv news'},{'id':177185,'name':'videotape'}]" +44048,"[{'id':163228,'name':'runaway train'}]" +10027,"[{'id':779,'name':'martial arts'},{'id':2708,'name':'hitman'},{'id':10714,'name':'serial killer'}]" +48138,"[{'id':444,'name':'taxi'},{'id':612,'name':'hotel'},{'id':732,'name':'coma'},{'id':1749,'name':'taxi driver'},{'id':3071,'name':'prince'},{'id':11435,'name':'briefcase'},{'id':11612,'name':'hospital'},{'id':155751,'name':'stolen identity'}]" +122857,"[{'id':14687,'name':'extreme violence'},{'id':18543,'name':'combat'}]" +9349,"[{'id':2956,'name':'vietnam'},{'id':3820,'name':'barrage'},{'id':4188,'name':'revitalization'},{'id':12193,'name':'reporter'},{'id':13065,'name':'soldier'}]" +9829,"[{'id':1242,'name':'war on terror'},{'id':3800,'name':'airplane'},{'id':4245,'name':'hijacking'},{'id':4460,'name':'terror cell'},{'id':4811,'name':'emergency landing'},{'id':161304,'name':'september 11 2001'}]" +102051,"[{'id':10196,'name':'role playing'},{'id':157909,'name':'larp'}]" +33,"[{'id':549,'name':'prostitute'},{'id':798,'name':'sheriff'},{'id':800,'name':'bounty'},{'id':802,'name':'regret'},{'id':1016,'name':'wyoming'},{'id':6145,'name':'right and justice'},{'id':7658,'name':'kansas'},{'id':9748,'name':'revenge'},{'id':157512,'name':'mutilation'},{'id':159434,'name':'one last job'},{'id':160410,'name':'reputation'},{'id':207928,'name':'19th century'},{'id':209631,'name':'englishman'},{'id':231624,'name':'pig farmer'}]" +127370,"[{'id':4344,'name':'musical'},{'id':10163,'name':'cancer'}]" +239573,"[{'id':1295,'name':'europe'},{'id':170749,'name':'business trip'}]" +2251,"[{'id':596,'name':'adultery'},{'id':1326,'name':'infidelity'},{'id':1664,'name':'eroticism'},{'id':2132,'name':'literature'},{'id':4320,'name':'lover'},{'id':14512,'name':'new york city'},{'id':207767,'name':'erotic thriller'}]" +38234,"[{'id':378,'name':'prison'},{'id':797,'name':'showdown'},{'id':1366,'name':'shotgun'},{'id':1721,'name':'fight'},{'id':2885,'name':'prison cell'},{'id':5400,'name':'champion'},{'id':6211,'name':'fighter'},{'id':8636,'name':'blood splatter'},{'id':9849,'name':'beating'},{'id':9890,'name':'jail'},{'id':11221,'name':'blood'},{'id':12380,'name':'tournament'},{'id':14707,'name':'brutality'},{'id':156257,'name':'jail cell'},{'id':187928,'name':'prison fight'},{'id':188333,'name':'carrot'}]" +11678,"[{'id':486,'name':'himalaya'},{'id':7021,'name':'pakistan'},{'id':8624,'name':'climbing'},{'id':9356,'name':'k2'},{'id':160177,'name':'mountaineering'},{'id':209504,'name':'karakoram'}]" +177494,"[{'id':387,'name':'california'},{'id':9663,'name':'sequel'},{'id':9826,'name':'murder'},{'id':10988,'name':'based on tv series'},{'id':155790,'name':'private detective'},{'id':161213,'name':'high school reunion'},{'id':179431,'name':'duringcreditsstinger'},{'id':214784,'name':'crowdfunding'}]" +328214,[] +225747,[] +180948,"[{'id':10325,'name':'mistaken identity'},{'id':11719,'name':'dirty cop'},{'id':15483,'name':'car chase'}]" +11419,"[{'id':395,'name':'gambling'},{'id':4630,'name':'chaos'},{'id':6433,'name':'roulette'},{'id':33694,'name':'family holiday'}]" +7461,"[{'id':258,'name':'bomb'},{'id':321,'name':'terror'},{'id':514,'name':'spain'},{'id':840,'name':'usa president'},{'id':949,'name':'terrorist'},{'id':1242,'name':'war on terror'},{'id':1925,'name':'camera'},{'id':1926,'name':'car journey'},{'id':2134,'name':'press'},{'id':2136,'name':'television'},{'id':2249,'name':'camcorder'},{'id':3088,'name':'bodyguard'},{'id':3852,'name':'safety'},{'id':4460,'name':'terror cell'},{'id':5641,'name':'limousine'},{'id':6007,'name':'media'},{'id':41180,'name':'security guard'}]" +1903,"[{'id':128,'name':'love triangle'},{'id':802,'name':'regret'},{'id':931,'name':'jealousy'},{'id':1453,'name':'amnesia'},{'id':1566,'name':'dream'},{'id':1595,'name':'ex-girlfriend'},{'id':2038,'name':'love of one's life'},{'id':3030,'name':'nightmare'},{'id':3307,'name':'surreal'},{'id':3636,'name':'face operation'},{'id':3667,'name':'time'},{'id':4563,'name':'virtual reality'},{'id':4585,'name':'plastic surgery'},{'id':4662,'name':'illusion'},{'id':5884,'name':'life extension'},{'id':9228,'name':'puzzle'},{'id':9673,'name':'love'},{'id':9714,'name':'remake'},{'id':9856,'name':'flashback'},{'id':10329,'name':'wealth'},{'id':10703,'name':'tragic love'},{'id':10705,'name':'confusion'},{'id':11469,'name':'memory loss'},{'id':13005,'name':'doctor'},{'id':13063,'name':'car accident'},{'id':13073,'name':'fear'},{'id':14534,'name':'relationship'},{'id':34265,'name':'heartbreak'},{'id':155782,'name':'freak accident'},{'id':157676,'name':'disfigured face'},{'id':157959,'name':'surgery'},{'id':160269,'name':'lost love'},{'id':161248,'name':'individuality'},{'id':170383,'name':'disfigurement'},{'id':181050,'name':'wealthy man'}]" +11452,"[{'id':572,'name':'sex'},{'id':3616,'name':'college'},{'id':10081,'name':'locker room'},{'id':155556,'name':'doggystyle'},{'id':171183,'name':'flirting'},{'id':171184,'name':'exposé'},{'id':171192,'name':'pug'},{'id':171197,'name':'bon bon'},{'id':171198,'name':'fraternity pledge'},{'id':171199,'name':'greek letter'},{'id':215404,'name':'laxative'}]" +7131,"[{'id':272,'name':'transylvania'},{'id':716,'name':'vatican'},{'id':3098,'name':'castle'},{'id':3133,'name':'vampire'},{'id':3633,'name':'dracula'},{'id':4197,'name':'bite'},{'id':12564,'name':'werewolf'},{'id':156491,'name':'multiple monsters'},{'id':162729,'name':'van helsing'},{'id':163138,'name':'notre dame cathedral'},{'id':207928,'name':'19th century'},{'id':220652,'name':'mr. hyde'}]" +73935,"[{'id':3133,'name':'vampire'},{'id':9673,'name':'love'},{'id':187056,'name':'woman director'}]" +40264,"[{'id':3133,'name':'vampire'},{'id':6270,'name':'high school'},{'id':9755,'name':'parody'},{'id':10266,'name':'prom'},{'id':11931,'name':'spoof'},{'id':12416,'name':'horror spoof'},{'id':13130,'name':'teenager'},{'id':179431,'name':'duringcreditsstinger'}]" +203739,"[{'id':818,'name':'based on novel or book'},{'id':2398,'name':'narration'},{'id':3133,'name':'vampire'},{'id':3630,'name':'half vampire'},{'id':3883,'name':'danger of life'},{'id':4833,'name':'royal family'},{'id':6054,'name':'friendship'},{'id':10761,'name':'superhuman'},{'id':18092,'name':'guardian'},{'id':33637,'name':'super power'},{'id':68646,'name':'supernatural creature'},{'id':246466,'name':'based on young adult novel'}]" +167733,"[{'id':3133,'name':'vampire'},{'id':3616,'name':'college'},{'id':4197,'name':'bite'}]" +2253,"[{'id':220,'name':'berlin germany'},{'id':236,'name':'suicide'},{'id':258,'name':'bomb'},{'id':441,'name':'assassination'},{'id':836,'name':'resistance'},{'id':1157,'name':'wife husband relationship'},{'id':1956,'name':'world war ii'},{'id':2652,'name':'nazi'},{'id':4812,'name':'plan'},{'id':6054,'name':'friendship'},{'id':9758,'name':'deception'},{'id':10202,'name':'treason'},{'id':10786,'name':'colonel'},{'id':11109,'name':'military officer'},{'id':11121,'name':'plot'},{'id':11122,'name':'german officer'},{'id':11124,'name':'medal'},{'id':14819,'name':'violence'}]" +37861,"[{'id':5895,'name':'viking'},{'id':6154,'name':'hell'},{'id':10392,'name':'mute'},{'id':10685,'name':'escape'},{'id':14707,'name':'brutality'},{'id':14819,'name':'violence'},{'id':14906,'name':'slave'},{'id':164555,'name':'one eyed man'},{'id':174149,'name':'new world'},{'id':188265,'name':'chieftain'},{'id':188266,'name':'starvation'},{'id':188267,'name':'war paint'},{'id':192913,'name':'warrior'}]" +32856,"[{'id':2382,'name':'flower'},{'id':2587,'name':'married couple'},{'id':2778,'name':'florist'},{'id':5091,'name':'kiss'},{'id':9457,'name':'single'},{'id':160404,'name':'valentine's day'},{'id':171366,'name':'multiple storylines'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'}]" +10294,"[{'id':2669,'name':'motel'},{'id':3979,'name':'hidden camera'},{'id':5254,'name':'remoteness'},{'id':9758,'name':'deception'},{'id':12565,'name':'psychological thriller'},{'id':15127,'name':'killer'},{'id':18029,'name':'trapped'},{'id':50009,'name':'survival horror'},{'id':162904,'name':'estranged couple'},{'id':162913,'name':'broken down car'},{'id':162914,'name':'one night'},{'id':201713,'name':'isolated'}]" +752,"[{'id':703,'name':'detective'},{'id':849,'name':'dc comics'},{'id':1755,'name':'fascism'},{'id':3099,'name':'satanism'},{'id':3603,'name':'fascist'},{'id':4565,'name':'dystopia'},{'id':6086,'name':'government'},{'id':7525,'name':'chancellor'},{'id':9748,'name':'revenge'},{'id':11476,'name':'personification of satan'},{'id':13006,'name':'torture'},{'id':156174,'name':'occult'},{'id':158449,'name':'hatred'},{'id':158456,'name':'masked vigilante'},{'id':198331,'name':'vengeful spirit'},{'id':208647,'name':'activist'},{'id':214978,'name':'vengeful'}]" +14475,"[{'id':1399,'name':'senate'},{'id':1721,'name':'fight'},{'id':10332,'name':'salesman'},{'id':14604,'name':'theft'},{'id':33885,'name':'car'},{'id':34117,'name':'cult film'},{'id':155702,'name':'used car salesman'},{'id':200815,'name':'interstate'}]" +12437,"[{'id':378,'name':'prison'},{'id':1449,'name':'underworld'},{'id':2831,'name':'slavery'},{'id':3098,'name':'castle'},{'id':3133,'name':'vampire'},{'id':6091,'name':'war'},{'id':12564,'name':'werewolf'},{'id':14643,'name':'battle'},{'id':14906,'name':'slave'},{'id':34137,'name':'dungeon'}]" +834,"[{'id':810,'name':'budapest'},{'id':2849,'name':'key'},{'id':3133,'name':'vampire'},{'id':3760,'name':'light'},{'id':12564,'name':'werewolf'},{'id':34152,'name':'evolution'}]" +52520,"[{'id':1706,'name':'experiment'},{'id':3133,'name':'vampire'},{'id':5600,'name':'daughter'},{'id':9410,'name':'hybrid'},{'id':9668,'name':'child vampire'},{'id':12564,'name':'werewolf'},{'id':156395,'name':'imax'},{'id':180084,'name':'werewolf child'}]" +277,"[{'id':810,'name':'budapest'},{'id':1552,'name':'subway'},{'id':2038,'name':'love of one's life'},{'id':3133,'name':'vampire'},{'id':4197,'name':'bite'},{'id':4198,'name':'descendant'},{'id':6062,'name':'hostility'},{'id':10950,'name':'shootout'},{'id':12564,'name':'werewolf'},{'id':34136,'name':'blunt'}]" +80195,"[{'id':1299,'name':'monster'},{'id':1353,'name':'underground'},{'id':3221,'name':'rave'},{'id':4409,'name':'military base'},{'id':191414,'name':'troglodyte'},{'id':222288,'name':'genetically modified organism'}]" +10934,"[{'id':894,'name':'depression'},{'id':3730,'name':'recreation'},{'id':10818,'name':'author'},{'id':15160,'name':'divorce'},{'id':161192,'name':'tuscany italy'},{'id':187056,'name':'woman director'}]" +97370,"[{'id':388,'name':'scotland'},{'id':3130,'name':'edinburgh'},{'id':9951,'name':'alien'},{'id':188691,'name':'prowler'},{'id':191331,'name':'body snatchers'},{'id':202682,'name':'lured'},{'id':212412,'name':'very little dialogue'}]" +242093,"[{'id':187056,'name':'woman director'}]" +128311,[] +3512,"[{'id':949,'name':'terrorist'},{'id':2314,'name':'pentagon'},{'id':3376,'name':'satellite'},{'id':11219,'name':'navy seal'},{'id':13008,'name':'train'}]" +8845,"[{'id':1650,'name':'cook'},{'id':2770,'name':'war ship'},{'id':3070,'name':'mercenary'},{'id':3312,'name':'nuclear missile'},{'id':7188,'name':'hostage-taking'}]" +12503,"[{'id':1157,'name':'wife husband relationship'},{'id':1228,'name':'1970s'},{'id':2020,'name':'revolution'},{'id':4747,'name':'war photographer'},{'id':6342,'name':'nicaragua'}]" +82620,"[{'id':240,'name':'underdog'},{'id':579,'name':'american football'},{'id':5621,'name':'american football coach'},{'id':6075,'name':'sport'}]" +2616,"[{'id':2604,'name':'babysitter'},{'id':170083,'name':'backfire'},{'id':170085,'name':'attitude'},{'id':170087,'name':'tire'},{'id':170089,'name':'streetwise'},{'id':170091,'name':'drag net'},{'id':170100,'name':'crazy uncle'},{'id':179430,'name':'aftercreditsstinger'},{'id':193237,'name':'child care'}]" +227306,"[{'id':220,'name':'berlin germany'},{'id':233,'name':'japan'},{'id':818,'name':'based on novel or book'},{'id':1956,'name':'world war ii'},{'id':1968,'name':'prisoner of war'},{'id':3366,'name':'u.s. air force'},{'id':5565,'name':'biography'},{'id':6075,'name':'sport'},{'id':10456,'name':'athlete'},{'id':14620,'name':'raft'},{'id':15097,'name':'shark'},{'id':187056,'name':'woman director'},{'id':208820,'name':'olympic athlete'},{'id':244863,'name':'first part'}]" +9741,"[{'id':970,'name':'parent child relationship'},{'id':4619,'name':'train accident'},{'id':5451,'name':'comic book'},{'id':5809,'name':'marriage crisis'},{'id':8872,'name':'invulnerability'},{'id':9715,'name':'superhero'},{'id':9937,'name':'suspense'},{'id':33637,'name':'super power'}]" +9920,"[{'id':1418,'name':'skyscraper'},{'id':3133,'name':'vampire'},{'id':4399,'name':'victim'},{'id':4565,'name':'dystopia'},{'id':5202,'name':'boy'},{'id':13005,'name':'doctor'},{'id':14819,'name':'violence'},{'id':157202,'name':'one woman army'},{'id':180436,'name':'hemophagia'},{'id':180439,'name':'stamina'},{'id':180440,'name':'totalitarian'},{'id':180441,'name':'antigen'},{'id':180443,'name':'cure'},{'id':180445,'name':'strength'},{'id':180447,'name':'biological warfare'},{'id':180464,'name':'lab technician'},{'id':180465,'name':'rooftop fight'},{'id':180466,'name':'gravity'},{'id':180467,'name':'light sensitivity'}]" +11959,"[{'id':3090,'name':'loser'},{'id':3586,'name':'tv station'},{'id':4325,'name':'game show'},{'id':4656,'name':'tv star'},{'id':5699,'name':'music video'},{'id':8201,'name':'satire'},{'id':34117,'name':'cult film'},{'id':186803,'name':'music spoof'}]" +10155,"[{'id':642,'name':'robbery'},{'id':1415,'name':'small town'},{'id':1859,'name':'arizona'},{'id':1927,'name':'car breakdown'},{'id':3593,'name':'wilderness'},{'id':5091,'name':'kiss'},{'id':5305,'name':'gambling debts'},{'id':6996,'name':'car garage'},{'id':9622,'name':'misanthrophy'},{'id':10594,'name':'money'},{'id':15090,'name':'police officer'},{'id':18034,'name':'desert'},{'id':207268,'name':'neo-noir'}]" +3536,"[{'id':339,'name':'submarine'},{'id':1956,'name':'world war ii'},{'id':6790,'name':'north atlantic'},{'id':10364,'name':'mission'}]" +76543,"[{'id':5319,'name':'pub'},{'id':9849,'name':'beating'},{'id':11001,'name':'religion'},{'id':11925,'name':'domestic violence'},{'id':12341,'name':'pitbull'},{'id':14778,'name':'urination'},{'id':14819,'name':'violence'},{'id':14837,'name':'rage'},{'id':17989,'name':'prison visit'},{'id':175421,'name':'death of husband'},{'id':188991,'name':'drunkenness'},{'id':243777,'name':'charity shop'}]" +175555,"[{'id':207317,'name':'christmas'}]" +286554,"[{'id':572,'name':'sex'},{'id':613,'name':'new year's eve'},{'id':2864,'name':'one-night stand'},{'id':3373,'name':'snow storm'},{'id':14512,'name':'new york city'},{'id':14534,'name':'relationship'},{'id':168346,'name':'manhattan, new york city'},{'id':173477,'name':'overflowing toilet'},{'id':182195,'name':'online dating'},{'id':207317,'name':'christmas'}]" +254772,"[{'id':798,'name':'sheriff'},{'id':9748,'name':'revenge'},{'id':156121,'name':'ex-con'}]" +5241,[] +5767,"[{'id':1157,'name':'wife husband relationship'},{'id':1295,'name':'europe'},{'id':1326,'name':'infidelity'},{'id':2301,'name':'architect'},{'id':2335,'name':'southern france'},{'id':6038,'name':'marriage'},{'id':7312,'name':'road trip'},{'id':9856,'name':'flashback'},{'id':15291,'name':'on the road'}]" +9910,"[{'id':622,'name':'bet'},{'id':3658,'name':'career'},{'id':5332,'name':'greed'},{'id':6075,'name':'sport'},{'id':155791,'name':'american football player'},{'id':231069,'name':'inspired by a true story'}]" +664,"[{'id':1157,'name':'wife husband relationship'},{'id':2213,'name':'tornado'},{'id':2214,'name':'twister'},{'id':2493,'name':'oklahoma'},{'id':3337,'name':'metereologist'},{'id':3338,'name':'invention'},{'id':3693,'name':'climate'},{'id':3875,'name':'barn'},{'id':5096,'name':'natural disaster'},{'id':5543,'name':'cow'},{'id':9276,'name':'truck'},{'id':10617,'name':'disaster'},{'id':12335,'name':'aunt niece relationship'},{'id':12336,'name':'storm chaser'},{'id':15160,'name':'divorce'}]" +1923,"[{'id':703,'name':'detective'},{'id':739,'name':'sexual abuse'},{'id':1010,'name':'bar'},{'id':1415,'name':'small town'},{'id':1803,'name':'drug addiction'},{'id':1817,'name':'orgy'},{'id':3307,'name':'surreal'},{'id':5340,'name':'investigation'},{'id':6152,'name':'supernatural'},{'id':9826,'name':'murder'},{'id':9937,'name':'suspense'},{'id':10988,'name':'based on tv series'},{'id':11004,'name':'rural setting'},{'id':13059,'name':'prostitution'},{'id':34117,'name':'cult film'},{'id':192241,'name':'disturbed teenager'}]" +8966,"[{'id':815,'name':'soulmates'},{'id':818,'name':'based on novel or book'},{'id':3133,'name':'vampire'},{'id':3691,'name':'forbidden love'},{'id':4978,'name':'immortality'},{'id':14782,'name':'trust'},{'id':33513,'name':'desire'},{'id':179431,'name':'duringcreditsstinger'},{'id':187056,'name':'woman director'},{'id':212760,'name':'interspecies romance'},{'id':246466,'name':'based on young adult novel'}]" +121642,[] +63,"[{'id':222,'name':'schizophrenia'},{'id':276,'name':'philadelphia'},{'id':277,'name':'cassandra syndrom'},{'id':278,'name':'stockholm syndrome'},{'id':4379,'name':'time travel'},{'id':4458,'name':'post-apocalyptic'},{'id':4565,'name':'dystopia'},{'id':14675,'name':'lethal virus'},{'id':15149,'name':'monkey'},{'id':34117,'name':'cult film'},{'id':162801,'name':'subterranean'}]" +246403,"[{'id':1523,'name':'obsession'},{'id':7240,'name':'walrus'},{'id':9758,'name':'deception'},{'id':170383,'name':'disfigurement'},{'id':235261,'name':'abduction'},{'id':241980,'name':'turned into animal'}]" +260202,"[{'id':9663,'name':'sequel'},{'id':9937,'name':'suspense'},{'id':167861,'name':'caribbean'},{'id':190904,'name':'mi5'}]" +9796,"[{'id':966,'name':'beach'},{'id':1161,'name':'brazil'},{'id':1463,'name':'culture clash'},{'id':5891,'name':'backpacker'},{'id':8812,'name':'palmen'},{'id':9844,'name':'car crash'},{'id':10787,'name':'jungle'}]" +77950,"[{'id':240,'name':'underdog'},{'id':830,'name':'car race'},{'id':1566,'name':'dream'},{'id':3428,'name':'speed'},{'id':3720,'name':'power'},{'id':4455,'name':'snail'},{'id':6525,'name':'fast'},{'id':9713,'name':'friends'},{'id':11477,'name':'anthropomorphism'},{'id':33637,'name':'super power'},{'id':167986,'name':'racer'}]" +46838,"[{'id':3623,'name':'cabin'},{'id':8232,'name':'west virginia'},{'id':12394,'name':'chainsaw'},{'id':14559,'name':'hillbilly'},{'id':15127,'name':'killer'}]" +79628,"[{'id':9571,'name':'motor sport'},{'id':9666,'name':'street race'},{'id':14735,'name':'motorcycle'},{'id':209714,'name':'3d'},{'id':220561,'name':'isle of man tt'}]" +245706,"[{'id':378,'name':'prison'},{'id':736,'name':'journalist'},{'id':1563,'name':'prisoner'},{'id':9672,'name':'based on a true story'},{'id':17989,'name':'prison visit'},{'id':204204,'name':'identity theft'},{'id':207898,'name':'accused of murder'}]" +319,"[{'id':697,'name':'loss of loved one'},{'id':886,'name':'movie business'},{'id':970,'name':'parent child relationship'},{'id':1666,'name':'mexican standoff'},{'id':2150,'name':'cocaine'},{'id':9673,'name':'love'},{'id':10391,'name':'mafia'},{'id':12670,'name':'los angeles'},{'id':14964,'name':'drugs'},{'id':33625,'name':'illegal prostitution'},{'id':163656,'name':'gun violence'},{'id':207268,'name':'neo-noir'}]" +36955,"[{'id':470,'name':'spy'},{'id':949,'name':'terrorist'},{'id':1196,'name':'florida'},{'id':1419,'name':'gun'},{'id':1930,'name':'kidnapping'},{'id':2284,'name':'horseback riding'},{'id':3546,'name':'florida keys'},{'id':4289,'name':'secret agent'},{'id':161520,'name':'terrorist plot'},{'id':167444,'name':'top secret'},{'id':167461,'name':'truth serum'},{'id':167466,'name':'mushroom cloud'},{'id':167467,'name':'jackhammer'},{'id':206958,'name':'special agent'},{'id':217421,'name':'key west'}]" +44264,"[{'id':697,'name':'loss of loved one'},{'id':818,'name':'based on novel or book'},{'id':2123,'name':'father murder'},{'id':5521,'name':'arkansas'},{'id':5901,'name':'texas ranger'},{'id':7464,'name':'alcoholism'},{'id':10085,'name':'betrayal'},{'id':159869,'name':'eye patch'}]" +32077,"[{'id':8015,'name':'cop'},{'id':10093,'name':'priest'},{'id':207268,'name':'neo-noir'}]" +652,"[{'id':380,'name':'sibling relationship'},{'id':596,'name':'adultery'},{'id':2035,'name':'mythology'},{'id':3258,'name':'beauty'},{'id':3265,'name':'trojan war'},{'id':3930,'name':'bravery'},{'id':4372,'name':'wall'},{'id':4373,'name':'fraud'},{'id':6062,'name':'hostility'},{'id':6917,'name':'epic'},{'id':9725,'name':'sword fight'},{'id':10141,'name':'battlefield'},{'id':14704,'name':'ancient world'},{'id':158553,'name':'pyre'},{'id':162861,'name':'ancient greece'},{'id':189601,'name':'trojan horse'},{'id':235615,'name':'trojan'},{'id':235616,'name':'bronze age'},{'id':235617,'name':'sparta greece'},{'id':235618,'name':'helen of troy'},{'id':235619,'name':'homer's iliad'}]" +87825,"[{'id':1480,'name':'baseball'},{'id':1484,'name':'pitcher'},{'id':1686,'name':'home run'},{'id':4995,'name':'aging'},{'id':8732,'name':'talent-scout'},{'id':11333,'name':'cigar smoking'},{'id':186906,'name':'boston red sox'},{'id':186908,'name':'draft'},{'id':200574,'name':'motel room'},{'id':229043,'name':'baseball scout'},{'id':229046,'name':'failing eyesight'},{'id':229049,'name':'blurry vision'},{'id':229050,'name':'blurred sight'},{'id':240303,'name':'father daughter relationship'}]" +7446,"[{'id':886,'name':'movie business'},{'id':2956,'name':'vietnam'},{'id':8201,'name':'satire'},{'id':10787,'name':'jungle'},{'id':162262,'name':'movie star'},{'id':167475,'name':'southeast asia'},{'id':167477,'name':'land mine'},{'id':167486,'name':'shackles'},{'id':167492,'name':'war filmmaking'},{'id':179431,'name':'duringcreditsstinger'},{'id':184816,'name':'blackface'},{'id':224875,'name':'method acting'}]" +20526,"[{'id':310,'name':'artificial intelligence'},{'id':1308,'name':'secret identity'},{'id':4286,'name':'computer program'},{'id':4565,'name':'dystopia'},{'id':6104,'name':'computer'},{'id':9758,'name':'deception'},{'id':12965,'name':'duel'},{'id':14735,'name':'motorcycle'},{'id':185351,'name':'neon light'},{'id':236778,'name':'autocracy'}]" +97,"[{'id':282,'name':'video game'},{'id':2157,'name':'hacker'},{'id':4563,'name':'virtual reality'},{'id':4565,'name':'dystopia'},{'id':6104,'name':'computer'}]" +85542,"[{'id':14636,'name':'india'},{'id':207691,'name':'abuse'}]" +46665,"[{'id':5595,'name':'sleepover'},{'id':9937,'name':'suspense'},{'id':201871,'name':'dare'}]" +23202,"[{'id':1299,'name':'monster'},{'id':2968,'name':'grave'},{'id':3335,'name':'halloween'},{'id':8508,'name':'party'},{'id':9706,'name':'anthology'},{'id':9720,'name':'woods'},{'id':10327,'name':'undead'},{'id':10714,'name':'serial killer'},{'id':11627,'name':'paranormal phenomena'},{'id':12564,'name':'werewolf'},{'id':13092,'name':'corpse'},{'id':156183,'name':'west'},{'id':166287,'name':'school bus'}]" +26466,"[{'id':270,'name':'ocean'},{'id':1196,'name':'florida'},{'id':1646,'name':'autism'},{'id':2849,'name':'key'},{'id':3342,'name':'yacht'},{'id':3598,'name':'ax'},{'id':3799,'name':'ship'},{'id':4078,'name':'ghost ship'},{'id':9826,'name':'murder'},{'id':10854,'name':'time loop'},{'id':11040,'name':'masked killer'},{'id':11221,'name':'blood'},{'id':14527,'name':'storm'},{'id':14768,'name':'single mother'},{'id':46952,'name':'heavy rain'},{'id':157758,'name':'ax murder'},{'id':167861,'name':'caribbean'}]" +70578,"[{'id':642,'name':'robbery'},{'id':1157,'name':'wife husband relationship'},{'id':2150,'name':'cocaine'},{'id':4728,'name':'knife'},{'id':10085,'name':'betrayal'},{'id':14903,'name':'home invasion'},{'id':15069,'name':'masked man'},{'id':18233,'name':'hostage situation'}]" +9362,"[{'id':1197,'name':'nevada'},{'id':1415,'name':'small town'},{'id':2025,'name':'tractor'},{'id':9743,'name':'stranded'},{'id':10471,'name':'cult favorite'},{'id':11004,'name':'rural setting'},{'id':14991,'name':'tentacle'},{'id':158064,'name':'graboids'},{'id':158070,'name':'seismologist'},{'id':158071,'name':'binoculars'},{'id':158072,'name':'man eaten by monster'},{'id':158144,'name':'giant worm'}]" +25438,"[{'id':578,'name':'rock 'n' roll'},{'id':2570,'name':'rock star'},{'id':3335,'name':'halloween'},{'id':5540,'name':'heavy metal'}]" +9016,"[{'id':679,'name':'cyborg'},{'id':697,'name':'loss of loved one'},{'id':818,'name':'based on novel or book'},{'id':1826,'name':'space marine'},{'id':1860,'name':'mutiny'},{'id':1969,'name':'map'},{'id':4418,'name':'pirate gang'},{'id':6956,'name':'treasure hunt'},{'id':9736,'name':'little boy'},{'id':9882,'name':'space'},{'id':9951,'name':'alien'},{'id':10336,'name':'animation'},{'id':10594,'name':'money'},{'id':11088,'name':'treasure map'},{'id':13194,'name':'planet'},{'id':156316,'name':'troubled teen'},{'id':196483,'name':'space pirate'}]" +78047,"[{'id':977,'name':'cat'},{'id':1160,'name':'egypt'},{'id':3800,'name':'airplane'},{'id':4717,'name':'camel'},{'id':6956,'name':'treasure hunt'},{'id':15149,'name':'monkey'},{'id':15162,'name':'dog'}]" +138976,[] +44435,"[{'id':2217,'name':'rain'},{'id':5340,'name':'investigation'},{'id':9826,'name':'murder'},{'id':10714,'name':'serial killer'},{'id':11612,'name':'hospital'}]" +199723,"[{'id':657,'name':'fire'},{'id':1453,'name':'amnesia'},{'id':4373,'name':'fraud'},{'id':6733,'name':'bullying'},{'id':9826,'name':'murder'},{'id':159422,'name':'assumed identity'}]" +862,"[{'id':779,'name':'martial arts'},{'id':931,'name':'jealousy'},{'id':4290,'name':'toy'},{'id':5202,'name':'boy'},{'id':6054,'name':'friendship'},{'id':6733,'name':'bullying'},{'id':8102,'name':'elementary school'},{'id':9713,'name':'friends'},{'id':9823,'name':'rivalry'},{'id':10084,'name':'rescue'},{'id':10364,'name':'mission'},{'id':33553,'name':'walkie talkie'},{'id':165503,'name':'boy next door'},{'id':170722,'name':'new toy'},{'id':180523,'name':'neighborhood'},{'id':187065,'name':'toy comes to life'},{'id':242792,'name':'resourcefulness'}]" +322061,[] +261273,"[{'id':202396,'name':'military operation'}]" +59108,"[{'id':242,'name':'new york'},{'id':279,'name':'usa'},{'id':1418,'name':'skyscraper'},{'id':1812,'name':'fbi'},{'id':4543,'name':'thanksgiving'},{'id':10051,'name':'heist'},{'id':12547,'name':'billionaire'},{'id':15275,'name':'parade'},{'id':33632,'name':'apartment'},{'id':156640,'name':'high rise'},{'id':158750,'name':'female agent'},{'id':159325,'name':'ponzi scheme'},{'id':159333,'name':'caper comedy'},{'id':159334,'name':'planning'},{'id':159339,'name':'safecracker'},{'id':159341,'name':'recruiting'},{'id':159346,'name':'deceit'},{'id':159350,'name':'lobby'}]" +13570,"[{'id':2546,'name':'mask'},{'id':2598,'name':'museum'},{'id':2863,'name':'mannequin'},{'id':3720,'name':'power'},{'id':6158,'name':'cult'},{'id':6259,'name':'psychopath'},{'id':9713,'name':'friends'},{'id':9826,'name':'murder'},{'id':11221,'name':'blood'},{'id':12339,'name':'slasher'},{'id':13130,'name':'teenager'},{'id':15001,'name':'demon'},{'id':203471,'name':'telekinetic'},{'id':203476,'name':'wax'}]" +154282,"[{'id':2726,'name':'therapist'},{'id':4076,'name':'massage'},{'id':4212,'name':'contact'},{'id':4501,'name':'masseuse'},{'id':5091,'name':'kiss'},{'id':5301,'name':'brother'},{'id':14964,'name':'drugs'},{'id':33780,'name':'dentist'},{'id':171993,'name':'mumblecore'},{'id':172865,'name':'touch'},{'id':187056,'name':'woman director'},{'id':207792,'name':'reiki'},{'id':207793,'name':'aversion'}]" +11194,"[{'id':2820,'name':'wound'},{'id':4560,'name':'mountaineer'},{'id':5967,'name':'peru'},{'id':6075,'name':'sport'},{'id':7330,'name':'glacier'},{'id':8624,'name':'climbing'},{'id':10084,'name':'rescue'},{'id':10794,'name':'snow'},{'id':209455,'name':'cordillera huayhuash'},{'id':222470,'name':'andes mountains'}]" +64635,"[{'id':4289,'name':'secret agent'},{'id':4565,'name':'dystopia'},{'id':9714,'name':'remake'},{'id':156650,'name':'machine gun'},{'id':174375,'name':'resistance fighter'},{'id':187008,'name':'false memory'},{'id':187019,'name':'robot cop'},{'id':187020,'name':'suppression'},{'id':187022,'name':'rebel hero'},{'id':187023,'name':'safe deposit box'},{'id':187024,'name':'british colonialism'},{'id':187025,'name':'smog'},{'id':187028,'name':'gatling gun'},{'id':187033,'name':'center of the earth'},{'id':187046,'name':'implanted memory'}]" +861,"[{'id':560,'name':'oxygen'},{'id':769,'name':'falsely accused'},{'id':836,'name':'resistance'},{'id':839,'name':'mars'},{'id':848,'name':'double life'},{'id':1475,'name':'telepathy'},{'id':1852,'name':'mutant'},{'id':3249,'name':'hologram'},{'id':3388,'name':'space colony'},{'id':3864,'name':'false identity'},{'id':4289,'name':'secret agent'},{'id':4565,'name':'dystopia'},{'id':12190,'name':'cyberpunk'},{'id':187008,'name':'false memory'},{'id':187019,'name':'robot cop'},{'id':187046,'name':'implanted memory'}]" +253477,"[{'id':3098,'name':'castle'},{'id':6154,'name':'hell'},{'id':9712,'name':'possession'},{'id':156075,'name':'evil'},{'id':156091,'name':'missing person'},{'id':159940,'name':'exorcist'}]" +111374,[] +10718,"[{'id':1595,'name':'ex-girlfriend'},{'id':2231,'name':'drug dealer'},{'id':10726,'name':'gang'},{'id':14735,'name':'motorcycle'}]" +5052,"[{'id':818,'name':'based on novel or book'},{'id':1200,'name':'greece'},{'id':1847,'name':'istanbul'},{'id':2598,'name':'museum'},{'id':6212,'name':'smuggling'},{'id':9728,'name':'caper'},{'id':9937,'name':'suspense'},{'id':14604,'name':'theft'},{'id':46950,'name':'dagger'},{'id':207921,'name':'small time crook'}]" +744,"[{'id':697,'name':'loss of loved one'},{'id':725,'name':'lovesickness'},{'id':2533,'name':'fighter pilot'},{'id':2796,'name':'self-discovery'},{'id':3203,'name':'pilot'},{'id':3737,'name':'dying and death'},{'id':3776,'name':'officer'},{'id':3777,'name':'training camp'},{'id':3779,'name':'air force'},{'id':3800,'name':'airplane'},{'id':3851,'name':'dangerous'},{'id':3994,'name':'battle assignment'},{'id':4410,'name':'u.s. navy'},{'id':6062,'name':'hostility'},{'id':7879,'name':'secret love'},{'id':13001,'name':'cowardliness'},{'id':207414,'name':'pilot school'}]" +284296,"[{'id':3485,'name':'comedian'},{'id':4434,'name':'interview'},{'id':12193,'name':'reporter'},{'id':162262,'name':'movie star'},{'id':165547,'name':'fiancé fiancée relationship'}]" +9576,"[{'id':1326,'name':'infidelity'},{'id':9673,'name':'love'},{'id':9713,'name':'friends'},{'id':12090,'name':'cross dressing'},{'id':14512,'name':'new york city'},{'id':33705,'name':'agent'},{'id':160410,'name':'reputation'},{'id':160413,'name':'unemployed actor'},{'id':160420,'name':'serenade'},{'id':160423,'name':'apology'},{'id':160424,'name':'live television'},{'id':168622,'name':'soap opera'},{'id':207583,'name':'actress'},{'id':207716,'name':'actor'}]" +23023,"[{'id':2710,'name':'fairy'},{'id':7813,'name':'hockey player'},{'id':33597,'name':'tooth fairy'},{'id':158172,'name':'tooth'},{'id':179431,'name':'duringcreditsstinger'},{'id':195719,'name':'wings'}]" +150229,[] +43930,"[{'id':818,'name':'based on novel or book'},{'id':4278,'name':'invasion'},{'id':5657,'name':'australia'},{'id':13130,'name':'teenager'},{'id':186761,'name':'foreign occupation'},{'id':200400,'name':'occupation'},{'id':246466,'name':'based on young adult novel'}]" +714,"[{'id':212,'name':'london'},{'id':392,'name':'england'},{'id':470,'name':'spy'},{'id':478,'name':'china'},{'id':1774,'name':'news broadcast'},{'id':2051,'name':'intelligence'},{'id':2136,'name':'television'},{'id':2534,'name':'missile'},{'id':2954,'name':'manipulation of the media'},{'id':3272,'name':'secret intelligence service'},{'id':3531,'name':'special car'},{'id':3586,'name':'tv station'},{'id':3587,'name':'media tycoon'},{'id':3588,'name':'navy'},{'id':14735,'name':'motorcycle'},{'id':41249,'name':'secret service'},{'id':164713,'name':'hamburg germany'}]" +6687,"[{'id':478,'name':'china'},{'id':2587,'name':'married couple'},{'id':5891,'name':'backpacker'},{'id':6112,'name':'firearm'},{'id':6149,'name':'police'},{'id':9935,'name':'travel'},{'id':10794,'name':'snow'},{'id':11221,'name':'blood'},{'id':13001,'name':'cowardliness'},{'id':13008,'name':'train'},{'id':14964,'name':'drugs'},{'id':15127,'name':'killer'},{'id':174638,'name':'siberia'},{'id':186450,'name':'moscow'},{'id':191915,'name':'trans-siberian railway'}]" +13387,[] +9335,"[{'id':779,'name':'martial arts'},{'id':1601,'name':'war on drugs'},{'id':1930,'name':'kidnapping'},{'id':3088,'name':'bodyguard'},{'id':4725,'name':'baby-snatching'}]" +8373,"[{'id':1160,'name':'egypt'},{'id':1670,'name':'sun'},{'id':4630,'name':'chaos'},{'id':8264,'name':'symbol'},{'id':9854,'name':'artifact'},{'id':10607,'name':'transformers'},{'id':11117,'name':'tank'},{'id':14544,'name':'robot'},{'id':156395,'name':'imax'},{'id':179431,'name':'duringcreditsstinger'}]" +38356,"[{'id':305,'name':'moon'},{'id':1612,'name':'spacecraft'},{'id':2052,'name':'traitor'},{'id':3088,'name':'bodyguard'},{'id':10158,'name':'alien planet'},{'id':10244,'name':'based on cartoon'},{'id':10607,'name':'transformers'},{'id':10891,'name':'giant robot'},{'id':15246,'name':'sabotage'},{'id':15247,'name':'word domination'},{'id':15248,'name':'commando'},{'id':179431,'name':'duringcreditsstinger'}]" +91314,"[{'id':9663,'name':'sequel'},{'id':9951,'name':'alien'},{'id':10607,'name':'transformers'},{'id':10891,'name':'giant robot'},{'id':14544,'name':'robot'},{'id':156395,'name':'imax'},{'id':166594,'name':'transforming robot'}]" +1858,"[{'id':2535,'name':'destroy'},{'id':4375,'name':'transformation'},{'id':9951,'name':'alien'},{'id':10542,'name':'based on toy'},{'id':10607,'name':'transformers'},{'id':14544,'name':'robot'},{'id':179431,'name':'duringcreditsstinger'},{'id':188178,'name':'teenage hero'}]" +157353,"[{'id':310,'name':'artificial intelligence'},{'id':1576,'name':'technology'},{'id':2651,'name':'nanotechnology'},{'id':2812,'name':'computer virus'},{'id':3222,'name':'super computer'},{'id':6506,'name':'resurrection'},{'id':9673,'name':'love'},{'id':9678,'name':'mind control'},{'id':13015,'name':'terrorism'},{'id':14760,'name':'scientist'},{'id':193013,'name':'extremist'},{'id':198423,'name':'moral dilemma'},{'id':199320,'name':'computer scientist'},{'id':205852,'name':'mind transfer'},{'id':205853,'name':'quantum computer'},{'id':205854,'name':'mind uploading'}]" +40740,"[{'id':2964,'name':'future'},{'id':8015,'name':'cop'},{'id':12371,'name':'gunfight'},{'id':176056,'name':'time traveler'}]" +5677,"[{'id':703,'name':'detective'},{'id':1721,'name':'fight'},{'id':1991,'name':'santa claus'},{'id':3363,'name':'hypnosis'},{'id':4379,'name':'time travel'},{'id':6149,'name':'police'},{'id':10084,'name':'rescue'},{'id':10183,'name':'independent film'},{'id':12377,'name':'zombie'},{'id':12612,'name':'nemesis'},{'id':12670,'name':'los angeles'},{'id':15167,'name':'police detective'},{'id':207317,'name':'christmas'}]" +13291,"[{'id':258,'name':'bomb'},{'id':378,'name':'prison'},{'id':567,'name':'alcohol'},{'id':1930,'name':'kidnapping'},{'id':2052,'name':'traitor'},{'id':4779,'name':'delinquent'},{'id':6150,'name':'faith'},{'id':7336,'name':'car bomb'},{'id':10685,'name':'escape'},{'id':34141,'name':'devout'}]" +627,"[{'id':212,'name':'london'},{'id':388,'name':'scotland'},{'id':818,'name':'based on novel or book'},{'id':1803,'name':'drug addiction'},{'id':2231,'name':'drug dealer'},{'id':2334,'name':'nightclub'},{'id':2375,'name':'junkie'},{'id':2671,'name':'heroin'},{'id':2694,'name':'cold turkey'},{'id':3130,'name':'edinburgh'},{'id':3131,'name':'modern society'},{'id':3298,'name':'hallucination'},{'id':6054,'name':'friendship'},{'id':9887,'name':'surrealism'},{'id':10123,'name':'dark comedy'},{'id':10261,'name':'stealing'},{'id':10649,'name':'drug rehabilitation'},{'id':11635,'name':'monologue'},{'id':11733,'name':'drug dealing'},{'id':14964,'name':'drugs'},{'id':34117,'name':'cult film'},{'id':155936,'name':'recovering drug addict'},{'id':156117,'name':'illegal drugs'},{'id':206829,'name':'drug culture'},{'id':230607,'name':'antihero'}]" +2034,"[{'id':383,'name':'poker'},{'id':387,'name':'california'},{'id':796,'name':'police brutality'},{'id':1601,'name':'war on drugs'},{'id':2149,'name':'drug traffic'},{'id':2231,'name':'drug dealer'},{'id':8045,'name':'russian mafia'},{'id':11734,'name':'police corruption'},{'id':12670,'name':'los angeles'},{'id':33426,'name':'gang member'},{'id':155716,'name':'rookie cop'},{'id':155799,'name':'narcotics cop'},{'id':164253,'name':'mexican american'},{'id':183637,'name':'barrio'},{'id':206318,'name':'cholo'},{'id':207268,'name':'neo-noir'}]" +1900,"[{'id':279,'name':'usa'},{'id':1601,'name':'war on drugs'},{'id':2149,'name':'drug traffic'},{'id':2231,'name':'drug dealer'},{'id':3391,'name':'drug smuggle'},{'id':4436,'name':'addicted'},{'id':4668,'name':'police operation'},{'id':5616,'name':'united states–mexico barrier'},{'id':6782,'name':'addiction'},{'id':18026,'name':'drug lord'}]" +1621,"[{'id':5570,'name':'christmas tree'},{'id':5626,'name':'rags to riches'},{'id':5628,'name':'broker'},{'id':5642,'name':'beggar'},{'id':11411,'name':'wager'},{'id':11860,'name':'fish out of water'},{'id':33626,'name':'millionaire'},{'id':160478,'name':'commodities'},{'id':160483,'name':'investor'},{'id':160486,'name':'big shot'},{'id':160488,'name':'hoodlum'},{'id':160497,'name':'wrongful arrest'},{'id':211295,'name':'riches to rags'}]" +203819,"[{'id':4717,'name':'camel'},{'id':5565,'name':'biography'},{'id':5657,'name':'australia'},{'id':9672,'name':'based on a true story'},{'id':18034,'name':'desert'},{'id':157906,'name':'outback'},{'id':189092,'name':'journey'},{'id':191446,'name':'inspiring'}]" +290764,"[{'id':5964,'name':'chinese mafia'},{'id':6955,'name':'parkour'},{'id':14512,'name':'new york city'},{'id':166631,'name':'loan shark'},{'id':206298,'name':'young adult'},{'id':223183,'name':'bike messenger'}]" +50275,"[{'id':10395,'name':'piracy'},{'id':12361,'name':'hacking'},{'id':157107,'name':'court trial'}]" +10193,"[{'id':1562,'name':'hostage'},{'id':3616,'name':'college'},{'id':4290,'name':'toy'},{'id':5462,'name':'barbie'},{'id':10336,'name':'animation'},{'id':10685,'name':'escape'},{'id':33794,'name':'day care'},{'id':158162,'name':'teddy bear'},{'id':179431,'name':'duringcreditsstinger'},{'id':187065,'name':'toy comes to life'},{'id':209386,'name':'personification'},{'id':209387,'name':'inanimate objects coming to life'},{'id':224516,'name':'toy story'}]" +863,"[{'id':2598,'name':'museum'},{'id':3246,'name':'prosecution'},{'id':3394,'name':'identity crisis'},{'id':3800,'name':'airplane'},{'id':4294,'name':'flea market'},{'id':4295,'name':'collector'},{'id':4298,'name':'teamwork'},{'id':6054,'name':'friendship'},{'id':18031,'name':'rescue team'},{'id':175343,'name':'garage sale'},{'id':179431,'name':'duringcreditsstinger'},{'id':187065,'name':'toy comes to life'},{'id':209386,'name':'personification'},{'id':209387,'name':'inanimate objects coming to life'}]" +11969,"[{'id':4948,'name':'retirement'},{'id':5074,'name':'wyatt earp'},{'id':6145,'name':'right and justice'},{'id':6165,'name':'historical figure'}]" +55691,"[{'id':3094,'name':'australian'},{'id':208653,'name':'oz'}]" +2189,"[{'id':5398,'name':'sponsorship'},{'id':8508,'name':'party'},{'id':9823,'name':'rivalry'},{'id':10260,'name':'mechanic'},{'id':156928,'name':'tomboy'},{'id':179574,'name':'race car driver'}]" +60293,[] +25385,"[{'id':1956,'name':'world war ii'},{'id':4515,'name':'northern africa'}]" +60281,"[{'id':1407,'name':'montmartre'},{'id':2398,'name':'narration'}]" +25934,"[{'id':212,'name':'london'},{'id':2470,'name':'education'},{'id':4801,'name':'respect'},{'id':10508,'name':'teacher'},{'id':10791,'name':'teenage crush'},{'id':10873,'name':'school'},{'id':41355,'name':'teacher student relationship'},{'id':41525,'name':'high school teacher'},{'id':169423,'name':'maturity'},{'id':196664,'name':'high school dance'},{'id':204970,'name':'east end of london'},{'id':208978,'name':'class field trip'},{'id':210540,'name':'life lessons'},{'id':232358,'name':'dedicated'},{'id':234733,'name':'highschool kids'}]" +595,"[{'id':380,'name':'sibling relationship'},{'id':577,'name':'black people'},{'id':818,'name':'based on novel or book'},{'id':1412,'name':'becoming an adult'},{'id':1533,'name':'isolation'},{'id':1679,'name':'arbitrary law'},{'id':1952,'name':'socially deprived family'},{'id':2005,'name':'tree house'},{'id':2075,'name':'alabama'},{'id':2325,'name':'wrong accusal'},{'id':3009,'name':'farm worker'},{'id':3010,'name':'intolerance'},{'id':3011,'name':'exclusion'},{'id':3012,'name':'court case'},{'id':6094,'name':'defence'},{'id':6145,'name':'right and justice'},{'id':6148,'name':'court'},{'id':208349,'name':'child'},{'id':214548,'name':'1930s'},{'id':246466,'name':'based on young adult novel'}]" +1273,"[{'id':242,'name':'new york'},{'id':380,'name':'sibling relationship'},{'id':736,'name':'journalist'},{'id':779,'name':'martial arts'},{'id':853,'name':'crime fighter'},{'id':1308,'name':'secret identity'},{'id':1852,'name':'mutant'},{'id':6362,'name':'turtle'},{'id':9673,'name':'love'},{'id':9717,'name':'based on comic'},{'id':9824,'name':'reunion'},{'id':12653,'name':'brother against brother'}]" +16535,"[{'id':4388,'name':'titanic'}]" +49517,"[{'id':212,'name':'london'},{'id':470,'name':'spy'},{'id':810,'name':'budapest'},{'id':1228,'name':'1970s'},{'id':1847,'name':'istanbul'},{'id':2106,'name':'cold war'},{'id':5265,'name':'spying'},{'id':11134,'name':'espionage'},{'id':14617,'name':'mole'},{'id':14618,'name':'british spy'},{'id':208878,'name':'british intelligence'}]" +25475,"[{'id':6054,'name':'friendship'},{'id':15101,'name':'based on children's book'},{'id':215292,'name':'anger issues'},{'id':226151,'name':'inspired by novel'}]" +597,"[{'id':2984,'name':'iceberg'},{'id':3799,'name':'ship'},{'id':4210,'name':'panic'},{'id':4388,'name':'titanic'},{'id':4953,'name':'ocean liner'},{'id':6917,'name':'epic'},{'id':7579,'name':'rich woman poor man'},{'id':9673,'name':'love'},{'id':10617,'name':'disaster'},{'id':10703,'name':'tragic love'},{'id':14514,'name':'class differences'},{'id':156395,'name':'imax'},{'id':165086,'name':'star crossed lovers'},{'id':182615,'name':'steerage'},{'id':182625,'name':'rich snob'},{'id':228523,'name':'inspired by true events'}]" +297270,"[{'id':2710,'name':'fairy'},{'id':3205,'name':'fairy tale'},{'id':224502,'name':'tinkerbell'}]" +44683,"[{'id':212,'name':'london'},{'id':334,'name':'flying'},{'id':548,'name':'countryside'},{'id':970,'name':'parent child relationship'},{'id':2343,'name':'magic'},{'id':2710,'name':'fairy'},{'id':3205,'name':'fairy tale'},{'id':4332,'name':'peter pan'},{'id':6876,'name':'vacation'},{'id':9713,'name':'friends'},{'id':9825,'name':'growing up'},{'id':10084,'name':'rescue'},{'id':13088,'name':'summer'},{'id':14760,'name':'scientist'},{'id':187864,'name':'human'},{'id':204703,'name':'father daughter conflict'},{'id':224502,'name':'tinkerbell'}]" +13179,"[{'id':2115,'name':'to tinker'},{'id':2710,'name':'fairy'},{'id':6202,'name':'spring'},{'id':10160,'name':'engineering'},{'id':166471,'name':'gardening'}]" +212063,"[{'id':1436,'name':'inventor'},{'id':5918,'name':'painting'},{'id':14893,'name':'art'},{'id':225184,'name':'optical'}]" +9562,"[{'id':1992,'name':'professor'},{'id':4379,'name':'time travel'},{'id':8056,'name':'quantum mechanics'},{'id':8701,'name':'hundred years' war'},{'id':9032,'name':'excavation'},{'id':10466,'name':'knight'},{'id':189151,'name':'medieval times'}]" +257206,"[{'id':162846,'name':'ghost'}]" +273271,"[{'id':395,'name':'gambling'},{'id':2964,'name':'future'},{'id':4379,'name':'time travel'},{'id':5305,'name':'gambling debts'},{'id':6025,'name':'photography'}]" +89492,"[{'id':1157,'name':'wife husband relationship'},{'id':9673,'name':'love'},{'id':10103,'name':'children'},{'id':10235,'name':'family relationships'},{'id':15025,'name':'parenting'},{'id':159947,'name':'parents'},{'id':169358,'name':'financial problem'},{'id':179431,'name':'duringcreditsstinger'}]" +8092,"[{'id':641,'name':'single parent'},{'id':931,'name':'jealousy'},{'id':2350,'name':'seattle'},{'id':3296,'name':'car mechanic'},{'id':6669,'name':'step father'},{'id':10683,'name':'coming of age'},{'id':33457,'name':'alcoholic'},{'id':158455,'name':'oppression'},{'id':208611,'name':'1950s'}]" +192145,"[{'id':90,'name':'paris france'},{'id':242,'name':'new york'},{'id':588,'name':'rome italy'},{'id':697,'name':'loss of loved one'},{'id':922,'name':'hotel room'},{'id':1295,'name':'europe'},{'id':2754,'name':'trauma'},{'id':9673,'name':'love'},{'id':10453,'name':'con artist'},{'id':13028,'name':'writer'},{'id':13097,'name':'maid'},{'id':33841,'name':'incest'},{'id':231641,'name':'unfaithful husband'},{'id':231642,'name':'personality disorder'},{'id':231644,'name':'existential loneliness'},{'id':231645,'name':'alexithymia'}]" +9378,"[{'id':414,'name':'hunter'},{'id':2341,'name':'nanny'},{'id':4295,'name':'collector'},{'id':6095,'name':'house'},{'id':6152,'name':'supernatural'},{'id':6154,'name':'hell'},{'id':6464,'name':'uncle'},{'id':9748,'name':'revenge'},{'id':10909,'name':'lawyer'},{'id':10911,'name':'inheritance'},{'id':14742,'name':'psychic'},{'id':14819,'name':'violence'},{'id':14999,'name':'devil'},{'id':18029,'name':'trapped'},{'id':33618,'name':'machine'},{'id':156075,'name':'evil'},{'id':188478,'name':'glass'}]" +184098,[] +67660,"[{'id':5999,'name':'advice'},{'id':9673,'name':'love'},{'id':14534,'name':'relationship'},{'id':159753,'name':'ensemble cast'},{'id':179431,'name':'duringcreditsstinger'},{'id':182293,'name':'turning the tables'},{'id':182295,'name':'reading a book'},{'id':199688,'name':'african american comedy'}]" +11524,"[{'id':520,'name':'chicago'},{'id':697,'name':'loss of loved one'},{'id':1437,'name':'burglar'},{'id':1874,'name':'car dealer'},{'id':4918,'name':'shadowing'},{'id':4966,'name':'error'},{'id':8430,'name':'safe'},{'id':9031,'name':'idealist'},{'id':9727,'name':'thief'},{'id':15234,'name':'convict'}]" +8337,"[{'id':4565,'name':'dystopia'},{'id':11479,'name':'social commentary'},{'id':14909,'name':'alien invasion'},{'id':15211,'name':'sunglasses'},{'id':34117,'name':'cult film'},{'id':174244,'name':'brawl'}]" +180296,[] +27429,"[{'id':4210,'name':'panic'},{'id':10563,'name':'attack'},{'id':11190,'name':'sexual attraction'},{'id':12377,'name':'zombie'},{'id':33773,'name':'organ transplant'},{'id':157634,'name':'parasite'},{'id':163395,'name':'infestation'},{'id':176792,'name':'sex fiend'},{'id':191564,'name':'body horror'}]" +34732,[] +199575,"[{'id':5657,'name':'australia'},{'id':8508,'name':'party'},{'id':10150,'name':'end of the world'},{'id':12332,'name':'apocalypse'}]" +80337,"[{'id':40900,'name':'library of congress'},{'id':171965,'name':'film preservation'}]" +544,"[{'id':3262,'name':'surgeon'},{'id':6844,'name':'stalker'},{'id':9799,'name':'romantic comedy'},{'id':11223,'name':'dream girl'},{'id':15027,'name':'taboo'},{'id':155457,'name':'screwball comedy'},{'id':158502,'name':'frisbee'},{'id':158505,'name':'troubadour'},{'id':158507,'name':'gross out comedy'},{'id':194413,'name':'intellectual disability'}]" +7345,"[{'id':380,'name':'sibling relationship'},{'id':387,'name':'california'},{'id':1499,'name':'pastor'},{'id':1635,'name':'deaf-mute'},{'id':2355,'name':'american dream'},{'id':3419,'name':'fanatic'},{'id':3535,'name':'pipeline'},{'id':5175,'name':'petrol'},{'id':5905,'name':'father'},{'id':6669,'name':'step father'},{'id':10590,'name':'oil'},{'id':10594,'name':'money'},{'id':12670,'name':'los angeles'},{'id':15016,'name':'twins'},{'id':15127,'name':'killer'},{'id':33457,'name':'alcoholic'},{'id':174916,'name':'bowling alley'},{'id':209051,'name':'adopted son'}]" +45054,"[{'id':5509,'name':'spanish civil war'},{'id':10093,'name':'priest'},{'id':18396,'name':'catholic'},{'id':41589,'name':'dying'},{'id':41610,'name':'saint'},{'id':41611,'name':'martyrdom'}]" +28498,"[{'id':8087,'name':'horror'},{'id':9748,'name':'revenge'},{'id':34117,'name':'cult film'},{'id':191194,'name':'shakespearean actor'}]" +157834,"[{'id':4563,'name':'virtual reality'},{'id':4565,'name':'dystopia'},{'id':6104,'name':'computer'}]" +86616,"[{'id':14857,'name':'juvenile delinquent'}]" +12163,"[{'id':586,'name':'new jersey'},{'id':1545,'name':'supermarket'},{'id':1786,'name':'heart attack'},{'id':3734,'name':'ambition'},{'id':5600,'name':'daughter'},{'id':5970,'name':'wrestling'},{'id':6075,'name':'sport'},{'id':6593,'name':'stripper'},{'id':10155,'name':'steroids'},{'id':10232,'name':'fame'},{'id':11246,'name':'barbed wire'},{'id':11431,'name':'wrestler'},{'id':11436,'name':'redemption'}]" +36819,"[{'id':604,'name':'dwarf'},{'id':1454,'name':'treasure'},{'id':1969,'name':'map'},{'id':2343,'name':'magic'},{'id':4147,'name':'robin hood'},{'id':4379,'name':'time travel'},{'id':4381,'name':'napoleon'},{'id':4388,'name':'titanic'},{'id':4392,'name':'cage'},{'id':4931,'name':'pig'},{'id':8201,'name':'satire'},{'id':10028,'name':'steampunk'},{'id':10166,'name':'minotaur'},{'id':10183,'name':'independent film'},{'id':10842,'name':'good vs evil'},{'id':11117,'name':'tank'},{'id':11728,'name':'burglary'},{'id':34117,'name':'cult film'},{'id':156191,'name':'arm wrestling'},{'id':162861,'name':'ancient greece'},{'id':189099,'name':'giant'},{'id':189111,'name':'ogre'},{'id':241980,'name':'turned into animal'}]" +31179,"[{'id':818,'name':'based on novel or book'},{'id':10235,'name':'family relationships'},{'id':157799,'name':'older woman younger man relationship'},{'id':187290,'name':'mentally challenged'}]" +327445,[] +11707,"[{'id':549,'name':'prostitute'},{'id':2411,'name':'new orleans'},{'id':10714,'name':'serial killer'},{'id':14676,'name':'series of murders'},{'id':15167,'name':'police detective'}]" +9812,"[{'id':2231,'name':'drug dealer'},{'id':10776,'name':'marijuana'}]" +25361,"[{'id':6300,'name':'puppet'},{'id':10988,'name':'based on tv series'},{'id':11691,'name':'puppetry'},{'id':207560,'name':'thunderbirds'}]" +202575,"[{'id':2343,'name':'magic'},{'id':209714,'name':'3d'}]" +13339,"[{'id':6733,'name':'bullying'},{'id':10624,'name':'bully'}]" +245169,"[{'id':1595,'name':'ex-girlfriend'},{'id':11513,'name':'cheating husband'},{'id':193015,'name':'ski lodge'},{'id':219802,'name':'feel bad comedy'}]" +6415,"[{'id':1321,'name':'gold'},{'id':2952,'name':'gulf war'},{'id':3570,'name':'three kings'},{'id':5939,'name':'iraq'},{'id':8651,'name':'kuwait'},{'id':10084,'name':'rescue'},{'id':10131,'name':'interracial relationship'},{'id':11088,'name':'treasure map'},{'id':13065,'name':'soldier'},{'id':33564,'name':'u.s. soldier'},{'id':159859,'name':'gold theft'},{'id':168818,'name':'persian gulf'},{'id':168835,'name':'emergency surgery'},{'id':168839,'name':'mine field'}]" +76338,"[{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':171783,'name':'hostile takeover'},{'id':179101,'name':'norse mythology'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'},{'id':180547,'name':'marvel cinematic universe'},{'id':240071,'name':'mythological place'}]" +10195,"[{'id':1508,'name':'new mexico'},{'id':5149,'name':'banishment'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':11436,'name':'redemption'},{'id':179101,'name':'norse mythology'},{'id':179430,'name':'aftercreditsstinger'},{'id':180547,'name':'marvel cinematic universe'}]" +18774,"[{'id':818,'name':'based on novel or book'},{'id':4129,'name':'widow'},{'id':5215,'name':'northern england'},{'id':6075,'name':'sport'},{'id':7912,'name':'rugby'},{'id':9180,'name':'yorkshire'},{'id':157223,'name':'bitterness'},{'id':208115,'name':'coal miner'},{'id':237426,'name':'landlady tenant relationship'}]" +59962,"[{'id':128,'name':'love triangle'},{'id':6054,'name':'friendship'},{'id':13043,'name':'dating'},{'id':182178,'name':'sushi bar'},{'id':182185,'name':'exploding airplane'},{'id':182195,'name':'online dating'},{'id':182196,'name':'stable'},{'id':182198,'name':'karate class'},{'id':182204,'name':'dog shelter'}]" +53487,"[{'id':933,'name':'michigan'},{'id':970,'name':'parent child relationship'},{'id':1508,'name':'new mexico'},{'id':4729,'name':'dublin'},{'id':5288,'name':'rock'},{'id':9887,'name':'surrealism'},{'id':14534,'name':'relationship'},{'id':159431,'name':'voice over'},{'id':160387,'name':'ex nazi'},{'id':171411,'name':'teen suicide'},{'id':183814,'name':'hebrew'},{'id':183817,'name':'stock exchange'}]" +239678,"[{'id':237,'name':'gay'},{'id':818,'name':'based on novel or book'},{'id':3739,'name':'funeral'},{'id':10041,'name':'dysfunctional family'},{'id':10201,'name':'death of father'},{'id':14647,'name':'man child'},{'id':18035,'name':'family'},{'id':159103,'name':'mourning'},{'id':172291,'name':'grieving'}]" +109414,"[{'id':570,'name':'rape'},{'id':1299,'name':'monster'},{'id':4210,'name':'panic'},{'id':6054,'name':'friendship'},{'id':6562,'name':'celebrity'},{'id':8201,'name':'satire'},{'id':8508,'name':'party'},{'id':9712,'name':'possession'},{'id':10123,'name':'dark comedy'},{'id':10150,'name':'end of the world'},{'id':12332,'name':'apocalypse'},{'id':14964,'name':'drugs'},{'id':15001,'name':'demon'},{'id':160612,'name':'self-referential'},{'id':207716,'name':'actor'}]" +11798,"[{'id':65,'name':'holiday'},{'id':379,'name':'skinhead'},{'id':392,'name':'england'},{'id':2016,'name':'vandalism'},{'id':10726,'name':'gang'},{'id':12425,'name':'racism'},{'id':13088,'name':'summer'},{'id':14751,'name':'youth'},{'id':14819,'name':'violence'},{'id':14964,'name':'drugs'},{'id':33852,'name':'falklands war'},{'id':34117,'name':'cult film'},{'id':156052,'name':'unemployment'},{'id':160910,'name':'xenophobia'},{'id':162710,'name':'culture'}]" +10017,"[{'id':627,'name':'killing'},{'id':798,'name':'sheriff'},{'id':830,'name':'car race'},{'id':1227,'name':'cemetery'},{'id':1859,'name':'arizona'},{'id':5484,'name':'reincarnation'},{'id':9666,'name':'street race'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':9840,'name':'romance'},{'id':9844,'name':'car crash'},{'id':10183,'name':'independent film'},{'id':10726,'name':'gang'},{'id':14735,'name':'motorcycle'},{'id':14819,'name':'violence'},{'id':15483,'name':'car chase'},{'id':34117,'name':'cult film'},{'id':162846,'name':'ghost'}]" +107985,"[{'id':10150,'name':'end of the world'},{'id':12332,'name':'apocalypse'},{'id':33452,'name':'trilogy'},{'id':172514,'name':'homage'},{'id':245158,'name':'edgar wright'}]" +289716,"[{'id':8796,'name':'appalachia'},{'id':191601,'name':'appalachian'}]" +36643,"[{'id':6731,'name':'british'},{'id':10364,'name':'mission'},{'id':10590,'name':'oil'},{'id':41185,'name':'heiress'},{'id':41188,'name':'bilbao spain'},{'id':156095,'name':'british secret service'}]" +11307,"[{'id':572,'name':'sex'},{'id':818,'name':'based on novel or book'},{'id':3725,'name':'pregnancy'},{'id':4954,'name':'paternity'},{'id':5885,'name':'childlessness'},{'id':5970,'name':'wrestling'},{'id':9673,'name':'love'},{'id':11431,'name':'wrestler'},{'id':13028,'name':'writer'},{'id':34030,'name':'typewriter'}]" +83686,"[{'id':180404,'name':'plagiarized book'},{'id':180405,'name':'stolen novel'},{'id':180412,'name':'plagiarized novel'},{'id':180413,'name':'aspiring writer'}]" +22490,"[{'id':515,'name':'women'},{'id':970,'name':'parent child relationship'},{'id':1197,'name':'nevada'},{'id':9749,'name':'beauty salon'},{'id':10181,'name':'based on play or musical'},{'id':14512,'name':'new york city'},{'id':14558,'name':'bathtub'},{'id':15160,'name':'divorce'},{'id':18453,'name':'gossip'},{'id':157286,'name':'gold digger'},{'id':160845,'name':'dressing room'},{'id':209064,'name':'columnist'}]" +65086,"[{'id':212,'name':'london'},{'id':1328,'name':'secret'},{'id':9714,'name':'remake'},{'id':9748,'name':'revenge'},{'id':10852,'name':'dead child'},{'id':10909,'name':'lawyer'},{'id':13094,'name':'photograph'},{'id':15032,'name':'gothic horror'},{'id':15060,'name':'period drama'},{'id':33637,'name':'super power'},{'id':155730,'name':'hammer horror'},{'id':155881,'name':'estate'},{'id':162846,'name':'ghost'}]" +288158,"[{'id':818,'name':'based on novel or book'},{'id':3358,'name':'haunted house'},{'id':6152,'name':'supernatural'},{'id':9663,'name':'sequel'},{'id':10224,'name':'haunting'},{'id':162846,'name':'ghost'}]" +65599,"[{'id':2820,'name':'wound'},{'id':3032,'name':'suffering'},{'id':4426,'name':'sadism'},{'id':10292,'name':'gore'},{'id':13006,'name':'torture'},{'id':14690,'name':'violent death'},{'id':14707,'name':'brutality'}]" +76170,"[{'id':233,'name':'japan'},{'id':1462,'name':'samurai'},{'id':1852,'name':'mutant'},{'id':2504,'name':'world war i'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':10761,'name':'superhuman'},{'id':179431,'name':'duringcreditsstinger'}]" +7978,"[{'id':970,'name':'parent child relationship'},{'id':8250,'name':'victorian england'},{'id':9714,'name':'remake'},{'id':11004,'name':'rural setting'},{'id':12564,'name':'werewolf'}]" +106646,"[{'id':417,'name':'corruption'},{'id':1803,'name':'drug addiction'},{'id':2095,'name':'anti hero'},{'id':3202,'name':'con man'},{'id':4373,'name':'fraud'},{'id':5636,'name':'wall street'},{'id':6974,'name':'rise and fall'},{'id':10453,'name':'con artist'},{'id':10631,'name':'stockbroker'},{'id':10910,'name':'wealthy'},{'id':14964,'name':'drugs'},{'id':156260,'name':'stripping'},{'id':156277,'name':'hedonism'},{'id':163048,'name':'decadence'},{'id':208289,'name':'1980s'},{'id':228538,'name':'sharemarket fraud'},{'id':234814,'name':'financial market'},{'id':247861,'name':'black monday'}]" +630,"[{'id':616,'name':'witch'},{'id':704,'name':'adolescence'},{'id':818,'name':'based on novel or book'},{'id':1308,'name':'secret identity'},{'id':1507,'name':'clock'},{'id':1566,'name':'dream'},{'id':2043,'name':'lion'},{'id':2213,'name':'tornado'},{'id':3151,'name':'scarecrow'},{'id':4344,'name':'musical'},{'id':4639,'name':'crow'},{'id':6027,'name':'music'},{'id':7658,'name':'kansas'},{'id':11020,'name':'classic'},{'id':11409,'name':'imaginary land'},{'id':13001,'name':'cowardliness'},{'id':177912,'name':'wizard'},{'id':191616,'name':'sepia color'},{'id':209649,'name':'wizard of oz'},{'id':238526,'name':'red shoes'},{'id':242556,'name':'l. frank baum'},{'id':246466,'name':'based on young adult novel'}]" +14815,"[{'id':1629,'name':'morocco'},{'id':5648,'name':'theodore roosevelt'},{'id':18034,'name':'desert'},{'id':190948,'name':'berber'},{'id':235261,'name':'abduction'},{'id':236170,'name':'early 1900s'}]" +9708,"[{'id':387,'name':'california'},{'id':818,'name':'based on novel or book'},{'id':2041,'name':'island'},{'id':3800,'name':'airplane'},{'id':5641,'name':'limousine'},{'id':9714,'name':'remake'},{'id':9844,'name':'car crash'},{'id':12097,'name':'allergy'},{'id':18379,'name':'bee'},{'id':165317,'name':'based on movie'}]" +23506,"[{'id':703,'name':'detective'},{'id':2343,'name':'magic'},{'id':3363,'name':'hypnosis'},{'id':4662,'name':'illusion'},{'id':10183,'name':'independent film'},{'id':10292,'name':'gore'},{'id':11221,'name':'blood'},{'id':11532,'name':'grindhouse'},{'id':13006,'name':'torture'},{'id':14687,'name':'extreme violence'}]" +16307,"[{'id':388,'name':'scotland'},{'id':818,'name':'based on novel or book'},{'id':2041,'name':'island'},{'id':2389,'name':'virgin'},{'id':4720,'name':'ritual'},{'id':6158,'name':'cult'},{'id':10864,'name':'human sacrifice'},{'id':10941,'name':'disappearance'},{'id':11004,'name':'rural setting'},{'id':11083,'name':'paganism'},{'id':33699,'name':'policeman'},{'id':34117,'name':'cult film'},{'id':155071,'name':'pagan'}]" +65760,"[{'id':1661,'name':'sarajevo'},{'id':5565,'name':'biography'},{'id':10410,'name':'conspiracy'},{'id':15048,'name':'teenage prostitute'},{'id':15049,'name':'sex trafficking'},{'id':15050,'name':'female cop'},{'id':15051,'name':'inside man'},{'id':15053,'name':'united nations'},{'id':187056,'name':'woman director'}]" +87178,"[{'id':9937,'name':'suspense'}]" +11003,"[{'id':1334,'name':'wedding vows'},{'id':1459,'name':'marriage proposal'},{'id':2038,'name':'love of one's life'},{'id':3582,'name':'bride'},{'id':3583,'name':'bridegroom'}]" +252838,"[{'id':3230,'name':'male friendship'},{'id':11062,'name':'impersonator'},{'id':13027,'name':'wedding'},{'id':170682,'name':'lying'},{'id':196499,'name':'best man'}]" +254047,[] +6963,"[{'id':242,'name':'new york'},{'id':520,'name':'chicago'},{'id':1599,'name':'midlife crisis'},{'id':2136,'name':'television'},{'id':5600,'name':'daughter'},{'id':5905,'name':'father'},{'id':6340,'name':'weatherman'},{'id':6564,'name':'terminal illness'}]" +147773,"[{'id':367,'name':'shyness'},{'id':966,'name':'beach'},{'id':3797,'name':'bicycle'},{'id':4433,'name':'conversation'},{'id':6054,'name':'friendship'},{'id':6669,'name':'step father'},{'id':6876,'name':'vacation'},{'id':8438,'name':'job'},{'id':10226,'name':'neighbor'},{'id':13088,'name':'summer'},{'id':13130,'name':'teenager'},{'id':14913,'name':'water park'},{'id':168135,'name':'awkwardness'}]" +49009,"[{'id':10685,'name':'escape'},{'id':14636,'name':'india'},{'id':14637,'name':'gulag'},{'id':14638,'name':'american'},{'id':14639,'name':'thug'},{'id':14641,'name':'based on memoir or autobiography'}]" +28916,"[{'id':2323,'name':'group dynamics'},{'id':9856,'name':'flashback'},{'id':173458,'name':'army life'},{'id':208693,'name':'unity'}]" +225935,"[{'id':2075,'name':'alabama'},{'id':7312,'name':'road trip'},{'id':10235,'name':'family relationships'},{'id':163116,'name':'civil rights'},{'id':169054,'name':'flint michigan'},{'id':208992,'name':'1960s'}]" +10663,"[{'id':6075,'name':'sport'},{'id':171556,'name':'social outcast'},{'id':171559,'name':'ridicule'},{'id':171561,'name':'lawn mower'},{'id':171563,'name':'deserted by husband'},{'id':171567,'name':'low self esteem'}]" +54318,"[{'id':388,'name':'scotland'},{'id':1956,'name':'world war ii'},{'id':15101,'name':'based on children's book'},{'id':160189,'name':'giant egg'},{'id':191143,'name':'loch ness monster'},{'id':207883,'name':'1940s'},{'id':214881,'name':'lake monster'}]" +256917,"[{'id':1847,'name':'istanbul'},{'id':5657,'name':'australia'},{'id':11007,'name':'post world war i'},{'id':154846,'name':'farmer'},{'id':173265,'name':'missing in action'},{'id':213295,'name':'missing son'},{'id':213299,'name':'gallipoli campaign'},{'id':228523,'name':'inspired by true events'}]" +80035,"[{'id':279,'name':'usa'},{'id':5097,'name':'sterility'},{'id':5502,'name':'castration'},{'id':6038,'name':'marriage'},{'id':6054,'name':'friendship'},{'id':9951,'name':'alien'},{'id':14632,'name':'suburb'},{'id':14909,'name':'alien invasion'},{'id':34079,'name':'death'},{'id':155888,'name':'teenage daughter'},{'id':176419,'name':'neighborhood watch'},{'id':176425,'name':'creepy neighbor'}]" +46528,"[{'id':782,'name':'assassin'},{'id':1415,'name':'small town'},{'id':5774,'name':'forest'},{'id':9748,'name':'revenge'},{'id':9758,'name':'deception'},{'id':11058,'name':'super speed'},{'id':207928,'name':'19th century'}]" +249,"[{'id':650,'name':'gymnastics'},{'id':651,'name':'candelabrum'},{'id':977,'name':'cat'},{'id':10909,'name':'lawyer'},{'id':15162,'name':'dog'}]" +42664,"[{'id':4267,'name':'warlord'},{'id':4299,'name':'normandy'},{'id':6976,'name':'druid'},{'id':10466,'name':'knight'},{'id':228166,'name':'11th century'}]" +233,"[{'id':242,'name':'new york'},{'id':542,'name':'street gang'},{'id':577,'name':'black people'},{'id':578,'name':'rock 'n' roll'},{'id':579,'name':'american football'},{'id':704,'name':'adolescence'},{'id':10683,'name':'coming of age'}]" +13990,"[{'id':10683,'name':'coming of age'},{'id':10776,'name':'marijuana'},{'id':13088,'name':'summer'}]" +72570,"[{'id':732,'name':'coma'},{'id':1453,'name':'amnesia'},{'id':9672,'name':'based on a true story'},{'id':11469,'name':'memory loss'},{'id':13063,'name':'car accident'},{'id':191100,'name':'romantic drama'}]" +290730,"[{'id':1299,'name':'monster'}]" +244458,"[{'id':10714,'name':'serial killer'},{'id':14819,'name':'violence'},{'id':15106,'name':'psychiatrist'},{'id':15127,'name':'killer'},{'id':156075,'name':'evil'},{'id':187056,'name':'woman director'}]" +54013,"[{'id':282,'name':'video game'},{'id':650,'name':'gymnastics'},{'id':822,'name':'airport'},{'id':856,'name':'paraplegic'},{'id':1419,'name':'gun'},{'id':2076,'name':'atlanta'},{'id':2341,'name':'nanny'},{'id':2564,'name':'wheelchair'},{'id':2604,'name':'babysitter'},{'id':2974,'name':'jesus christ'},{'id':3725,'name':'pregnancy'},{'id':5086,'name':'telekinesis'},{'id':6496,'name':'basketball'},{'id':9951,'name':'alien'},{'id':11612,'name':'hospital'},{'id':13063,'name':'car accident'},{'id':14660,'name':'bird attack'},{'id':18252,'name':'young girl'},{'id':34117,'name':'cult film'},{'id':157937,'name':'pong'},{'id':177201,'name':'evil child'}]" +53868,"[{'id':1953,'name':'vault'},{'id':3133,'name':'vampire'},{'id':5918,'name':'painting'},{'id':6152,'name':'supernatural'},{'id':9706,'name':'anthology'},{'id':11454,'name':'scam'},{'id':12639,'name':'brutal death'},{'id':14636,'name':'india'},{'id':156104,'name':'stranger'},{'id':157444,'name':'dismemberment'},{'id':175360,'name':'crypt keeper'},{'id':236458,'name':'magician'}]" +1644,"[{'id':7172,'name':'buried alive'},{'id':9714,'name':'remake'}]" +629,"[{'id':3703,'name':'law'},{'id':5493,'name':'relatives'},{'id':14604,'name':'theft'},{'id':15009,'name':'criminal'},{'id':18023,'name':'criminal mastermind'},{'id':18024,'name':'hungarian'},{'id':18027,'name':'sibling'}]" +117,"[{'id':520,'name':'chicago'},{'id':947,'name':'prohibition'},{'id':3605,'name':'baseball bat'},{'id':14899,'name':'white suit'},{'id':155714,'name':'al capone'},{'id':168590,'name':'tough cop'},{'id':177354,'name':'treasury agent'},{'id':177359,'name':'untouchable'},{'id':177362,'name':'tax evasion'},{'id':177364,'name':'jury tampering'},{'id':177372,'name':'rooftop chase'},{'id':214548,'name':'1930s'}]" +40241,"[{'id':2598,'name':'museum'},{'id':2602,'name':'cellar'},{'id':6259,'name':'psychopath'},{'id':9826,'name':'murder'},{'id':9866,'name':'basement'},{'id':10714,'name':'serial killer'},{'id':12193,'name':'reporter'},{'id':13127,'name':'farmhouse'},{'id':193284,'name':'freelance journalist'}]" +13573,"[{'id':9826,'name':'murder'},{'id':9840,'name':'romance'},{'id':10183,'name':'independent film'},{'id':14604,'name':'theft'}]" +14254,"[{'id':9714,'name':'remake'},{'id':157213,'name':'death of mother'},{'id':173003,'name':'evil stepmother'},{'id':173010,'name':'evil woman'},{'id':173013,'name':'white dress'},{'id':173015,'name':'unsent letter'},{'id':173020,'name':'medical kit'},{'id':173024,'name':'hanging a picture'},{'id':174566,'name':'chalkboard'}]" +16373,"[{'id':380,'name':'sibling relationship'},{'id':1233,'name':'composer'},{'id':1792,'name':'cliff'},{'id':3358,'name':'haunted house'},{'id':10164,'name':'apparition'},{'id':13005,'name':'doctor'},{'id':13153,'name':'spirit'}]" +18972,"[{'id':534,'name':'mexico'},{'id':2020,'name':'revolution'},{'id':2940,'name':'mexican revolution'},{'id':33344,'name':'bandit'},{'id':156234,'name':'cavalry'},{'id':163188,'name':'confederate'},{'id':231870,'name':'bürgerkrieg'}]" +13788,[] +20943,"[{'id':3262,'name':'surgeon'},{'id':9799,'name':'romantic comedy'},{'id':9840,'name':'romance'},{'id':13384,'name':'tv morning show'},{'id':14534,'name':'relationship'},{'id':165301,'name':'opposites attract'},{'id':172112,'name':'sacramento'},{'id':233136,'name':'tv producer'}]" +192149,"[{'id':544,'name':'sailboat'},{'id':612,'name':'hotel'},{'id':14638,'name':'american'},{'id':33494,'name':'couple'},{'id':155790,'name':'private detective'}]" +18239,"[{'id':305,'name':'moon'},{'id':3133,'name':'vampire'},{'id':12564,'name':'werewolf'},{'id':68646,'name':'supernatural creature'},{'id':246466,'name':'based on young adult novel'}]" +24021,"[{'id':3133,'name':'vampire'},{'id':3687,'name':'graduation'},{'id':4197,'name':'bite'},{'id':4978,'name':'immortality'},{'id':12564,'name':'werewolf'},{'id':68646,'name':'supernatural creature'},{'id':246466,'name':'based on young adult novel'}]" +50619,"[{'id':818,'name':'based on novel or book'},{'id':3133,'name':'vampire'},{'id':12564,'name':'werewolf'},{'id':68646,'name':'supernatural creature'},{'id':179431,'name':'duringcreditsstinger'},{'id':246466,'name':'based on young adult novel'}]" +46221,"[{'id':5340,'name':'investigation'},{'id':5657,'name':'australia'},{'id':9665,'name':'cover-up'},{'id':10410,'name':'conspiracy'},{'id':18129,'name':'labyrinth'},{'id':162801,'name':'subterranean'},{'id':163053,'name':'found footage'},{'id':163085,'name':'tunnels'},{'id':243908,'name':'goverment'}]" +157351,"[{'id':187056,'name':'woman director'}]" +37165,"[{'id':2147,'name':'claustrophobia'},{'id':3979,'name':'hidden camera'},{'id':4565,'name':'dystopia'},{'id':180519,'name':'reality tv'},{'id':207063,'name':'make believe'},{'id':207064,'name':'pretend'}]" +11219,"[{'id':1415,'name':'small town'},{'id':3713,'name':'chase'},{'id':4183,'name':'wife'},{'id':4908,'name':'leave'},{'id':9826,'name':'murder'},{'id':9937,'name':'suspense'},{'id':156799,'name':'vermont'},{'id':189421,'name':'female corpse'}]" +46584,[] +242088,[] +253279,"[{'id':187056,'name':'woman director'}]" +8967,"[{'id':380,'name':'sibling relationship'},{'id':490,'name':'philosophy'},{'id':794,'name':'red hair'},{'id':970,'name':'parent child relationship'},{'id':1670,'name':'sun'},{'id':2285,'name':'telegram'},{'id':3352,'name':'tree'},{'id':5404,'name':'meteor'},{'id':6155,'name':'afterlife'},{'id':9882,'name':'space'},{'id':10706,'name':'spirituality'},{'id':12616,'name':'dinosaur'},{'id':157955,'name':'childhood'},{'id':208611,'name':'1950s'}]" +4108,"[{'id':1926,'name':'car journey'},{'id':3792,'name':'transportation'},{'id':6019,'name':'human trafficking'},{'id':33885,'name':'car'}]" +3482,"[{'id':90,'name':'paris france'},{'id':254,'name':'france'},{'id':1956,'name':'world war ii'},{'id':2652,'name':'nazi'},{'id':4655,'name':'hijacking of train'},{'id':5375,'name':'artwork'},{'id':5552,'name':'train ride'},{'id':5918,'name':'painting'},{'id':9904,'name':'french resistance'},{'id':10663,'name':'train crash'},{'id':11064,'name':'nazi germany'},{'id':14789,'name':'art thief'},{'id':156031,'name':'art theft'}]" +28169,"[{'id':8201,'name':'satire'},{'id':9663,'name':'sequel'},{'id':9715,'name':'superhero'},{'id':11663,'name':'camp'},{'id':11931,'name':'spoof'}]" +28165,"[{'id':233,'name':'japan'},{'id':586,'name':'new jersey'},{'id':9663,'name':'sequel'},{'id':9715,'name':'superhero'},{'id':10292,'name':'gore'},{'id':11931,'name':'spoof'},{'id':34117,'name':'cult film'}]" +15239,"[{'id':417,'name':'corruption'},{'id':1919,'name':'mayor'},{'id':2095,'name':'anti hero'},{'id':4426,'name':'sadism'},{'id':9794,'name':'toxic'},{'id':15000,'name':'person on fire'},{'id':155861,'name':'workout'},{'id':157669,'name':'health club'},{'id':157675,'name':'rabid anger'},{'id':157676,'name':'disfigured face'},{'id':157677,'name':'superhero spoof'},{'id':157681,'name':'strong man'},{'id':157686,'name':'car run over'},{'id':157688,'name':'shock humor'}]" +23168,"[{'id':818,'name':'based on novel or book'},{'id':975,'name':'money laundering'},{'id':1546,'name':'ambulance'},{'id':1680,'name':'boston'},{'id':1700,'name':'massachusetts'},{'id':1929,'name':'bank manager'},{'id':2231,'name':'drug dealer'},{'id':2778,'name':'florist'},{'id':2779,'name':'flower shop'},{'id':3607,'name':'hold-up robbery'},{'id':8054,'name':'volunteer'},{'id':8627,'name':'stolen money'},{'id':9713,'name':'friends'},{'id':9775,'name':'car set on fire'},{'id':10847,'name':'boston garden'},{'id':11148,'name':'police chase'},{'id':12392,'name':'best friend'},{'id':155726,'name':'fenway park'}]" +29030,"[{'id':977,'name':'cat'},{'id':155317,'name':'edgar allan poe'},{'id':155488,'name':'black cat'},{'id':156081,'name':'tomb'}]" +129139,"[{'id':572,'name':'sex'},{'id':738,'name':'sexuality'},{'id':893,'name':'irony'},{'id':970,'name':'parent child relationship'},{'id':2466,'name':'sarcasm'},{'id':2487,'name':'naivety'},{'id':4553,'name':'black humor'},{'id':8181,'name':'swimming pool'},{'id':10809,'name':'teenage girl'},{'id':11316,'name':'sexual humor'},{'id':13088,'name':'summer'},{'id':13118,'name':'love interest'},{'id':14714,'name':'summer vacation'},{'id':15319,'name':'attraction'},{'id':33910,'name':'high school student'},{'id':156777,'name':'teenage sexuality'},{'id':159574,'name':'clumsiness'},{'id':160961,'name':'lifeguard'},{'id':161958,'name':'immaturity'},{'id':168135,'name':'awkwardness'},{'id':171818,'name':'list'},{'id':187056,'name':'woman director'},{'id':197757,'name':'public pool'},{'id':197758,'name':'female sexuality'},{'id':208445,'name':'virginity'},{'id':210608,'name':'1990s'}]" +2135,"[{'id':2964,'name':'future'},{'id':5455,'name':'time machine'}]" +2134,"[{'id':212,'name':'london'},{'id':818,'name':'based on novel or book'},{'id':1436,'name':'inventor'},{'id':2964,'name':'future'},{'id':4379,'name':'time travel'},{'id':4565,'name':'dystopia'},{'id':5455,'name':'time machine'},{'id':8250,'name':'victorian england'},{'id':11239,'name':'distant future'}]" +76489,"[{'id':179431,'name':'duringcreditsstinger'}]" +52451,"[{'id':12995,'name':'historical fiction'},{'id':14577,'name':'musketeer'},{'id':207941,'name':'17th century'},{'id':209714,'name':'3d'}]" +28285,"[{'id':41329,'name':'mental illness'},{'id':169411,'name':'multiple personality'},{'id':212803,'name':'dissociative identity disorder'}]" +1090,"[{'id':310,'name':'artificial intelligence'},{'id':2423,'name':'simulation'},{'id':4286,'name':'computer program'},{'id':4563,'name':'virtual reality'},{'id':4565,'name':'dystopia'},{'id':9826,'name':'murder'},{'id':12670,'name':'los angeles'}]" +60935,"[{'id':818,'name':'based on novel or book'},{'id':2340,'name':'paranoia'},{'id':4713,'name':'research station'},{'id':4862,'name':'alien life-form'},{'id':9675,'name':'prequel'},{'id':14728,'name':'antarctica'},{'id':156783,'name':'blizzard'},{'id':179431,'name':'duringcreditsstinger'}]" +1091,"[{'id':818,'name':'based on novel or book'},{'id':1445,'name':'ice'},{'id':1826,'name':'space marine'},{'id':2340,'name':'paranoia'},{'id':2766,'name':'mutation'},{'id':3373,'name':'snow storm'},{'id':4713,'name':'research station'},{'id':4862,'name':'alien life-form'},{'id':9951,'name':'alien'},{'id':14728,'name':'antarctica'},{'id':14729,'name':'shape shifting alien'},{'id':15250,'name':'alien infection'},{'id':34117,'name':'cult film'},{'id':155821,'name':'sled dogs'},{'id':183787,'name':'alien monster'},{'id':191564,'name':'body horror'},{'id':220392,'name':'alien parasites'},{'id':238467,'name':'isolated place'}]" +8741,"[{'id':818,'name':'based on novel or book'},{'id':1956,'name':'world war ii'},{'id':3994,'name':'battle assignment'},{'id':4278,'name':'invasion'},{'id':4405,'name':'marine corps'},{'id':4595,'name':'u.s. army'},{'id':7156,'name':'commander'},{'id':8083,'name':'pacific'},{'id':9897,'name':'rifle'},{'id':10349,'name':'survival'},{'id':10787,'name':'jungle'},{'id':11106,'name':'infantry'},{'id':11139,'name':'steel helmet'},{'id':11400,'name':'sergeant'},{'id':11823,'name':'pacific island'},{'id':13065,'name':'soldier'},{'id':14643,'name':'battle'},{'id':14955,'name':'fighting'},{'id':160325,'name':'guadalcanal'},{'id':169123,'name':'awol'},{'id':232587,'name':'philosophic conflict'}]" +14285,"[{'id':1556,'name':'texas'},{'id':2122,'name':'death penalty'},{'id':5340,'name':'investigation'},{'id':5720,'name':'dallas texas'},{'id':9826,'name':'murder'},{'id':15090,'name':'police officer'},{'id':157107,'name':'court trial'},{'id':188775,'name':'miscarriage of justice'}]" +266856,"[{'id':1157,'name':'wife husband relationship'},{'id':5565,'name':'biography'},{'id':8012,'name':'physicist'},{'id':9672,'name':'based on a true story'},{'id':14641,'name':'based on memoir or autobiography'},{'id':196751,'name':'fictional biography'},{'id':209063,'name':'motor neuron disease'},{'id':229893,'name':'als'}]" +83727,"[{'id':9706,'name':'anthology'}]" +10781,"[{'id':1583,'name':'mass murder'},{'id':3152,'name':'planned murder'},{'id':4013,'name':'chain saw'},{'id':4426,'name':'sadism'},{'id':4728,'name':'knife'},{'id':6259,'name':'psychopath'},{'id':9675,'name':'prequel'},{'id':9826,'name':'murder'},{'id':10292,'name':'gore'},{'id':10714,'name':'serial killer'},{'id':11221,'name':'blood'},{'id':11545,'name':'leatherface'},{'id':11547,'name':'slaughterhouse'},{'id':12339,'name':'slasher'},{'id':12394,'name':'chainsaw'},{'id':13006,'name':'torture'},{'id':14624,'name':'cruelty'},{'id':14676,'name':'series of murders'},{'id':14819,'name':'violence'},{'id':14895,'name':'cannibal'},{'id':157513,'name':'severed foot'},{'id':166862,'name':'severed hand'}]" +30497,"[{'id':1420,'name':'gas station'},{'id':1556,'name':'texas'},{'id':4580,'name':'van'},{'id':11487,'name':'midnight movie'},{'id':11545,'name':'leatherface'},{'id':11546,'name':'hitchhiker'},{'id':11547,'name':'slaughterhouse'},{'id':12394,'name':'chainsaw'},{'id':18035,'name':'family'},{'id':33874,'name':'polaroid'},{'id':34117,'name':'cult film'}]" +218,"[{'id':83,'name':'saving the world'},{'id':310,'name':'artificial intelligence'},{'id':526,'name':'rebel'},{'id':679,'name':'cyborg'},{'id':1280,'name':'laser gun'},{'id':1366,'name':'shotgun'},{'id':1373,'name':'killer robot'},{'id':4565,'name':'dystopia'},{'id':12670,'name':'los angeles'},{'id':15483,'name':'car chase'},{'id':33556,'name':'urban setting'},{'id':162484,'name':'future war'}]" +594,"[{'id':242,'name':'new york'},{'id':822,'name':'airport'},{'id':1459,'name':'marriage proposal'},{'id':1638,'name':'translation'},{'id':1846,'name':'craftsman'},{'id':2080,'name':'stewardess'},{'id':2173,'name':'illegal immigration'},{'id':2568,'name':'language barrier'},{'id':3013,'name':'jfk international airport'},{'id':3014,'name':'immigration law'},{'id':3015,'name':'fast food restaurant'},{'id':3016,'name':'security camera'},{'id':3017,'name':'jazz musician'},{'id':3018,'name':'saxophonist'},{'id':3019,'name':'autograph'},{'id':3022,'name':'passport'},{'id':3023,'name':'eastern europe'},{'id':6054,'name':'friendship'}]" +6844,"[{'id':536,'name':'israel'},{'id':1160,'name':'egypt'},{'id':2618,'name':'miracle'},{'id':2831,'name':'slavery'},{'id':6917,'name':'epic'},{'id':11001,'name':'religion'},{'id':11704,'name':'judaism'},{'id':186939,'name':'pharaoh'},{'id':192002,'name':'biblical'}]" +44638,"[{'id':497,'name':'shakespeare'},{'id':1938,'name':'sword'},{'id':2041,'name':'island'},{'id':4456,'name':'frog'},{'id':5147,'name':'sorcery'},{'id':5149,'name':'banishment'},{'id':13153,'name':'spirit'},{'id':14527,'name':'storm'},{'id':15192,'name':'staff'},{'id':187056,'name':'woman director'},{'id':199814,'name':'sorceress'},{'id':204312,'name':'loincloth'}]" +38432,"[{'id':3203,'name':'pilot'},{'id':3800,'name':'airplane'},{'id':12193,'name':'reporter'}]" +44334,"[{'id':2199,'name':'opera'},{'id':9706,'name':'anthology'},{'id':9887,'name':'surrealism'},{'id':10181,'name':'based on play or musical'},{'id':10551,'name':'ballet'},{'id':14545,'name':'automaton'},{'id':197005,'name':'soprano'},{'id':238090,'name':'prima ballerina'}]" +1213,"[{'id':110,'name':'venice, italy'},{'id':131,'name':'italy'},{'id':237,'name':'gay'},{'id':242,'name':'new york'},{'id':725,'name':'lovesickness'},{'id':848,'name':'double life'},{'id':851,'name':'dual identity'},{'id':931,'name':'jealousy'},{'id':1308,'name':'secret identity'},{'id':1605,'name':'new love'},{'id':1849,'name':'homicide'},{'id':1913,'name':'atlantic ocean'},{'id':2547,'name':'new identity'},{'id':3152,'name':'planned murder'},{'id':3246,'name':'prosecution'},{'id':3342,'name':'yacht'},{'id':3799,'name':'ship'},{'id':3843,'name':'inferiority'},{'id':3864,'name':'false identity'},{'id':4214,'name':'beguilement'},{'id':4951,'name':'rejection'},{'id':4952,'name':'inferiority complex'},{'id':4953,'name':'ocean liner'},{'id':6054,'name':'friendship'},{'id':10180,'name':'homosexuality'},{'id':10329,'name':'wealth'},{'id':13001,'name':'cowardliness'},{'id':155624,'name':'envy'}]" +10199,"[{'id':1797,'name':'loyalty'},{'id':2137,'name':'totalitarian regime'},{'id':2161,'name':'mouse'},{'id':3446,'name':'forgiveness'},{'id':9812,'name':'honor'},{'id':167982,'name':'unlikely friendship'},{'id':189098,'name':'courage'},{'id':215184,'name':'chivalry'},{'id':230873,'name':'animal lead'}]" +18487,"[{'id':1562,'name':'hostage'},{'id':7980,'name':'motorcycle crash'},{'id':9714,'name':'remake'},{'id':14512,'name':'new york city'},{'id':155735,'name':'new york subway'},{'id':177489,'name':'subway train'},{'id':177493,'name':'stock market'},{'id':177502,'name':'subway tunnel'},{'id':179430,'name':'aftercreditsstinger'}]" +297608,"[{'id':1585,'name':'snake'},{'id':9712,'name':'possession'},{'id':11260,'name':'serial murder'},{'id':163053,'name':'found footage'},{'id':179515,'name':'shaky camera shot'}]" +32045,[] +185755,[] +41210,"[{'id':567,'name':'alcohol'},{'id':641,'name':'single parent'},{'id':1009,'name':'baby'},{'id':1946,'name':'restaurant'},{'id':2269,'name':'aquarium'},{'id':2700,'name':'sperm'},{'id':3725,'name':'pregnancy'},{'id':9736,'name':'little boy'},{'id':159150,'name':'artificial insemination'}]" +33564,"[{'id':6981,'name':'connecticut'},{'id':8181,'name':'swimming pool'},{'id':10226,'name':'neighbor'},{'id':11827,'name':'swimmer'},{'id':156866,'name':'based on short story'},{'id':225840,'name':'pool party'}]" +10217,"[{'id':1329,'name':'canada'},{'id':1415,'name':'small town'},{'id':3032,'name':'suffering'},{'id':5331,'name':'village'},{'id':5859,'name':'paralysis'},{'id':10183,'name':'independent film'},{'id':10614,'name':'tragedy'},{'id':10909,'name':'lawyer'},{'id':13063,'name':'car accident'},{'id':166287,'name':'school bus'},{'id':215522,'name':'british columbia'},{'id':228523,'name':'inspired by true events'}]" +116613,"[{'id':6731,'name':'british'},{'id':10988,'name':'based on tv series'}]" +16561,"[{'id':3485,'name':'comedian'},{'id':9824,'name':'reunion'},{'id':10181,'name':'based on play or musical'},{'id':14512,'name':'new york city'},{'id':157768,'name':'vaudeville'}]" +56831,[] +4614,"[{'id':591,'name':'cia'},{'id':949,'name':'terrorist'},{'id':1815,'name':'atomic bomb'},{'id':2106,'name':'cold war'},{'id':9830,'name':'nuclear explosion'},{'id':155723,'name':'jack ryan'}]" +5121,"[{'id':378,'name':'prison'},{'id':1485,'name':'stadium'},{'id':1556,'name':'texas'},{'id':1562,'name':'hostage'},{'id':1930,'name':'kidnapping'},{'id':2393,'name':'adoption'},{'id':4725,'name':'baby-snatching'},{'id':5901,'name':'texas ranger'},{'id':6149,'name':'police'},{'id':9672,'name':'based on a true story'},{'id':11724,'name':'vulgarity'},{'id':162236,'name':'convicted felon'},{'id':167043,'name':'road movie'}]" +10665,"[{'id':2546,'name':'mask'},{'id':4942,'name':'victim of murder'},{'id':9826,'name':'murder'},{'id':11464,'name':'bag over head'},{'id':12339,'name':'slasher'},{'id':12565,'name':'psychological thriller'},{'id':14903,'name':'home invasion'},{'id':212412,'name':'very little dialogue'}]" +38166,[] +225703,"[{'id':9755,'name':'parody'},{'id':9980,'name':'toilet humor'}]" +691,"[{'id':212,'name':'london'},{'id':339,'name':'submarine'},{'id':392,'name':'england'},{'id':441,'name':'assassination'},{'id':470,'name':'spy'},{'id':487,'name':'cairo'},{'id':658,'name':'sea'},{'id':949,'name':'terrorist'},{'id':1160,'name':'egypt'},{'id':1583,'name':'mass murder'},{'id':1949,'name':'pyramid'},{'id':2139,'name':'russia'},{'id':3152,'name':'planned murder'},{'id':3272,'name':'secret intelligence service'},{'id':3278,'name':'kgb'},{'id':3289,'name':'villain'},{'id':3312,'name':'nuclear missile'},{'id':3464,'name':'tanker'},{'id':3465,'name':'sphinx'},{'id':3466,'name':'sardinien'},{'id':3467,'name':'warhead'},{'id':3468,'name':'jet ski'},{'id':3469,'name':'utopia'},{'id':4289,'name':'secret agent'},{'id':9826,'name':'murder'},{'id':15097,'name':'shark'},{'id':15127,'name':'killer'},{'id':156095,'name':'british secret service'},{'id':159558,'name':'snow skiing'}]" +23172,"[{'id':179431,'name':'duringcreditsstinger'}]" +75363,"[{'id':156217,'name':'u boat'},{'id':209234,'name':'british fleet'}]" +228165,"[{'id':270,'name':'ocean'},{'id':658,'name':'sea'},{'id':3412,'name':'star'},{'id':4237,'name':'water'},{'id':190852,'name':'sponge'},{'id':204222,'name':'spongebob'},{'id':209220,'name':'live action and animation'}]" +8285,"[{'id':1308,'name':'secret identity'},{'id':1621,'name':'robber'},{'id':2546,'name':'mask'},{'id':4456,'name':'frog'},{'id':9717,'name':'based on comic'},{'id':12415,'name':'back from the dead'},{'id':207268,'name':'neo-noir'}]" +2636,"[{'id':1653,'name':'explosive'},{'id':9748,'name':'revenge'},{'id':159358,'name':'explosives expert'}]" +15121,"[{'id':836,'name':'resistance'},{'id':1201,'name':'austria'},{'id':1956,'name':'world war ii'},{'id':4344,'name':'musical'},{'id':6383,'name':'music competition'},{'id':7954,'name':'salzburg'},{'id':10181,'name':'based on play or musical'},{'id':11020,'name':'classic'},{'id':160175,'name':'alps'},{'id':165468,'name':'governess'},{'id':165470,'name':'convent'},{'id':165492,'name':'novice'},{'id':165493,'name':'puppet show'},{'id':165495,'name':'nun in love'},{'id':189422,'name':'nazi occupation'},{'id':214548,'name':'1930s'}]" +159615,"[{'id':190979,'name':'southern family'}]" +27022,"[{'id':616,'name':'witch'},{'id':657,'name':'fire'},{'id':1994,'name':'wolf'},{'id':2098,'name':'fountain'},{'id':2343,'name':'magic'},{'id':3096,'name':'book'},{'id':3098,'name':'castle'},{'id':4237,'name':'water'},{'id':4488,'name':'apprentice'},{'id':4613,'name':'training'},{'id':8504,'name':'merlin'},{'id':9673,'name':'love'},{'id':10364,'name':'mission'},{'id':10821,'name':'sorcerer'},{'id':12554,'name':'dragon'},{'id':179430,'name':'aftercreditsstinger'},{'id':193201,'name':'apprendista'},{'id':222347,'name':'morgana'}]" +73203,"[{'id':156040,'name':'hypnotist'}]" +74536,[] +116745,"[{'id':486,'name':'himalaya'},{'id':1003,'name':'photographer'},{'id':4620,'name':'magazine'},{'id':5746,'name':'iceland'},{'id':5779,'name':'daydream'},{'id':13094,'name':'photograph'},{'id':15097,'name':'shark'},{'id':18326,'name':'fired from the job'},{'id':33355,'name':'skateboard'},{'id':173276,'name':'dreamer'},{'id':182195,'name':'online dating'},{'id':188841,'name':'daydreaming'}]" +268238,"[{'id':14636,'name':'india'},{'id':163514,'name':'retirement home'}]" +127651,"[{'id':9748,'name':'revenge'},{'id':172139,'name':'land war'},{'id':173251,'name':'forced prostitution'},{'id':221000,'name':'balkans'}]" +35233,"[{'id':1480,'name':'baseball'},{'id':1484,'name':'pitcher'},{'id':6075,'name':'sport'},{'id':170652,'name':'father figure'},{'id':191043,'name':'mentally ill'}]" +13486,"[{'id':3070,'name':'mercenary'},{'id':4613,'name':'training'},{'id':8011,'name':'greek'}]" +78049,[] +9334,"[{'id':1160,'name':'egypt'},{'id':1530,'name':'temple'},{'id':157894,'name':'ancient egypt'}]" +11371,"[{'id':3356,'name':'quebec'},{'id':155331,'name':'jewel'},{'id':159408,'name':'scepter'},{'id':159410,'name':'customs house'},{'id':159413,'name':'jewelry heist'},{'id':159419,'name':'blueprint'},{'id':159422,'name':'assumed identity'},{'id':159425,'name':'schematic'},{'id':159431,'name':'voice over'},{'id':159433,'name':'surveillance camera'},{'id':159434,'name':'one last job'}]" +224076,[] +110146,"[{'id':2957,'name':'vietnam war'},{'id':4344,'name':'musical'},{'id':5565,'name':'biography'},{'id':9672,'name':'based on a true story'},{'id':186799,'name':'girl group'},{'id':193455,'name':'indigenous australians'},{'id':193459,'name':'australian aborigine'},{'id':193460,'name':'mother child separation'},{'id':193461,'name':'stolen generation'}]" +13767,"[{'id':65,'name':'holiday'},{'id':9663,'name':'sequel'},{'id':179431,'name':'duringcreditsstinger'},{'id':207317,'name':'christmas'}]" +9021,"[{'id':65,'name':'holiday'},{'id':1441,'name':'christmas party'},{'id':1526,'name':'home'},{'id':1991,'name':'santa claus'},{'id':2343,'name':'magic'},{'id':4290,'name':'toy'},{'id':4896,'name':'wish'},{'id':5153,'name':'son'},{'id':9663,'name':'sequel'},{'id':12200,'name':'saving christmas'},{'id':207317,'name':'christmas'},{'id':250264,'name':'weihnachtsfilm'}]" +11395,"[{'id':65,'name':'holiday'},{'id':1441,'name':'christmas party'},{'id':1991,'name':'santa claus'},{'id':5011,'name':'deal'},{'id':5570,'name':'christmas tree'},{'id':207317,'name':'christmas'}]" +11528,"[{'id':1480,'name':'baseball'},{'id':6075,'name':'sport'},{'id':15162,'name':'dog'},{'id':161155,'name':'kids'},{'id':170038,'name':'fence'},{'id':170057,'name':'chased by a dog'},{'id':170071,'name':'story telling'}]" +98339,"[{'id':378,'name':'prison'},{'id':572,'name':'sex'},{'id':9748,'name':'revenge'},{'id':33841,'name':'incest'},{'id':159607,'name':'grifter'},{'id':160898,'name':'paternity revealed'},{'id':160901,'name':'parole officer'}]" +266285,"[{'id':1543,'name':'war veteran'},{'id':1909,'name':'coffin'},{'id':5606,'name':'gang leader'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':10392,'name':'mute'},{'id':10590,'name':'oil'},{'id':10594,'name':'money'},{'id':10726,'name':'gang'},{'id':10950,'name':'shootout'},{'id':11259,'name':'extortion'},{'id':12434,'name':'undertaker'},{'id':13008,'name':'train'},{'id':14819,'name':'violence'},{'id':232766,'name':'vengeance'}]" +10170,"[{'id':591,'name':'cia'},{'id':1328,'name':'secret'},{'id':2111,'name':'soviet union'},{'id':2695,'name':'ex-lover'},{'id':3269,'name':'secret mission'},{'id':3617,'name':'nuclear scientist'}]" +10159,"[{'id':414,'name':'hunter'},{'id':800,'name':'bounty'},{'id':801,'name':'bounty hunter'},{'id':1721,'name':'fight'},{'id':5968,'name':'amazon'},{'id':6956,'name':'treasure hunt'},{'id':10787,'name':'jungle'}]" +23514,"[{'id':567,'name':'alcohol'},{'id':736,'name':'journalist'},{'id':818,'name':'based on novel or book'},{'id':918,'name':'newspaper'},{'id':3392,'name':'voodoo'},{'id':3473,'name':'carnival'},{'id':4108,'name':'protest'},{'id':163682,'name':'puerto rico'},{'id':163696,'name':'tv debate'},{'id':163698,'name':'fire breathing'},{'id':163699,'name':'vomiting'},{'id':163700,'name':'cockfight'},{'id':163702,'name':'rum'},{'id':163710,'name':'brochure'},{'id':163714,'name':'tongue'},{'id':188991,'name':'drunkenness'},{'id':208992,'name':'1960s'},{'id':237558,'name':'hunter s. thompson'}]" +9428,"[{'id':3446,'name':'forgiveness'},{'id':5561,'name':'child prodigy'},{'id':6564,'name':'terminal illness'},{'id':10041,'name':'dysfunctional family'},{'id':11732,'name':'cigarette smoking'},{'id':155294,'name':'family conflict'}]" +37799,"[{'id':2157,'name':'hacker'},{'id':12361,'name':'hacking'},{'id':162749,'name':'creator'},{'id':170209,'name':'frat party'},{'id':171063,'name':'social network'},{'id':171065,'name':'deposition'},{'id':171067,'name':'intellectual property'},{'id':171068,'name':'entrepreneur'},{'id':171070,'name':'arrogance'},{'id':220076,'name':'young entrepreneur'},{'id':220831,'name':'facebook'}]" +67748,"[{'id':2016,'name':'vandalism'},{'id':3301,'name':'suspicion'},{'id':5301,'name':'brother'},{'id':10235,'name':'family relationships'},{'id':10714,'name':'serial killer'},{'id':10726,'name':'gang'},{'id':11004,'name':'rural setting'},{'id':11488,'name':'pot smoking'},{'id':13006,'name':'torture'},{'id':13092,'name':'corpse'},{'id':13125,'name':'sadist'},{'id':14819,'name':'violence'},{'id':14964,'name':'drugs'},{'id':33722,'name':'true crime'},{'id':41476,'name':'south australia'},{'id':180523,'name':'neighborhood'},{'id':238191,'name':'barbarism'}]" +41513,"[{'id':305,'name':'moon'},{'id':2343,'name':'magic'},{'id':9717,'name':'based on comic'},{'id':10336,'name':'animation'},{'id':10842,'name':'good vs evil'},{'id':15072,'name':'smurf'},{'id':15073,'name':'blue'},{'id':15074,'name':'vortex'},{'id':15076,'name':'cat and mouse'},{'id':179431,'name':'duringcreditsstinger'},{'id':209714,'name':'3d'}]" +77931,"[{'id':10244,'name':'based on cartoon'},{'id':10336,'name':'animation'},{'id':15072,'name':'smurf'},{'id':209714,'name':'3d'}]" +299464,[] +16176,"[{'id':995,'name':'cinderella'},{'id':4344,'name':'musical'}]" +86101,"[{'id':12339,'name':'slasher'}]" +244772,"[{'id':242,'name':'new york'},{'id':380,'name':'sibling relationship'},{'id':596,'name':'adultery'},{'id':718,'name':'confession'},{'id':970,'name':'parent child relationship'},{'id':1326,'name':'infidelity'},{'id':3183,'name':'bisexuality'},{'id':4951,'name':'rejection'},{'id':7956,'name':'cowardice'},{'id':9824,'name':'reunion'},{'id':10201,'name':'death of father'},{'id':10768,'name':'lesbian'},{'id':11524,'name':'in the closet'},{'id':41355,'name':'teacher student relationship'},{'id':158718,'name':'lgbt'},{'id':186722,'name':'gay brother'},{'id':193049,'name':'estrangement'},{'id':219781,'name':'fraternal twins'},{'id':219786,'name':'new ager'},{'id':219787,'name':'twin synchronization'}]" +9913,"[{'id':428,'name':'nurse'},{'id':1328,'name':'secret'},{'id':1566,'name':'dream'},{'id':1721,'name':'fight'},{'id':1930,'name':'kidnapping'},{'id':2411,'name':'new orleans'},{'id':2849,'name':'key'},{'id':3136,'name':'plantation'},{'id':3392,'name':'voodoo'},{'id':8508,'name':'party'},{'id':10909,'name':'lawyer'},{'id':11221,'name':'blood'},{'id':14819,'name':'violence'},{'id':155619,'name':'attic'},{'id':156174,'name':'occult'}]" +745,"[{'id':276,'name':'philadelphia'},{'id':516,'name':'child abuse'},{'id':697,'name':'loss of loved one'},{'id':1335,'name':'sense of guilt'},{'id':2246,'name':'confidence'},{'id':2800,'name':'psychology'},{'id':3737,'name':'dying and death'},{'id':5809,'name':'marriage crisis'},{'id':6155,'name':'afterlife'},{'id':9457,'name':'single'},{'id':11627,'name':'paranormal phenomena'},{'id':13001,'name':'cowardliness'},{'id':14768,'name':'single mother'},{'id':15165,'name':'school play'},{'id':162846,'name':'ghost'},{'id':208349,'name':'child'},{'id':210530,'name':'spiritism'}]" +57431,"[{'id':242,'name':'new york'},{'id':279,'name':'usa'},{'id':2604,'name':'babysitter'},{'id':6095,'name':'house'},{'id':7617,'name':'drop-out'},{'id':10103,'name':'children'},{'id':10226,'name':'neighbor'},{'id':14828,'name':'city'},{'id':165279,'name':'street'},{'id':179431,'name':'duringcreditsstinger'}]" +239562,[] +274,"[{'id':818,'name':'based on novel or book'},{'id':1812,'name':'fbi'},{'id':1930,'name':'kidnapping'},{'id':6259,'name':'psychopath'},{'id':8087,'name':'horror'},{'id':9826,'name':'murder'},{'id':9937,'name':'suspense'},{'id':10714,'name':'serial killer'},{'id':12565,'name':'psychological thriller'},{'id':14895,'name':'cannibal'},{'id':156176,'name':'moth'},{'id':208048,'name':'cannibalism'}]" +242095,"[{'id':2157,'name':'hacker'},{'id':7312,'name':'road trip'},{'id':10183,'name':'independent film'},{'id':33637,'name':'super power'},{'id':207011,'name':'secret laboratory'}]" +9882,"[{'id':187,'name':'islam'},{'id':789,'name':'muslim'},{'id':1812,'name':'fbi'},{'id':7336,'name':'car bomb'}]" +42701,"[{'id':2284,'name':'horseback riding'},{'id':9748,'name':'revenge'},{'id':15290,'name':'pursuit'},{'id':18034,'name':'desert'},{'id':172879,'name':'whistling'}]" +694,"[{'id':612,'name':'hotel'},{'id':680,'name':'montana'},{'id':1533,'name':'isolation'},{'id':1611,'name':'hotelier'},{'id':1897,'name':'oregon'},{'id':1981,'name':'colorado'},{'id':2158,'name':'maze'},{'id':3458,'name':'bartender'},{'id':3598,'name':'ax'},{'id':6262,'name':'delusion'},{'id':9957,'name':'loneliness'},{'id':10241,'name':'caretaker'},{'id':10629,'name':'vision'},{'id':10794,'name':'snow'},{'id':13028,'name':'writer'},{'id':33457,'name':'alcoholic'},{'id':34117,'name':'cult film'},{'id':190107,'name':'snowed in'},{'id':198471,'name':'off season'}]" +278,"[{'id':378,'name':'prison'},{'id':417,'name':'corruption'},{'id':796,'name':'police brutality'},{'id':2885,'name':'prison cell'},{'id':4779,'name':'delinquent'},{'id':8622,'name':'parole board'},{'id':9777,'name':'escape from prison'},{'id':12662,'name':'wrongful imprisonment'},{'id':180172,'name':'framed for murder'},{'id':207883,'name':'1940s'}]" +194101,"[{'id':2673,'name':'horse'},{'id':5529,'name':'attention deficit hyperactivity disorder (adhd)'},{'id':6054,'name':'friendship'},{'id':9180,'name':'yorkshire'},{'id':156866,'name':'based on short story'},{'id':187056,'name':'woman director'},{'id':212563,'name':'school suspension'},{'id':240780,'name':'scrap yard'}]" +51739,"[{'id':233,'name':'japan'},{'id':818,'name':'based on novel or book'},{'id':977,'name':'cat'},{'id':5774,'name':'forest'},{'id':33873,'name':'little people'},{'id':210024,'name':'anime'},{'id':245502,'name':'doll house'}]" +157845,"[{'id':380,'name':'sibling relationship'},{'id':1415,'name':'small town'},{'id':1562,'name':'hostage'},{'id':2669,'name':'motel'},{'id':4565,'name':'dystopia'},{'id':5657,'name':'australia'},{'id':9897,'name':'rifle'},{'id':10594,'name':'money'},{'id':13063,'name':'car accident'},{'id':14604,'name':'theft'},{'id':15162,'name':'dog'},{'id':15483,'name':'car chase'},{'id':18034,'name':'desert'},{'id':168713,'name':'neo-western'},{'id':234355,'name':'midget'}]" +16323,"[{'id':14964,'name':'drugs'},{'id':18001,'name':'rock band'},{'id':160765,'name':'roses'}]" +49950,"[{'id':931,'name':'jealousy'},{'id':1253,'name':'roommate'},{'id':1523,'name':'obsession'},{'id':8039,'name':'campus'},{'id':9673,'name':'love'},{'id':9826,'name':'murder'},{'id':10519,'name':'freshman'},{'id':12105,'name':'student'},{'id':12670,'name':'los angeles'},{'id':14784,'name':'medication'},{'id':14819,'name':'violence'},{'id':156478,'name':'boyfriend'},{'id':160077,'name':'design'},{'id':171670,'name':'resentment'}]" +17473,"[{'id':579,'name':'american football'},{'id':9713,'name':'friends'},{'id':9914,'name':'slice of life'},{'id':10183,'name':'independent film'},{'id':11505,'name':'drug pusher'},{'id':14534,'name':'relationship'},{'id':34117,'name':'cult film'},{'id':157286,'name':'gold digger'},{'id':181518,'name':'cheating fiancée'},{'id':229299,'name':'affair'}]" +6723,"[{'id':155716,'name':'rookie cop'}]" +10186,"[{'id':1228,'name':'1970s'},{'id':2696,'name':'drums'},{'id':4044,'name':'groupie'},{'id':4344,'name':'musical'},{'id':5288,'name':'rock'},{'id':5540,'name':'heavy metal'},{'id':5544,'name':'headbanging'}]" +9802,"[{'id':582,'name':'san francisco'},{'id':1812,'name':'fbi'},{'id':3293,'name':'gas attack'},{'id':3859,'name':'alcatraz'},{'id':18233,'name':'hostage situation'}]" +20766,"[{'id':4458,'name':'post-apocalyptic'},{'id':4565,'name':'dystopia'},{'id':4954,'name':'paternity'},{'id':10349,'name':'survival'},{'id':179431,'name':'duringcreditsstinger'},{'id':188266,'name':'starvation'},{'id':212739,'name':'struggle'},{'id':240119,'name':'father son relationship'}]" +11403,"[{'id':818,'name':'based on novel or book'},{'id':1497,'name':'fly fishing'}]" +48171,"[{'id':716,'name':'vatican'},{'id':2626,'name':'exorcism'},{'id':8608,'name':'violinist'},{'id':9649,'name':'god'},{'id':10093,'name':'priest'},{'id':11612,'name':'hospital'},{'id':14765,'name':'church'},{'id':14999,'name':'devil'},{'id':17986,'name':'miscarriage'},{'id':159940,'name':'exorcist'},{'id':161714,'name':'disbelief'},{'id':170577,'name':'roman catholic'},{'id':172232,'name':'seminary'},{'id':172240,'name':'limp'},{'id':172242,'name':'toad'},{'id':172246,'name':'clergy'},{'id':172248,'name':'formalin'},{'id':172251,'name':'walking cane'},{'id':229688,'name':'scepticism'}]" +356216,[] +270302,"[{'id':392,'name':'england'},{'id':567,'name':'alcohol'},{'id':3616,'name':'college'},{'id':9823,'name':'rivalry'},{'id':10181,'name':'based on play or musical'},{'id':10910,'name':'wealthy'},{'id':156180,'name':'initiation'},{'id':156881,'name':'oxford england'},{'id':166611,'name':'debauchery'},{'id':187056,'name':'woman director'},{'id':206298,'name':'young adult'},{'id':206443,'name':'oxford university'},{'id':221326,'name':'boys club'},{'id':223938,'name':'entitlement'}]" +9927,"[{'id':1604,'name':'operation'},{'id':2026,'name':'lawnmower'},{'id':3090,'name':'loser'},{'id':5958,'name':'finger'},{'id':6075,'name':'sport'},{'id':6464,'name':'uncle'},{'id':8807,'name':'special olympics'}]" +565,"[{'id':736,'name':'journalist'},{'id':793,'name':'drowning'},{'id':2041,'name':'island'},{'id':2136,'name':'television'},{'id':2673,'name':'horse'},{'id':5340,'name':'investigation'},{'id':6103,'name':'telephone'},{'id':6152,'name':'supernatural'},{'id':9714,'name':'remake'},{'id':9853,'name':'paranormal'},{'id':10541,'name':'curse'},{'id':13209,'name':'cabin in the woods'},{'id':162846,'name':'ghost'},{'id':172784,'name':'well'},{'id':177185,'name':'videotape'},{'id':211197,'name':'mysterious death'}]" +209406,[] +289727,"[{'id':1992,'name':'professor'},{'id':161266,'name':'teaching'},{'id':221055,'name':'pommy'}]" +77879,"[{'id':380,'name':'sibling relationship'}]" +227094,"[{'id':4776,'name':'race against time'},{'id':12377,'name':'zombie'},{'id':14964,'name':'drugs'},{'id':221507,'name':'partial cure'}]" +214703,[] +169800,"[{'id':393,'name':'civil war'},{'id':2831,'name':'slavery'},{'id':11243,'name':'african american'},{'id':207928,'name':'19th century'}]" +11135,"[{'id':1384,'name':'diamond'},{'id':1930,'name':'kidnapping'},{'id':2161,'name':'mouse'},{'id':3184,'name':'alligator'},{'id':4725,'name':'baby-snatching'},{'id':5350,'name':'eagle'},{'id':5657,'name':'australia'},{'id':5739,'name':'waterfall'},{'id':8723,'name':'poacher'},{'id':9109,'name':'nest'},{'id':193760,'name':'australian outback'}]" +10393,"[{'id':579,'name':'american football'},{'id':4112,'name':'strike'},{'id':6075,'name':'sport'},{'id':8338,'name':'coach'},{'id':9789,'name':'misfit'},{'id':155791,'name':'american football player'}]" +1245,"[{'id':918,'name':'newspaper'},{'id':1307,'name':'butler'},{'id':1655,'name':'country house'},{'id':1797,'name':'loyalty'},{'id':2382,'name':'flower'},{'id':2652,'name':'nazi'},{'id':11508,'name':'jewish'},{'id':14905,'name':'britain'},{'id':17997,'name':'housekeeper'},{'id':33360,'name':'employer'}]" +280002,"[{'id':12332,'name':'apocalypse'},{'id':13027,'name':'wedding'},{'id':209570,'name':'end of times'}]" +22752,"[{'id':12554,'name':'dragon'}]" +5928,"[{'id':787,'name':'mississippi'}]" +339992,[] +1647,"[{'id':470,'name':'spy'},{'id':591,'name':'cia'},{'id':34094,'name':'extramarital affair'}]" +24122,"[{'id':242,'name':'new york'},{'id':2341,'name':'nanny'},{'id':11513,'name':'cheating husband'},{'id':15160,'name':'divorce'},{'id':157799,'name':'older woman younger man relationship'}]" +8055,"[{'id':74,'name':'germany'},{'id':818,'name':'based on novel or book'},{'id':1327,'name':'war crimes'},{'id':11038,'name':'trial'},{'id':11412,'name':'female prisoner'},{'id':13130,'name':'teenager'},{'id':33861,'name':'law student'},{'id':156777,'name':'teenage sexuality'},{'id':157799,'name':'older woman younger man relationship'},{'id':229299,'name':'affair'}]" +56135,"[{'id':6167,'name':'engagement'},{'id':10329,'name':'wealth'},{'id':41351,'name':'will'}]" +70436,"[{'id':351,'name':'poison'},{'id':1936,'name':'blackmail'},{'id':2404,'name':'masked ball'},{'id':6165,'name':'historical figure'},{'id':7172,'name':'buried alive'},{'id':10714,'name':'serial killer'},{'id':15145,'name':'deadline'},{'id':155317,'name':'edgar allan poe'},{'id':158935,'name':'newspaper review'},{'id':158938,'name':'baltimore maryland'},{'id':158940,'name':'newspaper office'},{'id':158950,'name':'hard times'},{'id':158951,'name':'life imitates art'},{'id':158952,'name':'pendulum'}]" +29056,"[{'id':3098,'name':'castle'},{'id':9755,'name':'parody'},{'id':10821,'name':'sorcerer'},{'id':12965,'name':'duel'},{'id':159871,'name':'horse carriage'},{'id':166484,'name':'raven'},{'id':177912,'name':'wizard'},{'id':236458,'name':'magician'}]" +11975,"[{'id':1417,'name':'jurors'},{'id':2852,'name':'proof'},{'id':3012,'name':'court case'},{'id':8097,'name':'leukemia'},{'id':10909,'name':'lawyer'},{'id':33519,'name':'courtroom'}]" +127560,"[{'id':447,'name':'post traumatic stress disorder'},{'id':1956,'name':'world war ii'},{'id':4399,'name':'victim'},{'id':6683,'name':'autobiography'},{'id':9672,'name':'based on a true story'},{'id':9682,'name':'history'},{'id':9748,'name':'revenge'},{'id':11436,'name':'redemption'},{'id':13006,'name':'torture'}]" +94329,"[{'id':9730,'name':'crime boss'},{'id':14873,'name':'tenement'},{'id':156640,'name':'high rise'},{'id':156641,'name':'monitor'},{'id':156642,'name':'tower block'},{'id':156645,'name':'jakarta indonesia'},{'id':156648,'name':'swat'},{'id':156788,'name':'swat team'}]" +7341,"[{'id':236,'name':'suicide'},{'id':657,'name':'fire'},{'id':2884,'name':'asylum'},{'id':5086,'name':'telekinesis'},{'id':6270,'name':'high school'},{'id':8181,'name':'swimming pool'},{'id':8508,'name':'party'},{'id':9826,'name':'murder'},{'id':10266,'name':'prom'},{'id':10508,'name':'teacher'},{'id':11221,'name':'blood'},{'id':161320,'name':'weightlifting'},{'id':187056,'name':'woman director'}]" +193612,"[{'id':1228,'name':'1970s'},{'id':1706,'name':'experiment'},{'id':3350,'name':'poltergeist'},{'id':4680,'name':'adrenaline'},{'id':9712,'name':'possession'},{'id':10770,'name':'mad doctor'},{'id':11221,'name':'blood'},{'id':11627,'name':'paranormal phenomena'},{'id':13124,'name':'scream'},{'id':34079,'name':'death'},{'id':161198,'name':'skepticism'},{'id':163186,'name':'seance'},{'id':170174,'name':'locked door'}]" +10176,"[{'id':258,'name':'bomb'},{'id':818,'name':'based on novel or book'},{'id':1706,'name':'experiment'},{'id':3664,'name':'research'},{'id':4627,'name':'earth'},{'id':5385,'name':'survivor'},{'id':6086,'name':'government'},{'id':6511,'name':'alone'},{'id':10124,'name':'laboratory'},{'id':10617,'name':'disaster'},{'id':10941,'name':'disappearance'},{'id':12332,'name':'apocalypse'},{'id':14601,'name':'explosion'},{'id':14782,'name':'trust'}]" +12106,"[{'id':75,'name':'gunslinger'},{'id':9748,'name':'revenge'},{'id':9930,'name':'prairie'},{'id':10950,'name':'shootout'},{'id':13132,'name':'pistol'}]" +24580,"[{'id':212,'name':'london'},{'id':4862,'name':'alien life-form'},{'id':6394,'name':'rocket'},{'id':9937,'name':'suspense'},{'id':10536,'name':'rocket crash'},{'id':10537,'name':'escaped patient'},{'id':10988,'name':'based on tv series'},{'id':11612,'name':'hospital'},{'id':191132,'name':'space exploration'},{'id':219390,'name':'quatermass'}]" +282813,"[{'id':1299,'name':'monster'},{'id':3762,'name':'darkness'},{'id':18034,'name':'desert'},{'id':41586,'name':'archaeologist'},{'id':44451,'name':'lost'},{'id':163053,'name':'found footage'},{'id':163347,'name':'egyptology'},{'id':212436,'name':'anubis'}]" +1402,"[{'id':582,'name':'san francisco'},{'id':641,'name':'single parent'},{'id':960,'name':'homeless person'},{'id':992,'name':'bus'},{'id':2346,'name':'worker'},{'id':2981,'name':'homelessness'},{'id':3640,'name':'work'},{'id':4636,'name':'church service'},{'id':4671,'name':'bad luck'},{'id':5565,'name':'biography'},{'id':10332,'name':'salesman'},{'id':10631,'name':'stockbroker'}]" +73907,[] +238636,"[{'id':992,'name':'bus'},{'id':1376,'name':'assault rifle'},{'id':1589,'name':'sniper'},{'id':3544,'name':'machete'},{'id':4565,'name':'dystopia'},{'id':6259,'name':'psychopath'},{'id':9663,'name':'sequel'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':14735,'name':'motorcycle'},{'id':14819,'name':'violence'},{'id':15068,'name':'one day'},{'id':15069,'name':'masked man'},{'id':33632,'name':'apartment'},{'id':34079,'name':'death'},{'id':50009,'name':'survival horror'},{'id':187028,'name':'gatling gun'}]" +158015,"[{'id':4565,'name':'dystopia'},{'id':7246,'name':'barricade'},{'id':14903,'name':'home invasion'},{'id':221957,'name':'constitutional convention'},{'id':221958,'name':'legalized murder'},{'id':221960,'name':'social allegory'}]" +18240,"[{'id':1907,'name':'fictitious marriage'},{'id':2428,'name':'deportation'},{'id':3014,'name':'immigration law'},{'id':9880,'name':'alaska'},{'id':14522,'name':'co-worker'},{'id':33740,'name':'humiliation'},{'id':33775,'name':'book editor'},{'id':156760,'name':'fake boyfriend'},{'id':179431,'name':'duringcreditsstinger'},{'id':187056,'name':'woman director'},{'id':215200,'name':'pretend relationship'}]" +5185,"[{'id':1880,'name':'mobile phone'},{'id':9401,'name':'sherlock holmes'},{'id':191143,'name':'loch ness monster'},{'id':205971,'name':'german spy'},{'id':229440,'name':'midgets'}]" +2493,"[{'id':818,'name':'based on novel or book'},{'id':34117,'name':'cult film'},{'id':157186,'name':'swashbuckler'},{'id':160350,'name':'evil prince'},{'id':160362,'name':'screwball'},{'id':160364,'name':'impersonation'}]" +10198,"[{'id':818,'name':'based on novel or book'},{'id':3392,'name':'voodoo'},{'id':5091,'name':'kiss'},{'id':7376,'name':'princess'},{'id':10336,'name':'animation'},{'id':155180,'name':'cajun'},{'id':178902,'name':'firefly'},{'id':179411,'name':'based on fairy tale'},{'id':179431,'name':'duringcreditsstinger'},{'id':181329,'name':'big dreams'},{'id':192995,'name':'frog prince'},{'id':197935,'name':'charlatan'}]" +241254,"[{'id':11578,'name':'mobster'},{'id':15108,'name':'justice'},{'id':18115,'name':'retired'},{'id':184402,'name':'missing'},{'id':197430,'name':'missing daughter'}]" +5179,"[{'id':388,'name':'scotland'},{'id':818,'name':'based on novel or book'},{'id':1755,'name':'fascism'},{'id':3130,'name':'edinburgh'},{'id':5509,'name':'spanish civil war'},{'id':10483,'name':'eccentric'},{'id':10508,'name':'teacher'},{'id':10873,'name':'school'},{'id':197104,'name':'all girls school'}]" +1124,"[{'id':271,'name':'competition'},{'id':1328,'name':'secret'},{'id':1523,'name':'obsession'},{'id':2343,'name':'magic'},{'id':2913,'name':'diary'},{'id':3737,'name':'dying and death'},{'id':4034,'name':'class society'},{'id':4662,'name':'illusion'},{'id':4988,'name':'tricks'},{'id':6062,'name':'hostility'},{'id':6069,'name':'class'},{'id':9104,'name':'partner'},{'id':9823,'name':'rivalry'},{'id':214839,'name':'nikola tesla'},{'id':244001,'name':'tesla coil'}]" +11851,"[{'id':271,'name':'competition'},{'id':582,'name':'san francisco'},{'id':3012,'name':'court case'},{'id':5340,'name':'investigation'},{'id':5440,'name':'adversary'},{'id':5947,'name':'military service'},{'id':6417,'name':'base'},{'id':9937,'name':'suspense'}]" +54700,[] +161321,[] +11027,"[{'id':572,'name':'sex'},{'id':596,'name':'adultery'},{'id':718,'name':'confession'},{'id':818,'name':'based on novel or book'},{'id':1523,'name':'obsession'},{'id':9714,'name':'remake'},{'id':9826,'name':'murder'},{'id':9937,'name':'suspense'},{'id':10410,'name':'conspiracy'},{'id':207268,'name':'neo-noir'}]" +9922,"[{'id':279,'name':'usa'},{'id':3804,'name':'post'},{'id':4461,'name':'postman'},{'id':6092,'name':'army'},{'id':12332,'name':'apocalypse'}]" +272692,[] +77883,[] +32081,"[{'id':380,'name':'sibling relationship'},{'id':818,'name':'based on novel or book'},{'id':11578,'name':'mobster'},{'id':190283,'name':'greenwich village'}]" +5255,"[{'id':1991,'name':'santa claus'},{'id':5801,'name':'nerd'},{'id':6150,'name':'faith'},{'id':9989,'name':'gift'},{'id':9995,'name':'bell'},{'id':33678,'name':'beard'},{'id':34154,'name':'north pole'},{'id':41314,'name':'trestle'},{'id':48711,'name':'ticket'},{'id':207317,'name':'christmas'}]" +97367,"[{'id':417,'name':'corruption'},{'id':726,'name':'drug abuse'},{'id':970,'name':'parent child relationship'},{'id':1562,'name':'hostage'},{'id':2669,'name':'motel'},{'id':3473,'name':'carnival'},{'id':5956,'name':'stuntman'},{'id':10260,'name':'mechanic'},{'id':10275,'name':'house party'},{'id':10856,'name':'bag of money'},{'id':11001,'name':'religion'},{'id':14735,'name':'motorcycle'},{'id':15363,'name':'bank robbery'},{'id':15483,'name':'car chase'},{'id':155716,'name':'rookie cop'},{'id':173719,'name':'haunted by the past'},{'id':210772,'name':'legacy'},{'id':243982,'name':'evidence room'}]" +47090,"[{'id':616,'name':'witch'},{'id':10772,'name':'torture chamber'},{'id':156866,'name':'based on short story'},{'id':157132,'name':'edgar allen poe'},{'id':162863,'name':'torquemada'},{'id':215590,'name':'spanish inquisition'}]" +50503,"[{'id':6075,'name':'sport'}]" +72197,"[{'id':658,'name':'sea'},{'id':3799,'name':'ship'},{'id':9823,'name':'rivalry'},{'id':10121,'name':'stop motion'},{'id':12988,'name':'pirate'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'}]" +175112,"[{'id':2710,'name':'fairy'},{'id':3205,'name':'fairy tale'},{'id':12988,'name':'pirate'},{'id':158023,'name':'curiosity'},{'id':179431,'name':'duringcreditsstinger'},{'id':187056,'name':'woman director'}]" +12096,"[{'id':642,'name':'robbery'},{'id':5340,'name':'investigation'},{'id':5439,'name':'inspector'},{'id':15127,'name':'killer'},{'id':159548,'name':'clouseau'},{'id':159550,'name':'pink panther'},{'id':217324,'name':'murder hunt'}]" +15159,"[{'id':1384,'name':'diamond'},{'id':159548,'name':'clouseau'},{'id':159550,'name':'pink panther'}]" +936,"[{'id':9253,'name':'slapstick'},{'id':159548,'name':'clouseau'},{'id':159550,'name':'pink panther'},{'id':159560,'name':'bumbling'},{'id':159574,'name':'clumsiness'},{'id':174539,'name':'police inspector'}]" +423,"[{'id':836,'name':'resistance'},{'id':1739,'name':'holocaust'},{'id':1899,'name':'hunger'},{'id':1956,'name':'world war ii'},{'id':1968,'name':'prisoner of war'},{'id':2156,'name':'homeland'},{'id':2394,'name':'ghetto'},{'id':2428,'name':'deportation'},{'id':2430,'name':'hiding place'},{'id':2433,'name':'jew persecution'},{'id':2434,'name':'liberation'},{'id':2435,'name':'warsaw ghetto'},{'id':2436,'name':'polish resistance'},{'id':2652,'name':'nazi'},{'id':5565,'name':'biography'},{'id':6029,'name':'concert'},{'id':10349,'name':'survival'},{'id':14641,'name':'based on memoir or autobiography'},{'id':14743,'name':'pianist'},{'id':21747,'name':'poland'}]" +169881,"[{'id':1279,'name':'medicine'},{'id':1965,'name':'sandstorm'},{'id':6092,'name':'army'},{'id':13005,'name':'doctor'},{'id':13014,'name':'orphan'},{'id':161257,'name':'medieval'},{'id':173185,'name':'zealot'},{'id':179870,'name':'black death'}]" +10606,"[{'id':818,'name':'based on novel or book'},{'id':1706,'name':'experiment'},{'id':2051,'name':'intelligence'},{'id':4379,'name':'time travel'},{'id':5308,'name':'aftermath'},{'id':5565,'name':'biography'},{'id':9937,'name':'suspense'},{'id':9955,'name':'urban legend'},{'id':13072,'name':'falling in love'},{'id':172280,'name':'based on supposedly true story'},{'id':244863,'name':'first part'},{'id':252818,'name':'uss eldridge'},{'id':252819,'name':'de-173'}]" +9833,"[{'id':246,'name':'dancing'},{'id':1523,'name':'obsession'},{'id':2546,'name':'mask'},{'id':4344,'name':'musical'},{'id':9714,'name':'remake'},{'id':10045,'name':'tragic villain'},{'id':10181,'name':'based on play or musical'},{'id':12999,'name':'black and white'},{'id':15219,'name':'rooftop'},{'id':157676,'name':'disfigured face'},{'id':163110,'name':'theatre'},{'id':164920,'name':'opera singer'},{'id':210184,'name':'1910s'}]" +86962,"[{'id':9714,'name':'remake'},{'id':10292,'name':'gore'}]" +84892,"[{'id':237,'name':'gay'},{'id':367,'name':'shyness'},{'id':818,'name':'based on novel or book'},{'id':1328,'name':'secret'},{'id':2398,'name':'narration'},{'id':5091,'name':'kiss'},{'id':10519,'name':'freshman'},{'id':10683,'name':'coming of age'},{'id':18068,'name':'teenage boy'},{'id':33910,'name':'high school student'},{'id':157303,'name':'first love'},{'id':158199,'name':'aunt nephew relationship'},{'id':158718,'name':'lgbt'},{'id':160500,'name':'santa hat'},{'id':163037,'name':'lgbt teen'},{'id':180861,'name':'aunt nephew incest'},{'id':246466,'name':'based on young adult novel'}]" +251979,"[{'id':5565,'name':'biography'},{'id':5950,'name':'christian'},{'id':9840,'name':'romance'}]" +2133,"[{'id':3366,'name':'u.s. air force'},{'id':9672,'name':'based on a true story'},{'id':13046,'name':'grocery'},{'id':15097,'name':'shark'},{'id':168663,'name':'jamaican'},{'id':168669,'name':'meteorologist'},{'id':168672,'name':'rescue boat'},{'id':168673,'name':'marina'},{'id':168676,'name':'city hall'},{'id':168678,'name':'the flemish cap'},{'id':168679,'name':'male camaraderie'},{'id':168683,'name':'storm at sea'},{'id':210608,'name':'1990s'}]" +66195,"[{'id':8181,'name':'swimming pool'},{'id':10226,'name':'neighbor'},{'id':18239,'name':'home video'},{'id':33341,'name':'tea kettle'},{'id':33342,'name':'conga line'},{'id':33454,'name':'convenience store robbery'},{'id':33515,'name':'drugged'},{'id':170845,'name':'photo album'},{'id':191260,'name':'dinner party'},{'id':223580,'name':'intercom'}]" +13122,"[{'id':1366,'name':'shotgun'},{'id':10685,'name':'escape'},{'id':10714,'name':'serial killer'},{'id':33841,'name':'incest'},{'id':41329,'name':'mental illness'},{'id':41409,'name':'break in'},{'id':165439,'name':'guard dog'},{'id':170383,'name':'disfigurement'},{'id':180523,'name':'neighborhood'},{'id':202873,'name':'poor kid'},{'id':208048,'name':'cannibalism'},{'id':234403,'name':'tarot reading'},{'id':237126,'name':'in the walls'}]" +20540,"[{'id':1739,'name':'holocaust'},{'id':2433,'name':'jew persecution'},{'id':5634,'name':'pawnbroker'}]" +239845,"[{'id':3541,'name':'afghanistan'},{'id':4100,'name':'british army'}]" +2024,"[{'id':526,'name':'rebel'},{'id':531,'name':'southern usa'},{'id':697,'name':'loss of loved one'},{'id':779,'name':'martial arts'},{'id':1402,'name':'general'},{'id':2983,'name':'passion'},{'id':3074,'name':'insurgence'},{'id':4653,'name':'french'},{'id':5600,'name':'daughter'},{'id':5992,'name':'south carolina'},{'id':6731,'name':'british'},{'id':9672,'name':'based on a true story'},{'id':10292,'name':'gore'},{'id':10364,'name':'mission'},{'id':190024,'name':'american revolution'}]" +615,"[{'id':186,'name':'christianity'},{'id':835,'name':'jewry'},{'id':1405,'name':'roman empire'},{'id':2974,'name':'jesus christ'},{'id':3032,'name':'suffering'},{'id':3033,'name':'apostle'},{'id':3034,'name':'last supper'},{'id':3035,'name':'roman'},{'id':3036,'name':'bible'},{'id':10364,'name':'mission'},{'id':13006,'name':'torture'}]" +10794,"[{'id':886,'name':'movie business'},{'id':8508,'name':'party'}]" +82390,"[{'id':378,'name':'prison'},{'id':1196,'name':'florida'},{'id':2501,'name':'death row'},{'id':3186,'name':'everglades'},{'id':4551,'name':'swamp'},{'id':12193,'name':'reporter'},{'id':155744,'name':'newspaper man'},{'id':158254,'name':'pantyhose'},{'id':158718,'name':'lgbt'},{'id':186722,'name':'gay brother'},{'id':186724,'name':'man on a toilet'},{'id':208992,'name':'1960s'}]" +32255,"[{'id':1196,'name':'florida'},{'id':9673,'name':'love'},{'id':10594,'name':'money'},{'id':13008,'name':'train'},{'id':15160,'name':'divorce'},{'id':155457,'name':'screwball comedy'},{'id':221044,'name':'palm beach'}]" +15139,"[{'id':295,'name':'library'},{'id':4414,'name':'adventure'},{'id':33491,'name':'part animated'}]" +228358,"[{'id':10714,'name':'serial killer'},{'id':12645,'name':'frightening visions'},{'id':166578,'name':'parent killed'}]" +111440,"[{'id':10224,'name':'haunting'},{'id':33574,'name':'childhood home'},{'id':157213,'name':'death of mother'},{'id':159103,'name':'mourning'}]" +31606,"[{'id':520,'name':'chicago'},{'id':1563,'name':'prisoner'},{'id':2708,'name':'hitman'},{'id':9937,'name':'suspense'},{'id':11400,'name':'sergeant'}]" +10022,"[{'id':8696,'name':'bodybuilder'},{'id':10103,'name':'children'},{'id':10372,'name':'body guard'},{'id':14760,'name':'scientist'},{'id':18035,'name':'family'},{'id':33564,'name':'u.s. soldier'},{'id':175421,'name':'death of husband'},{'id':228666,'name':'male nanny'}]" +227,"[{'id':542,'name':'street gang'},{'id':818,'name':'based on novel or book'},{'id':6272,'name':'children's home'},{'id':10683,'name':'coming of age'},{'id':10726,'name':'gang'},{'id':14857,'name':'juvenile delinquent'},{'id':232128,'name':'tulsa oklahoma'},{'id':246466,'name':'based on young adult novel'}]" +241765,"[{'id':212,'name':'london'},{'id':703,'name':'detective'},{'id':720,'name':'helicopter'},{'id':779,'name':'martial arts'},{'id':970,'name':'parent child relationship'},{'id':1721,'name':'fight'},{'id':2157,'name':'hacker'},{'id':3070,'name':'mercenary'},{'id':3800,'name':'airplane'},{'id':9917,'name':'mixed martial arts'},{'id':10183,'name':'independent film'},{'id':10950,'name':'shootout'},{'id':12670,'name':'los angeles'},{'id':14819,'name':'violence'},{'id':14903,'name':'home invasion'},{'id':156091,'name':'missing person'},{'id':156334,'name':'corporate crime'},{'id':182223,'name':'iraq veteran'},{'id':184369,'name':'shot'},{'id':188934,'name':'bar brawl'}]" +207475,[] +1933,"[{'id':2341,'name':'nanny'},{'id':3358,'name':'haunted house'},{'id':5911,'name':'channel islands'},{'id':33465,'name':'parallel world'},{'id':166591,'name':'photosensitivity'},{'id':210530,'name':'spiritism'}]" +193610,"[{'id':515,'name':'women'},{'id':1326,'name':'infidelity'},{'id':9748,'name':'revenge'},{'id':11511,'name':'unfaithful boyfriend'},{'id':34094,'name':'extramarital affair'},{'id':231641,'name':'unfaithful husband'}]" +27581,"[{'id':2398,'name':'narration'},{'id':167529,'name':'ceo'},{'id':167531,'name':'fire truck'},{'id':167538,'name':'zip line'},{'id':167541,'name':'buddy comedy'},{'id':167542,'name':'carjacking'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'},{'id':184369,'name':'shot'}]" +12184,"[{'id':380,'name':'sibling relationship'},{'id':392,'name':'england'},{'id':2011,'name':'queen'},{'id':4152,'name':'kingdom'},{'id':190285,'name':'henry viii'}]" +35280,"[{'id':7375,'name':'twin brother'}]" +92272,"[{'id':33699,'name':'policeman'}]" +89008,"[{'id':10235,'name':'family relationships'},{'id':171848,'name':'marital separation'}]" +33831,"[{'id':1734,'name':'cop-killer'},{'id':9672,'name':'based on a true story'},{'id':11522,'name':'police officer killed'},{'id':11523,'name':'capital punishment'},{'id':11524,'name':'in the closet'}]" +242090,"[{'id':2677,'name':'weekend'},{'id':2726,'name':'therapist'},{'id':6038,'name':'marriage'},{'id':10459,'name':'dilemma'},{'id':10685,'name':'escape'},{'id':33494,'name':'couple'},{'id':162342,'name':'discovery'},{'id':202579,'name':'retreat'},{'id':202735,'name':'help'},{'id':207776,'name':'feelings'}]" +10796,"[{'id':779,'name':'martial arts'},{'id':851,'name':'dual identity'},{'id':3417,'name':'wormhole'},{'id':9820,'name':'alternate dimension'},{'id':12670,'name':'los angeles'},{'id':245157,'name':'alternate universe'}]" +794,"[{'id':345,'name':'monk'},{'id':530,'name':'prophecy'},{'id':1704,'name':'ambassador'},{'id':2341,'name':'nanny'},{'id':4083,'name':'rottweiler'},{'id':4084,'name':'devil's son'},{'id':4087,'name':'revelation'},{'id':5160,'name':'animal attack'},{'id':6025,'name':'photography'},{'id':10093,'name':'priest'},{'id':11181,'name':'decapitation'},{'id':11627,'name':'paranormal phenomena'},{'id':13001,'name':'cowardliness'},{'id':18161,'name':'baboon'},{'id':41586,'name':'archaeologist'}]" +32615,"[{'id':212,'name':'london'},{'id':4280,'name':'mental breakdown'},{'id':9937,'name':'suspense'},{'id':10873,'name':'school'},{'id':15271,'name':'interrogation'},{'id':18486,'name':'child molester'},{'id':33699,'name':'policeman'},{'id':34117,'name':'cult film'},{'id':155453,'name':'gritty'},{'id':156948,'name':'missing child'},{'id':207268,'name':'neo-noir'}]" +71864,"[{'id':6348,'name':'green'},{'id':188086,'name':'dodgeball'},{'id':193191,'name':'incredibile'},{'id':193192,'name':'timothy'}]" +9327,"[{'id':2064,'name':'overweight'},{'id':4539,'name':'overweight man'},{'id':179431,'name':'duringcreditsstinger'}]" +18331,"[{'id':1992,'name':'professor'},{'id':6013,'name':'chemistry'},{'id':9673,'name':'love'},{'id':10508,'name':'teacher'},{'id':12105,'name':'student'},{'id':14752,'name':'potion'},{'id':159868,'name':'playing piano'}]" +49852,[] +227783,"[{'id':990,'name':'squirrel'},{'id':209714,'name':'3d'}]" +77234,[] +3594,"[{'id':236,'name':'suicide'},{'id':818,'name':'based on novel or book'},{'id':922,'name':'hotel room'},{'id':1523,'name':'obsession'},{'id':6373,'name':'sadomasochism'},{'id':12565,'name':'psychological thriller'},{'id':15127,'name':'killer'},{'id':18035,'name':'family'},{'id':191494,'name':'numbers'}]" +254904,"[{'id':591,'name':'cia'},{'id':818,'name':'based on novel or book'},{'id':18115,'name':'retired'},{'id':33705,'name':'agent'},{'id':206125,'name':'montenegro'}]" +11036,"[{'id':493,'name':'poem'},{'id':1261,'name':'river'},{'id':1647,'name':'sadness'},{'id':1721,'name':'fight'},{'id':2038,'name':'love of one's life'},{'id':2689,'name':'dementia'},{'id':6069,'name':'class'},{'id':7879,'name':'secret love'},{'id':14708,'name':'tears'},{'id':15224,'name':'candle'},{'id':68648,'name':'mailbox'}]" +113833,"[{'id':237,'name':'gay'},{'id':740,'name':'aids'},{'id':10180,'name':'homosexuality'},{'id':17995,'name':'epidemic'}]" +622,"[{'id':242,'name':'new york'},{'id':1523,'name':'obsession'},{'id':1745,'name':'passion for collection'},{'id':2335,'name':'southern france'},{'id':3095,'name':'antiquary'},{'id':3096,'name':'book'},{'id':3097,'name':'picture puzzle'},{'id':3098,'name':'castle'},{'id':3099,'name':'satanism'},{'id':4295,'name':'collector'},{'id':10139,'name':'lucifer'},{'id':14999,'name':'devil'},{'id':15001,'name':'demon'},{'id':33626,'name':'millionaire'},{'id':156174,'name':'occult'},{'id':180091,'name':'rare book'},{'id':221385,'name':'gnosticism'},{'id':239798,'name':'book detective'}]" +18910,"[{'id':447,'name':'post traumatic stress disorder'},{'id':818,'name':'based on novel or book'},{'id':2957,'name':'vietnam war'},{'id':3098,'name':'castle'},{'id':4924,'name':'insane asylum'},{'id':6092,'name':'army'},{'id':6152,'name':'supernatural'},{'id':9937,'name':'suspense'},{'id':10123,'name':'dark comedy'},{'id':11001,'name':'religion'},{'id':14626,'name':'astronaut'},{'id':34117,'name':'cult film'},{'id':41380,'name':'crucifix'},{'id':160059,'name':'psychosis'},{'id':182810,'name':'combat fatigue'},{'id':214655,'name':'absurdism'}]" +9479,"[{'id':65,'name':'holiday'},{'id':657,'name':'fire'},{'id':1991,'name':'santa claus'},{'id':2343,'name':'magic'},{'id':3335,'name':'halloween'},{'id':4062,'name':'skeleton'},{'id':4344,'name':'musical'},{'id':5570,'name':'christmas tree'},{'id':9720,'name':'woods'},{'id':10121,'name':'stop motion'},{'id':10336,'name':'animation'},{'id':12198,'name':'pumpkin'},{'id':12199,'name':'jack o lantern'},{'id':12200,'name':'saving christmas'},{'id':207317,'name':'christmas'}]" +42648,[] +74352,"[{'id':1453,'name':'amnesia'},{'id':1991,'name':'santa claus'},{'id':12200,'name':'saving christmas'},{'id':18035,'name':'family'},{'id':207317,'name':'christmas'}]" +43539,"[{'id':2620,'name':'evidence'},{'id':3022,'name':'passport'},{'id':41379,'name':'argument'},{'id':154879,'name':'county jail'},{'id':154881,'name':'fingerprint'},{'id':154882,'name':'appeal'},{'id':154884,'name':'escape artist'}]" +11231,"[{'id':779,'name':'martial arts'},{'id':1412,'name':'becoming an adult'},{'id':3436,'name':'karate'},{'id':9748,'name':'revenge'},{'id':160243,'name':'classmate'}]" +11400,"[{'id':2914,'name':'chief'},{'id':158217,'name':'colonialism'},{'id':160977,'name':'virginia'},{'id':174149,'name':'new world'},{'id':207941,'name':'17th century'}]" +34636,"[{'id':3096,'name':'book'},{'id':9663,'name':'sequel'},{'id':12554,'name':'dragon'},{'id':15101,'name':'based on children's book'},{'id':155410,'name':'reading'},{'id':170362,'name':'fantasy world'},{'id':189099,'name':'giant'},{'id':199814,'name':'sorceress'},{'id':214746,'name':'fear of heights'}]" +1642,"[{'id':1332,'name':'cheating'},{'id':2547,'name':'new identity'},{'id':2812,'name':'computer virus'},{'id':3713,'name':'chase'},{'id':6104,'name':'computer'},{'id':10333,'name':'stalking'}]" +11393,"[{'id':417,'name':'corruption'},{'id':1480,'name':'baseball'},{'id':2013,'name':'attempted murder'},{'id':2276,'name':'talent'},{'id':5561,'name':'child prodigy'},{'id':6075,'name':'sport'},{'id':9016,'name':'femme fatale'},{'id':11436,'name':'redemption'},{'id':68838,'name':'lightning bolt'}]" +192,"[{'id':186,'name':'christianity'},{'id':295,'name':'library'},{'id':344,'name':'inquisition'},{'id':345,'name':'monk'},{'id':351,'name':'poison'},{'id':352,'name':'secret passage'},{'id':18129,'name':'labyrinth'},{'id':34117,'name':'cult film'},{'id':34143,'name':'rich'},{'id':41406,'name':'middle ages'},{'id':161167,'name':'persecution'},{'id':161257,'name':'medieval'},{'id':161258,'name':'franciscan'},{'id':187316,'name':'burned at the stake'},{'id':195889,'name':'poor'},{'id':207046,'name':'murder mystery'},{'id':229826,'name':'theological debate'},{'id':237612,'name':'14th century'}]" +20482,"[{'id':2398,'name':'narration'},{'id':9826,'name':'murder'},{'id':9937,'name':'suspense'},{'id':14512,'name':'new york city'},{'id':15061,'name':'docudrama'},{'id':155554,'name':'semi-documentary'},{'id':195402,'name':'film noir'},{'id':207694,'name':'procedural'}]" +70588,"[{'id':13088,'name':'summer'}]" +64328,"[{'id':4344,'name':'musical'},{'id':11691,'name':'puppetry'},{'id':12998,'name':'the muppets'},{'id':14544,'name':'robot'},{'id':156706,'name':'oil tycoon'},{'id':156708,'name':'studio tour'},{'id':179431,'name':'duringcreditsstinger'}]" +11176,"[{'id':2479,'name':'chicken'},{'id':4344,'name':'musical'},{'id':4456,'name':'frog'},{'id':6300,'name':'puppet'},{'id':10232,'name':'fame'},{'id':11691,'name':'puppetry'},{'id':12396,'name':'hollywood'},{'id':154986,'name':'gonzo'},{'id':155351,'name':'muppet'},{'id':155352,'name':'kermit'},{'id':155353,'name':'fozzie bear'},{'id':155354,'name':'kermit the frog'},{'id':155355,'name':'floyd'},{'id':155356,'name':'dr teeth'},{'id':155358,'name':'miss piggy'},{'id':155361,'name':'studebaker'},{'id':162262,'name':'movie star'},{'id':179430,'name':'aftercreditsstinger'}]" +10437,"[{'id':65,'name':'holiday'},{'id':2964,'name':'future'},{'id':4344,'name':'musical'},{'id':6162,'name':'past'},{'id':11691,'name':'puppetry'},{'id':33966,'name':'scrooge'},{'id':161174,'name':'christmas carol'},{'id':180975,'name':'charles dickens'},{'id':207317,'name':'christmas'}]" +1735,"[{'id':478,'name':'china'},{'id':1938,'name':'sword'},{'id':1949,'name':'pyramid'},{'id':2904,'name':'mummy'},{'id':15039,'name':'chinese emperor'},{'id':156081,'name':'tomb'},{'id':185638,'name':'egyptian'}]" +1734,"[{'id':1160,'name':'egypt'},{'id':1949,'name':'pyramid'},{'id':2904,'name':'mummy'},{'id':2906,'name':'nile'},{'id':5153,'name':'son'},{'id':156081,'name':'tomb'},{'id':157894,'name':'ancient egypt'},{'id':163306,'name':'bracelet'},{'id':234743,'name':'egyptian tomb'}]" +268508,"[{'id':2904,'name':'mummy'}]" +564,"[{'id':295,'name':'library'},{'id':352,'name':'secret passage'},{'id':487,'name':'cairo'},{'id':1160,'name':'egypt'},{'id':1499,'name':'pastor'},{'id':1949,'name':'pyramid'},{'id':1965,'name':'sandstorm'},{'id':2642,'name':'solar eclipse'},{'id':2904,'name':'mummy'},{'id':2905,'name':'foreign legion'},{'id':2906,'name':'nile'},{'id':2908,'name':'secret society'},{'id':6956,'name':'treasure hunt'},{'id':9714,'name':'remake'},{'id':156081,'name':'tomb'},{'id':157894,'name':'ancient egypt'},{'id':165301,'name':'opposites attract'},{'id':207876,'name':'1920s'}]" +253272,"[{'id':2235,'name':'drug mule'},{'id':14964,'name':'drugs'}]" +57993,"[{'id':380,'name':'sibling relationship'},{'id':1262,'name':'mountain'},{'id':160175,'name':'alps'},{'id':160177,'name':'mountaineering'},{'id':249530,'name':'plane crash'}]" +226124,"[{'id':236316,'name':'anarchic comedy'}]" +966,"[{'id':2673,'name':'horse'},{'id':5331,'name':'village'},{'id':6054,'name':'friendship'},{'id':9714,'name':'remake'},{'id':33344,'name':'bandit'},{'id':154846,'name':'farmer'},{'id':155291,'name':'cowboy'},{'id':163127,'name':'mexican'},{'id':168091,'name':'white man's burden'},{'id':168093,'name':'henry rifle'},{'id':188296,'name':'hired gun'}]" +101731,[] +4553,"[{'id':1382,'name':'factory'},{'id':4142,'name':'insomnia'},{'id':173957,'name':'post it'},{'id':173959,'name':'machinist'},{'id':173966,'name':'osha'},{'id':173971,'name':'taunting'},{'id':173974,'name':'manhole'},{'id':173976,'name':'one armed man'},{'id':173977,'name':'torment'},{'id':173983,'name':'mother's day'},{'id':173986,'name':'losing weight'},{'id':173989,'name':'old photograph'},{'id':173990,'name':'dostoevsky'}]" +174675,"[{'id':310,'name':'artificial intelligence'},{'id':1706,'name':'experiment'},{'id':4565,'name':'dystopia'},{'id':162365,'name':'military'},{'id':162988,'name':'dystopian future'}]" +77877,"[{'id':818,'name':'based on novel or book'},{'id':1157,'name':'wife husband relationship'},{'id':164715,'name':'photo'},{'id':182207,'name':'kennel'},{'id':182210,'name':'playing chess'},{'id':182216,'name':'bomb explosion'},{'id':182223,'name':'iraq veteran'}]" +79698,[] +7980,"[{'id':570,'name':'rape'},{'id':697,'name':'loss of loved one'},{'id':818,'name':'based on novel or book'},{'id':1228,'name':'1970s'},{'id':2620,'name':'evidence'},{'id':3352,'name':'tree'},{'id':6155,'name':'afterlife'},{'id':10714,'name':'serial killer'},{'id':13092,'name':'corpse'},{'id':14576,'name':'pedophile'},{'id':18425,'name':'teenage love'},{'id':172291,'name':'grieving'},{'id':184988,'name':'childhood sexual abuse'},{'id':246466,'name':'based on young adult novel'}]" +209249,"[{'id':90,'name':'paris france'},{'id':2408,'name':'côte d'azur'},{'id':10051,'name':'heist'},{'id':229394,'name':'pension fraud'}]" +12177,"[{'id':6075,'name':'sport'},{'id':6483,'name':'ice hockey'},{'id':8616,'name':'guru'},{'id':14636,'name':'india'},{'id':180824,'name':'spiritualist'},{'id':192394,'name':'broken heart'},{'id':195730,'name':'self-help'},{'id':196271,'name':'stanley cup'},{'id':208470,'name':'chastity'},{'id':208471,'name':'ashram'},{'id':208473,'name':'expert'}]" +14136,"[{'id':830,'name':'car race'},{'id':1252,'name':'suicide attempt'},{'id':6075,'name':'sport'},{'id':12393,'name':'golden gate bridge'},{'id':14725,'name':'racecar driver'},{'id':15037,'name':'bug'},{'id':33885,'name':'car'},{'id':34117,'name':'cult film'},{'id':156809,'name':'car trouble'},{'id':162463,'name':'volkswagen beetle'},{'id':163129,'name':'dual role'},{'id':166701,'name':'ghost town'},{'id':169638,'name':'animate car'},{'id':169639,'name':'smart car'},{'id':171068,'name':'entrepreneur'},{'id':179110,'name':'toll booth'},{'id':208361,'name':'the love bug'}]" +330,"[{'id':911,'name':'exotic island'},{'id':1718,'name':'dna'},{'id':1719,'name':'paleontology'},{'id':1720,'name':'tyrannosaurus rex'},{'id':1766,'name':'velociraptor'},{'id':1768,'name':'san diego'},{'id':12616,'name':'dinosaur'},{'id':178010,'name':'jurassic park'},{'id':223059,'name':'animal horror'}]" +2982,"[{'id':1291,'name':'central and south america'},{'id':1992,'name':'professor'},{'id':12616,'name':'dinosaur'}]" +1547,"[{'id':542,'name':'street gang'},{'id':970,'name':'parent child relationship'},{'id':1415,'name':'small town'},{'id':3133,'name':'vampire'},{'id':5451,'name':'comic book'},{'id':5532,'name':'boardwalk'},{'id':9457,'name':'single'},{'id':155582,'name':'amusement park'}]" +34813,"[{'id':11612,'name':'hospital'},{'id':175056,'name':'black ops'},{'id':175075,'name':'sucked into jet engine'}]" +104755,"[{'id':616,'name':'witch'},{'id':162806,'name':'coven'},{'id':181374,'name':'salem massachusetts'},{'id':181375,'name':'satanic'}]" +121,"[{'id':603,'name':'elves'},{'id':604,'name':'dwarf'},{'id':606,'name':'orcs'},{'id':609,'name':'middle-earth (tolkien)'},{'id':611,'name':'hobbit'},{'id':818,'name':'based on novel or book'},{'id':1653,'name':'explosive'},{'id':1964,'name':'cave'},{'id':3720,'name':'power'},{'id':4268,'name':'fort'},{'id':6092,'name':'army'},{'id':6782,'name':'addiction'},{'id':10364,'name':'mission'},{'id':10563,'name':'attack'},{'id':33788,'name':'guide'},{'id':156761,'name':'split personality'},{'id':177912,'name':'wizard'},{'id':189093,'name':'ring'},{'id':234213,'name':'sword and sorcery'}]" +122,"[{'id':603,'name':'elves'},{'id':604,'name':'dwarf'},{'id':606,'name':'orcs'},{'id':609,'name':'middle-earth (tolkien)'},{'id':611,'name':'hobbit'},{'id':818,'name':'based on novel or book'},{'id':3301,'name':'suspicion'},{'id':3347,'name':'volcano'},{'id':3720,'name':'power'},{'id':3888,'name':'giant spider'},{'id':3930,'name':'bravery'},{'id':6091,'name':'war'},{'id':6782,'name':'addiction'},{'id':9812,'name':'honor'},{'id':9920,'name':'royalty'},{'id':11173,'name':'troll'},{'id':14707,'name':'brutality'},{'id':14819,'name':'violence'},{'id':162846,'name':'ghost'},{'id':177912,'name':'wizard'},{'id':207372,'name':'quest'},{'id':234213,'name':'sword and sorcery'}]" +120,"[{'id':603,'name':'elves'},{'id':604,'name':'dwarf'},{'id':606,'name':'orcs'},{'id':609,'name':'middle-earth (tolkien)'},{'id':611,'name':'hobbit'},{'id':697,'name':'loss of loved one'},{'id':818,'name':'based on novel or book'},{'id':1261,'name':'river'},{'id':1262,'name':'mountain'},{'id':1960,'name':'mine'},{'id':2407,'name':'fireworks'},{'id':3098,'name':'castle'},{'id':3347,'name':'volcano'},{'id':3720,'name':'power'},{'id':5732,'name':'birthday party'},{'id':6464,'name':'uncle'},{'id':6782,'name':'addiction'},{'id':14643,'name':'battle'},{'id':156783,'name':'blizzard'},{'id':177912,'name':'wizard'},{'id':189092,'name':'journey'},{'id':189093,'name':'ring'},{'id':234213,'name':'sword and sorcery'}]" +73723,"[{'id':3352,'name':'tree'},{'id':15101,'name':'based on children's book'},{'id':182127,'name':'walled city'},{'id':182135,'name':'reforestation'},{'id':182136,'name':'tree cutting'}]" +8270,"[{'id':642,'name':'robbery'},{'id':791,'name':'mentally disabled'},{'id':2492,'name':'bank robber'},{'id':9844,'name':'car crash'},{'id':9937,'name':'suspense'},{'id':14687,'name':'extreme violence'},{'id':15363,'name':'bank robbery'}]" +281418,"[{'id':11200,'name':'look-alike'},{'id':18026,'name':'drug lord'}]" +158914,"[{'id':445,'name':'pornography'},{'id':5565,'name':'biography'}]" +9291,"[{'id':378,'name':'prison'},{'id':579,'name':'american football'},{'id':1563,'name':'prisoner'},{'id':1936,'name':'blackmail'},{'id':5418,'name':'supervisor'},{'id':6075,'name':'sport'}]" +206821,"[{'id':612,'name':'hotel'},{'id':1328,'name':'secret'},{'id':9673,'name':'love'},{'id':10594,'name':'money'},{'id':13008,'name':'train'},{'id':33632,'name':'apartment'},{'id':168346,'name':'manhattan, new york city'},{'id':200908,'name':'evicted'},{'id':207774,'name':'disinherited'}]" +228205,"[{'id':818,'name':'based on novel or book'},{'id':9082,'name':'art student'},{'id':9673,'name':'love'},{'id':155291,'name':'cowboy'},{'id':158591,'name':'injury'},{'id':190078,'name':'bull riding'},{'id':191100,'name':'romantic drama'},{'id':206298,'name':'young adult'}]" +9289,"[{'id':836,'name':'resistance'},{'id':1956,'name':'world war ii'},{'id':4299,'name':'normandy'},{'id':5300,'name':'allied'},{'id':9672,'name':'based on a true story'},{'id':11139,'name':'steel helmet'},{'id':13065,'name':'soldier'}]" +14807,"[{'id':212,'name':'london'},{'id':392,'name':'england'},{'id':585,'name':'casino'},{'id':3149,'name':'gangster'},{'id':7336,'name':'car bomb'},{'id':9730,'name':'crime boss'},{'id':11547,'name':'slaughterhouse'},{'id':14552,'name':'ira (irish republican army)'},{'id':14819,'name':'violence'},{'id':33702,'name':'bombing'},{'id':34117,'name':'cult film'},{'id':207268,'name':'neo-noir'}]" +57201,"[{'id':515,'name':'women'},{'id':1556,'name':'texas'},{'id':2673,'name':'horse'},{'id':5385,'name':'survivor'},{'id':5901,'name':'texas ranger'},{'id':9104,'name':'partner'},{'id':9503,'name':'outlaw'},{'id':10322,'name':'native american'},{'id':10685,'name':'escape'},{'id':10909,'name':'lawyer'},{'id':13008,'name':'train'},{'id':178867,'name':'lone ranger'},{'id':179419,'name':'comanche'},{'id':222787,'name':'the lone ranger'},{'id':228232,'name':'tonto'}]" +72784,"[{'id':3230,'name':'male friendship'},{'id':9826,'name':'murder'},{'id':9937,'name':'suspense'},{'id':14720,'name':'love affair'},{'id':33632,'name':'apartment'},{'id':34094,'name':'extramarital affair'},{'id':207046,'name':'murder mystery'}]" +2760,"[{'id':212,'name':'london'},{'id':3002,'name':'fog'},{'id':6149,'name':'police'},{'id':6431,'name':'boarder'},{'id':6623,'name':'lodger'},{'id':9840,'name':'romance'},{'id':10714,'name':'serial killer'},{'id':10718,'name':'fugitive'},{'id':11260,'name':'serial murder'},{'id':154802,'name':'silent film'},{'id':163119,'name':'injustice'},{'id':167198,'name':'fashion show'},{'id':167200,'name':'fashion model'}]" +35247,"[{'id':570,'name':'rape'},{'id':2013,'name':'attempted murder'},{'id':4748,'name':'lodge'},{'id':6876,'name':'vacation'},{'id':8012,'name':'physicist'},{'id':8087,'name':'horror'}]" +708,"[{'id':212,'name':'london'},{'id':374,'name':'arms smuggling'},{'id':378,'name':'prison'},{'id':392,'name':'england'},{'id':441,'name':'assassination'},{'id':470,'name':'spy'},{'id':769,'name':'falsely accused'},{'id':1308,'name':'secret identity'},{'id':1610,'name':'country estate'},{'id':2001,'name':'arms deal'},{'id':2139,'name':'russia'},{'id':2149,'name':'drug traffic'},{'id':3269,'name':'secret mission'},{'id':3272,'name':'secret intelligence service'},{'id':3278,'name':'kgb'},{'id':3289,'name':'villain'},{'id':3529,'name':'renegade'},{'id':3531,'name':'special car'},{'id':3532,'name':'tangier morocco'},{'id':3534,'name':'big wheel'},{'id':3535,'name':'pipeline'},{'id':3536,'name':'cello'},{'id':3537,'name':'orchestra'},{'id':3538,'name':'freedom fighter'},{'id':3539,'name':'czechoslovakia'},{'id':3540,'name':'bratislava'},{'id':3541,'name':'afghanistan'},{'id':3800,'name':'airplane'},{'id':5886,'name':'schloss schönbrunn'},{'id':10685,'name':'escape'},{'id':186450,'name':'moscow'},{'id':233055,'name':'vienna'}]" +260535,"[{'id':10103,'name':'children'}]" +10897,"[{'id':795,'name':'running'},{'id':4358,'name':'shenanigan'},{'id':6054,'name':'friendship'},{'id':155939,'name':'group of friends'},{'id':187056,'name':'woman director'}]" +10144,"[{'id':658,'name':'sea'},{'id':2407,'name':'fireworks'},{'id':3071,'name':'prince'},{'id':4152,'name':'kingdom'},{'id':5600,'name':'daughter'},{'id':5938,'name':'mermaid'},{'id':7376,'name':'princess'},{'id':9970,'name':'crab'},{'id':10336,'name':'animation'},{'id':11017,'name':'spell'},{'id':11860,'name':'fish out of water'},{'id':33479,'name':'single father'},{'id':188993,'name':'true love'},{'id':190406,'name':'bargain'},{'id':240303,'name':'father daughter relationship'}]" +276844,"[{'id':738,'name':'sexuality'},{'id':2699,'name':'fetish'},{'id':33494,'name':'couple'},{'id':197100,'name':'sexual experimentation'},{'id':207807,'name':'erotic fantasy'}]" +9732,"[{'id':409,'name':'africa'},{'id':1009,'name':'baby'},{'id':2043,'name':'lion'},{'id':6054,'name':'friendship'},{'id':240303,'name':'father daughter relationship'}]" +8587,"[{'id':697,'name':'loss of loved one'},{'id':2043,'name':'lion'},{'id':4344,'name':'musical'},{'id':5276,'name':'wild boar'},{'id':6464,'name':'uncle'},{'id':11326,'name':'shaman'},{'id':11436,'name':'redemption'},{'id':13084,'name':'king'},{'id':14767,'name':'scar'},{'id':18136,'name':'hyena'},{'id':18153,'name':'meerkat'},{'id':244492,'name':'mandrill'}]" +11430,"[{'id':409,'name':'africa'},{'id':2043,'name':'lion'},{'id':4931,'name':'pig'},{'id':9663,'name':'sequel'},{'id':9920,'name':'royalty'},{'id':12392,'name':'best friend'}]" +604,"[{'id':83,'name':'saving the world'},{'id':310,'name':'artificial intelligence'},{'id':312,'name':'man vs machine'},{'id':779,'name':'martial arts'},{'id':780,'name':'kung fu'},{'id':1001,'name':'underground world'},{'id':1566,'name':'dream'},{'id':1701,'name':'hero'},{'id':1721,'name':'fight'},{'id':2812,'name':'computer virus'},{'id':2849,'name':'key'},{'id':2964,'name':'future'},{'id':3217,'name':'plato'},{'id':3219,'name':'precognition'},{'id':3221,'name':'rave'},{'id':3737,'name':'dying and death'},{'id':4563,'name':'virtual reality'},{'id':4565,'name':'dystopia'},{'id':6104,'name':'computer'},{'id':6150,'name':'faith'},{'id':6193,'name':'world religion'},{'id':6256,'name':'truth'},{'id':9844,'name':'car crash'},{'id':10364,'name':'mission'},{'id':12190,'name':'cyberpunk'},{'id':187056,'name':'woman director'},{'id':221385,'name':'gnosticism'},{'id':243576,'name':'trans director'}]" +603,"[{'id':83,'name':'saving the world'},{'id':310,'name':'artificial intelligence'},{'id':312,'name':'man vs machine'},{'id':490,'name':'philosophy'},{'id':530,'name':'prophecy'},{'id':779,'name':'martial arts'},{'id':1430,'name':'self sacrifice'},{'id':1721,'name':'fight'},{'id':3074,'name':'insurgence'},{'id':4563,'name':'virtual reality'},{'id':4565,'name':'dystopia'},{'id':6256,'name':'truth'},{'id':12190,'name':'cyberpunk'},{'id':186789,'name':'dream world'},{'id':187056,'name':'woman director'},{'id':194063,'name':'messiah'},{'id':221385,'name':'gnosticism'},{'id':243576,'name':'trans director'}]" +309199,"[{'id':212,'name':'london'},{'id':9401,'name':'sherlock holmes'},{'id':185528,'name':'blackmailer'}]" +68722,"[{'id':447,'name':'post traumatic stress disorder'},{'id':459,'name':'sexual obsession'},{'id':3096,'name':'book'},{'id':13017,'name':'drifter'},{'id':33457,'name':'alcoholic'},{'id':158987,'name':'post war'},{'id':159028,'name':'cult leader'},{'id':159314,'name':'scientology'},{'id':162766,'name':'religious cult'},{'id':173179,'name':'charismatic leader'},{'id':177882,'name':'right hand man'},{'id':207883,'name':'1940s'},{'id':240457,'name':'past life regression'}]" +854,"[{'id':851,'name':'dual identity'},{'id':974,'name':'bank'},{'id':2422,'name':'mockery'},{'id':6348,'name':'green'},{'id':9903,'name':'balloon'},{'id':156257,'name':'jail cell'},{'id':179101,'name':'norse mythology'}]" +203591,"[{'id':5950,'name':'christian'}]" +32093,"[{'id':387,'name':'california'},{'id':2546,'name':'mask'},{'id':9725,'name':'sword fight'},{'id':157186,'name':'swashbuckler'},{'id':207928,'name':'19th century'},{'id':230653,'name':'corrupt governor'},{'id':232481,'name':'zorro'}]" +8975,"[{'id':3149,'name':'gangster'},{'id':4183,'name':'wife'},{'id':6091,'name':'war'},{'id':6223,'name':'change'},{'id':15087,'name':'iraq war'}]" +27310,"[{'id':1589,'name':'sniper'},{'id':9663,'name':'sequel'},{'id':11399,'name':'marine'}]" +97430,"[{'id':1318,'name':'blacksmith'},{'id':1411,'name':'brothel'},{'id':9016,'name':'femme fatale'},{'id':14819,'name':'violence'},{'id':15036,'name':'ancient china'},{'id':166735,'name':'crossbow'},{'id':179431,'name':'duringcreditsstinger'},{'id':185795,'name':'lens flare'},{'id':209094,'name':'feudality'}]" +321494,"[{'id':779,'name':'martial arts'},{'id':9663,'name':'sequel'},{'id':9748,'name':'revenge'},{'id':14906,'name':'slave'}]" +682,"[{'id':212,'name':'london'},{'id':392,'name':'england'},{'id':779,'name':'martial arts'},{'id':782,'name':'assassin'},{'id':818,'name':'based on novel or book'},{'id':911,'name':'exotic island'},{'id':1321,'name':'gold'},{'id':2708,'name':'hitman'},{'id':3269,'name':'secret mission'},{'id':3289,'name':'villain'},{'id':3432,'name':'bangkok'},{'id':3434,'name':'thailand'},{'id':3435,'name':'floatplane'},{'id':3436,'name':'karate'},{'id':12354,'name':'hong kong'},{'id':12965,'name':'duel'},{'id':13132,'name':'pistol'},{'id':41249,'name':'secret service'},{'id':179430,'name':'aftercreditsstinger'}]" +147764,"[{'id':802,'name':'regret'},{'id':6562,'name':'celebrity'},{'id':157769,'name':'stroke'}]" +9414,"[{'id':212,'name':'london'},{'id':258,'name':'bomb'},{'id':380,'name':'sibling relationship'},{'id':720,'name':'helicopter'},{'id':818,'name':'based on novel or book'},{'id':974,'name':'bank'},{'id':6034,'name':'theatre milieu'},{'id':10325,'name':'mistaken identity'},{'id':10685,'name':'escape'},{'id':33705,'name':'agent'}]" +9313,"[{'id':254,'name':'france'},{'id':1400,'name':'swordplay'},{'id':2546,'name':'mask'},{'id':3998,'name':'palace'},{'id':7972,'name':'bastille'},{'id':14577,'name':'musketeer'},{'id':157186,'name':'swashbuckler'},{'id':191718,'name':'baroque'},{'id':207941,'name':'17th century'},{'id':222814,'name':'king louis xiv'},{'id':242306,'name':'three musketeers'}]" +51608,"[{'id':714,'name':'child labour'},{'id':779,'name':'martial arts'},{'id':782,'name':'assassin'},{'id':1701,'name':'hero'},{'id':2708,'name':'hitman'},{'id':4556,'name':'protection'},{'id':6054,'name':'friendship'},{'id':10044,'name':'tragic hero'},{'id':10614,'name':'tragedy'},{'id':10941,'name':'disappearance'}]" +18264,"[{'id':4616,'name':'apache'},{'id':14574,'name':'rancher'},{'id':15225,'name':'cattle'},{'id':187314,'name':'smoke signal'},{'id':187320,'name':'storekeeper'}]" +13363,"[{'id':490,'name':'philosophy'},{'id':1328,'name':'secret'},{'id':1421,'name':'birthday'},{'id':1992,'name':'professor'},{'id':2800,'name':'psychology'},{'id':3036,'name':'bible'},{'id':3667,'name':'time'},{'id':3754,'name':'legend'},{'id':4978,'name':'immortality'},{'id':9682,'name':'history'},{'id':10349,'name':'survival'},{'id':10506,'name':'prehistoric'},{'id':10937,'name':'memory'},{'id':10983,'name':'anthropology'},{'id':11001,'name':'religion'},{'id':14765,'name':'church'},{'id':156810,'name':'science'},{'id':159955,'name':'cavemen'}]" +11086,"[{'id':387,'name':'california'},{'id':769,'name':'falsely accused'},{'id':3246,'name':'prosecution'},{'id':7059,'name':'anti-communism'},{'id':12396,'name':'hollywood'},{'id':13028,'name':'writer'},{'id':190140,'name':'blacklist'},{'id':208611,'name':'1950s'}]" +24271,"[{'id':6024,'name':'sculpture'},{'id':14604,'name':'theft'},{'id':41180,'name':'security guard'}]" +214091,"[{'id':5565,'name':'biography'},{'id':162262,'name':'movie star'}]" +21159,"[{'id':3133,'name':'vampire'},{'id':3752,'name':'night'},{'id':5385,'name':'survivor'},{'id':10150,'name':'end of the world'},{'id':11221,'name':'blood'},{'id':11537,'name':'woman with gun'},{'id':11732,'name':'cigarette smoking'},{'id':13092,'name':'corpse'},{'id':14673,'name':'disease'},{'id':41373,'name':'dead man'},{'id':160960,'name':'watching tv'},{'id':162344,'name':'antidote'},{'id':162685,'name':'blood transfusion'},{'id':164092,'name':'blindness'},{'id':166512,'name':'graveyard'},{'id':169570,'name':'last man on earth'},{'id':170063,'name':'steak'},{'id':183203,'name':'destroying a car'},{'id':183205,'name':'secret burial'},{'id':183206,'name':'mortal wound'},{'id':183214,'name':'new car'},{'id':183215,'name':'short wave radio'}]" +53505,"[{'id':187056,'name':'woman director'}]" +1523,"[{'id':407,'name':'dictator'},{'id':409,'name':'africa'},{'id':1228,'name':'1970s'},{'id':1402,'name':'general'},{'id':1930,'name':'kidnapping'},{'id':2487,'name':'naivety'},{'id':2613,'name':'luxury'},{'id':6750,'name':'charisma'},{'id':6751,'name':'polygamy'},{'id':7404,'name':'uganda'},{'id':7606,'name':'dictatorship'},{'id':13005,'name':'doctor'},{'id':214682,'name':'idi amin'},{'id':229851,'name':'fictionalized history'}]" +57901,"[{'id':6844,'name':'stalker'}]" +38450,[] +206296,"[{'id':4183,'name':'wife'},{'id':4344,'name':'musical'},{'id':6038,'name':'marriage'},{'id':15160,'name':'divorce'}]" +146203,"[{'id':163053,'name':'found footage'}]" +38358,"[{'id':2626,'name':'exorcism'},{'id':4373,'name':'fraud'},{'id':10114,'name':'evil spirit'},{'id':10864,'name':'human sacrifice'},{'id':11800,'name':'mockumentary'},{'id':18072,'name':'preacher'},{'id':161270,'name':'satanic ritual'},{'id':163053,'name':'found footage'},{'id':163055,'name':'satanic cult'}]" +190847,"[{'id':839,'name':'mars'},{'id':12377,'name':'zombie'}]" +16980,"[{'id':242,'name':'new york'},{'id':572,'name':'sex'},{'id':733,'name':'dancer'},{'id':738,'name':'sexuality'},{'id':894,'name':'depression'},{'id':931,'name':'jealousy'},{'id':2334,'name':'nightclub'},{'id':5340,'name':'investigation'},{'id':6782,'name':'addiction'},{'id':9468,'name':'liar'},{'id':9673,'name':'love'},{'id':9713,'name':'friends'},{'id':14604,'name':'theft'},{'id':14964,'name':'drugs'},{'id':34079,'name':'death'},{'id':155490,'name':'disco'}]" +9319,"[{'id':258,'name':'bomb'},{'id':417,'name':'corruption'},{'id':782,'name':'assassin'},{'id':1589,'name':'sniper'},{'id':2095,'name':'anti hero'},{'id':2150,'name':'cocaine'},{'id':2944,'name':'senator'},{'id':3688,'name':'strip club'},{'id':5627,'name':'cynicism'},{'id':6300,'name':'puppet'},{'id':8181,'name':'swimming pool'},{'id':10061,'name':'dysfunctional marriage'},{'id':12670,'name':'los angeles'},{'id':15167,'name':'police detective'},{'id':33457,'name':'alcoholic'},{'id':155790,'name':'private detective'},{'id':159937,'name':'bribery'},{'id':160159,'name':'frame up'},{'id':170375,'name':'exotic dancer'},{'id':170865,'name':'child kidnapping'}]" +27088,"[{'id':549,'name':'prostitute'},{'id':572,'name':'sex'},{'id':1647,'name':'sadness'},{'id':2389,'name':'virgin'},{'id':6054,'name':'friendship'},{'id':9714,'name':'remake'},{'id':13130,'name':'teenager'},{'id':14964,'name':'drugs'},{'id':34117,'name':'cult film'},{'id':170827,'name':'sex comedy'}]" +10196,"[{'id':657,'name':'fire'},{'id':1445,'name':'ice'},{'id':2770,'name':'war ship'},{'id':3071,'name':'prince'},{'id':4152,'name':'kingdom'},{'id':4237,'name':'water'},{'id':5331,'name':'village'},{'id':5638,'name':'arrest'},{'id':9714,'name':'remake'},{'id':10563,'name':'attack'},{'id':13002,'name':'avatar'},{'id':13152,'name':'air'},{'id':13153,'name':'spirit'},{'id':13154,'name':'world'},{'id':13155,'name':'domination'},{'id':13156,'name':'cheering'}]" +2044,"[{'id':520,'name':'chicago'},{'id':1731,'name':'writing'},{'id':2301,'name':'architect'},{'id':2964,'name':'future'},{'id':3667,'name':'time'},{'id':4379,'name':'time travel'},{'id':12436,'name':'architecture'},{'id':15021,'name':'mysterious letter'},{'id':47023,'name':'first kiss'},{'id':192966,'name':'passage of time'},{'id':238251,'name':'love letters'},{'id':238752,'name':'lake house'}]" +3766,"[{'id':242,'name':'new york'},{'id':582,'name':'san francisco'},{'id':2269,'name':'aquarium'},{'id':2682,'name':'shanghai'},{'id':3342,'name':'yacht'},{'id':4516,'name':'romantic rivalry'},{'id':4617,'name':'insurance fraud'},{'id':6148,'name':'court'},{'id':6946,'name':'blonde'},{'id':9937,'name':'suspense'},{'id':195402,'name':'film noir'}]" +136386,[] +45269,"[{'id':1025,'name':'great britain'},{'id':2135,'name':'radio'},{'id':2471,'name':'monarchy'},{'id':3101,'name':'stutter'},{'id':4305,'name':'radio transmission'},{'id':4832,'name':'buckingham palace'},{'id':4833,'name':'royal family'},{'id':6001,'name':'speech'},{'id':6038,'name':'marriage'},{'id':9672,'name':'based on a true story'},{'id':9920,'name':'royalty'},{'id':10201,'name':'death of father'},{'id':214548,'name':'1930s'}]" +156700,"[{'id':708,'name':'runaway'},{'id':6270,'name':'high school'},{'id':9720,'name':'woods'},{'id':10683,'name':'coming of age'},{'id':13130,'name':'teenager'}]" +4349,"[{'id':441,'name':'assassination'},{'id':782,'name':'assassin'},{'id':949,'name':'terrorist'},{'id':1653,'name':'explosive'},{'id':1812,'name':'fbi'},{'id':3713,'name':'chase'},{'id':5174,'name':'saudi arabia'},{'id':5340,'name':'investigation'},{'id':6149,'name':'police'},{'id':6780,'name':'medical examiner'},{'id':13015,'name':'terrorism'},{'id':173259,'name':'arab'},{'id':206544,'name':'bomb attack'}]" +50348,"[{'id':213,'name':'upper class'},{'id':549,'name':'prostitute'},{'id':818,'name':'based on novel or book'},{'id':934,'name':'judge'},{'id':1849,'name':'homicide'},{'id':5638,'name':'arrest'},{'id':5824,'name':'video surveillance'},{'id':8881,'name':'jury'},{'id':10909,'name':'lawyer'},{'id':11168,'name':'private investigator'},{'id':11727,'name':'crime scene'},{'id':33519,'name':'courtroom'},{'id':163047,'name':'beverly hills'},{'id':243755,'name':'bail hearing'}]" +421,"[{'id':970,'name':'parent child relationship'},{'id':2159,'name':'red cap'},{'id':9823,'name':'rivalry'},{'id':10041,'name':'dysfunctional family'},{'id':12988,'name':'pirate'},{'id':181238,'name':'oceanography'},{'id':181239,'name':'scientific expedition'},{'id':226818,'name':'absurd humor'},{'id':241500,'name':'diorama'},{'id':241501,'name':'research turtles'},{'id':241503,'name':'acoustic guitar'}]" +162145,"[{'id':9950,'name':'thriller'},{'id':167043,'name':'road movie'}]" +137106,"[{'id':970,'name':'parent child relationship'},{'id':5376,'name':'creativity'},{'id':6054,'name':'friendship'},{'id':9717,'name':'based on comic'},{'id':9977,'name':'part live action'},{'id':10324,'name':'toys'},{'id':10542,'name':'based on toy'},{'id':13072,'name':'falling in love'},{'id':33637,'name':'super power'},{'id':179431,'name':'duringcreditsstinger'},{'id':204035,'name':'different worlds'},{'id':210090,'name':'lego'}]" +1656,"[{'id':387,'name':'california'},{'id':470,'name':'spy'},{'id':534,'name':'mexico'},{'id':970,'name':'parent child relationship'},{'id':1701,'name':'hero'},{'id':5809,'name':'marriage crisis'},{'id':9725,'name':'sword fight'},{'id':15160,'name':'divorce'},{'id':179585,'name':'american civil war'}]" +233423,"[{'id':3355,'name':'inuit'},{'id':157155,'name':'explorer'},{'id':187056,'name':'woman director'},{'id':188266,'name':'starvation'},{'id':192914,'name':'clans'}]" +188207,"[{'id':2035,'name':'mythology'},{'id':8985,'name':'zeus'},{'id':162861,'name':'ancient greece'},{'id':180548,'name':'demigod'},{'id':221954,'name':'city of argos'},{'id':221955,'name':'mistaken parentage'}]" +15982,"[{'id':708,'name':'runaway'},{'id':11291,'name':'girl heroine'},{'id':11322,'name':'female protagonist'},{'id':13130,'name':'teenager'},{'id':163118,'name':'social justice'}]" +44249,"[{'id':779,'name':'martial arts'}]" +63493,"[{'id':596,'name':'adultery'},{'id':1157,'name':'wife husband relationship'},{'id':1326,'name':'infidelity'},{'id':5950,'name':'christian'},{'id':6157,'name':'prayer'},{'id':8778,'name':'atheist'},{'id':11001,'name':'religion'}]" +8698,"[{'id':83,'name':'saving the world'},{'id':110,'name':'venice, italy'},{'id':3133,'name':'vampire'},{'id':4197,'name':'bite'},{'id':5458,'name':'men'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':160130,'name':'invisible man'},{'id':191409,'name':'captain nemo'},{'id':191439,'name':'allan quatermain'},{'id':232533,'name':'immortal'}]" +13825,"[{'id':642,'name':'robbery'},{'id':2122,'name':'death penalty'},{'id':3442,'name':'lethal injection'},{'id':6840,'name':'criminal past'},{'id':8264,'name':'symbol'},{'id':12394,'name':'chainsaw'}]" +243940,"[{'id':321,'name':'terror'},{'id':1706,'name':'experiment'},{'id':6155,'name':'afterlife'},{'id':9853,'name':'paranormal'},{'id':14819,'name':'violence'},{'id':34079,'name':'death'},{'id':156075,'name':'evil'},{'id':169816,'name':'researcher'},{'id':178646,'name':'possesion'}]" +106717,"[{'id':6158,'name':'cult'},{'id':10329,'name':'wealth'},{'id':10911,'name':'inheritance'},{'id':34079,'name':'death'},{'id':196297,'name':'spooky house'}]" +11884,"[{'id':391,'name':'flying car'},{'id':803,'name':'android'},{'id':900,'name':'trailer park'},{'id':1280,'name':'laser gun'},{'id':1370,'name':'shapeshifting'},{'id':1826,'name':'space marine'},{'id':2533,'name':'fighter pilot'},{'id':6186,'name':'games'},{'id':9951,'name':'alien'},{'id':208289,'name':'1980s'},{'id':234894,'name':'arcade game'},{'id':234895,'name':'universal translator'}]" +76640,"[{'id':798,'name':'sheriff'},{'id':1415,'name':'small town'},{'id':1562,'name':'hostage'},{'id':1563,'name':'prisoner'},{'id':1812,'name':'fbi'},{'id':2286,'name':'border'},{'id':10685,'name':'escape'},{'id':15483,'name':'car chase'},{'id':155499,'name':'convoy'},{'id':156650,'name':'machine gun'},{'id':168713,'name':'neo-western'}]" +35690,"[{'id':380,'name':'sibling relationship'},{'id':1605,'name':'new love'},{'id':5600,'name':'daughter'},{'id':14714,'name':'summer vacation'},{'id':187056,'name':'woman director'}]" +25284,"[{'id':9016,'name':'femme fatale'},{'id':10594,'name':'money'},{'id':14964,'name':'drugs'},{'id':166631,'name':'loan shark'},{'id':207268,'name':'neo-noir'}]" +616,"[{'id':233,'name':'japan'},{'id':697,'name':'loss of loved one'},{'id':1327,'name':'war crimes'},{'id':1335,'name':'sense of guilt'},{'id':1400,'name':'swordplay'},{'id':1402,'name':'general'},{'id':1462,'name':'samurai'},{'id':1543,'name':'war veteran'},{'id':1908,'name':'katana'},{'id':1938,'name':'sword'},{'id':2001,'name':'arms deal'},{'id':2156,'name':'homeland'},{'id':2280,'name':'emperor'},{'id':2568,'name':'language barrier'},{'id':2796,'name':'self-discovery'},{'id':2802,'name':'mountain village'},{'id':2905,'name':'foreign legion'},{'id':3070,'name':'mercenary'},{'id':3072,'name':'campaign'},{'id':3073,'name':'commercial agreement'},{'id':3074,'name':'insurgence'},{'id':3077,'name':'leader'},{'id':3078,'name':'war strategy'},{'id':3080,'name':'gettysburg'},{'id':10089,'name':'slaughter'},{'id':13065,'name':'soldier'},{'id':33457,'name':'alcoholic'},{'id':33564,'name':'u.s. soldier'},{'id':170007,'name':'japanese army'},{'id':207928,'name':'19th century'},{'id':220492,'name':'war trauma'}]" +9361,"[{'id':7879,'name':'secret love'},{'id':8519,'name':'mohawk'},{'id':10322,'name':'native american'},{'id':160279,'name':'18th century'},{'id':208123,'name':'french and indian war'},{'id':230457,'name':'early america'}]" +80318,"[{'id':380,'name':'sibling relationship'},{'id':1197,'name':'nevada'},{'id':2669,'name':'motel'},{'id':10562,'name':'on the run'},{'id':11503,'name':'hit'},{'id':198962,'name':'run'}]" +11120,"[{'id':439,'name':'paradise'},{'id':3676,'name':'living together'},{'id':3720,'name':'power'},{'id':6088,'name':'governance'},{'id':6502,'name':'exit'},{'id':6987,'name':'idealism'},{'id':7105,'name':'honduras'},{'id':9031,'name':'idealist'},{'id':18330,'name':'nature'},{'id':192519,'name':'emigrant'}]" +123553,"[{'id':290,'name':'angel'},{'id':818,'name':'based on novel or book'},{'id':3133,'name':'vampire'},{'id':12564,'name':'werewolf'},{'id':157667,'name':'warlock'},{'id':186420,'name':'downworlder'},{'id':186423,'name':'shadowhunter'},{'id':186425,'name':'demon hunter'},{'id':246466,'name':'based on young adult novel'}]" +152760,"[{'id':1956,'name':'world war ii'},{'id':2652,'name':'nazi'},{'id':156031,'name':'art theft'},{'id':160224,'name':'post world war ii'}]" +222911,[] +10466,"[{'id':2570,'name':'rock star'},{'id':3198,'name':'price'},{'id':4630,'name':'chaos'},{'id':6095,'name':'house'},{'id':155724,'name':'home ownership'}]" +5876,"[{'id':1299,'name':'monster'},{'id':1545,'name':'supermarket'},{'id':1721,'name':'fight'},{'id':2679,'name':'artist'},{'id':3002,'name':'fog'},{'id':3036,'name':'bible'},{'id':3986,'name':'spider'},{'id':6150,'name':'faith'},{'id':6157,'name':'prayer'},{'id':10349,'name':'survival'},{'id':11100,'name':'giant monster'},{'id':18047,'name':'anger'},{'id':18171,'name':'thunderstorm'},{'id':240119,'name':'father son relationship'}]" +42252,"[{'id':156120,'name':'train robbery'}]" +6028,"[{'id':703,'name':'detective'},{'id':34079,'name':'death'},{'id':162262,'name':'movie star'},{'id':207046,'name':'murder mystery'}]" +203186,"[{'id':2858,'name':'sacrifice'},{'id':6152,'name':'supernatural'},{'id':10224,'name':'haunting'},{'id':172808,'name':'paranormal activity'}]" +10414,"[{'id':1483,'name':'sports team'},{'id':6075,'name':'sport'},{'id':6483,'name':'ice hockey'},{'id':41132,'name':'hockey game'},{'id':41401,'name':'winning'},{'id':191222,'name':'the big game'}]" +28089,"[{'id':9928,'name':'bereavement'},{'id':10183,'name':'independent film'},{'id':10814,'name':'wounded'},{'id':13065,'name':'soldier'},{'id':15087,'name':'iraq war'},{'id':158480,'name':'casualty of war'},{'id':212835,'name':'war widow'}]" +10313,"[{'id':422,'name':'vietnam veteran'},{'id':8651,'name':'kuwait'},{'id':10902,'name':'new age'},{'id':10945,'name':'staring contest'},{'id':11494,'name':'drug use'},{'id':11659,'name':'paranoid fantasy'},{'id':11660,'name':'hippie lifestyle'}]" +11623,"[{'id':212,'name':'london'},{'id':642,'name':'robbery'},{'id':5086,'name':'telekinesis'},{'id':13129,'name':'execution'},{'id':33637,'name':'super power'}]" +10610,"[{'id':703,'name':'detective'},{'id':1456,'name':'medallion'},{'id':2650,'name':'leather jacket'},{'id':4391,'name':'wretch'},{'id':6211,'name':'fighter'},{'id':6710,'name':'interpol'},{'id':177912,'name':'wizard'}]" +27582,"[{'id':351,'name':'poison'},{'id':520,'name':'chicago'},{'id':549,'name':'prostitute'},{'id':779,'name':'martial arts'},{'id':782,'name':'assassin'},{'id':822,'name':'airport'},{'id':1227,'name':'cemetery'},{'id':1422,'name':'boat'},{'id':2708,'name':'hitman'},{'id':3713,'name':'chase'},{'id':4276,'name':'machinegun'},{'id':9665,'name':'cover-up'},{'id':9767,'name':'beautiful woman'},{'id':9844,'name':'car crash'}]" +19403,"[{'id':1969,'name':'map'},{'id':2708,'name':'hitman'},{'id':15099,'name':'professional hit'},{'id':15100,'name':'lock pick'},{'id':227532,'name':'hit man'}]" +4543,"[{'id':2875,'name':'sense of life'},{'id':3485,'name':'comedian'},{'id':8201,'name':'satire'},{'id':8708,'name':'sketch'},{'id':34117,'name':'cult film'},{'id':161817,'name':'monty python'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'},{'id':193172,'name':'vignette'},{'id':215195,'name':'the meaning of life'},{'id':236316,'name':'anarchic comedy'}]" +198663,"[{'id':818,'name':'based on novel or book'},{'id':2158,'name':'maze'},{'id':4458,'name':'post-apocalyptic'},{'id':4565,'name':'dystopia'},{'id':10685,'name':'escape'},{'id':11469,'name':'memory loss'},{'id':15261,'name':'erased memory'},{'id':18029,'name':'trapped'},{'id':162988,'name':'dystopian future'},{'id':204967,'name':'runner'},{'id':246466,'name':'based on young adult novel'}]" +605,"[{'id':83,'name':'saving the world'},{'id':310,'name':'artificial intelligence'},{'id':312,'name':'man vs machine'},{'id':334,'name':'flying'},{'id':490,'name':'philosophy'},{'id':663,'name':'fortune teller'},{'id':779,'name':'martial arts'},{'id':780,'name':'kung fu'},{'id':1001,'name':'underground world'},{'id':1373,'name':'killer robot'},{'id':1530,'name':'temple'},{'id':1552,'name':'subway'},{'id':1566,'name':'dream'},{'id':1670,'name':'sun'},{'id':1701,'name':'hero'},{'id':1721,'name':'fight'},{'id':2725,'name':'sunlight'},{'id':2812,'name':'computer virus'},{'id':2849,'name':'key'},{'id':2964,'name':'future'},{'id':3219,'name':'precognition'},{'id':3222,'name':'super computer'},{'id':3223,'name':'machine town'},{'id':3225,'name':'ying yang'},{'id':3737,'name':'dying and death'},{'id':4563,'name':'virtual reality'},{'id':4565,'name':'dystopia'},{'id':6104,'name':'computer'},{'id':6150,'name':'faith'},{'id':6193,'name':'world religion'},{'id':6256,'name':'truth'},{'id':10084,'name':'rescue'},{'id':10364,'name':'mission'},{'id':12190,'name':'cyberpunk'},{'id':187056,'name':'woman director'},{'id':220232,'name':'yin yang'},{'id':221385,'name':'gnosticism'},{'id':243576,'name':'trans director'}]" +228967,"[{'id':591,'name':'cia'},{'id':1773,'name':'socialism'},{'id':6285,'name':'coup d'etat'},{'id':158538,'name':'north korea'},{'id':191600,'name':'assassination attempt'},{'id':195323,'name':'evil dictator'}]" +179,"[{'id':242,'name':'new york'},{'id':407,'name':'dictator'},{'id':409,'name':'africa'},{'id':434,'name':'destruction of a civilization'},{'id':441,'name':'assassination'},{'id':836,'name':'resistance'},{'id':1812,'name':'fbi'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':15053,'name':'united nations'},{'id':15155,'name':'witness to murder'},{'id':174375,'name':'resistance fighter'}]" +116741,"[{'id':279,'name':'usa'},{'id':3489,'name':'job interview'},{'id':9823,'name':'rivalry'},{'id':14549,'name':'loss of job'},{'id':174420,'name':'intern'},{'id':183126,'name':'new job'},{'id':194287,'name':'laid off'},{'id':194288,'name':'transamerica pyramid'},{'id':211318,'name':'google'}]" +4959,"[{'id':179431,'name':'duringcreditsstinger'}]" +9008,"[{'id':470,'name':'spy'},{'id':917,'name':'journalism'},{'id':918,'name':'newspaper'},{'id':3664,'name':'research'},{'id':4434,'name':'interview'},{'id':6357,'name':'tobacco'},{'id':8231,'name':'insider'},{'id':11208,'name':'conspiracy theory'},{'id':12193,'name':'reporter'},{'id':209799,'name':'whistleblower'},{'id':219681,'name':'tobacco industry'}]" +158908,"[{'id':708,'name':'runaway'},{'id':2233,'name':'neglect'},{'id':10683,'name':'coming of age'},{'id':11935,'name':'working class'},{'id':41523,'name':'brooklyn, new york city'},{'id':230570,'name':'kids on their own'}]" +9806,"[{'id':1308,'name':'secret identity'},{'id':1328,'name':'secret'},{'id':1701,'name':'hero'},{'id':2041,'name':'island'},{'id':4391,'name':'wretch'},{'id':6110,'name':'weapon'},{'id':7335,'name':'lawsuit'},{'id':9715,'name':'superhero'},{'id':33637,'name':'super power'}]" +31682,"[{'id':818,'name':'based on novel or book'},{'id':977,'name':'cat'},{'id':3888,'name':'giant spider'},{'id':6380,'name':'shrinking'},{'id':187579,'name':'radioactivity'}]" +1724,"[{'id':242,'name':'new york'},{'id':1809,'name':'rio de janeiro'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':10562,'name':'on the run'},{'id':10718,'name':'fugitive'},{'id':10834,'name':'super soldier'},{'id':14760,'name':'scientist'},{'id':160977,'name':'virginia'},{'id':162365,'name':'military'},{'id':180547,'name':'marvel cinematic universe'},{'id':200918,'name':'angry'},{'id':202816,'name':'bruce banner'}]" +124459,"[{'id':2343,'name':'magic'},{'id':14570,'name':'las vegas'}]" +69798,"[{'id':65,'name':'holiday'},{'id':165092,'name':'british youth'},{'id':165093,'name':'briton abroad'}]" +242022,"[{'id':65,'name':'holiday'},{'id':5657,'name':'australia'},{'id':6876,'name':'vacation'}]" +84287,"[{'id':1930,'name':'kidnapping'},{'id':5340,'name':'investigation'},{'id':5565,'name':'biography'},{'id':10941,'name':'disappearance'},{'id':14780,'name':'investigator'},{'id':155751,'name':'stolen identity'},{'id':156948,'name':'missing child'},{'id':167808,'name':'fake identity'},{'id':170865,'name':'child kidnapping'},{'id':204204,'name':'identity theft'},{'id':213295,'name':'missing son'}]" +80278,"[{'id':3434,'name':'thailand'},{'id':6941,'name':'tsunami'},{'id':14724,'name':'family vacation'},{'id':181012,'name':'tidal wave'},{'id':188351,'name':'catastrophe'},{'id':188354,'name':'swept away'},{'id':188356,'name':'separation from family'},{'id':188374,'name':'boxing day'},{'id':209493,'name':'21st century'}]" +152599,"[{'id':242,'name':'new york'},{'id':380,'name':'sibling relationship'},{'id':417,'name':'corruption'},{'id':2343,'name':'magic'},{'id':2356,'name':'immigrant'},{'id':3030,'name':'nightmare'},{'id':3799,'name':'ship'},{'id':6898,'name':'quarantine'},{'id':9673,'name':'love'},{'id':9826,'name':'murder'},{'id':10594,'name':'money'},{'id':10685,'name':'escape'},{'id':13005,'name':'doctor'},{'id':13059,'name':'prostitution'},{'id':21747,'name':'poland'},{'id':40895,'name':'illness'}]" +205596,"[{'id':237,'name':'gay'},{'id':392,'name':'england'},{'id':1956,'name':'world war ii'},{'id':2303,'name':'mathematician'},{'id':5565,'name':'biography'},{'id':158718,'name':'lgbt'},{'id':208394,'name':'logician'},{'id':208395,'name':'cryptography'}]" +1491,"[{'id':2343,'name':'magic'},{'id':7376,'name':'princess'},{'id':9673,'name':'love'},{'id':9823,'name':'rivalry'},{'id':18267,'name':'vienna austria'},{'id':33637,'name':'super power'},{'id':169456,'name':'crown prince'},{'id':176857,'name':'duchess'},{'id':209157,'name':'childhood sweetheart'},{'id':233055,'name':'vienna'}]" +10316,"[{'id':2494,'name':'ohio'},{'id':6078,'name':'politics'},{'id':12389,'name':'dirty tricks'},{'id':187306,'name':'presidential campaign'},{'id':187307,'name':'endorsement'},{'id':187308,'name':'campaign speech'},{'id':187309,'name':'presidential debate'}]" +279914,"[{'id':4048,'name':'musician'},{'id':7375,'name':'twin brother'},{'id':15016,'name':'twins'}]" +336598,"[{'id':6270,'name':'high school'},{'id':9853,'name':'paranormal'},{'id':10508,'name':'teacher'},{'id':163963,'name':'summer job'}]" +68812,"[{'id':586,'name':'new jersey'},{'id':1946,'name':'restaurant'},{'id':2708,'name':'hitman'},{'id':4580,'name':'van'},{'id':5638,'name':'arrest'},{'id':6259,'name':'psychopath'},{'id':9672,'name':'based on a true story'},{'id':9890,'name':'jail'},{'id':11260,'name':'serial murder'},{'id':11733,'name':'drug dealing'},{'id':14831,'name':'stabbing'},{'id':33421,'name':'crime family'},{'id':33702,'name':'bombing'},{'id':157481,'name':'ice cream man  '},{'id':177964,'name':'contract killer'},{'id':190636,'name':'crime syndicate'},{'id':238192,'name':'poisoning'}]" +12162,"[{'id':1589,'name':'sniper'},{'id':1653,'name':'explosive'},{'id':1797,'name':'loyalty'},{'id':4595,'name':'u.s. army'},{'id':5907,'name':'middle east conflict'},{'id':5939,'name':'iraq'},{'id':7336,'name':'car bomb'},{'id':9937,'name':'suspense'},{'id':10084,'name':'rescue'},{'id':10481,'name':'tension'},{'id':11060,'name':'trap'},{'id':13015,'name':'terrorism'},{'id':13065,'name':'soldier'},{'id':14819,'name':'violence'},{'id':15087,'name':'iraq war'},{'id':18034,'name':'desert'},{'id':167342,'name':'bomb squad'},{'id':173841,'name':'body armor'},{'id':187056,'name':'woman director'},{'id':187288,'name':'army sergeant'}]" +38662,"[{'id':179991,'name':'movie serial'}]" +10400,"[{'id':378,'name':'prison'},{'id':2792,'name':'boxer'},{'id':4487,'name':'boxing match'},{'id':5402,'name':'boxing school'},{'id':5565,'name':'biography'}]" +231474,"[{'id':3205,'name':'fairy tale'},{'id':9854,'name':'artifact'},{'id':41586,'name':'archaeologist'},{'id':187056,'name':'woman director'}]" +70954,"[{'id':414,'name':'hunter'},{'id':3070,'name':'mercenary'},{'id':3593,'name':'wilderness'},{'id':9736,'name':'little boy'},{'id':12544,'name':'crying'},{'id':161240,'name':'sole survivor'},{'id':190114,'name':'tasmanian tiger'},{'id':194161,'name':'tasmania'}]" +1669,"[{'id':339,'name':'submarine'},{'id':2106,'name':'cold war'},{'id':2808,'name':'russian'},{'id':155460,'name':'defection'},{'id':155723,'name':'jack ryan'}]" +131631,"[{'id':818,'name':'based on novel or book'},{'id':836,'name':'resistance'},{'id':4458,'name':'post-apocalyptic'},{'id':4565,'name':'dystopia'},{'id':6091,'name':'war'},{'id':9663,'name':'sequel'},{'id':11322,'name':'female protagonist'},{'id':18101,'name':'bow and arrow'},{'id':18249,'name':'game'},{'id':162484,'name':'future war'},{'id':162845,'name':'revolt'},{'id':165299,'name':'class prejudice'},{'id':207569,'name':'human subjugation'},{'id':246466,'name':'based on young adult novel'}]" +101299,"[{'id':818,'name':'based on novel or book'},{'id':1310,'name':'mentor'},{'id':1328,'name':'secret'},{'id':1382,'name':'factory'},{'id':2136,'name':'television'},{'id':2903,'name':'propaganda'},{'id':2964,'name':'future'},{'id':4565,'name':'dystopia'},{'id':5740,'name':'alliance'},{'id':6186,'name':'games'},{'id':8570,'name':'president'},{'id':8862,'name':'uprising'},{'id':9663,'name':'sequel'},{'id':9826,'name':'murder'},{'id':10349,'name':'survival'},{'id':10410,'name':'conspiracy'},{'id':11196,'name':'rebellion'},{'id':11221,'name':'blood'},{'id':11322,'name':'female protagonist'},{'id':12380,'name':'tournament'},{'id':14601,'name':'explosion'},{'id':15017,'name':'danger'},{'id':156395,'name':'imax'},{'id':171956,'name':'winner'},{'id':246466,'name':'based on young adult novel'}]" +70160,"[{'id':818,'name':'based on novel or book'},{'id':4565,'name':'dystopia'},{'id':11322,'name':'female protagonist'},{'id':18101,'name':'bow and arrow'},{'id':18249,'name':'game'},{'id':53995,'name':'archery'},{'id':179781,'name':'fictional tv show'},{'id':246466,'name':'based on young adult novel'}]" +228194,"[{'id':254,'name':'france'},{'id':818,'name':'based on novel or book'},{'id':958,'name':'indian lead'},{'id':1946,'name':'restaurant'},{'id':18035,'name':'family'}]" +10545,"[{'id':90,'name':'paris france'},{'id':818,'name':'based on novel or book'},{'id':934,'name':'judge'},{'id':1523,'name':'obsession'},{'id':1691,'name':'dance'},{'id':1938,'name':'sword'},{'id':2422,'name':'mockery'},{'id':2544,'name':'ugliness'},{'id':2638,'name':'cathedral'},{'id':4344,'name':'musical'},{'id':5090,'name':'fool'},{'id':9995,'name':'bell'},{'id':11001,'name':'religion'},{'id':13014,'name':'orphan'},{'id':158787,'name':'army captain'},{'id':160213,'name':'festival'},{'id':160274,'name':'angry mob'},{'id':163138,'name':'notre dame cathedral'},{'id':177894,'name':'witch hunt'},{'id':213097,'name':'15th century'}]" +254023,"[{'id':10768,'name':'lesbian'},{'id':34094,'name':'extramarital affair'},{'id':207716,'name':'actor'}]" +185267,[] +40229,"[{'id':6259,'name':'psychopath'},{'id':6844,'name':'stalker'},{'id':9826,'name':'murder'},{'id':9864,'name':'prank'},{'id':10058,'name':'sorority'},{'id':12339,'name':'slasher'}]" +2259,"[{'id':1291,'name':'central and south america'},{'id':3009,'name':'farm worker'},{'id':4932,'name':'farm'},{'id':6285,'name':'coup d'etat'},{'id':6451,'name':'santiago'},{'id':11627,'name':'paranormal phenomena'},{'id':11925,'name':'domestic violence'},{'id':155881,'name':'estate'},{'id':208720,'name':'family estate'}]" +42452,"[{'id':6095,'name':'house'},{'id':157351,'name':'living dead'}]" +12620,"[{'id':2389,'name':'virgin'},{'id':3616,'name':'college'},{'id':3725,'name':'pregnancy'},{'id':4328,'name':'costume'},{'id':5828,'name':'yoga'},{'id':7984,'name':'bikini'},{'id':8508,'name':'party'},{'id':9639,'name':'playboy'},{'id':9890,'name':'jail'},{'id':10058,'name':'sorority'},{'id':14818,'name':'model'},{'id':156401,'name':'car wash'},{'id':157632,'name':'fraternity'},{'id':187327,'name':'pledge'}]" +11791,"[{'id':9401,'name':'sherlock holmes'},{'id':10092,'name':'mystery'},{'id':10541,'name':'curse'},{'id':11004,'name':'rural setting'},{'id':12564,'name':'werewolf'},{'id':18300,'name':'english countryside'},{'id':34117,'name':'cult film'},{'id':155730,'name':'hammer horror'},{'id':156661,'name':'threat'},{'id':209146,'name':'moors'}]" +72710,"[{'id':818,'name':'based on novel or book'},{'id':1583,'name':'mass murder'},{'id':4565,'name':'dystopia'},{'id':14900,'name':'genocide'},{'id':14909,'name':'alien invasion'},{'id':179431,'name':'duringcreditsstinger'},{'id':212760,'name':'interspecies romance'},{'id':220392,'name':'alien parasites'},{'id':246466,'name':'based on young adult novel'}]" +262,"[{'id':378,'name':'prison'},{'id':837,'name':'show business'},{'id':1491,'name':'entertainer'},{'id':1812,'name':'fbi'},{'id':1936,'name':'blackmail'},{'id':4740,'name':'public'},{'id':5321,'name':'studio'},{'id':33809,'name':'receptionist'}]" +120399,[] +16520,"[{'id':1530,'name':'temple'},{'id':2569,'name':'prime minister'},{'id':3344,'name':'letter'},{'id':3432,'name':'bangkok'},{'id':3998,'name':'palace'},{'id':4129,'name':'widow'},{'id':4344,'name':'musical'},{'id':5722,'name':'buddha'},{'id':6751,'name':'polygamy'},{'id':10181,'name':'based on play or musical'},{'id':12541,'name':'misunderstanding'},{'id':14768,'name':'single mother'},{'id':18015,'name':'tutor'},{'id':33414,'name':'chopsticks'},{'id':154838,'name':'uncle tom's cabin'},{'id':154841,'name':'chakri dynasty'},{'id':154842,'name':'school teacher'},{'id':165364,'name':'barge'},{'id':165368,'name':'inter cultural'},{'id':165369,'name':'sailing ship'},{'id':165372,'name':'pagoda'},{'id':165381,'name':'consort'},{'id':165388,'name':'dowry'},{'id':165397,'name':'malaria'},{'id':192153,'name':'conjoined twins'}]" +14638,"[{'id':1415,'name':'small town'},{'id':1420,'name':'gas station'},{'id':2792,'name':'boxer'},{'id':9016,'name':'femme fatale'},{'id':9826,'name':'murder'},{'id':10051,'name':'heist'},{'id':18083,'name':'attempted robbery'},{'id':155435,'name':'insurance investigator'},{'id':155797,'name':'hemingway'},{'id':195402,'name':'film noir'}]" +39781,"[{'id':9833,'name':'lesbian relationship'},{'id':10768,'name':'lesbian'},{'id':12997,'name':'dinner'},{'id':14735,'name':'motorcycle'},{'id':41379,'name':'argument'},{'id':159143,'name':'biological father'},{'id':159150,'name':'artificial insemination'},{'id':159156,'name':'control freak'},{'id':159161,'name':'vegetable garden'},{'id':187056,'name':'woman director'}]" +10098,"[{'id':290,'name':'angel'},{'id':1252,'name':'suicide attempt'},{'id':5572,'name':'fistfight'},{'id':9253,'name':'slapstick'},{'id':14514,'name':'class differences'},{'id':14864,'name':'rich poor'},{'id':41005,'name':'foundling'},{'id':160840,'name':'dream sequence'},{'id':165402,'name':'semi autobiographical'},{'id':169498,'name':'car theft'},{'id':183875,'name':'little tramp'},{'id':183886,'name':'illegitimate son'},{'id':209173,'name':'abandoned'}]" +26583,"[{'id':1556,'name':'texas'},{'id':2792,'name':'boxer'},{'id':3088,'name':'bodyguard'},{'id':8440,'name':'ex-cop'},{'id':10712,'name':'night club'}]" +10495,"[{'id':233,'name':'japan'},{'id':2246,'name':'confidence'},{'id':3436,'name':'karate'},{'id':4480,'name':'business man'},{'id':5440,'name':'adversary'},{'id':6211,'name':'fighter'},{'id':12965,'name':'duel'},{'id':46958,'name':'good and bad'}]" +8856,"[{'id':779,'name':'martial arts'},{'id':3436,'name':'karate'},{'id':8676,'name':'okinawa'},{'id':8677,'name':'revanche'},{'id':155023,'name':'self esteem'}]" +38575,"[{'id':179431,'name':'duringcreditsstinger'}]" +1885,"[{'id':1439,'name':'flat'},{'id':2063,'name':'taskmaster'},{'id':2920,'name':'cheerleader'},{'id':3436,'name':'karate'},{'id':5698,'name':'egg'},{'id':9963,'name':'kids and family'},{'id':12670,'name':'los angeles'},{'id':14735,'name':'motorcycle'},{'id':171493,'name':'mentor protégé relationship'}]" +205587,"[{'id':934,'name':'judge'},{'id':970,'name':'parent child relationship'},{'id':1415,'name':'small town'},{'id':1447,'name':'indiana'},{'id':10909,'name':'lawyer'}]" +6471,"[{'id':160730,'name':'wild comedy'},{'id':160736,'name':'blow'},{'id':160738,'name':'neominstrelsy'},{'id':160741,'name':'phone book'},{'id':160742,'name':'sharecropper'},{'id':160743,'name':'tennis court'}]" +9667,"[{'id':919,'name':'smoking'},{'id':1279,'name':'medicine'},{'id':1706,'name':'experiment'},{'id':2800,'name':'psychology'},{'id':3298,'name':'hallucination'},{'id':4379,'name':'time travel'},{'id':6091,'name':'war'},{'id':9673,'name':'love'},{'id':11268,'name':'psychologist'},{'id':13065,'name':'soldier'},{'id':15106,'name':'psychiatrist'},{'id':160153,'name':'dead'},{'id':160497,'name':'wrongful arrest'},{'id':182223,'name':'iraq veteran'},{'id':199686,'name':'near-death experience'},{'id':216079,'name':'truck stop'},{'id':218121,'name':'murder of a police officer'}]" +4824,"[{'id':1812,'name':'fbi'},{'id':2106,'name':'cold war'},{'id':2708,'name':'hitman'}]" +9654,"[{'id':110,'name':'venice, italy'},{'id':387,'name':'california'},{'id':477,'name':'train station'},{'id':720,'name':'helicopter'},{'id':970,'name':'parent child relationship'},{'id':1201,'name':'austria'},{'id':1262,'name':'mountain'},{'id':1321,'name':'gold'},{'id':1552,'name':'subway'},{'id':2157,'name':'hacker'},{'id':3713,'name':'chase'},{'id':8430,'name':'safe'},{'id':9714,'name':'remake'},{'id':9728,'name':'caper'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':10051,'name':'heist'},{'id':10476,'name':'double crossed'},{'id':10604,'name':'fast cars'},{'id':12391,'name':'boat chase'},{'id':12670,'name':'los angeles'},{'id':14601,'name':'explosion'},{'id':15234,'name':'convict'},{'id':15483,'name':'car chase'},{'id':158584,'name':'tv news'},{'id':159510,'name':'hollywood sign'},{'id':159511,'name':'television repair'},{'id':177958,'name':'mini cooper'}]" +1635,"[{'id':402,'name':'clone'},{'id':741,'name':'transplantation'},{'id':2038,'name':'love of one's life'},{'id':4565,'name':'dystopia'},{'id':6017,'name':'genetics'},{'id':6089,'name':'freedom'},{'id':10685,'name':'escape'},{'id':11628,'name':'cloning'},{'id':188959,'name':'plague'}]" +71688,"[{'id':592,'name':'capitalism'},{'id':2569,'name':'prime minister'},{'id':9672,'name':'based on a true story'},{'id':10596,'name':'argentina'},{'id':33845,'name':'british overseas territory'},{'id':33846,'name':'war propaganda'},{'id':33847,'name':'british politics'},{'id':33848,'name':'british prime minister'},{'id':33850,'name':'female politician'},{'id':33852,'name':'falklands war'},{'id':33856,'name':'political leader'},{'id':33857,'name':'female prime minister'},{'id':33858,'name':'right wing'},{'id':33860,'name':'falklands'},{'id':187056,'name':'woman director'}]" +23082,"[{'id':2251,'name':'lie'},{'id':230479,'name':'lies'}]" +281524,"[{'id':8132,'name':'hooligan'},{'id':190197,'name':'hooliganism'}]" +111473,"[{'id':5565,'name':'biography'},{'id':180975,'name':'charles dickens'}]" +264656,"[{'id':246,'name':'dancing'},{'id':818,'name':'based on novel or book'},{'id':9748,'name':'revenge'},{'id':10322,'name':'native american'},{'id':14819,'name':'violence'},{'id':155573,'name':'wild west'},{'id':193225,'name':'driven insane'},{'id':208170,'name':'abusive marriage'},{'id':208171,'name':'refused services'},{'id':208172,'name':'prison wagon'},{'id':208173,'name':'lost in the desert'},{'id':208174,'name':'buffalo skin'}]" +1581,"[{'id':65,'name':'holiday'},{'id':212,'name':'london'},{'id':886,'name':'movie business'},{'id':1441,'name':'christmas party'},{'id':1655,'name':'country house'},{'id':5854,'name':'room exchange'},{'id':6581,'name':'surrey'},{'id':9799,'name':'romantic comedy'},{'id':12670,'name':'los angeles'},{'id':171366,'name':'multiple storylines'},{'id':187056,'name':'woman director'},{'id':207317,'name':'christmas'}]" +74394,"[{'id':187056,'name':'woman director'}]" +57158,"[{'id':603,'name':'elves'},{'id':604,'name':'dwarf'},{'id':606,'name':'orcs'},{'id':609,'name':'middle-earth (tolkien)'},{'id':611,'name':'hobbit'},{'id':3888,'name':'giant spider'},{'id':5774,'name':'forest'},{'id':10468,'name':'bear'},{'id':12554,'name':'dragon'},{'id':41538,'name':'turns into animal'},{'id':177912,'name':'wizard'},{'id':234213,'name':'sword and sorcery'}]" +122917,"[{'id':417,'name':'corruption'},{'id':603,'name':'elves'},{'id':604,'name':'dwarf'},{'id':606,'name':'orcs'},{'id':609,'name':'middle-earth (tolkien)'},{'id':611,'name':'hobbit'},{'id':12554,'name':'dragon'},{'id':14643,'name':'battle'},{'id':167982,'name':'unlikely friendship'},{'id':188270,'name':'epic battle'},{'id':234213,'name':'sword and sorcery'}]" +49051,"[{'id':483,'name':'riddle'},{'id':603,'name':'elves'},{'id':604,'name':'dwarf'},{'id':606,'name':'orcs'},{'id':609,'name':'middle-earth (tolkien)'},{'id':611,'name':'hobbit'},{'id':1262,'name':'mountain'},{'id':177912,'name':'wizard'},{'id':189092,'name':'journey'},{'id':189093,'name':'ring'},{'id':189094,'name':'goblin'},{'id':189098,'name':'courage'},{'id':189099,'name':'giant'},{'id':189102,'name':'tunnel'},{'id':189103,'name':'underground lake'},{'id':189108,'name':'buried treasure'},{'id':189114,'name':'climbing a tree'},{'id':189115,'name':'invisibility'},{'id':189119,'name':'ancient'},{'id':191739,'name':'gnomes'}]" +7453,"[{'id':211,'name':'bureaucracy'},{'id':803,'name':'android'},{'id':818,'name':'based on novel or book'},{'id':3713,'name':'chase'},{'id':3801,'name':'space travel'},{'id':4270,'name':'galaxy'},{'id':9951,'name':'alien'},{'id':10349,'name':'survival'},{'id':11097,'name':'part stop motion'},{'id':11546,'name':'hitchhiker'},{'id':14544,'name':'robot'},{'id':14909,'name':'alien invasion'},{'id':177145,'name':'hyperspace'},{'id':177146,'name':'meaning of life'},{'id':221653,'name':'destruction of earth'},{'id':221654,'name':'intergalactic travel'},{'id':221655,'name':'islington england'}]" +58626,[] +19621,"[{'id':514,'name':'spain'},{'id':1930,'name':'kidnapping'},{'id':7312,'name':'road trip'},{'id':9950,'name':'thriller'},{'id':15009,'name':'criminal'},{'id':167043,'name':'road movie'},{'id':207268,'name':'neo-noir'}]" +17599,"[{'id':9937,'name':'suspense'},{'id':10400,'name':'airship'},{'id':10617,'name':'disaster'},{'id':221083,'name':'dirigible'}]" +18477,"[{'id':2776,'name':'bus ride'},{'id':18034,'name':'desert'}]" +9792,"[{'id':502,'name':'ambush'},{'id':570,'name':'rape'},{'id':1420,'name':'gas station'},{'id':1508,'name':'new mexico'},{'id':4580,'name':'van'},{'id':9714,'name':'remake'},{'id':10292,'name':'gore'},{'id':10714,'name':'serial killer'},{'id':12339,'name':'slasher'},{'id':14687,'name':'extreme violence'},{'id':14707,'name':'brutality'},{'id':15127,'name':'killer'},{'id':18034,'name':'desert'},{'id':33694,'name':'family holiday'},{'id':41410,'name':'madness'},{'id':166701,'name':'ghost town'},{'id':208048,'name':'cannibalism'},{'id':220011,'name':'nuclear testing'},{'id':227693,'name':'stranded in the desert'},{'id':238534,'name':'human monster'}]" +50014,"[{'id':787,'name':'mississippi'},{'id':818,'name':'based on novel or book'},{'id':2804,'name':'exploitation'},{'id':6984,'name':'racial segregation'},{'id':12425,'name':'racism'},{'id':13028,'name':'writer'},{'id':13097,'name':'maid'},{'id':13098,'name':'moral courage'},{'id':13099,'name':'ressentiment'},{'id':176219,'name':'southern belle'},{'id':204173,'name':'racial issues'},{'id':208992,'name':'1960s'},{'id':209334,'name':'newspaper columnist'}]" +9038,"[{'id':248,'name':'date'},{'id':1486,'name':'flirt'},{'id':1691,'name':'dance'},{'id':2676,'name':'honeymoon'},{'id':11223,'name':'dream girl'},{'id':13027,'name':'wedding'}]" +136795,"[{'id':279,'name':'usa'},{'id':1680,'name':'boston'},{'id':1812,'name':'fbi'},{'id':6149,'name':'police'},{'id':15009,'name':'criminal'},{'id':15050,'name':'female cop'},{'id':18026,'name':'drug lord'},{'id':167541,'name':'buddy comedy'}]" +11772,"[{'id':567,'name':'alcohol'},{'id':3358,'name':'haunted house'},{'id':10941,'name':'disappearance'},{'id':13014,'name':'orphan'},{'id':33637,'name':'super power'}]" +30137,"[{'id':352,'name':'secret passage'},{'id':1299,'name':'monster'},{'id':4198,'name':'descendant'},{'id':9712,'name':'possession'},{'id':9748,'name':'revenge'},{'id':9786,'name':'burned alive'},{'id':9826,'name':'murder'},{'id':10183,'name':'independent film'},{'id':10308,'name':'h.p. lovecraft'},{'id':10541,'name':'curse'},{'id':11183,'name':'fireplace'},{'id':12545,'name':'mansion'},{'id':15032,'name':'gothic horror'},{'id':18087,'name':'attempted rape'},{'id':33505,'name':'gothic'},{'id':34137,'name':'dungeon'},{'id':41011,'name':'based on song, poem or rhyme'},{'id':41207,'name':'grave robber'},{'id':41393,'name':'new england'},{'id':156174,'name':'occult'},{'id':157466,'name':'necronomicon'},{'id':235574,'name':'mutations'}]" +10756,"[{'id':352,'name':'secret passage'},{'id':2343,'name':'magic'},{'id':2918,'name':'estate agent'},{'id':3358,'name':'haunted house'},{'id':14724,'name':'family vacation'},{'id':162846,'name':'ghost'},{'id':179430,'name':'aftercreditsstinger'}]" +229182,"[{'id':169725,'name':'sick child'},{'id':193282,'name':'dark secrets'},{'id':208349,'name':'child'}]" +228558,"[{'id':1939,'name':'hamster'},{'id':10988,'name':'based on tv series'},{'id':164039,'name':'grandmother'},{'id':207579,'name':'blackpool'}]" +7514,"[{'id':635,'name':'disc jockey'},{'id':2409,'name':'church choir'},{'id':3266,'name':'jamaica'},{'id':4307,'name':'reggae'},{'id':4637,'name':'parish'},{'id':4741,'name':'recording contract'},{'id':4746,'name':'record producer'},{'id':5716,'name':'record label'},{'id':6026,'name':'film and cinema'},{'id':6027,'name':'music'},{'id':9826,'name':'murder'},{'id':10776,'name':'marijuana'},{'id':11487,'name':'midnight movie'},{'id':14964,'name':'drugs'}]" +16311,"[{'id':642,'name':'robbery'},{'id':4779,'name':'delinquent'},{'id':5301,'name':'brother'},{'id':9890,'name':'jail'},{'id':15363,'name':'bank robbery'},{'id':18035,'name':'family'}]" +8645,"[{'id':3352,'name':'tree'},{'id':5096,'name':'natural disaster'},{'id':6711,'name':'crisis'},{'id':14798,'name':'park'},{'id':187291,'name':'strange behavior'}]" +109439,"[{'id':9663,'name':'sequel'},{'id':11461,'name':'hangover'}]" +45243,"[{'id':6710,'name':'interpol'},{'id':11199,'name':'undercover cop'},{'id':11461,'name':'hangover'},{'id':14964,'name':'drugs'},{'id':179431,'name':'duringcreditsstinger'}]" +18785,"[{'id':7996,'name':'blackjack'},{'id':8070,'name':'stag night'},{'id':11461,'name':'hangover'},{'id':11462,'name':'lost weekend'},{'id':11464,'name':'bag over head'},{'id':11465,'name':'chapel'},{'id':11467,'name':'hit with tire iron'},{'id':11469,'name':'memory loss'},{'id':14570,'name':'las vegas'},{'id':14964,'name':'drugs'},{'id':179431,'name':'duringcreditsstinger'},{'id':188960,'name':'elevator'}]" +11087,"[{'id':697,'name':'loss of loved one'},{'id':2341,'name':'nanny'},{'id':2535,'name':'destroy'},{'id':2783,'name':'family's daily life'},{'id':3256,'name':'infant'},{'id':3927,'name':'rage and hate'},{'id':4914,'name':'malice'},{'id':5885,'name':'childlessness'},{'id':168386,'name':'child wish'},{'id':208349,'name':'child'}]" +15495,"[{'id':9789,'name':'misfit'},{'id':10180,'name':'homosexuality'},{'id':10561,'name':'video camera'}]" +77586,[] +288463,"[{'id':212,'name':'london'},{'id':14819,'name':'violence'},{'id':192914,'name':'clans'},{'id':221189,'name':'suburban'},{'id':221190,'name':'two generations'}]" +266396,"[{'id':782,'name':'assassin'},{'id':2708,'name':'hitman'}]" +82687,"[{'id':970,'name':'parent child relationship'},{'id':1436,'name':'inventor'},{'id':7312,'name':'road trip'},{'id':33720,'name':'guilt'},{'id':187056,'name':'woman director'}]" +241848,"[{'id':1010,'name':'bar'},{'id':2539,'name':'harassment'},{'id':3335,'name':'halloween'},{'id':6163,'name':'arms dealer'},{'id':6270,'name':'high school'},{'id':6733,'name':'bullying'},{'id':8159,'name':'iraq war veteran'},{'id':8508,'name':'party'},{'id':9826,'name':'murder'},{'id':9872,'name':'grief'},{'id':10738,'name':'diner'},{'id':13130,'name':'teenager'},{'id':17987,'name':'killing spree'},{'id':162380,'name':'ex soldier'},{'id':174244,'name':'brawl'},{'id':182794,'name':'halloween costume'},{'id':240779,'name':'neo 80s'}]" +4643,"[{'id':270,'name':'ocean'},{'id':3547,'name':'coast guard'},{'id':4298,'name':'teamwork'},{'id':10084,'name':'rescue'},{'id':34079,'name':'death'}]" +1977,"[{'id':380,'name':'sibling relationship'},{'id':10525,'name':'broken neck'},{'id':10541,'name':'curse'},{'id':14831,'name':'stabbing'},{'id':33505,'name':'gothic'},{'id':161261,'name':'demonic possession'},{'id':161742,'name':'film starts with text'},{'id':161744,'name':'police tape'},{'id':161745,'name':'handprint'},{'id':161750,'name':'dollhouse'},{'id':161752,'name':'family photo'},{'id':207914,'name':'murder of son'}]" +1970,"[{'id':428,'name':'nurse'},{'id':6095,'name':'house'},{'id':9714,'name':'remake'},{'id':10541,'name':'curse'},{'id':172972,'name':'old woman'},{'id':172980,'name':'catatonia'}]" +1975,"[{'id':9714,'name':'remake'},{'id':9736,'name':'little boy'},{'id':10541,'name':'curse'}]" +18129,"[{'id':818,'name':'based on novel or book'},{'id':3202,'name':'con man'},{'id':5552,'name':'train ride'},{'id':9937,'name':'suspense'},{'id':10453,'name':'con artist'},{'id':12670,'name':'los angeles'},{'id':155544,'name':'horse track'},{'id':159607,'name':'grifter'},{'id':203139,'name':'estafa'},{'id':207268,'name':'neo-noir'}]" +75174,"[{'id':567,'name':'alcohol'},{'id':1533,'name':'isolation'},{'id':1994,'name':'wolf'},{'id':3593,'name':'wilderness'},{'id':5160,'name':'animal attack'},{'id':5774,'name':'forest'},{'id':9743,'name':'stranded'},{'id':9880,'name':'alaska'},{'id':10349,'name':'survival'},{'id':12617,'name':'airplane crash'},{'id':13073,'name':'fear'},{'id':15265,'name':'howling'},{'id':34079,'name':'death'},{'id':155235,'name':'animal killing'},{'id':155372,'name':'freezing'},{'id':158176,'name':'campfire'},{'id':168679,'name':'male camaraderie'},{'id':179430,'name':'aftercreditsstinger'},{'id':188933,'name':'bar fight'},{'id':188952,'name':'eaten alive'},{'id':212430,'name':'eaten by animal'}]" +497,"[{'id':531,'name':'southern usa'},{'id':791,'name':'mentally disabled'},{'id':818,'name':'based on novel or book'},{'id':2501,'name':'death row'},{'id':2881,'name':'jail guard'},{'id':5571,'name':'great depression'},{'id':6152,'name':'supernatural'},{'id':9774,'name':'prison guard'},{'id':9890,'name':'jail'},{'id':11263,'name':'electric chair'},{'id':156597,'name':'magic realism'},{'id':167696,'name':'healing'},{'id':214548,'name':'1930s'}]" +40805,"[{'id':258,'name':'bomb'},{'id':779,'name':'martial arts'},{'id':782,'name':'assassin'},{'id':2016,'name':'vandalism'},{'id':2334,'name':'nightclub'},{'id':4613,'name':'training'},{'id':4728,'name':'knife'},{'id':8508,'name':'party'},{'id':9639,'name':'playboy'},{'id':9715,'name':'superhero'},{'id':9748,'name':'revenge'},{'id':11060,'name':'trap'},{'id':14819,'name':'violence'},{'id':15482,'name':'kato'},{'id':15483,'name':'car chase'},{'id':15484,'name':'meth lab'}]" +15487,"[{'id':2702,'name':'golf'},{'id':6075,'name':'sport'},{'id':236170,'name':'early 1900s'}]" +11583,"[{'id':8250,'name':'victorian england'},{'id':156120,'name':'train robbery'},{'id':159858,'name':'strongbox'},{'id':159859,'name':'gold theft'},{'id':159862,'name':'british history'},{'id':159865,'name':'historic figure'},{'id':159868,'name':'playing piano'},{'id':159871,'name':'horse carriage'},{'id':207928,'name':'19th century'}]" +13922,"[{'id':818,'name':'based on novel or book'},{'id':1956,'name':'world war ii'},{'id':1968,'name':'prisoner of war'},{'id':2398,'name':'narration'},{'id':10374,'name':'archive footage'},{'id':11107,'name':'rescue mission'},{'id':13065,'name':'soldier'},{'id':207883,'name':'1940s'},{'id':228523,'name':'inspired by true events'},{'id':229851,'name':'fictionalized history'}]" +64682,"[{'id':818,'name':'based on novel or book'},{'id':1326,'name':'infidelity'},{'id':1523,'name':'obsession'},{'id':3929,'name':'hope'},{'id':9398,'name':'long island'},{'id':207876,'name':'1920s'},{'id':209714,'name':'3d'}]" +5925,"[{'id':818,'name':'based on novel or book'},{'id':895,'name':'optimism'},{'id':1223,'name':'switzerland'},{'id':1480,'name':'baseball'},{'id':1505,'name':'famous score'},{'id':1563,'name':'prisoner'},{'id':1879,'name':'shower'},{'id':1956,'name':'world war ii'},{'id':1968,'name':'prisoner of war'},{'id':2147,'name':'claustrophobia'},{'id':2652,'name':'nazi'},{'id':4276,'name':'machinegun'},{'id':4565,'name':'dystopia'},{'id':5034,'name':'attempt to escape'},{'id':5136,'name':'uniform'},{'id':6089,'name':'freedom'},{'id':9672,'name':'based on a true story'},{'id':9774,'name':'prison guard'},{'id':10614,'name':'tragedy'},{'id':10685,'name':'escape'},{'id':11105,'name':'swastika'},{'id':11246,'name':'barbed wire'},{'id':11267,'name':'solitary confinement'},{'id':14735,'name':'motorcycle'},{'id':160175,'name':'alps'}]" +914,"[{'id':74,'name':'germany'},{'id':407,'name':'dictator'},{'id':928,'name':'hairdresser'},{'id':1453,'name':'amnesia'},{'id':1755,'name':'fascism'},{'id':2444,'name':'jewish ghetto'},{'id':2504,'name':'world war i'},{'id':2606,'name':'jew'},{'id':2652,'name':'nazi'},{'id':2903,'name':'propaganda'},{'id':3061,'name':'national socialism'},{'id':3068,'name':'national socialist party'},{'id':6001,'name':'speech'},{'id':8201,'name':'satire'},{'id':10842,'name':'good vs evil'},{'id':165556,'name':'barber shop'}]" +14047,"[{'id':5565,'name':'biography'}]" +16279,"[{'id':2594,'name':'magic show'},{'id':3658,'name':'career'},{'id':4610,'name':'comeback'},{'id':7617,'name':'drop-out'}]" +25767,"[{'id':11513,'name':'cheating husband'},{'id':33626,'name':'millionaire'},{'id':156706,'name':'oil tycoon'}]" +120467,"[{'id':612,'name':'hotel'},{'id':3023,'name':'eastern europe'},{'id':5918,'name':'painting'},{'id':10818,'name':'author'},{'id':11159,'name':'wartime'},{'id':12371,'name':'gunfight'},{'id':14604,'name':'theft'},{'id':171036,'name':'bellboy'},{'id':171493,'name':'mentor protégé relationship'},{'id':181046,'name':'european'},{'id':188688,'name':'hotel lobby'},{'id':207257,'name':'renaissance painting'},{'id':208992,'name':'1960s'},{'id':214548,'name':'1930s'}]" +429,"[{'id':801,'name':'bounty hunter'},{'id':972,'name':'refugee'},{'id':1321,'name':'gold'},{'id':2095,'name':'anti hero'},{'id':2125,'name':'gallows'},{'id':2708,'name':'hitman'},{'id':6092,'name':'army'},{'id':9503,'name':'outlaw'},{'id':10950,'name':'shootout'},{'id':11426,'name':'moral ambiguity'},{'id':156212,'name':'spaghetti western'}]" +9340,"[{'id':3882,'name':'gang of thieves'},{'id':11088,'name':'treasure map'},{'id':12371,'name':'gunfight'},{'id':160246,'name':'childhood friends'},{'id':163841,'name':'booby trap'},{'id':169936,'name':'water slide'},{'id':169950,'name':'foreclosure'},{'id':169951,'name':'walking the plank'},{'id':169953,'name':'lost treasure'},{'id':171556,'name':'social outcast'},{'id':185200,'name':'pirate ship'},{'id':194943,'name':'henchmen'},{'id':206585,'name':'wacky gadgets'}]" +1247,"[{'id':212,'name':'london'},{'id':220,'name':'berlin germany'},{'id':279,'name':'usa'},{'id':470,'name':'spy'},{'id':591,'name':'cia'},{'id':701,'name':'cuba'},{'id':1157,'name':'wife husband relationship'},{'id':1310,'name':'mentor'},{'id':1571,'name':'return'},{'id':2106,'name':'cold war'},{'id':2521,'name':'congo'},{'id':2982,'name':'leaving one's family'},{'id':3278,'name':'kgb'},{'id':3321,'name':'childhood memory'},{'id':4183,'name':'wife'},{'id':4278,'name':'invasion'},{'id':5459,'name':'bay of pigs'},{'id':18035,'name':'family'},{'id':208349,'name':'child'}]" +250538,"[{'id':972,'name':'refugee'},{'id':7658,'name':'kansas'},{'id':208790,'name':'sudanese'}]" +39037,"[{'id':9673,'name':'love'},{'id':10183,'name':'independent film'},{'id':168346,'name':'manhattan, new york city'},{'id':207877,'name':'finding love'}]" +2268,"[{'id':392,'name':'england'},{'id':818,'name':'based on novel or book'},{'id':1461,'name':'compass'},{'id':1706,'name':'experiment'},{'id':2596,'name':'lordship'},{'id':6464,'name':'uncle'},{'id':6678,'name':'polar bear'},{'id':10400,'name':'airship'},{'id':13014,'name':'orphan'},{'id':18165,'name':'animal'},{'id':208507,'name':'alternative universe'},{'id':246466,'name':'based on young adult novel'}]" +101030,[] +962,"[{'id':1261,'name':'river'},{'id':1321,'name':'gold'},{'id':1691,'name':'dance'},{'id':2346,'name':'worker'},{'id':3623,'name':'cabin'},{'id':4542,'name':'gold rush'},{'id':4543,'name':'thanksgiving'},{'id':9673,'name':'love'},{'id':9880,'name':'alaska'},{'id':180808,'name':'klondike'},{'id':183875,'name':'little tramp'},{'id':186403,'name':'dance hall'}]" +242,"[{'id':131,'name':'italy'},{'id':186,'name':'christianity'},{'id':242,'name':'new york'},{'id':441,'name':'assassination'},{'id':700,'name':'italian american'},{'id':716,'name':'vatican'},{'id':717,'name':'pope'},{'id':718,'name':'confession'},{'id':720,'name':'helicopter'},{'id':5600,'name':'daughter'},{'id':10909,'name':'lawyer'}]" +240,"[{'id':131,'name':'italy'},{'id':700,'name':'italian american'},{'id':701,'name':'cuba'},{'id':4232,'name':'melancholy'},{'id':6049,'name':'praise'},{'id':9748,'name':'revenge'},{'id':10391,'name':'mafia'},{'id':10909,'name':'lawyer'},{'id':11221,'name':'blood'},{'id':14632,'name':'suburb'},{'id':156024,'name':'corrupt politician'},{'id':158261,'name':'bloody body of child'},{'id':187788,'name':'man punches woman'}]" +238,"[{'id':131,'name':'italy'},{'id':697,'name':'loss of loved one'},{'id':699,'name':'love at first sight'},{'id':700,'name':'italian american'},{'id':1295,'name':'europe'},{'id':4677,'name':'patriarch'},{'id':10291,'name':'organized crime'},{'id':10391,'name':'mafia'},{'id':10909,'name':'lawyer'},{'id':33421,'name':'crime family'},{'id':165725,'name':'rise to power'},{'id':166462,'name':'mob boss'},{'id':207883,'name':'1940s'},{'id':208611,'name':'1950s'}]" +17729,"[{'id':1416,'name':'jazz'},{'id':5565,'name':'biography'},{'id':6165,'name':'historical figure'}]" +72031,[] +227156,"[{'id':818,'name':'based on novel or book'},{'id':1605,'name':'new love'},{'id':4565,'name':'dystopia'},{'id':10937,'name':'memory'},{'id':12999,'name':'black and white'},{'id':13130,'name':'teenager'},{'id':156791,'name':'alternate world'},{'id':181235,'name':'color'},{'id':246466,'name':'based on young adult novel'}]" +65754,"[{'id':570,'name':'rape'},{'id':736,'name':'journalist'},{'id':818,'name':'based on novel or book'},{'id':917,'name':'journalism'},{'id':2157,'name':'hacker'},{'id':2652,'name':'nazi'},{'id':4470,'name':'punk'},{'id':5340,'name':'investigation'},{'id':9714,'name':'remake'},{'id':10371,'name':'antisocial personality disorder'},{'id':10714,'name':'serial killer'},{'id':10941,'name':'disappearance'},{'id':12361,'name':'hacking'},{'id':156386,'name':'bible quote'},{'id':159468,'name':'millennium'},{'id':162425,'name':'saga'},{'id':165317,'name':'based on movie'},{'id':197952,'name':'scandinavian'},{'id':207691,'name':'abuse'},{'id':244863,'name':'first part'},{'id':249598,'name':'stieg larsson'}]" +2762,"[{'id':392,'name':'england'},{'id':769,'name':'falsely accused'},{'id':818,'name':'based on novel or book'},{'id':1655,'name':'country house'},{'id':9826,'name':'murder'},{'id':18300,'name':'english countryside'},{'id':214548,'name':'1930s'},{'id':226499,'name':'manhunt'}]" +10591,"[{'id':2727,'name':'porn actor'},{'id':5593,'name':'pornographic video'},{'id':6270,'name':'high school'},{'id':6275,'name':'school party'},{'id':6946,'name':'blonde'},{'id':222174,'name':'girl next door'}]" +2046,"[{'id':663,'name':'fortune teller'},{'id':798,'name':'sheriff'},{'id':1415,'name':'small town'},{'id':1566,'name':'dream'},{'id':2591,'name':'tarot cards'},{'id':3030,'name':'nightmare'},{'id':4129,'name':'widow'},{'id':6148,'name':'court'},{'id':10170,'name':'premonition'},{'id':14819,'name':'violence'},{'id':15378,'name':'backwoods'},{'id':41171,'name':'pond'},{'id':163558,'name':'extrasensory perception'},{'id':170620,'name':'clairvoyant'},{'id':212643,'name':'abusive husband'},{'id':245264,'name':'southern gothic'}]" +100046,"[{'id':179430,'name':'aftercreditsstinger'}]" +11439,"[{'id':212,'name':'london'},{'id':591,'name':'cia'},{'id':818,'name':'based on novel or book'},{'id':1327,'name':'war crimes'},{'id':1700,'name':'massachusetts'},{'id':9365,'name':'tony blair'},{'id':10818,'name':'author'},{'id':15188,'name':'martha's vineyard'}]" +5916,"[{'id':1556,'name':'texas'},{'id':9826,'name':'murder'},{'id':10051,'name':'heist'},{'id':10562,'name':'on the run'},{'id':10856,'name':'bag of money'},{'id':15363,'name':'bank robbery'},{'id':33456,'name':'double cross'}]" +13333,"[{'id':779,'name':'martial arts'}]" +2649,"[{'id':380,'name':'sibling relationship'},{'id':1421,'name':'birthday'},{'id':3883,'name':'danger of life'},{'id':5732,'name':'birthday party'},{'id':173303,'name':'surprising'}]" +284536,"[{'id':395,'name':'gambling'},{'id':1419,'name':'gun'},{'id':1992,'name':'professor'},{'id':9849,'name':'beating'},{'id':155841,'name':'gambler'},{'id':166631,'name':'loan shark'}]" +12611,"[{'id':539,'name':'middle east'},{'id':612,'name':'hotel'},{'id':818,'name':'based on novel or book'},{'id':966,'name':'beach'},{'id':970,'name':'parent child relationship'},{'id':1475,'name':'telepathy'},{'id':1930,'name':'kidnapping'},{'id':2051,'name':'intelligence'},{'id':5086,'name':'telekinesis'},{'id':10950,'name':'shootout'},{'id':14742,'name':'psychic'},{'id':14819,'name':'violence'},{'id':155582,'name':'amusement park'},{'id':163049,'name':'government agent'},{'id':177398,'name':'levitation'}]" +52485,"[{'id':1442,'name':'winter'},{'id':3593,'name':'wilderness'}]" +9427,"[{'id':1252,'name':'suicide attempt'},{'id':3489,'name':'job interview'},{'id':4378,'name':'striptease'},{'id':5153,'name':'son'},{'id':5215,'name':'northern england'},{'id':5905,'name':'father'},{'id':6149,'name':'police'},{'id':8438,'name':'job'},{'id':9180,'name':'yorkshire'},{'id':10198,'name':'gay relationship'},{'id':156052,'name':'unemployment'},{'id':164852,'name':'steel worker'},{'id':164861,'name':'repossession'},{'id':164865,'name':'male stripper'},{'id':175536,'name':'obese'}]" +199373,"[{'id':549,'name':'prostitute'},{'id':708,'name':'runaway'},{'id':718,'name':'confession'},{'id':1419,'name':'gun'},{'id':1442,'name':'winter'},{'id':1930,'name':'kidnapping'},{'id':2708,'name':'hitman'},{'id':3688,'name':'strip club'},{'id':9672,'name':'based on a true story'},{'id':9834,'name':'pole dancer'},{'id':10685,'name':'escape'},{'id':10714,'name':'serial killer'},{'id':10958,'name':'man hunt'},{'id':33688,'name':'hunting'},{'id':41352,'name':'drug overdose'},{'id':172727,'name':'anchorage alaska'}]" +987,"[{'id':520,'name':'chicago'},{'id':736,'name':'journalist'},{'id':918,'name':'newspaper'},{'id':1459,'name':'marriage proposal'},{'id':4602,'name':'stress'},{'id':4604,'name':'father-in-law'},{'id':155744,'name':'newspaper man'}]" +25680,"[{'id':1680,'name':'boston'},{'id':1812,'name':'fbi'},{'id':9937,'name':'suspense'},{'id':10847,'name':'boston garden'},{'id':14856,'name':'informer'},{'id':155453,'name':'gritty'}]" +1051,"[{'id':242,'name':'new york'},{'id':796,'name':'police brutality'},{'id':916,'name':'marseille'},{'id':1759,'name':'night life'},{'id':2013,'name':'attempted murder'},{'id':2231,'name':'drug dealer'},{'id':2235,'name':'drug mule'},{'id':2671,'name':'heroin'},{'id':3149,'name':'gangster'},{'id':3391,'name':'drug smuggle'},{'id':4654,'name':'undercover agent'},{'id':4655,'name':'hijacking of train'},{'id':15483,'name':'car chase'}]" +169865,"[{'id':8087,'name':'horror'},{'id':163053,'name':'found footage'}]" +22824,"[{'id':380,'name':'sibling relationship'},{'id':2564,'name':'wheelchair'},{'id':3363,'name':'hypnosis'},{'id':5340,'name':'investigation'},{'id':9665,'name':'cover-up'},{'id':9738,'name':'ufo'},{'id':9880,'name':'alaska'},{'id':10941,'name':'disappearance'},{'id':11612,'name':'hospital'},{'id':12553,'name':'alien abduction'},{'id':14781,'name':'patient'},{'id':157154,'name':'psychotherapy'},{'id':160517,'name':'fake documentary'},{'id':172280,'name':'based on supposedly true story'},{'id':172712,'name':'nome alaska'},{'id':172715,'name':'faked footage'},{'id':172717,'name':'audio cassette'},{'id':172718,'name':'ancient astronaut'},{'id':172727,'name':'anchorage alaska'},{'id':172732,'name':'police fake'},{'id':179431,'name':'duringcreditsstinger'}]" +1381,"[{'id':879,'name':'brain tumor'},{'id':1604,'name':'operation'},{'id':2011,'name':'queen'},{'id':2038,'name':'love of one's life'},{'id':2098,'name':'fountain'},{'id':3262,'name':'surgeon'},{'id':3352,'name':'tree'},{'id':3737,'name':'dying and death'},{'id':3755,'name':'transience'},{'id':4978,'name':'immortality'},{'id':5566,'name':'maya civilization'},{'id':15149,'name':'monkey'},{'id':208358,'name':'conquest'}]" +270672,[] +255157,"[{'id':9937,'name':'suspense'},{'id':14604,'name':'theft'}]" +101325,"[{'id':387,'name':'california'},{'id':437,'name':'painter'},{'id':966,'name':'beach'},{'id':2861,'name':'gallery'},{'id':6593,'name':'stripper'},{'id':8508,'name':'party'},{'id':10183,'name':'independent film'},{'id':10614,'name':'tragedy'},{'id':10889,'name':'counterfeit'},{'id':13130,'name':'teenager'},{'id':14893,'name':'art'},{'id':195537,'name':'forgery'},{'id':208567,'name':'canvas'}]" +1729,"[{'id':8847,'name':'tempel'},{'id':9390,'name':'shaolin'},{'id':13130,'name':'teenager'},{'id':14778,'name':'urination'},{'id':15192,'name':'staff'},{'id':192913,'name':'warrior'},{'id':207411,'name':'monkey king'}]" +42245,"[{'id':818,'name':'based on novel or book'},{'id':1329,'name':'canada'},{'id':2041,'name':'island'},{'id':2479,'name':'chicken'},{'id':2673,'name':'horse'},{'id':2763,'name':'human vs nature'},{'id':3725,'name':'pregnancy'},{'id':5160,'name':'animal attack'},{'id':5332,'name':'greed'},{'id':6396,'name':'worm'},{'id':10292,'name':'gore'},{'id':11221,'name':'blood'},{'id':14793,'name':'wasp'},{'id':18171,'name':'thunderstorm'},{'id':33688,'name':'hunting'},{'id':33772,'name':'deer hunting'},{'id':34079,'name':'death'},{'id':155791,'name':'american football player'},{'id':158252,'name':'giant animal'},{'id':173272,'name':'flood'},{'id':180715,'name':'giving birth'},{'id':189359,'name':'rat'},{'id':215522,'name':'british columbia'}]" +790,"[{'id':530,'name':'prophecy'},{'id':658,'name':'sea'},{'id':966,'name':'beach'},{'id':1321,'name':'gold'},{'id':1415,'name':'small town'},{'id':1829,'name':'beheading'},{'id':1938,'name':'sword'},{'id':2398,'name':'narration'},{'id':3002,'name':'fog'},{'id':3341,'name':'leprosy'},{'id':3799,'name':'ship'},{'id':4079,'name':'lighthouse'},{'id':14765,'name':'church'}]" +9426,"[{'id':1706,'name':'experiment'},{'id':1852,'name':'mutant'},{'id':2766,'name':'mutation'},{'id':4753,'name':'to beam'},{'id':9714,'name':'remake'},{'id':14760,'name':'scientist'},{'id':156810,'name':'science'},{'id':157661,'name':'bodily dismemberment'},{'id':177281,'name':'parasite underneath skin'},{'id':181304,'name':'fly the insect'},{'id':191564,'name':'body horror'},{'id':215905,'name':'craziness'},{'id':223059,'name':'animal horror'},{'id':236999,'name':'melting'}]" +256273,"[{'id':156205,'name':'concert film'}]" +76758,"[{'id':570,'name':'rape'},{'id':818,'name':'based on novel or book'},{'id':1411,'name':'brothel'},{'id':9672,'name':'based on a true story'},{'id':11872,'name':'atrocity'},{'id':13059,'name':'prostitution'},{'id':173251,'name':'forced prostitution'},{'id':190931,'name':'nanking massacre china 1937'}]" +888,"[{'id':554,'name':'manager'},{'id':931,'name':'jealousy'},{'id':2374,'name':'bad mother-in-law'},{'id':2393,'name':'adoption'},{'id':2783,'name':'family's daily life'},{'id':4428,'name':'stone age'},{'id':4812,'name':'plan'},{'id':6054,'name':'friendship'},{'id':10988,'name':'based on tv series'},{'id':12392,'name':'best friend'},{'id':12616,'name':'dinosaur'},{'id':159955,'name':'cavemen'}]" +72207,"[{'id':572,'name':'sex'},{'id':582,'name':'san francisco'},{'id':1946,'name':'restaurant'},{'id':3609,'name':'frustration'},{'id':3713,'name':'chase'},{'id':4891,'name':'offer'},{'id':6167,'name':'engagement'},{'id':9673,'name':'love'},{'id':11268,'name':'psychologist'},{'id':13027,'name':'wedding'},{'id':14983,'name':'proposal'},{'id':18293,'name':'chef'},{'id':160588,'name':'ceremony'},{'id':178863,'name':'englishwoman'},{'id':189093,'name':'ring'},{'id':198673,'name':'unemployed'}]" +127916,"[{'id':65,'name':'holiday'},{'id':380,'name':'sibling relationship'},{'id':1857,'name':'irish-american'},{'id':201548,'name':'family gatherings'},{'id':207317,'name':'christmas'}]" +84199,"[{'id':2389,'name':'virgin'},{'id':6270,'name':'high school'},{'id':8508,'name':'party'},{'id':157303,'name':'first love'},{'id':168135,'name':'awkwardness'}]" +37233,"[{'id':1812,'name':'fbi'},{'id':3703,'name':'law'},{'id':6335,'name':'tennessee'},{'id':10909,'name':'lawyer'},{'id':162813,'name':'law firm'},{'id':208043,'name':'bar exam'}]" +9030,"[{'id':380,'name':'sibling relationship'},{'id':1741,'name':'blindness and impaired vision'},{'id':2480,'name':'eye operation'},{'id':2481,'name':'eyesight'},{'id':3737,'name':'dying and death'},{'id':4484,'name':'eye'},{'id':5783,'name':'classical music'},{'id':5923,'name':'sister'},{'id':8047,'name':'eye specialist'},{'id':9714,'name':'remake'}]" +138103,"[{'id':591,'name':'cia'},{'id':6163,'name':'arms dealer'},{'id':9663,'name':'sequel'},{'id':11107,'name':'rescue mission'},{'id':11612,'name':'hospital'},{'id':14643,'name':'battle'},{'id':157424,'name':'sledgehammer'},{'id':188944,'name':'revolver'}]" +27578,"[{'id':331,'name':'tattoo'},{'id':779,'name':'martial arts'},{'id':1589,'name':'sniper'},{'id':2041,'name':'island'},{'id':3070,'name':'mercenary'},{'id':3450,'name':'bridge'},{'id':10084,'name':'rescue'},{'id':10685,'name':'escape'},{'id':14765,'name':'church'},{'id':14964,'name':'drugs'},{'id':40884,'name':'blade'},{'id':159753,'name':'ensemble cast'},{'id':179431,'name':'duringcreditsstinger'}]" +76163,"[{'id':697,'name':'loss of loved one'},{'id':3800,'name':'airplane'},{'id':12617,'name':'airplane crash'},{'id':14819,'name':'violence'},{'id':33678,'name':'beard'},{'id':159753,'name':'ensemble cast'},{'id':162487,'name':'wisecrack humor'},{'id':179305,'name':'airport lounge'},{'id':179321,'name':'asian woman'}]" +11587,"[{'id':2122,'name':'death penalty'},{'id':2619,'name':'suspicion of murder'},{'id':2626,'name':'exorcism'},{'id':3440,'name':'doomed man'},{'id':5340,'name':'investigation'},{'id':10093,'name':'priest'},{'id':10323,'name':'psychiatric hospital'},{'id':14676,'name':'series of murders'},{'id':156091,'name':'missing person'}]" +9552,"[{'id':2626,'name':'exorcism'},{'id':3649,'name':'holy water'},{'id':3684,'name':'religion and supernatural'},{'id':5569,'name':'vomit'},{'id':5950,'name':'christian'},{'id':9712,'name':'possession'},{'id':9754,'name':'profanity'},{'id':10093,'name':'priest'},{'id':10112,'name':'ouija board'},{'id':10138,'name':'satan'},{'id':11627,'name':'paranormal phenomena'},{'id':14659,'name':'girl'},{'id':15001,'name':'demon'},{'id':18402,'name':'strong language'},{'id':179564,'name':'disturbed child'},{'id':179567,'name':'crisis of faith'},{'id':198435,'name':'sfx'}]" +8643,"[{'id':1944,'name':'epilepsy'},{'id':9712,'name':'possession'},{'id':10809,'name':'teenage girl'},{'id':13153,'name':'spirit'},{'id':41277,'name':'umbrella'},{'id':41511,'name':'cross'},{'id':49950,'name':'prosecutor'},{'id':161207,'name':'catholicism'},{'id':172670,'name':'negligent homicide'},{'id':172683,'name':'archdiocese'},{'id':172684,'name':'agnostic'},{'id':172694,'name':'malnutrition'},{'id':172695,'name':'burning'},{'id':172699,'name':'psychotic epileptic disorder'}]" +3124,"[{'id':3098,'name':'castle'},{'id':10125,'name':'mad scientist'},{'id':155730,'name':'hammer horror'}]" +764,"[{'id':769,'name':'falsely accused'},{'id':2380,'name':'audio tape'},{'id':2879,'name':'aggression'},{'id':4010,'name':'log cabin'},{'id':4013,'name':'chain saw'},{'id':4014,'name':'giant plant'},{'id':4748,'name':'lodge'},{'id':9713,'name':'friends'},{'id':11097,'name':'part stop motion'},{'id':34117,'name':'cult film'},{'id':156075,'name':'evil'},{'id':156174,'name':'occult'},{'id':157458,'name':'book of the dead'},{'id':157466,'name':'necronomicon'},{'id':161261,'name':'demonic possession'}]" +156022,"[{'id':417,'name':'corruption'},{'id':782,'name':'assassin'},{'id':1562,'name':'hostage'},{'id':1812,'name':'fbi'},{'id':2708,'name':'hitman'},{'id':2808,'name':'russian'},{'id':3016,'name':'security camera'},{'id':3149,'name':'gangster'},{'id':4426,'name':'sadism'},{'id':7002,'name':'vigilante'},{'id':9714,'name':'remake'},{'id':9740,'name':'sociopath'},{'id':9748,'name':'revenge'},{'id':9937,'name':'suspense'},{'id':10291,'name':'organized crime'},{'id':10292,'name':'gore'},{'id':10988,'name':'based on tv series'},{'id':14819,'name':'violence'},{'id':15048,'name':'teenage prostitute'},{'id':15248,'name':'commando'},{'id':15271,'name':'interrogation'},{'id':18420,'name':'surveillance'},{'id':155750,'name':'fakes death'},{'id':162380,'name':'ex soldier'},{'id':167104,'name':'loner'},{'id':167164,'name':'call girl'},{'id':175056,'name':'black ops'},{'id':188955,'name':'hand to hand combat'},{'id':209525,'name':'mysterious past'},{'id':244863,'name':'first part'}]" +73818,"[{'id':1336,'name':'ransom'},{'id':1419,'name':'gun'},{'id':5774,'name':'forest'},{'id':15156,'name':'cell phone'},{'id':34142,'name':'jobless'},{'id':34143,'name':'rich'}]" +174321,"[{'id':904,'name':'pennsylvania'},{'id':6270,'name':'high school'},{'id':41355,'name':'teacher student relationship'},{'id':41525,'name':'high school teacher'},{'id':157799,'name':'older woman younger man relationship'},{'id':163110,'name':'theatre'}]" +409,"[{'id':487,'name':'cairo'},{'id':1160,'name':'egypt'},{'id':1284,'name':'identity'},{'id':1453,'name':'amnesia'},{'id':1956,'name':'world war ii'},{'id':1959,'name':'burn'},{'id':1961,'name':'landmine'},{'id':1963,'name':'expedition'},{'id':1964,'name':'cave'},{'id':1965,'name':'sandstorm'},{'id':1967,'name':'cave painting'},{'id':1968,'name':'prisoner of war'},{'id':1969,'name':'map'},{'id':1971,'name':'mine clearer'},{'id':1972,'name':'hearing'},{'id':2050,'name':'desert scientist'},{'id':2051,'name':'intelligence'},{'id':2052,'name':'traitor'},{'id':2053,'name':'mural painting'},{'id':3800,'name':'airplane'},{'id':7879,'name':'secret love'},{'id':18034,'name':'desert'}]" +10649,"[{'id':582,'name':'san francisco'},{'id':3859,'name':'alcatraz'},{'id':5373,'name':'damage'},{'id':5439,'name':'inspector'},{'id':8956,'name':'magnum'},{'id':177512,'name':'dirty harry'}]" +46625,"[{'id':886,'name':'movie business'},{'id':9826,'name':'murder'},{'id':10183,'name':'independent film'},{'id':34030,'name':'typewriter'},{'id':208904,'name':'war on crime'}]" +128540,"[{'id':5950,'name':'christian'}]" +11532,"[{'id':970,'name':'parent child relationship'},{'id':1161,'name':'brazil'},{'id':4113,'name':'jaguar'},{'id':5968,'name':'amazon'},{'id':9672,'name':'based on a true story'},{'id':10787,'name':'jungle'},{'id':18266,'name':'south america'},{'id':156948,'name':'missing child'},{'id':166103,'name':'amazon rainforest'},{'id':170865,'name':'child kidnapping'},{'id':180549,'name':'deforestation'},{'id':215162,'name':'indigenous peoples'}]" +330590,"[{'id':9401,'name':'sherlock holmes'}]" +312316,"[{'id':188960,'name':'elevator'}]" +4288,"[{'id':1261,'name':'river'},{'id':5767,'name':'summer camp'},{'id':5774,'name':'forest'},{'id':9826,'name':'murder'},{'id':11663,'name':'camp'}]" +125414,"[{'id':155678,'name':'penis'}]" +19912,"[{'id':830,'name':'car race'},{'id':3737,'name':'dying and death'},{'id':4812,'name':'plan'},{'id':6315,'name':'stock car racing'},{'id':9844,'name':'car crash'},{'id':10170,'name':'premonition'},{'id':10292,'name':'gore'},{'id':10629,'name':'vision'}]" +9433,"[{'id':1003,'name':'photographer'},{'id':2522,'name':'grizzly bear'},{'id':3593,'name':'wilderness'},{'id':3800,'name':'airplane'},{'id':4522,'name':'supermodel'},{'id':4811,'name':'emergency landing'},{'id':9937,'name':'suspense'},{'id':10349,'name':'survival'},{'id':10468,'name':'bear'},{'id':223059,'name':'animal horror'}]" +15266,"[{'id':3291,'name':'kentucky'},{'id':192553,'name':'rifleman'}]" +45317,"[{'id':1857,'name':'irish-american'},{'id':2792,'name':'boxer'},{'id':5565,'name':'biography'},{'id':6075,'name':'sport'},{'id':174093,'name':'lowell massachusetts'},{'id':174099,'name':'blue collar worker'},{'id':174107,'name':'church bells'},{'id':174109,'name':'documentary filmmaking'},{'id':174110,'name':'boxer shorts'},{'id':174116,'name':'jumping rope'},{'id':174117,'name':'shadow boxing'},{'id':179431,'name':'duringcreditsstinger'}]" +162903,"[{'id':736,'name':'journalist'},{'id':5565,'name':'biography'},{'id':11615,'name':'internet'},{'id':33646,'name':'information leak'},{'id':208647,'name':'activist'}]" +18,"[{'id':402,'name':'clone'},{'id':444,'name':'taxi'},{'id':679,'name':'cyborg'},{'id':1160,'name':'egypt'},{'id':2964,'name':'future'},{'id':3622,'name':'stowaway'},{'id':3801,'name':'space travel'},{'id':4776,'name':'race against time'},{'id':6163,'name':'arms dealer'},{'id':9673,'name':'love'},{'id':9951,'name':'alien'},{'id':10093,'name':'priest'},{'id':10150,'name':'end of the world'},{'id':10842,'name':'good vs evil'},{'id':10950,'name':'shootout'},{'id':11148,'name':'police chase'},{'id':11290,'name':'cab driver'},{'id':14512,'name':'new york city'},{'id':34117,'name':'cult film'},{'id':41586,'name':'archaeologist'},{'id':161176,'name':'space opera'},{'id':162365,'name':'military'},{'id':164920,'name':'opera singer'},{'id':169593,'name':'resort hotel'},{'id':172718,'name':'ancient astronaut'},{'id':229863,'name':'ancient evil'},{'id':234630,'name':'cruise liner'}]" +222935,"[{'id':587,'name':'amsterdam'},{'id':818,'name':'based on novel or book'},{'id':825,'name':'support group'},{'id':10163,'name':'cancer'},{'id':13130,'name':'teenager'},{'id':165086,'name':'star crossed lovers'},{'id':193400,'name':'teen drama'},{'id':210429,'name':'oxygen tank'},{'id':246466,'name':'based on young adult novel'}]" +9615,"[{'id':830,'name':'car race'},{'id':1926,'name':'car journey'},{'id':3296,'name':'car mechanic'},{'id':6996,'name':'car garage'},{'id':8574,'name':'auto-tuning'},{'id':9666,'name':'street race'},{'id':10931,'name':'drifting'},{'id':33885,'name':'car'}]" +9799,"[{'id':542,'name':'street gang'},{'id':830,'name':'car race'},{'id':1568,'name':'undercover'},{'id':8574,'name':'auto-tuning'},{'id':9666,'name':'street race'},{'id':12670,'name':'los angeles'},{'id':33885,'name':'car'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'}]" +62127,[] +73846,"[{'id':187056,'name':'woman director'}]" +5994,"[{'id':1022,'name':'workaholic'},{'id':34004,'name':'second chance'},{'id':184559,'name':'guardian angel'},{'id':207317,'name':'christmas'},{'id':231932,'name':'career vs family'},{'id':231933,'name':'life reprioritizing'}]" +112205,"[{'id':254,'name':'france'},{'id':4009,'name':'witness protection'},{'id':10391,'name':'mafia'},{'id':207128,'name':'mafia family'}]" +14784,"[{'id':855,'name':'fictional place'},{'id':10338,'name':'morphine'},{'id':47020,'name':'storytelling'},{'id':157022,'name':'darwin'},{'id':170344,'name':'imagination'},{'id':207876,'name':'1920s'}]" +9276,"[{'id':579,'name':'american football'},{'id':6270,'name':'high school'},{'id':9951,'name':'alien'},{'id':10508,'name':'teacher'},{'id':12105,'name':'student'},{'id':13130,'name':'teenager'},{'id':14964,'name':'drugs'},{'id':15250,'name':'alien infection'},{'id':161891,'name':'doppelgänger'},{'id':206364,'name':'anti authority'},{'id':231149,'name':'mob'},{'id':236892,'name':'groupthink'}]" +39219,[] +136911,"[{'id':1930,'name':'kidnapping'},{'id':10085,'name':'betrayal'},{'id':10714,'name':'serial killer'},{'id':15167,'name':'police detective'},{'id':206673,'name':'psychotic villain'}]" +214086,"[{'id':4129,'name':'widow'},{'id':176793,'name':'middle age'},{'id':207877,'name':'finding love'}]" +10875,"[{'id':1416,'name':'jazz'},{'id':3423,'name':'liquor'},{'id':3836,'name':'success'}]" +87499,"[{'id':3271,'name':'secret organization'},{'id':9826,'name':'murder'},{'id':41501,'name':'eco terrorism'},{'id':156388,'name':'environmentalism'},{'id':221911,'name':'vanity film'},{'id':221913,'name':'multiple felonies'}]" +49494,"[{'id':1405,'name':'roman empire'},{'id':2831,'name':'slavery'},{'id':5049,'name':'ancient rome'},{'id':5350,'name':'eagle'},{'id':9812,'name':'honor'},{'id':10941,'name':'disappearance'},{'id':14704,'name':'ancient world'},{'id':14905,'name':'britain'},{'id':14906,'name':'slave'},{'id':235792,'name':'2nd century'}]" +250225,"[{'id':6373,'name':'sadomasochism'},{'id':9833,'name':'lesbian relationship'},{'id':10768,'name':'lesbian'},{'id':156096,'name':'butterfly'},{'id':178883,'name':'autumn'},{'id':190370,'name':'erotic movie'},{'id':207515,'name':'dominance submissiveness'}]" +272693,"[{'id':279,'name':'usa'},{'id':818,'name':'based on novel or book'},{'id':6054,'name':'friendship'},{'id':6270,'name':'high school'},{'id':13130,'name':'teenager'},{'id':14534,'name':'relationship'},{'id':15402,'name':'popularity'},{'id':33910,'name':'high school student'},{'id':155722,'name':'teen comedy'},{'id':179431,'name':'duringcreditsstinger'},{'id':222174,'name':'girl next door'},{'id':246466,'name':'based on young adult novel'}]" +12783,"[{'id':392,'name':'england'},{'id':596,'name':'adultery'},{'id':4235,'name':'duke'},{'id':5305,'name':'gambling debts'},{'id':5809,'name':'marriage crisis'},{'id':160279,'name':'18th century'}]" +263986,[] +154400,"[{'id':642,'name':'robbery'},{'id':1010,'name':'bar'},{'id':1442,'name':'winter'},{'id':1936,'name':'blackmail'},{'id':2708,'name':'hitman'},{'id':3458,'name':'bartender'},{'id':9730,'name':'crime boss'},{'id':10291,'name':'organized crime'},{'id':11578,'name':'mobster'},{'id':12341,'name':'pitbull'},{'id':14765,'name':'church'},{'id':18396,'name':'catholic'},{'id':41523,'name':'brooklyn, new york city'},{'id':156121,'name':'ex-con'},{'id':220529,'name':'super bowl'},{'id':238184,'name':'abandoned puppy'}]" +2153,"[{'id':395,'name':'gambling'},{'id':585,'name':'casino'},{'id':642,'name':'robbery'},{'id':703,'name':'detective'},{'id':1317,'name':'card game'},{'id':2095,'name':'anti hero'},{'id':3581,'name':'witness'},{'id':10051,'name':'heist'},{'id':10856,'name':'bag of money'},{'id':12670,'name':'los angeles'},{'id':33885,'name':'car'},{'id':34117,'name':'cult film'},{'id':155453,'name':'gritty'},{'id':161974,'name':'getaway driver'},{'id':162275,'name':'set up'},{'id':207268,'name':'neo-noir'}]" +1278,"[{'id':90,'name':'paris france'},{'id':128,'name':'love triangle'},{'id':572,'name':'sex'},{'id':612,'name':'hotel'},{'id':738,'name':'sexuality'},{'id':1389,'name':'cinephilia'},{'id':1439,'name':'flat'},{'id':2069,'name':'bathing'},{'id':2187,'name':'riot'},{'id':2201,'name':'first time'},{'id':5246,'name':'students' movement'},{'id':9986,'name':'crush'},{'id':14638,'name':'american'},{'id':15016,'name':'twins'},{'id':33632,'name':'apartment'},{'id':33841,'name':'incest'},{'id':155870,'name':'polyamory'}]" +59447,"[{'id':179568,'name':'archaeological dig'}]" +146015,"[{'id':236,'name':'suicide'},{'id':818,'name':'based on novel or book'},{'id':894,'name':'depression'},{'id':1227,'name':'cemetery'},{'id':1438,'name':'office'},{'id':1552,'name':'subway'},{'id':2340,'name':'paranoia'},{'id':4565,'name':'dystopia'},{'id':9887,'name':'surrealism'},{'id':11200,'name':'look-alike'},{'id':14522,'name':'co-worker'},{'id':33632,'name':'apartment'},{'id':161891,'name':'doppelgänger'},{'id':168266,'name':'double'},{'id':188960,'name':'elevator'},{'id':191527,'name':'phone call'},{'id':207268,'name':'neo-noir'}]" +73499,"[{'id':3637,'name':'double agent'}]" +1944,"[{'id':966,'name':'beach'},{'id':1326,'name':'infidelity'},{'id':3096,'name':'book'},{'id':3487,'name':'assistant'},{'id':6139,'name':'innocence'},{'id':10183,'name':'independent film'},{'id':10818,'name':'author'},{'id':13028,'name':'writer'},{'id':13088,'name':'summer'}]" +20681,"[{'id':409,'name':'africa'},{'id':2020,'name':'revolution'},{'id':3070,'name':'mercenary'},{'id':10141,'name':'battlefield'},{'id':10185,'name':'covert operation'},{'id':11031,'name':'guerrilla warfare'},{'id':13006,'name':'torture'},{'id':18543,'name':'combat'},{'id':190150,'name':'soldier of fortune'}]" +26142,"[{'id':11612,'name':'hospital'},{'id':13005,'name':'doctor'},{'id':157959,'name':'surgery'},{'id':187056,'name':'woman director'}]" +296138,[] +157829,"[{'id':242,'name':'new york'},{'id':697,'name':'loss of loved one'},{'id':33494,'name':'couple'}]" +276401,"[{'id':242,'name':'new york'},{'id':697,'name':'loss of loved one'},{'id':33494,'name':'couple'}]" +275060,"[{'id':242,'name':'new york'},{'id':697,'name':'loss of loved one'},{'id':33494,'name':'couple'}]" +119698,"[{'id':409,'name':'africa'},{'id':720,'name':'helicopter'},{'id':2521,'name':'congo'},{'id':10787,'name':'jungle'},{'id':12616,'name':'dinosaur'},{'id':14760,'name':'scientist'},{'id':162342,'name':'discovery'},{'id':163053,'name':'found footage'}]" +76493,"[{'id':407,'name':'dictator'},{'id':190066,'name':'kurdish'}]" +2576,"[{'id':587,'name':'amsterdam'},{'id':1739,'name':'holocaust'},{'id':1956,'name':'world war ii'},{'id':2913,'name':'diary'},{'id':5565,'name':'biography'},{'id':6091,'name':'war'},{'id':11508,'name':'jewish'},{'id':14641,'name':'based on memoir or autobiography'},{'id':14659,'name':'girl'},{'id':18035,'name':'family'},{'id':189422,'name':'nazi occupation'},{'id':241982,'name':'children in wartime'}]" +191820,"[{'id':4344,'name':'musical'},{'id':8608,'name':'violinist'}]" +70386,"[{'id':2349,'name':'german'},{'id':2652,'name':'nazi'},{'id':2658,'name':'new zealand'},{'id':4252,'name':'black magic'},{'id':156174,'name':'occult'},{'id':161173,'name':'succubus'}]" +32122,"[{'id':6271,'name':'boarding school'},{'id':9941,'name':'melbourne'},{'id':10183,'name':'independent film'},{'id':10683,'name':'coming of age'},{'id':34125,'name':'catholic school'},{'id':46962,'name':'discipline'},{'id':208611,'name':'1950s'}]" +173980,[] +62630,"[{'id':3998,'name':'palace'},{'id':13068,'name':'impostor'},{'id':15078,'name':'pervertion'}]" +220471,"[{'id':6152,'name':'supernatural'},{'id':9937,'name':'suspense'}]" +350,"[{'id':90,'name':'paris france'},{'id':736,'name':'journalist'},{'id':818,'name':'based on novel or book'},{'id':917,'name':'journalism'},{'id':3486,'name':'fashion journal'},{'id':3487,'name':'assistant'},{'id':3488,'name':'job entrant'},{'id':3489,'name':'job interview'},{'id':4222,'name':'editor-in-chief'},{'id':15479,'name':'fashion'}]" +76487,"[{'id':588,'name':'rome italy'},{'id':2626,'name':'exorcism'},{'id':34079,'name':'death'},{'id':161261,'name':'demonic possession'},{'id':163053,'name':'found footage'}]" +135647,"[{'id':6396,'name':'worm'},{'id':162881,'name':'raccoon'}]" +34480,"[{'id':1964,'name':'cave'},{'id':2147,'name':'claustrophobia'},{'id':11221,'name':'blood'},{'id':13001,'name':'cowardliness'},{'id':18031,'name':'rescue team'},{'id':161240,'name':'sole survivor'}]" +65057,"[{'id':1668,'name':'hawaii'},{'id':4604,'name':'father-in-law'},{'id':5600,'name':'daughter'},{'id':11501,'name':'cheating wife'},{'id':34145,'name':'beach house'},{'id':155879,'name':'boating accident'},{'id':155881,'name':'estate'},{'id':155882,'name':'dying mother'},{'id':155884,'name':'beautiful girl'},{'id':155888,'name':'teenage daughter'},{'id':155891,'name':'trustee'},{'id':155892,'name':'trust fund'},{'id':155894,'name':'wild girl'},{'id':155896,'name':'wild child'},{'id':177259,'name':'realtor'}]" +1422,"[{'id':1568,'name':'undercover'},{'id':1680,'name':'boston'},{'id':6149,'name':'police'},{'id':9713,'name':'friends'},{'id':9714,'name':'remake'},{'id':10391,'name':'mafia'},{'id':11199,'name':'undercover cop'},{'id':11578,'name':'mobster'},{'id':14617,'name':'mole'},{'id':177235,'name':'state police'},{'id':177258,'name':'police training'},{'id':177259,'name':'realtor'}]" +9392,"[{'id':1852,'name':'mutant'},{'id':1963,'name':'expedition'},{'id':1964,'name':'cave'},{'id':2754,'name':'trauma'},{'id':3762,'name':'darkness'},{'id':6399,'name':'rope'},{'id':8624,'name':'climbing'},{'id':8796,'name':'appalachia'},{'id':9713,'name':'friends'},{'id':11322,'name':'female protagonist'},{'id':12392,'name':'best friend'},{'id':50009,'name':'survival horror'},{'id':172291,'name':'grieving'}]" +16113,"[{'id':949,'name':'terrorist'},{'id':10184,'name':'airplane hijacking'},{'id':10185,'name':'covert operation'}]" +11778,"[{'id':236,'name':'suicide'},{'id':422,'name':'vietnam veteran'},{'id':447,'name':'post traumatic stress disorder'},{'id':904,'name':'pennsylvania'},{'id':2956,'name':'vietnam'},{'id':4119,'name':'saigon'},{'id':8508,'name':'party'},{'id':10580,'name':'russian roulette'},{'id':10685,'name':'escape'},{'id':13027,'name':'wedding'},{'id':33772,'name':'deer hunting'},{'id':164852,'name':'steel worker'},{'id':225061,'name':'friend'},{'id':228755,'name':'viet cong'}]" +24936,"[{'id':237,'name':'gay'},{'id':585,'name':'casino'},{'id':1546,'name':'ambulance'},{'id':1721,'name':'fight'},{'id':2820,'name':'wound'},{'id':6054,'name':'friendship'},{'id':6653,'name':'trumpet'},{'id':9937,'name':'suspense'},{'id':10551,'name':'ballet'},{'id':10877,'name':'dead body'},{'id':14708,'name':'tears'},{'id':33719,'name':'drink'},{'id':156401,'name':'car wash'},{'id':188991,'name':'drunkenness'}]" +48289,"[{'id':966,'name':'beach'},{'id':3037,'name':'mossad'},{'id':4289,'name':'secret agent'},{'id':4924,'name':'insane asylum'},{'id':41307,'name':'lye'},{'id':41308,'name':'syringe'},{'id':41309,'name':'lost of friend'}]" +10425,"[{'id':5334,'name':'vineyard'},{'id':9897,'name':'rifle'},{'id':14658,'name':'drug trade'},{'id':14819,'name':'violence'},{'id':18026,'name':'drug lord'},{'id':33456,'name':'double cross'},{'id':155881,'name':'estate'},{'id':163815,'name':'baja california'},{'id':163824,'name':'san remo'},{'id':163828,'name':'landfill'},{'id':163833,'name':'gallop'},{'id':163834,'name':'rolling eyes'},{'id':163841,'name':'booby trap'},{'id':184369,'name':'shot'},{'id':188134,'name':'golden gun'}]" +11336,"[{'id':732,'name':'coma'},{'id':798,'name':'sheriff'},{'id':818,'name':'based on novel or book'},{'id':2858,'name':'sacrifice'},{'id':9856,'name':'flashback'},{'id':9937,'name':'suspense'},{'id':10024,'name':'psychopathic killer'},{'id':10170,'name':'premonition'},{'id':10629,'name':'vision'},{'id':13005,'name':'doctor'},{'id':13063,'name':'car accident'},{'id':14676,'name':'series of murders'},{'id':14742,'name':'psychic'},{'id':15002,'name':'dark hero'},{'id':33505,'name':'gothic'},{'id':41410,'name':'madness'}]" +10651,"[{'id':378,'name':'prison'},{'id':703,'name':'detective'},{'id':1419,'name':'gun'},{'id':1721,'name':'fight'},{'id':1788,'name':'chinatown'},{'id':2708,'name':'hitman'},{'id':3149,'name':'gangster'},{'id':6007,'name':'media'},{'id':6149,'name':'police'},{'id':6844,'name':'stalker'},{'id':9663,'name':'sequel'},{'id':9826,'name':'murder'},{'id':10391,'name':'mafia'},{'id':12193,'name':'reporter'},{'id':14601,'name':'explosion'},{'id':14819,'name':'violence'},{'id':207268,'name':'neo-noir'}]" +214464,"[{'id':12377,'name':'zombie'}]" +10200,"[{'id':1603,'name':'extraterrestrial technology'},{'id':1612,'name':'spacecraft'},{'id':1954,'name':'ultimatum'},{'id':2227,'name':'evacuation'},{'id':4210,'name':'panic'},{'id':6086,'name':'government'},{'id':9714,'name':'remake'},{'id':9738,'name':'ufo'},{'id':9951,'name':'alien'},{'id':10150,'name':'end of the world'},{'id':10891,'name':'giant robot'},{'id':11117,'name':'tank'},{'id':11479,'name':'social commentary'},{'id':14755,'name':'power outage'},{'id':15271,'name':'interrogation'},{'id':156388,'name':'environmentalism'},{'id':156661,'name':'threat'},{'id':160515,'name':'alien contact'},{'id':161287,'name':'central park'},{'id':209517,'name':'messenger'},{'id':219965,'name':'nanobots'},{'id':226763,'name':'disintegration'}]" +28430,"[{'id':212,'name':'london'},{'id':918,'name':'newspaper'},{'id':1670,'name':'sun'},{'id':3772,'name':'heat'},{'id':4627,'name':'earth'},{'id':5769,'name':'global warming'},{'id':10150,'name':'end of the world'},{'id':10617,'name':'disaster'},{'id':167241,'name':'newsroom'},{'id':189411,'name':'disaster movie'}]" +166452,"[{'id':4063,'name':'siege'},{'id':207941,'name':'17th century'},{'id':214410,'name':'ottoman empire'}]" +435,"[{'id':83,'name':'saving the world'},{'id':295,'name':'library'},{'id':843,'name':'cataclysm'},{'id':2210,'name':'climate change'},{'id':2212,'name':'greenhouse effect'},{'id':2213,'name':'tornado'},{'id':2214,'name':'twister'},{'id':2215,'name':'hurricane'},{'id':2216,'name':'hail'},{'id':2218,'name':'temperature drop'},{'id':2219,'name':'ice age'},{'id':2220,'name':'polar zone'},{'id':2221,'name':'meteorology'},{'id':2222,'name':'gulfstream'},{'id':2223,'name':'barrier ice'},{'id':2224,'name':'ice melting'},{'id':2225,'name':'third world'},{'id':2226,'name':'exodus'},{'id':2227,'name':'evacuation'},{'id':3693,'name':'climate'},{'id':6086,'name':'government'},{'id':10794,'name':'snow'},{'id':12670,'name':'los angeles'},{'id':14760,'name':'scientist'},{'id':34161,'name':'doomsday'},{'id':157160,'name':'antarctic'},{'id':189411,'name':'disaster movie'}]" +84226,"[{'id':4458,'name':'post-apocalyptic'},{'id':4565,'name':'dystopia'},{'id':10349,'name':'survival'},{'id':50009,'name':'survival horror'}]" +71469,"[{'id':2139,'name':'russia'},{'id':14909,'name':'alien invasion'},{'id':34061,'name':'american abroad'},{'id':41594,'name':'electricity'},{'id':186450,'name':'moscow'},{'id':221871,'name':'unlikely heroes'},{'id':221872,'name':'failed business'},{'id':241046,'name':'microwave'},{'id':247680,'name':'faraday'}]" +44041,"[{'id':156097,'name':'evil twin'},{'id':195402,'name':'film noir'}]" +49026,"[{'id':849,'name':'dc comics'},{'id':853,'name':'crime fighter'},{'id':949,'name':'terrorist'},{'id':1308,'name':'secret identity'},{'id':1437,'name':'burglar'},{'id':3051,'name':'hostage drama'},{'id':3562,'name':'time bomb'},{'id':6969,'name':'gotham city'},{'id':7002,'name':'vigilante'},{'id':9665,'name':'cover-up'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':9990,'name':'villainess'},{'id':10044,'name':'tragic hero'},{'id':13015,'name':'terrorism'},{'id':14796,'name':'destruction'},{'id':15011,'name':'criminal underworld'},{'id':18933,'name':'catwoman'},{'id':156082,'name':'cat burglar'},{'id':156395,'name':'imax'},{'id':173272,'name':'flood'}]" +155,"[{'id':849,'name':'dc comics'},{'id':853,'name':'crime fighter'},{'id':1308,'name':'secret identity'},{'id':3151,'name':'scarecrow'},{'id':4426,'name':'sadism'},{'id':4630,'name':'chaos'},{'id':6969,'name':'gotham city'},{'id':7002,'name':'vigilante'},{'id':9537,'name':'joker'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':10044,'name':'tragic hero'},{'id':10291,'name':'organized crime'},{'id':18023,'name':'criminal mastermind'},{'id':33518,'name':'district attorney'},{'id':33637,'name':'super power'},{'id':156395,'name':'imax'},{'id':163074,'name':'super villain'}]" +10349,"[{'id':798,'name':'sheriff'},{'id':818,'name':'based on novel or book'},{'id':879,'name':'brain tumor'},{'id':1936,'name':'blackmail'},{'id':3096,'name':'book'},{'id':3125,'name':'razor'},{'id':8802,'name':'pseudonym'},{'id':9181,'name':'alter ego'},{'id':9826,'name':'murder'},{'id':9927,'name':'maine'},{'id':10818,'name':'author'},{'id':12449,'name':'sparrow'},{'id':14512,'name':'new york city'},{'id':18035,'name':'family'},{'id':33637,'name':'super power'},{'id':166512,'name':'graveyard'},{'id':183515,'name':'high toned'}]" +258086,[] +591,"[{'id':90,'name':'paris france'},{'id':113,'name':'holy grail'},{'id':186,'name':'christianity'},{'id':345,'name':'monk'},{'id':818,'name':'based on novel or book'},{'id':1222,'name':'zurich'},{'id':2908,'name':'secret society'},{'id':2966,'name':'louvre'},{'id':2976,'name':'heresy'},{'id':2978,'name':'mona lisa'},{'id':4008,'name':'freemason'},{'id':10410,'name':'conspiracy'},{'id':11855,'name':'pentagram'},{'id':156081,'name':'tomb'},{'id':161207,'name':'catholicism'},{'id':161507,'name':'cryptologist'},{'id':161508,'name':'iconography'},{'id':163531,'name':'albino'},{'id':173162,'name':'sect'}]" +4922,"[{'id':2913,'name':'diary'},{'id':3588,'name':'navy'},{'id':3739,'name':'funeral'},{'id':4262,'name':'tea'},{'id':9935,'name':'travel'},{'id':11612,'name':'hospital'},{'id':156866,'name':'based on short story'},{'id':234299,'name':'reverse aging'}]" +260203,"[{'id':2658,'name':'new zealand'}]" +9495,"[{'id':3335,'name':'halloween'},{'id':9717,'name':'based on comic'},{'id':11363,'name':'arson'},{'id':18021,'name':'detroit'},{'id':34117,'name':'cult film'},{'id':244863,'name':'first part'}]" +27526,"[{'id':697,'name':'loss of loved one'},{'id':6440,'name':'hit-and-run'},{'id':9748,'name':'revenge'},{'id':9937,'name':'suspense'},{'id':10183,'name':'independent film'},{'id':10614,'name':'tragedy'}]" +49519,"[{'id':970,'name':'parent child relationship'},{'id':4428,'name':'stone age'},{'id':5600,'name':'daughter'},{'id':5905,'name':'father'},{'id':10506,'name':'prehistoric'},{'id':14704,'name':'ancient world'},{'id':18035,'name':'family'},{'id':159955,'name':'cavemen'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'}]" +29427,"[{'id':321,'name':'terror'},{'id':1865,'name':'biological weapon'},{'id':9665,'name':'cover-up'},{'id':9714,'name':'remake'},{'id':15085,'name':'splatter'},{'id':41410,'name':'madness'},{'id':160059,'name':'psychosis'},{'id':179431,'name':'duringcreditsstinger'},{'id':188957,'name':'virus'}]" +9100,"[{'id':616,'name':'witch'},{'id':1252,'name':'suicide attempt'},{'id':1525,'name':'puberty'},{'id':2343,'name':'magic'},{'id':4252,'name':'black magic'},{'id':5147,'name':'sorcery'},{'id':5248,'name':'female friendship'},{'id':13130,'name':'teenager'},{'id':167560,'name':'hair loss'},{'id':170356,'name':'outsider'},{'id':177872,'name':'occult ritual'},{'id':191655,'name':'karma'},{'id':208787,'name':'newcomer'},{'id':237016,'name':'love spell'}]" +9954,"[{'id':616,'name':'witch'},{'id':2343,'name':'magic'},{'id':3230,'name':'male friendship'},{'id':3616,'name':'college'},{'id':10224,'name':'haunting'},{'id':10911,'name':'inheritance'},{'id':13130,'name':'teenager'},{'id':33637,'name':'super power'},{'id':157667,'name':'warlock'},{'id':195026,'name':'spiders'},{'id':245071,'name':'swimming team'}]" +11362,"[{'id':697,'name':'loss of loved one'},{'id':1808,'name':'lover (female)'},{'id':2695,'name':'ex-lover'},{'id':13006,'name':'torture'},{'id':220265,'name':'napoleon bonaparte'}]" +109091,"[{'id':496,'name':'poetry'},{'id':2149,'name':'drug traffic'},{'id':3391,'name':'drug smuggle'},{'id':10909,'name':'lawyer'},{'id':183185,'name':'red dress'}]" +9455,"[{'id':242,'name':'new york'},{'id':314,'name':'life and death'},{'id':1788,'name':'chinatown'},{'id':2987,'name':'gang war'},{'id':6149,'name':'police'},{'id':41383,'name':'triad'}]" +9341,"[{'id':5178,'name':'magnetic field'},{'id':187033,'name':'center of the earth'},{'id':189411,'name':'disaster movie'}]" +7452,"[{'id':1650,'name':'cook'},{'id':1918,'name':'cooking'},{'id':1946,'name':'restaurant'},{'id':8201,'name':'satire'},{'id':9730,'name':'crime boss'},{'id':34117,'name':'cult film'}]" +59018,[] +1985,"[{'id':740,'name':'aids'},{'id':4529,'name':'diplomat'},{'id':5944,'name':'nairobi'},{'id':6083,'name':'politician'},{'id':6135,'name':'pharmaceutical industry'},{'id':8053,'name':'rwandan genocide'},{'id':9895,'name':'kenya'},{'id':10163,'name':'cancer'},{'id':10326,'name':'morgue'}]" +60309,"[{'id':8570,'name':'president'},{'id':9682,'name':'history'},{'id':10410,'name':'conspiracy'},{'id':10909,'name':'lawyer'},{'id':11038,'name':'trial'},{'id':12390,'name':'boarding house'},{'id':14519,'name':'military tribunal'},{'id':15126,'name':'historical'},{'id':15137,'name':'union'},{'id':15138,'name':'private club'}]" +138843,"[{'id':380,'name':'sibling relationship'},{'id':2626,'name':'exorcism'},{'id':5713,'name':'rhode island'},{'id':9672,'name':'based on a true story'},{'id':13127,'name':'farmhouse'},{'id':15043,'name':'paranormal investigation'},{'id':33637,'name':'super power'},{'id':162846,'name':'ghost'},{'id':252103,'name':'the conjuring universe'}]" +152795,"[{'id':10336,'name':'animation'}]" +87496,[] +199647,"[{'id':970,'name':'parent child relationship'},{'id':1157,'name':'wife husband relationship'},{'id':5565,'name':'biography'},{'id':5933,'name':'poet'},{'id':9856,'name':'flashback'},{'id':41011,'name':'based on song, poem or rhyme'},{'id':187056,'name':'woman director'}]" +178809,"[{'id':2219,'name':'ice age'},{'id':4565,'name':'dystopia'},{'id':5769,'name':'global warming'},{'id':188266,'name':'starvation'},{'id':208048,'name':'cannibalism'}]" +589879,"[{'id':215539,'name':'discworld'}]" +134597,"[{'id':3070,'name':'mercenary'},{'id':8508,'name':'party'},{'id':9663,'name':'sequel'},{'id':10292,'name':'gore'},{'id':10685,'name':'escape'},{'id':10714,'name':'serial killer'},{'id':11040,'name':'masked killer'},{'id':11060,'name':'trap'}]" +21407,"[{'id':1437,'name':'burglar'},{'id':1721,'name':'fight'},{'id':6259,'name':'psychopath'},{'id':9727,'name':'thief'},{'id':10024,'name':'psychopathic killer'},{'id':10089,'name':'slaughter'},{'id':10292,'name':'gore'},{'id':11060,'name':'trap'},{'id':11061,'name':'debt'},{'id':12339,'name':'slasher'},{'id':13006,'name':'torture'},{'id':14687,'name':'extreme violence'},{'id':14819,'name':'violence'},{'id':14903,'name':'home invasion'},{'id':15069,'name':'masked man'},{'id':15127,'name':'killer'},{'id':15365,'name':'held captive'},{'id':212425,'name':'trapped in a house'}]" +77948,"[{'id':1930,'name':'kidnapping'},{'id':5265,'name':'spying'},{'id':6086,'name':'government'}]" +339060,"[{'id':1016,'name':'wyoming'},{'id':2618,'name':'miracle'},{'id':10614,'name':'tragedy'},{'id':208289,'name':'1980s'}]" +275985,"[{'id':5801,'name':'nerd'},{'id':8039,'name':'campus'},{'id':10776,'name':'marijuana'},{'id':12377,'name':'zombie'},{'id':171582,'name':'sorority girl'}]" +86215,[] +238215,[] +10742,"[{'id':703,'name':'detective'},{'id':1157,'name':'wife husband relationship'},{'id':1336,'name':'ransom'},{'id':1562,'name':'hostage'},{'id':1812,'name':'fbi'},{'id':1930,'name':'kidnapping'},{'id':3623,'name':'cabin'},{'id':5774,'name':'forest'},{'id':6021,'name':'employee'},{'id':6038,'name':'marriage'},{'id':6259,'name':'psychopath'},{'id':9672,'name':'based on a true story'},{'id':9673,'name':'love'},{'id':15290,'name':'pursuit'},{'id':156091,'name':'missing person'},{'id':178210,'name':'marital problem'},{'id':188285,'name':'ransom note'},{'id':200808,'name':'negotiation'}]" +240629,[] +2789,"[{'id':378,'name':'prison'},{'id':4565,'name':'dystopia'},{'id':5144,'name':'matter of life and death'},{'id':9882,'name':'space'},{'id':221654,'name':'intergalactic travel'}]" +28978,"[{'id':291,'name':'circus'},{'id':12999,'name':'black and white'},{'id':154802,'name':'silent film'},{'id':167925,'name':'employer employee relationship'},{'id':182824,'name':'charlie chaplin'}]" +10140,"[{'id':818,'name':'based on novel or book'},{'id':2343,'name':'magic'},{'id':10842,'name':'good vs evil'},{'id':11477,'name':'anthropomorphism'},{'id':12554,'name':'dragon'},{'id':13084,'name':'king'},{'id':170362,'name':'fantasy world'},{'id':182772,'name':'snowing'},{'id':188280,'name':'sea voyage'},{'id':207372,'name':'quest'},{'id':241980,'name':'turned into animal'},{'id':246466,'name':'based on young adult novel'}]" +411,"[{'id':83,'name':'saving the world'},{'id':380,'name':'sibling relationship'},{'id':616,'name':'witch'},{'id':818,'name':'based on novel or book'},{'id':1430,'name':'self sacrifice'},{'id':1442,'name':'winter'},{'id':1990,'name':'cupboard'},{'id':2042,'name':'beaver'},{'id':2043,'name':'lion'},{'id':3205,'name':'fairy tale'},{'id':14643,'name':'battle'},{'id':15101,'name':'based on children's book'},{'id':170362,'name':'fantasy world'},{'id':179431,'name':'duringcreditsstinger'},{'id':246466,'name':'based on young adult novel'}]" +2454,"[{'id':380,'name':'sibling relationship'},{'id':818,'name':'based on novel or book'},{'id':855,'name':'fictional place'},{'id':2043,'name':'lion'},{'id':3714,'name':'human being'},{'id':4391,'name':'wretch'},{'id':5144,'name':'matter of life and death'},{'id':6150,'name':'faith'},{'id':6464,'name':'uncle'},{'id':15101,'name':'based on children's book'},{'id':170362,'name':'fantasy world'},{'id':246466,'name':'based on young adult novel'}]" +20139,"[{'id':9833,'name':'lesbian relationship'},{'id':10181,'name':'based on play or musical'},{'id':10508,'name':'teacher'},{'id':12999,'name':'black and white'},{'id':158718,'name':'lgbt'},{'id':189868,'name':'rumor'},{'id':197104,'name':'all girls school'},{'id':223382,'name':'libel suit'},{'id':225851,'name':'false accusation'}]" +226354,"[{'id':290,'name':'angel'},{'id':2618,'name':'miracle'},{'id':5331,'name':'village'},{'id':5950,'name':'christian'},{'id':15224,'name':'candle'},{'id':207317,'name':'christmas'}]" +49520,"[{'id':931,'name':'jealousy'},{'id':3817,'name':'chance'},{'id':4896,'name':'wish'},{'id':6223,'name':'change'},{'id':14521,'name':'man change'},{'id':14522,'name':'co-worker'},{'id':33721,'name':'body-swap'}]" +177203,"[{'id':1432,'name':'nasa'},{'id':5340,'name':'investigation'},{'id':10617,'name':'disaster'},{'id':161289,'name':'space shuttle'},{'id':199134,'name':'feynmann'},{'id':199135,'name':'challenger tragedy'}]" +9042,"[{'id':1964,'name':'cave'},{'id':6201,'name':'fall'},{'id':14819,'name':'violence'},{'id':33782,'name':'diver'},{'id':156125,'name':'swimwear'},{'id':158018,'name':'caving'},{'id':179882,'name':'romania'}]" +244761,"[{'id':1930,'name':'kidnapping'},{'id':10235,'name':'family relationships'},{'id':156948,'name':'missing child'},{'id':157168,'name':'ice skating'},{'id':187527,'name':'cctv'},{'id':216087,'name':'roadside cafe'}]" +265010,"[{'id':572,'name':'sex'},{'id':1332,'name':'cheating'},{'id':3725,'name':'pregnancy'},{'id':6152,'name':'supernatural'},{'id':207317,'name':'christmas'}]" +109729,"[{'id':572,'name':'sex'},{'id':596,'name':'adultery'},{'id':886,'name':'movie business'},{'id':931,'name':'jealousy'},{'id':3182,'name':'seduction'},{'id':6318,'name':'control'},{'id':9468,'name':'liar'},{'id':12396,'name':'hollywood'},{'id':13073,'name':'fear'},{'id':155262,'name':'threesome'},{'id':156279,'name':'possessiveness'},{'id':157154,'name':'psychotherapy'},{'id':207899,'name':'snooping'},{'id':226106,'name':'mind games'},{'id':229299,'name':'affair'},{'id':233082,'name':'trust fund baby'}]" +170687,"[{'id':818,'name':'based on novel or book'},{'id':970,'name':'parent child relationship'},{'id':10121,'name':'stop motion'},{'id':167982,'name':'unlikely friendship'},{'id':179431,'name':'duringcreditsstinger'}]" +2503,"[{'id':90,'name':'paris france'},{'id':417,'name':'corruption'},{'id':744,'name':'madrid'},{'id':782,'name':'assassin'},{'id':818,'name':'based on novel or book'},{'id':1295,'name':'europe'},{'id':3246,'name':'prosecution'},{'id':3851,'name':'dangerous'},{'id':3864,'name':'false identity'},{'id':4087,'name':'revelation'},{'id':6086,'name':'government'},{'id':6110,'name':'weapon'},{'id':6710,'name':'interpol'},{'id':9663,'name':'sequel'},{'id':9856,'name':'flashback'},{'id':10410,'name':'conspiracy'},{'id':10950,'name':'shootout'},{'id':11134,'name':'espionage'},{'id':14735,'name':'motorcycle'},{'id':14819,'name':'violence'},{'id':14967,'name':'foot chase'},{'id':18269,'name':'moskow'},{'id':164148,'name':'dark past'},{'id':185702,'name':'langley virginia'},{'id':226521,'name':'chase on the roof'},{'id':226522,'name':'security leak'}]" +2502,"[{'id':220,'name':'berlin germany'},{'id':782,'name':'assassin'},{'id':818,'name':'based on novel or book'},{'id':1453,'name':'amnesia'},{'id':1589,'name':'sniper'},{'id':2251,'name':'lie'},{'id':9663,'name':'sequel'},{'id':9937,'name':'suspense'},{'id':10562,'name':'on the run'},{'id':10950,'name':'shootout'},{'id':11134,'name':'espionage'},{'id':14819,'name':'violence'},{'id':14967,'name':'foot chase'},{'id':15483,'name':'car chase'},{'id':18067,'name':'exploding house'},{'id':18522,'name':'one against many'},{'id':33779,'name':'rail car'},{'id':164148,'name':'dark past'},{'id':186450,'name':'moscow'},{'id':188955,'name':'hand to hand combat'}]" +49040,"[{'id':782,'name':'assassin'},{'id':1994,'name':'wolf'},{'id':5318,'name':'seoul'},{'id':5729,'name':'maryland'},{'id':10185,'name':'covert operation'},{'id':11134,'name':'espionage'},{'id':11767,'name':'suicide by gunshot'},{'id':15219,'name':'rooftop'},{'id':18067,'name':'exploding house'},{'id':18254,'name':'laptop'},{'id':181620,'name':'tracking device'},{'id':181623,'name':'fake id'},{'id':181632,'name':'pharmaceutical lab'},{'id':181635,'name':'government conspiracy'},{'id':181637,'name':'roof chase'},{'id':181641,'name':'manila philippines'},{'id':181644,'name':'hunted'},{'id':181648,'name':'false passport'},{'id':181650,'name':'alberta canada'}]" +2501,"[{'id':90,'name':'paris france'},{'id':107,'name':'barcelona spain'},{'id':782,'name':'assassin'},{'id':818,'name':'based on novel or book'},{'id':1308,'name':'secret identity'},{'id':1453,'name':'amnesia'},{'id':1589,'name':'sniper'},{'id':3022,'name':'passport'},{'id':3045,'name':'mission of murder'},{'id':4663,'name':'lovers'},{'id':9856,'name':'flashback'},{'id':10685,'name':'escape'},{'id':10950,'name':'shootout'},{'id':14967,'name':'foot chase'},{'id':15156,'name':'cell phone'},{'id':15483,'name':'car chase'},{'id':33507,'name':'multiple identities'},{'id':159433,'name':'surveillance camera'},{'id':164713,'name':'hamburg germany'},{'id':174617,'name':'fishing boat'},{'id':185702,'name':'langley virginia'},{'id':187023,'name':'safe deposit box'},{'id':188955,'name':'hand to hand combat'}]" +27573,"[{'id':801,'name':'bounty hunter'},{'id':163758,'name':'ex-husband ex-wife relationship'}]" +22821,"[{'id':1680,'name':'boston'},{'id':3020,'name':'sheep'},{'id':6054,'name':'friendship'},{'id':9663,'name':'sequel'},{'id':9748,'name':'revenge'},{'id':14985,'name':'ireland'}]" +8374,"[{'id':1679,'name':'arbitrary law'},{'id':1680,'name':'boston'},{'id':7375,'name':'twin brother'},{'id':8045,'name':'russian mafia'},{'id':11005,'name':'prologue'},{'id':11018,'name':'irish'},{'id':15321,'name':'police station'},{'id':159633,'name':'pager'},{'id':179431,'name':'duringcreditsstinger'}]" +203833,"[{'id':1956,'name':'world war ii'},{'id':3096,'name':'book'},{'id':11064,'name':'nazi germany'},{'id':11508,'name':'jewish'},{'id':241982,'name':'children in wartime'},{'id':246466,'name':'based on young adult novel'}]" +228326,"[{'id':128,'name':'love triangle'},{'id':534,'name':'mexico'},{'id':6155,'name':'afterlife'},{'id':9310,'name':'latinx lead'},{'id':209789,'name':'day of the dead'},{'id':209790,'name':'bullfighting'},{'id':229447,'name':'overcoming fears'}]" +199153,"[{'id':5708,'name':'gospel'}]" +20504,"[{'id':3036,'name':'bible'},{'id':3096,'name':'book'},{'id':4458,'name':'post-apocalyptic'},{'id':4565,'name':'dystopia'},{'id':4630,'name':'chaos'},{'id':6150,'name':'faith'},{'id':10349,'name':'survival'},{'id':12371,'name':'gunfight'},{'id':14707,'name':'brutality'},{'id':14895,'name':'cannibal'},{'id':18543,'name':'combat'},{'id':33768,'name':'blind'},{'id':243818,'name':'carnage'}]" +33721,[] +9481,"[{'id':856,'name':'paraplegic'},{'id':5340,'name':'investigation'},{'id':6259,'name':'psychopath'}]" +619,"[{'id':380,'name':'sibling relationship'},{'id':1596,'name':'anonymous letter'},{'id':2992,'name':'diva'},{'id':3088,'name':'bodyguard'},{'id':6844,'name':'stalker'},{'id':12670,'name':'los angeles'}]" +525,"[{'id':246,'name':'dancing'},{'id':378,'name':'prison'},{'id':520,'name':'chicago'},{'id':727,'name':'country music'},{'id':745,'name':'nun'},{'id':1416,'name':'jazz'},{'id':2636,'name':'blues'},{'id':2652,'name':'nazi'},{'id':6027,'name':'music'},{'id':6029,'name':'concert'},{'id':6031,'name':'music instrument'},{'id':6490,'name':'shopping mall'},{'id':14765,'name':'church'},{'id':15232,'name':'parole'},{'id':15483,'name':'car chase'},{'id':41591,'name':'music band'},{'id':167213,'name':'saturday night live'}]" +9599,"[{'id':627,'name':'killing'},{'id':1388,'name':'cinema'},{'id':3092,'name':'slime'},{'id':3444,'name':'disgust'},{'id':4803,'name':'comet'},{'id':5198,'name':'cold'},{'id':6898,'name':'quarantine'},{'id':9639,'name':'playboy'},{'id':9714,'name':'remake'},{'id':9951,'name':'alien'},{'id':11612,'name':'hospital'},{'id':41412,'name':'sewer'},{'id':160195,'name':'freezer'},{'id':162365,'name':'military'},{'id':196047,'name':'bad boy'},{'id':237034,'name':'liquefaction'}]" +96936,"[{'id':6562,'name':'celebrity'},{'id':8201,'name':'satire'},{'id':9672,'name':'based on a true story'},{'id':9727,'name':'thief'},{'id':10123,'name':'dark comedy'},{'id':10232,'name':'fame'},{'id':11514,'name':'social satire'},{'id':11728,'name':'burglary'},{'id':12396,'name':'hollywood'},{'id':187056,'name':'woman director'}]" +22881,"[{'id':579,'name':'american football'},{'id':2393,'name':'adoption'},{'id':2470,'name':'education'},{'id':3551,'name':'private school'},{'id':6075,'name':'sport'},{'id':155791,'name':'american football player'},{'id':179431,'name':'duringcreditsstinger'}]" +45273,[] +77953,"[{'id':5922,'name':'north carolina'},{'id':6078,'name':'politics'},{'id':6083,'name':'politician'},{'id':6085,'name':'election campaign'},{'id':181655,'name':'congressman'},{'id':181656,'name':'political candidate'},{'id':181657,'name':'moustache'},{'id':181659,'name':'political corruption'},{'id':181668,'name':'campaign manager'},{'id':181682,'name':'campaign finance'}]" +119819,"[{'id':1321,'name':'gold'},{'id':3593,'name':'wilderness'},{'id':9880,'name':'alaska'},{'id':14720,'name':'love affair'},{'id':15162,'name':'dog'},{'id':158370,'name':'dog sled'},{'id':162726,'name':'prospector'},{'id':189390,'name':'yukon'}]" +158011,"[{'id':1353,'name':'underground'},{'id':1420,'name':'gas station'},{'id':1930,'name':'kidnapping'},{'id':9826,'name':'murder'},{'id':9937,'name':'suspense'},{'id':10714,'name':'serial killer'},{'id':11108,'name':'american flag'},{'id':14688,'name':'multiple stabbings'},{'id':14819,'name':'violence'},{'id':15000,'name':'person on fire'},{'id':15156,'name':'cell phone'},{'id':176182,'name':'psycho'}]" +22970,"[{'id':1829,'name':'beheading'},{'id':3623,'name':'cabin'},{'id':3891,'name':'giant snake'},{'id':6275,'name':'school party'},{'id':7980,'name':'motorcycle crash'},{'id':8303,'name':'abandoned house'},{'id':9720,'name':'woods'},{'id':10292,'name':'gore'},{'id':10776,'name':'marijuana'},{'id':10864,'name':'human sacrifice'},{'id':12332,'name':'apocalypse'},{'id':12377,'name':'zombie'},{'id':12564,'name':'werewolf'},{'id':13209,'name':'cabin in the woods'},{'id':162745,'name':'ritual sacrifice'},{'id':182022,'name':'filmed killing'},{'id':182026,'name':'video wall'},{'id':182036,'name':'speaker phone'},{'id':182038,'name':'mounted animal head'},{'id':188175,'name':'truck crash'},{'id':195374,'name':'ritual killing'},{'id':206298,'name':'young adult'},{'id':207844,'name':'college student'},{'id':222084,'name':'flying monster'},{'id':222250,'name':'unseen gods'},{'id':224636,'name':'horror comedy'},{'id':248393,'name':'funny'}]" +1954,"[{'id':1453,'name':'amnesia'},{'id':2362,'name':'chaos theory'},{'id':2583,'name':'blackout'},{'id':4379,'name':'time travel'},{'id':9856,'name':'flashback'}]" +24124,"[{'id':5767,'name':'summer camp'},{'id':9720,'name':'woods'},{'id':9748,'name':'revenge'},{'id':9786,'name':'burned alive'},{'id':9826,'name':'murder'},{'id':10183,'name':'independent film'},{'id':11663,'name':'camp'},{'id':12339,'name':'slasher'},{'id':13130,'name':'teenager'},{'id':14687,'name':'extreme violence'},{'id':14805,'name':'maniac'},{'id':14819,'name':'violence'},{'id':34079,'name':'death'},{'id':158176,'name':'campfire'},{'id':161814,'name':'psycho killer'},{'id':169886,'name':'campfire story'},{'id':178649,'name':'voyeurism'},{'id':189921,'name':'video nasty'},{'id':196645,'name':'prank gone wrong'}]" +57331,"[{'id':9663,'name':'sequel'},{'id':9717,'name':'based on comic'},{'id':9856,'name':'flashback'},{'id':10787,'name':'jungle'},{'id':18712,'name':'based on graphic novel'},{'id':212646,'name':'bank account'},{'id':233145,'name':'crime against humanity'},{'id':233146,'name':'swiss bank account'}]" +11974,"[{'id':2340,'name':'paranoia'},{'id':3700,'name':'garbage'},{'id':6259,'name':'psychopath'},{'id':6876,'name':'vacation'},{'id':10123,'name':'dark comedy'},{'id':10226,'name':'neighbor'},{'id':10532,'name':'suburbia'},{'id':10714,'name':'serial killer'},{'id':12339,'name':'slasher'},{'id':12394,'name':'chainsaw'},{'id':13112,'name':'murderer'},{'id':15346,'name':'old dark house'},{'id':18058,'name':'pig mask'},{'id':18127,'name':'new neighbor'},{'id':157758,'name':'ax murder'},{'id':160840,'name':'dream sequence'},{'id':162993,'name':'dark humor'},{'id':176182,'name':'psycho'},{'id':180523,'name':'neighborhood'},{'id':183953,'name':'madman'},{'id':193227,'name':'lunatic'}]" +7350,"[{'id':409,'name':'africa'},{'id':486,'name':'himalaya'},{'id':879,'name':'brain tumor'},{'id':970,'name':'parent child relationship'},{'id':1157,'name':'wife husband relationship'},{'id':2875,'name':'sense of life'},{'id':3230,'name':'male friendship'},{'id':3513,'name':'safari'},{'id':3737,'name':'dying and death'},{'id':4896,'name':'wish'},{'id':5973,'name':'journey round the world'},{'id':6564,'name':'terminal illness'},{'id':12547,'name':'billionaire'},{'id':161194,'name':'estranged father'},{'id':172971,'name':'elderly'},{'id':215787,'name':'bucket list'},{'id':226580,'name':'taj mahal'}]" +4442,"[{'id':74,'name':'germany'},{'id':380,'name':'sibling relationship'},{'id':2132,'name':'literature'},{'id':4175,'name':'brothers grimm'},{'id':10453,'name':'con artist'},{'id':179430,'name':'aftercreditsstinger'},{'id':207928,'name':'19th century'},{'id':229851,'name':'fictionalized history'},{'id':241848,'name':'fake exorcism'}]" +21755,"[{'id':586,'name':'new jersey'},{'id':3202,'name':'con man'},{'id':41185,'name':'heiress'},{'id':159333,'name':'caper comedy'},{'id':203139,'name':'estafa'},{'id':236343,'name':'orphan siblings'}]" +254559,[] +688,"[{'id':596,'name':'adultery'},{'id':699,'name':'love at first sight'},{'id':818,'name':'based on novel or book'},{'id':1003,'name':'photographer'},{'id':1157,'name':'wife husband relationship'},{'id':2029,'name':'iowa'},{'id':2038,'name':'love of one's life'},{'id':2784,'name':'mother role'},{'id':3450,'name':'bridge'},{'id':3451,'name':'housewife'},{'id':3452,'name':'love letter'},{'id':4402,'name':'peasant'},{'id':5809,'name':'marriage crisis'},{'id':6025,'name':'photography'},{'id':6059,'name':'unsociability'},{'id':7879,'name':'secret love'},{'id':242050,'name':'national geographic'}]" +826,"[{'id':233,'name':'japan'},{'id':818,'name':'based on novel or book'},{'id':836,'name':'resistance'},{'id':1261,'name':'river'},{'id':1956,'name':'world war ii'},{'id':1968,'name':'prisoner of war'},{'id':3434,'name':'thailand'},{'id':3450,'name':'bridge'},{'id':3776,'name':'officer'},{'id':5499,'name':'burma'},{'id':246195,'name':'bridge blowup'}]" +23220,"[{'id':970,'name':'parent child relationship'},{'id':3098,'name':'castle'},{'id':3633,'name':'dracula'},{'id':6271,'name':'boarding school'},{'id':15032,'name':'gothic horror'},{'id':34117,'name':'cult film'},{'id':154842,'name':'school teacher'},{'id':155730,'name':'hammer horror'},{'id':162729,'name':'van helsing'},{'id':166720,'name':'vampire slayer'},{'id':207928,'name':'19th century'}]" +2108,"[{'id':6270,'name':'high school'},{'id':6291,'name':'tardy hall'},{'id':13130,'name':'teenager'},{'id':15299,'name':'detention'}]" +9767,"[{'id':520,'name':'chicago'},{'id':1605,'name':'new love'},{'id':14602,'name':'break-up'},{'id':41379,'name':'argument'},{'id':162296,'name':'ex-boyfriend ex-girlfriend relationship'},{'id':215485,'name':'condominium'}]" +34377,"[{'id':237,'name':'gay'},{'id':10180,'name':'homosexuality'},{'id':10181,'name':'based on play or musical'}]" +241251,"[{'id':572,'name':'sex'},{'id':697,'name':'loss of loved one'},{'id':970,'name':'parent child relationship'},{'id':1326,'name':'infidelity'},{'id':1523,'name':'obsession'},{'id':1936,'name':'blackmail'},{'id':3289,'name':'villain'},{'id':3979,'name':'hidden camera'},{'id':4513,'name':'blind date'},{'id':6255,'name':'insanity'},{'id':6270,'name':'high school'},{'id':6844,'name':'stalker'},{'id':9740,'name':'sociopath'},{'id':10048,'name':'unrequited love'},{'id':10226,'name':'neighbor'},{'id':14819,'name':'violence'},{'id':155532,'name':'fatal attraction'},{'id':157799,'name':'older woman younger man relationship'},{'id':207767,'name':'erotic thriller'}]" +14574,"[{'id':1628,'name':'nationalism'},{'id':1631,'name':'concentration camp'},{'id':1956,'name':'world war ii'},{'id':2451,'name':'gas chamber'},{'id':2652,'name':'nazi'},{'id':3207,'name':'concentration camp prisoner'},{'id':241982,'name':'children in wartime'}]" +74534,"[{'id':65,'name':'holiday'},{'id':612,'name':'hotel'},{'id':818,'name':'based on novel or book'},{'id':1293,'name':'asia'},{'id':1604,'name':'operation'},{'id':2587,'name':'married couple'},{'id':7856,'name':'racist'},{'id':14636,'name':'india'},{'id':159753,'name':'ensemble cast'},{'id':172971,'name':'elderly'},{'id':182239,'name':'jaipur india'},{'id':182250,'name':'personal growth'},{'id':182256,'name':'outsourcing'}]" +59419,[] +9957,"[{'id':1480,'name':'baseball'},{'id':4735,'name':'pizza'},{'id':6075,'name':'sport'},{'id':7074,'name':'paperboy'},{'id':34051,'name':'team'},{'id':34052,'name':'homerun'},{'id':34053,'name':'video store'}]" +220677,"[{'id':5565,'name':'biography'},{'id':8508,'name':'party'},{'id':9826,'name':'murder'},{'id':10561,'name':'video camera'},{'id':10877,'name':'dead body'},{'id':11800,'name':'mockumentary'}]" +32076,"[{'id':242,'name':'new york'},{'id':1419,'name':'gun'},{'id':3392,'name':'voodoo'},{'id':3875,'name':'barn'},{'id':4720,'name':'ritual'},{'id':6158,'name':'cult'},{'id':34079,'name':'death'},{'id':156593,'name':'ritual murder'}]" +50780,"[{'id':6300,'name':'puppet'},{'id':187056,'name':'woman director'}]" +11402,"[{'id':392,'name':'england'},{'id':7665,'name':'girls' boarding school'},{'id':10280,'name':'farce'},{'id':34117,'name':'cult film'},{'id':41172,'name':'schoolgirl'}]" +54803,"[{'id':966,'name':'beach'},{'id':7984,'name':'bikini'},{'id':8508,'name':'party'},{'id':14964,'name':'drugs'}]" +1907,"[{'id':458,'name':'hippie'},{'id':818,'name':'based on novel or book'},{'id':911,'name':'exotic island'},{'id':966,'name':'beach'},{'id':1969,'name':'map'},{'id':2323,'name':'group dynamics'},{'id':2412,'name':'commune'},{'id':2988,'name':'shark attack'},{'id':3077,'name':'leader'},{'id':3434,'name':'thailand'},{'id':5890,'name':'community'},{'id':5891,'name':'backpacker'},{'id':6262,'name':'delusion'},{'id':10776,'name':'marijuana'},{'id':14751,'name':'youth'},{'id':15097,'name':'shark'},{'id':34094,'name':'extramarital affair'}]" +177221,"[{'id':12377,'name':'zombie'},{'id':50009,'name':'survival horror'},{'id':167043,'name':'road movie'},{'id':186565,'name':'zombie apocalypse'}]" +10474,"[{'id':242,'name':'new york'},{'id':2671,'name':'heroin'},{'id':6075,'name':'sport'},{'id':6496,'name':'basketball'},{'id':6782,'name':'addiction'},{'id':9713,'name':'friends'},{'id':14641,'name':'based on memoir or autobiography'},{'id':14964,'name':'drugs'},{'id':208992,'name':'1960s'},{'id':212563,'name':'school suspension'}]" +8848,"[{'id':1326,'name':'infidelity'},{'id':1552,'name':'subway'},{'id':1874,'name':'car dealer'},{'id':1953,'name':'vault'},{'id':2863,'name':'mannequin'},{'id':3345,'name':'bahamas'},{'id':3688,'name':'strip club'},{'id':4183,'name':'wife'},{'id':4891,'name':'offer'},{'id':6025,'name':'photography'},{'id':7033,'name':'london underground'},{'id':9672,'name':'based on a true story'},{'id':11259,'name':'extortion'},{'id':11734,'name':'police corruption'},{'id':33456,'name':'double cross'},{'id':33553,'name':'walkie talkie'},{'id':34117,'name':'cult film'},{'id':163865,'name':'railway station'},{'id':167467,'name':'jackhammer'},{'id':181659,'name':'political corruption'},{'id':191845,'name':'bank heist'},{'id':226410,'name':'cabinet officer'}]" +29376,"[{'id':33681,'name':'top hat'},{'id':33934,'name':'choreographer'},{'id':187256,'name':'ballerina'}]" +242076,"[{'id':2669,'name':'motel'},{'id':9730,'name':'crime boss'}]" +274172,"[{'id':5891,'name':'backpacker'},{'id':157906,'name':'outback'},{'id':193760,'name':'australian outback'}]" +34806,"[{'id':3725,'name':'pregnancy'},{'id':5091,'name':'kiss'},{'id':5098,'name':'sperm bank'},{'id':9799,'name':'romantic comedy'},{'id':13005,'name':'doctor'},{'id':14768,'name':'single mother'},{'id':159150,'name':'artificial insemination'},{'id':176227,'name':'motherhood'},{'id':179431,'name':'duringcreditsstinger'}]" +215962,[] +98066,"[{'id':1157,'name':'wife husband relationship'},{'id':5098,'name':'sperm bank'},{'id':11829,'name':'infertility'},{'id':13005,'name':'doctor'},{'id':14604,'name':'theft'},{'id':159141,'name':'sperm donor'},{'id':171291,'name':'trying to get pregnant'},{'id':177817,'name':'sperm count'},{'id':177820,'name':'wanting a baby'},{'id':177821,'name':'wanting to have children'},{'id':177824,'name':'sperm sample'}]" +242224,"[{'id':970,'name':'parent child relationship'},{'id':1299,'name':'monster'},{'id':3030,'name':'nightmare'},{'id':3096,'name':'book'},{'id':10041,'name':'dysfunctional family'},{'id':14768,'name':'single mother'},{'id':157314,'name':'psychological horror'},{'id':172291,'name':'grieving'},{'id':187056,'name':'woman director'},{'id':219801,'name':'death of spouse'},{'id':222079,'name':'self delusion'},{'id':222080,'name':'self created problems'},{'id':224177,'name':'behavioral disorders'},{'id':229128,'name':'sleeplessness'}]" +77949,"[{'id':236,'name':'suicide'},{'id':392,'name':'england'},{'id':1517,'name':'classroom'},{'id':5340,'name':'investigation'},{'id':6152,'name':'supernatural'},{'id':9826,'name':'murder'},{'id':10103,'name':'children'},{'id':10224,'name':'haunting'},{'id':10508,'name':'teacher'},{'id':10818,'name':'author'},{'id':13073,'name':'fear'},{'id':155881,'name':'estate'},{'id':159608,'name':'con'},{'id':162342,'name':'discovery'},{'id':162846,'name':'ghost'},{'id':165468,'name':'governess'}]" +2567,"[{'id':2336,'name':'ladykiller'},{'id':3203,'name':'pilot'},{'id':5565,'name':'biography'},{'id':9094,'name':'womanizer'},{'id':10168,'name':'aviation'},{'id':10352,'name':'phobia'},{'id':33483,'name':'u.s. congress'},{'id':221446,'name':'flying boat'},{'id':227479,'name':'howard hughes'},{'id':229078,'name':'test flight'}]" +24428,"[{'id':242,'name':'new york'},{'id':5539,'name':'shield'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':14909,'name':'alien invasion'},{'id':155030,'name':'superhero team'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'},{'id':180547,'name':'marvel cinematic universe'}]" +9320,"[{'id':212,'name':'london'},{'id':3823,'name':'weather manipulation'},{'id':4391,'name':'wretch'}]" +299551,"[{'id':1706,'name':'experiment'},{'id':2800,'name':'psychology'},{'id':6086,'name':'government'},{'id':6110,'name':'weapon'},{'id':6152,'name':'supernatural'},{'id':9712,'name':'possession'},{'id':11800,'name':'mockumentary'},{'id':33711,'name':'entity'},{'id':162365,'name':'military'},{'id':200883,'name':'classified'}]" +2900,"[{'id':1157,'name':'wife husband relationship'},{'id':3725,'name':'pregnancy'},{'id':3801,'name':'space travel'},{'id':9882,'name':'space'},{'id':10364,'name':'mission'},{'id':14626,'name':'astronaut'}]" +74643,"[{'id':886,'name':'movie business'},{'id':12396,'name':'hollywood'},{'id':15162,'name':'dog'},{'id':41390,'name':'mustache'},{'id':154800,'name':'hollywoodland'},{'id':154802,'name':'silent film'},{'id':154806,'name':'marquee'},{'id':158225,'name':'terrier'},{'id':162262,'name':'movie star'},{'id':164641,'name':'flapper'},{'id':188647,'name':'silent film star'},{'id':207716,'name':'actor'},{'id':207876,'name':'1920s'}]" +11398,"[{'id':478,'name':'china'},{'id':3292,'name':'chinese woman'},{'id':4289,'name':'secret agent'},{'id':5514,'name':'conspiracy of murder'},{'id':15053,'name':'united nations'}]" +209247,"[{'id':3096,'name':'book'},{'id':3156,'name':'brotherhood'},{'id':4999,'name':'risk'},{'id':5301,'name':'brother'},{'id':9727,'name':'thief'},{'id':9748,'name':'revenge'},{'id':9812,'name':'honor'},{'id':10051,'name':'heist'},{'id':10726,'name':'gang'},{'id':14735,'name':'motorcycle'},{'id':14782,'name':'trust'},{'id':14893,'name':'art'},{'id':18249,'name':'game'},{'id':40869,'name':'daredevil'},{'id':159608,'name':'con'},{'id':202041,'name':'steal'},{'id':202043,'name':'historic'}]" +64678,"[{'id':490,'name':'philosophy'},{'id':1310,'name':'mentor'},{'id':2679,'name':'artist'},{'id':5918,'name':'painting'},{'id':6054,'name':'friendship'},{'id':11870,'name':'teen movie'},{'id':13130,'name':'teenager'},{'id':15157,'name':'sketching'},{'id':15158,'name':'rebellious youth'}]" +214083,"[{'id':2251,'name':'lie'},{'id':3524,'name':'doping'},{'id':3797,'name':'bicycle'},{'id':197746,'name':'cheater'}]" +18590,"[{'id':10183,'name':'independent film'}]" +18660,[] +181095,"[{'id':9712,'name':'possession'}]" +79694,"[{'id':1706,'name':'experiment'},{'id':6152,'name':'supernatural'},{'id':9853,'name':'paranormal'},{'id':10224,'name':'haunting'},{'id':10941,'name':'disappearance'},{'id':13073,'name':'fear'},{'id':162846,'name':'ghost'}]" +269173,"[{'id':1576,'name':'technology'},{'id':1930,'name':'kidnapping'},{'id':2964,'name':'future'},{'id':9678,'name':'mind control'},{'id':10410,'name':'conspiracy'},{'id':15261,'name':'erased memory'}]" +55931,"[{'id':12190,'name':'cyberpunk'},{'id':156282,'name':'alternate reality'},{'id':185199,'name':'matrix'}]" +152790,"[{'id':10123,'name':'dark comedy'},{'id':13005,'name':'doctor'},{'id':41523,'name':'brooklyn, new york city'}]" +10514,"[{'id':1432,'name':'nasa'},{'id':1508,'name':'new mexico'},{'id':1865,'name':'biological weapon'},{'id':1944,'name':'epilepsy'},{'id':3288,'name':'secret lab'},{'id':4939,'name':'alien phenomenons'},{'id':6013,'name':'chemistry'},{'id':6016,'name':'biology'},{'id':9937,'name':'suspense'},{'id':156767,'name':'nuclear threat'},{'id':156810,'name':'science'}]" +10065,"[{'id':3649,'name':'holy water'},{'id':9398,'name':'long island'},{'id':9714,'name':'remake'},{'id':9848,'name':'family dinner'},{'id':9853,'name':'paranormal'},{'id':14819,'name':'violence'},{'id':162413,'name':'wood chopping'},{'id':172266,'name':'backwards'},{'id':172272,'name':'tortured to death'},{'id':172274,'name':'moving in'},{'id':172280,'name':'based on supposedly true story'}]" +216016,[] +42791,"[{'id':6610,'name':'naval officer'},{'id':9156,'name':'d-day'},{'id':41329,'name':'mental illness'},{'id':181087,'name':'american in the uk'}]" +27579,"[{'id':131,'name':'italy'},{'id':549,'name':'prostitute'},{'id':782,'name':'assassin'},{'id':1192,'name':'sweden'},{'id':1666,'name':'mexican standoff'},{'id':2095,'name':'anti hero'},{'id':5331,'name':'village'},{'id':9748,'name':'revenge'},{'id':9937,'name':'suspense'},{'id':10093,'name':'priest'},{'id':10364,'name':'mission'},{'id':212412,'name':'very little dialogue'}]" +1930,"[{'id':697,'name':'loss of loved one'},{'id':1706,'name':'experiment'},{'id':7002,'name':'vigilante'},{'id':8803,'name':'serum'},{'id':9717,'name':'based on comic'},{'id':33637,'name':'super power'},{'id':158124,'name':'spider bite'},{'id':158456,'name':'masked vigilante'},{'id':161184,'name':'reboot'},{'id':163561,'name':'genetic engineering'},{'id':171556,'name':'social outcast'},{'id':179431,'name':'duringcreditsstinger'}]" +102382,"[{'id':1523,'name':'obsession'},{'id':1706,'name':'experiment'},{'id':9663,'name':'sequel'},{'id':9717,'name':'based on comic'},{'id':13040,'name':'electrocution'},{'id':33637,'name':'super power'},{'id':41594,'name':'electricity'}]" +10436,"[{'id':213,'name':'upper class'},{'id':242,'name':'new york'},{'id':1326,'name':'infidelity'},{'id':4320,'name':'lover'},{'id':9886,'name':'countess'},{'id':10909,'name':'lawyer'},{'id':207928,'name':'19th century'}]" +17578,"[{'id':483,'name':'riddle'},{'id':1316,'name':'captain'},{'id':1454,'name':'treasure'},{'id':1629,'name':'morocco'},{'id':3423,'name':'liquor'},{'id':6956,'name':'treasure hunt'},{'id':9717,'name':'based on comic'},{'id':10733,'name':'sunken treasure'},{'id':11121,'name':'plot'},{'id':12193,'name':'reporter'},{'id':208611,'name':'1950s'},{'id':209714,'name':'3d'}]" +14506,"[{'id':305,'name':'moon'},{'id':1299,'name':'monster'},{'id':3307,'name':'surreal'},{'id':3497,'name':'hot air balloon'},{'id':6091,'name':'war'},{'id':8201,'name':'satire'},{'id':9552,'name':'baron'},{'id':34117,'name':'cult film'},{'id':170071,'name':'story telling'},{'id':181046,'name':'european'},{'id':187302,'name':'roman mythology'}]" +227707,"[{'id':212,'name':'london'},{'id':818,'name':'based on novel or book'},{'id':2849,'name':'key'},{'id':4414,'name':'adventure'},{'id':6152,'name':'supernatural'},{'id':10028,'name':'steampunk'}]" +38050,"[{'id':612,'name':'hotel'},{'id':733,'name':'dancer'},{'id':2656,'name':'hat'},{'id':2944,'name':'senator'},{'id':2964,'name':'future'},{'id':4427,'name':'honesty'},{'id':4812,'name':'plan'},{'id':5091,'name':'kiss'},{'id':6001,'name':'speech'},{'id':6038,'name':'marriage'},{'id':6083,'name':'politician'},{'id':6511,'name':'alone'},{'id':10855,'name':'fate'},{'id':14967,'name':'foot chase'},{'id':18073,'name':'covert agency'},{'id':18074,'name':'courthouse'},{'id':18075,'name':'political campaign'},{'id':156866,'name':'based on short story'}]" +2907,"[{'id':2643,'name':'dead wish'},{'id':3133,'name':'vampire'},{'id':4553,'name':'black humor'},{'id':6464,'name':'uncle'},{'id':10483,'name':'eccentric'},{'id':12564,'name':'werewolf'},{'id':162810,'name':'macabre'},{'id':166631,'name':'loan shark'},{'id':207697,'name':'accountant'}]" +17965,"[{'id':314,'name':'life and death'},{'id':697,'name':'loss of loved one'},{'id':770,'name':'scotland yard'},{'id':2546,'name':'mask'},{'id':2867,'name':'pest'},{'id':4183,'name':'wife'},{'id':4572,'name':'organ'},{'id':5439,'name':'inspector'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':10123,'name':'dark comedy'},{'id':10392,'name':'mute'},{'id':10770,'name':'mad doctor'},{'id':11001,'name':'religion'},{'id':11663,'name':'camp'},{'id':13005,'name':'doctor'},{'id':161280,'name':'biblical plagues'},{'id':208369,'name':'dr. phibes'},{'id':230834,'name':'organ player'}]" +193726,"[{'id':9706,'name':'anthology'},{'id':187056,'name':'woman director'}]" +34544,"[{'id':1327,'name':'war crimes'},{'id':4406,'name':'military court'},{'id':5947,'name':'military service'},{'id':10476,'name':'double crossed'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'},{'id':250163,'name':'private military company'}]" +15515,"[{'id':2041,'name':'island'},{'id':2343,'name':'magic'},{'id':4892,'name':'sultan'},{'id':7038,'name':'giant bird'},{'id':10107,'name':'sinbad'},{'id':11097,'name':'part stop motion'},{'id':12554,'name':'dragon'},{'id':161893,'name':'cyclops'},{'id':162512,'name':'siren'},{'id':190536,'name':'genie'},{'id':197065,'name':'claymation'},{'id':235157,'name':'princess in peril'},{'id':239733,'name':'ancient middle east'},{'id':239734,'name':'magic lamp'},{'id':239735,'name':'mad magician'},{'id':239738,'name':'threatened war'},{'id':239742,'name':'model animation'},{'id':252696,'name':'8th century'}]" +8452,"[{'id':402,'name':'clone'},{'id':1280,'name':'laser gun'},{'id':2964,'name':'future'},{'id':9826,'name':'murder'},{'id':11628,'name':'cloning'},{'id':162988,'name':'dystopian future'},{'id':187046,'name':'implanted memory'},{'id':196376,'name':'sci-fi thriller'}]" +6957,"[{'id':2201,'name':'first time'},{'id':2389,'name':'virgin'},{'id':14852,'name':'poker game'},{'id':170827,'name':'sex comedy'}]" +111208,[] +1911,"[{'id':616,'name':'witch'},{'id':1585,'name':'snake'},{'id':1964,'name':'cave'},{'id':1975,'name':'arabian'},{'id':4152,'name':'kingdom'},{'id':5475,'name':'scandinavia'},{'id':5894,'name':'bagdad'},{'id':5895,'name':'viking'},{'id':5939,'name':'iraq'},{'id':6091,'name':'war'},{'id':9758,'name':'deception'},{'id':10364,'name':'mission'},{'id':14665,'name':'barbarian'},{'id':14819,'name':'violence'},{'id':15001,'name':'demon'},{'id':18543,'name':'combat'},{'id':234213,'name':'sword and sorcery'},{'id':235499,'name':'10th century'}]" +57118,[] +87428,"[{'id':181514,'name':'deadbeat dad'},{'id':181518,'name':'cheating fiancée'},{'id':181523,'name':'teacher student sex'},{'id':181531,'name':'brother sister incest'}]" +12708,"[{'id':6946,'name':'blonde'},{'id':8438,'name':'job'},{'id':9935,'name':'travel'},{'id':13072,'name':'falling in love'},{'id':196682,'name':'rich man'}]" +26771,"[{'id':892,'name':'glasgow'},{'id':18118,'name':'disguise'},{'id':34117,'name':'cult film'},{'id':156052,'name':'unemployment'}]" +225565,"[{'id':3230,'name':'male friendship'},{'id':6054,'name':'friendship'},{'id':13043,'name':'dating'},{'id':14534,'name':'relationship'},{'id':179431,'name':'duringcreditsstinger'},{'id':206298,'name':'young adult'}]" +9388,"[{'id':592,'name':'capitalism'},{'id':818,'name':'based on novel or book'},{'id':919,'name':'smoking'},{'id':2251,'name':'lie'},{'id':3170,'name':'cigarette'},{'id':3664,'name':'research'},{'id':3721,'name':'health'},{'id':3983,'name':'marketing'},{'id':6078,'name':'politics'},{'id':6083,'name':'politician'},{'id':6357,'name':'tobacco'},{'id':11011,'name':'morality'},{'id':11514,'name':'social satire'},{'id':11732,'name':'cigarette smoking'},{'id':15086,'name':'advertising'},{'id':209121,'name':'lung cancer'},{'id':219605,'name':'lobbyist'},{'id':219681,'name':'tobacco industry'},{'id':219731,'name':'nicotine'},{'id':240119,'name':'father son relationship'}]" +72477,"[{'id':13006,'name':'torture'},{'id':14676,'name':'series of murders'},{'id':173224,'name':'multiple murders'},{'id':187056,'name':'woman director'}]" +76617,"[{'id':9663,'name':'sequel'},{'id':10292,'name':'gore'},{'id':11545,'name':'leatherface'},{'id':12339,'name':'slasher'},{'id':12394,'name':'chainsaw'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'}]" +284689,"[{'id':428,'name':'nurse'},{'id':496,'name':'poetry'},{'id':2504,'name':'world war i'},{'id':2821,'name':'pacifism'},{'id':6091,'name':'war'},{'id':7722,'name':'flanders'},{'id':13088,'name':'summer'},{'id':14641,'name':'based on memoir or autobiography'},{'id':18454,'name':'compassion'},{'id':41364,'name':'pacifist'},{'id':163853,'name':'war injury'},{'id':180413,'name':'aspiring writer'},{'id':193787,'name':'nursing'},{'id':202898,'name':'edwardian'},{'id':206443,'name':'oxford university'},{'id':210184,'name':'1910s'},{'id':234626,'name':'edwardian england'},{'id':236508,'name':'summertime'},{'id':245606,'name':'bad news'},{'id':247992,'name':'tenacity'}]" +534,"[{'id':83,'name':'saving the world'},{'id':310,'name':'artificial intelligence'},{'id':530,'name':'prophecy'},{'id':582,'name':'san francisco'},{'id':679,'name':'cyborg'},{'id':1373,'name':'killer robot'},{'id':1420,'name':'gas station'},{'id':4458,'name':'post-apocalyptic'},{'id':4565,'name':'dystopia'},{'id':6092,'name':'army'},{'id':6112,'name':'firearm'},{'id':11159,'name':'wartime'},{'id':12670,'name':'los angeles'}]" +48669,"[{'id':3739,'name':'funeral'},{'id':3880,'name':'snuff'},{'id':11040,'name':'masked killer'},{'id':15193,'name':'motle'}]" +296,"[{'id':83,'name':'saving the world'},{'id':310,'name':'artificial intelligence'},{'id':312,'name':'man vs machine'},{'id':679,'name':'cyborg'},{'id':1373,'name':'killer robot'},{'id':2650,'name':'leather jacket'},{'id':2651,'name':'nanotechnology'},{'id':2732,'name':'rocket launcher'},{'id':2733,'name':'firemen'},{'id':2735,'name':'veterinarian'},{'id':2736,'name':'fire engine'},{'id':4565,'name':'dystopia'},{'id':15106,'name':'psychiatrist'}]" +280,"[{'id':679,'name':'cyborg'},{'id':1366,'name':'shotgun'},{'id':4458,'name':'post-apocalyptic'},{'id':4565,'name':'dystopia'},{'id':11426,'name':'moral ambiguity'},{'id':11857,'name':'mental institution'},{'id':14819,'name':'violence'},{'id':14946,'name':'fictional war'},{'id':160131,'name':'morphing'},{'id':160381,'name':'nuclear weapons'},{'id':162532,'name':'shape shifter'},{'id':175468,'name':'savior'},{'id':175472,'name':'catch phrase'}]" +10396,"[{'id':387,'name':'california'},{'id':1946,'name':'restaurant'},{'id':2231,'name':'drug dealer'},{'id':4918,'name':'shadowing'},{'id':5167,'name':'restaurant owner'},{'id':8015,'name':'cop'},{'id':12392,'name':'best friend'},{'id':187224,'name':'seaside town'}]" +27135,[] +286548,"[{'id':779,'name':'martial arts'},{'id':1453,'name':'amnesia'},{'id':41645,'name':'based on video game'}]" +79516,"[{'id':779,'name':'martial arts'},{'id':1706,'name':'experiment'},{'id':14999,'name':'devil'},{'id':41645,'name':'based on video game'},{'id':156195,'name':'family feud'},{'id':213882,'name':'robot girl'}]" +98566,"[{'id':779,'name':'martial arts'},{'id':949,'name':'terrorist'},{'id':1701,'name':'hero'},{'id':1706,'name':'experiment'},{'id':2766,'name':'mutation'},{'id':4580,'name':'van'},{'id':6362,'name':'turtle'},{'id':7002,'name':'vigilante'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':10278,'name':'ninja'},{'id':14512,'name':'new york city'},{'id':41412,'name':'sewer'},{'id':161184,'name':'reboot'},{'id':209714,'name':'3d'}]" +72105,"[{'id':6054,'name':'friendship'},{'id':9673,'name':'love'},{'id':158162,'name':'teddy bear'},{'id':187065,'name':'toy comes to life'},{'id':187084,'name':'wishes come true'}]" +31601,"[{'id':6270,'name':'high school'},{'id':7335,'name':'lawsuit'},{'id':8201,'name':'satire'},{'id':41525,'name':'high school teacher'}]" +103,"[{'id':422,'name':'vietnam veteran'},{'id':444,'name':'taxi'},{'id':1523,'name':'obsession'},{'id':2231,'name':'drug dealer'},{'id':7002,'name':'vigilante'},{'id':7368,'name':'alienation'},{'id':9622,'name':'misanthrophy'},{'id':33625,'name':'illegal prostitution'},{'id':167104,'name':'loner'},{'id':252192,'name':'new hollywood'}]" +2667,"[{'id':616,'name':'witch'},{'id':3392,'name':'voodoo'},{'id':3754,'name':'legend'},{'id':5147,'name':'sorcery'},{'id':5729,'name':'maryland'},{'id':5774,'name':'forest'},{'id':6686,'name':'footage'},{'id':8087,'name':'horror'},{'id':10984,'name':'true'},{'id':12105,'name':'student'},{'id':34117,'name':'cult film'},{'id':44451,'name':'lost'},{'id':163053,'name':'found footage'}]" +218855,[] +116983,[] +9676,"[{'id':445,'name':'pornography'},{'id':5446,'name':'observer'},{'id':12670,'name':'los angeles'},{'id':207268,'name':'neo-noir'},{'id':217324,'name':'murder hunt'}]" +8747,"[{'id':1421,'name':'birthday'},{'id':1646,'name':'autism'},{'id':5656,'name':'sydney'},{'id':9848,'name':'family dinner'},{'id':10183,'name':'independent film'},{'id':15058,'name':'swimming'},{'id':157303,'name':'first love'},{'id':164061,'name':'hospital bed'},{'id':170154,'name':'social services'},{'id':187056,'name':'woman director'}]" +571,"[{'id':2589,'name':'pet shop'},{'id':3556,'name':'seclusion'},{'id':5500,'name':'playground'},{'id':9937,'name':'suspense'},{'id':10430,'name':'seagull'},{'id':11183,'name':'fireplace'},{'id':14660,'name':'bird attack'},{'id':156037,'name':'socialite'},{'id':156866,'name':'based on short story'},{'id':168115,'name':'practical joke'},{'id':170378,'name':'schoolteacher'},{'id':172210,'name':'lovebird'},{'id':172218,'name':'shopkeeper'},{'id':172225,'name':'unsolved mystery'},{'id':172228,'name':'schoolhouse'}]" +73937,"[{'id':720,'name':'helicopter'},{'id':818,'name':'based on novel or book'},{'id':2676,'name':'honeymoon'},{'id':3800,'name':'airplane'},{'id':18006,'name':'birding'},{'id':18007,'name':'birdwatching'},{'id':179431,'name':'duringcreditsstinger'}]" +9968,"[{'id':1930,'name':'kidnapping'},{'id':2708,'name':'hitman'},{'id':4480,'name':'business man'},{'id':4617,'name':'insurance fraud'},{'id':9826,'name':'murder'},{'id':9880,'name':'alaska'},{'id':10123,'name':'dark comedy'},{'id':10217,'name':'tourette syndrome'},{'id':11152,'name':'life insurance'},{'id':156938,'name':'insurance'},{'id':159531,'name':'insurance agent'},{'id':200558,'name':'frozen body'}]" +87567,"[{'id':2393,'name':'adoption'},{'id':4183,'name':'wife'},{'id':6038,'name':'marriage'},{'id':13027,'name':'wedding'},{'id':15160,'name':'divorce'},{'id':18035,'name':'family'},{'id':156833,'name':'biological mother'},{'id':162271,'name':'husband'}]" +42640,"[{'id':787,'name':'mississippi'},{'id':156764,'name':'pre-code'},{'id':160522,'name':'wagon train'}]" +16121,"[{'id':409,'name':'africa'},{'id':629,'name':'sicily'},{'id':1631,'name':'concentration camp'},{'id':1956,'name':'world war ii'},{'id':4304,'name':'omaha beach'},{'id':9156,'name':'d-day'},{'id':11400,'name':'sergeant'}]" +115,"[{'id':418,'name':'white russian'},{'id':419,'name':'dude'},{'id':420,'name':'bowling'},{'id':422,'name':'vietnam veteran'},{'id':1337,'name':'carpet'},{'id':1541,'name':'nihilism'},{'id':1786,'name':'heart attack'},{'id':1930,'name':'kidnapping'},{'id':5498,'name':'lsd'},{'id':10776,'name':'marijuana'},{'id':12670,'name':'los angeles'},{'id':33626,'name':'millionaire'},{'id':34117,'name':'cult film'},{'id':155291,'name':'cowboy'},{'id':160846,'name':'ashes'},{'id':163045,'name':'impregnation'},{'id':167556,'name':'bowling team'},{'id':198673,'name':'unemployed'},{'id':200646,'name':'bowling ball'},{'id':219881,'name':'weeds'}]" +9448,"[{'id':5413,'name':'bungee-jump'},{'id':10123,'name':'dark comedy'},{'id':34053,'name':'video store'},{'id':161992,'name':'kosher'},{'id':161994,'name':'stealing a car'},{'id':161996,'name':'movie poster'},{'id':161998,'name':'night vision goggles'},{'id':161999,'name':'suitcase full of money'}]" +11028,"[{'id':417,'name':'corruption'},{'id':2411,'name':'new orleans'},{'id':5340,'name':'investigation'},{'id':6149,'name':'police'},{'id':9826,'name':'murder'},{'id':10726,'name':'gang'},{'id':11734,'name':'police corruption'}]" +19974,"[{'id':1507,'name':'clock'},{'id':4620,'name':'magazine'},{'id':188994,'name':'publisher'},{'id':195402,'name':'film noir'}]" +12560,"[{'id':236,'name':'suicide'},{'id':802,'name':'regret'},{'id':3739,'name':'funeral'},{'id':3748,'name':'morning'},{'id':4432,'name':'gathering'},{'id':5155,'name':'bat'},{'id':5609,'name':'nostalgia'},{'id':5992,'name':'south carolina'},{'id':6054,'name':'friendship'},{'id':10776,'name':'marijuana'},{'id':188293,'name':'remembrance'}]" +15433,[] +152742,"[{'id':5918,'name':'painting'},{'id':198318,'name':'auctioneer'},{'id':201385,'name':'confidence game'},{'id':220933,'name':'fine art'},{'id':221810,'name':'honey pot'}]" +239571,"[{'id':161272,'name':'high school sweetheart'}]" +146304,"[{'id':196499,'name':'best man'}]" +44697,"[{'id':75,'name':'gunslinger'},{'id':395,'name':'gambling'},{'id':801,'name':'bounty hunter'},{'id':1582,'name':'saloon'},{'id':5572,'name':'fistfight'},{'id':9826,'name':'murder'},{'id':12371,'name':'gunfight'},{'id':14601,'name':'explosion'},{'id':18034,'name':'desert'},{'id':156212,'name':'spaghetti western'},{'id':163674,'name':'gunfighter'},{'id':185461,'name':'bar shootout'},{'id':185590,'name':'horse chase'},{'id':187028,'name':'gatling gun'}]" +121734,"[{'id':720,'name':'helicopter'},{'id':1454,'name':'treasure'},{'id':1949,'name':'pyramid'},{'id':2598,'name':'museum'},{'id':3478,'name':'parrot'},{'id':3497,'name':'hot air balloon'},{'id':5967,'name':'peru'},{'id':10787,'name':'jungle'},{'id':13008,'name':'train'},{'id':15162,'name':'dog'},{'id':18034,'name':'desert'},{'id':157155,'name':'explorer'},{'id':188326,'name':'construction worker'}]" +70008,[] +81859,[] +72525,[] +231,"[{'id':139,'name':'anti terror'},{'id':258,'name':'bomb'},{'id':441,'name':'assassination'},{'id':539,'name':'middle east'},{'id':589,'name':'lebanon'},{'id':591,'name':'cia'},{'id':592,'name':'capitalism'},{'id':593,'name':'globalization'},{'id':697,'name':'loss of loved one'},{'id':1241,'name':'persia'},{'id':1242,'name':'war on terror'},{'id':1269,'name':'energy policy'},{'id':5175,'name':'petrol'}]" +4960,"[{'id':242,'name':'new york'},{'id':5756,'name':'man-woman relation'},{'id':6521,'name':'theater director'},{'id':13028,'name':'writer'}]" +228496,"[{'id':6152,'name':'supernatural'},{'id':8087,'name':'horror'},{'id':162177,'name':'subjective camera'},{'id':163053,'name':'found footage'}]" +9705,"[{'id':2157,'name':'hacker'},{'id':13015,'name':'terrorism'},{'id':14819,'name':'violence'},{'id':156121,'name':'ex-con'},{'id':159384,'name':'wire'},{'id':159399,'name':'los angeles international airport (lax)'},{'id':159401,'name':'misdirection'},{'id':179430,'name':'aftercreditsstinger'}]" +313074,"[{'id':1938,'name':'sword'},{'id':6091,'name':'war'},{'id':9748,'name':'revenge'},{'id':161257,'name':'medieval'},{'id':207374,'name':'saxons'}]" +18444,"[{'id':818,'name':'based on novel or book'},{'id':2005,'name':'tree house'},{'id':2041,'name':'island'},{'id':2580,'name':'shipwreck'},{'id':4418,'name':'pirate gang'},{'id':7639,'name':'zebra'},{'id':12988,'name':'pirate'},{'id':15148,'name':'ostrich'},{'id':207928,'name':'19th century'},{'id':209317,'name':'swiss family robinson'}]" +46534,"[{'id':3688,'name':'strip club'},{'id':10392,'name':'mute'}]" +13885,"[{'id':718,'name':'confession'},{'id':2884,'name':'asylum'},{'id':3125,'name':'razor'},{'id':3289,'name':'villain'},{'id':4129,'name':'widow'},{'id':5642,'name':'beggar'},{'id':8636,'name':'blood splatter'},{'id':10181,'name':'based on play or musical'},{'id':10656,'name':'child in peril'},{'id':11853,'name':'cane'},{'id':14794,'name':'lust'},{'id':14819,'name':'violence'},{'id':15000,'name':'person on fire'},{'id':33841,'name':'incest'},{'id':34262,'name':'infatuation'},{'id':41133,'name':'shaving'},{'id':154954,'name':'social injustice'},{'id':160841,'name':'oven'},{'id':164484,'name':'beadle'},{'id':164494,'name':'uxoricide'},{'id':164495,'name':'seaman'},{'id':164496,'name':'mother figure'},{'id':218051,'name':'folk tale'}]" +9257,"[{'id':2434,'name':'liberation'},{'id':3543,'name':'transport of prisoners'},{'id':5422,'name':'special unit'},{'id':6110,'name':'weapon'},{'id':12670,'name':'los angeles'}]" +14685,"[{'id':65,'name':'holiday'},{'id':1422,'name':'boat'},{'id':1890,'name':'camping'},{'id':2041,'name':'island'},{'id':10103,'name':'children'},{'id':15101,'name':'based on children's book'},{'id':207876,'name':'1920s'},{'id':227002,'name':'lake district'}]" +204761,"[{'id':9937,'name':'suspense'}]" +334074,"[{'id':613,'name':'new year's eve'},{'id':657,'name':'fire'},{'id':797,'name':'showdown'},{'id':949,'name':'terrorist'},{'id':4123,'name':'embassy'},{'id':4709,'name':'hand grenade'},{'id':9276,'name':'truck'},{'id':10124,'name':'laboratory'},{'id':10562,'name':'on the run'},{'id':13014,'name':'orphan'},{'id':34079,'name':'death'},{'id':175023,'name':'microscope'},{'id':215163,'name':'hazmat suit'}]" +15566,"[{'id':65,'name':'holiday'}]" +19959,"[{'id':402,'name':'clone'},{'id':2964,'name':'future'},{'id':4565,'name':'dystopia'},{'id':9826,'name':'murder'},{'id':14544,'name':'robot'}]" +9408,"[{'id':658,'name':'sea'},{'id':1477,'name':'world cup'},{'id':1524,'name':'surfer'},{'id':1669,'name':'wave'},{'id':1671,'name':'surfboard'},{'id':2581,'name':'giant wave'},{'id':3028,'name':'penguin'},{'id':5378,'name':'world champion'},{'id':5614,'name':'idol'},{'id':11800,'name':'mockumentary'},{'id':234200,'name':'mystical world'}]" +11045,"[{'id':1749,'name':'taxi driver'},{'id':2492,'name':'bank robber'}]" +230222,"[{'id':818,'name':'based on novel or book'},{'id':7347,'name':'tarzan'},{'id':196544,'name':'motion capture'}]" +37135,"[{'id':690,'name':'gorilla'},{'id':1009,'name':'baby'},{'id':2393,'name':'adoption'},{'id':5650,'name':'feral child'},{'id':9109,'name':'nest'},{'id':10336,'name':'animation'},{'id':10787,'name':'jungle'},{'id':11663,'name':'camp'},{'id':13014,'name':'orphan'}]" +9077,"[{'id':1299,'name':'monster'},{'id':1706,'name':'experiment'},{'id':3888,'name':'giant spider'},{'id':8379,'name':'deformation'},{'id':10124,'name':'laboratory'},{'id':11100,'name':'giant monster'},{'id':14760,'name':'scientist'},{'id':18034,'name':'desert'},{'id':177275,'name':'napalm'},{'id':223059,'name':'animal horror'}]" +10627,"[{'id':1419,'name':'gun'},{'id':1617,'name':'cadet'},{'id':171781,'name':'military academy'},{'id':171783,'name':'hostile takeover'},{'id':171785,'name':'teenager fighting adult'},{'id':171792,'name':'die hard scenario'},{'id':171795,'name':'last stand'},{'id':171803,'name':'military school'},{'id':171808,'name':'older man younger man relationship'},{'id':171812,'name':'military funeral'}]" +257447,"[{'id':6075,'name':'sport'},{'id':9917,'name':'mixed martial arts'}]" +9067,"[{'id':2535,'name':'destroy'},{'id':4565,'name':'dystopia'},{'id':5484,'name':'reincarnation'},{'id':18034,'name':'desert'},{'id':34117,'name':'cult film'},{'id':160129,'name':'artial arts'},{'id':187056,'name':'woman director'}]" +9618,"[{'id':1563,'name':'prisoner'},{'id':1601,'name':'war on drugs'},{'id':12670,'name':'los angeles'}]" +38757,"[{'id':1562,'name':'hostage'},{'id':2343,'name':'magic'},{'id':2673,'name':'horse'},{'id':3205,'name':'fairy tale'},{'id':4344,'name':'musical'},{'id':6946,'name':'blonde'},{'id':7376,'name':'princess'},{'id':10336,'name':'animation'},{'id':33787,'name':'tower'},{'id':162219,'name':'selfishness'},{'id':163545,'name':'healing power'},{'id':179411,'name':'based on fairy tale'},{'id':179431,'name':'duringcreditsstinger'},{'id':215258,'name':'healing gift'},{'id':234183,'name':'animal sidekick'},{'id':243494,'name':'rapunzel'}]" +226486,[] +9718,"[{'id':830,'name':'car race'},{'id':5922,'name':'north carolina'},{'id':6157,'name':'prayer'},{'id':9848,'name':'family dinner'},{'id':14735,'name':'motorcycle'},{'id':15086,'name':'advertising'},{'id':15160,'name':'divorce'},{'id':161630,'name':'nascar'},{'id':161635,'name':'dog trainer'},{'id':161643,'name':'sport competition'},{'id':161647,'name':'psychosomatic illness'},{'id':161652,'name':'french stereotype'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'}]" +9059,"[{'id':549,'name':'prostitute'},{'id':2849,'name':'key'},{'id':2974,'name':'jesus christ'},{'id':4238,'name':'chosen one'},{'id':9649,'name':'god'},{'id':10842,'name':'good vs evil'},{'id':11221,'name':'blood'},{'id':15001,'name':'demon'},{'id':175360,'name':'crypt keeper'}]" +66892,"[{'id':2904,'name':'mummy'}]" +11081,"[{'id':240,'name':'underdog'},{'id':1942,'name':'strangeness'},{'id':3655,'name':'special capabilities'},{'id':4654,'name':'undercover agent'},{'id':5340,'name':'investigation'},{'id':5422,'name':'special unit'},{'id':6719,'name':'montreal'},{'id':10714,'name':'serial killer'},{'id':221412,'name':'colleague'}]" +22907,"[{'id':10051,'name':'heist'}]" +260346,"[{'id':970,'name':'parent child relationship'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':10562,'name':'on the run'},{'id':10718,'name':'fugitive'},{'id':15124,'name':'framed'},{'id':180172,'name':'framed for murder'}]" +8681,"[{'id':90,'name':'paris france'},{'id':1930,'name':'kidnapping'},{'id':6019,'name':'human trafficking'},{'id':10084,'name':'rescue'},{'id':13059,'name':'prostitution'},{'id':182045,'name':'albanian'},{'id':197430,'name':'missing daughter'},{'id':212801,'name':'ex cia agent'}]" +82675,"[{'id':1812,'name':'fbi'},{'id':1930,'name':'kidnapping'},{'id':5733,'name':'turkey'},{'id':11148,'name':'police chase'},{'id':11464,'name':'bag over head'},{'id':14819,'name':'violence'},{'id':155888,'name':'teenage daughter'},{'id':161994,'name':'stealing a car'},{'id':163758,'name':'ex-husband ex-wife relationship'},{'id':182045,'name':'albanian'},{'id':185815,'name':'u.s. embassy'},{'id':185818,'name':'security guard killed'}]" +64720,"[{'id':966,'name':'beach'},{'id':2494,'name':'ohio'},{'id':4917,'name':'shelter'},{'id':10150,'name':'end of the world'},{'id':10309,'name':'sanity'},{'id':12332,'name':'apocalypse'},{'id':33756,'name':'deaf'},{'id':41329,'name':'mental illness'},{'id':188326,'name':'construction worker'},{'id':236415,'name':'visions'},{'id':238183,'name':'bank loan'},{'id':243809,'name':'storm shelter'},{'id':243810,'name':'apocalyptic vision'}]" +50725,"[{'id':1412,'name':'becoming an adult'},{'id':2251,'name':'lie'},{'id':3752,'name':'night'},{'id':5923,'name':'sister'},{'id':8438,'name':'job'},{'id':8508,'name':'party'},{'id':9713,'name':'friends'},{'id':9758,'name':'deception'},{'id':12392,'name':'best friend'}]" +10384,"[{'id':577,'name':'black people'},{'id':1472,'name':'starship'},{'id':2964,'name':'future'},{'id':3412,'name':'star'},{'id':5100,'name':'supernova'},{'id':222423,'name':'blast'}]" +13640,"[{'id':849,'name':'dc comics'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':33637,'name':'super power'},{'id':34079,'name':'death'},{'id':34161,'name':'doomsday'},{'id':179102,'name':'superhuman strength'},{'id':187056,'name':'woman director'}]" +209416,"[{'id':4048,'name':'musician'},{'id':5565,'name':'biography'},{'id':10572,'name':'music business'},{'id':11700,'name':'rock music'},{'id':18293,'name':'chef'},{'id':187056,'name':'woman director'}]" +45162,"[{'id':849,'name':'dc comics'},{'id':9715,'name':'superhero'},{'id':10761,'name':'superhuman'},{'id':33637,'name':'super power'},{'id':187056,'name':'woman director'},{'id':195526,'name':'supergirl'}]" +103269,"[{'id':392,'name':'england'},{'id':849,'name':'dc comics'},{'id':9715,'name':'superhero'},{'id':10761,'name':'superhuman'},{'id':33637,'name':'super power'},{'id':155030,'name':'superhero team'},{'id':209949,'name':'the elite'}]" +166076,"[{'id':83,'name':'saving the world'},{'id':849,'name':'dc comics'},{'id':33637,'name':'super power'},{'id':179102,'name':'superhuman strength'},{'id':195526,'name':'supergirl'}]" +1452,"[{'id':83,'name':'saving the world'},{'id':849,'name':'dc comics'},{'id':8872,'name':'invulnerability'},{'id':9663,'name':'sequel'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':33637,'name':'super power'},{'id':163420,'name':'kryptonite'},{'id':179102,'name':'superhuman strength'},{'id':202526,'name':'lex luthor'}]" +11411,"[{'id':83,'name':'saving the world'},{'id':849,'name':'dc comics'},{'id':1262,'name':'mountain'},{'id':3312,'name':'nuclear missile'},{'id':4595,'name':'u.s. army'},{'id':9181,'name':'alter ego'},{'id':9663,'name':'sequel'},{'id':9715,'name':'superhero'},{'id':10124,'name':'laboratory'},{'id':11428,'name':'convertible'},{'id':33637,'name':'super power'},{'id':34125,'name':'catholic school'},{'id':156080,'name':'newspaper editor'},{'id':160381,'name':'nuclear weapons'},{'id':163396,'name':'disarmament'},{'id':163398,'name':'volcanic eruption'},{'id':163403,'name':'great wall of china'},{'id':179102,'name':'superhuman strength'}]" +9531,"[{'id':83,'name':'saving the world'},{'id':849,'name':'dc comics'},{'id':3222,'name':'super computer'},{'id':3394,'name':'identity crisis'},{'id':3861,'name':'loss of powers'},{'id':9663,'name':'sequel'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':12361,'name':'hacking'},{'id':33637,'name':'super power'},{'id':174916,'name':'bowling alley'},{'id':179102,'name':'superhuman strength'}]" +8536,"[{'id':83,'name':'saving the world'},{'id':849,'name':'dc comics'},{'id':8653,'name':'niagara falls'},{'id':9663,'name':'sequel'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':11254,'name':'loss of virginity'},{'id':15009,'name':'criminal'},{'id':33637,'name':'super power'},{'id':175644,'name':'phantom zone'},{'id':175655,'name':'rocket fired grenade'},{'id':175656,'name':'crystal machine'},{'id':179102,'name':'superhuman strength'},{'id':179431,'name':'duringcreditsstinger'}]" +1924,"[{'id':83,'name':'saving the world'},{'id':736,'name':'journalist'},{'id':849,'name':'dc comics'},{'id':853,'name':'crime fighter'},{'id':3312,'name':'nuclear missile'},{'id':4270,'name':'galaxy'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':15009,'name':'criminal'},{'id':15246,'name':'sabotage'},{'id':33637,'name':'super power'},{'id':34154,'name':'north pole'},{'id':156230,'name':'midwest'},{'id':163420,'name':'kryptonite'},{'id':179102,'name':'superhuman strength'},{'id':179430,'name':'aftercreditsstinger'},{'id':193544,'name':'save the day'}]" +325358,"[{'id':830,'name':'car race'},{'id':11931,'name':'spoof'}]" +8363,"[{'id':567,'name':'alcohol'},{'id':4630,'name':'chaos'},{'id':5801,'name':'nerd'},{'id':6149,'name':'police'},{'id':6270,'name':'high school'},{'id':6517,'name':'young people'},{'id':8508,'name':'party'},{'id':10683,'name':'coming of age'},{'id':10873,'name':'school'},{'id':13130,'name':'teenager'},{'id':14964,'name':'drugs'},{'id':162914,'name':'one night'},{'id':181623,'name':'fake id'}]" +39939,"[{'id':567,'name':'alcohol'},{'id':2135,'name':'radio'},{'id':2993,'name':'police chief'},{'id':3306,'name':'highway'},{'id':8233,'name':'cops'},{'id':9702,'name':'broken lizard'},{'id':10776,'name':'marijuana'},{'id':11485,'name':'drug humor'},{'id':11734,'name':'police corruption'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'},{'id':226825,'name':'shenanigans'},{'id':244863,'name':'first part'}]" +9607,"[{'id':83,'name':'saving the world'},{'id':380,'name':'sibling relationship'},{'id':1878,'name':'plumber'},{'id':9920,'name':'royalty'},{'id':12616,'name':'dinosaur'},{'id':41645,'name':'based on video game'},{'id':187056,'name':'woman director'},{'id':194215,'name':'multiple dimensions'}]" +37686,"[{'id':1228,'name':'1970s'},{'id':1328,'name':'secret'},{'id':9951,'name':'alien'},{'id':10663,'name':'train crash'},{'id':13132,'name':'pistol'},{'id':17994,'name':'firecracker'},{'id':179431,'name':'duringcreditsstinger'}]" +45132,"[{'id':258,'name':'bomb'},{'id':1419,'name':'gun'},{'id':2231,'name':'drug dealer'},{'id':4328,'name':'costume'},{'id':5451,'name':'comic book'},{'id':7002,'name':'vigilante'},{'id':8508,'name':'party'},{'id':9715,'name':'superhero'},{'id':10123,'name':'dark comedy'},{'id':10292,'name':'gore'},{'id':11221,'name':'blood'},{'id':12352,'name':'comic book shop'},{'id':12353,'name':'comic book collector'},{'id':12997,'name':'dinner'},{'id':14819,'name':'violence'},{'id':15090,'name':'police officer'},{'id':172141,'name':'cosplay'},{'id':179431,'name':'duringcreditsstinger'}]" +1272,"[{'id':83,'name':'saving the world'},{'id':258,'name':'bomb'},{'id':1670,'name':'sun'},{'id':1826,'name':'space marine'},{'id':2725,'name':'sunlight'},{'id':3638,'name':'solar energy'},{'id':4040,'name':'space mission'},{'id':4627,'name':'earth'},{'id':5442,'name':'expiration'}]" +45938,"[{'id':738,'name':'sexuality'},{'id':2679,'name':'artist'},{'id':9840,'name':'romance'},{'id':10199,'name':'gay interest'},{'id':10329,'name':'wealth'},{'id':10776,'name':'marijuana'},{'id':11508,'name':'jewish'},{'id':13005,'name':'doctor'},{'id':15160,'name':'divorce'},{'id':209330,'name':'sociologist'}]" +10279,"[{'id':700,'name':'italian american'},{'id':1228,'name':'1970s'},{'id':1448,'name':'distrust'},{'id':3010,'name':'intolerance'},{'id':10714,'name':'serial killer'},{'id':11053,'name':'punk rock'},{'id':13088,'name':'summer'},{'id':157912,'name':'bigotry'},{'id':161307,'name':'bronx, new york city'}]" +845,"[{'id':584,'name':'perfect crime'},{'id':1523,'name':'obsession'},{'id':2041,'name':'island'},{'id':4230,'name':'carousel '},{'id':5552,'name':'train ride'},{'id':6259,'name':'psychopath'},{'id':8562,'name':'lighter'},{'id':9826,'name':'murder'},{'id':11501,'name':'cheating wife'},{'id':14829,'name':'strangulation'},{'id':155582,'name':'amusement park'},{'id':167020,'name':'husband wife estrangement'},{'id':177973,'name':'chance meeting'},{'id':195402,'name':'film noir'},{'id':199939,'name':'cocktail party'},{'id':208764,'name':'fiancée'},{'id':227825,'name':'storm drain'},{'id':234216,'name':'tennis match'},{'id':238821,'name':'tennis pro'}]" +245846,"[{'id':5657,'name':'australia'},{'id':156948,'name':'missing child'},{'id':157906,'name':'outback'},{'id':164044,'name':'alcoholic drink'},{'id':166490,'name':'troubled marriage'},{'id':187056,'name':'woman director'},{'id':193760,'name':'australian outback'},{'id':197430,'name':'missing daughter'}]" +1262,"[{'id':1992,'name':'professor'},{'id':2132,'name':'literature'},{'id':9673,'name':'love'},{'id':10818,'name':'author'},{'id':10855,'name':'fate'},{'id':34079,'name':'death'},{'id':41589,'name':'dying'},{'id':155251,'name':'novelist'},{'id':188994,'name':'publisher'},{'id':215325,'name':'what if'}]" +128217,[] +232898,[] +9876,"[{'id':1375,'name':'submachine gun'},{'id':6149,'name':'police'},{'id':12670,'name':'los angeles'},{'id':15009,'name':'criminal'}]" +207933,"[{'id':11857,'name':'mental institution'},{'id':12565,'name':'psychological thriller'},{'id':13005,'name':'doctor'},{'id':18409,'name':'mental patient'},{'id':156866,'name':'based on short story'},{'id':160174,'name':'mental asylum'},{'id':161698,'name':'doctor patient relationship'},{'id':207928,'name':'19th century'}]" +21338,"[{'id':1568,'name':'undercover'},{'id':1812,'name':'fbi'},{'id':6951,'name':'biker'},{'id':8015,'name':'cop'},{'id':14736,'name':'motorcycle gang'}]" +44113,"[{'id':378,'name':'prison'},{'id':657,'name':'fire'},{'id':2887,'name':'manipulation'},{'id':3182,'name':'seduction'},{'id':4459,'name':'vegetarian'},{'id':5500,'name':'playground'},{'id':9758,'name':'deception'},{'id':11363,'name':'arson'},{'id':15232,'name':'parole'},{'id':15233,'name':'arsonist'},{'id':15234,'name':'convict'},{'id':15235,'name':'house fire'}]" +1931,"[{'id':697,'name':'loss of loved one'},{'id':699,'name':'love at first sight'},{'id':1974,'name':'breakdance'},{'id':5600,'name':'daughter'}]" +222890,[] +33473,"[{'id':1691,'name':'dance'},{'id':11274,'name':'stomp'}]" +127493,"[{'id':1749,'name':'taxi driver'},{'id':1812,'name':'fbi'},{'id':1930,'name':'kidnapping'},{'id':9727,'name':'thief'},{'id':156121,'name':'ex-con'},{'id':240303,'name':'father daughter relationship'}]" +86825,"[{'id':10092,'name':'mystery'},{'id':34079,'name':'death'}]" +115210,"[{'id':9253,'name':'slapstick'},{'id':10049,'name':'teen angst'},{'id':10089,'name':'slaughter'},{'id':10123,'name':'dark comedy'},{'id':68646,'name':'supernatural creature'},{'id':176691,'name':'killer clown'},{'id':191045,'name':'revenge killing'}]" +11601,"[{'id':1227,'name':'cemetery'},{'id':1328,'name':'secret'},{'id':1523,'name':'obsession'},{'id':2340,'name':'paranoia'},{'id':2968,'name':'grave'},{'id':3358,'name':'haunted house'},{'id':3363,'name':'hypnosis'},{'id':6100,'name':'tools'},{'id':9681,'name':'clairvoyance'},{'id':9826,'name':'murder'},{'id':9937,'name':'suspense'},{'id':10941,'name':'disappearance'},{'id':14742,'name':'psychic'},{'id':162846,'name':'ghost'},{'id':180523,'name':'neighborhood'},{'id':184987,'name':'repressed memory'},{'id':227655,'name':'hearing voices'}]" +128215,"[{'id':160963,'name':'elderly couple'},{'id':172971,'name':'elderly'},{'id':229520,'name':'new brunswick'}]" +284293,"[{'id':456,'name':'mother'},{'id':818,'name':'based on novel or book'},{'id':1992,'name':'professor'},{'id':5903,'name':'alzheimer's disease'},{'id':40895,'name':'illness'},{'id':208709,'name':'columbia university'}]" +15542,"[{'id':782,'name':'assassin'},{'id':3149,'name':'gangster'},{'id':4652,'name':'bath house'},{'id':9767,'name':'beautiful woman'},{'id':9826,'name':'murder'},{'id':10391,'name':'mafia'},{'id':10594,'name':'money'},{'id':14819,'name':'violence'},{'id':15127,'name':'killer'},{'id':160488,'name':'hoodlum'},{'id':167352,'name':'crime lord'},{'id':194943,'name':'henchmen'}]" +10307,"[{'id':716,'name':'vatican'},{'id':2618,'name':'miracle'},{'id':5950,'name':'christian'},{'id':6150,'name':'faith'},{'id':6159,'name':'clergyman'},{'id':8778,'name':'atheist'}]" +180951,"[{'id':5565,'name':'biography'}]" +16305,"[{'id':886,'name':'movie business'},{'id':960,'name':'homeless person'},{'id':5571,'name':'great depression'},{'id':10717,'name':'chain gang'},{'id':155809,'name':'riding the rail'},{'id':203826,'name':'hobo'},{'id':235736,'name':'film director'}]" +81694,[] +54008,"[{'id':10601,'name':'blaxploitation'},{'id':12377,'name':'zombie'}]" +10650,"[{'id':2860,'name':'heart'},{'id':3713,'name':'chase'},{'id':4188,'name':'revitalization'},{'id':177512,'name':'dirty harry'}]" +23629,"[{'id':1411,'name':'brothel'},{'id':2486,'name':'fantasy'},{'id':2884,'name':'asylum'},{'id':10685,'name':'escape'},{'id':14544,'name':'robot'},{'id':14819,'name':'violence'},{'id':18128,'name':'inmate'},{'id':18677,'name':'alternative'},{'id':170344,'name':'imagination'},{'id':189400,'name':'lobotomy'}]" +49020,"[{'id':966,'name':'beach'},{'id':1209,'name':'wales'},{'id':6054,'name':'friendship'},{'id':6733,'name':'bullying'},{'id':10809,'name':'teenage girl'},{'id':11254,'name':'loss of virginity'}]" +1792,"[{'id':572,'name':'sex'},{'id':733,'name':'dancer'},{'id':779,'name':'martial arts'},{'id':1650,'name':'cook'},{'id':6593,'name':'stripper'},{'id':9673,'name':'love'},{'id':9856,'name':'flashback'},{'id':10624,'name':'bully'},{'id':12396,'name':'hollywood'},{'id':15016,'name':'twins'},{'id':192153,'name':'conjoined twins'},{'id':207673,'name':'freak'},{'id':207716,'name':'actor'},{'id':208513,'name':'anxiety'}]" +111969,"[{'id':9673,'name':'love'},{'id':10183,'name':'independent film'},{'id':14534,'name':'relationship'},{'id':18035,'name':'family'},{'id':155251,'name':'novelist'},{'id':156455,'name':'unhappiness'}]" +10996,"[{'id':2161,'name':'mouse'},{'id':2639,'name':'falcon'},{'id':2646,'name':'bird'},{'id':6054,'name':'friendship'},{'id':18035,'name':'family'}]" +10137,"[{'id':380,'name':'sibling relationship'},{'id':818,'name':'based on novel or book'},{'id':977,'name':'cat'},{'id':2161,'name':'mouse'},{'id':2393,'name':'adoption'},{'id':3149,'name':'gangster'},{'id':6783,'name':'orphanage'},{'id':7714,'name':'step brother'},{'id':9963,'name':'kids and family'},{'id':161306,'name':'world trade center'}]" +264227,"[{'id':1421,'name':'birthday'},{'id':8271,'name':'meat'}]" +10890,"[{'id':248,'name':'date'},{'id':1595,'name':'ex-girlfriend'},{'id':4595,'name':'u.s. army'},{'id':11138,'name':'military spoof'}]" +271651,[] +227300,[] +85373,"[{'id':246,'name':'dancing'},{'id':733,'name':'dancer'},{'id':4344,'name':'musical'},{'id':181208,'name':'street dance'},{'id':181214,'name':'salsa'},{'id':187056,'name':'woman director'}]" +22172,"[{'id':422,'name':'vietnam veteran'},{'id':447,'name':'post traumatic stress disorder'},{'id':567,'name':'alcohol'},{'id':5502,'name':'castration'},{'id':9794,'name':'toxic'},{'id':10261,'name':'stealing'},{'id':11242,'name':'junkyard'},{'id':155419,'name':'shoplifting'},{'id':155758,'name':'liquor store'},{'id':177927,'name':'homeless'},{'id':191564,'name':'body horror'},{'id':196300,'name':'melt'},{'id':207444,'name':'morality tale'},{'id':218125,'name':'meltdown'},{'id':226763,'name':'disintegration'},{'id':235596,'name':'poisoned drink'},{'id':236472,'name':'lower class'},{'id':237034,'name':'liquefaction'}]" +1266,"[{'id':417,'name':'corruption'},{'id':1316,'name':'captain'},{'id':2394,'name':'ghetto'},{'id':4276,'name':'machinegun'},{'id':6149,'name':'police'},{'id':7464,'name':'alcoholism'},{'id':9826,'name':'murder'},{'id':10950,'name':'shootout'},{'id':11199,'name':'undercover cop'},{'id':11719,'name':'dirty cop'},{'id':12670,'name':'los angeles'},{'id':14819,'name':'violence'},{'id':33476,'name':'widower'},{'id':154782,'name':'police funeral'},{'id':207268,'name':'neo-noir'}]" +58625,"[{'id':279,'name':'usa'},{'id':417,'name':'corruption'},{'id':703,'name':'detective'},{'id':5340,'name':'investigation'},{'id':7281,'name':'shooting'},{'id':9663,'name':'sequel'},{'id':9826,'name':'murder'},{'id':10085,'name':'betrayal'},{'id':14819,'name':'violence'},{'id':15127,'name':'killer'},{'id':18021,'name':'detroit'}]" +64639,"[{'id':531,'name':'southern usa'},{'id':570,'name':'rape'},{'id':1010,'name':'bar'},{'id':1157,'name':'wife husband relationship'},{'id':3875,'name':'barn'},{'id':7149,'name':'machismo'},{'id':9897,'name':'rifle'},{'id':14903,'name':'home invasion'}]" +85446,"[{'id':186730,'name':'flash mob'},{'id':186736,'name':'dance instructor'},{'id':186743,'name':'real estate development'},{'id':186747,'name':'dance company'}]" +243683,"[{'id':8406,'name':'street artist'},{'id':10104,'name':'dance competition'},{'id':187056,'name':'woman director'}]" +41233,"[{'id':4344,'name':'musical'},{'id':179431,'name':'duringcreditsstinger'},{'id':209714,'name':'3d'}]" +9762,"[{'id':246,'name':'dancing'},{'id':1605,'name':'new love'},{'id':1691,'name':'dance'},{'id':2672,'name':'baltimore'},{'id':8734,'name':'art school'},{'id':187056,'name':'woman director'}]" +8328,"[{'id':240,'name':'underdog'},{'id':271,'name':'competition'},{'id':542,'name':'street gang'},{'id':898,'name':'hip-hop'},{'id':1974,'name':'breakdance'},{'id':3074,'name':'insurgence'},{'id':3188,'name':'heart-throb'},{'id':4345,'name':'tap dancing'},{'id':6278,'name':'scholarship'},{'id':10551,'name':'ballet'}]" +12133,"[{'id':1412,'name':'becoming an adult'},{'id':4970,'name':'autonomy'},{'id':5707,'name':'childhood trauma'},{'id':6062,'name':'hostility'},{'id':7714,'name':'step brother'},{'id':8631,'name':'slacker'},{'id':14647,'name':'man child'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'}]" +27786,"[{'id':4458,'name':'post-apocalyptic'},{'id':10183,'name':'independent film'},{'id':10489,'name':'water shortage'},{'id':18034,'name':'desert'}]" +10048,"[{'id':310,'name':'artificial intelligence'},{'id':4410,'name':'u.s. navy'},{'id':179430,'name':'aftercreditsstinger'}]" +8066,"[{'id':1252,'name':'suicide attempt'},{'id':1521,'name':'time warp'},{'id':1565,'name':'loss of sense of reality'},{'id':12105,'name':'student'},{'id':15106,'name':'psychiatrist'},{'id':33465,'name':'parallel world'}]" +16995,"[{'id':417,'name':'corruption'},{'id':441,'name':'assassination'},{'id':703,'name':'detective'},{'id':736,'name':'journalist'},{'id':782,'name':'assassin'},{'id':918,'name':'newspaper'},{'id':1705,'name':'congress'},{'id':4222,'name':'editor-in-chief'},{'id':5514,'name':'conspiracy of murder'},{'id':6078,'name':'politics'},{'id':6085,'name':'election campaign'},{'id':6086,'name':'government'},{'id':9826,'name':'murder'},{'id':10851,'name':'blog'},{'id':12193,'name':'reporter'},{'id':195240,'name':'investigative journalism'}]" +136476,"[{'id':328,'name':'insulin'},{'id':720,'name':'helicopter'},{'id':4633,'name':'state of emergency'},{'id':10349,'name':'survival'},{'id':12377,'name':'zombie'},{'id':15219,'name':'rooftop'},{'id':220113,'name':'red zone'}]" +27686,"[{'id':162843,'name':'state fair'}]" +9384,"[{'id':167715,'name':'informant'},{'id':167724,'name':'jumping from a rooftop'},{'id':167726,'name':'surveillance footage'}]" +114478,"[{'id':1472,'name':'starship'},{'id':1826,'name':'space marine'},{'id':10987,'name':'cgi'},{'id':160185,'name':'marauder'},{'id':161919,'name':'adult animation'}]" +11127,"[{'id':1472,'name':'starship'},{'id':1826,'name':'space marine'},{'id':160185,'name':'marauder'}]" +10304,"[{'id':1402,'name':'general'},{'id':1471,'name':'places and planets'},{'id':1603,'name':'extraterrestrial technology'},{'id':4302,'name':'troops'},{'id':4595,'name':'u.s. army'},{'id':4862,'name':'alien life-form'}]" +563,"[{'id':305,'name':'moon'},{'id':1423,'name':'asteroid'},{'id':1612,'name':'spacecraft'},{'id':1826,'name':'space marine'},{'id':2051,'name':'intelligence'},{'id':2900,'name':'buenos aires'},{'id':2902,'name':'space battle'},{'id':4565,'name':'dystopia'},{'id':6092,'name':'army'},{'id':8201,'name':'satire'},{'id':13065,'name':'soldier'},{'id':161247,'name':'drill instructor'},{'id':162365,'name':'military'}]" +277778,"[{'id':1472,'name':'starship'}]" +209276,"[{'id':378,'name':'prison'},{'id':2655,'name':'group therapy'},{'id':14857,'name':'juvenile delinquent'},{'id':14905,'name':'britain'},{'id':194226,'name':'masculinity'},{'id':244542,'name':'gay father'}]" +91679,"[{'id':6054,'name':'friendship'},{'id':166947,'name':'san fernando valley'},{'id':183133,'name':'aspiring actor'},{'id':187547,'name':'older woman younger woman relationship'}]" +2164,"[{'id':1160,'name':'egypt'},{'id':1949,'name':'pyramid'},{'id':3801,'name':'space travel'},{'id':3822,'name':'teleportation'},{'id':8862,'name':'uprising'},{'id':9882,'name':'space'},{'id':11325,'name':'shot to death'},{'id':11402,'name':'androgyny'},{'id':11606,'name':'space western'},{'id':41414,'name':'timebomb'},{'id':159138,'name':'death of son'},{'id':160381,'name':'nuclear weapons'},{'id':163250,'name':'invented language'},{'id':163331,'name':'hieroglyph'},{'id':163338,'name':'egyptian mythology'},{'id':163347,'name':'egyptology'}]" +2270,"[{'id':616,'name':'witch'},{'id':818,'name':'based on novel or book'},{'id':1605,'name':'new love'},{'id':3071,'name':'prince'},{'id':3258,'name':'beauty'},{'id':3412,'name':'star'},{'id':4152,'name':'kingdom'},{'id':4372,'name':'wall'},{'id':6998,'name':'falling star'},{'id':9920,'name':'royalty'},{'id':10048,'name':'unrequited love'},{'id':10842,'name':'good vs evil'},{'id':10947,'name':'goat'},{'id':12988,'name':'pirate'},{'id':170771,'name':'fratricide'},{'id':241980,'name':'turned into animal'}]" +22049,"[{'id':572,'name':'sex'},{'id':1280,'name':'laser gun'},{'id':9767,'name':'beautiful woman'},{'id':9882,'name':'space'},{'id':11322,'name':'female protagonist'},{'id':193149,'name':'suspended animation'}]" +1892,"[{'id':380,'name':'sibling relationship'},{'id':526,'name':'rebel'},{'id':1612,'name':'spacecraft'},{'id':2280,'name':'emperor'},{'id':2902,'name':'space battle'},{'id':5144,'name':'matter of life and death'},{'id':10013,'name':'death star'},{'id':10014,'name':'jabba the hutt'},{'id':10015,'name':'ewoks'},{'id':10527,'name':'jedi'},{'id':161176,'name':'space opera'},{'id':242443,'name':'star wars'}]" +1891,"[{'id':526,'name':'rebel'},{'id':803,'name':'android'},{'id':1423,'name':'asteroid'},{'id':1612,'name':'spacecraft'},{'id':2902,'name':'space battle'},{'id':3373,'name':'snow storm'},{'id':3388,'name':'space colony'},{'id':10016,'name':'lightsaber'},{'id':10527,'name':'jedi'},{'id':10842,'name':'good vs evil'},{'id':11196,'name':'rebellion'},{'id':160134,'name':'the force'},{'id':161176,'name':'space opera'},{'id':178710,'name':'stormtrooper'},{'id':210346,'name':'wookie'},{'id':232452,'name':'jedi master'},{'id':232453,'name':'jedi training'},{'id':232454,'name':'droid'},{'id':242443,'name':'star wars'}]" +1895,"[{'id':797,'name':'showdown'},{'id':10013,'name':'death star'},{'id':10629,'name':'vision'},{'id':11491,'name':'cult figure'},{'id':158449,'name':'hatred'},{'id':160840,'name':'dream sequence'},{'id':160946,'name':'expectant mother'},{'id':161176,'name':'space opera'},{'id':163272,'name':'chancel'},{'id':163295,'name':'galactic war'},{'id':242443,'name':'star wars'}]" +1894,"[{'id':1280,'name':'laser gun'},{'id':1399,'name':'senate'},{'id':5340,'name':'investigation'},{'id':6092,'name':'army'},{'id':10013,'name':'death star'},{'id':10527,'name':'jedi'},{'id':11491,'name':'cult figure'},{'id':13027,'name':'wedding'},{'id':14819,'name':'violence'},{'id':14922,'name':'kendo'},{'id':161176,'name':'space opera'},{'id':163239,'name':'spaceport'},{'id':163242,'name':'teenage rebellion'},{'id':163248,'name':'good becoming evil'},{'id':163252,'name':'alien race'},{'id':163255,'name':'mechanical hand'},{'id':198710,'name':'yoda'},{'id':242443,'name':'star wars'}]" +1893,"[{'id':530,'name':'prophecy'},{'id':1399,'name':'senate'},{'id':2011,'name':'queen'},{'id':2063,'name':'taskmaster'},{'id':4270,'name':'galaxy'},{'id':4488,'name':'apprentice'},{'id':6128,'name':'taxes'},{'id':161176,'name':'space opera'},{'id':242443,'name':'star wars'}]" +11,"[{'id':803,'name':'android'},{'id':4270,'name':'galaxy'},{'id':4271,'name':'hermit'},{'id':10013,'name':'death star'},{'id':10016,'name':'lightsaber'},{'id':10527,'name':'jedi'},{'id':11107,'name':'rescue mission'},{'id':11195,'name':'empire'},{'id':11196,'name':'rebellion'},{'id':13194,'name':'planet'},{'id':155336,'name':'smuggler'},{'id':160134,'name':'the force'},{'id':161176,'name':'space opera'},{'id':163295,'name':'galactic war'},{'id':178710,'name':'stormtrooper'},{'id':178712,'name':'totalitarianism'},{'id':242443,'name':'star wars'}]" +174,"[{'id':455,'name':'farewell'},{'id':503,'name':'federation'},{'id':505,'name':'starfleet'},{'id':559,'name':'peace conference'},{'id':665,'name':'uss enterprise-a'},{'id':750,'name':'rura penthe'},{'id':3012,'name':'court case'},{'id':4732,'name':'peace contract'},{'id':4812,'name':'plan'},{'id':155211,'name':'klingon'},{'id':161176,'name':'space opera'},{'id':228488,'name':'star trek'}]" +172,"[{'id':503,'name':'federation'},{'id':505,'name':'starfleet'},{'id':665,'name':'uss enterprise-a'},{'id':697,'name':'loss of loved one'},{'id':1430,'name':'self sacrifice'},{'id':1562,'name':'hostage'},{'id':5362,'name':'liberation of hostage'},{'id':12388,'name':'romulans'},{'id':155211,'name':'klingon'},{'id':155212,'name':'vulcan'},{'id':161176,'name':'space opera'},{'id':228488,'name':'star trek'}]" +152,"[{'id':310,'name':'artificial intelligence'},{'id':504,'name':'uss enterprise'},{'id':505,'name':'starfleet'},{'id':582,'name':'san francisco'},{'id':1430,'name':'self sacrifice'},{'id':1612,'name':'spacecraft'},{'id':155211,'name':'klingon'},{'id':155212,'name':'vulcan'},{'id':161176,'name':'space opera'},{'id':228488,'name':'star trek'}]" +201,"[{'id':402,'name':'clone'},{'id':441,'name':'assassination'},{'id':502,'name':'ambush'},{'id':503,'name':'federation'},{'id':505,'name':'starfleet'},{'id':671,'name':'enterprise-e'},{'id':768,'name':'romulus'},{'id':803,'name':'android'},{'id':1399,'name':'senate'},{'id':1430,'name':'self sacrifice'},{'id':1475,'name':'telepathy'},{'id':6110,'name':'weapon'},{'id':12388,'name':'romulans'},{'id':161176,'name':'space opera'},{'id':228488,'name':'star trek'}]" +168,"[{'id':83,'name':'saving the world'},{'id':582,'name':'san francisco'},{'id':665,'name':'uss enterprise-a'},{'id':4379,'name':'time travel'},{'id':4676,'name':'whale'},{'id':5359,'name':'marine biologist'},{'id':155212,'name':'vulcan'},{'id':161176,'name':'space opera'},{'id':228488,'name':'star trek'}]" +54138,"[{'id':1612,'name':'spacecraft'},{'id':6054,'name':'friendship'},{'id':9663,'name':'sequel'},{'id':9685,'name':'futuristic'},{'id':9882,'name':'space'},{'id':9951,'name':'alien'},{'id':156395,'name':'imax'},{'id':161176,'name':'space opera'},{'id':179569,'name':'terrorist bombing'},{'id':209714,'name':'3d'},{'id':228488,'name':'star trek'}]" +200,"[{'id':1472,'name':'starship'},{'id':9951,'name':'alien'},{'id':161176,'name':'space opera'},{'id':162388,'name':'retribution'},{'id':162392,'name':'spacecraft officer'},{'id':162399,'name':'exploding ship'},{'id':204390,'name':'cosmos'},{'id':228488,'name':'star trek'}]" +157,"[{'id':504,'name':'uss enterprise'},{'id':747,'name':'genesis'},{'id':6054,'name':'friendship'},{'id':155211,'name':'klingon'},{'id':161176,'name':'space opera'},{'id':228488,'name':'star trek'}]" +154,"[{'id':504,'name':'uss enterprise'},{'id':747,'name':'genesis'},{'id':1423,'name':'asteroid'},{'id':1430,'name':'self sacrifice'},{'id':1599,'name':'midlife crisis'},{'id':1613,'name':'terraforming'},{'id':1615,'name':'simulator'},{'id':1617,'name':'cadet'},{'id':1618,'name':'radiation'},{'id':5218,'name':'uss reliant'},{'id':5219,'name':'ceti alpha v'},{'id':6017,'name':'genetics'},{'id':161176,'name':'space opera'},{'id':228488,'name':'star trek'}]" +193,"[{'id':10988,'name':'based on tv series'},{'id':34079,'name':'death'},{'id':162410,'name':'exploding planet'},{'id':162415,'name':'mountain cabin'},{'id':162429,'name':'solar system'},{'id':204390,'name':'cosmos'},{'id':228488,'name':'star trek'}]" +199,"[{'id':503,'name':'federation'},{'id':505,'name':'starfleet'},{'id':522,'name':'borg'},{'id':671,'name':'enterprise-e'},{'id':679,'name':'cyborg'},{'id':680,'name':'montana'},{'id':836,'name':'resistance'},{'id':1436,'name':'inventor'},{'id':1522,'name':'repayment'},{'id':1523,'name':'obsession'},{'id':49960,'name':'business start-up'},{'id':161176,'name':'space opera'},{'id':228488,'name':'star trek'}]" +13475,"[{'id':1612,'name':'spacecraft'},{'id':3822,'name':'teleportation'},{'id':4040,'name':'space mission'},{'id':4300,'name':'parachute'},{'id':4379,'name':'time travel'},{'id':4380,'name':'black hole'},{'id':5100,'name':'supernova'},{'id':9675,'name':'prequel'},{'id':9684,'name':'warp speed'},{'id':9685,'name':'futuristic'},{'id':9686,'name':'warp engine'},{'id':9882,'name':'space'},{'id':12388,'name':'romulans'},{'id':155212,'name':'vulcan'},{'id':156282,'name':'alternate reality'},{'id':161176,'name':'space opera'},{'id':161184,'name':'reboot'},{'id':228488,'name':'star trek'}]" +121824,"[{'id':3398,'name':'release from prison'},{'id':10425,'name':'viagra'},{'id':220832,'name':'settle scores'},{'id':220833,'name':'last hurrah'}]" +235,"[{'id':818,'name':'based on novel or book'},{'id':1897,'name':'oregon'},{'id':6054,'name':'friendship'},{'id':10683,'name':'coming of age'},{'id':169875,'name':'railroad track'},{'id':169878,'name':'story within the story'},{'id':169885,'name':'flipping coin'},{'id':169886,'name':'campfire story'},{'id':169895,'name':'normandy beach'},{'id':208349,'name':'child'},{'id':208611,'name':'1950s'},{'id':216919,'name':'boys'}]" +52015,"[{'id':3133,'name':'vampire'},{'id':9259,'name':'vampire hunter'},{'id':181532,'name':'protégé'}]" +156597,"[{'id':4344,'name':'musical'},{'id':11040,'name':'masked killer'},{'id':12339,'name':'slasher'}]" +96378,"[{'id':1599,'name':'midlife crisis'},{'id':6593,'name':'stripper'},{'id':8070,'name':'stag night'},{'id':9864,'name':'prank'},{'id':180294,'name':'pineapple'},{'id':196645,'name':'prank gone wrong'}]" +239563,"[{'id':2604,'name':'babysitter'},{'id':6054,'name':'friendship'},{'id':10226,'name':'neighbor'},{'id':15160,'name':'divorce'},{'id':174085,'name':'child of divorce'}]" +25241,"[{'id':128,'name':'love triangle'},{'id':931,'name':'jealousy'},{'id':1415,'name':'small town'},{'id':1523,'name':'obsession'},{'id':2495,'name':'georgia'},{'id':3528,'name':'flooding'},{'id':3760,'name':'light'},{'id':11004,'name':'rural setting'},{'id':156091,'name':'missing person'},{'id':224873,'name':'worms'}]" +56288,"[{'id':470,'name':'spy'},{'id':3650,'name':'child hero'},{'id':4289,'name':'secret agent'},{'id':11134,'name':'espionage'}]" +12279,"[{'id':282,'name':'video game'},{'id':2051,'name':'intelligence'},{'id':2434,'name':'liberation'},{'id':3650,'name':'child hero'},{'id':10364,'name':'mission'}]" +10054,"[{'id':380,'name':'sibling relationship'},{'id':697,'name':'loss of loved one'},{'id':848,'name':'double life'},{'id':970,'name':'parent child relationship'},{'id':4289,'name':'secret agent'},{'id':9310,'name':'latinx lead'},{'id':14544,'name':'robot'}]" +9488,"[{'id':470,'name':'spy'},{'id':1706,'name':'experiment'},{'id':2041,'name':'island'},{'id':3271,'name':'secret organization'},{'id':4391,'name':'wretch'},{'id':6110,'name':'weapon'},{'id':9823,'name':'rivalry'},{'id':14760,'name':'scientist'}]" +1535,"[{'id':470,'name':'spy'},{'id':478,'name':'china'},{'id':591,'name':'cia'},{'id':2106,'name':'cold war'},{'id':2957,'name':'vietnam war'},{'id':5907,'name':'middle east conflict'},{'id':9856,'name':'flashback'}]" +317953,"[{'id':572,'name':'sex'},{'id':704,'name':'adolescence'},{'id':162804,'name':'sexual awakening'},{'id':170161,'name':'learning'}]" +61410,[] +200580,"[{'id':6271,'name':'boarding school'},{'id':10683,'name':'coming of age'},{'id':10873,'name':'school'}]" +199782,"[{'id':1740,'name':'pop culture'},{'id':2679,'name':'artist'},{'id':3177,'name':'fan'},{'id':4463,'name':'icon'},{'id':4528,'name':'song'},{'id':5288,'name':'rock'},{'id':6029,'name':'concert'},{'id':9818,'name':'fan culture'},{'id':15201,'name':'music fan'},{'id':204236,'name':'music tour'},{'id':220266,'name':'fandom'}]" +122081,"[{'id':572,'name':'sex'},{'id':1196,'name':'florida'},{'id':2231,'name':'drug dealer'},{'id':5248,'name':'female friendship'},{'id':8508,'name':'party'},{'id':11130,'name':'art house'},{'id':14964,'name':'drugs'},{'id':158054,'name':'spring break'},{'id':206298,'name':'young adult'}]" +241855,[] +13006,"[{'id':3528,'name':'flooding'},{'id':9685,'name':'futuristic'},{'id':15167,'name':'police detective'}]" +9473,"[{'id':471,'name':'mount rushmore national memorial'},{'id':6154,'name':'hell'},{'id':6778,'name':'world supremacy'},{'id':8102,'name':'elementary school'},{'id':8421,'name':'saddam hussein'},{'id':8778,'name':'atheist'},{'id':9887,'name':'surrealism'},{'id':10033,'name':'friends who hate each other'},{'id':10138,'name':'satan'},{'id':10988,'name':'based on tv series'},{'id':11217,'name':'child swearing'},{'id':11317,'name':'visions of hell'},{'id':11324,'name':'u.s. canada war'},{'id':15001,'name':'demon'},{'id':161919,'name':'adult animation'},{'id':203175,'name':'south park colorado'}]" +45612,"[{'id':258,'name':'bomb'},{'id':1284,'name':'identity'},{'id':2486,'name':'fantasy'},{'id':2532,'name':'bomber'},{'id':3301,'name':'suspicion'},{'id':4379,'name':'time travel'},{'id':5340,'name':'investigation'},{'id':9887,'name':'surrealism'},{'id':13065,'name':'soldier'},{'id':14605,'name':'helicopter pilot'}]" +43959,"[{'id':271,'name':'competition'},{'id':818,'name':'based on novel or book'},{'id':2988,'name':'shark attack'},{'id':5349,'name':'surfing'},{'id':5565,'name':'biography'},{'id':6075,'name':'sport'},{'id':179431,'name':'duringcreditsstinger'}]" +253333,[] +26688,"[{'id':3598,'name':'ax'},{'id':3687,'name':'graduation'},{'id':10714,'name':'serial killer'},{'id':11221,'name':'blood'},{'id':12339,'name':'slasher'},{'id':15127,'name':'killer'},{'id':194236,'name':'sorority house'}]" +19094,"[{'id':237,'name':'gay'},{'id':531,'name':'southern usa'},{'id':1556,'name':'texas'},{'id':10041,'name':'dysfunctional family'},{'id':10123,'name':'dark comedy'},{'id':10180,'name':'homosexuality'},{'id':10181,'name':'based on play or musical'},{'id':10182,'name':'southern baptist'},{'id':10183,'name':'independent film'},{'id':10698,'name':'trailer trash'},{'id':171636,'name':'drag'}]" +41889,"[{'id':14665,'name':'barbarian'},{'id':15016,'name':'twins'},{'id':234213,'name':'sword and sorcery'}]" +38985,"[{'id':1560,'name':'dynamite'},{'id':1653,'name':'explosive'},{'id':1926,'name':'car journey'},{'id':6342,'name':'nicaragua'},{'id':7176,'name':'nitroglycerin'},{'id':15009,'name':'criminal'},{'id':33344,'name':'bandit'},{'id':168723,'name':'latin america'},{'id':174468,'name':'rope bridge'},{'id':181321,'name':'transport'},{'id':181323,'name':'oil company'},{'id':181324,'name':'existentialism'},{'id':181325,'name':'dangerous mission'}]" +15764,"[{'id':242,'name':'new york'},{'id':1631,'name':'concentration camp'},{'id':1739,'name':'holocaust'},{'id':1956,'name':'world war ii'},{'id':13028,'name':'writer'},{'id':21747,'name':'poland'},{'id':207883,'name':'1940s'}]" +244783,"[{'id':187056,'name':'woman director'}]" +110416,"[{'id':3205,'name':'fairy tale'},{'id':4079,'name':'lighthouse'},{'id':6382,'name':'folk music'},{'id':8729,'name':'lighthouse keeper '},{'id':11018,'name':'irish'},{'id':15058,'name':'swimming'},{'id':15162,'name':'dog'},{'id':158063,'name':'seal'},{'id':161242,'name':'irishman'},{'id':178856,'name':'folklore'},{'id':203878,'name':'irish music'},{'id':219386,'name':'underwater cave'}]" +235260,"[{'id':2974,'name':'jesus christ'},{'id':3036,'name':'bible'},{'id':3571,'name':'crucifixion'},{'id':5565,'name':'biography'},{'id':6506,'name':'resurrection'},{'id':13006,'name':'torture'},{'id':187343,'name':'belief'}]" +294652,"[{'id':378,'name':'prison'},{'id':642,'name':'robbery'},{'id':1321,'name':'gold'},{'id':1422,'name':'boat'},{'id':1960,'name':'mine'},{'id':2669,'name':'motel'},{'id':3713,'name':'chase'},{'id':5657,'name':'australia'},{'id':9826,'name':'murder'},{'id':9941,'name':'melbourne'},{'id':10051,'name':'heist'},{'id':15483,'name':'car chase'},{'id':33456,'name':'double cross'},{'id':191047,'name':'prison break'},{'id':207445,'name':'prison life'},{'id':210108,'name':'perth australia'}]" +16633,"[{'id':4379,'name':'time travel'},{'id':10965,'name':'playwright'},{'id':210184,'name':'1910s'}]" +236329,[] +49022,"[{'id':242,'name':'new york'},{'id':567,'name':'alcohol'},{'id':818,'name':'based on novel or book'},{'id':1328,'name':'secret'},{'id':1332,'name':'cheating'},{'id':1421,'name':'birthday'},{'id':2535,'name':'destroy'},{'id':3725,'name':'pregnancy'},{'id':9713,'name':'friends'},{'id':9856,'name':'flashback'},{'id':9986,'name':'crush'},{'id':10909,'name':'lawyer'},{'id':12392,'name':'best friend'},{'id':13027,'name':'wedding'},{'id':14534,'name':'relationship'},{'id':33648,'name':'celebration'},{'id':160765,'name':'roses'},{'id':170682,'name':'lying'},{'id':202635,'name':'engaged'},{'id':208502,'name':'loyal'},{'id':208503,'name':'liaison'},{'id':208504,'name':'confidant'}]" +249923,[] +253344,"[{'id':217409,'name':'english professor'}]" +80468,[] +32985,"[{'id':3070,'name':'mercenary'},{'id':9826,'name':'murder'},{'id':10223,'name':'puritan'},{'id':10821,'name':'sorcerer'},{'id':11060,'name':'trap'},{'id':11464,'name':'bag over head'},{'id':14819,'name':'violence'},{'id':15032,'name':'gothic horror'},{'id':33601,'name':'covered wagon'},{'id':41592,'name':'monastery'},{'id':159643,'name':'mercy killing'},{'id':167696,'name':'healing'},{'id':183654,'name':'hanged body'},{'id':183664,'name':'pile of gold'},{'id':208244,'name':'16th century'},{'id':234213,'name':'sword and sorcery'}]" +37707,"[{'id':1706,'name':'experiment'},{'id':1718,'name':'dna'},{'id':6017,'name':'genetics'},{'id':158256,'name':'gene manipulation'},{'id':163561,'name':'genetic engineering'}]" +16444,"[{'id':1956,'name':'world war ii'},{'id':5565,'name':'biography'},{'id':10168,'name':'aviation'},{'id':208348,'name':'spitfire'}]" +9023,"[{'id':3714,'name':'human being'},{'id':6089,'name':'freedom'},{'id':8241,'name':'mustang'},{'id':9823,'name':'rivalry'},{'id':9902,'name':'wildlife'},{'id':10336,'name':'animation'},{'id':156234,'name':'cavalry'},{'id':158264,'name':'indian war'},{'id':158265,'name':'eyebrow'},{'id':158266,'name':'wild horse'}]" +559,"[{'id':697,'name':'loss of loved one'},{'id':851,'name':'dual identity'},{'id':1453,'name':'amnesia'},{'id':1965,'name':'sandstorm'},{'id':2038,'name':'love of one's life'},{'id':3446,'name':'forgiveness'},{'id':3986,'name':'spider'},{'id':4391,'name':'wretch'},{'id':5776,'name':'egomania'},{'id':5789,'name':'sand'},{'id':5857,'name':'narcism'},{'id':6062,'name':'hostility'},{'id':9663,'name':'sequel'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':9748,'name':'revenge'}]" +557,"[{'id':697,'name':'loss of loved one'},{'id':3289,'name':'villain'},{'id':3986,'name':'spider'},{'id':4543,'name':'thanksgiving'},{'id':5812,'name':'bad boss'},{'id':6062,'name':'hostility'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':10842,'name':'good vs evil'},{'id':11794,'name':'pokies'},{'id':156075,'name':'evil'},{'id':189094,'name':'goblin'}]" +558,"[{'id':851,'name':'dual identity'},{'id':2038,'name':'love of one's life'},{'id':5983,'name':'pizza boy'},{'id':9663,'name':'sequel'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':13005,'name':'doctor'},{'id':14760,'name':'scientist'},{'id':14991,'name':'tentacle'},{'id':34079,'name':'death'},{'id':163074,'name':'super villain'}]" +10153,"[{'id':270,'name':'ocean'},{'id':1603,'name':'extraterrestrial technology'},{'id':1826,'name':'space marine'},{'id':2340,'name':'paranoia'},{'id':9951,'name':'alien'},{'id':11268,'name':'psychologist'},{'id':162350,'name':'ocean floor'},{'id':162351,'name':'deepsea'},{'id':237591,'name':'spaceship crash'}]" +1639,"[{'id':1384,'name':'diamond'},{'id':1422,'name':'boat'},{'id':2799,'name':'cruise'},{'id':6104,'name':'computer'},{'id':10617,'name':'disaster'},{'id':228194,'name':'collision course'}]" +9348,"[{'id':1475,'name':'telepathy'},{'id':1718,'name':'dna'},{'id':2340,'name':'paranoia'},{'id':6017,'name':'genetics'},{'id':6245,'name':'instinct'},{'id':9016,'name':'femme fatale'},{'id':9951,'name':'alien'},{'id':10562,'name':'on the run'},{'id':11181,'name':'decapitation'},{'id':11190,'name':'sexual attraction'},{'id':12670,'name':'los angeles'},{'id':14760,'name':'scientist'},{'id':163481,'name':'cocoon'},{'id':163561,'name':'genetic engineering'},{'id':235513,'name':'alien dna'}]" +7459,"[{'id':697,'name':'loss of loved one'},{'id':830,'name':'car race'},{'id':2552,'name':'chimp'},{'id':18035,'name':'family'},{'id':179431,'name':'duringcreditsstinger'},{'id':187056,'name':'woman director'},{'id':243576,'name':'trans director'}]" +15058,"[{'id':570,'name':'rape'},{'id':818,'name':'based on novel or book'},{'id':2754,'name':'trauma'},{'id':6270,'name':'high school'},{'id':10183,'name':'independent film'},{'id':10392,'name':'mute'},{'id':14751,'name':'youth'},{'id':15319,'name':'attraction'},{'id':187056,'name':'woman director'}]" +1637,"[{'id':258,'name':'bomb'},{'id':822,'name':'airport'},{'id':992,'name':'bus'},{'id':2776,'name':'bus ride'},{'id':3306,'name':'highway'},{'id':157251,'name':'bomb planting'}]" +88012,"[{'id':187056,'name':'woman director'}]" +73575,"[{'id':1930,'name':'kidnapping'},{'id':4932,'name':'farm'},{'id':10084,'name':'rescue'},{'id':13014,'name':'orphan'},{'id':154802,'name':'silent film'}]" +171776,"[{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':9807,'name':'noir'},{'id':18712,'name':'based on graphic novel'},{'id':204701,'name':'pulp'}]" +264337,"[{'id':2462,'name':'m.i.t.'},{'id':33910,'name':'high school student'},{'id':41334,'name':'hispanic'},{'id':210001,'name':'robotics club'},{'id':210002,'name':'car parts'},{'id':213794,'name':'spanish spoken'}]" +957,"[{'id':803,'name':'android'},{'id':1280,'name':'laser gun'},{'id':1400,'name':'swordplay'},{'id':1530,'name':'temple'},{'id':1826,'name':'space marine'},{'id':2902,'name':'space battle'},{'id':3801,'name':'space travel'},{'id':4040,'name':'space mission'},{'id':4270,'name':'galaxy'},{'id':4575,'name':'comb'},{'id':4578,'name':'altar'},{'id':4579,'name':'magnet beam'},{'id':4581,'name':'jam'},{'id':4583,'name':'speed of light'},{'id':4585,'name':'plastic surgery'},{'id':4587,'name':'password'},{'id':5539,'name':'shield'},{'id':5560,'name':'nose'},{'id':8201,'name':'satire'},{'id':9755,'name':'parody'},{'id':11931,'name':'spoof'}]" +188507,"[{'id':271,'name':'competition'},{'id':1432,'name':'nasa'},{'id':205349,'name':'space camp'}]" +2300,"[{'id':6075,'name':'sport'},{'id':6496,'name':'basketball'},{'id':6513,'name':'cartoon'},{'id':13005,'name':'doctor'},{'id':15284,'name':'cartoon cat'},{'id':176746,'name':'basketball team'},{'id':177208,'name':'basketball game'},{'id':177216,'name':'referee'},{'id':177218,'name':'basketball court'},{'id':177224,'name':'speedy gonzales'},{'id':177227,'name':'cartoon chicken'},{'id':177230,'name':'cartoon reality crossover'},{'id':177231,'name':'basketball hoop'},{'id':177232,'name':'cartoon skunk'}]" +5551,"[{'id':1432,'name':'nasa'},{'id':3801,'name':'space travel'},{'id':11606,'name':'space western'},{'id':14626,'name':'astronaut'},{'id':172971,'name':'elderly'}]" +29996,"[{'id':536,'name':'israel'},{'id':1160,'name':'egypt'},{'id':3684,'name':'religion and supernatural'},{'id':6917,'name':'epic'}]" +112304,[] +9425,"[{'id':1826,'name':'space marine'},{'id':4565,'name':'dystopia'},{'id':10158,'name':'alien planet'},{'id':163561,'name':'genetic engineering'}]" +36677,"[{'id':4458,'name':'post-apocalyptic'},{'id':6234,'name':'roller-skating'},{'id':13130,'name':'teenager'},{'id':162988,'name':'dystopian future'},{'id':180999,'name':'drought'}]" +236324,"[{'id':176834,'name':'social media'}]" +93837,"[{'id':1568,'name':'undercover'},{'id':1812,'name':'fbi'},{'id':3616,'name':'college'},{'id':11168,'name':'private investigator'},{'id':171582,'name':'sorority girl'}]" +227655,"[{'id':65,'name':'holiday'},{'id':815,'name':'soulmates'},{'id':10809,'name':'teenage girl'},{'id':189966,'name':'holiday season'},{'id':207317,'name':'christmas'}]" +110415,"[{'id':714,'name':'child labour'},{'id':970,'name':'parent child relationship'},{'id':1411,'name':'brothel'},{'id':1442,'name':'winter'},{'id':1501,'name':'allegory'},{'id':3450,'name':'bridge'},{'id':3725,'name':'pregnancy'},{'id':4458,'name':'post-apocalyptic'},{'id':4565,'name':'dystopia'},{'id':4655,'name':'hijacking of train'},{'id':9717,'name':'based on comic'},{'id':9862,'name':'dam'},{'id':9897,'name':'rifle'},{'id':13008,'name':'train'},{'id':14819,'name':'violence'},{'id':18712,'name':'based on graphic novel'},{'id':33720,'name':'guilt'},{'id':162845,'name':'revolt'},{'id':178993,'name':'duplicity'},{'id':189102,'name':'tunnel'},{'id':192311,'name':'social class'},{'id':208085,'name':'population control'},{'id':213921,'name':'perpetual winter'},{'id':213987,'name':'city ruin'}]" +58595,"[{'id':515,'name':'women'},{'id':2011,'name':'queen'},{'id':2343,'name':'magic'},{'id':3205,'name':'fairy tale'},{'id':4978,'name':'immortality'},{'id':5774,'name':'forest'},{'id':8353,'name':'eternal youth'},{'id':9758,'name':'deception'},{'id':169341,'name':'snow white'},{'id':169343,'name':'evil queen'},{'id':173003,'name':'evil stepmother'},{'id':181976,'name':'imprisoned'},{'id':199814,'name':'sorceress'}]" +134411,"[{'id':378,'name':'prison'},{'id':970,'name':'parent child relationship'},{'id':1568,'name':'undercover'},{'id':5638,'name':'arrest'},{'id':9672,'name':'based on a true story'},{'id':14964,'name':'drugs'},{'id':33705,'name':'agent'},{'id':186281,'name':'dea'}]" +326,"[{'id':1585,'name':'snake'},{'id':1812,'name':'fbi'},{'id':3800,'name':'airplane'},{'id':5160,'name':'animal attack'},{'id':9937,'name':'suspense'},{'id':34079,'name':'death'},{'id':158153,'name':'first class'},{'id':179431,'name':'duringcreditsstinger'},{'id':195435,'name':'snake attack'},{'id':197487,'name':'witness to a crime'}]" +107,"[{'id':394,'name':'gypsy'},{'id':397,'name':'bare knuckle boxing'},{'id':398,'name':'slang'},{'id':900,'name':'trailer park'},{'id':1384,'name':'diamond'},{'id':4931,'name':'pig'},{'id':6075,'name':'sport'},{'id':7155,'name':'receiving of stolen goods'},{'id':34117,'name':'cult film'},{'id':227892,'name':'pikey'}]" +8688,"[{'id':585,'name':'casino'},{'id':2339,'name':'political activism'},{'id':2792,'name':'boxer'},{'id':3045,'name':'mission of murder'},{'id':4487,'name':'boxing match'},{'id':9937,'name':'suspense'},{'id':15090,'name':'police officer'},{'id':15155,'name':'witness to murder'}]" +217719,[] +7516,"[{'id':376,'name':'neo nazism'},{'id':1419,'name':'gun'},{'id':1589,'name':'sniper'},{'id':1812,'name':'fbi'},{'id':2708,'name':'hitman'},{'id':3088,'name':'bodyguard'},{'id':3149,'name':'gangster'},{'id':4277,'name':'to shoot dead'},{'id':6149,'name':'police'},{'id':10123,'name':'dark comedy'},{'id':10950,'name':'shootout'},{'id':14964,'name':'drugs'},{'id':189421,'name':'female corpse'}]" +84341,"[{'id':825,'name':'support group'},{'id':1157,'name':'wife husband relationship'},{'id':6782,'name':'addiction'},{'id':10508,'name':'teacher'},{'id':15111,'name':'drinking'},{'id':33457,'name':'alcoholic'},{'id':185974,'name':'substance abuse'},{'id':243926,'name':'losing a job'}]" +39477,"[{'id':549,'name':'prostitute'},{'id':1010,'name':'bar'},{'id':1415,'name':'small town'},{'id':1420,'name':'gas station'},{'id':1559,'name':'deputy sheriff'},{'id':4048,'name':'musician'},{'id':9713,'name':'friends'},{'id':9914,'name':'slice of life'},{'id':10183,'name':'independent film'},{'id':11004,'name':'rural setting'},{'id':14534,'name':'relationship'},{'id':18035,'name':'family'}]" +249266,[] +14662,"[{'id':572,'name':'sex'},{'id':1228,'name':'1970s'},{'id':163047,'name':'beverly hills'},{'id':187056,'name':'woman director'},{'id':208974,'name':'nursing school'},{'id':208975,'name':'nomad'}]" +12405,"[{'id':100,'name':'slum'},{'id':958,'name':'indian lead'},{'id':1332,'name':'cheating'},{'id':3301,'name':'suspicion'},{'id':4325,'name':'game show'},{'id':8072,'name':'quiz show'},{'id':13014,'name':'orphan'},{'id':179431,'name':'duringcreditsstinger'},{'id':226580,'name':'taj mahal'},{'id':240384,'name':'mumbai'}]" +223485,"[{'id':657,'name':'fire'},{'id':801,'name':'bounty hunter'},{'id':1366,'name':'shotgun'},{'id':2284,'name':'horseback riding'},{'id':2673,'name':'horse'},{'id':3623,'name':'cabin'},{'id':9454,'name':'frontier'},{'id':9503,'name':'outlaw'},{'id':9856,'name':'flashback'},{'id':9897,'name':'rifle'},{'id':10048,'name':'unrequited love'},{'id':10201,'name':'death of father'},{'id':10322,'name':'native american'},{'id':10950,'name':'shootout'},{'id':11112,'name':'search'},{'id':13132,'name':'pistol'},{'id':14540,'name':'accidental death'},{'id':14819,'name':'violence'},{'id':14985,'name':'ireland'},{'id':15111,'name':'drinking'},{'id':15290,'name':'pursuit'},{'id':158145,'name':'flaming arrow'},{'id':160840,'name':'dream sequence'}]" +867,"[{'id':242,'name':'new york'},{'id':572,'name':'sex'},{'id':818,'name':'based on novel or book'},{'id':1664,'name':'eroticism'},{'id':3979,'name':'hidden camera'},{'id':5824,'name':'video surveillance'},{'id':6259,'name':'psychopath'},{'id':9826,'name':'murder'},{'id':10226,'name':'neighbor'},{'id':10333,'name':'stalking'},{'id':11318,'name':'landlord'},{'id':11322,'name':'female protagonist'},{'id':11494,'name':'drug use'},{'id':15128,'name':'sex talk'},{'id':33347,'name':'apartment building'},{'id':182422,'name':'landlord tenant relationship'},{'id':184312,'name':'mind game'},{'id':207767,'name':'erotic thriller'}]" +24029,[] +12498,"[{'id':10183,'name':'independent film'},{'id':170630,'name':'repair shop'},{'id':170633,'name':'southern'},{'id':170646,'name':'death threat'},{'id':170647,'name':'story'},{'id':170648,'name':'religious art'},{'id':170652,'name':'father figure'}]" +2668,"[{'id':33708,'name':'horseman'},{'id':33709,'name':'head'},{'id':208024,'name':'headless horseman'},{'id':209434,'name':'headless'}]" +7442,"[{'id':1333,'name':'desperation'},{'id':2273,'name':'role of women'},{'id':2320,'name':'violent husband'},{'id':2383,'name':'feminism'},{'id':2660,'name':'strong woman'},{'id':9937,'name':'suspense'},{'id':10303,'name':'domestic abuse'},{'id':10333,'name':'stalking'},{'id':11925,'name':'domestic violence'},{'id':14537,'name':'woman power'},{'id':155750,'name':'fakes death'},{'id':164263,'name':'marital rape'}]" +275318,"[{'id':2710,'name':'fairy'},{'id':3098,'name':'castle'},{'id':5774,'name':'forest'},{'id':7430,'name':'sleeping beauty'},{'id':12554,'name':'dragon'}]" +64586,"[{'id':549,'name':'prostitute'},{'id':1664,'name':'eroticism'},{'id':5641,'name':'limousine'},{'id':6373,'name':'sadomasochism'},{'id':12105,'name':'student'},{'id':13059,'name':'prostitution'},{'id':187056,'name':'woman director'}]" +10882,"[{'id':2116,'name':'sleep'},{'id':2343,'name':'magic'},{'id':2710,'name':'fairy'},{'id':3071,'name':'prince'},{'id':3098,'name':'castle'},{'id':3205,'name':'fairy tale'},{'id':4152,'name':'kingdom'},{'id':4344,'name':'musical'},{'id':5091,'name':'kiss'},{'id':7376,'name':'princess'},{'id':7430,'name':'sleeping beauty'},{'id':10336,'name':'animation'},{'id':10466,'name':'knight'},{'id':12554,'name':'dragon'},{'id':34137,'name':'dungeon'},{'id':179411,'name':'based on fairy tale'}]" +819,"[{'id':516,'name':'child abuse'},{'id':625,'name':'sadistic'},{'id':739,'name':'sexual abuse'},{'id':1499,'name':'pastor'},{'id':1522,'name':'repayment'},{'id':2400,'name':'juvenile prison'},{'id':3012,'name':'court case'},{'id':5319,'name':'pub'},{'id':6148,'name':'court'},{'id':14857,'name':'juvenile delinquent'},{'id':208349,'name':'child'}]" +13567,"[{'id':367,'name':'shyness'},{'id':5767,'name':'summer camp'},{'id':9826,'name':'murder'},{'id':10292,'name':'gore'},{'id':10714,'name':'serial killer'},{'id':12339,'name':'slasher'},{'id':14576,'name':'pedophile'},{'id':14819,'name':'violence'},{'id':41329,'name':'mental illness'},{'id':158345,'name':'water skiing'}]" +11590,"[{'id':1415,'name':'small town'},{'id':6075,'name':'sport'},{'id':6483,'name':'ice hockey'},{'id':14819,'name':'violence'},{'id':219842,'name':'team owner'}]" +42684,"[{'id':2534,'name':'missile'},{'id':3760,'name':'light'},{'id':4375,'name':'transformation'},{'id':9660,'name':'low-budget'},{'id':9951,'name':'alien'},{'id':11183,'name':'fireplace'},{'id':12670,'name':'los angeles'},{'id':15156,'name':'cell phone'},{'id':15219,'name':'rooftop'},{'id':179431,'name':'duringcreditsstinger'}]" +37724,"[{'id':470,'name':'spy'},{'id':4289,'name':'secret agent'},{'id':9740,'name':'sociopath'},{'id':15127,'name':'killer'},{'id':15478,'name':'art gallery'},{'id':156095,'name':'british secret service'},{'id':156345,'name':'istanbul turkey'},{'id':156395,'name':'imax'},{'id':159932,'name':'uzi'},{'id':163841,'name':'booby trap'},{'id':185071,'name':'impersonating a police officer'},{'id':185077,'name':'macao'},{'id':191329,'name':'komodo dragon'}]" +11459,"[{'id':1797,'name':'loyalty'},{'id':2422,'name':'mockery'},{'id':6054,'name':'friendship'},{'id':6270,'name':'high school'},{'id':9715,'name':'superhero'},{'id':10364,'name':'mission'},{'id':10842,'name':'good vs evil'},{'id':11115,'name':'heroism'},{'id':33637,'name':'super power'},{'id':225061,'name':'friend'}]" +5137,"[{'id':212,'name':'london'},{'id':486,'name':'himalaya'},{'id':736,'name':'journalist'},{'id':1373,'name':'killer robot'},{'id':4850,'name':'computer war'},{'id':14544,'name':'robot'}]" +14258,"[{'id':836,'name':'resistance'},{'id':2041,'name':'island'},{'id':6305,'name':'pollution'},{'id':10591,'name':'energy'}]" +14219,"[{'id':3133,'name':'vampire'},{'id':4375,'name':'transformation'},{'id':11221,'name':'blood'},{'id':12564,'name':'werewolf'}]" +302135,"[{'id':6075,'name':'sport'}]" +104111,[] +6279,"[{'id':745,'name':'nun'},{'id':2470,'name':'education'},{'id':6383,'name':'music competition'},{'id':10810,'name':'singing nun'},{'id':12990,'name':'singing'},{'id':34124,'name':'mother superior'},{'id':34125,'name':'catholic school'},{'id':41592,'name':'monastery'},{'id':157722,'name':'domineering mother'},{'id':163242,'name':'teenage rebellion'},{'id':191451,'name':'board of education'},{'id':206837,'name':'school choir'},{'id':228598,'name':'urban youth'}]" +2005,"[{'id':745,'name':'nun'},{'id':2409,'name':'church choir'},{'id':4009,'name':'witness protection'},{'id':4344,'name':'musical'},{'id':5708,'name':'gospel'},{'id':6029,'name':'concert'},{'id':9826,'name':'murder'},{'id':10229,'name':'singer'},{'id':10810,'name':'singing nun'},{'id':11860,'name':'fish out of water'},{'id':15155,'name':'witness to murder'},{'id':34124,'name':'mother superior'},{'id':41592,'name':'monastery'},{'id':157008,'name':'catholic church'},{'id':166462,'name':'mob boss'}]" +82507,"[{'id':793,'name':'drowning'},{'id':904,'name':'pennsylvania'},{'id':1468,'name':'child murderer'},{'id':9775,'name':'car set on fire'},{'id':9826,'name':'murder'},{'id':11464,'name':'bag over head'},{'id':14546,'name':'massacre'},{'id':14755,'name':'power outage'},{'id':15292,'name':'hanged man'},{'id':15365,'name':'held captive'},{'id':33407,'name':'hanging'},{'id':34079,'name':'death'},{'id':155619,'name':'attic'},{'id':158111,'name':'no opening credits'},{'id':160329,'name':'super 8mm'},{'id':182022,'name':'filmed killing'},{'id':185767,'name':'crime novelist'}]" +11068,"[{'id':460,'name':'free love'},{'id':725,'name':'lovesickness'},{'id':1253,'name':'roommate'},{'id':1332,'name':'cheating'},{'id':1594,'name':'ex-boyfriend'},{'id':1595,'name':'ex-girlfriend'},{'id':2038,'name':'love of one's life'},{'id':2350,'name':'seattle'},{'id':4513,'name':'blind date'},{'id':5696,'name':'grunge'}]" +54415,"[{'id':10107,'name':'sinbad'}]" +44126,"[{'id':10107,'name':'sinbad'},{'id':177912,'name':'wizard'},{'id':191012,'name':'arabian nights'},{'id':192913,'name':'warrior'}]" +11940,"[{'id':1299,'name':'monster'},{'id':5921,'name':'step mother'},{'id':7240,'name':'walrus'},{'id':8721,'name':'arctic'},{'id':10121,'name':'stop motion'},{'id':10166,'name':'minotaur'},{'id':10430,'name':'seagull'},{'id':14752,'name':'potion'},{'id':14793,'name':'wasp'},{'id':18161,'name':'baboon'},{'id':41599,'name':'sailor'},{'id':158017,'name':'saber-toothed tiger'},{'id':158729,'name':'ghoul'},{'id':191414,'name':'troglodyte'},{'id':234213,'name':'sword and sorcery'},{'id':252696,'name':'8th century'}]" +189,"[{'id':703,'name':'detective'},{'id':4565,'name':'dystopia'},{'id':7089,'name':'dominatrix'},{'id':9826,'name':'murder'},{'id':9937,'name':'suspense'},{'id':15016,'name':'twins'},{'id':18712,'name':'based on graphic novel'},{'id':178857,'name':'dark horse comics'},{'id':207268,'name':'neo-noir'},{'id':209714,'name':'3d'}]" +187,"[{'id':4565,'name':'dystopia'},{'id':9717,'name':'based on comic'},{'id':15365,'name':'held captive'},{'id':18712,'name':'based on graphic novel'},{'id':175593,'name':'mysterious killer'},{'id':175600,'name':'doing the right thing'},{'id':175603,'name':'mercedes'},{'id':175610,'name':'silhouette'},{'id':207268,'name':'neo-noir'}]" +11509,"[{'id':798,'name':'sheriff'},{'id':1508,'name':'new mexico'},{'id':1721,'name':'fight'},{'id':2673,'name':'horse'},{'id':3230,'name':'male friendship'},{'id':12371,'name':'gunfight'},{'id':222782,'name':'two guns belt'}]" +11558,"[{'id':572,'name':'sex'},{'id':7658,'name':'kansas'},{'id':11448,'name':'two man army'},{'id':14604,'name':'theft'},{'id':14783,'name':'false accusations'},{'id':156298,'name':'richard pryor'},{'id':160543,'name':'semiautomatic pistol'},{'id':160556,'name':'sleeping car'}]" +82693,"[{'id':246,'name':'dancing'},{'id':276,'name':'philadelphia'},{'id':795,'name':'running'},{'id':818,'name':'based on novel or book'},{'id':894,'name':'depression'},{'id':3344,'name':'letter'},{'id':6054,'name':'friendship'},{'id':10226,'name':'neighbor'},{'id':41329,'name':'mental illness'},{'id':155816,'name':'ex-wife'},{'id':162970,'name':'institutionalization'},{'id':189447,'name':'bipolar'},{'id':189881,'name':'philadelphia eagles'}]" +24206,[] +224944,"[{'id':9720,'name':'woods'},{'id':12400,'name':'brainwashing'},{'id':13031,'name':'creature'},{'id':34221,'name':'gender roles'},{'id':155625,'name':'silence'},{'id':187056,'name':'woman director'},{'id':202579,'name':'retreat'},{'id':206850,'name':'canuxploitation'}]" +27414,"[{'id':65,'name':'holiday'},{'id':1991,'name':'santa claus'},{'id':5202,'name':'boy'},{'id':9826,'name':'murder'},{'id':10292,'name':'gore'},{'id':10714,'name':'serial killer'},{'id':11181,'name':'decapitation'},{'id':11221,'name':'blood'},{'id':13014,'name':'orphan'},{'id':175388,'name':'killer santa claus'},{'id':207317,'name':'christmas'}]" +139455,"[{'id':9826,'name':'murder'},{'id':10292,'name':'gore'},{'id':10714,'name':'serial killer'},{'id':13040,'name':'electrocution'},{'id':33598,'name':'woodchipper'},{'id':157758,'name':'ax murder'},{'id':175388,'name':'killer santa claus'},{'id':186463,'name':'holiday horror'},{'id':208856,'name':'flame thrower'}]" +92182,"[{'id':6152,'name':'supernatural'},{'id':9714,'name':'remake'},{'id':9937,'name':'suspense'},{'id':173360,'name':'beer bottle'},{'id':173361,'name':'real time'},{'id':173362,'name':'candelabra'},{'id':173368,'name':'padlock'},{'id':187056,'name':'woman director'}]" +61012,"[{'id':11322,'name':'female protagonist'},{'id':12446,'name':'another dimension'},{'id':41645,'name':'based on video game'},{'id':157690,'name':'mall'},{'id':177872,'name':'occult ritual'},{'id':177875,'name':'dark carnival'},{'id':177877,'name':'occult torture'},{'id':179430,'name':'aftercreditsstinger'},{'id':209714,'name':'3d'},{'id':241370,'name':'silent hill'}]" +588,"[{'id':1299,'name':'monster'},{'id':1715,'name':'symbolism'},{'id':2784,'name':'mother role'},{'id':2871,'name':'burning of witches'},{'id':3002,'name':'fog'},{'id':3032,'name':'suffering'},{'id':3762,'name':'darkness'},{'id':4426,'name':'sadism'},{'id':6152,'name':'supernatural'},{'id':9712,'name':'possession'},{'id':9748,'name':'revenge'},{'id':9887,'name':'surrealism'},{'id':10292,'name':'gore'},{'id':10349,'name':'survival'},{'id':10842,'name':'good vs evil'},{'id':11221,'name':'blood'},{'id':12446,'name':'another dimension'},{'id':13006,'name':'torture'},{'id':13031,'name':'creature'},{'id':14546,'name':'massacre'},{'id':14819,'name':'violence'},{'id':15001,'name':'demon'},{'id':40929,'name':'witch burning'},{'id':41645,'name':'based on video game'},{'id':157444,'name':'dismemberment'},{'id':161264,'name':'religious fanatic'},{'id':162766,'name':'religious cult'},{'id':166109,'name':'child murder'},{'id':166701,'name':'ghost town'},{'id':169613,'name':'mist'},{'id':179878,'name':'sleepwalking'},{'id':191564,'name':'body horror'},{'id':208736,'name':'bugs'},{'id':210288,'name':'police woman'},{'id':240443,'name':'throat cut'},{'id':241370,'name':'silent hill'},{'id':247372,'name':'skinning'}]" +2675,"[{'id':1715,'name':'symbolism'},{'id':4237,'name':'water'},{'id':4932,'name':'farm'},{'id':6150,'name':'faith'},{'id':9951,'name':'alien'},{'id':10235,'name':'family relationships'},{'id':11004,'name':'rural setting'},{'id':14909,'name':'alien invasion'},{'id':167642,'name':'crop circle'},{'id':192962,'name':'alien attack'},{'id':228753,'name':'loss of faith'},{'id':229652,'name':'alien encounter'}]" +9675,"[{'id':387,'name':'california'},{'id':2702,'name':'golf'},{'id':6563,'name':'wine'},{'id':8070,'name':'stag night'},{'id':10776,'name':'marijuana'},{'id':13028,'name':'writer'}]" +109421,"[{'id':4373,'name':'fraud'},{'id':9665,'name':'cover-up'},{'id':9826,'name':'murder'},{'id':14964,'name':'drugs'},{'id':190380,'name':'prescription medication'},{'id':220082,'name':'professional reputation'}]" +308867,[] +11324,"[{'id':818,'name':'based on novel or book'},{'id':2041,'name':'island'},{'id':2215,'name':'hurricane'},{'id':5340,'name':'investigation'},{'id':10323,'name':'psychiatric hospital'},{'id':11207,'name':'u.s. marshal'},{'id':11208,'name':'conspiracy theory'},{'id':208611,'name':'1950s'}]" +810,"[{'id':502,'name':'ambush'},{'id':1647,'name':'sadness'},{'id':1674,'name':'stage'},{'id':2019,'name':'liberation of prisoners'},{'id':2041,'name':'island'},{'id':2052,'name':'traitor'},{'id':2580,'name':'shipwreck'},{'id':3071,'name':'prince'},{'id':3725,'name':'pregnancy'},{'id':3799,'name':'ship'},{'id':4144,'name':'donkey'},{'id':4152,'name':'kingdom'},{'id':4326,'name':'theatre play'},{'id':4375,'name':'transformation'},{'id':4541,'name':'conciliation'},{'id':4988,'name':'tricks'},{'id':5515,'name':'heir to the throne'},{'id':6093,'name':'assault'},{'id':6271,'name':'boarding school'},{'id':10508,'name':'teacher'},{'id':12392,'name':'best friend'},{'id':12554,'name':'dragon'},{'id':13001,'name':'cowardliness'},{'id':156702,'name':'capture'},{'id':179431,'name':'duringcreditsstinger'},{'id':189111,'name':'ogre'}]" +381696,"[{'id':246884,'name':'filmed theater'}]" +10192,"[{'id':189111,'name':'ogre'},{'id':209714,'name':'3d'}]" +808,"[{'id':2343,'name':'magic'},{'id':2434,'name':'liberation'},{'id':2596,'name':'lordship'},{'id':3071,'name':'prince'},{'id':3098,'name':'castle'},{'id':3205,'name':'fairy tale'},{'id':4144,'name':'donkey'},{'id':4147,'name':'robin hood'},{'id':4158,'name':'enchantment'},{'id':4551,'name':'swamp'},{'id':7376,'name':'princess'},{'id':9755,'name':'parody'},{'id':11477,'name':'anthropomorphism'},{'id':12554,'name':'dragon'},{'id':187056,'name':'woman director'},{'id':189111,'name':'ogre'}]" +809,"[{'id':378,'name':'prison'},{'id':2343,'name':'magic'},{'id':2434,'name':'liberation'},{'id':2676,'name':'honeymoon'},{'id':3071,'name':'prince'},{'id':3205,'name':'fairy tale'},{'id':3453,'name':'parents-in-law'},{'id':4144,'name':'donkey'},{'id':4152,'name':'kingdom'},{'id':4158,'name':'enchantment'},{'id':4375,'name':'transformation'},{'id':7376,'name':'princess'},{'id':9663,'name':'sequel'},{'id':11477,'name':'anthropomorphism'},{'id':12554,'name':'dragon'},{'id':189111,'name':'ogre'}]" +10802,"[{'id':246,'name':'dancing'},{'id':1663,'name':'go-go dancer'},{'id':2874,'name':'spanner'},{'id':3182,'name':'seduction'},{'id':4378,'name':'striptease'},{'id':7017,'name':'sexappeal'},{'id':9823,'name':'rivalry'},{'id':34117,'name':'cult film'}]" +39419,"[{'id':818,'name':'based on novel or book'},{'id':2504,'name':'world war i'},{'id':8723,'name':'poacher'},{'id':194048,'name':'zanzibar'},{'id':210184,'name':'1910s'}]" +169813,"[{'id':516,'name':'child abuse'},{'id':970,'name':'parent child relationship'},{'id':1252,'name':'suicide attempt'},{'id':2438,'name':'social worker'},{'id':3725,'name':'pregnancy'},{'id':13000,'name':'based on short film'},{'id':14819,'name':'violence'},{'id':15232,'name':'parole'},{'id':33841,'name':'incest'},{'id':155643,'name':'foster child'},{'id':156316,'name':'troubled teen'},{'id':208400,'name':'foster care'},{'id':223268,'name':'group home'}]" +2605,"[{'id':310,'name':'artificial intelligence'},{'id':952,'name':'lightning'},{'id':1897,'name':'oregon'},{'id':14544,'name':'robot'},{'id':162365,'name':'military'},{'id':241599,'name':'childlike'}]" +7485,"[{'id':417,'name':'corruption'},{'id':1589,'name':'sniper'},{'id':1812,'name':'fbi'},{'id':2944,'name':'senator'},{'id':5514,'name':'conspiracy of murder'},{'id':5885,'name':'childlessness'},{'id':9897,'name':'rifle'},{'id':12355,'name':'sniper rifle'}]" +4141,"[{'id':549,'name':'prostitute'},{'id':1009,'name':'baby'},{'id':1605,'name':'new love'},{'id':1701,'name':'hero'},{'id':2283,'name':'ball'},{'id':3713,'name':'chase'},{'id':3737,'name':'dying and death'},{'id':6110,'name':'weapon'},{'id':10950,'name':'shootout'},{'id':11221,'name':'blood'},{'id':14819,'name':'violence'}]" +26680,"[{'id':2652,'name':'nazi'},{'id':12377,'name':'zombie'},{'id':155493,'name':'campy'},{'id':155746,'name':'deserted island'}]" +30080,[] +38295,[] +34016,"[{'id':2246,'name':'confidence'},{'id':9799,'name':'romantic comedy'},{'id':13043,'name':'dating'},{'id':15320,'name':'insecurity'},{'id':40854,'name':'airport security'},{'id':167576,'name':'unlikely lovers'},{'id':169152,'name':'twenty something'},{'id':179431,'name':'duringcreditsstinger'}]" +10314,"[{'id':4656,'name':'tv star'},{'id':5135,'name':'jeep'},{'id':5605,'name':'volleyball'},{'id':9789,'name':'misfit'},{'id':10049,'name':'teen angst'},{'id':10275,'name':'house party'},{'id':11870,'name':'teen movie'},{'id':13130,'name':'teenager'},{'id':15402,'name':'popularity'},{'id':33873,'name':'little people'},{'id':33910,'name':'high school student'},{'id':165100,'name':'young love'},{'id':166229,'name':'prom queen'},{'id':166233,'name':'pygmalion'},{'id':166235,'name':'clown makeup'},{'id':166241,'name':'performance art'},{'id':166244,'name':'beatboxing'},{'id':166250,'name':'self expression'},{'id':166252,'name':'tripping'},{'id':166256,'name':'pool cleaner'}]" +11826,"[{'id':514,'name':'spain'},{'id':3149,'name':'gangster'},{'id':6259,'name':'psychopath'},{'id':9826,'name':'murder'},{'id':10051,'name':'heist'},{'id':10594,'name':'money'},{'id':14819,'name':'violence'},{'id':15009,'name':'criminal'},{'id':18115,'name':'retired'},{'id':33688,'name':'hunting'},{'id':159339,'name':'safecracker'},{'id':201927,'name':'brutal'},{'id':201930,'name':'leisure'},{'id':207268,'name':'neo-noir'}]" +225886,"[{'id':6038,'name':'marriage'},{'id':11615,'name':'internet'},{'id':14534,'name':'relationship'},{'id':18035,'name':'family'},{'id':183728,'name':'sex tape'}]" +13523,"[{'id':572,'name':'sex'},{'id':931,'name':'jealousy'},{'id':2389,'name':'virgin'},{'id':5890,'name':'community'},{'id':6054,'name':'friendship'},{'id':6270,'name':'high school'},{'id':7312,'name':'road trip'},{'id':9713,'name':'friends'},{'id':10250,'name':'redneck'},{'id':11254,'name':'loss of virginity'},{'id':11546,'name':'hitchhiker'},{'id':11870,'name':'teen movie'},{'id':156478,'name':'boyfriend'},{'id':202420,'name':'pickup'},{'id':202423,'name':'knoxville'}]" +251266,[] +68737,"[{'id':818,'name':'based on novel or book'},{'id':2343,'name':'magic'},{'id':4238,'name':'chosen one'},{'id':177895,'name':'dark fantasy'},{'id':177900,'name':'witch hunter'},{'id':177901,'name':'evil witch'},{'id':234213,'name':'sword and sorcery'},{'id':246466,'name':'based on young adult novel'}]" +86838,"[{'id':236,'name':'suicide'},{'id':567,'name':'alcohol'},{'id':572,'name':'sex'},{'id':888,'name':'screenwriter'},{'id':1449,'name':'underworld'},{'id':1721,'name':'fight'},{'id':1930,'name':'kidnapping'},{'id':3149,'name':'gangster'},{'id':8508,'name':'party'},{'id':9826,'name':'murder'},{'id':11454,'name':'scam'},{'id':12670,'name':'los angeles'},{'id':14601,'name':'explosion'},{'id':15009,'name':'criminal'},{'id':186892,'name':'shih tzu'},{'id':201858,'name':'struggling'},{'id':207268,'name':'neo-noir'}]" +11321,"[{'id':1647,'name':'sadness'},{'id':4459,'name':'vegetarian'},{'id':9368,'name':'tax collector'},{'id':14743,'name':'pianist'},{'id':33768,'name':'blind'},{'id':33773,'name':'organ transplant'},{'id':33774,'name':'blood type'},{'id':238263,'name':'sad story'}]" +278990,"[{'id':2702,'name':'golf'},{'id':5565,'name':'biography'},{'id':6075,'name':'sport'}]" +70586,"[{'id':10051,'name':'heist'},{'id':10085,'name':'betrayal'}]" +277847,"[{'id':242,'name':'new york'},{'id':5933,'name':'poet'},{'id':208611,'name':'1950s'}]" +336605,[] +16320,"[{'id':779,'name':'martial arts'},{'id':1475,'name':'telepathy'},{'id':1612,'name':'spacecraft'},{'id':4565,'name':'dystopia'},{'id':10718,'name':'fugitive'},{'id':10988,'name':'based on tv series'},{'id':13194,'name':'planet'},{'id':14895,'name':'cannibal'},{'id':162370,'name':'operative'},{'id':162380,'name':'ex soldier'},{'id':178902,'name':'firefly'}]" +9778,"[{'id':815,'name':'soulmates'},{'id':1605,'name':'new love'},{'id':3096,'name':'book'},{'id':7597,'name':'dollar'},{'id':10855,'name':'fate'},{'id':40850,'name':'destiny'},{'id':245445,'name':'serendipity'}]" +13249,"[{'id':9454,'name':'frontier'},{'id':10786,'name':'colonel'},{'id':14527,'name':'storm'},{'id':47021,'name':'bullet'},{'id':160200,'name':'remedy'},{'id':160201,'name':'union soldier'},{'id':187321,'name':'post civil war'}]" +14877,[] +41558,[] +43136,"[{'id':612,'name':'hotel'},{'id':13028,'name':'writer'},{'id':39737,'name':'seaside'},{'id':209093,'name':'leitmotif'}]" +13260,"[{'id':6075,'name':'sport'},{'id':6496,'name':'basketball'},{'id':169054,'name':'flint michigan'},{'id':169055,'name':'nba'},{'id':169057,'name':'merger'},{'id':169058,'name':'trade'},{'id':169062,'name':'garbage can'},{'id':169064,'name':'canon'},{'id':169068,'name':'ramp'},{'id':169071,'name':'championship'},{'id':169075,'name':'dead parent'}]" +273895,"[{'id':2075,'name':'alabama'},{'id':5835,'name':'martin luther king'},{'id':8570,'name':'president'},{'id':11243,'name':'african american'},{'id':163116,'name':'civil rights'},{'id':181554,'name':'lyndon johnson'},{'id':186576,'name':'protest march'},{'id':187056,'name':'woman director'},{'id':204836,'name':'selma'},{'id':208455,'name':'malcolm x'},{'id':208992,'name':'1960s'}]" +74998,"[{'id':782,'name':'assassin'},{'id':10718,'name':'fugitive'},{'id':182210,'name':'playing chess'}]" +58574,"[{'id':1752,'name':'detective inspector'},{'id':9401,'name':'sherlock holmes'},{'id':10028,'name':'steampunk'},{'id':18023,'name':'criminal mastermind'},{'id':207928,'name':'19th century'}]" +10528,"[{'id':703,'name':'detective'},{'id':770,'name':'scotland yard'},{'id':1909,'name':'coffin'},{'id':4252,'name':'black magic'},{'id':5638,'name':'arrest'},{'id':9104,'name':'partner'},{'id':9401,'name':'sherlock holmes'},{'id':9826,'name':'murder'},{'id':10028,'name':'steampunk'},{'id':11855,'name':'pentagram'},{'id':33514,'name':'clue'}]" +263109,"[{'id':548,'name':'countryside'},{'id':3020,'name':'sheep'},{'id':10121,'name':'stop motion'},{'id':10988,'name':'based on tv series'},{'id':11469,'name':'memory loss'},{'id':11612,'name':'hospital'},{'id':12392,'name':'best friend'},{'id':14828,'name':'city'},{'id':15162,'name':'dog'},{'id':18118,'name':'disguise'},{'id':154846,'name':'farmer'},{'id':156596,'name':'no dialogue'},{'id':196705,'name':'hospitalization'},{'id':197065,'name':'claymation'},{'id':197361,'name':'hairstylist'},{'id':219906,'name':'sheep farm'},{'id':230385,'name':'plasticine'}]" +747,"[{'id':212,'name':'london'},{'id':639,'name':'record collection'},{'id':5319,'name':'pub'},{'id':6581,'name':'surrey'},{'id':6731,'name':'british'},{'id':8201,'name':'satire'},{'id':8631,'name':'slacker'},{'id':9713,'name':'friends'},{'id':10123,'name':'dark comedy'},{'id':12377,'name':'zombie'},{'id':34117,'name':'cult film'},{'id':50009,'name':'survival horror'},{'id':155479,'name':'british pub'},{'id':164698,'name':'boyfriend girlfriend'},{'id':181932,'name':'british horror'},{'id':186565,'name':'zombie apocalypse'},{'id':245158,'name':'edgar wright'}]" +30694,"[{'id':6506,'name':'resurrection'},{'id':10308,'name':'h.p. lovecraft'},{'id':10985,'name':'spontaneous combustion'}]" +14664,"[{'id':108,'name':'transvestism'},{'id':642,'name':'robbery'},{'id':779,'name':'martial arts'},{'id':1416,'name':'jazz'},{'id':3149,'name':'gangster'},{'id':5958,'name':'finger'},{'id':6140,'name':'vice'},{'id':6149,'name':'police'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':11454,'name':'scam'},{'id':13059,'name':'prostitution'},{'id':192248,'name':'white slavery'}]" +331446,"[{'id':1196,'name':'florida'},{'id':1432,'name':'nasa'},{'id':2213,'name':'tornado'},{'id':9663,'name':'sequel'},{'id':9882,'name':'space'},{'id':10292,'name':'gore'},{'id':15097,'name':'shark'},{'id':155582,'name':'amusement park'},{'id':161289,'name':'space shuttle'},{'id':178011,'name':'universal studios'},{'id':210597,'name':'orlando florida'}]" +205321,"[{'id':387,'name':'california'},{'id':720,'name':'helicopter'},{'id':966,'name':'beach'},{'id':2213,'name':'tornado'},{'id':2215,'name':'hurricane'},{'id':10563,'name':'attack'},{'id':11221,'name':'blood'},{'id':12394,'name':'chainsaw'},{'id':14527,'name':'storm'},{'id':14601,'name':'explosion'},{'id':15017,'name':'danger'},{'id':15097,'name':'shark'},{'id':173272,'name':'flood'}]" +248504,"[{'id':9663,'name':'sequel'},{'id':13031,'name':'creature'},{'id':15097,'name':'shark'},{'id':158126,'name':'creature feature'},{'id':189411,'name':'disaster movie'}]" +65055,"[{'id':2988,'name':'shark attack'},{'id':3134,'name':'louisiana'},{'id':11719,'name':'dirty cop'},{'id':15097,'name':'shark'},{'id':179430,'name':'aftercreditsstinger'},{'id':209714,'name':'3d'}]" +6038,"[{'id':212,'name':'london'},{'id':957,'name':'indian territory'},{'id':2280,'name':'emperor'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':11715,'name':'arrow'},{'id':179431,'name':'duringcreditsstinger'},{'id':228690,'name':'imperial seal'}]" +38407,"[{'id':9937,'name':'suspense'}]" +76025,"[{'id':380,'name':'sibling relationship'},{'id':445,'name':'pornography'},{'id':549,'name':'prostitute'},{'id':1252,'name':'suicide attempt'},{'id':5906,'name':'sex addiction'},{'id':6435,'name':'webcam'},{'id':6846,'name':'borderline personality disorder'},{'id':6921,'name':'jogging'},{'id':14512,'name':'new york city'},{'id':14886,'name':'thirty something'},{'id':18314,'name':'internet porn'},{'id':166770,'name':'sex addict'},{'id':190388,'name':'self-loathing'}]" +9889,"[{'id':2064,'name':'overweight'},{'id':3258,'name':'beauty'},{'id':3363,'name':'hypnosis'},{'id':4539,'name':'overweight man'},{'id':8663,'name':'overweight woman'},{'id':8664,'name':'superficiality'},{'id':9974,'name':'obesity'},{'id':156092,'name':'fat suit'},{'id':214664,'name':'beauty standards'},{'id':236374,'name':'attractiveness'}]" +24702,[] +4380,"[{'id':931,'name':'jealousy'},{'id':1157,'name':'wife husband relationship'},{'id':1342,'name':'dancing master'}]" +1934,"[{'id':212,'name':'london'},{'id':497,'name':'shakespeare'},{'id':4326,'name':'theatre play'},{'id':7153,'name':'queen elizabeth i'},{'id':10965,'name':'playwright'},{'id':12090,'name':'cross dressing'},{'id':190532,'name':'false history'},{'id':191701,'name':'francis bacon'},{'id':208244,'name':'16th century'},{'id':208586,'name':'acting'},{'id':212901,'name':'stratford'},{'id':246971,'name':'elizabethan england'}]" +479,"[{'id':380,'name':'sibling relationship'},{'id':417,'name':'corruption'},{'id':577,'name':'black people'},{'id':700,'name':'italian american'},{'id':2231,'name':'drug dealer'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':14819,'name':'violence'},{'id':14964,'name':'drugs'},{'id':15090,'name':'police officer'},{'id':160910,'name':'xenophobia'}]" +176570,[] +84336,[] +88005,"[{'id':1423,'name':'asteroid'},{'id':7312,'name':'road trip'},{'id':10150,'name':'end of the world'},{'id':187056,'name':'woman director'}]" +283327,[] +11185,"[{'id':1643,'name':'deafness'},{'id':1741,'name':'blindness and impaired vision'},{'id':2619,'name':'suspicion of murder'},{'id':3581,'name':'witness'},{'id':6054,'name':'friendship'},{'id':9826,'name':'murder'},{'id':164092,'name':'blindness'}]" +10007,"[{'id':612,'name':'hotel'},{'id':4058,'name':'eye ball'},{'id':9714,'name':'remake'},{'id':9826,'name':'murder'},{'id':10714,'name':'serial killer'},{'id':14751,'name':'youth'},{'id':161264,'name':'religious fanatic'},{'id':244863,'name':'first part'}]" +193645,[] +11159,"[{'id':212,'name':'london'},{'id':970,'name':'parent child relationship'},{'id':1328,'name':'secret'},{'id':1952,'name':'socially deprived family'},{'id':2393,'name':'adoption'},{'id':9824,'name':'reunion'}]" +1586,"[{'id':567,'name':'alcohol'},{'id':596,'name':'adultery'},{'id':703,'name':'detective'},{'id':787,'name':'mississippi'},{'id':931,'name':'jealousy'},{'id':1533,'name':'isolation'},{'id':2340,'name':'paranoia'},{'id':2669,'name':'motel'},{'id':2872,'name':'window'},{'id':3030,'name':'nightmare'},{'id':3344,'name':'letter'},{'id':3598,'name':'ax'},{'id':5585,'name':'notebook'},{'id':6149,'name':'police'},{'id':9826,'name':'murder'},{'id':11363,'name':'arson'},{'id':13028,'name':'writer'},{'id':15160,'name':'divorce'}]" +75258,"[{'id':1442,'name':'winter'},{'id':2710,'name':'fairy'},{'id':3205,'name':'fairy tale'},{'id':5198,'name':'cold'},{'id':18013,'name':'separation'},{'id':179431,'name':'duringcreditsstinger'},{'id':187056,'name':'woman director'},{'id':209714,'name':'3d'}]" +19167,[] +23047,"[{'id':344,'name':'inquisition'},{'id':345,'name':'monk'},{'id':502,'name':'ambush'},{'id':616,'name':'witch'},{'id':1701,'name':'hero'},{'id':1721,'name':'fight'},{'id':2673,'name':'horse'},{'id':4720,'name':'ritual'},{'id':4728,'name':'knife'},{'id':10466,'name':'knight'},{'id':11221,'name':'blood'},{'id':41406,'name':'middle ages'},{'id':157008,'name':'catholic church'},{'id':237612,'name':'14th century'}]" +230917,[] +239568,[] +101962,[] +260063,[] +807,"[{'id':476,'name':'self-fulfilling prophecy'},{'id':703,'name':'detective'},{'id':1470,'name':'s.w.a.t.'},{'id':2231,'name':'drug dealer'},{'id':3597,'name':'evisceration'},{'id':3857,'name':'lust and impulsiveness'},{'id':3927,'name':'rage and hate'},{'id':3932,'name':'pride and vanity'},{'id':4138,'name':'immoderateness'},{'id':4142,'name':'insomnia'},{'id':5340,'name':'investigation'},{'id':6125,'name':'pension'},{'id':6149,'name':'police'},{'id':10714,'name':'serial killer'}]" +9647,"[{'id':65,'name':'holiday'},{'id':7271,'name':'tv ratings'},{'id':33966,'name':'scrooge'},{'id':161174,'name':'christmas carol'},{'id':162846,'name':'ghost'},{'id':179431,'name':'duringcreditsstinger'},{'id':207317,'name':'christmas'}]" +42466,"[{'id':3133,'name':'vampire'},{'id':9663,'name':'sequel'},{'id':207775,'name':'blacksploitation'}]" +41446,"[{'id':798,'name':'sheriff'},{'id':2546,'name':'mask'},{'id':3096,'name':'book'},{'id':4399,'name':'victim'},{'id':4728,'name':'knife'},{'id':10084,'name':'rescue'},{'id':10275,'name':'house party'},{'id':10714,'name':'serial killer'},{'id':10818,'name':'author'},{'id':11040,'name':'masked killer'},{'id':11612,'name':'hospital'},{'id':160612,'name':'self-referential'},{'id':225991,'name':'millennials'},{'id':235530,'name':'fame-seeking'}]" +4234,"[{'id':886,'name':'movie business'},{'id':1533,'name':'isolation'},{'id':2546,'name':'mask'},{'id':8440,'name':'ex-cop'},{'id':10714,'name':'serial killer'},{'id':11040,'name':'masked killer'},{'id':12193,'name':'reporter'},{'id':12339,'name':'slasher'},{'id':12396,'name':'hollywood'},{'id':13124,'name':'scream'},{'id':160612,'name':'self-referential'},{'id':202682,'name':'lured'}]" +4233,"[{'id':2546,'name':'mask'},{'id':9663,'name':'sequel'},{'id':10089,'name':'slaughter'},{'id':10714,'name':'serial killer'},{'id':11040,'name':'masked killer'},{'id':12339,'name':'slasher'},{'id':13160,'name':'university'},{'id':160612,'name':'self-referential'},{'id':220455,'name':'copycat killer'}]" +4232,"[{'id':483,'name':'riddle'},{'id':1415,'name':'small town'},{'id':3335,'name':'halloween'},{'id':6270,'name':'high school'},{'id':10275,'name':'house party'},{'id':10292,'name':'gore'},{'id':10714,'name':'serial killer'},{'id':11040,'name':'masked killer'},{'id':12339,'name':'slasher'},{'id':157380,'name':'tabloid'},{'id':157384,'name':'news reporter'},{'id':160612,'name':'self-referential'},{'id':212435,'name':'meta film'},{'id':244862,'name':'movie night'}]" +22538,"[{'id':1329,'name':'canada'},{'id':4227,'name':'toronto'},{'id':11321,'name':'animated sequence'},{'id':18712,'name':'based on graphic novel'},{'id':170335,'name':'whipping'},{'id':175297,'name':'hipster'},{'id':175301,'name':'underage girlfriend'},{'id':175316,'name':'unconsciousness'},{'id':175321,'name':'girl fight'},{'id':175322,'name':'vegan'},{'id':179430,'name':'aftercreditsstinger'}]" +242033,"[{'id':9748,'name':'revenge'}]" +258893,[] +1584,"[{'id':578,'name':'rock 'n' roll'},{'id':4048,'name':'musician'},{'id':5288,'name':'rock'},{'id':6270,'name':'high school'},{'id':6383,'name':'music competition'},{'id':7101,'name':'substitute teacher'},{'id':10508,'name':'teacher'},{'id':11700,'name':'rock music'},{'id':11836,'name':'contest'},{'id':18001,'name':'rock band'},{'id':41591,'name':'music band'}]" +36741,"[{'id':271,'name':'competition'},{'id':9840,'name':'romance'},{'id':12389,'name':'dirty tricks'}]" +424,"[{'id':818,'name':'based on novel or book'},{'id':1382,'name':'factory'},{'id':1631,'name':'concentration camp'},{'id':1701,'name':'hero'},{'id':1739,'name':'holocaust'},{'id':1956,'name':'world war ii'},{'id':2394,'name':'ghetto'},{'id':2433,'name':'jew persecution'},{'id':2446,'name':'krakow'},{'id':2450,'name':'auschwitz'},{'id':2456,'name':'industrialist'},{'id':2606,'name':'jew'},{'id':2652,'name':'nazi'},{'id':3599,'name':'defense industry'},{'id':5565,'name':'biography'},{'id':9672,'name':'based on a true story'},{'id':13008,'name':'train'},{'id':21747,'name':'poland'},{'id':184995,'name':'ss'},{'id':234812,'name':'weapons manufacturer'}]" +9475,"[{'id':1741,'name':'blindness and impaired vision'},{'id':2683,'name':'tango'},{'id':4543,'name':'thanksgiving'},{'id':6271,'name':'boarding school'},{'id':9864,'name':'prank'},{'id':10786,'name':'colonel'},{'id':12105,'name':'student'},{'id':14512,'name':'new york city'},{'id':14708,'name':'tears'},{'id':33768,'name':'blind'},{'id':41393,'name':'new england'},{'id':183241,'name':'change of heart'},{'id':185158,'name':'preparatory school'},{'id':185994,'name':'ex military'}]" +172847,"[{'id':6241,'name':'stupidity'},{'id':9713,'name':'friends'},{'id':13088,'name':'summer'},{'id':14955,'name':'fighting'},{'id':18034,'name':'desert'},{'id':202692,'name':'issues'},{'id':220608,'name':'engine trouble'}]" +4258,"[{'id':9663,'name':'sequel'},{'id':9755,'name':'parody'},{'id':11931,'name':'spoof'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'}]" +4247,"[{'id':572,'name':'sex'},{'id':2101,'name':'garage'},{'id':6259,'name':'psychopath'},{'id':9964,'name':'crude humor'},{'id':12416,'name':'horror spoof'},{'id':14964,'name':'drugs'}]" +111,"[{'id':380,'name':'sibling relationship'},{'id':416,'name':'miami'},{'id':417,'name':'corruption'},{'id':697,'name':'loss of loved one'},{'id':701,'name':'cuba'},{'id':947,'name':'prohibition'},{'id':2150,'name':'cocaine'},{'id':9714,'name':'remake'},{'id':157223,'name':'bitterness'}]" +40168,"[{'id':3151,'name':'scarecrow'},{'id':3800,'name':'airplane'},{'id':6152,'name':'supernatural'},{'id':9712,'name':'possession'},{'id':10051,'name':'heist'},{'id':33456,'name':'double cross'},{'id':161196,'name':'farm house'},{'id':166512,'name':'graveyard'},{'id':178148,'name':'killer scarecrow'}]" +22804,"[{'id':1812,'name':'fbi'},{'id':9826,'name':'murder'},{'id':14819,'name':'violence'},{'id':15127,'name':'killer'},{'id':33705,'name':'agent'},{'id':34079,'name':'death'},{'id':179430,'name':'aftercreditsstinger'}]" +11917,"[{'id':2652,'name':'nazi'},{'id':8636,'name':'blood splatter'},{'id':10714,'name':'serial killer'},{'id':18058,'name':'pig mask'},{'id':234766,'name':'jigsaw'},{'id':234767,'name':'swastika tattoo'}]" +663,"[{'id':1445,'name':'ice'},{'id':1812,'name':'fbi'},{'id':4399,'name':'victim'},{'id':4424,'name':'pain'},{'id':6186,'name':'games'},{'id':6259,'name':'psychopath'},{'id':11221,'name':'blood'},{'id':11263,'name':'electric chair'},{'id':13005,'name':'doctor'},{'id':13006,'name':'torture'},{'id':14819,'name':'violence'},{'id':15090,'name':'police officer'},{'id':189421,'name':'female corpse'}]" +214,"[{'id':879,'name':'brain tumor'},{'id':3407,'name':'suffocation'},{'id':14819,'name':'violence'},{'id':157512,'name':'mutilation'}]" +215,"[{'id':483,'name':'riddle'},{'id':10714,'name':'serial killer'}]" +41439,"[{'id':5385,'name':'survivor'},{'id':14819,'name':'violence'},{'id':18054,'name':'self help guru'},{'id':18056,'name':'tricycle'},{'id':18057,'name':'prosthetic arm'},{'id':18058,'name':'pig mask'},{'id':209714,'name':'3d'}]" +176,"[{'id':1366,'name':'shotgun'},{'id':13000,'name':'based on short film'},{'id':13125,'name':'sadist'},{'id':13132,'name':'pistol'},{'id':34117,'name':'cult film'},{'id':157367,'name':'chained'},{'id':157375,'name':'bludgeoning'},{'id':157376,'name':'game of death'}]" +857,"[{'id':1327,'name':'war crimes'},{'id':1430,'name':'self sacrifice'},{'id':1543,'name':'war veteran'},{'id':1956,'name':'world war ii'},{'id':2770,'name':'war ship'},{'id':3800,'name':'airplane'},{'id':3930,'name':'bravery'},{'id':4299,'name':'normandy'},{'id':4300,'name':'parachute'},{'id':4302,'name':'troops'},{'id':4303,'name':'waffen ss'},{'id':4304,'name':'omaha beach'},{'id':6092,'name':'army'},{'id':7956,'name':'cowardice'},{'id':11108,'name':'american flag'},{'id':11111,'name':'war memorial'},{'id':11371,'name':'deserted town'},{'id':162365,'name':'military'},{'id':207883,'name':'1940s'}]" +140823,"[{'id':5565,'name':'biography'},{'id':10336,'name':'animation'},{'id':13028,'name':'writer'},{'id':220378,'name':'film production'}]" +207871,"[{'id':187056,'name':'woman director'}]" +82525,"[{'id':1653,'name':'explosive'},{'id':4129,'name':'widow'},{'id':14819,'name':'violence'},{'id':34061,'name':'american abroad'},{'id':156173,'name':'eye gouging'},{'id':156805,'name':'dea agent'},{'id':182022,'name':'filmed killing'},{'id':184369,'name':'shot'},{'id':186219,'name':'southern california'},{'id':186234,'name':'surrogate daughter'},{'id':186243,'name':'laguna beach california'},{'id':186251,'name':'enforcer'},{'id':186265,'name':'gardner'},{'id':186268,'name':'skull mask'},{'id':186281,'name':'dea'}]" +19761,"[{'id':305,'name':'moon'},{'id':316,'name':'chess'},{'id':331,'name':'tattoo'},{'id':679,'name':'cyborg'},{'id':1373,'name':'killer robot'},{'id':1612,'name':'spacecraft'},{'id':3801,'name':'space travel'},{'id':4165,'name':'saturn'},{'id':9826,'name':'murder'},{'id':10022,'name':'rampage'},{'id':12375,'name':'transhumanism'},{'id':14544,'name':'robot'},{'id':14760,'name':'scientist'},{'id':14964,'name':'drugs'},{'id':156039,'name':'space station'},{'id':157444,'name':'dismemberment'},{'id':197339,'name':'hydroponics'}]" +213826,[] +299400,"[{'id':977,'name':'cat'},{'id':207317,'name':'christmas'}]" +13764,"[{'id':65,'name':'holiday'},{'id':207317,'name':'christmas'}]" +167960,[] +18712,"[{'id':11400,'name':'sergeant'},{'id':161244,'name':'iwo jima'}]" +48340,"[{'id':1964,'name':'cave'},{'id':4237,'name':'water'},{'id':4414,'name':'adventure'}]" +339533,"[{'id':2136,'name':'television'},{'id':3521,'name':'earthquake'},{'id':12670,'name':'los angeles'},{'id':18035,'name':'family'},{'id':158070,'name':'seismologist'},{'id':189411,'name':'disaster movie'}]" +8693,"[{'id':1321,'name':'gold'},{'id':1889,'name':'lake'},{'id':10890,'name':'treasury department'}]" +51995,"[{'id':1499,'name':'pastor'},{'id':4636,'name':'church service'},{'id':10706,'name':'spirituality'},{'id':11001,'name':'religion'}]" +27576,"[{'id':441,'name':'assassination'},{'id':470,'name':'spy'},{'id':591,'name':'cia'},{'id':1930,'name':'kidnapping'},{'id':2106,'name':'cold war'},{'id':2111,'name':'soviet union'},{'id':3637,'name':'double agent'},{'id':4776,'name':'race against time'},{'id':9748,'name':'revenge'},{'id':10562,'name':'on the run'},{'id':10950,'name':'shootout'},{'id':11134,'name':'espionage'},{'id':11322,'name':'female protagonist'},{'id':12366,'name':'hitwoman'},{'id':13015,'name':'terrorism'},{'id':14819,'name':'violence'},{'id':190654,'name':'russian spy'},{'id':190981,'name':'intelligence officer'},{'id':208314,'name':'action heroine'}]" +81025,"[{'id':211,'name':'bureaucracy'},{'id':1157,'name':'wife husband relationship'},{'id':18034,'name':'desert'},{'id':173258,'name':'salmon'},{'id':173259,'name':'arab'},{'id':173262,'name':'yemen'},{'id':173265,'name':'missing in action'},{'id':173272,'name':'flood'},{'id':173276,'name':'dreamer'},{'id':173277,'name':'public relations'}]" +294690,[] +7364,"[{'id':393,'name':'civil war'},{'id':409,'name':'africa'},{'id':818,'name':'based on novel or book'},{'id':966,'name':'beach'},{'id':1454,'name':'treasure'},{'id':3799,'name':'ship'},{'id':15483,'name':'car chase'},{'id':18034,'name':'desert'},{'id':157155,'name':'explorer'},{'id':168297,'name':'tyrant'},{'id':168302,'name':'ironclad ship'}]" +84332,"[{'id':4379,'name':'time travel'},{'id':171993,'name':'mumblecore'}]" +59961,"[{'id':591,'name':'cia'},{'id':779,'name':'martial arts'},{'id':3523,'name':'microchip'},{'id':10085,'name':'betrayal'},{'id':10562,'name':'on the run'},{'id':10950,'name':'shootout'},{'id':14819,'name':'violence'},{'id':15271,'name':'interrogation'},{'id':41668,'name':'safe house'},{'id':176802,'name':'rogue agent'},{'id':176806,'name':'cape town south africa'},{'id':176809,'name':'soccer stadium'},{'id':243819,'name':'consulate'}]" +112949,"[{'id':818,'name':'based on novel or book'},{'id':1415,'name':'small town'},{'id':33476,'name':'widower'},{'id':33479,'name':'single father'},{'id':212643,'name':'abusive husband'}]" +72387,"[{'id':242,'name':'new york'},{'id':41383,'name':'triad'},{'id':156024,'name':'corrupt politician'},{'id':180366,'name':'broken trachea'}]" +32646,"[{'id':572,'name':'sex'},{'id':852,'name':'chemical'},{'id':1279,'name':'medicine'},{'id':3451,'name':'housewife'},{'id':6305,'name':'pollution'},{'id':6898,'name':'quarantine'},{'id':10183,'name':'independent film'},{'id':12097,'name':'allergy'},{'id':15106,'name':'psychiatrist'},{'id':40895,'name':'illness'},{'id':189449,'name':'disorder'},{'id':202579,'name':'retreat'},{'id':235410,'name':'multiple chemical sensitivity (mcs)'},{'id':235411,'name':'environmental illness'}]" +144336,"[{'id':534,'name':'mexico'},{'id':1562,'name':'hostage'},{'id':2076,'name':'atlanta'},{'id':3688,'name':'strip club'},{'id':10175,'name':'drug cartel'},{'id':11727,'name':'crime scene'},{'id':11734,'name':'police corruption'},{'id':14707,'name':'brutality'},{'id':14964,'name':'drugs'},{'id':18179,'name':'drug addict'},{'id':156788,'name':'swat team'},{'id':171439,'name':'bribe'},{'id':186281,'name':'dea'}]" +9530,"[{'id':970,'name':'parent child relationship'},{'id':1022,'name':'workaholic'},{'id':1890,'name':'camping'},{'id':1981,'name':'colorado'},{'id':2805,'name':'rocky mountains'},{'id':6038,'name':'marriage'},{'id':9253,'name':'slapstick'},{'id':9844,'name':'car crash'},{'id':14724,'name':'family vacation'},{'id':33694,'name':'family holiday'}]" +319924,"[{'id':11477,'name':'anthropomorphism'},{'id':11478,'name':'talking dog'}]" +11545,"[{'id':3551,'name':'private school'},{'id':3568,'name':'lone wolf'},{'id':4326,'name':'theatre play'},{'id':4333,'name':'theatre group'},{'id':6521,'name':'theater director'},{'id':10183,'name':'independent film'},{'id':10683,'name':'coming of age'},{'id':162936,'name':'precocious child'}]" +191824,[] +5174,"[{'id':1704,'name':'ambassador'}]" +2109,"[{'id':11448,'name':'two man army'},{'id':167350,'name':'consul'},{'id':167352,'name':'crime lord'},{'id':167362,'name':'art treasures'},{'id':167371,'name':'roses are red poem'},{'id':179431,'name':'duringcreditsstinger'}]" +96721,"[{'id':830,'name':'car race'},{'id':5378,'name':'world champion'},{'id':6075,'name':'sport'},{'id':6363,'name':'racing car'},{'id':9672,'name':'based on a true story'},{'id':233981,'name':'formula one'}]" +7304,"[{'id':6483,'name':'ice hockey'},{'id':12425,'name':'racism'},{'id':14576,'name':'pedophile'},{'id':154890,'name':'head blown off'},{'id':158927,'name':'police investigation'},{'id':163569,'name':'pistol whip'},{'id':168534,'name':'ankle holster'},{'id':168539,'name':'breaking finger'},{'id':184369,'name':'shot'}]" +15698,"[{'id':444,'name':'taxi'},{'id':520,'name':'chicago'},{'id':822,'name':'airport'},{'id':1010,'name':'bar'},{'id':1196,'name':'florida'},{'id':1442,'name':'winter'},{'id':1568,'name':'undercover'},{'id':3546,'name':'florida keys'},{'id':3713,'name':'chase'},{'id':6876,'name':'vacation'},{'id':8233,'name':'cops'},{'id':10950,'name':'shootout'},{'id':11199,'name':'undercover cop'},{'id':14819,'name':'violence'},{'id':14964,'name':'drugs'},{'id':15483,'name':'car chase'},{'id':57990,'name':'garbage truck'},{'id':167958,'name':'o'hare airport chicago'},{'id':188112,'name':'bullet proof vest'},{'id':207317,'name':'christmas'},{'id':213876,'name':'train tracks'},{'id':217421,'name':'key west'}]" +146238,"[{'id':395,'name':'gambling'},{'id':585,'name':'casino'},{'id':1812,'name':'fbi'},{'id':5305,'name':'gambling debts'},{'id':11719,'name':'dirty cop'},{'id':12105,'name':'student'},{'id':33705,'name':'agent'},{'id':163682,'name':'puerto rico'}]" +104,"[{'id':220,'name':'berlin germany'},{'id':585,'name':'casino'},{'id':745,'name':'nun'},{'id':794,'name':'red hair'},{'id':795,'name':'running'},{'id':960,'name':'homeless person'},{'id':1545,'name':'supermarket'},{'id':1546,'name':'ambulance'},{'id':1552,'name':'subway'},{'id':5600,'name':'daughter'},{'id':10594,'name':'money'},{'id':10855,'name':'fate'}]" +7942,"[{'id':970,'name':'parent child relationship'},{'id':1605,'name':'new love'},{'id':2687,'name':'fiancé'},{'id':3725,'name':'pregnancy'},{'id':4613,'name':'training'},{'id':6432,'name':'rent'},{'id':6921,'name':'jogging'},{'id':7248,'name':'marathon'},{'id':13027,'name':'wedding'}]" +241554,"[{'id':2708,'name':'hitman'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':10562,'name':'on the run'},{'id':11578,'name':'mobster'}]" +224087,"[{'id':6955,'name':'parkour'}]" +2800,"[{'id':2336,'name':'ladykiller'},{'id':5600,'name':'daughter'},{'id':6625,'name':'family secret'},{'id':34094,'name':'extramarital affair'}]" +14534,"[{'id':579,'name':'american football'},{'id':5565,'name':'biography'},{'id':6075,'name':'sport'},{'id':10235,'name':'family relationships'},{'id':160190,'name':'aspiration'}]" +244403,"[{'id':970,'name':'parent child relationship'},{'id':18001,'name':'rock band'},{'id':207525,'name':'grieving father'}]" +103332,"[{'id':1566,'name':'dream'},{'id':7942,'name':'imaginary friend'},{'id':40952,'name':'therapy'},{'id':155251,'name':'novelist'},{'id':187056,'name':'woman director'}]" +10220,"[{'id':242,'name':'new york'},{'id':383,'name':'poker'},{'id':395,'name':'gambling'},{'id':3703,'name':'law'},{'id':5887,'name':'compulsive gambling'},{'id':6433,'name':'roulette'},{'id':7496,'name':'gain'},{'id':8045,'name':'russian mafia'},{'id':166631,'name':'loan shark'},{'id':167164,'name':'call girl'},{'id':207268,'name':'neo-noir'}]" +222649,"[{'id':378,'name':'prison'},{'id':5565,'name':'biography'},{'id':12193,'name':'reporter'},{'id':15271,'name':'interrogation'},{'id':18009,'name':'iran'},{'id':197822,'name':'american spy'}]" +84330,"[{'id':11208,'name':'conspiracy theory'},{'id':194508,'name':'the shining'}]" +8195,"[{'id':90,'name':'paris france'},{'id':254,'name':'france'},{'id':2001,'name':'arms deal'},{'id':3070,'name':'mercenary'},{'id':10038,'name':'audi'},{'id':13068,'name':'impostor'},{'id':14678,'name':'case'},{'id':14819,'name':'violence'},{'id':157168,'name':'ice skating'},{'id':157238,'name':'computer expert'},{'id':159669,'name':'ex kgb'},{'id':159679,'name':'preparation'},{'id':159685,'name':'cellular phone trace'},{'id':159688,'name':'merry go round'}]" +10412,"[{'id':379,'name':'skinhead'},{'id':836,'name':'resistance'},{'id':2356,'name':'immigrant'},{'id':2652,'name':'nazi'},{'id':6218,'name':'right wing extremism'},{'id':6259,'name':'psychopath'},{'id':14819,'name':'violence'},{'id':34117,'name':'cult film'},{'id':207915,'name':'white supremacists'},{'id':241017,'name':'nazi fiction'}]" +2085,"[{'id':779,'name':'martial arts'},{'id':898,'name':'hip-hop'},{'id':6219,'name':'oakland'},{'id':14988,'name':'east asian lead'},{'id':237849,'name':'asian man'}]" +9611,"[{'id':919,'name':'smoking'},{'id':987,'name':'overweight child'},{'id':3687,'name':'graduation'},{'id':6038,'name':'marriage'},{'id':6270,'name':'high school'},{'id':7289,'name':'cafeteria'},{'id':8508,'name':'party'},{'id':10266,'name':'prom'},{'id':12392,'name':'best friend'},{'id':15479,'name':'fashion'},{'id':33457,'name':'alcoholic'},{'id':156809,'name':'car trouble'},{'id':158558,'name':'disabled'},{'id':161213,'name':'high school reunion'},{'id':171556,'name':'social outcast'},{'id':184426,'name':'ruse'}]" +91745,"[{'id':497,'name':'shakespeare'},{'id':13130,'name':'teenager'},{'id':41406,'name':'middle ages'},{'id':156195,'name':'family feud'},{'id':165086,'name':'star crossed lovers'},{'id':188237,'name':'teenage romance'},{'id':193614,'name':'verona italy'}]" +119415,[] +11484,"[{'id':1483,'name':'sports team'},{'id':2964,'name':'future'},{'id':4565,'name':'dystopia'},{'id':6186,'name':'games'},{'id':155720,'name':'rollerskating'},{'id':155742,'name':'future sport'}]" +15373,"[{'id':1890,'name':'camping'},{'id':2333,'name':'campsite'},{'id':8202,'name':'big brother'},{'id':9713,'name':'friends'},{'id':9907,'name':'community service'},{'id':161155,'name':'kids'},{'id':179431,'name':'duringcreditsstinger'}]" +1779,"[{'id':592,'name':'capitalism'},{'id':14737,'name':'economics'},{'id':156052,'name':'unemployment'},{'id':156338,'name':'corporate greed'}]" +13441,"[{'id':242,'name':'new york'},{'id':549,'name':'prostitute'},{'id':567,'name':'alcohol'},{'id':572,'name':'sex'},{'id':1411,'name':'brothel'},{'id':1721,'name':'fight'},{'id':2389,'name':'virgin'},{'id':2494,'name':'ohio'},{'id':3616,'name':'college'},{'id':41609,'name':'ego'}]" +1375,"[{'id':276,'name':'philadelphia'},{'id':396,'name':'transporter'},{'id':843,'name':'cataclysm'},{'id':970,'name':'parent child relationship'},{'id':1482,'name':'trainer'},{'id':2062,'name':'restart'},{'id':2298,'name':'bankrupt'},{'id':2792,'name':'boxer'},{'id':3658,'name':'career'},{'id':4487,'name':'boxing match'},{'id':4613,'name':'training'},{'id':5378,'name':'world champion'},{'id':5379,'name':'challenger'},{'id':5397,'name':'street riots'},{'id':5398,'name':'sponsorship'},{'id':5399,'name':'challenge'},{'id':5400,'name':'champion'},{'id':5401,'name':'tax consultant'},{'id':5402,'name':'boxing school'},{'id':6049,'name':'praise'},{'id':6054,'name':'friendship'},{'id':6075,'name':'sport'},{'id':170652,'name':'father figure'}]" +1371,"[{'id':396,'name':'transporter'},{'id':1482,'name':'trainer'},{'id':2792,'name':'boxer'},{'id':3737,'name':'dying and death'},{'id':4487,'name':'boxing match'},{'id':4610,'name':'comeback'},{'id':4613,'name':'training'},{'id':5378,'name':'world champion'},{'id':5379,'name':'challenger'},{'id':5394,'name':'rematch'},{'id':6066,'name':'defeat'},{'id':6067,'name':'victory'},{'id':6075,'name':'sport'},{'id':9748,'name':'revenge'},{'id':10232,'name':'fame'},{'id':10329,'name':'wealth'}]" +1367,"[{'id':396,'name':'transporter'},{'id':732,'name':'coma'},{'id':1157,'name':'wife husband relationship'},{'id':1567,'name':'intensive care'},{'id':1701,'name':'hero'},{'id':2038,'name':'love of one's life'},{'id':2416,'name':'publicity'},{'id':2792,'name':'boxer'},{'id':4487,'name':'boxing match'},{'id':4613,'name':'training'},{'id':5378,'name':'world champion'},{'id':6067,'name':'victory'},{'id':6075,'name':'sport'},{'id':11612,'name':'hospital'}]" +1246,"[{'id':276,'name':'philadelphia'},{'id':396,'name':'transporter'},{'id':1721,'name':'fight'},{'id':2038,'name':'love of one's life'},{'id':2416,'name':'publicity'},{'id':2792,'name':'boxer'},{'id':2968,'name':'grave'},{'id':3393,'name':'tombstone'},{'id':3586,'name':'tv station'},{'id':4487,'name':'boxing match'},{'id':4610,'name':'comeback'},{'id':4613,'name':'training'},{'id':5167,'name':'restaurant owner'},{'id':5378,'name':'world champion'},{'id':5379,'name':'challenger'},{'id':5380,'name':'virtual fight'},{'id':6066,'name':'defeat'},{'id':6067,'name':'victory'},{'id':10163,'name':'cancer'},{'id':155464,'name':'over-the-hill fighter'}]" +1366,"[{'id':240,'name':'underdog'},{'id':276,'name':'philadelphia'},{'id':396,'name':'transporter'},{'id':700,'name':'italian american'},{'id':1721,'name':'fight'},{'id':2038,'name':'love of one's life'},{'id':2416,'name':'publicity'},{'id':2792,'name':'boxer'},{'id':4097,'name':'independence'},{'id':4487,'name':'boxing match'},{'id':4613,'name':'training'},{'id':4663,'name':'lovers'},{'id':4902,'name':'surprise'},{'id':5378,'name':'world champion'},{'id':5383,'name':'amateur'},{'id':6067,'name':'victory'}]" +13809,"[{'id':212,'name':'london'},{'id':5606,'name':'gang leader'},{'id':10594,'name':'money'},{'id':10726,'name':'gang'}]" +309193,[] +12508,"[{'id':2570,'name':'rock star'},{'id':3836,'name':'success'},{'id':3921,'name':'discontentedness and displeasedness'},{'id':5540,'name':'heavy metal'},{'id':5625,'name':'relationship problems'}]" +80585,"[{'id':2570,'name':'rock star'},{'id':4344,'name':'musical'},{'id':8900,'name':'rocker'},{'id':12396,'name':'hollywood'},{'id':13130,'name':'teenager'},{'id':165100,'name':'young love'},{'id':208289,'name':'1980s'},{'id':220782,'name':'sunset strip'}]" +9928,"[{'id':1436,'name':'inventor'},{'id':4480,'name':'business man'},{'id':14544,'name':'robot'},{'id':193305,'name':'dishonesty'}]" +84329,"[{'id':6054,'name':'friendship'},{'id':14544,'name':'robot'},{'id':163484,'name':'senior citizen'},{'id':190075,'name':'cat thief'}]" +187462,"[{'id':5202,'name':'boy'},{'id':14544,'name':'robot'}]" +5550,"[{'id':679,'name':'cyborg'},{'id':4565,'name':'dystopia'},{'id':6149,'name':'police'},{'id':9663,'name':'sequel'},{'id':12190,'name':'cyberpunk'},{'id':33699,'name':'policeman'},{'id':184213,'name':'robocop'}]" +97020,"[{'id':679,'name':'cyborg'},{'id':2964,'name':'future'},{'id':4565,'name':'dystopia'},{'id':6149,'name':'police'},{'id':9714,'name':'remake'},{'id':14819,'name':'violence'},{'id':18021,'name':'detroit'}]" +5549,"[{'id':679,'name':'cyborg'},{'id':6149,'name':'police'},{'id':9663,'name':'sequel'},{'id':12190,'name':'cyberpunk'},{'id':14544,'name':'robot'},{'id':14964,'name':'drugs'},{'id':15090,'name':'police officer'},{'id':184213,'name':'robocop'}]" +5548,"[{'id':679,'name':'cyborg'},{'id':853,'name':'crime fighter'},{'id':1706,'name':'experiment'},{'id':4565,'name':'dystopia'},{'id':6110,'name':'weapon'},{'id':12190,'name':'cyberpunk'},{'id':18021,'name':'detroit'},{'id':163081,'name':'law enforcement'},{'id':163082,'name':'gentrification'},{'id':184213,'name':'robocop'}]" +8367,"[{'id':392,'name':'england'},{'id':2868,'name':'crusade'},{'id':2951,'name':'mercifulness'},{'id':4147,'name':'robin hood'},{'id':4615,'name':'folk hero'}]" +20662,"[{'id':4147,'name':'robin hood'},{'id':4393,'name':'archer'},{'id':10466,'name':'knight'},{'id':11525,'name':'sherwood forest'},{'id':18101,'name':'bow and arrow'},{'id':41406,'name':'middle ages'},{'id':161257,'name':'medieval'},{'id':186686,'name':'king of england'}]" +11886,"[{'id':1701,'name':'hero'},{'id':2527,'name':'fox'},{'id':4147,'name':'robin hood'},{'id':5774,'name':'forest'},{'id':6145,'name':'right and justice'},{'id':9503,'name':'outlaw'},{'id':9727,'name':'thief'},{'id':10336,'name':'animation'},{'id':10468,'name':'bear'},{'id':10508,'name':'teacher'},{'id':11493,'name':'animal as human'},{'id':11525,'name':'sherwood forest'},{'id':18165,'name':'animal'}]" +17696,"[{'id':947,'name':'prohibition'},{'id':3149,'name':'gangster'},{'id':4344,'name':'musical'}]" +243935,"[{'id':708,'name':'runaway'},{'id':1812,'name':'fbi'},{'id':9673,'name':'love'},{'id':11578,'name':'mobster'},{'id':33494,'name':'couple'}]" +224301,"[{'id':12339,'name':'slasher'}]" +21024,"[{'id':10570,'name':'roadie'},{'id':11700,'name':'rock music'}]" +333545,"[{'id':1852,'name':'mutant'},{'id':3133,'name':'vampire'},{'id':4458,'name':'post-apocalyptic'}]" +9285,"[{'id':572,'name':'sex'},{'id':4411,'name':'sexism'},{'id':5098,'name':'sperm bank'},{'id':6078,'name':'politics'},{'id':6946,'name':'blonde'},{'id':7312,'name':'road trip'},{'id':10058,'name':'sorority'},{'id':11475,'name':'politically incorrect'},{'id':33472,'name':'cross country'},{'id':54169,'name':'stoner'},{'id':159141,'name':'sperm donor'},{'id':166287,'name':'school bus'},{'id':167737,'name':'losing money'},{'id':167739,'name':'male virgin'},{'id':167768,'name':'dorm room'},{'id':170827,'name':'sex comedy'},{'id':183728,'name':'sex tape'},{'id':206298,'name':'young adult'}]" +4147,"[{'id':1245,'name':'illinois'},{'id':5571,'name':'great depression'},{'id':7312,'name':'road trip'},{'id':15363,'name':'bank robbery'},{'id':18712,'name':'based on graphic novel'},{'id':155714,'name':'al capone'},{'id':174984,'name':'homework'},{'id':175001,'name':'learning to drive'},{'id':175005,'name':'spoiled son'},{'id':175007,'name':'scarred face'},{'id':175008,'name':'thompson sub machine gun'},{'id':175017,'name':'liberty half dollar'},{'id':213315,'name':'lake michigan'},{'id':214548,'name':'1930s'}]" +268060,"[{'id':9748,'name':'revenge'},{'id':167043,'name':'road movie'}]" +10135,"[{'id':1605,'name':'new love'},{'id':2236,'name':'protection money'},{'id':2334,'name':'nightclub'},{'id':9748,'name':'revenge'},{'id':10553,'name':'bouncer'},{'id':160488,'name':'hoodlum'},{'id':174244,'name':'brawl'}]" +56537,[] +61791,"[{'id':2051,'name':'intelligence'},{'id':2172,'name':'zoo'},{'id':4392,'name':'cage'},{'id':4565,'name':'dystopia'},{'id':5903,'name':'alzheimer's disease'},{'id':12393,'name':'golden gate bridge'},{'id':14759,'name':'ape'},{'id':15149,'name':'monkey'},{'id':158025,'name':'medical research'}]" +81188,"[{'id':1566,'name':'dream'},{'id':1991,'name':'santa claus'},{'id':3030,'name':'nightmare'},{'id':9923,'name':'easter bunny'},{'id':33597,'name':'tooth fairy'},{'id':41581,'name':'jack frost'},{'id':41584,'name':'sandman'},{'id':179431,'name':'duringcreditsstinger'},{'id':214644,'name':'christmas holiday'}]" +13054,"[{'id':8132,'name':'hooligan'},{'id':14964,'name':'drugs'}]" +49524,"[{'id':703,'name':'detective'},{'id':1321,'name':'gold'},{'id':4183,'name':'wife'},{'id':4668,'name':'police operation'},{'id':5340,'name':'investigation'},{'id':9104,'name':'partner'},{'id':9673,'name':'love'},{'id':9748,'name':'revenge'},{'id':10327,'name':'undead'},{'id':34079,'name':'death'},{'id':162271,'name':'husband'},{'id':162846,'name':'ghost'},{'id':207199,'name':'police department'}]" +28023,"[{'id':156219,'name':'prison riot'},{'id':195402,'name':'film noir'}]" +32560,"[{'id':4616,'name':'apache'},{'id':9897,'name':'rifle'},{'id':10364,'name':'mission'},{'id':163127,'name':'mexican'},{'id':185461,'name':'bar shootout'}]" +46195,"[{'id':1161,'name':'brazil'},{'id':2551,'name':'pet'},{'id':2646,'name':'bird'},{'id':3478,'name':'parrot'},{'id':4344,'name':'musical'},{'id':4414,'name':'adventure'},{'id':7453,'name':'canary'},{'id':10787,'name':'jungle'},{'id':12649,'name':'samba'},{'id':14828,'name':'city'},{'id':18165,'name':'animal'},{'id':179431,'name':'duringcreditsstinger'}]" +172385,"[{'id':2646,'name':'bird'},{'id':4414,'name':'adventure'},{'id':9663,'name':'sequel'},{'id':9935,'name':'travel'},{'id':10787,'name':'jungle'},{'id':33928,'name':'audition'},{'id':166103,'name':'amazon rainforest'},{'id':198270,'name':'parrots'},{'id':209386,'name':'personification'}]" +13389,"[{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':11719,'name':'dirty cop'}]" +59058,"[{'id':2032,'name':'pop singer'},{'id':11935,'name':'working class'},{'id':12987,'name':'poverty'},{'id':188326,'name':'construction worker'}]" +60555,"[{'id':642,'name':'robbery'},{'id':7002,'name':'vigilante'},{'id':9503,'name':'outlaw'},{'id':14783,'name':'false accusations'},{'id':15290,'name':'pursuit'},{'id':15291,'name':'on the road'},{'id':15292,'name':'hanged man'},{'id':15295,'name':'confrontation'}]" +168530,"[{'id':4668,'name':'police operation'},{'id':12980,'name':'sibling-in-law sibling-in-law relationship'},{'id':15090,'name':'police officer'},{'id':179431,'name':'duringcreditsstinger'},{'id':179450,'name':'black men'}]" +87421,"[{'id':4565,'name':'dystopia'},{'id':9748,'name':'revenge'},{'id':9951,'name':'alien'},{'id':13194,'name':'planet'},{'id':156395,'name':'imax'}]" +174340,"[{'id':3485,'name':'comedian'},{'id':15027,'name':'taboo'},{'id':156298,'name':'richard pryor'},{'id':187056,'name':'woman director'},{'id':199239,'name':'storyville'}]" +256690,"[{'id':4414,'name':'adventure'},{'id':10336,'name':'animation'},{'id':18165,'name':'animal'},{'id':209714,'name':'3d'}]" +10851,"[{'id':179507,'name':'cash'},{'id':179510,'name':'wrong diagnosis'},{'id':179513,'name':'foretelling'},{'id':179515,'name':'shaky camera shot'},{'id':179521,'name':'waterboarding'},{'id':179522,'name':'safe box'},{'id':179527,'name':'reload'},{'id':179529,'name':'pinstripe suit'},{'id':179531,'name':'driving cap'},{'id':179532,'name':'audio flashback'},{'id':179533,'name':'trash talk'}]" +4148,"[{'id':596,'name':'adultery'},{'id':818,'name':'based on novel or book'},{'id':931,'name':'jealousy'},{'id':1157,'name':'wife husband relationship'},{'id':1326,'name':'infidelity'},{'id':2355,'name':'american dream'},{'id':3451,'name':'housewife'},{'id':3658,'name':'career'},{'id':5809,'name':'marriage crisis'},{'id':6981,'name':'connecticut'},{'id':10532,'name':'suburbia'},{'id':11678,'name':'free spirit'},{'id':156455,'name':'unhappiness'},{'id':159700,'name':'getaway'},{'id':183133,'name':'aspiring actor'},{'id':208611,'name':'1950s'},{'id':215257,'name':'unhappy marriage'},{'id':224672,'name':'feeling trapped'},{'id':230747,'name':'bleak'}]" +14052,"[{'id':572,'name':'sex'},{'id':171375,'name':'defenestration'},{'id':171376,'name':'funhouse'},{'id':171386,'name':'breathing fire'},{'id':171387,'name':'pie eating'}]" +286709,[] +40761,"[{'id':270,'name':'ocean'},{'id':1196,'name':'florida'},{'id':1299,'name':'monster'},{'id':2269,'name':'aquarium'},{'id':4210,'name':'panic'},{'id':5359,'name':'marine biologist'},{'id':5968,'name':'amazon'},{'id':9663,'name':'sequel'},{'id':13031,'name':'creature'},{'id':14760,'name':'scientist'},{'id':14785,'name':'underwater'},{'id':15091,'name':'flipping car'},{'id':33696,'name':'sea monster'},{'id':156317,'name':'lagoon'},{'id':209714,'name':'3d'},{'id':217120,'name':'amazon river'}]" +14249,"[{'id':534,'name':'mexico'},{'id':9748,'name':'revenge'},{'id':9937,'name':'suspense'},{'id':10085,'name':'betrayal'}]" +136585,"[{'id':8201,'name':'satire'},{'id':9663,'name':'sequel'},{'id':157688,'name':'shock humor'},{'id':207679,'name':'troma'}]" +172386,"[{'id':1328,'name':'secret'},{'id':2041,'name':'island'},{'id':9935,'name':'travel'}]" +73936,[] +47760,"[{'id':1647,'name':'sadness'},{'id':3096,'name':'book'},{'id':3739,'name':'funeral'},{'id':6517,'name':'young people'},{'id':9840,'name':'romance'},{'id':10183,'name':'independent film'},{'id':11423,'name':'kamikaze'},{'id':11870,'name':'teen movie'},{'id':163599,'name':'death of parent'}]" +13155,"[{'id':9663,'name':'sequel'},{'id':209649,'name':'wizard of oz'},{'id':242556,'name':'l. frank baum'},{'id':246466,'name':'based on young adult novel'}]" +121606,"[{'id':657,'name':'fire'},{'id':1964,'name':'cave'},{'id':3623,'name':'cabin'},{'id':6054,'name':'friendship'},{'id':14964,'name':'drugs'},{'id':33462,'name':'handcuffed'},{'id':155805,'name':'native american reservation'},{'id':163053,'name':'found footage'},{'id':164296,'name':'addict'},{'id':190834,'name':'watching a video'},{'id':225304,'name':'resolution'},{'id':252925,'name':'resolution collection'},{'id':252926,'name':'the endless'}]" +96944,[] +71679,"[{'id':1852,'name':'mutant'},{'id':4565,'name':'dystopia'},{'id':9663,'name':'sequel'},{'id':10410,'name':'conspiracy'},{'id':12369,'name':'tokyo japan'},{'id':12377,'name':'zombie'},{'id':41645,'name':'based on video game'},{'id':186450,'name':'moscow'},{'id':188955,'name':'hand to hand combat'},{'id':188957,'name':'virus'},{'id':188959,'name':'plague'},{'id':188973,'name':'pandemic'},{'id':197990,'name':'mega corporation'}]" +7737,"[{'id':402,'name':'clone'},{'id':1852,'name':'mutant'},{'id':4458,'name':'post-apocalyptic'},{'id':4565,'name':'dystopia'},{'id':10410,'name':'conspiracy'},{'id':11738,'name':'evil corporation'},{'id':12377,'name':'zombie'},{'id':41645,'name':'based on video game'}]" +13648,"[{'id':1865,'name':'biological weapon'},{'id':4458,'name':'post-apocalyptic'},{'id':4565,'name':'dystopia'},{'id':4884,'name':'infection'},{'id':12102,'name':'resident evil'},{'id':12377,'name':'zombie'},{'id':41645,'name':'based on video game'},{'id':161919,'name':'adult animation'}]" +133121,"[{'id':1865,'name':'biological weapon'},{'id':4052,'name':'political instability'},{'id':4565,'name':'dystopia'},{'id':4884,'name':'infection'},{'id':9678,'name':'mind control'},{'id':10292,'name':'gore'},{'id':11221,'name':'blood'},{'id':12102,'name':'resident evil'},{'id':12377,'name':'zombie'},{'id':41645,'name':'based on video game'},{'id':50009,'name':'survival horror'},{'id':161919,'name':'adult animation'},{'id':177281,'name':'parasite underneath skin'},{'id':191564,'name':'body horror'},{'id':202396,'name':'military operation'},{'id':233300,'name':'genetic mutation'},{'id':234730,'name':'unkillable monster'}]" +1577,"[{'id':779,'name':'martial arts'},{'id':1852,'name':'mutant'},{'id':4565,'name':'dystopia'},{'id':10084,'name':'rescue'},{'id':10410,'name':'conspiracy'},{'id':11738,'name':'evil corporation'},{'id':12377,'name':'zombie'},{'id':41645,'name':'based on video game'}]" +35791,"[{'id':4458,'name':'post-apocalyptic'},{'id':4565,'name':'dystopia'},{'id':10327,'name':'undead'},{'id':11131,'name':'biohazard'},{'id':11738,'name':'evil corporation'},{'id':12102,'name':'resident evil'},{'id':12377,'name':'zombie'},{'id':41645,'name':'based on video game'},{'id':179431,'name':'duringcreditsstinger'},{'id':209714,'name':'3d'}]" +1576,"[{'id':1453,'name':'amnesia'},{'id':1568,'name':'undercover'},{'id':1852,'name':'mutant'},{'id':1865,'name':'biological weapon'},{'id':3249,'name':'hologram'},{'id':4565,'name':'dystopia'},{'id':6898,'name':'quarantine'},{'id':9856,'name':'flashback'},{'id':10410,'name':'conspiracy'},{'id':12377,'name':'zombie'},{'id':15218,'name':'special forces'},{'id':41645,'name':'based on video game'}]" +500,"[{'id':2052,'name':'traitor'},{'id':6099,'name':'jewelry'},{'id':6259,'name':'psychopath'},{'id':9727,'name':'thief'},{'id':10051,'name':'heist'},{'id':10085,'name':'betrayal'},{'id':10092,'name':'mystery'},{'id':10685,'name':'escape'},{'id':10726,'name':'gang'},{'id':11071,'name':'plan gone wrong'},{'id':34117,'name':'cult film'},{'id':157171,'name':'nonlinear timeline'},{'id':157892,'name':'warehouse'},{'id':159753,'name':'ensemble cast'},{'id':171826,'name':'told in flashback'},{'id':177438,'name':'heist gone wrong'},{'id':201058,'name':'foreshadowing'},{'id':207784,'name':'rendezvous'},{'id':224552,'name':'iconic'},{'id':233069,'name':'set in one room'},{'id':233072,'name':'uneasy alliance'},{'id':233073,'name':'rag tag group'}]" +9952,"[{'id':1327,'name':'war crimes'},{'id':2957,'name':'vietnam war'},{'id':8810,'name':'laos'},{'id':13065,'name':'soldier'},{'id':14819,'name':'violence'},{'id':174316,'name':'pipe smoking'},{'id':174319,'name':'rice paddy'},{'id':174323,'name':'letter from home'},{'id':174324,'name':'ant's nest'},{'id':174325,'name':'net fishing'},{'id':174327,'name':'dragging someone'},{'id':199733,'name':'airplane shot down'}]" +641,"[{'id':1803,'name':'drug addiction'},{'id':2375,'name':'junkie'},{'id':2671,'name':'heroin'},{'id':3428,'name':'speed'},{'id':3429,'name':'diet'},{'id':6059,'name':'unsociability'},{'id':33625,'name':'illegal prostitution'}]" +31867,"[{'id':2095,'name':'anti hero'},{'id':2449,'name':'black market'},{'id':3070,'name':'mercenary'},{'id':3249,'name':'hologram'},{'id':4565,'name':'dystopia'},{'id':6142,'name':'contract'},{'id':9887,'name':'surrealism'},{'id':10562,'name':'on the run'},{'id':11738,'name':'evil corporation'},{'id':11739,'name':'repo man'},{'id':12190,'name':'cyberpunk'},{'id':14546,'name':'massacre'},{'id':14707,'name':'brutality'},{'id':156788,'name':'swat team'},{'id':179430,'name':'aftercreditsstinger'},{'id':186251,'name':'enforcer'},{'id':207268,'name':'neo-noir'},{'id':237204,'name':'artificial organ'}]" +10596,[] +10553,"[{'id':2547,'name':'new identity'},{'id':33705,'name':'agent'}]" +10637,"[{'id':529,'name':'ku klux klan'},{'id':579,'name':'american football'},{'id':1482,'name':'trainer'},{'id':1483,'name':'sports team'},{'id':3060,'name':'race politics'},{'id':3847,'name':'coaction'},{'id':4106,'name':'apartheid'},{'id':6075,'name':'sport'},{'id':6270,'name':'high school'},{'id':6984,'name':'racial segregation'},{'id':7856,'name':'racist'},{'id':9672,'name':'based on a true story'},{'id':155791,'name':'american football player'},{'id':160910,'name':'xenophobia'},{'id':222721,'name':'head coach'}]" +23169,"[{'id':242,'name':'new york'},{'id':970,'name':'parent child relationship'},{'id':172291,'name':'grieving'},{'id':191100,'name':'romantic drama'},{'id':206298,'name':'young adult'},{'id':207844,'name':'college student'},{'id':209493,'name':'21st century'}]" +84449,[] +2155,"[{'id':378,'name':'prison'},{'id':585,'name':'casino'},{'id':642,'name':'robbery'},{'id':2887,'name':'manipulation'},{'id':5629,'name':'role reversal'},{'id':34094,'name':'extramarital affair'},{'id':178649,'name':'voyeurism'},{'id':207317,'name':'christmas'}]" +6278,"[{'id':3098,'name':'castle'},{'id':12554,'name':'dragon'},{'id':34152,'name':'evolution'},{'id':173893,'name':'fire chief'},{'id':173901,'name':'animated map'},{'id':173903,'name':'theatre audience'},{'id':173905,'name':'dragonslayer'},{'id':173911,'name':'tunnel construction'},{'id':173912,'name':'fire repellent'},{'id':173913,'name':'drilling'},{'id':173914,'name':'iodine'},{'id':223793,'name':'northumberland'}]" +50714,[] +190469,"[{'id':395,'name':'gambling'},{'id':585,'name':'casino'},{'id':5306,'name':'boss'},{'id':7360,'name':'lithuania'},{'id':9826,'name':'murder'},{'id':11221,'name':'blood'},{'id':13027,'name':'wedding'},{'id':34079,'name':'death'},{'id':209300,'name':'pack of money'}]" +72431,"[{'id':1956,'name':'world war ii'},{'id':2533,'name':'fighter pilot'},{'id':15089,'name':'fighter airplane'}]" +48572,"[{'id':186,'name':'christianity'},{'id':1013,'name':'homophobia'},{'id':1499,'name':'pastor'},{'id':4108,'name':'protest'},{'id':5950,'name':'christian'},{'id':5997,'name':'sign'},{'id':10199,'name':'gay interest'},{'id':11479,'name':'social commentary'},{'id':164810,'name':'religious fundamentalism'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'}]" +9626,"[{'id':1299,'name':'monster'},{'id':1400,'name':'swordplay'},{'id':2011,'name':'queen'},{'id':6556,'name':'talisman'},{'id':9717,'name':'based on comic'},{'id':234213,'name':'sword and sorcery'}]" +291081,"[{'id':736,'name':'journalist'},{'id':1228,'name':'1970s'},{'id':9180,'name':'yorkshire'},{'id':10714,'name':'serial killer'},{'id':11734,'name':'police corruption'}]" +49730,"[{'id':1442,'name':'winter'},{'id':2486,'name':'fantasy'},{'id':3205,'name':'fairy tale'},{'id':10700,'name':'hood'},{'id':12564,'name':'werewolf'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'},{'id':187056,'name':'woman director'},{'id':192993,'name':'red riding hood'}]" +8870,"[{'id':839,'name':'mars'},{'id':2964,'name':'future'},{'id':14544,'name':'robot'},{'id':14626,'name':'astronaut'},{'id':156810,'name':'science'},{'id':188351,'name':'catastrophe'},{'id':196557,'name':'mission to mars'}]" +75638,"[{'id':1523,'name':'obsession'},{'id':1566,'name':'dream'},{'id':1706,'name':'experiment'},{'id':3741,'name':'talk show'},{'id':4087,'name':'revelation'},{'id':4373,'name':'fraud'},{'id':9681,'name':'clairvoyance'},{'id':9853,'name':'paranormal'},{'id':10453,'name':'con artist'},{'id':10563,'name':'attack'},{'id':14742,'name':'psychic'},{'id':161198,'name':'skepticism'},{'id':162875,'name':'polaroid camera'},{'id':177398,'name':'levitation'},{'id':229783,'name':'newscaster'}]" +9533,"[{'id':1812,'name':'fbi'},{'id':6259,'name':'psychopath'},{'id':9826,'name':'murder'},{'id':10714,'name':'serial killer'}]" +66125,"[{'id':1228,'name':'1970s'},{'id':2526,'name':'human animal relationship'},{'id':5657,'name':'australia'},{'id':9672,'name':'based on a true story'},{'id':9872,'name':'grief'},{'id':11112,'name':'search'},{'id':15162,'name':'dog'},{'id':34079,'name':'death'},{'id':159103,'name':'mourning'},{'id':168861,'name':'missing pet'},{'id':193760,'name':'australian outback'}]" +60747,"[{'id':380,'name':'sibling relationship'},{'id':4278,'name':'invasion'},{'id':9714,'name':'remake'},{'id':11031,'name':'guerrilla warfare'},{'id':41344,'name':'north korean'}]" +1880,"[{'id':1008,'name':'guerrilla'},{'id':1981,'name':'colorado'},{'id':2964,'name':'future'},{'id':4278,'name':'invasion'},{'id':7059,'name':'anti-communism'},{'id':193008,'name':'red army'}]" +292850,[] +256876,"[{'id':5565,'name':'biography'},{'id':6075,'name':'sport'},{'id':6483,'name':'ice hockey'}]" +39514,"[{'id':591,'name':'cia'},{'id':4948,'name':'retirement'},{'id':11325,'name':'shot to death'},{'id':12355,'name':'sniper rifle'},{'id':18115,'name':'retired'},{'id':18117,'name':'female spy'},{'id':165909,'name':'alarm'}]" +146216,"[{'id':90,'name':'paris france'},{'id':212,'name':'london'},{'id':392,'name':'england'},{'id':591,'name':'cia'},{'id':1295,'name':'europe'},{'id':2139,'name':'russia'},{'id':14555,'name':'mi6'},{'id':33705,'name':'agent'},{'id':166571,'name':'hired killer'},{'id':182185,'name':'exploding airplane'}]" +91333,[] +286654,"[{'id':2393,'name':'adoption'},{'id':5600,'name':'daughter'},{'id':9935,'name':'travel'},{'id':33494,'name':'couple'},{'id':220863,'name':'cheat'}]" +221,"[{'id':30,'name':'individual'},{'id':526,'name':'rebel'},{'id':542,'name':'street gang'},{'id':830,'name':'car race'},{'id':970,'name':'parent child relationship'},{'id':1001,'name':'underground world'},{'id':1002,'name':'authority'},{'id':6059,'name':'unsociability'},{'id':191349,'name':'teen rebel'},{'id':243199,'name':'based on story'}]" +240916,"[{'id':33518,'name':'district attorney'}]" +2788,"[{'id':1253,'name':'roommate'},{'id':1873,'name':'yuppie'},{'id':2200,'name':'generations conflict'},{'id':2249,'name':'camcorder'},{'id':2566,'name':'cohabitant'},{'id':5865,'name':'cabriolet'},{'id':179781,'name':'fictional tv show'},{'id':198673,'name':'unemployed'}]" +39254,"[{'id':970,'name':'parent child relationship'},{'id':1721,'name':'fight'},{'id':2964,'name':'future'},{'id':6075,'name':'sport'},{'id':14544,'name':'robot'},{'id':166802,'name':'prizefighting'},{'id':180574,'name':'father son reunion'},{'id':202314,'name':'robot fighting'}]" +251994,"[{'id':208577,'name':'motivational book'}]" +26178,"[{'id':5160,'name':'animal attack'},{'id':5276,'name':'wild boar'},{'id':5657,'name':'australia'},{'id':34117,'name':'cult film'},{'id':193760,'name':'australian outback'},{'id':205624,'name':'ozploitation'},{'id':223059,'name':'animal horror'}]" +174682,"[{'id':11259,'name':'extortion'},{'id':217328,'name':'death match'},{'id':219991,'name':'elimination derby'},{'id':221838,'name':'women fighters'}]" +228550,"[{'id':6270,'name':'high school'},{'id':9826,'name':'murder'},{'id':12339,'name':'slasher'},{'id':13130,'name':'teenager'}]" +1677,"[{'id':577,'name':'black people'},{'id':634,'name':'soul'},{'id':697,'name':'loss of loved one'},{'id':727,'name':'country music'},{'id':1416,'name':'jazz'},{'id':1741,'name':'blindness and impaired vision'},{'id':2495,'name':'georgia'},{'id':2635,'name':'overdose'},{'id':2776,'name':'bus ride'},{'id':4746,'name':'record producer'},{'id':5565,'name':'biography'},{'id':5626,'name':'rags to riches'},{'id':5707,'name':'childhood trauma'},{'id':5708,'name':'gospel'},{'id':5711,'name':'indianapolis'},{'id':5716,'name':'record label'},{'id':5718,'name':'recording studio'},{'id':192279,'name':'american history'}]" +10212,"[{'id':1442,'name':'winter'},{'id':1792,'name':'cliff'},{'id':1918,'name':'cooking'},{'id':1964,'name':'cave'},{'id':2483,'name':'nudity'},{'id':3713,'name':'chase'},{'id':4268,'name':'fort'},{'id':6092,'name':'army'},{'id':9826,'name':'murder'},{'id':10349,'name':'survival'},{'id':10794,'name':'snow'},{'id':11663,'name':'camp'},{'id':13065,'name':'soldier'},{'id':14819,'name':'violence'},{'id':14895,'name':'cannibal'},{'id':41410,'name':'madness'},{'id':156104,'name':'stranger'},{'id':180480,'name':'american mexican war'},{'id':187056,'name':'woman director'},{'id':193167,'name':'wendigo'},{'id':238134,'name':'military outpost'},{'id':238135,'name':'vomiting blood'}]" +2062,"[{'id':90,'name':'paris france'},{'id':380,'name':'sibling relationship'},{'id':996,'name':'expensive restaurant'},{'id':1261,'name':'river'},{'id':1650,'name':'cook'},{'id':2161,'name':'mouse'},{'id':2227,'name':'evacuation'},{'id':2246,'name':'confidence'},{'id':2982,'name':'leaving one's family'},{'id':3640,'name':'work'},{'id':3910,'name':'restaurant critic'},{'id':3914,'name':'kitchen'},{'id':6074,'name':'spice'},{'id':6808,'name':'cookbook'},{'id':10637,'name':'food'},{'id':18293,'name':'chef'},{'id':41412,'name':'sewer'},{'id':41607,'name':'recipe'},{'id':167982,'name':'unlikely friendship'},{'id':189359,'name':'rat'}]" +28161,[] +174188,"[{'id':6548,'name':'the rapture'},{'id':8685,'name':'anti-christ'},{'id':12332,'name':'apocalypse'},{'id':13130,'name':'teenager'}]" +230453,"[{'id':1420,'name':'gas station'},{'id':1556,'name':'texas'},{'id':1706,'name':'experiment'},{'id':2752,'name':'ranch'},{'id':12616,'name':'dinosaur'}]" +44896,"[{'id':798,'name':'sheriff'},{'id':1197,'name':'nevada'},{'id':1701,'name':'hero'},{'id':2551,'name':'pet'},{'id':4565,'name':'dystopia'},{'id':5703,'name':'lizard'},{'id':9503,'name':'outlaw'},{'id':10511,'name':'western'},{'id':14569,'name':'chameleon'},{'id':14586,'name':'construction site'},{'id':14587,'name':'armadillo'},{'id':14588,'name':'disillusionment'},{'id':18034,'name':'desert'},{'id':209714,'name':'3d'}]" +75622,"[{'id':718,'name':'confession'},{'id':2864,'name':'one-night stand'},{'id':11734,'name':'police corruption'},{'id':12425,'name':'racism'},{'id':14707,'name':'brutality'},{'id':33518,'name':'district attorney'},{'id':41385,'name':'racial tension'},{'id':41644,'name':'gunshot'},{'id':155816,'name':'ex-wife'},{'id':157912,'name':'bigotry'},{'id':159931,'name':'road rage'},{'id':167377,'name':'lapd'},{'id':170195,'name':'homeless man'},{'id':173577,'name':'ethnic diversity'},{'id':173579,'name':'racist cop'}]" +250388,"[{'id':1562,'name':'hostage'},{'id':9663,'name':'sequel'},{'id':10022,'name':'rampage'},{'id':14546,'name':'massacre'}]" +62463,"[{'id':2293,'name':'communion dress'},{'id':10093,'name':'priest'},{'id':11935,'name':'working class'},{'id':18396,'name':'catholic'},{'id':156052,'name':'unemployment'},{'id':208548,'name':'manchester'}]" +380,"[{'id':30,'name':'individual'},{'id':697,'name':'loss of loved one'},{'id':791,'name':'mentally disabled'},{'id':1646,'name':'autism'},{'id':1873,'name':'yuppie'},{'id':1874,'name':'car dealer'},{'id':1906,'name':'egocentrism'},{'id':9935,'name':'travel'},{'id':11428,'name':'convertible'},{'id':15106,'name':'psychiatrist'},{'id':179431,'name':'duringcreditsstinger'},{'id':214965,'name':'savant'}]" +340855,"[{'id':15097,'name':'shark'}]" +85,"[{'id':83,'name':'saving the world'},{'id':483,'name':'riddle'},{'id':485,'name':'nepal'},{'id':486,'name':'himalaya'},{'id':487,'name':'cairo'},{'id':488,'name':'moses'},{'id':1160,'name':'egypt'},{'id':1294,'name':'whip'},{'id':1454,'name':'treasure'},{'id':1456,'name':'medallion'},{'id':2650,'name':'leather jacket'},{'id':2652,'name':'nazi'},{'id':2656,'name':'hat'},{'id':2853,'name':'mediterranean'},{'id':2854,'name':'ark of the covenant'},{'id':2856,'name':'ten commandments'},{'id':6956,'name':'treasure hunt'},{'id':9032,'name':'excavation'},{'id':11105,'name':'swastika'},{'id':41586,'name':'archaeologist'},{'id':184134,'name':'archeology '},{'id':205333,'name':'religious history'},{'id':214548,'name':'1930s'}]" +1578,"[{'id':396,'name':'transporter'},{'id':931,'name':'jealousy'},{'id':2320,'name':'violent husband'},{'id':2340,'name':'paranoia'},{'id':2792,'name':'boxer'},{'id':5301,'name':'brother'},{'id':5565,'name':'biography'},{'id':5572,'name':'fistfight'},{'id':5573,'name':'broken nose'},{'id':6075,'name':'sport'},{'id':11925,'name':'domestic violence'},{'id':14687,'name':'extreme violence'},{'id':155464,'name':'over-the-hill fighter'}]" +242310,"[{'id':1930,'name':'kidnapping'},{'id':8045,'name':'russian mafia'},{'id':9748,'name':'revenge'},{'id':173719,'name':'haunted by the past'}]" +268386,[] +30890,"[{'id':966,'name':'beach'},{'id':1749,'name':'taxi driver'},{'id':1956,'name':'world war ii'},{'id':2135,'name':'radio'},{'id':9273,'name':'coney island'},{'id':10183,'name':'independent film'},{'id':11935,'name':'working class'},{'id':158071,'name':'binoculars'},{'id':217880,'name':'cigarette girl'},{'id':221756,'name':'radio plays'}]" +13836,"[{'id':1262,'name':'mountain'},{'id':1612,'name':'spacecraft'},{'id':3290,'name':'laser'},{'id':3822,'name':'teleportation'},{'id':5086,'name':'telekinesis'},{'id':9951,'name':'alien'},{'id':33637,'name':'super power'},{'id':162365,'name':'military'},{'id':179431,'name':'duringcreditsstinger'}]" +29437,"[{'id':3133,'name':'vampire'},{'id':6719,'name':'montreal'},{'id':7980,'name':'motorcycle crash'},{'id':9826,'name':'murder'},{'id':14735,'name':'motorcycle'},{'id':157959,'name':'surgery'},{'id':158303,'name':'rabies'},{'id':191564,'name':'body horror'},{'id':207819,'name':'accident'}]" +11450,"[{'id':2136,'name':'television'},{'id':2887,'name':'manipulation'},{'id':2954,'name':'manipulation of the media'},{'id':3977,'name':'product placement'},{'id':4325,'name':'game show'},{'id':5340,'name':'investigation'},{'id':7271,'name':'tv ratings'},{'id':8072,'name':'quiz show'},{'id':9303,'name':'fragen'},{'id':9672,'name':'based on a true story'},{'id':10909,'name':'lawyer'},{'id':208611,'name':'1950s'}]" +11979,"[{'id':2011,'name':'queen'},{'id':2570,'name':'rock star'},{'id':2908,'name':'secret society'},{'id':3133,'name':'vampire'},{'id':3760,'name':'light'},{'id':4197,'name':'bite'},{'id':6027,'name':'music'},{'id':10985,'name':'spontaneous combustion'},{'id':155532,'name':'fatal attraction'},{'id':247075,'name':'anne rice'}]" +121826,"[{'id':4048,'name':'musician'},{'id':6029,'name':'concert'},{'id':18115,'name':'retired'}]" +13812,"[{'id':6898,'name':'quarantine'},{'id':9714,'name':'remake'},{'id':13424,'name':'tv reporter'},{'id':163053,'name':'found footage'},{'id':188957,'name':'virus'}]" +10764,"[{'id':627,'name':'killing'},{'id':1568,'name':'undercover'},{'id':4289,'name':'secret agent'},{'id':156095,'name':'british secret service'}]" +27726,"[{'id':1299,'name':'monster'},{'id':3754,'name':'legend'},{'id':14512,'name':'new york city'},{'id':222084,'name':'flying monster'},{'id':230840,'name':'aztec'}]" +417859,"[{'id':526,'name':'rebel'},{'id':1415,'name':'small town'},{'id':3205,'name':'fairy tale'},{'id':4414,'name':'adventure'},{'id':155573,'name':'wild west'},{'id':188748,'name':'talking cat'}]" +13455,"[{'id':9677,'name':'psychokinesis'},{'id':9678,'name':'mind control'},{'id':9679,'name':'secret government organization'},{'id':9681,'name':'clairvoyance'},{'id':12354,'name':'hong kong'}]" +58936,"[{'id':4344,'name':'musical'}]" +22627,"[{'id':727,'name':'country music'},{'id':1019,'name':'rodeo'}]" +139659,[] +26956,"[{'id':9748,'name':'revenge'},{'id':11064,'name':'nazi germany'},{'id':229065,'name':'puppets'},{'id':230022,'name':'nazi occultism'}]" +166248,[] +83939,"[{'id':13130,'name':'teenager'},{'id':156117,'name':'illegal drugs'}]" +13056,"[{'id':1812,'name':'fbi'},{'id':10525,'name':'broken neck'},{'id':174947,'name':'wall safe'},{'id':174953,'name':'trashed house'},{'id':174954,'name':'aerial shot'},{'id':174959,'name':'military dress uniform'},{'id':174960,'name':'vanity'},{'id':174968,'name':'flare'},{'id':187056,'name':'woman director'}]" +252830,[] +72432,[] +8051,"[{'id':367,'name':'shyness'},{'id':380,'name':'sibling relationship'},{'id':387,'name':'california'},{'id':1668,'name':'hawaii'},{'id':4480,'name':'business man'},{'id':187551,'name':'telephone sex'},{'id':198717,'name':'harmonium'}]" +26515,"[{'id':616,'name':'witch'},{'id':697,'name':'loss of loved one'},{'id':3623,'name':'cabin'},{'id':9826,'name':'murder'},{'id':12198,'name':'pumpkin'},{'id':15001,'name':'demon'},{'id':41011,'name':'based on song, poem or rhyme'},{'id':156075,'name':'evil'},{'id':187320,'name':'storekeeper'},{'id':232766,'name':'vengeance'}]" +5205,"[{'id':4613,'name':'training'},{'id':6075,'name':'sport'},{'id':33610,'name':'gym'},{'id':161338,'name':'bodybuilding competition'}]" +680,"[{'id':396,'name':'transporter'},{'id':2231,'name':'drug dealer'},{'id':2792,'name':'boxer'},{'id':4076,'name':'massage'},{'id':8627,'name':'stolen money'},{'id':9730,'name':'crime boss'},{'id':10104,'name':'dance competition'},{'id':11242,'name':'junkyard'},{'id':11423,'name':'kamikaze'},{'id':11435,'name':'briefcase'},{'id':11436,'name':'redemption'},{'id':11442,'name':'heirloom'},{'id':12670,'name':'los angeles'},{'id':14604,'name':'theft'},{'id':14819,'name':'violence'},{'id':157171,'name':'nonlinear timeline'}]" +253332,[] +11322,"[{'id':279,'name':'usa'},{'id':1388,'name':'cinema'},{'id':2430,'name':'hiding place'},{'id':4276,'name':'machinegun'},{'id':7281,'name':'shooting'},{'id':9774,'name':'prison guard'},{'id':9777,'name':'escape from prison'},{'id':155443,'name':'dillinger'}]" +41445,"[{'id':9937,'name':'suspense'},{'id':10714,'name':'serial killer'}]" +12662,"[{'id':222,'name':'schizophrenia'},{'id':549,'name':'prostitute'},{'id':572,'name':'sex'},{'id':745,'name':'nun'},{'id':894,'name':'depression'},{'id':6259,'name':'psychopath'},{'id':9663,'name':'sequel'},{'id':9826,'name':'murder'},{'id':10292,'name':'gore'},{'id':11221,'name':'blood'},{'id':12339,'name':'slasher'},{'id':13092,'name':'corpse'},{'id':41329,'name':'mental illness'},{'id':201554,'name':'crossdressing'}]" +10576,"[{'id':2669,'name':'motel'},{'id':6259,'name':'psychopath'},{'id':9663,'name':'sequel'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':9937,'name':'suspense'},{'id':11221,'name':'blood'},{'id':180340,'name':'voyeur'},{'id':240237,'name':'mother son relationship'}]" +11252,"[{'id':2669,'name':'motel'},{'id':8627,'name':'stolen money'},{'id':9826,'name':'murder'},{'id':160059,'name':'psychosis'},{'id':176182,'name':'psycho'}]" +539,"[{'id':612,'name':'hotel'},{'id':1443,'name':'clerk'},{'id':1859,'name':'arizona'},{'id':1879,'name':'shower'},{'id':2217,'name':'rain'},{'id':2669,'name':'motel'},{'id':9719,'name':'taxidermy'},{'id':10594,'name':'money'},{'id':11677,'name':'secretary'},{'id':13092,'name':'corpse'},{'id':13112,'name':'murderer'},{'id':14604,'name':'theft'},{'id':155790,'name':'private detective'},{'id':233450,'name':'proto-slasher'}]" +6023,"[{'id':697,'name':'loss of loved one'},{'id':906,'name':'job-hopping'},{'id':1408,'name':'shoe seller'},{'id':3344,'name':'letter'},{'id':3737,'name':'dying and death'},{'id':14985,'name':'ireland'}]" +211065,"[{'id':697,'name':'loss of loved one'},{'id':165798,'name':'mugging'}]" +9777,"[{'id':567,'name':'alcohol'},{'id':572,'name':'sex'},{'id':2303,'name':'mathematician'},{'id':2340,'name':'paranoia'},{'id':2689,'name':'dementia'},{'id':2852,'name':'proof'},{'id':5585,'name':'notebook'},{'id':6149,'name':'police'},{'id':8039,'name':'campus'},{'id':8508,'name':'party'},{'id':9673,'name':'love'},{'id':9872,'name':'grief'},{'id':12105,'name':'student'},{'id':13160,'name':'university'},{'id':14964,'name':'drugs'},{'id':40895,'name':'illness'},{'id':156810,'name':'science'},{'id':191248,'name':'paper'},{'id':199524,'name':'disturbed'},{'id':200343,'name':'complications'},{'id':203113,'name':'collision'}]" +14904,"[{'id':1003,'name':'photographer'},{'id':10183,'name':'independent film'},{'id':33768,'name':'blind'},{'id':187056,'name':'woman director'},{'id':207556,'name':'blind man'}]" +133694,"[{'id':1415,'name':'small town'},{'id':3072,'name':'campaign'},{'id':10332,'name':'salesman'},{'id':17947,'name':'farmland'},{'id':194531,'name':'natural gas'},{'id':206044,'name':'fracking'}]" +70981,"[{'id':803,'name':'android'},{'id':4565,'name':'dystopia'},{'id':9951,'name':'alien'},{'id':15285,'name':'spin off'},{'id':163402,'name':'creation'},{'id':168835,'name':'emergency surgery'},{'id':179430,'name':'aftercreditsstinger'},{'id':181895,'name':'stasis'},{'id':181900,'name':'archeological dig'},{'id':181905,'name':'god complex'},{'id':181908,'name':'cave drawing'},{'id':186790,'name':'prometheus'},{'id':233300,'name':'genetic mutation'},{'id':236312,'name':'origins of life'},{'id':245599,'name':'ted 2023'},{'id':245601,'name':'alienverse'},{'id':245602,'name':'alien expanded universe'},{'id':245603,'name':'the peter weyland files: ted 2023'}]" +8617,"[{'id':6894,'name':'aunt'},{'id':9714,'name':'remake'},{'id':12339,'name':'slasher'},{'id':18514,'name':'death of family'},{'id':33451,'name':'masturbation'},{'id':169305,'name':'black stereotype'},{'id':181602,'name':'renovation'},{'id':181611,'name':'chest'}]" +36599,"[{'id':246,'name':'dancing'},{'id':572,'name':'sex'},{'id':1691,'name':'dance'},{'id':6270,'name':'high school'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':10266,'name':'prom'},{'id':10714,'name':'serial killer'},{'id':12339,'name':'slasher'},{'id':13130,'name':'teenager'},{'id':15127,'name':'killer'},{'id':155490,'name':'disco'},{'id':176182,'name':'psycho'},{'id':180665,'name':'red herring'}]" +51588,"[{'id':641,'name':'single parent'},{'id':828,'name':'waitress'},{'id':2098,'name':'fountain'},{'id':6054,'name':'friendship'},{'id':6270,'name':'high school'},{'id':10266,'name':'prom'},{'id':15201,'name':'music fan'}]" +57214,"[{'id':567,'name':'alcohol'},{'id':572,'name':'sex'},{'id':2016,'name':'vandalism'},{'id':6270,'name':'high school'},{'id':8181,'name':'swimming pool'},{'id':8508,'name':'party'},{'id':11870,'name':'teen movie'},{'id':13130,'name':'teenager'},{'id':14964,'name':'drugs'},{'id':15162,'name':'dog'},{'id':33910,'name':'high school student'},{'id':160517,'name':'fake documentary'},{'id':171134,'name':'sex doll'},{'id':182145,'name':'lime'},{'id':182147,'name':'underwater photography'},{'id':182148,'name':'bouncy castle'},{'id':182163,'name':'flash grenade'}]" +18410,"[{'id':2552,'name':'chimp'},{'id':157972,'name':'chimpanzee'},{'id':188953,'name':'sign language'},{'id':210592,'name':'secret military program'}]" +227719,"[{'id':4379,'name':'time travel'},{'id':5455,'name':'time machine'},{'id':13130,'name':'teenager'},{'id':163053,'name':'found footage'}]" +21519,"[{'id':658,'name':'sea'},{'id':779,'name':'martial arts'},{'id':3547,'name':'coast guard'},{'id':4107,'name':'british empire'},{'id':6149,'name':'police'},{'id':12354,'name':'hong kong'},{'id':12988,'name':'pirate'},{'id':155336,'name':'smuggler'},{'id':207928,'name':'19th century'}]" +241958,"[{'id':1160,'name':'egypt'},{'id':2849,'name':'key'},{'id':18034,'name':'desert'},{'id':40850,'name':'destiny'},{'id':172718,'name':'ancient astronaut'},{'id':186939,'name':'pharaoh'},{'id':195396,'name':'archaeological expedition'},{'id':221600,'name':'pyramids'}]" +146233,"[{'id':703,'name':'detective'},{'id':904,'name':'pennsylvania'},{'id':1562,'name':'hostage'},{'id':1930,'name':'kidnapping'},{'id':2158,'name':'maze'},{'id':5340,'name':'investigation'},{'id':7002,'name':'vigilante'},{'id':9748,'name':'revenge'},{'id':9849,'name':'beating'},{'id':11004,'name':'rural setting'},{'id':11727,'name':'crime scene'},{'id':14707,'name':'brutality'},{'id':166625,'name':'candlelight vigil'},{'id':205685,'name':'animal cruelty'},{'id':207268,'name':'neo-noir'}]" +128,"[{'id':1721,'name':'fight'},{'id':1994,'name':'wolf'},{'id':3341,'name':'leprosy'},{'id':5275,'name':'pan'},{'id':5276,'name':'wild boar'},{'id':5277,'name':'territory'},{'id':5650,'name':'feral child'},{'id':6054,'name':'friendship'},{'id':7376,'name':'princess'},{'id':10842,'name':'good vs evil'},{'id':11004,'name':'rural setting'},{'id':11181,'name':'decapitation'},{'id':13153,'name':'spirit'},{'id':15001,'name':'demon'},{'id':180549,'name':'deforestation'},{'id':210024,'name':'anime'}]" +9543,"[{'id':1241,'name':'persia'},{'id':1965,'name':'sandstorm'},{'id':12653,'name':'brother against brother'},{'id':12654,'name':'armageddon'},{'id':12655,'name':'regent'},{'id':41645,'name':'based on video game'}]" +2313,"[{'id':242,'name':'new york'},{'id':248,'name':'date'},{'id':725,'name':'lovesickness'},{'id':835,'name':'jewry'},{'id':931,'name':'jealousy'},{'id':965,'name':'age difference'},{'id':1003,'name':'photographer'},{'id':2038,'name':'love of one's life'},{'id':2315,'name':'jewish life'},{'id':2334,'name':'nightclub'},{'id':2679,'name':'artist'},{'id':2726,'name':'therapist'},{'id':5091,'name':'kiss'},{'id':6331,'name':'blond'},{'id':168386,'name':'child wish'}]" +1592,"[{'id':417,'name':'corruption'},{'id':818,'name':'based on novel or book'},{'id':2637,'name':'bishop'},{'id':3012,'name':'court case'},{'id':5593,'name':'pornographic video'},{'id':6148,'name':'court'},{'id':6259,'name':'psychopath'}]" +38321,"[{'id':3133,'name':'vampire'},{'id':3571,'name':'crucifixion'},{'id':4458,'name':'post-apocalyptic'},{'id':4565,'name':'dystopia'},{'id':9259,'name':'vampire hunter'},{'id':13087,'name':'disobey'},{'id':13140,'name':'niece'},{'id':15002,'name':'dark hero'}]" +4348,"[{'id':818,'name':'based on novel or book'},{'id':1338,'name':'bachelor'},{'id':10360,'name':'prejudice'},{'id':11707,'name':'suitor'},{'id':15060,'name':'period drama'},{'id':156498,'name':'georgian'},{'id':156501,'name':'pride'},{'id':160279,'name':'18th century'},{'id':165301,'name':'opposites attract'}]" +13150,"[{'id':467,'name':'megacity'},{'id':2102,'name':'brother-in-law'},{'id':6149,'name':'police'}]" +234200,"[{'id':9672,'name':'based on a true story'},{'id':158718,'name':'lgbt'},{'id':208289,'name':'1980s'},{'id':213971,'name':'activism'},{'id':222478,'name':'miners strike'}]" +27857,"[{'id':212,'name':'london'},{'id':237,'name':'gay'},{'id':392,'name':'england'},{'id':818,'name':'based on novel or book'},{'id':5565,'name':'biography'},{'id':10198,'name':'gay relationship'},{'id':10965,'name':'playwright'},{'id':158718,'name':'lgbt'},{'id':208992,'name':'1960s'},{'id':231197,'name':'drama school'}]" +114,"[{'id':549,'name':'prostitute'},{'id':592,'name':'capitalism'},{'id':995,'name':'cinderella'},{'id':996,'name':'expensive restaurant'},{'id':999,'name':'sports car'},{'id':1022,'name':'workaholic'},{'id':1023,'name':'fire escape'},{'id':6054,'name':'friendship'},{'id':12670,'name':'los angeles'},{'id':163047,'name':'beverly hills'},{'id':207592,'name':'piano'},{'id':238334,'name':'bubble bath'}]" +32969,"[{'id':591,'name':'cia'},{'id':818,'name':'based on novel or book'},{'id':970,'name':'parent child relationship'},{'id':2920,'name':'cheerleader'},{'id':9826,'name':'murder'},{'id':11160,'name':'excitement'},{'id':12105,'name':'student'},{'id':15232,'name':'parole'},{'id':15233,'name':'arsonist'},{'id':160901,'name':'parole officer'}]" +80957,[] +49526,"[{'id':242,'name':'new york'},{'id':279,'name':'usa'},{'id':417,'name':'corruption'},{'id':4776,'name':'race against time'},{'id':11719,'name':'dirty cop'},{'id':41663,'name':'bicycle courier'},{'id':179431,'name':'duringcreditsstinger'},{'id':207761,'name':'cyclist'},{'id':223183,'name':'bike messenger'}]" +206487,"[{'id':2532,'name':'bomber'},{'id':3271,'name':'secret organization'},{'id':3458,'name':'bartender'},{'id':3725,'name':'pregnancy'},{'id':4379,'name':'time travel'},{'id':5455,'name':'time machine'},{'id':6783,'name':'orphanage'},{'id':9331,'name':'intersexuality'},{'id':10364,'name':'mission'},{'id':13015,'name':'terrorism'},{'id':17975,'name':'transgender'},{'id':167104,'name':'loner'},{'id':208757,'name':'time paradox'},{'id':240109,'name':'intersex'},{'id':240807,'name':'temporal agent'}]" +34851,"[{'id':414,'name':'hunter'},{'id':1297,'name':'predator'},{'id':1794,'name':'yakuza'},{'id':4323,'name':'hunting human beings'},{'id':4862,'name':'alien life-form'},{'id':9663,'name':'sequel'},{'id':9951,'name':'alien'},{'id':10158,'name':'alien planet'},{'id':10787,'name':'jungle'},{'id':13065,'name':'soldier'},{'id':192913,'name':'warrior'}]" +169,"[{'id':1297,'name':'predator'},{'id':1601,'name':'war on drugs'},{'id':1603,'name':'extraterrestrial technology'},{'id':12670,'name':'los angeles'},{'id':14915,'name':'invisible'}]" +106,"[{'id':1291,'name':'central and south america'},{'id':1297,'name':'predator'},{'id':9951,'name':'alien'},{'id':10333,'name':'stalking'},{'id':10349,'name':'survival'},{'id':11031,'name':'guerrilla warfare'},{'id':11060,'name':'trap'},{'id':14915,'name':'invisible'},{'id':15248,'name':'commando'},{'id':209714,'name':'3d'}]" +202083,[] +17740,"[{'id':1909,'name':'coffin'},{'id':2150,'name':'cocaine'},{'id':3259,'name':'rose'},{'id':3688,'name':'strip club'},{'id':11475,'name':'politically incorrect'},{'id':11612,'name':'hospital'},{'id':14595,'name':'lap dance'},{'id':14765,'name':'church'},{'id':33651,'name':'ex priest'},{'id':33965,'name':'christmas eve'},{'id':165636,'name':'mortician'},{'id':170375,'name':'exotic dancer'},{'id':175910,'name':'kite flying'},{'id':175916,'name':'riding a bus'},{'id':175922,'name':'anxiety attack'}]" +326284,[] +245685,[] +20849,"[{'id':12670,'name':'los angeles'},{'id':156851,'name':'psychiatric ward'},{'id':195402,'name':'film noir'}]" +244852,"[{'id':11087,'name':'gold coin'},{'id':12616,'name':'dinosaur'},{'id':166958,'name':'prehistoric creature'},{'id':167861,'name':'caribbean'},{'id':215470,'name':'treasure hunter'}]" +503,"[{'id':613,'name':'new year's eve'},{'id':657,'name':'fire'},{'id':697,'name':'loss of loved one'},{'id':793,'name':'drowning'},{'id':843,'name':'cataclysm'},{'id':1913,'name':'atlantic ocean'},{'id':2283,'name':'ball'},{'id':2488,'name':'self-abandonment'},{'id':2580,'name':'shipwreck'},{'id':2581,'name':'giant wave'},{'id':2583,'name':'blackout'},{'id':3799,'name':'ship'},{'id':5600,'name':'daughter'},{'id':9457,'name':'single'},{'id':10685,'name':'escape'},{'id':155530,'name':'capsized ship'}]" +9503,"[{'id':74,'name':'germany'},{'id':716,'name':'vatican'},{'id':717,'name':'pope'},{'id':2386,'name':'empowerment'},{'id':252544,'name':'9th century'}]" +221321,[] +76649,"[{'id':1394,'name':'gladiator'},{'id':1395,'name':'arena'},{'id':1527,'name':'gladiator fight'},{'id':2859,'name':'lava'},{'id':3035,'name':'roman'},{'id':3691,'name':'forbidden love'},{'id':5096,'name':'natural disaster'},{'id':6917,'name':'epic'},{'id':10617,'name':'disaster'},{'id':14906,'name':'slave'},{'id':41642,'name':'town in panic'},{'id':155212,'name':'vulcan'},{'id':163398,'name':'volcanic eruption'},{'id':180473,'name':'pompeii'},{'id':209714,'name':'3d'},{'id':222185,'name':'1st century'}]" +11133,"[{'id':1299,'name':'monster'},{'id':3350,'name':'poltergeist'},{'id':6625,'name':'family secret'},{'id':33637,'name':'super power'}]" +609,"[{'id':970,'name':'parent child relationship'},{'id':2723,'name':'medium'},{'id':3093,'name':'ghostbuster'},{'id':3350,'name':'poltergeist'},{'id':3358,'name':'haunted house'},{'id':3737,'name':'dying and death'},{'id':10235,'name':'family relationships'},{'id':10842,'name':'good vs evil'},{'id':11627,'name':'paranormal phenomena'},{'id':196964,'name':'power of goodness'},{'id':230191,'name':'haunted'}]" +31102,"[{'id':9713,'name':'friends'},{'id':14659,'name':'girl'},{'id':208185,'name':'tween girl'}]" +9336,"[{'id':1482,'name':'trainer'},{'id':2999,'name':'recruit'},{'id':4358,'name':'shenanigan'},{'id':40957,'name':'police academy'}]" +147177,"[{'id':6678,'name':'polar bear'},{'id':18330,'name':'nature'},{'id':209714,'name':'3d'},{'id':214549,'name':'short'}]" +298093,"[{'id':703,'name':'detective'},{'id':14852,'name':'poker game'}]" +1089,"[{'id':1524,'name':'surfer'},{'id':1568,'name':'undercover'},{'id':1669,'name':'wave'},{'id':1671,'name':'surfboard'},{'id':1812,'name':'fbi'},{'id':1824,'name':'self-destruction'},{'id':2796,'name':'self-discovery'},{'id':4300,'name':'parachute'},{'id':4668,'name':'police operation'},{'id':4679,'name':'parachuting'},{'id':4690,'name':'moral conflict'},{'id':12670,'name':'los angeles'},{'id':187056,'name':'woman director'}]" +26039,"[{'id':2635,'name':'overdose'},{'id':3859,'name':'alcatraz'},{'id':9748,'name':'revenge'},{'id':10291,'name':'organized crime'},{'id':12670,'name':'los angeles'},{'id':34117,'name':'cult film'},{'id':207268,'name':'neo-noir'},{'id':220969,'name':'left for dead'}]" +248,"[{'id':419,'name':'dude'},{'id':947,'name':'prohibition'},{'id':9758,'name':'deception'},{'id':14512,'name':'new york city'},{'id':33673,'name':'apple'},{'id':157904,'name':'luck'},{'id':162752,'name':'dowager'},{'id':165282,'name':'high society'},{'id':214548,'name':'1930s'}]" +13761,"[{'id':9663,'name':'sequel'},{'id':10322,'name':'native american'},{'id':207941,'name':'17th century'}]" +10530,"[{'id':1463,'name':'culture clash'},{'id':3691,'name':'forbidden love'},{'id':4090,'name':'colony'},{'id':4344,'name':'musical'},{'id':4542,'name':'gold rush'},{'id':7376,'name':'princess'},{'id':10322,'name':'native american'},{'id':12337,'name':'colonisation'},{'id':160977,'name':'virginia'},{'id':165086,'name':'star crossed lovers'},{'id':165576,'name':'intercultural relationship'},{'id':185343,'name':'based on myths, legends or folklore'},{'id':207941,'name':'17th century'},{'id':208426,'name':'shamanism'},{'id':234183,'name':'animal sidekick'}]" +215881,"[{'id':187056,'name':'woman director'}]" +36521,"[{'id':195402,'name':'film noir'}]" +251783,"[{'id':572,'name':'sex'},{'id':2985,'name':'designer'},{'id':3182,'name':'seduction'},{'id':190370,'name':'erotic movie'}]" +277547,"[{'id':888,'name':'screenwriter'},{'id':9673,'name':'love'},{'id':9713,'name':'friends'},{'id':9840,'name':'romance'},{'id':170682,'name':'lying'},{'id':202635,'name':'engaged'}]" +77875,"[{'id':456,'name':'mother'},{'id':970,'name':'parent child relationship'},{'id':4511,'name':'field'},{'id':6075,'name':'sport'},{'id':10456,'name':'athlete'},{'id':13042,'name':'soccer'},{'id':14648,'name':'parent'},{'id':186513,'name':'penalty kick'}]" +825,"[{'id':572,'name':'sex'},{'id':596,'name':'adultery'},{'id':612,'name':'hotel'},{'id':740,'name':'aids'},{'id':1334,'name':'wedding vows'},{'id':12670,'name':'los angeles'},{'id':14534,'name':'relationship'},{'id':18035,'name':'family'}]" +20761,"[{'id':6075,'name':'sport'}]" +792,"[{'id':1701,'name':'hero'},{'id':1960,'name':'mine'},{'id':2957,'name':'vietnam war'},{'id':5331,'name':'village'},{'id':10787,'name':'jungle'},{'id':13065,'name':'soldier'},{'id':14643,'name':'battle'},{'id':15240,'name':'platoon'},{'id':18543,'name':'combat'}]" +208869,[] +1992,"[{'id':697,'name':'loss of loved one'},{'id':4409,'name':'military base'},{'id':5138,'name':'gas'},{'id':11532,'name':'grindhouse'},{'id':12377,'name':'zombie'},{'id':15085,'name':'splatter'}]" +869,"[{'id':690,'name':'gorilla'},{'id':1826,'name':'space marine'},{'id':1828,'name':'space suit'},{'id':2020,'name':'revolution'},{'id':2552,'name':'chimp'},{'id':2831,'name':'slavery'},{'id':3801,'name':'space travel'},{'id':4379,'name':'time travel'},{'id':4565,'name':'dystopia'},{'id':10158,'name':'alien planet'},{'id':14759,'name':'ape'},{'id':207569,'name':'human subjugation'}]" +871,"[{'id':311,'name':'human evolution'},{'id':690,'name':'gorilla'},{'id':910,'name':'bondage'},{'id':1826,'name':'space marine'},{'id':2552,'name':'chimp'},{'id':2831,'name':'slavery'},{'id':3801,'name':'space travel'},{'id':4379,'name':'time travel'},{'id':4565,'name':'dystopia'},{'id':12332,'name':'apocalypse'},{'id':14626,'name':'astronaut'},{'id':14759,'name':'ape'},{'id':207569,'name':'human subjugation'}]" +218836,"[{'id':2733,'name':'firemen'},{'id':6310,'name':'national park'},{'id':9663,'name':'sequel'},{'id':11477,'name':'anthropomorphism'},{'id':242375,'name':'smoke jumpers'}]" +151960,"[{'id':271,'name':'competition'},{'id':548,'name':'countryside'},{'id':4613,'name':'training'},{'id':8086,'name':'crop duster'},{'id':9878,'name':'fighter jet'},{'id':11477,'name':'anthropomorphism'},{'id':168277,'name':'around the world'},{'id':209386,'name':'personification'},{'id':240461,'name':'dedication'}]" +257344,"[{'id':282,'name':'video game'},{'id':5801,'name':'nerd'},{'id':192962,'name':'alien attack'},{'id':209714,'name':'3d'},{'id':220855,'name':'pixels'}]" +114150,"[{'id':271,'name':'competition'},{'id':1253,'name':'roommate'},{'id':3616,'name':'college'},{'id':5248,'name':'female friendship'},{'id':6027,'name':'music'},{'id':9789,'name':'misfit'},{'id':10079,'name':'hazing'},{'id':13160,'name':'university'},{'id':33928,'name':'audition'},{'id':155939,'name':'group of friends'},{'id':167768,'name':'dorm room'},{'id':177972,'name':'bickering'},{'id':186117,'name':'dj'},{'id':186120,'name':'singing competition'},{'id':186125,'name':'film score'},{'id':186136,'name':'female musician'},{'id':206298,'name':'young adult'},{'id':209838,'name':'acapella'}]" +254470,"[{'id':6027,'name':'music'},{'id':9663,'name':'sequel'},{'id':10229,'name':'singer'},{'id':33928,'name':'audition'},{'id':155939,'name':'group of friends'},{'id':179431,'name':'duringcreditsstinger'},{'id':186120,'name':'singing competition'},{'id':186136,'name':'female musician'},{'id':187056,'name':'woman director'},{'id':209838,'name':'acapella'}]" +2787,"[{'id':3762,'name':'darkness'},{'id':4565,'name':'dystopia'},{'id':4803,'name':'comet'},{'id':4862,'name':'alien life-form'},{'id':10349,'name':'survival'},{'id':14773,'name':'eclipse'},{'id':14774,'name':'flask'}]" +92378,"[{'id':830,'name':'car race'},{'id':6075,'name':'sport'},{'id':6315,'name':'stock car racing'},{'id':10183,'name':'independent film'},{'id':191279,'name':'race cars'},{'id':194988,'name':'drag racing'}]" +22,"[{'id':911,'name':'exotic island'},{'id':1318,'name':'blacksmith'},{'id':1319,'name':'east india trading company'},{'id':1321,'name':'gold'},{'id':1459,'name':'marriage proposal'},{'id':1860,'name':'mutiny'},{'id':3266,'name':'jamaica'},{'id':4062,'name':'skeleton'},{'id':5600,'name':'daughter'},{'id':5744,'name':'governor'},{'id':11086,'name':'wooden eye'},{'id':11087,'name':'gold coin'},{'id':12988,'name':'pirate'},{'id':33457,'name':'alcoholic'},{'id':157186,'name':'swashbuckler'},{'id':167861,'name':'caribbean'},{'id':179430,'name':'aftercreditsstinger'},{'id':185200,'name':'pirate ship'},{'id':235625,'name':'capuchin monkey'},{'id':235626,'name':'tortuga'}]" +1865,"[{'id':658,'name':'sea'},{'id':1316,'name':'captain'},{'id':1860,'name':'mutiny'},{'id':1938,'name':'sword'},{'id':2569,'name':'prime minister'},{'id':3180,'name':'sailing'},{'id':3625,'name':'silver'},{'id':3799,'name':'ship'},{'id':4235,'name':'duke'},{'id':5938,'name':'mermaid'},{'id':12988,'name':'pirate'},{'id':13065,'name':'soldier'},{'id':14643,'name':'battle'},{'id':157186,'name':'swashbuckler'},{'id':179430,'name':'aftercreditsstinger'},{'id':209714,'name':'3d'}]" +58,"[{'id':616,'name':'witch'},{'id':663,'name':'fortune teller'},{'id':910,'name':'bondage'},{'id':911,'name':'exotic island'},{'id':1299,'name':'monster'},{'id':1316,'name':'captain'},{'id':1317,'name':'card game'},{'id':1319,'name':'east india trading company'},{'id':1461,'name':'compass'},{'id':3799,'name':'ship'},{'id':5600,'name':'daughter'},{'id':12988,'name':'pirate'},{'id':157186,'name':'swashbuckler'},{'id':179430,'name':'aftercreditsstinger'}]" +285,"[{'id':911,'name':'exotic island'},{'id':1319,'name':'east india trading company'},{'id':2038,'name':'love of one's life'},{'id':2052,'name':'traitor'},{'id':2580,'name':'shipwreck'},{'id':2660,'name':'strong woman'},{'id':5740,'name':'alliance'},{'id':6155,'name':'afterlife'},{'id':12988,'name':'pirate'},{'id':157186,'name':'swashbuckler'},{'id':179430,'name':'aftercreditsstinger'}]" +11483,"[{'id':658,'name':'sea'},{'id':6206,'name':'float'},{'id':12988,'name':'pirate'}]" +18947,"[{'id':1025,'name':'great britain'},{'id':4344,'name':'musical'},{'id':5288,'name':'rock'},{'id':8030,'name':'pirate radio'},{'id':155762,'name':'swinging 60s'}]" +71668,"[{'id':9663,'name':'sequel'},{'id':10688,'name':'breast'},{'id':14913,'name':'water park'},{'id':158045,'name':'piranha'},{'id':179431,'name':'duringcreditsstinger'},{'id':209714,'name':'3d'}]" +43593,"[{'id':3342,'name':'yacht'},{'id':9732,'name':'film in film'},{'id':10503,'name':'scuba diving'},{'id':158045,'name':'piranha'},{'id':158054,'name':'spring break'},{'id':158072,'name':'man eaten by monster'},{'id':209714,'name':'3d'}]" +10895,"[{'id':131,'name':'italy'},{'id':658,'name':'sea'},{'id':2251,'name':'lie'},{'id':2343,'name':'magic'},{'id':2710,'name':'fairy'},{'id':3473,'name':'carnival'},{'id':4144,'name':'donkey'},{'id':4676,'name':'whale'},{'id':4896,'name':'wish'},{'id':5202,'name':'boy'},{'id':5560,'name':'nose'},{'id':6300,'name':'puppet'},{'id':10084,'name':'rescue'},{'id':10336,'name':'animation'},{'id':33674,'name':'conscience'},{'id':33675,'name':'jackass'},{'id':170731,'name':'wish fulfillment'},{'id':187065,'name':'toy comes to life'}]" +246011,"[{'id':5526,'name':'ping pong'},{'id':6876,'name':'vacation'}]" +10189,"[{'id':919,'name':'smoking'},{'id':3581,'name':'witness'},{'id':10776,'name':'marijuana'},{'id':54169,'name':'stoner'},{'id':169517,'name':'roach'},{'id':169522,'name':'lollipop'},{'id':169532,'name':'painting toenails'},{'id':169534,'name':'radio call in show'},{'id':169548,'name':'seed'}]" +18755,"[{'id':3156,'name':'brotherhood'}]" +9413,"[{'id':657,'name':'fire'},{'id':1701,'name':'hero'},{'id':2251,'name':'lie'},{'id':2751,'name':'career woman'},{'id':6025,'name':'photography'}]" +11020,"[{'id':818,'name':'based on novel or book'},{'id':1820,'name':'trip'},{'id':5657,'name':'australia'},{'id':6783,'name':'orphanage'},{'id':7665,'name':'girls' boarding school'},{'id':9054,'name':'hanging rock'},{'id':9672,'name':'based on a true story'},{'id':9937,'name':'suspense'},{'id':9950,'name':'thriller'},{'id':34117,'name':'cult film'},{'id':160404,'name':'valentine's day'},{'id':236170,'name':'early 1900s'},{'id':243951,'name':'dreamy'}]" +25955,"[{'id':2106,'name':'cold war'},{'id':3430,'name':'pickpocket'},{'id':195402,'name':'film noir'}]" +473,"[{'id':2157,'name':'hacker'},{'id':2303,'name':'mathematician'},{'id':2358,'name':'helix'},{'id':2359,'name':'headache'},{'id':2362,'name':'chaos theory'},{'id':2390,'name':'migraine'},{'id':6009,'name':'mathematics'},{'id':6255,'name':'insanity'},{'id':6257,'name':'genius'}]" +41938,"[{'id':3776,'name':'officer'},{'id':3879,'name':'suspect'},{'id':6149,'name':'police'},{'id':9228,'name':'puzzle'},{'id':9826,'name':'murder'},{'id':9840,'name':'romance'},{'id':10909,'name':'lawyer'}]" +1817,"[{'id':949,'name':'terrorist'},{'id':5679,'name':'phone booth'},{'id':6259,'name':'psychopath'}]" +205220,"[{'id':456,'name':'mother'},{'id':521,'name':'washington d.c.'},{'id':736,'name':'journalist'},{'id':745,'name':'nun'},{'id':2393,'name':'adoption'},{'id':3446,'name':'forgiveness'},{'id':5153,'name':'son'},{'id':6150,'name':'faith'},{'id':9672,'name':'based on a true story'},{'id':11112,'name':'search'},{'id':14765,'name':'church'},{'id':14985,'name':'ireland'}]" +9800,"[{'id':237,'name':'gay'},{'id':276,'name':'philadelphia'},{'id':740,'name':'aids'},{'id':904,'name':'pennsylvania'},{'id':1013,'name':'homophobia'},{'id':1417,'name':'jurors'},{'id':6148,'name':'court'},{'id':7335,'name':'lawsuit'},{'id':9104,'name':'partner'},{'id':9766,'name':'hiv'},{'id':10909,'name':'lawyer'},{'id':41589,'name':'dying'},{'id':186782,'name':'discrimination'},{'id':207968,'name':'judiciary'},{'id':208289,'name':'1980s'}]" +10693,"[{'id':334,'name':'flying'},{'id':380,'name':'sibling relationship'},{'id':1412,'name':'becoming an adult'},{'id':2343,'name':'magic'},{'id':2710,'name':'fairy'},{'id':3650,'name':'child hero'},{'id':3930,'name':'bravery'},{'id':4344,'name':'musical'},{'id':4418,'name':'pirate gang'},{'id':5938,'name':'mermaid'},{'id':10336,'name':'animation'},{'id':12988,'name':'pirate'},{'id':47972,'name':'native peoples'}]" +43321,"[{'id':947,'name':'prohibition'},{'id':1416,'name':'jazz'},{'id':11016,'name':'kansas city'},{'id':157283,'name':'speakeasy'},{'id':176095,'name':'jazz band'},{'id':207876,'name':'1920s'}]" +257521,[] +1427,"[{'id':90,'name':'paris france'},{'id':549,'name':'prostitute'},{'id':1415,'name':'small town'},{'id':1523,'name':'obsession'},{'id':1817,'name':'orgy'},{'id':1866,'name':'bad smell'},{'id':3568,'name':'lone wolf'},{'id':5558,'name':'lavender'},{'id':5560,'name':'nose'},{'id':5561,'name':'child prodigy'},{'id':5562,'name':'fish market'},{'id':5600,'name':'daughter'},{'id':6152,'name':'supernatural'},{'id':6257,'name':'genius'},{'id':6272,'name':'children's home'},{'id':9826,'name':'murder'},{'id':34079,'name':'death'},{'id':158194,'name':'perfume'}]" +262742,[] +10538,"[{'id':822,'name':'airport'},{'id':1196,'name':'florida'},{'id':1812,'name':'fbi'},{'id':4245,'name':'hijacking'},{'id':8440,'name':'ex-cop'},{'id':12670,'name':'los angeles'}]" +270654,"[{'id':6091,'name':'war'},{'id':10617,'name':'disaster'},{'id':188957,'name':'virus'},{'id':188959,'name':'plague'},{'id':221746,'name':'doubtful survival'}]" +202141,"[{'id':6012,'name':'physics'},{'id':221309,'name':'multiverse'},{'id':234168,'name':'supersymetry'},{'id':234169,'name':'cern'},{'id':234170,'name':'higgs boson'}]" +209262,"[{'id':1812,'name':'fbi'},{'id':4170,'name':'john f. kennedy'},{'id':5720,'name':'dallas texas'},{'id':11612,'name':'hospital'},{'id':170548,'name':'kennedy assassination'}]" +119283,"[{'id':1196,'name':'florida'},{'id':158142,'name':'real estate agent'},{'id':191604,'name':'professional thief'},{'id':209672,'name':'jewel robbery'},{'id':221044,'name':'palm beach'}]" +33710,"[{'id':90,'name':'paris france'},{'id':1233,'name':'composer'},{'id':1416,'name':'jazz'},{'id':4048,'name':'musician'},{'id':156063,'name':'expatriate'}]" +88042,"[{'id':6095,'name':'house'},{'id':10103,'name':'children'},{'id':10886,'name':'punishment'},{'id':18035,'name':'family'},{'id':237866,'name':'chores'}]" +77174,"[{'id':2723,'name':'medium'},{'id':10121,'name':'stop motion'},{'id':10541,'name':'curse'},{'id':10623,'name':'jock'},{'id':162846,'name':'ghost'},{'id':175387,'name':'communicating with the dead'},{'id':179430,'name':'aftercreditsstinger'},{'id':181755,'name':'dealing with the past'},{'id':181820,'name':'witch trial'},{'id':181822,'name':'child witch'},{'id':181834,'name':'empathy'},{'id':215191,'name':'strange'}]" +185474,"[{'id':11931,'name':'spoof'},{'id':12416,'name':'horror spoof'}]" +222264,"[{'id':9712,'name':'possession'},{'id':162846,'name':'ghost'},{'id':163186,'name':'seance'},{'id':220356,'name':'shaky camera'},{'id':221561,'name':'psychotropic drugs'}]" +227348,"[{'id':6152,'name':'supernatural'},{'id':15001,'name':'demon'},{'id':163053,'name':'found footage'}]" +82990,"[{'id':2101,'name':'garage'},{'id':3350,'name':'poltergeist'},{'id':6435,'name':'webcam'},{'id':7942,'name':'imaginary friend'},{'id':14558,'name':'bathtub'},{'id':18056,'name':'tricycle'},{'id':163053,'name':'found footage'},{'id':171081,'name':'laptop computer'},{'id':177185,'name':'videotape'},{'id':177201,'name':'evil child'},{'id':177398,'name':'levitation'},{'id':179430,'name':'aftercreditsstinger'},{'id':183896,'name':'neighbor neighbor relationship'},{'id':185927,'name':'adopted child'}]" +72571,"[{'id':380,'name':'sibling relationship'},{'id':616,'name':'witch'},{'id':9663,'name':'sequel'},{'id':9675,'name':'prequel'},{'id':10224,'name':'haunting'},{'id':163053,'name':'found footage'}]" +23827,"[{'id':10224,'name':'haunting'},{'id':14742,'name':'psychic'},{'id':33711,'name':'entity'},{'id':161261,'name':'demonic possession'},{'id':163053,'name':'found footage'}]" +41436,"[{'id':10112,'name':'ouija board'},{'id':10224,'name':'haunting'},{'id':161261,'name':'demonic possession'},{'id':163053,'name':'found footage'},{'id':179431,'name':'duringcreditsstinger'}]" +115348,"[{'id':470,'name':'spy'},{'id':818,'name':'based on novel or book'},{'id':2340,'name':'paranoia'},{'id':3088,'name':'bodyguard'},{'id':9758,'name':'deception'},{'id':10685,'name':'escape'}]" +23916,"[{'id':246,'name':'dancing'},{'id':380,'name':'sibling relationship'},{'id':549,'name':'prostitute'},{'id':700,'name':'italian american'},{'id':1445,'name':'ice'},{'id':2348,'name':'hustler'},{'id':2394,'name':'ghetto'},{'id':6075,'name':'sport'},{'id':8442,'name':'irish mob'},{'id':15149,'name':'monkey'},{'id':41267,'name':'bum'},{'id':156153,'name':'ice cream'},{'id':156158,'name':'racial slur'},{'id':156191,'name':'arm wrestling'},{'id':156192,'name':'gentle giant'},{'id':156193,'name':'ice block'},{'id':156195,'name':'family feud'},{'id':156196,'name':'street life'},{'id':156197,'name':'cripple'},{'id':156198,'name':'iceman'}]" +152756,"[{'id':187056,'name':'woman director'}]" +5924,"[{'id':378,'name':'prison'},{'id':9777,'name':'escape from prison'},{'id':10787,'name':'jungle'},{'id':14641,'name':'based on memoir or autobiography'},{'id':181962,'name':'labor camp'},{'id':193275,'name':'devil's island'},{'id':195897,'name':'prison brutality'},{'id':204725,'name':'guyana'},{'id':214548,'name':'1930s'}]" +26606,"[{'id':237,'name':'gay'},{'id':2570,'name':'rock star'},{'id':2804,'name':'exploitation'},{'id':3149,'name':'gangster'},{'id':6562,'name':'celebrity'},{'id':11402,'name':'androgyny'},{'id':34117,'name':'cult film'},{'id':207268,'name':'neo-noir'}]" +206192,"[{'id':4227,'name':'toronto'},{'id':9672,'name':'based on a true story'},{'id':9826,'name':'murder'},{'id':13130,'name':'teenager'},{'id':189868,'name':'rumor'}]" +51999,"[{'id':2864,'name':'one-night stand'},{'id':4142,'name':'insomnia'},{'id':10937,'name':'memory'},{'id':14760,'name':'scientist'},{'id':17995,'name':'epidemic'},{'id':18293,'name':'chef'},{'id':41665,'name':'anarchy'}]" +282659,"[{'id':393,'name':'civil war'},{'id':803,'name':'android'},{'id':2964,'name':'future'},{'id':4565,'name':'dystopia'},{'id':11196,'name':'rebellion'}]" +32657,"[{'id':818,'name':'based on novel or book'},{'id':1299,'name':'monster'},{'id':2036,'name':'greek mythology'},{'id':9649,'name':'god'},{'id':44365,'name':'poseidon  '},{'id':68838,'name':'lightning bolt'},{'id':246466,'name':'based on young adult novel'}]" +76285,"[{'id':351,'name':'poison'},{'id':658,'name':'sea'},{'id':818,'name':'based on novel or book'},{'id':1299,'name':'monster'},{'id':2034,'name':'hermes'},{'id':4414,'name':'adventure'},{'id':11331,'name':'tale'},{'id':14667,'name':'poseidon'},{'id':170362,'name':'fantasy world'},{'id':180548,'name':'demigod'},{'id':180909,'name':'golden fleece'},{'id':180912,'name':'olympus'},{'id':207372,'name':'quest'},{'id':221835,'name':'kronos'},{'id':221836,'name':'overthrow olympus'},{'id':246466,'name':'based on young adult novel'}]" +98548,"[{'id':179431,'name':'duringcreditsstinger'}]" +43795,"[{'id':2676,'name':'honeymoon'},{'id':3725,'name':'pregnancy'},{'id':5097,'name':'sterility'},{'id':5600,'name':'daughter'},{'id':6118,'name':'finances'},{'id':11093,'name':'parenthood'},{'id':156825,'name':'music store'},{'id':169866,'name':'reflection'},{'id':180831,'name':'newspaper publisher'},{'id':188028,'name':'extravagance'}]" +270946,"[{'id':3028,'name':'penguin'},{'id':3645,'name':'madagascar'},{'id':10842,'name':'good vs evil'},{'id':11477,'name':'anthropomorphism'},{'id':15285,'name':'spin off'},{'id':209714,'name':'3d'}]" +72359,"[{'id':179431,'name':'duringcreditsstinger'},{'id':187056,'name':'woman director'}]" +676,"[{'id':428,'name':'nurse'},{'id':1627,'name':'patriotism'},{'id':1668,'name':'hawaii'},{'id':1956,'name':'world war ii'},{'id':3203,'name':'pilot'},{'id':3365,'name':'pearl harbor'},{'id':3366,'name':'u.s. air force'},{'id':3800,'name':'airplane'},{'id':6091,'name':'war'},{'id':6092,'name':'army'},{'id':9673,'name':'love'},{'id':155565,'name':'pin-up'}]" +9620,"[{'id':530,'name':'prophecy'},{'id':5721,'name':'engineer'},{'id':14760,'name':'scientist'},{'id':33626,'name':'millionaire'},{'id':155457,'name':'screwball comedy'}]" +2112,"[{'id':242,'name':'new york'},{'id':2671,'name':'heroin'},{'id':10594,'name':'money'},{'id':15009,'name':'criminal'}]" +199420,"[{'id':5694,'name':'elvis presley'},{'id':9706,'name':'anthology'},{'id':163949,'name':'pawnshop'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'}]" +165739,"[{'id':3051,'name':'hostage drama'},{'id':6840,'name':'criminal past'},{'id':159710,'name':'hostage negotiator'}]" +14560,"[{'id':41180,'name':'security guard'},{'id':179431,'name':'duringcreditsstinger'}]" +9869,"[{'id':441,'name':'assassination'},{'id':782,'name':'assassin'},{'id':1522,'name':'repayment'},{'id':14552,'name':'ira (irish republican army)'},{'id':155723,'name':'jack ryan'}]" +199578,"[{'id':5086,'name':'telekinesis'},{'id':9714,'name':'remake'},{'id':9815,'name':'psychic power'},{'id':11612,'name':'hospital'},{'id':191311,'name':'comatose'}]" +975,"[{'id':74,'name':'germany'},{'id':254,'name':'france'},{'id':1402,'name':'general'},{'id':1627,'name':'patriotism'},{'id':2504,'name':'world war i'},{'id':4528,'name':'song'},{'id':6092,'name':'army'},{'id':7956,'name':'cowardice'},{'id':13065,'name':'soldier'},{'id':34117,'name':'cult film'}]" +1534,"[{'id':5895,'name':'viking'},{'id':10322,'name':'native american'},{'id':13006,'name':'torture'}]" +41965,"[{'id':3030,'name':'nightmare'},{'id':4079,'name':'lighthouse'},{'id':4640,'name':'disabled child'},{'id':6095,'name':'house'},{'id':13151,'name':'drawing'}]" +286565,"[{'id':818,'name':'based on novel or book'},{'id':6054,'name':'friendship'},{'id':6270,'name':'high school'},{'id':13130,'name':'teenager'},{'id':160243,'name':'classmate'},{'id':246466,'name':'based on young adult novel'}]" +11293,"[{'id':3036,'name':'bible'},{'id':3202,'name':'con man'},{'id':3473,'name':'carnival'},{'id':3739,'name':'funeral'},{'id':5571,'name':'great depression'},{'id':5900,'name':'missouri'},{'id':6054,'name':'friendship'},{'id':6894,'name':'aunt'},{'id':7658,'name':'kansas'},{'id':14659,'name':'girl'},{'id':159608,'name':'con'},{'id':167043,'name':'road movie'},{'id':208185,'name':'tween girl'}]" +173294,[] +78294,[] +19898,"[{'id':1612,'name':'spacecraft'},{'id':2766,'name':'mutation'},{'id':4565,'name':'dystopia'},{'id':10349,'name':'survival'},{'id':10364,'name':'mission'}]" +192132,"[{'id':818,'name':'based on novel or book'},{'id':6075,'name':'sport'},{'id':6270,'name':'high school'},{'id':13042,'name':'soccer'},{'id':13130,'name':'teenager'},{'id':14669,'name':'older man younger woman relationship'},{'id':156777,'name':'teenage sexuality'},{'id':187056,'name':'woman director'}]" +134374,"[{'id':416,'name':'miami'},{'id':11454,'name':'scam'},{'id':155547,'name':'weight lifting'},{'id':161320,'name':'weightlifting'},{'id':179431,'name':'duringcreditsstinger'}]" +13098,"[{'id':3391,'name':'drug smuggle'},{'id':4562,'name':'rapper'}]" +116149,"[{'id':392,'name':'england'},{'id':477,'name':'train station'},{'id':818,'name':'based on novel or book'},{'id':10468,'name':'bear'},{'id':11477,'name':'anthropomorphism'},{'id':18035,'name':'family'},{'id':167625,'name':'talking to animals'},{'id':170173,'name':'children's book'},{'id':209386,'name':'personification'}]" +68726,"[{'id':4565,'name':'dystopia'},{'id':10891,'name':'giant robot'},{'id':11100,'name':'giant monster'},{'id':12332,'name':'apocalypse'},{'id':156395,'name':'imax'},{'id':179431,'name':'duringcreditsstinger'},{'id':209714,'name':'3d'}]" +261047,"[{'id':12554,'name':'dragon'}]" +68728,"[{'id':291,'name':'circus'},{'id':616,'name':'witch'},{'id':2343,'name':'magic'},{'id':3929,'name':'hope'},{'id':4662,'name':'illusion'},{'id':44451,'name':'lost'},{'id':172365,'name':'magic trick'},{'id':177912,'name':'wizard'},{'id':209714,'name':'3d'},{'id':246466,'name':'based on young adult novel'}]" +55343,"[{'id':1956,'name':'world war ii'},{'id':9156,'name':'d-day'},{'id':10170,'name':'premonition'},{'id':206081,'name':'london blitz'}]" +100183,"[{'id':2321,'name':'bunker'},{'id':2652,'name':'nazi'},{'id':3023,'name':'eastern europe'},{'id':6091,'name':'war'},{'id':9663,'name':'sequel'},{'id':10085,'name':'betrayal'},{'id':10834,'name':'super soldier'},{'id':12377,'name':'zombie'},{'id':14819,'name':'violence'},{'id':18543,'name':'combat'},{'id':156174,'name':'occult'},{'id':161255,'name':'nazi hunter'},{'id':161256,'name':'third reich'},{'id':185433,'name':'outpost'}]" +10529,"[{'id':1191,'name':'norway'},{'id':1299,'name':'monster'},{'id':3243,'name':'flying saucer'},{'id':5895,'name':'viking'}]" +289720,"[{'id':2280,'name':'emperor'},{'id':15039,'name':'chinese emperor'},{'id':192913,'name':'warrior'}]" +6950,"[{'id':1261,'name':'river'},{'id':1402,'name':'general'},{'id':3664,'name':'research'},{'id':6092,'name':'army'},{'id':8803,'name':'serum'},{'id':15149,'name':'monkey'},{'id':17995,'name':'epidemic'},{'id':158025,'name':'medical research'}]" +136405,[] +2116,"[{'id':416,'name':'miami'},{'id':1196,'name':'florida'},{'id':6309,'name':'double murder'},{'id':15160,'name':'divorce'}]" +164457,"[{'id':378,'name':'prison'},{'id':380,'name':'sibling relationship'},{'id':397,'name':'bare knuckle boxing'},{'id':447,'name':'post traumatic stress disorder'},{'id':2231,'name':'drug dealer'},{'id':5301,'name':'brother'},{'id':9748,'name':'revenge'},{'id':11494,'name':'drug use'},{'id':13063,'name':'car accident'},{'id':15108,'name':'justice'},{'id':18035,'name':'family'},{'id':195621,'name':'rust belt'},{'id':207268,'name':'neo-noir'},{'id':207935,'name':'manslaughter'},{'id':238189,'name':'social decay'}]" +105781,[] +34563,"[{'id':10188,'name':'interracial marriage'},{'id':13027,'name':'wedding'},{'id':179431,'name':'duringcreditsstinger'}]" +242512,"[{'id':697,'name':'loss of loved one'},{'id':6152,'name':'supernatural'},{'id':8181,'name':'swimming pool'},{'id':10111,'name':'ouija'},{'id':10112,'name':'ouija board'},{'id':13130,'name':'teenager'},{'id':160887,'name':'based on game'},{'id':162846,'name':'ghost'},{'id':176561,'name':'spiritualism'}]" +47697,"[{'id':497,'name':'shakespeare'},{'id':1157,'name':'wife husband relationship'},{'id':4399,'name':'victim'},{'id':9673,'name':'love'},{'id':9826,'name':'murder'},{'id':10188,'name':'interracial marriage'},{'id':10703,'name':'tragic love'},{'id':169967,'name':'handkerchief'},{'id':171670,'name':'resentment'},{'id':178977,'name':'jealous husband'},{'id':204703,'name':'father daughter conflict'},{'id':215255,'name':'mistrust of wife'}]" +21208,"[{'id':745,'name':'nun'},{'id':1635,'name':'deaf-mute'},{'id':13014,'name':'orphan'},{'id':166490,'name':'troubled marriage'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'}]" +2057,"[{'id':515,'name':'women'},{'id':572,'name':'sex'},{'id':701,'name':'cuba'},{'id':1664,'name':'eroticism'},{'id':1808,'name':'lover (female)'},{'id':2983,'name':'passion'},{'id':6180,'name':'coffee grower'},{'id':7412,'name':'sin'},{'id':197602,'name':'denunciation'}]" +12490,"[{'id':3246,'name':'prosecution'},{'id':3882,'name':'gang of thieves'},{'id':5918,'name':'painting'},{'id':6168,'name':'master thief'},{'id':15090,'name':'police officer'},{'id':18035,'name':'family'},{'id':34094,'name':'extramarital affair'}]" +35004,"[{'id':10183,'name':'independent film'}]" +9660,"[{'id':248,'name':'date'},{'id':331,'name':'tattoo'},{'id':339,'name':'submarine'},{'id':585,'name':'casino'},{'id':1486,'name':'flirt'},{'id':3588,'name':'navy'},{'id':3799,'name':'ship'},{'id':6610,'name':'naval officer'},{'id':9255,'name':'sinkendes schiff'}]" +151368,"[{'id':4377,'name':'high technology'},{'id':159472,'name':'computer screen'},{'id':178649,'name':'voyeurism'}]" +9592,"[{'id':534,'name':'mexico'},{'id':697,'name':'loss of loved one'},{'id':793,'name':'drowning'},{'id':1009,'name':'baby'},{'id':2921,'name':'school friend'},{'id':3342,'name':'yacht'},{'id':15097,'name':'shark'}]" +51170,[] +7484,"[{'id':414,'name':'hunter'},{'id':1262,'name':'mountain'},{'id':2101,'name':'garage'},{'id':2522,'name':'grizzly bear'},{'id':3208,'name':'bunny'},{'id':3713,'name':'chase'},{'id':5774,'name':'forest'},{'id':7946,'name':'deer'},{'id':10468,'name':'bear'},{'id':158279,'name':'hunt'}]" +13690,"[{'id':10468,'name':'bear'},{'id':177995,'name':'dachshund'}]" +2055,"[{'id':680,'name':'montana'},{'id':2673,'name':'horse'},{'id':5701,'name':'beef'},{'id':6174,'name':'ranger'},{'id':207928,'name':'19th century'},{'id':208112,'name':'land baron'},{'id':251865,'name':'lawman'}]" +215830,"[{'id':1706,'name':'experiment'},{'id':2340,'name':'paranoia'},{'id':3301,'name':'suspicion'},{'id':4065,'name':'pit'},{'id':4382,'name':'flashlight'},{'id':4458,'name':'post-apocalyptic'},{'id':4884,'name':'infection'},{'id':9720,'name':'woods'},{'id':11469,'name':'memory loss'},{'id':12377,'name':'zombie'},{'id':15162,'name':'dog'},{'id':18171,'name':'thunderstorm'},{'id':41308,'name':'syringe'},{'id':156104,'name':'stranger'},{'id':162300,'name':'government cover-up'},{'id':188957,'name':'virus'}]" +152603,"[{'id':3133,'name':'vampire'},{'id':3752,'name':'night'},{'id':4048,'name':'musician'},{'id':9673,'name':'love'},{'id':11221,'name':'blood'},{'id':162515,'name':'contamination'}]" +77987,"[{'id':3432,'name':'bangkok'},{'id':9887,'name':'surrealism'},{'id':10886,'name':'punishment'},{'id':11258,'name':'suicidal'},{'id':14687,'name':'extreme violence'},{'id':15090,'name':'police officer'},{'id':155649,'name':'arthouse'},{'id':207268,'name':'neo-noir'},{'id':209074,'name':'drug trafficker'},{'id':210531,'name':'thai boxing'},{'id':212412,'name':'very little dialogue'},{'id':220468,'name':'emasculation'},{'id':232766,'name':'vengeance'}]" +43832,"[{'id':3203,'name':'pilot'},{'id':18266,'name':'south america'},{'id':33386,'name':'old flame'},{'id':156221,'name':'showgirl'},{'id':222470,'name':'andes mountains'}]" +75720,"[{'id':5647,'name':'natural history'},{'id':18165,'name':'animal'},{'id':18330,'name':'nature'}]" +122924,"[{'id':47021,'name':'bullet'}]" +9357,"[{'id':739,'name':'sexual abuse'},{'id':922,'name':'hotel room'},{'id':1332,'name':'cheating'},{'id':1545,'name':'supermarket'},{'id':2060,'name':'penalty'},{'id':4728,'name':'knife'},{'id':5732,'name':'birthday party'},{'id':6025,'name':'photography'},{'id':6844,'name':'stalker'},{'id':8517,'name':'photo lab'},{'id':9937,'name':'suspense'},{'id':170344,'name':'imagination'},{'id':178649,'name':'voyeurism'},{'id':231641,'name':'unfaithful husband'}]" +54054,"[{'id':801,'name':'bounty hunter'},{'id':818,'name':'based on novel or book'},{'id':9840,'name':'romance'},{'id':15124,'name':'framed'},{'id':168333,'name':'bail jumper'},{'id':187056,'name':'woman director'}]" +510,"[{'id':428,'name':'nurse'},{'id':818,'name':'based on novel or book'},{'id':1897,'name':'oregon'},{'id':2574,'name':'lunatic asylum'},{'id':6054,'name':'friendship'},{'id':11612,'name':'hospital'},{'id':166726,'name':'female villain'},{'id':190939,'name':'shock treatment'}]" +6072,"[{'id':242,'name':'new york'},{'id':6270,'name':'high school'},{'id':10508,'name':'teacher'},{'id':10563,'name':'attack'},{'id':14831,'name':'stabbing'}]" +164558,"[{'id':6029,'name':'concert'}]" +51828,"[{'id':818,'name':'based on novel or book'},{'id':3485,'name':'comedian'},{'id':8438,'name':'job'},{'id':9673,'name':'love'},{'id':10818,'name':'author'},{'id':13028,'name':'writer'},{'id':15160,'name':'divorce'},{'id':178329,'name':'best friends in love'},{'id':187056,'name':'woman director'},{'id':217405,'name':'missed opportunity'}]" +209361,[] +527,"[{'id':30,'name':'individual'},{'id':100,'name':'slum'},{'id':236,'name':'suicide'},{'id':331,'name':'tattoo'},{'id':567,'name':'alcohol'},{'id':570,'name':'rape'},{'id':697,'name':'loss of loved one'},{'id':941,'name':'tradition'},{'id':1551,'name':'indigenous'},{'id':2300,'name':'despair'},{'id':2320,'name':'violent husband'},{'id':2394,'name':'ghetto'},{'id':2658,'name':'new zealand'},{'id':2659,'name':'maori'},{'id':2660,'name':'strong woman'},{'id':2663,'name':'lack of prospects'},{'id':2667,'name':'maori tradition'},{'id':3739,'name':'funeral'},{'id':6267,'name':'approved school '},{'id':9986,'name':'crush'},{'id':10183,'name':'independent film'},{'id':10508,'name':'teacher'},{'id':10766,'name':'youth gang'},{'id':11925,'name':'domestic violence'},{'id':14819,'name':'violence'},{'id':15158,'name':'rebellious youth'},{'id':15237,'name':'alcohol abuse'},{'id':33841,'name':'incest'},{'id':156052,'name':'unemployment'}]" +335,"[{'id':697,'name':'loss of loved one'},{'id':797,'name':'showdown'},{'id':800,'name':'bounty'},{'id':801,'name':'bounty hunter'},{'id':1647,'name':'sadness'},{'id':1936,'name':'blackmail'},{'id':2089,'name':'harmonica'},{'id':2095,'name':'anti hero'},{'id':2096,'name':'auction'},{'id':3737,'name':'dying and death'},{'id':4402,'name':'peasant'},{'id':6255,'name':'insanity'},{'id':156212,'name':'spaghetti western'}]" +1428,"[{'id':417,'name':'corruption'},{'id':591,'name':'cia'}]" +188313,[] +311,"[{'id':314,'name':'life and death'},{'id':417,'name':'corruption'},{'id':542,'name':'street gang'},{'id':570,'name':'rape'},{'id':625,'name':'sadistic'},{'id':725,'name':'lovesickness'},{'id':739,'name':'sexual abuse'},{'id':802,'name':'regret'},{'id':947,'name':'prohibition'},{'id':975,'name':'money laundering'},{'id':1632,'name':'opium'},{'id':3149,'name':'gangster'},{'id':6220,'name':'mafia boss'},{'id':9826,'name':'murder'},{'id':10937,'name':'memory'},{'id':13006,'name':'torture'},{'id':14512,'name':'new york city'},{'id':158967,'name':'brooklyn bridge'},{'id':160246,'name':'childhood friends'},{'id':207876,'name':'1920s'},{'id':208992,'name':'1960s'},{'id':214548,'name':'1930s'}]" +19064,"[{'id':3133,'name':'vampire'}]" +5723,"[{'id':578,'name':'rock 'n' roll'},{'id':637,'name':'pop'},{'id':1233,'name':'composer'},{'id':1254,'name':'music style'},{'id':2038,'name':'love of one's life'},{'id':4126,'name':'fascination'},{'id':4173,'name':'music lover'},{'id':4528,'name':'song'},{'id':4663,'name':'lovers'},{'id':4729,'name':'dublin'},{'id':5718,'name':'recording studio'},{'id':6027,'name':'music'},{'id':6031,'name':'music instrument'},{'id':6056,'name':'tenderness'},{'id':14743,'name':'pianist'},{'id':14985,'name':'ireland'},{'id':41590,'name':'love sickness'},{'id':41591,'name':'music band'},{'id':156825,'name':'music store'},{'id':185250,'name':'street musician'},{'id':223969,'name':'recording session'},{'id':224550,'name':'street singer'}]" +31516,"[{'id':4344,'name':'musical'},{'id':4410,'name':'u.s. navy'},{'id':196396,'name':'turnstile'}]" +83770,"[{'id':818,'name':'based on novel or book'},{'id':1227,'name':'cemetery'},{'id':1977,'name':'denver, colorado'},{'id':3739,'name':'funeral'},{'id':4528,'name':'song'},{'id':6054,'name':'friendship'},{'id':7312,'name':'road trip'},{'id':10776,'name':'marijuana'},{'id':10794,'name':'snow'},{'id':13028,'name':'writer'},{'id':13094,'name':'photograph'},{'id':15291,'name':'on the road'},{'id':34030,'name':'typewriter'},{'id':163182,'name':'suicide thoughts'},{'id':167043,'name':'road movie'}]" +29577,"[{'id':1491,'name':'entertainer'},{'id':188344,'name':'riviera'}]" +35412,"[{'id':339,'name':'submarine'},{'id':677,'name':'nuclear war'},{'id':818,'name':'based on novel or book'},{'id':4565,'name':'dystopia'},{'id':5657,'name':'australia'}]" +668,"[{'id':212,'name':'london'},{'id':236,'name':'suicide'},{'id':392,'name':'england'},{'id':818,'name':'based on novel or book'},{'id':1223,'name':'switzerland'},{'id':1308,'name':'secret identity'},{'id':2547,'name':'new identity'},{'id':2676,'name':'honeymoon'},{'id':3269,'name':'secret mission'},{'id':3271,'name':'secret organization'},{'id':3288,'name':'secret lab'},{'id':3289,'name':'villain'},{'id':3370,'name':'kilt'},{'id':3371,'name':'family history'},{'id':3373,'name':'snow storm'},{'id':5600,'name':'daughter'},{'id':11134,'name':'espionage'},{'id':15127,'name':'killer'},{'id':156095,'name':'british secret service'},{'id':159558,'name':'snow skiing'},{'id':160175,'name':'alps'},{'id':179430,'name':'aftercreditsstinger'}]" +11816,"[{'id':970,'name':'parent child relationship'},{'id':1889,'name':'lake'},{'id':5153,'name':'son'},{'id':5600,'name':'daughter'},{'id':10181,'name':'based on play or musical'},{'id':10235,'name':'family relationships'},{'id':33694,'name':'family holiday'},{'id':155294,'name':'family conflict'},{'id':211660,'name':'old age'}]" +117263,"[{'id':833,'name':'white house'},{'id':41249,'name':'secret service'},{'id':158774,'name':'terrorist attack'}]" +305141,"[{'id':10776,'name':'marijuana'},{'id':54169,'name':'stoner'}]" +87516,"[{'id':2883,'name':'imprisonment'},{'id':9714,'name':'remake'}]" +22660,"[{'id':2752,'name':'ranch'},{'id':15162,'name':'dog'},{'id':15225,'name':'cattle'},{'id':158416,'name':'boy and dog'},{'id':158615,'name':'cattle ranch'},{'id':207928,'name':'19th century'}]" +11635,"[{'id':171134,'name':'sex doll'},{'id':171143,'name':'streaking'},{'id':171150,'name':'mouth to mouth resuscitation'}]" +26518,"[{'id':1890,'name':'camping'},{'id':1897,'name':'oregon'},{'id':156866,'name':'based on short story'},{'id':187056,'name':'woman director'}]" +22949,"[{'id':11663,'name':'camp'},{'id':12392,'name':'best friend'},{'id':14522,'name':'co-worker'},{'id':161155,'name':'kids'},{'id':179431,'name':'duringcreditsstinger'},{'id':226510,'name':'sports marketing firm'}]" +13936,"[{'id':2284,'name':'horseback riding'},{'id':2493,'name':'oklahoma'},{'id':4344,'name':'musical'},{'id':9454,'name':'frontier'},{'id':10181,'name':'based on play or musical'},{'id':165804,'name':'peddler'},{'id':165807,'name':'ranch hand'},{'id':165824,'name':'shivaree'},{'id':165826,'name':'statehood'},{'id':165830,'name':'shotgun wedding'},{'id':165835,'name':'smokehouse'},{'id':165836,'name':'unspoken love'},{'id':236170,'name':'early 1900s'}]" +100544,"[{'id':1010,'name':'bar'},{'id':4087,'name':'revelation'},{'id':8015,'name':'cop'}]" +1542,"[{'id':5720,'name':'dallas texas'},{'id':10532,'name':'suburbia'},{'id':33471,'name':'downsizing'},{'id':34117,'name':'cult film'},{'id':167499,'name':'software engineer'},{'id':167506,'name':'burnout'},{'id':167510,'name':'beach resort'},{'id':167516,'name':'coworker relationship'},{'id':167519,'name':'laziness'},{'id':179431,'name':'duringcreditsstinger'},{'id':232700,'name':'business rivalry'}]" +122044,[] +279817,[] +157547,"[{'id':1157,'name':'wife husband relationship'},{'id':3298,'name':'hallucination'},{'id':3358,'name':'haunted house'},{'id':6152,'name':'supernatural'},{'id':9854,'name':'artifact'},{'id':10235,'name':'family relationships'},{'id':161198,'name':'skepticism'},{'id':162846,'name':'ghost'},{'id':249379,'name':'mirror'}]" +700,"[{'id':291,'name':'circus'},{'id':1815,'name':'atomic bomb'},{'id':2295,'name':'eastern block'},{'id':2771,'name':'octopus'},{'id':3185,'name':'crocodile'},{'id':3199,'name':'clown'},{'id':3272,'name':'secret intelligence service'},{'id':3278,'name':'kgb'},{'id':3496,'name':'snake charmer'},{'id':3497,'name':'hot air balloon'},{'id':4809,'name':'tiger'},{'id':6587,'name':'east berlin'},{'id':14636,'name':'india'},{'id':156095,'name':'british secret service'}]" +13466,"[{'id':818,'name':'based on novel or book'},{'id':970,'name':'parent child relationship'},{'id':1415,'name':'small town'},{'id':3376,'name':'satellite'},{'id':5565,'name':'biography'},{'id':6394,'name':'rocket'},{'id':8232,'name':'west virginia'},{'id':8902,'name':'mining accident'},{'id':10508,'name':'teacher'},{'id':12105,'name':'student'},{'id':167215,'name':'coal mine'},{'id':208611,'name':'1950s'},{'id':209072,'name':'sputnik'},{'id':233604,'name':'rocketry'}]" +163,"[{'id':9663,'name':'sequel'},{'id':159480,'name':'fabergé egg'},{'id':159488,'name':'dutch eastindian company'},{'id':159490,'name':'second'},{'id':159491,'name':'part'},{'id':159496,'name':'golden egg'},{'id':159497,'name':'goon'}]" +298,"[{'id':585,'name':'casino'},{'id':9727,'name':'thief'},{'id':9748,'name':'revenge'},{'id':10051,'name':'heist'},{'id':14570,'name':'las vegas'},{'id':159772,'name':'pretending to be rich'},{'id':159783,'name':'labor strike'}]" +161,"[{'id':279,'name':'usa'},{'id':378,'name':'prison'},{'id':3430,'name':'pickpocket'},{'id':3688,'name':'strip club'},{'id':9727,'name':'thief'},{'id':10453,'name':'con artist'},{'id':10530,'name':'atlantic city'},{'id':14570,'name':'las vegas'},{'id':159355,'name':'card dealer'},{'id':159358,'name':'explosives expert'},{'id':159370,'name':'salt lake city utah'}]" +22832,"[{'id':441,'name':'assassination'},{'id':782,'name':'assassin'},{'id':3075,'name':'ninja fighter'},{'id':9748,'name':'revenge'},{'id':10278,'name':'ninja'},{'id':191750,'name':'ninjutsu'}]" +242582,"[{'id':917,'name':'journalism'},{'id':1353,'name':'underground'},{'id':3586,'name':'tv station'},{'id':9740,'name':'sociopath'},{'id':12670,'name':'los angeles'},{'id':14903,'name':'home invasion'},{'id':15483,'name':'car chase'},{'id':158584,'name':'tv news'},{'id':167925,'name':'employer employee relationship'},{'id':211062,'name':'ethics'},{'id':215774,'name':'stringer'}]" +10488,"[{'id':855,'name':'fictional place'},{'id':911,'name':'exotic island'},{'id':2580,'name':'shipwreck'},{'id':2799,'name':'cruise'},{'id':3347,'name':'volcano'},{'id':4700,'name':'e-mail'},{'id':4880,'name':'liana'},{'id':5600,'name':'daughter'},{'id':6362,'name':'turtle'},{'id':10818,'name':'author'},{'id':11477,'name':'anthropomorphism'},{'id':12988,'name':'pirate'},{'id':187056,'name':'woman director'},{'id':189585,'name':'iguana'},{'id':208874,'name':'sea lion'}]" +20481,"[{'id':1299,'name':'monster'},{'id':6152,'name':'supernatural'},{'id':10685,'name':'escape'},{'id':10714,'name':'serial killer'},{'id':177895,'name':'dark fantasy'}]" +49352,"[{'id':9649,'name':'god'},{'id':9706,'name':'anthology'},{'id':10138,'name':'satan'},{'id':10663,'name':'train crash'}]" +160139,"[{'id':477,'name':'train station'},{'id':9957,'name':'loneliness'}]" +287940,[] +339,"[{'id':90,'name':'paris france'},{'id':242,'name':'new york'},{'id':444,'name':'taxi'},{'id':467,'name':'megacity'},{'id':588,'name':'rome italy'},{'id':1499,'name':'pastor'},{'id':1749,'name':'taxi driver'},{'id':1757,'name':'passenger'},{'id':1759,'name':'night life'},{'id':1760,'name':'casual meeting'},{'id':1761,'name':'metropolis'},{'id':1772,'name':'german democratic republic'},{'id':1785,'name':'casting agent'},{'id':1786,'name':'heart attack'},{'id':1787,'name':'helsinki'},{'id':3752,'name':'night'},{'id':11933,'name':'conflict'},{'id':12670,'name':'los angeles'},{'id':14828,'name':'city'},{'id':156934,'name':'episodic'},{'id':163080,'name':'finland'},{'id':167043,'name':'road movie'},{'id':171054,'name':'understanding'}]" +190829,"[{'id':8087,'name':'horror'}]" +24925,[] +24924,"[{'id':3335,'name':'halloween'},{'id':9712,'name':'possession'},{'id':15001,'name':'demon'},{'id':33648,'name':'celebration'}]" +157823,"[{'id':187056,'name':'woman director'},{'id':208647,'name':'activist'}]" +19201,"[{'id':6212,'name':'smuggling'},{'id':12988,'name':'pirate'},{'id':162775,'name':'marsh'}]" +147230,[] +151193,"[{'id':414,'name':'hunter'},{'id':572,'name':'sex'},{'id':798,'name':'sheriff'},{'id':2597,'name':'bigfoot'},{'id':5774,'name':'forest'},{'id':170124,'name':'camper'}]" +181533,"[{'id':1406,'name':'night watchman'},{'id':2598,'name':'museum'},{'id':5647,'name':'natural history'},{'id':9682,'name':'history'},{'id':209642,'name':'smithsonian'}]" +18360,"[{'id':2598,'name':'museum'},{'id':5648,'name':'theodore roosevelt'},{'id':179431,'name':'duringcreditsstinger'},{'id':194476,'name':'amelia earhart'},{'id':209642,'name':'smithsonian'}]" +1593,"[{'id':2598,'name':'museum'},{'id':4062,'name':'skeleton'},{'id':4225,'name':'night shift'},{'id':4630,'name':'chaos'},{'id':5146,'name':'genghis khan'},{'id':5566,'name':'maya civilization'},{'id':5647,'name':'natural history'},{'id':5648,'name':'theodore roosevelt'},{'id':12616,'name':'dinosaur'},{'id':15101,'name':'based on children's book'},{'id':15252,'name':'magical object'},{'id':41180,'name':'security guard'},{'id':179431,'name':'duringcreditsstinger'},{'id':209387,'name':'inanimate objects coming to life'}]" +27418,[] +10471,"[{'id':378,'name':'prison'},{'id':1522,'name':'repayment'},{'id':2987,'name':'gang war'},{'id':7858,'name':'boy gang'},{'id':9748,'name':'revenge'},{'id':9777,'name':'escape from prison'},{'id':10685,'name':'escape'},{'id':12670,'name':'los angeles'},{'id':33426,'name':'gang member'},{'id':164253,'name':'mexican american'},{'id':206318,'name':'cholo'}]" +248774,"[{'id':10183,'name':'independent film'},{'id':187056,'name':'woman director'}]" +75612,"[{'id':1612,'name':'spacecraft'},{'id':4565,'name':'dystopia'},{'id':9882,'name':'space'},{'id':11930,'name':'drone'},{'id':156395,'name':'imax'},{'id':186497,'name':'human vs alien'}]" +134,"[{'id':530,'name':'prophecy'},{'id':531,'name':'southern usa'},{'id':532,'name':'music record'},{'id':727,'name':'country music'},{'id':787,'name':'mississippi'},{'id':3182,'name':'seduction'},{'id':4344,'name':'musical'},{'id':4373,'name':'fraud'}]" +249397,"[{'id':572,'name':'sex'},{'id':910,'name':'bondage'},{'id':1294,'name':'whip'},{'id':3260,'name':'masochism'},{'id':9838,'name':'nymphomaniac'},{'id':10614,'name':'tragedy'},{'id':10768,'name':'lesbian'},{'id':33451,'name':'masturbation'},{'id':164296,'name':'addict'},{'id':166770,'name':'sex addict'},{'id':227783,'name':'extreme pain'}]" +279973,[] +75656,"[{'id':90,'name':'paris france'},{'id':974,'name':'bank'},{'id':1328,'name':'secret'},{'id':1812,'name':'fbi'},{'id':1953,'name':'vault'},{'id':2343,'name':'magic'},{'id':2411,'name':'new orleans'},{'id':5340,'name':'investigation'},{'id':10051,'name':'heist'},{'id':10410,'name':'conspiracy'},{'id':10594,'name':'money'},{'id':10685,'name':'escape'},{'id':14512,'name':'new york city'},{'id':14570,'name':'las vegas'}]" +509,"[{'id':212,'name':'london'},{'id':817,'name':'bookshop'},{'id':886,'name':'movie business'},{'id':1421,'name':'birthday'},{'id':1605,'name':'new love'},{'id':2560,'name':'paparazzi'},{'id':2562,'name':'press conference'},{'id':2564,'name':'wheelchair'},{'id':2565,'name':'bath tub'},{'id':2566,'name':'cohabitant'},{'id':6054,'name':'friendship'},{'id':10232,'name':'fame'},{'id':33648,'name':'celebration'},{'id':162262,'name':'movie star'},{'id':184989,'name':'spectacle'}]" +14410,"[{'id':897,'name':'rap music'},{'id':4344,'name':'musical'},{'id':9826,'name':'murder'},{'id':34079,'name':'death'},{'id':164315,'name':'boom box'},{'id':164321,'name':'rapping'},{'id':164333,'name':'crack addict'},{'id':164334,'name':'gold tooth'},{'id':164346,'name':'praying'}]" +303,"[{'id':351,'name':'poison'},{'id':699,'name':'love at first sight'},{'id':1459,'name':'marriage proposal'},{'id':1568,'name':'undercover'},{'id':1627,'name':'patriotism'},{'id':1809,'name':'rio de janeiro'},{'id':1811,'name':'wine cellar'},{'id':1812,'name':'fbi'},{'id':1815,'name':'atomic bomb'},{'id':1816,'name':'staircase'},{'id':2652,'name':'nazi'},{'id':5600,'name':'daughter'},{'id':9937,'name':'suspense'},{'id':11134,'name':'espionage'},{'id':33626,'name':'millionaire'},{'id':155718,'name':'intoxication'},{'id':195402,'name':'film noir'}]" +258864,"[{'id':187056,'name':'woman director'}]" +14637,"[{'id':736,'name':'journalist'},{'id':191600,'name':'assassination attempt'},{'id':214596,'name':'cia agent'}]" +6404,"[{'id':272,'name':'transylvania'},{'id':1415,'name':'small town'},{'id':1909,'name':'coffin'},{'id':2867,'name':'pest'},{'id':3098,'name':'castle'},{'id':3133,'name':'vampire'},{'id':3501,'name':'bed'},{'id':3799,'name':'ship'},{'id':4197,'name':'bite'},{'id':6095,'name':'house'},{'id':10183,'name':'independent film'},{'id':11221,'name':'blood'},{'id':13001,'name':'cowardliness'},{'id':13005,'name':'doctor'},{'id':46958,'name':'good and bad'},{'id':242789,'name':'gypsies'},{'id':248895,'name':'rats invasion'}]" +286873,[] +297265,"[{'id':187056,'name':'woman director'}]" +225574,"[{'id':3800,'name':'airplane'},{'id':10410,'name':'conspiracy'},{'id':12617,'name':'airplane crash'},{'id':14604,'name':'theft'},{'id':15156,'name':'cell phone'},{'id':155238,'name':'hijack'},{'id':161233,'name':'transatlantic'},{'id':162914,'name':'one night'},{'id':184297,'name':'mystery killer'}]" +86834,"[{'id':3036,'name':'bible'},{'id':4237,'name':'water'},{'id':9649,'name':'god'},{'id':12332,'name':'apocalypse'},{'id':195790,'name':'noah'},{'id':206042,'name':'based on bible'},{'id':209714,'name':'3d'}]" +41630,"[{'id':970,'name':'parent child relationship'},{'id':1760,'name':'casual meeting'},{'id':9139,'name':'student of medicine'},{'id':9713,'name':'friends'},{'id':10827,'name':'open relationship'},{'id':11316,'name':'sexual humor'},{'id':12392,'name':'best friend'},{'id':160404,'name':'valentine's day'},{'id':172454,'name':'casual sex'},{'id':178329,'name':'best friends in love'},{'id':179431,'name':'duringcreditsstinger'},{'id':219779,'name':'fling'},{'id':226774,'name':'father son conflict'},{'id':231225,'name':'friends with benefit'}]" +136835,"[{'id':625,'name':'sadistic'},{'id':1562,'name':'hostage'},{'id':7118,'name':'escaped convict'},{'id':9740,'name':'sociopath'},{'id':10714,'name':'serial killer'},{'id':11221,'name':'blood'},{'id':13112,'name':'murderer'},{'id':14903,'name':'home invasion'},{'id':15127,'name':'killer'},{'id':202703,'name':'deadly'},{'id':207159,'name':'escaped killer'}]" +6977,"[{'id':1556,'name':'texas'},{'id':2149,'name':'drug traffic'},{'id':2708,'name':'hitman'},{'id':5616,'name':'united states–mexico barrier'},{'id':9937,'name':'suspense'}]" +110112,"[{'id':5452,'name':'stunt'},{'id':10110,'name':'motocross'},{'id':178665,'name':'mayhem'}]" +1738,"[{'id':663,'name':'fortune teller'},{'id':179431,'name':'duringcreditsstinger'}]" +62838,"[{'id':613,'name':'new year's eve'},{'id':1675,'name':'illustrator'},{'id':42923,'name':'caterer'},{'id':43591,'name':'pedicab'},{'id':48711,'name':'ticket'},{'id':68820,'name':'videoconferencing'},{'id':171366,'name':'multiple storylines'},{'id':179431,'name':'duringcreditsstinger'}]" +11596,"[{'id':657,'name':'fire'},{'id':886,'name':'movie business'},{'id':1566,'name':'dream'},{'id':1930,'name':'kidnapping'},{'id':3030,'name':'nightmare'},{'id':3521,'name':'earthquake'},{'id':4142,'name':'insomnia'},{'id':6152,'name':'supernatural'},{'id':6562,'name':'celebrity'},{'id':6732,'name':'mascot'},{'id':9820,'name':'alternate dimension'},{'id':10232,'name':'fame'},{'id':11612,'name':'hospital'},{'id':12396,'name':'hollywood'},{'id':47020,'name':'storytelling'},{'id':156282,'name':'alternate reality'},{'id':160612,'name':'self-referential'},{'id':161184,'name':'reboot'},{'id':170383,'name':'disfigurement'},{'id':179878,'name':'sleepwalking'},{'id':212435,'name':'meta film'}]" +10952,"[{'id':2231,'name':'drug dealer'},{'id':4654,'name':'undercover agent'},{'id':5606,'name':'gang leader'},{'id':7928,'name':'crack'},{'id':8233,'name':'cops'}]" +48781,"[{'id':6103,'name':'telephone'},{'id':6149,'name':'police'},{'id':9673,'name':'love'},{'id':167313,'name':'police psychologist'},{'id':207767,'name':'erotic thriller'}]" +36670,"[{'id':282,'name':'video game'},{'id':470,'name':'spy'},{'id':3345,'name':'bahamas'},{'id':6731,'name':'british'},{'id':10261,'name':'stealing'},{'id':10503,'name':'scuba diving'},{'id':155334,'name':'scuba'},{'id':156095,'name':'british secret service'}]" +42188,"[{'id':634,'name':'soul'},{'id':818,'name':'based on novel or book'},{'id':1647,'name':'sadness'},{'id':3446,'name':'forgiveness'},{'id':4565,'name':'dystopia'},{'id':6271,'name':'boarding school'},{'id':11628,'name':'cloning'},{'id':181324,'name':'existentialism'}]" +20304,[] +8456,"[{'id':526,'name':'rebel'},{'id':779,'name':'martial arts'},{'id':1353,'name':'underground'},{'id':1721,'name':'fight'},{'id':4613,'name':'training'},{'id':5400,'name':'champion'},{'id':6075,'name':'sport'},{'id':6270,'name':'high school'},{'id':8508,'name':'party'},{'id':9748,'name':'revenge'},{'id':11221,'name':'blood'},{'id':12612,'name':'nemesis'},{'id':14819,'name':'violence'},{'id':156801,'name':'club'},{'id':174244,'name':'brawl'}]" +24230,"[{'id':679,'name':'cyborg'}]" +195589,"[{'id':567,'name':'alcohol'},{'id':1009,'name':'baby'},{'id':8508,'name':'party'},{'id':18035,'name':'family'},{'id':157632,'name':'fraternity'},{'id':171400,'name':'fraternity house'},{'id':183896,'name':'neighbor neighbor relationship'},{'id':193674,'name':'bathroom humor'}]" +136797,"[{'id':271,'name':'competition'},{'id':9666,'name':'street race'},{'id':10494,'name':'super cars'},{'id':10594,'name':'money'},{'id':11058,'name':'super speed'},{'id':33885,'name':'car'},{'id':41645,'name':'based on video game'},{'id':155963,'name':'driver'},{'id':179431,'name':'duringcreditsstinger'},{'id':209714,'name':'3d'}]" +129670,"[{'id':680,'name':'montana'},{'id':1415,'name':'small town'},{'id':2689,'name':'dementia'},{'id':4995,'name':'aging'},{'id':7312,'name':'road trip'},{'id':11314,'name':'f word'},{'id':158606,'name':'pickup truck'},{'id':163798,'name':'lincoln nebraska'},{'id':191008,'name':'nebraska'},{'id':192786,'name':'sweepstakes'},{'id':199947,'name':'confronting the past'}]" +241,"[{'id':625,'name':'sadistic'},{'id':736,'name':'journalist'},{'id':1583,'name':'mass murder'},{'id':1584,'name':'yellow press'},{'id':2754,'name':'trauma'},{'id':5600,'name':'daughter'},{'id':8201,'name':'satire'},{'id':9701,'name':'controversy'},{'id':9859,'name':'controversial'},{'id':14819,'name':'violence'},{'id':34117,'name':'cult film'},{'id':206545,'name':'young couple'},{'id':207691,'name':'abuse'}]" +6637,"[{'id':90,'name':'paris france'},{'id':212,'name':'london'},{'id':441,'name':'assassination'},{'id':471,'name':'mount rushmore national memorial'},{'id':483,'name':'riddle'},{'id':782,'name':'assassin'},{'id':840,'name':'usa president'},{'id':970,'name':'parent child relationship'},{'id':1157,'name':'wife husband relationship'},{'id':1321,'name':'gold'},{'id':1328,'name':'secret'},{'id':1454,'name':'treasure'},{'id':3371,'name':'family history'},{'id':4832,'name':'buckingham palace'},{'id':6956,'name':'treasure hunt'},{'id':9682,'name':'history'},{'id':41586,'name':'archaeologist'},{'id':179585,'name':'american civil war'},{'id':184134,'name':'archeology '},{'id':215141,'name':'secret formula'}]" +2059,"[{'id':483,'name':'riddle'},{'id':1454,'name':'treasure'},{'id':6956,'name':'treasure hunt'},{'id':41586,'name':'archaeologist'},{'id':184134,'name':'archeology '}]" +11078,"[{'id':3016,'name':'security camera'},{'id':3852,'name':'safety'},{'id':5060,'name':'patrol'},{'id':11933,'name':'conflict'},{'id':40957,'name':'police academy'},{'id':41180,'name':'security guard'},{'id':221412,'name':'colleague'}]" +11022,"[{'id':516,'name':'child abuse'},{'id':796,'name':'police brutality'},{'id':1568,'name':'undercover'},{'id':4927,'name':'assertion'},{'id':5340,'name':'investigation'},{'id':9665,'name':'cover-up'},{'id':9826,'name':'murder'},{'id':9849,'name':'beating'},{'id':11730,'name':'internal affairs'},{'id':14819,'name':'violence'},{'id':18021,'name':'detroit'},{'id':18179,'name':'drug addict'},{'id':41352,'name':'drug overdose'},{'id':155799,'name':'narcotics cop'},{'id':193309,'name':'police shootout'},{'id':207268,'name':'neo-noir'}]" +8193,"[{'id':240,'name':'underdog'},{'id':380,'name':'sibling relationship'},{'id':2347,'name':'idaho'},{'id':6270,'name':'high school'},{'id':6376,'name':'chat'},{'id':13130,'name':'teenager'},{'id':165137,'name':'school dance'},{'id':171556,'name':'social outcast'},{'id':179430,'name':'aftercreditsstinger'}]" +11172,"[{'id':3490,'name':'pop star'},{'id':4528,'name':'song'},{'id':9799,'name':'romantic comedy'},{'id':191428,'name':'song writing'},{'id':207592,'name':'piano'}]" +179822,[] +236,"[{'id':30,'name':'individual'},{'id':1412,'name':'becoming an adult'},{'id':1566,'name':'dream'},{'id':1571,'name':'return'},{'id':2038,'name':'love of one's life'},{'id':2064,'name':'overweight'},{'id':2065,'name':'province'},{'id':2069,'name':'bathing'},{'id':2070,'name':'olympic games'},{'id':2386,'name':'empowerment'},{'id':3925,'name':'boredom'},{'id':5600,'name':'daughter'},{'id':6054,'name':'friendship'}]" +4176,"[{'id':703,'name':'detective'},{'id':818,'name':'based on novel or book'},{'id':1522,'name':'repayment'},{'id':1757,'name':'passenger'},{'id':3279,'name':'orient express'},{'id':5340,'name':'investigation'},{'id':5552,'name':'train ride'},{'id':10794,'name':'snow'},{'id':12570,'name':'whodunit'},{'id':13008,'name':'train'},{'id':207046,'name':'murder mystery'},{'id':214548,'name':'1930s'}]" +145220,"[{'id':4344,'name':'musical'},{'id':11691,'name':'puppetry'},{'id':12998,'name':'the muppets'}]" +612,"[{'id':90,'name':'paris france'},{'id':441,'name':'assassination'},{'id':536,'name':'israel'},{'id':922,'name':'hotel room'},{'id':1228,'name':'1970s'},{'id':1562,'name':'hostage'},{'id':2051,'name':'intelligence'},{'id':2070,'name':'olympic games'},{'id':2437,'name':'munich'},{'id':3037,'name':'mossad'},{'id':3039,'name':'palestinian'},{'id':3043,'name':'beirut'},{'id':3046,'name':'ailul al aswad'},{'id':3047,'name':'plo'},{'id':3048,'name':'bomb constructor'},{'id':3049,'name':'baader-meinhof group'},{'id':3052,'name':'olympian village'},{'id':9748,'name':'revenge'}]" +10990,"[{'id':549,'name':'prostitute'},{'id':5340,'name':'investigation'},{'id':5422,'name':'special unit'},{'id':6149,'name':'police'},{'id':6562,'name':'celebrity'},{'id':9826,'name':'murder'},{'id':12670,'name':'los angeles'},{'id':208611,'name':'1950s'}]" +1018,"[{'id':222,'name':'schizophrenia'},{'id':1284,'name':'identity'},{'id':1453,'name':'amnesia'},{'id':1565,'name':'loss of sense of reality'},{'id':1660,'name':'suppressed past'},{'id':2754,'name':'trauma'},{'id':2849,'name':'key'},{'id':3183,'name':'bisexuality'},{'id':3298,'name':'hallucination'},{'id':3307,'name':'surreal'},{'id':3489,'name':'job interview'},{'id':4623,'name':'casting'},{'id':9937,'name':'suspense'},{'id':10768,'name':'lesbian'},{'id':12670,'name':'los angeles'},{'id':207268,'name':'neo-noir'}]" +10674,"[{'id':2156,'name':'homeland'},{'id':4344,'name':'musical'},{'id':4613,'name':'training'},{'id':5600,'name':'daughter'},{'id':5719,'name':'cricket'},{'id':7376,'name':'princess'},{'id':12554,'name':'dragon'},{'id':15036,'name':'ancient china'},{'id':157904,'name':'luck'},{'id':163403,'name':'great wall of china'}]" +103731,"[{'id':1261,'name':'river'},{'id':1585,'name':'snake'},{'id':1922,'name':'houseboat'},{'id':5521,'name':'arkansas'},{'id':10718,'name':'fugitive'},{'id':18068,'name':'teenage boy'},{'id':158244,'name':'riverboat'}]" +256030,"[{'id':4551,'name':'swamp'},{'id':9826,'name':'murder'},{'id':41376,'name':'shovel'},{'id':41393,'name':'new england'},{'id':155450,'name':'cape cod'},{'id':162538,'name':'pitchfork'},{'id':162775,'name':'marsh'}]" +91739,"[{'id':497,'name':'shakespeare'},{'id':12999,'name':'black and white'}]" +22171,"[{'id':242,'name':'new york'},{'id':570,'name':'rape'},{'id':9748,'name':'revenge'},{'id':10183,'name':'independent film'},{'id':10392,'name':'mute'},{'id':17987,'name':'killing spree'},{'id':191045,'name':'revenge killing'},{'id':218125,'name':'meltdown'},{'id':237017,'name':'sex pest'}]" +788,"[{'id':582,'name':'san francisco'},{'id':970,'name':'parent child relationship'},{'id':1946,'name':'restaurant'},{'id':2341,'name':'nanny'},{'id':2438,'name':'social worker'},{'id':2546,'name':'mask'},{'id':4056,'name':'custody battle'},{'id':161944,'name':'responsibility'},{'id':167808,'name':'fake identity'},{'id':192185,'name':'voice acting'},{'id':208368,'name':'divorced couple'}]" +262340,"[{'id':3012,'name':'court case'},{'id':5563,'name':'market'},{'id':179431,'name':'duringcreditsstinger'},{'id':207813,'name':'brendan ocarrol'}]" +245700,"[{'id':437,'name':'painter'}]" +58224,"[{'id':444,'name':'taxi'},{'id':1946,'name':'restaurant'},{'id':2172,'name':'zoo'},{'id':3028,'name':'penguin'},{'id':5982,'name':'ex husband'},{'id':9736,'name':'little boy'},{'id':12971,'name':'zookeeper'},{'id':14866,'name':'doorman'},{'id':41310,'name':'ride'},{'id':41311,'name':'bird hatching'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'}]" +82703,"[{'id':970,'name':'parent child relationship'},{'id':1160,'name':'egypt'},{'id':2051,'name':'intelligence'},{'id':2393,'name':'adoption'},{'id':4379,'name':'time travel'},{'id':5202,'name':'boy'},{'id':5561,'name':'child prodigy'},{'id':6054,'name':'friendship'},{'id':9825,'name':'growing up'},{'id':10103,'name':'children'},{'id':11477,'name':'anthropomorphism'},{'id':11478,'name':'talking dog'},{'id':15162,'name':'dog'},{'id':157303,'name':'first love'},{'id':157894,'name':'ancient egypt'},{'id':176056,'name':'time traveler'},{'id':179431,'name':'duringcreditsstinger'},{'id':190100,'name':'new school'},{'id':193213,'name':'george washington'},{'id':195506,'name':'gags'},{'id':199093,'name':'trouble'},{'id':208757,'name':'time paradox'},{'id':228041,'name':'prodigy'}]" +53834,"[{'id':5938,'name':'mermaid'}]" +31011,"[{'id':9887,'name':'surrealism'}]" +101724,"[{'id':14527,'name':'storm'}]" +10855,"[{'id':514,'name':'spain'},{'id':572,'name':'sex'},{'id':591,'name':'cia'},{'id':779,'name':'martial arts'},{'id':782,'name':'assassin'},{'id':1930,'name':'kidnapping'},{'id':4728,'name':'knife'},{'id':6895,'name':'philippines'},{'id':9693,'name':'female killer'},{'id':9748,'name':'revenge'},{'id':12354,'name':'hong kong'},{'id':12369,'name':'tokyo japan'}]" +347096,"[{'id':1938,'name':'sword'},{'id':2343,'name':'magic'},{'id':5147,'name':'sorcery'},{'id':18123,'name':'necromancer'},{'id':187056,'name':'woman director'}]" +322,"[{'id':516,'name':'child abuse'},{'id':697,'name':'loss of loved one'},{'id':739,'name':'sexual abuse'},{'id':818,'name':'based on novel or book'},{'id':1328,'name':'secret'},{'id':1522,'name':'repayment'},{'id':1660,'name':'suppressed past'},{'id':1679,'name':'arbitrary law'},{'id':1680,'name':'boston'},{'id':1682,'name':'workers' quarter'},{'id':1700,'name':'massachusetts'},{'id':1797,'name':'loyalty'},{'id':33720,'name':'guilt'},{'id':184988,'name':'childhood sexual abuse'},{'id':232766,'name':'vengeance'}]" +199818,"[{'id':703,'name':'detective'},{'id':5657,'name':'australia'},{'id':12355,'name':'sniper rifle'},{'id':157906,'name':'outback'},{'id':193459,'name':'australian aborigine'}]" +75900,"[{'id':818,'name':'based on novel or book'},{'id':931,'name':'jealousy'},{'id':3071,'name':'prince'},{'id':5565,'name':'biography'},{'id':6056,'name':'tenderness'},{'id':6165,'name':'historical figure'},{'id':6562,'name':'celebrity'},{'id':6946,'name':'blonde'},{'id':9073,'name':'marilyn monroe'},{'id':9732,'name':'film in film'},{'id':33490,'name':'filmmaking'},{'id':41260,'name':'sensuality'},{'id':156221,'name':'showgirl'},{'id':162262,'name':'movie star'},{'id':208611,'name':'1950s'},{'id':220664,'name':'memoir'}]" +2193,"[{'id':6274,'name':'learning and teaching'},{'id':18015,'name':'tutor'},{'id':157799,'name':'older woman younger man relationship'}]" +4474,"[{'id':242,'name':'new york'},{'id':334,'name':'flying'},{'id':1594,'name':'ex-boyfriend'},{'id':1595,'name':'ex-girlfriend'},{'id':9715,'name':'superhero'},{'id':33637,'name':'super power'}]" +43931,"[{'id':634,'name':'soul'},{'id':10714,'name':'serial killer'},{'id':12339,'name':'slasher'},{'id':13130,'name':'teenager'},{'id':209714,'name':'3d'}]" +10024,"[{'id':380,'name':'sibling relationship'},{'id':970,'name':'parent child relationship'},{'id':3012,'name':'court case'},{'id':4037,'name':'in vitro fertilisation'},{'id':6780,'name':'medical examiner'},{'id':7443,'name':'kidney transplant '}]" +282296,"[{'id':90,'name':'paris france'},{'id':13028,'name':'writer'},{'id':33632,'name':'apartment'}]" +272160,[] +201676,"[{'id':2343,'name':'magic'},{'id':5734,'name':'pony'},{'id':6054,'name':'friendship'},{'id':6270,'name':'high school'},{'id':6993,'name':'pegasus'},{'id':7376,'name':'princess'},{'id':9994,'name':'crown'},{'id':10266,'name':'prom'},{'id':10542,'name':'based on toy'},{'id':10842,'name':'good vs evil'},{'id':10988,'name':'based on tv series'},{'id':12446,'name':'another dimension'},{'id':14659,'name':'girl'},{'id':163227,'name':'unicorn'},{'id':166229,'name':'prom queen'},{'id':186846,'name':'adaptation'},{'id':187864,'name':'human'},{'id':207372,'name':'quest'}]" +3088,"[{'id':75,'name':'gunslinger'},{'id':1502,'name':'marshal'},{'id':1582,'name':'saloon'},{'id':5074,'name':'wyatt earp'},{'id':9550,'name':'doc holliday'},{'id':9748,'name':'revenge'},{'id':9897,'name':'rifle'},{'id':158274,'name':'double barreled shotgun'},{'id':206576,'name':'death of girlfriend'},{'id':219366,'name':'ok corral'}]" +2830,[] +58728,[] +14435,"[{'id':798,'name':'sheriff'},{'id':4781,'name':'miner'},{'id':6262,'name':'delusion'},{'id':6350,'name':'head injury'},{'id':9714,'name':'remake'},{'id':10089,'name':'slaughter'},{'id':11221,'name':'blood'},{'id':159287,'name':'gas mask'},{'id':179430,'name':'aftercreditsstinger'},{'id':209714,'name':'3d'}]" +39874,"[{'id':4781,'name':'miner'},{'id':9826,'name':'murder'},{'id':10714,'name':'serial killer'},{'id':11040,'name':'masked killer'},{'id':12339,'name':'slasher'},{'id':14805,'name':'maniac'},{'id':17987,'name':'killing spree'},{'id':160404,'name':'valentine's day'},{'id':206850,'name':'canuxploitation'},{'id':208115,'name':'coal miner'}]" +8346,"[{'id':279,'name':'usa'},{'id':970,'name':'parent child relationship'},{'id':1200,'name':'greece'},{'id':1463,'name':'culture clash'},{'id':1599,'name':'midlife crisis'},{'id':1946,'name':'restaurant'},{'id':2374,'name':'bad mother-in-law'},{'id':2797,'name':'mother-in-law'},{'id':3453,'name':'parents-in-law'},{'id':4532,'name':'son-in-law'},{'id':4604,'name':'father-in-law'},{'id':4677,'name':'patriarch'},{'id':6188,'name':'bad father-in-law'},{'id':8011,'name':'greek'},{'id':13027,'name':'wedding'},{'id':18035,'name':'family'},{'id':160910,'name':'xenophobia'}]" +13596,"[{'id':248,'name':'date'},{'id':572,'name':'sex'},{'id':1010,'name':'bar'},{'id':4394,'name':'test'},{'id':6054,'name':'friendship'},{'id':6060,'name':'insult'},{'id':6593,'name':'stripper'},{'id':6946,'name':'blonde'},{'id':9468,'name':'liar'},{'id':13027,'name':'wedding'},{'id':14595,'name':'lap dance'},{'id':179431,'name':'duringcreditsstinger'}]" +787,"[{'id':258,'name':'bomb'},{'id':782,'name':'assassin'},{'id':1308,'name':'secret identity'},{'id':1328,'name':'secret'},{'id':1376,'name':'assault rifle'},{'id':1419,'name':'gun'},{'id':2587,'name':'married couple'},{'id':2708,'name':'hitman'},{'id':4049,'name':'decoy'},{'id':5809,'name':'marriage crisis'},{'id':6038,'name':'marriage'},{'id':8438,'name':'job'},{'id':10061,'name':'dysfunctional marriage'},{'id':12371,'name':'gunfight'},{'id':14677,'name':'bullet wound'}]" +26173,"[{'id':1228,'name':'1970s'},{'id':2356,'name':'immigrant'},{'id':9748,'name':'revenge'},{'id':10291,'name':'organized crime'},{'id':11578,'name':'mobster'}]" +174678,[] +191037,"[{'id':6075,'name':'sport'},{'id':6483,'name':'ice hockey'}]" +2022,"[{'id':3452,'name':'love letter'},{'id':6018,'name':'new hampshire'},{'id':8680,'name':'ferrari'},{'id':9468,'name':'liar'},{'id':9821,'name':'city country contrast'},{'id':10911,'name':'inheritance'},{'id':12547,'name':'billionaire'},{'id':14512,'name':'new york city'},{'id':15120,'name':'kindness'},{'id':161757,'name':'fable'},{'id':161762,'name':'apple tree'},{'id':161779,'name':'corporate take over'},{'id':162632,'name':'chrysler building'}]" +3432,[] +1268,"[{'id':65,'name':'holiday'},{'id':254,'name':'france'},{'id':886,'name':'movie business'},{'id':4630,'name':'chaos'},{'id':5347,'name':'clumsy fellow'},{'id':5348,'name':'to drop brick'},{'id':179430,'name':'aftercreditsstinger'}]" +18722,"[{'id':233,'name':'japan'},{'id':1480,'name':'baseball'}]" +87818,"[{'id':9253,'name':'slapstick'},{'id':9706,'name':'anthology'},{'id':159753,'name':'ensemble cast'},{'id':179431,'name':'duringcreditsstinger'},{'id':187056,'name':'woman director'},{'id':215404,'name':'laxative'}]" +824,"[{'id':2710,'name':'fairy'},{'id':4235,'name':'duke'},{'id':4344,'name':'musical'},{'id':5914,'name':'writer's block'},{'id':6027,'name':'music'},{'id':6564,'name':'terminal illness'},{'id':13028,'name':'writer'},{'id':164753,'name':'moulin rouge'},{'id':164754,'name':'bohemian'},{'id':164764,'name':'red curtain'},{'id':164770,'name':'cancan dance'},{'id':164772,'name':'la traviata'},{'id':164775,'name':'orpheus and eurydice'},{'id':186403,'name':'dance hall'},{'id':210626,'name':'absinthe'}]" +157384,[] +37080,"[{'id':970,'name':'parent child relationship'},{'id':2393,'name':'adoption'},{'id':3725,'name':'pregnancy'},{'id':8018,'name':'adoptive mother'},{'id':9838,'name':'nymphomaniac'},{'id':178649,'name':'voyeurism'}]" +289239,"[{'id':3335,'name':'halloween'},{'id':9663,'name':'sequel'},{'id':15101,'name':'based on children's book'},{'id':162846,'name':'ghost'}]" +210860,"[{'id':818,'name':'based on novel or book'},{'id':5918,'name':'painting'},{'id':11061,'name':'debt'},{'id':155795,'name':'art dealer'},{'id':159534,'name':'stolen painting'}]" +9823,"[{'id':83,'name':'saving the world'},{'id':779,'name':'martial arts'},{'id':1002,'name':'authority'},{'id':2343,'name':'magic'},{'id':4375,'name':'transformation'},{'id':9663,'name':'sequel'},{'id':9820,'name':'alternate dimension'},{'id':10278,'name':'ninja'},{'id':12380,'name':'tournament'},{'id':14643,'name':'battle'},{'id':14955,'name':'fighting'},{'id':41645,'name':'based on video game'},{'id':188955,'name':'hand to hand combat'},{'id':210911,'name':'centaur'}]" +9312,"[{'id':83,'name':'saving the world'},{'id':779,'name':'martial arts'},{'id':1299,'name':'monster'},{'id':2041,'name':'island'},{'id':2343,'name':'magic'},{'id':9820,'name':'alternate dimension'},{'id':10278,'name':'ninja'},{'id':10292,'name':'gore'},{'id':10821,'name':'sorcerer'},{'id':12380,'name':'tournament'},{'id':14819,'name':'violence'},{'id':41645,'name':'based on video game'},{'id':161172,'name':'gods'},{'id':162846,'name':'ghost'},{'id':188955,'name':'hand to hand combat'}]" +38357,"[{'id':242,'name':'new york'},{'id':13281,'name':'work ethic'},{'id':13384,'name':'tv morning show'},{'id':13424,'name':'tv reporter'},{'id':196003,'name':'tv host'},{'id':206075,'name':'tv news anchor'}]" +122160,"[{'id':163674,'name':'gunfighter'},{'id':173719,'name':'haunted by the past'}]" +2039,"[{'id':242,'name':'new york'},{'id':700,'name':'italian american'},{'id':3452,'name':'love letter'},{'id':4320,'name':'lover'},{'id':4550,'name':'full moon'},{'id':14836,'name':'italian restaurant'}]" +83666,"[{'id':1890,'name':'camping'},{'id':2215,'name':'hurricane'},{'id':7868,'name':'pen pals'},{'id':11663,'name':'camp'},{'id':41393,'name':'new england'},{'id':157303,'name':'first love'},{'id':159869,'name':'eye patch'},{'id':169962,'name':'search party'},{'id':169964,'name':'devastation'},{'id':169967,'name':'handkerchief'},{'id':169970,'name':'child smoking'},{'id':169977,'name':'small town sheriff'},{'id':169978,'name':'the color red'},{'id':169981,'name':'the color blue'},{'id':169990,'name':'boy scouts'},{'id':169991,'name':'sand dancing'},{'id':169993,'name':'meet cute'},{'id':169995,'name':'boy scouts leader'},{'id':174316,'name':'pipe smoking'},{'id':179431,'name':'duringcreditsstinger'},{'id':208992,'name':'1960s'}]" +698,"[{'id':110,'name':'venice, italy'},{'id':1583,'name':'mass murder'},{'id':1809,'name':'rio de janeiro'},{'id':1826,'name':'space marine'},{'id':1828,'name':'space suit'},{'id':2711,'name':'marcus square'},{'id':2902,'name':'space battle'},{'id':3268,'name':'secret base'},{'id':3290,'name':'laser'},{'id':3469,'name':'utopia'},{'id':3801,'name':'space travel'},{'id':12391,'name':'boat chase'},{'id':14626,'name':'astronaut'},{'id':156095,'name':'british secret service'},{'id':162610,'name':'weightlessness'}]" +42134,"[{'id':212,'name':'london'},{'id':21747,'name':'poland'},{'id':188326,'name':'construction worker'},{'id':242239,'name':'unrest'}]" +17431,"[{'id':305,'name':'moon'},{'id':310,'name':'artificial intelligence'},{'id':402,'name':'clone'},{'id':1533,'name':'isolation'},{'id':2964,'name':'future'},{'id':4565,'name':'dystopia'},{'id':9882,'name':'space'},{'id':11628,'name':'cloning'},{'id':12185,'name':'moon base'}]" +59860,"[{'id':660,'name':'monte carlo'},{'id':10325,'name':'mistaken identity'},{'id':11200,'name':'look-alike'},{'id':14712,'name':'young woman'},{'id':14733,'name':'texan'},{'id':34061,'name':'american abroad'}]" +15512,"[{'id':9951,'name':'alien'},{'id':10891,'name':'giant robot'},{'id':179431,'name':'duringcreditsstinger'}]" +62211,"[{'id':271,'name':'competition'},{'id':1299,'name':'monster'},{'id':3777,'name':'training camp'},{'id':4298,'name':'teamwork'},{'id':5984,'name':'dormitory'},{'id':6054,'name':'friendship'},{'id':6186,'name':'games'},{'id':9675,'name':'prequel'},{'id':9932,'name':'feud'},{'id':10336,'name':'animation'},{'id':10624,'name':'bully'},{'id':12392,'name':'best friend'},{'id':13160,'name':'university'},{'id':157632,'name':'fraternity'},{'id':163303,'name':'scary'},{'id':179430,'name':'aftercreditsstinger'},{'id':207844,'name':'college student'},{'id':209386,'name':'personification'}]" +585,"[{'id':1299,'name':'monster'},{'id':1332,'name':'cheating'},{'id':1930,'name':'kidnapping'},{'id':3256,'name':'infant'},{'id':3289,'name':'villain'},{'id':4210,'name':'panic'},{'id':6107,'name':'energy supply'},{'id':6129,'name':'company'},{'id':7939,'name':'portal'},{'id':9823,'name':'rivalry'},{'id':12011,'name':'hijinks'},{'id':12392,'name':'best friend'},{'id':13124,'name':'scream'},{'id':14569,'name':'chameleon'},{'id':33465,'name':'parallel world'},{'id':167106,'name':'conveyor belt'},{'id':189115,'name':'invisibility'},{'id':204006,'name':'energy company'},{'id':225061,'name':'friend'},{'id':236560,'name':'conspirators'}]" +145221,"[{'id':1299,'name':'monster'},{'id':4458,'name':'post-apocalyptic'},{'id':6091,'name':'war'},{'id':9663,'name':'sequel'},{'id':9951,'name':'alien'},{'id':14909,'name':'alien invasion'},{'id':207419,'name':'infected'}]" +9297,"[{'id':1299,'name':'monster'},{'id':1328,'name':'secret'},{'id':3358,'name':'haunted house'},{'id':4290,'name':'toy'},{'id':10103,'name':'children'},{'id':10226,'name':'neighbor'},{'id':10364,'name':'mission'},{'id':208349,'name':'child'}]" +324963,"[{'id':10873,'name':'school'},{'id':162846,'name':'ghost'}]" +134632,[] +504,"[{'id':549,'name':'prostitute'},{'id':570,'name':'rape'},{'id':739,'name':'sexual abuse'},{'id':1333,'name':'desperation'},{'id':2122,'name':'death penalty'},{'id':2669,'name':'motel'},{'id':9672,'name':'based on a true story'},{'id':9826,'name':'murder'},{'id':10085,'name':'betrayal'},{'id':10714,'name':'serial killer'},{'id':12987,'name':'poverty'},{'id':13059,'name':'prostitution'},{'id':34265,'name':'heartbreak'},{'id':41329,'name':'mental illness'},{'id':187056,'name':'woman director'}]" +29787,"[{'id':818,'name':'based on novel or book'},{'id':1706,'name':'experiment'},{'id':5859,'name':'paralysis'},{'id':9748,'name':'revenge'},{'id':14837,'name':'rage'},{'id':15149,'name':'monkey'},{'id':162735,'name':'disability'},{'id':209152,'name':'science run amok'},{'id':211000,'name':'animal testing'}]" +60308,"[{'id':1228,'name':'1970s'},{'id':1480,'name':'baseball'},{'id':6075,'name':'sport'},{'id':9672,'name':'based on a true story'},{'id':13117,'name':'job transfer'},{'id':34051,'name':'team'},{'id':170837,'name':'oakland athletics'},{'id':181019,'name':'franchise'},{'id':194018,'name':'talent manager'},{'id':204841,'name':'statistics'},{'id':208289,'name':'1980s'}]" +159667,"[{'id':3551,'name':'private school'},{'id':6025,'name':'photography'},{'id':6027,'name':'music'},{'id':6270,'name':'high school'},{'id':9713,'name':'friends'},{'id':10508,'name':'teacher'},{'id':41355,'name':'teacher student relationship'},{'id':187056,'name':'woman director'},{'id':206836,'name':'hippy'},{'id':229980,'name':'smartphone'},{'id':236650,'name':'music industry'}]" +3082,"[{'id':1382,'name':'factory'},{'id':1546,'name':'ambulance'},{'id':3338,'name':'invention'},{'id':5386,'name':'tramp'},{'id':5571,'name':'great depression'},{'id':7025,'name':'industrial revolution'},{'id':9253,'name':'slapstick'},{'id':33618,'name':'machine'},{'id':33619,'name':'pardon'},{'id':33620,'name':'guilty'}]" +10339,"[{'id':818,'name':'based on novel or book'},{'id':1316,'name':'captain'},{'id':1422,'name':'boat'},{'id':1523,'name':'obsession'},{'id':2580,'name':'shipwreck'},{'id':4327,'name':'stroke of fate'},{'id':4676,'name':'whale'},{'id':7240,'name':'walrus'},{'id':9748,'name':'revenge'}]" +41823,"[{'id':4344,'name':'musical'}]" +1632,"[{'id':236,'name':'suicide'},{'id':529,'name':'ku klux klan'},{'id':787,'name':'mississippi'},{'id':798,'name':'sheriff'},{'id':1366,'name':'shotgun'},{'id':1559,'name':'deputy sheriff'},{'id':1812,'name':'fbi'},{'id':2669,'name':'motel'},{'id':3739,'name':'funeral'},{'id':4410,'name':'u.s. navy'},{'id':4942,'name':'victim of murder'},{'id':5664,'name':'burning cross'},{'id':6149,'name':'police'},{'id':6399,'name':'rope'},{'id':9672,'name':'based on a true story'},{'id':12425,'name':'racism'},{'id':14819,'name':'violence'}]" +2067,"[{'id':839,'name':'mars'},{'id':1612,'name':'spacecraft'},{'id':3801,'name':'space travel'},{'id':9882,'name':'space'},{'id':9951,'name':'alien'},{'id':11440,'name':'long take'},{'id':14626,'name':'astronaut'},{'id':157444,'name':'dismemberment'},{'id':160515,'name':'alien contact'},{'id':191586,'name':'trapped in space'},{'id':196557,'name':'mission to mars'}]" +956,"[{'id':220,'name':'berlin germany'},{'id':591,'name':'cia'},{'id':716,'name':'vatican'},{'id':833,'name':'white house'},{'id':1308,'name':'secret identity'},{'id':1328,'name':'secret'},{'id':1653,'name':'explosive'},{'id':1880,'name':'mobile phone'},{'id':1969,'name':'map'},{'id':2052,'name':'traitor'},{'id':2546,'name':'mask'},{'id':2676,'name':'honeymoon'},{'id':2682,'name':'shanghai'},{'id':3181,'name':'pretended murder'},{'id':3269,'name':'secret mission'},{'id':3344,'name':'letter'},{'id':3739,'name':'funeral'},{'id':3877,'name':'covered investigation'},{'id':4277,'name':'to shoot dead'},{'id':4289,'name':'secret agent'},{'id':4697,'name':'video'},{'id':4698,'name':'stamp'},{'id':4699,'name':'hard drive'},{'id':4700,'name':'e-mail'},{'id':4701,'name':'decipherment'},{'id':4702,'name':'suitcase'},{'id':6104,'name':'computer'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':10364,'name':'mission'},{'id':11612,'name':'hospital'},{'id':12965,'name':'duel'},{'id':18118,'name':'disguise'},{'id':33648,'name':'celebration'},{'id':46958,'name':'good and bad'},{'id':191881,'name':'research laboratory'},{'id':222423,'name':'blast'}]" +955,"[{'id':321,'name':'terror'},{'id':514,'name':'spain'},{'id':591,'name':'cia'},{'id':720,'name':'helicopter'},{'id':1308,'name':'secret identity'},{'id':1418,'name':'skyscraper'},{'id':1568,'name':'undercover'},{'id':2041,'name':'island'},{'id':2695,'name':'ex-lover'},{'id':3269,'name':'secret mission'},{'id':3737,'name':'dying and death'},{'id':4289,'name':'secret agent'},{'id':6104,'name':'computer'},{'id':12965,'name':'duel'},{'id':14675,'name':'lethal virus'},{'id':14819,'name':'violence'},{'id':18031,'name':'rescue team'},{'id':33705,'name':'agent'},{'id':33885,'name':'car'},{'id':191881,'name':'research laboratory'}]" +56292,"[{'id':339,'name':'submarine'},{'id':378,'name':'prison'},{'id':470,'name':'spy'},{'id':949,'name':'terrorist'},{'id':1418,'name':'skyscraper'},{'id':1721,'name':'fight'},{'id':1965,'name':'sandstorm'},{'id':2139,'name':'russia'},{'id':3272,'name':'secret intelligence service'},{'id':3376,'name':'satellite'},{'id':9145,'name':'dubai'},{'id':9663,'name':'sequel'},{'id':10364,'name':'mission'},{'id':14601,'name':'explosion'},{'id':17992,'name':'broken arm'},{'id':18118,'name':'disguise'},{'id':33626,'name':'millionaire'},{'id':156395,'name':'imax'},{'id':156767,'name':'nuclear threat'},{'id':161520,'name':'terrorist plot'},{'id':168003,'name':'spy hero'},{'id':186450,'name':'moscow'},{'id':234619,'name':'world's tallest building'},{'id':247987,'name':'kremlin'}]" +954,"[{'id':90,'name':'paris france'},{'id':212,'name':'london'},{'id':470,'name':'spy'},{'id':591,'name':'cia'},{'id':949,'name':'terrorist'},{'id':1308,'name':'secret identity'},{'id':1568,'name':'undercover'},{'id':2001,'name':'arms deal'},{'id':2112,'name':'headquarter'},{'id':3268,'name':'secret base'},{'id':3269,'name':'secret mission'},{'id':3530,'name':'prague'},{'id':4123,'name':'embassy'},{'id':4289,'name':'secret agent'},{'id':4683,'name':'tgv'},{'id':6104,'name':'computer'},{'id':10364,'name':'mission'},{'id':10988,'name':'based on tv series'},{'id':11134,'name':'espionage'},{'id':33705,'name':'agent'}]" +12764,"[{'id':697,'name':'loss of loved one'},{'id':1968,'name':'prisoner of war'},{'id':2434,'name':'liberation'},{'id':2957,'name':'vietnam war'},{'id':2959,'name':'vietcong'},{'id':9748,'name':'revenge'},{'id':10685,'name':'escape'},{'id':10950,'name':'shootout'},{'id':13006,'name':'torture'}]" +15379,"[{'id':1968,'name':'prisoner of war'},{'id':2957,'name':'vietnam war'},{'id':10787,'name':'jungle'}]" +15600,"[{'id':417,'name':'corruption'},{'id':736,'name':'journalist'},{'id':6285,'name':'coup d'etat'},{'id':6460,'name':'chile'},{'id':10941,'name':'disappearance'},{'id':18266,'name':'south america'},{'id':162365,'name':'military'}]" +261037,"[{'id':798,'name':'sheriff'},{'id':1419,'name':'gun'},{'id':7002,'name':'vigilante'},{'id':9826,'name':'murder'},{'id':9840,'name':'romance'},{'id':10508,'name':'teacher'},{'id':14819,'name':'violence'},{'id':15108,'name':'justice'},{'id':187056,'name':'woman director'}]" +228676,[] +13515,"[{'id':222,'name':'schizophrenia'},{'id':1406,'name':'night watchman'},{'id':1552,'name':'subway'},{'id':3298,'name':'hallucination'},{'id':7464,'name':'alcoholism'},{'id':8440,'name':'ex-cop'},{'id':9712,'name':'possession'},{'id':10326,'name':'morgue'},{'id':11004,'name':'rural setting'},{'id':14784,'name':'medication'},{'id':15001,'name':'demon'},{'id':15106,'name':'psychiatrist'},{'id':155817,'name':'estranged wife'},{'id':156022,'name':'nypd'},{'id':156075,'name':'evil'},{'id':163914,'name':'newspaper clipping'}]" +62764,"[{'id':2013,'name':'attempted murder'},{'id':3205,'name':'fairy tale'},{'id':4252,'name':'black magic'},{'id':9990,'name':'villainess'},{'id':10842,'name':'good vs evil'},{'id':15320,'name':'insecurity'},{'id':169339,'name':'snow kingdom'},{'id':169341,'name':'snow white'},{'id':169343,'name':'evil queen'},{'id':169350,'name':'enchantress'},{'id':169358,'name':'financial problem'},{'id':169378,'name':'evil plot'},{'id':179431,'name':'duringcreditsstinger'}]" +14292,"[{'id':2070,'name':'olympic games'},{'id':6075,'name':'sport'},{'id':6483,'name':'ice hockey'},{'id':169213,'name':'milwaukee wisconsin'},{'id':169214,'name':'st. paul minnesota'},{'id':169215,'name':'gas rationing'},{'id':169220,'name':'lake placid new york'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'}]" +180,"[{'id':476,'name':'self-fulfilling prophecy'},{'id':521,'name':'washington d.c.'},{'id':2620,'name':'evidence'},{'id':2964,'name':'future'},{'id':3219,'name':'precognition'},{'id':3249,'name':'hologram'},{'id':4565,'name':'dystopia'},{'id':9826,'name':'murder'},{'id':11148,'name':'police chase'},{'id':161982,'name':'murder investigation'},{'id':207268,'name':'neo-noir'},{'id':213295,'name':'missing son'},{'id':236189,'name':'future noir'},{'id':244839,'name':'backyard surgery'},{'id':244840,'name':'surveillance state'}]" +45779,"[{'id':526,'name':'rebel'},{'id':3469,'name':'utopia'},{'id':3544,'name':'machete'},{'id':4458,'name':'post-apocalyptic'},{'id':4563,'name':'virtual reality'},{'id':10689,'name':'wasteland'},{'id':14895,'name':'cannibal'},{'id':14906,'name':'slave'},{'id':157634,'name':'parasite'},{'id':158026,'name':'meat hook'},{'id':194713,'name':'post nuclear'},{'id':207935,'name':'manslaughter'},{'id':235526,'name':'cannibal cult'}]" +16617,"[{'id':1812,'name':'fbi'},{'id':2041,'name':'island'},{'id':10714,'name':'serial killer'},{'id':14676,'name':'series of murders'}]" +70,"[{'id':396,'name':'transporter'},{'id':1252,'name':'suicide attempt'},{'id':2660,'name':'strong woman'},{'id':2792,'name':'boxer'},{'id':3737,'name':'dying and death'},{'id':4327,'name':'stroke of fate'},{'id':4613,'name':'training'},{'id':5212,'name':'advancement'},{'id':6075,'name':'sport'},{'id':9754,'name':'profanity'},{'id':10614,'name':'tragedy'},{'id':11322,'name':'female protagonist'},{'id':14707,'name':'brutality'},{'id':156330,'name':'boxing trainer'},{'id':167982,'name':'unlikely friendship'},{'id':198585,'name':'female boxing'},{'id':199658,'name':'knockout'},{'id':206662,'name':'euthanasia'},{'id':207999,'name':'determination'}]" +198185,"[{'id':1480,'name':'baseball'},{'id':6075,'name':'sport'},{'id':179431,'name':'duringcreditsstinger'}]" +379,"[{'id':417,'name':'corruption'},{'id':542,'name':'street gang'},{'id':947,'name':'prohibition'},{'id':1419,'name':'gun'},{'id':1857,'name':'irish-american'},{'id':5305,'name':'gambling debts'},{'id':8442,'name':'irish mob'},{'id':14819,'name':'violence'}]" +10139,"[{'id':237,'name':'gay'},{'id':387,'name':'california'},{'id':582,'name':'san francisco'},{'id':1013,'name':'homophobia'},{'id':1228,'name':'1970s'},{'id':1919,'name':'mayor'},{'id':5565,'name':'biography'},{'id':6078,'name':'politics'},{'id':6083,'name':'politician'},{'id':6085,'name':'election campaign'},{'id':9826,'name':'murder'},{'id':10180,'name':'homosexuality'},{'id':11011,'name':'morality'},{'id':15134,'name':'election'},{'id':158718,'name':'lgbt'},{'id':166625,'name':'candlelight vigil'},{'id':173669,'name':'lgbt activist'},{'id':180002,'name':'lgbt rights'},{'id':226553,'name':'mayoral campaign'},{'id':241179,'name':'gay history'}]" +11422,"[{'id':1956,'name':'world war ii'},{'id':4410,'name':'u.s. navy'},{'id':9240,'name':'midway'},{'id':13065,'name':'soldier'},{'id':14638,'name':'american'},{'id':161246,'name':'pacific theater'},{'id':207883,'name':'1940s'}]" +12617,"[{'id':212,'name':'london'},{'id':3301,'name':'suspicion'},{'id':4923,'name':'threat to death'},{'id':13001,'name':'cowardliness'}]" +59436,"[{'id':90,'name':'paris france'},{'id':437,'name':'painter'},{'id':703,'name':'detective'},{'id':818,'name':'based on novel or book'},{'id':888,'name':'screenwriter'},{'id':1890,'name':'camping'},{'id':2913,'name':'diary'},{'id':3691,'name':'forbidden love'},{'id':4379,'name':'time travel'},{'id':5152,'name':'midnight'},{'id':5166,'name':'gramophone'},{'id':5609,'name':'nostalgia'},{'id':6024,'name':'sculpture'},{'id':6162,'name':'past'},{'id':164753,'name':'moulin rouge'},{'id':242047,'name':'wine tasting'}]" +21385,"[{'id':3870,'name':'mickey mouse'},{'id':14577,'name':'musketeer'},{'id':156020,'name':'pegleg pete'},{'id':156966,'name':'minnie mouse'},{'id':157150,'name':'pluto'},{'id':166475,'name':'goofy'},{'id':166917,'name':'daisy duck'}]" +4566,"[{'id':627,'name':'killing'},{'id':1946,'name':'restaurant'},{'id':2686,'name':'chambers of a barrister'},{'id':3692,'name':'scandal'},{'id':4687,'name':'pretended suicide'},{'id':7335,'name':'lawsuit'},{'id':7336,'name':'car bomb'},{'id':7337,'name':'business ethics'},{'id':7340,'name':'crooked lawyer'}]" +14931,"[{'id':416,'name':'miami'},{'id':6093,'name':'assault'},{'id':9727,'name':'thief'},{'id':155699,'name':'false teeth'},{'id':155700,'name':'charles willeford'}]" +36800,"[{'id':2964,'name':'future'},{'id':4565,'name':'dystopia'},{'id':9678,'name':'mind control'},{'id':10183,'name':'independent film'},{'id':161919,'name':'adult animation'},{'id':162988,'name':'dystopian future'}]" +40160,"[{'id':5404,'name':'meteor'},{'id':10617,'name':'disaster'},{'id':189411,'name':'disaster movie'}]" +11401,"[{'id':2570,'name':'rock star'},{'id':5540,'name':'heavy metal'},{'id':5718,'name':'recording studio'},{'id':11268,'name':'psychologist'},{'id':11933,'name':'conflict'},{'id':41591,'name':'music band'}]" +10207,"[{'id':544,'name':'sailboat'},{'id':1596,'name':'anonymous letter'},{'id':3180,'name':'sailing'},{'id':3452,'name':'love letter'},{'id':5344,'name':'bottle'}]" +8838,"[{'id':697,'name':'loss of loved one'},{'id':782,'name':'assassin'},{'id':1646,'name':'autism'},{'id':1812,'name':'fbi'},{'id':3432,'name':'bangkok'},{'id':3635,'name':'national security agency (nsa)'},{'id':5202,'name':'boy'},{'id':10656,'name':'child in peril'}]" +13722,"[{'id':416,'name':'miami'},{'id':591,'name':'cia'},{'id':881,'name':'money transfer'},{'id':1704,'name':'ambassador'},{'id':1930,'name':'kidnapping'},{'id':3070,'name':'mercenary'},{'id':4079,'name':'lighthouse'},{'id':10950,'name':'shootout'},{'id':15363,'name':'bank robbery'},{'id':33456,'name':'double cross'},{'id':33626,'name':'millionaire'},{'id':41668,'name':'safe house'},{'id':155445,'name':'bank vault'},{'id':176806,'name':'cape town south africa'},{'id':191047,'name':'prison break'}]" +277597,"[{'id':378,'name':'prison'},{'id':3070,'name':'mercenary'},{'id':10084,'name':'rescue'},{'id':10116,'name':'female'},{'id':191831,'name':'war zone'},{'id':208879,'name':'mockbuster'}]" +80177,"[{'id':7492,'name':'serbia'},{'id':9281,'name':'ethnic cleansing'},{'id':9610,'name':'coup'},{'id':14900,'name':'genocide'},{'id':221000,'name':'balkans'},{'id':226426,'name':'mass grave'},{'id':235476,'name':'u.s. ambassador'}]" +9516,"[{'id':577,'name':'black people'},{'id':2231,'name':'drug dealer'},{'id':2394,'name':'ghetto'},{'id':6110,'name':'weapon'},{'id':6147,'name':'delinquency'},{'id':12670,'name':'los angeles'}]" +11978,"[{'id':269,'name':'diving'},{'id':4410,'name':'u.s. navy'}]" +61370,"[{'id':3264,'name':'korean war'}]" +608,"[{'id':83,'name':'saving the world'},{'id':1308,'name':'secret identity'},{'id':1568,'name':'undercover'},{'id':1826,'name':'space marine'},{'id':2173,'name':'illegal immigration'},{'id':2428,'name':'deportation'},{'id':2547,'name':'new identity'},{'id':3243,'name':'flying saucer'},{'id':3760,'name':'light'},{'id':6112,'name':'firearm'},{'id':9951,'name':'alien'},{'id':174915,'name':'fictional government agency'}]" +41154,"[{'id':4379,'name':'time travel'},{'id':5455,'name':'time machine'},{'id':9951,'name':'alien'},{'id':174915,'name':'fictional government agency'},{'id':185668,'name':'seeing the future'},{'id':208756,'name':'changing history'}]" +607,"[{'id':1308,'name':'secret identity'},{'id':1568,'name':'undercover'},{'id':1826,'name':'space marine'},{'id':2173,'name':'illegal immigration'},{'id':2428,'name':'deportation'},{'id':2547,'name':'new identity'},{'id':3240,'name':'giant cockroach'},{'id':3242,'name':'cannon'},{'id':3243,'name':'flying saucer'},{'id':4751,'name':'stay permit'},{'id':9951,'name':'alien'},{'id':174915,'name':'fictional government agency'}]" +10169,"[{'id':422,'name':'vietnam veteran'},{'id':5179,'name':'garbageman '},{'id':169101,'name':'pellet gun'},{'id':169117,'name':'phrenology'}]" +12651,"[{'id':1956,'name':'world war ii'},{'id':2532,'name':'bomber'},{'id':3883,'name':'danger of life'},{'id':10364,'name':'mission'},{'id':13065,'name':'soldier'}]" +1904,"[{'id':233,'name':'japan'},{'id':380,'name':'sibling relationship'},{'id':549,'name':'prostitute'},{'id':1411,'name':'brothel'},{'id':1956,'name':'world war ii'},{'id':4342,'name':'geisha'}]" +77,"[{'id':30,'name':'individual'},{'id':328,'name':'insulin'},{'id':331,'name':'tattoo'},{'id':828,'name':'waitress'},{'id':1453,'name':'amnesia'},{'id':2669,'name':'motel'},{'id':3973,'name':'insurance salesman'},{'id':9748,'name':'revenge'},{'id':9856,'name':'flashback'},{'id':10705,'name':'confusion'},{'id':11469,'name':'memory loss'},{'id':12670,'name':'los angeles'},{'id':33874,'name':'polaroid'},{'id':34117,'name':'cult film'},{'id':157171,'name':'nonlinear timeline'},{'id':161248,'name':'individuality'},{'id':207268,'name':'neo-noir'}]" +62215,"[{'id':11327,'name':'wedding reception'},{'id':14755,'name':'power outage'},{'id':14756,'name':'destruction of planet'},{'id':14757,'name':'wedding toast'}]" +38055,"[{'id':83,'name':'saving the world'},{'id':248,'name':'date'},{'id':378,'name':'prison'},{'id':1308,'name':'secret identity'},{'id':1357,'name':'fish'},{'id':1419,'name':'gun'},{'id':1718,'name':'dna'},{'id':1919,'name':'mayor'},{'id':2095,'name':'anti hero'},{'id':2217,'name':'rain'},{'id':2598,'name':'museum'},{'id':4127,'name':'one-sided love'},{'id':8803,'name':'serum'},{'id':9715,'name':'superhero'},{'id':11477,'name':'anthropomorphism'},{'id':12193,'name':'reporter'},{'id':179431,'name':'duringcreditsstinger'},{'id':219826,'name':'stronger villain'}]" +246594,"[{'id':15097,'name':'shark'},{'id':161891,'name':'doppelgänger'}]" +17911,"[{'id':2771,'name':'octopus'},{'id':15097,'name':'shark'}]" +1267,"[{'id':83,'name':'saving the world'},{'id':1720,'name':'tyrannosaurus rex'},{'id':2393,'name':'adoption'},{'id':2964,'name':'future'},{'id':4379,'name':'time travel'},{'id':5455,'name':'time machine'},{'id':5457,'name':'mythical creature'},{'id':6054,'name':'friendship'},{'id':12392,'name':'best friend'},{'id':18031,'name':'rescue team'},{'id':18035,'name':'family'},{'id':209714,'name':'3d'}]" +1597,"[{'id':591,'name':'cia'},{'id':822,'name':'airport'},{'id':977,'name':'cat'},{'id':2606,'name':'jew'},{'id':3454,'name':'orderly'},{'id':3800,'name':'airplane'},{'id':4604,'name':'father-in-law'},{'id':5599,'name':'epistaxis'},{'id':5600,'name':'daughter'},{'id':5601,'name':'lost baggage'},{'id':5602,'name':'urn'},{'id':5604,'name':'pavilion'},{'id':5605,'name':'volleyball'},{'id':11612,'name':'hospital'},{'id':13027,'name':'wedding'}]" +693,"[{'id':591,'name':'cia'},{'id':970,'name':'parent child relationship'},{'id':1196,'name':'florida'},{'id':2088,'name':'anti-authoritarian upbringing'},{'id':2606,'name':'jew'},{'id':3453,'name':'parents-in-law'},{'id':3454,'name':'orderly'},{'id':3455,'name':'just married'},{'id':3456,'name':'sex therapy'},{'id':6188,'name':'bad father-in-law'},{'id':18035,'name':'family'},{'id':183886,'name':'illegitimate son'}]" +264480,"[{'id':1415,'name':'small town'},{'id':2493,'name':'oklahoma'},{'id':7312,'name':'road trip'},{'id':11001,'name':'religion'},{'id':14765,'name':'church'},{'id':155808,'name':'hometown'}]" +297,"[{'id':314,'name':'life and death'},{'id':699,'name':'love at first sight'},{'id':978,'name':'broken engagement'},{'id':2407,'name':'fireworks'},{'id':3684,'name':'religion and supernatural'},{'id':10791,'name':'teenage crush'},{'id':10855,'name':'fate'},{'id':13005,'name':'doctor'},{'id':33626,'name':'millionaire'},{'id':222047,'name':'angel of death'},{'id':249122,'name':'encontro marcado'}]" +11260,"[{'id':242,'name':'new york'},{'id':279,'name':'usa'},{'id':1316,'name':'captain'},{'id':1472,'name':'starship'},{'id':1605,'name':'new love'},{'id':4627,'name':'earth'},{'id':6054,'name':'friendship'},{'id':8468,'name':'crew'},{'id':9844,'name':'car crash'},{'id':9882,'name':'space'},{'id':9951,'name':'alien'},{'id':10349,'name':'survival'},{'id':13194,'name':'planet'},{'id':179431,'name':'duringcreditsstinger'}]" +203,"[{'id':1944,'name':'epilepsy'},{'id':2236,'name':'protection money'},{'id':7879,'name':'secret love'},{'id':10594,'name':'money'},{'id':11436,'name':'redemption'},{'id':252246,'name':'the movie brats'}]" +26103,"[{'id':1666,'name':'mexican standoff'},{'id':2429,'name':'will to survive'},{'id':10291,'name':'organized crime'},{'id':10950,'name':'shootout'},{'id':212606,'name':'witness elimination'}]" +10625,"[{'id':5248,'name':'female friendship'},{'id':6270,'name':'high school'},{'id':11860,'name':'fish out of water'},{'id':12392,'name':'best friend'},{'id':13130,'name':'teenager'},{'id':15402,'name':'popularity'},{'id':18453,'name':'gossip'},{'id':155722,'name':'teen comedy'},{'id':189964,'name':'high school rivalry'},{'id':190141,'name':'new girl at school'}]" +2123,"[{'id':222,'name':'schizophrenia'},{'id':8440,'name':'ex-cop'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'}]" +228203,"[{'id':387,'name':'california'},{'id':1415,'name':'small town'},{'id':8338,'name':'coach'},{'id':169071,'name':'championship'},{'id':187056,'name':'woman director'},{'id':187901,'name':'track and field'}]" +214140,"[{'id':703,'name':'detective'},{'id':15009,'name':'criminal'},{'id':15068,'name':'one day'}]" +261103,"[{'id':11477,'name':'anthropomorphism'},{'id':18379,'name':'bee'},{'id':179298,'name':'maya'},{'id':209714,'name':'3d'}]" +157380,"[{'id':539,'name':'middle east'},{'id':6038,'name':'marriage'},{'id':10183,'name':'independent film'},{'id':15160,'name':'divorce'},{'id':187056,'name':'woman director'},{'id':197574,'name':'new yorker'},{'id':209563,'name':'bride-to-be'}]" +9980,"[{'id':312,'name':'man vs machine'},{'id':1420,'name':'gas station'},{'id':2781,'name':'roadhouse'},{'id':4063,'name':'siege'},{'id':4376,'name':'lorry'},{'id':4803,'name':'comet'},{'id':5046,'name':'automation'},{'id':9276,'name':'truck'},{'id':10547,'name':'arcade'},{'id':159600,'name':'exploding truck'},{'id':169658,'name':'exploding gasoline station'},{'id':209387,'name':'inanimate objects coming to life'}]" +118683,[] +13051,"[{'id':242,'name':'new york'},{'id':782,'name':'assassin'},{'id':41645,'name':'based on video game'},{'id':179430,'name':'aftercreditsstinger'}]" +10830,"[{'id':970,'name':'parent child relationship'},{'id':2467,'name':'difficult childhood'},{'id':5086,'name':'telekinesis'},{'id':5561,'name':'child prodigy'},{'id':5707,'name':'childhood trauma'},{'id':10873,'name':'school'},{'id':41355,'name':'teacher student relationship'},{'id':246466,'name':'based on young adult novel'}]" +76424,[] +8619,"[{'id':3588,'name':'navy'},{'id':33384,'name':'napoleonic wars'},{'id':182662,'name':'naturalist'},{'id':182664,'name':'frigate'},{'id':182671,'name':'self surgery'},{'id':182677,'name':'sea battle'},{'id':182681,'name':'weevil'},{'id':207928,'name':'19th century'},{'id':213851,'name':'galapagos islands'}]" +24238,"[{'id':715,'name':'chocolate'},{'id':4132,'name':'birthmark'},{'id':4555,'name':'only child'},{'id':5310,'name':'approach'},{'id':5657,'name':'australia'},{'id':7508,'name':'friendship bracelet'},{'id':7868,'name':'pen pals'},{'id':10121,'name':'stop motion'},{'id':10226,'name':'neighbor'},{'id':160741,'name':'phone book'},{'id':169620,'name':'correspondence'}]" +295144,"[{'id':13042,'name':'soccer'},{'id':194413,'name':'intellectual disability'}]" +15919,"[{'id':700,'name':'italian american'},{'id':4452,'name':'butcher'},{'id':6038,'name':'marriage'},{'id':9673,'name':'love'},{'id':10508,'name':'teacher'},{'id':12544,'name':'crying'},{'id':14646,'name':'overbearing mother'},{'id':186403,'name':'dance hall'},{'id':210019,'name':'old maid'}]" +50837,"[{'id':380,'name':'sibling relationship'},{'id':739,'name':'sexual abuse'},{'id':6158,'name':'cult'},{'id':6981,'name':'connecticut'},{'id':157321,'name':'boundary violations'}]" +50321,"[{'id':5202,'name':'boy'},{'id':9951,'name':'alien'},{'id':10084,'name':'rescue'},{'id':10539,'name':'martian'},{'id':12553,'name':'alien abduction'},{'id':14909,'name':'alien invasion'},{'id':15101,'name':'based on children's book'},{'id':179431,'name':'duringcreditsstinger'}]" +75,"[{'id':83,'name':'saving the world'},{'id':464,'name':'total destruction'},{'id':833,'name':'white house'},{'id':839,'name':'mars'},{'id':840,'name':'usa president'},{'id':843,'name':'cataclysm'},{'id':1280,'name':'laser gun'},{'id':1704,'name':'ambassador'},{'id':1705,'name':'congress'},{'id':2867,'name':'pest'},{'id':3243,'name':'flying saucer'}]" +2321,"[{'id':700,'name':'italian american'},{'id':1812,'name':'fbi'},{'id':9799,'name':'romantic comedy'},{'id':11578,'name':'mobster'},{'id':208476,'name':'starting over'}]" +506,"[{'id':276,'name':'philadelphia'},{'id':447,'name':'post traumatic stress disorder'},{'id':549,'name':'prostitute'},{'id':570,'name':'rape'},{'id':643,'name':'horse race'},{'id':739,'name':'sexual abuse'},{'id':930,'name':'in love with enemy'},{'id':1252,'name':'suicide attempt'},{'id':1443,'name':'clerk'},{'id':1936,'name':'blackmail'},{'id':2039,'name':'sexual frustration'},{'id':2251,'name':'lie'},{'id':2284,'name':'horseback riding'},{'id':2316,'name':'women's sexual identity'},{'id':2547,'name':'new identity'},{'id':2548,'name':'kleptomania'},{'id':2672,'name':'baltimore'},{'id':2673,'name':'horse'},{'id':2675,'name':'frigidity'},{'id':2676,'name':'honeymoon'},{'id':2699,'name':'fetish'},{'id':2749,'name':'riding accident'},{'id':2799,'name':'cruise'},{'id':2800,'name':'psychology'},{'id':2801,'name':'self-defense'},{'id':2843,'name':'fetishism'},{'id':3713,'name':'chase'},{'id':9937,'name':'suspense'},{'id':13001,'name':'cowardliness'}]" +14306,"[{'id':736,'name':'journalist'},{'id':818,'name':'based on novel or book'},{'id':8841,'name':'puppy'},{'id':9673,'name':'love'},{'id':15162,'name':'dog'},{'id':179431,'name':'duringcreditsstinger'},{'id':209064,'name':'columnist'},{'id':230873,'name':'animal lead'}]" +90125,"[{'id':178954,'name':'bob marley'},{'id':178959,'name':'reggae music'},{'id':179431,'name':'duringcreditsstinger'}]" +84309,[] +50839,"[{'id':592,'name':'capitalism'},{'id':4608,'name':'brokerage'},{'id':5636,'name':'wall street'},{'id':33471,'name':'downsizing'},{'id':165193,'name':'financial crisis'},{'id':177493,'name':'stock market'},{'id':187243,'name':'stock market crash'},{'id':209493,'name':'21st century'},{'id':221004,'name':'investment'}]" +44754,"[{'id':242,'name':'new york'},{'id':992,'name':'bus'},{'id':3581,'name':'witness'},{'id':5340,'name':'investigation'},{'id':6149,'name':'police'},{'id':6256,'name':'truth'},{'id':10508,'name':'teacher'},{'id':10666,'name':'road accident'},{'id':12105,'name':'student'},{'id':14534,'name':'relationship'},{'id':18035,'name':'family'},{'id':240315,'name':'mother daughter relationship'}]" +157851,"[{'id':222,'name':'schizophrenia'},{'id':236,'name':'suicide'},{'id':572,'name':'sex'},{'id':657,'name':'fire'},{'id':2367,'name':'rehabilitation'},{'id':3190,'name':'menage a trois'},{'id':7578,'name':'wedding ring'},{'id':8201,'name':'satire'},{'id':10041,'name':'dysfunctional family'},{'id':11221,'name':'blood'},{'id':12396,'name':'hollywood'},{'id':14964,'name':'drugs'},{'id':33841,'name':'incest'},{'id':40952,'name':'therapy'},{'id':41329,'name':'mental illness'},{'id':157291,'name':'narcissism'},{'id':162846,'name':'ghost'},{'id':166109,'name':'child murder'},{'id':183133,'name':'aspiring actor'},{'id':207583,'name':'actress'}]" +326434,"[{'id':894,'name':'depression'},{'id':9716,'name':'stand-up comedy'},{'id':9840,'name':'romance'},{'id':33731,'name':'stand-up comedian'}]" +103620,"[{'id':222,'name':'schizophrenia'},{'id':549,'name':'prostitute'},{'id':2863,'name':'mannequin'},{'id':6255,'name':'insanity'},{'id':9714,'name':'remake'},{'id':9826,'name':'murder'},{'id':9957,'name':'loneliness'},{'id':10292,'name':'gore'},{'id':10714,'name':'serial killer'},{'id':14687,'name':'extreme violence'},{'id':40984,'name':'exhibition'},{'id':163699,'name':'vomiting'},{'id':165288,'name':'misogynist'},{'id':234906,'name':'murder spree'}]" +192136,"[{'id':378,'name':'prison'},{'id':3644,'name':'south africa'},{'id':4106,'name':'apartheid'},{'id':5565,'name':'biography'},{'id':5856,'name':'nelson mandela'},{'id':6165,'name':'historical figure'}]" +134653,[] +53101,"[{'id':679,'name':'cyborg'},{'id':162988,'name':'dystopian future'}]" +43319,"[{'id':2752,'name':'ranch'},{'id':13017,'name':'drifter'},{'id':157930,'name':'homestead'}]" +1850,"[{'id':837,'name':'show business'},{'id':3485,'name':'comedian'},{'id':5970,'name':'wrestling'}]" +9509,"[{'id':534,'name':'mexico'},{'id':591,'name':'cia'},{'id':1930,'name':'kidnapping'},{'id':2913,'name':'diary'},{'id':3036,'name':'bible'},{'id':3088,'name':'bodyguard'},{'id':10668,'name':'stuffed animal'},{'id':15156,'name':'cell phone'},{'id':33457,'name':'alcoholic'},{'id':156816,'name':'grenade launcher'},{'id':181117,'name':'bloodshed'},{'id':182733,'name':'swim meet'}]" +49527,"[{'id':9758,'name':'deception'},{'id':14512,'name':'new york city'},{'id':15219,'name':'rooftop'},{'id':40903,'name':'diamond heist'},{'id':157210,'name':'framed for a crime'},{'id':169271,'name':'escaped prisoner'},{'id':209140,'name':'negotiator'}]" +49521,"[{'id':83,'name':'saving the world'},{'id':849,'name':'dc comics'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':10761,'name':'superhuman'},{'id':14909,'name':'alien invasion'},{'id':33637,'name':'super power'},{'id':161184,'name':'reboot'},{'id':229266,'name':'dc extended universe'}]" +22404,"[{'id':1589,'name':'sniper'},{'id':10562,'name':'on the run'}]" +11631,"[{'id':641,'name':'single parent'},{'id':970,'name':'parent child relationship'},{'id':1200,'name':'greece'},{'id':4344,'name':'musical'},{'id':9457,'name':'single'},{'id':41011,'name':'based on song, poem or rhyme'},{'id':179431,'name':'duringcreditsstinger'},{'id':187056,'name':'woman director'}]" +132232,"[{'id':6152,'name':'supernatural'}]" +27342,"[{'id':591,'name':'cia'},{'id':782,'name':'assassin'}]" +2293,"[{'id':572,'name':'sex'},{'id':4325,'name':'game show'},{'id':8631,'name':'slacker'},{'id':41175,'name':'shopping'},{'id':157690,'name':'mall'},{'id':162296,'name':'ex-boyfriend ex-girlfriend relationship'},{'id':168033,'name':'jay and silent bob'},{'id':171329,'name':'silent man'},{'id':171343,'name':'coke'},{'id':171346,'name':'bandleader'},{'id':179430,'name':'aftercreditsstinger'}]" +2246,"[{'id':2587,'name':'married couple'},{'id':4617,'name':'insurance fraud'},{'id':6431,'name':'boarder'},{'id':9937,'name':'suspense'},{'id':168386,'name':'child wish'}]" +109706,[] +102651,"[{'id':3205,'name':'fairy tale'},{'id':3289,'name':'villain'},{'id':7430,'name':'sleeping beauty'},{'id':177895,'name':'dark fantasy'},{'id':179411,'name':'based on fairy tale'},{'id':186846,'name':'adaptation'},{'id':186847,'name':'retelling'},{'id':186849,'name':'literary adaptation'},{'id':209714,'name':'3d'},{'id':252498,'name':'მალეფისენტა'},{'id':252499,'name':'ანჯელინა ჯოლი'}]" +1883,"[{'id':187,'name':'islam'},{'id':242,'name':'new york'},{'id':378,'name':'prison'},{'id':441,'name':'assassination'},{'id':529,'name':'ku klux klan'},{'id':789,'name':'muslim'},{'id':796,'name':'police brutality'},{'id':966,'name':'beach'},{'id':2392,'name':'koran'},{'id':2881,'name':'jail guard'},{'id':2885,'name':'prison cell'},{'id':3036,'name':'bible'},{'id':5565,'name':'biography'},{'id':5835,'name':'martin luther king'},{'id':5860,'name':'nation of islam'},{'id':5861,'name':'civil rights movement '},{'id':5863,'name':'mekka'},{'id':5864,'name':'pilgrimage'},{'id':5865,'name':'cabriolet'},{'id':6149,'name':'police'},{'id':6165,'name':'historical figure'},{'id':14641,'name':'based on memoir or autobiography'},{'id':208455,'name':'malcolm x'}]" +167153,"[{'id':41329,'name':'mental illness'},{'id':207716,'name':'actor'}]" +212769,[] +10648,"[{'id':1679,'name':'arbitrary law'},{'id':3877,'name':'covered investigation'},{'id':5136,'name':'uniform'},{'id':5340,'name':'investigation'},{'id':5439,'name':'inspector'},{'id':7002,'name':'vigilante'},{'id':10978,'name':'bad cop'}]" +334,"[{'id':455,'name':'farewell'},{'id':697,'name':'loss of loved one'},{'id':802,'name':'regret'},{'id':970,'name':'parent child relationship'},{'id':1252,'name':'suicide attempt'},{'id':1412,'name':'becoming an adult'},{'id':3737,'name':'dying and death'},{'id':3817,'name':'chance'},{'id':5561,'name':'child prodigy'},{'id':5600,'name':'daughter'},{'id':6059,'name':'unsociability'},{'id':163976,'name':'reconciliation'}]" +13457,"[{'id':196682,'name':'rich man'}]" +77930,"[{'id':246,'name':'dancing'},{'id':1196,'name':'florida'},{'id':3688,'name':'strip club'},{'id':164865,'name':'male stripper'},{'id':165492,'name':'novice'}]" +139519,[] +61868,"[{'id':409,'name':'africa'},{'id':209714,'name':'3d'}]" +229297,"[{'id':1649,'name':'provence'},{'id':2343,'name':'magic'},{'id':6894,'name':'aunt'},{'id':180824,'name':'spiritualist'}]" +103370,[] +10761,"[{'id':388,'name':'scotland'},{'id':2038,'name':'love of one's life'},{'id':2336,'name':'ladykiller'},{'id':2864,'name':'one-night stand'},{'id':3584,'name':'bridesmaid'},{'id':3691,'name':'forbidden love'},{'id':178329,'name':'best friends in love'}]" +10527,"[{'id':409,'name':'africa'},{'id':931,'name':'jealousy'},{'id':1691,'name':'dance'},{'id':1899,'name':'hunger'},{'id':2043,'name':'lion'},{'id':2172,'name':'zoo'},{'id':2509,'name':'hippopotamus'},{'id':2552,'name':'chimp'},{'id':3028,'name':'penguin'},{'id':3347,'name':'volcano'},{'id':3645,'name':'madagascar'},{'id':3800,'name':'airplane'},{'id':7639,'name':'zebra'},{'id':9663,'name':'sequel'},{'id':15097,'name':'shark'},{'id':156395,'name':'imax'},{'id':179431,'name':'duringcreditsstinger'}]" +80321,"[{'id':291,'name':'circus'},{'id':3645,'name':'madagascar'},{'id':209714,'name':'3d'},{'id':247417,'name':'talking animal'}]" +953,"[{'id':2043,'name':'lion'},{'id':2509,'name':'hippopotamus'},{'id':2510,'name':'giraffe'},{'id':3028,'name':'penguin'},{'id':7639,'name':'zebra'}]" +76341,"[{'id':2964,'name':'future'},{'id':3713,'name':'chase'},{'id':4458,'name':'post-apocalyptic'},{'id':4565,'name':'dystopia'},{'id':5657,'name':'australia'},{'id':10084,'name':'rescue'},{'id':10349,'name':'survival'},{'id':10562,'name':'on the run'},{'id':155499,'name':'convoy'},{'id':190954,'name':'peak oil'},{'id':212516,'name':'dark future'}]" +8810,"[{'id':1653,'name':'explosive'},{'id':1789,'name':'boomerang'},{'id':2546,'name':'mask'},{'id':2804,'name':'exploitation'},{'id':3203,'name':'pilot'},{'id':3713,'name':'chase'},{'id':4458,'name':'post-apocalyptic'},{'id':4565,'name':'dystopia'},{'id':5011,'name':'deal'},{'id':5385,'name':'survivor'},{'id':5650,'name':'feral child'},{'id':5657,'name':'australia'},{'id':5890,'name':'community'},{'id':8440,'name':'ex-cop'},{'id':9276,'name':'truck'},{'id':9663,'name':'sequel'},{'id':10183,'name':'independent film'},{'id':10590,'name':'oil'},{'id':10689,'name':'wasteland'},{'id':12365,'name':'gang rape'},{'id':14736,'name':'motorcycle gang'},{'id':14819,'name':'violence'},{'id':15162,'name':'dog'},{'id':17937,'name':'desolate'},{'id':34117,'name':'cult film'},{'id':158269,'name':'oil refinery'},{'id':172841,'name':'music box'},{'id':175994,'name':'oil tanker'},{'id':192213,'name':'wanderer'},{'id':205624,'name':'ozploitation'}]" +9659,"[{'id':473,'name':'chain'},{'id':1009,'name':'baby'},{'id':2804,'name':'exploitation'},{'id':3450,'name':'bridge'},{'id':4458,'name':'post-apocalyptic'},{'id':4565,'name':'dystopia'},{'id':5144,'name':'matter of life and death'},{'id':5657,'name':'australia'},{'id':6239,'name':'benzine'},{'id':6951,'name':'biker'},{'id':7002,'name':'vigilante'},{'id':8015,'name':'cop'},{'id':9104,'name':'partner'},{'id':9276,'name':'truck'},{'id':14735,'name':'motorcycle'},{'id':14736,'name':'motorcycle gang'},{'id':18114,'name':'exploding car'},{'id':34117,'name':'cult film'},{'id':205624,'name':'ozploitation'}]" +10433,"[{'id':5572,'name':'fistfight'},{'id':6149,'name':'police'},{'id':7558,'name':'life-saver'},{'id':8015,'name':'cop'},{'id':12990,'name':'singing'},{'id':14828,'name':'city'}]" +25870,[] +45610,"[{'id':3058,'name':'underage soldier'},{'id':179431,'name':'duringcreditsstinger'}]" +106747,"[{'id':534,'name':'mexico'},{'id':833,'name':'white house'},{'id':3312,'name':'nuclear missile'},{'id':3544,'name':'machete'},{'id':9882,'name':'space'}]" +23631,"[{'id':697,'name':'loss of loved one'},{'id':2173,'name':'illegal immigration'},{'id':3014,'name':'immigration law'},{'id':3544,'name':'machete'},{'id':6083,'name':'politician'},{'id':9310,'name':'latinx lead'},{'id':12404,'name':'hard to kill'},{'id':12639,'name':'brutal death'}]" +37931,"[{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'}]" +11316,"[{'id':388,'name':'scotland'},{'id':497,'name':'shakespeare'},{'id':502,'name':'ambush'},{'id':797,'name':'showdown'},{'id':2011,'name':'queen'},{'id':4152,'name':'kingdom'},{'id':9826,'name':'murder'},{'id':10141,'name':'battlefield'},{'id':10614,'name':'tragedy'},{'id':14819,'name':'violence'},{'id':18543,'name':'combat'},{'id':33720,'name':'guilt'},{'id':175245,'name':'sword duel'},{'id':192913,'name':'warrior'},{'id':228166,'name':'11th century'}]" +104859,[] +240832,"[{'id':310,'name':'artificial intelligence'},{'id':1475,'name':'telepathy'},{'id':2051,'name':'intelligence'},{'id':2235,'name':'drug mule'},{'id':5086,'name':'telekinesis'},{'id':9685,'name':'futuristic'},{'id':14964,'name':'drugs'},{'id':33637,'name':'super power'},{'id':34009,'name':'tough girl'},{'id':156395,'name':'imax'},{'id':157959,'name':'surgery'},{'id':234944,'name':'brain capacity'},{'id':234945,'name':'synthetic drug'},{'id':234946,'name':'human brain'}]" +214096,"[{'id':187056,'name':'woman director'}]" +186,"[{'id':441,'name':'assassination'},{'id':782,'name':'assassin'},{'id':1284,'name':'identity'},{'id':1589,'name':'sniper'},{'id':1812,'name':'fbi'},{'id':2281,'name':'mistake in person'},{'id':2606,'name':'jew'},{'id':3149,'name':'gangster'},{'id':5305,'name':'gambling debts'},{'id':5306,'name':'boss'},{'id':9826,'name':'murder'},{'id':12355,'name':'sniper rifle'},{'id':155759,'name':'horse racing'},{'id':155841,'name':'gambler'},{'id':160488,'name':'hoodlum'},{'id':179450,'name':'black men'}]" +70585,"[{'id':4258,'name':'lottery'},{'id':9986,'name':'crush'},{'id':10714,'name':'serial killer'},{'id':10791,'name':'teenage crush'}]" +319389,"[{'id':9799,'name':'romantic comedy'}]" +74505,"[{'id':1803,'name':'drug addiction'},{'id':160059,'name':'psychosis'}]" +77805,"[{'id':5565,'name':'biography'},{'id':7344,'name':'porno star'},{'id':9672,'name':'based on a true story'},{'id':158436,'name':'porn actress'}]" +52109,"[{'id':380,'name':'sibling relationship'},{'id':10181,'name':'based on play or musical'},{'id':13028,'name':'writer'},{'id':14570,'name':'las vegas'},{'id':15160,'name':'divorce'},{'id':33457,'name':'alcoholic'}]" +200727,"[{'id':818,'name':'based on novel or book'},{'id':173186,'name':'teenage pregnancy'},{'id':178329,'name':'best friends in love'},{'id':217405,'name':'missed opportunity'}]" +43347,"[{'id':3344,'name':'letter'},{'id':9673,'name':'love'},{'id':10425,'name':'viagra'},{'id':11530,'name':'sexual freedom'},{'id':11678,'name':'free spirit'}]" +270643,[] +271714,"[{'id':2726,'name':'therapist'},{'id':4048,'name':'musician'},{'id':5565,'name':'biography'},{'id':15274,'name':'nervous breakdown'},{'id':33475,'name':'songwriter'},{'id':33922,'name':'pop music'},{'id':203358,'name':'the beach boys'},{'id':203360,'name':'psychotherapist'},{'id':208289,'name':'1980s'},{'id':208992,'name':'1960s'}]" +4975,"[{'id':237,'name':'gay'},{'id':437,'name':'painter'},{'id':697,'name':'loss of loved one'},{'id':1605,'name':'new love'},{'id':2936,'name':'artists' life'},{'id':6022,'name':'arts'},{'id':158718,'name':'lgbt'}]" +244268,"[{'id':10180,'name':'homosexuality'},{'id':10183,'name':'independent film'},{'id':13027,'name':'wedding'},{'id':14512,'name':'new york city'}]" +25643,"[{'id':612,'name':'hotel'},{'id':2778,'name':'florist'},{'id':5774,'name':'forest'},{'id':9872,'name':'grief'},{'id':15191,'name':'seminar'},{'id':186779,'name':'motivational speaker'}]" +14736,"[{'id':4663,'name':'lovers'},{'id':5608,'name':'affection'},{'id':6075,'name':'sport'},{'id':6270,'name':'high school'},{'id':6496,'name':'basketball'},{'id':8635,'name':'high school sports'},{'id':14534,'name':'relationship'},{'id':187056,'name':'woman director'}]" +150015,"[{'id':65,'name':'holiday'},{'id':2683,'name':'tango'},{'id':6095,'name':'house'},{'id':8508,'name':'party'},{'id':10624,'name':'bully'},{'id':10738,'name':'diner'},{'id':10794,'name':'snow'},{'id':15111,'name':'drinking'},{'id':160246,'name':'childhood friends'},{'id':187056,'name':'woman director'},{'id':207317,'name':'christmas'}]" +18966,"[{'id':1909,'name':'coffin'},{'id':3133,'name':'vampire'},{'id':3633,'name':'dracula'},{'id':9799,'name':'romantic comedy'},{'id':11931,'name':'spoof'},{'id':155490,'name':'disco'}]" +508,"[{'id':212,'name':'london'},{'id':699,'name':'love at first sight'},{'id':840,'name':'usa president'},{'id':916,'name':'marseille'},{'id':1242,'name':'war on terror'},{'id':1438,'name':'office'},{'id':1441,'name':'christmas party'},{'id':2182,'name':'bars and restaurants'},{'id':2562,'name':'press conference'},{'id':2568,'name':'language barrier'},{'id':2569,'name':'prime minister'},{'id':2570,'name':'rock star'},{'id':7358,'name':'school performance'},{'id':171366,'name':'multiple storylines'},{'id':207317,'name':'christmas'},{'id':214644,'name':'christmas holiday'}]" +54320,"[{'id':1533,'name':'isolation'},{'id':9882,'name':'space'},{'id':14626,'name':'astronaut'},{'id':156039,'name':'space station'},{'id':190742,'name':'solitude'}]" +41382,[] +167810,"[{'id':1420,'name':'gas station'},{'id':1449,'name':'underworld'},{'id':6259,'name':'psychopath'},{'id':6510,'name':'demolition'},{'id':9887,'name':'surrealism'},{'id':10541,'name':'curse'},{'id':10622,'name':'lost city'},{'id':11004,'name':'rural setting'},{'id':17363,'name':'house of horrors'},{'id':181544,'name':'desolation'},{'id':207268,'name':'neo-noir'},{'id':240779,'name':'neo 80s'},{'id':240780,'name':'scrap yard'}]" +153,"[{'id':213,'name':'upper class'},{'id':233,'name':'japan'},{'id':596,'name':'adultery'},{'id':922,'name':'hotel room'},{'id':965,'name':'age difference'},{'id':1003,'name':'photographer'},{'id':1004,'name':'commercial'},{'id':1005,'name':'karaoke'},{'id':1007,'name':'homesickness'},{'id':1463,'name':'culture clash'},{'id':1599,'name':'midlife crisis'},{'id':1895,'name':'jet lag'},{'id':3490,'name':'pop star'},{'id':6059,'name':'unsociability'},{'id':9957,'name':'loneliness'},{'id':167982,'name':'unlikely friendship'},{'id':179430,'name':'aftercreditsstinger'},{'id':187056,'name':'woman director'},{'id':207716,'name':'actor'}]" +638,"[{'id':222,'name':'schizophrenia'},{'id':378,'name':'prison'},{'id':445,'name':'pornography'},{'id':625,'name':'sadistic'},{'id':851,'name':'dual identity'},{'id':931,'name':'jealousy'},{'id':1566,'name':'dream'},{'id':1664,'name':'eroticism'},{'id':2039,'name':'sexual frustration'},{'id':2320,'name':'violent husband'},{'id':2340,'name':'paranoia'},{'id':2359,'name':'headache'},{'id':2496,'name':'impotence'},{'id':2669,'name':'motel'},{'id':2885,'name':'prison cell'},{'id':3017,'name':'jazz musician'},{'id':3030,'name':'nightmare'},{'id':3149,'name':'gangster'},{'id':3295,'name':'vicious circle'},{'id':3296,'name':'car mechanic'},{'id':3298,'name':'hallucination'},{'id':3300,'name':'cadillac'},{'id':3301,'name':'suspicion'},{'id':3302,'name':'bloodthirstiness'},{'id':3303,'name':'bedroom'},{'id':3305,'name':'housebreaking'},{'id':3306,'name':'highway'},{'id':3307,'name':'surreal'},{'id':3394,'name':'identity crisis'},{'id':3737,'name':'dying and death'},{'id':4375,'name':'transformation'},{'id':6149,'name':'police'},{'id':6255,'name':'insanity'},{'id':9826,'name':'murder'},{'id':9844,'name':'car crash'},{'id':34094,'name':'extramarital affair'},{'id':177185,'name':'videotape'},{'id':189421,'name':'female corpse'}]" +241766,"[{'id':1157,'name':'wife husband relationship'},{'id':3149,'name':'gangster'},{'id':175593,'name':'mysterious killer'}]" +1830,"[{'id':2106,'name':'cold war'},{'id':6110,'name':'weapon'},{'id':6163,'name':'arms dealer'}]" +9960,"[{'id':1468,'name':'child murderer'},{'id':10349,'name':'survival'},{'id':18068,'name':'teenage boy'},{'id':155746,'name':'deserted island'},{'id':170309,'name':'dead children'},{'id':170310,'name':'south sea island'},{'id':170314,'name':'flogging'},{'id':170322,'name':'degeneration'},{'id':170330,'name':'swine'},{'id':170333,'name':'innocence lost'},{'id':170335,'name':'whipping'},{'id':170336,'name':'asthmatic'},{'id':170337,'name':'aeronautics'},{'id':170339,'name':'rite'}]" +8973,"[{'id':3419,'name':'fanatic'},{'id':6152,'name':'supernatural'},{'id':6506,'name':'resurrection'},{'id':156174,'name':'occult'},{'id':173162,'name':'sect'},{'id':177912,'name':'wizard'}]" +11387,"[{'id':3096,'name':'book'}]" +79465,[] +59967,"[{'id':236,'name':'suicide'},{'id':782,'name':'assassin'},{'id':1803,'name':'drug addiction'},{'id':2964,'name':'future'},{'id':4379,'name':'time travel'},{'id':4565,'name':'dystopia'},{'id':4948,'name':'retirement'},{'id':5202,'name':'boy'},{'id':9826,'name':'murder'},{'id':10291,'name':'organized crime'},{'id':10614,'name':'tragedy'},{'id':13129,'name':'execution'},{'id':14819,'name':'violence'},{'id':15009,'name':'criminal'},{'id':18179,'name':'drug addict'},{'id':177964,'name':'contract killer'},{'id':207268,'name':'neo-noir'}]" +10715,"[{'id':470,'name':'spy'},{'id':886,'name':'movie business'},{'id':1339,'name':'duck'},{'id':3208,'name':'bunny'},{'id':4391,'name':'wretch'},{'id':209220,'name':'live action and animation'}]" +39995,"[{'id':65,'name':'holiday'},{'id':1890,'name':'camping'},{'id':3593,'name':'wilderness'},{'id':5774,'name':'forest'},{'id':14527,'name':'storm'},{'id':34117,'name':'cult film'},{'id':155235,'name':'animal killing'},{'id':193760,'name':'australian outback'}]" +193756,"[{'id':818,'name':'based on novel or book'},{'id':3541,'name':'afghanistan'},{'id':5565,'name':'biography'},{'id':7955,'name':'taliban'},{'id':10349,'name':'survival'},{'id':11219,'name':'navy seal'},{'id':162365,'name':'military'},{'id':181325,'name':'dangerous mission'}]" +48838,"[{'id':697,'name':'loss of loved one'},{'id':2560,'name':'paparazzi'},{'id':3149,'name':'gangster'},{'id':14819,'name':'violence'},{'id':33605,'name':'murdered sister'},{'id':34079,'name':'death'},{'id':179431,'name':'duringcreditsstinger'}]" +9769,"[{'id':931,'name':'jealousy'},{'id':1328,'name':'secret'},{'id':1936,'name':'blackmail'},{'id':1992,'name':'professor'},{'id':2087,'name':'lolita'},{'id':3182,'name':'seduction'},{'id':6149,'name':'police'},{'id':7312,'name':'road trip'},{'id':9673,'name':'love'},{'id':9826,'name':'murder'},{'id':10508,'name':'teacher'},{'id':13130,'name':'teenager'},{'id':14794,'name':'lust'},{'id':33513,'name':'desire'},{'id':40895,'name':'illness'},{'id':160089,'name':'underage'},{'id':178649,'name':'voyeurism'},{'id':201490,'name':'flirtation'},{'id':208445,'name':'virginity'}]" +80271,"[{'id':970,'name':'parent child relationship'},{'id':10683,'name':'coming of age'},{'id':11870,'name':'teen movie'},{'id':13130,'name':'teenager'},{'id':165317,'name':'based on movie'},{'id':178945,'name':'working mom'},{'id':187056,'name':'woman director'}]" +81796,"[{'id':840,'name':'usa president'},{'id':2095,'name':'anti hero'},{'id':2689,'name':'dementia'},{'id':2964,'name':'future'},{'id':9882,'name':'space'},{'id':15234,'name':'convict'},{'id':15271,'name':'interrogation'},{'id':156039,'name':'space station'},{'id':190004,'name':'collision in space'},{'id':209493,'name':'21st century'}]" +210479,"[{'id':212,'name':'london'},{'id':392,'name':'england'},{'id':1157,'name':'wife husband relationship'},{'id':3725,'name':'pregnancy'},{'id':11513,'name':'cheating husband'},{'id':14586,'name':'construction site'},{'id':162914,'name':'one night'},{'id':167043,'name':'road movie'},{'id':180307,'name':'driving'},{'id':234041,'name':'one location'},{'id':238186,'name':'project manager'},{'id':238187,'name':'driving at night'},{'id':238188,'name':'car phone'}]" +100,"[{'id':502,'name':'ambush'},{'id':567,'name':'alcohol'},{'id':1366,'name':'shotgun'},{'id':4262,'name':'tea'},{'id':4523,'name':'joint'},{'id':7149,'name':'machismo'},{'id':9227,'name':'cocktail'},{'id':9897,'name':'rifle'},{'id':10776,'name':'marijuana'},{'id':11488,'name':'pot smoking'},{'id':15394,'name':'hatchet'},{'id':15395,'name':'antique'},{'id':15396,'name':'cardsharp'},{'id':18047,'name':'anger'},{'id':34117,'name':'cult film'},{'id':167542,'name':'carjacking'},{'id':207592,'name':'piano'},{'id':227944,'name':'strip show'},{'id':227945,'name':'high stakes'}]" +2324,"[{'id':10183,'name':'independent film'}]" +1571,"[{'id':521,'name':'washington d.c.'},{'id':1562,'name':'hostage'},{'id':1812,'name':'fbi'},{'id':1930,'name':'kidnapping'},{'id':2157,'name':'hacker'},{'id':3543,'name':'transport of prisoners'},{'id':8440,'name':'ex-cop'},{'id':9937,'name':'suspense'},{'id':14819,'name':'violence'},{'id':15483,'name':'car chase'},{'id':218122,'name':'cyber terrorism'},{'id':219404,'name':'action hero'}]" +253,"[{'id':212,'name':'london'},{'id':242,'name':'new york'},{'id':258,'name':'bomb'},{'id':392,'name':'england'},{'id':470,'name':'spy'},{'id':798,'name':'sheriff'},{'id':818,'name':'based on novel or book'},{'id':851,'name':'dual identity'},{'id':1308,'name':'secret identity'},{'id':1422,'name':'boat'},{'id':2149,'name':'drug traffic'},{'id':2591,'name':'tarot cards'},{'id':2671,'name':'heroin'},{'id':3185,'name':'crocodile'},{'id':3266,'name':'jamaica'},{'id':3269,'name':'secret mission'},{'id':3272,'name':'secret intelligence service'},{'id':3391,'name':'drug smuggle'},{'id':3392,'name':'voodoo'},{'id':3393,'name':'tombstone'},{'id':168192,'name':'speedboat '},{'id':179430,'name':'aftercreditsstinger'}]" +10776,"[{'id':2382,'name':'flower'},{'id':2642,'name':'solar eclipse'},{'id':2778,'name':'florist'},{'id':2879,'name':'aggression'},{'id':3487,'name':'assistant'},{'id':3704,'name':'plant'},{'id':3836,'name':'success'},{'id':4344,'name':'musical'},{'id':5340,'name':'investigation'},{'id':5801,'name':'nerd'},{'id':6946,'name':'blonde'},{'id':8183,'name':'carnivorous plant'},{'id':9714,'name':'remake'},{'id':9986,'name':'crush'},{'id':10181,'name':'based on play or musical'},{'id':11691,'name':'puppetry'},{'id':14735,'name':'motorcycle'},{'id':14773,'name':'eclipse'},{'id':33491,'name':'part animated'},{'id':33780,'name':'dentist'},{'id':41267,'name':'bum'},{'id':155806,'name':'killer plant'},{'id':165314,'name':'skid row'},{'id':165317,'name':'based on movie'},{'id':165319,'name':'plant food'},{'id':165324,'name':'flesh eating plant'},{'id':165334,'name':'inept assistant'},{'id':210234,'name':'man eating plant'}]" +773,"[{'id':380,'name':'sibling relationship'},{'id':387,'name':'california'},{'id':1157,'name':'wife husband relationship'},{'id':2783,'name':'family's daily life'},{'id':3306,'name':'highway'},{'id':3746,'name':'literature professor'},{'id':5496,'name':'beauty contest'},{'id':5549,'name':'beauty queen contest'},{'id':7312,'name':'road trip'},{'id':10235,'name':'family relationships'},{'id':33694,'name':'family holiday'},{'id':167043,'name':'road movie'},{'id':187056,'name':'woman director'},{'id':191583,'name':'beauty pageant'}]" +39451,"[{'id':428,'name':'nurse'},{'id':977,'name':'cat'},{'id':4604,'name':'father-in-law'},{'id':5569,'name':'vomit'},{'id':9963,'name':'kids and family'},{'id':10425,'name':'viagra'},{'id':179431,'name':'duringcreditsstinger'}]" +27899,"[{'id':642,'name':'robbery'},{'id':818,'name':'based on novel or book'},{'id':3149,'name':'gangster'},{'id':6974,'name':'rise and fall'},{'id':9730,'name':'crime boss'},{'id':9826,'name':'murder'},{'id':10291,'name':'organized crime'},{'id':156764,'name':'pre-code'},{'id':208306,'name':'teetotaler'}]" +1689,"[{'id':4476,'name':'buddhist'},{'id':4558,'name':'tibet'},{'id':5484,'name':'reincarnation'},{'id':5722,'name':'buddha'},{'id':5723,'name':'siddhartha'},{'id':10183,'name':'independent film'}]" +141614,[] +244260,"[{'id':1415,'name':'small town'},{'id':8902,'name':'mining accident'},{'id':187056,'name':'woman director'},{'id':201990,'name':'miners'}]" +9399,"[{'id':213,'name':'upper class'},{'id':2231,'name':'drug dealer'},{'id':2905,'name':'foreign legion'},{'id':5572,'name':'fistfight'},{'id':6789,'name':'foreign legionaire'},{'id':9748,'name':'revenge'}]" +72976,"[{'id':840,'name':'usa president'},{'id':1860,'name':'mutiny'},{'id':6001,'name':'speech'},{'id':9672,'name':'based on a true story'},{'id':10141,'name':'battlefield'},{'id':155294,'name':'family conflict'},{'id':159103,'name':'mourning'},{'id':179585,'name':'american civil war'},{'id':185718,'name':'cultural conflict'},{'id':185723,'name':'battle of gettysburg'},{'id':185728,'name':'secession'},{'id':185730,'name':'presidential cabinet'},{'id':185733,'name':'gettysburg address'},{'id':185736,'name':'conflagration'},{'id':185740,'name':'ethical dilemma'},{'id':185742,'name':'emancipation'},{'id':207928,'name':'19th century'},{'id':209409,'name':'abraham lincoln'}]" +51876,"[{'id':242,'name':'new york'},{'id':279,'name':'usa'},{'id':1279,'name':'medicine'},{'id':6083,'name':'politician'},{'id':8126,'name':'pill'},{'id':9323,'name':'iq'},{'id':10333,'name':'stalking'},{'id':10761,'name':'superhuman'},{'id':13028,'name':'writer'},{'id':14964,'name':'drugs'},{'id':33632,'name':'apartment'},{'id':156661,'name':'threat'},{'id':211986,'name':'knowledge'}]" +248212,"[{'id':10180,'name':'homosexuality'},{'id':10198,'name':'gay relationship'},{'id':158718,'name':'lgbt'},{'id':160269,'name':'lost love'}]" +11544,"[{'id':380,'name':'sibling relationship'},{'id':1603,'name':'extraterrestrial technology'},{'id':1668,'name':'hawaii'},{'id':2393,'name':'adoption'},{'id':2766,'name':'mutation'},{'id':4862,'name':'alien life-form'},{'id':4939,'name':'alien phenomenons'},{'id':10336,'name':'animation'},{'id':15162,'name':'dog'},{'id':168490,'name':'dead parents'}]" +60420,"[{'id':6674,'name':'chair'},{'id':159945,'name':'customs'},{'id':159946,'name':'student visa'},{'id':159947,'name':'parents'},{'id':159948,'name':'blogger'}]" +214218,"[{'id':4729,'name':'dublin'},{'id':157782,'name':'mattress'},{'id':239102,'name':'lost money'}]" +87827,"[{'id':270,'name':'ocean'},{'id':2172,'name':'zoo'},{'id':2580,'name':'shipwreck'},{'id':4096,'name':'hindu'},{'id':4809,'name':'tiger'},{'id':6150,'name':'faith'},{'id':7639,'name':'zebra'},{'id':12971,'name':'zookeeper'},{'id':14636,'name':'india'},{'id':18068,'name':'teenage boy'},{'id':18136,'name':'hyena'},{'id':18153,'name':'meerkat'},{'id':158022,'name':'cargo ship'},{'id':163000,'name':'lifeboat'},{'id':163014,'name':'injured animal'},{'id':168683,'name':'storm at sea'}]" +209189,"[{'id':1930,'name':'kidnapping'},{'id':18021,'name':'detroit'}]" +583,"[{'id':186,'name':'christianity'},{'id':835,'name':'jewry'},{'id':836,'name':'resistance'},{'id':1394,'name':'gladiator'},{'id':1405,'name':'roman empire'},{'id':1979,'name':'balcony'},{'id':2618,'name':'miracle'},{'id':2815,'name':'graffiti'},{'id':2974,'name':'jesus christ'},{'id':3440,'name':'doomed man'},{'id':3569,'name':'latin'},{'id':3570,'name':'three kings'},{'id':3571,'name':'crucifixion'},{'id':3574,'name':'bethlehem'},{'id':3737,'name':'dying and death'},{'id':5066,'name':'stoning'},{'id':8201,'name':'satire'},{'id':11001,'name':'religion'},{'id':18126,'name':'sermon on the mount'},{'id':34117,'name':'cult film'},{'id':236316,'name':'anarchic comedy'}]" +201550,[] +66150,"[{'id':1850,'name':'daily life'},{'id':11079,'name':'non fiction'},{'id':12196,'name':'clip show'},{'id':13073,'name':'fear'},{'id':15067,'name':'talking to the camera'},{'id':15068,'name':'one day'},{'id':157171,'name':'nonlinear timeline'}]" +38408,"[{'id':697,'name':'loss of loved one'},{'id':1009,'name':'baby'},{'id':2022,'name':'godmother'},{'id':9799,'name':'romantic comedy'},{'id':11093,'name':'parenthood'},{'id':13014,'name':'orphan'},{'id':15405,'name':'godfather'},{'id':212873,'name':'co-parenting'},{'id':223569,'name':'legal guardian'}]" +244566,[] +6522,"[{'id':787,'name':'mississippi'},{'id':7856,'name':'racist'},{'id':10696,'name':'bootlegging'},{'id':15009,'name':'criminal'},{'id':195166,'name':'life imprisonment'}]" +14938,"[{'id':2326,'name':'alibi'},{'id':3202,'name':'con man'},{'id':3879,'name':'suspect'},{'id':9826,'name':'murder'},{'id':12094,'name':'business'},{'id':156166,'name':'mormon'},{'id':202666,'name':'unfaithful'}]" +2959,"[{'id':1605,'name':'new love'},{'id':2856,'name':'ten commandments'},{'id':3582,'name':'bride'},{'id':3583,'name':'bridegroom'},{'id':6038,'name':'marriage'},{'id':6192,'name':'relation'},{'id':6281,'name':'partnership'},{'id':6704,'name':'civil registry office'},{'id':10093,'name':'priest'},{'id':13027,'name':'wedding'},{'id':14765,'name':'church'}]" +709,"[{'id':417,'name':'corruption'},{'id':1196,'name':'florida'},{'id':1308,'name':'secret identity'},{'id':2019,'name':'liberation of prisoners'},{'id':2149,'name':'drug traffic'},{'id':3435,'name':'floatplane'},{'id':3543,'name':'transport of prisoners'},{'id':3545,'name':'tank car'},{'id':3546,'name':'florida keys'},{'id':3547,'name':'coast guard'},{'id':3800,'name':'airplane'},{'id':156095,'name':'british secret service'},{'id':244739,'name':'007'}]" +84306,"[{'id':965,'name':'age difference'},{'id':2132,'name':'literature'},{'id':3096,'name':'book'},{'id':3344,'name':'letter'},{'id':3616,'name':'college'},{'id':8039,'name':'campus'},{'id':14669,'name':'older man younger woman relationship'},{'id':155410,'name':'reading'},{'id':156455,'name':'unhappiness'},{'id':207844,'name':'college student'}]" +196305,"[{'id':613,'name':'new year's eve'},{'id':170539,'name':'truth or dare'},{'id':180668,'name':'homicide detective'},{'id':180764,'name':'wild party'},{'id':188991,'name':'drunkenness'},{'id':220470,'name':'broken romances'}]" +1624,"[{'id':387,'name':'california'},{'id':1022,'name':'workaholic'},{'id':1421,'name':'birthday'},{'id':2251,'name':'lie'},{'id':3725,'name':'pregnancy'},{'id':4896,'name':'wish'},{'id':6256,'name':'truth'}]" +91070,"[{'id':1009,'name':'baby'},{'id':1253,'name':'roommate'},{'id':3725,'name':'pregnancy'},{'id':6054,'name':'friendship'},{'id':9457,'name':'single'},{'id':12670,'name':'los angeles'},{'id':13043,'name':'dating'},{'id':187056,'name':'woman director'}]" +127962,"[{'id':1495,'name':'fishing'},{'id':1913,'name':'atlantic ocean'},{'id':5420,'name':'fisherman'},{'id':187056,'name':'woman director'},{'id':190046,'name':'commercial fishing'}]" +37056,"[{'id':131,'name':'italy'},{'id':3344,'name':'letter'},{'id':9799,'name':'romantic comedy'},{'id':34061,'name':'american abroad'},{'id':164698,'name':'boyfriend girlfriend'},{'id':168551,'name':'italian stereotype'},{'id':193614,'name':'verona italy'},{'id':207372,'name':'quest'}]" +300706,"[{'id':199073,'name':'wife murder'},{'id':208508,'name':'murder plot'}]" +193893,"[{'id':279,'name':'usa'},{'id':417,'name':'corruption'},{'id':642,'name':'robbery'},{'id':1930,'name':'kidnapping'},{'id':2334,'name':'nightclub'},{'id':3230,'name':'male friendship'},{'id':5340,'name':'investigation'},{'id':6149,'name':'police'},{'id':8508,'name':'party'},{'id':9826,'name':'murder'},{'id':9856,'name':'flashback'},{'id':11578,'name':'mobster'},{'id':12670,'name':'los angeles'},{'id':170682,'name':'lying'},{'id':185071,'name':'impersonating a police officer'}]" +944,"[{'id':167377,'name':'lapd'},{'id':167381,'name':'house on fire'},{'id':188944,'name':'revolver'}]" +943,"[{'id':155716,'name':'rookie cop'},{'id':167316,'name':'buddy cop'},{'id':179430,'name':'aftercreditsstinger'}]" +942,"[{'id':697,'name':'loss of loved one'},{'id':10726,'name':'gang'},{'id':15167,'name':'police detective'},{'id':167316,'name':'buddy cop'},{'id':167328,'name':'diplomatic immunity'},{'id':167377,'name':'lapd'}]" +941,"[{'id':1824,'name':'self-destruction'},{'id':12670,'name':'los angeles'},{'id':15167,'name':'police detective'},{'id':162380,'name':'ex soldier'},{'id':167316,'name':'buddy cop'},{'id':167377,'name':'lapd'},{'id':180668,'name':'homicide detective'},{'id':208397,'name':'death of wife'},{'id':234038,'name':'recklessness'}]" +276488,"[{'id':388,'name':'scotland'},{'id':718,'name':'confession'},{'id':796,'name':'police brutality'},{'id':1415,'name':'small town'},{'id':4225,'name':'night shift'},{'id':6149,'name':'police'},{'id':6259,'name':'psychopath'},{'id':8636,'name':'blood splatter'},{'id':9826,'name':'murder'},{'id':10508,'name':'teacher'},{'id':10714,'name':'serial killer'},{'id':11363,'name':'arson'},{'id':14819,'name':'violence'},{'id':15321,'name':'police station'},{'id':155232,'name':'drunk driving'},{'id':156104,'name':'stranger'},{'id':156257,'name':'jail cell'}]" +41402,"[{'id':3133,'name':'vampire'},{'id':9668,'name':'child vampire'},{'id':9714,'name':'remake'},{'id':10624,'name':'bully'},{'id':11336,'name':'young boy'},{'id':15208,'name':'biting'},{'id':15209,'name':'dead boy'},{'id':155730,'name':'hammer horror'},{'id':208289,'name':'1980s'}]" +82695,"[{'id':254,'name':'france'},{'id':642,'name':'robbery'},{'id':1411,'name':'brothel'},{'id':1820,'name':'trip'},{'id':1919,'name':'mayor'},{'id':3412,'name':'star'},{'id':4319,'name':'french revolution'},{'id':4344,'name':'musical'},{'id':5638,'name':'arrest'},{'id':6092,'name':'army'},{'id':7246,'name':'barricade'},{'id':11196,'name':'rebellion'},{'id':13027,'name':'wedding'},{'id':13072,'name':'falling in love'},{'id':13092,'name':'corpse'},{'id':15232,'name':'parole'},{'id':15234,'name':'convict'},{'id':186951,'name':'girl disguised as boy'},{'id':207928,'name':'19th century'}]" +126172,"[{'id':9675,'name':'prequel'},{'id':10310,'name':'leprechaun'}]" +18011,"[{'id':10310,'name':'leprechaun'}]" +19288,"[{'id':9663,'name':'sequel'},{'id':10310,'name':'leprechaun'}]" +19287,"[{'id':7376,'name':'princess'},{'id':9882,'name':'space'},{'id':10310,'name':'leprechaun'}]" +19286,"[{'id':585,'name':'casino'},{'id':9663,'name':'sequel'},{'id':10310,'name':'leprechaun'},{'id':11221,'name':'blood'}]" +18009,"[{'id':10310,'name':'leprechaun'},{'id':12339,'name':'slasher'}]" +11811,"[{'id':5600,'name':'daughter'},{'id':8910,'name':'kobold'},{'id':9408,'name':'kleeblatt'},{'id':9409,'name':'north dakota'},{'id':9826,'name':'murder'},{'id':10310,'name':'leprechaun'}]" +101,"[{'id':242,'name':'new york'},{'id':417,'name':'corruption'},{'id':697,'name':'loss of loved one'},{'id':782,'name':'assassin'},{'id':796,'name':'police brutality'},{'id':1470,'name':'s.w.a.t.'},{'id':2356,'name':'immigrant'},{'id':2708,'name':'hitman'},{'id':4613,'name':'training'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':9957,'name':'loneliness'},{'id':10226,'name':'neighbor'},{'id':10703,'name':'tragic love'},{'id':34117,'name':'cult film'},{'id':207268,'name':'neo-noir'},{'id':233083,'name':'complex relationship'}]" +11774,"[{'id':13014,'name':'orphan'},{'id':161155,'name':'kids'},{'id':236343,'name':'orphan siblings'},{'id':243768,'name':'unfortunate'},{'id':246466,'name':'based on young adult novel'}]" +280000,"[{'id':6876,'name':'vacation'},{'id':9955,'name':'urban legend'},{'id':162846,'name':'ghost'}]" +22894,"[{'id':290,'name':'angel'},{'id':10738,'name':'diner'},{'id':11001,'name':'religion'},{'id':12332,'name':'apocalypse'},{'id':15001,'name':'demon'},{'id':18034,'name':'desert'}]" +4476,"[{'id':380,'name':'sibling relationship'},{'id':680,'name':'montana'},{'id':818,'name':'based on novel or book'},{'id':2504,'name':'world war i'},{'id':5973,'name':'journey round the world'},{'id':236170,'name':'early 1900s'}]" +41216,"[{'id':3905,'name':'owl'}]" +11976,"[{'id':439,'name':'paradise'},{'id':604,'name':'dwarf'},{'id':616,'name':'witch'},{'id':1299,'name':'monster'},{'id':1442,'name':'winter'},{'id':1449,'name':'underworld'},{'id':1938,'name':'sword'},{'id':2035,'name':'mythology'},{'id':2343,'name':'magic'},{'id':2710,'name':'fairy'},{'id':4062,'name':'skeleton'},{'id':6154,'name':'hell'},{'id':7376,'name':'princess'},{'id':10310,'name':'leprechaun'},{'id':10794,'name':'snow'},{'id':10821,'name':'sorcerer'},{'id':11179,'name':'horn'},{'id':12965,'name':'duel'},{'id':14785,'name':'underwater'},{'id':14999,'name':'devil'},{'id':15001,'name':'demon'},{'id':15084,'name':'skull'},{'id':33505,'name':'gothic'},{'id':156075,'name':'evil'},{'id':156171,'name':'dawn'},{'id':156783,'name':'blizzard'},{'id':157186,'name':'swashbuckler'},{'id':161271,'name':'beast'},{'id':163227,'name':'unicorn'},{'id':181128,'name':'frozen'},{'id':189093,'name':'ring'},{'id':189094,'name':'goblin'},{'id':189111,'name':'ogre'},{'id':192913,'name':'warrior'},{'id':222856,'name':'treasure chest'},{'id':230843,'name':'gump'},{'id':231403,'name':'elf'},{'id':237588,'name':'mythical kingdom'},{'id':249956,'name':'alicorn'}]" +8835,"[{'id':279,'name':'usa'},{'id':6946,'name':'blonde'},{'id':8664,'name':'superficiality'},{'id':9749,'name':'beauty salon'},{'id':9798,'name':'law school'},{'id':12105,'name':'student'},{'id':158401,'name':'chihuahua'},{'id':171176,'name':'girl power'},{'id':186526,'name':'toy dog'},{'id':231198,'name':'blonde stereotype'},{'id':241584,'name':'pink'},{'id':241991,'name':'proving oneself'}]" +10327,"[{'id':521,'name':'washington d.c.'},{'id':1680,'name':'boston'},{'id':2686,'name':'chambers of a barrister'},{'id':6078,'name':'politics'},{'id':6946,'name':'blonde'},{'id':9663,'name':'sequel'},{'id':9749,'name':'beauty salon'},{'id':9898,'name':'animal rights'},{'id':10909,'name':'lawyer'},{'id':158401,'name':'chihuahua'},{'id':186526,'name':'toy dog'},{'id':211000,'name':'animal testing'},{'id':231198,'name':'blonde stereotype'},{'id':241584,'name':'pink'}]" +218043,"[{'id':3800,'name':'airplane'},{'id':6548,'name':'the rapture'},{'id':9714,'name':'remake'},{'id':175103,'name':'pilot hero'}]" +23677,[] +132363,"[{'id':833,'name':'white house'},{'id':1307,'name':'butler'},{'id':5565,'name':'biography'},{'id':163116,'name':'civil rights'}]" +451,"[{'id':30,'name':'individual'},{'id':549,'name':'prostitute'},{'id':567,'name':'alcohol'},{'id':585,'name':'casino'},{'id':699,'name':'love at first sight'},{'id':725,'name':'lovesickness'},{'id':886,'name':'movie business'},{'id':888,'name':'screenwriter'},{'id':922,'name':'hotel room'},{'id':3737,'name':'dying and death'},{'id':3927,'name':'rage and hate'},{'id':6059,'name':'unsociability'},{'id':7464,'name':'alcoholism'},{'id':12670,'name':'los angeles'},{'id':14570,'name':'las vegas'},{'id':15237,'name':'alcohol abuse'}]" +250578,[] +25195,"[{'id':444,'name':'taxi'},{'id':1010,'name':'bar'},{'id':1209,'name':'wales'},{'id':1459,'name':'marriage proposal'},{'id':3800,'name':'airplane'},{'id':5319,'name':'pub'},{'id':5543,'name':'cow'},{'id':7578,'name':'wedding ring'},{'id':13027,'name':'wedding'},{'id':14983,'name':'proposal'},{'id':14984,'name':'cardiologist'},{'id':14985,'name':'ireland'},{'id':14987,'name':'cliffs'}]" +209350,[] +4836,"[{'id':212,'name':'london'},{'id':818,'name':'based on novel or book'},{'id':1930,'name':'kidnapping'},{'id':1941,'name':'ecstasy'},{'id':2149,'name':'drug traffic'},{'id':2150,'name':'cocaine'},{'id':2235,'name':'drug mule'},{'id':2708,'name':'hitman'},{'id':3045,'name':'mission of murder'},{'id':3149,'name':'gangster'},{'id':3152,'name':'planned murder'},{'id':3391,'name':'drug smuggle'},{'id':9826,'name':'murder'},{'id':14766,'name':'cafe'},{'id':14819,'name':'violence'},{'id':15219,'name':'rooftop'},{'id':34117,'name':'cult film'},{'id':207268,'name':'neo-noir'},{'id':243801,'name':'crack head'}]" +84305,"[{'id':395,'name':'gambling'},{'id':9840,'name':'romance'},{'id':10594,'name':'money'},{'id':14570,'name':'las vegas'},{'id':173606,'name':'betting'},{'id':228041,'name':'prodigy'}]" +947,"[{'id':487,'name':'cairo'},{'id':1975,'name':'arabian'},{'id':2504,'name':'world war i'},{'id':2673,'name':'horse'},{'id':3575,'name':'jerusalem'},{'id':4100,'name':'british army'},{'id':4107,'name':'british empire'},{'id':4535,'name':'damascus'},{'id':4717,'name':'camel'},{'id':6091,'name':'war'},{'id':9672,'name':'based on a true story'},{'id':18034,'name':'desert'},{'id':173259,'name':'arab'},{'id':214410,'name':'ottoman empire'}]" +82633,"[{'id':818,'name':'based on novel or book'},{'id':947,'name':'prohibition'},{'id':5301,'name':'brother'},{'id':10696,'name':'bootlegging'},{'id':214548,'name':'1930s'}]" +22803,"[{'id':331,'name':'tattoo'},{'id':352,'name':'secret passage'},{'id':3605,'name':'baseball bat'},{'id':5011,'name':'deal'},{'id':14601,'name':'explosion'},{'id':15108,'name':'justice'},{'id':33518,'name':'district attorney'},{'id':33519,'name':'courtroom'},{'id':193551,'name':'vigilantism'}]" +254193,"[{'id':422,'name':'vietnam veteran'},{'id':12564,'name':'werewolf'},{'id':33768,'name':'blind'},{'id':163512,'name':'retirement community'}]" +137093,"[{'id':585,'name':'casino'},{'id':3230,'name':'male friendship'},{'id':8070,'name':'stag night'},{'id':14570,'name':'las vegas'},{'id':172971,'name':'elderly'}]" +104329,"[{'id':13008,'name':'train'},{'id':234631,'name':'passengers'}]" +130774,[] +9333,"[{'id':947,'name':'prohibition'},{'id':1556,'name':'texas'},{'id':2987,'name':'gang war'},{'id':9193,'name':'whiskey'},{'id':10391,'name':'mafia'},{'id':10562,'name':'on the run'},{'id':156116,'name':'tommy gun'},{'id':188296,'name':'hired gun'}]" +201749,"[{'id':90,'name':'paris france'},{'id':187056,'name':'woman director'}]" +73819,[] +308504,"[{'id':1797,'name':'loyalty'},{'id':2280,'name':'emperor'},{'id':3098,'name':'castle'},{'id':9725,'name':'sword fight'},{'id':9748,'name':'revenge'},{'id':9812,'name':'honor'},{'id':10466,'name':'knight'},{'id':33401,'name':'master'},{'id':161257,'name':'medieval'},{'id':192913,'name':'warrior'},{'id':199518,'name':'corrupt'}]" +135461,"[{'id':156580,'name':'ghost story'}]" +37923,"[{'id':470,'name':'spy'},{'id':1523,'name':'obsession'},{'id':2340,'name':'paranoia'},{'id':3301,'name':'suspicion'},{'id':9826,'name':'murder'},{'id':155440,'name':'hitchcockian'}]" +9593,"[{'id':2343,'name':'magic'},{'id':9732,'name':'film in film'},{'id':11931,'name':'spoof'},{'id':15252,'name':'magical object'},{'id':15284,'name':'cartoon cat'},{'id':48711,'name':'ticket'},{'id':160612,'name':'self-referential'},{'id':161849,'name':'projectionist'},{'id':161868,'name':'child's point of view'}]" +6615,"[{'id':3568,'name':'lone wolf'},{'id':3737,'name':'dying and death'},{'id':6203,'name':'loss'},{'id':6262,'name':'delusion'},{'id':33630,'name':'doll'},{'id':41329,'name':'mental illness'}]" +59861,"[{'id':1517,'name':'classroom'},{'id':3616,'name':'college'},{'id':9673,'name':'love'},{'id':10508,'name':'teacher'},{'id':10738,'name':'diner'},{'id':14549,'name':'loss of job'},{'id':14737,'name':'economics'},{'id':14738,'name':'yard sale'},{'id':15156,'name':'cell phone'},{'id':167608,'name':'scooter'},{'id':187282,'name':'back to school'}]" +1995,"[{'id':1454,'name':'treasure'},{'id':1529,'name':'buddhist monk'},{'id':5295,'name':'planetary configuration'},{'id':5959,'name':'angkor wat'},{'id':5960,'name':'illuminati'},{'id':5961,'name':'william blake'},{'id':6956,'name':'treasure hunt'},{'id':11322,'name':'female protagonist'},{'id':41586,'name':'archaeologist'},{'id':41645,'name':'based on video game'},{'id':184134,'name':'archeology '},{'id':252499,'name':'ანჯელინა ჯოლი'}]" +18162,"[{'id':3487,'name':'assistant'},{'id':4477,'name':'paleontologist'},{'id':4862,'name':'alien life-form'},{'id':12616,'name':'dinosaur'},{'id':177280,'name':'primate'},{'id':179431,'name':'duringcreditsstinger'}]" +252102,"[{'id':2102,'name':'brother-in-law'},{'id':4995,'name':'aging'},{'id':5746,'name':'iceland'},{'id':7312,'name':'road trip'},{'id':171993,'name':'mumblecore'},{'id':187056,'name':'woman director'}]" +44037,"[{'id':3185,'name':'crocodile'},{'id':195325,'name':'crocodile attack'},{'id':223059,'name':'animal horror'}]" +17038,"[{'id':188054,'name':'giant crocodile'}]" +9825,"[{'id':269,'name':'diving'},{'id':798,'name':'sheriff'},{'id':1889,'name':'lake'},{'id':3185,'name':'crocodile'},{'id':4204,'name':'deputy'},{'id':4477,'name':'paleontologist'},{'id':5543,'name':'cow'},{'id':9927,'name':'maine'},{'id':11181,'name':'decapitation'},{'id':11581,'name':'severed head'},{'id':14760,'name':'scientist'},{'id':158169,'name':'remote'},{'id':158172,'name':'tooth'},{'id':158175,'name':'bear attack'},{'id':158176,'name':'campfire'},{'id':158182,'name':'severed toe'},{'id':162533,'name':'torso cut in half'},{'id':188054,'name':'giant crocodile'},{'id':195325,'name':'crocodile attack'},{'id':223059,'name':'animal horror'}]" +244264,"[{'id':970,'name':'parent child relationship'},{'id':6054,'name':'friendship'},{'id':10683,'name':'coming of age'},{'id':11322,'name':'female protagonist'},{'id':171993,'name':'mumblecore'},{'id':187056,'name':'woman director'},{'id':193271,'name':'young women'}]" +10340,"[{'id':977,'name':'cat'},{'id':1440,'name':'spaghetti'},{'id':1808,'name':'lover (female)'},{'id':2038,'name':'love of one's life'},{'id':5091,'name':'kiss'},{'id':10336,'name':'animation'},{'id':15162,'name':'dog'}]" +11128,"[{'id':168110,'name':'ledge'},{'id':168115,'name':'practical joke'}]" +13597,"[{'id':2158,'name':'maze'},{'id':3098,'name':'castle'},{'id':6300,'name':'puppet'},{'id':9887,'name':'surrealism'},{'id':11691,'name':'puppetry'},{'id':18129,'name':'labyrinth'},{'id':170362,'name':'fantasy world'},{'id':189094,'name':'goblin'},{'id':247741,'name':'kidnapped child'}]" +130150,"[{'id':7118,'name':'escaped convict'},{'id':199350,'name':'depressed mom'}]" +33060,[] +2118,"[{'id':417,'name':'corruption'},{'id':703,'name':'detective'},{'id':1366,'name':'shotgun'},{'id':10326,'name':'morgue'},{'id':11314,'name':'f word'},{'id':11925,'name':'domestic violence'},{'id':13092,'name':'corpse'},{'id':33518,'name':'district attorney'},{'id':157325,'name':'bandage'},{'id':162262,'name':'movie star'},{'id':167149,'name':'good cop bad cop'},{'id':167159,'name':'switchblade'},{'id':167164,'name':'call girl'},{'id':207268,'name':'neo-noir'},{'id':208611,'name':'1950s'},{'id':228495,'name':'falsifying'}]" +321662,[] +319075,"[{'id':279,'name':'usa'},{'id':1672,'name':'lifestyle'},{'id':1674,'name':'stage'},{'id':4048,'name':'musician'},{'id':240834,'name':'washington'}]" +9502,"[{'id':478,'name':'china'},{'id':779,'name':'martial arts'},{'id':780,'name':'kung fu'},{'id':1310,'name':'mentor'},{'id':1585,'name':'snake'},{'id':1946,'name':'restaurant'},{'id':1998,'name':'shop'},{'id':2660,'name':'strong woman'},{'id':3930,'name':'bravery'},{'id':4809,'name':'tiger'},{'id':6362,'name':'turtle'},{'id':8531,'name':'panda'},{'id':9362,'name':'sensei'},{'id':11477,'name':'anthropomorphism'},{'id':14955,'name':'fighting'},{'id':15036,'name':'ancient china'},{'id':15149,'name':'monkey'},{'id':33401,'name':'master'},{'id':40850,'name':'destiny'},{'id':156075,'name':'evil'},{'id':179430,'name':'aftercreditsstinger'},{'id':185319,'name':'monkey warrior'},{'id':193046,'name':'noodle'}]" +49444,"[{'id':779,'name':'martial arts'},{'id':3929,'name':'hope'},{'id':7379,'name':'fleet'},{'id':8531,'name':'panda'},{'id':10364,'name':'mission'},{'id':187056,'name':'woman director'}]" +9470,"[{'id':780,'name':'kung fu'},{'id':2343,'name':'magic'},{'id':3149,'name':'gangster'},{'id':10391,'name':'mafia'},{'id':11032,'name':'defense'},{'id':33699,'name':'policeman'},{'id':236316,'name':'anarchic comedy'}]" +30644,"[{'id':345,'name':'monk'},{'id':779,'name':'martial arts'},{'id':2041,'name':'island'},{'id':2831,'name':'slavery'},{'id':11095,'name':'cruise ship'},{'id':12377,'name':'zombie'},{'id':191808,'name':'sea cruise'}]" +244563,"[{'id':233,'name':'japan'},{'id':2568,'name':'language barrier'},{'id':6956,'name':'treasure hunt'},{'id':9409,'name':'north dakota'},{'id':15199,'name':'rabbit'}]" +849,"[{'id':4152,'name':'kingdom'},{'id':10016,'name':'lightsaber'},{'id':10471,'name':'cult favorite'},{'id':10877,'name':'dead body'},{'id':15252,'name':'magical object'},{'id':33974,'name':'fortress'},{'id':34117,'name':'cult film'},{'id':161891,'name':'doppelgänger'},{'id':161893,'name':'cyclops'},{'id':161896,'name':'changeling'}]" +248561,"[{'id':1991,'name':'santa claus'},{'id':14999,'name':'devil'},{'id':207317,'name':'christmas'}]" +12102,"[{'id':1157,'name':'wife husband relationship'},{'id':4056,'name':'custody battle'},{'id':6038,'name':'marriage'},{'id':15160,'name':'divorce'},{'id':18035,'name':'family'},{'id':33494,'name':'couple'},{'id':162219,'name':'selfishness'},{'id':168346,'name':'manhattan, new york city'},{'id':178364,'name':'child custody'},{'id':216734,'name':'abandonment'}]" +13811,"[{'id':843,'name':'cataclysm'},{'id':4950,'name':'code'},{'id':9937,'name':'suspense'},{'id':10150,'name':'end of the world'},{'id':10641,'name':'time capsule'},{'id':10652,'name':'astrophysicist'},{'id':10655,'name':'grieving widower'},{'id':10657,'name':'lexington massachusetts'},{'id':10664,'name':'westford massachusetts'},{'id':157984,'name':'prediction'},{'id':169816,'name':'researcher'},{'id':191494,'name':'numbers'},{'id':191509,'name':'news'}]" +4964,"[{'id':567,'name':'alcohol'},{'id':2864,'name':'one-night stand'},{'id':3501,'name':'bed'},{'id':3725,'name':'pregnancy'},{'id':4313,'name':'condom'},{'id':4954,'name':'paternity'},{'id':11494,'name':'drug use'},{'id':33678,'name':'beard'},{'id':33679,'name':'unprotected sex'},{'id':179431,'name':'duringcreditsstinger'}]" +55859,"[{'id':470,'name':'spy'},{'id':9673,'name':'love'},{'id':9704,'name':'ventriloquist'},{'id':9826,'name':'murder'}]" +263472,"[{'id':572,'name':'sex'},{'id':635,'name':'disc jockey'},{'id':1326,'name':'infidelity'},{'id':2217,'name':'rain'},{'id':2301,'name':'architect'},{'id':3182,'name':'seduction'},{'id':5320,'name':'cake'},{'id':13006,'name':'torture'},{'id':14819,'name':'violence'},{'id':14893,'name':'art'},{'id':14903,'name':'home invasion'},{'id':34094,'name':'extramarital affair'},{'id':155262,'name':'threesome'},{'id':156688,'name':'seductress'},{'id':160339,'name':'vinyl'},{'id':195439,'name':'father's day'},{'id':219833,'name':'married man'}]" +37834,"[{'id':470,'name':'spy'},{'id':822,'name':'airport'},{'id':1420,'name':'gas station'},{'id':2101,'name':'garage'},{'id':3203,'name':'pilot'},{'id':3713,'name':'chase'},{'id':4289,'name':'secret agent'},{'id':6399,'name':'rope'},{'id':9778,'name':'exploding building'},{'id':15483,'name':'car chase'},{'id':33352,'name':'police car'},{'id':33353,'name':'boy genius'},{'id':179431,'name':'duringcreditsstinger'}]" +157919,[] +192712,"[{'id':9807,'name':'noir'},{'id':14819,'name':'violence'},{'id':157204,'name':'girls with guns'},{'id':222243,'name':'based on anime'}]" +15647,"[{'id':2606,'name':'jew'},{'id':10181,'name':'based on play or musical'},{'id':10183,'name':'independent film'},{'id':10198,'name':'gay relationship'},{'id':10768,'name':'lesbian'},{'id':154937,'name':'bisexual'}]" +11703,"[{'id':237,'name':'gay'},{'id':378,'name':'prison'},{'id':818,'name':'based on novel or book'},{'id':1013,'name':'homophobia'},{'id':6078,'name':'politics'},{'id':6091,'name':'war'},{'id':10180,'name':'homosexuality'},{'id':13006,'name':'torture'},{'id':158718,'name':'lgbt'}]" +53021,"[{'id':3590,'name':'piano lessons'},{'id':9639,'name':'playboy'}]" +34857,"[{'id':497,'name':'shakespeare'},{'id':4344,'name':'musical'},{'id':190849,'name':'broadway show'}]" +5236,"[{'id':703,'name':'detective'},{'id':3090,'name':'loser'},{'id':9727,'name':'thief'},{'id':9986,'name':'crush'},{'id':12670,'name':'los angeles'},{'id':14676,'name':'series of murders'},{'id':160488,'name':'hoodlum'},{'id':189421,'name':'female corpse'},{'id':207317,'name':'christmas'}]" +207703,"[{'id':470,'name':'spy'},{'id':1025,'name':'great britain'},{'id':3271,'name':'secret organization'},{'id':4289,'name':'secret agent'},{'id':9717,'name':'based on comic'},{'id':10842,'name':'good vs evil'},{'id':158431,'name':'united kingdom'},{'id':179431,'name':'duringcreditsstinger'}]" +80027,[] +11543,"[{'id':6075,'name':'sport'},{'id':6593,'name':'stripper'},{'id':167550,'name':'handicap'},{'id':167554,'name':'sexual favor'},{'id':167555,'name':'star spangled banner'},{'id':167556,'name':'bowling team'},{'id':167560,'name':'hair loss'},{'id':167562,'name':'biblical interpretation'},{'id':167564,'name':'comb over'},{'id':167574,'name':'inflatable doll'},{'id':167575,'name':'combover'},{'id':167576,'name':'unlikely lovers'},{'id':167580,'name':'kingpin'},{'id':167581,'name':'carriage'},{'id':236294,'name':'lancaster, pa'}]" +1495,"[{'id':2868,'name':'crusade'},{'id':6917,'name':'epic'},{'id':10466,'name':'knight'},{'id':10491,'name':'swordsman'},{'id':14656,'name':'order of the templars'},{'id':14989,'name':'religious'},{'id':208681,'name':'knight templars'},{'id':220707,'name':'12th century'},{'id':222337,'name':'saladin'},{'id':222340,'name':'king richard'}]" +295723,[] +47853,[] +254,"[{'id':776,'name':'screenplay'},{'id':837,'name':'show business'},{'id':886,'name':'movie business'},{'id':911,'name':'exotic island'},{'id':1299,'name':'monster'},{'id':1551,'name':'indigenous'},{'id':3799,'name':'ship'},{'id':5571,'name':'great depression'},{'id':12616,'name':'dinosaur'},{'id':196425,'name':'giant ape'},{'id':207583,'name':'actress'},{'id':214548,'name':'1930s'}]" +10730,"[{'id':1551,'name':'indigenous'},{'id':2041,'name':'island'},{'id':11873,'name':'king kong'},{'id':158252,'name':'giant animal'},{'id':196425,'name':'giant ape'}]" +96394,"[{'id':1806,'name':'deserter'},{'id':2504,'name':'world war i'},{'id':4406,'name':'military court'},{'id':10181,'name':'based on play or musical'},{'id':163189,'name':'court martial'},{'id':210184,'name':'1910s'},{'id':230915,'name':'trench warfare'}]" +9477,"[{'id':1405,'name':'roman empire'},{'id':8504,'name':'merlin'},{'id':10982,'name':'king arthur'},{'id':14643,'name':'battle'},{'id':158371,'name':'frozen lake'},{'id':223786,'name':'northumbria'}]" +951,"[{'id':853,'name':'crime fighter'},{'id':1650,'name':'cook'},{'id':2231,'name':'drug dealer'},{'id':3737,'name':'dying and death'},{'id':4590,'name':'kindergarten'},{'id':5091,'name':'kiss'},{'id':6149,'name':'police'},{'id':10508,'name':'teacher'},{'id':214555,'name':'children education'}]" +64689,"[{'id':383,'name':'poker'},{'id':395,'name':'gambling'},{'id':642,'name':'robbery'},{'id':818,'name':'based on novel or book'},{'id':2708,'name':'hitman'},{'id':3149,'name':'gangster'},{'id':3681,'name':'economy'},{'id':9826,'name':'murder'},{'id':11221,'name':'blood'},{'id':11503,'name':'hit'},{'id':11578,'name':'mobster'},{'id':15009,'name':'criminal'}]" +77663,"[{'id':414,'name':'hunter'},{'id':1662,'name':'bosnia and herzegovina'},{'id':3623,'name':'cabin'},{'id':5651,'name':'baptism'},{'id':9748,'name':'revenge'},{'id':10292,'name':'gore'},{'id':11221,'name':'blood'},{'id':14819,'name':'violence'},{'id':33688,'name':'hunting'},{'id':163853,'name':'war injury'},{'id':193078,'name':'bow hunting'},{'id':212757,'name':'ex special forces'},{'id':220629,'name':'anti war argument'}]" +332356,"[{'id':1405,'name':'roman empire'},{'id':2974,'name':'jesus christ'},{'id':5565,'name':'biography'},{'id':11001,'name':'religion'},{'id':192772,'name':'historical drama'}]" +37821,"[{'id':782,'name':'assassin'}]" +73567,"[{'id':900,'name':'trailer park'},{'id':1419,'name':'gun'},{'id':1556,'name':'texas'},{'id':5011,'name':'deal'},{'id':6259,'name':'psychopath'},{'id':10427,'name':'sexual humiliation'},{'id':10594,'name':'money'},{'id':10968,'name':'lingerie'},{'id':11363,'name':'arson'},{'id':14964,'name':'drugs'},{'id':15167,'name':'police detective'},{'id':155794,'name':'physical abuse'},{'id':207268,'name':'neo-noir'},{'id':208518,'name':'burial'},{'id':220628,'name':'pizza shop'}]" +49021,"[{'id':534,'name':'mexico'},{'id':782,'name':'assassin'},{'id':818,'name':'based on novel or book'},{'id':1310,'name':'mentor'},{'id':1562,'name':'hostage'},{'id':2908,'name':'secret society'},{'id':4289,'name':'secret agent'},{'id':9748,'name':'revenge'},{'id':9849,'name':'beating'},{'id':10084,'name':'rescue'},{'id':14601,'name':'explosion'},{'id':14819,'name':'violence'},{'id':18034,'name':'desert'},{'id':34079,'name':'death'},{'id':162365,'name':'military'},{'id':208289,'name':'1980s'}]" +157370,"[{'id':718,'name':'confession'},{'id':3603,'name':'fascist'},{'id':5933,'name':'poet'},{'id':6298,'name':'postcard'},{'id':9826,'name':'murder'},{'id':10325,'name':'mistaken identity'},{'id':15111,'name':'drinking'},{'id':33642,'name':'manifesto'},{'id':41329,'name':'mental illness'},{'id':168857,'name':'record player'},{'id':205781,'name':'beat generation'},{'id':207883,'name':'1940s'},{'id':208709,'name':'columbia university'},{'id':209506,'name':'college freshman'},{'id':240765,'name':'honor slaying'},{'id':240766,'name':'novel'}]" +245916,"[{'id':5565,'name':'biography'}]" +14452,"[{'id':10714,'name':'serial killer'}]" +237756,"[{'id':782,'name':'assassin'},{'id':10123,'name':'dark comedy'}]" +74725,"[{'id':612,'name':'hotel'},{'id':1157,'name':'wife husband relationship'},{'id':2708,'name':'hitman'},{'id':4884,'name':'infection'},{'id':5774,'name':'forest'},{'id':6158,'name':'cult'},{'id':10093,'name':'priest'},{'id':13112,'name':'murderer'},{'id':14707,'name':'brutality'},{'id':157775,'name':'bonfire'},{'id':160588,'name':'ceremony'},{'id':162380,'name':'ex soldier'},{'id':162745,'name':'ritual sacrifice'},{'id':177964,'name':'contract killer'},{'id':206440,'name':'video tape'}]" +150230,"[{'id':779,'name':'martial arts'},{'id':1930,'name':'kidnapping'},{'id':9826,'name':'murder'},{'id':219991,'name':'elimination derby'}]" +393,"[{'id':380,'name':'sibling relationship'},{'id':1400,'name':'swordplay'},{'id':1908,'name':'katana'},{'id':2784,'name':'mother role'},{'id':3927,'name':'rage and hate'},{'id':5600,'name':'daughter'},{'id':6145,'name':'right and justice'},{'id':9457,'name':'single'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'}]" +24,"[{'id':233,'name':'japan'},{'id':732,'name':'coma'},{'id':779,'name':'martial arts'},{'id':780,'name':'kung fu'},{'id':1449,'name':'underworld'},{'id':1794,'name':'yakuza'},{'id':1938,'name':'sword'},{'id':3582,'name':'bride'},{'id':9748,'name':'revenge'},{'id':10704,'name':'female yakuza'},{'id':11321,'name':'animated sequence'},{'id':13027,'name':'wedding'},{'id':18098,'name':'samurai sword'}]" +228968,[] +212231,[] +10222,"[{'id':380,'name':'sibling relationship'},{'id':779,'name':'martial arts'},{'id':2564,'name':'wheelchair'},{'id':3432,'name':'bangkok'},{'id':3434,'name':'thailand'},{'id':6075,'name':'sport'},{'id':7910,'name':'phuket'},{'id':8763,'name':'meister'},{'id':9748,'name':'revenge'},{'id':10514,'name':'muay thai'},{'id':10515,'name':'kick boxing'}]" +23483,"[{'id':853,'name':'crime fighter'},{'id':1308,'name':'secret identity'},{'id':5451,'name':'comic book'},{'id':9715,'name':'superhero'},{'id':9826,'name':'murder'},{'id':10391,'name':'mafia'},{'id':13130,'name':'teenager'},{'id':14819,'name':'violence'},{'id':158651,'name':'realism'},{'id':185434,'name':'rookie'},{'id':186846,'name':'adaptation'},{'id':206298,'name':'young adult'},{'id':234368,'name':'kickass'}]" +59859,"[{'id':853,'name':'crime fighter'},{'id':1308,'name':'secret identity'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':10842,'name':'good vs evil'},{'id':179430,'name':'aftercreditsstinger'},{'id':213104,'name':'teen superhero'}]" +172391,"[{'id':409,'name':'africa'},{'id':2796,'name':'self-discovery'},{'id':7639,'name':'zebra'},{'id':11477,'name':'anthropomorphism'},{'id':209714,'name':'3d'},{'id':221034,'name':'khumba'}]" +29710,"[{'id':187,'name':'islam'},{'id':4063,'name':'siege'},{'id':4107,'name':'british empire'},{'id':5951,'name':'sudan'},{'id':6917,'name':'epic'},{'id':8250,'name':'victorian england'},{'id':18034,'name':'desert'},{'id':160992,'name':'insurgent'},{'id':207928,'name':'19th century'}]" +101267,"[{'id':187056,'name':'woman director'}]" +287525,"[{'id':1415,'name':'small town'},{'id':14531,'name':'play'}]" +167,"[{'id':642,'name':'robbery'},{'id':1566,'name':'dream'},{'id':3363,'name':'hypnosis'},{'id':5340,'name':'investigation'},{'id':9826,'name':'murder'},{'id':9951,'name':'alien'},{'id':11612,'name':'hospital'},{'id':13194,'name':'planet'},{'id':14781,'name':'patient'},{'id':14784,'name':'medication'},{'id':15106,'name':'psychiatrist'},{'id':156810,'name':'science'},{'id':180241,'name':'claim'},{'id':184130,'name':'doubt'},{'id':199214,'name':'mental'},{'id':202735,'name':'help'}]" +8665,"[{'id':339,'name':'submarine'},{'id':2106,'name':'cold war'},{'id':2111,'name':'soviet union'},{'id':4607,'name':'core melt'},{'id':6790,'name':'north atlantic'},{'id':9672,'name':'based on a true story'},{'id':155652,'name':'nuclear'},{'id':187056,'name':'woman director'},{'id':208992,'name':'1960s'},{'id':227612,'name':'nuclear submarine'}]" +229296,[] +54518,"[{'id':554,'name':'manager'},{'id':1329,'name':'canada'},{'id':2032,'name':'pop singer'},{'id':3412,'name':'star'},{'id':6157,'name':'prayer'},{'id':6383,'name':'music competition'},{'id':10423,'name':'tour bus'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'}]" +217993,"[{'id':849,'name':'dc comics'},{'id':9717,'name':'based on comic'},{'id':33637,'name':'super power'},{'id':155030,'name':'superhero team'}]" +14011,"[{'id':849,'name':'dc comics'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':33637,'name':'super power'}]" +76589,"[{'id':849,'name':'dc comics'},{'id':33637,'name':'super power'},{'id':155030,'name':'superhero team'},{'id':187056,'name':'woman director'}]" +12090,"[{'id':110,'name':'venice, italy'},{'id':254,'name':'france'},{'id':378,'name':'prison'},{'id':657,'name':'fire'},{'id':1295,'name':'europe'},{'id':2587,'name':'married couple'},{'id':2676,'name':'honeymoon'},{'id':3098,'name':'castle'},{'id':3455,'name':'just married'},{'id':3899,'name':'chewing gum'},{'id':6038,'name':'marriage'},{'id':6149,'name':'police'},{'id':6876,'name':'vacation'}]" +50546,"[{'id':966,'name':'beach'},{'id':1907,'name':'fictitious marriage'},{'id':1936,'name':'blackmail'},{'id':4585,'name':'plastic surgery'},{'id':6038,'name':'marriage'},{'id':9673,'name':'love'},{'id':9767,'name':'beautiful woman'},{'id':9963,'name':'kids and family'},{'id':230479,'name':'lies'}]" +10033,"[{'id':65,'name':'holiday'},{'id':3836,'name':'success'},{'id':6223,'name':'change'},{'id':13072,'name':'falling in love'},{'id':155808,'name':'hometown'},{'id':171070,'name':'arrogance'},{'id':172426,'name':'weight loss'},{'id':207317,'name':'christmas'}]" +9061,"[{'id':570,'name':'rape'},{'id':577,'name':'black people'},{'id':1196,'name':'florida'},{'id':1992,'name':'professor'},{'id':2463,'name':'harvard university'},{'id':6139,'name':'innocence'},{'id':9748,'name':'revenge'},{'id':9937,'name':'suspense'}]" +258099,"[{'id':236,'name':'suicide'},{'id':187056,'name':'woman director'}]" +15936,"[{'id':7002,'name':'vigilante'},{'id':9840,'name':'romance'},{'id':10183,'name':'independent film'},{'id':11004,'name':'rural setting'},{'id':166881,'name':'tollbooth guard'},{'id':166888,'name':'bad landlord'},{'id':166889,'name':'pet turtle'}]" +347064,[] +331,"[{'id':911,'name':'exotic island'},{'id':1718,'name':'dna'},{'id':1719,'name':'paleontology'},{'id':1720,'name':'tyrannosaurus rex'},{'id':1766,'name':'velociraptor'},{'id':1770,'name':'spinosaurus'},{'id':3800,'name':'airplane'},{'id':10084,'name':'rescue'},{'id':10364,'name':'mission'},{'id':12616,'name':'dinosaur'},{'id':176038,'name':'pterodactyl'},{'id':178010,'name':'jurassic park'},{'id':252655,'name':'侏羅紀公園3'},{'id':252656,'name':'侏罗纪公园3'}]" +329,"[{'id':911,'name':'exotic island'},{'id':1718,'name':'dna'},{'id':1719,'name':'paleontology'},{'id':1720,'name':'tyrannosaurus rex'},{'id':1764,'name':'triceratops'},{'id':1765,'name':'brontosaurus'},{'id':1767,'name':'electric fence'},{'id':2041,'name':'island'},{'id':12616,'name':'dinosaur'},{'id':155582,'name':'amusement park'},{'id':158340,'name':'theme park'},{'id':178010,'name':'jurassic park'}]" +76757,"[{'id':306,'name':'jupiter'},{'id':9882,'name':'space'},{'id':187056,'name':'woman director'},{'id':209714,'name':'3d'},{'id':212760,'name':'interspecies romance'},{'id':243576,'name':'trans director'}]" +7326,"[{'id':738,'name':'sexuality'},{'id':1412,'name':'becoming an adult'},{'id':1525,'name':'puberty'},{'id':2201,'name':'first time'},{'id':3725,'name':'pregnancy'},{'id':5808,'name':'pregnant minor'},{'id':5825,'name':'precocity'},{'id':6281,'name':'partnership'},{'id':13130,'name':'teenager'},{'id':173186,'name':'teenage pregnancy'}]" +93094,[] +6280,"[{'id':1009,'name':'baby'},{'id':1279,'name':'medicine'},{'id':3725,'name':'pregnancy'},{'id':6007,'name':'media'},{'id':14760,'name':'scientist'},{'id':156810,'name':'science'},{'id':221297,'name':'male pregnancy'},{'id':228611,'name':'fertility'},{'id':228637,'name':'gynaecology'},{'id':228638,'name':'ceasarean birth'}]" +23033,"[{'id':5332,'name':'greed'},{'id':10787,'name':'jungle'},{'id':14636,'name':'india'}]" +8247,"[{'id':697,'name':'loss of loved one'},{'id':704,'name':'adolescence'},{'id':818,'name':'based on novel or book'},{'id':1721,'name':'fight'},{'id':3713,'name':'chase'},{'id':3822,'name':'teleportation'},{'id':4986,'name':'enemy'},{'id':6170,'name':'motherly love'},{'id':33637,'name':'super power'}]" +8844,"[{'id':7035,'name':'giant insect'},{'id':10090,'name':'board game'},{'id':10787,'name':'jungle'},{'id':10941,'name':'disappearance'},{'id':158086,'name':'recluse'},{'id':221178,'name':'stampede'},{'id':246466,'name':'based on young adult novel'}]" +24803,"[{'id':1918,'name':'cooking'},{'id':3096,'name':'book'},{'id':6808,'name':'cookbook'},{'id':10851,'name':'blog'},{'id':41607,'name':'recipe'},{'id':187056,'name':'woman director'},{'id':220064,'name':'culinary'},{'id':222186,'name':'publishing'}]" +84228,[] +278632,"[{'id':428,'name':'nurse'},{'id':570,'name':'rape'},{'id':4585,'name':'plastic surgery'},{'id':5502,'name':'castration'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':10292,'name':'gore'},{'id':11181,'name':'decapitation'},{'id':11221,'name':'blood'},{'id':14512,'name':'new york city'},{'id':14687,'name':'extreme violence'},{'id':196399,'name':'rape revenge'}]" +157115,"[{'id':1415,'name':'small town'},{'id':2233,'name':'neglect'},{'id':2692,'name':'arranged marriage'},{'id':3725,'name':'pregnancy'},{'id':4065,'name':'pit'},{'id':10864,'name':'human sacrifice'},{'id':11004,'name':'rural setting'},{'id':33841,'name':'incest'},{'id':160058,'name':'moonshine'},{'id':161166,'name':'misogyny'},{'id':246313,'name':'isolated community'}]" +821,"[{'id':934,'name':'judge'},{'id':1631,'name':'concentration camp'},{'id':1956,'name':'world war ii'},{'id':2652,'name':'nazi'},{'id':3012,'name':'court case'},{'id':3061,'name':'national socialism'},{'id':3068,'name':'national socialist party'},{'id':4172,'name':'nuremberg trials'},{'id':6145,'name':'right and justice'},{'id':11038,'name':'trial'}]" +9482,"[{'id':934,'name':'judge'},{'id':4458,'name':'post-apocalyptic'},{'id':4565,'name':'dystopia'},{'id':9717,'name':'based on comic'},{'id':15090,'name':'police officer'},{'id':18712,'name':'based on graphic novel'},{'id':160159,'name':'frame up'},{'id':162988,'name':'dystopian future'},{'id':180172,'name':'framed for murder'},{'id':182703,'name':'gene'},{'id':182706,'name':'prosthetic limb'},{'id':182709,'name':'post holocaust'},{'id':182711,'name':'dna testing'}]" +259074,"[{'id':9663,'name':'sequel'},{'id':15127,'name':'killer'},{'id':155497,'name':'truck driver'},{'id':167986,'name':'racer'}]" +10866,"[{'id':1981,'name':'colorado'},{'id':6054,'name':'friendship'},{'id':6844,'name':'stalker'},{'id':11794,'name':'pokies'},{'id':155497,'name':'truck driver'},{'id':155498,'name':'cb radio'},{'id':215191,'name':'strange'}]" +40430,"[{'id':3801,'name':'space travel'},{'id':4040,'name':'space mission'},{'id':9882,'name':'space'},{'id':14626,'name':'astronaut'},{'id':191586,'name':'trapped in space'}]" +88751,"[{'id':818,'name':'based on novel or book'},{'id':3347,'name':'volcano'},{'id':5746,'name':'iceland'},{'id':10506,'name':'prehistoric'},{'id':12616,'name':'dinosaur'},{'id':166958,'name':'prehistoric creature'},{'id':209714,'name':'3d'}]" +11571,"[{'id':1339,'name':'duck'},{'id':1963,'name':'expedition'},{'id':1992,'name':'professor'},{'id':3130,'name':'edinburgh'},{'id':3347,'name':'volcano'},{'id':5704,'name':'giant lizard'},{'id':5746,'name':'iceland'},{'id':9935,'name':'travel'},{'id':12616,'name':'dinosaur'},{'id':166958,'name':'prehistoric creature'},{'id':187033,'name':'center of the earth'},{'id':204975,'name':'lost world'}]" +303665,"[{'id':9571,'name':'motor sport'}]" +72545,"[{'id':5704,'name':'giant lizard'},{'id':10364,'name':'mission'},{'id':40894,'name':'mysterious island'},{'id':156091,'name':'missing person'},{'id':179431,'name':'duringcreditsstinger'},{'id':209714,'name':'3d'}]" +20533,"[{'id':75,'name':'gunslinger'},{'id':279,'name':'usa'},{'id':849,'name':'dc comics'},{'id':6154,'name':'hell'},{'id':15518,'name':'facial scar'},{'id':34079,'name':'death'},{'id':163188,'name':'confederate'},{'id':175261,'name':'tomahawk'}]" +9886,"[{'id':2588,'name':'brain'},{'id':3321,'name':'childhood memory'},{'id':4565,'name':'dystopia'},{'id':6135,'name':'pharmaceutical industry'},{'id':6566,'name':'computer chip'},{'id':8662,'name':'courier'},{'id':10919,'name':'cyber'},{'id':12190,'name':'cyberpunk'}]" +16328,"[{'id':259,'name':'amputation'},{'id':1635,'name':'deaf-mute'},{'id':1643,'name':'deafness'},{'id':1706,'name':'experiment'},{'id':1741,'name':'blindness and impaired vision'},{'id':2504,'name':'world war i'},{'id':4595,'name':'u.s. army'},{'id':10392,'name':'mute'},{'id':10814,'name':'wounded'},{'id':11106,'name':'infantry'}]" +58233,"[{'id':1529,'name':'buddhist monk'},{'id':1918,'name':'cooking'},{'id':2569,'name':'prime minister'},{'id':3914,'name':'kitchen'},{'id':4289,'name':'secret agent'},{'id':9663,'name':'sequel'},{'id':9678,'name':'mind control'},{'id':15267,'name':'james bond spoof'},{'id':15268,'name':'incompetence'},{'id':15270,'name':'klutz'},{'id':179430,'name':'aftercreditsstinger'},{'id':191600,'name':'assassination attempt'}]" +9486,"[{'id':470,'name':'spy'},{'id':1701,'name':'hero'},{'id':2011,'name':'queen'},{'id':2051,'name':'intelligence'},{'id':2505,'name':'coronation'},{'id':3739,'name':'funeral'},{'id':4289,'name':'secret agent'},{'id':6110,'name':'weapon'},{'id':9253,'name':'slapstick'},{'id':10280,'name':'farce'},{'id':11931,'name':'spoof'},{'id':14601,'name':'explosion'},{'id':33705,'name':'agent'},{'id':33707,'name':'pen'},{'id':179431,'name':'duringcreditsstinger'},{'id':246915,'name':'queen elizabeth ii'}]" +114593,"[{'id':14709,'name':'profile'},{'id':156202,'name':'late night'},{'id':232392,'name':'legendary'}]" +9293,"[{'id':6270,'name':'high school'},{'id':6496,'name':'basketball'},{'id':9748,'name':'revenge'},{'id':13072,'name':'falling in love'},{'id':18068,'name':'teenage boy'},{'id':187056,'name':'woman director'},{'id':190116,'name':'school life'},{'id':197746,'name':'cheater'}]" +8470,"[{'id':520,'name':'chicago'},{'id':970,'name':'parent child relationship'},{'id':1786,'name':'heart attack'},{'id':1930,'name':'kidnapping'},{'id':2690,'name':'heart disease'},{'id':7188,'name':'hostage-taking'},{'id':11612,'name':'hospital'}]" +253849,[] +49529,"[{'id':818,'name':'based on novel or book'},{'id':839,'name':'mars'},{'id':1456,'name':'medallion'},{'id':3801,'name':'space travel'},{'id':7376,'name':'princess'},{'id':9951,'name':'alien'},{'id':10028,'name':'steampunk'},{'id':10539,'name':'martian'},{'id':10685,'name':'escape'},{'id':163252,'name':'alien race'},{'id':179102,'name':'superhuman strength'},{'id':190320,'name':'martian civilization'},{'id':195446,'name':'sword and planet'},{'id':207928,'name':'19th century'},{'id':209714,'name':'3d'}]" +157847,"[{'id':516,'name':'child abuse'},{'id':549,'name':'prostitute'},{'id':1010,'name':'bar'},{'id':1411,'name':'brothel'},{'id':1585,'name':'snake'},{'id':2217,'name':'rain'},{'id':2337,'name':'pedophilia'},{'id':3450,'name':'bridge'},{'id':4552,'name':'beer'},{'id':6149,'name':'police'},{'id':6563,'name':'wine'},{'id':7410,'name':'fellatio'},{'id':9276,'name':'truck'},{'id':9720,'name':'woods'},{'id':9826,'name':'murder'},{'id':10399,'name':'dogfight'},{'id':11333,'name':'cigar smoking'},{'id':11696,'name':'underage drinking'},{'id':13130,'name':'teenager'},{'id':15518,'name':'facial scar'},{'id':33457,'name':'alcoholic'},{'id':156121,'name':'ex-con'},{'id':168867,'name':'grocery store'},{'id':184369,'name':'shot'},{'id':233034,'name':'search for dog'},{'id':233035,'name':'trees'},{'id':233036,'name':'dirt road'},{'id':233037,'name':'assaulting an officer'},{'id':233038,'name':'gallon of water'}]" +191720,"[{'id':886,'name':'movie business'},{'id':14530,'name':'director'},{'id':33490,'name':'filmmaking'}]" +115782,"[{'id':5565,'name':'biography'},{'id':6104,'name':'computer'},{'id':9672,'name':'based on a true story'},{'id':157935,'name':'apple computer'},{'id':161160,'name':'steve jobs'},{'id':171068,'name':'entrepreneur'}]" +52653,[] +289728,"[{'id':65,'name':'holiday'},{'id':1991,'name':'santa claus'},{'id':207317,'name':'christmas'}]" +9279,"[{'id':65,'name':'holiday'},{'id':1441,'name':'christmas party'},{'id':1991,'name':'santa claus'},{'id':4290,'name':'toy'},{'id':6300,'name':'puppet'},{'id':207317,'name':'christmas'},{'id':210190,'name':'turboman'}]" +262958,[] +192133,[] +820,"[{'id':441,'name':'assassination'},{'id':591,'name':'cia'},{'id':1013,'name':'homophobia'},{'id':2411,'name':'new orleans'},{'id':2957,'name':'vietnam war'},{'id':4170,'name':'john f. kennedy'},{'id':5340,'name':'investigation'},{'id':6086,'name':'government'},{'id':6165,'name':'historical figure'},{'id':8570,'name':'president'},{'id':10410,'name':'conspiracy'},{'id':34079,'name':'death'},{'id':170548,'name':'kennedy assassination'}]" +220746,"[{'id':11508,'name':'jewish'},{'id':13043,'name':'dating'}]" +288154,"[{'id':586,'name':'new jersey'},{'id':966,'name':'beach'},{'id':2804,'name':'exploitation'},{'id':11931,'name':'spoof'},{'id':12339,'name':'slasher'}]" +209451,"[{'id':5565,'name':'biography'},{'id':10181,'name':'based on play or musical'}]" +9390,"[{'id':1485,'name':'stadium'},{'id':3658,'name':'career'},{'id':6075,'name':'sport'},{'id':178372,'name':'sports agent'}]" +19994,"[{'id':3302,'name':'bloodthirstiness'},{'id':6270,'name':'high school'},{'id':7098,'name':'sexual murder'},{'id':8087,'name':'horror'},{'id':10292,'name':'gore'},{'id':11798,'name':'slumber party'},{'id':15001,'name':'demon'},{'id':161173,'name':'succubus'},{'id':166625,'name':'candlelight vigil'},{'id':179431,'name':'duringcreditsstinger'},{'id':187056,'name':'woman director'}]" +10424,"[{'id':1721,'name':'fight'},{'id':1741,'name':'blindness and impaired vision'},{'id':4399,'name':'victim'},{'id':9937,'name':'suspense'},{'id':10714,'name':'serial killer'},{'id':13072,'name':'falling in love'},{'id':14676,'name':'series of murders'},{'id':15090,'name':'police officer'},{'id':18420,'name':'surveillance'}]" +82532,"[{'id':8631,'name':'slacker'},{'id':9866,'name':'basement'},{'id':40850,'name':'destiny'},{'id':54016,'name':'glue'},{'id':54169,'name':'stoner'},{'id':170624,'name':'wrong number'},{'id':171993,'name':'mumblecore'}]" +8922,"[{'id':1583,'name':'mass murder'},{'id':4528,'name':'song'},{'id':5301,'name':'brother'},{'id':5923,'name':'sister'},{'id':179430,'name':'aftercreditsstinger'}]" +2294,"[{'id':886,'name':'movie business'},{'id':1706,'name':'experiment'},{'id':9717,'name':'based on comic'},{'id':168033,'name':'jay and silent bob'},{'id':168039,'name':'self mocking'},{'id':168051,'name':'monkey actor'},{'id':168054,'name':'view askew'},{'id':168063,'name':'gigantic hand'}]" +578,"[{'id':818,'name':'based on novel or book'},{'id':966,'name':'beach'},{'id':1495,'name':'fishing'},{'id':1913,'name':'atlantic ocean'},{'id':2069,'name':'bathing'},{'id':2580,'name':'shipwreck'},{'id':2988,'name':'shark attack'},{'id':2993,'name':'police chief'},{'id':2996,'name':'ferry boat'},{'id':3737,'name':'dying and death'},{'id':10852,'name':'dead child'},{'id':13078,'name':'skinny dipping'},{'id':15097,'name':'shark'},{'id':15098,'name':'great white shark'},{'id':156175,'name':'dead dog'},{'id':163300,'name':'severed leg'},{'id':174617,'name':'fishing boat'},{'id':223059,'name':'animal horror'}]" +174645,[] +11470,"[{'id':1471,'name':'places and planets'},{'id':1826,'name':'space marine'},{'id':2964,'name':'future'},{'id':3385,'name':'cryogenics'},{'id':9882,'name':'space'},{'id':10089,'name':'slaughter'},{'id':14676,'name':'series of murders'},{'id':14760,'name':'scientist'},{'id':41337,'name':'freeze'}]" +10225,"[{'id':952,'name':'lightning'},{'id':1227,'name':'cemetery'},{'id':2546,'name':'mask'},{'id':12339,'name':'slasher'},{'id':179422,'name':'jason vorhees'}]" +10285,"[{'id':828,'name':'waitress'},{'id':1890,'name':'camping'},{'id':6259,'name':'psychopath'},{'id':9826,'name':'murder'},{'id':10714,'name':'serial killer'},{'id':10738,'name':'diner'},{'id':14676,'name':'series of murders'},{'id':14819,'name':'violence'},{'id':158190,'name':'hockey mask'},{'id':179422,'name':'jason vorhees'},{'id':183953,'name':'madman'}]" +11533,"[{'id':1701,'name':'hero'},{'id':2036,'name':'greek mythology'},{'id':2250,'name':'menace'},{'id':3799,'name':'ship'},{'id':3930,'name':'bravery'},{'id':4062,'name':'skeleton'},{'id':4414,'name':'adventure'},{'id':9316,'name':'vlies'},{'id':10121,'name':'stop motion'},{'id':180909,'name':'golden fleece'},{'id':185343,'name':'based on myths, legends or folklore'}]" +25,"[{'id':2952,'name':'gulf war'},{'id':4405,'name':'marine corps'},{'id':5174,'name':'saudi arabia'},{'id':5175,'name':'petrol'},{'id':8651,'name':'kuwait'},{'id':14641,'name':'based on memoir or autobiography'},{'id':158780,'name':'u.s. marine'},{'id':221118,'name':'desert storm'}]" +38684,"[{'id':919,'name':'smoking'},{'id':5756,'name':'man-woman relation'},{'id':5918,'name':'painting'},{'id':6054,'name':'friendship'},{'id':6157,'name':'prayer'},{'id':9673,'name':'love'},{'id':10794,'name':'snow'},{'id':10937,'name':'memory'},{'id':11004,'name':'rural setting'},{'id':13014,'name':'orphan'},{'id':14624,'name':'cruelty'},{'id':18091,'name':'free will'},{'id':18092,'name':'guardian'},{'id':18093,'name':'wedding ceremony'},{'id':180532,'name':'ward'}]" +22744,"[{'id':128,'name':'love triangle'},{'id':818,'name':'based on novel or book'},{'id':2749,'name':'riding accident'},{'id':9180,'name':'yorkshire'},{'id':13014,'name':'orphan'},{'id':33505,'name':'gothic'},{'id':46962,'name':'discipline'},{'id':165468,'name':'governess'},{'id':207928,'name':'19th century'},{'id':209146,'name':'moors'}]" +233470,"[{'id':378,'name':'prison'},{'id':1310,'name':'mentor'},{'id':11436,'name':'redemption'},{'id':15009,'name':'criminal'}]" +31995,"[{'id':658,'name':'sea'},{'id':818,'name':'based on novel or book'},{'id':1930,'name':'kidnapping'},{'id':2580,'name':'shipwreck'},{'id':5332,'name':'greed'},{'id':8079,'name':'cornwall england'},{'id':155336,'name':'smuggler'},{'id':155697,'name':'aristocrat'},{'id':207928,'name':'19th century'},{'id':233409,'name':'plunder'},{'id':236546,'name':'cutthroat'},{'id':236547,'name':'smugglers den'},{'id':236553,'name':'loyal wife'}]" +2291,"[{'id':422,'name':'vietnam veteran'},{'id':1228,'name':'1970s'},{'id':14512,'name':'new york city'},{'id':14819,'name':'violence'},{'id':41523,'name':'brooklyn, new york city'},{'id':157314,'name':'psychological horror'},{'id':173066,'name':'postal worker'},{'id':173077,'name':'figment of imagination'},{'id':173083,'name':'oneiric'}]" +166161,[] +184,"[{'id':818,'name':'based on novel or book'},{'id':822,'name':'airport'},{'id':1449,'name':'underworld'},{'id':2001,'name':'arms deal'},{'id':6110,'name':'weapon'},{'id':6149,'name':'police'},{'id':14964,'name':'drugs'}]" +273641,"[{'id':5802,'name':'mtv'},{'id':33675,'name':'jackass'}]" +208134,"[{'id':179431,'name':'duringcreditsstinger'}]" +65851,"[{'id':1585,'name':'snake'},{'id':2912,'name':'buffalo'},{'id':4328,'name':'costume'},{'id':5157,'name':'electric shock'},{'id':5413,'name':'bungee-jump'},{'id':5452,'name':'stunt'},{'id':5956,'name':'stuntman'},{'id':6241,'name':'stupidity'},{'id':6653,'name':'trumpet'},{'id':9663,'name':'sequel'},{'id':10938,'name':'old man'}]" +81005,"[{'id':179411,'name':'based on fairy tale'},{'id':189099,'name':'giant'}]" +55150,"[{'id':10765,'name':'gunshot wound'},{'id':166464,'name':'confederate soldier'},{'id':188907,'name':'street shootout'}]" +11652,"[{'id':579,'name':'american football'},{'id':1483,'name':'sports team'},{'id':4671,'name':'bad luck'},{'id':5212,'name':'advancement'},{'id':6075,'name':'sport'}]" +22954,"[{'id':1485,'name':'stadium'},{'id':3644,'name':'south africa'},{'id':4106,'name':'apartheid'},{'id':5856,'name':'nelson mandela'},{'id':6075,'name':'sport'},{'id':6081,'name':'nation'},{'id':7912,'name':'rugby'},{'id':8570,'name':'president'},{'id':12425,'name':'racism'},{'id':12987,'name':'poverty'},{'id':33648,'name':'celebration'},{'id':179431,'name':'duringcreditsstinger'},{'id':210608,'name':'1990s'}]" +31909,"[{'id':6968,'name':'space invasion'},{'id':9714,'name':'remake'},{'id':14909,'name':'alien invasion'}]" +63207,"[{'id':9937,'name':'suspense'},{'id':14586,'name':'construction site'},{'id':181068,'name':'protective father'}]" +224141,"[{'id':616,'name':'witch'},{'id':995,'name':'cinderella'},{'id':3071,'name':'prince'},{'id':3205,'name':'fairy tale'},{'id':4344,'name':'musical'},{'id':7376,'name':'princess'},{'id':10181,'name':'based on play or musical'},{'id':10541,'name':'curse'},{'id':166472,'name':'beanstalk'},{'id':179431,'name':'duringcreditsstinger'},{'id':192993,'name':'red riding hood'}]" +5915,"[{'id':970,'name':'parent child relationship'},{'id':1890,'name':'camping'},{'id':2796,'name':'self-discovery'},{'id':3593,'name':'wilderness'},{'id':5565,'name':'biography'},{'id':9672,'name':'based on a true story'},{'id':9880,'name':'alaska'},{'id':189092,'name':'journey'}]" +216282,"[{'id':2213,'name':'tornado'},{'id':2493,'name':'oklahoma'},{'id':11710,'name':'high school graduation'},{'id':12105,'name':'student'},{'id':12336,'name':'storm chaser'},{'id':163053,'name':'found footage'},{'id':189411,'name':'disaster movie'}]" +163875,[] +11968,"[{'id':269,'name':'diving'},{'id':1454,'name':'treasure'},{'id':2150,'name':'cocaine'},{'id':2580,'name':'shipwreck'},{'id':3180,'name':'sailing'},{'id':3800,'name':'airplane'},{'id':9504,'name':'wrack'},{'id':15097,'name':'shark'},{'id':155334,'name':'scuba'}]" +628,"[{'id':90,'name':'paris france'},{'id':582,'name':'san francisco'},{'id':818,'name':'based on novel or book'},{'id':2411,'name':'new orleans'},{'id':3133,'name':'vampire'},{'id':3134,'name':'louisiana'},{'id':3136,'name':'plantation'},{'id':3143,'name':'pity'},{'id':4197,'name':'bite'},{'id':160279,'name':'18th century'},{'id':188959,'name':'plague'},{'id':207928,'name':'19th century'},{'id':247075,'name':'anne rice'}]" +118737,"[{'id':2708,'name':'hitman'},{'id':10391,'name':'mafia'},{'id':158431,'name':'united kingdom'},{'id':179882,'name':'romania'}]" +157336,"[{'id':310,'name':'artificial intelligence'},{'id':1432,'name':'nasa'},{'id':1612,'name':'spacecraft'},{'id':1963,'name':'expedition'},{'id':2964,'name':'future'},{'id':3417,'name':'wormhole'},{'id':3801,'name':'space travel'},{'id':4337,'name':'famine'},{'id':4380,'name':'black hole'},{'id':4565,'name':'dystopia'},{'id':4776,'name':'race against time'},{'id':8056,'name':'quantum mechanics'},{'id':9882,'name':'space'},{'id':10084,'name':'rescue'},{'id':10235,'name':'family relationships'},{'id':13127,'name':'farmhouse'},{'id':14544,'name':'robot'},{'id':14626,'name':'astronaut'},{'id':14760,'name':'scientist'},{'id':33479,'name':'single father'},{'id':154846,'name':'farmer'},{'id':156039,'name':'space station'},{'id':156395,'name':'imax'},{'id':240303,'name':'father daughter relationship'}]" +262500,"[{'id':818,'name':'based on novel or book'},{'id':2020,'name':'revolution'},{'id':4565,'name':'dystopia'},{'id':9663,'name':'sequel'},{'id':162988,'name':'dystopian future'},{'id':209714,'name':'3d'},{'id':246466,'name':'based on young adult novel'}]" +320,"[{'id':612,'name':'hotel'},{'id':703,'name':'detective'},{'id':718,'name':'confession'},{'id':1812,'name':'fbi'},{'id':1849,'name':'homicide'},{'id':1936,'name':'blackmail'},{'id':3298,'name':'hallucination'},{'id':3879,'name':'suspect'},{'id':4142,'name':'insomnia'},{'id':9673,'name':'love'},{'id':9714,'name':'remake'},{'id':9826,'name':'murder'},{'id':9880,'name':'alaska'},{'id':12670,'name':'los angeles'},{'id':13130,'name':'teenager'},{'id':33720,'name':'guilt'},{'id':207268,'name':'neo-noir'},{'id':243370,'name':'midnight sun'},{'id':243371,'name':'planted evidence'}]" +91586,"[{'id':3358,'name':'haunted house'},{'id':9712,'name':'possession'},{'id':15001,'name':'demon'},{'id':18035,'name':'family'},{'id':162846,'name':'ghost'},{'id':206571,'name':'bride in black'}]" +49018,"[{'id':2723,'name':'medium'},{'id':10114,'name':'evil spirit'},{'id':14651,'name':'house warming'},{'id':179430,'name':'aftercreditsstinger'}]" +141524,[] +388,"[{'id':1929,'name':'bank manager'},{'id':1930,'name':'kidnapping'},{'id':1954,'name':'ultimatum'},{'id':2652,'name':'nazi'},{'id':3012,'name':'court case'},{'id':10051,'name':'heist'},{'id':33672,'name':'financial transactions'}]" +86829,"[{'id':953,'name':'guitar'},{'id':977,'name':'cat'},{'id':2635,'name':'overdose'},{'id':6027,'name':'music'},{'id':6382,'name':'folk music'},{'id':6706,'name':'performance'},{'id':10228,'name':'aspiring singer'},{'id':11546,'name':'hitchhiker'},{'id':14512,'name':'new york city'},{'id':159944,'name':'recording'},{'id':190283,'name':'greenwich village'},{'id':193419,'name':'merchant marine'},{'id':208992,'name':'1960s'}]" +71880,"[{'id':279,'name':'usa'},{'id':4543,'name':'thanksgiving'},{'id':12670,'name':'los angeles'},{'id':18035,'name':'family'},{'id':33648,'name':'celebration'},{'id':179431,'name':'duringcreditsstinger'}]" +88794,"[{'id':5565,'name':'biography'},{'id':6165,'name':'historical figure'},{'id':34023,'name':'fbi director'}]" +43923,"[{'id':236,'name':'suicide'},{'id':818,'name':'based on novel or book'},{'id':894,'name':'depression'},{'id':10183,'name':'independent film'},{'id':10683,'name':'coming of age'},{'id':11870,'name':'teen movie'},{'id':13130,'name':'teenager'},{'id':156851,'name':'psychiatric ward'},{'id':187056,'name':'woman director'},{'id':246466,'name':'based on young adult novel'}]" +22897,"[{'id':242,'name':'new york'},{'id':279,'name':'usa'},{'id':612,'name':'hotel'},{'id':2687,'name':'fiancé'},{'id':3687,'name':'graduation'},{'id':5982,'name':'ex husband'},{'id':11322,'name':'female protagonist'},{'id':187056,'name':'woman director'},{'id':208563,'name':'santa barbara california'},{'id':239920,'name':'buttocks'}]" +1585,"[{'id':65,'name':'holiday'},{'id':290,'name':'angel'},{'id':974,'name':'bank'},{'id':1252,'name':'suicide attempt'},{'id':1333,'name':'desperation'},{'id':1415,'name':'small town'},{'id':5571,'name':'great depression'},{'id':5683,'name':'family business '},{'id':12999,'name':'black and white'},{'id':15274,'name':'nervous breakdown'},{'id':33965,'name':'christmas eve'},{'id':155733,'name':'old house'},{'id':156282,'name':'alternate reality'},{'id':156578,'name':'newlywed'},{'id':171826,'name':'told in flashback'},{'id':184559,'name':'guardian angel'},{'id':196664,'name':'high school dance'},{'id':207317,'name':'christmas'},{'id':241332,'name':'building and loan'}]" +3078,"[{'id':416,'name':'miami'},{'id':918,'name':'newspaper'},{'id':6038,'name':'marriage'},{'id':12193,'name':'reporter'},{'id':12999,'name':'black and white'},{'id':155457,'name':'screwball comedy'},{'id':156037,'name':'socialite'},{'id':156764,'name':'pre-code'},{'id':156866,'name':'based on short story'},{'id':160362,'name':'screwball'},{'id':163726,'name':'hitchhiking'},{'id':190190,'name':'rich girl'},{'id':209606,'name':'brat'}]" +270303,"[{'id':3713,'name':'chase'},{'id':6152,'name':'supernatural'},{'id':9713,'name':'friends'},{'id':10629,'name':'vision'},{'id':10873,'name':'school'},{'id':206298,'name':'young adult'},{'id':209141,'name':'followed'}]" +25967,"[{'id':4884,'name':'infection'},{'id':5543,'name':'cow'},{'id':6898,'name':'quarantine'}]" +223902,"[{'id':187056,'name':'woman director'}]" +54801,"[{'id':388,'name':'scotland'},{'id':2041,'name':'island'},{'id':3020,'name':'sheep'},{'id':9951,'name':'alien'},{'id':14760,'name':'scientist'},{'id':221227,'name':'heatwave'}]" +42626,"[{'id':733,'name':'dancer'},{'id':1691,'name':'dance'},{'id':5565,'name':'biography'},{'id':6165,'name':'historical figure'}]" +38543,"[{'id':502,'name':'ambush'},{'id':1701,'name':'hero'},{'id':1721,'name':'fight'},{'id':3098,'name':'castle'},{'id':10141,'name':'battlefield'},{'id':10466,'name':'knight'},{'id':12965,'name':'duel'},{'id':13084,'name':'king'},{'id':14656,'name':'order of the templars'},{'id':208681,'name':'knight templars'},{'id':215160,'name':'13th century'}]" +10679,"[{'id':305,'name':'moon'},{'id':2652,'name':'nazi'},{'id':3243,'name':'flying saucer'},{'id':3249,'name':'hologram'},{'id':3268,'name':'secret base'},{'id':3801,'name':'space travel'},{'id':4278,'name':'invasion'},{'id':9830,'name':'nuclear explosion'},{'id':9882,'name':'space'},{'id':11105,'name':'swastika'},{'id':159287,'name':'gas mask'},{'id':182824,'name':'charlie chaplin'}]" +169934,"[{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':10046,'name':'mecha'},{'id':210024,'name':'anime'}]" +68721,"[{'id':279,'name':'usa'},{'id':949,'name':'terrorist'},{'id':1242,'name':'war on terror'},{'id':6335,'name':'tennessee'},{'id':8613,'name':'malibu'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':179430,'name':'aftercreditsstinger'},{'id':180547,'name':'marvel cinematic universe'}]" +1726,"[{'id':279,'name':'usa'},{'id':539,'name':'middle east'},{'id':6163,'name':'arms dealer'},{'id':8613,'name':'malibu'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':10842,'name':'good vs evil'},{'id':179430,'name':'aftercreditsstinger'},{'id':180547,'name':'marvel cinematic universe'},{'id':208630,'name':'counter terrorism'}]" +10138,"[{'id':279,'name':'usa'},{'id':1576,'name':'technology'},{'id':8613,'name':'malibu'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':9748,'name':'revenge'},{'id':179430,'name':'aftercreditsstinger'},{'id':180547,'name':'marvel cinematic universe'}]" +14756,"[{'id':525,'name':'foreigner'},{'id':779,'name':'martial arts'},{'id':1908,'name':'katana'},{'id':3930,'name':'bravery'},{'id':5329,'name':'rice'},{'id':5563,'name':'market'},{'id':6075,'name':'sport'},{'id':10044,'name':'tragic hero'},{'id':10535,'name':'sino japanese war'},{'id':12425,'name':'racism'},{'id':13125,'name':'sadist'},{'id':33401,'name':'master'},{'id':33402,'name':'wing chun'},{'id':33403,'name':'bayonet'}]" +37472,"[{'id':779,'name':'martial arts'},{'id':6075,'name':'sport'},{'id':6731,'name':'british'},{'id':12354,'name':'hong kong'},{'id':14657,'name':'bail'},{'id':33401,'name':'master'},{'id':33585,'name':'labor'},{'id':33713,'name':'grandmaster'}]" +55150,"[{'id':10765,'name':'gunshot wound'},{'id':166464,'name':'confederate soldier'},{'id':188907,'name':'street shootout'}]" +1730,"[{'id':291,'name':'circus'},{'id':564,'name':'polen'},{'id':886,'name':'movie business'},{'id':960,'name':'homeless person'},{'id':1284,'name':'identity'},{'id':2320,'name':'violent husband'},{'id':2587,'name':'married couple'},{'id':3595,'name':'deceived husband'},{'id':4183,'name':'wife'},{'id':9826,'name':'murder'},{'id':10183,'name':'independent film'},{'id':33465,'name':'parallel world'},{'id':162262,'name':'movie star'},{'id':184989,'name':'spectacle'}]" +87835,[] +2309,"[{'id':3096,'name':'book'},{'id':3205,'name':'fairy tale'},{'id':3878,'name':'eavesdropping'},{'id':4414,'name':'adventure'},{'id':5914,'name':'writer's block'}]" +133463,[] +1908,"[{'id':6083,'name':'politician'},{'id':10508,'name':'teacher'},{'id':10904,'name':'telephone call'},{'id':10909,'name':'lawyer'},{'id':11038,'name':'trial'},{'id':33519,'name':'courtroom'},{'id':34152,'name':'evolution'},{'id':156810,'name':'science'},{'id':171497,'name':'rhetoric'},{'id':196497,'name':'scopes monkey trial'},{'id':207968,'name':'judiciary'},{'id':214780,'name':'courtroom drama'}]" +171274,"[{'id':818,'name':'based on novel or book'},{'id':1228,'name':'1970s'},{'id':11168,'name':'private investigator'},{'id':11488,'name':'pot smoking'},{'id':11660,'name':'hippie lifestyle'},{'id':12670,'name':'los angeles'},{'id':166467,'name':'surrealist'},{'id':208992,'name':'1960s'}]" +16869,"[{'id':90,'name':'paris france'},{'id':1008,'name':'guerrilla'},{'id':1388,'name':'cinema'},{'id':1430,'name':'self sacrifice'},{'id':1560,'name':'dynamite'},{'id':1666,'name':'mexican standoff'},{'id':1956,'name':'world war ii'},{'id':2433,'name':'jew persecution'},{'id':2606,'name':'jew'},{'id':2652,'name':'nazi'},{'id':3260,'name':'masochism'},{'id':4426,'name':'sadism'},{'id':10144,'name':'anti semitism'},{'id':11105,'name':'swastika'},{'id':13519,'name':'german occupation of france'},{'id':14819,'name':'violence'},{'id':33847,'name':'british politics'},{'id':241930,'name':'hitler'}]" +113655,[] +301728,"[{'id':8902,'name':'mining accident'},{'id':9678,'name':'mind control'},{'id':10084,'name':'rescue'},{'id':11112,'name':'search'},{'id':188959,'name':'plague'},{'id':219797,'name':'ftl travel'}]" +22476,[] +184710,[] +159008,"[{'id':213,'name':'upper class'},{'id':6071,'name':'middle class'},{'id':14737,'name':'economics'},{'id':159930,'name':'inequality'},{'id':195889,'name':'poor'},{'id':220314,'name':'wealth differences'}]" +87,"[{'id':483,'name':'riddle'},{'id':1454,'name':'treasure'},{'id':1935,'name':'wind'},{'id':2857,'name':'elephant'},{'id':2860,'name':'heart'},{'id':3185,'name':'crocodile'},{'id':3450,'name':'bridge'},{'id':4062,'name':'skeleton'},{'id':6956,'name':'treasure hunt'},{'id':10092,'name':'mystery'},{'id':13006,'name':'torture'},{'id':14636,'name':'india'},{'id':14819,'name':'violence'},{'id':15149,'name':'monkey'},{'id':41586,'name':'archaeologist'},{'id':167106,'name':'conveyor belt'},{'id':170881,'name':'child driving car'},{'id':174465,'name':'mine car'},{'id':174468,'name':'rope bridge'},{'id':174480,'name':'splits'},{'id':184134,'name':'archeology '},{'id':214548,'name':'1930s'},{'id':249944,'name':'indiana jones and the temple of doom'}]" +89,"[{'id':74,'name':'germany'},{'id':83,'name':'saving the world'},{'id':110,'name':'venice, italy'},{'id':113,'name':'holy grail'},{'id':295,'name':'library'},{'id':483,'name':'riddle'},{'id':970,'name':'parent child relationship'},{'id':1294,'name':'whip'},{'id':1454,'name':'treasure'},{'id':2652,'name':'nazi'},{'id':2847,'name':'entrapment'},{'id':2901,'name':'crusader'},{'id':5905,'name':'father'},{'id':6956,'name':'treasure hunt'},{'id':10685,'name':'escape'},{'id':11117,'name':'tank'},{'id':14656,'name':'order of the templars'},{'id':18034,'name':'desert'},{'id':41586,'name':'archaeologist'},{'id':176731,'name':'indiana jones'},{'id':184134,'name':'archeology '},{'id':214548,'name':'1930s'}]" +217,"[{'id':83,'name':'saving the world'},{'id':483,'name':'riddle'},{'id':1294,'name':'whip'},{'id':1454,'name':'treasure'},{'id':1547,'name':'mexico city'},{'id':2650,'name':'leather jacket'},{'id':4276,'name':'machinegun'},{'id':4939,'name':'alien phenomenons'},{'id':5566,'name':'maya civilization'},{'id':5967,'name':'peru'},{'id':6956,'name':'treasure hunt'},{'id':9830,'name':'nuclear explosion'},{'id':18524,'name':'refrigerator'},{'id':41586,'name':'archaeologist'},{'id':176731,'name':'indiana jones'},{'id':184134,'name':'archeology '}]" +602,"[{'id':1612,'name':'spacecraft'},{'id':1627,'name':'patriotism'},{'id':1825,'name':'countdown'},{'id':4097,'name':'independence'},{'id':4278,'name':'invasion'},{'id':6091,'name':'war'},{'id':9738,'name':'ufo'},{'id':9739,'name':'extraterrestrial'},{'id':9951,'name':'alien'},{'id':14643,'name':'battle'}]" +4478,"[{'id':395,'name':'gambling'},{'id':596,'name':'adultery'},{'id':2038,'name':'love of one's life'},{'id':4900,'name':'shortage of money'},{'id':6433,'name':'roulette'},{'id':14570,'name':'las vegas'},{'id':33626,'name':'millionaire'}]" +27205,"[{'id':90,'name':'paris france'},{'id':470,'name':'spy'},{'id':490,'name':'philosophy'},{'id':612,'name':'hotel'},{'id':1501,'name':'allegory'},{'id':1566,'name':'dream'},{'id':4563,'name':'virtual reality'},{'id':5572,'name':'fistfight'},{'id':9844,'name':'car crash'},{'id':10084,'name':'rescue'},{'id':10364,'name':'mission'},{'id':12670,'name':'los angeles'},{'id':15017,'name':'danger'},{'id':162630,'name':'zero gravity'},{'id':170344,'name':'imagination'},{'id':186789,'name':'dream world'},{'id':203121,'name':'idea'},{'id':234868,'name':'subconscious'}]" +82743,"[{'id':12394,'name':'chainsaw'},{'id':13006,'name':'torture'},{'id':161196,'name':'farm house'},{'id':200148,'name':'inbreeding'}]" +156268,"[{'id':703,'name':'detective'},{'id':726,'name':'drug abuse'},{'id':9073,'name':'marilyn monroe'},{'id':12425,'name':'racism'},{'id':220423,'name':'terrorizing'},{'id':220424,'name':'reviewers'}]" +82743,"[{'id':12394,'name':'chainsaw'},{'id':13006,'name':'torture'},{'id':161196,'name':'farm house'},{'id':200148,'name':'inbreeding'}]" +156268,"[{'id':703,'name':'detective'},{'id':726,'name':'drug abuse'},{'id':9073,'name':'marilyn monroe'},{'id':12425,'name':'racism'},{'id':220423,'name':'terrorizing'},{'id':220424,'name':'reviewers'}]" +49530,"[{'id':974,'name':'bank'},{'id':2964,'name':'future'},{'id':3667,'name':'time'},{'id':4565,'name':'dystopia'},{'id':4776,'name':'race against time'},{'id':4978,'name':'immortality'},{'id':9673,'name':'love'},{'id':9950,'name':'thriller'},{'id':10562,'name':'on the run'},{'id':14514,'name':'class differences'},{'id':41616,'name':'cops and robbers '},{'id':220487,'name':'rich vs poor'}]" +80410,"[{'id':530,'name':'prophecy'},{'id':5774,'name':'forest'},{'id':41645,'name':'based on video game'},{'id':161257,'name':'medieval'},{'id':234213,'name':'sword and sorcery'}]" +7984,"[{'id':258,'name':'bomb'},{'id':378,'name':'prison'},{'id':818,'name':'based on novel or book'},{'id':970,'name':'parent child relationship'},{'id':1228,'name':'1970s'},{'id':5565,'name':'biography'},{'id':6150,'name':'faith'},{'id':11018,'name':'irish'},{'id':11038,'name':'trial'},{'id':11196,'name':'rebellion'},{'id':13006,'name':'torture'},{'id':13015,'name':'terrorism'},{'id':33519,'name':'courtroom'}]" +2654,"[{'id':1415,'name':'small town'},{'id':2340,'name':'paranoia'},{'id':6018,'name':'new hampshire'},{'id':6255,'name':'insanity'},{'id':9937,'name':'suspense'},{'id':10308,'name':'h.p. lovecraft'},{'id':10738,'name':'diner'},{'id':10818,'name':'author'},{'id':10941,'name':'disappearance'},{'id':14765,'name':'church'},{'id':14819,'name':'violence'},{'id':33505,'name':'gothic'},{'id':41380,'name':'crucifix'},{'id':41393,'name':'new england'},{'id':155435,'name':'insurance investigator'},{'id':166701,'name':'ghost town'},{'id':188994,'name':'publisher'},{'id':235266,'name':'horror novel'}]" +19833,"[{'id':521,'name':'washington d.c.'},{'id':6091,'name':'war'},{'id':10588,'name':'political incompetence'},{'id':10589,'name':'warmongering'},{'id':15053,'name':'united nations'},{'id':157333,'name':'vote'},{'id':169086,'name':'political satire'},{'id':174420,'name':'intern'},{'id':179431,'name':'duringcreditsstinger'}]" +256474,"[{'id':779,'name':'martial arts'},{'id':9693,'name':'female killer'}]" +172226,[] +1126,"[{'id':380,'name':'sibling relationship'},{'id':697,'name':'loss of loved one'},{'id':815,'name':'soulmates'},{'id':1526,'name':'home'},{'id':1571,'name':'return'},{'id':1595,'name':'ex-girlfriend'},{'id':1660,'name':'suppressed past'},{'id':1842,'name':'village life'},{'id':2065,'name':'province'},{'id':2658,'name':'new zealand'},{'id':2755,'name':'country life'},{'id':3371,'name':'family history'},{'id':3739,'name':'funeral'},{'id':4747,'name':'war photographer'},{'id':4748,'name':'lodge'},{'id':9986,'name':'crush'},{'id':10508,'name':'teacher'},{'id':14751,'name':'youth'}]" +11931,"[{'id':236,'name':'suicide'},{'id':572,'name':'sex'},{'id':612,'name':'hotel'},{'id':818,'name':'based on novel or book'},{'id':918,'name':'newspaper'},{'id':966,'name':'beach'},{'id':1196,'name':'florida'},{'id':2606,'name':'jew'},{'id':3582,'name':'bride'},{'id':6563,'name':'wine'},{'id':7984,'name':'bikini'},{'id':8508,'name':'party'},{'id':9468,'name':'liar'},{'id':9673,'name':'love'},{'id':9856,'name':'flashback'},{'id':9872,'name':'grief'},{'id':10594,'name':'money'},{'id':10909,'name':'lawyer'},{'id':13027,'name':'wedding'},{'id':33928,'name':'audition'},{'id':34079,'name':'death'},{'id':40879,'name':'drunk'},{'id':54612,'name':'shoe'},{'id':159346,'name':'deceit'},{'id':189868,'name':'rumor'},{'id':207899,'name':'snooping'},{'id':208519,'name':'blame'}]" +8321,"[{'id':2231,'name':'drug dealer'},{'id':2708,'name':'hitman'},{'id':5159,'name':'tourist'},{'id':11018,'name':'irish'},{'id':14765,'name':'church'},{'id':33720,'name':'guilt'},{'id':34079,'name':'death'},{'id':34117,'name':'cult film'},{'id':167221,'name':'bruges belgium'},{'id':167227,'name':'town square'},{'id':167234,'name':'vietnamese'},{'id':167235,'name':'canadian stereotype'},{'id':167238,'name':'gruuthuse museum bruges'},{'id':207268,'name':'neo-noir'},{'id':207317,'name':'christmas'}]" +157360,"[{'id':970,'name':'parent child relationship'},{'id':2398,'name':'narration'},{'id':159431,'name':'voice over'},{'id':187056,'name':'woman director'},{'id':192185,'name':'voice acting'}]" +241930,[] +37958,"[{'id':351,'name':'poison'},{'id':6092,'name':'army'},{'id':8985,'name':'zeus'},{'id':10166,'name':'minotaur'},{'id':14667,'name':'poseidon'},{'id':18096,'name':'spear'},{'id':18129,'name':'labyrinth'},{'id':162861,'name':'ancient greece'},{'id':206491,'name':'greek god'}]" +5552,"[{'id':3501,'name':'bed'},{'id':4062,'name':'skeleton'},{'id':199656,'name':'white woman'}]" +34148,"[{'id':18035,'name':'family'},{'id':176227,'name':'motherhood'}]" +47921,"[{'id':17997,'name':'housekeeper'},{'id':156764,'name':'pre-code'}]" +75204,"[{'id':4344,'name':'musical'},{'id':6027,'name':'music'}]" +207883,[] +34783,"[{'id':213,'name':'upper class'},{'id':508,'name':'nudist camp'},{'id':1382,'name':'factory'},{'id':2487,'name':'naivety'},{'id':6346,'name':'trade union'},{'id':8201,'name':'satire'},{'id':9663,'name':'sequel'},{'id':11514,'name':'social satire'},{'id':11935,'name':'working class'},{'id':14514,'name':'class differences'},{'id':234812,'name':'weapons manufacturer'}]" +310121,"[{'id':4129,'name':'widow'},{'id':6054,'name':'friendship'},{'id':9673,'name':'love'},{'id':10229,'name':'singer'},{'id':13043,'name':'dating'},{'id':208542,'name':'life'}]" +109843,"[{'id':10726,'name':'gang'},{'id':158431,'name':'united kingdom'}]" +273404,[] +249164,"[{'id':732,'name':'coma'},{'id':818,'name':'based on novel or book'},{'id':4048,'name':'musician'},{'id':10809,'name':'teenage girl'},{'id':13063,'name':'car accident'},{'id':13130,'name':'teenager'},{'id':184318,'name':'out of body experience'},{'id':193400,'name':'teen drama'},{'id':246466,'name':'based on young adult novel'}]" +6552,"[{'id':13130,'name':'teenager'},{'id':155619,'name':'attic'},{'id':178253,'name':'knitting needle'},{'id':178256,'name':'noise complaint'},{'id':178259,'name':'crawling hand'},{'id':178261,'name':'angel costume'},{'id':178265,'name':'trowel'},{'id':178269,'name':'bass guitarist'},{'id':178271,'name':'priestess'}]" +7512,"[{'id':549,'name':'prostitute'},{'id':592,'name':'capitalism'},{'id':840,'name':'usa president'},{'id':1395,'name':'arena'},{'id':1705,'name':'congress'},{'id':1706,'name':'experiment'},{'id':2964,'name':'future'},{'id':4565,'name':'dystopia'},{'id':6092,'name':'army'},{'id':6241,'name':'stupidity'},{'id':6567,'name':'hibernation'},{'id':10123,'name':'dark comedy'},{'id':11514,'name':'social satire'},{'id':12400,'name':'brainwashing'},{'id':18420,'name':'surveillance'},{'id':33451,'name':'masturbation'},{'id':33483,'name':'u.s. congress'},{'id':162988,'name':'dystopian future'},{'id':164124,'name':'mass media'}]" +109431,"[{'id':1284,'name':'identity'},{'id':6149,'name':'police'},{'id':9727,'name':'thief'}]" +2832,"[{'id':549,'name':'prostitute'},{'id':703,'name':'detective'},{'id':1197,'name':'nevada'},{'id':1563,'name':'prisoner'},{'id':2217,'name':'rain'},{'id':2669,'name':'motel'},{'id':3694,'name':'weather'},{'id':6259,'name':'psychopath'},{'id':8440,'name':'ex-cop'},{'id':9743,'name':'stranded'},{'id':9826,'name':'murder'},{'id':10714,'name':'serial killer'},{'id':13124,'name':'scream'},{'id':14527,'name':'storm'},{'id':15106,'name':'psychiatrist'},{'id':15234,'name':'convict'},{'id':18171,'name':'thunderstorm'},{'id':156507,'name':'rainstorm'},{'id':156761,'name':'split personality'},{'id':197708,'name':'mental disorders'},{'id':207046,'name':'murder mystery'},{'id':212803,'name':'dissociative identity disorder'},{'id':238467,'name':'isolated place'}]" +339503,[] +255692,[] +950,"[{'id':2078,'name':'mammoth'},{'id':2079,'name':'sloth'},{'id':2219,'name':'ice age'},{'id':2223,'name':'barrier ice'},{'id':2224,'name':'ice melting'},{'id':2984,'name':'iceberg'},{'id':3528,'name':'flooding'},{'id':4414,'name':'adventure'},{'id':4663,'name':'lovers'},{'id':4875,'name':'deluge'},{'id':158017,'name':'saber-toothed tiger'}]" +8355,"[{'id':2219,'name':'ice age'},{'id':3450,'name':'bridge'},{'id':6255,'name':'insanity'},{'id':10787,'name':'jungle'},{'id':12616,'name':'dinosaur'},{'id':17985,'name':'birth'},{'id':179431,'name':'duringcreditsstinger'},{'id':209714,'name':'3d'}]" +57800,"[{'id':183413,'name':'blue footed booby'},{'id':183414,'name':'prehistoric times'},{'id':183415,'name':'melting ice'},{'id':183418,'name':'badger'},{'id':183421,'name':'elephant seal'},{'id':183422,'name':'floating ice'},{'id':183425,'name':'land bridge'},{'id':193193,'name':'era'},{'id':193194,'name':'glaciale'},{'id':193196,'name':'deriva'}]" +79218,[] +216374,[] +279997,"[{'id':12377,'name':'zombie'}]" +3600,"[{'id':271,'name':'competition'},{'id':2041,'name':'island'},{'id':2135,'name':'radio'},{'id':3345,'name':'bahamas'},{'id':3616,'name':'college'},{'id':4728,'name':'knife'},{'id':5420,'name':'fisherman'},{'id':6876,'name':'vacation'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':10776,'name':'marijuana'},{'id':10793,'name':'resort'},{'id':11221,'name':'blood'},{'id':12339,'name':'slasher'},{'id':14527,'name':'storm'},{'id':14692,'name':'hook'},{'id':15127,'name':'killer'}]" +43947,"[{'id':570,'name':'rape'},{'id':6930,'name':'fondling'},{'id':9748,'name':'revenge'},{'id':13028,'name':'writer'},{'id':157398,'name':'garden shears'},{'id':184352,'name':'rape and revenge'}]" +2048,"[{'id':236,'name':'suicide'},{'id':310,'name':'artificial intelligence'},{'id':312,'name':'man vs machine'},{'id':520,'name':'chicago'},{'id':818,'name':'based on novel or book'},{'id':1701,'name':'hero'},{'id':2964,'name':'future'},{'id':3703,'name':'law'},{'id':4565,'name':'dystopia'},{'id':6149,'name':'police'},{'id':9826,'name':'murder'},{'id':14544,'name':'robot'},{'id':209714,'name':'3d'},{'id':220903,'name':'humanoid robot'}]" +244267,"[{'id':279,'name':'usa'},{'id':5484,'name':'reincarnation'},{'id':10183,'name':'independent film'},{'id':13005,'name':'doctor'},{'id':14636,'name':'india'},{'id':207979,'name':'molecular biologist'}]" +3563,"[{'id':1862,'name':'coming out'},{'id':2733,'name':'firemen'},{'id':9457,'name':'single'},{'id':215200,'name':'pretend relationship'}]" +292127,[] +8952,"[{'id':237,'name':'gay'},{'id':416,'name':'miami'},{'id':934,'name':'judge'},{'id':1415,'name':'small town'},{'id':3202,'name':'con man'},{'id':4373,'name':'fraud'},{'id':4617,'name':'insurance fraud'},{'id':9844,'name':'car crash'},{'id':9890,'name':'jail'},{'id':158718,'name':'lgbt'},{'id':207059,'name':'white collar criminal'},{'id':210608,'name':'1990s'}]" +16538,"[{'id':383,'name':'poker'},{'id':910,'name':'bondage'},{'id':179431,'name':'duringcreditsstinger'}]" +19840,"[{'id':818,'name':'based on novel or book'},{'id':2389,'name':'virgin'},{'id':2920,'name':'cheerleader'},{'id':3687,'name':'graduation'},{'id':6270,'name':'high school'},{'id':8046,'name':'aspen'},{'id':9713,'name':'friends'},{'id':11524,'name':'in the closet'},{'id':13130,'name':'teenager'},{'id':15402,'name':'popularity'},{'id':233617,'name':'popular girl'},{'id':246466,'name':'based on young adult novel'}]" +3597,"[{'id':1328,'name':'secret'},{'id':1936,'name':'blackmail'},{'id':5420,'name':'fisherman'},{'id':6149,'name':'police'},{'id':6270,'name':'high school'},{'id':9665,'name':'cover-up'},{'id':9713,'name':'friends'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':10225,'name':'pageant'},{'id':12339,'name':'slasher'},{'id':13130,'name':'teenager'},{'id':15127,'name':'killer'}]" +150117,"[{'id':4183,'name':'wife'},{'id':6038,'name':'marriage'},{'id':8508,'name':'party'},{'id':13027,'name':'wedding'},{'id':156578,'name':'newlywed'},{'id':162271,'name':'husband'},{'id':208399,'name':'first anniversary'}]" +100241,"[{'id':634,'name':'soul'},{'id':2011,'name':'queen'},{'id':2095,'name':'anti hero'},{'id':2486,'name':'fantasy'},{'id':3071,'name':'prince'},{'id':6152,'name':'supernatural'},{'id':10842,'name':'good vs evil'},{'id':11408,'name':'gargoyle'},{'id':14955,'name':'fighting'},{'id':15001,'name':'demon'},{'id':156395,'name':'imax'},{'id':209714,'name':'3d'}]" +128081,[] +259453,"[{'id':194435,'name':'special air service'}]" +298445,"[{'id':1991,'name':'santa claus'},{'id':207317,'name':'christmas'}]" +10950,"[{'id':2468,'name':'foster parents'},{'id':170148,'name':'pro bono'},{'id':170152,'name':'new baby'},{'id':170154,'name':'social services'},{'id':170161,'name':'learning'},{'id':170166,'name':'coffee shop manager'},{'id':170167,'name':'pizza hut'},{'id':170173,'name':'children's book'},{'id':170174,'name':'locked door'},{'id':170179,'name':'mentally handicapped man'},{'id':178364,'name':'child custody'},{'id':187056,'name':'woman director'}]" +46529,"[{'id':818,'name':'based on novel or book'},{'id':1308,'name':'secret identity'},{'id':9951,'name':'alien'},{'id':11115,'name':'heroism'},{'id':18068,'name':'teenage boy'},{'id':33637,'name':'super power'},{'id':188178,'name':'teenage hero'},{'id':211359,'name':'alien teenager'},{'id':212760,'name':'interspecies romance'},{'id':246466,'name':'based on young adult novel'}]" +6479,"[{'id':83,'name':'saving the world'},{'id':4190,'name':'lost civilisation'},{'id':4458,'name':'post-apocalyptic'},{'id':4565,'name':'dystopia'},{'id':5144,'name':'matter of life and death'},{'id':6511,'name':'alone'},{'id':6997,'name':'helplessness'},{'id':188957,'name':'virus'},{'id':188973,'name':'pandemic'}]" +293262,"[{'id':5565,'name':'biography'},{'id':5970,'name':'wrestling'},{'id':6075,'name':'sport'},{'id':187056,'name':'woman director'}]" +75802,"[{'id':212,'name':'london'},{'id':5083,'name':'hysteria'},{'id':11612,'name':'hospital'},{'id':13005,'name':'doctor'},{'id':15133,'name':'vibrator'},{'id':33451,'name':'masturbation'},{'id':157107,'name':'court trial'},{'id':160925,'name':'horny female'},{'id':160926,'name':'sexually empowered woman'},{'id':160929,'name':'treatment'},{'id':160931,'name':'expert witness'},{'id':160934,'name':'ex prostitute'},{'id':160936,'name':'electrical device'},{'id':160937,'name':'self love'},{'id':160938,'name':'private practice'},{'id':179431,'name':'duringcreditsstinger'},{'id':187056,'name':'woman director'}]" +87504,"[{'id':2011,'name':'queen'},{'id':6540,'name':'franklin delano roosevelt'},{'id':14798,'name':'park'},{'id':162827,'name':'hyde park'},{'id':186685,'name':'queen of england'},{'id':186686,'name':'king of england'},{'id':214548,'name':'1930s'}]" +86274,[] +10360,"[{'id':378,'name':'prison'},{'id':1563,'name':'prisoner'},{'id':1899,'name':'hunger'},{'id':4089,'name':'hunger strike'},{'id':5565,'name':'biography'},{'id':7005,'name':'northern ireland'},{'id':157198,'name':'belfast'},{'id':172391,'name':'catholic priest'},{'id':208289,'name':'1980s'}]" +90232,[] +1927,"[{'id':387,'name':'california'},{'id':582,'name':'san francisco'},{'id':1299,'name':'monster'},{'id':1402,'name':'general'},{'id':1419,'name':'gun'},{'id':1718,'name':'dna'},{'id':2766,'name':'mutation'},{'id':2800,'name':'psychology'},{'id':3695,'name':'berkeley'},{'id':4375,'name':'transformation'},{'id':4456,'name':'frog'},{'id':8570,'name':'president'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':12393,'name':'golden gate bridge'},{'id':13005,'name':'doctor'},{'id':13073,'name':'fear'},{'id':14760,'name':'scientist'},{'id':15162,'name':'dog'},{'id':18034,'name':'desert'},{'id':18047,'name':'anger'},{'id':157344,'name':'phone'},{'id':162365,'name':'military'},{'id':163207,'name':'cell'},{'id':179102,'name':'superhuman strength'},{'id':184987,'name':'repressed memory'},{'id':222797,'name':'repression'}]" +44826,"[{'id':295,'name':'library'},{'id':818,'name':'based on novel or book'},{'id':886,'name':'movie business'},{'id':1507,'name':'clock'},{'id':2598,'name':'museum'},{'id':2849,'name':'key'},{'id':4290,'name':'toy'},{'id':5202,'name':'boy'},{'id':13014,'name':'orphan'},{'id':14544,'name':'robot'},{'id':14545,'name':'automaton'},{'id':18028,'name':'hiding'},{'id':33490,'name':'filmmaking'},{'id':41372,'name':'leg brace'},{'id':156149,'name':'doberman'},{'id':163865,'name':'railway station'},{'id':209714,'name':'3d'},{'id':246466,'name':'based on young adult novel'}]" +107020,[] +10191,"[{'id':334,'name':'flying'},{'id':1318,'name':'blacksmith'},{'id':1395,'name':'arena'},{'id':2041,'name':'island'},{'id':3752,'name':'night'},{'id':3799,'name':'ship'},{'id':4613,'name':'training'},{'id':5331,'name':'village'},{'id':5774,'name':'forest'},{'id':5895,'name':'viking'},{'id':6054,'name':'friendship'},{'id':6253,'name':'ignorance'},{'id':8044,'name':'flight'},{'id':9109,'name':'nest'},{'id':12554,'name':'dragon'},{'id':14643,'name':'battle'},{'id':18543,'name':'combat'},{'id':172784,'name':'well'},{'id':192913,'name':'warrior'}]" +82702,"[{'id':970,'name':'parent child relationship'},{'id':1157,'name':'wife husband relationship'},{'id':2858,'name':'sacrifice'},{'id':5895,'name':'viking'},{'id':9663,'name':'sequel'},{'id':10084,'name':'rescue'},{'id':12554,'name':'dragon'},{'id':175421,'name':'death of husband'},{'id':192913,'name':'warrior'},{'id':209714,'name':'3d'}]" +3001,"[{'id':4617,'name':'insurance fraud'},{'id':14604,'name':'theft'},{'id':14789,'name':'art thief'},{'id':155762,'name':'swinging 60s'},{'id':195537,'name':'forgery'}]" +124071,"[{'id':1601,'name':'war on drugs'},{'id':2150,'name':'cocaine'},{'id':2231,'name':'drug dealer'},{'id':10776,'name':'marijuana'},{'id':33067,'name':'drug bust'},{'id':156805,'name':'dea agent'},{'id':163081,'name':'law enforcement'}]" +9919,"[{'id':242,'name':'new york'},{'id':622,'name':'bet'},{'id':736,'name':'journalist'},{'id':2726,'name':'therapist'},{'id':5920,'name':'advertising expert'},{'id':14534,'name':'relationship'}]" +8871,"[{'id':65,'name':'holiday'},{'id':1441,'name':'christmas party'},{'id':1605,'name':'new love'},{'id':1991,'name':'santa claus'},{'id':5331,'name':'village'},{'id':9963,'name':'kids and family'},{'id':207317,'name':'christmas'}]" +162215,"[{'id':818,'name':'based on novel or book'},{'id':949,'name':'terrorist'},{'id':4458,'name':'post-apocalyptic'},{'id':10349,'name':'survival'},{'id':178641,'name':'english country side'},{'id':246466,'name':'based on young adult novel'}]" +42888,"[{'id':128,'name':'love triangle'},{'id':1480,'name':'baseball'},{'id':10456,'name':'athlete'},{'id':179430,'name':'aftercreditsstinger'}]" +253306,"[{'id':3358,'name':'haunted house'},{'id':4604,'name':'father-in-law'},{'id':6156,'name':'superstition'},{'id':9790,'name':'house arrest'},{'id':9866,'name':'basement'},{'id':10092,'name':'mystery'},{'id':14811,'name':'exploding head'},{'id':41180,'name':'security guard'},{'id':157398,'name':'garden shears'},{'id':172427,'name':'dentures'},{'id':208772,'name':'home detention'}]" +232888,[] +287601,[] +11377,"[{'id':2574,'name':'lunatic asylum'},{'id':179430,'name':'aftercreditsstinger'}]" +15856,"[{'id':1811,'name':'wine cellar'},{'id':4062,'name':'skeleton'},{'id':9714,'name':'remake'},{'id':11732,'name':'cigarette smoking'},{'id':33768,'name':'blind'},{'id':183750,'name':'chandelier'}]" +10066,"[{'id':579,'name':'american football'},{'id':3612,'name':'traffic jam'},{'id':9714,'name':'remake'},{'id':9826,'name':'murder'},{'id':9937,'name':'suspense'},{'id':10771,'name':'wax museum'},{'id':13130,'name':'teenager'},{'id':155939,'name':'group of friends'},{'id':166701,'name':'ghost town'},{'id':203476,'name':'wax'}]" +226360,"[{'id':187056,'name':'woman director'}]" +23439,"[{'id':10541,'name':'curse'},{'id':41393,'name':'new england'},{'id':155317,'name':'edgar allan poe'}]" +11093,"[{'id':582,'name':'san francisco'},{'id':2356,'name':'immigrant'},{'id':6095,'name':'house'},{'id':68642,'name':'intimidation'},{'id':178656,'name':'iranian'}]" +204904,[] +191137,"[{'id':10714,'name':'serial killer'},{'id':194291,'name':'internet broadcast'},{'id':208436,'name':'historical re-enactment'},{'id':220455,'name':'copycat killer'}]" +2662,"[{'id':213,'name':'upper class'},{'id':3335,'name':'halloween'},{'id':6259,'name':'psychopath'},{'id':9955,'name':'urban legend'},{'id':14751,'name':'youth'},{'id':34117,'name':'cult film'},{'id':161270,'name':'satanic ritual'}]" +82505,"[{'id':970,'name':'parent child relationship'},{'id':12090,'name':'cross dressing'},{'id':14819,'name':'violence'},{'id':226774,'name':'father son conflict'}]" +172803,"[{'id':2215,'name':'hurricane'},{'id':3256,'name':'infant'},{'id':5096,'name':'natural disaster'},{'id':5905,'name':'father'},{'id':204159,'name':'hurricane katrina'}]" +14882,"[{'id':10183,'name':'independent film'},{'id':187056,'name':'woman director'}]" +76492,"[{'id':612,'name':'hotel'},{'id':616,'name':'witch'},{'id':2343,'name':'magic'},{'id':2904,'name':'mummy'},{'id':3133,'name':'vampire'},{'id':3633,'name':'dracula'},{'id':4062,'name':'skeleton'},{'id':5891,'name':'backpacker'},{'id':9673,'name':'love'},{'id':9840,'name':'romance'},{'id':11155,'name':'wolfman'},{'id':12377,'name':'zombie'},{'id':160130,'name':'invisible man'},{'id':179431,'name':'duringcreditsstinger'},{'id':179860,'name':'nosferatu'},{'id':181068,'name':'protective father'},{'id':195269,'name':'magical creature'},{'id':240303,'name':'father daughter relationship'}]" +205,"[{'id':971,'name':'rwanda'},{'id':972,'name':'refugee'},{'id':973,'name':'refugee camp'},{'id':1550,'name':'militia'},{'id':8053,'name':'rwandan genocide'},{'id':9826,'name':'murder'},{'id':10089,'name':'slaughter'},{'id':10877,'name':'dead body'},{'id':11872,'name':'atrocity'},{'id':13069,'name':'african'},{'id':14624,'name':'cruelty'},{'id':14819,'name':'violence'},{'id':15053,'name':'united nations'},{'id':34079,'name':'death'}]" +256742,"[{'id':10292,'name':'gore'},{'id':15085,'name':'splatter'}]" +23048,"[{'id':2864,'name':'one-night stand'},{'id':4379,'name':'time travel'},{'id':5455,'name':'time machine'},{'id':11792,'name':'incest overtones'},{'id':11830,'name':'hot tub'},{'id':11832,'name':'peter pan syndrome'},{'id':11833,'name':'forty something'},{'id':159558,'name':'snow skiing'}]" +243938,"[{'id':4379,'name':'time travel'},{'id':9663,'name':'sequel'},{'id':11830,'name':'hot tub'},{'id':179431,'name':'duringcreditsstinger'}]" +10074,"[{'id':5956,'name':'stuntman'},{'id':6669,'name':'step father'},{'id':8181,'name':'swimming pool'},{'id':8631,'name':'slacker'},{'id':14735,'name':'motorcycle'},{'id':179430,'name':'aftercreditsstinger'}]" +4638,"[{'id':5331,'name':'village'},{'id':5638,'name':'arrest'},{'id':6149,'name':'police'},{'id':9104,'name':'partner'},{'id':9755,'name':'parody'},{'id':9826,'name':'murder'},{'id':10410,'name':'conspiracy'},{'id':10714,'name':'serial killer'},{'id':11004,'name':'rural setting'},{'id':12371,'name':'gunfight'},{'id':18300,'name':'english countryside'},{'id':34117,'name':'cult film'},{'id':167268,'name':'police force'},{'id':167284,'name':'cowboy costume'},{'id':207819,'name':'accident'},{'id':245158,'name':'edgar wright'}]" +71670,"[{'id':9663,'name':'sequel'},{'id':14570,'name':'las vegas'}]" +1691,"[{'id':3530,'name':'prague'},{'id':3540,'name':'bratislava'},{'id':5502,'name':'castration'},{'id':6779,'name':'ladies' man'},{'id':12105,'name':'student'},{'id':13006,'name':'torture'},{'id':155678,'name':'penis'},{'id':193698,'name':'torture porn'}]" +2026,"[{'id':1812,'name':'fbi'},{'id':1930,'name':'kidnapping'},{'id':4668,'name':'police operation'},{'id':14903,'name':'home invasion'},{'id':18233,'name':'hostage situation'},{'id':159710,'name':'hostage negotiator'}]" +12222,"[{'id':2857,'name':'elephant'},{'id':10084,'name':'rescue'},{'id':10787,'name':'jungle'}]" +285549,[] +69961,"[{'id':2673,'name':'horse'},{'id':2752,'name':'ranch'},{'id':15016,'name':'twins'}]" +30934,"[{'id':911,'name':'exotic island'},{'id':1454,'name':'treasure'},{'id':3002,'name':'fog'},{'id':233450,'name':'proto-slasher'}]" +51540,"[{'id':5514,'name':'conspiracy of murder'},{'id':5812,'name':'bad boss'},{'id':6021,'name':'employee'},{'id':10201,'name':'death of father'},{'id':41158,'name':'stakeout'},{'id':179431,'name':'duringcreditsstinger'}]" +227159,"[{'id':378,'name':'prison'},{'id':1930,'name':'kidnapping'},{'id':9663,'name':'sequel'},{'id':15483,'name':'car chase'},{'id':166770,'name':'sex addict'},{'id':183728,'name':'sex tape'},{'id':243274,'name':'matar'},{'id':243275,'name':'quiero'}]" +82696,"[{'id':9927,'name':'maine'},{'id':15106,'name':'psychiatrist'},{'id':188098,'name':'renewing wedding vows'},{'id':188099,'name':'marriage counselling'}]" +50359,"[{'id':6285,'name':'coup d'etat'},{'id':8631,'name':'slacker'},{'id':9921,'name':'easter'},{'id':9923,'name':'easter bunny'},{'id':179430,'name':'aftercreditsstinger'},{'id':209220,'name':'live action and animation'}]" +16214,"[{'id':5956,'name':'stuntman'},{'id':12396,'name':'hollywood'}]" +14275,"[{'id':520,'name':'chicago'},{'id':1483,'name':'sports team'},{'id':2394,'name':'ghetto'},{'id':2398,'name':'narration'},{'id':3616,'name':'college'},{'id':6075,'name':'sport'},{'id':6496,'name':'basketball'},{'id':8635,'name':'high school sports'},{'id':10183,'name':'independent film'},{'id':33905,'name':'inner city'},{'id':33910,'name':'high school student'}]" +879,"[{'id':334,'name':'flying'},{'id':1400,'name':'swordplay'},{'id':1938,'name':'sword'},{'id':2486,'name':'fantasy'},{'id':3205,'name':'fairy tale'},{'id':4332,'name':'peter pan'},{'id':5600,'name':'daughter'},{'id':10084,'name':'rescue'},{'id':11469,'name':'memory loss'},{'id':12965,'name':'duel'}]" +12518,"[{'id':1668,'name':'hawaii'},{'id':5305,'name':'gambling debts'},{'id':5694,'name':'elvis presley'},{'id':7439,'name':'woman between two men'},{'id':10050,'name':'fear of commitment'},{'id':13027,'name':'wedding'}]" +254191,"[{'id':1889,'name':'lake'},{'id':2676,'name':'honeymoon'},{'id':9720,'name':'woods'},{'id':179878,'name':'sleepwalking'},{'id':187056,'name':'woman director'}]" +204082,"[{'id':818,'name':'based on novel or book'},{'id':970,'name':'parent child relationship'},{'id':2231,'name':'drug dealer'},{'id':8440,'name':'ex-cop'},{'id':11004,'name':'rural setting'},{'id':11199,'name':'undercover cop'},{'id':11341,'name':'methamphetamine'},{'id':14736,'name':'motorcycle gang'},{'id':14964,'name':'drugs'},{'id':15095,'name':'revenge motive'},{'id':207726,'name':'lousiana bayou'}]" +276839,"[{'id':4183,'name':'wife'},{'id':9826,'name':'murder'},{'id':10123,'name':'dark comedy'},{'id':10532,'name':'suburbia'},{'id':14964,'name':'drugs'},{'id':34094,'name':'extramarital affair'},{'id':194019,'name':'salesgirl'}]" +176124,"[{'id':1480,'name':'baseball'}]" +13700,"[{'id':4932,'name':'farm'},{'id':5543,'name':'cow'},{'id':18165,'name':'animal'}]" +772,"[{'id':65,'name':'holiday'},{'id':242,'name':'new york'},{'id':279,'name':'usa'},{'id':1437,'name':'burglar'},{'id':9663,'name':'sequel'},{'id':9736,'name':'little boy'},{'id':14512,'name':'new york city'},{'id':14903,'name':'home invasion'},{'id':18035,'name':'family'},{'id':44451,'name':'lost'},{'id':162936,'name':'precocious child'},{'id':169826,'name':'home alone'},{'id':169850,'name':'mischievous child'},{'id':207317,'name':'christmas'},{'id':239584,'name':'child rescue'}]" +771,"[{'id':65,'name':'holiday'},{'id':1437,'name':'burglar'},{'id':9736,'name':'little boy'},{'id':14903,'name':'home invasion'},{'id':162936,'name':'precocious child'},{'id':163841,'name':'booby trap'},{'id':169826,'name':'home alone'},{'id':169829,'name':'suburban chicago'},{'id':169850,'name':'mischievous child'},{'id':207317,'name':'christmas'},{'id':239584,'name':'child rescue'}]" +228161,"[{'id':1612,'name':'spacecraft'},{'id':6054,'name':'friendship'},{'id':9882,'name':'space'},{'id':9951,'name':'alien'},{'id':14909,'name':'alien invasion'},{'id':197194,'name':'alien friendship'},{'id':235972,'name':'awful leader'},{'id':235974,'name':'taking resposibility'}]" +27945,"[{'id':4616,'name':'apache'},{'id':9503,'name':'outlaw'},{'id':33600,'name':'stagecoach'},{'id':162776,'name':'lodging house'},{'id':189092,'name':'journey'}]" +45022,[] +9713,"[{'id':1361,'name':'salesclerk'},{'id':2136,'name':'television'},{'id':7271,'name':'tv ratings'},{'id':8616,'name':'guru'},{'id':10582,'name':'television producer'}]" +172792,[] +34101,"[{'id':577,'name':'black people'},{'id':6325,'name':'ethnic stereotype'}]" +27412,"[{'id':703,'name':'detective'},{'id':4720,'name':'ritual'},{'id':6158,'name':'cult'},{'id':10864,'name':'human sacrifice'},{'id':11221,'name':'blood'},{'id':12394,'name':'chainsaw'},{'id':13059,'name':'prostitution'},{'id':155790,'name':'private detective'},{'id':157444,'name':'dismemberment'},{'id':163338,'name':'egyptian mythology'}]" +9383,"[{'id':627,'name':'killing'},{'id':1706,'name':'experiment'},{'id':14760,'name':'scientist'},{'id':160130,'name':'invisible man'}]" +13485,"[{'id':65,'name':'holiday'},{'id':613,'name':'new year's eve'},{'id':4344,'name':'musical'},{'id':157337,'name':'inn'}]" +127548,"[{'id':378,'name':'prison'},{'id':9712,'name':'possession'},{'id':9955,'name':'urban legend'},{'id':11263,'name':'electric chair'},{'id':162846,'name':'ghost'},{'id':180397,'name':'cementery'}]" +10439,"[{'id':380,'name':'sibling relationship'},{'id':616,'name':'witch'},{'id':2343,'name':'magic'},{'id':2389,'name':'virgin'},{'id':3335,'name':'halloween'},{'id':6506,'name':'resurrection'},{'id':10327,'name':'undead'},{'id':14752,'name':'potion'},{'id':33795,'name':'salem'},{'id':180193,'name':'trick or treating'},{'id':180194,'name':'spellcasting'},{'id':188748,'name':'talking cat'},{'id':244663,'name':'time skip'},{'id':244896,'name':'grimoire'}]" +1620,"[{'id':782,'name':'assassin'},{'id':1308,'name':'secret identity'},{'id':2051,'name':'intelligence'},{'id':2111,'name':'soviet union'},{'id':2139,'name':'russia'},{'id':2698,'name':'celibacy'},{'id':2708,'name':'hitman'},{'id':2908,'name':'secret society'},{'id':3720,'name':'power'},{'id':3997,'name':'power takeover'},{'id':5440,'name':'adversary'},{'id':6086,'name':'government'},{'id':13129,'name':'execution'},{'id':14819,'name':'violence'},{'id':15127,'name':'killer'},{'id':41645,'name':'based on video game'},{'id':215141,'name':'secret formula'}]" +112336,"[{'id':279,'name':'usa'},{'id':387,'name':'california'},{'id':886,'name':'movie business'},{'id':1157,'name':'wife husband relationship'},{'id':5565,'name':'biography'},{'id':184793,'name':'movie set'},{'id':185482,'name':'movie actress'},{'id':185483,'name':'movie actor'}]" +8488,"[{'id':7699,'name':'speed date'},{'id':9799,'name':'romantic comedy'},{'id':13043,'name':'dating'}]" +109513,"[{'id':4009,'name':'witness protection'},{'id':161974,'name':'getaway driver'},{'id':179431,'name':'duringcreditsstinger'}]" +119117,[] +21362,"[{'id':9799,'name':'romantic comedy'},{'id':13153,'name':'spirit'}]" +48954,"[{'id':388,'name':'scotland'},{'id':3799,'name':'ship'}]" +163710,"[{'id':6054,'name':'friendship'}]" +11096,"[{'id':697,'name':'loss of loved one'},{'id':6095,'name':'house'},{'id':7942,'name':'imaginary friend'},{'id':9937,'name':'suspense'}]" +47869,"[{'id':6078,'name':'politics'},{'id':9665,'name':'cover-up'},{'id':13006,'name':'torture'},{'id':13015,'name':'terrorism'},{'id':15275,'name':'parade'},{'id':154787,'name':'irish rebellion'}]" +2023,"[{'id':539,'name':'middle east'},{'id':643,'name':'horse race'},{'id':2673,'name':'horse'},{'id':3525,'name':'racehorse'},{'id':6377,'name':'sheik'},{'id':8241,'name':'mustang'},{'id':18034,'name':'desert'},{'id':180228,'name':'pony express'},{'id':207928,'name':'19th century'}]" +85126,"[{'id':155453,'name':'gritty'},{'id':155790,'name':'private detective'},{'id':207268,'name':'neo-noir'}]" +94363,"[{'id':160309,'name':'child abandonment'},{'id':179431,'name':'duringcreditsstinger'}]" +42257,"[{'id':187056,'name':'woman director'},{'id':199856,'name':'lower east side, manhattan'},{'id':206793,'name':'russian emigre'},{'id':207928,'name':'19th century'}]" +10184,"[{'id':14534,'name':'relationship'},{'id':159753,'name':'ensemble cast'},{'id':179431,'name':'duringcreditsstinger'}]" +44603,"[{'id':736,'name':'journalist'},{'id':6155,'name':'afterlife'},{'id':6941,'name':'tsunami'}]" +87826,"[{'id':14955,'name':'fighting'},{'id':41525,'name':'high school teacher'},{'id':163223,'name':'prize money'},{'id':178440,'name':'physics teacher'},{'id':185983,'name':'budget cutting'}]" +277594,"[{'id':1200,'name':'greece'},{'id':162861,'name':'ancient greece'},{'id':187301,'name':'hercules'}]" +5227,"[{'id':242,'name':'new york'},{'id':187301,'name':'hercules'}]" +184315,"[{'id':3070,'name':'mercenary'},{'id':14643,'name':'battle'},{'id':162861,'name':'ancient greece'},{'id':187301,'name':'hercules'},{'id':192913,'name':'warrior'},{'id':209482,'name':'sagen'}]" +11970,"[{'id':2033,'name':'hades'},{'id':4344,'name':'musical'},{'id':4402,'name':'peasant'},{'id':6993,'name':'pegasus'},{'id':8985,'name':'zeus'},{'id':10336,'name':'animation'},{'id':162861,'name':'ancient greece'},{'id':179430,'name':'aftercreditsstinger'},{'id':180912,'name':'olympus'},{'id':187301,'name':'hercules'}]" +152601,"[{'id':310,'name':'artificial intelligence'},{'id':2964,'name':'future'},{'id':6104,'name':'computer'},{'id':9673,'name':'love'},{'id':9957,'name':'loneliness'},{'id':12375,'name':'transhumanism'},{'id':34265,'name':'heartbreak'},{'id':223540,'name':'singularity'},{'id':224279,'name':'bittersweet'}]" +10705,"[{'id':254,'name':'france'},{'id':497,'name':'shakespeare'},{'id':4152,'name':'kingdom'},{'id':9672,'name':'based on a true story'},{'id':10181,'name':'based on play or musical'},{'id':155453,'name':'gritty'},{'id':161257,'name':'medieval'},{'id':186686,'name':'king of england'},{'id':229827,'name':'medieval story'}]" +17993,"[{'id':90,'name':'paris france'},{'id':237,'name':'gay'},{'id':13028,'name':'writer'},{'id':34215,'name':'lesbian interest'},{'id':155870,'name':'polyamory'},{'id':164754,'name':'bohemian'},{'id':214548,'name':'1930s'}]" +70584,"[{'id':8377,'name':'pinhead'},{'id':15001,'name':'demon'},{'id':17996,'name':'puzzle box'},{'id':161208,'name':'cenobite'}]" +12597,"[{'id':1565,'name':'loss of sense of reality'},{'id':3030,'name':'nightmare'},{'id':8377,'name':'pinhead'},{'id':10629,'name':'vision'}]" +11569,"[{'id':2334,'name':'nightclub'},{'id':5611,'name':'game of dice'},{'id':6024,'name':'sculpture'},{'id':8377,'name':'pinhead'},{'id':8378,'name':'cenobyten'},{'id':12193,'name':'reporter'},{'id':17996,'name':'puzzle box'},{'id':156075,'name':'evil'},{'id':161208,'name':'cenobite'}]" +8766,"[{'id':310,'name':'artificial intelligence'},{'id':5721,'name':'engineer'},{'id':6154,'name':'hell'},{'id':8377,'name':'pinhead'},{'id':15001,'name':'demon'},{'id':17996,'name':'puzzle box'},{'id':161208,'name':'cenobite'},{'id':209027,'name':'artificial'}]" +9003,"[{'id':1449,'name':'underworld'},{'id':3182,'name':'seduction'},{'id':6152,'name':'supernatural'},{'id':9748,'name':'revenge'},{'id':10327,'name':'undead'},{'id':10864,'name':'human sacrifice'},{'id':15001,'name':'demon'},{'id':17996,'name':'puzzle box'},{'id':34117,'name':'cult film'},{'id':155619,'name':'attic'},{'id':161208,'name':'cenobite'},{'id':191564,'name':'body horror'}]" +84281,"[{'id':10183,'name':'independent film'}]" +244536,"[{'id':187056,'name':'woman director'}]" +11253,"[{'id':2096,'name':'auction'},{'id':7005,'name':'northern ireland'},{'id':9403,'name':'resignation'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':11196,'name':'rebellion'},{'id':14819,'name':'violence'},{'id':18096,'name':'spear'},{'id':33933,'name':'split screen'},{'id':155030,'name':'superhero team'},{'id':163074,'name':'super villain'},{'id':174203,'name':'remorse'},{'id':174209,'name':'self exile'},{'id':226774,'name':'father son conflict'}]" +1487,"[{'id':4252,'name':'black magic'},{'id':5572,'name':'fistfight'},{'id':9665,'name':'cover-up'},{'id':9715,'name':'superhero'},{'id':11627,'name':'paranormal phenomena'},{'id':12208,'name':'narration from grave'},{'id':15001,'name':'demon'},{'id':156174,'name':'occult'},{'id':174406,'name':'combat photography'},{'id':174413,'name':'reanimated corpse'},{'id':179431,'name':'duringcreditsstinger'}]" +9064,"[{'id':3182,'name':'seduction'},{'id':4424,'name':'pain'},{'id':6154,'name':'hell'},{'id':8377,'name':'pinhead'},{'id':9663,'name':'sequel'},{'id':10085,'name':'betrayal'},{'id':10770,'name':'mad doctor'},{'id':11221,'name':'blood'},{'id':11536,'name':'sexual imagery'},{'id':13006,'name':'torture'},{'id':15001,'name':'demon'},{'id':17973,'name':'skin'},{'id':17996,'name':'puzzle box'},{'id':18129,'name':'labyrinth'},{'id':157782,'name':'mattress'},{'id':157788,'name':'british soldier'},{'id':157790,'name':'ring of fire'},{'id':157791,'name':'self mutilation'},{'id':161208,'name':'cenobite'},{'id':190007,'name':'mental hospital'}]" +13300,"[{'id':2804,'name':'exploitation'},{'id':6951,'name':'biker'},{'id':10183,'name':'independent film'},{'id':11532,'name':'grindhouse'}]" +22572,"[{'id':1852,'name':'mutant'},{'id':2766,'name':'mutation'},{'id':2964,'name':'future'},{'id':4456,'name':'frog'},{'id':4458,'name':'post-apocalyptic'},{'id':9044,'name':'amphibie'},{'id':9660,'name':'low-budget'},{'id':11034,'name':'b movie'},{'id':12332,'name':'apocalypse'},{'id':34117,'name':'cult film'}]" +159092,[] +254375,"[{'id':1820,'name':'trip'},{'id':4205,'name':'travelling person'},{'id':9935,'name':'travel'},{'id':11112,'name':'search'},{'id':15290,'name':'pursuit'},{'id':154060,'name':'happiness'},{'id':252864,'name':'尋找快樂的15種方法'},{'id':252865,'name':'寻找幸福的赫克托'}]" +11827,"[{'id':391,'name':'flying car'},{'id':444,'name':'taxi'},{'id':5540,'name':'heavy metal'},{'id':10471,'name':'cult favorite'},{'id':11487,'name':'midnight movie'},{'id':11494,'name':'drug use'},{'id':161919,'name':'adult animation'}]" +285024,[] +236751,"[{'id':818,'name':'based on novel or book'},{'id':6150,'name':'faith'}]" +278334,"[{'id':187056,'name':'woman director'}]" +949,"[{'id':642,'name':'robbery'},{'id':703,'name':'detective'},{'id':1523,'name':'obsession'},{'id':3713,'name':'chase'},{'id':9727,'name':'thief'},{'id':9812,'name':'honor'},{'id':9826,'name':'murder'},{'id':9937,'name':'suspense'},{'id':10051,'name':'heist'},{'id':10085,'name':'betrayal'},{'id':10726,'name':'gang'},{'id':12670,'name':'los angeles'},{'id':15076,'name':'cat and mouse'},{'id':18023,'name':'criminal mastermind'},{'id':34117,'name':'cult film'},{'id':156121,'name':'ex-con'},{'id':159434,'name':'one last job'},{'id':167104,'name':'loner'},{'id':192261,'name':'bank job'},{'id':207268,'name':'neo-noir'},{'id':214983,'name':'crime epic'}]" +42449,"[{'id':2956,'name':'vietnam'},{'id':4434,'name':'interview'},{'id':6091,'name':'war'},{'id':9701,'name':'controversy'},{'id':156535,'name':'militarism'},{'id':156538,'name':'carpet bombing'}]" +10015,"[{'id':2999,'name':'recruit'},{'id':3776,'name':'officer'},{'id':3994,'name':'battle assignment'},{'id':11399,'name':'marine'},{'id':15240,'name':'platoon'},{'id':18543,'name':'combat'}]" +38615,[] +233487,[] +9469,"[{'id':378,'name':'prison'},{'id':970,'name':'parent child relationship'},{'id':1849,'name':'homicide'},{'id':2538,'name':'begnadigung'},{'id':3398,'name':'release from prison'},{'id':3446,'name':'forgiveness'},{'id':3616,'name':'college'},{'id':6496,'name':'basketball'},{'id':10183,'name':'independent film'}]" +280127,[] +70435,"[{'id':3070,'name':'mercenary'},{'id':4289,'name':'secret agent'},{'id':10084,'name':'rescue'},{'id':14967,'name':'foot chase'}]" +166271,"[{'id':3358,'name':'haunted house'},{'id':6095,'name':'house'},{'id':6155,'name':'afterlife'},{'id':9712,'name':'possession'},{'id':10714,'name':'serial killer'},{'id':10798,'name':'duct tape'},{'id':10854,'name':'time loop'},{'id':13130,'name':'teenager'},{'id':18029,'name':'trapped'},{'id':41600,'name':'laundry'},{'id':162846,'name':'ghost'},{'id':187820,'name':'duct tape gag'},{'id':212013,'name':'trapped soul'}]" +128655,[] +146243,"[{'id':236,'name':'suicide'},{'id':162846,'name':'ghost'},{'id':178646,'name':'possesion'},{'id':192129,'name':'haunt'}]" +209271,"[{'id':3734,'name':'ambition'},{'id':4988,'name':'tricks'},{'id':5905,'name':'father'},{'id':6782,'name':'addiction'},{'id':8438,'name':'job'},{'id':13130,'name':'teenager'},{'id':33513,'name':'desire'},{'id':33970,'name':'doom'},{'id':187056,'name':'woman director'},{'id':200286,'name':'wild'}]" +10592,"[{'id':577,'name':'black people'},{'id':1956,'name':'world war ii'},{'id':1968,'name':'prisoner of war'},{'id':4595,'name':'u.s. army'},{'id':6091,'name':'war'},{'id':10685,'name':'escape'},{'id':10859,'name':'tribunal'},{'id':11038,'name':'trial'},{'id':13065,'name':'soldier'},{'id':14519,'name':'military tribunal'},{'id':160910,'name':'xenophobia'}]" +7873,"[{'id':447,'name':'post traumatic stress disorder'},{'id':549,'name':'prostitute'},{'id':8508,'name':'party'},{'id':11494,'name':'drug use'},{'id':12670,'name':'los angeles'},{'id':14604,'name':'theft'},{'id':15111,'name':'drinking'},{'id':156052,'name':'unemployment'},{'id':162380,'name':'ex soldier'},{'id':163127,'name':'mexican'},{'id':167377,'name':'lapd'},{'id':173924,'name':'watching a movie'},{'id':173933,'name':'vinegar'},{'id':225061,'name':'friend'}]" +671,"[{'id':616,'name':'witch'},{'id':818,'name':'based on novel or book'},{'id':1441,'name':'christmas party'},{'id':2343,'name':'magic'},{'id':3335,'name':'halloween'},{'id':3650,'name':'child hero'},{'id':3872,'name':'broom'},{'id':4238,'name':'chosen one'},{'id':4456,'name':'frog'},{'id':170362,'name':'fantasy world'},{'id':246466,'name':'based on young adult novel'},{'id':250038,'name':'wizarding world'},{'id':252506,'name':'sorcerer's'}]" +673,"[{'id':334,'name':'flying'},{'id':2052,'name':'traitor'},{'id':2343,'name':'magic'},{'id':3650,'name':'child hero'},{'id':3872,'name':'broom'},{'id':3873,'name':'sorcerer's apprentice'},{'id':3884,'name':'school of witchcraft'},{'id':4252,'name':'black magic'},{'id':4379,'name':'time travel'},{'id':12392,'name':'best friend'},{'id':12564,'name':'werewolf'},{'id':33784,'name':'muggle'},{'id':179430,'name':'aftercreditsstinger'},{'id':246466,'name':'based on young adult novel'},{'id':250038,'name':'wizarding world'}]" +675,"[{'id':530,'name':'prophecy'},{'id':616,'name':'witch'},{'id':697,'name':'loss of loved one'},{'id':2343,'name':'magic'},{'id':3650,'name':'child hero'},{'id':3737,'name':'dying and death'},{'id':3872,'name':'broom'},{'id':3873,'name':'sorcerer's apprentice'},{'id':3884,'name':'school of witchcraft'},{'id':4252,'name':'black magic'},{'id':5147,'name':'sorcery'},{'id':6152,'name':'supernatural'},{'id':156174,'name':'occult'},{'id':239915,'name':'mystical land'},{'id':246466,'name':'based on young adult novel'},{'id':250038,'name':'wizarding world'}]" +767,"[{'id':616,'name':'witch'},{'id':2343,'name':'magic'},{'id':3872,'name':'broom'},{'id':3884,'name':'school of witchcraft'},{'id':10164,'name':'apparition'},{'id':10791,'name':'teenage crush'},{'id':12564,'name':'werewolf'},{'id':177912,'name':'wizard'},{'id':246466,'name':'based on young adult novel'},{'id':250038,'name':'wizarding world'}]" +674,"[{'id':818,'name':'based on novel or book'},{'id':2343,'name':'magic'},{'id':3737,'name':'dying and death'},{'id':3872,'name':'broom'},{'id':3873,'name':'sorcerer's apprentice'},{'id':3884,'name':'school of witchcraft'},{'id':4238,'name':'chosen one'},{'id':4252,'name':'black magic'},{'id':6271,'name':'boarding school'},{'id':10629,'name':'vision'},{'id':12380,'name':'tournament'},{'id':13130,'name':'teenager'},{'id':177912,'name':'wizard'},{'id':188178,'name':'teenage hero'},{'id':246466,'name':'based on young adult novel'},{'id':250038,'name':'wizarding world'}]" +12445,"[{'id':1430,'name':'self sacrifice'},{'id':2343,'name':'magic'},{'id':4456,'name':'frog'},{'id':10821,'name':'sorcerer'},{'id':10873,'name':'school'},{'id':177912,'name':'wizard'},{'id':209714,'name':'3d'},{'id':246466,'name':'based on young adult novel'},{'id':250038,'name':'wizarding world'}]" +12444,"[{'id':417,'name':'corruption'},{'id':1533,'name':'isolation'},{'id':2135,'name':'radio'},{'id':2343,'name':'magic'},{'id':3822,'name':'teleportation'},{'id':3930,'name':'bravery'},{'id':10481,'name':'tension'},{'id':10563,'name':'attack'},{'id':12564,'name':'werewolf'},{'id':246466,'name':'based on young adult novel'},{'id':250038,'name':'wizarding world'}]" +672,"[{'id':391,'name':'flying car'},{'id':616,'name':'witch'},{'id':2343,'name':'magic'},{'id':3650,'name':'child hero'},{'id':3872,'name':'broom'},{'id':3873,'name':'sorcerer's apprentice'},{'id':3884,'name':'school of witchcraft'},{'id':3888,'name':'giant spider'},{'id':3891,'name':'giant snake'},{'id':4252,'name':'black magic'},{'id':179430,'name':'aftercreditsstinger'},{'id':246466,'name':'based on young adult novel'},{'id':250038,'name':'wizarding world'}]" +25941,"[{'id':2801,'name':'self-defense'},{'id':33476,'name':'widower'}]" +8989,"[{'id':1866,'name':'bad smell'},{'id':2597,'name':'bigfoot'},{'id':4459,'name':'vegetarian'},{'id':6746,'name':'hamburger'},{'id':9721,'name':'hunting trip'},{'id':9902,'name':'wildlife'},{'id':11220,'name':'cryptozoology'},{'id':18035,'name':'family'},{'id':33694,'name':'family holiday'},{'id':170014,'name':'footprint'},{'id':179368,'name':'french canadian'},{'id':210214,'name':'sasquatch'}]" +11282,"[{'id':380,'name':'sibling relationship'},{'id':587,'name':'amsterdam'},{'id':1820,'name':'trip'},{'id':7312,'name':'road trip'},{'id':8224,'name':'cannabis'},{'id':10776,'name':'marijuana'},{'id':11148,'name':'police chase'},{'id':11488,'name':'pot smoking'},{'id':15214,'name':'buddy'},{'id':54169,'name':'stoner'},{'id':157748,'name':'fast food'},{'id':162914,'name':'one night'},{'id':167541,'name':'buddy comedy'},{'id':167631,'name':'munchies'},{'id':167642,'name':'crop circle'},{'id':167656,'name':'rich parents'},{'id':167663,'name':'car siren'},{'id':167664,'name':'blood spurting'}]" +13335,"[{'id':949,'name':'terrorist'},{'id':4404,'name':'guantanamo bay'},{'id':7963,'name':'guantánamo'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'}]" +112456,"[{'id':390,'name':'skateboarding'},{'id':3446,'name':'forgiveness'},{'id':6075,'name':'sport'},{'id':10235,'name':'family relationships'},{'id':179430,'name':'aftercreditsstinger'}]" +22094,"[{'id':397,'name':'bare knuckle boxing'},{'id':14955,'name':'fighting'},{'id':166788,'name':'illegal fistfight'},{'id':166801,'name':'streetfighting'},{'id':166802,'name':'prizefighting'},{'id':166812,'name':'prize fighter'},{'id':209476,'name':'boxing'}]" +9650,"[{'id':8627,'name':'stolen money'},{'id':10594,'name':'money'},{'id':10714,'name':'serial killer'}]" +2652,"[{'id':236,'name':'suicide'},{'id':570,'name':'rape'},{'id':965,'name':'age difference'},{'id':1003,'name':'photographer'},{'id':1445,'name':'ice'},{'id':1879,'name':'shower'},{'id':2250,'name':'menace'},{'id':2251,'name':'lie'},{'id':2337,'name':'pedophilia'},{'id':2887,'name':'manipulation'},{'id':3303,'name':'bedroom'},{'id':4426,'name':'sadism'},{'id':5157,'name':'electric shock'},{'id':5483,'name':'coffee shop'},{'id':5502,'name':'castration'},{'id':6255,'name':'insanity'},{'id':7002,'name':'vigilante'},{'id':9740,'name':'sociopath'},{'id':9758,'name':'deception'},{'id':10226,'name':'neighbor'},{'id':10809,'name':'teenage girl'},{'id':12544,'name':'crying'},{'id':13006,'name':'torture'},{'id':13125,'name':'sadist'},{'id':14576,'name':'pedophile'},{'id':14624,'name':'cruelty'},{'id':14669,'name':'older man younger woman relationship'},{'id':15068,'name':'one day'},{'id':15108,'name':'justice'},{'id':15111,'name':'drinking'},{'id':15219,'name':'rooftop'},{'id':15365,'name':'held captive'},{'id':41329,'name':'mental illness'},{'id':156661,'name':'threat'},{'id':159595,'name':'sexual torture'},{'id':167942,'name':'screaming'},{'id':175522,'name':'electrical torture'},{'id':184988,'name':'childhood sexual abuse'},{'id':211669,'name':'photo studio'},{'id':212404,'name':'verbal abuse'}]" +47218,"[{'id':10183,'name':'independent film'},{'id':11336,'name':'young boy'}]" +9614,"[{'id':697,'name':'loss of loved one'},{'id':2702,'name':'golf'},{'id':6075,'name':'sport'},{'id':6128,'name':'taxes'}]" +65759,"[{'id':3028,'name':'penguin'},{'id':4344,'name':'musical'},{'id':179430,'name':'aftercreditsstinger'},{'id':209714,'name':'3d'}]" +9836,"[{'id':270,'name':'ocean'},{'id':1357,'name':'fish'},{'id':2172,'name':'zoo'},{'id':3028,'name':'penguin'},{'id':4345,'name':'tap dancing'},{'id':9673,'name':'love'},{'id':9986,'name':'crush'},{'id':10794,'name':'snow'},{'id':11477,'name':'anthropomorphism'},{'id':12990,'name':'singing'},{'id':14728,'name':'antarctica'},{'id':18035,'name':'family'},{'id':179431,'name':'duringcreditsstinger'}]" +60304,"[{'id':616,'name':'witch'},{'id':1419,'name':'gun'},{'id':4252,'name':'black magic'},{'id':10028,'name':'steampunk'},{'id':10842,'name':'good vs evil'},{'id':11173,'name':'troll'},{'id':14687,'name':'extreme violence'},{'id':14819,'name':'violence'},{'id':40931,'name':'witchcraft'},{'id':156075,'name':'evil'},{'id':177894,'name':'witch hunt'},{'id':177900,'name':'witch hunter'},{'id':177901,'name':'evil witch'},{'id':179431,'name':'duringcreditsstinger'},{'id':190022,'name':'hansel and gretel'},{'id':209714,'name':'3d'}]" +165864,"[{'id':616,'name':'witch'},{'id':10776,'name':'marijuana'},{'id':161173,'name':'succubus'},{'id':191325,'name':'power company'},{'id':208048,'name':'cannibalism'}]" +1248,"[{'id':1442,'name':'winter'},{'id':6259,'name':'psychopath'},{'id':8087,'name':'horror'},{'id':10714,'name':'serial killer'}]" +9740,"[{'id':110,'name':'venice, italy'},{'id':1812,'name':'fbi'},{'id':2588,'name':'brain'},{'id':9937,'name':'suspense'},{'id':10714,'name':'serial killer'},{'id':179430,'name':'aftercreditsstinger'}]" +50456,"[{'id':782,'name':'assassin'},{'id':1430,'name':'self sacrifice'},{'id':2386,'name':'empowerment'},{'id':2660,'name':'strong woman'},{'id':3389,'name':'warrior woman'},{'id':3688,'name':'strip club'},{'id':4289,'name':'secret agent'},{'id':4613,'name':'training'},{'id':6731,'name':'british'},{'id':7312,'name':'road trip'},{'id':7345,'name':'dead animal'},{'id':9693,'name':'female killer'},{'id':10809,'name':'teenage girl'},{'id':11322,'name':'female protagonist'},{'id':13132,'name':'pistol'},{'id':14537,'name':'woman power'},{'id':179431,'name':'duringcreditsstinger'},{'id':191731,'name':'female empowerment'},{'id':226730,'name':'feminisim'},{'id':234975,'name':'woman empowerment'}]" +22178,"[{'id':441,'name':'assassination'},{'id':836,'name':'resistance'},{'id':1562,'name':'hostage'},{'id':2652,'name':'nazi'},{'id':3539,'name':'czechoslovakia'},{'id':15272,'name':'gestapo'},{'id':189422,'name':'nazi occupation'}]" +53045,"[{'id':4007,'name':'jack the ripper'},{'id':5600,'name':'daughter'},{'id':155730,'name':'hammer horror'}]" +8960,"[{'id':334,'name':'flying'},{'id':567,'name':'alcohol'},{'id':2038,'name':'love of one's life'},{'id':3691,'name':'forbidden love'},{'id':4663,'name':'lovers'},{'id':5608,'name':'affection'},{'id':5920,'name':'advertising expert'},{'id':7464,'name':'alcoholism'},{'id':8872,'name':'invulnerability'},{'id':9715,'name':'superhero'},{'id':11794,'name':'pokies'},{'id':179431,'name':'duringcreditsstinger'}]" +192538,"[{'id':5895,'name':'viking'},{'id':252544,'name':'9th century'}]" +10264,"[{'id':697,'name':'loss of loved one'},{'id':3071,'name':'prince'},{'id':6464,'name':'uncle'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':10181,'name':'based on play or musical'},{'id':13153,'name':'spirit'}]" +10652,"[{'id':2957,'name':'vietnam war'},{'id':2998,'name':'gi'},{'id':3366,'name':'u.s. air force'},{'id':4595,'name':'u.s. army'},{'id':6203,'name':'loss'},{'id':6255,'name':'insanity'},{'id':9539,'name':'nva'},{'id':9683,'name':'lieutenant'},{'id':10787,'name':'jungle'},{'id':12371,'name':'gunfight'},{'id':13065,'name':'soldier'},{'id':14546,'name':'massacre'},{'id':14819,'name':'violence'},{'id':18543,'name':'combat'},{'id':33482,'name':'war hero'},{'id':188955,'name':'hand to hand combat'}]" +10987,"[{'id':1583,'name':'mass murder'},{'id':3335,'name':'halloween'},{'id':5034,'name':'attempt to escape'},{'id':6259,'name':'psychopath'},{'id':6406,'name':'escape agent'},{'id':9826,'name':'murder'},{'id':10685,'name':'escape'},{'id':12339,'name':'slasher'},{'id':13005,'name':'doctor'},{'id':13140,'name':'niece'},{'id':34079,'name':'death'},{'id':156075,'name':'evil'},{'id':199526,'name':'psychiatric'},{'id':217324,'name':'murder hunt'},{'id':232795,'name':'halloween night'}]" +10676,"[{'id':1004,'name':'commercial'},{'id':1382,'name':'factory'},{'id':1420,'name':'gas station'},{'id':1805,'name':'curfew'},{'id':2546,'name':'mask'},{'id':3335,'name':'halloween'},{'id':11612,'name':'hospital'},{'id':13005,'name':'doctor'},{'id':34079,'name':'death'},{'id':159433,'name':'surveillance camera'},{'id':207031,'name':'stonehenge'}]" +24150,"[{'id':428,'name':'nurse'},{'id':697,'name':'loss of loved one'},{'id':1366,'name':'shotgun'},{'id':2483,'name':'nudity'},{'id':2726,'name':'therapist'},{'id':3096,'name':'book'},{'id':3335,'name':'halloween'},{'id':3875,'name':'barn'},{'id':6255,'name':'insanity'},{'id':10022,'name':'rampage'},{'id':10448,'name':'purgatory'},{'id':11612,'name':'hospital'},{'id':11855,'name':'pentagram'},{'id':11856,'name':'overturning car'},{'id':11857,'name':'mental institution'},{'id':11858,'name':'red'},{'id':13112,'name':'murderer'},{'id':14819,'name':'violence'},{'id':173293,'name':'white horse'},{'id':179431,'name':'duringcreditsstinger'},{'id':232819,'name':'phantom jam'}]" +11281,"[{'id':798,'name':'sheriff'},{'id':2546,'name':'mask'},{'id':3335,'name':'halloween'}]" +2082,"[{'id':2546,'name':'mask'},{'id':2604,'name':'babysitter'},{'id':4426,'name':'sadism'},{'id':6259,'name':'psychopath'},{'id':10685,'name':'escape'},{'id':13001,'name':'cowardliness'},{'id':14624,'name':'cruelty'},{'id':14687,'name':'extreme violence'},{'id':14805,'name':'maniac'},{'id':161184,'name':'reboot'},{'id':179431,'name':'duringcreditsstinger'},{'id':179564,'name':'disturbed child'}]" +948,"[{'id':2546,'name':'mask'},{'id':2604,'name':'babysitter'},{'id':3335,'name':'halloween'},{'id':6149,'name':'police'},{'id':10024,'name':'psychopathic killer'},{'id':10333,'name':'stalking'},{'id':10714,'name':'serial killer'},{'id':10776,'name':'marijuana'},{'id':11040,'name':'masked killer'},{'id':14805,'name':'maniac'},{'id':14819,'name':'violence'},{'id':17987,'name':'killing spree'},{'id':18035,'name':'family'},{'id':156075,'name':'evil'},{'id':157701,'name':'psychotic'},{'id':207159,'name':'escaped killer'}]" +48988,"[{'id':1157,'name':'wife husband relationship'},{'id':5779,'name':'daydream'},{'id':6038,'name':'marriage'},{'id':6089,'name':'freedom'},{'id':9713,'name':'friends'}]" +2976,"[{'id':890,'name':'races'},{'id':1566,'name':'dream'},{'id':1691,'name':'dance'},{'id':2136,'name':'television'},{'id':3060,'name':'race politics'},{'id':6027,'name':'music'},{'id':6090,'name':'equality'},{'id':6275,'name':'school party'},{'id':6706,'name':'performance'},{'id':6713,'name':'integration'},{'id':8663,'name':'overweight woman'},{'id':10181,'name':'based on play or musical'},{'id':12965,'name':'duel'},{'id':160910,'name':'xenophobia'},{'id':165317,'name':'based on movie'},{'id':208992,'name':'1960s'}]" +239056,[] +10428,"[{'id':2157,'name':'hacker'},{'id':2812,'name':'computer virus'},{'id':4563,'name':'virtual reality'},{'id':6104,'name':'computer'},{'id':9864,'name':'prank'},{'id':11615,'name':'internet'},{'id':12190,'name':'cyberpunk'},{'id':13130,'name':'teenager'},{'id':14512,'name':'new york city'},{'id':41249,'name':'secret service'},{'id':160840,'name':'dream sequence'}]" +10432,"[{'id':12339,'name':'slasher'},{'id':12416,'name':'horror spoof'},{'id':15127,'name':'killer'},{'id':34117,'name':'cult film'},{'id':176666,'name':'film camera'},{'id':176691,'name':'killer clown'}]" +28178,"[{'id':1797,'name':'loyalty'},{'id':2526,'name':'human animal relationship'},{'id':6054,'name':'friendship'},{'id':9713,'name':'friends'},{'id':10235,'name':'family relationships'},{'id':15162,'name':'dog'},{'id':163098,'name':'newspaper reporter'},{'id':192555,'name':'family dog'},{'id':206863,'name':'waiting'}]" +297702,"[{'id':383,'name':'poker'},{'id':9730,'name':'crime boss'},{'id':14570,'name':'las vegas'},{'id':155841,'name':'gambler'},{'id':160627,'name':'gambling debt'}]" +106238,"[{'id':184851,'name':'disc underground'}]" +258750,"[{'id':515,'name':'women'},{'id':1419,'name':'gun'},{'id':9950,'name':'thriller'},{'id':10176,'name':'gun battle'},{'id':10292,'name':'gore'}]" +18671,"[{'id':1419,'name':'gun'},{'id':3473,'name':'carnival'},{'id':18105,'name':'sharpshooter'},{'id':156866,'name':'based on short story'},{'id':177695,'name':'crime spree'},{'id':187554,'name':'person running amok'},{'id':195402,'name':'film noir'}]" +38745,"[{'id':736,'name':'journalist'},{'id':3691,'name':'forbidden love'},{'id':7376,'name':'princess'},{'id':154794,'name':'royal court'},{'id':209714,'name':'3d'}]" +42518,"[{'id':4344,'name':'musical'},{'id':189099,'name':'giant'}]" +11638,"[{'id':577,'name':'black people'},{'id':931,'name':'jealousy'},{'id':3453,'name':'parents-in-law'},{'id':199093,'name':'trouble'},{'id':208764,'name':'fiancée'}]" +118340,"[{'id':1612,'name':'spacecraft'},{'id':9717,'name':'based on comic'},{'id':9882,'name':'space'},{'id':13014,'name':'orphan'},{'id':175428,'name':'adventurer'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'},{'id':180547,'name':'marvel cinematic universe'}]" +64807,"[{'id':970,'name':'parent child relationship'},{'id':6075,'name':'sport'},{'id':9823,'name':'rivalry'},{'id':172971,'name':'elderly'},{'id':218099,'name':'elderly man'}]" +38365,"[{'id':2064,'name':'overweight'},{'id':6054,'name':'friendship'},{'id':6954,'name':'swing'},{'id':7600,'name':'foot'},{'id':11428,'name':'convertible'},{'id':11715,'name':'arrow'},{'id':225061,'name':'friend'}]" +109418,[] +137,"[{'id':563,'name':'deja vu'},{'id':901,'name':'groundhog'},{'id':902,'name':'weather forecast'},{'id':903,'name':'telecaster'},{'id':904,'name':'pennsylvania'},{'id':905,'name':'alarm clock'},{'id':1442,'name':'winter'},{'id':1521,'name':'time warp'},{'id':10854,'name':'time loop'},{'id':34117,'name':'cult film'},{'id':181324,'name':'existentialism'},{'id':220046,'name':'groundhog day'}]" +9766,"[{'id':271,'name':'competition'},{'id':1563,'name':'prisoner'},{'id':3396,'name':'probation assistant '},{'id':6075,'name':'sport'},{'id':14819,'name':'violence'},{'id':155791,'name':'american football player'}]" +928,"[{'id':242,'name':'new york'},{'id':1299,'name':'monster'},{'id':1418,'name':'skyscraper'},{'id':1852,'name':'mutant'},{'id':1946,'name':'restaurant'},{'id':2526,'name':'human animal relationship'},{'id':2766,'name':'mutation'},{'id':3586,'name':'tv station'},{'id':3737,'name':'dying and death'},{'id':4237,'name':'water'},{'id':4713,'name':'research station'},{'id':5154,'name':'fur'},{'id':5155,'name':'bat'},{'id':5156,'name':'current'},{'id':5157,'name':'electric shock'},{'id':6247,'name':'cleverness'},{'id':10005,'name':'gremlin'},{'id':11691,'name':'puppetry'},{'id':13001,'name':'cowardliness'}]" +927,"[{'id':65,'name':'holiday'},{'id':1299,'name':'monster'},{'id':1415,'name':'small town'},{'id':2081,'name':'department store'},{'id':2182,'name':'bars and restaurants'},{'id':2526,'name':'human animal relationship'},{'id':2551,'name':'pet'},{'id':2725,'name':'sunlight'},{'id':4013,'name':'chain saw'},{'id':5151,'name':'salesperson'},{'id':5152,'name':'midnight'},{'id':5154,'name':'fur'},{'id':6126,'name':'banking'},{'id':6300,'name':'puppet'},{'id':9963,'name':'kids and family'},{'id':10005,'name':'gremlin'},{'id':10006,'name':'ymca'},{'id':11691,'name':'puppetry'},{'id':207317,'name':'christmas'}]" +21764,"[{'id':388,'name':'scotland'},{'id':924,'name':'italian'},{'id':5608,'name':'affection'},{'id':5999,'name':'advice'},{'id':10683,'name':'coming of age'},{'id':10873,'name':'school'},{'id':13042,'name':'soccer'},{'id':34117,'name':'cult film'},{'id':157303,'name':'first love'},{'id':249752,'name':'football'}]" +27583,"[{'id':174038,'name':'personal assistant'}]" +22972,"[{'id':6091,'name':'war'},{'id':13065,'name':'soldier'},{'id':41177,'name':'weapon of mass destruction'},{'id':41178,'name':'baghdad'},{'id':41179,'name':'iraqi '},{'id':240583,'name':'near east'}]" +8923,"[{'id':796,'name':'police brutality'},{'id':2463,'name':'harvard university'},{'id':6075,'name':'sport'},{'id':8132,'name':'hooligan'},{'id':12105,'name':'student'},{'id':13042,'name':'soccer'},{'id':14624,'name':'cruelty'},{'id':14638,'name':'american'},{'id':14819,'name':'violence'},{'id':187056,'name':'woman director'},{'id':206568,'name':'firm'},{'id':206569,'name':'west ham united'}]" +65291,"[{'id':849,'name':'dc comics'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':33637,'name':'super power'},{'id':187056,'name':'woman director'}]" +44912,"[{'id':849,'name':'dc comics'},{'id':4375,'name':'transformation'},{'id':9715,'name':'superhero'},{'id':9951,'name':'alien'},{'id':15250,'name':'alien infection'},{'id':15252,'name':'magical object'},{'id':15254,'name':'protector'},{'id':33637,'name':'super power'},{'id':202540,'name':'origin'},{'id':209714,'name':'3d'}]" +621,"[{'id':391,'name':'flying car'},{'id':542,'name':'street gang'},{'id':795,'name':'running'},{'id':830,'name':'car race'},{'id':3687,'name':'graduation'},{'id':4344,'name':'musical'},{'id':9823,'name':'rivalry'},{'id':10104,'name':'dance competition'},{'id':10181,'name':'based on play or musical'},{'id':18453,'name':'gossip'},{'id':34130,'name':'makeover'},{'id':164246,'name':'nostalgic'},{'id':165132,'name':'greaser'},{'id':165136,'name':'wolf whistle'},{'id':165137,'name':'school dance'},{'id':165139,'name':'animated credits'},{'id':165143,'name':'pep rally'},{'id':165147,'name':'wrong side of the tracks'},{'id':165148,'name':'mooning'},{'id':165154,'name':'school principal'},{'id':208611,'name':'1950s'}]" +49047,"[{'id':4040,'name':'space mission'},{'id':6203,'name':'loss'},{'id':9882,'name':'space'},{'id':14626,'name':'astronaut'},{'id':156039,'name':'space station'},{'id':191586,'name':'trapped in space'}]" +50698,"[{'id':2249,'name':'camcorder'},{'id':4924,'name':'insane asylum'},{'id':9853,'name':'paranormal'},{'id':10224,'name':'haunting'},{'id':10323,'name':'psychiatric hospital'},{'id':15040,'name':'ghost hunting'},{'id':15043,'name':'paranormal investigation'},{'id':18129,'name':'labyrinth'},{'id':160174,'name':'mental asylum'},{'id':163053,'name':'found footage'}]" +134366,"[{'id':3335,'name':'halloween'},{'id':4924,'name':'insane asylum'},{'id':5984,'name':'dormitory'},{'id':6152,'name':'supernatural'},{'id':6255,'name':'insanity'},{'id':9663,'name':'sequel'},{'id':9826,'name':'murder'},{'id':10112,'name':'ouija board'},{'id':10224,'name':'haunting'},{'id':13153,'name':'spirit'},{'id':15043,'name':'paranormal investigation'},{'id':160174,'name':'mental asylum'},{'id':160517,'name':'fake documentary'},{'id':162846,'name':'ghost'},{'id':163053,'name':'found footage'},{'id':190007,'name':'mental hospital'}]" +9900,"[{'id':282,'name':'video game'},{'id':1158,'name':'grandparent grandchild relationship'},{'id':14647,'name':'man child'},{'id':54169,'name':'stoner'},{'id':167772,'name':'game tester'}]" +220286,"[{'id':520,'name':'chicago'},{'id':782,'name':'assassin'},{'id':6706,'name':'performance'},{'id':9937,'name':'suspense'},{'id':159868,'name':'playing piano'}]" +13223,"[{'id':570,'name':'rape'},{'id':1543,'name':'war veteran'},{'id':1900,'name':'immigration'},{'id':3149,'name':'gangster'},{'id':10093,'name':'priest'},{'id':10726,'name':'gang'},{'id':10938,'name':'old man'},{'id':13130,'name':'teenager'},{'id':18021,'name':'detroit'},{'id':33476,'name':'widower'},{'id':33885,'name':'car'},{'id':198536,'name':'hmong'}]" +27420,"[{'id':12339,'name':'slasher'}]" +215211,"[{'id':1202,'name':'monaco'},{'id':3071,'name':'prince'},{'id':208992,'name':'1960s'}]" +11161,"[{'id':455,'name':'farewell'},{'id':697,'name':'loss of loved one'},{'id':3658,'name':'career'},{'id':4595,'name':'u.s. army'},{'id':6203,'name':'loss'},{'id':6256,'name':'truth'},{'id':10183,'name':'independent film'},{'id':15087,'name':'iraq war'}]" +84204,"[{'id':1299,'name':'monster'},{'id':14985,'name':'ireland'},{'id':40879,'name':'drunk'},{'id':185650,'name':'beheaded'}]" +4970,"[{'id':1453,'name':'amnesia'},{'id':11857,'name':'mental institution'},{'id':14781,'name':'patient'},{'id':14782,'name':'trust'},{'id':14783,'name':'false accusations'},{'id':14784,'name':'medication'},{'id':33505,'name':'gothic'},{'id':41329,'name':'mental illness'}]" +8289,"[{'id':818,'name':'based on novel or book'},{'id':2106,'name':'cold war'},{'id':3278,'name':'kgb'},{'id':4659,'name':'municipal park'},{'id':6083,'name':'politician'},{'id':9937,'name':'suspense'},{'id':181635,'name':'government conspiracy'},{'id':186450,'name':'moscow'}]" +74387,"[{'id':6075,'name':'sport'},{'id':6483,'name':'ice hockey'},{'id':9789,'name':'misfit'},{'id':10553,'name':'bouncer'},{'id':34051,'name':'team'},{'id':156100,'name':'minor leagues'},{'id':179431,'name':'duringcreditsstinger'}]" +769,"[{'id':378,'name':'prison'},{'id':818,'name':'based on novel or book'},{'id':1196,'name':'florida'},{'id':1228,'name':'1970s'},{'id':1583,'name':'mass murder'},{'id':1857,'name':'irish-american'},{'id':2149,'name':'drug traffic'},{'id':3149,'name':'gangster'},{'id':5565,'name':'biography'},{'id':9672,'name':'based on a true story'},{'id':9826,'name':'murder'},{'id':10291,'name':'organized crime'},{'id':10292,'name':'gore'},{'id':10391,'name':'mafia'},{'id':14512,'name':'new york city'},{'id':14687,'name':'extreme violence'},{'id':14819,'name':'violence'},{'id':41523,'name':'brooklyn, new york city'},{'id':214983,'name':'crime epic'},{'id':214985,'name':'tampa'}]" +201066,[] +489,"[{'id':1480,'name':'baseball'},{'id':1680,'name':'boston'},{'id':1992,'name':'professor'},{'id':2462,'name':'m.i.t.'},{'id':2463,'name':'harvard university'},{'id':3734,'name':'ambition'},{'id':6009,'name':'mathematics'},{'id':6257,'name':'genius'},{'id':9673,'name':'love'},{'id':9713,'name':'friends'},{'id':9856,'name':'flashback'},{'id':10756,'name':'janitor'},{'id':11018,'name':'irish'},{'id':11268,'name':'psychologist'},{'id':13160,'name':'university'},{'id':33519,'name':'courtroom'},{'id':228041,'name':'prodigy'}]" +130593,"[{'id':187056,'name':'woman director'}]" +262338,"[{'id':818,'name':'based on novel or book'}]" +801,"[{'id':578,'name':'rock 'n' roll'},{'id':1224,'name':'radio station'},{'id':1327,'name':'war crimes'},{'id':1491,'name':'entertainer'},{'id':1653,'name':'explosive'},{'id':2045,'name':'cynic'},{'id':2135,'name':'radio'},{'id':2957,'name':'vietnam war'},{'id':2959,'name':'vietcong'},{'id':2998,'name':'gi'},{'id':3366,'name':'u.s. air force'},{'id':3737,'name':'dying and death'},{'id':3740,'name':'radio presenter'},{'id':3923,'name':'humor'},{'id':4119,'name':'saigon'},{'id':4125,'name':'provocation'},{'id':6145,'name':'right and justice'}]" +10030,"[{'id':572,'name':'sex'},{'id':2269,'name':'aquarium'},{'id':2864,'name':'one-night stand'},{'id':3582,'name':'bride'},{'id':5756,'name':'man-woman relation'},{'id':9673,'name':'love'},{'id':10541,'name':'curse'},{'id':13027,'name':'wedding'},{'id':33780,'name':'dentist'},{'id':156866,'name':'based on short story'},{'id':179431,'name':'duringcreditsstinger'}]" +253626,"[{'id':3203,'name':'pilot'},{'id':3301,'name':'suspicion'},{'id':11930,'name':'drone'},{'id':185454,'name':'us military'},{'id':212912,'name':'air force base'},{'id':226645,'name':'combat drone'}]" +770,"[{'id':314,'name':'life and death'},{'id':531,'name':'southern usa'},{'id':697,'name':'loss of loved one'},{'id':1459,'name':'marriage proposal'},{'id':2076,'name':'atlanta'},{'id':2613,'name':'luxury'},{'id':3136,'name':'plantation'},{'id':4020,'name':'typhus'},{'id':4021,'name':'business woman'},{'id':5809,'name':'marriage crisis'},{'id':179585,'name':'american civil war'},{'id':230457,'name':'early america'}]" +9679,"[{'id':380,'name':'sibling relationship'},{'id':703,'name':'detective'},{'id':830,'name':'car race'},{'id':915,'name':'car thief'},{'id':1936,'name':'blackmail'},{'id':5301,'name':'brother'},{'id':9714,'name':'remake'},{'id':10051,'name':'heist'},{'id':10085,'name':'betrayal'},{'id':10291,'name':'organized crime'},{'id':10950,'name':'shootout'},{'id':11148,'name':'police chase'},{'id':14601,'name':'explosion'},{'id':14819,'name':'violence'},{'id':15100,'name':'lock pick'},{'id':15483,'name':'car chase'},{'id':41158,'name':'stakeout'},{'id':156117,'name':'illegal drugs'},{'id':162842,'name':'stolen cars'},{'id':226581,'name':'ford mustang'},{'id':227900,'name':'blacklight'}]" +210577,"[{'id':818,'name':'based on novel or book'},{'id':4183,'name':'wife'},{'id':5340,'name':'investigation'},{'id':5809,'name':'marriage crisis'},{'id':10941,'name':'disappearance'},{'id':11513,'name':'cheating husband'},{'id':156091,'name':'missing person'},{'id':169962,'name':'search party'},{'id':191199,'name':'criminal lawyer'},{'id':199073,'name':'wife murder'},{'id':207431,'name':'murder suspect'},{'id':222665,'name':'missing wife'}]" +4771,"[{'id':417,'name':'corruption'},{'id':642,'name':'robbery'},{'id':703,'name':'detective'},{'id':818,'name':'based on novel or book'},{'id':1680,'name':'boston'},{'id':1930,'name':'kidnapping'},{'id':1936,'name':'blackmail'},{'id':6149,'name':'police'},{'id':9826,'name':'murder'},{'id':10410,'name':'conspiracy'},{'id':10726,'name':'gang'},{'id':14576,'name':'pedophile'},{'id':14819,'name':'violence'},{'id':14964,'name':'drugs'},{'id':33457,'name':'alcoholic'},{'id':164296,'name':'addict'},{'id':170865,'name':'child kidnapping'},{'id':207268,'name':'neo-noir'},{'id':247741,'name':'kidnapped child'}]" +79548,"[{'id':380,'name':'sibling relationship'},{'id':828,'name':'waitress'},{'id':1930,'name':'kidnapping'},{'id':158927,'name':'police investigation'}]" +710,"[{'id':701,'name':'cuba'},{'id':769,'name':'falsely accused'},{'id':1308,'name':'secret identity'},{'id':2812,'name':'computer virus'},{'id':3268,'name':'secret base'},{'id':3272,'name':'secret intelligence service'},{'id':3278,'name':'kgb'},{'id':3376,'name':'satellite'},{'id':3531,'name':'special car'},{'id':3560,'name':'cossack'},{'id':3561,'name':'electromagnetic pulse'},{'id':3562,'name':'time bomb'},{'id':3563,'name':'st. petersburg russia'},{'id':193008,'name':'red army'}]" +38073,"[{'id':572,'name':'sex'},{'id':582,'name':'san francisco'},{'id':828,'name':'waitress'},{'id':918,'name':'newspaper'},{'id':1010,'name':'bar'},{'id':3800,'name':'airplane'},{'id':13028,'name':'writer'},{'id':14512,'name':'new york city'},{'id':33451,'name':'masturbation'},{'id':155761,'name':'phone sex'},{'id':162511,'name':'text messaging'},{'id':174420,'name':'intern'},{'id':185332,'name':'long distance relationship'},{'id':187056,'name':'woman director'},{'id':195162,'name':'record company'},{'id':210112,'name':'skype'}]" +124905,"[{'id':1299,'name':'monster'},{'id':9714,'name':'remake'},{'id':11100,'name':'giant monster'},{'id':159099,'name':'gojira'},{'id':161791,'name':'kaiju'},{'id':166958,'name':'prehistoric creature'},{'id':189411,'name':'disaster movie'},{'id':206959,'name':'global threat'},{'id':223059,'name':'animal horror'}]" +929,"[{'id':1328,'name':'secret'},{'id':1815,'name':'atomic bomb'},{'id':2051,'name':'intelligence'},{'id':2534,'name':'missile'},{'id':2535,'name':'destroy'},{'id':3725,'name':'pregnancy'},{'id':3735,'name':'boat accident'},{'id':4527,'name':'flowerpot'},{'id':4593,'name':'atomic bomb test'},{'id':4595,'name':'u.s. army'},{'id':5698,'name':'egg'},{'id':161791,'name':'kaiju'},{'id':223059,'name':'animal horror'}]" +244517,[] +249660,"[{'id':5950,'name':'christian'},{'id':11001,'name':'religion'}]" +37079,"[{'id':12279,'name':'family drama'},{'id':154846,'name':'farmer'}]" +93449,"[{'id':156378,'name':'land'},{'id':156379,'name':'mojave'},{'id':156384,'name':'hug'},{'id':156386,'name':'bible quote'}]" +179340,"[{'id':3914,'name':'kitchen'},{'id':4344,'name':'musical'},{'id':4676,'name':'whale'},{'id':6435,'name':'webcam'},{'id':12990,'name':'singing'},{'id':15016,'name':'twins'}]" +245859,"[{'id':6438,'name':'anorexia'},{'id':10323,'name':'psychiatric hospital'},{'id':33922,'name':'pop music'},{'id':160961,'name':'lifeguard'}]" +74306,"[{'id':1583,'name':'mass murder'},{'id':1740,'name':'pop culture'},{'id':11479,'name':'social commentary'},{'id':17987,'name':'killing spree'},{'id':179431,'name':'duringcreditsstinger'}]" +45772,"[{'id':497,'name':'shakespeare'},{'id':2105,'name':'garden'},{'id':3691,'name':'forbidden love'},{'id':5091,'name':'kiss'},{'id':5972,'name':'garden gnome'},{'id':6722,'name':'orchid'},{'id':9673,'name':'love'},{'id':10181,'name':'based on play or musical'},{'id':11858,'name':'red'},{'id':244863,'name':'first part'},{'id':244967,'name':'animate statue'}]" +9665,"[{'id':6091,'name':'war'},{'id':12425,'name':'racism'},{'id':14643,'name':'battle'},{'id':160201,'name':'union soldier'},{'id':166464,'name':'confederate soldier'},{'id':179585,'name':'american civil war'},{'id':207928,'name':'19th century'},{'id':230457,'name':'early america'}]" +9504,"[{'id':642,'name':'robbery'},{'id':1438,'name':'office'},{'id':1998,'name':'shop'},{'id':2918,'name':'estate agent'},{'id':6129,'name':'company'},{'id':11836,'name':'contest'},{'id':13001,'name':'cowardliness'},{'id':34117,'name':'cult film'},{'id':179867,'name':'real estate'},{'id':201885,'name':'pressure'},{'id':207268,'name':'neo-noir'}]" +98,"[{'id':588,'name':'rome italy'},{'id':970,'name':'parent child relationship'},{'id':1394,'name':'gladiator'},{'id':1395,'name':'arena'},{'id':1399,'name':'senate'},{'id':1405,'name':'roman empire'},{'id':2280,'name':'emperor'},{'id':2831,'name':'slavery'},{'id':10141,'name':'battlefield'},{'id':14704,'name':'ancient world'},{'id':18543,'name':'combat'},{'id':179780,'name':'chariot'},{'id':192230,'name':'philosopher'},{'id':229851,'name':'fictionalized history'},{'id':235791,'name':'barbarian horde'},{'id':235792,'name':'2nd century'},{'id':235793,'name':'successor'},{'id':250224,'name':'maximus'}]" +3635,"[{'id':437,'name':'painter'},{'id':818,'name':'based on novel or book'},{'id':4452,'name':'butcher'},{'id':5565,'name':'biography'},{'id':5918,'name':'painting'},{'id':10365,'name':'holland'},{'id':13097,'name':'maid'},{'id':15171,'name':'earring'},{'id':207941,'name':'17th century'}]" +72890,"[{'id':187056,'name':'woman director'}]" +312791,"[{'id':572,'name':'sex'},{'id':2177,'name':'sauna'},{'id':3016,'name':'security camera'},{'id':6435,'name':'webcam'},{'id':6614,'name':'website'},{'id':9826,'name':'murder'},{'id':10768,'name':'lesbian'},{'id':11040,'name':'masked killer'},{'id':14557,'name':'undressing'},{'id':14819,'name':'violence'},{'id':14903,'name':'home invasion'},{'id':15069,'name':'masked man'},{'id':18046,'name':'internet chat'},{'id':18314,'name':'internet porn'},{'id':41180,'name':'security guard'},{'id':158436,'name':'porn actress'},{'id':207844,'name':'college student'}]" +129385,[] +9871,"[{'id':380,'name':'sibling relationship'},{'id':1525,'name':'puberty'},{'id':4115,'name':'longing'},{'id':4375,'name':'transformation'},{'id':5975,'name':'menstruation'},{'id':6270,'name':'high school'},{'id':10683,'name':'coming of age'},{'id':10776,'name':'marijuana'},{'id':12564,'name':'werewolf'},{'id':33505,'name':'gothic'},{'id':158276,'name':'metamorphosis'}]" +232175,"[{'id':739,'name':'sexual abuse'},{'id':970,'name':'parent child relationship'},{'id':9672,'name':'based on a true story'},{'id':10235,'name':'family relationships'},{'id':11001,'name':'religion'},{'id':13130,'name':'teenager'},{'id':156924,'name':'tearjerker'},{'id':173186,'name':'teenage pregnancy'},{'id':184239,'name':'teen anger'},{'id':186152,'name':'pro-life'},{'id':208400,'name':'foster care'},{'id':222314,'name':'abusive mother'}]" +14869,"[{'id':949,'name':'terrorist'},{'id':1328,'name':'secret'},{'id':1562,'name':'hostage'},{'id':1576,'name':'technology'},{'id':3290,'name':'laser'},{'id':3467,'name':'warhead'},{'id':6086,'name':'government'},{'id':8570,'name':'president'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':10563,'name':'attack'},{'id':14601,'name':'explosion'},{'id':14760,'name':'scientist'},{'id':156075,'name':'evil'},{'id':191574,'name':'cobra'},{'id':209493,'name':'21st century'}]" +72559,"[{'id':321,'name':'terror'},{'id':782,'name':'assassin'},{'id':1328,'name':'secret'},{'id':1576,'name':'technology'},{'id':2534,'name':'missile'},{'id':3467,'name':'warhead'},{'id':8570,'name':'president'},{'id':10084,'name':'rescue'},{'id':10410,'name':'conspiracy'},{'id':14601,'name':'explosion'},{'id':14643,'name':'battle'},{'id':18420,'name':'surveillance'},{'id':191574,'name':'cobra'}]" +4421,"[{'id':493,'name':'poem'},{'id':539,'name':'middle east'},{'id':720,'name':'helicopter'},{'id':3376,'name':'satellite'},{'id':3588,'name':'navy'},{'id':4411,'name':'sexism'},{'id':6091,'name':'war'},{'id':6092,'name':'army'},{'id':10850,'name':'sexual harassment'},{'id':11219,'name':'navy seal'},{'id':11718,'name':'feminist'},{'id':13065,'name':'soldier'},{'id':15248,'name':'commando'},{'id':159315,'name':'mental health'},{'id':161247,'name':'drill instructor'},{'id':162365,'name':'military'},{'id':185454,'name':'us military'},{'id':191110,'name':'army base'},{'id':225707,'name':'reconnaissance'},{'id':225710,'name':'sexual discrimination'}]" +10016,"[{'id':839,'name':'mars'},{'id':2964,'name':'future'},{'id':3497,'name':'hot air balloon'},{'id':6015,'name':'mining'},{'id':7118,'name':'escaped convict'},{'id':9712,'name':'possession'},{'id':9856,'name':'flashback'},{'id':13008,'name':'train'},{'id':157791,'name':'self mutilation'},{'id':162686,'name':'battering ram'},{'id':162846,'name':'ghost'},{'id':166695,'name':'cavern'},{'id':166701,'name':'ghost town'},{'id':246238,'name':'guns'}]" +12556,"[{'id':9094,'name':'womanizer'},{'id':9673,'name':'love'},{'id':13027,'name':'wedding'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'},{'id':224876,'name':'past relationship'}]" +2978,"[{'id':3092,'name':'slime'},{'id':3093,'name':'ghostbuster'},{'id':3977,'name':'product placement'},{'id':5484,'name':'reincarnation'},{'id':5918,'name':'painting'},{'id':9964,'name':'crude humor'},{'id':13124,'name':'scream'},{'id':14768,'name':'single mother'},{'id':33386,'name':'old flame'},{'id':33519,'name':'courtroom'},{'id':155851,'name':'book store'},{'id':162632,'name':'chrysler building'},{'id':172320,'name':'river of slime'},{'id':172327,'name':'revolving door'},{'id':172339,'name':'occult research'}]" +620,"[{'id':295,'name':'library'},{'id':2035,'name':'mythology'},{'id':3090,'name':'loser'},{'id':3091,'name':'marshmallow'},{'id':3092,'name':'slime'},{'id':5801,'name':'nerd'},{'id':6832,'name':'environmental protection agency'},{'id':9410,'name':'hybrid'},{'id':9712,'name':'possession'},{'id':10224,'name':'haunting'},{'id':11096,'name':'gate keeper'},{'id':11100,'name':'giant monster'},{'id':11627,'name':'paranormal phenomena'},{'id':33637,'name':'super power'},{'id':33809,'name':'receptionist'},{'id':161306,'name':'world trade center'},{'id':162846,'name':'ghost'},{'id':179431,'name':'duringcreditsstinger'}]" +1548,"[{'id':9717,'name':'based on comic'},{'id':18005,'name':'high school friends'},{'id':171556,'name':'social outcast'},{'id':175492,'name':'art class'},{'id':175494,'name':'record collector'},{'id':175497,'name':'plaster'},{'id':175499,'name':'personal ad'},{'id':175506,'name':'blues music'},{'id':175510,'name':'nunchaku'},{'id':175514,'name':'prank telephone call'},{'id':179430,'name':'aftercreditsstinger'}]" +9645,"[{'id':2799,'name':'cruise'},{'id':3203,'name':'pilot'},{'id':4078,'name':'ghost ship'}]" +216539,"[{'id':223059,'name':'animal horror'}]" +71676,"[{'id':345,'name':'monk'},{'id':3023,'name':'eastern europe'},{'id':4062,'name':'skeleton'},{'id':6951,'name':'biker'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':14735,'name':'motorcycle'},{'id':14999,'name':'devil'},{'id':15002,'name':'dark hero'},{'id':236185,'name':'ghost rider'}]" +1250,"[{'id':3684,'name':'religion and supernatural'},{'id':3737,'name':'dying and death'},{'id':4084,'name':'devil's son'},{'id':5280,'name':'ghost world'},{'id':5452,'name':'stunt'},{'id':5454,'name':'flame'},{'id':9717,'name':'based on comic'},{'id':15001,'name':'demon'}]" +251,"[{'id':417,'name':'corruption'},{'id':663,'name':'fortune teller'},{'id':881,'name':'money transfer'},{'id':975,'name':'money laundering'},{'id':1553,'name':'pottery'},{'id':6155,'name':'afterlife'},{'id':210530,'name':'spiritism'}]" +123928,[] +146227,[] +80389,"[{'id':378,'name':'prison'},{'id':534,'name':'mexico'},{'id':6876,'name':'vacation'},{'id':156786,'name':'prison escape'}]" +11665,"[{'id':246,'name':'dancing'},{'id':470,'name':'spy'},{'id':949,'name':'terrorist'},{'id':2052,'name':'traitor'},{'id':3800,'name':'airplane'},{'id':4721,'name':'violin'},{'id':10988,'name':'based on tv series'},{'id':33649,'name':'legs'}]" +10060,"[{'id':697,'name':'loss of loved one'},{'id':2013,'name':'attempted murder'},{'id':3658,'name':'career'},{'id':4344,'name':'musical'},{'id':4562,'name':'rapper'},{'id':14964,'name':'drugs'}]" +239566,"[{'id':1228,'name':'1970s'},{'id':5565,'name':'biography'},{'id':11243,'name':'african american'},{'id':199321,'name':'james brown'},{'id':208289,'name':'1980s'},{'id':208611,'name':'1950s'}]" +211528,[] +32823,"[{'id':212,'name':'london'},{'id':4048,'name':'musician'},{'id':6029,'name':'concert'},{'id':12670,'name':'los angeles'},{'id':179430,'name':'aftercreditsstinger'}]" +257091,"[{'id':378,'name':'prison'},{'id':4613,'name':'training'},{'id':15124,'name':'framed'},{'id':163072,'name':'embezzlement'}]" +10461,"[{'id':4720,'name':'ritual'},{'id':5593,'name':'pornographic video'},{'id':9714,'name':'remake'},{'id':9844,'name':'car crash'},{'id':159938,'name':'dvd'}]" +1485,"[{'id':445,'name':'pornography'},{'id':2708,'name':'hitman'},{'id':3149,'name':'gangster'},{'id':5215,'name':'northern england'},{'id':5301,'name':'brother'},{'id':6731,'name':'british'},{'id':34117,'name':'cult film'},{'id':155453,'name':'gritty'},{'id':207268,'name':'neo-noir'},{'id':223787,'name':'newcastle upon tyne'}]" +179159,"[{'id':12377,'name':'zombie'}]" +18292,"[{'id':1415,'name':'small town'},{'id':5922,'name':'north carolina'},{'id':10103,'name':'children'},{'id':10183,'name':'independent film'}]" +207021,"[{'id':271,'name':'competition'},{'id':7020,'name':'bodybuilding'},{'id':161643,'name':'sport competition'}]" +174323,"[{'id':237,'name':'gay'},{'id':1862,'name':'coming out'},{'id':6270,'name':'high school'},{'id':9713,'name':'friends'},{'id':12392,'name':'best friend'},{'id':156166,'name':'mormon'},{'id':158718,'name':'lgbt'},{'id':163037,'name':'lgbt teen'}]" +782,"[{'id':856,'name':'paraplegic'},{'id':1252,'name':'suicide attempt'},{'id':1332,'name':'cheating'},{'id':1718,'name':'dna'},{'id':2345,'name':'spaceman'},{'id':2547,'name':'new identity'},{'id':2690,'name':'heart disease'},{'id':3864,'name':'false identity'},{'id':4035,'name':'blood sample'},{'id':4039,'name':'biotechnology'},{'id':4040,'name':'space mission'},{'id':4565,'name':'dystopia'},{'id':5340,'name':'investigation'},{'id':6017,'name':'genetics'},{'id':6062,'name':'hostility'},{'id':33611,'name':'exercise'},{'id':158292,'name':'eugenics'},{'id':162988,'name':'dystopian future'}]" +21882,"[{'id':9663,'name':'sequel'},{'id':11134,'name':'espionage'},{'id':18081,'name':'sawed off shotgun'},{'id':156121,'name':'ex-con'},{'id':245835,'name':'motorboat'}]" +401,"[{'id':586,'name':'new jersey'},{'id':697,'name':'loss of loved one'},{'id':856,'name':'paraplegic'},{'id':996,'name':'expensive restaurant'},{'id':1740,'name':'pop culture'},{'id':1941,'name':'ecstasy'},{'id':1942,'name':'strangeness'},{'id':1944,'name':'epilepsy'},{'id':1945,'name':'lethargy'},{'id':1947,'name':'answering machine'},{'id':2467,'name':'difficult childhood'},{'id':6059,'name':'unsociability'},{'id':9457,'name':'single'},{'id':10776,'name':'marijuana'},{'id':12670,'name':'los angeles'},{'id':15106,'name':'psychiatrist'},{'id':158741,'name':'grave digger'}]" +12601,"[{'id':458,'name':'hippie'},{'id':732,'name':'coma'},{'id':3030,'name':'nightmare'},{'id':9826,'name':'murder'},{'id':10089,'name':'slaughter'}]" +82682,"[{'id':3149,'name':'gangster'},{'id':12670,'name':'los angeles'}]" +3131,"[{'id':657,'name':'fire'},{'id':1857,'name':'irish-american'},{'id':2356,'name':'immigrant'},{'id':2987,'name':'gang war'},{'id':3430,'name':'pickpocket'},{'id':3799,'name':'ship'},{'id':3882,'name':'gang of thieves'},{'id':4452,'name':'butcher'},{'id':4931,'name':'pig'},{'id':6092,'name':'army'},{'id':10084,'name':'rescue'},{'id':10726,'name':'gang'},{'id':207928,'name':'19th century'}]" +783,"[{'id':789,'name':'muslim'},{'id':1775,'name':'demonstration'},{'id':1956,'name':'world war ii'},{'id':2883,'name':'imprisonment'},{'id':3398,'name':'release from prison'},{'id':4089,'name':'hunger strike'},{'id':4090,'name':'colony'},{'id':4096,'name':'hindu'},{'id':4097,'name':'independence'},{'id':4100,'name':'british army'},{'id':4101,'name':'political negotiations'},{'id':4102,'name':'conference'},{'id':4104,'name':'nonviolent resistance'},{'id':4106,'name':'apartheid'},{'id':4107,'name':'british empire'},{'id':4108,'name':'protest'},{'id':4109,'name':'independence movement'},{'id':4112,'name':'strike'},{'id':5565,'name':'biography'},{'id':6089,'name':'freedom'},{'id':6157,'name':'prayer'},{'id':9672,'name':'based on a true story'}]" +18501,"[{'id':1563,'name':'prisoner'},{'id':4565,'name':'dystopia'},{'id':9678,'name':'mind control'},{'id':10176,'name':'gun battle'},{'id':12662,'name':'wrongful imprisonment'},{'id':162988,'name':'dystopian future'},{'id':171989,'name':'wrongful conviction'},{'id':192210,'name':'online gaming'}]" +91010,"[{'id':2946,'name':'presidential election'},{'id':6078,'name':'politics'},{'id':11507,'name':'republican party'}]" +97434,"[{'id':9728,'name':'caper'},{'id':10051,'name':'heist'},{'id':10123,'name':'dark comedy'},{'id':159608,'name':'con'}]" +46429,"[{'id':745,'name':'nun'},{'id':12096,'name':'hair'},{'id':12377,'name':'zombie'},{'id':17973,'name':'skin'},{'id':163114,'name':'gunman'},{'id':220848,'name':'heaven and hell'}]" +11646,"[{'id':795,'name':'running'},{'id':2504,'name':'world war i'},{'id':3994,'name':'battle assignment'},{'id':4107,'name':'british empire'},{'id':4302,'name':'troops'},{'id':5657,'name':'australia'},{'id':11029,'name':'turkish army'},{'id':165431,'name':'anti war'},{'id':210184,'name':'1910s'},{'id':213299,'name':'gallipoli campaign'}]" +926,"[{'id':1612,'name':'spacecraft'},{'id':2902,'name':'space battle'},{'id':11931,'name':'spoof'},{'id':179781,'name':'fictional tv show'}]" +9873,"[{'id':417,'name':'corruption'},{'id':703,'name':'detective'},{'id':782,'name':'assassin'},{'id':797,'name':'showdown'},{'id':1812,'name':'fbi'},{'id':3045,'name':'mission of murder'},{'id':4009,'name':'witness protection'},{'id':5956,'name':'stuntman'},{'id':6149,'name':'police'},{'id':6220,'name':'mafia boss'},{'id':9758,'name':'deception'},{'id':12093,'name':'special effects'},{'id':12371,'name':'gunfight'},{'id':14512,'name':'new york city'},{'id':14819,'name':'violence'},{'id':15483,'name':'car chase'},{'id':18118,'name':'disguise'},{'id':156208,'name':'federal agent'},{'id':170118,'name':'makeup artist'},{'id':226499,'name':'manhunt'},{'id':226919,'name':'justice department'}]" +228150,"[{'id':1295,'name':'europe'},{'id':1701,'name':'hero'},{'id':1956,'name':'world war ii'},{'id':2652,'name':'nazi'},{'id':3930,'name':'bravery'},{'id':6091,'name':'war'},{'id':11064,'name':'nazi germany'},{'id':11115,'name':'heroism'},{'id':11117,'name':'tank'},{'id':240548,'name':'beating the odds'}]" +168259,"[{'id':830,'name':'car race'},{'id':3428,'name':'speed'},{'id':9666,'name':'street race'},{'id':9748,'name':'revenge'},{'id':9937,'name':'suspense'},{'id':33885,'name':'car'},{'id':40870,'name':'race'},{'id':205399,'name':'muscle car'}]" +20829,"[{'id':3485,'name':'comedian'},{'id':10163,'name':'cancer'},{'id':12648,'name':'bromance'},{'id':33731,'name':'stand-up comedian'}]" +39282,"[{'id':10229,'name':'singer'},{'id':11322,'name':'female protagonist'},{'id':14512,'name':'new york city'}]" +7552,"[{'id':818,'name':'based on novel or book'},{'id':1333,'name':'desperation'},{'id':1621,'name':'robber'},{'id':3607,'name':'hold-up robbery'},{'id':9714,'name':'remake'},{'id':10532,'name':'suburbia'},{'id':14549,'name':'loss of job'},{'id':33740,'name':'humiliation'},{'id':156052,'name':'unemployment'},{'id':157296,'name':'bankruptcy'},{'id':160510,'name':'travel agent'},{'id':211295,'name':'riches to rags'},{'id':227863,'name':'bearer bonds'},{'id':227864,'name':'comeuppance'}]" +600,"[{'id':236,'name':'suicide'},{'id':549,'name':'prostitute'},{'id':720,'name':'helicopter'},{'id':818,'name':'based on novel or book'},{'id':917,'name':'journalism'},{'id':1589,'name':'sniper'},{'id':2903,'name':'propaganda'},{'id':2956,'name':'vietnam'},{'id':2999,'name':'recruit'},{'id':4747,'name':'war photographer'},{'id':5299,'name':'war correspondent'},{'id':6091,'name':'war'},{'id':10075,'name':'boot camp'},{'id':10084,'name':'rescue'},{'id':10787,'name':'jungle'},{'id':11106,'name':'infantry'},{'id':11400,'name':'sergeant'},{'id':12425,'name':'racism'},{'id':14819,'name':'violence'},{'id':14900,'name':'genocide'},{'id':14955,'name':'fighting'},{'id':15240,'name':'platoon'},{'id':18543,'name':'combat'},{'id':46962,'name':'discipline'},{'id':158780,'name':'u.s. marine'},{'id':161840,'name':'obstacle course'},{'id':169144,'name':'peace sign'},{'id':226426,'name':'mass grave'},{'id':227845,'name':'blanket party'}]" +15186,"[{'id':10183,'name':'independent film'}]" +157354,"[{'id':387,'name':'california'},{'id':613,'name':'new year's eve'},{'id':796,'name':'police brutality'},{'id':6219,'name':'oakland'},{'id':9672,'name':'based on a true story'},{'id':12425,'name':'racism'},{'id':15061,'name':'docudrama'},{'id':197702,'name':'day in a life'}]" +109445,"[{'id':2011,'name':'queen'},{'id':4344,'name':'musical'},{'id':7376,'name':'princess'},{'id':10085,'name':'betrayal'},{'id':10115,'name':'snowman'},{'id':10336,'name':'animation'},{'id':10385,'name':'reindeer'},{'id':10541,'name':'curse'},{'id':10794,'name':'snow'},{'id':11173,'name':'troll'},{'id':155801,'name':'mountain climber'},{'id':179430,'name':'aftercreditsstinger'},{'id':187056,'name':'woman director'},{'id':209714,'name':'3d'}]" +44363,"[{'id':697,'name':'loss of loved one'},{'id':1262,'name':'mountain'},{'id':1442,'name':'winter'},{'id':1994,'name':'wolf'},{'id':3752,'name':'night'},{'id':4433,'name':'conversation'},{'id':5160,'name':'animal attack'},{'id':5198,'name':'cold'},{'id':5490,'name':'girlfriend'},{'id':6201,'name':'fall'},{'id':8087,'name':'horror'},{'id':9743,'name':'stranded'},{'id':9937,'name':'suspense'},{'id':10794,'name':'snow'},{'id':12392,'name':'best friend'},{'id':41337,'name':'freeze'},{'id':156478,'name':'boyfriend'},{'id':158591,'name':'injury'},{'id':162328,'name':'ski resort'},{'id':181031,'name':'ski lift'},{'id':193479,'name':'hypothermia'},{'id':198433,'name':'frostbite'},{'id':223043,'name':'skier'},{'id':228069,'name':'stuck'},{'id':239253,'name':'life or death'}]" +11499,"[{'id':840,'name':'usa president'},{'id':1228,'name':'1970s'},{'id':1925,'name':'camera'},{'id':2136,'name':'television'},{'id':2251,'name':'lie'},{'id':3692,'name':'scandal'},{'id':4240,'name':'watergate scandal'},{'id':9376,'name':'richard nixon'},{'id':12193,'name':'reporter'},{'id':13028,'name':'writer'}]" +259611,[] +291865,"[{'id':321,'name':'terror'},{'id':1299,'name':'monster'},{'id':1927,'name':'car breakdown'},{'id':2025,'name':'tractor'},{'id':3133,'name':'vampire'},{'id':4932,'name':'farm'},{'id':9743,'name':'stranded'},{'id':13127,'name':'farmhouse'},{'id':14985,'name':'ireland'}]" +26389,"[{'id':90,'name':'paris france'},{'id':591,'name':'cia'},{'id':1568,'name':'undercover'},{'id':1653,'name':'explosive'},{'id':1667,'name':'pimp'},{'id':1704,'name':'ambassador'},{'id':2095,'name':'anti hero'},{'id':4087,'name':'revelation'},{'id':4653,'name':'french'},{'id':6083,'name':'politician'},{'id':6112,'name':'firearm'},{'id':9758,'name':'deception'},{'id':9844,'name':'car crash'},{'id':10726,'name':'gang'}]" +768,"[{'id':212,'name':'london'},{'id':697,'name':'loss of loved one'},{'id':1803,'name':'drug addiction'},{'id':4007,'name':'jack the ripper'},{'id':158431,'name':'united kingdom'},{'id':232222,'name':'20th century'}]" +755,"[{'id':246,'name':'dancing'},{'id':380,'name':'sibling relationship'},{'id':797,'name':'showdown'},{'id':798,'name':'sheriff'},{'id':2492,'name':'bank robber'},{'id':3133,'name':'vampire'},{'id':3649,'name':'holy water'},{'id':4063,'name':'siege'},{'id':6593,'name':'stripper'},{'id':10093,'name':'priest'},{'id':14687,'name':'extreme violence'},{'id':15363,'name':'bank robbery'},{'id':18072,'name':'preacher'},{'id':18233,'name':'hostage situation'},{'id':41380,'name':'crucifix'},{'id':163795,'name':'recreational vehicle'},{'id':168152,'name':'convenience store'},{'id':188711,'name':'mexican american border'},{'id':227811,'name':'boa constrictor'}]" +18274,"[{'id':351,'name':'poison'},{'id':1003,'name':'photographer'},{'id':1196,'name':'florida'},{'id':1585,'name':'snake'},{'id':2041,'name':'island'},{'id':2517,'name':'leech'},{'id':2564,'name':'wheelchair'},{'id':2646,'name':'bird'},{'id':2763,'name':'human vs nature'},{'id':3184,'name':'alligator'},{'id':3986,'name':'spider'},{'id':4097,'name':'independence'},{'id':4168,'name':'greenhouse'},{'id':4456,'name':'frog'},{'id':5160,'name':'animal attack'},{'id':5703,'name':'lizard'},{'id':6305,'name':'pollution'},{'id':6362,'name':'turtle'},{'id':14660,'name':'bird attack'},{'id':18330,'name':'nature'},{'id':33737,'name':'snake bite'},{'id':156096,'name':'butterfly'},{'id':159743,'name':'fourth of july'}]" +58151,"[{'id':813,'name':'sunrise'},{'id':3133,'name':'vampire'},{'id':3301,'name':'suspicion'},{'id':9714,'name':'remake'},{'id':10532,'name':'suburbia'}]" +214597,"[{'id':1992,'name':'professor'},{'id':3133,'name':'vampire'},{'id':9259,'name':'vampire hunter'},{'id':12105,'name':'student'},{'id':179882,'name':'romania'}]" +80038,"[{'id':5625,'name':'relationship problems'},{'id':6054,'name':'friendship'},{'id':12392,'name':'best friend'},{'id':14512,'name':'new york city'},{'id':178329,'name':'best friends in love'},{'id':187056,'name':'woman director'}]" +50544,"[{'id':931,'name':'jealousy'},{'id':3739,'name':'funeral'},{'id':9673,'name':'love'},{'id':9713,'name':'friends'},{'id':11612,'name':'hospital'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'}]" +9730,"[{'id':1889,'name':'lake'},{'id':6506,'name':'resurrection'},{'id':10326,'name':'morgue'},{'id':10714,'name':'serial killer'},{'id':179422,'name':'jason vorhees'},{'id':206977,'name':'hitchhike'}]" +10283,"[{'id':242,'name':'new york'},{'id':1422,'name':'boat'},{'id':2546,'name':'mask'},{'id':6259,'name':'psychopath'},{'id':6270,'name':'high school'},{'id':6304,'name':'sewerage'},{'id':8764,'name':'times square'},{'id':10714,'name':'serial killer'},{'id':13130,'name':'teenager'},{'id':179422,'name':'jason vorhees'}]" +10281,"[{'id':1889,'name':'lake'},{'id':2546,'name':'mask'},{'id':5086,'name':'telekinesis'},{'id':6259,'name':'psychopath'},{'id':12339,'name':'slasher'},{'id':13130,'name':'teenager'},{'id':15106,'name':'psychiatrist'},{'id':179422,'name':'jason vorhees'}]" +9728,"[{'id':1889,'name':'lake'},{'id':5767,'name':'summer camp'},{'id':9826,'name':'murder'},{'id':10714,'name':'serial killer'},{'id':12339,'name':'slasher'},{'id':13088,'name':'summer'},{'id':163621,'name':'jason voorhees'},{'id':163651,'name':'one by one'},{'id':163652,'name':'friday the 13th'}]" +9725,"[{'id':1890,'name':'camping'},{'id':5767,'name':'summer camp'},{'id':10292,'name':'gore'},{'id':11034,'name':'b movie'},{'id':12339,'name':'slasher'},{'id':191608,'name':'brisbane'}]" +9731,"[{'id':2546,'name':'mask'},{'id':2800,'name':'psychology'},{'id':10714,'name':'serial killer'},{'id':11612,'name':'hospital'},{'id':13130,'name':'teenager'},{'id':14676,'name':'series of murders'}]" +13207,"[{'id':13130,'name':'teenager'},{'id':13209,'name':'cabin in the woods'},{'id':157758,'name':'ax murder'},{'id':161102,'name':'camp counselor'},{'id':179422,'name':'jason vorhees'}]" +4488,"[{'id':793,'name':'drowning'},{'id':1889,'name':'lake'},{'id':3623,'name':'cabin'},{'id':6158,'name':'cult'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':11663,'name':'camp'},{'id':12339,'name':'slasher'},{'id':13073,'name':'fear'},{'id':13088,'name':'summer'},{'id':13130,'name':'teenager'},{'id':14805,'name':'maniac'},{'id':15227,'name':'counselor'},{'id':33513,'name':'desire'}]" +13416,"[{'id':572,'name':'sex'},{'id':579,'name':'american football'},{'id':818,'name':'based on novel or book'},{'id':1556,'name':'texas'},{'id':3658,'name':'career'},{'id':3743,'name':'season'},{'id':4610,'name':'comeback'},{'id':6075,'name':'sport'},{'id':6270,'name':'high school'},{'id':8338,'name':'coach'},{'id':8508,'name':'party'},{'id':10984,'name':'true'},{'id':12425,'name':'racism'},{'id':13130,'name':'teenager'},{'id':34051,'name':'team'},{'id':40879,'name':'drunk'},{'id':158591,'name':'injury'},{'id':168930,'name':'quarterback'}]" +10634,"[{'id':897,'name':'rap music'},{'id':970,'name':'parent child relationship'},{'id':4562,'name':'rapper'},{'id':8438,'name':'job'}]" +140403,[] +10559,"[{'id':242,'name':'new york'},{'id':456,'name':'mother'},{'id':703,'name':'detective'},{'id':1480,'name':'baseball'},{'id':2135,'name':'radio'},{'id':2733,'name':'firemen'},{'id':2964,'name':'future'},{'id':3667,'name':'time'},{'id':4776,'name':'race against time'},{'id':5340,'name':'investigation'},{'id':5905,'name':'father'},{'id':9682,'name':'history'},{'id':9826,'name':'murder'},{'id':9853,'name':'paranormal'},{'id':9856,'name':'flashback'},{'id':10084,'name':'rescue'},{'id':10235,'name':'family relationships'},{'id':10685,'name':'escape'},{'id':14601,'name':'explosion'},{'id':200725,'name':'phenomenon'},{'id':218024,'name':'amateur radio'},{'id':226626,'name':'aurora borealis'},{'id':227771,'name':'altering history'}]" +218425,[] +573,"[{'id':212,'name':'london'},{'id':570,'name':'rape'},{'id':5490,'name':'girlfriend'},{'id':6149,'name':'police'},{'id':9276,'name':'truck'},{'id':9937,'name':'suspense'},{'id':10714,'name':'serial killer'},{'id':11260,'name':'serial murder'},{'id':47024,'name':'pin'},{'id':155816,'name':'ex-wife'},{'id':165546,'name':'necktie'},{'id':239328,'name':'sack'},{'id':239329,'name':'potatoes'},{'id':239330,'name':'produce seller'},{'id':239331,'name':'murder victim'}]" +305044,[] +76101,[] +122800,"[{'id':3458,'name':'bartender'},{'id':9748,'name':'revenge'},{'id':156022,'name':'nypd'},{'id':167580,'name':'kingpin'}]" +1646,"[{'id':577,'name':'black people'},{'id':818,'name':'based on novel or book'},{'id':1739,'name':'holocaust'},{'id':2394,'name':'ghetto'},{'id':2913,'name':'diary'},{'id':4508,'name':'principal witness '},{'id':5565,'name':'biography'},{'id':5600,'name':'daughter'},{'id':6270,'name':'high school'},{'id':6984,'name':'racial segregation'},{'id':6985,'name':'anne frank'},{'id':6986,'name':'school excursion'},{'id':6987,'name':'idealism'},{'id':7920,'name':'violence in schools'},{'id':9672,'name':'based on a true story'},{'id':41385,'name':'racial tension'},{'id':181858,'name':'gang violence'}]" +287415,"[{'id':782,'name':'assassin'},{'id':18029,'name':'trapped'},{'id':173316,'name':'trapped in an elevator'},{'id':188960,'name':'elevator'}]" +175574,"[{'id':65,'name':'holiday'},{'id':4543,'name':'thanksgiving'},{'id':6089,'name':'freedom'},{'id':179431,'name':'duringcreditsstinger'},{'id':183965,'name':'turkey the bird'},{'id':209714,'name':'3d'}]" +11284,"[{'id':1453,'name':'amnesia'},{'id':1566,'name':'dream'},{'id':3030,'name':'nightmare'},{'id':9820,'name':'alternate dimension'},{'id':10937,'name':'memory'},{'id':11268,'name':'psychologist'},{'id':11469,'name':'memory loss'},{'id':14751,'name':'youth'},{'id':15127,'name':'killer'},{'id':170383,'name':'disfigurement'},{'id':179431,'name':'duringcreditsstinger'},{'id':187056,'name':'woman director'},{'id':224625,'name':'halfway house'}]" +6466,"[{'id':9826,'name':'murder'},{'id':10776,'name':'marijuana'},{'id':13130,'name':'teenager'},{'id':161794,'name':'bad dream'}]" +168027,"[{'id':167342,'name':'bomb squad'},{'id':191959,'name':'ex-fugitive'},{'id':191960,'name':'freaky'}]" +8884,"[{'id':212,'name':'london'},{'id':9937,'name':'suspense'},{'id':158456,'name':'masked vigilante'}]" +62214,"[{'id':367,'name':'shyness'},{'id':10121,'name':'stop motion'},{'id':12999,'name':'black and white'},{'id':13038,'name':'retro'},{'id':15162,'name':'dog'},{'id':157164,'name':'animal death'},{'id':158395,'name':'animal lover'}]" +3036,"[{'id':1706,'name':'experiment'},{'id':9714,'name':'remake'}]" +171372,"[{'id':1284,'name':'identity'},{'id':4048,'name':'musician'},{'id':6027,'name':'music'},{'id':6054,'name':'friendship'},{'id':197582,'name':'mysterious'},{'id':209646,'name':'mental problems'}]" +12149,"[{'id':290,'name':'angel'},{'id':697,'name':'loss of loved one'},{'id':798,'name':'sheriff'},{'id':1228,'name':'1970s'},{'id':1556,'name':'texas'},{'id':1566,'name':'dream'},{'id':1812,'name':'fbi'},{'id':2919,'name':'rose garden'},{'id':2968,'name':'grave'},{'id':3598,'name':'ax'},{'id':6255,'name':'insanity'},{'id':9826,'name':'murder'},{'id':9856,'name':'flashback'},{'id':10260,'name':'mechanic'},{'id':10629,'name':'vision'},{'id':10714,'name':'serial killer'},{'id':10886,'name':'punishment'},{'id':15001,'name':'demon'},{'id':44449,'name':'gloves'},{'id':161264,'name':'religious fanatic'},{'id':174203,'name':'remorse'},{'id':238140,'name':'forced to kill'}]" +6145,"[{'id':584,'name':'perfect crime'},{'id':3152,'name':'planned murder'},{'id':3246,'name':'prosecution'},{'id':3879,'name':'suspect'}]" +101998,"[{'id':10726,'name':'gang'}]" +32020,"[{'id':387,'name':'california'},{'id':567,'name':'alcohol'},{'id':572,'name':'sex'},{'id':1228,'name':'1970s'},{'id':10683,'name':'coming of age'},{'id':12396,'name':'hollywood'},{'id':13059,'name':'prostitution'},{'id':13130,'name':'teenager'},{'id':14964,'name':'drugs'},{'id':18034,'name':'desert'},{'id':166947,'name':'san fernando valley'}]" +87492,"[{'id':5565,'name':'biography'},{'id':5970,'name':'wrestling'},{'id':6075,'name':'sport'},{'id':9672,'name':'based on a true story'}]" +5,"[{'id':612,'name':'hotel'},{'id':613,'name':'new year's eve'},{'id':616,'name':'witch'},{'id':622,'name':'bet'},{'id':922,'name':'hotel room'},{'id':2700,'name':'sperm'},{'id':9706,'name':'anthology'},{'id':12670,'name':'los angeles'},{'id':160488,'name':'hoodlum'},{'id':187056,'name':'woman director'}]" +37495,"[{'id':789,'name':'muslim'},{'id':5215,'name':'northern england'},{'id':8201,'name':'satire'},{'id':9180,'name':'yorkshire'},{'id':10123,'name':'dark comedy'},{'id':10280,'name':'farce'},{'id':13015,'name':'terrorism'},{'id':34117,'name':'cult film'},{'id':190763,'name':'suicide bomber'}]" +12193,"[{'id':65,'name':'holiday'},{'id':9799,'name':'romantic comedy'},{'id':10041,'name':'dysfunctional family'},{'id':207317,'name':'christmas'}]" +8292,"[{'id':380,'name':'sibling relationship'},{'id':642,'name':'robbery'},{'id':1679,'name':'arbitrary law'},{'id':8018,'name':'adoptive mother'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':14819,'name':'violence'},{'id':18021,'name':'detroit'},{'id':179431,'name':'duringcreditsstinger'},{'id':179468,'name':'interracial adoption'}]" +132236,[] +138941,"[{'id':1829,'name':'beheading'},{'id':6733,'name':'bullying'},{'id':9826,'name':'murder'},{'id':10714,'name':'serial killer'},{'id':12425,'name':'racism'},{'id':14676,'name':'series of murders'},{'id':14819,'name':'violence'},{'id':34053,'name':'video store'},{'id':34079,'name':'death'},{'id':159287,'name':'gas mask'},{'id':186268,'name':'skull mask'},{'id':194226,'name':'masculinity'},{'id':224540,'name':'white supremacist'},{'id':240777,'name':'evil teen'},{'id':240778,'name':'graphic novel'}]" +14837,"[{'id':14574,'name':'rancher'}]" +13,"[{'id':422,'name':'vietnam veteran'},{'id':458,'name':'hippie'},{'id':521,'name':'washington d.c.'},{'id':791,'name':'mentally disabled'},{'id':818,'name':'based on novel or book'},{'id':970,'name':'parent child relationship'},{'id':2957,'name':'vietnam war'},{'id':6054,'name':'friendship'},{'id':9673,'name':'love'},{'id':10235,'name':'family relationships'},{'id':162365,'name':'military'},{'id':180204,'name':'wounded soldier'},{'id':187300,'name':'low iq'},{'id':190532,'name':'false history'}]" +64288,"[{'id':4459,'name':'vegetarian'},{'id':10637,'name':'food'}]" +183433,[] +43949,"[{'id':367,'name':'shyness'},{'id':818,'name':'based on novel or book'},{'id':10048,'name':'unrequited love'},{'id':10226,'name':'neighbor'},{'id':10235,'name':'family relationships'},{'id':18068,'name':'teenage boy'},{'id':156925,'name':'first crush'},{'id':165100,'name':'young love'},{'id':165301,'name':'opposites attract'},{'id':246466,'name':'based on young adult novel'}]" +9315,"[{'id':220,'name':'berlin germany'},{'id':697,'name':'loss of loved one'},{'id':3800,'name':'airplane'},{'id':4725,'name':'baby-snatching'}]" +11866,"[{'id':642,'name':'robbery'},{'id':4237,'name':'water'},{'id':4718,'name':'gobi desert'},{'id':10617,'name':'disaster'},{'id':12617,'name':'airplane crash'},{'id':15354,'name':'struggle for survival'},{'id':18034,'name':'desert'}]" +10122,"[{'id':310,'name':'artificial intelligence'},{'id':455,'name':'farewell'},{'id':1007,'name':'homesickness'},{'id':1196,'name':'florida'},{'id':1432,'name':'nasa'},{'id':1603,'name':'extraterrestrial technology'},{'id':3243,'name':'flying saucer'},{'id':4379,'name':'time travel'},{'id':4414,'name':'adventure'},{'id':9951,'name':'alien'},{'id':9963,'name':'kids and family'},{'id':15162,'name':'dog'}]" +87502,"[{'id':718,'name':'confession'},{'id':3203,'name':'pilot'},{'id':3800,'name':'airplane'},{'id':5340,'name':'investigation'},{'id':10812,'name':'airplane accident'},{'id':11314,'name':'f word'},{'id':11461,'name':'hangover'},{'id':12617,'name':'airplane crash'},{'id':41308,'name':'syringe'},{'id':41596,'name':'denial'},{'id':158436,'name':'porn actress'},{'id':185950,'name':'jesus freak'},{'id':185952,'name':'baseball stadium'},{'id':185953,'name':'perjury'},{'id':185954,'name':'national transportation safety board'},{'id':185957,'name':'flying upside down'},{'id':185959,'name':'narcissist'},{'id':185969,'name':'relapse'},{'id':185974,'name':'substance abuse'},{'id':189098,'name':'courage'}]" +9749,"[{'id':736,'name':'journalist'},{'id':1809,'name':'rio de janeiro'},{'id':11719,'name':'dirty cop'},{'id':172455,'name':'fletch'},{'id':172463,'name':'cabana'},{'id':172466,'name':'country club'},{'id':172471,'name':'divorce lawyer'}]" +3043,"[{'id':1299,'name':'monster'},{'id':3182,'name':'seduction'},{'id':12377,'name':'zombie'},{'id':33841,'name':'incest'}]" +13195,"[{'id':212,'name':'london'},{'id':3379,'name':'diamond mine'},{'id':10183,'name':'independent film'},{'id':14604,'name':'theft'},{'id':159413,'name':'jewelry heist'}]" +31582,"[{'id':10183,'name':'independent film'}]" +1551,"[{'id':314,'name':'life and death'},{'id':6155,'name':'afterlife'},{'id':6954,'name':'swing'},{'id':10937,'name':'memory'},{'id':187675,'name':'medical student'},{'id':187676,'name':'confetti'}]" +3604,"[{'id':2280,'name':'emperor'},{'id':2642,'name':'solar eclipse'},{'id':3071,'name':'prince'},{'id':6211,'name':'fighter'},{'id':9758,'name':'deception'},{'id':9882,'name':'space'},{'id':10158,'name':'alien planet'},{'id':10700,'name':'hood'},{'id':12965,'name':'duel'},{'id':14760,'name':'scientist'},{'id':34117,'name':'cult film'},{'id':195446,'name':'sword and planet'},{'id':195719,'name':'wings'},{'id':219404,'name':'action hero'},{'id':248862,'name':'floating city'},{'id':248863,'name':'giant forest'}]" +18639,"[{'id':10322,'name':'native american'}]" +3683,"[{'id':233,'name':'japan'},{'id':1956,'name':'world war ii'},{'id':3737,'name':'dying and death'},{'id':8083,'name':'pacific'},{'id':161244,'name':'iwo jima'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'},{'id':207883,'name':'1940s'}]" +222581,[] +16759,"[{'id':9748,'name':'revenge'},{'id':10183,'name':'independent film'}]" +51794,"[{'id':139,'name':'anti terror'},{'id':187,'name':'islam'},{'id':242,'name':'new york'},{'id':789,'name':'muslim'},{'id':949,'name':'terrorist'},{'id':5733,'name':'turkey'},{'id':13015,'name':'terrorism'}]" +1368,"[{'id':378,'name':'prison'},{'id':422,'name':'vietnam veteran'},{'id':769,'name':'falsely accused'},{'id':796,'name':'police brutality'},{'id':798,'name':'sheriff'},{'id':1008,'name':'guerrilla'},{'id':1375,'name':'submachine gun'},{'id':1419,'name':'gun'},{'id':2535,'name':'destroy'},{'id':2801,'name':'self-defense'},{'id':2956,'name':'vietnam'},{'id':2957,'name':'vietnam war'},{'id':3246,'name':'prosecution'},{'id':3737,'name':'dying and death'},{'id':4668,'name':'police operation'},{'id':5034,'name':'attempt to escape'},{'id':5144,'name':'matter of life and death'},{'id':5385,'name':'survivor'},{'id':5386,'name':'tramp'},{'id':5387,'name':'national guard'},{'id':6110,'name':'weapon'},{'id':6112,'name':'firearm'},{'id':6149,'name':'police'},{'id':10685,'name':'escape'},{'id':11004,'name':'rural setting'}]" +12715,"[{'id':352,'name':'secret passage'},{'id':779,'name':'martial arts'},{'id':1321,'name':'gold'},{'id':1454,'name':'treasure'},{'id':1530,'name':'temple'},{'id':3392,'name':'voodoo'},{'id':4391,'name':'wretch'},{'id':6956,'name':'treasure hunt'},{'id':10787,'name':'jungle'},{'id':10864,'name':'human sacrifice'},{'id':13065,'name':'soldier'},{'id':15111,'name':'drinking'},{'id':15222,'name':'central america'},{'id':18118,'name':'disguise'},{'id':18142,'name':'catfight'},{'id':156322,'name':'pretty woman'},{'id':156393,'name':'aztec indian'},{'id':162487,'name':'wisecrack humor'},{'id':167541,'name':'buddy comedy'},{'id':188933,'name':'bar fight'},{'id':209118,'name':'woman in peril'},{'id':227693,'name':'stranded in the desert'}]" +11495,"[{'id':657,'name':'fire'},{'id':1475,'name':'telepathy'},{'id':2051,'name':'intelligence'},{'id':3616,'name':'college'}]" +17927,"[{'id':11672,'name':'cheerleading'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'}]" +9870,"[{'id':1668,'name':'hawaii'},{'id':2864,'name':'one-night stand'},{'id':3258,'name':'beauty'}]" +63988,"[{'id':1994,'name':'wolf'},{'id':5350,'name':'eagle'},{'id':10468,'name':'bear'},{'id':156019,'name':'lumberjack'}]" +25670,"[{'id':441,'name':'assassination'},{'id':970,'name':'parent child relationship'},{'id':3713,'name':'chase'},{'id':4066,'name':'windmill'},{'id':4529,'name':'diplomat'},{'id':10410,'name':'conspiracy'},{'id':12193,'name':'reporter'},{'id':14541,'name':'crash'},{'id':15381,'name':'captive'},{'id':170585,'name':'bell tower'},{'id':176016,'name':'editor'}]" +148526,[] +830,"[{'id':3243,'name':'flying saucer'},{'id':9622,'name':'misanthrophy'},{'id':9882,'name':'space'},{'id':10158,'name':'alien planet'},{'id':11107,'name':'rescue mission'},{'id':14544,'name':'robot'},{'id':14825,'name':'electronic music score'},{'id':15246,'name':'sabotage'},{'id':227719,'name':'alien civilization'},{'id':235299,'name':'mysterious deaths'},{'id':237593,'name':'lone survivor'},{'id':239323,'name':'extinct race'},{'id':239324,'name':'invisible monster'},{'id':239325,'name':'the id'},{'id':239336,'name':'ray weapons'},{'id':239341,'name':'mind enhancement'},{'id':239342,'name':'atomic power plant'},{'id':239343,'name':'romantic triangle'},{'id':239344,'name':'creation of matter'}]" +699,"[{'id':212,'name':'london'},{'id':339,'name':'submarine'},{'id':392,'name':'england'},{'id':658,'name':'sea'},{'id':782,'name':'assassin'},{'id':1262,'name':'mountain'},{'id':1568,'name':'undercover'},{'id':2070,'name':'olympic games'},{'id':2149,'name':'drug traffic'},{'id':3269,'name':'secret mission'},{'id':3272,'name':'secret intelligence service'},{'id':3278,'name':'kgb'},{'id':3343,'name':'coral reef'},{'id':3476,'name':'ski jump'},{'id':3478,'name':'parrot'},{'id':3481,'name':'cryptographic device'},{'id':3483,'name':'gang of smugglers'},{'id':10671,'name':'figure skating'},{'id':14735,'name':'motorcycle'},{'id':41592,'name':'monastery'},{'id':156095,'name':'british secret service'},{'id':159558,'name':'snow skiing'}]" +25221,"[{'id':733,'name':'dancer'},{'id':1491,'name':'entertainer'},{'id':6029,'name':'concert'}]" +140456,[] +68817,"[{'id':246,'name':'dancing'},{'id':733,'name':'dancer'},{'id':1691,'name':'dance'},{'id':6027,'name':'music'},{'id':9714,'name':'remake'},{'id':10266,'name':'prom'},{'id':18395,'name':'dance music'},{'id':207010,'name':'dance teacher'}]" +8676,"[{'id':720,'name':'helicopter'},{'id':1227,'name':'cemetery'},{'id':1422,'name':'boat'},{'id':1666,'name':'mexican standoff'},{'id':1938,'name':'sword'},{'id':1964,'name':'cave'},{'id':2580,'name':'shipwreck'},{'id':3149,'name':'gangster'},{'id':3342,'name':'yacht'},{'id':3345,'name':'bahamas'},{'id':3468,'name':'jet ski'},{'id':6956,'name':'treasure hunt'},{'id':9823,'name':'rivalry'},{'id':10503,'name':'scuba diving'},{'id':14785,'name':'underwater'},{'id':15160,'name':'divorce'},{'id':41185,'name':'heiress'},{'id':163758,'name':'ex-husband ex-wife relationship'},{'id':194943,'name':'henchmen'}]" +35227,"[{'id':660,'name':'monte carlo'},{'id':6148,'name':'court'},{'id':34112,'name':'wig'}]" +18570,"[{'id':5888,'name':'agriculture'},{'id':10637,'name':'food'},{'id':15178,'name':'food industry'},{'id':40841,'name':'monsanto'},{'id':40842,'name':'organic food'},{'id':40844,'name':'sustainable'},{'id':41002,'name':'corn'}]" +18643,[] +256591,"[{'id':3182,'name':'seduction'},{'id':3202,'name':'con man'},{'id':4662,'name':'illusion'},{'id':9016,'name':'femme fatale'},{'id':9758,'name':'deception'},{'id':9823,'name':'rivalry'},{'id':10453,'name':'con artist'},{'id':210730,'name':'illusionist'}]" +62046,"[{'id':10950,'name':'shootout'},{'id':15359,'name':'dead woman'},{'id':15363,'name':'bank robbery'}]" +29372,"[{'id':1956,'name':'world war ii'}]" +9664,"[{'id':2504,'name':'world war i'},{'id':168615,'name':'biplane'}]" +11076,"[{'id':697,'name':'loss of loved one'},{'id':1329,'name':'canada'},{'id':1436,'name':'inventor'},{'id':5600,'name':'daughter'},{'id':10084,'name':'rescue'},{'id':10168,'name':'aviation'},{'id':10614,'name':'tragedy'},{'id':15169,'name':'goose'},{'id':15171,'name':'earring'},{'id':15172,'name':'shampoo'},{'id':15173,'name':'hang glider'},{'id':15174,'name':'ecology'}]" +9574,"[{'id':1334,'name':'wedding vows'},{'id':1436,'name':'inventor'},{'id':3092,'name':'slime'},{'id':6348,'name':'green'},{'id':8044,'name':'flight'},{'id':10125,'name':'mad scientist'},{'id':13027,'name':'wedding'}]" +15658,[] +139567,"[{'id':2733,'name':'firemen'},{'id':4009,'name':'witness protection'},{'id':9826,'name':'murder'},{'id':11207,'name':'u.s. marshal'}]" +169607,[] +866,"[{'id':212,'name':'london'},{'id':970,'name':'parent child relationship'},{'id':1412,'name':'becoming an adult'},{'id':2486,'name':'fantasy'},{'id':4129,'name':'widow'},{'id':4326,'name':'theatre play'},{'id':4327,'name':'stroke of fate'},{'id':4332,'name':'peter pan'},{'id':4333,'name':'theatre group'},{'id':4414,'name':'adventure'},{'id':6150,'name':'faith'},{'id':10818,'name':'author'},{'id':40895,'name':'illness'}]" +12,"[{'id':970,'name':'parent child relationship'},{'id':10026,'name':'harbor'},{'id':11477,'name':'anthropomorphism'},{'id':14785,'name':'underwater'},{'id':15097,'name':'shark'},{'id':33635,'name':'pelican'},{'id':33759,'name':'fish tank'},{'id':33760,'name':'great barrier reef'},{'id':154896,'name':'sea turtle'},{'id':156948,'name':'missing child'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'},{'id':180557,'name':'short term memory loss'},{'id':180568,'name':'clownfish'},{'id':180574,'name':'father son reunion'},{'id':181068,'name':'protective father'}]" +647,"[{'id':467,'name':'megacity'},{'id':1400,'name':'swordplay'},{'id':2564,'name':'wheelchair'},{'id':3800,'name':'airplane'},{'id':41645,'name':'based on video game'},{'id':162715,'name':'ruins'}]" +2114,"[{'id':3994,'name':'battle assignment'},{'id':4565,'name':'dystopia'},{'id':9951,'name':'alien'},{'id':12413,'name':'downfall'},{'id':14760,'name':'scientist'},{'id':41645,'name':'based on video game'}]" +40469,"[{'id':4666,'name':'final exam'},{'id':6270,'name':'high school'},{'id':10714,'name':'serial killer'},{'id':11260,'name':'serial murder'},{'id':11532,'name':'grindhouse'},{'id':12339,'name':'slasher'},{'id':189921,'name':'video nasty'}]" +55779,"[{'id':10170,'name':'premonition'},{'id':14540,'name':'accidental death'},{'id':14541,'name':'crash'},{'id':14542,'name':'end is here'},{'id':179431,'name':'duringcreditsstinger'},{'id':209714,'name':'3d'}]" +9286,"[{'id':1829,'name':'beheading'},{'id':3737,'name':'dying and death'},{'id':4327,'name':'stroke of fate'}]" +9532,"[{'id':4133,'name':'omen'},{'id':10812,'name':'airplane accident'},{'id':13092,'name':'corpse'},{'id':34079,'name':'death'},{'id':199686,'name':'near-death experience'}]" +9358,"[{'id':1546,'name':'ambulance'},{'id':10170,'name':'premonition'},{'id':11612,'name':'hospital'}]" +85889,"[{'id':388,'name':'scotland'},{'id':8015,'name':'cop'},{'id':189447,'name':'bipolar'},{'id':220448,'name':'bipolar disorder'}]" +210274,"[{'id':4470,'name':'punk'},{'id':6027,'name':'music'}]" +17336,"[{'id':279,'name':'usa'},{'id':6075,'name':'sport'},{'id':10076,'name':'street fighter'},{'id':14512,'name':'new york city'},{'id':14955,'name':'fighting'}]" +550,"[{'id':825,'name':'support group'},{'id':851,'name':'dual identity'},{'id':1541,'name':'nihilism'},{'id':1721,'name':'fight'},{'id':3927,'name':'rage and hate'},{'id':4142,'name':'insomnia'},{'id':4565,'name':'dystopia'},{'id':9181,'name':'alter ego'},{'id':14819,'name':'violence'},{'id':34117,'name':'cult film'},{'id':156761,'name':'split personality'},{'id':179173,'name':'quitting a job'},{'id':212803,'name':'dissociative identity disorder'}]" +216015,"[{'id':279,'name':'usa'},{'id':818,'name':'based on novel or book'},{'id':9785,'name':'perversion'},{'id':9888,'name':'spanking'},{'id':12547,'name':'billionaire'},{'id':34143,'name':'rich'},{'id':158713,'name':'bdsm'},{'id':187056,'name':'woman director'}]" +12145,"[{'id':2172,'name':'zoo'},{'id':3983,'name':'marketing'},{'id':4328,'name':'costume'},{'id':5332,'name':'greed'},{'id':10123,'name':'dark comedy'},{'id':10280,'name':'farce'},{'id':12094,'name':'business'},{'id':18165,'name':'animal'}]" +254426,[] +2323,"[{'id':802,'name':'regret'},{'id':818,'name':'based on novel or book'},{'id':1480,'name':'baseball'},{'id':2029,'name':'iowa'},{'id':2618,'name':'miracle'},{'id':4932,'name':'farm'},{'id':6075,'name':'sport'},{'id':7312,'name':'road trip'},{'id':10818,'name':'author'},{'id':13005,'name':'doctor'},{'id':156802,'name':'cornfield'},{'id':158086,'name':'recluse'},{'id':158679,'name':'pta'},{'id':162846,'name':'ghost'},{'id':163976,'name':'reconciliation'},{'id':227655,'name':'hearing voices'},{'id':227656,'name':'school board'}]" +11431,"[{'id':1480,'name':'baseball'},{'id':3419,'name':'fanatic'},{'id':5625,'name':'relationship problems'},{'id':6075,'name':'sport'},{'id':10508,'name':'teacher'},{'id':155725,'name':'red sox'},{'id':155726,'name':'fenway park'}]" +49948,"[{'id':3537,'name':'orchestra'},{'id':190719,'name':'musical segments'}]" +756,"[{'id':3537,'name':'orchestra'},{'id':5783,'name':'classical music'},{'id':190719,'name':'musical segments'}]" +84050,"[{'id':916,'name':'marseille'},{'id':1157,'name':'wife husband relationship'},{'id':9673,'name':'love'},{'id':181240,'name':'voyage'}]" +13532,"[{'id':3177,'name':'fan'},{'id':7312,'name':'road trip'},{'id':9818,'name':'fan culture'},{'id':9823,'name':'rivalry'},{'id':14778,'name':'urination'},{'id':15214,'name':'buddy'},{'id':156186,'name':'cameo'},{'id':161176,'name':'space opera'},{'id':220266,'name':'fandom'}]" +5854,"[{'id':663,'name':'fortune teller'},{'id':703,'name':'detective'},{'id':1930,'name':'kidnapping'},{'id':3864,'name':'false identity'},{'id':4373,'name':'fraud'},{'id':5332,'name':'greed'},{'id':5340,'name':'investigation'},{'id':9826,'name':'murder'},{'id':161506,'name':'heir'},{'id':180824,'name':'spiritualist'},{'id':196917,'name':'armed robbery'}]" +37094,"[{'id':703,'name':'detective'},{'id':1013,'name':'homophobia'},{'id':1333,'name':'desperation'},{'id':1421,'name':'birthday'},{'id':2016,'name':'vandalism'},{'id':2732,'name':'rocket launcher'},{'id':3612,'name':'traffic jam'},{'id':4948,'name':'retirement'},{'id':10726,'name':'gang'},{'id':11435,'name':'briefcase'},{'id':12670,'name':'los angeles'},{'id':14819,'name':'violence'},{'id':15160,'name':'divorce'},{'id':18047,'name':'anger'},{'id':33352,'name':'police car'},{'id':33595,'name':'pier'},{'id':41334,'name':'hispanic'},{'id':159930,'name':'inequality'},{'id':159931,'name':'road rage'},{'id':161728,'name':'urban decay'},{'id':168152,'name':'convenience store'},{'id':194287,'name':'laid off'},{'id':227588,'name':'price gouging'}]" +270938,"[{'id':1794,'name':'yakuza'},{'id':11399,'name':'marine'},{'id':14955,'name':'fighting'}]" +6877,"[{'id':7784,'name':'hotel mom'},{'id':9799,'name':'romantic comedy'},{'id':170682,'name':'lying'},{'id':214633,'name':'living with parents'},{'id':215200,'name':'pretend relationship'}]" +1714,"[{'id':657,'name':'fire'},{'id':2137,'name':'totalitarian regime'},{'id':2733,'name':'firemen'},{'id':3096,'name':'book'},{'id':4565,'name':'dystopia'},{'id':5737,'name':'book burning'},{'id':162988,'name':'dystopian future'}]" +214030,"[{'id':3248,'name':'gigolo'},{'id':6054,'name':'friendship'},{'id':9835,'name':'sexual fantasy'},{'id':11508,'name':'jewish'},{'id':14512,'name':'new york city'},{'id':188259,'name':'money problems'},{'id':219779,'name':'fling'}]" +12271,"[{'id':237,'name':'gay'},{'id':242,'name':'new york'},{'id':567,'name':'alcohol'},{'id':572,'name':'sex'},{'id':1326,'name':'infidelity'},{'id':2679,'name':'artist'},{'id':2861,'name':'gallery'},{'id':4434,'name':'interview'},{'id':5321,'name':'studio'},{'id':5565,'name':'biography'},{'id':6782,'name':'addiction'},{'id':8508,'name':'party'},{'id':9673,'name':'love'},{'id':10229,'name':'singer'},{'id':14893,'name':'art'},{'id':14964,'name':'drugs'},{'id':156037,'name':'socialite'},{'id':201973,'name':'warhol'}]" +754,"[{'id':1568,'name':'undercover'},{'id':1666,'name':'mexican standoff'},{'id':1812,'name':'fbi'},{'id':1865,'name':'biological weapon'},{'id':3868,'name':'face transplant'},{'id':3927,'name':'rage and hate'},{'id':5572,'name':'fistfight'},{'id':6062,'name':'hostility'},{'id':9748,'name':'revenge'},{'id':9758,'name':'deception'},{'id':9856,'name':'flashback'},{'id':10614,'name':'tragedy'},{'id':10950,'name':'shootout'},{'id':11612,'name':'hospital'},{'id':12391,'name':'boat chase'},{'id':12670,'name':'los angeles'},{'id':14601,'name':'explosion'},{'id':14687,'name':'extreme violence'},{'id':156786,'name':'prison escape'},{'id':170212,'name':'criminal gang'},{'id':188134,'name':'golden gun'},{'id':194942,'name':'arch villain'},{'id':208708,'name':'bullet ballet'}]" +43003,"[{'id':2679,'name':'artist'},{'id':2887,'name':'manipulation'},{'id':4662,'name':'illusion'},{'id':9758,'name':'deception'},{'id':220080,'name':'essay film'}]" +345,"[{'id':314,'name':'life and death'},{'id':459,'name':'sexual obsession'},{'id':460,'name':'free love'},{'id':1441,'name':'christmas party'},{'id':1664,'name':'eroticism'},{'id':1817,'name':'orgy'},{'id':2404,'name':'masked ball'},{'id':10776,'name':'marijuana'},{'id':33625,'name':'illegal prostitution'}]" +64685,"[{'id':818,'name':'based on novel or book'},{'id':1646,'name':'autism'},{'id':2849,'name':'key'},{'id':8783,'name':'scavenger hunt'},{'id':10201,'name':'death of father'},{'id':11336,'name':'young boy'},{'id':14512,'name':'new york city'},{'id':40934,'name':'tambourine'},{'id':40936,'name':'lock'},{'id':161304,'name':'september 11 2001'},{'id':172291,'name':'grieving'},{'id':214463,'name':'post 9/11'}]" +265016,"[{'id':3623,'name':'cabin'},{'id':6167,'name':'engagement'},{'id':8508,'name':'party'},{'id':9720,'name':'woods'},{'id':9951,'name':'alien'},{'id':13130,'name':'teenager'},{'id':14964,'name':'drugs'},{'id':15090,'name':'police officer'},{'id':203895,'name':'nobody believes'}]" +279988,"[{'id':1299,'name':'monster'},{'id':5968,'name':'amazon'},{'id':11800,'name':'mockumentary'},{'id':12616,'name':'dinosaur'},{'id':163053,'name':'found footage'},{'id':197063,'name':'jurassic'}]" +172785,"[{'id':1009,'name':'baby'},{'id':3725,'name':'pregnancy'},{'id':5905,'name':'father'},{'id':9713,'name':'friends'},{'id':162271,'name':'husband'},{'id':187056,'name':'woman director'}]" +11026,"[{'id':1328,'name':'secret'},{'id':1523,'name':'obsession'},{'id':2626,'name':'exorcism'},{'id':9714,'name':'remake'},{'id':10093,'name':'priest'},{'id':10842,'name':'good vs evil'},{'id':11083,'name':'paganism'},{'id':14999,'name':'devil'},{'id':41586,'name':'archaeologist'},{'id':161261,'name':'demonic possession'},{'id':161935,'name':'relic'},{'id':179567,'name':'crisis of faith'},{'id':179568,'name':'archaeological dig'}]" +11586,"[{'id':2626,'name':'exorcism'},{'id':4793,'name':'examination'},{'id':5810,'name':'pact with the devil'},{'id':9712,'name':'possession'},{'id':10093,'name':'priest'},{'id':14999,'name':'devil'},{'id':161261,'name':'demonic possession'},{'id':179566,'name':'locust'}]" +9377,"[{'id':520,'name':'chicago'},{'id':4097,'name':'independence'},{'id':6270,'name':'high school'},{'id':9991,'name':'dress'},{'id':11870,'name':'teen movie'},{'id':18020,'name':'fantasy sequence'},{'id':169498,'name':'car theft'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'},{'id':185311,'name':'truancy'}]" +209269,"[{'id':3094,'name':'australian'},{'id':5657,'name':'australia'},{'id':6149,'name':'police'},{'id':6440,'name':'hit-and-run'},{'id':11719,'name':'dirty cop'},{'id':207819,'name':'accident'}]" +54000,"[{'id':12396,'name':'hollywood'},{'id':207716,'name':'actor'},{'id':227715,'name':'down on his luck'}]" +14313,"[{'id':246,'name':'dancing'},{'id':572,'name':'sex'},{'id':596,'name':'adultery'},{'id':663,'name':'fortune teller'},{'id':818,'name':'based on novel or book'},{'id':1459,'name':'marriage proposal'},{'id':1897,'name':'oregon'},{'id':1992,'name':'professor'},{'id':3725,'name':'pregnancy'},{'id':3739,'name':'funeral'},{'id':5483,'name':'coffee shop'},{'id':6054,'name':'friendship'},{'id':9673,'name':'love'},{'id':9872,'name':'grief'},{'id':10226,'name':'neighbor'},{'id':10768,'name':'lesbian'},{'id':11494,'name':'drug use'},{'id':13027,'name':'wedding'}]" +10443,"[{'id':9872,'name':'grief'},{'id':10617,'name':'disaster'},{'id':33720,'name':'guilt'},{'id':159315,'name':'mental health'}]" +295441,"[{'id':3199,'name':'clown'}]" +287524,"[{'id':10352,'name':'phobia'},{'id':13005,'name':'doctor'},{'id':13073,'name':'fear'}]" +1878,"[{'id':585,'name':'casino'},{'id':818,'name':'based on novel or book'},{'id':1228,'name':'1970s'},{'id':3298,'name':'hallucination'},{'id':5498,'name':'lsd'},{'id':7312,'name':'road trip'},{'id':9887,'name':'surrealism'},{'id':10123,'name':'dark comedy'},{'id':10909,'name':'lawyer'},{'id':11546,'name':'hitchhiker'},{'id':14570,'name':'las vegas'},{'id':14964,'name':'drugs'},{'id':18034,'name':'desert'},{'id':34117,'name':'cult film'},{'id':167799,'name':'gonzo journalist'},{'id':167808,'name':'fake identity'},{'id':167818,'name':'cadillac convertible'},{'id':167833,'name':'police convention'}]" +99223,[] +16993,"[{'id':387,'name':'california'},{'id':396,'name':'transporter'},{'id':2792,'name':'boxer'},{'id':4487,'name':'boxing match'},{'id':6075,'name':'sport'},{'id':7464,'name':'alcoholism'},{'id':155453,'name':'gritty'},{'id':155464,'name':'over-the-hill fighter'},{'id':207268,'name':'neo-noir'}]" +82914,"[{'id':6075,'name':'sport'},{'id':9571,'name':'motor sport'},{'id':210098,'name':'motogp'}]" +41283,"[{'id':1563,'name':'prisoner'},{'id':2708,'name':'hitman'},{'id':6149,'name':'police'},{'id':7281,'name':'shooting'},{'id':8015,'name':'cop'},{'id':9748,'name':'revenge'},{'id':155963,'name':'driver'}]" +82992,"[{'id':830,'name':'car race'},{'id':9663,'name':'sequel'},{'id':9666,'name':'street race'},{'id':33885,'name':'car'},{'id':169498,'name':'car theft'}]" +13804,"[{'id':380,'name':'sibling relationship'},{'id':395,'name':'gambling'},{'id':830,'name':'car race'},{'id':2695,'name':'ex-lover'},{'id':6525,'name':'fast'},{'id':8233,'name':'cops'},{'id':9666,'name':'street race'},{'id':9844,'name':'car crash'},{'id':10604,'name':'fast cars'}]" +51497,"[{'id':830,'name':'car race'},{'id':1161,'name':'brazil'},{'id':1812,'name':'fbi'},{'id':6089,'name':'freedom'},{'id':7118,'name':'escaped convict'},{'id':9666,'name':'street race'},{'id':9777,'name':'escape from prison'},{'id':9844,'name':'car crash'},{'id':10051,'name':'heist'},{'id':10291,'name':'organized crime'},{'id':10562,'name':'on the run'},{'id':10594,'name':'money'},{'id':10718,'name':'fugitive'},{'id':11148,'name':'police chase'},{'id':33885,'name':'car'},{'id':156395,'name':'imax'},{'id':179431,'name':'duringcreditsstinger'}]" +275,"[{'id':1332,'name':'cheating'},{'id':1336,'name':'ransom'},{'id':1361,'name':'salesclerk'},{'id':1442,'name':'winter'},{'id':1930,'name':'kidnapping'},{'id':6059,'name':'unsociability'},{'id':6149,'name':'police'},{'id':9409,'name':'north dakota'},{'id':9826,'name':'murder'},{'id':10123,'name':'dark comedy'},{'id':10594,'name':'money'},{'id':10794,'name':'snow'},{'id':15151,'name':'car dealership'},{'id':33598,'name':'woodchipper'},{'id':33885,'name':'car'},{'id':190532,'name':'false history'}]" +3469,"[{'id':818,'name':'based on novel or book'},{'id':931,'name':'jealousy'},{'id':1450,'name':'shepherd'},{'id':3927,'name':'rage and hate'},{'id':4932,'name':'farm'},{'id':8250,'name':'victorian england'},{'id':11332,'name':'farm life'},{'id':17953,'name':'country'},{'id':157788,'name':'british soldier'},{'id':191100,'name':'romantic drama'}]" +10315,"[{'id':2527,'name':'fox'},{'id':3352,'name':'tree'},{'id':4402,'name':'peasant'},{'id':9748,'name':'revenge'},{'id':10121,'name':'stop motion'},{'id':11330,'name':'cider'},{'id':11331,'name':'tale'},{'id':11332,'name':'farm life'},{'id':11477,'name':'anthropomorphism'}]" +9738,"[{'id':334,'name':'flying'},{'id':380,'name':'sibling relationship'},{'id':657,'name':'fire'},{'id':1459,'name':'marriage proposal'},{'id':1618,'name':'radiation'},{'id':1718,'name':'dna'},{'id':2534,'name':'missile'},{'id':2546,'name':'mask'},{'id':4375,'name':'transformation'},{'id':6054,'name':'friendship'},{'id':9639,'name':'playboy'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':9882,'name':'space'},{'id':10124,'name':'laboratory'},{'id':14601,'name':'explosion'},{'id':14760,'name':'scientist'},{'id':33637,'name':'super power'},{'id':156039,'name':'space station'},{'id':158967,'name':'brooklyn bridge'},{'id':160117,'name':'fantastic four'},{'id':179102,'name':'superhuman strength'},{'id':189115,'name':'invisibility'},{'id':227591,'name':'elasticity'}]" +1979,"[{'id':657,'name':'fire'},{'id':720,'name':'helicopter'},{'id':1671,'name':'surfboard'},{'id':2546,'name':'mask'},{'id':3376,'name':'satellite'},{'id':3800,'name':'airplane'},{'id':4375,'name':'transformation'},{'id':5774,'name':'forest'},{'id':6506,'name':'resurrection'},{'id':9663,'name':'sequel'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':9882,'name':'space'},{'id':13027,'name':'wedding'},{'id':14601,'name':'explosion'},{'id':14760,'name':'scientist'},{'id':15271,'name':'interrogation'},{'id':33456,'name':'double cross'},{'id':160117,'name':'fantastic four'},{'id':162365,'name':'military'},{'id':175975,'name':'earth in peril'},{'id':179102,'name':'superhuman strength'},{'id':179431,'name':'duringcreditsstinger'},{'id':189115,'name':'invisibility'},{'id':202541,'name':'silver surfer'},{'id':222915,'name':'forcefield'},{'id':227591,'name':'elasticity'}]" +147441,"[{'id':488,'name':'moses'},{'id':3036,'name':'bible'},{'id':12425,'name':'racism'},{'id':14906,'name':'slave'},{'id':157894,'name':'ancient egypt'},{'id':209714,'name':'3d'},{'id':211105,'name':'ramses'}]" +10877,"[{'id':417,'name':'corruption'},{'id':3692,'name':'scandal'},{'id':4918,'name':'shadowing'},{'id':6149,'name':'police'}]" +124470,"[{'id':2597,'name':'bigfoot'},{'id':13031,'name':'creature'},{'id':163053,'name':'found footage'}]" +2320,"[{'id':258,'name':'bomb'},{'id':1336,'name':'ransom'},{'id':1562,'name':'hostage'},{'id':3800,'name':'airplane'},{'id':4245,'name':'hijacking'},{'id':4460,'name':'terror cell'},{'id':5422,'name':'special unit'},{'id':9758,'name':'deception'},{'id':9856,'name':'flashback'},{'id':10084,'name':'rescue'},{'id':10185,'name':'covert operation'},{'id':10617,'name':'disaster'},{'id':10950,'name':'shootout'},{'id':13015,'name':'terrorism'},{'id':14601,'name':'explosion'},{'id':14819,'name':'violence'},{'id':18420,'name':'surveillance'},{'id':161998,'name':'night vision goggles'},{'id':185266,'name':'flight attendant'},{'id':185692,'name':'intelligence agent'},{'id':188955,'name':'hand to hand combat'},{'id':220935,'name':'nerve gas'}]" +84194,"[{'id':3262,'name':'surgeon'},{'id':13130,'name':'teenager'},{'id':157722,'name':'domineering mother'},{'id':168135,'name':'awkwardness'},{'id':171556,'name':'social outcast'},{'id':181582,'name':'lung transplant '}]" +11527,"[{'id':113,'name':'holy grail'},{'id':128,'name':'love triangle'},{'id':392,'name':'england'},{'id':530,'name':'prophecy'},{'id':596,'name':'adultery'},{'id':616,'name':'witch'},{'id':2035,'name':'mythology'},{'id':2343,'name':'magic'},{'id':3002,'name':'fog'},{'id':3098,'name':'castle'},{'id':8504,'name':'merlin'},{'id':10466,'name':'knight'},{'id':10629,'name':'vision'},{'id':10982,'name':'king arthur'},{'id':12380,'name':'tournament'},{'id':12965,'name':'duel'},{'id':14643,'name':'battle'},{'id':169613,'name':'mist'},{'id':177128,'name':'excalibur'},{'id':177912,'name':'wizard'},{'id':184663,'name':'lancelot'}]" +29917,"[{'id':1419,'name':'gun'},{'id':2834,'name':'room'},{'id':3301,'name':'suspicion'},{'id':5369,'name':'guard'},{'id':8126,'name':'pill'},{'id':8438,'name':'job'},{'id':11268,'name':'psychologist'},{'id':14673,'name':'disease'},{'id':15271,'name':'interrogation'},{'id':164478,'name':'candidate'},{'id':185959,'name':'narcissist'},{'id':188950,'name':'corporation'},{'id':188973,'name':'pandemic'},{'id':201243,'name':'rules'}]" +264660,"[{'id':246,'name':'dancing'},{'id':310,'name':'artificial intelligence'},{'id':1448,'name':'distrust'},{'id':1533,'name':'isolation'},{'id':1576,'name':'technology'},{'id':2887,'name':'manipulation'},{'id':6054,'name':'friendship'},{'id':9758,'name':'deception'},{'id':10124,'name':'laboratory'},{'id':14544,'name':'robot'},{'id':14755,'name':'power outage'},{'id':159433,'name':'surveillance camera'},{'id':161219,'name':'consciousness'},{'id':181324,'name':'existentialism'},{'id':186523,'name':'lockdown'},{'id':212737,'name':'philosophical'},{'id':227497,'name':'turing test'},{'id':233005,'name':'cybernetics'},{'id':241609,'name':'human android relationship'}]" +9397,"[{'id':5522,'name':'grand canyon'},{'id':5744,'name':'governor'},{'id':15172,'name':'shampoo'},{'id':41525,'name':'high school teacher'},{'id':167531,'name':'fire truck'},{'id':177271,'name':'government scientist'},{'id':177275,'name':'napalm'},{'id':177280,'name':'primate'},{'id':177281,'name':'parasite underneath skin'}]" +4193,"[{'id':703,'name':'detective'},{'id':818,'name':'based on novel or book'},{'id':1200,'name':'greece'},{'id':2041,'name':'island'},{'id':9826,'name':'murder'},{'id':201535,'name':'hercule poirot'},{'id':207046,'name':'murder mystery'},{'id':221179,'name':'holiday resort'}]" +224951,[] +765,"[{'id':7946,'name':'deer'},{'id':8636,'name':'blood splatter'},{'id':11335,'name':'tape recorder'},{'id':12394,'name':'chainsaw'},{'id':13153,'name':'spirit'},{'id':14819,'name':'violence'},{'id':18451,'name':'over the top'},{'id':34117,'name':'cult film'},{'id':157458,'name':'book of the dead'},{'id':157459,'name':'evil dead'},{'id':157465,'name':'eyeball'},{'id':157466,'name':'necronomicon'},{'id':157468,'name':'tarmac'},{'id':157470,'name':'meat cleaver'}]" +109428,"[{'id':9714,'name':'remake'},{'id':15001,'name':'demon'},{'id':157466,'name':'necronomicon'},{'id':179431,'name':'duringcreditsstinger'}]" +198210,"[{'id':657,'name':'fire'},{'id':6149,'name':'police'},{'id':173224,'name':'multiple murders'},{'id':199582,'name':'misleading information'},{'id':203113,'name':'collision'},{'id':220356,'name':'shaky camera'}]" +92395,"[{'id':163053,'name':'found footage'}]" +260107,"[{'id':4379,'name':'time travel'},{'id':156282,'name':'alternate reality'}]" +45658,"[{'id':567,'name':'alcohol'},{'id':1859,'name':'arizona'},{'id':3725,'name':'pregnancy'},{'id':4552,'name':'beer'},{'id':9639,'name':'playboy'},{'id':10183,'name':'independent film'},{'id':10332,'name':'salesman'},{'id':11739,'name':'repo man'}]" +9716,"[{'id':596,'name':'adultery'},{'id':642,'name':'robbery'},{'id':1326,'name':'infidelity'},{'id':1459,'name':'marriage proposal'},{'id':1605,'name':'new love'},{'id':1946,'name':'restaurant'},{'id':4320,'name':'lover'},{'id':4344,'name':'musical'},{'id':4412,'name':'grandfather'},{'id':4992,'name':'senility'},{'id':5159,'name':'tourist'},{'id':10041,'name':'dysfunctional family'},{'id':10235,'name':'family relationships'},{'id':10325,'name':'mistaken identity'},{'id':11436,'name':'redemption'},{'id':11510,'name':'unfaithfulness'},{'id':14512,'name':'new york city'},{'id':15160,'name':'divorce'},{'id':33965,'name':'christmas eve'}]" +26171,"[{'id':10235,'name':'family relationships'},{'id':13005,'name':'doctor'},{'id':18115,'name':'retired'},{'id':33364,'name':'visit'},{'id':33476,'name':'widower'},{'id':179431,'name':'duringcreditsstinger'},{'id':204267,'name':'heart trouble'}]" +15417,"[{'id':397,'name':'bare knuckle boxing'},{'id':828,'name':'waitress'},{'id':1495,'name':'fishing'},{'id':1890,'name':'camping'},{'id':2064,'name':'overweight'},{'id':2669,'name':'motel'},{'id':4552,'name':'beer'},{'id':6951,'name':'biker'},{'id':14762,'name':'orangutan'},{'id':15149,'name':'monkey'},{'id':155262,'name':'threesome'},{'id':158026,'name':'meat hook'}]" +277355,"[{'id':782,'name':'assassin'},{'id':166462,'name':'mob boss'}]" +8413,"[{'id':1826,'name':'space marine'},{'id':2483,'name':'nudity'},{'id':3030,'name':'nightmare'},{'id':3298,'name':'hallucination'},{'id':3385,'name':'cryogenics'},{'id':3801,'name':'space travel'},{'id':4380,'name':'black hole'},{'id':6255,'name':'insanity'},{'id':6262,'name':'delusion'},{'id':8468,'name':'crew'},{'id':9820,'name':'alternate dimension'},{'id':9856,'name':'flashback'},{'id':10114,'name':'evil spirit'},{'id':10135,'name':'hellgate'},{'id':11001,'name':'religion'},{'id':14601,'name':'explosion'},{'id':14819,'name':'violence'},{'id':14888,'name':'burning man'},{'id':18031,'name':'rescue team'},{'id':33637,'name':'super power'},{'id':191586,'name':'trapped in space'},{'id':223504,'name':'distress signal'},{'id':227489,'name':'derelict ship'}]" +2698,"[{'id':970,'name':'parent child relationship'},{'id':1850,'name':'daily life'},{'id':2587,'name':'married couple'},{'id':3848,'name':'support'},{'id':5905,'name':'father'},{'id':6038,'name':'marriage'},{'id':6150,'name':'faith'},{'id':6603,'name':'baustelle'},{'id':10084,'name':'rescue'},{'id':18165,'name':'animal'},{'id':18330,'name':'nature'},{'id':179431,'name':'duringcreditsstinger'},{'id':210450,'name':'noah's ark'}]" +9352,"[{'id':90,'name':'paris france'},{'id':220,'name':'berlin germany'},{'id':567,'name':'alcohol'},{'id':572,'name':'sex'},{'id':4414,'name':'adventure'},{'id':7868,'name':'pen pals'},{'id':9935,'name':'travel'},{'id':10031,'name':'nudism'},{'id':10776,'name':'marijuana'},{'id':13130,'name':'teenager'},{'id':179431,'name':'duringcreditsstinger'}]" +11418,"[{'id':212,'name':'london'},{'id':4325,'name':'game show'},{'id':4630,'name':'chaos'},{'id':9935,'name':'travel'},{'id':14724,'name':'family vacation'},{'id':164889,'name':'eiffel tower paris'},{'id':166113,'name':'marriage problems'},{'id':166129,'name':'interrupted vacation'},{'id':187056,'name':'woman director'}]" +174772,"[{'id':306,'name':'jupiter'},{'id':1612,'name':'spacecraft'},{'id':161293,'name':'extraterrestrial life form'},{'id':163053,'name':'found footage'},{'id':195114,'name':'space adventure'}]" +38,"[{'id':563,'name':'deja vu'},{'id':802,'name':'regret'},{'id':931,'name':'jealousy'},{'id':1453,'name':'amnesia'},{'id':1566,'name':'dream'},{'id':1604,'name':'operation'},{'id':5625,'name':'relationship problems'},{'id':9673,'name':'love'},{'id':10937,'name':'memory'},{'id':12400,'name':'brainwashing'},{'id':14534,'name':'relationship'},{'id':34265,'name':'heartbreak'},{'id':157171,'name':'nonlinear timeline'},{'id':224279,'name':'bittersweet'}]" +601,"[{'id':455,'name':'farewell'},{'id':697,'name':'loss of loved one'},{'id':1007,'name':'homesickness'},{'id':1432,'name':'nasa'},{'id':1603,'name':'extraterrestrial technology'},{'id':1604,'name':'operation'},{'id':1826,'name':'space marine'},{'id':2430,'name':'hiding place'},{'id':3197,'name':'riding a bicycle'},{'id':3243,'name':'flying saucer'},{'id':3246,'name':'prosecution'},{'id':3335,'name':'halloween'},{'id':4456,'name':'frog'},{'id':4527,'name':'flowerpot'},{'id':5958,'name':'finger'},{'id':9457,'name':'single'},{'id':9951,'name':'alien'},{'id':10103,'name':'children'},{'id':14768,'name':'single mother'}]" +107846,"[{'id':378,'name':'prison'},{'id':1563,'name':'prisoner'},{'id':3799,'name':'ship'},{'id':10092,'name':'mystery'},{'id':10685,'name':'escape'},{'id':156786,'name':'prison escape'}]" +158752,[] +1687,"[{'id':1612,'name':'spacecraft'},{'id':2821,'name':'pacifism'},{'id':3714,'name':'human being'},{'id':4392,'name':'cage'},{'id':4565,'name':'dystopia'},{'id':6083,'name':'politician'},{'id':157972,'name':'chimpanzee'},{'id':157974,'name':'tease'},{'id':158018,'name':'caving'}]" +68179,"[{'id':1612,'name':'spacecraft'},{'id':9951,'name':'alien'},{'id':10084,'name':'rescue'},{'id':10685,'name':'escape'},{'id':13194,'name':'planet'},{'id':14626,'name':'astronaut'},{'id':234778,'name':'mission control'}]" +1103,"[{'id':444,'name':'taxi'},{'id':542,'name':'street gang'},{'id':840,'name':'usa president'},{'id':1543,'name':'war veteran'},{'id':1562,'name':'hostage'},{'id':1930,'name':'kidnapping'},{'id':2019,'name':'liberation of prisoners'},{'id':2095,'name':'anti hero'},{'id':3149,'name':'gangster'},{'id':4565,'name':'dystopia'},{'id':4668,'name':'police operation'},{'id':5034,'name':'attempt to escape'},{'id':12190,'name':'cyberpunk'},{'id':34117,'name':'cult film'},{'id':217083,'name':'reluctant hero'}]" +10734,"[{'id':378,'name':'prison'},{'id':818,'name':'based on novel or book'},{'id':2041,'name':'island'},{'id':2161,'name':'mouse'},{'id':3859,'name':'alcatraz'},{'id':5565,'name':'biography'},{'id':5643,'name':'prison warden'},{'id':7118,'name':'escaped convict'},{'id':9772,'name':'pubic hair'},{'id':9777,'name':'escape from prison'},{'id':11587,'name':'dummy'},{'id':18128,'name':'inmate'},{'id':186727,'name':'nude fight'},{'id':208992,'name':'1960s'}]" +127542,"[{'id':5950,'name':'christian'}]" +121565,[] +985,"[{'id':1009,'name':'baby'},{'id':1852,'name':'mutant'},{'id':2147,'name':'claustrophobia'},{'id':3030,'name':'nightmare'},{'id':3453,'name':'parents-in-law'},{'id':4597,'name':'pencil'},{'id':4598,'name':'eraser'},{'id':9887,'name':'surrealism'},{'id':10183,'name':'independent film'},{'id':13006,'name':'torture'},{'id':33465,'name':'parallel world'},{'id':34117,'name':'cult film'}]" +106021,"[{'id':782,'name':'assassin'},{'id':1328,'name':'secret'},{'id':5600,'name':'daughter'},{'id':9665,'name':'cover-up'},{'id':214596,'name':'cia agent'},{'id':220073,'name':'security company'}]" +2486,"[{'id':818,'name':'based on novel or book'},{'id':5457,'name':'mythical creature'},{'id':12554,'name':'dragon'},{'id':170362,'name':'fantasy world'},{'id':188178,'name':'teenage hero'},{'id':246466,'name':'based on young adult novel'}]" +7299,"[{'id':836,'name':'resistance'},{'id':1755,'name':'fascism'},{'id':2137,'name':'totalitarian regime'},{'id':2535,'name':'destroy'},{'id':3236,'name':'phasing'},{'id':4565,'name':'dystopia'},{'id':5737,'name':'book burning'},{'id':9503,'name':'outlaw'},{'id':163049,'name':'government agent'}]" +74915,[] +116711,"[{'id':2486,'name':'fantasy'},{'id':5600,'name':'daughter'},{'id':5774,'name':'forest'},{'id':5905,'name':'father'},{'id':10842,'name':'good vs evil'},{'id':159075,'name':'miniature people'}]" +1844,"[{'id':212,'name':'london'},{'id':613,'name':'new year's eve'},{'id':1418,'name':'skyscraper'},{'id':1437,'name':'burglar'},{'id':1448,'name':'distrust'},{'id':1568,'name':'undercover'},{'id':1936,'name':'blackmail'},{'id':9727,'name':'thief'},{'id':10051,'name':'heist'},{'id':14669,'name':'older man younger woman relationship'},{'id':14789,'name':'art thief'},{'id':15009,'name':'criminal'},{'id':156031,'name':'art theft'},{'id':159468,'name':'millennium'},{'id':168346,'name':'manhattan, new york city'},{'id':169356,'name':'gala'},{'id':227432,'name':'kuala lumpur malaysia'}]" +9461,"[{'id':345,'name':'monk'},{'id':470,'name':'spy'},{'id':779,'name':'martial arts'},{'id':780,'name':'kung fu'},{'id':1530,'name':'temple'},{'id':2041,'name':'island'},{'id':5923,'name':'sister'},{'id':9390,'name':'shaolin'},{'id':12354,'name':'hong kong'},{'id':156159,'name':'martial arts tournament'},{'id':167352,'name':'crime lord'}]" +176077,"[{'id':1233,'name':'composer'},{'id':1523,'name':'obsession'}]" +209263,"[{'id':970,'name':'parent child relationship'},{'id':4501,'name':'masseuse'},{'id':4543,'name':'thanksgiving'},{'id':8508,'name':'party'},{'id':9840,'name':'romance'},{'id':13043,'name':'dating'},{'id':14534,'name':'relationship'},{'id':15160,'name':'divorce'},{'id':18053,'name':'divorcee'},{'id':187056,'name':'woman director'},{'id':209022,'name':'massage therapist'}]" +9798,"[{'id':417,'name':'corruption'},{'id':521,'name':'washington d.c.'},{'id':720,'name':'helicopter'},{'id':769,'name':'falsely accused'},{'id':1284,'name':'identity'},{'id':1666,'name':'mexican standoff'},{'id':1936,'name':'blackmail'},{'id':2051,'name':'intelligence'},{'id':2980,'name':'wiretap'},{'id':3376,'name':'satellite'},{'id':3635,'name':'national security agency (nsa)'},{'id':6078,'name':'politics'},{'id':9778,'name':'exploding building'},{'id':9937,'name':'suspense'},{'id':10092,'name':'mystery'},{'id':10391,'name':'mafia'},{'id':10410,'name':'conspiracy'},{'id':10909,'name':'lawyer'},{'id':18419,'name':'privacy'},{'id':18420,'name':'surveillance'},{'id':158938,'name':'baltimore maryland'},{'id':227411,'name':'secret hideout'}]" +11864,"[{'id':2398,'name':'narration'},{'id':2831,'name':'slavery'},{'id':2902,'name':'space battle'},{'id':2964,'name':'future'},{'id':4723,'name':'complicated birth'},{'id':5385,'name':'survivor'},{'id':6054,'name':'friendship'},{'id':6091,'name':'war'},{'id':9743,'name':'stranded'},{'id':9882,'name':'space'},{'id':9951,'name':'alien'},{'id':12425,'name':'racism'},{'id':13194,'name':'planet'},{'id':14906,'name':'slave'},{'id':161265,'name':'reptilian'},{'id':162482,'name':'severed ear'},{'id':162536,'name':'man eating monster'},{'id':192639,'name':'pepsi'}]" +26278,"[{'id':1299,'name':'monster'},{'id':1382,'name':'factory'},{'id':4862,'name':'alien life-form'},{'id':5404,'name':'meteor'},{'id':6394,'name':'rocket'},{'id':9663,'name':'sequel'},{'id':14760,'name':'scientist'}]" +853,"[{'id':1442,'name':'winter'},{'id':1589,'name':'sniper'},{'id':1956,'name':'world war ii'},{'id':2139,'name':'russia'},{'id':4264,'name':'stalingrad'},{'id':207883,'name':'1940s'}]" +181886,"[{'id':818,'name':'based on novel or book'},{'id':1326,'name':'infidelity'},{'id':1715,'name':'symbolism'},{'id':1992,'name':'professor'},{'id':3030,'name':'nightmare'},{'id':6262,'name':'delusion'},{'id':9887,'name':'surrealism'},{'id':41329,'name':'mental illness'},{'id':160840,'name':'dream sequence'},{'id':161891,'name':'doppelgänger'},{'id':230644,'name':'lynchian'}]" +226857,"[{'id':818,'name':'based on novel or book'},{'id':3691,'name':'forbidden love'},{'id':9673,'name':'love'},{'id':9714,'name':'remake'},{'id':188237,'name':'teenage romance'}]" +80274,"[{'id':818,'name':'based on novel or book'},{'id':1472,'name':'starship'},{'id':3010,'name':'intolerance'},{'id':3078,'name':'war strategy'},{'id':4238,'name':'chosen one'},{'id':5561,'name':'child prodigy'},{'id':9685,'name':'futuristic'},{'id':9882,'name':'space'},{'id':14909,'name':'alien invasion'},{'id':15325,'name':'universe'},{'id':171803,'name':'military school'},{'id':207444,'name':'morality tale'},{'id':246466,'name':'based on young adult novel'}]" +77016,"[{'id':12670,'name':'los angeles'},{'id':158780,'name':'u.s. marine'},{'id':188112,'name':'bullet proof vest'},{'id':188124,'name':'medal of valor'},{'id':188127,'name':'police sergeant'},{'id':188133,'name':'felon'},{'id':188134,'name':'golden gun'}]" +9727,"[{'id':441,'name':'assassination'},{'id':591,'name':'cia'},{'id':720,'name':'helicopter'},{'id':736,'name':'journalist'},{'id':840,'name':'usa president'},{'id':900,'name':'trailer park'},{'id':1589,'name':'sniper'},{'id':3088,'name':'bodyguard'},{'id':5340,'name':'investigation'},{'id':6149,'name':'police'},{'id':9665,'name':'cover-up'},{'id':9856,'name':'flashback'},{'id':10410,'name':'conspiracy'},{'id':10950,'name':'shootout'},{'id':11033,'name':'first lady'},{'id':14601,'name':'explosion'},{'id':14819,'name':'violence'},{'id':15156,'name':'cell phone'},{'id':15483,'name':'car chase'},{'id':33457,'name':'alcoholic'},{'id':41249,'name':'secret service'},{'id':177185,'name':'videotape'},{'id':227147,'name':'underwater fight'}]" +10406,"[{'id':6270,'name':'high school'},{'id':10266,'name':'prom'},{'id':11860,'name':'fish out of water'},{'id':12670,'name':'los angeles'},{'id':159955,'name':'cavemen'},{'id':162341,'name':'frozen alive'},{'id':192918,'name':'prehistoric man'}]" +9794,"[{'id':248,'name':'date'},{'id':1361,'name':'salesclerk'},{'id':1599,'name':'midlife crisis'},{'id':1985,'name':'prenzlauer berg'},{'id':5653,'name':'vulgar'},{'id':8631,'name':'slacker'},{'id':8632,'name':'business consultant'},{'id':9673,'name':'love'}]" +169209,"[{'id':10051,'name':'heist'},{'id':159660,'name':'armored truck'}]" +13531,"[{'id':169151,'name':'cupcake'},{'id':169152,'name':'twenty something'},{'id':169160,'name':'gameboy'},{'id':169161,'name':'money bag'},{'id':169171,'name':'sidewalk'}]" +10110,"[{'id':233,'name':'japan'},{'id':1485,'name':'stadium'},{'id':1968,'name':'prisoner of war'},{'id':2682,'name':'shanghai'},{'id':3930,'name':'bravery'},{'id':4402,'name':'peasant'},{'id':11133,'name':'japanese occupation'},{'id':13159,'name':'chinese'},{'id':170007,'name':'japanese army'},{'id':170009,'name':'japanese soldier'},{'id':170013,'name':'japanese surrender'},{'id':170026,'name':'salt mine'},{'id':241982,'name':'children in wartime'}]" +42218,"[{'id':1196,'name':'florida'},{'id':1852,'name':'mutant'},{'id':3186,'name':'everglades'},{'id':7035,'name':'giant insect'},{'id':9741,'name':'radioactive'},{'id':10183,'name':'independent film'},{'id':11034,'name':'b movie'},{'id':12070,'name':'ants'},{'id':179867,'name':'real estate'},{'id':214996,'name':'florida everglades'},{'id':214997,'name':'giant ants'},{'id':223059,'name':'animal horror'}]" +127372,"[{'id':1815,'name':'atomic bomb'},{'id':2280,'name':'emperor'},{'id':170013,'name':'japanese surrender'},{'id':185454,'name':'us military'}]" +224908,[] +18392,"[{'id':389,'name':'clock tower'},{'id':572,'name':'sex'},{'id':738,'name':'sexuality'},{'id':1523,'name':'obsession'},{'id':2389,'name':'virgin'},{'id':3133,'name':'vampire'},{'id':3182,'name':'seduction'},{'id':3616,'name':'college'},{'id':6025,'name':'photography'},{'id':9826,'name':'murder'},{'id':10519,'name':'freshman'},{'id':10768,'name':'lesbian'},{'id':187056,'name':'woman director'}]" +68724,"[{'id':4565,'name':'dystopia'},{'id':156039,'name':'space station'},{'id':179823,'name':'class conflict'}]" +268171,"[{'id':33476,'name':'widower'}]" +4517,"[{'id':392,'name':'england'},{'id':441,'name':'assassination'},{'id':514,'name':'spain'},{'id':2389,'name':'virgin'},{'id':4090,'name':'colony'},{'id':6088,'name':'governance'},{'id':7153,'name':'queen elizabeth i'},{'id':7534,'name':'religious war'},{'id':7537,'name':'tudors'},{'id':13129,'name':'execution'},{'id':41406,'name':'middle ages'},{'id':160856,'name':'armada'},{'id':161207,'name':'catholicism'},{'id':182677,'name':'sea battle'},{'id':191599,'name':'palace intrigue'},{'id':208244,'name':'16th century'}]" +10719,"[{'id':603,'name':'elves'},{'id':604,'name':'dwarf'},{'id':1991,'name':'santa claus'},{'id':2393,'name':'adoption'},{'id':2466,'name':'sarcasm'},{'id':6230,'name':'looking for birth parents'},{'id':9840,'name':'romance'},{'id':13014,'name':'orphan'},{'id':34154,'name':'north pole'},{'id':193048,'name':'christmas spirit'},{'id':207317,'name':'christmas'},{'id':207850,'name':'workshop'},{'id':242203,'name':'christmas gift'}]" +57585,"[{'id':242808,'name':'tailândia'}]" +9947,"[{'id':779,'name':'martial arts'},{'id':9717,'name':'based on comic'},{'id':12367,'name':'female assassin'},{'id':15285,'name':'spin off'}]" +9451,"[{'id':931,'name':'jealousy'},{'id':1326,'name':'infidelity'},{'id':2016,'name':'vandalism'},{'id':2598,'name':'museum'},{'id':2669,'name':'motel'},{'id':3687,'name':'graduation'},{'id':3692,'name':'scandal'},{'id':3734,'name':'ambition'},{'id':6078,'name':'politics'},{'id':6270,'name':'high school'},{'id':6324,'name':'bias'},{'id':8201,'name':'satire'},{'id':8508,'name':'party'},{'id':9986,'name':'crush'},{'id':10183,'name':'independent film'},{'id':10508,'name':'teacher'},{'id':11011,'name':'morality'},{'id':14782,'name':'trust'},{'id':15134,'name':'election'},{'id':178452,'name':'overachiever'}]" +102629,"[{'id':1415,'name':'small town'},{'id':9503,'name':'outlaw'},{'id':12371,'name':'gunfight'},{'id':14819,'name':'violence'},{'id':155291,'name':'cowboy'},{'id':168713,'name':'neo-western'},{'id':207268,'name':'neo-noir'}]" +266433,"[{'id':6256,'name':'truth'},{'id':9951,'name':'alien'},{'id':10349,'name':'survival'},{'id':14819,'name':'violence'},{'id':15325,'name':'universe'},{'id':163068,'name':'solar storm'},{'id':181644,'name':'hunted'},{'id':194125,'name':'anonymous'}]" +9036,"[{'id':1963,'name':'expedition'},{'id':3203,'name':'pilot'},{'id':10349,'name':'survival'},{'id':155821,'name':'sled dogs'},{'id':158063,'name':'seal'}]" +114155,"[{'id':4183,'name':'wife'},{'id':5565,'name':'biography'},{'id':9673,'name':'love'},{'id':179083,'name':'art critic'}]" +162,"[{'id':240,'name':'underdog'},{'id':699,'name':'love at first sight'},{'id':928,'name':'hairdresser'},{'id':1415,'name':'small town'},{'id':1435,'name':'scissors'},{'id':1436,'name':'inventor'},{'id':1437,'name':'burglar'},{'id':6059,'name':'unsociability'}]" +137113,"[{'id':563,'name':'deja vu'},{'id':1521,'name':'time warp'},{'id':2062,'name':'restart'},{'id':4565,'name':'dystopia'},{'id':6091,'name':'war'},{'id':9951,'name':'alien'},{'id':11109,'name':'military officer'},{'id':13065,'name':'soldier'},{'id':14909,'name':'alien invasion'},{'id':204318,'name':'exoskeleton'}]" +12201,"[{'id':9826,'name':'murder'},{'id':10988,'name':'based on tv series'},{'id':14819,'name':'violence'},{'id':164881,'name':'death of daughter'},{'id':180668,'name':'homicide detective'}]" +96599,"[{'id':2831,'name':'slavery'},{'id':6019,'name':'human trafficking'},{'id':11426,'name':'moral ambiguity'},{'id':13059,'name':'prostitution'},{'id':187056,'name':'woman director'}]" +522,"[{'id':30,'name':'individual'},{'id':444,'name':'taxi'},{'id':571,'name':'transsexuality'},{'id':640,'name':'transvestite'},{'id':663,'name':'fortune teller'},{'id':886,'name':'movie business'},{'id':2792,'name':'boxer'},{'id':2794,'name':'oddball'},{'id':6562,'name':'celebrity'},{'id':10338,'name':'morphine'},{'id':12670,'name':'los angeles'},{'id':14632,'name':'suburb'},{'id':18179,'name':'drug addict'},{'id':155167,'name':'cult director'},{'id':162687,'name':'theremin'},{'id':173594,'name':'handgun'},{'id':180193,'name':'trick or treating'},{'id':207716,'name':'actor'}]" +328763,"[{'id':2116,'name':'sleep'},{'id':5859,'name':'paralysis'}]" +38167,"[{'id':131,'name':'italy'},{'id':6223,'name':'change'},{'id':7348,'name':'indonesia'},{'id':9673,'name':'love'},{'id':9935,'name':'travel'},{'id':11322,'name':'female protagonist'},{'id':14636,'name':'india'},{'id':15160,'name':'divorce'},{'id':168277,'name':'around the world'},{'id':192096,'name':'bali'},{'id':208542,'name':'life'},{'id':208723,'name':'inner peace'}]" +277610,[] +18391,[] +37735,"[{'id':1415,'name':'small town'},{'id':2251,'name':'lie'},{'id':6270,'name':'high school'},{'id':10873,'name':'school'},{'id':11322,'name':'female protagonist'},{'id':11870,'name':'teen movie'},{'id':33910,'name':'high school student'},{'id':155722,'name':'teen comedy'},{'id':160097,'name':'intelligent'},{'id':179431,'name':'duringcreditsstinger'},{'id':187614,'name':'small town girl'},{'id':189868,'name':'rumor'},{'id':193400,'name':'teen drama'},{'id':215200,'name':'pretend relationship'},{'id':229522,'name':'losing virginity'},{'id':245045,'name':'gay friends'}]" +2252,"[{'id':212,'name':'london'},{'id':931,'name':'jealousy'},{'id':970,'name':'parent child relationship'},{'id':1449,'name':'underworld'},{'id':1568,'name':'undercover'},{'id':2708,'name':'hitman'},{'id':2808,'name':'russian'},{'id':2913,'name':'diary'},{'id':3149,'name':'gangster'},{'id':6019,'name':'human trafficking'},{'id':6472,'name':'midwife'},{'id':9826,'name':'murder'},{'id':13014,'name':'orphan'},{'id':14735,'name':'motorcycle'},{'id':173502,'name':'bathhouse'}]" +238603,"[{'id':9951,'name':'alien'},{'id':163053,'name':'found footage'}]" +13027,"[{'id':279,'name':'usa'},{'id':310,'name':'artificial intelligence'},{'id':521,'name':'washington d.c.'},{'id':1308,'name':'secret identity'},{'id':1562,'name':'hostage'},{'id':1576,'name':'technology'},{'id':1812,'name':'fbi'},{'id':2314,'name':'pentagon'},{'id':7375,'name':'twin brother'}]" +43935,"[{'id':703,'name':'detective'},{'id':3133,'name':'vampire'},{'id':6152,'name':'supernatural'},{'id':12377,'name':'zombie'},{'id':12564,'name':'werewolf'},{'id':219990,'name':'ghouls'}]" +297596,"[{'id':591,'name':'cia'},{'id':4948,'name':'retirement'},{'id':11134,'name':'espionage'},{'id':13015,'name':'terrorism'}]" +16558,"[{'id':470,'name':'spy'},{'id':1812,'name':'fbi'},{'id':9145,'name':'dubai'},{'id':240583,'name':'near east'}]" +841,"[{'id':530,'name':'prophecy'},{'id':616,'name':'witch'},{'id':1299,'name':'monster'},{'id':1475,'name':'telepathy'},{'id':1815,'name':'atomic bomb'},{'id':1826,'name':'space marine'},{'id':2280,'name':'emperor'},{'id':2766,'name':'mutation'},{'id':3074,'name':'insurgence'},{'id':3801,'name':'space travel'},{'id':4234,'name':'guild'},{'id':4235,'name':'duke'},{'id':4237,'name':'water'},{'id':4238,'name':'chosen one'},{'id':4565,'name':'dystopia'},{'id':4743,'name':'jihad'},{'id':6074,'name':'spice'},{'id':6091,'name':'war'},{'id':194063,'name':'messiah'},{'id':197602,'name':'denunciation'}]" +11360,"[{'id':291,'name':'circus'},{'id':456,'name':'mother'},{'id':1566,'name':'dream'},{'id':2161,'name':'mouse'},{'id':2857,'name':'elephant'},{'id':3030,'name':'nightmare'},{'id':3032,'name':'suffering'},{'id':3199,'name':'clown'},{'id':4075,'name':'ear'},{'id':4344,'name':'musical'},{'id':4639,'name':'crow'},{'id':5608,'name':'affection'},{'id':9207,'name':'storch'},{'id':10336,'name':'animation'},{'id':33429,'name':'big ears'}]" +8467,"[{'id':1420,'name':'gas station'},{'id':2669,'name':'motel'},{'id':5303,'name':'utah'},{'id':6241,'name':'stupidity'},{'id':8126,'name':'pill'},{'id':9864,'name':'prank'},{'id':11333,'name':'cigar smoking'},{'id':14819,'name':'violence'},{'id':15009,'name':'criminal'},{'id':18326,'name':'fired from the job'},{'id':159574,'name':'clumsiness'},{'id':160962,'name':'stepparent stepchild relationship'},{'id':167584,'name':'aspen colorado'},{'id':167591,'name':'parakeet'},{'id':167598,'name':'defecation'},{'id':167608,'name':'scooter'},{'id':167615,'name':'hotel suite'},{'id':167617,'name':'endangered species'},{'id':167619,'name':'foolish'},{'id':215404,'name':'laxative'}]" +100042,"[{'id':6054,'name':'friendship'},{'id':9663,'name':'sequel'},{'id':167043,'name':'road movie'},{'id':167541,'name':'buddy comedy'}]" +18074,"[{'id':4344,'name':'musical'}]" +1403,"[{'id':818,'name':'based on novel or book'},{'id':4616,'name':'apache'},{'id':5469,'name':'intermarriage'},{'id':10322,'name':'native american'},{'id':12965,'name':'duel'},{'id':183886,'name':'illegitimate son'}]" +839,"[{'id':321,'name':'terror'},{'id':387,'name':'california'},{'id':769,'name':'falsely accused'},{'id':1420,'name':'gas station'},{'id':1792,'name':'cliff'},{'id':3713,'name':'chase'},{'id':4204,'name':'deputy'},{'id':4205,'name':'travelling person'},{'id':4210,'name':'panic'},{'id':9844,'name':'car crash'},{'id':10332,'name':'salesman'},{'id':10333,'name':'stalking'},{'id':11635,'name':'monologue'},{'id':13001,'name':'cowardliness'},{'id':18034,'name':'desert'},{'id':155497,'name':'truck driver'},{'id':156866,'name':'based on short story'},{'id':159931,'name':'road rage'},{'id':166287,'name':'school bus'},{'id':227039,'name':'dangerous driving'},{'id':227040,'name':'eighteen wheeler'},{'id':227041,'name':'locked bumpers'},{'id':227042,'name':'overheating'},{'id':227043,'name':'railroad crossing'}]" +41733,"[{'id':3306,'name':'highway'},{'id':8631,'name':'slacker'},{'id':11546,'name':'hitchhiker'},{'id':15210,'name':'wallet'},{'id':15211,'name':'sunglasses'},{'id':15212,'name':'rest stop'},{'id':15213,'name':'vicodin'},{'id':15215,'name':'waffle'}]" +8859,"[{'id':419,'name':'dude'},{'id':1453,'name':'amnesia'},{'id':2415,'name':'idiot'},{'id':6054,'name':'friendship'},{'id':8224,'name':'cannabis'},{'id':11461,'name':'hangover'},{'id':11931,'name':'spoof'},{'id':13130,'name':'teenager'},{'id':14964,'name':'drugs'},{'id':15237,'name':'alcohol abuse'},{'id':33648,'name':'celebration'},{'id':33885,'name':'car'},{'id':179431,'name':'duringcreditsstinger'},{'id':208349,'name':'child'}]" +76820,[] +13497,"[{'id':171258,'name':'music rehearsal'},{'id':171260,'name':'fraternity initiation'},{'id':171261,'name':'television broadcast'},{'id':171268,'name':'sorority party'},{'id':171273,'name':'push ups'}]" +27362,"[{'id':793,'name':'drowning'},{'id':10123,'name':'dark comedy'},{'id':156179,'name':'coroner'},{'id':222783,'name':'suffolk'}]" +4954,"[{'id':949,'name':'terrorist'},{'id':3543,'name':'transport of prisoners'},{'id':3800,'name':'airplane'},{'id':4679,'name':'parachuting'},{'id':9937,'name':'suspense'}]" +228933,"[{'id':5907,'name':'middle east conflict'},{'id':18133,'name':'computer game'},{'id':185454,'name':'us military'},{'id':221719,'name':'drone operators'},{'id':221720,'name':'misidentification'},{'id':221721,'name':'weak chain of command'},{'id':221722,'name':'detached retina'}]" +403,"[{'id':30,'name':'individual'},{'id':1228,'name':'1970s'},{'id':1463,'name':'culture clash'},{'id':2072,'name':'chauffeur'},{'id':2076,'name':'atlanta'},{'id':2796,'name':'self-discovery'},{'id':4129,'name':'widow'},{'id':6984,'name':'racial segregation'},{'id':13063,'name':'car accident'},{'id':163116,'name':'civil rights'},{'id':167982,'name':'unlikely friendship'},{'id':172971,'name':'elderly'},{'id':186797,'name':'african american servant'},{'id':195539,'name':'pulitzer prize source'},{'id':207883,'name':'1940s'},{'id':208611,'name':'1950s'},{'id':208992,'name':'1960s'},{'id':241927,'name':'race relations'}]" +256092,[] +47327,"[{'id':1930,'name':'kidnapping'},{'id':4776,'name':'race against time'},{'id':14819,'name':'violence'},{'id':163055,'name':'satanic cult'},{'id':243552,'name':'escaped from hell'}]" +64690,"[{'id':5956,'name':'stuntman'},{'id':11148,'name':'police chase'},{'id':12670,'name':'los angeles'},{'id':14687,'name':'extreme violence'},{'id':14819,'name':'violence'},{'id':15483,'name':'car chase'},{'id':47021,'name':'bullet'},{'id':159700,'name':'getaway'},{'id':167352,'name':'crime lord'},{'id':181324,'name':'existentialism'},{'id':226754,'name':'silent protagonist'}]" +172533,"[{'id':14522,'name':'co-worker'},{'id':14534,'name':'relationship'},{'id':171993,'name':'mumblecore'}]" +8457,"[{'id':378,'name':'prison'},{'id':931,'name':'jealousy'},{'id':960,'name':'homeless person'},{'id':966,'name':'beach'},{'id':970,'name':'parent child relationship'},{'id':1721,'name':'fight'},{'id':3088,'name':'bodyguard'},{'id':4556,'name':'protection'},{'id':5801,'name':'nerd'},{'id':6270,'name':'high school'},{'id':7101,'name':'substitute teacher'},{'id':8039,'name':'campus'},{'id':10508,'name':'teacher'},{'id':12974,'name':'principal'},{'id':33648,'name':'celebration'},{'id':166287,'name':'school bus'},{'id':179430,'name':'aftercreditsstinger'},{'id':190116,'name':'school life'},{'id':193547,'name':'teachers and students'}]" +137968,"[{'id':5349,'name':'surfing'},{'id':6075,'name':'sport'}]" +11033,"[{'id':108,'name':'transvestism'},{'id':444,'name':'taxi'},{'id':549,'name':'prostitute'},{'id':1552,'name':'subway'},{'id':1879,'name':'shower'},{'id':2864,'name':'one-night stand'},{'id':2887,'name':'manipulation'},{'id':3030,'name':'nightmare'},{'id':3182,'name':'seduction'},{'id':6025,'name':'photography'},{'id':6054,'name':'friendship'},{'id':6093,'name':'assault'},{'id':9181,'name':'alter ego'},{'id':9826,'name':'murder'},{'id':10333,'name':'stalking'},{'id':14819,'name':'violence'},{'id':15106,'name':'psychiatrist'},{'id':15271,'name':'interrogation'},{'id':33513,'name':'desire'},{'id':33720,'name':'guilt'},{'id':34094,'name':'extramarital affair'},{'id':155440,'name':'hitchcockian'},{'id':158203,'name':'straight razor'},{'id':169815,'name':'exhibitionism'},{'id':188960,'name':'elevator'},{'id':193282,'name':'dark secrets'},{'id':227035,'name':'white gloves'}]" +49049,"[{'id':279,'name':'usa'},{'id':417,'name':'corruption'},{'id':853,'name':'crime fighter'},{'id':934,'name':'judge'},{'id':1761,'name':'metropolis'},{'id':3149,'name':'gangster'},{'id':3703,'name':'law'},{'id':4458,'name':'post-apocalyptic'},{'id':4565,'name':'dystopia'},{'id':5822,'name':'executive case'},{'id':6149,'name':'police'},{'id':9685,'name':'futuristic'},{'id':9717,'name':'based on comic'},{'id':10349,'name':'survival'},{'id':14687,'name':'extreme violence'},{'id':15009,'name':'criminal'},{'id':15108,'name':'justice'},{'id':18026,'name':'drug lord'},{'id':18712,'name':'based on graphic novel'}]" +6171,"[{'id':3373,'name':'snow storm'},{'id':3684,'name':'religion and supernatural'},{'id':9713,'name':'friends'},{'id':9951,'name':'alien'},{'id':157955,'name':'childhood'}]" +69668,"[{'id':15235,'name':'house fire'},{'id':186694,'name':'extension ladder'},{'id':186695,'name':'last day on job'}]" +238301,[] +16398,"[{'id':11624,'name':'mythological beast'},{'id':12554,'name':'dragon'}]" +300803,"[{'id':2343,'name':'magic'},{'id':4372,'name':'wall'},{'id':6976,'name':'druid'},{'id':10466,'name':'knight'},{'id':12554,'name':'dragon'},{'id':161257,'name':'medieval'},{'id':222855,'name':'dragonheart'}]" +8840,"[{'id':2343,'name':'magic'},{'id':4152,'name':'kingdom'},{'id':4798,'name':'despot'},{'id':4978,'name':'immortality'},{'id':5331,'name':'village'},{'id':5774,'name':'forest'},{'id':6092,'name':'army'},{'id':8087,'name':'horror'},{'id':9104,'name':'partner'},{'id':9748,'name':'revenge'},{'id':10466,'name':'knight'},{'id':12554,'name':'dragon'},{'id':14643,'name':'battle'},{'id':161257,'name':'medieval'},{'id':222855,'name':'dragonheart'},{'id':235499,'name':'10th century'}]" +224003,"[{'id':606,'name':'orcs'}]" +14164,"[{'id':3436,'name':'karate'},{'id':9715,'name':'superhero'},{'id':9748,'name':'revenge'},{'id':12554,'name':'dragon'},{'id':179431,'name':'duringcreditsstinger'}]" +10423,"[{'id':314,'name':'life and death'},{'id':779,'name':'martial arts'},{'id':4613,'name':'training'},{'id':5565,'name':'biography'},{'id':155807,'name':'bruce lee'}]" +257932,"[{'id':603,'name':'elves'},{'id':12554,'name':'dragon'},{'id':170362,'name':'fantasy world'},{'id':231403,'name':'elf'}]" +16871,"[{'id':394,'name':'gypsy'},{'id':3640,'name':'work'},{'id':10292,'name':'gore'},{'id':10541,'name':'curse'},{'id':11268,'name':'psychologist'},{'id':14742,'name':'psychic'},{'id':156075,'name':'evil'},{'id':166539,'name':'loan officer'},{'id':172417,'name':'obituary'},{'id':172418,'name':'engagement ring'}]" +200505,"[{'id':6075,'name':'sport'},{'id':179431,'name':'duringcreditsstinger'}]" +49017,"[{'id':1299,'name':'monster'},{'id':1701,'name':'hero'},{'id':3071,'name':'prince'},{'id':3133,'name':'vampire'},{'id':3633,'name':'dracula'},{'id':3930,'name':'bravery'},{'id':4197,'name':'bite'},{'id':6152,'name':'supernatural'},{'id':10842,'name':'good vs evil'},{'id':11115,'name':'heroism'},{'id':14643,'name':'battle'},{'id':213097,'name':'15th century'},{'id':214410,'name':'ottoman empire'},{'id':225470,'name':'vlad'},{'id':232534,'name':'tepes'}]" +243901,[] +218266,"[{'id':3633,'name':'dracula'},{'id':162729,'name':'van helsing'}]" +6114,"[{'id':212,'name':'london'},{'id':272,'name':'transylvania'},{'id':596,'name':'adultery'},{'id':1890,'name':'camping'},{'id':2158,'name':'maze'},{'id':3133,'name':'vampire'},{'id':4197,'name':'bite'},{'id':9714,'name':'remake'},{'id':155301,'name':'rough sex'},{'id':156112,'name':'wake'},{'id':156764,'name':'pre-code'},{'id':160292,'name':'religious conflict'},{'id':169618,'name':'bestiality'},{'id':169620,'name':'correspondence'},{'id':207928,'name':'19th century'},{'id':213097,'name':'15th century'},{'id':225470,'name':'vlad'}]" +935,"[{'id':840,'name':'usa president'},{'id':1402,'name':'general'},{'id':2106,'name':'cold war'},{'id':2531,'name':'strategic air command'},{'id':3312,'name':'nuclear missile'},{'id':8201,'name':'satire'},{'id':10123,'name':'dark comedy'},{'id':34117,'name':'cult film'},{'id':160370,'name':'war room'},{'id':160377,'name':'bomber pilot'},{'id':160381,'name':'nuclear weapons'},{'id':160387,'name':'ex nazi'},{'id':194825,'name':'doomsday device'},{'id':214655,'name':'absurdism'}]" +18250,"[{'id':1160,'name':'egypt'},{'id':4572,'name':'organ'},{'id':4978,'name':'immortality'},{'id':9663,'name':'sequel'},{'id':9826,'name':'murder'},{'id':10183,'name':'independent film'},{'id':10770,'name':'mad doctor'},{'id':156081,'name':'tomb'},{'id':163338,'name':'egyptian mythology'},{'id':208369,'name':'dr. phibes'}]" +14359,"[{'id':739,'name':'sexual abuse'},{'id':5202,'name':'boy'},{'id':6563,'name':'wine'},{'id':9989,'name':'gift'},{'id':10756,'name':'janitor'},{'id':12990,'name':'singing'},{'id':14576,'name':'pedophile'},{'id':18453,'name':'gossip'},{'id':18454,'name':'compassion'},{'id':18455,'name':'tolerance'},{'id':208992,'name':'1960s'}]" +33521,"[{'id':3133,'name':'vampire'},{'id':3633,'name':'dracula'},{'id':4924,'name':'insane asylum'},{'id':9714,'name':'remake'},{'id':15032,'name':'gothic horror'}]" +2436,"[{'id':1852,'name':'mutant'},{'id':3521,'name':'earthquake'},{'id':4458,'name':'post-apocalyptic'},{'id':6556,'name':'talisman'},{'id':10471,'name':'cult favorite'},{'id':10547,'name':'arcade'},{'id':12670,'name':'los angeles'},{'id':41645,'name':'based on video game'},{'id':162715,'name':'ruins'}]" +23488,[] +308639,"[{'id':387,'name':'california'},{'id':898,'name':'hip-hop'},{'id':2463,'name':'harvard university'},{'id':5800,'name':'geek'},{'id':10683,'name':'coming of age'},{'id':12670,'name':'los angeles'},{'id':13130,'name':'teenager'},{'id':14964,'name':'drugs'},{'id':33910,'name':'high school student'}]" +13460,"[{'id':4565,'name':'dystopia'},{'id':6898,'name':'quarantine'},{'id':9685,'name':'futuristic'},{'id':9725,'name':'sword fight'},{'id':14675,'name':'lethal virus'}]" +8814,"[{'id':3822,'name':'teleportation'},{'id':41645,'name':'based on video game'},{'id':162482,'name':'severed ear'},{'id':162484,'name':'future war'},{'id':162487,'name':'wisecrack humor'},{'id':162491,'name':'commando mission'}]" +102855,"[{'id':187056,'name':'woman director'}]" +12103,"[{'id':1227,'name':'cemetery'},{'id':1384,'name':'diamond'},{'id':9937,'name':'suspense'},{'id':15106,'name':'psychiatrist'},{'id':15127,'name':'killer'}]" +44936,"[{'id':12339,'name':'slasher'},{'id':14819,'name':'violence'},{'id':170124,'name':'camper'},{'id':189921,'name':'video nasty'}]" +39867,"[{'id':242,'name':'new york'},{'id':246,'name':'dancing'},{'id':586,'name':'new jersey'},{'id':4426,'name':'sadism'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':9856,'name':'flashback'},{'id':10093,'name':'priest'},{'id':10714,'name':'serial killer'},{'id':12339,'name':'slasher'},{'id':13158,'name':'gasoline'},{'id':14765,'name':'church'},{'id':14805,'name':'maniac'},{'id':18082,'name':'flamethrower'},{'id':155490,'name':'disco'},{'id':155733,'name':'old house'},{'id':157701,'name':'psychotic'},{'id':158567,'name':'burn victim'},{'id':222314,'name':'abusive mother'}]" +46261,"[{'id':1299,'name':'monster'},{'id':9714,'name':'remake'},{'id':13031,'name':'creature'},{'id':14558,'name':'bathtub'},{'id':154777,'name':'teeth'},{'id':155733,'name':'old house'},{'id':155734,'name':'scary little people'}]" +141,"[{'id':970,'name':'parent child relationship'},{'id':3800,'name':'airplane'},{'id':4379,'name':'time travel'},{'id':5674,'name':'school presentation'},{'id':6203,'name':'loss'},{'id':7358,'name':'school performance'},{'id':10532,'name':'suburbia'},{'id':10629,'name':'vision'},{'id':11011,'name':'morality'},{'id':12565,'name':'psychological thriller'},{'id':13130,'name':'teenager'},{'id':34117,'name':'cult film'},{'id':208289,'name':'1980s'}]" +9366,"[{'id':1568,'name':'undercover'},{'id':2148,'name':'colombia'},{'id':10391,'name':'mafia'},{'id':11578,'name':'mobster'},{'id':11719,'name':'dirty cop'},{'id':166531,'name':'card playing'},{'id':167715,'name':'informant'},{'id':177554,'name':'stealing money'},{'id':177555,'name':'marriage counselor'},{'id':177565,'name':'shaving cream'}]" +138697,"[{'id':445,'name':'pornography'},{'id':572,'name':'sex'},{'id':586,'name':'new jersey'},{'id':2486,'name':'fantasy'},{'id':5906,'name':'sex addiction'},{'id':9835,'name':'sexual fantasy'},{'id':18314,'name':'internet porn'},{'id':33432,'name':'male masturbation'},{'id':33451,'name':'masturbation'},{'id':33611,'name':'exercise'},{'id':188993,'name':'true love'},{'id':244137,'name':'romantic fantasy'},{'id':250213,'name':'pornhub'}]" +9923,"[{'id':801,'name':'bounty hunter'},{'id':1812,'name':'fbi'},{'id':6110,'name':'weapon'},{'id':184989,'name':'spectacle'}]" +12700,"[{'id':409,'name':'africa'},{'id':2626,'name':'exorcism'},{'id':2652,'name':'nazi'},{'id':6150,'name':'faith'},{'id':9675,'name':'prequel'},{'id':9714,'name':'remake'},{'id':10093,'name':'priest'},{'id':10138,'name':'satan'},{'id':14765,'name':'church'},{'id':41586,'name':'archaeologist'},{'id':179567,'name':'crisis of faith'},{'id':179568,'name':'archaeological dig'}]" +192134,"[{'id':9825,'name':'growing up'},{'id':10594,'name':'money'},{'id':162225,'name':'fatherhood'}]" +62837,"[{'id':630,'name':'dolphin'},{'id':5202,'name':'boy'},{'id':11060,'name':'trap'},{'id':13088,'name':'summer'}]" +227735,"[{'id':630,'name':'dolphin'},{'id':2269,'name':'aquarium'},{'id':15058,'name':'swimming'}]" +24341,"[{'id':4290,'name':'toy'},{'id':9887,'name':'surrealism'},{'id':10292,'name':'gore'},{'id':11183,'name':'fireplace'},{'id':14527,'name':'storm'},{'id':33630,'name':'doll'},{'id':34117,'name':'cult film'},{'id':46952,'name':'heavy rain'},{'id':170711,'name':'toy maker'},{'id':209907,'name':'candlestick'},{'id':214601,'name':'traveling'},{'id':240764,'name':'possessed doll'}]" +1832,"[{'id':290,'name':'angel'},{'id':2024,'name':'wisconsin'},{'id':4636,'name':'church service'},{'id':8201,'name':'satire'},{'id':10123,'name':'dark comedy'},{'id':11001,'name':'religion'},{'id':14765,'name':'church'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'}]" +9472,"[{'id':240,'name':'underdog'},{'id':271,'name':'competition'},{'id':974,'name':'bank'},{'id':1010,'name':'bar'},{'id':2283,'name':'ball'},{'id':2920,'name':'cheerleader'},{'id':3429,'name':'diet'},{'id':4183,'name':'wife'},{'id':6075,'name':'sport'},{'id':6269,'name':'gymnasium'},{'id':7864,'name':'pleite'},{'id':8679,'name':'fitness-studio'},{'id':9673,'name':'love'},{'id':11014,'name':'mail order bride'},{'id':11672,'name':'cheerleading'},{'id':12988,'name':'pirate'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'}]" +87489,[] +3050,"[{'id':15149,'name':'monkey'},{'id':15162,'name':'dog'},{'id':167625,'name':'talking to animals'},{'id':187056,'name':'woman director'}]" +250577,[] +9053,"[{'id':271,'name':'competition'},{'id':779,'name':'martial arts'},{'id':780,'name':'kung fu'},{'id':782,'name':'assassin'},{'id':1721,'name':'fight'},{'id':2041,'name':'island'},{'id':3436,'name':'karate'},{'id':5801,'name':'nerd'},{'id':5970,'name':'wrestling'},{'id':7984,'name':'bikini'},{'id':10278,'name':'ninja'},{'id':12380,'name':'tournament'},{'id':14601,'name':'explosion'},{'id':14819,'name':'violence'},{'id':41645,'name':'based on video game'},{'id':178507,'name':'swimsuit'}]" +213711,"[{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'}]" +279972,"[{'id':1299,'name':'monster'},{'id':3030,'name':'nightmare'},{'id':5565,'name':'biography'},{'id':14893,'name':'art'}]" +29067,"[{'id':1852,'name':'mutant'},{'id':4168,'name':'greenhouse'},{'id':8183,'name':'carnivorous plant'},{'id':9741,'name':'radioactive'},{'id':10308,'name':'h.p. lovecraft'}]" +332309,"[{'id':6104,'name':'computer'},{'id':171989,'name':'wrongful conviction'}]" +1572,"[{'id':258,'name':'bomb'},{'id':444,'name':'taxi'},{'id':483,'name':'riddle'},{'id':642,'name':'robbery'},{'id':703,'name':'detective'},{'id':720,'name':'helicopter'},{'id':1321,'name':'gold'},{'id':1552,'name':'subway'},{'id':1812,'name':'fbi'},{'id':3799,'name':'ship'},{'id':5572,'name':'fistfight'},{'id':6149,'name':'police'},{'id':9663,'name':'sequel'},{'id':9758,'name':'deception'},{'id':9856,'name':'flashback'},{'id':10950,'name':'shootout'},{'id':14512,'name':'new york city'},{'id':14601,'name':'explosion'},{'id':14819,'name':'violence'},{'id':15483,'name':'car chase'},{'id':177309,'name':'simon says'},{'id':188329,'name':'dump truck'},{'id':192707,'name':'aqueduct'},{'id':219404,'name':'action hero'},{'id':226838,'name':'federal reserve bank'}]" +1573,"[{'id':502,'name':'ambush'},{'id':720,'name':'helicopter'},{'id':736,'name':'journalist'},{'id':818,'name':'based on novel or book'},{'id':822,'name':'airport'},{'id':4709,'name':'hand grenade'},{'id':5572,'name':'fistfight'},{'id':8015,'name':'cop'},{'id':9663,'name':'sequel'},{'id':10794,'name':'snow'},{'id':10808,'name':'dulles international airport'},{'id':10950,'name':'shootout'},{'id':11720,'name':'officer involved shooting'},{'id':13015,'name':'terrorism'},{'id':14601,'name':'explosion'},{'id':14765,'name':'church'},{'id':14819,'name':'violence'},{'id':15246,'name':'sabotage'},{'id':33553,'name':'walkie talkie'},{'id':156788,'name':'swat team'},{'id':158770,'name':'air traffic control'},{'id':195741,'name':'commando unit'},{'id':207771,'name':'snowmobile'}]" +562,"[{'id':720,'name':'helicopter'},{'id':736,'name':'journalist'},{'id':818,'name':'based on novel or book'},{'id':949,'name':'terrorist'},{'id':1418,'name':'skyscraper'},{'id':1441,'name':'christmas party'},{'id':1470,'name':'s.w.a.t.'},{'id':1562,'name':'hostage'},{'id':1812,'name':'fbi'},{'id':1930,'name':'kidnapping'},{'id':1953,'name':'vault'},{'id':5572,'name':'fistfight'},{'id':9826,'name':'murder'},{'id':10051,'name':'heist'},{'id':10950,'name':'shootout'},{'id':12670,'name':'los angeles'},{'id':13116,'name':'one man army'},{'id':14601,'name':'explosion'},{'id':14819,'name':'violence'},{'id':33553,'name':'walkie talkie'},{'id':33965,'name':'christmas eve'},{'id':162304,'name':'elevator shaft'},{'id':162914,'name':'one night'},{'id':219404,'name':'action hero'}]" +36669,"[{'id':470,'name':'spy'},{'id':3290,'name':'laser'},{'id':11134,'name':'espionage'},{'id':156095,'name':'british secret service'},{'id':158538,'name':'north korea'},{'id':168186,'name':'havana cuba'},{'id':208633,'name':'secret service agent'},{'id':234365,'name':'space based weapon'}]" +24438,"[{'id':279,'name':'usa'},{'id':548,'name':'countryside'},{'id':4009,'name':'witness protection'},{'id':179431,'name':'duringcreditsstinger'}]" +13025,"[{'id':12377,'name':'zombie'},{'id':163053,'name':'found footage'}]" +82650,"[{'id':12392,'name':'best friend'},{'id':13088,'name':'summer'},{'id':15101,'name':'based on children's book'},{'id':177804,'name':'sweet sixteen'},{'id':179431,'name':'duringcreditsstinger'},{'id':225840,'name':'pool party'}]" +33217,"[{'id':818,'name':'based on novel or book'},{'id':10683,'name':'coming of age'},{'id':11336,'name':'young boy'},{'id':11687,'name':'breaking the fourth wall'},{'id':13035,'name':'middle school'},{'id':15402,'name':'popularity'},{'id':179431,'name':'duringcreditsstinger'},{'id':209220,'name':'live action and animation'},{'id':210351,'name':'friendship drama'},{'id':224637,'name':'line drawing'}]" +681,"[{'id':470,'name':'spy'},{'id':587,'name':'amsterdam'},{'id':1721,'name':'fight'},{'id':3271,'name':'secret organization'},{'id':3376,'name':'satellite'},{'id':4289,'name':'secret agent'},{'id':4585,'name':'plastic surgery'},{'id':6212,'name':'smuggling'},{'id':9826,'name':'murder'},{'id':11259,'name':'extortion'},{'id':14570,'name':'las vegas'},{'id':14819,'name':'violence'},{'id':33626,'name':'millionaire'},{'id':154881,'name':'fingerprint'},{'id':155514,'name':'dirt bike'},{'id':174511,'name':'casino owner'},{'id':174519,'name':'old woman murdered'},{'id':174520,'name':'high dive'},{'id':174523,'name':'gender disguise'},{'id':179430,'name':'aftercreditsstinger'},{'id':206694,'name':'master villain'}]" +521,"[{'id':212,'name':'london'},{'id':596,'name':'adultery'},{'id':931,'name':'jealousy'},{'id':1328,'name':'secret'},{'id':1936,'name':'blackmail'},{'id':2620,'name':'evidence'},{'id':2848,'name':'tennis player'},{'id':3344,'name':'letter'},{'id':6038,'name':'marriage'},{'id':9673,'name':'love'},{'id':9826,'name':'murder'},{'id':9937,'name':'suspense'},{'id':11020,'name':'classic'},{'id':14604,'name':'theft'},{'id':33364,'name':'visit'},{'id':162271,'name':'husband'},{'id':208508,'name':'murder plot'},{'id':209714,'name':'3d'},{'id':229959,'name':'crime fiction writer'},{'id':235907,'name':'keys'}]" +186889,[] +169219,"[{'id':2139,'name':'russia'},{'id':5827,'name':'hiking'},{'id':10794,'name':'snow'},{'id':163053,'name':'found footage'}]" +152792,"[{'id':5521,'name':'arkansas'},{'id':5565,'name':'biography'},{'id':9672,'name':'based on a true story'},{'id':166109,'name':'child murder'},{'id':210608,'name':'1990s'}]" +79316,"[{'id':254,'name':'france'},{'id':10138,'name':'satan'},{'id':163053,'name':'found footage'}]" +1813,"[{'id':516,'name':'child abuse'},{'id':531,'name':'southern usa'},{'id':1523,'name':'obsession'},{'id':3036,'name':'bible'},{'id':3182,'name':'seduction'},{'id':3298,'name':'hallucination'},{'id':3734,'name':'ambition'},{'id':4084,'name':'devil's son'},{'id':5809,'name':'marriage crisis'},{'id':5810,'name':'pact with the devil'},{'id':7340,'name':'crooked lawyer'},{'id':10114,'name':'evil spirit'},{'id':10138,'name':'satan'},{'id':14794,'name':'lust'},{'id':33519,'name':'courtroom'},{'id':162706,'name':'temptation'},{'id':162813,'name':'law firm'},{'id':168346,'name':'manhattan, new york city'},{'id':185459,'name':'seven deadly sins'},{'id':211062,'name':'ethics'}]" +119478,"[{'id':663,'name':'fortune teller'},{'id':161261,'name':'demonic possession'}]" +44040,"[{'id':2147,'name':'claustrophobia'},{'id':14999,'name':'devil'},{'id':173316,'name':'trapped in an elevator'},{'id':209591,'name':'people'}]" +68718,"[{'id':801,'name':'bounty hunter'},{'id':1701,'name':'hero'},{'id':3136,'name':'plantation'},{'id':3679,'name':'society'},{'id':6054,'name':'friendship'},{'id':9713,'name':'friends'},{'id':9748,'name':'revenge'},{'id':9823,'name':'rivalry'},{'id':10084,'name':'rescue'},{'id':10950,'name':'shootout'},{'id':12425,'name':'racism'},{'id':15017,'name':'danger'},{'id':33780,'name':'dentist'},{'id':160324,'name':'django'},{'id':179430,'name':'aftercreditsstinger'},{'id':187376,'name':'odd couple'},{'id':188772,'name':'black slave'},{'id':202703,'name':'deadly'},{'id':207928,'name':'19th century'}]" +115446,"[{'id':9714,'name':'remake'}]" +157350,"[{'id':818,'name':'based on novel or book'},{'id':2964,'name':'future'},{'id':4565,'name':'dystopia'},{'id':9685,'name':'futuristic'},{'id':14751,'name':'youth'},{'id':156791,'name':'alternate world'},{'id':161248,'name':'individuality'},{'id':162988,'name':'dystopian future'},{'id':180492,'name':'caste system'},{'id':246466,'name':'based on young adult novel'}]" +8271,"[{'id':1930,'name':'kidnapping'},{'id':6517,'name':'young people'}]" +17654,"[{'id':100,'name':'slum'},{'id':542,'name':'street gang'},{'id':2766,'name':'mutation'},{'id':3644,'name':'south africa'},{'id':4339,'name':'johannesburg south africa'},{'id':4375,'name':'transformation'},{'id':4565,'name':'dystopia'},{'id':6017,'name':'genetics'},{'id':6086,'name':'government'},{'id':8201,'name':'satire'},{'id':9951,'name':'alien'},{'id':10650,'name':'prawn'},{'id':11800,'name':'mockumentary'},{'id':12026,'name':'alternate history'},{'id':12425,'name':'racism'},{'id':158276,'name':'metamorphosis'},{'id':160910,'name':'xenophobia'},{'id':195139,'name':'internment camp'},{'id':231277,'name':'alien technology'},{'id':233016,'name':'segregation'},{'id':250163,'name':'private military company'}]" +61391,"[{'id':1196,'name':'florida'},{'id':3186,'name':'everglades'},{'id':4551,'name':'swamp'},{'id':10322,'name':'native american'},{'id':18109,'name':'knife fight'},{'id':220333,'name':'seminole'}]" +258784,"[{'id':3616,'name':'college'}]" +127517,"[{'id':1576,'name':'technology'},{'id':3679,'name':'society'},{'id':5625,'name':'relationship problems'},{'id':10183,'name':'independent film'},{'id':11615,'name':'internet'},{'id':15156,'name':'cell phone'}]" +200094,[] +330993,[] +13805,"[{'id':5096,'name':'natural disaster'},{'id':14819,'name':'violence'},{'id':156240,'name':'mortal danger'},{'id':179431,'name':'duringcreditsstinger'}]" +159004,"[{'id':736,'name':'journalist'},{'id':10185,'name':'covert operation'},{'id':13015,'name':'terrorism'}]" +56965,[] +984,"[{'id':502,'name':'ambush'},{'id':582,'name':'san francisco'},{'id':703,'name':'detective'},{'id':1336,'name':'ransom'},{'id':1589,'name':'sniper'},{'id':1919,'name':'mayor'},{'id':1930,'name':'kidnapping'},{'id':3713,'name':'chase'},{'id':5340,'name':'investigation'},{'id':6093,'name':'assault'},{'id':6149,'name':'police'},{'id':6259,'name':'psychopath'},{'id':8181,'name':'swimming pool'},{'id':9849,'name':'beating'},{'id':10714,'name':'serial killer'},{'id':12371,'name':'gunfight'},{'id':14805,'name':'maniac'},{'id':14819,'name':'violence'},{'id':166287,'name':'school bus'},{'id':188944,'name':'revolver'},{'id':207268,'name':'neo-noir'}]" +10677,"[{'id':1691,'name':'dance'},{'id':7795,'name':'reicher amerikaner'},{'id':7937,'name':'cuban revolution'},{'id':9736,'name':'little boy'},{'id':13072,'name':'falling in love'}]" +88,"[{'id':246,'name':'dancing'},{'id':380,'name':'sibling relationship'},{'id':572,'name':'sex'},{'id':612,'name':'hotel'},{'id':642,'name':'robbery'},{'id':1342,'name':'dancing master'},{'id':1343,'name':'mambo'},{'id':1346,'name':'dance performance'},{'id':5600,'name':'daughter'},{'id':5767,'name':'summer camp'},{'id':7879,'name':'secret love'},{'id':10791,'name':'teenage crush'},{'id':13005,'name':'doctor'},{'id':14514,'name':'class differences'},{'id':14751,'name':'youth'},{'id':33694,'name':'family holiday'},{'id':41260,'name':'sensuality'},{'id':173490,'name':'unwanted pregnancy'},{'id':200129,'name':'summer romance'},{'id':208591,'name':'abortion'},{'id':226861,'name':'catskill resort'}]" +10567,"[{'id':843,'name':'cataclysm'},{'id':1423,'name':'asteroid'},{'id':3077,'name':'leader'},{'id':4803,'name':'comet'},{'id':10336,'name':'animation'},{'id':10506,'name':'prehistoric'},{'id':10789,'name':'prehistoric egg'},{'id':12616,'name':'dinosaur'},{'id':161186,'name':'nesting grounds'},{'id':166958,'name':'prehistoric creature'},{'id':178645,'name':'prehistoric adventure'},{'id':181033,'name':'lemur'},{'id':183414,'name':'prehistoric times'}]" +249170,"[{'id':1719,'name':'paleontology'},{'id':1720,'name':'tyrannosaurus rex'},{'id':4477,'name':'paleontologist'},{'id':12616,'name':'dinosaur'},{'id':185456,'name':'south dakota'},{'id':185457,'name':'badlands'}]" +136793,"[{'id':4379,'name':'time travel'},{'id':12616,'name':'dinosaur'}]" +38778,"[{'id':2161,'name':'mouse'},{'id':2415,'name':'idiot'},{'id':9678,'name':'mind control'},{'id':9719,'name':'taxidermy'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'}]" +9781,"[{'id':970,'name':'parent child relationship'},{'id':1228,'name':'1970s'},{'id':5091,'name':'kiss'},{'id':10183,'name':'independent film'},{'id':14751,'name':'youth'},{'id':14964,'name':'drugs'},{'id':18021,'name':'detroit'}]" +139715,"[{'id':6270,'name':'high school'},{'id':10183,'name':'independent film'},{'id':12377,'name':'zombie'},{'id':14687,'name':'extreme violence'}]" +74308,"[{'id':769,'name':'falsely accused'},{'id':894,'name':'depression'},{'id':1517,'name':'classroom'},{'id':4412,'name':'grandfather'},{'id':156455,'name':'unhappiness'},{'id':156456,'name':'animal abuse'}]" +20352,"[{'id':970,'name':'parent child relationship'},{'id':4130,'name':'adoptive father'},{'id':6783,'name':'orphanage'},{'id':7393,'name':'life's dream'},{'id':9823,'name':'rivalry'},{'id':10261,'name':'stealing'},{'id':10551,'name':'ballet'},{'id':12663,'name':'little girl'},{'id':13014,'name':'orphan'},{'id':156928,'name':'tomboy'},{'id':160097,'name':'intelligent'},{'id':161155,'name':'kids'},{'id':179095,'name':'evil doctor'},{'id':179431,'name':'duringcreditsstinger'},{'id':190999,'name':'minions'},{'id':194404,'name':'supervillain'},{'id':209714,'name':'3d'},{'id':219832,'name':'despicable'},{'id':235459,'name':'cattivissimo'}]" +93456,"[{'id':970,'name':'parent child relationship'},{'id':4289,'name':'secret agent'},{'id':7397,'name':'bakery'},{'id':10842,'name':'good vs evil'},{'id':13072,'name':'falling in love'},{'id':18035,'name':'family'},{'id':179431,'name':'duringcreditsstinger'},{'id':184783,'name':'first date'},{'id':190999,'name':'minions'}]" +8130,"[{'id':1453,'name':'amnesia'},{'id':2465,'name':'rolling stone'},{'id':5444,'name':'lonely hearts ad'},{'id':187056,'name':'woman director'}]" +31676,"[{'id':9937,'name':'suspense'},{'id':207156,'name':'family hostage'}]" +8068,"[{'id':75,'name':'gunslinger'},{'id':139,'name':'anti terror'},{'id':502,'name':'ambush'},{'id':534,'name':'mexico'},{'id':797,'name':'showdown'},{'id':953,'name':'guitar'},{'id':2708,'name':'hitman'},{'id':3458,'name':'bartender'},{'id':9310,'name':'latinx lead'},{'id':9748,'name':'revenge'},{'id':10044,'name':'tragic hero'},{'id':10950,'name':'shootout'},{'id':14575,'name':'mariachi'},{'id':14601,'name':'explosion'},{'id':14687,'name':'extreme violence'},{'id':14707,'name':'brutality'},{'id':18026,'name':'drug lord'},{'id':41372,'name':'leg brace'},{'id':154889,'name':'concealed weapon'},{'id':226790,'name':'bookstore'}]" +77210,"[{'id':90,'name':'paris france'},{'id':14638,'name':'american'},{'id':155870,'name':'polyamory'},{'id':156764,'name':'pre-code'}]" +8999,"[{'id':378,'name':'prison'},{'id':520,'name':'chicago'},{'id':570,'name':'rape'},{'id':818,'name':'based on novel or book'},{'id':922,'name':'hotel room'},{'id':1157,'name':'wife husband relationship'},{'id':1596,'name':'anonymous letter'},{'id':1936,'name':'blackmail'},{'id':2783,'name':'family's daily life'},{'id':3344,'name':'letter'},{'id':4480,'name':'business man'},{'id':5625,'name':'relationship problems'},{'id':7169,'name':'man between two women'},{'id':9748,'name':'revenge'},{'id':9758,'name':'deception'},{'id':9849,'name':'beating'},{'id':9856,'name':'flashback'},{'id':14819,'name':'violence'},{'id':15210,'name':'wallet'},{'id':34094,'name':'extramarital affair'},{'id':163072,'name':'embezzlement'},{'id':168750,'name':'advertising executive'},{'id':208591,'name':'abortion'},{'id':226778,'name':'commuter train'}]" +100416,"[{'id':1438,'name':'office'},{'id':3640,'name':'work'},{'id':9864,'name':'prank'}]" +9739,"[{'id':720,'name':'helicopter'},{'id':779,'name':'martial arts'},{'id':853,'name':'crime fighter'},{'id':2421,'name':'social control'},{'id':2598,'name':'museum'},{'id':2964,'name':'future'},{'id':3385,'name':'cryogenics'},{'id':3469,'name':'utopia'},{'id':4565,'name':'dystopia'},{'id':5572,'name':'fistfight'},{'id':6149,'name':'police'},{'id':6259,'name':'psychopath'},{'id':10085,'name':'betrayal'},{'id':10950,'name':'shootout'},{'id':12190,'name':'cyberpunk'},{'id':14601,'name':'explosion'},{'id':14819,'name':'violence'},{'id':14967,'name':'foot chase'},{'id':15483,'name':'car chase'},{'id':33808,'name':'warden'},{'id':156786,'name':'prison escape'},{'id':162801,'name':'subterranean'},{'id':179428,'name':'censorship'},{'id':226776,'name':'culture shock'},{'id':226777,'name':'knitting'}]" +146239,"[{'id':9714,'name':'remake'},{'id':159141,'name':'sperm donor'}]" +10669,"[{'id':1261,'name':'river'},{'id':1790,'name':'banjo'},{'id':1942,'name':'strangeness'},{'id':2495,'name':'georgia'},{'id':2820,'name':'wound'},{'id':3593,'name':'wilderness'},{'id':4707,'name':'canoe'},{'id':8158,'name':'rafting'},{'id':14559,'name':'hillbilly'},{'id':34117,'name':'cult film'},{'id':241987,'name':'rapids'}]" +184346,"[{'id':703,'name':'detective'},{'id':718,'name':'confession'},{'id':1964,'name':'cave'},{'id':2043,'name':'lion'},{'id':2172,'name':'zoo'},{'id':3036,'name':'bible'},{'id':3569,'name':'latin'},{'id':9866,'name':'basement'},{'id':10093,'name':'priest'},{'id':10375,'name':'possessed'},{'id':15001,'name':'demon'},{'id':18396,'name':'catholic'},{'id':156174,'name':'occult'},{'id':158927,'name':'police investigation'},{'id':161261,'name':'demonic possession'},{'id':182223,'name':'iraq veteran'},{'id':207268,'name':'neo-noir'},{'id':240775,'name':'security video'}]" +7551,"[{'id':279,'name':'usa'},{'id':563,'name':'deja vu'},{'id':1576,'name':'technology'},{'id':1812,'name':'fbi'},{'id':2411,'name':'new orleans'},{'id':4379,'name':'time travel'},{'id':13015,'name':'terrorism'},{'id':14780,'name':'investigator'}]" +8390,"[{'id':725,'name':'lovesickness'},{'id':970,'name':'parent child relationship'},{'id':2038,'name':'love of one's life'},{'id':2398,'name':'narration'},{'id':4663,'name':'lovers'},{'id':5091,'name':'kiss'},{'id':5600,'name':'daughter'},{'id':5608,'name':'affection'},{'id':6192,'name':'relation'},{'id':6664,'name':'make a match'},{'id':7066,'name':'sex education'},{'id':14534,'name':'relationship'},{'id':15160,'name':'divorce'},{'id':224876,'name':'past relationship'}]" +13813,"[{'id':380,'name':'sibling relationship'},{'id':1721,'name':'fight'},{'id':1956,'name':'world war ii'},{'id':5301,'name':'brother'},{'id':5385,'name':'survivor'},{'id':5774,'name':'forest'},{'id':11508,'name':'jewish'},{'id':11663,'name':'camp'},{'id':15182,'name':'partisan'}]" +276909,"[{'id':2769,'name':'deep sea'}]" +271665,[] +8656,"[{'id':840,'name':'usa president'},{'id':1432,'name':'nasa'},{'id':3337,'name':'metereologist'},{'id':4040,'name':'space mission'},{'id':4803,'name':'comet'},{'id':5096,'name':'natural disaster'},{'id':6941,'name':'tsunami'},{'id':10222,'name':'astronomer'},{'id':14626,'name':'astronaut'},{'id':187056,'name':'woman director'},{'id':189411,'name':'disaster movie'}]" +48751,"[{'id':1321,'name':'gold'},{'id':3779,'name':'air force'},{'id':6086,'name':'government'},{'id':6895,'name':'philippines'},{'id':10410,'name':'conspiracy'},{'id':14601,'name':'explosion'},{'id':157524,'name':'tropical island'},{'id':204402,'name':'free diving'}]" +180688,[] +8914,"[{'id':2988,'name':'shark attack'},{'id':5903,'name':'alzheimer's disease'},{'id':15097,'name':'shark'},{'id':158108,'name':'killer shark'}]" +177047,"[{'id':1326,'name':'infidelity'},{'id':6017,'name':'genetics'},{'id':10123,'name':'dark comedy'},{'id':10163,'name':'cancer'},{'id':182711,'name':'dna testing'}]" +11835,"[{'id':697,'name':'loss of loved one'},{'id':1522,'name':'repayment'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':10726,'name':'gang'},{'id':11522,'name':'police officer killed'},{'id':11612,'name':'hospital'},{'id':14687,'name':'extreme violence'},{'id':15108,'name':'justice'},{'id':160488,'name':'hoodlum'},{'id':160543,'name':'semiautomatic pistol'}]" +156717,"[{'id':9663,'name':'sequel'},{'id':9666,'name':'street race'},{'id':33885,'name':'car'}]" +10483,"[{'id':830,'name':'car race'},{'id':4565,'name':'dystopia'},{'id':5144,'name':'matter of life and death'},{'id':9666,'name':'street race'},{'id':9774,'name':'prison guard'},{'id':9775,'name':'car set on fire'},{'id':9777,'name':'escape from prison'},{'id':9778,'name':'exploding building'},{'id':9779,'name':'vehicle combat'},{'id':9844,'name':'car crash'},{'id':14819,'name':'violence'}]" +51620,"[{'id':830,'name':'car race'},{'id':1010,'name':'bar'},{'id':2389,'name':'virgin'},{'id':4300,'name':'parachute'},{'id':4565,'name':'dystopia'},{'id':7984,'name':'bikini'},{'id':9666,'name':'street race'},{'id':9675,'name':'prequel'},{'id':13159,'name':'chinese'},{'id':18107,'name':'silencer'},{'id':41381,'name':'rapist'},{'id':41382,'name':'car fire'},{'id':41383,'name':'triad'},{'id':162988,'name':'dystopian future'}]" +1991,"[{'id':515,'name':'women'},{'id':635,'name':'disc jockey'},{'id':999,'name':'sports car'},{'id':1010,'name':'bar'},{'id':2336,'name':'ladykiller'},{'id':2804,'name':'exploitation'},{'id':4426,'name':'sadism'},{'id':5248,'name':'female friendship'},{'id':5424,'name':'women's prison'},{'id':5452,'name':'stunt'},{'id':5956,'name':'stuntman'},{'id':6259,'name':'psychopath'},{'id':6844,'name':'stalker'},{'id':10292,'name':'gore'},{'id':11532,'name':'grindhouse'},{'id':11762,'name':'beaten to death'},{'id':12339,'name':'slasher'},{'id':13125,'name':'sadist'},{'id':14819,'name':'violence'},{'id':15483,'name':'car chase'},{'id':33984,'name':'killer car'},{'id':165288,'name':'misogynist'},{'id':179431,'name':'duringcreditsstinger'}]" +4192,"[{'id':818,'name':'based on novel or book'},{'id':1160,'name':'egypt'},{'id':2799,'name':'cruise'},{'id':9826,'name':'murder'},{'id':201535,'name':'hercule poirot'},{'id':201536,'name':'shipboard'},{'id':207046,'name':'murder mystery'}]" +128558,"[{'id':1415,'name':'small town'},{'id':1566,'name':'dream'},{'id':162846,'name':'ghost'},{'id':212762,'name':'caravaggio'}]" +91551,"[{'id':9715,'name':'superhero'}]" +280923,"[{'id':9826,'name':'murder'},{'id':14819,'name':'violence'},{'id':156174,'name':'occult'}]" +2196,"[{'id':380,'name':'sibling relationship'},{'id':455,'name':'farewell'},{'id':965,'name':'age difference'},{'id':970,'name':'parent child relationship'},{'id':1328,'name':'secret'},{'id':1647,'name':'sadness'},{'id':1909,'name':'coffin'},{'id':3739,'name':'funeral'},{'id':4432,'name':'gathering'},{'id':4902,'name':'surprise'},{'id':5498,'name':'lsd'},{'id':5948,'name':'studies'},{'id':6410,'name':'hallucinogen'},{'id':10123,'name':'dark comedy'},{'id':11483,'name':'drug trip'},{'id':34117,'name':'cult film'},{'id':171070,'name':'arrogance'},{'id':189421,'name':'female corpse'}]" +114750,"[{'id':239141,'name':'post-racial america'},{'id':239142,'name':'ivy league college'}]" +22971,"[{'id':818,'name':'based on novel or book'},{'id':6092,'name':'army'},{'id':9673,'name':'love'},{'id':33564,'name':'u.s. soldier'}]" +36334,"[{'id':918,'name':'newspaper'},{'id':2134,'name':'press'},{'id':3149,'name':'gangster'},{'id':176016,'name':'editor'}]" +97614,"[{'id':380,'name':'sibling relationship'},{'id':9104,'name':'partner'},{'id':9826,'name':'murder'},{'id':10562,'name':'on the run'},{'id':10718,'name':'fugitive'},{'id':18035,'name':'family'},{'id':156064,'name':'homecoming'},{'id':159707,'name':'crime gone awry'},{'id':193305,'name':'dishonesty'},{'id':206687,'name':'chases and races'},{'id':206701,'name':'criminal heroes'},{'id':206718,'name':'cons and scams'},{'id':207112,'name':'murderous pair'}]" +183412,[] +14001,"[{'id':703,'name':'detective'},{'id':3199,'name':'clown'},{'id':3393,'name':'tombstone'},{'id':3739,'name':'funeral'},{'id':3754,'name':'legend'},{'id':9704,'name':'ventriloquist'},{'id':9856,'name':'flashback'},{'id':9955,'name':'urban legend'},{'id':10541,'name':'curse'},{'id':12545,'name':'mansion'},{'id':33476,'name':'widower'},{'id':33505,'name':'gothic'},{'id':33630,'name':'doll'},{'id':33632,'name':'apartment'},{'id':156580,'name':'ghost story'},{'id':163226,'name':'ventriloquist dummy'}]" +114789,[] +263416,"[{'id':3754,'name':'legend'},{'id':9032,'name':'excavation'},{'id':9854,'name':'artifact'},{'id':158780,'name':'u.s. marine'}]" +22543,"[{'id':1608,'name':'twin sister'},{'id':15016,'name':'twins'}]" +207,"[{'id':30,'name':'individual'},{'id':490,'name':'philosophy'},{'id':496,'name':'poetry'},{'id':497,'name':'shakespeare'},{'id':1992,'name':'professor'},{'id':2132,'name':'literature'},{'id':6054,'name':'friendship'},{'id':10508,'name':'teacher'},{'id':15165,'name':'school play'},{'id':156799,'name':'vermont'},{'id':185158,'name':'preparatory school'},{'id':207074,'name':'shakespeare's a midsummer night's dream'}]" +70199,"[{'id':9937,'name':'suspense'}]" +190899,[] +9442,"[{'id':5609,'name':'nostalgia'},{'id':9755,'name':'parody'},{'id':12999,'name':'black and white'},{'id':34117,'name':'cult film'},{'id':155790,'name':'private detective'},{'id':207268,'name':'neo-noir'},{'id':207883,'name':'1940s'}]" +12877,"[{'id':726,'name':'drug abuse'},{'id':3927,'name':'rage and hate'},{'id':5301,'name':'brother'},{'id':5319,'name':'pub'},{'id':6733,'name':'bullying'},{'id':9748,'name':'revenge'},{'id':10183,'name':'independent film'},{'id':10886,'name':'punishment'},{'id':10887,'name':'home movie footage'},{'id':13065,'name':'soldier'},{'id':14624,'name':'cruelty'},{'id':14707,'name':'brutality'},{'id':34117,'name':'cult film'},{'id':243769,'name':'army veteran'}]" +102362,"[{'id':9748,'name':'revenge'},{'id':14512,'name':'new york city'},{'id':155755,'name':'mysterious woman'},{'id':167352,'name':'crime lord'}]" +151933,"[{'id':2827,'name':'forced labour'},{'id':6152,'name':'supernatural'},{'id':9748,'name':'revenge'},{'id':10139,'name':'lucifer'},{'id':34079,'name':'death'}]" +763,"[{'id':351,'name':'poison'},{'id':2658,'name':'new zealand'},{'id':10122,'name':'reanimation'},{'id':11513,'name':'cheating husband'},{'id':12377,'name':'zombie'},{'id':12415,'name':'back from the dead'},{'id':15149,'name':'monkey'},{'id':18087,'name':'attempted rape'},{'id':34117,'name':'cult film'}]" +76420,"[{'id':849,'name':'dc comics'},{'id':9715,'name':'superhero'},{'id':18933,'name':'catwoman'},{'id':156082,'name':'cat burglar'},{'id':156558,'name':'showcase'},{'id':159747,'name':'diamond theft'},{'id':187056,'name':'woman director'},{'id':188955,'name':'hand to hand combat'},{'id':189586,'name':'pole dancing'},{'id':190974,'name':'bullwhip'},{'id':227897,'name':'cleavage'}]" +9571,"[{'id':1228,'name':'1970s'},{'id':1556,'name':'texas'},{'id':6270,'name':'high school'},{'id':10683,'name':'coming of age'},{'id':13088,'name':'summer'},{'id':13130,'name':'teenager'},{'id':15060,'name':'period drama'}]" +2119,"[{'id':6315,'name':'stock car racing'},{'id':6316,'name':'daytona'},{'id':9844,'name':'car crash'}]" +58446,"[{'id':6270,'name':'high school'},{'id':10183,'name':'independent film'},{'id':10714,'name':'serial killer'},{'id':54169,'name':'stoner'}]" +19901,"[{'id':813,'name':'sunrise'},{'id':828,'name':'waitress'},{'id':1706,'name':'experiment'},{'id':2217,'name':'rain'},{'id':2725,'name':'sunlight'},{'id':3133,'name':'vampire'},{'id':4565,'name':'dystopia'},{'id':10327,'name':'undead'},{'id':14760,'name':'scientist'},{'id':17995,'name':'epidemic'},{'id':233706,'name':'night creatures'}]" +8408,"[{'id':1196,'name':'florida'},{'id':6255,'name':'insanity'},{'id':9714,'name':'remake'},{'id':10478,'name':'disembodied head'},{'id':12377,'name':'zombie'},{'id':18086,'name':'disembowelment'},{'id':157351,'name':'living dead'},{'id':186565,'name':'zombie apocalypse'},{'id':214996,'name':'florida everglades'}]" +119450,"[{'id':3077,'name':'leader'},{'id':4090,'name':'colony'},{'id':4458,'name':'post-apocalyptic'},{'id':4565,'name':'dystopia'},{'id':5160,'name':'animal attack'},{'id':5774,'name':'forest'},{'id':9663,'name':'sequel'},{'id':9720,'name':'woods'},{'id':14759,'name':'ape'},{'id':14760,'name':'scientist'},{'id':15149,'name':'monkey'},{'id':158025,'name':'medical research'},{'id':188959,'name':'plague'},{'id':209714,'name':'3d'}]" +924,"[{'id':972,'name':'refugee'},{'id':1583,'name':'mass murder'},{'id':1912,'name':'habor'},{'id':1926,'name':'car journey'},{'id':2081,'name':'department store'},{'id':2583,'name':'blackout'},{'id':2776,'name':'bus ride'},{'id':3725,'name':'pregnancy'},{'id':3737,'name':'dying and death'},{'id':4197,'name':'bite'},{'id':4277,'name':'to shoot dead'},{'id':4376,'name':'lorry'},{'id':4531,'name':'munition'},{'id':4682,'name':'basement garage'},{'id':5369,'name':'guard'},{'id':12377,'name':'zombie'},{'id':15162,'name':'dog'},{'id':33885,'name':'car'},{'id':179431,'name':'duringcreditsstinger'}]" +581,"[{'id':548,'name':'countryside'},{'id':818,'name':'based on novel or book'},{'id':1463,'name':'culture clash'},{'id':1806,'name':'deserter'},{'id':1860,'name':'mutiny'},{'id':1994,'name':'wolf'},{'id':2568,'name':'language barrier'},{'id':2796,'name':'self-discovery'},{'id':2911,'name':'dakota'},{'id':2912,'name':'buffalo'},{'id':6059,'name':'unsociability'},{'id':6089,'name':'freedom'},{'id':6335,'name':'tennessee'},{'id':7658,'name':'kansas'},{'id':8099,'name':'sioux'},{'id':10322,'name':'native american'},{'id':10794,'name':'snow'},{'id':190039,'name':'pawnee tribe'},{'id':207928,'name':'19th century'},{'id':208780,'name':'lakota'},{'id':211482,'name':'bison'},{'id':230457,'name':'early america'}]" +7211,"[{'id':817,'name':'bookshop'},{'id':5600,'name':'daughter'},{'id':14534,'name':'relationship'},{'id':33476,'name':'widower'},{'id':33477,'name':'shore'},{'id':33478,'name':'advice columnist'},{'id':33479,'name':'single father'},{'id':179431,'name':'duringcreditsstinger'}]" +82533,"[{'id':3616,'name':'college'},{'id':5248,'name':'female friendship'},{'id':206298,'name':'young adult'}]" +152532,"[{'id':515,'name':'women'},{'id':740,'name':'aids'},{'id':1019,'name':'rodeo'},{'id':1556,'name':'texas'},{'id':5565,'name':'biography'},{'id':5720,'name':'dallas texas'},{'id':9672,'name':'based on a true story'},{'id':9766,'name':'hiv'},{'id':14964,'name':'drugs'},{'id':158718,'name':'lgbt'},{'id':160929,'name':'treatment'},{'id':208289,'name':'1980s'},{'id':208798,'name':'trans woman'}]" +255476,"[{'id':548,'name':'countryside'},{'id':1019,'name':'rodeo'},{'id':2673,'name':'horse'},{'id':13088,'name':'summer'},{'id':14659,'name':'girl'},{'id':33602,'name':'cowgirl'}]" +138943,[] +278316,[] +10133,"[{'id':848,'name':'double life'},{'id':1568,'name':'undercover'},{'id':2251,'name':'lie'},{'id':4183,'name':'wife'},{'id':6129,'name':'company'},{'id':6133,'name':'industry'},{'id':9016,'name':'femme fatale'},{'id':10410,'name':'conspiracy'},{'id':11134,'name':'espionage'},{'id':11469,'name':'memory loss'},{'id':156334,'name':'corporate crime'},{'id':162988,'name':'dystopian future'},{'id':186189,'name':'hidden identity'},{'id':189449,'name':'disorder'},{'id':193305,'name':'dishonesty'},{'id':193554,'name':'power relations'},{'id':206690,'name':'mind and soul'},{'id':207108,'name':'uncover truth'},{'id':207110,'name':'mysterious character'}]" +240745,[] +276902,"[{'id':680,'name':'montana'},{'id':1328,'name':'secret'},{'id':3581,'name':'witness'},{'id':4697,'name':'video'},{'id':9826,'name':'murder'},{'id':10260,'name':'mechanic'},{'id':10456,'name':'athlete'},{'id':14819,'name':'violence'},{'id':14872,'name':'reward'},{'id':211067,'name':'country noir'}]" +67087,"[{'id':2546,'name':'mask'},{'id':9826,'name':'murder'},{'id':10333,'name':'stalking'},{'id':10714,'name':'serial killer'},{'id':10768,'name':'lesbian'},{'id':13112,'name':'murderer'},{'id':14805,'name':'maniac'},{'id':14819,'name':'violence'},{'id':15127,'name':'killer'},{'id':33630,'name':'doll'},{'id':33928,'name':'audition'}]" +28073,"[{'id':392,'name':'england'},{'id':616,'name':'witch'},{'id':1227,'name':'cemetery'},{'id':2389,'name':'virgin'},{'id':2858,'name':'sacrifice'},{'id':6149,'name':'police'},{'id':13140,'name':'niece'},{'id':15346,'name':'old dark house'},{'id':40931,'name':'witchcraft'}]" +167032,"[{'id':2564,'name':'wheelchair'},{'id':8087,'name':'horror'},{'id':10603,'name':'killer doll'},{'id':10685,'name':'escape'},{'id':33630,'name':'doll'},{'id':187065,'name':'toy comes to life'},{'id':190349,'name':'chucky'}]" +9975,"[{'id':2598,'name':'museum'},{'id':3977,'name':'product placement'},{'id':9903,'name':'balloon'},{'id':10787,'name':'jungle'},{'id':15149,'name':'monkey'},{'id':18035,'name':'family'},{'id':157984,'name':'prediction'},{'id':158022,'name':'cargo ship'},{'id':158023,'name':'curiosity'}]" +431,"[{'id':483,'name':'riddle'},{'id':1646,'name':'autism'},{'id':2147,'name':'claustrophobia'},{'id':2158,'name':'maze'},{'id':2846,'name':'prime number'},{'id':2847,'name':'entrapment'},{'id':6009,'name':'mathematics'},{'id':9826,'name':'murder'},{'id':10685,'name':'escape'},{'id':14819,'name':'violence'},{'id':191494,'name':'numbers'}]" +201086,[] +157409,[] +183662,[] +26564,"[{'id':1353,'name':'underground'},{'id':5565,'name':'biography'},{'id':14893,'name':'art'}]" +796,"[{'id':213,'name':'upper class'},{'id':380,'name':'sibling relationship'},{'id':459,'name':'sexual obsession'},{'id':572,'name':'sex'},{'id':622,'name':'bet'},{'id':625,'name':'sadistic'},{'id':726,'name':'drug abuse'},{'id':2045,'name':'cynic'},{'id':2150,'name':'cocaine'},{'id':2389,'name':'virgin'},{'id':2887,'name':'manipulation'},{'id':3182,'name':'seduction'},{'id':3452,'name':'love letter'},{'id':3551,'name':'private school'},{'id':6139,'name':'innocence'},{'id':6782,'name':'addiction'},{'id':9673,'name':'love'},{'id':157154,'name':'psychotherapy'}]" +923,"[{'id':720,'name':'helicopter'},{'id':1774,'name':'news broadcast'},{'id':3431,'name':'materialism'},{'id':3544,'name':'machete'},{'id':4197,'name':'bite'},{'id':4630,'name':'chaos'},{'id':4632,'name':'martial law'},{'id':4633,'name':'state of emergency'},{'id':4634,'name':'rock gang'},{'id':4884,'name':'infection'},{'id':6092,'name':'army'},{'id':6951,'name':'biker'},{'id':9276,'name':'truck'},{'id':10292,'name':'gore'},{'id':12377,'name':'zombie'},{'id':14736,'name':'motorcycle gang'},{'id':14819,'name':'violence'},{'id':157598,'name':'store'},{'id':157690,'name':'mall'},{'id':193594,'name':'pittsburgh'}]" +109667,"[{'id':222,'name':'schizophrenia'},{'id':10183,'name':'independent film'},{'id':41329,'name':'mental illness'}]" +11566,"[{'id':732,'name':'coma'},{'id':833,'name':'white house'},{'id':840,'name':'usa president'},{'id':4073,'name':'apoplectic stroke'},{'id':161891,'name':'doppelgänger'}]" +35056,"[{'id':248,'name':'date'},{'id':417,'name':'corruption'},{'id':444,'name':'taxi'},{'id':996,'name':'expensive restaurant'},{'id':1157,'name':'wife husband relationship'},{'id':1419,'name':'gun'},{'id':1422,'name':'boat'},{'id':1749,'name':'taxi driver'},{'id':1946,'name':'restaurant'},{'id':2405,'name':'roof'},{'id':2587,'name':'married couple'},{'id':6083,'name':'politician'},{'id':6593,'name':'stripper'},{'id':7281,'name':'shooting'},{'id':9727,'name':'thief'},{'id':9844,'name':'car crash'},{'id':10261,'name':'stealing'},{'id':10325,'name':'mistaken identity'},{'id':11734,'name':'police corruption'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'}]" +99367,[] +24134,"[{'id':90,'name':'paris france'},{'id':131,'name':'italy'},{'id':212,'name':'london'},{'id':736,'name':'journalist'},{'id':14818,'name':'model'},{'id':15479,'name':'fashion'},{'id':34094,'name':'extramarital affair'},{'id':155762,'name':'swinging 60s'},{'id':163048,'name':'decadence'}]" +235046,"[{'id':2367,'name':'rehabilitation'},{'id':2883,'name':'imprisonment'},{'id':6782,'name':'addiction'},{'id':13006,'name':'torture'},{'id':13063,'name':'car accident'},{'id':33720,'name':'guilt'},{'id':220397,'name':'fatalities'}]" +9556,"[{'id':417,'name':'corruption'},{'id':1706,'name':'experiment'},{'id':1959,'name':'burn'},{'id':2546,'name':'mask'},{'id':3149,'name':'gangster'},{'id':12670,'name':'los angeles'},{'id':41410,'name':'madness'},{'id':170356,'name':'outsider'},{'id':170383,'name':'disfigurement'},{'id':185736,'name':'conflagration'},{'id':208534,'name':'darkman'}]" +27972,"[{'id':879,'name':'brain tumor'}]" +145135,"[{'id':6152,'name':'supernatural'},{'id':8087,'name':'horror'},{'id':9951,'name':'alien'},{'id':13073,'name':'fear'}]" +62213,"[{'id':616,'name':'witch'},{'id':2883,'name':'imprisonment'},{'id':3133,'name':'vampire'},{'id':10541,'name':'curse'},{'id':11860,'name':'fish out of water'},{'id':15375,'name':'chains'},{'id':33505,'name':'gothic'},{'id':41410,'name':'madness'},{'id':155733,'name':'old house'},{'id':160269,'name':'lost love'},{'id':160274,'name':'angry mob'},{'id':160279,'name':'18th century'},{'id':162846,'name':'ghost'},{'id':190941,'name':'hidden room'},{'id':193263,'name':'old mansion'}]" +182560,"[{'id':378,'name':'prison'},{'id':380,'name':'sibling relationship'},{'id':818,'name':'based on novel or book'},{'id':3099,'name':'satanism'},{'id':3581,'name':'witness'},{'id':3688,'name':'strip club'},{'id':3725,'name':'pregnancy'},{'id':5385,'name':'survivor'},{'id':6593,'name':'stripper'},{'id':9826,'name':'murder'},{'id':9856,'name':'flashback'},{'id':10089,'name':'slaughter'},{'id':166571,'name':'hired killer'},{'id':222287,'name':'murder of family'}]" +39564,"[{'id':1415,'name':'small town'},{'id':9673,'name':'love'},{'id':10541,'name':'curse'},{'id':10714,'name':'serial killer'},{'id':12564,'name':'werewolf'},{'id':156803,'name':'extinction'},{'id':220887,'name':'re-born'},{'id':240119,'name':'father son relationship'}]" +302287,[] +178408,[] +2666,"[{'id':634,'name':'soul'},{'id':966,'name':'beach'},{'id':1706,'name':'experiment'},{'id':2116,'name':'sleep'},{'id':2340,'name':'paranoia'},{'id':2887,'name':'manipulation'},{'id':4565,'name':'dystopia'},{'id':4630,'name':'chaos'},{'id':10125,'name':'mad scientist'},{'id':10714,'name':'serial killer'},{'id':10718,'name':'fugitive'},{'id':10937,'name':'memory'},{'id':12190,'name':'cyberpunk'},{'id':12965,'name':'duel'},{'id':33465,'name':'parallel world'},{'id':163252,'name':'alien race'},{'id':178657,'name':'tech noir'},{'id':207268,'name':'neo-noir'},{'id':214730,'name':'retrofuturism'}]" +19384,"[{'id':2620,'name':'evidence'},{'id':2635,'name':'overdose'},{'id':2671,'name':'heroin'},{'id':8015,'name':'cop'},{'id':9951,'name':'alien'},{'id':10950,'name':'shootout'},{'id':11199,'name':'undercover cop'},{'id':14964,'name':'drugs'}]" +9480,"[{'id':1741,'name':'blindness and impaired vision'},{'id':2398,'name':'narration'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':40869,'name':'daredevil'},{'id':175186,'name':'hazardous waste'},{'id':175208,'name':'mob hit'},{'id':179431,'name':'duringcreditsstinger'}]" +9619,"[{'id':720,'name':'helicopter'},{'id':1415,'name':'small town'},{'id':1919,'name':'mayor'},{'id':2227,'name':'evacuation'},{'id':2669,'name':'motel'},{'id':2859,'name':'lava'},{'id':3347,'name':'volcano'},{'id':3623,'name':'cabin'},{'id':4663,'name':'lovers'},{'id':5096,'name':'natural disaster'},{'id':6281,'name':'partnership'},{'id':7051,'name':'volcanologist'},{'id':10084,'name':'rescue'},{'id':14601,'name':'explosion'},{'id':14760,'name':'scientist'},{'id':158272,'name':'seismograph'},{'id':163398,'name':'volcanic eruption'},{'id':164658,'name':'rowboat'},{'id':188351,'name':'catastrophe'},{'id':208580,'name':'acid'},{'id':211215,'name':'county fair'},{'id':215861,'name':'abandoned mine'},{'id':220844,'name':'volcanic ash'}]" +256924,"[{'id':2570,'name':'rock star'},{'id':176793,'name':'middle age'}]" +298533,[] +101173,"[{'id':1399,'name':'senate'},{'id':1402,'name':'general'},{'id':5563,'name':'market'},{'id':9823,'name':'rivalry'},{'id':10614,'name':'tragedy'},{'id':14708,'name':'tears'},{'id':14767,'name':'scar'},{'id':14831,'name':'stabbing'},{'id':157331,'name':'truce'},{'id':157332,'name':'flag'},{'id':157333,'name':'vote'}]" +14836,"[{'id':1566,'name':'dream'},{'id':4484,'name':'eye'},{'id':10121,'name':'stop motion'},{'id':10668,'name':'stuffed animal'},{'id':33465,'name':'parallel world'},{'id':33466,'name':'button'},{'id':33467,'name':'new home'},{'id':33468,'name':'secret door'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'},{'id':209714,'name':'3d'}]" +1710,"[{'id':796,'name':'police brutality'},{'id':2800,'name':'psychology'},{'id':4668,'name':'police operation'},{'id':5430,'name':'police protection'},{'id':10714,'name':'serial killer'},{'id':11268,'name':'psychologist'},{'id':13001,'name':'cowardliness'}]" +188826,[] +23742,"[{'id':242,'name':'new york'},{'id':975,'name':'money laundering'},{'id':5600,'name':'daughter'},{'id':6149,'name':'police'},{'id':11199,'name':'undercover cop'},{'id':11459,'name':'locked in trunk of car'},{'id':11460,'name':'baseball card'},{'id':13027,'name':'wedding'},{'id':15090,'name':'police officer'},{'id':179431,'name':'duringcreditsstinger'}]" +27716,"[{'id':577,'name':'black people'},{'id':738,'name':'sexuality'},{'id':3208,'name':'bunny'},{'id':11550,'name':'black activist'},{'id':12425,'name':'racism'},{'id':161919,'name':'adult animation'}]" +9584,"[{'id':796,'name':'police brutality'},{'id':828,'name':'waitress'},{'id':1721,'name':'fight'},{'id':3306,'name':'highway'},{'id':3713,'name':'chase'},{'id':4108,'name':'protest'},{'id':6149,'name':'police'},{'id':7312,'name':'road trip'},{'id':9276,'name':'truck'},{'id':9844,'name':'car crash'},{'id':10776,'name':'marijuana'},{'id':41011,'name':'based on song, poem or rhyme'},{'id':155497,'name':'truck driver'},{'id':155498,'name':'cb radio'},{'id':155499,'name':'convoy'},{'id':216079,'name':'truck stop'}]" +245527,"[{'id':378,'name':'prison'}]" +296392,[] +77866,"[{'id':11429,'name':'head wound'},{'id':15009,'name':'criminal'},{'id':41180,'name':'security guard'},{'id':190165,'name':'contraband'}]" +39538,"[{'id':83,'name':'saving the world'},{'id':2766,'name':'mutation'},{'id':4884,'name':'infection'},{'id':6564,'name':'terminal illness'},{'id':6898,'name':'quarantine'},{'id':9744,'name':'outbreak'},{'id':14674,'name':'vaccine'},{'id':14675,'name':'lethal virus'},{'id':14760,'name':'scientist'},{'id':17995,'name':'epidemic'},{'id':208788,'name':'medical drama'}]" +686,"[{'id':818,'name':'based on novel or book'},{'id':1432,'name':'nasa'},{'id':1508,'name':'new mexico'},{'id':1603,'name':'extraterrestrial technology'},{'id':2846,'name':'prime number'},{'id':3412,'name':'star'},{'id':3416,'name':'radio wave'},{'id':3417,'name':'wormhole'},{'id':3419,'name':'fanatic'},{'id':10706,'name':'spirituality'},{'id':11001,'name':'religion'},{'id':14760,'name':'scientist'},{'id':15246,'name':'sabotage'},{'id':159961,'name':'ham radio'},{'id':160515,'name':'alien contact'},{'id':162356,'name':'mechanical engineering'},{'id':162357,'name':'observatory'},{'id':226028,'name':'eccentric man'},{'id':226240,'name':'radio telescope'}]" +561,"[{'id':290,'name':'angel'},{'id':718,'name':'confession'},{'id':849,'name':'dc comics'},{'id':2626,'name':'exorcism'},{'id':3648,'name':'archangel gabriel'},{'id':3649,'name':'holy water'},{'id':6152,'name':'supernatural'},{'id':9717,'name':'based on comic'},{'id':10139,'name':'lucifer'},{'id':15001,'name':'demon'},{'id':156174,'name':'occult'},{'id':179430,'name':'aftercreditsstinger'}]" +8834,"[{'id':242,'name':'new york'},{'id':591,'name':'cia'},{'id':720,'name':'helicopter'},{'id':782,'name':'assassin'},{'id':1328,'name':'secret'},{'id':1523,'name':'obsession'},{'id':1749,'name':'taxi driver'},{'id':1812,'name':'fbi'},{'id':2340,'name':'paranoia'},{'id':2564,'name':'wheelchair'},{'id':3713,'name':'chase'},{'id':4934,'name':'theory'},{'id':6078,'name':'politics'},{'id':6086,'name':'government'},{'id':6318,'name':'control'},{'id':9665,'name':'cover-up'},{'id':9826,'name':'murder'},{'id':9856,'name':'flashback'},{'id':9937,'name':'suspense'},{'id':10410,'name':'conspiracy'},{'id':13006,'name':'torture'},{'id':192097,'name':'target'},{'id':194581,'name':'geronimo'},{'id':226689,'name':'newsletter'}]" +1688,"[{'id':291,'name':'circus'},{'id':2551,'name':'pet'},{'id':3714,'name':'human being'},{'id':4565,'name':'dystopia'},{'id':5726,'name':'insurrection'},{'id':6092,'name':'army'},{'id':14759,'name':'ape'}]" +20048,"[{'id':242,'name':'new york'},{'id':818,'name':'based on novel or book'},{'id':1998,'name':'shop'},{'id':2081,'name':'department store'},{'id':6490,'name':'shopping mall'},{'id':6782,'name':'addiction'},{'id':9468,'name':'liar'},{'id':9799,'name':'romantic comedy'},{'id':10262,'name':'financial journalist'},{'id':179431,'name':'duringcreditsstinger'}]" +4912,"[{'id':4688,'name':'microfilm'},{'id':5565,'name':'biography'},{'id':18107,'name':'silencer'},{'id':34038,'name':'intrigue'}]" +37430,"[{'id':616,'name':'witch'},{'id':1938,'name':'sword'},{'id':2343,'name':'magic'},{'id':2831,'name':'slavery'},{'id':7376,'name':'princess'},{'id':9714,'name':'remake'},{'id':9748,'name':'revenge'},{'id':10084,'name':'rescue'},{'id':10821,'name':'sorcerer'},{'id':13006,'name':'torture'},{'id':14643,'name':'battle'},{'id':14665,'name':'barbarian'},{'id':234213,'name':'sword and sorcery'}]" +30787,"[{'id':1566,'name':'dream'},{'id':2564,'name':'wheelchair'},{'id':9678,'name':'mind control'},{'id':10770,'name':'mad doctor'},{'id':12377,'name':'zombie'},{'id':14819,'name':'violence'}]" +283150,"[{'id':14989,'name':'religious'}]" +106135,"[{'id':6075,'name':'sport'},{'id':179431,'name':'duringcreditsstinger'}]" +9396,"[{'id':242,'name':'new york'},{'id':3185,'name':'crocodile'},{'id':4728,'name':'knife'},{'id':5657,'name':'australia'},{'id':179430,'name':'aftercreditsstinger'}]" +9671,"[{'id':242,'name':'new york'},{'id':549,'name':'prostitute'},{'id':612,'name':'hotel'},{'id':736,'name':'journalist'},{'id':1463,'name':'culture clash'},{'id':1552,'name':'subway'},{'id':3185,'name':'crocodile'},{'id':3593,'name':'wilderness'},{'id':4728,'name':'knife'},{'id':5159,'name':'tourist'},{'id':5641,'name':'limousine'},{'id':8723,'name':'poacher'},{'id':11860,'name':'fish out of water'},{'id':14828,'name':'city'},{'id':193760,'name':'australian outback'},{'id':208662,'name':'kangaroo'}]" +8963,"[{'id':339,'name':'submarine'},{'id':1860,'name':'mutiny'},{'id':2139,'name':'russia'},{'id':2534,'name':'missile'},{'id':3312,'name':'nuclear missile'},{'id':4123,'name':'embassy'},{'id':4410,'name':'u.s. navy'},{'id':4933,'name':'battle for power'},{'id':6791,'name':'torpedo'},{'id':162365,'name':'military'},{'id':198423,'name':'moral dilemma'},{'id':217133,'name':'post cold war'},{'id':221092,'name':'aircraft carrier'},{'id':226740,'name':'chain of command'},{'id':226741,'name':'launch code'},{'id':226742,'name':'sonar'}]" +121498,[] +50646,"[{'id':815,'name':'soulmates'},{'id':1599,'name':'midlife crisis'},{'id':5809,'name':'marriage crisis'},{'id':9094,'name':'womanizer'},{'id':9798,'name':'law school'},{'id':14532,'name':'crazy'},{'id':14534,'name':'relationship'}]" +286657,"[{'id':9951,'name':'alien'},{'id':189102,'name':'tunnel'}]" +1640,"[{'id':3060,'name':'race politics'},{'id':5600,'name':'daughter'},{'id':5666,'name':'installer'},{'id':6149,'name':'police'},{'id':6201,'name':'fall'},{'id':9844,'name':'car crash'},{'id':12425,'name':'racism'},{'id':12670,'name':'los angeles'},{'id':157912,'name':'bigotry'},{'id':170154,'name':'social services'},{'id':203113,'name':'collision'}]" +15092,"[{'id':549,'name':'prostitute'},{'id':643,'name':'horse race'},{'id':2860,'name':'heart'},{'id':3688,'name':'strip club'},{'id':5157,'name':'electric shock'},{'id':9663,'name':'sequel'},{'id':9856,'name':'flashback'},{'id':10217,'name':'tourette syndrome'},{'id':10726,'name':'gang'},{'id':10950,'name':'shootout'},{'id':11512,'name':'public sex'},{'id':11732,'name':'cigarette smoking'},{'id':12545,'name':'mansion'},{'id':14967,'name':'foot chase'},{'id':157959,'name':'surgery'},{'id':160868,'name':'taser'},{'id':179431,'name':'duringcreditsstinger'},{'id':214655,'name':'absurdism'},{'id':226738,'name':'ultraviolence'}]" +1948,"[{'id':351,'name':'poison'},{'id':720,'name':'helicopter'},{'id':782,'name':'assassin'},{'id':2708,'name':'hitman'},{'id':4680,'name':'adrenaline'},{'id':5572,'name':'fistfight'},{'id':8181,'name':'swimming pool'},{'id':9748,'name':'revenge'},{'id':10950,'name':'shootout'},{'id':14735,'name':'motorcycle'},{'id':14964,'name':'drugs'},{'id':15156,'name':'cell phone'},{'id':15483,'name':'car chase'},{'id':159546,'name':'pharmacy'},{'id':163516,'name':'defibrillation'},{'id':166093,'name':'hospital gown'},{'id':177127,'name':'emergency room'},{'id':179430,'name':'aftercreditsstinger'},{'id':185686,'name':'sweatshop'},{'id':198962,'name':'run'},{'id':226710,'name':'epinephrine'}]" +10623,"[{'id':642,'name':'robbery'},{'id':1384,'name':'diamond'},{'id':2051,'name':'intelligence'},{'id':2492,'name':'bank robber'},{'id':9727,'name':'thief'},{'id':15363,'name':'bank robbery'},{'id':33672,'name':'financial transactions'},{'id':160488,'name':'hoodlum'}]" +6282,"[{'id':1010,'name':'bar'},{'id':4344,'name':'musical'},{'id':9767,'name':'beautiful woman'}]" +49849,"[{'id':642,'name':'robbery'},{'id':798,'name':'sheriff'},{'id':1612,'name':'spacecraft'},{'id':1859,'name':'arizona'},{'id':3290,'name':'laser'},{'id':9503,'name':'outlaw'},{'id':9738,'name':'ufo'},{'id':9951,'name':'alien'},{'id':10322,'name':'native american'},{'id':10685,'name':'escape'},{'id':12371,'name':'gunfight'}]" +21622,"[{'id':4344,'name':'musical'},{'id':4620,'name':'magazine'},{'id':197122,'name':'cover girl'}]" +72213,"[{'id':5905,'name':'father'},{'id':6150,'name':'faith'}]" +19899,"[{'id':2041,'name':'island'},{'id':2587,'name':'married couple'},{'id':5828,'name':'yoga'},{'id':6611,'name':'tahiti'},{'id':8728,'name':'couples therapy'},{'id':9673,'name':'love'},{'id':9767,'name':'beautiful woman'},{'id':18480,'name':'tropical'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'},{'id':215533,'name':'french polynesia'}]" +39043,"[{'id':2389,'name':'virgin'},{'id':4995,'name':'aging'},{'id':155730,'name':'hammer horror'},{'id':156075,'name':'evil'},{'id':161257,'name':'medieval'}]" +49014,"[{'id':572,'name':'sex'},{'id':817,'name':'bookshop'},{'id':960,'name':'homeless person'},{'id':2560,'name':'paparazzi'},{'id':3088,'name':'bodyguard'},{'id':5641,'name':'limousine'},{'id':5879,'name':'anarchist'},{'id':9826,'name':'murder'},{'id':12547,'name':'billionaire'},{'id':13126,'name':'limousine driver'},{'id':189358,'name':'squatting'},{'id':189368,'name':'barber'},{'id':189371,'name':'voice recognition'},{'id':189379,'name':'deformity'}]" +3933,"[{'id':367,'name':'shyness'},{'id':392,'name':'england'},{'id':1332,'name':'cheating'},{'id':2103,'name':'old town'},{'id':2968,'name':'grave'},{'id':4062,'name':'skeleton'},{'id':4344,'name':'musical'},{'id':6038,'name':'marriage'},{'id':7578,'name':'wedding ring'},{'id':10121,'name':'stop motion'},{'id':10336,'name':'animation'},{'id':10594,'name':'money'},{'id':13027,'name':'wedding'},{'id':13092,'name':'corpse'},{'id':18093,'name':'wedding ceremony'},{'id':159947,'name':'parents'},{'id':177895,'name':'dark fantasy'},{'id':181046,'name':'european'},{'id':189093,'name':'ring'},{'id':207592,'name':'piano'}]" +22021,"[{'id':3454,'name':'orderly'},{'id':6145,'name':'right and justice'},{'id':7002,'name':'vigilante'},{'id':10601,'name':'blaxploitation'},{'id':155760,'name':'afro'},{'id':156117,'name':'illegal drugs'}]" +71682,"[{'id':612,'name':'hotel'},{'id':6100,'name':'tools'},{'id':9826,'name':'murder'},{'id':10714,'name':'serial killer'},{'id':12339,'name':'slasher'}]" +80787,"[{'id':236,'name':'suicide'},{'id':1956,'name':'world war ii'},{'id':6257,'name':'genius'},{'id':10180,'name':'homosexuality'},{'id':161507,'name':'cryptologist'}]" +114606,"[{'id':12377,'name':'zombie'},{'id':204970,'name':'east end of london'},{'id':221219,'name':'pensioners'},{'id':221220,'name':'cockneys'}]" +14761,"[{'id':2150,'name':'cocaine'},{'id':2231,'name':'drug dealer'}]" +9874,"[{'id':797,'name':'showdown'},{'id':836,'name':'resistance'},{'id':2863,'name':'mannequin'},{'id':3246,'name':'prosecution'},{'id':8015,'name':'cop'},{'id':9826,'name':'murder'},{'id':10726,'name':'gang'},{'id':15155,'name':'witness to murder'}]" +16769,"[{'id':727,'name':'country music'},{'id':3291,'name':'kentucky'},{'id':5248,'name':'female friendship'},{'id':5565,'name':'biography'},{'id':164717,'name':'loretta lynn'},{'id':164724,'name':'washington state'},{'id':164730,'name':'still'},{'id':164731,'name':'grand ole opry'},{'id':164734,'name':'nashville tennessee'},{'id':164736,'name':'honkytonk'},{'id':164738,'name':'coal'},{'id':164742,'name':'coal mining'},{'id':164745,'name':'journey shown on map'},{'id':209941,'name':'death of best friend'}]" +7214,"[{'id':577,'name':'black people'},{'id':5833,'name':'autoritian education'},{'id':6075,'name':'sport'},{'id':6270,'name':'high school'},{'id':6278,'name':'scholarship'},{'id':6496,'name':'basketball'},{'id':7920,'name':'violence in schools'},{'id':10508,'name':'teacher'},{'id':193547,'name':'teachers and students'}]" +333657,"[{'id':242,'name':'new york'},{'id':2334,'name':'nightclub'},{'id':8508,'name':'party'},{'id':168346,'name':'manhattan, new york city'},{'id':193208,'name':'promoter'}]" +112454,"[{'id':3199,'name':'clown'},{'id':5202,'name':'boy'},{'id':9826,'name':'murder'},{'id':11221,'name':'blood'},{'id':166109,'name':'child murder'},{'id':176691,'name':'killer clown'}]" +7191,"[{'id':279,'name':'usa'},{'id':720,'name':'helicopter'},{'id':1299,'name':'monster'},{'id':1418,'name':'skyscraper'},{'id':1721,'name':'fight'},{'id':2249,'name':'camcorder'},{'id':4210,'name':'panic'},{'id':4630,'name':'chaos'},{'id':6152,'name':'supernatural'},{'id':6898,'name':'quarantine'},{'id':9713,'name':'friends'},{'id':9951,'name':'alien'},{'id':10084,'name':'rescue'},{'id':10617,'name':'disaster'},{'id':10685,'name':'escape'},{'id':11100,'name':'giant monster'},{'id':50009,'name':'survival horror'},{'id':161791,'name':'kaiju'},{'id':162365,'name':'military'},{'id':163053,'name':'found footage'},{'id':179430,'name':'aftercreditsstinger'}]" +22794,"[{'id':1436,'name':'inventor'},{'id':3694,'name':'weather'},{'id':10637,'name':'food'},{'id':15101,'name':'based on children's book'},{'id':156810,'name':'science'}]" +109451,"[{'id':1436,'name':'inventor'},{'id':10637,'name':'food'},{'id':14760,'name':'scientist'}]" +246860,"[{'id':236,'name':'suicide'},{'id':1262,'name':'mountain'},{'id':4995,'name':'aging'},{'id':15160,'name':'divorce'},{'id':201070,'name':'gender ideals'},{'id':207583,'name':'actress'}]" +83542,"[{'id':237,'name':'gay'},{'id':402,'name':'clone'},{'id':2964,'name':'future'},{'id':4565,'name':'dystopia'},{'id':158718,'name':'lgbt'},{'id':159753,'name':'ensemble cast'},{'id':179431,'name':'duringcreditsstinger'},{'id':184584,'name':'century'},{'id':187056,'name':'woman director'},{'id':214548,'name':'1930s'},{'id':243576,'name':'trans director'}]" +2288,"[{'id':697,'name':'loss of loved one'},{'id':699,'name':'love at first sight'},{'id':970,'name':'parent child relationship'},{'id':1003,'name':'photographer'},{'id':1332,'name':'cheating'},{'id':2251,'name':'lie'},{'id':3691,'name':'forbidden love'},{'id':4262,'name':'tea'},{'id':4320,'name':'lover'},{'id':5091,'name':'kiss'},{'id':6025,'name':'photography'},{'id':7879,'name':'secret love'},{'id':8764,'name':'times square'},{'id':9468,'name':'liar'},{'id':9606,'name':'sexchat'},{'id':10181,'name':'based on play or musical'},{'id':10201,'name':'death of father'},{'id':13072,'name':'falling in love'}]" +146223,"[{'id':949,'name':'terrorist'},{'id':2695,'name':'ex-lover'},{'id':10909,'name':'lawyer'},{'id':33702,'name':'bombing'}]" +840,"[{'id':1016,'name':'wyoming'},{'id':1447,'name':'indiana'},{'id':1523,'name':'obsession'},{'id':1603,'name':'extraterrestrial technology'},{'id':2227,'name':'evacuation'},{'id':2583,'name':'blackout'},{'id':3243,'name':'flying saucer'},{'id':3268,'name':'secret base'},{'id':3760,'name':'light'},{'id':4212,'name':'contact'},{'id':4214,'name':'beguilement'},{'id':4217,'name':'exchange'},{'id':9738,'name':'ufo'},{'id':9951,'name':'alien'},{'id':10324,'name':'toys'},{'id':10629,'name':'vision'},{'id':156091,'name':'missing person'},{'id':160754,'name':'mother ship'},{'id':187710,'name':'escapade'},{'id':206711,'name':'obsessive quest'},{'id':206811,'name':'life turned upside down'},{'id':237124,'name':'lightshow'}]" +20649,"[{'id':11505,'name':'drug pusher'},{'id':13008,'name':'train'},{'id':14964,'name':'drugs'},{'id':18026,'name':'drug lord'}]" +9350,"[{'id':1262,'name':'mountain'},{'id':2805,'name':'rocky mountains'},{'id':3800,'name':'airplane'},{'id':4245,'name':'hijacking'},{'id':4702,'name':'suitcase'},{'id':8624,'name':'climbing'},{'id':10051,'name':'heist'},{'id':10594,'name':'money'},{'id':10794,'name':'snow'},{'id':159212,'name':'mountain climbing'}]" +201847,"[{'id':1918,'name':'cooking'},{'id':3914,'name':'kitchen'},{'id':6438,'name':'anorexia'},{'id':10226,'name':'neighbor'},{'id':14602,'name':'break-up'},{'id':33928,'name':'audition'},{'id':156091,'name':'missing person'},{'id':158927,'name':'police investigation'},{'id':163699,'name':'vomiting'},{'id':185482,'name':'movie actress'}]" +35921,"[{'id':818,'name':'based on novel or book'},{'id':1468,'name':'child murderer'},{'id':9672,'name':'based on a true story'},{'id':33519,'name':'courtroom'},{'id':171070,'name':'arrogance'}]" +84188,[] +40562,"[{'id':1556,'name':'texas'},{'id':9840,'name':'romance'},{'id':171817,'name':'groom'},{'id':187056,'name':'woman director'},{'id':194005,'name':'escape from a mental institution'}]" +10999,"[{'id':1930,'name':'kidnapping'},{'id':3568,'name':'lone wolf'},{'id':5600,'name':'daughter'},{'id':5905,'name':'father'},{'id':11107,'name':'rescue mission'}]" +9602,"[{'id':3015,'name':'fast food restaurant'},{'id':3071,'name':'prince'},{'id':5515,'name':'heir to the throne'},{'id':11860,'name':'fish out of water'},{'id':14512,'name':'new york city'},{'id':167808,'name':'fake identity'},{'id':179431,'name':'duringcreditsstinger'},{'id':210589,'name':'searching for love'}]" +31657,"[{'id':387,'name':'california'},{'id':447,'name':'post traumatic stress disorder'},{'id':856,'name':'paraplegic'},{'id':2564,'name':'wheelchair'},{'id':2956,'name':'vietnam'},{'id':6091,'name':'war'},{'id':8054,'name':'volunteer'},{'id':9673,'name':'love'},{'id':11399,'name':'marine'},{'id':11612,'name':'hospital'},{'id':208992,'name':'1960s'}]" +276908,"[{'id':14534,'name':'relationship'},{'id':157171,'name':'nonlinear timeline'},{'id':227613,'name':'meteor shower'}]" +67772,"[{'id':1556,'name':'texas'},{'id':9856,'name':'flashback'},{'id':10183,'name':'independent film'}]" +92000,[] +28180,"[{'id':10292,'name':'gore'}]" +62835,"[{'id':542,'name':'street gang'},{'id':6464,'name':'uncle'},{'id':12367,'name':'female assassin'},{'id':15155,'name':'witness to murder'}]" +13493,"[{'id':7312,'name':'road trip'}]" +13991,"[{'id':738,'name':'sexuality'},{'id':3616,'name':'college'},{'id':5490,'name':'girlfriend'},{'id':5569,'name':'vomit'},{'id':33648,'name':'celebration'},{'id':157632,'name':'fraternity'},{'id':170209,'name':'frat party'}]" +1538,"[{'id':387,'name':'california'},{'id':444,'name':'taxi'},{'id':782,'name':'assassin'},{'id':1562,'name':'hostage'},{'id':1749,'name':'taxi driver'},{'id':1812,'name':'fbi'},{'id':2708,'name':'hitman'},{'id':6149,'name':'police'},{'id':12670,'name':'los angeles'},{'id':13112,'name':'murderer'},{'id':15009,'name':'criminal'},{'id':163656,'name':'gun violence'}]" +172520,[] +2289,"[{'id':697,'name':'loss of loved one'},{'id':1806,'name':'deserter'},{'id':2038,'name':'love of one's life'},{'id':230457,'name':'early america'}]" +244509,"[{'id':818,'name':'based on novel or book'},{'id':1227,'name':'cemetery'},{'id':2801,'name':'self-defense'},{'id':4382,'name':'flashlight'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':14903,'name':'home invasion'},{'id':208127,'name':'intruder'}]" +210047,"[{'id':2669,'name':'motel'},{'id':11734,'name':'police corruption'},{'id':15009,'name':'criminal'}]" +220289,"[{'id':402,'name':'clone'},{'id':2340,'name':'paranoia'},{'id':4803,'name':'comet'},{'id':9181,'name':'alter ego'},{'id':9824,'name':'reunion'},{'id':14755,'name':'power outage'},{'id':15224,'name':'candle'},{'id':33465,'name':'parallel world'},{'id':156282,'name':'alternate reality'},{'id':191260,'name':'dinner party'},{'id':215024,'name':'ketamine'},{'id':217034,'name':'quantum physics'},{'id':225061,'name':'friend'},{'id':238203,'name':'broken cellphone'},{'id':238205,'name':'glowstick'}]" +9339,"[{'id':802,'name':'regret'},{'id':1022,'name':'workaholic'},{'id':1786,'name':'heart attack'},{'id':2301,'name':'architect'},{'id':3737,'name':'dying and death'},{'id':4379,'name':'time travel'},{'id':8506,'name':'remote control'},{'id':10103,'name':'children'},{'id':11390,'name':'liposuction'},{'id':11612,'name':'hospital'},{'id':13027,'name':'wedding'},{'id':15162,'name':'dog'},{'id':34004,'name':'second chance'},{'id':156282,'name':'alternate reality'},{'id':162225,'name':'fatherhood'},{'id':175536,'name':'obese'}]" +2295,"[{'id':10183,'name':'independent film'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'}]" +2292,"[{'id':1361,'name':'salesclerk'},{'id':3090,'name':'loser'},{'id':3230,'name':'male friendship'},{'id':3640,'name':'work'},{'id':7151,'name':'junk food'},{'id':11635,'name':'monologue'},{'id':12999,'name':'black and white'},{'id':34117,'name':'cult film'},{'id':168152,'name':'convenience store'},{'id':179430,'name':'aftercreditsstinger'}]" +133790,[] +9331,"[{'id':441,'name':'assassination'},{'id':470,'name':'spy'},{'id':502,'name':'ambush'},{'id':591,'name':'cia'},{'id':720,'name':'helicopter'},{'id':818,'name':'based on novel or book'},{'id':840,'name':'usa president'},{'id':1589,'name':'sniper'},{'id':1812,'name':'fbi'},{'id':2148,'name':'colombia'},{'id':2149,'name':'drug traffic'},{'id':2532,'name':'bomber'},{'id':3045,'name':'mission of murder'},{'id':3070,'name':'mercenary'},{'id':3074,'name':'insurgence'},{'id':3547,'name':'coast guard'},{'id':5265,'name':'spying'},{'id':6091,'name':'war'},{'id':7336,'name':'car bomb'},{'id':10175,'name':'drug cartel'},{'id':10410,'name':'conspiracy'},{'id':10950,'name':'shootout'},{'id':11106,'name':'infantry'},{'id':14819,'name':'violence'},{'id':155723,'name':'jack ryan'},{'id':226620,'name':'political cover-up'}]" +95516,[] +11564,"[{'id':703,'name':'detective'},{'id':2176,'name':'music teacher'},{'id':4470,'name':'punk'},{'id':6270,'name':'high school'},{'id':7002,'name':'vigilante'},{'id':7920,'name':'violence in schools'},{'id':9826,'name':'murder'},{'id':10183,'name':'independent film'},{'id':10508,'name':'teacher'},{'id':10726,'name':'gang'},{'id':14857,'name':'juvenile delinquent'},{'id':34117,'name':'cult film'},{'id':206850,'name':'canuxploitation'}]" +18823,"[{'id':2033,'name':'hades'},{'id':2035,'name':'mythology'},{'id':2036,'name':'greek mythology'},{'id':8985,'name':'zeus'},{'id':10863,'name':'medusa'},{'id':11624,'name':'mythological beast'},{'id':33696,'name':'sea monster'},{'id':161170,'name':'perseus'},{'id':161171,'name':'kraken'},{'id':161172,'name':'gods'},{'id':162861,'name':'ancient greece'},{'id':185343,'name':'based on myths, legends or folklore'},{'id':209714,'name':'3d'}]" +13600,"[{'id':1001,'name':'underground world'},{'id':1919,'name':'mayor'},{'id':4414,'name':'adventure'},{'id':4458,'name':'post-apocalyptic'},{'id':4565,'name':'dystopia'},{'id':9228,'name':'puzzle'},{'id':163190,'name':'box'},{'id':185269,'name':'pipeworks'}]" +795,"[{'id':236,'name':'suicide'},{'id':290,'name':'angel'},{'id':314,'name':'life and death'},{'id':1333,'name':'desperation'},{'id':1604,'name':'operation'},{'id':4116,'name':'heaven'},{'id':6150,'name':'faith'},{'id':6155,'name':'afterlife'},{'id':9714,'name':'remake'},{'id':12670,'name':'los angeles'},{'id':212760,'name':'interspecies romance'}]" +901,"[{'id':1252,'name':'suicide attempt'},{'id':1604,'name':'operation'},{'id':1741,'name':'blindness and impaired vision'},{'id':2038,'name':'love of one's life'},{'id':2480,'name':'eye operation'},{'id':2779,'name':'flower shop'},{'id':4485,'name':'flower girl'},{'id':5386,'name':'tramp'},{'id':9673,'name':'love'},{'id':12999,'name':'black and white'},{'id':33626,'name':'millionaire'},{'id':154802,'name':'silent film'},{'id':176745,'name':'blind girl'},{'id':183875,'name':'little tramp'}]" +34796,"[{'id':548,'name':'countryside'},{'id':828,'name':'waitress'},{'id':5809,'name':'marriage crisis'},{'id':156764,'name':'pre-code'},{'id':185268,'name':'wheat'}]" +27601,"[{'id':570,'name':'rape'},{'id':8201,'name':'satire'},{'id':9253,'name':'slapstick'},{'id':9663,'name':'sequel'},{'id':9715,'name':'superhero'},{'id':10768,'name':'lesbian'},{'id':11931,'name':'spoof'}]" +15,"[{'id':736,'name':'journalist'},{'id':918,'name':'newspaper'},{'id':1196,'name':'florida'},{'id':2110,'name':'capitalist'},{'id':3515,'name':'banker'},{'id':3587,'name':'media tycoon'},{'id':3660,'name':'art collector'},{'id':3661,'name':'sleigh'},{'id':10594,'name':'money'},{'id':208349,'name':'child'}]" +52001,"[{'id':10353,'name':'agoraphobia'}]" +94352,"[{'id':3199,'name':'clown'},{'id':6027,'name':'music'},{'id':192528,'name':'mimes'},{'id':194156,'name':'cirque du soleil'},{'id':208965,'name':'carnies'},{'id':220670,'name':'aerialist'}]" +42782,"[{'id':156622,'name':'wild west show'},{'id':156623,'name':'trapeze'}]" +921,"[{'id':396,'name':'transporter'},{'id':1199,'name':'netherlands'},{'id':1477,'name':'world cup'},{'id':1952,'name':'socially deprived family'},{'id':2783,'name':'family's daily life'},{'id':2792,'name':'boxer'},{'id':4487,'name':'boxing match'},{'id':4610,'name':'comeback'},{'id':4613,'name':'training'},{'id':4614,'name':'heavy weight'},{'id':4615,'name':'folk hero'},{'id':5565,'name':'biography'},{'id':5600,'name':'daughter'},{'id':6066,'name':'defeat'},{'id':6075,'name':'sport'}]" +150689,"[{'id':995,'name':'cinderella'},{'id':2343,'name':'magic'},{'id':3071,'name':'prince'},{'id':3205,'name':'fairy tale'},{'id':4152,'name':'kingdom'},{'id':9920,'name':'royalty'},{'id':13014,'name':'orphan'},{'id':158438,'name':'lost shoe'},{'id':173003,'name':'evil stepmother'},{'id':186847,'name':'retelling'},{'id':245230,'name':'live action remake'}]" +11224,"[{'id':697,'name':'loss of loved one'},{'id':818,'name':'based on novel or book'},{'id':995,'name':'cinderella'},{'id':2161,'name':'mouse'},{'id':2283,'name':'ball'},{'id':2710,'name':'fairy'},{'id':3071,'name':'prince'},{'id':4344,'name':'musical'},{'id':5152,'name':'midnight'},{'id':7376,'name':'princess'},{'id':9673,'name':'love'},{'id':13014,'name':'orphan'},{'id':18035,'name':'family'},{'id':173003,'name':'evil stepmother'},{'id':208705,'name':'fairy godmother'},{'id':234683,'name':'glass slipper'}]" +143901,"[{'id':591,'name':'cia'},{'id':949,'name':'terrorist'},{'id':167328,'name':'diplomatic immunity'}]" +218671,"[{'id':591,'name':'cia'},{'id':949,'name':'terrorist'},{'id':3523,'name':'microchip'},{'id':191047,'name':'prison break'}]" +76726,"[{'id':279,'name':'usa'},{'id':2350,'name':'seattle'},{'id':5086,'name':'telekinesis'},{'id':6054,'name':'friendship'},{'id':9957,'name':'loneliness'},{'id':10216,'name':'outcast'},{'id':10683,'name':'coming of age'},{'id':12105,'name':'student'},{'id':13130,'name':'teenager'},{'id':33637,'name':'super power'},{'id':163053,'name':'found footage'},{'id':179430,'name':'aftercreditsstinger'},{'id':207691,'name':'abuse'},{'id':224279,'name':'bittersweet'}]" +5825,"[{'id':65,'name':'holiday'},{'id':5306,'name':'boss'},{'id':9848,'name':'family dinner'},{'id':10226,'name':'neighbor'},{'id':10673,'name':'domestic life'},{'id':18020,'name':'fantasy sequence'},{'id':33965,'name':'christmas eve'},{'id':207317,'name':'christmas'},{'id':228415,'name':'christmas bonus'},{'id':228416,'name':'jello'}]" +27230,"[{'id':1991,'name':'santa claus'},{'id':11612,'name':'hospital'},{'id':14765,'name':'church'},{'id':15127,'name':'killer'},{'id':17987,'name':'killing spree'},{'id':156391,'name':'peeping tom'},{'id':175388,'name':'killer santa claus'},{'id':186466,'name':'christmas horror'},{'id':188170,'name':'toy factory'},{'id':235173,'name':'delusional'}]" +240905,"[{'id':207317,'name':'christmas'}]" +54075,"[{'id':970,'name':'parent child relationship'},{'id':15127,'name':'killer'},{'id':157241,'name':'criminal investigation'},{'id':190151,'name':'sadistic psychopath'},{'id':207844,'name':'college student'}]" +262088,[] +392,"[{'id':715,'name':'chocolate'},{'id':970,'name':'parent child relationship'},{'id':1919,'name':'mayor'},{'id':1924,'name':'praline'},{'id':9457,'name':'single'}]" +300686,[] +28211,"[{'id':4227,'name':'toronto'},{'id':9714,'name':'remake'},{'id':10768,'name':'lesbian'},{'id':159868,'name':'playing piano'},{'id':187989,'name':'suspicious wife'}]" +98567,"[{'id':209714,'name':'3d'}]" +829,"[{'id':570,'name':'rape'},{'id':658,'name':'sea'},{'id':1261,'name':'river'},{'id':1788,'name':'chinatown'},{'id':2281,'name':'mistake in person'},{'id':2337,'name':'pedophilia'},{'id':3737,'name':'dying and death'},{'id':3820,'name':'barrage'},{'id':12670,'name':'los angeles'},{'id':155790,'name':'private detective'},{'id':207268,'name':'neo-noir'}]" +72334,"[{'id':3593,'name':'wilderness'},{'id':9902,'name':'wildlife'},{'id':11338,'name':'wild animal'},{'id':15149,'name':'monkey'},{'id':18330,'name':'nature'},{'id':156834,'name':'adopted'},{'id':157972,'name':'chimpanzee'},{'id':179431,'name':'duringcreditsstinger'},{'id':188356,'name':'separation from family'}]" +52685,[] +25751,"[{'id':5808,'name':'pregnant minor'},{'id':10103,'name':'children'}]" +25752,"[{'id':236,'name':'suicide'},{'id':732,'name':'coma'},{'id':3544,'name':'machete'},{'id':9663,'name':'sequel'},{'id':187056,'name':'woman director'}]" +9693,"[{'id':318,'name':'police state'},{'id':458,'name':'hippie'},{'id':526,'name':'rebel'},{'id':2618,'name':'miracle'},{'id':2964,'name':'future'},{'id':4565,'name':'dystopia'},{'id':4630,'name':'chaos'},{'id':4995,'name':'aging'},{'id':5885,'name':'childlessness'},{'id':6150,'name':'faith'},{'id':10349,'name':'survival'},{'id':17985,'name':'birth'},{'id':34117,'name':'cult film'},{'id':41589,'name':'dying'}]" +152736,"[{'id':531,'name':'southern usa'},{'id':5919,'name':'necrophilia'}]" +7443,"[{'id':323,'name':'royal air force (raf)'},{'id':2479,'name':'chicken'},{'id':5215,'name':'northern england'},{'id':6089,'name':'freedom'},{'id':9180,'name':'yorkshire'},{'id':10685,'name':'escape'},{'id':154846,'name':'farmer'},{'id':185521,'name':'chicken farm'},{'id':185522,'name':'pie machine'}]" +1574,"[{'id':520,'name':'chicago'},{'id':4344,'name':'musical'},{'id':9890,'name':'jail'},{'id':10181,'name':'based on play or musical'},{'id':10909,'name':'lawyer'},{'id':165675,'name':'prison matron'},{'id':165676,'name':'jazz age'},{'id':207876,'name':'1920s'}]" +93856,"[{'id':1618,'name':'radiation'},{'id':1738,'name':'ukraine'},{'id':3275,'name':'nuclear radiation'},{'id':4368,'name':'nuclear power plant'},{'id':5159,'name':'tourist'},{'id':9743,'name':'stranded'},{'id':11371,'name':'deserted town'},{'id':163086,'name':'pripyat'}]" +212778,"[{'id':970,'name':'parent child relationship'},{'id':3914,'name':'kitchen'},{'id':5167,'name':'restaurant owner'},{'id':7312,'name':'road trip'},{'id':10637,'name':'food'},{'id':18293,'name':'chef'},{'id':163758,'name':'ex-husband ex-wife relationship'},{'id':166678,'name':'twitter'},{'id':176834,'name':'social media'},{'id':179431,'name':'duringcreditsstinger'},{'id':207269,'name':'food truck'}]" +358397,[] +220486,[] +48946,[] +82684,"[{'id':1669,'name':'wave'},{'id':5349,'name':'surfing'},{'id':5978,'name':'progress'},{'id':6075,'name':'sport'},{'id':171493,'name':'mentor protégé relationship'},{'id':184569,'name':'santa cruz california'},{'id':240461,'name':'dedication'}]" +84185,"[{'id':2210,'name':'climate change'},{'id':5769,'name':'global warming'},{'id':7330,'name':'glacier'},{'id':185212,'name':'field research'},{'id':185213,'name':'melting glacier'},{'id':185216,'name':'cryosphere'},{'id':185217,'name':'polar ice cap'},{'id':185218,'name':'environmental change '}]" +2255,"[{'id':586,'name':'new jersey'},{'id':1862,'name':'coming out'},{'id':2038,'name':'love of one's life'},{'id':3183,'name':'bisexuality'},{'id':3190,'name':'menage a trois'},{'id':5451,'name':'comic book'},{'id':6799,'name':'comic-strip artist'},{'id':10183,'name':'independent film'},{'id':10768,'name':'lesbian'},{'id':12392,'name':'best friend'},{'id':158718,'name':'lgbt'}]" +9471,"[{'id':642,'name':'robbery'},{'id':1308,'name':'secret identity'},{'id':4289,'name':'secret agent'}]" +4327,"[{'id':779,'name':'martial arts'},{'id':5248,'name':'female friendship'},{'id':33626,'name':'millionaire'},{'id':33705,'name':'agent'}]" +6538,"[{'id':521,'name':'washington d.c.'},{'id':567,'name':'alcohol'},{'id':591,'name':'cia'},{'id':720,'name':'helicopter'},{'id':973,'name':'refugee camp'},{'id':1705,'name':'congress'},{'id':2106,'name':'cold war'},{'id':2336,'name':'ladykiller'},{'id':2732,'name':'rocket launcher'},{'id':2808,'name':'russian'},{'id':4531,'name':'munition'},{'id':7158,'name':'war in afghanistan'},{'id':7597,'name':'dollar'}]" +37950,"[{'id':380,'name':'sibling relationship'},{'id':818,'name':'based on novel or book'},{'id':3180,'name':'sailing'},{'id':162846,'name':'ghost'},{'id':206298,'name':'young adult'}]" +41602,[] +66592,"[{'id':159951,'name':'charlie chan'}]" +118,"[{'id':212,'name':'london'},{'id':715,'name':'chocolate'},{'id':730,'name':'factory worker'},{'id':818,'name':'based on novel or book'},{'id':970,'name':'parent child relationship'},{'id':985,'name':'candy'},{'id':987,'name':'overweight child'},{'id':1158,'name':'grandparent grandchild relationship'},{'id':10508,'name':'teacher'}]" +27331,"[{'id':236,'name':'suicide'},{'id':798,'name':'sheriff'},{'id':818,'name':'based on novel or book'},{'id':1415,'name':'small town'},{'id':1508,'name':'new mexico'},{'id':2708,'name':'hitman'},{'id':3203,'name':'pilot'},{'id':10391,'name':'mafia'},{'id':18034,'name':'desert'},{'id':191845,'name':'bank heist'}]" +9443,"[{'id':240,'name':'underdog'},{'id':388,'name':'scotland'},{'id':440,'name':'missionary'},{'id':795,'name':'running'},{'id':835,'name':'jewry'},{'id':1627,'name':'patriotism'},{'id':1919,'name':'mayor'},{'id':1924,'name':'praline'},{'id':2070,'name':'olympic games'},{'id':2606,'name':'jew'},{'id':3044,'name':'olympian sports team'},{'id':3734,'name':'ambition'},{'id':6075,'name':'sport'},{'id':9672,'name':'based on a true story'},{'id':206206,'name':'athletics'}]" +198184,"[{'id':310,'name':'artificial intelligence'},{'id':803,'name':'android'},{'id':2964,'name':'future'},{'id':14544,'name':'robot'},{'id':187019,'name':'robot cop'}]" +10435,"[{'id':1388,'name':'cinema'},{'id':3836,'name':'success'},{'id':5565,'name':'biography'},{'id':6078,'name':'politics'},{'id':9672,'name':'based on a true story'},{'id':10685,'name':'escape'},{'id':18035,'name':'family'},{'id':154800,'name':'hollywoodland'},{'id':154802,'name':'silent film'},{'id':194595,'name':'mccarthyism'},{'id':207716,'name':'actor'},{'id':207876,'name':'1920s'},{'id':236170,'name':'early 1900s'}]" +12912,"[{'id':1721,'name':'fight'},{'id':3508,'name':'underwear'},{'id':171814,'name':'medical test'},{'id':171817,'name':'groom'},{'id':171818,'name':'list'},{'id':171826,'name':'told in flashback'},{'id':171827,'name':'hole in boat'},{'id':171830,'name':'lab results'},{'id':171831,'name':'running away'},{'id':171842,'name':'sinking boat'},{'id':171845,'name':'new year's resolution'},{'id':171846,'name':'gun store'},{'id':171848,'name':'marital separation'},{'id':171850,'name':'ice rink'},{'id':171854,'name':'betrayal by friend'}]" +5289,"[{'id':2362,'name':'chaos theory'},{'id':15363,'name':'bank robbery'}]" +1537,"[{'id':242,'name':'new york'},{'id':4056,'name':'custody battle'},{'id':9937,'name':'suspense'},{'id':10909,'name':'lawyer'}]" +3580,"[{'id':417,'name':'corruption'},{'id':456,'name':'mother'},{'id':3065,'name':'minister'},{'id':3720,'name':'power'},{'id':4740,'name':'public'},{'id':6086,'name':'government'},{'id':6149,'name':'police'},{'id':9824,'name':'reunion'},{'id':9826,'name':'murder'},{'id':10410,'name':'conspiracy'},{'id':12670,'name':'los angeles'},{'id':184402,'name':'missing'},{'id':199226,'name':'mother love'},{'id':202098,'name':'criticism'},{'id':207876,'name':'1920s'},{'id':214548,'name':'1930s'},{'id':247741,'name':'kidnapped child'},{'id':252499,'name':'ანჯელინა ჯოლი'}]" +3064,"[{'id':439,'name':'paradise'},{'id':697,'name':'loss of loved one'},{'id':4116,'name':'heaven'},{'id':5600,'name':'daughter'},{'id':6155,'name':'afterlife'},{'id':6506,'name':'resurrection'}]" +58232,"[{'id':271,'name':'competition'},{'id':3522,'name':'snowboarding'},{'id':5732,'name':'birthday party'},{'id':33657,'name':'chalet'},{'id':33661,'name':'snowboarding competition'},{'id':159558,'name':'snow skiing'},{'id':177473,'name':'engagement party'}]" +116979,"[{'id':897,'name':'rap music'},{'id':1749,'name':'taxi driver'},{'id':5707,'name':'childhood trauma'},{'id':10714,'name':'serial killer'},{'id':11792,'name':'incest overtones'},{'id':12400,'name':'brainwashing'},{'id':14906,'name':'slave'},{'id':157367,'name':'chained'},{'id':165288,'name':'misogynist'},{'id':172658,'name':'isolated house'},{'id':181532,'name':'protégé'},{'id':181544,'name':'desolation'},{'id':181547,'name':'serial rapist'},{'id':187056,'name':'woman director'},{'id':207691,'name':'abuse'}]" +230779,[] +23759,"[{'id':1405,'name':'roman empire'},{'id':5049,'name':'ancient rome'},{'id':14704,'name':'ancient world'},{'id':14819,'name':'violence'},{'id':14905,'name':'britain'},{'id':158778,'name':'behind enemy lines'},{'id':161240,'name':'sole survivor'},{'id':235792,'name':'2nd century'}]" +9759,"[{'id':974,'name':'bank'},{'id':1880,'name':'mobile phone'},{'id':6103,'name':'telephone'},{'id':6110,'name':'weapon'},{'id':6149,'name':'police'},{'id':179431,'name':'duringcreditsstinger'}]" +87584,[] +15278,"[{'id':897,'name':'rap music'},{'id':898,'name':'hip-hop'},{'id':2564,'name':'wheelchair'},{'id':5135,'name':'jeep'},{'id':8201,'name':'satire'},{'id':10123,'name':'dark comedy'},{'id':11243,'name':'african american'},{'id':11931,'name':'spoof'},{'id':187056,'name':'woman director'}]" +59490,"[{'id':1328,'name':'secret'},{'id':1964,'name':'cave'},{'id':1967,'name':'cave painting'},{'id':2335,'name':'southern france'},{'id':4847,'name':'historian'},{'id':14760,'name':'scientist'}]" +43397,"[{'id':1563,'name':'prisoner'},{'id':13005,'name':'doctor'},{'id':33809,'name':'receptionist'},{'id':195402,'name':'film noir'},{'id':230512,'name':'mink coat'},{'id':230513,'name':'cosmetic mole'}]" +10552,"[{'id':596,'name':'adultery'},{'id':919,'name':'smoking'},{'id':977,'name':'cat'},{'id':1299,'name':'monster'},{'id':2250,'name':'menace'},{'id':9706,'name':'anthology'},{'id':10530,'name':'atlantic city'},{'id':11173,'name':'troll'}]" +640,"[{'id':1812,'name':'fbi'},{'id':3202,'name':'con man'},{'id':5565,'name':'biography'},{'id':9672,'name':'based on a true story'},{'id':177465,'name':'attempted jailbreak'},{'id':177473,'name':'engagement party'},{'id':177482,'name':'mislaid trust'},{'id':214810,'name':'bank fraud'},{'id':231069,'name':'inspired by a true story'}]" +293633,"[{'id':1930,'name':'kidnapping'},{'id':166678,'name':'twitter'},{'id':207716,'name':'actor'}]" +75736,"[{'id':179431,'name':'duringcreditsstinger'}]" +62368,[] +57353,"[{'id':549,'name':'prostitute'},{'id':782,'name':'assassin'},{'id':2944,'name':'senator'},{'id':6083,'name':'politician'}]" +6075,"[{'id':378,'name':'prison'},{'id':1228,'name':'1970s'},{'id':2124,'name':'puerto rican'},{'id':3398,'name':'release from prison'},{'id':6840,'name':'criminal past'},{'id':9673,'name':'love'},{'id':10712,'name':'night club'},{'id':14819,'name':'violence'},{'id':14964,'name':'drugs'},{'id':155490,'name':'disco'}]" +72912,"[{'id':1621,'name':'robber'}]" +317744,"[{'id':9826,'name':'murder'},{'id':10226,'name':'neighbor'},{'id':157799,'name':'older woman younger man relationship'},{'id':187056,'name':'woman director'},{'id':207767,'name':'erotic thriller'},{'id':229299,'name':'affair'}]" +109424,"[{'id':3799,'name':'ship'},{'id':4245,'name':'hijacking'},{'id':4265,'name':'somalia'},{'id':5420,'name':'fisherman'},{'id':11221,'name':'blood'},{'id':12987,'name':'poverty'},{'id':12988,'name':'pirate'},{'id':13015,'name':'terrorism'},{'id':15248,'name':'commando'},{'id':155238,'name':'hijack'},{'id':158022,'name':'cargo ship'},{'id':167843,'name':'ship captain'},{'id':195737,'name':'ship hijacking'},{'id':195739,'name':'somali'},{'id':195741,'name':'commando unit'}]" +130461,"[{'id':526,'name':'rebel'},{'id':10084,'name':'rescue'},{'id':203996,'name':'turncoat'}]" +18979,"[{'id':2804,'name':'exploitation'},{'id':9259,'name':'vampire hunter'},{'id':34117,'name':'cult film'},{'id':155730,'name':'hammer horror'},{'id':157186,'name':'swashbuckler'}]" +100402,"[{'id':521,'name':'washington d.c.'},{'id':2964,'name':'future'},{'id':5539,'name':'shield'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'},{'id':180547,'name':'marvel cinematic universe'},{'id':209714,'name':'3d'},{'id':209817,'name':'political thriller'}]" +1771,"[{'id':242,'name':'new york'},{'id':279,'name':'usa'},{'id':1956,'name':'world war ii'},{'id':2652,'name':'nazi'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':11064,'name':'nazi germany'},{'id':11115,'name':'heroism'},{'id':15060,'name':'period drama'},{'id':41523,'name':'brooklyn, new york city'},{'id':179430,'name':'aftercreditsstinger'},{'id':180547,'name':'marvel cinematic universe'},{'id':209714,'name':'3d'}]" +398,"[{'id':237,'name':'gay'},{'id':476,'name':'self-fulfilling prophecy'},{'id':818,'name':'based on novel or book'},{'id':917,'name':'journalism'},{'id':1284,'name':'identity'},{'id':1566,'name':'dream'},{'id':1948,'name':'literature research'},{'id':2132,'name':'literature'},{'id':4620,'name':'magazine'},{'id':5565,'name':'biography'},{'id':7658,'name':'kansas'},{'id':9672,'name':'based on a true story'},{'id':10818,'name':'author'},{'id':197574,'name':'new yorker'},{'id':207910,'name':'truman capote'}]" +37309,"[{'id':1897,'name':'oregon'}]" +215946,"[{'id':1956,'name':'world war ii'},{'id':4224,'name':'singapore'},{'id':10787,'name':'jungle'},{'id':188727,'name':'imperial japan'},{'id':207883,'name':'1940s'},{'id':212412,'name':'very little dialogue'}]" +11950,"[{'id':612,'name':'hotel'},{'id':922,'name':'hotel room'},{'id':2251,'name':'lie'},{'id':3306,'name':'highway'},{'id':9181,'name':'alter ego'},{'id':9758,'name':'deception'},{'id':14906,'name':'slave'},{'id':15149,'name':'monkey'},{'id':33352,'name':'police car'},{'id':33885,'name':'car'},{'id':162031,'name':'military uniform'},{'id':162587,'name':'magnet'},{'id':168013,'name':'lamborghini'},{'id':172972,'name':'old woman'},{'id':189102,'name':'tunnel'}]" +8689,"[{'id':886,'name':'movie business'},{'id':8075,'name':'filmteam'},{'id':8087,'name':'horror'},{'id':9701,'name':'controversy'},{'id':10148,'name':'tribe'},{'id':10787,'name':'jungle'},{'id':13006,'name':'torture'},{'id':14895,'name':'cannibal'},{'id':18266,'name':'south america'},{'id':34117,'name':'cult film'},{'id':163053,'name':'found footage'},{'id':166103,'name':'amazon rainforest'},{'id':184402,'name':'missing'},{'id':189921,'name':'video nasty'},{'id':208048,'name':'cannibalism'},{'id':210856,'name':'amazon tribe'}]" +10824,"[{'id':2411,'name':'new orleans'},{'id':9663,'name':'sequel'},{'id':9826,'name':'murder'},{'id':9856,'name':'flashback'},{'id':9955,'name':'urban legend'},{'id':10541,'name':'curse'},{'id':10714,'name':'serial killer'},{'id':12339,'name':'slasher'},{'id':14692,'name':'hook'},{'id':15127,'name':'killer'},{'id':161712,'name':'hook for a hand'}]" +4441,"[{'id':818,'name':'based on novel or book'},{'id':2375,'name':'junkie'},{'id':2654,'name':'methadone programme'},{'id':2671,'name':'heroin'},{'id':2679,'name':'artist'},{'id':2694,'name':'cold turkey'},{'id':4280,'name':'mental breakdown'},{'id':4663,'name':'lovers'},{'id':5657,'name':'australia'},{'id':6023,'name':'drawing and painting'},{'id':6038,'name':'marriage'}]" +244506,"[{'id':4404,'name':'guantanamo bay'},{'id':11024,'name':'female soldier'},{'id':11322,'name':'female protagonist'},{'id':34061,'name':'american abroad'},{'id':161249,'name':'military police'},{'id':162365,'name':'military'},{'id':167982,'name':'unlikely friendship'},{'id':212882,'name':'detainee'}]" +44244,"[{'id':5767,'name':'summer camp'},{'id':11663,'name':'camp'},{'id':12990,'name':'singing'},{'id':186120,'name':'singing competition'}]" +157832,"[{'id':10093,'name':'priest'},{'id':14985,'name':'ireland'},{'id':40956,'name':'recovering alcoholic'},{'id':157008,'name':'catholic church'},{'id':166477,'name':'confessional'},{'id':170646,'name':'death threat'}]" +14117,"[{'id':4344,'name':'musical'},{'id':180234,'name':'wild bill hickok'},{'id':190970,'name':'calamity jane'},{'id':207928,'name':'19th century'}]" +284276,"[{'id':236,'name':'suicide'},{'id':825,'name':'support group'},{'id':894,'name':'depression'},{'id':33476,'name':'widower'},{'id':172291,'name':'grieving'},{'id':224248,'name':'chronic pain'}]" +273621,"[{'id':782,'name':'assassin'},{'id':3184,'name':'alligator'},{'id':10950,'name':'shootout'},{'id':11134,'name':'espionage'},{'id':155180,'name':'cajun'},{'id':222083,'name':'cooking competition'}]" +10142,"[{'id':570,'name':'rape'},{'id':2250,'name':'menace'},{'id':2957,'name':'vietnam war'},{'id':2959,'name':'vietcong'},{'id':6148,'name':'court'},{'id':9672,'name':'based on a true story'},{'id':10787,'name':'jungle'},{'id':13065,'name':'soldier'}]" +8358,"[{'id':911,'name':'exotic island'},{'id':1252,'name':'suicide attempt'},{'id':5605,'name':'volleyball'},{'id':9957,'name':'loneliness'},{'id':10349,'name':'survival'},{'id':12617,'name':'airplane crash'},{'id':155746,'name':'deserted island'},{'id':157524,'name':'tropical island'}]" +8737,"[{'id':536,'name':'israel'},{'id':5907,'name':'middle east conflict'}]" +8839,"[{'id':3335,'name':'halloween'},{'id':6054,'name':'friendship'},{'id':6152,'name':'supernatural'},{'id':6155,'name':'afterlife'},{'id':9713,'name':'friends'},{'id':15017,'name':'danger'},{'id':33637,'name':'super power'},{'id':162846,'name':'ghost'},{'id':189449,'name':'disorder'},{'id':193545,'name':'young heroes'},{'id':202322,'name':'imaginary'},{'id':206834,'name':'mischievous children'}]" +36557,"[{'id':131,'name':'italy'},{'id':383,'name':'poker'},{'id':585,'name':'casino'},{'id':818,'name':'based on novel or book'},{'id':949,'name':'terrorist'},{'id':3515,'name':'banker'},{'id':10594,'name':'money'},{'id':10609,'name':'free running'},{'id':13006,'name':'torture'},{'id':156095,'name':'british secret service'},{'id':206125,'name':'montenegro'}]" +45324,"[{'id':5565,'name':'biography'},{'id':6078,'name':'politics'},{'id':179431,'name':'duringcreditsstinger'}]" +524,"[{'id':383,'name':'poker'},{'id':585,'name':'casino'},{'id':726,'name':'drug abuse'},{'id':1228,'name':'1970s'},{'id':2635,'name':'overdose'},{'id':10391,'name':'mafia'},{'id':14570,'name':'las vegas'},{'id':33625,'name':'illegal prostitution'},{'id':208289,'name':'1980s'}]" +28355,"[{'id':516,'name':'child abuse'},{'id':703,'name':'detective'},{'id':1438,'name':'office'},{'id':2438,'name':'social worker'},{'id':6152,'name':'supernatural'},{'id':9826,'name':'murder'},{'id':11857,'name':'mental institution'},{'id':14751,'name':'youth'},{'id':14819,'name':'violence'},{'id':15017,'name':'danger'},{'id':33592,'name':'cityscape'},{'id':33593,'name':'drawn'},{'id':33594,'name':'falling elevator'},{'id':33595,'name':'pier'},{'id':33637,'name':'super power'},{'id':157902,'name':'psychological'},{'id':202703,'name':'deadly'},{'id':206690,'name':'mind and soul'}]" +289,"[{'id':128,'name':'love triangle'},{'id':417,'name':'corruption'},{'id':470,'name':'spy'},{'id':836,'name':'resistance'},{'id':1623,'name':'casablanca'},{'id':1625,'name':'emigration'},{'id':1626,'name':'visa'},{'id':1627,'name':'patriotism'},{'id':1628,'name':'nationalism'},{'id':1631,'name':'concentration camp'},{'id':2652,'name':'nazi'},{'id':6091,'name':'war'},{'id':195402,'name':'film noir'}]" +920,"[{'id':830,'name':'car race'},{'id':4944,'name':'route 66'},{'id':4948,'name':'retirement'},{'id':6054,'name':'friendship'},{'id':10336,'name':'animation'},{'id':11004,'name':'rural setting'},{'id':11477,'name':'anthropomorphism'},{'id':12670,'name':'los angeles'},{'id':33885,'name':'car'},{'id':167043,'name':'road movie'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'},{'id':245812,'name':'disney'}]" +49013,"[{'id':830,'name':'car race'},{'id':9663,'name':'sequel'},{'id':11477,'name':'anthropomorphism'},{'id':12392,'name':'best friend'},{'id':179431,'name':'duringcreditsstinger'}]" +32105,"[{'id':658,'name':'sea'},{'id':3799,'name':'ship'},{'id':8982,'name':'plymouth'},{'id':9335,'name':'royal navy'},{'id':10280,'name':'farce'},{'id':11401,'name':'carry on'},{'id':207928,'name':'19th century'}]" +5065,"[{'id':1582,'name':'saloon'},{'id':9503,'name':'outlaw'},{'id':9755,'name':'parody'},{'id':11207,'name':'u.s. marshal'},{'id':11401,'name':'carry on'},{'id':11931,'name':'spoof'},{'id':33600,'name':'stagecoach'},{'id':155291,'name':'cowboy'},{'id':155573,'name':'wild west'},{'id':240424,'name':'indian'}]" +5066,"[{'id':1160,'name':'egypt'},{'id':1405,'name':'roman empire'},{'id':6715,'name':'cleopatra'},{'id':10520,'name':'slave auction'},{'id':11121,'name':'plot'},{'id':14905,'name':'britain'},{'id':14906,'name':'slave'},{'id':34117,'name':'cult film'},{'id':157894,'name':'ancient egypt'},{'id':159955,'name':'cavemen'},{'id':194576,'name':'julius caesar'},{'id':228982,'name':'conqueror'}]" +133805,"[{'id':321,'name':'terror'},{'id':818,'name':'based on novel or book'},{'id':3720,'name':'power'},{'id':5086,'name':'telekinesis'},{'id':6270,'name':'high school'},{'id':9714,'name':'remake'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':9864,'name':'prank'},{'id':10266,'name':'prom'},{'id':13130,'name':'teenager'},{'id':14601,'name':'explosion'},{'id':14819,'name':'violence'},{'id':14989,'name':'religious'},{'id':33740,'name':'humiliation'},{'id':187056,'name':'woman director'}]" +7342,"[{'id':1412,'name':'becoming an adult'},{'id':1525,'name':'puberty'},{'id':9714,'name':'remake'}]" +7340,"[{'id':818,'name':'based on novel or book'},{'id':1227,'name':'cemetery'},{'id':1533,'name':'isolation'},{'id':1674,'name':'stage'},{'id':3036,'name':'bible'},{'id':5086,'name':'telekinesis'},{'id':9748,'name':'revenge'},{'id':10048,'name':'unrequited love'},{'id':10266,'name':'prom'},{'id':10508,'name':'teacher'},{'id':10873,'name':'school'},{'id':11001,'name':'religion'},{'id':14624,'name':'cruelty'},{'id':14687,'name':'extreme violence'},{'id':14837,'name':'rage'},{'id':33740,'name':'humiliation'},{'id':41380,'name':'crucifix'},{'id':164346,'name':'praying'},{'id':170356,'name':'outsider'},{'id':173971,'name':'taunting'},{'id':222314,'name':'abusive mother'},{'id':226602,'name':'firestorm'}]" +28100,"[{'id':3473,'name':'carnival'},{'id':4230,'name':'carousel '},{'id':4344,'name':'musical'},{'id':10181,'name':'based on play or musical'},{'id':10760,'name':'barker'},{'id':197808,'name':'fairground'}]" +72113,"[{'id':1439,'name':'flat'},{'id':1880,'name':'mobile phone'},{'id':1939,'name':'hamster'},{'id':6060,'name':'insult'},{'id':10123,'name':'dark comedy'},{'id':13028,'name':'writer'},{'id':40882,'name':'tulips'},{'id':41153,'name':'meeting'},{'id':41154,'name':'puke'},{'id':41155,'name':'pants'},{'id':41156,'name':'liberal'}]" +11977,"[{'id':271,'name':'competition'},{'id':952,'name':'lightning'},{'id':2702,'name':'golf'},{'id':3508,'name':'underwear'},{'id':6075,'name':'sport'},{'id':10683,'name':'coming of age'},{'id':14514,'name':'class differences'},{'id':14601,'name':'explosion'},{'id':15228,'name':'golf course'},{'id':172466,'name':'country club'},{'id':177993,'name':'gopher'}]" +11547,"[{'id':572,'name':'sex'},{'id':1889,'name':'lake'},{'id':3616,'name':'college'},{'id':4399,'name':'victim'},{'id':4748,'name':'lodge'},{'id':6876,'name':'vacation'},{'id':9720,'name':'woods'},{'id':10376,'name':'homicidal'},{'id':10776,'name':'marijuana'},{'id':11221,'name':'blood'},{'id':14673,'name':'disease'},{'id':40895,'name':'illness'},{'id':188957,'name':'virus'},{'id':201785,'name':'locals'}]" +102780,"[{'id':970,'name':'parent child relationship'},{'id':3133,'name':'vampire'},{'id':4197,'name':'bite'},{'id':5155,'name':'bat'}]" +270005,"[{'id':924,'name':'italian'},{'id':1680,'name':'boston'},{'id':10391,'name':'mafia'},{'id':10726,'name':'gang'},{'id':11578,'name':'mobster'},{'id':14819,'name':'violence'}]" +37598,"[{'id':9503,'name':'outlaw'},{'id':9675,'name':'prequel'}]" +73565,"[{'id':4424,'name':'pain'},{'id':6038,'name':'marriage'},{'id':9872,'name':'grief'},{'id':10163,'name':'cancer'},{'id':225061,'name':'friend'}]" +4944,"[{'id':1936,'name':'blackmail'},{'id':2340,'name':'paranoia'},{'id':2923,'name':'fitness-training'},{'id':4585,'name':'plastic surgery'},{'id':6683,'name':'autobiography'},{'id':10937,'name':'memory'},{'id':13092,'name':'corpse'},{'id':15160,'name':'divorce'},{'id':33610,'name':'gym'},{'id':33650,'name':'disc'},{'id':33651,'name':'ex priest'}]" +42297,"[{'id':4344,'name':'musical'},{'id':12670,'name':'los angeles'},{'id':163070,'name':'burlesque'},{'id':191205,'name':'burlesque dancer'}]" +60095,"[{'id':1411,'name':'brothel'},{'id':2699,'name':'fetish'},{'id':9672,'name':'based on a true story'},{'id':9826,'name':'murder'},{'id':41207,'name':'grave robber'},{'id':156544,'name':'cadaver'},{'id':157890,'name':'dissection'},{'id':187677,'name':'medical school'}]" +26388,"[{'id':1533,'name':'isolation'},{'id':1909,'name':'coffin'},{'id':4776,'name':'race against time'},{'id':7172,'name':'buried alive'},{'id':10349,'name':'survival'},{'id':13015,'name':'terrorism'},{'id':15017,'name':'danger'},{'id':15156,'name':'cell phone'},{'id':18034,'name':'desert'},{'id':157902,'name':'psychological'},{'id':179430,'name':'aftercreditsstinger'},{'id':206219,'name':'captivity'},{'id':206687,'name':'chases and races'},{'id':206690,'name':'mind and soul'},{'id':206704,'name':'confined'}]" +1942,"[{'id':818,'name':'based on novel or book'},{'id':4725,'name':'baby-snatching'},{'id':6954,'name':'swing'},{'id':12565,'name':'psychological thriller'},{'id':156948,'name':'missing child'},{'id':197692,'name':'pre-school'}]" +11817,"[{'id':345,'name':'monk'},{'id':960,'name':'homeless person'},{'id':4958,'name':'injection'},{'id':6201,'name':'fall'},{'id':18109,'name':'knife fight'},{'id':160133,'name':'scroll'},{'id':160134,'name':'the force'}]" +70074,"[{'id':258,'name':'bomb'},{'id':417,'name':'corruption'},{'id':703,'name':'detective'},{'id':3070,'name':'mercenary'},{'id':3134,'name':'louisiana'},{'id':10909,'name':'lawyer'},{'id':14819,'name':'violence'},{'id':185461,'name':'bar shootout'},{'id':247687,'name':'ex convict'}]" +169298,"[{'id':417,'name':'corruption'},{'id':1930,'name':'kidnapping'},{'id':14964,'name':'drugs'}]" +287,"[{'id':128,'name':'love triangle'},{'id':493,'name':'poem'},{'id':931,'name':'jealousy'},{'id':965,'name':'age difference'},{'id':1480,'name':'baseball'},{'id':1482,'name':'trainer'},{'id':1483,'name':'sports team'},{'id':1484,'name':'pitcher'},{'id':1485,'name':'stadium'},{'id':1486,'name':'flirt'},{'id':1686,'name':'home run'},{'id':6075,'name':'sport'},{'id':156100,'name':'minor leagues'}]" +187010,[] +268956,[] +18480,"[{'id':237,'name':'gay'},{'id':10232,'name':'fame'},{'id':11800,'name':'mockumentary'},{'id':12396,'name':'hollywood'},{'id':158718,'name':'lgbt'},{'id':179431,'name':'duringcreditsstinger'}]" +310,"[{'id':186,'name':'christianity'},{'id':305,'name':'moon'},{'id':488,'name':'moses'},{'id':542,'name':'street gang'},{'id':725,'name':'lovesickness'},{'id':917,'name':'journalism'},{'id':1605,'name':'new love'},{'id':6150,'name':'faith'},{'id':6157,'name':'prayer'},{'id':9649,'name':'god'},{'id':9844,'name':'car crash'},{'id':161944,'name':'responsibility'}]" +7445,"[{'id':380,'name':'sibling relationship'},{'id':697,'name':'loss of loved one'},{'id':2102,'name':'brother-in-law'},{'id':7158,'name':'war in afghanistan'},{'id':164181,'name':'sister-in-law'}]" +327,"[{'id':380,'name':'sibling relationship'},{'id':441,'name':'assassination'},{'id':1463,'name':'culture clash'},{'id':1601,'name':'war on drugs'},{'id':1794,'name':'yakuza'},{'id':1796,'name':'sake'},{'id':1797,'name':'loyalty'},{'id':2231,'name':'drug dealer'},{'id':9016,'name':'femme fatale'},{'id':12670,'name':'los angeles'}]" +26390,"[{'id':417,'name':'corruption'},{'id':796,'name':'police brutality'},{'id':1157,'name':'wife husband relationship'},{'id':6149,'name':'police'},{'id':9748,'name':'revenge'},{'id':9758,'name':'deception'},{'id':9826,'name':'murder'},{'id':10085,'name':'betrayal'},{'id':10856,'name':'bag of money'},{'id':11199,'name':'undercover cop'},{'id':11719,'name':'dirty cop'},{'id':11734,'name':'police corruption'},{'id':14819,'name':'violence'},{'id':15167,'name':'police detective'},{'id':33720,'name':'guilt'},{'id':41523,'name':'brooklyn, new york city'},{'id':156022,'name':'nypd'},{'id':207268,'name':'neo-noir'}]" +18533,"[{'id':378,'name':'prison'},{'id':1533,'name':'isolation'},{'id':5565,'name':'biography'},{'id':9672,'name':'based on a true story'},{'id':34117,'name':'cult film'}]" +160220,"[{'id':1740,'name':'pop culture'},{'id':5734,'name':'pony'},{'id':6054,'name':'friendship'},{'id':9818,'name':'fan culture'},{'id':10336,'name':'animation'},{'id':172141,'name':'cosplay'},{'id':208663,'name':'fan convention'},{'id':220266,'name':'fandom'}]" +98357,"[{'id':1919,'name':'mayor'},{'id':5340,'name':'investigation'},{'id':6078,'name':'politics'},{'id':8440,'name':'ex-cop'},{'id':9748,'name':'revenge'},{'id':10476,'name':'double crossed'},{'id':155790,'name':'private detective'}]" +9208,"[{'id':720,'name':'helicopter'},{'id':1261,'name':'river'},{'id':1316,'name':'captain'},{'id':1353,'name':'underground'},{'id':1666,'name':'mexican standoff'},{'id':1825,'name':'countdown'},{'id':3203,'name':'pilot'},{'id':5572,'name':'fistfight'},{'id':8122,'name':'canyon'},{'id':9052,'name':'major'},{'id':10085,'name':'betrayal'},{'id':12371,'name':'gunfight'},{'id':13008,'name':'train'},{'id':14601,'name':'explosion'},{'id':15263,'name':'park ranger'},{'id':18034,'name':'desert'},{'id':162365,'name':'military'},{'id':208547,'name':'nuclear device'},{'id':209476,'name':'boxing'},{'id':214472,'name':'stealth aircraft'},{'id':215861,'name':'abandoned mine'},{'id':219869,'name':'humvee'}]" +109584,[] +142,"[{'id':237,'name':'gay'},{'id':548,'name':'countryside'},{'id':697,'name':'loss of loved one'},{'id':1013,'name':'homophobia'},{'id':1016,'name':'wyoming'},{'id':1019,'name':'rodeo'},{'id':1890,'name':'camping'},{'id':2123,'name':'father murder'},{'id':2284,'name':'horseback riding'},{'id':3010,'name':'intolerance'},{'id':3020,'name':'sheep'},{'id':5600,'name':'daughter'},{'id':5809,'name':'marriage crisis'},{'id':7879,'name':'secret love'},{'id':10468,'name':'bear'},{'id':155291,'name':'cowboy'},{'id':165086,'name':'star crossed lovers'}]" +12762,"[{'id':2679,'name':'artist'},{'id':3485,'name':'comedian'},{'id':5490,'name':'girlfriend'},{'id':14512,'name':'new york city'},{'id':194018,'name':'talent manager'}]" +1588,"[{'id':2920,'name':'cheerleader'},{'id':6075,'name':'sport'},{'id':6270,'name':'high school'},{'id':10809,'name':'teenage girl'},{'id':11672,'name':'cheerleading'},{'id':40905,'name':'cheering crowd'},{'id':179431,'name':'duringcreditsstinger'}]" +1265,"[{'id':380,'name':'sibling relationship'},{'id':6054,'name':'friendship'},{'id':6733,'name':'bullying'},{'id':10226,'name':'neighbor'},{'id':10873,'name':'school'},{'id':13151,'name':'drawing'},{'id':15101,'name':'based on children's book'},{'id':166287,'name':'school bus'},{'id':170344,'name':'imagination'},{'id':170345,'name':'creek'},{'id':170350,'name':'clubhouse'},{'id':170351,'name':'reality vs fantasy'},{'id':170356,'name':'outsider'},{'id':170362,'name':'fantasy world'},{'id':204383,'name':'overflowing with imagination'}]" +55721,"[{'id':271,'name':'competition'},{'id':931,'name':'jealousy'},{'id':970,'name':'parent child relationship'},{'id':1721,'name':'fight'},{'id':3431,'name':'materialism'},{'id':3584,'name':'bridesmaid'},{'id':5248,'name':'female friendship'},{'id':10050,'name':'fear of commitment'},{'id':10329,'name':'wealth'},{'id':10955,'name':'wedding party'},{'id':11316,'name':'sexual humor'},{'id':12392,'name':'best friend'},{'id':39833,'name':'maid of honor'},{'id':40879,'name':'drunk'},{'id':155049,'name':'wedding dress'},{'id':155939,'name':'group of friends'},{'id':156091,'name':'missing person'},{'id':172454,'name':'casual sex'},{'id':174960,'name':'vanity'},{'id':175321,'name':'girl fight'},{'id':208847,'name':'out of control'}]" +10521,"[{'id':3582,'name':'bride'},{'id':6054,'name':'friendship'},{'id':6167,'name':'engagement'},{'id':9823,'name':'rivalry'},{'id':13027,'name':'wedding'},{'id':156195,'name':'family feud'}]" +11932,"[{'id':4944,'name':'route 66'},{'id':6300,'name':'puppet'},{'id':9707,'name':'evil doll'},{'id':10603,'name':'killer doll'},{'id':180691,'name':'killer toys'},{'id':187065,'name':'toy comes to life'},{'id':190349,'name':'chucky'}]" +254473,"[{'id':779,'name':'martial arts'},{'id':1815,'name':'atomic bomb'},{'id':2394,'name':'ghetto'},{'id':3149,'name':'gangster'},{'id':6955,'name':'parkour'},{'id':8233,'name':'cops'},{'id':9663,'name':'sequel'},{'id':11199,'name':'undercover cop'},{'id':14819,'name':'violence'},{'id':14955,'name':'fighting'},{'id':188955,'name':'hand to hand combat'}]" +9270,"[{'id':387,'name':'california'},{'id':3568,'name':'lone wolf'},{'id':4908,'name':'leave'},{'id':6270,'name':'high school'},{'id':10183,'name':'independent film'},{'id':199600,'name':'call'}]" +1058,"[{'id':534,'name':'mexico'},{'id':1664,'name':'eroticism'},{'id':1885,'name':'quickie'},{'id':2619,'name':'suspicion of murder'},{'id':2669,'name':'motel'},{'id':3182,'name':'seduction'},{'id':4666,'name':'final exam'},{'id':6149,'name':'police'},{'id':9937,'name':'suspense'},{'id':12670,'name':'los angeles'},{'id':34094,'name':'extramarital affair'}]" +158907,"[{'id':242,'name':'new york'},{'id':4217,'name':'exchange'},{'id':6038,'name':'marriage'},{'id':6711,'name':'crisis'},{'id':8508,'name':'party'},{'id':12105,'name':'student'},{'id':13130,'name':'teenager'},{'id':14534,'name':'relationship'},{'id':14794,'name':'lust'},{'id':15295,'name':'confrontation'},{'id':18035,'name':'family'},{'id':197619,'name':'foreign'}]" +145,"[{'id':240,'name':'underdog'},{'id':388,'name':'scotland'},{'id':549,'name':'prostitute'},{'id':856,'name':'paraplegic'},{'id':941,'name':'tradition'},{'id':946,'name':'excommunication'},{'id':970,'name':'parent child relationship'},{'id':1002,'name':'authority'},{'id':1330,'name':'social coercions'},{'id':3679,'name':'society'},{'id':3737,'name':'dying and death'},{'id':6150,'name':'faith'},{'id':6157,'name':'prayer'},{'id':6193,'name':'world religion'},{'id':9649,'name':'god'},{'id':10093,'name':'priest'},{'id':10183,'name':'independent film'},{'id':14765,'name':'church'},{'id':155870,'name':'polyamory'},{'id':158558,'name':'disabled'},{'id':181011,'name':'oil platform'}]" +20283,"[{'id':1447,'name':'indiana'},{'id':3797,'name':'bicycle'},{'id':6075,'name':'sport'},{'id':11935,'name':'working class'},{'id':18068,'name':'teenage boy'},{'id':160420,'name':'serenade'},{'id':180124,'name':'quarry'},{'id':180491,'name':'cycling'},{'id':186360,'name':'bicycle race'}]" +8043,"[{'id':1563,'name':'prisoner'},{'id':5552,'name':'train ride'},{'id':5744,'name':'governor'},{'id':6092,'name':'army'},{'id':11207,'name':'u.s. marshal'},{'id':13008,'name':'train'}]" +68,"[{'id':211,'name':'bureaucracy'},{'id':318,'name':'police state'},{'id':321,'name':'terror'},{'id':1025,'name':'great britain'},{'id':1566,'name':'dream'},{'id':4565,'name':'dystopia'},{'id':6086,'name':'government'},{'id':8201,'name':'satire'},{'id':10123,'name':'dark comedy'},{'id':34117,'name':'cult film'},{'id':236316,'name':'anarchic comedy'}]" +197,"[{'id':30,'name':'individual'},{'id':388,'name':'scotland'},{'id':930,'name':'in love with enemy'},{'id':2020,'name':'revolution'},{'id':3370,'name':'kilt'},{'id':3754,'name':'legend'},{'id':4097,'name':'independence'},{'id':6089,'name':'freedom'},{'id':6987,'name':'idealism'},{'id':7629,'name':'family clan'},{'id':14643,'name':'battle'},{'id':158431,'name':'united kingdom'},{'id':162845,'name':'revolt'},{'id':189433,'name':'tyranny'},{'id':190532,'name':'false history'},{'id':208070,'name':'highlands'},{'id':215160,'name':'13th century'},{'id':234722,'name':'scottish highlands'},{'id':239847,'name':'warfield'}]" +62177,"[{'id':388,'name':'scotland'},{'id':526,'name':'rebel'},{'id':3930,'name':'bravery'},{'id':4152,'name':'kingdom'},{'id':4393,'name':'archer'},{'id':4896,'name':'wish'},{'id':10336,'name':'animation'},{'id':10468,'name':'bear'},{'id':14753,'name':'scot'},{'id':15161,'name':'rebellious daughter'},{'id':41538,'name':'turns into animal'},{'id':53995,'name':'archery'},{'id':162715,'name':'ruins'},{'id':179430,'name':'aftercreditsstinger'},{'id':181181,'name':'peace offering'},{'id':187056,'name':'woman director'},{'id':189098,'name':'courage'},{'id':207372,'name':'quest'},{'id':245812,'name':'disney'}]" +27396,"[{'id':212,'name':'london'},{'id':770,'name':'scotland yard'},{'id':8015,'name':'cop'},{'id':9937,'name':'suspense'}]" +112090,[] +85414,[] +650,"[{'id':542,'name':'street gang'},{'id':577,'name':'black people'},{'id':897,'name':'rap music'},{'id':898,'name':'hip-hop'},{'id':3261,'name':'street war'},{'id':4562,'name':'rapper'},{'id':7920,'name':'violence in schools'},{'id':12670,'name':'los angeles'}]" +256969,[] +85350,"[{'id':1850,'name':'daily life'},{'id':2783,'name':'family's daily life'},{'id':3616,'name':'college'},{'id':5202,'name':'boy'},{'id':5768,'name':'urban life'},{'id':6270,'name':'high school'},{'id':9825,'name':'growing up'},{'id':10303,'name':'domestic abuse'},{'id':10683,'name':'coming of age'},{'id':13130,'name':'teenager'},{'id':15025,'name':'parenting'},{'id':15160,'name':'divorce'},{'id':18035,'name':'family'},{'id':184439,'name':'divorced parents'},{'id':212643,'name':'abusive husband'}]" +286519,"[{'id':2276,'name':'talent'},{'id':6027,'name':'music'},{'id':10873,'name':'school'},{'id':12990,'name':'singing'},{'id':13014,'name':'orphan'}]" +39356,"[{'id':2658,'name':'new zealand'},{'id':2659,'name':'maori'},{'id':4932,'name':'farm'},{'id':10947,'name':'goat'},{'id':179431,'name':'duringcreditsstinger'},{'id':208289,'name':'1980s'},{'id':230570,'name':'kids on their own'}]" +209504,"[{'id':4458,'name':'post-apocalyptic'},{'id':4565,'name':'dystopia'},{'id':9937,'name':'suspense'}]" +9303,"[{'id':378,'name':'prison'},{'id':3149,'name':'gangster'},{'id':5424,'name':'women's prison'},{'id':9937,'name':'suspense'},{'id':10391,'name':'mafia'},{'id':10768,'name':'lesbian'},{'id':156121,'name':'ex-con'},{'id':187056,'name':'woman director'},{'id':207268,'name':'neo-noir'},{'id':243576,'name':'trans director'}]" +259963,[] +24481,"[{'id':521,'name':'washington d.c.'},{'id':1705,'name':'congress'},{'id':5728,'name':'tycoon'},{'id':10181,'name':'based on play or musical'},{'id':169086,'name':'political satire'}]" +213927,[] +74523,"[{'id':830,'name':'car race'},{'id':9666,'name':'street race'}]" +50081,"[{'id':2172,'name':'zoo'},{'id':2217,'name':'rain'},{'id':2526,'name':'human animal relationship'},{'id':5774,'name':'forest'},{'id':156395,'name':'imax'},{'id':179431,'name':'duringcreditsstinger'},{'id':209714,'name':'3d'},{'id':214549,'name':'short'}]" +154844,"[{'id':1196,'name':'florida'},{'id':10131,'name':'interracial relationship'},{'id':161194,'name':'estranged father'}]" +9431,"[{'id':1411,'name':'brothel'},{'id':3133,'name':'vampire'},{'id':11168,'name':'private investigator'},{'id':188914,'name':'born again christian'},{'id':220389,'name':'televangelist'}]" +496,"[{'id':279,'name':'usa'},{'id':387,'name':'california'},{'id':549,'name':'prostitute'},{'id':736,'name':'journalist'},{'id':1019,'name':'rodeo'},{'id':2475,'name':'kazakhstan'},{'id':2477,'name':'demeanor course'},{'id':2479,'name':'chicken'},{'id':6268,'name':'driving school'},{'id':10144,'name':'anti semitism'},{'id':10468,'name':'bear'},{'id':11800,'name':'mockumentary'},{'id':12193,'name':'reporter'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'}]" +145668,[] +13053,"[{'id':1939,'name':'hamster'},{'id':2526,'name':'human animal relationship'},{'id':9963,'name':'kids and family'},{'id':18165,'name':'animal'},{'id':158378,'name':'cat vs dog'},{'id':179431,'name':'duringcreditsstinger'},{'id':213873,'name':'dog cat friendship'},{'id':230873,'name':'animal lead'}]" +78083,[] +12113,"[{'id':321,'name':'terror'},{'id':470,'name':'spy'},{'id':736,'name':'journalist'},{'id':769,'name':'falsely accused'},{'id':818,'name':'based on novel or book'},{'id':3737,'name':'dying and death'},{'id':6292,'name':'jordan'},{'id':9145,'name':'dubai'},{'id':9846,'name':'intelligence agency'},{'id':9849,'name':'beating'},{'id':13015,'name':'terrorism'},{'id':15017,'name':'danger'},{'id':221192,'name':'secrecy'}]" +2149,"[{'id':572,'name':'sex'},{'id':1326,'name':'infidelity'},{'id':1664,'name':'eroticism'},{'id':3182,'name':'seduction'},{'id':9826,'name':'murder'},{'id':14964,'name':'drugs'},{'id':207268,'name':'neo-noir'}]" +11507,"[{'id':2147,'name':'claustrophobia'},{'id':3581,'name':'witness'},{'id':6149,'name':'police'},{'id':9732,'name':'film in film'},{'id':9826,'name':'murder'},{'id':10226,'name':'neighbor'},{'id':12670,'name':'los angeles'},{'id':156391,'name':'peeping tom'},{'id':158436,'name':'porn actress'},{'id':158988,'name':'struggling actor'},{'id':178649,'name':'voyeurism'},{'id':207716,'name':'actor'}]" +31578,"[{'id':1480,'name':'baseball'},{'id':8629,'name':'tv movie'},{'id':9706,'name':'anthology'},{'id':10260,'name':'mechanic'},{'id':167560,'name':'hair loss'}]" +54931,[] +46705,"[{'id':246,'name':'dancing'},{'id':428,'name':'nurse'},{'id':894,'name':'depression'},{'id':1517,'name':'classroom'},{'id':3450,'name':'bridge'},{'id':6038,'name':'marriage'},{'id':9276,'name':'truck'},{'id':9673,'name':'love'},{'id':10041,'name':'dysfunctional family'},{'id':10103,'name':'children'}]" +11001,"[{'id':642,'name':'robbery'},{'id':1384,'name':'diamond'},{'id':4668,'name':'police operation'},{'id':7477,'name':'police everyday life'},{'id':9727,'name':'thief'},{'id':15090,'name':'police officer'},{'id':15321,'name':'police station'}]" +188166,"[{'id':9748,'name':'revenge'},{'id':13017,'name':'drifter'},{'id':160977,'name':'virginia'},{'id':207268,'name':'neo-noir'}]" +98369,"[{'id':155851,'name':'book store'}]" +160588,"[{'id':380,'name':'sibling relationship'},{'id':582,'name':'san francisco'},{'id':14512,'name':'new york city'},{'id':34143,'name':'rich'},{'id':157291,'name':'narcissism'},{'id':197222,'name':'xanax'}]" +4133,"[{'id':1228,'name':'1970s'},{'id':1601,'name':'war on drugs'},{'id':1803,'name':'drug addiction'},{'id':2149,'name':'drug traffic'},{'id':3391,'name':'drug smuggle'},{'id':6974,'name':'rise and fall'}]" +116532,[] +223732,"[{'id':12339,'name':'slasher'},{'id':13130,'name':'teenager'}]" +55538,"[{'id':572,'name':'sex'},{'id':1421,'name':'birthday'},{'id':2604,'name':'babysitter'},{'id':8102,'name':'elementary school'},{'id':9826,'name':'murder'},{'id':10103,'name':'children'},{'id':12339,'name':'slasher'},{'id':14773,'name':'eclipse'},{'id':14829,'name':'strangulation'},{'id':177201,'name':'evil child'}]" +34023,"[{'id':739,'name':'sexual abuse'},{'id':6373,'name':'sadomasochism'},{'id':9826,'name':'murder'},{'id':10877,'name':'dead body'},{'id':12394,'name':'chainsaw'},{'id':13006,'name':'torture'},{'id':163110,'name':'theatre'}]" +11690,"[{'id':779,'name':'martial arts'},{'id':5565,'name':'biography'},{'id':6075,'name':'sport'},{'id':9362,'name':'sensei'},{'id':9917,'name':'mixed martial arts'},{'id':12354,'name':'hong kong'}]" +190955,"[{'id':1228,'name':'1970s'}]" +919,"[{'id':4409,'name':'military base'},{'id':4942,'name':'victim of murder'},{'id':5135,'name':'jeep'},{'id':210024,'name':'anime'}]" +211587,[] +254126,[] +220820,[] +39700,[] +270851,"[{'id':1889,'name':'lake'},{'id':7994,'name':'water monster'}]" +323474,"[{'id':380,'name':'sibling relationship'},{'id':1797,'name':'loyalty'}]" +28172,"[{'id':189921,'name':'video nasty'},{'id':232871,'name':'splatter film'}]" +62132,"[{'id':4452,'name':'butcher'},{'id':9714,'name':'remake'},{'id':10292,'name':'gore'},{'id':10738,'name':'diner'},{'id':11181,'name':'decapitation'},{'id':14895,'name':'cannibal'},{'id':157741,'name':'body part'},{'id':158026,'name':'meat hook'},{'id':163338,'name':'egyptian mythology'},{'id':167095,'name':'disposing of a dead body'},{'id':187056,'name':'woman director'}]" +1372,"[{'id':409,'name':'africa'},{'id':526,'name':'rebel'},{'id':697,'name':'loss of loved one'},{'id':736,'name':'journalist'},{'id':917,'name':'journalism'},{'id':2831,'name':'slavery'},{'id':3070,'name':'mercenary'},{'id':3379,'name':'diamond mine'},{'id':5417,'name':'sierra leone'},{'id':5419,'name':'bootlegger'},{'id':5420,'name':'fisherman'},{'id':5422,'name':'special unit'},{'id':6212,'name':'smuggling'},{'id':8053,'name':'rwandan genocide'},{'id':158455,'name':'oppression'},{'id':210608,'name':'1990s'},{'id':250163,'name':'private military company'}]" +22164,"[{'id':1721,'name':'fight'},{'id':12380,'name':'tournament'},{'id':187910,'name':'kick'},{'id':187928,'name':'prison fight'}]" +55846,"[{'id':212,'name':'london'},{'id':237,'name':'gay'},{'id':818,'name':'based on novel or book'},{'id':1013,'name':'homophobia'},{'id':6259,'name':'psychopath'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':10714,'name':'serial killer'},{'id':10909,'name':'lawyer'},{'id':11363,'name':'arson'},{'id':15167,'name':'police detective'},{'id':156788,'name':'swat team'},{'id':158718,'name':'lgbt'},{'id':233223,'name':'hare krishna'}]" +8338,"[{'id':818,'name':'based on novel or book'},{'id':1721,'name':'fight'},{'id':1741,'name':'blindness and impaired vision'},{'id':2884,'name':'asylum'},{'id':3077,'name':'leader'},{'id':3679,'name':'society'},{'id':8047,'name':'eye specialist'},{'id':8862,'name':'uprising'},{'id':34161,'name':'doomsday'},{'id':188959,'name':'plague'}]" +234256,[] +918,"[{'id':380,'name':'sibling relationship'},{'id':387,'name':'california'},{'id':554,'name':'manager'},{'id':934,'name':'judge'},{'id':996,'name':'expensive restaurant'},{'id':1338,'name':'bachelor'},{'id':1605,'name':'new love'},{'id':1873,'name':'yuppie'},{'id':4480,'name':'business man'},{'id':4513,'name':'blind date'},{'id':10909,'name':'lawyer'},{'id':33457,'name':'alcoholic'},{'id':160497,'name':'wrongful arrest'}]" +232672,"[{'id':409,'name':'africa'},{'id':4513,'name':'blind date'},{'id':14534,'name':'relationship'},{'id':14724,'name':'family vacation'},{'id':18035,'name':'family'}]" +11072,"[{'id':1419,'name':'gun'},{'id':1582,'name':'saloon'},{'id':5744,'name':'governor'},{'id':8009,'name':'marching band'},{'id':10511,'name':'western'},{'id':11931,'name':'spoof'},{'id':18044,'name':'railroad'},{'id':18465,'name':'interrupted hanging'},{'id':155291,'name':'cowboy'},{'id':160583,'name':'western town'},{'id':160586,'name':'western spoof'},{'id':160588,'name':'ceremony'},{'id':160589,'name':'frontier town'},{'id':160597,'name':'saloon girl'},{'id':160602,'name':'movie reality crossover'},{'id':160605,'name':'nietzsche'},{'id':160607,'name':'coot'},{'id':160612,'name':'self-referential'},{'id':162078,'name':'female singer'},{'id':236316,'name':'anarchic comedy'}]" +14347,"[{'id':1326,'name':'infidelity'},{'id':1809,'name':'rio de janeiro'},{'id':3182,'name':'seduction'},{'id':14669,'name':'older man younger woman relationship'},{'id':14714,'name':'summer vacation'},{'id':162804,'name':'sexual awakening'},{'id':170827,'name':'sex comedy'},{'id':171341,'name':'underage sex'}]" +14522,"[{'id':2673,'name':'horse'},{'id':2755,'name':'country life'},{'id':187056,'name':'woman director'}]" +10497,"[{'id':1664,'name':'eroticism'},{'id':2564,'name':'wheelchair'},{'id':2587,'name':'married couple'},{'id':2799,'name':'cruise'},{'id':4115,'name':'longing'},{'id':5809,'name':'marriage crisis'},{'id':5859,'name':'paralysis'},{'id':6373,'name':'sadomasochism'},{'id':178649,'name':'voyeurism'}]" +194662,"[{'id':1599,'name':'midlife crisis'},{'id':8764,'name':'times square'},{'id':9715,'name':'superhero'},{'id':10776,'name':'marijuana'},{'id':11440,'name':'long take'},{'id':14512,'name':'new york city'},{'id':14531,'name':'play'},{'id':156028,'name':'broadway'},{'id':163110,'name':'theatre'},{'id':207716,'name':'actor'},{'id':240303,'name':'father daughter relationship'}]" +40016,"[{'id':14660,'name':'bird attack'},{'id':14662,'name':'nature run amok'}]" +136972,[] +9536,"[{'id':4166,'name':'biotope'},{'id':4459,'name':'vegetarian'},{'id':6305,'name':'pollution'}]" +11017,"[{'id':187056,'name':'woman director'}]" +4889,"[{'id':392,'name':'england'},{'id':470,'name':'spy'},{'id':1556,'name':'texas'},{'id':2106,'name':'cold war'},{'id':7059,'name':'anti-communism'},{'id':155762,'name':'swinging 60s'},{'id':155842,'name':'supercomputer'},{'id':156598,'name':'harry palmer'},{'id':163080,'name':'finland'}]" +1648,"[{'id':931,'name':'jealousy'},{'id':1743,'name':'journey in the past'},{'id':2842,'name':'sigmund freud'},{'id':4379,'name':'time travel'},{'id':5540,'name':'heavy metal'},{'id':5671,'name':'socrates'},{'id':5672,'name':'billy the kid'},{'id':5674,'name':'school presentation'},{'id':5678,'name':'rhinoceros'},{'id':5679,'name':'phone booth'},{'id':5680,'name':'world peace'},{'id':6162,'name':'past'},{'id':9682,'name':'history'},{'id':10875,'name':'metal'},{'id':12392,'name':'best friend'},{'id':220265,'name':'napoleon bonaparte'}]" +114574,[] +22976,"[{'id':2504,'name':'world war i'},{'id':4379,'name':'time travel'},{'id':7375,'name':'twin brother'},{'id':197642,'name':'fighter ace'}]" +13636,"[{'id':2355,'name':'american dream'},{'id':3263,'name':'american way of life'},{'id':10155,'name':'steroids'}]" +6978,"[{'id':582,'name':'san francisco'},{'id':780,'name':'kung fu'},{'id':1788,'name':'chinatown'},{'id':1930,'name':'kidnapping'},{'id':2343,'name':'magic'},{'id':10092,'name':'mystery'},{'id':34117,'name':'cult film'},{'id':155497,'name':'truck driver'}]" +9600,"[{'id':1568,'name':'undercover'},{'id':1812,'name':'fbi'},{'id':18118,'name':'disguise'},{'id':160364,'name':'impersonation'}]" +78698,"[{'id':4676,'name':'whale'},{'id':9880,'name':'alaska'},{'id':12193,'name':'reporter'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'},{'id':191652,'name':'greenpeace'},{'id':216921,'name':'animal protection'}]" +177572,"[{'id':380,'name':'sibling relationship'},{'id':1701,'name':'hero'},{'id':2276,'name':'talent'},{'id':9748,'name':'revenge'},{'id':12392,'name':'best friend'},{'id':12446,'name':'another dimension'},{'id':14544,'name':'robot'},{'id':33353,'name':'boy genius'},{'id':41509,'name':'hate'},{'id':179430,'name':'aftercreditsstinger'},{'id':198423,'name':'moral dilemma'},{'id':209714,'name':'3d'},{'id':213104,'name':'teen superhero'},{'id':215235,'name':'dead brother'}]" +587,"[{'id':291,'name':'circus'},{'id':616,'name':'witch'},{'id':970,'name':'parent child relationship'},{'id':1357,'name':'fish'},{'id':1495,'name':'fishing'},{'id':2038,'name':'love of one's life'},{'id':2517,'name':'leech'},{'id':3206,'name':'story teller'},{'id':4073,'name':'apoplectic stroke'},{'id':4120,'name':'fair'},{'id':5938,'name':'mermaid'},{'id':10163,'name':'cancer'},{'id':14534,'name':'relationship'},{'id':14751,'name':'youth'},{'id':156192,'name':'gentle giant'}]" +87093,"[{'id':1157,'name':'wife husband relationship'},{'id':2679,'name':'artist'},{'id':3012,'name':'court case'}]" +9032,"[{'id':1338,'name':'bachelor'},{'id':3703,'name':'law'},{'id':5569,'name':'vomit'},{'id':9797,'name':'syracuse university'},{'id':9798,'name':'law school'},{'id':11336,'name':'young boy'},{'id':11475,'name':'politically incorrect'},{'id':158189,'name':'wetting pants'},{'id':161287,'name':'central park'},{'id':161298,'name':'public urination'},{'id':161868,'name':'child's point of view'},{'id':161944,'name':'responsibility'},{'id':161958,'name':'immaturity'}]" +189276,"[{'id':15037,'name':'bug'},{'id':191563,'name':'arthropod'}]" +9955,"[{'id':271,'name':'competition'},{'id':2070,'name':'olympic games'},{'id':6075,'name':'sport'},{'id':9823,'name':'rivalry'},{'id':157168,'name':'ice skating'},{'id':209493,'name':'21st century'}]" +36648,"[{'id':697,'name':'loss of loved one'},{'id':1812,'name':'fbi'},{'id':3133,'name':'vampire'},{'id':3633,'name':'dracula'},{'id':5572,'name':'fistfight'},{'id':9259,'name':'vampire hunter'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':14731,'name':'martial arts master'},{'id':14735,'name':'motorcycle'},{'id':14926,'name':'katana sword'},{'id':40884,'name':'blade'},{'id':163074,'name':'super villain'},{'id':166720,'name':'vampire slayer'}]" +78,"[{'id':310,'name':'artificial intelligence'},{'id':801,'name':'bounty hunter'},{'id':818,'name':'based on novel or book'},{'id':4565,'name':'dystopia'},{'id':6017,'name':'genetics'},{'id':9685,'name':'futuristic'},{'id':10718,'name':'fugitive'},{'id':12190,'name':'cyberpunk'},{'id':12670,'name':'los angeles'},{'id':34117,'name':'cult film'},{'id':178657,'name':'tech noir'},{'id':207268,'name':'neo-noir'}]" +36586,"[{'id':1908,'name':'katana'},{'id':2766,'name':'mutation'},{'id':3133,'name':'vampire'},{'id':3625,'name':'silver'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':10045,'name':'tragic villain'},{'id':11795,'name':'lasersight'},{'id':14819,'name':'violence'},{'id':40884,'name':'blade'},{'id':175211,'name':'reaper'},{'id':175233,'name':'razor blade'},{'id':175245,'name':'sword duel'}]" +36647,"[{'id':1701,'name':'hero'},{'id':3133,'name':'vampire'},{'id':6152,'name':'supernatural'},{'id':9259,'name':'vampire hunter'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':9823,'name':'rivalry'},{'id':10044,'name':'tragic hero'},{'id':10842,'name':'good vs evil'},{'id':13116,'name':'one man army'},{'id':14687,'name':'extreme violence'},{'id':14731,'name':'martial arts master'},{'id':14760,'name':'scientist'},{'id':14819,'name':'violence'},{'id':33637,'name':'super power'},{'id':40884,'name':'blade'},{'id':175036,'name':'secret headquarters'},{'id':187710,'name':'escapade'},{'id':202703,'name':'deadly'},{'id':206695,'name':'master warrior'}]" +30566,"[{'id':1734,'name':'cop-killer'},{'id':2334,'name':'nightclub'},{'id':3133,'name':'vampire'},{'id':3633,'name':'dracula'},{'id':5484,'name':'reincarnation'},{'id':9826,'name':'murder'},{'id':10326,'name':'morgue'},{'id':10601,'name':'blaxploitation'},{'id':11243,'name':'african american'},{'id':156179,'name':'coroner'}]" +68818,"[{'id':642,'name':'robbery'},{'id':4781,'name':'miner'},{'id':44042,'name':'treachery'},{'id':44413,'name':'sundance kid'},{'id':47972,'name':'native peoples'},{'id':130989,'name':'butch cassidy'}]" +201088,"[{'id':949,'name':'terrorist'},{'id':1576,'name':'technology'},{'id':2095,'name':'anti hero'},{'id':2157,'name':'hacker'},{'id':2812,'name':'computer virus'},{'id':3635,'name':'national security agency (nsa)'},{'id':4368,'name':'nuclear power plant'},{'id':4776,'name':'race against time'},{'id':6104,'name':'computer'},{'id':6847,'name':'malaysia'},{'id':9937,'name':'suspense'},{'id':10085,'name':'betrayal'},{'id':10410,'name':'conspiracy'},{'id':10562,'name':'on the run'},{'id':10718,'name':'fugitive'},{'id':10950,'name':'shootout'},{'id':12361,'name':'hacking'},{'id':13015,'name':'terrorism'},{'id':15076,'name':'cat and mouse'},{'id':18522,'name':'one against many'},{'id':158111,'name':'no opening credits'},{'id':161520,'name':'terrorist plot'},{'id':183817,'name':'stock exchange'},{'id':209853,'name':'cybercrime'},{'id':218122,'name':'cyber terrorism'},{'id':218124,'name':'chinese military'},{'id':218130,'name':'cyber terrorist'},{'id':218132,'name':'cyber thriller'}]" +115046,"[{'id':572,'name':'sex'},{'id':1664,'name':'eroticism'},{'id':13059,'name':'prostitution'}]" +44214,"[{'id':246,'name':'dancing'},{'id':271,'name':'competition'},{'id':572,'name':'sex'},{'id':733,'name':'dancer'},{'id':1523,'name':'obsession'},{'id':2340,'name':'paranoia'},{'id':6255,'name':'insanity'},{'id':9937,'name':'suspense'},{'id':10551,'name':'ballet'},{'id':14512,'name':'new york city'},{'id':34265,'name':'heartbreak'},{'id':41329,'name':'mental illness'},{'id':41410,'name':'madness'},{'id':157314,'name':'psychological horror'},{'id':173646,'name':'swan lake'},{'id':187256,'name':'ballerina'}]" +7874,"[{'id':531,'name':'southern usa'},{'id':2636,'name':'blues'},{'id':2754,'name':'trauma'},{'id':4048,'name':'musician'},{'id':5947,'name':'military service'},{'id':6335,'name':'tennessee'},{'id':9838,'name':'nymphomaniac'},{'id':10183,'name':'independent film'},{'id':15381,'name':'captive'},{'id':160058,'name':'moonshine'},{'id':229143,'name':'drunkeness'}]" +84178,"[{'id':9713,'name':'friends'},{'id':156630,'name':'remote island'},{'id':187056,'name':'woman director'}]" +4105,"[{'id':233,'name':'japan'},{'id':1794,'name':'yakuza'},{'id':6297,'name':'japanese mafia'}]" +253331,"[{'id':10655,'name':'grieving widower'},{'id':33476,'name':'widower'}]" +175541,"[{'id':4344,'name':'musical'},{'id':10181,'name':'based on play or musical'},{'id':187056,'name':'woman director'},{'id':206042,'name':'based on bible'},{'id':207089,'name':'nativity'},{'id':207317,'name':'christmas'}]" +36349,"[{'id':642,'name':'robbery'},{'id':782,'name':'assassin'},{'id':1366,'name':'shotgun'},{'id':1419,'name':'gun'},{'id':1812,'name':'fbi'},{'id':3149,'name':'gangster'},{'id':3713,'name':'chase'},{'id':9727,'name':'thief'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':9917,'name':'mixed martial arts'},{'id':14819,'name':'violence'},{'id':15483,'name':'car chase'},{'id':33885,'name':'car'},{'id':177185,'name':'videotape'}]" +855,"[{'id':1968,'name':'prisoner of war'},{'id':2820,'name':'wound'},{'id':4265,'name':'somalia'},{'id':4267,'name':'warlord'},{'id':4337,'name':'famine'},{'id':10174,'name':'delta force'},{'id':222529,'name':'rescue operation'}]" +18214,[] +24804,"[{'id':577,'name':'black people'},{'id':10601,'name':'blaxploitation'},{'id':11931,'name':'spoof'},{'id':179431,'name':'duringcreditsstinger'}]" +105941,[] +4104,"[{'id':380,'name':'sibling relationship'},{'id':1646,'name':'autism'},{'id':6996,'name':'car garage'}]" +1685,"[{'id':1852,'name':'mutant'},{'id':4565,'name':'dystopia'},{'id':5385,'name':'survivor'},{'id':14626,'name':'astronaut'},{'id':14759,'name':'ape'},{'id':156810,'name':'science'},{'id':157963,'name':'worship'}]" +215931,"[{'id':187056,'name':'woman director'}]" +43418,[] +257874,"[{'id':1353,'name':'underground'},{'id':1960,'name':'mine'},{'id':18029,'name':'trapped'}]" +12542,"[{'id':591,'name':'cia'},{'id':3434,'name':'thailand'},{'id':5600,'name':'daughter'},{'id':33705,'name':'agent'}]" +205601,"[{'id':8250,'name':'victorian england'},{'id':11038,'name':'trial'},{'id':14906,'name':'slave'},{'id':165282,'name':'high society'},{'id':167861,'name':'caribbean'},{'id':187056,'name':'woman director'},{'id':194451,'name':'social issues'}]" +285270,"[{'id':3447,'name':'charity'},{'id':3616,'name':'college'},{'id':10594,'name':'money'},{'id':207272,'name':'fake believers'}]" +10322,"[{'id':521,'name':'washington d.c.'},{'id':840,'name':'usa president'},{'id':1284,'name':'identity'},{'id':1474,'name':'policy and organisations'},{'id':1646,'name':'autism'},{'id':2496,'name':'impotence'},{'id':4003,'name':'botanist'}]" +492,"[{'id':30,'name':'individual'},{'id':108,'name':'transvestism'},{'id':566,'name':'sexual identity'},{'id':616,'name':'witch'},{'id':1284,'name':'identity'},{'id':2117,'name':'subconsciousness'},{'id':2547,'name':'new identity'},{'id':2551,'name':'pet'},{'id':2552,'name':'chimp'},{'id':2553,'name':'puppeteer'},{'id':2585,'name':'appropriation of another human being'},{'id':2586,'name':'externally controlled action'},{'id':2588,'name':'brain'},{'id':2589,'name':'pet shop'},{'id':7879,'name':'secret love'}]" +78571,"[{'id':177927,'name':'homeless'},{'id':177938,'name':'lice'}]" +45830,"[{'id':10183,'name':'independent film'}]" +119675,"[{'id':237,'name':'gay'},{'id':818,'name':'based on novel or book'},{'id':6562,'name':'celebrity'},{'id':9672,'name':'based on a true story'},{'id':10198,'name':'gay relationship'},{'id':10199,'name':'gay interest'},{'id':11524,'name':'in the closet'},{'id':14570,'name':'las vegas'},{'id':14641,'name':'based on memoir or autobiography'}]" +8007,"[{'id':720,'name':'helicopter'},{'id':1327,'name':'war crimes'},{'id':1589,'name':'sniper'},{'id':1662,'name':'bosnia and herzegovina'},{'id':2533,'name':'fighter pilot'},{'id':7973,'name':'bosnian war of 1992-1995'},{'id':10084,'name':'rescue'},{'id':10685,'name':'escape'},{'id':11117,'name':'tank'},{'id':11872,'name':'atrocity'},{'id':12371,'name':'gunfight'},{'id':18543,'name':'combat'},{'id':158778,'name':'behind enemy lines'},{'id':162365,'name':'military'},{'id':168839,'name':'mine field'},{'id':219404,'name':'action hero'},{'id':221092,'name':'aircraft carrier'},{'id':225707,'name':'reconnaissance'},{'id':226426,'name':'mass grave'}]" +259018,[] +55347,"[{'id':237,'name':'gay'},{'id':1328,'name':'secret'},{'id':1862,'name':'coming out'},{'id':10163,'name':'cancer'},{'id':14534,'name':'relationship'},{'id':158718,'name':'lgbt'},{'id':240119,'name':'father son relationship'},{'id':244542,'name':'gay father'}]" +198277,[] +80,"[{'id':90,'name':'paris france'},{'id':736,'name':'journalist'},{'id':814,'name':'talking'},{'id':815,'name':'soulmates'},{'id':816,'name':'walking'},{'id':817,'name':'bookshop'},{'id':2038,'name':'love of one's life'},{'id':10818,'name':'author'}]" +5001,"[{'id':236,'name':'suicide'},{'id':237,'name':'gay'},{'id':242,'name':'new york'},{'id':701,'name':'cuba'},{'id':740,'name':'aids'},{'id':2137,'name':'totalitarian regime'},{'id':2679,'name':'artist'},{'id':3497,'name':'hot air balloon'},{'id':4849,'name':'exile'},{'id':5034,'name':'attempt to escape'},{'id':5565,'name':'biography'},{'id':7936,'name':'fidel castro'},{'id':7937,'name':'cuban revolution'},{'id':9310,'name':'latinx lead'},{'id':10180,'name':'homosexuality'},{'id':10818,'name':'author'},{'id':158455,'name':'oppression'},{'id':208340,'name':'latinx lgbt'}]" +132344,"[{'id':612,'name':'hotel'},{'id':822,'name':'airport'},{'id':922,'name':'hotel room'},{'id':1200,'name':'greece'},{'id':1566,'name':'dream'},{'id':8011,'name':'greek'},{'id':9713,'name':'friends'},{'id':10818,'name':'author'},{'id':13028,'name':'writer'},{'id':14714,'name':'summer vacation'},{'id':15016,'name':'twins'}]" +166822,"[{'id':3888,'name':'giant spider'},{'id':4632,'name':'martial law'},{'id':12670,'name':'los angeles'},{'id':158120,'name':'exterminator'},{'id':158126,'name':'creature feature'}]" +2280,"[{'id':1480,'name':'baseball'},{'id':14522,'name':'co-worker'},{'id':33721,'name':'body-swap'},{'id':161307,'name':'bronx, new york city'},{'id':170710,'name':'pinball machine'},{'id':170711,'name':'toy maker'},{'id':170713,'name':'duet'},{'id':170715,'name':'job promotion'},{'id':170718,'name':'homesick'},{'id':170722,'name':'new toy'},{'id':170726,'name':'quarter'},{'id':170728,'name':'unplugged electronic works'},{'id':170729,'name':'yankee stadium bronx new york city'},{'id':170731,'name':'wish fulfillment'},{'id':170737,'name':'bunk bed'},{'id':187056,'name':'woman director'}]" +284289,"[{'id':18034,'name':'desert'},{'id':33688,'name':'hunting'}]" +241771,"[{'id':2276,'name':'talent'},{'id':3490,'name':'pop star'},{'id':3836,'name':'success'},{'id':4048,'name':'musician'},{'id':157722,'name':'domineering mother'},{'id':187056,'name':'woman director'},{'id':240315,'name':'mother daughter relationship'}]" +211088,"[{'id':486,'name':'himalaya'},{'id':1262,'name':'mountain'},{'id':2658,'name':'new zealand'},{'id':4560,'name':'mountaineer'},{'id':8624,'name':'climbing'},{'id':187056,'name':'woman director'},{'id':192779,'name':'mount everest'}]" +25137,"[{'id':12193,'name':'reporter'},{'id':15009,'name':'criminal'}]" +9722,"[{'id':616,'name':'witch'},{'id':4158,'name':'enchantment'},{'id':13072,'name':'falling in love'},{'id':184989,'name':'spectacle'},{'id':187056,'name':'woman director'}]" +90,"[{'id':387,'name':'california'},{'id':797,'name':'showdown'},{'id':1568,'name':'undercover'},{'id':3688,'name':'strip club'},{'id':5340,'name':'investigation'},{'id':6110,'name':'weapon'},{'id':6149,'name':'police'},{'id':6212,'name':'smuggling'},{'id':8181,'name':'swimming pool'},{'id':12371,'name':'gunfight'},{'id':12545,'name':'mansion'},{'id':12670,'name':'los angeles'},{'id':14967,'name':'foot chase'},{'id':15478,'name':'art gallery'},{'id':15483,'name':'car chase'},{'id':18021,'name':'detroit'},{'id':157892,'name':'warehouse'},{'id':163047,'name':'beverly hills'},{'id':167541,'name':'buddy comedy'},{'id':172466,'name':'country club'},{'id':178539,'name':'maverick cop'},{'id':188294,'name':'damsel in distress'},{'id':188933,'name':'bar fight'}]" +137566,"[{'id':242,'name':'new york'},{'id':572,'name':'sex'},{'id':3836,'name':'success'},{'id':4433,'name':'conversation'},{'id':6038,'name':'marriage'},{'id':9673,'name':'love'},{'id':9824,'name':'reunion'},{'id':10103,'name':'children'},{'id':18047,'name':'anger'},{'id':33494,'name':'couple'},{'id':154060,'name':'happiness'},{'id':171670,'name':'resentment'}]" +220494,"[{'id':5565,'name':'biography'},{'id':155565,'name':'pin-up'}]" +13667,"[{'id':1339,'name':'duck'},{'id':5801,'name':'nerd'},{'id':7074,'name':'paperboy'},{'id':159558,'name':'snow skiing'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'}]" +36567,[] +238475,"[{'id':642,'name':'robbery'},{'id':5970,'name':'wrestling'},{'id':14570,'name':'las vegas'},{'id':221475,'name':'bachelorette party'}]" +138222,[] +309019,[] +92591,"[{'id':10631,'name':'stockbroker'},{'id':17989,'name':'prison visit'},{'id':156091,'name':'missing person'},{'id':160321,'name':'funeral director'},{'id':160322,'name':'funeral home'},{'id':160511,'name':'amateur theater'},{'id':163072,'name':'embezzlement'},{'id':179011,'name':'hidden corpse'},{'id':179012,'name':'estranged family member'},{'id':179014,'name':'jury trial'},{'id':179017,'name':'hick'},{'id':179022,'name':'confession of crime'},{'id':179431,'name':'duringcreditsstinger'}]" +260372,"[{'id':9951,'name':'alien'}]" +55890,"[{'id':9675,'name':'prequel'}]" +5471,"[{'id':1701,'name':'hero'},{'id':2035,'name':'mythology'},{'id':2037,'name':'nordic mythology'},{'id':5457,'name':'mythical creature'},{'id':5895,'name':'viking'},{'id':6110,'name':'weapon'},{'id':10491,'name':'swordsman'},{'id':11624,'name':'mythological beast'},{'id':179101,'name':'norse mythology'},{'id':234213,'name':'sword and sorcery'},{'id':252571,'name':'6th century'}]" +2310,"[{'id':509,'name':'denmark'},{'id':2037,'name':'nordic mythology'},{'id':2251,'name':'lie'},{'id':3932,'name':'pride and vanity'},{'id':4615,'name':'folk hero'},{'id':5035,'name':'human weakness'},{'id':5895,'name':'viking'},{'id':7368,'name':'alienation'},{'id':7411,'name':'festival hall'},{'id':7412,'name':'sin'},{'id':9920,'name':'royalty'},{'id':10541,'name':'curse'},{'id':14643,'name':'battle'},{'id':14704,'name':'ancient world'},{'id':161919,'name':'adult animation'},{'id':196544,'name':'motion capture'},{'id':252571,'name':'6th century'}]" +204922,"[{'id':1453,'name':'amnesia'},{'id':2726,'name':'therapist'},{'id':2879,'name':'aggression'},{'id':9856,'name':'flashback'},{'id':11612,'name':'hospital'}]" +43566,[] +4011,"[{'id':3065,'name':'minister'},{'id':3891,'name':'giant snake'},{'id':4062,'name':'skeleton'},{'id':5941,'name':'calypso'},{'id':6022,'name':'arts'},{'id':6152,'name':'supernatural'},{'id':6155,'name':'afterlife'},{'id':7925,'name':'child bride'},{'id':9712,'name':'possession'},{'id':9887,'name':'surrealism'},{'id':10809,'name':'teenage girl'},{'id':33505,'name':'gothic'},{'id':41410,'name':'madness'},{'id':162846,'name':'ghost'},{'id':244478,'name':'property'}]" +295887,[] +9988,"[{'id':74,'name':'germany'},{'id':271,'name':'competition'},{'id':279,'name':'usa'},{'id':549,'name':'prostitute'},{'id':567,'name':'alcohol'},{'id':4552,'name':'beer'},{'id':4613,'name':'training'},{'id':8971,'name':'oktoberfest'}]" +5559,"[{'id':730,'name':'factory worker'},{'id':1488,'name':'tennis'},{'id':2382,'name':'flower'},{'id':2778,'name':'florist'},{'id':2779,'name':'flower shop'},{'id':3203,'name':'pilot'},{'id':3616,'name':'college'},{'id':3800,'name':'airplane'},{'id':4247,'name':'beehive'},{'id':6148,'name':'court'},{'id':18379,'name':'bee'},{'id':179430,'name':'aftercreditsstinger'}]" +10202,"[{'id':187084,'name':'wishes come true'},{'id':187710,'name':'escapade'},{'id':189449,'name':'disorder'},{'id':202322,'name':'imaginary'},{'id':206809,'name':'miraculous event'},{'id':206810,'name':'imaginary kingdom'},{'id':206811,'name':'life turned upside down'},{'id':206812,'name':'nothing goes right'}]" +12335,"[{'id':334,'name':'flying'},{'id':616,'name':'witch'},{'id':1956,'name':'world war ii'},{'id':3872,'name':'broom'},{'id':241982,'name':'children in wartime'}]" +1636,"[{'id':2038,'name':'love of one's life'},{'id':4896,'name':'wish'},{'id':4957,'name':'sale of soul'},{'id':5810,'name':'pact with the devil'},{'id':9714,'name':'remake'},{'id':15001,'name':'demon'},{'id':188750,'name':'teuflisch'}]" +18209,"[{'id':14999,'name':'devil'},{'id':34117,'name':'cult film'},{'id':185459,'name':'seven deadly sins'}]" +15421,"[{'id':392,'name':'england'},{'id':2637,'name':'bishop'},{'id':10306,'name':'king henry ii'},{'id':185458,'name':'archbishop'},{'id':220707,'name':'12th century'}]" +10020,"[{'id':3071,'name':'prince'},{'id':3096,'name':'book'},{'id':3098,'name':'castle'},{'id':3259,'name':'rose'},{'id':4344,'name':'musical'},{'id':7376,'name':'princess'},{'id':10336,'name':'animation'},{'id':10988,'name':'based on tv series'},{'id':161271,'name':'beast'},{'id':190915,'name':'belle'}]" +9283,"[{'id':10683,'name':'coming of age'},{'id':155808,'name':'hometown'}]" +109491,"[{'id':393,'name':'civil war'},{'id':531,'name':'southern usa'},{'id':818,'name':'based on novel or book'},{'id':2343,'name':'magic'},{'id':3760,'name':'light'},{'id':9673,'name':'love'},{'id':165299,'name':'class prejudice'},{'id':219800,'name':'casters'},{'id':246466,'name':'based on young adult novel'}]" +38117,"[{'id':818,'name':'based on novel or book'},{'id':9673,'name':'love'},{'id':9767,'name':'beautiful woman'},{'id':10541,'name':'curse'},{'id':13130,'name':'teenager'},{'id':15402,'name':'popularity'},{'id':15403,'name':'blind tutor'},{'id':188237,'name':'teenage romance'},{'id':221039,'name':'modern fairy tale'},{'id':246466,'name':'based on young adult novel'}]" +1281,"[{'id':90,'name':'paris france'},{'id':212,'name':'london'},{'id':387,'name':'california'},{'id':822,'name':'airport'},{'id':1953,'name':'vault'},{'id':2535,'name':'destroy'},{'id':2598,'name':'museum'},{'id':3675,'name':'arts and culture'},{'id':4630,'name':'chaos'},{'id':4826,'name':'repair'},{'id':5347,'name':'clumsy fellow'},{'id':5369,'name':'guard'},{'id':5370,'name':'arts expert'},{'id':5372,'name':'host family'},{'id':5373,'name':'damage'},{'id':5374,'name':'poster'},{'id':5375,'name':'artwork'},{'id':5376,'name':'creativity'},{'id':5918,'name':'painting'},{'id':10280,'name':'farce'},{'id':11612,'name':'hospital'},{'id':12670,'name':'los angeles'},{'id':155582,'name':'amusement park'},{'id':163242,'name':'teenage rebellion'},{'id':215404,'name':'laxative'}]" +4953,"[{'id':2249,'name':'camcorder'},{'id':4368,'name':'nuclear power plant'},{'id':6262,'name':'delusion'},{'id':34053,'name':'video store'},{'id':177185,'name':'videotape'}]" +4551,"[{'id':3605,'name':'baseball bat'},{'id':4129,'name':'widow'},{'id':4741,'name':'recording contract'},{'id':5718,'name':'recording studio'},{'id':8045,'name':'russian mafia'},{'id':10572,'name':'music business'},{'id':10712,'name':'night club'},{'id':163949,'name':'pawnshop'}]" +257368,"[{'id':3386,'name':'space war'},{'id':9882,'name':'space'},{'id':161176,'name':'space opera'},{'id':234342,'name':'battlestar starship'},{'id':234343,'name':'battlestar'},{'id':234345,'name':'starfighter'}]" +44833,"[{'id':1721,'name':'fight'},{'id':4410,'name':'u.s. navy'},{'id':11265,'name':'mind reading'},{'id':12354,'name':'hong kong'},{'id':13042,'name':'soccer'},{'id':14760,'name':'scientist'},{'id':14946,'name':'fictional war'},{'id':160855,'name':'naval'},{'id':160856,'name':'armada'},{'id':160860,'name':'battleship'},{'id':160861,'name':'naval combat'},{'id':160865,'name':'jds myoko'},{'id':160866,'name':'lost communication'},{'id':160868,'name':'taser'},{'id':160873,'name':'buoy'},{'id':160875,'name':'communications expert'},{'id':160876,'name':'joint chiefs of staff'},{'id':160879,'name':'crash landing'},{'id':160880,'name':'jet fighter pilot'},{'id':160881,'name':'navy lieutenant'},{'id':160884,'name':'permission to marry'},{'id':160885,'name':'uss john paul jones'},{'id':160887,'name':'based on game'},{'id':179430,'name':'aftercreditsstinger'},{'id':227328,'name':'mighty mo'},{'id':227329,'name':'uss missouri'}]" +3176,"[{'id':2041,'name':'island'},{'id':2136,'name':'television'},{'id':5385,'name':'survivor'},{'id':13065,'name':'soldier'},{'id':14643,'name':'battle'},{'id':34079,'name':'death'},{'id':157376,'name':'game of death'},{'id':229184,'name':'school class'}]" +109417,"[{'id':4344,'name':'musical'},{'id':209714,'name':'3d'}]" +44943,"[{'id':83,'name':'saving the world'},{'id':1701,'name':'hero'},{'id':4405,'name':'marine corps'},{'id':4630,'name':'chaos'},{'id':4948,'name':'retirement'},{'id':5385,'name':'survivor'},{'id':5404,'name':'meteor'},{'id':6968,'name':'space invasion'},{'id':9951,'name':'alien'},{'id':10141,'name':'battlefield'},{'id':10349,'name':'survival'},{'id':11400,'name':'sergeant'},{'id':12670,'name':'los angeles'},{'id':14643,'name':'battle'},{'id':15017,'name':'danger'},{'id':158780,'name':'u.s. marine'},{'id':187710,'name':'escapade'},{'id':193552,'name':'heroic mission'},{'id':193907,'name':'evil alien'},{'id':206705,'name':'chaos and mayham'}]" +215814,"[{'id':2349,'name':'german'}]" +1705,"[{'id':4458,'name':'post-apocalyptic'},{'id':4565,'name':'dystopia'},{'id':14759,'name':'ape'}]" +335077,[] +19267,"[{'id':520,'name':'chicago'},{'id':542,'name':'street gang'},{'id':779,'name':'martial arts'}]" +69735,"[{'id':849,'name':'dc comics'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':11734,'name':'police corruption'},{'id':18712,'name':'based on graphic novel'},{'id':18932,'name':'origin of hero'},{'id':18933,'name':'catwoman'},{'id':33637,'name':'super power'},{'id':187056,'name':'woman director'},{'id':203722,'name':'commissioner gordon'}]" +40662,"[{'id':779,'name':'martial arts'},{'id':849,'name':'dc comics'},{'id':855,'name':'fictional place'},{'id':7002,'name':'vigilante'},{'id':9537,'name':'joker'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':10291,'name':'organized crime'},{'id':12547,'name':'billionaire'},{'id':18258,'name':'face mask'},{'id':33637,'name':'super power'},{'id':156553,'name':'mascara'},{'id':180734,'name':'masked superhero'}]" +142061,"[{'id':849,'name':'dc comics'},{'id':2964,'name':'future'},{'id':9537,'name':'joker'},{'id':10486,'name':'robin'},{'id':18712,'name':'based on graphic novel'},{'id':33637,'name':'super power'},{'id':162988,'name':'dystopian future'}]" +123025,"[{'id':849,'name':'dc comics'},{'id':2964,'name':'future'},{'id':18712,'name':'based on graphic novel'},{'id':33637,'name':'super power'},{'id':162988,'name':'dystopian future'}]" +415,"[{'id':848,'name':'double life'},{'id':849,'name':'dc comics'},{'id':851,'name':'dual identity'},{'id':853,'name':'crime fighter'},{'id':855,'name':'fictional place'},{'id':6969,'name':'gotham city'},{'id':9715,'name':'superhero'},{'id':10452,'name':'credit card'},{'id':33637,'name':'super power'}]" +364,"[{'id':65,'name':'holiday'},{'id':417,'name':'corruption'},{'id':848,'name':'double life'},{'id':849,'name':'dc comics'},{'id':853,'name':'crime fighter'},{'id':855,'name':'fictional place'},{'id':3298,'name':'hallucination'},{'id':5570,'name':'christmas tree'},{'id':6969,'name':'gotham city'},{'id':7002,'name':'vigilante'},{'id':9715,'name':'superhero'},{'id':14819,'name':'violence'},{'id':15002,'name':'dark hero'},{'id':33637,'name':'super power'},{'id':163074,'name':'super villain'},{'id':173861,'name':'deformed'},{'id':173866,'name':'bird cage'},{'id':173867,'name':'evil circus'},{'id':214644,'name':'christmas holiday'}]" +21683,"[{'id':849,'name':'dc comics'},{'id':9748,'name':'revenge'},{'id':10486,'name':'robin'},{'id':33637,'name':'super power'},{'id':156525,'name':'heroine'}]" +414,"[{'id':483,'name':'riddle'},{'id':849,'name':'dc comics'},{'id':3259,'name':'rose'},{'id':6969,'name':'gotham city'},{'id':9104,'name':'partner'},{'id':9715,'name':'superhero'},{'id':10486,'name':'robin'},{'id':10525,'name':'broken neck'},{'id':11268,'name':'psychologist'},{'id':14819,'name':'violence'},{'id':15009,'name':'criminal'},{'id':33518,'name':'district attorney'},{'id':33626,'name':'millionaire'},{'id':33637,'name':'super power'},{'id':33981,'name':'falling down stairs'},{'id':34156,'name':'tied up'},{'id':156116,'name':'tommy gun'},{'id':157166,'name':'beretta'},{'id':157583,'name':'knocked out'},{'id':170383,'name':'disfigurement'},{'id':170652,'name':'father figure'}]" +272,"[{'id':486,'name':'himalaya'},{'id':697,'name':'loss of loved one'},{'id':779,'name':'martial arts'},{'id':849,'name':'dc comics'},{'id':853,'name':'crime fighter'},{'id':1308,'name':'secret identity'},{'id':1568,'name':'undercover'},{'id':1701,'name':'hero'},{'id':3679,'name':'society'},{'id':6969,'name':'gotham city'},{'id':7002,'name':'vigilante'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':9823,'name':'rivalry'},{'id':10044,'name':'tragic hero'},{'id':10278,'name':'ninja'},{'id':33637,'name':'super power'},{'id':173719,'name':'haunted by the past'},{'id':179095,'name':'evil doctor'},{'id':187710,'name':'escapade'},{'id':206694,'name':'master villain'},{'id':206700,'name':'fighting crime'},{'id':206709,'name':'unfulfillment'},{'id':206715,'name':'love and romance'},{'id':206716,'name':'unfulfilled love'}]" +242643,"[{'id':849,'name':'dc comics'},{'id':9715,'name':'superhero'},{'id':9717,'name':'based on comic'},{'id':15285,'name':'spin off'}]" +268,"[{'id':848,'name':'double life'},{'id':849,'name':'dc comics'},{'id':851,'name':'dual identity'},{'id':852,'name':'chemical'},{'id':853,'name':'crime fighter'},{'id':855,'name':'fictional place'},{'id':6969,'name':'gotham city'},{'id':9715,'name':'superhero'},{'id':33637,'name':'super power'}]" +27816,[] +27815,"[{'id':1852,'name':'mutant'},{'id':9663,'name':'sequel'},{'id':15085,'name':'splatter'},{'id':207673,'name':'freak'}]" +402,"[{'id':459,'name':'sexual obsession'},{'id':582,'name':'san francisco'},{'id':703,'name':'detective'},{'id':931,'name':'jealousy'},{'id':1664,'name':'eroticism'},{'id':2619,'name':'suspicion of murder'},{'id':3183,'name':'bisexuality'},{'id':3737,'name':'dying and death'},{'id':3851,'name':'dangerous'},{'id':4320,'name':'lover'},{'id':4378,'name':'striptease'},{'id':4426,'name':'sadism'},{'id':6149,'name':'police'},{'id':6259,'name':'psychopath'},{'id':9016,'name':'femme fatale'},{'id':9740,'name':'sociopath'},{'id':207767,'name':'erotic thriller'}]" +10782,"[{'id':1803,'name':'drug addiction'},{'id':4406,'name':'military court'},{'id':4596,'name':'panama'},{'id':5947,'name':'military service'},{'id':6148,'name':'court'},{'id':6174,'name':'ranger'},{'id':8681,'name':'supreme court'},{'id':8713,'name':'lager'},{'id':229211,'name':'military crime'}]" +134394,[] +248574,"[{'id':782,'name':'assassin'},{'id':6270,'name':'high school'},{'id':13130,'name':'teenager'},{'id':33705,'name':'agent'}]" +242042,"[{'id':2487,'name':'naivety'},{'id':9714,'name':'remake'},{'id':18035,'name':'family'}]" +168903,"[{'id':128,'name':'love triangle'},{'id':2276,'name':'talent'},{'id':3071,'name':'prince'},{'id':4328,'name':'costume'},{'id':5462,'name':'barbie'},{'id':7376,'name':'princess'},{'id':8732,'name':'talent-scout'},{'id':10542,'name':'based on toy'},{'id':10551,'name':'ballet'},{'id':12392,'name':'best friend'},{'id':12446,'name':'another dimension'},{'id':15252,'name':'magical object'},{'id':173646,'name':'swan lake'},{'id':194404,'name':'supervillain'}]" +11867,"[{'id':175518,'name':'scientist bar'},{'id':175522,'name':'electrical torture'},{'id':175529,'name':'pretending to be a prostitute'},{'id':175530,'name':'sprayed with water'},{'id':175533,'name':'pressure washer'},{'id':175536,'name':'obese'}]" +207769,"[{'id':5498,'name':'lsd'},{'id':6086,'name':'government'},{'id':10410,'name':'conspiracy'},{'id':10481,'name':'tension'},{'id':10561,'name':'video camera'},{'id':11494,'name':'drug use'},{'id':13028,'name':'writer'},{'id':18034,'name':'desert'},{'id':160025,'name':'radio broadcast'},{'id':197710,'name':'mind bender'},{'id':197711,'name':'number stations'},{'id':233167,'name':'lovecraftian'},{'id':237224,'name':'mk ultra'},{'id':240435,'name':'scientific experiment'}]" +13184,"[{'id':782,'name':'assassin'},{'id':1293,'name':'asia'},{'id':1419,'name':'gun'},{'id':1635,'name':'deaf-mute'},{'id':2708,'name':'hitman'},{'id':3432,'name':'bangkok'},{'id':3434,'name':'thailand'},{'id':3688,'name':'strip club'},{'id':4488,'name':'apprentice'},{'id':5824,'name':'video surveillance'},{'id':9714,'name':'remake'},{'id':9826,'name':'murder'},{'id':9856,'name':'flashback'},{'id':10085,'name':'betrayal'},{'id':10391,'name':'mafia'},{'id':10950,'name':'shootout'},{'id':12391,'name':'boat chase'},{'id':14601,'name':'explosion'},{'id':14967,'name':'foot chase'},{'id':15127,'name':'killer'},{'id':41644,'name':'gunshot'},{'id':195295,'name':'motorcycle chase'},{'id':226409,'name':'crisis of conscience'}]" +3170,"[{'id':697,'name':'loss of loved one'},{'id':5774,'name':'forest'},{'id':7946,'name':'deer'},{'id':10683,'name':'coming of age'},{'id':12392,'name':'best friend'},{'id':15199,'name':'rabbit'},{'id':191404,'name':'forest fire'}]" +25913,[] +34942,[] +21032,"[{'id':1994,'name':'wolf'},{'id':2551,'name':'pet'},{'id':6411,'name':'dog-sledding race'},{'id':9880,'name':'alaska'},{'id':15162,'name':'dog'},{'id':15169,'name':'goose'},{'id':158175,'name':'bear attack'},{'id':158370,'name':'dog sled'},{'id':158371,'name':'frozen lake'}]" +261857,[] +118957,"[{'id':793,'name':'drowning'},{'id':1545,'name':'supermarket'},{'id':2988,'name':'shark attack'},{'id':3094,'name':'australian'},{'id':3528,'name':'flooding'},{'id':5657,'name':'australia'},{'id':6941,'name':'tsunami'},{'id':10292,'name':'gore'},{'id':15097,'name':'shark'},{'id':173272,'name':'flood'},{'id':209714,'name':'3d'}]" +175528,"[{'id':1005,'name':'karaoke'},{'id':1459,'name':'marriage proposal'},{'id':209493,'name':'21st century'}]" +322850,"[{'id':2231,'name':'drug dealer'},{'id':11501,'name':'cheating wife'}]" +209403,"[{'id':271,'name':'competition'},{'id':8201,'name':'satire'},{'id':11146,'name':'spelling bee'},{'id':161194,'name':'estranged father'},{'id':167982,'name':'unlikely friendship'},{'id':215292,'name':'anger issues'}]" +33214,"[{'id':1523,'name':'obsession'},{'id':2635,'name':'overdose'},{'id':5439,'name':'inspector'},{'id':9673,'name':'love'},{'id':15106,'name':'psychiatrist'},{'id':18267,'name':'vienna austria'},{'id':34094,'name':'extramarital affair'},{'id':34117,'name':'cult film'}]" +52449,"[{'id':1517,'name':'classroom'},{'id':2887,'name':'manipulation'},{'id':10508,'name':'teacher'},{'id':10873,'name':'school'},{'id':12105,'name':'student'},{'id':13035,'name':'middle school'},{'id':15268,'name':'incompetence'},{'id':210605,'name':'workplace comedy'}]" +143142,"[{'id':10075,'name':'boot camp'},{'id':12349,'name':'paul bunyan'},{'id':156019,'name':'lumberjack'},{'id':189099,'name':'giant'}]" +395,"[{'id':83,'name':'saving the world'},{'id':1297,'name':'predator'},{'id':1826,'name':'space marine'},{'id':1949,'name':'pyramid'},{'id':6049,'name':'praise'},{'id':9951,'name':'alien'},{'id':204390,'name':'cosmos'},{'id':209493,'name':'21st century'},{'id':226177,'name':'xenomorph'}]" +323660,"[{'id':995,'name':'cinderella'},{'id':3205,'name':'fairy tale'},{'id':4175,'name':'brothers grimm'},{'id':7432,'name':'rumpelstiltskin'},{'id':169341,'name':'snow white'},{'id':229607,'name':'female warrior'}]" +19995,"[{'id':1463,'name':'culture clash'},{'id':2964,'name':'future'},{'id':3386,'name':'space war'},{'id':3388,'name':'space colony'},{'id':3679,'name':'society'},{'id':3801,'name':'space travel'},{'id':9685,'name':'futuristic'},{'id':9840,'name':'romance'},{'id':9882,'name':'space'},{'id':9951,'name':'alien'},{'id':10148,'name':'tribe'},{'id':10158,'name':'alien planet'},{'id':11399,'name':'marine'},{'id':13065,'name':'soldier'},{'id':14643,'name':'battle'},{'id':14720,'name':'love affair'},{'id':165431,'name':'anti war'},{'id':193554,'name':'power relations'},{'id':206690,'name':'mind and soul'},{'id':209714,'name':'3d'}]" +262543,"[{'id':310,'name':'artificial intelligence'},{'id':2217,'name':'rain'},{'id':2964,'name':'future'},{'id':4565,'name':'dystopia'},{'id':14544,'name':'robot'},{'id':15174,'name':'ecology'},{'id':18034,'name':'desert'},{'id':229069,'name':'child hitman'}]" +6972,"[{'id':440,'name':'missionary'},{'id':1956,'name':'world war ii'},{'id':2752,'name':'ranch'},{'id':5657,'name':'australia'},{'id':6731,'name':'british'},{'id':7856,'name':'racist'},{'id':9656,'name':'cattle drive'},{'id':10360,'name':'prejudice'},{'id':179430,'name':'aftercreditsstinger'},{'id':221178,'name':'stampede'},{'id':229066,'name':'waltzing matilda'},{'id':229067,'name':'trampled to death'}]" +817,"[{'id':83,'name':'saving the world'},{'id':305,'name':'moon'},{'id':339,'name':'submarine'},{'id':402,'name':'clone'},{'id':470,'name':'spy'},{'id':591,'name':'cia'},{'id':797,'name':'showdown'},{'id':803,'name':'android'},{'id':840,'name':'usa president'},{'id':911,'name':'exotic island'},{'id':977,'name':'cat'},{'id':1280,'name':'laser gun'},{'id':1432,'name':'nasa'},{'id':1568,'name':'undercover'},{'id':1826,'name':'space marine'},{'id':1926,'name':'car journey'},{'id':4379,'name':'time travel'},{'id':4522,'name':'supermodel'},{'id':9457,'name':'single'},{'id':33885,'name':'car'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'}]" +816,"[{'id':803,'name':'android'},{'id':1568,'name':'undercover'},{'id':2534,'name':'missile'},{'id':2655,'name':'group therapy'},{'id':3800,'name':'airplane'},{'id':4379,'name':'time travel'},{'id':4504,'name':'penthouse apartment'},{'id':4505,'name':'judo'},{'id':4506,'name':'trapdoor'},{'id':4507,'name':'clowning'},{'id':6293,'name':'telescope'},{'id':14914,'name':'swinging'},{'id':15267,'name':'james bond spoof'},{'id':155762,'name':'swinging 60s'}]" +818,"[{'id':83,'name':'saving the world'},{'id':339,'name':'submarine'},{'id':380,'name':'sibling relationship'},{'id':402,'name':'clone'},{'id':470,'name':'spy'},{'id':720,'name':'helicopter'},{'id':1321,'name':'gold'},{'id':1375,'name':'submachine gun'},{'id':1423,'name':'asteroid'},{'id':1568,'name':'undercover'},{'id':1690,'name':'belgium'},{'id':1881,'name':'dutch'},{'id':1926,'name':'car journey'},{'id':2334,'name':'nightclub'},{'id':3290,'name':'laser'},{'id':3346,'name':'sumo ringer'},{'id':3371,'name':'family history'},{'id':4507,'name':'clowning'},{'id':4539,'name':'overweight man'},{'id':4541,'name':'conciliation'},{'id':15267,'name':'james bond spoof'},{'id':33885,'name':'car'},{'id':179431,'name':'duringcreditsstinger'}]" +156711,"[{'id':179431,'name':'duringcreditsstinger'},{'id':187056,'name':'woman director'}]" +5123,"[{'id':697,'name':'loss of loved one'},{'id':699,'name':'love at first sight'},{'id':953,'name':'guitar'},{'id':2038,'name':'love of one's life'},{'id':2251,'name':'lie'},{'id':3691,'name':'forbidden love'},{'id':4173,'name':'music lover'},{'id':6027,'name':'music'},{'id':6170,'name':'motherly love'},{'id':6783,'name':'orphanage'},{'id':10103,'name':'children'},{'id':187056,'name':'woman director'}]" +152737,"[{'id':236,'name':'suicide'},{'id':1803,'name':'drug addiction'},{'id':3739,'name':'funeral'},{'id':10041,'name':'dysfunctional family'},{'id':10181,'name':'based on play or musical'},{'id':156230,'name':'midwest'},{'id':170633,'name':'southern'},{'id':197707,'name':'bleak comedy'},{'id':197708,'name':'mental disorders'}]" +232731,"[{'id':6152,'name':'supernatural'},{'id':6506,'name':'resurrection'},{'id':10929,'name':'attila'},{'id':198860,'name':'stolen treasure'}]" +59678,"[{'id':542,'name':'street gang'},{'id':2407,'name':'fireworks'},{'id':3713,'name':'chase'},{'id':5404,'name':'meteor'},{'id':5500,'name':'playground'},{'id':5638,'name':'arrest'},{'id':8224,'name':'cannabis'},{'id':9008,'name':'moped'},{'id':9775,'name':'car set on fire'},{'id':9844,'name':'car crash'},{'id':9951,'name':'alien'},{'id':11514,'name':'social satire'},{'id':40870,'name':'race'},{'id':190530,'name':'naive children'}]" +32087,"[{'id':1956,'name':'world war ii'},{'id':4595,'name':'u.s. army'},{'id':5387,'name':'national guard'},{'id':10181,'name':'based on play or musical'},{'id':185454,'name':'us military'},{'id':198423,'name':'moral dilemma'}]" +10865,"[{'id':339,'name':'submarine'},{'id':658,'name':'sea'},{'id':2768,'name':'atlantis'},{'id':14785,'name':'underwater'},{'id':33696,'name':'sea monster'}]" +23325,"[{'id':6092,'name':'army'}]" +26398,"[{'id':572,'name':'sex'},{'id':818,'name':'based on novel or book'},{'id':1299,'name':'monster'},{'id':15140,'name':'quicksand'},{'id':162801,'name':'subterranean'},{'id':166695,'name':'cavern'},{'id':197359,'name':'cave woman'}]" +254188,"[{'id':156075,'name':'evil'},{'id':158142,'name':'real estate agent'}]" +10147,"[{'id':65,'name':'holiday'},{'id':603,'name':'elves'},{'id':1441,'name':'christmas party'},{'id':2081,'name':'department store'},{'id':8430,'name':'safe'},{'id':33719,'name':'drink'},{'id':33873,'name':'little people'},{'id':33965,'name':'christmas eve'},{'id':207317,'name':'christmas'}]" +11699,"[{'id':796,'name':'police brutality'},{'id':2411,'name':'new orleans'},{'id':10291,'name':'organized crime'},{'id':11734,'name':'police corruption'},{'id':33699,'name':'policeman'},{'id':156117,'name':'illegal drugs'},{'id':161982,'name':'murder investigation'}]" +12143,"[{'id':417,'name':'corruption'},{'id':570,'name':'rape'},{'id':703,'name':'detective'},{'id':745,'name':'nun'},{'id':1480,'name':'baseball'},{'id':1803,'name':'drug addiction'},{'id':1849,'name':'homicide'},{'id':2231,'name':'drug dealer'},{'id':2671,'name':'heroin'},{'id':3571,'name':'crucifixion'},{'id':5305,'name':'gambling debts'},{'id':6149,'name':'police'},{'id':10809,'name':'teenage girl'},{'id':14512,'name':'new york city'},{'id':14819,'name':'violence'},{'id':15111,'name':'drinking'},{'id':33451,'name':'masturbation'},{'id':215659,'name':'salvation'},{'id':238160,'name':'christ figure'}]" +258805,"[{'id':9094,'name':'womanizer'},{'id':33610,'name':'gym'},{'id':155678,'name':'penis'},{'id':213852,'name':'personal trainer'},{'id':213854,'name':'urologist'},{'id':213855,'name':'gym instructor'}]" +256731,"[{'id':531,'name':'southern usa'},{'id':703,'name':'detective'},{'id':4551,'name':'swamp'},{'id':5340,'name':'investigation'},{'id':6149,'name':'police'},{'id':9826,'name':'murder'},{'id':167715,'name':'informant'},{'id':177964,'name':'contract killer'},{'id':207726,'name':'lousiana bayou'},{'id':209618,'name':'baton rouge'}]" +8961,"[{'id':416,'name':'miami'},{'id':529,'name':'ku klux klan'},{'id':701,'name':'cuba'},{'id':1568,'name':'undercover'},{'id':1666,'name':'mexican standoff'},{'id':1941,'name':'ecstasy'},{'id':3149,'name':'gangster'},{'id':7963,'name':'guantánamo'},{'id':10089,'name':'slaughter'},{'id':10950,'name':'shootout'},{'id':12371,'name':'gunfight'},{'id':12648,'name':'bromance'},{'id':14819,'name':'violence'},{'id':14967,'name':'foot chase'},{'id':15011,'name':'criminal underworld'},{'id':15271,'name':'interrogation'},{'id':15483,'name':'car chase'},{'id':18026,'name':'drug lord'},{'id':18067,'name':'exploding house'},{'id':155799,'name':'narcotics cop'},{'id':156117,'name':'illegal drugs'},{'id':156805,'name':'dea agent'},{'id':167316,'name':'buddy cop'},{'id':219404,'name':'action hero'},{'id':226380,'name':'haitian gang'},{'id':226381,'name':'minefield'}]" +9737,"[{'id':416,'name':'miami'},{'id':703,'name':'detective'},{'id':772,'name':'handcuffs'},{'id':822,'name':'airport'},{'id':1666,'name':'mexican standoff'},{'id':3688,'name':'strip club'},{'id':4009,'name':'witness protection'},{'id':9844,'name':'car crash'},{'id':11730,'name':'internal affairs'},{'id':11734,'name':'police corruption'},{'id':12371,'name':'gunfight'},{'id':14601,'name':'explosion'},{'id':14707,'name':'brutality'},{'id':14967,'name':'foot chase'},{'id':15483,'name':'car chase'},{'id':18026,'name':'drug lord'},{'id':166856,'name':'hangar'},{'id':167114,'name':'loose cannon'},{'id':167115,'name':'bust'},{'id':167124,'name':'black cop'},{'id':167128,'name':'badge'},{'id':219404,'name':'action hero'}]" +94380,"[{'id':422,'name':'vietnam veteran'},{'id':1701,'name':'hero'},{'id':3679,'name':'society'},{'id':9672,'name':'based on a true story'},{'id':12670,'name':'los angeles'},{'id':225061,'name':'friend'},{'id':241514,'name':'muder'}]" +255268,"[{'id':422,'name':'vietnam veteran'},{'id':9663,'name':'sequel'},{'id':9826,'name':'murder'},{'id':228523,'name':'inspired by true events'}]" +251552,"[{'id':5719,'name':'cricket'}]" +196,"[{'id':386,'name':'railroad robber'},{'id':387,'name':'california'},{'id':951,'name':'delorean'},{'id':957,'name':'indian territory'},{'id':999,'name':'sports car'},{'id':1436,'name':'inventor'},{'id':1544,'name':'locomotive'},{'id':1582,'name':'saloon'},{'id':2284,'name':'horseback riding'},{'id':4379,'name':'time travel'},{'id':9503,'name':'outlaw'},{'id':9663,'name':'sequel'},{'id':10125,'name':'mad scientist'},{'id':10322,'name':'native american'},{'id':10511,'name':'western'},{'id':10950,'name':'shootout'},{'id':12371,'name':'gunfight'},{'id':13008,'name':'train'},{'id':155573,'name':'wild west'},{'id':156234,'name':'cavalry'}]" +165,"[{'id':390,'name':'skateboarding'},{'id':391,'name':'flying car'},{'id':830,'name':'car race'},{'id':951,'name':'delorean'},{'id':952,'name':'lightning'},{'id':956,'name':'almanac'},{'id':1436,'name':'inventor'},{'id':4379,'name':'time travel'},{'id':9663,'name':'sequel'},{'id':10738,'name':'diner'},{'id':12026,'name':'alternate history'},{'id':13130,'name':'teenager'},{'id':33888,'name':'electric guitar'},{'id':172251,'name':'walking cane'},{'id':196664,'name':'high school dance'},{'id':226370,'name':'hoverboard'},{'id':226371,'name':'video phone'}]" +105,"[{'id':389,'name':'clock tower'},{'id':830,'name':'car race'},{'id':949,'name':'terrorist'},{'id':951,'name':'delorean'},{'id':952,'name':'lightning'},{'id':953,'name':'guitar'},{'id':955,'name':'plutonium'},{'id':999,'name':'sports car'},{'id':1436,'name':'inventor'},{'id':1743,'name':'journey in the past'},{'id':3338,'name':'invention'},{'id':4379,'name':'time travel'},{'id':4776,'name':'race against time'},{'id':9104,'name':'partner'},{'id':9789,'name':'misfit'},{'id':10125,'name':'mad scientist'},{'id':11860,'name':'fish out of water'},{'id':18425,'name':'teenage love'},{'id':40850,'name':'destiny'},{'id':186189,'name':'hidden identity'},{'id':187376,'name':'odd couple'},{'id':187710,'name':'escapade'},{'id':189449,'name':'disorder'},{'id':206687,'name':'chases and races'},{'id':206715,'name':'love and romance'},{'id':206720,'name':'teenage life'},{'id':206735,'name':'misfit partners'},{'id':206736,'name':'changing the past or future'},{'id':206737,'name':'getting home'}]" +84174,"[{'id':3584,'name':'bridesmaid'},{'id':3688,'name':'strip club'},{'id':5248,'name':'female friendship'},{'id':8663,'name':'overweight woman'},{'id':9824,'name':'reunion'},{'id':11494,'name':'drug use'},{'id':13027,'name':'wedding'},{'id':155049,'name':'wedding dress'},{'id':160246,'name':'childhood friends'},{'id':187056,'name':'woman director'},{'id':221475,'name':'bachelorette party'},{'id':233618,'name':'bitch'}]" +12309,"[{'id':1338,'name':'bachelor'},{'id':1797,'name':'loyalty'},{'id':4144,'name':'donkey'},{'id':8070,'name':'stag night'},{'id':8508,'name':'party'},{'id':13027,'name':'wedding'}]" +292191,"[{'id':279,'name':'usa'},{'id':6593,'name':'stripper'},{'id':8508,'name':'party'},{'id':10712,'name':'night club'},{'id':14570,'name':'las vegas'},{'id':15111,'name':'drinking'},{'id':221475,'name':'bachelorette party'}]" +9381,"[{'id':339,'name':'submarine'},{'id':1009,'name':'baby'},{'id':1328,'name':'secret'},{'id':2964,'name':'future'},{'id':3070,'name':'mercenary'},{'id':3246,'name':'prosecution'},{'id':3725,'name':'pregnancy'},{'id':4556,'name':'protection'},{'id':4565,'name':'dystopia'},{'id':4690,'name':'moral conflict'},{'id':6212,'name':'smuggling'},{'id':10629,'name':'vision'},{'id':12190,'name':'cyberpunk'},{'id':173162,'name':'sect'}]" +25898,"[{'id':65,'name':'holiday'},{'id':10324,'name':'toys'},{'id':197928,'name':'laurel and hardy'}]" +1164,"[{'id':321,'name':'terror'},{'id':697,'name':'loss of loved one'},{'id':1419,'name':'gun'},{'id':1629,'name':'morocco'},{'id':1635,'name':'deaf-mute'},{'id':1768,'name':'san diego'},{'id':1941,'name':'ecstasy'},{'id':2173,'name':'illegal immigration'},{'id':2201,'name':'first time'},{'id':2341,'name':'nanny'},{'id':5600,'name':'daughter'},{'id':11494,'name':'drug use'},{'id':14677,'name':'bullet wound'},{'id':159753,'name':'ensemble cast'},{'id':171366,'name':'multiple storylines'},{'id':208841,'name':'incident'}]" +9598,"[{'id':905,'name':'alarm clock'},{'id':977,'name':'cat'},{'id':1339,'name':'duck'},{'id':3020,'name':'sheep'},{'id':4931,'name':'pig'},{'id':4932,'name':'farm'},{'id':5608,'name':'affection'},{'id':8082,'name':'piglet'},{'id':11115,'name':'heroism'},{'id':11477,'name':'anthropomorphism'},{'id':15101,'name':'based on children's book'},{'id':15162,'name':'dog'},{'id':18013,'name':'separation'},{'id':33671,'name':'german shepherd'},{'id':154846,'name':'farmer'},{'id':158019,'name':'grandson'},{'id':189609,'name':'sheepdog'},{'id':206052,'name':'talking pig'}]" +4704,"[{'id':395,'name':'gambling'},{'id':10229,'name':'singer'}]" +121789,"[{'id':154846,'name':'farmer'},{'id':179574,'name':'race car driver'}]" +110122,[] +16577,"[{'id':1701,'name':'hero'},{'id':2964,'name':'future'},{'id':9715,'name':'superhero'},{'id':10103,'name':'children'},{'id':10336,'name':'animation'},{'id':14544,'name':'robot'},{'id':18035,'name':'family'}]" +184125,"[{'id':242,'name':'new york'},{'id':5636,'name':'wall street'},{'id':165193,'name':'financial crisis'},{'id':189933,'name':'economic crisis'},{'id':220425,'name':'armed response'},{'id':220426,'name':'personal crisis'},{'id':220427,'name':'tipping point'}]" +8978,"[{'id':726,'name':'drug abuse'},{'id':1666,'name':'mexican standoff'},{'id':2375,'name':'junkie'},{'id':2885,'name':'prison cell'},{'id':3373,'name':'snow storm'},{'id':3543,'name':'transport of prisoners'},{'id':3737,'name':'dying and death'},{'id':5343,'name':'molotow cocktail'},{'id':5632,'name':'new year's day'},{'id':9714,'name':'remake'},{'id':9758,'name':'deception'},{'id':10349,'name':'survival'},{'id':10950,'name':'shootout'},{'id':11734,'name':'police corruption'},{'id':14707,'name':'brutality'},{'id':14755,'name':'power outage'},{'id':14819,'name':'violence'},{'id':18021,'name':'detroit'},{'id':18107,'name':'silencer'},{'id':156650,'name':'machine gun'},{'id':161998,'name':'night vision goggles'},{'id':173845,'name':'exploding bus'}]" +17814,"[{'id':502,'name':'ambush'},{'id':542,'name':'street gang'},{'id':2583,'name':'blackout'},{'id':4063,'name':'siege'},{'id':6149,'name':'police'},{'id':9937,'name':'suspense'},{'id':10349,'name':'survival'},{'id':10950,'name':'shootout'},{'id':12371,'name':'gunfight'},{'id':14707,'name':'brutality'},{'id':15234,'name':'convict'},{'id':15321,'name':'police station'},{'id':18107,'name':'silencer'},{'id':156257,'name':'jail cell'},{'id':166109,'name':'child murder'},{'id':226254,'name':'prison bus'}]" +42716,"[{'id':339,'name':'submarine'},{'id':4953,'name':'ocean liner'},{'id':6791,'name':'torpedo'},{'id':156217,'name':'u boat'}]" +208242,"[{'id':782,'name':'assassin'},{'id':1797,'name':'loyalty'},{'id':2708,'name':'hitman'},{'id':10085,'name':'betrayal'},{'id':11578,'name':'mobster'},{'id':15099,'name':'professional hit'}]" +185497,"[{'id':3563,'name':'st. petersburg russia'},{'id':10551,'name':'ballet'},{'id':227358,'name':'ballet fu'}]" +117923,"[{'id':789,'name':'muslim'},{'id':2833,'name':'psychoanalysis'},{'id':5950,'name':'christian'},{'id':6349,'name':'bulgaria'},{'id':10714,'name':'serial killer'},{'id':208038,'name':'belly dancer'},{'id':220075,'name':'former fbi'}]" +9691,"[{'id':271,'name':'competition'},{'id':441,'name':'assassination'},{'id':591,'name':'cia'},{'id':974,'name':'bank'},{'id':977,'name':'cat'},{'id':1666,'name':'mexican standoff'},{'id':2350,'name':'seattle'},{'id':2708,'name':'hitman'},{'id':3045,'name':'mission of murder'},{'id':3979,'name':'hidden camera'},{'id':9823,'name':'rivalry'},{'id':10084,'name':'rescue'},{'id':10950,'name':'shootout'},{'id':11148,'name':'police chase'},{'id':12355,'name':'sniper rifle'},{'id':18021,'name':'detroit'},{'id':18107,'name':'silencer'},{'id':33456,'name':'double cross'},{'id':167861,'name':'caribbean'}]" +326057,[] +159024,[] +212481,"[{'id':4295,'name':'collector'},{'id':5800,'name':'geek'}]" +152745,"[{'id':531,'name':'southern usa'},{'id':818,'name':'based on novel or book'},{'id':11004,'name':'rural setting'},{'id':12987,'name':'poverty'},{'id':208518,'name':'burial'}]" +2898,"[{'id':641,'name':'single parent'},{'id':828,'name':'waitress'},{'id':3568,'name':'lone wolf'},{'id':6054,'name':'friendship'},{'id':7312,'name':'road trip'},{'id':10199,'name':'gay interest'},{'id':10226,'name':'neighbor'},{'id':10818,'name':'author'},{'id':11036,'name':'obsessive compulsive disorder'},{'id':13001,'name':'cowardliness'},{'id':13028,'name':'writer'},{'id':15162,'name':'dog'},{'id':159317,'name':'rude'},{'id':159318,'name':'obnoxious'},{'id':167982,'name':'unlikely friendship'}]" +254258,"[{'id':3870,'name':'mickey mouse'},{'id':5565,'name':'biography'},{'id':5900,'name':'missouri'},{'id':14893,'name':'art'}]" +83869,"[{'id':10041,'name':'dysfunctional family'},{'id':10683,'name':'coming of age'}]" +256274,"[{'id':90,'name':'paris france'},{'id':697,'name':'loss of loved one'},{'id':1454,'name':'treasure'},{'id':4194,'name':'catacombs'},{'id':14760,'name':'scientist'},{'id':41586,'name':'archaeologist'},{'id':162177,'name':'subjective camera'},{'id':163053,'name':'found footage'},{'id':206647,'name':'female archeologist'},{'id':206649,'name':'philosopher's stone'}]" +268823,[] +106833,"[{'id':4344,'name':'musical'}]" +269650,"[{'id':4458,'name':'post-apocalyptic'},{'id':6091,'name':'war'},{'id':10046,'name':'mecha'},{'id':12190,'name':'cyberpunk'}]" +12690,"[{'id':1415,'name':'small town'},{'id':14574,'name':'rancher'}]" +50357,"[{'id':305,'name':'moon'},{'id':1432,'name':'nasa'},{'id':4884,'name':'infection'},{'id':5731,'name':'barbecue'},{'id':7422,'name':'moon landing'},{'id':9951,'name':'alien'},{'id':11800,'name':'mockumentary'},{'id':14626,'name':'astronaut'},{'id':15250,'name':'alien infection'},{'id':163053,'name':'found footage'}]" +568,"[{'id':305,'name':'moon'},{'id':1196,'name':'florida'},{'id':1432,'name':'nasa'},{'id':2345,'name':'spaceman'},{'id':4776,'name':'race against time'},{'id':9609,'name':'houston'},{'id':9672,'name':'based on a true story'},{'id':9882,'name':'space'},{'id':10084,'name':'rescue'},{'id':10349,'name':'survival'},{'id':10617,'name':'disaster'},{'id':14601,'name':'explosion'},{'id':14626,'name':'astronaut'},{'id':156395,'name':'imax'},{'id':184994,'name':'saturn v rocket'},{'id':189098,'name':'courage'},{'id':193479,'name':'hypothermia'},{'id':226233,'name':'apollo program'},{'id':226234,'name':'cape kennedy'},{'id':226235,'name':'lunar mission'},{'id':226236,'name':'spacecraft accident'}]" +260163,[] +256284,[] +97795,"[{'id':163053,'name':'found footage'}]" +17169,"[{'id':397,'name':'bare knuckle boxing'},{'id':1721,'name':'fight'},{'id':10391,'name':'mafia'},{'id':14735,'name':'motorcycle'},{'id':14736,'name':'motorcycle gang'},{'id':14762,'name':'orangutan'},{'id':15149,'name':'monkey'}]" +9563,"[{'id':579,'name':'american football'},{'id':1482,'name':'trainer'},{'id':4613,'name':'training'},{'id':5621,'name':'american football coach'},{'id':6075,'name':'sport'},{'id':155802,'name':'american football stadium'}]" +105526,"[{'id':387,'name':'california'},{'id':824,'name':'drag queen'},{'id':1013,'name':'homophobia'},{'id':1228,'name':'1970s'},{'id':2393,'name':'adoption'},{'id':4573,'name':'down syndrome'},{'id':10198,'name':'gay relationship'},{'id':10199,'name':'gay interest'},{'id':18068,'name':'teenage boy'},{'id':18179,'name':'drug addict'},{'id':33518,'name':'district attorney'},{'id':41515,'name':'gay parent'},{'id':158718,'name':'lgbt'},{'id':180002,'name':'lgbt rights'},{'id':185927,'name':'adopted child'},{'id':186621,'name':'gay adoption'}]" +125490,"[{'id':2964,'name':'future'},{'id':4958,'name':'injection'},{'id':6562,'name':'celebrity'},{'id':8201,'name':'satire'},{'id':158276,'name':'metamorphosis'},{'id':178657,'name':'tech noir'},{'id':188957,'name':'virus'},{'id':191564,'name':'body horror'}]" +207780,"[{'id':321,'name':'terror'},{'id':4884,'name':'infection'}]" +17609,"[{'id':572,'name':'sex'},{'id':1715,'name':'symbolism'},{'id':2726,'name':'therapist'},{'id':3032,'name':'suffering'},{'id':3260,'name':'masochism'},{'id':3623,'name':'cabin'},{'id':6038,'name':'marriage'},{'id':9649,'name':'god'},{'id':9720,'name':'woods'},{'id':12565,'name':'psychological thriller'},{'id':13006,'name':'torture'},{'id':13073,'name':'fear'},{'id':14624,'name':'cruelty'},{'id':14819,'name':'violence'},{'id':18330,'name':'nature'},{'id':33720,'name':'guilt'},{'id':156174,'name':'occult'},{'id':172291,'name':'grieving'},{'id':176227,'name':'motherhood'}]" +290529,[] +201132,"[{'id':5565,'name':'biography'},{'id':14728,'name':'antarctica'}]" +252529,"[{'id':187056,'name':'woman director'}]" +55420,"[{'id':4627,'name':'earth'},{'id':10614,'name':'tragedy'},{'id':10756,'name':'janitor'},{'id':13194,'name':'planet'},{'id':13495,'name':'duplicate'},{'id':41608,'name':'cosmology'},{'id':41609,'name':'ego'},{'id':162429,'name':'solar system'}]" +61891,"[{'id':497,'name':'shakespeare'},{'id':2142,'name':'anonymity'},{'id':5933,'name':'poet'},{'id':6078,'name':'politics'},{'id':14531,'name':'play'},{'id':179431,'name':'duringcreditsstinger'},{'id':190532,'name':'false history'},{'id':221192,'name':'secrecy'}]" +127374,"[{'id':1284,'name':'identity'},{'id':1566,'name':'dream'},{'id':6162,'name':'past'}]" +51052,"[{'id':65,'name':'holiday'},{'id':1991,'name':'santa claus'},{'id':3487,'name':'assistant'},{'id':3661,'name':'sleigh'},{'id':4896,'name':'wish'},{'id':10385,'name':'reindeer'},{'id':18035,'name':'family'},{'id':34154,'name':'north pole'},{'id':159450,'name':'high tech'},{'id':159574,'name':'clumsiness'},{'id':179431,'name':'duringcreditsstinger'},{'id':186914,'name':'letter to santa claus'},{'id':187056,'name':'woman director'},{'id':207317,'name':'christmas'},{'id':231403,'name':'elf'},{'id':242203,'name':'christmas gift'}]" +9992,"[{'id':1158,'name':'grandparent grandchild relationship'},{'id':4391,'name':'wretch'},{'id':6956,'name':'treasure hunt'},{'id':10941,'name':'disappearance'},{'id':18035,'name':'family'},{'id':170362,'name':'fantasy world'}]" +49012,"[{'id':2341,'name':'nanny'},{'id':9714,'name':'remake'},{'id':12547,'name':'billionaire'},{'id':14645,'name':'nail gun'},{'id':14646,'name':'overbearing mother'},{'id':14647,'name':'man child'},{'id':179431,'name':'duringcreditsstinger'}]" +10204,"[{'id':90,'name':'paris france'},{'id':212,'name':'london'},{'id':242,'name':'new york'},{'id':385,'name':'jules verne'},{'id':582,'name':'san francisco'},{'id':1847,'name':'istanbul'},{'id':3497,'name':'hot air balloon'},{'id':5973,'name':'journey round the world'},{'id':194470,'name':'queen victoria'}]" +215928,"[{'id':187056,'name':'woman director'}]" +344796,"[{'id':393,'name':'civil war'},{'id':4379,'name':'time travel'}]" +766,"[{'id':530,'name':'prophecy'},{'id':616,'name':'witch'},{'id':1400,'name':'swordplay'},{'id':1545,'name':'supermarket'},{'id':3098,'name':'castle'},{'id':3970,'name':'catapult'},{'id':4013,'name':'chain saw'},{'id':4060,'name':'time frame'},{'id':4062,'name':'skeleton'},{'id':4065,'name':'pit'},{'id':4066,'name':'windmill'},{'id':4067,'name':'incantation'},{'id':4379,'name':'time travel'},{'id':10327,'name':'undead'},{'id':10466,'name':'knight'},{'id':12377,'name':'zombie'},{'id':41406,'name':'middle ages'},{'id':46958,'name':'good and bad'},{'id':157466,'name':'necronomicon'},{'id':161891,'name':'doppelgänger'}]" +4597,"[{'id':642,'name':'robbery'},{'id':960,'name':'homeless person'},{'id':974,'name':'bank'},{'id':4898,'name':'armored car'},{'id':9276,'name':'truck'},{'id':10051,'name':'heist'}]" +95,"[{'id':83,'name':'saving the world'},{'id':90,'name':'paris france'},{'id':305,'name':'moon'},{'id':697,'name':'loss of loved one'},{'id':843,'name':'cataclysm'},{'id':1423,'name':'asteroid'},{'id':1430,'name':'self sacrifice'},{'id':1432,'name':'nasa'},{'id':1826,'name':'space marine'},{'id':5600,'name':'daughter'},{'id':9882,'name':'space'},{'id':13027,'name':'wedding'},{'id':14626,'name':'astronaut'},{'id':164889,'name':'eiffel tower paris'},{'id':179431,'name':'duringcreditsstinger'},{'id':189411,'name':'disaster movie'},{'id':211487,'name':'space centre'}]" +1073,"[{'id':258,'name':'bomb'},{'id':949,'name':'terrorist'},{'id':1812,'name':'fbi'},{'id':1992,'name':'professor'},{'id':2340,'name':'paranoia'},{'id':3616,'name':'college'},{'id':4183,'name':'wife'},{'id':6078,'name':'politics'},{'id':6092,'name':'army'},{'id':9826,'name':'murder'},{'id':9937,'name':'suspense'},{'id':10226,'name':'neighbor'},{'id':33705,'name':'agent'},{'id':159419,'name':'blueprint'},{'id':200883,'name':'classified'},{'id':207268,'name':'neo-noir'}]" +68734,"[{'id':279,'name':'usa'},{'id':591,'name':'cia'},{'id':1157,'name':'wife husband relationship'},{'id':2020,'name':'revolution'},{'id':2430,'name':'hiding place'},{'id':2562,'name':'press conference'},{'id':5565,'name':'biography'},{'id':34061,'name':'american abroad'},{'id':185677,'name':'extraction'},{'id':185684,'name':'iran hostage crisis'},{'id':185692,'name':'intelligence agent'},{'id':185702,'name':'langley virginia'},{'id':208289,'name':'1980s'}]" +71254,[] +209244,"[{'id':697,'name':'loss of loved one'},{'id':6095,'name':'house'},{'id':6340,'name':'weatherman'},{'id':10911,'name':'inheritance'},{'id':18035,'name':'family'},{'id':225061,'name':'friend'}]" +10172,"[{'id':6095,'name':'house'},{'id':172274,'name':'moving in'},{'id':181602,'name':'renovation'}]" +60599,"[{'id':554,'name':'manager'},{'id':4280,'name':'mental breakdown'},{'id':9665,'name':'cover-up'},{'id':184116,'name':'hedge fund'}]" +6488,"[{'id':1415,'name':'small town'},{'id':5160,'name':'animal attack'},{'id':9744,'name':'outbreak'},{'id':158120,'name':'exterminator'},{'id':158124,'name':'spider bite'},{'id':158126,'name':'creature feature'},{'id':158129,'name':'spider queen'},{'id':195026,'name':'spiders'},{'id':217961,'name':'invasive species'},{'id':221272,'name':'arachnophobia'},{'id':223059,'name':'animal horror'},{'id':232791,'name':'spider general'}]" +60488,"[{'id':351,'name':'poison'},{'id':733,'name':'dancer'},{'id':2831,'name':'slavery'},{'id':5894,'name':'bagdad'},{'id':10685,'name':'escape'},{'id':15017,'name':'danger'}]" +23030,"[{'id':470,'name':'spy'},{'id':1992,'name':'professor'}]" +9445,"[{'id':1308,'name':'secret identity'},{'id':1936,'name':'blackmail'},{'id':2349,'name':'german'},{'id':2547,'name':'new identity'},{'id':2652,'name':'nazi'},{'id':2887,'name':'manipulation'},{'id':4434,'name':'interview'},{'id':6270,'name':'high school'},{'id':9826,'name':'murder'},{'id':13006,'name':'torture'},{'id':222049,'name':'school counselor'}]" +9535,"[{'id':242,'name':'new york'},{'id':6220,'name':'mafia boss'},{'id':13027,'name':'wedding'},{'id':15106,'name':'psychiatrist'}]" +9360,"[{'id':886,'name':'movie business'},{'id':5968,'name':'amazon'},{'id':10787,'name':'jungle'},{'id':158233,'name':'anaconda'},{'id':158241,'name':'killer snake'},{'id':158244,'name':'riverboat'},{'id':217120,'name':'amazon river'},{'id':223059,'name':'animal horror'}]" +1947,"[{'id':697,'name':'loss of loved one'},{'id':798,'name':'sheriff'},{'id':1016,'name':'wyoming'},{'id':1158,'name':'grandparent grandchild relationship'},{'id':5927,'name':'violence against women'}]" +18174,"[{'id':417,'name':'corruption'},{'id':549,'name':'prostitute'},{'id':1328,'name':'secret'},{'id':2081,'name':'department store'},{'id':2687,'name':'fiancé'},{'id':3692,'name':'scandal'},{'id':6167,'name':'engagement'},{'id':7464,'name':'alcoholism'},{'id':9937,'name':'suspense'},{'id':10181,'name':'based on play or musical'},{'id':14514,'name':'class differences'},{'id':33637,'name':'super power'},{'id':34094,'name':'extramarital affair'},{'id':195402,'name':'film noir'}]" +24137,[] +2891,"[{'id':2658,'name':'new zealand'},{'id':3096,'name':'book'},{'id':4924,'name':'insane asylum'},{'id':6255,'name':'insanity'},{'id':10508,'name':'teacher'},{'id':10818,'name':'author'},{'id':11857,'name':'mental institution'},{'id':14641,'name':'based on memoir or autobiography'},{'id':187056,'name':'woman director'}]" +4978,"[{'id':242,'name':'new york'},{'id':977,'name':'cat'},{'id':1900,'name':'immigration'},{'id':2139,'name':'russia'},{'id':2161,'name':'mouse'},{'id':2355,'name':'american dream'},{'id':2606,'name':'jew'},{'id':3560,'name':'cossack'},{'id':7328,'name':'hanukah'},{'id':7329,'name':'pogrom'}]" +296834,"[{'id':282,'name':'video game'},{'id':579,'name':'american football'}]" +210024,"[{'id':4379,'name':'time travel'},{'id':5565,'name':'biography'},{'id':15061,'name':'docudrama'}]" +279750,[] +125558,"[{'id':12392,'name':'best friend'},{'id':12997,'name':'dinner'},{'id':187056,'name':'woman director'}]" +11831,"[{'id':701,'name':'cuba'},{'id':1860,'name':'mutiny'},{'id':2831,'name':'slavery'},{'id':3441,'name':'sentence'},{'id':6165,'name':'historical figure'},{'id':155756,'name':'tall ship'},{'id':163120,'name':'slave trade'},{'id':239161,'name':'havana'}]" +272602,"[{'id':2356,'name':'immigrant'},{'id':5939,'name':'iraq'},{'id':33731,'name':'stand-up comedian'},{'id':159909,'name':'veteran'},{'id':182223,'name':'iraq veteran'},{'id':184116,'name':'hedge fund'},{'id':208902,'name':'afghanistan veteran'}]" +11467,"[{'id':886,'name':'movie business'},{'id':1157,'name':'wife husband relationship'},{'id':1907,'name':'fictitious marriage'},{'id':2587,'name':'married couple'},{'id':5809,'name':'marriage crisis'}]" +273651,[] +23568,"[{'id':187056,'name':'woman director'}]" +190859,"[{'id':818,'name':'based on novel or book'},{'id':1589,'name':'sniper'},{'id':5565,'name':'biography'},{'id':5939,'name':'iraq'},{'id':11219,'name':'navy seal'},{'id':33564,'name':'u.s. soldier'}]" +71552,"[{'id':1157,'name':'wife husband relationship'},{'id':9663,'name':'sequel'},{'id':18187,'name':'family reunion'},{'id':33451,'name':'masturbation'},{'id':161158,'name':'scat'},{'id':161213,'name':'high school reunion'},{'id':179173,'name':'quitting a job'},{'id':179178,'name':'milf'},{'id':179431,'name':'duringcreditsstinger'}]" +1359,"[{'id':818,'name':'based on novel or book'},{'id':5636,'name':'wall street'},{'id':6259,'name':'psychopath'},{'id':8201,'name':'satire'},{'id':10123,'name':'dark comedy'},{'id':10714,'name':'serial killer'},{'id':12565,'name':'psychological thriller'},{'id':34117,'name':'cult film'},{'id':174075,'name':'white collar'},{'id':174076,'name':'harvard business school'},{'id':174085,'name':'child of divorce'},{'id':174086,'name':'voice imitation'},{'id':174089,'name':'unreliable narrator'},{'id':187056,'name':'woman director'},{'id':208289,'name':'1980s'}]" +26123,"[{'id':6270,'name':'high school'},{'id':13130,'name':'teenager'},{'id':155722,'name':'teen comedy'},{'id':156777,'name':'teenage sexuality'},{'id':208445,'name':'virginity'}]" +15739,"[{'id':4344,'name':'musical'},{'id':9717,'name':'based on comic'},{'id':10181,'name':'based on play or musical'},{'id':11666,'name':'microphone'},{'id':12663,'name':'little girl'},{'id':13014,'name':'orphan'},{'id':41328,'name':'whistle'},{'id':161868,'name':'child's point of view'},{'id':162632,'name':'chrysler building'},{'id':165113,'name':'rockettes'},{'id':165114,'name':'locket'}]" +22522,"[{'id':392,'name':'england'},{'id':7537,'name':'tudors'},{'id':13084,'name':'king'},{'id':159862,'name':'british history'},{'id':180673,'name':'anne boleyn'},{'id':190285,'name':'henry viii'},{'id':208244,'name':'16th century'},{'id':220649,'name':'british monarchy'}]" +250546,"[{'id':9675,'name':'prequel'},{'id':9707,'name':'evil doll'},{'id':10603,'name':'killer doll'},{'id':13153,'name':'spirit'},{'id':15001,'name':'demon'},{'id':15285,'name':'spin off'},{'id':33630,'name':'doll'},{'id':161261,'name':'demonic possession'},{'id':162846,'name':'ghost'},{'id':180691,'name':'killer toys'},{'id':187065,'name':'toy comes to life'},{'id':252103,'name':'the conjuring universe'}]" +96724,"[{'id':818,'name':'based on novel or book'},{'id':3563,'name':'st. petersburg russia'},{'id':34079,'name':'death'},{'id':165282,'name':'high society'},{'id':186004,'name':'imperial russia'},{'id':207928,'name':'19th century'}]" +227700,"[{'id':13130,'name':'teenager'}]" +183661,"[{'id':11221,'name':'blood'},{'id':12339,'name':'slasher'}]" +8469,"[{'id':572,'name':'sex'},{'id':3616,'name':'college'},{'id':157632,'name':'fraternity'},{'id':160450,'name':'dean'},{'id':171400,'name':'fraternity house'},{'id':191063,'name':'national lampoon's'},{'id':208983,'name':'probation'},{'id':208992,'name':'1960s'},{'id':209506,'name':'college freshman'},{'id':236316,'name':'anarchic comedy'}]" +274626,"[{'id':1297,'name':'predator'},{'id':1299,'name':'monster'},{'id':3623,'name':'cabin'},{'id':5774,'name':'forest'},{'id':6876,'name':'vacation'},{'id':18165,'name':'animal'}]" +9506,"[{'id':2060,'name':'penalty'},{'id':2726,'name':'therapist'},{'id':2800,'name':'psychology'},{'id':2879,'name':'aggression'},{'id':14837,'name':'rage'},{'id':18047,'name':'anger'},{'id':199263,'name':'anger management'}]" +57210,"[{'id':207317,'name':'christmas'},{'id':239913,'name':'effects from the past'}]" +13448,"[{'id':588,'name':'rome italy'},{'id':716,'name':'vatican'},{'id':818,'name':'based on novel or book'},{'id':1715,'name':'symbolism'},{'id':5950,'name':'christian'},{'id':5960,'name':'illuminati'},{'id':8056,'name':'quantum mechanics'},{'id':9675,'name':'prequel'},{'id':9676,'name':'anti matter'},{'id':10410,'name':'conspiracy'},{'id':14780,'name':'investigator'},{'id':161207,'name':'catholicism'},{'id':234169,'name':'cern'}]" +249021,[] +139997,"[{'id':187056,'name':'woman director'}]" +33107,"[{'id':1930,'name':'kidnapping'},{'id':9714,'name':'remake'},{'id':9826,'name':'murder'},{'id':10596,'name':'argentina'},{'id':13006,'name':'torture'}]" +253235,"[{'id':1158,'name':'grandparent grandchild relationship'},{'id':10226,'name':'neighbor'},{'id':10910,'name':'wealthy'},{'id':172971,'name':'elderly'},{'id':193049,'name':'estrangement'}]" +9267,"[{'id':1936,'name':'blackmail'},{'id':3923,'name':'humor'},{'id':6241,'name':'stupidity'},{'id':10988,'name':'based on tv series'},{'id':11931,'name':'spoof'},{'id':12197,'name':'compilation'},{'id':155707,'name':'musical number'},{'id':156019,'name':'lumberjack'},{'id':161817,'name':'monty python'},{'id':161818,'name':'dead parrot'},{'id':161822,'name':'twit'},{'id':161823,'name':'physical comedy'},{'id':161824,'name':'intentional mistranslation'},{'id':161837,'name':'foot race'},{'id':161840,'name':'obstacle course'},{'id':236316,'name':'anarchic comedy'}]" +8699,"[{'id':917,'name':'journalism'},{'id':4411,'name':'sexism'},{'id':6198,'name':'ladder'},{'id':8531,'name':'panda'},{'id':18298,'name':'tv show in film'},{'id':41390,'name':'mustache'},{'id':165288,'name':'misogynist'},{'id':167241,'name':'newsroom'},{'id':167250,'name':'teleprompter'},{'id':167254,'name':'gang warfare'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'},{'id':185281,'name':'news spoof'}]" +109443,"[{'id':917,'name':'journalism'},{'id':41390,'name':'mustache'},{'id':158584,'name':'tv news'},{'id':167241,'name':'newsroom'},{'id':167254,'name':'gang warfare'},{'id':179430,'name':'aftercreditsstinger'},{'id':185281,'name':'news spoof'},{'id':206075,'name':'tv news anchor'}]" +9535,"[{'id':242,'name':'new york'},{'id':6220,'name':'mafia boss'},{'id':13027,'name':'wedding'},{'id':15106,'name':'psychiatrist'}]" +9360,"[{'id':886,'name':'movie business'},{'id':5968,'name':'amazon'},{'id':10787,'name':'jungle'},{'id':158233,'name':'anaconda'},{'id':158241,'name':'killer snake'},{'id':158244,'name':'riverboat'},{'id':217120,'name':'amazon river'},{'id':223059,'name':'animal horror'}]" +25682,"[{'id':10278,'name':'ninja'}]" +25678,"[{'id':4405,'name':'marine corps'},{'id':6092,'name':'army'},{'id':10278,'name':'ninja'}]" +12500,"[{'id':526,'name':'rebel'},{'id':1938,'name':'sword'},{'id':3593,'name':'wilderness'},{'id':5600,'name':'daughter'},{'id':10278,'name':'ninja'},{'id':13065,'name':'soldier'},{'id':18448,'name':'gaijin'}]" +313179,[] +168672,"[{'id':586,'name':'new jersey'},{'id':1228,'name':'1970s'},{'id':1812,'name':'fbi'},{'id':1919,'name':'mayor'},{'id':10453,'name':'con artist'},{'id':11454,'name':'scam'},{'id':11578,'name':'mobster'}]" +73,"[{'id':279,'name':'usa'},{'id':376,'name':'neo nazism'},{'id':378,'name':'prison'},{'id':379,'name':'skinhead'},{'id':380,'name':'sibling relationship'},{'id':570,'name':'rape'},{'id':1755,'name':'fascism'},{'id':5301,'name':'brother'},{'id':6496,'name':'basketball'},{'id':9890,'name':'jail'},{'id':10873,'name':'school'},{'id':11105,'name':'swastika'},{'id':12670,'name':'los angeles'},{'id':18035,'name':'family'},{'id':41509,'name':'hate'},{'id':160910,'name':'xenophobia'},{'id':165583,'name':'interracial friendship'},{'id':191726,'name':'nazism'}]" +250066,"[{'id':380,'name':'sibling relationship'},{'id':642,'name':'robbery'},{'id':974,'name':'bank'}]" +4982,"[{'id':240,'name':'underdog'},{'id':577,'name':'black people'},{'id':2149,'name':'drug traffic'},{'id':3149,'name':'gangster'},{'id':3391,'name':'drug smuggle'},{'id':3679,'name':'society'},{'id':3734,'name':'ambition'},{'id':6974,'name':'rise and fall'},{'id':8015,'name':'cop'},{'id':11733,'name':'drug dealing'},{'id':11734,'name':'police corruption'},{'id':15167,'name':'police detective'},{'id':18035,'name':'family'},{'id':163081,'name':'law enforcement'},{'id':179430,'name':'aftercreditsstinger'},{'id':193305,'name':'dishonesty'},{'id':206701,'name':'criminal heroes'}]" +14,"[{'id':596,'name':'adultery'},{'id':886,'name':'movie business'},{'id':970,'name':'parent child relationship'},{'id':1599,'name':'midlife crisis'},{'id':1862,'name':'coming out'},{'id':2201,'name':'first time'},{'id':2249,'name':'camcorder'},{'id':2389,'name':'virgin'},{'id':2918,'name':'estate agent'},{'id':2920,'name':'cheerleader'},{'id':3259,'name':'rose'},{'id':8201,'name':'satire'},{'id':9957,'name':'loneliness'},{'id':10123,'name':'dark comedy'},{'id':10532,'name':'suburbia'},{'id':10683,'name':'coming of age'},{'id':10776,'name':'marijuana'},{'id':33611,'name':'exercise'},{'id':34094,'name':'extramarital affair'},{'id':179173,'name':'quitting a job'},{'id':224279,'name':'bittersweet'},{'id':229238,'name':'retired army man'},{'id':229299,'name':'affair'},{'id':239239,'name':'closeted homosexual'}]" +276918,[] +9045,"[{'id':716,'name':'vatican'},{'id':717,'name':'pope'},{'id':1631,'name':'concentration camp'},{'id':1739,'name':'holocaust'},{'id':1799,'name':'schutzstaffel'},{'id':2652,'name':'nazi'},{'id':11064,'name':'nazi germany'},{'id':13005,'name':'doctor'},{'id':33674,'name':'conscience'},{'id':161207,'name':'catholicism'},{'id':206662,'name':'euthanasia'}]" +216541,"[{'id':3688,'name':'strip club'},{'id':11733,'name':'drug dealing'},{'id':12670,'name':'los angeles'},{'id':156805,'name':'dea agent'},{'id':167377,'name':'lapd'}]" +279,"[{'id':131,'name':'italy'},{'id':1201,'name':'austria'},{'id':1233,'name':'composer'},{'id':2199,'name':'opera'},{'id':2276,'name':'talent'},{'id':2280,'name':'emperor'},{'id':4048,'name':'musician'},{'id':5809,'name':'marriage crisis'},{'id':7881,'name':'mozart'},{'id':9649,'name':'god'},{'id':9826,'name':'murder'},{'id':18267,'name':'vienna austria'},{'id':155624,'name':'envy'},{'id':160279,'name':'18th century'}]" +11352,"[{'id':2733,'name':'firemen'},{'id':3203,'name':'pilot'},{'id':3800,'name':'airplane'},{'id':162846,'name':'ghost'},{'id':184559,'name':'guardian angel'}]" +55301,"[{'id':9663,'name':'sequel'},{'id':10986,'name':'chipmunk'},{'id':11095,'name':'cruise ship'},{'id':234363,'name':'overboard'}]" +278086,[] +126442,"[{'id':9715,'name':'superhero'},{'id':33637,'name':'super power'}]" +314065,"[{'id':392,'name':'england'},{'id':3358,'name':'haunted house'},{'id':162846,'name':'ghost'}]" +269242,[] +7457,"[{'id':572,'name':'sex'},{'id':1930,'name':'kidnapping'},{'id':3051,'name':'hostage drama'},{'id':8181,'name':'swimming pool'},{'id':14964,'name':'drugs'}]" +5966,"[{'id':966,'name':'beach'},{'id':2676,'name':'honeymoon'},{'id':3582,'name':'bride'},{'id':3817,'name':'chance'},{'id':4999,'name':'risk'},{'id':6192,'name':'relation'},{'id':9398,'name':'long island'},{'id':9799,'name':'romantic comedy'},{'id':10503,'name':'scuba diving'},{'id':11510,'name':'unfaithfulness'},{'id':12670,'name':'los angeles'},{'id':15478,'name':'art gallery'},{'id':33940,'name':'dance class'},{'id':165301,'name':'opposites attract'},{'id':167861,'name':'caribbean'},{'id':169276,'name':'commitment'},{'id':173497,'name':'dance club'},{'id':175357,'name':'neurotic'},{'id':188645,'name':'bagpipes'},{'id':190084,'name':'chance encounter'},{'id':226219,'name':'insurance risk manager'}]" +2043,"[{'id':2800,'name':'psychology'},{'id':4668,'name':'police operation'},{'id':6149,'name':'police'},{'id':11268,'name':'psychologist'}]" +241742,"[{'id':11478,'name':'talking dog'},{'id':15162,'name':'dog'},{'id':169826,'name':'home alone'}]" +24615,"[{'id':223067,'name':'crime solving'},{'id':230768,'name':'scooby doo'},{'id':236330,'name':'scooby doo in'}]" +222936,"[{'id':128,'name':'love triangle'},{'id':279,'name':'usa'},{'id':1668,'name':'hawaii'},{'id':3376,'name':'satellite'},{'id':3779,'name':'air force'},{'id':162365,'name':'military'},{'id':179431,'name':'duringcreditsstinger'},{'id':212542,'name':'communication'}]" +257442,"[{'id':197314,'name':'sexually transmitted disease'},{'id':202398,'name':'paint gun'}]" +210910,"[{'id':1420,'name':'gas station'},{'id':5774,'name':'forest'},{'id':9826,'name':'murder'},{'id':9856,'name':'flashback'},{'id':9927,'name':'maine'},{'id':10292,'name':'gore'},{'id':10738,'name':'diner'},{'id':12339,'name':'slasher'},{'id':12394,'name':'chainsaw'},{'id':14909,'name':'alien invasion'},{'id':15250,'name':'alien infection'},{'id':157758,'name':'ax murder'},{'id':162502,'name':'news report'}]" +786,"[{'id':922,'name':'hotel room'},{'id':1768,'name':'san diego'},{'id':1803,'name':'drug addiction'},{'id':2080,'name':'stewardess'},{'id':2635,'name':'overdose'},{'id':4044,'name':'groupie'},{'id':4045,'name':'music journalist'},{'id':5288,'name':'rock'},{'id':5540,'name':'heavy metal'},{'id':6029,'name':'concert'},{'id':8181,'name':'swimming pool'},{'id':9672,'name':'based on a true story'},{'id':10505,'name':'promiscuity'},{'id':10683,'name':'coming of age'},{'id':15291,'name':'on the road'},{'id':157722,'name':'domineering mother'},{'id':163976,'name':'reconciliation'},{'id':165402,'name':'semi autobiographical'},{'id':170333,'name':'innocence lost'},{'id':178650,'name':'bus trip'},{'id':180413,'name':'aspiring writer'}]" +9710,"[{'id':380,'name':'sibling relationship'},{'id':409,'name':'africa'},{'id':483,'name':'riddle'},{'id':1321,'name':'gold'},{'id':1454,'name':'treasure'},{'id':6956,'name':'treasure hunt'},{'id':8577,'name':'gold mine'},{'id':14906,'name':'slave'},{'id':41586,'name':'archaeologist'},{'id':156091,'name':'missing person'},{'id':184134,'name':'archeology '},{'id':191439,'name':'allan quatermain'}]" +183258,"[{'id':212,'name':'london'},{'id':417,'name':'corruption'}]" +43316,"[{'id':4129,'name':'widow'},{'id':33608,'name':'gardener'},{'id':41393,'name':'new england'},{'id':157799,'name':'older woman younger man relationship'},{'id':241094,'name':'melodrama'}]" +56590,"[{'id':849,'name':'dc comics'},{'id':9715,'name':'superhero'},{'id':33637,'name':'super power'},{'id':179102,'name':'superhuman strength'}]" +174311,"[{'id':5570,'name':'christmas tree'},{'id':10332,'name':'salesman'},{'id':179368,'name':'french canadian'}]" +231001,"[{'id':2604,'name':'babysitter'},{'id':3335,'name':'halloween'},{'id':10292,'name':'gore'},{'id':11221,'name':'blood'},{'id':12339,'name':'slasher'},{'id':176691,'name':'killer clown'}]" +326215,"[{'id':4414,'name':'adventure'},{'id':18165,'name':'animal'},{'id':210450,'name':'noah's ark'}]" +210908,"[{'id':570,'name':'rape'},{'id':2343,'name':'magic'},{'id':2920,'name':'cheerleader'},{'id':6270,'name':'high school'},{'id':8201,'name':'satire'},{'id':8635,'name':'high school sports'},{'id':9714,'name':'remake'},{'id':11870,'name':'teen movie'}]" +23706,"[{'id':1605,'name':'new love'},{'id':4513,'name':'blind date'},{'id':10483,'name':'eccentric'},{'id':179430,'name':'aftercreditsstinger'},{'id':185438,'name':'crossword puzzle'},{'id':185440,'name':'mine shaft'},{'id':240461,'name':'dedication'}]" +250643,"[{'id':2689,'name':'dementia'},{'id':5903,'name':'alzheimer's disease'}]" +20856,"[{'id':9951,'name':'alien'},{'id':179431,'name':'duringcreditsstinger'},{'id':179435,'name':'beforecreditsstinger'},{'id':209220,'name':'live action and animation'}]" +679,"[{'id':803,'name':'android'},{'id':1603,'name':'extraterrestrial technology'},{'id':1826,'name':'space marine'},{'id':2345,'name':'spaceman'},{'id':3385,'name':'cryogenics'},{'id':3387,'name':'vacuum'},{'id':3388,'name':'space colony'},{'id':3389,'name':'warrior woman'},{'id':3591,'name':'settler'},{'id':3801,'name':'space travel'},{'id':4090,'name':'colony'},{'id':9951,'name':'alien'},{'id':226177,'name':'xenomorph'}]" +8077,"[{'id':378,'name':'prison'},{'id':803,'name':'android'},{'id':1612,'name':'spacecraft'},{'id':1826,'name':'space marine'},{'id':2883,'name':'imprisonment'},{'id':3388,'name':'space colony'},{'id':3801,'name':'space travel'},{'id':4083,'name':'rottweiler'},{'id':4565,'name':'dystopia'},{'id':9663,'name':'sequel'},{'id':9882,'name':'space'},{'id':9951,'name':'alien'},{'id':11436,'name':'redemption'},{'id':13194,'name':'planet'},{'id':158895,'name':'shaved head'},{'id':160879,'name':'crash landing'},{'id':163045,'name':'impregnation'},{'id':178652,'name':'penal colony'},{'id':189414,'name':'furnace'},{'id':193149,'name':'suspended animation'},{'id':226177,'name':'xenomorph'}]" +180109,[] +8078,"[{'id':803,'name':'android'},{'id':3070,'name':'mercenary'},{'id':4565,'name':'dystopia'},{'id':9663,'name':'sequel'},{'id':9951,'name':'alien'},{'id':10085,'name':'betrayal'},{'id':11628,'name':'cloning'},{'id':14760,'name':'scientist'},{'id':18082,'name':'flamethrower'},{'id':18086,'name':'disembowelment'},{'id':155336,'name':'smuggler'},{'id':158247,'name':'underwater scene'},{'id':158256,'name':'gene manipulation'},{'id':158993,'name':'man in wheelchair'},{'id':163270,'name':'breeding'},{'id':163561,'name':'genetic engineering'},{'id':197239,'name':'regeneration'},{'id':226177,'name':'xenomorph'},{'id':226178,'name':'alien queen'},{'id':226179,'name':'explosive decompression'}]" +312526,"[{'id':4565,'name':'dystopia'},{'id':9678,'name':'mind control'},{'id':14909,'name':'alien invasion'},{'id':207428,'name':'desert warfare'},{'id':219795,'name':'war of attrition'}]" +258193,"[{'id':5922,'name':'north carolina'},{'id':6876,'name':'vacation'},{'id':9951,'name':'alien'},{'id':11060,'name':'trap'},{'id':163053,'name':'found footage'},{'id':221657,'name':'gun enthusiast'},{'id':221658,'name':'electronics failure'},{'id':221659,'name':'brown mountain'}]" +348,"[{'id':803,'name':'android'},{'id':1612,'name':'spacecraft'},{'id':1825,'name':'countdown'},{'id':1826,'name':'space marine'},{'id':1828,'name':'space suit'},{'id':1829,'name':'beheading'},{'id':3801,'name':'space travel'},{'id':4565,'name':'dystopia'},{'id':6016,'name':'biology'},{'id':7956,'name':'cowardice'},{'id':9882,'name':'space'},{'id':9951,'name':'alien'},{'id':11322,'name':'female protagonist'},{'id':157634,'name':'parasite'},{'id':181034,'name':'h. r. giger'},{'id':204390,'name':'cosmos'},{'id':226177,'name':'xenomorph'}]" +15162,"[{'id':316,'name':'chess'},{'id':2011,'name':'queen'},{'id':9767,'name':'beautiful woman'},{'id':9820,'name':'alternate dimension'},{'id':12552,'name':'alice in wonderland'},{'id':191102,'name':'tea party'}]" +12155,"[{'id':818,'name':'based on novel or book'},{'id':855,'name':'fictional place'},{'id':2011,'name':'queen'},{'id':2486,'name':'fantasy'},{'id':12552,'name':'alice in wonderland'},{'id':170362,'name':'fantasy world'},{'id':209714,'name':'3d'},{'id':245230,'name':'live action remake'},{'id':246466,'name':'based on young adult novel'}]" +12092,"[{'id':977,'name':'cat'},{'id':1566,'name':'dream'},{'id':2011,'name':'queen'},{'id':2860,'name':'heart'},{'id':10336,'name':'animation'},{'id':159312,'name':'nothing'},{'id':191102,'name':'tea party'},{'id':246466,'name':'based on young adult novel'}]" +8489,"[{'id':279,'name':'usa'},{'id':396,'name':'transporter'},{'id':2792,'name':'boxer'},{'id':5565,'name':'biography'},{'id':12562,'name':'muhammad'}]" +218778,"[{'id':818,'name':'based on novel or book'},{'id':3489,'name':'job interview'},{'id':4671,'name':'bad luck'},{'id':4896,'name':'wish'},{'id':15068,'name':'one day'},{'id':15101,'name':'based on children's book'},{'id':206741,'name':'driver's test'}]" +1966,"[{'id':347,'name':'aristotle'},{'id':1160,'name':'egypt'},{'id':1200,'name':'greece'},{'id':1241,'name':'persia'},{'id':2857,'name':'elephant'},{'id':3072,'name':'campaign'},{'id':5127,'name':'alexander the great'},{'id':10180,'name':'homosexuality'},{'id':10198,'name':'gay relationship'},{'id':14704,'name':'ancient world'},{'id':162861,'name':'ancient greece'}]" +9978,"[{'id':392,'name':'england'},{'id':818,'name':'based on novel or book'},{'id':3272,'name':'secret intelligence service'},{'id':3650,'name':'child hero'},{'id':4391,'name':'wretch'},{'id':213102,'name':'teen spy'},{'id':246466,'name':'based on young adult novel'}]" +94348,"[{'id':185994,'name':'ex military'}]" +177699,"[{'id':635,'name':'disc jockey'},{'id':1224,'name':'radio station'},{'id':1562,'name':'hostage'},{'id':18233,'name':'hostage situation'},{'id':160025,'name':'radio broadcast'},{'id':180546,'name':'norfolk'},{'id':194287,'name':'laid off'}]" +812,"[{'id':2343,'name':'magic'},{'id':3478,'name':'parrot'},{'id':4344,'name':'musical'},{'id':4809,'name':'tiger'},{'id':4892,'name':'sultan'},{'id':4895,'name':'flying carpet'},{'id':6513,'name':'cartoon'},{'id':7376,'name':'princess'},{'id':9673,'name':'love'},{'id':10336,'name':'animation'},{'id':15149,'name':'monkey'},{'id':173259,'name':'arab'},{'id':179430,'name':'aftercreditsstinger'},{'id':190536,'name':'genie'},{'id':191012,'name':'arabian nights'},{'id':232352,'name':'three wishes'},{'id':234183,'name':'animal sidekick'},{'id':239734,'name':'magic lamp'}]" +258210,[] +41409,[] +9772,"[{'id':378,'name':'prison'},{'id':417,'name':'corruption'},{'id':736,'name':'journalist'},{'id':833,'name':'white house'},{'id':840,'name':'usa president'},{'id':1562,'name':'hostage'},{'id':1954,'name':'ultimatum'},{'id':7188,'name':'hostage-taking'},{'id':8986,'name':'air force one'},{'id':10184,'name':'airplane hijacking'},{'id':10237,'name':'aerial combat'},{'id':10410,'name':'conspiracy'},{'id':12371,'name':'gunfight'},{'id':15089,'name':'fighter airplane'},{'id':41249,'name':'secret service'},{'id':188955,'name':'hand to hand combat'},{'id':200808,'name':'negotiation'},{'id':207901,'name':'political prisoner'}]" +152748,"[{'id':1228,'name':'1970s'},{'id':1261,'name':'river'},{'id':1556,'name':'texas'},{'id':7281,'name':'shooting'},{'id':9503,'name':'outlaw'},{'id':9777,'name':'escape from prison'},{'id':10235,'name':'family relationships'},{'id':10718,'name':'fugitive'},{'id':15090,'name':'police officer'},{'id':156786,'name':'prison escape'},{'id':161999,'name':'suitcase full of money'},{'id':238193,'name':'outlaw couple'}]" +115283,[] +23847,"[{'id':9937,'name':'suspense'},{'id':10601,'name':'blaxploitation'}]" +3049,"[{'id':630,'name':'dolphin'},{'id':6732,'name':'mascot'},{'id':155790,'name':'private detective'},{'id':208152,'name':'pets'}]" +9273,"[{'id':409,'name':'africa'},{'id':1551,'name':'indigenous'},{'id':2526,'name':'human animal relationship'},{'id':5155,'name':'bat'}]" +25364,"[{'id':798,'name':'sheriff'},{'id':917,'name':'journalism'},{'id':1508,'name':'new mexico'},{'id':8201,'name':'satire'},{'id':10084,'name':'rescue'},{'id':12193,'name':'reporter'},{'id':18029,'name':'trapped'},{'id':18034,'name':'desert'},{'id':34250,'name':'media hype'},{'id':155744,'name':'newspaper man'},{'id':195402,'name':'film noir'},{'id':234848,'name':'film gris'}]" +74544,"[{'id':818,'name':'based on novel or book'},{'id':1326,'name':'infidelity'},{'id':1523,'name':'obsession'},{'id':1992,'name':'professor'},{'id':3182,'name':'seduction'},{'id':8095,'name':'oxford'},{'id':9856,'name':'flashback'},{'id':13063,'name':'car accident'},{'id':155697,'name':'aristocrat'},{'id':173977,'name':'torment'}]" +332976,[] +74777,"[{'id':3725,'name':'pregnancy'},{'id':6921,'name':'jogging'},{'id':9872,'name':'grief'},{'id':10164,'name':'apparition'},{'id':14780,'name':'investigator'},{'id':189102,'name':'tunnel'},{'id':206086,'name':'declared dead'},{'id':208364,'name':'missing husband'},{'id':219989,'name':'returned alive'},{'id':241738,'name':'sister sister relationship'},{'id':244298,'name':'absent husband'},{'id':244299,'name':'underpass'}]" +98948,"[{'id':840,'name':'usa president'},{'id':8570,'name':'president'},{'id':9950,'name':'thriller'},{'id':12377,'name':'zombie'}]" +72331,"[{'id':840,'name':'usa president'},{'id':3133,'name':'vampire'},{'id':163671,'name':'steam locomotive'},{'id':179585,'name':'american civil war'},{'id':207928,'name':'19th century'},{'id':209409,'name':'abraham lincoln'},{'id':209714,'name':'3d'}]" +130816,"[{'id':441,'name':'assassination'},{'id':11141,'name':'debate'},{'id':209409,'name':'abraham lincoln'}]" +122906,"[{'id':212,'name':'london'},{'id':966,'name':'beach'},{'id':970,'name':'parent child relationship'},{'id':1670,'name':'sun'},{'id':4379,'name':'time travel'},{'id':8079,'name':'cornwall england'},{'id':9673,'name':'love'},{'id':14828,'name':'city'},{'id':193125,'name':'outdoor'}]" +222899,"[{'id':179431,'name':'duringcreditsstinger'}]" +94901,"[{'id':445,'name':'pornography'}]" +259956,[] +245,"[{'id':212,'name':'london'},{'id':578,'name':'rock 'n' roll'},{'id':641,'name':'single parent'},{'id':818,'name':'based on novel or book'},{'id':897,'name':'rap music'},{'id':1338,'name':'bachelor'},{'id':1412,'name':'becoming an adult'},{'id':6054,'name':'friendship'},{'id':9457,'name':'single'}]" +59965,"[{'id':591,'name':'cia'},{'id':822,'name':'airport'},{'id':1701,'name':'hero'},{'id':1721,'name':'fight'},{'id':1812,'name':'fbi'},{'id':1930,'name':'kidnapping'},{'id':3562,'name':'time bomb'},{'id':4613,'name':'training'},{'id':6162,'name':'past'},{'id':6435,'name':'webcam'},{'id':6614,'name':'website'},{'id':8508,'name':'party'},{'id':10562,'name':'on the run'},{'id':11612,'name':'hospital'},{'id':13008,'name':'train'},{'id':13130,'name':'teenager'}]" +10229,"[{'id':818,'name':'based on novel or book'},{'id':4333,'name':'theatre group'},{'id':5922,'name':'north carolina'},{'id':6034,'name':'theatre milieu'},{'id':6270,'name':'high school'},{'id':10163,'name':'cancer'},{'id':10683,'name':'coming of age'},{'id':10703,'name':'tragic love'},{'id':13130,'name':'teenager'},{'id':165086,'name':'star crossed lovers'}]" +169917,"[{'id':818,'name':'based on novel or book'},{'id':9826,'name':'murder'},{'id':10391,'name':'mafia'},{'id':11168,'name':'private investigator'},{'id':14512,'name':'new york city'},{'id':14964,'name':'drugs'},{'id':33457,'name':'alcoholic'},{'id':167580,'name':'kingpin'},{'id':199073,'name':'wife murder'},{'id':210608,'name':'1990s'}]" +707,"[{'id':90,'name':'paris france'},{'id':212,'name':'london'},{'id':254,'name':'france'},{'id':392,'name':'england'},{'id':582,'name':'san francisco'},{'id':643,'name':'horse race'},{'id':657,'name':'fire'},{'id':720,'name':'helicopter'},{'id':726,'name':'drug abuse'},{'id':949,'name':'terrorist'},{'id':1308,'name':'secret identity'},{'id':2733,'name':'firemen'},{'id':2736,'name':'fire engine'},{'id':3289,'name':'villain'},{'id':3518,'name':'ascot'},{'id':3519,'name':'silicon valley'},{'id':3520,'name':'zeppelin'},{'id':3521,'name':'earthquake'},{'id':3522,'name':'snowboarding'},{'id':3523,'name':'microchip'},{'id':3524,'name':'doping'},{'id':3525,'name':'racehorse'},{'id':3528,'name':'flooding'},{'id':3535,'name':'pipeline'},{'id':10794,'name':'snow'},{'id':156095,'name':'british secret service'},{'id':159558,'name':'snow skiing'}]" +644,"[{'id':310,'name':'artificial intelligence'},{'id':530,'name':'prophecy'},{'id':549,'name':'prostitute'},{'id':697,'name':'loss of loved one'},{'id':803,'name':'android'},{'id':1603,'name':'extraterrestrial technology'},{'id':2219,'name':'ice age'},{'id':2393,'name':'adoption'},{'id':3205,'name':'fairy tale'},{'id':3246,'name':'prosecution'},{'id':3248,'name':'gigolo'},{'id':3249,'name':'hologram'},{'id':4565,'name':'dystopia'},{'id':9951,'name':'alien'},{'id':14544,'name':'robot'},{'id':40850,'name':'destiny'},{'id':156702,'name':'capture'},{'id':161891,'name':'doppelgänger'}]" +26428,"[{'id':186,'name':'christianity'},{'id':490,'name':'philosophy'},{'id':1160,'name':'egypt'},{'id':1605,'name':'new love'},{'id':6091,'name':'war'},{'id':6158,'name':'cult'},{'id':6165,'name':'historical figure'},{'id':9682,'name':'history'},{'id':9725,'name':'sword fight'},{'id':14704,'name':'ancient world'},{'id':40850,'name':'destiny'},{'id':155651,'name':'fall in love'},{'id':161164,'name':'hypatia'},{'id':161166,'name':'misogyny'},{'id':161167,'name':'persecution'},{'id':161168,'name':'library of alexandria'},{'id':165259,'name':'political unrest'},{'id':179367,'name':'impossible love'},{'id':190532,'name':'false history'},{'id':193554,'name':'power relations'},{'id':206709,'name':'unfulfillment'},{'id':206713,'name':'master servant relationship'},{'id':206715,'name':'love and romance'},{'id':206716,'name':'unfulfilled love'},{'id':213096,'name':'5th century'}]" +275619,"[{'id':1423,'name':'asteroid'},{'id':8636,'name':'blood splatter'},{'id':9882,'name':'space'},{'id':14909,'name':'alien invasion'},{'id':210603,'name':'fire department'}]" +297544,"[{'id':1160,'name':'egypt'},{'id':1445,'name':'ice'},{'id':3521,'name':'earthquake'},{'id':10794,'name':'snow'},{'id':188351,'name':'catastrophe'},{'id':189411,'name':'disaster movie'}]" +192813,"[{'id':6017,'name':'genetics'},{'id':12616,'name':'dinosaur'},{'id':163561,'name':'genetic engineering'}]" +246449,"[{'id':1964,'name':'cave'},{'id':10468,'name':'bear'},{'id':11116,'name':'airplane wreck'},{'id':173258,'name':'salmon'},{'id':214963,'name':'northern canada'},{'id':232116,'name':'wolves'},{'id':233447,'name':'alaskan malamute'}]" +156708,"[{'id':187056,'name':'woman director'}]" +82700,"[{'id':4565,'name':'dystopia'}]" +198287,"[{'id':490,'name':'philosophy'},{'id':1706,'name':'experiment'},{'id':2321,'name':'bunker'},{'id':7348,'name':'indonesia'},{'id':10349,'name':'survival'},{'id':10508,'name':'teacher'},{'id':12332,'name':'apocalypse'},{'id':13130,'name':'teenager'},{'id':33910,'name':'high school student'},{'id':234123,'name':'trolley problem'}]" +118612,"[{'id':732,'name':'coma'},{'id':14541,'name':'crash'},{'id':223221,'name':'accepting death'}]" +57586,"[{'id':409,'name':'africa'},{'id':977,'name':'cat'},{'id':2043,'name':'lion'},{'id':9896,'name':'lion cub'},{'id':11337,'name':'cheetah'},{'id':18330,'name':'nature'},{'id':179431,'name':'duringcreditsstinger'}]" +8202,"[{'id':779,'name':'martial arts'},{'id':4565,'name':'dystopia'},{'id':9887,'name':'surrealism'},{'id':10244,'name':'based on cartoon'},{'id':10950,'name':'shootout'},{'id':11134,'name':'espionage'},{'id':11829,'name':'infertility'},{'id':12190,'name':'cyberpunk'},{'id':14687,'name':'extreme violence'},{'id':15246,'name':'sabotage'},{'id':18522,'name':'one against many'},{'id':187056,'name':'woman director'},{'id':188955,'name':'hand to hand combat'},{'id':208314,'name':'action heroine'},{'id':226039,'name':'human cloning'},{'id':226146,'name':'25th century'}]" +16614,"[{'id':11509,'name':'cheating on partner'},{'id':155582,'name':'amusement park'},{'id':163963,'name':'summer job'},{'id':163964,'name':'carny'},{'id':163968,'name':'marijuana joint'},{'id':163976,'name':'reconciliation'},{'id':163985,'name':'ticket booth'},{'id':163997,'name':'job seeking'},{'id':163998,'name':'leaving home'},{'id':179431,'name':'duringcreditsstinger'},{'id':206298,'name':'young adult'},{'id':208289,'name':'1980s'}]" +297460,[] +111190,"[{'id':4663,'name':'lovers'},{'id':187056,'name':'woman director'}]" +2757,"[{'id':3184,'name':'alligator'},{'id':5809,'name':'marriage crisis'},{'id':5914,'name':'writer's block'},{'id':6722,'name':'orchid'},{'id':13028,'name':'writer'},{'id':15016,'name':'twins'}]" +144340,"[{'id':2307,'name':'princeton university'},{'id':2393,'name':'adoption'},{'id':13027,'name':'wedding'},{'id':208744,'name':'admissions'}]" +10117,"[{'id':797,'name':'showdown'},{'id':2619,'name':'suspicion of murder'},{'id':2792,'name':'boxer'},{'id':4906,'name':'suspension'},{'id':10291,'name':'organized crime'},{'id':10950,'name':'shootout'},{'id':15483,'name':'car chase'},{'id':18021,'name':'detroit'},{'id':18179,'name':'drug addict'},{'id':18522,'name':'one against many'},{'id':157584,'name':'megalomaniac'},{'id':178539,'name':'maverick cop'},{'id':180172,'name':'framed for murder'},{'id':188933,'name':'bar fight'},{'id':204904,'name':'exploding boat'},{'id':219404,'name':'action hero'}]" +75674,"[{'id':339,'name':'submarine'},{'id':3588,'name':'navy'},{'id':10503,'name':'scuba diving'},{'id':11115,'name':'heroism'},{'id':11219,'name':'navy seal'},{'id':13132,'name':'pistol'},{'id':15038,'name':'secret plot'},{'id':158372,'name':'military life'},{'id':161516,'name':'valor'},{'id':161520,'name':'terrorist plot'},{'id':161521,'name':'navy life'},{'id':161530,'name':'national security'},{'id':161534,'name':'pregnant wife'},{'id':161536,'name':'silver star'},{'id':161538,'name':'counter plot'},{'id':179431,'name':'duringcreditsstinger'}]" +4688,"[{'id':2187,'name':'riot'},{'id':4108,'name':'protest'},{'id':4344,'name':'musical'},{'id':6027,'name':'music'},{'id':6344,'name':'liverpool'},{'id':10428,'name':'cultural difference'},{'id':13160,'name':'university'},{'id':18020,'name':'fantasy sequence'},{'id':165431,'name':'anti war'},{'id':165458,'name':'police arrest'},{'id':165461,'name':'march'},{'id':187056,'name':'woman director'},{'id':208992,'name':'1960s'}]" +188161,"[{'id':75,'name':'gunslinger'},{'id':154846,'name':'farmer'},{'id':155573,'name':'wild west'},{'id':215404,'name':'laxative'}]" +286532,"[{'id':207317,'name':'christmas'}]" +268536,[] +874,"[{'id':392,'name':'england'},{'id':717,'name':'pope'},{'id':1829,'name':'beheading'},{'id':2122,'name':'death penalty'},{'id':4351,'name':'protestant church'},{'id':4352,'name':'thomas cromwell'},{'id':4353,'name':'oath'},{'id':7537,'name':'tudors'},{'id':10181,'name':'based on play or musical'},{'id':190285,'name':'henry viii'},{'id':220649,'name':'british monarchy'}]" +8409,"[{'id':697,'name':'loss of loved one'},{'id':1522,'name':'repayment'},{'id':1679,'name':'arbitrary law'},{'id':8015,'name':'cop'}]" +8976,"[{'id':242,'name':'new york'},{'id':367,'name':'shyness'},{'id':3658,'name':'career'},{'id':8044,'name':'flight'},{'id':9799,'name':'romantic comedy'},{'id':9935,'name':'travel'},{'id':12670,'name':'los angeles'}]" +141043,"[{'id':212,'name':'london'},{'id':613,'name':'new year's eve'},{'id':1252,'name':'suicide attempt'},{'id':14828,'name':'city'}]" +81390,"[{'id':321,'name':'terror'},{'id':388,'name':'scotland'},{'id':1930,'name':'kidnapping'},{'id':3593,'name':'wilderness'},{'id':4560,'name':'mountaineer'},{'id':5827,'name':'hiking'},{'id':8624,'name':'climbing'},{'id':13006,'name':'torture'}]" +65056,"[{'id':641,'name':'single parent'},{'id':2251,'name':'lie'},{'id':9468,'name':'liar'},{'id':10183,'name':'independent film'},{'id':11494,'name':'drug use'}]" +45156,"[{'id':6282,'name':'workplace'},{'id':10163,'name':'cancer'},{'id':14522,'name':'co-worker'},{'id':156921,'name':'dog allergy'},{'id':161698,'name':'doctor patient relationship'},{'id':179431,'name':'duringcreditsstinger'},{'id':187056,'name':'woman director'}]" +11287,"[{'id':1480,'name':'baseball'},{'id':1956,'name':'world war ii'},{'id':6075,'name':'sport'},{'id':159201,'name':'baseball player'},{'id':163097,'name':'female athlete'},{'id':168316,'name':'home front'},{'id':187056,'name':'woman director'},{'id':207883,'name':'1940s'}]" +9476,"[{'id':496,'name':'poetry'},{'id':10466,'name':'knight'},{'id':12380,'name':'tournament'},{'id':12965,'name':'duel'},{'id':13006,'name':'torture'},{'id':13028,'name':'writer'},{'id':13068,'name':'impostor'},{'id':14765,'name':'church'},{'id':18249,'name':'game'},{'id':34067,'name':'jousting'},{'id':179430,'name':'aftercreditsstinger'}]" +59,"[{'id':642,'name':'robbery'},{'id':848,'name':'double life'},{'id':851,'name':'dual identity'},{'id':1415,'name':'small town'},{'id':1447,'name':'indiana'},{'id':1448,'name':'distrust'},{'id':1721,'name':'fight'},{'id':2801,'name':'self-defense'},{'id':6038,'name':'marriage'},{'id':10235,'name':'family relationships'},{'id':10325,'name':'mistaken identity'},{'id':10738,'name':'diner'},{'id':10909,'name':'lawyer'},{'id':11578,'name':'mobster'},{'id':14819,'name':'violence'},{'id':18083,'name':'attempted robbery'}]" +139038,"[{'id':12416,'name':'horror spoof'},{'id':163053,'name':'found footage'},{'id':179431,'name':'duringcreditsstinger'}]" +184345,"[{'id':3358,'name':'haunted house'}]" +9726,"[{'id':1649,'name':'provence'},{'id':1811,'name':'wine cellar'},{'id':5334,'name':'vineyard'},{'id':5990,'name':'wine garden'},{'id':6563,'name':'wine'},{'id':7755,'name':'winegrower'}]" +288281,"[{'id':14676,'name':'series of murders'}]" +286668,[] +47964,"[{'id':258,'name':'bomb'},{'id':591,'name':'cia'},{'id':2139,'name':'russia'},{'id':10685,'name':'escape'},{'id':18074,'name':'courthouse'},{'id':33705,'name':'agent'},{'id':186447,'name':'rogue'},{'id':186450,'name':'moscow'}]" +17768,"[{'id':2389,'name':'virgin'},{'id':5049,'name':'ancient rome'},{'id':6089,'name':'freedom'},{'id':10181,'name':'based on play or musical'},{'id':14906,'name':'slave'},{'id':197643,'name':'slave owner'}]" +38138,"[{'id':1930,'name':'kidnapping'},{'id':9826,'name':'murder'},{'id':10183,'name':'independent film'},{'id':10685,'name':'escape'},{'id':15234,'name':'convict'}]" +227325,[] +881,"[{'id':236,'name':'suicide'},{'id':240,'name':'underdog'},{'id':2619,'name':'suspicion of murder'},{'id':3012,'name':'court case'},{'id':3588,'name':'navy'},{'id':3703,'name':'law'},{'id':3737,'name':'dying and death'},{'id':4404,'name':'guantanamo bay'},{'id':4405,'name':'marine corps'},{'id':4406,'name':'military court'},{'id':4407,'name':'code red'},{'id':4408,'name':'command'},{'id':4409,'name':'military base'},{'id':4410,'name':'u.s. navy'},{'id':4411,'name':'sexism'},{'id':6145,'name':'right and justice'},{'id':9856,'name':'flashback'},{'id':10181,'name':'based on play or musical'},{'id':163189,'name':'court martial'},{'id':227642,'name':'platoon leader'},{'id':227890,'name':'military law'}]" +80255,"[{'id':155797,'name':'hemingway'}]" +101519,"[{'id':2340,'name':'paranoia'}]" +49504,"[{'id':15011,'name':'criminal underworld'}]" +48231,"[{'id':818,'name':'based on novel or book'},{'id':2833,'name':'psychoanalysis'},{'id':2842,'name':'sigmund freud'},{'id':5565,'name':'biography'},{'id':9672,'name':'based on a true story'},{'id':9888,'name':'spanking'},{'id':11333,'name':'cigar smoking'},{'id':11513,'name':'cheating husband'},{'id':14781,'name':'patient'},{'id':240444,'name':'carl jung'}]" +2984,"[{'id':279,'name':'usa'},{'id':12354,'name':'hong kong'}]" +108726,"[{'id':949,'name':'terrorist'},{'id':156661,'name':'threat'},{'id':157251,'name':'bomb planting'},{'id':161520,'name':'terrorist plot'}]" +185,"[{'id':378,'name':'prison'},{'id':542,'name':'street gang'},{'id':570,'name':'rape'},{'id':704,'name':'adolescence'},{'id':738,'name':'sexuality'},{'id':766,'name':'beethoven'},{'id':818,'name':'based on novel or book'},{'id':970,'name':'parent child relationship'},{'id':1025,'name':'great britain'},{'id':2438,'name':'social worker'},{'id':3676,'name':'living together'},{'id':3679,'name':'society'},{'id':4565,'name':'dystopia'},{'id':8201,'name':'satire'},{'id':9701,'name':'controversy'},{'id':9859,'name':'controversial'},{'id':14819,'name':'violence'},{'id':34117,'name':'cult film'},{'id':192260,'name':'futuristic society'}]" +850,"[{'id':65,'name':'holiday'},{'id':5609,'name':'nostalgia'},{'id':10794,'name':'snow'},{'id':11336,'name':'young boy'},{'id':160528,'name':'chinese restaurant'},{'id':163714,'name':'tongue'},{'id':170472,'name':'bb gun'},{'id':170487,'name':'essay'},{'id':170496,'name':'christmas tree dealer'},{'id':170499,'name':'mall santa'},{'id':207317,'name':'christmas'},{'id':207883,'name':'1940s'}]" +17979,"[{'id':65,'name':'holiday'},{'id':818,'name':'based on novel or book'},{'id':8250,'name':'victorian england'},{'id':10594,'name':'money'},{'id':33965,'name':'christmas eve'},{'id':33966,'name':'scrooge'},{'id':161174,'name':'christmas carol'},{'id':162846,'name':'ghost'},{'id':170457,'name':'lesson'},{'id':180975,'name':'charles dickens'},{'id':207317,'name':'christmas'}]" +174316,"[{'id':187056,'name':'woman director'},{'id':223635,'name':'internet dating'}]" +9487,"[{'id':1442,'name':'winter'},{'id':1721,'name':'fight'},{'id':3126,'name':'ant'},{'id':3338,'name':'invention'},{'id':4295,'name':'collector'},{'id':8790,'name':'ant-hill'},{'id':9963,'name':'kids and family'},{'id':11539,'name':'grass'},{'id':179431,'name':'duringcreditsstinger'}]" +276122,"[{'id':1740,'name':'pop culture'},{'id':6054,'name':'friendship'},{'id':9818,'name':'fan culture'},{'id':10336,'name':'animation'},{'id':172141,'name':'cosplay'},{'id':208663,'name':'fan convention'},{'id':220266,'name':'fandom'}]" +1607,"[{'id':395,'name':'gambling'},{'id':577,'name':'black people'},{'id':700,'name':'italian american'},{'id':924,'name':'italian'},{'id':970,'name':'parent child relationship'},{'id':1797,'name':'loyalty'},{'id':3149,'name':'gangster'},{'id':3739,'name':'funeral'},{'id':5343,'name':'molotow cocktail'},{'id':5606,'name':'gang leader'},{'id':5609,'name':'nostalgia'},{'id':5611,'name':'game of dice'},{'id':5612,'name':'bus driver'},{'id':12392,'name':'best friend'},{'id':14687,'name':'extreme violence'},{'id':15155,'name':'witness to murder'},{'id':160488,'name':'hoodlum'},{'id':160910,'name':'xenophobia'},{'id':170652,'name':'father figure'}]" +278236,"[{'id':1646,'name':'autism'},{'id':5561,'name':'child prodigy'},{'id':6009,'name':'mathematics'},{'id':10201,'name':'death of father'},{'id':10683,'name':'coming of age'},{'id':13130,'name':'teenager'},{'id':171556,'name':'social outcast'}]" +1358,"[{'id':818,'name':'based on novel or book'},{'id':3667,'name':'time'},{'id':4380,'name':'black hole'},{'id':5565,'name':'biography'},{'id':6012,'name':'physics'},{'id':15325,'name':'universe'},{'id':209063,'name':'motor neuron disease'},{'id':229893,'name':'als'}]" +4917,"[{'id':1475,'name':'telepathy'},{'id':4049,'name':'decoy'},{'id':4458,'name':'post-apocalyptic'},{'id':4565,'name':'dystopia'},{'id':15162,'name':'dog'},{'id':34117,'name':'cult film'},{'id':163045,'name':'impregnation'}]" +453,"[{'id':30,'name':'individual'},{'id':222,'name':'schizophrenia'},{'id':279,'name':'usa'},{'id':1700,'name':'massachusetts'},{'id':2038,'name':'love of one's life'},{'id':2051,'name':'intelligence'},{'id':2303,'name':'mathematician'},{'id':2304,'name':'market economy'},{'id':2305,'name':'economic theory'},{'id':2307,'name':'princeton university'},{'id':2309,'name':'nobel prize'},{'id':2461,'name':'mathematical theorem'},{'id':2462,'name':'m.i.t.'},{'id':5565,'name':'biography'},{'id':6009,'name':'mathematics'},{'id':6262,'name':'delusion'}]" +89326,"[{'id':187056,'name':'woman director'}]" +12244,"[{'id':312,'name':'man vs machine'},{'id':3929,'name':'hope'},{'id':4458,'name':'post-apocalyptic'},{'id':4565,'name':'dystopia'},{'id':6054,'name':'friendship'},{'id':6091,'name':'war'},{'id':10028,'name':'steampunk'},{'id':18036,'name':'coward'},{'id':156949,'name':'end of world'},{'id':178655,'name':'rag doll'}]" +3489,"[{'id':1812,'name':'fbi'},{'id':2340,'name':'paranoia'},{'id':2887,'name':'manipulation'},{'id':3879,'name':'suspect'},{'id':4630,'name':'chaos'},{'id':6780,'name':'medical examiner'},{'id':9826,'name':'murder'},{'id':10714,'name':'serial killer'},{'id':13006,'name':'torture'},{'id':34079,'name':'death'},{'id':156181,'name':'lecture'},{'id':170646,'name':'death threat'},{'id':189402,'name':'crime investigation'},{'id':211630,'name':'forensic psychologist'},{'id':212059,'name':'college professor'}]" +65,"[{'id':30,'name':'individual'},{'id':542,'name':'street gang'},{'id':704,'name':'adolescence'},{'id':897,'name':'rap music'},{'id':898,'name':'hip-hop'},{'id':899,'name':'rhyme battle'},{'id':900,'name':'trailer park'},{'id':6325,'name':'ethnic stereotype'},{'id':9457,'name':'single'},{'id':18021,'name':'detroit'},{'id':190187,'name':'eminem'}]" +252178,"[{'id':1228,'name':'1970s'},{'id':2187,'name':'riot'},{'id':6091,'name':'war'},{'id':6731,'name':'british'},{'id':10349,'name':'survival'},{'id':13065,'name':'soldier'},{'id':14552,'name':'ira (irish republican army)'},{'id':14601,'name':'explosion'},{'id':14819,'name':'violence'},{'id':14985,'name':'ireland'},{'id':18543,'name':'combat'},{'id':157198,'name':'belfast'},{'id':165279,'name':'street'},{'id':209173,'name':'abandoned'}]" +41505,"[{'id':634,'name':'soul'},{'id':2968,'name':'grave'},{'id':5774,'name':'forest'},{'id':6150,'name':'faith'},{'id':6152,'name':'supernatural'},{'id':9826,'name':'murder'},{'id':9856,'name':'flashback'},{'id':13073,'name':'fear'},{'id':15106,'name':'psychiatrist'},{'id':157959,'name':'surgery'},{'id':161207,'name':'catholicism'},{'id':169411,'name':'multiple personality'},{'id':213224,'name':'witch doctor'}]" +127521,[] +27759,"[{'id':4063,'name':'siege'},{'id':6917,'name':'epic'},{'id':33683,'name':'beijing'}]" +296149,[] +40807,"[{'id':279,'name':'usa'},{'id':437,'name':'painter'},{'id':970,'name':'parent child relationship'},{'id':2726,'name':'therapist'},{'id':6054,'name':'friendship'},{'id':10163,'name':'cancer'},{'id':11268,'name':'psychologist'},{'id':11612,'name':'hospital'},{'id':12392,'name':'best friend'},{'id':13005,'name':'doctor'},{'id':14781,'name':'patient'},{'id':161698,'name':'doctor patient relationship'},{'id':163699,'name':'vomiting'},{'id':220363,'name':'chemotherapy'}]" +19913,"[{'id':248,'name':'date'},{'id':931,'name':'jealousy'},{'id':1721,'name':'fight'},{'id':2301,'name':'architect'},{'id':2861,'name':'gallery'},{'id':4434,'name':'interview'},{'id':5923,'name':'sister'},{'id':9673,'name':'love'},{'id':9713,'name':'friends'},{'id':10855,'name':'fate'},{'id':12670,'name':'los angeles'},{'id':13088,'name':'summer'},{'id':201689,'name':'year'},{'id':201696,'name':'heartache'}]" +1824,"[{'id':563,'name':'deja vu'},{'id':1453,'name':'amnesia'},{'id':1668,'name':'hawaii'},{'id':2336,'name':'ladykiller'},{'id':9799,'name':'romantic comedy'}]" +150,"[{'id':378,'name':'prison'},{'id':4728,'name':'knife'},{'id':15234,'name':'convict'},{'id':168590,'name':'tough cop'},{'id':168593,'name':'fake fight'}]" +64686,"[{'id':233,'name':'japan'},{'id':236,'name':'suicide'},{'id':1462,'name':'samurai'},{'id':9672,'name':'based on a true story'},{'id':9748,'name':'revenge'},{'id':18098,'name':'samurai sword'},{'id':155198,'name':'ronin'},{'id':155242,'name':'shogun'},{'id':183528,'name':'half breed'}]" +3062,"[{'id':276,'name':'philadelphia'},{'id':4344,'name':'musical'},{'id':6415,'name':'stage show'},{'id':14530,'name':'director'},{'id':15142,'name':'broken ankle'},{'id':33926,'name':'chorus line'},{'id':41316,'name':'pet dog'},{'id':156028,'name':'broadway'},{'id':156764,'name':'pre-code'},{'id':163533,'name':'fainting'},{'id':164623,'name':'chorus girl'},{'id':165168,'name':'opening night'},{'id':165171,'name':'crutch'},{'id':165172,'name':'theatrical backer'},{'id':165177,'name':'eviction'},{'id':165184,'name':'show producer'},{'id':165185,'name':'chorine'},{'id':165186,'name':'plaster cast'},{'id':165190,'name':'show must go on'},{'id':165193,'name':'financial crisis'},{'id':165194,'name':'sock on the jaw'}]" +109410,"[{'id':1480,'name':'baseball'},{'id':5565,'name':'biography'},{'id':6075,'name':'sport'},{'id':186654,'name':'brooklyn dodgers'}]" +145738,[] +2752,"[{'id':5906,'name':'sex addiction'},{'id':6183,'name':'laundromat'}]" +89455,"[{'id':11501,'name':'cheating wife'}]" +5176,"[{'id':970,'name':'parent child relationship'},{'id':1582,'name':'saloon'},{'id':1701,'name':'hero'},{'id':1859,'name':'arizona'},{'id':2019,'name':'liberation of prisoners'},{'id':3543,'name':'transport of prisoners'},{'id':3593,'name':'wilderness'},{'id':3737,'name':'dying and death'},{'id':4776,'name':'race against time'},{'id':5339,'name':'railway car'},{'id':5692,'name':'stetson'},{'id':9823,'name':'rivalry'},{'id':10726,'name':'gang'},{'id':12371,'name':'gunfight'},{'id':18035,'name':'family'},{'id':157902,'name':'psychological'},{'id':193305,'name':'dishonesty'},{'id':193552,'name':'heroic mission'},{'id':206686,'name':'righting the wronged'},{'id':206687,'name':'chases and races'},{'id':206690,'name':'mind and soul'}]" +55465,"[{'id':65,'name':'holiday'},{'id':958,'name':'indian lead'},{'id':4552,'name':'beer'},{'id':5570,'name':'christmas tree'},{'id':8224,'name':'cannabis'},{'id':9663,'name':'sequel'},{'id':11724,'name':'vulgarity'},{'id':14964,'name':'drugs'},{'id':14988,'name':'east asian lead'},{'id':209714,'name':'3d'},{'id':220197,'name':'beer pong'}]" +1645,"[{'id':529,'name':'ku klux klan'},{'id':570,'name':'rape'},{'id':787,'name':'mississippi'},{'id':1417,'name':'jurors'},{'id':1936,'name':'blackmail'},{'id':2013,'name':'attempted murder'},{'id':3446,'name':'forgiveness'},{'id':6148,'name':'court'},{'id':7281,'name':'shooting'},{'id':9826,'name':'murder'},{'id':9937,'name':'suspense'},{'id':10909,'name':'lawyer'},{'id':11038,'name':'trial'},{'id':33519,'name':'courtroom'},{'id':41385,'name':'racial tension'},{'id':204173,'name':'racial issues'},{'id':214780,'name':'courtroom drama'}]" +72358,"[{'id':9468,'name':'liar'},{'id':11204,'name':'literary agent'}]" +159932,"[{'id':818,'name':'based on novel or book'},{'id':1366,'name':'shotgun'},{'id':1415,'name':'small town'},{'id':2217,'name':'rain'},{'id':2669,'name':'motel'},{'id':2673,'name':'horse'},{'id':3593,'name':'wilderness'},{'id':8723,'name':'poacher'},{'id':10594,'name':'money'},{'id':10909,'name':'lawyer'},{'id':14540,'name':'accidental death'},{'id':15160,'name':'divorce'},{'id':15162,'name':'dog'},{'id':155781,'name':'trailer'},{'id':158279,'name':'hunt'},{'id':158606,'name':'pickup truck'},{'id':167104,'name':'loner'},{'id':176052,'name':'container'},{'id':187824,'name':'headshot'},{'id':240771,'name':'hunting rifle'}]" +73861,"[{'id':445,'name':'pornography'},{'id':570,'name':'rape'},{'id':739,'name':'sexual abuse'},{'id':1449,'name':'underworld'},{'id':2337,'name':'pedophilia'},{'id':2376,'name':'perversity'},{'id':2546,'name':'mask'},{'id':3260,'name':'masochism'},{'id':3880,'name':'snuff'},{'id':4426,'name':'sadism'},{'id':5919,'name':'necrophilia'},{'id':6255,'name':'insanity'},{'id':6373,'name':'sadomasochism'},{'id':7344,'name':'porno star'},{'id':9826,'name':'murder'},{'id':11262,'name':'statutory rape'},{'id':11534,'name':'sexual violence'},{'id':14707,'name':'brutality'},{'id':14819,'name':'violence'},{'id':156075,'name':'evil'}]" +3509,"[{'id':222,'name':'schizophrenia'},{'id':387,'name':'california'},{'id':703,'name':'detective'},{'id':818,'name':'based on novel or book'},{'id':1566,'name':'dream'},{'id':1568,'name':'undercover'},{'id':2150,'name':'cocaine'},{'id':2588,'name':'brain'},{'id':2866,'name':'exam'},{'id':2964,'name':'future'},{'id':4394,'name':'test'},{'id':4565,'name':'dystopia'},{'id':4967,'name':'assignment'},{'id':12190,'name':'cyberpunk'},{'id':14964,'name':'drugs'},{'id':18420,'name':'surveillance'},{'id':180440,'name':'totalitarian'},{'id':188950,'name':'corporation'},{'id':202550,'name':'substance'},{'id':202553,'name':'condition'},{'id':207268,'name':'neo-noir'}]" +293,"[{'id':30,'name':'individual'},{'id':380,'name':'sibling relationship'},{'id':395,'name':'gambling'},{'id':680,'name':'montana'},{'id':736,'name':'journalist'},{'id':947,'name':'prohibition'},{'id':1495,'name':'fishing'},{'id':1497,'name':'fly fishing'},{'id':1499,'name':'pastor'}]" +41780,"[{'id':1321,'name':'gold'},{'id':3149,'name':'gangster'},{'id':10950,'name':'shootout'},{'id':189920,'name':'harlem'},{'id':207746,'name':'moll'}]" +214081,"[{'id':74,'name':'germany'},{'id':11159,'name':'wartime'},{'id':148540,'name':'married woman'}]" +12403,"[{'id':1668,'name':'hawaii'},{'id':2676,'name':'honeymoon'},{'id':6309,'name':'double murder'},{'id':9826,'name':'murder'}]" +10160,"[{'id':745,'name':'nun'},{'id':1009,'name':'baby'},{'id':1299,'name':'monster'},{'id':1566,'name':'dream'},{'id':2884,'name':'asylum'},{'id':3030,'name':'nightmare'},{'id':3725,'name':'pregnancy'},{'id':6152,'name':'supernatural'},{'id':6506,'name':'resurrection'},{'id':10629,'name':'vision'},{'id':13006,'name':'torture'},{'id':17985,'name':'birth'},{'id':170383,'name':'disfigurement'},{'id':207884,'name':'fetus'},{'id':220348,'name':'womb'}]" +10131,"[{'id':779,'name':'martial arts'},{'id':1566,'name':'dream'},{'id':3030,'name':'nightmare'},{'id':6152,'name':'supernatural'},{'id':6270,'name':'high school'},{'id':6506,'name':'resurrection'},{'id':9663,'name':'sequel'},{'id':10738,'name':'diner'},{'id':33457,'name':'alcoholic'},{'id':170383,'name':'disfigurement'}]" +10072,"[{'id':1566,'name':'dream'},{'id':2655,'name':'group therapy'},{'id':3030,'name':'nightmare'},{'id':3363,'name':'hypnosis'},{'id':18029,'name':'trapped'},{'id':33457,'name':'alcoholic'},{'id':41329,'name':'mental illness'},{'id':161207,'name':'catholicism'},{'id':170383,'name':'disfigurement'},{'id':179878,'name':'sleepwalking'},{'id':190007,'name':'mental hospital'},{'id':203360,'name':'psychotherapist'}]" +23437,"[{'id':1566,'name':'dream'},{'id':2337,'name':'pedophilia'},{'id':6152,'name':'supernatural'},{'id':9714,'name':'remake'},{'id':9748,'name':'revenge'},{'id':12339,'name':'slasher'},{'id':14687,'name':'extreme violence'},{'id':161184,'name':'reboot'},{'id':181019,'name':'franchise'}]" +10014,"[{'id':657,'name':'fire'},{'id':1566,'name':'dream'},{'id':2913,'name':'diary'},{'id':3030,'name':'nightmare'},{'id':3358,'name':'haunted house'},{'id':4375,'name':'transformation'},{'id':6152,'name':'supernatural'},{'id':6270,'name':'high school'},{'id':8508,'name':'party'},{'id':9712,'name':'possession'},{'id':10170,'name':'premonition'},{'id':10985,'name':'spontaneous combustion'},{'id':158713,'name':'bdsm'},{'id':166287,'name':'school bus'},{'id':170383,'name':'disfigurement'},{'id':179878,'name':'sleepwalking'}]" +377,"[{'id':1468,'name':'child murderer'},{'id':1566,'name':'dream'},{'id':2116,'name':'sleep'},{'id':3030,'name':'nightmare'},{'id':6152,'name':'supernatural'},{'id':12339,'name':'slasher'},{'id':13130,'name':'teenager'},{'id':18029,'name':'trapped'},{'id':33457,'name':'alcoholic'},{'id':157418,'name':'boiler room'},{'id':163841,'name':'booby trap'},{'id':170383,'name':'disfigurement'},{'id':171814,'name':'medical test'}]" +339312,"[{'id':14552,'name':'ira (irish republican army)'}]" +248688,"[{'id':14733,'name':'texan'},{'id':18115,'name':'retired'}]" +157849,"[{'id':321,'name':'terror'},{'id':789,'name':'muslim'},{'id':2051,'name':'intelligence'},{'id':2356,'name':'immigrant'},{'id':13006,'name':'torture'},{'id':18420,'name':'surveillance'},{'id':159457,'name':'security'}]" +241239,"[{'id':417,'name':'corruption'},{'id':592,'name':'capitalism'},{'id':1157,'name':'wife husband relationship'},{'id':1442,'name':'winter'},{'id':2355,'name':'american dream'},{'id':2356,'name':'immigrant'},{'id':7337,'name':'business ethics'},{'id':9276,'name':'truck'},{'id':10590,'name':'oil'},{'id':10909,'name':'lawyer'},{'id':14512,'name':'new york city'},{'id':166631,'name':'loan shark'},{'id':168948,'name':'coat'},{'id':189102,'name':'tunnel'},{'id':208289,'name':'1980s'},{'id':238182,'name':'truck hijacking'},{'id':238183,'name':'bank loan'}]" +126757,"[{'id':5301,'name':'brother'},{'id':5657,'name':'australia'},{'id':9826,'name':'murder'},{'id':10292,'name':'gore'},{'id':15162,'name':'dog'},{'id':33841,'name':'incest'}]" +58547,"[{'id':9824,'name':'reunion'},{'id':161213,'name':'high school reunion'}]" +4951,"[{'id':497,'name':'shakespeare'},{'id':5923,'name':'sister'},{'id':6270,'name':'high school'},{'id':9758,'name':'deception'},{'id':11870,'name':'teen movie'},{'id':53994,'name':'shrew'},{'id':165301,'name':'opposites attract'},{'id':179431,'name':'duringcreditsstinger'},{'id':188237,'name':'teenage romance'},{'id':214594,'name':'play adaptation'},{'id':218182,'name':'overprotective father'}]" +176068,"[{'id':3616,'name':'college'},{'id':4630,'name':'chaos'},{'id':8508,'name':'party'},{'id':14819,'name':'violence'}]" +363805,[] +246400,"[{'id':15061,'name':'docudrama'},{'id':187056,'name':'woman director'},{'id':198334,'name':'part fiction'}]" +136400,"[{'id':1568,'name':'undercover'},{'id':4654,'name':'undercover agent'},{'id':9717,'name':'based on comic'},{'id':10594,'name':'money'},{'id':10718,'name':'fugitive'},{'id':15363,'name':'bank robbery'},{'id':156805,'name':'dea agent'}]" +584,"[{'id':416,'name':'miami'},{'id':830,'name':'car race'},{'id':999,'name':'sports car'},{'id':9666,'name':'street race'},{'id':12670,'name':'los angeles'},{'id':33885,'name':'car'}]" +9314,"[{'id':1755,'name':'fascism'},{'id':2137,'name':'totalitarian regime'},{'id':4565,'name':'dystopia'},{'id':8202,'name':'big brother'},{'id':12400,'name':'brainwashing'},{'id':162331,'name':'orwellian'}]" +47817,"[{'id':1415,'name':'small town'},{'id':2956,'name':'vietnam'},{'id':3687,'name':'graduation'},{'id':6091,'name':'war'},{'id':9921,'name':'easter'},{'id':208992,'name':'1960s'}]" +11519,"[{'id':339,'name':'submarine'},{'id':387,'name':'california'},{'id':1956,'name':'world war ii'},{'id':2770,'name':'war ship'},{'id':3365,'name':'pearl harbor'},{'id':8201,'name':'satire'},{'id':12670,'name':'los angeles'},{'id':236316,'name':'anarchic comedy'}]" +14902,"[{'id':279,'name':'usa'},{'id':1705,'name':'congress'},{'id':4344,'name':'musical'}]" +16996,"[{'id':6270,'name':'high school'},{'id':6733,'name':'bullying'},{'id':8635,'name':'high school sports'},{'id':167808,'name':'fake identity'},{'id':198929,'name':'adult as a child'},{'id':223202,'name':'do over'}]" +2207,"[{'id':3045,'name':'mission of murder'},{'id':167863,'name':'male bonding'},{'id':175600,'name':'doing the right thing'},{'id':232411,'name':'people change'}]" +3021,"[{'id':242,'name':'new york'},{'id':612,'name':'hotel'},{'id':657,'name':'fire'},{'id':697,'name':'loss of loved one'},{'id':922,'name':'hotel room'},{'id':1157,'name':'wife husband relationship'},{'id':2872,'name':'window'},{'id':3255,'name':'door'},{'id':3358,'name':'haunted house'},{'id':3664,'name':'research'},{'id':5280,'name':'ghost world'},{'id':5918,'name':'painting'},{'id':6103,'name':'telephone'}]" +226269,"[{'id':6255,'name':'insanity'},{'id':8636,'name':'blood splatter'},{'id':12332,'name':'apocalypse'},{'id':14532,'name':'crazy'},{'id':15001,'name':'demon'},{'id':34079,'name':'death'},{'id':217396,'name':'number 13'}]" +155084,"[{'id':612,'name':'hotel'},{'id':703,'name':'detective'},{'id':1562,'name':'hostage'},{'id':1936,'name':'blackmail'},{'id':2411,'name':'new orleans'},{'id':5483,'name':'coffee shop'},{'id':5638,'name':'arrest'},{'id':15483,'name':'car chase'},{'id':18249,'name':'game'},{'id':156052,'name':'unemployment'},{'id':157892,'name':'warehouse'},{'id':201871,'name':'dare'},{'id':232076,'name':'desperate'}]" +122369,"[{'id':992,'name':'bus'},{'id':1706,'name':'experiment'},{'id':10776,'name':'marijuana'},{'id':12105,'name':'student'},{'id':12377,'name':'zombie'},{'id':13092,'name':'corpse'},{'id':14687,'name':'extreme violence'},{'id':14819,'name':'violence'},{'id':157256,'name':'forensic science'},{'id':177913,'name':'death camp'},{'id':208048,'name':'cannibalism'},{'id':208580,'name':'acid'}]" +44982,"[{'id':242,'name':'new york'},{'id':279,'name':'usa'},{'id':2494,'name':'ohio'},{'id':5332,'name':'greed'},{'id':9714,'name':'remake'},{'id':9748,'name':'revenge'},{'id':9856,'name':'flashback'},{'id':10580,'name':'russian roulette'},{'id':12545,'name':'mansion'},{'id':13008,'name':'train'},{'id':15167,'name':'police detective'},{'id':41352,'name':'drug overdose'},{'id':188944,'name':'revolver'},{'id':190007,'name':'mental hospital'}]" +76203,"[{'id':2831,'name':'slavery'},{'id':3136,'name':'plantation'},{'id':14641,'name':'based on memoir or autobiography'},{'id':15189,'name':'violin player'},{'id':155794,'name':'physical abuse'},{'id':188772,'name':'black slave'},{'id':192279,'name':'american history'},{'id':197643,'name':'slave owner'},{'id':207928,'name':'19th century'},{'id':209069,'name':'sold into slavery'},{'id':209070,'name':'abolitionist'},{'id':239910,'name':'abuse of power'}]" +79078,"[{'id':8685,'name':'anti-christ'},{'id':10410,'name':'conspiracy'}]" +13654,"[{'id':212,'name':'london'},{'id':8841,'name':'puppy'},{'id':9663,'name':'sequel'},{'id':15162,'name':'dog'},{'id':158369,'name':'dalmatian'},{'id':179430,'name':'aftercreditsstinger'}]" +7840,"[{'id':414,'name':'hunter'},{'id':1551,'name':'indigenous'},{'id':1808,'name':'lover (female)'},{'id':1949,'name':'pyramid'},{'id':2078,'name':'mammoth'},{'id':2164,'name':'sapient'},{'id':2802,'name':'mountain village'},{'id':4428,'name':'stone age'},{'id':6211,'name':'fighter'},{'id':6854,'name':'primitive time'},{'id':158017,'name':'saber-toothed tiger'}]" +126757,"[{'id':5301,'name':'brother'},{'id':5657,'name':'australia'},{'id':9826,'name':'murder'},{'id':10292,'name':'gore'},{'id':15162,'name':'dog'},{'id':33841,'name':'incest'}]" +58547,"[{'id':9824,'name':'reunion'},{'id':161213,'name':'high school reunion'}]" +53182,"[{'id':18712,'name':'based on graphic novel'},{'id':162861,'name':'ancient greece'},{'id':179431,'name':'duringcreditsstinger'},{'id':182677,'name':'sea battle'},{'id':188955,'name':'hand to hand combat'},{'id':190999,'name':'minions'},{'id':195862,'name':'naval warfare'},{'id':209714,'name':'3d'}]" +1271,"[{'id':3597,'name':'evisceration'},{'id':5538,'name':'javelin'},{'id':5539,'name':'shield'},{'id':6092,'name':'army'},{'id':14704,'name':'ancient world'},{'id':171603,'name':'s.a.t.'},{'id':190999,'name':'minions'},{'id':192913,'name':'warrior'},{'id':252859,'name':'300壯士:斯巴達的逆襲'},{'id':252860,'name':'斯巴達三百勇士'}]" +157058,"[{'id':9755,'name':'parody'},{'id':224636,'name':'horror comedy'}]" +62206,"[{'id':3330,'name':'pizza delivery'},{'id':4414,'name':'adventure'},{'id':5983,'name':'pizza boy'},{'id':179430,'name':'aftercreditsstinger'}]" +42941,"[{'id':1701,'name':'hero'},{'id':3133,'name':'vampire'},{'id':6152,'name':'supernatural'},{'id':9748,'name':'revenge'},{'id':9823,'name':'rivalry'},{'id':14819,'name':'violence'},{'id':15017,'name':'danger'},{'id':15271,'name':'interrogation'},{'id':175397,'name':'wrist slitting'},{'id':175399,'name':'coughing blood'},{'id':175413,'name':'burnt body'},{'id':175419,'name':'corrupt agent'},{'id':175421,'name':'death of husband'},{'id':187710,'name':'escapade'},{'id':202322,'name':'imaginary'},{'id':202703,'name':'deadly'},{'id':206687,'name':'chases and races'},{'id':206690,'name':'mind and soul'},{'id':206707,'name':'track down'}]" +4513,"[{'id':813,'name':'sunrise'},{'id':1442,'name':'winter'},{'id':3133,'name':'vampire'},{'id':5809,'name':'marriage crisis'},{'id':9880,'name':'alaska'},{'id':18712,'name':'based on graphic novel'},{'id':156783,'name':'blizzard'},{'id':157812,'name':'blood lust'},{'id':161285,'name':'polar night'}]" +41662,"[{'id':387,'name':'california'},{'id':10183,'name':'independent film'},{'id':15216,'name':'avant-garde'},{'id':18034,'name':'desert'},{'id':160946,'name':'expectant mother'},{'id':181232,'name':'still birth'},{'id':226429,'name':'shooting range'}]" +190967,"[{'id':187056,'name':'woman director'}]" +192102,"[{'id':4948,'name':'retirement'},{'id':41249,'name':'secret service'},{'id':156117,'name':'illegal drugs'},{'id':214596,'name':'cia agent'}]" +1562,"[{'id':212,'name':'london'},{'id':380,'name':'sibling relationship'},{'id':697,'name':'loss of loved one'},{'id':1852,'name':'mutant'},{'id':2867,'name':'pest'},{'id':3737,'name':'dying and death'},{'id':4630,'name':'chaos'},{'id':5385,'name':'survivor'},{'id':6152,'name':'supernatural'},{'id':10349,'name':'survival'},{'id':10562,'name':'on the run'},{'id':12377,'name':'zombie'},{'id':15017,'name':'danger'},{'id':187710,'name':'escapade'},{'id':188957,'name':'virus'},{'id':188959,'name':'plague'},{'id':189421,'name':'female corpse'},{'id':202703,'name':'deadly'},{'id':206687,'name':'chases and races'},{'id':206705,'name':'chaos and mayham'}]" +170,"[{'id':212,'name':'london'},{'id':444,'name':'taxi'},{'id':968,'name':'manchester city'},{'id':1375,'name':'submachine gun'},{'id':1420,'name':'gas station'},{'id':5385,'name':'survivor'},{'id':5600,'name':'daughter'},{'id':10124,'name':'laboratory'},{'id':11612,'name':'hospital'},{'id':12377,'name':'zombie'},{'id':14707,'name':'brutality'},{'id':14765,'name':'church'},{'id':14819,'name':'violence'},{'id':14837,'name':'rage'},{'id':17995,'name':'epidemic'},{'id':34117,'name':'cult film'},{'id':162365,'name':'military'},{'id':188957,'name':'virus'},{'id':208418,'name':'waking from coma'},{'id':238332,'name':'animal research'}]" +6557,"[{'id':380,'name':'sibling relationship'},{'id':725,'name':'lovesickness'},{'id':918,'name':'newspaper'},{'id':1010,'name':'bar'},{'id':1605,'name':'new love'},{'id':2381,'name':'wedding planner'},{'id':3581,'name':'witness'},{'id':3582,'name':'bride'},{'id':3584,'name':'bridesmaid'},{'id':5923,'name':'sister'},{'id':6027,'name':'music'},{'id':9799,'name':'romantic comedy'},{'id':11157,'name':'sibling rivalry'},{'id':12193,'name':'reporter'},{'id':13027,'name':'wedding'},{'id':187056,'name':'woman director'}]" +137145,"[{'id':2177,'name':'sauna'},{'id':3772,'name':'heat'},{'id':178379,'name':'steam room'},{'id':191657,'name':'locked up'}]" +187017,"[{'id':6270,'name':'high school'},{'id':11199,'name':'undercover cop'},{'id':167541,'name':'buddy comedy'},{'id':179430,'name':'aftercreditsstinger'},{'id':179431,'name':'duringcreditsstinger'}]" +37645,"[{'id':818,'name':'based on novel or book'},{'id':1227,'name':'cemetery'},{'id':1930,'name':'kidnapping'},{'id':3713,'name':'chase'},{'id':5340,'name':'investigation'},{'id':7281,'name':'shooting'},{'id':9748,'name':'revenge'},{'id':9826,'name':'murder'},{'id':10391,'name':'mafia'},{'id':11578,'name':'mobster'},{'id':11612,'name':'hospital'},{'id':14707,'name':'brutality'},{'id':14819,'name':'violence'},{'id':220969,'name':'left for dead'}]" +107811,"[{'id':567,'name':'alcohol'},{'id':1421,'name':'birthday'},{'id':8508,'name':'party'},{'id':9713,'name':'friends'},{'id':166611,'name':'debauchery'}]" +64688,"[{'id':3230,'name':'male friendship'},{'id':5340,'name':'investigation'},{'id':6270,'name':'high school'},{'id':9755,'name':'parody'},{'id':9964,'name':'crude humor'},{'id':10988,'name':'based on tv series'},{'id':11199,'name':'undercover cop'},{'id':167316,'name':'buddy cop'},{'id':167541,'name':'buddy comedy'},{'id':179431,'name':'duringcreditsstinger'}]" +470,"[{'id':314,'name':'life and death'},{'id':697,'name':'loss of loved one'},{'id':741,'name':'transplantation'},{'id':1252,'name':'suicide attempt'},{'id':1333,'name':'desperation'},{'id':1591,'name':'ex-detainee'},{'id':1647,'name':'sadness'},{'id':3927,'name':'rage and hate'},{'id':9844,'name':'car crash'}]" +8065,"[{'id':279,'name':'usa'},{'id':395,'name':'gambling'},{'id':585,'name':'casino'},{'id':1317,'name':'card game'},{'id':1992,'name':'professor'},{'id':2463,'name':'harvard university'},{'id':2566,'name':'cohabitant'},{'id':3616,'name':'college'},{'id':5490,'name':'girlfriend'},{'id':5948,'name':'studies'},{'id':5984,'name':'dormitory'},{'id':6054,'name':'friendship'},{'id':7996,'name':'blackjack'},{'id':14570,'name':'las vegas'}]" +277399,"[{'id':4458,'name':'post-apocalyptic'}]" \ No newline at end of file diff --git a/src/data/YTSMovies/movies_metadata.csv b/src/data/YTSMovies/movies_metadata.csv new file mode 100644 index 0000000..bbc5500 --- /dev/null +++ b/src/data/YTSMovies/movies_metadata.csv @@ -0,0 +1,10939 @@ +"adult","backdrop_path","belongs_to_collection","budget","genres","homepage","id","imdb_id","original_language","original_title","overview","popularity","poster_path","production_companies","production_countries","release_date","revenue","runtime","spoken_languages","status","tagline","title","video","vote_average","vote_count" +"false","/w8crvpc3KisHMH72Da5ktwHf6rY.jpg","null","0","[{'id':99,'name':'Documentary'}]","","526313","tt8412232","en","A Leaf of Faith","Documentary exploring a plant-based alternative to Opioid painkillers, which are responsible for the deaths of 30,000 Americans a year. It comes from a tree named Kratom, and it is able to alleviate pain and help overcome addiction without many of the side effects of Opioids.","2.305","/yBR1TbSZ2Y4nkBj85q07OgY9L03.jpg","[{'id':104960,'logo_path':null,'name':'OxymoronFilms','origin_country':''}]","[]","2018-05-21","0","86","[]","Released","Kill the pain, not the patient.","A Leaf of Faith","false","8","5" +"false","/w7MsyOpP003FYhsiTgVHa3rNsrz.jpg","null","18000000","[{'id':18,'name':'Drama'},{'id':10751,'name':'Family'},{'id':12,'name':'Adventure'}]","http://www.adogswayhome.movie/","508763","tt7616798","en","A Dog's Way Home","A Dog???s Way Home chronicles the heartwarming adventure of Bella, a dog who embarks on an epic 400-mile journey home after she is separated from her beloved human.","64.245","/pZn87R7gtmMCGGO8KeaAfZDhXLg.jpg","[{'id':30148,'logo_path':null,'name':'Bona Film Group','origin_country':''},{'id':11733,'logo_path':null,'name':'Pariah','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-01-10","17643857","96","[{'iso_639_1':'en','name':'English'}]","Released","A lot can happen between lost and found.","A Dog's Way Home","false","6.5","76" +"false","/jMBXArRB02mFB5H4qZIZwojeG1S.jpg","{'id':124901,'name':'Hatchet Collection','poster_path':'/3Y0JXGlLLYjlHVWUS50uwkSlxpL.jpg','backdrop_path':'/f3q5nrEJrhRFr0c2proh8Q9x4xx.jpg'}","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':35,'name':'Comedy'},{'id':28,'name':'Action'}]","http://ariescope.com/2011/04/12/hatchet-iii/","167575","tt1870419","en","Hatchet III","A search and recovery team heads into the haunted swamp to pick up the pieces and Marybeth learns the secret to ending the voodoo curse that has left Victor Crowley haunting and terrorizing Honey Island Swamp for decades.","6.478","/xQPHO8QVE7U3XuPRxqVmqpA4Csq.jpg","[{'id':3960,'logo_path':null,'name':'ArieScope Pictures','origin_country':''},{'id':4592,'logo_path':null,'name':'Dark Sky Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-06-14","0","89","[{'iso_639_1':'en','name':'English'}]","Released","Victor Crowley Lives Again","Hatchet III","false","5.5","145" +"false","/u2fwkirPOiYzmYgtGbInPQtpQo0.jpg","{'id':124950,'name':'American Graffiti Collection','poster_path':'/nXbscwjttQTQ5OWskK7TSi5CSpH.jpg','backdrop_path':'/fkQH8aHqLpdDYXyCXdqRgYOhsoN.jpg'}","777000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","838","tt0069704","en","American Graffiti","A couple of high school graduates spend one final night cruising the strip with their buddies before they go off to college.","10.857","/xq8MFYQ6MLZ65mFpweqV6mCs39k.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':1,'logo_path':'/o86DbpburjxrqAzEDhXZcyE8pDb.png','name':'Lucasfilm','origin_country':'US'},{'id':536,'logo_path':null,'name':'The Coppola Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1973-08-01","140000000","110","[{'iso_639_1':'en','name':'English'}]","Released","Where were you in '62?","American Graffiti","false","7.1","597" +"false","/7JUshKTF1oM9exGlRltube4cuQ7.jpg","{'id':93369,'name':'Ringu Collection','poster_path':'/eQX9SK5WPdsKWRGLfga4w9KuskV.jpg','backdrop_path':'/aS42DTtR6UYNLfKdKJBKYL1OS1U.jpg'}","6000000","[{'id':27,'name':'Horror'}]","","9674","tt0235712","ja","??????????????????????????????","Taking place thirty years before the events of Ringu, Ringu 0 provides the shocking background story of how the girl on the video became a deadly, vengeful spirit.","5.691","/26Jcnk6ObDPCtvKqZkgjWI1b8Y1.jpg","[]","[{'iso_3166_1':'JP','name':'Japan'}]","2000-01-22","0","99","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Ringu 0","false","6","75" +"false","/9En9020IPIGzVW4cgaqmSMCNNiw.jpg","{'id':85861,'name':'Beverly Hills Cop Collection','poster_path':'/jBvTMq8s7aQn1oe1eTEn6fg91Po.jpg','backdrop_path':'/lhZQuT76B9YcxZIudXZMhhWCKcl.jpg'}","50000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","306","tt0109254","en","Beverly Hills Cop III","Back in sunny southern California and on the trail of two murderers, Axel Foley again teams up with LA cop Billy Rosewood. Soon, they discover that an amusement park is being used as a front for a massive counterfeiting ring ??? and it's run by the same gang that shot Billy's boss.","10.372","/tw9gAhqQcBFX0X0XfVbWqUsmzoU.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':30,'logo_path':null,'name':'Eddie Murphy Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-05-24","119208989","104","[{'iso_639_1':'en','name':'English'}]","Released","","Beverly Hills Cop III","false","5.7","756" +"false","/doZDR89j4qSiVmkOioVvAXvLu91.jpg","null","0","[{'id':16,'name':'Animation'},{'id':14,'name':'Fantasy'},{'id':12,'name':'Adventure'}]","http://ponoc.jp/eiyu/","514710","tt8223844","ja","?????????????????????????????????????????????????????????","From director Hiromasa Yonebayashi: ???Kanini & Kanino???; ???Life Ain???t Gonna Lose??? directed by Yoshiyuki Momose; and ???Invisible??? directed by Akihiko Yamashita. These leaders of animation draw tales of modest heroes of our times.","6.274","/5jURYLaG6BX0klRHsiHc3pzOlOm.jpg","[{'id':882,'logo_path':'/fRSWWjquvzcHjACbtF53utZFIll.png','name':'Toho Company, Ltd.','origin_country':'JP'},{'id':84493,'logo_path':'/yOCQ6fxx75wbvF8jnQoTTR5FBYL.png','name':'STUDIO PONOC','origin_country':'JP'},{'id':20192,'logo_path':null,'name':'Nippon Television Network (NTV)','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","2018-08-24","0","53","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Modest Heroes","false","7","1" +"false","/g8Hq6uTaGgCjEI4dzvetjJZpA3D.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://press.epixhd.com/programming/twa-flight-800/","210624","tt3040528","en","TWA Flight 800","A thought-provoking documentary about the ill-fated Trans World Airline Flight 800 to Paris, France, which exploded on July 17, 1996 just 12 minutes after takeoff from JFK International Airport, killing all 230 people on board. The special features six former members of the official crash investigation breaking their silence to refute the officially proposed cause of the jetliner's demise and reveal how the investigation was systematically undermined.","1.822","/9nfwjq1YBp49PRHnYElUpupbMW7.jpg","[{'id':6805,'logo_path':null,'name':'Epix','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-07-17","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","TWA Flight 800","false","5.8","4" +"false","","null","0","[{'id':99,'name':'Documentary'}]","http://www.misterrogersandme.com/","169525","tt1543511","en","Mister Rogers & Me","An MTV producer's life is transformed when he meets the recently retired host of 'Mister Rogers' Neighborhood,' Fred Rogers. Friendship with the PBS icon sets the young producer on a hero's quest to find depth and simplicity amidst a shallow and complex world through conversations with Susan Stamberg (NPR), Tim Russert ('Meet The Press'), Marc Brown ('Arthur') and more.","1.4","/hHzby1HI1dn7b9x3S7HJu6i5kqz.jpg","[]","[]","2010-03-20","0","79","[]","Released","","Mister Rogers & Me","false","6.5","2" +"false","","null","0","[{'id':35,'name':'Comedy'}]","","468366","tt7164714","en","Maz Jobrani: Immigrant","Iranian American comic Maz Jobrani lights up the Kennedy Center with riffs on immigrant life in the Trump era, modern parenting pitfalls and more.","1.779","/eKjpRVYExmMhMtO0HTjSdSed5zy.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-08-01","0","67","[{'iso_639_1':'en','name':'English'}]","Released","","Maz Jobrani: Immigrant","false","6.3","8" +"false","/vHmD89xoU37daeCEHcCXcnTojZB.jpg","null","17500000","[{'id':36,'name':'History'},{'id':18,'name':'Drama'},{'id':28,'name':'Action'}]","","491622","tt6903440","hi","i??????????????????????????????","Story of Rani Lakshmibai, one of the leading figures of the Indian Rebellion of 1857 and her resistance to the British Rule.","16.419","/kbTzlKKnZHZ8RYulknO4xqQOJ24.jpg","[{'id':112268,'logo_path':'/pYWKM4z87N21ou5KYH2YECF3FXb.png','name':'Kairos Kontent Studios','origin_country':'IN'},{'id':86347,'logo_path':'/ir79iQBhrXk9PJ5Pr9vlLjM4viO.png','name':'Zee Studio','origin_country':'IN'}]","[{'iso_3166_1':'IN','name':'India'}]","2019-01-25","0","148","[{'iso_639_1':'hi','name':'??????????????????'}]","Released","","Manikarnika: The Queen of Jhansi","false","6.9","9" +"false","/nKKpAWxoiaQVaDyvqBsoRQmwKbM.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'}]","http://bikinigirlsvdinosaursthemovie.vhx.tv/","428444","tt3615814","en","Bikini Girls v Dinosaurs","Somewhere in outer space three hot space fighter pilots - Solara, Tansy and Cala (the Bikini Girls) fly daring combat missions whilst maintaining fabulous hair. Meanwhile wicked Voluptina secretly plans to steal their rightful title and become Queen of the galaxy when she banishes the Bikini Girls into a rogue black-hole, thus sending them back in time 70 millions year to the age of dinosaurs...","1.075","/uVjrPZVJ7sUvRxgpIp10vojkvPN.jpg","[]","[]","2014-03-21","0","51","[{'iso_639_1':'en','name':'English'}]","Released","","Bikini Girls v Dinosaurs","false","0","0" +"false","","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","456650","tt5056698","en","A Father's Secret","Carrie Evans, a beautiful young attorney with aspirations to become partner like her fiancee Steven Riggs, learns some disturbing facts about her family and her boss Caswell Foxx as she researches a big case. She becomes so entrenched in the case that it causes her to risk her career, freedom and her relationships.","0.815","/hThBnf9riHOshtMVXmJXiR9LYCq.jpg","[{'id':35802,'logo_path':null,'name':'Nasser Entertainment','origin_country':''},{'id':92964,'logo_path':null,'name':'12 Helpful Hands & Production','origin_country':''},{'id':80713,'logo_path':'/lWi1k3GlhQmep8cCM3XfVi0PF6K.png','name':'Daro Film Distribution','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-06-19","0","94","[{'iso_639_1':'en','name':'English'}]","Released","Hunt For Truth","A Father's Secret","false","3.5","2" +"false","/g2pM1ae0qT0KB9OZ06JYeqL8Ku5.jpg","{'id':452675,'name':'Cleopatra Jones','poster_path':null,'backdrop_path':null}","0","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","","26196","tt0069890","en","Cleopatra Jones","Cleopatra Jones is assigned to crack down on drug trafficking in the United States and abroad. After she burns a Turkish poppy field, the notorious drug lord Mommy is furious at the loss of her supply and vows to destroy her.","2.806","/7eeQx8PJAp5GolJriwU5cZJxeDG.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':109254,'logo_path':null,'name':'William Tennant Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1973-07-13","0","89","[{'iso_639_1':'en','name':'English'}]","Released","Cleo teaches drug traffickers the meaning of saying no!","Cleopatra Jones","false","5.7","24" +"false","/aIGQqmWpAuQA1QcI4IvpuTess5.jpg","null","0","[{'id':18,'name':'Drama'}]","","56156","tt0051845","en","The Last Hurrah","An aging politician tries to get re-elected one last time in the changing world of the 1950s when TV started to play a bigger part in politics. Based loosely on the career of multi-term Boston Mayor James Michael Curley, this film examines the good and evil inherent in politics and all the things that go into an election. Tracy's uphill battle to stay in office is set against the political machinery that preyed on ethnic hatred and old-time money.","1.446","/qoZtfa60gVMjARkPinlL0GVtNzy.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1958-10-24","0","121","[{'iso_639_1':'en','name':'English'}]","Released","BIG BOOK! BIG CAST! BIG PICTURE!","The Last Hurrah","false","6.8","12" +"false","/9ZGN9Dcw3pCsXIuyqyODrkgZt7Q.jpg","{'id':137766,'name':'Zapped Collection','poster_path':'/tMUYXjDbmThTZWeqsUhiZbNz0OI.jpg','backdrop_path':'/fbKtJK0Br7DsG8ueaKPEtaPPG6J.jpg'}","0","[{'id':35,'name':'Comedy'}]","","23943","tt0084945","en","Zapped!","Peyton and Barney are fun loving high school students working on a science project with white mice. When one of the mice begins to move food toward itself with out touching it, Barney finds he has accidently discovered a formula for telekinetic powers. Now, how much trouble can a high school boy who can move things with just his mind get into?","6.46","/ptMRq9SEoyjLfOYfx8ZYht0BdFI.jpg","[{'id':10720,'logo_path':null,'name':'City Films','origin_country':''},{'id':49131,'logo_path':null,'name':'Thunder Associates','origin_country':''},{'id':106891,'logo_path':null,'name':'Apple / Rose','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1982-07-23","0","98","[{'iso_639_1':'en','name':'English'}]","Released","They're getting a little behind in their classwork.","Zapped!","false","5.1","53" +"false","/q0fWiFPHQy42g41mxNxci2QxTIW.jpg","null","2000000","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","1378","tt0367027","en","Shortbus","A group of New Yorkers caught up in their milieu converge at an underground salon infamous for its blend of art, music, politics, and carnality. The characters converge in a weekly Brooklyn social/artistic/sexual salon ""Shortbus"", loosely inspired by various underground NYC gatherings that took place in the early 2000's. Here, gay couple Jamie (P J DeBoy) and James (Paul Dawson) meet a young ex-model and aspiring singer Ceth (Jay Brannan).","11.515","/iaS9XXoHW6ZVveu6wpLaTv1Bv29.jpg","[{'id':1615,'logo_path':null,'name':'Fortissimo Films','origin_country':''},{'id':1616,'logo_path':null,'name':'Process Productions','origin_country':''},{'id':1617,'logo_path':null,'name':'Q Television','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-05-20","5179037","101","[{'iso_639_1':'en','name':'English'}]","Released","Open Your Mind. And Everything Else.","Shortbus","false","6.3","226" +"false","/mXenFohxCO4jQ0e1bJf4e9gebxL.jpg","{'id':85861,'name':'Beverly Hills Cop Collection','poster_path':'/jBvTMq8s7aQn1oe1eTEn6fg91Po.jpg','backdrop_path':'/lhZQuT76B9YcxZIudXZMhhWCKcl.jpg'}","20000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","96","tt0092644","en","Beverly Hills Cop II","Axel heads for the land of sunshine and palm trees to find out who shot police Captain Andrew Bogomil. Thanks to a couple of old friends, Axel's investigation uncovers a series of robberies masterminded by a heartless weapons kingpin???and the chase is on.","12.616","/2y1z1baxKT0coTTRlnkI6McnR9f.jpg","[{'id':30,'logo_path':null,'name':'Eddie Murphy Productions','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':10288,'logo_path':null,'name':'Don Simpson/Jerry Bruckheimer Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-05-18","299965036","100","[{'iso_639_1':'en','name':'English'}]","Released","","Beverly Hills Cop II","false","6.3","1046" +"false","/cQABqicoEJ9y2JVb7RgMh0bcS1Y.jpg","null","1750000","[{'id':12,'name':'Adventure'}]","","25848","tt0050629","en","Legend of the Lost","American ne'er-do-well Joe January is hired to take Paul Bonnard on an expedition into the desert in search of treasure.","3.201","/yeh9X9aczJuiuSWg20e3zDHJJ17.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':2532,'logo_path':'/qxGytGpK9htSl6xxv9qP1dG656e.png','name':'Batjac Productions','origin_country':'US'},{'id':11929,'logo_path':null,'name':'Dear Film Produzione','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'US','name':'United States of America'}]","1957-12-17","2200000","109","[{'iso_639_1':'en','name':'English'}]","Released","Wayne Tangles with Loren...In the Adventure that's Hotter than 1000 Suns!","Legend of the Lost","false","6.2","14" +"false","","null","1000","[{'id':27,'name':'Horror'}]","","590084","tt9659470","en","Night","A young girl is kidnapped by a strange man, who forces her to be the star of his sick and twisted live stream.","6.499","/fiQbv62LyHDOJFWPM8g7tM7RU9w.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-03-23","0","65","[{'iso_639_1':'en','name':'English'}]","Released","Evil in reverse","Night","false","0","0" +"false","/4N8YP2Lj7DmkgScHDkSBLJEds3o.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","1901","tt0385267","en","In Good Company","Dan Foreman is a seasoned advertisement sales executive at a high-ranking publication when a corporate takeover results in him being placed under naive supervisor Carter Duryea, who is half his age. Matters are made worse when Dan's new supervisor becomes romantically involved with his daughter an 18 year-old college student Alex.","9.192","/sYTw30QKeSKGxnexdZwkJZQlTOL.jpg","[{'id':1473,'logo_path':null,'name':'Depth of Field','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-12-29","0","109","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","He's rich, young and handsome. He's in love with you and he's your dad's boss.","In Good Company","false","5.9","324" +"false","/evDgk1CJGETo7D6QZubywDxA7K0.jpg","null","0","[{'id':27,'name':'Horror'}]","","87148","tt0087616","en","Leviat??n","A (dubbed) Alice Cooper stars as Victor Raven, a famous rock star, who returns to his childhood home to shoot a music video. Believing his presence is responsible for the return of a monstrous hound that killed folks when he was kid, the locals decide to do something violent about it.","2.025","/fgl4VOxvH4hx0uyMsidj1uBwSWX.jpg","[{'id':18054,'logo_path':null,'name':'Continental Motion Pictures','origin_country':''},{'id':18055,'logo_path':null,'name':'M&C Films','origin_country':''},{'id':18056,'logo_path':null,'name':'Royal Films','origin_country':''}]","[{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'PR','name':'Puerto Rico'}]","1984-12-01","0","84","[{'iso_639_1':'es','name':'Espa??ol'}]","Released","The fear...the nightmare...the terror...they will never forget it!","Monster Dog","false","5","14" +"false","/yMLlpwJHQ4MdKynsqdfTRyOeZBv.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","","60479","tt1361828","de","Max Schmeling","Based on the true story of Max Schmeling. A national hero in the 1930's when he became World heavyweight champion. He lost favour with the Nazi regime when he lost to a black man, Joe Louis, and is sent to the front in the hope he will be killed in battle.","1.421","/oms4RzoWWJwmbL1q4bhd3IVeruV.jpg","[{'id':168,'logo_path':null,'name':'Jadran Film','origin_country':'HR'},{'id':1062,'logo_path':null,'name':'Boll Kino Beteiligungs GmbH & Co. KG','origin_country':''},{'id':1064,'logo_path':null,'name':'Herold Productions','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'HR','name':'Croatia'}]","2010-10-07","0","118","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'de','name':'Deutsch'}]","Released","","Max Schmeling","false","4.7","9" +"false","/ej8nuXgdKJRDWn5JyhHd1czbBl9.jpg","null","0","[{'id':99,'name':'Documentary'}]","","42981","tt0113104","en","Frank and Ollie","Before computer graphics, special effects wizardry, and out-of-this world technology, the magic of animation flowed from the pencils of two of the greatest animators The Walt Disney Company ever produced -- Frank Thomas and Ollie Johnston. Frank and Ollie, the talent behind BAMBI, PINOCCHIO, LADY AND THE TRAMP, THE JUNGLE BOOK, and others, set the standard for such modern-day hits as THE LION KING. It was their creative genius that helped make Disney synonymous with brilliant animation, magnificent music, and emotional storytelling. Take a journey with these extraordinary artists as they share secrets, insights, and the inspiration behind some of the greatest animated movies the world has ever known!","1.065","/rHt6UxKhtW1LhV0lscbG0XbIAtJ.jpg","[{'id':90509,'logo_path':null,'name':'Theodore Thomas Productions','origin_country':''},{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-10-20","0","89","[]","Released","","Frank and Ollie","false","8","6" +"false","/nzUCMse8UoFLKnScgMSLPYwTLm3.jpg","null","0","[{'id':18,'name':'Drama'}]","","315196","tt3127698","de","Freistatt","Summer 1968. 14-year-old Wolfgang is deported from his family in the secluded Church Welfare Institution sanctuary. One thing is clear for Wolfgang: His yearning for freedom, he will not soon buried in the bog.","4.739","/fSyAmVOVOit6PYo0A3emPzOTYRG.jpg","[]","[{'iso_3166_1':'DE','name':'Germany'}]","2015-06-18","0","104","[{'iso_639_1':'de','name':'Deutsch'}]","Released","","Sanctuary","false","7.2","34" +"false","/fnQtJYrb0F7GlrCozwLHLWYFODr.jpg","{'id':245334,'name':'Daimajin Collection','poster_path':'/y1kv3uCwnBa1lvai1HI3cZ7HX4x.jpg','backdrop_path':null}","0","[{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'}]","","28857","tt0062852","ja","???????????????","The tyrannical Lord Danjo Mikoshiba covets the rich, fertile lands surrounding Lake Yakumo. During a memorial ceremony for the late Chigusa lord, Mikoshiba launches an attack, overthrowing the honorable Lord Juro. Just when all seems lost, Daimajin rises from Lake Yakumo to settle a score of his own.","1.676","/bmR9eFux2GIs7z7yxZaRwwvJ5Ht.jpg","[{'id':880,'logo_path':null,'name':'Daiei Motion Picture Co., Ltd.','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","1966-12-21","0","87","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Wrath of Daimajin","false","6.3","6" +"false","/qhM9vZ3juW661QO92pvqCDhF6EH.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'}]","","430029","tt4624258","en","What's the Matter with Gerald?","A hypochondriac irks his partner by embracing the advice of an eccentric healer.","0.839","/1ICClwquFK9YJAChjkXyhqATN4D.jpg","[]","[]","2016-12-12","0","99","[]","Released","","What's the Matter with Gerald?","false","6.7","4" +"false","/rkvjp5hCHJD72QDpdDgnZtqgUPg.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","128452","tt2250282","en","Tulpa - Perdizioni mortali","Lisa Boeri is at the top of her corporate career. At night she frequents the notorious Club Tulpa, owned by a mysterious Tibetan guru. Unshackled from repression and guilt, Lisa will do anything with any stranger to attain a higher consciousness. However, when her lovers start getting murdered in shocking ways, Lisa can???t go to the police because the scandal would impact her day job. Foolishly she tries to unmask the assassin herself, with truly nightmarish consequences.","2.509","/xzOrthGNzE1FEJUQJK95Bwvve44.jpg","[{'id':19043,'logo_path':null,'name':'Italian Dreams Factory','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'}]","2012-08-25","0","84","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'it','name':'Italiano'}]","Released","Members Only","Tulpa - Demon of Desire","false","4.8","18" +"false","/fw4mgfiq01d0SQduEqKjnh3xzbs.jpg","null","5000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","9844","tt0120777","en","The Opposite of Sex","A 16-year-old girl visits her gay half-brother and ends up seducing his boyfriend, thus wreaking havoc on all of their lives.","5.79","/c6RVvQXvpMxQTJD6nsUhliWxqcO.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-05-22","5879254","105","[{'iso_639_1':'en','name':'English'}]","Released","You'll laugh, you'll cry, you'll be offended","The Opposite of Sex","false","6","86" +"false","/1TrNN0pAVcck18Qss6VJSM9ww7V.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","41971","tt0095649","en","The Moderns","Nick Hart is a struggling American artist who lives amongst the expatriate community in 1920s Paris. He spends most of his time drinking and socializing in local caf??'s and pestering gallery owner Libby Valentin to sell his paintings. He becomes involved in a plot by wealthy art patroness Nathalie de Ville to forge three paintings. This leads to several run-ins with American rubber magnate Bertram Stone, who happens to be married to Hart's ex-wife Rachel.","1.737","/2VdcWAlNU0UfTSq909n1wdb0ji.jpg","[{'id':365,'logo_path':null,'name':'Nelson Entertainment','origin_country':''},{'id':4451,'logo_path':null,'name':'Alive Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-04-15","0","126","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","Paris, 1926...there was nothing more modern.","The Moderns","false","5.8","7" +"false","/5Jsgx8bQ5430kshplPqhX7CYqmc.jpg","null","0","[{'id':10752,'name':'War'},{'id':99,'name':'Documentary'},{'id':36,'name':'History'}]","","12698","tt0317910","en","The Fog of War","Using archival footage, United States Cabinet conversation recordings, and an interview of the 85-year-old Robert McNamara, THE FOG OF WAR depicts his life, from working as a WWII whiz kid military officer, to being the Ford Motor Company's president, to managing the American Vietnam War, as defense secretary for presidents Kennedy and Johnson.","4.638","/lvC97woqbzFbL6nS8v19LU8zfxh.jpg","[{'id':922,'logo_path':null,'name':'SenArt Films','origin_country':'US'},{'id':89394,'logo_path':'/m1Hku3PhgdsQiPO8uVe7szyrxAb.png','name':'RadicalMedia','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-12-09","0","95","[{'iso_639_1':'en','name':'English'}]","Released","","The Fog of War","false","7.9","114" +"false","/9apThozXMIYaqWobmGOlFSk3r2X.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","","269340","tt3479208","ko","??????","In 1777, one year since he had taken reign, King Jeong-jo bears a perilous palace life with his dedicated court servant, Gap-soo, amidst opposition and threats from those around with political ambitions. Meanwhile, Eul-soo, a member of a secret assassin group, receives orders to kill Jeong-jo. Gap-soo, who had also been in the same secret assassin ring as Eul-soo, later confesses to Jeong-jo about his dark past and his motive for coming into the palace. To Gap-soo's surprise, Jeong-jo asks Gap-soo when he had given up being an assassin, then orders him to just leave the palace. However, Gap-soo finds out that there is another assassin besides him and frantically returns to the court, only to discover Eul-soo in combat with Jeong-jo. (c)","2.202","/zHo8B2Cfl7voRfEadSMnWgVzpVr.jpg","[{'id':7819,'logo_path':'/ghFZAt4edln0M7BzDExyYMzUGX1.png','name':'Lotte Entertainment','origin_country':'KR'}]","[{'iso_3166_1':'KR','name':'South Korea'}]","2014-04-30","0","135","[{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","Who Dares Kill The King","The Fatal Encounter","false","7.1","23" +"false","/7b2407V1PPf46WfCNvsD9Wz3nXu.jpg","null","1600","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'}]","https://www.greenappleent.com/project/the-directive/","589187","tt5834278","en","The Directive","In the aftermath of an incurable virus spread, a robot seeking to eradicate humanity deceptively guides a Red Cross survivor to sanctuary with the false hope of his family awaiting in Safe Zone 57.","3.774","/tqMXRAVtdPlAm8WTxX0uiwKb90E.jpg","[{'id':111969,'logo_path':null,'name':'Future of Film Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-03-15","0","113","[{'iso_639_1':'en','name':'English'}]","Released","Survival Is deceptive","The Directive","false","1","2" +"false","/wekom5nMcebqgmQn4hqWqCv417x.jpg","null","0","[{'id':10752,'name':'War'},{'id':99,'name':'Documentary'},{'id':36,'name':'History'}]","http://www.ageofstupid.net","24458","tt1300563","en","The Age of Stupid","The Age of Stupid is the new movie from Director Franny Armstrong (McLibel) and producer John Battsek (One Day In September). Pete Postlethwaite stars as a man living alone in the devastated future world of 2055, looking at old footage from 2008 and asking: why didn???t we stop climate change when we had the chance?","2.416","/pbY7CxwXQ6MnVqilWb6paDJqJQ5.jpg","[]","[]","2009-09-21","0","92","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","The Age of Stupid","false","6.1","30" +"false","/9PqGuUGekMQIJYf0dYjlJVt64Vg.jpg","null","0","[{'id':35,'name':'Comedy'}]","https://www.christophertitus.com/specialunit","485903","tt5539284","en","Special Unit","Due to the fairness in disabilities act the Van Nuys PD is forced to hire four handicapped undercover detectives and their training officer happens to be the worst cop in L.A.","1.591","/6A3g2uVppuEZpCUezmm5Dg5ggho.jpg","[{'id':97521,'logo_path':null,'name':'Combustion Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-10-11","0","102","[{'iso_639_1':'en','name':'English'}]","Released","Surrender! Before they hurt themselves...","Special Unit","false","2","1" +"false","/5l2mXec6P2pSIIN01mQuvsdu9u6.jpg","{'id':32916,'name':'Scooby-Doo! Animation Movies','poster_path':'/sSgWaprKYzMYRlmzah7sdAG6lo6.jpg','backdrop_path':'/7isX73SseGONsf9bYbEe6f9epEg.jpg'}","0","[{'id':9648,'name':'Mystery'},{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':28,'name':'Action'},{'id':14,'name':'Fantasy'}]","","16390","tt1421378","en","Scooby-Doo! and the Samurai Sword","The gang of Mystery Inc. take a trip to Japan and find themselves circling Asia and the Pacific in a treasure hunt, racing against the vengeful Black Samurai and his Ninja warriors to find the legendary Sword of Fate, an ancient blade fabled to possess extraordinary supernatural powers.","5.845","/7LoWIRjFsAYDDV3Fz2lk8HBAWt8.jpg","[{'id':2785,'logo_path':'/l5zW8jjmQOCx2dFmvnmbYmqoBmL.png','name':'Warner Bros. Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-04-07","0","74","[{'iso_639_1':'en','name':'English'}]","Released","","Scooby-Doo! and the Samurai Sword","false","7.2","38" +"false","/xRcXzGs0VXzDKP00n0SaYQb0kAk.jpg","{'id':245334,'name':'Daimajin Collection','poster_path':'/y1kv3uCwnBa1lvai1HI3cZ7HX4x.jpg','backdrop_path':null}","0","[{'id':14,'name':'Fantasy'},{'id':18,'name':'Drama'}]","","28856","tt0062853","ja","Daimajin gyakushu","In a mountainous region of Japan, Lord Arakawa kidnaps the men of nearby villages to use as slave labor, producing gunpowder from his sulfur pits. A band of young boys decide to rescue their enslaved fathers, but with the roads guarded by soldiers the only option is a cross-country route across the snowy peaks of Daimajin's mountain.","0.861","/6dXZZEKf2TI5lOFOJXm9DkVEyXC.jpg","[{'id':880,'logo_path':null,'name':'Daiei Motion Picture Co., Ltd.','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","1966-12-10","0","79","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Return of Daimajin","false","6.3","5" +"false","/9mSgItYYuf5RmVkel4BxeYlRExv.jpg","null","0","[{'id':28,'name':'Action'}]","","30526","tt0110805","en","Pentathlon","When East German Eric Brogar (Dolph Lundgren) wins a gold medal in the pentathlon, he escapes to freedom in the west with the help of a beautiful American athlete. But his demanding coach, Heinrich Mueller (David Soul) vows revenge and Eric's best friend and his father pay the ultimate price for his freedom when they are killed by the Secret Police. In Los Angeles, Eric starts to train for the gold again. But when Mueller comes to America, Eric must win the most deadly game of all??? the fight for his life.","2.177","/kD5SvLTd1MSvuwPrshoIaGIDlgC.jpg","[{'id':37297,'logo_path':null,'name':'PFG Entertainment','origin_country':''},{'id':285,'logo_path':null,'name':'Live Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-01-01","0","101","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ko','name':'?????????/?????????'},{'iso_639_1':'de','name':'Deutsch'}]","Released","Just do it... or die!","Pentathlon","false","5.3","13" +"false","/5EFeHoSxCfnTucZCm2un2uYtOIY.jpg","null","0","[{'id':18,'name':'Drama'}]","","86782","tt0049601","en","Patterns","A New York corporate boss (Everett Sloane) grooms an Ohio engineer (Van Heflin) for the No. 2 man's (Ed Begley) job.","1.034","/yXLj5Okzcqh76nHU7oGWJ0sQfMC.jpg","[{'id':18086,'logo_path':null,'name':'Jed Harris','origin_country':''},{'id':18087,'logo_path':null,'name':'Michael Myerberg','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1956-03-27","0","83","[{'iso_639_1':'en','name':'English'}]","Released","Ruthless Men And Ambitious Women...Clawing For Control Of A Billion Dollar Empire!!!","Patterns","false","6.7","10" +"false","/iLtfoMv3DtmkTebWeng6KHjzWCO.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","57745","tt0119842","en","Orphans","A group of four siblings reunite in Glasgow on the eve of their mother's funeral, and the children mourn their mother's passing in a variety of ways???sometimes heartfelt, sometimes bizarre. As a potential thunderstorm threatens to damage the city, the situation compounds itself.","1.353","/jM4R3tn49pXE4o9WNnyXfc2FDS.jpg","[{'id':8255,'logo_path':null,'name':'Antoinine Green Bridge','origin_country':''},{'id':8257,'logo_path':'/hoCRsRsG2Ii4NnGc5YjsqQNwAWX.png','name':'The Scottish Arts Council','origin_country':''}]","[]","1998-09-03","49501","101","[{'iso_639_1':'en','name':'English'}]","Released","Are YOUR parents a burden?","Orphans","false","6.8","12" +"false","/l8g9VAYVZ0LcvbNk0nZ3iLRnVXz.jpg","null","1300000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.multicom.tv/library/Whole_Wide_World,_The","18451","tt0118163","en","The Whole Wide World","The Whole Wide World tells the story of Novalyne Price, an attractive feisty West Texas schoolteacher and her bittersweet, romantic and turbulent relationship with Robert E. Howard, the great pulp fiction writer of the 1930's.","3.065","/ajMk4ueXcOCbxwJjJecltiGhYrn.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-09-08","0","106","[{'iso_639_1':'en','name':'English'}]","Released","","The Whole Wide World","false","6.4","18" +"false","/l8g9VAYVZ0LcvbNk0nZ3iLRnVXz.jpg","null","1300000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.multicom.tv/library/Whole_Wide_World,_The","18451","tt0118163","en","The Whole Wide World","The Whole Wide World tells the story of Novalyne Price, an attractive feisty West Texas schoolteacher and her bittersweet, romantic and turbulent relationship with Robert E. Howard, the great pulp fiction writer of the 1930's.","3.065","/ajMk4ueXcOCbxwJjJecltiGhYrn.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-09-08","0","106","[{'iso_639_1':'en','name':'English'}]","Released","","The Whole Wide World","false","6.4","18" +"false","/sZUbg9K8zGiUmeVYSlUNelVcuzM.jpg","null","15000000","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","438674","tt6491178","en","Dragged Across Concrete","Two policemen, one an old-timer, the other his volatile younger partner, find themselves suspended when a video of their strong-arm tactics becomes the media's cause du jour. Low on cash and with no other options, these two embittered soldiers descend into the criminal underworld to gain their just due, but instead find far more than they wanted awaiting them in the shadows.","69.48","/fVG4a27ImyPS4vvNMjCtan3QhDl.jpg","[{'id':108781,'logo_path':'/kHAIsNbR9DEiupDXYnloc9FyZl7.png','name':'Cinestate','origin_country':'US'},{'id':89122,'logo_path':null,'name':'Look to the Sky Films','origin_country':'CA'},{'id':13238,'logo_path':'/kDNZz8imH866Mezx1YhLWljoQTV.png','name':'Unified Pictures','origin_country':'US'},{'id':109142,'logo_path':null,'name':'Moot Point (Dragged) Productions','origin_country':'CA'},{'id':116265,'logo_path':null,'name':'Assemble Media','origin_country':''},{'id':110175,'logo_path':null,'name':'Metrol Technology','origin_country':''},{'id':116266,'logo_path':null,'name':'Realmbuilders Productions','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2019-02-21","0","159","[{'iso_639_1':'en','name':'English'}]","Released","Those who can't earn a living must find another way to provide","Dragged Across Concrete","false","6.6","27" +"false","/ue3yR31JlxevPVGVocWCQLB151R.jpg","null","0","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","","477016","tt6874254","en","Out of Blue","The hunt for a killer draws a detective into an even larger mystery: the nature of the universe itself. Mike Hoolihan is an unconventional New Orleans cop investigating the murder of renowned astrophysicist Jennifer Rockwell, a black hole expert found shot to death in her observatory. As Mike tumbles down the rabbit hole of the disturbing, labyrinthine case, she finds herself grappling with increasingly existential questions of quantum mechanics, parallel universes, and exploding stars - cosmic secrets that may hold the key to unraveling the crime, while throwing into doubt her very understanding of reality. Awash in dreamlike, neo-noir atmosphere, this one-of-a-kind thriller is both a tantalizing whodunnit and a rich, metaphysical mind-bender.","8.839","/k74DaMtAhnjeOGX6LIXsvwMStfK.jpg","[{'id':9262,'logo_path':null,'name':'Cannon and Morley Productions','origin_country':''},{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':16877,'logo_path':null,'name':'BFI Film Fund','origin_country':'GB'},{'id':10583,'logo_path':null,'name':'Independent','origin_country':''},{'id':108017,'logo_path':null,'name':'Ellenglaze Films Limited','origin_country':''},{'id':9987,'logo_path':'/o5OTKAw7Acl5fTZYPyl8M8D9570.png','name':'Lipsync Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2019-03-22","17682","110","[{'iso_639_1':'en','name':'English'}]","Released","","Out of Blue","false","0","0" +"false","/pzPy9cOtXHlQb2fWbbjCERbfKub.jpg","null","22000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","","32387","tt0090073","en","Stick","Ernest (Stick) Stickley just out of prison agrees to help a friend deliver a package. It's a setup and his friend is killed. Stick is going to find out why!","2.478","/yW1SFIH3xxjIuXe5pTndGLWIOnJ.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-04-26","0","109","[{'iso_639_1':'en','name':'English'}]","Released","It's his last chance. And he's going to fight for it.","Stick","false","5.4","21" +"false","/2f8fkWSWOVcTlWforoVpsuaCiwI.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'}]","https://www.triplethreatfilm.com","449985","tt6643972","en","Triple Threat","A crime syndicate places a hit on a billionaire's daughter, making her the target of an elite assassin squad. A small band of down-and-out mercenaries protects her, fighting tooth and nail to stop the assassins from reaching their target.","123.049","/oKYF5HmimhnGJ3x8G20WHeNpKkT.jpg","[{'id':103942,'logo_path':null,'name':'Hamilton Entertainment','origin_country':''},{'id':116429,'logo_path':null,'name':'Kungfuman Culture Media','origin_country':''},{'id':116430,'logo_path':null,'name':'Aurora Alliance Films','origin_country':''},{'id':108353,'logo_path':null,'name':'SC Films Thailand Co.','origin_country':''}]","[{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'TH','name':'Thailand'},{'iso_3166_1':'US','name':'United States of America'}]","2019-03-19","0","96","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'id','name':'Bahasa indonesia'},{'iso_639_1':'mh','name':''},{'iso_639_1':'th','name':'?????????????????????'}]","Released","Like Expendables without retirees!","Triple Threat","false","5.8","28" +"false","/Ak0QAlJh05jLSmFl5zDU8c0PXyD.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://1111themovie.com/","51248","tt1712159","en","11-11-11","After the death of his wife and child, an author travels to Barcelona to see his estranged brother and dying father, where he learns that his life is plagued by events that occur on 11/11/11.","8.302","/qndJCrG6Z1mpAwitDaiEC8494Tl.jpg","[{'id':50491,'logo_path':null,'name':'Capacity Pictures','origin_country':''},{'id':9968,'logo_path':null,'name':'Black Flag','origin_country':''},{'id':7660,'logo_path':null,'name':'Canonigo Films','origin_country':''},{'id':7662,'logo_path':null,'name':'Epic Pictures Group','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-11-11","0","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Mark the date. You can't stop what's coming.","11-11-11","false","4.2","112" +"false","/1tElGo8qvssPTXs612lFovpPEXN.jpg","null","3000000","[{'id':27,'name':'Horror'}]","","209901","tt1662293","en","Nothing Left to Fear","Wendy, her husband Dan and their kids have just moved to the small town of Stull, Kansas, where Dan is the new pastor. But in this sleepy community of friendly neighbors, a horrific series of occurrences awaits them: Their teenage daughter is being tormented by grisly visions. Her younger sister has been marked for a depraved ritual. And deep within the heartland darkness, one of The Seven Gates of Hell demands the blood of the innocent to unleash the creatures of the damned.","3.676","/qbukobfx9EdDEBKt1SK8Whj7FU3.jpg","[{'id':6724,'logo_path':null,'name':'Upload Films','origin_country':''},{'id':5860,'logo_path':null,'name':'Anchor Bay Films','origin_country':'US'},{'id':74883,'logo_path':null,'name':'Slasher Films','origin_country':''},{'id':21655,'logo_path':null,'name':'Movie Package Company (MPC)','origin_country':''},{'id':74884,'logo_path':null,'name':'Prime Focus Ltd.','origin_country':''},{'id':74885,'logo_path':null,'name':'Midlife Crisis Productions','origin_country':''},{'id':74886,'logo_path':null,'name':'SlashFiction','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-09-26","1675381","100","[{'iso_639_1':'en','name':'English'}]","Released","Let Us Prey.","Nothing Left to Fear","false","4.7","81" +"false","","null","10000","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","589812","tt9109278","en","Vampz!","A wanna-be vampire must team up with her ditsy, new roommate and a crazed vampire hunter to thwart an unexpected enemy's despicable schemes.","2.765","/p911f06tw1Blebmsb1ZZhSnMSdJ.jpg","[{'id':116184,'logo_path':null,'name':'Rear Naked Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-03-12","0","76","[{'iso_639_1':'en','name':'English'}]","Released","","Vampz!","false","4","1" +"false","/ur724WwYuYvwtteqeQv4W1ayj5l.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","https://www.reigningent.com/the-russian-bride","524787","tt6214468","en","The Russian Bride","A Russian woman travels to America with her daughter to marry a reclusive billionaire, who turns out to be a psycho who sends their lives spiraling into a living hell.","9.733","/drtDtlS8RPvpddggrGKsBSGOsRM.jpg","[{'id':104677,'logo_path':null,'name':'Reigning Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-03-19","0","91","[{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'en','name':'English'}]","Released","The honeymoon is over","The Russian Bride","false","0","2" +"false","/aTXEnJ3RDapLIGYqwcXxAwDcog.jpg","null","0","[{'id':10751,'name':'Family'}]","","589795","tt7188014","en","PawParazzi","London Bridges, a fast rising Hollywood starlet, with her pampered pomeranian Latte in tow, arrives on location for ""There Will Be Oil"" to see that she won't be receiving the star treatment she is used to.","3.875","/pQT4lhIRgJ6SFtQDjI6HQHcRqyV.jpg","[{'id':116197,'logo_path':null,'name':'Pet Projekts','origin_country':''},{'id':111475,'logo_path':null,'name':'Almost Never Films Inc','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-03-19","0","90","[{'iso_639_1':'en','name':'English'}]","Released","When Hollywood gets too hairy, this girl heads to the country.","PawParazzi","false","0","0" +"false","","null","0","[{'id':16,'name':'Animation'}]","","589811","tt9078564","en","Easter Land","When the villainous Bad Clyde casts an evil spell to banish the beloved Benny the Easter Bunny to the dreaded Land of the Holiday Misfits, Santa Claus and his trusty sidekick, Gargaff the Reindeer, spring into action and embark on an epic, multi-dimensional journey that takes them from the North Pole to lands undreamt of, all to rescue Benny and save the Easter holiday for children around the world. Easter LandEaster LandEaster LandEaster LandEaster LandEaster Land","3.965","/zdfkwdCrmIaThaAzot08nVqCtgY.jpg","[]","[]","2019-03-19","0","90","[]","Released","","Easter Land","false","0","0" +"false","/5Gtga5OPnLM9rJKCB2O2vBpZf5C.jpg","null","0","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","","589594","tt7867360","en","Abduction","A man steps out of a park fountain in Ho Chi Minh City with no recollection of who he is or where he came from. As he wanders through the city, piecing together clues to his past, he is relentlessly pursued by mysterious figures.","11.237","/sGBFFbUvTVjyy9ai2a7K8IAgQzC.jpg","[]","[{'iso_3166_1':'CN','name':'China'}]","2019-03-20","0","98","[{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'en','name':'English'}]","Released","","Abduction","false","5","4" +"false","/jcPGlEsIpLH1KrSdPM3EhRUStYF.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'}]","","6646","tt0043067","en","Treasure Island","Enchanted by the idea of locating treasure buried by Captain Flint, Squire Trelawney, Dr. Livesey and Jim Hawkins charter a sailing voyage to a Caribbean island. Unfortunately, a large number of Flint's old pirate crew are aboard the ship, including Long John Silver.","8.281","/648jomf1yujpClnL8lzHgiixvG3.jpg","[{'id':6,'logo_path':'/n53F7K9scQWFXYbrCablqLKqJdp.png','name':'RKO Radio Pictures','origin_country':'US'},{'id':3166,'logo_path':'/vyyv4Gy9nPqAZKElPm2izLlEaVS.png','name':'Walt Disney Productions','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1950-07-18","0","96","[{'iso_639_1':'en','name':'English'}]","Released","PIRATE'S PLUNDER a young cabin boy, a roguish buccaneer... match wits in a swashbuckling adventure!","Treasure Island","false","6.8","60" +"false","","null","0","[{'id':18,'name':'Drama'}]","","55544","tt0017448","de","Herr Tart??ff","Young man shows his millionaire grandfather a film based on Moli??re's Tartuffe, in order to expose the old man's hypocritical governess who covets his own inheritance.","1.798","/a1PrSYNEJnbXwbUZQmbNUYtJdBr.jpg","[{'id':12372,'logo_path':null,'name':'Universum Film (UFA)','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'}]","1925-11-20","0","74","[{'iso_639_1':'xx','name':'No Language'}]","Released","","Tartuffe","false","7.6","17" +"false","/mSRHwAXeR8YX3UoETOhThEujsgc.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://www.youwontmissme.com/","49446","tt1249443","en","You Wont Miss Me","A kaleidoscopic film portrait of Shelly Brown, a twenty-three year-old alienated urban misfit recently released from a psychiatric hospital.","0.6","/bVQv1wOVbAsVP6HZagim4vR4svU.jpg","[]","[]","2010-11-12","0","81","[{'iso_639_1':'en','name':'English'}]","Released","","You Wont Miss Me","false","5.3","3" +"false","/3yC36DwtYbIGTaLJK0s6SM7kvpQ.jpg","null","0","[{'id':35,'name':'Comedy'}]","","324326","tt4227204","en","Uncle Kent 2","In a desperate search to create a follow-up to Joe Swanberg's 2011 film Uncle Kent, Kent Osborne travels to a comic book convention in San Diego where he loses his mind and confronts the end of the world.","0.6","/rWn8fCgMLjVvOWlBs2t4U0zbimS.jpg","[]","[]","2016-08-26","0","73","[]","Released","","Uncle Kent 2","false","5","1" +"false","/lqqsswKk9HR0EEPPeqgZXTuPzsL.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","http://sado.modoo.at/","315439","tt4010918","ko","??????","Ancient Korea, July 4, 1762. The Crown Prince Hyojang, posthumously named Sado, son of King Yeongjo of Joseon, is accused of treason. Thus, the king asks him to commit suicide, but his closest vassals prevent it, so the king orders the prince to get inside a wooden rice chest, where he suffers deprivation of food and water.","3.814","/tSfp8NgkB0qP80WINu4uaLau1qf.jpg","[{'id':111715,'logo_path':null,'name':'Tiger Pictures','origin_country':''},{'id':3491,'logo_path':'/hXRKXi3M9qfP4Npi1kjAaH4eGnM.png','name':'Showbox','origin_country':'KR'}]","[{'iso_3166_1':'KR','name':'South Korea'}]","2015-09-16","0","126","[{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","The ways of a royal household","The Throne","false","6.9","33" +"false","/7ITtc4Hww6CaMEORpKNB4L3T5uE.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","550273","tt7235038","en","Boo!","A torn suburban family refuses to heed the warning of an innocent prank left upon them which causes an unknown supernatural force to wreak havoc.","1.657","/5Lnt9yuLlPwmYW3LLzWmQQWrUmK.jpg","[]","[]","2018-10-14","0","91","[{'iso_639_1':'en','name':'English'}]","Released","You've been chosen","Boo!","false","6","1" +"false","/tsyiJQFMFCBbigtwACmqZD3OoYa.jpg","{'id':375886,'name':'Willard','poster_path':'/jFdCChculOPibS0E4SGlibtQoN1.jpg','backdrop_path':null}","22000000","[{'id':27,'name':'Horror'}]","","10929","tt0310357","en","Willard","Desperate for companionship, the repressed Willard befriends a group of rats that inhabit his late father's deteriorating mansion. In these furry creatures, Willard finds temporary refuge from daily abuse at the hands of his bedridden mother and his father's old partner, Frank. Soon it becomes clear that the brood of rodents is ready and willing to exact a vicious, deadly revenge on anyone who dares to bully their sensitive new master.","5.505","/81ZNmZg8cwa408HYMk16oBM4Cnx.jpg","[{'id':48772,'logo_path':null,'name':'Hard Eight Pictures','origin_country':''},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-03-14","0","100","[{'iso_639_1':'en','name':'English'}]","Released","When the cat's away, the rats will play.","Willard","false","5.9","130" +"false","/tsyiJQFMFCBbigtwACmqZD3OoYa.jpg","{'id':375886,'name':'Willard','poster_path':'/jFdCChculOPibS0E4SGlibtQoN1.jpg','backdrop_path':null}","22000000","[{'id':27,'name':'Horror'}]","","10929","tt0310357","en","Willard","Desperate for companionship, the repressed Willard befriends a group of rats that inhabit his late father's deteriorating mansion. In these furry creatures, Willard finds temporary refuge from daily abuse at the hands of his bedridden mother and his father's old partner, Frank. Soon it becomes clear that the brood of rodents is ready and willing to exact a vicious, deadly revenge on anyone who dares to bully their sensitive new master.","5.505","/81ZNmZg8cwa408HYMk16oBM4Cnx.jpg","[{'id':48772,'logo_path':null,'name':'Hard Eight Pictures','origin_country':''},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-03-14","0","100","[{'iso_639_1':'en','name':'English'}]","Released","When the cat's away, the rats will play.","Willard","false","5.9","130" +"false","/zXnvqnvG0Mc5bGgSLlftiQ8Nwen.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':37,'name':'Western'}]","https://www.damselmovie.com","414018","tt5881528","en","Damsel","The Wild West, circa 1870. Samuel Alabaster, an affluent pioneer, ventures across the American frontier to marry the love of his life, Penelope. As his group traverses the west, the once-simple journey grows treacherous, blurring the lines between hero, villain and damsel.","10.641","/dNZxjsJwmKorpPvd0kquJffYROr.jpg","[{'id':95260,'logo_path':null,'name':'Strophic Productions Limited','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-06-22","0","113","[{'iso_639_1':'en','name':'English'}]","Released","Not all damsels need saving.","Damsel","false","4.7","19" +"false","/rbuIuTKSrgki5co6VbVyvGCNsb2.jpg","null","2000000","[{'id':18,'name':'Drama'}]","","53413","tt1282153","pt","O Estranho Caso de Ang??lica","A magical tale about a young photographer who falls madly in love with a woman he can never have, except in his dreams. Late one night, Isaac is summoned by a wealthy family to take the last photograph of a young bride, Angelica, who mysteriously passed away. Arriving at their estate, Isaac is struck by Angelica's beauty, but when he looks through his lens, something strange happens - the young woman appears to come to life. From that moment, Isaac will be haunted by Angelica day and night.","1.85","/ufpI4mVO2LkHWYAURszNYXITtYO.jpg","[{'id':16450,'logo_path':null,'name':'Filmes do Tejo','origin_country':'PT'},{'id':16584,'logo_path':null,'name':'Les Films de l'Apr??s-Midi','origin_country':''},{'id':1247,'logo_path':null,'name':'Eddie Saeta','origin_country':'ES'}]","[{'iso_3166_1':'PT','name':'Portugal'},{'iso_3166_1':'BR','name':'Brazil'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'ES','name':'Spain'}]","2010-12-29","0","97","[{'iso_639_1':'pt','name':'Portugu??s'}]","Released","","The Strange Case of Angelica","false","6.7","21" +"false","/mJ8AimjSkFfmRCKVZNCkmtOmQPO.jpg","null","0","[{'id':99,'name':'Documentary'}]","","250667","tt3382636","en","Private Violence","One in four women experience violence in their homes. Have you ever asked, ???Why doesn't she just leave???? Private Violence shatters the brutality of our logic and intimately reveals the stories of two women: Deanna Walters, who transforms from victim to survivor, and Kit Gruelle, who advocates for justice.","1.173","/rg7a2U0VzrcRhF6DbxfFcuDIaXy.jpg","[]","[]","2014-01-19","0","81","[{'iso_639_1':'en','name':'English'}]","Released","","Private Violence","false","6","2" +"false","","null","12","[{'id':27,'name':'Horror'}]","http://povhorrormovie.com/home/4580456851","392253","tt3463848","en","P.O.V","After being dumped by his girlfriend Zack's big brother decides to throw him a house party in the derelict old retirement home he has been refurbishing. The building has a history; the previous owner believed the residents had become possessed by demons so locked all the doors and set the place on fire. During the party Zack's friends start to fall victim to the same curse.","0.6","/8a4gUBSLGVdgswAqoAGt4j3IE3b.jpg","[]","[]","2014-08-30","0","84","[]","Released","If you could see what I see.","P.O.V","false","4.9","4" +"false","/3G5rDrkfWK7k5SqyRtbaeNvIkuR.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'}]","","72309","tt0062870","it","Marquis de Sade: Justine","Without a family, penniless and separated from her sister, a beautiful chaste woman will have to cope with an endless parade of villains, perverts and degenerates who will claim not only her treasured virtue but also her life.","3.152","/roNxhO6QgdyOkgdZ8FEkq1QugwT.jpg","[{'id':78765,'logo_path':null,'name':'Etablissement Sargon','origin_country':''},{'id':9266,'logo_path':null,'name':'American International Pictures (AIP)','origin_country':'US'},{'id':1795,'logo_path':null,'name':'Corona Filmproduktion','origin_country':'DE'},{'id':30202,'logo_path':null,'name':'Aica Cinematografica','origin_country':'IT'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'LI','name':'Liechtenstein'},{'iso_3166_1':'US','name':'United States of America'}]","1969-04-03","0","124","[{'iso_639_1':'it','name':'Italiano'}]","Released","An erotic fantasy horror from the tortured pen of The Marquis de Sade.","Marquis de Sade: Justine","false","5.8","18" +"false","/6PQwJDjCLMULU0h4DgsrXkJCKG8.jpg","{'id':461755,'name':'Lapland Odyssey Collection','poster_path':'/spaXL12dvoDeHMKBARgbZfRAduG.jpg','backdrop_path':'/sZGLYEVj6MFSh8BaP1Tx3maF355.jpg'}","0","[{'id':35,'name':'Comedy'},{'id':12,'name':'Adventure'}]","","461757","tt5543600","fi","Napapiirin sankarit 3","In the third instalment of the franchise, Janne embarks on an epic hike, a journey of self-discovery. His dreams of a tranquil retreat into nature are quickly shattered however, when R??ih??nen and K??m??r??inen both decide to come along for the trip. Meanwhile Janne???s spouse Inari gets the chance to go back to work, but only if she can prove she???s ???management material??? and a real leader. Inari enters the Swamp Soccer tournament, where to her horror she finds out her ex Little Mikko is also competing.","1.591","/qTjfAtRSkCUrK9vRk1b88Hg5JRg.jpg","[{'id':66903,'logo_path':'/dxybqCu0bVTa61kMLY9j6Sl0Xxd.png','name':'Yellow Film & TV','origin_country':'FI'}]","[{'iso_3166_1':'FI','name':'Finland'}]","2017-08-23","0","103","[{'iso_639_1':'fi','name':'suomi'}]","Released","","Lapland Odyssey 3","false","6.3","4" +"false","/9N2rKO1PuXtxQQg305q6Nb0Bzj6.jpg","{'id':461755,'name':'Lapland Odyssey Collection','poster_path':'/spaXL12dvoDeHMKBARgbZfRAduG.jpg','backdrop_path':'/sZGLYEVj6MFSh8BaP1Tx3maF355.jpg'}","1730000","[{'id':35,'name':'Comedy'}]","","366249","tt3697946","fi","Napapiirin sankarit 2","It???s been three years since we last met Janne and Inari. Since then, they???ve had a daughter named Lumi. Janne and his friends experience a new adventure, this time on an autumn night. The boys go to a party but end up chasing Lumi who has disappeared. Meanwhile, Inari enjoys a girls-night-out and has an adventure of her own.","1.669","/rXqV7UsA3tb4coftkjtkoKa6rly.jpg","[{'id':66903,'logo_path':'/dxybqCu0bVTa61kMLY9j6Sl0Xxd.png','name':'Yellow Film & TV','origin_country':'FI'},{'id':235,'logo_path':'/obOynoztBEhDNfHsDXBqOuQLAZk.png','name':'Nordisk Film','origin_country':'DK'}]","[{'iso_3166_1':'FI','name':'Finland'}]","2015-09-30","0","87","[{'iso_639_1':'fi','name':'suomi'}]","Released","A couple of new variables","Lapland Odyssey 2","false","6.1","14" +"false","/xiDTlavr2pgDmAPiRhfLnkFOqe9.jpg","null","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","76216","tt1653913","ja","Nihon bundan: Heru doraib??","Stilling reeling from the events of a zombie apocalypse, a young woman, along with a group of allies, makes her way across a dystopian Japan in search of her mother, the Zombie Queen.","2.326","/aaqByRnZCoaUCOSpQ25VpnznhFE.jpg","[]","[{'iso_3166_1':'JP','name':'Japan'}]","2010-09-28","0","117","[{'iso_639_1':'ja','name':'?????????'}]","Released","A joy ride.","Helldriver","false","5.8","17" +"false","/tgkFiuJSNB9VEbCwL2SU3zWYGBQ.jpg","null","0","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","82362","tt0071950","it","Le orme","Alice, a young translator, finds the real world slowly merging with her recurring nightmares as she tries to solve the puzzle of her recent memory loss. A postcard leads her to the island of Garma where the locals seems to know her. Is she who she thinks she is? And what significance does her dream of an astronaut abandoned on the moon have? A haunting, beautiful and unconventional giallo.","2.633","/rQzhA0rNhxrQEtsYtr3ByyA3IeX.jpg","[{'id':13838,'logo_path':null,'name':'Cinemarte','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'}]","1975-02-01","0","96","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","","Footprints","false","6.2","21" +"false","/fwOw1rdE4238igZb1u67W6DMDwE.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'},{'id':10749,'name':'Romance'},{'id':878,'name':'Science Fiction'}]","","43715","tt0050294","en","The Deadly Mantis","The calving of an Arctic iceberg releases a giant praying mantis, trapped in suspended animation since prehistoric times. It first attacks military outposts to eat their occupants, then makes its way to the warmer latitudes of Washington and New York. A paleontologist works together with military units to try to kill it. (copied from IMDB)","3.045","/nYOhWqHjgiUFI4iGOsNa5PC6Yun.jpg","[{'id':10330,'logo_path':'/nY62adzeba5GVK8LJYD6yd9R8H4.png','name':'Universal International Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1957-05-01","0","79","[{'iso_639_1':'en','name':'English'}]","Released","This Was the Day That Engulfed the World in Terror!","The Deadly Mantis","false","4.9","29" +"false","/lJuzKNhw6L4yrbL2T2zc4os5TOj.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","14735","tt0493402","en","Boarding Gate","A sordid and complex series of events unfolds when an ex-prostitute becomes involved with a couple in Hong Kong.","2.469","/2n1MA5d3RNPYQNZ01BbdIiO4No2.jpg","[{'id':14362,'logo_path':null,'name':'October Pictures','origin_country':''},{'id':2670,'logo_path':null,'name':'Margo Films','origin_country':''},{'id':6586,'logo_path':null,'name':'TPS Star','origin_country':''},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'}]","2007-05-18","0","106","[{'iso_639_1':'cn','name':'????????? / ?????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","She's losing control again.","Boarding Gate","false","5.3","27" +"false","/39K2hZU90pC18oKbHm9o4ZRjBv3.jpg","null","0","[{'id':99,'name':'Documentary'}]","https://www.hbo.com/documentaries/the-inventor-out-for-blood-in-silicon-valley","566228","tt8488126","en","The Inventor: Out for Blood in Silicon Valley","With a magical new invention that promised to revolutionize blood testing, Elizabeth Holmes became the world???s youngest self-made billionaire, heralded as the next Steve Jobs. Then, overnight, her 10-billion-dollar company dissolved. The rise and fall of Theranos is a window into the psychology of fraud.","8.316","/u21ImPnHHX2SFgkdHIjwlpEwRux.jpg","[{'id':2740,'logo_path':'/gSiDWkmEOyOn9MsaCgnjd8Mohmx.png','name':'Jigsaw Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-01-24","0","119","[{'iso_639_1':'en','name':'English'}]","Released","Visionary. Billionaire. Fraud?","The Inventor: Out for Blood in Silicon Valley","false","7.4","18" +"false","/w9DBqZ7Y7k5iI7kUXOgCV7GMau.jpg","null","0","[{'id':18,'name':'Drama'}]","","61711","tt0054452","fr","La v??rit??","Dominique Marceau is on trial for the murder of Gilbert Tellier. The counsels duel relentlessly, elaborating explanations for why the pretty, idle and fickle girl killed the talented and ambitious conductor freshly graduated from the conservatory. Was it passion, vengeance, desperation, an accident? The acquaintances of Gilbert testify, as well as Dominique's former lovers, and her sister, Annie, the studious violin player engaged to Gilbert. The evidence they give progressively paints a more finely-shaded picture of the personalities of Dominique and Gilbert, and of their relationship, than the eloquent and convincing justifications of the counsels.","2","/lEbtl2x16j74FzvRDFOA27PdLeF.jpg","[]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'FR','name':'France'}]","1960-11-02","0","127","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","La V??rit??","false","7.8","42" +"false","/wtZj5nn6hVwgakPdg6y6gm3eFXU.jpg","{'id':8650,'name':'Transformers Collection','poster_path':'/vOUPHWV8aGXq4yYQ2csje5LdT6g.jpg','backdrop_path':'/zvZBNNDWd5LcsIBpDhJyCB2MDT7.jpg'}","135000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'}]","http://bumblebeemovie.com","424783","tt4701182","en","Bumblebee","On the run in the year 1987, Bumblebee finds refuge in a junkyard in a small Californian beach town. Charlie, on the cusp of turning 18 and trying to find her place in the world, discovers Bumblebee, battle-scarred and broken. When Charlie revives him, she quickly learns this is no ordinary yellow VW bug.","196.775","/fw02ONlDhrYjTSZV8XO6hhU3ds3.jpg","[{'id':2598,'logo_path':'/i42C5gRq7XqlG4S9vkchuJZfrBn.png','name':'Hasbro','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':57031,'logo_path':null,'name':'Allspark Pictures','origin_country':''},{'id':6734,'logo_path':null,'name':'Bay Films','origin_country':''},{'id':435,'logo_path':null,'name':'Di Bonaventura Pictures','origin_country':'US'},{'id':81620,'logo_path':'/gNp4dfuBOXmVWdGKb63NfbFNbFi.png','name':'Tencent Pictures','origin_country':'CN'},{'id':38831,'logo_path':null,'name':'Tom DeSanto/Don Murphy Production','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-12-15","420361283","114","[{'iso_639_1':'en','name':'English'}]","Released","Every Hero Has a Beginning","Bumblebee","false","6.4","1620" +"false","/bTeRgkAavyw1eCtSkaww18wLYNP.jpg","null","50000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.themulefilm.com","504172","tt7959026","en","The Mule","Earl Stone, a man in his 80s who is broke, alone, and facing foreclosure of his business when he is offered a job that simply requires him to drive. Easy enough, but, unbeknownst to Earl, he???s just signed on as a drug courier for a Mexican cartel. He does so well that his cargo increases exponentially, and Earl hit the radar of hard-charging DEA agent Colin Bates.","143.16","/oeZh7yEz3PMnZLgBPhrafFHRbVz.jpg","[{'id':81121,'logo_path':'/yX4flP3T5bZuOQ8Qdw8XuoELU53.png','name':'Imperative Entertainment','origin_country':'US'},{'id':13240,'logo_path':'/aTc07YaNHo8WNgkQSnvLmG6w4nW.png','name':'Bron Studios','origin_country':'CA'},{'id':171,'logo_path':null,'name':'Malpaso Productions','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2018-12-14","64738465","116","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Nobody Runs Forever","The Mule","false","6.5","1024" +"false","/S3EIcOUQYxgd3QzjOo2rZJ2MN8.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","","554600","tt8291224","hi","Uri: The Surgical Strike","Following the roguish terrorist attacks at Uri Army Base camp in Kashmir, India takes the fight to the enemy, in its most successful covert operation till date with one and only one objective of avenging their fallen heroes.","9.959","/yNySAgpAnWmPpYinim9E0tUzJWG.jpg","[{'id':100972,'logo_path':'/ni6szJ3gzDOAmZwlHXKaFyvsxEQ.png','name':'RSVP Movies','origin_country':'IN'}]","[{'iso_3166_1':'IN','name':'India'}]","2019-01-11","0","138","[{'iso_639_1':'hi','name':'??????????????????'}]","Released","","Uri: The Surgical Strike","false","7.4","31" +"false","/lvXZIHJFMloRAgUssJEUgQlahfv.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'},{'id':10402,'name':'Music'},{'id':53,'name':'Thriller'}]","","27327","tt0071994","en","Phantom of the Paradise","In this rock opera hybrid of Phantom of the Opera and Faust, fledgling singer-songwriter Winslow Leach finds himself double-crossed by the nefarious music producer Swan, who steals both his music and the girl Leach wants to sing it, Phoenix, for the grand opening of his rock palace, The Paradise. After Swan sends Leach to prison for trespassing, Leach endures a freak accident which leaves him disfigured and plans his revenge on both Swan and The Paradise, becoming the Phantom of the Paradise.","5.413","/btqFBntYQ88RXfE2eUAWayeWufm.jpg","[{'id':3302,'logo_path':null,'name':'Harbor Productions','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1974-10-31","0","92","[{'iso_639_1':'en','name':'English'}]","Released","The Most Highly Acclaimed Horror Phantasy Of Our Time.","Phantom of the Paradise","false","7.6","215" +"false","/s4vvrPqqMoltjNHH5mdXPTzQieW.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","51371","tt0016630","en","Battling Butler","Meek millionaire Alfred Butler goes on a camping excursion with his faithful servant. Once in the wilderness, Alfred ignores outdoor activities in favor of trying to woo a charming mountain girl, who wants nothing to do with her spoiled suitor. Trying to impress the girl, Alfred masquerades as boxing star ""Battling"" Butler.","1.297","/7MVdo4OyzIcwycN58J9n855ggoS.jpg","[{'id':12190,'logo_path':null,'name':'Buster Keaton Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1926-09-19","0","77","[{'iso_639_1':'en','name':'English'}]","Released","Gloves seemed to hit him from all sides!","Battling Butler","false","6.6","26" +"false","/lzGq63J5L3v77gCfMe4juD6YpLk.jpg","null","2500000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","","79699","tt1341340","en","A Warrior's Heart","After his father???s death, high school lacrosse star Conor Sullivan becomes self-destructive but through a new love interest and his passion for this sport, Conor discovers the warrior within himself.","1.97","/qNorrb16R45dp1hEHdiVYuZvS8j.jpg","[{'id':8189,'logo_path':null,'name':'California Pictures','origin_country':''},{'id':8190,'logo_path':null,'name':'Family Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-12-02","0","86","[{'iso_639_1':'en','name':'English'}]","Released","","A Warrior's Heart","false","5.2","38" +"false","/lzGq63J5L3v77gCfMe4juD6YpLk.jpg","null","2500000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","","79699","tt1341340","en","A Warrior's Heart","After his father???s death, high school lacrosse star Conor Sullivan becomes self-destructive but through a new love interest and his passion for this sport, Conor discovers the warrior within himself.","1.97","/qNorrb16R45dp1hEHdiVYuZvS8j.jpg","[{'id':8189,'logo_path':null,'name':'California Pictures','origin_country':''},{'id':8190,'logo_path':null,'name':'Family Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-12-02","0","86","[{'iso_639_1':'en','name':'English'}]","Released","","A Warrior's Heart","false","5.2","38" +"false","/vIS0K3vSB3rnTta08IvIwouPrCm.jpg","null","0","[{'id':53,'name':'Thriller'}]","","312797","tt2194826","en","The Barber","Eugene is a small town barber, beloved by the local community, but hiding a deadly secret. John is hunting for a serial killer not to expose him but to learn the business! They form a twisted bond and turn the town upside down as Eugene teaches John to kill.","2.767","/n8nIMc70Kpt0tPPla2rMQqnk3p9.jpg","[{'id':47750,'logo_path':null,'name':'Chapman Filmed Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-03-27","0","95","[{'iso_639_1':'en','name':'English'}]","Released","","The Barber","false","5.9","44" +"false","/l9mrBfPXoavsebPFm1aTAP9sQHT.jpg","null","0","[{'id':18,'name':'Drama'},{'id':37,'name':'Western'}]","","42619","tt0065079","en","Tell Them Willie Boy Is Here","Based on true events that happened in Banning,California, Tell Them Willie Boy Is Here, tells the story of one of the last Western manhunts, in 1909. Willie Boy, a Native American, kills his girlfriend's father in self defense, and the two go on the run, pursued by a search posse led by Sheriff Christopher Cooper.","3.172","/hfWhOebi4UAFPjrP8Ip5uptS6LY.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1969-10-31","0","98","[{'iso_639_1':'en','name':'English'}]","Released","","Tell Them Willie Boy Is Here","false","5.5","30" +"false","/3a7SwvbgG3T5zo8wcZvKa1qd2jq.jpg","null","0","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","200511","tt2828954","en","7 Minutes","A young athlete takes a wild turn in life after suffering a serious injury.","3.376","/ndb0Hc7Ra2TaPNBLedYcWqWtLgQ.jpg","[{'id':3095,'logo_path':null,'name':'Whitewater Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-10-26","0","92","[{'iso_639_1':'en','name':'English'}]","Released","It's a robbery. A million things could go wrong.","7 Minutes","false","5.6","67" +"false","/nUOpK38UyU8PzMcKZKfUOol6Luw.jpg","null","0","[{'id':35,'name':'Comedy'}]","","23050","tt0079858","en","Scavenger Hunt","Old Mr. Parker has made millions inventing and selling games. At the beginning of the movie, he dies and his relatives gather for the reading of the will. However, Old Mr. Parker is a game player to the last, and his will stipulates a Scavenger Hunt to determine which relative will get the inheritance. The winner of the scavenger hunt gets all the money, the rest get nothing.","2.273","/sveN93l1ITGYVEJD5D0hy0DI6no.jpg","[{'id':2124,'logo_path':null,'name':'Melvin Simon Productions','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1979-12-21","0","116","[{'iso_639_1':'en','name':'English'}]","Released","Winner takes all!","Scavenger Hunt","false","6.1","13" +"false","/3vl2Qnw2g8hjIvYT2wzX8Qd40pW.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://www.thetroublewithbliss.com/","90122","tt1483756","en","The Trouble with Bliss","35-year-old Morris Bliss (Michael C. Hall) is clamped in the jaws of New York City inertia: he wants to travel but has no money; he needs a job but has no prospects; he still shares an apartment with his widowed father; and the premature death of his mother has left him emotionally walled up. When he finds himself wrapped up in an awkward relationship with Stephanie (Brie Larson), the 18-year-old daughter of a former classmate, Morris quickly discovers his static life unraveling and opening up in ways that are long overdue.","2.53","/8fe0Shvt4yikDQdLVZAEuzyE0j6.jpg","[{'id':69735,'logo_path':null,'name':'Torn Sky Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-10-01","0","97","[{'iso_639_1':'en','name':'English'}]","Released","","The Trouble with Bliss","false","4.5","23" +"false","/yXj3l2eN2eP1888VxbTVG1iJaf9.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","","513236","tt6185266","en","Something","A man and woman are struggling to adjust to life with their new baby. Their situation begins to unravel when they suspect a menacing stranger could be lurking, watching... or even entering their home.","1.644","/msVrXbEqVygRrPcbRepwK4i1nws.jpg","[{'id':102409,'logo_path':null,'name':'Subspin Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-02-28","0","86","[{'iso_639_1':'en','name':'English'}]","Released","","Something","false","8","1" +"false","/2zTH3OdZjbnF7Xfb6alS5ui5lHq.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'}]","","11621","tt0104652","ja","?????????","Porco Rosso, known in Japan as Crimson Pig (Kurenai no Buta) is the sixth animated film by Hayao Miyazaki and released in 1992. You're introduced to an Italian World War I fighter ace, now living as a freelance bounty hunter chasing ""air pirates"" in the Adriatic Sea. He has been given a curse that changed his head to that of a pig. Once called Marco Pagot, he is now known to the world as ""Porco Rosso"", Italian for ""Red Pig.""","12.721","/d8J98dLZkfTpJY64VvtCOH2UkXP.jpg","[{'id':10342,'logo_path':'/dT3UbXjca6TClutHJtr7GhkRALP.png','name':'Studio Ghibli','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","1992-07-18","0","94","[{'iso_639_1':'ja','name':'?????????'}]","Released","A Pig's Got to Fly","Porco Rosso","false","7.7","1081" +"false","/vK86ykZTcyMjYkin1zWfTulbU34.jpg","null","41677699","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","","12429","tt0876563","ja","?????????????????????","The son of a sailor, 5-year old Sosuke lives a quiet life on an oceanside cliff with his mother Lisa. One fateful day, he finds a beautiful goldfish trapped in a bottle on the beach and upon rescuing her, names her Ponyo. But she is no ordinary goldfish. The daughter of a masterful wizard and a sea goddess, Ponyo uses her father's magic to transform herself into a young girl and quickly falls in love with Sosuke, but the use of such powerful sorcery causes a dangerous imbalance in the world. As the moon steadily draws nearer to the earth and Ponyo's father sends the ocean's mighty waves to find his daughter, the two children embark on an adventure of a lifetime to save the world and fulfill Ponyo's dreams of becoming human.","20.186","/3s0mpSpLkI7cIhqWGrGbsiyvlsH.jpg","[{'id':10342,'logo_path':'/dT3UbXjca6TClutHJtr7GhkRALP.png','name':'Studio Ghibli','origin_country':'JP'},{'id':11726,'logo_path':null,'name':'The Yomiuri Shimbun','origin_country':''},{'id':11846,'logo_path':'/olUFlCIaeecGrCTE4WLbF3ro7pa.png','name':'Hakuhodo DY Media Partners','origin_country':'JP'},{'id':11847,'logo_path':'/rZP0I1p3hZNUMNFPHUSal6rWThQ.png','name':'Mitsubishi','origin_country':'JP'},{'id':11849,'logo_path':null,'name':'Lawson','origin_country':''},{'id':34557,'logo_path':null,'name':'Taikei Office','origin_country':''},{'id':34558,'logo_path':null,'name':'Asahi Soft Drinks Company','origin_country':''}]","[{'iso_3166_1':'JP','name':'Japan'}]","2008-07-19","187479518","100","[{'iso_639_1':'ja','name':'?????????'}]","Released","Welcome to a world where anything is possible.","Ponyo","false","7.6","1663" +"false","/yAtgVatXcCn2RGBGDFkl8MzOtJL.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","122293","tt2039399","en","The Philadelphia Experiment","A secret government research project tries reviving the World War II ""Philadelphia Experiment,"" which was an attempt to create a cloaking device to render warships invisible. When the experiment succeeds, it brings back the original ship (the Eldridge) that disappeared during the first test in 1943 - which brings death and destruction to the 21st century. It's up to the sole survivor of the first experiment and his granddaughter to stop it.","5.937","/jghUaaFcWpvgdbQA3JXnrIFprkx.jpg","[{'id':6677,'logo_path':'/tyd27JWQI6z2eZH6AhRJlmYhr9k.png','name':'Syfy','origin_country':'US'},{'id':10399,'logo_path':null,'name':'CineTel Films','origin_country':'US'},{'id':10186,'logo_path':null,'name':'Rainbow Pictures','origin_country':''},{'id':11575,'logo_path':null,'name':'Movie Central','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2012-07-27","0","85","[{'iso_639_1':'en','name':'English'}]","Released","Past and present collide","The Philadelphia Experiment","false","4.5","55" +"false","/6dwcIcXh0ZCLOU3Vuf6AEIpb6zA.jpg","{'id':514978,'name':'Red Scorpion','poster_path':'/bc1DhfQdFiHFT4mmdHQR5XejPei.jpg','backdrop_path':'/zorZGKvGbNnsAxbqWZ2HvTORv8R.jpg'}","16000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':10752,'name':'War'}]","","12663","tt0098180","en","Red Scorpion","A Russian KGB agent is sent to Africa to kill an anti-Communist black revolutionary. However, he has a change of heart when he sees how the Russians and their Cuban allies are killing and repressing the locals, so he switches sides and helps the rebels.","6.783","/od4LIqQw7pIWO4Fx685tKtrzHCy.jpg","[{'id':7531,'logo_path':null,'name':'abramoff Production','origin_country':''},{'id':7532,'logo_path':null,'name':'Scorpion Film Production','origin_country':''},{'id':7533,'logo_path':null,'name':'Abramoff Production','origin_country':''}]","[{'iso_3166_1':'NA','name':'Namibia'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'ZA','name':'South Africa'}]","1988-12-24","4192440","105","[{'iso_639_1':'en','name':'English'}]","Released","They think they control him. Think again.","Red Scorpion","false","5.3","73" +"false","/n8ngYFoung284XJt00DQdmfHYme.jpg","null","0","[{'id':36,'name':'History'},{'id':28,'name':'Action'}]","","546230","tt9063106","ms","Paskal: The Movie","The true events of Lieutenant Commander Arman Anwar of PASKAL, an elite unit in the Royal Malaysian Navy, and his team's mission to rescue the MV Bunga Laurel, a tanker which was hijacked by Somalian Pirates in 2011.","5.377","/2FgmrSJbyisdEFvQcEVVwQ19gZL.jpg","[{'id':61037,'logo_path':null,'name':'GSC Movies','origin_country':''}]","[{'iso_3166_1':'MY','name':'Malaysia'}]","2018-09-27","0","100","[{'iso_639_1':'ms','name':'Bahasa melayu'}]","Released","Between Family and Country","Paskal","false","7.3","12" +"false","/fnMzL4G6HYilH1w1leFXOY5b29m.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':16,'name':'Animation'},{'id':28,'name':'Action'},{'id':10751,'name':'Family'},{'id':10749,'name':'Romance'}]","","10515","tt0092067","ja","????????????????????????","A young boy and a girl with a magic crystal must race against pirates and foreign agents in a search for a legendary floating castle.","13.728","/4RTG2AaqZ9eleL51ryWwv78WwDu.jpg","[{'id':10342,'logo_path':'/dT3UbXjca6TClutHJtr7GhkRALP.png','name':'Studio Ghibli','origin_country':'JP'},{'id':12516,'logo_path':null,'name':'Nibariki','origin_country':''},{'id':1779,'logo_path':null,'name':'Tokuma Shoten','origin_country':''}]","[{'iso_3166_1':'JP','name':'Japan'}]","1986-08-02","0","124","[{'iso_639_1':'ja','name':'?????????'}]","Released","Haunting and brilliant!","Castle in the Sky","false","8","1596" +"false","/qJKVmxTPLIIs4ML7nDS6iCf3gNg.jpg","null","0","[{'id':35,'name':'Comedy'}]","","244001","tt3210258","en","Bo Burnham: What.","Left brain and right brain duke it out and then belt out a tune in comedian Bo Burnham's quick and clever one-man show. As intelligent as he is lanky, Burnham cynically pokes at pop entertainment while offering unadulterated showmanship of his own.","4.015","/lak6yzupCcvg48HOIDPzQx9IUHr.jpg","[]","[]","2013-12-18","0","60","[{'iso_639_1':'en','name':'English'}]","Released","","Bo Burnham: What.","false","8.2","83" +"false","/dINxleo3lINCMp6I12clEBsTzFI.jpg","null","15000000","[{'id':18,'name':'Drama'}]","http://www.companymenmovie.com/","44129","tt1172991","en","The Company Men","Bobby Walker lives the proverbial American dream: great job, beautiful family, shiny Porsche in the garage. When corporate downsizing leaves him and two co-workers jobless, the three men are forced to re-define their lives as men, husbands and fathers.","8.157","/xP1FWgiUT1v1GGCwd94hXLaHyg8.jpg","[{'id':7288,'logo_path':null,'name':'Battle Mountain Films','origin_country':''},{'id':705,'logo_path':null,'name':'Spring Creek Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-10-21","4882577","104","[{'iso_639_1':'en','name':'English'}]","Released","In America, we give our lives to our jobs. It's time to take them back.","The Company Men","false","6.5","337" +"false","/o7k64dJCn4YUJPBOGQ3PIVRWH4C.jpg","{'id':91697,'name':'Battlestar Galactica (Reboot) Collection','poster_path':'/yB7QLUglaZSCFtC30emJEqfGuWi.jpg','backdrop_path':'/1ynqKxPc4sgDdweAItGt4QLDWkS.jpg'}","0","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':10770,'name':'TV Movie'}]","","69315","tt0991178","en","Battlestar Galactica: Razor","A two-hour Battlestar Galactica special that tells the story of the Battlestar Pegasus several months prior to it finding the Galactica.","7.556","/zsC0MxtjluB4ySwBKaw3C5NMsLi.jpg","[{'id':3585,'logo_path':null,'name':'David Eick Productions','origin_country':''},{'id':7534,'logo_path':null,'name':'R&D TV','origin_country':''},{'id':11282,'logo_path':'/31kQdVc0G6w7BrA5KW4N9waz9Bi.png','name':'USA Cable Entertainment','origin_country':'US'},{'id':26727,'logo_path':'/jeTxdjXhzgKZyLr3l9MllkTn3fy.png','name':'Universal Television','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-12-18","0","88","[{'iso_639_1':'en','name':'English'}]","Released","Fear gets you killed. Anger keeps you alive.","Battlestar Galactica: Razor","false","7.2","176" +"false","/opKBOblhpKVVnguuBjbxqV3FkYm.jpg","{'id':108660,'name':'Tarzan (Jack Mahoney) Collection','poster_path':null,'backdrop_path':null}","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'}]","","76091","tt0057560","en","Tarzan's Three Challenges","The spiritual leader of an oriental country is dying. The leader's evil brother Khan is plotting to prevent Kashi, the youthful heir, from assuming his rightful position. Tarzan is summoned to protect Kashi and, in doing so, he must face Khan in three tests of strength. The final test is a sword fight which takes place on a wide-mesh net stretched over cauldrons of boiling oil. Jeweled elephants lead grand processions, and a thousand girls perform the ""dance of the candles"". A baby elephant named Hungry replaces Cheetah in the humor role.","0.765","/1E4omsemQ3A5D6BI7NB8bWS9T23.jpg","[{'id':14040,'logo_path':null,'name':'Banner Productions','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1963-01-29","0","92","[{'iso_639_1':'en','name':'English'}]","Released","","Tarzan's Three Challenges","false","4.7","5" +"false","/hoF1Ks4z7wP3tr4ILLUsLSH0cJt.jpg","null","0","[{'id':35,'name':'Comedy'}]","","61622","tt0067738","en","A Severed Head","Antonia, the pampered wife of Martin Lynch-Gibbon, an upper class wine merchant, tells her husband that she is in love with their best friend, the psychiatrist Palmer Anderson. Palmer and Antonia want to deal with the situation in a civilized way, by remaining friends with Martin. Meanwhile Martin tries to keep his mistress, Georgie Hands, a secret, but Palmer's sister, Honor Klein, who taught Georgie at Oxford, tells Palmer and Antonia about her. Furthermore, Honor introduces Georgie to Martin's womanizing brother, Alexander. This is just the beginning of the various liaisons.","1.206","/nGTw7rHEL8dpxthy646r98xQ2bY.jpg","[{'id':13721,'logo_path':null,'name':'Winkast Film Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1970-12-01","0","98","[{'iso_639_1':'en','name':'English'}]","Released","A Severed Head is not a horror story ... It's something else!","A Severed Head","false","7.8","3" +"false","/e2L1N2RdUsXLDEzGJ5imFsYtojH.jpg","null","12000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'},{'id':10749,'name':'Romance'},{'id':10751,'name':'Family'}]","","18032","tt0396707","en","The Secret of Moonacre","When 13 year old Maria Merryweather's father dies, leaving her orphaned and homeless, she is forced to leave her luxurious London life to go and live with Sir Benjamin, an eccentric uncle she didn't know she had, at the mysterious Moonacre Manor.","7.097","/kwotU0j6f0lJ1UGVI9b9p8udpEF.jpg","[{'id':5309,'logo_path':null,'name':'Forgan-Smith Entertainment','origin_country':''},{'id':16016,'logo_path':null,'name':'Eurofilm St??di??','origin_country':''},{'id':656,'logo_path':'/rqmaM1yOhp5KSGjjQToeOYPuMUx.png','name':'Metropolitan Filmexport','origin_country':'FR'},{'id':654,'logo_path':null,'name':'South Pacific Pictures','origin_country':'NZ'},{'id':1071,'logo_path':null,'name':'Spice Factory','origin_country':''},{'id':2452,'logo_path':'/6CLoZ59fLPG7UyxQtGTqRevjf58.png','name':'UK Film Council','origin_country':'GB'},{'id':417,'logo_path':'/w7d3hoHQaC0XwjrxEG1yPeuUhu5.png','name':'Australian Film Commission','origin_country':'AU'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'HU','name':'Hungary'},{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'NZ','name':'New Zealand'}]","2008-09-06","7070330","103","[{'iso_639_1':'en','name':'English'}]","Released","A Magical Journey Begins.","The Secret of Moonacre","false","6.1","211" +"false","/7UdzaHsaYSN6U6xKu1lvwo2tTVz.jpg","null","0","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","","80560","tt0067961","en","Wanda","Wanda, after a string of abusive relationships, abandons her family and seeks solace in the company of a petty criminal.","1.638","/izuJ7cUhcihFnTpfsdSnkMCHsRQ.jpg","[{'id':14557,'logo_path':null,'name':'Foundation for Filmakers','origin_country':''},{'id':14558,'logo_path':null,'name':'Televentures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1970-09-01","0","102","[{'iso_639_1':'en','name':'English'}]","Released","","Wanda","false","7","28" +"false","/grtVFGJ4ts0nDAPpc1JWbBoVKTu.jpg","{'id':70068,'name':'Ip Man Collection','poster_path':'/iXhYIEUNoYXeq3XiNasMAcThHMU.jpg','backdrop_path':'/1oCPXe4e0VHZTJX4nLkvxzayXK9.jpg'}","0","[{'id':28,'name':'Action'}]","","450001","tt7262882","cn","????????????????????????","After being defeated by Ip Man, Cheung Tin Chi is attempting to keep a low profile. While going about his business, he gets into a fight with a foreigner by the name of Davidson, who is a big boss behind the bar district. Tin Chi fights hard with Wing Chun and earns respect.","119.526","/2WfjB6FUDTIBVI2y02UGbnHR82s.jpg","[{'id':6950,'logo_path':null,'name':'Pegasus Motion Pictures','origin_country':''}]","[{'iso_3166_1':'HK','name':'Hong Kong'},{'iso_3166_1':'CN','name':'China'}]","2018-12-20","0","107","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'cn','name':'????????? / ?????????'},{'iso_639_1':'zh','name':'?????????'}]","Released","","Master Z: Ip Man Legacy","false","5","102" +"false","/3VUKpgrssr9iQYFAZiAbN5lbw7g.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.nbcfilm.com/ahlat/ahlat.php","418472","tt6628102","tr","Ahlat A??ac??","An aspiring writer returns to his native village in rural Turkey, where he becomes overwhelmed by his father's debts.","8.251","/9QNUj1e6MdyuRKxWg4v2riG97In.jpg","[{'id':27100,'logo_path':null,'name':'Zeynofilm','origin_country':'TR'},{'id':5162,'logo_path':'/ePS4wgTIC1hjOnnmxYJmYNEzAR.png','name':'Memento Films Production','origin_country':'FR'},{'id':48663,'logo_path':'/6JAGPbWGuRWAREs0XKhyHa17EZD.png','name':'Detailfilm','origin_country':'DE'},{'id':2801,'logo_path':'/bswb1PLLsKDUXMLgy42bZtCtIde.png','name':'Film i V??st','origin_country':'SE'},{'id':88593,'logo_path':null,'name':'Nulook Production','origin_country':''},{'id':29021,'logo_path':null,'name':'RFF International','origin_country':''},{'id':53362,'logo_path':null,'name':'Sister and Brother Mitevski','origin_country':''}]","[{'iso_3166_1':'BA','name':'Bosnia and Herzegovina'},{'iso_3166_1':'BG','name':'Bulgaria'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'MK','name':'Macedonia'},{'iso_3166_1':'SE','name':'Sweden'},{'iso_3166_1':'TR','name':'Turkey'}]","2018-06-01","0","188","[{'iso_639_1':'tr','name':'T??rk??e'}]","Released","What a father keeps hidden is revealed in the son.","The Wild Pear Tree","false","7.7","46" +"false","/ljZOlqLtMa6gnTHcYn9y9lP0bK3.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':36,'name':'History'},{'id':18,'name':'Drama'}]","http://www.filmax.com/peliculas/el-fotografo-de-mauthausen.82","528949","tt6704776","es","El fot??grafo de Mauthausen","Spanish photographer Francesc Boix, imprisoned in the Mauthausen-Gusen concentration camp, works in the SS Photographic Service. Between 1943 and 1945, he hides, with the help of other prisoners, thousands of negatives, with the purpose of showing the freed world the atrocities committed by the Nazis, exhaustively documented. He will be a key witness during the Nuremberg Trials.","11.059","/1GzwDodNHSQM7Wu8VIbvTmYXJQB.jpg","[{'id':45740,'logo_path':null,'name':'FilmTeam','origin_country':''},{'id':35559,'logo_path':null,'name':'Institut Catal?? de les Empreses Culturals (ICEC)','origin_country':''},{'id':9974,'logo_path':null,'name':'Instituto de la Cinematograf??a y de las Artes Audiovisuales','origin_country':'ES'},{'id':35442,'logo_path':'/wmWzOkzn1blRKh6XOpNA9Z5oVTY.png','name':'RTVE','origin_country':'ES'},{'id':11651,'logo_path':null,'name':'Rodar y Rodar Cine y Televisi??n','origin_country':'ES'},{'id':5085,'logo_path':'/mPuVc7m1Ki7OQQvAYwYfIlEI3vu.png','name':'Televisi?? de Catalunya','origin_country':'ES'},{'id':115112,'logo_path':null,'name':'We Produce 2017','origin_country':''}]","[{'iso_3166_1':'ES','name':'Spain'}]","2018-10-26","0","111","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Based on an incredible real story","The Photographer of Mauthausen","false","6.9","135" +"false","/4xFveYfCUPvqe7uRhR3ZdfirbrW.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","http://www.bowfinger.es/en/ola-de-crimenes/","529207","tt7459182","es","Ola de cr??menes","Leyre lives a quiet and comfortable life which ends abruptly when an act of rage of her teenage son leads her to protect him by any means necessary.","5.309","/6iK0eUBcBVT2LkcFXVpMB8gz92e.jpg","[{'id':91991,'logo_path':'/ngEpBkH7nkFfyCCtvGhhIzPS1xF.png','name':'Bowfinger International Pictures','origin_country':'AR'},{'id':39928,'logo_path':null,'name':'Historias del T??o Luis','origin_country':'ES'},{'id':107744,'logo_path':null,'name':'Crimen Zinema','origin_country':'ES'},{'id':21632,'logo_path':'/gEto1Q487D4JPriz2qVfkkvyqjy.png','name':'Mediaset Espa??a','origin_country':'ES'},{'id':67412,'logo_path':'/vgVqq5hunVs8GN5Je9d9rG7Q2NU.png','name':'Movistar+','origin_country':'ES'},{'id':103476,'logo_path':null,'name':'Mogambo','origin_country':''},{'id':1182,'logo_path':'/bkgwJWvqqLuzsXV2Qv3Mg3wfcNZ.png','name':'Telecinco Cinema','origin_country':'ES'}]","[{'iso_3166_1':'ES','name':'Spain'}]","2018-10-04","0","98","[{'iso_639_1':'es','name':'Espa??ol'}]","Released","","Crime Wave","false","5.8","26" +"false","/tc2K9ejKEgt2cAOW8ftod31JLzd.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://theroadmovie.oscilloscope.net/","428427","tt6235786","ru","????????????","Anything can happen on Russian roads and is precisely shot by the dashboard camera. Super-objective video registration grows into the strong image of Russian national character ??? with its permanent awaiting for the miracle and habitual approach to real dramas. A forest on fire as a symbol of Russian hell, a military tank at a car wash and car chase in the vicinity of Kremlin shot with a dashboard cam at the same time when Boris Nemtsov, the leader of political opposition, was shot dead near Kremlin. Dashboard cam depicts life in it???s purity as an unbiased observer.","1.262","/2FUojuhiPXhQn2M1H87Ym8dAjr6.jpg","[{'id':60448,'logo_path':null,'name':'Nezavisni Filmski Centar Kino Klub Novi Sad','origin_country':''},{'id':93038,'logo_path':null,'name':'Eight and a Half Studio','origin_country':''},{'id':93039,'logo_path':'/t3fh4SpPEO4Vxk4jN2R0Jqn1joT.png','name':'Light Cone Pictures','origin_country':'US'}]","[{'iso_3166_1':'BY','name':'Belarus'},{'iso_3166_1':'BA','name':'Bosnia and Herzegovina'},{'iso_3166_1':'HR','name':'Croatia'},{'iso_3166_1':'RU','name':'Russia'},{'iso_3166_1':'RS','name':'Serbia'}]","2017-03-03","0","67","[{'iso_639_1':'ru','name':'P????????????'}]","Released","S#!t's about to get real","The Road Movie","false","8.4","5" +"false","/nNg87f5iYZljFm4dlepwRc7c05m.jpg","null","0","[{'id':37,'name':'Western'}]","","37316","tt0061429","it","Qui??n sabe?","El Chuncho's bandits rob arms from a train, intending to sell the weapons to Elias' revolutionaries. They are helped by one of the passengers, Bill Tate, and allow him to join them, unware he is an assassin working for the Mexican government.","3.714","/eVAmIN2V3i92D6xYKGExOTBOGFX.jpg","[{'id':10537,'logo_path':null,'name':'M.C.M.','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'}]","1966-12-06","0","118","[{'iso_639_1':'it','name':'Italiano'}]","Released","Like the Bandit... Like the Gringo... A bullet doesn't care who it kills!","A Bullet for the General","false","6.6","40" +"false","/hzVZxS4lTXbVZ5emUPqtDYNm5Rz.jpg","{'id':344555,'name':'F*ck You, Goethe Collection','poster_path':'/hNQRzHl0g7KLAMwS6OLiaQWxlM1.jpg','backdrop_path':'/AtoH8LJQ2sFXfV4gSxxe39XSdzZ.jpg'}","0","[{'id':35,'name':'Comedy'}]","","329263","tt3702996","de","Fack ju G??hte 2","Mr. M??ller is not satisfied with his new work at the Goethe-Gesamtschule. The early getting up and correcting exams annoy him. Director Gerster wants to improve the image of the Goethe-Gesamtschule because she wants to be a symbol of the new company. To achieve this, she wants to take away the partnership from the Schillergymnasium with a Thai school. So, Mr. M??ller, Mrs. Schnabelstedt and the 10b must go on a school trip to Thailand.","5.145","/4jI6sIScJXMNyXxxloSfGqXckRj.jpg","[{'id':47,'logo_path':'/i7Z9ot2o3N5Sa3HrF09kniFs2y8.png','name':'Constantin Film','origin_country':'DE'}]","[{'iso_3166_1':'DE','name':'Germany'}]","2015-09-10","83027924","115","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'cs','name':'??esk??'}]","Released","","Suck Me Shakespeer 2","false","6.5","519" +"false","/AtCGEku6kLUFmZ6JWkvXphQBQXx.jpg","{'id':344555,'name':'F*ck You, Goethe Collection','poster_path':'/hNQRzHl0g7KLAMwS6OLiaQWxlM1.jpg','backdrop_path':'/AtoH8LJQ2sFXfV4gSxxe39XSdzZ.jpg'}","5000000","[{'id':35,'name':'Comedy'}]","","233063","tt2987732","de","Fack ju G??hte","A comedy that follows an ex-con who lands a position at a school that sits over the spot where money from one of his earlier robberies was stashed.","13.776","/9GSGg4McYID6Ld0OMwimLr1Zx4J.jpg","[{'id':5755,'logo_path':'/53JWq1rzbAXzbh1rnFo3XdqsAUh.png','name':'Constantin Film Produktion','origin_country':''},{'id':5754,'logo_path':null,'name':'Rat Pack Filmproduktion','origin_country':'DE'}]","[{'iso_3166_1':'DE','name':'Germany'}]","2013-11-07","0","119","[{'iso_639_1':'de','name':'Deutsch'}]","Released","","Suck Me Shakespeer","false","7.1","1034" +"false","/8PKqcN6IREm2Xy43lzhPZ2ORzQi.jpg","null","4500000","[{'id':28,'name':'Action'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","27150","tt0084684","en","Silent Rage","A mentally ill man in a small Texas town goes on a killing rampage and is fatally wounded by police. When doctors use an experimental serum to bring him back to life, the killer develops superhuman strength and the town sheriff must pursue him.","3.585","/AaUhLHvpyqrUVbQtzxeSw1tQeYy.jpg","[{'id':21470,'logo_path':null,'name':'Topkick Productions','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1982-04-02","10500000","103","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","He's an indestructible man fused with powers beyond comprehension. An unstoppable terror who in one final showdown, will push Chuck Norris to his limits. And beyond.","Silent Rage","false","5.3","39" +"false","/zDPx4cDT89UFja5DEv7RWzTmJUv.jpg","{'id':259027,'name':'The Wolf Man Collection','poster_path':'/bYvHmIKqSnUYyjFhabzNliS2qu1.jpg','backdrop_path':'/8DcHcYH0P9de2j8HPRYq9wXNaIf.jpg'}","180000","[{'id':27,'name':'Horror'},{'id':18,'name':'Drama'}]","","13666","tt0034398","en","The Wolf Man","After his brother's death, Larry Talbot returns home to his father and the family estate. Events soon take a turn for the worse when Larry is bitten by a werewolf.","7.621","/vG8fu5syTtQLzK1hQXyi3ugOPNF.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1941-12-12","0","70","[{'iso_639_1':'en','name':'English'}]","Released","""His hideous howl a dirge of death!""","The Wolf Man","false","7.1","197" +"false","/pu6b5Tg9BqOh0egb8sE8GZtt8Rz.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","69015","tt1318516","en","The Jailhouse","Small town, the American dream. A blue-collar family living the idyllic rural lifestyle. Nothing is out of place save for the lacking white picket fence - and the old JAIL that occupies the 2nd floor of their century-old home. Seth Delray knew the possibilities before he moved his wife and two kids into the old jailhouse, but the Sheriff assured him that it would take an act of God to put that place back into service. Times were tight, and it was just too good of a deal to refuse. That is, until the county jail caught fire. The Sheriff's hands were tied and he had to put displaced inmates anywhere he could find iron bars with a locking door. The Delray house was his only option. For Seth the worst wasn't the criminals locked like animals in the soiled cages above his living room. It was the mortal fear in his children's eyes, it was the piercing cold looks from his wife. It was that deep..","0.6","/zens0t8rbOtVrZBnNqTGRpkwUmE.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-05-01","0","86","[]","Released","Every old jail has a past","The Jailhouse","false","3.5","4" +"false","/6oyC0KcZPx9aqA1WkXtkfA1txXU.jpg","null","10000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://www.stanandolliefilm.com","394741","tt3385524","en","Stan & Ollie","With their golden era long behind them, comedy duo Stan Laurel and Oliver Hardy embark on a variety hall tour of Britain and Ireland. Despite the pressures of a hectic schedule, and with the support of their wives Lucille and Ida ??? a formidable double act in their own right ??? the pair's love of performing, as well as for each other, endures as they secure their place in the hearts of their adoring public","37.634","/7ypYkp97TQzXCdK19sNSxTfXFk3.jpg","[{'id':107190,'logo_path':'/2bulClv7G3kbAoGRUyKUD3wwl9M.png','name':'Fable Pictures','origin_country':'GB'},{'id':8147,'logo_path':'/q6HOAdSNgCbeOqwoMVRc6REgbXF.png','name':'Entertainment One','origin_country':'CA'},{'id':1219,'logo_path':'/6OGqCShROjIvmBOfRbeUsn7im93.png','name':'Baby Cow Productions','origin_country':'GB'},{'id':112765,'logo_path':null,'name':'Sonesta Films','origin_country':'GB'},{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':19339,'logo_path':null,'name':'Laurel and Hardy Feature Productions','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2018-12-28","0","98","[{'iso_639_1':'en','name':'English'}]","Released","The untold story of the world's greatest comedy act.","Stan & Ollie","false","6.9","95" +"false","/5ehRcrQceVVnnO4johTJNcmpe3m.jpg","null","12000000","[{'id':37,'name':'Western'},{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","498743","tt1158939","en","Never Grow Old","An Irish undertaker profits when outlaws take over a peaceful town, but his own family come under threat as the death toll increases dramatically.","13.029","/ulDNzqcjJpZY3SoLugmLuLCi0Ry.jpg","[{'id':17821,'logo_path':'/bZp3beVId2zVhxrxrsagnale23c.png','name':'Ripple World Pictures','origin_country':''},{'id':6938,'logo_path':null,'name':'Iris Productions','origin_country':''}]","[{'iso_3166_1':'IE','name':'Ireland'}]","2019-03-15","0","100","[{'iso_639_1':'en','name':'English'}]","Released","Greed digs the deepest graves","Never Grow Old","false","6.2","9" +"false","/voFUDCuXSGiZvV0esx6uQqWBH8h.jpg","null","7000000","[{'id':10749,'name':'Romance'},{'id':80,'name':'Crime'}]","","433499","tt6032328","en","Finding Steve McQueen","In 1972, a gang of close-knit thieves from Youngstown, Ohio attempt to steal $30 million in illegal contributions. Based on the true story of the biggest bank heist in US history.","6.796","/uhmNHWTVniHHYKTsWSvSir19K1z.jpg","[{'id':59593,'logo_path':null,'name':'AMBI Group','origin_country':''},{'id':75357,'logo_path':'/zXT1JFP82YL245wlLpauAJDZA25.png','name':'BondIt','origin_country':'US'},{'id':2870,'logo_path':null,'name':'Identity Films','origin_country':'US'},{'id':72810,'logo_path':'/vmGhorQd0J9p8SJagDJM3ZpYWN6.png','name':'Paradox Studios','origin_country':'US'},{'id':3870,'logo_path':null,'name':'Premiere Picture','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-03-15","0","91","[{'iso_639_1':'en','name':'English'}]","Released","","Finding Steve McQueen","false","7.3","7" +"false","/iIOgFfKRpd4p2FbjP6CnwPJtiqL.jpg","null","0","[{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","507220","tt4209174","en","Chimera Strain","A brilliant but disturbed scientist freezes his children alive, while he races to cure their deadly genetic disease by decoding the DNA of the immortal Turritopsis jellyfish.","2.753","/5ksNuAeuVf5Oxwj0Y6lCwYotD1P.jpg","[]","[]","2018-02-24","0","80","[{'iso_639_1':'en','name':'English'}]","Released","DO YOU WANT TO LIVE FOREVER?","Chimera Strain","false","7.5","2" +"false","/hclFyTsKRBnP5pl4IjsxHduQXMj.jpg","{'id':50457,'name':'Sex and the City Collection','poster_path':'/o3e5Im6iL5tksRBsIS8TnxQK0uv.jpg','backdrop_path':'/uM6lHfySQ5sQEuUyMxKdtxsp3CQ.jpg'}","65000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.sexandthecitymovie.com/","4564","tt1000774","en","Sex and the City","A New York writer on sex and love is finally getting married to her Mr. Big. But her three best girlfriends must console her after one of them inadvertently leads Mr. Big to jilt her.","9.615","/5fuWykynmiJ07fKA84BVxxuiGHx.jpg","[{'id':1694,'logo_path':null,'name':'Darren Star Productions','origin_country':''},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':3268,'logo_path':'/tuomPhY2UtuPTqqFnKMVHvSb724.png','name':'HBO','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-05-12","415252786","145","[{'iso_639_1':'en','name':'English'}]","Released","Get carried away.","Sex and the City","false","6.3","956" +"false","/f7JFeewYMGCwolC9BjfWorv59Jl.jpg","null","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","42251","tt0083959","en","Forbidden World","In the distant future, a federation marshal arrives at a research lab on a remote planet where a genetic experiment has gotten loose and begins feeding on the dwindling scientific group.","3.238","/zQreqfRIp6tB88bl8Xe13HFV5ZF.jpg","[{'id':1950,'logo_path':null,'name':'New World Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1982-05-07","0","77","[{'iso_639_1':'en','name':'English'}]","Released","Part Alien??? Part Human??? All Nightmare.","Forbidden World","false","5.1","42" +"false","/yxZHxPTcRo5iMxjfYKJ5xoDgFKT.jpg","null","0","[{'id':18,'name':'Drama'}]","","25566","tt0082970","en","Ragtime","A young black pianist becomes embroiled in the lives of an upper-class white family set among the racial tensions, infidelity, violence, and other nostalgic events in early 1900s New York City.","3.898","/qBWUfcEnKWEfTqD3oDTZ4bZDS3R.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':10308,'logo_path':null,'name':'Dino De Laurentiis Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1981-11-20","0","155","[{'iso_639_1':'en','name':'English'}]","Released","The passion, the violence, the birth of America's Gilded Age.","Ragtime","false","7.1","49" +"false","/heqDck28IZtgFA55cKsSXXA6Pbv.jpg","null","0","[{'id':18,'name':'Drama'}]","","36492","tt0066892","en","Carnal Knowledge","The concurrent sexual lives of best friends Jonathan and Sandy are presented, those lives which are affected by the sexual mores of the time and their own temperament, especially in relation to the respective women who end up in their lives.","5.27","/rjXLiPokqTsAlXFROuWsMemqvVQ.jpg","[{'id':494,'logo_path':null,'name':'AVCO Embassy Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1971-10-21","28623900","98","[{'iso_639_1':'en','name':'English'}]","Released","Everyone needs to be loved - sometime or another.","Carnal Knowledge","false","6.7","51" +"false","/mIs8rSSOtQ7v2Pm7yUBLsmONZM0.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","","40578","tt0048593","en","The Sea Chase","As the Second World War breaks out, German freighter captain Karl Ehrlich is about to leave Sydney, Australia with his vessel, the Ergenstrasse. Ehrlich, an anti-Nazi but proud German, hopes to outrun or out-maneuver the British warship pursuing him. Aboard his vessel is Elsa Keller, a woman Ehrlich has been ordered to return to Germany safely along with whatever secrets she carries. When Ehrlich's fiercely Nazi chief officer Kirchner commits an atrocity, the British pursuit becomes deadly.","2.075","/glflxqj3plUjULEhfqiE9tUDipJ.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1955-06-04","0","117","[{'iso_639_1':'en','name':'English'}]","Released","JOHN WAYNE - a skipper sworn never to be taken! LANA TURNER - the fuse of his floating time-bomb!","The Sea Chase","false","5.8","19" +"false","/oitNH3O4dAQ22ZQPaI0qBb1fn6Q.jpg","null","0","[{'id':35,'name':'Comedy'}]","http://good-morning-show.com/","411606","tt5011626","ja","?????????????????????????????????","The morning variety show, a staple of television around the world, offers news and entertainment but TV host Shingo didn???t expect to be himself the source of the news and entertainment.","0.644","/bJeO6g368di3DiZ1k5XD4L8M9vW.jpg","[]","[{'iso_3166_1':'JP','name':'Japan'}]","2016-10-08","0","105","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Good Morning Show","false","8","1" +"false","/hbRytuATJd7wvqbei1ohvTOL3R9.jpg","null","0","[{'id':27,'name':'Horror'}]","","17898","tt0090021","en","Silver Bullet","The small city of Tarker's Mill is startled by a series of sadistic murders. The population fears that this is the work of a maniac. During a search a mysterious, hairy creature is observed. This strange appearance is noticed once a month. People lock themselves up at night, but there's one boy who's still outside, he's preparing the barbecue.","8.862","/w5B4xDqtkFy8nhuIlpM0vUmR7vD.jpg","[{'id':96657,'logo_path':null,'name':'International Film Corporation (II)','origin_country':''},{'id':3418,'logo_path':null,'name':'Famous Films (II)','origin_country':''},{'id':10308,'logo_path':null,'name':'Dino De Laurentiis Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-10-10","0","95","[{'iso_639_1':'en','name':'English'}]","Released","It started in May. In a small town. And every month after that whenever the moon was full... it came back.","Silver Bullet","false","6.3","189" +"false","/s9I2LmQMYCanl6DvC3X1AOHs2r8.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","https://www.netflix.com/triplefrontier","399361","tt1488606","en","Triple Frontier","Struggling to make ends meet, former special ops soldiers reunite for a high-stakes heist: stealing $75 million from a South American drug lord.","91.132","/aBw8zYuAljVM1FeK5bZKITPH8ZD.jpg","[{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''},{'id':507,'logo_path':'/z7H707qUWigbjHnJDMfj6QITEpb.png','name':'Atlas Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-03-06","0","126","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","You can???t go this far without crossing every line","Triple Frontier","false","6.2","646" +"false","/8zjgWS3915Hm3sQT1k2UPmDBoqA.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","37992","tt0036260","en","Phantom Lady","A mystery woman is a murder suspect's only alibi for the night of his wife's death. Based on a story by noir scribe Cornell Woolrich.","2.711","/yR6ZVxqFmDQa5aMMFJTSDm34Yec.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1944-01-28","0","87","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","IT'S UNIQUE...suspense...mystery...drama!","Phantom Lady","false","6.7","37" +"false","/puV2n3MGnRoizpnOin2L0cd1H6P.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","26333","tt0108451","en","Untamed Heart","Caroline, a young waitress who seems to have bad taste in men, is on her way home one night when thugs attempt to rape her. Adam, the mysterious busboy who works at the same diner, helps fight off the assailants, and she begins a relationship with him -- but not all their fellow Minnesotans are happy for them. Meanwhile, the couple face their own difficulties when Caroline finds about Adam's past, including his unique health condition.","4.779","/rWhrlNKRrysexyITiKatXvhsEct.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-02-12","18899204","102","[{'iso_639_1':'en','name':'English'}]","Released","He doesn't make sense. She doesn't make sense. Together they make sense.","Untamed Heart","false","6.7","85" +"false","/yIvxB5Gbq27ZexGgmKLcuDVTq1c.jpg","null","18000000","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'}]","","10724","tt0083943","en","Firefox","The Soviets have developed a revolutionary new jet fighter, called 'Firefox'. Worried that the jet will be used as a first-strike weapon???as there are rumours that it is undetectable by radar???the British send ex-Vietnam War pilot, Mitchell Gant on a covert mission into the Soviet Union to steal the Firefox.","6.731","/1QK1xhmvnLLZhDC8DNaFt08psp9.jpg","[{'id':171,'logo_path':null,'name':'Malpaso Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1982-06-13","70687344","136","[{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'en','name':'English'}]","Released","...the most devastating killing machine ever built... his job... steal it!","Firefox","false","5.9","219" +"false","/hWq1gaTygZTtEIonfCenuwHZ8C5.jpg","null","17000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':53,'name':'Thriller'}]","","31650","tt0094008","en","Someone to Watch Over Me","While Mike Keegan is celebrating his recent promotion to detective, in a fancy nightclub socialite Claire Gregory witnesses the murder of the owner by powerful mobster, Joey Venza. Mike is assigned to protect her in the night shift in her Manhattan apartment. When Venza threatens Claire, Mike and Claire eventually become closer???and Mike finds himself divided between the love for his family and his heated passion for Claire and his fascination of her world.","7.252","/qL4SpbdI5JIhjbNmbQ4RDrU4pL5.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-10-09","10278549","106","[{'iso_639_1':'en','name':'English'}]","Released","Where protection ends, obsession begins.","Someone to Watch Over Me","false","5.9","70" +"false","/xtHM9jGUP7IHzrPRkHB2YYlgRGW.jpg","null","0","[{'id':18,'name':'Drama'}]","","507313","tt7753158","pt","Carga","A lorry, a road and an unpredictable destiny, all intersecting in a human trafficking network. Caught up in this web, Viktoriya has only one chance: fight to survive.","1.118","/9lGvC8KlWLE8eoxvDABlZxUR15S.jpg","[{'id':101348,'logo_path':null,'name':'Caracol Protagonista','origin_country':''}]","[{'iso_3166_1':'PT','name':'Portugal'}]","2018-11-08","0","113","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'},{'iso_639_1':'ru','name':'P????????????'}]","Released","","Carga","false","0","0" +"false","/lhQFkzpuGmCbFrLhloYdqwHIOK.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","53426","tt0087222","en","The Evil That Men Do","Professional killer Holland is forced out of retirement to break a Central American government's political torture ring when one of his friends, a Latin American journalist, is killed. The murderer, Doctor Clement Molloch, is the master sadist behind the political torture of innocent victims. Posing as a journalist, Holland lures Molloch out of his fortress-like headquarters by using his murdered friend's wife and daughter as bait. When Holland kidnaps Molloch's sister, the doctor is led on a wild chase that takes him to an abandoned opal mine where he finally comes face to face with Holland.","2.567","/A9xpPlb46mgHNpETfFyDAFa3SlR.jpg","[{'id':49166,'logo_path':null,'name':'Zuleika Farms','origin_country':''},{'id':49167,'logo_path':null,'name':'Capricorn','origin_country':''},{'id':15980,'logo_path':null,'name':'Incorporated Television Company (ITC)','origin_country':'GB'},{'id':49168,'logo_path':null,'name':'Producciones Cabo S.A.','origin_country':''}]","[{'iso_3166_1':'MX','name':'Mexico'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1984-03-14","0","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","","The Evil That Men Do","false","6.1","22" +"false","/7TTlvADXSxg0yzlGTZFExmw4TSC.jpg","null","60000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':35,'name':'Comedy'}]","https://www.vice.movie","429197","tt6266538","en","Vice","George W. Bush picks Dick Cheney, the CEO of Halliburton Co., to be his Republican running mate in the 2000 presidential election. No stranger to politics, Cheney's impressive r??sum?? includes stints as White House chief of staff, House Minority Whip and defense secretary. When Bush wins by a narrow margin, Cheney begins to use his newfound power to help reshape the country and the world.","64.343","/1gCab6rNv1r6V64cwsU4oEr649Y.jpg","[{'id':81,'logo_path':'/8wOfUhA7vwU2gbPjQy7Vv3EiF0o.png','name':'Plan B Entertainment','origin_country':'US'},{'id':4740,'logo_path':null,'name':'Gary Sanchez Productions','origin_country':'US'},{'id':13184,'logo_path':'/pfUB1a62jSMIqp4Xmaq6z2cgW0B.png','name':'Annapurna Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-12-25","66266401","132","[{'iso_639_1':'en','name':'English'}]","Released","The Untold True Story That Changed The Course Of History","Vice","false","7.2","888" +"false","/4yvcO9rDt10TtI4prjabGOBzR82.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':28,'name':'Action'},{'id':37,'name':'Western'}]","","59843","tt0091091","cn","????????????","What happens when a glamorous express, with high government officials, wealthy merchants, concubines and a gang of brigands on board, speeds towards the small town of Hanshui, where escaping bank robbers, corrupt officials, and gamblers await? Well, let's just say the Titanic had a smoother maiden voyage.","3.219","/ropYo4V7Xg4W3ofk2W4lomhqf9G.jpg","[{'id':44283,'logo_path':null,'name':'Bo Ho Films Co., Ltd.','origin_country':''},{'id':3055,'logo_path':null,'name':'Paragon Films Ltd.','origin_country':''},{'id':39985,'logo_path':null,'name':'Golden Harvest Productions','origin_country':''}]","[{'iso_3166_1':'HK','name':'Hong Kong'}]","1986-01-30","0","94","[{'iso_639_1':'cn','name':'????????? / ?????????'}]","Released","","Millionaires Express","false","6.3","13" +"false","/ddQ11EC7tiXJVNNHjGCMMQgJYNz.jpg","null","395168","[{'id':878,'name':'Science Fiction'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.ederlezi.org","505914","tt5215088","en","A.I. Rising","On a lonely mission to Alpha Centauri, Milutin is teamed up with Nimani 1345, a female cyborg designed to fulfill his every need. At first thrilled to be able to control her, Sebastian grows tired of having his desires fulfilled so easily. Longing for human intimacy, Sebastian alters Nimani's programmed responses, but in doing so he risks the mission's security ??? and his own life.","16.005","/aXosp6MFBxYi4m6ZmE4u1auReHc.jpg","[{'id':82871,'logo_path':null,'name':'Film Center Serbia','origin_country':'RS'},{'id':101110,'logo_path':null,'name':'Mir Media Group','origin_country':'RS'}]","[{'iso_3166_1':'RS','name':'Serbia'}]","2018-02-25","0","85","[{'iso_639_1':'en','name':'English'}]","Released","The future is present","A.I. Rising","false","5.4","15" +"false","/62KY1soFtSrf4q2geTJd9MlNPwM.jpg","null","0","[{'id':878,'name':'Science Fiction'}]","","137662","tt0075330","en","Time Travelers","In 1976, there's an outbreak of a disease that no one has seen before. All what they know is that resembles a disease that existed at around 1871, and that a Dr. Henderson was able to save most of his patients but the Chicago Fire destroyed his records. Dr. Earnshaw the doctor looking for a cure was approached by a man, Jeffrey Adams, who believes that he could help him. It seems that a Dr. Amos Cummings has prefected the art of time travel, and the plan is for Earnshaw and Adams to go back to 1871 and learn how Henderson cured his patients. But a glitch in the machines computers sends them the day before the fire not four days as intended.","0.793","/vffNbdKbiZA2n42ogGftywt8Qz9.jpg","[{'id':14024,'logo_path':null,'name':'Irwin Allen Productions','origin_country':''},{'id':1556,'logo_path':'/31h94rG9hzjprXoYNy3L1ErUya2.png','name':'20th Century Fox Television','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1976-03-19","0","78","[{'iso_639_1':'en','name':'English'}]","Released","","Time Travelers","false","6.5","3" +"false","/3j2dGIoOz4p6VVl8NHMAmlLUfTY.jpg","{'id':86797,'name':'Arn Collection','poster_path':'/u0kbnJEC9w7amzPx0EZDv3NEyOG.jpg','backdrop_path':'/kRA2bnwEl2v5FaDwPQpnQyQtsZN.jpg'}","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","http://www.arnmovie.com/","13522","tt0950739","sv","Arn: Riket vid v??gens slut","Arn has served his term in the Holy land and returns home to be reunited with his beloved Cecilia. When he returns home, he discovers that political forces tries to separate him and Cecilia - but thanks to queen Blanka they can finally get married. Arn knows that war is looming and with his martial knowledge he starts to build an army at his new home at Forsvik.","6.685","/dKfXCebQMJJxEOxUWZxFh17M2qM.jpg","[{'id':64202,'logo_path':null,'name':'Tju-Bang Film','origin_country':'DK'},{'id':2802,'logo_path':'/x3cLK4hmrDxBeoD7eWbfJL2dGxP.png','name':'TV4','origin_country':'SE'},{'id':5975,'logo_path':'/vvjgoKygWWYZvYyidT3RmOCq5If.png','name':'YLE','origin_country':'FI'},{'id':22675,'logo_path':null,'name':'Arion Communications Ltd.','origin_country':''},{'id':119,'logo_path':'/1di2gITGUZr730AMuMKiCrP90Vl.png','name':'Danmarks Radio (DR)','origin_country':'DK'},{'id':24993,'logo_path':null,'name':'Europa Sound Production','origin_country':'SE'},{'id':9375,'logo_path':null,'name':'Juonifilmi','origin_country':''},{'id':4250,'logo_path':null,'name':'Molinare Studios','origin_country':''},{'id':24991,'logo_path':null,'name':'Sheba Films','origin_country':''},{'id':823,'logo_path':null,'name':'Telepool','origin_country':''},{'id':6181,'logo_path':'/wLSdapPKqkBgrRVOKcUx83hCR3Y.png','name':'Svensk Filmindustri','origin_country':'SE'},{'id':2801,'logo_path':'/bswb1PLLsKDUXMLgy42bZtCtIde.png','name':'Film i V??st','origin_country':'SE'},{'id':2888,'logo_path':null,'name':'SF Norge','origin_country':'NO'},{'id':14451,'logo_path':null,'name':'Dagsljus Filmequipment','origin_country':'SE'},{'id':5674,'logo_path':'/gGKoc2TkmFqmzfUxJJXRAnPfnYZ.png','name':'SF Studios Production','origin_country':'DK'}]","[{'iso_3166_1':'DK','name':'Denmark'},{'iso_3166_1':'FI','name':'Finland'},{'iso_3166_1':'NO','name':'Norway'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'SE','name':'Sweden'},{'iso_3166_1':'DE','name':'Germany'}]","2008-08-22","0","128","[{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'da','name':'Dansk'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'no','name':'Norsk'},{'iso_639_1':'sv','name':'svenska'}]","Released","","Arn: The Kingdom at Road's End","false","6.2","51" +"false","/q3iiOVBeObAiEUZTD0deGQXd18w.jpg","{'id':86797,'name':'Arn Collection','poster_path':'/u0kbnJEC9w7amzPx0EZDv3NEyOG.jpg','backdrop_path':'/kRA2bnwEl2v5FaDwPQpnQyQtsZN.jpg'}","25000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","13491","tt0837106","sv","Arn: Tempelriddaren","Arn, the son of a high-ranking Swedish nobleman is educated in a monastery and sent to the Holy Land as a knight templar to do penance for a forbidden love.","9.763","/fLglbtUCyMUaYPhxfXnkSvOo5N5.jpg","[{'id':5975,'logo_path':'/vvjgoKygWWYZvYyidT3RmOCq5If.png','name':'YLE','origin_country':'FI'},{'id':119,'logo_path':'/1di2gITGUZr730AMuMKiCrP90Vl.png','name':'Danmarks Radio (DR)','origin_country':'DK'},{'id':823,'logo_path':null,'name':'Telepool','origin_country':''},{'id':2802,'logo_path':'/x3cLK4hmrDxBeoD7eWbfJL2dGxP.png','name':'TV4','origin_country':'SE'},{'id':2888,'logo_path':null,'name':'SF Norge','origin_country':'NO'},{'id':4250,'logo_path':null,'name':'Molinare Studios','origin_country':''},{'id':6181,'logo_path':'/wLSdapPKqkBgrRVOKcUx83hCR3Y.png','name':'Svensk Filmindustri','origin_country':'SE'},{'id':9375,'logo_path':null,'name':'Juonifilmi','origin_country':''},{'id':11682,'logo_path':null,'name':'TV2 Norge','origin_country':''},{'id':22675,'logo_path':null,'name':'Arion Communications Ltd.','origin_country':''},{'id':24991,'logo_path':null,'name':'Sheba Films','origin_country':''},{'id':24993,'logo_path':null,'name':'Europa Sound Production','origin_country':'SE'},{'id':2801,'logo_path':'/bswb1PLLsKDUXMLgy42bZtCtIde.png','name':'Film i V??st','origin_country':'SE'},{'id':14451,'logo_path':null,'name':'Dagsljus Filmequipment','origin_country':'SE'},{'id':64202,'logo_path':null,'name':'Tju-Bang Film','origin_country':'DK'},{'id':5674,'logo_path':'/gGKoc2TkmFqmzfUxJJXRAnPfnYZ.png','name':'SF Studios Production','origin_country':'DK'}]","[{'iso_3166_1':'DK','name':'Denmark'},{'iso_3166_1':'FI','name':'Finland'},{'iso_3166_1':'NO','name':'Norway'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'SE','name':'Sweden'},{'iso_3166_1':'DE','name':'Germany'}]","2007-12-25","0","139","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'la','name':'Latin'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'sv','name':'svenska'}]","Released","A Knight in the Holy Land. A Woman in the Frozen North. A War that Kept Them Apart.","Arn: The Knight Templar","false","6.2","129" +"false","/jc9VgikexdTETi157AWmFBN6ed3.jpg","null","15000000","[{'id':28,'name':'Action'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","19058","tt0247303","en","Down","After the elevators at a New York City skyscraper begin inexplicably malfunctioning, putting its passengers at risk, mechanic Mark Newman (James Marshall) and reporter Jennifer Evans (Naomi Watts) begin separate investigations. Newman gets resistance from superiors at his company, which manufactured the elevator, while additional elevator incidents cause several gruesome deaths. The police get involved and suspect that terrorists are responsible, but a far stranger explanation looms.","3.93","/o25WdQiVIj5uMzeCBR20rq9wqBB.jpg","[{'id':938,'logo_path':null,'name':'First Floor Features','origin_country':''}]","[{'iso_3166_1':'NL','name':'Netherlands'},{'iso_3166_1':'US','name':'United States of America'}]","2001-05-11","163169","111","[{'iso_639_1':'en','name':'English'}]","Released","YOUR NEXT STOP... IS HELL.","Down","false","4.2","44" +"false","/osjuwnDnIGW0MpHJgcSRBUjPsZ6.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","http://www.themillandthecross.com/","57829","tt1324055","pl","M??yn i krzy??","What would it be like to step inside a great work of art, have it come alive around you, and even observe the artist as he sketches the very reality you are experiencing? From Lech Majewski, one of Poland's most acclaimed filmmakers, The Mill and the Cross is a cinematic re-staging of Pieter Bruegel's masterpiece ""Procession to Calvary,"" presented alongside the story of its creation.","2.845","/3IKLkxxXf38C2hY9ONi6Lvlz1qM.jpg","[{'id':2640,'logo_path':null,'name':'Odeon Film','origin_country':''},{'id':19151,'logo_path':null,'name':'Bokomotiv Freddy Olsson Filmproduktion','origin_country':''},{'id':6480,'logo_path':'/qJUUNzFYXNUDaisssBTV3Zdki9R.png','name':'Telewizja Polska','origin_country':'PL'}]","[{'iso_3166_1':'PL','name':'Poland'},{'iso_3166_1':'SE','name':'Sweden'}]","2011-03-18","342519","92","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Behind every great painting lies an even greater story","The Mill and the Cross","false","6.3","42" +"false","/vSRbv8sDMWWltT9bVhyKKVA1JFr.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.g-vs-b.com/","94887","tt2036376","en","Girls Against Boys","After a series of bad experiences with men, Shae teams up with her co-worker, Lu, who has a simple, deadly way of dealing with the opposite sex.","2.839","/zgV7caInXGYVDxzvhS4OzA8XFGS.jpg","[{'id':19761,'logo_path':null,'name':'Floren Shieh Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-05-17","0","87","[{'iso_639_1':'en','name':'English'}]","Released","Bad girls don't cry. They get even.","Girls Against Boys","false","4.6","40" +"false","/fzJgCQh2NBnUYlms8EGyr4bPNz3.jpg","null","1073000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","900","tt0029947","en","Bringing Up Baby","David Huxley is waiting to get a bone he needs for his museum collection. Through a series of strange circumstances, he meets Susan Vance, and the duo have a series of misadventures which include a leopard called Baby.","5.58","/iSjqZM4jFdLlAipE62P0WnUuFdO.jpg","[{'id':6,'logo_path':'/n53F7K9scQWFXYbrCablqLKqJdp.png','name':'RKO Radio Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1938-02-18","0","102","[{'iso_639_1':'en','name':'English'}]","Released","And so begins the hilarious adventure of Professor David Huxley and Miss Susan Vance, a flutter-brained vixen with love in her heart!","Bringing Up Baby","false","7.6","353" +"false","/ci2csmb5WqNaE1u2FekWsWCeLnn.jpg","null","0","[{'id':10751,'name':'Family'},{'id':878,'name':'Science Fiction'}]","","16248","tt0088979","en","D.A.R.Y.L.","Daryl is a normal 10-year-old boy in many ways. However, unbeknown to his foster parents and friends, Daryl is actually a government-created robot with superhuman reflexes and mental abilities. Even his name has a hidden meaning -- it's actually an acronym for Data Analyzing Robot Youth Life-form. When the organization that created him deems the ""super soldier"" experiment a failure and schedules Daryl to be disassembled, it is up to a few rogue scientists to help him escape.","5.14","/1YOIpiT5crUtdzruseCHTCPj5rg.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':3167,'logo_path':null,'name':'World Film Services','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1985-06-14","7840873","100","[{'iso_639_1':'en','name':'English'}]","Released","He can fly a jet, race a car and outsmart a computer. The government created him and now they want him destroyed.","D.A.R.Y.L.","false","6.3","117" +"false","/mIs8rSSOtQ7v2Pm7yUBLsmONZM0.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","","40578","tt0048593","en","The Sea Chase","As the Second World War breaks out, German freighter captain Karl Ehrlich is about to leave Sydney, Australia with his vessel, the Ergenstrasse. Ehrlich, an anti-Nazi but proud German, hopes to outrun or out-maneuver the British warship pursuing him. Aboard his vessel is Elsa Keller, a woman Ehrlich has been ordered to return to Germany safely along with whatever secrets she carries. When Ehrlich's fiercely Nazi chief officer Kirchner commits an atrocity, the British pursuit becomes deadly.","2.075","/glflxqj3plUjULEhfqiE9tUDipJ.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1955-06-04","0","117","[{'iso_639_1':'en','name':'English'}]","Released","JOHN WAYNE - a skipper sworn never to be taken! LANA TURNER - the fuse of his floating time-bomb!","The Sea Chase","false","5.8","19" +"false","/nXZLxoqh03rrZBt1B3EQK9K6TWQ.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","15945","tt1133995","en","The Way of War","Paramilitary operative David Wolfe stumbles upon an international conspiracy connecting presidential cabinet members to a Middle Eastern terrorist plot. Wanting to expose the truth, Wolfe defies orders and returns to the US as an army of one fighting for American security and integrity","4.004","/nSLmUWom20GbU02dsBvR40zxwdv.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-02-20","0","90","[{'iso_639_1':'en','name':'English'}]","Released","He has a single mission. To explore the truth.","The Way of War","false","3.6","24" +"false","/113Diu6RKqIrliyYDRHfokrLLzK.jpg","null","0","[{'id':27,'name':'Horror'}]","","29052","tt0060893","en","The Reptile","Harry and Valerie Spalding arrive in the remote Cornish village to an unwelcoming and suspicious population. Harry's brother dies suddenly, bitten by a lethal reptilian bite. They befriend a young woman Anna whose tyrannical father controls her life and, as they discover that others in the village have suffered a similar fate, their investigations lead to Anna. What they uncover is a victim of the most terrifying legacy... a destiny of mutilation and murder.","1.861","/8U7Wy9FLAHiAqIbM2HauwjgMENI.jpg","[{'id':1314,'logo_path':'/gQBluDqe6dc2ZdzfJbabEHoSGoG.png','name':'Hammer Film Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1966-03-06","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Half woman - half snake!","The Reptile","false","6.2","30" +"false","/62xoxJGH2wy9WrcnYNHCZvlhdPj.jpg","{'id':223564,'name':'The Cell Collection','poster_path':'/sMUn13UEtvxSdMQYUcOtNBvj01i.jpg','backdrop_path':'/s2YI5HKNptBhqrmfFZz2tZxCSJe.jpg'}","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","18759","tt1185837","en","The Cell 2","The Cusp is a serial killer who kills his victims and then brings them back to life; over and over again; until they beg to die! Maya is a psychic investigator who gained her powers after a 1 year coma after she was the Cusp's first victim! Now the Cusp Killer is back and Maya has little time to do what she has never done before: go into the mind of a killer unprotected and save his latest victim.","3.043","/5bkVfZukcfv6dK5ISY1LbWU47gs.jpg","[{'id':26085,'logo_path':null,'name':'Silverstein / Barder Company','origin_country':''},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-02-27","0","94","[{'iso_639_1':'en','name':'English'}]","Released","In the mind of a mad man","The Cell 2","false","3.4","36" +"false","/n5UvyoIoIp70OFCKXXifvWWMPxC.jpg","null","0","[{'id':18,'name':'Drama'}]","","48155","tt0047880","en","The Big Knife","An unscrupulous movie producer blackmails an unhappy star - who opted for box-office success over art- into signing a new contract.","1.377","/1HthubQ3CNiVeh1Yok9B2w0Jhs7.jpg","[{'id':2595,'logo_path':null,'name':'The Associates & Aldrich Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1955-10-25","0","111","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","A journey to the dark heart of Hollywood.","The Big Knife","false","6.3","25" +"false","/bHZubsuhojM7zEQIUIWybFx4vGU.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","63749","tt1684927","en","Swamp Shark","Open on gorgeous swamplands of the Atchafalaya Basin in the summer. Lots of beautiful teens are at the beach the weekend before Gator Fest. That night an animal smuggling deal goes wrong and a large sea creature escapes into a swampy backwoods river. At the McDaniel's ""Gator Shack"" restaurant, a local, Jackson is drunk, and gets mangled to bits. The town sheriff blames the carnage on the McDaniel's ""escaped"" pack of gators and tries hauling them off to jail. Rachel McDaniel, head of the family, claims to have seen the fin of a shark! Rachel and her family, along with the help of a mysterious stranger, Charlie, take on the Swampshark and the law to clear their names, save Rachel's kid sister Krystal and prevent the unwitting folks at the upcoming Gator Fest from being torn to shreds by a beast the likes of which no one has ever seen!","2.372","/3Ui3AUqH2arVa9PoQuhNlJtSqt8.jpg","[{'id':10346,'logo_path':null,'name':'Bullet Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-06-25","0","85","[{'iso_639_1':'en','name':'English'}]","Released","Fresh water. Fresh meat.","Swamp Shark","false","4.3","40" +"false","/jWg07AA46lMhKN01Vh0p6vLLwmx.jpg","null","1000000","[{'id':28,'name':'Action'},{'id':10770,'name':'TV Movie'},{'id':18,'name':'Drama'}]","","26682","tt0111002","en","Roadracers","Cynical look at a '50s rebellious Rocker who has to confront his future, thugs with knives, and the crooked town sheriff.","2.298","/oPU1900ifMJMxjtBYFZytuyjitK.jpg","[{'id':18189,'logo_path':null,'name':'Spelling Films International','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-07-22","0","95","[{'iso_639_1':'en','name':'English'}]","Released","","Roadracers","false","6","33" +"false","/j1xr2c0BJossK5k3Z2z1Squtffy.jpg","null","0","[{'id':27,'name':'Horror'},{'id':28,'name':'Action'}]","http://www.eyelineentertainment.com/in-production/60-13-hours.html","48015","tt1411232","en","13Hrs","Sarah Tyler returns to her troubled family home in the isolated countryside, for a much put-off visit. As a storm rages outside, Sarah, her family and friends shore up for the night, cut off from the outside world. But something comes out of the driving rain and darkness. Something that holds a dark secret so devastating that, in one night, it could wipe out the entire family.","4.603","/llV7kbJrx6OKLsfjaKUxocnMV83.jpg","[{'id':10929,'logo_path':null,'name':'Eyeline Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2010-08-28","0","81","[{'iso_639_1':'en','name':'English'}]","Released","A deadly secret is coming home.","13Hrs","false","4.5","28" +"false","/vlnhKUvu335ZM8wSD27MaFHpNu2.jpg","null","5000000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'}]","","71","tt0249462","en","Billy Elliot","Set against the background of the 1984 Miner's Strike, 11-year-old Billy Elliot stumbles out of the boxing ring and onto the ballet floor. He faces many trials and triumphs as he strives to conquer his family's set ways, inner conflict, and standing on his toes.","9.43","/6VaP1H3MOW5jdkWqS5Q1NapCOS6.jpg","[{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'},{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':686,'logo_path':'/qMVjV8YFbxXrGVF4wD6hRjllVbr.png','name':'Tiger Aspect Productions','origin_country':'GB'},{'id':718,'logo_path':null,'name':'Arts Council of England','origin_country':''},{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'},{'id':10462,'logo_path':null,'name':'WT2 Productions','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2000-05-18","109280263","110","[{'iso_639_1':'en','name':'English'}]","Released","Inside every one of us is a special talent waiting to come out. The trick is finding it.","Billy Elliot","false","7.6","1798" +"false","/lxESDxpDOGcGmIcOF86WvgvROwz.jpg","null","0","[{'id':35,'name':'Comedy'}]","","32450","tt0103872","en","Brain Donors","Three manic idiots???a lawyer, cab driver and a handyman???team up to run a ballet company to fulfil the will of a millionaire. Stooge-like antics result as the trio try to outwit the rich widow and her scheming big-shot lawyer, who also wants to run the ballet.","1.776","/1xpXFPHtWPma4N7rnqS0VN1yOFJ.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-04-17","918239","92","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Three bozos. One ballet company. Tutu many laughs!","Brain Donors","false","6.4","28" +"false","/b9dfrcgDndQ4bxHuJN2q8hLMGsa.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.paraisosartificiaisofilme.com.br/","113329","tt2102396","pt","Para??sos Artificiais","Artificial Paradises tells the story of Nando and Erika, two young people in their twenties who meet several times without noticing. It tells the story of the subculture of electronic music and rave parties and drugs like MDMA.","3.826","/hxXbW7FKeu7T5mlzXvLJvcnBCnG.jpg","[{'id':2427,'logo_path':null,'name':'Zazen Produ????es','origin_country':'BR'},{'id':13969,'logo_path':'/vYbpU7yDkLvx4ehvOxuU5BTsFKi.png','name':'Globo Filmes','origin_country':'BR'}]","[{'iso_3166_1':'BR','name':'Brazil'}]","2012-05-04","0","99","[{'iso_639_1':'pt','name':'Portugu??s'}]","Released","A history of love and ecstasy","Artificial Paradises","false","6.4","62" +"false","/kMJ7pw8MVnr65oPqElUWkoGP2az.jpg","null","0","[{'id':35,'name':'Comedy'}]","","178946","tt2523852","en","Craig Ferguson: I'm Here to Help","Craig Ferguson unleashes his trademark stream-of-consciousness comedy before a sold-out crowd, riffing on fatherhood, Helen of Troy and shark penises. His show's not safe for kids -- or the easily offended.","1.4","/4d66zksqBGStgSYmPqF9j4oKExC.jpg","[]","[]","2013-03-14","0","81","[{'iso_639_1':'en','name':'English'}]","Released","","Craig Ferguson: I'm Here to Help","false","6.3","14" +"false","/fi4saNtNGlmXumsp7ARglNB41Vo.jpg","null","4000000","[{'id':27,'name':'Horror'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","486684","tt4443974","en","Aux","When two young boys playing in the woods discover a military bunker they unintentionally release the ghost of a World War II auxiliary soldier who mistakenly believes the Nazis have landed.","2.249","/u8bfQiJi1qpJSd6giCJSIe11zLn.jpg","[{'id':88615,'logo_path':null,'name':'Evolutionary Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-03-02","0","83","[{'iso_639_1':'en','name':'English'}]","Released","How do you fight the undead?","Soldier of War","false","7","1" +"false","/qmYohPNsytaNnmR9ae3Hnkv2uXD.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","45006","tt0104516","en","Interceptor","A U.S. Air Force officer tries to stop a murderous group of terrorists whom are trying to steal two top secret F-117A Stealth Fighters from the cargo hold of a gigantic C-5 Galaxy Transport flying at 30,000 feet over the Atlantic Ocean.","1.603","/9obm2diUHgQYXLbbs4BnbF6s6ve.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-10-13","0","92","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","You can't kill what you can't find.","Interceptor","false","7.2","5" +"false","/oyom7j5hNQCmBJ0uAc2eOT47cJ0.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'}]","","577340","tt6047374","en","Welcome to Acapulco","When Matt Booth sets off to meet his fiance for a foreign wedding he couldn't have imagined the dangerous world he was about to step into. Betrayed and set up, Matt finds himself on the run from the CIA and hired mercenaries, all looking for a package that he has supposedly smuggled through customs. Hunted on all sides, Matt is aided by Agent Adriana Vasquez, a femme fatale with orders of her own to follow.","1.986","/1eqV8Qi4OPy0lcvj6Ruu3W1RCBv.jpg","[{'id':96115,'logo_path':null,'name':'Open Frames','origin_country':''},{'id':82042,'logo_path':null,'name':'Golden Ceiba Productions','origin_country':'US'},{'id':96114,'logo_path':null,'name':'Global Group','origin_country':'BG'}]","[{'iso_3166_1':'BG','name':'Bulgaria'},{'iso_3166_1':'MX','name':'Mexico'},{'iso_3166_1':'US','name':'United States of America'}]","2019-03-07","0","88","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Sun's out guns out","Welcome to Acapulco","false","0","0" +"false","/30NK2Y5hsXgNDxJA3lQ7RxuFk1a.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","http://lowdownfilm.tumblr.com/","244580","tt1864405","en","Low Down","The daughter of jazz pianist Joe Albany witnesses her beloved father's struggle -- and failure -- to kick his heroin habit.","1.782","/xliDrpDKlOVxUx1AvmeNC6glUFZ.jpg","[{'id':18852,'logo_path':'/zAUMqxK7SnIh00g788FAgx7F8Fg.png','name':'Heretic Films','origin_country':'US'},{'id':2570,'logo_path':null,'name':'Bona Fide Productions','origin_country':''},{'id':3846,'logo_path':null,'name':'Epoch Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-01-19","0","119","[{'iso_639_1':'en','name':'English'}]","Released","","Low Down","false","5.6","25" +"false","/wPjUyyi6PVjQJI83BiawstzUumy.jpg","null","0","[{'id':18,'name':'Drama'}]","","467384","tt7189324","de","Dene wos guet geit","Alice works in a call center in the outskirts of Zurich. After work she meanders seamlessly through the city's parks and various security checkpoints; she also meets elderly women to collect envelopes filled with cash. In fact, Alice has been calling these lonely women posing as a granddaughter in urgent need of money, a scam that has quickly brought her a fortune. Two police detectives are alerted to the fraudulent scheme, and set off in search of the perpetrator in an anonymous city.","0.61","/v8CScutMp2kyvdQwk3FeDHz5269.jpg","[{'id':93233,'logo_path':null,'name':'Seeland Filmproduktion','origin_country':''},{'id':93234,'logo_path':null,'name':'Film IGRF','origin_country':''}]","[{'iso_3166_1':'CH','name':'Switzerland'}]","2017-08-21","0","71","[{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'ru','name':'P????????????'}]","Released","","Those Who Are Fine","false","4.3","3" +"false","/vV3BeSdFFLCLfpr78sS1a1jkOPP.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","342472","tt2184233","en","1 Mile To You","After a teenager's friends die in an accident, he finds running allows him to remember them perfectly. Running, however, also brings him notoriety. He is caught between keeping the past alive and making new memories in the present.","5.393","/by5sJxbg7HXdqSm05oYT54AsZTg.jpg","[{'id':53243,'logo_path':null,'name':'WeatherVane Productions','origin_country':''},{'id':89203,'logo_path':null,'name':'Cinema Revival','origin_country':''},{'id':86523,'logo_path':null,'name':'Culmination Productions','origin_country':''},{'id':290,'logo_path':'/Q8mw2AOQQc8Qg0uNwLWq86DVZv.png','name':'Ingenious Media','origin_country':'GB'},{'id':89204,'logo_path':null,'name':'LATS Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-04-07","0","104","[{'iso_639_1':'en','name':'English'}]","Released","Run with your heart.","1 Mile To You","false","6.6","95" +"false","/tDPmahOXYTocdA3f5lrUPecs5Th.jpg","null","0","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","492713","tt5050328","en","Nereus","During a visit to friends, Sara begins having visions and is attacked by an unearthly creature in her friend???s swimming pool; she soon discovers that anyone who comes into contact with the water is in danger and she is driven to confront the mystical and malevolent creature lurking in the depths","2.519","/isX1Uitnb6rFd4267Mk4JmSP7be.jpg","[{'id':115876,'logo_path':null,'name':'Flavor Land','origin_country':''},{'id':115877,'logo_path':null,'name':'WOL Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-01-11","0","103","[{'iso_639_1':'en','name':'English'}]","Released","Enjoy your stay while it lasts.","Nereus","false","5.5","2" +"false","/oitNH3O4dAQ22ZQPaI0qBb1fn6Q.jpg","null","0","[{'id':35,'name':'Comedy'}]","http://good-morning-show.com/","411606","tt5011626","ja","?????????????????????????????????","The morning variety show, a staple of television around the world, offers news and entertainment but TV host Shingo didn???t expect to be himself the source of the news and entertainment.","0.644","/bJeO6g368di3DiZ1k5XD4L8M9vW.jpg","[]","[{'iso_3166_1':'JP','name':'Japan'}]","2016-10-08","0","105","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Good Morning Show","false","8","1" +"false","/6W7p8dMKCiDgkVIwjrs7JZSnXTZ.jpg","null","0","[{'id':27,'name':'Horror'}]","https://www.scotchworthy.com/movies-1/skeletons-in-the-closet/","547780","tt3339376","en","Skeletons in the Closet","Skeletons in the Closet is a late-night, horror anthology television series featuring The Widow and her dead husband, Charlie. Each episode finds them providing hilarious commentary on a variety of B-movie horror films - some of which are terrifying! Their number one fan, a precocious 11-year-old named Jamie, never misses an episode. With her parents out for the evening, Jamie sits down in front of the tube to devour the delectable terror, but her favorite Friday night freak show is constantly interrupted by her annoying new babysitter, Tina. If they can survive each other, they may be able to survive the night!","2.023","/oYwG6YPF2S4psiD6pUSvAXFvVFp.jpg","[{'id':37101,'logo_path':null,'name':'Scotchworthy Productions','origin_country':''},{'id':39576,'logo_path':null,'name':'The Line Film Company','origin_country':''}]","[]","2018-09-07","0","80","[{'iso_639_1':'en','name':'English'}]","Released","Be Kind, Rewind... or die!","Skeletons in the Closet","false","4.7","3" +"false","/5Zvu4SrY3p9qgnITkCn4jAQwKvB.jpg","null","42000000","[{'id':9648,'name':'Mystery'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","https://www.holmesandwatson.movie/","426563","tt1255919","en","Holmes & Watson","Detective Sherlock Holmes and Dr. John Watson join forces to investigate a murder at Buckingham Palace. They soon learn that they have only four days to solve the case, or the queen will become the next victim.","28.841","/orEUlKndjV1rEcWqXbbjegjfv97.jpg","[{'id':54634,'logo_path':null,'name':'Mosaic','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':4740,'logo_path':null,'name':'Gary Sanchez Productions','origin_country':'US'},{'id':6573,'logo_path':null,'name':'Mimran Schur Pictures','origin_country':''},{'id':748,'logo_path':null,'name':'Mosaic Media Group','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-12-25","40462793","90","[{'iso_639_1':'en','name':'English'}]","Released","Holmies","Holmes & Watson","false","4.2","101" +"false","/jgQED5493r0dTgSzYdu6PKho3k2.jpg","null","0","[{'id':99,'name':'Documentary'}]","","571551","tt7527912","en","Wasted Talent","Wasted Talent is a gritty documentary where director Steve Stanulis and producer Noel Ashman together examine the temptations and struggles many young celebrities go threw on their rise to stardom. It focuses on the story of actor LIllo Brancato who was once considered to be the next Robert De Niro, after his huge success starring in the films A Bronx Tale(De Niro's directorial debut), Renaissance Man, Crimson Tide and the classic tv show The Sopranos. However Brancato got trapped in the underworld of hollywood instead becoming a drug addict culminating in his arrest for the murder of a new york city police officer on a drug excursion gone horribly wrong. Though Brancato was cleared of the murder charge, he still did eight and a half years in jail on an attempted burglary conviction. During his time in prison the young actor was finally able to get clean and sober, and is now struggling to redeem himself in the fickle world of entertainment.","0.6","/tW56Jay0ft08Tu4HjKPDwNh886h.jpg","[{'id':115653,'logo_path':null,'name':'Stanulis Productions','origin_country':''},{'id':115654,'logo_path':null,'name':'Noel Ashman Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-07-01","0","66","[{'iso_639_1':'en','name':'English'}]","Released","","Wasted Talent","false","0","0" +"false","/u9Yrx1ZYMSvtujeCRlLbNON8hR2.jpg","null","0","[{'id':37,'name':'Western'}]","","16211","tt0059740","en","The Sons of Katie Elder","The Elder boys return to Clearwater, Texas for their Mother's funeral. John the eldest is a well known gunfighter and trouble follows him wherever he goes. The boys try to get back their ranch from the towns gunsmith who won it from their father in a card game with which he was shortly murdered there after but not before getting through the troubles that come with the Elders name","5.535","/dGwKfXbpdz73GXR1nb6p6votnSS.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':3468,'logo_path':null,'name':'Hal Wallis Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1965-06-23","0","122","[{'iso_639_1':'en','name':'English'}]","Released","From the four winds they came, the four brothers, their eyes smoking and their fingers itching...","The Sons of Katie Elder","false","7.2","103" +"false","/7llEccthXlfIqKoaNR8VcXiVkfh.jpg","null","0","[{'id':18,'name':'Drama'}]","","51856","tt0062155","en","Privilege","Britain's biggest pop singer, Steven Shorter (Paul Jones), receives unwavering adulation and possesses total control over his rabid fans, which includes nearly the entire population. Yet Shorter is not an autonomous performer -- he is little more than a puppet for the government, promoting whatever agenda they see fit. When a beautiful artist, Vanessa Ritchie (Jean Shrimpton), is commissioned to paint his portrait, she pushes Shorter to question his obedience to his manipulative handlers.","2.003","/2rWbcGbo568CNpD56j1rNrkVBrk.jpg","[{'id':7319,'logo_path':null,'name':'John Heyman/Peter Watkins Production','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1967-07-24","0","103","[{'iso_639_1':'en','name':'English'}]","Released","The Raw, Shocking Movie Of A Pop Singer Who Makes It Big!","Privilege","false","7.2","10" +"false","/3BSAzy9aXXWCBvJCgLgPxLuquEk.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","542836","tt6904272","ko","??????","An ace police crisis negotiator, Chae-yoon, is called to the scene where her supervisor is taken hostage. Through the control room monitor, she is faced with the cold-blooded hostage taker, Tae-gu, whose demeanors are difficult to interpret. Against the 21-hour deadline Tae-gu has set, Chae-yoon tirelessly tries to crack the unusually calm perp over multiple video-calls. Eventually, the shocking truth begins to unveil.","3.225","/oAN0TMeBKiYpYDMa2NfIaItZ0Tc.jpg","[{'id':10955,'logo_path':null,'name':'JK Film','origin_country':'KR'},{'id':7036,'logo_path':'/javbyY0ZCvlFJtly3tpZqf2NwLX.png','name':'CJ Entertainment','origin_country':'KR'}]","[{'iso_3166_1':'KR','name':'South Korea'}]","2018-09-19","0","114","[{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","","The Negotiation","false","7.3","12" +"false","/9gb2Mz91yhisPophNeE6uVCgNso.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://thelongshadowfilm.com/","559395","tt6264508","en","The Long Shadow","When filmmaker and investigative journalist Frances Causey, a daughter of the South, set out to explore the continuing racial divisions in the US, what she discovered was that the politics of slavery didn't end with the Civil War. In an astonishingly candid look at the United States' original sin, The Long Shadow traces slavery's history from America's founding up through its insidious ties to racism today.","1.4","/9PhkFsEHncCeTzgjXD2C8hlAmBG.jpg","[{'id':6497,'logo_path':null,'name':'Jed Riffe Films','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2018-10-26","0","91","[{'iso_639_1':'en','name':'English'}]","Released","","The Long Shadow","false","0","0" +"false","/r836zd6UeByOmbz2LGlBmqX6ulf.jpg","null","0","[{'id':99,'name':'Documentary'}]","","344170","tt3587396","en","Only the Dead","A searing account of war correspondent Michael Ware's seven years reporting in Iraq--an extraordinary journey that takes him into the darkest recesses of the Iraq War and the human soul.","2.278","/ozqfofwYfzjh5AneTArpr68yuX4.jpg","[{'id':79082,'logo_path':null,'name':'FOXTEL','origin_country':''},{'id':79083,'logo_path':null,'name':'Penance Films','origin_country':''},{'id':15393,'logo_path':null,'name':'Wolfhound Pictures','origin_country':''},{'id':7584,'logo_path':'/eGkfvvyf4fJTvBUR1xt1669IPA3.png','name':'Screen Australia','origin_country':'AU'},{'id':10950,'logo_path':'/6TdE9m9KgV2az7vNI8n95rQiYr3.png','name':'Screen Queensland','origin_country':'AU'}]","[{'iso_3166_1':'IQ','name':'Iraq'},{'iso_3166_1':'AU','name':'Australia'}]","2015-06-11","0","78","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ar','name':'??????????????'}]","Released","How Far Would You Go to Understand the True Nature of War","Only the Dead","false","7.7","24" +"false","/ar2g5orOciYHM4pXtx63Osj1vOF.jpg","null","1800000","[{'id':10402,'name':'Music'},{'id':18,'name':'Drama'}]","","487740","tt5822154","fi","Olavi Virta","The Singer is a film about the all-time favourite singer in Finland, Olavi Virta. A man who rose from poverty all the way to the top and became an artist who was dearly loved by the Finnish people. A man who loved beautiful women and was loved by beautiful women. A man who enjoyed speed, American cars, applause and alcohol and who finally lost everything but his unique voice.","0.6","/fcp3pPWQPy5w6IeTzeWPyleMnUf.jpg","[{'id':33326,'logo_path':null,'name':'Artista Filmi Oy','origin_country':''}]","[{'iso_3166_1':'FI','name':'Finland'}]","2018-10-05","0","125","[{'iso_639_1':'fi','name':'suomi'}]","Released","","The Singer","false","0","0" +"false","/n3DmxXHZa5Qks21YV3K4VvKc6p8.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","295490","tt3704416","en","Digging for Fire","Tim and Lee are married with a young child. The chance to stay at a fancy home in the Hollywood Hills is complicated by Tim's discovery of a bone and a rusty old gun in the yard. Tim is excited by the idea of a mystery, but Lee doesn't want him to dig any further, preferring that he focus on the family taxes, which he promised to do weeks ago. This disagreement sends them on separate and unexpected adventures over the course of a weekend, as Tim and his friends seek clues to the mystery while Lee searches for answers to the bigger questions of marriage and parenthood.","6.901","/9uIPPVuWDxmE0uLxI0xxLtzX53e.jpg","[{'id':29652,'logo_path':null,'name':'Lucky Coffee Productions','origin_country':''}]","[]","2015-08-21","0","83","[{'iso_639_1':'en','name':'English'}]","Released","","Digging for Fire","false","5.3","66" +"false","/8kPozGb4BDrcWBSsGPrkULG2tP9.jpg","{'id':325470,'name':'The Lego Movie Collection','poster_path':'/qwuwukEjuh6Zs51NnhtPVriARey.jpg','backdrop_path':'/sQNiamRBTh2aTjQ8aYCJ69MngTM.jpg'}","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':878,'name':'Science Fiction'},{'id':14,'name':'Fantasy'}]","http://www.thelegomovie.com","280217","tt3513498","en","The Lego Movie 2: The Second Part","It's been five years since everything was awesome and the citizens are facing a huge new threat: LEGO DUPLO?? invaders from outer space, wrecking everything faster than they can rebuild.","36.958","/QTESAsBVZwjtGJNDP7utiGV37z.jpg","[{'id':829,'logo_path':'/mzpAmEQ5P1gFvdRoNyCk9q8ngiv.png','name':'Vertigo Entertainment','origin_country':'US'},{'id':2723,'logo_path':null,'name':'Lin Pictures','origin_country':'US'},{'id':4081,'logo_path':'/9Q0SyrhQD61wWbz5KJOkL6tu2mg.png','name':'LEGO','origin_country':'DK'},{'id':8089,'logo_path':'/kEUAzsG2hZcCV7rmSCozgLhGWaa.png','name':'Animal Logic','origin_country':'AU'},{'id':25120,'logo_path':'/lqUpBvDLQYG3QaKNpe2lxfpgh36.png','name':'Warner Animation Group','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-01-26","0","106","[{'iso_639_1':'en','name':'English'}]","Released","They come in pieces","The Lego Movie 2: The Second Part","false","6.7","343" +"false","/7CO2jmXQ5T4ID0fObFP0iiWR4NE.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://www.aetv.com/specials/biggie-the-life-of-notorious-big","474118","tt7297472","en","Biggie: The Life of Notorious B.I.G.","The first authorized biography of Christopher Wallace, allowing Christopher to narrate his own life story. Using archival footage and previously unknown audio to tell the story along with interviews with those that knew him the best.","1.051","/oWRbbb2QbH8lcEqH53pcAvSC8r4.jpg","[]","[]","2017-09-04","0","121","[{'iso_639_1':'en','name':'English'}]","Released","","Biggie: The Life of Notorious B.I.G.","false","5.7","3" +"false","/4cTJVlbSb96dh9FLjP75O8uluk4.jpg","{'id':334563,'name':'Sister Street Fighter Collection','poster_path':'/m5wFsZaeD8FiOQUMCa0YQ8Kpvok.jpg','backdrop_path':'/cxe5Hk9yB91OJEbdR6FPVQZgC9S.jpg'}","0","[{'id':28,'name':'Action'}]","","91847","tt0227197","ja","??????????????????","Kiku Nakakawa, the only daughter of an old kimono shop owner in Kyoto, is enthusiastic about karate. To help her friend Michi avenge her brother, she sneaks into a movie studio in Kyoto where a drug dealing syndicate is based.","1.907","/c1oz7DkbIlPwzIrDqTyDrrdsD7.jpg","[{'id':5822,'logo_path':'/qyTbRgCyU9NLKvKaiQVbadtr7RY.png','name':'Toei Company, Ltd.','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","1976-05-29","0","76","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Sister Street Fighter: Fifth Level Fist","false","5.9","5" +"false","/nEYlaJYrAJZUhX8C4OZ0DkPqncw.jpg","{'id':334563,'name':'Sister Street Fighter Collection','poster_path':'/m5wFsZaeD8FiOQUMCa0YQ8Kpvok.jpg','backdrop_path':'/cxe5Hk9yB91OJEbdR6FPVQZgC9S.jpg'}","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'}]","","50632","tt0183704","ja","???????????????????????????","Koryu heads to Yokohama in search of a woman named Birei, kidnapped by diamond smugglers who move their hot rocks by surgically implanting them into the nubile buttocks of Chinese prostitutes. Koryu's older sister, working as a jewelry designer, is secretly, if unhappily, involved with the gangsters.","1.885","/2eiVnvLdIwGatG1qSZQkqV2p6Yn.jpg","[{'id':5822,'logo_path':'/qyTbRgCyU9NLKvKaiQVbadtr7RY.png','name':'Toei Company, Ltd.','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","1974-12-07","0","85","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Sister Street Fighter: Hanging by a Thread","false","6.2","6" +"false","/j3R1mUTaBogjU97be4eABlvZWhH.jpg","null","0","[{'id':28,'name':'Action'}]","","586347","tt9815714","en","The Hard Way","After learning of his brother's death during a mission in Romania, a former soldier joins two allies to hunt down a mysterious enemy and take his revenge.","50.03","/z4UNeIfvuqUrbSANkZBzKyrr0tT.jpg","[{'id':87009,'logo_path':null,'name':'Actionhouse Pictures','origin_country':''},{'id':3546,'logo_path':null,'name':'Hollywood Media Bridge','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-03-20","0","94","[{'iso_639_1':'en','name':'English'}]","Released","","The Hard Way","false","5.8","26" +"false","/9lig0jtFMB6kWH8vgWDLlTXKu5h.jpg","{'id':334563,'name':'Sister Street Fighter Collection','poster_path':'/m5wFsZaeD8FiOQUMCa0YQ8Kpvok.jpg','backdrop_path':'/cxe5Hk9yB91OJEbdR6FPVQZgC9S.jpg'}","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","91845","tt0196100","ja","???????????????????????????","When Koryu's childhood friend Shurei is abducted by gangsters, the desperate young woman recruits a female martial artist and a tough-as-nails stranger to join her for a dangerous rescue mission.","1.402","/psto61LrBvp7enqKrztjo5Ix2K6.jpg","[{'id':5822,'logo_path':'/qyTbRgCyU9NLKvKaiQVbadtr7RY.png','name':'Toei Company, Ltd.','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","1975-01-01","0","77","[{'iso_639_1':'ja','name':'?????????'}]","Released","","The Return of Sister Street Fighter","false","6.6","5" +"false","/ahAxuNeVTPPdr1zzfa2WxtUdIzq.jpg","{'id':334563,'name':'Sister Street Fighter Collection','poster_path':'/m5wFsZaeD8FiOQUMCa0YQ8Kpvok.jpg','backdrop_path':'/cxe5Hk9yB91OJEbdR6FPVQZgC9S.jpg'}","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","","47313","tt0073714","ja","????????????","Lee Long is a martial-arts champion who the police use as an undercover agent to infiltrate a drug ring responsible for importing heroin from Japan to Hong Kong. When he is identified and imprisoned, his sister gets the help of Lee's martial-arts school, including the powerful Sonny Kawasaka, for the inevitable battle-royale with the drug gang.","1.793","/3pDkPHMqSXA69jU4yX3Wt305X8V.jpg","[{'id':5822,'logo_path':'/qyTbRgCyU9NLKvKaiQVbadtr7RY.png','name':'Toei Company, Ltd.','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","1974-08-31","0","86","[{'iso_639_1':'ja','name':'?????????'}]","Released","He's a one man army. She's a one woman death squad.","Sister Street Fighter","false","7.2","6" +"false","/lFZV8GmxccjIHkWkzL6xiK92uqB.jpg","null","1500000","[{'id':18,'name':'Drama'}]","http://www.tuffifilms.com/production/stupid-young-heart","476651","tt6592296","fi","H??lm?? nuori syd??n","Stupid Young Heart is a story about the first love of lightly built, carefree Lenni and gorgeous and popular Kiira. Not yet even properly in a relationship, they discover that they are expecting a baby, and decide to keep it ??? partly as a statement to their families who have lost touch with what goes on in the teenagers??? lives. Lenni then has nine months to become a man. Having grown up without a father figure, Lenni receives some yearned for adult attention from an unlikely friend; 40-year old Janne, a member of a right wing activist group. After taking part in a scrambled attack on a local Mosque, while Kiira is rushed to the hospital to give birth, Lenni realises that he can be a man in his own way, even if he never had a chance to be a child himself.","25.592","/pn3J0siei0qYunkKZD23ch0nvYq.jpg","[{'id':95145,'logo_path':null,'name':'Hob','origin_country':'SE'},{'id':33380,'logo_path':'/clYqCO5abrqHIZtw5PYE5MupdMw.png','name':'Tuffi Films','origin_country':'FI'},{'id':62749,'logo_path':null,'name':'Windmill Film','origin_country':''}]","[{'iso_3166_1':'NL','name':'Netherlands'},{'iso_3166_1':'FI','name':'Finland'},{'iso_3166_1':'SE','name':'Sweden'}]","2019-03-29","0","102","[{'iso_639_1':'fi','name':'suomi'}]","Released","","Stupid Young Heart","false","0","0" +"false","/aNj2K4mi16Z7zkiid9CWqE0vRL3.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","","458759","tt5540194","en","Interlude In Prague","The incredible tale of Mozart's Prague years.","1.4","/exNSZhYbloK9Kv7bNMWXwMI3pL3.jpg","[{'id':50079,'logo_path':null,'name':'Kreo Films FZ','origin_country':''},{'id':96033,'logo_path':null,'name':'Trio in Prague','origin_country':''},{'id':11345,'logo_path':null,'name':'Stillking Films','origin_country':''},{'id':5056,'logo_path':'/kADFcjL04xe5HGBnlLjbfhliS2a.png','name':'Head Gear Films','origin_country':'GB'}]","[{'iso_3166_1':'AE','name':'United Arab Emirates'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'CZ','name':'Czech Republic'}]","2017-05-25","0","103","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","Mozart. Music. Murder. Scandal.","Interlude In Prague","false","7","3" +"false","/fv9Uxi4aGPWojUbQbAX594BFNaX.jpg","null","300000","[{'id':27,'name':'Horror'}]","","32613","tt0068713","en","Horror Express","Mysterious and unearthly deaths start to occur while Professor Saxton is transporting the frozen remains of a primitive humanoid creature he found in Manchuria back to Europe.","6.722","/fGFWmLSauvRDX45hqk8QHISep5Y.jpg","[{'id':13947,'logo_path':null,'name':'Benmar Productions','origin_country':''},{'id':7729,'logo_path':null,'name':'Granada Films','origin_country':''}]","[{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'GB','name':'United Kingdom'}]","1972-09-30","0","90","[{'iso_639_1':'en','name':'English'}]","Released","A nightmare of terror travelling aboard the Horror Express!","Horror Express","false","6.3","93" +"false","/d4NPeFVD3ayNHDLV2gwM3CzHYOY.jpg","null","0","[{'id':35,'name':'Comedy'}]","","31462","tt0089629","en","Moving Violations","A group of careless and unlucky drivers are sentenced to attend traffic school to keep their records clean.","2.555","/dgFqQEaBTz4hQJLIU7FddrYkOCx.jpg","[{'id':396,'logo_path':null,'name':'SLM Production Group','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-04-19","0","90","[{'iso_639_1':'en','name':'English'}]","Released","A crash course in traffic school.","Moving Violations","false","5.7","23" +"false","/mQGEByVNnKiOVoAMDJ9KhvlCtgz.jpg","null","10000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':10749,'name':'Romance'}]","","308","tt0412019","en","Broken Flowers","As the devoutly single Don Johnston is dumped by his latest girlfriend, he receives an anonymous pink letter informing him that he has a son who may be looking for him.","8.33","/pvtdRUpJE6YjIi8BLEZ7jhEdeN1.jpg","[{'id':10146,'logo_path':'/xnFIOeq5cKw09kCWqV7foWDe4AA.png','name':'Focus Features','origin_country':'US'},{'id':208,'logo_path':'/bxQYlRhQu6nbohBEL0SWz8xIAGy.png','name':'Bac Films','origin_country':'FR'},{'id':22456,'logo_path':null,'name':'Five Roses','origin_country':'US'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","2005-05-17","46720491","106","[{'iso_639_1':'en','name':'English'}]","Released","Sometimes life brings some strange surprises.","Broken Flowers","false","6.9","570" +"false","/tpn4FbxL6oeZh8YtanV1a0k7dLB.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","401200","tt4951982","en","Kursk","The story of the 2000 K-141 Kursk submarine disaster and the governmental negligence that followed. As the sailors fight for survival, their families desperately battle political obstacles and impossible odds to save them.","26.593","/1Y09MkMJ8CESSPW4fcbDm9s5cAS.jpg","[{'id':91151,'logo_path':null,'name':'VIA EST','origin_country':''},{'id':78298,'logo_path':'/9U7x4fLDn8EVEZTc4usYeJV1uHF.png','name':'Belga Productions','origin_country':'BE'},{'id':6896,'logo_path':'/2Q89KvzxTKB5BAv9RqFIPI1qb7E.png','name':'EuropaCorp','origin_country':'FR'}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'LU','name':'Luxembourg'}]","2018-11-07","0","117","[{'iso_639_1':'en','name':'English'}]","Released","Together till the end","Kursk","false","6.9","76" +"false","/bDpAIVLkER4lmws6HB0jvPU8p96.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","101651","tt0058649","en","The Third Secret","A prominent London Psychologist seems to have taken his own life, causing stunned disbelief amongst his colleagues and patients. His teenage daughter refuses to believe it was suicide as this would go against all of the principles her father stood for, therefore she is convinced it was murder. She enlists the help of a former patient to try to get to the truth. The truth, however, turns out to be both surprising and disturbing.","1.311","/6hvARmH3kcNWAI3lOeIuvnE9ZGu.jpg","[{'id':19051,'logo_path':null,'name':'Hubris Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1964-02-02","0","103","[{'iso_639_1':'en','name':'English'}]","Released","The Story of a Man Searching for a Killer Who Might Be Himself!","The Third Secret","false","5.8","6" +"false","/zbJ8RNuGUdnhGeVssAHj2eV2wLQ.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","574162","tt9165636","en","Victoria Gotti: My Father's Daughter","A revealing look at the life of Victoria Gotti, the daughter of notorious mob boss John Gotti","0.772","/6iqbjyoaOsf5NoSDdjad3MEIMFk.jpg","[{'id':3431,'logo_path':'/6LVLYfZAEQfhJey0MGvhFXdDEK1.png','name':'Lifetime','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-02-09","0","86","[{'iso_639_1':'en','name':'English'}]","Released","","Victoria Gotti: My Father's Daughter","false","6","1" +"false","/FGYMegWLcZWMHS4srfKaxA4RdL.jpg","null","0","[{'id':53,'name':'Thriller'}]","","539797","tt6009582","en","What Lies Ahead","When two young women embark on a road trip from Georgia to New York, an unseen peril emerges that grows stronger with each passing mile.","2.639","/goWL6XwereI6MTyW21G2tEM1KqC.jpg","[{'id':107253,'logo_path':null,'name':'Lago Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-03-01","0","88","[{'iso_639_1':'en','name':'English'}]","Released","","What Lies Ahead","false","0","0" +"false","/pDqFFboAXJI9hCcYDaPhXaAJmEf.jpg","null","500000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","https://www.thecrossbreed.com/","509594","tt6205996","en","The Crossbreed","Amy is secretly pregnant and thinking abortion. Meanwhile, Amy and her husband are sent to a village to research a story about demonic possession. Little does Amy know, she is just a pawn in the master plan of the evil???s arrival.","2.016","/ou3AsCQUMxFsOoCI1Ou6xdbOGIc.jpg","[{'id':101791,'logo_path':null,'name':'BD America','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-03-06","0","85","[{'iso_639_1':'en','name':'English'}]","Released","If the crossbreed wants you, neither the god nor the devil will be able to protect you!","The Crossbreed","false","3.3","7" +"false","/xKGOj6GE5uGAbX57fkELsBjdgsG.jpg","null","0","[{'id':28,'name':'Action'},{'id':27,'name':'Horror'},{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'}]","","537190","tt6927152","ko","??????","Lee Chung is a Prince of Joseon, but he has been taken hostage to the Qing Dynasty. He enjoys boozing, womanizing and gambling. He is also an excellent swordsman. His older brother Lee Young will succeed to the throne and brings Lee Chung to Joseon. He returns after more than 10 years. Soon, Lee Chung faces monsters that run rampant in the night.","5.433","/h8u0AKGj52SQeeKW4d56rWr2XLX.jpg","[{'id':110679,'logo_path':null,'name':'Leeyang Film','origin_country':'KR'},{'id':20064,'logo_path':'/8shWjvGL9XQlQ60ovNFDnKqGr4G.png','name':'Next Entertainment World','origin_country':'KR'}]","[{'iso_3166_1':'KR','name':'South Korea'}]","2018-10-25","0","129","[{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","A darkness looms over the kingdom","Rampant","false","6.3","19" +"false","/5DvGi2QODmkJmuf3qnyhmUe4OBk.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","461767","tt4082644","en","Canaries","The first wave of an alien invasion coincides with a New Years Eve party in a Welsh valley.","1.4","/1o4mn2zHxAkyKWA5rtxqhhnSR5n.jpg","[]","[]","2017-08-26","0","84","[]","Released","","Canaries","false","5","4" +"false","/wB8skcJHPTxU3gcgabgDuXF7vTY.jpg","null","0","[{'id':28,'name':'Action'}]","","585213","tt7718636","en","Viking Blood","When a viking mercenary finds himself in the middle of a battle between the old gods and the new, he decides that neither side deserves to win. And so begins an epic battle between good and evil that will decide the fate of a nation.","2.838","/dkUxVISgn7eSX19JWoe5d35HW7u.jpg","[]","[]","2019-02-01","0","85","[]","Released","The battle begins???","Viking Blood","false","8","4" +"false","/4hoF40yLyql9AZYorM3tZHVibVf.jpg","null","0","[]","","586311","tt5656126","en","Kiss Kiss","While on a luxurious wine tasting tour, four best friends are taken prisoner and forced to fight each other in a winner take all gladiator match.","1.799","/wBr0PhF8ryhcEu5ot0Qj2pBEstp.jpg","[]","[]","2019-03-05","0","95","[{'iso_639_1':'en','name':'English'}]","Released","It's fight night","Kiss Kiss","false","2","1" +"false","/i5St0PWbDpmKP3ghAaTYgME5Ojr.jpg","null","0","[{'id':878,'name':'Science Fiction'}]","","444395","tt5842890","hu","Jupiter holdja","A young immigrant is shot down while illegally crossing the border. Terrified and in shock, wounded Aryan can now mysteriously levitate at will. Thrown into a refugee camp, he is smuggled out by Dr Stern, intent on exploiting his extraordinary secret. Pursued by enraged camp director Laszlo, the fugitives remain on the move in search of safety and money. Inspired by Aryan's amazing powers, Stern takes a leap of faith in a world where miracles are trafficked for small change...","3.804","/lhxOYoKfLjaicDckUf8pX04ilOf.jpg","[{'id':87199,'logo_path':null,'name':'Proton Cinema Ltd','origin_country':''},{'id':77154,'logo_path':null,'name':'KNM','origin_country':''},{'id':2652,'logo_path':null,'name':'Pyramide Films','origin_country':'FR'},{'id':11237,'logo_path':null,'name':'ZDF/Arte','origin_country':'DE'},{'id':7306,'logo_path':null,'name':'Match Factory Productions','origin_country':'DE'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'HU','name':'Hungary'}]","2017-11-01","0","100","[{'iso_639_1':'hu','name':'Magyar'}]","Released","","Jupiter's Moon","false","5.6","45" +"false","/q1zYM7YsEIUeA6Yjxcb1zC3fM2.jpg","null","15000000","[{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'}]","","15196","tt0088930","en","Clue","Clue finds six colorful dinner guests gathered at the mansion of their host, Mr. Boddy -- who turns up dead after his secret is exposed: He was blackmailing all of them. With the killer among them, the guests and Boddy's chatty butler must suss out the culprit before the body count rises.","7.513","/suzDcrxpuNPDnBwOOy8vBLsygwp.jpg","[{'id':498,'logo_path':null,'name':'Debra Hill Productions','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':4357,'logo_path':null,'name':'The Guber-Peters Company','origin_country':''},{'id':1382,'logo_path':'/sOg7LGESPH5vCTOIdbMhLuypoLL.png','name':'PolyGram Filmed Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-12-13","14643997","94","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","Seven Suspects, Six Weapons, Five Bodies and Three Endings.","Clue","false","7.3","599" +"false","/uDQgUOwmbkD7MF40DTxvcmvyzAF.jpg","null","0","[{'id':80,'name':'Crime'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","510689","tt5206770","en","Among the Shadows","A private investigator must unravel the murder of her uncle while keeping the secret that she is a descendant from a line of werewolves.","6.643","/j3OBG9Td4jnXGn7m4LuNJtzskH8.jpg","[{'id':101973,'logo_path':null,'name':'Nomenclature Film','origin_country':'US'},{'id':26637,'logo_path':null,'name':'Jay-X Entertainment','origin_country':'US'},{'id':64580,'logo_path':null,'name':'Future Proof Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-03-05","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Where the Werewolves Roam","Among the Shadows","false","0.5","2" +"false","/6xvblwhm03QygPvqs3W6VqmFTVV.jpg","null","120000","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'}]","","564082","tt7316576","en","30 Miles from Nowhere","When five college pals return to rural Wisconsin for their estranged friend's funeral, what begins as an uneasy reunion becomes a terrifying fight for survival.","3.681","/lhiUh9HudEdlXoOix1vwawfFfZG.jpg","[{'id':98157,'logo_path':null,'name':'Film Camp','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-11-24","0","83","[{'iso_639_1':'en','name':'English'}]","Released","The fight for survival begins","30 Miles from Nowhere","false","3.5","2" +"false","/1BeMxME8SPuJgCTmyEBzGWSZrAR.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':80,'name':'Crime'}]","http://www.bealestreet.movie","465914","tt7125860","en","If Beale Street Could Talk","After her fiance is falsely imprisoned, a pregnant African-American woman sets out to clear his name and prove his innocence.","26.16","/8tZx0OX7kxv6F2VNWZoPr2bWDgE.jpg","[{'id':13184,'logo_path':'/pfUB1a62jSMIqp4Xmaq6z2cgW0B.png','name':'Annapurna Pictures','origin_country':'US'},{'id':81,'logo_path':'/8wOfUhA7vwU2gbPjQy7Vv3EiF0o.png','name':'Plan B Entertainment','origin_country':'US'},{'id':103697,'logo_path':null,'name':'PASTEL','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-11-30","0","120","[{'iso_639_1':'en','name':'English'}]","Released","Trust Love All The Way","If Beale Street Could Talk","false","7.1","291" +"false","/9QusGjxcYvfPD1THg6oW3RLeNn7.jpg","{'id':573693,'name':'Aquaman Collection','poster_path':'/rNQompSTfAG5O2iXSH8Phay4L45.jpg','backdrop_path':'/5iidzov8DrsSyZdefeo7jBLDNUW.jpg'}","160000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'}]","http://www.aquamanmovie.com","297802","tt1477834","en","Aquaman","Once home to the most advanced civilization on Earth, Atlantis is now an underwater kingdom ruled by the power-hungry King Orm. With a vast army at his disposal, Orm plans to conquer the remaining oceanic people and then the surface world. Standing in his way is Arthur Curry, Orm's half-human, half-Atlantean brother and true heir to the throne.","119.462","/5Kg76ldv7VxeX9YlcQXiowHgdX6.jpg","[{'id':429,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Comics','origin_country':'US'},{'id':9993,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Entertainment','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':11565,'logo_path':null,'name':'The Safran Company','origin_country':'US'},{'id':105514,'logo_path':null,'name':'Mad Ghost Productions','origin_country':'US'},{'id':112502,'logo_path':null,'name':'Rodeo FX','origin_country':''},{'id':112611,'logo_path':null,'name':'Panoramic Pictures','origin_country':'CA'}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'US','name':'United States of America'}]","2018-12-07","1143689193","144","[{'iso_639_1':'en','name':'English'}]","Released","Home Is Calling","Aquaman","false","6.8","4932" +"false","/jslTlgq7A5sRxBOsP7ifA8L7iMG.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'},{'id':14,'name':'Fantasy'}]","","43093","tt0052611","en","Behemoth, the Sea Monster","Marine atomic tests cause changes in the ocean's ecosystem resulting in dangerous blobs of radiation and the resurrection of a dormant dinosaur which threatens London.","2.271","/bOt8hqIipLjyiqjb4y4gklEwz5T.jpg","[{'id':14056,'logo_path':null,'name':'Artistes Alliance Ltd.','origin_country':''},{'id':14058,'logo_path':null,'name':'Diamond Pictures Corp.','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1959-03-03","0","80","[{'iso_639_1':'en','name':'English'}]","Released","The biggest thing since creation!","The Giant Behemoth","false","5.5","17" +"false","/3rOo8GV7q0WEoVaRE5vRzVzZkls.jpg","null","10000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","9034","tt0280460","en","The Banger Sisters","In the late '60s, the self-proclaimed belles of the rock 'n' roll ball, rocked the worlds of every music legend whose pants they could take off -- and they have the pictures to prove it. But it's been more than two decades since the Banger Sisters earned their nickname -- or even laid eyes on each other. Their reunion is the collision of two women's worlds; one who's living in the past, and one who's hiding from it. Together they learn to live in the moment.","6.662","/jaJjG2rThvw7Z9DM9uwJ6ziCzDC.jpg","[{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-09-20","38068353","98","[{'iso_639_1':'en','name':'English'}]","Released","Some friendships last forever... like it or not.","The Banger Sisters","false","5.7","113" +"false","/rqWVnmGufBEyi9XeZMRZBjc3jsz.jpg","null","0","[{'id':10770,'name':'TV Movie'},{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':10749,'name':'Romance'}]","","43303","tt1343115","en","Nora Roberts' Tribute","A former child star buys her grandmother's house to rescue it from ruin but her hope for serenity is soon eclipsed by haunting dreams of her famous grandmother, who died of a supposed overdose in the house more than 30 years ago.","1.336","/ml03aMgbiaz0oxZni1MSTUm9nGW.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-04-11","0","88","[{'iso_639_1':'en','name':'English'}]","Released","","Nora Roberts' Tribute","false","5.5","14" +"false","/aNj2K4mi16Z7zkiid9CWqE0vRL3.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","","458759","tt5540194","en","Interlude In Prague","The incredible tale of Mozart's Prague years.","1.4","/exNSZhYbloK9Kv7bNMWXwMI3pL3.jpg","[{'id':50079,'logo_path':null,'name':'Kreo Films FZ','origin_country':''},{'id':96033,'logo_path':null,'name':'Trio in Prague','origin_country':''},{'id':11345,'logo_path':null,'name':'Stillking Films','origin_country':''},{'id':5056,'logo_path':'/kADFcjL04xe5HGBnlLjbfhliS2a.png','name':'Head Gear Films','origin_country':'GB'}]","[{'iso_3166_1':'AE','name':'United Arab Emirates'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'CZ','name':'Czech Republic'}]","2017-05-25","0","103","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","Mozart. Music. Murder. Scandal.","Interlude In Prague","false","7","3" +"false","/fv9Uxi4aGPWojUbQbAX594BFNaX.jpg","null","300000","[{'id':27,'name':'Horror'}]","","32613","tt0068713","en","Horror Express","Mysterious and unearthly deaths start to occur while Professor Saxton is transporting the frozen remains of a primitive humanoid creature he found in Manchuria back to Europe.","6.722","/fGFWmLSauvRDX45hqk8QHISep5Y.jpg","[{'id':13947,'logo_path':null,'name':'Benmar Productions','origin_country':''},{'id':7729,'logo_path':null,'name':'Granada Films','origin_country':''}]","[{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'GB','name':'United Kingdom'}]","1972-09-30","0","90","[{'iso_639_1':'en','name':'English'}]","Released","A nightmare of terror travelling aboard the Horror Express!","Horror Express","false","6.3","93" +"false","/7FAywH8ASRQ9QsiGRrxhLatYlVS.jpg","null","60000000","[{'id':10751,'name':'Family'},{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'}]","http://sinbad-themovie.com/main.html","14411","tt0165982","en","Sinbad: Legend of the Seven Seas","The sailor of legend is framed by the goddess Eris for the theft of the Book of Peace, and must travel to her realm at the end of the world to retrieve it and save the life of his childhood friend Prince Proteus.","15.768","/6LELf4ZzVBJwR9mNq86Mf5QVERS.jpg","[{'id':521,'logo_path':'/kP7t6RwGz2AvvTkvnI1uteEwHet.png','name':'DreamWorks Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-07-02","26288320","86","[{'iso_639_1':'cn','name':'????????? / ?????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'no','name':'Norsk'}]","Released","","Sinbad: Legend of the Seven Seas","false","6.8","858" +"false","/p5m1w0ylQtf4Yr2F8xcmanHxs2G.jpg","null","0","[{'id':14,'name':'Fantasy'},{'id':16,'name':'Animation'},{'id':27,'name':'Horror'}]","","44179","tt0094995","ja","????????????????????????","Kyoya's father was a great warrior, killed at the hands of the diabolical psychic, Rebi Ra, who has now opened a portal to hell in the city of Shinjuku. It falls to Kyoya to finish what his father started and battle his way through demons, while protecting a young woman from harm. The only problem is that he's not exactly your classic hero type, and his powers are still latent.","3.671","/htCzmp0gEvUCc2jfQMzfbwSGN4L.jpg","[{'id':3464,'logo_path':'/9k0nr75nwnNeT2MHerf1OXJN0hj.png','name':'Madhouse','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","1988-10-23","0","80","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Demon City Shinjuku","false","6.5","19" +"false","/1Nv3g0CiXcN9V5wQrxmYcVfBiPK.jpg","null","10000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","10984","tt0242998","en","Valentine","Five friends are stalked and murdered by a masked assailant while preparing for Valentine's Day.","10.086","/z5JhMLL9Atb6ukKex4K76l5gIxa.jpg","[{'id':172,'logo_path':null,'name':'NPV Entertainment','origin_country':''},{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-02-01","16300000","96","[{'iso_639_1':'en','name':'English'}]","Released","Remember that kid everyone ignored on Valentine???s Day? - He remembers you.","Valentine","false","5.1","204" +"false","/v45E1vDhPp2hc1dEZx5KZuRsSxX.jpg","{'id':529,'name':'Wallace & Gromit Collection','poster_path':'/993pCCMO9g9RQUtNDxQgE1B330H.jpg','backdrop_path':'/huyrvVKEKa9czUY89fnvaAVAtkX.jpg'}","30000000","[{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","http://www.dreamworksanimation.com/rabbit","533","tt0312004","en","Wallace & Gromit: The Curse of the Were-Rabbit","Cheese-loving eccentric Wallace and his cunning canine pal, Gromit, investigate a mystery in Nick Park's animated adventure, in which the lovable inventor and his intrepid pup run a business ridding the town of garden pests. Using only humane methods that turn their home into a halfway house for evicted vermin, the pair stumble upon a mystery involving a voracious vegetarian monster that threatens to ruin the annual veggie-growing contest.","15.418","/tLryx0x9TDV5rifA9W8yUvDZFHB.jpg","[{'id':297,'logo_path':'/ykJbf1z5qIreJrHWfnh1ev1alkD.png','name':'Aardman Animations','origin_country':'GB'},{'id':521,'logo_path':'/kP7t6RwGz2AvvTkvnI1uteEwHet.png','name':'DreamWorks Animation','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2005-09-04","192452832","85","[{'iso_639_1':'en','name':'English'}]","Released","Something bunny is going on...","Wallace & Gromit: The Curse of the Were-Rabbit","false","6.9","1206" +"false","/fooJUOfkI6H9k7xqzASZpFya93p.jpg","{'id':48188,'name':'Poison Ivy Collection','poster_path':'/b6kT8PNdIw3sxpahpZQP5l2DQTR.jpg','backdrop_path':'/ltqk4frjTxzjHIkeLxchNSqVJdW.jpg'}","3000000","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","9264","tt0105156","en","Poison Ivy","A seductive teen befriends an introverted high school student and schemes her way into the lives of her wealthy family.","9.623","/pul5ZbW6Ok1yxseq0TY1keiMWmg.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-05-08","0","88","[{'iso_639_1':'en','name':'English'}]","Released","What Ivy wants, Ivy gets.","Poison Ivy","false","5.3","140" +"false","/it84LlN7BLslsZk3WnTRmTttc9H.jpg","null","0","[{'id':18,'name':'Drama'}]","","411139","tt5657712","en","I'm Not Here","A man struggles with the tragic memories of his past to make sense of his present, but soon realizes that time isn't the enemy he thinks it is.","6.1","/zyJyNCoR4rVi5OEYniLEOxYCM4b.jpg","[]","[]","2019-03-08","0","81","[{'iso_639_1':'en','name':'English'}]","Released","a different kind of love story . . .","I'm Not Here","false","6","6" +"false","/k6BFmVoGzFONdIxAhQmk5qkNANz.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","","10164","tt0099204","en","Cadillac Man","Joe's a car salesman with a problem???he has two days to sell 12 cars or he loses his job. This would be a difficult task at the best of times but Joe has to contend with his girlfriends (he's two-timing), a missing teenage daughter and an ex-wife.","5.238","/uk1eVRubuiWCE7LCbLjexJrLFoH.jpg","[{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-05-18","27575086","97","[{'iso_639_1':'en','name':'English'}]","Released","If You Can't Trust a Car Salesman Who Can You Trust?","Cadillac Man","false","5.5","90" +"false","/yqfeWVhhqrI8w3wACVGEeudeQv9.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","21564","tt0047101","en","Human Desire","Jeff Warren, a Korean War vet just returning to his railroad engineer's job, boards at the home of co-worker Alec Simmons and is charmed by Alec's beautiful daughter. He becomes attracted immediately to Vicki Buckley, the sultry wife of brutish railroad supervisor Carl Buckley, an alcoholic wife beater with a hair trigger temper and penchant for explosive violence. Jeff becomes reluctantly drawn into a sordid affair by the compulsively seductive Vicki. After Buckley is fired for insubordination, he begs her to intercede on his behalf with John Owens, a rich and powerful businessman whose influence can get him reinstated.","2.768","/hVD9CrGZNuZy7CA20Mx48CZNJuS.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1954-08-05","0","91","[{'iso_639_1':'en','name':'English'}]","Released","A rarity on the screen... a RAW slice of life!","Human Desire","false","6.8","28" +"false","/l0GhQUGBjNxCA1kdDWaTPgsgNxF.jpg","null","29000000","[{'id':12,'name':'Adventure'},{'id':27,'name':'Horror'},{'id':28,'name':'Action'},{'id':36,'name':'History'}]","http://www.brotherhoodofthewolf.com/","6312","tt0237534","fr","Le Pacte des loups","In 18th century France, the Chevalier de Fronsac and his Native American friend Mani are sent by the King to the Gevaudan province to investigate the killings of hundreds by a mysterious beast.","8.715","/4jDtKADOlvE2HyqKAFvzvYFwKdy.jpg","[{'id':342,'logo_path':null,'name':'Davis-Films','origin_country':''},{'id':616,'logo_path':'/aeBPwUMUqIOFnt3Fxv9fC91hBuq.png','name':'Eskwad','origin_country':'FR'},{'id':25863,'logo_path':null,'name':'Natexis Banques Populaires Images','origin_country':''},{'id':25862,'logo_path':null,'name':'Studio Image Soficas','origin_country':''},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':356,'logo_path':'/9tW5wZEGotn1Ei5pErA88m47XiD.png','name':'TF1 Films Production','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'}]","2001-01-31","70752904","137","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'it','name':'Italiano'}]","Released","","Brotherhood of the Wolf","false","6.6","674" +"false","/cwiJQXezWz876K3jS57Sq56RYCZ.jpg","{'id':527439,'name':'Mary Poppins Collection','poster_path':'/3zPQxAI5z5K3eSuiBzlHIjSPhAz.jpg','backdrop_path':'/7f3qwby0wlw4y1vG7yQqhme5iTK.jpg'}","130000000","[{'id':14,'name':'Fantasy'},{'id':10751,'name':'Family'},{'id':35,'name':'Comedy'}]","https://movies.disney.com/mary-poppins-returns","400650","tt5028340","en","Mary Poppins Returns","In Depression-era London, a now-grown Jane and Michael Banks, along with Michael's three children, are visited by the enigmatic Mary Poppins following a personal loss. Through her unique magical skills, and with the aid of her friend Jack, she helps the family rediscover the joy and wonder missing in their lives.","64.208","/uTVGku4LibMGyKgQvjBtv3OYfAX.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':2527,'logo_path':'/osO7TGmlRMistSQ5JZusPhbKUHk.png','name':'Marc Platt Productions','origin_country':'US'},{'id':17021,'logo_path':null,'name':'Lucamar Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-12-13","320264753","131","[{'iso_639_1':'en','name':'English'}]","Released","Magic Always Returns","Mary Poppins Returns","false","6.7","1107" +"false","/eDuP5bosdHdYjiELEsOo1FiXjVR.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","415311","tt3905764","en","The Neighbor","A middle-aged man in a stagnant marriage, finds his life upended when an attractive young woman and her seemingly abusive husband move in next door.","7.513","/jvv66k53knzs49wnzaOZjOPYj4r.jpg","[{'id':81244,'logo_path':null,'name':'Blood Moon Creative','origin_country':''},{'id':81245,'logo_path':null,'name':'Michael Bruce Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-01-26","0","105","[{'iso_639_1':'en','name':'English'}]","Released","","The Neighbor","false","4.7","25" +"false","/zFRilHeLlu3xA4IF3YgbO3JNBcp.jpg","{'id':534315,'name':'Snowtime! Collection','poster_path':'/3MVqmjlqHteJCVt0sXU8cvTYMbX.jpg','backdrop_path':null}","3000000","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':35,'name':'Comedy'},{'id':12,'name':'Adventure'}]","http://racetimethemovie.com","534313","tt8925540","fr","La course des tuques 3D","A spectacular sled race through the village. Frankie-Four-Eyes and his team, including Sophie as the driver, take on the newcomers: the mysterious and conceited Zac and his athletic cousin Charlie.","4.512","/iUlP6aUCyGh3aEEU0DmnFaJlAOg.jpg","[{'id':20182,'logo_path':'/8q7vbukhNuX9a9EE7AqzeWZEmll.png','name':'CarpeDiem Film & TV','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2018-12-07","12000000","90","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'tr','name':'T??rk??e'}]","Released","","Racetime","false","4","4" +"false","/f3Ca8ubXEINQNJiy2CIIsE0wWPP.jpg","null","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':10749,'name':'Romance'}]","","30840","tt0102797","en","Robin Hood","The Swashbuckling legend of Robin Hood unfolds in the 12th century when the mighty Normans ruled England with an iron fist.","5.073","/rmVyrko5XHRuoO37cRVMOWDm17W.jpg","[{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'},{'id':38978,'logo_path':null,'name':'CanWest Global Communications','origin_country':''},{'id':1556,'logo_path':'/31h94rG9hzjprXoYNy3L1ErUya2.png','name':'20th Century Fox Television','origin_country':'US'},{'id':46,'logo_path':null,'name':'Westdeutscher Rundfunk (WDR)','origin_country':'DE'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1991-05-13","0","104","[{'iso_639_1':'en','name':'English'}]","Released","","Robin Hood","false","5.8","59" +"false","/3RlCYv72322FQ2q6DcjyCK1Xe9J.jpg","null","750000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","35711","tt0072820","en","Cooley High","In the mid-1960s, a group of high school friends who live on the Near North Side of Chicago enjoy life to the fullest...parties, hanging out, meeting new friends. Then life changes for two of the guys when they meet a pair of career criminals and get falsely arrested in connection with stealing a Cadillac. We follow their lives through the end of high school and the dramatic end to their school.","2.798","/tcvLkHoCtYVdlCA3KZ2BKmt2MFZ.jpg","[{'id':9266,'logo_path':null,'name':'American International Pictures (AIP)','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1975-06-25","13000000","107","[{'iso_639_1':'en','name':'English'}]","Released","Where the Student Body Was a Chick Named Veronica... The Senior Prom was a 'belly rub' and the Class of '64 ran a Permanent crap game in the Men's Room!","Cooley High","false","7.3","23" +"false","/8XAeuJL3aJl0KoVEiK6YHv5QWel.jpg","null","60000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","5820","tt0443632","en","The Sentinel","A secret service agent is framed as the mole in an assassination attempt on the president. He must clear his name and foil another assassination attempt while on the run from a relentless FBI agent.","8.73","/wUE2EsKkktVz8IiTzrpO6GbI6gh.jpg","[{'id':28537,'logo_path':null,'name':'Sentinel Productions','origin_country':''},{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':1171,'logo_path':null,'name':'Epsilon Motion Pictures','origin_country':'CH'},{'id':33433,'logo_path':null,'name':'Furthur Films','origin_country':''},{'id':10104,'logo_path':'/hNuGhsKVlmhnwSRcmOejDBDjh6w.png','name':'New Regency Pictures','origin_country':'US'},{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'},{'id':445,'logo_path':null,'name':'Major Studio Partners','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-04-19","77920346","108","[{'iso_639_1':'en','name':'English'}]","Released","In 141 years, there's never been a traitor in the Secret Service.... Until Now.","The Sentinel","false","5.9","349" +"false","/kxLyZhFMKNhc5QvT6SGyysFlupk.jpg","null","0","[{'id':18,'name':'Drama'}]","","42018","tt0090907","zh","?????????","Devout Buddhists, Norbu and Dolma live with their young son Tashi in a clan in Tibet. Norbu is a highwayman. After Norbu is charged with stealing from the temple, he and his family are banished. Impoverished and marginalized, they can do little when their beloved son becomes ill. Tashi dies of a fever. After a second son is born, Norbu focuses his every action on keeping this child alive, seeking re-admission to the clan for his wife and child, then risking all to save them from isolation and starvation in winter. Images of harsh landscapes, vultures, and prayer wheels carry a virtually wordless narrative.","1.903","/k3BcPaxy0uPPVWjkurldacW0NZ7.jpg","[{'id':4582,'logo_path':null,'name':'Xi'an Film Studio','origin_country':''}]","[{'iso_3166_1':'CN','name':'China'}]","1986-01-01","0","88","[{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'bo','name':''}]","Released","","The Horse Thief","false","6.4","9" +"false","/d4NPeFVD3ayNHDLV2gwM3CzHYOY.jpg","null","0","[{'id':35,'name':'Comedy'}]","","31462","tt0089629","en","Moving Violations","A group of careless and unlucky drivers are sentenced to attend traffic school to keep their records clean.","2.555","/dgFqQEaBTz4hQJLIU7FddrYkOCx.jpg","[{'id':396,'logo_path':null,'name':'SLM Production Group','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-04-19","0","90","[{'iso_639_1':'en','name':'English'}]","Released","A crash course in traffic school.","Moving Violations","false","5.7","23" +"false","/mQGEByVNnKiOVoAMDJ9KhvlCtgz.jpg","null","10000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':10749,'name':'Romance'}]","","308","tt0412019","en","Broken Flowers","As the devoutly single Don Johnston is dumped by his latest girlfriend, he receives an anonymous pink letter informing him that he has a son who may be looking for him.","8.33","/pvtdRUpJE6YjIi8BLEZ7jhEdeN1.jpg","[{'id':10146,'logo_path':'/xnFIOeq5cKw09kCWqV7foWDe4AA.png','name':'Focus Features','origin_country':'US'},{'id':208,'logo_path':'/bxQYlRhQu6nbohBEL0SWz8xIAGy.png','name':'Bac Films','origin_country':'FR'},{'id':22456,'logo_path':null,'name':'Five Roses','origin_country':'US'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","2005-05-17","46720491","106","[{'iso_639_1':'en','name':'English'}]","Released","Sometimes life brings some strange surprises.","Broken Flowers","false","6.9","570" +"false","/fE7QWc1v0PKizh7MaVwLD8Ot4en.jpg","null","0","[{'id':35,'name':'Comedy'}]","","467673","tt7027092","fr","Budapest","Two best friends stuck in boring jobs become bachelor party planners in Budapest.","7.729","/8lDG1Clxtxl2smirw9BRsddhQQP.jpg","[{'id':12648,'logo_path':null,'name':'Labyrinthe Films','origin_country':'FR'},{'id':15308,'logo_path':null,'name':'Wild Bunch Distribution','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'}]","2018-06-27","0","102","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Budapest","false","5.8","125" +"false","/sGtx88J9vxPwqRosFMTay9ogtdJ.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","260646","tt2658428","fr","Victor Young Perez","Victor Perez was a Jewish boxer who became world flyweight champion in 1931 and 1932, but was transported to Auschwitz concentration camp when Paris fell to the Nazi s in 1943. While there he was forced into slave labour and made to participate in violent boxing matches for the amusement of the Nazi guards. Surviving Auschwitz tells Victors astonishing, harrowing, brutal and incredibly moving true story.","1.366","/ysCahQmBzLiTiuzAfgjM5gEbxP5.jpg","[{'id':7636,'logo_path':'/e6uCvCNTf0nnery1iaQh6QSgpbn.png','name':'Nimar Studios','origin_country':'BG'},{'id':23433,'logo_path':null,'name':'No?? Productions','origin_country':''},{'id':47347,'logo_path':null,'name':'Mazel Productions','origin_country':''},{'id':591,'logo_path':'/q5I5RDwMEiqoNmfaJgd2LraEOJY.png','name':'France 3 Cin??ma','origin_country':'FR'},{'id':26629,'logo_path':null,'name':'Transfax Film Productions','origin_country':''},{'id':47348,'logo_path':null,'name':'Greenhouse Media Investment','origin_country':''},{'id':47349,'logo_path':null,'name':'Mr. Significant Films','origin_country':''},{'id':47350,'logo_path':null,'name':'Neyrac Films','origin_country':''},{'id':310,'logo_path':'/4Gp5A4YdjPBfsHT47ngHMaXWmb9.png','name':'Centre National de la Cin??matographie','origin_country':'FR'},{'id':7131,'logo_path':'/eLvjHPYZ12GR58lrDgg6MXZp2a3.png','name':'France T??l??visions','origin_country':'FR'}]","[{'iso_3166_1':'BG','name':'Bulgaria'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'IL','name':'Israel'}]","2013-11-20","0","103","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'de','name':'Deutsch'}]","Released","","Victor Young Perez","false","5.7","9" +"false","/4PGMgt77oNn8sqG79sx74C3pROg.jpg","null","0","[{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'}]","","427395","tt5072852","en","The Gaelic King","Set in war-torn 800AD Scotland, The Gaelic King tells the story of warrior-king Alpin mac Eachdach. When his young brother is captured, Alpin must hunt the kidnappers though a dark forest that hides an ancient evil.","2.128","/p6XBvViXzWH1JRc5NW5WHNtyNmG.jpg","[{'id':91340,'logo_path':null,'name':'Fellowship Film','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-09-14","0","88","[{'iso_639_1':'en','name':'English'}]","Released","","The Gaelic King","false","5.3","6" +"false","/4WfwZ5QLbyQccaaTDsJLs1Mt3By.jpg","null","3716946","[{'id':35,'name':'Comedy'},{'id':37,'name':'Western'}]","","23330","tt0065446","en","The Ballad of Cable Hogue","Double-crossed and left without water in the desert, Cable Hogue is saved when he finds a spring. It is in just the right spot for a much needed rest stop on the local stagecoach line, and Hogue uses this to his advantage. He builds a house and makes money off the stagecoach passengers. Hildy, a prostitute from the nearest town, moves in with him. Hogue has everything going his way until the advent of the automobile ends the era of the stagecoach.","5.999","/b2sQuFpDWpGEahGboUTBumAs6A9.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1970-05-13","5000000","121","[{'iso_639_1':'en','name':'English'}]","Released","Cable Hogue says??? ""Do unto others??? as you would have others do unto you.""","The Ballad of Cable Hogue","false","7","76" +"false","/aLIJMNWVCNuKLVxFFuDI5hi5tUE.jpg","null","7000000","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","35080","tt0266391","en","The Cat's Meow","Semi-true story of the Hollywood murder that occurred at a star-studded gathering aboard William Randolph Hearst's yacht in 1924.","3.442","/vozeOua6qM1LiM7yyhuypc3MWst.jpg","[{'id':5521,'logo_path':null,'name':'CP Medien AG','origin_country':''},{'id':35,'logo_path':'/wxrHa3nZ1K4zo65p56991INkGo6.png','name':'Lions Gate Films','origin_country':'US'},{'id':1854,'logo_path':null,'name':'Dan Films','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2001-08-03","3646994","114","[{'iso_639_1':'en','name':'English'}]","Released","Some secrets won't stay buried.","The Cat's Meow","false","5.9","42" +"false","/8r8m4A09GmYAp7wjBjYPhwPXI6x.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':14,'name':'Fantasy'}]","","436053","tt6294226","en","Stray","An orphaned teenager forms an unlikely friendship with a detective. Together they investigate her mother's murder, and uncover the supernatural force that proves to be a threat to her family.","5.646","/7VYEwxLO6fxvCJECXeCghDcZPD0.jpg","[{'id':57537,'logo_path':'/xDWgR9hco6pRM69A4djcwaSpKHz.png','name':'Diablo Entertainment','origin_country':'US'},{'id':115422,'logo_path':null,'name':'Engineer','origin_country':''}]","[]","2019-03-01","0","","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'}]","Released","","Stray","false","5.5","3" +"false","/tOoOLKYJ87bx2ncQxSevwYPdXzF.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","548764","tt8308174","pl","Jak pies z kotem","A vision of an unconventional family together with their conflicts and rivalry, a vision full of ironic sense of humour but also emotional moments and true closeness. When the elder brother, Andrzej, suddenly falls ill, despite their differences and a wall of misunderstandings that has grown between them, his younger brother is taking it upon himself to care for his brother in need.","2.711","/8vIUvWK5q852rrRNOsqPpUKOQjH.jpg","[{'id':10826,'logo_path':null,'name':'Akson Studio','origin_country':''}]","[{'iso_3166_1':'PL','name':'Poland'}]","2018-10-19","0","100","[{'iso_639_1':'pl','name':'Polski'}]","Released","","A Cat with a Dog","false","8","1" +"false","/kwd056hcmMluIPaQ427Rp4qlxbI.jpg","null","17000000","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","9272","tt0107034","en","The Good Son","A young boy stays with his aunt and uncle, and befriends his cousin who's the same age. But his cousin begins showing increasing signs of psychotic behavior.","7.486","/813ZVK1ox32vr3FexdTlv9PHFD6.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-09-24","44456478","87","[{'iso_639_1':'en','name':'English'}]","Released","Evil has many faces","The Good Son","false","6.3","351" +"false","/qUnqakZT80gjcspVeC7K2EQ8hfO.jpg","null","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'}]","","31600","tt0090130","en","Target","A Texan with a secret past (Gene Hackman) searches Europe with his son (Matt Dillon) after the KGB kidnaps his wife (Gayle Hunnicutt).","2.444","/f3X47mxnA03CqCY4ehChRCzBf5Q.jpg","[{'id':3902,'logo_path':null,'name':'CBS Entertainment Productions','origin_country':''},{'id':2161,'logo_path':'/kaHPCUD2nQ1DGWDAH3zbYVCkTae.png','name':'CBS Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-11-08","0","117","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'de','name':'Deutsch'}]","Released","Nothing exciting ever happened in Chris' family. But within 48 hours, his mother will be kidnapped, His father will be forced to reveal a secret past and he will find himself at the center of an adventure he never dreamed could happen to him.","Target","false","6.4","38" +"false","/t8cg3KgsvAInKYp1yo60YpWv8Fy.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':37,'name':'Western'}]","","57258","tt0048204","en","The Indian Fighter","A scout leading a wagon train through hostile Indian country unwittingly gets involved with a Sioux chief's daughter","2.934","/reWmkD0D2QGYivWZ5Lv9pVC75CS.jpg","[{'id':611,'logo_path':null,'name':'Bryna Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1955-12-21","0","88","[{'iso_639_1':'en','name':'English'}]","Released","Only one man has the power to stop a war.","The Indian Fighter","false","5.8","18" +"false","/dSdZ9iAgoDyAh3AcXtdyS9GtBKu.jpg","null","0","[{'id':878,'name':'Science Fiction'}]","http://level16thefilm.com","548066","tt4006302","en","Level 16","The teenage girls of Vestalis Academy are meticulously trained in the art of being ???clean girls,??? practicing the virtues of perfect femininity. But what exactly are they being trained for? Vivien intends to find out.","36.049","/ibw9NX3EO51SYkJ7NI9oH3rkdZ1.jpg","[{'id':65054,'logo_path':null,'name':'Markham Street Films','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2019-03-01","0","102","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'be','name':'???????????????????? ????????'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Purity Has A Price","Level 16","false","4.1","23" +"false","/mYU1NFj8U99yX4sXEGcvEGQ7RQG.jpg","null","0","[{'id':18,'name':'Drama'}]","","538207","tt7903530","en","We Die Young","Lucas, a 14-year-old boy inducted into the gang life in Washington D.C., is determined that his 10-year-old brother won't follow the same path. When an Afghanistan war veteran comes into the neighborhood, an opportunity arises.","6.824","/dB0Dl2nDRmvplaJLeHSfkppJXHs.jpg","[{'id':32469,'logo_path':null,'name':'Dream Team Films','origin_country':'BG'},{'id':3870,'logo_path':null,'name':'Premiere Picture','origin_country':''},{'id':2982,'logo_path':null,'name':'Signature Pictures','origin_country':'US'}]","[{'iso_3166_1':'BG','name':'Bulgaria'},{'iso_3166_1':'US','name':'United States of America'}]","2019-03-01","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Every Life Is Worth Saving.","We Die Young","false","6.3","12" +"false","/qmiK6i25wxdzJEHffZjhsd2NoS.jpg","null","0","[{'id':9648,'name':'Mystery'}]","","42077","tt0037932","en","My Name Is Julia Ross","Julia Ross secures employment, through a rather nosy employment agency, with a wealthy widow, Mrs. Hughes, and goes to live at her house. 2 days later, she awakens - in a different house, in different clothes, and with a new identity. She's told she is the daughter-in-law of Mrs. Hughes, and has suffered a nervous breakdown. I'd Julia really 'Julia', or, is it true, that she's lost all memory of who she is?","3.176","/chTO5mqs0avT3ktFTtWfLgN2ZOa.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1945-11-08","0","65","[{'iso_639_1':'en','name':'English'}]","Released","She went to sleep as a secretary ... and woke up a madman's ""bride""!","My Name Is Julia Ross","false","6.7","20" +"false","/uX1RqV8Dq5L6bJwtp6EournXlww.jpg","null","17000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.coatwolf.com/","58699","tt1242599","en","Bellflower","Two friends spend all their free time building flame-throwers and weapons of mass destruction in hopes that a global apocalypse will occur and clear the runway for their imaginary gang ""Mother Medusa"".","4.289","/aftUWPwOJVC37SUhQWzlbrnVlxW.jpg","[{'id':7313,'logo_path':null,'name':'Coatwolf Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-04-16","101236","106","[{'iso_639_1':'en','name':'English'}]","Released","A love story with apocalyptic stakes.","Bellflower","false","6.2","80" +"false","/3UPGMO3KqxpBHkAinXr4fknjDV0.jpg","{'id':14563,'name':'The Ring Collection','poster_path':'/500xj7l72BojMZ3tNBJY46tg5YJ.jpg','backdrop_path':'/jXlFymc442CEMB5h3d62GeJefnW.jpg'}","50000000","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","10320","tt0377109","en","The Ring Two","Rachel Keller must prevent evil Samara from taking possession of her son's soul.","12.421","/mYZdcd5XeZkye72oQejkLuAGI7q.jpg","[{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'},{'id':6363,'logo_path':null,'name':'BenderSpink','origin_country':''},{'id':49325,'logo_path':null,'name':'Parkes+MacDonald Image Nation','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-03-17","161451538","110","[{'iso_639_1':'en','name':'English'}]","Released","The dead don't sleep.","The Ring Two","false","5.6","1188" +"false","/geZi37CzwkT1IE7ENs7NjaL5Q7N.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'}]","","14172","tt0367478","en","Wake of Death","Action superstar, Jean-Claude Van Damme (Universal Soldier, Street Fighter), is back and at his hard-hitting best as Ben Archer, an ex-mob enforcer seeking revenge against a ruthless Chinese kingpin responsible for his wife's brutal murder. When Archer joins forces with his old underworld friends, an all-out war is waged against the Chinese Triad in this pulse-pounding action thriller.","5.974","/vfDVpBus7BaUiT6UsjpiedyPtnX.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-12-28","0","91","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Wake of Death","false","5.7","84" +"false","/etUHgT80y3KYKZbGdoNTNBN9tUF.jpg","null","30000000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","","10350","tt0131646","en","Wing Commander","The Hollywood version of the popular video game series ""Wing Commander"". Unlike other video games to feature film transitions, series creator Chris Roberts was heavily involved in the film's creation. This is the story of Christopher Blair and Todd ""Maniac"" Marshall as they arrive at the Tiger Claw and are soon forced to stop a Kilrathi fleet heading towards Earth.","8.013","/pdNhh937iErsAzR6h7pt2mQmclO.jpg","[{'id':89308,'logo_path':null,'name':'Wing Commander Productions','origin_country':''},{'id':80469,'logo_path':null,'name':'American Entertainment Investors','origin_country':''},{'id':19944,'logo_path':null,'name':'Carousel Picture Company, The','origin_country':''},{'id':89309,'logo_path':null,'name':'Digital Anvil','origin_country':''},{'id':24039,'logo_path':null,'name':'No Prisoners Productions','origin_country':''},{'id':24041,'logo_path':null,'name':'Origin Systems Inc.','origin_country':''}]","[{'iso_3166_1':'LU','name':'Luxembourg'},{'iso_3166_1':'US','name':'United States of America'}]","1999-03-11","0","100","[{'iso_639_1':'en','name':'English'}]","Released","An action packed thrill ride!","Wing Commander","false","4.3","110" +"false","/7kAXrqKDAt8vnVTJs3JIwfWYeGy.jpg","{'id':88574,'name':'Scanners Collection','poster_path':'/k5fcdW17cUNbyUVWqGu0Uc8QszN.jpg','backdrop_path':null}","4100000","[{'id':878,'name':'Science Fiction'}]","","9538","tt0081455","en","Scanners","Darryl Revok is the most powerful of all the scanners, and is the head of the underground scanner movement for world domination. Scanners have great psychic power, strong enough to control minds; they can inflict enormous pain/damage on their victims. Doctor Paul Ruth finds a scanner that Revok hasn't, and converts him to their cause - to destroy the underground movement.","9.209","/gl7uT1nm7kpi4Fv0YMgv2C1dGj3.jpg","[{'id':494,'logo_path':null,'name':'AVCO Embassy Pictures','origin_country':'US'},{'id':4952,'logo_path':null,'name':'Canadian Film Development Corporation (CFDC)','origin_country':''},{'id':6160,'logo_path':null,'name':'Filmplan','origin_country':''},{'id':6161,'logo_path':null,'name':'Victor Solnicki Productions','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","1981-01-14","14225876","103","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","10 Seconds: The Pain Begins. 15 Seconds: You Can't Breathe. 20 Seconds: You Explode.","Scanners","false","6.8","427" +"false","/qJjGPJSXtCMOvBLJwusTGkiboYZ.jpg","{'id':74508,'name':'[REC] Collection','poster_path':'/jTA37dMZVUFej20EoM5SomKtnYi.jpg','backdrop_path':'/rDzuccVBZSyNVQ26hTRT0DvneVA.jpg'}","1500000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","http://www.3l-filmverleih.de/rec","8329","tt1038988","es","[REC]","A television reporter and cameraman follow emergency workers into a dark apartment building and are quickly locked inside with something terrifying.","11.475","/lLSXs26iZe0aIzYrobr3FruUG36.jpg","[{'id':3631,'logo_path':null,'name':'Filmax','origin_country':''}]","[{'iso_3166_1':'ES','name':'Spain'}]","2007-04-10","30448000","78","[{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","One witness. One camera","[REC]","false","7.1","1872" +"false","/cHXa58okQxXooNS0zjkumDEnXYg.jpg","null","6000000","[{'id':53,'name':'Thriller'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","9534","tt0395125","es","Crimen Ferpecto","A playboy has the tables turned on him when he finds himself being used as a plaything by an undesirable woman in this black comedy from Spain.","6.133","/fduo65oYroaDwa69Z6lZGAQ6nhD.jpg","[{'id':93163,'logo_path':null,'name':'Digital +','origin_country':''},{'id':692,'logo_path':null,'name':'Sogecine','origin_country':''},{'id':93164,'logo_path':null,'name':'Planet Pictures','origin_country':''}]","[{'iso_3166_1':'ES','name':'Spain'}]","2004-09-10","0","105","[]","Released","","The Ferpect Crime","false","6.5","129" +"false","/9rxMNGAkzDaupQkqt1n2sT48mWF.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':10770,'name':'TV Movie'}]","http://www.silverscreenpictures.com/film-carnal-innocence.htm","71070","tt1863173","en","Carnal Innocence","A famous violinist Caroline Waverly returns to her home town. A killer is on the streets, and Caroline may be a target for murder.","1.43","/mclCfhdGlrqPdPM1G9QyMljmuOd.jpg","[{'id':3995,'logo_path':null,'name':'Stephanie Germain Productions','origin_country':''},{'id':3996,'logo_path':'/m76hDa0n6oakF6nz3uVUkXU8arP.png','name':'Mandalay Television','origin_country':'US'},{'id':12799,'logo_path':null,'name':'Silver Screen Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-06-13","0","86","[{'iso_639_1':'en','name':'English'}]","Released","","Carnal Innocence","false","5","13" +"false","/bsDz8vhurQOxLuDFmSKcWxlSBfY.jpg","null","0","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","176813","tt0058499","en","Psyche 59","An industrialist's (Curt Jurgens) wife (Patricia Neal) tries to remember the shocking sight that made her blind.","0.846","/evl6GPBvt8NyAusxUfPZCy54nQ.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':87756,'logo_path':null,'name':'troy-schenck productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1964-04-29","0","94","[{'iso_639_1':'en','name':'English'}]","Released","The screen prowls the lonely place where lust hides!","Psyche 59","false","7","5" +"false","/eI6rWwBFY2LpT6pgi8INY0i3APD.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10770,'name':'TV Movie'}]","http://www.hbo.com/tour-de-pharmacy","458506","tt5886510","en","Tour de Pharmacy","A mockumentary that chronicles the prevalence of doping in the world of professional cycling.","6.985","/aMOR9OtWaH3v4Ui7Hq5Rx0TEFUA.jpg","[{'id':90624,'logo_path':null,'name':'VER','origin_country':''},{'id':7429,'logo_path':'/6in9uMqxXEHx5XgYgkeRBpZ4rPw.png','name':'HBO Films','origin_country':'US'},{'id':90625,'logo_path':null,'name':'Legends of Sport','origin_country':''},{'id':90626,'logo_path':null,'name':'Cineverse','origin_country':''},{'id':90627,'logo_path':null,'name':'Media Services','origin_country':'BE'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-07-08","0","41","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Winning is in their blood. Among other things.","Tour de Pharmacy","false","6.8","73" +"false","/rQ7hQ0fXhg6fZAXlRbIvou1QuMX.jpg","null","0","[{'id':28,'name':'Action'},{'id':9648,'name':'Mystery'}]","","530254","tt8574252","ko","??????","Ja-yoon is a high school student who struggles with memory loss after she endured some unknown trauma during her childhood. While trying to uncover the truth, she is unwittingly dragged into a world of crime and finds herself on a journey that will awaken many secrets hidden deep within.","5.56","/xKYfXzaBlvWduzMcVvDb4Is82WU.jpg","[{'id':10924,'logo_path':null,'name':'Peppermint&company','origin_country':'KR'},{'id':103747,'logo_path':null,'name':'Warner Bros. Korea','origin_country':'KR'}]","[{'iso_3166_1':'KR','name':'South Korea'}]","2018-06-27","0","125","[{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","","The Witch: Part 1. The Subversion","false","7.2","12" +"false","/qOvGlCeXbMmY81Iezlshu98XiK0.jpg","null","0","[{'id':35,'name':'Comedy'}]","http://www.mylifetime.com/movies/love-by-the-10th-date","436939","tt5881970","en","Love by the 10th Date","Four friends balance their dating adventures with their career ambitions at an upscale magazine, teaching themselves and each other how to get the most out of love and life.","1.112","/vO0HtYWBSKPPYM6Vok8UfOejD1o.jpg","[{'id':12799,'logo_path':null,'name':'Silver Screen Pictures','origin_country':''},{'id':3431,'logo_path':'/6LVLYfZAEQfhJey0MGvhFXdDEK1.png','name':'Lifetime','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-01-28","0","87","[{'iso_639_1':'en','name':'English'}]","Released","","Love by the 10th Date","false","5.7","6" +"false","/8rgNKpgRDJLZsud5AvUz28ASNYM.jpg","null","10000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.theofficialjohncarpenter.com/the-ward/","45657","tt1369706","en","The Ward","A thriller centered on an institutionalized young woman who becomes terrorized by a ghost.","6.02","/cMApNxaSq4udLTYBAd755E8VJok.jpg","[{'id':7493,'logo_path':'/452FO4LcI6lA6bfgl6w1kQYRBlr.png','name':'FilmNation Entertainment','origin_country':'US'},{'id':3870,'logo_path':null,'name':'Premiere Picture','origin_country':''},{'id':5855,'logo_path':null,'name':'A Bigger Boat','origin_country':''},{'id':1804,'logo_path':null,'name':'North by Northwest Entertainment','origin_country':''},{'id':2147,'logo_path':'/yV2P6SlxuicJTwUvUUqoOBAEreC.png','name':'Echo Lake Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-09-13","498974","88","[{'iso_639_1':'en','name':'English'}]","Released","Only Sanity Can Keep You Alive","The Ward","false","5.8","581" +"false","/382Oaxgt599hnDDtF58cJwALAKR.jpg","{'id':124901,'name':'Hatchet Collection','poster_path':'/3Y0JXGlLLYjlHVWUS50uwkSlxpL.jpg','backdrop_path':'/f3q5nrEJrhRFr0c2proh8Q9x4xx.jpg'}","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","http://www.hatchetmovie.com/","11908","tt0422401","en","Hatchet","When a group of tourists on a New Orleans haunted swamp tour find themselves stranded in the wilderness, their evening of fun and spooks turns into a horrific nightmare.","9.669","/yiCFJJuUJUD2aDws8iNjnDc91zu.jpg","[{'id':3960,'logo_path':null,'name':'ArieScope Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-04-27","0","83","[{'iso_639_1':'en','name':'English'}]","Released","Stay out of the swamp.","Hatchet","false","5.7","259" +"false","/tp0nSJdUEF9rUGbFqJelaj1abp1.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'}]","","58985","tt0116442","en","Grace of My Heart","An aspiring singer, Denise Waverly/Edna Buxton, sacrifices her own singing career to write hit songs that launch the careers of other singers. The film follows her life from her first break, through the pain of rejection from the recording industry and a bad marriage, to her final triumph in realizing her dream to record her own hit album.","1.836","/fkgVjmbN9VdBxguNi6tz6lb3sDu.jpg","[{'id':691,'logo_path':null,'name':'Cappa Productions','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':37,'logo_path':'/nlG4JEjJ7SAFDehgIVvHFBPW23y.png','name':'Gramercy Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-09-13","0","116","[{'iso_639_1':'en','name':'English'}]","Released","For years her songs brought fame to other people. Then she found her own voice.","Grace of My Heart","false","6.5","24" +"false","/5tI7nOWftcTYxmT1lukxKlLgcSU.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'},{'id':10749,'name':'Romance'}]","","14365","tt0250468","en","Killing Me Softly","A woman grows suspicious of her controlling husband after she discovers secrets about the women in his past.","9.536","/uV2al0z68PMO6U8FLvm2AtuzEnR.jpg","[{'id':8832,'logo_path':null,'name':'Noelle Entertainment Limited','origin_country':''},{'id':2364,'logo_path':'/oZyR5maGM96jReVgW7oJ7mXN8ts.png','name':'The Montecito Picture Company','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2002-05-10","0","100","[{'iso_639_1':'en','name':'English'}]","Released","How do you escape... what you can't resist?","Killing Me Softly","false","5.5","133" +"false","/4LQcthUFunuet9VP7jJRRstGjrz.jpg","null","5000000","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","12483","tt0355954","en","Riding the Bullet","Set in 1969, Alan Parker (Jackson) is a young artist, studying at the University of Maine. He becomes obsessed with death, and believing he is losing his girlfriend, Jessica (Christensen), he tries to commit suicide on his birthday but his friends manage to stop him, and he recovers. He receives news that his mother is dying and decides to hitchhike, in an attempt to reach his dying mom.","6.928","/vxhChgkTijDhDbUi0yR1BF7kyWz.jpg","[{'id':15106,'logo_path':null,'name':'Riding the Bullet Production','origin_country':''},{'id':2090,'logo_path':'/jYlUttNqcN5u1pzMQrh5AEhZ27t.png','name':'Motion Picture Corporation of America','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2004-10-15","0","98","[{'iso_639_1':'en','name':'English'}]","Released","","Riding the Bullet","false","5","75" +"false","/kKI12z62i28fgXYG5LoMLh4e3PP.jpg","null","0","[{'id':35,'name':'Comedy'}]","","9101","tt0116130","en","Down Periscope","Bumbling Navy lieutenant Tom Dodge has been given one last chance to clean up his record. But Admiral Graham, his nemesis, assigns Dodge to the Stingray, a submarine that can barely keep afloat. To add insult to injury, the Stingray is to be the enemy flagship in the upcoming war games ??? and to make matters even worse, Dodge's crew is a band of idiots even more incompetent that he is!","6.432","/q6JEjedx4LoZRig8U1R5sJqBfti.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-03-01","0","92","[{'iso_639_1':'en','name':'English'}]","Released","A rusty sub. A rebel commander. A renegade crew. When destiny called, they should have hung up.","Down Periscope","false","5.8","153" +"false","/lRyYAqojorNlfPhFD7oOwT4t0WO.jpg","null","0","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","40824","tt0038958","en","So Dark the Night","Inspector Cassin, a renowned Paris detective, departs to the country for a much-needed break. There he falls in love with the innkeeper???s daughter, Nanette, who is already betrothed to a local farmer. On the evening of their engagement party, Nanette and the farmer both disappear. Cassin takes up the case immediately to discover what happened to them and who is responsible.","1.403","/mfZ7GRx2p1dfl58bVEHBFJjreG0.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1946-10-10","0","71","[{'iso_639_1':'en','name':'English'}]","Released","","So Dark the Night","false","5.6","8" +"false","/zZaBzZctmk87keX4VHEaexcPDmQ.jpg","null","0","[{'id':35,'name':'Comedy'}]","","296206","tt0474603","en","Comedy Central Roast of Pamela Anderson","Pamela Anderson was roasted by Courtney Love, Adam Carolla, Bea Arthur, Nick DiPaolo, Greg Giraldo, Elon Gold, Eddie Griffin, Lady Bunny, Lisa Lampanelli, Tommy Lee, Jeff Ross, Sarah Silverman, Andy Dick, roastmaster Jimmy Kimmel and pre-taped appearances by David Spade and Hugh Hefner. Dennis Rodman was amongst the crowd on the stage. This roast featured a large amount of jokes and satire regarding sex directed from roasters toward fellow roasters, complete with Andy Dick appearing as Pamela's plastic surgeon and groping her breasts as part of his skit. Many of the jokes were also directed at Courtney Love for appearing to be inebriated (but claiming to have been sober for a year), Bea Arthur's masculinity, Andy Dick's ambiguous sexuality and Lisa Lampanelli's full figured body as well as her attraction towards black people. One of the audience members was Anna Nicole Smith.","2.581","/jpiX2SIi7HG9lEV2aQtHKx1DMh7.jpg","[{'id':1538,'logo_path':'/3q7NjXSLVUPQ24CG3zrBPK7GQqH.png','name':'Comedy Central','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-08-14","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Comedy Central Roast of Pamela Anderson","false","7.4","17" +"false","/lrYMQtPdWxb3MLTmBsk4jzBjoS1.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","","128826","tt0088008","en","Roadhouse 66","Beckman driving a '55 Thunderbird on Route 66 hooks up with Johnny after hoodlum Hoot and his gang shoot his car. Continuous conflicts between Hoot and Beckman make Beckman and Johnny determant to teach him a lesson.","3.218","/pesakl0gFiXaeOSCa5FMGv7ZWBb.jpg","[{'id':18947,'logo_path':null,'name':'Atlantic Releasing Corporation','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-10-01","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Fast, furious and gunning for trouble!","Roadhouse 66","false","4.8","4" +"false","/lRIlvfoXM0fYaXTfQyVN4SGXzqa.jpg","null","0","[{'id':35,'name':'Comedy'}]","","78235","tt0088765","en","Bad Medicine","Jeff Marx wants to study medicine and become a physician. However, his grades are far from enough to get him into an American medical school. But then he gets a chance to study medicine abroad in a small Latin American dictatorship governed by the dictator Ramon Madera who has a big interest in how the medical students behave.","2.796","/t3nb2nXA25NY6QNhHLwcgHEGQ6Y.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-11-22","2685453","98","[{'iso_639_1':'en','name':'English'}]","Released","The comedy that teaches a new low in higher education.","Bad Medicine","false","5.5","13" +"false","/1zDvDOZSUw1nWLggz4G3VmC3PRm.jpg","null","0","[{'id':18,'name':'Drama'}]","","14040","tt0088707","en","American Flyers","When Dr. Marcus Sommers realizes that he and his troubled, estranged brother David may be prone a fatal brain disease that runs in their family, he decides to make peace with his sibling, and invites him on a trip to the Rockies. There, the brothers bond over their shared enthusiasm for cycling and decide to enter a grueling bike race through the mountains. However, Marcus' health soon begins to fail, and David must compete without his brother at his side.","2.163","/qf1L3nIyOW49kmxtWKN13VGz0Vv.jpg","[{'id':8779,'logo_path':null,'name':'WW Production','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-08-16","1400000","113","[{'iso_639_1':'en','name':'English'}]","Released","Two brothers challenge the road. And life itself.","American Flyers","false","6.2","46" +"false","/palbhPOSYf2g1p18vWd91dDhZLM.jpg","null","0","[{'id':28,'name':'Action'},{'id':27,'name':'Horror'}]","http://redcon1film.co.uk/","485811","tt2034176","en","Redcon-1","After a zombie apocalypse spreads from a London prison, the UK is brought to its knees. The spread of the virus is temporarily contained but, without a cure, it???s only a matter of time before it breaks its boundaries and the biggest problem of all??? any zombies with combat skills are now enhanced. With the South East of England quarantined from the rest of the world using fortified borders, intelligence finds that the scientist responsible for the outbreak is alive and well in London. With his recovery being the only hope of a cure, a squad of eight Special Forces soldiers is sent on a suicide mission to the city, now ruled by the undead, with a single task: get him out alive within 72 hours by any means necessary. What emerges is an unlikely pairing on a course to save humanity against ever-rising odds.","7.424","/vVPrWngVJ2cfYAncBedQty69Dlf.jpg","[{'id':115502,'logo_path':null,'name':'Apocalypse Pictures','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-09-28","0","117","[{'iso_639_1':'en','name':'English'}]","Released","War Has Just Evolved.","Redcon-1","false","5.6","11" +"false","/nXN8lIQCrYIuIfLvz6yj8P4bDhi.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","539397","tt3661570","en","Pretty Broken","Lindsey Lou's father has gone missing on a mountaineering expedition and she's determined to find him, only she's the least qualified for the job.","3.322","/gqIqb9HLBEfxvWYN5ye4rRNTncX.jpg","[]","[]","2018-05-01","0","104","[]","Released","","Pretty Broken","false","5","1" +"false","/9N7Xu2NZAHTvNRddHLSW4H1GBp4.jpg","{'id':10893,'name':'Critters Collection','poster_path':'/rWZytVHeFsADHeuoPCIf4c7Qepb.jpg','backdrop_path':'/9K0ycQWRv4vSL1oM8y7dOXwFpy6.jpg'}","4500000","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","10127","tt0094919","en","Critters 2","A batch of unhatched critter eggs are mistaken for Easter eggs by the country-folk inhabitants of Grover's Bend and, before long, the ferocious furballs are on the rampage again.","8.029","/lAtrBWgZ4V4dVcQQZXRKpuewNug.jpg","[{'id':1532,'logo_path':null,'name':'Sho Films','origin_country':''},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-04-29","3813293","86","[{'iso_639_1':'en','name':'English'}]","Released","Get Ready for Seconds... They're Back","Critters 2","false","5.5","147" +"false","/fE7QWc1v0PKizh7MaVwLD8Ot4en.jpg","null","0","[{'id':35,'name':'Comedy'}]","","467673","tt7027092","fr","Budapest","Two best friends stuck in boring jobs become bachelor party planners in Budapest.","7.729","/8lDG1Clxtxl2smirw9BRsddhQQP.jpg","[{'id':12648,'logo_path':null,'name':'Labyrinthe Films','origin_country':'FR'},{'id':15308,'logo_path':null,'name':'Wild Bunch Distribution','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'}]","2018-06-27","0","102","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Budapest","false","5.8","125" +"false","/dlW7vdalAJPMKOwXEKxcfqO41xW.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","https://www.bullittcountyfilm.com","502791","tt6140148","en","Bullitt County","An action/thriller set in 1977 about four friends who reunite for a bachelor party to hunt for buried Prohibition money on Kentucky's Bluegrass Bourbon Trail, only to become ripped apart by greed, corruption, and murder.","2.642","/hHhM4qtEJohpbcE7N24qeqdig7B.jpg","[{'id':100538,'logo_path':'/t52k6sfQn7oM3lmMSdSRwhiNHHh.png','name':'Mr. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-26","0","98","[{'iso_639_1':'en','name':'English'}]","Released","Some things are meant to stay buried","Bullitt County","false","4","1" +"false","/zbwgmYkRSQKTPvTy5kuojpZdqrs.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","http://www.beachhousefilm.com/","421879","tt5192674","en","Beach House","When Paul arrives at her family???s beach house, he draws the attention of nineteen-year-old Emma. There???s something off about the surprise visit of this handsome photographer from her mother???s past. Yet Emma, an aspiring writer chafing at her privileged confines, also finds herself intrigued. As her attraction to him grows, she makes unsettling discoveries and among his things finds violent Polaroids that plant dark ideas in her mind.","0.984","/25AKHRQacVEiwfz9TBeSTEnwwnL.jpg","[{'id':82514,'logo_path':null,'name':'Border Incident','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-06-22","0","87","[{'iso_639_1':'en','name':'English'}]","Released","","Beach House","false","8","1" +"false","","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","584127","tt5531298","en","Atone","Former special ops soldier, Laura Bishop, shows up for work at the largest church in America and is forced to take down a team of hijackers when she learns her daughter is trapped inside.","4.816","/rvtzn1LJjVL01VGxX8sICcdtveM.jpg","[{'id':115159,'logo_path':null,'name':'Soulidifly','origin_country':''},{'id':72145,'logo_path':'/tCPvGuQkkxuchvEkmcMD7olPlgD.png','name':'Sweet Unknown Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-02-26","0","90","[{'iso_639_1':'en','name':'English'}]","Released","The House of God Goes through Hell.","Atone","false","6","1" +"false","/8nY2hbL61EldV4M9OM9n1oVEaOo.jpg","null","4000000","[{'id':18,'name':'Drama'}]","","10132","tt0096219","en","Talk Radio","A rude, contemptuous talk show host becomes overwhelmed by the hatred that surrounds his program just before it goes national.","6.762","/ukaJKBD1xCVh1vtotUuXMX54bXb.jpg","[{'id':8814,'logo_path':null,'name':'Ten-Four Productions','origin_country':''},{'id':5231,'logo_path':null,'name':'Cineplex-Odeon Films','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","1988-12-21","3468572","110","[{'iso_639_1':'en','name':'English'}]","Released","The last neighborhood in America.","Talk Radio","false","7","75" +"false","/q5KcZBMc4Vs5SQelnSdY3ICm56M.jpg","null","100000000","[{'id':28,'name':'Action'},{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","http://www.end-of-days.com/","9946","tt0146675","en","End of Days","On 28 December 1999, the citizens of New York City are getting ready for the turn of the millennium. However, the Devil decides to crash the party by coming to the city, inhabiting a man's body, and searching for his chosen bride???a 20-year-old woman named Christine York. The world will end, and the only hope lies within an atheist named Jericho Cane.","15.494","/bEIjH6GroeWaBkn6o7MVpMNbuyw.jpg","[{'id':919,'logo_path':null,'name':'Beacon Communications','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-11-24","211989043","121","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'la','name':'Latin'}]","Released","Prepare for the end.","End of Days","false","5.7","789" +"false","/chOxDNZLQ4O819QCeZvshJrLjPi.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':10751,'name':'Family'},{'id':53,'name':'Thriller'},{'id':10749,'name':'Romance'}]","","42795","tt0058371","en","The Moon-Spinners","Young English girl Nikky and her aunt arrive at the Moon-Spinners, a hotel on Crete, to a less than enthusiastic welcome. The coolness of the owner is only out-done by the surliness of her brother Stratos, recently back from London. But then there is nice English lad Mark to make friends with, at least until Stratos and his pal take a shot at him one night. When Nikky helps him hide she finds the Greeks are after her too.","1.567","/kvF2wxGssUS7LkFMLYx0tI9rPxi.jpg","[{'id':3166,'logo_path':'/vyyv4Gy9nPqAZKElPm2izLlEaVS.png','name':'Walt Disney Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1964-01-01","0","118","[{'iso_639_1':'en','name':'English'}]","Released","Hayley's romantic, carefree holiday suddenly becomes an electrifying surprise in suspense!","The Moon-Spinners","false","5.9","18" +"false","/t2SOtJWnIGHD0JFr6D2qR5q81va.jpg","null","0","[{'id':14,'name':'Fantasy'},{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'},{'id':10749,'name':'Romance'}]","http://www.timerthemovie.com","39545","tt1179794","en","TiMER","When implanted in a person's wrist, a TiMER counts down to the day the wearer finds true love. But Oona O'Leary faces the rare dilemma of a blank TiMER. Her soul mate - whoever and wherever he is - has yet to have a TiMER implanted. Staring down the barrel of thirty and tired of waiting for her would-be life partner to get off the dime, Oona breaks her own rules and falls for Mikey, a charming and inappropriately young supermarket clerk with a countdown of four months.","5.756","/s5GTh6HSlKUGebT0IYyZliGpk1A.jpg","[{'id':3017,'logo_path':null,'name':'Present Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-05-14","0","99","[{'iso_639_1':'en','name':'English'}]","Released","You can't hurry love.","TiMER","false","6.2","124" +"false","/9cwTQhgTmt0sBBaXewHAaTU9ei9.jpg","null","15000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.wallisandedward.co.uk/","80591","tt1536048","en","W.E.","In 1998, an auction of the estate of the Duke and Duchess of Windsor causes great excitement. For one woman, Wally Winthrop, it has much more meaning. Wally becomes obsessed by their historic love story. As she learns more about the sacrifices involved, Wally gains her own courage to find happiness.","7.058","/tsU6YVOrEKLimDpOnLO2yuhP1le.jpg","[{'id':57740,'logo_path':null,'name':'Semtex Films','origin_country':''},{'id':7437,'logo_path':'/e5CcgFrdlxMUwlsS72si8q1yHBr.png','name':'IM Global','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2011-09-01","868439","119","[{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Their affair ignited a scandal. Their passion brought down an empire.","W.E.","false","5.8","92" +"false","/oawxp9VLmqYDTjXDScDfxTlSfIN.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://www.ourdailybread.at","24565","tt0765849","de","Unser t??glich Brot","Welcome to the world of industrial food production and high-tech farming! To the rhythm of conveyor belts and immense machines, the film looks without commenting into the places where food is produced in Europe: monumental spaces, surreal landscapes and bizarre sounds - a cool, industrial environment which leaves little space for individualism.","1.154","/jdto4StUo7hVX4LE7bOtYgzvTUS.jpg","[{'id':11389,'logo_path':'/eKVLElq1XAbcCcwnVj89G9EXRGB.png','name':'??sterreichisches Filminstitut','origin_country':'AT'},{'id':2744,'logo_path':null,'name':'Nikolaus Geyrhalter Filmproduktion','origin_country':''},{'id':4606,'logo_path':'/otZHbf1HmzLRQsZFSqJXkf8EHz7.png','name':'ZDF','origin_country':'DE'},{'id':2027,'logo_path':'/rvHnU0XJniilOjf6IK9ZdXTUKE5.png','name':'3sat','origin_country':'DE'},{'id':10273,'logo_path':null,'name':'Filmfonds Wien','origin_country':''},{'id':3391,'logo_path':'/t0QBs2fI3mE3HxgoH1n39bYuzNu.png','name':'??sterreichischer Rundfunk (ORF)','origin_country':'AT'}]","[{'iso_3166_1':'AT','name':'Austria'},{'iso_3166_1':'DE','name':'Germany'}]","2006-04-21","0","92","[{'iso_639_1':'pl','name':'Polski'},{'iso_639_1':'de','name':'Deutsch'}]","Released","","Our Daily Bread","false","7.8","16" +"false","/leKoFmjX9sjSdms9RcL0J386bE7.jpg","null","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","2047","tt0107927","en","The Real McCoy","Karen McCoy is released from prison with nothing but the clothes on her back. Before being incarcerated Karen was the bank robber of her time, but now she wishes for nothing more than to settle down and start a new life. Unfortunately between a dirty parole officer, old business partners, and an idiot ex-husband she will have to do the unthinkable in order to save her son.","9.222","/6sZTcKhLRNp07cVoqgcMZoK9Noo.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-09-10","0","100","[{'iso_639_1':'en','name':'English'}]","Released","20 guards. 30 tons of steel. A security system second to none. They said there wasn't a man on Earth who could pull off a bank job like this. They were right.","The Real McCoy","false","5.6","83" +"false","/oZ55xiyjEvlu7kOfyYOt9BT7bfV.jpg","{'id':108660,'name':'Tarzan (Jack Mahoney) Collection','poster_path':null,'backdrop_path':null}","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'}]","","76082","tt0056560","en","Tarzan Goes to India","Summoned by an Indian princess, Tarzan travels to India where hundreds of wild elephants are in danger. A company is building a hydroelectric dam and the contractors have only a few weeks to finish the job. The building of the dam will flood the valley surrounded by mountains. There is one pass through which the elephant herd can escape but that is being closed. Tarzan comes up against an old nemesis, Bryce, the chief engineer. Bryce undertook a similar dam project in Africa and had a penchant for shooting elephants. It's up to Tarzan to organize the move before Bryce manages to close the pass.","0.84","/6Wg2X2Vz9jSN5gjOq2VBo9xXE8A.jpg","[{'id':29660,'logo_path':null,'name':'Alfin A.G.','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'CH','name':'Switzerland'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1962-07-01","0","88","[{'iso_639_1':'en','name':'English'}]","Released","Newest Tarzan! Most Spectacular of them All!","Tarzan Goes to India","false","4.3","8" +"false","/eRKWz0pDgBiR39otuMZ4mENUhq3.jpg","null","53000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':53,'name':'Thriller'}]","http://angeleyesmovie.warnerbros.com/index_noflash.html","5852","tt0225071","en","Angel Eyes","A story about a seemingly unlikely couple who cross paths under life-threatening circumstances as though they are destined not only to meet but to save each other's lives. Not once, but twice.","12.505","/jxchJRFZO6zYgdVaAOgNWLNM4yW.jpg","[{'id':10210,'logo_path':null,'name':'Morgan Creek Productions','origin_country':'US'},{'id':89132,'logo_path':null,'name':'AE Two Film Productions','origin_country':''},{'id':89133,'logo_path':null,'name':'Angel Eyes Productions','origin_country':''},{'id':22351,'logo_path':null,'name':'The Canton Company','origin_country':''},{'id':1171,'logo_path':null,'name':'Epsilon Motion Pictures','origin_country':'CH'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-05-15","29700000","102","[{'iso_639_1':'en','name':'English'}]","Released","The deeper you look, the more you will find.","Angel Eyes","false","5.7","150" +"false","/qLi4noEJXVY2IbIgqyLQ6lq3DoI.jpg","null","29000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","12506","tt0092804","en","Cry Freedom","A dramatic story, based on actual events, about the friendship between two men struggling against apartheid in South Africa in the 1970s. Donald Woods is a white liberal journalist in South Africa who begins to follow the activities of Stephen Biko, a courageous and outspoken black anti-apartheid activist.","6.358","/oDkRW07U1GPjBnFEVxwHWl85wPO.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':18936,'logo_path':null,'name':'Marble Arch Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1987-11-05","25899797","157","[{'iso_639_1':'en','name':'English'}]","Released","","Cry Freedom","false","7.2","79" +"false","/omc3XGvgUYwh8Ktsw6EcGfnw1dI.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","http://www.newline.com/properties/abovetherim.html","19092","tt0109035","en","Above the Rim","Story of a promising high school basketball star and his relationships with two brothers, one a drug dealer and the other a former basketball star fallen on hard times and now employed as a security guard.","4.659","/1ng4sowDKOPMJk9xO2G1g1c2DRs.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-03-23","0","96","[{'iso_639_1':'en','name':'English'}]","Released","Some games you play. Some games play you.","Above the Rim","false","6.9","66" +"false","/x7vXdeO3S3pTfwlkhyAOKNQLij5.jpg","null","14000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","28029","tt0120613","en","A Walk on the Moon","The world of a young housewife is turned upside down when she has an affair with a free-spirited blouse salesman.","3.033","/prNgf4ZHzkAp8Rl8KsaKMHOfDOs.jpg","[{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':372,'logo_path':null,'name':'Groucho II Film Partnership','origin_country':''},{'id':13158,'logo_path':null,'name':'Punch 21 Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-01-29","0","107","[{'iso_639_1':'en','name':'English'}]","Released","It was the summer of Woodstock... when she became the woman she always wanted to be.","A Walk on the Moon","false","6","39" +"false","/gRMdWQJ4w58y2zEcCoKPIS14gZq.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","http://thein-laws.warnerbros.com/shell.html","5146","tt0314786","en","The In-Laws","Right before his daughter's wedding, a mild-mannered foot doctor discovers that his new in-laws are international smugglers.","7.534","/46mOsibNxltAYBNemeMWH0IrKjT.jpg","[{'id':1403,'logo_path':null,'name':'Franchise Pictures','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2003-05-23","20440627","98","[{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","He's not losing his daughter. He's gaining a madman.","The In-Laws","false","5.5","115" +"false","/xoS98USUf4KMwnEF84FPfl0Uzrq.jpg","null","35000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","9311","tt0120152","en","Smilla's Sense of Snow","Smilla Jaspersen, half Danish, half Greenlander, attempts to understand the death of a small boy who falls from the roof of her apartment building. Suspecting wrongdoing, Smilla uncovers a trail of clues leading towards a secretive corporation that has made several mysterious expeditions to Greenland. Scenes from the film were shot in Copenhagen and western Greenland. The film was entered into the 47th Berlin International Film Festival, where director Bille August was nominated for the Golden Bear.","10.305","/ngfNzb9w2ZXWHK2KaSCSoemJmqC.jpg","[{'id':1704,'logo_path':null,'name':'Bavaria Film','origin_country':'DE'},{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'DK','name':'Denmark'},{'iso_3166_1':'SE','name':'Sweden'}]","1997-02-28","0","121","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'iu','name':''}]","Released","Some Tracks Should Never Be Uncovered.","Smilla's Sense of Snow","false","6.5","109" +"false","","null","0","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","361283","tt2108593","en","Primary","Nicholas Gray a young executive has a secret not even he knows about....","0.6","/dW6bfK1YGB3VAsjyhFIRLTfvEub.jpg","[{'id':64058,'logo_path':null,'name':'Deeply Scarred Productions','origin_country':''},{'id':64056,'logo_path':null,'name':'Delfonic Film Company','origin_country':''},{'id':64059,'logo_path':null,'name':'Three Mosquitoes Films','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2014-01-01","0","91","[{'iso_639_1':'en','name':'English'}]","Released","","Primary","false","5","1" +"false","/bFQtvr20hexSX2H1RN4BQe9IrFL.jpg","null","1500000","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","472751","tt4357764","en","No Panic, With a Hint of Hysteria","A timid accountant tries to earn his living as a rather unsuccessful hitman, until one stormy night he pulls a trigger for the first time and becomes a target for the vengeful mafia boss, murderous gangsters, trigger-happy cops and a gorgeous blonde from hell ??? and if he???s not careful his own wife might catch wind of his double life too.","0.6","/4pZQT8i5ryc4YD0fJsh5Cad1LiS.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'PL','name':'Poland'}]","2016-02-29","0","","[{'iso_639_1':'en','name':'English'}]","Released","","No Panic, With a Hint of Hysteria","false","0","0" +"false","/nosOoItygJawTyk95BO0htnXNju.jpg","null","0","[{'id':10402,'name':'Music'},{'id':35,'name':'Comedy'}]","","10597","tt0205177","en","Kevin & Perry Go Large","When stubborn, spotty Kevin and his equally hopeless best friend Perry go on holiday to the party island Ibiza, they see it as their big chance to become superstar club DJs and, more importantly, to lose their virginities. But they aren't prepared for the interference of top DJ Eyeball Paul, not to mention the embarrassment factor of Kevin's long-suffering parents.","6.207","/67EVaHuT1wvGatdZ7U4Ncfix6tP.jpg","[{'id':2651,'logo_path':null,'name':'Fragile Films','origin_country':'GB'},{'id':686,'logo_path':'/qMVjV8YFbxXrGVF4wD6hRjllVbr.png','name':'Tiger Aspect Productions','origin_country':'GB'},{'id':152,'logo_path':null,'name':'Icon Productions','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2000-04-20","0","82","[{'iso_639_1':'en','name':'English'}]","Released","All they want to do is... Do it!!!","Kevin & Perry Go Large","false","5.2","71" +"false","/cHXa58okQxXooNS0zjkumDEnXYg.jpg","null","6000000","[{'id':53,'name':'Thriller'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","9534","tt0395125","es","Crimen Ferpecto","A playboy has the tables turned on him when he finds himself being used as a plaything by an undesirable woman in this black comedy from Spain.","6.133","/fduo65oYroaDwa69Z6lZGAQ6nhD.jpg","[{'id':93163,'logo_path':null,'name':'Digital +','origin_country':''},{'id':692,'logo_path':null,'name':'Sogecine','origin_country':''},{'id':93164,'logo_path':null,'name':'Planet Pictures','origin_country':''}]","[{'iso_3166_1':'ES','name':'Spain'}]","2004-09-10","0","105","[]","Released","","The Ferpect Crime","false","6.5","129" +"false","/j9gXw70Jpj2lrVpzmT1DEDxoe3n.jpg","null","0","[{'id':18,'name':'Drama'}]","","541611","tt6932818","nl","De Dirigent","United States, 1926: Dutch 24-year-old Willy Wolters has immigrated to the American continent with her parents as a child. She dreams of becoming a conductor, but this is an ambition that no one takes seriously. Unbeknownst to her, she'll also become Antonia Brico.","3.804","/lMND7RVCyke2m2TCZeTviKbBIki.jpg","[{'id':1259,'logo_path':'/6a5XUQ1c8h8dJragfFs1fpd7SqW.png','name':'Shooting Star Filmcompany BV','origin_country':'NL'},{'id':46793,'logo_path':'/hLTZvck9RsRCwXYolVEjJnhep7g.png','name':'Umami Media','origin_country':'NL'},{'id':60439,'logo_path':'/fiJjh0ZpPR8LVN3IqJX0u65jlbI.png','name':'AVROTROS','origin_country':'NL'},{'id':109046,'logo_path':'/xg8hZrLQoz8Q47KhoUeFD6FYT5S.png','name':'Menuetto','origin_country':'BE'},{'id':8146,'logo_path':'/etoxfrvduHZMLHpYE2uPkicheX2.png','name':'Splendid Film','origin_country':'DE'}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'BG','name':'Bulgaria'},{'iso_3166_1':'NL','name':'Netherlands'}]","2018-10-25","0","137","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'nl','name':'Nederlands'},{'iso_639_1':'de','name':'Deutsch'}]","Released","The heart of a woman, the soul of an artist","The Conductor","false","8.3","8" +"false","/msNrYUaEvK6ayh9z6BseiaB7Nef.jpg","null","0","[]","","517380","tt7155178","ja","OVER DRIVE","At the SCRS (Seiko Cup Rally Series), talented young drivers hope to advance to the WRC (World Rally Championship). Atsuhiro Hiyama (Masahiro Higashide) is the chief mechanic and an engineer at Supika Racing Factory. He is well regarded by his peers. His younger brother is Naozumi (Mackenyu Arata). He is an extremely gifted driver for Supika Racing Factory, but he is also a troublemaker. They continually argue because of Naozumi's reckless racing style. One day, Hikaru Endo (Aoi Morikawa) becomes his manager. --asianwiki","3.086","/xoF7zjiHcWUmdHSktqiI4LTpg0.jpg","[{'id':882,'logo_path':'/fRSWWjquvzcHjACbtF53utZFIll.png','name':'Toho Company, Ltd.','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","2018-06-01","0","104","[{'iso_639_1':'ja','name':'?????????'}]","Released","","OVER DRIVE","false","7","1" +"false","/A58hlFNNaq46JBOFmuhtB7xJBOe.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://tona-kai.jp/","507612","tt6893370","ja","????????????????????????","Problem student Haru Yoshida sits next to the cold and studious Shizuku Mizutani in class. Without any other friends to turn to, both of them start to get to know each other and grow closer. Haru eventually develop feelings for Shizuku and confesses his feelings to her. Will Haru and Shizuku get their happily ever after?","12.809","/cmmuhGssDk6uNjEL6GIo1iBWE5r.jpg","[{'id':49301,'logo_path':null,'name':'Toho Pictures, Inc.','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","2018-04-27","0","105","[{'iso_639_1':'ja','name':'?????????'}]","Released","","My Little Monster","false","8.3","8" +"false","/njnrqc0lovxpct1K6v6ftWlvzDV.jpg","null","0","[{'id':10770,'name':'TV Movie'},{'id':10749,'name':'Romance'}]","","323673","tt4380580","en","Just the Way You Are","When a professional matchmaker???s own marriage loses its spark, she seeks to recharge the relationship by asking her husband out on a blind date. As Mother???s Day approaches and their romance starts to rekindle, she wonders if her career-driven husband will finally learn to put his family???s needs before his job.","1.769","/gnH2ONPcIkdXVsl2fkXaFVRvPjL.jpg","[]","[]","2015-05-09","0","","[{'iso_639_1':'en','name':'English'}]","Released","","Just the Way You Are","false","5","9" +"false","/wLal2P43d2v4AziqkB8i1E8FjAU.jpg","null","0","[{'id':16,'name':'Animation'},{'id':14,'name':'Fantasy'},{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'}]","http://mirai-no-mirai.jp","475215","tt6900448","ja","??????????????????","The movie follows a 4-year old boy who is struggling to cope with the arrival of a little sister in the family until things turn magical. A mysterious garden in the backyard of the boy's home becomes a gateway allowing the child to travel back in time and encounter his mother as a little girl and his great-grandfather as a young man. These fantasy-filled adventures allow the child to change his perspective and help him become the big brother he was meant to be.","7.854","/b9XvI4Nehzi0nXyNVD6DtT39P6l.jpg","[{'id':15662,'logo_path':'/onTO8FymA6J6puYznAjZDsXvHYf.png','name':'Studio Chizu','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","2018-05-02","0","98","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Mirai","false","7.5","119" +"false","","null","90","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':10749,'name':'Romance'},{'id':10770,'name':'TV Movie'}]","http://www.mylifetime.com/movies/the-secret-sex-life-of-a-single-mom","276601","tt3295276","en","The Secret Sex Life of a Single Mom","A divorced woman finds sexual liberation through online dating.","5.343","/n8F7VUB87hYqeey0ujbJB9sA2yX.jpg","[]","[{'iso_3166_1':'CA','name':'Canada'}]","2014-05-31","0","85","[{'iso_639_1':'es','name':'Espa??ol'}]","Released","","The Secret Sex Life of a Single Mom","false","4.8","6" +"false","/bA2SwRaS7YqVGTZsAjQRSaxybLp.jpg","null","0","[{'id':10770,'name':'TV Movie'},{'id':18,'name':'Drama'}]","http://www.tnt.tv/title/?oid=633246","25527","tt0473389","en","The Ron Clark Story","Matthew Perry is real-life inspiration Ron Clark, a passionate and innovative teacher who leaves his small hometown to teach in one of Harlem's toughest schools. But to break through to this students, Clark must use unconventional methods, including his ground-breaking classroom rules, to drive them toward their potential.","3.6","/gjUglZ9ZE6iB6E2xrZFy3skKfm8.jpg","[{'id':63227,'logo_path':null,'name':'Old Beantown Films','origin_country':''},{'id':63226,'logo_path':null,'name':'Alberta Film Development Program of the Alberta Foundation for the Arts, The','origin_country':''},{'id':3997,'logo_path':null,'name':'Alberta Film Entertainment','origin_country':''},{'id':20353,'logo_path':null,'name':'Granada Entertainment','origin_country':''},{'id':29647,'logo_path':null,'name':'Johnson & Johnson Spotlight Presentations','origin_country':''},{'id':29646,'logo_path':null,'name':'Magna Global Entertainment','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2006-08-13","0","90","[{'iso_639_1':'en','name':'English'}]","Released","No one believed in them. Except him.","The Ron Clark Story","false","7.6","32" +"false","/4EVmvmHuesPO5FQ9HtT6dKJsPwk.jpg","null","0","[{'id':80,'name':'Crime'},{'id':10749,'name':'Romance'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","71328","tt1536536","en","The Boy She Met Online","When teenager Cami Winters falls in love, she falls hard. Her single mother, Tori, has no idea that Cami has fallen in love with a boy named 'Jake' she met on a social networking website. Although Cami believes Jake's a 23 year-old college student, everything he's told her online is a lie.","1.067","/fx3n75pYdogIB7CTKibYzSjW7YN.jpg","[]","[]","2010-08-21","0","89","[]","Released","Be careful who you date online.","The Boy She Met Online","false","3.6","12" +"false","/dIuB9xedA4y0sgJYR9QdBEVesDC.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","477906","tt4653950","en","Swing Away","Following a meltdown that leads to a suspension, professional golfer Zoe Papadopoulos travels to her grandparents' village in Greece to escape the harsh spotlight of the international sports world. Between baking bread and eating baklava, she meets and mentors a ten-year-old girl who is determined - against all odds - to become the next golf sensation. Along the way, Zoe rediscovers her Greek heritage, her love of the game, and the hidden strength within herself as she inspires the townspeople in an epic showdown against a greedy American developer.","0.6","/armSkPfOpBRgp1joorUm6Pc5TbB.jpg","[{'id':95411,'logo_path':null,'name':'Ancient Game Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-10-13","0","98","[]","Released","Changing her world, one swing at a time","Swing Away","false","8","2" +"false","/iASaQHgrMg1ApzVmLVTPcC3Vd3C.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':10770,'name':'TV Movie'}]","http://www.mylifetime.com/movies/open-marriage","435268","tt6211502","en","Open Marriage","A couple agree to an open relationship with their friends, but are ill-prepared for the jealousy, heartbreak and betrayal that soon follow.","1.69","/mTxC58zadyPuIlrpSinkSf7hWmE.jpg","[]","[]","2017-01-14","0","81","[{'iso_639_1':'en','name':'English'}]","Released","Some relationships shouldn't be shared.","Open Marriage","false","4.1","6" +"false","/s07ndogMovjtF6j2ljv61ykwGZY.jpg","null","25000000","[{'id':12,'name':'Adventure'},{'id':27,'name':'Horror'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","","14372","tt0097737","en","Leviathan","Underwater deep-sea miners encounter a Soviet wreck and bring back a dangerous cargo to their base on the ocean floor with horrifying results. The crew of the mining base must fight to survive against a genetic mutation that hunts them down one by one.","7.278","/xbkwnoWW3fiViysDloJrPhXcuUJ.jpg","[{'id':1073,'logo_path':null,'name':'Gordon Company','origin_country':''},{'id':4753,'logo_path':null,'name':'Filmauro','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'US','name':'United States of America'}]","1989-03-17","15704614","98","[{'iso_639_1':'en','name':'English'}]","Released","The true meaning of fear","Leviathan","false","5.8","184" +"false","/fPwJmIg6CVNNXUJvL1wgeexzwEp.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'},{'id':10749,'name':'Romance'}]","http://www.isntitromantic.com/","449563","tt2452244","en","Isn't It Romantic","For a long time, Natalie, an Australian architect living in New York City, had always believed that what she had seen in rom-coms is all fantasy. But after thwarting a mugger at a subway station only to be knocked out while fleeing, Natalie wakes up and discovers that her life has suddenly become her worst nightmare???a romantic comedy???and she is the leading lady.","43.227","/5xNBYXuv8wqiLVDhsfqCOr75DL7.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':13240,'logo_path':'/aTc07YaNHo8WNgkQSnvLmG6w4nW.png','name':'Bron Studios','origin_country':'CA'},{'id':8000,'logo_path':'/f8NwLg72BByt3eav7lX1lcJfe60.png','name':'Broken Road Productions','origin_country':'US'},{'id':115634,'logo_path':null,'name':'Camp Sugar','origin_country':''},{'id':53152,'logo_path':null,'name':'Creative Wealth Media Finance','origin_country':'CA'},{'id':113548,'logo_path':null,'name':'Netflix Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-02-13","0","89","[{'iso_639_1':'en','name':'English'}]","Released","None of the Feels","Isn't It Romantic","false","6.4","1140" +"false","/m3xBJbhFvtc16RLxEvxrNzmvPGq.jpg","null","0","[{'id':99,'name':'Documentary'}]","","520369","tt7897122","en","It's a Hard Truth Ain't It","""It???s a Hard Truth Ain???t It"" is a companion piece to ""O.G."", a narrative drama also directed by Madeleine Sackler. It is co-directed by thirteen men incarcerated at the Pendleton Correctional Facility in Pendleton, Indiana.Given unprecedented access to a maximum security prison, filmmaker Madeleine Sackler worked with a group of inmates to tell their own stories, giving rise to this collaborative, intimate documentary project.","1.796","/uwmhv2hhmyABeSwc4UKapuc3aGX.jpg","[{'id':90199,'logo_path':null,'name':'Stacey Reiss Productions','origin_country':'US'},{'id':103749,'logo_path':null,'name':'Great Curve Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-04-25","0","75","[]","Released","","It's a Hard Truth Ain't It","false","7.5","2" +"false","/1rlBmNuymQC7HImyD894U7WrDmx.jpg","null","950000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':878,'name':'Science Fiction'}]","","29146","tt0062794","en","Charly","An experiment on a simpleton turns him into a genius. When he discovers what has been done to him he struggles with whether or not what was done to his was right.","2.912","/4FVbPUkLohHAlM83tsIUADvnMjE.jpg","[{'id':634,'logo_path':null,'name':'ABC Pictures','origin_country':''},{'id':88161,'logo_path':null,'name':'Cinerama Releasing Corporation','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1968-09-23","814666","103","[{'iso_639_1':'en','name':'English'}]","Released","A love story that begins with an incredible experiment!","Charly","false","6.9","38" +"false","/bNHmqm4y8yA6ReVaqmVezFFfydR.jpg","null","0","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'}]","","458252","tt6314766","fr","Dr??les de petites b??tes","When Apollo, a kind-hearted travelling performer, lands in the village of the Funny Little Bugs, it???s not too long before he upsets the life of the kingdom. As Apollo falls into a trap set by Wendy, the jealous and treacherous cousin of the queen, he is framed for kidnapping Queen Marguerite, causing panic in the hive! In reality, Marguerite is held by the Vermin, Wendy???s accomplices, while she takes over the throne. With the help of his new friends, Apollo embarks on a perilous rescue mission. To free the Queen and save the hive, the Little Bugs will bravely face many dangers and be more imaginative than ever!","1.753","/laSXfFwQ5Ce5eSCIEBOl3RaohqN.jpg","[{'id':20338,'logo_path':'/yCTqaPPzFfjqKU2YAGWce4qQk1S.png','name':'Bidibul Productions','origin_country':'LU'},{'id':591,'logo_path':'/q5I5RDwMEiqoNmfaJgd2LraEOJY.png','name':'France 3 Cin??ma','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'LU','name':'Luxembourg'}]","2017-12-13","0","87","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Tall Tales from the Magical Garden of Antoon Krings","false","5.6","12" +"false","/mnAUyLww0abmgjZInt3U0y602ue.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","","548756","tt8949410","es","Somos Calentura","In the crime filled city of Buenaventura, Colombia, a group of friends prepares for a dance competition that might change their lives forever. In this rough world, talent might be your only way out.","1.054","/oXSOfF7qmRyuEjGAalJLN8XmRWO.jpg","[]","[{'iso_3166_1':'CO','name':'Colombia'}]","2018-09-02","0","104","[{'iso_639_1':'es','name':'Espa??ol'}]","Released","We Are The Heat","We Are The Heat","false","6.3","2" +"false","/gYfXlehcYI9wqEfR2gLBmh15Cg4.jpg","null","0","[{'id':36,'name':'History'},{'id':18,'name':'Drama'}]","","399440","tt4614612","en","Peterloo","A drama about the infamous 1819 Manchester massacre, which killed an estimated 18 protesters and injured up to 700.","9.051","/lUQD6QBwNgSiiOAcNcTOd4qGRId.jpg","[{'id':10100,'logo_path':null,'name':'Thin Man Films','origin_country':''},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'},{'id':20580,'logo_path':'/tkFE81jJIqiFYPP8Tho57MXRQEx.png','name':'Amazon Studios','origin_country':'US'},{'id':16877,'logo_path':null,'name':'BFI Film Fund','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-11-01","0","154","[{'iso_639_1':'en','name':'English'}]","Released","","Peterloo","false","7.7","10" +"false","/4ZrSeNVgyk7Gl4bN81HeWTdakvx.jpg","null","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","http://www.messageman.film","564149","tt2787302","en","Message Man","A retired assassins past catches up with him and his brutality surfaces as he goes on a final killing spree to make things right.","4.226","/ysYgmy2ZqhVNXRw7gCahMhe1bMG.jpg","[{'id':99757,'logo_path':null,'name':'Rhythmic Films','origin_country':'AU'}]","[{'iso_3166_1':'ID','name':'Indonesia'}]","2018-11-22","0","91","[{'iso_639_1':'en','name':'English'}]","Released","Kill Vengeance","Message Man","false","7","2" +"false","/ou0QMbeDPVY3wDsf3vLNaT7Y5ac.jpg","null","0","[{'id':18,'name':'Drama'}]","","490033","tt7328154","en","Holiday","A love triangle featuring the trophy girlfriend of a petty drug lord, caught up in a web of luxury and violence in a modern dark gangster tale set in the beautiful port city of Bodrum on the Turkish Riviera.","36.579","/vlDRxVM3XCwq7ty9MmHoVeOcvWp.jpg","[{'id':97964,'logo_path':null,'name':'Apparatur Film','origin_country':''}]","[{'iso_3166_1':'NL','name':'Netherlands'},{'iso_3166_1':'DK','name':'Denmark'},{'iso_3166_1':'SE','name':'Sweden'}]","2018-10-11","0","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'da','name':'Dansk'},{'iso_639_1':'nl','name':'Nederlands'}]","Released","","Holiday","false","5.6","18" +"false","/bFQtvr20hexSX2H1RN4BQe9IrFL.jpg","null","1500000","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","472751","tt4357764","en","No Panic, With a Hint of Hysteria","A timid accountant tries to earn his living as a rather unsuccessful hitman, until one stormy night he pulls a trigger for the first time and becomes a target for the vengeful mafia boss, murderous gangsters, trigger-happy cops and a gorgeous blonde from hell ??? and if he???s not careful his own wife might catch wind of his double life too.","0.6","/4pZQT8i5ryc4YD0fJsh5Cad1LiS.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'PL','name':'Poland'}]","2016-02-29","0","","[{'iso_639_1':'en','name':'English'}]","Released","","No Panic, With a Hint of Hysteria","false","0","0" +"false","/nosOoItygJawTyk95BO0htnXNju.jpg","null","0","[{'id':10402,'name':'Music'},{'id':35,'name':'Comedy'}]","","10597","tt0205177","en","Kevin & Perry Go Large","When stubborn, spotty Kevin and his equally hopeless best friend Perry go on holiday to the party island Ibiza, they see it as their big chance to become superstar club DJs and, more importantly, to lose their virginities. But they aren't prepared for the interference of top DJ Eyeball Paul, not to mention the embarrassment factor of Kevin's long-suffering parents.","6.207","/67EVaHuT1wvGatdZ7U4Ncfix6tP.jpg","[{'id':2651,'logo_path':null,'name':'Fragile Films','origin_country':'GB'},{'id':686,'logo_path':'/qMVjV8YFbxXrGVF4wD6hRjllVbr.png','name':'Tiger Aspect Productions','origin_country':'GB'},{'id':152,'logo_path':null,'name':'Icon Productions','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2000-04-20","0","82","[{'iso_639_1':'en','name':'English'}]","Released","All they want to do is... Do it!!!","Kevin & Perry Go Large","false","5.2","71" +"false","/hST5A6ljJWlbyz5kbh6JV2WONzU.jpg","null","5500000","[{'id':37,'name':'Western'},{'id':27,'name':'Horror'}]","","11901","tt0068699","en","High Plains Drifter","A gunfighting stranger comes to the small settlement of Lago. After gunning down three gunmen who tried to kill him, the townsfolk decide to hire the Stranger to hold off three outlaws who are on their way.","9.594","/557vwDdOIQ07Q1QvTwHVmxHJpXU.jpg","[{'id':171,'logo_path':null,'name':'Malpaso Productions','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1973-04-19","15700000","105","[{'iso_639_1':'en','name':'English'}]","Released","Welcome to Hell","High Plains Drifter","false","7.5","460" +"false","/qfMvkKqBAZEdHLUT5Zmslu5rV5H.jpg","null","0","[{'id':36,'name':'History'}]","","584044","tt8707008","en","The Viking War","Ingrid and her siblings are on the run from the Beserkers who have begun invading the villages, taking over, savagely using the residents on a game where they vs a Beserker, and if they win, they get to survive - only, no one ever wins. The siblings are trying to escape the Beserkers after they violently murdered and took over their town. However, the Beserkers are on their trail, and want to put them in the game.","3.321","/4Qlg1KNg8EAhOifp2ttvbi4rOI2.jpg","[]","[]","2019-02-05","0","104","[]","Released","","The Viking War","false","1.5","2" +"false","/5JF8pUDFYuAPptsi0WPWH510sOK.jpg","null","0","[{'id':99,'name':'Documentary'}]","","551653","tt8951058","en","The Panama Papers","A documentary feature film about the biggest global corruption scandal in history, and the hundreds of journalists who risked their lives to break the story.","2.888","/8Yw1ZB8oFB4fZTII9GL17yLyEqx.jpg","[{'id':71551,'logo_path':'/hT2G2iuXXqY458TYen2T2qmjlS8.png','name':'Field of Vision','origin_country':'US'},{'id':61068,'logo_path':null,'name':'Bungalow Media + Entertainment','origin_country':''},{'id':52352,'logo_path':null,'name':'Great Point Media','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-06","0","100","[{'iso_639_1':'en','name':'English'}]","Released","376 journalists working in 76 countries expose how the rich play hide and keep","The Panama Papers","false","6.6","5" +"false","/c1uPsx0CizSnWCP3lLXGwVxCDUh.jpg","null","0","[{'id':18,'name':'Drama'}]","https://www.hbo.com/movies/og","506558","tt7897102","en","O.G.","Louis Menkins is five weeks away from being released after 26 years in prison. He is faced with the decision to put his own release at risk in order to protect a young man named Beecher from growing gang controversies.","5.841","/ouf0Hq3dtyryraPAuEZAHSBwtLc.jpg","[{'id':7429,'logo_path':'/6in9uMqxXEHx5XgYgkeRBpZ4rPw.png','name':'HBO Films','origin_country':'US'},{'id':19640,'logo_path':'/p8SE7J23xviBArUL49rMCkj0m0M.png','name':'Maven Pictures','origin_country':'US'}]","[]","2018-04-20","0","113","[{'iso_639_1':'en','name':'English'}]","Released","The Journey Outside Starts Inside","O.G.","false","5.8","15" +"false","/g4ddmIA9ARzJvKhNlHU12TLH5wr.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':35,'name':'Comedy'}]","https://123moviesen.com/watch-lords-of-chaos-2018-full-movie-online-free/","426249","tt4669296","en","Lords of Chaos","A teenager's quest to launch Norwegian Black Metal in Oslo in the 1990s results in a very violent outcome.","10.826","/5jDShbwEsILXa2AAmAbOLxyNwyq.jpg","[{'id':24637,'logo_path':null,'name':'Eleven Arts','origin_country':''},{'id':38957,'logo_path':null,'name':'4 1/2 Film','origin_country':''},{'id':94865,'logo_path':null,'name':'Chimney','origin_country':'PL'},{'id':7407,'logo_path':'/6uSTdFHCifrdG43w2xy6Aog9QpT.png','name':'Insurgent Docs','origin_country':'US'},{'id':4545,'logo_path':null,'name':'RSA Films','origin_country':''},{'id':1645,'logo_path':'/6Ry6uNBaa0IbbSs1XYIgX5DkA9r.png','name':'Scott Free Productions','origin_country':''},{'id':17209,'logo_path':null,'name':'Vice Films','origin_country':''}]","[{'iso_3166_1':'NO','name':'Norway'},{'iso_3166_1':'SE','name':'Sweden'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2019-02-08","0","118","[{'iso_639_1':'en','name':'English'}]","Released","Based on truth and lies","Lords of Chaos","false","6.8","40" +"false","/66t2St2F9z6qUNTdht9TBhknosL.jpg","null","0","[{'id':18,'name':'Drama'}]","","504321","tt7920024","fr","Paris est ?? nous","Dreams and reality collide as a young woman navigates a tumultuous relationship amid rising social tensions, protests and tragedies in Paris.","7.346","/7Yr5JOC5slZWf1uCA7Va6V7drEH.jpg","[{'id':115178,'logo_path':null,'name':'21juin Cinema','origin_country':''},{'id':115179,'logo_path':null,'name':'French Lab Agency','origin_country':''},{'id':94839,'logo_path':null,'name':'Les Idiots','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'}]","2019-02-22","0","83","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Paris Is Us","false","4.6","70" +"false","/7yCJIBlOJYial2srRLq1Wtxy6II.jpg","null","0","[{'id':28,'name':'Action'}]","http://travolta.com/trading-paint/","474214","tt7052494","en","Trading Paint","A stock car racing legend is drawn back to the dirt track when his son, an aspiring driver, joins a rival racing team.","30.723","/yV9G1nO6YxEWzXblqMUFoS19R9v.jpg","[{'id':72810,'logo_path':'/vmGhorQd0J9p8SJagDJM3ZpYWN6.png','name':'Paradox Studios','origin_country':'US'},{'id':59593,'logo_path':null,'name':'AMBI Group','origin_country':''},{'id':115145,'logo_path':null,'name':'Elipsis Capital','origin_country':''},{'id':3870,'logo_path':null,'name':'Premiere Picture','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2019-02-22","0","87","[{'iso_639_1':'en','name':'English'}]","Released","Racing is in their blood","Trading Paint","false","5.4","14" +"false","/dofRZV0PHxarv9Wv0ATYlkMyRsI.jpg","null","0","[{'id':10770,'name':'TV Movie'}]","","460989","tt6753972","en","The Wrong Neighbor","A recently separated father and his teenage daughter become the deadly obsession of their neighbor -- a beguiling, deranged young woman willing to do whatever's necessary to take her rightful place as their wife and mother.","1.155","/wvT6Y3LPT4axsQlqhiUBOOFQWnA.jpg","[{'id':7119,'logo_path':'/2aFVtrHVcqGOq1qwYlPZ7VQ67Oi.png','name':'Hybrid','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-06-26","0","97","[{'iso_639_1':'en','name':'English'}]","Released","","The Wrong Neighbor","false","4.8","9" +"false","/7guO8FpG6GODsOZrnLB8fXEeNw6.jpg","null","0","[{'id':14,'name':'Fantasy'}]","","426034","tt5699060","en","The Changeover","Laura Chant. 16, lives with her mother and four-year-old brother Jacko in a poor new suburb on the edge of a partially demolished Christchurch, New Zealand. Laura is drawn into a supernatural battle with an ancient spirit who attacks Jacko and slowly drains the life out of him as the spirit becomes ever younger. Laura discovers her true identity and the supernatural ability within her, and must harness it to save her brother's life.","2.508","/yYzY0xxBdZ8KQwh8D9C2SdpGJad.jpg","[{'id':88872,'logo_path':'/cETPLqPc02ju1z9rHvCtp4ZbjwB.png','name':'Firefly Films','origin_country':'NZ'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'NZ','name':'New Zealand'}]","2017-09-28","0","95","[{'iso_639_1':'en','name':'English'}]","Released","","The Changeover","false","4.7","7" +"false","/59qyrVGLLtrcuFtJGdixzn7H4OI.jpg","null","10000000","[{'id':10752,'name':'War'},{'id':18,'name':'Drama'},{'id':12,'name':'Adventure'},{'id':28,'name':'Action'}]","","505954","tt8820590","ru","T-34","In 1944, a courageous group of Russian soldiers managed to escape from German captivity in a half-destroyed legendary T-34 tank. Those were the times of unforgettable bravery, fierce fighting, unbreakable love, and legendary miracles.","31.176","/jqBIHiSglRfNxjh1zodHLa9E7zW.jpg","[{'id':104482,'logo_path':'/17CSuJBYVYlzzTZCLSXgM5edOkx.png','name':'AMedia','origin_country':'RU'},{'id':54307,'logo_path':'/iXFmDKug5PtHfzp7XXwr4I2nQjG.png','name':'Mars Media Entertainment','origin_country':'RU'}]","[{'iso_3166_1':'RU','name':'Russia'}]","2018-12-27","0","139","[{'iso_639_1':'ru','name':'P????????????'}]","Released","Fast And Furious On Tanks","T-34","false","4.8","132" +"false","/kNYhdeLZPeeVLmwtw1iqSCO1zxe.jpg","null","18000000","[{'id':18,'name':'Drama'}]","","2525","tt0060164","en","The Bible: In the Beginning...","Extravagant production of the first part of the book of Genesis. Covers Adam and Eve, Noah and the Flood and Abraham and Isaac.","4.934","/5Lp3sMtwMxcc2Azm4DDVyxWpHvr.jpg","[{'id':49775,'logo_path':null,'name':'Thalia AG','origin_country':''},{'id':1216,'logo_path':null,'name':'Dino de Laurentiis Cinematografica','origin_country':'IT'},{'id':516,'logo_path':null,'name':'Seven Arts Productions','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'US','name':'United States of America'}]","1966-09-28","0","174","[{'iso_639_1':'en','name':'English'}]","Released","The unforgettable adventure of Man from the Creation!","The Bible: In the Beginning...","false","6.4","49" +"false","/zjWxnksSxj6OFXAkISf1kZAAETF.jpg","null","0","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'}]","","457943","tt6905696","en","Slaughterhouse Rulez","Don Wallace, a student at the boarding school Slaughterhouse, faces the arcane rules of the establishment when a new threat emerges and the tenants of the school engage in a bloody battle for survival.","9.697","/y5VUfaAzRrYXOBKffZG4dfhTSvV.jpg","[{'id':90443,'logo_path':null,'name':'Stolen Picture','origin_country':''},{'id':34,'logo_path':'/GagSvqWlyPdkFHMfQ3pNq6ix9P.png','name':'Sony Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-10-31","0","103","[{'iso_639_1':'en','name':'English'}]","Released","","Slaughterhouse Rulez","false","5.5","46" +"false","/hljeAZsHfXScqbHsAmxUGqcCx8L.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","484482","tt7476116","fr","Le Grand Bain","40-year-old Bertrand has been suffering from depression for the last two years and is barely able to keep his head above water. Despite the medication he gulps down all day, every day, and his wife's encouragement, he is unable to find any meaning in his life. Curiously, he will end up finding this sense of purpose at the swimming pool, by joining an all-male synchronised swimming team.","11.235","/zsGYDF6nRC8RsT1MnQTrH2IMVDC.jpg","[{'id':34780,'logo_path':null,'name':'Chi-Fou-Mi Productions','origin_country':'FR'},{'id':2612,'logo_path':'/3ulBLchjjnjVmvyLQSwO62MDKLE.png','name':'Les Productions du Tr??sor','origin_country':'FR'}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'FR','name':'France'}]","2018-10-24","0","122","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Sink or Swim","false","7.2","467" +"false","/yMW0ojnd6oHJ4eo3QASlKA0iQyR.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","253851","tt2040504","en","Shirin in Love","Despite being engaged to a successful Iranian plastic surgeon in Beverly Hills, Shirin finds herself falling for a mysterious young man who lives in a lighthouse in northern California.","1.408","/eArHpgmfZXD6D0uUVYgVfvodZdS.jpg","[]","[]","2014-03-14","0","104","[{'iso_639_1':'en','name':'English'}]","Released","","Shirin in Love","false","4","2" +"false","/56EPAmrflwjPA3LnoSlmeVs9Eff.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","548762","tt7343732","pl","7 uczu??","Fear, anger, sadness, joy, disgust, envy, shame. Ada?? Miauczy??ski goes back to his childhood days when, like most of us, he used to find it problematic to name the emotions that accompanied him. To improve the quality of his adult life, he decides to return to that time ??? which proves not so carefree after all ??? to learn how to experience the seven basic emotions. This extremely unpredictable journey into the past features an abundance of hilarious, even comical, situations but is also filled with lots of touching moments and food for thought.","2.097","/pMCzVcDOsUkHrFv8cfNFL6fF8H4.jpg","[{'id':68045,'logo_path':null,'name':'Studio Orka','origin_country':''},{'id':37732,'logo_path':'/lAf0zKgpwQReBOA4vKCwrJlMUMc.png','name':'Wytw??rnia Film??w Dokumentalnych i Fabularnych','origin_country':'PL'}]","[{'iso_3166_1':'PL','name':'Poland'}]","2018-10-12","0","116","[{'iso_639_1':'pl','name':'Polski'}]","Released","We are all badly educated","7 Emotions","false","6.6","11" +"false","/sknZRZHy0EsVQ3TujW4z4hy4D3c.jpg","null","0","[{'id':28,'name':'Action'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","49237","tt0089122","en","Fair Game","A young woman running a wildlife sanctuary in the Australian outback is in for trouble when she is confronted by three kangaroo hunters. Bored with killing kangaroos, they decide to kill the animals in the sanctuary, and when they see how attractive the owner is, they decide to have a little ""fun"" with her, too. Turns out that they may get a bit more ""fun"" than they bargained for.","2.583","/25Pg5XO5Yv498zhSDetwuumEZMN.jpg","[]","[{'iso_3166_1':'AU','name':'Australia'}]","1986-07-24","0","90","[{'iso_639_1':'en','name':'English'}]","Released","They hunted her... Terrorised her... And now they pay the price","Fair Game","false","5.7","13" +"false","/qJ2IkFcKpvoMLnuwyBBOkHoCQ2Q.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':10752,'name':'War'}]","https://www.offathersandsons.com","488740","tt7519174","ar","Of Fathers And Sons - Die Kinder des Kalifats","Talal Derki returns to his homeland where he gains the trust of a radical Islamist family, sharing their daily life for over two years. His camera focuses on Osama and his younger brother Ayman, providing an extremely rare insight into what it means to grow up in an Islamic Caliphate.","2.521","/9nY0ef1kCwu1fUG0mjBq3wWghu1.jpg","[{'id':74289,'logo_path':null,'name':'Basis Berlin Filmproduktion','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'LB','name':'Lebanon'},{'iso_3166_1':'NL','name':'Netherlands'},{'iso_3166_1':'QA','name':'Qatar'},{'iso_3166_1':'SY','name':'Syrian Arab Republic'}]","2018-11-16","0","99","[{'iso_639_1':'ar','name':'??????????????'}]","Released","","Of Fathers and Sons","false","6.9","10" +"false","","null","0","[{'id':53,'name':'Thriller'}]","","583584","tt1249439","en","I See You","A video blogger records his new relationship - but a series of disturbing murders are also captured on his camera, and the true identity of the killer is hidden - for now.","1.4","/ld0yLYqoLPJH4L9AD8a7h7NpZPT.jpg","[]","[]","2019-02-20","0","78","[]","Released","","I See You","false","2","1" +"false","/714WM8GntrZIiJsXUUfeYFCWWhe.jpg","null","1500000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","507","tt0110265","en","Killing Zoe","Zed (Eric Stoltz) is an American vault-cracker who travels to Paris to meet up with his old friend Eric (Jean-Hugues Anglade). Eric and his gang have planned to raid the only bank in the city which is open on Bastille day. After offering his services, Zed soon finds himself trapped in a situation beyond his control when heroin abuse, poor planning and a call-girl named Zoe all conspire to turn the robbery into a very bloody siege.","7.522","/xhGpPx5o4ngIbXKUs8ogn24hrBL.jpg","[{'id':285,'logo_path':null,'name':'Live Entertainment','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","1993-10-01","418961","96","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'cs','name':'??esk??'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Killing Zoe","false","6.2","159" +"false","/Aa7Ok3EojtCFE56A0CZjMMclyIA.jpg","null","0","[]","https://www.fortheloveofgeorgemovie.com/","495829","tt3330948","en","For the Love of George","Set in early 2014, Poppy Wakefield works as a freelance journalist from her beautiful home in England. Her seemingly perfect, if predictable, life is shattered when she discovers her husband Stephen is having an affair. In shock from betrayal, she finds comfort in a TV segment featuring George Clooney. George is everything her husband isn???t - sophisticated, funny, charming - someone who cares about making a difference in the world and who Poppy believes is her ideal match! When she receives a well timed invitation to visit her friend Justin in LA, Poppy decides to give fate a helping hand and takes off on a quest to cross paths with George - where she has no doubt they will fall in love at first sight! However a surprise announcement brings Poppy and her romantic fantasy crashing back down to earth. Through a funny series of near misses, unrelated adventures and colorful characters, Poppy navigates her new life in LA, until one day fate throws her a very unexpected curveball???","0.6","/fxOYRByOYU0mVDbLXq2bWlFTMFz.jpg","[]","[]","2018-02-13","0","89","[]","Released","One Woman's Quest to Meet Every Woman's Dream Man","For the Love of George","false","0","0" +"false","/rvSMpkb4Xyw50xJ89LXT7p87cZZ.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'}]","","68171","tt0087945","en","Star Slammer","Two women who have been unjustly confined to a prison planet plot their escape, all the while having to put up with lesbian guards, crazed wardens and mutant rodents.","1.997","/sZqRD5AArzDVexI78FnyREAW4OV.jpg","[{'id':42692,'logo_path':null,'name':'Viking International Pictures','origin_country':''},{'id':106778,'logo_path':null,'name':'Worldwide Entertainment Corporation','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1986-10-10","0","86","[{'iso_639_1':'en','name':'English'}]","Released","Untamed. Uncaged. Unleashed In Space.","Star Slammer","false","3.9","13" +"false","/mJNy0hZCegiJWdEbg0TXZYhkqmx.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'}]","","20472","tt0083033","en","Saturday the 14th","After his family moves to a new house, a young boy discovers a mysterious book that details a curse hanging over the date of Saturday the 14th. Opening the book releases a band of monsters into the house and the family must join together to save themselves and their neighborhood.","2.83","/tET9d7uIUKBH1RBMebVZkqEBZlR.jpg","[{'id':1950,'logo_path':null,'name':'New World Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1981-10-30","0","75","[{'iso_639_1':'en','name':'English'}]","Released","Just when you thought it was safe to look at the calendar again.","Saturday the 14th","false","4.9","23" +"false","/sWujuClzopbPQSLmWorWVdhuxbY.jpg","null","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'}]","","523640","tt3403310","en","Fade Away","In a city where the high school drop out rate is at its highest, a pre-destined path of murder, crime, and drug trafficking seems to be the only way of life for teenagers growing up in Liberty City.","0.884","/5wUHjs3oiWSEcWw3ZdzY5NEYFot.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-01-01","0","95","[]","Released","","Fade Away","false","6","1" +"false","/83mCmfyJ6qeRBmcOV5hMknK5fkp.jpg","null","0","[{'id':35,'name':'Comedy'}]","","552117","tt6492186","en","The Rainbow Bridge Motel","When Arizona couple Dean (Chris Modryznski) and Darren???s (Cole Burden) dream wedding in Niagara Falls doesn???t go quite as they planned, they make the most of it in a ragtag roadside motel run by a professional shyster. RENT???s Wilson Heredia, Mel Gorham, and Diane Gaidry star in Scott Rubin and J. Garrett Vorreuter???s charming, offbeat romantic comedy. A Gravitas Ventures release.","1.926","/tYaa9G6nopFkCn3t6omta1jnoij.jpg","[]","[]","2018-10-07","0","90","[]","Released","","The Rainbow Bridge Motel","false","0","0" +"false","/bHjKatOWPowQSylv6vJH7SLcZZD.jpg","null","0","[{'id':18,'name':'Drama'}]","","173908","tt1517249","en","Sunlight Jr.","Quickie-mart employee Melissa and paraplegic Richie are very much in love. Supported only by Melissa???s small hourly wage, they are nevertheless thrilled to learn that Melissa is pregnant. Then their situation deteriorates, and their tenuous financial situation threatens to bring their happy life crashing down.","3.174","/r5PRwShbdrbANCwSasFHr3O6Equ.jpg","[{'id':34786,'logo_path':null,'name':'Empyrean Pictures','origin_country':''},{'id':2292,'logo_path':null,'name':'Original Media','origin_country':'US'},{'id':34787,'logo_path':null,'name':'Freight Yard Films','origin_country':''},{'id':34788,'logo_path':null,'name':'Alchemedia Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-04-20","0","94","[{'iso_639_1':'en','name':'English'}]","Released","","Sunlight Jr.","false","5.2","42" +"false","/pDWhCpuvJlJaMlT690a1rnuXND1.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","416530","tt3831636","en","Slasher.com","After meeting online, Jack and Kristy go on a weekend getaway to the woodlands of rural Missouri. While discovering each other, they soon learn of the terrorizing horrors that the forest has in store.","1.897","/sEUVbq3KoMgB8Jf37PNrUNSiW1H.jpg","[{'id':88871,'logo_path':null,'name':'Burnt Bridge Films','origin_country':''},{'id':88873,'logo_path':null,'name':'Mucho Mucho Mucho Productions','origin_country':''},{'id':109145,'logo_path':null,'name':'Firefly Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-01-16","0","89","[{'iso_639_1':'en','name':'English'}]","Released","You can't date online without a slash.","Slasher.com","false","4.1","13" +"false","/3PQnp3QQwIdRmf7PXQSB8fAQpqd.jpg","null","190000","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","13561","tt0878695","en","Murder Party","A random invitation to a Halloween party leads a man into the hands of a rogue collective intent on murdering him for the sake of their art, sparking a bloodbath of mishap, mayhem and hilarity.","5.554","/gJmMvnYAVjEg9biqdSe5gKAfsAI.jpg","[{'id':2772,'logo_path':null,'name':'The Lab Of Madness','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-10-12","0","79","[{'iso_639_1':'en','name':'English'}]","Released","Everybody Dies...","Murder Party","false","5.9","96" +"false","/1tSik1QvragjdJW9Pu0rm5gE8gL.jpg","{'id':538387,'name':'Malevolence Collection','poster_path':null,'backdrop_path':null}","450000","[{'id':80,'name':'Crime'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.malevolencemovie.com/","54702","tt0388230","en","Malevolence","It's ten years after the kidnapping of Martin Bristol. Taken from a backyard swing at his home at the age of six, he is forced to witness unspeakable crimes of a deranged madman. For years, Martin's whereabouts have remained a mystery...until now.","2.034","/hEzxNcqGxO7ITYi7Oy8gZUoYdgL.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-09-10","0","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pl','name':'Polski'}]","Released","","Malevolence","false","5.1","26" +"false","/nFLnKlaJjSTJXXUCCkyo4q4oldQ.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","376580","tt4926656","en","In Critical Condition","Johnny, the loyal number two of a powerful sociopathic crime boss, leads other members of a small town mob scrambling to keep their business alive while trying to find the leak to the police.","0.6","/qQ4a33cVsZIjStIIuQsTO3uaVF3.jpg","[{'id':115138,'logo_path':null,'name':'Fight On Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-12-10","0","70","[{'iso_639_1':'en','name':'English'}]","Released","When things fall apart...how will you survive.","In Critical Condition","false","0","0" +"false","/dgEpHtj8eM79XnAclJLOeUmYiCD.jpg","null","15000","[{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'}]","http://galaxylords.space","501622","tt6068406","en","Galaxy Lords","A mere decade after the Heptigalaxial Cosmic Eternity War, the Kingdom of the Seven Galaxies is once again on the precipice of oblivion. The evil Zargantian prince Adorastius has escaped his icy incarceration and threatens all known existence with the most fantastical yet calamitous power imaginable.","1.927","/1Fb7gJbX5Fz9eIcdYg3oxhCa8jD.jpg","[{'id':115117,'logo_path':null,'name':'Champions of the Cosmos','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-02-24","0","96","[{'iso_639_1':'en','name':'English'}]","Released","It is the year 4,924,537,733AD.","Galaxy Lords","false","3","1" +"false","/g1xiSZVlc0hRwUKJ6rJxM00qKtI.jpg","null","0","[{'id':28,'name':'Action'},{'id':14,'name':'Fantasy'},{'id':16,'name':'Animation'}]","http://www.fatestaynight.jp/","46304","tt1587156","ja","????????? ????????????/???????????????????????????????????????????????????????????????","Shirou Emiya finds himself an unwilling participant in a deadly competition where seven Mages summon heroic spirits as servants to duel each other to the death. They compete for the chance to make a wish from the Holy Grail, which has the power to grant any wish. Shiro is unskilled as a mage and knows nothing of the Holy Grail War, but he and his servant, Saber, enter into a temporary partnership with another Mage, Rin Tohsaka. However, problems arise between Shirou and Rin's servant, Archer, who seems to seriously despise him.","2.255","/wxoSmYgjpKAkhe4c1B3jW3D1QLZ.jpg","[{'id':6075,'logo_path':'/rpmYkPGtdu4ixLPgPkmFxvfnt4O.png','name':'Studio Deen','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","2010-01-23","0","107","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Fate/Stay Night: Unlimited Blade Works","false","6.5","17" +"false","/o7PBlsfdCGDdqBSQ52C1IY8u8Ef.jpg","null","0","[{'id':16,'name':'Animation'},{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'},{'id':14,'name':'Fantasy'}]","","21453","tt0098692","ja","????????????","This animated Japanese film is a dark, adult-oriented thriller. A peace treaty between the Earth and the Black World, a parallel universe of spider-like aliens is coming to an end. Two cops, Taki, a human male, and Maki, a female alien, are assigned to protect a diplomat who will help secure another treaty. A radical group of aliens from the Black World are out to assassinate the diplomat and prevent the treaty; only the bond that forms between the two cops can save the Earth from destruction. Sex is strongly associated with violence in many graphic scenes; although this is intended to play a symbolic role, this theme is used excessively. The story is effective, but the film is definitely not for children or anyone easily offended.","6.332","/5T6jsn5m7NyDJq61RvDwVIbWeio.jpg","[{'id':3706,'logo_path':'/jQAPMaK0luVFn69MvL83d3l6iCo.png','name':'Manga','origin_country':''},{'id':3464,'logo_path':'/9k0nr75nwnNeT2MHerf1OXJN0hj.png','name':'Madhouse','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","1987-04-19","0","82","[{'iso_639_1':'ja','name':'?????????'}]","Released","For centuries a treaty has existed between the human world and the realm of the demons.","Wicked City","false","6.9","53" +"false","/x0jqt4yDGu8q8flLKfUlOqZCG9W.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","","35170","tt0078251","zh","????????????","Jackie Chan stars as the young warrior Hsu Yiu Fong. Hsu has been entrusted with the book of the ""Art of the Snake and Crane,"" after the mysterious disappearance of the eight Shaolin Masters who had written it. He must fight off numerous clans who are all attempting to steal the book from him, to find out the true reason for the disappearance of the Shaolin Masters.","2.956","/vwMTpqm2GcjudUE256LulKshX6v.jpg","[{'id':6378,'logo_path':null,'name':'Lo Wei Motion Picture Co.','origin_country':''}]","[{'iso_3166_1':'HK','name':'Hong Kong'},{'iso_3166_1':'TW','name':'Taiwan'}]","1978-03-08","0","96","[{'iso_639_1':'cn','name':'????????? / ?????????'},{'iso_639_1':'zh','name':'?????????'}]","Released","","Snake and Crane Arts of Shaolin","false","6.8","28" +"false","/mtqJKMnNvzBTumkmOfcXxWYLzyu.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':36,'name':'History'}]","","26851","tt0083590","en","The Atomic Cafe","A disturbing collection of 1940s and 1950s United States government-issued propaganda films designed to reassure Americans that the atomic bomb was not a threat to their safety.","1.462","/waI4ZKHnUCqyLGtl99Smk5Gz3eu.jpg","[{'id':106739,'logo_path':null,'name':'The Archives Project','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1982-03-17","0","86","[{'iso_639_1':'en','name':'English'}]","Released","A hot spot in a cold war.","The Atomic Cafe","false","7.2","23" +"false","/b0WDCEous38lLeeEsAMhOC8U4cd.jpg","null","0","[{'id':18,'name':'Drama'}]","","6619","tt0067445","it","Morte a Venezia","Composer Gustav von Aschenbach, travels to Venice for health reasons. There, he becomes obsessed with the stunning beauty of an adolescent Polish boy named Tadzio who is staying with his family at the same Grand H??tel des Bains on the Lido as Aschenbach.","4.825","/uaCO0YWhpVjppk3IgLwmHSDtrrT.jpg","[{'id':15842,'logo_path':null,'name':'Alfa Cinematografica','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'FR','name':'France'}]","1971-03-01","0","130","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'pl','name':'Polski'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","The celebrated story of a man obsessed by ideal beauty","Death in Venice","false","7.4","141" +"false","/fewP7EsMEnfqqcx4qYHKSKebwkF.jpg","null","25000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","2669","tt0086993","en","The Bounty","The familiar story of Lieutenant Bligh, whose cruelty leads to a mutiny on his ship. This version follows both the efforts of Fletcher Christian to get his men beyond the reach of British retribution, and the epic voyage of Lieutenant Bligh to get his loyalists safely to East Timor in a tiny lifeboat.","7.69","/hXFXIc6F4NXI5emWCKcUwqEPjIZ.jpg","[{'id':10308,'logo_path':null,'name':'Dino De Laurentiis Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'}]","1984-05-04","8613462","132","[{'iso_639_1':'en','name':'English'}]","Released","After 200 years, the truth behind the legend.","The Bounty","false","6.8","199" +"false","/uUiId6cG32JSRI6RyBQSvQtLjz2.jpg","{'id':573436,'name':'Spider-Man: Into the Spider-Verse Collection','poster_path':null,'backdrop_path':null}","90000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':878,'name':'Science Fiction'},{'id':35,'name':'Comedy'}]","http://www.intothespiderverse.movie","324857","tt4633694","en","Spider-Man: Into the Spider-Verse","Miles Morales is juggling his life between being a high school student and being a spider-man. When Wilson ""Kingpin"" Fisk uses a super collider, others from across the Spider-Verse are transported to this dimension.","117.982","/iiZZdoQBEYBv6id8su7ImL0oCbD.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':34,'logo_path':'/GagSvqWlyPdkFHMfQ3pNq6ix9P.png','name':'Sony Pictures','origin_country':'US'},{'id':2251,'logo_path':'/8PUjvTVmtJDdDXURTaSoPID0Boj.png','name':'Sony Pictures Animation','origin_country':'US'},{'id':7505,'logo_path':'/837VMM4wOkODc1idNxGT0KQJlej.png','name':'Marvel Entertainment','origin_country':'US'},{'id':84041,'logo_path':null,'name':'Pascal Pictures','origin_country':'US'},{'id':14439,'logo_path':null,'name':'Arad Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-12-07","362823577","117","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","More Than One Wears the Mask","Spider-Man: Into the Spider-Verse","false","8.5","2950" +"false","/ho6e9gv7zAMeDq1xXvKgqXRHcje.jpg","null","0","[{'id':99,'name':'Documentary'}]","https://www.unitedskatesfilm.com/","511014","tt4009728","en","United Skates","When America's last standing roller rinks are threatened with closure, a community of thousands battle in a racially charged environment to save an underground subculture.","2.524","/bChxuC8FfiaiXlrmxo5XQErABvg.jpg","[{'id':110433,'logo_path':null,'name':'Sweet Ninja Films','origin_country':''},{'id':110434,'logo_path':null,'name':'Genuine Article Pictures','origin_country':''},{'id':13150,'logo_path':null,'name':'Naked Edge Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-04-19","0","89","[{'iso_639_1':'en','name':'English'}]","Released","","United Skates","false","8","5" +"false","","null","0","[{'id':53,'name':'Thriller'}]","","583584","tt1249439","en","I See You","A video blogger records his new relationship - but a series of disturbing murders are also captured on his camera, and the true identity of the killer is hidden - for now.","1.4","/ld0yLYqoLPJH4L9AD8a7h7NpZPT.jpg","[]","[]","2019-02-20","0","78","[]","Released","","I See You","false","2","1" +"false","/ySZh7SFEWBwnpzsEZNHxOlH4Af.jpg","{'id':375886,'name':'Willard','poster_path':'/jFdCChculOPibS0E4SGlibtQoN1.jpg','backdrop_path':null}","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","42532","tt0067991","en","Willard","A social misfit, Willard is made fun of by his co-workers, and squeezed out of the company started by his deceased father by his boss. His only friends are a couple of rats he raised at home, Ben and Socrates. However, when one of them is killed at work, he goes on a rampage using his rats to attack those who have been tormenting him.","2.508","/t6bFcysjWT8fJlkuKLtlmMgQU7N.jpg","[{'id':5409,'logo_path':null,'name':'Bing Crosby Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1971-07-30","0","95","[{'iso_639_1':'en','name':'English'}]","Released","This is Willard and his friend Ben. Ben will do anything for Willard.","Willard","false","6.4","31" +"false","/zU6L8YURT6LT669FkQPZwsZKD9q.jpg","null","3000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","10937","tt0092618","en","Barfly","Downtrodden writer Henry and distressed goddess Wanda aren't exactly husband and wife: they're wedded to their bar stools. But they like each other's company- and Barfly captures their giddy, gin-soaked attempts to make a go of life on the skids.","8.025","/x8sJ3b87NoPRMLPp648lWeIz3BG.jpg","[{'id':13549,'logo_path':null,'name':'Golan-Globus Productions','origin_country':''},{'id':13349,'logo_path':null,'name':'Zoetrope Studios','origin_country':''},{'id':1444,'logo_path':'/5jvFLUVXGXxkyszL9cqJN5hNhJ6.png','name':'Cannon Group','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-09-02","3221568","100","[{'iso_639_1':'en','name':'English'}]","Released","Some people never go crazy. What truly horrible lives they must lead.","Barfly","false","7.3","135" +"false","/ygPRZO01TAtZkXfGce0G1TCDRgc.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","55562","tt0091869","de","Rosa Luxemburg","Wronke Prison, 1916. Social democrat Rosa Luxemburg faces a mock execution. Twenty years earlier, Rosa's political gifts are acknowledged by everyone, as she struggles for democratic government in Germany and revolution in Poland. There she works closely with Leo Jogiches. Their political activity creates some difficulty for their personal relationship... As international tensions rise, Rosa makes speeches denouncing war and militarism. She seems too radical for her fellow Socialists. She meets Karl Liebknecht. When World War I begins, Rosa and Karl are united in opposition...","1.173","/zsScgGmW9whKncq4zmqpgI1Kuae.jpg","[{'id':5982,'logo_path':null,'name':'Bioskop Film','origin_country':''},{'id':74834,'logo_path':null,'name':'B??renfilm','origin_country':''},{'id':2330,'logo_path':null,'name':'Ceskoslovensk?? Filmexport','origin_country':''},{'id':1931,'logo_path':'/C3Jo9PF1TzvNw97vdOid6oY3DC.png','name':'Filmov?? Studio Barrandov','origin_country':'CZ'},{'id':1448,'logo_path':null,'name':'Pro-ject Filmproduktion','origin_country':''},{'id':12994,'logo_path':null,'name':'Regina Ziegler Filmproduktion','origin_country':''},{'id':46,'logo_path':null,'name':'Westdeutscher Rundfunk (WDR)','origin_country':'DE'}]","[{'iso_3166_1':'DE','name':'Germany'}]","1986-04-10","0","123","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'pl','name':'Polski'}]","Released","","Rosa Luxemburg","false","6.2","13" +"false","/xFzrRTM1OHJAVNG6YGkZ1XTma9j.jpg","null","0","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","","504599","tt7087210","en","Donnybrook","An ex-marine who struggles to provide for his family and a violent drug dealer with an undefeated fighting record are determined to compete in the Donnybrook, a legendary, bare-knuckle brawl with a cash prize of $100,000.","7.134","/jcuEDKnM3uThdz7p0YYWFjMla73.jpg","[{'id':5381,'logo_path':'/m6vSpFeYtFoW1lNv5mpLHzH4eLL.png','name':'Backup Media','origin_country':'FR'},{'id':81794,'logo_path':'/7mIfopwJnw4RJSHq4FI5lhRe89w.png','name':'Rumble Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-02-15","0","101","[{'iso_639_1':'en','name':'English'}]","Released","","Donnybrook","false","6.5","6" +"false","/aZNzj2SPDVLSDSTDWwa2VPg7RNO.jpg","null","0","[{'id':18,'name':'Drama'}]","","306755","tt2098669","en","Dirty Dealing","A group of sexy blackjack dealers, The Sin Pit Pussycats, plot to rob a Vegas casino to get revenge against the shady owner who wronged them.","0.935","/IMoEoMgF2eKdwf0AimIGkVpDrA.jpg","[{'id':40146,'logo_path':null,'name':'Gen One Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-06-19","0","96","[{'iso_639_1':'en','name':'English'}]","Released","","Dirty Dealing","false","3","1" +"false","/38zXqkN6kC4OUUOvxqHN2haHAs5.jpg","null","0","[{'id':27,'name':'Horror'}]","","583046","tt8142044","en","1st Summoning","Four student filmmakers set out to explore an abandoned building famous for its connection with the occult, but as their journey becomes littered with strange behavior and unexplained phenomena, it becomes clear the horror they are attempting to document may already be lurking among them.","2.351","/2XX4E8zK1l0RXgurixcCP3gxRTr.jpg","[]","[]","2019-02-22","0","97","[]","Released","Evil lies within.","1st Summoning","false","4","4" +"false","/gZ1n5lvEWLTQgmVbeKHyfIUrqgx.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","https://www.secondact.movie/","503616","tt2126357","en","Second Act","Maya, a 40-year-old woman struggling with frustrations from unfulfilled dreams. Until that is, she gets the chance to prove to Madison Avenue that street smarts are as valuable as book smarts, and that it is never too late for a second act.","51.114","/maUMIZVGs8g1hYtq4dQ9Lg9FtVF.jpg","[{'id':47729,'logo_path':'/5NRpQ7xxmODXAjt2pRWUFMLVzvP.png','name':'STX Entertainment','origin_country':'US'},{'id':1620,'logo_path':null,'name':'Nuyorican Productions','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-11-22","0","100","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'zh','name':'?????????'}]","Released","Her talent was real. Her r??sum?? was not.","Second Act","false","6.1","219" +"false","","null","0","[{'id':10749,'name':'Romance'}]","","392135","tt3175798","en","Princess Cut","A lifelong Carolina farm girl, now in her early 20's, Grace has dreamed all her life of the day when ""Mr. Right"" slips a Princess Cut diamond on her finger and swears to love her forever. Tonight may be that night as Stewart has something special planned after 15 months together! But when things don't go as planned, and romance crashes down around her, it launches her on a quest, aided by her father, to understand what it means to truly love another person. Will Grace finally discover love or ruin her chances for happiness forever?","0.6","/baGbh4nyj99vbwe6Az7CYwhSWHg.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-11-03","0","97","[]","Released","True Love is Worth the Wait","Princess Cut","false","5.5","2" +"false","/71CfXpC3Qgy6m0yyCm8a0uz05TT.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':37,'name':'Western'}]","http://www.vertigoproductions.com.au/tracker.html","13439","tt0212132","en","The Tracker","Somewhere in Australia in the early 20th century outback, an Aboriginal man is accused of murdering a white woman. Three white men are on a mission to capture him with the help of an experienced Indigenous man.","1.733","/zNDbpSbjpV0bLVA0mUY1TH2YohT.jpg","[{'id':2756,'logo_path':null,'name':'Vertigo Productions','origin_country':'FR'}]","[{'iso_3166_1':'AU','name':'Australia'}]","2002-08-08","442000","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'mi','name':''}]","Released","All men choose the path they walk.","The Tracker","false","7","20" +"false","/9wgP29mbpzBSHmn5D0FhATi0ezm.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","18080","tt0119848","en","Out to Sea","Care-free Charlie (Walter Matthau) cons his widower brother-in-law Herb (Jack Lemmon) into an expenses-paid luxury cruise in search of rich, lonely ladies. The catch is that they are required to be dance hosts! With a tyrannical cruise director, and the luscious Liz and lovely Vivian, our heroes have lots of mis-adventures before they finally return to port.","2.207","/A9mdtkLl9yM2jWgti5hJ83UZf84.jpg","[{'id':1302,'logo_path':'/kQZtJdyphCmq292iGDqlUx0yk2D.png','name':'Davis Entertainment','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-07-02","0","106","[{'iso_639_1':'en','name':'English'}]","Released","Get ready to Rumba!","Out to Sea","false","5.6","33" +"false","/49cfJLnYRZhucEjPsOkDWhX8e0Y.jpg","null","0","[{'id':18,'name':'Drama'}]","","261768","tt2210781","en","Lullaby","Estranged from his family, Jonathan (Hedlund) discovers his father has decided to take himself off life support in forty-eight hours??? time. During this intensely condensed period, a lifetime of drama plays out. Robert (Jenkins) fights a zero sum game to reclaim all that his illness stole from his family. A debate rages on patients??? rights and what it truly means to be free. Jonathan reconciles with his father, reconnects with his mother (Archer), sister (Brown-Findlay), and his love (Adams) and reclaims his voice through two unlikely catalysts ??? a young, wise-beyond-her-years patient (Barden) and a no-nonsense nurse (Hudson). Through this intensely life affirming prism, an unexpected and powerful journey of love, laughter, and forgiveness unfolds.","3.341","/qBnNHTLc6GIgEWOtKA0Q3HuGmfE.jpg","[{'id':33674,'logo_path':null,'name':'Avenue Picture','origin_country':''},{'id':115700,'logo_path':null,'name':'Metalwork Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-06-13","0","117","[{'iso_639_1':'en','name':'English'}]","Released","What do you say when everything has been left unsaid?","Lullaby","false","6","34" +"false","/dhtZyg8kkUcaWUBZyeSjavL22vL.jpg","null","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","","375343","tt4447090","en","Instant Death","A vicious gang war for drug dominance draws in a disturbed Special Forces veteran John Bradley. Trying to adjust to normal life and haunted by inner demons of a violent past, the underworld's retribution on his last connection to humanity, a daughter and grandchild leads to a descent of fury and violence that not even the brutality of gangland is prepared for.","1.774","/sVm3AUJhZb6lPjkhTVLtSTZQIV4.jpg","[{'id':45976,'logo_path':null,'name':'Raging Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-05-02","0","84","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","Revenge is an understatement.","Instant Death","false","4.3","9" +"false","/cDMKcBhtXx5GcsJPiVzRKwaYqdE.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","https://www.voxluxmovie.com/","429202","tt5960374","en","Vox Lux","In 1999, teenage sisters Celeste and Eleanor survive a seismic, violent tragedy. The sisters compose and perform a song about their experience, making something lovely and cathartic out of a catastrophe - while also catapulting Celeste to stardom. By 2017, Celeste is a mother to a teenage daughter of her own and is struggling to navigate a career fraught with scandals when another act of terrifying violence demands her attention.","12.787","/35WZbqmBxhxlt41RIg0x2ypZx4Q.jpg","[{'id':24049,'logo_path':'/zOHQ0A3PpNoLLeAxRZwSqNV3nPr.png','name':'Sierra / Affinity','origin_country':'US'},{'id':2266,'logo_path':'/owzVs2mguyyJ3vIn7EbgowpUPnk.png','name':'Bold Films','origin_country':'US'},{'id':19194,'logo_path':null,'name':'Andrew Lauren Productions (ALP)','origin_country':''},{'id':1422,'logo_path':'/aG7LGucYWmsrsEwnDN1HnUGfVmK.png','name':'Killer Films','origin_country':'US'},{'id':108497,'logo_path':null,'name':'Three Six Zero','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-12-07","727119","114","[{'iso_639_1':'en','name':'English'}]","Released","A twenty-first century portrait.","Vox Lux","false","6","71" +"false","/sB93UG8TGoEHhmP4iPKgSgLIadD.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","25993","tt0068230","en","Asylum","A young psychiatrist applies for a job at a mental asylum, and must pass a test by interviewing four patients. He must figure out which of the patients, is in fact, the doctor that he would be replacing if hired.","5.049","/8FXESe9NCN20ln2hW10M73CtCfH.jpg","[{'id':4630,'logo_path':null,'name':'Amicus Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1972-11-17","0","88","[{'iso_639_1':'en','name':'English'}]","Released","You have nothing to lose but your mind.","Asylum","false","6.1","53" +"false","/qquZOH7PfVb1t2T6CiCWSYt7YIW.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","8348","tt0072288","en","Thunderbolt and Lightfoot","With the help of an irreverent young sidekick, a bank robber gets his old gang back together to organise a daring new heist.","6.397","/ys9vfK1436huuHsUpM7MxBkX3qS.jpg","[{'id':171,'logo_path':null,'name':'Malpaso Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1974-05-23","21700000","115","[{'iso_639_1':'en','name':'English'}]","Released","Thunderbolt??? the man with the reputation. Lightfoot??? the kid who's about to make one!","Thunderbolt and Lightfoot","false","6.8","183" +"false","/u8dMKtP9QShwJoMyu9tdOhashyn.jpg","null","1600000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","592","tt0071360","en","The Conversation","Surveillance expert Harry Caul is hired by a mysterious client's brusque aide to tail a young couple. Tracking the pair through San Francisco's Union Square, Caul and his associate Stan manage to record a cryptic conversation between them. Tormented by memories of a previous case that ended badly, Caul becomes obsessed with the resulting tape, trying to determine if the couple are in danger.","8.698","/dhgW1uGaRj8vIgq54VnCP96X7Sv.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':14120,'logo_path':null,'name':'The Directors Company','origin_country':''},{'id':536,'logo_path':null,'name':'The Coppola Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1974-04-07","4420000","113","[{'iso_639_1':'en','name':'English'}]","Released","Harry Caul is an invader of privacy. The best in the business.","The Conversation","false","7.6","612" +"false","/41EouSyqhf8C6FcLpsdM7JO38AZ.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.facebook.com/?ref=home#!/pages/Waiting-For-Forever/277618782907","52338","tt1296898","en","Waiting for Forever","A Hollywood-set romantic tale of a guy who is content to live his life without a job yet with the love of his life, a young actress.","5.812","/isUdDxhU0MRlfpbz73mM5RgLqV2.jpg","[{'id':24903,'logo_path':null,'name':'PCH Film','origin_country':''},{'id':86,'logo_path':null,'name':'Catfish Productions','origin_country':''},{'id':24904,'logo_path':null,'name':'Weekend Films/Main Street Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-02-10","0","94","[{'iso_639_1':'en','name':'English'}]","Released","This one grabs your heart!","Waiting for Forever","false","5.7","166" +"false","/la6YQ67JNtcXqWcKLaLYvMhUDux.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","https://www.toygun-thefilm.com","514782","tt5420870","en","Toy Gun","Ruggero, a meek young man, impulsively robs a bank to prove to his ex-wife that he is courageous and masculine. A police investigation engulfs everyone except our unassuming hero who is completely ignored. Through a set of hilarious coincidences, he gets away with the robbery, while corrupt bank officials take the fall for what looks like an inside job.","1.398","/z7Cti1ii27TTyKLx5YJPq3inX8S.jpg","[{'id':72129,'logo_path':null,'name':'Calach Films','origin_country':''},{'id':88493,'logo_path':null,'name':'Gardner & Domm','origin_country':''},{'id':22071,'logo_path':null,'name':'Mollywood','origin_country':'BE'}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'LU','name':'Luxembourg'}]","2018-01-01","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Toy Gun","false","0","0" +"false","/5h7W7XU7LoTZwlsEJdnPDej6Ief.jpg","{'id':306063,'name':'Saints and Soldiers Collection','poster_path':'/ypL9pYL6dY7zO12r4qYIQM1Ekvr.jpg','backdrop_path':'/uAv2zvBtIGujt9jGELeHKEaNjRi.jpg'}","780000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10752,'name':'War'}]","","10105","tt0373283","en","Saints and Soldiers","Five American soldiers fighting in Europe during World War II struggle to return to Allied territory after being separated from U.S. forces during the historic Malmedy Massacre.","5.982","/9sN1aakDUwUuL8Es317toWiF3ez.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-09-11","0","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","","Saints and Soldiers","false","6.5","132" +"false","/zUJloZwVhV1Hbys5eugDYJZJ2no.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","","33218","tt0047969","en","Daddy Long Legs","Wealthy American, Jervis Pendleton has a chance encounter at a French orphanage with a cheerful 18-year-old residen, and anonymously pays for her education at a New England college. She writes letters to her mysterious benefactor regularly, but he never writes back. Several years later, he visits her at school, while still concealing his identity, and???despite their large age difference???they soon fall in love.","2.564","/AlvI1v9LVR0iU2VfgVZJsVxCpeW.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1955-05-05","0","126","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'it','name':'Italiano'}]","Released","","Daddy Long Legs","false","6.6","38" +"false","/fRHkzPMWgzXy5XYBvmi9WCZbg6E.jpg","null","0","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'}]","http://www.severancefilm.com","5072","tt0464196","en","Severance","Members (Danny Dyer, Laura Harris, Tim McInnerny) of the Palisades Defense Corp. sales group arrive in Europe for a team-building exercise. A fallen tree blocks the route, and they must hike to their destination. However, a psychotic killer lurks in the woods, and he has a horrible fate in mind for each of the co-workers.","8.995","/z5br42PMzeIHTK8zZSXiaZpypTl.jpg","[{'id':1854,'logo_path':null,'name':'Dan Films','origin_country':''},{'id':892,'logo_path':null,'name':'Qwerty Films','origin_country':'GB'},{'id':2395,'logo_path':'/pZz4qs03FtP6UGtZ3hjQ6qimcwi.png','name':'HanWay Films','origin_country':'GB'},{'id':2268,'logo_path':'/wgDks2qYgwN6u1OkW1bBre0rf4F.png','name':'Isle of Man Film','origin_country':'GB'},{'id':8874,'logo_path':null,'name':'N1 European Film Produktions GmbH & Co. KG','origin_country':''},{'id':2452,'logo_path':'/6CLoZ59fLPG7UyxQtGTqRevjf58.png','name':'UK Film Council','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'HU','name':'Hungary'}]","2006-05-19","0","96","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'hu','name':'Magyar'},{'iso_639_1':'ru','name':'P????????????'}]","Released","The Company Is Making Cutbacks","Severance","false","6.4","257" +"false","/Kbn6hnBBwtgCyxfIt1IN36bplI.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://mybeautifulbrokenbrain.com/","381071","tt3815136","en","My Beautiful Broken Brain","A profoundly personal voyage into the complexity, fragility and wonder of the human brain, after Lotje Sodderland miraculously survives a hemorrhagic stroke and finds herself starting again in an alien world, bereft of language and logic. This feature documentary takes us on a genre-twisting tale that is by turns excruciating and exquisite - from the devastating consequences of a first-time neurological experiment, through to the extraordinary revelations of her altered sensory perception.","2.339","/uqKlaeB6vGZS7ezVonTqDginHDU.jpg","[]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-11-21","0","84","[{'iso_639_1':'en','name':'English'}]","Released","Life is like a dream","My Beautiful Broken Brain","false","7.3","35" +"false","/h39XAFwpWShgSJo6XmG0r0X4ncz.jpg","null","0","[{'id':99,'name':'Documentary'}]","","373472","tt5278464","en","Holy Hell","An inside look at a West Hollywood cult formed by a charismatic teacher in the 1980s that eventually imploded.","2.738","/w48hKxHnYSV4WxR5Hu7ZtVrCHCZ.jpg","[{'id':3095,'logo_path':null,'name':'Whitewater Films','origin_country':''},{'id':80996,'logo_path':null,'name':'WRA Productions','origin_country':''},{'id':79436,'logo_path':null,'name':'Very Special Projects','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-01-25","16905","100","[{'iso_639_1':'en','name':'English'}]","Released","","Holy Hell","false","7.1","57" +"false","/xzQfMZkpjHyYNVq99YLXAjlzk9S.jpg","null","0","[{'id':53,'name':'Thriller'}]","","582542","tt5195540","en","Waldgeist","When the spirits of murdered children return to haunt detective David Grey, a man tormented by the lack of closure on their case, he sets off on a last ditch attempt to find the truth while the spirits begin to draw ever closer to his family.","1.241","/gxnZ3nlHU5Evj1gQJLuW77sBr1T.jpg","[]","[]","2017-09-23","0","78","[{'iso_639_1':'en','name':'English'}]","Released","The past will come back to haunt you.","Waldgeist","false","0","0" +"false","","null","0","[{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'}]","","81001","tt0084210","en","Kiss Me Goodbye","Not until three years after the death of her husband Jolly, Kay dares to move back into their former home, persuaded by her new fianc??e Rupert. But soon her worst expectations come true, when not only her old memories haunt her, but also Jolly's ghost, who doesn't approve of her new mate. Invisible to anyone but Kay, he tries to prevent the wedding. Written by Tom Zoerner","1.092","/jUhCiZb4iqG5xZgy66ewCLBd1lv.jpg","[{'id':5771,'logo_path':null,'name':'Boardwalk Productions','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1982-12-22","0","101","[{'iso_639_1':'en','name':'English'}]","Released","","Kiss Me Goodbye","false","5.5","13" +"false","/dMWmu5Rw9fmTwW5U08zFSKcHfWc.jpg","null","0","[]","","582641","tt9357404","en","Dying Embers","Lea, a disturbed teenager, copes with depression and bullying as best as she can. Constantly butting heads with her single, struggling mother, she is driven into a bad group of so called friends. When she witness a murder, she finds herself cornered and fiercly fighting for her own life that she had tried to take so many times.","0.84","/ce2WdZc2zMdV93686FDK9YT06LM.jpg","[]","[]","2018-12-28","0","74","[{'iso_639_1':'en','name':'English'}]","Released","","Dying Embers","false","2","1" +"false","/8QuAsm6iKDk81Q3Gk0pbmmdr6P3.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'}]","","47541","tt0216746","en","Bad Girls from Valley High","Three snobbish high school girls prematurely age brought on from a curse, a drug (or something) after the arrival of new transfer student whom they believe is connected to a murder they committed a year earlier. A fate worse than death.","1.669","/gfyNp1enGhtUguM8CtLNy70Enxf.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-07-17","0","84","[{'iso_639_1':'en','name':'English'}]","Released","Highschool can be Hell, but popularity can be murder!","Bad Girls from Valley High","false","3.3","7" +"false","/sOQ1ktNoVNAUEeHOCC580hoxtG5.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","42676","tt0067134","it","Giornata nera per l'ariete","Luigi Bazzoni (Le Orme) directed this outstanding giallo thriller starring Franco Nero as a hard-drinking newspaperman who gets involved in a string of brutal murders.","2.012","/afy14WUeE7AXjB90bVdooxcpQmD.jpg","[{'id':76215,'logo_path':null,'name':'Dario','origin_country':''},{'id':7855,'logo_path':null,'name':'B.R.C. Produzione S.r.l.','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'}]","1971-08-28","0","90","[{'iso_639_1':'it','name':'Italiano'}]","Released","","The Fifth Cord","false","6.1","13" +"false","/kMrlUnbJY9oI6ptE8FV5wNwMVMn.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","529362","tt7652452","en","Nightshooters","A film crew led by stuntman Donnie come to witness a Gangland hit, and have to fight for their lives to survive the night.","2.752","/8m6ykVZAF7XSNjVwFi7AlXS7X6z.jpg","[{'id':78549,'logo_path':null,'name':'White Hot Productions','origin_country':''},{'id':4643,'logo_path':null,'name':'Nowhere Fast Productions','origin_country':''},{'id':114925,'logo_path':null,'name':'Mop Media','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-07-27","0","101","[{'iso_639_1':'en','name':'English'}]","Released","Two crews. One film. Lots of bullets.","Nightshooters","false","7","1" +"false","/jqDIeGM1s12DXGvPruuAtG7xSBx.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'}]","","35275","tt0071803","en","Mame","The film focuses on eccentric Mame Dennis, whose madcap life is disrupted when her deceased brother's son Patrick is entrusted to her care.","1.277","/blGXZvYZ58pXmPx6cBylmgtRM3Z.jpg","[{'id':3065,'logo_path':'/sJ919bmS8B53hujwbn5eqg6y6G6.png','name':'American Broadcasting Company (ABC)','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1974-03-07","0","132","[{'iso_639_1':'en','name':'English'}]","Released","She'll coax the blues right out of your heart!","Mame","false","5.5","9" +"false","/6iZtVdSjAT4ALt8QE4LQNzpSQc9.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.mylifetime.com/movies/from-straight-as-to-xxx","441168","tt6237208","en","From Straight A's to XXX","When a change of circumstances leaves Miriam unable to pay her college tuition, she makes a surprising decision: to start performing in adult films, using the pseudonym Belle Knox. Miriam lies to her family and her friends at school, keeping her double life a secret. But soon rumours spread and Miriam becomes the subject of vicious online attacks and unwanted attention. Miriam fights back: she talks to the media, saying her new line of work empowers her as a feminist. But her confident stand has unintended consequences. Miriam is shunned by her conservative family and her colleagues in the adult film world. One impulsive decision has quickly spiralled out of control - and Miriam's problems are just beginning.","4.176","/q4Nz80qQOmRSbW2ujYVTKP57BEy.jpg","[{'id':10969,'logo_path':'/3mmDprB4CsXbtR6ae7TRXrbB7LK.png','name':'Sepia Films','origin_country':'CA'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-02-11","0","87","[{'iso_639_1':'en','name':'English'}]","Released","Inspired by a true story","From Straight A's to XXX","false","5.4","21" +"false","","null","0","[{'id':878,'name':'Science Fiction'}]","","466532","tt6613878","en","Clara","An astronomer becomes obsessed with searching the cosmos for signs of life beyond Earth which leads to a shocking discovery.","4.528","/5ebqvFvlcyyIsBH2trsOzTC2oL7.jpg","[{'id':805,'logo_path':null,'name':'Serendipity Point Films','origin_country':''},{'id':85681,'logo_path':'/1GZ94KYANlFvEyt6iUL0O3MAON4.png','name':'Distant Horizon','origin_country':'ZA'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2018-09-06","0","106","[{'iso_639_1':'en','name':'English'}]","Released","Never stop looking","Clara","false","7.6","10" +"false","/ryEVf632AXyhAxLqDDY1eHtC72N.jpg","null","10000000","[{'id':878,'name':'Science Fiction'},{'id':16,'name':'Animation'}]","http://www.bandaivisual.co.jp/akira/","149","tt0094625","ja","?????????","A secret military project endangers Neo-Tokyo when it turns a biker gang member into a rampaging psychic psychopath that only two teenagers and a group of psychics can stop.","14.907","/5KlRFKKSbyCiyYpZSS3A6G5bW0K.jpg","[{'id':528,'logo_path':'/fO3Aof3lXQclYpBByYC8aneTXwA.png','name':'Bandai Visual','origin_country':'JP'},{'id':10920,'logo_path':null,'name':'Akira Committee Company Ltd.','origin_country':''},{'id':6999,'logo_path':null,'name':'Kodansha','origin_country':''},{'id':3363,'logo_path':null,'name':'Mainichi Broadcasting System (MBS)','origin_country':''},{'id':10921,'logo_path':null,'name':'Sumitomo Corporation','origin_country':''},{'id':882,'logo_path':'/fRSWWjquvzcHjACbtF53utZFIll.png','name':'Toho Company, Ltd.','origin_country':'JP'},{'id':104680,'logo_path':null,'name':'Studio Fuga','origin_country':'JP'},{'id':5805,'logo_path':'/jiTDwr7CelkRTSJt8or6WipN75c.png','name':'Studio Aoi','origin_country':'JP'},{'id':7164,'logo_path':'/vHsaqTkQ2ZTbdqrCA272YahoVlg.png','name':'TMS Entertainment','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","1988-07-16","0","124","[{'iso_639_1':'ja','name':'?????????'}]","Released","Neo-Tokyo is about to E.X.P.L.O.D.E.","Akira","false","7.9","1556" +"false","/l5nWWamL5P6rYywpIGdWb3qp2NW.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","10635","tt0111418","en","Threesome","Eddy and Stuart share two-thirds of a dormitory suite. Due to bureaucratic error, a woman named Alex is added to their room. At first, relations among the three are tense. Soon, however, Alex falls for Eddy, and Stuart lusts after Alex.","5.089","/w5FpBO6WjUkndniuQEWtLsj5oJY.jpg","[{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'},{'id':2090,'logo_path':'/jYlUttNqcN5u1pzMQrh5AEhZ27t.png','name':'Motion Picture Corporation of America','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-04-08","0","93","[{'iso_639_1':'en','name':'English'}]","Released","One girl. Two guys. Three possibilities.","Threesome","false","6.5","93" +"false","/cvqmmPgqP9bjtCuEoATZtBGDbKo.jpg","null","0","[{'id':18,'name':'Drama'}]","","19855","tt0111667","en","The War","The son of a Vietnam War Veteran must deal with neighborhood bullies as well as his dad's post-traumatic stress disorder while growing up in the deep south in the 1970's.","5.843","/neSgQuAS2zWZeqfHHNv41IEuR6v.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-11-04","16","126","[{'iso_639_1':'en','name':'English'}]","Released","","The War","false","6.6","68" +"false","/dEadNk3WsYVKH9KcwjMcroxP4hC.jpg","null","0","[{'id':10749,'name':'Romance'}]","http://www.hallmarkchannel.com/so-you-said-yes","317119","tt4185152","en","So You Said Yes","A woman who avoids relationships opens a vintage bridal shop, and goes head-to-head with the snobbish owner of the town???s classical bridal shop???only to find out her rival is the mother of her new boyfriend.","1.096","/qJE49blpMq2OTsaZ1rL7cyE0vhV.jpg","[{'id':52669,'logo_path':null,'name':'eOne Television','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-02-07","0","84","[{'iso_639_1':'en','name':'English'}]","Released","","So You Said Yes","false","4.9","7" +"false","/KInRNuxovWzOzkNgoSzSky4cf0.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","57351","tt0235553","en","Love and a Bullet","Malik Bishop is the best killer in the business, but when his crimelord employer wants his girlfriend, who may be unfaithful, eliminated, Bishop doesn't count on falling in love with the woman. Now he must choose between his heart and, perhaps, his life.","1.017","/67fIrwMiSQ26Q2uUo1jz6B6kxID.jpg","[{'id':77852,'logo_path':null,'name':'Ramcity Productions','origin_country':''},{'id':27204,'logo_path':null,'name':'Key Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-08-30","0","85","[{'iso_639_1':'en','name':'English'}]","Released","","Love and a Bullet","false","4","5" +"false","/fdROF3ZusuvmqOUOY1BO1gcWITp.jpg","null","0","[{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","","566512","tt6017926","en","Crucible of the Vampire","A young museum curator Isabelle (Katie Goldfinch) is sent to look at an ancient artefact, discovered in the basement of a stately home in Shropshire. Welcomed into the sprawling manor house by a seemingly hospitable family; Karl (Larry Rew), his wife Evelyn (Babette Barat) and their beautiful daughter Scarlet (Florence Cady), but all is not what it seems, as a dark and terrifying secret hangs over them.","3.747","/2kBJC5Bpq2rL2Dsbp9facQNYKBP.jpg","[]","[]","2019-02-01","0","96","[{'iso_639_1':'en','name':'English'}]","Released","","Crucible of the Vampire","false","4","4" +"false","/2FJ5xAoYxsXjACpktT5ke0lHBOC.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","","51043","tt0113682","en","Loch Ness","Dr. Dempsey is an American scientist who has become a skeptic. He isn't enthusiastic to be sent by his employer to Scotland to (dis)prove the existence of the Loch Ness monster. He finds the locals stubborn, 'primitive' and all but hospitable, not in the least because the Nessie legend is the only tourist attraction. He still gets romantically attracted by his independent inn-keeper Laura, and both her kid and his local assistant end up making him face a small family of Nessie-dinosaurs, but is this to be made public?","3.895","/qMl7qxbfqTPrvAqVguBf4wwRVKb.jpg","[{'id':1382,'logo_path':'/sOg7LGESPH5vCTOIdbMhLuypoLL.png','name':'PolyGram Filmed Entertainment','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1996-08-23","0","101","[{'iso_639_1':'en','name':'English'}]","Released","","Loch Ness","false","5.6","49" +"false","/fewP7EsMEnfqqcx4qYHKSKebwkF.jpg","null","25000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","2669","tt0086993","en","The Bounty","The familiar story of Lieutenant Bligh, whose cruelty leads to a mutiny on his ship. This version follows both the efforts of Fletcher Christian to get his men beyond the reach of British retribution, and the epic voyage of Lieutenant Bligh to get his loyalists safely to East Timor in a tiny lifeboat.","7.69","/hXFXIc6F4NXI5emWCKcUwqEPjIZ.jpg","[{'id':10308,'logo_path':null,'name':'Dino De Laurentiis Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'}]","1984-05-04","8613462","132","[{'iso_639_1':'en','name':'English'}]","Released","After 200 years, the truth behind the legend.","The Bounty","false","6.8","199" +"false","/uUiId6cG32JSRI6RyBQSvQtLjz2.jpg","{'id':573436,'name':'Spider-Man: Into the Spider-Verse Collection','poster_path':null,'backdrop_path':null}","90000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':878,'name':'Science Fiction'},{'id':35,'name':'Comedy'}]","http://www.intothespiderverse.movie","324857","tt4633694","en","Spider-Man: Into the Spider-Verse","Miles Morales is juggling his life between being a high school student and being a spider-man. When Wilson ""Kingpin"" Fisk uses a super collider, others from across the Spider-Verse are transported to this dimension.","117.982","/iiZZdoQBEYBv6id8su7ImL0oCbD.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':34,'logo_path':'/GagSvqWlyPdkFHMfQ3pNq6ix9P.png','name':'Sony Pictures','origin_country':'US'},{'id':2251,'logo_path':'/8PUjvTVmtJDdDXURTaSoPID0Boj.png','name':'Sony Pictures Animation','origin_country':'US'},{'id':7505,'logo_path':'/837VMM4wOkODc1idNxGT0KQJlej.png','name':'Marvel Entertainment','origin_country':'US'},{'id':84041,'logo_path':null,'name':'Pascal Pictures','origin_country':'US'},{'id':14439,'logo_path':null,'name':'Arad Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-12-07","362823577","117","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","More Than One Wears the Mask","Spider-Man: Into the Spider-Verse","false","8.5","2950" +"false","/ho6e9gv7zAMeDq1xXvKgqXRHcje.jpg","null","0","[{'id':99,'name':'Documentary'}]","https://www.unitedskatesfilm.com/","511014","tt4009728","en","United Skates","When America's last standing roller rinks are threatened with closure, a community of thousands battle in a racially charged environment to save an underground subculture.","2.524","/bChxuC8FfiaiXlrmxo5XQErABvg.jpg","[{'id':110433,'logo_path':null,'name':'Sweet Ninja Films','origin_country':''},{'id':110434,'logo_path':null,'name':'Genuine Article Pictures','origin_country':''},{'id':13150,'logo_path':null,'name':'Naked Edge Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-04-19","0","89","[{'iso_639_1':'en','name':'English'}]","Released","","United Skates","false","8","5" +"false","/dxtdLqCHrMY7NXmExmudGYd9kX0.jpg","null","0","[{'id':53,'name':'Thriller'}]","","27984","tt0097332","en","Far from Home","Charlie Cox should have stopped for gas in California. While he's on a cross-country trip with his teenage daughter, Joleen, his car hits empty in a creepy town in Nevada. With nary a drop of fuel to be found, Charlie and Joleen stop for the night at a dilapidated trailer park. There, Joleen catches the eye of two teenage boys, Jimmy and Pinky -- either of whom could be the serial killer currently terrorizing the town.","2.931","/4kHAVGpuiPhUIerZMdZ7r8pCe2o.jpg","[{'id':4233,'logo_path':null,'name':'Lightning Pictures','origin_country':'US'},{'id':6562,'logo_path':null,'name':'Planet Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-06-30","11859","86","[{'iso_639_1':'en','name':'English'}]","Released","One boy wants her love. One boy wants her dead.","Far from Home","false","5.2","9" +"false","/9aM35z54RVWIJhoUUiD6py7kLlv.jpg","null","10000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","16555","tt0778661","en","Daddy's Little Girls","Monty is a mechanic struggling to make ends meet as he raises his three young daughters. When the court awards custody of his daughters to his shady ex-wife, Monty desperately tries to win them back with the help of Julia, a beautiful, Ivy League-educated attorney. Monty and Julia couldn't be less alike, but a flame is ignited...touching off a firestorm of love and conflict.","3.59","/sEGLrAVIyNLoGHyoI3v1l7I4e49.jpg","[{'id':3096,'logo_path':'/fkZTZ4veYYr3lwr2riVrVAOfeqD.png','name':'Tyler Perry Studios','origin_country':'US'},{'id':35,'logo_path':'/wxrHa3nZ1K4zo65p56991INkGo6.png','name':'Lions Gate Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-02-14","31609243","100","[{'iso_639_1':'en','name':'English'}]","Released","Family Comes First","Daddy's Little Girls","false","6.6","31" +"false","/vdHv32DwPxI4GP7Au57oPIhCb7J.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","21055","tt0250202","en","All Over the Guy","A contemporary romantic comedy exploring the unlikely pairing of two 20-somethings thrown together by their respective best friends in hopes of igniting their own romance.","2.045","/chjv64yLWTko5BKeL7Q25kuUWsR.jpg","[{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-03-07","1051948","95","[{'iso_639_1':'en','name':'English'}]","Released","4 friends, 2 couples. Twice as much to lie about in the morning.","All Over the Guy","false","6","28" +"false","/7hY7uGllNl1aTyFtG4fBqlCjbQ5.jpg","null","13000000","[{'id':18,'name':'Drama'}]","http://benisbackmovie.com","492452","tt7545524","en","Ben Is Back","19-year-old Ben Burns unexpectedly returns home to his family's suburban home on Christmas Eve morning. Ben's mother, Holly, is relieved and welcoming but wary of her son staying clean. Over a turbulent 24 hours, new truths are revealed, and a mother's undying love for her son is tested as she does everything in her power to keep him safe.","27.125","/eSPiprXuWqwMGi6t8BkdiTz9Ou3.jpg","[{'id':22146,'logo_path':'/jPBtpMh0AUFqf9yfOJXer9d5Rei.png','name':'Black Bear Pictures','origin_country':'US'},{'id':5420,'logo_path':'/du0ccP7uaodq3rTXhddhywwNPXm.png','name':'Color Force','origin_country':'US'},{'id':104363,'logo_path':'/qxvOmvEvOqLOQa9qMsrciaFq1gx.png','name':'30WEST','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-12-05","0","103","[{'iso_639_1':'en','name':'English'}]","Released","One family. One day.","Ben Is Back","false","6.9","177" +"false","/lwICpzZudw8BZ0bODaHgRWCdioB.jpg","null","48000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","https://www.instantfamilymovie.com","491418","tt7401588","en","Instant Family","When Pete and Ellie decide to start a family, they stumble into the world of foster care adoption. They hope to take in one small child but when they meet three siblings, including a rebellious 15 year old girl, they find themselves speeding from zero to three kids overnight.","39.078","/xYV1mODz99w7AjKDSQ7h2mzZhVe.jpg","[{'id':8537,'logo_path':null,'name':'Closest to the Hole Productions','origin_country':'US'},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-11-16","14700000","118","[{'iso_639_1':'en','name':'English'}]","Released","Just add chaos laughter awkwardness mistakes love","Instant Family","false","7.5","491" +"false","/78PjwaykLY2QqhMfWRDvmfbC6EV.jpg","null","23000000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'}]","http://GreenBookFilm.com","490132","tt6966692","en","Green Book","Tony Lip, a bouncer in 1962, is hired to drive pianist Don Shirley on a tour through the Deep South in the days when African Americans, forced to find alternate accommodations and services due to segregation laws below the Mason-Dixon Line, relied on a guide called The Negro Motorist Green Book.","53.957","/7BsvSuDQuoqhWmU2fL7W2GOcZHU.jpg","[{'id':6735,'logo_path':'/6yyByQrmTAgJv0QzZ1Eh1jiGX4R.png','name':'Participant Media','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-11-16","63005401","130","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'de','name':'Deutsch'}]","Released","Inspired by a True Friendship","Green Book","false","8.3","2624" +"false","/aGxVKhIdxrXXfRskrWfhvL5kiT4.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","","583024","tt5232294","en","Resolution Song","A young man's family torn apart by tragedy reaches out to begin rebuilding trust and seek healing by through the only thing that speaks through pain; the healing power of music.","0.84","/7YVc2aeCJ3mLYP5NrT0S3pTaM7f.jpg","[]","[]","2018-02-06","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Love makes family. Forgiveness keeps it together.","Resolution Song","false","0","0" +"false","/73VmZ07BGjYonaxbPvff0NRplV0.jpg","null","0","[{'id':35,'name':'Comedy'}]","","228039","tt1426748","en","Losers Take All","A comedy film which follows ""The Fingers"" a fictional punk-pop band trying to navigate their way through success.","0.929","/s7jcUKgG2Qfk6YTeCUITv1vul33.jpg","[]","[]","2013-10-25","0","","[]","Released","","Losers Take All","false","6","2" +"false","/qkGYIo9JbJctEqIlxxLB4PvmNhk.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","","342464","tt3833520","en","Jack of the Red Hearts","A teenage con artist tricks a desperate mother into hiring her as a live-in companion for her autistic daughter.","3.405","/7Hqn9tqMDA0gspI7GZqoDYrKNjG.jpg","[{'id':10479,'logo_path':null,'name':'Sundial Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-02-26","0","102","[{'iso_639_1':'en','name':'English'}]","Released","","Jack of the Red Hearts","false","7.1","53" +"false","/taeJvCnOx8ZoRvqkJp4lhBjkPjX.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","4780","tt0074991","en","Obsession","New Orleans businessman Michael Courtland???s life is shattered when his wife and daughter are tragically killed in a botched kidnap rescue attempt. Many years later whilst visiting Italy he meets and falls in in love with Sandra Portinari, who bears a striking resemblance to his wife.","4.571","/bGjEQLp7aF3dT3nXv4gEXnG02TI.jpg","[{'id':1762,'logo_path':null,'name':'Yellowbird Productions','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1976-08-01","0","99","[{'iso_639_1':'en','name':'English'}]","Released","A bizarre story of love.","Obsession","false","6.6","82" +"false","/wm7TBeMeuomoXW4kkDnsY2Na8pW.jpg","null","3000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","261","tt0051459","en","Cat on a Hot Tin Roof","An alcoholic ex-football player drinks his days away and resists the affections of his wife. His reunion with his father???who is dying of cancer???jogs a host of memories and revelations for both father and son.","10.587","/tkHug8LLo9dBgkVQqvmC4sib9HB.jpg","[{'id':100,'logo_path':null,'name':'Avon Production','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1958-02-17","17570324","108","[{'iso_639_1':'en','name':'English'}]","Released","Just one pillow on her bed ... and just one desire in her heart!","Cat on a Hot Tin Roof","false","7.8","301" +"false","/gnYou2YNreivwarZoGqf4YDgd0c.jpg","null","0","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':10749,'name':'Romance'}]","","46503","tt1175709","en","All Good Things","Newly-discovered facts, court records and speculation are used to elaborate the true love story and murder mystery of the most notorious unsolved murder case in New York history.","7.814","/vhK2BESu5lBskZqWCmtGaH24vDS.jpg","[{'id':308,'logo_path':'/e8F3mQM7DkJ5SfYYDp8FYzPBOGX.png','name':'The Weinstein Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-12-03","0","101","[{'iso_639_1':'en','name':'English'}]","Released","The perfect love story. Until it became the perfect crime.","All Good Things","false","6","473" +"false","/asItfAmTgfrBlQXlSvNYEY38C0t.jpg","{'id':583555,'name':'Trinit?? - Collezione','poster_path':'/xAV4Ww2gvhG2vdFxnIAvBNWqqdI.jpg','backdrop_path':'/hDiLLE6IGdd1K9TEikkJSvAffBH.jpg'}","0","[{'id':35,'name':'Comedy'},{'id':37,'name':'Western'}]","","11829","tt0068154","it","...continuavano a chiamarlo Trinit??","A couple of two-bit thieving brothers try and keep a promise to their dying father: stick together and become successful outlaws. Bambino reluctantly agrees to show younger Trinity the ropes, but their gentle demeanors tend to diminish their haul by repeatedly helping the selfsame family they initially held up. Fun ensues in town and at the local Spanish mission where they are taken for federal agents, mistakenly so identified by Trinity's young love interest, daughter of the aforementioned family.","8.576","/ddwtThqNDdAI7r56mncamY8kSZQ.jpg","[{'id':4241,'logo_path':null,'name':'West Film','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'}]","1971-10-21","2100000","117","[{'iso_639_1':'it','name':'Italiano'}]","Released","Trinity's back in the saddle again and still horsing around","Trinity Is Still My Name","false","7.5","377" +"false","/iE2Y2s15xQcNTG3x7gU2gZVvZ9x.jpg","{'id':583555,'name':'Trinit?? - Collezione','poster_path':'/xAV4Ww2gvhG2vdFxnIAvBNWqqdI.jpg','backdrop_path':'/hDiLLE6IGdd1K9TEikkJSvAffBH.jpg'}","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':37,'name':'Western'}]","","9394","tt0067355","it","Lo chiamavano Trinit??...","The simple story has the pair coming to the rescue of peace-loving Mormons when land-hungry Major Harriman sends his bullies to harass them into giving up their fertile valley. Trinity and Bambino manage to save the Mormons and send the bad guys packing with slapstick humor instead of excessive violence, saving the day.","10.773","/5b38dfzKqUmTY2HRYrdKJ8vFWAR.jpg","[{'id':4241,'logo_path':null,'name':'West Film','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'}]","1970-12-22","0","106","[{'iso_639_1':'it','name':'Italiano'}]","Released","Look out! Here comes Trinity...","They Call Me Trinity","false","7.6","542" +"false","/oOROXoQ402tHgK6NowmMUSLffkW.jpg","null","25000000","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':878,'name':'Science Fiction'}]","https://www.serenityfilm.com","452832","tt6476140","en","Serenity","Baker Dill is a fishing boat captain leading tours off a tranquil, tropical enclave called Plymouth Island. His quiet life is shattered, however, when his ex-wife Karen tracks him down with a desperate plea for help.","38.242","/hgWAcic93phg4DOuQ8NrsgQWiqu.jpg","[{'id':7437,'logo_path':'/e5CcgFrdlxMUwlsS72si8q1yHBr.png','name':'IM Global','origin_country':'US'},{'id':104972,'logo_path':'/y1MOtyfXpKTZVJsSF2djhNqP1rd.png','name':'Global Road Entertainment','origin_country':''},{'id':28473,'logo_path':null,'name':'Shoebox Films','origin_country':'GB'},{'id':115012,'logo_path':null,'name':'Starlings Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-01-24","0","106","[{'iso_639_1':'en','name':'English'}]","Released","On Plymouth Island, no one ever dies??? unless you break the rules","Serenity","false","5","213" +"false","/3eEtOooEzdpIA9hf0V4b5DFqyjd.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","http://steelrain.co.kr","435841","tt6769508","ko","?????????","Amid a coup, a North Korean agent escapes south with the country's injured leader in an attempt to keep him alive and prevent a Korean war.","4.904","/zCXpkcMAUxtOp55bWMpBZjpHr5g.jpg","[{'id':101045,'logo_path':null,'name':'Mofac','origin_country':''},{'id':20064,'logo_path':'/8shWjvGL9XQlQ60ovNFDnKqGr4G.png','name':'Next Entertainment World','origin_country':'KR'}]","[{'iso_3166_1':'KR','name':'South Korea'}]","2017-12-14","0","139","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","","Steel Rain","false","7.1","38" +"false","/oCQyGN3Tntslag1opXUZpuT16NM.jpg","{'id':319850,'name':'Department Q Collection','poster_path':'/8x5zFMHbtczdeNa8pKpxS0z8e4L.jpg','backdrop_path':'/mrgykjULNOZavn9xw9bp98aH1Rc.jpg'}","0","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","479226","tt6916362","da","Journal 64","In an older apartment in Copenhagen, some craftsmen make a scary discovery: behind a fake wall they find three mummified bodies sitting around a dining table with a free space ready. Carl M??rck and Assad from Department Q now have to find out who the mummies are and for whom the fourth place is intended. They soon discover that the previous inhabitants of the apartment trace back to an infamous women's hospital at Sprog?? island, where attempts at forced sterilization were a regular part of the daily lives of the women who were brought to the hospital. The horror at the hospital is an overdue chapter in the history of Denmark, but there are people who say that the experiments are still up in our time. Carl and Assad start a race with time to prevent new murders and assaults.","12.562","/uTdaeGpznkLfyhAzLlrdssD621R.jpg","[{'id':76,'logo_path':null,'name':'Zentropa Entertainments','origin_country':'DK'}]","[{'iso_3166_1':'DK','name':'Denmark'}]","2018-10-04","0","119","[{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'da','name':'Dansk'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","","The Purity of Vengeance","false","7.5","32" +"false","/w0eDydwOzYSH8Qil0hkjh8px9eu.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://www.earbudspodmovie.com","327746","tt6111250","en","Ear Buds: The Podcasting Documentary","Exploration of the podcasting medium via interviews with several big names in the field and their fans.","0.6","/vXGb5yiNtpEJYEVLz5KGT3p1SzS.jpg","[]","[]","2016-11-17","0","106","[]","Released","","Ear Buds: The Podcasting Documentary","false","9","1" +"false","","null","0","[{'id':10751,'name':'Family'}]","","223944","tt2042449","en","Anything Is Possible","Ethan Bortnick plays the leading role as Nathan,a young boy who's separated from his mother when she goes missing during a trip to Japan to help after the tsunami. The movie explores issues like homelessness, military family life and adoption. Ethan co-wrote the music with Grammy award winning songwriter and producer, Gary Baker and will also score the entire film. Ethan will become the youngest actor to co-write the soundtrack and play the leading role in a feature film. When Army lieutenant, MARGARET PETERS (Lacy Chabert) goes missing during a tsunami rescue mission in Japan, back in Detroit, her son, NATHAN (Ethan Bortnick), discovers that his father GEORGE (Jonathan Bennett) isn't his biological father. Learning that Child Care Services could take him away, Nathan runs away before his father can explain. While George goes on a frantic search, Nathan takes to the streets of Detroit where he meets CAPTAIN MILES, a homeless Iraqi war veteran. Captain Miles takes the boy under his ...","0.928","/3wpHYrZJFfe3Jvj6Vlua2L2txCi.jpg","[]","[]","2013-09-24","0","94","[{'iso_639_1':'en','name':'English'}]","Released","","Anything Is Possible","false","6.5","2" +"false","/f8xOxhUifgZVtclccpiHRP20Zkw.jpg","null","0","[{'id':99,'name':'Documentary'}]","","377269","tt6777170","en","24 Frames","A collection of 24 short four-and-a-half minutes films inspired by still images, including paintings and photographs. An experimental project made by filmmaker Abbas Kiarostami in the last three years of his life.","0.655","/if6dayqmTKsHZLRQdQ4AWUUSqxY.jpg","[{'id':51696,'logo_path':'/1HeS0gYnwi2AVtfGvSBaCqlXMuS.png','name':'CG Cin??ma','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'IR','name':'Iran'}]","2017-07-17","0","114","[{'iso_639_1':'xx','name':'No Language'}]","Released","","24 Frames","false","6.7","12" +"false","/qQWXSiMXgGgcuGHmrcUgrWNQIqp.jpg","null","3000000","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","18462","tt0087799","en","Night of the Comet","Two girls from the Valley wake up to find that a passing comet has eradicated their world and left behind a mysterious red-dust and a pack of cannibal mutants. With the help of a friendly truck driver, the girls save the earth from a villainous ""think tank,"" karate chop their way through flesh-eating zombies, and, of course, find time to go to the mall.","5.879","/zYGwNFXeGr5pqD1hvBYJjYLsBxL.jpg","[{'id':18947,'logo_path':null,'name':'Atlantic Releasing Corporation','origin_country':''},{'id':16274,'logo_path':null,'name':'Thomas Coleman and Michael Rosenblatt Productions','origin_country':'US'},{'id':16275,'logo_path':null,'name':'Film Development Fund','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-11-16","14418922","95","[{'iso_639_1':'en','name':'English'}]","Released","They came. They Shopped. They saved the world!","Night of the Comet","false","6.2","147" +"false","/lGIHyfB8G8A826whV1lnbMZ2cDE.jpg","null","9000000","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","","31945","tt0093966","en","The Sicilian","Egocentric bandit Salvatore Guiliano fights the Church, the Mafia, and the landed gentry while leading a populist movement for Sicilian independence.","3.885","/sPbuZMgb53cxcuD93pGF2lpEQHH.jpg","[{'id':1648,'logo_path':null,'name':'Gladden Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-10-23","5406879","116","[{'iso_639_1':'en','name':'English'}]","Released","Only one man ever dared to stand alone.","The Sicilian","false","4.9","38" +"false","/7PlZbduXPMJ7SsTD8EOvUVJalmF.jpg","null","7700000","[{'id':27,'name':'Horror'}]","https://www.possessionofhannahgrace.movie","434555","tt5734576","en","The Possession of Hannah Grace","When a cop who is just out of rehab takes the graveyard shift in a city hospital morgue, she faces a series of bizarre, violent events caused by an evil entity in one of the corpses.","26.277","/hDDb0H0uJp2wjoJBbBHbKlYRbug.jpg","[{'id':3287,'logo_path':'/bz6GbCQQXGNE56LTW9dwgksW0Iw.png','name':'Screen Gems','origin_country':'US'},{'id':8000,'logo_path':'/f8NwLg72BByt3eav7lX1lcJfe60.png','name':'Broken Road Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-11-29","41036181","86","[{'iso_639_1':'en','name':'English'}]","Released","Death is only the beginning.","The Possession of Hannah Grace","false","5.1","283" +"false","/iv5N169nQIzrS0pZ8MBEiemTtVt.jpg","null","25000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","http://www.focusfeatures.com/mary-queen-of-scots/","457136","tt2328900","en","Mary Queen of Scots","In 1561, Mary Stuart, widow of the King of France, returns to Scotland, reclaims her rightful throne and menaces the future of Queen Elizabeth I as ruler of England, because she has a legitimate claim to the English throne. Betrayals, rebellions, conspiracies and their own life choices imperil both Queens. They experience the bitter cost of power, until their tragic fate is finally fulfilled.","36.569","/b5RMzLAyq5QW6GtN9sIeAEMLlBI.jpg","[{'id':10146,'logo_path':'/xnFIOeq5cKw09kCWqV7foWDe4AA.png','name':'Focus Features','origin_country':'US'},{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'},{'id':10338,'logo_path':'/el2ap6lvjcEDdbyJoB3oKiYgXu9.png','name':'Perfect World Pictures','origin_country':'CN'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-12-07","37807625","124","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'gd','name':''},{'iso_639_1':'la','name':'Latin'}]","Released","Bow to No One","Mary Queen of Scots","false","6.6","436" +"false","/wDN3FIcQQ1HI7mz1OOKYHSQtaiE.jpg","{'id':435259,'name':'Fantastic Beasts Collection','poster_path':'/wsVseA7i3FqX24m26Z2gD3EtH4l.jpg','backdrop_path':'/2Iripuf9j5vbROHNpkUUiWIIDxE.jpg'}","200000000","[{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'},{'id':12,'name':'Adventure'}]","http://www.fantasticbeasts.com","338952","tt4123430","en","Fantastic Beasts: The Crimes of Grindelwald","Gellert Grindelwald has escaped imprisonment and has begun gathering followers to his cause???elevating wizards above all non-magical beings. The only one capable of putting a stop to him is the wizard he once called his closest friend, Albus Dumbledore. However, Dumbledore will need to seek help from the wizard who had thwarted Grindelwald once before, his former student Newt Scamander, who agrees to help, unaware of the dangers that lie ahead. Lines are drawn as love and loyalty are tested, even among the truest friends and family, in an increasingly divided wizarding world.","94.465","/fMMrl8fD9gRCFJvsx0SuFwkEOop.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':437,'logo_path':'/nu20mtwbEIhUNnQ5NXVhHsNknZj.png','name':'Heyday Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2018-11-14","653355901","134","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Fate of One. Future of All.","Fantastic Beasts: The Crimes of Grindelwald","false","6.9","4133" +"false","/696tmZ8yxCGFQXOGLvrUYxA5ux3.jpg","null","0","[{'id':99,'name':'Documentary'}]","https://www.hbo.com/documentaries/the-many-lives-of-nick-buoniconti/","569980","tt9377260","en","The Many Lives of Nick Buoniconti","The story of Pro Football Hall of Famer Nick Buoniconti, whose resume encompasses turns as a linebacker, lawyer, sports agent, broadcaster, executive and philanthropist.","1.921","/pI7PWrNLdgJY0r9NMasxxoS2zOU.jpg","[{'id':14914,'logo_path':'/1RZBWz53SpHUTLpRcM8BGv2plIP.png','name':'HBO Documentary Films','origin_country':'US'},{'id':3268,'logo_path':'/tuomPhY2UtuPTqqFnKMVHvSb724.png','name':'HBO','origin_country':'US'},{'id':6751,'logo_path':'/giPzzhPdiNloiuwo7qLagRn5uGH.png','name':'HBO Sports','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-02-12","0","74","[{'iso_639_1':'en','name':'English'}]","Released","","The Many Lives of Nick Buoniconti","false","0","0" +"false","/kQVYVRF9OAJOTJNniyC7SAavWHW.jpg","null","0","[{'id':10749,'name':'Romance'}]","","532444","tt7938092","ko","?????? ?????????","A man receives a wedding invitation from his first love who he met in high school.","3.1","/oOzH5nyyHMMDlwOAupnn4itIgCL.jpg","[{'id':12987,'logo_path':null,'name':'Filmmaker R&K','origin_country':'KR'},{'id':112927,'logo_path':null,'name':'filmK','origin_country':'KR'},{'id':91505,'logo_path':null,'name':'Megabox Plus M','origin_country':'KR'}]","[{'iso_3166_1':'KR','name':'South Korea'}]","2018-08-22","0","110","[{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","","On Your Wedding Day","false","7.2","15" +"false","/yo4i2uEUEjdcgBva3lyGQDIFe5d.jpg","null","0","[{'id':9648,'name':'Mystery'}]","","92233","tt0065677","it","Le foto proibite di una signora per bene","A repressed young wife's traumatic sexual assault triggers a depraved obsession with her attacker.","1.46","/zX7kC6Zj298MjnwvucW1FnJoLVE.jpg","[{'id':9219,'logo_path':null,'name':'Produzioni Cinematografiche Mediterranee (PCM)','origin_country':''},{'id':9220,'logo_path':null,'name':'Tr??bol Films C.C.','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'ES','name':'Spain'}]","1970-11-19","0","93","[{'iso_639_1':'it','name':'Italiano'}]","Released","A triangle of friendship, love, sex, and, perhaps, murder.","The Forbidden Photos of a Lady Above Suspicion","false","7.1","13" +"false","/t4r7p9gT2rN8ffoIRS6Ffv0ewCr.jpg","{'id':353721,'name':'You Got Served Collection','poster_path':'/d9CoUQNgUztnM7Mwn3rHmRXdGK8.jpg','backdrop_path':null}","0","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","","14114","tt0365957","en","You Got Served","At Mr. Rad's Warehouse, the best hip-hop crews in Los Angeles compete for money and respect. But when a suburban crew crashes the party, stealing their dancers - and their moves - two warring friends have to pull together to represent the street. Starring hip-hop sensations Marques Houston, Omari Grandberry, Lil' Kim and comedian Steve Harvey.","5.496","/3ESy6TiBPSYIbEES1zNspdYtMtw.jpg","[{'id':3287,'logo_path':'/bz6GbCQQXGNE56LTW9dwgksW0Iw.png','name':'Screen Gems','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-01-30","0","95","[{'iso_639_1':'en','name':'English'}]","Released","If you want respect, you've got to take it.","You Got Served","false","5.2","127" +"false","/qK7K0RkkvSM94uuzhhEiSpHhvEr.jpg","null","0","[{'id':18,'name':'Drama'}]","","547491","tt8738964","pl","Kler","A few years back tragic events tied the fate of three Catholic priests. From then on they meet on every anniversary of the disaster to celebrate their survival. On an everyday basis they have their ups and downs. Lisowski works at the curia in a big city, has a career and is dreaming of the Vatican. Problem is, archbishop Mordowicz, an opulent church official who uses his political influence to build the largest sanctuary in Poland, gets in his way. The second priest, Trybus, is a village parson. He ministers to a poor community and gives in to human weaknesses more and more often. Kuku??a is not faring well either. Despite his fervent faith, he loses the trust of his parishioners actually overnight. Soon the stories of the three clergymen are going to join once again.","6.244","/pkiNYZ1cWsDzJTKpelOITdGGS0T.jpg","[]","[]","2018-09-19","0","133","[{'iso_639_1':'pl','name':'Polski'}]","Released","","Clergy","false","6.6","52" +"false","/6KKqg4CwQs7gCpgo9O5EUaL40sE.jpg","null","0","[]","","582131","tt6458952","en","Deviant","Jake, a young sex addict, finds his deviant mind turning on him as he continues his self-destruction through entertaining all of his darkest sexual fantasies and desires.","0.84","/2pxxJludkvqIGMkPSUEeNOg5kLu.jpg","[]","[]","2017-05-21","0","87","[]","Released","","Deviant","false","0","0" +"false","/gVocq4M7VZogxINyW7x2BYySzyG.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","513421","tt4685940","en","Discarnate","A neuroscientist's obsession with a drug that expands the human mind inadvertently unleashes a deadly supernatural force on his team.","4.622","/5NAWW7zTG0zhrBfHk0sTy1hQlFb.jpg","[{'id':114884,'logo_path':null,'name':'Fire Trial Films','origin_country':''},{'id':114885,'logo_path':null,'name':'Street Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-12-04","0","84","[{'iso_639_1':'en','name':'English'}]","Released","Once it sees your soul, it hunts your flesh.","Discarnate","false","4.4","6" +"false","/lp4aFYoGtLHLUhTp5dZWxAMmvx0.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","","129357","tt1919207","de","Yoko","Pia's life, a girl from a small German town, changes when surprisingly, finds in her garden a huge black monster. She soon discovers that the mysterious creature, which called Yoko, is actually a kind yeti spiritually protecting animals and children worldwide. Yoko is constantly showing his friends Pia and their unique qualities, but children are not the only ones who want the Yeti. Its great value calls attention to two hunters who want to take advantage of the yeti.","2.591","/dh2ttQsguH78n1ri4fOP99tWzdS.jpg","[{'id':608,'logo_path':null,'name':'Dor Film Produktionsgesellschaft GmbH','origin_country':''},{'id':12427,'logo_path':null,'name':'B.A. Filmproduktion','origin_country':''}]","[{'iso_3166_1':'AT','name':'Austria'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'SE','name':'Sweden'}]","2012-02-15","0","98","[{'iso_639_1':'de','name':'Deutsch'}]","Released","","Yoko","false","5.8","8" +"false","/nXKa3FR1kUfBxRsVg3K9ZQapyS8.jpg","null","0","[{'id':37,'name':'Western'}]","","14881","tt0068768","en","Joe Kidd","A band of Mexicans find their U. S. land claims denied and all the records destroyed in a courthouse fire. Their leader, Louis Chama, encourages them to use force to regain their land. A wealthy landowner wanting the same decides to hire a gang of killers with Joe Kidd to track Chama.","7.992","/rLsoXLC2YpZ5B0OR1wTLv1i4jC3.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':171,'logo_path':null,'name':'Malpaso Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1972-07-14","6330000","88","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","If you're looking for trouble - - - he's JOE KIDD","Joe Kidd","false","6.4","119" +"false","/mLon2n6Vgehg6RdlCCZMzweRI99.jpg","null","0","[{'id':27,'name':'Horror'}]","https://www.theaxiomfilm.com/","517166","tt6051096","en","The Axiom","At the risk of her group's safety, a young woman travels into a National Forest where her sister has become trapped in a multi-dimensional world of monsters.","1.321","/6lxM6WEXxJUFOsnHbWPIYnwiT0c.jpg","[{'id':103177,'logo_path':null,'name':'Axiom Movie Production Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-12-07","0","98","[{'iso_639_1':'en','name':'English'}]","Released","There are monsters in the forest. Don't tell.","The Axiom","false","4.7","3" +"false","/9nNfdzWtYnRQjFmqggXTavbRTVv.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","330530","tt3815430","en","Awaiting","The plot follows Morris (Curran), a recluse with psychotic tendencies, whose life changes when his innocent daughter (Vickers) rescues one of his victims and befriends him. Jake (Hill), an ordinary businessman, soon realizes that he is stranded, and his presence in the house gradually reveals unexpected and dark mysteries from the past.","1.157","/hIb9Xocbf9lCyIaGeAq513oy3Bf.jpg","[{'id':599,'logo_path':null,'name':'Solar Productions','origin_country':''},{'id':43453,'logo_path':null,'name':'Studio Hamburg','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-03-01","0","97","[{'iso_639_1':'en','name':'English'}]","Released","","Awaiting","false","4.6","7" +"false","/3Ad9R9m6nMX5OmxPmdpRE5H4CcL.jpg","null","0","[{'id':16,'name':'Animation'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","http://www.lionsgate.com/planethulk/","30675","tt1483025","en","Planet Hulk","When the Hulk becomes too dangerous for the Earth, the Illuminati trick Hulk into a shuttle and launch him into space to a planet where the Hulk can live in peace. Unfortunately, the Hulk's struggle to escape makes a malfunction in the shuttle causing Hulk to land on the planet Sakaar where he is sold into slavery and trained as a gladiator.","6.896","/qNyMAPesh9SgtXtKN6N9r10cley.jpg","[{'id':13252,'logo_path':'/aGeUvfSNA8gRl6ZjvmLQOsb7PMw.png','name':'Marvel Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-02-02","7000000","81","[{'iso_639_1':'en','name':'English'}]","Released","Will he save their world... or destroy it?","Planet Hulk","false","6.7","178" +"false","/ghkGmfUDN389Q3apyhakXm4dbih.jpg","null","20000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':10749,'name':'Romance'}]","","526","tt0089457","en","Ladyhawke","Captain Etienne Navarre is a man on whose shoulders lies a cruel curse. Punished for loving each other, Navarre must become a wolf by night whilst his lover, Lady Isabeau, takes the form of a hawk by day. Together, with the thief Philippe Gaston, they must try to overthrow the corrupt Bishop and in doing so break the spell.","9.632","/51RFCKLFuEbvLQsFzXcupQnkoRD.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-03-27","18432000","121","[{'iso_639_1':'en','name':'English'}]","Released","No force in Heaven will release them. No power on Earth can save them.","Ladyhawke","false","7","514" +"false","/2YJTeufPm87YfgTwoQN8H0UAy1v.jpg","null","0","[{'id':37,'name':'Western'}]","","60643","tt0048789","en","The Violent Men","A former Union Army officer plans to sell out to Anchor Ranch and move east with his fianc??e, but the low price offered by Anchor's crippled owner and the outfit's bullying tactics make him reconsider. When one of his hands is murdered he decides to stay and fight, utilizing his war experience. Not all is well at Anchor with the owner's wife carrying on with his brother who also has a Mexican woman in town.","1.606","/yx5jpUEb9lWg0akWOuRghxoScUi.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1955-01-26","0","96","[{'iso_639_1':'en','name':'English'}]","Released","VOLCANIC! VALIANT! VICIOUS! Violence and Passion the Screen Has Seldom Seen!","The Violent Men","false","5.7","11" +"false","/23pRq9wOcOtzqNNy0cg6RoqxLzy.jpg","{'id':116661,'name':'The Arrival Collection','poster_path':'/hcURy1riW3qLFHQdf9b7bGy8NkQ.jpg','backdrop_path':'/rEk9ZLfrYXL87CMEddMaYAOwC39.jpg'}","25000000","[{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","10547","tt0115571","en","The Arrival","Zane Ziminski is an astrophysicist who receives a message that seems to have extraterrestrial origins. Eerily soon after his discovery, Zane is fired. He then embarks on a search to determine the origins of the transmission that leads him into a Hitchcockian labyrinth of paranoia and intrigue.","7.659","/7K7NExClVGDQMaHzj7gwx4mcJ40.jpg","[{'id':285,'logo_path':null,'name':'Live Entertainment','origin_country':''},{'id':12450,'logo_path':null,'name':'Steelwork Films','origin_country':''},{'id':12451,'logo_path':null,'name':'Mediaworks','origin_country':''}]","[{'iso_3166_1':'MX','name':'Mexico'},{'iso_3166_1':'US','name':'United States of America'}]","1996-05-31","14063331","115","[{'iso_639_1':'en','name':'English'}]","Released","The greatest danger facing our world has been the planet's best kept secret... until now.","The Arrival","false","6.2","303" +"false","/19X2w3CJabeokS7Ovone38sdMpA.jpg","null","7700000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","61202","tt1562872","hi","???????????????????????? ?????? ?????????????????? ??????????????????","Three friends who were inseparable in childhood decide to go on a three-week-long bachelor road trip to Spain, in order to re-establish their bond and explore thrilling adventures, before one of them gets married. What will they learn of themselves and each other during the adventure?","6.911","/p97vx4Y7rMjkRFSNXqIozBcJOOk.jpg","[{'id':2320,'logo_path':'/nSAXfUCy16cNRiPlBMHeb700t9p.png','name':'UTV Motion Pictures','origin_country':'IN'},{'id':2934,'logo_path':'/bFoQPEgrOKeQWPBM0RIkfaR3etq.png','name':'Excel Entertainment','origin_country':'IN'},{'id':3653,'logo_path':'/dEpilNgoW7tElN3xacXckHxGXbo.png','name':'Eros International','origin_country':'IN'},{'id':4169,'logo_path':null,'name':'Kanzaman','origin_country':'ES'}]","[{'iso_3166_1':'IN','name':'India'}]","2011-07-15","160000000","166","[{'iso_639_1':'hi','name':'??????????????????'}]","Released","Lets Make This The Most Memorable Road Trip Ever","Zindagi Na Milegi Dobara","false","7.6","139" +"false","","null","0","[{'id':99,'name':'Documentary'}]","","351869","tt4584800","en","????????????","The drastic economic development in South Korea once surprised the rest of the world. However, behind of it was an oppression the marginalized female laborers had to endure. The film invites us to the lives of the working class women engaged in the textile industry of the 1960s, all the way through the stories of flight attendants, cashiers, and non-regular workers of today. As we encounter the vista of female factory workers in Cambodia that poignantly resembles the labor history of Korea, the form of labor changes its appearance but the essence of the bread-and-butter question remains still.","0.6","/seqNOD94VQ0ziPO2T0SDbxtoRoM.jpg","[{'id':111908,'logo_path':null,'name':'Atnine Film','origin_country':'KR'}]","[{'iso_3166_1':'KR','name':'South Korea'}]","2015-08-13","0","95","[{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","","Factory Complex","false","8","2" +"false","/4yFnKB3z7GKCBWXZj4CefkUJ7iG.jpg","{'id':33059,'name':'Wild Things Collection','poster_path':'/4OI3VZMXFMcTmpyzg9RlN4vsIro.jpg','backdrop_path':'/uE47SwTt7uHyVwpMzcCQ92Q7FsQ.jpg'}","2800000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","10367","tt0365270","en","Wild Things 2","Sequel to the hot film Wild Things, Wild Things 2 sees teenage bad girls Maya and Britney go on a sex and killing spree to win millions.","4.68","/yXuNxLV2Elkzxi9JcTaaryR0b2P.jpg","[{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'},{'id':769,'logo_path':null,'name':'Destination Films','origin_country':''},{'id':551,'logo_path':'/jSlzEZZ4Z1g7B2UExjZEIKsUvD9.png','name':'Mandalay Pictures','origin_country':'US'},{'id':7903,'logo_path':null,'name':'Magic Hour Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-03-06","0","95","[{'iso_639_1':'en','name':'English'}]","Released","","Wild Things 2","false","5","70" +"false","/nnueg4WN1BnrfsD9RKHv2PqrZnY.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","","40879","tt0178988","en","Whiteboyz","In a virtually all-white Iowa town, Flip daydreams of being a hip-hop star, hanging with Snoop Doggy Dogg and Dr. Dre. He practices in front of a mirror and with his two pals, James and Trevor. He talks Black slang, he dresses Black. He's also a wannabe pusher, selling flour as cocaine. And while he talks about ""keeping it real,"" he hardly notices real life around him: his father's been laid off, his mother uses Food Stamps, his girlfriend is pregnant, James may be psychotic, one of his friends (one of the town's few Black kids) is preparing for college, and, on a trip to Chicago to try to buy drugs, the cops shoot real bullets. What will it take for Flip to get real?","1.956","/k5hHP3JaD6wak6ovkuZL7Ggqzyz.jpg","[{'id':208,'logo_path':'/bxQYlRhQu6nbohBEL0SWz8xIAGy.png','name':'Bac Films','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","1999-09-10","0","92","[{'iso_639_1':'en','name':'English'}]","Released","They dreamed of the ghetto...But they woke up in Iowa.","Whiteboyz","false","4.8","6" +"false","/7WiPsypaGLF6gMa06iFagiBFL77.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","11523","tt0264150","en","View from the Top","A small-town woman tries to achieve her goal of becoming a flight attendant.","6.443","/mjKloEexvZcJBbkoX9XKx83B40z.jpg","[{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-03-21","15614000","87","[{'iso_639_1':'en','name':'English'}]","Released","Prepare for her arrival.","View from the Top","false","5.1","254" +"false","/iPjz3w5J8BY56aZSnAhUQ72BavC.jpg","null","14000000","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'},{'id':10749,'name':'Romance'}]","","12158","tt0114825","en","Vampire in Brooklyn","Maximillian, the lone survivor of a race of vampires, comes to Brooklyn in search of a way to live past the next full moon. His ticket to survival is Rita, a NYPD detective who doesn't know she's half vampire -- and Maximillian will do whatever's necessary to put her under his spell.","8.069","/bH1v8z12ZU7Y6zANgU1B00a86Co.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-10-26","19800000","100","[{'iso_639_1':'en','name':'English'}]","Released","A comic tale of horror and seduction.","Vampire in Brooklyn","false","4.7","207" +"false","/8fngsigNtPnU2NVyuFtitWjLlSg.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","424651","tt6043072","en","Untogether","Once considered a teen prodigy, a recovering addict sobers up and tries to get her writing career back on track. She begins a relationship with a rising author known for his wartime memoirs.","6.963","/kfypuQSaXQTSXQk837qPwRW3H8K.jpg","[{'id':7579,'logo_path':null,'name':'Redwire Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-02-08","0","98","[{'iso_639_1':'en','name':'English'}]","Released","","Untogether","false","6.8","6" +"false","/5mbISmHyRyA3Lix0dWd3a7UXPQG.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","77780","tt0096321","en","Twister","An oddball family on a Kansas farm are trapped in their farmhouse by an impending storm. The patriarch of the clan is a retired soda pop tycoon. He is currently dating a children's TV evangelist. Also living at the farm is his layabout daughter and her precocious 8 year old daughter, his would-be artist son, the son's fianc??e, and the black maid. Also thrown into the mix is the daughter's ex-husband, a ne-er-do-well who is seeking to get back in his ex-wife's good graces.","1.369","/6yKRug34NbgY4A5wUHFv9xUvaad.jpg","[{'id':12360,'logo_path':null,'name':'Vestron Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-06-01","0","93","[{'iso_639_1':'en','name':'English'}]","Released","A Comic Adventure In Windy Living","Twister","false","5.4","10" +"false","/mt2tkEiosA8mjNb479klupkdlS6.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':10770,'name':'TV Movie'}]","https://www.mylifetime.com/movies/the-midwifes-deception","514307","tt7775430","en","The Midwife's Deception","Jina, a midwife, is a dream come true for seven-month pregnant Sara until secrets unfold and Jina may want more than only delivering the baby.","2.523","/nBAiFdtJglEUBkFGpn0ThLjQCUY.jpg","[{'id':77301,'logo_path':null,'name':'Distilled Media','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-03-18","0","90","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","She'll do anything to get what she wants","The Midwife's Deception","false","3","2" +"false","/7kCL6jHXYruYC4jE7YYDdyACBsQ.jpg","null","0","[{'id':27,'name':'Horror'}]","","550412","tt7601296","en","The Legend of Halloween Jack","On Halloween night, a serial killer returns from the dead to take revenge on the vigilantes who put him to death one year earlier.","2.525","/1PHkDuVYkuuOdcNDRJT3g7LfNXi.jpg","[]","[]","2018-10-02","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","The Legend of Halloween Jack","false","3.8","10" +"false","/i2XFi9vIblYl40AxT8YOk79qd0x.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':14,'name':'Fantasy'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'}]","http://theislemovie.com","463364","tt5075662","en","The Isle","1840 and another ship crashes on the rocks of an almost deserted island in Scotland. Three sailors survive the wreck and make it to shore where the few locals take them in as they wait for the mainland boat to come for them. But the sailors' survival story has only just started as they uncover the strange past of the once vibrant island.","11.626","/r4XDWsBWMzpoNm5fUMjr9cyY5rI.jpg","[{'id':114375,'logo_path':null,'name':'Cleves Media','origin_country':''},{'id':97783,'logo_path':null,'name':'Fizz and Ginger Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-03-30","0","96","[{'iso_639_1':'en','name':'English'}]","Released","Their song will haunt you","The Isle","false","4.5","15" +"false","","null","0","[{'id':18,'name':'Drama'}]","","573931","tt7088028","en","Stretch Marks","Following the death of his father, Lyle Bennett sets out on an extreme weight loss journey in the hopes of reaching health and happiness. His goal will push him past his physical limits and test the strength of his mental and emotional stability.","0.6","/ihAf8MzpWRJQj07PEQzH9LbjKEq.jpg","[]","[]","2018-09-09","0","91","[]","Released","","Stretch Marks","false","0","0" +"false","/d6luBmZaOe1Po4kpw8Sb4Gfifrn.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://channel.nationalgeographic.com/episode/journey-to-the-edge-of-the-universe-3023#tab-Overview","17210","tt1363109","en","National Geographic: Journey to the Edge of the Universe","In one single, epic camera move we journey from Earth's surface to the outermost reaches of the universe on a grand tour of the cosmos, to explore newborn stars, distant planets, black holes and beyond.","2.459","/4cX5hn0jZfamOeJuxKaXySL4XSV.jpg","[{'id':7521,'logo_path':'/fRqMjLjyAqThtEg9P9WKCXLmCpJ.png','name':'National Geographic','origin_country':'US'},{'id':3506,'logo_path':null,'name':'Pioneer Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2008-12-06","0","91","[{'iso_639_1':'de','name':'Deutsch'}]","Released","","National Geographic: Journey to the Edge of the Universe","false","8.1","27" +"false","/z2uuQasY4gQJ8VDAFki746JWeQJ.jpg","null","0","[{'id':99,'name':'Documentary'}]","https://www.nationalgeographic.com/films/free-solo/","515042","tt7775622","en","Free Solo","Follow Alex Honnold as he attempts to become the first person to ever free solo climb Yosemite's 3,000 foot high El Capitan wall. With no ropes or safety gear, this would arguably be the greatest feat in rock climbing history.","25.461","/oQZ4T3638UIZS7JV1SLTdqPmezx.jpg","[{'id':7521,'logo_path':'/fRqMjLjyAqThtEg9P9WKCXLmCpJ.png','name':'National Geographic','origin_country':'US'},{'id':49325,'logo_path':null,'name':'Parkes+MacDonald Image Nation','origin_country':''},{'id':116323,'logo_path':null,'name':'Little Monster Films','origin_country':''},{'id':384,'logo_path':null,'name':'MacDonald/Parkes Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-12","20000000","96","[{'iso_639_1':'en','name':'English'}]","Released","Live beyond fear","Free Solo","false","8","214" +"false","/6OTRuxpwUUGbmCX3MKP25dOmo59.jpg","{'id':425164,'name':'Dragon Ball Z Movies Collection','poster_path':'/2VMZ1zRFPnUQtQp5K4WRXvDYBjh.jpg','backdrop_path':'/7PcbijxTfwi9vjWEfXdS0ReAw8q.jpg'}","8500000","[{'id':28,'name':'Action'},{'id':16,'name':'Animation'},{'id':14,'name':'Fantasy'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'}]","http://www.dbmovie-20th.com/","503314","tt7961060","ja","???????????????????????????????????? ????????????","Earth is peaceful following the Tournament of Power. Realizing that the universes still hold many more strong people yet to see, Goku spends all his days training to reach even greater heights. Then one day, Goku and Vegeta are faced by a Saiyan called 'Broly' who they've never seen before. The Saiyans were supposed to have been almost completely wiped out in the destruction of Planet Vegeta, so what's this one doing on Earth? This encounter between the three Saiyans who have followed completely different destinies turns into a stupendous battle, with even Frieza (back from Hell) getting caught up in the mix.","8.557","/f03YksE4NggUjG75toz4H1YAGRf.jpg","[{'id':5542,'logo_path':'/ayE4LIqoAWotavo7xdvYngwqGML.png','name':'Toei Animation','origin_country':'JP'},{'id':7485,'logo_path':null,'name':'Fox International Productions','origin_country':''},{'id':2918,'logo_path':null,'name':'Shueisha','origin_country':'JP'},{'id':3341,'logo_path':'/dTG5dXE1kU2mpmL9BNnraffckLU.png','name':'Fuji Television Network','origin_country':'JP'},{'id':12502,'logo_path':'/aDcFy26DtVbyZIFOZNTLsooWH5X.png','name':'Bandai Namco Entertainment','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","2018-12-14","89617139","101","[{'iso_639_1':'ja','name':'?????????'}]","Released","Three Saiyans directed by fate... an uncontrollable urge to fight.","Dragon Ball Super: Broly","false","7.4","630" +"false","/aMyEMGuW2NV3A0whuEM7VKp6M73.jpg","{'id':290933,'name':'Superman / Batman (Animated) Collection','poster_path':'/hj0AOSamY8YMK9fs5by9oX7MiOO.jpg','backdrop_path':'/leoLyMvUq2qExFZMtI8XAHNWQ94.jpg'}","0","[{'id':16,'name':'Animation'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'}]","https://www.warnerbros.com/supermanbatman-public-enemies","22855","tt1398941","en","Superman/Batman: Public Enemies","United States President Lex Luthor uses the oncoming trajectory of a Kryptonite meteor to frame Superman and declare a $1 billion bounty on the heads of the Man of Steel and his ???partner in crime???, Batman. Heroes and villains alike launch a relentless pursuit of Superman and Batman, who must unite???and recruit help???to try and stave off the action-packed onslaught, stop the meteor Luthors plot.","8.462","/bJBZxzFHfTAOtBg8fOCCaBmh4hF.jpg","[{'id':429,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Comics','origin_country':'US'},{'id':4811,'logo_path':'/7xym5CnL4LcMPaWpp51cN1v73AR.png','name':'Warner Premiere','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-09-29","0","67","[{'iso_639_1':'en','name':'English'}]","Released","No one is above the law.","Superman/Batman: Public Enemies","false","6.8","272" +"false","/wjYRvKoVtQjsD1PqVgF7gPtgrkY.jpg","null","3500000","[{'id':37,'name':'Western'}]","","6523","tt0054127","en","North to Alaska","Sam and George strike gold in Alaska. George sends Sam to Seattle to bring George's fianc?? back to Alaska. Sam finds she is already married, and returns instead with Angel. Sam, after trying to get George and Angel together, finally romances Angel, who, in the meantime, is busy fighting off the advances of George's younger brother, Billy.","3.172","/kM1Ltm16SxOSnbT4JMSf0E3OL70.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1960-11-07","0","122","[{'iso_639_1':'en','name':'English'}]","Released","These were the adventures . . . fighting, laughing and brawling their way from Seattle to Nome!","North to Alaska","false","6.2","39" +"false","/xSaXHgpejFinDZ82RSWQmNeIgG9.jpg","{'id':98430,'name':'Feast Collection','poster_path':'/1clQ6DCLxmvysHkU7HxWToDzuPo.jpg','backdrop_path':'/qtD9j2sHcyVHUbbT6To5AHAlLir.jpg'}","3200000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.feast-movie.com/","10070","tt0426459","en","Feast","Patrons locked inside of a bar are forced to fight monsters.","9.367","/zSzqfS57ARBeUJEvAgeO7OZ5EB7.jpg","[{'id':48688,'logo_path':null,'name':'Maloof Motion Pictures','origin_country':''},{'id':2811,'logo_path':null,'name':'Neo Art & Logic','origin_country':''},{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'},{'id':7161,'logo_path':null,'name':'LivePlanet','origin_country':''},{'id':104404,'logo_path':null,'name':'Five Course Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-10-14","658573","95","[{'iso_639_1':'en','name':'English'}]","Released","They're Hungry. You're Dinner.","Feast","false","6.1","239" +"false","/ichPk1vuRGYN5OmdSYBfJu5bWgu.jpg","null","8000000","[{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","https://londonfieldsfilm.com/","220882","tt1273221","en","London Fields","Clairvoyant femme fatale, Nicola Six has been living with a dark premonition of her impending death by murder. She begins a tangled love affair with three uniquely different men???one of whom she knows will be her murderer.","15.446","/7OfQVm5GexlAREp8FoR4ILxp35T.jpg","[{'id':2458,'logo_path':null,'name':'Tartan Films','origin_country':'GB'},{'id':15231,'logo_path':'/iFbzMtXFBv2ekA9Ldrw6LqjLrvX.png','name':'Muse Productions','origin_country':'US'},{'id':4917,'logo_path':'/qEoPv39l36BaWHLJ4ln751VpcWC.png','name':'Periscope Entertainment','origin_country':'US'},{'id':5056,'logo_path':'/kADFcjL04xe5HGBnlLjbfhliS2a.png','name':'Head Gear Films','origin_country':'GB'},{'id':114841,'logo_path':null,'name':'Curiously Bright Entertainment','origin_country':''},{'id':114842,'logo_path':null,'name':'Living the Dream Films','origin_country':''},{'id':114843,'logo_path':null,'name':'MindSky Entertainment','origin_country':''},{'id':34381,'logo_path':null,'name':'Vedette Finance','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2018-09-20","116470","118","[{'iso_639_1':'en','name':'English'}]","Released","All of them want her, one of them wants her... dead.","London Fields","false","5.5","49" +"false","/ekWMoBZ4B9rM60INZEh5FAD2HFR.jpg","null","15000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':35,'name':'Comedy'}]","http://thefavouritemovie.com","375262","tt5083738","en","The Favourite","England, early 18th century. The close relationship between Queen Anne and Sarah Churchill is threatened by the arrival of Sarah's cousin, Abigail Hill, resulting in a bitter rivalry between the two cousins to be the Queen's favourite.","36.892","/cwBq0onfmeilU5xgqNNjJAMPfpw.jpg","[{'id':22842,'logo_path':'/waIZoO3pnB0VVCUVo8u6hqcYN9U.png','name':'Waypoint Entertainment','origin_country':'US'},{'id':3353,'logo_path':'/qv2v9HaStUTRjqonODM29YG0oFX.png','name':'Element Pictures','origin_country':'IE'},{'id':71265,'logo_path':null,'name':'Scarlet Films','origin_country':'GB'},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'},{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'}]","[{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2018-11-23","82124805","120","[{'iso_639_1':'en','name':'English'}]","Released","","The Favourite","false","7.7","1718" +"false","/6JHYYbvoSuQ95ceGx8Oeg8zzAjg.jpg","{'id':553717,'name':'Creed Collection','poster_path':'/c5iwhO9Oqx5zusx0VeaoyxP50Wr.jpg','backdrop_path':'/pHy9O3DychhFMJm9cd0qeGeg8nv.jpg'}","50000000","[{'id':18,'name':'Drama'}]","http://creedthemovie.com","480530","tt6343314","en","Creed II","Between personal obligations and training for his next big fight against an opponent with ties to his family's past, Adonis Creed is up against the challenge of his life.","81.709","/v3QyboWRoA4O9RbcsqH8tJMe8EB.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':8880,'logo_path':'/fE7LBw7Jz8R29EABFGCvWNriZxN.png','name':'Winkler Films','origin_country':''},{'id':17,'logo_path':'/s1y7CTv6YHe87YUGOq6SRB6DmO7.png','name':'Warner Bros. Entertainment','origin_country':'US'},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-11-21","137944327","130","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","There's More to Lose than a Title","Creed II","false","6.6","1854" +"false","/edchvd6J0DzU8HerVSy7ZuIyqAn.jpg","null","6500000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","13715","tt0090670","en","At Close Range","Based upon the true story of Bruce Johnston Sr., his son, and his brothers; together, they constituted one of suburban Philadelphia's most notorious crime families during the 1970's. Their criminal activities ranged from burglary, theft... and ultimately, murder.","6.938","/qgBjLrS4Tb5fVJm2DcBbQAiaPpq.jpg","[{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1986-04-18","2347000","111","[{'iso_639_1':'en','name':'English'}]","Released","Like father. Like son. Like hell.","At Close Range","false","7","102" +"false","/xvKDRi2pMnLV1WHODBBCamTlNjA.jpg","null","2300000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'}]","","46713","tt1563719","en","Hunt to Kill","A U.S. Border Patrol agent Jim Rhodes, a tough divorc??e mourning the loss of his murdered partner while struggling to raise his rebellious daughter in the mountains of Montana. But when a crew of trigger-happy fugitives takes Rhodes and his daughter hostage, a rugged wilderness will explode in all-terrain vengeance. Is there any wounded animal more dangerous than a lawman left for dead? Daniels portrays one of the villains.","4.303","/w61WF6QkcPMxw1Br5wM7AFKMlGp.jpg","[{'id':7587,'logo_path':null,'name':'NGN Productions','origin_country':''},{'id':11045,'logo_path':null,'name':'Nasser Group, North','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2010-11-06","0","98","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","Survival of the baddest","Hunt to Kill","false","5.1","59" +"false","/blHx3LrXsIfefFggOk4gjwdX73i.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':14,'name':'Fantasy'},{'id':10749,'name':'Romance'},{'id':878,'name':'Science Fiction'},{'id':18,'name':'Drama'}]","","517839","tt5501104","sv","Gr??ns","When a border guard with a sixth sense for identifying smugglers encounters the first person she cannot prove is guilty, she is forced to confront terrifying revelations about herself and humankind.","10.277","/v8dAVKte2x1Zjivt1yNaLyhQdNQ.jpg","[{'id':108004,'logo_path':null,'name':'Meta Film Stockholm AB','origin_country':''},{'id':110059,'logo_path':null,'name':'Black Spark Film & TV','origin_country':'SE'},{'id':107328,'logo_path':null,'name':'Meta Spark & K??rnfilm','origin_country':'SE'},{'id':2801,'logo_path':'/bswb1PLLsKDUXMLgy42bZtCtIde.png','name':'Film i V??st','origin_country':'SE'},{'id':2999,'logo_path':'/zGSqFee9aDgDuLD6vcs2mcJUem4.png','name':'SVT','origin_country':'SE'},{'id':45461,'logo_path':null,'name':'Meta Film','origin_country':'DK'}]","[{'iso_3166_1':'DK','name':'Denmark'},{'iso_3166_1':'SE','name':'Sweden'}]","2018-09-27","0","110","[{'iso_639_1':'sv','name':'svenska'}]","Released","Sense something beautiful","Border","false","6.9","84" +"false","/88poTBTafMXaz73vYi3c74g0y2k.jpg","{'id':404825,'name':'Wreck-It Ralph Collection','poster_path':'/ybIRfvxi0iNauoOAGyRRAZE6QQh.jpg','backdrop_path':'/1LNZm2v010cOEXDWIMAQZmxuaA4.jpg'}","175000000","[{'id':10751,'name':'Family'},{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'}]","https://movies.disney.com/ralph-breaks-the-internet-wreck-it-ralph-2","404368","tt5848272","en","Ralph Breaks the Internet","Video game bad guy Ralph and fellow misfit Vanellope von Schweetz must risk it all by traveling to the World Wide Web in search of a replacement part to save Vanellope's video game, ""Sugar Rush."" In way over their heads, Ralph and Vanellope rely on the citizens of the internet -- the netizens -- to help navigate their way, including an entrepreneur named Yesss, who is the head algorithm and the heart and soul of trend-making site BuzzzTube.","62.092","/lvfIaThG5HA8THf76nghKinjjji.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':6125,'logo_path':'/tVPmo07IHhBs4HuilrcV0yujsZ9.png','name':'Walt Disney Animation Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-11-20","473835027","112","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","","Ralph Breaks the Internet","false","7.2","2049" +"false","","null","0","[{'id':99,'name':'Documentary'}]","https://vimeo.com/ondemand/stayawesomechina/309426239","574761","tt9592686","en","Stay Awesome, China!","To really understand China, you have to get to know its people! Winston ""SerpentZA"" Sterzel travels across China???s first tier cities ??? Beijing, Shanghai, Guangzhou and Shenzhen ??? meeting the cities??? most fascinating people, including a racy nude photographer, a mosquito breeding scientist and a DIY maker challenging gender and tech stereotypes.","0.918","/1oDxtIkTyaeX64oB8wPNB0usTPi.jpg","[{'id':101235,'logo_path':null,'name':'Candid Pictures','origin_country':''}]","[{'iso_3166_1':'CN','name':'China'}]","2019-01-12","0","77","[{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'en','name':'English'}]","Released","","Stay Awesome, China!","false","8","2" +"false","/2W63WtoxBzNgGsDkGMesiVhelM5.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'}]","","582392","tt6683598","en","Star Wars: The Force and the Fury","A Jedi crash lands on a barren planet and is pursued by a mysterious Sith who seems to know him.","0.84","/tKKo2VQy5064fZ0lIz2OKagy3Zp.jpg","[{'id':114861,'logo_path':null,'name':'???BigPuddleFilms','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-04-22","0","8","[{'iso_639_1':'en','name':'English'}]","Released","","Star Wars: The Force and the Fury","false","4","2" +"false","/9nwXR3NV0TUPplyduBc0WAqOhwc.jpg","null","0","[{'id':27,'name':'Horror'}]","","502406","tt6182078","en","St. Agatha","St. Agatha is set in the 1950s in small town Georgia. A pregnant con woman named Agatha is on the run and seeks refuge in a convent hidden in deafening isolation. What first starts out as the perfect place to have a child turns into a dark lair where silence is forced. Ghastly secrets are masked, and every bit of will power Agatha has is tested. She soon learns the sick and twisted truth of the convent and the odd people that lurk inside its halls. Agatha must now find a way to discover the unyielding strength needed to escape and save her baby before she???s caged behind these walls forever.","6.534","/zpR3FzaagWTbwgFPn1P6sEZ4str.jpg","[{'id':114373,'logo_path':null,'name':'The Outside Writers','origin_country':''},{'id':114836,'logo_path':null,'name':'St. Agatha','origin_country':''},{'id':114837,'logo_path':null,'name':'Dragon Blood Holdings','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-02-08","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Atone for your sins.","St. Agatha","false","4.9","22" +"false","/tOyFB7Ga8I3SG3evFxbMnMiuPBs.jpg","null","12716953","[{'id':80,'name':'Crime'},{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","","10622","tt0117786","cn","????????????","A Chinese chef accidentally gets involved with a news reporter who filmed a drug bust that went awry and is now being chased by gangs who are trying to get the video tape.","7.886","/4dAph6WJfO5XmkXYj0LZrI31uyo.jpg","[{'id':2521,'logo_path':null,'name':'Orange Sky Golden Harvest','origin_country':'HK'}]","[{'iso_3166_1':'HK','name':'Hong Kong'}]","1997-01-31","18814720","113","[{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'cn','name':'????????? / ?????????'},{'iso_639_1':'en','name':'English'}]","Released","Fight first. Apologize later.","Mr. Nice Guy","false","6.2","244" +"false","/cUCUFjkXJlFyTFcVb4eJ99b9b7z.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","504080","tt7638344","hi","????????????","Madhukar and Parthavi fall head over heels in love with each other, but the fact that they belong to different castes of society, becomes an obstacle in their romance. The lovers dare to go against societal norms and battle all odds for the sake of love.","4.056","/vIVKzzPA7hrSZpEwofB7Luo83kO.jpg","[{'id':86347,'logo_path':'/ir79iQBhrXk9PJ5Pr9vlLjM4viO.png','name':'Zee Studio','origin_country':'IN'},{'id':19146,'logo_path':'/5Ff25ornzVNhm5skuAvMAR556NB.png','name':'Dharma Productions','origin_country':'IN'}]","[{'iso_3166_1':'IN','name':'India'}]","2018-07-20","0","138","[{'iso_639_1':'hi','name':'??????????????????'}]","Released","","Dhadak","false","8.2","12" +"false","/6BOrjFYHTkrPDdbJL2ZpgPijszm.jpg","null","0","[{'id':10770,'name':'TV Movie'},{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","http://www.hallmarkchannel.com/a-royal-winter","435107","tt6387232","en","A Royal Winter","While on a last-minute European holiday, a young woman finds herself in the middle of a real-life fairy tale when a chance meeting with a handsome local leads to something more. However, things get complicated when she learns that the ""local"" is actually a prince who is about to be crowned King, and whose mother is dead-set against her royal son's romance with the tourist.","6.904","/qhflgkO1GHPKneXxbTSGEXgqGig.jpg","[]","[]","2017-01-14","0","83","[{'iso_639_1':'en','name':'English'}]","Released","","A Royal Winter","false","6.4","46" +"false","/AlT433WXQLIFTSq0O9AyWPjX1SP.jpg","null","85000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","https://soulhuntersmovie.com/","580914","tt8196692","en","Soul Hunters","A disgraced ex special forces agent turns to a demon that offers him a job as a soul hunter. Chaos ensues when a former associate goes on a killing spree with the soul hunter as his main target.","7.087","/e71M2SyLOLl9XkOWjyyR76eo7hP.jpg","[{'id':114833,'logo_path':null,'name':'Acevedo Smith Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-02-08","0","101","[{'iso_639_1':'en','name':'English'}]","Released","","Soul Hunters","false","3","1" +"false","","null","0","[]","","360328","tt3616292","en","Dartmoor Killing","A dark and atmospheric story of female friendship tested by deceit, betrayal and a terrifying past. Susan, outwardly confident and Becky, more fragile and shy, both in their late twenties, are inseparable friends. But both women have secrets they have not shared, some recent, some long past and deeply buried. When, on a weekend trip to Dartmoor, they encounter the charismatic Chris, they are led into a web of mind games, sexual deceit and betrayal. As Becky's traumatic involvement in Chris' own damaged past is revealed, a psychological journey swiftly becomes a fight for survival.","0.625","/iF43S60tlbATUUiW0I4AETcOpVc.jpg","[]","[]","2015-09-18","0","","[]","Released","","Dartmoor Killing","false","5.4","5" +"false","","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","580773","tt2458010","en","Sleeping Dogs Lie","A jealous wife kidnaps her cheating husband and his young secretary and holds them hostage in an isolated house in the desert; but divorce is the furthest thing from her mind.","1.572","/rKocxxmknCaEYxVfkyP263zvmKz.jpg","[{'id':114839,'logo_path':null,'name':'Deserted Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-02-08","0","73","[{'iso_639_1':'en','name':'English'}]","Released","How long can a secret stay buried?","Sleeping Dogs Lie","false","0","0" +"false","/jqVeyPsSmZYRJjfKlNddUUW65Xv.jpg","null","0","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","https://www.shadowsontheroad.com","550103","tt7391194","en","Shadows on the Road","After a violent altercation, a runaway youth goes on the lam with a charming beach dweller offering an easy way out, but once they skip town, she quickly realizes that the harrowing past she's running from is one she may never escape.","1.002","/lfpZ2YZbhhqbCu2f8s6N4XiQuGD.jpg","[{'id':114828,'logo_path':null,'name':'Creative Rebellion','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-06-15","0","72","[{'iso_639_1':'en','name':'English'}]","Released","","Shadows on the Road","false","0","0" +"false","/qSsndRcuBbcLU6aadnVId1l8bTB.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","http://www.perfectskinthemovie.com/","532656","tt6301784","en","Perfect Skin","Katia, a young Polish woman adrift in London, meets Bob, an American tattoo artist. Katia is drawn to his mysterious aura and the taboo culture of body modification, but Bob has a dark, secret desire to leave his mark on the world and little does Katia know that her fascination with him will put her life in danger.","1.749","/lKXdxfIOvfyWehRzZv5kr7xPi26.jpg","[{'id':102483,'logo_path':null,'name':'Kew Media Group','origin_country':''},{'id':114823,'logo_path':null,'name':'Global Chicken','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-08-25","0","110","[{'iso_639_1':'en','name':'English'}]","Released","Beauty is in the eye of the beholder","Perfect Skin","false","4.3","3" +"false","","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","580773","tt2458010","en","Sleeping Dogs Lie","A jealous wife kidnaps her cheating husband and his young secretary and holds them hostage in an isolated house in the desert; but divorce is the furthest thing from her mind.","1.572","/rKocxxmknCaEYxVfkyP263zvmKz.jpg","[{'id':114839,'logo_path':null,'name':'Deserted Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-02-08","0","73","[{'iso_639_1':'en','name':'English'}]","Released","How long can a secret stay buried?","Sleeping Dogs Lie","false","0","0" +"false","/jqVeyPsSmZYRJjfKlNddUUW65Xv.jpg","null","0","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","https://www.shadowsontheroad.com","550103","tt7391194","en","Shadows on the Road","After a violent altercation, a runaway youth goes on the lam with a charming beach dweller offering an easy way out, but once they skip town, she quickly realizes that the harrowing past she's running from is one she may never escape.","1.002","/lfpZ2YZbhhqbCu2f8s6N4XiQuGD.jpg","[{'id':114828,'logo_path':null,'name':'Creative Rebellion','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-06-15","0","72","[{'iso_639_1':'en','name':'English'}]","Released","","Shadows on the Road","false","0","0" +"false","/qSsndRcuBbcLU6aadnVId1l8bTB.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","http://www.perfectskinthemovie.com/","532656","tt6301784","en","Perfect Skin","Katia, a young Polish woman adrift in London, meets Bob, an American tattoo artist. Katia is drawn to his mysterious aura and the taboo culture of body modification, but Bob has a dark, secret desire to leave his mark on the world and little does Katia know that her fascination with him will put her life in danger.","1.749","/lKXdxfIOvfyWehRzZv5kr7xPi26.jpg","[{'id':102483,'logo_path':null,'name':'Kew Media Group','origin_country':''},{'id':114823,'logo_path':null,'name':'Global Chicken','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-08-25","0","110","[{'iso_639_1':'en','name':'English'}]","Released","Beauty is in the eye of the beholder","Perfect Skin","false","4.3","3" +"false","/wzdStAFmieoF4CgjLwj0AcoIW1r.jpg","null","0","[{'id':35,'name':'Comedy'}]","https://www.netflix.com/title/80231156","580001","tt6373518","en","Kevin Hart's Guide to Black History","Kevin Hart highlights the fascinating contributions of black history's unsung heroes in this entertaining -- and educational -- comedy special.","3.929","/iQwffy1qLo1JPudjPO5TQGQX9QX.jpg","[]","[]","2019-02-08","0","63","[{'iso_639_1':'en','name':'English'}]","Released","","Kevin Hart's Guide to Black History","false","5.8","12" +"false","/tR5q64eudIqq7UZ4QdIxYG6zmgj.jpg","null","20000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'}]","https://www.umbrellaentfilms.com.au/movie/in-like-flynn/","534094","tt5303442","en","In Like Flynn","A chronicle of Errol Flynn's pre-Hollywood sea adventures up the east coast of Australia. His crew includes his best friend Rex, a wild and visceral young man, the Dook, a proper young gent from Cambridge, and Charlie, the ageing and depressed previous owner of the boat. Flynn and company encounter beautiful virgins, underground boxing clubs, police raids, bar brawls, cannibals and man-eating sharks, while being forced to smuggle opium to survive.","2.895","/oPMEpcDlZVGa8xBhUUHteaPrvHw.jpg","[{'id':68628,'logo_path':null,'name':'308 Ent','origin_country':'CA'},{'id':114745,'logo_path':null,'name':'ILF AU Productions','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2018-07-07","0","106","[{'iso_639_1':'en','name':'English'}]","Released","Legend. Adventurer. Lover. Star","In Like Flynn","false","0","0" +"false","/vAxMG1M9pfmNTuCtYf7vRZJvFUw.jpg","null","0","[{'id':18,'name':'Drama'}]","http://princfilms.com/double-echo/","535320","tt7290688","en","Double Echo","Paul left the police force after mistakenly killing his partner. Now he is a driver for rich guy who's daughter is kidnapped. He will use his skills to save the girl but he will also uncover secrets the family was hiding for years.","3.262","/vqfUWbx2PFUyTbbJkpZGZD5JTfS.jpg","[]","[]","2017-07-14","0","89","[]","Released","","Double Echo","false","4","1" +"false","/nXdDrS9DiAcRevMCwTXgzPuSYEz.jpg","null","0","[{'id':35,'name':'Comedy'}]","","14557","tt0118301","en","Dead Man on Campus","Josh Miller is a studious and responsible pre-med student entering college as a freshman. His wild, hard-partying roommate Cooper Frederickson, on the other hand, is a spoiled rich kid who never studies and spends his time getting drunk and ogling co-eds. Before long, Cooper's fun-filled lifestyle has corrupted Josh, and both are on the verge of flunking out.","3.874","/aZ0RzokVfR7ocmX0E3xy8mYrkOm.jpg","[{'id':746,'logo_path':'/kc7bdIVTBkJYy9aDK1QDDTAL463.png','name':'MTV Films','origin_country':'US'},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-08-21","0","96","[{'iso_639_1':'en','name':'English'}]","Released","","Dead Man on Campus","false","5.7","67" +"false","","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","516579","tt5608000","en","Boyne Falls","Two contentious buddies head into the forest for a work retreat, stumble upon an isolated meth lab, and find themselves fighting for their lives.","2.775","/mHt70oLFENHqwSz4opWS0R6pqpE.jpg","[{'id':93837,'logo_path':null,'name':'Lakeview Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-08-30","0","84","[]","Released","","Boyne Falls","false","4","2" +"false","/2iov6SiLZmmJP1GLaIo2aFmzauK.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","42023","tt0093164","en","Heat","Reynolds plays an ex-soldier-of-fortunish character in Vegas, taking ""Chaperone"" jobs, fighting with the mob, and trying to get enough money together to move to Venice, Italy.","2.307","/lRicKGyG3kjkfvlCvv5kzGlox35.jpg","[{'id':14391,'logo_path':null,'name':'Elliott Kastner Productions','origin_country':''},{'id':8668,'logo_path':null,'name':'New Century Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1986-01-01","0","101","[{'iso_639_1':'en','name':'English'}]","Released","","Heat","false","6.1","14" +"false","/gmqGmSx8sRi7XX9f39qF7FdDPUG.jpg","null","0","[{'id':18,'name':'Drama'}]","","401686","tt2275743","en","Berlin, I Love You","An anthology feature of 10 stories of romance set in the German capital.","4.181","/i9LdjJWgYIaOkvG7NtTcq5Ox4nO.jpg","[{'id':79451,'logo_path':null,'name':'Shotz Fiction Film','origin_country':''},{'id':2223,'logo_path':null,'name':'Rheingold Films','origin_country':''},{'id':77989,'logo_path':null,'name':'Very Useful Company, The','origin_country':''},{'id':107035,'logo_path':null,'name':'Walk on Water','origin_country':'DE'}]","[{'iso_3166_1':'DE','name':'Germany'}]","2019-02-08","0","120","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","Love has a place","Berlin, I Love You","false","4.8","6" +"false","/3tjec1SUnaPqvixPpYWounMplmk.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","http://worldsapartfilm.com/","350845","tt3909336","el","???????? ?????????? ????????????","Three separate narratives each following a love story between a foreigner and a Greek. Each story represents a different generation falling in love during a time of socioeconomic turmoil that dominates Southern Europe as a whole, only to connect as a single story in the end.","2.442","/3ZMfmZdGnt9J5ZGrSJfmc62ig31.jpg","[{'id':70468,'logo_path':null,'name':'Aegean Airlines','origin_country':''},{'id':40238,'logo_path':null,'name':'Alpha TV','origin_country':''},{'id':58945,'logo_path':null,'name':'OTE TV','origin_country':''},{'id':70469,'logo_path':null,'name':'Plus Productions,','origin_country':''}]","[{'iso_3166_1':'GR','name':'Greece'}]","2015-12-17","0","113","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'el','name':'????????????????'}]","Released","","Worlds Apart","false","6.7","33" +"false","/mMjwE9LtQqISjBGoSi0MSV1gzZ6.jpg","null","2","[{'id':53,'name':'Thriller'},{'id':10402,'name':'Music'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","299","tt0054135","en","Ocean's Eleven","Ocean's Eleven is the 'Rat-Pack' comedy about robber Danny Ocean and his gang's attempt to rob the five biggest casinos in Las Vegas.","7.903","/lSPXGEp4EpFOPIUg9FKIKF72m50.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1960-02-17","12","127","[{'iso_639_1':'en','name':'English'}]","Released","Just Danny Ocean and his 11 pals.","Ocean's Eleven","false","6.6","136" +"false","/lS3pffg5eIZtnqa0OIHOoe0jdER.jpg","null","5500000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","https://www.warnerbros.com/bullitt","916","tt0062765","en","Bullitt","Senator Walter Chalmers is aiming to take down mob boss Pete Ross with the help of testimony from the criminal's hothead brother Johnny, who is in protective custody in San Francisco under the watch of police lieutenant Frank Bullitt. When a pair of mob hitmen enter the scene, Bullitt follows their trail through a maze of complications and double-crosses. This thriller includes one of the most famous car chases ever filmed.","8.389","/oyhnoFu2oKQfAIdu9YU8I8Ne0pX.jpg","[{'id':599,'logo_path':null,'name':'Solar Productions','origin_country':''},{'id':4051,'logo_path':'/cr7fvW3IZ1xQmlHTk0CHqoa038b.png','name':'Warner Brothers-Seven Arts','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1968-10-17","42300873","113","[{'iso_639_1':'en','name':'English'}]","Released","There are bad cops, good cops - and then there's Bullitt.","Bullitt","false","7.2","431" +"false","/da6cYpTYBY4jtJ6IEaFauqWT55f.jpg","null","30000","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","513434","tt7914416","ja","???????????????????????????","Things go badly for a hack director and film crew shooting a low budget zombie movie in an abandoned WWII Japanese facility, when they are attacked by real zombies.","6.037","/3mzJ76DXAnZv4bVjg3RXB3fwqf2.jpg","[{'id':103655,'logo_path':null,'name':'Panpokopina','origin_country':'JP'},{'id':103894,'logo_path':null,'name':'ENBU Seminar','origin_country':''}]","[{'iso_3166_1':'JP','name':'Japan'}]","2017-11-04","200000000","96","[{'iso_639_1':'ja','name':'?????????'}]","Released","Don't Stop Shooting!","One Cut of the Dead","false","8.4","48" +"false","/ky7v0Rr284MonNxLJ4rrzLIX6CX.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","http://www.wovenfilm.net/","396724","tt2094195","en","Woven","When a mysterious crime takes the life of her only brother, an Ethiopian American woman searches for the truth behind his death, while struggling to reconcile cultural expectations with her own pursuit of self-identity and love.","0.6","/pahBIZco5pvtaACh2VnjSjwslQI.jpg","[]","[]","2016-06-04","0","96","[{'iso_639_1':'en','name':'English'}]","Released","","Woven","false","8","1" +"false","/6Z9XDbjuKeTTzKtrXfzgVkBGcFk.jpg","null","0","[{'id':27,'name':'Horror'}]","","553080","tt6338506","en","Welcome to Hell","A terrifying coven of tales designed to take viewers into the nether reaches of insanity, shock and horror.","2.922","/sfq7HCX1pnZSZdtfxHaPJJLGkow.jpg","[]","[]","2018-10-09","0","93","[]","Released","","Welcome to Hell","false","3.5","2" +"false","/9IPv3QFWJjlp9j481nPZO4sX846.jpg","null","0","[{'id':35,'name':'Comedy'}]","http://weightthemovie.com/","580719","tt6805814","en","Weight","A comedy about a heavy subject.","0.6","/4jcFqV89Ho6AhcuUvgLEcgVR7im.jpg","[{'id':17883,'logo_path':null,'name':'Different Duck Films','origin_country':'US'},{'id':114756,'logo_path':null,'name':'Sterling Worldwide Entertainment','origin_country':''},{'id':103178,'logo_path':null,'name':'ABS Payroll & Production Accounting Services (payroll services)','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-06-19","0","90","[]","Released","A comedy about a heavy subject.","Weight","false","0","0" +"false","/sOEEvGlLTqp06USLROWJzSGcOny.jpg","null","0","[{'id':18,'name':'Drama'}]","","543726","tt4177018","en","VS.","VS. is an urban rites of passage drama set in the hostile and exciting UK rap battle scene.","1.883","/A2F1h72JzpYxHGAU7BJzsBkVHBv.jpg","[{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':82963,'logo_path':null,'name':'Lorton Entertainment','origin_country':''},{'id':107991,'logo_path':null,'name':'Silvertown Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-10-19","0","100","[{'iso_639_1':'en','name':'English'}]","Released","","VS...tr","false","0","0" +"false","/pqBgKPxcHLJeNyZabp07PGCe1Fa.jpg","null","1000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","32456","tt0124179","en","Two Girls and a Guy","Two women confront their boyfriend, a two-timing actor who professed eternal love to each.","5.252","/jMJQjX9HHIm588tJWq2Tkgppzbz.jpg","[{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-09-07","2057193","84","[{'iso_639_1':'en','name':'English'}]","Released","Thanks to his two girlfriends Blake is about to learn a new sexual position. Honesty","Two Girls and a Guy","false","5.4","45" +"false","/jkNMDU0dfgnkaY6eiZgToMvLjEZ.jpg","null","9000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","14057","tt0427968","en","Trust the Man","Overachieving actress, Rebecca (Moore), must come to grips with her failing marriage to stay-at-home dad, Tom (Duchovny). While Rebecca's slacker brother, Tobey (Billy Crudup), can't seem to commit to his aspiring-novelist girlfriend, Elaine (Maggie Gyllenhaal). As both relationships spin out of control, the two couples embark on a quest to rediscover the magic and romance of falling in love in New York.","3.497","/d3R2DIreol9RpY6cljw2b1MMJUK.jpg","[{'id':3935,'logo_path':null,'name':'Trust the Man LLC','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-09-01","0","103","[{'iso_639_1':'en','name':'English'}]","Released","Men play the game. Women know the score.","Trust the Man","false","5.5","52" +"false","/1SAY2ewiPhO1LokK5yYgZVEHMeD.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","","422792","tt4105700","en","Holiday Breakup","Polar opposites meet and fall in love, but it isn't long before their relationship is on the rocks. In order to get through the holiday season without too much drama they decide to pretend they are still a couple, but their plan takes an unexpected turn.","1.4","/nEMrQYHGXSjmfVcV67cdmZf1Xju.jpg","[]","[]","2016-11-01","0","88","[]","Released","","Holiday Breakup","false","4.2","9" +"false","/9kAKaGPydPIhtY7X3n4rF1bchmS.jpg","null","0","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","http://www.fox.es/lasombradelaley","529210","tt7104984","es","La sombra de la ley","Barcelona, ??????Spain, 1921. A tough cop from Madrid arrives in the city to locate, under the suspicious scrutiny of corrupt local police officers, a significant amount of military weaponry stolen from a train, allegedly by revolutionary anarchists.","9.93","/4NHhkMHXROCiPMb8gjmRI6AMX4I.jpg","[{'id':7345,'logo_path':null,'name':'Vaca Films','origin_country':''},{'id':29566,'logo_path':'/4rFxqmQqdqrZPqsFjrjOdhCg7Yt.png','name':'Atresmedia Cine','origin_country':'ES'},{'id':67412,'logo_path':'/vgVqq5hunVs8GN5Je9d9rG7Q2NU.png','name':'Movistar+','origin_country':'ES'},{'id':10050,'logo_path':null,'name':'Televisi??n de Galicia (TVG) S.A.','origin_country':''},{'id':108769,'logo_path':null,'name':'Playtime Production','origin_country':''},{'id':5085,'logo_path':'/mPuVc7m1Ki7OQQvAYwYfIlEI3vu.png','name':'Televisi?? de Catalunya','origin_country':'ES'},{'id':54844,'logo_path':null,'name':'S??bado Pel??culas','origin_country':''},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'ES','name':'Spain'}]","2018-10-05","0","127","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","1921. Some dream of a better world.","Gun City","false","6.6","58" +"false","/2Y1S0f5c5O3TkssdecTKxZx6t99.jpg","null","0","[{'id':27,'name':'Horror'}]","","552390","tt8617648","id","Santet","Rendy returns to Indonesia with his wife Laura and his two children because his father, Dharma died of suicide. Rendy is shocked by the behavior of her mother who could not speak and act like a madman as if her mother does not want Rendy and his family in her home.","2.511","/h0G37ovRxqrsqtPIVWjq9UrvFlx.jpg","[{'id':22614,'logo_path':null,'name':'Skylar Pictures','origin_country':''},{'id':8237,'logo_path':null,'name':'GMA Films','origin_country':'PH'},{'id':109786,'logo_path':null,'name':'The Annex Entertainment','origin_country':''}]","[]","2018-10-04","0","85","[{'iso_639_1':'id','name':'Bahasa indonesia'}]","Released","","Santet","false","6.5","3" +"false","/rBnUusNA6FmypqjGmRo5dvgycqL.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':10770,'name':'TV Movie'}]","https://www.netflix.com/title/81035279","567860","tt9412098","en","Fyre","He promised supermodels and yachts, but delivered tents and cheese sandwiches. How one man engineered a music festival disaster.","15.377","/yFsP0BAJhAH3RTXCAnGvI1CtaUb.jpg","[{'id':113237,'logo_path':null,'name':'Netflix','origin_country':'US'},{'id':113633,'logo_path':null,'name':'Jerry Media','origin_country':''},{'id':113634,'logo_path':null,'name':'Library Films','origin_country':''},{'id':113635,'logo_path':null,'name':'Vice Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-01-18","0","98","[{'iso_639_1':'en','name':'English'}]","Released","The Greatest Party That Never Happened","Fyre","false","7","288" +"false","/u5aCHPrmcqglPjjPyG8SwhWygCy.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","http://thefrontrunner.movie","476764","tt7074886","en","The Front Runner","Gary Hart, former Senator of Colorado, becomes the front-runner for the Democratic presidential nomination in 1987. Hart's intelligence, charisma and idealism makes him popular with young voters, leaving him with a seemingly clear path to the White House. All that comes crashing down when allegations of an extramarital affair surface in the media, forcing the candidate to address a scandal that threatens to derail his campaign and personal life.","10.613","/9QKzd31H1bCjMAJ8HoaASWqbHfY.jpg","[{'id':13240,'logo_path':'/aTc07YaNHo8WNgkQSnvLmG6w4nW.png','name':'Bron Studios','origin_country':'CA'},{'id':32157,'logo_path':null,'name':'Right of Way Films','origin_country':'US'},{'id':53152,'logo_path':null,'name':'Creative Wealth Media Finance','origin_country':'CA'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-11-06","0","113","[{'iso_639_1':'en','name':'English'}]","Released","The week America went tabloid","The Front Runner","false","6","75" +"false","","null","0","[{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'},{'id':28,'name':'Action'}]","","570481","tt2499358","en","Happy Log","On the verge of depression following the murder of his father, Cory, a nervous, guilt-ridden 12-year-old ""altar boy"", is coaxed by his adventurous best friend, Ben, to prove their manhood by embarking on their first overnight fishing trip out in the wild on the Mississippi Bayou's Wolf River; but their trip goes awry when the hapless ""altar boys"" become targets of a mob hit in progress by a cold-blooded assassin who is determined to collect on a gambling debt.","0.6","/tyOOn6atk8dlbcDYz1TiBIdT9Ts.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-01-21","0","98","[{'iso_639_1':'en','name':'English'}]","Released","I think it's better to die young, that way you don't have as much time to screw up!","Happy Log","false","0","0" +"false","/6Uh1OQOJEvjCs3XOLJoGAnKEUhr.jpg","null","0","[{'id':18,'name':'Drama'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'}]","https://epic-pictures.com/film/the-man-who-killed-hitler-and-then-the-bigfoot","530081","tt7042862","en","The Man Who Killed Hitler and Then the Bigfoot","Decades after serving in WWII and assassinating Adolf Hitler, a legendary American war veteran must now hunt down the fabled Bigfoot.","10.549","/kQNeWBT1VqtSMtgfEn3zFjRogyH.jpg","[{'id':114432,'logo_path':null,'name':'Epic Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-02-08","0","98","[{'iso_639_1':'en','name':'English'}]","Released","An American Myth","The Man Who Killed Hitler and Then the Bigfoot","false","5.8","32" +"false","/wgXO16Bt1L1I3K6qI6UWTGKgpVK.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","533992","tt3732280","es","Cuando los ??ngeles duermen","Germ??n, an honest family man, sees how his whole world wobbles the night when, driving home, accidentally runs over two teenage girls. From that moment, Germ??n will have to do everything in his power to prevent his life from being destroyed forever.","11.342","/zikvJ0XscL7vVeJln0ZagGXw5wY.jpg","[{'id':3631,'logo_path':null,'name':'Filmax','origin_country':''},{'id':10021,'logo_path':null,'name':'??ralan Films S.L.','origin_country':''}]","[{'iso_3166_1':'ES','name':'Spain'}]","2018-09-07","0","94","[{'iso_639_1':'es','name':'Espa??ol'}]","Released","","When Angels Sleep","false","5.4","98" +"false","/1rj0utQpZR6Q2pQv2DL4XpVZwvc.jpg","null","0","[{'id':878,'name':'Science Fiction'}]","","472685","tt4782322","en","Fighting the Sky","Strange other-worldly sounds are echoing around the world. A group of researchers, led by expert ufologist Lorraine Gardner, begin an expedition to track down the point of origin from which the sounds emerge. Yet as their journey deepens, they begin to discover more than they bargained for.","2.056","/ojL9FI7YBnN839lvK9I6e7XQdyz.jpg","[{'id':109879,'logo_path':null,'name':'Conrad Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-05","0","97","[{'iso_639_1':'en','name':'English'}]","Released","","Fighting the Sky","false","2","3" +"false","/xLZUnmIzVu2WxGWtiEoXOWR27TZ.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","https://sexweather.org/2017/5/12/8t4vi1w34tip12r6y4n9k5gai8z2lj","551824","tt6953974","en","Sex Weather","Sleepy-eyed filmmaker Darrel wakes to find himself in bed with his crew member Sydney. As they begin to discuss the previous evening and tepid reviews of his new film, emotions give rise to a passionate and thoughtful relationship that once could have been if either had taken the chance.","4.249","/iXBUy4bSVuGZTAq2SnwS8FF8x93.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-01","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Sex Weather","false","2","1" +"false","/wyp4QygcdDcLim2F9D3y4gxbW4g.jpg","null","0","[{'id':27,'name':'Horror'}]","","554739","tt9109306","en","The Final Wish","Following the passing of his father, Aaron Hammond returns to his hometown to help his devastated mother and to confront his past demons. Sifting through his father???s belongings, Aaron comes upon a mysterious item that is far more than it seems.","19.267","/3lFQPOhOAg1gAQgFsXdfYfXFbI6.jpg","[{'id':75357,'logo_path':'/zXT1JFP82YL245wlLpauAJDZA25.png','name':'BondIt','origin_country':'US'},{'id':110260,'logo_path':null,'name':'Global Renaissance Entertainment Group','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-01-24","0","95","[{'iso_639_1':'en','name':'English'}]","Released","","The Final Wish","false","4.6","18" +"false","/iHlvabF00QzkZP6a7VsmwPVsNmR.jpg","null","3","[{'id':18,'name':'Drama'},{'id':99,'name':'Documentary'}]","http://www.comeoninweredead.com/","540842","tt2928904","en","Come on In, We're Dead","The true story of the deadliest shootout for lawmen in US history, 10 cops and one civilian went to arrest 2 brothers for murder on Jan 2, 1932, just outside Springfield Missouri. The Sheriff had been neighbors with the brothers family and didn't expect any trouble, they were wrong, of the 10 lawmen and one civilian, 9 were shot and 6 killed, it stands as the deadliest shootout for cops to date.","0.693","/2e2D2MyxvSmthSsjJg8KseH8Mau.jpg","[{'id':107426,'logo_path':null,'name':'Jim Hancock Productions','origin_country':''},{'id':107427,'logo_path':null,'name':'Terminus Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-07-31","0","87","[{'iso_639_1':'en','name':'English'}]","Released","The Deadliest Shootout for Lawmen In U.S. History","Come on In, We're Dead","false","7","1" +"false","/up1Rcpcaegb3AJkJ9ocIGL1rUzN.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","","553250","tt6354056","en","Code Name: Dynastud","In the year 2024, homosexuality has been outlawed by an extreme right-wing government. Only one extraordinary man can stop this wave of terror and repression, a superhero for our troubled times.","3.711","/5P0V1bHwcH9NdTNHhL1YNnkv2a.jpg","[]","[]","2018-10-18","0","90","[]","Released","Make America Gay Again","Code Name: Dynastud","false","3","1" +"false","/qvjVfgIKMrMSEwsKuGo5U7ubtb5.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","http://surlafilms.wix.com/bourek","395177","tt3702704","en","Bourek","In this humanistic comedy, set against the backdrop of economic crises and bad news, an extravagant international cast of characters meet, fight, and fall in love, while hiding from the end of the world and other calamities on the tiny Greek island of Khronos.","0.794","/ulym4cSPbRtsg3z3Xlz8ISSNUgc.jpg","[{'id':47893,'logo_path':null,'name':'Surla Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'RS','name':'Serbia'},{'iso_3166_1':'GR','name':'Greece'},{'iso_3166_1':'CY','name':'Cyprus'}]","2016-04-29","0","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'el','name':'????????????????'},{'iso_639_1':'sr','name':'Srpski'}]","Released","It's the end of the world, but we're fine.","Bourek","false","7","3" +"false","/2aHF480ya0CVkgq6D6pBHYw8dO7.jpg","null","0","[{'id':53,'name':'Thriller'}]","","429727","tt5990066","en","Bad Match","An internet-dating playboy's life spirals out of control after meeting a woman online.","3.353","/97ebzLSQzawTKsu15Meu9BQqscp.jpg","[{'id':18609,'logo_path':null,'name':'BoulderLight Pictures','origin_country':''},{'id':55802,'logo_path':null,'name':'MM2 Entertainment','origin_country':''}]","[{'iso_3166_1':'SG','name':'Singapore'},{'iso_3166_1':'US','name':'United States of America'}]","2017-08-25","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Bad Match","false","5.6","56" +"false","/jv0dHe81rb0riYyA2ssuZM1vWx2.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","520134","tt4567320","en","Born Guilty","What happens when you secretly pay someone to romance your Mom?","0.673","/4OoZl2XplFJqZVTmMauyiVHd7HJ.jpg","[{'id':101062,'logo_path':null,'name':'Freestyle Digital Media','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-04-07","0","101","[{'iso_639_1':'en','name':'English'}]","Released","Setups are a mother","Born Guilty","false","4","2" +"false","/fDHLVO6J12Xgc9OLN4wfROsDir7.jpg","null","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'},{'id':10770,'name':'TV Movie'}]","http://www.blackwakemovie.com","445867","tt4839118","en","Black Wake","Specialists gather in a top-secret facility to investigate a series of strange deaths on beaches along the Atlantic Ocean. One of the team's scientists examines video evidence to uncover a possible parasitic explanation for the fatalities. But when a determined detective sends her the crazed writings of a mysterious homeless man, the scientist slowly learns that the actual threat may be more dangerous -- and far older -- than anyone ever imagined. Can she convince her colleagues of the true danger before an ancient force rises from the sea to bring madness and death to all of humanity?","2.615","/cRrad3yHTYMqNArk4pGJ9h55B5R.jpg","[{'id':114536,'logo_path':null,'name':'Black Wake Enterprises','origin_country':''},{'id':114537,'logo_path':null,'name':'Carlos Keyes Film Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-08-07","0","91","[{'iso_639_1':'en','name':'English'}]","Released","A dark force lies beneath","Black Wake","false","1.5","4" +"false","/8XZTbdJfvVMzw5h8H41j6DAoyE4.jpg","null","250000","[{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'}]","http://www.babeswithblades.co.uk/","496708","tt7656770","en","Babes with Blades","On the dark streets of Draiga, a mining colony occupied by the Visray Empire, lives Azura, the last of a fearsome warrior race known as the Sarnians. After witnessing her once beautiful home world turn into a lifeless husk, Azura must fight to the death in the gladiatorial ring to stay alive. Meanwhile, a group of human freedom fighters form a resistance, seeking to try and protect their families from the oppressive and cruel rule of the Visray Section Commander Sorrentine. Unbeknownst to Azura, the fate of all humans on Draiga is about to rest in her hands. Can she survive long enough to save her colony?","2.219","/nvSiDvHykejfrD8ka1vZQckWsXi.jpg","[{'id':46464,'logo_path':null,'name':'Fearful Symmetry Productions','origin_country':''},{'id':114532,'logo_path':null,'name':'Sleepercell Productions','origin_country':''},{'id':114533,'logo_path':null,'name':'Madge Consultancy','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-01-02","0","95","[{'iso_639_1':'en','name':'English'}]","Released","The Flower of Sarnia","Babes with Blades","false","2.5","2" +"false","","null","0","[{'id':18,'name':'Drama'}]","http://www.asfarasmovie.com","455643","tt4552534","en","As Far As The Eye Can See","Jack Ridge is a former piano prodigy living on a farm he has let go to seed. He's living in the past, but the future is coming for him.","0.6","/n3nZHtb41larfMOk8UyzcgXzYLq.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-08-27","0","88","[]","Released","Jack Ridge is living in the past, but the future is coming for him.","As Far As The Eye Can See","false","10","1" +"false","/skJbiTKdAycO8sj6KaXShJOhPJ0.jpg","null","18000","[{'id':99,'name':'Documentary'},{'id':36,'name':'History'},{'id':10402,'name':'Music'}]","","567979","tt3844320","en","America's Blues","America's Blues takes a new angle on the Blues, focusing on, not only the musical impact it has had on all forms of Popular American Music, but also the influence it has had on art, fashion, language, film and racial equality.","0.6","/r4UPQfA74LWVcq5c1KIMI1KcHYD.jpg","[]","[]","2015-06-05","0","83","[]","Released","","America's Blues","false","0","0" +"false","/jfPMSLQ5xysXJrIIRsDu2M3skrv.jpg","null","0","[{'id':18,'name':'Drama'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'}]","https://shoutstudios.shoutfactory.com/then-came-you/","375785","tt4859168","en","Then Came You","An American hypochondriac who is working as a baggage handler is forced to confront his fears when a British teenager with a terminal illness enlists him to help her carry out her eccentric bucket list.","7.036","/9hIA3dgyOWj1MLXYrJ7SZ6lckM9.jpg","[{'id':10290,'logo_path':'/imFSHWEIgpk3YjqIMxafZ6BYT9H.png','name':'BCDF Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-02-01","0","97","[{'iso_639_1':'en','name':'English'}]","Released","Living in the moment is hard to do alone.","Then Came You","false","7.2","32" +"false","/iCZJIqU01Dl2XaHLuA1DFSvg9sS.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.themiddledistancemovie.com/","361203","tt3522138","en","The Middle Distance","Womanizing workaholic Neil returns to Michigan to reunite with his brother after their father dies. As they try to sell the family home, their interactions are as chilly as the frost-covered February landscape. But Neil???s facade thaws under the glow of his brother???s charismatic fianc??e. Chicago writer-director Patrick Underwood crafts a big-hearted romantic melodrama about rebuilding.","0.662","/3xZq3MvVFYd3FyF3dh25Viba8L6.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-10-23","0","80","[{'iso_639_1':'en','name':'English'}]","Released","","The Middle Distance","false","0","0" +"false","/CKU6r2HivN6FBNCaZNYIsVxpWw.jpg","null","0","[{'id':35,'name':'Comedy'}]","","2079","tt0006548","en","The Count","A tailor's handyman burns a count's trousers while ironing them and is fired. His superior discovers a note explaining the count can't attend a party, and dresses up like one to take his place. Chaplin also goes to the residence hosting the party, but runs into the tailor. They both then struggle to win the fair maiden, Miss Moneybags. Charlie is soon distracted by a gypsy girl and the tailor must fend off other suitors. The real Count finally arrives, learns of the imposters and calls the police.","1.415","/5IxiIxXHhoiEr7oQVgxq1Szdj8w.jpg","[{'id':930,'logo_path':null,'name':'Lone Star Corporation','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1916-09-04","0","34","[{'iso_639_1':'en','name':'English'}]","Released","","The Count","false","6.3","23" +"false","/9aX9fT2U01hMKRwFlZcI2bGGpUk.jpg","null","0","[{'id':99,'name':'Documentary'}]","","502159","tt7980152","en","Daughters of the Sexual Revolution: The Untold Story of the Dallas Cowboys Cheerleaders","Daughters of the Sexual Revolution is the never-before-told story of Suzanne Mitchell, the fiercely-loyal den mother of the original Dallas Cowboys Cheerleaders.","1.881","/iei1EgzdamKGAwv5UWo7E7eHh.jpg","[]","[]","2018-03-11","0","86","[{'iso_639_1':'en','name':'English'}]","Released","","Daughters of the Sexual Revolution: The Untold Story of the Dallas Cowboys Cheerleaders","false","8","1" +"false","/6Me1rFsdwvsuUcJetYISjiTv6KC.jpg","null","0","[{'id':99,'name':'Documentary'}]","","565846","tt4192066","en","Straight Up: Kentucky Bourbon","Kentucky's rise to undisputed Bourbon Capital of the world is a rich, detailed, and innovative story that displays how the state has continued to play an integral role in raising the level of global whiskey making to unprecedented heights. From sour mash and charred barrels to the name Bourbon itself, Kentucky-based producers lead the world in both production and innovation. As the stills continue to pump out whiskey and the barrels are filled and stored, the people that make up Kentucky's bourbon empire tell of their state's rise to bourbon dominance.","1.778","/vtbzjxKbEpfJtKs7qAml04gAsQv.jpg","[{'id':111845,'logo_path':'/QTuDLxNWUnXBRg2TwfA2swITsn.png','name':'#Beardforce Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-01-01","0","73","[{'iso_639_1':'en','name':'English'}]","Released","","Straight Up: Kentucky Bourbon","false","6","1" +"false","/9LdWpf9QLxwTcR2N7YWmh2ZxVlJ.jpg","null","0","[{'id':35,'name':'Comedy'}]","https://www.unicornthefilm.com/","483351","tt7149336","en","The Unicorn","An engaged couple is forced to visit Palm Springs for a weekend to celebrate her parents??? 25th wedding vow renewal and discover the apparent secret to their happy marriage ??? threesomes. Determined to properly celebrate their own ???re-engagement,??? they set out on a wild night in search of a threesome of their own but the experience takes an intense turn, exposing deeper relationship problems and threatening their future together.","3.249","/61EeWnW1fcq2N056C2JGgMhC4lZ.jpg","[{'id':96570,'logo_path':null,'name':'Beachwood Park Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-02-01","0","88","[{'iso_639_1':'en','name':'English'}]","Released","","The Unicorn","false","4.5","2" +"false","/kZMZ3PqcKmtBifHjfoI8JnURHJj.jpg","null","25000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","2140","tt0271027","en","Kiss of the Dragon","Liu Jian, an elite Chinese police officer, comes to Paris to arrest a Chinese drug lord. When Jian is betrayed by a French officer and framed for murder, he must go into hiding and find new allies.","9.226","/eOBwDUiDLmz1BX8PQL5U1tQloRB.jpg","[{'id':973,'logo_path':null,'name':'Immortal Entertainment','origin_country':''},{'id':6896,'logo_path':'/2Q89KvzxTKB5BAv9RqFIPI1qb7E.png','name':'EuropaCorp','origin_country':'FR'},{'id':73954,'logo_path':null,'name':'Quality Growth International Ltd.','origin_country':''},{'id':972,'logo_path':null,'name':'Current Entertainment','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","2001-07-06","64437847","98","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'zh','name':'?????????'}]","Released","Kiss Fear Goodbye","Kiss of the Dragon","false","6.5","456" +"false","/bayGnUxsQd91pkAEuoHRjo1frug.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://www.thebloodisatthedoorstep.tv","438438","tt6491296","en","The Blood Is at the Doorstep","After Dontre Hamilton, a black, unarmed man diagnosed with schizophrenia, was shot 14 times and killed by police in Milwaukee, his family embarks on a quest for answers, justice and reform as the investigation unfolds.","0.958","/gzNUs8ECWEpuTq8hHTPoA8R4jqK.jpg","[{'id':92464,'logo_path':null,'name':'September Club, The','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-07-29","0","98","[{'iso_639_1':'en','name':'English'}]","Released","","The Blood Is at the Doorstep","false","5.5","3" +"false","/42LlduRyePcYQ5qo2kMr1qW1bv4.jpg","{'id':32916,'name':'Scooby-Doo! Animation Movies','poster_path':'/sSgWaprKYzMYRlmzah7sdAG6lo6.jpg','backdrop_path':'/7isX73SseGONsf9bYbEe6f9epEg.jpg'}","9260980","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'},{'id':9648,'name':'Mystery'}]","","560066","tt9260980","en","Scooby-Doo! and the Curse of the 13th Ghost","Mystery Inc. withdraws from solving crimes after botching a case. When Vincent Van Ghoul contacts the gang about an unfinished investigation from Daphne, Shaggy and Scooby's past, the gang springs into action to finish the job that involves catching the 13th Ghost that escaped from the Chest of Demons and is still at large.","8.418","/lGFtGPBKS4npO9wEUhdiKCWVbKe.jpg","[{'id':1353,'logo_path':'/yXhCcOFK5Fy3ZBQwhBYx8Zu9ZIw.png','name':'Hanna-Barbera Productions','origin_country':'US'},{'id':2785,'logo_path':'/l5zW8jjmQOCx2dFmvnmbYmqoBmL.png','name':'Warner Bros. Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-02-05","0","82","[{'iso_639_1':'en','name':'English'}]","Released","","Scooby-Doo! and the Curse of the 13th Ghost","false","7.8","15" +"false","/wTnFy6B5QCeRgjgCGBGlZaDESJ1.jpg","null","0","[{'id':27,'name':'Horror'}]","","484437","tt6198946","en","The Hole in the Ground","Trying to escape her broken past, Sarah O???Neill is building a new life on the fringes of a backwood rural town with her young son Chris. A terrifying encounter with a mysterious neighbour shatters her fragile security, throwing Sarah into a spiralling nightmare of paranoia and mistrust, as she tries to uncover if the disturbing changes in her little boy are connected to an ominous sinkhole buried deep in the forest that borders their home.","15.18","/7DMRJzH9AwpSN5D19cExAB9vDZW.jpg","[{'id':61922,'logo_path':'/aGPysvtFfH8d8UjekpZD3GT9m7k.png','name':'Bankside Films','origin_country':'GB'},{'id':53509,'logo_path':null,'name':'Wrong Men North','origin_country':'BE'},{'id':5056,'logo_path':'/kADFcjL04xe5HGBnlLjbfhliS2a.png','name':'Head Gear Films','origin_country':'GB'},{'id':25954,'logo_path':null,'name':'Metrol Technology','origin_country':'GB'},{'id':45732,'logo_path':'/Lp13ZZW7Gc3syx1J2DdqAoU0dT.png','name':'Savage Productions','origin_country':'IE'}]","[{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2019-03-01","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","The Hole in the Ground","false","5.9","49" +"false","/x9LmX4Lwd8JPe66DVyTVX0koK76.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","https://cdiproductions.com/projects/the-christ-slayer/","580494","tt6221540","en","The Christ Slayer","Takes place at the Passover and the days that follow the crucifixion. A mix of scripture and Christian legend woven to try and create a more complete picture. It follows Longinus as the Roman soldier who put the spear to Jesus on the cross.","3.068","/A2nkBEm0YUtKV7HLArSKHTmWsMv.jpg","[{'id':19251,'logo_path':null,'name':'Collective Development','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-04-19","0","115","[{'iso_639_1':'en','name':'English'}]","Released","One last journey","The Christ Slayer","false","0","0" +"false","/oeIciYx4PnRL2ung4eBk28HmeYW.jpg","null","220000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","","24010","tt0049038","en","Bus Stop","Cowboys Beauregard Decker and Virgil Blessing attend a rodeo in Phoenix, where Decker falls in love with beautiful cafe singer Cherie. He wants to take Cherie back to his native Montana and marry her, but she dreams of traveling to Hollywood and becoming famous. When she resists his advances, Decker forces Cherie onto the bus back to Montana with him, but, when the bus makes an unscheduled stop due to bad weather, the tables are turned.","4.211","/1hebP5CdlhIoLaE2gWJvquKeEAQ.jpg","[{'id':13938,'logo_path':null,'name':'Marilyn Monroe Productions','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1956-08-31","7270000","96","[{'iso_639_1':'en','name':'English'}]","Released","Give this boy enough rope and he'll land Marilyn Monroe!","Bus Stop","false","6.1","84" +"false","/TIJONw4UKWtcQv0enSVb344raT.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","","502145","tt5926990","en","Unlovable","A sex and love addicted woman learns what real intimacy is when she starts making music with a reclusive man.","2.528","/ptozEoTvQWuyc8zN1lFBg9AhhxC.jpg","[{'id':1974,'logo_path':null,'name':'Duplass Brothers Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-11-01","0","80","[{'iso_639_1':'en','name':'English'}]","Released","","Unlovable","false","7.5","3" +"false","/ejkgYA70JcMQtQrMdzifb7sjxSN.jpg","null","0","[{'id':18,'name':'Drama'}]","","412605","tt5895892","en","The Last Descent","In 2009 John Jones entered Nutty Putty Cave with his brother Josh. What happened next has been a topic of much discussion and controversy ever since. Over 127 rescuers responded to the call for aid, and each one has their own take on the events. A story about love, life, and human connection. Ultimately it is the story about how clearly you can see what matters most when you are at the edge of life and death. Made with cooperation from members of John's immediate family.","0.6","/wLM7SDrvaVTZIE6IFj0wwqUKAhW.jpg","[{'id':114630,'logo_path':null,'name':'Cocollala Pictures','origin_country':''},{'id':114631,'logo_path':null,'name':'Dark Rider Productions','origin_country':''},{'id':114632,'logo_path':null,'name':'Deep Blue Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-09-16","0","105","[{'iso_639_1':'en','name':'English'}]","Released","Inspired by the story of love and loss at Nutty Putty Cave.","The Last Descent","false","5.5","2" +"false","/o0crHd1mLvt0ozOCc7rZIMS6vlA.jpg","null","0","[{'id':28,'name':'Action'}]","","579574","tt5475678","en","Split Lip","In the underground world of contract killers, mistakes cannot be tolerated. Set ""Dore?? Seay"", a top brutal mercenary with an icy exterior, finds out the hard way when one mistake sends her on a treacherous mission to clear her name. Hunted by her former mentor Karlton ""DeJean Brown"" and his roster of psychopaths, she forms an unlikely alliance with a mysterious stranger and his sister as Set races against the clock to out-wit and out-fight the dark forces gunning for her life.","1.903","/vqzLGo3uhqAcmhGjOdH6awteaoe.jpg","[]","[]","2019-01-18","0","82","[]","Released","","Split Lip","false","0","0" +"false","/AuA50D7T7S7OEVcGo0ZKaMhERn0.jpg","null","100000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","https://www.robinhood.movie","375588","tt4532826","en","Robin Hood","A war-hardened Crusader and his Moorish commander mount an audacious revolt against the corrupt English crown.","58.131","/AiRfixFcfTkNbn2A73qVJPlpkUo.jpg","[{'id':562,'logo_path':'/k3NsSdV854UX4zEReX1dl1Psxbb.png','name':'Appian Way','origin_country':'US'},{'id':25577,'logo_path':null,'name':'Safehouse Pictures','origin_country':'US'},{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'},{'id':3528,'logo_path':'/cCzCClIzIh81Fa79hpW5nXoUsHK.png','name':'Thunder Road Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-11-20","73260114","116","[{'iso_639_1':'en','name':'English'}]","Released","The legend you know. The story you don't.","Robin Hood","false","5.7","925" +"false","/v0sblc9A8eaE8EqDQ5Y6fELj4oB.jpg","null","2940457","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'},{'id':27,'name':'Horror'}]","https://a24films.com/films/climax","507076","tt8359848","fr","Climax","Young dancers gather in a remote and empty school building to rehearse on a cold and wintry night. The all-night celebration soon turns into a hallucinatory nightmare when they learn that their sangria is laced with LSD.","22.54","/zQDqgzSdTGSDu4rDcQTq7TAttmy.jpg","[{'id':856,'logo_path':'/3tfzS2CrX6Ntbu927XzHXEPDA6y.png','name':'Wild Bunch','origin_country':'FR'},{'id':201,'logo_path':'/6UIpEURdjnmcJPwgTDRzVRuwADr.png','name':'ARTE','origin_country':'FR'},{'id':2700,'logo_path':'/xVyuzrVzoMbxBh3xNZbUudm4meJ.png','name':'Rectangle Productions','origin_country':'FR'}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'FR','name':'France'}]","2018-09-19","0","96","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Birth and death are extraordinary experiences. Life is a fleeting pleasure.","Climax","false","7.3","272" +"false","/9zQc6SZ5RSWKjA52LMoBJSZMlEQ.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","477654","tt4958448","es","Museo","Mexico, 1985. Juan and Wilson, two perennial Veterinary students, perpetrate an audacious heist in the National Museum of Anthropology, running away with a loot of more than hundred invaluable pieces of Mayan art, unaware of the consequences of their outrageous act.","3.937","/tWHjEA2NjT3TSCKHIIfEHMvQPhi.jpg","[{'id':94327,'logo_path':'/eixQx9hwMLAPUPrX1OzKJKxi26V.png','name':'Panorama Global','origin_country':'MX'},{'id':15507,'logo_path':null,'name':'Detalle Films','origin_country':'MX'},{'id':86274,'logo_path':null,'name':'Ring Cine','origin_country':''},{'id':112548,'logo_path':null,'name':'Distant Horizon','origin_country':''},{'id':805,'logo_path':null,'name':'Serendipity Point Films','origin_country':''}]","[{'iso_3166_1':'MX','name':'Mexico'}]","2018-08-23","0","127","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Based on the largest heist in Mexico's history","Museo","false","6.5","30" +"false","/6OnBU07yyxvJDWPa6KKALKSeXDM.jpg","null","0","[{'id':27,'name':'Horror'}]","https://epic-pictures.com/film/the-golem","532635","tt8329290","en","The Golem","A re-imagining of the old mystical folklore that follows a woman and a tight-knit Jewish community that is besieged by foreign invaders. She conjures a dangerous creature to protect them but it may be more evil than she ever imagined.","4.151","/lvf7QFNxVHK3XZneQf6MQz4Glcs.jpg","[{'id':7662,'logo_path':null,'name':'Epic Pictures Group','origin_country':'US'}]","[{'iso_3166_1':'IL','name':'Israel'},{'iso_3166_1':'US','name':'United States of America'}]","2019-01-24","0","95","[{'iso_639_1':'en','name':'English'}]","Released","An ancient legend reborn","The Golem","false","6.2","9" +"false","/rmNXzt6shUQXJEQpKjxLkZwTZoV.jpg","null","0","[{'id':28,'name':'Action'},{'id':10752,'name':'War'}]","http://www.visionfilms.net/Details.aspx?id=7d5b64a2-39b1-e811-9490-0e563b5fb261","580431","tt5855164","en","Point Man","A trio of soldiers vow revenge on their platoon when they are left behind enemy lines. When they come across a missing contingent in a Vietnamese village, alliances dissolve and each step forward will come with a price.","0.983","/ynjQ0JRs07AZ3zckAazTmYurJ8o.jpg","[{'id':58506,'logo_path':null,'name':'MBG Films','origin_country':''},{'id':114625,'logo_path':null,'name':'Hawk9 Productions','origin_country':''},{'id':114626,'logo_path':null,'name':'Lost Galleon Pictures','origin_country':''},{'id':112040,'logo_path':null,'name':'Starring Entertainment','origin_country':''},{'id':114627,'logo_path':null,'name':'Khmer Mekong Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-02-05","0","107","[{'iso_639_1':'en','name':'English'}]","Released","Who are you fighting for?","Point Man","false","10","2" +"false","/m0B3JfLhw7bIcFUh3OGlJfJdf7l.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","29617","tt0032981","en","Remember the Night","When John, an assistant District Attorney, takes Lee, a shoplifter caught in the act, home with him for Christmas, the unexpected happens and love blossoms.","2.578","/vaFzfsJ1Sjm2rtRyRwhmTONslwf.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1940-01-01","0","94","[{'iso_639_1':'en','name':'English'}]","Released","Barbara and Fred in 1940's first great love affair???!","Remember the Night","false","7.4","32" +"false","/nUJ4430p1NJEXeVay1dqEE1PGDX.jpg","null","0","[{'id':878,'name':'Science Fiction'}]","http://www.shepfilms.com/prospect","506072","tt7946422","en","Prospect","A teenage girl and her father travel to a remote alien moon, aiming to strike it rich. They've secured a contract to harvest a large deposit of the elusive gems hidden in the depths of the moon's toxic forest. But there are others roving the wilderness and the job quickly devolves into a fight to survive.","11.815","/1HpAwszXLsD8GeypDzK0me7fPFA.jpg","[{'id':1473,'logo_path':null,'name':'Depth of Field','origin_country':'US'},{'id':13240,'logo_path':'/aTc07YaNHo8WNgkQSnvLmG6w4nW.png','name':'Bron Studios','origin_country':'CA'},{'id':95434,'logo_path':'/iKqEhbzYfb6YHwRlhqcvX1NIZbt.png','name':'Ground Control Entertainment','origin_country':'US'},{'id':86036,'logo_path':null,'name':'Shep Films','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2018-10-02","0","98","[{'iso_639_1':'en','name':'English'}]","Released","No one survives alone","Prospect","false","6.4","42" +"false","/odlyyV4nTkcQ1baZh7enUx5XRwm.jpg","null","0","[{'id':53,'name':'Thriller'}]","http://www.pimpedfilm.com/","508114","tt7286492","en","Pimped","Over the course of one night, Sarah meets the handsome, captivating and smooth talking Lewis, who aims to be the bait in a sick sexual trap set up by himself and his low-life, rich kid housemate Kenneth. When their ruse backfires, Lewis and Sarah are forced into an unlikely alliance with deadly consequences.","4.493","/h9BZtHmoNubbRtShnvuNGrN51T3.jpg","[{'id':93352,'logo_path':null,'name':'Playground','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2018-08-24","0","80","[{'iso_639_1':'en','name':'English'}]","Released","One killer night","Pimped","false","4","1" +"false","/sfzRWfMex53hVxfetcaopnJrQut.jpg","null","5000000","[{'id':10751,'name':'Family'}]","","447027","tt4453560","en","Running Forever","After being estranged since her mother's death in the 9/11 attacks, both daughter and father must work together to re-establish their relationship. When the difficulty nearly consumes them both, a bond with a beautiful horse that has also gone through its own tragic loss brings Taylor Sims, back to what is important - family, friendship and faith. With help from the community and from above, they repair the pieces of their lives and learn to stop running, forever.","0.853","/u4KHwcZmNH0Vr6xpGvDKdkBTopg.jpg","[{'id':41671,'logo_path':null,'name':'New Kingdom Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-10-27","0","88","[{'iso_639_1':'en','name':'English'}]","Released","Sometimes you have to lose something in order to gain everything.","Running Forever","false","0","0" +"false","/v2hEpjJdADKSoUdCXQFpeJ84IWA.jpg","null","0","[{'id':18,'name':'Drama'}]","https://www.lonesuspect.com/painkiller/","524625","tt6187620","en","Painkillers","After a terrible car crash in which his son dies, a brilliant surgeon becomes prey to unbearable physical pain, and it can only be eased by the taste of human blood. When he encounters a man who claims he can help him get his life back, he embarks upon a nightmarish journey through which he will either have to come to terms with his pain??? or become a monster.","2.698","/hiUG47bW3i9gHjDDlZ9Y1VEhKOJ.jpg","[{'id':104206,'logo_path':null,'name':'Lone Suspect','origin_country':''},{'id':41813,'logo_path':'/pqoPwhsmo0f0V3r6yKouspsuFaF.png','name':'Title Media','origin_country':'BE'}]","[{'iso_3166_1':'BE','name':'Belgium'}]","2019-01-31","0","83","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'nl','name':'Nederlands'}]","Released","The cure is the curse","Painkillers","false","4","2" +"false","/q5benfScaZ7DlrTAdfLIIaec6rf.jpg","null","0","[{'id':10752,'name':'War'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","100589","tt0058001","cs","D??manty noci","Diamonds in the night is the tense, brutal story of two Jewish boys who escape from a train transporting them from one concentration camp to another. Ultimately, they are hunted down by a group of old, armed home-guardists. The film goes beyond the themes of war and anti-Nazism and concerns itself with man's struggle to preserve human dignity.","2.094","/djBsRTj1BlXCHDAQRAa2lkvxTMY.jpg","[{'id':2330,'logo_path':null,'name':'Ceskoslovensk?? Filmexport','origin_country':''}]","[{'iso_3166_1':'CZ','name':'Czech Republic'}]","1964-09-25","0","64","[{'iso_639_1':'cs','name':'??esk??'},{'iso_639_1':'de','name':'Deutsch'}]","Released","","Diamonds of the Night","false","7.4","20" +"false","/rbPS9yzoJV8enWeEJFFxfXVCEDl.jpg","null","0","[{'id':35,'name':'Comedy'}]","","295933","tt3417866","en","SexSquatch","Joey Jeremiah's friends have gathered near Blood Stool Creek for a party weekend to throw their ambitious friend a """"get laid"""" party. Teens... woods... beer... sex... what could possibly go wrong? Well the wooded area that plays host to their good times houses a sinister beast. He's blood thirsty, intelligent, eloquent, covered in hair, and HORNY as hell... it's SEXSQUATCH!","0.657","/q8a2CxL3JHzIB8piP75EafuIyZR.jpg","[{'id':64599,'logo_path':null,'name':'SRS Cinema','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-03-23","0","70","[{'iso_639_1':'en','name':'English'}]","Released","It's true what they say about big feet.","SexSquatch","false","2","2" +"false","/lNvlerKoYwboltmK7hQfgxsYtNP.jpg","null","14000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.janetjackson.com","8291","tt0107840","en","Poetic Justice","In this film, we see the world through the eyes of main character Justice, a young African-American poet. A mail carrier invites a few friends along for a long overnight delivery run.","5.088","/vfXuJbZucP2hgkuthwMyz1IEM8s.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-07-23","27515786","109","[{'iso_639_1':'en','name':'English'}]","Released","A Street Romance.","Poetic Justice","false","6.6","78" +"false","/fYN592h5zNSk5CQD5HvpQGwF9hZ.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","","16295","tt0113305","en","Higher Learning","Malik (Omar Epps) is an African-American student attending on a track scholarship; academics are not his strong suit, and he goes in thinking that his athletic abilities will earn him a free ride through college. Fudge (Ice Cube), a ""professional student"" who has been at Columbus for six years so far, becomes friendly with Malik and challenges his views about race and politics in America.","6.493","/cLeOjovcDq9kULToHuoXa1xmvET.jpg","[{'id':1947,'logo_path':null,'name':'New Deal Productions','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-01-11","38290723","127","[{'iso_639_1':'en','name':'English'}]","Released","","Higher Learning","false","6.7","86" +"false","/hbwHeozIhmnI4h3Jj9hMhoVcv4W.jpg","null","26000000","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","https://www.redchillies.com/movies/zero/","496076","tt6527426","hi","???????????????","Short in stature but big on love, a bachelor meets two very different women who broaden his horizons and help him find purpose in life.","7.133","/5uLyqwq2swVns28TFPV2zUzBEd7.jpg","[{'id':2343,'logo_path':'/fkrlAFxgAtIHgYJGIQcDggeucKV.png','name':'Red Chillies Entertainment','origin_country':'IN'},{'id':93991,'logo_path':'/qFcZA3BpKxAsy8QBGlDVc9X1dDy.png','name':'Colour Yellow Productions','origin_country':'IN'}]","[{'iso_3166_1':'IN','name':'India'}]","2018-12-21","0","164","[{'iso_639_1':'hi','name':'??????????????????'}]","Released","","Zero","false","5.4","22" +"false","/tAAYctOoeNoTGv0ZaRhk5uEcee6.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':10770,'name':'TV Movie'}]","http://www.lastglimpse.org/","579305","tt9663644","en","Last Glimpse","Due to rising sea levels, the Maldives and its culture is on the brink. In this travel show with purpose, we meet young people taking action on the frontlines of change.","1.468","/oYrEdFMGygBKdhiawq416BfuqOF.jpg","[]","[]","2019-01-25","0","44","[{'iso_639_1':'en','name':'English'}]","Released","A last glimpse at modern Atlantis.","Last Glimpse","false","7","1" +"false","/mNVqvvxUSG5IK8MCrWMGkRvHVgK.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","http://koiame-movie.com/#/boards/koiame","520576","tt7637350","ja","??????????????????????????????","Akira Tachibana is a 17-year-old high school student. She was once a promising athlete, but an injury has prevented her from taking part in track and field. One day, Akira Tachibana goes to a family restaurant and the manager talks to her in a tender voice. This makes Akira Tachibana begin working part-time at the restaurant. The manager is 45-year-old Masami Kondo and he is divorced with a child. Akira Tachibana falls in love with him. --asianwiki","3.29","/fAx1Q5RsZ57w6evOLPf4iMEEMLR.jpg","[{'id':882,'logo_path':'/fRSWWjquvzcHjACbtF53utZFIll.png','name':'Toho Company, Ltd.','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","2018-05-25","0","111","[{'iso_639_1':'ja','name':'?????????'}]","Released","","After the Rain","false","8.4","5" +"false","/iEQgMiqCIzS1osIuafgctvluGj5.jpg","null","38000000","[{'id':27,'name':'Horror'},{'id':10752,'name':'War'},{'id':878,'name':'Science Fiction'}]","http://www.overlordmovie.com","438799","tt4530422","en","Overlord","France, June 1944. On the eve of D-Day, some American paratroopers fall behind enemy lines after their aircraft crashes while on a mission to destroy a radio tower in a small village near the beaches of Normandy. After reaching their target, the surviving paratroopers realise that, in addition to fighting the Nazi troops that patrol the village, they also must fight against something else.","39.079","/l76Rgp32z2UxjULApxGXAPpYdAP.jpg","[{'id':11461,'logo_path':'/p9FoEt5shEKRWRKVIlvFaEmRnun.png','name':'Bad Robot','origin_country':'US'},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2018-11-01","21704844","110","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Stop the unstoppable","Overlord","false","6.7","822" +"false","/sWt05gztuMjEYVDXqs4LdkAmvaY.jpg","{'id':159600,'name':'House Party Collection','poster_path':'/weRLgwIofrSyxorooPNtrpPpQb3.jpg','backdrop_path':null}","2500000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","16094","tt0099800","en","House Party","Young Kid has been invited to a party at his friend Play's house. But after a fight at school, Kid's father grounds him. None the less, Kid sneaks out when his father falls asleep. But Kid doesn't know that three of the thugs at school have decided to give him a lesson in behavior.","5.502","/qKQ32fCcM7g5tLKMsLR75ZOOPmv.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-03-09","26386000","100","[{'iso_639_1':'en','name':'English'}]","Released","If they get caught it's all over. If they don't, it's just the beginning!","House Party","false","6.1","81" +"false","/3uJhw4tMRodXlZHk2aoRJ9L9qoT.jpg","null","0","[{'id':10770,'name':'TV Movie'},{'id':28,'name':'Action'},{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","33641","tt0384833","en","Frankenfish","When the body of a man is found completely destroyed in the swamps in Louisiana, the medical investigator Sam Rivers is assigned to investigate the murder. He travels with the biologist Mary Callahan to the location where the victim lived in a floating house and he meets his family and friends. They find that Chinese snake-heads genetically engineered that belong to a wealthy hunter are attacking and killing the locals. While the group fights to survive, the hunter Jeff arrives with his team to hunt the predators.","2.917","/x9eR07VIB4e1qEicqNxz5PdB4DY.jpg","[{'id':5315,'logo_path':null,'name':'Bayou Film Inc','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-10-09","0","84","[{'iso_639_1':'en','name':'English'}]","Released","Welcome to the bottom of the food chain.","Frankenfish","false","4.7","35" +"false","/sdV2CyNro8RnFx0NFbe7OIWp1v0.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':12,'name':'Adventure'},{'id':27,'name':'Horror'}]","http://www.davemadeamaze.com/","433941","tt4457344","en","Dave Made a Maze","A frustrated artist gets lost inside the cardboard fort he builds in his living room.","7.545","/7Z5sEOC8Y7bdrg7FmIfNGkNniyX.jpg","[{'id':92472,'logo_path':null,'name':'Foton Pictures','origin_country':''},{'id':97855,'logo_path':null,'name':'Butter Stories','origin_country':''},{'id':97856,'logo_path':null,'name':'Dave Made an LLC','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-05-16","0","80","[{'iso_639_1':'en','name':'English'}]","Released","","Dave Made a Maze","false","0","82" +"false","/6aFXXPA7U3QCKxzNcbFrnJ0im7l.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","30963","tt0103978","en","Class Act","Duncan is a genius straight A student, Blade is juvenile delinquent. But because of a mix up with their school records, everyone thinks each is the other one. Now, Duncan kind of likes the attention from being thought of as a real bad dude, if only the school bully would stop trying to rough him up. And Blade definitely likes being thought of as important instead of as trouble.","4.201","/dpNMk28nbR0PU3vXRwEBv55yKoX.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-06-05","0","98","[{'iso_639_1':'en','name':'English'}]","Released","","Class Act","false","6","45" +"false","/s6QYPPOeHbFZ3BwF9c8jxMkvzli.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.foxsearchlight.com/adam/","22051","tt1185836","en","Adam","Adam, a lonely man with Asperger's Syndrome, develops a relationship with his upstairs neighbor, Beth.","5.36","/BAxxFF4bO7okLBnrtWM7vE2zzs.jpg","[{'id':7400,'logo_path':null,'name':'Olympus Pictures','origin_country':''},{'id':9352,'logo_path':null,'name':'Deer Path Productions','origin_country':''},{'id':9353,'logo_path':null,'name':'Northwood Productions','origin_country':''},{'id':3459,'logo_path':null,'name':'Serenade Films','origin_country':''},{'id':3279,'logo_path':null,'name':'Vox3 Films','origin_country':''},{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-07-07","2277396","99","[{'iso_639_1':'en','name':'English'}]","Released","A story about two strangers. One a little stranger than the other...","Adam","false","6.8","231" +"false","/8XZTbdJfvVMzw5h8H41j6DAoyE4.jpg","null","250000","[{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'}]","http://www.babeswithblades.co.uk/","496708","tt7656770","en","Babes with Blades","On the dark streets of Draiga, a mining colony occupied by the Visray Empire, lives Azura, the last of a fearsome warrior race known as the Sarnians. After witnessing her once beautiful home world turn into a lifeless husk, Azura must fight to the death in the gladiatorial ring to stay alive. Meanwhile, a group of human freedom fighters form a resistance, seeking to try and protect their families from the oppressive and cruel rule of the Visray Section Commander Sorrentine. Unbeknownst to Azura, the fate of all humans on Draiga is about to rest in her hands. Can she survive long enough to save her colony?","2.219","/nvSiDvHykejfrD8ka1vZQckWsXi.jpg","[{'id':46464,'logo_path':null,'name':'Fearful Symmetry Productions','origin_country':''},{'id':114532,'logo_path':null,'name':'Sleepercell Productions','origin_country':''},{'id':114533,'logo_path':null,'name':'Madge Consultancy','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-01-02","0","95","[{'iso_639_1':'en','name':'English'}]","Released","The Flower of Sarnia","Babes with Blades","false","2.5","2" +"false","","null","0","[{'id':18,'name':'Drama'}]","http://www.asfarasmovie.com","455643","tt4552534","en","As Far As The Eye Can See","Jack Ridge is a former piano prodigy living on a farm he has let go to seed. He's living in the past, but the future is coming for him.","0.6","/n3nZHtb41larfMOk8UyzcgXzYLq.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-08-27","0","88","[]","Released","Jack Ridge is living in the past, but the future is coming for him.","As Far As The Eye Can See","false","10","1" +"false","/skJbiTKdAycO8sj6KaXShJOhPJ0.jpg","null","18000","[{'id':99,'name':'Documentary'},{'id':36,'name':'History'},{'id':10402,'name':'Music'}]","","567979","tt3844320","en","America's Blues","America's Blues takes a new angle on the Blues, focusing on, not only the musical impact it has had on all forms of Popular American Music, but also the influence it has had on art, fashion, language, film and racial equality.","0.6","/r4UPQfA74LWVcq5c1KIMI1KcHYD.jpg","[]","[]","2015-06-05","0","83","[]","Released","","America's Blues","false","0","0" +"false","/okWXTG4fE7BwXfyJomJAqSz7DAU.jpg","null","0","[{'id':878,'name':'Science Fiction'}]","","26854","tt0052530","en","4D Man","Two brothers, scientists Scott and Tony Nelson, develop an amplifier which enables a person to enter a 4th dimensional state, allowing him to pass through any object. Scott experiments on himself and discovers that each time he passes through something he ages rapidly. He begins killing people, sucking out their life energies and regaining his youth as a result.","2.178","/2i5VFcrWVDVD7dgzou2YS9Fchk7.jpg","[{'id':71109,'logo_path':null,'name':'Fairview Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1959-10-07","0","85","[{'iso_639_1':'en','name':'English'}]","Released","He Walks Through Walls Of Solid Steel And Stone... Into The 4th Dimension!","4D Man","false","5.3","18" +"false","/vxc8mDSbABVf2mjzJ0iBycnM21n.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","42719","tt0060453","en","Georgy Girl","A homely but vivacious young woman dodges the amorous attentions of her father's middle-aged employer while striving to capture some of the glamorous life of her swinging London roommate.","1.82","/yQ0E9uYgoEwe4id7fE1jhDkEgi6.jpg","[{'id':19877,'logo_path':null,'name':'Everglades Productions','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1966-08-04","0","99","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","Georgy Girl is BIG!","Georgy Girl","false","6.9","16" +"false","/bVSz3avCht5eTsCc9yXtBMqwEln.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","459928","tt5143226","en","12 Feet Deep","Two sisters are trapped under the fiberglass cover of an Olympic sized public pool and must brave the cold and each other to survive the harrowing night.","6.131","/ea29OX8Cg8eZm0z7Eg3zJaGba0P.jpg","[{'id':90970,'logo_path':null,'name':'Citizen Skull Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-06-20","0","85","[{'iso_639_1':'en','name':'English'}]","Released","100,000 gallons of water. 50 meters wide. NO. WAY. OUT.","12 Feet Deep","false","5.3","178" +"false","/ro5WQZrjuDZpoZ0FaYjNVtFDpzu.jpg","null","0","[{'id':18,'name':'Drama'}]","","469651","tt7213936","no","Hva vil folk si","Sixteen year-old Nisha lives a double life. At home with her family she is the perfect Pakistani daughter, but when out with her friends, she is a normal Norwegian teenager. When her father catches her in bed with her boyfriend, Nisha's two worlds brutally collide. To set an example, Nisha's parents decide to kidnap her and place her with relatives in Pakistan. Here, in a country she has never been to before, Nisha is forced to adapt to her parents' culture.","3.37","/qPVi1soiLyfaRhLIp1ufGlhrEW0.jpg","[{'id':17832,'logo_path':null,'name':'Cin??ma Defacto','origin_country':'FR'},{'id':2801,'logo_path':'/bswb1PLLsKDUXMLgy42bZtCtIde.png','name':'Film i V??st','origin_country':'SE'},{'id':83417,'logo_path':null,'name':'Mer Film','origin_country':''},{'id':8288,'logo_path':null,'name':'Zentropa International Sweden','origin_country':'SE'},{'id':88231,'logo_path':null,'name':'Snowglobe','origin_country':'DK'}]","[{'iso_3166_1':'NO','name':'Norway'}]","2017-10-06","0","106","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'no','name':'Norsk'},{'iso_639_1':'ur','name':'????????'}]","Released","Sent to a country she's never known??? she must risk everything to break free.","What Will People Say","false","8","54" +"false","/h010iB8iK9LNdW9XcxlVwpBOnal.jpg","null","3500000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","514755","tt5258074","en","Crossbreed","In the near future, the President of the New United States of America hires a team of military veterans to retrieve an alien bio-weapon from a top secret research facility orbiting the Earth.","4.262","/6eFT8XmUlYpYnhAeHOoSrNAG2Ja.jpg","[{'id':102651,'logo_path':null,'name':'Jaguar Motion Pictures','origin_country':''},{'id':114484,'logo_path':null,'name':'Jaguar Cinema','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-02-05","0","86","[{'iso_639_1':'en','name':'English'}]","Released","This is war","Crossbreed","false","4","1" +"false","/8sep2cz5bOYOVcapYzPwTlTZBI.jpg","null","0","[{'id':99,'name':'Documentary'}]","","448281","tt6793524","en","Tupac Assassination: Battle For Compton","The unsolved murders of Tupac Shakur and Christopher ""Biggie Smalls"" Wallace still stir the public's imagination after 20 years. Yet law enforcement has been at a standstill to produce results. The producers of ""American Federale"" and the first two ""Assassination"" films, finally unravel the tangled cases and expose not only who may have done it, but also why these cases have never seen justice. Battle For Compton"" is the story of ""The Machine""; a group of high powered individuals with a very dark secret they killed to keep, and have spent the last 20 years hiding- hoping one day it will all go away- before they do.","0.6","/e4KIzm5niiGUcIPaKBA08MnmvCx.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-03-07","0","139","[]","Released","","Tupac Assassination: Battle For Compton","false","6","2" +"false","/7LMy4tZggDRa31ycv5ccnPtLspV.jpg","{'id':122017,'name':'Screamers Collection','poster_path':'/1O4uXw5VIqarEEQcgs1wFW1PNFV.jpg','backdrop_path':null}","20000000","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","9102","tt0114367","en","Screamers","SIRIUS 6B, Year 2078. On a distant mining planet ravaged by a decade of war, scientists have created the perfect weapon: a blade-wielding, self-replicating race of killing devices known as Screamers designed for one purpose only -- to hunt down and destroy all enemy life forms.","7.571","/aFEs7D7IQ2IehTsniRIojDkiDl6.jpg","[{'id':7958,'logo_path':null,'name':'Fuji Eight Company Ltd.','origin_country':''},{'id':4899,'logo_path':null,'name':'Allegro Films','origin_country':''},{'id':23096,'logo_path':null,'name':'Fries Film Group','origin_country':''},{'id':23097,'logo_path':null,'name':'Super Ecran','origin_country':''},{'id':23098,'logo_path':null,'name':'Triumph Films','origin_country':''},{'id':808,'logo_path':'/4L1apH72jCx6Z5qyH7UOJUDlRoF.png','name':'The Movie Network','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'US','name':'United States of America'}]","1995-09-08","5781885","108","[{'iso_639_1':'en','name':'English'}]","Released","The last scream you hear will be your own.","Screamers","false","6.2","231" +"false","/lSWzTKauLhuXfV6zemsz9Lm6kmR.jpg","null","0","[{'id':99,'name':'Documentary'}]","","511541","tt6964538","en","The Man Who Stole Banksy","In 2007, the anonymous graffiti artist Banksy painted a series of political works around Palestine, only to have them cut down and sold off to the highest bidder. A stylish examination of public space and the commodification of street art, narrated by Iggy Pop.","2.266","/4BLeMpbF2NbR7BQy1t2RyWeMMsy.jpg","[]","[]","2018-09-21","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","The Man Who Stole Banksy","false","8.1","4" +"false","/sHzsbHotwhA4H6Rjn0UqOIIKibx.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.rocksteadyuniversity.com/","499792","tt6095486","en","Rock Steady Row","Demented chaos rules this bizarro-world college campus where the reigning gang-frats target a freshman, who dare crosses their path. Trapped between a blaze of twisted ???Mad Max??? style power games, he shrewdly plays both sides, fueling apocalyptic-sized battles that escalate to ensnare the school Dean who???s coming unglued.","2.185","/ee8TK27dAXm5BBHpdlsjYX63439.jpg","[{'id':96654,'logo_path':'/r76unvd8wmHNKhII3HjcxRxiCW5.png','name':'Gunpowder & Sky','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-01-20","0","","[{'iso_639_1':'en','name':'English'}]","Released","","Rock Steady Row","false","4","1" +"false","/hpWtlklLNfhHnZsAzswCOq3xkJB.jpg","null","38272500","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","","531384","tt7183578","cn","??????","The Hong Kong police is hunting a counterfeiting gang led by a mastermind code-named ""Painter"" . The gang possesses exceptional counterfeiting skills which makes it difficult to distinguish the authenticity of its counterfeit currency. The scope of their criminal activities extends globally and greatly attracts the attention of the police. In order to crack the true identity of ""Painter"", the police recruits a painter named Lee Man to assist in solving the case.","5.518","/hM7PkXjn4Xr4t8laIsW40NRZtZo.jpg","[]","[{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'HK','name':'Hong Kong'}]","2018-09-30","0","130","[{'iso_639_1':'cn','name':'????????? / ?????????'},{'iso_639_1':'zh','name':'?????????'}]","Released","","Project Gutenberg","false","6.1","9" +"false","/7XDSlOjVZuzhvw8FLYYeN40UQac.jpg","{'id':125931,'name':'Ben 10 Collection','poster_path':'/mNtskQzr9VSLgoSK3DeAESQ0nOP.jpg','backdrop_path':null}","0","[{'id':16,'name':'Animation'}]","","96826","tt2290147","en","Ben 10: Destroy All Aliens","Based on the original animated series Ben 10. Ben becomes targeted by an evil Mechamorph Warrior, named ""Retaliator,"" who mistakenly blames Ben for something he did not do and attempts to destroy all aliens.","2.764","/f3jCebpxf8H7WjYHyGf4i3opPZj.jpg","[]","[]","2012-03-11","0","66","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","","Ben 10: Destroy All Aliens","false","5.5","14" +"false","/z3mSIzCVZeAFJUJmX3FsXdBM0LS.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","53419","tt0006414","en","Behind the Screen","Charlie is an overworked labourer at a film studio who helps a young woman find work even while his coworkers strike against his tyrannical boss.","3.409","/u1AYvWE0JYjGjg7XCNAevkJZrMR.jpg","[{'id':4114,'logo_path':null,'name':'Lone Star Production','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1916-11-13","0","24","[{'iso_639_1':'xx','name':'No Language'}]","Released","","Behind the Screen","false","6.6","28" +"false","","null","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","579437","tt7074788","en","The Outer Boroughs","Two friends, Dan and Pete, move to New York City to discover that the Outer Boroughs, while more affordable than Manhattan, are vastly haunted by all sorts of ghouls, ghosts and goblins. How can Dan and Pete handle power demons and the undead when they can barely pay the rent? Tune in to witness all the horrors that await this supernatural odd couple in...The Outer Boroughs.","0.6","/ytnstyUhrhhLrWC4fzhIfGi3EAN.jpg","[]","[]","2017-12-03","0","30","[]","Released","","The Outer Boroughs","false","0","0" +"false","/aRP23hDqqXMSoHfNuCQyuHyGMQJ.jpg","null","0","[{'id':18,'name':'Drama'}]","","79827","tt0055019","en","The Intruder","A man in a gleaming white suit comes to a small Southern town on the eve of integration. He calls himself a social reformer. But what he does is stir up trouble--trouble he soon finds he can't control.","2.541","/ikbXTVJcAwxVA68kVLEios2Np5J.jpg","[{'id':14047,'logo_path':null,'name':'Roger Corman Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1962-05-14","0","84","[{'iso_639_1':'en','name':'English'}]","Released","He Fed Their Fears And Turned Neighbor Against Neighbor!","The Intruder","false","6.9","20" +"false","","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'}]","","83310","tt0336618","en","If Footmen Tire You, What Will Horses Do?","Based on the preachings of Reverend Estus W. Pirkle, this film warns what will happen to America if the citizens do not give up their depraved ways and turn to God and Jesus for salvation. Communist infiltrators, the ""footmen"", will pave the way for an all out invasion by weakening our will through TV, dance, rock music and alcohol. Once the invasion begins, the new Communist government will proceed to round up all Christians, and either execute them or force them to undergo re-education. Only by putting their faith in the bible where it belongs, says Rev. Pirkle, can America resist the coming Red Menace.","0.93","/4rjd0lW20YtgXyXP4rSSbyzyeTx.jpg","[{'id':39938,'logo_path':null,'name':'The Ormond Organization','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1971-01-01","0","52","[{'iso_639_1':'en','name':'English'}]","Released","","If Footmen Tire You, What Will Horses Do?","false","3.3","3" +"false","/ooeyLO5J2PP05yKeD4NsLqrotUT.jpg","null","0","[{'id':16,'name':'Animation'}]","","140974","tt2479848","en","Goodnight, Mr. Foot","Bigfoot checks into Hotel Transylvania to get some sleep but keeps getting disturbed by a zealous witch maid.","1.96","/omcjBrCwL3QUhYwnxxkZt9wket8.jpg","[{'id':2251,'logo_path':'/8PUjvTVmtJDdDXURTaSoPID0Boj.png','name':'Sony Pictures Animation','origin_country':'US'}]","[]","2012-10-26","0","4","[{'iso_639_1':'en','name':'English'}]","Released","","Goodnight, Mr. Foot","false","4.7","3" +"false","/8iUgYqQRDrdsZ8WbknbNJBNp9ip.jpg","null","22000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","10445","tt0108101","en","Shadowlands","C.S. Lewis, a world-renowned writer and professor, leads a passionless life until he meets spirited poet Joy Gresham","6.616","/lqiq5vPZXwzWJUgJVn1kjcHeVQI.jpg","[{'id':11308,'logo_path':null,'name':'Savoy Pictures','origin_country':''},{'id':5553,'logo_path':null,'name':'Shadowlands Productions','origin_country':''},{'id':23808,'logo_path':null,'name':'Price Entertainment','origin_country':''},{'id':18189,'logo_path':null,'name':'Spelling Films International','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1993-12-25","25842000","131","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","He distanced himself from love as he distanced himself from pain, until one woman got close enough to open his heart to the world.","Shadowlands","false","7.1","96" +"false","/5cUiRYG750hm5tme5uhzlYdIChu.jpg","null","0","[{'id':37,'name':'Western'}]","","279388","tt0053145","en","The Oregon Trail","In 1846, a reporter for the New York Herald joins a wagon train bound for the Oregon Territory. He hopes to confirm a rumor that President Polk is sending in soldiers disguised as settlers in order to strengthen American claims to the Territory.","1.391","/5CYJsF6NqrU3M0kMfGrl1P2cEpW.jpg","[{'id':4141,'logo_path':null,'name':'Associated Producers (API)','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1959-08-31","0","86","[{'iso_639_1':'en','name':'English'}]","Released","When the cry of a frontier on the move was '54-40 or fight' !","The Oregon Trail","false","4.5","10" +"false","/2cYgwbiTMyfx0QlhJBW1XOHeaOk.jpg","null","0","[{'id':27,'name':'Horror'}]","https://www.slasherpartymovie.com","576938","tt8236214","en","Slasher Party","Young Hollywood ""Elite"", aka The Social Media Influencers, think tonight???s afterparty is the usual Hollywood Hills get together at another private mansion after the club. Little do they know that not everyone is going to make it out alive. What starts off as an intimate get together spirals into a night of survival.","1.75","/gSbzGpqUyIhU6sanP0R5UUuq3wk.jpg","[{'id':113776,'logo_path':null,'name':'Tornado X Entertainment','origin_country':''},{'id':114389,'logo_path':null,'name':'LookHu','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-09-18","0","80","[{'iso_639_1':'en','name':'English'}]","Released","Everyone's dying to get in","Slasher Party","false","2","1" +"false","/xqqy68ZEmovOQbamzDUMgPRpTfl.jpg","null","0","[{'id':35,'name':'Comedy'}]","","83001","tt0076149","en","Hollywood High","Four high school girls at Hollywood High are looking for fun. Together they frolic on the beach and cavort with their guys. In their search for a little privacy they meet up with a retired movie star whose mammoth house offers 10 private bedrooms. But there's a catch...","0.6","/s2W3QfHCCbMbGzk98ewBPM4TeyB.jpg","[{'id':8322,'logo_path':null,'name':'Peter Perry Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1976-12-01","0","81","[{'iso_639_1':'en','name':'English'}]","Released","Life is good at Hollywood High.","Hollywood High","false","3","2" +"false","/kC0yNvrtiCIfp6HhAAH0fmaGX1V.jpg","null","0","[{'id':36,'name':'History'},{'id':28,'name':'Action'},{'id':10752,'name':'War'}]","http://tba.ph/","522449","tt5094192","tl","Goyo: Ang Batang Heneral","With this film (the second war trilogy set during the Filipino-American war in the early 1900s), the revolution marches on against the Americans after the bloody death of General Antonio Luna. The conflicted philosophies behind the heroic struggle continue and become personified in the colorful character of General Gregorio ""Goyo"" del Pilar.","4.513","/1MlSTu9uInRbybBBNJo1BYwiFit.jpg","[{'id':63306,'logo_path':null,'name':'Artikulo Uno Productions','origin_country':''},{'id':104225,'logo_path':null,'name':'Globe Studios','origin_country':''},{'id':104224,'logo_path':null,'name':'TBA Studios','origin_country':''}]","[{'iso_3166_1':'PH','name':'Philippines'}]","2018-09-05","0","155","[{'iso_639_1':'tl','name':''}]","Released","Remember who you are","Goyo: The Boy General","false","7.6","7" +"false","/6vVnfCQ1ygiFbRP0LOHyOqfNcpv.jpg","null","0","[{'id':10770,'name':'TV Movie'},{'id':53,'name':'Thriller'}]","","551910","tt8883164","en","Dead in the Water","The Nereus is a fifty-year-old Ice Breaker, salvaged by an idealistic crew on a mission to catch illegal fisherman. On chase, the crew find themselves well off-course and bearing down on a body mysteriously floating in the middle of the Devil???s Sea. Superstitious or not, the team soon discovers they???ve rescued a deadly creature feeding on the lifeless body. Their new mission???kill or be killed and preferably before they hit land.","0.732","/evn7F3Y04GI2NGiQ4L08wYgVBND.jpg","[{'id':81937,'logo_path':'/t0TlFFin1XSn9HwRH9rOeYVwXob.png','name':'Dandelion Productions','origin_country':'US'},{'id':6834,'logo_path':null,'name':'Out of Africa Entertainment','origin_country':''},{'id':82659,'logo_path':'/3mZkZUZUaqXDcIoYnECLb98PSWC.png','name':'Blue Ice Pictures','origin_country':'CA'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-27","0","85","[{'iso_639_1':'en','name':'English'}]","Released","","Dead in the Water","false","3.5","2" +"false","/ckNp6LPhp1roR8dVI16q5u3LUMg.jpg","null","21000000","[{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'},{'id':27,'name':'Horror'}]","http://www.netflix.com/velvetbuzzsaw","463684","tt7043012","en","Velvet Buzzsaw","Big money artists and mega-collectors pay a high price when art collides with commerce.??After a series of paintings by an unknown artist are discovered, a supernatural force enacts revenge on those who have allowed their greed to get in the way of art.","27.007","/3rViQPcrWthMNecp5XnkKev6BzW.jpg","[{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''},{'id':106435,'logo_path':null,'name':'Dease Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-02-01","0","113","[{'iso_639_1':'en','name':'English'}]","Released","All Art Is Dangerous","Velvet Buzzsaw","false","5.4","694" +"false","","null","0","[{'id':99,'name':'Documentary'}]","","321143","tt1333643","en","Improvisiert und zielbewusst: Cinema Novo","German documentary for TV about the ""Cinema Novo"" movement (Brazilian New Wave). Director Joaquim Pedro de Andrade focuses on six Cinema Novo filmmakers working in Rio in 1967.","0.918","/764YGGJzPwQ3SXHkK83Tzpv3zs9.jpg","[]","[{'iso_3166_1':'BR','name':'Brazil'},{'iso_3166_1':'DE','name':'Germany'}]","1967-01-01","0","30","[{'iso_639_1':'pt','name':'Portugu??s'}]","Released","","Improvised and Purposeful: Cinema Novo","false","4","1" +"false","","null","0","[{'id':99,'name':'Documentary'}]","","163936","tt0056010","pt","Garrincha, Alegria do Povo","Documentary about the most famous dribbler in Brazilian Soccer (some say in Soccer's history!) at the zenith of his career, showing classic scenes of 1958 and 1962 World Cup. Garrincha was a very original and talented player, having curved legs. Women and alcohol were his passion, and the cause of his later decadence. After a glorious career, he died in financial misery, forgotten.","0.6","/omZfrDlJp7Ff4nxYXrZh7mXVSIr.jpg","[{'id':51563,'logo_path':null,'name':'Armando Nogueira Produ????es Cinematogr??ficas','origin_country':'BR'},{'id':13118,'logo_path':null,'name':'LC Barreto','origin_country':'BR'}]","[{'iso_3166_1':'BR','name':'Brazil'}]","1962-07-13","0","60","[{'iso_639_1':'pt','name':'Portugu??s'}]","Released","","Garrincha: Hero of the Jungle","false","5.8","5" +"false","","null","0","[{'id':99,'name':'Documentary'},{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","258108","tt0054766","pt","Couro de Gato","A few weeks before Carnival, slum boys organize huntings for stray cats, whose leather can be used in Samba percussion instruments, like the Tamborim, a small drum.","0.6","/fosHDcEJgqq41mQo4wqGy7uDMxI.jpg","[{'id':50875,'logo_path':null,'name':'Saga Filmes','origin_country':'BR'}]","[{'iso_3166_1':'BR','name':'Brazil'}]","1962-01-01","0","14","[{'iso_639_1':'pt','name':'Portugu??s'}]","Released","","Cat Skin","false","7.8","5" +"false","","null","0","[{'id':99,'name':'Documentary'}]","","258071","tt0210587","pt","Bras??lia, Contradi????es de uma Cidade Nova","In 1967, de Andrade was invited by the Italian company Olivetti to produce a documentary on the new Brazilian capital city of Bras??lia. Constructed during the latter half of the 1950s and founded in 1960, the city was part of an effort to populate Brazil???s vast interior region and was to be the embodiment of democratic urban planning, free from the class divisions and inequalities that characterize so many metropolises. Unsurprisingly, Bras??lia, Contradi????es de uma Cidade Nova (Bras??lia, Contradictions of a New City, 1968) revealed Bras??lia to be utopic only for the wealthy, replicating the same social problems present in every Brazilian city. (Senses of Cinema)","0.6","/14pOgv9dIArFgQ6OcZh0IJ6ur2F.jpg","[]","[{'iso_3166_1':'BR','name':'Brazil'}]","1968-01-01","0","24","[{'iso_639_1':'pt','name':'Portugu??s'}]","Released","","Brasilia, Contradictions of a New City","false","8","4" +"false","/o7tvn9NCyyyBozQvcGzyPf67Hs7.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","481061","tt5361064","en","The Midnight Man","Hoping to fix their dysfunctional marriage, a couple travels to an isolated mountain cabin to work out their problems - but the one problem they didn't anticipate is the maniac trying to kill them.","0.736","/9rRPuKJD6tdfcqiYN9Y2Tr2FMBD.jpg","[{'id':96119,'logo_path':null,'name':'Rocksteady Media','origin_country':''},{'id':96120,'logo_path':null,'name':'Creative Lanes','origin_country':'US'},{'id':96121,'logo_path':null,'name':'The Cabin Film','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-10-03","0","88","[{'iso_639_1':'en','name':'English'}]","Released","Nothing good happens after midnight.","The Midnight Man","false","6","2" +"false","/gB3hTKeEmFz1jGrmg0ie0tHyGqb.jpg","null","0","[{'id':18,'name':'Drama'},{'id':37,'name':'Western'},{'id':36,'name':'History'}]","","131761","tt0059244","en","The Great Sioux Massacre","Colonel Custer (Philip Carey), an outspoken believer in fair treatment for the Indians, is ousted from his post and forced into retirement. Fueled by ambition when a Senator Blaine (Don Haggerty) convinces him to run for President, Custer decides to upstage General Terry (Frank Ferguson) at Little Big Horn.","1.96","/6yxrdD9GMdxEkewb78Jd7JvjEW9.jpg","[{'id':4539,'logo_path':null,'name':'Leon Fromkess-Sam Firks Productions','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1965-04-25","0","91","[{'iso_639_1':'en','name':'English'}]","Released","Blood-Vengeance Clashed With Custer's Cavalry!","The Great Sioux Massacre","false","3.2","5" +"false","/xgyvpgMZ5DQOg1z1nCvD563Z9ql.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':37,'name':'Western'},{'id':10749,'name':'Romance'}]","","115309","tt0065560","en","The Cockeyed Cowboys of Calico County","A simple-minded blacksmith named Charley, well loved by the townsfolk, saves for a year to send off for a mail-order bride.","0.6","/1NPXkLLtcJcflSIwoUi8x5vn23B.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1970-04-01","0","99","[{'iso_639_1':'en','name':'English'}]","Released","","The Cockeyed Cowboys of Calico County","false","6.5","2" +"false","/jEuUBZW5kPbDpGPbWr6H7TwZ7QG.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","325164","tt3704676","en","The Brain Hack","A metaphysical thriller for the digital generation.","0.92","/eSFEIEzqpLeziYr7xB0EJOibM7q.jpg","[]","[]","2015-02-11","0","20","[]","Released","","The Brain Hack","false","7.2","9" +"false","/770TGXGUeH0HpJ59PFG2b0TyJAs.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","http://www.jeffreyault.com/ault-media.html","578983","tt8432890","en","Sam and Elvis","Sam is fifteen, orphaned, hiding a secret and has been living in foster care for the past year. Her Aunt Olina is a widowed, recluse oddball who spends her life in a closed off home speaking to her dead, taxidermies dog Elvis. Together the two learn to overcome the obstacles life has dealt them, trust one another and become family.","0.924","/qQ2BGSPvbQS3xUIcBk2bDiYp1U.jpg","[{'id':114298,'logo_path':null,'name':'Ault Media','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-04-01","0","87","[{'iso_639_1':'en','name':'English'}]","Released","Even the Oddest Folk can be Family","Sam and Elvis","false","0","0" +"false","/bveDvCEwfZ1lUNBv1QYWyHtDZtH.jpg","null","0","[{'id':10770,'name':'TV Movie'},{'id':10402,'name':'Music'},{'id':18,'name':'Drama'}]","https://www.fox.com/rent/","557648","tt6881910","en","Rent","The story of several friends in New York City facing financial poverty, homophobia, AIDS, and, of course, rent.","3.037","/bBeKKzRYmGVa3beJvzu85wZaVgA.jpg","[{'id':1556,'logo_path':'/31h94rG9hzjprXoYNy3L1ErUya2.png','name':'20th Century Fox Television','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-01-27","0","135","[{'iso_639_1':'en','name':'English'}]","Released","","Rent","false","6.8","11" +"false","/qjiBcJwrwLhGUX9RFAbDLSPCoKR.jpg","null","0","[{'id':37,'name':'Western'}]","","142148","tt0067531","en","One More Train to Rob","Harker Flet and compatriots Timothy X. Nolan and Katy, along with three other men, steal $40,000 in money and jewelry from a California train in the gold-mining country of the 1880's. The six split up and while they are hiding out awaiting the rendezvous to divide the loot, Hark is cornered, framed and sent to prison. He is released after two-and-a-half years and sets out to find Katy and Nolan and get his share of the loot.","0.6","/ezkmUUEgUjmEzZTCtwWcdFmyjmh.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1971-02-12","0","108","[{'iso_639_1':'en','name':'English'}]","Released","","One More Train to Rob","false","4.8","4" +"false","/anDdOJw25lqoXfyNQ0v9gHyPn3Q.jpg","null","0","[{'id':16,'name':'Animation'},{'id':53,'name':'Thriller'}]","","10494","tt0156887","ja","PERFECT BLUE","A retired pop singer turned actress' sense of reality is shaken when she is stalked by an obsessed fan and seemingly a ghost of her past.","10.505","/sxBzVuwqIABKIbdij7lOrRvDb15.jpg","[{'id':22817,'logo_path':null,'name':'Rex Entertainment','origin_country':''},{'id':3464,'logo_path':'/9k0nr75nwnNeT2MHerf1OXJN0hj.png','name':'Madhouse','origin_country':'JP'},{'id':104646,'logo_path':null,'name':'Tokyo Laboratory','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","1997-07-25","112536","81","[{'iso_639_1':'ja','name':'?????????'}]","Released","The color of illusion is Perfect Blue.","Perfect Blue","false","8.2","617" +"false","/dhaX2NXwPyCVML8Iy7ul38wfmY3.jpg","null","14000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","859","tt0094947","en","Dangerous Liaisons","Dangerous Liaisons is the film based on the novel of the same name by Choderlos de Laclos set in 18th century France. Marquise de Merteuil???s asks her ex-lover Vicomte de Valmont to seduce the future wife of another ex-lover of hers in return for one last night with her. Yet things don???t go as planned in this love triangle drama.","10.477","/2rXbkUzM5ySwh3FmsFWSZdkMiaP.jpg","[{'id':1176,'logo_path':null,'name':'Lorimar Film Entertainment','origin_country':'US'},{'id':18737,'logo_path':null,'name':'NFH Productions','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1988-12-16","34670720","119","[{'iso_639_1':'en','name':'English'}]","Released","Lust. Seduction. Revenge. The Game As You've Never Seen It Played Before.","Dangerous Liaisons","false","7.2","505" +"false","/f7GwcLOyJU980XYPFvJv5EKPBQH.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","","29400","tt0057379","en","The Old Dark House","An American car salesman in London becomes mixed up in a series of fatal occurrences at a secluded mansion.","2.187","/5to7gDOX6jIk0VVOPCxyTvQ0BNi.jpg","[{'id':1314,'logo_path':'/gQBluDqe6dc2ZdzfJbabEHoSGoG.png','name':'Hammer Film Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1963-10-30","0","86","[{'iso_639_1':'en','name':'English'}]","Released","READY! SET! LAUGH! Join the fun in a nut-house of terror!","The Old Dark House","false","5.6","19" +"false","/xfb9JIE8Sx7Usb4pyofe1o33kNG.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':37,'name':'Western'}]","","18069","tt0109021","en","8 Seconds","This film chronicles the life of Lane Frost, 1987 PRCA Bull Riding World Champion, his marriage and his friendships with Tuff Hedeman (three-time World Champion) and Cody Lambert.","2.823","/wqKVkOveZrK6zwfrptGLVPmnMpR.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-02-25","0","105","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Hang on for the ride of your life!","8 Seconds","false","7.6","38" +"false","/tcwqJVDR0U28sMjo3qzBifQPBhd.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':27,'name':'Horror'}]","http://www.braidthemovie.com","510284","tt4638148","en","Braid","Two drug dealers on the lam seek refuge inside their mentally unstable friend???s mansion. But in order to stay, they have to participate in her elaborate, and increasingly dangerous, game of permanent make-believe.","5.361","/sp8dzGdwBh3cDU8ygyjtoejfZzI.jpg","[]","[]","2019-01-10","0","82","[{'iso_639_1':'en','name':'English'}]","Released","Everyone plays. Nobody leaves.","Braid","false","6.1","7" +"false","/1JoF4CuorEtns7zEnLCUysM04hf.jpg","null","0","[{'id':53,'name':'Thriller'}]","https://www.victor-garcia.net/film/an-affair-to-die-for/","574883","tt8620646","en","An Affair to Die For","A weekend get-away for two lovers turns into a nightmare of psychological mind games when their infidelity is discovered.","4.347","/Vo4vUGaE081biscSRiacl9agmE.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-02-01","0","","[{'iso_639_1':'en','name':'English'}]","Released","Be careful what you lust for","An Affair to Die For","false","4.3","3" +"false","/jHHaLH1ZFNaIjIQqZDN1f6hq12K.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':80,'name':'Crime'}]","","570352","tt9381998","en","Agatha and the Truth of Murder","In 1926, with her personal life in tatters and her writing in crisis, a young Agatha Christie decides to solve a real-life murder.","10.573","/c9RzNEpejLkEBVH7cGNekpec8hS.jpg","[{'id':2015,'logo_path':null,'name':'Darlow Smithson Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-12-23","0","92","[{'iso_639_1':'en','name':'English'}]","Released","","Agatha and the Truth of Murder","false","6.4","12" +"false","/18gOtyF5oKm6VOZYGEPINliFOm7.jpg","null","0","[{'id':18,'name':'Drama'}]","http://1985thefilm.com/","502220","tt6411590","en","1985","Having been gone for three years, closeted advertising executive Adrian returns to his Texas hometown and struggles to reveal his dire circumstances to his conservative family.","3.42","/mV7QRq3nI238vxlbyXRYFQKfbyL.jpg","[{'id':109509,'logo_path':null,'name':'MuseLessMime Productions','origin_country':''},{'id':81716,'logo_path':null,'name':'Cranium Entertainment','origin_country':''},{'id':19761,'logo_path':null,'name':'Floren Shieh Productions','origin_country':''},{'id':106786,'logo_path':null,'name':'RainMaker Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-26","0","85","[{'iso_639_1':'en','name':'English'}]","Released","In another time, at another place???","1985","false","6.1","8" +"false","/xtmgJOnHlfTSqftVqccgSoj3MEt.jpg","null","50000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","6346","tt0115862","en","The Chamber","Having survived the hatred and bigotry that was his Klansman grandfather's only legacy, young attorney Adam Hall seeks at the last minute to appeal the old man's death sentence for the murder of two small Jewish boys 30 years before. Only four weeks before Sam Cayhall is to be executed, Adam meets his grandfather for the first time in the Mississippi prison which has held him since the crime. The meeting is predictably tense when the educated, young Mr. ""Hall"" confronts his venom-spewing elder, Mr. ""Cayhall,"" about the murders. The next day, headlines run proclaiming Adam the grandson who has come to the state to save his grandfather, the infamous Ku Klux Klan bomber. While the old man's life lies in the balance, Adam's motivation in fighting this battle becomes clear as the story unfolds. Not only does he fight for his grandfather, but perhaps for himself as well. He has come to heal the wounds of his own father's suicide...","5.528","/dHwB9Fn2uBEkxkMZZxWpxMGrhL3.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':23,'logo_path':'/mkxNjThahj5pvntvYKVpMbWXm3D.png','name':'Imagine Entertainment','origin_country':'US'},{'id':1302,'logo_path':'/kQZtJdyphCmq292iGDqlUx0yk2D.png','name':'Davis Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-10-11","22540359","113","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pl','name':'Polski'}]","Released","","The Chamber","false","5.9","89" +"false","/c8LybW9j78FhkMTU4YTon4aWZFc.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'}]","","15119","tt0081506","ja","Shogun Assassin","A Shogun who grew paranoid as he became senile sent his ninjas to kill his samurai. They failed but did kill the samurai???s wife. The samurai swore to avenge the death of his wife and roams the countryside with his toddler son in search of vengeance.","3.516","/rx1zL6Nm7NGBTaoZE2Go13re4eU.jpg","[{'id':882,'logo_path':'/fRSWWjquvzcHjACbtF53utZFIll.png','name':'Toho Company, Ltd.','origin_country':'JP'},{'id':3037,'logo_path':null,'name':'Baby Cart','origin_country':''},{'id':3038,'logo_path':null,'name':'Katsu Production Co. Ltd.','origin_country':''}]","[{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'US','name':'United States of America'}]","1980-11-11","0","85","[{'iso_639_1':'en','name':'English'}]","Released","The legend of lone wolf and cub continues!","Shogun Assassin","false","6.9","65" +"false","/dZCkY9ExUzDaLTrVv5xxGTeOpSG.jpg","null","0","[{'id':18,'name':'Drama'}]","","119023","tt0059560","pt","O Padre e a Mo??a","In a small town in Minas Gerais, the arrival of a young priest causes a commotion in the conservative atmosphere of the place, aggravated by the sudden attraction this priest feels for a beautiful girl. This forbidden love affair soon turns into an unbridled passion.","1.165","/tIGIBoAKL4HrC2M3MRSRDdM6OTu.jpg","[{'id':94762,'logo_path':null,'name':'J.P.A. Filmes','origin_country':'BR'},{'id':83500,'logo_path':null,'name':'Difilm','origin_country':'BR'},{'id':55564,'logo_path':null,'name':'Filmes do Tri??ngulo','origin_country':'BR'}]","[{'iso_3166_1':'BR','name':'Brazil'}]","1966-03-28","0","90","[{'iso_639_1':'pt','name':'Portugu??s'}]","Released","Religion, love, morality","The Priest and the Girl","false","6.4","7" +"false","/xqgM60b2SqFYRjx1wOoDIkWtydc.jpg","null","0","[{'id':99,'name':'Documentary'}]","","258112","tt0053179","pt","O Poeta do Castelo","A 10-minute portrait of modernist poet and de Andrade???s godfather, Manuel Bandeira, is clear in its affection for it subject, though like many New-Waveish films of the time, depicts the modern urban landscape as an ominous and alienating force.","0.6","/oXdmwq0tzZZOULnqcLjx75QAKw0.jpg","[{'id':50875,'logo_path':null,'name':'Saga Filmes','origin_country':'BR'}]","[{'iso_3166_1':'BR','name':'Brazil'}]","1959-01-01","0","11","[{'iso_639_1':'pt','name':'Portugu??s'}]","Released","","The Poet of the Castle","false","7.3","3" +"false","","null","0","[{'id':99,'name':'Documentary'}]","","258130","tt0053062","pt","O Mestre de Apipucos","Documentary about influential Brazilian sociologist Gilberto Freyre, made in his country house in Apipucos, Pernambuco (Northeast Brazil).","0.6","/gEWin63pwWOyOgznakO1j2QVdK1.jpg","[{'id':50875,'logo_path':null,'name':'Saga Filmes','origin_country':'BR'}]","[{'iso_3166_1':'BR','name':'Brazil'}]","1959-01-01","0","10","[{'iso_639_1':'pt','name':'Portugu??s'}]","Released","","The Master of Apipucos","false","5","1" +"false","","null","0","[{'id':99,'name':'Documentary'}]","","258072","tt0292907","pt","O Aleijadinho","O Aleijadinho, a study of the work of Antonio Francisco Lisboa, the architect whose cathedral de Andrade had assisted in the restoration of more than 20 years earlier. de Andrade dedicated the film to his father, who had sent him on the expedition.","0.6","/pdTLGW1IZ24mwda4XRhRcUx2sQ8.jpg","[]","[]","1978-01-01","0","23","[{'iso_639_1':'pt','name':'Portugu??s'}]","Released","","O Aleijadinho","false","0","0" +"false","/4DQjXlhpy0PkhEcVoE42kRrauX6.jpg","null","0","[{'id':18,'name':'Drama'}]","","63113","tt0079086","fr","La Dr??lesse","Twenty-year old misfit Fran??ois earns his living by gathering boxes and bottles to resell to local shopkeepers. He lives with his grossly insensitive mother and stepfather. Mado is a gawky 11-year old, who is neglected by her family because of the oddness of the way she expresses her affection. For reasons which never become clear, Fran??ois kidnaps Mado, and takes her to live with him in the attic of his parents' home. Instead of feeling fear, Mado enters into the spirit of the abduction, and they joust with one another, increasingly finding love and comfort in their relationship. When the police come upon them, however, they put an entirely different interpretation on their behavior. This drama is based on a true story.","1.457","/vmwgiamfB8S41zJVktZsBeidJQA.jpg","[{'id':26466,'logo_path':null,'name':'Lola Films','origin_country':'FR'},{'id':17873,'logo_path':null,'name':'Les Productions de la Gu??ville','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'}]","1979-05-23","0","90","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","The Hussy","false","6.8","7" +"false","","null","0","[{'id':18,'name':'Drama'}]","","74441","tt0068739","pt","Os Inconfidentes","The real story of the failed attempt of an independence coup by a group of intellectuals and rich men during Brazil's colonial days, from its beginning to the execution of Tiradentes.","0.6","/mGJIrTyOhpiqmsCLRSgOOT3wkrJ.jpg","[]","[{'iso_3166_1':'BR','name':'Brazil'}]","1972-01-01","0","78","[{'iso_639_1':'pt','name':'Portugu??s'}]","Released","","The Conspirators","false","5","1" +"false","/aKgGLP2Z8FDE5ayW4O0oNNOLzjk.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':36,'name':'History'}]","","518801","tt6127326","en","McKellen: Playing the Part","Built upon a 14 hour interview, McKellen: Playing the Part is a unique journey through the key landmarks of McKellen's life, from early childhood into a demanding career that placed him in the public eye for the best part of his lifetime. Using an abundance of photography from McKellen's private albums and cinematically reconstructed scenes, a raw talent shines through in the intensity, variety and devotion to that moment in the light.","1.745","/v1NO4TVUjRtw6Fs8Kyit0viuVcr.jpg","[{'id':52352,'logo_path':null,'name':'Great Point Media','origin_country':''},{'id':103463,'logo_path':null,'name':'B Good Picture Company','origin_country':''},{'id':1436,'logo_path':'/3VRz5vPmsObDLAYFMmRaSA6swkj.png','name':'Ugly Duckling Films','origin_country':'GB'},{'id':31064,'logo_path':null,'name':'Surreal Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-05-27","0","92","[{'iso_639_1':'en','name':'English'}]","Released","","McKellen: Playing the Part","false","8","5" +"false","/zgi0qfsLZxtMehjkfFpUVapwD6I.jpg","null","0","[{'id':18,'name':'Drama'}]","","472645","tt6567012","en","West of Sunshine","A father has less than a day to pay back a debt to a violent loan shark, while looking after his young son.","1.426","/rJKjVzLf5QnjVmqbRaHAiYEe226.jpg","[]","[{'iso_3166_1':'AU','name':'Australia'}]","2017-09-01","0","78","[{'iso_639_1':'en','name':'English'}]","Released","","West of Sunshine","false","7.2","5" +"false","/gIwbchY09XcukhHGsnU0ImynZVp.jpg","null","0","[{'id':16,'name':'Animation'},{'id':14,'name':'Fantasy'}]","","578839","tt8560754","en","Wee Dragons","The peaceful Kingdom of the Wee Dragons is plunged into turmoil, when villainous Blister teams with fearsome dragon Durwyn, to overthrow King Bedwyr and force his daughter, Princess Cai, to marry the evil goblin, King Foul. Noble dragon Boil, along with his sidekick Big Gurt, journeys through time and space, meeting magical friends and foes alike, in a desperate effort to free the king, restore the land, and win the heart of the princess.","1.726","/dWMZxBFtRie0zxE1Sx7e9M3UOg7.jpg","[{'id':44632,'logo_path':'/neCKH4sJCBhZ1B4QocTM4VXCQOR.png','name':'Gravitas Ventures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-01-08","0","70","[{'iso_639_1':'en','name':'English'}]","Released","Fire-breathing cuteness","Wee Dragons","false","0","0" +"false","/53xqnarQD3TmSOSqqgHQNaE4VvS.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","https://www.viperclubmovie.com/","500869","tt6388074","en","Viper Club","ER nurse Helen Sterling struggles to free her grown son, a journalist captured by terrorists in the Middle East. After hitting walls with the FBI and State agencies, she discovers a clandestine community of journalists, advocates, and philanthropists who might be able to help.","4.113","/dzoWiAzxhBsv6q3lhRUaTREB5yB.jpg","[{'id':33553,'logo_path':'/npwuI3YNPO1ot74MkRyo0AvSFuo.png','name':'Marakesh Films','origin_country':''},{'id':109057,'logo_path':'/tgKgEPgNaYqxbZ8oL7gyGaqXC2t.png','name':'CounterNarrative Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-26","0","109","[{'iso_639_1':'en','name':'English'}]","Released","When the government wouldn't help her son, she turned to those who could.","Viper Club","false","5.8","6" +"false","/b04BYFfhCFUXXtdHEYqZEp6fqjL.jpg","null","0","[{'id':37,'name':'Western'}]","","257852","tt0038203","en","Under Western Skies","An Arizona teacher (Noah Beery Jr.) saves a vaudeville star (Martha O'Driscoll) and her troupe from a bandit (Leo Carrillo).","0.6","/aDY1p8fbglC1XVyJPdO7caszMxd.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1945-01-19","0","57","[{'iso_639_1':'en','name':'English'}]","Released","OUT WHERE THE WILD Wolves HOWL!...and the GIRLS HOWL BACK!","Under Western Skies","false","5","1" +"false","/8sFHClfcNqe4PtDVWeOJ7mVvQi6.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","19760","tt0118002","en","Two If by Sea","Frank O'Brien, a petty thief, and his 7-year-long girlfriend Roz want to put an end to their unsteady lifestyle and just do that last job, which involves stealing a valuable painting. Frank takes Roz to an island on the coast of New England, where he wants to sell the painting and also hopes that their sagging relationship will get a positive push back up. Not everything goes as planned.","2.749","/e0iwJJiLjk8Z6A9TuL3neX504H3.jpg","[{'id':10210,'logo_path':null,'name':'Morgan Creek Productions','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-01-12","0","96","[{'iso_639_1':'en','name':'English'}]","Released","A new comedy about love, laughter, and larceny","Two If by Sea","false","4.8","28" +"false","/yQb3fF13ZfMiC9OvXt8tWwbWKDf.jpg","null","0","[{'id':18,'name':'Drama'}]","","129248","tt1956669","de","Der Fluss war einst ein Mensch","A drama centered on a white man lost in the Botswana marshlands.","1.156","/vXSsqSVYPNIkkI3MEU8BEhNcUac.jpg","[{'id':18485,'logo_path':null,'name':'Rohfilm','origin_country':'DE'}]","[{'iso_3166_1':'DE','name':'Germany'}]","2012-09-07","0","80","[{'iso_639_1':'en','name':'English'}]","Released","","The River Used to Be a Man","false","8","2" +"false","/mn4NHCptzaKgnHIu45aGcHCgEF.jpg","null","0","[{'id':16,'name':'Animation'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://onlyyesterdayfilm.com/","15080","tt0102587","ja","????????????????????????","It???s 1982, and Taeko is 27 years old, unmarried, and has lived her whole life in Tokyo. She decides to visit her family in the countryside, and as the train travels through the night, memories flood back of her younger years: the first immature stirrings of romance, the onset of puberty, and the frustrations of math and boys. At the station she is met by young farmer Toshio, and the encounters with him begin to reconnect her to forgotten longings. In lyrical switches between the present and the past, Taeko contemplates the arc of her life, and wonders if she has been true to the dreams of her childhood self.","9.595","/24DqWbbkKI0ReUooSJiIqzURp3g.jpg","[{'id':10342,'logo_path':'/dT3UbXjca6TClutHJtr7GhkRALP.png','name':'Studio Ghibli','origin_country':'JP'},{'id':104680,'logo_path':null,'name':'Studio Fuga','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","1991-07-20","0","118","[{'iso_639_1':'ja','name':'?????????'}]","Released","I???m going on a trip with Me","Only Yesterday","false","7.2","289" +"false","/c3b5W1zo4k55emHSNORFUKf5d27.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","21450","tt0107653","en","Naked","An unemployed Brit vents his rage on unsuspecting strangers as he embarks on a nocturnal London odyssey.","7.122","/fuvzJDGD4GXQLBa1tBf7bFG0eqi.jpg","[{'id':181,'logo_path':null,'name':'Channel Four Films','origin_country':'GB'},{'id':10100,'logo_path':null,'name':'Thin Man Films','origin_country':''},{'id':12745,'logo_path':null,'name':'British Screen Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1993-09-14","0","131","[{'iso_639_1':'en','name':'English'}]","Released","When unbalance leads to submission","Naked","false","7.6","180" +"false","/jnOuttTfG9KKpmOZtprC4pA1AlZ.jpg","null","100000000","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':53,'name':'Thriller'}]","http://www.mortalengines.com","428078","tt1571234","en","Mortal Engines","Many thousands of years in the future, Earth???s cities roam the globe on huge wheels, devouring each other in a struggle for ever diminishing resources. On one of these massive traction cities, the old London, Tom Natsworthy has an unexpected encounter with a mysterious young woman from the wastelands who will change the course of his life forever.","82.438","/uXJVpPXxZO4L8Rz3IG1Y8XvZJcg.jpg","[{'id':1938,'logo_path':null,'name':'Scholastic Productions','origin_country':'US'},{'id':105645,'logo_path':null,'name':'Silvertongue Films','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':11,'logo_path':'/6FAuASQHybRkZUk08p9PzSs9ezM.png','name':'WingNut Films','origin_country':'NZ'},{'id':2531,'logo_path':'/pC2iDCDCvV85vOBP7a5Ukxuc0Du.png','name':'Media Rights Capital','origin_country':'US'}]","[{'iso_3166_1':'NZ','name':'New Zealand'},{'iso_3166_1':'US','name':'United States of America'}]","2018-11-27","104236467","129","[{'iso_639_1':'en','name':'English'}]","Released","Some Scars Never Heal","Mortal Engines","false","5.9","1288" +"false","/soKwqxI1j5rNkVfDeuarmTHetcH.jpg","null","17000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","11113","tt0058385","en","My Fair Lady","A snobbish phonetics professor agrees to a wager that he can take a flower girl and make her presentable in high society.","10.674","/sKEylXQWa15RFLaB54TpBI2eJuy.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1964-10-21","72070731","170","[{'iso_639_1':'en','name':'English'}]","Released","The loverliest motion picture of them all!","My Fair Lady","false","7.7","588" +"false","/jhUg1Q2mBddGGt5BpAlmQHNFKdi.jpg","null","0","[{'id':18,'name':'Drama'},{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'}]","","25666","tt0091810","en","Frog Dreaming","American boy Cody lives in Australia with his guardian, Gaza. Cody is very imaginative, inventive, and inquisitive. He comes accross some strange events happening in Devil's Knob national park associated with an aboriginal myth about ""frog dreamings"". Cody tries to investigate...","1.525","/7S0VFsQw0QDQ2QeEPLtSFxQZ76C.jpg","[{'id':4405,'logo_path':null,'name':'Middle Reef','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","1986-08-21","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Cody is an adventurer who is about to explore the depths of a legend.","Frog Dreaming","false","5.5","15" +"false","/qjm30F9hwJ6BNbsb7iOrrKwkY3n.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","696","tt0079522","en","Manhattan","Manhattan explores how the life of a middle-aged television writer dating a teenage girl is further complicated when he falls in love with his best friend's mistress.","6.21","/k4eT3EvfxW1L9Wmt04UqJqCvCR6.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':13309,'logo_path':null,'name':'Jack Rollins & Charles H. Joffe Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1979-04-25","39946780","96","[{'iso_639_1':'en','name':'English'}]","Released","","Manhattan","false","7.8","1083" +"false","/ydf3mhuBpNXUBxNA96ZYkonGj2o.jpg","null","0","[{'id':35,'name':'Comedy'}]","","68173","tt0064616","pt","Macuna??ma","Born a fully grown black man in a village in the Brazilian jungle, Macuna??ma later magically transforms into a white man before making an adventure-filled trip to the city of S??o Paulo. Once there, he becomes something of a dandy, falling in love with Ci, a revolutionary who dies in an accidental bombing. After robbing a ruthless industrialist, Macunaima returns to his village where he finds his newly acquired knowledge and possessions of little use.","1.763","/6Ib1oitnYGp9Cl5AWddrtaJ8X90.jpg","[]","[{'iso_3166_1':'BR','name':'Brazil'}]","1969-09-03","0","110","[{'iso_639_1':'pt','name':'Portugu??s'}]","Released","My! Such laziness!","Macuna??ma","false","6.4","20" +"false","/ehMv4LBC4eCXFgO6zErf4iZOslt.jpg","null","0","[{'id':18,'name':'Drama'}]","https://www.musicboxfilms.com/film/becoming-astrid/","484428","tt6433456","sv","Unga Astrid","When Astrid Lindgren was very young something happened that affected her profoundly, and this combination of both miracle and calamity came to shape her entire life. It was an event that transformed her into one of the most inspiring women of our age and the storyteller a whole world would come to love. This is the story of when a young Astrid, despite the expectations of her time and religious upbringing, decided to break free from society's norms and follow her heart.","6.773","/yXVUMGZCW8qOU2Hs4zV6efB7URP.jpg","[{'id':14758,'logo_path':null,'name':'DCM Pictures','origin_country':'DE'},{'id':94849,'logo_path':null,'name':'Avanti Film','origin_country':'SE'},{'id':235,'logo_path':'/obOynoztBEhDNfHsDXBqOuQLAZk.png','name':'Nordisk Film','origin_country':'DK'},{'id':327,'logo_path':'/obOynoztBEhDNfHsDXBqOuQLAZk.png','name':'Nordisk Film','origin_country':'SE'},{'id':2801,'logo_path':'/bswb1PLLsKDUXMLgy42bZtCtIde.png','name':'Film i V??st','origin_country':'SE'},{'id':2802,'logo_path':'/x3cLK4hmrDxBeoD7eWbfJL2dGxP.png','name':'TV4','origin_country':'SE'}]","[{'iso_3166_1':'DK','name':'Denmark'},{'iso_3166_1':'SE','name':'Sweden'},{'iso_3166_1':'DE','name':'Germany'}]","2018-09-14","0","123","[{'iso_639_1':'da','name':'Dansk'},{'iso_639_1':'sv','name':'svenska'}]","Released","Be the author of your own story.","Becoming Astrid","false","7.4","23" +"false","/v6P2MIjGXrGhZ8IhdDI97rGSVCb.jpg","null","0","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","https://www.btnthefilm.com","552359","tt5909334","en","Beyond the Night","When a soldier's son reveals damning information about a local gangster's missing daughter, a war of attrition wreaks havoc on their forgotten coal mining town.","3.048","/sFwOZah7z63EV4lqWPGo0cAyDxR.jpg","[{'id':109777,'logo_path':'/6hanUpgACVSjHOk6J6S0c89wfWr.png','name':'NewAley Pictures','origin_country':'US'},{'id':109778,'logo_path':'/6s6HVpp6llQItKvP1mHWwyAL9nD.png','name':'Reckless Productions','origin_country':'US'},{'id':109779,'logo_path':null,'name':'SummerHawk Films','origin_country':''},{'id':114223,'logo_path':null,'name':'Warpath Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-01-11","0","98","[{'iso_639_1':'en','name':'English'}]","Released","Secrets don't always die with the dead","Beyond the Night","false","5","1" +"false","/p4JvZZFonKPvIeXZ1c4xkJD8Ty7.jpg","null","7080000","[{'id':9648,'name':'Mystery'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","https://www.burning-movie.com/","491584","tt7282468","ko","??????","Deliveryman Jongsu is out on a job when he runs into Haemi, a girl who once lived in his neighborhood. She asks if he'd mind looking after her cat while she's away on a trip to Africa. On her return she introduces to Jongsu an enigmatic young man named Ben, who she met during her trip. And one day Ben tells Jongsu about his most unusual hobby...","11.26","/4NScXB4cx4cjN8hBF6Rh8OvAdAc.jpg","[{'id':6925,'logo_path':null,'name':'Pinehouse Film','origin_country':'KR'},{'id':20811,'logo_path':null,'name':'NOWFILM','origin_country':'KR'},{'id':15505,'logo_path':'/w5QS8A009RWYz0oi0tP4OWoGb5E.png','name':'NHK','origin_country':'JP'}]","[{'iso_3166_1':'KR','name':'South Korea'}]","2018-05-17","6591038","148","[{'iso_639_1':'ko','name':'?????????/?????????'},{'iso_639_1':'en','name':'English'}]","Released","The truth is all in your head.","Burning","false","7.5","242" +"false","/yV5BtaYYTyuISqidNsqfhP7lszK.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","https://www.alonelywoman.com/","571656","tt3027994","en","A Lonely Woman","A docile and shy girl transforms into a new persona, a dark and merciless woman with only revenge on her mind to get justice at her own hand.","1.7","/i6bgmGfi9rbh3Gn7iwImq18d8d5.jpg","[{'id':114206,'logo_path':null,'name':'Vicven Films Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-03-23","0","105","[{'iso_639_1':'en','name':'English'}]","Released","Don't make her mad","A Lonely Woman","false","0","0" +"false","/amzNqper6qRZhPNeokvmh0mARmK.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","577549","tt7200076","en","Real Cases of Shadow People: The Sarah McCormick Story","Three students went missing in October 2018. Sarah McCormick, Kyle Miller, Joseph Moore. Authorities have now come forward with the information that video surveillance was found inside of the abandoned Yost home that shows the crews last few moments documenting the Shadow People before their mysterious disappearance.","3.284","/p0MZo0vhtumMZPf6V1YrDNwLMMr.jpg","[{'id':102186,'logo_path':null,'name':'Mazz Appeal Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-01-01","0","107","[{'iso_639_1':'en','name':'English'}]","Released","","Real Cases of Shadow People: The Sarah McCormick Story","false","4","2" +"false","/sntY5gyqMjt3jZKqRS2fcBStbY3.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","44772","tt0087810","en","No Small Affair","The 16 years old amateur photographer Charles accidentally takes a photo of Laura - and falls in love with her, when he develops the picture. He finds out that she works as singer in a bar, but is about to be thrown out. Although rejected at first by the 23 years old, he wants to help her and starts an ad campaign behind her back... with unexpected results.","2.212","/s2VU2KPRZrLOvvALKo2Y39Z2SbL.jpg","[{'id':7585,'logo_path':null,'name':'Delphi II Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-11-09","0","102","[{'iso_639_1':'en','name':'English'}]","Released","He's 16. She's 22. All he wanted was her picture. What he got was... no small affair.","No Small Affair","false","5.6","19" +"false","/lFWHgfcZ8StEsrBRpdKa0k4kfgz.jpg","null","0","[{'id':37,'name':'Western'}]","","118653","tt0053899","en","Hell Bent for Leather","When Clay Santell stops in the town of Sutterville after having his horse stolen, he is mistaken by townspeople for a murderer named Travers. The townspeople capture Santell, and turn him over to lawman Harry Deckett. Deckett, who is tired of chasing the real Travers, decides to kill Santell and pass him off as Travers. Santell escapes from Deckett, taking lovely Janet Gifford hostage in the process. Janet comes to believe Santell's story, and helps him in his struggle to prove his real identity.","3.244","/7llITjk0PE5rlCtOi3pZXEwzYaq.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1960-02-01","0","82","[{'iso_639_1':'en','name':'English'}]","Released","Target For Terror!","Hell Bent for Leather","false","5.5","12" +"false","/A5pNvb4RX3E09iHJYne6nojZuBO.jpg","null","0","[{'id':35,'name':'Comedy'}]","","530624","tt6093618","en","Antiquities","After his father's death, a young man searches to find who his dad was only to stumble onto himself.","3.094","/d6xyWHELxrGlR5oaOX2Z22XM9uM.jpg","[{'id':114164,'logo_path':null,'name':'Mortuus Pater Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-01-25","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Sometimes the past sticks with you","Antiquities","false","0","0" +"false","/hC45DmWQfRC5i6FeO0HBOnYJLp2.jpg","null","0","[{'id':18,'name':'Drama'}]","","422929","tt6229786","el","?? ???????? ?????? ??????????????","An avid collector of Greek objects in Asia Minor, Dimitris, prepares an exhibition on multicultural life in Smyrna before World War I. In a trip to Izmir his girlfriend Rita, he finds in a small antique shop a Greek wedding dress that is stained with blood and an old photograph that send him on a journey to bridge the past with the present.","0.6","/gLZGzCSrudjwz7bW8YOhIUV0dMk.jpg","[{'id':58945,'logo_path':null,'name':'OTE TV','origin_country':''},{'id':22948,'logo_path':'/mCHPqcIOrk9JqTXdkPHo8KxFo2o.png','name':'Feelgood Entertainment','origin_country':'GR'},{'id':7254,'logo_path':'/x5m947rMvwJbNpoGil5W76dIJjB.png','name':'Greek Film Centre','origin_country':'GR'},{'id':13375,'logo_path':null,'name':'Argonauts Productions S.A.','origin_country':'GR'}]","[{'iso_3166_1':'GR','name':'Greece'},{'iso_3166_1':'TR','name':'Turkey'}]","2016-12-22","0","97","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'el','name':'????????????????'},{'iso_639_1':'tr','name':'T??rk??e'}]","Released","","Roza of Smyrna","false","8","7" +"false","/rZJ20gFLsztneVJPRn2ockZO3uP.jpg","null","1020000","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","1939","tt0037008","en","Laura","A police detective falls in love with the woman whose murder he's investigating.","8.682","/utpUn9TdBIx6x2QX91YhYzFZxg1.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1944-10-11","2000000","88","[{'iso_639_1':'en','name':'English'}]","Released","The story of a love that became the most fearful thing that ever happened to a woman!","Laura","false","7.7","294" +"false","/ihEhIKWqVUCWvtvGf7u7IKUMdfm.jpg","null","43000000","[{'id':18,'name':'Drama'}]","","711","tt0181536","en","Finding Forrester","Gus Van Sant tells the story of a young African American man named Jamal who confronts his talents while living on the streets of the Bronx. He accidentally runs into an old writer named Forrester who discovers his passion for writing. With help from his new mentor Jamal receives a scholarship to a private school.","9.64","/heHi6n68fDiQoUc7SMletM9Adjz.jpg","[{'id':415,'logo_path':null,'name':'Laurence Mark Productions','origin_country':''},{'id':50830,'logo_path':null,'name':'Finding Forrester Productions','origin_country':''},{'id':414,'logo_path':null,'name':'Fountainbridge Films','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-12-21","80049764","136","[{'iso_639_1':'en','name':'English'}]","Released","In an ordinary place, he found the one person to make his life extraordinary.","Finding Forrester","false","7.1","512" +"false","/9naXFKo6SYlWFG4rKbTCSjXvPsP.jpg","null","19000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","514619","tt8097306","en","Nobody's Fool","A woman who gets released from prison and reunites with her sister, who discovers she is in an online relationship with a man that may be ""catfishing"" her.","7.639","/2VTHRTwLlnFDlNUxc8MEeFwCQTm.jpg","[{'id':3096,'logo_path':'/fkZTZ4veYYr3lwr2riVrVAOfeqD.png','name':'Tyler Perry Studios','origin_country':'US'},{'id':96540,'logo_path':'/AgYjTNeIKOh0yvegPLSjq8EOsif.png','name':'Paramount Players','origin_country':'US'},{'id':114117,'logo_path':null,'name':'BET Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-11-02","29152618","110","[{'iso_639_1':'en','name':'English'}]","Released","She shows up. Everything blows up.","Nobody's Fool","false","5.9","78" +"false","/vmLDDBvF022Scen7jF0nN8uIlEe.jpg","null","0","[{'id':18,'name':'Drama'}]","","491472","tt6938828","en","At Eternity's Gate","Famed but tormented artist Vincent van Gogh spends his final years in Arles, France, painting masterworks of the natural world that surrounds him.","17.879","/7rUnZrcSyfwfloeI5aoccztSLSg.jpg","[{'id':78780,'logo_path':'/53Dcwrv1Pd296sN2yLZsgAdrIrX.png','name':'Iconoclast','origin_country':'FR'},{'id':76314,'logo_path':'/oFiHo3350Nj7bi6oxYMq3Kp6VGC.png','name':'Riverstone Pictures','origin_country':''},{'id':104907,'logo_path':null,'name':'Rahway Road Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'CH','name':'Switzerland'}]","2018-11-15","0","111","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","At Eternity's Gate","false","6.8","393" +"false","/pzusT5oNjM9oP4dVZJOt2xZ60qZ.jpg","null","1000000","[{'id':18,'name':'Drama'},{'id':37,'name':'Western'}]","","49600","tt0067327","en","The Last Movie","A film shoot in Peru goes badly wrong when an actor is killed in a stunt, and the unit wrangler, Kansas, decides to give up film-making and stay on in the village, shacking up with local prostitute Maria. But his dreams of an unspoiled existence are interrupted when the local priest asks him to help stop the villagers killing each other by re-enacting scenes from the film for real because they don't understand movie fakery...","1.895","/79F6UUvfQCxgfT51tt5MXYh9Pwy.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","1971-09-29","0","108","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Compared to this, every movie you've seen is just a film. This is cinema. From beginning... To end...","The Last Movie","false","5.2","13" +"false","/oATWFtfvTPpqRTKwDlNbCPh9GtC.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","7548","tt0375920","en","The Libertine","The story of John Wilmot, a.k.a. the Earl of Rochester, a 17th century poet who famously drank and debauched his way to an early grave, only to earn posthumous critical acclaim for his life's work.","6.523","/a0gI62QrqJ7PjTsUhJlEsWOPHeU.jpg","[{'id':2267,'logo_path':null,'name':'First Choice Films','origin_country':''},{'id':2268,'logo_path':'/wgDks2qYgwN6u1OkW1bBre0rf4F.png','name':'Isle of Man Film','origin_country':'GB'},{'id':2130,'logo_path':'/g0lqeY2FvhzXcOI6z8RVXbORRUY.png','name':'Mr. Mudd Production','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2004-09-16","0","114","[{'iso_639_1':'en','name':'English'}]","Released","He didn't resist temptation. He pursued it.","The Libertine","false","5.9","230" +"false","/p9oT5AWR4loG27FLVMSzYDhoHA9.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'}]","","11787","tt0042546","en","Harvey","The classic stage hit gets the Hollywood treatment in the story of Elwood P. Dowd who makes friends with a spirit taking the form of a human-sized rabbit named Harvey that only he sees (and a few privileged others on occasion also.) After his sister tries to commit him to a mental institution, a comedy of errors ensues. Elwood and Harvey become the catalysts for a family mending its wounds and for romance blossoming in unexpected places.","5.963","/dgd82hYmpiXDM1G867HqNaWe8wj.jpg","[{'id':10330,'logo_path':'/nY62adzeba5GVK8LJYD6yd9R8H4.png','name':'Universal International Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1950-10-13","0","104","[{'iso_639_1':'en','name':'English'}]","Released","The Wonderful Pulitzer Prize Play... becomes one of the Great Motion Pictures of our Time!","Harvey","false","7.8","267" +"false","/mI9POWphsAFKECJ4GQ3jNaLStEq.jpg","null","25000000","[{'id':18,'name':'Drama'}]","","17707","tt0120620","en","Brokedown Palace","Best friends Alice and Darlene take a trip to Thailand after graduating high school. In Thailand, they meet a captivating Australian man, who calls himself Nick Parks. Darlene is particularly smitten with Nick and convinces Alice to take Nick up on his offer to treat the two of them to what amounts to a day trip to Hong Kong. In the airport, the girls are seized by the police and shocked to discover that one of their bags contains heroin.","6.153","/q429dpKlVP8uTrWJ7Tq9UFEQ8ww.jpg","[{'id':81140,'logo_path':null,'name':'Two Girls Productions','origin_country':''},{'id':711,'logo_path':'/tEiIH5QesdheJmDAqQwvtN60727.png','name':'Fox 2000 Pictures','origin_country':'US'},{'id':3334,'logo_path':null,'name':'Adam Fields Productions','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-08-13","13000000","100","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'th','name':'?????????????????????'}]","Released","Their graduation present was a trip to paradise, but they never thought they would land in hell.","Brokedown Palace","false","6.4","172" +"false","/prq0m9nCQXRc9osOeg1zGdufx1B.jpg","null","6400000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","5143","tt0091167","en","Hannah and Her Sisters","Between two Thanksgivings, Hannah's husband falls in love with her sister Lee, while her hypochondriac ex-husband rekindles his relationship with her sister Holly.","7.913","/dFq98GFwGBS7DF5XihdcR1kMN4G.jpg","[{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1986-02-07","40084041","107","[{'iso_639_1':'en','name':'English'}]","Released","","Hannah and Her Sisters","false","7.6","409" +"false","/n9DOnCfL1TikPCkohQPHliRHYlM.jpg","null","1200000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","343","tt0067185","en","Harold and Maude","The young Harold lives in his own world of suicide-attempts and funeral visits to avoid the misery of his current family and home environment. Harold meets an 80-year-old woman named Maude who also lives in her own world yet one in which she is having the time of her life. When the two opposites meet they realize that their differences don???t matter and they become best friends and love each other.","7.051","/xqay68babjK46U9WBFD2TmtnGcx.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1971-12-20","0","91","[{'iso_639_1':'en','name':'English'}]","Released","They were meant to be. But exactly what they were meant to be is not quite clear.","Harold and Maude","false","7.7","453" +"false","/f5tD3Kye8QQYp5l3CTLKkrTBU1u.jpg","null","0","[{'id':18,'name':'Drama'}]","","413667","tt5643398","es","La noche","Martin moves around Buenos Aires at night, picking up guys, going to clubs, scoring drugs and having sex. Sometimes he???s paying and sometimes his trans sex-worker friend or another woman takes him along for a threesome.","0.64","/3etDQJYTGs02l6FqyjOs2sBz9v4.jpg","[]","[{'iso_3166_1':'AR','name':'Argentina'}]","2016-04-18","0","135","[{'iso_639_1':'es','name':'Espa??ol'}]","Released","","The Night","false","5","1" +"false","/dqUw5SO18T8qFs8A0NVq85M5Of3.jpg","{'id':10893,'name':'Critters Collection','poster_path':'/rWZytVHeFsADHeuoPCIf4c7Qepb.jpg','backdrop_path':'/9K0ycQWRv4vSL1oM8y7dOXwFpy6.jpg'}","2000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","3980","tt0090887","en","Critters","A massive ball of furry creatures from another world eat their way through a small mid-western town followed by intergalactic bounty hunters opposed only by militant townspeople.","7.204","/zLL6nX13AfigvvNQ9GyNXhKVrmg.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':1531,'logo_path':null,'name':'Smart Egg Pictures','origin_country':'GB'},{'id':1532,'logo_path':null,'name':'Sho Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1986-04-11","13167232","82","[{'iso_639_1':'en','name':'English'}]","Released","They eat so fast, you don't have time to scream.","Critters","false","6","358" +"false","/vT2rEtt3kK2Vo6v5yXYd2y3dk14.jpg","null","0","[{'id':28,'name':'Action'}]","","481203","tt6012244","en","All the Devil's Men","A battle-scarred War on Terror bounty hunter is forced to go to London on a manhunt for a disavowed CIA operative, which leads him into a deadly running battle with a former military comrade and his private army.","5.427","/pnlwh6CBBq5jB7G7OVxDsfz1b9v.jpg","[{'id':25954,'logo_path':null,'name':'Metrol Technology','origin_country':'GB'},{'id':36988,'logo_path':null,'name':'Big Book Media','origin_country':''},{'id':75357,'logo_path':'/zXT1JFP82YL245wlLpauAJDZA25.png','name':'BondIt','origin_country':'US'},{'id':77636,'logo_path':null,'name':'GFM films','origin_country':''},{'id':51864,'logo_path':null,'name':'H Films','origin_country':''},{'id':5056,'logo_path':'/kADFcjL04xe5HGBnlLjbfhliS2a.png','name':'Head Gear Films','origin_country':'GB'},{'id':105583,'logo_path':null,'name':'West London Film Studios','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-05-12","0","99","[{'iso_639_1':'en','name':'English'}]","Released","The world is a battlefield","All the Devil's Men","false","5","25" +"false","/3PTJ2vJQtzqVosCXEPqhHHRa0uS.jpg","{'id':3167,'name':'Ace Ventura Collection','poster_path':'/qCxH543pScFed1CycwJ1nVgrkOc.jpg','backdrop_path':'/aPoX8RAxA9J2XW44Ud0AozTUFop.jpg'}","7500000","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","15338","tt0844029","en","Ace Ventura Jr: Pet Detective","""I will try to be normal"" 12-year-old Ace Ventura Jr. promises. Thats cool, except whats normal for him is finding missing mutts, kidnapped kitties or gone gators and creating hilarious chaos every step of the way.","4.419","/7PO7jnvjwjS33Gt2lqh4HAMhmPY.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-03-03","0","93","[{'iso_639_1':'en','name':'English'}]","Released","","Ace Ventura Jr: Pet Detective","false","2.8","85" +"false","/v8XCr8IeDmIeRT6sRlESCYuOPyG.jpg","null","0","[{'id':99,'name':'Documentary'}]","","499555","tt7966920","fr","L'empire de la perfection","An immersive film essay on tennis legend John McEnroe at the height of his career as the world champion, documenting his strive for perfection, frustrations, and the hardest loss of his career at the 1984 Roland-Garros French Open.","3.175","/eV7MbAukcOufbV9ZP4zsguFuhTq.jpg","[{'id':7955,'logo_path':null,'name':'UFO','origin_country':''},{'id':4748,'logo_path':'/bTMeosrSiKaTPmZiTYnSDZlin5d.png','name':'Oscilloscope','origin_country':'US'}]","[{'iso_3166_1':'FR','name':'France'}]","2018-07-11","0","95","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Cinema lies. Sport does not.","John McEnroe: In the Realm of Perfection","false","7.3","3" +"false","/juED4aidwtImdIQLXrRpuSNtwNE.jpg","null","1380000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","69069","tt0077318","en","The Chant of Jimmie Blacksmith","The true story of a part aboriginal man who finds the pressure of adapting to white culture intolerable, and as a result snaps in a violent and horrific manner.","1.998","/zaPEZHV63KHo5GSq8qW5IDSWhX1.jpg","[{'id':22046,'logo_path':null,'name':'Victorian Film','origin_country':''},{'id':34341,'logo_path':null,'name':'The Film House','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","1978-06-21","0","113","[{'iso_639_1':'en','name':'English'}]","Released","The chant of the underdog","The Chant of Jimmie Blacksmith","false","6.9","15" +"false","/tVAP7T247u84trqj31ET639LD1Y.jpg","null","6500000","[{'id':18,'name':'Drama'}]","","925","tt0097216","en","Do the Right Thing","On the hottest day of the year on a street in the Bedford-Stuyvesant section of Brooklyn, everyone's hate and bigotry smolders and builds until it explodes into violence.","9.239","/63rmSDPahrH7C1gEFYzRuIBAN9W.jpg","[{'id':4319,'logo_path':null,'name':'40 Acres & A Mule Filmworks','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-06-14","37295445","120","[{'iso_639_1':'en','name':'English'}]","Released","It's the hottest day of the summer. You can do nothing, you can do something, or you can...","Do the Right Thing","false","7.8","577" +"false","/6d727J0fUhCa7WBwFkT5CNSPBht.jpg","null","175000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","https://thechallengerdisaster.com/","577826","tt7783966","en","The Challenger Disaster","On the eve of the Challenger explosion in 1986 one engineer goes to the extreme to stop the launch. This hot-headed engineer makes a desperate race against the clock to call off the billion dollar multi-delayed Challenger launch, convinced the O-ring seals will fail and kill everyone on board. The Company, Marshall Space Flight and NASA made a business decision. He made a human decision.","3.37","/a8ZsRlj8t60r03MFvzOba38SgZP.jpg","[{'id':114018,'logo_path':null,'name':'Vision Makers','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-01-25","0","98","[{'iso_639_1':'en','name':'English'}]","Released","The most tragic disaster in American space history...and they saw it coming","The Challenger Disaster","false","3.3","4" +"false","/sUnAK6VaypBQAMrYa9XU8tGcp9X.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","480923","tt5265898","en","Dead Ant","When the 1989 ""one-hit-wonder"" glam-metal band ""Sonic Grave"" embark on a trip to Coachella in hopes of a comeback, their peyote trip pit stop in Joshua Tree incites an ""unworldly"" viscous attack, and they must ""rock"" themselves out of harms way.","3.021","/2NoqvEpApbcnSWFpbHAswOYufSQ.jpg","[{'id':65834,'logo_path':null,'name':'August Heart Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-10-10","0","87","[{'iso_639_1':'en','name':'English'}]","Released","","Dead Ant","false","6","5" +"false","/b6VJT1EuQtmJm4JpkLhK62dPQmB.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","https://themergerfilm.com","507660","tt7891470","en","The Merger","A country football coach who has a plan to rebuild the local football team by recruiting recently settled asylum seekers.","2.377","/v1bCOU6touQ4qWidGGD8LtqwiBW.jpg","[{'id':101417,'logo_path':null,'name':'Crow Crow Productions','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2018-08-30","0","103","[{'iso_639_1':'en','name':'English'}]","Released","If they can play they can stay","The Merger","false","5.4","5" +"false","/nQJAoTfubewEhITaf06EBlaJnHu.jpg","null","750000","[{'id':99,'name':'Documentary'}]","","555530","tt9135854","en","Take the Ball, Pass the Ball","For four explosive years Pep Guardiola???s Bar??a produced the greatest football in history, seducing fans around the world.","3.852","/8B8mP53hPGPRCbFm72hcg1wz0RM.jpg","[{'id':111594,'logo_path':null,'name':'Zoomsport International','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':11564,'logo_path':null,'name':'Versus Entertainment','origin_country':''}]","[{'iso_3166_1':'ES','name':'Spain'}]","2018-11-07","0","107","[{'iso_639_1':'sa','name':''},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","","Take the Ball, Pass the Ball","false","7.9","18" +"false","/8lx2nHKVpjQqq7xWtC5gvH0AbK8.jpg","null","0","[]","https://www.itv.com/hub/pothole-wars/2a6089a0001","578910","tt9630196","en","Pothole Wars","Documentary on the challenges and various remedies for potholes in U.K. roads. But it probably applies to paved roads anywhere.","0.629","/7ojJswlbtELASHABWx277SSYFdR.jpg","[]","[]","2019-01-15","0","60","[]","Released","","Pothole Wars","false","0","0" +"false","/toTfiaJqTn3sJENPEkAeRCLMpIa.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':10749,'name':'Romance'}]","","486011","tt7441032","en","Like.Share.Follow.","Garrett is a rising YouTube star. Shell is a deeply emotional fan. When they begin a romantic relationship, he's forced to question whether opening your life to strangers online is an invitation to community and rescue... or to stalking, obsession and madness.","5.319","/eKNTz46POFW5tDh74oLj0lLkxaM.jpg","[{'id':3172,'logo_path':'/kDedjRZwO8uyFhuHamomOhN6fzG.png','name':'Blumhouse Productions','origin_country':'US'},{'id':99208,'logo_path':null,'name':'Studio Unknown','origin_country':''},{'id':89115,'logo_path':'/zQwTHJVIruUlGsa7zIdfXuSm9GG.png','name':'Divide / Conquer','origin_country':'US'},{'id':114062,'logo_path':null,'name':'Seer Capital','origin_country':''},{'id':96654,'logo_path':'/r76unvd8wmHNKhII3HjcxRxiCW5.png','name':'Gunpowder & Sky','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-10-31","0","97","[{'iso_639_1':'en','name':'English'}]","Released","","Like.Share.Follow.","false","5.3","61" +"false","/8pXUXMe1LFXvpPFb5CaObacDN9J.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","https://www.netflix.com/title/80100937","425591","tt5710514","en","I Don't Feel at Home in This World Anymore","When a depressed woman is burglarized, she finds a new sense of purpose by tracking down the thieves alongside her obnoxious neighbor. But they soon find themselves dangerously out of their depth against a pack of degenerate criminals.","5.135","/1stdUlXBc3nxqhdWvZ6wWWEbCQW.jpg","[{'id':12142,'logo_path':'/rPnEeMwxjI6rYMGqkWqIWwIJXxi.png','name':'XYZ Films','origin_country':'US'},{'id':1976,'logo_path':'/vuNHAl3LpcNtjtRx8Ml4gpUMO2G.png','name':'filmscience','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-01-19","0","96","[{'iso_639_1':'en','name':'English'}]","Released","","I Don't Feel at Home in This World Anymore","false","6.6","556" +"false","/z6j7McR1TmRIIF9IP8Vv4ndzsvI.jpg","null","2000000","[{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","","18228","tt0054692","en","Blue Hawaii","Chad Gates has just gotten out of the Army, and is happy to be back in Hawaii with his surf-board, his beach buddies, and his girlfriend.","2.764","/nuJ25yTcQwtiHlhjRSmrgGkhwCg.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':3468,'logo_path':null,'name':'Hal Wallis Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1961-11-22","0","102","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'hu','name':'Magyar'},{'iso_639_1':'en','name':'English'}]","Released","Ecstatic romance... Exotic Dances... Exciting music IN THE WORLD'S LUSHEST PARADISE OF SONG!","Blue Hawaii","false","5.5","49" +"false","/wgjArGrch7ezI5hGjaB1oj2yb2C.jpg","null","6000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","1725","tt0055614","en","West Side Story","In the slums of the upper West Side of Manhattan, New York, a gang of Polish-American teenagers called the Jets compete with a rival gang of recently immigrated Puerto Ricans, the Sharks, to ""own"" the neighborhood streets. Tensions are high between the gangs but two kids, one from each rival gang, fall in love leading to tragedy.","10.905","/zRQhCSREdR9h4OzEVvwhdlZNZ6m.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':90571,'logo_path':null,'name':'Mirisch Pictures','origin_country':''},{'id':516,'logo_path':null,'name':'Seven Arts Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1961-10-18","43656822","152","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","The screen achieves one of the great entertainments in the history of motion pictures","West Side Story","false","7.3","780" +"false","/hzlC9AfRXqrmAYlNNzsWvAi7plj.jpg","null","500000","[{'id':878,'name':'Science Fiction'}]","http://newsite.theasylum.cc/index.php/titles/detail?id=c86a35fe-ffad-e711-9448-0ad9f5e1f797","573641","tt9341628","en","End of the World","As mass of solar storms causes tsunamis, volcanoes, and flooding, a city-dwelling family attempts to flee to the relative safety of a group of high-elevation caves several miles away.","4.275","/s1AplbhKNoQT7A5VZwegMfftNfe.jpg","[{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-12-20","0","88","[{'iso_639_1':'en','name':'English'}]","Released","We knew this day would come","End of the World 2018","false","4.5","7" +"false","/2MIC5z2xnwdJXIAoWpyoqy3nZbF.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","10231","tt0048091","en","Foxfire","A part-Indian mining engineer looks for gold in an Arizona ghost town with his socialite bride.","1.234","/l7ot1HJjHRGdwPJdXqUz1vRELJl.jpg","[{'id':10330,'logo_path':'/nY62adzeba5GVK8LJYD6yd9R8H4.png','name':'Universal International Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1955-07-12","0","87","[{'iso_639_1':'en','name':'English'}]","Released","Jane's got Jeff!","Foxfire","false","6","3" +"false","","null","0","[{'id':10770,'name':'TV Movie'},{'id':18,'name':'Drama'}]","","212067","tt0463996","en","For One Night","Their town always had two proms, one for the whites and one for the blacks. When both proms wanted the same DJ, Brianna McCallister suggested combining the proms, which would also mean more money for decorations. However, her idea shook the town up, especially after a white student was let off for the same offense that a black student was suspended for. Can the town overcome racial tensions and finally combine the two proms?","0.6","/7M5B44CIWdHqVd4DZhQ9qpjXUNf.jpg","[{'id':3431,'logo_path':'/6LVLYfZAEQfhJey0MGvhFXdDEK1.png','name':'Lifetime','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-02-05","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","For One Night","false","6.7","3" +"false","","null","0","[{'id':18,'name':'Drama'},{'id':10770,'name':'TV Movie'},{'id':9648,'name':'Mystery'}]","","141977","tt1735181","en","Concrete Canyons","A sheriff searches for his son, accused of murder and on the run.","0.904","/fsKDuArFVbZOElgMxWayKAdiN9X.jpg","[{'id':3958,'logo_path':null,'name':'Front Street Pictures','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2010-09-05","0","120","[]","Released","","Concrete Canyons","false","4.5","2" +"false","/9O9gzmikYAR2WDisX4oiDkV4Qdd.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","577489","tt7954694","en","Char Man","Two friends visit fire-ravaged Ojai, California, intent on making a fake documentary about the infamous Ojai Vampire. However, things take a bizarre and frightening turn when they learn about a different local legend: The Char Man.","2.945","/8uBBQivL4JW9e5XNkr6A2maUlCS.jpg","[{'id':114111,'logo_path':null,'name':'GK & K Productions','origin_country':''},{'id':114112,'logo_path':null,'name':'MRP Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-01-22","0","85","[{'iso_639_1':'en','name':'English'}]","Released","They went looking for a legend...and found a nightmare.","Char Man","false","3","3" +"false","/p2d3JM5Mg8PuloYVMHUPow8Lk2r.jpg","null","0","[{'id':37,'name':'Western'}]","","128437","tt0057905","en","Bullet for a Badman","Former Texas Rangers Sam Ward and Logan Keliher become enemies when Sam turns bank robber and Logan marries Sam's ex-wife.","1.951","/yxaOmV3J2dpY7aDcOhExSsrwPus.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1964-09-01","0","80","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Bullet for a Badman","false","5.1","8" +"false","/ySo8xzNa2rWZ9gz9JigHnzM8AHj.jpg","null","0","[{'id':37,'name':'Western'}]","","396599","tt0032232","en","Bad Man from Red Butte","A cowboy arrives in a town, and is immediately mistaken for his twin brother who is wanted for murder.","0.958","/w01fCfDS8mnjwLgnb3EpzqpQkIQ.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1940-06-01","0","58","[{'iso_639_1':'en','name':'English'}]","Released","Fighting Fury! Six-guns blasting fiery death as a buckaroo tackles the boss of the badlands!","Bad Man from Red Butte","false","0","0" +"false","/oMLDt8NnjhGwLkRJHnwY2pyhNeB.jpg","null","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':37,'name':'Western'},{'id':53,'name':'Thriller'}]","","63374","tt1001491","en","Avenging Angel","A preacher (Sorbo) becomes a bounty hunter after a group of refugees seeking shelter in his church is murdered by a gang of ruthless outlaws.","0.897","/fUdqw8X0HcxnAsiKmZ0FII2wtg3.jpg","[{'id':34836,'logo_path':null,'name':'Rhino Entertainment','origin_country':''},{'id':3693,'logo_path':null,'name':'Alpine Medien Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-07-07","0","","[{'iso_639_1':'en','name':'English'}]","Released","","Avenging Angel","false","5","4" +"false","/33OQFnZPbK9RfoVeZOtwJ9CcgFj.jpg","null","0","[{'id':28,'name':'Action'},{'id':10402,'name':'Music'},{'id':37,'name':'Western'}]","","416196","tt0036232","en","The Old Chisholm Trail","Dusty Gardner, and other Texas ranchers, are driving a herd of cattle to Abilene, Kansas along the Chisholm Trail. Desperate need of water takes them to the Turner ranch, where Belle Turner demands exorbitant prices for the water. Dusty learns that Belle is also trying to oust Mary Lee and Montana Smith from the trading post Mary operates. The sheriff sides with Belle following a fight between the two women. Belle knows there is artesian springs under the land the trading post occupies and intends to get the property by any means.","1.102","/bJcL6nBngLo0cXpECjFfZNYGzJ2.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1942-12-11","0","61","[{'iso_639_1':'en','name':'English'}]","Released","Renegade Ranchers! Rustlers!... A Stampede of Roaring Action... as Johnny and Tex crack down on ruthless range racketeers!","The Old Chisholm Trail","false","0","0" +"false","/cPUHUbBe5tRESdo5ZTbW4WpECn2.jpg","null","0","[{'id':28,'name':'Action'},{'id':10402,'name':'Music'},{'id':37,'name':'Western'}]","","113208","tt0035376","en","Stagecoach Buckaroo","Saved from a lynching party when Molly Denton (Nell O'Day) and Nina Kincaid (Anne Nagel) bring proof of mistaken identity, roving cowpuncher Steve Hardin (Johnny Mack Brown) is offered a job as a stagecoach guard by Molly's father Joseph Denton (Henry Hall). When Denton is ambushed and killed in an attempt to get a gold shipment through to the next town, Steve signs on himself and his sidekick, Clem Clemmons (Fuzzy Knight), as driver and guard for the stage line.","1.182","/7SqD6Q4hprapSDId3tCv7FjfLzz.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1942-02-13","0","58","[{'iso_639_1':'en','name':'English'}]","Released","SIX-GUNS ROAR! as leaden law rules the roads!","Stagecoach Buckaroo","false","5","1" +"false","/h9L4jKxkjCdsFDIRuJ9lKXzvmxh.jpg","null","0","[{'id':37,'name':'Western'}]","","442547","tt0036290","en","Raiders of San Joaquin","In this western, two cowboys ride to the rescue of ranchers who are fighting to keep a land-grabber from taking their land and selling it to the railroad","1.045","/gjMUrBWkfDKbagx8GINO6yYPhIr.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1943-05-01","0","59","[]","Released","OUT WHERE HANGIN' TAKES TOO LONG...AND A BULLET SPEEDS THE WORK!","Raiders of San Joaquin","false","6","1" +"false","/1ZllVKp4T0RhLc1seM8szEBTN1a.jpg","null","0","[{'id':10402,'name':'Music'},{'id':37,'name':'Western'}]","","337268","tt0037146","fr","Oklahoma Raiders","In this western, two cowboys go to buy fresh horses for the cavalry and end up taking on two badguys and a female vigilante.","0.904","/pcNUNtIiVrV9g0oRxstgg9GlMwy.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1944-03-17","0","57","[{'iso_639_1':'en','name':'English'}]","Released","WHEN ""HORSE-THIEF"" MEANT LYNCHING...and a horse-pistol was law!","Oklahoma Raiders","false","6","1" +"false","/1YC2qHaU5Fm8CKnkNk6mmSOuoim.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':37,'name':'Western'}]","","145966","tt0060537","en","Incident at Phantom Hill","At the end of the Civil War, a major shipment of gold has been stolen and buried in the desert. Only one man knows the whereabouts of gold and the army sends captain Matt Martin to arrest him and come back with the gold. Martin, his prisoner and a handful of men enter Indian territory in search of the precious cargo. The Apaches, outlaws and storms will make it not too easy.","1.103","/deKOi8XbGLQGzGjoRYWqKIstumq.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1966-07-01","0","88","[{'iso_639_1':'en','name':'English'}]","Released","A million dollars in gold waits for 2 desperate men and a blonde wildcat !","Incident at Phantom Hill","false","4.4","5" +"false","/aqlAJ6UKHyCMak6guV0QTOwm7Ud.jpg","null","0","[{'id':37,'name':'Western'}]","","252624","tt0129982","en","Hands Across the Rockies","Wild Bill Hickock (Bill Elliott) and Cannonball (Dub Taylor) help two young people in love (Mary Daily and Stanley Brown) and bring the murderer (Kenneth MacDonald) of Cannonball's father to justice.","0.6","/5nQfKn33B10XnacWWVt1INSPSzf.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1941-06-19","0","56","[{'iso_639_1':'en','name':'English'}]","Released","Action roars across the screen...in ""Wild Bill's"" biggest thriller!","Hands Across the Rockies","false","0","0" +"false","","null","0","[{'id':37,'name':'Western'}]","","141666","tt0061738","en","Gunfight in Abilene","Fighting in the Civil War a man accidently kills his friend. Returning to Abilene after the war he finds his former sweetheart about to marry the brother of the man he killed. To pay his debt he not only refuses to win her back but takes the job of Sheriff, a job he doesn't want, when the brother asks him. Still haunted by the killing he refuses to carry a gun. But there is trouble between the ranchers and the farmers and when he finds the brother murdered he straps on a gun and heads after the killer.","0.6","/z5C30PhewJDjGxd831MesC65eg8.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1967-02-03","0","86","[{'iso_639_1':'en','name':'English'}]","Released","","Gunfight in Abilene","false","4.7","3" +"false","/ythMh6ojfm9Y9d18QqI0i0LB3FB.jpg","null","0","[{'id':10770,'name':'TV Movie'},{'id':35,'name':'Comedy'}]","","252941","tt0068639","en","Gidget Gets Married","Gidget finally gets married and rebels against the social caste system in her new husband's company.","0.661","/clwaQmNeV9DkepMYmZmMxqpBC52.jpg","[{'id':12551,'logo_path':null,'name':'Screen Gems Television','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1972-01-05","0","73","[{'iso_639_1':'en','name':'English'}]","Released","","Gidget Gets Married","false","5","1" +"false","/ecJQ5cQ7DU8dSU9X4yzrqTRig7A.jpg","null","12000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","31246","tt0339034","en","From Justin to Kelly","A lonely, sexually repressed man. A depressed woman. A summer camp. On this fateful night, they will meet .??.??. and their hearts will become one.","2.967","/k4L6ZY47xzrlNwUSuoXkElWZiCJ.jpg","[{'id':20877,'logo_path':null,'name':'19 Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-06-20","4922166","90","[{'iso_639_1':'en','name':'English'}]","Released","The tale of two American Idols.","From Justin to Kelly","false","2.8","42" +"false","/9TnerfVXCG5LpSi3V4trF3zxoqO.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","11898","tt0041546","en","Kind Hearts and Coronets","When his mother eloped with an Italian opera singer, Louis Mazzini was cut off from her aristocratic family. After the family refuses to let her be buried in the family mausoleum, Louis avenges his mother's death by attempting to murder every family member who stands between himself and the family fortune. But when he finds himself torn between his longtime love and the widow of one of his victims, his plans go awry.","9.054","/wdGKEzGvkfbV3DhX7ept7Wmm3K6.jpg","[{'id':2650,'logo_path':null,'name':'Ealing Studios','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1949-01-01","0","104","[{'iso_639_1':'en','name':'English'}]","Released","A hilarious study in the gentle art of murder.","Kind Hearts and Coronets","false","7.8","183" +"false","/8lx2nHKVpjQqq7xWtC5gvH0AbK8.jpg","null","0","[]","https://www.itv.com/hub/pothole-wars/2a6089a0001","578910","tt9630196","en","Pothole Wars","Documentary on the challenges and various remedies for potholes in U.K. roads. But it probably applies to paved roads anywhere.","0.629","/7ojJswlbtELASHABWx277SSYFdR.jpg","[]","[]","2019-01-15","0","60","[]","Released","","Pothole Wars","false","0","0" +"false","/toTfiaJqTn3sJENPEkAeRCLMpIa.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':10749,'name':'Romance'}]","","486011","tt7441032","en","Like.Share.Follow.","Garrett is a rising YouTube star. Shell is a deeply emotional fan. When they begin a romantic relationship, he's forced to question whether opening your life to strangers online is an invitation to community and rescue... or to stalking, obsession and madness.","5.319","/eKNTz46POFW5tDh74oLj0lLkxaM.jpg","[{'id':3172,'logo_path':'/kDedjRZwO8uyFhuHamomOhN6fzG.png','name':'Blumhouse Productions','origin_country':'US'},{'id':99208,'logo_path':null,'name':'Studio Unknown','origin_country':''},{'id':89115,'logo_path':'/zQwTHJVIruUlGsa7zIdfXuSm9GG.png','name':'Divide / Conquer','origin_country':'US'},{'id':114062,'logo_path':null,'name':'Seer Capital','origin_country':''},{'id':96654,'logo_path':'/r76unvd8wmHNKhII3HjcxRxiCW5.png','name':'Gunpowder & Sky','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-10-31","0","97","[{'iso_639_1':'en','name':'English'}]","Released","","Like.Share.Follow.","false","5.3","61" +"false","/8pXUXMe1LFXvpPFb5CaObacDN9J.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","https://www.netflix.com/title/80100937","425591","tt5710514","en","I Don't Feel at Home in This World Anymore","When a depressed woman is burglarized, she finds a new sense of purpose by tracking down the thieves alongside her obnoxious neighbor. But they soon find themselves dangerously out of their depth against a pack of degenerate criminals.","5.135","/1stdUlXBc3nxqhdWvZ6wWWEbCQW.jpg","[{'id':12142,'logo_path':'/rPnEeMwxjI6rYMGqkWqIWwIJXxi.png','name':'XYZ Films','origin_country':'US'},{'id':1976,'logo_path':'/vuNHAl3LpcNtjtRx8Ml4gpUMO2G.png','name':'filmscience','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-01-19","0","96","[{'iso_639_1':'en','name':'English'}]","Released","","I Don't Feel at Home in This World Anymore","false","6.6","556" +"false","/tlef3Dp0bBefRrydyxje1ceBFUh.jpg","null","4000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","","547654","tt7725596","hi","???????????? ??????","A 25-year-old man tries to suppress his embarrassment when his mother announces that she is pregnant.","3.822","/pTzne0nDfw1IQ1ragMwWgVhuo4b.jpg","[{'id':63187,'logo_path':null,'name':'Junglee Pictures','origin_country':'IN'},{'id':79754,'logo_path':null,'name':'Chrome Star Pictures','origin_country':''}]","[{'iso_3166_1':'IN','name':'India'}]","2018-10-19","39000000","125","[{'iso_639_1':'hi','name':'??????????????????'}]","Released","","Badhaai Ho","false","7","30" +"false","/73aKTjdQ46jpv3InqNVnV76Nl0K.jpg","null","0","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","534780","tt8108198","hi","?????????????????????","A series of mysterious events changes the life of a blind pianist who now must report a crime that was actually never witnessed by him.","11.01","/dy3K6hNvwE05siGgiLJcEiwgpdO.jpg","[{'id':6808,'logo_path':'/xa1Yz7B5eRC2F9oHA6mDn8NE6ci.png','name':'Viacom 18 Motion Pictures','origin_country':'IN'},{'id':115954,'logo_path':'/xjXd4fVh3nAp3fi0cJgjfAQ1yBt.png','name':'Matchbox Pictures','origin_country':'IN'}]","[{'iso_3166_1':'IN','name':'India'}]","2018-10-05","0","139","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'hi','name':'??????????????????'}]","Released","","Andhadhun","false","8","79" +"false","/pDerEEqnPo1YZEhen0PwJ9tqcHb.jpg","{'id':476054,'name':'The Hitcher Collection','poster_path':'/yfC0YK6j7g8PNRYSWC0928Mak3u.jpg','backdrop_path':'/lyZWcLYvqRbo4emD8mQpBIirtBr.jpg'}","6000000","[{'id':27,'name':'Horror'}]","","9542","tt0091209","en","The Hitcher","A young man who escaped the clutches of a murderous hitch-hiker is subsequently stalked, framed for the hitcher's crimes, and has his life made into hell by the same man he escaped.","8.479","/pdPKlwAOX66Zqktp1amFooovAjT.jpg","[{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'},{'id':514,'logo_path':null,'name':'Silver Screen Partners','origin_country':''},{'id':7429,'logo_path':'/6in9uMqxXEHx5XgYgkeRBpZ4rPw.png','name':'HBO Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1986-02-21","5844868","97","[{'iso_639_1':'en','name':'English'}]","Released","The terror starts the moment he stops.","The Hitcher","false","7","330" +"false","/rGWzox5V7dv6KE1gYlZAZ2sUvKJ.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","16642","tt0077405","en","Days of Heaven","In 1910, a Chicago steel worker accidentally kills his supervisor and flees to the Texas panhandle with his girlfriend and little sister to work harvesting wheat in the fields of a stoic farmer. A love triangle, a swarm of locusts, a hellish fire???Malick captures it all with dreamlike authenticity, creating at once a timeless American idyll and a gritty evocation of turn-of-the-century labor.","6.263","/rjw7tQbiBnbIeufyEt02oVickDM.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1978-09-13","0","94","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","Your eyes... Your ears... Your senses... will be overwhelmed.","Days of Heaven","false","7.7","384" +"false","/5k89pUmFMZ82yPiL7bqxaFiDqaa.jpg","null","12800000","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'},{'id':10402,'name':'Music'}]","","16","tt0168629","en","Dancer in the Dark","Selma, a Czech immigrant on the verge of blindness, struggles to make ends meet for herself and her son, who has inherited the same genetic disorder and will suffer the same fate without an expensive operation. When life gets too difficult, Selma learns to cope through her love of musicals, escaping life's troubles - even if just for a moment - by dreaming up little numbers to the rhythmic beats of her surroundings.","9.349","/7xizDTz4Yj4IYm2ud4f6EfEXe5H.jpg","[{'id':53671,'logo_path':null,'name':'Lantia Cinema & Audiovisivi','origin_country':''},{'id':8,'logo_path':'/78ilmDNTpdCfsakrsLqmAUkFTrO.png','name':'Fine Line Features','origin_country':''},{'id':76,'logo_path':null,'name':'Zentropa Entertainments','origin_country':'DK'},{'id':119,'logo_path':'/1di2gITGUZr730AMuMKiCrP90Vl.png','name':'Danmarks Radio (DR)','origin_country':'DK'},{'id':157,'logo_path':null,'name':'SVT Drama','origin_country':''},{'id':201,'logo_path':'/6UIpEURdjnmcJPwgTDRzVRuwADr.png','name':'ARTE','origin_country':'FR'},{'id':321,'logo_path':null,'name':'Memfis Film','origin_country':'SE'},{'id':591,'logo_path':'/q5I5RDwMEiqoNmfaJgd2LraEOJY.png','name':'France 3 Cin??ma','origin_country':'FR'},{'id':2996,'logo_path':null,'name':'Angel films','origin_country':''},{'id':5755,'logo_path':'/53JWq1rzbAXzbh1rnFo3XdqsAUh.png','name':'Constantin Film Produktion','origin_country':''},{'id':5975,'logo_path':'/vvjgoKygWWYZvYyidT3RmOCq5If.png','name':'YLE','origin_country':'FI'},{'id':7330,'logo_path':null,'name':'Blind Spot Pictures','origin_country':'FI'},{'id':8659,'logo_path':'/96hCWEsfmTZQsoUap0CcG21qaA.png','name':'Vrijzinnig Protestantse Radio Omroep (VPRO)','origin_country':'NL'},{'id':11239,'logo_path':null,'name':'Liberator Productions','origin_country':''},{'id':14937,'logo_path':null,'name':'Icelandic Film','origin_country':''},{'id':30268,'logo_path':null,'name':'Pain Unlimited GmbH Filmproduktion','origin_country':''},{'id':53667,'logo_path':null,'name':'Trust Film Svenska','origin_country':''},{'id':53668,'logo_path':null,'name':'Cinematograph A/S','origin_country':''},{'id':53669,'logo_path':null,'name':'What Else? B.V','origin_country':''},{'id':53670,'logo_path':null,'name':'Filmek A/S','origin_country':''},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':94,'logo_path':'/huC7HqorvUThGIrENrbcHmQVUA0.png','name':'ARTE France Cin??ma','origin_country':'FR'},{'id':2801,'logo_path':'/bswb1PLLsKDUXMLgy42bZtCtIde.png','name':'Film i V??st','origin_country':'SE'},{'id':447,'logo_path':null,'name':'TV 1000 Sverige','origin_country':'SE'},{'id':46,'logo_path':null,'name':'Westdeutscher Rundfunk (WDR)','origin_country':'DE'}]","[{'iso_3166_1':'AR','name':'Argentina'},{'iso_3166_1':'DK','name':'Denmark'},{'iso_3166_1':'FI','name':'Finland'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'IS','name':'Iceland'},{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'NL','name':'Netherlands'},{'iso_3166_1':'NO','name':'Norway'},{'iso_3166_1':'SE','name':'Sweden'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2000-05-17","40031879","141","[{'iso_639_1':'en','name':'English'}]","Released","You don't need eyes to see.","Dancer in the Dark","false","7.9","753" +"false","/l7hciVfn0JixW7SwqwplONC1nwY.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","410126","tt5345298","en","Patient Seven","The film centers on Dr. Marcus, a renowned psychiatrist who has selected 6 severe mentally ill and dangerous patients from the Spring Valley Mental Hospital to interview as part of research for his new book. As Dr. Marcus interviews each patient, one by one the horrors they have committed begin to unfold. However, Dr. Marcus soon learns that there is one patient who ties them all together - Patient Seven.","3.445","/qrJP0foqnGUEr6PimI8I4EjHrz4.jpg","[{'id':80658,'logo_path':null,'name':'Terror Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-10-11","0","116","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'is','name':'??slenska'},{'iso_639_1':'sv','name':'svenska'}]","Released","Try to remain calm.","Patient Seven","false","4.9","53" +"false","/p83re45WGSLNCyHIOCzs8cwsov3.jpg","null","19000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","11562","tt0097123","en","Crimes and Misdemeanors","An ophthalmologist's mistress threatens to reveal their affair to his wife, while a married documentary filmmaker is infatuated by another woman.","7.152","/8I7Dzaah4FD6PTUjwIFm4H6Md0U.jpg","[{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'},{'id':13309,'logo_path':null,'name':'Jack Rollins & Charles H. Joffe Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-10-13","18254702","104","[{'iso_639_1':'en','name':'English'}]","Released","A film about humanity.","Crimes and Misdemeanors","false","7.6","363" +"false","/4RUDmfAojukZ3QmKsoXnVHa6wmQ.jpg","null","45000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'}]","http://ent.sina.com.cn/hjj/","1494","tt0473444","zh","?????????????????????","During China's Tang dynasty the emperor has taken the princess of a neighboring province as wife. She has borne him two sons and raised his eldest. Now his control over his dominion is complete, including the royal family itself.","9.844","/8JGOTkKOCqSfAwIMPQKF0K44lUW.jpg","[{'id':82757,'logo_path':null,'name':'Edko Films Ltd.','origin_country':''},{'id':724,'logo_path':null,'name':'Beijing New Picture Film Co. Ltd.','origin_country':''}]","[{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'HK','name':'Hong Kong'}]","2006-12-21","78568977","114","[{'iso_639_1':'zh','name':'?????????'}]","Released","Unspeakable secrets are hidden within the Forbidden City.","Curse of the Golden Flower","false","6.7","335" +"false","/bAanNL7iNCbzA507FihalEcBpTB.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","28368","tt0093073","en","Gardens of Stone","A sergeant must deal with his desires to save the lives of young soldiers being sent to Vietnam. Continuously denied the chance to teach the soldiers about his experiences, he settles for trying to help the son of an old army buddy.","2.38","/tR8zph4IytVq8dAqrufPiWYuzBE.jpg","[{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-05-05","5262047","111","[{'iso_639_1':'en','name':'English'}]","Released","The story of the war at home, and the people who lived through it.","Gardens of Stone","false","6.1","35" +"false","/ajJPULCo5b3Xm4EKpUp8PLq6pD2.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","","493900","tt5451118","de","303","On the way from Berlin to Portugal in her rusty '303' camper van, young biology student Jule picks up hitchhiker Jan. While having intense conversations about everything and the world, they try not to fall in love.","4.284","/7gUNQ8Xlk00J4W4OROgwR7xzUOz.jpg","[{'id':783,'logo_path':null,'name':'kahuuna films','origin_country':''},{'id':28444,'logo_path':null,'name':'NEUESUPER','origin_country':''},{'id':114396,'logo_path':null,'name':'Starhaus Produktionen','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'}]","2018-12-06","0","145","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","","303","false","7.7","20" +"false","/i7NkhNDFHRYGUtHSKFm1X7EMEa1.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","https://www.aprivatewarfilm.com/","475132","tt2368254","en","A Private War","One of the most celebrated war correspondents of our time, Marie Colvin is an utterly fearless and rebellious spirit, driven to the frontlines of conflicts across the globe to give voice to the voiceless.","13.928","/pAh6uDR9bBznybiJCVYZNJmjg63.jpg","[{'id':3540,'logo_path':null,'name':'Kamala Films','origin_country':'US'},{'id':3528,'logo_path':'/cCzCClIzIh81Fa79hpW5nXoUsHK.png','name':'Thunder Road Pictures','origin_country':'US'},{'id':3574,'logo_path':null,'name':'Denver and Delilah Productions','origin_country':'US'},{'id':100460,'logo_path':'/hGGf8JQYnQfqJLx7mmDx6rcp4HD.png','name':'Savvy Media Holdings','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2018-11-16","0","106","[{'iso_639_1':'en','name':'English'}]","Released","The Most Powerful Weapon Is The Truth","A Private War","false","6.8","87" +"false","/sHPfBVFq7dlnXCz1zFdbEdwcBDJ.jpg","null","30000000","[{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","","300681","tt4154916","en","Replicas","A scientist becomes obsessed with bringing back his family members who died in a traffic accident.","22.726","/hhPBTAn9b4TYOxc1JYNsX4BFAlW.jpg","[{'id':435,'logo_path':null,'name':'Di Bonaventura Pictures','origin_country':'US'},{'id':7193,'logo_path':null,'name':'Company Films','origin_country':'US'},{'id':81985,'logo_path':null,'name':'Ocean Park Entertainment','origin_country':'PR'},{'id':76314,'logo_path':'/oFiHo3350Nj7bi6oxYMq3Kp6VGC.png','name':'Riverstone Pictures','origin_country':''},{'id':89845,'logo_path':null,'name':'Remstar Studios','origin_country':'US'},{'id':55244,'logo_path':'/6tjtQvghRRXFmCsuN8SsKJW6cIm.png','name':'Fundamental Films','origin_country':'CN'},{'id':74208,'logo_path':'/rZU9oUWZ66ns44vLmqVmeNrGATs.png','name':'Lotus Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'PR','name':'Puerto Rico'}]","2018-10-25","0","107","[{'iso_639_1':'en','name':'English'}]","Released","Some humans are unstoppable","Replicas","false","5.5","154" +"false","/lQPMBJ1rm9Qk0cHd1C1lAbJcXJj.jpg","null","2500000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","475","tt0061418","en","Bonnie and Clyde","In the 1930s, the gangster pair Bonnie Parker and Clyde Barrow began robbing banks in U.S. cities until they were eventually killed in a police shoot-out.","8.721","/hmbuq4kPp3YNAbFEAdtNnYHnHtZ.jpg","[{'id':273,'logo_path':null,'name':'Tatira-Hiller Productions','origin_country':''},{'id':4051,'logo_path':'/cr7fvW3IZ1xQmlHTk0CHqoa038b.png','name':'Warner Brothers-Seven Arts','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1967-07-18","50700000","111","[{'iso_639_1':'en','name':'English'}]","Released","They???re young??? they???re in love??? and they kill people.","Bonnie and Clyde","false","7.6","648" +"false","/r8mqlUqyEqVqr9duqfuZiNS1Jda.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","851","tt0037558","en","Brief Encounter","Returning home from a shopping trip to a nearby town, bored suburban housewife Laura Jesson is thrown by happenstance into an acquaintance with virtuous doctor Alec Harvey. Their casual friendship soon develops during their weekly visits into something more emotionally fulfilling than either expected, and they must wrestle with the potential havoc their deepening relationship would have on their lives and the lives of those they love.","7.804","/yEnLvpbX5c3cUsBqXBufoOzjO00.jpg","[{'id':2886,'logo_path':null,'name':'Cineguild','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1945-11-24","0","86","[{'iso_639_1':'en','name':'English'}]","Released","A story of the most precious moments in woman's life!","Brief Encounter","false","7.9","201" +"false","/lTEkPsYqZENRWsh9L6ErzJpKq5S.jpg","null","12000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","10362","tt1103275","en","Two Lovers","A depressed man moves back in with his parents following a recent heartbreak and finds himself with two women.","7.378","/9HfZ1JyrGZAglrNHdRFc8196Ina.jpg","[{'id':4384,'logo_path':null,'name':'Tempesta Films','origin_country':''},{'id':846,'logo_path':null,'name':'2929 Productions','origin_country':'US'},{'id':856,'logo_path':'/3tfzS2CrX6Ntbu927XzHXEPDA6y.png','name':'Wild Bunch','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","2008-11-19","3148182","110","[{'iso_639_1':'en','name':'English'}]","Released","Sometimes we leave everything to find ourselves.","Two Lovers","false","6.7","274" +"false","/aavkYzXS4PnBDRXVarQtbKZh5us.jpg","null","0","[{'id':53,'name':'Thriller'}]","","13538","tt0480011","en","Straightheads","There is instant chemistry between Alice (Gillian Anderson), a businesswoman, and Adam (Danny Dyer), a younger working-class man who installs a security system in her London apartment. She takes him to a party in the country, and they end up making love. But the night turns horrific when they encounter three thugs who maim Adam and rape Alice. The incident turns them into fearful recluses until Alice spots the leader of their attackers (Anthony Calf) -- and the two victims plot a brutal revenge.","4.747","/ywf1UPAhy4Hg2XzVUwDRa60NFKR.jpg","[{'id':39509,'logo_path':null,'name':'Free Range Films','origin_country':''},{'id':2452,'logo_path':'/6CLoZ59fLPG7UyxQtGTqRevjf58.png','name':'UK Film Council','origin_country':'GB'},{'id':2310,'logo_path':null,'name':'Screen West Midlands','origin_country':''},{'id':35249,'logo_path':null,'name':'Verve Pictures','origin_country':''},{'id':289,'logo_path':null,'name':'Ingenious Film Partners','origin_country':''},{'id':5654,'logo_path':null,'name':'DJ Films','origin_country':''},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2007-04-27","0","88","[{'iso_639_1':'en','name':'English'}]","Released","Let the revenge fit the crime","Straightheads","false","4.9","59" +"false","/nS2tyCL7unTVhNJBFgBdg2Ii5Yr.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","643","tt0015648","ru","???????????????????? ????????????????","A dramatized account of a great Russian naval mutiny and a resultant public demonstration, showing support, which brought on a police massacre. The film had an incredible impact on the development of cinema and is a masterful example of montage editing.","6.617","/tjnaRiHUsxBADaOwrQpnTnjHVwi.jpg","[{'id':344,'logo_path':'/xenuUvcunUNpbaDOYGhWZERaym7.png','name':'Mosfilm','origin_country':'RU'},{'id':105448,'logo_path':'/fRn7kN2RIBryTQHlddXn3FGca7Y.png','name':'Goskino USSR','origin_country':'SU'},{'id':383,'logo_path':null,'name':'Gos','origin_country':''}]","[{'iso_3166_1':'RU','name':'Russia'},{'iso_3166_1':'SU','name':'Soviet Union'}]","1926-01-18","45100","75","[{'iso_639_1':'ru','name':'P????????????'}]","Released","Revolution is the only lawful, equal, effectual war. It was in Russia that this war was declared and begun.","Battleship Potemkin","false","7.6","447" +"false","/xWkp53PcbpDhnn8cnnR4wScHs0g.jpg","{'id':520965,'name':'Lazer Team Collection','poster_path':'/qc4LUxcndQiEKzY16H9osza9BVT.jpg','backdrop_path':'/yX1C1mhw8affwMswtG4JfJVMrgR.jpg'}","0","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'}]","https://www.lazerteam2.movie/","472054","tt6730898","en","Lazer Team 2","After Woody goes missing while working on secret alien research, scientist Maggie Wittington must recruit the former members of Lazer Team to join her in rescuing their lost friend.","4.258","/21A6RTi9RgOdHmcwC1DSqgi2cIJ.jpg","[{'id':34911,'logo_path':null,'name':'Rooster Teeth Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-11-13","0","86","[{'iso_639_1':'en','name':'English'}]","Released","Deep space is about to be probed","Lazer Team 2","false","6.5","10" +"false","/t23eHP0W8pfrBEyWmpGq3SVeK57.jpg","null","0","[{'id':99,'name':'Documentary'}]","https://www.facebook.com/sherpafilm","341366","tt3746250","en","Sherpa","In 2013, the world's media reported on a shocking mountain-high brawl as European climbers fled a mob of angry Sherpas. Director Jennifer Peedom and her team set out to uncover the cause of this altercation, intending to film the 2014 climbing season from the Sherpa's point-of-view. Instead, they captured Everest's greatest tragedy, when a huge block of ice crashed down onto the climbing route...","1.086","/4goHS59pHIyaGe7OTrOSjxDekat.jpg","[{'id':41577,'logo_path':null,'name':'Felix Media','origin_country':''},{'id':67302,'logo_path':'/sjIR4pjqXgWP7OSEjQkTeHIdZKU.png','name':'Arrow Media','origin_country':'GB'}]","[{'iso_3166_1':'NP','name':'Nepal'},{'iso_3166_1':'AU','name':'Australia'}]","2015-06-07","0","96","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ne','name':''}]","Released","Some Live to Climb. They Climb to Live.","Sherpa","false","7.5","23" +"false","/mmQ6DAwkvI9TR1PjB5Q2VaJWd7L.jpg","null","0","[{'id':53,'name':'Thriller'}]","","456648","tt5689632","en","Trouble","A feuding brother and sister entangle the fate of an old friend.","1.208","/8cKIHpREjgrXryL9ER0exZ3aKLc.jpg","[{'id':14862,'logo_path':'/2YobmEkVFAcw368uz6Ie1sGP2C8.png','name':'Washington Square Films','origin_country':'US'}]","[]","2017-06-08","0","100","[{'iso_639_1':'en','name':'English'}]","Released","","Trouble","false","4","1" +"false","","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","74137","tt0065198","en","The Wedding Party","Young Charlie begins to develop a case of cold feet as his upcoming wedding looms nearer. Desperate to throw the wedding plans off the track, Charlie tries a variety of tactics, including attempting to rekindle the relationship between his fianc??e Josephine and a former boyfriend, to flee the scene","1.213","/Vbc2cHe1rDn2mSJV052px4M6KC.jpg","[{'id':18572,'logo_path':null,'name':'Oudine Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1969-04-09","43","92","[{'iso_639_1':'en','name':'English'}]","Released","You are cordially invited to join the confusion at...","The Wedding Party","false","4.9","7" +"false","/hzplZBZiUq1viNw31AMylgQCCdV.jpg","null","0","[{'id':99,'name':'Documentary'}]","","128368","tt0021810","pt","Douro, Faina Fluvial","Short silent documentary from 1931 about those working on the River Douro in Oporto.","0.9","/17KnISQapoRtJQp60zyXTCTBAuu.jpg","[]","[{'iso_3166_1':'PT','name':'Portugal'}]","1931-09-21","0","20","[{'iso_639_1':'pt','name':'Portugu??s'}]","Released","","Working on the Douro River","false","6.6","10" +"false","/6XMByhD5H93RquXHnmcbrOogqUs.jpg","null","0","[{'id':99,'name':'Documentary'}]","https://www.hulu.com/movie/fyre-fraud-e47078f3-1c0e-49a8-9da9-c571a7a20fec","575190","tt7843600","en","Fyre Fraud","A true-crime comedy exploring a failed music festival turned internet meme at the nexus of social media influence, late-stage capitalism, and morality in the post-truth era.","4.018","/jeeHE4gDErwulQ9UJjHeLAzV1TG.jpg","[{'id':113575,'logo_path':'/sz887oZleipK0w5ftcw6L2BJzDY.png','name':'Mic','origin_country':'US'},{'id':113576,'logo_path':'/tU96NEjcI6QMtNXgpKPzwGvH5sM.png','name':'Billboard','origin_country':'US'},{'id':77718,'logo_path':'/AsbfXdvO5fyTjGjHUKflwoUGWfV.png','name':'The Cinemart','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-01-14","0","96","[{'iso_639_1':'en','name':'English'}]","Released","","Fyre Fraud","false","6.6","41" +"false","/92qZjEZKLHq2lGLswx6HS0qn0tt.jpg","null","0","[{'id':80,'name':'Crime'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","281168","tt0205779","en","Blue Vengeance","Considered too dangerous to be on the force, ex-cop Mickey McCardle is tormented by the brutal murder of his partner. Obsessed, McCardle must rise from the shambles of his life and take up a trail of revenge. Stars Joe Ambrose and Tom Billett.","1.362","/5km0l03zGw7kumsacAGLUjvVlxf.jpg","[{'id':16636,'logo_path':null,'name':'Shapiro-Glickenhaus Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-01-01","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Blue Vengeance","false","3.5","4" +"false","/lcQP6kgH2qJn84XoE0snlv1vWWU.jpg","null","0","[{'id':18,'name':'Drama'}]","http://sonyclassics.com/theseagull/","341735","tt4682136","en","The Seagull","At a picturesque lakeside estate, a love triangle unfolds between the legendary diva Irina, her lover Boris, and the ing??nue Nina.","5.676","/iInKqA5kdOrLM5KaQp8iOhSl4DK.jpg","[{'id':51566,'logo_path':null,'name':'KGB Media','origin_country':''},{'id':104459,'logo_path':null,'name':'Mar-Key Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-05-11","1057421","98","[{'iso_639_1':'en','name':'English'}]","Released","","The Seagull","false","6.2","19" +"false","/uVvp8WMOFoImQaQTM7WAYZKi5vW.jpg","null","0","[{'id':18,'name':'Drama'}]","","33602","tt1278469","en","Temple Grandin","A biopic of Temple Grandin, an autistic woman who has become one of top scientists in humane livestock handling.","8.18","/eEdXRImgDyCdeYdz3jnJxqovC2k.jpg","[{'id':7429,'logo_path':'/6in9uMqxXEHx5XgYgkeRBpZ4rPw.png','name':'HBO Films','origin_country':'US'},{'id':2054,'logo_path':null,'name':'Ruby Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-02-06","0","108","[{'iso_639_1':'en','name':'English'}]","Released","Autism gave her a vision. She gave it a voice.","Temple Grandin","false","7.8","170" +"false","/kjtZ5Jt1rBXQgHyuwIZU14uQgUl.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'}]","http://barkingcow.net/blog/?portfolio=destruction-los-angeles","467342","tt6422938","en","Destruction: Los Angeles","A fatal explosion and sudden earthquake rock Los Angeles, and reporter John Benson seizes his chance to cover the breaking news of increasing seismic activity.","2.066","/j0CW09HLnx2EUw9mFQOyOFfCsID.jpg","[{'id':113864,'logo_path':null,'name':'Barking Cow Media Group','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-09-21","0","93","[{'iso_639_1':'en','name':'English'}]","Released","","Destruction: Los Angeles","false","3.9","7" +"false","/4YPkxyJJ5I6l88B5tpcxMRCNFA5.jpg","{'id':507070,'name':'Best F(r)iends Collection','poster_path':'/yHsI41FYAHviUFdmUmy8GXQgAmq.jpg','backdrop_path':'/4TfqPPMWnMwBD4D79waxKO9Jtf4.jpg'}","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'}]","https://www.bf-movie.com/","497796","tt7694738","en","Best F(r)iends: Volume 2","As Jon makes a run for it, he finds himself on an expedition across the Southwest, where he encounters wild and crazy characters through a series of twisted and dark foibles. While his misadventure teaches him a valuable lesson about friendship and loyalty, the Mortician carries the story home with more than a few surprises.","4.482","/mOj6rXKsvZU62cX4pVWyX33ibdR.jpg","[{'id':113878,'logo_path':null,'name':'Sestero Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-06-01","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Unmask the truth","Best F(r)iends: Volume 2","false","7.3","4" +"false","/arxfsmqLpdQ2eDMFMCmz60YQwiH.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","41153","tt0097550","en","I Bought a Vampire Motorcycle","When a motorbike gang kills an occultist, the evil spirit he was summoning inhabits a damaged bike. The bike is then bought and restored, but reveals its true nature when it tries to exact vengance on the gang, and anyone else who gets in its way.","1.395","/vGyPgxjKIN8NmmnfXSHXWndZaRD.jpg","[{'id':11472,'logo_path':null,'name':'Dirk Productions Ltd.','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1990-07-06","0","101","[{'iso_639_1':'en','name':'English'}]","Released","Most motorcycles run on petrol, this one runs on blood!","I Bought a Vampire Motorcycle","false","6","7" +"false","","null","0","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","206312","tt0083666","en","Blue Money","Larry dreams of becoming a star entertainer, but until then he drives a cab and works as chauffeur for the shady Ramirez. One day he has a look in the suitcase that Ramirez is carrying around: it's full with money! He can't resist and steals it. In front of his friends he claims he's finally got a contract with a famous director and invites them to celebrate, while the mob is after the money.","0.947","/isa8zHQHvTdXFjI6oyz9bKdN0V7.jpg","[]","[]","1985-03-01","0","82","[{'iso_639_1':'en','name':'English'}]","Released","","Blue Money","false","6.3","3" +"false","/1iDMAeXullaTeiLVZLG1XJ8HlTM.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","460578","tt6409782","id","The Doll 2","A couple who devastated after losing their only child resort into obsessive act that can dangerously threatening their own life.","1.228","/y10Ll8lFOIZNIVxvraVirT1GMT5.jpg","[{'id':29666,'logo_path':null,'name':'Hitmaker Studios','origin_country':''}]","[{'iso_3166_1':'ID','name':'Indonesia'}]","2017-07-20","0","116","[{'iso_639_1':'id','name':'Bahasa indonesia'}]","Released","What Do You Fear?","The Doll 2","false","4.4","8" +"false","/mF9H2ivdBL1wg5NrvCaTvpWaHof.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","497864","tt7456534","en","The New Romantic","Blake Conway, aspiring journalist, hopeless romantic. and frustrated with the lack of chivalrous guys her own age, a college senior gives up on dating for love to date an older man in exchange for gifts instead.As she documents the adventure in the hopes of winning a journalism award with a generous cash prize to escape looming student debt, she sets out on a quest to figure out if society is right to judge these women and if her own self worth comes with a price.","4.818","/qh6oz3RoKwTIqvcFLQ1dEqNWCCB.jpg","[{'id':7775,'logo_path':null,'name':'Independent Edge Films','origin_country':'CA'},{'id':62032,'logo_path':null,'name':'Nortario Films','origin_country':'CA'},{'id':806,'logo_path':'/kcNh09qqR2Pkw1JAzRW4CommrW4.png','name':'T??l??film Canada','origin_country':'CA'},{'id':46513,'logo_path':'/w7qu6X4nwZm6LES7zDBEPepA0ji.png','name':'Northern Ontario Heritage Fund Corporation','origin_country':'CA'},{'id':50084,'logo_path':'/7UKMTZt7xLOMYvj3AIM6diZo4Rq.png','name':'JoBro Productions','origin_country':'CA'},{'id':11576,'logo_path':null,'name':'Ontario Media Development Corporation (OMDC)','origin_country':''}]","[]","2018-11-09","0","82","[{'iso_639_1':'en','name':'English'}]","Released","","The New Romantic","false","6.5","34" +"false","/habv5DkUge4m7wnBEG3nBUhd4Vt.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","462313","tt3221910","en","Love & Debt","When you're up to neck in debt...it's not about the money. A drama full of the comedy of life. A story for our times that examines the durability of marriage and family, the price of telling the truth and discovering what matters most.","0.701","/ofY9Va4ezV0Y8Q9iSkicL5Xpu0B.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-01-04","0","98","[{'iso_639_1':'en','name':'English'}]","Released","","Love & Debt","false","7.5","2" +"false","/w5DSNp7JzHNVKiGpZ0S2tFQYc4S.jpg","null","114000","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'}]","http://www.druidpeak.com/","263794","tt2027091","en","Druid Peak","A troubled teen is sent to live with his estranged father, a park ranger. During his time there, he develops an unusual affinity with and passion for the wolves in a local pack.","0.968","/huikoqKOb0QJV1XszZmyurx7c4E.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-03-28","0","111","[{'iso_639_1':'en','name':'English'}]","Released","","Druid Peak","false","7.1","4" +"false","/tkri1hMrb1FhWfb2bWpprsvq9Sd.jpg","null","42000000","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","http://widowsmovie.com","401469","tt4218572","en","Widows","A police shootout leaves four thieves dead during an explosive armed robbery attempt in Chicago. Their widows have nothing in common except a debt left behind by their spouses' criminal activities. Hoping to forge a future on their own terms, they join forces to pull off a heist.","26.465","/d31SGJSaX29ba5ZUbZcesGoDE7I.jpg","[{'id':10104,'logo_path':'/hNuGhsKVlmhnwSRcmOejDBDjh6w.png','name':'New Regency Pictures','origin_country':'US'},{'id':7217,'logo_path':'/vFbexaF70wSMUHRA6Fy6UcuA1ju.png','name':'See-Saw Films','origin_country':'GB'},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'},{'id':113380,'logo_path':null,'name':'Lammas Park','origin_country':'GB'},{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-11-06","42394126","130","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pl','name':'Polski'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Left with nothing. Capable of anything.","Widows","false","6.5","768" +"false","/juc9wt7Eh2IarLL5S1yQ1a21O1A.jpg","null","75000000","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'}]","https://www.grinchmovie.com","360920","tt2709692","en","The Grinch","The Grinch hatches a scheme to ruin Christmas when the residents of Whoville plan their annual holiday celebration.","40.432","/gpkHvkCtZOeCQ2DelnJ2LB1WjZ5.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':6704,'logo_path':'/fOG2oY4m1YuYTQh4bMqqZkmgOAI.png','name':'Illumination Entertainment','origin_country':'US'},{'id':10338,'logo_path':'/el2ap6lvjcEDdbyJoB3oKiYgXu9.png','name':'Perfect World Pictures','origin_country':'CN'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-11-08","508575295","90","[{'iso_639_1':'en','name':'English'}]","Released","Scheme big.","The Grinch","false","6.4","912" +"false","/xu6ba6x4yyGWNqejV5b98bnaCWm.jpg","null","0","[{'id':99,'name':'Documentary'}]","https://www.thedevilweknow.com","489984","tt7689910","en","The Devil We Know","Unraveling one of the biggest environmental scandals of our time, a group of citizens in West Virginia take on a powerful corporation after they discover it has knowingly been dumping a toxic chemical ??? now found in the blood of 99.7% of Americans ??? into the local drinking water supply.","2.177","/9eLww3wkI2x1RjDqHf0xfyxiNaM.jpg","[{'id':4183,'logo_path':'/bPOaJehJ43bEq1sip5jE1G53IEE.png','name':'Diamond Docs','origin_country':'US'},{'id':34526,'logo_path':'/wB84SoAeyNC1MKOU4Gvz8Bc4jKu.png','name':'Atlas Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-01-21","0","88","[{'iso_639_1':'en','name':'English'}]","Released","The chemistry of a cover-up","The Devil We Know","false","7.7","3" +"false","/fg2vfr5kdrqhLM0QRREu2LJPLGY.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://journeytothesouthpacific.imax.com/the-film/","224905","tt3195742","en","Journey to the South Pacific","An underwater voyage to Indonesia to learn about its inhabitants such as giant rays and whale sharks as well as efforts being made in the region for ocean conservation.","0.642","/3q1tqe6YVCy9wn70dZl7BkGaSLs.jpg","[{'id':2753,'logo_path':null,'name':'MacGillivray Freeman Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-11-27","0","40","[{'iso_639_1':'en','name':'English'}]","Released","","Journey to the South Pacific","false","0","0" +"false","/uYgKrelJQKIt4xxqQh1bc7nygOe.jpg","null","0","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'},{'id':10770,'name':'TV Movie'}]","","555249","tt8466648","en","Killer High","Sabrina's perfectly planned high school reunion goes south when a monster keeps killing all the guests.","3.717","/nNX58K2R8GKWY0q1hxf3Gcqd6Bj.jpg","[{'id':82659,'logo_path':'/3mZkZUZUaqXDcIoYnECLb98PSWC.png','name':'Blue Ice Pictures','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2018-10-20","0","","[{'iso_639_1':'en','name':'English'}]","Released","","Killer High","false","5","9" +"false","/wcaiiv1XaLwWujr9zoQoXjSBaG4.jpg","null","4552700","[{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'},{'id':18,'name':'Drama'}]","","517331","tt7095482","es","El reino","Manuel is a crooked politician who enjoys the lifestyle that kickbacks afford. He eats at fancy restaurants, parties with his friends on yachts, and provides a very luxurious lifestyle for his family. Manuel brazenly bribes, extorts, and pays off anyone who threatens to expose the activities of his inner circle. When he is singled out to take the fall for a case of fraudulent government contracts, rather than admit to any wrongdoing, Manuel decides to sell out his whole party in an effort to avoid jail time. It's a decision that puts many lives at risk.","7.729","/8C4rnA6r7myYdJBgeZLgCvy5RPS.jpg","[{'id':29566,'logo_path':'/4rFxqmQqdqrZPqsFjrjOdhCg7Yt.png','name':'Atresmedia Cine','origin_country':'ES'},{'id':5125,'logo_path':'/t3oWTsVukmEzrZzvfr37XRBibo5.png','name':'Le Pacte','origin_country':'FR'},{'id':67412,'logo_path':'/vgVqq5hunVs8GN5Je9d9rG7Q2NU.png','name':'Movistar+','origin_country':'ES'},{'id':7680,'logo_path':'/uGcInOaHyvFZ337T5OeQKKVjSCJ.png','name':'Tornasol Films','origin_country':'ES'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'ES','name':'Spain'}]","2018-09-28","0","122","[{'iso_639_1':'es','name':'Espa??ol'}]","Released","Kings fall. Realms continue.","The Realm","false","7.3","83" +"false","/peSqwVxGlYXvmxc4vLBnrfYlduL.jpg","null","0","[{'id':27,'name':'Horror'}]","","33197","tt0435617","en","Chupacabra Terror","Cryptozoologist Doctor Pe??a traps the legendary Chupacabra on a remote Caribbean Island to make his name in the scientific community. When he smuggles it aboard the cruise ship Regent Queen, commanded by Captain Randolph, the monster breaks out of the cargo hold and makes a smorgasbord out of the passengers and crew.","1.171","/3tYK98340Sf3jbaINTFcjjzoxjo.jpg","[{'id':4774,'logo_path':null,'name':'Sci Fi Pictures','origin_country':''},{'id':1341,'logo_path':null,'name':'Regent Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-01-29","0","89","[{'iso_639_1':'en','name':'English'}]","Released","This legend is real.","Chupacabra Terror","false","5.3","7" +"false","/jlTKKE7kwZqDKkNzGfIf7r2enje.jpg","null","0","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","http://www.gosnellmovie.com","537751","tt3722234","en","Gosnell: The Trial of America's Biggest Serial Killer","The story of the investigation and trial of abortion provider Dr Kermit Gosnell.","4.337","/oqlqucQm9ycktct45zlkqPQmO1I.jpg","[{'id':109050,'logo_path':null,'name':'Hat Tip Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-12","0","93","[{'iso_639_1':'en','name':'English'}]","Released","He took an oath to protect life, not take it.","Gosnell: The Trial of America's Biggest Serial Killer","false","5.1","6" +"false","/oQMioq2jmHKoNpIjzyNSUVyymyW.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","449848","tt5096846","en","The Boy Downstairs","A young woman is forced to reflect on her first relationship when she inadvertently moves into her ex boyfriend's apartment building.","3.667","/xBiEcTNmvoPVxRejD04bZGT0LAE.jpg","[{'id':85466,'logo_path':'/yIDg47SluPIkhh6ZXhJerIMNmRw.png','name':'Motion Picture Capital','origin_country':'GB'},{'id':101181,'logo_path':null,'name':'The Boy Downstairs Productions','origin_country':''},{'id':25702,'logo_path':null,'name':'Cliffbrook Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-02-16","13638","91","[{'iso_639_1':'en','name':'English'}]","Released","","The Boy Downstairs","false","5.6","18" +"false","/AiW4H82UNWfQaZOAPGKu1rcbjBy.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'}]","","94525","tt0017048","ja","???????????????","A man takes a job at an asylum with hopes of freeing his imprisoned wife.","2.341","/cvwzdaTOG0LwZJuOcLzquS9ET0Y.jpg","[{'id':94935,'logo_path':null,'name':'Shin Kankaku-ha Eiga Renmei Productions','origin_country':''},{'id':94936,'logo_path':null,'name':'Kinugasa Productions','origin_country':''},{'id':94937,'logo_path':null,'name':'National Film Art','origin_country':''}]","[{'iso_3166_1':'JP','name':'Japan'}]","1926-09-24","0","70","[{'iso_639_1':'xx','name':'No Language'}]","Released","","A Page of Madness","false","7.3","30" +"false","/xcaSYLBhmDzJ6P14bcKe0KTh3QV.jpg","null","52000000","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","http://bohemianrhapsody.com","424694","tt1727824","en","Bohemian Rhapsody","Singer Freddie Mercury, guitarist Brian May, drummer Roger Taylor and bass guitarist John Deacon take the music world by storm when they form the rock 'n' roll band Queen in 1970. Hit songs become instant classics. When Mercury's increasingly wild lifestyle starts to spiral out of control, Queen soon faces its greatest challenge yet ??? finding a way to keep the band together amid the success and excess.","72.159","/lHu1wtNaczFPGFDTrjCSzeLPTKN.jpg","[{'id':3281,'logo_path':'/8tMybAieh64uzvm8knSjXOFX8Qc.png','name':'GK Films','origin_country':'GB'},{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':90995,'logo_path':null,'name':'Queen Films','origin_country':'GB'},{'id':11391,'logo_path':null,'name':'Tribeca Productions','origin_country':'US'},{'id':10104,'logo_path':'/hNuGhsKVlmhnwSRcmOejDBDjh6w.png','name':'New Regency Pictures','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2018-10-24","835137710","135","[{'iso_639_1':'en','name':'English'}]","Released","Fearless lives forever","Bohemian Rhapsody","false","8.1","6543" +"false","/lQgsnfkTGA8RXaoBEQ4oMtbJhIB.jpg","null","75000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':14,'name':'Fantasy'},{'id':9648,'name':'Mystery'}]","","9697","tt0452637","en","Lady in the Water","Apartment building superintendent Cleveland Heep rescues what he thinks is a young woman from the pool he maintains. When he discovers that she is actually a character from a bedtime story who is trying to make the journey back to her home, he works with his tenants to protect his new friend from the creatures that are determined to keep her in our world.","7.671","/ddNmoSy1Jd3PBF5XDZvrrBIfrja.jpg","[{'id':923,'logo_path':'/5UQsZrfbfG2dYJbx8DxfoTr2Bvu.png','name':'Legendary Entertainment','origin_country':'US'},{'id':12236,'logo_path':'/uV6QBPdn3MjQzAFdgEel6od7geg.png','name':'Blinding Edge Pictures','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-07-21","42285169","110","[{'iso_639_1':'en','name':'English'}]","Released","Time is running out for a happy ending.","Lady in the Water","false","5.4","671" +"false","/az0vED4EHaBAEKD6dYNI4UgNgib.jpg","{'id':222639,'name':'Detective Dee Collection','poster_path':'/rHTCiaqHZbN6TJjYeq1s42LERCj.jpg','backdrop_path':'/7J5E7u3ucpNklNKPIGHTAvgzNWI.jpg'}","0","[{'id':9648,'name':'Mystery'},{'id':14,'name':'Fantasy'},{'id':12,'name':'Adventure'},{'id':28,'name':'Action'}]","","506763","tt6869538","zh","????????????????????????","Dee, the detective serving Chinese empress Wu Zetian, is called upon to investigate a series of strange events in Loyang, including the appearance of mysterious warriors wearing Chiyou ghost masks, foxes that speak human language and the pillar sculptures in the palace coming alive.","7.395","/wEvU7N5lId0GPbxHLvBYH2p7rfA.jpg","[{'id':3393,'logo_path':null,'name':'Huayi Brothers','origin_country':'HK'}]","[{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'HK','name':'Hong Kong'}]","2018-07-27","84168923","132","[{'iso_639_1':'zh','name':'?????????'}]","Released","","Detective Dee: The Four Heavenly Kings","false","6.3","48" +"false","/aNCuyANngFv0cVzFmWdess71jNc.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","70627","tt0073796","en","Ransom","Following a series of bomb attacks in London, a group of terrorists seize Britain's ambassador to Scandinavia. With the ambassador now a hostage in his residence, another group hijacks an airliner at the capital's airport, announcing that the passengers will not be freed until their demands are met. Colonel Nils Tahlvik, Scandinavia's resourceful and ruthless head of security, seeks to take an uncompromising stance against the terrorists yet his attempts meet resistance from unknown forces at every turn...","2.087","/v05Zi28HlV0ZJ3JlLbKQbISOD0r.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1975-03-13","0","89","[{'iso_639_1':'en','name':'English'}]","Released","Hijackers. Kidnappers. Killers. Only one man can stop them.","Ransom","false","5.5","25" +"false","/uZOL99kaF5cmufxQbF3vVuoo7Lz.jpg","null","0","[{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'},{'id':35,'name':'Comedy'}]","","14849","tt1079444","en","Dead Like Me: Life After Death","When George and her colleagues get a new boss whose focus is on moving souls quickly and enjoying life without consequences, the team begins to break the strict reaper rules. While her friends fall victim to their desires for money, success, and fame, George breaks another rule by revealing her true identity to her living family.","7.388","/rG6IE4QcXuCHVQSbh5ILz8jNAcO.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-02-17","0","87","[{'iso_639_1':'en','name':'English'}]","Released","","Dead Like Me: Life After Death","false","5.8","100" +"false","/zquMDqlhGYXdXiteRguQSlVGznx.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","https://www.curzonartificialeye.com/Dogman/","483184","tt6768578","it","Dogman","Marcello, a small and gentle dog groomer, finds himself involved in a dangerous relationship of subjugation with Simone, a former violent boxer who terrorizes the entire neighborhood. In an effort to reaffirm his dignity, Marcello will submit to an unexpected act of vengeance.","16.914","/pqaNWWkcEmcdxkMrUnoxI3Viw4h.jpg","[{'id':2683,'logo_path':'/mOL2WcHtox2urbUf1oJvjw7kz01.png','name':'Rai Cinema','origin_country':'IT'},{'id':53334,'logo_path':null,'name':'Archimede','origin_country':''},{'id':5125,'logo_path':'/t3oWTsVukmEzrZzvfr37XRBibo5.png','name':'Le Pacte','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'IT','name':'Italy'}]","2018-05-17","0","103","[{'iso_639_1':'it','name':'Italiano'}]","Released","","Dogman","false","7.7","733" +"false","/hNspcl7WKfIGsLeDmSz11D5Xzdj.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","119586","tt0080080","en","Vampire Hookers","This horror film revolves around a sinister vampire (John Carradine) who sends out a horde of undead beauties to bring back victims for his dinner.","1.53","/gmilR3Npen9b9UwaMEh3YJQ2lm.jpg","[{'id':38157,'logo_path':null,'name':'Cosa Nueva','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'PH','name':'Philippines'}]","1978-07-01","0","82","[{'iso_639_1':'en','name':'English'}]","Released","Warm Blood Isn't All They Suck!","Vampire Hookers","false","4.1","9" +"false","/1NiQ4vk8ihoAeo66XMdybSbeMDt.jpg","null","0","[{'id':10751,'name':'Family'},{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'}]","","494603","tt7546096","en","The Highway Rat","The tale of a ravenous rat who craves buns, biscuits and all sweet things. Tearing along the highway, he searches for sugary treats to steal, until his sweet tooth leads him to a sticky end.","5.253","/dxNKtY0e5pm6BFCdDMP3riRVBTb.jpg","[{'id':5644,'logo_path':'/uuj37wq2xE3Vru17BOs86ScNRc5.png','name':'Magic Light Pictures','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2019-03-15","0","25","[{'iso_639_1':'en','name':'English'}]","Released","Give me your buns and your biscuits!","The Highway Rat","false","0","5" +"false","/f31hHvlUVbM9cOFo4fZCSODB0sb.jpg","null","0","[{'id':28,'name':'Action'}]","","104531","tt0128484","en","The Cut-Throats","Captain Kohler recruits an outfit of five American soldiers besides himself (dubbed ""The Cut-Throats,"") to attack a German stronghold to capture battle plans... although his real motive is to steal a cache of jewels that is Nazi plunder. After the enemy soldiers are gunned down, the beautiful women in the compound treat The Dirty Half-Dozen to a stage show and, later, themselves.","0.84","/e8eZJ2UmZionVr28pIJHK8JGpkf.jpg","[]","[]","1969-01-01","0","75","[{'iso_639_1':'en','name':'English'}]","Released","... A Blood Bath! Filled With Men and Women Obsessed With Death ...","The Cut-Throats","false","2.7","3" +"false","","null","0","[{'id':36,'name':'History'},{'id':99,'name':'Documentary'}]","","465241","tt4870510","en","The Half-Life of Genius Physicist Raemer Schreiber","Our two-hour film highlights the life and career of Dr. Schreiber with respect and clarity. Raemer, his wife Marge, and young daughter Paula would move to the high-desert of New Mexico where he and other brilliant minds would change the world forever.","0.6","/2TWAb6OqN7bUnFJGccWpIyMtt8Z.jpg","[{'id':92224,'logo_path':null,'name':'Atomic Memories','origin_country':''},{'id':92225,'logo_path':null,'name':'7Land Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-07-17","0","120","[]","Released","","The Half-Life of Genius Physicist Raemer Schreiber","false","0","0" +"false","","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","","108218","tt0461660","en","The Engagement Ring","A long-lost engagement ring still divides childhood sweethearts who are now in their golden years. Now, her daughter (Heaton) and his nephew meet and find that their attraction is hindered by the old feud.","0.622","/fzpQa2iDi4UIlYrkqaRxSmCn1Sf.jpg","[{'id':5003,'logo_path':null,'name':'Jaffe/Braunstein Films','origin_country':''},{'id':18518,'logo_path':null,'name':'Baumant Entertainment','origin_country':''},{'id':63203,'logo_path':null,'name':'FourBoys Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-11-20","0","89","[{'iso_639_1':'en','name':'English'}]","Released","","The Engagement Ring","false","5","1" +"false","/tOkeJG8RVxWTxKoaiOklauFxGNe.jpg","null","0","[{'id':99,'name':'Documentary'}]","","323555","tt4406298","en","That Gal...Who Was in That Thing: That Guy 2","Actresses talk about their personal lives and dealing with a balance between family responsibilities and being a professional actor.","2.289","/1SlPtV8C4OvdWaXEkOpVQSC2XVA.jpg","[{'id':21206,'logo_path':null,'name':'New Wave Entertainment Television','origin_country':'US'},{'id':4343,'logo_path':'/rXq1B1Hnkdnw6soz1zoGcslK3wb.png','name':'Showtime Networks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-03-07","0","80","[{'iso_639_1':'en','name':'English'}]","Released","You know her face. You know her work. You don't know her name.","That Gal...Who Was in That Thing: That Guy 2","false","6.6","5" +"false","","null","0","[{'id':80,'name':'Crime'},{'id':99,'name':'Documentary'}]","http://stoppingtrafficfilm.com","471939","tt6017364","en","Stopping Traffic: The Movement to End Sex Trafficking","With the instant reach of social media and explosion in cyber porn, a child sex slave can be purchased online and delivered to a customer more quickly than a pizza. Stopping Traffic: The Movement to End Sex Trafficking starts the conversation on a taboo topic ??? with raw images of life on the streets, heart-pounding rescues and gut-wrenching, personal stories ??? ultimately offering a story of hope and empowerment, with the goal of engaging others in launching a movement to end modern-day slavery. With 27 million victims, human trafficking is the 2nd largest criminal enterprise in the world. Not just a back-alley enterprise in underdeveloped regions, it???s also prevalent in the U.S. and industrial nations. Stopping Traffic takes an unflinching, first-hand look at this shadowy underworld, telling the shocking story through the eyes of survivors, veteran activists, front-line rescue organizations and celebrities who support the cause, including Dolph Lundgren and Jeannie Mai.","0.981","/eagIE0AXl0O5OvdZJTnuBeMTThw.jpg","[{'id':94005,'logo_path':null,'name':'Siddhayatan Tirth','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-09-29","0","79","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","Shining a Light on the Shadowy Underworld of Human Trafficking","Stopping Traffic: The Movement to End Sex Trafficking","false","4.5","2" +"false","/r4RdlXZmQ76fYMTcMTzRwN5foNJ.jpg","null","0","[{'id':18,'name':'Drama'}]","","461783","tt1922544","en","All These Small Moments","A teenage boy's infatuation with a woman he sees on the bus further complicates his already tumultuous adolescence.","2.795","/qD19gYjvbOV5H6BkapVTpuNJ7aJ.jpg","[{'id':113684,'logo_path':null,'name':'Jemstone Productions','origin_country':'US'},{'id':113685,'logo_path':null,'name':'Vineyard Point Productions','origin_country':'US'},{'id':113686,'logo_path':'/cxHdbhrkOIXGyIBy49NFUVJx49M.png','name':'Big Vision Creative','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-01-17","0","100","[{'iso_639_1':'en','name':'English'}]","Released","They All Mean Something.","All These Small Moments","false","6.2","3" +"false","/AneA0sMIzPufIowXnmLTSkvxeJa.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10751,'name':'Family'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","","414777","tt2728784","en","After Darkness","As the Sun burns out, an American family gathers at the end of the world, their hopes for rescue slowly crumbling as they also confront long lasting divides amongst each other.","4.27","/zrtZ3u1it0D2MsrNFLBxWXYuGic.jpg","[{'id':10772,'logo_path':null,'name':'Camellia Entertainment','origin_country':''},{'id':113681,'logo_path':null,'name':'Dream Walker Films','origin_country':''}]","[{'iso_3166_1':'MX','name':'Mexico'},{'iso_3166_1':'US','name':'United States of America'}]","2019-01-15","0","98","[{'iso_639_1':'en','name':'English'}]","Released","Hope begins at the end of the world","After Darkness","false","4","2" +"false","/yyMKTSdMFexO1LMrys3QKKbUore.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':28,'name':'Action'},{'id':27,'name':'Horror'}]","","110345","tt2396429","ja","???????????????","Keiko, daughter of a famous sushi chef, leaves home to escape his overbearing training in both sushi-making and martial arts. Finding work at a rural inn, she is bullied by the staff and ridiculed by the guests, including the president of Komatsu Pharmaceuticals, who has come to the inn for a vacation with his associates. Little do they know, however, that disgruntled Komatsu researcher Yamada has followed them there with designs on revenge, using a serum he developed that can awaken the murderous instincts of fish on rice, creating???killer sushi! Bloodthirsty tuna and squid soon descend upon the humans, killing many and turning the remainder into zombie-like creatures.","1.819","/6Q8XNsJmXUoNex1ybEHbYexWaVk.jpg","[]","[{'iso_3166_1':'JP','name':'Japan'}]","2012-09-21","0","90","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Dead Sushi","false","6","30" +"false","","null","0","[{'id':14,'name':'Fantasy'},{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'}]","","216163","tt0126848","en","Cry Wilderness","A Bigfoot-type creature befriends Paul, a young student. His father is a park ranger trying to capture an escaped tiger. Everyone in town is on edge and wants the tiger killed. David tries to keep Bigfoot a secret.","1.206","/siFxgY4cxa9v1Q5WJdqfumiruEe.jpg","[{'id':23820,'logo_path':null,'name':'Visto International Inc.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-02-01","0","93","[{'iso_639_1':'en','name':'English'}]","Released","","Cry Wilderness","false","2.3","18" +"false","/ozUAPUxhpzwePlyp7TULZ4kQ64M.jpg","null","20000000","[{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","http://www.goldvalleyfilms.com/index.php?m=Picture&a=show&id=2","543583","tt6241270","en","Cinderella and the Secret Prince","During the Royal Ball, Cinderella and her mice fellows discover a secret that could shake their world: the real prince has turned into a mouse by the evil witch, and the ""Prince"" from the Royal Ball is in fact a fraud. Now, Cinderella and her friends are going to begin a whole new adventure to save the real Prince, and help him defeat the evil force.","3.122","/kw9nzpPqu5MO3Wgg3teoq9m8EGj.jpg","[{'id':80659,'logo_path':null,'name':'Gold Valley Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-01","0","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pl','name':'Polski'}]","Released","Can Cinderella rescue her Prince ...?","Cinderella and the Secret Prince","false","4","2" +"false","/xQILKmXr65Jp5PJF0d0QOeKDNr8.jpg","null","0","[{'id':18,'name':'Drama'}]","","526775","tt6974888","en","Driven to Dance","While preparing to audition for a renowned ballet company, Paige must convince herself and her mother that she has what it takes to make it in the world of dance.","2.454","/8LEh4iqAoVNw6eXGG7ft46gLNP3.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-04-15","0","98","[{'iso_639_1':'en','name':'English'}]","Released","","Driven to Dance","false","6","1" +"false","/ps6WRI6dnGryN9a0xwiTaV8zwAo.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","29396","tt0058620","en","Strait-Jacket","After a 20 year stay at an asylum for a double murder, a mother returns to her estranged daughter where suspicions arise about her behaviour.","2.954","/1fuZtjCzx2nqMcFQJD7VT3IruPA.jpg","[{'id':10324,'logo_path':null,'name':'William Castle Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1964-01-19","0","93","[{'iso_639_1':'en','name':'English'}]","Released","WARNING! 'Strait-Jacket' vividly depicts ax murders!","Strait-Jacket","false","6.4","41" +"false","/geAMNzmtJ4UYGZ9BvRPtZZ4HjmE.jpg","null","40000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","22189","tt0099747","en","Havanna","An American professional gambler named Jack Weil (Redford) decides to visit Havana, Cuba to gamble. On the boat to Havana, he meets Roberta Duran (Olin), the wife of a revolutionary, Arturo (Julia). Shortly after their arrival, Arturo is taken away by the secret police, and Roberta is captured and tortured. Jack frees her, but she continues to support the revolution.","2.776","/xtP28wLy4TAKOjXuAat4j4BOeLl.jpg","[{'id':15685,'logo_path':null,'name':'Mirage Films','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-12-11","9243140","144","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","A gambler who trusted no one. A woman who risked everything. And a passion that brought them together in the most dangerous city in the world.","Havana","false","5.6","47" +"false","/l2ji4YiNSPBV69WjGBgU0gCvRqy.jpg","null","120000000","[{'id':14,'name':'Fantasy'},{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'}]","https://movies.disney.com/the-nutcracker-and-the-four-realms","426543","tt5523010","en","The Nutcracker and the Four Realms","A young girl is transported into a magical world of gingerbread soldiers and an army of mice. In Disney???s magical take on the classic The Nutcracker, Clara wants a one-of-a-kind key that will unlock a box holding a priceless gift. A golden thread presented at her godfather???s holiday party leads her to the coveted key???which promptly disappears into a strange and mysterious parallel world. There Clara encounters a soldier, a gang of mice and the regents of three magical Realms. But she must brave the ominous Fourth Realm, home to the tyrant Mother Ginger, to retrieve her key and return harmony to the unstable world.","29.07","/9vPDY8e7YxLwgVum7YZIUJbr4qc.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':1557,'logo_path':'/ccz9bqCu3jSFKbPFnfWmjAKZLBL.png','name':'The Mark Gordon Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-26","59522646","99","[{'iso_639_1':'en','name':'English'}]","Released","Let the mystery unfold.","The Nutcracker and the Four Realms","false","6","751" +"false","/p5WF1vmFwTrdNlx6Z7mt5ksnG7W.jpg","null","0","[{'id':10402,'name':'Music'},{'id':10751,'name':'Family'},{'id':16,'name':'Animation'}]","","16366","tt0264734","en","Joseph: King of Dreams","In this animated retelling of the story from the Bible's Book of Genesis, Joseph's gift of dream interpretation and his brilliantly colored coat inspires jealousy in his brothers.","9.721","/dsL5nngGY8qTmXxtAamMUYVQDY3.jpg","[{'id':3487,'logo_path':null,'name':'Universal Home Video','origin_country':''},{'id':521,'logo_path':'/kP7t6RwGz2AvvTkvnI1uteEwHet.png','name':'DreamWorks Animation','origin_country':'US'},{'id':3486,'logo_path':null,'name':'DreamWorks Home Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-11-07","0","74","[{'iso_639_1':'en','name':'English'}]","Released","","Joseph: King of Dreams","false","6.4","415" +"false","/v3RnhCEMu9MVxA5aHWPgVzFGdSG.jpg","null","75000000","[{'id':16,'name':'Animation'},{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","10555","tt0307453","en","Shark Tale","Oscar is a small fish whose big aspirations often get him into trouble. Meanwhile, Lenny is a great white shark with a surprising secret that no sea creature would guess: He's a vegetarian. When a lie turns Oscar into an improbable hero and Lenny becomes an outcast, the two form an unlikely friendship.","14.219","/r08DpyPyhXcJTfNZAICNGMzcQ8l.jpg","[{'id':521,'logo_path':'/kP7t6RwGz2AvvTkvnI1uteEwHet.png','name':'DreamWorks Animation','origin_country':'US'},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-09-20","367275019","90","[{'iso_639_1':'en','name':'English'}]","Released","The story of what happens when one little fish tells a great white lie...","Shark Tale","false","5.9","3381" +"false","/cCyaG86vAhQQgtAJLBkio16HNvz.jpg","{'id':575987,'name':'The Girl - Millennium Collection','poster_path':'/eZEAiTIF3DrnWdDLz25ibINs5iJ.jpg','backdrop_path':'/mXWbLzegIKw8ieicXahH7o4lFKi.jpg'}","43000000","[{'id':53,'name':'Thriller'}]","http://www.girlinthespidersweb.movie/site/","446807","tt5177088","en","The Girl in the Spider's Web","In Stockholm, Sweden, hacker Lisbeth Salander is hired by Frans Balder, a computer engineer, to retrieve a program that he believes it is too dangerous to exist.","30.934","/w4ibr8R702DCjwYniry1D1XwQXj.jpg","[{'id':71170,'logo_path':null,'name':'The Cantillon Company','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':258,'logo_path':null,'name':'Scott Rudin Productions','origin_country':'US'},{'id':84041,'logo_path':null,'name':'Pascal Pictures','origin_country':'US'},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'},{'id':5746,'logo_path':'/sWgSj9muRStENKBoIoaDK6OZmDu.png','name':'Yellow Bird','origin_country':'SE'},{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':10104,'logo_path':'/hNuGhsKVlmhnwSRcmOejDBDjh6w.png','name':'New Regency Pictures','origin_country':'US'},{'id':34,'logo_path':'/GagSvqWlyPdkFHMfQ3pNq6ix9P.png','name':'Sony Pictures','origin_country':'US'},{'id':264,'logo_path':'/fA90qwUKgPhMONqtwY60GaHRyrW.png','name':'Studio Babelsberg','origin_country':'DE'},{'id':116488,'logo_path':null,'name':'Film Service Babelsberg','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'SE','name':'Sweden'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2018-10-25","17894345","117","[{'iso_639_1':'en','name':'English'}]","Released","Discover what made her the girl","The Girl in the Spider's Web","false","5.9","416" +"false","/8jXdcDFbBcnOdSsqHF5ePpihKYK.jpg","null","600000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.whiteirishdrinkersthemovie.com/","58194","tt1550524","en","White Irish Drinkers","A coming of age story set in 1975 working-class Brooklyn, in which two teenage brothers living with their abusive father and their well-meaning but ineffective mother are caught up in a life of petty crime. Older brother Danny concocts a daring scheme to steal enough money for the two to escape, timed around the chaos of an upcoming Rolling Stones concert. The sensitive younger brother, Brian, ultimately has a choice: remain loyal to the brother with whom he shares a powerful love-hate bond, or use his hidden talent as an artist as his own ticket out of their dead-end existence.","1.196","/1J16LtpL9inmGUZsnmKJswO5VEB.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-03-25","0","109","[{'iso_639_1':'en','name':'English'}]","Released","","White Irish Drinkers","false","6.3","11" +"false","","null","0","[{'id':99,'name':'Documentary'}]","http://www.takesallofus.com/","449691","tt4179582","en","Unseen Enemy","A documentary focused on infectious disease outbreaks.","0.627","/osmlm6xLiEoZYbYlxw0gFKgV6WB.jpg","[{'id':73067,'logo_path':'/pSEeTGFLhX5lntHaNOdGSighVZo.png','name':'Vulcan Productions','origin_country':'US'},{'id':29605,'logo_path':'/bSjv2Cinm8LoadffAngaQek4WLW.png','name':'CNN Films','origin_country':'US'},{'id':92564,'logo_path':null,'name':'Sierra Tango Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-03-22","0","97","[{'iso_639_1':'en','name':'English'}]","Released","Once it's here, it's too late.","Unseen Enemy","false","0","0" +"false","/7eq1PRb2wsvfmKEVtotwa4klHLy.jpg","{'id':306882,'name':'Thunderbirds (Animation) Collection','poster_path':'/tZJrhtjpbeJYLwGVoZrCDljBsa8.jpg','backdrop_path':'/svxRC8GtXNTCQwKtSm0zdxMW694.jpg'}","10000000","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","","35780","tt0061094","en","Thunderbirds are GO","Zero-X, a manned exploration mission crashes during lift-off on its maiden flight. Two years later an investigative committee finally concludes sabotage, and decides to call on the services of International Rescue to oversee security at the impending second launch. The second Zero-X successfully reaches its destination, but encounters unexpected hazards, ultimately leading to another call for assistance on its return to Earth. International Rescue respond, and once again Thunderbirds are GO!","1.431","/r9DsKIHPtklQH8Wpenba925ylbc.jpg","[{'id':6141,'logo_path':null,'name':'Century 21 Television','origin_country':''},{'id':52451,'logo_path':null,'name':'Associated Television (Overseas) Limited','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1966-12-15","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Excitement is GO! Adventure is GO! Danger is GO!","Thunderbirds are GO","false","5.9","24" +"false","/74hPVSpwvI3QDm8rhs8EYo1pcwt.jpg","null","4500000","[{'id':10770,'name':'TV Movie'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'}]","","53157","tt0091724","en","The Park Is Mine","A Vietnam vet (Tommy Lee Jones) takes forceful control of Central Park to remember those who served and died in the Vietnam War","2.089","/zTMIt7LG5K2A6TYjUCiCpNEWqdV.jpg","[{'id':89143,'logo_path':null,'name':'International Cinema','origin_country':''},{'id':110675,'logo_path':null,'name':'Ramble Film Productions','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","1986-03-21","0","102","[{'iso_639_1':'en','name':'English'}]","Released","","The Park Is Mine","false","5.1","26" +"false","/yQlt5q0FaVzNpY4iYTFzNqBJZy9.jpg","null","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':10749,'name':'Romance'}]","","29722","tt0063013","en","The Girl on a Motorcycle","Newly-married Rebecca leaves her husband's Alsatian bed on her prized motorbike - symbol of freedom and escape - to visit her lover in Heidelberg. En route she indulges in psychedelic reveries as she relives her changing relationship with the two men.","1.434","/2HmsrvaoHkdojiR1BN8Qaj0I9LC.jpg","[{'id':8612,'logo_path':null,'name':'Mid-Atlantic Film','origin_country':''},{'id':8613,'logo_path':null,'name':'Ares Production','origin_country':''},{'id':16670,'logo_path':null,'name':'Soci??t?? Nouvelle de Cin??matographie (SNC)','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'}]","1968-06-21","0","91","[{'iso_639_1':'en','name':'English'}]","Released","She's always naked under leather","The Girl on a Motorcycle","false","4.9","11" +"false","/ohU87ixie2CDRtI7eeouNd1MKl8.jpg","null","0","[{'id':27,'name':'Horror'}]","","328252","tt3477752","es","Sweet Home","A couple decides to spend a romantic evening in a floor of a semi-abandoned building that slip because she works as a consultant for the council house and got the keys. During the evening they discover that a hooded murderer is the only tenant left in the building...and they have become the new target.","4.28","/AcczgYeU7O0oRmEEtJuXBW8mrFM.jpg","[{'id':62170,'logo_path':null,'name':'Castelao Pictures','origin_country':'ES'},{'id':62171,'logo_path':null,'name':'Film Production','origin_country':'PL'}]","[{'iso_3166_1':'PL','name':'Poland'},{'iso_3166_1':'ES','name':'Spain'}]","2015-05-08","0","80","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Wish you stayed at home","Sweet Home","false","4.8","64" +"false","/qiVntw9E5LcqhYmGXzs7aBiTVHY.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","http://www.PiercingMovie.com","440444","tt6516314","en","Piercing","In this twisted love story, a man seeks out an unsuspecting stranger to help him purge the dark torments of his past. His plan goes awry when he encounters a woman with plans of her own.","12.695","/1iDIFMzYxY25X25KDeARA6VoDl3.jpg","[{'id':10058,'logo_path':'/yXWostV0eJ6WeP5Jqym5lfnsUra.png','name':'BorderLine Films','origin_country':'US'},{'id':85140,'logo_path':'/MCCWEqtp5SFXX2bZiaFCyFdLL3.png','name':'Borderline Presents','origin_country':''},{'id':10949,'logo_path':'/2JOR75Gaz14Vzim0XSTSCmGFYsD.png','name':'Memento Films International','origin_country':'FR'},{'id':28360,'logo_path':'/62pQuXxKWNzJK9QL2E4IogCodl4.png','name':'Paradise City','origin_country':'FR'},{'id':109045,'logo_path':null,'name':'YL Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-01-03","0","81","[{'iso_639_1':'en','name':'English'}]","Released","Practice doesn't always make perfect.","Piercing","false","6.1","28" +"false","/eDa6tmysT8wL25RrwrGrpNVwZxu.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","http://marvel.com/movies/movie/184/marvels_iron_man_hulk_heroes_united","230896","tt3221698","en","Iron Man & Hulk: Heroes United","The Invincible Iron Man and the Incredible Hulk must join forces to save the Earth from its greatest threat yet! When two Hydra scientists try to supercharge a Stark Arc Reactor with Hulk's Gamma Energy, they unleash a being of pure electricity called Zzzax - and he's hungry for destruction. Together, Iron Man and Hulk are the only force that stands in the way of the Zzzax's planetary blackout. But first, the super heroic duo will have to get through snarling Wendigos, deadly robots and the scaly powerhouse, Abomination. Can two of Marvel's mightiest heroes find a way to work together without smashing each other before time runs out?","4.954","/4vPNRJtPjtg7WB6G37ZoQ8dFIjE.jpg","[{'id':13252,'logo_path':'/aGeUvfSNA8gRl6ZjvmLQOsb7PMw.png','name':'Marvel Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-12-03","0","71","[{'iso_639_1':'en','name':'English'}]","Released","Iron Man and the Hulk team up in groundbreaking Marvel CG Animation.","Iron Man & Hulk: Heroes United","false","5.1","70" +"false","","null","0","[]","","412662","tt5606616","en","Riverhead","A blood feud divides a small town in rural Newfoundland.","0.84","/6KyWpGejCdNwzh2lVEWfkiS8HEo.jpg","[]","[]","2016-09-16","0","89","[]","Released","","Riverhead","false","7","2" +"false","/9kuRO6UyJ5NBwShxx1GfU09XsaM.jpg","{'id':256296,'name':'Silent Night, Deadly Night Collection','poster_path':'/4FqLNnITkZza1QKyTd5nprion1y.jpg','backdrop_path':'/wZM7UP8tdoZLHUgV4Lj5ixSqKSB.jpg'}","250000","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","50719","tt0093974","en","Silent Night, Deadly Night Part 2","After being traumatized by his brother Billy's murderous rampage years earlier, Ricky Caldwell has become a serial killer himself and is now living in a mental hospital. Relating his story to a psychiatrist, Ricky recounts the details of their murder sprees and vows to avenge his brother's death.","2.683","/AnxqEQOIHMnBP8THzLvBqnbrhEq.jpg","[{'id':18924,'logo_path':null,'name':'Silent Night Releasing Corporation','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-04-10","154323","88","[{'iso_639_1':'en','name':'English'}]","Released","The nightmare is about to begin ... AGAIN!","Silent Night, Deadly Night Part 2","false","4.4","43" +"false","/hyMuX6eaH0ROGR5zm9PsP137kgU.jpg","null","0","[{'id':99,'name':'Documentary'}]","","576599","tt6291460","en","Hacked","Creepy found- footage horror about a grad student whose research into video chat culture quickly takes a dark and unsettling turn. Starring Melanie Papalia (2016)(74 mins).","0.6","/dpp8UQnmuKHY4PI84zlDvuvUMoo.jpg","[]","[]","2016-11-14","0","77","[{'iso_639_1':'en','name':'English'}]","Released","","Hacked","false","7","1" +"false","/zTI0lqa2VY6H8z1MY4HyEaRpWyS.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'}]","","503207","tt5462288","en","Rockaway","Inspired by true events, a man recounts the summer of '94, when he and his brother plotted revenge against their abusive father.","1.247","/8X6HtQ47x2ZqRrDrV3jb3VhuLSq.jpg","[{'id':100620,'logo_path':null,'name':'Life Now, Life Then','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-08-02","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Rockaway","false","6","2" +"false","/tALmVciAxoeMIIzr4Nm9QK2JNv7.jpg","null","0","[{'id':53,'name':'Thriller'}]","http://www.incendo.ca/productions/twisted","537138","tt7557536","en","Twisted","Kara and Tyler are close to marriage when Tyler???s dangerous ex-girlfriend returns from rehab, and is adamant on winning him back, pulling Kara into a twisted game of cat and mouse.","1.383","/dE9e7KwpyLPdwrfMZaE92tZ3tkF.jpg","[{'id':13404,'logo_path':'/4F5RxvJgbVT0vFQHs3IYRPfJvo3.png','name':'Incendo Productions','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2018-05-19","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Twisted","false","5.9","4" +"false","/dIFKBlytVBh6hRfPYJ11bPHRgxy.jpg","null","0","[{'id':35,'name':'Comedy'}]","","511789","tt5969180","en","I Hate Kids","Nick Pearson is a life-long bachelor who is finally settling down. On the brink of his wedding he is surprised to find he has a 13 year old son who has come to find his him through the help of a psychic. The problem is Nick can't stand kids and would happily send the boy back to live with his biological mother, except that no one has any clue who that might be. Having nowhere to turn Nick must hit the road with the boy and the neurotic, inept psychic to track down dozens of his disgraced ex-flings to whom he must ask the awkward question - with very mixed results.","4.467","/zD6kuWM0W2qSlqCJljRFUnByBou.jpg","[{'id':80834,'logo_path':'/gWVVa74FMdRGXSnRroASmlNBEtU.png','name':'Route One Entertainment','origin_country':'US'},{'id':112628,'logo_path':null,'name':'Red Rover Films','origin_country':'US'},{'id':114196,'logo_path':'/1kn4MV5EoC1qBu1KE9bFGwokVKe.png','name':'DreamAlliance Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-01-18","0","89","[{'iso_639_1':'en','name':'English'}]","Released","3 words made him famous. 3 days will change his life.","I Hate Kids","false","6.3","3" +"false","/jhU9YRRSowc7nvemjwaznJI53FO.jpg","null","0","[{'id':18,'name':'Drama'}]","https://www.dontcomebackfromthemoon.com","459970","tt5249200","en","Don't Come Back from the Moon","The men of a small town on the edge of nowhere mysteriously disappear, one by one, leaving women and children behind to fend for themselves in a desolate and dreamlike world.","1.828","/nvCas3wt20K23WLunGRKfyS3p99.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-01-18","0","98","[{'iso_639_1':'en','name':'English'}]","Released","","Don't Come Back from the Moon","false","4.5","3" +"false","","null","0","[{'id':99,'name':'Documentary'}]","http://visionfilms.net/Details.aspx?id=a6bf0146-2f91-e811-948e-0e563b5fb261","558912","tt9129406","en","Beyond Boundaries: The Harvey Weinstein Scandal","Examine the rise and fall of Hollywood media mogul Harvey Weinstein following the scandal in 2017. Learn from exclusive interviews with those who knew him in the industry, and a discussion of the start of the #MeToo movement.","1.772","/3RttUhiOHu1qFkmvYPdJOo1PJk5.jpg","[{'id':13493,'logo_path':null,'name':'Entertain ME','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-08-21","0","94","[{'iso_639_1':'en','name':'English'}]","Released","","Beyond Boundaries: The Harvey Weinstein Scandal","false","6","2" +"false","","null","0","[{'id':27,'name':'Horror'}]","","50962","tt0124501","en","Evil Come Evil Go","A religious fanatic murders people who are engaging in sex.","1.282","/lwXe3C6gPo6CwLZrw580h52DRyH.jpg","[{'id':98361,'logo_path':null,'name':'Chinn-Adrian Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1972-02-18","0","66","[{'iso_639_1':'en','name':'English'}]","Released","Hell Hath No Fury","Evil Come Evil Go","false","4.5","4" +"false","/svlMtjtTjzrJscBddEvZ7sFACum.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","516630","tt5304996","en","The Standoff at Sparrow Creek","After a mass shooting at a police funeral, reclusive ex-cop Gannon finds himself unwittingly forced out of retirement when he realizes that the killer belongs to the same militia he joined after quitting the force. Understanding that the shooting could set off a chain reaction of copycat violence across the country, Gannon quarantines his fellow militiamen in the remote lumber mill they call their headquarters. There, he sets about a series of grueling interrogations, intent on ferreting out the killer and turning him over to the authorities to prevent further bloodshed.","6.205","/uCyDJGQ54vcCclNqa6nLcSqH3DQ.jpg","[{'id':108781,'logo_path':'/kHAIsNbR9DEiupDXYnloc9FyZl7.png','name':'Cinestate','origin_country':'US'},{'id':89122,'logo_path':null,'name':'Look to the Sky Films','origin_country':'CA'},{'id':12199,'logo_path':'/gYYIgHpgRsyhyUkeFev1GnwBqHb.png','name':'Madhouse Entertainment','origin_country':'US'},{'id':86609,'logo_path':null,'name':'Torfoot Films','origin_country':'US'},{'id':12142,'logo_path':'/rPnEeMwxjI6rYMGqkWqIWwIJXxi.png','name':'XYZ Films','origin_country':'US'},{'id':49471,'logo_path':null,'name':'Zero Trans Fat Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-01-18","0","88","[{'iso_639_1':'en','name':'English'}]","Released","","The Standoff at Sparrow Creek","false","6.9","15" +"false","/ivxJO7AOA82TMb7nWTmyhDC4Ysl.jpg","null","25400000","[{'id':14,'name':'Fantasy'},{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","http://legendofsecretpass.com","56672","tt0765465","en","The Legend of Secret Pass","A Native American teenager named Manu spends the summer with his grandfather high in the desert mountains. As a terrifying doom approaches, Manu must embrace his remarkable destiny and take on an incredible responsibility if he and his family are to thrive and survive.","6.546","/dFC6tJmIeAAR6RrPGqVR3fyPQeO.jpg","[{'id':113731,'logo_path':null,'name':'JC2 Animated Entertainment','origin_country':''},{'id':113732,'logo_path':null,'name':'Lords Productions','origin_country':''},{'id':113733,'logo_path':null,'name':'Strategic Dreamers','origin_country':''},{'id':113734,'logo_path':null,'name':'310 Studios','origin_country':''},{'id':113735,'logo_path':null,'name':'Arkwatch Holdings','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-01-15","0","92","[{'iso_639_1':'en','name':'English'}]","Released","As the forces of Darkness and Light collide, a child holds the key...to the Secret Pass.","The Legend of Secret Pass","false","4","3" +"false","/iybE8hZgZDT0XFxFslH2X9TUMtk.jpg","{'id':150156,'name':'City Slickers Collection','poster_path':'/1xHwbqIfBQvxNCkdJwQ5vxFwI5H.jpg','backdrop_path':'/qv2Bcy963o42k65v0km97G1ceZ4.jpg'}","27000000","[{'id':35,'name':'Comedy'}]","","1406","tt0101587","en","City Slickers","New York meets the west in this comedy starring Billy Crystal. Three New York businessmen decide to take a ""Wild West"" vacation that turns out not to be the relaxing vacation they had envisioned.","9.104","/tdOHDekHHGyjcR3Ay6WQ6uiFHoz.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':97,'logo_path':'/7znWcbDd4PcJzJUlJxYqAlPPykp.png','name':'Castle Rock Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1991-06-07","179033791","112","[{'iso_639_1':'en','name':'English'}]","Released","Yesterday They Were Businessmen. Today They're Cowboys. Tomorrow They'll Be Walking Funny.","City Slickers","false","6.4","350" +"false","/s56FLOb4hit0vvIjpAVFU29IvF4.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","472715","tt3312180","en","The Last Man","Tov Matheson is a war veteran with PTSD who perceives that the apocalypse is coming. After starting a relationship with a dubious Messiah, he leaves his normal life and begins the construction of a shelter underground, training himself, in an extreme way, at the cost of losing everything and making people believe he is insane. When he also believes it, something extraordinary happens.","6.756","/bBrr6RwxmfjZyWTEe3AaguEKbMO.jpg","[{'id':93506,'logo_path':null,'name':'Cinema 7 Films','origin_country':'AR'},{'id':106552,'logo_path':null,'name':'Aicon Music Pictures','origin_country':'AR'},{'id':106553,'logo_path':'/uwNkuD59dfHYNPs9B6xoqeTIg5e.png','name':'Non Stop','origin_country':'AR'},{'id':69170,'logo_path':null,'name':'3dar','origin_country':'AR'},{'id':107258,'logo_path':null,'name':'Quintessential Film','origin_country':''}]","[{'iso_3166_1':'AR','name':'Argentina'},{'iso_3166_1':'CA','name':'Canada'}]","2018-09-06","0","101","[{'iso_639_1':'en','name':'English'}]","Released","Are you ready to survive?","The Last Man","false","3.5","6" +"false","/5CVPclclksx1rLHUw1lu9mAtLtf.jpg","null","433000","[{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'},{'id':18,'name':'Drama'}]","","31511","tt0024069","en","Gold Diggers of 1933","Things get tough for Carol and her showgirl pals, Trixie and Polly, when the Great Depression kicks in and all the Broadway shows close down. Wealthy songwriter Brad saves the day by funding a new Depression-themed musical for the girls to star in, but when his stuffy high-society brother finds out and threatens to disown Brad, Carol and her gold-digging friends scheme to keep the show going, hooking a couple of millionaires along the way.","3.559","/2NwAh4zf8xiqdcnaqTeYSN4n9Xx.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1933-05-27","3200000","97","[{'iso_639_1':'en','name':'English'}]","Released","The Biggest Show On Earth!","Gold Diggers of 1933","false","7.5","44" +"false","/uJIsyRNrH8eA5JY5W6H1losOEDg.jpg","null","0","[{'id':27,'name':'Horror'}]","http://massgravepictures.com/","327370","tt2551510","en","Blood Slaughter Massacre","10 years ago, Officer James Fincher narrowly escaped being killed at the hands of a masked maniac. Now a Detective, a new string of murders has begun in Havenwood. Has the Ripper returned?","0.6","/2R2fzuF1SKa5ZVhc9srNnIe6BzX.jpg","[{'id':47339,'logo_path':null,'name':'Mass Grave Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-05-19","0","125","[]","Released","","Blood Slaughter Massacre","false","2.3","3" +"false","/j7n2zYUODG8ViBSq7VyXyGlwJfH.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","https://www.netflix.com/title/80207371","460321","tt5316540","en","Close","A counter-terrorism expert takes a job protecting a young heiress. After an attempted kidnapping puts both of their lives in danger, they must flee.","16.998","/4kjUGqPIv6kpxJUvjmeQX7nQpKd.jpg","[{'id':44241,'logo_path':null,'name':'Jewson Film','origin_country':'GB'},{'id':113636,'logo_path':null,'name':'Whitaker Media','origin_country':''},{'id':22309,'logo_path':null,'name':'Piccadilly Pictures','origin_country':''},{'id':114481,'logo_path':null,'name':'SQN Capital','origin_country':''},{'id':9987,'logo_path':'/o5OTKAw7Acl5fTZYPyl8M8D9570.png','name':'Lipsync Productions','origin_country':'GB'},{'id':114482,'logo_path':null,'name':'BCP Asset Management','origin_country':''},{'id':36109,'logo_path':'/wca0Jcidf2N1KAPicYMjGoKOmYu.png','name':'The Fyzz','origin_country':'GB'},{'id':20782,'logo_path':null,'name':'WestEnd Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2019-01-18","0","95","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Trained to protect. Born to survive.","Close","false","5.5","238" +"false","/4ybPbVWqRrNMNORGDLcSp0M5xGa.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","http://www.ifcfilms.com/films/an-acceptable-loss","553882","tt7049542","en","An Acceptable Loss","Former top U.S. security adviser Elizabeth ""Libby"" Lamm is threatened by associates from her dark past including Rachel Burke a steely, commanding politician with an unwavering knack for achieving her goals. Colluding with Rachel is Adrian, an unyielding, patriotic chief of staff. Martin harbors another type of obsession with Libby in this story of betrayal and regret.","4.41","/jA9RhCG7O0eDjFPsTr5OphL6mP.jpg","[{'id':113688,'logo_path':null,'name':'Corrado Mooncoin','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-01-18","0","102","[{'iso_639_1':'en','name':'English'}]","Released","The truth is a moving target","An Acceptable Loss","false","5.3","3" +"false","/6YqzVgyhG1ghv35b3NaLZ3vv7an.jpg","null","4700000","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","413308","tt1668016","nl","Een echte Vermeer","Young and talented Han van Meegeren is a rebel in the early 1920's Amsterdam art-scene. Because he paints in the style of his idols Rembrandt and Vermeer, critics find his work old-fashioned and they call him a copycat. Just to prove a point, he produces a fake Vermeer and tries to pass it off as a real one. It works. Instead of revealing the truth and thereby embarrassing the art world, he continues to make money off of his many forgeries. Soon he is caught in a web of lies and deceit, and his life spins out of control. Then one day, high ranking Nazi Hermann G??ring knocks on his door, looking for a Vermeer for his private collection...","1.4","/dYneYtjoPu0P8VTDCNBmumXxK09.jpg","[{'id':24306,'logo_path':'/hPg4b9OMampptQ6UtnsdVL0bbCU.png','name':'Rinkel Film','origin_country':'NL'},{'id':12046,'logo_path':'/wauD5HrRmaR5TdQr0ylGTLyifpQ.png','name':'Fu Works','origin_country':'NL'},{'id':6840,'logo_path':null,'name':'Cadenza Films','origin_country':'NL'},{'id':35206,'logo_path':null,'name':'Living Stone','origin_country':'BE'},{'id':112836,'logo_path':'/rfmlWuH9lxt9pgQetWbNwZKSXvZ.png','name':'Tarantula','origin_country':'LU'}]","[{'iso_3166_1':'NL','name':'Netherlands'}]","2016-11-03","0","105","[{'iso_639_1':'nl','name':'Nederlands'}]","Released","","A Real Vermeer","false","6.2","3" +"false","/tirhxzSR6g1A9Iayo2lpYW4luUF.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':18,'name':'Drama'},{'id':12,'name':'Adventure'},{'id':10749,'name':'Romance'}]","https://www.netflix.com/title/80134721","433249","tt3256226","en","IO","As a young scientist searches for a way to save a dying Earth, she finds a connection with a man who's racing to catch the last shuttle off the planet.","16.905","/utH781EwjzzXQC6fZUO3cw8L5Ht.jpg","[{'id':551,'logo_path':'/jSlzEZZ4Z1g7B2UExjZEIKsUvD9.png','name':'Mandalay Pictures','origin_country':'US'},{'id':113637,'logo_path':null,'name':'Baked Studios','origin_country':''},{'id':113638,'logo_path':null,'name':'Sunset Junction Entertainment','origin_country':''},{'id':46225,'logo_path':null,'name':'Untitled Entertainment','origin_country':'US'},{'id':47930,'logo_path':null,'name':'Good Lap Production','origin_country':''},{'id':93344,'logo_path':null,'name':'Okanagan Media','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-01-18","0","96","[{'iso_639_1':'en','name':'English'}]","Released","In the near future we must save Earth or leave it","IO","false","4.8","612" +"false","/77LWEPzki8wKiHPofCXn7OGGPmx.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':18,'name':'Drama'}]","","30060","tt0084509","en","The Plague Dogs","The Plague Dogs is a 1982 animated film based on the 1977 novel of the same name by Richard Adams. The story is centred on two dogs named Rowf and Snitter, who escape from a research laboratory in Great Britain. In the process of telling the story, the film highlights the cruelty of performing vivisection and animal research for its own sake.","4.031","/nNy9xOOjDPSgdCOFo2yPjppkPJz.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':5016,'logo_path':null,'name':'Nepenthe Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1982-10-21","0","103","[{'iso_639_1':'en','name':'English'}]","Released","","The Plague Dogs","false","7.8","63" +"false","/8xmxXCL2zeL6T5TFtNfuHIZi84G.jpg","null","7500000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","9395","tt0094602","en","Above the Law","Nico Toscani is an Italian immigrant, American patriot, ex-CIA agent, aikido specialist and unorthodox Chicago policeman. He is as committed to his job as he is to his personalized brand of justice???expert and thorough bone-crushing.","7.603","/5flixIwuJt7Vs00mqasZsSnrzG8.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'HK','name':'Hong Kong'},{'iso_3166_1':'US','name':'United States of America'}]","1988-04-08","18869631","99","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","He's a cop who believes no one is above the law.","Above the Law","false","5.9","237" +"false","/2zh06EWekQWzlxa4jpFKRuXEtgf.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","9411","tt0119099","en","Fallen","Homicide detective John Hobbes witnesses the execution of serial killer Edgar Reese. Soon after the execution the killings start again, and they are very similar to Reese's style.","11.371","/v66GrbKcl1babq8BebUff0MI3m4.jpg","[{'id':6189,'logo_path':null,'name':'Turner Pictures (I)','origin_country':''},{'id':507,'logo_path':'/z7H707qUWigbjHnJDMfj6QITEpb.png','name':'Atlas Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-01-16","25232289","124","[{'iso_639_1':'en','name':'English'}]","Released","Detective John Hobbes is searching for a criminal he's already met... already caught... and already killed","Fallen","false","6.7","569" +"false","/6gW79izKPjm0wCvVQjEMvPkp2ts.jpg","null","0","[{'id':35,'name':'Comedy'}]","","35992","tt0060726","en","Munster, Go Home!","Herman discovers he's the new lord of Munster Hall in England. The family sails to Britain, where they receive a tepid welcome from Lady Effigy and Freddie Munster, who throws tantrums because he wasn't named Lord Munster. An on-board romance had blossomed between Marilyn and Roger, but on land Marilyn discovers Roger's family holds a longstanding grudge against the Munsters.","3.804","/zBLseyhyIcieRHQaGDAoBweTpuI.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1966-08-06","0","96","[{'iso_639_1':'en','name':'English'}]","Released","America's Funniest Family in their First Full-Length Feature","Munster, Go Home!","false","6.3","16" +"false","/tPlNfNT2CIZBKPewrsRoGCgZtG6.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':10402,'name':'Music'},{'id':99,'name':'Documentary'}]","https://www.miadocumentary.com/","493106","tt3041550","en","Matangi / Maya / M.I.A.","Drawn from a never before seen cache of personal footage spanning decades, this is an intimate portrait of the Sri Lankan artist and musician who continues to shatter conventions.","4.253","/h0O3e35W0xnkEaL8iXYvqYkZrRB.jpg","[{'id':12219,'logo_path':'/2ddXaM0AHMpAl3tmwfbwyjP6SP.png','name':'Cinereach','origin_country':'US'},{'id':110594,'logo_path':null,'name':'Doc Society','origin_country':''},{'id':110994,'logo_path':'/Vb6ZSuCtUiKh0rDpQl6YJ5PnQd.png','name':'Hard Working Movies','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2018-09-21","0","95","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ta','name':'???????????????'}]","Released","","Matangi / Maya / M.I.A.","false","8.2","16" +"false","/4ioXfbRTllE0YsZsBlr7fBTUr4l.jpg","null","0","[{'id':27,'name':'Horror'},{'id':18,'name':'Drama'}]","","466565","tt7323600","de","Hagazussa","The dark legend of the young woman Albrun and her struggle to preserve her own sanity, and tries to explore the fine line between ancient magic, faith and madness at a time when pagan beliefs in witches and nature spirits spread fear and terror in the minds of the rural population.","2.277","/etlTaP7P8DbZrKNPU9C067srzMP.jpg","[{'id':31052,'logo_path':null,'name':'German Film and Television Academy Berlin','origin_country':'DE'},{'id':113782,'logo_path':null,'name':'Retina Factory','origin_country':'DE'}]","[{'iso_3166_1':'AT','name':'Austria'},{'iso_3166_1':'DE','name':'Germany'}]","2018-05-17","0","102","[{'iso_639_1':'de','name':'Deutsch'}]","Released","A Heathen's Curse","Hagazussa","false","5.3","20" +"false","/zpRelLbwJvwrE3He4WUNtE6cczj.jpg","null","0","[{'id':18,'name':'Drama'}]","","126376","tt0109384","pt","Casa de Lava","In only his second feature, Portuguese filmmaker Pedro Costa (HORSE MONEY, IN VANDA'S ROOM) brilliantly reworked Jacques Tourneur???s classic I WALKED WITH A ZOMBIE into a reflection on his country???s colonial legacy. A nurse, Mariana (In??s de Medeiros), accompanies Le??o (Isaach de Bankol??) to his home on the volcanic islands of Cape Verde after an accident leaves him in a coma ??? but he goes unrecognized by fellow denizens, leaving Mariana trapped with and eventually entranced by a mysterious community. Never before released in the U.S. and now beautifully restored, CASA DE LAVA foreshadows the masterful films that would follow, yet is an extraordinary, ravishing work in its own right.","2.072","/2RjUWv8vYlPuTd1HUU2BijDYnHS.jpg","[{'id':254,'logo_path':null,'name':'Pandora Filmproduktion','origin_country':'DE'},{'id':6584,'logo_path':null,'name':'Gemini Films','origin_country':''},{'id':10357,'logo_path':null,'name':'Madragoa Films','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'PT','name':'Portugal'}]","1994-01-01","0","105","[{'iso_639_1':'pt','name':'Portugu??s'}]","Released","","Casa de Lava","false","7","9" +"false","/cdCMUHWyXBOsbLL4dOEPdCEtwM4.jpg","null","0","[{'id':16,'name':'Animation'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","","487672","tt7167686","en","Reign of the Supermen","In the wake of The Death of Superman, the world is still mourning the loss of the Man of Steel following his fatal battle with the monster Doomsday. However, no sooner as his body been laid to rest than do four new bearers of the Superman shield come forward to take on the mantle. The Last Son of Krypton, Superboy, Steel, and the Cyborg Superman all attempt to fill the vacuum left by the world's greatest champion. Meanwhile, Superman's death has also signaled to the universe that Earth is vulnerable. Can these new Supermen and the rest of the heroes prove them wrong?","14.534","/e9TzqscNRUaG8HqEP3K1jUvi8pC.jpg","[{'id':9993,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Entertainment','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-01-13","0","87","[{'iso_639_1':'en','name':'English'}]","Released","Nothing ever truly dies.","Reign of the Supermen","false","6.8","118" +"false","/eh7jEoYOqYkK0GVX4NcdOyK5x9H.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","45048","tt0079144","en","Felicity","Young Felicity lives in a monastic school. The only way to live out her sexual fantasies is together with her girlfriend Jenny. But then she receives an invitation to her sister in Hong-Kong and can't wait to finally do the real thing.","4.612","/w9AEQFE7anO94KvLhM7Om2xqcnK.jpg","[{'id':5971,'logo_path':null,'name':'Krystal Motion Picture Productions','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","1978-10-09","0","94","[{'iso_639_1':'en','name':'English'}]","Released","She ain't Mama's little girl no more!","Felicity","false","5.9","15" +"false","/6xyq3QTi0uhG9C1cCy1mrJv21Iq.jpg","null","0","[{'id':80,'name':'Crime'},{'id':12,'name':'Adventure'}]","","70098","tt0055429","de","Edgar Wallace - Die seltsame Gr??fin","Strange fortune hunters are behind a girl's murder in this Edgar Wallace tale.","1.65","/s0rDZz3syJaYbsZe6w9DchBA0jk.jpg","[{'id':3602,'logo_path':null,'name':'Rialto Film Preben-Philipsen','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'}]","1961-11-08","0","95","[{'iso_639_1':'de','name':'Deutsch'}]","Released","","The Strange Countess","false","4.9","5" +"false","/wiOdyUHFYAkOK4YlpFPjYWNs2gl.jpg","null","11800000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","69007","tt0085236","en","The Honorary Consul","Set in a small politically unstable Latin American country, the story follows the half English and half Latino Dr. Eduardo Plarr, who left his home to find a better life. Along the way he meets an array of people, including British Consul Charley Fortnum, a representative in Latin America who is trying to keep Revolution from occurring. He is also a remorseful alcoholic. Another person the doctor meets is Clara, whom he immediately falls in love with, but there is a problem: Clara is Charley's wife.","1.961","/h07Elf9pJE71F1wpRSafwhxZT8T.jpg","[{'id':24478,'logo_path':null,'name':'Parsons & Whittemore Lyddon Ltd.','origin_country':''},{'id':3167,'logo_path':null,'name':'World Film Services','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1983-09-30","0","104","[{'iso_639_1':'en','name':'English'}]","Released","First they betrayed him. Then they gambled with his life.","The Honorary Consul","false","5.4","16" +"false","/u7ZiRakTdU2NeYIf0CdF1mr0P6D.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':27,'name':'Horror'}]","","31967","tt1401113","en","Dante's Inferno: An Animated Epic","Dante journeys through the nine circles of Hell -- limbo, lust, gluttony, greed, anger, heresy, violence, fraud and treachery -- in search of his true love, Beatrice. An animated version of the video game of the same name.","10.034","/Acsy6i3nsUiZ8J3BGnEThHxlYPn.jpg","[{'id':5385,'logo_path':null,'name':'Dong Woo Animation','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'SG','name':'Singapore'},{'iso_3166_1':'KR','name':'South Korea'}]","2010-02-09","0","84","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","","Dante's Inferno: An Animated Epic","false","6.1","94" +"false","/30aGIUb1eHNeB5ZKeztL3gatnJg.jpg","null","0","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","47259","tt1468829","en","Cherry Tree Lane","Prosperous professional couple Mike and Christine are settling in for a standard evening of wine, TV and low-level marital hostility when a ring on their doorbell changes everything. Turns out their son Sebastian is in a little trouble with some local boys, who are quite prepared to camp out and wait for him to get home ... the resulting culture-clash chamber drama is raw, revealing and nerve-splittingly tense.","2.174","/9IBw7qEWAlcZ7zGmyOY6ScLw9O7.jpg","[]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2010-07-10","0","77","[{'iso_639_1':'en','name':'English'}]","Released","No warning. No mercy. No escape.","Cherry Tree Lane","false","5","26" +"false","/vVMO4ajDgCEwD41hfFzP5fp2Y5r.jpg","null","1158003","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':10402,'name':'Music'}]","https://www.netflix.com/title/81002685","513574","tt6854672","no","Battle","Amalie is the girl who has everything, good looks, money, a boyfriend and a big talent of dancing. One day, her world falls apart and she moves from everything she knows. Then enter Mikael. He is dancing in the streets and Amalie joins him in dancing on the streets, dancing Battles.","7.794","/zfGhtAX7xe7W0ZgEcM2n6tnxgc0.jpg","[{'id':8246,'logo_path':null,'name':'Friland','origin_country':'NO'},{'id':56049,'logo_path':null,'name':'Storm Films','origin_country':'NO'},{'id':8288,'logo_path':null,'name':'Zentropa International Sweden','origin_country':'SE'},{'id':64935,'logo_path':'/8Ra3mFEHfEDh89PQGWoJHE9lSkr.png','name':'Adomeit Film','origin_country':'DK'},{'id':106931,'logo_path':'/rvRBysZRgdmij3QlPH3yhVwwuhs.png','name':'Phanta Basta!','origin_country':'NL'}]","[{'iso_3166_1':'DK','name':'Denmark'},{'iso_3166_1':'NL','name':'Netherlands'},{'iso_3166_1':'NO','name':'Norway'},{'iso_3166_1':'SE','name':'Sweden'}]","2018-09-28","0","98","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'no','name':'Norsk'}]","Released","","Battle","false","6.6","327" +"false","/i1v4ozDC2e7hVqBzR9VoPt7VXAh.jpg","{'id':123724,'name':'Dracula (Hammer) Collection','poster_path':'/n5SozLvdQZ7cYJb22ZIwNw1DzSg.jpg','backdrop_path':'/hybYYwBqaomfePU3uaiJfpg7ykC.jpg'}","0","[{'id':27,'name':'Horror'}]","","35669","tt0070634","en","The Satanic Rites of Dracula","The police and British security forces call in Professor Van Helsing to help them investigate Satanic ritual which has been occurring in a large country house, and which has been attended by a government minister, an eminent scientist and secret service chief. The owner of the house is a mysterious property tycoon who is found to be behind a sinister plot involving a deadly plague. It is in fact Dracula who, sick of his interminable existence, has decided that he must end it all in the only possible way- by destroying every last potential victim.","3.787","/7gjrXE3bI0W2CVw92b94I2qoUYb.jpg","[{'id':1314,'logo_path':'/gQBluDqe6dc2ZdzfJbabEHoSGoG.png','name':'Hammer Film Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1973-11-03","544476","87","[{'iso_639_1':'en','name':'English'}]","Released","","The Satanic Rites of Dracula","false","5.2","43" +"false","/2yY0V3kvcDt6d68t2HKklnqMnJp.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","https://www.kingofthieves.co.uk/","520360","tt5789976","en","King of Thieves","London, England, April 2015. Brian Reader, a retired thief, gathers an unlikely gang of burglars to perpetrate the biggest and boldest heist in British history. The thieves assault the Hatton Garden Safe Deposit Company and escape with millions in goods and money. But soon the cracks between the gang members begin to appear when they discuss how to share the loot.","19.793","/rtfS7y2XQ0vjTrm6khq508N0Ehk.jpg","[{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'},{'id':113521,'logo_path':'/fF4xLqMQ0C6Laql7HpzRnvn8hfi.png','name':'StudioCanal','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-09-04","0","108","[{'iso_639_1':'en','name':'English'}]","Released","It's never too late to earn","King of Thieves","false","5.3","72" +"false","/fHJDbaPJvoyaVnIvoUFml3yndqY.jpg","null","0","[{'id':16,'name':'Animation'},{'id':18,'name':'Drama'}]","","13398","tt0388473","ja","?????????????????????????????????","One Christmas Eve three people, a middle-aged alcoholic named Gin, a former drag queen Hana and a dependent runaway girl Miyuki, discover an abandoned newborn while looking through the garbage.","7.419","/aY1q9dTGC8u8TUsAgnpJHsdAdJZ.jpg","[{'id':24035,'logo_path':null,'name':'Tokyo Godfathers Production Committee','origin_country':'JP'},{'id':3464,'logo_path':'/9k0nr75nwnNeT2MHerf1OXJN0hj.png','name':'Madhouse','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","2003-12-29","0","92","[{'iso_639_1':'ja','name':'?????????'}]","Released","Meet the ultimate dysfunctional family.","Tokyo Godfathers","false","7.9","339" +"false","/8tYgvakmqLSGBHGqzlnvPCKI0i3.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':36,'name':'History'}]","","222","tt0017668","de","Berlin: Die Sinfonie der Gro??stadt","A train speeds through the country on its way to Berlin, then gradually slows down as it pulls into the station. It is very early in the morning, about 5:00 AM, and the great city is mostly quiet. But before long there are some signs of activity, and a few early risers are to be seen on the streets. Soon the new day is well underway. It's just a typical day in Berlin, but a day full of life and energy.","2.786","/ePGMsItIMHSOvZkCJ6rnl4v64Sq.jpg","[{'id':50,'logo_path':null,'name':'Deutsche Vereinsfilm AG','origin_country':''},{'id':51,'logo_path':null,'name':'Fox Europa Produktion','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'}]","1927-09-23","0","69","[{'iso_639_1':'de','name':'Deutsch'}]","Released","","Berlin: Symphony of a Great City","false","7.9","32" +"false","/12eQPoqPlbLvf7YimvTEkG86Aat.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","33668","tt0050306","en","Designing Woman","A sportswriter who marries a fashion designer discovers that their mutual interests are few, although each has an intriguing past which makes the other jealous.","1.41","/37QZNbRoimWwPTUySgJZNOU2l8J.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1957-05-16","0","118","[{'iso_639_1':'en','name':'English'}]","Released","His world is guys and dolls! Her world is gowns and glamor!","Designing Woman","false","5.9","19" +"false","/uvoUYhAAkP018ZL3RoTviOlayOX.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","21489","tt0071935","en","The Odessa File","After reading the diary of an elderly Jewish man who committed suicide, freelance journalist Peter Miller begins to investigate the alleged sighting of a former SS-Captain who commanded a concentration camp during World War II. Miller eventually finds himself involved with the powerful organisation of former SS members???called ODESSA???as well as with the Israeli secret service. Miller probes deeper and eventually discovers a link between the SS-Captain, ODESSA and his own family.","6.104","/ljViBjiRI05IkhpbN8S7gyC4Ask.jpg","[{'id':3968,'logo_path':null,'name':'John Woolf Productions','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'}]","1974-10-17","0","130","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Hamburg, Germany. 1963. Peter Miller is going inside the dreaded Odessa. More than a few people hope he doesn't get out... ever.","The Odessa File","false","6.8","76" +"false","/tP6PJ8iViqz6ksVpxf4JuRmJ2dA.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","https://www.indivisiblemovie.com/","514407","tt6512428","en","Indivisible","Upon returning from serving in the U.S. Army, Chaplain Darren Turner faces a crisis that shatters his Family and Faith in God but through the help of his fellow soldiers, he returns to his faith and family","4.679","/nHoV8LbrDPGBZp0QSl9S0Jiw4tg.jpg","[{'id':3291,'logo_path':null,'name':'Provident Films','origin_country':''},{'id':113613,'logo_path':null,'name':'Reserve Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-26","0","119","[{'iso_639_1':'en','name':'English'}]","Released","One Marriage. One Family. Under God.","Indivisible","false","5.4","9" +"false","/xxfyQOjvxCgumnSdszwPVTF1rV6.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","http://www.theasylum.cc/product.php?id=262","316410","tt4145324","en","Bound","The daughter of a wealthy real estate mogul falls in love with a younger man, and she is introduced to the world of BDSM. With her newly awakened sexual prowess, she is finally able to take control of her life.","4.137","/3qxA0avnx9CEgrUdDStT4CZmgqE.jpg","[{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-01-09","0","90","[{'iso_639_1':'en','name':'English'}]","Released","No grey... only black and white.","Bound","false","3.5","42" +"false","/AnS1mBVaxOfLn9xaN40j74L7fuV.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","29060","tt0056993","en","Diary of a Madman","Simon Cordier, a French magistrate and amateur sculptor comes into contact with a malevolent entity. The invisible - yet corporeal - being, called a ""horla"" is capable of limited psychokinesis and complete mind control.","1.723","/vCfDWt2ElHtnWeEF61W0eXlwZDF.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1963-03-06","0","96","[{'iso_639_1':'en','name':'English'}]","Released","The most terrifying motion picture ever!","Diary of a Madman","false","5.9","17" +"false","/tPWdX34aXpGzINAfNNlMGsN5vaH.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","101176","tt1612782","en","The Butterfly Room","Ann, a reclusive elegant lady, with an obsession for butterflies, is befriended by the eerily beautiful young Alice. Using her seductive innocence, Alice establishes a disturbing mother daughter relationship with Ann. Lured into her twisted world, Ann soon discovers that she is not the only recipient of the girl's affections. Confronted by Alice's other lady friends, Ann's shock awakens a dark, hidden past, unchaining a spiral of madness: a series of brutal and bizarre crimes that Ann will have to commit to preserve her harmless and deceptive appearances. The only one who recognizes there's something unsettling about Ann, is nine year old Julie, her next door neighbour's daughter. With the inevitable curiosity of a child, Julie begins to explore the corners of Ann's apartment, discovering a dark secret hidden in the walls of the forbidden butterfly room. No one believes what she's seen except for Ann's daughter. Horrified, she realises that the fate of the young girl lies in her hands.","2.754","/i1B0HVS92nqvisWN5bt5Qtzun5b.jpg","[{'id':15080,'logo_path':null,'name':'Achab Film','origin_country':''},{'id':28935,'logo_path':null,'name':'Emergency Exit Pictures','origin_country':''},{'id':22217,'logo_path':null,'name':'Wiseacre Films','origin_country':''},{'id':2683,'logo_path':'/mOL2WcHtox2urbUf1oJvjw7kz01.png','name':'Rai Cinema','origin_country':'IT'}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'US','name':'United States of America'}]","2012-08-04","1081","87","[{'iso_639_1':'en','name':'English'}]","Released","Kids should never grow up","The Butterfly Room","false","6","66" +"false","/5m30CZjSiwVeoaGuWCL2RCIIO76.jpg","null","300000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':10770,'name':'TV Movie'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://newsite.theasylum.cc/index.php/titles/detail?id=a0546c3a-0ced-e311-80c1-782bcb56fee6","172767","tt2518848","en","500 MPH Storm","When an energy experiment goes haywire, a rash of massive hurricanes rips across North America. A high school science teacher must get his family to safety before the hurricanes merge, creating a ""hypercane"" with the power to wipe the US off the map.","3.174","/vdWnIULCa3VgqVVPiL6EXumIPk7.jpg","[{'id':41945,'logo_path':null,'name':'Indy Entertainment','origin_country':''},{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-02-28","0","90","[{'iso_639_1':'en','name':'English'}]","Released","A tornado is 100 mph. A hurricane is 150. This is something else!","500 MPH Storm","false","2.9","25" +"false","/qWzktwEbmZzHc0bAfK17Suzy1Bn.jpg","null","2054738","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","https://www.underthetreefilm.com/","472640","tt6223806","is","Undir tr??nu","When Baldwin and Inga's next door neighbours complain that a tree in their backyard casts a shadow over their sundeck, what starts off as a typical spat between neighbours in the suburbs unexpectedly and violently spirals out of control.","2.067","/dFRfeFoj6imgrmCDkp7k6FqCxyt.jpg","[{'id':94775,'logo_path':null,'name':'Netop Films','origin_country':'IS'},{'id':86773,'logo_path':null,'name':'Madants','origin_country':'PL'},{'id':39720,'logo_path':'/ibYDOzRUY7y8PHdM7JGuw5YLlcp.png','name':'One Two Films','origin_country':'DE'},{'id':64293,'logo_path':null,'name':'Profile Pictures','origin_country':'DK'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'DK','name':'Denmark'},{'iso_3166_1':'IS','name':'Iceland'},{'iso_3166_1':'PL','name':'Poland'}]","2017-09-06","0","89","[{'iso_639_1':'is','name':'??slenska'}]","Released","Two Families. One Tree. A Bloody Mess.","Under the Tree","false","7.4","31" +"false","/hmI6NDw1NBB3OYQNjPRlOaiOIib.jpg","null","1800000","[{'id':18,'name':'Drama'}]","http://www.komplizenfilm.de/d/western.html","452000","tt5157326","de","Western","A group of German construction workers set out for a foreign construction site in the Bulgarian province. The strange country awakens adventure feelings among the men. At the same time, they are confronted with their prejudices and mistrust. For two of the men, a nearby village becomes the stage for a competition for the recognition and favor of the village.","1.705","/tLWwFrU0JFHIzQzxDpF8CKxfeey.jpg","[{'id':122,'logo_path':null,'name':'Coop 99','origin_country':''},{'id':1618,'logo_path':null,'name':'Komplizen Film','origin_country':''},{'id':72961,'logo_path':null,'name':'Chouchkov Brothers','origin_country':''}]","[{'iso_3166_1':'AT','name':'Austria'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'BG','name':'Bulgaria'}]","2017-08-24","0","121","[{'iso_639_1':'de','name':'Deutsch'}]","Released","","Western","false","6.5","28" +"false","/51NwdmyxMcOCJQjjQdFKhntJlsi.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.samesame-themovie.com/","49853","tt1368443","en","Same Same But Different","Based on the true story of Benjamin Prufer and Sreykeo Solvan. The unexpected and uncertain love story of Sreykeo, a 21 year old bar girl in Phnom Penh and Ben, a young German student traveling to Cambodia on a post graduation summer trip. When Ben returns home to Germany he discovers that Sreyko is sick and he takes on the responsibility to save her. On the way he discovers a world where not everyone is dealt the same cards and where motivations are not always pure.","1.874","/8cdqtLzvMuexC5dMg14KCrkAZKC.jpg","[{'id':7201,'logo_path':'/ljV8ZT3CIYCEIEDlTyBliXJVCZr.png','name':'Norddeutscher Rundfunk (NDR)','origin_country':'DE'},{'id':230,'logo_path':null,'name':'Boje Buck Produktion','origin_country':''},{'id':26254,'logo_path':null,'name':'Biscuit Films','origin_country':''},{'id':26255,'logo_path':null,'name':'Bophana Production','origin_country':''}]","[{'iso_3166_1':'KH','name':'Cambodia'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'TH','name':'Thailand'}]","2009-08-13","0","107","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'km','name':''}]","Released","Are you ready for the love of your life in your early twenties?","Same Same But Different","false","6.5","13" +"false","/7klp2EhVlmogIXLyQsLVFrhdMD3.jpg","null","31000000","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","12233","tt0095776","en","Oliver & Company","This animated take on Oliver Twist re-imagines Oliver as an adorable orphaned kitten who struggles to survive in New York City and falls in with a band of canine criminals led by an evil human. First, Oliver meets Dodger, a carefree mutt with street savoir faire. But when Oliver meets wealthy Jenny on one of the gang's thieving missions, his life changes forever.","10.179","/m54pXsIUy3IJoaGhk3RwKsZQPG8.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':554,'logo_path':null,'name':'Silver Screen Partners III','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-11-18","74151346","74","[{'iso_639_1':'en','name':'English'}]","Released","The first Disney movie with attitude.","Oliver & Company","false","6.7","733" +"false","/4Kr4bZCxuiqRdhh8Mwjocpk6htt.jpg","{'id':575548,'name':'Sea Monsters Collection','poster_path':'/3bDZLr2YehCqsoG23FdxsdY9rbl.jpg','backdrop_path':null}","0","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","","575410","tt7575642","en","Sea Monsters 2","The annual Burping Contest is ruined by Barf and Big Snot causing the entire town to go into chaos. Charlie Chapfin and Mucus are then tasked with saving the town, their teacher, their class, and the new student Corallina. Despite all odds, they travel to the deepest, most dangerous corners of the ocean to confront the captors.","2.245","/1RUnAGvJsRgWvrI14S3TP7n4fIG.jpg","[{'id':91826,'logo_path':null,'name':'Ruthless Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-01-15","0","107","[{'iso_639_1':'en','name':'English'}]","Released","Dive Into a monster of an adventure","Sea Monsters 2","false","0","0" +"false","/akd3kdTtSe839nSdR2JNM6bS5aF.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","https://kingofcrimemovie.com/","558589","tt5803438","en","King of Crime","Marcus King, an old school gangster, a crime lord, has left behind old school crime. He has manoeuvred his business into the leafy lanes of the suburbs and now, in place of pimps and dealers, his team consists of the best graduate geeks that money can bribe. No brothels, no casinos and no drugs - he's dragged serious, organised crime well and truly into the twenty-first century. From credit card cloning and skimming to Internet spamming and scamming, he is the king of Cyber Land.","3.147","/aR1zWrvEUOSgZJSKXRa9x82BzID.jpg","[{'id':113495,'logo_path':null,'name':'Milk and Honey - The Movie','origin_country':''},{'id':113496,'logo_path':null,'name':'Warrior Film Promotions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-11-02","0","102","[{'iso_639_1':'en','name':'English'}]","Released","Old school criminals. New school crimes.","King of Crime","false","4.5","4" +"false","/pPdOuYOsE0ZL17LdoGNfJLKgIxo.jpg","null","0","[{'id':27,'name':'Horror'}]","","575389","tt7541632","en","Doom Room","A woman wakes up locked in a small room with no memory of how she arrived there. Unable to escape, and tormented by a series of paranormal entities, she must uncover the riddle of who she is and how she got here.","3.795","/ce48ZMIyW8OE5vFMBza2OGpwGnb.jpg","[{'id':2762,'logo_path':'/leWVtGmp0pyr9pGOAz7WgZj2FjA.png','name':'Highland Myst Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-01-15","0","92","[{'iso_639_1':'en','name':'English'}]","Released","Terror from all sides","Doom Room","false","3","3" +"false","/hohU2iFmHpZqloJqFT941qmrA1k.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","575314","tt4054008","en","Blood Bound","Bound to an ancient pact, a family of unlimited power descend upon a small rural town to sacrifice 4 human lives, one being a member of their own family.","2.948","/lgO2gzjYSKenJxWu4V4u1VhTQYX.jpg","[{'id':52909,'logo_path':null,'name':'Bloodline Productions','origin_country':''}]","[]","2019-01-15","0","96","[{'iso_639_1':'en','name':'English'}]","Released","Pray for her","Blood Bound","false","5","1" +"false","/hX5cGuen5cEdAVfAbBgWpYAQ55T.jpg","null","1200000","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'},{'id':36,'name':'History'}]","http://blazethemovie.com/","489928","tt6443294","en","Blaze","A re-imagining of the life and times of Blaze Foley, the unsung songwriting legend of the Texas Outlaw Music movement.","3.821","/g3rMWJRP6rQO5qP9E6umeRq9hGA.jpg","[{'id':97085,'logo_path':null,'name':'Ansgar Media','origin_country':''},{'id':88582,'logo_path':null,'name':'Cinetic Media','origin_country':''},{'id':97086,'logo_path':null,'name':'Village Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-08-17","467306","129","[{'iso_639_1':'en','name':'English'}]","Released","Based on a true Texas love story","Blaze","false","6.7","6" +"false","/drMBfevK1EagT81M5wV5szzeGgF.jpg","null","0","[{'id':35,'name':'Comedy'}]","","12278","tt0091991","en","Soul Man","A caucasian prospective grad student's affluent family won't pay his way through law school, so he takes tanning pills to darken his skin in order to qualify for an African-American scholarship at Harvard. He soon gets more than he bargained for, as he begins to learn what life is really like for blacks in America.","5.844","/gf8FmcNSKLXHxhsgSRnlRpPpnHj.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","1986-10-24","0","104","[{'iso_639_1':'en','name':'English'}]","Released","A comedy with heart and soul","Soul Man","false","5.4","67" +"false","/2ePViXIOnifrugvnjlFxzmvjwKL.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.boyerasedmovie.com","472451","tt7008872","en","Boy Erased","Jared, the son of a Baptist pastor in a small American town, is outed to his parents at age 19. Jared is faced with an ultimatum: attend a gay conversion therapy program ??? or be permanently exiled and shunned by his family, friends, and faith.","13.995","/oZbhTdi0ZQY7iiSQ0L7h3ya6NDF.jpg","[{'id':10039,'logo_path':'/b8w4LldQolMKiLZw4FQJBcXSDGI.png','name':'Anonymous Content','origin_country':'US'},{'id':32299,'logo_path':'/yNphx07jCXygH1Zh73tSPHnNi82.png','name':'Blue-Tongue Films','origin_country':'AU'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-09-24","7928149","114","[{'iso_639_1':'en','name':'English'}]","Released","The truth cannot be converted","Boy Erased","false","7.2","289" +"false","/7GR03LqwB7ePPPhaK5BAYNzt3Vm.jpg","null","0","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'}]","https://www.aatafilm.com/","461928","tt6433880","en","Anna and the Apocalypse","A zombie apocalypse threatens the sleepy town of Little Haven ??? at Christmas ??? forcing Anna and her friends to fight, slash and sing their way to survival, facing the undead in a desperate race to reach their loved ones. But they soon discover that no one is safe in this new world, and with civilization falling apart around them, the only people they can truly rely on are each other.","6.61","/36HmDXMzeLpTPEhjEbpzI3Kv4Vk.jpg","[{'id':91386,'logo_path':null,'name':'Parkhouse Pictures','origin_country':'GB'},{'id':91387,'logo_path':'/vPv6frwqFKqydMLFtoHdcYeUo5r.png','name':'Blazing Griffin','origin_country':'GB'},{'id':8087,'logo_path':null,'name':'Creative Scotland','origin_country':'GB'},{'id':12977,'logo_path':null,'name':'Black Camel Pictures','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-11-30","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Oh the weather outside is frightful...","Anna and the Apocalypse","false","6.2","41" +"false","/gCIB3DdK00DyfwosVGf7pnFFdK3.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","https://www.hunterkiller.movie","399402","tt1846589","en","Hunter Killer","Captain Glass of the USS ???Arkansas??? discovers that a coup d'??tat is taking place in Russia, so he and his crew join an elite group working on the ground to prevent a war.","34.155","/a0j18XNVhP4RcW3wXwsqT0kVoQm.jpg","[{'id':333,'logo_path':'/5xUJfzPZ8jWJUDzYtIeuPO4qPIa.png','name':'Original Film','origin_country':'US'},{'id':103331,'logo_path':null,'name':'G-BASE','origin_country':'US'},{'id':1020,'logo_path':'/kuUIHNwMec4dwOLghDhhZJzHZTd.png','name':'Millennium Films','origin_country':'US'},{'id':112334,'logo_path':null,'name':'Hunter Killer Productions','origin_country':''},{'id':112335,'logo_path':null,'name':'Hishow Entertainment','origin_country':''},{'id':20011,'logo_path':null,'name':'SprocketHeads','origin_country':''},{'id':100033,'logo_path':'/74LDJbOFdya1ijNT11uh0mM5eg0.png','name':'Tucker Tooley Entertainment','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':114531,'logo_path':null,'name':'Summit Premiere','origin_country':''}]","[{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2018-10-19","0","122","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Courage runs deep","Hunter Killer","false","6.2","549" +"false","/wqtaHWOEZ3rXDJ8c6ZZShulbo18.jpg","null","36000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://astarisbornmovie.com","332562","tt1517451","en","A Star Is Born","Seasoned musician Jackson Maine discovers ??? and falls in love with ??? struggling artist Ally. She has just about given up on her dream to make it big as a singer ??? until Jack coaxes her into the spotlight. But even as Ally's career takes off, the personal side of their relationship is breaking down, as Jack fights an ongoing battle with his own internal demons.","48.394","/wrFpXMNBRj2PBiN4Z5kix51XaIZ.jpg","[{'id':3528,'logo_path':'/cCzCClIzIh81Fa79hpW5nXoUsHK.png','name':'Thunder Road Pictures','origin_country':'US'},{'id':83035,'logo_path':null,'name':'22 & Green','origin_country':'US'},{'id':975,'logo_path':null,'name':'Gerber Pictures','origin_country':'US'},{'id':83036,'logo_path':null,'name':'Joint Effort','origin_country':'US'},{'id':171,'logo_path':null,'name':'Malpaso Productions','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-03","432466514","135","[{'iso_639_1':'en','name':'English'}]","Released","","A Star Is Born","false","7.5","4834" +"false","/p4OlXsv2n6odgVedg7a5Fs5uD3u.jpg","null","0","[{'id':10402,'name':'Music'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","45793","tt0068909","en","Man of La Mancha","In the sixteenth century, Miguel de Cervantes, poet, playwright, and part-time actor, has been arrested, together with his manservant, by the Spanish Inquisition. They are accused of presenting an entertainment offensive to the Inquisition. Inside the huge dungeon into which they have been cast, the other prisoners gang up on Cervantes and his manservant, and begin a mock trial, with the intention of stealing or burning his possessions. Cervantes wishes to desperately save a manuscript he carries with him and stages, with costumes, makeup, and the participation of the other prisoners, an unusual defense--the story of Don Quixote.","2.423","/2sYpRHl8Ayz9bEMKVASbKogJcX4.jpg","[{'id':7508,'logo_path':null,'name':'Produzioni Europee Associati (PEA)','origin_country':''},{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'IT','name':'Italy'}]","1972-12-20","0","132","[{'iso_639_1':'en','name':'English'}]","Released","Peter O'Toole, Sophia Loren and James Coco dream 'The Impossible Dream' in...","Man of La Mancha","false","6.9","26" +"false","/eo028F94PLVUghYt3UZSfnXWJKV.jpg","null","0","[{'id':35,'name':'Comedy'}]","http://www.contacthigh.at/","31337","tt0780002","de","Contact High","Gangster boss Carlos orders the dodgy Viennese junkyard owner Harry to bring him a bag from Poland. Harry passes the order on to his ""best man"" Schorsch. Schorsch, not exactly the brightest, is currently without a driver's license and completely fixated on the 24-hour car race of Le Mans. So he gives the order to Mao and sends in their place the takeaway lessees Hans and Max to Poland. Their journey leads to a seemingly endless drug trip full of extraordinary phenomena.","1.311","/3jbsbsu37xXR9sgLfPfOG7dfpM3.jpg","[{'id':59577,'logo_path':null,'name':'LOTUS Film GmbH f??r ORF','origin_country':''}]","[{'iso_3166_1':'AT','name':'Austria'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'LU','name':'Luxembourg'},{'iso_3166_1':'PL','name':'Poland'}]","2009-03-19","0","98","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","","Contact High","false","7.2","13" +"false","/rJ6HYdm0sxKMttKspFDBgNqwLAd.jpg","null","0","[{'id':10751,'name':'Family'},{'id':12,'name':'Adventure'}]","","30977","tt0029844","en","The Adventures of Tom Sawyer","An orphan in 1850 Missouri gets into a variety of scrapes, including a murder mystery. Entertaining David O. Selznick production of Mark Twain classic with more slapstick than Twain may have had in mind. Cave sequence with Injun Joe is unforgettable.","2.074","/alGVt8eIM9bzqh3BgmYD4v2PbU.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':1553,'logo_path':null,'name':'Selznick International Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1938-02-11","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Thrills! Adventure! Laughs!","The Adventures of Tom Sawyer","false","6.6","16" +"false","/p1BKwn4w8PUdbS0bdOF04L2eSG6.jpg","{'id':479692,'name':'Robert Collection','poster_path':'/dAbzGyrZtEI2DLaFmoabBLpNsCl.jpg','backdrop_path':'/dIhcKuQl3Pi6QvA9UONH8HEEvsv.jpg'}","0","[{'id':27,'name':'Horror'}]","http://www.4digitalmedia.com/index.php/details/349","481954","tt6450628","en","The Revenge of Robert","Germany, 1941. Two secret agents, one working for British intelligence and the other working for the Nazis, board a train. Their mission is to find a Toymaker who is in possession of a mystical book which gives life to the inanimate. As the two secret agents close in and the Toymaker has no idea who to trust, he uses the magical tome to bring a vintage doll called Robert to life...and Robert will stop at nothing to protect his puppet master.","2.68","/9Sdw04XJLs4Lmj1O4VpA0FyZfUl.jpg","[{'id':16370,'logo_path':null,'name':'North Bank Entertainment','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-03-06","0","80","[{'iso_639_1':'en','name':'English'}]","Released","Killing Is Child's Play","The Revenge of Robert","false","4.3","4" +"false","/bt3xuswluc9AJdkFbCKh4lRcvMd.jpg","null","0","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","","17710","tt0314166","en","Hey Arnold! The Movie","When a powerful developer named Mr. Scheck wants to knock down all the stores and houses in Arnold's neighborhood to build a huge ""mall-plex"", it looks likes the neighborhood is doomed to disappear. But with the help of a superhero and a mysterious deep-voiced stranger, Arnold and Gerald will need to recover a crucial document in order to save their beloved neighborhood.","6.424","/etxcq4qiFNi5p0q71APw8MNzPPT.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':2348,'logo_path':'/m31fQvZJuUvAgxoqTiCGYFBfZYe.png','name':'Nickelodeon Movies','origin_country':'US'},{'id':24955,'logo_path':'/rH0gVNXekxmpTTvFeIitUzJHFSm.png','name':'Paramount Animation','origin_country':'US'},{'id':67244,'logo_path':null,'name':'Snee-Oosh Productions','origin_country':''},{'id':4859,'logo_path':'/wOF6aAYFE5BQryYyaMdQPqUWYwt.png','name':'Nickelodeon Animation Studio','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-06-28","0","76","[{'iso_639_1':'en','name':'English'}]","Released","A Big Problem Calls For a Big Head","Hey Arnold! The Movie","false","5.4","123" +"false","/lsF3UZqDx1kb8vZXTaINJhLNoqE.jpg","null","0","[{'id':18,'name':'Drama'}]","","63151","tt0040682","fr","Les parents terribles","Young Michel is in love with the attractive Madeleine, so he decides to tell his parents of his intention to marry her. He thinks his announcement is innocent enough; his engagement, however, threatens to reveal dark secrets lurking within his family's home. Yvonne, Michel's overbearing mother, concocts an elaborate scheme to drive Madeleine away, thus keeping uncomfortable household truths from being exposed.","1.693","/dtqsTBpiNQG26WhuOfvcB2lsJQi.jpg","[{'id':7110,'logo_path':null,'name':'Les Films Ariane','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'}]","1948-12-01","0","105","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","The Storm Within","false","6.6","8" +"false","/aiEkupw1tA6EgUGp1HoRPhiYAOW.jpg","null","0","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","49745","tt0167752","en","The 4th Floor","A young woman moves into a new apartment that she inherited from her grandmother, who had died there in a bizarre accident. She is immediately confronted by totally bizarre neighbors and someone is obviously out to get her as rats and flies engulf her apartment. But with the array of weirdos around her, who might it be? Everyone warns her to stay away from her upstairs neighbor, but he is the only one who shows any kindness. Supposedly the neighbor below her is an 80 year old woman, but she hammers the floor so hard when the young woman moves furniture that she breaks tiles. Another neighbor seems kind enough to begin with, but later seems more interfering and threatening. Also her weatherman boyfriend can't be ruled out. Contrary to his desire for her to move in with him, she moved into their apartment.","3.637","/1MH5c1m9p1Fy4ER05n1M7hFkGCH.jpg","[]","[]","1999-07-31","0","90","[{'iso_639_1':'en','name':'English'}]","Released","People are dying to live in this building.","The 4th Floor","false","5.8","44" +"false","/jVi6weOtHjzZhwQvLAEKOynZVyV.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'}]","","4375","tt0061647","en","Triple Cross","A safecracker turns double agent during WWII.","3.791","/dx8tHnDhGQZm7lKxUTGwS2MOOea.jpg","[]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'}]","1966-12-09","0","140","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","","Triple Cross","false","6.1","26" +"false","/nmLMKsJYNeJjz82MmGRuqRPtIEb.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","43148","tt0024727","en","The Vampire Bat","When the villagers of Klineschloss start dying of blood loss, the town fathers suspect a resurgence of vampirism. While police inspector Karl remains skeptical, scientist Dr. von Niemann cares for the vampire's victims one by one, and suspicion falls on simple-minded Herman Gleib because of his fondness for bats. A blood-thirsty mob hounds Gleib to his death, but the vampire attacks don't stop.","1.43","/bGN3Ik3CatDC9wvfV55LLBrBGh8.jpg","[{'id':4977,'logo_path':null,'name':'Larry Darmour Productions','origin_country':''},{'id':17738,'logo_path':null,'name':'Majestic Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1933-01-21","0","64","[{'iso_639_1':'en','name':'English'}]","Released","These are the TALONS of The Vampire Bat","The Vampire Bat","false","5.7","21" +"false","/5jZvKR1VJstitfks3jG78fHkxQN.jpg","null","0","[{'id':10402,'name':'Music'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","18974","tt0053882","en","The 3 Worlds of Gulliver","Doctor Gulliver is poor, so nothing - not even his charming fianc??e Elisabeth - keeps him in the town he lives. He signs on to a ship to India, but in a storm he's washed off the ship and ends up on an island, which is inhibitated by very tiny people. After he managed to convince them he's harmless and is accepted as one of their citizens, their king wants to use him in war against a people of giants. Compared to them, even Gulliver is a gnome.","1.597","/libiCEHlBeTUs9ykxpkzWSHRrBz.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':5040,'logo_path':null,'name':'Morningside Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1960-11-30","0","100","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","In a World as different as Night and Day !","The 3 Worlds of Gulliver","false","6.5","21" +"false","/8vuUwoOV1yGesQEm2p3fnmp7nzg.jpg","null","1200000","[{'id':10770,'name':'TV Movie'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'}]","","30289","tt1436432","en","MegaFault","When miner Charley 'Boomer' Baxter sets off a series of massive mining detonations in West Virginia, a gigantic earthquake is soon rocking the North Atlantic, exposing a deep seismic fault that runs the length of the North American continent. Joining forces with government seismology expert Dr Amy Lane, Boomer must now race against time to stop the chasm that is threatening to tear America - and the entire world - in half.","1.991","/wa3v5osMnFaEUImfMiWOTIjv2lQ.jpg","[{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-10-10","0","90","[{'iso_639_1':'en','name':'English'}]","Released","A crack in the world has started... we have 24 hours to stop it.","MegaFault","false","3.4","19" +"false","/amehL8trsPwc9R1VDSrV92zAdlT.jpg","{'id':110041,'name':'Naked Fear Collection','poster_path':'/xgWOBDc6yY6OZMgMmDOmkkOJAq4.jpg','backdrop_path':'/wE7QEMOLrc02oXj6OUd6S1yTCI7.jpg'}","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","30155","tt0943326","en","Naked Fear","When Diana (Danielle De Luca) takes a job as a stripper in a sleepy New Mexico town, she's unaware that her fellow dancers have been disappearing. The local sheriff (Joe Mantegna) is stumped, but Diana learns the truth when she becomes the next victim. Her abductor takes her into the desert, where he strips her and lets her go. Then, he begins to hunt Diana with a rifle through the wilderness as s","3.785","/dqbVSuoGo7WL1WRFJUHf9tJ5AkD.jpg","[{'id':11227,'logo_path':null,'name':'HDNM Entertainment','origin_country':''},{'id':16272,'logo_path':null,'name':'R. Sanders D.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-04-01","0","104","[{'iso_639_1':'en','name':'English'}]","Released","","Naked Fear","false","5.1","28" +"false","/oDtBhyuPyPVhHlVQCFG0FWSNlL7.jpg","{'id':23497,'name':'Bleach Collection','poster_path':'/sRMzON4H4ZYCo7G5z2xpwMisU5M.jpg','backdrop_path':'/thrutuVvlp1GZkrOFBaPyoNcwYo.jpg'}","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'}]","http://www.tv-tokyo.co.jp/bleach/2007/index.html","17101","tt1148261","ja","?????????BLEACH The DiamondDust Rebellion ????????????????????????","When an artifact known as the ""King's Seal"" is stolen during transport from Soul Society, Hitsugaya Toushirou is assigned to retrieve it. Toushirou goes missing after a battle with the thieves, leading Seireitei to suspect him of treachery. They order his immediate capture and execution. Unwilling to believe him capable of such a crime, Ichigo, Rangiku, Rukia, and Renji set out to find Toushirou.","4.529","/s63XrtexCANLqEMv3JXXy8tOgco.jpg","[{'id':3234,'logo_path':'/o17H0aZzAn0qgVHY2IO3oDXVoBH.png','name':'Pierrot','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","2007-12-22","0","95","[{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'it','name':'Italiano'}]","Released","","Bleach: The DiamondDust Rebellion","false","6.8","48" +"false","/AmO8I38bkHwKhgxPNrd6djBQyPU.jpg","null","20000000","[{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'},{'id':27,'name':'Horror'},{'id':14,'name':'Fantasy'}]","https://www.suspiria.movie","361292","tt1034415","en","Suspiria","A darkness swirls at the center of a world-renowned dance company, one that will engulf the troupe's artistic director, an ambitious young dancer and a grieving psychotherapist. Some will succumb to the nightmare, others will finally wake up.","16.936","/dzWTnkert9EoiPWldWJ15dnfAFl.jpg","[{'id':10989,'logo_path':null,'name':'Muskat Filmed Properties','origin_country':'US'},{'id':20580,'logo_path':'/tkFE81jJIqiFYPP8Tho57MXRQEx.png','name':'Amazon Studios','origin_country':'US'},{'id':46344,'logo_path':'/uWNb5rg5RuZwcjJ7XTItXj44Gzm.png','name':'Frenesy Film Company','origin_country':'IT'},{'id':53085,'logo_path':null,'name':'First Sun','origin_country':'IT'},{'id':64061,'logo_path':null,'name':'MeMo Films','origin_country':'IT'},{'id':50498,'logo_path':'/zTSRlzyDZX287q289qb4pghILyI.png','name':'K Period Media','origin_country':'US'},{'id':34982,'logo_path':'/uvTmiRZzNfG88dVXi9hQ7eFNirq.png','name':'Mythology Entertainment','origin_country':'US'},{'id':43906,'logo_path':'/cYorIuEuy9TOulJR0QHWuiFIQ3e.png','name':'Vega Baby','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'IT','name':'Italy'}]","2018-10-11","6348889","152","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'de','name':'Deutsch'}]","Released","Give your soul to the dance.","Suspiria","false","7.2","554" +"false","/7m0UQtFp3KQxUvKNr2DN9lDPdE.jpg","null","19116000","[{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'}]","http://quixotemovie.com","297725","tt1318517","en","The Man Who Killed Don Quixote","Toby, a cynical advertising director finds himself trapped in the outrageous delusions of an old Spanish shoe-maker who believes himself to be Don Quixote. In the course of their comic and increasingly surreal adventures, Toby is forced to confront the tragic repercussions of a film he made in his idealistic youth.","10.077","/4o4zw2c9sfHvszIb5xpuFagnouR.jpg","[{'id':7680,'logo_path':'/uGcInOaHyvFZ337T5OeQKKVjSCJ.png','name':'Tornasol Films','origin_country':'ES'},{'id':3984,'logo_path':'/pvOBu9K0zTRuwJW7WII34x17kdz.png','name':'Entre Chien et Loup','origin_country':'BE'},{'id':11561,'logo_path':'/8HB3TFUeo83keAPHfFfrNtN2MmA.png','name':'Recorded Picture Company (RPC)','origin_country':'GB'},{'id':20580,'logo_path':'/tkFE81jJIqiFYPP8Tho57MXRQEx.png','name':'Amazon Studios','origin_country':'US'},{'id':104129,'logo_path':'/kdHv3rvvuSUCS0nbZv10L4ph7sq.png','name':'Alacran Pictures','origin_country':''},{'id':850,'logo_path':'/aF7qajGJGtMpdrtvssM9g90YanX.png','name':'Eurimages','origin_country':'FR'},{'id':67412,'logo_path':'/vgVqq5hunVs8GN5Je9d9rG7Q2NU.png','name':'Movistar+','origin_country':'ES'},{'id':92187,'logo_path':'/yrAyYme1zlZtHuhlWS3DlFAj762.png','name':'Proximus','origin_country':'BE'},{'id':981,'logo_path':'/pkrdO9ykplO4Zc8edikoSX5APUN.png','name':'Televisi??n Espa??ola','origin_country':'ES'},{'id':8680,'logo_path':'/lTvO3MFX5eogjWEpWmLUipxeKVi.png','name':'Ukbar Films','origin_country':'PT'},{'id':12352,'logo_path':'/fkIacb6MddD6trIWamr33SIcUAn.png','name':'Wallimage','origin_country':'BE'}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'PT','name':'Portugal'},{'iso_3166_1':'ES','name':'Spain'}]","2018-05-19","0","132","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'it','name':'Italiano'}]","Released","Today's a marvelous day for adventures!","The Man Who Killed Don Quixote","false","7.1","280" +"false","/bZXKAph5mKkngzHmCAtyuJu40Q9.jpg","null","0","[{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'}]","","25628","tt0080846","en","Hawk the Slayer","Hawk the Slayer, after seeing both his father and bride die at the hands of his malevolent brother, Voltan, sets out for revenge and the chance to live up to his title. Tooling himself up with the ""mind-sword"" and recruiting a motley band of warriors: a giant, a dwarf, a one-armed man with a machine-crossbow and an elf with the fastest bow in the land; Hawk leads the battle against Voltan to free the land from the forces of evil and avenge his loved ones.","1.642","/aQyC61n6pnZ0kPpKJV2ms9FT44f.jpg","[{'id':1155,'logo_path':null,'name':'Incorporated Television Company','origin_country':''},{'id':65585,'logo_path':null,'name':'Marcel/Robertson Productions Limited','origin_country':''},{'id':81767,'logo_path':null,'name':'Chips Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1980-08-27","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Two brothers locked in deadly combat till the end of time!","Hawk the Slayer","false","5","25" +"false","/xYfss5mQnOFeE9h1AWCihWyoZYj.jpg","{'id':506940,'name':'Baaghi Collection','poster_path':'/uuolaInUODfOY1Xnfun59Z4aCac.jpg','backdrop_path':'/yy7QokO7xNrwlaRjHYcDePuS49n.jpg'}","0","[{'id':28,'name':'Action'},{'id':10749,'name':'Romance'},{'id':53,'name':'Thriller'}]","","391629","tt4864932","hi","Baaghi","Baaghi is the story of Ronny, a rebellious 23-year-old from Delhi. Fearing his unruly and angry temperament his father sends him to a disciplinary academy set in a sleepy town in Kerala. While traveling to the academy he meets Siya who also carries a rebellious streak but nonetheless spark fly between them. After his enrollment, Ronny encounters the star student Raghav and things get awry between them when Raghav falls for Siya as well. Years later Ronny is informed that Siya is abducted and is called upon for help to rescue her from the gritty underbelly of Thailand. Lost in the midst of a new city Ronny comes face to face with his nemesis, Raghav. They both still love Siya unconditionally and are in a battle to win her heart. But there will be only one person who will. Who will it be the rebellious Ronny or the furious Raghav?","3.839","/hPL0yEef44KZasY3IDJrvshvWFG.jpg","[{'id':60536,'logo_path':'/chMIfiURhqvr6eWCrzxIwuaWVeN.png','name':'Nadiadwala Grandson Entertainment','origin_country':'IN'}]","[{'iso_3166_1':'IN','name':'India'}]","2016-04-29","0","133","[{'iso_639_1':'hi','name':'??????????????????'}]","Released","A Rebel For Love","Baaghi","false","6","31" +"false","/tnReBbHkaowJ4v7PpBiUzX29kRh.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","http://www.bodiedmovie.com","431491","tt5883570","en","Bodied","A progressive graduate student finds success and sparks outrage when his interest in battle rap as a thesis subject becomes a competitive obsession.","4.374","/l3Fx4jRr5Y7aCdookIIN2hR4vlw.jpg","[{'id':84731,'logo_path':null,'name':'Adishankarbrand','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-11-02","0","120","[{'iso_639_1':'en','name':'English'}]","Released","Meet Oakland's Newest Battle Rapper.","Bodied","false","7.7","34" +"false","/8T8S8czSovMbBoEYxSk7nOhTFqG.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","48650","tt1263750","es","Habitaci??n en Roma","A hotel room in the center of Rome serves as the setting for Alba and Natasha, two young and recently acquainted women, to have a physical adventure that touches their very souls.","9.036","/sFEsSbFBP7VBLzdFHdPZIia9IiT.jpg","[{'id':10031,'logo_path':'/cUOviFxM9l3dYuNeg89giHUaqkd.png','name':'Morena Films','origin_country':'ES'},{'id':14688,'logo_path':null,'name':'Alicia Produce','origin_country':''},{'id':14692,'logo_path':null,'name':'Intervenciones Novo Film 2006 Aie','origin_country':''},{'id':9974,'logo_path':null,'name':'Instituto de la Cinematograf??a y de las Artes Audiovisuales','origin_country':'ES'},{'id':981,'logo_path':'/pkrdO9ykplO4Zc8edikoSX5APUN.png','name':'Televisi??n Espa??ola','origin_country':'ES'},{'id':9335,'logo_path':null,'name':'Canal+ Espa??a','origin_country':'ES'},{'id':856,'logo_path':'/3tfzS2CrX6Ntbu927XzHXEPDA6y.png','name':'Wild Bunch','origin_country':'FR'}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'ES','name':'Spain'}]","2010-05-07","0","109","[{'iso_639_1':'eu','name':'euskera'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","A night of passion that will change their lives.","Room in Rome","false","6","223" +"false","/b6V4KnXgLT7Y064fvtruRAgaqtz.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':12,'name':'Adventure'}]","","66923","tt1684555","en","Horrid Henry: The Movie","When Henry fails yet again to hand in his homework for the umpteenth time, he has no idea that this will set off a chain of events which will see him forming an unlikely alliance with Moody Margaret, the infuriating girl next door, and his irritating little brother Perfect Peter, outwitting corrupt School Inspectors and toppling an evil Headmaster, winning a talent contest and facing his ultimate nemesis with no way out - all because he is trying to save the very school which he has always professed to hate!","4.445","/qb2bSBPJ6PQdUktZ96I2lVuQ38t.jpg","[{'id':10393,'logo_path':'/7MazD0kppT5OzdumzDi5IFYNthO.png','name':'Vertigo Films','origin_country':'GB'},{'id':115133,'logo_path':null,'name':'Novel Entertainment Productions','origin_country':''},{'id':7309,'logo_path':null,'name':'Aegis Film Fund','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2011-07-29","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Horrid Henry finds himself doing things he never ever thought he'd do, and then some.","Horrid Henry: The Movie","false","5.9","49" +"false","/c2TqJwO8kin2QcYNiDNthCLSKaR.jpg","null","0","[{'id':35,'name':'Comedy'}]","https://www.facebook.com/FreeSamplesMovie","106337","tt1793223","en","Free Samples","A Stanford law-school dropout named Jillian escapes to the anonymity of Los Angeles to figure out what she wants to do with her life, and on the day of her college boyfriend's birthday, she finds herself stuck running an ice cream truck fending off locals and oddball friends alike. This one day spent in a truck on the streets of Los Angeles will wake Jillian from her aimless daze and make her see that life doesn't stop just because you want it to.","2.126","/cr0obllVMQSjOO8jciw1LkBABOI.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-05-31","0","80","[{'iso_639_1':'en','name':'English'}]","Released","Ever have one of those years?","Free Samples","false","6.3","18" +"false","/n1iJg0rD8NCtyywyNsEkV9Bp8R8.jpg","null","0","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':878,'name':'Science Fiction'}]","","483006","tt3604156","en","Aliens: Zone of Silence","After her brother mysteriously vanishes from the Mexican desert, a young woman sets out to uncover the otherworldly truth about his disappearance.","1.232","/rvtlCZYoNvLVUBchWottgOvemhv.jpg","[{'id':96510,'logo_path':null,'name':'Altered L.A.','origin_country':''},{'id':80344,'logo_path':null,'name':'Punch Media','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-10-24","0","79","[{'iso_639_1':'en','name':'English'}]","Released","You Are Not Alone.","Aliens: Zone of Silence","false","4.2","9" +"false","/pV0h2JM74Brgw9TrcufI7GYI2V3.jpg","{'id':575165,'name':'The Intent Collection','poster_path':'/jHzygb62Zguud8C1uJsqDKoU9I7.jpg','backdrop_path':'/bUTDSSHihF0jgvAxbyyRdVQRkqA.jpg'}","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","http://theintent2film.co.uk","537104","tt7613996","en","The Intent 2: The Come Up","Before the T.I.C and the Clappers crew were formed, the members worked for a ruthless Yardie boss, Beverly. One of the boys, Jay has ambitions to set up on his own. He has no money, his car keeps getting towed away, every move he makes to get money and lift himself out of the everyday struggle is unsuccessful. Inspired by his high-flying girlfriend, Selene, he sets about laying the foundations for his own organised crime ring. Things are going seemingly well until he is arrested and Beverley discovers his hidden ambition. An ill-fated robbery after a stint in jail and a trip to Jamaica tears the crew apart. All their actions are being monitored by an undercover police officer who goes by the street name ???Gunz???, who has been deployed by the Met Police to ingratiate himself with the crew. With the same grit, humour and action sequences as its??? predecessor, ???THE COME UP??? promises to follow ???THE INTENT??? in becoming an instant cult classic but with international reach.","4.009","/vS3yAm1Eck0aJMzr8V1R6oPFHKI.jpg","[{'id':70224,'logo_path':null,'name':'Island Records','origin_country':''},{'id':8273,'logo_path':'/pXZ6qUs6bZUsS5zsRXrojW9aZ1f.png','name':'Eagle Rock Entertainment','origin_country':'GB'},{'id':106894,'logo_path':null,'name':'Nicky Slimting Films','origin_country':''},{'id':106895,'logo_path':null,'name':'Silver Streak Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-09-21","0","103","[{'iso_639_1':'en','name':'English'}]","Released","","The Intent 2: The Come Up","false","3.5","6" +"false","/gwRjNmhCqwmOhVdMCybhbxDEGGp.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'}]","","572851","tt1650060","en","Sgt. Will Gardner","A troubled Iraq War veteran struggling to reintegrate into society sets out on a cross-country journey with the hope of reuniting with his young son.","1.777","/3OSAh3Tw1FHzK8Pc6DUAUqSOerC.jpg","[]","[]","2019-01-11","0","125","[{'iso_639_1':'en','name':'English'}]","Released","Sometimes The Battle Follows You Home","Sgt. Will Gardner","false","3","2" +"false","/aqdjM6chmFlOtt1bzW0uLVIJWan.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.stagpictures.com/pledge.html","530157","tt6220752","en","Pledge","Three friends pledge a fraternity that's deadly serious about its secret rituals, turning their rush into a race for survival.","8.889","/qmtnUMoWCvJKi276AkORxnYQ0q1.jpg","[{'id':18609,'logo_path':null,'name':'BoulderLight Pictures','origin_country':''},{'id':73376,'logo_path':null,'name':'Stag Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-01-11","0","77","[{'iso_639_1':'en','name':'English'}]","Released","Few get in. None get out.","Pledge","false","5.7","11" +"false","/nvp54siZbqpckAAkVShnhLyZhgS.jpg","{'id':571845,'name':'Norm of the North Collection','poster_path':'/ivZ5l72GiMTVFZmSxNJxE78WjrU.jpg','backdrop_path':'/urhaukqwM9eRnpzVTgbeUZp2Sm0.jpg'}","0","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'}]","","545963","tt7913394","en","Norm of the North: Keys to the Kingdom","Norm and his oldest son travel back to New York to receive the key to the city.","2.893","/fJNOVMY6UqO8yoZge0odKpeNU8m.jpg","[{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':67327,'logo_path':null,'name':'Splash Entertainment','origin_country':'US'},{'id':105992,'logo_path':'/p0P0hJr83MwERW6GkV0rvRaDiiU.png','name':'Discreet Arts Productions','origin_country':'IN'}]","[{'iso_3166_1':'IN','name':'India'},{'iso_3166_1':'US','name':'United States of America'}]","2018-08-31","0","91","[{'iso_639_1':'en','name':'English'}]","Released","","Norm of the North: Keys to the Kingdom","false","3.8","4" +"false","/1WM5c4GMvF73N0FpCns4dQUQ1Ul.jpg","null","0","[{'id':99,'name':'Documentary'}]","","542480","tt9046772","pt","Excelent??ssimos","A strong record of the facts, characters and political articulations behind the country's biggest political crisis since the end of the military dictatorship. Recorded inside the Congress during the months that preceded Dilma Rousseff's impeachment process, the film reveals the conspirators of Dilma's fall and their personal and partisan reasons, answering who, how and why a president is overthrown.???","1.713","/dE9HvKxvPb9uEoeADonKBp9PncO.jpg","[]","[{'iso_3166_1':'BR','name':'Brazil'}]","2018-11-22","0","152","[{'iso_639_1':'pt','name':'Portugu??s'}]","Released","","Lower House","false","8","2" +"false","/jYXslx4cKK04kL6GTkTvXjdbm7j.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.bbc.co.uk/hamlet/","28238","tt1449175","en","RSC Live: Hamlet","David Tennant stars in a film of the Royal Shakespeare Company's award-winning production of Shakespeare's great play. Director Gregory Doran's modern-dress production was hailed by the critics as thrilling, fast-moving and, in parts, very funny.","2.425","/u5sBtExMmlxvWE3aE5oVpjttFrE.jpg","[{'id':11376,'logo_path':null,'name':'NHK Enterprises','origin_country':'JP'},{'id':67756,'logo_path':'/4ggDxQYubKHXt6gnJOwjE8pJd7J.png','name':'Illuminations','origin_country':'GB'},{'id':4762,'logo_path':'/igWZmjr5Zhbnxf7DinSOLoiggLU.png','name':'BBC Wales','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'JP','name':'Japan'}]","2009-12-26","0","185","[{'iso_639_1':'en','name':'English'}]","Released","To be, or not to be?","RSC Live: Hamlet","false","7.7","36" +"false","/aqxyOi8vIqbm25ZsUNKglrGudDA.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","18569","tt0031602","en","Made for Each Other","A couple struggle to find happiness after a whirlwind courtship.","1.673","/zlnh8cD8XHD9vUJC1KtDQf0cwuO.jpg","[{'id':1553,'logo_path':null,'name':'Selznick International Pictures','origin_country':'US'},{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1939-02-10","0","92","[{'iso_639_1':'en','name':'English'}]","Released","Heartbreak...!","Made for Each Other","false","6.3","13" +"false","/xC0XeQOlbA8T7TVs4PiGvH5krDh.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","390874","tt3759298","en","Ashes in the Snow","The coming-of-age tale of 16-year-old Lina Vilkas who is deported to Siberia amid Stalin's reign of terror in the Baltic region during WWII. An aspiring artist, she secretly documents her harrowing journey with her drawings.","10.459","/3ZiWWoDU4RFYUgQNa6lUdHS1mxL.jpg","[{'id':14480,'logo_path':null,'name':'Tauras Films','origin_country':'LT'},{'id':74954,'logo_path':null,'name':'Sorrento Productions','origin_country':'US'}]","[{'iso_3166_1':'LT','name':'Lithuania'},{'iso_3166_1':'US','name':'United States of America'}]","2018-10-12","0","99","[{'iso_639_1':'en','name':'English'}]","Released","One girl's voice breaks the silence of history","Ashes in the Snow","false","6.9","26" +"false","/hASXURjpGIC41x7owhERwGPFYYV.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","40161","tt1657299","en","The Decoy Bride","A local woman is hired to draw paparazzi away from a Hollywood actress who has come to Scotland to get married.","6.137","/cLFecF4VfzuVXjQBnoo9sCDuTqW.jpg","[{'id':698,'logo_path':null,'name':'Scottish Screen','origin_country':''},{'id':2268,'logo_path':'/wgDks2qYgwN6u1OkW1bBre0rf4F.png','name':'Isle of Man Film','origin_country':'GB'},{'id':5705,'logo_path':null,'name':'CinemaNX','origin_country':''},{'id':1267,'logo_path':'/j3kXC0bEn4vxrIyUApeKBtSUu9w.png','name':'Ecosse Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2011-06-06","0","89","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'gd','name':''}]","Released","You may now kiss the decoy.","The Decoy Bride","false","6","122" +"false","/17O0za6xGRSBmT2xGIEFBc3QQrB.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","","31569","tt0120502","en","When Time Expires","A seemingly simple time calibration exercise turns sour for Travis Beck when he discovers that his ex-partner and an unknown team of assassins are also in town with the sole aim of stopping him complete his mission","0.635","/sr8kdpP8YPJVjtbjt6UP9ckrGbZ.jpg","[{'id':1341,'logo_path':null,'name':'Regent Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-01-02","0","93","[{'iso_639_1':'en','name':'English'}]","Released","","When Time Expires","false","5.5","4" +"false","/i4ifG2jrtqc9QpJrmr9afqU5KAg.jpg","null","8","[{'id':10752,'name':'War'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://www.dongmakgol2005.co.kr/","14968","tt0475783","ko","?????? ??? ?????????","Based on the long running play by Jang Jin, the story is set in Korea during the Korean War in 1950. Soldiers from both the North and South, as well as an American pilot, find themselves in a secluded and naively idealistic village, its residents unaware of the outside world, including the war.","5.263","/5iGVw8AdnUJ3xNaZ5iipfsv2e5.jpg","[{'id':5659,'logo_path':null,'name':'Film It Suda','origin_country':''}]","[{'iso_3166_1':'KR','name':'South Korea'}]","2005-08-04","33579813","133","[{'iso_639_1':'ko','name':'?????????/?????????'},{'iso_639_1':'en','name':'English'}]","Released","","Welcome to Dongmakgol","false","7.5","72" +"false","/lCsIs6LA7dgxpj4elZvQfXEpkhQ.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'}]","","90646","tt0126707","en","Two Came Back","A nomadic young woman and other crew members struggle to survive aboard a delivery vessel caught in a violent storm.","0.986","/f4aha1YfwcW6Cq9ynpmMDHif6L1.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-09-28","0","","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","","Two Came Back","false","4","4" +"false","/fU2LytSBX1DDBNN4EnrnR0eiWe7.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':37,'name':'Western'}]","","42703","tt0062479","en","The Way West","In the mid-19th century, Senator William J. Tadlock leads a group of settlers overland in a quest to start a new settlement in the Western US. Tadlock is a highly principled and demanding taskmaster who is as hard on himself as he is on those who have joined his wagon train. He clashes with one of the new settlers, Lije Evans, who doesn't quite appreciate Tadlock's ways. Along the way, the families must face death and heartbreak and a sampling of frontier justice when one of them accidentally kills a young Indian boy.","2.64","/rasSPU8oR55W3IL7rvCwYKFVmvh.jpg","[{'id':11585,'logo_path':null,'name':'Harold Hecht Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1967-05-24","0","122","[{'iso_639_1':'en','name':'English'}]","Released","Cracking Like a Whip From Here to Excitement!","The Way West","false","5.7","32" +"false","/n0vOxFhA8cFowv6xLgexeO29xae.jpg","null","0","[{'id':18,'name':'Drama'}]","","72483","tt0120392","en","The Twilight of the Golds","When Suzanne Stein has a genetic analysis done on her unborn child, she discovers that although she has a healthy baby, the child will most likely be born gay, like her brother, David. She must decide whether to keep the child, or to have an abortion. Her family enters a crisis about love and acceptance as she makes this difficult choice. Written by Phil Fernando","0.861","/2bGVvbJcuswZcM6tqwnt4PdGnkZ.jpg","[{'id':4343,'logo_path':'/rXq1B1Hnkdnw6soz1zoGcslK3wb.png','name':'Showtime Networks','origin_country':'US'},{'id':1341,'logo_path':null,'name':'Regent Entertainment','origin_country':''},{'id':39611,'logo_path':null,'name':'Below The Belt Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-03-22","0","92","[{'iso_639_1':'en','name':'English'}]","Released","Ten fingers, ten toes... and gay. Do you still want him?","The Twilight of the Golds","false","6.9","5" +"false","/926eAKvqGpE5oBij5GodwnZduy2.jpg","null","5000000","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'}]","","102222","tt1937506","en","The Philly Kid","A former NCAA champion wrestler is paroled after 10 years in prison. Now, to save a friend's life, in a series of cage fights he must agree to do the impossible - lose.","4.915","/1F3xbC29BtP06V1ACXsBF4ZCvgu.jpg","[{'id':2982,'logo_path':null,'name':'Signature Pictures','origin_country':'US'},{'id':3608,'logo_path':null,'name':'After Dark Films','origin_country':''},{'id':11647,'logo_path':null,'name':'Autonomous Films','origin_country':''},{'id':40294,'logo_path':null,'name':'Fourth Floor Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-05-11","0","94","[{'iso_639_1':'en','name':'English'}]","Released","","The Philly Kid","false","5.1","26" +"false","/JqsO0GJ5tHPYt1mhiSEcgRXCZN.jpg","null","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","122372","tt1462757","en","The Ghostmaker","A group of college friends discover a 15th century coffin that allows them to experience the world as ghosts. While their first adventures in the spirit world are playful and innocent, the ""Box of Shadows"" soon brings out the group's most dangerous impulses and desires. The friends find themselves pulled into a world of evil where they learn the line between life and death is there for a reason.","2.508","/wyjjtgi0oFDNc8pcq7qEp9wtWzz.jpg","[{'id':33846,'logo_path':null,'name':'Fotocomics Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-08-01","0","91","[{'iso_639_1':'en','name':'English'}]","Released","Life is Good When You're Dead","The Ghostmaker","false","5","28" +"false","/2JPjjUMbBgdnen8E6eMhVqaCllf.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.phungsan.co.kr/","75004","tt1773020","ko","?????????","Poongsan has the unenviable - and death-defying - job of delivering messages across the North and South Korean border to separated families. When South Korean government agents ask him to smuggle in In-ok, the lover of a high-ranking North Korean defector, into the South, the damsel and rescuer fall in love instead.","2.409","/ph8kuXsZzLmcyb0NpvtqYrSE0Zj.jpg","[{'id':20064,'logo_path':'/8shWjvGL9XQlQ60ovNFDnKqGr4G.png','name':'Next Entertainment World','origin_country':'KR'}]","[{'iso_3166_1':'KR','name':'South Korea'}]","2011-06-23","0","121","[{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","","Poongsan","false","6.3","12" +"false","/m7Mhnd7IeW9Ozskyi6IgM6wrvFO.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':53,'name':'Thriller'}]","","45035","tt0492835","ko","?????? ??????","Set in the late 15th century during the reign of King Yeonsan, two male street clowns and tightrope walkers, Jangsaeng (Gam Wu-seong) and Gong-gil (Lee Joon-gi), are part of an entertainer troupe. Their manager prostitutes the beautiful Gong-gil to rich customers, and Jangsaeng is sickened by this practice. After Gong-gil kills the manager in defense of Jangsaeng, the pair flee to Seoul, where they form a new group with three other street performers...","4.544","/49FHitJrLWADPXi1ofeIkrk7rny.jpg","[{'id':10400,'logo_path':null,'name':'Eagle Pictures','origin_country':'IT'}]","[{'iso_3166_1':'KR','name':'South Korea'}]","2005-12-29","0","119","[{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","","King and the Clown","false","7","53" +"false","/51Unmf9JlTmKdIzYJAjTROPWEpG.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://www.murderer.co.kr","140212","tt2468774","ko","?????? ???????????????","On the day the 15-year statute of limitations expired on a high profile serial murder case that claimed the lives of 10 women, a family member of the victim throws himself off the building in front of Choi Hyeong-goo, the detective in charge of the case. Two years later, a man called Lee Doo-seok publishes a book titled ""I am the Murderer"" claiming responsibility for the murders that took place 17 years ago. His book becomes a bestseller because of the author???s charming looks and his vivid depiction of the crime. The detective and the self-proclaimed murderer meet face to face on a television debate show. Believing that Lee is nothing but a con artist, Detective Choi renews his search for the ultimate truth. Then another man appears suddenly, claiming he is the real killer.","4.22","/vUCmuChwqIqyRmVq3OoCGFuQJ63.jpg","[{'id':11430,'logo_path':null,'name':'Dasepo Club','origin_country':'KR'},{'id':3491,'logo_path':'/hXRKXi3M9qfP4Npi1kjAaH4eGnM.png','name':'Showbox','origin_country':'KR'}]","[{'iso_3166_1':'KR','name':'South Korea'}]","2012-11-08","0","119","[{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","","Confession of Murder","false","7.3","89" +"false","/eJPky5hssaNpjVRS5XMB3gkgJrQ.jpg","null","0","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'}]","","533991","tt8108202","hi","??????????????????","Set in the town of Chanderi, Stree is based on the urban legend of Nale Ba that went viral in Karnataka in the 1990s, and features Shraddha Kapoor and Rajkummar Rao in pivotal roles.","7.409","/vkbSB8U9uPN18ssXCf8taetBae.jpg","[{'id':86699,'logo_path':null,'name':'Maddock Films','origin_country':'IN'},{'id':53930,'logo_path':null,'name':'D2R Films','origin_country':'IN'}]","[{'iso_3166_1':'IN','name':'India'}]","2018-08-31","0","128","[{'iso_639_1':'hi','name':'??????????????????'}]","Released","","Stree","false","7.4","26" +"false","/s12HEmmkJfI2mjltI61hGm5kubD.jpg","null","1200000","[{'id':35,'name':'Comedy'}]","","20770","tt0179116","en","But I'm a Cheerleader","Megan is an all-American girl. A cheerleader. She has a boyfriend. But Megan doesn't like kissing her boyfriend very much. And she's pretty touchy with her cheerleader friends. Her conservative parents worry that she must be a lesbian and send her off to ""sexual redirection"" school, where she must, with other lesbians and gays learn how to be straight.","8.254","/eDGH7CHSdkrYcuUJV1e0WS9DlQL.jpg","[{'id':4131,'logo_path':null,'name':'Ignite Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-12-09","2600000","85","[{'iso_639_1':'en','name':'English'}]","Released","A Comedy Of Sexual Disorientation.","But I'm a Cheerleader","false","6.9","204" +"false","/ftyop3f1xkQ1pxfyLDTrtIwTft8.jpg","null","0","[{'id':18,'name':'Drama'}]","","408508","tt5912454","en","Blue Jay","Meeting by chance when they return to their tiny California hometown, two former high-school sweethearts reflect on their shared past.","4.378","/5RlPKu0QxtSwhtNTwq6e3mHunf7.jpg","[{'id':9286,'logo_path':null,'name':'The Orchard','origin_country':'US'},{'id':1974,'logo_path':null,'name':'Duplass Brothers Productions','origin_country':'US'},{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-10-07","0","80","[{'iso_639_1':'en','name':'English'}]","Released","","Blue Jay","false","6.9","167" +"false","/wAeE44Q7tSuKMUxRU1UCQnbtAHg.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':99,'name':'Documentary'}]","","297017","tt3069954","en","Soekarno: Indonesia Merdeka","1942, The Nederlands(ch)-Indi?? Government in Java Island captured Soekarno, an aspiring young man who wants to free Indonesia from colonialism. He was then put in Banceuy Prison at Bandung, Indonesia. Instead of lamenting, Soekarno found a way to fight back by delivering his famous defence oration ""Indonesi Acccuse!"" in his trial at Bandung Laandraad Courthouse. This story follows the life of Soekarno, Republic of Indonesia's first president, from his childhood until he managed to proclaimed Indonesian freedom with M. Hatta.","1.247","/bdrngRQ8m5wYPGApSBQZJL5Ulmc.jpg","[{'id':16614,'logo_path':null,'name':'MVP Pictures','origin_country':'ID'}]","[{'iso_3166_1':'ID','name':'Indonesia'}]","2013-12-11","0","137","[{'iso_639_1':'id','name':'Bahasa indonesia'}]","Released","","Soekarno","false","8.7","3" +"false","/9gWKk62shxDgaS3suAteyAto8HO.jpg","{'id':123800,'name':'Before... Collection','poster_path':'/bBS1CfspKXq5RBok85hYvtW9ZwE.jpg','backdrop_path':'/to3l6Gwzd7FGWa9Spc708IP1K7l.jpg'}","2500000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","76","tt0112471","en","Before Sunrise","On his way to Vienna, American Jesse meets C??line, a student returning to Paris. After long conversations forge a surprising connection between them, Jesse convinces Celine to get off the train with him in Vienna. Since his flight to the U.S. departs the next morning and he has no money for lodging, they wander the city together, taking in the experiences of Vienna and each other.","11.247","/khKJwHxgXSpDl3iKGJ5S15I8ABI.jpg","[{'id':98,'logo_path':null,'name':'Detour Film Production','origin_country':''},{'id':97,'logo_path':'/7znWcbDd4PcJzJUlJxYqAlPPykp.png','name':'Castle Rock Entertainment','origin_country':'US'},{'id':104576,'logo_path':null,'name':'Filmhaus Wien','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'AT','name':'Austria'},{'iso_3166_1':'CH','name':'Switzerland'},{'iso_3166_1':'US','name':'United States of America'}]","1995-01-27","5535405","101","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Can the greatest romance of your life last only one night?","Before Sunrise","false","7.8","1691" +"false","/iA5RfBnIzzpvwDPy5LHPrUKRl71.jpg","{'id':44215,'name':'Stargate SG-1 Collection','poster_path':'/dxlCi4530gCAah2QlW6nIGUH66d.jpg','backdrop_path':'/fwVVh9o0WZsZNstpX3O55ff7Hs8.jpg'}","7000000","[{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'},{'id':10770,'name':'TV Movie'}]","","12914","tt0929629","en","Stargate: Continuum","Ba'al travels back in time and prevents the Stargate program from being started. SG-1 must somehow restore history.","9.353","/tk1jYOK6DRvBHAoHCueUVL3RSEe.jpg","[{'id':19241,'logo_path':'/yFrrdf50AveEbbRlNsgGlaMwdDx.png','name':'Acme Shark','origin_country':'US'},{'id':57748,'logo_path':null,'name':'Kawoosh! Productions DTV II','origin_country':''},{'id':57749,'logo_path':null,'name':'MGM Global Holdings','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2008-07-29","0","98","[{'iso_639_1':'en','name':'English'}]","Released","History may never repeat itself again.","Stargate: Continuum","false","7","214" +"false","/n7CWGVpqddbVBaxc8polyX8kdN0.jpg","null","0","[{'id':10752,'name':'War'},{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","http://www.derhauptmann-film.de/","475094","tt6763252","de","Der Hauptmann","Germany, 1945. Soldier Willi Herold, a deserter of the German army, stumbles into a uniform of Nazi captain abandoned during the last and desperate weeks of the Third Reich. Newly emboldened by the allure of a suit that he has stolen only to stay warm, Willi discovers that many Germans will follow the leader, whoever he is.","6.655","/6sXGn6EkiPNDv1EAD5DZCrJTbin.jpg","[{'id':56832,'logo_path':null,'name':'Hands-on Producers','origin_country':''},{'id':17178,'logo_path':null,'name':'Filmgalerie 451','origin_country':''},{'id':3061,'logo_path':null,'name':'Alfama Films','origin_country':''},{'id':6477,'logo_path':'/tn6i5FOfcfCrYR3zviZVvYdolwu.png','name':'Opus Film','origin_country':'PL'},{'id':94774,'logo_path':null,'name':'Facing East','origin_country':''},{'id':850,'logo_path':'/aF7qajGJGtMpdrtvssM9g90YanX.png','name':'Eurimages','origin_country':'FR'},{'id':109878,'logo_path':null,'name':'Worst Case Entertainment','origin_country':''},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':10611,'logo_path':'/zQ4fGaEnNkWfSzyygXRcUZwPmDG.png','name':'Cin??+','origin_country':'FR'}]","[{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'PL','name':'Poland'}]","2017-09-21","0","118","[{'iso_639_1':'de','name':'Deutsch'}]","Released","Follow the leader","The Captain","false","7.2","87" +"false","/qsrTkdIoJvqtLa8V9TgaYjyZcSV.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'}]","","74924","tt0056725","en","Zotz!","Jonathan Jones, a professor of ancient languages, comes into possession of an ancient coin. He translates its inscription, which gives him three powers: to inflict pain, slow down time or kill. Soon, he's pursued by enemy spies who have learned about the magic coin.","2.289","/6D1sLZfPknA2LdUYrhe4fckdRJ0.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1962-10-03","0","87","[{'iso_639_1':'en','name':'English'}]","Released","Zay It, Zee It and Zoon!","Zotz!","false","6.3","3" +"false","/byGOTivWpqczrMJs0gJHZmUaxaW.jpg","{'id':535790,'name':'Godzilla Anime Collection','poster_path':'/4jG5s3Vyqjg4HZAg4hUBQNO5fa3.jpg','backdrop_path':'/xXeGasfieLP6FZrQYko4B05dh9L.jpg'}","0","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':16,'name':'Animation'}]","http://godzilla-anime.com","536115","tt8478602","ja","GODZILLA -???????????????-","With no means for defeating Godzilla Earth, mankind watches as King Ghidorah, clad in a golden light, descends on the planet. The heavens and earth shake once again as the war moves to a higher dimension.","7.71","/fOA44BITFth0u4hMSOUgpK0kM6t.jpg","[{'id':49301,'logo_path':null,'name':'Toho Pictures, Inc.','origin_country':'JP'},{'id':20024,'logo_path':null,'name':'Polygon Pictures','origin_country':''},{'id':113237,'logo_path':null,'name':'Netflix','origin_country':'US'}]","[{'iso_3166_1':'JP','name':'Japan'}]","2018-11-03","0","90","[{'iso_639_1':'ja','name':'?????????'}]","Released","Bow down and worship the golden demise","Godzilla: The Planet Eater","false","5.5","47" +"false","/mVB2Dqj2S7wAKnzY7LndAS4drfk.jpg","null","0","[{'id':18,'name':'Drama'},{'id':16,'name':'Animation'},{'id':14,'name':'Fantasy'}]","http://wwws.warnerbros.co.jp/budori/","118408","tt2391821","ja","??????????????????????????????","Remake of The Life of Guskou Budori (1994).The fairy tale follows a young man named Guskou in the Tohoku forests of northeastern Japan in the 1920s. After an onslaught of droughts and natural disasters, Guskou is forced to leave his home and search for a better life elsewhere. Guskou joins a group of scientists at the Ihatov Volcano Department, which deals with the same natural disasters that drove Guskou from his home.","0.949","/kloedLaDfk6xRoA8Ml7viaQuyzK.jpg","[{'id':4262,'logo_path':null,'name':'Tezuka Productions','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","2012-07-07","2","106","[{'iso_639_1':'ja','name':'?????????'}]","Released","","The Life of Guskou Budori","false","7","3" +"false","/pp4FIpXMAa6vJix1MygLlqoj0xQ.jpg","null","400000","[{'id':53,'name':'Thriller'}]","","4910","tt0066053","en","The Man Who Haunted Himself","Harold Pelham, a partner in a large electronics firm, finds himself in bewildering circumstances after recovering from a near-fatal car accident. What causes him to renounce his high business principles? Why do friends and colleagues repeatedly sight him in places he has never been? And why does Julie, an attractive girl he has seen only once, claim such an intimate relationship with him? Does Pelham really have a doppelganger ??? or is he losing his mind?","3.884","/2xhsEd05QJ6UKMwNzBdNnyRgJYk.jpg","[{'id':1808,'logo_path':null,'name':'Excalibur Films','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1970-07-18","0","94","[{'iso_639_1':'en','name':'English'}]","Released","You will live every shattering moment of terror with... The Man Who Haunted Himself","The Man Who Haunted Himself","false","6.6","29" +"false","/vRIGYfTd6Sd6B1y8j5esfW4pXn2.jpg","null","0","[{'id':36,'name':'History'},{'id':10770,'name':'TV Movie'},{'id':18,'name':'Drama'}]","https://www.channel4.com/programmes/brexit-the-uncivil-war","536176","tt8425058","en","Brexit: The Uncivil War","Political strategist Dominic Cummings leads a popular but controversial campaign to convince British voters to leave the European Union from 2015 up until the present day.","10.701","/kWgIRP33JPKfMbsSUOPFCZenQJe.jpg","[{'id':5778,'logo_path':'/2loyoQweDxvotH3AknfL2zhsthg.png','name':'Channel 4 Television','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2019-01-07","0","93","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","Target voters. Divide nation. Disrupt system. Meet the man who altered the history of Britain","Brexit: The Uncivil War","false","6.7","44" +"false","/1KET2Hg7llCSKin31Ked50DWnm3.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'}]","","499273","tt3004572","en","2101","Three friends exploring an abandoned facility discover a device that holds information about the future. Upon finding the device, they must learn how to use it while also striving to keep it out of the wrong hands.","0.6","/d9lJNUWNvoInWAxs8KPnY5dyh0k.jpg","[{'id':113357,'logo_path':null,'name':'SEASIK Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-02-23","0","56","[{'iso_639_1':'en','name':'English'}]","Released","Three Friends, Two problems, One Legacy","2101","false","1.1","4" +"false","/16TjbkIQgOJMUaCLVGeGwz6kF69.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","12530","tt0068240","en","Avanti!","A successful businessman goes to Italy to arrange for the return of his tycoon-father's body only to discover dad died with his mistress of long standing.","5.529","/g0pAQxeo1Rp1uPqjIfozp5aXdXS.jpg","[{'id':219,'logo_path':null,'name':'The Mirisch Corporation','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'US','name':'United States of America'}]","1972-12-17","0","140","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","When someone knocks on your door and says permesso?...be careful before you say Avanti!","Avanti!","false","6.9","86" +"false","/xS0YT6rUuUUstYRFMmIjWo5o55I.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':10402,'name':'Music'}]","","63100","tt0063469","en","Psych-Out","Jenny, a deaf runaway who has just arrived in San Francisco's Haight-Ashbury district to find her long-lost brother, a mysterious bearded sculptor known around town as The Seeker. She falls in with a psychedelic band, Mumblin' Jim, whose members include Stoney, Ben, and Elwood. They hide her from the fuzz in their crash pad, a Victorian house crowded with love beads and necking couples. Mumblin' Jim's truth-seeking friend Dave considers the band's pursuit of success ""playing games,"" but he agrees to help Jennie anyway.","1.98","/gl0waHdQJkcP7TxjPl4V8jeduI4.jpg","[{'id':91444,'logo_path':null,'name':'Dick Clark Productions','origin_country':''},{'id':9266,'logo_path':null,'name':'American International Pictures (AIP)','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1968-03-06","0","101","[{'iso_639_1':'en','name':'English'}]","Released","The Ultimate Head Trip","Psych-Out","false","6","15" +"false","/1GuRpORFhOhOiwS6HoFzfIvTvk8.jpg","null","0","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","28295","tt0059297","en","I Saw What You Did","When two teenagers make prank phone calls to strangers, they become the target for terror when they whisper ""I Saw What You Did, And I Know Who You Are!"" to psychopath Steve Marek who has just murdered his wife. But somebody else knows of the terrible crime that was committed that night, the killer's desperately amorous neighbor Amy Nelson.","1.792","/90uQa6L0E5IQT2WfDjdhI2tijGH.jpg","[{'id':10324,'logo_path':null,'name':'William Castle Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1965-07-21","0","82","[{'iso_639_1':'en','name':'English'}]","Released","You May Be the Target... of the Next Phone Call...","I Saw What You Did","false","6.6","20" +"false","/zXGzRnqxebZ0FY47A3DhzrA4X4W.jpg","null","0","[{'id':18,'name':'Drama'}]","http://grafoaudiovisual.com/movie/ferrugem/","489991","tt7467324","pt","Ferrugem","Tati and Renet were already trading pics, videos and music by their cellphones and on the last school trip they started making eye contact. However, what could be the beginning of a love story becomes the end.","2.931","/xnWehoZTLvT3ztLqVgRsyXkYC47.jpg","[{'id':93196,'logo_path':null,'name':'Grafo Audiovisual','origin_country':''}]","[{'iso_3166_1':'BR','name':'Brazil'}]","2018-01-20","0","100","[{'iso_639_1':'pt','name':'Portugu??s'}]","Released","","Rust","false","6.9","16" +"false","/yotkZC9fJc1G4SPrlOD4AKjiR2.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","","552180","tt9062342","es","El Potro: Lo mejor del amor","A young man with charisma and magnetism enters the atmosphere of tropical music as a romantic singer and undertakes a vertiginous ascent to fame.","2.211","/38fz4WpmHtQEf5EgDb1vhGl8hME.jpg","[{'id':109712,'logo_path':null,'name':'FAM Contenidos','origin_country':''},{'id':10824,'logo_path':null,'name':'Telef?? International','origin_country':''},{'id':54129,'logo_path':null,'name':'Corinthian Productions','origin_country':''},{'id':113399,'logo_path':null,'name':'CT Films','origin_country':''}]","[]","2018-10-04","0","122","[{'iso_639_1':'es','name':'Espa??ol'}]","Released","","El Potro: Lo mejor del amor","false","5.6","14" +"false","/spv3UxauaGKN5f1KrZ2iSwtdddf.jpg","{'id':264339,'name':'The Hamiltons Collection','poster_path':'/gZzEapPW7oscqDA8XWiri0IF8GM.jpg','backdrop_path':'/yhEUkS0Sv1ohevI7Yt7YorIVfoR.jpg'}","3000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.accentfilm.com/product.cfm?id=MTAwMDI4MA%3D%3D&cat=Mw%3D%3D","128841","tt1831806","en","The Thompsons","On the run with the law on their trail, America's most anguished vampire family heads to England to find an ancient vampire clan. What they find instead could tear their family, and their throats, apart forever.","2.203","/fCjFuf6nU4AYJ8FHujALLfqXAnj.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2012-08-21","0","84","[{'iso_639_1':'en','name':'English'}]","Released","You never really know who your neighbors are...","The Thompsons","false","4.8","29" +"false","/oc5207zyaBJP6fnX5a3ahCeGpW6.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","","34838","tt0120275","en","The Tango Lesson","On a trip to Paris Sally meets Pablo, a tango dancer. He starts teaching her to dance then she returns to London to work on some ""projects"". She visits Buenos Aires and learns more from Pablo's friends. Sally and Pablo meet again but this time their relationship changes, she realises they want different things from each other. On a trip to Buenos Aires they cement their friendship.","1.67","/73YrM0W2vfkGjsJwTvxq3JX8hZH.jpg","[{'id':718,'logo_path':null,'name':'Arts Council of England','origin_country':''},{'id':36765,'logo_path':null,'name':'Adventure Pictures','origin_country':''},{'id':39696,'logo_path':null,'name':'Adventure Films','origin_country':''}]","[{'iso_3166_1':'AR','name':'Argentina'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'NL','name':'Netherlands'},{'iso_3166_1':'GB','name':'United Kingdom'}]","1997-11-28","0","100","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","The Tango Lesson","false","5.4","7" +"false","/x1ggoJkPKV0q1aDZB4JUAJYtjPK.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","30998","tt0128137","en","The Confession","After his young son dies from the negligience of medical professionals at a hospital, Harry Fertig (Kinglsey) takes matters into his own hands and kills the negligent doctors responsible. Slick lawyer Roy Bleakie (Baldwin), looking only to win a case and not caring of the matters involved, is assigned Fertig's case. Shocked to hear that his client wants to plead guilty, the case causes Bleakie to question his own morals by defending an honorable man.","2.363","/rQ0ObVT4hR9CtTLcevcWo5wGVae.jpg","[{'id':3901,'logo_path':null,'name':'Phoenician Films','origin_country':''},{'id':23034,'logo_path':null,'name':'El Dorado Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-03-26","0","114","[{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'he','name':'????????????????'},{'iso_639_1':'en','name':'English'}]","Released","Trust no one.","The Confession","false","6.1","18" +"false","/tuHTq7f267fKQ7SW40JvW3LTeHr.jpg","null","0","[{'id':35,'name':'Comedy'}]","","510469","tt8212614","fr","Roulez jeunesse","Alex, 43, is not a man of many responsibilities. He works as a tow truck driver in the car repair garage run with an iron fist by his mother Antoinette. She hopes he will someday take over the business, but Alex manages to consistently prove that he???s not up to the task. One day, he assists a woman whose car broke down and ends up spending the night at her place. The next morning, she is nowhere to be found, and Alex discovers he is alone... with three kids!","3.909","/gQkChd1FJewppBHKAUBV4GpkZGS.jpg","[{'id':101932,'logo_path':null,'name':'SRAB Films','origin_country':''},{'id':2700,'logo_path':'/xVyuzrVzoMbxBh3xNZbUudm4meJ.png','name':'Rectangle Productions','origin_country':'FR'},{'id':5125,'logo_path':'/t3oWTsVukmEzrZzvfr37XRBibo5.png','name':'Le Pacte','origin_country':'FR'},{'id':83,'logo_path':'/9OQ0rm55xtlgX7KcAKMUePJSrQc.png','name':'France 2 Cin??ma','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'}]","2018-07-25","0","84","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","The Troubleshooter","false","6.3","55" +"false","/lT713sIia8SbJiazHk0wCnaiaix.jpg","null","0","[{'id':18,'name':'Drama'}]","","88264","tt0061181","en","The White Bus","A despondent young woman travels home to the North of England.","1.4","/8vt8JxWZ6SMLcQFO7PePbGNvXDX.jpg","[{'id':109354,'logo_path':null,'name':'Holly Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1967-12-01","0","46","[{'iso_639_1':'en','name':'English'}]","Released","","The White Bus","false","6.1","5" +"false","/bNTBWrSLZrOdB4NLCV2LmA3fuiK.jpg","null","0","[{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'}]","","573632","tt4157728","en","The Last Boy","The world at an end, a dying mother sends her young son on a quest to find the place that grants wishes.","3.15","/ygUsgb6WSTZ4iyZJXpjswgngqBY.jpg","[{'id':21745,'logo_path':null,'name':'Kirlian Pictures','origin_country':''},{'id':113218,'logo_path':null,'name':'PA Film Developments','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2019-01-08","0","87","[{'iso_639_1':'en','name':'English'}]","Released","","The Last Boy","false","4.2","10" +"false","/mH1bGuaT17Hyw3yHYZhbQg9mrkE.jpg","null","0","[{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'},{'id':9648,'name':'Mystery'}]","","519729","tt6096308","en","Still","When a young hiker stumbles onto an isolated farm after losing her way on the Appalachian Trail, she is taken in by a strange yet beautiful couple desperate to protect a secret deep in the mountains.","2.616","/rHbZckaoNTZK6Pm9chAkJ8uBj66.jpg","[{'id':113189,'logo_path':null,'name':'Murdoch and Dent','origin_country':''},{'id':113190,'logo_path':null,'name':'The Georgia Film Academy','origin_country':''},{'id':113191,'logo_path':null,'name':'The Thought Commission','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-04-21","0","88","[{'iso_639_1':'en','name':'English'}]","Released","","Still","false","4.3","2" +"false","/wSBRNeBlEbsU5aDjxMFZhnStYII.jpg","null","0","[{'id':878,'name':'Science Fiction'}]","","506902","tt6034774","en","Loophole","The future of humanity hangs in the balance, as both sides race against time to find the bloodline of Judas Iscariot.","2.716","/qvZgVk6Jh40pbJnc1Tpm0D5Nen8.jpg","[]","[]","2019-01-08","0","","[{'iso_639_1':'en','name':'English'}]","Released","Violence is to be human","Loophole","false","0","0" +"false","/vRDoVVfFKqieDxftKqMNPitltcg.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':99,'name':'Documentary'}]","","527952","tt7850992","en","Anunnaki","450,000 years ago our ancestors descended from the heavens to engineer the first human beings. To us they were Giants that ruled as Gods over mankind. Now new evidence and scientific research acknowledges their existence on earth but reveals when they will return. The truth of their real origin and purpose is much more bizarre and amazing than anything previously believed. From the Garden of Eden to the Great Flood; from the God of the Bible to the secrets of Enoch all shall be revealed. (IMDB)","1.139","/haIlkLVz2umBeL7bQ6BbwEFdQev.jpg","[]","[]","2018-04-10","0","66","[{'iso_639_1':'en','name':'English'}]","Released","","Anunnaki","false","0","0" +"false","/qhSz7yk5MGKFmku2kSOpJBGejGg.jpg","null","0","[{'id':18,'name':'Drama'}]","https://bleeckerstreetmedia.com/whattheyhad","451919","tt6662736","en","What They Had","A woman must fly back to her hometown when her Alzheimer's-stricken mother wanders into a blizzard. The return home forces her to confront her past.","4.184","/6bcwwSBt5jTedHAuAqaVPD4goot.jpg","[{'id':76901,'logo_path':'/l6LNuKdl51PmyO130Kzmc9FKosI.png','name':'June Pictures','origin_country':'US'},{'id':7271,'logo_path':null,'name':'United Pictures','origin_country':''},{'id':2570,'logo_path':null,'name':'Bona Fide Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-19","0","101","[{'iso_639_1':'en','name':'English'}]","Released","A family united by the past. Divided by the present.","What They Had","false","6.6","16" +"false","/oskuJKvUMvKz0wnG81B4xcF7bA9.jpg","null","0","[{'id':35,'name':'Comedy'}]","https://www.bluefoxentertainment.com/films/summer-03","501630","tt7284204","en","Summer '03","A 16-year-old girl and her extended family are left reeling after her calculating grandmother unveils an array of secrets on her deathbed.","10.129","/rZhUcUkDzgvF0pjEjMZvUsvcUqH.jpg","[{'id':115662,'logo_path':null,'name':'Big Cat Productions','origin_country':''},{'id':115663,'logo_path':null,'name':'Summer 03 Film','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-09-28","0","102","[{'iso_639_1':'en','name':'English'}]","Released","Growing up. One mistake at a time.","Summer '03","false","5.9","31" +"false","/uCIRcNRHGN5VCLHTsBBITVqYWQN.jpg","null","3000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","1807","tt0363589","en","Elephant","Several ordinary high school students go through their daily routine as two others prepare for something more malevolent. The film chronicles the events surrounding a school shooting.","6.144","/1a4VU9z2hxEvugHMK7VsobB9xTX.jpg","[{'id':7429,'logo_path':'/6in9uMqxXEHx5XgYgkeRBpZ4rPw.png','name':'HBO Films','origin_country':'US'},{'id':7430,'logo_path':null,'name':'Fearmakers Studios','origin_country':''},{'id':104598,'logo_path':null,'name':'Blue Relief Productions','origin_country':''},{'id':7428,'logo_path':null,'name':'Meno Films','origin_country':''},{'id':8,'logo_path':'/78ilmDNTpdCfsakrsLqmAUkFTrO.png','name':'Fine Line Features','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-09-06","10012022","82","[{'iso_639_1':'en','name':'English'}]","Released","An ordinary high school day. Except that it's not.","Elephant","false","7.1","789" +"false","/q803zZwyhjirjeh6OVVYYpBkUT5.jpg","null","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","http://lionsgatepublicity.com/theatrical/actsofviolence/","479040","tt6684714","en","Acts of Violence","When his fiancee is kidnapped by human traffickers, Roman and his ex-military brothers set out to track her down and save her before it is too late. Along the way, Roman teams up with Avery, a cop investigating human trafficking and fighting the corrupt bureaucracy that has harmful intentions.","11.327","/pK9CugRd3DIP0THBH8WlGrvk5vy.jpg","[{'id':98006,'logo_path':null,'name':'Colecar Productions','origin_country':''},{'id':73685,'logo_path':null,'name':'Emmett Furla Oasis Films','origin_country':'US'},{'id':85562,'logo_path':null,'name':'River Bay Films','origin_country':''},{'id':19995,'logo_path':null,'name':'Tri-Fold Pictures','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2018-01-12","0","86","[{'iso_639_1':'en','name':'English'}]","Released","Protect what's yours.","Acts of Violence","false","6","161" +"false","/ztmomSw5KjXWxvAKM9VqUqenDxi.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'}]","","108049","tt0098373","en","Spirits of the Air, Gremlins of the Clouds","Brother and sister endure alone together in a post-apocalyptic Outback until the sudden arrival of a stranger.","1.275","/zaxLq35neMkPeZ5SZIVZZd9Xfv4.jpg","[]","[]","1989-01-01","0","93","[{'iso_639_1':'en','name':'English'}]","Released","","Spirits of the Air, Gremlins of the Clouds","false","6.2","6" +"false","/gSRFfh13zDQNr21jwjouZech98d.jpg","null","0","[{'id':35,'name':'Comedy'}]","","573443","tt9129734","en","Interactive Introverts","Dan and Phil put the audience in control and stand under the spotlight to give the people what they want: an epic interactive experience of rants, roasts, battles, stories, and surprises that will make you laugh, cry, and cringe..","0.6","/d52hSmAm7UgZKgpVkpUlfMQn9Qf.jpg","[]","[]","2018-12-10","0","158","[{'iso_639_1':'en','name':'English'}]","Released","","Interactive Introverts","false","0","0" +"false","/v3W2zcJG12hb2ZfogCM3WsUN2hz.jpg","null","0","[{'id':18,'name':'Drama'}]","","95767","tt0058935","en","Ballad in Blue","Ray Charles plays himself in this film where he helps blind boy David (Piers Bishop) in his struggle to regain his sight. David???s over-protective mother Peggy (Mary Peach) is afraid of the risks connected with restoring his sight. Ray tries to help the whole family, offering the heavy-drinking Peggy???s heavy-drinking partner Steve (Tom Bell) an opportunity to work with his band.","0.6","/cpTGasntVF8e4aBss7PjypsIZDm.jpg","[{'id':9072,'logo_path':null,'name':'Alsa Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1965-02-18","0","89","[{'iso_639_1':'en','name':'English'}]","Released","","Ballad in Blue","false","7","3" +"false","/eafJ9uTiEwXxHw21Qd4o8aILSXf.jpg","{'id':124492,'name':'The Dirty Dozen Collection','poster_path':'/xCLD1Pul4d6iJJdFf3el7PfMpLc.jpg','backdrop_path':'/z5Wj3wkksrRjyjhZ2flr00gSjTR.jpg'}","0","[{'id':12,'name':'Adventure'},{'id':10752,'name':'War'},{'id':28,'name':'Action'}]","","36573","tt0095022","en","The Dirty Dozen: The Fatal Mission","A renegade team of World War II soldiers. This time, one of the 12 is a woman and, with a Nazi spy within their midst, they're up against German wartime geniuses out to establish a Fourth Reich.","2.492","/6cIpOFEquC5mI4bGYkCu5oADuJY.jpg","[{'id':168,'logo_path':null,'name':'Jadran Film','origin_country':'HR'},{'id':10278,'logo_path':null,'name':'MGM/UA Television','origin_country':''},{'id':1583,'logo_path':'/gKP4egMJOi5rksdnplfPV1wa0sd.png','name':'RAI','origin_country':'IT'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'HR','name':'Croatia'}]","1988-02-14","0","100","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'hr','name':'Hrvatski'},{'iso_639_1':'en','name':'English'}]","Released","","The Dirty Dozen: The Fatal Mission","false","4.9","14" +"false","","null","0","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","132020","tt1626240","en","Summertime Christmas","While vacationing separately in small-town USA, Elwood and Nora, two of Santa's elves, receive an urgent transmission, initiating a series of events that will change their lives, and the world, forever. With the help of one good little girl, they set out to rid the town out of an economic depression and turn the wayward children back from naughty to nice. As their relationship blossoms, they discover the limits of their magic, the true meaning of Christmas and the joy of helping others.","0.624","/qzANmFAcL5pdfaV5kxTBjHKG8zg.jpg","[{'id':113184,'logo_path':null,'name':'Ehrenkrook Entertainment','origin_country':''}]","[]","2010-11-15","0","111","[]","Released","","Summertime Christmas","false","1","1" +"false","/6c8FxMYpnvCpwwkfkxB4PqkWqOg.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","","408422","tt5048406","fr","Jours de France","A man leaves everything behind to travel aimlessly through France, letting himself be guided only by the people and landscapes he encounters: four days and four nights of wandering, during which his lover tries to locate him via Grindr, a smartphone dating app.","1.352","/d7VXVRhfVhwBHYZft9o9jj4qOZr.jpg","[{'id':69639,'logo_path':null,'name':'TSF Productions','origin_country':''},{'id':72104,'logo_path':null,'name':'Chaz Productions','origin_country':''},{'id':52596,'logo_path':null,'name':'Ciclic - R??gion Centre','origin_country':''},{'id':83524,'logo_path':null,'name':'Cin??venture','origin_country':''},{'id':85066,'logo_path':null,'name':'Film Factory','origin_country':''},{'id':310,'logo_path':'/4Gp5A4YdjPBfsHT47ngHMaXWmb9.png','name':'Centre National de la Cin??matographie','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'}]","2016-12-02","0","137","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'it','name':'Italiano'}]","Released","","4 Days in France","false","7.4","8" +"false","/xmfLkz196E6RC4YpZV0wJpEA5Af.jpg","null","0","[{'id':35,'name':'Comedy'}]","","517324","tt6502956","es","Yucat??n","Two white collar thieves compete fiercely against the other trying to steal to an old baker the millions he won on the lotto.","8.176","/6z3f3I2YLpaipyYGItOf7c7kqRK.jpg","[{'id':2875,'logo_path':'/3fNapBvM3EHlyL9TxdP5qEOUNeN.png','name':'Ikiru Films','origin_country':'ES'},{'id':1182,'logo_path':'/bkgwJWvqqLuzsXV2Qv3Mg3wfcNZ.png','name':'Telecinco Cinema','origin_country':'ES'}]","[{'iso_3166_1':'ES','name':'Spain'}]","2018-08-31","0","129","[{'iso_639_1':'es','name':'Espa??ol'}]","Released","","Yucat??n","false","5.6","42" +"false","/1M4OtaIQSRKkF5NQtNzegClwzlY.jpg","null","4","[{'id':35,'name':'Comedy'}]","","517317","tt7132578","es","Los futbol??simos","Francisco and his closest friends play on a soccer team that has reached its lowest point. They???ve got to win one of the next three games to keep the school from cutting their team altogether. A series of strange events take place in the first two games. Coincidence? Conspiracy? Francisco and his friends decide to create The Footballest, an investigative team that will get them into all kinds of adventures, where their ingenuity and their friendships will be put to the test.","3.3","/ddIpRudVq0kzq5LAiML8i5wB8x3.jpg","[{'id':101455,'logo_path':null,'name':'Atresmedia Television','origin_country':''},{'id':79379,'logo_path':null,'name':'Chester Media Producciones S.L.','origin_country':''},{'id':103201,'logo_path':null,'name':'WANDERMOON','origin_country':''},{'id':108107,'logo_path':null,'name':'Paramount Pictures Spain','origin_country':''}]","[{'iso_3166_1':'ES','name':'Spain'}]","2018-08-24","0","104","[{'iso_639_1':'es','name':'Espa??ol'}]","Released","","The Footballest","false","5.3","11" +"false","/mz2sD4ef2ucESTFfIlt2zmDZWP5.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","http://survivalfamily.jp/","429918","tt5890000","ja","??????????????????????????????","A world wide electrical outage occurs. Everything that requires electricity comes to a stop. Tokyo is nearly ruined. Yoshiyuki Suzuki (Fumiyo Kohinata) decides to escape from Tokyo with his family.","1.048","/st5rRmrh2PSoxwuUUlSbxkm24UE.jpg","[{'id':5099,'logo_path':null,'name':'Altamira Pictures Inc.','origin_country':''},{'id':1778,'logo_path':'/69xm6sF3JxugGVjfZfm1YY6d7EE.png','name':'Dentsu','origin_country':'JP'},{'id':882,'logo_path':'/fRSWWjquvzcHjACbtF53utZFIll.png','name':'Toho Company, Ltd.','origin_country':'JP'},{'id':3341,'logo_path':'/dTG5dXE1kU2mpmL9BNnraffckLU.png','name':'Fuji Television Network','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","2017-02-11","0","117","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Survival Family","false","7","16" +"false","/l8Yq6xQ6l5AWtE5Usbci4EZSer3.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","29263","tt0089276","es","La historia oficial","After the end of the Dirty War, a high school teacher sets out to find out who the mother of her adopted daughter is.","2.834","/kkeUKaETggOrR0eW9nzPOIoZkZH.jpg","[{'id':79897,'logo_path':null,'name':'Progress Communications','origin_country':''},{'id':79898,'logo_path':null,'name':'Historias Cinematogr??ficas','origin_country':'AR'}]","[{'iso_3166_1':'AR','name':'Argentina'}]","1985-04-03","0","112","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Our Moving Story","The Official Story","false","7.9","52" +"false","/vl8dVttuNMYmsT97pKGeGRGNTZb.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","42589","tt0065836","en","Hi, Mom!","Vietnam vet Jon Rubin returns to New York and rents a rundown flat in Greenwich Village. It is in this flat that he begins to film, 'Peeping Tom' style, the people in the apartment across the street. His obsession with making films leads him to fall in with a radical 'Black Power' group, which in turn leads him to carry out a bizarre act of urban terrorism.","2.717","/l4rge37nxK6nQFQVJxgdRaBG1xS.jpg","[{'id':7679,'logo_path':null,'name':'West End Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1970-04-27","0","87","[{'iso_639_1':'en','name':'English'}]","Released","God bless our humble upper-middle-class high-rise co-op and keep it free from smut peddlers, militants, urban guerrillas and Greenwich Village liberals.","Hi, Mom!","false","5.8","39" +"false","/acnjf5olFv3hW9etpJuGONOGu20.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","","25553","tt0062863","en","Dark of the Sun","A band of mercenaries led by Captain Curry travel through the Congo across deadly terrain, battling rival armies, to rescue $25 million in uncut diamonds.","2.811","/asvwdjRJYiLU0RF7jybwJQtgCW5.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1968-01-19","0","100","[{'iso_639_1':'en','name':'English'}]","Released","Brutes! Savages! Heroes! They're Mercenaries... They're Paid to do a Job!","Dark of the Sun","false","6.2","23" +"false","/vEL86RCVx0h0H1c1XKLIZwvsQqn.jpg","null","25000000","[{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'}]","","23939","tt0105466","en","Stay Tuned","Salesman Roy Knable spends all his free time watching television, to the exasperation of his wife, Helen. One day, TV salesman Spike convinces Roy to buy a satellite dish offering 666 channels. The new addition to Roy's home entertainment system sucks him and Helen into Hellvision, a realm run by Spike, who is an emissary of Satan. For 24 hours, the couple must survive devilish parodies of TV programs if they want to return to reality alive.","5.692","/7k9r0Qq5OmCDissX1pDE5AWVScQ.jpg","[{'id':10210,'logo_path':null,'name':'Morgan Creek Productions','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-08-14","10736401","87","[{'iso_639_1':'en','name':'English'}]","Released","Something weird's on the air.","Stay Tuned","false","6.1","72" +"false","/mDUqkSQAdn8PNVd52JclGF3weVV.jpg","null","0","[{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'}]","","19947","tt0088678","en","The Adventures of Mark Twain","Based on elements from the stories of Mark Twain, this feature-length Claymation fantasy follows the adventures of Tom Sawyer, Becky Thatcher and Huck Finn as they stowaway aboard the interplanetary balloon of Mark Twain. Twain, disgusted with the human race, is intent upon finding Halley's Comet and crashing into it, achieving his ""destiny."" It's up to Tom, Becky, and Huck to convince him that his judgment is wrong and that he still has much to offer humanity that might make a difference. Their efforts aren't just charitable; if they fail, they will share Twain's fate. Along the way, they use a magical time portal to get a detailed overview of the Twain philosophy, observing the ""historical"" events that inspired his works.","2.95","/k8fX9Sap8dlpZik21BQjlct8OSl.jpg","[{'id':19176,'logo_path':'/l6x0SkRVp9ksGgRhboZbkI9w7PM.png','name':'Clubhouse Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-03-01","849915","86","[{'iso_639_1':'en','name':'English'}]","Released","Where dreams become reality.","The Adventures of Mark Twain","false","6.8","33" +"false","/i07TrwQPrTCt80Sen4xtKpPNvVi.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","","422742","tt3072732","de","Jim Knopf und Lukas der Lokomotivf??hrer","An orphan boy in search of his origin. A young princess held prisoner in deadly Dragon City. Jim and his friend Luke discovering mysterious lands on the quest of a lifetime.","4.735","/pkJEkOOr1qn5HLGGhkJ0bTTPVET.jpg","[{'id':106385,'logo_path':null,'name':'Malao Film','origin_country':'DE'},{'id':5754,'logo_path':null,'name':'Rat Pack Filmproduktion','origin_country':'DE'}]","[{'iso_3166_1':'DE','name':'Germany'}]","2018-03-29","0","109","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'pl','name':'Polski'}]","Released","","Jim Button and Luke the Engine Driver","false","6.4","24" +"false","/hfVuMsv1qS0mFUJ1yJ1RfjsIncU.jpg","null","0","[{'id':53,'name':'Thriller'}]","","435690","tt5858580","en","FANatic","Tess is the female lead in a very successful Sci-Fi series. She longs to escape from the sexist and stereotypical role that has given her fame but no one around her can believe she would leave a starring role. When a photo leaks that suggests her leading man and real-life husband is cheating on her, Tess turns to her trusted assistant for support. Unfortunately, that may not have been the wisest choice.","0.932","/fVWLmfLGy8QNtddRue5S52nnNs.jpg","[{'id':13404,'logo_path':'/4F5RxvJgbVT0vFQHs3IYRPfJvo3.png','name':'Incendo Productions','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2017-02-20","0","93","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","","FANatic","false","4.6","17" +"false","/2g75j1FVYBjtfX4YEmEjoHW8mFt.jpg","{'id':124492,'name':'The Dirty Dozen Collection','poster_path':'/xCLD1Pul4d6iJJdFf3el7PfMpLc.jpg','backdrop_path':'/z5Wj3wkksrRjyjhZ2flr00gSjTR.jpg'}","0","[{'id':10752,'name':'War'},{'id':28,'name':'Action'},{'id':10770,'name':'TV Movie'}]","","36572","tt0092891","en","The Dirty Dozen: The Deadly Mission","Learning of a Nazi plot to attack Washington, D.C. with a deadly nerve gas, Major Wright leads twelve convicts on a suicide mission deep into occupied France to destroy the secret factory where the poison is made.","2.033","/tUh0eyAg5OajD3lyjqAUp6xMCOx.jpg","[{'id':168,'logo_path':null,'name':'Jadran Film','origin_country':'HR'},{'id':10278,'logo_path':null,'name':'MGM/UA Television','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'HR','name':'Croatia'}]","1987-03-01","0","90","[{'iso_639_1':'en','name':'English'}]","Released","When it's impossible... send in the Dozen.","The Dirty Dozen: The Deadly Mission","false","4.2","10" +"false","/rPkBWf3oJwv4SKfi4JpXPZDe9W6.jpg","null","103000","[{'id':99,'name':'Documentary'}]","https://stresseddoc.com","573022","tt9428026","en","Stressed","A new exploration into emotional stress and its undeniable impact on humanity. The film delves into our history with stress, how we got to where we are today, and where we go from here. Featuring Dr. Daniel Monti and leading neuroscientist Dr. Andrew Newberg, we get a fresh perspective on the effects of stress.","0.825","/kLHR1SMoZQ2yMBjp8IDjD4JqmlM.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-01-02","0","62","[{'iso_639_1':'en','name':'English'}]","Released","","Stressed","false","4","1" +"false","/iEx952VWs58WfcfWUjju2JkegL3.jpg","null","0","[{'id':18,'name':'Drama'}]","","201898","tt0046272","en","Sangaree","Lamas plays an indentured servant who rises to power in Georgia shortly after the Revolutionary War.","1.233","/7hFH9QdhAEVvOjVPzTpBw0OesXl.jpg","[{'id':4933,'logo_path':null,'name':'Pine-Thomas Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1953-05-17","0","94","[{'iso_639_1':'en','name':'English'}]","Released","","Sangaree","false","5.5","2" +"false","/mo0E8MWtTiBaFdDQzresV0JEQ3N.jpg","null","1000000","[{'id':99,'name':'Documentary'}]","","573063","tt8911030","en","Robot Planet","For decades science fiction writers have amazed us and terrorized us with their portrayal of the world of artificial intelligence - from armies of cyborgs to legions of programmed zombies. Today we are now living in that future age of robots and artificial intelligence and all those dreams of the past are coming true. Mechanical robots will soon be outdated with biologically created humanoids connected to each other across the globe. They will self-repair, gather energy from the sun and live forever. They will be all-knowing and all-powerful like Gods that will walk the Earth. This future world is now inevitable and cannot be stopped. The greatest brains on Earth today have warned us about the consequences of getting this new technology wrong. They have predicted catastrophe. Prepare to meet your future.","0.6","/zsYcjyDE92oRMPl3dbU5vVYRNJK.jpg","[]","[]","2018-12-01","0","67","[{'iso_639_1':'en','name':'English'}]","Released","","Robot Planet","true","2","1" +"false","/u4nom6IcFb8nVViLIUWTqAKiFSt.jpg","null","0","[{'id':36,'name':'History'},{'id':10770,'name':'TV Movie'},{'id':99,'name':'Documentary'}]","http://www.natgeotv.com/int/mars-inside-spacex","562685","tt9269852","en","MARS: Inside SpaceX","The inside story of SpaceX's plan to get humanity to Mars, providing an unprecedented glimpse into one of the world's most revolutionary companies. A behind-the-scenes journey with Elon Musk and his engineers as they persevere amidst both disheartening setbacks and huge triumphs to advance the space industry faster than we ever thought possible.","1.495","/nAZS19097tidEkSJLyYVSnWha7s.jpg","[{'id':89394,'logo_path':'/m1Hku3PhgdsQiPO8uVe7szyrxAb.png','name':'RadicalMedia','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-11-11","0","46","[{'iso_639_1':'en','name':'English'}]","Released","","MARS: Inside SpaceX","false","7.3","7" +"false","/28Gr2RMcVabSvWnELU4gAhDZF2m.jpg","null","6453637","[{'id':18,'name':'Drama'}]","","96714","tt1934234","it","Diaz - Don't Clean Up This Blood","A reenactment of the final days of the 2001 G8 Summit.","4.949","/vcGFlMHToPdYLn3ZMUwHsA8FQr0.jpg","[{'id':2441,'logo_path':null,'name':'Fandango','origin_country':''},{'id':5125,'logo_path':'/t3oWTsVukmEzrZzvfr37XRBibo5.png','name':'Le Pacte','origin_country':'FR'},{'id':20655,'logo_path':'/kbJVVP3nKf5YEPIeZ9P0hP1gaQu.png','name':'A Plus Image 3','origin_country':'FR'},{'id':20647,'logo_path':null,'name':'Studioul de Creatie Cinematografica al Ministerului Culturii','origin_country':'RO'}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'RO','name':'Romania'},{'iso_3166_1':'FR','name':'France'}]","2012-04-13","1800000","127","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'de','name':'Deutsch'}]","Released","","Diaz - Don't Clean Up This Blood","false","7.1","179" +"false","/e9JO8TY4febdfaAq0ox5EkkMKMb.jpg","null","12000000","[{'id':878,'name':'Science Fiction'}]","","61984","tt1477109","ja","Space Battleship Yamato","In 2199, five years after the Gamilons began an invasion of Earth, the planet has been ravaged by the aliens' bombs. The remnants of humanity have fled underground to escape the irradiated surface. One day, former pilot Susumu Kodai discovers a capsule sent from the planet Iscandar that tells of a device that can remove the radiation from the Earth's surface. The Earth Defense Force rebuilds the battleship Yamato with a new type of propulsion system to make the 148,000 light year trip to Iscandar in hopes of saving the Earth. Within one year, the radiation will drive the rest of humanity to extinction.","9.052","/6UhGeyrgz9qpOaFktxCnlsdTDzM.jpg","[{'id':6516,'logo_path':null,'name':'Tokyo FM Broadcasting Co.','origin_country':''},{'id':12383,'logo_path':null,'name':'Abe Shuji','origin_country':''},{'id':12384,'logo_path':'/qNooLje0YQh1y3y9LUM2Y5QCtiF.png','name':'CBC','origin_country':'JP'},{'id':11846,'logo_path':'/olUFlCIaeecGrCTE4WLbF3ro7pa.png','name':'Hakuhodo DY Media Partners','origin_country':'JP'},{'id':7093,'logo_path':null,'name':'Hokkaido Broadcasting Co.','origin_country':''},{'id':3363,'logo_path':null,'name':'Mainichi Broadcasting System (MBS)','origin_country':''},{'id':12385,'logo_path':null,'name':'RKB Mainichi Broadcasting Corporation','origin_country':''},{'id':12386,'logo_path':null,'name':'Robot Communications','origin_country':''},{'id':7912,'logo_path':null,'name':'Sedic International','origin_country':''},{'id':4649,'logo_path':null,'name':'Sedic','origin_country':''},{'id':9149,'logo_path':null,'name':'Shogakukan','origin_country':''},{'id':1393,'logo_path':'/frMsfc7igYUd90lQXpxuasiN5x4.png','name':'TBS','origin_country':'JP'},{'id':1780,'logo_path':'/2KJ1cSBOGABQotDWSRPNY4C9amg.png','name':'Tohokushinsha Film Corporation','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","2010-12-01","11212294","131","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Space Battleship Yamato","false","6.1","89" +"false","/vZstGHenVWt1GWJaQh6GPrCq9UC.jpg","{'id':525451,'name':'Detective Chinatown Collection','poster_path':'/mBQIRey1flAUPfa505mqWxQ4IyY.jpg','backdrop_path':null}","0","[{'id':35,'name':'Comedy'},{'id':9648,'name':'Mystery'}]","","505513","tt7752454","zh","???????????????2","Driven by the desire for the huge reward, Tang Ren (by Wang Baoqiang) tricked Qin Feng (by Liu Haoran) to New York, to attend the World Detective Contest,. Later on, behind the crazy competition, Qin and Tang discovered the real hidden facts of this contest.","4.096","/9JBftHNBnLHgqwHLiojuVSsRNpS.jpg","[{'id':83838,'logo_path':null,'name':'Wanda Pictures','origin_country':''}]","[{'iso_3166_1':'CN','name':'China'}]","2018-02-16","0","121","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'zh','name':'?????????'}]","Released","","Detective Chinatown 2","false","5.8","12" +"false","/sF8mXIinJGlEsdwGpiCyqMxfw8y.jpg","null","5000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","10786","tt0075147","en","Robin and Marian","Robin Hood is an old man when he returns with his best friend Little John to England after the Crusades. Maid Marian has entered a nunnery, King Richard is a raving lunatic, his Brother John a moron, and the age of great adventure has seemed to have passed Robin by. But when The Sheriff of Nottingham once again threatens Sherwood, Robin gathers his faithful men, and band of peasants to fight oppression in this high-spirited adventure in which Robin Hood and Maid Marian rediscover their love???","5.976","/2C6EdURjlgrzCEd0mhcnPVlbmrR.jpg","[{'id':2070,'logo_path':null,'name':'Rastar Pictures','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1976-03-11","0","106","[{'iso_639_1':'en','name':'English'}]","Released","Love is the greatest adventure of all.","Robin and Marian","false","6.6","81" +"false","/5MG3iC4YL5HFUFLnYlSPfey9DDG.jpg","null","0","[{'id':35,'name':'Comedy'}]","","83015","tt0042541","en","The Happiest Days of Your Life","Nutbourne College, an old established, all-boys, boarding school is told that another school is to be billeted with due to wartime restrictions. The shock is that it's an all-girls school that has been sent. The two head teachers are soon battling for the upper hand with each other and the Ministry. But a crisis (or two) forces them to work together.","2.42","/wqFMQdWy5MSg50rCSGHKwFCSeXJ.jpg","[{'id':6730,'logo_path':null,'name':'Individual Pictures','origin_country':''},{'id':659,'logo_path':null,'name':'London Film Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1950-01-01","0","81","[{'iso_639_1':'en','name':'English'}]","Released","","The Happiest Days of Your Life","false","6.7","13" +"false","/4Nm7zZbRLFrNqzaHQB604pQAV3F.jpg","null","0","[{'id':18,'name':'Drama'}]","http://monstersandmenfilm.com","489934","tt7689906","en","Monsters and Men","After capturing an illegal act of police violence on his cellphone, a Brooklyn street hustler sets off a series of events that alter the lives of a local police officer and a star high-school athlete.","4.244","/u6FtNjPCVF3yRMFGvbzNj56i1Dj.jpg","[{'id':89142,'logo_path':'/bfMAgFDoS5niHK077WKdoUMgLHp.png','name':'Department of Motion Pictures','origin_country':'US'},{'id':90733,'logo_path':'/3K9wCZTyDgop3ITK1rDi6T2PckE.png','name':'Neon','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-09-22","0","96","[{'iso_639_1':'en','name':'English'}]","Released","One moment can change everything","Monsters and Men","false","5.4","14" +"false","/pNSQf4HuFMcLPa31p65zMlt1xS4.jpg","null","0","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","http://videotapethemovie.com/","572478","tt1665799","en","Videotape","First-time directors Andrew Yorke and Kevin Michael invite you on an experimental cinematic journey through the lives of troubled youth in troubling times. When a pregnant women is found dead in a warehouse, all signs point to suicide. But a freelance journalist gets a tip that an eyewitness with a different story is ready to talk. Yorke and Michael immerse viewers into a world beyond normal youthful indiscretion, one that's dark and safely self-contained until pressures from mainstream society shatter everything. Videotape is a raw, powerful exploration of the darker side of human nature, with crucial questions screaming to be answered.","0.6","/2NW4z8Gpzohj50hVFTGcS3YqtUR.jpg","[{'id':112989,'logo_path':null,'name':'Xteamartists','origin_country':''},{'id':112990,'logo_path':null,'name':'Off-Centre Studios','origin_country':''},{'id':112991,'logo_path':null,'name':'BetterHalf Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-06-14","0","96","[{'iso_639_1':'en','name':'English'}]","Released","","Videotape","false","0","0" +"false","/zsE8c0XLnjDeBxpwetjPLtInuup.jpg","null","0","[]","","498109","tt5977536","en","The Sultan and the Saint","Two men of faith, one a traveling Christian preacher, the other the ruler of a Muslim Empire, bucked a century of war, distrust, and insidious propaganda in a search for mutual respect and common ground. It is the story of Francis of Assisi and the Sultan of Egypt, and their meeting on a bloody battlefield during the period of Christian- Muslim conflict known as the Crusades.","0.6","/qRGOsm6NvzXIodNoQ0xfds9Q77Y.jpg","[]","[]","2016-11-12","0","58","[]","Released","Peace Requires Risk","The Sultan and the Saint","false","8.5","2" +"false","/sOhtC4cmaYPOlcjXCWxxrx2NKKn.jpg","null","0","[{'id':18,'name':'Drama'}]","https://www.beautifulboy.movie","451915","tt1226837","en","Beautiful Boy","After he and his first wife separate, journalist David Sheff struggles to help their teenage son, who goes from experimenting with drugs to becoming devastatingly addicted to methamphetamine.","15.084","/i7gsLrNxpSf8NF5IZIrcOEfMyA3.jpg","[{'id':81,'logo_path':'/8wOfUhA7vwU2gbPjQy7Vv3EiF0o.png','name':'Plan B Entertainment','origin_country':'US'},{'id':6831,'logo_path':'/ojg8jqsVLGDvuJowOkZQZVV42AA.png','name':'Big Indie Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-12","7649973","111","[{'iso_639_1':'en','name':'English'}]","Released","","Beautiful Boy","false","7.6","411" +"false","/7hTc3RIoiYHqM2GLkrOJ4fajZlb.jpg","null","0","[{'id':28,'name':'Action'}]","","572467","tt5565806","en","The Streetz","Join us in this action packed drama.Where you'll engage in the struggles and life in the streets. You will see how the story unfolds when a young man is determined to fight his way out of the streets. There is a lot of Hardship,Deception and Betrayal.Will this young man succeed in life or will the streets claim victory. This is a film of controversy.","0.651","/bpwGzKDPHOV6UG8jNkuDWd8D0qC.jpg","[{'id':112988,'logo_path':null,'name':'Intriguing Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-09-30","0","75","[{'iso_639_1':'en','name':'English'}]","Released","","The Streetz","false","10","1" +"false","/fPg14jAGzn5D0LXPBetddO4KT47.jpg","null","20000000","[{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'}]","","12120","tt0095687","en","My Stepmother is an Alien","Trying to rescue her home planet from destruction, a gorgeous extraterrestrial named Celeste arrives on Earth and begins her scientific research. She woos quirky scientist Dr. Steve Mills, a widower with a young daughter. Before long, Celeste finds herself in love with Steve and her new life on Earth, where she experiences true intimacy for the first time. But when she loses sight of her mission, she begins to question where she belongs.","9.654","/cCdO4Y9yQO3Jl2CRbb2qFSsVcP1.jpg","[{'id':6313,'logo_path':null,'name':'Weintraub Entertainment Group','origin_country':''},{'id':6314,'logo_path':null,'name':'The Catalina Production Group','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-12-09","13854000","108","[{'iso_639_1':'en','name':'English'}]","Released","Man's closest encounter.","My Stepmother is an Alien","false","5.5","216" +"false","/7WdT5QF2HPPPeiNHcm6o4DfCsgI.jpg","null","6","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","17402","tt0113808","en","Miami Rhapsody","Gwyn Marcus has always wanted a marriage like her parents. She has just accepted the proposal of her boyfriend Matt, but she has misgivings about their future together. Her fear of commitment grows as she learns of the various affairs that her family is having. With her sister getting married and her brother already married, her mother is growing concerned about Gwyn's being the last single person in the family. But the more she thinks about marriage, the more she must search for the balance between career, marriage and family.","2.375","/jn2kmqCgRcloNYr121BB4BmgSRu.jpg","[{'id':915,'logo_path':'/xXojkyRWFZ0JTJyjiu13ThKeFbz.png','name':'Hollywood Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-01-27","5","95","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'hu','name':'Magyar'}]","Released","Love is great. Marriage is a completely different affair.","Miami Rhapsody","false","5.5","19" +"false","","null","0","[{'id':99,'name':'Documentary'},{'id':36,'name':'History'}]","","184565","tt1673470","en","Landslide: A Portrait of President Herbert Hoover","Documentary about personal lide of Herbert Hoover's and his governmental career, profiles the former head of state's political philosophy, memorable election campaigns, Great Depression policies and more. Through interviews with scholars such as David Kennedy, Robert Reich and Tim Egan, this biography sheds new light on the underappreciated president's difficult tenure and enduring legacy.","0.6","/uSi3gYTD5TojLigRpyj61UBVKkY.jpg","[]","[]","2009-10-26","0","58","[{'iso_639_1':'en','name':'English'}]","Released","","Landslide: A Portrait of President Herbert Hoover","false","8","1" +"false","/mSyrGQOUTaKiSLca1Fmc0FQVIQY.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","39140","tt0099623","en","Funny About Love","When Duffy Bergman, a New York cartoonist, meets Meg Lloyd, a gourmet chef, he discovers the love of his life and they marry -- yet love alone isn't enough to make them happy. Meg decides she wants to have a baby, a goal that initially makes Duffy frantic, but soon becomes his most important desire as well. When they are unable to have a baby, Meg begins concentrating on her career and the two slowly drift apart -- eventually separating. Later, when Duffy is speaking at a convention of the Delta Gamma sorority, he reveals that the Delta Gamma girls have always been his dream girls -- his Love Goddesses. There he meets the young and uninhibited Delta Gamma girl, Daphne Delillo. When Daphne moves to New York to work as a network sports reporter, their mutual attraction and Daphne's spontaneity spark an adventurous new relationship for Duffy. Now Duffy must decide which is more valuable to him -- the relationship he has given up, or the relationship he has always dreamed of having.","2.848","/pe5TahkiQkBG0jMf4ZbzjgyKznP.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-09-21","0","101","[{'iso_639_1':'en','name':'English'}]","Released","Everyone has a biological clock. Duffy Bergman's is about to go off.","Funny About Love","false","5.2","9" +"false","/5f8vGou5v0su8aKnU4DYOFKgB0l.jpg","null","0","[{'id':53,'name':'Thriller'}]","","420472","tt5174234","en","Below the Surface","","1.043","/gAkKXGk7ohoUd5MpYJjsYPrCPfH.jpg","[{'id':109014,'logo_path':'/vm7S29lX7zNSM4DxTeduJCtAUxa.png','name':'Sunshine Films','origin_country':'US'}]","[]","2016-01-01","0","85","[{'iso_639_1':'en','name':'English'}]","Released","","Below the Surface","false","7","3" +"false","","null","0","[]","","279733","tt1458397","en","A Place Out of Time: The Bordentown School","For a seventy-year period, when America cared little about the education of African-Americans, and discrimination was law and custom, The Bordentown School was an educational utopia. An incubator for black pride and intellect, it taught values, discipline, and life skills to generations of black children. This is the story of that remarkable school, as told by Bordentown alumni, historians, and remarkable archival footage. It is also the story of black education in America across three centuries, presenting a nuanced, rarely seen portrait of a separate black space; and a much-needed preface to the growing national discussion about historically black institutions and their role in nurturing identity and accomplishment. What was lost and what was gained in the march toward equality?","0.6","/rkfVWsDPpHWKsYag6DY5ScDd52f.jpg","[]","[]","2009-07-22","0","","[{'iso_639_1':'en','name':'English'}]","Released","","A Place Out of Time: The Bordentown School","false","6.5","2" +"false","/z70kyHZcUmwED1p6KXyMjLlxfto.jpg","{'id':221539,'name':'Dracula (Universal) Collection','poster_path':'/hIOe14I3uVsTJvu9obaXaAzo8ri.jpg','backdrop_path':'/sdbStuQ5qEPZqqWUlNlBd0dPtBT.jpg'}","355000","[{'id':27,'name':'Horror'},{'id':14,'name':'Fantasy'}]","","138","tt0021814","en","Dracula","The legend of vampire Count Dracula begins here with this original 1931 Dracula film starring Bela Lugosi.","7.903","/hA9kQrIwDHJKl1pt8GpJdDnBzim.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1931-02-12","0","72","[{'iso_639_1':'en','name':'English'}]","Released","The story of the strangest passion the world has ever known!","Dracula","false","7.2","451" +"false","/lirN7r8VCfp9vccmnqRZmxSvZ3E.jpg","null","2","[{'id':99,'name':'Documentary'}]","http://www.pbs.org/show/understanding-opioid-epidemic/","521500","tt7990532","en","Understanding the Opioid Epidemic","Understanding the Opioid Epidemic combines stories of people and communities impacted by this epidemic along with information from experts and those at the frontlines of dealing with the epidemic. The program traces the history of how the nation got into this situation and provides possible solutions and directions for dealing with the crisis.","0.6","/tK0G7dmhDzwDj3cjJf7LpwvtpX1.jpg","[]","[]","2018-04-10","0","55","[]","Released","Understanding the Opioid Epidemic","Understanding the Opioid Epidemic","false","6","3" +"false","/m0NEfLsC02H6AzgyvXjaYeiluQr.jpg","null","2500000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.sonyclassics.com/themother/","59210","tt0323298","en","The Mother","A grandmother has a passionate affair with a man half her age, who is also sleeping with her daughter.","2.388","/kMwUYz8sxwRX5sNo7LGrWo3584s.jpg","[]","[]","2003-01-01","1062253","112","[{'iso_639_1':'en','name':'English'}]","Released","It can take a lifetime to feel alive.","The Mother","false","6.2","24" +"false","/rGmBSIfYMbjAujnFB15kxd5p75y.jpg","null","1000000","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","http://www.thefinalmovie.com/","34583","tt1390535","en","The Final","A group of high school outcasts get revenge on the students that torment them.","6.132","/hLukCJpJttgDNFvFGVyssUAar1U.jpg","[{'id':5469,'logo_path':null,'name':'Agora Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-01-28","0","93","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","This lesson can't be learned in the classroom.","The Final","false","5.6","128" +"false","/t4OAaTOl7XwmnwLQ0iE09e5NPSD.jpg","null","0","[{'id':35,'name':'Comedy'}]","","28692","tt0088333","en","Up the Creek","Bob McGraw is in his 12th year of college, goofing his way through life. Bob, Irwing, Gonzer and Max are the four losers forced and bribed to represent their university in an intercollegiate raft race. Forced and bribed into this role, they make some friends, the lovely Heather Merriweather, but mostly enemies, among others a whole team of marines, and preppy IVY-leaguers determined to win.","4.737","/1aRKokD8Pwblas32hSB832Lgl3M.jpg","[{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-04-06","11708269","96","[{'iso_639_1':'en','name':'English'}]","Released","Who says a bunch of boobs can't win a race?","Up the Creek","false","6","33" +"false","/dD1zeP5cn46ba06AMxFu8DIboml.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'}]","","33931","tt0034162","en","The Sea Wolf","Shipwrecked fugitives try to escape a brutal sea captain who's losing his mind.","1.4","/49AtbXhtmcGczh7RdJtve0loMgC.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1941-03-21","0","100","[{'iso_639_1':'en','name':'English'}]","Released","Jack London's great novel of terror afloat.","The Sea Wolf","false","7.3","16" +"false","/97RHXxtKRe3v2KX7GBqkbGlNzPf.jpg","{'id':493022,'name':'Frank James (Henry Fonda) Collection','poster_path':'/ctFXzRFpb9739LiwyxKJIMZJUNf.jpg','backdrop_path':null}","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':37,'name':'Western'}]","","43821","tt0032983","en","The Return of Frank James","Farmer Frank (Henry Fonda) and his ward (Jackie Cooper) hunt brother Jesse's killers, the back-shooting Fords.","3.125","/m91skr323mPpkOGNmMj9oairKDe.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1940-08-16","0","92","[{'iso_639_1':'en','name':'English'}]","Released","Encore triumph from 20th Century-Fox.","The Return of Frank James","false","6.1","17" +"false","/v9BuUZpdkH5Lt89jSkObgjPBVHm.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","34078","tt0052169","en","The Screaming Skull","Newlyweds Eric and Jenni Whitlock retire to his desolate mansion, where Eric's first wife Marianne died from a mysterious freak accident. Jenni, who has a history of mental illness, begins to see strange things including a mysterious skull, which may or may not be a product of her imagination.","1.738","/wjwzsR16yb6b6Qlb0sHOwexwYHn.jpg","[{'id':14838,'logo_path':null,'name':'Madera Productions','origin_country':''},{'id':9266,'logo_path':null,'name':'American International Pictures (AIP)','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1958-01-01","0","68","[{'iso_639_1':'en','name':'English'}]","Released","The tortured ghost who claims vengeance in the bride's bedroom!","The Screaming Skull","false","3.7","23" +"false","","null","1","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://thealgerianmovie.com/","357834","tt1681370","en","The Algerian","The Algerian is an international political thriller about the colliding worlds of the Middle East and America. It follows Ali (Ben Youcef) across the world from Algeria to New York, Las Vegas and Los Angeles as it reveals he is a sleeper cell part of an international plot.","0.96","/AsjTIGBTA5mrFk6lVLYTKs5aJEy.jpg","[{'id':62451,'logo_path':null,'name':'Zelko Films','origin_country':''}]","[{'iso_3166_1':'DZ','name':'Algeria'},{'iso_3166_1':'US','name':'United States of America'}]","2015-08-07","0","104","[]","Released","","The Algerian","false","4.5","2" +"false","/h8UaRBkF3oJaXq3pv0dtzLt8EOx.jpg","null","0","[{'id':14,'name':'Fantasy'}]","","99494","tt1692098","en","Hideaways","The elder one of each generation in the Furlong family is equipped with an extraordinary capacity. James discovers the nature of his at the time of an accident which causes the death of his father and his grandmother. Haunted by this mysterious evil he hides in a forest not to harm anybody. A few years later, Mae also takes refuge it in the forest and meets James.","3.645","/ibf7ueqNMtJUmtnL2cxcHehGGn7.jpg","[{'id':147,'logo_path':null,'name':'Fid??lit?? Productions','origin_country':''},{'id':18230,'logo_path':null,'name':'Filmgate Films','origin_country':'SE'},{'id':1266,'logo_path':null,'name':'Octagon Films','origin_country':''}]","[{'iso_3166_1':'IE','name':'Ireland'}]","2011-11-23","0","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Can Love Overcome a Curse","Hideaways","false","6.2","39" +"false","/fxwl6LjveeimReNgiibZKZMdt0z.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://abeautifulplanet.imax.com","365997","tt2800050","en","A Beautiful Planet","A Beautiful Planet is a breathtaking portrait of Earth from space, providing a unique perspective and increased understanding of our planet and galaxy as never seen before. Made in cooperation with the National Aeronautics and Space Administration (NASA), the film features stunning footage of our magnificent blue planet ??? and the effects humanity has had on it over time ??? captured by the astronauts aboard the International Space Station (ISS) Exclusive IMAX and IMAX?? 3D engagements of A Beautiful Planet begin April 29th.","2.743","/9naxphfpDgtArLPKnf0dJgGo7bS.jpg","[{'id':3447,'logo_path':'/yBdvUlunhXyUowuy0XaEPuBtYTo.png','name':'IMAX','origin_country':''}]","[]","2016-04-29","24000000","45","[{'iso_639_1':'en','name':'English'}]","Released","Experience Earth like never before.","A Beautiful Planet","false","6.8","25" +"false","/ursBfGIrtq7i2ezVrx6LhemuXXB.jpg","null","0","[{'id':28,'name':'Action'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.pighuntmovie.com","22731","tt1022883","en","Pig Hunt","When John takes his San Francisco friends to his deceased uncle's remote ranch to hunt wild pigs, it seems like a typical guys weekend with guns - despite the presence of John's sexy girlfriend Brooks. But as John and his crew trek deeper into the forest, they begin tracking the awful truth about his uncle's demise and the legend of The Ripper -- a murderous three-thousand-pound black boar!","2.53","/xshNV9XQsOI2z6gKAmS6o0Tlmrr.jpg","[{'id':7662,'logo_path':null,'name':'Epic Pictures Group','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-07-31","0","100","[{'iso_639_1':'en','name':'English'}]","Released","","Pig Hunt","false","4.9","25" +"false","/7QCoaQQ8UE1kKNr13amz190Q6Fy.jpg","null","0","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","","315024","tt2905674","en","Jurassic City","When a top-secret laboratory is unexpectedly breached, thousands of rampaging raptors are unleashed on Los Angeles! A black-ops unit is mobilized to contain the creatures before they cause city-wide chaos. Simultaneously, a truckload of raptors is rerouted to a nearby prison. Upon their escape, these ferocious flesh-eaters are beyond containment. This is Jurassic judgment night for smoking hot sorority girls, sinister scientists, muscle-bound military and doomed death-row inmates! It's about to get bloody in Jurassic City!","2.485","/vTcylEReK3PLblWvaXqdMq0eV4a.jpg","[{'id':42613,'logo_path':null,'name':'Little Dragon Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-12-31","0","88","[{'iso_639_1':'en','name':'English'}]","Released","Throwing L.A. Back to the Stone Ages","Jurassic City","false","5","34" +"false","/smwZPWM8YBd2oFOQRWQjoAOOhz4.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","http://www.bokuasu-movie.com/","428099","tt5338222","ja","???????????????????????????????????????????????????","Takatoshi Minamiyama (Sota Fukushi) majors in art at an university in Kyoto. On the train to the school, he sees Emi Fukuju (Nana Komatsu) and falls in love with her at first sight. Gathering up all his courage, he speaks to her. They begin to date and enjoy happy days together, but Emi reveals her secret to him.","5.142","/wtRJKkspD4pv3fd2lO2cT93dpzq.jpg","[{'id':882,'logo_path':'/fRSWWjquvzcHjACbtF53utZFIll.png','name':'Toho Company, Ltd.','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","2016-12-17","0","111","[{'iso_639_1':'ja','name':'?????????'}]","Released","","My Tomorrow, Your Yesterday","false","7.5","36" +"false","/bDWZmyNDuUd7kC11ezbeDY8Hzqk.jpg","{'id':117965,'name':'The Zombie Diaries Collection','poster_path':'/r8PbXrTZnR0MlwdrENJtC0GgbZ2.jpg','backdrop_path':'/7q6Os1kMEFttOkvpuzZsrwCyVRe.jpg'}","1500000","[{'id':28,'name':'Action'},{'id':27,'name':'Horror'}]","","68878","tt1733578","en","The Zombie Diaries 2","Three months have passed since a viral outbreak wiped out 99.9% of the world's population, turning its victims into flesh-eating living dead. In the UK, a surviving band of soldiers and civilians have taken refuge at a rural military barracks. Life in this new world is tough and brutal, but hope appears when a high level communication is received from a military base on the coast, telling of sanctuary elsewhere in Europe... But just as salvation appears to be in reach, the base suffers an overwhelming defeat at the hands of the living dead! The surviving handful of troops and civilians must now make their way to the coast to uncover the truth behind the message. Their perilous journey takes them across a now treacherous, death-ravaged landscape, where the living dead are vast in number and wandering bandits impose their own malicious sense of law and order. What follows is a journey into hell and a desperate battle against all odds for the very survival of the human race","2.03","/haiamXypDnpkUHu17PCVlrB1bXY.jpg","[]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2011-06-24","0","88","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Humanity's Last Stand!","The Zombie Diaries 2","false","3.9","24" +"false","/kABkkP4aEBVKi8YlZlysK3J56ah.jpg","null","0","[{'id':27,'name':'Horror'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'}]","","77068","tt0780645","en","War of the Dead","Captain Martin Stone is leading a finely-trained, elite platoon of Allied soldiers as they attack an enemy bunker. Underestimating their enemy's strength, they are quickly beaten back into the forest. As they try to regroup, they are suddenly attacked by the same soldiers they had just killed a few minutes earlier. Forced to flee deeper into Russian territory, they discover one of war's most terrifying secrets and realize they have woken up a far more deadlier enemy.","1.398","/u2xcdwUr7FCgyB23OBALnbIzEaR.jpg","[{'id':1269,'logo_path':null,'name':'Momentum Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'LT','name':'Lithuania'},{'iso_3166_1':'IT','name':'Italy'}]","2011-10-22","0","86","[{'iso_639_1':'en','name':'English'}]","Released","What Killed Them Made Them Stronger","War of the Dead","false","3.9","24" +"false","/eTQiADfHw3ImQKvrQHnFibZLuxP.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","33357","tt0068341","en","The Valachi Papers","When Joe Valachi (Charles Bronson) has a price put on his head by Don Vito Genovese (Lino Ventura), he must take desperate steps to protect himself while in prison. An unsuccessful attempt to slit his throat puts him over the edge to break the sacred code of silence.","3.014","/8OA3Guqa1tKFtOtzG2kDWPKm3EZ.jpg","[{'id':5701,'logo_path':null,'name':'De Laurentiis Intermarco S.p.A.','origin_country':''},{'id':5702,'logo_path':null,'name':'Euro-France Films','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'IT','name':'Italy'}]","1972-06-01","0","125","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","","The Valachi Papers","false","6.9","31" +"false","/3JPZdMPMDcStF5aokJ94BlS3ZxQ.jpg","{'id':428672,'name':'Bonded by Blood Collection','poster_path':'/4woMYXyfsDmN5aalwchkWa0BpwZ.jpg','backdrop_path':null}","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","43944","tt1540400","en","Bonded by Blood","In 1995, drug suppliers and career criminals Tony Tucker, Patrick Tate and Craig Rolfe were blasted to death by a shot gun whilst waiting in a Range Rover in Rettendon, Essex. The film charts their rise to become the most prolific dealers and feared criminals in the south of England, maintaining the hold on their empire with fear and violence until their untimely death.","2.408","/p0FLLMJvykOLBfWHrlh5mamblae.jpg","[{'id':7353,'logo_path':'/yV5sxmYy4nBptmedJbsUKpr6W4M.png','name':'Gateway Films','origin_country':''},{'id':15357,'logo_path':null,'name':'Prime Focus','origin_country':'IN'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2010-09-02","0","100","[{'iso_639_1':'en','name':'English'}]","Released","The Truth, The Whole Truth and Nothing but the F**king Truth!","Bonded by Blood","false","5.4","21" +"false","/cdhGoYlEBEeSgExSawNhHOWur7s.jpg","null","0","[{'id':14,'name':'Fantasy'}]","","19759","tt0052374","cs","Vyn??lez zk??zy","As the world progresses into the industrial age, a professor studying the ""nature of pure matter"" is spirited away by a would-be dictator and connived into building a super-bomb, as a young reporter and a girl rescued from the sea attempt to warn him of their mutual kidnapper's intentions to dominate the world with a new and more-deadly-yet weapon.","2.198","/mbTRmMd8rpKUfjItJaLpZ9VdWcm.jpg","[{'id':2502,'logo_path':null,'name':'??eskoslovensk?? St??tn?? Film','origin_country':'CZ'}]","[{'iso_3166_1':'XC','name':'Czechoslovakia'}]","1958-08-21","0","83","[{'iso_639_1':'cs','name':'??esk??'}]","Released","Fantastic Pedal Blimps Fly The Skies! - Four-Footed Machines In Incredible Sea Battle!","The Fabulous World of Jules Verne","false","7.1","23" +"false","/chRqGbfIgklWPEA2jN5JOPOGVyg.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","509767","tt2882426","en","What It Was","An old flame is reignited and a new desire is awaken when Hollywood Actress Adina J. Spencer returns back to New York. Soon she is forced to face her sexual past, confront her present identity, and admit her true love.","0.659","/37Rb0f5OoGmA8CP3q1kFbzoh0NC.jpg","[{'id':105453,'logo_path':null,'name':'Novo Novus Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-07-26","0","85","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","","What It Was","false","7","2" +"false","/pGttINIBGsYXO9MMIjKHAWA7hmu.jpg","{'id':438087,'name':'Topper Collection','poster_path':'/w9JhmToZlitUENBQIUToFXijbiA.jpg','backdrop_path':'/oZll8O2qZiGHHEM5ATcfROCMNkK.jpg'}","0","[{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'},{'id':10749,'name':'Romance'}]","","54430","tt0032043","en","Topper Takes a Trip","Mrs Topper's friend Mrs Parkhurst has convinced Mrs topper, to file for a divorce from Cosmo, due to the strange circumstances of his trip with ghost Marion Kirby. Marion comes back from heaven's door to help Cosmo again, this time only with dog Mr. Atlas. Due to a strange behavior of Cosmo, the judge refuses to divorce them, so Mrs Parkhurst takes Mrs Topper on a trip to France, where she tries to arrange the final reasons for the divorce, with help of a gold-digging French baron, Marion takes Cosmo to the same hotel, to bring them back together and to get her own final ticket to heaven, but the whole thing turns out to be not too easy.","2.103","/xquigVdluYUQD6RhFExewWC8XYS.jpg","[{'id':2159,'logo_path':null,'name':'Hal Roach Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1938-12-29","0","80","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","A merry romance packed with fun!","Topper Takes a Trip","false","6.6","5" +"false","/4DDayvXxs7vwjd33fZNyWfTlCDA.jpg","null","0","[{'id':16,'name':'Animation'},{'id':27,'name':'Horror'},{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'}]","https://www.dccomics.com/movies/constantine-city-of-demons-the-movie","539517","tt9177882","en","Constantine: City of Demons - The Movie","A decade after a tragic mistake, family man Chas and occult detective John Constantine set out to cure Chas???s daughter Trish from a mysterious supernatural coma. With the help of the mysterious Nightmare Nurse, the influential Queen of Angels, and brutal Aztec God Mictlantecuhtli, the pair just might have a chance at outsmarting the demon Beroul to save Trish???s soul. In a world of shadows and dark magic, not everything is what it seems, and there???s always a price to pay. The path to redemption is never easy, and if Constantine is to succeed, he must navigate through the dark urban underbelly of Los Angeles, outwit the most cunning spawns of hell, and come face to face with arch-nemesis Nergal ??? all while battling his own inner demons!","6.263","/tZIMe2pYug1cS9e7AZnd1bTTidM.jpg","[{'id':2785,'logo_path':'/l5zW8jjmQOCx2dFmvnmbYmqoBmL.png','name':'Warner Bros. Animation','origin_country':'US'},{'id':9993,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Entertainment','origin_country':'US'},{'id':429,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Comics','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-04","0","90","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","","Constantine: City of Demons - The Movie","false","7.2","51" +"false","/1iUuWGnywpwgcoHQ1LS6TzXtqLt.jpg","null","0","[{'id':53,'name':'Thriller'}]","","567738","tt8975028","en","American Hangman","An unidentified man posts a live feed on social media showing that he has kidnapped two strangers and intends to kill one before the day is out. His intention is to hold a capital 'trial' online. As the authorities recognize what's happening, it becomes apparent that the online public is going to act as judge and jury.","9.075","/nWQTrJU71YpChiAZAmGH3RLtsfK.jpg","[{'id':63443,'logo_path':'/iKm40tfw3Hxaz7mUubWrdbApUJV.png','name':'The Fyzz Facility','origin_country':'GB'},{'id':46513,'logo_path':'/w7qu6X4nwZm6LES7zDBEPepA0ji.png','name':'Northern Ontario Heritage Fund Corporation','origin_country':'CA'},{'id':113123,'logo_path':null,'name':'Hangman Justice Productions','origin_country':'CA'},{'id':113124,'logo_path':null,'name':'Stirling Bridge Entertainment','origin_country':'CA'},{'id':806,'logo_path':'/kcNh09qqR2Pkw1JAzRW4CommrW4.png','name':'T??l??film Canada','origin_country':'CA'},{'id':11576,'logo_path':null,'name':'Ontario Media Development Corporation (OMDC)','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2019-01-04","0","99","[{'iso_639_1':'en','name':'English'}]","Released","A new kind of trial","American Hangman","false","6.9","16" +"false","/hSdVjJ1kJD7EZ4jSLpmnBWeDz6g.jpg","null","0","[{'id':27,'name':'Horror'}]","","545612","tt6993174","en","Curse of the Nun","A damaged young woman is looking forward to moving to a beautiful new home, but the spirit of a deranged nun wants her to stay right where she is.","2.164","/7ksU3xPkEnfd7XClq7c2owSTKIA.jpg","[{'id':97473,'logo_path':'/wUdvGcrOBNhYNWqPCYSyXbP5hpS.png','name':'High Octane Pictures','origin_country':'US'}]","[]","2018-05-09","0","80","[{'iso_639_1':'en','name':'English'}]","Released","Your Soul Belongs to Her","Curse of the Nun","false","3.9","9" +"false","","null","0","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","http://adriangoodman.com/WAKEY-WAKEY","517042","tt2342421","en","Wakey Wakey","Teen Josie tries to make sense of a frightening world in which a sleep condition blurs her dreams into waking life, and comes under the sway of her sister Samantha, whose dark web of secrets she must unravel.","0.677","/oNQnDGNcxG36ctkYXeemGmxNVXT.jpg","[]","[{'iso_3166_1':'AU','name':'Australia'}]","2012-01-01","0","63","[]","Released","","Wakey Wakey","false","5","1" +"false","/xmLLkEhqIw0Me0wgO9ZhtP0MW7U.jpg","null","750000","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","http://www.rustcreek.com","561362","tt6610158","en","Rust Creek","When an overachieving college senior makes a wrong turn, her road trip becomes a life-changing fight for survival in rural Kentucky.","13.692","/rd8kbkcvdNTByYKDqY2FyxlhhCy.jpg","[{'id':110406,'logo_path':'/nBtz06yBISLCzIvvgeoUtfKeCzU.png','name':'Lunacy Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-01-04","0","108","[{'iso_639_1':'en','name':'English'}]","Released","Choose your prey carefully","Rust Creek","false","6.5","29" +"false","/jK4m8gjLT5D2PNwoC0jJ0dGmWMu.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","449459","tt4131496","en","The Vanishing","Three lighthouse keepers on an uninhabited island off the coast of Scotland discover something that isn't theirs to keep.","12.881","/5HKn2CecRi2OlyC3T6FZz4QqkW5.jpg","[{'id':52855,'logo_path':'/9BWTbwgruGMPcVvwCCDjqctdCTA.png','name':'Mad as Birds','origin_country':'GB'},{'id':5056,'logo_path':'/kADFcjL04xe5HGBnlLjbfhliS2a.png','name':'Head Gear Films','origin_country':'GB'},{'id':90761,'logo_path':'/uPcwljtUrpoeRiXI4vpDsvqWiqP.png','name':'Kodiak Pictures','origin_country':'US'},{'id':25954,'logo_path':null,'name':'Metrol Technology','origin_country':'GB'},{'id':10246,'logo_path':'/rREvQNWAxkDfY9CDn2c5YxEMPdP.png','name':'Cross Creek Pictures','origin_country':'US'},{'id':113093,'logo_path':'/dGzR7n09AFx4T9RQ51PfHduatRl.png','name':'iWood Studios','origin_country':'US'},{'id':8087,'logo_path':null,'name':'Creative Scotland','origin_country':'GB'},{'id':103331,'logo_path':null,'name':'G-BASE','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2019-01-04","0","101","[{'iso_639_1':'en','name':'English'}]","Released","What's left when the light goes out?","The Vanishing","false","5.4","91" +"false","","null","0","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'}]","","418744","tt2817548","en","The Shadow Behind You","The Shadow Behind You 2015 movie","0.6","/5zwHYyIq4OWvaZWsgDxhAJT5Bgn.jpg","[]","[]","2015-10-14","0","","[]","Released","","The Shadow Behind You","false","2","1" +"false","/h8xhH0qHLyScv3OCk5BUENc2ny4.jpg","null","0","[{'id':10752,'name':'War'}]","","16912","tt0047945","en","The Colditz Story","Allied prisoners of various nationalities pool their resources to plan numerous escapes from an ""escape-proof"" German P.O.W. camp housed in a Medieval castle.","1.242","/6X8j7BBmHAlS5cogweX7lYahva3.jpg","[{'id':20826,'logo_path':null,'name':'Ivan Foxwell Productions','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'}]","1955-01-25","0","94","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'pl','name':'Polski'},{'iso_639_1':'de','name':'Deutsch'}]","Released","","The Colditz Story","false","6.9","15" +"false","/zRjWLejYkKESmKGl7DV5egfYLAi.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","21871","tt0088224","en","Tank","After relocating his family - and his prized restored Sherman tank - to a small Georgia town, Sargeant Major Zack Carey (James Garner) butts heads with the local sheriff. Zack doesn't agree with the ways of the local police, and when the sheriff goes after Zack's son (C. Thomas Howell), it's time for Zack to roll out the Sherman tank and wage a little war of his own.","1.94","/q6BaW09NlgcTCfy3Wp1Vf3U7MwD.jpg","[{'id':1176,'logo_path':null,'name':'Lorimar Film Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-03-16","14134877","113","[{'iso_639_1':'en','name':'English'}]","Released","A tank a day keeps the law away.","Tank","false","5.8","32" +"false","/y26wPQaxgGh5mxZhBzyP6PyPJlH.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':18,'name':'Drama'}]","","300640","tt3498956","en","Wedding Planner Mystery","Wedding Planner Mystery follows the exploits of a quirky but lovable event planner who makes murder as fun as can be. Homicide doesn't follow our heroine; she seeks it out. Using her circle of contacts, her friendship with a reporter and the same research skills that enable her to plan distinctive events - if an unsolved murder occurs in Seattle, Carnegie will find out about it.","2.024","/chyCBaqOSONb0k8qw2zFnXcJxtN.jpg","[]","[]","2014-10-19","0","83","[{'iso_639_1':'en','name':'English'}]","Released","","Wedding Planner Mystery","false","6.2","14" +"false","/f9bM0rIAVhcSrQahSNF7ClMFj1E.jpg","null","0","[{'id':18,'name':'Drama'}]","","121598","tt1714866","en","Midnight's Children","The story of a pair of children born within moments of India gaining independence from England, growing up in the country that is nothing like their parent's generation. A Canadian-British film adaptation of Salman Rushdie's novel of the same name.","2.268","/izf64ibfYq44giDau9oYfkF97jS.jpg","[{'id':89772,'logo_path':null,'name':'Hamilton-Mehta Productions','origin_country':''},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2012-10-26","884100","148","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ur','name':'????????'},{'iso_639_1':'hi','name':'??????????????????'}]","Released","A child and country were born at midnight once upon a time.","Midnight's Children","false","5.5","19" +"false","/4IcwJUK9rFut0ryLCfFLraIE1K1.jpg","null","0","[{'id':18,'name':'Drama'}]","","94671","tt1781840","en","Jayne Mansfield's Car","Alabama; 1969: The death of a clan's estranged wife and mother brings together two very different families. The scars of the past hide differences that will either tear them apart or expose truths that could lead to unexpected collisions.","3.569","/uO2ELs2mKrQ1ZGHUdOxQ286AJ5x.jpg","[{'id':11005,'logo_path':null,'name':'AR Films','origin_country':''},{'id':11006,'logo_path':null,'name':'Aldamisa Entertainment','origin_country':''},{'id':3490,'logo_path':null,'name':'Media Talent Group','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'RU','name':'Russia'}]","2013-07-25","14836","122","[{'iso_639_1':'en','name':'English'}]","Released","Torn Apart. Driven Together.","Jayne Mansfield's Car","false","5.9","28" +"false","/8fg9SMqBnCwrhRIkZGt5J6BjiLK.jpg","null","10000000","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","23174","tt1172060","en","It's Alive","It's Alive is a modern remake of the classic 1970s horror film. When a young woman learns that she's pregnant, she leaves graduate school to set up a home with her boyfriend in the country. The fate of the happy new family takes a gruesome turn when animals and people end up brutally dead ??? all with a strange connection to their newborn. Could their new child be the responsible for the killings?","1.52","/xPFThDF1IBnFNudv9CzkiR08exG.jpg","[{'id':4451,'logo_path':null,'name':'Alive Productions','origin_country':''},{'id':4452,'logo_path':null,'name':'Amicus Entertainment','origin_country':''},{'id':105155,'logo_path':null,'name':'IPW Productions','origin_country':''},{'id':2982,'logo_path':null,'name':'Signature Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-08-15","15500000","80","[{'iso_639_1':'en','name':'English'}]","Released","Please be quiet. Do not wake him up.","It's Alive","false","3.8","25" +"false","/5e1xlnYEFANluvIhTFFfq82gyJh.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","","249238","tt0070072","nl","Frank en Eva","The story of a man who goes out looking for hamburgers, while he has a beautiful steak at home. Frank and Eva can't live together, but can't live without each other either. Frank has sex with every woman he can get, while Eva wants to start a family.","0.966","/4wjMI1O1UV4U6ocb993qEM3Wt2X.jpg","[{'id':19363,'logo_path':null,'name':'Scorpio Film Productions','origin_country':''}]","[{'iso_3166_1':'NL','name':'Netherlands'}]","1973-08-22","0","93","[{'iso_639_1':'nl','name':'Nederlands'}]","Released","Living apart together","Frank and Eva","false","6.8","3" +"false","/e1rxoR1FLT5m8ptUpKy4FaKy6KT.jpg","null","25000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.runbitchrunmovie.com/","26334","tt1136684","en","Run! Bitch Run!","Things go horribly wrong when Catherine and Rebecca, two Catholic School girls, knock on the wrong door while selling Religious paraphernalia.","3.71","/73WH2l280SZs56IpE08anu7IjWJ.jpg","[{'id':4747,'logo_path':null,'name':'Freak Show Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-01-01","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Payback's a Bitch!","Run! Bitch Run!","false","4.3","31" +"false","/xe2bSzfRYil1RL4pwFTZi08NCtW.jpg","null","1000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.oneeyedgirlthemovie.com/","218670","tt2307002","en","One Eyed Girl","After the death of his girlfriend, Travis, a thirty-something psychiatrist, struggles to keep it together. On the brink of a nervous breakdown he stumbles across a strange church run by a charismatic leader, Pastor Jay. In search of answers Travis is led deeper and deeper into the underworld of religious fanaticism, home to a Doomsday cult and a teenage girl named Grace.","1.278","/sL2mBrxp4NhGPj3h8Nw3Uu0wCrG.jpg","[{'id':76387,'logo_path':null,'name':'Filmlab','origin_country':''},{'id':69777,'logo_path':null,'name':'Projector Films','origin_country':'AU'}]","[{'iso_3166_1':'AU','name':'Australia'}]","2014-10-24","0","110","[{'iso_639_1':'en','name':'English'}]","Released","In the land of the blind the one eyed girl is Queen","One Eyed Girl","false","5.2","12" +"false","/mduXCaZ1QaevkyJsvKcuXDTpv4j.jpg","null","3500000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","http://www.needlemovie.com/","49347","tt1545315","en","Needle","In this cunning mystery-horror hybrid, college student Ben inherits a curious old mechanical box that churns out voodoo dolls. When a shadowy figure starts using the box to murder Ben's friends, Ben must find the killer.","3.577","/3rVfEI4nx08KkZFvBqX1KJmle8D.jpg","[{'id':10002,'logo_path':null,'name':'Filmscope Entertainment','origin_country':'AU'}]","[{'iso_3166_1':'AU','name':'Australia'}]","2010-06-04","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Ten Suspects. Six Clues. One Killer...","Needle","false","5","23" +"false","/70EaAr8euU2ZxgNlPJGmcyqVdaI.jpg","null","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","19368","tt0052293","en","Thunder Road","A father comes home to Tennessee from the ""police action"" in Korea to take over operation of the family moonshine making operation, but runs afoul of some gangsters who want in on the action.","2.182","/mUVyPJOoW4noVgJZNeMuUYNyOA6.jpg","[{'id':2117,'logo_path':null,'name':'D.R.M. Productions','origin_country':''},{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1958-05-10","0","92","[{'iso_639_1':'en','name':'English'}]","Released","More Savage Than The Tommy-Gun Massacre of the Roaring Twenties...TODAY'S BILLION-DOLLAR WHISKEY WAR!","Thunder Road","false","6.4","13" +"false","/ztZNt5yqSZzzg4o23z9puEUp7oW.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://www.kidsinamericamovie.com/","21246","tt0408961","en","Kids in America","Inspired by real events, this ribald comedy pits an unlikely gang of students against their principal after she bars safe-sex activities on campus. Protesting Principal Weller's muzzling of free speech, the teens stage a bold and hilarious rebellion.","1.661","/qf5WHidnEkKOQ8hl8l4RuKh0Fxx.jpg","[{'id':3940,'logo_path':null,'name':'Kids in America LLC','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-10-21","0","91","[{'iso_639_1':'en','name':'English'}]","Released","Get Schooled Not Fooled.","Kids in America","false","5.9","22" +"false","/oLTbDvNq2Jok4eCEgXO9QnyA06d.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':10770,'name':'TV Movie'}]","","542787","tt8805150","en","Frenzy","A group of friends runs a popular travel vlog that helps fund their adventures. The leader of the group includes her younger sister for the next scuba diving trip to an isolated cove. But when their plane crashes, the two sisters must use their strength, resourcefulness and immense courage to survive a pack of great white sharks.","1.263","/iQxV2OLz1Y8NiC8HWeD5uYu14iH.jpg","[{'id':112870,'logo_path':null,'name':'Shark Pack LD','origin_country':''},{'id':77827,'logo_path':null,'name':'Slightly Distorted Productions','origin_country':''},{'id':6854,'logo_path':null,'name':'Benetone Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-08-15","0","85","[]","Released","Survival is her only option","Frenzy","false","4","8" +"false","/nru6T2o9ZcsmNbFA5F1fKqPfKfw.jpg","null","1000000","[{'id':27,'name':'Horror'}]","","39868","tt0082346","en","Evilspeak","Bullied by classmates, a pudgy military-school student fights back by computer with the devil.","3.446","/5VC6z7UU9nW1ONx7QUtwxDntpuo.jpg","[{'id':14961,'logo_path':null,'name':'Coronet Film','origin_country':''},{'id':15064,'logo_path':null,'name':'Leisure Investment Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1981-08-22","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Remember the little kid you used to pick on? Well, he's a big boy now.","Evilspeak","false","5.2","33" +"false","/pUhUs69aMfl5r4z8hsbA2D42bgx.jpg","null","3000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","15476","tt0462160","en","Dead Tone","As another semester draws to a close at the University of Dreyskill, a simple game dreamt to help students avoid studying becomes a bloody battle for survival.","4.12","/5TxjVuxJPctKbQrMh5CfVrNiD6P.jpg","[{'id':20108,'logo_path':null,'name':'Hooks and Taylor Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-05-16","0","100","[{'iso_639_1':'en','name':'English'}]","Released","","Dead Tone","false","4.3","35" +"false","/3OeLije6xBoy0N35oOoM3n1ARZV.jpg","null","0","[{'id':27,'name':'Horror'}]","","40368","tt0082818","en","Nightmare","A drug-treated schizophrenic plagued by horrible nightmares escapes from the hospital and goes on a killing spree.","2.364","/v1oCe3bM11KCOnrxVefzRjDH8hB.jpg","[{'id':42978,'logo_path':null,'name':'Goldmine Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1981-10-23","0","97","[{'iso_639_1':'en','name':'English'}]","Released","The Dream You Can't Escape ALIVE!","Nightmare","false","5.7","42" +"false","/w6zXYxMCigUMOZqQ33rdRDyj5I4.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.themerrygentlemanmovie.com","24053","tt0967945","en","The Merry Gentleman","A woman who leaves an abusive relationship to begin a new life in a new city, where she forms an unlikely and ironic relationship with a suicidal hit man (unbeknownst to her). Enter a worn, alcoholic detective to form the third party in a very unusual triangle as this story begins to unfold.","2.554","/pjRLAyDPWPPziUoHSof6WPOu8yO.jpg","[{'id':12254,'logo_path':null,'name':'Jackson Income Fund','origin_country':''},{'id':12255,'logo_path':null,'name':'Merry Gentleman','origin_country':'US'},{'id':12256,'logo_path':null,'name':'South Water Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-04-16","0","110","[{'iso_639_1':'en','name':'English'}]","Released","A man with a secret. A woman with a past.","The Merry Gentleman","false","6.4","16" +"false","/mogbPHUlLr2i86b2kIkMC46USfr.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10770,'name':'TV Movie'}]","http://www.hbo.com/movies/the-immortal-life-of-henrietta-lacks","424600","tt5686132","en","The Immortal Life of Henrietta Lacks","An African-American woman becomes an unwitting pioneer for medical breakthroughs when her cells are used to create the first immortal human cell line in the early 1950s.","3.892","/dzkd72ECEwMAwNZUypAnlQJ6o6h.jpg","[{'id':3298,'logo_path':null,'name':'Harpo Films','origin_country':''},{'id':21864,'logo_path':null,'name':'Cine Mosaic','origin_country':'US'},{'id':7429,'logo_path':'/6in9uMqxXEHx5XgYgkeRBpZ4rPw.png','name':'HBO Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-04-22","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Discover what you are made of","The Immortal Life of Henrietta Lacks","false","6.6","47" +"false","/d2g96sPT305JJccjvc0a8Nudd2G.jpg","null","100000","[{'id':27,'name':'Horror'},{'id':80,'name':'Crime'}]","","36224","tt0166370","en","Subconscious Cruelty","A surrealistic anthology of horror films; four segments structured as an intense fever dream...","1.702","/ubjkqVUAyUt8iJkc2V2GORPJ4Ls.jpg","[{'id':31271,'logo_path':null,'name':'Infliction Films','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2001-04-13","0","92","[{'iso_639_1':'en','name':'English'}]","Released","","Subconscious Cruelty","false","5.2","28" +"false","/fbT7a7gYwAmAmnAKCYQ1UwBAXQE.jpg","null","5027266","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':878,'name':'Science Fiction'},{'id':12,'name':'Adventure'}]","","401513","tt4731148","ru","????????????????????","After an alien ship crash lands in a Russian city, many who see the inside and the occupants start to question their own existence while others demand the aliens leave Earth.","7.397","/uMr2lXCh8PuGBhCIosjknQRv1iT.jpg","[{'id':89458,'logo_path':null,'name':'Vodorod 2011','origin_country':''},{'id':3451,'logo_path':null,'name':'Art Pictures Studio','origin_country':'RU'}]","[{'iso_3166_1':'RU','name':'Russia'}]","2017-01-26","0","117","[{'iso_639_1':'ru','name':'P????????????'}]","Released","The Earth is for Humans","Attraction","false","5.9","186" +"false","/2reDfi3bl3givTawULOVvjEF1rR.jpg","null","0","[{'id':10752,'name':'War'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","426618","tt1235187","en","Where Hands Touch","Germany, 1944. Leyna, the 15-year old daughter of a white German mother and a black African father, meets Lutz, a compassionate member of the Hitler Youth whose father is a prominent Nazi soldier, and they form an unlikely connection in this quickly changing world.","5.62","/omKzydOrom9kpdfQUE0G9Y9sPl0.jpg","[{'id':108725,'logo_path':null,'name':'Tantrum Films','origin_country':''},{'id':19037,'logo_path':'/xhAYgpFmJfcCVLV5NMD8QKvqqHc.png','name':'Umedia','origin_country':'BE'},{'id':5056,'logo_path':'/kADFcjL04xe5HGBnlLjbfhliS2a.png','name':'Head Gear Films','origin_country':'GB'},{'id':62230,'logo_path':null,'name':'Pinewood Pictures','origin_country':''},{'id':2268,'logo_path':'/wgDks2qYgwN6u1OkW1bBre0rf4F.png','name':'Isle of Man Film','origin_country':'GB'},{'id':7281,'logo_path':'/vuDafYIcuoY0YyvgcqtjXOKwn6Q.png','name':'British Film Institute','origin_country':'GB'},{'id':25954,'logo_path':null,'name':'Metrol Technology','origin_country':'GB'},{'id':41115,'logo_path':null,'name':'British Film Company','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-09-14","0","122","[{'iso_639_1':'en','name':'English'}]","Released","","Where Hands Touch","false","7.8","32" +"false","/i9VSIsLf1E8QtXuoeemwnKHgkY3.jpg","null","12500000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","13435","tt0168786","en","Antwone Fisher","A sailor prone to violent outbursts is sent to a naval psychiatrist for help. Refusing at first to open up, the young man eventually breaks down and reveals a horrific childhood. Through the guidance of his doctor, he confronts his painful past and begins a quest to find the family he never knew.","7.436","/exxd2ddAB1F82QBzxiHGHijltwM.jpg","[{'id':2510,'logo_path':null,'name':'Mundy Lane Entertainment','origin_country':''},{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-12-19","23367586","120","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'}]","Released","Antwone Fisher is at war... with himself.","Antwone Fisher","false","6.8","208" +"false","/oiru2oKYRehN1397KMNon0qIaZ.jpg","null","450000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","15624","tt0435623","en","Conversations with Other Women","Reunited at a wedding after many years, former lovers again feel the pull of a mutual attraction neither is willing to admit. Escaping the reception for the privacy of a hotel room, the unnamed pair explore the choices of the past that led them to the present.","4.575","/fNldGq66pv1JhqpWC7Q7FjjnLO7.jpg","[{'id':41047,'logo_path':null,'name':'Prophecy Pictures Ltd.','origin_country':''},{'id':60473,'logo_path':null,'name':'Gordonstreet Pictures','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2006-06-07","973525","84","[{'iso_639_1':'en','name':'English'}]","Released","There are two sides to every love story.","Conversations with Other Women","false","6.2","64" +"false","/r8Ui8z3l284gRBu0Rcl4u9fGf44.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","165567","tt1881060","en","Static","A couple facing marital problems after losing their child finds their life together further complicated by a mysterious visitor.","3.338","/pXprOtMCoc4c9EOUn1YNaApOAJZ.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-10-31","0","80","[{'iso_639_1':'en','name':'English'}]","Released","If you hear them coming, you're already dead.","Static","false","5.6","53" +"false","/a8mU1qBEfYVSM8g5KkvO4g559kz.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","572000","tt7130192","en","The Demonologist","Detective Damien Seryph investigates a string of murders that connects to a group trying to bring forth the 4 King Demons of Hell. Damien's past connects him to those involved and will force him to become ""The Demonologist"".","2.307","/mplI0Z0Oum8fFVs3Jdak0Xymcq5.jpg","[{'id':112889,'logo_path':null,'name':'CS West Productions','origin_country':''},{'id':82773,'logo_path':null,'name':'Thriller Films','origin_country':''},{'id':90423,'logo_path':null,'name':'Tip-Top Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-12-31","0","100","[{'iso_639_1':'en','name':'English'}]","Released","The battle never ends","The Demonologist","false","4","1" +"false","/zXp2ydvhO9qGzpIsb1CWeKnn5yg.jpg","null","910000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","654","tt0047296","en","On the Waterfront","Terry Malloy dreams about being a prize fighter, while tending his pigeons and running errands at the docks for Johnny Friendly, the corrupt boss of the dockers union. Terry witnesses a murder by two of Johnny's thugs, and later meets the dead man's sister and feels responsible for his death. She introduces him to Father Barry, who tries to force him to provide information for the courts that will smash the dock racketeers.","12.591","/2AKM5RxGoerG5v1x4TWu36MDxqT.jpg","[{'id':388,'logo_path':null,'name':'Horizon Pictures','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1954-06-22","9600000","108","[{'iso_639_1':'en','name':'English'}]","Released","The Man Lived by the Jungle Law of the Docks!","On the Waterfront","false","8.1","646" +"false","/8bRIfPGDnmWgdy65LO8xtdcFmFP.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","http://www.foxsearchlight.com/theoldmanandthegun","429203","tt2837574","en","The Old Man & the Gun","The true story of Forrest Tucker, from his audacious escape from San Quentin at the age of 70 to an unprecedented string of heists that confounded authorities and enchanted the public. Wrapped up in the pursuit are a detective, who becomes captivated with Forrest???s commitment to his craft, and a woman, who loves him in spite of his chosen profession.","10.024","/a4BfxRK8dBgbQqbRxPs8kmLd8LG.jpg","[{'id':51513,'logo_path':'/eWhUrhDH1DapiMCnK7I9f5HPDjd.png','name':'Cond?? Nast Entertainment','origin_country':'US'},{'id':1205,'logo_path':null,'name':'Endgame Entertainment','origin_country':'US'},{'id':2870,'logo_path':null,'name':'Identity Films','origin_country':'US'},{'id':14634,'logo_path':null,'name':'Sailor Bear','origin_country':'US'},{'id':316,'logo_path':null,'name':'Wildwood Enterprises','origin_country':'US'},{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-09-27","11277120","93","[{'iso_639_1':'en','name':'English'}]","Released","This story is mostly true.","The Old Man & the Gun","false","6.6","235" +"false","/1pTCpyNEuI9vnu07jwTZAmkE7fH.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.theencoreoftonyduran.com/","123174","tt1639086","en","The Encore of Tony Duran","A victim of personal and financial failure, Tony long ago gave up his dreams of singing and performance. But now, even his day job has disappeared, prompting in Tony feelings of self-loathing and worthlessness. Desperate, Tony is prepared to sink to crime to pay his bills, but he finds himself incompetent at even that. Withering under the gaze of the meth dealer, Art, Tony is now a completely broken man: robbed, lifethreatened and miserable. He makes his last gamble and loses it all. However, just at the moment his life becomes a complete nightmare, his friend Jerry is there to guide Tony back.","1.174","/pDtHPjkiHw7fX4Va7qbBQ5ErexS.jpg","[]","[]","2011-01-14","0","","[]","Released","","The Encore of Tony Duran","false","6","1" +"false","/lvpUnrcrP4PUEz06DvKlDN7wU1V.jpg","{'id':10893,'name':'Critters Collection','poster_path':'/rWZytVHeFsADHeuoPCIf4c7Qepb.jpg','backdrop_path':'/9K0ycQWRv4vSL1oM8y7dOXwFpy6.jpg'}","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","12702","tt0101627","en","Critters 3","In what appears to be a cross between Critters and The Towering Inferno, the residents of a shoddy L.A. apartment block are chased up to the roof by hoards of the eponymous hairy horrors.","8.258","/zImPNGAVoTK1GmwcSkE0tx6el1N.jpg","[{'id':66755,'logo_path':null,'name':'OH Films','origin_country':''},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1991-12-11","0","86","[{'iso_639_1':'en','name':'English'}]","Released","First they destroyed a farm. Then they terrorised a town. Now they're ready to do some real damage!","Critters 3","false","4.7","126" +"false","/kyAkx3ayBauxZcfZWHfkdvvpesn.jpg","null","0","[{'id':18,'name':'Drama'}]","https://theorchard.tv/state-like-sleep","340268","tt3628574","en","State Like Sleep","Following the death of her husband, Katherine travels to Brussels, where a few loose ends become a whole web of secrets as she untangles her late spouse???s mysterious last days alive.","5.083","/m3j0RJacytPtwzVSL6n7mqZDa9R.jpg","[{'id':19632,'logo_path':'/q2kFlMm4C9UTWgSrJA6iSmDvWMI.png','name':'3311 Productions','origin_country':'US'},{'id':79434,'logo_path':'/Arvz4tu5nMsQyuNxXsbPh4jrMms.png','name':'Code Red Productions','origin_country':'US'},{'id':99963,'logo_path':null,'name':'Sight Unseen Pictures','origin_country':'US'},{'id':61011,'logo_path':null,'name':'Scythia Films','origin_country':'CA'},{'id':9286,'logo_path':null,'name':'The Orchard','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-01-04","0","105","[{'iso_639_1':'en','name':'English'}]","Released","","State Like Sleep","false","5.2","7" +"false","/nrzKvKLEOYWFEi3iWefST8EKgga.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.ifcfilms.com/films/wildlife","417812","tt5929754","en","Wildlife","14-year-old Joe is the only child of Jeanette and Jerry ??? a housewife and a golf pro ??? in a small town in 1960s Montana. Nearby, an uncontrolled forest fire rages close to the Canadian border, and when Jerry loses his job (and his sense of purpose) he decides to join the cause of fighting the fire, leaving his wife and son to fend for themselves.","10.398","/hQSUwjSSRtWCA5EBoY22gGzaE8Y.jpg","[{'id':99963,'logo_path':null,'name':'Sight Unseen Pictures','origin_country':'US'},{'id':76901,'logo_path':'/l6LNuKdl51PmyO130Kzmc9FKosI.png','name':'June Pictures','origin_country':'US'},{'id':89261,'logo_path':'/pEIvnw8XMErTLclRxfKc6lyyv3c.png','name':'Nine Stories Productions','origin_country':'US'},{'id':307,'logo_path':'/gUi3pAUznQJpR296lw4mSVbB7zx.png','name':'IFC Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-09-23","1028993","105","[{'iso_639_1':'en','name':'English'}]","Released","","Wildlife","false","7","115" +"false","/k1B5NkDeVyZlZLUsnoYzTSjpzWu.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","45017","tt1459013","en","Uninhabited","Harry and Beth wanted a different kind of holiday so they chartered a boat to drop them off on a remote coral island on the Great Barrier Reef. The island was idyllic, surrounded by a wide reef, covered in palms and full of birds and other wildlife. It was small and totally deserted or so they thought. But when things go missing from their camp site and they discover someone else's footprints in the sand this quickly becomes disturbing as they realize the island has a ghost! Inspired by actual events.","3.356","/4SsHcdOnrfskSNuqjjTolCsFAD6.jpg","[{'id':7584,'logo_path':'/eGkfvvyf4fJTvBUR1xt1669IPA3.png','name':'Screen Australia','origin_country':'AU'}]","[{'iso_3166_1':'AU','name':'Australia'}]","2010-05-14","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Their dream holiday became their worst nightmare","Uninhabited","false","4.3","31" +"false","/5BJbzgrlgo7O23WnoTPnPeUKv7B.jpg","{'id':91657,'name':'Disney Buddies Collection','poster_path':'/c0SunvY1GV56ezlaOYjAxkpV1Ng.jpg','backdrop_path':'/tDhCsQaxFmdorEZHIgVaZH0MGDs.jpg'}","0","[{'id':10751,'name':'Family'},{'id':12,'name':'Adventure'}]","","24833","tt1328875","en","Santa Buddies","When Puppy Paws, the fun-loving son of Santa Paws, gets bored, he finds Budderball on Santa's naughty list and figures he's just the dog to show him how to be an ordinary pup. When the magical Christmas Icicle starts to melt however, and the world begins to forget the true meaning of the season, it's up to Puppy Paws and his newfound Buddies to journey back to the North Pole and save Christmas.","7.831","/4du23VE8zJmyk9yJ2X7DQvKhF2L.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':19649,'logo_path':null,'name':'Key Pix Productions','origin_country':''},{'id':37892,'logo_path':null,'name':'Keystone Entertainment','origin_country':''},{'id':63907,'logo_path':null,'name':'Santa Buddies Productions','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2009-11-19","0","88","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'hu','name':'Magyar'}]","Released","The Buddies are coming to town!","Santa Buddies","false","5.3","80" +"false","/rOH1yxhrP5zhRDDX97JdqvntxMx.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","283686","tt2872724","en","Out of the Dark","A couple and their daughter moves to Colombia to take over a family manufacturing plant, only to realize their new home is haunted.","5.371","/rK7fXkWCzvAHKUM2yLivD9XVlWW.jpg","[{'id':6735,'logo_path':'/6yyByQrmTAgJv0QzZ1Eh1jiGX4R.png','name':'Participant Media','origin_country':'US'},{'id':6736,'logo_path':null,'name':'Imagenation Abu Dhabi FZ','origin_country':''},{'id':7062,'logo_path':null,'name':'Dynamo','origin_country':''},{'id':8111,'logo_path':null,'name':'Apaches Entertainment','origin_country':''},{'id':12142,'logo_path':'/rPnEeMwxjI6rYMGqkWqIWwIJXxi.png','name':'XYZ Films','origin_country':'US'},{'id':44211,'logo_path':null,'name':'Fast Producciones','origin_country':''},{'id':22072,'logo_path':null,'name':'Cactus Flower','origin_country':'ES'}]","[{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CO','name':'Colombia'}]","2014-08-27","0","92","[{'iso_639_1':'en','name':'English'}]","Released","Prey for the children","Out of the Dark","false","4.8","78" +"false","/kCqEQ2W45uEA32Ez3aFstV0pTxP.jpg","null","2000000","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","14862","tt0988083","en","Killer Movie","A reality TV director copes with a spoiled celebutante and a show gone haywire when a masked killer starts bumping off the crew in this slasher-movie satire.","3.629","/khPMMs3HDaiSgoWMqJPN51WqjkG.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-01-01","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Fear Reality.","Killer Movie","false","5.6","24" +"false","/i5oH3Fkmn8OoXN8eeG9MXB2B3FK.jpg","null","2600000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","15483","tt0330691","it","Il cartaio","Policewoman Anna Mari is forced to play a dangerous game with the title serial killer. If she loses, she witnesses the maniac's tortured victims having their throats cut in explicit close-up detail via webcam. She teams up with British cop John Brennan to find out the identity of the murderer.","4.607","/7CMdqXK0pncI3f6ul6QmyZkzm6D.jpg","[{'id':82322,'logo_path':null,'name':'Opera Film (II)','origin_country':''},{'id':6246,'logo_path':null,'name':'Medusa Film','origin_country':'IT'}]","[{'iso_3166_1':'IT','name':'Italy'}]","2004-01-02","1479042","103","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","A serial killer with a vice for Video Poker","The Card Player","false","4.7","78" +"false","/frZyvfi83MAdudtrJeOOB77Vo0O.jpg","null","0","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","http://www.hellhousellc.com/","359246","tt4267026","en","Hell House LLC","Five years after an unexplained malfunction causes the death of 15 tour-goers and staff on the opening night of a Halloween haunted house tour, a documentary crew travels back to the scene of the tragedy to find out what really happened.","5.057","/qBkgrNLmLoldSR4fal5ImvCgIb2.jpg","[{'id':62981,'logo_path':null,'name':'Cognetti Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-10-16","0","93","[{'iso_639_1':'en','name':'English'}]","Released","","Hell House LLC","false","6.4","97" +"false","/ohE8sllS0q8qZDHyHu7pHLItyJM.jpg","null","1700000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':10749,'name':'Romance'},{'id':36,'name':'History'}]","","26201","tt0033028","en","The Sea Hawk","Dashing pirate Geoffrey Thorpe plunders Spanish ships for Queen Elizabeth I and falls in love with Dona Maria, a beautiful Spanish royal he captures.","3.91","/R6wDetIU25scL0WTNmfWjSRF3.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1940-07-01","2000000","127","[{'iso_639_1':'en','name':'English'}]","Released","Dashing...romantic...Errol Flynn at his thrilling best!","The Sea Hawk","false","7.3","47" +"false","/rtPtwVTo4RqumivX2zspSk8GyCy.jpg","null","0","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':35,'name':'Comedy'},{'id':10770,'name':'TV Movie'}]","","13187","tt0059026","en","A Charlie Brown Christmas","When Charlie Brown complains about the overwhelming materialism that he sees amongst everyone during the Christmas season, Lucy suggests that he become director of the school Christmas pageant. Charlie Brown accepts, but is a frustrating struggle. When an attempt to restore the proper spirit with a forlorn little fir Christmas tree fails, he needs Linus' help to learn the meaning of Christmas.","9.035","/3Bn0tc1BsheZwUQtvl10wTgQ16J.jpg","[{'id':52263,'logo_path':null,'name':'United Feature Syndicate (UFS)','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1965-12-09","0","25","[{'iso_639_1':'en','name':'English'}]","Released","That's what Christmas is all about, Charlie Brown!","A Charlie Brown Christmas","false","7.6","267" +"false","/eVNncB9SOjMdO9E1E85kEySRLi9.jpg","null","25000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","","1825","tt0093692","en","Over the Top","Sylvester Stallone stars as hard-luck big-rig trucker Lincoln Hawk and takes us under the glaring Las Vegas lights for all the boisterous action of the World Armwrestling Championship. Relying on wits and willpower, Hawk tries to rebuild his life by capturing the first-place prize money, and the love of the son he abandoned years earlier into the keeping of his rich, ruthless father-in-law.","10.627","/rnAxGFrFaHemdjjFDQDtjOzV8z5.jpg","[{'id':1444,'logo_path':'/5jvFLUVXGXxkyszL9cqJN5hNhJ6.png','name':'Cannon Group','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':13549,'logo_path':null,'name':'Golan-Globus Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-02-13","16057580","93","[{'iso_639_1':'en','name':'English'}]","Released","Some fight for money... Some fight for glory... He's fighting for his son's love.","Over the Top","false","6.1","651" +"false","/2ZDyNOmqDF2GqLgUUcYtDr6vlUT.jpg","{'id':300431,'name':'Lucky Stars Collection','poster_path':'/wHlyDQyfBEeEqSxtAls7xokl0lj.jpg','backdrop_path':'/c1Yf8AtAAobnWlrlrE6KpGhOIl4.jpg'}","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","","10044","tt0089177","cn","????????????","Two Hong-Kong cops are sent to Tokyo to catch an ex-cop who stole a large amount of money in diamonds. After one is captured by the Ninja-gang protecting the rogue cop, the other one gets his old Orphanage gang, dubbed the ""Five Lucky Stars,"" to help him. They don't like this much, but they do it.","5.918","/sHRpSavjhbHG3IDT3ArPlblkI32.jpg","[{'id':2521,'logo_path':null,'name':'Orange Sky Golden Harvest','origin_country':'HK'},{'id':3054,'logo_path':null,'name':'Golden Way Films Ltd.','origin_country':''}]","[{'iso_3166_1':'HK','name':'Hong Kong'}]","1985-02-10","0","96","[{'iso_639_1':'cn','name':'????????? / ?????????'}]","Released","Asia's top action-comedy team takes on the Tokyo underworld.","My Lucky Stars","false","6.5","55" +"false","/vnU60ruIOvTYRJ2WI9pWOrIwBFS.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.lifechangermovie.com/","532645","tt7188978","en","Lifechanger","A murderous shapeshifter sets out on a blood-soaked mission to make things right with the woman he loves.","1.727","/cvWtwkm6KqXLwWuAtcS6ub4pUFT.jpg","[{'id':39667,'logo_path':null,'name':'Unstable Ground Productions','origin_country':''},{'id':87595,'logo_path':null,'name':'Federgreen Entertainment','origin_country':''},{'id':90519,'logo_path':'/4Q6H3zsM6a0W5ZcfsOqm3MJFNrq.png','name':'9 Light Entertainment','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2018-10-01","0","84","[{'iso_639_1':'en','name':'English'}]","Released","It becomes you","Lifechanger","false","6.8","9" +"false","/vcq4aM7NvVYFAYQbxEAWtcVFSUv.jpg","null","13938143","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':28,'name':'Action'}]","https://www.netflix.com/title/80158577","429450","tt6302160","ko","?????????","When an earthquake hits a Korean village housing a run-down nuclear power plant, a man risks his life to save the country from imminent disaster.","5.385","/pxTNDsPjwDSkrFuMRq7MoEvqmCI.jpg","[{'id':20064,'logo_path':'/8shWjvGL9XQlQ60ovNFDnKqGr4G.png','name':'Next Entertainment World','origin_country':'KR'}]","[{'iso_3166_1':'KR','name':'South Korea'}]","2016-12-07","0","136","[{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","We knew this day would come","Pandora","false","6.8","93" +"false","/tmsddF6G7vIbJ2Lg6DZDVbnhBxs.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':9648,'name':'Mystery'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':10770,'name':'TV Movie'}]","http://www.netflix.com/title/80988062","569547","tt9495224","en","Black Mirror: Bandersnatch","In 1984, a young programmer begins to question reality as he adapts a dark fantasy novel into a video game. A mind-bending tale with multiple endings.","10.658","/fR0VZ0VE598zl1lrYf7IfBqEwQ2.jpg","[{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''},{'id':76757,'logo_path':null,'name':'House of Tomorrow','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2018-12-28","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Relax.","Black Mirror: Bandersnatch","false","7.1","1686" +"false","/jHDjEAYVntyDQ5iIEABSvT9tIMd.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","","33345","tt0092133","en","Under the Cherry Moon","Two friends from Miami are in the French Riviera enjoying life by scamming money off of rich women. One day, they read about a young woman set to inherit $50 million from her father. At first, Tricky has Christopher Tracy talked into romancing her for her money, but in getting to know her, Christopher falls in love with her. This love comes between the brothers, and Tricky tells about the plan.","2.515","/xdMFouIPAJTZ52DzKw76jphSe2Q.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1986-07-02","10090429","98","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","See It - Hear It - Feel It - Live It","Under the Cherry Moon","false","5.4","19" +"false","/hkpLSTQGkRd9KQGrx18mrFdLJTr.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","21373","tt0463027","en","Descent","A college co-ed is brutally raped and struggles alone to rebuild her life, but when the chance for revenge comes she as a Victim sinks lower than her Predator.","2.971","/7cOjd3LCggYAnBoAaeiWMbffyLH.jpg","[{'id':2778,'logo_path':null,'name':'City Lights Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-01-01","0","110","[{'iso_639_1':'en','name':'English'}]","Released","","Descent","false","3.9","20" +"false","/8TsEVWaOFrcK3uXSAppyhOBuy8Z.jpg","null","0","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","30162","tt0039757","en","The Red House","Pete and Ellen have reared Meg as their own, ever since she was a baby and her parents took off. Now a teen, Meg convinces her friend Nath to come help with chores on the farm: Pete isn't getting around on his wooden leg like he used to. When Nath insists on using a short cut home through the woods, Pete gets quite agitated and warns him of screams in the night, of terrors associated with the red house. Curious, Meg and Nath ignore his warnings and begin exploring. Meg begins falling in love with Nath, but his girlfriend Tibby has other plans for him. Meanwhile they all get closer to real danger and the dark secret of the red house.","1.96","/av9ufUZon8aw3h0KJxFkllDOOFy.jpg","[{'id':4213,'logo_path':null,'name':'Sol Lesser Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1947-03-16","0","100","[{'iso_639_1':'en','name':'English'}]","Released","YOU DARE NOT EVEN GUESS THE STRANGE LOVE STORY OF ""THE RED HOUSE""","The Red House","false","6.5","22" +"false","/xOMFLDeco8cfBCKfHjZWiefykJU.jpg","null","20000000","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","http://www.the-magic-roundabout.com","16455","tt0339334","en","The Magic Roundabout","A shaggy, candy-loving puppy named Dougal along with a group of friends embarks on a dangerous journey in an effort to imprison their oppressor -- the evil ice sorcerer ZeeBad (Zebedee's evil twin). As the world is placed in mortal danger Zeebad who wants to turn the world to ice. Doogal and his friends must recover 3 diamonds that are needed to stop him.","6.531","/zCnCmSt5fX9HZqYCeJM5xp5m7KY.jpg","[{'id':308,'logo_path':'/e8F3mQM7DkJ5SfYYDp8FYzPBOGX.png','name':'The Weinstein Company','origin_country':'US'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2005-01-19","0","85","[{'iso_639_1':'en','name':'English'}]","Released","","The Magic Roundabout","false","5.4","80" +"false","/hlLJRkO5LyRUkDJLSlTDxdLrSMJ.jpg","null","0","[{'id':10770,'name':'TV Movie'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","35830","tt1327788","en","The Most Wonderful Time of the Year","Five-time Emmy nominee and Golden Globe winner Henry Winkler stars in The Most Wonderful Time of the Year, the story of what happens when you open your heart to the power of Christmas. Disenchanted single mom Jennifer Cullen (Brooke Burns) is a Scroogette when it comes to anything Christmas. In fact, even her six-year-old son, Brian, is having trouble believing in Santa Claus. But when her Uncle Ralph (Henry Winkler) visits and brings a fellow passenger from his flight named Morgan Derby (Warren Christie), Jennifer s dubious heart awakens to the possibility that perhaps Christmas really does hold miracles. It s uplifting and laugh-packed and a story that will inspire the whole family to believe.","2.571","/dVDLByvtadEiUJZqjEfIqyXs68l.jpg","[{'id':63634,'logo_path':null,'name':'KZ Productions','origin_country':''},{'id':6426,'logo_path':null,'name':'Dan Wigutow Productions','origin_country':''},{'id':4056,'logo_path':null,'name':'Hallmark Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-12-13","0","88","[{'iso_639_1':'en','name':'English'}]","Released","","The Most Wonderful Time of the Year","false","6","22" +"false","/zjOxnMQQE6Hn1cfNgmUF6H1QnZG.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","","43145","tt0023303","en","One Hour with You","Andre and Colette Bertier are happily married. When Colette introduces her husband to her flirtatious best friend, Mitzi, he does his best to resist her advances. But she is persistent, and very cute, and he succumbs. Mitzi's husband wants to divorce her, and has been having her tailed. Andre gets caught, and must confess to his wife. But Colette has had problems resisting the attentions of another man herself, and they forgive each other.","3.656","/xIQoQYGF8TMpBKApoUvZZKSZxCR.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1932-03-23","0","80","[{'iso_639_1':'en','name':'English'}]","Released","Chevalier! Captivating all the world with laughter and love!","One Hour with You","false","6.6","17" +"false","/7NEySszUS4lvBn5MpnIJzGvhAy0.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","369299","tt5538800","es","??Qu?? culpa tiene el ni??o?","After a one-night stand results in pregnancy, a young woman decides to become partners with the emotionally immature father-to-be.","6.678","/jx4RowEMoenVwtjyompzcR04EeN.jpg","[{'id':76353,'logo_path':null,'name':'Adicta Films','origin_country':'MX'},{'id':12487,'logo_path':null,'name':'Alebrije Producciones','origin_country':'MX'}]","[{'iso_3166_1':'MX','name':'Mexico'}]","2016-05-13","0","113","[{'iso_639_1':'es','name':'Espa??ol'}]","Released","There are hangovers that last 9 months.","Don't Blame the Kid","false","6.4","165" +"false","/gKgDAN2cmA1KqS0rdeDra7tJnkR.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","121238","tt0023049","en","If I Had a Million","An elderly business tycoon, believed to be dying, decides to give a million dollars each to 8 strangers chosen at random from the phone directory. The various segents of this 1932 film were directed by Ernst Lubitsch, Norman Taurog, Stephen Roberts, Norman Z. McLeod, James Cruze, William A. Seiter, and H. Bruce Humberstone. The huge cast includes Richard Bennett, Gary Cooper, W. C. Fields, May Robson, George Raft, Charles Ruggles, Alison Skipworth, Charles Laughton, Mary Boland, Gene Raymond, Frances Dee, Wynne Gibson, Jack Pennick, Jack Oakie, Roscoe Karns, Cecil Cunningham, Grant Mitchell, Clarence Muse, Joyce Compton, Dewey Robinson and Margaret Seddon.","1.754","/gzhwWy9NYpBP1cD19efiB8Bj8t5.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1932-12-02","0","88","[{'iso_639_1':'en','name':'English'}]","Released","","If I Had a Million","false","7.3","8" +"false","/5F4UVIChHtekl5i8nUXrI0hCxd9.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':37,'name':'Western'}]","","32068","tt0063557","en","The Scalphunters","Trapper Joe is on his way to the town with all of his gain of hides of the last winter. However a group of Indians stops him and takes all of his hides, leaving him the escaped slave Joseph instead. But Joe has no use for Joseph and is determined to get his property back and follows them. Before he can do anything, the Indians are raided themselves by a group of scalphunters under the greedy Howie. Not only the hides, but also Joseph falls into their hands. Now Joe follows them alone and tries to trick the numerical superior group out of his hides","3.204","/6ynN5GNMxJSfR9WyTVV8RYjPtZH.jpg","[{'id':12265,'logo_path':null,'name':'Bristol Films','origin_country':''},{'id':12266,'logo_path':null,'name':'Norlan Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1968-04-02","0","102","[{'iso_639_1':'en','name':'English'}]","Released","He'll stop at nothing to take back what's his.","The Scalphunters","false","6.4","32" +"false","/kbVxH0uinfULz2MlEpKRKMBvaSF.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","43153","tt0028980","fr","Regain","In the 30s, a small village in the Provence is losing its inhabitants because young people prefer to go to the city to find easy jobs and escape from being farmers living in relative poverty. Only a few old people and the poacher Panturle remain. Panturle dreams of bringing the village back to life, finding a wife, founding a family and work as a farmer. One day, the village is visited by a traveling knife-grinder, Urbain Gedemus and a young woman, Arsule. Gedemus treats Arsule like a slave, but Arsule accept this because she has nowhere to go and -we guess- her 'work' with Gedemus is the last thing that saves her from being a prostitute. When she meets Panturle and knows about his dreams, she escapes from Gedemus and decides to stay with him. Together, they start a new life, made of hard farming work but mostly of happiness to have each other - fulfilling the earlier dreams of Panturle. Can anything break the happiness of their new life?","1.303","/lhMXTza77sNxJyGjLs8EHoI4peh.jpg","[{'id':19160,'logo_path':null,'name':'Les Films Marcel Pagnol','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'}]","1937-10-28","0","127","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Harvest","false","6","4" +"false","/62nNJJV3NePcOe46rWeHDx6705k.jpg","{'id':300431,'name':'Lucky Stars Collection','poster_path':'/wHlyDQyfBEeEqSxtAls7xokl0lj.jpg','backdrop_path':'/c1Yf8AtAAobnWlrlrE6KpGhOIl4.jpg'}","9023199","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","","18707","tt0090342","cn","????????????","The third installment in the Lucky Stars series, following Winners and Sinners (1983) and My Lucky Stars (1985)... The team are released from prison to play detective in order to stop a ruthless gang from ruining their reputations, taking their lives, and that of a key witness in an upcoming trial. They must battle their way through and with the help of Muscles, take down the bad guys.","6.652","/iuiVBTFwIcyb5PtKQCxfxL7RMrp.jpg","[{'id':3055,'logo_path':null,'name':'Paragon Films Ltd.','origin_country':''},{'id':37065,'logo_path':null,'name':'Bojon Films Company Ltd.','origin_country':''},{'id':2521,'logo_path':null,'name':'Orange Sky Golden Harvest','origin_country':'HK'}]","[{'iso_3166_1':'HK','name':'Hong Kong'}]","1985-08-15","0","105","[{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'cn','name':'????????? / ?????????'},{'iso_639_1':'en','name':'English'}]","Released","This time those cock-eyed crime-busters land in more trouble than anyone could safely handle.","Twinkle, Twinkle, Lucky Stars","false","6.7","32" +"false","/43itRj5FoCCGHUkpk4hW92rht3G.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","550385","tt8041006","en","Christmas with a View","This Christmas, Thunder Mountain Ski Resort is abuzz when celebrity chef Shane Roarke is named the new head chef. Clara Garrison isn't as excited and is instead focused on getting resettled after her failed attempt at opening a restaurant in the city. With their paths constantly crossing, will their shared passion for cooking bring them together or will secrets keep them apart?","7.294","/dN0sWOHqGgOiK3m539Vl4jTucW2.jpg","[{'id':97346,'logo_path':'/j2dUaHFYU5Jo5NJrbiD0g0R5DIh.png','name':'Brain Power Studio','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2018-11-01","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Christmas with a View","false","5.7","108" +"false","/uNtKYXachudAYWvOVm7358wYQZQ.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':10770,'name':'TV Movie'}]","","145312","tt1893218","en","Dear Santa","Crystal, a rich party girl, finds a little girl's letter to Santa asking for a new mother, and she vows to win over the father and daughter before the holidays.","2.571","/mY87tKi0Wssob2J3dykNDamjLUz.jpg","[{'id':12467,'logo_path':null,'name':'Nomadic Pictures','origin_country':'CA'},{'id':21040,'logo_path':'/d9oN0WNidszq5epSGKGsnn6DyDN.png','name':'ITV Studios America','origin_country':'US'},{'id':21041,'logo_path':null,'name':'Annuit Coeptis Entertainment Inc.','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2011-08-11","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Dear Santa. North Pole.","Dear Santa","false","6.8","54" +"false","/1YhVRYzy92voPPhNlT57eGovQe9.jpg","{'id':288280,'name':'Saturday Night Fever Collection','poster_path':'/qWXxKpBdnMlQyP8f2WPIE3iCL63.jpg','backdrop_path':'/28f8ckuOSsMiXTaVKB1nOCityBm.jpg'}","22000000","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","","10805","tt0086361","en","Staying Alive","It's five years later and Tony Manero's Saturday Night Fever is still burning. Now he's strutting toward his biggest challenger yet - making it as a dancer on the Broadway stage.","5.356","/pZS3K6My4UDwVzwTkEpAo0JXjZt.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1983-07-11","64892670","93","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Tony Manero knows the old days are over ??? But nobody's gonna tell him he can't feel that good again","Staying Alive","false","5.2","182" +"false","/gb4kzu39zGo16XX9VmoGx9JzXhv.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':10752,'name':'War'}]","http://www.sonyclassics.com/headintheclouds/","18804","tt0338097","en","Head in the Clouds","A romantic drama set in 1930's England, Paris, and Spain. Gilda Bess?? shares her Paris apartment with an Irish schoolteacher, Guy Malyon, and Mia, a refugee from Spain. As the world drifts toward war, Gilda defiantly pursues her hedonistic lifestyle and her burgeoning career as a photographer. But Guy and Mia feel impelled to join the fight against fascism, and the three friends are separated.","6.264","/1C4bY15xQdPYur5fsShGVD0G1CK.jpg","[{'id':4298,'logo_path':null,'name':'Remstar Productions','origin_country':''},{'id':16105,'logo_path':null,'name':'Dakota Films','origin_country':''},{'id':1071,'logo_path':null,'name':'Spice Factory','origin_country':''},{'id':1727,'logo_path':null,'name':'Movision','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2004-04-29","0","121","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","In a city of glamour at a time of decadence they met. An aristocrat, a soldier of conscience, and an entertainer. Together they shared a deep passion.","Head in the Clouds","false","6","81" +"false","/tZs0ffS5zcmr0DIgCEuJnshL24h.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':10402,'name':'Music'}]","","535214","tt8862524","en","Jimmy Barnes: Working Class Boy","With nine #1 albums to his name, Jimmy Barnes is one of Australia???s greatest rock icons. But his success masked a life of hardship and abuse, where the music that once saved him from oblivion almost came back to destroy him. Before Jimmy Barnes was Jimmy Barnes, he was James Dixon Swan, a troubled kid from the mean streets of Glasgow ??? and the even meaner streets of North Adelaide ??? trying to survive against a backdrop of addiction, alcoholism, poverty and abuse. For Jimmy, escape was the only option and he found it with a band called Cold Chisel. But the rock???n???roll lifestyle has its own temptations and the scars of childhood are always waiting to take you home. Based on the bestselling memoir and directed by veteran Australian filmmaker Mark Joffe, Working Class Boy is both an inspiring story of rock and redemption told in Barnes??? own words and an unflinchingly honest reflection on fame, creativity and depression.","1.4","/xnmDMzrIa8hRntO6WkTg4lP8LEk.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':18546,'logo_path':'/prI9AH33WyMwJI3Q8jOhBi6Wl29.png','name':'Cordell Jigsaw Zapruder','origin_country':'AU'}]","[{'iso_3166_1':'AU','name':'Australia'}]","2018-08-16","0","104","[{'iso_639_1':'en','name':'English'}]","Released","To understand the man, you must meet the boy.","Jimmy Barnes: Working Class Boy","false","7","1" +"false","/kTIKLK3JXuC6jueM8bMNTR93Usv.jpg","null","873000","[{'id':878,'name':'Science Fiction'}]","","30374","tt0059065","en","Crack in the World","Dr. Steven Sorenson plans to tap the geothermal energy of the Earth's interior by means of a thermonuclear device detonated deep within the Earth.This experiment causes a crack to form and grow within the earth's crust, which threatens to split the earth in two if it is not stopped in time.","2.445","/8bCtk441j73oNvCEciVcRbXv05K.jpg","[{'id':4388,'logo_path':null,'name':'Security Pictures','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1965-04-15","0","96","[{'iso_639_1':'en','name':'English'}]","Released","Thank God it's only a motion picture!","Crack in the World","false","5.9","24" +"false","/a5KxxbuQAJu6HxZ48Uh4pXSSmZW.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","https://www.netflix.com/title/80242446","555850","tt8262802","en","The Holiday Calendar","A talented photographer stuck in a dead-end job inherits an antique Advent calendar that may be predicting the future -- and pointing her toward love.","7.404","/inyl4aOpruIm2ATVKW6cLVwLDW2.jpg","[{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-11-02","0","94","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'de','name':'Deutsch'}]","Released","","The Holiday Calendar","false","6.7","517" +"false","/eP4FHnXyDmIsYKY6wMedaIovCgg.jpg","null","20000000","[{'id':10751,'name':'Family'},{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'}]","https://www.wheelythemovie.com","488397","tt6157970","en","Wheely","In an imaginary world where vehicles are the citizens, one underdog cabbie attempts to become king of the road in his hometown, Gasket City. He soon discovers that staying true to oneself is a greater pursuit than personal glory. When threatened by elitist attitudes and mobster trucks, can one unglamorous black and yellow ???local zero??? rise to the challenge and become a ???global hero????","8.774","/pGSTQVLfzro5OIuB5u0cQnQq6Xz.jpg","[{'id':15205,'logo_path':'/yioKGyNvToqvVIdTOJji2OOXnqH.png','name':'KRU Studios','origin_country':'MY'}]","[{'iso_3166_1':'BN','name':'Brunei Darussalam'},{'iso_3166_1':'DJ','name':'Djibouti'},{'iso_3166_1':'MY','name':'Malaysia'},{'iso_3166_1':'MV','name':'Maldives'}]","2018-08-16","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Local zero to global hero","Wheely","false","5.5","2" +"false","/4D4NeVcRMgGI6zxtgYoDf2Jv59W.jpg","null","0","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'},{'id':10749,'name':'Romance'},{'id':9648,'name':'Mystery'}]","","65014","tt0048064","en","Female on the Beach","Lynn Markham moves into her late husband's beach house...the morning after former tenant Eloise Crandall fell (or was pushed) from the cliff. To her annoyance, Lynn finds both her real estate agent and Drummond Hall, her muscular beachcomber neighbor, making themselves quite at home. Lynn soon has no doubts of what her scheming neighbors are up to, but she finds Drummond's physical charms hard to resist. And she still doesn't know what really happened to Eloise.","0.94","/9T0C09f2xX4fKioZpvNKDpLHGSD.jpg","[{'id':10330,'logo_path':'/nY62adzeba5GVK8LJYD6yd9R8H4.png','name':'Universal International Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1955-08-19","0","97","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","Never has a woman loved so deeply . . . Or so dangerously!","Female on the Beach","false","5.2","9" +"false","","null","0","[{'id':10749,'name':'Romance'}]","","568021","tt9124428","tr","Bizim ????in ??ampiyon","The champion is a great love story between Halis Karatas and Begum Atman, who came together with the legendary race horse Bold Pilot. Adapted from a true story, the film is owned by the prominent name of Turkish horseshoe Ozdemir Atman and the Bold Pilot is a horse that won the love of even those not interested in horse racing.","0.871","/fBcNQjx5mHJGeIr50BAzA3VFLCb.jpg","[]","[{'iso_3166_1':'TR','name':'Turkey'}]","2018-12-07","0","130","[{'iso_639_1':'tr','name':'T??rk??e'}]","Released","","Champion","false","8.4","10" +"false","/81S6uVahqlARygYY6wT3tpl5lQ9.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':10770,'name':'TV Movie'}]","","550655","tt8613908","en","The Christmas Contract","It???s Jolie???s (Burton) first time going back home to Louisiana since her devastating break-up with Foster Burke). Seeing him is inevitable as their parents run the town???s annual Christmas Market together, but when she discovers Foster is bringing home a new girlfriend, Jolie cannot bear the thought of going home alone and seeing them together. Her best friend Naomi (Ackles) suggests that Jolie bring her flaky brother, Jack (Buckley), home for Christmas as he has no plans this year. Jolie, a professional web designer, is hesitant; so, Naomi, a lawyer, creates a Christmas contract to give them both something they want???a buffer for those awkward moments around Jolie???s ex and a website to help sell Jack???s upcoming novel. Unbeknownst to them, the Christmas contract proves to be so much more than what they signed up for.","2.908","/5RTFU7VTN9IDaffRXlKa8Ig60mC.jpg","[{'id':3431,'logo_path':'/6LVLYfZAEQfhJey0MGvhFXdDEK1.png','name':'Lifetime','origin_country':'US'}]","[]","2018-11-22","0","88","[]","Released","","The Christmas Contract","false","6.3","13" +"false","/ibNQu25Rz1fZuw6WHm4StII2TkR.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'}]","https://www.theoath.film","520596","tt7461200","en","The Oath","In a politically divided America, a man struggles to make it through the Thanksgiving holiday without destroying his family.","5.554","/sFOl3gdmdu7gM1IZ7X1b9bvjbjP.jpg","[{'id':72725,'logo_path':null,'name':'QC Entertainment','origin_country':'US'},{'id':112772,'logo_path':null,'name':'Aperture Media Productions','origin_country':''},{'id':75807,'logo_path':'/bLzSVaxHIe8gzxhiSJCj0zI1Lj9.png','name':'First Look Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-12","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Nothing is more American than family drama","The Oath","false","5.8","23" +"false","/kmCVd7UUafLKW6dvMfN22LwSQAo.jpg","null","0","[{'id':18,'name':'Drama'}]","https://www.netflix.com/title/880144803","397717","tt5477566","en","Barry","A biopic of Barack Obama set during his time as a college student in New York City.","3.491","/yttnkAg8lrL1AZgK3QztJRnj6oE.jpg","[{'id':22146,'logo_path':'/jPBtpMh0AUFqf9yfOJXer9d5Rei.png','name':'Black Bear Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-09-10","0","104","[{'iso_639_1':'en','name':'English'}]","Released","Before he was Barack, he was Barry","Barry","false","5.5","86" +"false","/nrj1IuJD0zbZOnAwjWdxMAJv3oc.jpg","null","0","[{'id':53,'name':'Thriller'}]","","482375","tt2736858","en","The Harrowing","Accused of the ritualistic murder of his best friend, a vice detective bent on finding the truth is plunged into Hell when he goes undercover and discovers that demons might be real.","1.421","/fyZJVYPtlKXsoICHZoN1xGDNHOF.jpg","[{'id':2762,'logo_path':'/leWVtGmp0pyr9pGOAz7WgZj2FjA.png','name':'Highland Myst Entertainment','origin_country':''},{'id':112676,'logo_path':null,'name':'Wolfclan Productions','origin_country':''},{'id':112677,'logo_path':null,'name':'Cableye Cinematics','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-08-03","0","110","[{'iso_639_1':'en','name':'English'}]","Released","Fear what's inside you","The Harrowing","false","4.7","3" +"false","/mkz8tTOeTsAMSG5DACONWka316d.jpg","null","0","[{'id':27,'name':'Horror'}]","","570620","tt6231784","en","Cherokee Creek","A bachelor party in the woods gets crashed by the ultimate party animal.","2.011","/pmhzFpL8eL90BAH99zg8P3cWNhP.jpg","[{'id':112667,'logo_path':null,'name':'Movie Mafia Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-07-26","0","112","[{'iso_639_1':'en','name':'English'}]","Released","You'll wish he kept hiding!","Cherokee Creek","false","3.3","4" +"false","/zcTinIK3viPag7sn4XYjO4DzDaN.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","517320","tt7690762","es","El pacto","Suddenly, Clara, M??nica's daughter, falls into a deep coma. With Clara left to die, a mysterious man proposes Monica to make a pact: Clara will be saved if M??nica does something for him.","2.356","/7ibI5KJmdEYQnCcuDMk0clCrz1C.jpg","[{'id':2875,'logo_path':'/3fNapBvM3EHlyL9TxdP5qEOUNeN.png','name':'Ikiru Films','origin_country':'ES'},{'id':35442,'logo_path':'/wmWzOkzn1blRKh6XOpNA9Z5oVTY.png','name':'RTVE','origin_country':'ES'},{'id':67412,'logo_path':'/vgVqq5hunVs8GN5Je9d9rG7Q2NU.png','name':'Movistar+','origin_country':'ES'},{'id':37209,'logo_path':null,'name':'4 Cats Pictures','origin_country':'ES'},{'id':103476,'logo_path':null,'name':'Mogambo','origin_country':''}]","[{'iso_3166_1':'ES','name':'Spain'}]","2018-08-17","0","90","[{'iso_639_1':'es','name':'Espa??ol'}]","Released","Evil always reclaims its debt.","The Pact","false","5.3","24" +"false","/fcw0RMlhjJ3bVxlbQ9bRnh1uVOr.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","","51543","tt0079700","en","The Passage","During WW 2, a Basque shepherd is approached by the underground, who wants him to lead a scientist and his family across the Pyrenees. While being pursued by a sadistic German.","1.837","/kE8dEfO8OjUvirvFCPVlLXEqhLV.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':3952,'logo_path':null,'name':'Hemdale Film','origin_country':''},{'id':15697,'logo_path':null,'name':'Passage Films','origin_country':''},{'id':15698,'logo_path':null,'name':'Monday Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1979-03-09","0","99","[{'iso_639_1':'en','name':'English'}]","Released","An ice-swept escape route in front of them. A cold-blooded killer behind them. The only way out is up.","The Passage","false","6.5","13" +"false","","null","0","[{'id':99,'name':'Documentary'}]","","219054","tt2915662","en","Double Play: James Benning and Richard Linklater","In 1985, former oil rig worker Richard Linklater began a film screening society in Austin, Texas, that aimed to show classic art-house and experimental films to a budding community of cinephiles. Eventually incorporating as a nonprofit, the newly branded Austin Film Society raised enough money to fly in their first out-of-town filmmaker: James Benning. Accepting the invitation, Benning met Linklater and the two began to develop a personal and intellectual bond, leading to many future encounters. Starting in the 1960s, Benning had been creating low budget films mostly on his own, while Linklater had just begun to craft his first shorts. The filmmakers have remained close even as their careers have diverged. After the cult success of Slacker, Linklater went on to make films with Hollywood support. Benning, meanwhile, has stayed close to his roots and is mainly an unknown figure in mainstream film culture.","1.068","/vcC9rGmxojZ7yv38bK4jLuu7mPt.jpg","[{'id':16464,'logo_path':null,'name':'Bando a parte','origin_country':''},{'id':16633,'logo_path':null,'name':'GLADYS GLOVER','origin_country':''},{'id':16634,'logo_path':null,'name':'the bear media','origin_country':''},{'id':16635,'logo_path':null,'name':'Red Shoes / Some Shoes','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'PT','name':'Portugal'},{'iso_3166_1':'US','name':'United States of America'}]","2013-09-03","0","70","[{'iso_639_1':'en','name':'English'}]","Released","","Double Play: James Benning and Richard Linklater","false","6.3","4" +"false","/fpB4kwxmablfsTKwIOh3PcSMqiD.jpg","null","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':27,'name':'Horror'}]","","86252","tt0099377","en","Deadbeat at Dawn","Goose leaves the gang life behind after pleas from his girlfriend. But it isn't long before he's pulled back into the world of violence.","1.967","/1lJji97zzB5pL6cS1GlxuPNclHU.jpg","[]","[]","1988-01-01","0","80","[{'iso_639_1':'es','name':'Espa??ol'}]","Released","He quit the gangs. They killed his girl. He became...","Deadbeat at Dawn","false","6.8","15" +"false","/fTFm34CZv9xDIIrl6VF8x5bOqLK.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","31996","tt0029929","en","Bluebeard's Eighth Wife","US multi-millionaire Michael Barndon marries his eighth wife, Nicole, the daughter of a broken French Marquis. But she doesn't want to be only a number in the row of his ex-wives and starts her own strategy to ""tame"" him.","2.807","/vEhBrK5Lcrjq1BR4FurSQyvsWUX.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1938-03-18","0","85","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","He married in haste and repeated in pleasure!","Bluebeard's Eighth Wife","false","7.1","24" +"false","/oCyJtM8lA1uZ9pjsmYY4vLLAj67.jpg","null","0","[{'id':35,'name':'Comedy'}]","","42493","tt0066927","en","Cold Turkey","Reverend Brooks leads the town in a contest to stop smoking for a month, But some tobacco executives don't want them to win, and try everything they can to make them smoke. If townspeople don't go nuts, from wanting a cigarette, or kill each other from irritation and frustration, they will will a huge prize.","1.122","/k1NBOkxBS3v6y7bdNAS2KcymPpl.jpg","[{'id':14982,'logo_path':null,'name':'Tandem Productions','origin_country':''},{'id':14983,'logo_path':null,'name':'DFI','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1971-02-19","11000000","99","[{'iso_639_1':'en','name':'English'}]","Released","See the hilarious BATTLE OF THE BUTT!","Cold Turkey","false","7.2","6" +"false","/mq7hZEGETBrlPZxqK4kWAhAK6d5.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'}]","","38751","tt0042707","en","The Man Who Cheated Himself","A veteran homicide detective who has witnessed his socialite girlfriend kill her husband sees his inexperienced brother assigned to the case.","1.442","/j07RWoboHDy6uo2doSpL60HokxP.jpg","[{'id':5718,'logo_path':null,'name':'Jack M. Warner Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1950-12-26","0","81","[{'iso_639_1':'en','name':'English'}]","Released","...the unpredictable way of a man's love for an evil woman!","The Man Who Cheated Himself","false","5.9","14" +"false","/mPgXf7bUR9k5hR5qknyxHOiBB3t.jpg","null","0","[{'id':28,'name':'Action'},{'id':37,'name':'Western'}]","","4938","tt0049431","en","The Last Frontier","Three trappers become scouts for a cavalry captain (Guy Madison) who loses his fort to a hated colonel (Robert Preston).","2.35","/gUTOgTaAdAUaGheFi9iSUJo7I1g.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1955-12-07","0","98","[{'iso_639_1':'en','name':'English'}]","Released","","The Last Frontier","false","5.9","11" +"false","/bQcWWA0kFDjcei4ECXEUwIjNjQK.jpg","{'id':259401,'name':'The Invisible Man Collection','poster_path':'/fK4kwiFZ7fGzYMkUa826KGSPriF.jpg','backdrop_path':'/k5xCUEzPzNkiMmd7gkIGCo4VB8W.jpg'}","322000","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'},{'id':878,'name':'Science Fiction'},{'id':10752,'name':'War'}]","","28426","tt0034902","en","Invisible Agent","The Invisible Man's grandson uses his secret formula to spy on Nazi Germany in this comedy-thriller.","1.856","/f28QLejMLGRhrzFobx30bKiIYWL.jpg","[{'id':10718,'logo_path':null,'name':'Frank Lloyd Productions','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1942-07-31","1040000","81","[{'iso_639_1':'en','name':'English'}]","Released","Today's most amazing sensation!","Invisible Agent","false","5.9","11" +"false","/elK4hDnGHJKbCg3dVGJl2BCwhov.jpg","null","0","[{'id':16,'name':'Animation'}]","http://www.gravity-360.com/","551190","tt5951164","de","Limbradur und die Magie der Schwerkraft","Why do things fall to the ground without magic? The young magician's apprentice Limbradur is far more interested in the universe and its secrets than boring magic spells. He is fascinated by the stars, the universe and the laws of nature. So, one night he sneaks into the Albert Einstein Museum, where he meets AlbyX3, a small, clever but rather quirky robot who knows all about Albert Einstein and his theories. Alby takes Limbradur on a magical journey of discovery through time and space, during which they not only uncover the secrets of gravity but also learn much about friendship and imagination. For Limbradur and Alby both have secrets of their own.","0.637","/imVkVh1OG1vjjmFmjcYkLovt1R8.jpg","[{'id':112730,'logo_path':null,'name':'Softmachine Immersive Productions','origin_country':'DE'},{'id':112731,'logo_path':null,'name':'Figment Effects Shop','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'}]","2016-06-24","0","45","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'de','name':'Deutsch'}]","Released","Two friends on a journey through space and time","The Secrets of Gravity: In the Footsteps of Albert Einstein","false","6","1" +"false","/34TFrH5EpFCGpyQTtbQRSNFfRRb.jpg","null","0","[{'id':27,'name':'Horror'}]","","378310","tt1829744","en","Tales of Poe","Based on the classic works of Edgar Allan Poe, directors Bart Mastronardi & Alan Rowe Kelly have assembled an award-winning cast and crew for the highly anticipated film TALES OF POE. A unique new spin on three of Poe's popular stories (The Tell Tale Heart, The Cask of Amontillado & Dreams), Mastronardi & Kelly weave together a compelling & suspenseful anthology that will captivate Poe enthusiasts & horror fans alike!","0.716","/kp1UanWlojrKuza263EmsVwDwoa.jpg","[{'id':81497,'logo_path':null,'name':'Southpaw Pictures','origin_country':''},{'id':81498,'logo_path':null,'name':'Mastropieces','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-01-01","0","120","[{'iso_639_1':'en','name':'English'}]","Released","Based on the stories of Edgar Allan Poe.","Tales of Poe","false","3","2" +"false","/c6moPbBIbiJfbkcvNeF7fpc94Ka.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","47045","tt0098308","en","She's Out of Control","A Los Angeles radio-station manager's girlfriend shows his teenage daughter how to be sexy.","3.492","/wGB8KWwGN7RLCkKpvFe9UMSpVdk.jpg","[{'id':6313,'logo_path':null,'name':'Weintraub Entertainment Group','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-04-14","12065892","97","[{'iso_639_1':'en','name':'English'}]","Released","Girls go wild, boys go crazy, and dads go nuts!","She's Out of Control","false","5","50" +"false","/bSojsYtf1HuZ8b6jDSyiaLHthNA.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","","141679","tt1827579","en","Spike Island","Teenage musicians travel to England's Spike Island in the hope of attending an outdoor performance by their favorite band, the Stone Roses.","3.448","/b9pS5hpUwpWY3ubyZfybPnr9AP2.jpg","[{'id':5056,'logo_path':'/kADFcjL04xe5HGBnlLjbfhliS2a.png','name':'Head Gear Films','origin_country':'GB'},{'id':61922,'logo_path':'/aGPysvtFfH8d8UjekpZD3GT9m7k.png','name':'Bankside Films','origin_country':'GB'},{'id':65847,'logo_path':null,'name':'Fiesta Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2012-10-11","0","96","[{'iso_639_1':'en','name':'English'}]","Released","The story of two bands, one girl and a night they will never forget.","Spike Island","false","6.9","35" +"false","/9AyK8Pv3OnRThatyjVa0lAXPXI9.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","31661","tt0084920","en","Wrong Is Right","Political double-talk, dirty tricks, hidden microphones, spy satellites, bugging the Oval Office and a nuclear bomb for sale are all ingredients in this swift, funny and frightening look at the possibilities in today's political arenas. Sean Connery stars as TV Newsman Patrick Hal on an international chase to track two suitcase sized nuclear weapons and to uncover the twisting maze of apparent involvement of US Government agencies.","1.819","/sY2RoKrQZwjaG1Ri2lL88ewiKXG.jpg","[{'id':13945,'logo_path':null,'name':'Rastar Productions','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1982-04-16","0","117","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","If war is peace good is evil and day is night then....","Wrong Is Right","false","5.7","16" +"false","/tNViqnfTqHUnHBaTOvKuBbK0yoF.jpg","null","32000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","10744","tt0318374","en","The Cooler","Bernie works at a Las Vegas casino, where he uses his innate ability to bring about misfortune in those around him to jinx gamblers into losing. His imposing boss, Shelly Kaplow, is happy with the arrangement. But Bernie finds unexpected happiness when he begins dating attractive waitress Natalie Belisario.","7.82","/6H5B8BnNEDOFVe0mul1xtMdd2vS.jpg","[{'id':18621,'logo_path':null,'name':'Pierce/Williams Entertainment','origin_country':''},{'id':1420,'logo_path':null,'name':'ContentFilm','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-01-17","0","101","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","When your life depends on losing... the last thing you need is lady luck.","The Cooler","false","6.8","142" +"false","/knZhEdNtBc2o0skPnRIE4dYh8de.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':53,'name':'Thriller'}]","","10863","tt0082351","en","Eye of the Needle","A ruthless German spy, trying to get out of Britain with vital information about D-Day, must spend time with a young woman and her crippled husband.","4.381","/qunJ4O5C4oHxfOjZUWTFKKAatlJ.jpg","[{'id':4255,'logo_path':null,'name':'Kings Road Entertainment','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1981-07-24","18000000","112","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","","Eye of the Needle","false","6.7","76" +"false","/asdfrqTxURt1tsFeXOqAQE3Xp2U.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':10749,'name':'Romance'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'}]","","118732","tt0082935","fr","Pour la peau d'un flic","A thriller starring and directed by Alain Delon about ex-cop who is after a drug pusher gang.","1.523","/4ByuLeKOzrjLicaAVQIkbX8gkY7.jpg","[]","[{'iso_3166_1':'FR','name':'France'}]","1981-09-09","0","105","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","For a Cop's Hide","false","5.2","19" +"false","/yyZu82fL7pBccF6NeZ34qqXLd1h.jpg","{'id':107949,'name':'Puppet Master Collection','poster_path':'/xJY6No7QOKSJd4olftBEvfbjXvE.jpg','backdrop_path':'/crDZjaOpoUCIOoiQ9nLIAt8ZBul.jpg'}","0","[{'id':27,'name':'Horror'}]","","26959","tt0132451","pt","Curse of the Puppet Master","Robert ""Tank"" begins to work for Dr. Magrew sculpting a puppet for the Doctor to bring to life using the work of Andre Toulon. Robert begins to fall in love with the Doctors daughter, Jane. Unbeknownst to Robert the Doctor is trying to create a ""perfect race"" of puppet humans. Jane discovers a ""matt puppet"" which is from his first assistant. She comes back just in time to see her father, cut up by the puppets, has succeeded in putting a living human, Robert, into the puppet he carved.","2.814","/xYUPZ6uz2bXeyQt0fs2kibAldSm.jpg","[{'id':1369,'logo_path':null,'name':'Full Moon Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-05-26","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Four Years Ago, the Puppets of Andre Toulon Vanished Without a Trace. Now The Puppets have Found a New Home, And a New Puppet Master.","Curse of the Puppet Master","false","3.8","34" +"false","/8sfTSXu30BycBcrUtGVhToUR1zt.jpg","null","0","[{'id':18,'name':'Drama'}]","","432507","tt5989220","fr","???????????? ?????????","On a business trip to the Cannes Film Festival, Manhee is accused of being dishonest, and fired. A teacher named Claire goes around taking photos with a Polaroid camera. She gets to know Manhee and sympathizes with her. Through taking photos, Claire has acquired the ability to look slowly at things, and to transform objects.","1.816","/kzQQgLsP6rDS5eUubG5xqvi4Ro4.jpg","[{'id':17387,'logo_path':null,'name':'Jeonwonsa Film','origin_country':'KR'},{'id':102089,'logo_path':null,'name':'Camellia Films','origin_country':'FR'},{'id':73918,'logo_path':null,'name':'Contents Panda','origin_country':'KR'}]","[{'iso_3166_1':'KR','name':'South Korea'},{'iso_3166_1':'FR','name':'France'}]","2018-03-07","0","69","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","","Claire's Camera","false","6.4","13" +"false","/7XP2mMOCc34trg89cfyWvLNhCVi.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","69544","tt0044811","sv","Kvinnors v??ntan","Rakel, Marta, Karin and Annette are married to four brothers. While waiting in a summer cottage for their husbands to come home, they tell each other stories about their marriages. Rakel tells about the time she had an affair and confronted her husband with it. Marta's story is about how she at first refused to marry and had her child by herself. Karin tells about what happened when one time she and her husband got stuck in an elevator together. While the women tell their stories, Marta's younger sister Maj is planning to elope.","1.936","/bUUTuh376ppUQJCzpjz4PSWNohv.jpg","[{'id':6181,'logo_path':'/wLSdapPKqkBgrRVOKcUx83hCR3Y.png','name':'Svensk Filmindustri','origin_country':'SE'}]","[{'iso_3166_1':'SE','name':'Sweden'}]","1952-11-03","0","107","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'sv','name':'svenska'}]","Released","The love affairs of three women - marital... premarital... and one marvelous surprise!","Secrets of Women","false","6.7","10" +"false","/xiZaEKTiWs8R7EVQ54WaTCA4L0v.jpg","null","0","[{'id':10752,'name':'War'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","44100","tt0039041","en","Tomorrow Is Forever","A soldier, reported dead in the war, returns home 20 years later. Wounded and with a new face and identity, the crippled man discovers that he has a grown son and that his wife has remarried.","1.253","/ib4gnOTYD2cDGCQgz4Lf6pSaVcO.jpg","[{'id':4995,'logo_path':null,'name':'International Pictures (I)','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1946-02-20","0","105","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","THE VIBRANT, PULSING STORY OF A WOMAN ESCAPING HER PAST!","Tomorrow Is Forever","false","5.6","8" +"false","/4Pq4HbWGxHj0KGpzuYsQOYZyZ6.jpg","{'id':554677,'name':'The Kolchak Collection','poster_path':'/biWQuarY1OsOJplfqyndkE6laFn.jpg','backdrop_path':null}","0","[{'id':10770,'name':'TV Movie'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':80,'name':'Crime'}]","","32021","tt0069002","en","The Night Strangler","After being run out of Las Vegas, Kolchak heads for Seattle and another reporting job with the local paper. It's not long before he is on the trail of another string of bizarre murders. It seems that every 21 years, for the past century, a killer kills a certain number of people, drains them of their blood and then disappears into the night. Kolchak is on his trail, but can he stop him?","1.329","/xp3rvEEb9PsCBYeF6swCE7aIlMN.jpg","[{'id':2166,'logo_path':null,'name':'ABC Circle Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1973-01-16","0","74","[{'iso_639_1':'en','name':'English'}]","Released","","The Night Strangler","false","6.5","20" +"false","/2n1gPPZ0kANDTU2DcGksTqMYUbm.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","43466","tt0039370","en","The Farmer's Daughter","After leaving her family's farm to study nursing in the city, a young woman finds herself on an unexpected path towards politics.","1.353","/9veWcokth81pGSnAQaPWzSbRYRn.jpg","[{'id':614,'logo_path':null,'name':'Vanguard Films','origin_country':''},{'id':6,'logo_path':'/n53F7K9scQWFXYbrCablqLKqJdp.png','name':'RKO Radio Pictures','origin_country':'US'},{'id':12274,'logo_path':null,'name':'Dore Schary Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1947-01-01","0","97","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'sv','name':'svenska'}]","Released","A Gal with Cultivating Ways!","The Farmer's Daughter","false","7.4","10" +"false","/urKyxX1Q7D165WTuf7e3zPAJDe7.jpg","null","5000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","40095","tt0094961","en","Dead Heat","LAPD police officer, Roger Mortis is killed while arresting zombies who have been reanimated by the head of Dante Laboratories in order to carry out violent armed robberies.","4.099","/tgqSoIp2PU6jKE1c8CgjAvdvc4W.jpg","[{'id':1950,'logo_path':null,'name':'New World Pictures','origin_country':''},{'id':8043,'logo_path':null,'name':'Helpern / Meltzer','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-05-06","0","86","[{'iso_639_1':'en','name':'English'}]","Released","You Can't Keep a Good Cop Dead","Dead Heat","false","6.2","63" +"false","/npla8aRphjeM6EsKpeGTkxj5D70.jpg","null","0","[{'id':18,'name':'Drama'}]","","436355","tt4673790","pt","Vazante","Brazil 1821. Upon his return to the imposing farmhouse, Antonio, a rich cattle herder, finds out that his wife dies in labor. Forced to live in the property with numerous African slaves, he marries his wife's niece. A restless soul, he returns to droving, leaving his young wife behind alone with the slaves.","1.715","/pK1CHVJ8A3MzRE6JrkWdIm1aQ60.jpg","[{'id':105804,'logo_path':null,'name':'Cisma Productions','origin_country':'BR'},{'id':8680,'logo_path':'/lTvO3MFX5eogjWEpWmLUipxeKVi.png','name':'Ukbar Films','origin_country':'PT'},{'id':10023,'logo_path':null,'name':'Nineteen Sound and Imaging Productions','origin_country':'BR'}]","[{'iso_3166_1':'PT','name':'Portugal'},{'iso_3166_1':'BR','name':'Brazil'}]","2017-11-09","0","116","[{'iso_639_1':'pt','name':'Portugu??s'}]","Released","","Vazante","false","8.7","6" +"false","/xhx1InB2r2mrwAOqSM0tvvZcgx9.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","","374471","tt4446472","en","Porto","Jake and Mati are two outsiders in the northerly Portuguese city of Porto who once experienced a brief connection. A mystery remains about the moments they shared, and in searching through memories, they relive the depths of a night uninhibited by the consequences of time.","1.427","/2jsNrAJx3z1uzrw4Jg1XIvOl7Cv.jpg","[{'id':91154,'logo_path':null,'name':'Bando ?? Parte','origin_country':''},{'id':16633,'logo_path':null,'name':'GLADYS GLOVER','origin_country':''},{'id':87458,'logo_path':null,'name':'Salem Street Entertainment','origin_country':'US'},{'id':109937,'logo_path':null,'name':'Double Play Films','origin_country':'US'}]","[{'iso_3166_1':'PL','name':'Poland'},{'iso_3166_1':'PT','name':'Portugal'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","2017-09-14","0","75","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Porto","false","6.2","12" +"false","/8d0oWtHPYLgESuZiTKwNTRkF0K1.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","380623","tt4795546","fr","Nocturama","In Paris, a motley group of young people engineer a deadly plan to spread shock and awe in the city. Each plays their own role. Then they all hide in a department store, a symbol of the consumerist society they are attacking.","4.153","/m9xakOD3NupKEouM3jhB66AqwGi.jpg","[{'id':2700,'logo_path':'/xVyuzrVzoMbxBh3xNZbUudm4meJ.png','name':'Rectangle Productions','origin_country':'FR'},{'id':856,'logo_path':'/3tfzS2CrX6Ntbu927XzHXEPDA6y.png','name':'Wild Bunch','origin_country':'FR'}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'}]","2016-08-31","0","130","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Nocturama","false","6.7","83" +"false","/5ONGOkRSxtObStG8ErZ4anHx75Y.jpg","null","0","[{'id':27,'name':'Horror'}]","","26517","tt0077914","en","Martin","Martin sedates women with a syringe full of narcotics and then slices their wrists with a razor blade so he can drink their blood. Martin, who comes to live with his uncle and cousin in the dying town of Braddock, Pennsylvania, has romantic monochrome visions of vampiric seductions and torch-lit mobs, but it is impossible to tell how seriously he takes them.","6.296","/gzLFtS4nJay8b1ziAriUf1LMtdU.jpg","[{'id':2483,'logo_path':null,'name':'Laurel Entertainment','origin_country':''},{'id':17877,'logo_path':null,'name':'Libra Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1978-07-05","0","95","[{'iso_639_1':'en','name':'English'}]","Released","He could be the boy next door...","Martin","false","6.9","83" +"false","/9SfUvQy9OlryFGOAXchPNz2PIiU.jpg","null","0","[{'id':35,'name':'Comedy'}]","","70106","tt0042210","en","Atoll K","Stan and Ollie are marooned on an atoll. This was their last film together.","1.189","/86XVqC144ERq5AVxmSmYhF9bmRw.jpg","[]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'IT','name':'Italy'}]","1951-10-17","0","82","[{'iso_639_1':'en','name':'English'}]","Released","An Island Paradise... Or At Least It Use To Be","Utopia","false","5.1","18" +"false","/nvHwfxlzQ5hgIltzMbJC38cjYin.jpg","{'id':153948,'name':'Best of the Best Collection','poster_path':'/4I3QETfSJAyehWlclsrRbqXn2sU.jpg','backdrop_path':'/orC5lXKZTsitJguQFVxJcEhcTc.jpg'}","0","[{'id':28,'name':'Action'}]","","36555","tt0112483","en","Best of the Best 3: No Turning Back","Tommy Lee (Phillip Rhee) comes to visit his sister and finds that the town is being overrun with members of the Arian brotherhood. These Arian brothers certainly weren't expecting a Taekwondo expert to show up. Tommy and his sister's husband played by Christopher Mcdonald team up to stop the racism. whats better than watching neo-nazis get the crap kicked out of them? when the person kicking the crap out of them is dressed like homie the killer clown, complete with big red shoes and a foam nose. and thats just ONE of the MANY many many many many many cinematic jewels contained within this action packed blessing to the silver screen.this is the best worst martial arts film since sonny chiba's street fighter! you don't believe me? see for yourself namby-pants and check out the best of the best 3. now!!!","2.923","/2n3J86IO8ftltwpCQxKQdTquWft.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-05-17","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Best of the Best 3: No Turning Back","false","5.7","19" +"false","/qLcz4zPRW7y7rZNg0jjR4EM3vfe.jpg","null","0","[{'id':18,'name':'Drama'}]","","42090","tt0087193","sv","Efter repetitionen","Rational, exacting, and self-controlled theater director, Henrik Vogler, often stays after rehearsal to think and plan. On this day, Anna comes back, ostensibly looking for a bracelet. She is the lead in his new production of Stindberg's ""A Dream Play."" She talks of her hatred for her mother, now dead, an alcoholic actress, who was Vogler's star and lover. Vogler falls into a reverie, remembering a day Anna's mother, Rakel, late in life, came after rehearsal to beg him to come to her apartment. He awakes and Anna reveals the reason she has returned: she jolts him into an emotional response, rare for him, and the feelings of a young woman and an older man play out.","1.917","/rn7QGIhx9erkbUFVQYQWDvVHaNA.jpg","[{'id':7447,'logo_path':null,'name':'Personafilm','origin_country':''},{'id':7445,'logo_path':null,'name':'Cinematograph AB','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'SE','name':'Sweden'}]","1984-04-09","0","70","[{'iso_639_1':'sv','name':'svenska'}]","Released","","After the Rehearsal","false","6.7","15" +"false","/rJKQytUMBefXgwHHRKz5tbnIYrR.jpg","null","5","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","287859","tt3483712","hi","Raja Natwarlal","Based on the story of a notorious real-life con man, this twisty Bollywood thriller revolves around cunning fraudster Raja Natwarlal, who pulls off a series of two-bit scams in Mumbai on his way to a big swindle. A small-time con man wants to get into the big leagues and take on a Goliath in the world of scams.","1.673","/g9VRy4pTVr6akx5zXJC9H8YJ0ZY.jpg","[{'id':2320,'logo_path':'/nSAXfUCy16cNRiPlBMHeb700t9p.png','name':'UTV Motion Pictures','origin_country':'IN'}]","[{'iso_3166_1':'IN','name':'India'}]","2014-08-29","4","141","[{'iso_639_1':'hi','name':'??????????????????'}]","Released","","Raja Natwarlal","false","6.7","14" +"false","/jxyEUugg60UpFirBRCmXdXxmVHW.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':80,'name':'Crime'}]","","531380","tt7521990","zh","????????????","A group of former mercenaries reunite to plan an epic heist: boosting a truck full of medicine held by a foreign intelligence agency to supply a refugee camp in need. But when they find the truck is actually filled with stolen gold, the band of brothers realize they???ve been double-crossed by one of their own - and putting the situation right will be all out war.","3.791","/qMwpsjpAHvD9ZtfW88xvwlak5Pv.jpg","[{'id':109103,'logo_path':null,'name':'Art Top Movie Productions','origin_country':'HK'},{'id':26703,'logo_path':null,'name':'Jing's Production','origin_country':'HK'}]","[{'iso_3166_1':'HK','name':'Hong Kong'}]","2018-09-20","0","100","[{'iso_639_1':'cn','name':'????????? / ?????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'zh','name':'?????????'}]","Released","","Golden Job","false","6.8","5" +"false","/h2Fiuz0rPHessC3Qr4q0VAEGufs.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","https://ghostboxcowboy.com/","510028","tt7473036","en","Ghostbox Cowboy","Tech entrepreneur Jimmy Van Horn arrives in China armed with an invention and confidence, only to learn that being American is not enough to succeed.","2.538","/8GeYMrW4mrfJ4UpLLvDoxKY6Yce.jpg","[{'id':112681,'logo_path':null,'name':'Lightshow Films','origin_country':''},{'id':112682,'logo_path':null,'name':'Big Horn Global','origin_country':''},{'id':112683,'logo_path':null,'name':'Sino-American Regional Trade Enterprise','origin_country':''},{'id':112684,'logo_path':null,'name':'23rd Street Films','origin_country':''},{'id':112685,'logo_path':null,'name':'Grunkok Company','origin_country':''},{'id':112686,'logo_path':null,'name':'Scope Dog','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-04-19","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Ghostbox Cowboy","false","8","2" +"false","/aWoMgxTvWOsdurvvjmshdtTbgJh.jpg","null","0","[{'id':28,'name':'Action'}]","","570525","tt9021374","en","The Dragon Unleashed","A martial artist, trained by the military to become an assassin, begins to question himself after killing someone who didn't deserve to die. He now must face not only his demons, but his ...","3.139","/7SM3IiWuwLZVWvZpMb0Z0I2hyRF.jpg","[{'id':112691,'logo_path':null,'name':'Top Dollar Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-01-01","0","","[{'iso_639_1':'en','name':'English'}]","Released","","The Dragon Unleashed","false","2.8","3" +"false","/x8Exn4f6o94Qmch28FlUKZIZvsd.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':18,'name':'Drama'}]","https://www.statementfilm.com/","214137","tt2277106","da","The Man Who Saved the World","The Man Who Saved the World is feature documentary film about Stanislav Petrov, a former lieutenant colonel of the Soviet Air Defence Forces.","1.567","/6IyL7p8BiCBO5yme5bvEuCu41EY.jpg","[{'id':118,'logo_path':'/AiBorgNTCS1lT1FdFPYheax9jfF.png','name':'Det Danske Filminstitut','origin_country':'DK'}]","[]","2014-08-13","0","120","[{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'en','name':'English'}]","Released","Every moment counts","The Man Who Saved the World","false","6.3","13" +"false","","null","0","[{'id':99,'name':'Documentary'}]","","512218","tt7935784","en","Transformer","In the summer of 2015, former US Marine and world record weightlifter Matt ""Kroc"" Kroczaleski was publicly outed as being transgender. The reaction was universal: her sponsors abandoned her, she was disowned by her parents, banned from competing, and she changed her name to ""Janae"". This film follows Janae as she attempts to find her place in society. Initially wanting to strip off the muscle and become a much smaller looking woman, she found herself unable to lose the muscle she so desperately gained. She now finds herself living one day as an alpha male and the next day as a delicate girl. Will Janae be able to handle her muscle relapses? Will her passage from being a male bring her the peace she's looking for? Will society accept a 250lbs muscular woman? Is her path personal redemption or physical and psychological disaster?","0.852","/leDYyqvT7WibJIgoVYysxuoz5wV.jpg","[{'id':104205,'logo_path':null,'name':'Storystream Creative','origin_country':''}]","[]","2018-04-27","0","80","[]","Released","","Transformer","false","5.3","3" +"false","/xYJEvyc5bjFston5NVs2KbQ5WT7.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':10402,'name':'Music'}]","https://www.sho.com/titles/3378526/american-dream---american-knightmare","359968","tt2071600","en","American Dream/American Knightmare","Documentary that delves deep into the life and storied exploits of the iconic Death Row Records co-founder Suge Knight, as well as the volatile and highly influential era in gangsta rap he presided over. Through a series of interviewers face to face with director Antoine Fuqua, Knight reveals exactly how it all happened and why it all fell apart. Knight is currently in jail pending trial on murder, attempted-murder and hit-and-run charges.","1.373","/wKnc6FplelhH95QoAOKpu3zjFjc.jpg","[{'id':34982,'logo_path':'/uvTmiRZzNfG88dVXi9hQ7eFNirq.png','name':'Mythology Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-12-21","0","85","[{'iso_639_1':'en','name':'English'}]","Released","Face to face with Suge Knight","American Dream/American Knightmare","false","7.5","2" +"false","/9VtJCXu8FM2UmZPyamUEWk8HN4l.jpg","null","0","[{'id':37,'name':'Western'}]","","23076","tt0060143","it","Texas, Addio","The tough gun-man Burt Sullivan (Franco Nero) leaves his job as a town sheriff to go to Mexico to find the man, Cisco, who killed his father many years ago. He and his younger brother arrive in a small town where everybody is afraid of Cisco who has become the local landowner. But there is a secret. It turns out that Cisco is the father of Burt's younger brother and Cisco are craving for respect from his ""son"". Burt Sullivan joins forces with the local townspeople to stop and bring Cisco back to his punishment in Texas.","2.373","/v7LfMBSjReDfsgskvzwCn1AobHw.jpg","[{'id':4530,'logo_path':null,'name':'Estela Films','origin_country':''},{'id':7855,'logo_path':null,'name':'B.R.C. Produzione S.r.l.','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'ES','name':'Spain'}]","1966-08-28","0","93","[{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'de','name':'Deutsch'}]","Released","","Texas, Adios","false","5.1","10" +"false","/y6XY7t6ujijoA7xHpUGHxTsY5lS.jpg","null","2393600","[{'id':27,'name':'Horror'}]","https://ozpixent.com/portfolioitem/boar/","416724","tt4158594","en","Boar","In the harsh, yet beautiful Australian outback lives a beast, an animal of staggering size, with a ruthless, driving need for blood and destruction. It cares for none, defends its territory with brutal force, and kills with a raw, animalistic savagery unlike any have seen before.","5.241","/8wxEPJzfgO0jiaZVz2pFQvYoXqm.jpg","[{'id':24650,'logo_path':null,'name':'Slaughter FX','origin_country':''},{'id':48601,'logo_path':null,'name':'OZPIX Entertainment','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2018-06-17","0","96","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","In the outback no one can hear you squeal","Boar","false","5.4","20" +"false","/qoogGiwXGn8vCjQYnb64Eei6GKg.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","","498598","tt7581902","hi","???????????? ?????? ???????????? ?????? ??????????????????","Titu is going to marry a perfect woman named Sweety. Titu's best-friend Sonu doubts Sweety's character and tries to break the marriage while Sweety tries to do opposite and which leads to war between Bromance and Romace.","4.639","/1nsVHEVKOag8syzGtqnlYlbMQdh.jpg","[{'id':99669,'logo_path':null,'name':'India Shoots','origin_country':''}]","[{'iso_3166_1':'IN','name':'India'}]","2018-02-23","0","144","[{'iso_639_1':'hi','name':'??????????????????'}]","Released","","Sonu Ke Titu Ki Sweety","false","7.2","30" +"false","/hbM6yHd51ZqJP9pRV96W7Sus4xE.jpg","{'id':10457,'name':'Once Upon a Time in China Collection','poster_path':'/zYDFE84tanonIGZj7DNqSHe9Zfj.jpg','backdrop_path':'/gQNRJ3ChYVkqGtAOgmWJKr3uw1x.jpg'}","12000000","[{'id':28,'name':'Action'},{'id':37,'name':'Western'}]","","10620","tt0120530","cn","????????????????????????","So goes to the U.S. to open a martial arts school. Around this time, many Chinese people were sold off to U.S. railroad companies, and were brutally treated by the Americans under the harsh working conditions. Thus, the American workers' hatred towards the Chinese immigrants is high. As a result, So gets into trouble with the Americans and the mob, and calls Master Wong for help.","6.522","/fNOpZTtYbk0Kx26m141PeJu53wM.jpg","[{'id':32841,'logo_path':null,'name':'Win's Entertainment Ltd.','origin_country':''},{'id':3029,'logo_path':null,'name':'China Star Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'HK','name':'Hong Kong'}]","1997-02-01","0","102","[{'iso_639_1':'cn','name':'????????? / ?????????'},{'iso_639_1':'en','name':'English'}]","Released","","Once Upon a Time in China and America","false","5.9","36" +"false","/pmsYNLKT6boNjw8Sj2zdBMoo2IA.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","75947","tt0062792","en","Charlie Bubbles","Charlie Bubbles, a writer, up from the working class of Manchester, England, who, in the course of becoming prematurely rich and famous, has mislaid a writer's basic tool - the capacity to feel and to respond. Now he must visit his estranged wife and son, whom he has set up on a farm outside his native city. His journey accidentally becomes an attempt to reestablish his connections with life, people, and his own history","0.782","/10teSum6VjkbGdOhiVRgb0cSNo5.jpg","[]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1967-07-15","0","89","[{'iso_639_1':'en','name':'English'}]","Released","If You Think You're Old Enough","Charlie Bubbles","false","6.6","5" +"false","/7nV5sqBQjeLqY25vrNC6UmqrJ0m.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10770,'name':'TV Movie'}]","","57537","tt0079366","en","The Jericho Mile","Rain Murphy is a man sentenced to life in prison, choosing to do his time in near-isolation, and engages in distance running when given the opportunity for free-time. While his form and speed capture the attention of prison officials who believe he could be competitive for the Olympics, Murphy expresses disinterest. But when the one man he has befriended is taken advantage of by political groups within the prison, Murphy decides to pursue the opportunity presented to him in his memory.","2.518","/mV6qZQv1fqpaM9q0SFyDp9Fo2ck.jpg","[{'id':2166,'logo_path':null,'name':'ABC Circle Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1980-10-31","0","97","[{'iso_639_1':'en','name':'English'}]","Released","Behind the wall of this prison is a man traning to challenge the Olympic record..","The Jericho Mile","false","6.4","12" +"false","/oKgbKFnhWdZp6DGuNU9pMLu96ln.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':37,'name':'Western'}]","","50953","tt0074588","en","The Great Scout & Cathouse Thursday","Sam Longwood, a frontiersman who has seen better days, spies the gold-mine partner, Jack Colby, who ran off with all the gold from a mine they were prospecting fifteen years earlier. He tells his other partners from that time, Joe Knox and Billy, and they confront Colby demanding not only the thousand dollars he took but an addition fifty-nine thousand for their trouble. After being thwarted in this attempt, they, and a would-be whore named Thursday, hatch a plan to kidnap Colby's wife, Nancy Sue, who is coincidently Sam's old flame, but find that Nancy Sue is not the sweet girl that Sam remembers.","1.786","/1l0NOF7NxU42iysXJuUyrpFcUgw.jpg","[{'id':9266,'logo_path':null,'name':'American International Pictures (AIP)','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1976-06-23","0","102","[{'iso_639_1':'en','name':'English'}]","Released","They Weren't Forgotten By History...They Were Left Out On Purpose!","The Great Scout & Cathouse Thursday","false","4.8","9" +"false","/A6rU6cPcRXnlVwp0KYGntpYwDJW.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","37607","tt0083107","en","Some Kind of Hero","A Vietnam vet returns home from a prisoner of war camp and is greeted as a hero, but is quickly forgotten and soon discovers how tough survival is in his own country.","3.204","/8tQshz7WRy2Zm1QxYGQei28Eqyw.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1982-04-02","0","97","[{'iso_639_1':'en','name':'English'}]","Released","Richard Pryor is in a new kind of comedy...about some kind of hero...in some kind of mess.","Some Kind of Hero","false","5.5","11" +"false","/A9jMrrFyAHhbr0c7OwrFuL5Ay7E.jpg","null","6000000","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","378","tt0093822","en","Raising Arizona","The Coen Brothers tell the story of a absurd yet likable family with an unproductive couple as the focal point. The couple has gotten themselves into some trouble while kidnapping a baby and give Hollywood one of the most memorable chase scenes to date.","10.278","/jsBg2bhvbSncyezo9sMntMzBuy6.jpg","[{'id':11273,'logo_path':null,'name':'Circle Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-03-01","29180280","94","[{'iso_639_1':'en','name':'English'}]","Released","Their lawless years are behind them. Their child-rearing years lay ahead...","Raising Arizona","false","7.1","915" +"false","/iPQiImNso3TjSZSGEjgOMv4VRIf.jpg","null","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","","84474","tt0091604","en","Naked Vengeance","Carla Harris, a beautiful but not so successful actress from L.A., witnesses how her husband is tragically killed in an attempt to save a woman from her male attacker. She travels to her parents' home in a small town in the mountains to get some rest only to be repeatedly harassed by redneck locals and a teenager. The local sheriff refuses to help and so it all ends up in a gang rape and with Carla's parents shot dead. Carla survives and escapes from the mental hospital to seek bloody revenge.","1.614","/svvvIuMOqoHkIkrDi2ifZlVnT4c.jpg","[{'id':12738,'logo_path':null,'name':'Westbrook','origin_country':''},{'id':12736,'logo_path':null,'name':'D.S. Pictures','origin_country':''},{'id':12737,'logo_path':null,'name':'M.P. Films','origin_country':''},{'id':20479,'logo_path':null,'name':'Manson International','origin_country':''}]","[{'iso_3166_1':'PH','name':'Philippines'},{'iso_3166_1':'US','name':'United States of America'}]","1985-12-20","0","97","[{'iso_639_1':'en','name':'English'}]","Released","They shattered her world...now she's out for justice...and vengeance.","Naked Vengeance","false","6.1","5" +"false","/dBcYWnzqZm8Tf807gAFZom9OFrB.jpg","null","0","[{'id':80,'name':'Crime'}]","http://warpfilms.com/feature/yardie/","420915","tt5862902","en","Yardie","Jamaica, 1973. When a young boy witnesses his brother???s assassination, a powerful Don gives him a home. But 10 years later, when he???s sent to London, his past catches up to him.","4.901","/mXLhJhQj0hZZMJQv7T7Ee3CMTo4.jpg","[{'id':16877,'logo_path':null,'name':'BFI Film Fund','origin_country':'GB'},{'id':12180,'logo_path':'/ye2vKF2MZbVPzof7YZjeRUkL7Up.png','name':'Warp Films','origin_country':'GB'},{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-08-31","0","101","[{'iso_639_1':'en','name':'English'}]","Released","Choose your own path","Yardie","false","5.6","11" +"false","/2DIiC1bgnJF9AaEPYSdk1iEdPlp.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","524738","tt8765496","id","Sebelum Iblis Menjemput","Hoping to find answers to her estranged father's mysterious illness, a young woman visits his old villa and uncovers a horrifying truth from the past.","6.778","/ozGjFX91USmwJW0Dj6fsUvYmHSg.jpg","[{'id':106511,'logo_path':null,'name':'Sky Media','origin_country':''},{'id':46840,'logo_path':null,'name':'Legacy Pictures','origin_country':''},{'id':78888,'logo_path':null,'name':'Screenplay Production','origin_country':''}]","[{'iso_3166_1':'ID','name':'Indonesia'}]","2018-08-09","0","110","[{'iso_639_1':'id','name':'Bahasa indonesia'}]","Released","","May the Devil Take You","false","6.5","23" +"false","/gCYjViwFEbWQxEuRy3phZMKNWyj.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","84993","tt0084408","en","Next of Kin","In a rest home for elderly people, a daughter reads her mother's diary. Soon events that are mentioned in the mother's diary begin to happen to the daughter.","1.662","/kiPlcR5Dm8896rVdPT0S0AnjjBd.jpg","[{'id':34341,'logo_path':null,'name':'The Film House','origin_country':''},{'id':34342,'logo_path':null,'name':'SIS','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'NZ','name':'New Zealand'}]","1982-09-30","0","89","[{'iso_639_1':'en','name':'English'}]","Released","There is something evil in this house.","Next of Kin","false","6.6","21" +"false","/msvcbZnT7EXU3nk8SqyjWsf1aep.jpg","null","0","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","","141423","tt2565938","en","The Legend of Mor'du","The witch from Pixar's Brave uses magical illustrations to tell the legend of a power-obsessed prince who sought a magic spell that would allow him to wrest control of a kingdom from his brothers, only to destroy that kingdom and his own fate as well.","2.59","/8FKR6880g0JRiblbTQEijGlq3Qj.jpg","[{'id':3,'logo_path':'/1TjvGVDMYsj6JBxOAkUHpPEwLf7.png','name':'Pixar','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-01-01","0","6","[{'iso_639_1':'en','name':'English'}]","Released","","The Legend of Mor'du","false","5.7","30" +"false","/1jq49u1SKjoVXvuEuVnnCF8vyeU.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","30308","tt0039589","en","Lured","A woman helps the police catch the serial killer who murdered her best friend.","2.42","/28wBAiMWd1mUhtokIUfhccyX7JW.jpg","[{'id':5235,'logo_path':null,'name':'Hunt Stromberg Productions','origin_country':''},{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1947-08-28","0","102","[{'iso_639_1':'en','name':'English'}]","Released","Don't answer this ad... Don't... don't... don't...","Lured","false","6.3","25" +"false","/dxv03yc1LuLJimaMJqJwpaeXVXE.jpg","{'id':10457,'name':'Once Upon a Time in China Collection','poster_path':'/zYDFE84tanonIGZj7DNqSHe9Zfj.jpg','backdrop_path':'/gQNRJ3ChYVkqGtAOgmWJKr3uw1x.jpg'}","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","","10617","tt0103285","cn","?????????","Set in late 19th century Canton this martial arts film depicts the stance taken by the legendary martial arts hero Wong Fei-Hung (1847-1924) against foreign forces' (English, French and American) plundering of China.","8.972","/6oBrdOS9E1WNPaRKcRDxx7F2df1.jpg","[{'id':2521,'logo_path':null,'name':'Orange Sky Golden Harvest','origin_country':'HK'}]","[{'iso_3166_1':'HK','name':'Hong Kong'}]","1991-08-15","3826459","134","[{'iso_639_1':'cn','name':'????????? / ?????????'},{'iso_639_1':'zh','name':'?????????'}]","Released","Never was a Hero needed more...","Once Upon a Time in China","false","7.3","154" +"false","/wkIemdOnnwqJdEf7TeImStB8NMw.jpg","null","0","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","","518601","tt7403570","ru","?????? ????????????","The adventures of two completely different in nature beasts - a serious and economic Beaver and restless Cat. They meet when the cat is looking for shelter from the rain in the forest. The beaver rescues the Cat, and they become bosom friends. The cat really wants to become famous and believes that everyone wants to become famous, but not everyone can admit it. One day the life of this couple changes abruptly when aliens from a distant galaxy land in the forest.","3.144","/dUhCpS255LXwmN4ELL02bmHsXYH.jpg","[{'id':103418,'logo_path':null,'name':'Licensing Brands','origin_country':'RU'}]","[{'iso_3166_1':'RU','name':'Russia'}]","2018-05-31","0","75","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","","Two Tails","false","6.1","4" +"false","/dbPdpTrEyzpVzzBFbT64DAJBkh9.jpg","null","25000","[{'id':53,'name':'Thriller'}]","http://nowheremind.com/","569506","tt7084614","en","Nowhere Mind","Ivan uses experimental meditation to induce out-of-body experiences that might make it possible for him to escape a mysterious illness. His training takes an unexpected turn when he finds himself getting between the marital engagement of two old friends, Emily and John. Unaware of Ivan's secret relationship with his fianc??, John invites Ivan to go on a hiking trip with him. In order to keep up appearances, Ivan agrees to go along. On the trip, John grows ever more suspicious of Ivan's intentions with Emily. A dangerous game of cat and mouse ensues that might provide Ivan an unexpected route to a cure.","2.14","/kbTFPhyQvKBhOFXV7MlS9L8c0vv.jpg","[{'id':112533,'logo_path':null,'name':'Haphazard Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-19","0","105","[{'iso_639_1':'en','name':'English'}]","Released","A little meditation never hurt anyone.","Nowhere Mind","false","6","1" +"false","/dOxQtbOliifIpCktHjSlS9H6FZs.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","","18758","tt0076227","zh","Jian hua yan yu Jiang Nan","Young master Cao Le chases his pregnant girlfriend away from the family castle. He does it in order to save her from vicious bandits who are going to murder his family.","3.625","/6wLl4kGtmwAbrIL0jO4HI7w0mbX.jpg","[{'id':6378,'logo_path':null,'name':'Lo Wei Motion Picture Co.','origin_country':''}]","[{'iso_3166_1':'HK','name':'Hong Kong'},{'iso_3166_1':'KR','name':'South Korea'}]","1977-07-22","0","106","[{'iso_639_1':'cn','name':'????????? / ?????????'},{'iso_639_1':'zh','name':'?????????'}]","Released","","To Kill with Intrigue","false","5.9","18" +"false","/pHHqrgeUiJugA6PUn8JVXlRSPMH.jpg","null","4000000","[{'id':28,'name':'Action'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","79509","tt0099026","en","The Ambulance","Josh meets a young woman who shortly afterwards collapses and is rushed to hospital in an ambulance. He follows after her only to find that there is no record her being admitted, and he soon learns that her room mate also vanished after being picked up by the same ambulance. Convinced of a conspiracy, Josh proceeds to investigate, despite the discouragement of the police.","3.103","/4LLZj5sTNqkw112C8nkFgGcdCXY.jpg","[{'id':1988,'logo_path':null,'name':'Epic Productions','origin_country':''},{'id':9313,'logo_path':null,'name':'Esparza / Katz Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-03-22","0","96","[{'iso_639_1':'en','name':'English'}]","Released","You'll be in perfect health before you die.","The Ambulance","false","6","36" +"false","/bcnajlCha6NzKRSMEGhwHtvBiST.jpg","{'id':87228,'name':'Swamp Thing Collection','poster_path':'/niEEDNB366pMOI5RRcw36QGaGDm.jpg','backdrop_path':'/w0jv6vdKe3TGOLaCgPbZOu85gas.jpg'}","10000000","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","17918","tt0084745","en","Swamp Thing","Dr. Alec Holland, hidden away in the depths of a murky swamp, is trying to create a new species - a combination of animal and plant capable of adapting and thriving in the harshest conditions. Unfortunately he becomes subject of his own creation and is transformed. Arcane, desperate for the formula, attempts to capture the Swamp Thing. An explosive chase ensues that ultimately ends with a confrontation between Holland and a changed Arcane...","6.337","/MQG0XuWjfdsPm9upD5aZ0atMAx.jpg","[{'id':429,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Comics','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1982-02-19","0","91","[{'iso_639_1':'en','name':'English'}]","Released","Science changed him into a monster. Love changed him even more!","Swamp Thing","false","5.5","147" +"false","/rSsDcfGCY5VMSy0Xb04Hl7UI1fl.jpg","{'id':47770,'name':'Phantasm Collection','poster_path':'/xqgAkKmQRrk0UaIbWMak4RRSQm7.jpg','backdrop_path':'/bu33EKctcBJvN5KHR780lWQkyJd.jpg'}","2500000","[{'id':27,'name':'Horror'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","http://phantasm.com","16139","tt0110823","en","Phantasm III: Lord of the Dead","The Tall Man, that imposing menace from Morningside Mortuary, is back and once again haunting the thoughts of the now-adult Mike and his friend, ex-Ice Cream vendor Reggie. The two continue their hunt for the mysterious figure and in his path of destruction encounter a variety of dangerous situations, friends and enemies.","6.831","/l8ccrv8XDD727vD3V3qntjrMoox.jpg","[{'id':3146,'logo_path':null,'name':'Starway International Inc.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-05-06","0","91","[{'iso_639_1':'en','name':'English'}]","Released","","Phantasm III: Lord of the Dead","false","5.6","88" +"false","/ySdpEXCGAoKwHD5m3NjGeKyfVSI.jpg","null","143000","[{'id':18,'name':'Drama'}]","","32007","tt1172998","en","Hurricane Season","Based on true events amid the wreckage and chaos dealt by Hurricane Katrina; one basketball coach in Marrero, Louisiana just will not give up. Coach Al Collins(Forest Whitaker), gathers other players from hard-hit schools and builds a team actually worthy enough to go to the state playoffs. A very honest look at what can be done with the right people having the desire and fortitude to pick up and","2.321","/tfOQjBkFkkYKbzZtmvIgOX4PJyz.jpg","[{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'},{'id':77061,'logo_path':null,'name':'The Story Company','origin_country':''},{'id':77062,'logo_path':null,'name':'IAM Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-12-08","1000000","103","[]","Released","","Hurricane Season","false","6.3","15" +"false","/uXv3Jx3xsvMX5qBNpHbi6E1RJ2o.jpg","null","0","[{'id':35,'name':'Comedy'}]","http://www.albertdupontel.com/bernie/bernie.html","19963","tt0115658","fr","Bernie","Bernie, a 30 years old orphan, decides to leave his orphanage and find his parents. After an investigation, he meets Marion, a young heroin addict and falls in love with her. He believes that his family was victim of a plot and this is why they deserted him.","4.897","/kitGGMMdE5zQa1Fe1x0myJc8siO.jpg","[{'id':22683,'logo_path':null,'name':'Contre Prod.','origin_country':''},{'id':22684,'logo_path':null,'name':'Kasso Inc. Productions','origin_country':''},{'id':22685,'logo_path':null,'name':'Ulysse Films','origin_country':''},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':30231,'logo_path':'/wLtLQvO75g9YUcWLKhwZv6RaDuu.png','name':'Rezo Productions','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'}]","1996-11-27","0","87","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Bernie","false","7.3","96" +"false","/jWVBdzuiMK4he0Pz2CJiTlDm0dc.jpg","{'id':188458,'name':'Trilogy of Terror Collection','poster_path':'/902guxiZSBjJfCNPc0lC8Rd1j9r.jpg','backdrop_path':'/uocSoHqQbbt1S5Zo93Vb03l5JU3.jpg'}","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':10770,'name':'TV Movie'}]","","38783","tt0073820","en","Trilogy of Terror","Three bizarre horror stories ending with the story of an African doll out for blood.","2.823","/2t2TJz5cIVQuzQsQWFZFNYfuFnm.jpg","[{'id':9228,'logo_path':null,'name':'Dan Curtis Productions','origin_country':'US'},{'id':2166,'logo_path':null,'name':'ABC Circle Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1975-03-04","0","72","[{'iso_639_1':'en','name':'English'}]","Released","","Trilogy of Terror","false","6.3","54" +"false","","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","https://www.interference-themovie.net/","569381","tt6648468","en","Interference","A retiring detective tries to discover the identity of a half charred woman found in front of a District Attorney's boat who is pursuing a child serial killer.","1.858","/8MynDP6Vygv0JIxF5pOuQVu5817.jpg","[{'id':112461,'logo_path':null,'name':'Dark Panda Production','origin_country':''},{'id':112462,'logo_path':null,'name':'LDF Pictures','origin_country':''},{'id':112463,'logo_path':null,'name':'La Dolce Vita Films','origin_country':''},{'id':112464,'logo_path':null,'name':'The Malt Shop','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-09-14","0","80","[{'iso_639_1':'en','name':'English'}]","Released","The only thing necessary for the triumph of evil is for good men to do nothing","Interference","false","0","0" +"false","/ipVgzjC1LtxRQ8TkJQbUw1yiO1J.jpg","null","0","[{'id':99,'name':'Documentary'}]","https://fahrenheit119.com","532908","tt8632862","en","Fahrenheit 11/9","Michael Moore's provocative documentary explores the two most important questions of the Trump Era: How the fuck did we get here, and how the fuck do we get out?","7.25","/k2G8IO5oGHezde70Xv7falXhuWC.jpg","[{'id':107992,'logo_path':null,'name':'Midwestern Films','origin_country':''},{'id':108737,'logo_path':null,'name':'State Run Films','origin_country':''},{'id':26137,'logo_path':null,'name':'Dog Eat Dog Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-09-10","0","128","[{'iso_639_1':'en','name':'English'}]","Released","Tyrant. Liar. Racist. A hole in one.","Fahrenheit 11/9","false","7.2","112" +"false","/ebug4NE8EV0f345KwbNNS3T3dRh.jpg","{'id':87250,'name':'Bambi Collection','poster_path':'/b941y7oiWBXJZaoWemW4exlpDxf.jpg','backdrop_path':'/pdeV9HC6ECDvUfICMWeMHvWsCIa.jpg'}","0","[{'id':16,'name':'Animation'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","http://movies.disney.com/bambi-2","13205","tt0447854","en","Bambi II","Return to the forest and join Bambi as he reunites with his father, The Great Prince, who must now raise the young fawn on his own. But in the adventure of a lifetime, the proud parent discovers there is much he can learn from his spirited young son.","9.41","/vYqfG1SfpT4lJ5NXsNHY2otIfbt.jpg","[{'id':5391,'logo_path':'/o5AcK10ViutenSa4XTD18ClCEWe.png','name':'DisneyToon Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-01-26","0","72","[{'iso_639_1':'en','name':'English'}]","Released","A Son's Courage. A Father's Love.","Bambi II","false","6.1","410" +"false","/atluQu1fi72Bsr3OOkQpxvWK1rK.jpg","null","1669597","[{'id':18,'name':'Drama'}]","http://katapultfilm.hu/film.php?id_film=14","440342","tt5815492","hu","1945","An unsettling feeling overwhelms a small Hungarian town when two orthodox Jews arrive with a mysterious trunk. As residents begin to speculate on the purpose of the visit of these two strangers, order starts to crumble in town with some pursuing devious plans and others finding remorse in their hearts.","2.887","/31sxtOLEsuN2m2OWGti3uEYc6rz.jpg","[{'id':19117,'logo_path':null,'name':'Katapult Film','origin_country':''}]","[{'iso_3166_1':'HU','name':'Hungary'}]","2017-04-20","0","91","[{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'hu','name':'Magyar'}]","Released","One Day for Justice","1945","false","7.2","17" +"false","/mZzkiMwbf36mIMVHoJ9dvHg6d7S.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':12,'name':'Adventure'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","26932","tt0076210","en","The Island of Dr. Moreau","A ship-wrecked man floats ashore on an island in the Pacific Ocean. The island is inhabited by a scientist, Dr. Moreau, who in an experiment has turned beasts into human beings.","3.267","/q5kWAWxb3eWCkxFNT6WCipAnpQe.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","1977-07-13","0","99","[{'iso_639_1':'en','name':'English'}]","Released","A tropical paradise, untouched by man... where a bizarre civilization exists.","The Island of Dr. Moreau","false","5.5","52" +"false","/o3Dnwh9zCxx7uDvILfqAnPq59Jf.jpg","null","0","[{'id':27,'name':'Horror'}]","","569367","tt6688304","en","Nightshift","Amy begins her first night shift in a hotel with a murderous past. Witnessing terrifying events and trapped within a loop, Amy must find a way to escape the flesh obsessed murderer and save residents of the hotel.","1.959","/peOeFl8ZTBTCERz5XQZAjYbXYsQ.jpg","[{'id':67661,'logo_path':null,'name':'Blue Shadows Films','origin_country':''},{'id':112470,'logo_path':null,'name':'Greenflash Pictures','origin_country':''},{'id':112471,'logo_path':null,'name':'Grump Films','origin_country':''}]","[{'iso_3166_1':'IE','name':'Ireland'}]","2018-09-07","0","81","[{'iso_639_1':'en','name':'English'}]","Released","His beginning. Your end.","Nightshift","false","3.5","2" +"false","/gb3TVVZNNxVGNfS1NxGaiWZfwnW.jpg","null","32000000","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'},{'id':18,'name':'Drama'}]","https://www.foxmovies.com/movies/bad-times-at-the-el-royale","446021","tt6628394","en","Bad Times at the El Royale","Lake Tahoe, 1969. Seven strangers, each one with a secret to bury, meet at El Royale, a decadent motel with a dark past. In the course of a fateful night, everyone will have one last shot at redemption.","19.732","/iNtFgXqXPRMkm1QO8CHn5sHfUgE.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'},{'id':51964,'logo_path':null,'name':'Goddard Textiles','origin_country':'US'},{'id':22213,'logo_path':'/qx9K6bFWJupwde0xQDwOvXkOaL8.png','name':'TSG Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-04","31882724","142","[{'iso_639_1':'en','name':'English'}]","Released","All roads lead here","Bad Times at the El Royale","false","6.8","1132" +"false","/mNjoA9jDNbxPJqeYmeETLStpYZF.jpg","{'id':526203,'name':'A Christmas Prince Collection','poster_path':'/comKD8Myrqs3xZ2GN7Qjdk8hXP9.jpg','backdrop_path':'/xxFyKwZPYqbvFy8gZC22wneOchT.jpg'}","0","[{'id':10749,'name':'Romance'}]","https://www.netflix.com/title/80160759","483104","tt7608418","en","A Christmas Prince","When a reporter goes undercover as a nanny to get the inside scoop on a playboy prince, she gets tangled in some royal intrigue and ends up finding love - but will she be able to keep up her lie?","8.325","/x0IGQsMzVbsF7noj5cCfEk1GU7s.jpg","[{'id':2090,'logo_path':'/jYlUttNqcN5u1pzMQrh5AEhZ27t.png','name':'Motion Picture Corporation of America','origin_country':'US'},{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-11-17","0","92","[{'iso_639_1':'en','name':'English'}]","Released","She's looking for a scoop. He's looking for a queen.","A Christmas Prince","false","6.7","766" +"false","/u8C3cbk6UgDNp0sZN4DROp8kQXy.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","64782","tt0047167","sv","En lektion i k??rlek","After 15 years of marriage, David and Marianne have grown apart. David has had an affair with a patient of his and Marianne has got herself involved with her former lover Carl-Adam, who's also David's best friend. When she travels to Copenhagen to meet Carl-Adam, David takes the same train as she does, making it look coincidental. Spending time together remembering their past and talking about their future, they come to understand each other again, which leads to a reconciliation.","1.974","/shI48bpaL5LIFsoKi86ZXVTqW3j.jpg","[{'id':6181,'logo_path':'/wLSdapPKqkBgrRVOKcUx83hCR3Y.png','name':'Svensk Filmindustri','origin_country':'SE'}]","[{'iso_3166_1':'SE','name':'Sweden'}]","1954-10-04","0","96","[{'iso_639_1':'da','name':'Dansk'},{'iso_639_1':'sv','name':'svenska'}]","Released","","A Lesson in Love","false","7","11" +"false","/fN9atxtkLbgQlXFwdpqhWg6nuUu.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.shadowfightermovie.com/","546898","tt4874350","en","Shadow Fighter","A homeless ex-boxer and an inner-city kid's unlikely bond, helps them face their future, while fighting the tragedy from their past!","2.859","/9r70tN6OCisTMbiVrf1pIRyiKhz.jpg","[{'id':112607,'logo_path':null,'name':'Shadow Fighter','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-11-19","0","99","[{'iso_639_1':'en','name':'English'}]","Released","Before you can fight for the future, you have to fight the past","Shadow Fighter","false","0","0" +"false","/bsJU64VZBJqzdJ1ozKzyVKJ0HNp.jpg","{'id':570079,'name':'Knights of the Damned Collection','poster_path':'/2YwXyze9mVyUyEe5pxN7qI950eb.jpg','backdrop_path':'/nDB96VtZgnNmwZWs8I9ZVPEYgAs.jpg'}","126580","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'}]","https://www.highfliersplc.com/product/802/","566810","tt6603378","en","The Dark Kingdom","To save their Kingdom from an army of undead, a group of warriors must travel through the forbidden lands fighting the fearsome beasts that call The Dark Kingdom their home.","7.758","/o7StI2iR8yY1N67meSkNcXfojyD.jpg","[{'id':112579,'logo_path':null,'name':'Grass Temple Films','origin_country':''},{'id':112580,'logo_path':null,'name':'High Fliers Films','origin_country':''},{'id':27849,'logo_path':null,'name':'Hollywood Vision','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-11-26","0","85","[{'iso_639_1':'en','name':'English'}]","Released","A fantasy adventure like no other","The Dark Kingdom","false","4.2","3" +"false","/vIsKcpscdELfbBHHsfLvfTTMIc3.jpg","null","5500000","[{'id':27,'name':'Horror'}]","https://www.hellfestmovie.com","429476","tt1999890","en","Hell Fest","On Halloween night at a horror theme park, a costumed killer begins slaying innocent patrons who believe that it's all part of the festivities.","14.904","/qgLlnlrUtTKXkdrgMBwUfkyAkya.jpg","[{'id':11533,'logo_path':'/tWM9pmzVYxok4GbQIttxdcml1yT.png','name':'Valhalla Motion Pictures','origin_country':'US'},{'id':100033,'logo_path':'/74LDJbOFdya1ijNT11uh0mM5eg0.png','name':'Tucker Tooley Entertainment','origin_country':'US'},{'id':112554,'logo_path':null,'name':'Ingenuity Studios','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-09-27","0","89","[{'iso_639_1':'en','name':'English'}]","Released","Fun going in. Hell getting out.","Hell Fest","false","5.5","218" +"false","/4pEbf7P2xlifhNmwAemcdAbomyZ.jpg","null","25000000","[{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'}]","https://www.stubbymovie.com/","433694","tt5314190","en","Sgt. Stubby: An American Hero","The true story of the most decorated dog in American military history -- Sgt. Stubby -- and the enduring bonds he forged with his brothers-in-arms in the trenches of World War I.","5.649","/l7MiBAz8QlqKPuUfH5Uxxjo33AT.jpg","[{'id':112595,'logo_path':null,'name':'Fun Academy Media Group','origin_country':''},{'id':112596,'logo_path':null,'name':'SuperMarioLogan','origin_country':''},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2018-04-13","0","85","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","The incredible true story of America's top underdog","Sgt. Stubby: An American Hero","false","5.9","7" +"false","/AniELE0qB56s91edib9Hn0ufwqh.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://mid90s.movie","437586","tt5613484","en","Mid90s","Stevie is a sweet 13-year-old about to explode. His mom is loving and attentive, but a little too forthcoming about her romantic life. His big brother is a taciturn and violent bully. So Stevie searches his working-class Los Angeles suburb for somewhere to belong. He finds it at the Motor Avenue skate shop.","10.978","/3HkP9ale8G43vqOF3F6wt5h86RN.jpg","[{'id':22842,'logo_path':'/waIZoO3pnB0VVCUVo8u6hqcYN9U.png','name':'Waypoint Entertainment','origin_country':'US'},{'id':41077,'logo_path':'/1ZXsGaFPgrgS6ZZGS37AqD5uU12.png','name':'A24','origin_country':'US'},{'id':258,'logo_path':null,'name':'Scott Rudin Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-19","6897446","84","[{'iso_639_1':'en','name':'English'}]","Released","fall. get back up.","Mid90s","false","7.5","170" +"false","/rzYXsHgbusrPwdXhhNuTPoZu7Bh.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","https://www.elephantsmovie.com","567138","tt7125498","en","Elephants","When a fiery young couple attempts to rekindle their relationship after three years apart, the highs and lows of their passion leave the pair wondering if nostalgia is enough to keep them together.","2.188","/4D9pI0b6X2ggiR5KflIT2WC6bTw.jpg","[{'id':112557,'logo_path':null,'name':'The Chameleon Effect','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-12-07","0","91","[{'iso_639_1':'en','name':'English'}]","Released","I remember everything...","Elephants","false","4","1" +"false","/A5xijWoIvN4gLNQgKQfQ1tlPh1I.jpg","null","500000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'}]","http://www.demoniaundertaker.com/","569815","tt4851360","en","Demonia Undertaker","An alien from another planet with great super powers comes to earth to destroy the whole human race by possessing their bodies. Alien bounty hunters Staleth is sent with Colinus to try to stop him before its too late.","0.994","/8b4oj8Ue8CkXKF9zfRo3QaZiAvw.jpg","[{'id':19391,'logo_path':null,'name':'Reel Films Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-12-15","0","80","[{'iso_639_1':'en','name':'English'}]","Released","Evil has come to Earth","Demonia Undertaker","false","0","0" +"false","/2c7hnytwPd3stYJMmOEeekd72vV.jpg","null","0","[{'id':14,'name':'Fantasy'},{'id':18,'name':'Drama'}]","","355196","tt3278224","es","Sue??o en otro idioma","A millenary language agonizes: Its last two speakers, Evaristo and Isauro (70??s) had a quarrel 50 years ago and haven't spoken to each other since. Martin, a linguist, will undertake the challenge of bringing the two old friends back together and convince them to talk again in order for him to be able to obtain a record of the language. Yet, hidden in the past, in the core of the jungle, lies a secret hidden in the language that makes it difficult to believe that the heart of Zikril will beat again - and a forbidden gay love story.","2.985","/1NxBKQrtj6liidMxLYwi2uMUpPW.jpg","[{'id':12487,'logo_path':null,'name':'Alebrije Producciones','origin_country':'MX'},{'id':46421,'logo_path':null,'name':'Revolver Amsterdam','origin_country':''},{'id':96929,'logo_path':null,'name':'Agencia SHA','origin_country':''}]","[{'iso_3166_1':'MX','name':'Mexico'},{'iso_3166_1':'NL','name':'Netherlands'}]","2017-07-28","0","101","[{'iso_639_1':'es','name':'Espa??ol'}]","Released","","I Dream in Another Language","false","8.1","25" +"false","/1qZr2xp9cK9OeLxnGseX0BuvQUD.jpg","{'id':276838,'name':'When a Stranger Calls Collection','poster_path':'/7UbKcurnuSzVrMbHsISa5AfLNNp.jpg','backdrop_path':null}","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':10770,'name':'TV Movie'}]","","30554","tt0108556","en","When A Stranger Calls Back","Julia is babysitting two young kids while a doctor and his wife are out. During the evening, a stranger knocks on the door asking Julia if she can call the auto club so he can get a tow. The phone line is dead though. This is all part of the act as he has made his way inside and abducted the two children.","2.27","/tHTqlXa6VS6RqTm4o3RIrUzDvdq.jpg","[{'id':105779,'logo_path':null,'name':'Krost/Chapin Productions','origin_country':''},{'id':4683,'logo_path':null,'name':'MCA Television Entertainment (MTE)','origin_country':''},{'id':16971,'logo_path':null,'name':'Pacific Motion Pictures','origin_country':''},{'id':105780,'logo_path':null,'name':'Privilege Productions','origin_country':''},{'id':56480,'logo_path':null,'name':'The Producers Entertainment Group Ltd.','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","1993-04-04","0","94","[{'iso_639_1':'en','name':'English'}]","Released","...Fear is the Message!","When A Stranger Calls Back","false","5.9","31" +"false","/cYSINQUSyDSWnr92JV6QcSkniLo.jpg","{'id':286948,'name':'Nemesis Collection','poster_path':'/oUXKeZxb7hsdSFwgsc2KY56KfzE.jpg','backdrop_path':'/5bgXrLCxkMGB6E7S2wu5dKJFOr2.jpg'}","0","[{'id':878,'name':'Science Fiction'}]","","540727","tt7008310","en","Nemesis 5: The New Model","It is the year 2077 and terrorist organization known as The Red Army Hammerheads now dominate the Earth. The fate of humanity now rests in the hands of The New Model, Ari Frost. Trained under the wing of Alex Rain, she must form an army of Cyborg Humans to take down the regime and regain control. After all, 86.5% is still considered human.","1.376","/zzfnHsTILofZOrcu8P9icf4Pdn.jpg","[{'id':83309,'logo_path':null,'name':'42ND street films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-12-01","0","81","[{'iso_639_1':'en','name':'English'}]","Released","You can't stop the future!","Nemesis 5: The New Model","false","0","0" +"false","/nMLXGT2xrSUK3xGSj9fJwoHeh8o.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':10749,'name':'Romance'}]","","118534","tt0038908","en","A Scandal in Paris","A smooth-talking French thief (George Sanders) wangles his way into an important position as prefect of police.","1.481","/rTesURP2cJ99uFImWxhe5RFgD5V.jpg","[{'id':1486,'logo_path':null,'name':'Arnold Pressburger Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1946-07-19","0","100","[{'iso_639_1':'en','name':'English'}]","Released","Every man has his price... and every woman pays it.","A Scandal in Paris","false","5.5","9" +"false","/mPbrOfoFQpBkCJPzUr9YMoYB7W2.jpg","null","0","[{'id':16,'name':'Animation'},{'id':10749,'name':'Romance'}]","http://www.pixar.com/short_films/Theatrical-Shorts/The-Blue-Umbrella","200481","tt2616880","en","The Blue Umbrella","It is just another evening commute until the rain starts to fall, and the city comes alive to the sound of dripping rain pipes, whistling awnings and gurgling gutters.","5.444","/oN0Ry08rfTOniGkyTc2XjUm2Cnl.jpg","[{'id':3,'logo_path':'/1TjvGVDMYsj6JBxOAkUHpPEwLf7.png','name':'Pixar','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-02-12","0","7","[{'iso_639_1':'xx','name':'No Language'}]","Released","","The Blue Umbrella","false","7.7","256" +"false","/3FkVs6SHcAiGD9AIPYpPDu3pwK0.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.magpictures.com/forcemajeure/","265189","tt2121382","sv","Turist","While holidaying in the French Alps, a Swedish family deals with acts of cowardliness as an avalanche breaks out.","7.241","/rGMtc9AtZsnWSSL5VnLaGvx1PI6.jpg","[{'id':2783,'logo_path':null,'name':'Motlys','origin_country':'NO'},{'id':6505,'logo_path':null,'name':'Coproduction Office','origin_country':''},{'id':2801,'logo_path':'/bswb1PLLsKDUXMLgy42bZtCtIde.png','name':'Film i V??st','origin_country':'SE'},{'id':8483,'logo_path':null,'name':'Plattform Produktion','origin_country':'SE'}]","[{'iso_3166_1':'DK','name':'Denmark'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'NO','name':'Norway'},{'iso_3166_1':'SE','name':'Sweden'}]","2014-08-15","1359497","118","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'no','name':'Norsk'},{'iso_639_1':'sv','name':'svenska'},{'iso_639_1':'en','name':'English'}]","Released","","Force Majeure","false","6.8","402" +"false","/zCP1DkzNm9mSg0aTYi7DXWvJNQd.jpg","null","0","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","http://www.pixar.com/short_films/toy-story-toons/Partysaurus-Rex","130925","tt2340678","en","Partysaurus Rex","When Rex finds himself left behind in the bathroom, he puts his limbs to use by getting a bath going for a bunch of new toy friends.","6.052","/p6KuSDQnLIXn8tqZRMkcF137Wjk.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':3,'logo_path':'/1TjvGVDMYsj6JBxOAkUHpPEwLf7.png','name':'Pixar','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-09-14","0","7","[{'iso_639_1':'en','name':'English'}]","Released","An Electro Sudsy Good Time!","Partysaurus Rex","false","7.2","157" +"false","/jqVnjVjOwtiTHobNGmaWEIFWCEX.jpg","null","0","[{'id':99,'name':'Documentary'}]","https://mainelandfilm.com","438444","tt6303872","en","Maineland","Chinese teenagers from the wealthy elite, with big American dreams, settle into a boarding school in small-town Maine. As their fuzzy visions of the American dream slowly gain more clarity, their relationship to home takes on a poignant new aspect.","0.643","/14VcuwKvWlZFTJiz4CGvO2AlSQy.jpg","[{'id':88473,'logo_path':null,'name':'Three Waters Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CN','name':'China'}]","2017-03-11","0","90","[{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'en','name':'English'}]","Released","","Maineland","false","5","1" +"false","/j9YUn4rYGLjCJPWQrMrN5XL2na.jpg","null","29595","[{'id':18,'name':'Drama'}]","http://www.o-a-k-s.com/gregoire/","432285","tt6084676","en","Gregoire","Loosely based on real life events, Gregoire follows four young adults and the choices they make when put at a crossroads of their life. As they struggle to make choices, their paths cross with one another and their choices affect not only themselves, but their friends, and their families.","1.96","/q3plblTSNbyJyuJfvtzUyn6KscY.jpg","[{'id':84951,'logo_path':null,'name':'Oaks','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2017-12-31","0","106","[{'iso_639_1':'en','name':'English'}]","Released","","Gregoire","false","5","1" +"false","/q68Bp0a8C42ommurslsucR4fUOd.jpg","null","0","[{'id':27,'name':'Horror'}]","http://www.redwoodmovieofficial.com","450829","tt5949038","en","Redwood","A couple hiking out in the woods, disturb a nest of vampires.","1.82","/491AfHaZRhhJW47Xe0ubK2Mq5K1.jpg","[{'id':44464,'logo_path':null,'name':'Stern Pictures','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-08-24","0","80","[{'iso_639_1':'en','name':'English'}]","Released","Find yourself, before they find you.","Redwood","false","5.8","11" +"false","/jLLsaKktHOUp0goIFu3R9x6knJ3.jpg","{'id':91361,'name':'Halloween Collection','poster_path':'/2uqHV6YcD9jEL2WuJYjXiiuRDqd.jpg','backdrop_path':'/mmxf1sOe2T1sma0tH0TgTdcit1p.jpg'}","10000000","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","https://www.halloweenmovie.com","424139","tt1502407","en","Halloween","Laurie Strode comes to her final confrontation with Michael Myers, the masked figure who has haunted her since she narrowly escaped his killing spree on Halloween night four decades ago.","30.576","/lNkDYKmrVem1J0aAfCnQlJOCKnT.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':3172,'logo_path':'/kDedjRZwO8uyFhuHamomOhN6fzG.png','name':'Blumhouse Productions','origin_country':'US'},{'id':15822,'logo_path':'/Aodu1OPI0LHTWYr7Jlm4R2XY2og.png','name':'Trancas International Films','origin_country':'US'},{'id':20848,'logo_path':null,'name':'Rough House Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-18","253688035","106","[{'iso_639_1':'en','name':'English'}]","Released","Face your fate","Halloween","false","6.4","1788" +"false","/iOa6iD7t7nv6wghPuMdZCaQSDJh.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':37,'name':'Western'}]","http://www.thesistersbrothers.movie","440161","tt4971344","en","The Sisters Brothers","Oregon, 1851. Hermann Kermit Warm, a chemist and aspiring gold prospector, keeps a profitable secret that the Commodore wants to know, so he sends the Sisters brothers, two notorious assassins, to capture him on his way to California.","13.591","/7Tl2nZ6uvmxwK14Skbf9VFHEHpX.jpg","[{'id':729,'logo_path':'/hNxGdbddbsDDnEWJ7RNLcGCRSLQ.png','name':'Why Not Productions','origin_country':'FR'},{'id':5545,'logo_path':'/A9JHyYxaCXaxqsVQCw9kRsrwqNm.png','name':'Mobra Films','origin_country':'RO'},{'id':13184,'logo_path':'/pfUB1a62jSMIqp4Xmaq6z2cgW0B.png','name':'Annapurna Pictures','origin_country':'US'},{'id':11370,'logo_path':null,'name':'Michael De Luca Productions','origin_country':'US'},{'id':110647,'logo_path':null,'name':'Top Drawer Entertainment','origin_country':''},{'id':11779,'logo_path':null,'name':'Page 114','origin_country':''},{'id':83,'logo_path':'/9OQ0rm55xtlgX7KcAKMUePJSrQc.png','name':'France 2 Cin??ma','origin_country':'FR'},{'id':591,'logo_path':'/q5I5RDwMEiqoNmfaJgd2LraEOJY.png','name':'France 3 Cin??ma','origin_country':'FR'},{'id':581,'logo_path':'/pzJLNyKypqwAgLR4OjmaxA5WEjm.png','name':'UGC','origin_country':'FR'},{'id':77154,'logo_path':null,'name':'KNM','origin_country':''},{'id':62340,'logo_path':null,'name':'Apache Films','origin_country':''},{'id':1926,'logo_path':'/sORCydQs61kwWqRIIzPiBpgVVag.png','name':'Les Films du Fleuve','origin_country':'BE'},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':7131,'logo_path':'/eLvjHPYZ12GR58lrDgg6MXZp2a3.png','name':'France T??l??visions','origin_country':'FR'},{'id':29566,'logo_path':'/4rFxqmQqdqrZPqsFjrjOdhCg7Yt.png','name':'Atresmedia Cine','origin_country':'ES'},{'id':67412,'logo_path':'/vgVqq5hunVs8GN5Je9d9rG7Q2NU.png','name':'Movistar+','origin_country':'ES'},{'id':12352,'logo_path':'/fkIacb6MddD6trIWamr33SIcUAn.png','name':'Wallimage','origin_country':'BE'},{'id':11924,'logo_path':'/3uGsFGMUjLw52rvEllvs2txnJmn.png','name':'Casa Kafka Pictures','origin_country':'BE'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'RO','name':'Romania'},{'iso_3166_1':'ES','name':'Spain'}]","2018-09-19","0","122","[{'iso_639_1':'en','name':'English'}]","Released","Make a killing. Make a living.","The Sisters Brothers","false","7.1","413" +"false","/nPDz82t2BOv8N3lJGZFOSr3JsHd.jpg","null","0","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","","355338","tt4941804","en","Riley's First Date?","Riley, now 12, is hanging out at home with her parents in San Francisco when potential trouble comes knocking: a boy shows up at the door.","6.828","/og59XcHLWh90LO8FREQ07bx7jcM.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':3,'logo_path':'/1TjvGVDMYsj6JBxOAkUHpPEwLf7.png','name':'Pixar','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-11-03","0","5","[{'iso_639_1':'en','name':'English'}]","Released","","Riley's First Date?","false","7.1","298" +"false","/lo7qlO5gx7oz5l5K3RgilmaPoBp.jpg","{'id':137696,'name':'Monsters, Inc. Collection','poster_path':'/8xHtCUKfre8b4tkpUWU1y67Cnqr.jpg','backdrop_path':'/uzKkKhTWGSEdsN2rYanJTVAyTLi.jpg'}","0","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","","258152","tt3116154","en","Party Central","Mike and Sulley are back at Monsters University for a fun-filled weekend with their Oozma Kappa fraternity brothers. The gang is throwing their first party, but no one???s showing up. Luckily for them, Mike and Sulley have come up with a plan to make sure ???Party Central??? is the most epic party the school has ever seen.","3.535","/spa4qkn7qx0nYvelOxlVvTlgFhS.jpg","[{'id':3,'logo_path':'/1TjvGVDMYsj6JBxOAkUHpPEwLf7.png','name':'Pixar','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-03-21","0","5","[{'iso_639_1':'en','name':'English'}]","Released","The party must go on","Party Central","false","6.4","44" +"false","/jUw5W3TR0Y7aOAT9wLSKndXKP10.jpg","null","0","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","","483396","tt7334642","en","Miss Fritter's Racing Skoool","Enjoy blindsided testimonials from the Crazy 8's, touting the transformative impact Miss Fritter's Racing School has had in reshaping the direction of their lives.","1.95","/deU3xxsOEJIyV7P8zuiSngVXBHw.jpg","[{'id':3,'logo_path':'/1TjvGVDMYsj6JBxOAkUHpPEwLf7.png','name':'Pixar','origin_country':'US'}]","[]","2017-10-24","0","3","[{'iso_639_1':'en','name':'English'}]","Released","","Miss Fritter's Racing Skoool","false","4.4","5" +"false","/hhjC6MiQUoxAZgg8GmKRB8c6URe.jpg","null","0","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","http://www.pixar.com/short_films/Theatrical-Shorts/Lava","286192","tt3824386","en","Lava","The story follows the love story of two volcanoes, Uku and Lele. It features a song, ""Lava"", which is written by Murphy and performed by Kuana Torres Kahele and Napua Greig, who voice the two volcanoes.","6.609","/oNfaNS1WM0bc7wOEm2SAItLggnI.jpg","[{'id':3,'logo_path':'/1TjvGVDMYsj6JBxOAkUHpPEwLf7.png','name':'Pixar','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-10-10","0","7","[{'iso_639_1':'en','name':'English'}]","Released","","Lava","false","7.4","613" +"false","/scGziULAGOsNc2GCXWW5nuE5FtD.jpg","null","0","[{'id':35,'name':'Comedy'}]","","24798","tt0092117","en","True Stories","A small but growing Texas town, filled with strange and musical characters, celebrates its sesquicentennial and converge on a local parade and talent show.","3.794","/qrMwzei3TnraRrz1DD89DqGwHxc.jpg","[{'id':6455,'logo_path':null,'name':'Edward R. Pressman Film','origin_country':''},{'id':89161,'logo_path':null,'name':'Gary Kurfirst Pictures','origin_country':''},{'id':89162,'logo_path':null,'name':'True Stories Venture','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1986-10-10","0","89","[{'iso_639_1':'en','name':'English'}]","Released","A Completely Cool, Multi-Purpose Movie.","True Stories","false","6.8","33" +"false","/iInLawRWhnpRrhyCEtmJ7N69ygu.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10751,'name':'Family'},{'id':10749,'name':'Romance'}]","http://www.godblessthebrokenroad.com/","434767","tt5702446","en","God Bless the Broken Road","The story of a young mother who loses her husband in Afghanistan and struggles to raise their young daughter in his absence.","3.652","/39B20BSnUykv6KM6EZOZ52dmUcx.jpg","[{'id':48509,'logo_path':'/v5vpYRWkeD2TXhRChYZqlwLqZrt.png','name':'10 West Studios','origin_country':''},{'id':112476,'logo_path':null,'name':'A Really Good Home Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-09-07","0","111","[{'iso_639_1':'en','name':'English'}]","Released","No matter where life takes you... Faith takes you further.","God Bless the Broken Road","false","7.4","5" +"false","/lkZE2tkQMfYDeonYxKlHZjjZaxN.jpg","null","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'}]","","46124","tt0079484","zh","??????","After the death of his master, martial arts student Tong Huo-wan travels with his adoptive family to seek redress from the man responsible but finds himself torn between righteousness and filial piety after becoming entangled in a feud between a local clan and gangsters.","3.3","/X7tmXDZvo2mU8PJTy37uubm7kv.jpg","[{'id':6378,'logo_path':null,'name':'Lo Wei Motion Picture Co.','origin_country':''}]","[{'iso_3166_1':'HK','name':'Hong Kong'},{'iso_3166_1':'TW','name':'Taiwan'}]","1979-04-21","0","76","[{'iso_639_1':'cn','name':'????????? / ?????????'},{'iso_639_1':'zh','name':'?????????'}]","Released","","Dragon Fist","false","6.6","24" +"false","/lAs4xakuER5dSJtV7Zb6xVjf37R.jpg","null","0","[{'id':35,'name':'Comedy'}]","","11025","tt0363282","en","New York Minute","Top student Jane Ryan heads to Manhattan for a college-scholarship competition. Her rebellious twin Roxy Ryan goes along to crash a video shoot. But anything can happen - and does - in a romp involving a pursuing truant officer, a smuggler, hunkalicious guys and the girls' realization that when the chips are down, a sister can be the best friend of all.","8.099","/2BW57DL4NRtLrtHbm8KX3NTK4yU.jpg","[{'id':813,'logo_path':null,'name':'DiNovi Pictures','origin_country':''},{'id':6130,'logo_path':null,'name':'Dualstar Productions','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-05-07","0","91","[{'iso_639_1':'en','name':'English'}]","Released","","New York Minute","false","5.8","388" +"false","/gIkqcEqz0rj6rK1knYAOoXpwA3y.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","https://www.ladiesinblackmovie.com.au/","483411","tt6684884","en","Ladies in Black","Adapted from the bestselling novel by Madeleine St John, Ladies in Black is an alluring and tender-hearted comedy drama about the lives of a group of department store employees in 1959 Sydney.","5.184","/sIC0Y0dGLnxbdCksftZ38FZ2c61.jpg","[{'id':7584,'logo_path':'/eGkfvvyf4fJTvBUR1xt1669IPA3.png','name':'Screen Australia','origin_country':'AU'},{'id':11341,'logo_path':'/xytTBODEy3p20ksHL4Ftxr483Iv.png','name':'Stage 6 Films','origin_country':'US'}]","[{'iso_3166_1':'AU','name':'Australia'}]","2018-10-18","0","109","[{'iso_639_1':'en','name':'English'}]","Released","","Ladies in Black","false","6.7","24" +"false","/xh4SKML3kQPnJfEcgML2pFpalQe.jpg","{'id':86117,'name':'Johnny English Collection','poster_path':'/3a2BVS2aFHK66pnIqFKcJ9HaC45.jpg','backdrop_path':'/gxQykppFPXiiIG234rbcDTgqQ5B.jpg'}","25000000","[{'id':35,'name':'Comedy'}]","http://www.johnnyenglishmovie.com/","463272","tt6921996","en","Johnny English Strikes Again","Disaster strikes when a criminal mastermind reveals the identities of all active undercover agents in Britain. The secret service can now rely on only one man - Johnny English. Currently teaching at a minor prep school, Johnny springs back into action to find the mysterious hacker. For this mission to succeed, he???ll need all of his skills - what few he has - as the man with yesterday???s analogue methods faces off against tomorrow???s digital technology.","23.488","/ryACHOzmRJiJEKjatbokudfkO74.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'},{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'},{'id':10338,'logo_path':'/el2ap6lvjcEDdbyJoB3oKiYgXu9.png','name':'Perfect World Pictures','origin_country':'CN'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-09-13","158256993","89","[{'iso_639_1':'en','name':'English'}]","Released","A deadly tool","Johnny English Strikes Again","false","6.2","906" +"false","/rNfUrodyICg0cNJ4ICTiPgDckAm.jpg","{'id':133923,'name':'Zombi Collection','poster_path':'/m3fDT3Pk9GwwOzNRgaT0UDeAL6e.jpg','backdrop_path':'/thmNPh9FbKrkVcKhDmVWhw92s86.jpg'}","0","[{'id':27,'name':'Horror'}]","","7219","tt0080057","it","Zombi 2","A zombie is found aboard a boat off the New York coast which belongs to a famous scientist. A journalist travels to the Antilles with the daughter of the scientist. They discover a terrifying disease which is turning the islanders into horrifying zombies, who devour human flesh and seem indestructible....","8.149","/wew8A4gTZEhSRKCBAmziFFK6gGi.jpg","[{'id':2187,'logo_path':null,'name':'Variety Film Production','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'}]","1979-08-25","0","91","[{'iso_639_1':'it','name':'Italiano'}]","Released","We are going to eat you!","Zombie Flesh Eaters","false","6.5","225" +"false","/5JKxGBdqNnFUEbx9LNGBbaqYxMB.jpg","null","45000000","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","17379","tt0408985","en","Last Holiday","After she's diagnosed with a terminal illness, a shy woman decides to take a European vacation.","8.744","/lIRRbX2otcpSxlvt7N4Wvt3DbaQ.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-01-13","38399961","112","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","She always thought she was somebody special... and she was.","Last Holiday","false","6.6","252" +"false","/5jVSdKbyOXuMugFZ12GCn6nNGnr.jpg","null","0","[{'id':37,'name':'Western'}]","","336","tt0067140","it","Gi?? la testa","At the beginning of the 1913 Mexican Revolution, greedy bandit Juan Miranda and idealist John H. Mallory, an Irish Republican Army explosives expert on the lam from the British, fall in with a band of revolutionaries plotting to strike a national bank. When it turns out that the government has been using the bank as a hiding place for illegally detained political prisoners -- who are freed by the blast -- Miranda becomes a revolutionary hero against his will.","7.342","/nQkr1yi87pX1d3lQVTrBEWlCpT1.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':218,'logo_path':null,'name':'Rafran Cinematografica','origin_country':''},{'id':1110,'logo_path':null,'name':'Euro International Films','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'}]","1971-10-20","0","157","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'it','name':'Italiano'}]","Released","Rod Steiger and James Coburn will blow you apart in","Duck, You Sucker","false","7.7","376" +"false","/tckP4mp0w41iofygwT0THPArp0J.jpg","null","12000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","10173","tt0100114","en","Marked for Death","Just retired from the Drug Enforcement Agency, John Hatcher returns to his hometown and quickly discovers that drugs have infiltrated his old neighborhood. Determined to drive the dealers out, Hatcher crosses paths with a ferocious Jamaican drug lord who vows that Hatcher and his family are now marked for death.","8.718","/m1j9lmBRdQfCsgvFQFbwSr7uFiD.jpg","[{'id':3495,'logo_path':null,'name':'Steamroller Productions','origin_country':''},{'id':23308,'logo_path':null,'name':'Victor & Grais Productions','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-10-05","46044400","94","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","He's a good cop. In a bad mood.","Marked for Death","false","5.7","180" +"false","/rFvKtkrO2prjidztdAW0ITzWQSe.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':36,'name':'History'}]","","9555","tt0252444","en","Rabbit-Proof Fence","In 1931, three aboriginal girls escape after being plucked from their homes to be trained as domestic staff and set off on a trek across the Outback.","7.326","/rxofVzkTIBTAIClCB0F49H8SVkO.jpg","[{'id':57623,'logo_path':null,'name':'Rumbalara Films','origin_country':''},{'id':2948,'logo_path':null,'name':'Showtime Australia','origin_country':''},{'id':57624,'logo_path':null,'name':'Olsen Levy','origin_country':''},{'id':1380,'logo_path':null,'name':'Australian Film Finance Corporation','origin_country':'AU'}]","[{'iso_3166_1':'AU','name':'Australia'}]","2002-02-04","0","94","[{'iso_639_1':'en','name':'English'}]","Released","Follow Your Heart, Follow The Fence","Rabbit-Proof Fence","false","7","154" +"false","/mrO3Nn8BWNWiu6Ql76KM7Fx7vMv.jpg","{'id':1582,'name':'Teenage Mutant Ninja Turtles (Original) Collection','poster_path':'/hxcTQ9aR9U2hOWyy7S1HoBDFprA.jpg','backdrop_path':'/7dusELv6x1ANRGorNvqbKhKIUPY.jpg'}","25000000","[{'id':878,'name':'Science Fiction'},{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","1497","tt0103060","en","Teenage Mutant Ninja Turtles II: The Secret of the Ooze","The Turtles and the Shredder battle once again, this time for the last cannister of the ooze that created the Turtles, which Shredder wants to create an army of new mutants.","9.889","/HD4LtUw4Ono9tzgwWOhHpHcjkj.jpg","[{'id':2521,'logo_path':null,'name':'Orange Sky Golden Harvest','origin_country':'HK'},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'}]","[{'iso_3166_1':'HK','name':'Hong Kong'},{'iso_3166_1':'US','name':'United States of America'}]","1991-03-22","78000000","88","[{'iso_639_1':'en','name':'English'}]","Released","Cowabunga, it's the new turtle movie.","Teenage Mutant Ninja Turtles II: The Secret of the Ooze","false","6","451" +"false","/pLHhgzM2B1b9FEkYQsNCAqVvOzh.jpg","null","0","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","https://www.theguiltyfilm.com/","486947","tt6742252","da","Den skyldige","Police officer Asger Holm, demoted to desk work as an alarm dispatcher, answers a call from a panicked woman who claims to have been kidnapped. Confined to the police station and with the phone as his only tool, Asger races against time to get help and find her.","12.002","/42QPG6p7oLcLd4LQOPeSTLhqfMx.jpg","[{'id':235,'logo_path':'/obOynoztBEhDNfHsDXBqOuQLAZk.png','name':'Nordisk Film','origin_country':'DK'},{'id':72251,'logo_path':null,'name':'Nordisk Film Production A/S','origin_country':''}]","[{'iso_3166_1':'DK','name':'Denmark'}]","2018-06-14","0","86","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'da','name':'Dansk'}]","Released","","The Guilty","false","7.5","338" +"false","/3Ws5ePyLJDLamVzWnkCM6kPBbgh.jpg","{'id':1582,'name':'Teenage Mutant Ninja Turtles (Original) Collection','poster_path':'/hxcTQ9aR9U2hOWyy7S1HoBDFprA.jpg','backdrop_path':'/7dusELv6x1ANRGorNvqbKhKIUPY.jpg'}","10000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'}]","","1499","tt0108308","en","Teenage Mutant Ninja Turtles III","The four turtles travel back in time to the days of the legendary and deadly samurai in ancient Japan, where they train to perfect the art of becoming one. The turtles also assist a small village in an uprising.","9.557","/bax6hItUe0XSeyO25J5V7hhgkkZ.jpg","[{'id':53677,'logo_path':null,'name':'Clearwater Holdings Limited','origin_country':''},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':969,'logo_path':null,'name':'Golden Harvest Pictures','origin_country':''}]","[{'iso_3166_1':'HK','name':'Hong Kong'},{'iso_3166_1':'US','name':'United States of America'}]","1993-03-17","0","96","[{'iso_639_1':'en','name':'English'}]","Released","The Turtles Are Back....In Time.","Teenage Mutant Ninja Turtles III","false","5.1","316" +"false","/emLqOgqVDcgee2yB4FfsywdZ3bP.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://circumcisionmovie.com","534598","tt7628146","en","American Circumcision","Circumcision is the most common surgery in America, yet America is the only industrialized country in the world to routinely practice non-religious infant circumcision. Why does America continue to cut the genitals of it's newborn baby males when the rest of the world does not?","1.4","/swE6A2Cq62niqi1ls5ZLSmtgdv0.jpg","[{'id':44632,'logo_path':'/neCKH4sJCBhZ1B4QocTM4VXCQOR.png','name':'Gravitas Ventures','origin_country':'US'}]","[]","2017-11-11","0","100","[]","Released","What are we missing?","American Circumcision","false","6.3","3" +"false","/5a8nIe5j3pyJMIYFRNzq3a4kxeQ.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://theredpillmovie.com","366696","tt3686998","en","The Red Pill","When a feminist filmmaker sets out to document the mysterious and polarizing world of the Men???s Rights Movement, she begins to question her own beliefs. Chronicling Cassie Jaye???s journey exploring an alternate perspective on gender equality, power and privilege.","3.681","/26V1JWowe0X6VT07tLXR0RF2PpL.jpg","[{'id':67117,'logo_path':'/nXzAFEbOIK12MoYJh5leKojalwg.png','name':'Jaye Bird Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-10-14","0","118","[{'iso_639_1':'en','name':'English'}]","Released","A feminist's journey into the Men's Rights Movement","The Red Pill","false","7.7","73" +"false","/emLqOgqVDcgee2yB4FfsywdZ3bP.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://circumcisionmovie.com","534598","tt7628146","en","American Circumcision","Circumcision is the most common surgery in America, yet America is the only industrialized country in the world to routinely practice non-religious infant circumcision. Why does America continue to cut the genitals of it's newborn baby males when the rest of the world does not?","1.4","/swE6A2Cq62niqi1ls5ZLSmtgdv0.jpg","[{'id':44632,'logo_path':'/neCKH4sJCBhZ1B4QocTM4VXCQOR.png','name':'Gravitas Ventures','origin_country':'US'}]","[]","2017-11-11","0","100","[]","Released","What are we missing?","American Circumcision","false","6.3","3" +"false","/w8crvpc3KisHMH72Da5ktwHf6rY.jpg","null","0","[{'id':99,'name':'Documentary'}]","","526313","tt8412232","en","A Leaf of Faith","Documentary exploring a plant-based alternative to Opioid painkillers, which are responsible for the deaths of 30,000 Americans a year. It comes from a tree named Kratom, and it is able to alleviate pain and help overcome addiction without many of the side effects of Opioids.","2.305","/yBR1TbSZ2Y4nkBj85q07OgY9L03.jpg","[{'id':104960,'logo_path':null,'name':'OxymoronFilms','origin_country':''}]","[]","2018-05-21","0","86","[]","Released","Kill the pain, not the patient.","A Leaf of Faith","false","8","5" +"false","/GfWi2uZoTGBZ9G7nZowolFg28N.jpg","null","0","[{'id':99,'name':'Documentary'}]","https://www.edithparis.com/program/boko-haram-terror-in-africa","569345","tt8308900","en","Boko Haram: Terror in Africa","Last month, 82 Nigerian schoolgirls were released after 3 years of imprisonment. In exchange, 5 terrorist leaders walked free - These leaders belong to Boko Haram, the most bloodthirsty terrorist group on the planet. The group gained global notoriety after their kidnapping of 276 students in 2014, over 100 of which have not yet been released. Their objective: to establish a Caliphate and impose sharia - Islamic law - in the heart of Africa. In an attempt to understand who these terrorists are, how they operate, and what kind of a threat they represent to Africa and the rest of the world, we have investigated in Nigeria, Cameroon and on the border of Niger and Nigeria, meeting former prisoners, repented jihadists and troops on the frontline.","0.6","/au8ro1n9jhpen9NwZUNLmclPMKY.jpg","[]","[]","2016-01-01","0","52","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Boko Haram: Terror in Africa","false","5","1" +"false","/bpuhhrexLoLSI1lcPO9FS9MNKi4.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'}]","","118300","tt0055963","en","Escape from Zahrain","Yul Brynner plays political leader Sharif who is sprung from a police van on his way to a firing squad by young loyalists led by Sal Mineo. Yul and the other prisoners kidnap an ambulance and head into the Arabian desert with the police in hot pursuit. All the performances are magnificent: Sal Mineo showing his acting talents, Jack Warden in a wiseguy performance as an employee of Zahrain oil who was involved in embezzlement, Anthony Caruso as a slimy psychotic and the underrated Madlyn Rhue as a nurse who becomes emotionally involved in the proceedings.","1.745","/hcRjm7LRwsXxa706KUis1WrKPXq.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1962-05-23","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Escape to Explosive Adventure!","Escape from Zahrain","false","6.6","9" +"false","/19u8zutWQ1io8M5kiZcOQdJXRds.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'},{'id':18,'name':'Drama'}]","","4281","tt0094669","en","Appointment with Death","Emily Boynton, stepmother to three children, blackmails the family lawyer into destroying a second will of her late husband that would have freed the children from her dominating influence. She takes herself, the children and her daughter-in-law on holiday to Europe and the Holy Land. At a dig, Emily is found dead and Hercule Poirot investigates.","4.759","/eJ2upLLbQczKPfXmkuem4CJZAIy.jpg","[{'id':1599,'logo_path':null,'name':'GG Studio','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1988-04-15","960040","102","[{'iso_639_1':'en','name':'English'}]","Released","","Appointment with Death","false","5.9","34" +"false","/qpIEEdmtpAIDMdsF4AO7VV2Vscy.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","","115131","tt0074873","en","Mary, Mary, Bloody Mary","Mexican horror film about an American painter named Mary (Cristina Ferrare) who is living in Mexico where she sells her works and also kills people for their blood. It turns out Mary is a vampire but not the traditional one with fangs. Since she has no fangs she must stab or slash the throats of her victims but soon she has a new man (David Young) in her life as well as a mysterious man (John Carradine) in black who appears to be doing the same type of murders.","1.206","/ofZ7G0Myf8SKCkaqfHXC96E88gE.jpg","[{'id':55607,'logo_path':null,'name':'Translor Films','origin_country':''},{'id':55608,'logo_path':null,'name':'Cinema Management Inc.','origin_country':''},{'id':55609,'logo_path':null,'name':'Proa','origin_country':''}]","[{'iso_3166_1':'MX','name':'Mexico'},{'iso_3166_1':'US','name':'United States of America'}]","1975-05-01","0","101","[{'iso_639_1':'en','name':'English'}]","Released","She will turn your blood to ice.","Mary, Mary, Bloody Mary","false","5.2","7" +"false","/A4xNxrRodvXzJWJs2GbBKo1IBk2.jpg","null","19800000","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","https://www.netflix.com/title/80196789","405774","tt2737304","en","Bird Box","Five years after an ominous unseen presence drives most of society to suicide, a survivor and her two children make a desperate bid to reach safety.","23.064","/rGfGfgL2pEPCfhIvqHXieXFn7gp.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':13778,'logo_path':null,'name':'Bluegrass Films','origin_country':'US'},{'id':25998,'logo_path':null,'name':'Chris Morgan Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-12-13","0","124","[{'iso_639_1':'en','name':'English'}]","Released","Never Lose Sight Of Survival","Bird Box","false","7","4246" +"false","/nHUgWsYFyDOKYf2AsDdHHlHmRtJ.jpg","null","21000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':10752,'name':'War'}]","","9075","tt0389557","nl","Zwartboek","In the Nazi-occupied Netherlands during World War II, a Jewish singer infiltrates the regional Gestapo headquarters for the Dutch resistance.","8.82","/mvQj4ckJL7jP5MerFMnoONKjkHq.jpg","[{'id':264,'logo_path':'/fA90qwUKgPhMONqtwY60GaHRyrW.png','name':'Studio Babelsberg','origin_country':'DE'},{'id':865,'logo_path':null,'name':'Motel Films','origin_country':''},{'id':1991,'logo_path':null,'name':'Motion Investment Group','origin_country':'BE'},{'id':2254,'logo_path':'/4OQ25tiNECBBRDUhfC5ACa1vOIR.png','name':'Egoli Tossell Film','origin_country':'DE'},{'id':4508,'logo_path':'/sUq2S2ndKxp1B2NjbMJbSNlPI8V.png','name':'Nederlands Fonds voor de Film','origin_country':'NL'},{'id':7307,'logo_path':null,'name':'Medienboard Berlin-Brandenburg','origin_country':''},{'id':8676,'logo_path':'/5u4GmXn4QMU39GQxGZoGfNtQ23r.png','name':'uFilm','origin_country':'BE'},{'id':11921,'logo_path':null,'name':'Le Tax Shelter du Gouvernement F??d??ral de Belgique','origin_country':''},{'id':12046,'logo_path':'/wauD5HrRmaR5TdQr0ylGTLyifpQ.png','name':'Fu Works','origin_country':'NL'},{'id':16618,'logo_path':null,'name':'Hector BV','origin_country':''},{'id':21972,'logo_path':null,'name':'Media Programme of the European Community','origin_country':''},{'id':23192,'logo_path':null,'name':'Euroimages Fund of the Council of Europe','origin_country':''},{'id':23238,'logo_path':null,'name':'VIP 4 Medienfonds','origin_country':''},{'id':25487,'logo_path':null,'name':'ContentFilm International','origin_country':''},{'id':25488,'logo_path':null,'name':'Clockwork Pictures','origin_country':''},{'id':12021,'logo_path':'/cTMg6wiGcCIxQybwz6gXkToZpLG.png','name':'CoBo Fonds','origin_country':'NL'},{'id':2026,'logo_path':'/q9s9KGhSsFEnpTmLLwprytB3T3d.png','name':'FFA','origin_country':'DE'}]","[{'iso_3166_1':'NL','name':'Netherlands'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2006-09-01","26193068","145","[{'iso_639_1':'nl','name':'Nederlands'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'he','name':'????????????????'}]","Released","To fight the enemy, she must become one of them.","Black Book","false","7.4","467" +"false","/en1kEn3AjPg3CfqUNRzhq8AczcE.jpg","null","0","[{'id':99,'name':'Documentary'}]","https://www.extraordinarybeliefs.com/lazar/","522320","tt9107368","en","Bob Lazar: Area 51 and Flying Saucers","Area 51, flying saucers from another world - and the program to create a fierce technology. Bob Lazar remains the singular most famous and controversial name in the world of UFOs. The reason you know about Area 51 is because Lazar came forward and told you about it. His disclosures have turned his life upside-down and he has tried to stay out of the spotlight. For this reason, he has never let any filmmaker into the private world of his daily life - that is - until now. Corbell???s film explores Lazar???s claims through the lens of thirty years - providing rare and never before revealed footage - guaranteed to alter the landscape of the debate.","3.037","/9ibnQLtq3BUXQPEjOUsIhyDDvS8.jpg","[{'id':104195,'logo_path':null,'name':'JKLC Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-11-01","0","97","[{'iso_639_1':'en','name':'English'}]","Released","","Bob Lazar: Area 51 and Flying Saucers","false","6.3","3" +"false","/8BinlZbzUykyqvOpl2GqeU9wg5x.jpg","null","27000000","[{'id':18,'name':'Drama'}]","","271331","tt2814362","en","United Passions","An epic, untold story that brings to life the inspiring saga of the World Cup and the three determined men who created it. Driven by their vision and passion, three men, overcame their doubts and fought obstacles and scandals to make the World Cup a reality. Spanning the tumultuous 20th Century, this timeless saga celebrates the event that became the most popular sporting event in the world.","1.758","/oQhVvz3N86DdHnYGsZ9Y2420II5.jpg","[{'id':6844,'logo_path':'/yilspcMjH7xgb0AdTg1cFUowUj3.png','name':'Thelma Films','origin_country':'FR'},{'id':53392,'logo_path':null,'name':'Leuviah Films','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'}]","2014-06-19","0","110","[{'iso_639_1':'en','name':'English'}]","Released","Every dream has it's own rules","United Passions","false","3.3","21" +"false","/dMihUKhDIk1GkoBY6zs7iCbi4gv.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","6037","tt0074937","en","Murder by Death","Lionel Twain invites the world's five greatest detectives to a 'dinner and murder'. Included are a blind butler, a deaf-mute maid, screams, spinning rooms, secret passages, false identities and more plot turns and twists than are decently allowed.","6.811","/iWx3A6loeM2gfqNdeSJbfuMHTco.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1976-06-23","32511047","94","[{'iso_639_1':'en','name':'English'}]","Released","By the time the world's greatest detectives figure out whodunnit... you could die laughing!","Murder by Death","false","7.4","307" +"false","/fxjrihPBIsCm5paUlQtR8JjMwvC.jpg","{'id':1582,'name':'Teenage Mutant Ninja Turtles (Original) Collection','poster_path':'/hxcTQ9aR9U2hOWyy7S1HoBDFprA.jpg','backdrop_path':'/7dusELv6x1ANRGorNvqbKhKIUPY.jpg'}","13500000","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","1498","tt0100758","en","Teenage Mutant Ninja Turtles","A quartet of mutated humanoid turtles clash with an uprising criminal gang of ninjas","12.982","/g5Z3SXrRkQFSfHXTe1BSn7oM5qA.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':2521,'logo_path':null,'name':'Orange Sky Golden Harvest','origin_country':'HK'}]","[{'iso_3166_1':'HK','name':'Hong Kong'},{'iso_3166_1':'US','name':'United States of America'}]","1990-03-30","202000000","93","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","Heroes in a half shell!","Teenage Mutant Ninja Turtles","false","6.5","765" +"false","/cmzp7nnHQzj5etaTmpKXvowQdOZ.jpg","{'id':10789,'name':'Pet Sematary Collection','poster_path':'/iySOPKFg4DgtjY9ySsJZoccMcIB.jpg','backdrop_path':'/vK18Xz065I4BvRB8r9IrH98ebVp.jpg'}","11500000","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'}]","","8913","tt0098084","en","Pet Sematary","Dr. Louis Creed's family moves into the country house of their dreams and discover a pet cemetery at the back of their property. The cursed burial ground deep in the woods brings the dead back to life -- with ""minor"" problems. At first, only the family's cat makes the return trip, but an accident forces a heartbroken father to contemplate the unthinkable.","18.408","/9zUax4pjRgoPIJla9CQejqNJofB.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-04-21","57469467","103","[{'iso_639_1':'en','name':'English'}]","Released","Sometimes dead is better.","Pet Sematary","false","6.5","775" +"false","/1LKqxl6POOFsnPLnXkAkoyoOttq.jpg","{'id':123251,'name':'Iron Eagle Collection','poster_path':'/wr2LChB1p1U8qX0rF2LdQgMgtAJ.jpg','backdrop_path':'/jgfkfXcsRLLmysrHFuINadUwSKV.jpg'}","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':10752,'name':'War'}]","","11037","tt0091278","en","Iron Eagle","When Doug's father, an Air Force Pilot, is shot down by MiGs belonging to a radical Middle Eastern state, no one seems able to get him out. Doug finds Chappy, an Air Force Colonel who is intrigued by the idea of sending in two fighters piloted by himself and Doug to rescue Doug's father after bombing the MiG base.","9.121","/Wav0BfhK8dXQGhGbkhnL7MlLl3.jpg","[{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'},{'id':4267,'logo_path':null,'name':'Delphi Films','origin_country':''},{'id':112367,'logo_path':null,'name':'Falcon's Flight','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'IL','name':'Israel'},{'iso_3166_1':'US','name':'United States of America'}]","1986-01-17","0","117","[{'iso_639_1':'en','name':'English'}]","Released","Break the sound barrier.","Iron Eagle","false","5.2","110" +"false","/s0soN8OvruecCZkabzJqjsV73K8.jpg","null","0","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':878,'name':'Science Fiction'}]","","546728","tt8952294","en","Auntie Edna","Taking place during the events of Incredibles 2, Edna Mode babysits Jack-Jack.","3.905","/oNXe8qmSJlxcatPsuQNv8GFz5gg.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':3,'logo_path':'/1TjvGVDMYsj6JBxOAkUHpPEwLf7.png','name':'Pixar','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-23","0","5","[{'iso_639_1':'en','name':'English'}]","Released","","Auntie Edna","false","8","18" +"false","/xWss7p9J94tGZ6hL41SBoN0kADQ.jpg","null","5000000","[{'id':10770,'name':'TV Movie'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'}]","http://www.bbc.co.uk/programmes/p00t8qnw","15691","tt0116118","en","Doctor Who","The Seventh Doctor becomes the Eighth. And on the streets of San Francisco ??? alongside new ally Grace Holloway - he battles the Master.","5.151","/sPdmcY6OSGOFDagLbJCqyzYYlt9.jpg","[{'id':1556,'logo_path':'/31h94rG9hzjprXoYNy3L1ErUya2.png','name':'20th Century Fox Television','origin_country':'US'},{'id':3164,'logo_path':'/gyJlH4vQsBuOJXDeaRw57FvCes2.png','name':'BBC Worldwide','origin_country':'GB'},{'id':26727,'logo_path':'/jeTxdjXhzgKZyLr3l9MllkTn3fy.png','name':'Universal Television','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1996-03-31","42000000","89","[{'iso_639_1':'en','name':'English'}]","Released","He's Back...and It's About Time!","Doctor Who","false","6.3","105" +"false","/i0LQYcgOpaNtjaUSptZGEjk5SY.jpg","null","25530000","[{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'}]","","36355","tt0116322","en","Flipper","Sandy Ricks is sent by his mom to Coral Key, a rustic island in the Florida keys, to spend the summer with his uncle Porter Ricks. Sandy dislikes everything about his new environment until a new friend comes into his life, a dolphin named Flipper, that brings uncle and nephew together and leads Sandy on the summer adventure of a lifetime.","6.497","/eq1JsckI4W8m0ozFglRLPkoopkZ.jpg","[{'id':27128,'logo_path':null,'name':'The Bubble Factory','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':38181,'logo_path':null,'name':'American Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-05-17","20080020","95","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","This summer it's finally safe to go back in the water.","Flipper","false","5.4","142" +"false","/j7aW3KSEzJ5VLApKMliC2A1HcXO.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'},{'id':14,'name':'Fantasy'}]","","42230","tt0076164","zh","?????????","Word of a monster ape ten stories tall living in the Himalayas reaches fortune hunters in Hong Kong. They travel to India to capture it, but wild animals and quicksand dissuade all but Johnny, an adventurer with a broken heart. He finds the monster and discovers it's been raising a scantily-clad woman, Samantha, since she survived a plane crash years before that killed her parents. In the idyllic jungle, Johnny and Samantha fall in love. Then Johnny asks her to convince ""Utam"" to go to Hong Kong. Lu Tien, an unscrupulous promoter, takes over: Utam is in chains for freak show exhibitions. When Lu Tien assaults Samantha, Utam's protective instincts take over: havoc in Hong Kong.","3.066","/nRVrv8FyuVjK6BW9jGsYpKQQI23.jpg","[{'id':5798,'logo_path':'/tmuI9BGXgpWLmokhlxpnG3IGNQB.png','name':'Shaw Brothers','origin_country':''}]","[{'iso_3166_1':'HK','name':'Hong Kong'}]","1977-08-11","0","90","[{'iso_639_1':'zh','name':'?????????'}]","Released","Torn from their jungle paradise... Betrayed by those they trusted... destruction for all!","The Mighty Peking Man","false","4.8","17" +"false","/9loolo3Jkpwlgu5eyGf6xwi7fWN.jpg","null","314701","[{'id':27,'name':'Horror'}]","https://www.proportionproductions.com/legend-of-mandy-the-doll-2018","547681","tt6592124","en","Mandy the Haunted Doll","Three burglars will soon realise they are not alone in a manor house when they discover a doll mysteriously appearing.","1.872","/mFRKNQrwNRfRPjZHtW11Kac53HC.jpg","[{'id':35613,'logo_path':null,'name':'Millman Productions','origin_country':''},{'id':84624,'logo_path':'/mY4SMEplDeqrLF2kBLShp4qJSvK.png','name':'Proportion Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-06-19","0","74","[{'iso_639_1':'en','name':'English'}]","Released","Evil has been created","Mandy the Haunted Doll","false","4","2" +"false","/oqBTd53lYKJ63vbQpAxjDS6Pxvt.jpg","{'id':535748,'name':'Wave / Quake Collection','poster_path':'/n4SvLNOddxnmlpAdKwFp33V8VFu.jpg','backdrop_path':'/swZkvBks6Iy3P3c5BYe70ILcxPd.jpg'}","6300000","[{'id':12,'name':'Adventure'}]","https://www.thequakemovie.com/","416194","tt6523720","no","Skjelvet","A family is off to the Norwegian city of Oslo, where a massive earthquake will strike.","12.947","/jA5MVaNWe76EjuXn4FqkeaHDPuj.jpg","[{'id':3079,'logo_path':null,'name':'Fantefilm','origin_country':'NO'}]","[{'iso_3166_1':'NO','name':'Norway'}]","2018-08-31","0","106","[{'iso_639_1':'no','name':'Norsk'}]","Released","The Wave Was Only The Beginning","The Quake","false","6.8","61" +"false","/7CBswjh5xAgdt5xvl4BMSTE2sL6.jpg","null","1000000","[{'id':28,'name':'Action'}]","https://www.amberthemovie.com/","568344","tt6756326","en","The Take Down","When Jack, a hit man from London, gets given his life back and the opportunity to save his daughter, it becomes a race against time to kill or be killed.","0.6","/rIcTuIeN6DgBPpoNH5WCU3LtjIN.jpg","[{'id':112352,'logo_path':null,'name':'Singer Films','origin_country':''},{'id':112353,'logo_path':null,'name':'Amber Film Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-09-29","0","92","[{'iso_639_1':'en','name':'English'}]","Released","It's a fight for redemption","The Take Down","false","6","1" +"false","/fsB1wogYPLgWZdOSjfMKzj47sCz.jpg","null","9800000","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","http://zentropa.dk/en/portfolio-item/the-house-that-jack-built/","398173","tt4003440","en","The House That Jack Built","Failed architect, engineer and vicious murderer Jack narrates the details of some of his most elaborately orchestrated crimes, each of them a towering piece of art that defines his life's work as a serial killer for twelve years.","19.128","/bMUGNkPaHOurcBK9g3XpJx3fxuO.jpg","[{'id':76,'logo_path':null,'name':'Zentropa Entertainments','origin_country':'DK'},{'id':73539,'logo_path':null,'name':'Copenhagen Film Fund','origin_country':'DK'},{'id':119,'logo_path':'/1di2gITGUZr730AMuMKiCrP90Vl.png','name':'Danmarks Radio (DR)','origin_country':'DK'},{'id':310,'logo_path':'/4Gp5A4YdjPBfsHT47ngHMaXWmb9.png','name':'Centre National de la Cin??matographie','origin_country':'FR'},{'id':913,'logo_path':'/2WhkaU4zJ3y1ivimjQ7Cl490h71.png','name':'Concorde Filmverleih','origin_country':'DE'},{'id':850,'logo_path':'/aF7qajGJGtMpdrtvssM9g90YanX.png','name':'Eurimages','origin_country':'FR'},{'id':223,'logo_path':'/b9Icqi8qGm7gJ6jVs8bauUo5N5Q.png','name':'Les Films du Losange','origin_country':'FR'},{'id':851,'logo_path':null,'name':'MEDIA Programme of the European Union','origin_country':''},{'id':38072,'logo_path':null,'name':'Nordisk Film Distribution','origin_country':''},{'id':5403,'logo_path':'/fAz2WhTpoMxutBA92JqlfeHEGuz.png','name':'Nordisk Film & TV Fond','origin_country':'NO'},{'id':104571,'logo_path':'/rEeeZZIWYkzNWxyzQHdb8TXRpGM.png','name':'Potemkine','origin_country':'FR'},{'id':7777,'logo_path':'/vd6oWpxQXyaeWGfm0A5SnJi8pyo.png','name':'Slot Machine','origin_country':'FR'},{'id':118,'logo_path':'/AiBorgNTCS1lT1FdFPYheax9jfF.png','name':'Det Danske Filminstitut','origin_country':'DK'},{'id':2302,'logo_path':'/rPXEdpqwFycAY9ZgrAJXv13qcWW.png','name':'Svenska Filminstitutet','origin_country':'SE'},{'id':2999,'logo_path':'/zGSqFee9aDgDuLD6vcs2mcJUem4.png','name':'SVT','origin_country':'SE'},{'id':2801,'logo_path':'/bswb1PLLsKDUXMLgy42bZtCtIde.png','name':'Film i V??st','origin_country':'SE'},{'id':22627,'logo_path':'/mZsZ3IYzoheUPTPN3WeFwOYxAkP.png','name':'Film- und Medienstiftung NRW','origin_country':'DE'}]","[{'iso_3166_1':'DK','name':'Denmark'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'SE','name':'Sweden'}]","2018-10-08","1430505","152","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'it','name':'Italiano'}]","Released","","The House That Jack Built","false","7.4","607" +"false","","null","0","[{'id':18,'name':'Drama'}]","","471314","tt5717184","en","The Colour of Darkness","All the colour, depth and mystery of India's complex and riotous cultural heritage is brought to light in a single action which changes two countries forever. A proud Indian international student is attacked in a brightly lit train carriage against a backdrop of darkness. Unknown to his attackers his high caste status has little relevance, and in one poignant moment, he is rescued by his counterpart, an 'untouchable', a low caste. They are united by what would otherwise be impossible. The highly publicised event sends shock waves through the international community.","0.6","/oCvYsjiIFl7PYmITF7gFHpNAtwj.jpg","[]","[]","2017-05-19","0","130","[]","Released","","The Colour of Darkness","false","5","1" +"false","","null","0","[{'id':35,'name':'Comedy'}]","","550247","tt4318696","en","Faith, Love & Chocolate","Jessica Miller is thrust into the ""real"" world when she graduates from college. To conquer this new world, she must discover her faith, open a box of memories and learn the simple secrets of life only a mother can share.","1.661","/x7MwwGKuNTKjATv5hbci2zeJjXW.jpg","[]","[]","2018-09-23","0","84","[]","Released","","Faith, Love & Chocolate","false","0","0" +"false","/A7rBd2b96VPeYpTXyJSLyzLtm6h.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'},{'id':10749,'name':'Romance'}]","","542883","tt6841812","en","Bennett's Song","When two very unique and diverse families with 7 kids each collide, they find laughs, music, love, and a few answers about what it means to be a not-so-normal American family in the 21st century.","1.544","/ePZ2OGpZHGOKhvzLrZd1LOjhkF3.jpg","[{'id':110012,'logo_path':null,'name':'Auburn Moon Productions','origin_country':''},{'id':110013,'logo_path':null,'name':'Carribean Fury Productions','origin_country':''},{'id':102777,'logo_path':null,'name':'Painted Creek Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-08-31","0","108","[{'iso_639_1':'en','name':'English'}]","Released","Love unites the colors of family","Bennett's Song","false","0","0" +"false","/arYmRZmKN1D9j6NPclq021J5aYP.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","512412","tt3588588","en","Backtrace","The lone surviving thief of a violent armored car robbery is sprung from a high security facility and administered an experimental drug.","14.145","/2M1M8nhWZ9jNiYTodEwuqCWOnjc.jpg","[{'id':2912,'logo_path':null,'name':'Diamond Films','origin_country':''},{'id':73685,'logo_path':null,'name':'Emmett Furla Oasis Films','origin_country':'US'},{'id':64099,'logo_path':null,'name':'Happinet','origin_country':''},{'id':76991,'logo_path':'/pQjdvbv4y9yuIDSHDEHc9ijJKaS.png','name':'Highland Film Group (HFG)','origin_country':'US'},{'id':290,'logo_path':'/Q8mw2AOQQc8Qg0uNwLWq86DVZv.png','name':'Ingenious Media','origin_country':'GB'},{'id':109907,'logo_path':null,'name':'Potato Eater Productions','origin_country':'US'},{'id':63443,'logo_path':'/iKm40tfw3Hxaz7mUubWrdbApUJV.png','name':'The Fyzz Facility','origin_country':'GB'},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CA','name':'Canada'}]","2018-12-14","0","87","[{'iso_639_1':'en','name':'English'}]","Released","Some crimes never let you go","Backtrace","false","5.9","33" +"false","/zl9uqCl5iUSb50sTk2BPzw6bJnU.jpg","null","15000000","[{'id':18,'name':'Drama'}]","","426426","tt6155172","es","Roma","In 1970s Mexico City, two domestic workers help a mother of four while her husband is away for an extended period of time.","24.195","/dtIIyQyALk57ko5bjac7hi01YQ.jpg","[{'id':6735,'logo_path':'/6yyByQrmTAgJv0QzZ1Eh1jiGX4R.png','name':'Participant Media','origin_country':'US'},{'id':112612,'logo_path':null,'name':'Esperanto Filmoj','origin_country':'GB'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'MX','name':'Mexico'}]","2018-08-25","0","135","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'no','name':'Norsk'}]","Released","","Roma","false","7.9","1639" +"false","","null","0","[{'id':18,'name':'Drama'},{'id':10752,'name':'War'},{'id':18,'name':'Drama'}]","","568274","tt3149208","en","Long Forgotten Fields","On Sam's return from military service, Lily sets her heart on revitalising their relationship, but with Sam's worsening PTSD isolating him from friends, family and the community, she too is drawn deeper into his post-war world.","0.6","/dMcWAmhN3sq6cLRiBUHoa6w8mEo.jpg","[]","[]","2017-11-17","0","80","[{'iso_639_1':'en','name':'English'}]","Released","","Long Forgotten Fields","false","0","0" +"false","/bNt68iTNYzFET3c78Gj4USPsxzS.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","560704","tt1977094","en","Beyond White Space","When a deep space fishing vessel is robbed by a gang of pirates, the Captain makes a daring decision to go after a rare and nearly extinct species. His obsession propels them further into space as the crew spins toward mutiny and betrayal.","5.018","/9IU1Z334s1ssVVU1L2QnMQv77w5.jpg","[{'id':103284,'logo_path':null,'name':'Spoke Lane Entertainment','origin_country':''},{'id':40796,'logo_path':null,'name':'Filmworks/FX','origin_country':''},{'id':112346,'logo_path':null,'name':'White Space Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'HU','name':'Hungary'}]","2018-12-14","0","93","[{'iso_639_1':'en','name':'English'}]","Released","","Beyond White Space","false","3.4","8" +"false","/nCHMah56euEXMGJmEFmiVUOfbfQ.jpg","null","0","[{'id':10751,'name':'Family'},{'id':18,'name':'Drama'}]","","440792","tt3224288","hi","Beyond the Clouds","A hedonistic teenager in Mumbai is busted for dealing drugs and goes to his estranged sister for help, but complications land her in jail.","1.505","/8HvQ7UEngiSQ7Nxj1lH0HW8kOpj.jpg","[{'id':99296,'logo_path':null,'name':'Namah Pictures','origin_country':''},{'id':75274,'logo_path':null,'name':'Eye Candy Films','origin_country':''},{'id':86347,'logo_path':'/ir79iQBhrXk9PJ5Pr9vlLjM4viO.png','name':'Zee Studio','origin_country':'IN'}]","[{'iso_3166_1':'IR','name':'Iran'},{'iso_3166_1':'IN','name':'India'}]","2018-04-20","0","120","[{'iso_639_1':'hi','name':'??????????????????'}]","Released","","Beyond the Clouds","false","6.6","9" +"false","/pS8xPQ1HFsiiKfamKcLoh3yYVNJ.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':10402,'name':'Music'}]","http://www.thegodfathersofhardcore.com","485918","tt4659728","en","The Godfathers of Hardcore","Documentary following Roger Miret and Vinnie Stigma of the band, Agnostic Front who played a key role in defining, shaping and establishing the sound and cultural code of conduct for the still-thriving movement. Unlike the dozens of bands that have come and gone, Agnostic Front is still going strong.","0.821","/rd3COxnMoNE9pAIy6ae4bdp518i.jpg","[{'id':112250,'logo_path':null,'name':'McFarland & Pecci','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-12-12","0","95","[{'iso_639_1':'en','name':'English'}]","Released","","The Godfathers of Hardcore","false","7","1" +"false","/u4StmwoGv3cPMYCwUUtLvK6OILn.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':10402,'name':'Music'}]","http://www.themanfrommowax.com","381081","tt2394029","en","The Man from Mo'Wax","James Lavelle played his first DJ set at 14, launched pioneering record label Mo'Wax at 18 and released the genre defining UNKLE album Psyence Fiction at 22. His phenomenally rapid rise seemed limitless, but it's only when you're going so fast that the wheels fall off. The Man from Mo???Wax tells the remarkable story of one of the most enigmatic yet influential figures in contemporary British culture. Unearthed from over 700 hours of footage including exclusive personal archive spanning three decades, we get the rare opportunity to watch a boy become a man in the world of music. The result is an exhilarating, no holds-barred ride into the life of an extraordinary man and an equally extraordinary era, taking in some decidedly flawed decision-making (both personal and professional), Lavelle emerges as an innovative artist who thinks big and consistently overcomes adversity.","1.4","/wgcX8HGFwMW9iqOzioA4sTJXuTW.jpg","[{'id':74435,'logo_path':null,'name':'Capture','origin_country':''},{'id':74434,'logo_path':null,'name':'28 Entertainment','origin_country':''}]","[{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2018-08-31","0","109","[{'iso_639_1':'en','name':'English'}]","Released","","The Man from Mo'Wax","false","6.3","3" +"false","/pqNka1exoi5W14K2rDFr2A6w7uy.jpg","null","0","[{'id':35,'name':'Comedy'}]","https://www.netflix.com/title/80226951","554954","tt9154584","es","Yo, Potro","Former Club de Cuervos player Potro returns home to Argentina to crash the wedding of his famous soccer-star brother and confront his estranged family.","3.027","/vmmWHT3oShNF9Pd2GUqOfa9DMlE.jpg","[{'id':105749,'logo_path':'/upPrBpZQ0Lm4FVpG8UyHMZib7qV.png','name':'Alazraki Entertainment','origin_country':'MX'}]","[{'iso_3166_1':'AR','name':'Argentina'},{'iso_3166_1':'MX','name':'Mexico'}]","2018-10-19","0","50","[{'iso_639_1':'es','name':'Espa??ol'}]","Released","","I, Potro","false","6.5","4" +"false","/pywpPVkgvp2dbtbz2HeZDQzLqid.jpg","null","1000000","[{'id':10751,'name':'Family'}]","","561155","tt6803170","en","Saving Christmas","A young boy, Danny, tries to prove the existence of Santa by using his intelligence and gadgets. He and his trusted group go on an intense journey to find the truth of Santa.","1.4","/mBiyXs5vn9JfPKwRwb9tAokWtFb.jpg","[{'id':102447,'logo_path':null,'name':'Alpha Hollywood Studios','origin_country':'US'},{'id':3604,'logo_path':'/jC6Hk3ZyNRlVPJsA0xGlAhgd2RP.png','name':'Grindstone Entertainment Group','origin_country':'US'},{'id':3546,'logo_path':null,'name':'Hollywood Media Bridge','origin_country':'US'},{'id':112307,'logo_path':null,'name':'Santa Files Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-11-06","0","88","[{'iso_639_1':'en','name':'English'}]","Released","What if Santa came to town... and stayed?!","Saving Christmas","false","0","0" +"false","/xyM3yt731VGx4JVg8RSqwR23YtP.jpg","null","0","[{'id':35,'name':'Comedy'}]","","527246","tt8435268","es","Soltera Codiciada","The film tells the life of Maria Fe, a young woman who faces singleness after six years of relationship. Along with her two soul friends, played by Karina Jord??n and Jely Re??tegui, the girl must learn to be single again. On the way, you will run into old loves, new adventures and lots of fun.","7.419","/i9TlVgViCWZbBTWzWRYMPB6UxNu.jpg","[]","[{'iso_3166_1':'PE','name':'Peru'}]","2018-05-31","0","100","[{'iso_639_1':'es','name':'Espa??ol'}]","Released","","How to Get Over a Breakup","false","6.5","114" +"false","/mbg0ivDzQSOJJzt01DVMp3cdE2I.jpg","null","314701","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'}]","","515411","tt6998650","en","Why Hide?","A diverse group of friends gather for the festive season in a remote lodge but soon plans go awry. One of the friends goes missing and the truth behind why the lodge was booked for the holiday is disclosed. Christmas quickly turns to chaos and a bloody nightmare ensues.","1.88","/6GGQQcYwtjWJpTck2tdkEh1mkuv.jpg","[]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-03-30","0","85","[{'iso_639_1':'en','name':'English'}]","Released","Christmas with friends can be bloody murder","Why Hide?","false","5.7","3" +"false","/7R7LFVsEUkAtRlAZsteXohdswrY.jpg","null","0","[]","","568242","tt2278050","en","Skateboard or Die","Mike is thrust into a world of murder and assassination after running into his best friend Ed, presumed killed in action 10 years ago. In order to keep themselves alive, Mike and Ed must now work together as members of - The Hunters Club.","0.6","/veGzqo3lE4VAh1nuJFeKwynWfR0.jpg","[{'id':114931,'logo_path':null,'name':'Octopus Pictures','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2018-06-01","0","105","[{'iso_639_1':'en','name':'English'}]","Released","","Skateboard or Die","false","0","0" +"false","/e0ZRCSbjCFa8dhzVot42SnKDxhX.jpg","null","0","[{'id':10749,'name':'Romance'}]","","493003","tt6905402","en","A Boy. A Girl. A Dream","On the night of the 2016 Presidential election, Cass, an L.A. club promoter, takes a thrilling and emotional journey with Frida, a Midwestern visitor. She challenges him to revisit his broken dreams - while he pushes her to discover hers.","2.857","/sV0nhp3NbDWOzK5kWDXFrFNkODo.jpg","[{'id':90790,'logo_path':'/dnXPy4hZyUGl00Ju2lF2pbocG11.png','name':'Datari Turner Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-01-22","0","89","[{'iso_639_1':'en','name':'English'}]","Released","","A Boy. A Girl. A Dream","false","7.7","5" +"false","","null","0","[{'id':10402,'name':'Music'}]","","561556","tt9203030","en","Loudon Wainwright III: Surviving Twin","Grammy-winning singer Loudon Wainwright III reflects upon his unique relationship with his father in an evening of original songs and heartfelt stories.","1.901","/6OVh69HEeqfgos5fLJx6ixOT7Df.jpg","[]","[]","2018-11-13","0","91","[]","Released","","Loudon Wainwright III: Surviving Twin","false","7","1" +"false","","null","0","[{'id':99,'name':'Documentary'}]","","561230","tt9283302","en","Out of Many, One","The U.S. has long offered a promise of opportunity to immigrants, but currently immigration has become a divisive issue. This documentary illustrates how an understanding of our history and democracy is essential to constructive debate, informed civic participation and shaping a new class of citizens.","0.603","/lDW6Bttoo1x1Rdohm43dveAjKHN.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-12-12","0","35","[{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","","Out of Many, One","false","5","2" +"false","/3LX7SkR7ERIR2ZB6NPlyrgmZ5ga.jpg","null","70000000","[{'id':36,'name':'History'},{'id':18,'name':'Drama'}]","https://www.firstman.com/","369972","tt1213641","en","First Man","A look at the life of the astronaut, Neil Armstrong, and the legendary space mission that led him to become the first man to walk on the Moon on July 20, 1969.","30.632","/i91mfvFcPPlaegcbOyjGgiWfZzh.jpg","[{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'},{'id':12292,'logo_path':'/llGRXF5WYUW2fzXg0ebCoKMXjmT.png','name':'Temple Hill Entertainment','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'},{'id':109042,'logo_path':null,'name':'Phantasma Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-11","100546153","141","[{'iso_639_1':'en','name':'English'}]","Released","One giant leap into the unknown","First Man","false","7.1","2001" +"false","/3de0T89Ag6JpK5FGVwn0FrOQPeS.jpg","null","0","[{'id':35,'name':'Comedy'}]","https://www.netflix.com/title/80134781","458310","tt6900644","en","Hasan Minhaj: Homecoming King","Comic Hasan Minhaj of ""The Daily Show"" shares personal stories about racism, immigrant parents, prom night horrors and more in this stand-up special.","3.793","/qnd3bxP6k1Wbk6Gl76avB9GaO0U.jpg","[{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-05-23","0","72","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'hi','name':'??????????????????'},{'iso_639_1':'ur','name':'????????'}]","Released","","Hasan Minhaj: Homecoming King","false","7.9","57" +"false","/5qlJyYI5R4OHff1jOrkbGK4wfLq.jpg","null","30000","[{'id':18,'name':'Drama'}]","","568065","tt7919372","en","First Lady","When Maria unknowingly falls for the man that killed the love of her life, all hell breaks loose.","1.649","/8AAhUYRLiEXHcG7j7Azg1iv2ppB.jpg","[{'id':112301,'logo_path':null,'name':'Dennis L. Reed II Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-11-01","0","96","[{'iso_639_1':'en','name':'English'}]","Released","","First Lady","false","0","0" +"false","/1ufraPsDuZ7m5gqL00wzdobdEbI.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':99,'name':'Documentary'}]","","318973","tt3962848","en","Welcome to Leith","In September 2012, the tiny prairie town of Leith, North Dakota, sees its population of 24 grow by one. As the new resident's behavior becomes more threatening, tensions soar, and the residents desperately look for ways to expel their unwanted neighbor.","1.858","/f9ovXeSRnOSxCh4jMIhkzg9jKSz.jpg","[{'id':10479,'logo_path':null,'name':'Sundial Pictures','origin_country':''},{'id':77717,'logo_path':null,'name':'No Weather Productions','origin_country':''},{'id':77718,'logo_path':'/AsbfXdvO5fyTjGjHUKflwoUGWfV.png','name':'The Cinemart','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-09-09","0","85","[{'iso_639_1':'en','name':'English'}]","Released","Know your neighbors.","Welcome to Leith","false","6.6","37" +"false","/e4x7Si7NrHNWbzNAs6tzdUPHXQr.jpg","null","0","[{'id':28,'name':'Action'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","https://virusofthedead.wordpress.com/","568123","tt4225092","en","Virus of the Dead","What happens when an uncontrollable virus turns the living into the living dead?","0.757","/tU7akbR6kOxYFoNNBsP51kDHhp7.jpg","[{'id':85070,'logo_path':null,'name':'Vestra Pictures','origin_country':''},{'id':112321,'logo_path':null,'name':'Lyon Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-11-14","0","120","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","You are already infected","Virus of the Dead","false","0","0" +"false","/7XDxzirTc6mvrxnxvBDN88oNKXt.jpg","null","630009","[{'id':53,'name':'Thriller'}]","","567665","tt6671850","en","Two Graves","Margaret Powers???a middle aged, middle class doctor of pathology???seeks a path of vengeance when she captures and tortures the young man she believes murdered her son, but in a bid to extract a confession, that path to vengeance leads to tragedy and unearths deeply troubling truths.","1.857","/aZreuYstD2hgKvdR0VhQcFf6lIo.jpg","[{'id':112162,'logo_path':null,'name':'Ida Rose','origin_country':''},{'id':86074,'logo_path':null,'name':'Gizmo Films','origin_country':''},{'id':112163,'logo_path':null,'name':'Happy Hour Productions','origin_country':''},{'id':112164,'logo_path':null,'name':'Principal Film Finance','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-06-09","0","80","[{'iso_639_1':'en','name':'English'}]","Released","Before you embark on a journey of revenge, first dig two graves.","Two Graves","false","4","1" +"false","/bwYHaWsUnOI9BxeOv6bxCgiofgc.jpg","{'id':570184,'name':'Tickled Collection','poster_path':'/rgxoshIxBC4zA9ziyskpfKNO63x.jpg','backdrop_path':'/1SYMl5vmvHGtNhuTl7zLTXo2u0M.jpg'}","0","[{'id':99,'name':'Documentary'}]","https://www.hbo.com/documentaries/tickled/tickled/the-tickle-king","441965","tt6595908","en","The Tickle King","Featuring new, previously unseen footage documenting the bizarre and unsettling things that happened to filmmakers David Farrier and Dylan Reeve as Tickled premiered at film festivals and theaters in 2016. Lawsuits, private investigators, disrupted screenings and surprise appearances are just part of what they encounter along the way. Amidst new threats, the duo begins to answer questions that remained once the credits rolled on Tickled, including whether the disturbing behavior they uncovered will ever come to an end.","1.807","/jcCCn8bF1PqSzmpBoF0SGamgFnt.jpg","[{'id':3268,'logo_path':'/tuomPhY2UtuPTqqFnKMVHvSb724.png','name':'HBO','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-02-27","0","22","[{'iso_639_1':'en','name':'English'}]","Released","","The Tickle King","false","7.3","12" +"false","/rXslyNgsI0MEEmVPoq1d2DJ6YOa.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10770,'name':'TV Movie'}]","","435033","tt6196754","en","Say You Will","A recent high school graduate cares for his mother and navigates his first relationship in the wake of his father's suicide.","1.779","/nVdd58VCbXD6qMnXaek3vUnw0wC.jpg","[{'id':112298,'logo_path':null,'name':'Ghost Rain Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-09-14","0","95","[{'iso_639_1':'en','name':'English'}]","Released","","Say You Will","false","4.5","2" +"false","/bfTYiZ2OqOFSLxEtAYAlGdYhMJj.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","567920","tt9369332","en","Halloween Horror Tales","A movie featuring four stories. First is about a psychotic killer clown stalking a young woman. In the second a scream queen gets more than she bargained for when she is interviewed by a TV talk show hostess. The third is a nature run amok tale and the fourth tells the story of an FBI agent investigating a series of brutal murders in a small town.","1.017","/EwUCvMKVC4CDfL8n7WeIMDlIYE.jpg","[]","[]","2018-11-29","0","77","[{'iso_639_1':'en','name':'English'}]","Released","","Halloween Horror Tales","false","1","1" +"false","/u0XWtysUz7RSZjEjxuGOZQfNUc.jpg","null","0","[{'id':53,'name':'Thriller'}]","http://jumpstartproductions.co.uk/portfolio-item/fractured/","477634","tt8297300","en","Fractured","Rebecca and Michael decide to take a weekend getaway and drive into the isolated countryside, they arrive at their cottage unscathed but Rebecca can't help but feel like someone is watching.","1.4","/AdGadej4eoljiF9RKfU8MbVjevL.jpg","[{'id':95348,'logo_path':null,'name':'Jump Start Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-09-21","0","80","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'sv','name':'svenska'}]","Released","","Fractured","false","6.3","7" +"false","/2SPjdXnbyFBUjG7NjkrDfyFnGpW.jpg","null","0","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","32075","tt0097243","en","A Dry White Season","During the 1976 Soweto uprising, a white school teacher's life and values are threatened when he asks questions about the death of a young black boy who died in police custody.","3.858","/6Wx9oZ7WUoootNLv70EDq6nyDqW.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-01-01","0","107","[{'iso_639_1':'en','name':'English'}]","Released","","A Dry White Season","false","6.7","38" +"false","/4Y0eLVkUwThX9pt1uqVoWoCtvcl.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","http://whiteboyrick.movie","438808","tt4537896","en","White Boy Rick","The story of teenager, Richard Wershe Jr., who became an undercover informant for the police during the 1980s and was ultimately arrested for drug-trafficking and sentenced to life in prison.","14.336","/l15r2aLqdifXM9GFsJLkOq5Y8SI.jpg","[{'id':77863,'logo_path':'/7z6YOzvdk70YY8OaRbn5mfxrvbO.png','name':'Studio 8','origin_country':'US'},{'id':7503,'logo_path':'/3K8wbNkTn7O4wX89ucnp1ZYR1XF.png','name':'Protozoa Pictures','origin_country':'US'},{'id':75017,'logo_path':null,'name':'LBI Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-09-14","0","116","[{'iso_639_1':'en','name':'English'}]","Released","Hustler. Informant. Kingpin. Legend.","White Boy Rick","false","6.2","218" +"false","/cafLqdSR6UUiAV9WLIEVXeAvX62.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","https://www.whenjeffmovie.com/","481533","tt7115980","en","When Jeff Tried to Save The World","When Jeff discovers that the bowling alley he manages is being sold, he must do everything he can to save the place he's come to call home.","1.4","/oKkgWHmOU98V8caEtE6Isv5cVab.jpg","[{'id':96203,'logo_path':null,'name':'71 Degrees North','origin_country':''},{'id':89113,'logo_path':null,'name':'Bad Rack Entertainment','origin_country':''},{'id':18346,'logo_path':'/vRQOTOMEohkoIfPNoDIZV0DfIwE.png','name':'Burn Later Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-04-16","0","93","[{'iso_639_1':'en','name':'English'}]","Released","","When Jeff Tried to Save The World","false","5.7","3" +"false","/3R535PBVIBiTg3KxQu1qR2S4krJ.jpg","null","0","[{'id':35,'name':'Comedy'}]","https://www.netflix.com/title/80995991","567524","tt9315848","en","Vir Das: Losing It","The world's got a lot of problems, but Vir Das has a lot of answers as he discusses travel, religion, his childhood and more in this stand-up special.","1.424","/9KmRUDg3qWgDz87sJ8kasKFJ4GA.jpg","[{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-12-11","0","67","[{'iso_639_1':'en','name':'English'}]","Released","","Vir Das: Losing It","false","7.6","11" +"false","/7wpTIbFpdrd3BHCIpcxdsAO0wDE.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","435557","tt6219314","en","The Party's Just Beginning","In a bleak Inverness midwinter, Luisaidh is careening off the rails after the suicide of her best friend. She medicates her misery with joyless sex, chips and a belief in the power of positive drinking. Surrounded by bittersweet memories, she struggles to find someone to talk to or some reason to make life worthwhile at the most stressful time of the year.","4.877","/dkQGIm3g4gQIm6sme3P1cHHexnt.jpg","[{'id':85581,'logo_path':null,'name':'Mt. Hollywood Films','origin_country':'US'},{'id':10443,'logo_path':null,'name':'Synchronicity Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2018-12-07","0","91","[{'iso_639_1':'en','name':'English'}]","Released","","The Party's Just Beginning","false","6.9","18" +"false","/1QNHipnyyErO5gXGRfhqYo0yhoU.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","https://www.peccapics.com/product/postcards-from-london/","478427","tt6280608","en","Postcards from London","The story of a beautiful teenager Jim who, having traveled from rural Essex, finds himself in Soho where he falls in with a gang of unusual high class male escorts ??? The Raconteurs ??? who specialize in post-coital conversation. From shy novice to sought after escort, and eventually artist???s muse, Jim would be the toast of the town if it wasn???t for his annoying affliction ??? Stendhal Syndrome ??? a rare condition which causes him to hallucinate and faint. When Jim is roped into the world of detecting art forgery, could his condition bring about his downfall?","3.909","/pJz4INomZUGlLLs8cG2C4A1LV5u.jpg","[{'id':31787,'logo_path':null,'name':'Creativity Capital','origin_country':''},{'id':2615,'logo_path':null,'name':'Diablo Films','origin_country':'GB'},{'id':10441,'logo_path':'/aTEwjHN8l51ix2YcTxxzR92WaXy.png','name':'The Bureau','origin_country':'GB'},{'id':7281,'logo_path':'/vuDafYIcuoY0YyvgcqtjXOKwn6Q.png','name':'British Film Institute','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-11-09","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Postcards from London","false","5.6","7" +"false","/3JeAooSlcaQ1PumrrVC2jKZEW7O.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","567957","tt9153044","en","Party Hype","In a summer they won't forget, two broke college students start filming parties for money. Hello dollar signs. Goodbye morals. Welcome to the night club scene.","0.6","/4SajVBFsWjqFX2mtlST0TkczQac.jpg","[{'id':112296,'logo_path':null,'name':'Mad Outlaw Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-12-12","0","80","[{'iso_639_1':'en','name':'English'}]","Released","","Party Hype","false","0","0" +"false","/huLiQt38YggOEk9lv2hVRAk7M4W.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://lizziethefilm.com","460071","tt5160938","en","Lizzie","Massachusetts, 1892. An unmarried woman of 32 and a social outcast, Lizzie lives a claustrophobic life under her father's cold and domineering control. When Bridget Sullivan, a young maid, comes to work for the family, Lizzie finds a sympathetic, kindred spirit, and a secret intimacy soon blossoms into a wicked plan.","11.163","/z2iuBcwznen3kC9z4LeOzBSz1BB.jpg","[{'id':2394,'logo_path':'/sUWGEjxxCU5McOoD2JPrJHDW7K3.png','name':'Artina Films','origin_country':'US'},{'id':35043,'logo_path':'/ifwiBTBDk8GQPyClmuE2yO36Qu.png','name':'Destro Films','origin_country':'US'},{'id':107521,'logo_path':'/aCTFY0hOiZbTD3SifLO7FuzPAet.png','name':'Powder Hound Pictures','origin_country':'US'},{'id':33768,'logo_path':null,'name':'The Solution','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-09-14","678102","106","[{'iso_639_1':'en','name':'English'}]","Released","The legend of Lizzie Borden","Lizzie","false","5.6","43" +"false","/exa8O0Z9T9LHiQLftDGpX8iIGvx.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'},{'id':53,'name':'Thriller'}]","","489996","tt7562932","en","Clara's Ghost","Set over the course of a single evening at the Reynolds??? family home in Connecticut, Clara, fed up with the constant ribbing from her self-absorbed showbiz family, finds solace in and guidance from the supernatural force she believes is haunting her.","3.392","/vxzYb31A8Q5pGdJCCYJiqx9GmDo.jpg","[{'id':90610,'logo_path':'/aKBTv6tEC2JzA4vAi9W7a86zYqg.png','name':'Smudge Films','origin_country':''},{'id':109828,'logo_path':'/Ah6aV89pIQj29qPsOtGHFbyT4si.png','name':'Nighthorse Productions','origin_country':'US'},{'id':109829,'logo_path':'/wW1hvmA2edFqjJaoWMK4GChFnpE.png','name':'Irony Point','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-09-22","0","80","[{'iso_639_1':'en','name':'English'}]","Released","Family can be haunting.","Clara's Ghost","false","7","4" +"false","/dE34pfzZd1BYE98bne4Jc6YRllD.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","https://centralparkthemovie.com/","517769","tt4788736","en","Central Park","Central Park is a unique, genre bending thriller/horror film that spans one night in the worlds' most famous park. Six best friends, high school students, prepare for a night of fun. School is boring, family life unbearable, and Harold and his friends have turned Central Park into their 'spot'. Young and invincible; Harold and his crew own this city. Unbeknownst to them, a revenge-seeking executioner prepares to kill them off one by one to pay for the sins of the father.","0.6","/d9qUyiTTzYRR4sgB9xGWlRIfeo6.jpg","[{'id':103250,'logo_path':null,'name':'Feast and Bourbon Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-06-06","0","90","[{'iso_639_1':'en','name':'English'}]","Released","A vengeful soul waits for them","Central Park","false","6","1" +"false","/kISScNcyitmRWzTVu2xmNffQlof.jpg","{'id':19285,'name':'Leprechaun Collection (Original Series)','poster_path':'/kdnaM7K8T8oXwWk2QdiWEs8Zg2w.jpg','backdrop_path':'/pRjYboGyfjO5PkY7Rdg21s4FhoI.jpg'}","0","[{'id':27,'name':'Horror'},{'id':14,'name':'Fantasy'},{'id':35,'name':'Comedy'},{'id':10770,'name':'TV Movie'}]","","518158","tt8155182","en","Leprechaun Returns","A group of unwitting sorority sisters accidentally awaken the serial-killing Leprechaun after they build a sorority house on his hunting grounds.","6.191","/5LVQC1Z4WxXEcMdI8JxIR5RKiN0.jpg","[{'id':6677,'logo_path':'/tyd27JWQI6z2eZH6AhRJlmYhr9k.png','name':'Syfy','origin_country':'US'},{'id':10339,'logo_path':'/oiIi36MaWXwvvHWX5eojoE2Fiyv.png','name':'WWE Studios','origin_country':'US'},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':6834,'logo_path':null,'name':'Out of Africa Entertainment','origin_country':''},{'id':82659,'logo_path':'/3mZkZUZUaqXDcIoYnECLb98PSWC.png','name':'Blue Ice Pictures','origin_country':'CA'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-12-11","0","92","[{'iso_639_1':'en','name':'English'}]","Released","As luck would have it.","Leprechaun Returns","false","4.3","22" +"false","/oRoNf6diagWqe4UbYeDJnAZDJoW.jpg","null","0","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':878,'name':'Science Fiction'}]","http://www.coldgroundmovie.com/","472591","tt4144350","en","Cold Ground","1976: Two young journalists leave for the French-Swiss border to investigate a strange case of cattle mutilations and record testimonies for a TV channel. Yet, once they get there, the scientific team they were supposed to meet has gone missing. Escorted by a first-aider, a British biologist and an American forensic investigator, Melissa and David will go looking for the missing team deep into the mountains.","0.6","/ls8bIlEMxWdmkg0QD4naLBlOu5o.jpg","[{'id':94210,'logo_path':null,'name':'Fright House Pictures','origin_country':''},{'id':112278,'logo_path':null,'name':'Redwood Creek Films','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'}]","2017-01-01","0","86","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","The lucky ones freeze to death.","Cold Ground","false","4","4" +"false","/qBYCc1iosxLvsxXYS8n0Em2lGW.jpg","null","0","[{'id':18,'name':'Drama'}]","http://visitfilms.com/film.asp?movieID=1604","510041","tt7316358","en","Maine","Backpacking alone on the Appalachian trail, a married woman meets a younger hiker and the two strangers become inexplicably drawn to one another.","5.148","/fTze8m40Zqpg64Amth7VUOhlCDs.jpg","[{'id':56403,'logo_path':'/uXT3YDtWe3lvMullnwk51l4UikF.png','name':'Beachside Films','origin_country':'US'},{'id':111176,'logo_path':null,'name':'Story Farm','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-12-13","0","86","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","One trail. Two paths.","Maine","false","6","6" +"false","/eiUO8svuxMv16wvZsxubNLb5wNL.jpg","null","29000000","[{'id':35,'name':'Comedy'}]","https://www.uphe.com/movies/night-school","454293","tt6781982","en","Night School","Teddy Walker is a successful salesman whose life takes an unexpected turn when he accidentally blows up his place of employment. Forced to attend night school to get his GED, Teddy soon finds himself dealing with a group of misfit students, his former high school nemesis and a feisty teacher who doesn't think he's too bright.","17.154","/uQVIQDc3foTPodZw0ie1Or0CXBn.jpg","[{'id':40268,'logo_path':'/shdAxUj8uF6exNLrF0kSqYVxCzG.png','name':'HartBeat Productions','origin_country':'US'},{'id':49968,'logo_path':'/gz2hSoMkvMJdTMgCLFGRJErPwXY.png','name':'Will Packer Productions','origin_country':'US'},{'id':10338,'logo_path':'/el2ap6lvjcEDdbyJoB3oKiYgXu9.png','name':'Perfect World Pictures','origin_country':'CN'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-09-27","33157615","111","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Night School","false","6","697" +"false","/21LPPK1yQbI7qxVRhybZilRG9XT.jpg","null","0","[{'id':27,'name':'Horror'},{'id':10770,'name':'TV Movie'}]","","448561","tt6158692","en","Who's Watching Oliver","The story of a mentally unstable loner lost in a life forced upon him. By night Oliver aimlessly wanders the streets and bars on what can only be described as a truly shocking and humiliating killing spree. His only savior and possible way out of a life he is desperate to escape comes in the form of the beautiful Sophia with her sweet eccentricity and naivety to the danger she has put herself in.","1.097","/niRpKyhfJFbhYfigit4mNJXVg0Z.jpg","[{'id':112255,'logo_path':null,'name':'Motionpictures','origin_country':''}]","[{'iso_3166_1':'TH','name':'Thailand'},{'iso_3166_1':'US','name':'United States of America'}]","2018-07-03","0","87","[{'iso_639_1':'en','name':'English'}]","Released","","Who's Watching Oliver","false","7.3","3" +"false","/hdrbEwrE99mq7ZauRSDeFs7PNqI.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","http://thesystemthemovie.com/","567681","tt7233828","en","The System","Vastly different lives and perspectives become intertwined after a police officer suffering from reoccurring PTSD mistakenly shoots a deaf African-American kid, exposing layers of racial tension and corruption within the political, judicial and prison system.","2.442","/oIhvm79DJcbYmmBjLPbpirBhy3T.jpg","[{'id':112165,'logo_path':null,'name':'Marmera Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-09-28","0","92","[{'iso_639_1':'en','name':'English'}]","Released","the system isn't broke, it was built this way.","The System","false","6","2" +"false","/waoV6Bo7aJiXPEUOtB1pBhf0iSV.jpg","null","0","[{'id':53,'name':'Thriller'}]","","542905","tt6237268","en","Ride","A night in Los Angeles becomes a psychological war for survival when an Uber driver, James, and his passenger, Jessica, pick up Bruno, who is charismatic but manipulative.","6.066","/skyZpGolECdQD3KrtqjYHLHC4to.jpg","[{'id':13238,'logo_path':'/kDNZz8imH866Mezx1YhLWljoQTV.png','name':'Unified Pictures','origin_country':'US'},{'id':89122,'logo_path':null,'name':'Look to the Sky Films','origin_country':'CA'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-05","0","79","[{'iso_639_1':'en','name':'English'}]","Released","Some rides should never be shared","Ride","false","5.8","20" +"false","/fPwnBt2FxmiIksc59OpaH0YkeqM.jpg","null","0","[{'id':18,'name':'Drama'}]","","567685","tt3786198","en","Shiner","Matt sets out to live his dreams of becoming a world champion fighter. He meets Happy McBride, a washed up has-been, who takes him under his wing and introduces him to the underground world of MMA fighting. Matt fights his way to the top but then finds that love throws a stronger punch when he falls for Happy's daughter Nikki.","1.96","/jc2t9ivQ996CIvqg94V67QCFnZZ.jpg","[{'id':112236,'logo_path':null,'name':'Dragonstone Entertainment','origin_country':''},{'id':112237,'logo_path':null,'name':'Promise Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-01","0","95","[{'iso_639_1':'en','name':'English'}]","Released","","Shiner","false","10","1" +"false","/5q6sbGZSgWKyBE916KqDt0YC2Sj.jpg","null","0","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","http://www.gate23films.com/media/oh-deer-its-christmas/","567666","tt8850510","en","Oh Deer, It's Christmas","Larry the Reindeer thinks he can fill Santa???s shoes, but he???s about to get more than he bargained for! When Mighty Bunion, the wicked wizard, casts a spell causing Larry to switch places with Santa, the future of Christmas rests on one simple-minded reindeer???s hooves! Santa???s number one elf, Benny, and three of his trusty reindeer fleet ??? Tinker, Terry, and Barry ??? set out to search for their missing boss and rescue their favorite holiday from disaster! With the clock ticking down to Christmas Eve, these North Pole heroes brave a snowy wonderland of friends and foes alike in a race against time to rescue the world???s most famous sleigh-driver!","1.59","/qFRpY2Jfc8Aov91mLG4Pf04Rpuq.jpg","[{'id':112214,'logo_path':null,'name':'Gate 23 Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-11-13","0","75","[{'iso_639_1':'en','name':'English'}]","Released","When Santa takes off, the reindeer take over!","Oh Deer, It's Christmas","false","0","0" +"false","/7jmS2DZjuZ16u3Y5PwBy98BE3Bj.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':10770,'name':'TV Movie'}]","http://lamasfilms.com/movie.php?lang=en&id=1","548537","tt8168186","fr","Jonas","When Jonas was 14 he met the charismatic but mysterious Nathan. In addition to guiding him in his sexuality, Jonas soon confronts something dark and even dangerous about his new friend. Now an attractive, sexually assured adult, memories still haunt him. Trying frantically to put the missing pieces together, Jonas becomes determined to break the shackles of the past and finally set himself free.","4.288","/dRl9GrIRZR5u9oQoXndYKPVtVzR.jpg","[{'id':201,'logo_path':'/6UIpEURdjnmcJPwgTDRzVRuwADr.png','name':'ARTE','origin_country':'FR'},{'id':106883,'logo_path':null,'name':'En Compagnie des Lamas','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'}]","2018-11-23","0","82","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Boys","false","6.7","29" +"false","/kIG9y4mqw6WwpvvVatP0m3TRQcG.jpg","null","3400000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.gspstudios.co.uk/gspfilms/inextremis/","461496","tt4081012","en","In Extremis","Alex is a man with everything ??? the well-paid executive job, the impressive house in the country and the beautiful wife and child. When he inexplicably decides to leave work early one Friday nothing will ever be the same again. Within hours of his return a cataclysmic storm threatens to destroy everything around them.","2.402","/jV6RI6YoVCEgyrWTmnvbh0SZCEO.jpg","[{'id':102290,'logo_path':'/oAHohSArs894M7z0LwVLbd38bFA.png','name':'Goldfinch Studios','origin_country':''},{'id':112194,'logo_path':null,'name':'Media Pro Five Limited','origin_country':''},{'id':112195,'logo_path':null,'name':'Media Pro Six','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-01-01","0","93","[{'iso_639_1':'en','name':'English'}]","Released","It's the end of their world","In Extremis","false","7","2" +"false","/kWEB0ygm78gM1qT9NaytlbzfAyD.jpg","null","0","[{'id':28,'name':'Action'}]","","567664","tt7222304","en","Immortal Fist: The Legend of Wing Chun","Kaya Cohen abandoned as a baby, and raised by her foster mom, learns she is the last remaining descendant of the Wing Chun bloodline.","0.869","/j8zeA1zE2B3IDbJlxdCuudyjuhP.jpg","[{'id':112159,'logo_path':null,'name':'Free Flow Academy','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-08-21","0","72","[{'iso_639_1':'en','name':'English'}]","Released","","Immortal Fist: The Legend of Wing Chun","false","0","0" +"false","/kOxAfSyHZEDEhOCic8TxXprUg4T.jpg","null","5000000","[{'id':18,'name':'Drama'}]","","567662","tt0192528","en","Heaven & Hell","In 1990s Los Angeles, danger lurks around the corner after a freak accident leaves an undercover cop with supernatural abilities while also unleashing a horror that he must destroy before it destroys everything.","0.614","/9wW8a7wKktkUCaUMxZ6mkgL6obF.jpg","[{'id':112257,'logo_path':null,'name':'SP Sales Worldwide','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-11-06","0","104","[{'iso_639_1':'en','name':'English'}]","Released","Heaven's in trouble and there's one man who can help","Heaven & Hell","false","7.5","2" +"false","/55w0egXUx7SDr0zBTADPxdm6A9P.jpg","null","0","[{'id':27,'name':'Horror'}]","","564568","tt9335666","en","Doses of Horror","""In an asylum, patients were subjected to watching horror films for psychiatric study... but they all went mad and now those films have been unearthed!"" claims the product description. In reality, the ""story"" is told with silly title cards over random abandoned asylum shots while long scenes from eleven different 70s and 80s horror films are edited in.","3.688","/c9gkN5imMkrOX3Lh9l5hLM9rWrU.jpg","[{'id':112243,'logo_path':null,'name':'Horror Dose Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-01-05","0","100","[{'iso_639_1':'en','name':'English'}]","Released","Get your fix!","Doses of Horror","false","6.5","2" +"false","/9cX2DuyAUeDsHPUhKS3mLoB6HDx.jpg","null","0","[{'id':27,'name':'Horror'},{'id':14,'name':'Fantasy'},{'id':53,'name':'Thriller'}]","","472686","tt5806506","en","Dementia 13","A vengeful ghost, a mysterious killer, and a family where everyone has a secret converge in one night of terror in this remake of Francis Ford Coppola's first feature film.","0.967","/68nkM0GZfNS3MZsCezFNulg1hPe.jpg","[{'id':95589,'logo_path':null,'name':'Haloran LLC','origin_country':''},{'id':77028,'logo_path':null,'name':'Pipeline Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-10-06","0","83","[{'iso_639_1':'en','name':'English'}]","Released","Some ghosts you can???t rid of, other ghosts want to get rid of you.","Dementia 13","false","4.7","16" +"false","/lHDhVeoTmxaAfUpQP6odiUDl8k7.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':18,'name':'Drama'}]","","407390","tt3774866","en","Autumn Lights","An American photographer adrift in a remote Icelandic community becomes entangled in the lives of a mysterious European couple.","1.452","/8UjQenLA7lhDVtaTEVGx7AdtrRJ.jpg","[{'id':79507,'logo_path':null,'name':'Sugarloaf','origin_country':''},{'id':73833,'logo_path':null,'name':'Mystery Island','origin_country':''},{'id':79508,'logo_path':null,'name':'Last Carnival','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'IS','name':'Iceland'},{'iso_3166_1':'FR','name':'France'}]","2016-10-21","0","98","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'is','name':'??slenska'},{'iso_639_1':'it','name':'Italiano'}]","Released","","Autumn Lights","false","6.3","7" +"false","/xXGNyEG2v48q0bVR4AH4Vca2yvy.jpg","null","20000000","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","https://asimplefavor.movie/","484247","tt7040874","en","A Simple Favor","Stephanie, a dedicated mother and popular vlogger, befriends Emily, a mysterious upper-class woman whose son Nicky attends the same school as Miles, Stephanie's son. When Emily asks her to pick Nicky up from school and then disappears, Stephanie undertakes an investigation that will dive deep into Emily's cloudy past.","38.283","/5EJWZQ8dh99hfgXP9zAD5Ak5Hrn.jpg","[{'id':61791,'logo_path':'/xyiy5wZdmnxVViRa8oRMXQQvT6F.png','name':'Feigco Entertainment','origin_country':'US'},{'id':13240,'logo_path':'/aTc07YaNHo8WNgkQSnvLmG6w4nW.png','name':'Bron Studios','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2018-08-29","53542417","117","[{'iso_639_1':'en','name':'English'}]","Released","Can you keep a secret?","A Simple Favor","false","6.6","1523" +"false","/gt8Pe0H2kdm99yuHYDs8goKbTkn.jpg","{'id':9888,'name':'Home Alone Collection','poster_path':'/zYPsleQJo1n1rBPlecJBRb3iwSO.jpg','backdrop_path':'/cYS2aWxECESUN2OS3JiLrKMmOko.jpg'}","32000000","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","http://www.ha3.com/","9714","tt0119303","en","Home Alone 3","9-year-old Alex Pruitt is home alone with the chicken pox. Turns out, due to a mix-up among nefarious spies, Alex was given a toy car concealing a top-secret microchip. Now Alex must fend off the spies as they try break into his house to get it back.","25.658","/z6ugEdjGuY4qcX1ymdV2CTVSvKN.jpg","[{'id':477,'logo_path':null,'name':'Hughes Entertainment','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-12-12","79082515","102","[{'iso_639_1':'pl','name':'Polski'},{'iso_639_1':'en','name':'English'}]","Released","Ready for more. Much more.","Home Alone 3","false","5.1","1389" +"false","/htyN1EfbSsPbODZcgDfdScKgwRB.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://hittingtheapexfilm.com/","357681","tt4973112","en","Hitting the Apex","'Hitting the Apex' is the inside story of six fighters ??? six of the fastest motorcycle racers of all time ??? and of the fates that awaited them at the peak of the sport. It???s the story of what is at stake for all of them: all that can be won, and all that can be lost, when you go chasing glory at over two hundred miles an hour ??? on a motorcycle.","2.178","/cnk4wQjEBwdwF2DMvQwAYqQJSly.jpg","[{'id':62423,'logo_path':null,'name':'First Movie Companie','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-09-02","0","138","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Hitting the Apex","false","8.3","36" +"false","/fHZUVfvLzM6aQ0qA7HjBlfn1EDW.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'},{'id':9648,'name':'Mystery'}]","","457041","tt6852872","en","Elizabeth Harvest","The newly married Elizabeth arrives with her new husband, the scientist Henry, at a magnificent house. He tells her that she can do there anything she pleases, except to enter a certain closed room.","7.819","/o6iU3EVZ0iR2HjX5D4yitkVAUvu.jpg","[{'id':7625,'logo_path':'/kzq4ibnNeZrp00zpBWv3st1QCOh.png','name':'Automatik Entertainment','origin_country':'US'},{'id':85466,'logo_path':'/yIDg47SluPIkhh6ZXhJerIMNmRw.png','name':'Motion Picture Capital','origin_country':'GB'},{'id':6626,'logo_path':'/A1BnMoWjzjOrjzpWimyBQkf84mS.png','name':'Voltage Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-08-10","0","105","[{'iso_639_1':'en','name':'English'}]","Released","","Elizabeth Harvest","false","6.2","51" +"false","","null","0","[]","","125127","tt2396333","en","A Running Jump","Leigh's comedy short follows Gary's (Lee Ingleby) attempt to buy a second-hand car. What should be a straightforward task is turned into something of a quest by various people, including dodgy East End car dealer Perry (Eddie Marsan), Perry's taxi-driver dad (Sam Kelly), a garage owner called Derek (Robert Putt) and, not least, Perry's wife Debbie (Samantha Spiro). Oh, and a couple of twins (Danielle and Nichole Bird) are thrown into the mix to cause further confusion. The narrative's series of gags are shot through with sporting references and images of everyday folk taking part in grassroots sports. The swimmers, joggers, cyclists, five-a-side footballers and the rest underline the importance of sport, however casual, to the population in general and the East End of London in particular in this Olympic year. [Source -- Channel 4]","0.6","/2lLqc6hhkZINQ94vQBpzERwG9Hr.jpg","[]","[]","2012-06-24","0","35","[]","Released","","A Running Jump","false","4.5","2" +"false","/zpndSnsOCQBbDILeBpkBNVi8BTY.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","36739","tt0096054","en","School Daze","Fraternity and sorority members clash with other students at a historically black college during homecoming weekend.","4.479","/iYjGBvqX8FDhuTsDoo2DfWn5RT.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':4319,'logo_path':null,'name':'40 Acres & A Mule Filmworks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-02-12","0","121","[{'iso_639_1':'en','name':'English'}]","Released","","School Daze","false","6.4","41" +"false","/60XLho6geFOEsmAePi7MY4zThAF.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10752,'name':'War'}]","","43841","tt0029923","en","Block-Heads","It's 1938, but Stan doesn't know the war is over; he's still patrolling the trenches in France, and shoots down a French aviator. Oliver sees his old chum's picture in the paper and goes to visit Stan who has now been returned to the States and invites him back to his home.","2.933","/cWKlv7a1r70W3EURLr8oJgl3wJm.jpg","[{'id':2159,'logo_path':null,'name':'Hal Roach Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1938-08-18","0","57","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","90 Minutes of Happiness and Hi-Jinks","Block-Heads","false","7.5","38" +"false","/80p2y07DiHksAoYhIG6s2veCMzS.jpg","null","0","[{'id':35,'name':'Comedy'}]","","375282","tt0022251","en","Pardon Us","It's Prohibition, and the boys wind up behind bars after Stan sells some of their home-brew beer to a policeman.","2.897","/x4QQ1XJXgDpiOmaRscGoynuExhU.jpg","[{'id':2159,'logo_path':null,'name':'Hal Roach Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1931-09-11","0","56","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","Mr. Hardy is a man of wonderful ideas -- so is Mr. Laurel -- as long as he doesn't try to think.","Pardon Us","false","7","25" +"false","/yB600R5z4bLJoM3gHA35EAy5BnS.jpg","null","0","[{'id':35,'name':'Comedy'}]","","50856","tt0020643","en","Another Fine Mess","Two homeless vagabonds hide out in a vacant mansion and pose as the residents when prospective lessees arrive and try to rent it.","1.048","/zCcJWIYdq90nYGj4uSQzMciwJBC.jpg","[{'id':2159,'logo_path':null,'name':'Hal Roach Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1930-11-29","0","28","[{'iso_639_1':'en','name':'English'}]","Released","","Another Fine Mess","false","7.3","20" +"false","/hwXzu8MAxRslHTBqeew5Wc38Utw.jpg","null","400000","[{'id':35,'name':'Comedy'}]","","46026","tt0028070","en","Our Relations","Two sailors get caught in a mountain of mix-ups when they meet their long-lost twins. Laurel and Hardy play themselves and their twins.","2.939","/sImey6EcgBlYmhKALz12VE9b4Di.jpg","[{'id':2159,'logo_path':null,'name':'Hal Roach Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1936-10-30","0","73","[{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'en','name':'English'}]","Released","Fast Furious Funny Full-Length Feature","Our Relations","false","7.4","32" +"false","/dbtawKFyt9ssPtlBr1ePNJohz5P.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':10749,'name':'Romance'}]","","108668","tt0046683","en","The Adventures of Hajji Baba","In Ispahan, Persia, Hajji Baba is leaving his father's shop to seek a greater fortune, while the Princess Fawzia is trying to talk her father, the Caliph into giving her in marriage to Nur-El-Din, a rival prince known far and wide as mean and fickle. Her father intends Fawzia for Fawzia to marry a friend and ally, and makes plans to send her to him.","2.16","/pSEYTPhDHWwE7jDKptSJTku5kTr.jpg","[{'id':10096,'logo_path':null,'name':'Walter Wanger Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1954-10-01","0","94","[{'iso_639_1':'sq','name':'shqip'},{'iso_639_1':'en','name':'English'}]","Released","","The Adventures of Hajji Baba","false","6.5","4" +"false","/bckrW0zFWl3XeONqGygTUkjF8C2.jpg","null","0","[{'id':35,'name':'Comedy'}]","","42299","tt0023858","en","Busy Bodies","In this short film, Laurel and Hardy wage battle with inanimate objects, their co-workers, and the laws of physics during a routine work day at a sawmill.","2.447","/mbMflFt5S2ZJFJXgJCmXYXAziIz.jpg","[{'id':2159,'logo_path':null,'name':'Hal Roach Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1933-10-07","0","19","[{'iso_639_1':'en','name':'English'}]","Released","","Busy Bodies","false","8.1","28" +"false","/lWq7vZn4XKg2E7nLxgzo7hDK35g.jpg","{'id':9329,'name':'Young Guns Collection','poster_path':'/5Mb6Y6RnyHu8SzO5gQl2YgO8Z6n.jpg','backdrop_path':'/whZZ13xGyCLFn21yVhQ9RXMSuKh.jpg'}","20000000","[{'id':37,'name':'Western'},{'id':12,'name':'Adventure'}]","","9086","tt0100994","en","Young Guns II","Only three of the original five ""young guns"" -- Billy the Kid (Emilio Estevez), Jose Chavez y Chavez (Lou Diamond Phillips), and Doc Scurlock (Kiefer Sutherland) -- return in Young Guns, Part 2, which is the story of Billy the Kid and his race to safety in Old Mexico while being trailed by a group of government agents led by Pat Garrett","8.511","/nJ14tdF1nXEJjJp5A7mSxo2dNHn.jpg","[{'id':10210,'logo_path':null,'name':'Morgan Creek Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-08-01","0","132","[{'iso_639_1':'en','name':'English'}]","Released","Yoo-Hoo, I'll make ya famous!","Young Guns II","false","6.4","240" +"false","/lmZ5wIIWJdIyK2dSafHDdyWsHtu.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'},{'id':37,'name':'Western'}]","","25599","tt0029747","en","Way Out West","Stan and Ollie try to deliver the deed to a valuable gold mine to the daughter of a dead prospector. Unfortunately, the daughter's evil guardian is determined to have the gold mine for himself and his saloon-singer wife.","4.33","/nNTd15VRjRVHOY2SdF0sGOxWYSQ.jpg","[{'id':2159,'logo_path':null,'name':'Hal Roach Studios','origin_country':''},{'id':77788,'logo_path':null,'name':'Stan Laurel Productions','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1937-04-16","0","64","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","","Way Out West","false","7.3","75" +"false","/axczUsYHhyOWVY9DJPYO5xEY0J1.jpg","null","0","[{'id':35,'name':'Comedy'}]","","50914","tt0023613","en","Towed in a Hole","Although they are successful fishmongers, Stan convinces Ollie that they should become fishermen too, but making a boat seaworthy isn't an easy task.","1.573","/q8uUjW0na5inkbz1nwTaNWpC65v.jpg","[{'id':2159,'logo_path':null,'name':'Hal Roach Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1932-12-31","0","21","[{'iso_639_1':'en','name':'English'}]","Released","","Towed in a Hole","false","7.2","21" +"false","/dKWTU3GBRnp8R0VP8lJJhu50IW1.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","","43128","tt0024601","en","Sons of the Desert","Stan and Ollie deceive their wives into thinking they are taking a medicinal cruise when they are really going to a lodge convention.","5.895","/t9aRmjHY9OAmjcoA352qocJXzFc.jpg","[{'id':2159,'logo_path':null,'name':'Hal Roach Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1933-12-29","0","68","[{'iso_639_1':'en','name':'English'}]","Released","","Sons of the Desert","false","7","91" +"false","/sgNoTdQF4Dpd8R7BI6dZmXzJ5l.jpg","{'id':508783,'name':'Goosebumps Collection','poster_path':'/yOeEWiYcSPt7ljBnzvx8ZOpZO1r.jpg','backdrop_path':'/hMOwqSghhz4AStkXxCjL1BjXdV0.jpg'}","35000000","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'},{'id':10751,'name':'Family'},{'id':27,'name':'Horror'}]","http://sites.sonypictures.com/goosebumps2/site/","442062","tt5664636","en","Goosebumps 2: Haunted Halloween","Two boys face an onslaught from witches, monsters, ghouls and a talking dummy after they discover a mysterious book by author R.???L. Stine.","22.449","/kOrUF0EH2C3KHoI7tqANZMFZaTN.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':333,'logo_path':'/5xUJfzPZ8jWJUDzYtIeuPO4qPIa.png','name':'Original Film','origin_country':'US'},{'id':30246,'logo_path':null,'name':'Scholastic Entertainment','origin_country':'US'},{'id':105645,'logo_path':null,'name':'Silvertongue Films','origin_country':'US'},{'id':2251,'logo_path':'/8PUjvTVmtJDdDXURTaSoPID0Boj.png','name':'Sony Pictures Animation','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2018-10-11","92503612","90","[{'iso_639_1':'en','name':'English'}]","Released","Halloween comes to life.","Goosebumps 2: Haunted Halloween","false","5.6","361" +"false","/roL2pnIh55rLO93qFcIUnoamJpj.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':35,'name':'Comedy'},{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","http://anationmovie.com","446101","tt6205872","en","Assassination Nation","High school senior Lily and her group of friends live in a haze of texts, posts, selfies and chats just like the rest of the world. So, when an anonymous hacker starts posting details from the private lives of everyone in their small town, the result is absolute madness leaving Lily and her friends questioning whether they'll live through the night.","26.55","/q2Nmyqh84rMiBwNfC2jMjuQluW4.jpg","[{'id':13240,'logo_path':'/aTc07YaNHo8WNgkQSnvLmG6w4nW.png','name':'Bron Studios','origin_country':'CA'},{'id':423,'logo_path':'/uvA6e2O31qaonsbYd8tjvgqmNXh.png','name':'Phantom Four','origin_country':'US'},{'id':53152,'logo_path':null,'name':'Creative Wealth Media Finance','origin_country':'CA'},{'id':111135,'logo_path':null,'name':'Foxtail Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-09-21","0","108","[{'iso_639_1':'en','name':'English'}]","Released","You asked for it, America.","Assassination Nation","false","6.2","193" +"false","/50cJQBaGoL1W4SfSOMhxRNYN6ek.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'}]","","502385","tt7460806","en","The Festival","After Nick's girlfriend dumps him, his best mate Shane has the perfect antidote to his break-up blues: three days at an epic music festival.","4.053","/zokQMbuBst9z0dP5UKi9EkCSSnV.jpg","[{'id':90272,'logo_path':null,'name':'Fudge Park Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-08-17","0","98","[{'iso_639_1':'en','name':'English'}]","Released","","The Festival","false","6.2","30" +"false","/uEn1XqrSBkMOVpT1ijV2ctbML3P.jpg","null","0","[{'id':18,'name':'Drama'}]","https://www.hbo.com/movies/icebox","543772","tt6341668","es","Icebox","Forced to flee his home in Honduras, ??scar seeks asylum in the United States, only to find himself trapped in the immigration system.","2.875","/sTlXEkcB865C6FCaJyFBRV4kixa.jpg","[{'id':3268,'logo_path':'/tuomPhY2UtuPTqqFnKMVHvSb724.png','name':'HBO','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-09-09","0","86","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Searching for freedom. Caught in the system.","Icebox","false","7.6","9" +"false","/raeTgM9f4uDHyOviYrzjxoexoA3.jpg","null","0","[{'id':99,'name':'Documentary'}]","https://www.camillahall.info/projects/","454151","tt6640526","en","Copwatch","The true story of We Copwatch, an organization whose mission is to film police activity as a non-violent form of protest and deterrent to police brutality. Around the country, a network of regular people take up cameras to bear witness to police actions and hold law enforcement to accountability.","0.6","/movlUgilcelD2llAzen7iT1amno.jpg","[{'id':37432,'logo_path':'/4jf93b9QJmuHxtb1CAFxakApt5K.png','name':'Bow and Arrow Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-04-23","0","95","[{'iso_639_1':'en','name':'English'}]","Released","","Copwatch","false","5","1" +"false","/o3VASM6bQDByvPZzssVP4fBRx51.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","http://www.backroadsthemovie.com","465929","tt0972544","en","Back Roads","A young man cares for his younger sisters after their mother is imprisoned for murdering their abusive father. When he strikes up an affair with a married woman, long-dormant family secrets bubble to the surface.","4.642","/fjXsw3YgtI7BBHu7tb5VeRAB4Ou.jpg","[{'id':54280,'logo_path':null,'name':'Infinity Media','origin_country':''},{'id':112113,'logo_path':null,'name':'Upturn Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-04-20","0","101","[{'iso_639_1':'en','name':'English'}]","Released","","Back Roads","false","6","20" +"false","/z22FWo8LDQnIc1Aqg0aKBvyiots.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","https://www.tyrelmovie.com","454312","tt6729000","en","Tyrel","Tyrel joins his friend on a trip to the Catskills for a weekend birthday party with several people he doesn???t know. As soon as they get there, it???s clear that (1) he???s the only black guy, and (2) it???s going to be a weekend of heavy drinking. Although Tyrel is welcomed, he can???t help but feel uneasy in ???Whitesville.??? The combination of all the testosterone and alcohol starts to get out of hand, and Tyrel???s precarious situation starts to feel like a nightmare.","3.553","/ikWgwqBoD59pvXAYNzpIw54UpIa.jpg","[{'id':112143,'logo_path':'/tyRZHfT4zOgej0l3aLTyU4jAs65.png','name':'Hidden Content','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-12-05","0","86","[{'iso_639_1':'en','name':'English'}]","Released","When you're the only one","Tyrel","false","6.6","7" +"false","/gEAlPVSnD9tCShnbbLBKBJYx1VL.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","21168","tt0100469","en","The Reflecting Skin","A young boy tries to cope with rural life circa 1950s and his fantasies become a way to interpret events. After his father tells him stories of vampires, he becomes convinced that the widow up the road is a vampire, and tries to find ways of discouraging his brother from seeing her.","5.68","/mkcCnzCAtdr8MczQRuASBQvHkxc.jpg","[{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':3644,'logo_path':null,'name':'Zenith Entertainment','origin_country':''},{'id':1625,'logo_path':null,'name':'Fugitive Features','origin_country':''},{'id':12745,'logo_path':null,'name':'British Screen Productions','origin_country':'GB'},{'id':464,'logo_path':null,'name':'National Film Trustee Company','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'CA','name':'Canada'}]","1990-08-28","0","95","[{'iso_639_1':'en','name':'English'}]","Released","Sometimes terrible things happen quite naturally.","The Reflecting Skin","false","6.6","76" +"false","/wWbHDWHEIMjuQ9bA0Y4fCRxOgmx.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","524788","tt6857040","en","The Appearance","Mateho, an officer of the Inquisition and rational man of science, visits a remote monastery to investigate a bizarre murder of a monk. And you guessed it: something evil is afoot. But is the terror man-made or the result of witchcraft?","4.311","/zqbroxcyk9CsroVMcGLUJ331OlS.jpg","[{'id':52699,'logo_path':null,'name':'Camera 40 Productions','origin_country':''},{'id':112134,'logo_path':null,'name':'Hive Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-06-27","0","111","[{'iso_639_1':'en','name':'English'}]","Released","Thou shalt not suffer a witch to live","The Appearance","false","5.3","13" +"false","/3e29eboA5v6SOcSKPxskPOMl8Td.jpg","null","0","[{'id':28,'name':'Action'},{'id':37,'name':'Western'}]","","43351","tt0046198","en","Pony Express","Buffalo Bill and Wild Bill Hickok join forces to establish a mail route that can get mail from St. Joseph, Missouri, to Sacramento, California, in ten days. Along the way they must battle bad weather, hostile Indians and outlaws intent on robbing the mail and shutting down the entire operation.","1.795","/eQ4aos3YpDXkG8ANqTC6SteVA4F.jpg","[{'id':16331,'logo_path':null,'name':'Nat Holt Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1953-01-01","0","101","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","GALLOPING THRILLS! A mighty adventure when America's destiny rode in the saddle bags of the...PONY EXPRESS","Pony Express","false","5.1","12" +"false","","null","0","[]","","42736","tt0059379","en","Laurel and Hardy's Laughing 20's","A compilation of primarly Laurel and Hardy shorts---From Soup to Nuts, Wrong Again, Putting the Pants on Philip, The Finishing Touch, Sugar Daddies and short clips from others---plus Max Davidson's Call of the Cuckoo and Dumb Daddies, with some cross-over Charley Chase footage, which, along with Robert Youngson's previous ""The Golden Age of Comedy"", ""When Comedy Was King"", ""Days of Thrills and Laughter"", led to a renewed interest in and a revival of television showings of Laurel and Hardy shorts. The cast was billed in order of their appearance: Oliver Hardy, Stan Laurel, Vivien Oakland (with a Vivian typo), Glen Tyron, Edna Murphy, Anita Garvin, Tiny Sanford, Jimmy Finlayson, Charlie Chase, Viola Richard, Max Davidson, Del Henderson, Josephine Crowell, Anders Randolf (as Anders Randolph), Edgar Kennedy, Dorothy Coburn, Lillian Elliott and ""Spec"" O'Donnell.","0.6","/p1pBu5pEbTjCUK2RL1BBbOPAmIi.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","1965-01-01","0","91","[{'iso_639_1':'en','name':'English'}]","Released","","Laurel and Hardy's Laughing 20's","false","9","2" +"false","/vohcRu3vibuk1tWVDWh6Rz9qykF.jpg","null","0","[{'id':10751,'name':'Family'}]","https://cinderellaenchanted.com/","567204","tt8688048","en","Cinderella: The Enchanted Beginning","Forced to live a life inhabited by her wicked step mother and her two step sisters, Cinderella Perrault, learns about the fruition of love, life, and self discovery in this modern retelling of the classic tale.","3.606","/4hAgjZizUkQ0JiAyxfMrxiNeQTG.jpg","[{'id':112131,'logo_path':null,'name':'MVP Original','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-12-15","0","70","[{'iso_639_1':'en','name':'English'}]","Released","The modern magic of a classic fable","Cinderella: The Enchanted Beginning","false","0","0" +"false","/1YwobLXEIaHd82AXlCNUqh1SETt.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","","499028","tt8092252","ko","?????? ????????? ?????????","Along with his young son, Ji-ho, Woo-jin misses his wife Soo-a, who died after promising to return a year later with the rainy season. Miraculously, they reunite with Soo-a when the rainy season comes around, but she has no memory of her husband and son whom she dearly loved.","1.96","/mpJZ1YM7TMN00TYPQ7aXeKA4wHu.jpg","[{'id':7819,'logo_path':'/ghFZAt4edln0M7BzDExyYMzUGX1.png','name':'Lotte Entertainment','origin_country':'KR'},{'id':112531,'logo_path':null,'name':'Movierock','origin_country':'KR'},{'id':112532,'logo_path':null,'name':'Studio By The Library','origin_country':'KR'}]","[{'iso_3166_1':'KR','name':'South Korea'}]","2018-03-14","0","132","[{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","","Be with You","false","8.8","21" +"false","/yhC8hunUhVlqnnIf7oLcYFHOAaG.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","https://www.netflix.com/title/80201490","472734","tt4878482","en","Dumplin'","To prove a point about measuring up and fitting in, Texas teen Willowdean ???Dumplin?????? Dickson enters a local pageant run by her ex-beauty queen mom.","11.108","/xJAB1HrFUuOf2VkWPaZ4N2DACCo.jpg","[{'id':90149,'logo_path':null,'name':'COTA Films','origin_country':''},{'id':7382,'logo_path':null,'name':'Echo Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-12-20","0","110","[{'iso_639_1':'en','name':'English'}]","Released","Find out who you are and do it on purpose","Dumplin'","false","7.1","430" +"false","/ju2KtsPXTrRuX0B5yMbaJx5xYQV.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':12,'name':'Adventure'}]","https://www.berniethedolphinfilm.com/","565839","tt7549618","en","Bernie the Dolphin","A brother and sister who befriend a badly sunburned dolphin separated from his family and uncover a secret plan that could destroy the beach and their new friend's home. The kids must devise a clever plan to stop the bad guys, protect the sea life, and, most importantly, save their best friend, Bernie.","1.4","/cc2emcyFQVsnCrTwH5MdZiJeRcx.jpg","[{'id':112097,'logo_path':null,'name':'AIC Studios','origin_country':''},{'id':112098,'logo_path':'/hY7fqxZfCVvf6nE9xGBW41zKqpm.png','name':'Digital Caviar','origin_country':'US'},{'id':72097,'logo_path':null,'name':'Fairway Film Alliance','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2018-12-07","0","88","[{'iso_639_1':'en','name':'English'}]","Released","Protect the cove. Rescue the dolphin. Save the day.","Bernie the Dolphin","false","6","2" +"false","/rNg9Vfek4rR41ka7B6YlQDihFvF.jpg","null","0","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","529982","tt6131450","en","Asher","Asher is a former Mossad agent turned gun for hire, living an austere life in an ever-changing Brooklyn. Approaching the end of his career, he breaks the oath he took as a young man when he meets Sophie on a hit gone wrong. In order to have love in his life before it's too late, he must kill the man he was, for a chance at becoming the man he wants to be.","4.148","/o5p4Ev49KVR4itGWy3OHyqnRsz8.jpg","[{'id':92475,'logo_path':null,'name':'Mensch Productions','origin_country':''},{'id':59824,'logo_path':'/oTLLl9kNJtIbIRggI3mjhZRP72e.png','name':'Wing and a Prayer Pictures','origin_country':''},{'id':99435,'logo_path':null,'name':'LINK Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-12-07","0","117","[{'iso_639_1':'en','name':'English'}]","Released","Some Things Get Better With Age","Asher","false","6.4","24" +"false","/1ZRixRPdkVN8vdXkLKHZVpTQhdo.jpg","null","0","[{'id':18,'name':'Drama'}]","","107443","tt0049030","en","The Brave One","A young Mexican boy tirelessly tries to save his pet bull from death at the hands of a celebrated matador.","1.152","/7BS5M8ACJhiW74DGeI1kSJommFt.jpg","[{'id':3760,'logo_path':null,'name':'King Brothers Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1956-10-26","0","100","[{'iso_639_1':'en','name':'English'}]","Released","The Touch of Greatness","The Brave One","false","6.1","7" +"false","/gJqQxpe03aIRZZjy8A4nbLtBpch.jpg","null","11318430","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","401545","tt4964788","es","Todos lo saben","Laura, a Spanish woman living in Buenos Aires, returns to her hometown outside Madrid with her Argentinian husband and children. However, the trip is upset by unexpected events that bring secrets into the open.","17.21","/um7ikmficsPsiOZwp7VkKdSnBs7.jpg","[{'id':779,'logo_path':'/KFFOFoztyjV5epvnW5GerPbcvx.png','name':'Lucky Red','origin_country':'IT'},{'id':5162,'logo_path':'/ePS4wgTIC1hjOnnmxYJmYNEzAR.png','name':'Memento Films Production','origin_country':'FR'},{'id':10031,'logo_path':'/cUOviFxM9l3dYuNeg89giHUaqkd.png','name':'Morena Films','origin_country':'ES'}]","[{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'IT','name':'Italy'}]","2018-05-09","0","132","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Who did it?","Everybody Knows","false","6.6","325" +"false","/e5tXwOFsvRYj6BiH8vjByDNXQrk.jpg","{'id':479692,'name':'Robert Collection','poster_path':'/dAbzGyrZtEI2DLaFmoabBLpNsCl.jpg','backdrop_path':'/dIhcKuQl3Pi6QvA9UONH8HEEvsv.jpg'}","0","[{'id':27,'name':'Horror'}]","","464870","tt5457454","en","The Toymaker","In Germany, 1941, the Nazis pursue a Toymaker who has acquired a mystical book which gives life to inanimate objects.","0.655","/oNBENo89kf432xR6My4oHLHPStS.jpg","[{'id':16370,'logo_path':null,'name':'North Bank Entertainment','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-08-21","0","84","[{'iso_639_1':'en','name':'English'}]","Released","There's a new puppet master in town","The Toymaker","false","5.6","6" +"false","/7YpzkZGZesAmFr1wZL1Txh62Stq.jpg","null","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","445224","tt6690310","zh","????????????","An undercover police officer attempts to take down a drug trafficking syndicate from the inside.","4.602","/sMRVJ41dihj4pIpJ4UbArK1IXrg.jpg","[{'id':5690,'logo_path':null,'name':'Pop Movies','origin_country':''},{'id':91007,'logo_path':null,'name':'Beijing Perfect Film and Television Media Co., Ltd.','origin_country':'CN'},{'id':92484,'logo_path':null,'name':'CMC Pictures','origin_country':''},{'id':10338,'logo_path':'/el2ap6lvjcEDdbyJoB3oKiYgXu9.png','name':'Perfect World Pictures','origin_country':'CN'}]","[{'iso_3166_1':'CN','name':'China'}]","2017-03-31","0","117","[{'iso_639_1':'cn','name':'????????? / ?????????'},{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'sa','name':''},{'iso_639_1':'th','name':'?????????????????????'}]","Released","","Extraordinary Mission","false","6.6","9" +"false","/pApaVlxJCp2o4mrzCAD3AaLjq77.jpg","null","175000000","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'}]","https://www.netflix.com/title/80993105","407436","tt2388771","en","Mowgli: Legend of the Jungle","A human child raised by wolves, must face off against a menacing tiger named Shere Khan, as well as his own origins.","23.025","/clRnzMsFoMIdC7I5JsG6dnnHH8l.jpg","[{'id':85284,'logo_path':'/7RvgzApnxYrdy9sqIAn1axTKuxu.png','name':'The Imaginarium','origin_country':'GB'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2018-11-25","0","105","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'hi','name':'??????????????????'}]","Released","The greatest journey is finding where you belong","Mowgli: Legend of the Jungle","false","6.6","1179" +"false","/13qs32P8T3gvt5Bk9VdfDZZMVfG.jpg","null","0","[{'id':18,'name':'Drama'},{'id':12,'name':'Adventure'},{'id':10749,'name':'Romance'}]","","73462","tt0088758","en","The Aviator","A 1920s mail pilot and a rich man's daughter crash-land on a mountain full of hungry wolves.","2.043","/5um5OytqGq2aS8XHtYVp0I2hDRf.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-03-01","1304192","96","[{'iso_639_1':'en','name':'English'}]","Released","","The Aviator","false","5.6","9" +"false","/hDK6d3XZ0ZxOWSkVisC9gI7BhRd.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':99,'name':'Documentary'}]","https://www.louisck.net/purchase/live-at-the-comedy-store","321594","tt4368814","en","Louis C.K.: Live at The Comedy Store","This material was developed and prepared over the last year or so, mostly in comedy clubs. This special kind of goes back to when he used to just make noises and be funny for no particular reason. It felt right to him to shoot this special in a club to give it that live immediate intimate feeling. The show is about an hour long. The opening act, who is seen at the beginning (good place for an opening act) is Jay London. One of his favorite club comics going way back to the late 80s when he first started in working in New York.","4.994","/msdRyy0oiHXCQ3ANfLYchhXyf3F.jpg","[{'id':15993,'logo_path':null,'name':'Pig Newton','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-01-27","0","66","[{'iso_639_1':'en','name':'English'}]","Released","","Louis C.K.: Live at The Comedy Store","false","7.5","90" +"false","/uzrgrSXpJThTkMQ8ZoTpjzndtZ0.jpg","null","0","[{'id':18,'name':'Drama'}]","","499730","tt7520980","en","Worth","Ricky, a top contender in Muay Thai Kickboxing trains for the title belt, all the while dealing with new relationships, money problems, and family drama.","1.831","/1brDOGYaNFncyj4nCtiNHGNRlBf.jpg","[{'id':112056,'logo_path':null,'name':'Uncia Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-08-12","0","84","[{'iso_639_1':'en','name':'English'}]","Released","","Worth","false","0","0" +"false","/lfXTs85mSowT0sGMAOcgpGLKQqv.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':10749,'name':'Romance'}]","","15810","tt0452692","en","The Tender Hook","The story is about Iris' rise to the apex of a love/power triangle that includes her roguish English lover, McHeath and Art, an earnest young boxer. Within the flawed moral landscape, each character struggles to establish their sovereignty.","2.078","/t5F7LifqbvTOyLLN0BHVYpGbxji.jpg","[{'id':90188,'logo_path':null,'name':'Mandala Films','origin_country':''},{'id':25980,'logo_path':null,'name':'Film Finance','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2008-09-18","0","103","[{'iso_639_1':'en','name':'English'}]","Released","","The Tender Hook","false","4","1" +"false","/jHuYNN09mmuzC5CqgMf7xgwE6Nx.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","46878","tt0078350","en","The Swarm","Scientist Dr. Bradford Crane and army general Thalius Slater join forces to fight an almost invisible enemy threatening America; killer bees that have deadly venom and attack without reason. Disaster movie-master Irwin Allen's film contains spectacular special effects, including a train crash caused by the eponymous swarm.","4.795","/4AsVSKw3cIPYilkxnPtPwv4Uhbr.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1978-07-14","0","116","[{'iso_639_1':'en','name':'English'}]","Released","Monsters by the millions - and they're all for real!","The Swarm","false","5","70" +"false","/p60l0KwB5snYYNhCseAkq0c4yOn.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","57008","tt1753422","en","Alice in Murderland","It's Alice's birthday and her sorority girlfriends throw her a themed party. Everyone comes as their favorite, sexy character from Wonderland. The Jabberwocky wasn't invited and brings murder and mayhem to the girls' night out.","1.42","/t4cCec1W5FljyrZt6bFfFDB0fTf.jpg","[{'id':6766,'logo_path':null,'name':'Tom Cat Films','origin_country':''},{'id':6765,'logo_path':null,'name':'Sterling Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-02-05","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Through the looking glass and straight to hell","Alice in Murderland","false","2.2","10" +"false","/8regFTY01Nc2ZolqBZlEYTi5xUO.jpg","null","0","[{'id':53,'name':'Thriller'}]","https://www.kandoofilms.com/movies/hospitality/","560412","tt6964844","en","Hospitality","A woman with a checkered past must protect her son when a man brings trouble to her isolated bed and breakfast.","2.93","/hJuKwfBYhxUBmHxYuGwMlvM9WVF.jpg","[{'id':82852,'logo_path':null,'name':'Kandoo Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-12-07","0","80","[{'iso_639_1':'en','name':'English'}]","Released","Trouble comes knocking.","Hospitality","false","6.2","7" +"false","/4GV7v37r43vPkRNowLIFrpWAb20.jpg","null","0","[{'id':27,'name':'Horror'},{'id':14,'name':'Fantasy'},{'id':10749,'name':'Romance'}]","","516850","tt7162390","ru","??????????????. ?????????? ??????????????","An evil Mermaid falls in love with Marina's fianc?? Roman and aims to keep him away from Marina in her Kingdom of Death under water. The Mermaid is a young woman who drowned a few centuries ago. Marina only has one week to overcome her fear of the dark water, to remain human in the deathly fight with the monsters and not to become one herself.","5.221","/57Kf4XGzNhF0VHIY42xrB1r3akx.jpg","[{'id':103137,'logo_path':null,'name':'QS Films','origin_country':'RU'},{'id':107811,'logo_path':null,'name':'STGCinema','origin_country':''},{'id':3419,'logo_path':'/byrxE2pJD9JLyBCIzyK0pYVanyG.png','name':'Central Partnership','origin_country':'RU'}]","[{'iso_3166_1':'RU','name':'Russia'}]","2018-07-12","0","90","[{'iso_639_1':'ru','name':'P????????????'}]","Released","","The Mermaid: Lake of the Dead","false","5.2","29" +"false","/cLNT3is7kJ9g1sBc4WfirFSEBuV.jpg","null","1000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","566879","tt6250792","en","The Ghost Beyond","A struggling novelist moves his wife and young son to an old country home, but when a presence begins to communicate with his son, the family must escape an evil that threatens to doom them to the house for eternity.","2.292","/oBgQpptxcqSXWPf9cPXBjPyXEbH.jpg","[{'id':112081,'logo_path':null,'name':'Haunted Doll Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-12-04","0","90","[{'iso_639_1':'en','name':'English'}]","Released","She's been waiting for you","The Ghost Beyond","false","4.8","4" +"false","/sldGS9qBFyxaFbLdP9Dyb8ypt5n.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","http://www.formosathemovie.com/","41616","tt1121786","en","Formosa Betrayed","In the early 1980s, an FBI Agent is assigned to investigate the murder of a respected professor. Through his investigation, he unearths a spider web of international secrets that has been thriving within college campuses across America for decades. His investigation takes him across the Pacific to the island nation of Taiwan, where with the help of the outspoken widow and an unlikely spy, he learns that the Professor's killing was not a random act, but a desperate move by a scandalous government intent on keeping its nefarious activities under wraps. Our detective soon finds himself on a collision course against the U.S. State Department, the Chinese Mafia, and the Nationalist Chinese Government - in a land where the truth is not what it seems and the only people he can trust, cannot be trusted at all. Inspired by actual events.","1.828","/2hVTvBzKpvLXZZwtNRb3GVxibgz.jpg","[{'id':2877,'logo_path':null,'name':'Living Films','origin_country':''},{'id':2917,'logo_path':null,'name':'Formosa Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-02-26","0","103","[{'iso_639_1':'en','name':'English'}]","Released","","Formosa Betrayed","false","7.3","4" +"false","/w0MTLxJfmThmoM1Z0po0cqsf4pk.jpg","null","0","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'}]","","464745","tt5078886","en","Fanged Up","A young rogue is thrown into prison for the weekend, unaware that the guards are blood-sucking vampires and the inmates are their victims","2.128","/yT5IGZlYv7GP8XdzlhjoCOaS55n.jpg","[{'id':19638,'logo_path':'/6R3XtbihMWuDRFnlm4MkpxhmEKf.png','name':'Altitude Film Entertainment','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-10-31","0","88","[{'iso_639_1':'en','name':'English'}]","Released","It's not just a prison. It's a larder.","Fanged Up","false","5","4" +"false","/d9CrpCWKzOFR9bdhj2HzK4PERg8.jpg","null","0","[{'id':28,'name':'Action'}]","","562229","tt6864090","en","Dead Ringer","A modern day version of The Prince And The Pauper where one man from a poor background ends up taking over another mans life from the entirely opposite end of the spectrum. Jamie Poulton - lead singer of tribute act 'Dive' - gets the opportunity to replace the iconic Donny Martin from the boy band group D5 with ever gripping twists and turns. This British film asks the question could one man live in another mans shoes and actually get away with it!?","1.866","/77j5dcYTkfpWhu0VOmRh5AekGYq.jpg","[{'id':112053,'logo_path':null,'name':'Amarich Productions','origin_country':''},{'id':107134,'logo_path':null,'name':'Teamworks Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-09-17","0","100","[{'iso_639_1':'en','name':'English'}]","Released","Dying to be famous","Dead Ringer","false","10","1" +"false","/obLkZM4xyhI4UfNuyw8WIWvBIRD.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'}]","","20989","tt0397853","en","18 Fingers of Death!","The ""buzz"" in Hollywood is that, ""18 FINGERS OF DEATH!"" will kick the butt out of the low budget martial arts movies genre and knocks us down to the ground laughing! This funny ""sockumentart"" of the world of Chop sockey, kung fooey, ninja poo poo, karate kidding croutching tiger stuff takes you on the journey of making martial arts movies at it's lowest.","0.892","/74ltBV3qG6KfXT3xIVMfQqrD9kF.jpg","[]","[]","2006-04-11","0","87","[]","Released","","18 Fingers of Death!","false","3.7","6" +"false","/m7HFlgs7zQtMAwPZNpIJy1TZhr8.jpg","null","0","[{'id':99,'name':'Documentary'}]","","199951","tt6021960","en","Quentin Tarantino: 20 Years of Filmmaking","Take a look at Tarantino's career from the beginning, with interviews from co-workers, critics, stars and master filmmakers alike as well as a tribute to his greatest collaborator, Sally Menke. Produced for the 'Tarantino XX' Blu-ray collection","1.312","/bzrTHS1JrC8BJszpqKHGX4rLnoV.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-11-20","0","133","[{'iso_639_1':'en','name':'English'}]","Released","","Quentin Tarantino: 20 Years of Filmmaking","false","7.3","6" +"false","","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","566876","tt6250554","en","Payday","When inexperienced criminal Ben holds up a small-town restaurant, the poorly-planned robbery spirals into a hostage crisis beyond his control. Trapped inside with him is his girlfriend, manager Adie Graham, a cunning sociopath who masterminded the theft to cover up evidence of her embezzlement. As Ben tries to keep her involvement a secret whilst negotiating with the police, Adie plays a dangerous game of deceit and manipulation, willing to do anything and everything to come out on top - no matter who gets hurt.","1.936","/fkT0BEaxBpE7KoFX9xqTEzZHt4W.jpg","[{'id':86688,'logo_path':null,'name':'A Cut to the Chase Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-12-05","0","105","[{'iso_639_1':'en','name':'English'}]","Released","Willing to do anything for everything","Payday","false","10","1" +"false","/r8pGo5jgKZ5eLwoYAF7BWMHstiY.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","","42121","tt0086423","en","Tender Mercies","Alchoholic former country singer Mac Sledge makes friends with a young widow and her son. The friendship enables him to find inspiration to resume his career.","2.223","/pkAOhgIt2CLyJaVpFYywe1EPNf.jpg","[{'id':18094,'logo_path':null,'name':'Antron Media Production','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1983-04-02","0","92","[{'iso_639_1':'en','name':'English'}]","Released","Robert Duvall is Mac Sledge, down and out country singer. His struggle for fame was over. His fight for respect was just beginning.","Tender Mercies","false","6.7","35" +"false","/vOu4QpjxH5VuNuuFaZgLi4CkgOn.jpg","null","0","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'},{'id':9648,'name':'Mystery'}]","","548064","tt8998472","en","You Might Be the Killer","Counselors are being killed off at summer camp, and Sam (Fran Kranz) is stuck in the middle of it. Instead of contacting the cops, he calls his friend and slasher-film expert (Alyson Hannigan) to discuss his options.","3.658","/aBwQF1UR8GcRWEcEngF3uLozqhe.jpg","[{'id':12029,'logo_path':null,'name':'Curmudgeon Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-09-21","0","92","[{'iso_639_1':'en','name':'English'}]","Released","It's summer camp. What did you expect?","You Might Be the Killer","false","6.1","20" +"false","","null","0","[{'id':18,'name':'Drama'}]","","566429","tt6953526","en","Warrior Pride","As the head coach of the Michigan Warriors AAU basketball team, Dylan Baxter, finds himself at a perpetual cross-roads as he strives to take his team to the national championship.","2.174","/scHOb6tUm7qnexd0cfE7LvG4yKP.jpg","[{'id':112062,'logo_path':null,'name':'Black-Smith Enterprises','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-12-03","0","136","[{'iso_639_1':'en','name':'English'}]","Released","Game time imitates life when it comes to the basketball court","Warrior Pride","false","0","0" +"false","/pA7catYkY33XU9IMtJO8MYgC0tC.jpg","null","0","[{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'}]","https://www.tinkerthemovie.com/","562334","tt3833682","en","Tinker'","A hermit farmer discovers his late father's secret journal containing plans to a magnetic powered machine that could change the world, while unexpectedly becoming custodian of his gifted 6 year old nephew, after his mom's untimely death.","2.537","/y1wqKqrE5kPeevdswlpN8rvel1B.jpg","[{'id':111954,'logo_path':null,'name':'KoCreo Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-11-16","0","97","[{'iso_639_1':'en','name':'English'}]","Released","","Tinker'","false","6","2" +"false","/b0Ufkd0etwVilY11zzj0fYeH1HY.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","https://www.thecabinmovie.com","566556","tt5963066","en","The Cabin","When a couple visit a remote cabin and cross paths with a compulsive liar, their vacation takes a dramatic turn for the worse.","3.679","/zjKRXzoWpXkSQaGUBCjzHt0Hn4N.jpg","[{'id':111944,'logo_path':null,'name':'Coast Art Productions','origin_country':''},{'id':111945,'logo_path':null,'name':'KwStudios','origin_country':''}]","[{'iso_3166_1':'SE','name':'Sweden'},{'iso_3166_1':'US','name':'United States of America'}]","2018-12-04","0","86","[{'iso_639_1':'en','name':'English'}]","Released","Fear has found a home","The Cabin","false","4","7" +"false","/z9wwKf92GoGwfmKq8NumTlYBAML.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':10770,'name':'TV Movie'}]","","511689","tt8106584","en","Say Her Name: The Life and Death of Sandra Bland","Sandra Bland was a bright, energetic activist whose life was cut short when a traffic stop resulted in a mysterious jail cell death just three days later.","2.46","/lSd7tysqV914OSsYBRey2zmlMpV.jpg","[{'id':80310,'logo_path':null,'name':'Home Box Office Home Video (HBO)','origin_country':''},{'id':112042,'logo_path':null,'name':'Cozy Post Production','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-04-25","0","105","[{'iso_639_1':'en','name':'English'}]","Released","Passion cannot be silenced","Say Her Name: The Life and Death of Sandra Bland","false","6.3","3" +"false","/n9x2kDfHjj3wNP1d2NQZqBJUMO1.jpg","null","350000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","http://www.PickingsFilm.com","457312","tt4789822","en","Pickings","When a short-tempered mobster and his gang of thugs try to shake down a neighborhood bar, they're soon confronted with the wrath of its owner - a mysterious southern mother with a dangerous past.","3.35","/s8NQvpJMOM1iC8hiFwvR5hywxO9.jpg","[{'id':98843,'logo_path':null,'name':'Dark Passage Films','origin_country':''},{'id':90255,'logo_path':null,'name':'Digital Magic Entertainment','origin_country':''},{'id':112020,'logo_path':null,'name':'Visuals by Cleverchimp','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-03-02","0","103","[{'iso_639_1':'en','name':'English'}]","Released","They fu#ked with the wrong woman!","Pickings","false","7.5","2" +"false","/8oWno3UefYeKEBn40IZcCqGv3CH.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","https://www.bornracermovie.com","551809","tt6936350","en","Born Racer","A powerful and inspirational story of dedication, danger, fear, and the rare ???will??? some of us have to defy all personal limitations. Experience the fastest motorsport on earth through the eyes of five-time champion Scott Dixon and the Chip Ganassi Racing team. Filmed with an access all areas lens, ???Born Racer??? follows the people who are passionate about the world of auto racing and asks why some individuals feel compelled to face danger and risk their lives in order to win. Both action-packed and highly-intimate, it features an intense blend of up close and personal filming with never-before-seen spectacular, cutting-edge racing footage to explore a sport that defines the very people who inhabit it, and pushes them to the edge in their desire for success.","2.605","/qbhHJPs2BhrFcT2gwXo77d9UA6R.jpg","[{'id':13742,'logo_path':null,'name':'General Film Corporation','origin_country':''}]","[{'iso_3166_1':'NZ','name':'New Zealand'}]","2018-10-02","0","88","[{'iso_639_1':'en','name':'English'}]","Released","To be the fastest, you need to risk everything","Born Racer","false","7.6","5" +"false","/nCrXWuYFoBJ9kfAlizNbh2XjEY2.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","http://bernardandhueymovie.com","474002","tt4654016","en","Bernard and Huey","Two old friends reunite, which causes complications.","0.696","/wsMyrvHiMxFPbfAHWBblt01q86M.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-01-23","0","90","[{'iso_639_1':'en','name':'English'}]","Released","With friends like these...","Bernard and Huey","false","5","1" +"false","/6ZavvYDoCtCqYVf8RwmCdAfCsUl.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","","505003","tt4729790","en","Carter & June","A grifter indebted to a New Orleans gangster thinks he can make a killing and win back his money-troubled ex-lover with the help of a bank robbery already set to go down. The reunited lovers team up for the job, but get caught in a whirlwind of danger as the robbery turns deadly.","1.894","/zSpuv5CLGG2WgQo38nzDpxFuKUG.jpg","[{'id':19679,'logo_path':null,'name':'Sacred Bull Media','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-05-18","0","87","[{'iso_639_1':'en','name':'English'}]","Released","Get the money. Get the girl. Get out.","Carter & June","false","6.8","4" +"false","/k2fAJ7LazXL9OGWIplv9XqD3Zct.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.aftereverythingthemovie.com","448557","tt6688022","en","After Everything","When Elliot, a brash 23-year-old living carefree in New York City, meets the sensible Mia and receives a damning diagnosis all in the same week, his world is turned completely upside down. But as their love blossoms amidst the chaos of his treatment, they discover that Elliot's illness is not the real test of their relationship ??? it's everything else.","4.962","/5fwosV84f3BOV2h4kqcbpQplFLY.jpg","[{'id':75355,'logo_path':'/avj80RsunqwDbOS6oLp4plRE5UQ.png','name':'Yale Productions','origin_country':'US'},{'id':101290,'logo_path':null,'name':'WYSJ Media','origin_country':'US'},{'id':25140,'logo_path':null,'name':'The Exchange','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-12","0","95","[{'iso_639_1':'en','name':'English'}]","Released","Love is sick","After Everything","false","6.8","9" +"false","/zIP4nJ96PbqE5TTsEcVRNSrLJPY.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':14,'name':'Fantasy'}]","","459974","tt3605266","en","Everything Beautiful Is Far Away","On an isolated desert planet, a man who is looking for parts to repair his robotic companion teams up with a young woman searching for an imaginary lake.","2.379","/71KHPoAOTeOiIpgelNkXCwSkU5p.jpg","[{'id':103469,'logo_path':null,'name':'Manali Pictures','origin_country':''},{'id':103470,'logo_path':null,'name':'Lauren Edward Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-06-21","0","91","[{'iso_639_1':'en','name':'English'}]","Released","","Everything Beautiful Is Far Away","false","7","8" +"false","/8QrZsw38nXlhW82hrXVbbHM9iRo.jpg","null","25000","[{'id':35,'name':'Comedy'}]","http://www.TheCaliforniaNo.com","559281","tt5441464","en","California No","A man finds out he's in an open marriage.","2.337","/gSQfK93meuhMkum4inwCdZC1zHO.jpg","[{'id':112005,'logo_path':null,'name':'Birthday Suit Productions','origin_country':''},{'id':112006,'logo_path':null,'name':'Lost Colony Films','origin_country':''},{'id':112007,'logo_path':null,'name':'More Moments','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-12-04","0","84","[{'iso_639_1':'en','name':'English'}]","Released","","California No","false","10","1" +"false","/7GHXvhvildJxOnoK6EkufJa7LSl.jpg","{'id':10893,'name':'Critters Collection','poster_path':'/rWZytVHeFsADHeuoPCIf4c7Qepb.jpg','backdrop_path':'/9K0ycQWRv4vSL1oM8y7dOXwFpy6.jpg'}","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","12525","tt0101628","en","Critters 4","Just before bounty hunter Charile triggers his gun to destroy the last two Critter-eggs, he gets a message that it would be illegal to extinguish the race from the galaxy. He's sent a transporter where he puts the eggs - unfortunately the transporter takes him with it and then gets lost in space.","6.103","/qUR8DJEOASIZtIzC8Civ6lSagPi.jpg","[{'id':66755,'logo_path':null,'name':'OH Films','origin_country':''},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-08-20","0","100","[{'iso_639_1':'en','name':'English'}]","Released","In Space... They love to hear you scream","Critters 4","false","4.5","86" +"false","/oY4KUrLF3ARqy962KeSqtrmuQvJ.jpg","null","0","[{'id':37,'name':'Western'}]","","566574","tt7468604","en","A Fistful of Lead","Four of the West's most infamous outlaws carry out a daring bank heist in the gold-rush town, Bath Water. As the posse takes chase, things take a turn for the worse, as the bandits realize they've been double-crossed - but by who?","4.284","/ci5A9TPmNajMxt1L8p4KlZ76sc9.jpg","[{'id':111964,'logo_path':null,'name':'Dead Pixel Productions','origin_country':''},{'id':111965,'logo_path':null,'name':'Independent Moving Pictures','origin_country':''},{'id':80069,'logo_path':null,'name':'Posterity Pictures','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-12-04","0","86","[{'iso_639_1':'en','name':'English'}]","Released","","A Fistful of Lead","false","7.5","2" +"false","/gCArz0cT4DNQf9niGFFHJjEfAib.jpg","null","3000","[{'id':10752,'name':'War'},{'id':28,'name':'Action'}]","https://www.alexrpimentel.com/films/down-river/","566668","tt4791276","en","Down River","Four soldiers trapped behind enemy lines must confront their fears and desires while finding a way back to their battalion.","0.6","/7hM9glBVa7G9bT0PqC1zQQVstl7.jpg","[{'id':111969,'logo_path':null,'name':'Future of Film Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-12-04","0","70","[{'iso_639_1':'en','name':'English'}]","Released","Escape Behind Enemy Lines","Down River","false","10","1" +"false","/lPTXeEGVtHFBWSe7NXKPyinY1gi.jpg","null","8500000","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","https://a24films.com/films/under-the-silver-lake","396461","tt5691670","en","Under the Silver Lake","Young and disenchanted Sam meets a mysterious and beautiful woman who's swimming in his building's pool one night. When she suddenly vanishes the next morning, Sam embarks on a surreal quest across Los Angeles to decode the secret behind her disappearance, leading him into the murkiest depths of mystery, scandal and conspiracy.","17.648","/cJ9aKlEgTLYtpYjNqin06YqJRUl.jpg","[{'id':11370,'logo_path':null,'name':'Michael De Luca Productions','origin_country':'US'},{'id':103698,'logo_path':'/qS01bSMe274ecTdrgyO3BBvzfKK.png','name':'Good Fear','origin_country':'US'},{'id':89141,'logo_path':'/56o4r21cdHeMwAMxKKcoPGjbjj3.png','name':'Stay Gold Features','origin_country':'US'},{'id':50481,'logo_path':'/mBgGtJJQ9aOpKBnuKXM75kHYT6D.png','name':'Vendian Entertainment','origin_country':'US'},{'id':54268,'logo_path':null,'name':'Boo Pictures','origin_country':'US'},{'id':103699,'logo_path':null,'name':'Cool Productions','origin_country':'US'},{'id':103700,'logo_path':'/ials5lX7dXuaCq8nVSzhVAhv6Nf.png','name':'P2 Films','origin_country':'US'},{'id':87458,'logo_path':null,'name':'Salem Street Entertainment','origin_country':'US'},{'id':92336,'logo_path':'/6Xc60wER3i1DfIBzIK1Ot7aI0EC.png','name':'Sprockefeller Pictures','origin_country':'US'},{'id':89267,'logo_path':null,'name':'UnLTD Productions','origin_country':''},{'id':103697,'logo_path':null,'name':'PASTEL','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-06-21","0","139","[{'iso_639_1':'en','name':'English'}]","Released","What are they hiding?","Under the Silver Lake","false","6.4","267" +"false","/t2xCXhMjmjM3xT19aTBYppqSW1g.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","https://bleeckerstreetmedia.com/colette","454652","tt5437928","en","Colette","After marrying a successful Parisian writer known commonly as Willy, Sidonie-Gabrielle Colette is transplanted from her childhood home in rural France to the intellectual and artistic splendor of Paris. Soon after, Willy convinces Colette to ghostwrite for him. She pens a semi-autobiographical novel about a witty and brazen country girl named Claudine, sparking a bestseller and a cultural sensation. After its success, Colette and Willy become the talk of Paris and their adventures inspire additional Claudine novels.","16.514","/pGiUIkcTOEn2CwE5CUBFxWkcyxO.jpg","[{'id':11752,'logo_path':null,'name':'Number 9 Films','origin_country':'GB'},{'id':2266,'logo_path':'/owzVs2mguyyJ3vIn7EbgowpUPnk.png','name':'Bold Films','origin_country':'US'},{'id':1422,'logo_path':'/aG7LGucYWmsrsEwnDN1HnUGfVmK.png','name':'Killer Films','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2018-09-21","0","112","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","History is about to change","Colette","false","7.1","249" +"false","/ciRKc48ZB5iss9OJXZKLZllWz9T.jpg","null","10000000","[{'id':28,'name':'Action'},{'id':27,'name':'Horror'}]","","462115","tt5662550","en","Dead Trigger","2021 - 5 years after the outbreak of a mysterious virus that turned humans into bloodthirsty, undead beasts much of the world???s population has been decimated. When governments were unable to keep the disease at bay, the Contagion Special Unit was formed with the toughest soldiers and best specialists to fight the infected. Because of the rapidly decreasing number of soldiers, a popular online video game Dead Trigger that mirrors the terrifying events was created. The best efforts of the gamers are monitored by the CSU who recruit the highest rated zombie killers. The young recruits are called ???Dead Triggers???. The movie follows a group of young recruits who must travel to the origin of the outbreak to find a missing team of scientists who were searching for a cure.","4.134","/xN5NWwTzTcTHRICad5gQEcjzGPG.jpg","[{'id':11006,'logo_path':null,'name':'Aldamisa Entertainment','origin_country':''},{'id':44973,'logo_path':null,'name':'Badhouse Studios Mexico','origin_country':''},{'id':111910,'logo_path':null,'name':'Distant Shore Films','origin_country':''},{'id':56697,'logo_path':null,'name':'Tadross Media Group','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-07-19","0","","[{'iso_639_1':'en','name':'English'}]","Released","Unkilled","Dead Trigger","false","2.3","4" +"false","/tNAeOH1SGKN4R7cGN9ZPH1LMpHK.jpg","null","10000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","https://www.lifeitself.movie","446696","tt5989218","en","Life Itself","As a young New York couple goes from college romance to marriage and the birth of their first child, the unexpected twists of their journey create reverberations that echo over continents and through lifetimes.","10.464","/buQjT2YXHwdXQjrMmwiAOl0vO0w.jpg","[{'id':7493,'logo_path':'/452FO4LcI6lA6bfgl6w1kQYRBlr.png','name':'FilmNation Entertainment','origin_country':'US'},{'id':11068,'logo_path':'/jOdUllzDZRFy0tPIFDEwpP4Mpv4.png','name':'Nostromo Pictures','origin_country':'ES'},{'id':12292,'logo_path':'/llGRXF5WYUW2fzXg0ebCoKMXjmT.png','name':'Temple Hill Entertainment','origin_country':'US'},{'id':112031,'logo_path':null,'name':'17-28 Black Production','origin_country':'US'}]","[{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'US','name':'United States of America'}]","2018-09-21","4527513","118","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Life will surprise you","Life Itself","false","7.1","85" +"false","/4srcbGDQhvKh9g3Z7nezvGfZXTI.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10749,'name':'Romance'}]","","481117","tt5471472","en","The Brawler","The true story of underdog boxer, Chuck Wepner, who gets a shot to fight the champ, Muhammed Ali.","5.982","/f3nJWpGpxgTR66lLvcoFMsZZuFY.jpg","[{'id':77220,'logo_path':null,'name':'Circle 4 Entertainment','origin_country':'US'},{'id':5322,'logo_path':'/6Vk4WZnKJuC6z6HKBGFirbWwWwV.png','name':'Aloe Entertainment','origin_country':'US'},{'id':111951,'logo_path':null,'name':'JARS Productions','origin_country':'US'},{'id':67777,'logo_path':null,'name':'Mass Hysteria Entertainment','origin_country':'US'},{'id':111952,'logo_path':null,'name':'Massive Film Project','origin_country':'US'},{'id':87066,'logo_path':'/fyKeSvKNrN3nBh7Q4F7zx75B2Be.png','name':'Safier Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-01-18","0","95","[{'iso_639_1':'en','name':'English'}]","Released","The Man Who Inspired The Legend","The Brawler","false","4.5","2" +"false","/oRnWgvoItnGUXFyvAKjV0x6xfnK.jpg","null","0","[{'id':18,'name':'Drama'}]","https://www.hedgehogfilm.com","455403","tt5179398","en","Hedgehog","The daughter of a late comic is forced to confront her fears of performing.","0.925","/w9FP0NNCkeJRue6CU8F6vOXEU3g.jpg","[{'id':112043,'logo_path':null,'name':'Fivelands Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-05-22","0","114","[{'iso_639_1':'en','name':'English'}]","Released","","Hedgehog","false","6","2" +"false","/vw99fjoy7EhDSR0O5tHIEKkAAQe.jpg","null","0","[{'id':16,'name':'Animation'},{'id':10402,'name':'Music'},{'id':10751,'name':'Family'}]","","566615","tt8535852","en","A Frozen Christmas 3","A Frozen Christmas 3: Party Time! will entertain kids with classic Christmas songs and delightful holiday music. Sing and dance to your favorite Christmas tunes!","0.743","/1j14CjJzRLIfYiPZZXh1FNhYAjn.jpg","[{'id':97253,'logo_path':null,'name':'WOWNow Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-11-06","0","70","[{'iso_639_1':'en','name':'English'}]","Released","Party Time!","A Frozen Christmas 3","true","10","1" +"false","/hN1T9wZwF9VhJwC716uGcWkeNy2.jpg","null","0","[{'id':27,'name':'Horror'},{'id':10770,'name':'TV Movie'}]","https://high-octane-pictures.myshopify.com/products/ouija-seance-the-final-game","533527","tt8655708","en","Ouija Seance: The Final Game","Sarah and her friends decide to spend the weekend at an old villa Sarah mysteriously inherited. After finding a Ouija Board in the attic, Sarah and her friends unknowingly awaken an evil force connected to the villa???s hidden secrets. To fight the unimaginable horror they will have to face their darkest fears and worst nightmares.","3.268","/cMjufnP6CD7zgB3uFFeAII6pu4A.jpg","[{'id':97473,'logo_path':'/wUdvGcrOBNhYNWqPCYSyXbP5hpS.png','name':'High Octane Pictures','origin_country':'US'}]","[{'iso_3166_1':'IT','name':'Italy'}]","2018-07-02","0","81","[{'iso_639_1':'en','name':'English'}]","Released","Let's play one more time","Ouija Seance: The Final Game","false","4.1","11" +"false","/lfuColmis0O3Hx8QpLwfOaiRvD0.jpg","{'id':558854,'name':'Howard Lovecraft Collection','poster_path':'/ajyaY6M84dzFm3XWze6YdGl2NX5.jpg','backdrop_path':'/hiQGe00dyghoxVcuXCxZvZX27nX.jpg'}","0","[{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'}]","","566611","tt9055114","en","Howard Lovecraft and the Kingdom of Madness","Returning from his previous adventure, Howard Lovecraft must lead an expedition to Antarctica, to prevent the awakening of Cthulhu!","1.823","/dpz5VrvuWUAAodPhPHv5qCHU7Vl.jpg","[{'id':55446,'logo_path':null,'name':'Arcana Studio','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2018-12-04","0","75","[{'iso_639_1':'en','name':'English'}]","Released","","Howard Lovecraft and the Kingdom of Madness","false","5.5","4" +"false","/y97wn0oP8x2I4HwAVFTJqUVyPm8.jpg","null","0","[{'id':18,'name':'Drama'}]","","548887","tt8235296","en","The Trump Prophecy","The true story about fireman and public servant Mark Taylor who heard a special message from God about change in our nation. When Mary Colbert, a networker and connector of Christian ministries, heard Mark's message she felt called to start a national prayer movement which grew to thousands of people across our nation praying together for the leadership of America and a return to the Godly principles we were founded upon. The Trump Prophecy tells the story of Mark Taylor and Mary Colbert through the election of 2016 followed by a reflective time hearing from leaders in various sectors of faith, business, finance, military, and world affairs who respond with their perspective on what it takes to make America great again.","1.902","/3gLss4wothgekJZACt9WRYjQUBw.jpg","[{'id':72905,'logo_path':'/afcoMYB0EULijWN5yeA0xrX6Lda.png','name':'ReelWorks Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-02","0","","[{'iso_639_1':'en','name':'English'}]","Released","One man's journey to find healing.","The Trump Prophecy","false","8","1" +"false","/cEPlwpa0nAY39ZuML1fgf0jwycy.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","37650","tt0029322","en","Nothing Sacred","When a small-town girl is diagnosed with a rare, deadly disease, an ambitious newspaper man turns her into a national heroine.","2.402","/l0RiLSl7hupkt0NvBesMdIWr1LD.jpg","[{'id':1553,'logo_path':null,'name':'Selznick International Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1937-11-25","0","77","[{'iso_639_1':'en','name':'English'}]","Released","SEE THE BIG FIGHT!","Nothing Sacred","false","6.4","30" +"false","/ix58eNtYMUWg614hztBOnY8i6Og.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10770,'name':'TV Movie'},{'id':10751,'name':'Family'}]","","564675","tt4057146","en","I'll Be Next Door for Christmas","A comedy about a family that's crazy for Christmas. Except for the 16-year-old daughter -- her family's over-the-top Christmas celebrations have made her life miserable. When her long distance boyfriend decides to visit for the holidays, she's determined to spare him her family's Christmas obsession, so she hires actors to play her parents and stages a fake Christmas dinner in the empty house next door. What could go wrong?","2.053","/1KHOB1jePFFSg1Z0N7n3fsP7PL7.jpg","[{'id':111946,'logo_path':null,'name':'That Christmas Movie','origin_country':''},{'id':111947,'logo_path':null,'name':'United States Motion Picture Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-12-04","0","100","[{'iso_639_1':'en','name':'English'}]","Released","This Christmas is about to get as ugly as the sweaters.","I'll Be Next Door for Christmas","false","6","1" +"false","/bRVKvAAKi1vQ9P7uBWhZDKMVerj.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","https://www.hideinthelight.com/","549671","tt4369136","en","Hide in the Light","An adventurous group of friends dare to break into the abandoned orphanage and quickly find themselves trapped and fighting against unnatural forces.","2.181","/7SZVZE6ChQh752neDpd8oMYT3LL.jpg","[{'id':102015,'logo_path':null,'name':'Glix Entertainment','origin_country':'US'},{'id':97473,'logo_path':'/wUdvGcrOBNhYNWqPCYSyXbP5hpS.png','name':'High Octane Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-23","0","78","[{'iso_639_1':'en','name':'English'}]","Released","Some places are meant to be left alone","Hide in the Light","false","7","2" +"false","/ybCBv1bCCCKS81pCj6fB6BM5C6t.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':36,'name':'History'}]","http://www.deathofanationmovie.com","532868","tt8564902","en","Death of a Nation","Parallels are drawn between Abraham Lincoln's presidency and the presidency of Donald Trump. Not since 1860 have the Democrats so fanatically refused to accept the result of a free election. That year, their target was Lincoln. They smeared him. They went to war to defeat him. In the end, they assassinated him.","2.396","/ayUSOpmiPZOARCklJdDnIWPa2QE.jpg","[{'id':107196,'logo_path':null,'name':'D'Souza Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-08-03","0","108","[{'iso_639_1':'en','name':'English'}]","Released","Can we save America a second time?","Death of a Nation","false","6.9","8" +"false","/lbhkT4qzwY1Qm5u7f2RQ16RmrGd.jpg","null","0","[{'id':18,'name':'Drama'}]","","470820","tt5492260","en","Never Steady, Never Still","A mother struggles to take control of her life in the face of advanced Parkinson's disease, while her son battles his sexual and emotional identity amongst the violence of Alberta's oil field work camps.","1.36","/jyzxx1aJXgfkOTbN7SPcTYeSt9U.jpg","[]","[{'iso_3166_1':'CA','name':'Canada'}]","2017-09-09","0","110","[{'iso_639_1':'en','name':'English'}]","Released","","Never Steady, Never Still","false","8.3","4" +"false","/ebcNmjWoq14VSnfj9wM87uJ1blQ.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","503752","tt7073710","en","What Keeps You Alive","Majestic mountains, a still lake and venomous betrayals engulf a female married couple attempting to celebrate their one-year anniversary.","7.672","/iHrNKFoG3XOy5oPygR90TR5nfJt.jpg","[{'id':52207,'logo_path':null,'name':'Digital Interference Productions','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2018-08-24","0","99","[{'iso_639_1':'en','name':'English'}]","Released","There's a demon inside","What Keeps You Alive","false","5.9","51" +"false","/dIzu9v0VH8dpz5aEhIxa0sfaD7M.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'}]","","516742","tt8197418","en","The Hitman Agency","An assassin hunts and tortures his old predecessor in the basement of his European home, only to reveal the lies and corruption of their international hitman agency by taking a journey through the manipulations of the old man's past.","2.836","/qIgpbxS6RHJXKz3mWiSGW2lncHR.jpg","[{'id':111929,'logo_path':null,'name':'Starck Entertainment','origin_country':''},{'id':111930,'logo_path':null,'name':'RJ Nier Films','origin_country':''},{'id':111931,'logo_path':null,'name':'Generation X Group GmbH','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'}]","2018-04-04","0","87","[{'iso_639_1':'en','name':'English'}]","Released","Assassin's Dawn","The Hitman Agency","false","4.5","2" +"false","/peROs76uFRzKtb7BNuTj0HDQGxm.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://klippersthemovie.com/","565932","tt5781146","en","Klippers","An assassin is sent by his psychotic employer, to kill his ex-wife. In his quest to accomplish his task, he becomes familiar with his target, making his mission difficult. Now, he must face the consequences of his actions.","2.068","/intDKfjHo59dGpAnfUDbxMVshoN.jpg","[{'id':111926,'logo_path':null,'name':'Skyrunner Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-01-01","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Vengeance of a loan shark is deadly payback","Klippers","false","10","1" +"false","/fgqzxxaapJOequSKBnf7mOcBhH1.jpg","null","2100000","[{'id':28,'name':'Action'}]","","566114","tt3111306","en","Bad Company","Troubled teens in a 2nd chance 'bootcamp' program encounter a group of terrorists trying to take out a rural nuclear power plant. Stuck in remote area with no skills or communication to the outside world, the teens find they are the only thing that can stop a nuclear threat.","1.96","/fcFBOC4cTAPtoQLaSrDsknotMcQ.jpg","[{'id':85158,'logo_path':null,'name':'Dreamscape Cinema','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-08-14","0","90","[{'iso_639_1':'en','name':'English'}]","Released","The terrorists didn't expect...","Bad Company","false","10","1" +"false","/ctzEgC63ch3PPOsCmBbNwvQwAFp.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://gilliganmovie.com","557658","tt5132392","en","The Gilligan Manifesto","At the height of the Cold War, Gilligan's Island depicted seven Americans living in an analogue of a post-apocalyptic world where the survivors have to rebuild civilization. Remarkably, the society they create is pure communist. Interviews with the show's creator and some of the surviving actors, as well from professors from Harvard, reveal that Gilligan's Island was deliberately designed to be dismissed as low brow comedy in order to celebrate Marxism and lampoon Western democratic constructs.","1.343","/2tX9BZsAqJ8ktTgtp47JseJkC0v.jpg","[]","[]","2018-11-16","0","86","[{'iso_639_1':'en','name':'English'}]","Released","","The Gilligan Manifesto","false","0","0" +"false","/fcPeMeUGuVRdFlizuv6RaZmuafk.jpg","null","0","[{'id':53,'name':'Thriller'}]","","533274","tt8499212","en","Stalked by My Doctor: Patient's Revenge","Everyone's favorite doctor is back! Dr. Albert Beck seems to get what he wished for as the jury finds him not guilty for the kidnapping and attempted murder of a former patient , so he then lands a teaching job at a prestigious Arizona medical school where he develops a crush on a new student , with that growing obsession he struggles from keeping it from taking control of his life , but things aren't what they seem , When a former patient of his , Sophie Green decides to enroll in the medical school where he's teaching to take matters in her own hands.","2.371","/9MM7F5aJnNtoabYvM29qWq2tIDg.jpg","[]","[]","2018-06-10","0","88","[{'iso_639_1':'en','name':'English'}]","Released","","Stalked by My Doctor: Patient's Revenge","false","10","1" +"false","/pZBdLnk4uPEjU1LfBANbjv6jYpA.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","http://www.laplace-movie.jp/","489891","tt6686358","ja","?????????????????????","An environmental analyst is asked by the police to determine if two deaths by hydrogen sulfide poisoning are an accident - or a murder. But when he meets a young woman at both sites, a scientific mystery begins.","6.315","/aHo8352V9gA1y3IE1QCvaNdioz9.jpg","[]","[{'iso_3166_1':'JP','name':'Japan'}]","2018-05-04","0","115","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Laplace's Witch","false","5.2","5" +"false","/cYTrXgkpeKpj0U3JQ0c20VpO9PM.jpg","null","0","[{'id':53,'name':'Thriller'}]","","416602","tt3254930","en","American Romance","A series of horrifying murders, the victims, always couples, staged in bizarre collage dioramas with cardboard cutouts and scribbled, childlike messages about the corrupting power of love. The killer's on the loose, and the FBI is looking for a truck driver. Emery Reed is a long haul trucker disillusioned with the American Dream after an accident left his wife paralyzed and took the life of their son. Newlyweds Jeff and Krissy are having the time of their lives until their car breaks down on a rural road in the middle of nowhere. When the love birds collide with the forlorn truck driver, a wild ride leaves everyone questioning the true value of love and American Romance.","2.779","/aknC2TtSjcvGXH5KfM24bg7rdX.jpg","[{'id':111923,'logo_path':null,'name':'Hub Media','origin_country':''},{'id':46241,'logo_path':null,'name':'Traverse Media','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-10-23","0","86","[{'iso_639_1':'en','name':'English'}]","Released","","American Romance","false","5.2","7" +"false","/VaWxYc1jKh5lFLEvIYy4NwGF7p.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'}]","","566182","tt8041916","en","Time Jumpers","When a young man finds a time machine device, his life spins out of control.","1.941","/8h6xE5tXkT9RGp5l0jo1F2YgHgj.jpg","[{'id':97253,'logo_path':null,'name':'WOWNow Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-12-01","0","80","[{'iso_639_1':'en','name':'English'}]","Released","Bending time comes with a price","Time Jumpers","false","4.8","2" +"false","/9efqbynzoP7lPU5Nb8QSGeukRmd.jpg","null","250000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","http://www.thepinchfilm.com/","490168","tt5836576","en","The Pinch","When a low level mobster is nearly rubbed out by the boss, he decides to take the bonus he was promised by force, so he kidnaps the boss and demands a hefty ransom.","1.577","/lWM2sCTEqxWdM7hV9WGn2R6lzqC.jpg","[{'id':111901,'logo_path':null,'name':'ASM Media','origin_country':''},{'id':111902,'logo_path':null,'name':'Jabb Productions','origin_country':''},{'id':111903,'logo_path':null,'name':'LA Grip Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-08-16","0","83","[{'iso_639_1':'en','name':'English'}]","Released","","The Pinch","false","0","0" +"false","/XP2Y1anht8UPWT8nwa88Drs08V.jpg","null","0","[{'id':14,'name':'Fantasy'},{'id':18,'name':'Drama'},{'id':10770,'name':'TV Movie'}]","http://www.hallmarkchannel.com/a-heavenly-christmas","421760","tt6263260","en","A Heavenly Christmas","Upon her untimely death, a workaholic finds herself in training to be a Christmas Angel in Heaven. Despite being the worst recruit in the history of Christmas, she???s assigned a hard luck case. As she???s forced to help solve his problems, she???ll start to discover the meaning of Christmas and maybe even fall in love along the way.","1.773","/zYJVX6zB0jmzTOPjJQm6miCfn73.jpg","[{'id':9027,'logo_path':null,'name':'Hallmark Hall of Fame Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-11-26","0","84","[{'iso_639_1':'en','name':'English'}]","Released","","A Heavenly Christmas","false","5.9","18" +"false","/zcUD3TV7pVWbAUF0jvJkKJQHCjt.jpg","null","0","[{'id':28,'name':'Action'},{'id':14,'name':'Fantasy'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","371042","tt3130560","de","Schneefl??ckchen","Hunting down the murderer of their families in an anarchic Berlin of the near future, the outlaws Tan and Javid find themselves trapped in the wicked fairytale of a mysterious screenplay that entangles them in a vicious circle of revenge - apparently all written by a clueless dentist.","2.384","/jMtnBuD4kdgKO2rh9LNiUyTg3C3.jpg","[{'id':69249,'logo_path':null,'name':'Lopta Film','origin_country':''},{'id':69250,'logo_path':null,'name':'Schneefl??ckchen GmbH','origin_country':''},{'id':69251,'logo_path':null,'name':'Ventaro Media','origin_country':''},{'id':111900,'logo_path':null,'name':'Snowflake Pictures','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'}]","2017-09-14","0","120","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pl','name':'Polski'},{'iso_639_1':'tr','name':'T??rk??e'},{'iso_639_1':'de','name':'Deutsch'}]","Released","The most fucked up German fairy tale since the Brothers Grimm.","Snowflake","false","7.3","11" +"false","/aRML2rQ2tKJTXCNVlqWXQgphM6B.jpg","null","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","27280","tt0053418","en","Vice Raid","A prostitute sets out to frame a cop.","1.347","/9TTRp1yf26n1dAqrxlZNFjkj0wr.jpg","[{'id':13479,'logo_path':null,'name':'Edward Small Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1959-12-01","0","71","[{'iso_639_1':'en','name':'English'}]","Released","""Models"" Booked On Morals Charge!","Vice Raid","false","5.9","5" +"false","/wlwAOHQ53K7yjKN9Iyevo39OI3y.jpg","null","0","[{'id':27,'name':'Horror'}]","","554476","tt9053906","cn","??????","On New Year's Eve, Qingyi (Athena Chu) and her son, Dawa, were waiting for her husband to come home from work but he never showed up. Meanwhile, Dawa keeps seeing a stranger who is invisible to Qingyi. Leaving Dawa under the care of her neighbour, she heads to the village to find out her husband???s whrereabouts. Qingyi returns home and sees a stranger hiding in her house???","2.778","/mRgkdxuDpP1OugWVchRtqJJuznF.jpg","[]","[{'iso_3166_1':'HK','name':'Hong Kong'}]","2018-10-04","0","86","[{'iso_639_1':'cn','name':'????????? / ?????????'}]","Released","","The Lingering","false","5.5","1" +"false","/cXAVhyfCtIjCxpU9FeWEeGFkDhO.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","62033","tt0050439","en","The Girl in Black Stockings","A young girl's murder leaves a hotel full of suspects.","1.176","/4R5OAHGbkqroGMsTOliRfLE7Rsx.jpg","[{'id':4802,'logo_path':null,'name':'Bel-Air Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1957-09-24","0","75","[{'iso_639_1':'en','name':'English'}]","Released","She's every inch a teasing, taunting ""Come-on"" Blonde.","The Girl in Black Stockings","false","6.1","7" +"false","/bHP03NOd0iUdP1QUH16piwyp78J.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","87342","tt0052870","en","Guns Girls and Gangsters","A Las Vegas singer (Mamie Van Doren) plans an armored-car robbery with her husband's (Lee Van Cleef) ex-cellmate (Gerald Mohr).","1.286","/gF2hpqLkAXdPHKh4psXozFHaJ63.jpg","[{'id':13479,'logo_path':null,'name':'Edward Small Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1959-01-01","0","70","[{'iso_639_1':'en','name':'English'}]","Released","A Cheating Blonde... A Crazed Con.... The Biggest Armored-Car Robbery in History!","Guns Girls and Gangsters","false","5.7","3" +"false","/ryGtEMKRQO15JLlEhWI2VC9syAs.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","","494900","tt7830888","zh","??????3???????????????","Buddies Meng Yun and Yu Fei break up with their girlfriends and indulge themselves in living the bachelor lifestyle again. However, as their ex-girlfriends reemerge in their lives, their ???Single Plan??? starts to unravel!","1.044","/o8seLBhGNEhi8holphHVfv2K0dm.jpg","[{'id':3393,'logo_path':null,'name':'Huayi Brothers','origin_country':'HK'}]","[{'iso_3166_1':'CN','name':'China'}]","2017-12-29","0","120","[{'iso_639_1':'zh','name':'?????????'}]","Released","","The Ex-File 3: The Return of the Exes","false","8","2" +"false","/o0Sn1J2CKTCt9P6W7JTcSeYB56S.jpg","null","0","[{'id':53,'name':'Thriller'}]","","488621","tt8088944","ko","????????? ?????????","After people in his town start turning up dead, a grumpy landlord is visited by a man who recounts an unsolved serial murder case from 30 years ago.","1.35","/awnZeWxpJnzWcMCN5qMjS2vkNCi.jpg","[{'id':20064,'logo_path':'/8shWjvGL9XQlQ60ovNFDnKqGr4G.png','name':'Next Entertainment World','origin_country':'KR'},{'id':112926,'logo_path':null,'name':'Cine Joo','origin_country':'KR'}]","[{'iso_3166_1':'KR','name':'South Korea'}]","2017-11-29","0","110","[{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","","The Chase","false","6.3","12" +"false","/y52a7VgBptKeQ9tJfL5Wl0FbKvy.jpg","null","3000000","[{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","","564766","tt7784788","en","Orphan Horse","A retired horse trainer finds a young runaway girl in his barn. Skeptic at first, he let's her stay and a friendship develops while he discovers her heart and talent for horses.","2.859","/gsUZtMUlijtPecDy3wZEfwqN7mN.jpg","[{'id':3235,'logo_path':null,'name':'Brookwell-McNamara Entertainment','origin_country':''},{'id':78306,'logo_path':null,'name':'SP Entertainments','origin_country':''}]","[]","2018-11-20","0","101","[{'iso_639_1':'en','name':'English'}]","Released","","Orphan Horse","false","9.3","4" +"false","/31WB5HoYubZA88uUvEOOYkaBMHm.jpg","null","30000000","[{'id':878,'name':'Science Fiction'}]","","9278","tt0104299","en","Freejack","Time-traveling bounty hunters find a doomed race-car driver in the past and bring him to 2009 New York, where his mind will be replaced with that of a terminally ill billionaire.","8.076","/qS3AfhwDLVpZVOr80kNxPHIv8gE.jpg","[{'id':10210,'logo_path':null,'name':'Morgan Creek Productions','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-01-17","0","110","[{'iso_639_1':'en','name':'English'}]","Released","Don't let the future pass you by.","Freejack","false","5.2","138" +"false","/7t88SoT3Dd8DhGnQuVoSbMNUl3W.jpg","null","0","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'}]","http://www.smallfootmovie.com","446894","tt6182908","en","Smallfoot","A bright young yeti finds something he thought didn't exist???a human. News of this ???smallfoot??? throws the simple yeti community into an uproar over what else might be out there in the big world beyond their snowy village.","25.979","/zfaiO7QgpcvR8XDOMokWLRfKeTE.jpg","[{'id':2785,'logo_path':'/l5zW8jjmQOCx2dFmvnmbYmqoBmL.png','name':'Warner Bros. Animation','origin_country':'US'},{'id':25120,'logo_path':'/lqUpBvDLQYG3QaKNpe2lxfpgh36.png','name':'Warner Animation Group','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':47586,'logo_path':null,'name':'Zaftig Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-09-20","0","96","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","There's been a big myth-understanding","Smallfoot","false","6.5","519" +"false","/fKHJhu3XQfEcs5xJUUwPLI3Z0Nq.jpg","null","0","[{'id':35,'name':'Comedy'}]","http://www.thebromleyboys.com","512747","tt2179231","en","The Bromley Boys","A boy, a girl, and the worst football team in Britain. You can't choose who you're going to fall in love with.","2.204","/lxdt27CWwVUIQPGz9mmq4FMvHIp.jpg","[{'id':56221,'logo_path':null,'name':'Itchy Fish Film','origin_country':'GB'}]","[]","2018-06-01","0","97","[{'iso_639_1':'en','name':'English'}]","Released","It only takes 90 minutes to fall in love.","The Bromley Boys","false","7.3","4" +"false","/j99qJCbPI9LjWopwD6X1q2byWWt.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","https://www.swipedthemovie.com/","535437","tt4867110","en","Swiped","James, a college freshman and computer genius, is enlisted by his womanizing roommate, Lance, to code the ultimate hook-up app. But when James discovers that his divorced mother is using the app, unexpected consequences ensue.","4.18","/ogVwcP644iHm9jGSajzodpoPZhK.jpg","[{'id':106566,'logo_path':null,'name':'Liberty Productions dba Night Dove Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-11-06","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Get Ready for Disruption!","Swiped","false","5.7","8" +"false","","null","0","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","http://www.strangewaysherewecome.com/","550216","tt4299774","en","Strangeways Here We Come","A comedy in which the tenants of a high rise work together to defeat a cruel loan shark.","1.102","/32Kt6IKrKy3qLjN30RC8GuGFvGZ.jpg","[{'id':109205,'logo_path':null,'name':'Collateral Films','origin_country':''},{'id':70827,'logo_path':null,'name':'Oh My! Productions','origin_country':''},{'id':109206,'logo_path':null,'name':'Lord Entertainment Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-10-05","0","86","[{'iso_639_1':'en','name':'English'}]","Released","Sex Drugs and Murder...Welcome To Our Street","Strangeways Here We Come","false","6.3","3" +"false","/4Z5WTC7AXd6ALvr8mnF26tIDhHs.jpg","null","0","[{'id':18,'name':'Drama'}]","","511858","tt5327410","en","One Last Thing","Dylan Derringer, a lonely dentist in Florida, is confronted by a figure from the past bringing news that sends him on an eventful and ultimately life-altering journey of discovery.","2.676","/qH10p3lNxxRBPZYmFnq7uMk3Vas.jpg","[]","[]","2018-06-13","0","91","[]","Released","","One Last Thing","false","8","2" +"false","","null","0","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","https://www.jackintheboxfilms.com/","462613","tt5780484","en","The Pugilist","After his eldest son is murdered in a gangland hit, an absentee father desperately tries to protect what's left of the shattered family he abandoned.","1.229","/1xIkpRqxUFZvlUG34OUihqo6Rpa.jpg","[{'id':84726,'logo_path':null,'name':'Jack in the Box Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-06-28","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","The Pugilist","false","10","1" +"false","/xOab1QPflbD9qYc924a68A5cCqv.jpg","null","0","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':12,'name':'Adventure'}]","https://thelittlestreindeer.com","455842","tt4177856","en","Elliot: The Littlest Reindeer","When Blitzen announces his retirement on December 21st, a miniature horse has 3 days to fulfill his lifelong dream of earning a spot on Santa's team at the North Pole try-outs.","3.001","/sYq809WTep01HO5oJR9o9VbEDJv.jpg","[{'id':74298,'logo_path':null,'name':'Awesometown Entertainment','origin_country':''},{'id':111878,'logo_path':null,'name':'Double Dutch International','origin_country':''},{'id':111879,'logo_path':null,'name':'Elgin Road Productions','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2018-11-08","0","89","[{'iso_639_1':'en','name':'English'}]","Released","Big Dreamers Dream Big","Elliot: The Littlest Reindeer","false","3.8","6" +"false","/145zMwLciDUUmPwGqET95Ve8Ioa.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.dublinoldschool.ie","472025","tt6406848","en","Dublin Oldschool","Join Jason on a chemically enhanced trip through the streets of Dublin as he stumbles from one misguided adventure to another. Somewhere between the DJs, decks, drug busts and hilltop raves, he stumbles across a familiar face from the past, his brother Daniel. Daniel is an educated homeless heroin addict living on the streets of Dublin. The brothers haven???t seen or spoken to each other in years but over a lost weekend they reconnect and reminisce over tunes, trips, their history and their city. Two brothers living on the edge but perhaps they have more in common than they think.","1.987","/mIlNuvcq6lH6MgINGiBcn0dI60r.jpg","[{'id':3353,'logo_path':'/qv2v9HaStUTRjqonODM29YG0oFX.png','name':'Element Pictures','origin_country':'IE'},{'id':77789,'logo_path':null,'name':'Warrior Films','origin_country':''},{'id':13129,'logo_path':null,'name':'MDV Film','origin_country':''}]","[{'iso_3166_1':'IE','name':'Ireland'}]","2018-06-29","0","95","[{'iso_639_1':'en','name':'English'}]","Released","","Dublin Oldschool","false","10","2" +"false","/mGEuy8hqbKzklj1923NmFfrZZFu.jpg","null","0","[{'id':35,'name':'Comedy'}]","","508006","tt7406186","en","Damo & Ivor: The Movie","Damo and Ivor embark on the mother of all adventures to find the last piece of their family puzzle and track down their long lost brother John Joe.","1.888","/2fM8G4JtrMKaa0TfFssJCpeJjRQ.jpg","[{'id':101479,'logo_path':null,'name':'Blue Ink Films','origin_country':''},{'id':1923,'logo_path':'/ilgktofJY7OsURHfccJrug4GKdQ.png','name':'RT??','origin_country':'IE'},{'id':1898,'logo_path':null,'name':'B??rd Scann??n na h??ireann','origin_country':''},{'id':5267,'logo_path':'/trP3GsUyIztMwcqev3jK1gOeCSA.png','name':'Irish Film Board','origin_country':'IE'},{'id':101481,'logo_path':null,'name':'Wildcard Distribution','origin_country':''},{'id':5122,'logo_path':null,'name':'Parallel Films','origin_country':'IE'}]","[{'iso_3166_1':'IE','name':'Ireland'}]","2018-03-15","0","87","[{'iso_639_1':'en','name':'English'}]","Released","Let's burn some rubber and find our brother.","Damo & Ivor: The Movie","false","10","2" +"false","/5CyKJmzY4VsuwnG8oduUTMQDecj.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.changeintheairmovie.com","497622","tt5013782","en","Change in the Air","A peaceful community is forever changed when a mysterious young woman moves in. As the quirky locals embrace her, their lives soon improve. But, they can't help notice that their strange new neighbor has a secret.","1.724","/1gLL7V1ZHM0HjGltHHxHhAkikO6.jpg","[{'id':52084,'logo_path':'/7Lggb9CBDA0n9mvfFvt4CQ1XD4C.png','name':'Red Square Pictures','origin_country':'US'},{'id':88565,'logo_path':'/AmSa26x5bHWfY1FPwx9eDve7KAk.png','name':'M.Y.R.A. Entertainment','origin_country':'US'},{'id':109664,'logo_path':null,'name':'Fish Hook Media','origin_country':''},{'id':79402,'logo_path':null,'name':'Home Plate Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-19","0","94","[{'iso_639_1':'en','name':'English'}]","Released","","Change in the Air","false","10","1" +"false","/rBp5s4sKPMp6FUxpegnCaE9t2XO.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10751,'name':'Family'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","","461923","tt4908174","en","Breaking Brooklyn","A 12 year old boy with a passion for dance and his brother are rescued from the streets by an old showman who takes them to live with his estranged former dancing partner/brother.","3.115","/hgbhlWxPY7bWvSHtYCVw73N2Blw.jpg","[{'id':21514,'logo_path':null,'name':'Opposite Field Pictures','origin_country':''},{'id':91813,'logo_path':null,'name':'Take 3 Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-05-25","0","97","[{'iso_639_1':'en','name':'English'}]","Released","On the streets of Brooklyn, a star is born","Breaking Brooklyn","false","7.5","2" +"false","/vEofchVY2WbxPXBpcTOVyTOvXjL.jpg","null","0","[{'id':18,'name':'Drama'}]","","557818","tt6185692","en","Brampton's Own","A struggling minor league baseball player retires and woefully returns to his small hometown, carefully dodging old wounds until confronted with the one that hurts the most - the girl that got away.","2.983","/xN4rlMn8jl6YBLUMaTjwM2NOokV.jpg","[{'id':59567,'logo_path':null,'name':'Cloverhill Pictures','origin_country':''},{'id':59568,'logo_path':null,'name':'Perspective Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-19","0","89","[{'iso_639_1':'en','name':'English'}]","Released","Find Your Way Home","Brampton's Own","false","10","1" +"false","/vzih5SwFNcZoIFUopqKzVEBMHZh.jpg","null","0","[{'id':53,'name':'Thriller'}]","http://www.smokescreenfilm.com/","547965","tt5844340","en","Smoke Screen","A botched assassination of the US Attorney General forces its perpetrators to go into hiding. Meanwhile, clandestine forces awaken to correct the situation.","1.566","/a84tRWOnHChtDQeCkrDHaKzeop.jpg","[{'id':111897,'logo_path':null,'name':'Pariah Filmworks','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-06-12","0","86","[{'iso_639_1':'en','name':'English'}]","Released","$600 million suspended in air.","Smoke Screen","false","10","1" +"false","/7BEmm4FZEXszE1PIqzzZhcvOIaQ.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","502141","tt6927880","en","All Square","A down-on-his-luck bookie befriends an ex-girlfriend???s son and gets the bright idea to take bets on his youth league baseball games; only to realize he???s killed what???s pure about the sport as the games turn ugly when money is on the line.","3.192","/od3GUgoaM2QIWVlRIhYHCdjAimC.jpg","[{'id':111865,'logo_path':'/4UtwPhdPtJX519TpPjJS6hmsHD6.png','name':'Mill House Motion Pictures','origin_country':'US'},{'id':111866,'logo_path':null,'name':'Paperclip','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-12","0","94","[{'iso_639_1':'en','name':'English'}]","Released","Tide Goes In. Tide Goes Out.","All Square","false","6.3","4" +"false","/am3cN4WODgtxa2RnBQYk1Ysv3fM.jpg","null","500000","[{'id':27,'name':'Horror'}]","","554220","tt7202354","en","Satanic Meat Cleaver Massacre","Satan demands worship but now he demands a meat cleaver massacre. A town under the control of the devil and a mystery killer on the loose leads to shock after shock.","0.6","/sBkaa6TK1fDuorkJ13LqSqHdfX6.jpg","[{'id':87371,'logo_path':null,'name':'X Posse Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-07-28","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Satanic Meat Cleaver Massacre","false","0","0" +"false","/hEPhRElal2o7rJ2wqOzYyoas3DW.jpg","null","1500000","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","http://puluboinjaponinleffa.fi/","489136","tt6591652","fi","Puluboin ja Ponin leffa","Pony and Birdboy tells a story of seven-year-old girl Pony, who doesn???t want to go to school, and big-mouthed Birdboy who has solution to all possible problems. Humoristic family-film Pony and Birdboy is partly based on Veera Salmi???s popular children???s book The Book of Pony and Birdboy, which rich humor and anarchist hustle have brought the book as a favorite of children.","2.668","/j065CQvEsbMI25CS3xeBIMP3sqQ.jpg","[{'id':63987,'logo_path':'/kI8wyKmKkvIi0Kvyz1aECQVAzr.png','name':'Citizen Jane Productions Oy','origin_country':'FI'}]","[{'iso_3166_1':'FI','name':'Finland'}]","2018-08-03","0","72","[{'iso_639_1':'fi','name':'suomi'}]","Released","","Pony and Birdboy","false","10","1" +"false","/yRtogJscUiSndrPEU5rXTj5eCBA.jpg","null","3383890","[{'id':28,'name':'Action'}]","","525554","tt7816392","fr","Lukas","A bouncer agrees to help Interpol hunt down a crime boss so that he can regain custody of his daughter from social services.","10.558","/w7rFgyr7rujNYRex9oxzG26Zq6z.jpg","[{'id':12648,'logo_path':null,'name':'Labyrinthe Films','origin_country':'FR'},{'id':112251,'logo_path':null,'name':'Atchafalaya Films','origin_country':'FR'},{'id':19037,'logo_path':'/xhAYgpFmJfcCVLV5NMD8QKvqqHc.png','name':'Umedia','origin_country':'BE'},{'id':114796,'logo_path':null,'name':'10.80 Films','origin_country':''},{'id':23283,'logo_path':null,'name':'Rodin Entertainment','origin_country':''},{'id':114797,'logo_path':null,'name':'C8 Films','origin_country':''},{'id':92187,'logo_path':'/yrAyYme1zlZtHuhlWS3DlFAj762.png','name':'Proximus','origin_country':'BE'},{'id':792,'logo_path':'/cRhBQP1FFNugNxKkO1pUgeD2Rkr.png','name':'Radio T??l??vision Belge Francophone','origin_country':'BE'},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':10611,'logo_path':'/zQ4fGaEnNkWfSzyygXRcUZwPmDG.png','name':'Cin??+','origin_country':'FR'},{'id':114798,'logo_path':null,'name':'CStar','origin_country':''},{'id':114799,'logo_path':null,'name':'Telenet','origin_country':''},{'id':114800,'logo_path':null,'name':'SofiTVcin?? 6','origin_country':''},{'id':12352,'logo_path':'/fkIacb6MddD6trIWamr33SIcUAn.png','name':'Wallimage','origin_country':'BE'}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'FR','name':'France'}]","2018-08-22","0","84","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","The Bouncer","false","5.7","58" +"false","/1ZMKiZwOiY8O1BIYNJKtaXVC2O9.jpg","null","0","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'}]","","565762","tt8113950","en","Last American Horror Show","A trifecta of 80s throwback terror with mauling monsters, home invasions gone haywire and stomach-turning human sacrifice.","2.466","/iZShPHNmkqTeVjGK2APaEYpdWE1.jpg","[{'id':90337,'logo_path':null,'name':'Deep Murder Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-06-30","0","82","[{'iso_639_1':'en','name':'English'}]","Released","Watch it or die","Last American Horror Show","false","4.7","3" +"false","/qAt607O3952Mzai3QzUe0Gd6Npx.jpg","null","0","[{'id':27,'name':'Horror'}]","","553077","tt9097546","en","Happy Birthday Hannah","Rachel has lived for years with the guilt of accidentally letting her younger sister Hannah drown when they were children. But sometimes guilt is not enough. Now, on Hannah's birthday, the ghost of the dead girl returns to haunt and torment her older sister.","1.4","/xksIMJEo19VM0roLtSDMR54deFW.jpg","[{'id':111886,'logo_path':null,'name':'Acres Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-05","0","81","[]","Released","","Happy Birthday Hannah","false","5","3" +"false","","null","0","[{'id':35,'name':'Comedy'}]","","477794","tt4851570","es","Gloves Off","A talented fighter must save his beloved gym by training a gentle giant for a bare-knuckle fight.","0.932","/4pgOqf7eAVi88REnH9kKpI5AGvO.jpg","[{'id':95381,'logo_path':null,'name':'MoliFilms Entertainment','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-10-08","0","95","[{'iso_639_1':'en','name':'English'}]","Released","","Gloves Off","false","6.5","2" +"false","/uO2aOTNkBVq4iFok1BY6pilRFIC.jpg","{'id':234835,'name':'Camp Blood Collection','poster_path':'/oYWPRCjbbUUtWesj54PKp93benY.jpg','backdrop_path':'/gy343fn9371kzc1wATv440zzzcA.jpg'}","0","[{'id':27,'name':'Horror'}]","","512701","tt8074328","en","Ghost of Camp Blood","For years, the infamous Blackwood Forest was terrorized by the Camp Blood Killer. Now, the killer is back as a vengeful spirit seeking revenge from beyond the grave.","2.258","/z6hAQUgJcpnf3abXezg3Hq4AUSP.jpg","[{'id':2513,'logo_path':null,'name':'Cinema Epoch','origin_country':''},{'id':6765,'logo_path':null,'name':'Sterling Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-02-27","0","73","[{'iso_639_1':'en','name':'English'}]","Released","Evil Clowns Never Die","Ghost of Camp Blood","false","4","4" +"false","/3yoVYkvYSzpuz4sah8IPGpI6I8x.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.drvrx.com","515920","tt4952044","en","DriverX","Follow rideshare driver Leonard on a voyage through LA's late-night, temptation-filled party scene, where you never know who's going to get into your car next.","1.77","/1j9OZlI64owxOLpdCa43JhaXckX.jpg","[{'id':111809,'logo_path':null,'name':'Antic Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-11-30","0","98","[{'iso_639_1':'en','name':'English'}]","Released","What happens in the Prius, stays in the Prius.","DriverX","false","6","6" +"false","/jstOOhDndWuVOuXqzJ6p0mfxkCl.jpg","null","1300000","[{'id':18,'name':'Drama'}]","","471288","tt5478918","en","Dreams I Never Had","A teenage girl is held captive in the home of a wealthy family. She is befriended by the family's young gardener, himself an illegal from Mexico. Their friendship carries both of them through their hopeless, sequestered lives and ultimately inspires them to break free.","1.86","/gPbleEVlUsG64oiKwlpjZVcIaWG.jpg","[{'id':111870,'logo_path':null,'name':'Missing Peace Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-04-01","0","81","[{'iso_639_1':'en','name':'English'}]","Released","","Dreams I Never Had","false","0","0" +"false","/gpwK6mvDyNA7HrbRSQ73vuS0Wvd.jpg","null","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","552858","tt5246902","en","Blood Brother","Blood Brother takes place on he mean streets of a city in decay, where a recently released convict begins to take a murderous revenge against his childhood friends, whom he believes let him take the fall for a crime they collectively committed. As the bodies start piling up, one of the friends, now a cop, will stop at nothing to put and end to the murderous rampage and to right the many wrongs of their tragically violent past.","5.064","/23pWp5cos45I8BSTP8xbk5P5fZ0.jpg","[{'id':10339,'logo_path':'/oiIi36MaWXwvvHWX5eojoE2Fiyv.png','name':'WWE Studios','origin_country':'US'},{'id':112794,'logo_path':'/j0fh3JuGAAQww9U0uF04HaAyuez.png','name':'Codeblack Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-11-30","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Sometimes friends will take you straight to hell","Blood Brother","false","6.9","14" +"false","/gB5L4Fh54c330hCVVxDPhEdNFCf.jpg","{'id':526203,'name':'A Christmas Prince Collection','poster_path':'/comKD8Myrqs3xZ2GN7Qjdk8hXP9.jpg','backdrop_path':'/xxFyKwZPYqbvFy8gZC22wneOchT.jpg'}","0","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","https://www.netflix.com/title/80238204","525041","tt8709036","en","A Christmas Prince: The Royal Wedding","A year after Amber helped Richard secure the crown. The two are set to tie the knot in a royal Christmas wedding ??? but their plans are jeopardized when Amber finds herself second-guessing whether or not she's cut out to be queen, and Richard is faced with a political crisis that threatens to tarnish not only the holiday season but the future of the kingdom.","8.441","/26X0iff17g5cW51QPBFYWED541N.jpg","[{'id':2090,'logo_path':'/jYlUttNqcN5u1pzMQrh5AEhZ27t.png','name':'Motion Picture Corporation of America','origin_country':'US'},{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-11-30","0","92","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","","A Christmas Prince: The Royal Wedding","false","6.3","367" +"false","/5VYeDirnYbs4PeCRk9yCvHUNpjX.jpg","null","4000000","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","","71142","tt0102593","en","One Good Cop","When his partner is killed in the line of duty, Artie Lewis becomes the legal guardian of his three orphaned girls. But during his investigation of the case, Lewis finds his life ??? and that of his newfound family ??? on the line. That's when the guilty crime-lord comes face to face with one man's rage, one man's fury, one man's justice.","2.657","/7b3paG7OnFB7Ao91FSslGkNORyy.jpg","[{'id':10282,'logo_path':null,'name':'Silver Screen Partners IV','origin_country':''},{'id':915,'logo_path':'/xXojkyRWFZ0JTJyjiu13ThKeFbz.png','name':'Hollywood Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1991-05-03","0","114","[{'iso_639_1':'en','name':'English'}]","Released","How far will one man go to be a good father and stay...","One Good Cop","false","5","23" +"false","/dMWq0KAdw256MHYnSzpfHwZy5Yq.jpg","null","50000","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","27545","tt0054462","en","The Wasp Woman","A cosmetics queen develops a youth formula from jelly taken from queen wasps. She fails to anticipate the typical hoary side effects.","1.944","/cO4JRU81ksbFARXABXOQJnaoei0.jpg","[{'id':15302,'logo_path':null,'name':'Santa Cruz Productions Inc.','origin_country':''},{'id':13733,'logo_path':null,'name':'The Filmgroup','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1959-10-30","0","61","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","Horror Of The Winged Menace !","The Wasp Woman","false","4.4","28" +"false","/syTLAeijeUmmrLzJBhSPLpniyTU.jpg","null","0","[{'id':28,'name':'Action'}]","","556075","tt8586880","zh","???????????????","After claiming countless lives, the fairies won the great battle with the demons. However, the leader of their Kunlun sect Yu Qingzi died for his young apprentice Xiao He. 500 tranquil years later, Xiao He finds himself face to face with a resurrected Yu Qingzi.","1.98","/319rq47sT1GxzPWHP0p9rR15YaX.jpg","[]","[]","2018-08-05","0","90","[{'iso_639_1':'zh','name':'?????????'}]","Released","","The Legend of Zu","false","0","0" +"false","/lJ2jjs2X7NMYoPanOES1idWgGvX.jpg","{'id':259401,'name':'The Invisible Man Collection','poster_path':'/fK4kwiFZ7fGzYMkUa826KGSPriF.jpg','backdrop_path':'/k5xCUEzPzNkiMmd7gkIGCo4VB8W.jpg'}","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","28421","tt0032635","en","The Invisible Man Returns","The owner of a coal mining operation, falsely imprisoned for fratricide, takes a drug to make him invisible, despite its side effect: gradual madness.","3.45","/f0THmkPBXTkIh77DJZWOx2xMak5.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1940-01-12","0","81","[{'iso_639_1':'en','name':'English'}]","Released","They hear him! They feel him! But they can't stop him!","The Invisible Man Returns","false","6.2","33" +"false","/ti7uFZR1JHEVGAI5iGI6GBJW0i8.jpg","null","0","[{'id':10752,'name':'War'},{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':28,'name':'Action'}]","","437081","tt7160176","ko","????????????","In 1636, the Qing dynasty attacks Joseon. King Injo and his retainers, including Choi Myung-kil and Kim Sang-hun, hide in the mountain fortress city of Namhansanseong. They are isolated from the outside. Meanwhile, Choi Myung-kil insists that they enter into negotiations with the Qing dynasty, but Kim Sang-hun proposes that they keep fighting.","2.82","/pPIyEJEea211GmNqVBHqBPGTY8m.jpg","[{'id':7036,'logo_path':'/javbyY0ZCvlFJtly3tpZqf2NwLX.png','name':'CJ Entertainment','origin_country':'KR'},{'id':112647,'logo_path':null,'name':'Siren Pictures','origin_country':'KR'}]","[{'iso_3166_1':'KR','name':'South Korea'}]","2017-10-03","0","140","[{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","A nation trapped in the longest winter","The Fortress","false","6.3","21" +"false","/nYM30bR4YW3PQxBNzMXiUUtKaKw.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://thebillmurraystories.com","502157","tt7329810","en","The Bill Murray Stories: Life Lessons Learned from a Mythical Man","One man???s journey to find meaning in Bill Murray???s many unexpected adventures with everyday people, rare and never-before seen footage of the comedic icon participating in stories previously presumed to be urban legend.","3.408","/bQ0k7yeY5EWCLOyF3JAK0HZnCqz.jpg","[{'id':70839,'logo_path':null,'name':'Double Windsor Films','origin_country':''},{'id':111817,'logo_path':null,'name':'Old Lime Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-05-02","0","70","[{'iso_639_1':'en','name':'English'}]","Released","No One Will Ever Believe You","The Bill Murray Stories: Life Lessons Learned from a Mythical Man","false","6.8","12" +"false","/t0s9dCfIOdX02xqNWNwPyK3Vund.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':37,'name':'Western'}]","","14384","tt0066390","en","Soldier Blue","After a cavalry group is massacred by the Cheyenne, only two survivors remain: Honus, a naive private devoted to his duty, and Cresta, a young woman who had lived with the Cheyenne two years and whose sympathies lie more with them than with the US government. Together, they must try to reach the cavalry's main base camp. As they travel onward, Honus is torn between his growing affection for Cresta.","4.301","/sMcDCmwQ8fOgPmZYzWcRRLHS7xd.jpg","[{'id':494,'logo_path':null,'name':'AVCO Embassy Pictures','origin_country':'US'},{'id':3057,'logo_path':null,'name':'Katzka-Loeb','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1970-08-12","0","112","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","The most savage film in history!","Soldier Blue","false","7.2","68" +"false","","null","0","[{'id':99,'name':'Documentary'}]","","481845","tt5275884","en","Love, Cecil","Lisa Immordino Vreeland directs this documentary about Academy Award-winning costume designer Cecil Beaton. A respected photographer, artist, and set designer, Beaton was best known for designing on award-winning films such as 'Gigi' (1958) and 'My Fair Lady' (1964). The film features archive footage and interviews with a number of models, artists, and filmmakers who worked closely with Beaton during his illustrious career.","1.94","/9LewmutXCKk9TjRjPb5Qjqmua46.jpg","[{'id':96264,'logo_path':null,'name':'Fischio Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-12-01","0","98","[{'iso_639_1':'en','name':'English'}]","Released","","Love, Cecil","false","6.3","4" +"false","/y6hHtrVSoLcmiHsVmaOlTyQBHVe.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","33475","tt0043255","en","Abbott and Costello Meet the Invisible Man","Boxer Tommy Nelson is accused of killing his manager. While detectives Bud and Lou investigate they come across an invisibility formula with which Tommy injects himself rather than face the police. This sparks an idea for trapping gangster Morgan by having Lou fight champ Rocky Hanlon, with Tommy's invisible help","2.356","/sGFnr4dCUm1Ro1bZHR5TXHOolXb.jpg","[{'id':5726,'logo_path':'/rnMFkRXYfeDDsDMKg9HjabsHQif.png','name':'Universal Pictures International (UPI)','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1951-03-07","0","82","[{'iso_639_1':'en','name':'English'}]","Released","You'll shiver... You'll shudder... You'll shout with laughter!","Abbott and Costello Meet the Invisible Man","false","7.1","23" +"false","/6Hbqoq4MhvyJEBdmIBOsYXfr5lj.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':36,'name':'History'}]","","43192","tt0045886","en","Houdini","By the early 1900s, the extraordinary Houdini earned an international reputation for his theatrical tricks and daring feats of extrication from shackles, ropes, handcuffs and... Scotland Yard's jails.","4.201","/9Qz3v7IgaGrSmYfMGyPAPbEJvnV.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1953-07-02","0","106","[{'iso_639_1':'en','name':'English'}]","Released","","Houdini","false","6.5","34" +"false","/yXHins26uzrTyf9hbDa1aTB5Yny.jpg","null","0","[{'id':14,'name':'Fantasy'},{'id':35,'name':'Comedy'}]","","26525","tt0065492","en","Brewster McCloud","Brewster is an owlish, intellectual boy who lives in a fallout shelter of the Houston Astrodome. He has a dream: to take flight within the confines of the stadium. Brewster tells those he trusts of his dream, but displays a unique way of treating others who do not fit within his plans.","2.363","/Aecn8SQMCSbhrW7DdI8UcInlkRP.jpg","[{'id':35,'logo_path':'/wxrHa3nZ1K4zo65p56991INkGo6.png','name':'Lions Gate Films','origin_country':'US'},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1970-12-05","0","105","[{'iso_639_1':'en','name':'English'}]","Released","THIS MAY BE OVER YOUR HEAD.","Brewster McCloud","false","6.1","23" +"false","/6S7q4STnaYPglEHA6lASdIndErC.jpg","{'id':554677,'name':'The Kolchak Collection','poster_path':'/biWQuarY1OsOJplfqyndkE6laFn.jpg','backdrop_path':null}","0","[{'id':9648,'name':'Mystery'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':10770,'name':'TV Movie'}]","","15360","tt0067490","en","The Night Stalker","Wisecracking reporter Carl Kolchak investigates a string of gruesome murders in Las Vegas. It seems that each victim has been bitten in the neck and drained of all their blood. Kolchak is sure that it is a vampire. He's hot on the trail, but nobody believes him. His editor thinks he's nuts and the police think he's a hindrance in the investigation, so Kolchak takes matters into his own hand.","2.412","/dij60cVBL39B5t1SdGQr33APksC.jpg","[{'id':3065,'logo_path':'/sJ919bmS8B53hujwbn5eqg6y6G6.png','name':'American Broadcasting Company (ABC)','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1972-01-11","0","74","[{'iso_639_1':'en','name':'English'}]","Released","","The Night Stalker","false","7.3","31" +"false","/gcyFhZGtPee0hwWNh3hrEjqmb8W.jpg","null","0","[{'id':18,'name':'Drama'}]","","29453","tt0051365","sv","Ansiktet","Ingmar Bergman???s The Magician (Ansiktet) is an engaging, brilliantly conceived tale of deceit from one of cinema???s premier illusionists. Max von Sydow stars as Dr. Vogler, a nineteenth-century traveling mesmerist and peddler of potions whose magic is put to the test in Stockholm by the cruel, eminently rational royal medical adviser Dr. Verg??rus. The result is a diabolically clever battle of wits that???s both frightening and funny, shot in rich, gorgeously gothic black and white.","6.012","/rmdPJfwTUUjNW5FhuTxYkSKMfaO.jpg","[{'id':6181,'logo_path':'/wLSdapPKqkBgrRVOKcUx83hCR3Y.png','name':'Svensk Filmindustri','origin_country':'SE'}]","[{'iso_3166_1':'SE','name':'Sweden'}]","1958-12-26","0","101","[{'iso_639_1':'sv','name':'svenska'}]","Released","","The Magician","false","7.4","77" +"false","/jF69NlEvoLwAQ6uVofNnOZGcliy.jpg","null","0","[{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","http://www.lemontreemedia.com.cn/","487786","tt7649320","zh","????????????","Yu, a self-assured factory guard, fancies himself a detective and begins poking his nose into a murder investigation.","3.562","/8t9qtOdU2Jri5B011jkmOkEtu18.jpg","[{'id':18115,'logo_path':null,'name':'Century Pictures','origin_country':''}]","[{'iso_3166_1':'CN','name':'China'}]","2017-11-17","0","120","[{'iso_639_1':'zh','name':'?????????'}]","Released","","The Looming Storm","false","6.4","52" +"false","/qRvAIphwuMOAf7CxdnQM2c3KTXi.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","","965","tt0035015","en","The Magnificent Ambersons","The spoiled young heir to the decaying Amberson fortune comes between his widowed mother and the man she has always loved.","5.605","/gaZ7g6Noyw4B1W46GZF7ostbQCP.jpg","[{'id':11447,'logo_path':null,'name':'Mercury Productions','origin_country':''},{'id':6,'logo_path':'/n53F7K9scQWFXYbrCablqLKqJdp.png','name':'RKO Radio Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1942-07-10","0","88","[{'iso_639_1':'en','name':'English'}]","Released","Real life screened more daringly than it's ever been before!","The Magnificent Ambersons","false","7.4","130" +"false","/rCCgpchFXzqjhVQsUMtwr952gOr.jpg","null","0","[{'id':53,'name':'Thriller'}]","","565195","tt8484038","en","Somnium","A tale of two sisters with rare unique supernatural abilities. Three burglars break into a house to find jewels and money but leave their sanity behind.","2.946","/8RA0VvK1Jev5reZrMOmlP0TyDd2.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-11-28","0","77","[{'iso_639_1':'en','name':'English'}]","Released","Don't let them dream.","Somnium","false","10","1" +"false","/mqcy5fKZT8dQsfNvFPLqY2dBPP1.jpg","null","0","[{'id':99,'name':'Documentary'}]","https://generationiron.com/ronniecoleman/","532944","tt7217214","en","Ronnie Coleman: The King","Ronnie Coleman is known as ""The King"" and for good reason. He is the 8x Mr. Olympia champion in the world of bodybuilding - sharing the world record for most Olympia wins. Now retired, he has undergone over 6 surgeries leaving him unable to walk without crutches but his desire to train like a pro bodybuilder has not dissipated. Exploring the history of his career as a bodybuilding legend and following his journey to recovery; for the first time ever discover the true man behind The King.","2.726","/agvPXXhjql6gLAKCxC9w01zLVvg.jpg","[{'id':63590,'logo_path':null,'name':'The Vladar Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-06-22","0","93","[{'iso_639_1':'en','name':'English'}]","Released","","Ronnie Coleman: The King","false","7.6","25" +"false","/lsCa930fSetvsq7CBK0hmkwaiIC.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","446131","tt6045466","fr","Madame","Adding a little spice to a waning marriage, Anne and Bob, a wealthy and well-connected American couple, move into a manor house in romantic Paris. While preparing a particularly luxurious dinner for sophisticated international friends, our hostess discovers there are 13 guests. Panic-stricken, Anne insists her loyal maid Maria disguise herself as a mysterious Spanish noble woman to even out the numbers. But a little too much wine and some playful chat lead Maria to accidentally endear herself to a dandy British art broker. Their budding romance will have Anne chasing her maid around Paris and finally plotting to destroy this most unexpected and joyous love affair.","6.583","/o4FuZqB6cQVMpulY5BcqyoCCm7d.jpg","[{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'},{'id':87598,'logo_path':null,'name':'LGM Films','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'}]","2017-08-17","0","91","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Misbehaviour Is On The Menu","Madame","false","6.2","118" +"false","/19TmI50sWoOqe8GFyrc28i0FcRC.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","526510","tt7169100","en","Night Zero","A dinner party turns deadly when a group of friends is trapped inside of their house after a massive alien invasion threatens to take over the world. Things take a turn for the worse when they discover that the chemical the military is using to destroy the aliens is also turning humans into zombie-like savages. Now the group must band together and try to survive the night... if they don't kill each other first.","2.264","/nkDchhroDnF20XGpmIfKT3V5R8n.jpg","[{'id':12342,'logo_path':null,'name':'Cineworx','origin_country':''},{'id':111769,'logo_path':null,'name':'Dreaming Droids Productions','origin_country':''},{'id':111770,'logo_path':null,'name':'Tredd Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-05-22","0","81","[{'iso_639_1':'en','name':'English'}]","Released","Time. Is. Running. Out.","Night Zero","false","5.7","3" +"false","/nb2A86OHIOZcMxBRlynyDY5obD8.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.ambitionsdebt.com/","565339","tt4578000","en","Ambition's Debt","Adapted from William Shakespeare's epic tale of honor, ambition, betrayal, hubris, and the supernatural. The story follows the downfall of Rome's most honored citizen, Marcus Brutus, as he conspires to assassinate Julius Caesar, in order to forestall tyranny and preserve democracy.","0.6","/nt9ZUDEXsnOg0sxpA5BFsqoiHfg.jpg","[{'id':89082,'logo_path':null,'name':'Imperfect Films','origin_country':''},{'id':111773,'logo_path':null,'name':'Uwaki Film','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-01-01","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Ambition's Debt","false","10","1" +"false","/VuukZLgaCrho2Ar8Scl9HtV3yD.jpg","{'id':558216,'name':'Venom Collection','poster_path':null,'backdrop_path':null}","116000000","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'}]","http://www.venom.movie/site/","335983","tt1270797","en","Venom","Investigative journalist Eddie Brock attempts a comeback following a scandal, but accidentally becomes the host of Venom, a violent, super powerful alien symbiote. Soon, he must rely on his newfound powers to protect the world from a shadowy organization looking for a symbiote of their own.","47.946","/2uNW4WbgBXL25BAbXGLnLqX71Sw.jpg","[{'id':31828,'logo_path':null,'name':'Avi Arad Productions','origin_country':'US'},{'id':53462,'logo_path':null,'name':'Matt Tolmach Productions','origin_country':'US'},{'id':84041,'logo_path':null,'name':'Pascal Pictures','origin_country':'US'},{'id':7505,'logo_path':'/837VMM4wOkODc1idNxGT0KQJlej.png','name':'Marvel Entertainment','origin_country':'US'},{'id':81620,'logo_path':'/gNp4dfuBOXmVWdGKb63NfbFNbFi.png','name':'Tencent Pictures','origin_country':'CN'}]","[{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'US','name':'United States of America'}]","2018-09-28","855013954","112","[{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'ms','name':'Bahasa melayu'}]","Released","The world has enough Superheroes.","Venom","false","6.6","5513" +"false","/meyZ0ZZLLNaKIrvbmVpuXzZ11sD.jpg","null","42000000","[{'id':14,'name':'Fantasy'},{'id':10751,'name':'Family'}]","http://housewithaclock.com","463821","tt2119543","en","The House with a Clock in Its Walls","When ten-year-old Lewis is suddenly orphaned, he is sent to live with his Uncle Jonathan in a creaky (and creepy) old mansion with a mysterious ticking noise that emanates from the walls. Upon discovering that his uncle is a warlock, Lewis begins learning magic, but when he rebelliously resurrects an evil warlock he must find the secret of the house and save the world from destruction.","23.785","/qM66Hv4ByAxnilr0jaqCA9uOD4Y.jpg","[{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'},{'id':34982,'logo_path':'/uvTmiRZzNfG88dVXi9hQ7eFNirq.png','name':'Mythology Entertainment','origin_country':'US'},{'id':7294,'logo_path':'/kK4PRgceWp9KNrycD8xx8seWxYU.png','name':'Reliance Entertainment','origin_country':'IN'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'IN','name':'India'},{'iso_3166_1':'US','name':'United States of America'}]","2018-09-15","29950000","106","[{'iso_639_1':'en','name':'English'}]","Released","This house knows what makes you tick.","The House with a Clock in Its Walls","false","6.2","789" +"false","/8ZK4WYNREjsKMb2KlUujeajNedn.jpg","null","1900000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10752,'name':'War'}]","","487635","tt7220696","fi","Suomen hauskin mies","Parikka, the actor once called the Funniest Man in Finland, and his troupe are about to be executed for the atrocities committed during the Civil War in Finland. Jaeger Lieutenant Nyborg, an admirer of Parikka, suspects a definite miscarriage of justice. He wants to save the actors. The forthcoming visit of the German General von der Goltz to the prison island provides him with a suitable opportunity. Nyborg suggests that the actors prepare a comical performance for the visitor and not be shot. Instead, they will be given a new trial. Preparing a comedy in the horrible circumstances, in the midst of hunger and death, seems quite an overwhelming task. Only a handful of real actors are still alive, the rest of the troupe consists of stagehands. Parikka has to use all his inventive skills to be able to produce something funny.","2.732","/7L0QhTjs5dmOxbPUt5GCsrn0OF1.jpg","[{'id':73146,'logo_path':null,'name':'Ljudbang','origin_country':''},{'id':33389,'logo_path':null,'name':'Inland Film Company','origin_country':''}]","[{'iso_3166_1':'SE','name':'Sweden'},{'iso_3166_1':'FI','name':'Finland'}]","2018-03-16","0","103","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'fi','name':'suomi'}]","Released","Humor is a matter of death","Laugh or Die","false","8","3" +"false","/r9VVcFXzodGKBSV1YNilDg2vhkn.jpg","{'id':513060,'name':'Unbroken Collection','poster_path':'/mJU2QyJnxOMf63gn7MgvfpmFg1y.jpg','backdrop_path':'/lXS3Ww5IVQVYqSiPvxbleOgimmC.jpg'}","0","[{'id':18,'name':'Drama'}]","https://unbrokenfilm.com/","506680","tt7339792","en","Unbroken: Path to Redemption","Zamperini returns to California where he wound up marrying Cynthia Applewhite while wrestling with untreated PTSD, suffering constant nightmares, angry, bitter and deeply depressed, his wife convinces Zamperini to attend the 1949 Billy Graham Crusade.","10.563","/x0anYeapUCJFjYmTaDHP00CaYEB.jpg","[{'id':17009,'logo_path':'/ssowAxOrrqsSR2CKeiytOXwLoCW.png','name':'Universal 1440 Entertainment','origin_country':'US'},{'id':52925,'logo_path':null,'name':'Matt Baer Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-09-14","0","98","[{'iso_639_1':'en','name':'English'}]","Released","When the war ended, the battle began.","Unbroken: Path to Redemption","false","6.4","16" +"false","/6YQ6ApwRIYe0aXweO42nSt2Gda9.jpg","null","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'}]","","485313","tt7599050","zh","?????????","Half-Chinese and half-Japanese Mari Hirakawa is the daughter of a Karate coach. Since her childhood, she was forced under her father's training, and has resented Karate for as long as she can remember--her only wish is to sell the dojo after her father passes away. Following his death, Mari starts fantasizing about her life of freedom; however, she finds out from her lawyer that her father has only left her 49% ownership of the property, the other 51% was left to one of his worst pupils, Chan Keung. The two clash, and Chan has a proposition ??? if Mari is able to win a match in a legitimate martial arts competition, he will unconditionally give her his share of the property. Mari is trapped in a dilemma, and will have to make a choice that will change her life...","1.908","/8CUISjQJtjrsyAE1v9xWpiXuiE.jpg","[{'id':96962,'logo_path':null,'name':'HK Film Production Limited','origin_country':''},{'id':69437,'logo_path':null,'name':'One Cool Film Production','origin_country':''}]","[{'iso_3166_1':'HK','name':'Hong Kong'}]","2017-11-02","0","87","[{'iso_639_1':'zh','name':'?????????'}]","Released","","The Empty Hands","false","6","10" +"false","/2DG3fYy1ADR0aAAhmLFqOJY7Szm.jpg","null","0","[{'id':18,'name':'Drama'}]","https://www.obeyfilm.co.uk/","510079","tt6145764","en","Obey","Nineteen-year old Leon returns home to take care of his alcoholic mother and adjust to life as an adult after an adolescence spent in and out of foster care. Frustrated by his lack of an education and his bleak financial prospects, Leon finds solace in the boxing ring. He soon meets the rebellious and beautiful Twiggy, who is squatting in abandoned houses to escape her family???s unfeeling affluence. As rumblings of riots begin in the streets and police and protesters engulf his neighborhood, Leon must decide whether to join his friends and fight or seek a new life with Twiggy.","2.961","/gud3gNloFItSIOjm4cpJhyyO6ls.jpg","[{'id':111728,'logo_path':null,'name':'Beyond Fiction','origin_country':''},{'id':18336,'logo_path':null,'name':'Harvest Pictures','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-04-22","0","96","[{'iso_639_1':'en','name':'English'}]","Released","","Obey","false","7.3","4" +"false","/2PTYMzaVR4TYSHb3j5nnXwmeiNQ.jpg","null","0","[{'id':18,'name':'Drama'}]","","17170","tt0094799","en","Bright Lights, Big City","A young kid from Kansas moves to New York to work on a magazine. He gets caught up in the world of drink and drugs, and starts a steady decline. The only hope is the cousin of one of his drinking partners, can she pull him through it ?","2.725","/1te0t9p6aHRMl5nYyxqI48OX7jp.jpg","[{'id':67823,'logo_path':null,'name':'Star Partners','origin_country':''},{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':932,'logo_path':null,'name':'Mirage Enterprises','origin_country':''},{'id':32793,'logo_path':null,'name':'CST Telecommunications','origin_country':''}]","[{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'US','name':'United States of America'}]","1988-04-01","0","107","[{'iso_639_1':'en','name':'English'}]","Released","","Bright Lights, Big City","false","5.7","43" +"false","/poZYdromNtaWrcAsE3JQ8CbgYLb.jpg","null","0","[{'id':35,'name':'Comedy'}]","","20443","tt0095409","en","Johnny Be Good","It's recruiting time and despite being short and scrawny, Johnny Walker is America's hottest young football prospect. His dilemma: should he take one of the many offers from college talent scouts or should he attend the local state college with his girlfriend and give up his football career?","2.877","/sxzGGdnxrmNOQP6GmWjCrkxz8yv.jpg","[{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-03-22","0","91","[{'iso_639_1':'en','name':'English'}]","Released","Every college in the country wants Johnny. 'Cause when he's good he's very very good. And when he's bad he's better.","Johnny Be Good","false","4.6","42" +"false","/f4E0ocYeToEuXvczZv6QArrMDJ.jpg","{'id':399,'name':'Predator Collection','poster_path':'/6Z7lASptoiRVxiCFvZaFgH9qp7u.jpg','backdrop_path':'/fXVzk9OxQwROCuiWvd0Cv76qmZi.jpg'}","88000000","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':12,'name':'Adventure'},{'id':27,'name':'Horror'}]","https://www.foxmovies.com/movies/the-predator","346910","tt3829266","en","The Predator","When a kid accidentally triggers the universe's most lethal hunters' return to Earth, only a ragtag crew of ex-soldiers and a disgruntled female scientist can prevent the end of the human race.","37.009","/wMq9kQXTeQCHUZOG4fAe5cAxyUA.jpg","[{'id':1302,'logo_path':'/kQZtJdyphCmq292iGDqlUx0yk2D.png','name':'Davis Entertainment','origin_country':'US'},{'id':22213,'logo_path':'/qx9K6bFWJupwde0xQDwOvXkOaL8.png','name':'TSG Entertainment','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'},{'id':1786,'logo_path':'/joLFuCWg9e2lweYnFQtRPJKSLlI.png','name':'Dark Castle Entertainment','origin_country':'US'},{'id':111737,'logo_path':null,'name':'Canada Film Capital','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2018-09-05","160542134","107","[{'iso_639_1':'en','name':'English'}]","Released","The hunt has evolved","The Predator","false","5.2","1837" +"false","/gWMvqFJe0uCaO3V8HPTs7bHpHJF.jpg","{'id':296872,'name':'See No Evil Collection','poster_path':'/i8oH7qZXgg96r03Tyf8BEe2x52M.jpg','backdrop_path':'/xUwlkY068q0VJrBpcyShwNwVoRI.jpg'}","0","[{'id':27,'name':'Horror'}]","","226140","tt3106120","en","See No Evil 2","A group of friends pays a late-night visit to the city morgue to surprise Amy (Harris) on her birthday. But the surprise is on them when the one-eyed corpse of brutal psychopath Jacob Goodnight (Jacobs) unexpectedly rises from a cold sub-basement slab. Their wild party quickly turns into a terrifying slay-fest as the sadistic mass-murderer resumes his savage rampage complete with hooks, surgical knives and power saws.","4.927","/o9cnrkwpC9RJ3WWf98ifys6tN6D.jpg","[{'id':10339,'logo_path':'/oiIi36MaWXwvvHWX5eojoE2Fiyv.png','name':'WWE Studios','origin_country':'US'},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-10-21","0","90","[{'iso_639_1':'en','name':'English'}]","Released","You will pay for your sins","See No Evil 2","false","4.4","121" +"false","/AoYLFf1cMn4QixAKhK59MKC5hah.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","18835","tt0086143","en","Private School","Private-school student Christine loves Jim. But her classmate, Jordan, is also vying for Jim's attention and trying to end his relationship with Christine. Meanwhile, Jim's friend Bubba embarks on a series of sexual escapades, including dressing up as a woman to access the girls' locker room. Despite Jim and Christine's efforts to spend some time alone, various shenanigans and schemes interfere.","5.564","/3kx2qypG8Li8wspYAfkV4hWqbIR.jpg","[{'id':2287,'logo_path':null,'name':'Unity Productions','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1983-07-29","0","89","[{'iso_639_1':'en','name':'English'}]","Released","You won't believe what goes on and what comes off in... Private School","Private School","false","5.2","47" +"false","/b3ZIz1OVwUqOBR1qJnc2VDygM9g.jpg","null","4700000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","49365","tt0095484","en","Lady in White","Locked in a school closet during Halloween 1962, young Frank witnesses the ghost of a young girl and the man who murdered her years ago. Shortly afterward he finds himself stalked by the killer and is soon drawn to an old house where a mysterious Lady In White lives. As he discovers the secret of the woman he soon finds that the killer may be someone close to him.","4.24","/6x5CSLEP2EmOGvhXAQUmuhYubWB.jpg","[{'id':54531,'logo_path':null,'name':'New Sky Communications Inc.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-04-22","0","113","[{'iso_639_1':'en','name':'English'}]","Released","The year is 1962. The place is Willowpoint Falls. Nobody talks about what happened in the school cloakroom 10 years ago. Now, in the dead of night, Frankie Scarlatti is going to find out why.","Lady in White","false","6.4","41" +"false","/iY6vauknJMCYbHl73lCvrdUHY3V.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","21454","tt0039536","en","Kiss of Death","An ex-con trying to go straight must face a crazed criminal out for revenge.","3.458","/hJr9qgQtdXwjZdB1J40Lt7rFMTI.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1947-08-27","0","98","[{'iso_639_1':'en','name':'English'}]","Released","From her lips there is no escape!","Kiss of Death","false","7","48" +"false","/dJqzGCeAL1vuWoxaKasmZNDcpns.jpg","null","4300000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","413543","tt5946128","hi","???????????? ????????????????????????","An unconventional thinker helps a budding cinematographer gain a new perspective on life.","4.518","/eKFZFwKtJJXczpguU5zgUhgleox.jpg","[{'id':2343,'logo_path':'/fkrlAFxgAtIHgYJGIQcDggeucKV.png','name':'Red Chillies Entertainment','origin_country':'IN'},{'id':19146,'logo_path':'/5Ff25ornzVNhm5skuAvMAR556NB.png','name':'Dharma Productions','origin_country':'IN'},{'id':78597,'logo_path':null,'name':'Hope Productions','origin_country':''}]","[{'iso_3166_1':'IN','name':'India'}]","2016-11-23","3376375","151","[{'iso_639_1':'hi','name':'??????????????????'}]","Released","","Dear Zindagi","false","6.9","101" +"false","/tNqyeVlanFku1cO09svgBVZu4pY.jpg","{'id':565841,'name':'The Immortal Wars Collection','poster_path':'/q6H8cPn4D2DELNrJbDrTJSkLH4d.jpg','backdrop_path':'/jz7bMV4D6a0x81bfEZEVMXTqric.jpg'}","0","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","https://www.carcass-studios.com/theimmortalwars","464850","tt5259598","en","The Immortal Wars","Set in the future the world has been split into sectors, humans have captured deviants and force them to fight to the death. Madman Dominion Harvey hosts the immortal wars and televises the show to the entire planet. Trikalypse and fellow deviants will not only fight to survive, but to bring down Dominion Industries.","1.677","/d8xd3LArZADBDrlnSwvzyxH6DcW.jpg","[{'id':111842,'logo_path':null,'name':'Carcass Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-08-18","0","92","[{'iso_639_1':'en','name':'English'}]","Released","May the strongest win","The Immortal Wars","false","3","2" +"false","/xu2n1XSwVvYSm0XbROKQ0nokNEw.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","47735","tt0046345","sv","Sommaren med Monika","Monika from Stockholm falls in love with Harry, a young man on holiday. When she becomes pregnant they are forced into a marriage, which begins to fall apart soon after they take up residence in a cramped little flat.","6.873","/b5SLdMe75xRehFs2G3PqyVKDdar.jpg","[{'id':6181,'logo_path':'/wLSdapPKqkBgrRVOKcUx83hCR3Y.png','name':'Svensk Filmindustri','origin_country':'SE'}]","[{'iso_3166_1':'SE','name':'Sweden'}]","1953-02-09","0","96","[{'iso_639_1':'sv','name':'svenska'}]","Released","A Picture for Wide Screens and Broad Minds","Summer with Monika","false","7.6","107" +"false","/trg7wvn1cVvhltOKIZ789EBexuw.jpg","{'id':271668,'name':'Caballeros Collection','poster_path':'/yzG4MDr16TRl0EINL8E2bv56hLy.jpg','backdrop_path':'/sAD5l7OosB7iczcOfMtnswODCBd.jpg'}","0","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","","14906","tt0036326","en","Saludos Amigos","Live-action segments show members of the Disney staff touring South America and recording their impressions in sketches. These segue into four animated sections: ""Lake Titicaca"" depicts tourist Donald Duck's troubles with a stubborn llama; and in ""Aquarela do Brasil,"" Jose Carioca shows Donald the sights and sound of Rio de Janeiro.","7.904","/jiNSrKpgKdLXEUasOvNaCBgEner.jpg","[{'id':6,'logo_path':'/n53F7K9scQWFXYbrCablqLKqJdp.png','name':'RKO Radio Pictures','origin_country':'US'},{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':3166,'logo_path':'/vyyv4Gy9nPqAZKElPm2izLlEaVS.png','name':'Walt Disney Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1942-08-24","0","42","[{'iso_639_1':'en','name':'English'}]","Released","Walt Disney goes South American in his gayest musical Technicolor feature","Saludos Amigos","false","5.9","129" +"false","/hqFN0gOmeXKmKP266CSjbHt9y05.jpg","null","0","[{'id':18,'name':'Drama'}]","","797","tt0060827","sv","Persona","A young nurse, Alma, is put in charge of Elisabeth Vogler: an actress who is seemingly healthy in all respects, but will not talk. As they spend time together, Alma speaks to Elisabeth constantly, never receiving any answer. Alma eventually confesses her secrets to a seemingly sympathetic Elisabeth and finds that her own personality is being submerged into Elisabeth's persona.","10.148","/cjAnlvCrp9ZY7atASUsxRrhve7o.jpg","[{'id':6181,'logo_path':'/wLSdapPKqkBgrRVOKcUx83hCR3Y.png','name':'Svensk Filmindustri','origin_country':'SE'}]","[{'iso_3166_1':'SE','name':'Sweden'}]","1966-10-18","0","85","[{'iso_639_1':'sv','name':'svenska'}]","Released","","Persona","false","8.3","688" +"false","/v1r0qRQ3u7bQbUR2Ks3RIyzK544.jpg","null","0","[{'id':36,'name':'History'},{'id':18,'name':'Drama'}]","","514201","tt7473032","cn","?????????1???","Four young lives were changed forever when they become involved in the 1967 Hong Kong Leftist Riot; half a century later, another four face similar challenges amidst the Mainland-Hong Kong conflict.","0.6","/fqLFW8StQziOU36BD3EEO5l0mm6.jpg","[]","[{'iso_3166_1':'HK','name':'Hong Kong'}]","2018-05-31","0","120","[{'iso_639_1':'cn','name':'????????? / ?????????'}]","Released","","No. 1 Chung Ying Street","false","0","0" +"false","/dAlCWidGpZpFUJVuXW7Jto2jKfw.jpg","null","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","38761","tt0069005","en","Night of the Lepus","Giant mutant rabbits terrorize the southwest!!","2.332","/4ldYhM4swXlzBnE2kR8VtMxtv1a.jpg","[{'id':15185,'logo_path':null,'name':'A.C. Lyles Productions','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1972-10-04","0","88","[{'iso_639_1':'en','name':'English'}]","Released","How many eyes does horror have?","Night of the Lepus","false","4.3","39" +"false","/8o8md5JjOx4k1ZrCe5hoo1F8xiL.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':27,'name':'Horror'}]","http://garo-project.jp/KAMINOKIBA/","478149","tt7117354","ja","GARO ?????????","Ryuga Dogai returns to investigate a new mystery - the theft of Makai Knights armour. Among the victims are Ryuga's old comrades from the Volcity crisis, Takeru and Aguri. The three will face off against an enemy previously though defeated - Zinga.","2.798","/ouhNC5r3YUrV6bXzEkhMwWq5xcs.jpg","[{'id':1780,'logo_path':'/2KJ1cSBOGABQotDWSRPNY4C9amg.png','name':'Tohokushinsha Film Corporation','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","2018-01-06","0","98","[{'iso_639_1':'ja','name':'?????????'}]","Released","","GARO: Fang of God","false","6","3" +"false","/eGcfkCmmIxnq2ZWq60xRGsepZ9j.jpg","null","0","[{'id':18,'name':'Drama'}]","","614","tt0050986","sv","Smultronst??llet","Crotchety retired doctor Isak Borg travels from Stockholm to Lund, Sweden, with his pregnant and unhappy daughter-in-law, Marianne, in order to receive an honorary degree from his alma mater. Along the way, they encounter a series of hitchhikers, each of whom causes the elderly doctor to muse upon the pleasures and failures of his own life. These include the vivacious young Sara, a dead ringer for the doctor's own first love.","12.484","/iyTD2QnySNMPUPE3IedZQipSWfz.jpg","[{'id':6181,'logo_path':'/wLSdapPKqkBgrRVOKcUx83hCR3Y.png','name':'Svensk Filmindustri','origin_country':'SE'}]","[{'iso_3166_1':'SE','name':'Sweden'}]","1957-12-26","0","91","[{'iso_639_1':'la','name':'Latin'},{'iso_639_1':'sv','name':'svenska'}]","Released","","Wild Strawberries","false","8.1","564" +"false","/k3peZU1BPCVTBOrww1gP9y9BLOJ.jpg","null","0","[{'id':18,'name':'Drama'}]","http://pincushionfilm.co.uk","473706","tt6190348","en","Pin Cushion","Super close mother Lyn and daughter Iona (Dafty One and Dafty Two) are excited for their new life in a new town. Determined to make a success of things after a tricky start, Iona becomes 'best friends' with Keely, Stacey and Chelsea. Used to being Iona's bestie herself, Lyn feels left out. So Lyn also makes friends with Belinda, her neighbour.","2.674","/wTfa0IHWyFivMoLKIey9aduuT8d.jpg","[{'id':94438,'logo_path':null,'name':'Quark Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-07-13","0","82","[{'iso_639_1':'en','name':'English'}]","Released","","Pin Cushion","false","7","18" +"false","/wthvrWIYmpMOC4rdzRilfmJ03Yt.jpg","null","0","[{'id':10402,'name':'Music'},{'id':99,'name':'Documentary'}]","http://www.sonyclassics.com/devilanddaniel/","13222","tt0436231","en","The Devil and Daniel Johnston","This 2006 documentary film chronicles the life of Daniel Johnston, a manic-depressive genius singer/songwriter/artist, from childhood up to the present, with an emphasis on his mental illness and how it manifested itself in demonic self-obsession.","2.179","/lsTH96pTzyr9aX16Cy39rw0Roih.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-01-23","0","110","[{'iso_639_1':'en','name':'English'}]","Released","","The Devil and Daniel Johnston","false","7.9","54" +"false","/xHFr18zbVaTG8LNtIMlpcvI9P6f.jpg","null","0","[{'id':27,'name':'Horror'}]","","481952","tt6359082","en","Werewolves of the Third Reich","In Germany at the height of World War II, a ragtag group of American soldiers discover Doctor Mengele's diabolical plan to create an unstoppable army of Nazi werewolves.","0.84","/tdTaRjTn2DDkmE9ErWcuvamXnds.jpg","[{'id':16370,'logo_path':null,'name':'North Bank Entertainment','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-02-05","0","90","[{'iso_639_1':'en','name':'English'}]","Released","When the Full Moon Rises, the War Begins","Werewolves of the Third Reich","false","2.2","3" +"false","/xDOcb1kie9Ng8RSwDyadp62IPe9.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","565243","tt8043038","en","Prowler","A man wrongfully accused of murder forms an unlikely partnership on his release and attempts to uncover the truth behind his wife's death...","1.624","/eXmuNihXYe6ep6rCcRuHwnIYPID.jpg","[{'id':111807,'logo_path':null,'name':'Tractorni Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-10-01","0","74","[{'iso_639_1':'en','name':'English'}]","Released","","Prowler","false","10","1" +"false","/3jjVDBflew57qHYeK3NkETzwDPt.jpg","null","10000","[{'id':27,'name':'Horror'}]","","516834","tt6169934","en","Mrs. Claus","Students attending a Christmas party at a sorority house with a sinister past are stalked by a bloodthirsty killer disguised as Mrs. Claus.","3.62","/cP8hJSNgtLCkjhul7UyQp0nd79j.jpg","[{'id':96625,'logo_path':null,'name':'Fright Meter Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-05-04","0","86","[{'iso_639_1':'en','name':'English'}]","Released","You won't be going home for Christmas!","Mrs. Claus","false","4.5","6" +"false","/mFCR7qscnhseuGXbE0v2afvr0wH.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10751,'name':'Family'},{'id':878,'name':'Science Fiction'}]","http://mailordermonstermovie.com/","554979","tt4694366","en","Mail Order Monster","A girl seeks help and guidance from a robot monster to cope with the bullies at school and her father's new girlfriend.","5.257","/d2gM6LCqIeg8NxDORj0Iz7HXPsc.jpg","[{'id':111808,'logo_path':null,'name':'Jax Productions','origin_country':''},{'id':105703,'logo_path':null,'name':'Stay Relevant Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-11-06","0","89","[{'iso_639_1':'en','name':'English'}]","Released","Friend Mentor Sidekick MOM","Mail Order Monster","false","6.3","3" +"false","/hfH1JBQVeFfPnt9pqqECCkolbgn.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","28289","tt0064117","en","Cactus Flower","Distraught when her middle-aged lover breaks a date with her, 21-year-old Toni Simmons attempts suicide. Impressed by her action, her lover, dentist Julian Winston reconsiders marrying Toni, but he worries about her insistence on honesty. Having fabricated a wife and three children, Julian readily accepts when his devoted nurse, Stephanie, who has secretly loved Julian for years, offers to act as his wife and demand a divorce.","3.678","/oabi6jdkxP3KHMNywKn6nQeDzQZ.jpg","[{'id':2102,'logo_path':null,'name':'Frankovich Productions','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1969-12-16","0","103","[{'iso_639_1':'en','name':'English'}]","Released","The prickly stage success that convulsed audiences around the world... with all its barbed wit and the sharpest comedy cast of the year!","Cactus Flower","false","7.3","70" +"false","/sc7zy4aqkA61vtDA4hHSOv4Gfu5.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","49225","tt0063991","en","Age of Consent","An elderly artist thinks he has become too stale and is past his prime. His friend (and agent) persuades him to go to an offshore island to try once more. On the island he re-discovers his muse in the form of a young girl.","3.826","/eoEzg1rxmHx4x2JLnUoxrZTsZCC.jpg","[{'id':6312,'logo_path':null,'name':'Nautilus Productions','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'GB','name':'United Kingdom'}]","1969-05-13","0","108","[{'iso_639_1':'en','name':'English'}]","Released","Let yourself go... they do!","Age of Consent","false","6","19" +"false","/blq6fAziKP4vnHg0VRFWznqfnSJ.jpg","null","0","[{'id':80,'name':'Crime'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","548162","tt6068554","en","[Cargo]","A man wakes trapped inside a cargo container with only a cell phone and is given 24 hours by his kidnappers to raise ten million dollars in ransom or die.","2.166","/d6YZd5nvPcEGnArTv0lqiwam3WZ.jpg","[{'id':20955,'logo_path':null,'name':'WildEye Releasing','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-11-13","0","80","[{'iso_639_1':'en','name':'English'}]","Released","Anthony Peterson has 24 hours of air, a cell phone and no way out","[Cargo]","false","6","3" +"false","/7pHJFPg7oBGH3JAhcQpjRMmFsHj.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","42267","tt0073896","en","White Line Fever","An independent trucker with a pregnant wife fights cargo crooks and the big shot they work for.","2.298","/7I2gATRUpmKbcZvuf9eevWxd5SV.jpg","[{'id':61781,'logo_path':null,'name':'White Line Fever Syndicate','origin_country':''},{'id':44142,'logo_path':null,'name':'International Cinemedia Center','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","1975-07-16","0","90","[{'iso_639_1':'en','name':'English'}]","Released","The organization says: Everybody drives for them. Carrol Jo says: I drive for myself.","White Line Fever","false","6.1","8" +"false","/6qqYHg4mLcdrD0zdQ7WXIfQ5dFC.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","https://www.solarusfilms.com/films/transition","468817","tt5212488","en","Transition","A drama centred on three people: Sarah is a barista who finds the love of her life in Mark. Her mother Barbara depends on Mark to keep her in Sarah's life while resenting her daughter's deep love for him. When severely traumatised by the sudden death of Mark Sarah's relationship with her mother finally cracks. Now faced with losing her struggle to cope Sarah feels Mark's presence return. Based on true events Transition is the story of a love that transcends this realm and the strength of human character in survival.","1.828","/sKTra8Hta4bVfVM946rU1lfkAgZ.jpg","[{'id':58036,'logo_path':null,'name':'Solarus Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-04-10","0","76","[{'iso_639_1':'en','name':'English'}]","Released","Love transcends all limits","Transition","false","0","0" +"false","","null","0","[{'id':18,'name':'Drama'}]","","565604","tt6943908","en","The Same Circles","On a romantic weekend away, Rory and Saff become victims of an unthinkable tragedy and their lives will never be the same. Rory's manic obsession fuels his desperate search for those responsible as he spirals deeper and deeper into madness.","0.6","/rPIXg2CkrpYuC8Cpg8bfWQOxMqI.jpg","[{'id':111814,'logo_path':null,'name':'MarkGarvey.co.uk','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-05-30","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","The Same Circles","false","0","0" +"false","/6BfyXtX4ND8fcIyGdRm7MflCAhL.jpg","null","6400000","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","118051","tt2168910","hi","??????????????????","Gautam is an incorrigible flirt, who runs after every girl he sees. Meera is a pretty girl with desi values and attire, who comes to London from Delhi for a fresh start. Veronica is the spoilt bombshell who loves partying and drinking. Though different from each other, these three are perfect friends staying under one roof until friendship becomes confusing, and love becomes complicated.","3.588","/fTjDOuahxaalPThmfkd1eiMKMbu.jpg","[{'id':73690,'logo_path':null,'name':'Rajachandru film productions','origin_country':''},{'id':3653,'logo_path':'/dEpilNgoW7tElN3xacXckHxGXbo.png','name':'Eros International','origin_country':'IN'},{'id':3930,'logo_path':null,'name':'Illuminati Films Pvt Ltd','origin_country':''},{'id':15357,'logo_path':null,'name':'Prime Focus','origin_country':'IN'}]","[{'iso_3166_1':'IN','name':'India'}]","2012-07-13","18800000","146","[{'iso_639_1':'hi','name':'??????????????????'}]","Released","Sometimes good friends may be too good to share...","Cocktail","false","6.3","60" +"false","/eJA1uz4rNNyWcbTeBLwON0DBtbX.jpg","null","0","[{'id':27,'name':'Horror'}]","","40549","tt0096344","en","The Unnamable","Back in the 1800's a lady gives birth to a monster. They decide that the baby is too ugly to name, therefore the monster is known as the ""Unnamable"". The creature brutally slaughters his family, and gets trapped in a vault. Go ahead to 1988, and some college students have heard the story about the unnamable and want to check out the vault.","1.58","/lQ1epWRz5luY67BtsLVTf7Xwjmi.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-06-01","0","87","[{'iso_639_1':'en','name':'English'}]","Released","There are things on God's Earth that we can't explain and we can't describe. From the depths of Hell comes...","The Unnamable","false","4.7","26" +"false","/ddRt9PFR3yrf8jbN2rfQ4kSHXTa.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","474383","tt3915560","en","The Nth Ward","An engineer with the US Army Corps is sent to New Orleans after the hurricane the assess the damage. Bizarre happenings and disappearances lead her down a path of political deceit and voodoo.","0.6","/1YmDMAv3BU43ypLvFmH0GLgGuXY.jpg","[{'id':111712,'logo_path':null,'name':'C. Brown Productions, LLC','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-08-29","0","100","[{'iso_639_1':'en','name':'English'}]","Released","After the hurricane came the storm","The Nth Ward","false","6","3" +"false","/hbuwlcTuPIKgP3TapemHz2cbr4m.jpg","null","1455000","[{'id':37,'name':'Western'}]","","39209","tt0063592","en","Shalako","Sean Connery is Shalako, a guide in the old West who has to rescue an aristocratic British hunting party from Indians and bandits.","2.638","/unMDYJNZvAAQcBKTvVIGiBy9btS.jpg","[{'id':12146,'logo_path':null,'name':'Palomar Pictures International','origin_country':'US'},{'id':12147,'logo_path':null,'name':'Kingston Film Productions Ltd.','origin_country':''},{'id':1787,'logo_path':null,'name':'Central Cinema Company Film','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'DE','name':'Germany'}]","1968-11-06","2620000","113","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Sean Connery is Shalako! Shalako means action! Action means Bardot!","Shalako","false","5","19" +"false","/e1fVzpq0HjrAi9NizoVQMx7frgd.jpg","null","0","[{'id':10402,'name':'Music'},{'id':18,'name':'Drama'}]","http://www.sonyclassics.com/saraband/","55650","tt0299478","sv","Saraband","The movie is a sequel to Bergman's Scenes from a Marriage (1973), where we revisit the characters of Johan and Marianne, then a married couple. After their divorce, Johan and Marianne haven't seen each other for 32 years. Marianne is still working, as a divorce lawyer. Johan is quite well off and has retired to a house in the Orsa finnmark district of Sweden. On a whim, Marianne decides to visit him. Johan's son from a previous marriage, Henrik, lives nearby in a cottage with his daughter Karin, a gifted cello player. The relationship between father and son is strained. Plot by Mattias Thuresson.","3.252","/8Lt35scCMOh3HhnG81Ndc6dhazA.jpg","[{'id':2999,'logo_path':'/zGSqFee9aDgDuLD6vcs2mcJUem4.png','name':'SVT','origin_country':'SE'}]","[{'iso_3166_1':'SE','name':'Sweden'}]","2003-12-01","0","120","[{'iso_639_1':'sv','name':'svenska'}]","Released","","Saraband","false","7","32" +"false","/yP3p8IjCUuGKKJ9iqitlgkab25k.jpg","null","0","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","304816","tt0070284","en","Lady Ice","An insurance investigator romances a wealthy young beauty when he suspects she may be involved in fencing stolen jewels.","2.499","/61ebo0N4xzAqCXCSZJlVujEpkDZ.jpg","[{'id':16786,'logo_path':null,'name':'Tomorrow Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1973-07-13","0","93","[{'iso_639_1':'en','name':'English'}]","Released","SHE wanted a fortune in jewels ... HE wanted her!","Lady Ice","false","5.2","5" +"false","/86Oju9mzWicF05qwV10XWvPlLbP.jpg","null","0","[{'id':99,'name':'Documentary'}]","","119421","tt0079187","sv","F??r??dokument 1979","In 1969 he made, with Sven Nykvist as cinematographer, The F??r?? Document, a film that ended with a rather pessimist view of the island???s future. One of the scenes in the film is of a school-bus and its young passengers. To these and to the realities ten years later Bergman returns in the long documentary F??r?? Document 1979.","1.4","/dSWZ2Hu1k0r66Osy4gU5sX8kPLT.jpg","[]","[{'iso_3166_1':'SE','name':'Sweden'}]","1979-12-24","0","103","[{'iso_639_1':'sv','name':'svenska'}]","Released","","F??r?? Document 1979","false","6.3","3" +"false","/xZsLXLyhsSVsmUN8wyf35CG2Yat.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","542460","tt8396128","hi","Pataakha","Based on Charan Singh Pathik's short story Do Behnein, Pataakha narrates the story of two feuding sisters who realize the true nature of their relationship only after marriage separates them.","2.734","/xjdMmsNefy6EIbb9Tvb4QMhuxMR.jpg","[{'id':104531,'logo_path':null,'name':'KYTA Productions','origin_country':''},{'id':90316,'logo_path':null,'name':'B4U Films','origin_country':''}]","[{'iso_3166_1':'IN','name':'India'}]","2018-09-28","0","134","[{'iso_639_1':'hi','name':'??????????????????'}]","Released","","Pataakha","false","6.9","10" +"false","/t4cfsFn0jX3PLLYQqxlbnZjLBlf.jpg","null","0","[{'id':18,'name':'Drama'}]","","30734","tt0038675","sv","Kris","A small-town piano teacher is shocked by the arrival of her foster daughter's real mother, whose young lover soon follows and causes further disruption.","2.082","/yY3fMVWRyLe4Fmm3Z2ibBqQDYJb.jpg","[{'id':6181,'logo_path':'/wLSdapPKqkBgrRVOKcUx83hCR3Y.png','name':'Svensk Filmindustri','origin_country':'SE'}]","[{'iso_3166_1':'SE','name':'Sweden'}]","1946-02-25","0","93","[{'iso_639_1':'sv','name':'svenska'}]","Released","","Crisis","false","6.8","27" +"false","/6pbIOpnWFAO42JgZhuNUdMEUxi8.jpg","null","0","[{'id':16,'name':'Animation'},{'id':878,'name':'Science Fiction'},{'id':10751,'name':'Family'}]","","18890","tt0108526","en","We're Back! A Dinosaur's Story","Captain New Eyes travels back in time and feeds dinosaurs his Brain Grain cereal, which makes them intelligent and non-violent. They agree to go to the Middle Future in order to grant the wishes of children in New York city. They are to meet Dr. Bleeb of the Museum of Natural History, but get sidetracked with their new children friends and run into the Captain's evil brother, Professor Screweyes.","7.236","/iyFmhYlioe3PDZjSKWtcIhu5R02.jpg","[{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'},{'id':4105,'logo_path':'/1dIBrbgSoWiEig0CymjqkSf7UGL.png','name':'Amblimation','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-11-24","9317021","72","[{'iso_639_1':'en','name':'English'}]","Released","Wish for a dinosaur and watch all your dreams come true.","We're Back! A Dinosaur's Story","false","5.9","201" +"false","/dID3IWs7aIrwFwq1X19lYOE3mm7.jpg","null","0","[{'id':99,'name':'Documentary'}]","","304081","tt0064355","sv","F??r??dokument 1969","Bergman???s documentary is a time machine, bringing us back to the small island of F??r?? in the late sixties. A unique document with the islanders in the main roles and Ingmar Bergman as the reporter. F??r?? Document is a political excursion through rural Sweden and one of his least well-known films.","1.216","/9gSFlUoPAfIp19OmnAo8WO8MC8z.jpg","[]","[{'iso_3166_1':'SE','name':'Sweden'}]","1970-01-01","0","57","[{'iso_639_1':'sv','name':'svenska'}]","Released","","F??r?? Document","false","6.7","3" +"false","/mtTeZQVeIDt8f8Y9zA9KGZMWG6i.jpg","null","2000000","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","7091","tt0098577","en","Vampire's Kiss","A publishing executive is visited and bitten by a vampire and starts exhibiting erratic behavior. He pushes his secretary to extremes as he tries to come to terms with his affliction. The vampire continues to visit and drink his blood, and as his madness deepens, it begins to look as if some of the events he's experiencing may be hallucinations.","6.657","/pThT3QMiBC7ge8xePxXr8uruoJK.jpg","[{'id':60303,'logo_path':null,'name':'Magellan Pictures','origin_country':''},{'id':469,'logo_path':null,'name':'Hemdale Film Corporation','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-09-17","725131","103","[{'iso_639_1':'en','name':'English'}]","Released","Seduction. Romance. Murder. The things one does for love.","Vampire's Kiss","false","5.9","118" +"false","/5EYOZArURAbvzONQ9daYdZvDmYB.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","5968","tt0088414","en","The Woman in Red","When a happily married family man, who would never consider an affair, meets a beautiful woman in red, he is totally infatuated and desperate to make her acquaintance. However, as he tries out various schemes to sneak out to meet her, he realizes that adultery is not quite as easy as it looks.","6.648","/4cBhKj5wVEyJdXwZfxHB1E4P749.jpg","[{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-08-15","25308147","87","[{'iso_639_1':'en','name':'English'}]","Released","He's head over heels and headed straight for trouble!","The Woman in Red","false","5.7","175" +"false","/3VUCTrL6dJnRATGm0Hpzdat2HUQ.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","10612","tt0112966","en","The Englishman Who Went Up a Hill But Came Down a Mountain","When an English cartographer arrives in Wales to tell the residents of the Welsh village of Ffynnon Garw that their 'mountain' is only a hill, the offended community sets out to remedy the situation.","3.842","/ls7KPoxNiy3IcAot3QB0oFuMtdW.jpg","[{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':983,'logo_path':null,'name':'Parallax Pictures','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1995-05-12","0","91","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'cy','name':'Cymraeg'}]","Released","A romantic comedy about a man, a woman, and the mountain that brought them together","The Englishman Who Went Up a Hill But Came Down a Mountain","false","6.2","130" +"false","/eUjwHVMTQTkIvQyzR0RfqPmfAj8.jpg","null","4000000","[{'id':37,'name':'Western'},{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':10749,'name':'Romance'}]","","11536","tt0055184","en","The Misfits","While filing for a divorce, beautiful ex-stripper Roslyn Taber ends up meeting aging cowboy-turned-gambler Gay Langland and former World War II aviator Guido Racanelli. The two men instantly become infatuated with Roslyn and, on a whim, the three decide to move into Guido's half-finished desert home together. When grizzled ex-rodeo rider Perce Howland arrives, the unlikely foursome strike up a business capturing wild horses.","6.804","/y4EYuthiaqSzL4ZipKXMLnkl0iK.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':516,'logo_path':null,'name':'Seven Arts Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1961-01-01","8200000","124","[{'iso_639_1':'en','name':'English'}]","Released","It shouts and sings with life ... explodes with love!","The Misfits","false","6.9","133" +"false","/uXeKj1Sg9S6TjHdCkTOJmVcZuL4.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':36,'name':'History'},{'id':10752,'name':'War'},{'id':10770,'name':'TV Movie'}]","http://sarajevo.zdf.de/","269198","tt3691446","de","Das Attentat - Sarajevo 1914","The events in Sarajevo in June 1914 are the backdrop for a thriller directed by Andreas Prochaska and written by Martin Ambrosch, focusing on the examining magistrate Dr. Leo Pfeffer (Florian Teichtmeister) investigating the assassination of Archduke Franz Ferdinand. Trying to do his job in a time of lawlessness and violence, intrigues and betrayal, Leo struggles to maintain his integrity and save his love, Marija, and her father, prominent Serbian merchant. But the events of Sarajevo have set into motion an inescapable course of events that will escalate to become ??? the Great War.","1.31","/eTAgARhK3GbsLt6kTS9rI1LcN7F.jpg","[{'id':1080,'logo_path':null,'name':'Beta Film','origin_country':''},{'id':3391,'logo_path':'/t0QBs2fI3mE3HxgoH1n39bYuzNu.png','name':'??sterreichischer Rundfunk (ORF)','origin_country':'AT'},{'id':4606,'logo_path':'/otZHbf1HmzLRQsZFSqJXkf8EHz7.png','name':'ZDF','origin_country':'DE'},{'id':5928,'logo_path':'/qnFEMaWjBM3kC9JmRWEhQf5W6EX.png','name':'??esk?? televize','origin_country':'CZ'}]","[{'iso_3166_1':'AT','name':'Austria'},{'iso_3166_1':'CZ','name':'Czech Republic'}]","2014-04-23","0","98","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'sh','name':''}]","Released","1914. Der Vorabend des gro??en Krieges","Sarajevo","false","6.4","17" +"false","/iISgIVowVZSG7CpgulfNYAP0idE.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'}]","","14655","tt1111948","en","Soul Men","Two former backup soul singers, Louis and Floyd, have not spoken to each other in 20 years, and reluctantly agree to travel across the country together to a reunion concert to honor their recently-deceased lead singer. Cleo, a beautiful young woman who is believed to be Floyd's daughter, accompanies them as a new singer.","6.691","/23UKOJp4gKPuJR3vjp3ueRUJJYr.jpg","[{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-11-07","0","103","[{'iso_639_1':'en','name':'English'}]","Released","","Soul Men","false","6.3","63" +"false","/6Gwf0X8oIMsphV0dKduOPbbPyOP.jpg","null","0","[{'id':35,'name':'Comedy'}]","","11157","tt0098309","en","She-Devil","A cunning and resourceful housewife vows revenge on her husband when he begins an affair with a wealthy romance novelist.","6.443","/jWYAXtdYF804aT1muO0G6FuR2Fa.jpg","[{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-12-08","0","99","[{'iso_639_1':'en','name':'English'}]","Released","","She-Devil","false","5.8","159" +"false","/rR479zn26lJp4vNxXKjfBVCHLAW.jpg","null","5000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","1955","tt0080678","en","The Elephant Man","A Victorian surgeon rescues a heavily disfigured man being mistreated by his ""owner"" as a side-show freak. Behind his monstrous fa??ade, there is revealed a person of great intelligence and sensitivity. Based on the true story of Joseph Merrick (called John Merrick in the film), a severely deformed man in 19th century London.","10.473","/lDXJUmLQsViSKLbil2luD91l2kE.jpg","[{'id':5612,'logo_path':null,'name':'Brooksfilms','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1980-10-02","26010864","124","[{'iso_639_1':'en','name':'English'}]","Released","I am not an animal! I am a human being! I... am... a man!","The Elephant Man","false","8","1407" +"false","/jZVSzUzYDzwXrRNYvhQR9tvMIcs.jpg","null","0","[{'id':35,'name':'Comedy'}]","","11112","tt0115580","en","The Associate","Laurel Ayres is a businesswoman trying to make it but unfortunately she works at a investment firm where she does all the work but all the senior investors like Frank Peterson grab all the credit. She then leaves and starts her own firm. While trying to find clients Laurel pretends that she has a male partner named Robert Cutty. And when she starts to do well all of her clients wants to meet Cutty which is difficult since he doesn't exist.","5.671","/y9h0SD2w9JqZlqanbUnyVfYSXRW.jpg","[{'id':10201,'logo_path':null,'name':'Interscope Communications','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':915,'logo_path':'/xXojkyRWFZ0JTJyjiu13ThKeFbz.png','name':'Hollywood Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-10-25","0","114","[{'iso_639_1':'en','name':'English'}]","Released","Behind Every Great Man Is A Woman... Wishing He'd Get The Hell Out Of Her Way.","The Associate","false","6.4","84" +"false","/hsL8eWo3xRZBLpENQ4W3V4EU9a5.jpg","null","0","[{'id':37,'name':'Western'}]","","11617","tt0042895","en","Rio Grande","Lt. Col. Kirby Yorke is posted on the Texas frontier to defend settlers against depredations of marauding Apaches. Col. Yorke is under considerable stress by a serious shortage of troops of his command. Tension is added when Yorke's son (whom he hasn't seen in fifteen years), Trooper Jeff Yorke, is one of 18 recruits sent to the regiment.","5.466","/yIQGYjNWMR0fnNLgzZWTY0JM2x9.jpg","[{'id':1432,'logo_path':'/8AcaWEWQ8MFUBGlt9WxGGBAMpMG.png','name':'Republic Pictures','origin_country':'US'},{'id':1281,'logo_path':null,'name':'Argosy Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1950-11-15","0","105","[{'iso_639_1':'en','name':'English'}]","Released","John Ford's Most Powerful Drama. The Breathtaking Saga of the United States Cavalry! The third installment of John Ford's trilogy...","Rio Grande","false","6.8","107" +"false","/zblWKbxJxmV1I0XpciL5R9jDZr.jpg","null","300000","[{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'}]","","26326","tt0079813","en","Rock 'n' Roll High School","A group of rock-music-loving students, with the help of the Ramones, take over their school to combat its newly installed oppressive administration.","4.344","/s1UIR191nlFwBt77oQh3UngiSWO.jpg","[{'id':1950,'logo_path':null,'name':'New World Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1979-08-24","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Will your school be NEXT?","Rock 'n' Roll High School","false","6.4","56" +"false","/7i6D8NmHoASGNlRTdnywwunopng.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","468219","tt3525168","en","Dead in a Week (Or Your Money Back)","William has failed to kill himself so many times that he outsources his suicide to aging assassin Leslie. But with the contract signed and death assured within a week (or his money back), William suddenly discovers reasons to live... However Leslie is under pressure from his boss to make sure the contract is completed.","4.251","/f4ANVEuEaGy2oP5M0Y2P1dwxUNn.jpg","[{'id':111714,'logo_path':null,'name':'Guild of Assassins','origin_country':'GB'},{'id':83604,'logo_path':'/hjXrpUJnzS6SrwzPmDRkI4ZiLMM.png','name':'Rather Good Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-09-12","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Even assassins have to hit their targets","Dead in a Week (Or Your Money Back)","false","6.4","59" +"false","","null","0","[{'id':80,'name':'Crime'},{'id':35,'name':'Comedy'},{'id':28,'name':'Action'}]","","105130","tt0116015","ja","??????????????????","An unemployed man trying to steal from a convenience store, and the store clerk catches him in the act... the thief runs away with the store-clerk right after him. All the while, the store clerk is in trouble with a low-rank yakuza. Along the chase for the thief, they catch the eye of the Yakuza who's been looking for the convenience store clerk","0.6","/5KLAKmMHfPc8FkdN3qD1KaeCBqr.jpg","[]","[{'iso_3166_1':'JP','name':'Japan'}]","1996-11-09","0","82","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Dangan Runner","false","6.6","5" +"false","/vObtETYxV2P0NzbfH2PXwo36WSI.jpg","null","0","[{'id':18,'name':'Drama'}]","","65092","tt0064897","sv","Riten","A judge in an unnamed country interviews three actors, together and singly, provoking them while investigating a pornographic performance for which they may face a fine. Their relationships are complicated: Sebastian, volatile, a heavy drinker, in debt, guilty of killing his former partner, is having an affair with that man's widow. She is Thea, high strung, prone to fits, and seemingly fragile, currently married to Sebastian's new partner, Hans. Hans is the troupe leader, wealthy, self-contained, and growing tired. The judge plays on the trio's insecurities, but when they finally, in a private session with him, perform the masque called The Rite, they may have their revenge.","1.776","/hSIv9VT0AHvxyYtr1qNB5zWmdCf.jpg","[{'id':7445,'logo_path':null,'name':'Cinematograph AB','origin_country':''},{'id':6181,'logo_path':'/wLSdapPKqkBgrRVOKcUx83hCR3Y.png','name':'Svensk Filmindustri','origin_country':'SE'},{'id':7447,'logo_path':null,'name':'Personafilm','origin_country':''}]","[{'iso_3166_1':'SE','name':'Sweden'}]","1969-03-25","0","72","[{'iso_639_1':'sv','name':'svenska'}]","Released","","The Rite","false","7.3","25" +"false","/cBCUHXTzm2GSZ14FHfsJQgm4IDN.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","29444","tt0111048","en","S.F.W.","An alienated and misanthropic teenager gains sudden and unwanted celebrity status after he's taken hostage by terrorists where his indifference to their threats to kill him makes news headlines.","3.388","/2o9zTDKdC4MHNIYBLgFMpO5ik9o.jpg","[{'id':1382,'logo_path':'/sOg7LGESPH5vCTOIdbMhLuypoLL.png','name':'PolyGram Filmed Entertainment','origin_country':'US'},{'id':37,'logo_path':'/nlG4JEjJ7SAFDehgIVvHFBPW23y.png','name':'Gramercy Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-09-15","0","96","[{'iso_639_1':'en','name':'English'}]","Released","Fate made them hostages. The media made them stars.","S.F.W.","false","5.5","41" +"false","/vo2W0IfAOQYFvbvz4IHWLWdyzWP.jpg","null","0","[{'id':18,'name':'Drama'}]","","417688","tt3107166","en","Pimp","An urban love story set on the hard streets of the Bronx. A struggling female pimp, named Wednesday, grows up learning the game from her dad. Once he's gone she's left to look out for her prostitute mother and girlfriend Nikki.","3.223","/3QxWtlpOl2STWrAKkQ2MoYuUXJv.jpg","[{'id':110758,'logo_path':null,'name':'Adrenaline Entertainment','origin_country':''},{'id':68628,'logo_path':null,'name':'308 Ent','origin_country':'CA'}]","[]","2018-11-09","0","86","[{'iso_639_1':'en','name':'English'}]","Released","All Girl. All Pimp.","Pimp","false","7.2","5" +"false","/wtqinJ6MrpD8gCl8U2CEZWKRVsY.jpg","null","0","[{'id':18,'name':'Drama'}]","","47721","tt0045848","sv","Gycklarnas afton","On a gray morning, a circus caravan arrives in the town where Albert the ringmaster's family lives. He hasn't seen them for three years and has taken a mistress, the young and buxom Anne. Albert calls on his wife; Anne, jealous and wanting out, visits a theatrical troupe and lets an actor, Frans, seduce her in exchange for a necklace he says is valuable. Anne finds out it's worthless at about the same time Albert's wife declines to let him live with the family. Albert and Anne are stuck with the circus and each other; there's a show tonight, Frans will be there smirking and sardonic, the bear is mangy, the clown is as sour as they come, and suicide offers an exit.","3.546","/pwP5zPHG5xMPQbs9JarjDD8icUl.jpg","[{'id':1728,'logo_path':null,'name':'Sandrews','origin_country':'SE'}]","[{'iso_3166_1':'SE','name':'Sweden'}]","1953-09-14","0","93","[{'iso_639_1':'sv','name':'svenska'}]","Released","","Sawdust and Tinsel","false","7.2","58" +"false","/bTc7B3gkruOrpnV54gwn3zBD4Gh.jpg","{'id':152918,'name':'Mister Blot Collection','poster_path':'/44PYEwwjGts8pAob59RHd6zlkKc.jpg','backdrop_path':'/5uoPsNiFpUYNamSGqE8okN27VRK.jpg'}","0","[{'id':14,'name':'Fantasy'},{'id':10751,'name':'Family'}]","","78360","tt0091772","pl","Podr????e Pana Kleksa","The second part of adventures of Mr. Blot and the students of his magic school.","0.84","/6vd2dBON586U1VQuwZxbP527DZ7.jpg","[]","[{'iso_3166_1':'PL','name':'Poland'},{'iso_3166_1':'RU','name':'Russia'}]","1986-02-03","0","164","[{'iso_639_1':'pl','name':'Polski'}]","Released","","Travels of Mr. Blot","false","5.8","4" +"false","/nLp1i9UBftAAucqxQfzWmHJUkK.jpg","{'id':152918,'name':'Mister Blot Collection','poster_path':'/44PYEwwjGts8pAob59RHd6zlkKc.jpg','backdrop_path':'/5uoPsNiFpUYNamSGqE8okN27VRK.jpg'}","0","[{'id':14,'name':'Fantasy'},{'id':10751,'name':'Family'}]","","78359","tt0086863","pl","Akademia Pana Kleksa","Thanks to the powers of magic, Ada?? Niezg??dka is transported to the fairy tale land of Mr. Blot ??? the protagonist of Jan Brzechwa???s classic book. Mr. Blot is a teacher and a magician in one. His lessons cannot be boring. Especially when bIotology is the subject. Ada?? learns about the miracles of the enchanted land, but also gets to know its dark secrets.","2.097","/ArYB2on6bOTykJvzn0S3e2OICq2.jpg","[]","[{'iso_3166_1':'PL','name':'Poland'},{'iso_3166_1':'RU','name':'Russia'}]","1984-01-30","0","166","[{'iso_639_1':'pl','name':'Polski'}]","Released","","Mister Blot's Academy","false","5.6","9" +"false","/oRpnMu1AOwZJ93fUTaI24gC4HeT.jpg","null","0","[{'id':18,'name':'Drama'}]","","51143","tt0041998","sv","T??rst","A needy couple in a bad marriage travel back to Stockholm after a trip to Italy. Meanwhile, a widow resists seductions from two different persons - her psychiatrist and a lesbian friend.","2.377","/uuZNMV9aYSykXRCPbtqIY65353s.jpg","[{'id':6181,'logo_path':'/wLSdapPKqkBgrRVOKcUx83hCR3Y.png','name':'Svensk Filmindustri','origin_country':'SE'}]","[{'iso_3166_1':'SE','name':'Sweden'}]","1949-10-17","0","83","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'sv','name':'svenska'}]","Released","","Thirst","false","6.6","17" +"false","/d1WK4WyqjX2WqtCOLD5pn4jxLQN.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':36,'name':'History'},{'id':10752,'name':'War'}]","https://www.theyshallnotgrowold.film","543580","tt7905466","en","They Shall Not Grow Old","A documentary about World War I with never-before-seen footage to commemorate the centennial of Armistice Day, and the end of the war.","12.39","/xK5aQyY8WED2vzLlsKNAFPVLUaB.jpg","[{'id':107971,'logo_path':'/41MbzYgni2yh7GTjzYfX7w2b8GH.png','name':'Imperial War Museums','origin_country':'GB'},{'id':11,'logo_path':'/6FAuASQHybRkZUk08p9PzSs9ezM.png','name':'WingNut Films','origin_country':'NZ'},{'id':111180,'logo_path':'/oqzOkzGprFT2tYmb8InARHFqbVy.png','name':'14-18 NOW','origin_country':'GB'},{'id':112783,'logo_path':'/g95BBJvKyOawT3sGVXTdDG72Qad.png','name':'House Productions','origin_country':'GB'}]","[{'iso_3166_1':'NZ','name':'New Zealand'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-12-17","9700000","99","[{'iso_639_1':'en','name':'English'}]","Released","","They Shall Not Grow Old","false","8.1","86" +"false","/klUqfbNJm2uteYynCoIarhKGWmx.jpg","null","0","[{'id':18,'name':'Drama'}]","","51141","tt0040418","sv","Hamnstad","A suicidal factory girl out of reformatory school, anxious to escape her overbearing mother, falls in love with a sailor who can't forgive her past.","2.374","/zIZ6ZNkdKXmKGRUArHpIIKYhRxu.jpg","[{'id':6181,'logo_path':'/wLSdapPKqkBgrRVOKcUx83hCR3Y.png','name':'Svensk Filmindustri','origin_country':'SE'}]","[{'iso_3166_1':'SE','name':'Sweden'}]","1948-10-11","0","99","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'sv','name':'svenska'}]","Released","","Port of Call","false","6.7","20" +"false","/hhdTIwcW5ZCiY6RYWllctBFz5YX.jpg","null","0","[{'id':18,'name':'Drama'}]","","97211","tt0048272","sv","Kvinnodr??m","In Stockholm, the fashion photographer Susanne Frank misses her married lover Henrik Lobelius that lives in Gothenburg with his wife and children, and the naive twenty years old model Doris has a troubled relationship with her boy friend Palle Palt. Susanne schedules a session of photo shoots in Gothenburg with Doris, and once there, she calls Henrik for an encounter. Meanwhile, Doris meets an elegant middle age gentleman on the street, the Consul Otto S??nderby, who buys expensive gifts for her: a dress, a pair of Italian gloves and valuable pearl necklace. They spend the afternoon together in an amusement park and later they go to Otto's mansion, where they are interrupted by his wicked daughter Marianne. Susanne has a love affair with Henrik in her room, but they are interrupted by his cynical wife. The incidents in these encounters affect their perspective of love.","2.866","/3GBIlFx9BTZkbVY1mk2AUB1pY5N.jpg","[{'id':1728,'logo_path':null,'name':'Sandrews','origin_country':'SE'}]","[{'iso_3166_1':'SE','name':'Sweden'}]","1955-08-22","0","87","[{'iso_639_1':'sv','name':'svenska'}]","Released","","Dreams","false","7.2","25" +"false","/zTyWrFgJNQyMcams27IzJWmf0YL.jpg","null","0","[{'id':35,'name':'Comedy'}]","http://www.adoptingtrouble.com/","564441","tt3087968","en","Adopting Trouble","Unable to have kids, Nick an ex-con and Maryann a hard core christian, resort to the extreme to become parents. They kidnap a woman going in for an abortion and force her to have her baby for them.","0.675","/mPqodKeyQApkVnWPJfjnymZP9s6.jpg","[{'id':74578,'logo_path':null,'name':'Rare Legend Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-04-08","0","98","[{'iso_639_1':'en','name':'English'}]","Released","How far would you go to start a family?","Adopting Trouble","false","4","2" +"false","/ed2ooAOQCedP49Zo2WlYtfnxTDu.jpg","null","0","[{'id':18,'name':'Drama'}]","","106122","tt0039834","sv","Skepp till India land","Sailor Johannes Blom returns to his home port, after seven years at sea, to find that Sally, the girl he has been thinking of while away, is completely despondent. Seven years earlier, obstreperous Alexander Blom, brings his mistress Sally to live with him, his wife Alice, son Johannes, and crew, aboard the salvage boat he captains. Amidst all the tensions on the small boat, Johannes and Sally fall in love with each other.","1.4","/fV9q5Bs6ZCbivvXdJH9uqWBSNmN.jpg","[{'id':17604,'logo_path':null,'name':'Sveriges Folkbiografer','origin_country':''},{'id':8222,'logo_path':null,'name':'Nordisk Tonefilm','origin_country':''}]","[{'iso_3166_1':'SE','name':'Sweden'}]","1947-09-22","0","98","[{'iso_639_1':'sv','name':'svenska'}]","Released","","A Ship to India","false","6.7","12" +"false","/4qXuidjw6RoLi15TKSRS7hHcPm2.jpg","null","640451","[{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","https://j-blockbuster.com/feature-films/8remains/","555058","tt5643730","en","8 Remains","Preceding her death a young woman relives her life in a mirror world, giving her the chance to fight her killer.","2.234","/qep366SZ7KypgsHMAIbvY3Yq6wJ.jpg","[{'id':111708,'logo_path':null,'name':'Aquaset Filmworks','origin_country':'DE'},{'id':99242,'logo_path':null,'name':'J-Blockbuster','origin_country':'GB'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-11-23","0","80","[{'iso_639_1':'en','name':'English'}]","Released","Open the door. Unleash the demon.","8 Remains","false","10","1" +"false","/no875UXrxLQhjITs2SC9OOCn94M.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':53,'name':'Thriller'}]","","437103","tt6493286","ko","1987","In 1987 Korea, under an oppressive military regime, a college student gets killed during a police interrogation involving torture. Government of officials are quick to cover up the death and order the body to be cremated. A prosecutor who is supposed to sign the cremation release, raises questions about a 21-year-old kid dying of a heart attack, and he begins looking into the case for truth. Despite a systematic attempt to silence everyone involved in the case, the truth gets out, causing an eruption of public outrage.","5.096","/3KgL5KiGk8ABfMFHzGP2GnoH8sL.jpg","[{'id':7036,'logo_path':'/javbyY0ZCvlFJtly3tpZqf2NwLX.png','name':'CJ Entertainment','origin_country':'KR'},{'id':111906,'logo_path':null,'name':'Woojeong Film','origin_country':'KR'}]","[{'iso_3166_1':'KR','name':'South Korea'}]","2017-12-27","0","129","[{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","","1987: When the Day Comes","false","8.1","31" +"false","/ipXrm6SEjfNkD8FKfj9VLUE9fUU.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':12,'name':'Adventure'}]","http://www.dawnwall-film.com","489471","tt7286916","en","The Dawn Wall","In the middle of Yosemite National Park towers El Capitan, a huge block of granite whose smoothest side, the Dawn Wall, is said to be the most difficult rock climb in the world. Tommy Caldwell didn???t see inhospitable terrain, but rather a puzzle almost a kilometer tall. In The Dawn Wall, we follow him and Kevin Jorgeson in their historic ascent to the summit.","5.873","/bZQCNGb1II5eWASBhEgJBGxOPUM.jpg","[{'id':7724,'logo_path':'/6QV240fIM04sZXpyLUoqhKGhf7r.png','name':'Red Bull Media House','origin_country':'AT'},{'id':5234,'logo_path':'/24GREmyxfSHuaLUkrDCVngO18rO.png','name':'Sender Films','origin_country':'US'}]","[{'iso_3166_1':'AT','name':'Austria'}]","2018-10-04","0","100","[{'iso_639_1':'en','name':'English'}]","Released","","The Dawn Wall","false","8.3","30" +"false","/38m1CEVKkT725BWGgfcsPIJxs8m.jpg","null","31000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","1945","tt0110638","en","Nell","In a remote woodland cabin, a small town doctor discovers Nell - a beautiful young hermit woman with many secrets.","7.377","/4XLF6QkUqMDL5SLDEw1nrpSMk8N.jpg","[{'id':802,'logo_path':null,'name':'Egg Pictures','origin_country':''},{'id':1382,'logo_path':'/sOg7LGESPH5vCTOIdbMhLuypoLL.png','name':'PolyGram Filmed Entertainment','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-12-23","106683817","112","[{'iso_639_1':'en','name':'English'}]","Released","Her heart. Her soul. Her language are a mystery...A mystery called Nell","Nell","false","6.4","222" +"false","/nAtslrKrdajuBNoKf7qSmKa28iT.jpg","null","25000000","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","","2383","tt0095800","en","L'Ours","An orphan bear cub hooks up with an adult male as they try to dodge human hunters.","6.149","/1EgJJ7uIsMYZJ69T6KfQunuLLBk.jpg","[{'id':82,'logo_path':null,'name':'Renn Productions','origin_country':''},{'id':1121,'logo_path':null,'name':'Price','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","1988-10-21","138241022","94","[{'iso_639_1':'en','name':'English'}]","Released","He's an orphan... at the start of a journey. A journey to survive.","The Bear","false","7","187" +"false","/jVzoKlWUpsKV3y5oLafLQhEvgX6.jpg","null","0","[{'id':14,'name':'Fantasy'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","http://www.orionpictures.com/view/movie/633/Fanny-And-Alexander/","5961","tt0083922","sv","Fanny och Alexander","As children in the loving Ekdahl family, Fanny and Alexander enjoy a happy life with their parents, who run a theater company. After their father dies unexpectedly, however, the siblings end up in a joyless home when their mother, Emilie, marries a stern bishop. The bleak situation gradually grows worse as the bishop becomes more controlling, but dedicated relatives make a valiant attempt to aid Emilie, Fanny and Alexander.","7.678","/zZVkPy2PJuWWZbYGXG38a1nZp7l.jpg","[{'id':7445,'logo_path':null,'name':'Cinematograph AB','origin_country':''},{'id':7448,'logo_path':null,'name':'Tobis Filmkunst','origin_country':''},{'id':2302,'logo_path':'/rPXEdpqwFycAY9ZgrAJXv13qcWW.png','name':'Svenska Filminstitutet','origin_country':'SE'},{'id':2999,'logo_path':'/zGSqFee9aDgDuLD6vcs2mcJUem4.png','name':'SVT','origin_country':'SE'}]","[{'iso_3166_1':'SE','name':'Sweden'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'FR','name':'France'}]","1982-12-17","4971340","188","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'sv','name':'svenska'},{'iso_639_1':'yi','name':''}]","Released","","Fanny & Alexander","false","7.8","270" +"false","/l810ZtbnQzqivGJRqNjs007LbC0.jpg","null","0","[{'id':18,'name':'Drama'}]","","60899","tt0052017","sv","N??ra livet","Set in a hospital where three women meet either because they have been through an abortion or are due to give birth.","2.727","/uVFJeKoR69N7Iy12kxPfvL0SDsz.jpg","[{'id':8222,'logo_path':null,'name':'Nordisk Tonefilm','origin_country':''},{'id':35793,'logo_path':null,'name':'Inter-American Productions','origin_country':''},{'id':35794,'logo_path':null,'name':'Jerome Balsam Films','origin_country':''}]","[{'iso_3166_1':'SE','name':'Sweden'}]","1958-03-31","0","84","[{'iso_639_1':'sv','name':'svenska'}]","Released","","Brink of Life","false","7.5","30" +"false","/Uxsw2VqpHQqdrQGibrQl5VVk0X.jpg","null","0","[{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","419407","tt4765240","en","Astral","A detached university student faces the consequences of astral projection when he uses it to reconnect with his dead mother.","3.372","/50yO1vqWSZrz36KK5Z2IaU8SsIC.jpg","[]","[]","2018-10-13","0","83","[{'iso_639_1':'en','name':'English'}]","Released","","Astral","false","4","16" +"false","/7M2PkZoSmtz07nWhTETVNzzV8fo.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':10402,'name':'Music'}]","","13595","tt0109068","en","Airheads","The Lone Rangers have heavy-metal dreams and a single demo tape they can't get anyone to play. The solution: Hijack an AM rock station and hold the deejays hostage until they agree to broadcast the band's tape.","7.891","/jx06ghWxAC0BdrxUa03rti81RcY.jpg","[{'id':3929,'logo_path':null,'name':'Robert Simonds Productions','origin_country':''},{'id':1595,'logo_path':null,'name':'Island World','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-08-05","0","92","[{'iso_639_1':'en','name':'English'}]","Released","The amps are on but nobody's home.","Airheads","false","5.8","335" +"false","/aucNmbBsZWFoAfRxkJmU8uOa7Ex.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'}]","http://thesunatmidnightmovie.com/","422027","tt4982870","en","The Sun at Midnight","A caribou tracker obsessed with finding a missing caribou herd befriends a teenage rebel who gets lost while on the run.","1.48","/83ML1oFU7569azD0BveRYyAAp1o.jpg","[]","[]","2016-10-23","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Sometimes you have to be lost to find yourself","The Sun at Midnight","false","6.1","7" +"false","/xrPA9smXA6dHSH3TH34qLSP4Qyr.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","12538","tt0120820","en","Senseless","A student gets his senses enhanced by an experimental drug. But abuse is not an option.","6.229","/b7UPxxPlvFBNBx9ebpJuuQ2WtbY.jpg","[{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-02-20","13035599","93","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'hu','name':'Magyar'}]","Released","A secret experiment gave him super senses. Then came the side-effects.","Senseless","false","5.8","134" +"false","/rLkh6tvx8KL3bpCSBX90gFLvCRt.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","13005","tt0081748","en","Where the Buffalo Roam","Semi-biographical film based on the experiences of gonzo journalist Hunter S. Thompson.","3.738","/etoQq5a3fDuj2hKMLxUCnKqiIJh.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1980-04-25","6659377","99","[{'iso_639_1':'en','name':'English'}]","Released","This ain't no safari- it's a party","Where the Buffalo Roam","false","6.3","66" +"false","/stTmJizMu8LklEIIkSu7NqHchdH.jpg","null","350000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","19053","tt0086525","en","Valley Girl","Julie, a girl from the valley, meets Randy, a punk from the city. They are from different worlds and find love. Somehow they need to stay together in spite of her trendy, shallow friends.","5.291","/mQSrU9jerYSIOWeLBqFA1gcUU59.jpg","[{'id':3267,'logo_path':null,'name':'Atlantic Entertainment Group','origin_country':''},{'id':8784,'logo_path':null,'name':'Valley 9000','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1983-04-08","17343596","99","[{'iso_639_1':'en','name':'English'}]","Released","She's cool. He's hot. She's from the Valley. He's not.","Valley Girl","false","6.2","84" +"false","/6xnzVL0pMdeIwjQKl348GLAQ268.jpg","null","0","[{'id':18,'name':'Drama'}]","","11602","tt0055499","sv","S??som i en spegel","Karin hopes to recover from her recent stay at a mental hospital by spending the summer at her family's cottage on a tiny island. Her husband, Martin, cares for her but is frustrated by her physical withdrawal. Her younger brother, Minus, is confused by Karin's vulnerability and his own budding sexuality. Their father, David, cannot overcome his haughty remoteness. Beset by visions, Karin descends further into madness.","6.488","/rYD30Fm4vAcBqk1kTsxHw1s8P29.jpg","[{'id':6181,'logo_path':'/wLSdapPKqkBgrRVOKcUx83hCR3Y.png','name':'Svensk Filmindustri','origin_country':'SE'}]","[{'iso_3166_1':'SE','name':'Sweden'}]","1961-10-16","0","91","[{'iso_639_1':'la','name':'Latin'},{'iso_639_1':'sv','name':'svenska'}]","Released","","Through a Glass Darkly","false","7.9","171" +"false","/luHUQITsjkkRzStHlkbEejatTx.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","47474","tt0076686","en","The Serpent's Egg","The Serpent's Egg follows a week in the life of Abel Rosenberg, an out-of-work American circus acrobat living in poverty-stricken Berlin following Germany's defeat in World War I.","3.24","/n7z0doFkXHcvo8QQWHLFnkEPXRU.jpg","[{'id':4606,'logo_path':'/otZHbf1HmzLRQsZFSqJXkf8EHz7.png','name':'ZDF','origin_country':'DE'},{'id':1704,'logo_path':null,'name':'Bavaria Film','origin_country':'DE'},{'id':544,'logo_path':null,'name':'De Laurentiis','origin_country':''},{'id':8658,'logo_path':null,'name':'Rialto Films','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","1977-10-28","0","120","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","","The Serpent's Egg","false","6.2","35" +"false","/1S99RnnYLtUKX0S2OpqvK8IJ2K1.jpg","null","4500000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.theromanticsmovie.com/","41556","tt1403988","en","The Romantics","Seven close friends reunite for the wedding of two of their friends. Problems arise because the bride and the maid of honor have had a long rivalry over the groom.","6.264","/2wxdC3GXfujNHn5f19125x5JlmH.jpg","[{'id':6691,'logo_path':null,'name':'10th Hole Productions','origin_country':''},{'id':6692,'logo_path':'/2Wd2CodKtgB4XyAQH4ez8qnZuqg.png','name':'Benaroya Pictures','origin_country':'US'},{'id':6693,'logo_path':null,'name':'Four of a Kind Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-09-10","123820","95","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","","The Romantics","false","4.8","136" +"false","/fSiM9fxPRzWc9uwbobQfcuVQfb1.jpg","null","40000000","[{'id':14,'name':'Fantasy'},{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':10749,'name':'Romance'}]","","21539","tt0117372","en","The Preacher's Wife","Good natured Reverend Henry Biggs finds that his marriage to choir mistress Julia is flagging, due to his constant absence caring for the deprived neighborhood they live in. On top of all this, his church is coming under threat from property developer Joe Hamilton. In desperation, Rev. Biggs prays to God for help - and help arrives in the form of an angel named Dudley.","7.077","/z1mU4g9poAgoDQRNLcfNdj3iiMs.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':2510,'logo_path':null,'name':'Mundy Lane Entertainment','origin_country':''},{'id':1350,'logo_path':null,'name':'Parkway Productions','origin_country':''},{'id':798,'logo_path':'/nQgX1MOLySgug7FDONdIkht3xob.png','name':'Samuel Goldwyn Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-12-13","48093211","124","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","They needed help. What they got was a miracle.","The Preacher's Wife","false","5.7","103" +"false","/lzkaVwAQZNINuOmb261HJBZuXv0.jpg","null","2500000","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","11347","tt0095488","en","The Lair of the White Worm","In a remote corner of England's Peak District, a mysterious skull is unearthed. But even weirder is that Lady Sylvia steals the skull for use in worshiping - very erotically - her pagan god, The White Worm, who hungers for the taste of virginal flesh.","5.814","/sSNQFYOHkey0Yke2qR3y1Y7KX6e.jpg","[{'id':14221,'logo_path':null,'name':'White Lair','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1988-09-14","1189315","93","[{'iso_639_1':'en','name':'English'}]","Released","","The Lair of the White Worm","false","5.8","83" +"false","/6vEYlREYssQiUCSXds8w14Q4cxe.jpg","null","500000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","22307","tt0070698","en","Sisters","Inquisitive journalist Grace Collier is horrified when she witnesses her neighbor, fashion model Danielle Breton, violently murder a man. Panicking, she calls the police. But when the detective arrives at the scene and finds nothing amiss, Grace is forced to take matters into her own hands. Her first move is to recruit private investigator Joseph Larch, who helps her to uncover a secret about Danielle's past that has them both seeing double.","6.582","/g8uuN0Ad09pdgh5q0da0ihikJnb.jpg","[{'id':1461,'logo_path':null,'name':'Pressman-Williams','origin_country':''},{'id':9266,'logo_path':null,'name':'American International Pictures (AIP)','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1973-03-27","0","93","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","They were joined at birth by the devil and the evil never left them!","Sisters","false","6.8","113" +"false","/29VXImxwdMnzcCAMEFRbtQU2Wau.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':10749,'name':'Romance'}]","","10486","tt0110612","en","My Father the Hero","A teenage girl on vacation in the Bahamas with her divorced father tries to impress a potential boyfriend by saying that her father is actually her lover.","5.606","/k7swso7iAB1lNBLfapIo4m3hqf6.jpg","[{'id':35426,'logo_path':null,'name':'Edward S. Feldman Company','origin_country':''},{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':14035,'logo_path':null,'name':'Cit?? Films','origin_country':''},{'id':1524,'logo_path':null,'name':'DD Productions','origin_country':''},{'id':3620,'logo_path':null,'name':'Film Par Film','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","1994-02-04","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Fathers have just one problem with raising their daughters. They grow up!","My Father the Hero","false","5.3","78" +"false","/7htEgZpTc1YOsAZkzXShas2grtd.jpg","null","0","[{'id':99,'name':'Documentary'}]","https://makeusdreamfilm.com/","561894","tt9206562","en","Make Us Dream","Steven Gerrard became perhaps the greatest player in the history of Liverpool FC, but did so when success and trophies were declining. It became his personal mission to lift the famous club back to the top. That loyalty raised him to God-like status with Liverpool fans, but was an unbearable burden, bringing with it a profound sense of responsibility to live up to their and his own expectations.","1.678","/ikuKQxE1tfVMCIZVsMyePaZlNEy.jpg","[]","[]","2018-11-15","0","104","[{'iso_639_1':'en','name':'English'}]","Released","","Make Us Dream","false","8.4","10" +"false","/cQUL28jjk7ILCx4i8WGjgooQLfx.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'}]","","18333","tt0063759","sv","Vargtimmen","An artist in crisis is haunted by nightmares from the past in Ingmar Bergman's only horror film, which takes place on a windy island. During ""the hour of the wolf"" - between midnight and dawn - he tells his wife about his most painful memories.","7.482","/loCd5o7kk8wzNEJUwVSXGfOsisa.jpg","[{'id':6181,'logo_path':'/wLSdapPKqkBgrRVOKcUx83hCR3Y.png','name':'Svensk Filmindustri','origin_country':'SE'}]","[{'iso_3166_1':'SE','name':'Sweden'}]","1968-01-01","0","90","[{'iso_639_1':'no','name':'Norsk'},{'iso_639_1':'sv','name':'svenska'}]","Released","","Hour of the Wolf","false","7.4","164" +"false","/i7pxxUammcsYbAnFHmI896VR2yb.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","405551","tt4375268","en","Arbor Demon","An adventurous woman with a secret from her husband insists they go for a romantic camping trip in a remote wood to reconnect and share some quality time. But their idyll is shockingly cut short after a group of nearby hunters are brutally killed by a mysterious creature. Trapped inside their tent, the couple is forced to help one of the injured hunters and together they plan their escape. Is there really something supernatural hidden in the forest? Or is it just their imaginations running riot. Soon they must determine if the real threat is inside or outside their enclosure","1.892","/d4aEl7xg9W1ThXa7GH8uAbrGrRE.jpg","[{'id':83497,'logo_path':null,'name':'Producer Capital Fund','origin_country':''},{'id':44632,'logo_path':'/neCKH4sJCBhZ1B4QocTM4VXCQOR.png','name':'Gravitas Ventures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-08-26","0","100","[{'iso_639_1':'en','name':'English'}]","Released","Don't breathe","Arbor Demon","false","4.3","20" +"false","/aSHEn8VddBV0qcFoVHXWZ3ZlEES.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.yozora-movie.com/","438339","tt5931802","ja","?????????????????????????????????????????????","Mika works as a nurse by day; by night she entertains covetous men at a girls??? bar. Shinji is blind in one eye and ekes out a living as a construction worker. Young and grown-up at the same time, they both lead a lonely existence, but somehow their paths keep miraculously crossing under the Tokyo sky. Can loneliness be experienced together?","2.496","/wjecdrHTUsXDMsjCTEfz2QFRqDX.jpg","[{'id':14145,'logo_path':null,'name':'Little More Co.','origin_country':''},{'id':3034,'logo_path':'/kGRavMqgyx4p2X4C96bjRCj50oI.png','name':'TV Tokyo','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","2017-02-13","0","108","[{'iso_639_1':'ja','name':'?????????'}]","Released","","The Tokyo Night Sky Is Always the Densest Shade of Blue","false","6.2","5" +"false","/yrjEc26uxjaIBlcF8bDY506Ac5W.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","https://www.theperfectdayfilm.com/the-team","563801","tt5730898","en","The Perfect Day","Retired Navy S.E.A.L. Christopher 'Soup' Campbell is a tactical specialist for a private security firm at a counter terrorism training facility hidden in the Blue Ridge Mountains. The military and intelligence community call him 'Soup', not only because of the familiarity of his last name, but his ability to combine and assess a variety of threats into a strategic tactical response. A specific skill that came useful on many of his combat tours into Iraq and Afghanistan.","0.658","/4OdrcrYhH18iw9ly9AbA9pKewPy.jpg","[{'id':106373,'logo_path':null,'name':'J.C. Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-01-03","0","94","[{'iso_639_1':'en','name':'English'}]","Released","","The Perfect Day","false","5","1" +"false","/p9Jiz2QV4zfMvJ29nIyjcc1lpbF.jpg","null","0","[{'id':18,'name':'Drama'}]","","42602","tt0064793","sv","En passion","Andreas, a man struggling with the recent demise of his marriage and his own emotional isolation, befriends a married couple also in the midst of psychological turmoil. In turn he meets Anna, who is grieving the recent deaths of her husband and son. She appears zealous in her faith and steadfast in her search for truth, but gradually her delusions surface. Andreas and Anna pursue a love affair, but he is unable to overcome his feelings of deep humiliation and remains disconnected. Meanwhile, the island community is victimized by an unknown person committing acts of animal cruelty.","4.988","/z6xPWNpNohTdUAYxQYOgjadY6jr.jpg","[{'id':6181,'logo_path':'/wLSdapPKqkBgrRVOKcUx83hCR3Y.png','name':'Svensk Filmindustri','origin_country':'SE'},{'id':7445,'logo_path':null,'name':'Cinematograph AB','origin_country':''}]","[{'iso_3166_1':'SE','name':'Sweden'}]","1969-11-10","0","101","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'sv','name':'svenska'}]","Released","","The Passion of Anna","false","7.6","54" +"false","/3Ltq91TEZahFqP2Ej1Of0gEvJhN.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'}]","","48145","tt0053772","sv","Dj??vulens ??ga","The devil has a stye in his eye, caused by the purity of a vicar's daughter. To get rid of it, he sends Don Juan up from hell to seduce the 20 year old Britt-Marie and to rob her of her virginity and her belief in love. She however can resist him and things get even turned around when Don Juan falls in love with her. The fact that he feels love for the first time now, makes him even less attractive to her and Don Juan returns to hell.","2.293","/7Z6vaoHct1AQ3uX1ep3vj4rH8wM.jpg","[{'id':6181,'logo_path':'/wLSdapPKqkBgrRVOKcUx83hCR3Y.png','name':'Svensk Filmindustri','origin_country':'SE'}]","[{'iso_3166_1':'SE','name':'Sweden'}]","1960-10-17","0","87","[{'iso_639_1':'sv','name':'svenska'}]","Released","","The Devil's Eye","false","6.9","28" +"false","","null","200000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","564009","tt5782160","en","Voidfinder","A supernatural stalker pursues a super model to steal her soul with his demonic camera.","0.6","/8dLBzG1fFWMCWmcYypHqEumuVms.jpg","[{'id':111615,'logo_path':null,'name':'Invader Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-11-23","0","105","[{'iso_639_1':'en','name':'English'}]","Released","It'll all be over... in a flash.","Shutter","false","0","0" +"false","/yHezbvOY5DwzNxwTVxNOmaJnAl0.jpg","null","0","[{'id':10752,'name':'War'},{'id':18,'name':'Drama'}]","","26372","tt0063611","sv","Skammen","Ingmar Bergman's psychological study of how humans react in a situation of war. The film takes place on Gotland, where invasion forces arrives.","4.458","/6AWXQYHEJicwhPfsDf250D4XHjW.jpg","[{'id':6181,'logo_path':'/wLSdapPKqkBgrRVOKcUx83hCR3Y.png','name':'Svensk Filmindustri','origin_country':'SE'},{'id':7445,'logo_path':null,'name':'Cinematograph AB','origin_country':''}]","[{'iso_3166_1':'SE','name':'Sweden'}]","1968-09-29","0","103","[{'iso_639_1':'sv','name':'svenska'}]","Released","","Shame","false","7.8","72" +"false","/o1GYSbWnewfkSpTI5hwzFbVjTGr.jpg","null","0","[{'id':9648,'name':'Mystery'}]","https://www.clydecoopermovie.com/","563799","tt6876788","en","Clyde Cooper","A private investigator is hired to track down a missing girl on the run from a mysterious Silicon Valley corporation.","0.84","/6gTe5LyA5wjdQAWy7aEnrNpMFMq.jpg","[{'id':60656,'logo_path':null,'name':'Souvenir Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-11-22","0","81","[{'iso_639_1':'en','name':'English'}]","Released","","Clyde Cooper","false","10","1" +"false","/hAspiFS52Sp9bvb0Ih0ASaIONr.jpg","{'id':119240,'name':'The Joys of Torture Collection','poster_path':null,'backdrop_path':null}","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","70411","tt0143010","ja","??????????????????????????????????????????","Three stories of moral sickness set during Japan???s prosperous Genroku era are told in this bloody follow-up to the sexploitation classic Shogun???s Joy of Torture, the politically incorrect moral lessons paint a trio of tales of tragic heroines caught up in violence, sadomasochism, incest and torture.","1.842","/wPSXPbQSQsIfdbkewurGayEs5ko.jpg","[{'id':5822,'logo_path':'/qyTbRgCyU9NLKvKaiQVbadtr7RY.png','name':'Toei Company, Ltd.','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","1969-01-09","0","89","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Orgies of Edo","false","6.3","5" +"false","/rUkuGMjgr3w0xcUSWXn1Rh4JBDb.jpg","null","0","[{'id':35,'name':'Comedy'}]","","96118","tt0058124","sv","F??r att inte tala om alla dessa kvinnor","The pretentious critic Cornelius is writing a biography on a famous cellist and to do some research he goes to stay in his house for a few days. He doesn't manage to get an interview with the man, but by talking to all the women who live with him, he comes to learn a lot about the musician's private life none the less. Cornelius then decides to use this information and tries to blackmail the cellist into performing a composition that he, Cornelius, has written. Written by Leon Wolters","2.447","/vOa6uieEZkuiqKxkMNS4TOjPSbN.jpg","[{'id':6181,'logo_path':'/wLSdapPKqkBgrRVOKcUx83hCR3Y.png','name':'Svensk Filmindustri','origin_country':'SE'}]","[{'iso_3166_1':'SE','name':'Sweden'}]","1964-06-12","0","80","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'sv','name':'svenska'}]","Released","","All These Women","false","6","14" +"false","/caHSfXAIT9qDOrvnbO3ZD0jvQZy.jpg","null","0","[{'id':18,'name':'Drama'}]","","39284","tt0043048","sv","Till gl??dje","To Joy (Swedish: Till gl??dje) is a 1950 Swedish film directed by Ingmar Bergman about a young married couple who play together in a Swedish orchestra.","1.485","/oLEY9oIkvVg8IcjaBoWPZrJRZwz.jpg","[{'id':6181,'logo_path':'/wLSdapPKqkBgrRVOKcUx83hCR3Y.png','name':'Svensk Filmindustri','origin_country':'SE'}]","[{'iso_3166_1':'SE','name':'Sweden'}]","1950-02-20","0","98","[{'iso_639_1':'sv','name':'svenska'}]","Released","","To Joy","false","7.3","19" +"false","/cguYAJPuXqeth44vgfNaCfd4ge4.jpg","null","0","[{'id':18,'name':'Drama'}]","","490000","tt7681824","en","We the Animals","Manny, Joel and Jonah tear their way through childhood and push against the volatile love of their parents. As Manny and Joel grow into versions of their father and Ma dreams of escape, Jonah, the youngest, embraces an imagined world all his own.","4.528","/pSMcNOpihv6U4JlNAaxfbl2qUj7.jpg","[{'id':12219,'logo_path':'/2ddXaM0AHMpAl3tmwfbwyjP6SP.png','name':'Cinereach','origin_country':'US'},{'id':96971,'logo_path':null,'name':'Public Record','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-06","0","94","[{'iso_639_1':'en','name':'English'}]","Released","Us three, us brothers, us kings.","We the Animals","false","6.8","30" +"false","/brENMyyhk13WLzKHBK20rBKx0u7.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","https://www.netflix.com/title/80199682","527435","tt2990140","en","The Christmas Chronicles","Siblings Kate and Teddy try to prove Santa Claus is real, but when they accidentally cause his sleigh to crash, they have to save Christmas.","10.751","/5Il2EMSF2KecrUKZPuen6BZmaCP.jpg","[{'id':436,'logo_path':'/A7WCkG3F0NFvjGCwUnclpGdIu9E.png','name':'1492 Pictures','origin_country':'US'},{'id':12199,'logo_path':'/gYYIgHpgRsyhyUkeFev1GnwBqHb.png','name':'Madhouse Entertainment','origin_country':'US'},{'id':36434,'logo_path':'/57HyIzqTJMO2rYGjhQbrwITFWV0.png','name':'Ocean Blue Entertainment','origin_country':'US'},{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-11-22","0","104","[{'iso_639_1':'en','name':'English'}]","Released","Santa's in town early this year","The Christmas Chronicles","false","7.1","704" +"false","/sAuvKPktnhN7hpT1M7RG5dHobIw.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","","47473","tt0044060","sv","Sommarlek","Ballet dancer Marie reminisce of a summer 13 years ago when she was a teenager and met Henrik on vacation in the archipelago.","3.252","/3Yl2nPAzBcygds63L6yf4g7I2k8.jpg","[{'id':6181,'logo_path':'/wLSdapPKqkBgrRVOKcUx83hCR3Y.png','name':'Svensk Filmindustri','origin_country':'SE'}]","[{'iso_3166_1':'SE','name':'Sweden'}]","1951-10-01","0","96","[{'iso_639_1':'sv','name':'svenska'}]","Released","","Summer Interlude","false","7.6","49" +"false","/uJ3KKevEQ9hmhAZINnOB9VYsQ1Y.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","11700","tt0048641","sv","Sommarnattens leende","Early in the 20th century, middle-aged lawyer Fredrik Egerman and his young wife, Anne, have still not consummated their marriage, while Fredrik's son finds himself increasingly attracted to his new stepmother. To make matters worse, Fredrik's old flame Desiree makes a public bet that she can seduce him at a romantic weekend retreat where four couples convene, swapping partners and pairing off in unexpected ways.","6.638","/apiOXPLDw6BKuIpdNlArf6YPwRI.jpg","[{'id':6181,'logo_path':'/wLSdapPKqkBgrRVOKcUx83hCR3Y.png','name':'Svensk Filmindustri','origin_country':'SE'}]","[{'iso_3166_1':'SE','name':'Sweden'}]","1955-12-26","0","109","[{'iso_639_1':'sv','name':'svenska'}]","Released","A Sexy Frolic About the Sport of Love","Smiles of a Summer Night","false","7.8","91" +"false","/vCQErMu9MJdABuocrrcQ6P7kZko.jpg","{'id':456733,'name':'The 1997 Trilogy','poster_path':null,'backdrop_path':null}","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","26005","tt0123328","cn","????????????","A low-level triad living in Hong Kong struggles to find meaning in his hopelessly violent existence.","3.27","/pCpEx6bwyQWaCmjELrEeYKxIoIi.jpg","[{'id':5922,'logo_path':null,'name':'Nicetop Independent','origin_country':''},{'id':5923,'logo_path':null,'name':'Nicetop Independent Ltd','origin_country':''}]","[{'iso_3166_1':'HK','name':'Hong Kong'}]","1997-10-09","0","104","[{'iso_639_1':'cn','name':'????????? / ?????????'}]","Released","","Made in Hong Kong","false","7.2","22" +"false","/t7xlCrZsXcPa9LWCgvProbR72qD.jpg","null","0","[{'id':18,'name':'Drama'}]","","42152","tt0080397","de","Aus dem Leben der Marionetten","Made during Bergman's tax-related exile in Germany, the film continues the story of Katarina and Peter Egermann, the feuding, childless, professional couple who appear in one episode of ""Scenes From A Marriage."" After Peter perpetrates a horrendous crime in its first scene, the rest of the film consists of a non-linear examination of his motivations, incorporating a police psychological investigation, scenes from the Egermanns' married life, and dream sequences.","3.367","/j03TYxtlTGANsvh1X6kvFofXEv7.jpg","[{'id':3391,'logo_path':'/t0QBs2fI3mE3HxgoH1n39bYuzNu.png','name':'??sterreichischer Rundfunk (ORF)','origin_country':'AT'},{'id':1704,'logo_path':null,'name':'Bavaria Film','origin_country':'DE'},{'id':15980,'logo_path':null,'name':'Incorporated Television Company (ITC)','origin_country':'GB'},{'id':7447,'logo_path':null,'name':'Personafilm','origin_country':''},{'id':4606,'logo_path':'/otZHbf1HmzLRQsZFSqJXkf8EHz7.png','name':'ZDF','origin_country':'DE'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'SE','name':'Sweden'}]","1980-10-08","0","104","[{'iso_639_1':'de','name':'Deutsch'}]","Released","","From the Life of the Marionettes","false","7.4","30" +"false","/vIeAzZkwRgsEgdzdQrVzdYfsfSM.jpg","{'id':507035,'name':'What a Wonderful Family Collection','poster_path':null,'backdrop_path':null}","0","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","389972","tt4065842","ja","?????????????????????","A husband (Isao Hashizume) and wife (Kazuko Yoshiyuki) have been married for 50 years. For her birthday, the husband asks the wife what she wants for her birthday present. She replies that she wants a divorce. The wife's divorce announcement sends the entire family into chaos.","1.524","/7KarFzFYCUTLKKnUJ9L7Bo51Q2o.jpg","[{'id':192,'logo_path':'/93eAKlnQecDdMtucfOprzcjMw9V.png','name':'Shochiku Co., Ltd.','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","2016-03-16","0","108","[{'iso_639_1':'ja','name':'?????????'}]","Released","","What a Wonderful Family!","false","7.1","11" +"false","/67eKM9rkCOZmNVrsgXVKiCvJh1.jpg","null","0","[{'id':80,'name':'Crime'},{'id':28,'name':'Action'}]","http://mline-distribution.com/sub/film_010100.html?bmain=view&mode=&uid=282","479718","tt7468056","ko","????????????","Ma Seok-do works as a detective squad chief. His team struggles to bust a criminal ring who originally came from Yanbian, China and led by Jang Chen.","3.789","/khJo0VTt1uDHOqgI4igXHNPj2LW.jpg","[{'id':96989,'logo_path':null,'name':'Hong Film','origin_country':'KR'},{'id':91505,'logo_path':null,'name':'Megabox Plus M','origin_country':'KR'},{'id':84678,'logo_path':null,'name':'B.A. Entertainment','origin_country':'KR'},{'id':114520,'logo_path':null,'name':'Kiwi Media Group','origin_country':'KR'}]","[{'iso_3166_1':'KR','name':'South Korea'}]","2017-10-03","0","121","[{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","Kickstarting a plan to mop up the mob in one clean sweep!","The Outlaws","false","7.4","42" +"false","/hDd2RWYR0mwGeF5oms5Ulr9zrhh.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10770,'name':'TV Movie'}]","https://www.netflix.com/title/80239932","558341","tt9170648","en","Trevor Noah: Son of Patricia","Trevor Noah gets out from behind the ""Daily Show"" desk and takes the stage for a stand-up special that touches on racism, immigration, camping and more.","5.239","/dmhDeV3RYq4jMwgIMmo0W05uH8L.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-11-20","0","63","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'xh','name':''}]","Released","","Trevor Noah: Son of Patricia","false","7.2","32" +"false","/m7v4Qi1y7UFgMZn2sIWoTXDpYSu.jpg","null","2883848","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","239","tt0053291","en","Some Like It Hot","Two musicians witness a mob hit and struggle to find a way out of the city before they are found by the gangsters. Their only opportunity is to join an all-girl band as they leave on a tour. To make their getaway they must first disguise themselves as women, then keep their identities secret and deal with the problems this brings - such as an attractive bandmate and a very determined suitor.","12.68","/pxc9EFCMYkItESpqqrI783yl8Gh.jpg","[{'id':219,'logo_path':null,'name':'The Mirisch Corporation','origin_country':''},{'id':11982,'logo_path':null,'name':'Ashton Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1959-03-18","25000000","122","[{'iso_639_1':'en','name':'English'}]","Released","The movie too HOT for words!","Some Like It Hot","false","8.2","1485" +"false","/xmLgdb0yDBXa7Dlo3aCzjhjCkuE.jpg","null","400000","[{'id':18,'name':'Drama'}]","","10238","tt0069467","sv","Viskningar och rop","As Agnes slowly dies of cancer, her sisters are so deeply immersed in their own psychic pains that they can't offer her the support she needs. Maria is wracked with guilt at her husband's suicide, caused by his discovery of her extramarital affair. The self-loathing, suicidal Karin seems to regard her sister with revulsion. Only Anna, the deeply religious maid who lost her young child, seems able to offer Agnes solace and empathy.","8.871","/a1bMgB09YDvvRN9SitCclUYragr.jpg","[{'id':7445,'logo_path':null,'name':'Cinematograph AB','origin_country':''},{'id':2302,'logo_path':'/rPXEdpqwFycAY9ZgrAJXv13qcWW.png','name':'Svenska Filminstitutet','origin_country':'SE'}]","[{'iso_3166_1':'SE','name':'Sweden'}]","1972-12-21","0","95","[{'iso_639_1':'sv','name':'svenska'}]","Released","A haunting and shattering film experience.","Cries and Whispers","false","8","222" +"false","/3ZEv16ZyQVNkGngWBPxE03NQWOs.jpg","{'id':507035,'name':'What a Wonderful Family Collection','poster_path':null,'backdrop_path':null}","0","[{'id':35,'name':'Comedy'}]","http://kazoku-tsuraiyo.jp/","452313","tt5934564","ja","?????????????????????2","Several years after Shuzo settled his wife???s birthday-surprise divorce proposal (What a Wonderful Family, 40th), the Hirata family faces new problems. Ignoring his family???s worry that he is too old to drive, Shuzo takes his old schoolmate for a spin after carousing. Soon, a new disturbance arises for the Hirata family. Veteran director Yamada Yoji continues his comedy about the ???perfect??? Japanese family turned upside down in chaos, laughters and understanding. This time, with an additional taste of death.","1.673","/ykDqdC51oLeqz5uo17C1VnITZOF.jpg","[{'id':11846,'logo_path':'/olUFlCIaeecGrCTE4WLbF3ro7pa.png','name':'Hakuhodo DY Media Partners','origin_country':'JP'},{'id':41861,'logo_path':null,'name':'GyaO','origin_country':''},{'id':4868,'logo_path':'/3ExeT4zGXBFU7ei1crOvuzKnc1z.png','name':'Asahi Broadcasting Corporation','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","2017-04-20","0","113","[{'iso_639_1':'ja','name':'?????????'}]","Released","","What a Wonderful Family! 2","false","6.6","12" +"false","/n5Y0QniV5MBQJ7AxuBVGNb3hg3Y.jpg","null","0","[{'id':18,'name':'Drama'}]","","29455","tt0057358","sv","Nattvardsg??sterna","A Swedish pastor fails a loving woman, a suicidal fisherman and God.","6.769","/wDxrEssdjFWYwIZLbr06RQNcg1q.jpg","[{'id':6181,'logo_path':'/wLSdapPKqkBgrRVOKcUx83hCR3Y.png','name':'Svensk Filmindustri','origin_country':'SE'}]","[{'iso_3166_1':'SE','name':'Sweden'}]","1963-02-11","0","80","[{'iso_639_1':'sv','name':'svenska'}]","Released","","Winter Light","false","8","134" +"false","/vF7pbk36IqTyUhaDmbbfqWiKOZk.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","11506","tt0057611","sv","Tystnaden","Traveling through an unnamed European country on the brink of war, sickly, intellectual Ester, her sister Anna and Anna's young son, Johan, check into a near-empty hotel. A basic inability to communicate among the three seems only to worsen during their stay. Anna provokes her sister by enjoying a dalliance with a local man, while the boy, left to himself, has a series of enigmatic encounters that heighten the growing air of isolation.","6.851","/tWU8kqqJyLzZBQzB023K7NYpb8P.jpg","[{'id':6181,'logo_path':'/wLSdapPKqkBgrRVOKcUx83hCR3Y.png','name':'Svensk Filmindustri','origin_country':'SE'}]","[{'iso_3166_1':'SE','name':'Sweden'}]","1963-09-23","0","95","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'sv','name':'svenska'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","BERGMAN at his most POWERFUL! SHOCKING! BOLD!","The Silence","false","7.6","141" +"false","/d9VUlRTovsGbwkUjNR2OGOGrQuO.jpg","null","0","[{'id':14,'name':'Fantasy'},{'id':18,'name':'Drama'}]","","490","tt0050976","sv","Det sjunde inseglet","When disillusioned Swedish knight Antonius Block returns home from the Crusades to find his country in the grips of the Black Death, he challenges Death to a chess match for his life. Tormented by the belief that God does not exist, Block sets off on a journey, meeting up with traveling players Jof and his wife, Mia, and becoming determined to evade Death long enough to commit one redemptive act while he still lives.","9.754","/iJXSumDrz64AvmFZaHHNBGDO1ex.jpg","[{'id':6181,'logo_path':'/wLSdapPKqkBgrRVOKcUx83hCR3Y.png','name':'Svensk Filmindustri','origin_country':'SE'}]","[{'iso_3166_1':'SE','name':'Sweden'}]","1957-02-16","0","96","[{'iso_639_1':'sv','name':'svenska'}]","Released","","The Seventh Seal","false","8.2","1104" +"false","/cALfYwCJghui5i01Su1nUIi3xDm.jpg","null","0","[{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'},{'id':10749,'name':'Romance'}]","","563388","tt7475832","en","Fall City","Recently-paroled thief, Jon Price, is forced to return to his small, rainy hometown of Fall City, Washington at Christmastime. Jon unexpectedly begins to find joy as he meets and grows closer to a struggling single mother who shows him true kindness, and he begins filling the role of a father for her young daughter.","1.927","/fAYfH8ymn2gsGoo87JAni3xmK64.jpg","[{'id':111502,'logo_path':null,'name':'Friday Feature Productions','origin_country':''},{'id':60886,'logo_path':null,'name':'Red Coral Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-11-22","0","93","[{'iso_639_1':'en','name':'English'}]","Released","","Fall City","false","6","8" +"false","/jcKzcVXLIpYo1gbRI02N81N630.jpg","null","0","[{'id':10402,'name':'Music'},{'id':18,'name':'Drama'}]","","12761","tt0077711","sv","H??stsonaten","After a seven-year absence, Charlotte Andergast travels to Sweden to reunite with her daughter Eva. The pair have a troubled relationship: Charlotte sacrificed the responsibilities of motherhood for a career as a classical pianist. Over an emotional night, the pair reopen the wounds of the past. Charlotte gets another shock when she finds out that her mentally impaired daughter, Helena, is out of the asylum and living with Eva.","6.817","/2ZskjUMmMRhWSR781fDfuWE2kl2.jpg","[{'id':26239,'logo_path':null,'name':'Suede Film','origin_country':''},{'id':7447,'logo_path':null,'name':'Personafilm','origin_country':''},{'id':17085,'logo_path':null,'name':'Film??dis','origin_country':''},{'id':15980,'logo_path':null,'name':'Incorporated Television Company (ITC)','origin_country':'GB'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'SE','name':'Sweden'}]","1978-10-08","0","93","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'sv','name':'svenska'}]","Released","","Autumn Sonata","false","8.1","147" +"false","/aAwk41zgvHx2nU4GMs1kUkc4OIY.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':27,'name':'Horror'}]","","563588","tt3411034","en","You're Invited: The Making of Night of the Demons","Retrospective documentary on the making of the low-budget horror cult favorite Night of the Demons (1988).","0.6","/jzlWOF9emHmRjj5QHi7vdcBSPXC.jpg","[]","[]","2014-02-04","0","72","[{'iso_639_1':'en','name':'English'}]","Released","","You're Invited: The Making of Night of the Demons","false","8","1" +"false","/tgGRMZG1GsvelLAndehoxSpbi4i.jpg","null","0","[{'id':27,'name':'Horror'}]","","563289","tt5634556","en","Truth or Double Dare","The graduating class of 2006 gets together for their 10 yr reunion party. But suddenly, classmates start dying, and its all centered around a game of truth or dare.","1.388","/bDf2L4mcKkWrow7I73BbV6q9PTc.jpg","[]","[]","2018-10-30","0","62","[]","Released","","Truth or Double Dare","false","5.5","2" +"false","/u05Uo0TBghk8174iHNaa7ytwMX9.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","12520","tt0113613","en","The Last Supper","A group of idealistic, but frustrated, liberals succumb to the temptation of murdering rightwing pundits for their political beliefs.","6.951","/7H68q5zKJBhrjKmsXSGfaCmkkmU.jpg","[{'id':38091,'logo_path':null,'name':'WF/X','origin_country':''},{'id':6032,'logo_path':null,'name':'The Vault','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-09-08","442965","92","[{'iso_639_1':'en','name':'English'}]","Released","Love... Sex... Life... Death. In this house it's all on the table.","The Last Supper","false","6.8","123" +"false","/gqemVzi13T4oB95EBufIxqafSCl.jpg","null","40000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","https://www.thehappytimemurders.movie/","412988","tt1308728","en","The Happytime Murders","In a world where human beings and puppets live together, when the members of the cast of a children's television show aired during the 1990s begin to get murdered one by one, puppet Phil Philips, a former LAPD detective who fell in disgrace and turned into a private eye, takes on the case at the request of his old boss in order to assist detective Edwards, who was his partner in the past.","16.568","/rWxkur51srfVnMn2QOFjE7mbq6h.jpg","[{'id':47729,'logo_path':'/5NRpQ7xxmODXAjt2pRWUFMLVzvP.png','name':'STX Entertainment','origin_country':'US'},{'id':22146,'logo_path':'/jPBtpMh0AUFqf9yfOJXer9d5Rei.png','name':'Black Bear Pictures','origin_country':'US'},{'id':108267,'logo_path':null,'name':'Henson Alternative','origin_country':''},{'id':108268,'logo_path':null,'name':'On The Day Productions','origin_country':''},{'id':3393,'logo_path':null,'name':'Huayi Brothers','origin_country':'HK'}]","[{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'US','name':'United States of America'}]","2018-08-22","27506452","91","[{'iso_639_1':'en','name':'English'}]","Released","No Sesame. All street.","The Happytime Murders","false","5.7","329" +"false","/xfW90dfXPNHCsUtifjgfLzIztAW.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.hallmarkchannel.com/the-christmas-cure","465501","tt7123974","en","The Christmas Cure","A doctor returns home for Christmas to find that her father has decided to retire from his own practice. After reuniting with her high school sweetheart, she wonders if she should stay and take over her father's practice.","0.6","/q5lRVUm0qFUUP4Ffo7z6kAHflBL.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-07-15","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","The Christmas Cure","false","5","6" +"false","","null","0","[{'id':12,'name':'Adventure'},{'id':99,'name':'Documentary'}]","http://www.thelastgreatclimb.com","281315","tt3872000","en","The Last Great Climb","The 2013 film from Alastair Lee is an epic to end all mountain epics se t in the stunning mountains of Queen Maud Land, Antarctica. The feature documentary follows top adventure climber Leo Houlding with his tried and tested team of Jason Pickles and Sean ???Stanley??? Leary as they attempt to make the first ascent of the NE ridge of 'the master piece of the range'; the majestic Ulvetanna Peak (2931m). One of the most technically demanding climbs in the world???s harshest environment. The film tells the story of a climber's life long dream reach one of the world's most remote and difficult summits, interweaved with the fascinating story of the mountain itself; which incredibly was only discovered in 1994. All set against the backdrop of the current age of mountaineering where few great lines remained unclimbed.","0.6","/3hpm0Vcf9CFA8q8y4XyZmhD2SDq.jpg","[{'id':12056,'logo_path':null,'name':'Posing Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2013-11-15","0","","[{'iso_639_1':'en','name':'English'}]","Released","","The Last Great Climb","false","0","0" +"false","/tbx3tN8d97n4VjgpN3Gon0azGRh.jpg","null","0","[{'id':14,'name':'Fantasy'},{'id':18,'name':'Drama'}]","http://www.bluemymind.ch/en/","455974","tt6193454","en","Blue My Mind","15-year-old Mia faces an overwhelming transformation which puts her entire existence into question. Her body is changing radically, and despite desperate attempts to halt the process, Mia is soon forced to accept that nature is far more powerful than she is.","3.342","/ybepnyYmWhP7cp3AMDDCEnHMc2z.jpg","[{'id':75732,'logo_path':null,'name':'Z??rcher Hochschule der K??nste ZHdK','origin_country':''},{'id':34086,'logo_path':null,'name':'Tellfilm','origin_country':''}]","[{'iso_3166_1':'CH','name':'Switzerland'}]","2018-10-04","0","97","[{'iso_639_1':'de','name':'Deutsch'}]","Released","","Blue My Mind","false","6.3","16" +"false","/y5rDePeGxJJxYINmk9vkblxeg1I.jpg","null","0","[{'id':14,'name':'Fantasy'},{'id':10749,'name':'Romance'}]","http://kaze-iro.jp/","464911","tt4578910","ja","?????????","Yuri leaves Ryo with mysterious words. Ryo goes to Hokkaido knowing that his doppelganger magician is missing. Ryo realizes Yuri was also the magician???s lover and he learns magic. The story that crosses over two identities, illusion and magic.","0.697","/myk0RDeDdBZVd6tnO8jWiAwEzS3.jpg","[{'id':115431,'logo_path':null,'name':'Asia Pictures Entertainment','origin_country':''}]","[{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'KR','name':'South Korea'}]","2018-01-26","0","119","[{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","","Colors of Wind","false","10","1" +"false","/rMbm7VU01AioxKQhUO5ucQYuc28.jpg","null","0","[{'id':35,'name':'Comedy'}]","","539069","tt6465940","en","Threesomething","Zoe, Charlie, and Isaac spend a night flirting with the idea of a threesome... until it finally happens and all hell breaks loose. While two fall deeply in love, two test their sexual limits. They each discover fantasies they never thought they had and try things they never thought they would.","2.539","/xtQqdizFk7cvWEvMROIIbL4Ku3E.jpg","[{'id':107155,'logo_path':null,'name':'Morosini Sonenshine Films','origin_country':''}]","[]","2018-03-03","0","71","[]","Released","Two is company, three is a crowd...or is it?","Threesomething","false","5.8","4" +"false","/nZN5OpDAeADDRO3xJ083WFRqygJ.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'},{'id':10770,'name':'TV Movie'}]","http://www.hallmarkmoviesandmysteries.com/magical-christmas-ornaments","483554","tt7642542","en","Magical Christmas Ornaments","When Marie begins receiving ornaments from her mother, a new coincidental blessing comes with each one, causing Marie to feel more excited for the holidays than she has in years. Marie???s once-lost Christmas spirit gets another boost when she meets her handsome neighbor Nate and feels a spark with him while celebrating the season.","1.704","/qG5PDgbTVD9C0Wl892X76a6zINa.jpg","[]","[]","2017-12-03","0","84","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","","Magical Christmas Ornaments","false","5.9","21" +"false","","null","0","[{'id':18,'name':'Drama'}]","https://www.runner.film/","548063","tt7231776","en","Runner","Emptied out in Los Angeles, a heartsick gambler from Kentucky decides to confront demons past after a run-in with a mercurial Hollywood drug dealer.","1.574","/7Rr1APQFpRnSabX3eAWYEQRmgS3.jpg","[]","[]","2018-08-21","0","93","[]","Released","","Runner","false","10","1" +"false","/fgsHxz21B27hOOqQBiw9L6yWcM7.jpg","null","22000000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","http://www.thenunmovie.com/","439079","tt5814060","en","The Nun","When a young nun at a cloistered abbey in Romania takes her own life, a priest with a haunted past and a novitiate on the threshold of her final vows are sent by the Vatican to investigate. Together they uncover the order???s unholy secret. Risking not only their lives but their faith and their very souls, they confront a malevolent force in the form of the same demonic nun that first terrorized audiences in ???The Conjuring 2??? as the abbey becomes a horrific battleground between the living and the damned.","29.067","/sFC1ElvoKGdHJIWRpNB3xWJ9lJA.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':76907,'logo_path':'/wChlWsVgwSd4ZWxTIm8PTEcaESz.png','name':'Atomic Monster','origin_country':'US'},{'id':11565,'logo_path':null,'name':'The Safran Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-09-05","365550119","96","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'la','name':'Latin'},{'iso_639_1':'ro','name':'Rom??n??'}]","Released","Pray For Forgiveness","The Nun","false","5.6","2531" +"false","/b7erQyXnqo94KIdJXtMkfCrVxGx.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","47866","tt0104321","en","Gas Food Lodging","In the boring desert of New Mexico, a single mother raises her two teenage daughters, Shade and Trudi, whose deepest desire is to leave the dead calm town. Shade is the type to escape in her extravagant fantasies while Trudi is so rebelious it could drive her away.","3.701","/dHJpGLlIrH9RXlRAi9i8RRj3B16.jpg","[{'id':2832,'logo_path':null,'name':'Cineville','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-07-10","1345236","101","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","When Shade's good, she's very good. But when Trudi's bad, she's better.","Gas Food Lodging","false","6.3","18" +"false","/A1MZPX8UkA3YDTpmNEg1EHIRTMM.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","","189817","tt2526514","de","Drachenm??dchen","The documentary film Dragon Girls tells the story of three young Chinese girls training to become Kung Fu fighters, far away from their families, at the largest Kung Fu school in China. These girls, in a crowd of 26,000 children, are under constant pressure to conform to the norms and structures. They are turned into fighting robots and yet, if you look behind the curtain, you see children with dreams and aspirations. It show the controversial world of selection of the fittest in a totalitarian system.","0.6","/t0RXkqLUG7wscIhUQmVYu1NYBmq.jpg","[{'id':6238,'logo_path':null,'name':'Polyband','origin_country':''},{'id':5137,'logo_path':null,'name':'WVG Medien GmbH','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'}]","2013-07-19","0","90","[{'iso_639_1':'de','name':'Deutsch'}]","Released","Xin Chenxi: Tears are an expression of weakness.","Dragon Girls","false","7","12" +"false","","null","0","[]","","563341","tt6890836","es","Sara Baras. Todas las voces","The documentarial work on world wide famous flamenco dancer Sara Barba's latest show ""voices""","0.6","/r68qECc8u7LVCKOWJxQ45feVpyu.jpg","[]","[]","2017-08-19","0","91","[{'iso_639_1':'es','name':'Espa??ol'}]","Released","The documentarial work on world wide famous flamenco dancer Sara Barba's latest show ""voices""","Sara Baras, All Her Voices","false","0","0" +"false","/9INS52W4oe30EJMr3lTc7OXoIsT.jpg","null","7000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.smartpeoplemovie.com/","12890","tt0858479","en","Smart People","Professor Lawrence Wetherhold (Dennis Quaid) might be imperiously brilliant, monumentally self-possessed and an intellectual giant -- but when it comes to solving the conundrums of love and family, he's as downright flummoxed as the next guy.","6.149","/t6yBtAMb1FHCgLZZoBYOBsrQfLd.jpg","[{'id':59969,'logo_path':null,'name':'GEM Global Entertainment Magyar','origin_country':''},{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':3612,'logo_path':null,'name':'Sherazade Film Development','origin_country':''},{'id':4205,'logo_path':null,'name':'Groundswell Productions','origin_country':'US'},{'id':11029,'logo_path':'/aEqqnFZjCW10ODE4TYQ1qkjvokr.png','name':'QED International','origin_country':'US'},{'id':18479,'logo_path':null,'name':'Corduroy Films','origin_country':''},{'id':20748,'logo_path':null,'name':'Visitor Pictures','origin_country':''},{'id':59967,'logo_path':null,'name':'Chesterfield Writer's Film Project','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-04-11","10569964","95","[{'iso_639_1':'en','name':'English'}]","Released","Sometimes the smartest people have the most to learn","Smart People","false","6","126" +"false","/s3EKaC7MAg1qZ3b4EO9BiCVSFPQ.jpg","null","0","[{'id':878,'name':'Science Fiction'}]","","467839","tt4247440","en","Predator World","Offering only the finest amenities, the ???TITAN 1C??? space-cruiser is considered the most luxurious star-liner ever built. Future spring-breakers on board are excited to be touring through space with some of the world???s elite. However, a sudden meteor storm smashes into the hull, and a deadly biological alien life form is let loose on the ship. Seeking a suitable host, the retrovirus successfully merges with some the passengers, transforming them into seemingly invincible predators with the ???touch of death???. As the ship is destroyed, the surviving passengers crash on a remote planet, and they learn that one of them is ???infected???. They must quickly band together before it has a chance to slaughter them all.","0.85","/blREOd05hyvbiA3Qc6BqCJ7unvC.jpg","[{'id':6765,'logo_path':null,'name':'Sterling Entertainment','origin_country':''},{'id':86530,'logo_path':null,'name':'Girls and Corpses','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-09-18","0","85","[{'iso_639_1':'en','name':'English'}]","Released","","Predator World","false","4","3" +"false","/9krZX6T4EEs5eFpXgSi8jZkN48O.jpg","null","25000000","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","https://www.peppermint.movie/","458594","tt6850820","en","Peppermint","A grieving mother transforms herself into a vigilante following the murders of her husband and daughter, eluding the authorities to deliver her own personal brand of justice.","17.56","/jrzxS0vcbzIIay1sdYm0rgI2QfJ.jpg","[{'id':47729,'logo_path':'/5NRpQ7xxmODXAjt2pRWUFMLVzvP.png','name':'STX Entertainment','origin_country':'US'},{'id':126,'logo_path':'/kADPanRDkKTxncPXXVahvHPUvCj.png','name':'Lakeshore Entertainment','origin_country':'US'},{'id':3393,'logo_path':null,'name':'Huayi Brothers','origin_country':'HK'}]","[{'iso_3166_1':'HK','name':'Hong Kong'},{'iso_3166_1':'US','name':'United States of America'}]","2018-09-06","48818723","102","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","The system failed. She won't.","Peppermint","false","6.5","585" +"false","/2whAe8FQiUZdeS7W78vcvhzO4eF.jpg","{'id':48037,'name':'Meatballs Collection','poster_path':'/ycmrsQ36H77Q5lmOQbfM4emg5DF.jpg','backdrop_path':'/cbnW6mx5si8VbGNU1VihWfYfyH1.jpg'}","1207520","[{'id':35,'name':'Comedy'}]","","14035","tt0079540","en","Meatballs","Tripper is the head counselor at a budget summer camp called Camp Northstar. In truth, he's young at heart and only marginally more mature than the campers themselves. Tripper befriends Rudy, a loner camper who has trouble fitting in. As Tripper inspires his young charges to defeat rival Camp Mohawk in the annual Olympiad competition, Rudy plays matchmaker between Tripper and Roxanne, a female counselor at Northstar.","5.972","/o0NmLgnCVph7I07OP0yKGPFoLrO.jpg","[{'id':4952,'logo_path':null,'name':'Canadian Film Development Corporation (CFDC)','origin_country':''},{'id':36555,'logo_path':null,'name':'Famous Players','origin_country':''},{'id':47894,'logo_path':null,'name':'Haliburton Films','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","1979-06-28","0","92","[{'iso_639_1':'en','name':'English'}]","Released","When this lot go back to nature, nature runs for it's life.","Meatballs","false","6","123" +"false","/lZchBGbbXhBKrr11fPzGxJFxXUj.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':10752,'name':'War'}]","","31997","tt0035279","en","Saboteur","Aircraft factory worker Barry Kane goes on the run across the United States when he is wrongly accused of starting a fire that killed his best friend.","6.449","/lHxHdcUEmomTDPssLwevpgruWEI.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1942-04-24","0","108","[{'iso_639_1':'en','name':'English'}]","Released","Unmasking The Man Behind Your Back!","Saboteur","false","6.9","159" +"false","/A3Zg1wAjAXAKtDH2VrnvyIgjV7O.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","12085","tt0951216","en","Mad Money","Three female employees of the Federal Reserve plot to steal money that is about to be destroyed.","6.539","/5OrmWXkowMLhuOU8ikEeMqGbqfX.jpg","[{'id':52046,'logo_path':null,'name':'verture Films','origin_country':''},{'id':1020,'logo_path':'/kuUIHNwMec4dwOLghDhhZJzHZTd.png','name':'Millennium Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-01-17","0","104","[{'iso_639_1':'en','name':'English'}]","Released","","Mad Money","false","6.2","259" +"false","/kvKSKZzKHaEEVcAsZKxvdhra5wg.jpg","null","0","[{'id':28,'name':'Action'}]","","17809","tt0110200","zh","????????????","Chen Zhen, a Chinese engineering student in Kyoto, who braves the insults and abuse of his Japanse fellow students for his local love Mitsuko Yamada, daughter of the director, returns in 1937 to his native Shangai, under Japanse protectorate -in fact military occupation- after reading about the death of his kung-fu master Hou Ting-An in a fight against the Japanese champion Ryuichi Akutagawa.","7.1","/aOWNj91w68Tr38Hajhi7sSUvxKM.jpg","[{'id':3359,'logo_path':null,'name':'Eastern Productions','origin_country':''}]","[{'iso_3166_1':'HK','name':'Hong Kong'}]","1994-12-22","1907743","103","[{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'}]","Released","To avenge his masters death, He'll fight like never before!","Fist of Legend","false","7.3","196" +"false","/gFqsAmzPrVhkNpxnuVkDVJ4ykuL.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","9005","tt0400525","en","The Ice Harvest","A shady lawyer attempts a Christmas Eve crime, hoping to swindle the local mob out of some money. But his partner, a strip club owner, might have different plans for the cash.","7.67","/4bfSePHdku1tKKpreByQ2g0aSHb.jpg","[{'id':10146,'logo_path':'/xnFIOeq5cKw09kCWqV7foWDe4AA.png','name':'Focus Features','origin_country':'US'},{'id':2570,'logo_path':null,'name':'Bona Fide Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-11-23","0","88","[{'iso_639_1':'en','name':'English'}]","Released","Thick Thieves. Thin Ice.","The Ice Harvest","false","6.1","128" +"false","/wSxRjSeBjYnlsHtAXTEA0BicsLz.jpg","{'id':256377,'name':'The Muppet Collection','poster_path':'/3O2tEgn8Z5atIVKif6W47qayIqb.jpg','backdrop_path':'/1AWd3MM90G47mxtD112gRDxSXY9.jpg'}","8000000","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","11899","tt0087755","en","The Muppets Take Manhattan","When the Muppets graduate from Danhurst College, they take their song-filled senior revue to New York City, only to learn that it isn't easy to find a producer who's willing to back a show starring a frog and a pig. Of course, Kermit the Frog and Miss Piggy won't take no for an answer, launching a search for someone to take them to Broadway.","7.188","/tz2pTHKsGFt9FxMqQKJBkGyNte5.jpg","[{'id':6254,'logo_path':'/dHfP8fUyykmTsMXbtXO0kSsYz5E.png','name':'The Jim Henson Company','origin_country':'US'},{'id':7585,'logo_path':null,'name':'Delphi II Productions','origin_country':''},{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1984-06-27","0","94","[{'iso_639_1':'en','name':'English'}]","Released","","The Muppets Take Manhattan","false","6.5","157" +"false","/wATJZt2SSPPhwaXCj7Ffe6HXMXw.jpg","null","0","[{'id':37,'name':'Western'}]","","218500","tt3551840","en","The Ballad of Gregorio Cortez","Forced to run from the Texas Rangers after a heated misunderstanding leads to the death of a lawman, Mexican American farmer Gregorio Cortez sets off in desperate flight, evading a massive manhunt on horseback for days.","1.261","/b30NGwpllQnMEBh8o3rdW24uKXc.jpg","[{'id':32189,'logo_path':null,'name':'Moctesuma Esparza Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1983-08-19","0","106","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","","The Ballad of Gregorio Cortez","false","7","5" +"false","/8tmJpc0o7LYFjiK8sBIhGiHD338.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.ulrichseidl.com/en/03KinoFilme/08ImportExport/08ImportExport.shtml","4998","tt0459102","de","Import/Export","A nurse from the Ukraine searches for a better life in the West, while an unemployed security guard from Austria heads East for the same reason. Both are looking for work, a new beginning, an existence, struggling to believe in themselves, to find a meaning in life..","4.18","/aqVHNYQga2VROrcoTlvZZpvNFTh.jpg","[{'id':22436,'logo_path':null,'name':'Pronto Film','origin_country':''}]","[{'iso_3166_1':'AT','name':'Austria'},{'iso_3166_1':'SK','name':'Slovakia'},{'iso_3166_1':'UA','name':'Ukraine'}]","2008-07-13","0","135","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","","Import/Export","false","7","38" +"false","/dineJzDZLuEXNNy261vFcJgqhxr.jpg","null","35000000","[{'id':80,'name':'Crime'},{'id':36,'name':'History'}]","","10410","tt0104427","en","Hoffa","A portrait of union leader James R. Hoffa, as seen through the eyes of his friend, Bobby Ciaro. The film follows Hoffa through his countless battles with the RTA and President Roosevelt.","6.647","/84FxleIHMRelE3tovo9yIZqd46O.jpg","[{'id':216,'logo_path':null,'name':'Jersey Films','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-12-25","0","140","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'la','name':'Latin'}]","Released","","Hoffa","false","6.3","126" +"false","/3mEfawlJnuu4OmUlAOesrAMsWv6.jpg","null","13000000","[{'id':53,'name':'Thriller'}]","","9540","tt0094964","en","Dead Ringers","Elliot, a successful gynecologist, works at the same practice as his identical twin, Beverly. Elliot is attracted to many of his patients and has affairs with them. When he inevitably loses interest, he will give the woman over to Beverly, the meeker of the two, without the woman knowing the difference. Beverly falls hard for one of the patients, Claire, but when she inadvertently deceives him, he slips into a state of madness.","7.638","/9ZGBwiWIvN9KmHaLeSS5it44G21.jpg","[{'id':10210,'logo_path':null,'name':'Morgan Creek Productions','origin_country':'US'},{'id':47396,'logo_path':null,'name':'Mantle Clinic II','origin_country':''},{'id':806,'logo_path':'/kcNh09qqR2Pkw1JAzRW4CommrW4.png','name':'T??l??film Canada','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","1988-09-23","8038508","115","[{'iso_639_1':'en','name':'English'}]","Released","Two bodies. Two minds. One soul.","Dead Ringers","false","7.1","326" +"false","/wnfmke9BNBaEOZLH7JjoHcDB5UP.jpg","null","5100000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://www.shrinkthemovie.net/","22640","tt1247692","en","Shrink","Unable to cope with a recent personal tragedy, LA's top celebrity shrink turns into a pothead with no concern for his appearance and a creeping sense of his inability to help his patients.","6.419","/47Q8AX0nGiafH8jqfOSVtmwV70Y.jpg","[{'id':21535,'logo_path':null,'name':'Ithaka Entertainment','origin_country':''},{'id':4131,'logo_path':null,'name':'Ignite Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-06-08","0","104","[{'iso_639_1':'en','name':'English'}]","Released","The Doctor is Out","Shrink","false","6.2","98" +"false","/dbxJcl4FmoIyMVB1oL293kzorow.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","9099","tt0117608","en","Sgt. Bilko","The army is known for churning out lean mean fighting machines intent on protecting our great nation. Sergeant Ernie Bilko is the leader of a ragtag group of the sorriest soldiers ever to enlist in the armed forces.","7.179","/lP9i3lzCwz8mu8ynuzJJBu4Sa9u.jpg","[{'id':23,'logo_path':'/mkxNjThahj5pvntvYKVpMbWXm3D.png','name':'Imagine Entertainment','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-03-29","0","90","[{'iso_639_1':'en','name':'English'}]","Released","All he ever wanted was an honest week's pay for an honest day's work.","Sgt. Bilko","false","5.6","149" +"false","/eg3NX7r05wHn1PdKAaiTFpIFjs.jpg","null","40000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","2185","tt0246464","en","Big Trouble","The story of how a mysterious suitcase brings together, and changes, the lives of a divorced dad, an unhappy housewife, two hitmen, a pair of street thugs, two love struck teens, two FBI men and a psychedelic toad. Based on Pulitzer Prize-winning humorist Dave Barry's best-selling first novel, ""Big Trouble.""","8.204","/h844gBztdYMLrroUen6qbsomrGx.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-04-05","8493890","85","[{'iso_639_1':'en','name':'English'}]","Released","They have forty-five minutes to save the world. They need forty-six.","Big Trouble","false","6.2","129" +"false","/5iCxKe3zEPnrc1Y0R0m0YnFdaBO.jpg","null","8000000","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","","400","tt0114660","en","Things to Do in Denver When You're Dead","A mafia film in Tarantino style with a star-studded cast. Jimmy???s ???The Saint??? gangster career has finally ended. Yet now he finds him self doing favors for a wise godfather known as ???The Man with the Plan.???","8.137","/ysKIolKO0376Nl5DV1fDAAPudEq.jpg","[{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-12-01","529766","116","[{'iso_639_1':'en','name':'English'}]","Released","Protect. Love. Honor. Avenge.","Things to Do in Denver When You're Dead","false","6.6","155" +"false","/iPocIUHB4gW3dfV6ve4KLvgWOHw.jpg","null","12850990","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","13510","tt1020530","en","Eden Lake","Eden Lake is a relentlessly tense and immaculately paced horror-thriller about modern youth gone wild. When a young couple goes to a remote wooded lake for a romantic getaway, their quiet weekend is shattered by an aggressive group of local kids. Rowdiness quickly turns to rage as the teens terrorize the couple in unimaginable ways, and a weekend outing becomes a bloody battle for survival.","8.548","/lvNbbYrN5tNuCjyHP7uKgZD5ZFL.jpg","[{'id':8575,'logo_path':null,'name':'Rollercoaster Films','origin_country':''},{'id':3272,'logo_path':null,'name':'Aramid Entertainment Fund','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2008-09-12","0","91","[{'iso_639_1':'en','name':'English'}]","Released","A weekend by the lake, with views to die for.","Eden Lake","false","6.7","747" +"false","/aZBIoiZyqzohhGeYkroi08fBOMw.jpg","null","8000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","http://www.wildtargetmovie.com/","44147","tt1235189","en","Wild Target","Victor Maynard is a middle-aged, solitary assassin who lives to please his formidable mother, despite his own peerless reputation for lethal efficiency. His professional routine is interrupted when he finds himself drawn to one of his intended victims. After sparing her life, he unexpectedly acquires a young apprentice. Believing Victor to be a private detective, his two new companions tag along, while he attempts to thwart the murderous attentions of his unhappy client.","7.506","/x1O8MOIY41fpKbCUt1I4sKeLwwr.jpg","[{'id':12696,'logo_path':null,'name':'Regent Capital','origin_country':''},{'id':5644,'logo_path':'/uuj37wq2xE3Vru17BOs86ScNRc5.png','name':'Magic Light Pictures','origin_country':'GB'},{'id':5705,'logo_path':null,'name':'CinemaNX','origin_country':''},{'id':2268,'logo_path':'/wgDks2qYgwN6u1OkW1bBre0rf4F.png','name':'Isle of Man Film','origin_country':'GB'},{'id':23164,'logo_path':null,'name':'Entertainment Film Distributors','origin_country':''},{'id':707,'logo_path':null,'name':'Matador Pictures','origin_country':''},{'id':6984,'logo_path':null,'name':'Cinema Four','origin_country':''},{'id':107610,'logo_path':'/qAKVsJbX6PUcmpJeqUZYT9lwRQV.png','name':'Honest Engine Films','origin_country':'US'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2010-06-17","3453043","98","[{'iso_639_1':'en','name':'English'}]","Released","They said 'Take her out'. He got the wrong idea.","Wild Target","false","6.4","347" +"false","","null","0","[]","","562462","tt6085174","en","Songs to Have Sex to","As a DJ, music journalist and broadcaster, Edith Bowman has always been fascinated by the relationship between sex and music. She meets experts and artists, producers, singers and even her own friends and family to investigate the power of music to provoke sensual responses in the human brain and body.","0.6","/8rzcu5c2xyJRNNBTjyps2wITxbI.jpg","[]","[]","2015-09-16","0","43","[]","Released","","Songs to Have Sex to","false","5","1" +"false","/lkCcjmJGxAYnr0RSF93BiSzjbDa.jpg","{'id':305360,'name':'Lucky Luke (Terence Hill) Collection','poster_path':null,'backdrop_path':null}","0","[{'id':35,'name':'Comedy'},{'id':37,'name':'Western'}]","","11175","tt0102351","en","Lucky Luke","Lucky Luke becomes the Sheriff of Daisy Town and runs out all the criminals. Then the Dalton brothers arrive and try to get the Indians to break the peace treaty and attack the town.","5.621","/9WKOvK0LZuUmE0rgs7Xl7s2FPeR.jpg","[]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'US','name':'United States of America'}]","1991-07-04","0","92","[{'iso_639_1':'en','name':'English'}]","Released","","Lucky Luke","false","4.9","68" +"false","/xv2UTuFwh316uaEuY2kDHmQZbhx.jpg","null","0","[{'id':99,'name':'Documentary'}]","","25568","tt0089050","en","The Dream Is Alive","The Dream Is Alive takes you into space alongside the astronauts on the space shuttle. Share with them the delights of zero gravity while working, eating and sleeping in orbit around the Earth. Float as never before over the towering Andes, the boot of Italy, Egypt and the Nile. Witness firsthand a tension-filled satellite capture and repair and the historic first spacewalk by an American woman.","1.554","/okMjeBBU00Z83oA8v4mnmD8Piq0.jpg","[{'id':70746,'logo_path':null,'name':'Threshold Corporation','origin_country':''},{'id':3447,'logo_path':'/yBdvUlunhXyUowuy0XaEPuBtYTo.png','name':'IMAX','origin_country':''},{'id':5018,'logo_path':null,'name':'Lockheed Aircraft Corporation','origin_country':''},{'id':48564,'logo_path':null,'name':'Smithsonian Institution','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","1985-06-01","0","37","[{'iso_639_1':'en','name':'English'}]","Released","","The Dream Is Alive","false","6.9","5" +"false","/5wj8UFUAMvAg2EjUbdPeDV0RXPi.jpg","null","0","[{'id':18,'name':'Drama'}]","http://maggieblackthemovie.com","561498","tt3852028","en","Maggie Black","A successful, young writer's first pregnancy is overshadowed by her complicated relationship with reality.","0.6","/hFqicJwjbJEzvCZwj4oJQIcn96S.jpg","[{'id':111426,'logo_path':null,'name':'Assemblage of Nouns Productions','origin_country':''},{'id':111427,'logo_path':null,'name':'BullMoose Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-09-28","0","84","[{'iso_639_1':'en','name':'English'}]","Released","","Maggie Black","false","0","0" +"false","/eyFcDt6Ri4ruv2TjOgvEpHe7zpM.jpg","null","2300000","[{'id':99,'name':'Documentary'},{'id':10402,'name':'Music'}]","http://coldplay.film","554152","tt9095324","en","Coldplay: A Head Full of Dreams","An in-depth and intimate portrait of Coldplay's spectacular rise from the backrooms of Camden pubs to selling out stadiums across the planet. At the heart of the story is the band's unshakeable brotherhood which has endured through many highs and lows.","4.936","/fx7A8TRYL8JJ9fg0eJLk80RZOkf.jpg","[{'id':82964,'logo_path':null,'name':'Mint Pictures','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-11-14","0","115","[{'iso_639_1':'en','name':'English'}]","Released","The Inside Story. Filmed Over 20 Years.","Coldplay: A Head Full of Dreams","false","8.1","37" +"false","/iGz47s03QmZ0wojokyQGDTUoDnd.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':37,'name':'Western'}]","https://www.netflix.com/title/80200267","537996","tt6412452","en","The Ballad of Buster Scruggs","Vignettes weaving together the stories of six individuals in the old West at the end of the Civil War. Following the tales of a sharp-shooting songster, a wannabe bank robber, two weary traveling performers, a lone gold prospector, a woman traveling the West to an uncertain future, and a motley crew of strangers undertaking a carriage ride.","17.452","/voxl654m7p36y8FLu8oQD7dfwwK.jpg","[{'id':13184,'logo_path':'/pfUB1a62jSMIqp4Xmaq6z2cgW0B.png','name':'Annapurna Pictures','origin_country':'US'},{'id':91008,'logo_path':null,'name':'Annapurna Television','origin_country':'US'},{'id':2092,'logo_path':null,'name':'Mike Zoss Productions','origin_country':'US'},{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-11-09","0","132","[{'iso_639_1':'en','name':'English'}]","Released","Stories live forever. People don't.","The Ballad of Buster Scruggs","false","7.2","1391" +"false","/dCSmuAoO7NMkDkkuMQA0J48Ba9E.jpg","null","0","[{'id':18,'name':'Drama'}]","","422619","tt5639446","en","Jonathan","Jonathan is a young man with a strange condition that only his brother understands. But when he begins to yearn for a different life, their unique bond becomes increasingly tested.","4.142","/nTd0PBJkA1HLM9yImDnRZDzGAwb.jpg","[{'id':21882,'logo_path':null,'name':'Manis Film','origin_country':''},{'id':111338,'logo_path':null,'name':'Raised by Wolves','origin_country':''},{'id':92394,'logo_path':null,'name':'Well Go USA Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-11-08","0","101","[{'iso_639_1':'en','name':'English'}]","Released","","Jonathan","false","5.9","57" +"false","/oTRrUL4Qi7NoLuJr2UMZMHBWSZl.jpg","null","0","[{'id':35,'name':'Comedy'}]","","502143","tt6728096","en","The Breaker Upperers","Two women run a business breaking up couples for cash but when one develops a conscience their friendship unravels.","6.222","/hcpbd6wfrsnpsNM0doGnBsX4bqd.jpg","[{'id':294,'logo_path':'/3XuHM8TXG0gDdPM3xJI14gkZbQy.png','name':'New Zealand Film Commission','origin_country':'NZ'},{'id':76342,'logo_path':null,'name':'Piki Films','origin_country':''},{'id':100439,'logo_path':null,'name':'Miss Conception Films','origin_country':''},{'id':100440,'logo_path':null,'name':'Bespoke Post','origin_country':''},{'id':21592,'logo_path':null,'name':'Madman Entertainment','origin_country':''},{'id':100441,'logo_path':null,'name':'James Wallace Productions','origin_country':''}]","[{'iso_3166_1':'NZ','name':'New Zealand'}]","2018-05-03","0","82","[{'iso_639_1':'en','name':'English'}]","Released","Breaking up just got easier","The Breaker Upperers","false","5","77" +"false","/kDnN3JQKaJHYfl0jYsv0CIwNpPU.jpg","null","300000","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","11481","tt0059646","en","Repulsion","In Roman Polanski's first English-language film, beautiful young manicurist Carole suffers from androphobia (the pathological fear of interaction with men). When her sister and roommate, Helen, leaves their London flat to go on an Italian holiday with her married boyfriend, Carole withdraws into her apartment. She begins to experience frightful hallucinations, her fear gradually mutating into madness.","6.01","/4payjKRO69Aew6Y53DfJ4KqhWs8.jpg","[{'id':1361,'logo_path':null,'name':'Compton Films','origin_country':''},{'id':1754,'logo_path':null,'name':'Tekli British Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1965-06-01","0","105","[{'iso_639_1':'en','name':'English'}]","Released","The nightmare world of a virgin's dreams becomes the screen's shocking reality!","Repulsion","false","7.5","399" +"false","/mJL04eL1A9mqyL82ME6Dnw2v14M.jpg","null","0","[{'id':80,'name':'Crime'},{'id':27,'name':'Horror'}]","","99110","tt0110616","en","My Sweet Satan","A group of directionless, bored, drug-using teenagers get involved in a cult, resulting in a murder.","1.02","/u5UgVevxYmIqK6rsUJwzV8u7BOV.jpg","[{'id':9260,'logo_path':null,'name':'Asmodeus Productions','origin_country':''},{'id':9261,'logo_path':null,'name':'Mercury Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-01-01","0","19","[{'iso_639_1':'en','name':'English'}]","Released","Me and him were friends, best friends...","My Sweet Satan","false","4.8","6" +"false","/lREt2ifyEjxdxmsqkWnmoFaIcZF.jpg","null","11000000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","11971","tt0107616","en","Much Ado About Nothing","In this Shakespearean farce, Hero and her groom-to-be, Claudio, team up with Claudio's commanding officer, Don Pedro, the week before their wedding to hatch a matchmaking scheme. Their targets are sharp-witted duo Benedick and Beatrice -- a tough task indeed, considering their corresponding distaste for love and each other. Meanwhile, meddling Don John plots to ruin the wedding.","5.79","/6qlYYvDZ0Tb5h0t7sLwy4sjGIwM.jpg","[{'id':3102,'logo_path':null,'name':'Renaissance Films','origin_country':''},{'id':8827,'logo_path':null,'name':'American Playhouse Theatrical Films','origin_country':''},{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1993-05-07","22551000","111","[{'iso_639_1':'en','name':'English'}]","Released","Romance. Mischief. Seduction. Revenge. Remarkable.","Much Ado About Nothing","false","7.1","339" +"false","/yBQFqrRyvf7WrmEDAzrny982uDJ.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':10749,'name':'Romance'}]","","10543","tt0116287","en","Fear","A 16 year old girl takes up with a charming young man who quickly shows his colors when he beats a friend simply for walking with her and then goes totally ballistic after she tries to break up with him.","7.826","/reA4wlTY9qGwryVftscFT2q0ZLK.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':23,'logo_path':'/mkxNjThahj5pvntvYKVpMbWXm3D.png','name':'Imagine Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-04-12","0","97","[{'iso_639_1':'en','name':'English'}]","Released","Together forever. Or else.","Fear","false","6.2","277" +"false","/q3tPHyeuskAH0a6RNvOpNQjKSMk.jpg","null","40000","[{'id':18,'name':'Drama'}]","http://www.Blinkthemovie.net","505464","tt6544524","en","Blink","The calmest seas are the most turbulent underneath. So is the case in Blink, a story of domestic abuse and human brokeness. Nailah Belle is the epitome of beauty and strength. She is known to be committed to her classroom, community, and marriage. Her husband Chris appears to be the perfect accessory to accompany what reveals to be her perfect lifestyle, however; all is not what it seems to be, as this riveting story unfolds; in just one Blink.","4.088","/5eAtSGEPh4HEIaQiZWNU0lFCBcz.jpg","[{'id':111402,'logo_path':null,'name':'Green Eyed Theater','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-03-02","0","98","[{'iso_639_1':'en','name':'English'}]","Released","You are me, or you know me!","Blink","false","6.3","4" +"false","/gx5X7KK3Uw2A81xuYxP4yXKHTkZ.jpg","null","20000000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","577","tt0114681","en","To Die For","Suzanne Stone wants to be a world-famous news anchor and she is willing to do anything to get what she wants. What she lacks in intelligence, she makes up for in cold determination and diabolical wiles. As she pursues her goal with relentless focus, she is forced to destroy anything and anyone that may stand in her way, regardless of the ultimate cost or means necessary.","6.845","/zCREx8trzejNieDLUsRuwLU0cS3.jpg","[{'id':364,'logo_path':null,'name':'The Rank Organisation','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1995-09-22","21284514","106","[{'iso_639_1':'en','name':'English'}]","Released","All she wanted was a little attention.","To Die For","false","6.7","309" +"false","/oYLR6uhKaGeAw3CJYOhvDgUzvJq.jpg","{'id':166373,'name':'The Marine Collection','poster_path':'/7sPY1VK4yD5Zlv16DUei65rtrjn.jpg','backdrop_path':'/rpUficLJq3I7GvRafTVT1TVRsms.jpg'}","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","","548928","tt7668724","en","The Marine 6: Close Quarters","Jake Carter and another former Marine, Luke Trapper, join forces to rescue a kidnapped girl from a gang of international criminals.","4.918","/kZgnbvTK1TBI8EjMyhCMYqzk7IN.jpg","[{'id':20783,'logo_path':null,'name':'Fiction Films','origin_country':''},{'id':10339,'logo_path':'/oiIi36MaWXwvvHWX5eojoE2Fiyv.png','name':'WWE Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-11-02","0","85","[{'iso_639_1':'en','name':'English'}]","Released","No one promised them a fair fight","The Marine 6: Close Quarters","false","6","17" +"false","/4ppGUPBhWrMdYlIiJFmkplRQ9KJ.jpg","null","0","[{'id':10770,'name':'TV Movie'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","14533","tt0123865","en","Gia","Gia Carangi travels to New York City with dreams of becoming a fashion model. Within minutes of arriving, she meets Wilhelmina Cooper, a wise and high-powered agent who takes Gia under her wing. With Cooper's help and her own natural instincts, Gia quickly shoots to the top of the modeling world. When Cooper dies of lung cancer, however, Gia turns to drugs ??? and both she and her career begin to spiral out of control.","7.174","/oFi5OIvBf59W1KFaN0cuiMEEbs1.jpg","[{'id':7429,'logo_path':'/6in9uMqxXEHx5XgYgkeRBpZ4rPw.png','name':'HBO Films','origin_country':'US'},{'id':976,'logo_path':null,'name':'Marvin Worth Productions','origin_country':'US'},{'id':3559,'logo_path':null,'name':'Citadel Entertainment','origin_country':'US'},{'id':62459,'logo_path':null,'name':'Kahn Power Pictures','origin_country':'US'},{'id':103681,'logo_path':null,'name':'Gia Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-01-31","0","120","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Too beautiful to die. Too wild to live.","Gia","false","6.9","289" +"false","/bSpYVgqWE8gZdaLHNXwMhWexqWb.jpg","null","0","[{'id':35,'name':'Comedy'}]","https://longdumbroadmovie.com","457243","tt4712076","en","The Long Dumb Road","Two guys serendipitously meet at a time when they both find themselves at personal crossroads and decide to embark on an unplanned road trip across the American Southwest.","4.3","/nGfKFEnKqSVaM0I2xxUnDeLx7t4.jpg","[{'id':35562,'logo_path':'/cpeGUCuKo2vgaxzru9RvhJYBcdX.png','name':'Gamechanger Films','origin_country':'US'},{'id':114635,'logo_path':null,'name':'Pretty Good Films','origin_country':''},{'id':114131,'logo_path':null,'name':'Ten Acre Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-11-09","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Somewhere between Texas and L.A., S#!T GOT WEIRD","The Long Dumb Road","false","5.8","16" +"false","/ePUiV46j9YpSVhd6runagzqVDX3.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.ifcfilms.com/films/the-clovehitch-killer","544431","tt6269368","en","The Clovehitch Killer","A picture-perfect family is shattered when the work of a serial killer hits too close to home.","11.13","/6NmsbUJqnopbnLun2E4KvtVNj8T.jpg","[{'id':65906,'logo_path':'/yhW51nVDvB3mafbk8ND87jYpmWW.png','name':'End Cue','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-11-16","0","109","[{'iso_639_1':'en','name':'English'}]","Released","","The Clovehitch Killer","false","6.6","98" +"false","/wT9OgybXHXnOAV2oNE9oNQ6Dh8v.jpg","null","14000000","[{'id':80,'name':'Crime'},{'id':35,'name':'Comedy'}]","","11896","tt0094142","en","Throw Momma from the Train","Larry Donner, an author with a cruel ex-wife, teaches a writing workshop in which one of his students, Owen, is fed up with his domineering mother. When Owen watches a Hitchcock classic that seems to mirror his own life, he decides to put the movie's plot into action and offers to kill Larry's ex-wife, if Larry promises to murder his mom. Before Larry gets a chance to react to the plan, it seems that Owen has already set things in motion.","9.33","/mfNI6ILTjDxNBVGcoRq0VZUrxuX.jpg","[{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-12-11","57915972","88","[{'iso_639_1':'en','name':'English'}]","Released","Owen asked his friend, Larry, for a small favor...","Throw Momma from the Train","false","6.1","232" +"false","/zeWe9C10b8XkUTbbX6F3cQtCawj.jpg","null","10000","[{'id':27,'name':'Horror'}]","","246337","tt2903900","en","Gator Green","A demented Vietnam veteran and his pals run amok at an alligator farm in 1973 Florida.","0.717","/e738s79QPLxp0RAzr6hq8gVm3ZH.jpg","[{'id':9261,'logo_path':null,'name':'Mercury Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-06-11","0","15","[{'iso_639_1':'en','name':'English'}]","Released","Cold green skin against warm, soft flesh.","Gator Green","false","3.9","4" +"false","/4jGa1eKlByq8rAknmUpgYUcdkgn.jpg","{'id':101688,'name':'Cannonball Run Collection','poster_path':'/8Bq9YD1UIw1hdkccegKVaUipBH9.jpg','backdrop_path':'/qVJfEqe9FvzrzjMzftohcQwRvsf.jpg'}","18000000","[{'id':35,'name':'Comedy'},{'id':28,'name':'Action'}]","","11286","tt0082136","en","The Cannonball Run","A cross-country road race is based on an actual event, the Cannonball Baker Sea to Shining Sea Memorial Trophy Dash, organized by Brock Yates to protest the 55 mph speed limit then in effect in the U.S. The Cannonball was named for Erwin G. ""Cannonball"" Baker, who in the roaring 20's rode his motorcycle across the country. Many of the characters are based on ruses developed by real Cannonball racers over the several years that the event was run.","8.11","/5OkKXKDtZDDJADWu88wQa1nynsQ.jpg","[{'id':7997,'logo_path':null,'name':'Eurasia Investments','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1981-06-19","72179579","95","[{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'en','name':'English'}]","Released","You'll root for them all...but you'll never guess who wins.","The Cannonball Run","false","6.2","250" +"false","/bPsr8XCzW517hETEcVnDYu0VQeb.jpg","null","20000000","[{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","","14635","tt0265662","en","The Rookie","Jim Morris never made it out of the minor leagues before a shoulder injury ended his pitching career twelve years ago. Now a married-with-children high-school chemistry teacher and baseball coach in Texas, Jim's team makes a deal with him: if they win the district championship, Jim will try out with a major-league organization. The bet proves incentive enough for the team, and they go from worst to first, making it to state for the first time in the history of the school. Jim, forced to live up to his end of the deal, is nearly laughed off the try-out field--until he gets onto the mound, where he confounds the scouts (and himself) by clocking successive 98 mph fastballs, good enough for a minor-league contract with the Tampa Bay Devil Rays. Jim's still got a lot of pitches to throw before he makes it to The Show, but with his big-league dreams revived, there's no telling where he could go.","7.483","/aO0L75MI629IhgKE6zVds82X5Ei.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':2605,'logo_path':null,'name':'Gran Via Productions','origin_country':''},{'id':2939,'logo_path':null,'name':'98 MPH Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-03-25","75597042","127","[{'iso_639_1':'en','name':'English'}]","Released","Sometimes dreams come back to life.","The Rookie","false","6.7","168" +"false","","null","0","[]","","104327","tt0126642","en","Roadkill: The Last Days of John Martin","A man named John Martin offers a couple with a broken-down car a ride to the nearest gas station, little do they know he???s actually taking them back to his place for dinner.","0.6","/fEi8ZesxHOrPk7NCcjpd0hunYbF.jpg","[]","[]","1994-01-01","0","15","[{'iso_639_1':'en','name':'English'}]","Released","","Roadkill: The Last Days of John Martin","false","7","1" +"false","/pwfULXiGJmjBPZPssnFbHUHB7at.jpg","null","0","[{'id':27,'name':'Horror'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","11880","tt0280609","en","Dog Soldiers","A squad of British soldiers on training in the lonesome Scottish wilderness find a wounded Special Forces captain and the remains of his team. As they encounter zoologist Megan, it turns out that werewolves are active in the region. They have to prepare for some action as the there will be a full moon tonight...","9.76","/kJLGyrjnphk6DnaJhYVFFoWJcCy.jpg","[{'id':46196,'logo_path':null,'name':'The Victor Film Company','origin_country':''},{'id':8900,'logo_path':null,'name':'Carousel Picture Company','origin_country':''},{'id':9110,'logo_path':null,'name':'The Noel Gay Motion Picture Company','origin_country':''},{'id':16921,'logo_path':null,'name':'Kismet Entertainment Group','origin_country':''},{'id':46197,'logo_path':null,'name':'Luxembourg Film Fund','origin_country':''}]","[{'iso_3166_1':'LU','name':'Luxembourg'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2002-05-10","0","105","[{'iso_639_1':'en','name':'English'}]","Released","Six men. Full moon. No chance.","Dog Soldiers","false","6.7","340" +"false","/erYnALHXFCzDwIDFthyOoGiLfsg.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","11075","tt0235198","ja","?????????????????????","Seven years after the death of his wife, company executive Aoyama is invited to sit in on auditions for an actress. Leafing through the resum??s in advance, his eye is caught by Yamazaki Asami, a striking young woman with ballet training.","8.117","/mrK8hwRqaR1lveGoIcBICBqdmTG.jpg","[{'id':17337,'logo_path':null,'name':'Basara Pictures','origin_country':''},{'id':17338,'logo_path':null,'name':'Creators Company Connection','origin_country':''},{'id':1195,'logo_path':null,'name':'Omega Project','origin_country':''}]","[{'iso_3166_1':'JP','name':'Japan'}]","2000-03-03","0","115","[{'iso_639_1':'ja','name':'?????????'}]","Released","She always gets a part","Audition","false","7","602" +"false","/qvsDTxEOCaT7NmC0PLgSZBGQ7dm.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","8866","tt0117979","en","The Truth About Cats & Dogs","A successful veterinarian and radio show host with low self-esteem asks her model friend to impersonate her when a handsome man wants to see her.","6.484","/5V10mg1rAbwWYNF6IjnEYokIR8f.jpg","[{'id':55140,'logo_path':null,'name':'Noon Attack Pictures','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-04-26","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Brian's about to discover the woman he loves isn't the woman he loves.","The Truth About Cats & Dogs","false","5.8","138" +"false","/q1EJHHcvi9ywsPFjEUY1dYcR8Yx.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","","11472","tt0113986","en","Nine Months","When he finds out his longtime girlfriend is pregnant, a commitment-phobe realizes he might have to change his lifestyle for better or much, much worse.","8.555","/l6HWwhtqmowlNqWYln011WTTm35.jpg","[{'id':436,'logo_path':'/A7WCkG3F0NFvjGCwUnclpGdIu9E.png','name':'1492 Pictures','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-07-12","69660733","103","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Ready or Not.","Nine Months","false","5.6","296" +"false","/aKRusBBnH93GVsBObNsLhY14gNN.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://www.spread-themovie.com/","19918","tt1186370","en","Spread","In Los Angeles, Nikki is homeless, car-less and closing in on 30, but he's amoral, good-looking, and adept in the sack, moving from one wealthy woman of 35 or 40 to another, a kept boy-toy. His newest gig, with Samantha, an attorney whose house overlooks L.A., is sweet, although it's unclear how long she'll put up with him. Then Nikki meets Heather, a waitress. Is the player being played, or might this be love? What will Nikki discover?","8.625","/3MWQaxib5wUXLVaD2tjvpK3zNpD.jpg","[{'id':4634,'logo_path':null,'name':'Oceana Media Finance','origin_country':''},{'id':6563,'logo_path':null,'name':'Barbarian Films','origin_country':''},{'id':817,'logo_path':null,'name':'Katalyst Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-01-16","12032983","97","[{'iso_639_1':'en','name':'English'}]","Released","It's a business doing pleasure.","Spread","false","5.3","455" +"false","/i0peJqE6Fc6zmNAg8MZC4f9kSA2.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","10569","tt0196216","en","Small Time Crooks","A loser of a crook and his wife strike it rich when a botched bank job's cover business becomes a spectacular success.","7.009","/ruZ7TOYaPPsNPyNHuYrpkmsHKbw.jpg","[{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-05-19","0","94","[{'iso_639_1':'en','name':'English'}]","Released","They took a bite out of crime","Small Time Crooks","false","6.4","254" +"false","/zl68T4A8iKSgUvRncvFpPATh42L.jpg","null","20000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.areyouobsessed.com","17335","tt1198138","en","Obsessed","Things couldn't be better for Derek Charles. He's just received a big promotion at work, and has a wonderful marriage with his beautiful wife, Sharon. However, into this idyllic world steps Lisa, a temporary worker at Derek's office. Lisa begins to stalk Derek, jeopardizing all he holds dear.","8.563","/RWi5OB2Exwvyhvy2xsQSzmJUZm.jpg","[{'id':3287,'logo_path':'/bz6GbCQQXGNE56LTW9dwgksW0Iw.png','name':'Screen Gems','origin_country':'US'},{'id':34,'logo_path':'/GagSvqWlyPdkFHMfQ3pNq6ix9P.png','name':'Sony Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-04-24","73830340","108","[{'iso_639_1':'en','name':'English'}]","Released","Sharon and Derek have all they've ever wanted... but someone else wants it more.","Obsessed","false","5.5","279" +"false","/lzMUucaNvgfWAUU7JxscKPeJLOq.jpg","null","10000000","[{'id':14,'name':'Fantasy'},{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'}]","","14282","tt0107692","ja","??????????????????","Jubei is a masterless ninja who travels the land alone, lending his services to those with gold???or a worthy cause. His fearsome abilities have served him well, but a plot to overthrow the government threatens to end his wandering ways???and possibly his life.","9.342","/qzZEnaXwv4wss2QalEo4Uf9BAwh.jpg","[{'id':3464,'logo_path':'/9k0nr75nwnNeT2MHerf1OXJN0hj.png','name':'Madhouse','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","1993-06-05","0","94","[{'iso_639_1':'ja','name':'?????????'}]","Released","Feudal Japan???a time of danger, intrigue and deception .??.??.","Ninja Scroll","false","7.5","187" +"false","/eZeKHAqNsDAG6r8hi4sMzwqHn5n.jpg","null","0","[{'id':10749,'name':'Romance'}]","https://www.netflix.com/title/80242926","556803","tt8954732","en","The Princess Switch","When a down-to-earth Chicago baker and a soon-to-be princess discover they look like twins, they hatch a Christmastime plan to trade places.","18.071","/biRUM4CBgfJtEQDCttf3zca4epp.jpg","[{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''},{'id':2090,'logo_path':'/jYlUttNqcN5u1pzMQrh5AEhZ27t.png','name':'Motion Picture Corporation of America','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-11-16","0","101","[{'iso_639_1':'en','name':'English'}]","Released","","The Princess Switch","false","7.2","967" +"false","/u5BBsGM7FhPZLehadatGVwwn8om.jpg","null","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","83223","tt0086176","it","Rats - Notte di terrore","One hundred years after a nuclear war has devastated the planet, society has been reborn into two factions; the underground society and the scavangers above in the wastelands. A group of scavangers on bikes come across a town infested with flesh eating rats, and soon the gore is spilling everywhere.","3.054","/1HmUG3CojR5KAjES7rHhfsPVvbZ.jpg","[{'id':4835,'logo_path':null,'name':'Beatrice Film','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'FR','name':'France'}]","1984-08-03","0","97","[{'iso_639_1':'it','name':'Italiano'}]","Released","Mutants of a nuclear disaster","Rats: Night of Terror","false","4.8","43" +"false","/9QnUzIpq04dyfK0HT81W5YnG3eQ.jpg","null","0","[{'id':27,'name':'Horror'}]","","562618","tt9184150","en","Foster Home Seance","When a Foster Home is stricken by tragedy the few remaining children make a pact to always keep in touch.","1.751","/doptANCw0yjoTzhu27JKJE9Vd2W.jpg","[{'id':111444,'logo_path':null,'name':'Del La pour Media and Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-31","0","80","[{'iso_639_1':'en','name':'English'}]","Released","Calling an old friend can be deadly!","Foster Home Seance","false","5.5","2" +"false","/7UGbgcZ5zf8QmfQEKldkl4VbEbD.jpg","null","146140","[{'id':80,'name':'Crime'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","536566","tt3848600","en","Broken Contract","When Max, a down on his luck strip club owner, has his life and livelihood threatened by local gangsters, he turns to his wife's connections for help and hires a hitman to solve the problem once and for all. But before long, Max is blinded by his newfound power and his family finds him spinning off the rails as the body count piles up.","1.625","/aKkUiScmW4aEvSg6ypvzB0icJuw.jpg","[{'id':111439,'logo_path':null,'name':'Jag Pannu Productions','origin_country':''},{'id':111440,'logo_path':null,'name':'VCR Media','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2018-06-22","0","95","[{'iso_639_1':'en','name':'English'}]","Released","Strippers. Murder. Power. Money. Drugs. And Max.","Broken Contract","false","10","1" +"false","","null","0","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","452004","tt3564858","en","Last Call at Murray's","Closing night at a rural bar gets complicated when a blizzard traps a motley crew of misfits overnight.","0.6","/eJlqL1faqRnnwEgD7qsQSlGcLys.jpg","[]","[]","2016-03-05","0","105","[]","Released","","Last Call at Murray's","false","0","0" +"false","/otMHyiXpL7UBhGYIGipbW69tYvp.jpg","{'id':562059,'name':'Lake Fear Collection','poster_path':'/ewSApXQwxyA1y376I8XTNx9GkxA.jpg','backdrop_path':'/wuRnlwUPrX520d3q9SKPywcndx3.jpg'}","30000","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'}]","http://www.mgifilms.com/lakefear3","561927","tt7983348","en","Lake Fear 3","Remington has escaped the evil cabin, but now the evil continues to follow him wrecking havoc where ever he goes. As Chloe and Revel look for a missing sister that went to the evil cabin in the previous installment. The two meet Vincent, a failing tv show host, to help psychicly contact the missing sister. That's when a gunshot rings out in the night and the three meet Remington. Now they all must battle for their lives against the evil that pursues Remington to once and for all lock the evil away for good.","1.618","/gOZeO0pRPcQ3QTBrEo2mGYzym9s.jpg","[{'id':111297,'logo_path':null,'name':'MGI Films','origin_country':''},{'id':69347,'logo_path':null,'name':'ITN Distribution','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-02","0","79","[{'iso_639_1':'en','name':'English'}]","Released","It's waiting","Lake Fear 3","false","10","1" +"false","/rhWbMdcmjykv6EuJcD3jWi0D21X.jpg","{'id':438087,'name':'Topper Collection','poster_path':'/w9JhmToZlitUENBQIUToFXijbiA.jpg','backdrop_path':'/oZll8O2qZiGHHEM5ATcfROCMNkK.jpg'}","0","[{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'},{'id':9648,'name':'Mystery'},{'id':10749,'name':'Romance'}]","","44875","tt0034303","en","Topper Returns","Topper is once again tormented by a fun-loving spirit. This time, it's Gail Richards, who was accidentally murdered while vacationing at the home of her wealthy friend, Ann Carrington (Landis), the intended victim. With Topper's help, Gail sets out to find her killer with the expected zany results.","1.54","/i6uG19h7LDH103B3iWIbUVIWaEp.jpg","[{'id':2159,'logo_path':null,'name':'Hal Roach Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1941-03-21","0","88","[{'iso_639_1':'en','name':'English'}]","Released","Topper's having girl trouble again!","Topper Returns","false","6.5","14" +"false","/wuQVd8gX4FVGK6JlsKOyNfVWj1z.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","http://www.ladictaduraperfecta.com/","264525","tt3970854","es","La dictadura perfecta","TV MX, the most powerful Mexican Television Corporation, discloses a scandalous story involving Governor Carmelo Vargas in serious crimes and illicit business. Governor Vargas worried about his political future, decides to clean his image and negotiates a billionaire secret agreement with the owners of the TV Corporation. Carlos Rojo, an ambitious young news producer, and Ricardo Diaz, TV network star reporter, are responsible for making a dirty campaign to change the image the public has of the corrupt Governor and make him, at any cost, a political star and a great presidential candidate. Mexican Television believes that democracy is a farce and has already placed one President... Will they do it again?","3.879","/m0Our7wh91YieK86piDmmiOWkeR.jpg","[{'id':21805,'logo_path':null,'name':'Bandidos Films','origin_country':''}]","[{'iso_3166_1':'MX','name':'Mexico'}]","2014-10-16","0","143","[{'iso_639_1':'es','name':'Espa??ol'}]","Released","","The Perfect Dictatorship","false","7","68" +"false","/hssT0rlZjZFn5kRHgs8eNwFiy1t.jpg","null","0","[{'id':27,'name':'Horror'}]","","95114","tt0093135","en","Hack-O-Lantern","A young boy named Tommy sees his father murdered by his grandfather in a brutal satanic ritual on Halloween night. Years later, as Tommy's grandfather attempts to initiate him into the cult, a mysterious killer begins preying on the people closest to Tommy.","2.506","/n4sKnkX4QdtANYJeq1gJtK2hhEk.jpg","[{'id':66037,'logo_path':null,'name':'Spencer Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-07-30","0","87","[{'iso_639_1':'en','name':'English'}]","Released","The power is in the blood.","Hack-O-Lantern","false","4.7","11" +"false","/c7rXxwDRvONUSmaWLSIimUvcOR8.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://www.bbc.co.uk/programmes/b07bgpft","397619","tt5705966","en","Attenborough's Life That Glows","Luminous beings, creatures with their own internal light, enchant and astonish us. Anyone who has seen a firefly or a glow-worm cannot help but fall under their spell. The sea at night sparkles as millions of luminous plankton reveal the shapes of dolphins in a truly magical light show. Join Sir David Attenborough and a team of the world's leading scientists and deep sea explorers on a quest to reveal the secrets of living lights.","0.772","/zWypKKUYrUhTMb7HK8g0ApJJE7k.jpg","[{'id':77547,'logo_path':null,'name':'Ammonite Films','origin_country':''},{'id':10331,'logo_path':'/2sub7CkuErDYeGOcux1kBUQFVSn.png','name':'Terra Mater Factual Studios','origin_country':'AT'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-05-09","0","59","[{'iso_639_1':'en','name':'English'}]","Released","","Attenborough's Life That Glows","false","8.7","6" +"false","/2osX053v71I1Nc0qejnRiU64aMM.jpg","null","1000000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","","561859","tt8583930","en","Alien Overlords","A man learns about alien agendas from a dying agent and feels compelled to warn the world about the impending danger.","2.222","/zDtn7lC2ugxWsre4JhdAXA3GTsM.jpg","[{'id':12885,'logo_path':null,'name':'Reality Entertainment (RE)','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-11-14","0","76","[{'iso_639_1':'en','name':'English'}]","Released","","Alien Overlords","true","5","3" +"false","/oJSTcaNY4MP19JMimV6aXa0urNR.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'}]","","28058","tt0054850","it","Ercole al centro della terra","Upon his return from battle in the previous film, the great warrior Hercules learns that his lover, Daianara, has lost her senses. Acording of the oracle Medea, Dianara's only hope is the Stone of Forgetfulness which lies deep in the realm of Hades. Hercules, with two companions, Theseus and Telemachus, embarks on a dangerous quest for the stone, while he is unaware that Dianara's guardian, King Lico, is the one responsible for her condition and plots to have the girl for himself as his bride upon her revival.","1.932","/fHf92LFvxEvYYIHgaDOpay08VEH.jpg","[{'id':12239,'logo_path':null,'name':'SpA Cinematografica','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'}]","1961-11-16","0","91","[{'iso_639_1':'it','name':'Italiano'}]","Released","An All New Height in Fright and Might!","Hercules in the Haunted World","false","5.9","18" +"false","/5AijK8OxcTzuT8z6aEcc3kO96eG.jpg","null","23000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","http://thehateugive.com","470044","tt5580266","en","The Hate U Give","Raised in a poverty-stricken slum, a 16-year-old girl named Starr now attends a suburban prep school. After she witnesses a police officer shoot her unarmed best friend, she's torn between her two very different worlds as she tries to speak her truth.","20.554","/2icwBom0t5nmOuZI9FVXF3gkMK0.jpg","[{'id':12292,'logo_path':'/llGRXF5WYUW2fzXg0ebCoKMXjmT.png','name':'Temple Hill Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-19","29163535","133","[{'iso_639_1':'en','name':'English'}]","Released","Two worlds. One voice. No going back.","The Hate U Give","false","8.2","467" +"false","/7NUyoeR4UffRt206c9B9On9bkzV.jpg","null","0","[{'id':27,'name':'Horror'}]","","480410","tt7369722","en","The Sandman","A monster from a little girl's nightmares comes to life and attacks anyone who would harm her.","2.403","/iak7mWZNIoYYS6KI4bzcIKONX2w.jpg","[{'id':7119,'logo_path':'/2aFVtrHVcqGOq1qwYlPZ7VQ67Oi.png','name':'Hybrid','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-10-14","0","90","[{'iso_639_1':'en','name':'English'}]","Released","DON'T FALL ASLEEP","The Sandman","false","5.6","22" +"false","/wHwv1iZWBMOK3udpumGQWf0hYvh.jpg","null","0","[{'id':28,'name':'Action'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","","561546","tt8760550","en","Nazi Overlord","A D-Day rescue mission turns ugly when a band of Allied soldiers battle with horrific experiments created by the Nazis.","3.241","/lLL6Uy6QUskX7NgZOq4XAFQcuog.jpg","[{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-11-13","0","88","[{'iso_639_1':'en','name':'English'}]","Released","Experience the horror of war","Nazi Overlord","false","3.3","7" +"false","/bKap5mxN3TSKaoiOOwBj4nWaR6t.jpg","null","13000000","[{'id':35,'name':'Comedy'}]","","16406","tt0144168","en","Dick","Comedy about two high school girls who wander off during a class trip to the White House and meet President Richard Nixon. They become the official dog walkers for Nixon's dog Checkers, and become his secret advisors during the Watergate scandal.","7.28","/zYvJOoh6mviQcfHNbo3Y9fRoRp8.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","1999-08-04","27500000","94","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","The unmaking of the president","Dick","false","5.8","115" +"false","/1HTOQIC37ewmzM04TCDHnZuJ951.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'},{'id':18,'name':'Drama'}]","","403313","tt0195968","en","The Orchard End Murder","Charthurst Green, Kent, 1966. Pauline Cox accompanies Mike Robins to a village cricket match in which he is playing, but becomes bored and wanders away. She fetches up at the local railway station, where she is first entertained to tea by the garrulous, hunchbacked station master, then upset by the intrusion of the latter's assistant Ewen, who proceeds to kill a rabbit in her presence. Making her way back to the match, Pauline is waylaid by the simple-minded Ewen as she crosses an apple orchard; when his advances become violent, she tries to fight him off and he strangles her. The station master helps in covering up the murder, burying the corpse in the orchard.","0.6","/aB8uFzm5i6SIhEqh50l3mxZqtic.jpg","[{'id':111438,'logo_path':null,'name':'Marnham & Harvey Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1981-11-01","0","48","[{'iso_639_1':'en','name':'English'}]","Released","","The Orchard End Murder","false","6","2" +"false","/o3BpgUmvOCQjuNtxnsvCeXvkvbD.jpg","null","0","[{'id':99,'name':'Documentary'}]","https://cvafoundation.org/the-care-theyve-earned/","561406","tt9243038","en","The Care They've Earned","A look into six proud veterans' experiences with the US Department of Veterans Affairs (VA) Veterans Health Administration (VHA) as they seek to manage the mental and physical trauma they sustained in uniform. The film details their experiences with an embattled VA and educates about the fundamental changes that are needed to ensure our veterans are taken care of.","0.6","/80avUtmwMILWrXml7oKXqwxyoLx.jpg","[]","[]","2018-11-09","0","49","[{'iso_639_1':'en','name':'English'}]","Released","","The Care They've Earned","false","7","1" +"false","/o60Tp0kNI8nYDG3bjfIijVA0bEB.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://dragonflyfilmsllc.com/films/lasso/","532636","tt5851598","en","Lasso","The story of Simon and Kit, two young leaders of an Active Senior adventure tour group that take a day trip out to a small-town Rodeo located deep in the woods. Their lives are turned upside down when they find themselves fighting to stay alive against a group of psycho, bloodthirsty cowboys from the local rodeo.","2.759","/jVhPR1eiUH8igFcvwUNR2B5OhEL.jpg","[{'id':5769,'logo_path':null,'name':'Dragonfly Films','origin_country':''},{'id':111598,'logo_path':null,'name':'Mad Rodeo Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-08-25","0","97","[{'iso_639_1':'en','name':'English'}]","Released","","Lasso","false","6.9","8" +"false","/jBCnv5yicOasoVQ8ysrBv7Z3ar3.jpg","null","0","[{'id':18,'name':'Drama'}]","","556173","tt6672082","en","Requiem for a Fighter","Lucas A former Danish Army Officer has traveled to Derry, Northern Ireland to clear up details of his estranged son's death and finds that there was another side to his son's life and the people he was partied with. These include Michael who has been fighting in unlicensed boxing matches to raise quick cash, trained by his Father who doesn't know Michael is questioning his sexuality. The fights have been building to a final fight against Brian Beru, undefeated King of the gypsy's and a wrecking machine, Michael will need Lucas help if he is to survive.","2.283","/7GR9aqiFp1e6YVEvHz1W8BQWhBG.jpg","[]","[]","2018-11-12","0","","[]","Released","","Requiem for a Fighter","false","7.8","7" +"false","/1H7wMzZA8wlOcAop2ZMqRQsAdGi.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':99,'name':'Documentary'}]","http://www.sho.com/titles/3459305/kevin-smith-silent-but-deadly","517792","tt8102036","en","Kevin Smith: Silent but Deadly","Director and podcaster Kevin Smith's stand-up debut which nearly killed him. Recorded on February 25, 2018 at the Alex Theater in Glendale, CA. Immediately after the show, Smith suffered a near-fatal heart attack, created by a 100% blockage of his LAD artery (aka ???the Widow-Maker???). Thankfully, he recovered - and he has this stand-up special to show for it, in which he riffs on marriage, fatherhood, friends and his work (or lack thereof).","3.328","/u2GRZCcDD4W2zzCnP6PdHqgDHRo.jpg","[{'id':49261,'logo_path':'/76fTTVFWNkXxSfy6kOviJ1OtFDT.png','name':'Comedy Dynamics','origin_country':'US'},{'id':72494,'logo_path':null,'name':'Showtime Entertainment Television','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-05-11","0","57","[{'iso_639_1':'en','name':'English'}]","Released","I'm dying up here!","Kevin Smith: Silent but Deadly","false","6.9","10" +"false","/lnPkq0qUrai4TzqcYI0n2LVd5uR.jpg","null","1200000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","561543","tt7712746","en","Alpha Wolf","When Virginia and her husband Jack spend a long weekend in the idyllic countryside, they encounter a creature that tears their lives apart. While the attack has an effect on each of them, it brings out the worst in Jack.","2.617","/qx5q8NQb0AevMW4V0pZ79nKXgC3.jpg","[{'id':44632,'logo_path':'/neCKH4sJCBhZ1B4QocTM4VXCQOR.png','name':'Gravitas Ventures','origin_country':'US'},{'id':111275,'logo_path':null,'name':'Alpha Wolf Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-11-13","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Her Husband was an animal.","Alpha Wolf","false","8.2","3" +"false","/pRTlFYzKu0cQInxNqfUrUtRLjt.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.thelittlestranger.com","455108","tt6859762","en","The Little Stranger","In a dusty post-war summer in rural Warwickshire, a doctor is called to a patient at lonely Hundreds Hall. Home to the Ayres family for over two centuries, the Georgian house is now in decline. But are the Ayreses haunted by something more sinister than a dying way of life?","7.099","/mfLl93043kOHPJfenkawjookil8.jpg","[{'id':3353,'logo_path':'/qv2v9HaStUTRjqonODM29YG0oFX.png','name':'Element Pictures','origin_country':'IE'},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'},{'id':11566,'logo_path':null,'name':'Dark Trick Films','origin_country':''},{'id':834,'logo_path':null,'name':'Potboiler Productions','origin_country':'GB'}]","[]","2018-08-30","0","111","[{'iso_639_1':'en','name':'English'}]","Released","These delusions are contagious","The Little Stranger","false","5.9","64" +"false","","null","0","[{'id':16,'name':'Animation'}]","","561589","tt8560130","en","Space Guardians 2","When the villainous space moose, Tar Tar the Third, unveils a new secret weapon with awesome powers, The Space Guardians reunite to battle the baddest bad guy yet, and save the universe!","2.107","/dD9vr6kz31XuEz2pTqDURt7RpP4.jpg","[]","[]","2018-12-11","0","75","[{'iso_639_1':'en','name':'English'}]","Released","The faith of the universe is in their hands!","Space Guardians 2","false","0.5","1" +"false","/3CCfgSvtvN3HwVs5hbcC1NhOAzw.jpg","null","1000000","[{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'},{'id':18,'name':'Drama'}]","http://www.searching.movie","489999","tt7668870","en","Searching","After David Kim's 16-year-old daughter goes missing, a local investigation is opened and a detective is assigned to the case. But 37 hours later and without a single lead, David decides to search the one place no one has looked yet, where all secrets are kept today: his daughter's laptop.","18.555","/pk9R56ZFlofbBzfwBnHlDyg5DMs.jpg","[{'id':11341,'logo_path':'/xytTBODEy3p20ksHL4Ftxr483Iv.png','name':'Stage 6 Films','origin_country':'US'},{'id':1038,'logo_path':'/o62j8ZNXmRTrq6ThviFWiL9zb8J.png','name':'Bazelevs Production','origin_country':'RU'},{'id':3287,'logo_path':'/bz6GbCQQXGNE56LTW9dwgksW0Iw.png','name':'Screen Gems','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-08-24","66265218","103","[{'iso_639_1':'en','name':'English'}]","Released","No one is lost without a trace","Searching","false","7.6","1298" +"false","","null","8000","[{'id':18,'name':'Drama'},{'id':18,'name':'Drama'}]","https://www.route80movie.com","561710","tt7558548","en","Route 80","Tommy DiNello, a freelance videographer, moves back to North Branford Ct. from New York City after two years on his own. His extremely close cousins, Marie and Dom Jr., are reluctantly accepting their father's new young foreign wife Varya, just two years after their mother's death. Since Tommy's parents moved to Florida when he was away, he has no choice but to stay with his Uncle Dominic and cousin Marie while battling memories of the reason he left town in the first place. His dear friend, Angela and him are reunited, This is bittersweet as she is the only one with clear knowledge and witness of his past.Tommy moves back to North Branford Ct. after two years in NYC. He resides with his uncle and close cousins as they reluctantly accept their father's new marriage just two years after the death of their mother.","0.6","/4sUBGBlC2zxTOYGoxYkIhKI01yw.jpg","[]","[]","2018-05-25","0","93","[{'iso_639_1':'en','name':'English'}]","Released","","Route 80","false","10","1" +"false","","{'id':563670,'name':'Pondemonium','poster_path':null,'backdrop_path':null}","0","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","","561606","tt8426112","en","Pondemonium 3","Dive into Pondemonium for a whole new adventure! Joe and all your favorite pond critters are back. When Bartle Bee and Cosmo get into a heap of trouble, it's up to the whole pond to come together to help save the day. In the end, the most important thing is love and friendship.","1.396","/53pSiYDPqVnJqJ149Bj4y5N5FbT.jpg","[]","[]","2018-11-13","0","68","[{'iso_639_1':'en','name':'English'}]","Released","","Pondemonium 3","false","10","1" +"false","/4Kft4cjuEsLOZu7IoOVjADfXLge.jpg","null","6000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':37,'name':'Western'}]","","15573","tt0068421","en","The Cowboys","When his cattlemen abandon him for the gold fields, rancher Wil Andersen is forced to take on a collection of young boys as his cowboys in order to get his herd to market in time to avoid financial disaster. The boys learn to do a man's job under Andersen's tutelage; however, neither Andersen nor the boys know that a gang of cattle thieves is stalking them.","5.696","/3ZL0xkEyj9rKAA3bKZcdZL9CXig.jpg","[{'id':12273,'logo_path':null,'name':'Sanford Productions (III)','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1972-01-13","7500000","131","[{'iso_639_1':'en','name':'English'}]","Released","All they wanted was their chance to be men...and he gave it to them.","The Cowboys","false","7","93" +"false","/ePUiV46j9YpSVhd6runagzqVDX3.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.ifcfilms.com/films/the-clovehitch-killer","544431","tt6269368","en","The Clovehitch Killer","A picture-perfect family is shattered when the work of a serial killer hits too close to home.","11.13","/6NmsbUJqnopbnLun2E4KvtVNj8T.jpg","[{'id':65906,'logo_path':'/yhW51nVDvB3mafbk8ND87jYpmWW.png','name':'End Cue','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-11-16","0","109","[{'iso_639_1':'en','name':'English'}]","Released","","The Clovehitch Killer","false","6.6","98" +"false","/pq3OOke4veBEathN2fOr0c4Vt9H.jpg","{'id':497534,'name':'The Invoking Collection','poster_path':'/iZW8eZf08DR03B7CpnD71it4uj0.jpg','backdrop_path':'/1i4XCpmCbjM8TtuDt6khO7SsJ6P.jpg'}","0","[{'id':27,'name':'Horror'}]","","561504","tt8671462","en","Invoking 5","In the latest chapter of the chilling horror franchise, The Invoking 5: phantoms, paranormal events are captured around the globe in what might be the largest scale haunting ever recorded in human history.","1.981","/acWKUq8d7GtyeHZ2r5EqCTwCEib.jpg","[{'id':97253,'logo_path':null,'name':'WOWNow Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-09","0","79","[{'iso_639_1':'en','name':'English'}]","Released","Fear comes full circle","Invoking 5","false","7.3","4" +"false","/k56s8MT5x56u6mllyBcVcN7Xkue.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","466411","tt6749318","en","Speed Kills","Speedboat racing champion and multimillionaire, Ben Aronoff (Don Aronow), leads a double life that lands him in trouble with the law and drug lords.","13.481","/f4p18CwxidvznZYMA6m4qv5FCvp.jpg","[{'id':24513,'logo_path':null,'name':'Pimienta','origin_country':'PR'},{'id':2623,'logo_path':null,'name':'Blue Rider Pictures','origin_country':'US'},{'id':7406,'logo_path':null,'name':'JTP Films','origin_country':'US'},{'id':111328,'logo_path':null,'name':'Speed Kills Production','origin_country':''},{'id':76777,'logo_path':'/e2tU4w8YSD9HMYJllSiXZ4MMevp.png','name':'Hannibal Classics','origin_country':'US'}]","[{'iso_3166_1':'PR','name':'Puerto Rico'},{'iso_3166_1':'US','name':'United States of America'}]","2018-11-16","0","102","[{'iso_639_1':'en','name':'English'}]","Released","Success Makes You A Target","Speed Kills","false","5.4","20" +"false","/rcDaYzLAauJ7eiuFWbWbZV1MKt9.jpg","null","4000000","[{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","http://www.neverheardmovie.com","547454","tt6529772","en","Never Heard","After Aaron is charged with murder, he uses the power of prayer to help prove his innocence turning his life around and saving his son Jalen from the street life before it is too late.","2.087","/hHlcVoCwK59t5Cz9P69FEX1afwd.jpg","[{'id':86267,'logo_path':null,'name':'Webber Films','origin_country':''},{'id':90025,'logo_path':null,'name':'Riveting Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-11-01","0","89","[{'iso_639_1':'en','name':'English'}]","Released","Let go and let God handle it","Never Heard","false","7","4" +"false","/ae2oJzjdGcGo14iECNnkcnLlUyI.jpg","{'id':72119,'name':'Honey, I Shrunk the Kids Collection','poster_path':'/xxIwqQARS0RZu5cIENahqZSRw2a.jpg','backdrop_path':'/sfT3NqSnjEDY1449qBgQRWOIcaq.jpg'}","40000000","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':878,'name':'Science Fiction'}]","","11158","tt0104437","en","Honey I Blew Up the Kid","Wayne Szalinski is at it again. But instead of shrinking things, he tries to make a machine that can make things grow. As in the first one, his machine isn't quite accurate. But when he brings Nick & his toddler son Adam to see his invention, the machine unexpectedly starts working. And when Adam comes right up to the machine, he gets zapped along with his stuffed bunny.","9.701","/gwda8CnPAfHGwygclGiKddt60fX.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':8830,'logo_path':null,'name':'Touchwood Pacific Partners 1','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-07-16","58662452","89","[{'iso_639_1':'en','name':'English'}]","Released","The BIG Laughs Start January 6th!","Honey I Blew Up the Kid","false","5","528" +"false","/22glmh7xqvV94AOrukwdsCiPgpb.jpg","null","0","[{'id':18,'name':'Drama'}]","","487451","tt3396208","en","12 Round Gun","A washed up, alcoholic ex-prizefighter makes a comeback to boxing after his top heavyweight contender son is wrongfully blinded in the ring.","0.652","/hUqaiY6yxDUEH4udiL3zPsq3uA3.jpg","[]","[]","2017-10-06","0","92","[]","Released","THE BIGGEST FIGHT ISN'T IN THE RING","12 Round Gun","false","6","1" +"false","/amtE0CvEzDiGofycXU0SnPMbQ9y.jpg","null","50000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","6623","tt0119874","en","The Peacemaker","When a train carrying atomic warheads mysteriously crashes in the former Soviet Union, a nuclear specialist discovers the accident is really part of a plot to cover up the theft of the weapons. Assigned to help her recover the missing bombs is a crack Special Forces Colonel.","9.05","/hc3p6pvIrfO4AmrVLb6qTviOwW2.jpg","[{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-09-26","0","124","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'sr','name':'Srpski'},{'iso_639_1':'bs','name':'Bosanski'},{'iso_639_1':'hr','name':'Hrvatski'}]","Released","How do you get the world's attention?","The Peacemaker","false","5.8","437" +"false","/ur2Hu19ehVhJvNVtVfMMxUMn7cF.jpg","null","45000000","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","9944","tt0107798","en","The Pelican Brief","Two Supreme Court Justices have been assassinated. One lone law student has stumbled upon the truth. An investigative journalist wants her story. Everybody else wants her dead.","7.92","/kIvGL0pyXY3TzWHrUV0ytEJDgCX.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-12-16","195268056","141","[{'iso_639_1':'en','name':'English'}]","Released","Two Supreme Court Justices have been assassinated. One lone law student has stumbled upon the truth. An investigative journalist wants her story. Everybody else wants her dead.","The Pelican Brief","false","6.4","634" +"false","/yzSqANrSGGlwMe1QfmZYCmkhoMN.jpg","null","35000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'}]","","11918","tt0426592","en","Superhero Movie","The team behind Scary Movie takes on the comic book genre in this tale of Rick Riker, a nerdy teen imbued with superpowers by a radioactive dragonfly. And because every hero needs a nemesis, enter Lou Landers, aka the villainously goofy Hourglass.","9.227","/7B1u6dXrHM8UOXkSmweZvCMWmlV.jpg","[{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-03-27","25871834","85","[{'iso_639_1':'en','name':'English'}]","Released","The greatest Superhero movie of all time! (not counting all the others)","Superhero Movie","false","5","788" +"false","/g90Hlbaj8OofowG9hDg9ScD5fqG.jpg","{'id':497541,'name':'Arif I????k'??n Maceralar??','poster_path':'/vjjDy5fRN3FyIlNaV1E8x8ggnsJ.jpg','backdrop_path':'/eyzjqokaekLJiIgpbpLpuy6wJUn.jpg'}","0","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'}]","","27275","tt0384116","tr","G.O.R.A.","A slick young Turk kidnapped by extraterrestrials shows his great ?? humanitarian spirit ?? by outwitting the evil commander-in-chief of the planet of G.O.R.A.","5.001","/bxHULJqeW1GlPWr7uvRoWQWsDIe.jpg","[{'id':74029,'logo_path':null,'name':'B??cek Film','origin_country':''},{'id':15269,'logo_path':null,'name':'B??cek Yap??m','origin_country':''},{'id':15268,'logo_path':'/bwiZf22gsAV0JAOfO6RMXcqjDJo.png','name':'BKM Film','origin_country':'TR'}]","[{'iso_3166_1':'TR','name':'Turkey'}]","2004-11-12","0","127","[{'iso_639_1':'tr','name':'T??rk??e'},{'iso_639_1':'en','name':'English'}]","Released","","G.O.R.A.","false","7.1","96" +"false","/6UVbArg0lCikjDfkiLwE5ki9pPA.jpg","null","4000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","1809","tt0292644","en","The Rules of Attraction","The incredibly spoiled and overprivileged students of Camden College are a backdrop for an unusual love triangle between a drug dealer, a virgin and a bisexual classmate.","6.205","/vDHxllvpO5Z4tg98aiQwZYRPCta.jpg","[{'id':770,'logo_path':null,'name':'Kingsgate Films','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2002-10-11","0","111","[{'iso_639_1':'en','name':'English'}]","Released","We all run on instinct","The Rules of Attraction","false","6.4","255" +"false","/vSNkowbsQTpP7nM8A99EuiYhRaJ.jpg","null","20000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","38303","tt1414382","en","You Again","History -- make that high school -- may repeat itself when Marni learns that Joanna, the mean girl from her past, is set to be her sister-in-law. Before the wedding bells toll, Marni must show her brother that a tiger doesn't change its stripes. On Marni's side is her mother, while Joanna's backed by her wealthy aunt.","8.128","/8WdXpoFCEUReirxSn3SDAMXG1q5.jpg","[{'id':5698,'logo_path':null,'name':'Oops Doughnuts Productions','origin_country':'US'},{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':11837,'logo_path':null,'name':'Frontier Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-09-24","32005248","105","[{'iso_639_1':'en','name':'English'}]","Released","What doesn't kill you... is going to marry your brother.","You Again","false","6.2","691" +"false","/vfErxYsTbjbq7M8oHB8v22WKU6D.jpg","null","15000000","[{'id':9648,'name':'Mystery'},{'id':18,'name':'Drama'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","http://www.midnightmeattrainthemovie.com","10185","tt0805570","en","The Midnight Meat Train","The photographer Leon lives with his girlfriend and waitress Maya waiting for a chance to get in the photo business. When Maya contacts their friend Jurgis, he schedules a meeting for Leon with the successful owner of arts gallery Susan Hoff; she analyzes Leon's work and asks him to improve the quality of his photos. During the night, the upset Leon decides to wander on the streets taking pictures with his camera, and he follows three punks down to the subway station; when the gang attacks a young woman, Leon defends her and the guys move on. On the next morning, Leon discovers that the woman is missing. He goes to the police station, but Detective Lynn Hadley does not give much attention to him and discredits his statement. Leon becomes obsessed to find what happened with the stranger and he watches the subway station. When he sees the elegant butcher Mahogany in the train, Leon believes he might be a murderer and stalks him everywhere, in the beginning of his journey to the darkness.","8.582","/vHKe4D9qGK56OfgX9v5KnjXVMBE.jpg","[{'id':126,'logo_path':'/kADPanRDkKTxncPXXVahvHPUvCj.png','name':'Lakeshore Entertainment','origin_country':'US'},{'id':35,'logo_path':'/wxrHa3nZ1K4zo65p56991INkGo6.png','name':'Lions Gate Films','origin_country':'US'},{'id':22056,'logo_path':null,'name':'Midnight Picture Show','origin_country':''},{'id':2150,'logo_path':null,'name':'GreeneStreet Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-08-07","3533227","98","[{'iso_639_1':'en','name':'English'}]","Released","The most terrifying ride you'll ever take","The Midnight Meat Train","false","5.9","430" +"false","/skPcnCALFolve9P85PSB2Rrgu2s.jpg","null","0","[{'id':18,'name':'Drama'}]","","14976","tt1084950","en","Rachel Getting Married","A young woman who has been in and out from rehab for the past 10 years returns home for the weekend for her sister's wedding.","7.573","/rq1z6yiYW1LTgXZhsyNgmtmOedK.jpg","[{'id':1274,'logo_path':null,'name':'Clinica Estetico','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-10-03","0","113","[{'iso_639_1':'en','name':'English'}]","Released","The perfect weekend for a wedding??? but the storm is coming.","Rachel Getting Married","false","6.1","279" +"false","/RD1AhL66S6YDjPzabQEqU0WBp3.jpg","null","30000000","[{'id':35,'name':'Comedy'}]","","4967","tt0171433","en","Keeping the Faith","Best friends since they were kids, Rabbi Jacob Schram and Father Brian Finn are dynamic and popular young men living and working on New York's Upper West Side. When Anna Reilly, once their childhood friend and now grown into a beautiful corporate executive, suddenly returns to the city, she reenters Jake and Brian's lives and hearts with a vengeance. Sparks fly and an unusual and complicated love triangle ensues.","6.901","/wbW4OnSNcuywgmJFdlvL8SvHx4.jpg","[{'id':158,'logo_path':'/6SHlNIype9zmyEMRsBtoueUtLsq.png','name':'Spyglass Entertainment','origin_country':'US'},{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':53666,'logo_path':null,'name':'Triple Threat Talent','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-04-14","37036004","127","[{'iso_639_1':'he','name':'????????????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","If you have to believe in something, you may as well believe in love.","Keeping the Faith","false","6","282" +"false","/zffzhr30v7nCHRcyfnVr8PmNLbM.jpg","null","25000000","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","11355","tt0151738","en","Never Been Kissed","Josie Geller, a baby-faced junior copywriter at the Chicago Sun-Times, must pose as a student at her former high school to research contemporary teenage culture. With the help of her brother, Rob, Josie infiltrates the inner circle of the most popular clique on campus. But she hits a major snag in her investigation -- not to mention her own failed love life -- when she falls for her dreamy English teacher, Sam Coulson.","8.386","/1F9EAhEQxa0I5Pa5Z10hWIBFS3r.jpg","[{'id':711,'logo_path':'/tEiIH5QesdheJmDAqQwvtN60727.png','name':'Fox 2000 Pictures','origin_country':'US'},{'id':21241,'logo_path':null,'name':'Bushwood Pictures','origin_country':''},{'id':19813,'logo_path':null,'name':'Flower Films','origin_country':'US'},{'id':21242,'logo_path':null,'name':'Never Been Kissed Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-04-09","84565230","107","[{'iso_639_1':'en','name':'English'}]","Released","A Comedy With Class.","Never Been Kissed","false","6","721" +"false","/xzNas1TCJh7S11nIfhZD7gImfWj.jpg","null","0","[{'id':18,'name':'Drama'}]","","11005","tt0099077","en","Awakenings","Dr. Malcolm Sayer, a shy research physician, uses an experimental drug to ""awaken"" the catatonic victims of a rare disease. Leonard is the first patient to receive the controversial treatment. His awakening, filled with awe and enthusiasm, proves a rebirth for Sayer too, as the exuberant patient reveals life's simple but unutterably sweet pleasures to the introverted doctor.","9.32","/6vkJhhd9h9QxMGHYQjVY1fY5XSI.jpg","[{'id':67713,'logo_path':null,'name':'Parkes/Lasker productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-12-04","52096475","120","[{'iso_639_1':'en','name':'English'}]","Released","There is no such thing as a simple miracle.","Awakenings","false","7.8","1062" +"false","/87uShMszqPxwA034GsskGdzJOgN.jpg","{'id':100970,'name':'The Fox and the Hound Collection','poster_path':'/ph2KiQxp8xmgA5ENoBhETvJnYw9.jpg','backdrop_path':'/fEix7vMN09DUvt7nHh9qFwN9Op9.jpg'}","12000000","[{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","http://movies.disney.com/the-fox-and-the-hound","10948","tt0082406","en","The Fox and the Hound","When a feisty little fox named Tod is adopted into a farm family, he quickly becomes friends with a fun and adorable hound puppy named Copper. Life is full of hilarious adventures until Copper is expected to take on his role as a hunting dog -- and the object of his search is his best friend!","13.267","/hDXg3U4eCxuqvrb7BEDXj2tAsdK.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':3166,'logo_path':'/vyyv4Gy9nPqAZKElPm2izLlEaVS.png','name':'Walt Disney Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1981-07-10","29800000","82","[{'iso_639_1':'en','name':'English'}]","Released","A story of two friends who didn't know they were supposed to be enemies.","The Fox and the Hound","false","7.1","1629" +"false","/rvDGcsIOhtEMkxs5yhhyZ1nsS6E.jpg","{'id':59567,'name':'Shanghai Noon Collection','poster_path':'/ni5KHVDmSGjdqdcf0sew2c2xZ37.jpg','backdrop_path':'/xkA3OKXATV7c0hIXoETdHXUIpE8.jpg'}","55000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':37,'name':'Western'}]","","8584","tt0184894","en","Shanghai Noon","Chon Wang, a clumsy imperial guard trails Princess Pei Pei when she is kidnapped from the Forbidden City and transported to America. Wang follows her captors to Nevada, where he teams up with an unlikely partner, outcast outlaw Roy O'Bannon, and tries to spring the princess from her imprisonment.","11.527","/wcG2PA66Fbv2l7r0n59x1nuB5fd.jpg","[{'id':961,'logo_path':null,'name':'Roger Birnbaum Productions','origin_country':''},{'id':158,'logo_path':'/6SHlNIype9zmyEMRsBtoueUtLsq.png','name':'Spyglass Entertainment','origin_country':'US'},{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'}]","[{'iso_3166_1':'HK','name':'Hong Kong'},{'iso_3166_1':'US','name':'United States of America'}]","2000-05-26","56932305","110","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","The old west meets the far east.","Shanghai Noon","false","6.3","1267" +"false","","null","0","[{'id':18,'name':'Drama'}]","","232659","tt2677368","de","Talea","Fourteen-year-old Jasmin longs to be near her biological mother, Eva. Following her mother???s release from prison, an excursion into the country together becomes a first test for the fledgling mother-daughter relationship. They smoke, dance and stroll together ??? the mood is promising. But time and again, it is revealed that their needs and expectations are light years apart. For the moment, neither Eva nor Jasmin seem up to the task of fulfilling each other???s need for identity and support. (Talea is Italian for scion, a detached shoot or twig containing buds from a woody plant, used in grafting.)","0.6","/ogfKRwurpzWvCj84v3CKovvZq93.jpg","[]","[{'iso_3166_1':'AT','name':'Austria'}]","2013-01-23","0","75","[{'iso_639_1':'de','name':'Deutsch'}]","Released","","Talea","false","6","1" +"false","/wTrzUBg9KYJolFtFFlYasUMfSFg.jpg","{'id':85890,'name':'The Librarian Collection','poster_path':'/w5sQ13yy83o1o323ksxz8RVxbqD.jpg','backdrop_path':'/6H6uS5f4SMBaN0xHNhmQqUOShAX.jpg'}","0","[{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'}]","","14208","tt0455596","en","The Librarian: Return to King Solomon's Mines","After retrieving the Crystal Skull in Utah, Flynn Carsen receives a map in the mail with the secret location of King Solomon's Mines. When the scroll is stolen, Judson explains the power of the Key of Solomon's book and assigns Flynn to retrieve the map. The map is useless without the legend piece to decipher it, which is located in Volubilis near the Roman ruins in Morocco. Flynn heads to Casablanca to the ruins where he is chased by a group of mercenaries leaded by General Samir. They too want to find the location of King Solomon's mines. Flynn teams-up with Professor Emily Davenport working in the dig and they escape from General Samir and his men. While traveling to Gedi, they save the local Jomo from death and the trio faces a dangerous journey through the wild Africa.","8.89","/fpedwecERf6PoaNml2Pa8dKncyZ.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-09-09","0","92","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'en','name':'English'}]","Released","","The Librarian: Return to King Solomon's Mines","false","6.1","204" +"false","","null","0","[{'id':18,'name':'Drama'}]","","456541","tt1840952","en","The Last Cartridge, an Incident of the Sepoy Rebellion in India","Caught off-guard by Indian mutineers, a British soldier saves his last bullet for his daughter lest she be taken. This silent film features an original, scene-specific piano score compiled from period appropriate photoplay music.","0.681","/tW3Tz58Tc3ZY1Xp5Kf7o8Wm0WM9.jpg","[{'id':15634,'logo_path':null,'name':'Vitagraph Company of America','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1908-01-18","0","10","[]","Released","","The Last Cartridge, an Incident of the Sepoy Rebellion in India","false","4.7","3" +"false","/lMj2HUMzZ1K64IyMuFU8D8JkCtD.jpg","null","0","[{'id':18,'name':'Drama'}]","https://sonyclassics.com/puzzle","492998","tt6933454","en","Puzzle","Agnes is a woman who has reached her early 40s without ever venturing far from home, family or the tight-knit immigrant community in which she was raised by her widowed father. That begins to change in a quietly dramatic fashion when Agnes receives a jigsaw puzzle as a birthday gift and experiences the heady thrill of not only doing something she enjoys, but being very, very good at it.","7.88","/axEHNlZguGLwmKfDXyRpGVMGRFI.jpg","[{'id':188,'logo_path':'/40E8iNvy6brH6t4BbmQL211jIpl.png','name':'Big Beach','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-07-27","2167042","103","[{'iso_639_1':'en','name':'English'}]","Released","","Puzzle","false","6.6","29" +"false","/ufCiAwtanx3FKQv1f7E3IuyPccx.jpg","{'id':85890,'name':'The Librarian Collection','poster_path':'/w5sQ13yy83o1o323ksxz8RVxbqD.jpg','backdrop_path':'/6H6uS5f4SMBaN0xHNhmQqUOShAX.jpg'}","0","[{'id':53,'name':'Thriller'},{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'},{'id':10749,'name':'Romance'}]","http://www.tntdrama.com/movies/the-librarian-quest-for-the-spear.html","14207","tt0412915","en","The Librarian: Quest for the Spear","When a magical artifact is lifted from his library, a meek librarian sets out to ensure its safe return.","11.033","/428VHqgQ2sWp0ioZ6I90PCOlr2M.jpg","[{'id':3241,'logo_path':'/kRAMCgp7zAmd1UnCPBHiEiopSm9.png','name':'Electric Entertainment','origin_country':'US'},{'id':19528,'logo_path':null,'name':'ApolloProScreen Filmproduktion','origin_country':''},{'id':678,'logo_path':'/AbIc38dGx4b8dhKS7oeRL6aXFDv.png','name':'Turner Network Television','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-12-05","0","106","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'la','name':'Latin'},{'iso_639_1':'mn','name':''},{'iso_639_1':'pt','name':'Portugu??s'},{'iso_639_1':'en','name':'English'}]","Released","","The Librarian: Quest for the Spear","false","6.1","275" +"false","/7e87cbZoiPYwAqWjLppd7Blx3Ir.jpg","null","0","[{'id':18,'name':'Drama'}]","","464825","tt4830786","he","?????????? ????????????","Thomas, a young German baker, is having an affair with Oren, an Israeli married man who has frequent business visits in Berlin. When Oren dies in a car crash in Israel, Thomas travels to Jerusalem seeking for answers regarding his death. Under a fabricated identity, Thomas infiltrates the life of Anat, his lover???s newly widowed wife, who owns a small Caf?? in downtown Jerusalem. Thomas starts to work for her, creating German cakes and cookies that bring her Caf?? to life. Thomas finds himself involved in Anat???s life in a way far beyond his anticipation. To protect the truth he will stretch his lie to a point of no return.","2.881","/WwHLnuqqwhvCkBACCMAR5xuQMA.jpg","[{'id':94643,'logo_path':null,'name':'Laila Films','origin_country':''},{'id':12988,'logo_path':null,'name':'Film Base Berlin','origin_country':''}]","[{'iso_3166_1':'IL','name':'Israel'},{'iso_3166_1':'DE','name':'Germany'}]","2017-12-28","0","104","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'he','name':'????????????????'}]","Released","","The Cakemaker","false","7.3","34" +"false","/fYXuDlyX8NVZ5JtcsA3dvLWnEnI.jpg","null","0","[{'id':16,'name':'Animation'},{'id':27,'name':'Horror'},{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","","23127","tt0419724","en","The Haunted World of El Superbeasto","The Haunted World of El Superbeasto is an animated comedy that also combines elements of a horror and thriller film. It is based upon the comic book series created by Rob Zombie that follows the character of El Superbeasto and his sexy sidekick sister, Suzi-X, voiced by Sheri Moon, as they confront an evil villain by the name of Dr. Satan.","5.035","/ywO8qzHhltILnZbeIKw8XbD3u6X.jpg","[{'id':2659,'logo_path':null,'name':'Starz Media','origin_country':'US'},{'id':2017,'logo_path':null,'name':'Film Roman Productions','origin_country':''},{'id':5860,'logo_path':null,'name':'Anchor Bay Films','origin_country':'US'},{'id':10370,'logo_path':null,'name':'Spectacle Entertainment Group','origin_country':''},{'id':17553,'logo_path':null,'name':'Carbunkle Cartoons','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-09-12","0","77","[{'iso_639_1':'en','name':'English'}]","Released","","The Haunted World of El Superbeasto","false","6.2","68" +"false","/svuWiWWM8bjPt2nmgemqPhhTNmx.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","14127","tt0473464","en","Cherry Crush","A High school Photographer breaks his own rules and falls in love with his teenage model","1.466","/ygBsjbxvMZBQpqF0NTV9vawvF02.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-02-16","0","89","[{'iso_639_1':'en','name':'English'}]","Released","Passion has a price.","Cherry Crush","false","4.5","9" +"false","/ac2zjyYWjhVsTLtQ3og3Fqxbm1G.jpg","{'id':85890,'name':'The Librarian Collection','poster_path':'/w5sQ13yy83o1o323ksxz8RVxbqD.jpg','backdrop_path':'/6H6uS5f4SMBaN0xHNhmQqUOShAX.jpg'}","0","[{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'}]","http://www.tnt.tv/movies/librarian/","14728","tt1146438","en","The Librarian: The Curse of the Judas Chalice","While on a dangerous mission to recover the historic Judas Chalice, Flynn is saved by Simone. But when double-crossed by a respected professor and ambushed by a ruthless gang, Flynn realizes Simone's secret, his true mission and a shocking discovery are all lying within a decaying New Orleans crypt.","7.243","/oqz2HSwcMij8aG8T5vzgvAPg1mo.jpg","[{'id':3241,'logo_path':'/kRAMCgp7zAmd1UnCPBHiEiopSm9.png','name':'Electric Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-10-25","0","95","[{'iso_639_1':'en','name':'English'}]","Released","The world's most unlikely hero is back for his biggest adventure.","The Librarian: The Curse of the Judas Chalice","false","6.2","205" +"false","","null","0","[{'id':10749,'name':'Romance'}]","","486753","tt7231572","en","Not Cinderella's Type","Indy Zimmerman's life is far from perfect. With a step mom who seems to make it her goal in life to make indy's life horrible, step sister's who want nothing to do with her, and a boy who ruined her life suddenly wanting to be a part of it, life is already more than difficult. throw high school, relationships and tragity in the mix and things couldn't be worse. When the most popular boy at school, Bryant Bailey, kills her cat, Indy wants nothing to to with him, but he seems set on being a part of her life, and after all attempts of getting rid of him fail, she decides to give him a chance. He might not be her type but Indy quickly learns first impressions can be wrong.","6.448","/eytQpuI0w8YvBFMQ7qxCh22TZfV.jpg","[{'id':49924,'logo_path':null,'name':'Silver Peak Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-02-20","0","97","[{'iso_639_1':'en','name':'English'}]","Released","","Not Cinderella's Type","false","7.8","20" +"false","/dN5G92bVBQIK6tTxOTENv7saMQm.jpg","null","0","[]","","67669","tt0243278","en","Going Back","A group of Marines return to Vietnam with a news crew to relive their tragic war experiences.","0.782","/eABY2QHuvKqXcelr6sTx1Am1kxE.jpg","[]","[{'iso_3166_1':'CA','name':'Canada'}]","2001-01-01","0","113","[{'iso_639_1':'en','name':'English'}]","Released","","Going Back","false","3.8","4" +"false","/y4bDHtl8hKF3BLFauNXKzHWE531.jpg","null","70000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","4806","tt0163187","en","Runaway Bride","Ike Graham, New York columnist, writes his text always at the last minute. This time, a drunken man in his favourite bar tells Ike about Maggie Carpenter, a woman who always flees from her grooms in the last possible moment. Ike, who does not have the best opinion about females anyway, writes an offensive column without researching the subject thoroughly.","10.008","/mArpe3yxylGkKO0GOKQVdn1keg7.jpg","[{'id':126,'logo_path':'/kADPanRDkKTxncPXXVahvHPUvCj.png','name':'Lakeshore Entertainment','origin_country':'US'},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':10201,'logo_path':null,'name':'Interscope Communications','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-07-30","309457509","116","[{'iso_639_1':'en','name':'English'}]","Released","Catch her if you can.","Runaway Bride","false","5.9","908" +"false","/MqP7B7mK8UOqXxnqRlBBXxg6Eh.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':36,'name':'History'}]","http://www.hitlershollywood.de/","439988","tt6566624","de","Hitlers Hollywood","Film journalist and critic R??diger Suchsland examines German cinema from 1933, when the Nazis came into power, until 1945, when the Third Reich collapsed. (A sequel to ???From Caligari to Hitler,??? 2015.)","1.12","/YlFqWoN7VmWSRjXQJUHvSD2ikc.jpg","[{'id':32536,'logo_path':'/zVBXUgux1SxaX9LlCtos0MH1q05.png','name':'LOOKS','origin_country':'DE'},{'id':11237,'logo_path':null,'name':'ZDF/Arte','origin_country':'DE'}]","[{'iso_3166_1':'DE','name':'Germany'}]","2017-02-23","0","100","[{'iso_639_1':'de','name':'Deutsch'}]","Released","What does the cinema know what we don't know?","Hitler's Hollywood","false","6","6" +"false","/38zQjBLKJFbKX3ILAPk7DppxqOg.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","","28292","tt0027630","en","Follow the Fleet","When the fleet puts in at San Francisco, sailor Bake Baker tries to rekindle the flame with his old dancing partner, Sherry Martin, while Bake's buddy Bilge Smith romances Sherry's sister, Connie. But it's not all smooth sailing???Bake has a habit of losing Sherry's jobs for her and, despite Connie's dreams, Bilge is not ready to settle down.","2.059","/2YQUMsVNykdmCkOevlQv1aKEa91.jpg","[{'id':6,'logo_path':'/n53F7K9scQWFXYbrCablqLKqJdp.png','name':'RKO Radio Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1936-02-20","0","110","[{'iso_639_1':'en','name':'English'}]","Released","In the Super-Dreadnought of Musical Shows","Follow the Fleet","false","7.2","26" +"false","/2hKYw5kQvW4LK43RJzvM1GG57Tm.jpg","null","0","[{'id':18,'name':'Drama'},{'id':99,'name':'Documentary'}]","http://www.everydayrebellion.net/","253139","tt3391782","en","Everyday Rebellion","A documentary & cross-media project about the creativity of non-violent resistance and modern forms of civil disobedience.","0.814","/k9Pu2h6xBNVbrYdvc13Y8mGUc2H.jpg","[{'id':64330,'logo_path':null,'name':'Golden Girls Filmproduktion','origin_country':''},{'id':52966,'logo_path':null,'name':'Mira Film','origin_country':''}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'AT','name':'Austria'},{'iso_3166_1':'CH','name':'Switzerland'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GR','name':'Greece'}]","2013-11-13","0","118","[{'iso_639_1':'en','name':'English'}]","Released","Democracy is like love. You have to do it every day!","Everyday Rebellion","false","8","6" +"false","/jwQ7QK0u7OcwaLvR2xIuQGWbOyO.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.thetigermovie.com","458414","tt4224754","en","Tiger","A practicing Sikh is banned by the boxing commission for refusing to back down from his religious beliefs. Through racial profiling and stereotypical threats, he does what any strong American would do: fight back.","3.494","/cLa8lCiZyepoRPqAjnOhOvLPuyN.jpg","[{'id':90591,'logo_path':null,'name':'R3M Productions','origin_country':'CA'},{'id':82550,'logo_path':'/t0NLX7opi8JMt4oECEQLMSNmckN.png','name':'Running Tiger Films','origin_country':'CA'},{'id':21071,'logo_path':null,'name':'Starrunner','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-11-30","0","100","[{'iso_639_1':'en','name':'English'}]","Released","Some Fight For Glory, Others Fight For Their Rights.","Tiger","false","9.5","3" +"false","","null","0","[{'id':28,'name':'Action'}]","","466928","tt5471258","en","Penance","Father Eion O'Donnell is unambiguous about the need to use violence to force Britain out of Ireland. He influences a young impressionable boy, Antaine to fight in the 1916 Rising. Fifty years later Antaine arrives in Derry as an experienced gunman. This appearance throws Eoin back to the cause of his breakdown in 1916. Eoin's influence on young Antaine echoes in Antaine's dark influence on an Altar boy, Feidhlim.","3.024","/mwo5qITJYMtfx4Bxa1YgTTigYMm.jpg","[{'id':43914,'logo_path':null,'name':'De Facto Film and Video','origin_country':''}]","[{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-05-01","0","100","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ga','name':'Gaeilge'}]","Released","","Penance","false","6.7","3" +"false","/nUjmO5MP8ATkLF8Pmhlg6l7a8im.jpg","null","20000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","10447","tt0110678","en","No Escape","In the year 2022, a ruthless prison warden has created the ultimate solution for his most troublesome and violent inmates: Absolom, a secret jungle island where prisoners are abandoned and left to die. But Marine Captain John Robbins, convicted of murdering a commanding officer, is determined to escape the island in order to reveal the truth behind his murderous actions and clear his name.","8.526","/d2Q8jXe4dW4YKlemRb7oVlY6Msj.jpg","[{'id':4972,'logo_path':null,'name':'Platinum Pictures','origin_country':''},{'id':1280,'logo_path':null,'name':'Pacific Western','origin_country':'US'},{'id':1755,'logo_path':null,'name':'Allied Filmmakers','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-04-29","15340000","118","[{'iso_639_1':'en','name':'English'}]","Released","No Guards. No Walls.","No Escape","false","6","165" +"false","/pmWc2Xh1GYjUCwSTEZ8dLOAd525.jpg","null","0","[{'id':18,'name':'Drama'}]","https://www.facebook.com/NatsamratTheFilm/?fref=ts","378227","tt5311546","mr","Natsamrat - Asa Nat Hone Nahi","Appa, a veteran theatre actor who has primarily worked in adaptations of Shakespeare's plays, falls upon hard times in his old age.","0.971","/u9UJLgIIkU5mZX7qLB7YSmdFgn4.jpg","[{'id':72432,'logo_path':null,'name':'Great Maratha Entertainment Company India','origin_country':''},{'id':72433,'logo_path':null,'name':'Fincraft Media & Entertainment','origin_country':''}]","[{'iso_3166_1':'IN','name':'India'}]","2016-01-01","0","166","[{'iso_639_1':'mr','name':''}]","Released","The King Of Theatre","Natsamrat","false","9.2","9" +"false","/x0TKNpoYBSoturRVtkgLdC9Y5Nz.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':18,'name':'Drama'}]","","41639","tt1566591","en","Magic & Bird: A Courtship of Rivals","Magic & Bird: A Courtship of Rivals is a 2010 television documentary film broadcast on HBO. The film chronicles the rivalry between Magic Johnson and Larry Bird that begin with the 1979 NCAA Basketball Championship Game and lasted throughout their lengthy, Hall of Fame careers in the NBA. The film makes an argument that without the massive media attention that was placed on the rivalry that Magic and Bird had, the NBA might not have made through the 1980s following the merger with the ABA, among other things.","2.07","/8tEPbrOD7zZ0FJi0oezERrPrk24.jpg","[{'id':6751,'logo_path':'/giPzzhPdiNloiuwo7qLagRn5uGH.png','name':'HBO Sports','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-03-10","0","88","[{'iso_639_1':'en','name':'English'}]","Released","","Magic & Bird: A Courtship of Rivals","false","7.9","10" +"false","/znzKoNTnR4p8K0DvM9TlFMQVTRZ.jpg","null","0","[{'id':80,'name':'Crime'},{'id':27,'name':'Horror'}]","","72086","tt0066141","en","The Night Visitor","An insane Swedish farmer escapes from an asylum to get revenge on his sister, her husband and others.","1.708","/eecW5FK54V7EQIll84wvIqlcRik.jpg","[{'id':13992,'logo_path':null,'name':'Hemisphere Pictures','origin_country':''},{'id':40349,'logo_path':null,'name':'Glazier','origin_country':''}]","[{'iso_3166_1':'SE','name':'Sweden'},{'iso_3166_1':'US','name':'United States of America'}]","1971-02-10","0","106","[{'iso_639_1':'en','name':'English'}]","Released","Locked in the cold asylum of his mind - a sane man stalks his prey...","The Night Visitor","false","6.4","14" +"false","/3neYS5s3FcF8efaaycRSVkjJ4af.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","59930","tt0110137","en","The Inkwell","The Inkwell is about a 16-year-old boy coming of age on Martha's Vineyard in the summer of 1976.","1.641","/uINVYNlnCbSLCkqveGwj7j4oFTf.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-04-22","8880705","110","[{'iso_639_1':'en','name':'English'}]","Released","Summer's Never Been So Much Fun!","The Inkwell","false","5.9","5" +"false","/vEB4DdV2ITRadynZ5vX13fzrmh3.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':18,'name':'Drama'}]","","65610","tt0055308","fr","Pleins feux sur l'assassin","An old count hides just before he dies to annoy his heirs. The heirs search a manor for the count's body and are killed off one by one. Jean-Marie, his fianc??e Micheline, and Edwige investigate the deaths and search for the count's body.","1.065","/4WyOyEpQ2zZRwbjGjR6wYXExxwI.jpg","[]","[{'iso_3166_1':'FR','name':'France'}]","1961-03-31","0","95","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Spotlight on a Murderer","false","7.2","6" +"false","/orNrN8uoFS3OCgQLuXpwVdbzBsj.jpg","null","0","[{'id':10751,'name':'Family'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'}]","","279048","tt0193431","fr","Premier de cord??e","A screen adaptation of the well-known novel by Roger Frison-Roche about the harsh lives of mountain guides and their families in the French Alps, near Chamonix and the French/Swiss/Italian borders... Like his father, Zian Servettaz is a dedicated mountain man. His Italian-born wife Bianca does not adjust well to his mountain village in France, and to the ever life-threatening dangers presented by his mountain guiding and climbing. She briefly returns to Italy and to her family. However, after Zian's insistence and trip to Italy, she returns to mountain life in the French Alps. Once back there, events will unfold, changing their lives as well as those of other mountain people forever.","0.6","/tE3Fu0H3yLWK4IyPTb7JlVTcrnK.jpg","[{'id':26132,'logo_path':null,'name':'??cran Fran??ais','origin_country':''},{'id':220,'logo_path':null,'name':'Path?? Consortium Cin??ma','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'}]","1944-01-01","0","106","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Premier de cord??e","false","6","1" +"false","","null","0","[{'id':99,'name':'Documentary'}]","","480368","tt6177752","en","World of Darkness","An in-depth look into how the World of Darkness and Vampire: The Masquerade created a phenomenon in the 1990's - a zeitgeist that helped shape film, literature, fashion, club culture, and ultimately fans, whose lives it forever altered.","0.6","/hAmNytQlOubMNM3JChoa6mnKxk3.jpg","[]","[{'iso_3166_1':'SE','name':'Sweden'}]","2017-05-11","0","89","[]","Released","","World of Darkness","false","7","1" +"false","","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","391863","tt4591226","en","The Last House","After his girlfriend is kidnapped by a satanic trio of escaped mental patients, a young man must rescue her from a Hollywood home before their sadistic plans can be realized.","0.631","/oicmgxwfJ9GMHrY0enofe2cQv1C.jpg","[]","[]","2015-04-07","0","91","[{'iso_639_1':'en','name':'English'}]","Released","Home is Where the Hate Lives","The Last House","false","1","1" +"false","/9x8F9vuREtbCiseBStxfPxsc3Xb.jpg","{'id':250411,'name':'SuicideGirls Collection','poster_path':null,'backdrop_path':'/35GEcDuPdqOJcpqJfANQqggXd0f.jpg'}","0","[{'id':27,'name':'Horror'}]","http://www.suicidegirls.com/","34845","tt1584733","en","SuicideGirls Must Die!","When twelve nude models for the infamous SuicideGirls.com begin disappearing from a remote cabin, the calendar video they are shooting becomes the first reality horror movie.","0.998","/2pMd3AYEqIFuRYGLPNPALWdgCbd.jpg","[{'id':5493,'logo_path':null,'name':'Suicidegirls Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-03-12","0","96","[{'iso_639_1':'en','name':'English'}]","Released","","SuicideGirls Must Die!","false","3.7","10" +"false","","null","0","[{'id':37,'name':'Western'},{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'}]","","154266","tt0061720","en","Good Times","Sonny and Cher spoof many Hollywood classic movie scenes.","0.763","/38ztQs2pElyDAgemltVpS58asyH.jpg","[{'id':16316,'logo_path':null,'name':'Motion Pictures International','origin_country':''},{'id':3065,'logo_path':'/sJ919bmS8B53hujwbn5eqg6y6G6.png','name':'American Broadcasting Company (ABC)','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1967-05-05","0","91","[]","Released","Sonny & Cher's ONLY motion picture together!","Good Times","false","5.8","4" +"false","/jm9XtLfQkDSzXcAej7R8SaUY60Q.jpg","null","2000","[{'id':27,'name':'Horror'}]","http://redserial.com/bunni.htm","390249","tt3323588","en","Bunni","Following a Halloween party, an attractive girl and her friends must fight to escape the nightmarish dwelling of a twisted killer with a dark secret.","0.657","/m4u6IgshIbS4BeyVObjzxxC439t.jpg","[{'id':111832,'logo_path':null,'name':'Red Serial Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-09-14","0","75","[{'iso_639_1':'en','name':'English'}]","Released","Don't Keep Mother Waiting","Bunni","false","2","2" +"false","/ltKOlYoilem816Y4d41W4PipHQb.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'},{'id':18,'name':'Drama'}]","","409056","tt3619070","en","Along Came the Devil","After a troubled childhood, Ashley searches for a connection, and unknowingly invites in a demonic force, which leaves her loved ones fighting for her soul.","5.612","/rZnGm2jmOWhNtFKn2Gj9zwdkTZs.jpg","[{'id':79899,'logo_path':null,'name':'DeVan Clan Productions','origin_country':''},{'id':44632,'logo_path':'/neCKH4sJCBhZ1B4QocTM4VXCQOR.png','name':'Gravitas Ventures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-08-10","0","","[{'iso_639_1':'en','name':'English'}]","Released","","Along Came the Devil","false","5","14" +"false","/2GHn6PB50B6lZG2cYe6iyEYed6.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.hallmarkmoviesandmysteries.com/karen-kingsburys-a-time-to-dance","392628","tt4698740","en","Karen Kingsbury's A Time to Dance","John and Abby Reynolds are a married couple who have been together since their days as high school sweethearts - when John was a football hero and Abby dreamed of becoming a writer.","0.857","/7j36Q88GdEWUcKt4MTqAZ6AXD2Q.jpg","[]","[]","2016-05-15","0","84","[{'iso_639_1':'en','name':'English'}]","Released","","Karen Kingsbury's A Time to Dance","false","3.5","6" +"false","/lneEygp7witwM9VzOtReEuNY7KA.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","447617","tt3804448","en","House of Afflictions","It has been years since Kate produced her last novel which was due to the tragedy her daughter's disappearance.Kate decides to take up residence in another house to try to start a new novel..However she begins experiencing paranormal occurrences, has Julia come back? or is there something more sinister lurking in the house....","0.71","/qIWdsKFs9TUjBP2990pd37x6MWM.jpg","[{'id':76340,'logo_path':null,'name':'Mr Stitch Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-04-06","0","95","[]","Released","","House of Afflictions","false","8","2" +"false","/emfPaMJKAo79CtWNUesoRHJcIOC.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':10770,'name':'TV Movie'}]","","56787","tt0071186","en","Bad Ronald","A shy teenager accidentally kills a mocking peer, and his mother helps him hide in a spare room in their house. Problems arise when the mother goes for an operation and dies, and the house is sold to a new family, with the teen still living inside.","2.021","/fgkctYm9740oGWO4f030mvxSTD0.jpg","[{'id':898,'logo_path':'/pBh5kde6mhGEMglYLwCdFnqK5zh.png','name':'Lorimar Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1974-10-23","0","74","[{'iso_639_1':'en','name':'English'}]","Released","The Wood family doesn't know it. But the old house they've just bought is already occupied... by a psychopathic killer.","Bad Ronald","false","6.3","25" +"false","","null","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","97544","tt0251005","en","Carnivore","A government experiment goes totally wrong as a creature confined in a hidden lab inside and abandoned house escapes. Afterwards, some teens show up to have a little fun in the house, not knowing that the beast is loose and watching them.","1.391","/tklZqVj0YcrdDhOewfWBJsUnnN.jpg","[]","[]","2000-01-01","0","80","[{'iso_639_1':'en','name':'English'}]","Released","First you bleed...then the terror begins.","Carnivore","false","4.7","6" +"false","/A864kHaKf7wPvRJTOqlbD3AsGOy.jpg","null","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","176915","tt1927012","de","Dead Shadows","Dead Shadows tells the terrifying story about a young man, Chris, whose parents were brutally killed 11 years ago, on the same day that the comet of Haley could be seen from earth. Tonight, a new comet is going to appear and everyone in Chris???s building are getting ready for a big apocalypse party to celebrate the event. As the night falls, Chris starts to discover that people are acting strange and it seems to somehow be connected to the comet. People are becoming disoriented and violent and it doesn???t take long before they start mutating into something from beyond this world.","1.114","/gDA6FQSvBPKnlYagKl93ZQNZLqu.jpg","[{'id':13572,'logo_path':null,'name':'DC Medias','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'}]","2012-09-09","0","75","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Dead Shadows","false","3.6","17" +"false","/4MTXjdpNa5C9rJvu4aNlUDWIC0n.jpg","null","2500000","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':10749,'name':'Romance'}]","","47540","tt0337656","en","Keep Your Distance","In the perfectly normal town of Louisville, KY, there is a perfectly normal man living the perfect life. David Dailey is a man who has it all: A great career, a community that adores him, and an enduring marriage. But beneath the surface, David's idyllic world is crumbling. He's haunted by a series of mysterious notes that warn of an imminent fall from grace...","1.642","/c2y37XH9xCOJxQnjqRlMpJuPTDp.jpg","[{'id':73335,'logo_path':null,'name':'Lunacy Unlimited Productions','origin_country':'US'},{'id':73336,'logo_path':null,'name':'Blue & Grey Film Ventures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-09-02","0","94","[{'iso_639_1':'en','name':'English'}]","Released","Everyone you trust has the power to betray you.","Keep Your Distance","false","4.1","6" +"false","/2cs5K1o2qqGJc55zAHXENdkMwUx.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","","18651","tt0031983","en","The Story of Vernon and Irene Castle","In 1911, minor stage comic, Vernon Castle meets the stage-struck Irene Foote. A few misadventures later, they marry and then abandon comedy to attempt a dancing career together. While they're performing in Paris, an agent sees them rehearse and starts them on their brilliant career as the world's foremost ballroom dancers. However, at the height of their fame, World War I begins.","2.267","/3eb7TtDyU0EtiOP0c7nJD8dXbse.jpg","[{'id':6,'logo_path':'/n53F7K9scQWFXYbrCablqLKqJdp.png','name':'RKO Radio Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1939-03-29","0","93","[{'iso_639_1':'en','name':'English'}]","Released","","The Story of Vernon and Irene Castle","false","7.1","21" +"false","/o9uN5YcpbBHTXCJm7omo4BCUrQi.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","","42006","tt0093206","zh","?????????","An old leper who owned a remote sorghum winery dies. Jiu'er, the wife bought by the leper, and her lover, identified only as ""my Grandpa"" by the narrator, take over the winery and set up an idealized quasi-matriarchal community headed by Jiu'er. When the Japanese invaders subject the area to their rule and cut down the sorghum to make way for a road, the community rises up and resists as the sorghum grows anew.","5.049","/2CP2eazEBKJ3njm4HM63pMfs5tW.jpg","[{'id':4582,'logo_path':null,'name':'Xi'an Film Studio','origin_country':''}]","[{'iso_3166_1':'CN','name':'China'}]","1987-01-01","0","91","[{'iso_639_1':'zh','name':'?????????'}]","Released","","Red Sorghum","false","7","65" +"false","/oIrAtnRnQYA2elOZAOMXzimymGy.jpg","{'id':338282,'name':'Single White Female Collection','poster_path':'/w5GFkSMCE3GBnPL9ivP5qTLbdp2.jpg','backdrop_path':'/qi5hgdgYBrwEV9AJOzeF47zET9V.jpg'}","16000000","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","9605","tt0105414","en","Single White Female","Attractive Manhattanite Allison Jones has it all: a handsome beau, a rent-controlled apartment, and a promising career as a fashion designer. When boyfriend Sam proves unfaithful, Allison strikes out on her own but must use the classifieds to seek out a roommate in order to keep her spacious digs.","11.164","/3PH1tWrCAtAb7ws5BNYN9j0DnxN.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-08-14","48017402","107","[{'iso_639_1':'en','name':'English'}]","Released","Living with a roommate can be murder.","Single White Female","false","6.2","229" +"false","/gmT5ZOHmFHSICuEyugGcgabGCQ.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'},{'id':28,'name':'Action'}]","https://www.pangofilms.com/cut-shoot-kill","436369","tt5667696","en","Cut Shoot Kill","Serena Brooks, an ambitious young actress, signs on as the star of a horror film with a crew of backwoods filmmakers that have worked together for years. When the cast starts disappearing, Serena has to become her character if she wants to survive.","2.223","/xDJAZWq7kS1G6eps4oJCKOgutHU.jpg","[{'id':85693,'logo_path':null,'name':'Pango Films','origin_country':'US'},{'id':85694,'logo_path':null,'name':'Call Sheet Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-08-08","0","98","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","","Cut Shoot Kill","false","5.7","11" +"false","/pp73sG6NYOigXnWevGiC8ud4gez.jpg","null","0","[{'id':27,'name':'Horror'}]","","402516","tt5636234","en","Sharkenstein","In the final days of World War II, a secret experiment to weaponize sharks is shut down and destroyed by the Third Reich. But now, 60 years later, a small ocean town is plagued by a bloodthirsty, mysterious creature, one built and reanimated using parts of the greatest killers to ever inhabit the sea ??? the Sharkenstein monster!","2.133","/iQNPbaObGZD4w9Pmy4Vssmxp9zi.jpg","[]","[]","2016-08-01","0","75","[{'iso_639_1':'en','name':'English'}]","Released","","Sharkenstein","false","2.4","10" +"false","/oM0z3WV3DKM52BK6sIWZExQXJEE.jpg","null","0","[{'id':27,'name':'Horror'}]","","440486","tt4230192","en","Reel Nightmare","Three beautiful, vengeful witches awakened by an ancient book, the Necronomicon, bring production of a film in their old family home to a deadly halt.","0.972","/iNMM6v6RL6Wb4n4sLnc73xIbjEY.jpg","[]","[]","2017-02-07","0","78","[]","Released","","Reel Nightmare","false","6","3" +"false","/uxddzfRfnASfB5lz7hJDRm2VYIF.jpg","null","0","[{'id':27,'name':'Horror'}]","https://www.demonsmovie.com","479746","tt6175486","en","Demons","Celebrated fiction writer and former priest, Colin Hampstead, and his wife, Kayleigh, are tormented by the ghost of her late sister, as the details of her grisly death are slowly uncovered.","1.16","/cIROisS4lZZTsoykty128bGiXPw.jpg","[]","[]","2017-10-06","0","105","[{'iso_639_1':'en','name':'English'}]","Released","Hell is empty. The devil is here!","Demons","false","5.4","16" +"false","","null","0","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","http://www.petermanfilm.com/","333809","tt3009530","en","Peterman","The death of his safe cracking grandfather has landed Johnny as the only one left alive who can open a safe for a degenerate crew of violent gangsters,but he's just a junkie with little more on his mind than getting that next fix.","0.6","/kLoftoFENUBi79aspc5Nxxqh4Rp.jpg","[{'id':64095,'logo_path':null,'name':'Talent Films','origin_country':''},{'id':51741,'logo_path':null,'name':'Control Films','origin_country':''},{'id':64096,'logo_path':null,'name':'Safe The Movie Ltd','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-04-01","0","91","[{'iso_639_1':'en','name':'English'}]","Released","You Can't Escape The Family Firm","Peterman","false","6.3","2" +"false","/w7fJCmPXtDo7Pd4XR6C7JTtGVaw.jpg","null","0","[{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'}]","","293188","tt2319781","en","Blue Hole","A madman claims that an eerie pond, near a cabin in the woods, can bring back the dead. Inspired by a true story and a real place in New Jersey.","1.305","/2zxh6O1wxFOVAyrX9GjUof4Mjrx.jpg","[]","[]","2012-01-01","0","12","[{'iso_639_1':'en','name':'English'}]","Released","","Blue Hole","false","3.7","3" +"false","/ngrFnbtZjEvDvvbwLBHQ05kbt6Q.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","435036","tt5922124","en","A Crooked Somebody","An attention-seeking psychic is kidnapped and tries to use the situation to boost his popularity.","1.871","/76NV3YDkGutCOyp6hPTV6xMS6NP.jpg","[{'id':27497,'logo_path':'/1QuLulTFEynrZnFsogW0UefcKYC.png','name':'Star Thrower Entertainment','origin_country':'US'},{'id':76315,'logo_path':null,'name':'Synergics Films','origin_country':'US'},{'id':90999,'logo_path':'/fvFryW0HGSIRRtI2hN0hOpTnmhO.png','name':'Storyboard Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-05","0","102","[{'iso_639_1':'en','name':'English'}]","Released","Better to be an honest nobody than a crooked somebody.","A Crooked Somebody","false","8","2" +"false","","null","0","[{'id':27,'name':'Horror'}]","","445218","tt6388844","en","Swamp Freak","Six college students go into the wetlands to find their missing professor after he takes off in search of the mythical and deadly monster known as the 'Swamp Freak.'","0.67","/ofzWzp4a3g0IV5Yk4IOMb9EZkAX.jpg","[{'id':4881,'logo_path':null,'name':'Rapid Heart Pictures','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2017-01-01","0","75","[{'iso_639_1':'en','name':'English'}]","Released","Freak of nature","Swamp Freak","false","5.5","2" +"false","","null","0","[{'id':53,'name':'Thriller'}]","","136075","tt1332009","en","Something Evil Comes","When a young lawyer is murdered to cover up a dangerous corporate secret, his sister must face off against the ruthless killer sent to finish the job. Trapped by a severe thunderstorm in her family's secluded estate manor, she and a handful of friends must fight to survive nature's assault and that of the killer sent to silence them all for good.","0.6","/wFHnWufWTttOunBgob48evCgtno.jpg","[]","[{'iso_3166_1':'CA','name':'Canada'}]","2009-09-03","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Something Evil Comes","false","0","0" +"false","/1sTBaaTsTXIO7haBc9Syp7lOMEr.jpg","null","0","[{'id':99,'name':'Documentary'}]","","499161","tt7962890","es","Viaje a los pueblos fumigados","A Journey to the Fumigated Towns is the final episode made by Fernando Solanas in a series of 8 films dedicated to the Argentinian???s crisis in the 21st century. Based on testimonies, re-creations, archives and photos, this investigative documentary reveals not only the after-effects of the soya???s model and other GMO???s grain productions with agrochemicals, on the health of the Argentinian people, but also the global and environmental consequences.","4.4","/qTmdj1hfeavXH6u6s2LoYGvRm30.jpg","[]","[]","2019-04-10","0","97","[{'iso_639_1':'es','name':'Espa??ol'}]","Released","","A Journey to the Fumigated Towns","false","0","2" +"false","/90Vk1RuNt5hdufI0J1IGDRfx9S6.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","451925","tt6769280","en","Time Freak","Stillman, a heartbroken physics student, builds a time machine when his girlfriend breaks up with him. Going back in time, he attempts to save their relationship by fixing every mistake he made???while dragging his best friend along in the process.","11.759","/zJ5KIf3dvkoXpAd4WVusW0LjPGt.jpg","[{'id':72725,'logo_path':null,'name':'QC Entertainment','origin_country':'US'},{'id':112953,'logo_path':null,'name':'Rhodes Entertainment','origin_country':''},{'id':112954,'logo_path':null,'name':'Beach Pictures','origin_country':''},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-11-09","0","104","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","If at first you don't succeed, build a time machine.","Time Freak","false","6.3","84" +"false","/eql211FApHZOwCkrBQeymSGnXta.jpg","null","0","[{'id':18,'name':'Drama'}]","https://www.sadiefilm.com","502124","tt6504868","en","Sadie","While her father is away serving in the military, Sadie battles to preserve his place on the home front when her mother takes an interest in the newest resident at the Shady Plains Trailer Park.","2.7","/mUotm2aDdmQAKWDfr7tKmchvo4u.jpg","[{'id':94996,'logo_path':null,'name':'Pressing Pictures','origin_country':'US'},{'id':111370,'logo_path':null,'name':'Electric Dream Factory','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-12","0","97","[{'iso_639_1':'en','name':'English'}]","Released","Pick Your Battles","Sadie","false","7.6","6" +"false","/tT59Hcfj4Jb3qlTsJDuT0Sn7COl.jpg","null","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':36,'name':'History'}]","https://www.netflix.com/title/80190859","454227","tt6679794","en","Outlaw King","Forced into exile by the English after being crowned King of Scotland, legendary warrior Robert the Bruce fights to reclaim the throne.","13.638","/rT49ousKUWN3dV7UlhaC9onTNdl.jpg","[{'id':10039,'logo_path':'/b8w4LldQolMKiLZw4FQJBcXSDGI.png','name':'Anonymous Content','origin_country':'US'},{'id':53874,'logo_path':'/dolR4ahgeJscA5MtVONroxIU1pS.png','name':'Sigma Films','origin_country':'GB'},{'id':111127,'logo_path':null,'name':'Clockwork Sessions','origin_country':''},{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2018-11-09","0","122","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Based on the untold true story","Outlaw King","false","7","558" +"false","/m9voXhtc1BM2Opa07co9iNQQHEA.jpg","null","0","[{'id':35,'name':'Comedy'}]","http://lezbombmovie.com","526034","tt3496790","en","Lez Bomb","A still closeted young woman brings her girlfriend home for Thanksgiving, only to have her coming out efforts thwarted by the unexpected arrival of her male roommate.","2.461","/8ZpJgbgvA3OnbEu177YhvWsFwhb.jpg","[{'id':92336,'logo_path':'/6Xc60wER3i1DfIBzIK1Ot7aI0EC.png','name':'Sprockefeller Pictures','origin_country':'US'},{'id':111197,'logo_path':'/bZYwCnrXJYOAbbzoMGl0TjKq8A1.png','name':'Fair Lila Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-11-09","0","91","[{'iso_639_1':'en','name':'English'}]","Released","This holiday, she's dropping some big news.","Lez Bomb","false","7.3","13" +"false","/urNu24LU7S0nlMewRjMEmWeGatj.jpg","null","0","[{'id':10749,'name':'Romance'}]","","448447","tt6676028","en","In a Relationship","Long-term couple Owen and Hallie are breaking up???or maybe not????and just as their relationship reaches a turning point, Matt and Willa embark on a romance of their own.","5.037","/gStQtKWyHxEnLUrKNPHcs4DpbRK.jpg","[{'id':59822,'logo_path':'/qxdRHefrhIL4duuMPkkMzGjwSsK.png','name':'PSH Collective','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-11-09","0","92","[{'iso_639_1':'en','name':'English'}]","Released","Two Couples. One Summer.","In a Relationship","false","6.6","18" +"false","/3K3Hi9CAkHEIGqpPljFREkxukya.jpg","null","0","[{'id':35,'name':'Comedy'}]","","560760","tt7952840","en","The Pastor and the Pro","A young, single pastor needs a date for a church dinner, so he hires his neighbor next door, who works as a prostitute, to accompany him. As she becomes more entangled in his life, her demands become more outrageous. Now he must navigate a moral minefield as he uses the unholy alliance to advance his ministry career. And things get more complicated when he starts to fall in love with her. A comedy about people who desperately want to convert each other.","1.999","/c4pHk8IG5k1cNuutlHpNv8gMH6T.jpg","[{'id':111189,'logo_path':null,'name':'Matthew Wilson Production','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-11-09","0","78","[{'iso_639_1':'en','name':'English'}]","Released","Pastor Jacob needed a date. So he hired one.","The Pastor and the Pro","false","6.5","2" +"false","/phg593BE4JoAPwDGuek07KvbonY.jpg","null","0","[{'id':53,'name':'Thriller'}]","","548754","tt5843780","en","River Runs Red","When the son of a successful judge is killed by two police officers and the system sets them free, a hardened veteran detective finds some incriminating files on the officers and the judge teams up with another mourning father to take the law into his own hands.","6.059","/8GsHFBf8uIZ5thXCGqKer9OOKkQ.jpg","[{'id':72145,'logo_path':'/tCPvGuQkkxuchvEkmcMD7olPlgD.png','name':'Sweet Unknown Studios','origin_country':'US'},{'id':110811,'logo_path':null,'name':'Optimad Entertainment Media','origin_country':''},{'id':3870,'logo_path':null,'name':'Premiere Picture','origin_country':''},{'id':112039,'logo_path':null,'name':'Project Z Entertainment','origin_country':''},{'id':112040,'logo_path':null,'name':'Starring Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-11-09","0","94","[{'iso_639_1':'en','name':'English'}]","Released","Vengeance is the Only Justice","River Runs Red","false","4.6","16" +"false","/tkkxL0ycG0qKMUGSAUmrSNZdciu.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","","484355","tt6069162","en","Here and Now","A singer in New York gets a grim diagnosis that puts her life and dreams into perspective.","4.833","/j0Kr99KebJUSlNMtVruC0fN2hUf.jpg","[{'id':5056,'logo_path':'/kADFcjL04xe5HGBnlLjbfhliS2a.png','name':'Head Gear Films','origin_country':'GB'},{'id':59593,'logo_path':null,'name':'AMBI Group','origin_country':''},{'id':79896,'logo_path':null,'name':'Pretty Matches Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-11-09","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Here and Now","false","5","15" +"false","","null","0","[{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'}]","","467241","tt6136188","pt","9 doigts","In the middle of the night, Magloire is smoking a cigarette in an abandoned train station when the police shows up for an ID check. He starts running with no luggage, no future until he meets a dying man from whom he inherits a fortune. Magloire is now pursued by a gang. He becomes their hostage, but accomplice too. As he doesn???t anything to lose. Like someone who gets away with everything, someone with no expectations???","0.608","/ytsoAQDSenRt0Gaztw2pkDS2JbR.jpg","[{'id':77199,'logo_path':null,'name':'10:15! Productions','origin_country':''},{'id':43229,'logo_path':null,'name':'Oss / 100 Films & Documents','origin_country':''},{'id':9020,'logo_path':null,'name':'O Som e a F??ria','origin_country':'PT'}]","[{'iso_3166_1':'PT','name':'Portugal'},{'iso_3166_1':'FR','name':'France'}]","2017-08-08","0","99","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","","9 Fingers","false","8.3","4" +"false","/1TeSvsOIPPLRnxxBPU1pHjnlVFi.jpg","null","0","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'}]","","469036","tt6147514","no","VampyrVidar","A Christian farmer searching for a higher purpose to life, falls into sin and wakes up as the Prince of Darkness in the city of Stavanger, Norway.","1.109","/kYhwA7kJOF8OTXT7ZOtCqN2Z29L.jpg","[]","[{'iso_3166_1':'NO','name':'Norway'}]","2017-08-23","0","83","[{'iso_639_1':'no','name':'Norsk'}]","Released","","Vidar the Vampire","false","5.8","4" +"false","/9YCFiBvwWNM1khCAeqp68TIlcLI.jpg","null","520000","[{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","","28288","tt0025164","en","The Gay Divorcee","Guy Holden falls for Mimi Glossop without knowing she's married. She's trying to get a divorce, so her dizzy aunt and incompetent lawyer hire a professional correspondent to pose as her lover. When Guy unknowingly gives Mimi the code phrase, she then thinks he's the faux beau???and she confuses his genuine interest for part of the act.","3.102","/i6NE0s2NSGi2vPbiJGzz5Dk2aMa.jpg","[{'id':6,'logo_path':'/n53F7K9scQWFXYbrCablqLKqJdp.png','name':'RKO Radio Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1934-10-12","0","107","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","The King and Queen of 'Carioca'","The Gay Divorcee","false","7.6","40" +"false","/6McB31QzdUKg0OhF23k3P57VGTt.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","23210","tt0108149","en","Six Degrees of Separation","The story of a young, gay black con artist who, posing as the son of Sidney Poitier, cunningly maneuvers his way into the lives of a white, upper-class New York family.","5.824","/uBbjfRWu5Z9YbzC1LyvA0o1DeyZ.jpg","[{'id':10104,'logo_path':'/hNuGhsKVlmhnwSRcmOejDBDjh6w.png','name':'New Regency Pictures','origin_country':'US'},{'id':36889,'logo_path':null,'name':'Maiden Movies','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-12-08","0","112","[{'iso_639_1':'en','name':'English'}]","Released","For Paul, every person is a new door to a new world.","Six Degrees of Separation","false","6.5","124" +"false","/cBKKJbozwFs7Yu9DFeHVCRsUCe2.jpg","null","0","[{'id':27,'name':'Horror'}]","","559994","tt8041922","en","Watch If You Dare","What many are saying is the most disturbing film of 2018, Watch if you Dare revolves around a series of horrifying incidents. If you press play, look away ;)","3.09","/2hk3WiX9jPZD2pSemEvntw78QJx.jpg","[]","[]","2018-11-08","0","","[{'iso_639_1':'en','name':'English'}]","Released","","Watch If You Dare","false","3","3" +"false","/RV9IqkDtCrjdagAPW587P6cTNm.jpg","null","0","[{'id':36,'name':'History'},{'id':27,'name':'Horror'}]","","467239","tt4898730","en","Temple","Three American tourists follow a mysterious map deep into the jungles of Japan searching for an ancient temple. When spirits entrap them, their adventure quickly becomes a horrific nightmare.","4.264","/AjG0N5uWAWfF4HlYT2feb7tnFHo.jpg","[{'id':94458,'logo_path':null,'name':'Toneplus Animation Studios','origin_country':''},{'id':11610,'logo_path':null,'name':'Absurda','origin_country':''},{'id':92702,'logo_path':null,'name':'Hooked Digital Media','origin_country':''},{'id':92703,'logo_path':null,'name':'Hemisphere Motion Picture Partners','origin_country':''}]","[{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'US','name':'United States of America'}]","2017-09-01","0","78","[{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'en','name':'English'}]","Released","","Temple","false","4","84" +"false","","null","0","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'}]","","560034","tt7625712","en","Pocketman and Cargoboy","Teenage secret agents must travel to the past and stop an evil doctor from creating a virus that wipes out all life in the future.","2.054","/8MzviwR6DfdCt0izHbj0DKtKZ1p.jpg","[]","[]","2018-10-12","0","87","[]","Released","","Pocketman and Cargoboy","false","10","2" +"false","/o7Y2VEL1irDOzBHaUBCUowWgs33.jpg","{'id':189157,'name':'Love in a... Collection','poster_path':'/s5EHI9eIro1U3McnppjDoEK7FJK.jpg','backdrop_path':null}","0","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","http://www.facebook.com/LoveOffTheCuff/","447954","tt5956006","cn","???????????????","Shawn Yue and Miriam Yeung reprise their popular roles as a star-crossed couple who strive to stay together happily ever after, only to find their already precarious relationship further strained, when Jimmy???s childhood friend asks him to donate sperm, and Cherie is troubled by the re-marriage of her father.","2.279","/trxSr4lDS68vRUGIyde13F8zmP1.jpg","[{'id':20542,'logo_path':null,'name':'Sun Entertainment Culture','origin_country':''},{'id':2884,'logo_path':null,'name':'Media Asia Film','origin_country':''},{'id':4053,'logo_path':null,'name':'Enlight Pictures','origin_country':''}]","[{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'HK','name':'Hong Kong'}]","2017-04-27","0","119","[{'iso_639_1':'cn','name':'????????? / ?????????'}]","Released","","Love Off the Cuff","false","7","13" +"false","/g0a8z7hfr5QdhQMWst7hGFwqtcy.jpg","{'id':189157,'name':'Love in a... Collection','poster_path':'/s5EHI9eIro1U3McnppjDoEK7FJK.jpg','backdrop_path':null}","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","105680","tt2238839","cn","???????????????","When old flames reunite, will it be second time's the charm or a case of once bitten twice shy? Jimmy and Cherie, two ex-lovers from Hong Kong, cross paths in Beijing and can't seem to forget each other, despite being involved with someone else. Torn between fidelity towards their new partners or following their hearts, they explore the struggles, doubts and fears that exist among modern young couples","2.293","/xTVqndmsHc3PzZ0nmVER5SsRqTs.jpg","[]","[{'iso_3166_1':'HK','name':'Hong Kong'}]","2012-03-29","0","112","[{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'cn','name':'????????? / ?????????'}]","Released","","Love in the Buff","false","6.8","20" +"false","/3quTTfM8DW5uErJmoq70beJH6k5.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","175291","tt2389182","en","Cheap Thrills","Recently fired and facing eviction, a new dad has his life turned upside down when he meets a wealthy couple who offer a path to financial security... but at a price.","5.171","/183jUshuMLtEBo6bf9q2VBISjQy.jpg","[{'id':7787,'logo_path':null,'name':'Snowfort Pictures','origin_country':''},{'id':5124,'logo_path':null,'name':'New Artists Alliance','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-03-08","0","85","[{'iso_639_1':'en','name':'English'}]","Released","Get ready for the night of your life","Cheap Thrills","false","6.4","209" +"false","/jtxzyEk8T1E9f6Hw8FGjenXfBkN.jpg","null","4000000","[{'id':28,'name':'Action'}]","","17466","tt0099385","en","Death Warrant","The Canadian policeman Louis Burke is assigned in a jail to investigate the murders of prisoners and jailors. When in jail, Louis, using his outstandings martial arts skills, is able to save his life and make himself respected in that violent world. At least, helped by two another prisoners, he succeded in finding the truth about the dreadful crimes. In a violent and corrupt prison, decorated cop Louis Burke must infiltrate the jail to find answers to a number of inside murders. What he finds is a struggle of life and death tied in to his own past.","7.332","/9v2TpOuuneETKHgovuQ1KcVfNVN.jpg","[{'id':1178,'logo_path':null,'name':'Path?? Pictures International','origin_country':'GB'},{'id':1444,'logo_path':'/5jvFLUVXGXxkyszL9cqJN5hNhJ6.png','name':'Cannon Group','origin_country':'US'},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","1990-09-14","16853487","93","[{'iso_639_1':'en','name':'English'}]","Released","","Death Warrant","false","5.5","196" +"false","/vURPmPVC4TrGzxFERvoZjgjXQG1.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","555845","tt7600294","en","Burnt Offering","As four teenage graffiti artists run from the police, they hide in an old abandoned schoolhouse. They quickly discover that someone else is already using the building for their own dark purposes.","1.959","/aYC0ndrcLQTnA5LNIZ564ccBlsy.jpg","[{'id':111091,'logo_path':null,'name':'Blackhall Entertainment Ventures','origin_country':''},{'id':111092,'logo_path':null,'name':'Barred Owl Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-09","0","73","[{'iso_639_1':'en','name':'English'}]","Released","Evil Comes in Many Forms...","Burnt Offering","false","4.5","2" +"false","","null","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'}]","","496985","tt3098998","en","Psychophonia","When a women's husband is brutally murdered and casterated, she enlists the help of a paranormal expert to analyze strange phone calls from his phone and her investigations lead her to a group of swingers that expose her husband's double life.","0.6","/hNl7P53qm28lDwv10Uc1gB25lmP.jpg","[]","[]","2016-10-07","0","75","[]","Released","","Deadly Signal","false","3","2" +"false","/5EZ5qVC5yRIEmdEKuRSDjjhW1Cp.jpg","{'id':55422,'name':'Peter Pan Collection','poster_path':'/t0mINaIut2aDKdGseQtC7UcbRNW.jpg','backdrop_path':'/AnhKboZjfeGuHI6qg7pp9RCesTF.jpg'}","20000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","","16690","tt0280030","en","Return to Never Land","In 1940, the world is besieged by World War II. Wendy, all grown up, has two children; including Jane, who does not believe Wendy's stories about Peter Pan.","11.25","/b5IyizEBveh2ZE2SEo9O4sJ4CHi.jpg","[{'id':3475,'logo_path':'/jTPNzDEn7eHmp3nEXEEtkHm6jLg.png','name':'Walt Disney Television Animation','origin_country':'US'},{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2002-02-14","109862682","72","[{'iso_639_1':'en','name':'English'}]","Released","The Classic Continues","Return to Never Land","false","6.2","685" +"false","/tXnK9epwqiYHKqmFvewRO898F4n.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':10749,'name':'Romance'}]","","29077","tt0088851","en","The Bride","Sting is Doctor Frankenstein in this remake of the old classic film Bride of Frankenstein. After years of research, the doctor finally succeeds in creating the perfect woman, who gets the name ""Eva"".","2.232","/kKhYmvxiOKuuETE3Yqgz8fo0xgA.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':35061,'logo_path':null,'name':'Colgems Productions Ltd.','origin_country':'GB'},{'id':110813,'logo_path':null,'name':'Lee International Studios','origin_country':'GB'},{'id':3088,'logo_path':null,'name':'Delphi III Productions','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1985-08-16","3558669","114","[{'iso_639_1':'en','name':'English'}]","Released","Here Comes . . .The BRIDE","The Bride","false","5.1","32" +"false","/kWboZwOFOEATp0Q6nbUh9o5K714.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://focusfeatures.com/pope-francis-a-man-of-his-word","505205","tt6915100","en","Pope Francis: A Man of His Word","Pope Francis responds to questions from around the world, discussing topics including ecology, immigration, consumerism and social justice.","4.341","/4pGMnjyebbDY33AkWqaJbvC5eEo.jpg","[]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'CH','name':'Switzerland'},{'iso_3166_1':'VA','name':'Holy See'}]","2018-05-18","2423465","96","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","Hope is a universal message.","Pope Francis: A Man of His Word","false","7.6","22" +"false","/hRIWza0mi7myTxZWq7I5GoBWFd1.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'}]","http://www.theveilfilm.com/","393306","tt3343868","en","The Veil","Set in a war-torn land where tribal factions live in fear of annihilation, the film tells the story of a deadly warrior leading a destructive war campaign. When he is betrayed by his own and left for dead, he is healed by a mysterious princess and taken in by a hidden tribe that believes he was chosen to wage a final battle.","3.004","/pAQ9ovHthGEWv61DKil8GjQeEcP.jpg","[{'id':92011,'logo_path':null,'name':'Brent Ryan Green Films','origin_country':''},{'id':34233,'logo_path':null,'name':'Toy Gun Films','origin_country':''},{'id':75647,'logo_path':null,'name':'Native Warrior','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-01-19","0","86","[{'iso_639_1':'en','name':'English'}]","Released","The prophecy chose him to lead the last battle","The Veil","false","4.1","42" +"false","/k2Q0ma55NK8nshooakwnIHZFSPn.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","42735","tt0059106","en","Fanatic","A young woman is terrorized by her fiance's demented mother who blames her for her son's death.","1.758","/ijce8AeNeKnekWgi6qQEYUNSlw4.jpg","[{'id':1314,'logo_path':'/gQBluDqe6dc2ZdzfJbabEHoSGoG.png','name':'Hammer Film Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1965-03-21","0","97","[{'iso_639_1':'en','name':'English'}]","Released","She's One Mean Mother-in-Law!","Die! Die! My Darling!","false","6.4","16" +"false","/iWf7l6O4KXNxEMLt8Wz0cHjMttZ.jpg","null","0","[{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'}]","http://seat25.com/","462440","tt5908294","en","Seat 25","Faye Banks is lost in a world in which she doesn???t belong. When her imagination leads her to enter a competition to win a one way ticket to Mars, the consequences will change her life forever.","1.388","/7PuWnZhNZ1NNDW8pv29MgozNXwq.jpg","[{'id':110978,'logo_path':null,'name':'Lagom Pictures','origin_country':''},{'id':110979,'logo_path':null,'name':'Red Kite Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-10-20","0","84","[{'iso_639_1':'en','name':'English'}]","Released","What happens when you win a one-way ticket to Mars?","Seat 25","false","5.2","5" +"false","/bifGjXrX7aPUGHLXgUnvwweiDAs.jpg","null","0","[{'id':27,'name':'Horror'}]","","503751","tt6598072","en","The Ranger","Teen punks, on the run from the cops and hiding out in the woods, come up against the local authority???an unhinged park ranger with an axe to grind.","3.929","/Q7ajnTVWtvecqHVYaRfSYFH78d.jpg","[{'id':89268,'logo_path':null,'name':'Hood River Entertainment','origin_country':''},{'id':1360,'logo_path':null,'name':'Glass Eye Pix','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-03-12","0","77","[{'iso_639_1':'en','name':'English'}]","Released","Each year, millions visit our national parks. Not everyone gets to leave.","The Ranger","false","4.8","20" +"false","/vJnf51ISZs7rJmleqvrDGteXj1l.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","559982","tt5117106","en","Get The Sucker Back","After a couple of unfortunate events, all Rachel wants is a place to lick her wounds; only to discover her Grammy has been conned. As options run out to save Grammy's home from foreclosure, Rachel is forced to take matters into her hands. The only problem is; does this naive eccentric have what it takes to con a con?","1.4","/bnh76jTVvOsLs247TA6pYR1TjmC.jpg","[]","[]","2018-08-24","0","93","[]","Released","","Get The Sucker Back","false","0","0" +"false","/wAVR3pb00GJpcVe8lXE6oJBqMZV.jpg","{'id':138965,'name':'The Mummy (Hammer) Collection','poster_path':'/af1bhgDimwzySCGV6tPz2aZJagR.jpg','backdrop_path':'/iLmCaLaw9Tn8JeFtUbhlaNVFcga.jpg'}","0","[{'id':27,'name':'Horror'}]","","39044","tt0057986","en","The Curse of the Mummy's Tomb","Those who have interfered with the Tomb of Ra-Antef are in terrible danger. Against expert advice, American showman and financial backer of the expedition, Alexander King, plans a world tour exhibiting this magnificent discovery from the ancient world but on the opening night the sarcophagus is void of its contents. The mummy has escaped to fulfill the dreadful prophesy and exact a violent and bloody revenge on all those who defiled his final resting place.","2.93","/coAHnKEqU2duxDiBgc0ZfyZjf1u.jpg","[{'id':1314,'logo_path':'/gQBluDqe6dc2ZdzfJbabEHoSGoG.png','name':'Hammer Film Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1964-10-18","0","78","[{'iso_639_1':'en','name':'English'}]","Released","It Lives Again To Kill Again!","The Curse of the Mummy's Tomb","false","5.7","25" +"false","/7KUT7DdElnAEkhdArMvwa4JYP0J.jpg","null","1","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","541071","tt7115500","it","Die in One Day","After a failed marriage, Richard is in search of his daughter Mindy. He meets Sasha, an aspiring actress who promises to help him. But the hope to get some quick cash by performing in a 24 hours play soon turns out to be a bloody game.","2.482","/r9Afm0v1dkRUNdMcskU8Sgaf0eo.jpg","[]","[]","2018-08-09","0","80","[{'iso_639_1':'it','name':'Italiano'}]","Released","","Die in One Day","false","3.4","17" +"false","/cIVzC3tOcczvEuLh0NFk931YGu6.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","533654","tt4510218","en","Desperate Cowboys","An ailing attorney, a relentless bail bondsman and a ruthless cowboy cross paths in the most dire of circumstances.","2.842","/jsLxD8E6B6RsqNoMEvRu7lYekL2.jpg","[]","[]","2018-04-28","0","86","[]","Released","Actions Have Consequences","Desperate Cowboys","false","10","1" +"false","/sRpwz0Lplh3IYMxXae9Ke8VOFGn.jpg","null","0","[{'id':27,'name':'Horror'},{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","http://deathhousethemovie.wordpress.com/","287523","tt2984576","en","Death House","During an exclusive tour, a power breakdown inside a secret prison known as the Death House sends two agents fighting through a labyrinth of horrors while being pursued by a ruthless army of roaming inmates. As they fight to escape, the agents push toward the lowest depths of the facility where they learn a supernatural group of evil beings is their only chance for survival.","3.756","/mhf5S1d2OR7kJy89bja7ORHnE7P.jpg","[{'id':30379,'logo_path':null,'name':'Winbrook Entertainment','origin_country':''},{'id':30380,'logo_path':null,'name':'Capital Alliance Productions','origin_country':''},{'id':30381,'logo_path':null,'name':'Factory Entertainment Group','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-03-02","10615000","95","[{'iso_639_1':'en','name':'English'}]","Released","Hell is not a word. It's a sentence.","Death House","false","3","12" +"false","/fyGsmCm6op6c90WVYxhGxziOp3P.jpg","null","0","[{'id':10752,'name':'War'}]","","559578","tt8358682","en","Alone We Fight","Facing mounting odds, a small but determined band of American soldiers venture into dangerous enemy territory on a mission to stop an advancing German unit from breaking through the Allied line.","3.102","/y0QXD8zSxpBsyQSKN9mg5diYexV.jpg","[{'id':111017,'logo_path':null,'name':'Wandering Dragon Productions','origin_country':''},{'id':43906,'logo_path':'/cYorIuEuy9TOulJR0QHWuiFIQ3e.png','name':'Vega Baby','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-11-06","0","91","[{'iso_639_1':'en','name':'English'}]","Released","United we stand","Alone We Fight","false","5","4" +"false","/qQXtS8lDtPkPfLFwF1ZMCK6Dz2l.jpg","null","0","[{'id':18,'name':'Drama'}]","","559814","tt5974066","en","Misguided Behavior","The Truth can hurt sometimes...but not even death can keep a secret.","1.4","/47dhWBzvRiXPEDRjK1Z6cczX2Ce.jpg","[]","[]","2018-11-06","0","95","[]","Released","","Misguided Behavior","false","0","0" +"false","/9zYeSQjZRwZN2GMqwmkTnWDooZy.jpg","null","0","[{'id':27,'name':'Horror'}]","http://www.uncorkedentertainment.com/film/krampus-origins/","559740","tt8237340","en","Krampus Origins","The first World War rages on when a group of American soldiers find a mysterious artifact that can summon the ancient evil of the Krampus. After the men are killed in action, the artifact is sent to the commanding officer's widow who is a teacher at a small-town orphanage. The orphans accidentally summon the Krampus and the teacher, and her pupils are forced to battle this ancient evil.","3.748","/7eXPgPhYoCSzRhJQQAGWHw7ExaF.jpg","[{'id':17157,'logo_path':null,'name':'FunHouse Features','origin_country':''},{'id':110989,'logo_path':'/gBvtvmI72QHMIMu1mXcqpi729pE.png','name':'Paradox Universe','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-11-06","0","86","[{'iso_639_1':'en','name':'English'}]","Released","","Krampus Origins","false","4","4" +"false","/l17yoWq4Zc08ewgDpih4BDjuvu1.jpg","null","0","[{'id':53,'name':'Thriller'}]","","40017","tt0499041","en","Kalyug","The husband of a woman who commits suicide after a run-in with the adult entertainment industry seeks revenge on those who drove her to her death. In doing so, he delves into the world of international human trafficking, eventually traveling across the world to seek out the ringleaders of this horrifying enterprise.","1.925","/nMWrGIOyKMPwIB8QNErcAOvo9bs.jpg","[]","[]","2005-12-09","0","116","[]","Released","","Kalyug","false","6.2","6" +"false","","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","554110","tt5932330","en","In Echo Park","The lives of a street punk, a millennial couple, and a Salvadoran teenager being recruited by a local gang collide, forming an interlocking story of class and identity in Echo Park, Los Angeles.","1.432","/b1uSPj6IBKrpEMxAIuBQ2afuZbf.jpg","[]","[]","2018-02-23","0","80","[]","Released","The New [De]Generation","In Echo Park","false","6.5","2" +"false","/edbShQ3rrezoDrsWoLUdcsZkyj2.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://dogdaysthefilm.com","477510","tt7365604","en","Dog Days","Elizabeth is a charming anchorwoman who seeks advice from her dog's therapist. Tara is a spunky barista who dreams of a life beyond the coffee shop. Daisy is a dog walker who's enamored with a client. Garrett pines for a woman while trying to keep his adopt-a-dog business afloat. The beloved canines in their lives soon start to influence their careers, friendships and romantic relationships in funny and unexpected ways.","11.852","/apoaNISBUsaw76AJ54RhV13ZGI4.jpg","[{'id':10285,'logo_path':'/5jxaT7zoJKtnwqxniiJ9iJLsJru.png','name':'LD Entertainment','origin_country':'US'},{'id':8533,'logo_path':null,'name':'Liddell Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-08-10","0","112","[{'iso_639_1':'en','name':'English'}]","Released","Love comes when you call it.","Dog Days","false","6.7","76" +"false","/aw4FOsWr2FY373nKSxbpNi3fz4F.jpg","{'id':87359,'name':'Mission: Impossible Collection','poster_path':'/geEjCGfdmRAA1skBPwojcdvnZ8A.jpg','backdrop_path':'/1kvKAHlSdFZTT9mhAXR54ggkxOU.jpg'}","178000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':12,'name':'Adventure'}]","https://www.missionimpossible.com/","353081","tt4912910","en","Mission: Impossible - Fallout","When an IMF mission ends badly, the world is faced with dire consequences. As Ethan Hunt takes it upon himself to fulfill his original briefing, the CIA begin to question his loyalty and his motives. The IMF team find themselves in a race against time, hunted by assassins while trying to prevent a global catastrophe.","32.726","/AkJQpZp9WoNdj7pLYSj1L0RcMMN.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':11461,'logo_path':'/p9FoEt5shEKRWRKVIlvFaEmRnun.png','name':'Bad Robot','origin_country':'US'},{'id':82819,'logo_path':'/5Z8WWr0Lf1tInVWwJsxPP0uMz9a.png','name':'Skydance Media','origin_country':'US'},{'id':21777,'logo_path':null,'name':'TC Productions','origin_country':''},{'id':69484,'logo_path':'/2xtmvbEse87LM7OJXVksv7DToZx.png','name':'Alibaba Pictures Group','origin_country':'CN'}]","[{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'NO','name':'Norway'}]","2018-07-13","791017452","148","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Some Missions Are Not A Choice","Mission: Impossible - Fallout","false","7.3","3506" +"false","/q5K02JRCSFaE6xuApaO0upiWOHf.jpg","null","900000","[{'id':18,'name':'Drama'}]","https://campostfilm.com","426613","tt6257174","en","The Miseducation of Cameron Post","In 1993, teenager Cameron is sent to a gay conversion therapy center after getting caught with another girl in the back seat of a car on prom night. Run by the strict and severe Dr. Lydia Marsh and her brother, Reverend Rick, the center is built upon repenting for ""same sex attraction."" In the face of intolerance and denial, Cameron meets a group of fellow sinners including the amputee stoner Jane, and her friend, the Lakota Two-Spirit, Adam. Together, this group of teenagers form an unlikely family as they fight to survive.","13.755","/xFLJDW3na8AADFzQJT6bM1VU5zs.jpg","[{'id':56403,'logo_path':'/uXT3YDtWe3lvMullnwk51l4UikF.png','name':'Beachside Films','origin_country':'US'},{'id':40486,'logo_path':'/nA0fcwrBXV9qm3gmfHNtzSNSk4Y.png','name':'Parkville Pictures','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2018-07-18","904703","92","[{'iso_639_1':'en','name':'English'}]","Released","","The Miseducation of Cameron Post","false","7.2","247" +"false","/dQi56qgM8GYFUHqJqQE4dgSl56y.jpg","null","30000000","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'}]","https://kin.movie/","425505","tt6017942","en","Kin","A young boy finds a powerful otherworldly weapon, which he uses to save his older adoptive brother from a crew of thugs. Before long, the two of them are also pursued by federal agents and mysterious mercenaries aiming to reclaim their asset.","13.147","/9qYKrgzHbYtKej9Gvd7NxJvGiC2.jpg","[{'id':2575,'logo_path':'/9YJrHYlcfHtwtulkFMAies3aFEl.png','name':'21 Laps Entertainment','origin_country':'US'},{'id':35846,'logo_path':null,'name':'No Trace Camping','origin_country':''},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-08-29","10023153","102","[{'iso_639_1':'en','name':'English'}]","Released","All He Needed Was a Way Out","Kin","false","6.2","254" +"false","/qiu7RDXC97qy2VhvEclWnWmgeFH.jpg","{'id':545955,'name':'Crazy Rich Asians Collection','poster_path':null,'backdrop_path':null}","30000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://crazyrichasiansmovie.com","455207","tt3104988","en","Crazy Rich Asians","An American-born Chinese economics professor accompanies her boyfriend to Singapore for his best friend's wedding, only to get thrust into the lives of Asia's rich and famous.","22.523","/1XxL4LJ5WHdrcYcihEZUCgNCpAW.jpg","[{'id':5420,'logo_path':'/du0ccP7uaodq3rTXhddhywwNPXm.png','name':'Color Force','origin_country':'US'},{'id':107897,'logo_path':'/etLApUoJoD853bluxamsZOLlWII.png','name':'Ivanhoe Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-08-15","237994561","121","[{'iso_639_1':'cn','name':'????????? / ?????????'},{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'en','name':'English'}]","Released","The only thing crazier than love is family","Crazy Rich Asians","false","7.1","1282" +"false","/aZ87E27xMNVaK8CwXfqX9ANIpdN.jpg","null","0","[{'id':27,'name':'Horror'}]","","485906","tt7136736","en","The Elf","Nick is haunted by night terrors stemming from a tragic murder he saw when he was young. After inheriting an old toy shop, he discovers a cursed elf doll sealed inside an ancient chest with a naughty list of his family's names written on it. He soon discovers that the elf was an evil conduit meant to unleash a supernatural killing spree during the Christmas Holidays by whomever set it free.","0.972","/tzzISeHwvV7WtJjZyzL0xAhQXwi.jpg","[{'id':67895,'logo_path':null,'name':'Pikchure Zero Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-11-07","0","91","[{'iso_639_1':'en','name':'English'}]","Released","","The Elf","false","5.2","10" +"false","/aX46k3Rd1t68L0KUwO1WaHlplP5.jpg","null","3000000","[{'id':27,'name':'Horror'}]","http://www.theofficialjohncarpenter.com/prince-of-darkness/","8852","tt0093777","en","Prince of Darkness","A research team finds a mysterious cylinder in a deserted church. If opened, it could mean the end of the world.","10.77","/eQiXxoRfAjxNHacu6TYegspzAuM.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':17823,'logo_path':null,'name':'Alive Films','origin_country':''},{'id':17824,'logo_path':null,'name':'Larry Franco Productions','origin_country':''},{'id':275,'logo_path':'/2MxNWlN5b3UXt1OfmznsWEQzFwq.png','name':'Carolco Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-10-23","14182492","101","[{'iso_639_1':'la','name':'Latin'},{'iso_639_1':'en','name':'English'}]","Released","Before man walked the earth...it slept for centuries. It is evil. It is real. It is awakening.","Prince of Darkness","false","6.8","336" +"false","/ycsxCw7lIS1jaGfRtU3kIby50oX.jpg","null","0","[{'id':878,'name':'Science Fiction'}]","","496490","tt7717204","en","Maggots","Space Maggots descend upon the earth and wreak havoc on the population, in this science fiction action adventure, thrill ride of Maggot Mayhem.","0.6","/5aJXlAEvjQV1yeAE1Cb2JRfF0Cw.jpg","[]","[]","2017-12-01","0","70","[]","Released","It's not a pretty sight!","Maggots","false","1","1" +"false","/gmpy4PR8QtRo0QTz1MRYyku225G.jpg","null","0","[{'id':35,'name':'Comedy'}]","","33783","tt0110169","en","It's Pat","Pat Riley, an obnoxious busybody of indeterminable sex, meets and falls in love with Chris, a sensitive, caring person also of indeterminable sex. Their relationship suffers because Pat's a lout, and cannot decide on a direction for its life. Meanwhile, Pat's neighbor Kyle falls further and further into obsession with Pat, fascinated by its indeterminate sexuality.","1.924","/Aa3eBTN3DtfUglGDJYurmiKwlJx.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-08-26","0","74","[{'iso_639_1':'en','name':'English'}]","Released","","It's Pat","false","2.9","26" +"false","/bdUOVFmPb4HeemdH9ySnCUCDxVu.jpg","null","0","[{'id':28,'name':'Action'},{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'}]","http://www.mercychristmasmovie.com","423383","tt4906164","en","Mercy Christmas","When Michael Briskett meets the perfect woman, his ideal Christmas dream comes true when she invites him to her family's holiday celebration. Dreams shattered, Michael struggles to survive once he realizes HE will be Christmas dinner.","1.748","/6s8emkS15KxQutXBdgZZlH523X4.jpg","[{'id':82890,'logo_path':null,'name':'Other Paw Films','origin_country':''},{'id':82891,'logo_path':null,'name':'No Mercy Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-11-28","0","83","[{'iso_639_1':'en','name':'English'}]","Released","Dinner is served.","Mercy Christmas","false","5","8" +"false","/7gjp9AXP22gojOgxWcb5QqXON7J.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://www.bbc.co.uk/bbcfilms/film/my_scientology_movie","359871","tt5111874","en","My Scientology Movie","Following a long fascination with the religion and with much experience in dealing with eccentric, unpalatable and unexpected human behavior, the beguilingly unassuming Theroux won't take no for an answer when his request to enter the Church's headquarters is turned down. Inspired by the Church's use of filming techniques, and aided by ex-members of the organization, Theroux uses actors to replay some incidents people claim they experienced as members in an attempt to better understand the way it operates. In a bizarre twist, it becomes clear that the Church is also making a film about Louis Theroux.","5.073","/mAe9TuWsboDF25iFKMawChXUB9H.jpg","[{'id':12840,'logo_path':null,'name':'Red Box Films','origin_country':''},{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2016-05-05","0","99","[{'iso_639_1':'en','name':'English'}]","Released","What Hollywood didn't tell you about one of the world's most secretive religions","My Scientology Movie","false","6.7","160" +"false","/khbPJ0tAZaQIDSQ0qy248DtwktF.jpg","null","0","[{'id':18,'name':'Drama'}]","","27960","tt1347521","tr","G??ne??i G??rd??m","In the southeast region of Turkey, the Altun family lives in a small mountainside village plagued by a 25-year war, making their daily life a hellish struggle. As the war continues to intensify, the family is forced to migrate west to the city of Istanbul. While Haydar and Isa Altun decide to stay in Turkey with their young children, Davut Altun and his family migrate north to Norway, enlisting the help of smugglers. They eventually reach their destination and find work in a supermarket, but life as refugees proves relentless. Back in Istanbul, Haydar watches over the family as his wife undergoes an operation due to pregnancy complications. Their son makes friends with a group of transvestites, helping him to understand why he has felt different all of his life. While liberating, his newfound identity is seen as a disgrace to the rest of his family, leading him to flee from the abuse it produces.","2.158","/iSrnCMsG0lfWVSy4RwnSKUK3Orb.jpg","[{'id':47499,'logo_path':null,'name':'Boyut Film','origin_country':''}]","[{'iso_3166_1':'TR','name':'Turkey'}]","2009-01-01","0","115","[{'iso_639_1':'tr','name':'T??rk??e'}]","Released","Children here don't shape their own destiny.","I Saw the Sun","false","6.8","29" +"false","/eZhgY71I2kOkKgYckYHuLncsVlX.jpg","null","20000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':16,'name':'Animation'},{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'},{'id':10751,'name':'Family'}]","http://yugioh.warnerbros.com/","11052","tt0403703","en","Yu-Gi-Oh! The Movie","After the conclusion of the Battle City Tournament, deep below the sands of Egypt, an ancient evil has awakened. Anubis, who was defeated centuries ago by Yugi???s mysterious alter ego ??? the ancient Pharaoh ??? has returned for revenge. Wielding the power of the Eighth Millennium Item, Anubis is determined to destroy Yugi and take over the world.","6.831","/3VD5QDTu0rQgRvERBMXtAvg0oIC.jpg","[{'id':882,'logo_path':'/fRSWWjquvzcHjACbtF53utZFIll.png','name':'Toho Company, Ltd.','origin_country':'JP'},{'id':3035,'logo_path':null,'name':'4 Kids Entertainment','origin_country':''},{'id':89163,'logo_path':null,'name':'Kids' WB','origin_country':''},{'id':22797,'logo_path':null,'name':'Konami Digital Entertainment','origin_country':''},{'id':55914,'logo_path':null,'name':'Konami','origin_country':''},{'id':89166,'logo_path':null,'name':'Nihon Ad Systems (NAS)','origin_country':''},{'id':2918,'logo_path':null,'name':'Shueisha','origin_country':'JP'},{'id':50879,'logo_path':null,'name':'Studio Gallop','origin_country':''},{'id':3034,'logo_path':'/kGRavMqgyx4p2X4C96bjRCj50oI.png','name':'TV Tokyo','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'US','name':'United States of America'}]","2004-08-13","29170410","90","[{'iso_639_1':'en','name':'English'}]","Released","Everything else was just practice!","Yu-Gi-Oh! The Movie","false","5.6","125" +"false","/2EcnttWD7l51putWm2YM84aLHkk.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","33195","tt1217070","en","Triage","The wife of a photojournalist sets out to discover why he came home from a recent assignment without his colleague.","4.51","/jsDRXesSf5nqwNbemFaEOZ81IPW.jpg","[{'id':14819,'logo_path':null,'name':'Asap films','origin_country':''},{'id':23191,'logo_path':null,'name':'Freeform Spain','origin_country':''},{'id':7680,'logo_path':'/uGcInOaHyvFZ337T5OeQKKVjSCJ.png','name':'Tornasol Films','origin_country':'ES'},{'id':3272,'logo_path':null,'name':'Aramid Entertainment Fund','origin_country':''},{'id':5267,'logo_path':'/trP3GsUyIztMwcqev3jK1gOeCSA.png','name':'Irish Film Board','origin_country':'IE'},{'id':23192,'logo_path':null,'name':'Euroimages Fund of the Council of Europe','origin_country':''},{'id':5122,'logo_path':null,'name':'Parallel Films','origin_country':'IE'}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'IE','name':'Ireland'}]","2009-11-27","0","99","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Some live. Some die. Some are changed forever.","Triage","false","6.5","78" +"false","/5lKFl0oeckUeNj5AOVyeWCg6INm.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","9782","tt0448075","en","The Night Listener","In the midst of his crumbling relationship, a radio show host begins speaking to his biggest fan???a young boy???via the telephone. But when questions about the boy's identity come up, the host's life is thrown into chaos.","6.386","/jBcQZRnTgAGWLBzKxcjK99VGBIq.jpg","[{'id':307,'logo_path':'/gUi3pAUznQJpR296lw4mSVbB7zx.png','name':'IFC Films','origin_country':'US'},{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':1615,'logo_path':null,'name':'Fortissimo Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-02-12","10639686","91","[{'iso_639_1':'en','name':'English'}]","Released","You never know who's listening.","The Night Listener","false","5.5","101" +"false","/7V3w8vRK5XjvNWPBqYx3GqRVNrd.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","","31530","tt0029546","en","Shall We Dance","Ballet star Pete 'Petrov' Peters arranges to cross the Atlantic aboard the same ship as the dancer and musical star he's fallen for but barely knows. By the time the ocean liner reaches New York, a little white lie has churned through the rumour mill and turned into a hot gossip item???that the two celebrities are secretly married.","2.866","/uimDFFL1ZIk3IzIiQO0tMQFbgPt.jpg","[{'id':6,'logo_path':'/n53F7K9scQWFXYbrCablqLKqJdp.png','name':'RKO Radio Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1937-05-07","0","109","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","Foot-free Fred and joyous Ginger...in their gayest, gladdest show!","Shall We Dance","false","7.9","45" +"false","/bWGqQuorkfklpdcwGJzVmAcBwYn.jpg","null","23000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","11632","tt0241025","en","Vanity Fair","Beautiful, funny, passionate, and calculating, Becky is the orphaned daughter of a starving English artist and a French chorus girl. She yearns for a more glamorous life than her birthright promises and resolves to conquer English society by any means possible. A mere ascension into the heights of society is simply not enough. So Becky finds a patron in the powerful Marquess of Steyne whose whims enable Becky to realise her dreams. But is the ultimate cost too high for her?","6.749","/su37ChV4BzDqzGmpZpfYPFwPmJ7.jpg","[{'id':10146,'logo_path':'/xnFIOeq5cKw09kCWqV7foWDe4AA.png','name':'Focus Features','origin_country':'US'},{'id':2514,'logo_path':null,'name':'Alliance Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2004-09-01","16123851","141","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","On September 1st, a heroine will rise.","Vanity Fair","false","5.7","154" +"false","/8GCoc34PKQsUS30Tmsl4mNcbqb4.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","18585","tt0806165","en","The Ramen Girl","An American woman is stranded in Tokyo after breaking up with her boyfriend. Searching for direction in life, she trains to be a r??men chef under a tyrannical Japanese master.","7.733","/5ZwNntWzm3v5d8lfPdeCgSQmrol.jpg","[{'id':2226,'logo_path':null,'name':'Media 8 Entertainment','origin_country':''}]","[{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'US','name':'United States of America'}]","2008-02-08","0","122","[{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'en','name':'English'}]","Released","Her romance is on pins and noodles.","The Ramen Girl","false","6.2","148" +"false","/o6zox4CsqZxBsbuGSZYKbLxqUfG.jpg","null","0","[{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'},{'id':9648,'name':'Mystery'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","http://www.lookforthenines.com/","12994","tt0810988","en","The Nines","A troubled actor, a television show runner, and an acclaimed videogame designer find their lives intertwining in mysterious and unsettling ways.","6.803","/aGHzwUrgUUmPvWIhuzvvQVDkRfk.jpg","[{'id':2721,'logo_path':null,'name':'Jinks/Cohen Company','origin_country':''},{'id':769,'logo_path':null,'name':'Destination Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-01-21","0","100","[{'iso_639_1':'en','name':'English'}]","Released","Y9u never kn9w when y9ur number is up.","The Nines","false","6.1","219" +"false","/fkV3CCVaKS2teX6hRvSwp9Ztu1Z.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':36,'name':'History'}]","","549165","tt7052244","en","Robin Hood: The Rebellion","With his true love captured by the villainous Sheriff of Nottingham, the legendary Robin Hood and his crew of outlaws execute a daring rescue to save her.","5.843","/5RSWtYHA6SBBnA8hYna6BWYMC8K.jpg","[{'id':77659,'logo_path':null,'name':'Picture Perfect','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-11-05","0","92","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","","Robin Hood: The Rebellion","false","4.7","29" +"false","/MA6HOqNCLfumqc3ywdz9Z1K81K.jpg","null","7834998","[{'id':10751,'name':'Family'},{'id':35,'name':'Comedy'}]","","478159","tt6542108","en","Patrick","A woman's chaotic life becomes more complicated when she inherits her grandmother's dog.","7.957","/zzo0rfLxgcbUPfjT3yjBYioFpv9.jpg","[{'id':5056,'logo_path':'/kADFcjL04xe5HGBnlLjbfhliS2a.png','name':'Head Gear Films','origin_country':'GB'},{'id':25140,'logo_path':null,'name':'The Exchange','origin_country':'US'},{'id':25954,'logo_path':null,'name':'Metrol Technology','origin_country':'GB'},{'id':75357,'logo_path':'/zXT1JFP82YL245wlLpauAJDZA25.png','name':'BondIt','origin_country':'US'},{'id':95441,'logo_path':null,'name':'Wagging Tale Productions','origin_country':''},{'id':5892,'logo_path':null,'name':'Buena Vista International','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-06-29","0","94","[{'iso_639_1':'en','name':'English'}]","Released","Pug....Actually","Patrick","false","6.1","32" +"false","","null","0","[]","https://www.rzmedia.net/idled","559087","tt3415354","en","Idled","From young adults to still growing up, we take a ride through Val's memories of Mickey as he makes his way to see his brother. An atypical exploration of the nuances of various stages in a relationship. Every ending has it's middle.","1.96","/hWryxuvdLojiyYQLHAXmODk2GFm.jpg","[]","[]","2018-11-06","10000","74","[{'iso_639_1':'en','name':'English'}]","Released","Every end has its middle","Idled","false","10","1" +"false","/hH19N7wi35gIo1rjqWuFiIyAwmc.jpg","null","0","[{'id':18,'name':'Drama'}]","","120648","tt0097278","fr","L'enfant de l'hiver","It???s the story of a love quadrangle, a child, a theater troupe, and a long winter. Nathalie is pregnant, but the baby???s father, Stefane, leaves her for Sabine, a set designer for the theater. Sabine has just left Bruno, an actor in the same troupe. Nathalie tries to kill herself and is saved by her friend Leni, as Stefane then follows Sabine on her theatrical tour...","0.6","/scat3gH122ryL8dEEfTLN4eBPkC.jpg","[{'id':6584,'logo_path':null,'name':'Gemini Films','origin_country':''},{'id':18108,'logo_path':null,'name':'G.P.F.I.','origin_country':''},{'id':29655,'logo_path':null,'name':'Investimage','origin_country':''},{'id':310,'logo_path':'/4Gp5A4YdjPBfsHT47ngHMaXWmb9.png','name':'Centre National de la Cin??matographie','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'}]","1989-06-14","0","88","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Winter's Child","false","0","0" +"false","/9moic8XgWFmVunGEk76VBfFSbxS.jpg","null","886000","[{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","","20325","tt0028333","en","Swing Time","Lucky is tricked into missing his wedding to Margaret by the other members of Pop's magic and dance act, and has to make $25,000 to be allowed to marry her. He and Pop go to New York where they run into Penny, a dancing instructor. She and Lucky form a successful dance partnership, but romance is blighted by his old attachment to Margaret and hers for Ricardo???the band leader who won't play for them to dance together.","5.011","/kvCtsd0YcaLzHGS1Tc6RQ6roQm1.jpg","[{'id':6,'logo_path':'/n53F7K9scQWFXYbrCablqLKqJdp.png','name':'RKO Radio Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1936-08-27","2600000","103","[{'iso_639_1':'en','name':'English'}]","Released","A glorious songburst of gaiety and laughter!","Swing Time","false","7","86" +"false","/sKSAcW0vrOZBWRjRHS8H8WYnJlg.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","420513","tt6430360","ko","??? ?????????","A couple faces each other across a caf?? table talking; he???s apparently returned from Europe and she???s not happy about him asking her to meet after such a long time. The conversation seems likely to end any second, but suddenly his true feelings touch her momentarily and a brief smile crosses her face. The Table follows a conversation between two people in a caf??.","0.6","/7MsDlEHwI15NlPq1xANy4dPhc4C.jpg","[{'id':48320,'logo_path':null,'name':'M-Line Distribution','origin_country':'KR'},{'id':111908,'logo_path':null,'name':'Atnine Film','origin_country':'KR'}]","[{'iso_3166_1':'KR','name':'South Korea'}]","2017-08-24","0","70","[{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","","The Table","false","8.3","3" +"false","/24wHZlWaxjsMs83IXYyENjQEYsM.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","559043","tt5005462","en","The Actor","A mentally-disturbed aspiring actor returning to New York City discovers the world of social media and faces the horrifying power of the Internet.","2.009","/ehJclaRGi0KiRIUuJLBUXKyAiuf.jpg","[{'id':110906,'logo_path':null,'name':'Avanoir Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-12","0","104","[{'iso_639_1':'en','name':'English'}]","Released","Stop making stupid people famous","The Actor","false","6","2" +"false","/zasF157QGGTwJmD20pVg2q4BJnL.jpg","null","0","[{'id':10770,'name':'TV Movie'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","55657","tt0430650","en","Surrender, Dorothy","When her daughter Sara unexpectedly passes away, Natalie retreats to the summer home where she and Sara used to visit. Time with her best friends and some of Sara's friends help her deal with her loss.","2.807","/efaQ0P8wiZlbFgCa4piNYlIEFde.jpg","[{'id':6718,'logo_path':null,'name':'Stu Segall Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-01-01","0","87","[{'iso_639_1':'en','name':'English'}]","Released","The hardest part is letting go.","Surrender, Dorothy","false","5.4","11" +"false","/vFcdBI8OQVEFS2A3zLfrbMAdDLs.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://yumetokyoki.com/","252511","tt3204392","ja","?????????????????????","Follows the behind-the-scenes work of Studio Ghibli, focusing on the notable figures Hayao Miyazaki, Isao Takahata, and Toshio Suzuki.","4.834","/ymLdmLxNAlCopU30tyvGuU5gUOU.jpg","[{'id':29671,'logo_path':null,'name':'Ennet Co.','origin_country':''},{'id':29672,'logo_path':null,'name':'Dwango','origin_country':''}]","[{'iso_3166_1':'JP','name':'Japan'}]","2013-11-16","0","118","[{'iso_639_1':'ja','name':'?????????'}]","Released","A year inside the world of Studio Ghibli","The Kingdom of Dreams and Madness","false","7.7","82" +"false","/peCbrdYCXyfVU6SykABSnM1ejP6.jpg","null","0","[{'id':18,'name':'Drama'}]","","493483","tt6263618","de","In den G??ngen","After losing his brick laying job, Christian begins to work at a supermarket.","3.872","/jrMAmjbexi6a0lUKT3LgBD3kpy8.jpg","[]","[{'iso_3166_1':'AT','name':'Austria'},{'iso_3166_1':'DE','name':'Germany'}]","2018-03-25","0","125","[{'iso_639_1':'de','name':'Deutsch'}]","Released","","In the Aisles","false","7.4","31" +"false","/7BBRc3xmYTGczRlsPDo0oZF05A1.jpg","null","4161012","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","252822","tt2675914","no","Kraftidioten","Upstanding community leader Nils has just won an award for ""Citizen of the Year"" when he learns the news that his son has died of a heroin overdose. Suspecting foul play, Nils begins to investigate, and soon finds himself at the center of an escalating underworld gang war between Serbian drug dealers and a sociopathic criminal mastermind known only as ???The Count.???","7.416","/ujlJLvzWRh2hR0UoHypv9QLZ2os.jpg","[{'id':76,'logo_path':null,'name':'Zentropa Entertainments','origin_country':'DK'},{'id':5111,'logo_path':'/aE4BQJodjfWGODctvPgfbVD2OKO.png','name':'Paradox Produksjon','origin_country':'NO'},{'id':118,'logo_path':'/AiBorgNTCS1lT1FdFPYheax9jfF.png','name':'Det Danske Filminstitut','origin_country':'DK'},{'id':2801,'logo_path':'/bswb1PLLsKDUXMLgy42bZtCtIde.png','name':'Film i V??st','origin_country':'SE'}]","[{'iso_3166_1':'DK','name':'Denmark'},{'iso_3166_1':'NO','name':'Norway'},{'iso_3166_1':'SE','name':'Sweden'}]","2014-02-21","0","115","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'no','name':'Norsk'},{'iso_639_1':'sv','name':'svenska'},{'iso_639_1':'da','name':'Dansk'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'sr','name':'Srpski'}]","Released","","In Order of Disappearance","false","7","225" +"false","/dIkNkAM136nwNM386NcaZMh5BQY.jpg","null","0","[{'id':18,'name':'Drama'}]","","484062","tt5668054","en","Generational Sins","Two estranged brothers are brought back together by the death of their mother. Her dying wish is to see them return to their birthplace and reunite with their abusive, alcoholic father. They set out on a journey that leads them to their hometown full of dark memories that the younger brother doesn???t remember and the older brother wants to forget. As each brother reconnects to the town and its people, they struggle to find the meaning of home, both for those who stay and for those who leave. Ultimately, they must confront the memory and the man of their father and are forced to choose between forgiveness and bitterness. 'Generational Sins' explores themes of home, grace, and forgiveness and how these ideas impact the decisions we make and the ramifications they have on people???s lives.","0.622","/2Mh3dccwP7scLpR8mDIQoB1i7MN.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-10-06","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Generational Sins","false","0","0" +"false","/eSj4oNqnxHCICMvnCoLXPvD8LfQ.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://www.ifcfilms.com/films/7852","359749","tt4372240","en","78/52","The most famous murder scene in movie history comprises 78 camera settings and 52 cuts: the shower scene in Alfred Hitchcock's Psycho. 78/52 tells the story of the man behind the curtain and his greatest obsession.","3.988","/r3V0rimtIHFGIUkvRxrfpWF9UcB.jpg","[{'id':97470,'logo_path':null,'name':'Sensorshot Productions','origin_country':''},{'id':63267,'logo_path':'/aBsWy0FMOCdtvGGxJFQl5CPR07i.png','name':'Exhibit A Pictures','origin_country':'US'},{'id':79991,'logo_path':null,'name':'Screen Division','origin_country':''},{'id':97471,'logo_path':null,'name':'Milkhaus','origin_country':''},{'id':587,'logo_path':'/6UIpEURdjnmcJPwgTDRzVRuwADr.png','name':'ARTE','origin_country':'DE'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-10-13","0","91","[{'iso_639_1':'en','name':'English'}]","Released","78 shots & 52 cuts that changed cinema forever","78/52","false","7.6","46" +"false","/zjG95oDnBcFKMPgBEmmuNVOMC90.jpg","null","12000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","https://www.netflix.com/title/80085566","299782","tt0069049","en","The Other Side of the Wind","Surrounded by fans and skeptics, grizzled director J.J. ""Jake"" Hannaford returns from years abroad in Europe to a changed Hollywood, where he attempts to make his innovative comeback film.","6.553","/kFky1paYEfHxfCYByEc9g7gn6Zk.jpg","[{'id':36547,'logo_path':null,'name':'SACI','origin_country':'IR'},{'id':7573,'logo_path':null,'name':'Les Films de l'Astrophore','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'IR','name':'Iran'},{'iso_3166_1':'US','name':'United States of America'}]","2018-11-02","0","122","[{'iso_639_1':'en','name':'English'}]","Released","40 years in the making","The Other Side of the Wind","false","7.1","54" +"false","/n8toqt05b0vUOGEzTam98UJqIa2.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","478554","tt7156326","en","The First Date","Tired of the online dating world, a hopeful woman decides to give it one last try with a mysterious stranger who shares her love for scary films.","0.621","/BX5Wpl3esgq5lstobxfZiUmiRl.jpg","[]","[]","2017-09-26","0","80","[]","Released","","The First Date","false","0","0" +"false","/5cMj2cs8MNltXfHBlYtmRhuyUSK.jpg","null","40000","[{'id':27,'name':'Horror'}]","https://www.lostinbuffalocity.com/","565497","tt6997120","en","Lost in Buffalo City","Ignoring the admonitions of locals, journalist John Miller heads out alone to explore the remnants of Buffalo City, once the busiest town in the area but now merely a pile of dilapidated ruins amidst the encroaching swampland. Are the tales of strange apparitions and deadly encounters merely musings from tale-telling old timers, or will Miller uncover something darker, something that may cost him his life?","0.6","/rxyWvQd80UGCQtSAa9B7jMNKxec.jpg","[{'id':111802,'logo_path':null,'name':'Rayolight Production','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-05-26","0","30","[{'iso_639_1':'en','name':'English'}]","Released","","Lost in Buffalo City","false","4","1" +"false","/7mPBUgeLYqwHoXpVPXD5GbXhFzC.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","47333","tt0116684","en","Jane Eyre","Jane Eyre is an orphan cast out as a young girl by her aunt, Mrs. Reed, and sent to be raised in a harsh charity school for girls. There she learns to be come a teacher and eventually seeks employment outside the school. Her advertisement is answered by the housekeeper of Thornfield Hall, Mrs. Fairfax.","6.052","/cAcTKmzDGv8xfVNfDMSUXR3qiMX.jpg","[{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':114711,'logo_path':null,'name':'Cineritino S.r.L.','origin_country':''},{'id':8277,'logo_path':null,'name':'Flach Film','origin_country':'FR'},{'id':1677,'logo_path':null,'name':'Mediaset','origin_country':''},{'id':114712,'logo_path':null,'name':'RCS Editori S.p.A.','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1996-02-09","0","112","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","The passionate tale of forbidden secrets!","Jane Eyre","false","7.2","95" +"false","/xm5VK4ugFbYv26pFoK591gYqG4o.jpg","null","0","[{'id':18,'name':'Drama'}]","","345470","tt3917118","en","Hector","Hector has been living on the motorways for years. His once comfortable family life has been replaced by a never-ending tour of service stations that offer him shelter, anonymity, washing facilities and food. The story follows his journey south from Scotland on his annual pilgrimage to a temporary Christmas shelter in London where he finds comfort, friendship and warmth. Over the course of his Homeric journey, Hector decides to reconnect with his long estranged past. As his previous life catches up with him, the story of how he came to be leading a marginal life begins to emerge.","0.638","/6TXtmcu56lte0gv2EsAS4sqOIaZ.jpg","[{'id':69011,'logo_path':null,'name':'A Product of Malitsky','origin_country':''},{'id':21629,'logo_path':null,'name':'Aimimage Productions','origin_country':''},{'id':69010,'logo_path':null,'name':'Goldfinch Pictures','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-12-11","0","87","[{'iso_639_1':'en','name':'English'}]","Released","A little bit of hope can go a long way","Hector","false","7.5","10" +"false","/tL5OoaCjr7T0qBdGcIIQqfi6DoJ.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10770,'name':'TV Movie'}]","","437617","tt5545622","fr","Box 27","","1.376","/fU0nJ4vWPYyQw8QY3cvXLxpgXuu.jpg","[{'id':28798,'logo_path':null,'name':'Adr??naline','origin_country':''}]","[{'iso_3166_1':'BE','name':'Belgium'}]","2016-06-23","0","90","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Box 27","false","7","5" +"false","/uxuItrVphEBHHcTa8xvi2UJpWZZ.jpg","null","0","[{'id':27,'name':'Horror'}]","","553686","tt8275670","en","Th'dread Rattlin'","University students investigate a noise phenomenon in haunted woods known as 'th'rattlin'.","2.443","/3JELMfThmocGhJjdu1Vcj5q8W69.jpg","[{'id':110077,'logo_path':null,'name':'Nightpiece Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-08-21","0","79","[{'iso_639_1':'en','name':'English'}]","Released","Don't do down to the woods today...","Th'dread Rattlin'","false","10","1" +"false","","null","3000","[{'id':27,'name':'Horror'}]","","549893","tt7434402","en","Attack of the Tattie-Bogle","A masked stranger attacks a group of friends at a cabin in remote Wisconsin.","0.6","/bU4EGBEAzBcvj1pczrFoySJ3kOO.jpg","[]","[]","2017-03-10","0","60","[{'iso_639_1':'en','name':'English'}]","Released","","Attack of the Tattie-Bogle","false","4.5","2" +"false","/z5lmEzxiZHa746mYf9jj7cIrqKB.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'}]","","13913","tt0020640","en","Animal Crackers","The well-known explorer and hunter Captain Spaulding has just returned from Africa, and is being welcomed home with a lavish party at the estate of influential society matron Mrs. Rittenhouse when a valuable painting goes missing. The intrepid Captain Spaulding attempts to solve the crime with the help of his silly secretary Horatio Jamison, while sparring with the anarchic Signor Emanuel Ravelli and his nutty sidekick The Professor.","4.591","/ijVMX1CvegukEIJxv0UxoOzhrG.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1930-08-28","0","97","[{'iso_639_1':'en','name':'English'}]","Released","The maddest comics of them all!","Animal Crackers","false","7.3","72" +"false","/lWhZG7ididZK0ImknlbQzqbS9ko.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","","454430","tt3147284","en","Joe's War","After two tours of duty, Joe's life unravels as he waits for PTSD treatment.","1.013","/8Uf5QYGPMbEcY9k95A5NRXQtJOZ.jpg","[{'id':89582,'logo_path':null,'name':'Phase One Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-03-17","0","107","[{'iso_639_1':'en','name':'English'}]","Released","The war was only the beginning.","Joe's War","false","4","1" +"false","/sDNTZDQN3FB1tow5Pr4q8J2WJm2.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://darkmoneyfilm.com","490780","tt6633182","en","Dark Money","'Dark money' contributions, made possible by the U.S. Supreme Court's Citizens United ruling, flood modern American elections???but Montana is showing Washington D.C. how to solve the problem of unlimited anonymous money in politics.","2.614","/tXXq3iBWIs9X1LWSCGLoDGbYNHO.jpg","[]","[]","2018-01-22","0","98","[{'iso_639_1':'en','name':'English'}]","Released","","Dark Money","false","6.6","5" +"false","/5aNJIDUcjzeK53HXZEsYpuvAqli.jpg","null","180","[{'id':80,'name':'Crime'},{'id':27,'name':'Horror'}]","http://www.bloodrunnersmovie.com/","327315","tt4289062","en","Bloodrunners","By 1933, Prohibition has proven a booming enterprise, where average citizens break the law, hide in the shadows and operate at night. The new world order has even lined the pockets of corrupt cops like Jack Malone. He collects a 'luxury tax' from every bootlegger and scofflaw in the small town he has sworn to protect. While shaking down the newest speakeasy in the local underground, Jack and his men uncover a clan of vampires hell bent on taking over the town. Now Chesterfield, an ancient vampire, and his horde must hide their secret at any cost. The bloody result leaves several bodies and innocent townsfolk taken as lambs to await the slaughter. With nowhere else to turn, Jack joins forces with a busboy and a crazy preacher to save the town and make a final stand against Chesterfield and his vampires.","1.523","/proMObvstiaMhhiRGuzzi762ORg.jpg","[{'id':87437,'logo_path':null,'name':'Impulse-FX','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-03-03","0","100","[{'iso_639_1':'en','name':'English'}]","Released","In a time of corruption, evil hides in plain sight.","Bloodrunners","false","5.8","13" +"false","/tgw8Aa4wHuqbGi36LkAuHFVUBYW.jpg","null","0","[{'id':99,'name':'Documentary'}]","https://www.netflix.com/title/80124722","538002","tt6893836","en","They'll Love Me When I'm Dead","In the final 15 years of the life of legendary director Orson Welles he pins his Hollywood comeback hopes on the film ""The Other Side of the Wind"".","3.854","/h7YHg3BOEjlZSCJ41FBHyeQkoUG.jpg","[{'id':58637,'logo_path':'/yLSNxhJzLwYS0OZmLGjwnPcUGUT.png','name':'Tremolo Productions','origin_country':'US'},{'id':106654,'logo_path':null,'name':'Royal Road Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-08-31","0","98","[{'iso_639_1':'hr','name':'Hrvatski'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","The true story of the last film from Orson Welles","They'll Love Me When I'm Dead","false","7.4","36" +"false","/s0lw0bouIMYwuJhz0bDUA0ucab0.jpg","{'id':271668,'name':'Caballeros Collection','poster_path':'/yzG4MDr16TRl0EINL8E2bv56hLy.jpg','backdrop_path':'/sAD5l7OosB7iczcOfMtnswODCBd.jpg'}","0","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':10402,'name':'Music'}]","http://movies.disney.com/the-three-caballeros","15947","tt0038166","en","The Three Caballeros","For Donald's birthday he receives a box with three gifts inside. The gifts, a movie projector, a pop-up book, and a pinata, each take Donald on wild adventures through Mexico and South America.","9.592","/4cejsYPl5u9k9PY5WvIo62UdvZP.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1944-07-21","0","71","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","","The Three Caballeros","false","6.3","246" +"false","/dDuPAX2aKOCw0DzmI4IQqZKyGQ0.jpg","{'id':148517,'name':'Pagnol, Childhood's Memories','poster_path':'/hj4CRf67uOWUEu2WJlFoQLCMj5N.jpg','backdrop_path':'/ev8QPkAVOtBkGwZID3JAzeEmdHz.jpg'}","0","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","12717","tt0099266","fr","Le ch??teau de ma m??re","My Mother's Castle (Le chateau de ma mere) is a sequel and companion piece to My Father's Glory (La Gloire de Mon Pere), both based on the childhood recollections of Marcel Pagnol. Like its predecessor, the movie explores the adventures of the young Marcel (Julien Ciamaca) during his summers at the family summer home in Provence.","7.599","/hw8Ec4jFuxSNCMUZiUpBKOMl65G.jpg","[{'id':9,'logo_path':'/nda3dTUYdDrJ6rZqBpYvY865aDv.png','name':'Gaumont','origin_country':'FR'},{'id':6962,'logo_path':'/rpHhUxYAY3Ly21IVuTgjk0SDUb2.png','name':'CNC','origin_country':'FR'},{'id':356,'logo_path':'/9tW5wZEGotn1Ei5pErA88m47XiD.png','name':'TF1 Films Production','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'}]","1990-10-26","0","99","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'oc','name':''}]","Released","","My Mother's Castle","false","7.3","113" +"false","/33eANpz8fe47swg1RsGfy5Wl9K2.jpg","null","0","[{'id':27,'name':'Horror'}]","","458969","tt6556576","en","Monster Party","Three teenage thieves infiltrate a mansion dinner party, unaware that it is secretly being hosted by a serial killer cult for the social elite.","4.621","/fF650Hj5CvFyTOS6aDmPjjw7i4Q.jpg","[{'id':90761,'logo_path':'/uPcwljtUrpoeRiXI4vpDsvqWiqP.png','name':'Kodiak Pictures','origin_country':'US'},{'id':83067,'logo_path':null,'name':'Dark Web Productions','origin_country':'US'},{'id':90760,'logo_path':null,'name':'Exhibit Entertainment','origin_country':'US'}]","[]","2018-11-02","0","91","[{'iso_639_1':'en','name':'English'}]","Released","","Monster Party","false","5.3","24" +"false","/cTGfZm7YV0A0hj2NyG0AxUWATaB.jpg","null","0","[{'id':27,'name':'Horror'}]","","551608","tt6089358","en","Haunting on Fraternity Row","A fraternity house throws their big ""Winter Luau"" party but when fraternity brothers and coeds begin dying horrible deaths they discover an evil entity has taken over the house.","3.093","/7Y9EsHwk61JcXbPjGndZrEwPuog.jpg","[{'id':6692,'logo_path':'/2Wd2CodKtgB4XyAQH4ez8qnZuqg.png','name':'Benaroya Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-11-02","0","93","[{'iso_639_1':'en','name':'English'}]","Released","","Haunting on Fraternity Row","false","5","6" +"false","/2uvfioN7TjQCSlLmRFedRCya2Hd.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","513510","tt6023386","en","All Light Will End","When a capricious young author with a dark secret returns home for her brother's graduation, she finds herself haunted by the past and tormented by night terrors.","3.565","/OiReATeSgIyIPePtNeaUfQfDGX.jpg","[{'id':111454,'logo_path':null,'name':'Red Vessel Entertainment','origin_country':''},{'id':109533,'logo_path':null,'name':'Movie City Films','origin_country':''},{'id':111455,'logo_path':null,'name':'Ghost Horse','origin_country':''},{'id':111456,'logo_path':null,'name':'Downbeat Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-03-24","0","85","[{'iso_639_1':'en','name':'English'}]","Released","Sometimes the demons win","All Light Will End","false","6.1","9" +"false","/AewnqqZeeIt8D0PnxBcttZNMW4k.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","28750","tt0055516","en","The Terror of the Tongs","In the year of 1910, Hong Kong members of the secret Red Dragon Tong crime family protect their identities by murdering Helena Sale, the daughter of Captain Jackson Sale, a British sea officer who vows revenge and defies the spread of fear created by the tongs. Helped by a mysterious beggar and a young serving girl named Lee, Sale discovers there is an inside traitor who has been giving vital information to the tongs, thus making them one step ahead of Sale's findings...","1.353","/dS4WN7KO51su6LTnp3zNiK28NGt.jpg","[{'id':1314,'logo_path':'/gQBluDqe6dc2ZdzfJbabEHoSGoG.png','name':'Hammer Film Productions','origin_country':'GB'},{'id':16859,'logo_path':null,'name':'Merlin Film Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1961-03-15","0","75","[{'iso_639_1':'en','name':'English'}]","Released","Terror stalks the street of opium dreams...","The Terror of the Tongs","false","4.9","7" +"false","/ncQLfybKNbKOWlgofn6eLKPpiQk.jpg","null","0","[]","","558612","tt5270688","en","Proxy Kill","Having survived a brutal home invasion that left his fiancee dead, Scott, now emotionally unstable and reclusive is encouraged to join a support group in an attempt to get his life back on track. At the group he meets the enigmatic O, a woman who claims to have ties to Scott's attacker. Together the two set on a path of vengeance to track down the monster who did them wrong but as their journey progresses Scott begins to question O's true motives and intentions as she pulls him deeper into a world of murder and lies.","1.674","/4JYByOP9cA6jgDLLgqmWQZja3TY.jpg","[]","[]","2018-03-27","0","83","[]","Released","Takes a killer to make one","Proxy Kill","false","10","1" +"false","/pNrbEENU6jQPNbDuomuU9bT00L7.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://foodchoicesmovie.com","393961","tt6039284","en","Food Choices","This documentary explores the impact that food choices have on people's health, the health of our planet and on the lives of other living species. And also discusses several misconceptions about food and diet.","1.717","/veaZGd9H7s75oaoMb7vURQRSX7G.jpg","[]","[]","2016-04-21","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Eat better, live better & help save the planet.","Food Choices","false","7.6","43" +"false","/yuhbLUJfpcIw3gIxclhIt8a1bYy.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","507525","tt2530316","en","Beauty & the Beholder","A narcissistic plastic surgeon, who prefers women of a certain high quality, meets an everyday woman who questions his morals, his methods and his meaning to life.","1.96","/AoJ6zSIa9WpP22C1HeNTbKQcDXx.jpg","[{'id':15645,'logo_path':null,'name':'Reel One Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-26","0","95","[{'iso_639_1':'en','name':'English'}]","Released","Beauty truly is in the eye of the Beholder","Beauty & the Beholder","false","10","1" +"false","/q4KPZATKi9vu3fqCYZ1iyUidUvW.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'}]","http://www.tommybertelsen.com/home/mercy","552950","tt2233979","en","Welcome to Mercy","When a single mother begins to experience symptoms of the stigmata, she seeks the help of a local priest and nun to help her understand what is seen and unseen.","4.135","/6CBEK6D28TCCYLfEXYjfkr2TaiK.jpg","[{'id':110557,'logo_path':null,'name':'EMH Consulting Group','origin_country':''},{'id':21281,'logo_path':null,'name':'Forma Pro Films','origin_country':''},{'id':77793,'logo_path':null,'name':'Global Creative Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-11-02","0","103","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'lv','name':'Latvie??u'}]","Released","","Welcome to Mercy","false","6","10" +"false","/5U1dQzU8EIO6rj8ALK3nGnBhsuG.jpg","null","0","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","http://www.pixar.com/bao","514754","tt8075496","en","Bao","An aging Chinese mom suffering from empty nest syndrome gets another chance at motherhood when one of her dumplings springs to life as a lively, giggly dumpling boy.","12.302","/eAAbMGSydnRk5p092p0xhr17nZr.jpg","[{'id':3,'logo_path':'/1TjvGVDMYsj6JBxOAkUHpPEwLf7.png','name':'Pixar','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-06-15","0","8","[{'iso_639_1':'xx','name':'No Language'}]","Released","","Bao","false","7.7","402" +"false","/9ZJORsIPJrZwoklp9bMXLOAQzOk.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","15071","tt0770806","en","The Contractor","Former CIA Operative, James Dial is coaxed back into action to kill a terrorist in London, but it all goes wrong and he is forced into hiding, where he meets and befriends a 12 year old girl.","4.99","/9xofA45YxJgJwoI4uWR0yWMGpyI.jpg","[{'id':3026,'logo_path':null,'name':'April Productions','origin_country':''},{'id':3027,'logo_path':null,'name':'Chaintron','origin_country':''},{'id':3028,'logo_path':null,'name':'RMA Productions','origin_country':''}]","[{'iso_3166_1':'BG','name':'Bulgaria'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2007-07-10","0","105","[{'iso_639_1':'en','name':'English'}]","Released","","The Contractor","false","5.7","54" +"false","/kXQOWS6RV1b7JsuBqn64RozqgYQ.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10751,'name':'Family'},{'id':35,'name':'Comedy'}]","","13579","tt1091751","en","The Longshots","The true story of Jasmine Plummer who, at the age of eleven, became the first female to play in Pop Warner football tournament in its 56-year history.","2.917","/mrejNUR8giaAYIJkaLztELRrVXe.jpg","[{'id':2780,'logo_path':'/hgdyY2exOpOXG3EkQR8WsUAUNBZ.png','name':'Cube Vision','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-08-22","0","94","[{'iso_639_1':'en','name':'English'}]","Released","","The Longshots","false","6.2","20" +"false","/gk67yS6cLpYEia8kSPcsSxFqpYA.jpg","null","35000000","[{'id':10752,'name':'War'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","9093","tt0240510","en","The Four Feathers","The story, set in 1875, follows a British officer (Heath Ledger) who resigns his post when he learns of his regiment's plan to ship out to the Sudan for the conflict with the Mahdi. His friends and fianc??e send him four white feathers which symbolize cowardice. To redeem his honor he disguises himself as an Arab and secretly saves the lives of those who branded him a coward.","9.245","/1mr4V13SFK4En8f4ZdyBgnZmVar.jpg","[{'id':12552,'logo_path':null,'name':'Marty Katz Productions','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':14160,'logo_path':null,'name':'Jaffilms Inc.','origin_country':''},{'id':36612,'logo_path':null,'name':'Belhaven Limited','origin_country':''},{'id':19477,'logo_path':null,'name':'Dune Films','origin_country':'MA'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2002-09-08","29882645","132","[{'iso_639_1':'en','name':'English'}]","Released","Freedom. Country. Honor. Passion. To save his best friend, one man must risk everything he loves.","The Four Feathers","false","6.6","253" +"false","/w2KDvs7D0E6yDGESrAeJ0tzimSA.jpg","null","70000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://www.thedilemmamovie.com","44564","tt1578275","en","The Dilemma","Longtime friends Ronny and Nick are partners in an auto-design firm. They are hard at work on a presentation for a dream project that would really launch their company. Then Ronny spots Nick's wife out with another man, and in the process of investigating the possible affair, he learns that Nick has a few secrets of his own. As the presentation nears, Ronny agonizes over what might happen if the truth gets out.","9.134","/wMwKQBOrlz3KN3QLIFj65hyJw9B.jpg","[{'id':2796,'logo_path':null,'name':'Wild West Picture Show Productions','origin_country':'US'},{'id':23,'logo_path':'/mkxNjThahj5pvntvYKVpMbWXm3D.png','name':'Imagine Entertainment','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':158,'logo_path':'/6SHlNIype9zmyEMRsBtoueUtLsq.png','name':'Spyglass Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-01-13","67112664","111","[{'iso_639_1':'en','name':'English'}]","Released","Two best friends. Nothing could come between them... or could it?","The Dilemma","false","5.3","434" +"false","/uIlIfc50twLli49Yme9zVy2VG5h.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","http://www.magpictures.com/takethiswaltz/","86555","tt1592281","en","Take This Waltz","Twenty-eight-year-old Margot is happily married to Lou, a good-natured cookbook author. But when Margot meets Daniel, a handsome artist who lives across the street, their mutual attraction is undeniable.","7.528","/dLHwIyDGcuKeMo4Msftl1fxxccm.jpg","[{'id':23485,'logo_path':null,'name':'Joe's Daughter','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'ES','name':'Spain'}]","2011-11-25","0","116","[{'iso_639_1':'en','name':'English'}]","Released","A funny, bittersweet tale of love???","Take This Waltz","false","6.5","174" +"false","/zPjG2ydn4qixhe8mAoEyBxGcrTe.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","165477","tt1545328","en","Whole Lotta Sole","In a misguided attempt to protect his family and pay back gambling debts to the local Mobster, Jimbo robs a fish market, which is coincidentally owned by the same Mobster. On the run, Jimbo is cornered in a local curio shop, where he takes hostage an assortment of colourful characters, including a man who may be his illegitimate father. Surrounded by the Police, the SAS and the Mobster's crew, the young man must find a way out of his precarious predicament with the help of his oddball captives.","2.479","/aZEM3cCqJKZqTkkbV82xT2ZkpNf.jpg","[{'id':5820,'logo_path':null,'name':'Generator Entertainment','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2012-04-21","0","94","[{'iso_639_1':'en','name':'English'}]","Released","Small time robbery. Big time mess.","Whole Lotta Sole","false","5.5","27" +"false","/rOcw5VX3is3TiZhmxLGdYqBcTcP.jpg","null","4954000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':10402,'name':'Music'}]","https://www.curzonartificialeye.com/cold-war","440298","tt6543652","pl","Zimna wojna","A man and a woman meet in the ruins of post-war Poland. With vastly different backgrounds and temperaments, they are fatally mismatched and yet drawn to each other.","16.394","/wsv6vWhJyRhwzmDN4kjs3ACV97Q.jpg","[{'id':20277,'logo_path':'/aomeUwZLIBjGXHfuZq7HTVk7UNb.png','name':'Protagonist Pictures','origin_country':'GB'},{'id':6477,'logo_path':'/tn6i5FOfcfCrYR3zviZVvYdolwu.png','name':'Opus Film','origin_country':'PL'},{'id':6274,'logo_path':null,'name':'MK2 Productions','origin_country':'FR'},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'PL','name':'Poland'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-06-08","18754051","88","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'hr','name':'Hrvatski'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'pl','name':'Polski'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'it','name':'Italiano'}]","Released","","Cold War","false","7.7","436" +"false","/cmryJs0boDuxInAfw3u5oVsmtPf.jpg","null","5000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'}]","","15745","tt0227005","en","Made","Two aspiring boxers lifelong friends get involved in a money-laundering scheme through a low-level organized crime group.","5.267","/4EprGJdGQSu16HxpwjkvpMpcbiC.jpg","[{'id':2188,'logo_path':null,'name':'Artisan Entertainment','origin_country':'US'},{'id':56222,'logo_path':null,'name':'Cardiff Giant Productions','origin_country':'US'},{'id':43498,'logo_path':null,'name':'Resnick Interactive Development','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-07-13","5476060","94","[{'iso_639_1':'en','name':'English'}]","Released","Welcome to disorganized crime.","Made","false","6.2","75" +"false","/yNgH871QSBYTOUH1NBXyQ9g08BG.jpg","null","24000000","[{'id':35,'name':'Comedy'}]","","14369","tt0253798","en","Out Cold","Rick Rambis and his friends are having the time of their lives on Bull Mountain???until the legendary Papa Muntz' son decides to sell the mountain to a sleazy land developer, have the staff fired and turn Bull Mountain into 'Yuppieville'.","6.095","/yfxBwGvhzD9JQYGAglwN7bwr1Hz.jpg","[{'id':431,'logo_path':null,'name':'The Donners' Company','origin_country':'US'},{'id':158,'logo_path':'/6SHlNIype9zmyEMRsBtoueUtLsq.png','name':'Spyglass Entertainment','origin_country':'US'},{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':1171,'logo_path':null,'name':'Epsilon Motion Pictures','origin_country':'CH'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-11-21","14782676","89","[{'iso_639_1':'en','name':'English'}]","Released","They haven't quite figured it all out, but they're getting a little warmer.","Out Cold","false","5.8","77" +"false","/ftNxKAdn2IoRkHBCvARpwbvqa4i.jpg","null","15000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.solitarymanmovie.com/","36691","tt1294213","en","Solitary Man","A car magnate watches his personal and professional life hit the skids because of his business and romantic indiscretions.","7.29","/ivKFRGUewkP3kMEq5RrnzSwYX2t.jpg","[{'id':23596,'logo_path':null,'name':'Paul Schiff Productions','origin_country':'US'},{'id':10226,'logo_path':null,'name':'Smartest Man Productions','origin_country':''},{'id':1020,'logo_path':'/kuUIHNwMec4dwOLghDhhZJzHZTd.png','name':'Millennium Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-09-07","5024782","90","[{'iso_639_1':'en','name':'English'}]","Released","Ben loves his family almost as much as he loves himself","Solitary Man","false","5.8","126" +"false","/o2ZmWvRFnqNURvf9NC5FkrUdSQu.jpg","null","5000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://www.sunshinecleaning-themovie.com","13090","tt0862846","en","Sunshine Cleaning","A single mother and her slacker sister find an unexpected way to turn their lives around in the off-beat dramatic comedy. In order to raise the tuition to send her young son to private school the mom starts an unusual business ??? a biohazard removal/crime scene clean-up service.","8.21","/9JkxUbOFiomw2Ci8ayTfAT69s0k.jpg","[{'id':12807,'logo_path':'/i1TyJLN5V53V6IKbugEzwM3tMvw.png','name':'Overture Films','origin_country':'US'},{'id':7374,'logo_path':null,'name':'Back Lot Pictures','origin_country':''},{'id':188,'logo_path':'/40E8iNvy6brH6t4BbmQL211jIpl.png','name':'Big Beach','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-01-18","16174377","102","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","life's a messy business.","Sunshine Cleaning","false","6.6","397" +"false","/yi9qxpSzuzZ42i04QmFfuCJyRCV.jpg","null","30000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","11529","tt0256415","en","Sweet Home Alabama","New York fashion designer, Melanie Carmichael suddenly finds herself engaged to the city's most eligible bachelor. But her past holds many secrets???including Jake, the redneck husband she married in high school, who refuses to divorce her. Bound and determined to end their contentious relationship once and for all, Melanie sneaks back home to Alabama to confront her past.","8.766","/698cbxq0SRwCdOPG5Bwi7JDk12d.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':333,'logo_path':'/5xUJfzPZ8jWJUDzYtIeuPO4qPIa.png','name':'Original Film','origin_country':'US'},{'id':112208,'logo_path':null,'name':'D&D Films','origin_country':''},{'id':112209,'logo_path':null,'name':'Pigeon Creek Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-09-26","180622424","108","[{'iso_639_1':'en','name':'English'}]","Released","Sometimes What You're Looking For Is Right Where You Left It.","Sweet Home Alabama","false","6.2","722" +"false","/2EK85HcE4qNdpRHkUWNC1CjNsTW.jpg","null","80000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","14462","tt0368008","en","The Manchurian Candidate","Years after his squad was ambushed during the Gulf War, Major Ben Marco finds himself having terrible nightmares. He begins to doubt that his fellow squad-mate Sergeant Raymond Shaw, now a vice-presidential candidate, is the hero he remembers him being. As Marco's doubts deepen, Shaw's political power grows, and, when Marco finds a mysterious implant embedded in his back, the memory of what really happened begins to return.","10.861","/7gZZ6Qk2TZf4bEXHYbBEFlH8emJ.jpg","[{'id':1274,'logo_path':null,'name':'Clinica Estetico','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':258,'logo_path':null,'name':'Scott Rudin Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-07-30","96105964","129","[{'iso_639_1':'en','name':'English'}]","Released","Everything is under control.","The Manchurian Candidate","false","6.3","684" +"false","/uE0sLnJrfcsFoLGWllFczdJp4rS.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'}]","http://www.wie-im-himmel-derfilm.de/start.html","464","tt0382330","sv","S?? som i himmelen","A musical romantic tragedy about a famous composer who moves back to his small hometown after having had heart troubles. His search for a simple everyday life leads him into teaching the local church choir which is not easily accepted by the town yet the choir builds a great love for their teacher.","4.253","/86c6dJecxlptDUtfkAHcyxeWkNQ.jpg","[{'id':242,'logo_path':null,'name':'GF Studios','origin_country':'SE'},{'id':1929,'logo_path':null,'name':'Sonet Film','origin_country':'SE'},{'id':228,'logo_path':'/zT2bcTDEbBkfZi2APB8DYJKLIQ3.png','name':'Filmpool Nord','origin_country':'SE'},{'id':2999,'logo_path':'/zGSqFee9aDgDuLD6vcs2mcJUem4.png','name':'SVT','origin_country':'SE'},{'id':113441,'logo_path':null,'name':'K. Pollak Film','origin_country':'SE'},{'id':3676,'logo_path':null,'name':'ASA Film Production','origin_country':'DK'}]","[{'iso_3166_1':'DK','name':'Denmark'},{'iso_3166_1':'SE','name':'Sweden'}]","2004-09-03","0","132","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'sv','name':'svenska'}]","Released","","As It Is in Heaven","false","7.3","68" +"false","/6OmrokBxCpkjGmBbYu9WW5sRPha.jpg","{'id':473843,'name':'Stake Land Collection','poster_path':'/xAwBPbxAlDnSqhHoDNGNXcsTpIO.jpg','backdrop_path':'/72PvRN7CSR2zpMc5wrRg9j4JTIQ.jpg'}","0","[{'id':28,'name':'Action'},{'id':27,'name':'Horror'}]","","410988","tt5843670","en","The Stakelander","When his home of New Eden is destroyed by a revitalized Brotherhood and its new Vamp leader, Martin finds himself alone in the badlands of America with only the distant memory of his mentor and legendary vampire hunter, Mister, to guide him.","3.687","/3K9sca6hMxVzCtE7EnAxTjdKWpM.jpg","[{'id':80312,'logo_path':null,'name':'Berserker Entertainment','origin_country':''},{'id':1360,'logo_path':null,'name':'Glass Eye Pix','origin_country':''},{'id':43352,'logo_path':null,'name':'Last Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-10-14","0","85","[{'iso_639_1':'en','name':'English'}]","Released","","The Stakelander","false","5.5","57" +"false","/ul4WiN9EJxsMokdg7z4Y6iisvHS.jpg","{'id':531566,'name':'Along with the Gods Collection','poster_path':'/zMpEGMt2FF3AWgbbpyy2u7sTW11.jpg','backdrop_path':'/kZUaOzFCfoDa1E6gl9JoOrKj5YJ.jpg'}","18300000","[{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'}]","","518068","tt8116428","ko","????????????-?????? ???","Along With the Gods: The Last 49 Days follows the journey of 3 Afterlife Guardians and Su-hong as they journey through their 49th trial in order to gain their reincarnations and how the Guardians slowly recover their forgotten memories through Household God in the living world.","9.662","/dD0IkeanGMSSUIG0KDHBIXcS2sx.jpg","[{'id':7819,'logo_path':'/ghFZAt4edln0M7BzDExyYMzUGX1.png','name':'Lotte Entertainment','origin_country':'KR'},{'id':103323,'logo_path':null,'name':'Dexter Studios','origin_country':'KR'},{'id':3655,'logo_path':null,'name':'Realies Pictures','origin_country':'KR'}]","[{'iso_3166_1':'KR','name':'South Korea'}]","2018-08-01","112790210","141","[{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","","Along with the Gods: The Last 49 Days","false","7.6","38" +"false","/n1DBSYDZqDnMq9i2EzBz4fIv8nN.jpg","null","0","[{'id':28,'name':'Action'}]","","433623","tt5741304","km","Jailbreak","What started as a simple escort mission will soon turn to chaos as the prisoners of Koh Kla take over the prison grounds. A special task force [Jean-Paul Ly, Dara Our, Tharoth Sam] gets trapped in the prison will have to fight their way out for survival, to protect a key witness [Savin Phillip].","3.592","/48Evnm8qldagV5A75xGAqIo19Wb.jpg","[{'id':85214,'logo_path':null,'name':'Kongchak Pictures','origin_country':''}]","[{'iso_3166_1':'KH','name':'Cambodia'}]","2017-01-31","0","100","[{'iso_639_1':'km','name':''},{'iso_639_1':'en','name':'English'}]","Released","If You Give Up, You Die","Jailbreak","false","5.7","18" +"false","/2by0EPfRCuA1ALZXfGbLF5JQ5ls.jpg","null","0","[{'id':35,'name':'Comedy'}]","","427989","tt6085872","it","Poveri ma ricchi","The ""Tucci"" are a poor Italian family living in a small village in Lazio. Father, mother, a conceited daughter and a genius son, forced to pretend being stupid to keep up with the family. One day something unexpected happens: the family wins one hundred million Euros. Excited, they decide to keep the winning a secret, but as soon as a single word slips out from the mouth of the householder, they only have one choice to avoid being persecuted by friends and acquaintances: run away. They leave at night, heading to Milan. They will realize as soon as they arrive that today's rich people behaves very differently from the past, and being rich has become a real bother... this discovery will make things way different from what Tuccis' expected.","5.003","/mNhi8Xhtu2abtGqLCZqRxKzSVml.jpg","[]","[{'iso_3166_1':'IT','name':'Italy'}]","2016-12-15","0","90","[{'iso_639_1':'it','name':'Italiano'}]","Released","","Poveri ma ricchi","false","6.2","227" +"false","/wvQcXrEKN8jHHmR2J7fpoYaRtMx.jpg","null","0","[{'id':18,'name':'Drama'}]","","452914","tt2877192","en","Changeover","A girl grieving the horrific loss of her parents moves in with relatives, who try their best to welcome her into the family.","0.928","/2F3S9pZW8uc6I1vbbsb212KDRB1.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-04-12","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Changeover","false","6","1" +"false","","null","0","[{'id':18,'name':'Drama'}]","","558302","tt7532392","en","Birds of a Feather 2","After years of success, Zaytoven still finds himself stuck in the middle of being a great producer and a mainstream producer, fighting for the #1 spot while keeping his principles intact. When Zay and his cousin Nuke get's confronted by a ole friends widow, Trish played by ""KASH DOLL"", demanding payment from her Husbands abandoned music royalties. The cousins find themselves yet in another bind. Trish convince her brother Rock played by ""JOSIAH MCCORMICK"" and up coming producer idol turned rival, Ryan played by ""TROUBLE"" to extort Zaytoven and Co. at all cost. Tested by fans, media, friends and even family Zaytoven maneuver through the fight of his life in this twisted; made up Hollywood fantasy we call entertainment. This dramatic story unfolds as two cousins once again navigate through the industry.","1.4","/zz47ClYd5juszEt5YZeXilBN6PM.jpg","[]","[]","2018-11-01","0","89","[]","Released","","Birds of a Feather 2","false","10","1" +"false","/ygpmldOhHDwm6jTeNKlPp32eo90.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':10749,'name':'Romance'},{'id':53,'name':'Thriller'}]","http://beautifulprison.com/","405899","tt2484254","en","Beautiful Prison","Ben is a brain damaged young man who awakens from a violent accident to a restored intellect and supernatural abilities, which allow him to control the happenings of his world.","0.933","/nlsUWLazfzTxxE5wiL90ko3jyr7.jpg","[{'id':79504,'logo_path':null,'name':'Midnight Releasing','origin_country':''},{'id':79505,'logo_path':null,'name':'Acort International','origin_country':''}]","[{'iso_3166_1':'MX','name':'Mexico'},{'iso_3166_1':'US','name':'United States of America'}]","2016-07-12","0","83","[{'iso_639_1':'en','name':'English'}]","Released","","Beautiful Prison","false","5.1","9" +"false","","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'}]","","558435","tt7385782","en","And There Were 4","","1.96","/pM4HIcP6cjEWMZ04oVUMa4ToHWi.jpg","[]","[]","2018-05-26","0","83","[{'iso_639_1':'en','name':'English'}]","Released","","And There Were 4","false","0","0" +"false","/xuESEXjunXd04v7NCqMxWBFkmIA.jpg","null","0","[{'id':99,'name':'Documentary'}]","","372197","tt4386596","en","Swallowed Souls: The Making of Evil Dead 2","A documentary about the making of Evil Dead 2.","0.675","/3jLh2waQOnsjHUN2BNuZSbUliln.jpg","[{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'},{'id':35,'logo_path':'/wxrHa3nZ1K4zo65p56991INkGo6.png','name':'Lions Gate Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-11-15","0","98","[{'iso_639_1':'en','name':'English'}]","Released","","Swallowed Souls: The Making of Evil Dead 2","false","8","1" +"false","/h5PeJUMVPeXdhRvVctP1JUMVxQR.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","557080","tt6538402","ja","?????????????????? ???????????????????????????????????????","After her parents divorced, Shima Sumitomo lived with her mother. She felt uncomfortable living with her stepfather and she was unable to hang out with people at her high school. Shima Sumitomo decides to move to Hokkaido where her father lives. At her new high school in Hokkaido, she meets classmate Gen Tatebayashi and Wao Sakurai. They are the two most popular boys at her school. A principle of her school is that ""Gen and Wao are for everyone."" If anyone breaks the rule, that person will be ostracized. Even so, Shima Sumitomo gets closer to Gen and Wao.","1.344","/im6ICX6uL1ShGnjk86dRyRQQxgU.jpg","[]","[]","2018-03-03","0","110","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Principal: Am I a Heroine Who Is In Love?","false","6.8","3" +"false","","null","0","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'}]","http://gaga.ne.jp/yuzai/","507648","tt7210264","ja","??????","An ex-journalist Masuda whose article caused a scandalous fatality now works at a small factory. He learns that his colleague Suzuki is a former convict who killed some children back in middle school. Trying to get back his old job, Masuda secretly starts to write a piece on Suzuki while befriending him. The more he learns about his colleague, however, the more Masuda remembers his younger self, a boy who triggered his classmate's suicide.","2.075","/aB1eCFFaJHLU6b020IOl5JKD649.jpg","[]","[{'iso_3166_1':'JP','name':'Japan'}]","2018-05-25","0","129","[{'iso_639_1':'ja','name':'?????????'}]","Released","","My Friend ""A""","false","0","0" +"false","/iuOOWkLknwNDhVXMS55a51M7HUJ.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","http://www.misumisou-movie.com/","498934","tt7155170","ja","???????????????","The story follows Nozaki Haruka, a middle school student who transfers to a new school in a small town because of her father's work. Unfortunately, she becomes a victim of horrific bullying, but since the school will be closing in 2 months after graduation, no one is willing to help her.","4.265","/aFF08I3ZJIPECkPT9us8MVjQC8M.jpg","[]","[{'iso_3166_1':'JP','name':'Japan'}]","2018-04-07","0","114","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Liverleaf","false","7.5","6" +"false","/lCW45tqRBD9JW5aAvL8le3DUpZ3.jpg","null","24100000","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'},{'id':35,'name':'Comedy'},{'id':10752,'name':'War'}]","","430424","tt5258850","fr","Au revoir l??-haut","In November 1918, a few days before the Armistice, when Lt. Pradelle orders a senseless attack, he causes a useless disaster, but his outrageous act also binds the lives of two soldiers who have nothing more in common than the battlefield: ??douard saves Albert, although at a high cost. They become companions in misfortune who will attempt to survive in a changing world. Pradelle, in his own way, does the same.","8.56","/3xTImsBYSIqLZfWCHfqWj9IC365.jpg","[{'id':9,'logo_path':'/nda3dTUYdDrJ6rZqBpYvY865aDv.png','name':'Gaumont','origin_country':'FR'},{'id':46760,'logo_path':null,'name':'Stadenn Productions','origin_country':''},{'id':20484,'logo_path':null,'name':'Manchester Films','origin_country':'FR'},{'id':83,'logo_path':'/9OQ0rm55xtlgX7KcAKMUePJSrQc.png','name':'France 2 Cin??ma','origin_country':'FR'},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':10611,'logo_path':'/zQ4fGaEnNkWfSzyygXRcUZwPmDG.png','name':'Cin??+','origin_country':'FR'},{'id':7131,'logo_path':'/eLvjHPYZ12GR58lrDgg6MXZp2a3.png','name':'France T??l??visions','origin_country':'FR'},{'id':113342,'logo_path':null,'name':'Entourage Pictures','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'FR','name':'France'}]","2017-10-25","0","113","[{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'de','name':'Deutsch'}]","Released","","See You Up There","false","8","599" +"false","/ioWzmrsgqwV2970f6LS1x7mQjap.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':10770,'name':'TV Movie'}]","http://www.mylifetime.com/movies/you-killed-my-mother","491487","tt6881740","en","You Killed My Mother","Disturbed teenager Jo Fay loses it and attacks a nurse at the hospital when she is told her critically ill mother won't qualify for a liver transplant due to her chronic alcoholism. Years later, when she is released from a mental institution, Jo seems normal but harbors a ferocious rage to take revenge on everyone she blames for her mother's death. Ashley Jones, Carlena Britch star. (2017)","0.84","/3CZxkW1A42n9wtKrG7SSkIkC30Z.jpg","[{'id':3431,'logo_path':'/6LVLYfZAEQfhJey0MGvhFXdDEK1.png','name':'Lifetime','origin_country':'US'},{'id':91046,'logo_path':null,'name':'N.B Thrilling Films 8','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2017-12-07","0","85","[{'iso_639_1':'en','name':'English'}]","Released","","You Killed My Mother","false","5","1" +"false","/jgjP3u7gfiAQ9YiynJH3tFBePzr.jpg","null","300","[{'id':35,'name':'Comedy'}]","https://www.burguesinhathemovie.com","558117","tt5441282","en","Burguesinha","When her Brazilian, senator father is arrested for involving his entire family in campaign finance fraud, a spoiled, rich, Brazilian socialite must suddenly start a new life in America without friends, money, a place to live or a greencard.","0.84","/AiUaKIR2UYeQBfPTabLsc9EnwG2.jpg","[{'id':110764,'logo_path':null,'name':'Dias Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-10-05","0","90","[]","Released","","Burguesinha","false","6","2" +"false","","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://able2film.com/","558308","tt3745558","en","I Before Thee","Jeffery hasn't been the same since the loss of his wife who died during childbirth. Now crisis returns to his life, as his only child is diagnosed with leukemia, sending him into a tailspin. He turns away from his faith, feeling that life is no longer worth living. As God brings reminders of His goodness into Jeffery's life, will that be enough to guide him back to what matters most?","1.96","/3IAHglLniTldS9RfTsKonMxlkMS.jpg","[{'id':110802,'logo_path':null,'name':'Able 2 Film Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-04-07","0","82","[]","Released","","I Before Thee","false","10","1" +"false","/5ntur0jfQOvOZI4QQJWgBq2Xg5C.jpg","null","20000000","[{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'},{'id':10751,'name':'Family'},{'id':16,'name':'Animation'}]","https://www.3qumedia.com/charming","354279","tt4086018","en","Charming","Three fairy tale princesses find themselves engaged to the same guy, Prince Charming.","5.446","/yayzDar0dL3AvNoP1vPDFtinNYc.jpg","[{'id':95590,'logo_path':null,'name':'3QU Media','origin_country':''},{'id':105298,'logo_path':null,'name':'Cinesite','origin_country':''},{'id':110831,'logo_path':null,'name':'Storyoscopic Films','origin_country':''},{'id':81139,'logo_path':null,'name':'Vanguard Animation','origin_country':''},{'id':78669,'logo_path':null,'name':'WV Enterprises','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-04-20","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Charming","false","5.9","40" +"false","/fvuRN6tgNsFR7p6P8i7WhvuJUU6.jpg","null","0","[{'id':35,'name':'Comedy'}]","","484579","tt2838568","en","The More You Ignore Me","Based on Jo Brand's critically acclaimed novel of the same name, The More You Ignore Me is a warm, comedy drama focusing on the life of an unconventional family in 1980s rural England. The film focuses on Gina, a young mother, whose efforts to be a loving mother and wife are undermined by her declining mental health. Things deteriorate when she develops an obsession with the local weatherman, which leads to an admission to the nearby psychiatric hospital. Over the years, as she grows up, her daughter Alice struggles to relate to her heavily medicated mum, and causes chaos when she comes up with a plan to reconnect with her, which divides the family forever and leads to a moving climax. Set to the songs of The Smiths, The More You Ignore Me provides a sometimes stark, yet comical insight into life within this quirky household, whilst addressing mental health issues and their impact on the family.","2.591","/u8X6wiZpYO6tcecjqSZ53M7RyQG.jpg","[{'id':54431,'logo_path':null,'name':'Genesius Pictures','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-04-13","0","90","[{'iso_639_1':'en','name':'English'}]","Released","You definitely can't choose your family!","The More You Ignore Me","false","7","6" +"false","/jKlpW4a48vxdKbNVkRbxpPrf1QC.jpg","{'id':259256,'name':'Race Collection','poster_path':'/1Y6YwrOdm86RuWwzp1e2hHa1nPn.jpg','backdrop_path':'/mg3HjSYWFGgxbi3sxH7Hvjje49F.jpg'}","0","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'}]","","496320","tt7431594","hi","Race 3","The Singh family comprises of Shamsher his step-son Sikandar, twins Suraj and Sanjana. They run a business of illegal arms and trade with the help of their friend Yash. Things get dramatic when Jessica meets Sikandar and the family ties are strained under each character???s ulterior motives.","3.937","/wtnA5mmNumYkeevokar6IskyrZP.jpg","[{'id':59294,'logo_path':'/eNG6SYSrJZgXpqo1l7UwvuWio76.png','name':'Salman Khan Films','origin_country':'IN'},{'id':3081,'logo_path':null,'name':'Tips Industries','origin_country':''}]","[{'iso_3166_1':'IN','name':'India'}]","2018-06-15","0","160","[{'iso_639_1':'hi','name':'??????????????????'}]","Released","You Don'T Need Enemies When You Have A Family","Race 3","false","4.9","26" +"false","/wxI3tAep6YJg0oDvBxK7VvzEnys.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://ournewpresident.us","489992","tt6617656","en","Our New President","The story of Donald Trump's election told entirely through Russian propaganda. By turns horrifying and hilarious, the film is a satirical portrait of Russian meddling in the 2016 election that reveals an empire of fake news and the tactics of modern day information warfare.","3.514","/pj3mzqh1VnyWCFYVNsPsigKVKpS.jpg","[{'id':87233,'logo_path':null,'name':'Third Party Films','origin_country':'US'},{'id':71551,'logo_path':'/hT2G2iuXXqY458TYen2T2qmjlS8.png','name':'Field of Vision','origin_country':'US'},{'id':14909,'logo_path':'/8fLjVGiX8adkseQMCIBYt3UYFiO.png','name':'Impact Partners','origin_country':'US'}]","[{'iso_3166_1':'RU','name':'Russia'},{'iso_3166_1':'US','name':'United States of America'}]","2018-01-18","0","77","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","","Our New President","false","6","2" +"false","/A4YVRhI14LMzsz9Nwqj36lEJPDC.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","478682","tt6173990","hi","Gold","Set in 1948, the historic story of India's first Olympic medal post their independence.","3.046","/xCcdW6nHRcrKWraErYV5g3tut7Q.jpg","[{'id':2934,'logo_path':'/bFoQPEgrOKeQWPBM0RIkfaR3etq.png','name':'Excel Entertainment','origin_country':'IN'},{'id':3653,'logo_path':'/dEpilNgoW7tElN3xacXckHxGXbo.png','name':'Eros International','origin_country':'IN'},{'id':80514,'logo_path':null,'name':'Friday Filmworks','origin_country':''},{'id':108189,'logo_path':null,'name':'Hari Om Entertainment Company','origin_country':''}]","[{'iso_3166_1':'IN','name':'India'}]","2018-08-15","0","170","[{'iso_639_1':'hi','name':'??????????????????'}]","Released","The Dream That United Our Nation","Gold","false","7.5","20" +"false","/v7x6jlKhl66fPm4l6dZaaPmnKOY.jpg","null","0","[{'id':36,'name':'History'},{'id':18,'name':'Drama'}]","","446132","tt6330052","fr","Gauguin??: Voyage de Tahiti","Paul Gauguin feels smothered by the atmosphere prevailing in Paris in the year 1891. Around him, everything is so artificial and conventional: he needs authenticity to renew his art. Failing to convince his wife Mette and his five children to follow him to Paradise Lost, he sets out for Tahiti alone. Once there, he chooses to settle down in Mataiera, a village far away from Papeete, installing himself in a native-made hut. He soon starts working passionately, painting and carving in a style close to the primitive art specific to the island. During his two-year stay the artist will experience poverty, cardiac problems and other displeasures but also happiness in the arms of Tehura, a beautiful young native girl.","3.3","/3Kqrt14GxiudaphD0wLdiAVfmsm.jpg","[{'id':3500,'logo_path':null,'name':'Move Movie','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'}]","2017-09-20","0","101","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'de','name':'Deutsch'}]","Released","","Gauguin: Voyage to Tahiti","false","5.6","40" +"false","/tMxok7ClPPI4QZ6aRXc5hb048gv.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':878,'name':'Science Fiction'}]","","557862","tt4967298","en","Cosmic Whistleblowers","Filmmaker Simon Sharman goes in search of truth to the Roswell UFO mystery of 1947, but its the UFO investigators themselves who become the focus when controversial new evidence is unearthed and deception becomes the name of the game.","0.84","/7A3xmGd2ZgYmkeOfcKL2aR6bNBI.jpg","[]","[]","2015-09-23","0","77","[]","Released","UFOs are serious business...","Cosmic Whistleblowers","false","6","1" +"false","","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':10770,'name':'TV Movie'}]","https://www.mylifetime.com/movies/a-sisters-secret","540880","tt8805604","en","A Sister's Secret","Twin sisters secretly swap places on their thirtieth birthday. The harmless prank becomes a nightmare when one of them is murdered.","3.157","/ziQnEH7CcpCyQ28ySTSPJBxcUL9.jpg","[{'id':3431,'logo_path':'/6LVLYfZAEQfhJey0MGvhFXdDEK1.png','name':'Lifetime','origin_country':'US'}]","[]","2018-08-05","0","85","[{'iso_639_1':'en','name':'English'}]","Released","","A Sister's Secret","false","8","3" +"false","/6vVwIFGbznauxtRG3ibB4bbhaG0.jpg","null","0","[{'id':35,'name':'Comedy'}]","","346145","tt4194108","en","Scottish Mussel","Ritchie is a Glaswegian chancer with low hopes and no prospects. Disillusioned with city life, he goes undercover at a Highland conservation centre to make his fortune as an illegal pearl fisher with the help of his two hapless and accident prone mates, Danny and Fraser. Here he meets Beth, a pretty English conservationist passionate about saving endangered mussels from the clutches of pearl thieves in the Scottish Highlands. Falling for her instantly, Ritchie must beat off competition in the form of Highland Ranger Ethan, a smooth talking American Adonis convinced that Beth can't resist his charms forever. After the success of pearl fishing attracts the unwanted attentions of old school Glaswegian mobster Gavin and his work at the centre leads him to question his true motivations, Ritchie must risk life and limb to save the Highlands from ecological disaster and win Beth's heart...","1.467","/znzHiuvcltj39M799w28pedHNUC.jpg","[]","[]","2015-06-26","0","95","[]","Released","","Scottish Mussel","false","7.2","6" +"false","/5xrpmzqYAXfn4fI93yGKDw9YFgU.jpg","null","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","557656","tt4791780","en","King Charles","An un-ethical DEA agent does everything in his power within and outside the law to catch a cocaine kingpin.","0.84","/AbL2PzAUbhBRZ5ksC7oU7OMsLFe.jpg","[]","[]","2017-03-09","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","King Charles","false","8","1" +"false","/sSB1yZ00e9LJc6EYBR2thXxNuUM.jpg","null","0","[{'id':53,'name':'Thriller'}]","","557781","tt8327628","en","Hacker's Game Redux","Soyan is a computer prodigy that works for a company he previously hacked. This online security firm runs covert activities for high-profile clients around the world. Loise is a cyber-detective who investigates war crimes for a human rights organization. She is obsessed with the truth. Loise and Soyan meet on a rooftop and bond together through a virtual chess game. But Soyan's employer, Russel Belial, has asked him to protect the same arms-dealer that Loise is determined to help to capture. What is Soyan's real goal? Who will call the game now? Loise and Soyan embark upon an intense but dangerous romance. After being in a virtual world, will Soyan and Loise risk everything for true love?","1.419","/fNk58dlcTgpQVfrjea8Y4ATDqLt.jpg","[]","[]","2018-09-10","0","89","[{'iso_639_1':'en','name':'English'}]","Released","Hacker's Game Redux","Hacker's Game Redux","false","6.7","3" +"false","/9BQdCQoIplju437ZUeq36U334Fs.jpg","null","0","[{'id':53,'name':'Thriller'}]","","464749","tt4708300","en","Mountain Fever","Hostage in his own home, an incompetent Englishman is forced to team up with his captor to fight off the survivors of a fatal flu epidemic.","0.612","/y8HHo72Itpr7UvCPQ65EM7wm1sz.jpg","[]","[{'iso_3166_1':'FR','name':'France'}]","2017-08-26","0","92","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Mountain Fever","false","3","5" +"false","/zl6sPRuYh03aki4rx8hLPSSRD6S.jpg","null","0","[{'id':99,'name':'Documentary'}]","","503150","tt2180351","en","Eating Animals","An examination of our dietary choices and the food we put in our bodies.","2.387","/tppzVmguu02QAjXM957XVqKrvgl.jpg","[{'id':8873,'logo_path':null,'name':'Handsomecharlie Films','origin_country':''},{'id':18852,'logo_path':'/zAUMqxK7SnIh00g788FAgx7F8Fg.png','name':'Heretic Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-06-15","0","94","[{'iso_639_1':'en','name':'English'}]","Released","","Eating Animals","false","6.8","5" +"false","/jsxWNQ1wXqtFAJmYzYIDH2XkBN6.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","http://www.buckshotmovie.com/","547112","tt3586044","en","Buckshot","A young, struggling country singer becomes the driver for an old, crazed, honky-tonk legend that could possibly help him break into stardom.","0.6","/h7T6zro4OdfENEebYqAtAeBPda9.jpg","[]","[]","2017-10-06","0","78","[{'iso_639_1':'en','name':'English'}]","Released","","Buckshot","false","4","1" +"false","/mSP6MfwiyTanKYAdpcZ77p6HfcV.jpg","null","0","[{'id':878,'name':'Science Fiction'}]","","552376","tt9038976","en","Battle Bots","After nuclear warfare has decimated Earth, tyrants using service robots to enslave the population are met with a rebellion.","1.487","/hn0lz5Fmy2nWUWkdNlFAPBYSEhk.jpg","[{'id':6765,'logo_path':null,'name':'Sterling Entertainment','origin_country':''},{'id':2513,'logo_path':null,'name':'Cinema Epoch','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-11","0","","[]","Released","","Battle Bots","false","5.7","3" +"false","/cY7TEGV4GipW9Z5uDpSVBytsK9W.jpg","null","30","[{'id':27,'name':'Horror'}]","","533137","tt7445552","en","Armenian Haunting","An Armenian-American journalist turns into an unwilling ghost hunter while researching the sudden deaths in her family and their connection to a paranormal mystery.","1.571","/yWx8068D4PLghuCkQ1Oh84qOirw.jpg","[]","[]","2018-04-24","0","78","[]","Released","Denial is a Hundred Year Old Curse.","Armenian Haunting","false","7.5","2" +"false","/a24i4Qw6qFTtkFLQsncv8WPwevj.jpg","{'id':523855,'name':'The Equalizer Collection','poster_path':'/w9taToc4xcVE9duBwbywp0nAnue.jpg','backdrop_path':'/snZcRgLGgdB7VBDVeGVSdDFRlid.jpg'}","62000000","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","http://www.equalizer.movie/site/","345887","tt3766354","en","The Equalizer 2","Robert McCall, who serves an unflinching justice for the exploited and oppressed, embarks on a relentless, globe-trotting quest for vengeance when a long-time girl friend is murdered.","35.652","/cQvc9N6JiMVKqol3wcYrGshsIdZ.jpg","[{'id':2767,'logo_path':null,'name':'Mace Neufeld Productions','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':41096,'logo_path':null,'name':'Lonetree Entertainment','origin_country':'US'},{'id':8151,'logo_path':null,'name':'Fuqua Films','origin_country':'US'},{'id':1423,'logo_path':'/9KSoL1oEQaBSPLwEhoZZRoxTzyx.png','name':'Escape Artists','origin_country':'US'},{'id':34,'logo_path':'/GagSvqWlyPdkFHMfQ3pNq6ix9P.png','name':'Sony Pictures','origin_country':'US'},{'id':44967,'logo_path':null,'name':'ZHIV Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-07-19","102084362","122","[{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'he','name':'????????????????'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'tr','name':'T??rk??e'}]","Released","There is no equal","The Equalizer 2","false","6.4","1861" +"false","/lfMtVr5hkFeGy4dMaEf3XUQr76d.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","https://bleeckerstreetmedia.com/papillon","433498","tt5093026","en","Papillon","Henri ???Papillon??? Charri??re, a safecracker from the Parisian underworld, is wrongfully convicted and sentenced to life imprisonment in the penal colony of French Guiana, where he forges a strong friendship with Louis Dega, a counterfeiter who needs his protection.","16.911","/ahF5c6vyP8HWMqIwlhecbRALkjq.jpg","[{'id':19177,'logo_path':null,'name':'Red Granite Pictures','origin_country':''},{'id':20473,'logo_path':null,'name':'Czech Anglo Productions','origin_country':''},{'id':23385,'logo_path':'/Ajqe4ToDv3J81KqmR0TNLil8wPm.png','name':'FishCorb Films','origin_country':'ES'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CZ','name':'Czech Republic'},{'iso_3166_1':'ES','name':'Spain'}]","2017-09-07","0","134","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","The greatest escape adventure ever told","Papillon","false","7.4","553" +"false","/2nOMUnQ4OtsKVTmpp3og7MYt4oG.jpg","null","35000000","[{'id':28,'name':'Action'}]","","347375","tt4560436","en","Mile 22","An elite group of American operatives, aided by a top-secret tactical command team, must transport an asset who holds life-threatening information to an extraction point 22 miles away through the hostile streets of an Asian city.","24.599","/2L8ehd95eSW9x7KINYtZmRkAlrZ.jpg","[{'id':47729,'logo_path':'/5NRpQ7xxmODXAjt2pRWUFMLVzvP.png','name':'STX Entertainment','origin_country':'US'},{'id':8537,'logo_path':null,'name':'Closest to the Hole Productions','origin_country':'US'},{'id':20153,'logo_path':null,'name':'Film 44','origin_country':'US'},{'id':103673,'logo_path':null,'name':'The Hideaway Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-08-16","0","95","[{'iso_639_1':'id','name':'Bahasa indonesia'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Option 1: Diplomacy. Option 2: Military. Meet Option 3.","Mile 22","false","6","809" +"false","/rH79sB6Nkx4cMW3JzsUy7wK0rhX.jpg","null","150000000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","http://www.themeg.movie","345940","tt4779682","en","The Meg","A deep sea submersible pilot revisits his past fears in the Mariana Trench, and accidentally unleashes the seventy foot ancestor of the Great White Shark believed to be extinct.","31.502","/eyWICPcxOuTcDDDbTMOZawoOn8d.jpg","[{'id':56242,'logo_path':'/1YORRYmg7hgYIgoJek8jU3cykuQ.png','name':'Apelles Entertainment','origin_country':'US'},{'id':48778,'logo_path':'/tto2UKph873Xh1ytxfNBgCxT8NO.png','name':'Gravity Pictures','origin_country':'CN'},{'id':435,'logo_path':null,'name':'Di Bonaventura Pictures','origin_country':'US'},{'id':107790,'logo_path':null,'name':'Flagship Entertainment Group','origin_country':'CN'}]","[{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'US','name':'United States of America'}]","2018-08-09","315960074","113","[{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'th','name':'?????????????????????'}]","Released","Chomp On This","The Meg","false","5.9","2625" +"false","/cXRHNdDAlfYPjOaqCjlu7h9VBtL.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","16447","tt0403692","ko","????????? ????????? ?????????","As the first snow falls in Seoul, two old friends reunite; one is a successful college professor, and the other, a struggling filmmaker recently returned from the United States. After their reminiscences, they finally decide to go in search of the young woman each had romanced years earlier.","2.661","/w8n5h8HcexuOEPql1We0DHQLY2m.jpg","[{'id':68952,'logo_path':null,'name':'Miracin Korea','origin_country':'KR'}]","[{'iso_3166_1':'KR','name':'South Korea'},{'iso_3166_1':'FR','name':'France'}]","2004-05-14","0","88","[{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","","Woman Is the Future of Man","false","6.5","13" +"false","/sG3WRFGeQjzneDYrTClxFhXdm10.jpg","null","0","[{'id':18,'name':'Drama'}]","","419914","tt5765144","en","Song of Granite","The life story of traditional Irish folk singer Joe Heaney, who is estimated to have recorded in excess of 500 traditional Irish sean n??s ('old style') songs. Heaney moved from Ireland to the UK, and then on to New York City, where he settled shortly after performing at the Newport Folk Festival in 1965.","0.698","/tGgejvqxG8P7Isd8rgHkhLZNFZU.jpg","[{'id':66512,'logo_path':null,'name':'Am??rique Film','origin_country':'CA'},{'id':82147,'logo_path':null,'name':'Harvest Films','origin_country':''},{'id':82148,'logo_path':null,'name':'Roads Entertainment','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'IE','name':'Ireland'}]","2017-11-24","0","104","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ga','name':'Gaeilge'}]","Released","","Song of Granite","false","5.5","2" +"false","/jIaQoJDTG1kJyr6Y94qBvUda6dk.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","430644","tt6343058","ja","????????????????????????","A lonely, chain-smoking office lady in Tokyo falls for her teacher when she decides to take English lessons. When her teacher disappears, she sets out on a journey to find him.","2.543","/kZ9zniDlKpgKRMtMqs1RS5DJhmV.jpg","[{'id':84536,'logo_path':null,'name':'Matchgirl Pictures','origin_country':''},{'id':77152,'logo_path':null,'name':'Gloria Sanchez Productions','origin_country':'US'},{'id':82475,'logo_path':null,'name':'Meridian Content','origin_country':''},{'id':15505,'logo_path':'/w5QS8A009RWYz0oi0tP4OWoGb5E.png','name':'NHK','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'US','name':'United States of America'}]","2018-01-31","0","95","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'}]","Released","","Oh Lucy!","false","7.1","36" +"false","/oauNq0tkSMit7eaWgaPBmrCMQ9e.jpg","null","0","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'}]","http://vivafilmco.com/2018/06/11/luis-and-the-aliens/","432383","tt4410000","de","Luis and the Aliens","The story 11-year-old Luis who makes friends with three loveable little aliens, who crash their UFO into his house. In return for Luis' help in finding the home-shopping channel stuff they came for, they save Luis from boarding school - and an exciting adventure follows.","4.929","/5oq7s5ru4hjp83mi4fWSJ0L7yUA.jpg","[{'id':50163,'logo_path':null,'name':'Ulysses Filmproduktion','origin_country':''},{'id':50164,'logo_path':null,'name':'Fabrique d'images','origin_country':''},{'id':3922,'logo_path':'/aCdyqd55D2XvjbdpPGvaIY7G64t.png','name':'A. Film Production','origin_country':'DK'}]","[{'iso_3166_1':'DK','name':'Denmark'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'LU','name':'Luxembourg'}]","2018-05-09","0","86","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","Extraterrestrial. Extra trouble.","Luis and the Aliens","false","6.2","36" +"false","","null","0","[{'id':99,'name':'Documentary'}]","","299751","tt4092686","en","Jia Zhangke, Um Homem de Fenyang","Chinese filmmaker Jia Zhangke returns to the shooting locations of his films, along with his actors, friends and close collaborators. Jia recalls the inspiration sources for his movies, such as Platform, Still Life and A Touch of Sin. The film is the memory of a filmmaker and of a country in convulsion, China, which reveals itself little by little.","0.6","/fPDf0pkMDo67dZ9aucfRxn3Jzyv.jpg","[{'id':346,'logo_path':null,'name':'VideoFilmes','origin_country':''}]","[{'iso_3166_1':'BR','name':'Brazil'}]","2014-10-20","0","100","[{'iso_639_1':'zh','name':'?????????'}]","Released","","Jia Zhangke, A Guy from Fenyang","false","7.3","3" +"false","","null","0","[{'id':18,'name':'Drama'}]","","85550","tt0461795","ko","?????????","In Seoul, the paths of two men and one woman intersect and move apart from one another, centering around their love for cinema. A suicidal student meets a young woman who decides to follow him in his fatal gesture. Coming out of a cinema, Tongsu, an unsuccessful filmmaker, spots a beautiful young woman, and recognizes her : she is the main actress in the film he has just seen. The life of this wavering and distressed young man strangely echoes the one of the young man from the beginning...","1.501","/1kxg382oQY8nasbnAGKrEXyolzE.jpg","[{'id':94846,'logo_path':null,'name':'Eonwonsa','origin_country':''},{'id':94,'logo_path':'/huC7HqorvUThGIrENrbcHmQVUA0.png','name':'ARTE France Cin??ma','origin_country':'FR'},{'id':310,'logo_path':'/4Gp5A4YdjPBfsHT47ngHMaXWmb9.png','name':'Centre National de la Cin??matographie','origin_country':'FR'}]","[{'iso_3166_1':'KR','name':'South Korea'},{'iso_3166_1':'FR','name':'France'}]","2005-05-27","0","89","[{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","","Tale of Cinema","false","7.7","12" +"false","/2fP8yZHl3FxJUouMCTBqTnSUrno.jpg","null","30000000","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","17037","tt0155753","en","I'll Be Home for Christmas","Estranged from his father, college student Jake is lured home to New York for Christmas with the promise of receiving a classic Porsche as a gift. When the bullying football team dumps him in the desert in a Santa suit, Jake is left without identification or money to help him make the journey. Meanwhile, his girlfriend, Allie, does not know where he is, and accepts a cross-country ride from Jake's rival, Eddie.","7.324","/j8fIMRp8SHSzCGPaoaFSIVNrsiE.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-11-12","0","86","[{'iso_639_1':'en','name':'English'}]","Released","Somewhere between L.A. and N.Y. Jake found the meaning of Christmas.","I'll Be Home for Christmas","false","5.5","116" +"false","/beJbsLwOkKImXpImUzk3l3BXvY9.jpg","null","0","[{'id':99,'name':'Documentary'}]","https://bleeckerstreetmedia.com/mcqueen","508003","tt6510332","en","McQueen","Alexander McQueen's rags-to-riches story is a modern-day fairy tale, laced with the gothic. Mirroring the savage beauty, boldness and vivacity of his design, this documentary is an intimate revelation of McQueen's own world, both tortured and inspired, which celebrates a radical and mesmerizing genius of profound influence.","6.747","/bc5kAqhNfLitH7zMlLvLRbxV0xD.jpg","[{'id':61770,'logo_path':null,'name':'Salon Pictures','origin_country':''},{'id':101477,'logo_path':null,'name':'Misfits Entertainment','origin_country':''},{'id':31787,'logo_path':null,'name':'Creativity Capital','origin_country':''},{'id':21012,'logo_path':'/rSQSmT0L1u5bCUaqcUEjItjPK47.png','name':'Moving Pictures Media','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-06-08","1243177","111","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","The fearless, rebellious and extraordinary life of Alexander McQueen","McQueen","false","8.1","34" +"false","/9hTWS9LNNe1RUohqo3YBCjciYjW.jpg","null","0","[{'id':12,'name':'Adventure'}]","","35144","tt0089385","en","The Journey of Natty Gann","America is in the depths of the Great Depression. Families drift apart when faraway jobs beckon. In this masterful, atmospheric adventure, a courageous young girl (Meredith Salenger) confronts overwhelming odds when she embarks on a cross-country search for her father. During her extraordinary odyssey, she forms a close bond with two diverse traveling companions: a magnificent, protective wolf, and a hardened drifter (John Cusack). A brilliant, moving tapestry, woven of courage and perseverance.","3.117","/tbHnX1R5F5RpQ88L9tjbVmFOgIP.jpg","[{'id':20741,'logo_path':null,'name':'Buena Vista Distribution Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-09-25","9708373","101","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","The journey that made the impossible come true.","The Journey of Natty Gann","false","6.9","44" +"false","","null","0","[{'id':9648,'name':'Mystery'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","445245","tt2378145","en","Gas Light","A troubled nun attempts to confront the haunts of her past by visiting a former flame in a distant city. Along the way she stops in a desolate river town to retrieve an item from a storage facility and finds herself trapped after hours in the partially renovated old building.","0.735","/7exoMgBsEnHGIIz7tZr8VpVERJH.jpg","[{'id':87397,'logo_path':null,'name':'InFocus Entertainment','origin_country':''},{'id':87398,'logo_path':null,'name':'Dossett Farms','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-05-22","0","80","[{'iso_639_1':'en','name':'English'}]","Released","Store Your Fear Here","Nun","false","7.3","4" +"false","/qAzJDEGoCiS2ctCoFqFxx6p2Y33.jpg","null","0","[{'id':18,'name':'Drama'}]","","41799","tt0095037","en","Distant Voices, Still Lives","The second film in Terence Davies's autobiographical series (along with ""Trilogy"" and ""The Long Day Closes"") is an impressionistic view of a working-class family in 1940s and 1950s Liverpool, based on Davies's own family. Through a series of exquisite tableaux Davies creates a deeply affecting photo album of a troubled family wrestling with the complexity of love.","2.511","/yoWJVoZOqTba0ccfcNqQ2vR2GpV.jpg","[{'id':4606,'logo_path':'/otZHbf1HmzLRQsZFSqJXkf8EHz7.png','name':'ZDF','origin_country':'DE'},{'id':7281,'logo_path':'/vuDafYIcuoY0YyvgcqtjXOKwn6Q.png','name':'British Film Institute','origin_country':'GB'},{'id':181,'logo_path':null,'name':'Channel Four Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'DE','name':'Germany'}]","1988-09-29","0","84","[{'iso_639_1':'en','name':'English'}]","Released","","Distant Voices, Still Lives","false","7","41" +"false","/hQOoCxvSSiaS5vGBpHVngq5NT90.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","","460735","tt7208648","te","??????????????????","Jai is a patriotic man for whom the nation always comes first. He harbours the dream to work for the DRDO and wants nothing else from life. But what happens when an evil mastermind Keshav makes a plan to harm the nation?","0.6","/yiJaVE8GH7UiWESRuN014mcxQjE.jpg","[{'id':96491,'logo_path':null,'name':'Arunachal Creations','origin_country':''}]","[{'iso_3166_1':'IN','name':'India'}]","2017-12-01","0","134","[{'iso_639_1':'te','name':'??????????????????'}]","Released","","Jawaan","false","8","2" +"false","/A74BMSVCT6XqsuM0SvDgVk87IZo.jpg","null","0","[{'id':35,'name':'Comedy'}]","","46919","tt0060959","cs","Sedmikr??sky","Two teenage girls, both named Marie, decide that since the world is spoiled they will be spoiled as well; accordingly they embark on a series of destructive pranks in which they consume and destroy the world about them. This freewheeling, madcap feminist farce was immediately banned by the government.","5.456","/7LYp1ADG89rWeeY81ctxe73VEqp.jpg","[{'id':1931,'logo_path':'/C3Jo9PF1TzvNw97vdOid6oY3DC.png','name':'Filmov?? Studio Barrandov','origin_country':'CZ'}]","[{'iso_3166_1':'CZ','name':'Czech Republic'}]","1966-12-30","0","76","[{'iso_639_1':'cs','name':'??esk??'}]","Released","Upsa-daisy??? downs-a-daisy??? turned-ons-a-daisy","Daisies","false","7.7","94" +"false","/wSi24csxaLm8vWAeqTPyH4WoenI.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.runningwildmovie.com/","430406","tt4435082","en","Running Wild","Stella Davis is a widow who saves her ranch by working with convicts to rehabilitate a herd of wild horses that wandered on to her property. Stella must fight prejudice, greed, bureaucracy and vanity (including her own) to finally understand that there is no better remedy to misfortune than helping another living creature.","2.597","/3tfc2ga4JnWjZGvhKlAPIvOVMBy.jpg","[{'id':37081,'logo_path':null,'name':'ESX Productions','origin_country':''},{'id':79279,'logo_path':null,'name':'ESX Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-02-10","0","99","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","What you fight for defines who you are.","Running Wild","false","6.3","24" +"false","/7s2FwiS7Nhr8Qskz9yUB7GK9ufB.jpg","null","0","[{'id':53,'name':'Thriller'}]","","432831","tt5865046","en","His Secret Past","Popular crime novelist, Jennifer Becker lives a lavish life in a small coastal town in California with her daughter, Lily. One day, while out for a run, Lily is attacked--but then rescued by a mysterious stranger named Mick.","1.164","/ylve4L3piRLyHiMCApFUfWIaB4i.jpg","[]","[]","2016-12-26","0","90","[]","Released","","His Secret Past","false","5.8","5" +"false","/pDV835a8nxdiJsRbKjDp5GOw373.jpg","null","0","[{'id':28,'name':'Action'}]","","12259","tt0073707","hi","????????????","A Police Officer, whose family was killed by a bandit named Gabbar Singh, decides to fight fire with fire and recruits two convicts, Jai & Veeru, to bring Gabbar Singh to jail alive, but will they succeed in their mission and get their reward? Come and watch the action-packed super-hit Sholay to find out!!","5.578","/AfXw3LGbywC4jxpHZ46sMnkh7nl.jpg","[{'id':67523,'logo_path':null,'name':'Sholay Media & Entertainment','origin_country':''},{'id':14516,'logo_path':null,'name':'Ramesh Sippy Entertainment','origin_country':''},{'id':4470,'logo_path':null,'name':'United Producers','origin_country':''},{'id':67524,'logo_path':null,'name':'Sippy Films','origin_country':''}]","[{'iso_3166_1':'IN','name':'India'}]","1975-08-15","0","204","[{'iso_639_1':'hi','name':'??????????????????'}]","Released","The greatest star cast ever assembled.......The greatest story ever told","Sholay","false","7","103" +"false","/5YSddzmb93XdTqk9DVTKF65Hkb0.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':10402,'name':'Music'}]","","413836","tt5037288","en","The Terry Kath Experience","One of the original members of the band Chicago, Terry Kath has been praised by icons like Jimi Hendrix and Joe Walsh for his voice and guitar playing. Michelle Sinclair, first-time filmmaker and Terry's daughter, searches for the truth surrounding the life and untimely death of her father, in this look at one of the most underrated guitarists in rock history.","1.109","/cOkf1U3d1argPp7To5pnGJ4xEzE.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-09-13","0","89","[]","Released","","The Terry Kath Experience","false","0","0" +"false","/3fUule7CGt4Eq1lPPqyz3qSXa8C.jpg","null","6829782","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","","430474","tt4105584","en","Deep","In 2100, when humanity has abandoned the earth, a colony of extravagant creatures still thrives in the deepest abyss of the ocean.","4.241","/zMZTBbBa9eevwpWoVIVHh4Gm1ij.jpg","[{'id':3604,'logo_path':'/jC6Hk3ZyNRlVPJsA0xGlAhgd2RP.png','name':'Grindstone Entertainment Group','origin_country':'US'},{'id':110676,'logo_path':null,'name':'The Thinklab','origin_country':''},{'id':79009,'logo_path':null,'name':'The Kraken Films','origin_country':''},{'id':19037,'logo_path':'/xhAYgpFmJfcCVLV5NMD8QKvqqHc.png','name':'Umedia','origin_country':'BE'},{'id':110677,'logo_path':null,'name':'Propulsion','origin_country':''},{'id':110678,'logo_path':null,'name':'Dragon Dreams','origin_country':''},{'id':67612,'logo_path':null,'name':'Grid Animation','origin_country':''},{'id':12075,'logo_path':null,'name':'Silver Reel','origin_country':'CH'}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'CH','name':'Switzerland'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2017-11-01","0","92","[{'iso_639_1':'en','name':'English'}]","Released","Under pressure, everything gets complicated","Deep","false","4.7","44" +"false","/1qE6ZiCCitEAgSMOC1C4HnX5W5l.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","https://www.possumfilm.com","472269","tt6081670","en","Possum","A disgraced children???s puppeteer returns to his childhood home and is forced to confront his wicked stepfather and the secrets that have tortured him his entire life.","5.455","/5QOFKSpE7KacBriU95fxG6hmmvr.jpg","[{'id':63443,'logo_path':'/iKm40tfw3Hxaz7mUubWrdbApUJV.png','name':'The Fyzz Facility','origin_country':'GB'},{'id':16877,'logo_path':null,'name':'BFI Film Fund','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-10-26","0","85","[{'iso_639_1':'en','name':'English'}]","Released","Can you spy him deep within? Little possum. Black as sin.","Possum","false","6.4","33" +"false","/e27wsm1HGLTOffd5iA3QU3vxSUq.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://billnyefilm.com/","438468","tt4853154","en","Bill Nye: Science Guy","Bill Nye is retiring his kid show act in a bid to become more like his late professor, astronomer Carl Sagan. Sagan dreamed of launching a spacecraft that could revolutionize interplanetary exploration. Bill sets out to accomplish Sagan's mission, but he is pulled away when he is challenged by evolution and climate change contrarians to defend the scientific consensus. Can Bill show the world why science matters in a culture increasingly indifferent to evidence?","1.411","/S8hd9NitC0zPD950cqOG1nM6Xa.jpg","[{'id':92462,'logo_path':null,'name':'Structure Films','origin_country':''},{'id':92460,'logo_path':null,'name':'Complex Corporation','origin_country':''},{'id':63267,'logo_path':'/aBsWy0FMOCdtvGGxJFQl5CPR07i.png','name':'Exhibit A Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-04-10","0","95","[{'iso_639_1':'en','name':'English'}]","Released","","Bill Nye: Science Guy","false","5.4","12" +"false","/IHLO5YtlPP2seTpQbJwMTAWzqI.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.theringthingmovie.com/","450417","tt6572694","en","The Ring Thing","When Sarah accidentally proposes to her girlfriend in Provincetown, she finds herself at odds with her partner's expectations of their future. The mixup sends both women on different journeys of marital exploration.","0.6","/d0cUD1eecGim03NGOHChXZSZ08A.jpg","[]","[]","2017-06-15","0","120","[{'iso_639_1':'en','name':'English'}]","Released","saying yes to the future means letting go of the past","The Ring Thing","false","6.3","4" +"false","/tqZVO3H4w4SQJcNI2lRx7SBqbCs.jpg","null","250","[{'id':878,'name':'Science Fiction'},{'id':35,'name':'Comedy'}]","http://thefitzroy.com/","425840","tt2289098","en","The Fitzroy","The Fitzroy is a live action black comedy set in an alternative post-apocalyptic 1950s. The world is covered in poisonous gas, and the last place for a traditional seaside holiday is The Fitzroy hotel, an abandoned submarine just off the coast of England. The film centers on Bernard, the hotel's bellboy, cook, maintenance man and general dogsbody, as he faces a constant battle to keep the decaying hotel airtight and afloat. But when he falls in love with a murderous guest, he is thrown into a mad day of lies, backstabbing and chaos. As Bernard struggles to hide her murders from the other guests and suspicious authorities, his world literally begins to sink around him.","0.6","/bWYfvYBO3VW5KiUD3y72Dupz1J3.jpg","[{'id':83320,'logo_path':null,'name':'Dresden Pictures','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-11-07","0","93","[{'iso_639_1':'en','name':'English'}]","Released","A post-apocalyptic comedy about the last refuge for a traditional seaside holiday.","The Fitzroy","false","9.1","4" +"false","/6A8ELX0urLK1IyhI36DNo6E43KF.jpg","null","0","[{'id':10749,'name':'Romance'}]","","469736","tt5985260","en","Same Time Next Week","Sara deals with her grief by trying to complete her late husband???s bucket list. Injuring herself on one of the tasks leads her to meet Dr. Ryan. A widower himself, Ryan begins to help Sara complete the bucket list. The two get close and Sara doesn???t want to betray her husband???s memory, so she stops seeing Ryan. However, Ryan doesn???t give up and helps Sara realize that everyone deserves a second chance at love","1.061","/wYtKjjvhaJFUfhomH2AKYk0V5qq.jpg","[{'id':93319,'logo_path':null,'name':'Same Time Productions','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2017-08-05","0","83","[{'iso_639_1':'en','name':'English'}]","Released","","Same Time Next Week","false","6","4" +"false","/fXFQnOSbybaU9h2kJ3jtRUU4OpA.jpg","null","0","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':27,'name':'Horror'},{'id':10770,'name':'TV Movie'}]","http://newsite.theasylum.cc/index.php/titles/detail?id=caad01f2-5cf9-e611-9443-0ad9f5e1f797","523931","tt8235660","en","Megalodon","A military vessel on the search for an unidentified submersible finds themselves face to face with a giant shark, forced to use only what they have on board to defend themselves from the monstrous beast.","4.444","/6ruqBOf0agpyK45N0IEvr7miIF8.jpg","[{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-08-13","0","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Danger Is Rising!","Megalodon","false","5.9","72" +"false","","null","0","[{'id':27,'name':'Horror'}]","","552477","tt7900528","en","Let's Not Meet","A pizza delivery girl making her last stop of the night is lured into a trap. While attempting to escape, she encounters a group of campers who are enduring a terrifying nightmare of their own.","1.703","/9GmT2OGUgxPIWEYuqAffWwY1J0E.jpg","[]","[]","2018-10-17","0","114","[]","Released","","Let's Not Meet","false","6","3" +"false","","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","557451","tt4856508","en","John Lives Again","Single and underemployed, John pledges to get his act together before he turns 30. When he meets the elegant young professional Vanessa, he thinks he's found the woman to elevate him.","0.84","/NOo4bMPYKtpX5e4r57eeFt6QZZ.jpg","[]","[]","2017-04-01","0","85","[]","Released","","John Lives Again","false","0","0" +"false","/jk7U9Ua9Y3nXqk9ntvYaJDOOvc6.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","12255","tt0191915","en","Cord","A desperate, childless couple kidnap a pregnant woman and lead her husband to believe that she is dead.","1.382","/1btRuHcDIC8a8yNhlIU8F0ZrPVk.jpg","[]","[{'iso_3166_1':'CA','name':'Canada'}]","2000-01-01","0","100","[{'iso_639_1':'en','name':'English'}]","Released","","Cord","false","5.3","13" +"false","/zWBg1Crm9j4gD8HygZz1j6lCWxd.jpg","null","0","[{'id':18,'name':'Drama'}]","http://simonhunter.com/edie-movie/","460064","tt3823098","en","Edie","To try and overcome a lifetime of bitterness and resentment, an older lady decides to climb a mountain in Scotland.","2.137","/teCEiZ54TkIhQg5UINKVfQK77ia.jpg","[]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-05-25","0","102","[{'iso_639_1':'en','name':'English'}]","Released","","Edie","false","6.3","16" +"false","/qHo4hRPJMlcLrtehK9d1m2MTrj9.jpg","null","47000000","[{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'},{'id':9648,'name':'Mystery'},{'id':10749,'name':'Romance'}]","","2103","tt0307479","en","Solaris","A troubled psychologist is sent to investigate the crew of an isolated research station orbiting a bizarre planet.","6.361","/8TTniVKEjUWs3DnAMEWMXP6V1ct.jpg","[{'id':574,'logo_path':'/iB6GjNVHs5hOqcEYt2rcjBqIjki.png','name':'Lightstorm Entertainment','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-11-27","30002758","99","[{'iso_639_1':'en','name':'English'}]","Released","How far will you go for a second chance?","Solaris","false","6","605" +"false","/lkvnT8SShNsdqM2AR1Lyp15PFrk.jpg","null","65000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","11820","tt0304415","en","Mona Lisa Smile","The story of Katherine Ann Watson, a feminist teacher who studied at UCLA graduate school and in 1953 left her boyfriend behind in Los Angeles, California to teach at Wellesley College, a conservative women's private liberal arts college in Massachusetts, United States.","10.522","/zLn6dKedtaR3rnCRohxIxjfqmxV.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':497,'logo_path':'/pMyhOBd3sCiLzBlmIopdJkcUFtn.png','name':'Revolution Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-12-19","0","117","[{'iso_639_1':'en','name':'English'}]","Released","In a world that told them how to think, she showed them how to live.","Mona Lisa Smile","false","6.8","851" +"false","/pWCWxPiyy8vW6wPsKVruad9fV9Z.jpg","{'id':86860,'name':'Scooby-Doo Collection','poster_path':'/YAuhbJKSG1R42QHJmbGsNQ80Fd.jpg','backdrop_path':'/aj598PG0VipBkiQXtikXdX5jRR4.jpg'}","84000000","[{'id':9648,'name':'Mystery'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'}]","","9637","tt0267913","en","Scooby-Doo","The Mystery Inc. gang have gone their separate ways and have been apart for two years, until they each receive an invitation to Spooky Island. Not knowing that the others have also been invited, they show up and discover an amusement park that affects young visitors in very strange ways.","16.11","/jnhGTpAdwqxicXIzrAK4QLInQgl.jpg","[{'id':507,'logo_path':'/z7H707qUWigbjHnJDMfj6QITEpb.png','name':'Atlas Entertainment','origin_country':'US'},{'id':748,'logo_path':null,'name':'Mosaic Media Group','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-06-14","275650703","88","[{'iso_639_1':'en','name':'English'}]","Released","Get a Clue","Scooby-Doo","false","5.7","1853" +"false","/2vRVzvqY0tydcStBkNn73JPPOPL.jpg","{'id':86860,'name':'Scooby-Doo Collection','poster_path':'/YAuhbJKSG1R42QHJmbGsNQ80Fd.jpg','backdrop_path':'/aj598PG0VipBkiQXtikXdX5jRR4.jpg'}","0","[{'id':9648,'name':'Mystery'},{'id':14,'name':'Fantasy'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'}]","","11024","tt0331632","en","Scooby-Doo 2: Monsters Unleashed","When Mystery, Inc. are guests of honor at the grand opening of the Coolsville Museum of Criminology, a masked villain shows up and creates havoc before stealing the costumes of the gang's most notorious villains...Could it be that their nemesis, mad scientist Jonathan Jacobo has returned and is trying to recreate their deadliest foes?","15.663","/vEp6qw25qY2n03O9EaeiWNv89vb.jpg","[{'id':748,'logo_path':null,'name':'Mosaic Media Group','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-03-24","181466833","93","[{'iso_639_1':'en','name':'English'}]","Released","They came. They saw. They ran.","Scooby-Doo 2: Monsters Unleashed","false","5.6","1171" +"false","/8ecDem8Hpn4KBxK8lPqYslNpmIz.jpg","null","12000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","","14171","tt0763840","en","Home of the Brave","The day after they get the word they'll go home in two weeks, a group of soldiers from Spokane are ambushed in an Iraqi city. Back stateside we follow four of them - a surgeon who saw too much, a teacher who's a single mom and who lost a hand in the ambush, an infantry man whose best friend died that day, and a soldier who keeps reliving the moment he killed a civilian woman.","5.2","/tdWD0m4sZ5rLzOf2KtriLb3Mu85.jpg","[{'id':1804,'logo_path':null,'name':'North by Northwest Entertainment','origin_country':''},{'id':8879,'logo_path':null,'name':'Severe Entertainment','origin_country':''},{'id':8880,'logo_path':'/fE7LBw7Jz8R29EABFGCvWNriZxN.png','name':'Winkler Films','origin_country':''},{'id':8881,'logo_path':null,'name':'Zak Productions','origin_country':''},{'id':10405,'logo_path':null,'name':'Emmett/Furla Films','origin_country':'US'},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'},{'id':1020,'logo_path':'/kuUIHNwMec4dwOLghDhhZJzHZTd.png','name':'Millennium Films','origin_country':'US'}]","[{'iso_3166_1':'MA','name':'Morocco'},{'iso_3166_1':'US','name':'United States of America'}]","2006-12-15","0","106","[{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","","Home of the Brave","false","5.5","71" +"false","/yVs7C9FmYS2GaqOSoTLLHRocMW8.jpg","null","28000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'},{'id':10749,'name':'Romance'}]","","10025","tt0397078","en","Just My Luck","Manhattanite Ashley is known to many as the luckiest woman around. After a chance encounter with a down-and-out young man, however, she realizes that she's swapped her fortune for his.","9.384","/tqDuLqR91WQYXDiobB8YTJ1ZWWO.jpg","[{'id':10104,'logo_path':'/hNuGhsKVlmhnwSRcmOejDBDjh6w.png','name':'New Regency Pictures','origin_country':'US'},{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':890,'logo_path':null,'name':'Cheyenne Enterprises','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-05-12","38159905","103","[{'iso_639_1':'en','name':'English'}]","Released","Everything changed in the wink of an eye.","Just My Luck","false","6","1063" +"false","/o8f0Asdksj8nSGdqiOVeLhJEQsH.jpg","null","2000000","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","95755","tt1272886","en","Small Apartments","When a clumsy deadbeat accidentally kills his landlord, he must do everything in his power to hide the body, only to find that the distractions of lust, the death of his beloved brother, and a crew of misfit characters force him on a journey where a fortune awaits him.","6.176","/zPXoMYSOcRKVHSkAMhf1Ztx6WAh.jpg","[{'id':68080,'logo_path':null,'name':'1812 Productions','origin_country':''},{'id':68079,'logo_path':null,'name':'Morocco Junction Pictures','origin_country':''},{'id':3265,'logo_path':null,'name':'Deviant Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-03-10","0","96","[{'iso_639_1':'en','name':'English'}]","Released","","Small Apartments","false","6","72" +"false","/10mxOPp5fqGgjvVT4xsTedH78G3.jpg","null","0","[{'id':18,'name':'Drama'}]","","13074","tt0416185","en","Resurrecting the Champ","Up-and-coming sports reporter rescues a homeless man (""Champ"") only to discover that he is, in fact, a boxing legend believed to have passed away. What begins as an opportunity to resurrect Champ's story and escape the shadow of his father's success becomes a personal journey as the ambitious reporter reexamines his own life and his relationship with his family.","6.443","/18epMloEUD83jCNQDHr8dRTaM8U.jpg","[{'id':2108,'logo_path':null,'name':'Battleplan Productions','origin_country':'US'},{'id':2448,'logo_path':null,'name':'Yari Film Group','origin_country':''},{'id':11317,'logo_path':'/u3YB3GujS0tct5BVTsMJLWVyllg.png','name':'Phoenix Pictures','origin_country':'US'},{'id':3997,'logo_path':null,'name':'Alberta Film Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-06-14","0","112","[{'iso_639_1':'en','name':'English'}]","Released","","Resurrecting the Champ","false","6.1","101" +"false","/tymMsN6ak7g9xSKozm1ieDy17uv.jpg","null","4000000","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","15676","tt0483756","en","Nobel Son","Soon after his insufferably arrogant father wins the Nobel Prize for chemistry, Barkley Michaelson is kidnapped by Thaddeus James, a young genius who claims to be Barkley's illegitimate half-brother. Motivated not so much by money as revenge, Thaddeus tries to convince Barkley to help him carry out a multimillion-dollar extortion plot against their patriarch.","4.116","/4LqUHdQoXqRoxYO4dm8SPQxSBBB.jpg","[{'id':3099,'logo_path':null,'name':'Gimme Five Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-04-28","333912","110","[{'iso_639_1':'en','name':'English'}]","Released","Keep your eyes on the prize.","Nobel Son","false","6.2","40" +"false","/dWTUUkaXX739A1IuWlJb19bnjfp.jpg","{'id':124188,'name':'Pulse Collection','poster_path':'/ttm2U2EUHXO8v0qrlKVw5SW8grN.jpg','backdrop_path':'/9An6u5Eu7h1J3IWxlari934faJl.jpg'}","38000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.pulsethemovie.net/","9682","tt0454919","en","Pulse","When their computer hacker friend accidentally channels a mysterious wireless signal, a group of co-eds rally to stop a terrifying evil from taking over the world.","8.019","/sC3vNdpQLvEobuudJBh2BG6C1Fc.jpg","[{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-08-11","29907685","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pl','name':'Polski'}]","Released","You are now infected.","Pulse","false","4.9","229" +"false","/t2yVw0YNs5qhcn4RMwrhkV120B1.jpg","null","0","[{'id':35,'name':'Comedy'}]","","20066","tt0849470","en","Senior Skip Day","Adam Harris, a semi-lame senior, is head over heels in love with Cara. Unfortunately she is the most popular girl in school. On the one day of the year that he could actually have a chance, senior skip day, he screws it all up by accidentally slipping the location of the party to his principal. But have no fear, in a last resort effort he moves the party to his house and all seems","2.252","/ioQWTinMHq89v8LcR0XfM6nk6YY.jpg","[{'id':2959,'logo_path':null,'name':'Alla Prima Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-05-06","0","92","[{'iso_639_1':'en','name':'English'}]","Released","","Senior Skip Day","false","4","21" +"false","/pzioMJ79PHwEom4KOpa9viy0xQl.jpg","null","10000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","1989","tt0765120","en","My Blueberry Nights","Elizabeth has just been through a particularly nasty breakup, and now she's ready to leave her friends and memories behind as she chases her dreams across the country. In order to support herself on her journey, Elizabeth picks up a series of waitress jobs along the way. As Elizabeth crosses paths with a series of lost souls whose yearnings are even greater than her own, their emotional turmoil ultimately helps her gain a greater understanding of her own problems...","8.922","/xjR7Gbu6Xw7EwLgxupJtnRBoP5i.jpg","[{'id':539,'logo_path':null,'name':'Block 2 Pictures','origin_country':''},{'id':540,'logo_path':null,'name':'Jet Tone Production','origin_country':''},{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'},{'id':839,'logo_path':null,'name':'Lou Yi','origin_country':'FR'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-11-28","21786738","111","[{'iso_639_1':'en','name':'English'}]","Released","How do you say goodbye to someone you can't imagine living without?","My Blueberry Nights","false","6.3","333" +"false","/kLlk3oUoP4bny5P22p4VjPKi4IT.jpg","null","28000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","http://noreservationsmovie.warnerbros.com/","3638","tt0481141","en","No Reservations","Master chef Kate Armstrong runs her life and her kitchen with intimidating intensity. However, a recipe for disaster may be in the works when she becomes the guardian of her young niece while crossing forks with the brash sous-chef who just joined her staff. Though romance blooms in the face of rivalry, Kate needs to look outside the kitchen to find true happiness.","8.672","/qBVLHY48fwij7T8iViqpAG7fU2q.jpg","[{'id':97,'logo_path':'/7znWcbDd4PcJzJUlJxYqAlPPykp.png','name':'Castle Rock Entertainment','origin_country':'US'},{'id':7747,'logo_path':null,'name':'Storefront Pictures','origin_country':''},{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':12202,'logo_path':null,'name':'WV Films III','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'US','name':'United States of America'}]","2007-07-25","92601050","104","[{'iso_639_1':'en','name':'English'}]","Released","Life isn't always made to order.","No Reservations","false","6.3","547" +"false","/uDt8bQ4lGVlabEx5Gl2cPzvy6qz.jpg","null","75000000","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","https://movies.disney.com/christopher-robin","420814","tt4575576","en","Christopher Robin","Christopher Robin, the boy who had countless adventures in the Hundred Acre Wood, has grown up and lost his way. Now it???s up to his spirited and loveable stuffed animals, Winnie The Pooh, Tigger, Piglet, and the rest of the gang, to rekindle their friendship and remind him of endless days of childlike wonder and make-believe, when doing nothing was the very best something.","19.914","/v4MIDJbwBIP08KaVoKnEwCPnzft.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':23644,'logo_path':null,'name':'2DUX??','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-08-02","99138899","104","[{'iso_639_1':'en','name':'English'}]","Released","Don't underestimate the value of doing nothing.","Christopher Robin","false","7.4","1074" +"false","/8fYXNzpwjJIUmP6ZtxPO3zpIXJa.jpg","null","15000000","[{'id':14,'name':'Fantasy'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://www.penelopethemovie.com/","7985","tt0472160","en","Penelope","Forlorn heiress Penelope Wilhern is cursed, and the only way out is to fall in love with someone of suitable stock. But how can she find her soul mate when she's sequestered inside her family's estate with only her parents to keep her company. This untraditional fairy tale about a girl who bucks convention to create her own happy ending.","8.077","/f1onDDba0W85o2eIZr4vcfqI47j.jpg","[{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'},{'id':273,'logo_path':null,'name':'Tatira-Hiller Productions','origin_country':''},{'id':2053,'logo_path':null,'name':'Grosvenor Park Media','origin_country':'GB'},{'id':2308,'logo_path':null,'name':'Type A Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2006-03-01","21156270","103","[{'iso_639_1':'en','name':'English'}]","Released","A fairytale like no other.","Penelope","false","6.5","784" +"false","/mmKrj32SfIYIP39VstNtcKXOG8l.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","http://www.postal-the-movie.com/","2728","tt0486640","en","Postal","The story begins with a regular Joe who tries desperately to seek employment, but embarks on a violent rampage when he teams up with cult leader Uncle Dave. Their first act is to heist an amusement park, only to learn that the Taliban are planning the same heist as well. Chaos ensues, and now the Postal Dude must not only take on terrorists but also political figures.","6.786","/pBTuPIcMxAWuh6ZEIFU8vBFXZp.jpg","[{'id':4575,'logo_path':null,'name':'Vivendi Entertainment','origin_country':''},{'id':1199,'logo_path':null,'name':'Running With Scissors','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2007-08-11","0","100","[{'iso_639_1':'en','name':'English'}]","Released","Some comedies go too far... others start there.","Postal","false","4.6","146" +"false","/nKMeTdm72LQ756Eq20uTjF1zDXu.jpg","null","51000000","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'}]","http://www.alpha-themovie.com","399360","tt4244998","en","Alpha","In the prehistoric past, Keda, a young and inexperienced hunter, struggles to return home after being separated from his tribe when bison hunting goes awry. On his way back he will find an unexpected ally.","27.716","/afdZAIcAQscziqVtsEoh2PwsYTW.jpg","[{'id':77863,'logo_path':'/7z6YOzvdk70YY8OaRbn5mfxrvbO.png','name':'Studio 8','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-08-17","35808437","97","[{'iso_639_1':'en','name':'English'}]","Released","Leaders are born from survival","Alpha","false","5.9","1061" +"false","/lcwf1qfXWcQSAgpsp6BENvIyoUX.jpg","null","2000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://marfagirlthefilm.com/m/","137174","tt2168854","en","Marfa Girl","A disaffected Texas teen spends his 16th birthday getting high, hanging out and having casual sex.","3.149","/jjmOaPR7210bWhzW6uvNEJh8fLT.jpg","[{'id':69696,'logo_path':null,'name':'Marfa','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-11-20","0","105","[{'iso_639_1':'en','name':'English'}]","Released","","Marfa Girl","false","4.9","21" +"false","/1sEpN1Y4ptJyJKEgcWVrIp2O3Ds.jpg","null","0","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","http://www.ridinghoodmotionpictures.com/","428015","tt3225318","en","Wolf Mother","In an attempt to rectify their criminal past, a once successful Hollywood starlet, turn prostitute, and a petty, misogynistic thief, set out together to solve a high profile child abduction case in San Francisco.","2.011","/vaMoYRZQorzKYX4fQsL6qf5f6kk.jpg","[{'id':38098,'logo_path':null,'name':'Riding Hood Motion Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-06-02","0","117","[{'iso_639_1':'en','name':'English'}]","Released","Zelda has some baggage","Wolf Mother","false","4.9","8" +"false","/jDHcEML3oWGtHfGDLyAFF8iOld3.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","","452928","tt5840030","en","The Twin","Jocelyn's boyfriend is perfect--except for his dangerous identical twin brother, Derek, who just escaped from a mental institution. When Derek unspools a twisted plan of revenge with Jocelyn in his crosshairs, her mother Ashley must act fast before she falls victim to a psychopath.","0.976","/ph9ahRsR5GobFEPquv4iFmmOwC.jpg","[{'id':94792,'logo_path':null,'name':'Rose Noir Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-01-01","0","","[{'iso_639_1':'en','name':'English'}]","Released","","The Twin","false","5.7","13" +"false","/9QM3Zo8hP8gsqrYqUUVTcsalSsj.jpg","{'id':259401,'name':'The Invisible Man Collection','poster_path':'/fK4kwiFZ7fGzYMkUa826KGSPriF.jpg','backdrop_path':'/k5xCUEzPzNkiMmd7gkIGCo4VB8W.jpg'}","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","28425","tt0036959","en","The Invisible Man's Revenge","An eccentric scientist helps a fugitive from the law become invisible, unwittingly giving him the power to exact revenge on his former friends.","2.119","/7kBjkOQXXNzaYFRBKb5ehtrheKZ.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1944-06-09","0","78","[{'iso_639_1':'en','name':'English'}]","Released","A Trail Of Terror!","The Invisible Man's Revenge","false","5.8","13" +"false","/154tX9sE6F7oPgcNo5W0TW1k1Hj.jpg","null","24000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","15019","tt0466839","en","I Could Never Be Your Woman","This movie follows a mother who falls for a younger man while her daughter falls in love for the first time. Mother Nature messes with their fates.","7.139","/wLALWNYH9lMq6dVhEMAIJXLCPSU.jpg","[{'id':3587,'logo_path':null,'name':'I Could Never Ltd.','origin_country':''},{'id':258,'logo_path':null,'name':'Scott Rudin Productions','origin_country':'US'},{'id':34999,'logo_path':null,'name':'Bauer Martinez Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-05-11","9576495","97","[{'iso_639_1':'en','name':'English'}]","Released","Find Yourself. In Love.","I Could Never Be Your Woman","false","5.8","172" +"false","/2CraI8wjI7CNxU9a567OTSQSMki.jpg","{'id':221111,'name':'S.W.A.T. Collection','poster_path':'/iaBn9GPUik9xwfHIelzTXJi5ClY.jpg','backdrop_path':'/75To7hSFaAuciz4EXAFfj4LH6Od.jpg'}","8000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","54445","tt1621429","en","S.W.A.T.: Firefight","Los Angeles S.W.A.T. officer, Lt. Paul Cutler, is sent to train the Detroit S.W.A.T. team on new anti-terrorism and homeland security techniques. Cutler has a hard time settling into his assignment as he locks horns with his new captain and encounters resistance from the team he must lead. Cutler begins to adjust to his new assignment, starting a budding romance with police psychologist Kim Byers along the way. Unexpectedly, a routine hostage call turns deadly, and a relentless ex-government agent named Walter Hatch vows revenge on Cutler and the entire S.W.A.T. team for killing the woman he loves. Cutler must use his considerable S.W.A.T. training and knowledge to save his teammates and defeat a trained killer.","6.33","/mPLyIlnEJu4GOo5b6y5wb1dE4mj.jpg","[{'id':333,'logo_path':'/5xUJfzPZ8jWJUDzYtIeuPO4qPIa.png','name':'Original Film','origin_country':'US'},{'id':11341,'logo_path':'/xytTBODEy3p20ksHL4Ftxr483Iv.png','name':'Stage 6 Films','origin_country':'US'},{'id':17837,'logo_path':null,'name':'RCR Media Group','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-03-01","0","89","[{'iso_639_1':'en','name':'English'}]","Released","","S.W.A.T.: Firefight","false","5.5","130" +"false","","null","0","[{'id':18,'name':'Drama'}]","","545816","tt3555514","en","The Griddle House","The story follows teenager Jack Benson, who is on the hunt for his birth mother. He finds she has been a regular all along at the nearby Griddle House.","2.058","/A4FVrhcWwzeunpMM4w0THoTWq9P.jpg","[{'id':39778,'logo_path':null,'name':'Bearfruit Films','origin_country':''}]","[]","2018-07-03","0","119","[{'iso_639_1':'en','name':'English'}]","Released","","The Griddle House","false","5.3","3" +"false","/1uJIxKPxomW7ZON98aNiiXKDhst.jpg","null","0","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'}]","","551554","tt7039000","en","American Nightmares","Two voyeuristic nerds are hacking the devices of people as they themselves are hacked by the feed from story tellers Mister Malevolent (Danny Trejo) and Mystic Woman (Nichelle Nichols) who have seven moralistic horror stories to tell.","4.287","/616M7qnzLRb15ZdIJu3SpH1Obs0.jpg","[{'id':22348,'logo_path':null,'name':'Patriot Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-11","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Hallow's Eve. Sleep Well Tonight.","American Nightmares","false","4.5","6" +"false","/Akdkq4k3YJc66fDTp8hztlBiCgb.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.tempustormentum.com/","519337","tt6469826","en","Tempus Tormentum","A drifter passing through a small town is drugged by three masked psychopaths and forced into a bizarre game of cat and mouse. He is chased through a series of more and more bizarre events until, in the end, he finds that this evening of terror has lasting consequences. It???s a feel bad film, nasty and brutish, red in tooth and claw.","3.321","/8ZbJ7bDmcKr8GzqoKI00awhjqyH.jpg","[{'id':110572,'logo_path':null,'name':'Absurd Machine Films','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2018-04-17","0","81","[{'iso_639_1':'en','name':'English'}]","Released","Capture. Torture. Kill. Repeat.","Tempus Tormentum","false","5.2","9" +"false","/ekpHkHZhQjUgm56KxwowehIffhi.jpg","null","0","[{'id':53,'name':'Thriller'}]","","525460","tt6829180","en","Welcome Home","A couple try to repair their damaged union in an Italian vacation paradise. Then they discover the owner's intentions.","5.543","/lxhkUlRyx5zaY4XPmY7g9wZ4euj.jpg","[{'id':59593,'logo_path':null,'name':'AMBI Group','origin_country':''},{'id':27497,'logo_path':'/1QuLulTFEynrZnFsogW0UefcKYC.png','name':'Star Thrower Entertainment','origin_country':'US'},{'id':6626,'logo_path':'/A1BnMoWjzjOrjzpWimyBQkf84mS.png','name':'Voltage Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-11-16","0","97","[{'iso_639_1':'en','name':'English'}]","Released","Betrayal hurts. Jealousy kills.","Welcome Home","false","5.5","49" +"false","/nJA9a3OKCZEIUguu2185gN3XQWB.jpg","null","0","[{'id':27,'name':'Horror'},{'id':18,'name':'Drama'}]","","521934","tt5936492","en","The Witch in the Window","When Simon brings his twelve year-old son, Finn, to rural Vermont to help flip an old farmhouse, they encounter the malicious spirit of Lydia, a previous owner. And now with every repair they make - she's getting stronger.","3.4","/mhKCxcrpuBJH8sC68taJ6O3sqNv.jpg","[{'id':110540,'logo_path':null,'name':'One Bad House Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-07-23","0","77","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","","The Witch in the Window","false","6.6","27" +"false","","null","0","[{'id':27,'name':'Horror'}]","","505826","tt7114588","en","Bigfoot Country","Some say Bigfoot is just a hoax but when a group of hikers go deep into the woods after being warned by a guide that has encountered a Sasquatch, they decide to ignore him and go off trail, but the deeper the go into the woods they realize that they are not alone. Becoming hysterical as night falls, the group is terrorized to their core and accidentally shoots and wounds a Sasquatch. Legend says the Bigfoot species simply want to be left alone but when provoked, they will protect their territory and in this case the damage has been done and there is no turning back.","0.6","/htaNJ46ikPo2mRoFRArlIZaRVi9.jpg","[{'id':81612,'logo_path':null,'name':'Sector 5 Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-01-02","0","80","[]","Released","","Bigfoot Country","false","5.4","4" +"false","/6Vui45BxSIpTAlAlpkhY2JAY8Si.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.backlashpictures.com/films/recall/","533741","tt3754662","en","Recall","When given the chance at a fresh-start, a grieving young man and his coked-up stepbrother, must confront a local mafia kingpin and perhaps something even more dangerous - their past.","3.041","/bnbHaM5cTDk73B6etl9Ryq2nGlb.jpg","[{'id':29814,'logo_path':null,'name':'Backlash Films','origin_country':''},{'id':106330,'logo_path':null,'name':'Sech Entertainment','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2018-07-03","0","75","[{'iso_639_1':'en','name':'English'}]","Released","Memory is a dangerous thing","Recall","false","7","2" +"false","","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","485340","tt3862762","en","No Beast So Fierce","Released after 20 years in prison, ex-con Charlie Sundstrom (Bailey Chase) returns to his home town to find that his estranged son, who has disappeared into the criminal underworld, is being hunted by a ruthless gang leader. Charlie enlists the help of a rogue corrections officer (Dylan Baker), to help in the search. But the corrections officer has a tragic past of his own. Soon their desperate lives will clash in a game-changing climax. In the tradition of films like 'Se7en', 'The Usual Suspects' and 'Angel Heart', 'No Beast So Fierce' draws much of its meaning and power from its shocking ending.","0.646","/dqISPL9tqhYDB9CjeABo5RR4Ynp.jpg","[]","[]","2016-12-01","0","85","[]","Released","","No Beast So Fierce","false","10","1" +"false","/jlIzuJ1QZFM5n0gFQyh0cME8ikC.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","392407","tt3418064","en","A Place in Hell","Inspired by a real serial killer: A disgraced detective on the trail of a serial killer and a group of student filmmakers cross paths at a Halloween fright farm in the dead of winter.","2.218","/aaAZVmLYf0xxMQ6JoxmLCOKeUMq.jpg","[]","[]","2018-04-03","0","87","[]","Released","","A Place in Hell","false","7.5","4" +"false","/rLXjZ147BLiEno4lC7gR1yMBIBC.jpg","null","0","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':35,'name':'Comedy'}]","","506752","tt7050476","ru","??????????????????. ????????????","Krash decides to throw his best buddy Barry an unforgettable birthday party. He contacts the DejaVu Agency, which organizes exciting time travel adventures. A cataclysmic accident occurs after the Kikoriki crew fail to follow the rules and scatter the group across time. Krash has to find and retrieve his friends through the ages with the help of his alter ego from another time and place, who materializes out of the rupture in the space-time continuum. Just when you thought the Kikoriki adventures couldn't get wilder, along comes this thrilling time travel adventure suitable for all ages across the globe.","2.872","/3aP6gpt9DfxYiiaAm2GvxhXuTJo.jpg","[]","[{'iso_3166_1':'RU','name':'Russia'}]","2018-04-26","0","","[{'iso_639_1':'ru','name':'P????????????'}]","Released","","Kikoriki. Deja Vu","false","8.3","4" +"false","/mQHuq2deuc9e7c7DazcVn0MXAS0.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.stelletlicht.com/","2012","tt0841925","de","Stellet Licht","Johan and his family are Mennonites from the north of Mexico. Against the law of God and Man, Johan falls in love with another woman.","2.961","/oBvrWttJNeXjh1DQvF3MTfoXCbn.jpg","[{'id':863,'logo_path':null,'name':'Mantarraya Producciones','origin_country':'MX'},{'id':864,'logo_path':null,'name':'No Dream Cinema','origin_country':'MX'},{'id':865,'logo_path':null,'name':'Motel Films','origin_country':''}]","[{'iso_3166_1':'MX','name':'Mexico'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'NL','name':'Netherlands'}]","2007-10-02","0","136","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Silent Light","false","7.2","39" +"false","/tw4iYlxu0FIX4kmlFlprScdSfeA.jpg","{'id':116669,'name':'The Scorpion King Collection','poster_path':'/qFVW76HRCJFRtTha1vZO1tjYVQ1.jpg','backdrop_path':null}","0","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':14,'name':'Fantasy'}]","","522417","tt7338690","en","The Scorpion King: Book of Souls","The Scorpion King teams up with a female warrior named Tala, who is the sister of The Nubian King. Together they search for a legendary relic known as The Book of Souls, which will allow them to put an end to an evil warlord.","19.481","/mSviUMejPmerwoQxdj7wR4Ky1Fd.jpg","[{'id':17009,'logo_path':'/ssowAxOrrqsSR2CKeiytOXwLoCW.png','name':'Universal 1440 Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-23","0","102","[{'iso_639_1':'en','name':'English'}]","Released","","The Scorpion King: Book of Souls","false","5","64" +"false","/5gpP4NbiGn1NLHb8cXM2NbRI2Gg.jpg","null","0","[{'id':10751,'name':'Family'},{'id':16,'name':'Animation'}]","","555949","tt8426800","en","Planes with Brains","When Gumdrop and Vroomer, the latest members of the Plane Scout crew, are sent on a mission by commander Gumdrop, they take off on the greatest adventure of their lives. As they fly high in the clouds, they meet a genius robot that helps them learn all there is to know about amazing planes!","1.858","/ovFhBFVymCWBkAw7CMXDPAQiVuQ.jpg","[{'id':97253,'logo_path':null,'name':'WOWNow Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-09-09","0","73","[{'iso_639_1':'en','name':'English'}]","Released","","Planes with Brains","false","10","1" +"false","/6nadkwB1izwEQ0uXrsRDV4iEz3H.jpg","null","0","[{'id':35,'name':'Comedy'}]","","298037","tt1781777","en","McDick","When the world's worst cop is fired he becomes the world's worst private detective. For reasons unknown he finds himself the target of every criminal in town. He must overcome his incompetence and several character defects to solve the case and save his life.","0.712","/lMc80nvQPsggiyzq3c7tOEuECf5.jpg","[{'id':35615,'logo_path':null,'name':'Starling Entertainment','origin_country':''},{'id':35616,'logo_path':null,'name':'Wallace Road Pictures','origin_country':''},{'id':35617,'logo_path':null,'name':'Exertion Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-10-07","0","90","[{'iso_639_1':'en','name':'English'}]","Released","First a Cop, then a Detective, Always an Idiot.","McDick","false","7.2","3" +"false","/qk6LK4bYLvZj4E6eKy5GRLgGN3a.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.indianhorse.ca","471616","tt5672286","en","Indian Horse","Saul is a great native hockey player who overcomes racism in the 1970s then ultimately becomes tempted by alcoholism.","2.155","/6PRmK9svHolvZ2CLNoBkmViYlrB.jpg","[]","[{'iso_3166_1':'CA','name':'Canada'}]","2018-04-13","0","96","[{'iso_639_1':'en','name':'English'}]","Released","You have the gift. You have the vision.","Indian Horse","false","8","12" +"false","/fmYeviqi4Whh4NPrswNEU84aqLE.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'}]","http://www.solisthemovie.com/","529646","tt6134274","en","Solis","Following an accident, an Engineer of an asteroid mining company endures the extreme limits ??? both physical and psychological ??? of human survival, trapped inside an escape pod as he helplessly idles towards the Sun.","5.175","/lea5bLww1ZwbNPRVk0RjB34xxVg.jpg","[{'id':102290,'logo_path':'/oAHohSArs894M7z0LwVLbd38bFA.png','name':'Goldfinch Studios','origin_country':''},{'id':3870,'logo_path':null,'name':'Premiere Picture','origin_country':''},{'id':110571,'logo_path':null,'name':'Strathie Film','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-06-27","0","92","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","The mission: survival","Solis","false","4.7","35" +"false","/rTIPwztTDVnDIK4Jlac1VdcC9Ps.jpg","null","0","[{'id':9648,'name':'Mystery'}]","","542202","tt3339680","en","Don't Go","Devastated by his daughter's death in a terrible accident, Ben becomes convinced that he can bring her back through a recurring dream. But is it just a dream? Or is Ben losing his mind?","4.373","/K6OGjRF5s12HnZBY2ksvB4itWw.jpg","[{'id':15465,'logo_path':'/vk1lVkUzNEkhxP0PEn9ZUEdPTwY.png','name':'Amasia Entertainment','origin_country':'US'},{'id':5107,'logo_path':null,'name':'Wide Eye Films','origin_country':'IE'}]","[{'iso_3166_1':'IE','name':'Ireland'}]","2018-10-26","0","94","[{'iso_639_1':'en','name':'English'}]","Released","","Don't Go","false","6.1","9" +"false","/fhYWAKXeEbhD20S3sp4RFaxiOG9.jpg","null","65000000","[{'id':18,'name':'Drama'},{'id':10752,'name':'War'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'}]","","345934","tt4743226","en","Air Strike","An American pilot is sent to a Chinese province to teach a crew of would-be pilots how to fly war planes against the Japanese during World War II.","10.455","/ve7xmUK167YZloN8LnSyhKmmNgE.jpg","[{'id':83765,'logo_path':null,'name':'Origin Films','origin_country':''},{'id':3407,'logo_path':null,'name':'Shanghai Film Group','origin_country':'CN'},{'id':14714,'logo_path':'/oQHaOZEnPzlJACVTisV0FICrS82.png','name':'China Film Group Corporation','origin_country':'CN'}]","[{'iso_3166_1':'CN','name':'China'}]","2018-10-26","0","120","[{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'en','name':'English'}]","Released","They fought World War II's greatest battle.","Air Strike","false","4.1","47" +"false","/5yXNE0NJZ1verk5mRHcHsPYd1Cl.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","471310","tt3313182","en","White Orchid","Shy and reserved, Claire Decker, 30ish, is a part-time investigator for Social Services. Typically, she solves cases where senior citizens have died alone, leaving no indication of who must handle their estate. This time however, Claire is reluctantly drawn into a puzzling murder case. The local police have been unable to solve the horrific crime, or even decipher the victim's true identity. A beautiful and enigmatic young blond, known only as ""The White Orchid,"" has been brutally murdered. As Claire is drawn deeper and more intimately into the dead woman's life, she finds herself taking dangerous chances and pushing personal and professional boundaries. As she gets closer to the truth, Claire must effectively become the charismatic ""White Orchid"" in order to solve the mysterious crime.","4.466","/viTQS035XbUrBSxDxHQmZzbRPMT.jpg","[{'id':93796,'logo_path':null,'name':'Santana Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-02-01","0","82","[{'iso_639_1':'en','name':'English'}]","Released","","White Orchid","false","6","9" +"false","/uuexlPWWsV3nbEkuIaYKWa9Nv6P.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","","462469","tt1682886","en","Been So Long","A single mother in London's Camden Town hears music when she meets a handsome stranger with a past. But she's not sure she's ready to open her heart.","3.819","/bcRWfy52zCivMslO0noORHtibrN.jpg","[{'id':7281,'logo_path':'/vuDafYIcuoY0YyvgcqtjXOKwn6Q.png','name':'British Film Institute','origin_country':'GB'},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-10-12","0","100","[{'iso_639_1':'en','name':'English'}]","Released","Soul. Mates.","Been So Long","false","6","20" +"false","/qxNnarGOQCktr4t48WW55Z3uC8e.jpg","null","0","[{'id':27,'name':'Horror'}]","","515387","tt4312842","en","American Exorcist","A paranormal investigator, trapped in a haunted skyscraper on Christmas Eve. The skeptical young woman, Georgette Dubois, is horrified once confronted with the reality of the supernatural. She risks life and limb to escape her ghoulish prison, stranded on the 11th floor.","2.719","/7l60vcApSLQa7UOmSRoP2xWBJMk.jpg","[]","[]","2017-11-04","0","90","[]","Released","","American Exorcist","false","5.7","3" +"false","/7go226r3ymOchdZzVHBzhD2OrKs.jpg","null","0","[{'id':35,'name':'Comedy'}]","","543745","tt8879926","en","A Raunchy Christmas Story","Dave seems doomed to a lonely life of eating ramen noodles alone on Friday nights forever, but Christmas magic is afoot. And no Russian spies, disgruntled bosses, or horny bakery scientists can defeat the Yuletide spirit. Sex, lies, and more sex, the things that make Christmas great.","1.438","/aj1EYDFQzC18snHq618qFMTYlqF.jpg","[{'id':53228,'logo_path':null,'name':'New Dynamic','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-08-19","0","72","[{'iso_639_1':'en','name':'English'}]","Released","Naughty? Nice? Unwrap and find out!","A Raunchy Christmas Story","false","6","2" +"false","/ufyPovbgRKlKTWrlzDFgULfgfyi.jpg","null","0","[{'id':27,'name':'Horror'}]","","462593","tt6332764","es","Los olvidados","Epecu??n was one of the most important touristic villages of Argentina. Thousands of people concurred, attracted by the healing properties of its thermal waters. On November 10th 1985, a huge volume of water broke the protecting embankment and the village was submerged under ten meters of salt water. Epecu??n disappeared. Thirty years later, the waters receded and the ruins of Epecu??n emerged exposing a bleak and deserted landscape. The residents never returned. The plot revolves around a group of young people that take a trip to the ruins in order to film a documentary about Epecu??n. Ignoring the warnings, and after a brief tour, they get stranded in the abandoned village. Contrary to what they thought, they begin to realize that they are really not alone???","1.911","/8dKLKPu0XxYB5QUWk3iVkHKqh8X.jpg","[{'id':6458,'logo_path':'/BrkmIPGDoj15uaYwfPqUNde2Cc.png','name':'Instituto Nacional de Cine y Artes Audiovisuales','origin_country':'AR'},{'id':97314,'logo_path':null,'name':'Onetti Brothers Productions','origin_country':''},{'id':97315,'logo_path':null,'name':'Black Mandala','origin_country':''},{'id':97316,'logo_path':null,'name':'Rusty Robot','origin_country':''}]","[{'iso_3166_1':'AR','name':'Argentina'},{'iso_3166_1':'NZ','name':'New Zealand'}]","2017-10-28","0","98","[{'iso_639_1':'es','name':'Espa??ol'}]","Released","","What the Waters Left Behind","false","4.8","41" +"false","/l1nYo0yzKjf84atnBDbx0do16vQ.jpg","null","10000000","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'}]","http://axlmovie.com","438590","tt5709188","en","A-X-L","The life of a teenage boy is forever altered by a chance encounter with cutting edge military technology.","18.502","/9kB56ZdMB6RgY5QtX9Bar45jCeI.jpg","[{'id':126,'logo_path':'/kADPanRDkKTxncPXXVahvHPUvCj.png','name':'Lakeshore Entertainment','origin_country':'US'},{'id':104972,'logo_path':'/y1MOtyfXpKTZVJsSF2djhNqP1rd.png','name':'Global Road Entertainment','origin_country':''},{'id':423,'logo_path':'/uvA6e2O31qaonsbYd8tjvgqmNXh.png','name':'Phantom Four','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-08-23","0","98","[{'iso_639_1':'en','name':'English'}]","Released","Man's best friend has evolved","A-X-L","false","5.6","335" +"false","/tzhIULugg6BRNTr6guOWor6DZOh.jpg","null","10000000","[{'id':35,'name':'Comedy'}]","http://www.overherdeadbodymovie.com","13160","tt0785007","en","Over Her Dead Body","After his fianc??e, Kate, dies in an accident on their wedding day, veterinarian Henry grows depressed. To help him move on, his sister has him visit psychic Ashley and gives her Kate's diary. Ashley uses the journal's details to convincingly deliver the fake message that Kate wants Henry to move on. However, Kate's ghost is watching over Ashley and Henry. Furious when they fall for each other, she vows to sabotage their relationship.","7.692","/s9qqJyFgOhjRVeC1ZVwFP02D6Pt.jpg","[{'id':92137,'logo_path':null,'name':'Dead Fianc??e Productions','origin_country':''},{'id':12026,'logo_path':null,'name':'Gold Circle Films','origin_country':'US'},{'id':11565,'logo_path':null,'name':'The Safran Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-02-01","0","95","[{'iso_639_1':'en','name':'English'}]","Released","She's passed on... But she's not moving on.","Over Her Dead Body","false","5.4","230" +"false","/uHozLqpS8F1kAJ30S5IQIZRkqKP.jpg","null","15000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://www.foxsearchlight.com/postgrad/","25704","tt1142433","en","Post Grad","Ryden Malby has a master plan. Graduate college, get a great job, hang out with her best friend and find the perfect guy. But her plan spins hilariously out of control when she???s forced to move back home with her eccentric family.","7.876","/enQB6ufX7ibbeovm0N8bsTX9xRJ.jpg","[{'id':2364,'logo_path':'/oZyR5maGM96jReVgW7oJ7mXN8ts.png','name':'The Montecito Picture Company','origin_country':'US'},{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'},{'id':2363,'logo_path':null,'name':'Cold Spring Pictures','origin_country':''},{'id':2890,'logo_path':'/sylRB38BNx3YFW3T6qV9RAXH3UU.png','name':'Fox Atomic','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-08-21","6405245","89","[{'iso_639_1':'en','name':'English'}]","Released","A Pre-Life Crisis.","Post Grad","false","5","148" +"false","/gSjbTiI0mdTUIfaAdrCBZMMKaQt.jpg","null","30000000","[{'id':18,'name':'Drama'}]","","52505","tt1032825","en","The Other Woman","Emilia, a law-school graduate, falls in love with her married boss, Jack. After Emilia marries Jack, her happiness turns unexpectedly to grief following the death of her infant daughter. Devastated, Emilia nonetheless carries on, attempting to forge a connection with her stepson William and to resist the interference of Jack's jealous ex-wife.","7.525","/kdXQTMwQlHqnx21nYAN8g3tAn46.jpg","[{'id':8873,'logo_path':null,'name':'Handsomecharlie Films','origin_country':''},{'id':2527,'logo_path':'/osO7TGmlRMistSQ5JZusPhbKUHk.png','name':'Marc Platt Productions','origin_country':'US'},{'id':36081,'logo_path':null,'name':'Is or Isn't Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-10-28","102000000","98","[{'iso_639_1':'en','name':'English'}]","Released","Love makes everything possible.","The Other Woman","false","6.2","211" +"false","/8VsLXk9p7QN6aekcjccm9sunlHj.jpg","null","8000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':14,'name':'Fantasy'}]","","38753","tt1396221","en","Passion Play","An angel under the thumb of a ruthless gangster is saved by a trumpet player down on his luck.","6.036","/rp5YsVLlJP1ZxsGDkeLC78olyF4.jpg","[{'id':88985,'logo_path':null,'name':'Rebecca Wang Entertainment','origin_country':''},{'id':41969,'logo_path':null,'name':'Annapurna Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-01-10","0","94","[{'iso_639_1':'en','name':'English'}]","Released","Love Is Stronger Than Death.","Passion Play","false","4.7","42" +"false","/zCYak66MdOcVk5Jf9rzw7PGDwbU.jpg","null","14700000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","12572","tt0808399","en","New York, I Love You","New York, I Love You delves into the intimate lives of New Yorkers as they grapple with, delight in and search for love. Journey from the Diamond District in the heart of Manhattan, through Chinatown and the Upper East Side, towards the Village, into Tribeca, and Brooklyn as lovers of all ages try to find romance in the Big Apple.","9.355","/c70y4CpOMmkEKmDUKYqhXGcUc5d.jpg","[{'id':4575,'logo_path':null,'name':'Vivendi Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-09-06","8049666","103","[{'iso_639_1':'gu','name':''},{'iso_639_1':'en','name':'English'},{'iso_639_1':'yi','name':''},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'cn','name':'????????? / ?????????'}]","Released","Every moment... love begins.","New York, I Love You","false","5.8","263" +"false","/uCpnzjT1bdneKpIPDvWcJkyNEJU.jpg","{'id':154002,'name':'Easy Money Collection','poster_path':'/39LIOuekPyk1FYNKwbxZHQ0rqvz.jpg','backdrop_path':'/pMdlCJtTav1E7xKFU4W57m3ewBo.jpg'}","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","http://www.filmensnabbacash.se/","29920","tt1291652","sv","Snabba Cash","A three-tiered story centered around drugs and organized crime, and focused on a young man who becomes a runner for a coke dealer.","5.285","/dtyPz3vwdTYgh6QhkGtVaJAcs1j.jpg","[{'id':2302,'logo_path':'/rPXEdpqwFycAY9ZgrAJXv13qcWW.png','name':'Svenska Filminstitutet','origin_country':'SE'},{'id':2801,'logo_path':'/bswb1PLLsKDUXMLgy42bZtCtIde.png','name':'Film i V??st','origin_country':'SE'},{'id':10356,'logo_path':null,'name':'Tre V??nner','origin_country':'SE'}]","[{'iso_3166_1':'DK','name':'Denmark'},{'iso_3166_1':'SE','name':'Sweden'},{'iso_3166_1':'DE','name':'Germany'}]","2010-01-15","0","124","[{'iso_639_1':'en','name':'English'}]","Released","","Easy Money","false","6.6","96" +"false","/gg5zGZ8Ax45A6E7DFudfNBhXvbF.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","38093","tt1407061","en","Just Wright","A physical therapist falls for the basketball player she is helping recover from a career-threatening injury.","6.326","/mcqvNQj8WlnMbXKKBxjmDmMjHRU.jpg","[{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'},{'id':5677,'logo_path':null,'name':'Flavor Unit Entertainment','origin_country':''},{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-05-14","21520719","100","[{'iso_639_1':'en','name':'English'}]","Released","In this game every shot counts.","Just Wright","false","6.2","201" +"false","/8PlhVSdMyriOKdFDEgyiay5M9xe.jpg","{'id':260601,'name':'The Worricker Collection','poster_path':'/7eA2F7vJRrQj1v5u3hpPmxlkWHw.jpg','backdrop_path':'/no4tk4mE24iXfa4Q5vKXocDzftZ.jpg'}","0","[{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","73358","tt1797469","en","Page Eight","Johnny is a long-serving MI5 officer. His boss dies suddenly, leaving behind an inexplicable file which threatens the stability of the organisation.","6.503","/4WdJmlY03tktC7B6UM8sHxPfPcw.jpg","[{'id':46340,'logo_path':null,'name':'Runaway Fridge TV','origin_country':''},{'id':31807,'logo_path':null,'name':'Carnival Films & Television','origin_country':''},{'id':33473,'logo_path':null,'name':'Masterpiece','origin_country':''},{'id':3324,'logo_path':'/16fY7pucCzn7WSOYxOGRHlAayL3.png','name':'BBC','origin_country':'GB'},{'id':437,'logo_path':'/nu20mtwbEIhUNnQ5NXVhHsNknZj.png','name':'Heyday Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2011-08-28","0","99","[{'iso_639_1':'en','name':'English'}]","Released","New Century. New Rules.","Page Eight","false","6.5","107" +"false","/5oy9baMyoyOX6ijHEdp93vbVXHC.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'}]","http://www.joyfulnoisethemovie.com","63574","tt1710396","en","Joyful Noise","G.G. Sparrow faces off with her choir's newly appointed director, Vi Rose Hill, over the group's direction as they head into a national competition.","6.778","/xknpkPZavfK3cEwrrq8CRTYJE4o.jpg","[{'id':3396,'logo_path':null,'name':'O.N.C. Entertainment','origin_country':''},{'id':1088,'logo_path':'/9WOE5AQUXbOtLU6GTwfjS8OMF0v.png','name':'Alcon Entertainment','origin_country':'US'},{'id':78958,'logo_path':null,'name':'Farrell Paura Productions','origin_country':''},{'id':78959,'logo_path':null,'name':'Gospel Truth Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-01-13","0","117","[{'iso_639_1':'en','name':'English'}]","Released","Dream a whole lot louder","Joyful Noise","false","6.4","69" +"false","/8UOzyQX3jciAq6tqDYyD1J9luqr.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","94204","tt1810697","en","Meeting Evil","Follows disillusioned young family man John as a mysterious stranger, Richie takes him on a murder-fueled ride that transforms the weak-willed John into a desperate hero willing to go to any length to protect his family.","6.827","/uAuodJg75f7CiDSboaSIQYR3lvC.jpg","[{'id':34,'logo_path':'/GagSvqWlyPdkFHMfQ3pNq6ix9P.png','name':'Sony Pictures','origin_country':'US'},{'id':11341,'logo_path':'/xytTBODEy3p20ksHL4Ftxr483Iv.png','name':'Stage 6 Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-05-03","525","89","[{'iso_639_1':'en','name':'English'}]","Released","","Meeting Evil","false","5","88" +"false","","null","0","[{'id':18,'name':'Drama'}]","","529881","tt8027322","en","The Joke Thief","The Joke Thief takes us on a journey of one man's last hurrah. Simon McCabe is a stand up comedian who has been making people laugh for 35 years. All his life he has been the life of the party, but now he is tired, miserable and almost washed up since he's never got a lucky break due to a reputation of joke stealing. One faithful night, his longtime friend and fellow comedian convinces a comedy club owner to give Simon some stage time and one last shot at redemption. On the ride down to his gig, Simon takes us on a whirlwind journey of his life, as he replays back special moments in an emotional series of flash backs that made him the sad, funny man that he is today.","2.457","/o1OQPB3gALhRyfdLt61rWx1VeEp.jpg","[{'id':81153,'logo_path':null,'name':'In Your Ear Productions','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2018-04-16","0","81","[{'iso_639_1':'en','name':'English'}]","Released","Sometimes sad tears become laughter","The Joke Thief","false","5.7","3" +"false","/ldlvVkUDaJ1HiJwChlNmyzhADSa.jpg","null","12500000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","15917","tt0238936","hi","Devdas","Devdas is sent away by his father so he can improve himself but upon his return his father still doesn???t welcome him back. Devdas and Paro are in love but Paro is a lower caste and is set to be married to an older widower. Devdas is devastated & leaves home. He becomes an alcoholic womanizer and falls in love with a courtesan. Paro tries to get Devdas away from drinking before he self destructs.","6.23","/iYxhiktdqd8oZ2jawvSkkijE9ve.jpg","[{'id':5248,'logo_path':null,'name':'V.I.P. Films','origin_country':''}]","[{'iso_3166_1':'IN','name':'India'}]","2002-07-11","0","185","[{'iso_639_1':'hi','name':'??????????????????'}]","Released","","Devdas","false","7.6","143" +"false","/kwU4yLZiVeZKMLhch7FQt62jNlN.jpg","null","0","[{'id':27,'name':'Horror'}]","","86645","tt0068522","fr","Les d??mons","A group of nuns become possessed by demons and are then tortured in a dungeon of horrors during the inquisition.","4.254","/yrxMWQBHx6At6CNz0vhJSVVnkkT.jpg","[{'id':45468,'logo_path':null,'name':'Interfilme','origin_country':''},{'id':5779,'logo_path':null,'name':'Comptoir Fran??ais du Film Production (CFFP)','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'PT','name':'Portugal'}]","1973-02-05","0","118","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Erotic horror... Torture... Witchcraft.","The Demons","false","5.8","12" +"false","/xeupvE9Oc73ApHCKaQ6ZtdHvuZ.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","44465","tt0117473","en","The Rich Man's Wife","A rich man's wife finds she has a bad prenuptial agreement with an even worse husband. Over drinks with a stranger, she fantasizes about doing her husband in to void the prenupt. The stranger decides to turn her imagination into reality much to the wife's surprise.","2.221","/lXHMHKkCEG9Tksn4KvYGKrTEbIr.jpg","[{'id':175,'logo_path':'/trtXLj3zv8T9ke1Vhw4SCkkM4JJ.png','name':'Caravan Pictures','origin_country':'US'},{'id':915,'logo_path':'/xXojkyRWFZ0JTJyjiu13ThKeFbz.png','name':'Hollywood Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-09-13","8538318","94","[{'iso_639_1':'en','name':'English'}]","Released","Someone Is Playing A Very Deadly Game...","The Rich Man's Wife","false","5.3","21" +"false","","null","0","[{'id':28,'name':'Action'}]","","555853","tt9155048","en","The Punished","Wolfgang, a professional mercenary for hire is thrust in the middle of a local dispute when hired by a wealthy benefactor. But when he develops a friendship with a young orphan and a local tour guide, he is torn between his loyalty to violence for money, and righting wrongs in the name of innocents.","1.352","/lMEITpuOUjbs4g0aVklKcJQTHXn.jpg","[]","[]","2018-10-23","0","","[]","Released","","The Punished","false","10","1" +"false","/rqqA1zmmk55rYnv4rMVq3UJ1yrX.jpg","null","0","[{'id':99,'name':'Documentary'}]","https://www.hbo.com/documentaries/stolen-daughters-kidnapped-by-boko-haram","543638","tt8385108","en","Stolen Daughters: Kidnapped By Boko Haram","The story of the freed female hostages of Boko Haram, detailing their lives in captivity and since their release.","1.354","/tcfUsXlwmncBHTz0KAytzJVHDl4.jpg","[{'id':3268,'logo_path':'/tuomPhY2UtuPTqqFnKMVHvSb724.png','name':'HBO','origin_country':'US'},{'id':14914,'logo_path':'/1RZBWz53SpHUTLpRcM8BGv2plIP.png','name':'HBO Documentary Films','origin_country':'US'},{'id':201,'logo_path':'/6UIpEURdjnmcJPwgTDRzVRuwADr.png','name':'ARTE','origin_country':'FR'},{'id':103287,'logo_path':'/2f1yKuoXx3qdEJVMF46kkXOsVll.png','name':'BBC Two','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-10-22","0","79","[{'iso_639_1':'en','name':'English'}]","Released","Stories from survivors. In their own words.","Stolen Daughters: Kidnapped By Boko Haram","false","6","1" +"false","/l3f2Z14RvGLibuDufW1HxW3Jjuc.jpg","null","0","[{'id':35,'name':'Comedy'}]","","489327","tt6923740","en","Stella's Last Weekend","Brothers Jack and Oliver reunite to put their beloved dog to sleep. While their zany mother plans a party to celebrate Stella's life, things go awry when the brothers discover they love the same girl.","2.006","/2t9LOkhKdla6bM4aGR7Oho8UVLQ.jpg","[{'id':88926,'logo_path':'/25xVamxaglo1Aie5MnYndlmHB9H.png','name':'Related Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-12","0","102","[{'iso_639_1':'en','name':'English'}]","Released","Two brothers. One girl. Do the math.","Stella's Last Weekend","false","7.5","4" +"false","/3BRIYVl1X4rK4a60VthuOQ0M7pi.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","https://www.julietnakedfilm.com","458344","tt5607096","en","Juliet, Naked","Annie is stuck in a long-term relationship with Duncan ??? an obsessive fan of obscure rocker Tucker Crowe. When the acoustic demo of Tucker's hit record from 25 years ago surfaces, its discovery leads to a life-changing encounter with the elusive rocker himself.","19.823","/tj4lbeWQBvPwGjadEAAjJdQolko.jpg","[{'id':715,'logo_path':null,'name':'Bona Fide','origin_country':''},{'id':10105,'logo_path':'/bN4tiAS8oNlHhIqq66KBPQ1Ekqh.png','name':'Apatow Productions','origin_country':'US'},{'id':85283,'logo_path':null,'name':'Los Angeles Media Fund (LAMF)','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2018-08-16","0","97","[{'iso_639_1':'en','name':'English'}]","Released","","Juliet, Naked","false","6.4","107" +"false","/rt3jIRx2uhELtBXqyvsAb7c3w5A.jpg","null","0","[{'id':99,'name':'Documentary'}]","","556196","tt7209220","en","CODumentary","An independent documentary telling a story of how the video game Call Of Duty grew into one of the biggest global entertainment blockbuster franchises of all time. Featuring developers,experts and pro players,the film looks at how a single video game gained millions of fans,broke numerous records and battled through the years to establish itself as one of the greatest video games of all time.","0.84","/qPl4oeItLKkSheOQck7qK3kHcod.jpg","[]","[]","2017-09-19","0","93","[]","Released","","CODumentary","false","5.5","2" +"false","/k9Y1wi0nsFuBfykAAtKLFdMbI20.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","53113","tt0120776","en","One True Thing","A career woman reassesses her parents' lives after she is forced to care for her cancer-stricken mother.","4.209","/fbZhEa9c2ijocPiEIhgEsT7MaXp.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-09-18","0","127","[{'iso_639_1':'en','name':'English'}]","Released","Love What You Have.","One True Thing","false","6.5","47" +"false","/xhmTorqWpKTp7IPMaUENFYXoDcL.jpg","null","0","[{'id':99,'name':'Documentary'}]","","555914","tt7240568","en","Mooch","Anthony ""The Mooch"" Scaramucci may have been the shortest tenured White House Communications Director, but he sure left a big impression. Compiled over a four-year span, 'Mooch' tells the only-in-Trump's-America story of an irrepressible hedge fund manager who rose from humble beginnings to stratospheric heights - only to watch the world laugh as he tumbled back down.","0.84","/ujfrZ5x5uPBhfr00UJxqsgbQnsm.jpg","[]","[]","2018-10-23","0","83","[{'iso_639_1':'en','name':'English'}]","Released","","Mooch","false","6","1" +"false","/gMVdhfQ7q9DFHhDkehrququjGPd.jpg","null","15000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","http://blackkklansman.com","487558","tt7349662","en","BlacKkKlansman","Colorado Springs, late 1970s. Ron Stallworth, an African American police officer, and Flip Zimmerman, his Jewish colleague, run an undercover operation to infiltrate the Ku Klux Klan.","21.889","/lTgROqb5nrzILPRjUY6JjDIrOhh.jpg","[{'id':3172,'logo_path':'/kDedjRZwO8uyFhuHamomOhN6fzG.png','name':'Blumhouse Productions','origin_country':'US'},{'id':72725,'logo_path':null,'name':'QC Entertainment','origin_country':'US'},{'id':923,'logo_path':'/5UQsZrfbfG2dYJbx8DxfoTr2Bvu.png','name':'Legendary Entertainment','origin_country':'US'},{'id':88934,'logo_path':'/5Be96V9WXa7jJInSDPqDOqMBA0o.png','name':'Monkeypaw Productions','origin_country':'US'},{'id':4319,'logo_path':null,'name':'40 Acres & A Mule Filmworks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-07-30","48686605","135","[{'iso_639_1':'en','name':'English'}]","Released","Infiltrate hate.","BlacKkKlansman","false","7.6","2650" +"false","/1jhCnDSNoV7JmC2cf5qQG2lorn8.jpg","null","3082000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","496681","tt5125414","bn","??????????????? ??????????????????","Amazon Obhijaan will see daredevil adventurer Shankar Choudhury traverse the length and breadth of South America, including the legendary Amazon in search of the mythical city of gold.","1.003","/5Ir8Fw9VI9j1dcMbdBiwSY8wubz.jpg","[{'id':12877,'logo_path':'/eKruM4v4KT0ILAK2NsDGne6qA7D.png','name':'SVF Entertainment','origin_country':'IN'}]","[{'iso_3166_1':'IN','name':'India'}]","2017-12-22","7082000","140","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'bn','name':'???????????????'}]","Released","","Amazon Obhijaan","false","5.8","4" +"false","/mFoZ1W0MK8rYFdvvxAKaLDEFxrJ.jpg","null","0","[{'id':27,'name':'Horror'}]","http://z13awakening.com","516082","tt5431946","en","Dead Squad: Temple of the Undead","A group of young people become lost in the jungle during a river rafting trip and stumble upon a long lost ruin that is home to a host of mysterious monsters.","2.32","/t9yQUutIUcKtsVbFnbmtex7rV62.jpg","[{'id':102971,'logo_path':null,'name':'Black Rice Production','origin_country':''},{'id':102972,'logo_path':'/7ASWYyZB8yrD9056qk4dz2UliNj.png','name':'Movie Studio Bali','origin_country':'ID'},{'id':102974,'logo_path':null,'name':'Six17 Films','origin_country':'US'}]","[]","2018-10-21","0","91","[{'iso_639_1':'en','name':'English'}]","Released","All you need is dead","Dead Squad: Temple of the Undead","false","4.5","4" +"false","/znY9pOnneZ9WVYK9M2WwAkdMQX7.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","https://aninterviewwithgod.com","534338","tt5779372","en","An Interview with God","An up-and-coming journalist finds his world and faith increasingly challenged when he's granted the interview of a lifetime ??? with someone who claims to be God.","4.703","/d9TeB8VLCgwSph2OSYK3lcHGf1f.jpg","[{'id':106405,'logo_path':'/loAbuz9SPCa9rrDPskWBOQ6rJlI.png','name':'Astute Films','origin_country':'US'},{'id':68117,'logo_path':null,'name':'Giving Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-08-20","0","97","[{'iso_639_1':'en','name':'English'}]","Released","What would you ask?","An Interview with God","false","7","32" +"false","/jWCGTD81SBF7yLlw9nqcvYS7iZJ.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","","518514","tt6849128","en","Phoenix Wilder and the Great Elephant Adventure","A lost orphan boy and a giant elephant team up to take down an elephant poaching syndicate.","2.177","/dCRT8Gs0QrZpS1PwPB9QSQXQcpm.jpg","[]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'ZA','name':'South Africa'}]","2018-04-16","0","87","[{'iso_639_1':'en','name':'English'}]","Released","","An Elephant's Journey","false","3","3" +"false","/ydcQjPLBPgUr59hGU144mZwPcT1.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10770,'name':'TV Movie'},{'id':10402,'name':'Music'}]","https://www.netflix.com/title/80224536","517596","tt9036126","en","Adam Sandler: 100% Fresh","Adam Sandler takes his comical musical musings back out on the road, from comedy clubs to concert halls to one very unsuspecting subway station.","4.743","/ykIpbOWvqx3Jz6oMFss5ldIVkfU.jpg","[{'id':5466,'logo_path':'/1QCiwVMHyYxLtcEd4NGvlQ7cmA4.png','name':'Irwin Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-23","0","73","[{'iso_639_1':'en','name':'English'}]","Released","","Adam Sandler: 100% Fresh","false","7.3","39" +"false","/i4V0JjGaUJiP9nWCSo1Noh14usR.jpg","null","0","[{'id':35,'name':'Comedy'}]","","423985","tt5228262","en","A Happening of Monumental Proportions","During the course of one day, a group of students at a school in Los Angeles find themselves caught up in a plot of sex, lies and dead bodies.","2.191","/yQ0R4RWDV0LKOb4sGDGS08DCX1q.jpg","[]","[]","2017-05-05","0","","[{'iso_639_1':'en','name':'English'}]","Released","","A Happening of Monumental Proportions","false","4.8","4" +"false","/pe1yqTDWXGdCB81q3lKmaDiKFRs.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","https://a24films.com/films/the-blackcoats-daughter","334536","tt3286052","en","The Blackcoat's Daughter","In the dead of winter, Kat and Rose, two very different girls, find themselves spending winter break at their prestigious prep school. What they don't know is that Kat is being stalked by an evil entity, and their lives are about to change forever. Meanwhile, Joan, a young, troubled woman, makes her way across a frozen landscape towards the school. But why?","6.979","/gW5MnkQ9zHtyVPzdDDHPEDCrZ57.jpg","[{'id':4080,'logo_path':null,'name':'Zed Filmworks','origin_country':''},{'id':7046,'logo_path':null,'name':'Paris Film','origin_country':''},{'id':39043,'logo_path':null,'name':'Traveling Picture Show Company (TPSC)','origin_country':''},{'id':49724,'logo_path':null,'name':'Unbroken Pictures','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2017-03-31","19980","93","[{'iso_639_1':'en','name':'English'}]","Released","Abandoned as a child. Raised by the dark.","The Blackcoat's Daughter","false","5.7","238" +"false","/tAZS9RAX3R9dx2jOx67rEDcgYpF.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","63907","tt1233576","en","Reykjav??k Rotterdam","A former sailor who has served prison sentences for alcohol smuggling fights to keep his family afloat. He is offered pay for a last tour of cargo between Reykjavik and Rotterdam. He agrees, in the hope to get out of debt, but unexpected events occur.","2.709","/jYWDoQliWmCjmFSJToCtBni2r2G.jpg","[]","[{'iso_3166_1':'IS','name':'Iceland'}]","2008-09-30","0","88","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'is','name':'??slenska'}]","Released","","Reykjavik-Rotterdam","false","5.8","21" +"false","/uFR4gvjqxe9laXnj0q0p6xFxg8w.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","416574","tt4558396","de","Egon Schiele: Tod und M??dchen","At the beginning of the 20th Century, Egon Schiele is one of the most provocative artists in Vienna. His life and work are driven by beautiful women and an era that is coming to an end. Two women will have a lasting impact on him - his sister and first muse Gerti, and 17-year-old Wally, arguably Schiele's one true love, immortalized in his famous painting 'Death and the Maiden'. Schiele's radical paintings scandalize Viennese society while daring artists like Gustav Klimt and art agents alike are sensing the exceptional. But Egon Schiele is also prepared to go beyond his own pain and to sacrifice love and life for his art.","3.852","/1NjTS3FDcGYzC0L5yaMkfQ3mULm.jpg","[{'id':6939,'logo_path':null,'name':'Bodega Films','origin_country':''}]","[{'iso_3166_1':'AT','name':'Austria'},{'iso_3166_1':'LU','name':'Luxembourg'}]","2016-09-26","0","109","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Egon Schiele: Death and the Maiden","false","7.3","30" +"false","/l9X1D06du4AJeKhivJns9W3TRIs.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","493623","tt6588966","hi","Hichki","Hichki is a story about a woman who turns her most daunting weakness into her biggest strength. Naina Mathur (Rani Mukerji) is an aspiring teacher who suffers from Tourette Syndrome. After several interviews and numerous rejections, she lands her dream job as a full-time teacher in one of the most elite schools in the city. However, she soon realises that the class she has been assigned comprises of defiant and impish students who can't seem to keep out of trouble. Despite a few initial hiccups, Naina must do whatever she can to ensure that her students realise their true potential, and defy all the odds against them.","4.189","/5kzB7YtvhBvkBywubJ81Qw0Lt8r.jpg","[{'id':1569,'logo_path':'/5WSkzUe6OiyKlpX2hJUghLlWkiU.png','name':'Yash Raj Films','origin_country':'IN'}]","[{'iso_3166_1':'IN','name':'India'}]","2018-03-23","0","140","[{'iso_639_1':'hi','name':'??????????????????'}]","Released","","Hichki","false","7.7","45" +"false","/gkVFpSEqY6jeuI2EfFkQtbXOJOw.jpg","null","35000000","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","http://www.furryvengeance-movie.com/","35169","tt0492389","en","Furry Vengeance","When real estate developer Dan Sanders finalizes plans to level a swath of pristine Oregon forest to make way for a soulless housing subdivision, a band of woodland creatures rises up to throw a monkey wrench into the greedy scheme. Just how much mischief from the furry critters can the businessman take before he calls it quits?","9.863","/mnAZVbqg5y8IcgK9HmA5x4Qnank.jpg","[{'id':34447,'logo_path':null,'name':'Furry Vengeance Productions','origin_country':''},{'id':6736,'logo_path':null,'name':'Imagenation Abu Dhabi FZ','origin_country':''},{'id':3929,'logo_path':null,'name':'Robert Simonds Productions','origin_country':''},{'id':6735,'logo_path':'/6yyByQrmTAgJv0QzZ1Eh1jiGX4R.png','name':'Participant Media','origin_country':'US'}]","[{'iso_3166_1':'AE','name':'United Arab Emirates'},{'iso_3166_1':'US','name':'United States of America'}]","2010-04-02","36236710","92","[{'iso_639_1':'en','name':'English'}]","Released","He came. He saw. They conquered.","Furry Vengeance","false","4.6","269" +"false","/eyPx3deG0KWzH0VcMx9hkdef8fS.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://www.thegiganticmovie.com/","14940","tt1176251","en","Gigantic","Young mattress salesman Brian decides to adopt a baby from China but is distracted when he forms a relationship with quirky, wealthy Harriet whom he meets at his mattress store. As their relationship flourishes, unbeknownst to them, a hitman is trying to kill Brian.","4.072","/r6faqKafNqmm4ZwAkXPHmelKIyL.jpg","[{'id':3845,'logo_path':null,'name':'Gigantic Movie','origin_country':''},{'id':3846,'logo_path':null,'name':'Epoch Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-09-09","165888","99","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","When it comes to family and relationships, there are no small surprises.","Gigantic","false","5.7","75" +"false","/ifOMqqbHFzYEYY5zuv2acwk1YYi.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","31121","tt0073692","en","Shampoo","George Roundy is a Beverly Hills hairstylist whose uncontrolled libido stands between him and his ambitions. He wants the security of a relationship. He wants to be a hairdressing ""star"" and open his own salon. But the fact that he beds down with the wife, daughter and mistress of a potential backer doesn't help. It also does little for his relationship with his current girlfriend.","3.682","/6jmFvXPV6OhtX3AkAVnH7rwdeUJ.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1975-03-13","0","109","[{'iso_639_1':'en','name':'English'}]","Released","","Shampoo","false","6.1","69" +"false","/g9iDAJwwYazWnPfy6TLOQy4Vgmb.jpg","{'id':152544,'name':'Green Street Hooligans Collection','poster_path':'/5m29SVW5zag4M6MC1HeqR8cAYzS.jpg','backdrop_path':'/5PeOE350cbNuCH6KD70YoX9V1dZ.jpg'}","8000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","15809","tt1300853","en","Green Street Hooligans 2","When the top players of the Green Street Elite are imprisoned following a deadly battle with their archenemies Millwall every day becomes a fight for survival. On the inside, rival firms and prison guards will stop at nothing to make their lives a living hell, leaving the lads with no choice but to stand their ground and fight. Find out what happens when the two most fearsome and notorious firms","7.731","/lR9SPFpq9MwYsHR4aFRHwsmIeU6.jpg","[{'id':3263,'logo_path':'/z0fbODSLBptxVKekL0950Lr71zU.png','name':'OddLot Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-03-23","0","94","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","Stand Your Ground","Green Street Hooligans 2","false","5","124" +"false","/v7hXS4nYQzUBFOf1rvsGIqxYLxI.jpg","null","21000000","[{'id':35,'name':'Comedy'}]","","34803","tt1321509","en","Death at a Funeral","Aaron's father's funeral is today at the family home, and everything goes wrong: the funeral home delivers the wrong body, his cousin accidentally drugs her fianc??, and Aaron's successful younger brother, Ryan, flies in from New York, broke but arrogant. To top it all off, a mysterious stranger wants a word with Aaron.","6.503","/iicn7Nku5G4cwCfN5DfX8aiRDD9.jpg","[{'id':1012,'logo_path':null,'name':'Parabolic Pictures','origin_country':''},{'id':3287,'logo_path':'/bz6GbCQQXGNE56LTW9dwgksW0Iw.png','name':'Screen Gems','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-04-15","49050886","92","[{'iso_639_1':'en','name':'English'}]","Released","This is one sad family.","Death at a Funeral","false","5.7","410" +"false","/j104VNJbCcXqxdOqYWi2yUm1gie.jpg","null","0","[{'id':35,'name':'Comedy'}]","http://highroadmovie.com/","89857","tt1692084","en","High Road","Directed by Matt Walsh, a co-founding member of world-renowned comedy troupe Upright Citizens Brigade, High Road showcases a totally improvised script about Glenn ???Fitz??? Fitzgerald (James Pumphrey), a young man whose loyalties are split among his band, his girlfriend Monica(Abby Elliottt) and selling drugs. After his band breaks up, Fitz finds himself dealing drugs out of his garage and bonding with 16-year-old neighborhood kid Jimmy (Dylan O???Brien). As his former band mates (Zach Woods, Matt L. Jones, Lizzy Caplan) begin finding success and one of his drug deals goes awry, Fitz hits the road with Jimmy. Amid car chases, guns, broken bones, sassy cabbies and a suspicious doctor (Horatio Sanz), Fitz has to navigate their way to safe harbor--and he doesn???t even know about the surprise Monica has in store for him back home!","3.199","/eemOKCa4gpA8RcHUWGt8y5WAS4U.jpg","[{'id':8714,'logo_path':null,'name':'Northern Lights Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-03-06","0","87","[{'iso_639_1':'en','name':'English'}]","Released","The road less traveled is filled with pot holes.","High Road","false","5.7","35" +"false","/uDZqxv25FTDdLX8LCj0OSauNz8a.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","","13254","tt0483719","en","The Living and the Dead","A descent into Hell is triggered when ""Ex-Lord"" Donald Brocklebank finds that he must leave Longleigh House for London to find a way to pay for the medical treatments for his wife Nancy. Alone, his over-protected, delusional, adult son, James, fancies himself in charge of the manor house with his terminally ill mother, and barricades the two of them into the house.","3.347","/sCVqeI2JhFNR5zbzR7xom33SKJX.jpg","[{'id':328,'logo_path':null,'name':'TLA Releasing','origin_country':''},{'id':12319,'logo_path':null,'name':'Giant Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2006-09-23","0","83","[{'iso_639_1':'en','name':'English'}]","Released","","The Living and the Dead","false","7","23" +"false","/abNekkt3ZRATLgVaoRkQJnTHKVs.jpg","{'id':152544,'name':'Green Street Hooligans Collection','poster_path':'/5m29SVW5zag4M6MC1HeqR8cAYzS.jpg','backdrop_path':'/5PeOE350cbNuCH6KD70YoX9V1dZ.jpg'}","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","","182873","tt2628316","en","Green Street Hooligans: Underground","An old firm leader returns to Green Street for Revanche after receiving a call that his little brother was killed, but is he able to cope with a new type of hooliganism and can he find his killer?","4.431","/47O0DRT92EIfWEOYTjMQIF1vBE2.jpg","[{'id':13161,'logo_path':null,'name':'Tea Shop & Film Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-10-21","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Green Street Hooligans: Underground","false","5.4","55" +"false","/ptEAh4Ok6PnXDkcX2kAue5A2sIG.jpg","null","8200000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","1788","tt0087277","en","Footloose","When teenager Ren and his family move from big-city Chicago to a small town in the West, he's in for a real case of culture shock.","8.618","/79iEen28ai1rsXvOVWRJuHrsexO.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':959,'logo_path':null,'name':'IndieProd Company Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-02-17","80035402","107","[{'iso_639_1':'en','name':'English'}]","Released","The music is on his side.","Footloose","false","6.5","910" +"false","/v7EWaru1m8bNxwsVPDUSc4WfWJ8.jpg","null","10000000","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':18,'name':'Drama'}]","","14819","tt0110006","en","Heavyweights","Camp Hope is a summer retreat for overweight boys run by a kindly couple who make the campers feel comfortable with their extra pounds. But when tyrannical fitness guru Tony buys the camp, he puts the kids on a cruel regimen that goes too far. Sick of the endless weeks of ""all work and no play,"" the kids stage a coup and reclaim their summer of fun.","6.135","/j6bhaWGuhL5nyRK0FdpnRIBDlp3.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':175,'logo_path':'/trtXLj3zv8T9ke1Vhw4SCkkM4JJ.png','name':'Caravan Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-02-17","0","100","[{'iso_639_1':'en','name':'English'}]","Released","They don't run the fastest. They don't jump the highest. But they sure are getting the last laugh. Heavyweights. They never met a hot dog they didn't like ... until now.","Heavyweights","false","6","158" +"false","/zM3YFSELHQep75T73ybWwv9lg8i.jpg","{'id':9328,'name':'Free Willy Collection','poster_path':'/3M2Q9ZDTyFBfi3ohz2gizFmnoL0.jpg','backdrop_path':'/aef15QAJ8Kxbh8W5zXqJb1f9Vhw.jpg'}","0","[{'id':18,'name':'Drama'},{'id':10751,'name':'Family'},{'id':12,'name':'Adventure'}]","","34751","tt1394329","en","Free Willy: Escape from Pirate's Cove","After young Kirra (Bindi Irwin) leaves her Australian home to summer with her grandfather (Beau Bridges) in South Africa, she soon discovers a baby orca stranded in the lagoon near her grandfather???s rundown seaside amusement park. She names the lonely whale Willy--and embarks on a great quest to lead the little guy back to his anxious pod.","4.28","/A1eBPIcUOwWMHjSuyvyxS9Jhbbu.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-03-23","0","75","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'cs','name':'??esk??'}]","Released","","Free Willy: Escape from Pirate's Cove","false","5.1","60" +"false","/g1BfxcnplYEveGqS1ttfhdRBgbR.jpg","{'id':91698,'name':'Chili Palmer Collection','poster_path':'/klwDyihoCqOZ19lMwtlaaSCGH2w.jpg','backdrop_path':'/uWaANGQeoSs5vSP1CWtlkDrkqei.jpg'}","30250000","[{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","8012","tt0113161","en","Get Shorty","Chili Palmer is a Miami mobster who gets sent by his boss, the psychopathic ""Bones"" Barboni, to collect a bad debt from Harry Zimm, a Hollywood producer who specializes in cheesy horror films. When Chili meets Harry's leading lady, the romantic sparks fly. After pitching his own life story as a movie idea, Chili learns that being a mobster and being a Hollywood producer really aren't all that different.","12.112","/vWtDUUgQAsVyvRW4mE75LBgVm2e.jpg","[{'id':216,'logo_path':null,'name':'Jersey Films','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-10-20","115101622","105","[{'iso_639_1':'en','name':'English'}]","Released","The mob is tough, but it???s nothing like show business.","Get Shorty","false","6.5","462" +"false","/vRqKw0PFHnYfV0pc5dC1ulNfe1e.jpg","null","100000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","5375","tt0486583","en","Fred Claus","Fred Claus and Santa Claus have been estranged brothers for many years. Now Fred must reconcile his differences with his brother whom he believes overshadows him. When an efficiency expert assesses the workings at the North Pole and threatens to shut Santa down, Fred must help his brother to save Christmas.","9.039","/vFniWmciRi4tAjAYGp2wrK0P8dJ.jpg","[{'id':53061,'logo_path':null,'name':'Jessie Nelson Productions','origin_country':''},{'id':1885,'logo_path':'/xlvoOZr4s1PygosrwZyolIFe5xs.png','name':'Silver Pictures','origin_country':'US'},{'id':53062,'logo_path':null,'name':'David Dobkin Productions','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-11-03","97838349","116","[{'iso_639_1':'en','name':'English'}]","Released","Everybody has that one relative who can't help but cause problems over the holidays. Even Santa.","Fred Claus","false","5.5","393" +"false","/xtVaN3xQ8hjS90Jx29pOkIXKht1.jpg","{'id':91361,'name':'Halloween Collection','poster_path':'/2uqHV6YcD9jEL2WuJYjXiiuRDqd.jpg','backdrop_path':'/mmxf1sOe2T1sma0tH0TgTdcit1p.jpg'}","17000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","11675","tt0120694","en","Halloween H20: 20 Years Later","Two decades after surviving a massacre on October 31, 1978, former baby sitter Laurie Strode finds herself hunted by persistent knife-wielder Michael Myers. Laurie now lives in Northern California under an assumed name, where she works as the headmistress of a private school. But it's not far enough to escape Myers, who soon discovers her whereabouts. As Halloween descends upon Laurie's peaceful community, a feeling of dread weighs upon her -- with good reason.","9.797","/crycJDHRvpQyZeQyRYtIZKIpNzK.jpg","[{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'},{'id':21438,'logo_path':null,'name':'Nightfall Productions','origin_country':''},{'id':15822,'logo_path':'/Aodu1OPI0LHTWYr7Jlm4R2XY2og.png','name':'Trancas International Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-08-05","55041738","86","[{'iso_639_1':'en','name':'English'}]","Released","Blood is thicker than Water.","Halloween H20: 20 Years Later","false","5.9","630" +"false","/sXOg3gN5ZB0qku2gD6GrvwgchEv.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","459845","tt3415358","en","Rabbit","A year after her identical twin's disappearance, Maude Ashton is still haunted by visions of her sister's violent abduction. Convinced she is still alive, Maude follows the clues to a derelict caravan park.","1.341","/3YlZun4OdBZ6d9PgkhW5TYvN049.jpg","[{'id':69777,'logo_path':null,'name':'Projector Films','origin_country':'AU'},{'id':101583,'logo_path':null,'name':'Longshot','origin_country':''},{'id':5056,'logo_path':'/kADFcjL04xe5HGBnlLjbfhliS2a.png','name':'Head Gear Films','origin_country':'GB'},{'id':50079,'logo_path':null,'name':'Kreo Films FZ','origin_country':''},{'id':25954,'logo_path':null,'name':'Metrol Technology','origin_country':'GB'},{'id':105801,'logo_path':null,'name':'MIFF Premiere Fund','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2017-08-05","0","103","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","","Rabbit","false","6.4","5" +"false","/y00OqbAb2AZMz8JM19vmjjCN1KU.jpg","null","0","[{'id':18,'name':'Drama'}]","http://madelinesmadeline.oscilloscope.net","468735","tt6101602","en","Madeline's Madeline","Madeline has become an integral part of a prestigious physical theater troupe. When the workshop's ambitious director pushes the teenager to weave her rich interior world and troubled history with her mother into their collective art, the lines between performance and reality begin to blur. The resulting battle between imagination and appropriation rips out of the rehearsal space and through all three women's lives.","6.565","/8PcvYO5SHmPUFzdXpI2kzj3JtXN.jpg","[{'id':37432,'logo_path':'/4jf93b9QJmuHxtb1CAFxakApt5K.png','name':'Bow and Arrow Entertainment','origin_country':'US'},{'id':61604,'logo_path':null,'name':'Forager Film','origin_country':'US'},{'id':111941,'logo_path':null,'name':'Parris Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-08-10","185576","94","[{'iso_639_1':'en','name':'English'}]","Released","","Madeline's Madeline","false","6.5","23" +"false","/qJgqmS7F52lJUJKoenfzGEACSUq.jpg","{'id':91361,'name':'Halloween Collection','poster_path':'/2uqHV6YcD9jEL2WuJYjXiiuRDqd.jpg','backdrop_path':'/mmxf1sOe2T1sma0tH0TgTdcit1p.jpg'}","5000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","11361","tt0097474","en","Halloween 5: The Revenge of Michael Myers","Presumed dead after a shoot-out with the Haddonfield police, Michael Myers is secretly nursed back to health -- and returns a year later to kill again and once more targets his young niece, Jamie. Jamie is now recovering in the local children's hospital after attacking her stepmother and losing her voice. Her mental link with her evil uncle may be the key to uprooting her family tree.","8.284","/gQwN6KXBuO94kaYpeX3uaueszkd.jpg","[{'id':4351,'logo_path':null,'name':'Trans Pacific Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-10-12","11642254","96","[{'iso_639_1':'en','name':'English'}]","Released","Michael Lives, And This Time They're Ready!","Halloween 5: The Revenge of Michael Myers","false","5.2","394" +"false","/szALvaFRJJkXHMoaJWBh7YLDoBD.jpg","{'id':91361,'name':'Halloween Collection','poster_path':'/2uqHV6YcD9jEL2WuJYjXiiuRDqd.jpg','backdrop_path':'/mmxf1sOe2T1sma0tH0TgTdcit1p.jpg'}","13000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","11442","tt0220506","en","Halloween: Resurrection","Serial Killer Michael Myers is not finished with Laurie Strode, and their rivalry finally comes to an end. But is this the last we see of Myers? Freddie Harris and Nora Winston are reality programmers at DangerTainment, and are planning to send a group of 6 thrill-seeking teenagers into the childhood home of Myers. Cameras are placed all over the house and no one can get out of the house... and then Michael arrives home!","10.278","/luqA2pRzJ4OPxiS9zXa0arQljB1.jpg","[{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'},{'id':21438,'logo_path':null,'name':'Nightfall Productions','origin_country':''},{'id':15822,'logo_path':'/Aodu1OPI0LHTWYr7Jlm4R2XY2og.png','name':'Trancas International Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-07-01","37664855","94","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Evil finds its way home","Halloween: Resurrection","false","4.4","460" +"false","/m0I2GjHod2wiTXmZUvTdCx5mBqH.jpg","{'id':91361,'name':'Halloween Collection','poster_path':'/2uqHV6YcD9jEL2WuJYjXiiuRDqd.jpg','backdrop_path':'/mmxf1sOe2T1sma0tH0TgTdcit1p.jpg'}","5000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","11357","tt0095271","en","Halloween 4: The Return of Michael Myers","The legend of that creepy masked-man, Michael Myers, comes to life once again in this fourth installment of the successful horror franchise. This time, it's Michael's niece, Jamie, who can't seem to escape her crazy uncle. With Michael on the loose, Jamie enlists the help of good old Dr. Loomis to stop the murderer. This time, though, there seems to be no end to Michael's madness.","10.694","/oudmrV1WljSJMpgwq6K4VzbIMMK.jpg","[{'id':15822,'logo_path':'/Aodu1OPI0LHTWYr7Jlm4R2XY2og.png','name':'Trancas International Films','origin_country':'US'},{'id':16405,'logo_path':null,'name':'Galaxy Films','origin_country':'IN'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-10-21","17768757","88","[{'iso_639_1':'en','name':'English'}]","Released","Horror has returned to Haddonfield.","Halloween 4: The Return of Michael Myers","false","5.9","437" +"false","/tn2rUs6GJCeiYBnPvQBouhOxPeU.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':99,'name':'Documentary'}]","http://www.underanarcticsky.com/","469108","tt6680858","en","Under an Arctic Sky","Six fearless surfers travel to the north coast of Iceland to ride waves unlike anything they've ever experienced, captured with high-tech cameras.","0.964","/oGMxSC0Rj32dJ9qSjGi97HUFKwF.jpg","[]","[]","2017-04-23","0","40","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'is','name':'??slenska'}]","Released","","Under an Arctic Sky","false","7.8","18" +"false","/6cKpUk38U7GziP548cZ1AGs0RPV.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","502422","tt7738450","en","Thunder Road","A police officer faces a personal meltdown following a divorce and the death of his mother.","7.12","/ynljTdiGVUCJJ6THSZi22SBoQAR.jpg","[{'id':46453,'logo_path':'/pftS6dWlYOqNKRHektMx3UiwOgS.png','name':'Vanishing Angle','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-09-12","0","92","[{'iso_639_1':'en','name':'English'}]","Released","Officer Arnaud loved his mom","Thunder Road","false","7.1","70" +"false","","null","0","[]","http://www.mftde.com","493441","tt4521686","en","Midnight Macabre","A collection of short stories about the unknown","0.902","/t5yEu7KV0Uoh09afYbVXNndSGiF.jpg","[]","[]","2017-05-02","0","73","[]","Released","No one believes me but you do right...Yeah but i believe in the loch ness monster...I love this shit","Midnight Macabre","false","6","1" +"false","/zr3Pejk8GnEY24s47VqRVC6BbTo.jpg","null","0","[{'id':27,'name':'Horror'}]","","454546","tt5704704","en","American Exorcism","Damon Richter thought he left the world of possessions, exorcisms, and evil behind until an old friend arrives with frightening information about his estranged daughter knowing that only his otherworldly skills can save her.","0.944","/tnKxcSiwXEYuuc1oriwYLG7021.jpg","[{'id':82773,'logo_path':null,'name':'Thriller Films','origin_country':''},{'id':82774,'logo_path':null,'name':'AZ Film Studios','origin_country':''},{'id':21678,'logo_path':null,'name':'Marquis Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-05-02","0","92","[{'iso_639_1':'en','name':'English'}]","Released","","American Exorcism","false","4.4","7" +"false","/ohQcduQfptci64PtSVjJx6VExxn.jpg","{'id':98580,'name':'Candyman Collection','poster_path':'/7yGuKyI0YOBZcOcfwP90WkAbwgD.jpg','backdrop_path':'/hJjCx4njVdHJobhvr84e5J6MgTw.jpg'}","6000000","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","9529","tt0103919","en","Candyman","The Candyman, a murderous soul with a hook for a hand, is accidentally summoned to reality by a skeptic grad student researching the monster's myth.","7.285","/w5YQqrwzreHfa7RmXCB7rpLLxbe.jpg","[{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'},{'id':278,'logo_path':null,'name':'Propaganda Films','origin_country':''},{'id':1382,'logo_path':'/sOg7LGESPH5vCTOIdbMhLuypoLL.png','name':'PolyGram Filmed Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-09-11","25792310","99","[{'iso_639_1':'en','name':'English'}]","Released","You don't have to believe... just beware.","Candyman","false","6.3","495" +"false","/jE1KHqikmsVmFIoQ3Uzy4s5FmKs.jpg","null","0","[{'id':27,'name':'Horror'},{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'}]","http://www.austrianfilms.com/film/the_dark","463322","tt6832388","en","The Dark","A murderous, flesh-eating undead young girl haunting the remote stretch of woods where she was murdered decades earlier, discovers a kidnapped and abused boy hiding in the trunk of one of her victim???s cars. Her decision to let the boy live throws her aggressively solitary existence into upheaval, and ultimately forces her to re-examine just how much of her humanity her murderer was able to destroy.","4.612","/8ju0L6Wy5QrW6XJOGvaLjVCDwtZ.jpg","[{'id':16038,'logo_path':null,'name':'First Love Films','origin_country':''},{'id':608,'logo_path':null,'name':'Dor Film Produktionsgesellschaft GmbH','origin_country':''}]","[{'iso_3166_1':'AT','name':'Austria'}]","2018-04-21","0","95","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","Your worst fear is your only hope.","The Dark","false","6.4","34" +"false","/v43Be7IazD3XvDhMHHh3e8u5IM7.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10770,'name':'TV Movie'}]","","463158","tt1311076","en","My Dinner with Herv??","An unlikely friendship evolves over one wild night in LA between a struggling journalist and actor Herv?? Villechaize, the world's most famous gun-tothing dwarf, resulting in life-changing consequences for both","6.339","/sb7Pr5mS4l37gWOWcwVaFNclhZh.jpg","[{'id':7429,'logo_path':'/6in9uMqxXEHx5XgYgkeRBpZ4rPw.png','name':'HBO Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-20","0","110","[{'iso_639_1':'en','name':'English'}]","Released","His Real Life Was The Biggest Fantasy Of All.","My Dinner with Herv??","false","6.2","34" +"false","/3NSMzA2izcmy5W40lkA4gIwjSdR.jpg","null","0","[{'id':28,'name':'Action'},{'id':99,'name':'Documentary'}]","","555031","tt9154456","en","Kemper on Kemper: Inside the Mind of a Serial Killer","Ed Kemper, also known as the Co-Ed Killer, murdered and dismembered 10 people, including his own mother. Former FBI agent John Douglas takes us through his extensive interviews with Kemper, which became the backbone of modern criminal psychology.","1.608","/eh5qvmu8wsc0p8GV7w2rAGAbESw.jpg","[{'id':67241,'logo_path':null,'name':'Oxygen Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-10","0","120","[]","Released","","Kemper on Kemper: Inside the Mind of a Serial Killer","false","0","0" +"false","/mabuNsGJgRuCTuGqjFkWe1xdu19.jpg","{'id':468222,'name':'The Incredibles Collection','poster_path':'/l7GqbzkJwowYRIXAtUz2iCPi64a.jpg','backdrop_path':'/9eDW2dVhnzPS2HvaRdK2OlAGaLq.jpg'}","200000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","https://movies.disney.com/incredibles-2","260513","tt3606756","en","Incredibles 2","Elastigirl springs into action to save the day, while Mr. Incredible faces his greatest challenge yet ??? taking care of the problems of his three children.","44.467","/9lFKBtaVIhP7E2Pk0IY1CwTKTMZ.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':3,'logo_path':'/1TjvGVDMYsj6JBxOAkUHpPEwLf7.png','name':'Pixar','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-06-14","1241891456","118","[{'iso_639_1':'en','name':'English'}]","Released","Back to work.","Incredibles 2","false","7.6","5733" +"false","/wdGrHzUBxY2gcs0GwGBO2J8L1qd.jpg","null","0","[{'id':99,'name':'Documentary'}]","https://sonyclassics.com/americanchaos/","530454","tt8420442","en","American Chaos","A documentary focused on the 2016 United States presidential election and then-candidate Donald Trump's supporters.","3.572","/ye6xgueO5LaMVZaReT6jXMwFSYq.jpg","[{'id':1205,'logo_path':null,'name':'Endgame Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-09-14","0","","[{'iso_639_1':'en','name':'English'}]","Released","""Something felt very wrong, and I needed to find out why.""","American Chaos","false","6","6" +"false","","null","0","[{'id':10402,'name':'Music'}]","","556104","tt0051336","en","Six-Five Special","At the suggestion of her girlfriend, a young singer decides to try and make her name in London. Catching the overnight '6.5 Special' bound for the BBC television show, the two find the train full of 1950's British pop stars only too ready to burst into song. As the presenters of the show are also on board, our heroine is assured of a spot on the following Saturday's 'Six Five Special'.","0.84","/5DDqW2EYr3vZQA2odYvS5rbBPx4.jpg","[{'id':4857,'logo_path':null,'name':'Insignia Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1958-03-01","0","85","[]","Released","","Six-Five Special","false","8","1" +"false","/qWjHg5yQcpfPSDqQ20MgAopFYuq.jpg","null","1300000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","","11951","tt0067927","en","Vanishing Point","Kowalski works for a car delivery service, and takes delivery of a 1970 Dodge Challenger to drive from Colorado to San Francisco. Shortly after pickup, he takes a bet to get the car there in less than 15 hours.","7.257","/1ThnpFx2G2HPhecvODGFEQxfOpO.jpg","[{'id':14228,'logo_path':null,'name':'Cupid Productions','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1971-01-15","72266306","99","[{'iso_639_1':'en','name':'English'}]","Released","It's the maximum trip... at maximum speed.","Vanishing Point","false","7.2","179" +"false","/f0sUuPaHRetjAmGbXaSLQn6kdYU.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","38961","tt1486190","en","Tamara Drewe","A young newspaper writer returns to her hometown in the English countryside, where her childhood home is being prepped for sale.","8.486","/1n4WyD5IDpVNcPFW8g6pQysjcBa.jpg","[{'id':2054,'logo_path':null,'name':'Ruby Films','origin_country':''},{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':20781,'logo_path':null,'name':'Notting Hill Films','origin_country':''},{'id':2452,'logo_path':'/6CLoZ59fLPG7UyxQtGTqRevjf58.png','name':'UK Film Council','origin_country':'GB'},{'id':20782,'logo_path':null,'name':'WestEnd Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2010-07-14","0","111","[{'iso_639_1':'en','name':'English'}]","Released","A comedy about sex, love and a nose job...","Tamara Drewe","false","5.8","222" +"false","/3b7KBWUVoAN9sc90gvyZwX30cFV.jpg","{'id':12087,'name':'Herbie Collection','poster_path':'/fD9IHehwlfRjZSUShCTcamxdfAP.jpg','backdrop_path':'/hgi9EeU50KFhv9pCDmJyx4VLp5G.jpg'}","0","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","","10869","tt0071607","en","Herbie Rides Again","The living Volkswagen Beetle helps an old lady protect her home from a corrupt developer.","6.342","/1zwUtG1kwpJGtVqidpOrarswUB0.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1974-02-14","0","88","[{'iso_639_1':'en','name':'English'}]","Released","The Loveable Bug's back doin' his thing!","Herbie Rides Again","false","5.8","147" +"false","/6Vvk9YWecUrFboobXQgLCyowVnO.jpg","null","11000000","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'}]","","501987","tt6980546","te","???????????? ????????? ????????????","Bharat, a graduate raised in London clueless about the future becomes the Chief Minister of Andhra Pradesh due to the circumstances. New to India and with no political knowledge he learns the ropes quickly and governs efficiently. However, while he endears himself to the crowd, he makes enemies out of the political class, including his own party members who create trouble for him and try to stop him from bringing in changes in the society.","2.884","/a0hFV8G0ofyPgPEjVcYrueuxFex.jpg","[{'id':68594,'logo_path':null,'name':'DVV Entertainments','origin_country':''}]","[{'iso_3166_1':'IN','name':'India'}]","2018-04-20","0","173","[{'iso_639_1':'te','name':'??????????????????'}]","Released","","Bharat Ane Nenu","false","7.3","12" +"false","/t16TcN5LQUqbnueINE5SMOaOn5N.jpg","null","0","[{'id':16,'name':'Animation'},{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'}]","","13391","tt0970472","ja","???????????? 2077????????????","2067: Isolation: Japan seals herself off from the eyes of the world in the face of unilateral international policy setting strict limits on the use of robotic technology. The island nation exists only behind a veil of seclusion. No soul shall enter. No soul shall leave. 2077: Revelation: The veil is breached. Japan is infiltrated by agents of the organization S.W.O.R.D., a fighting force operating outside of the protection of the United States and her allies. Their mission: Determine if the Japanese are developing banned robotic bio-technology, forbidden due to its threat to humankind. In the battle between machine and man, humanity stands to suffer most.","6.907","/f2LlcsYL41tKKFaDA2qCCPnkDag.jpg","[{'id':2788,'logo_path':null,'name':'Avex Entertainment','origin_country':''},{'id':7394,'logo_path':null,'name':'Oxybot','origin_country':''},{'id':11543,'logo_path':null,'name':'CCRE','origin_country':''},{'id':5261,'logo_path':null,'name':'Shogakukan Production','origin_country':''},{'id':9149,'logo_path':null,'name':'Shogakukan','origin_country':''},{'id':1393,'logo_path':'/frMsfc7igYUd90lQXpxuasiN5x4.png','name':'TBS','origin_country':'JP'},{'id':7542,'logo_path':null,'name':'Yahoo Japan','origin_country':''},{'id':192,'logo_path':'/93eAKlnQecDdMtucfOprzcjMw9V.png','name':'Shochiku Co., Ltd.','origin_country':'JP'},{'id':5805,'logo_path':'/jiTDwr7CelkRTSJt8or6WipN75c.png','name':'Studio Aoi','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","2007-08-18","0","109","[{'iso_639_1':'ja','name':'?????????'}]","Released","The dark secret of future Tokyo!","Vexille","false","6.9","72" +"false","/iM4Ed4toKtxjmQeXVmBCpuAJYkg.jpg","null","20000000","[{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","50671","tt1334102","en","The Resident","Juliet, a beautiful doctor, has found the perfect New York apartment to start a new life after separating from her husband. It's got spacious rooms, a spectacular view, and a handy, handsome landlord. But there are secrets behind every wall and terror in every room as Juliet gets the unnerving feeling that she is not alone.","6.518","/2jO9rxa6XbpIZVDcVMm7e6TQ7Kd.jpg","[{'id':1314,'logo_path':'/gQBluDqe6dc2ZdzfJbabEHoSGoG.png','name':'Hammer Film Productions','origin_country':'GB'},{'id':11448,'logo_path':'/twhX9HMUuGW4Mhb45AyWDhRqkvR.png','name':'Exclusive Media','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2011-02-10","0","91","[{'iso_639_1':'en','name':'English'}]","Released","She Thought She Was Living Alone","The Resident","false","5.6","279" +"false","/wt3KWtnsbkpUGYStwRcR1YjR5AK.jpg","null","8000000","[{'id':80,'name':'Crime'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","12192","tt0964539","en","Pathology","Medical student Ted Grey graduates at the top of his class and quickly joins an elite pathology program, whose top students invite him into their circle. There he uncovers a gruesome secret: They play a game in which one tries to commit the perfect, undetectable murder, then the others compete to determine the victim's cause of death.","5.792","/7VjVRhlM7GyqwTc3OH8Itfx4jaB.jpg","[{'id':126,'logo_path':'/kADPanRDkKTxncPXXVahvHPUvCj.png','name':'Lakeshore Entertainment','origin_country':'US'},{'id':11728,'logo_path':null,'name':'Camelot Pictures','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-04-11","0","95","[{'iso_639_1':'en','name':'English'}]","Released","No body is safe.","Pathology","false","5.6","203" +"false","/gaAsTiizAXa3ixu5HhwjcrIDOFk.jpg","null","30000000","[{'id':18,'name':'Drama'},{'id':10751,'name':'Family'},{'id':10749,'name':'Romance'}]","","13967","tt0482546","en","Miss Potter","The story of Beatrix Potter, the author of the beloved and best-selling children's book, 'The Tale of Peter Rabbit', and her struggle for love, happiness and success.","7.972","/5TAL6CSTBFPHQdEmFKRlecDz43X.jpg","[{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2006-12-03","35078241","92","[{'iso_639_1':'en','name':'English'}]","Released","The life of Beatrix Potter is the most enchanting tale of all.","Miss Potter","false","6.4","232" +"false","/orTWpdXDdzz384MnPU8v7fRdtX1.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.jackgoesboatingmovie.com/","43943","tt1278379","en","Jack Goes Boating","A limo driver's blind date sparks a tale of love, betrayal, friendship and grace???centered around two working-class New York City couples.","3.165","/5Qd8IJYdzzZh4Ylc8raKA9alRyW.jpg","[{'id':20110,'logo_path':null,'name':'Labyrinth Theater Company','origin_country':''},{'id':20111,'logo_path':null,'name':'Olfactory Productions','origin_country':''},{'id':213,'logo_path':null,'name':'Cooper's Town Productions','origin_country':''},{'id':188,'logo_path':'/40E8iNvy6brH6t4BbmQL211jIpl.png','name':'Big Beach','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-09-23","538000","89","[{'iso_639_1':'en','name':'English'}]","Released","","Jack Goes Boating","false","6.1","57" +"false","/s5ylIDOMcqlGB9Wmhv7cKsLCyuD.jpg","null","51000000","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","https://www.foxmovies.com/movies/deck-the-halls","9969","tt0790604","en","Deck the Halls","Determined to unseat Steve Finch's reign as the town's holiday season king, Buddy Hall plasters his house with so many decorative lights that it'll be visible from space! When their wives bond, and their kids follow suit, the two men only escalate their rivalry - and their decorating.","7.785","/u48kzT5MrSj6Vdnzsn1upjNNW8H.jpg","[{'id':10104,'logo_path':'/hNuGhsKVlmhnwSRcmOejDBDjh6w.png','name':'New Regency Pictures','origin_country':'US'},{'id':18479,'logo_path':null,'name':'Corduroy Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-11-22","47231070","93","[{'iso_639_1':'en','name':'English'}]","Released","There glows the neighborhood","Deck the Halls","false","5.2","239" +"false","/2IBDEDoKzvVeIMkmq7cHoQilmJf.jpg","null","35000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':12,'name':'Adventure'},{'id':10752,'name':'War'}]","","9839","tt0294357","en","Beyond Borders","Beyond Borders is an epic tale of the turbulent romance between two star-crossed lovers set against the backdrop of the world's most dangerous hot spots. Academy Award winner Angelina Jolie stars as Sarah Jordan, an American living in London in 1984. She is married to Henry Bauford son of a wealthy British industrialist, when she encounters Nick Callahan a renegade doctor, whose impassioned plea for help to support his relief efforts in war-torn Africa moves her deeply. As a result, Sarah embarks upon a journey of discovery that leads to danger, heartbreak and romance in the far corners of the world.","6.283","/97iqRvFDTKwe5kuapk1OPCBbskk.jpg","[{'id':54502,'logo_path':null,'name':'Mel's Cite du Cinema','origin_country':''},{'id':551,'logo_path':'/jSlzEZZ4Z1g7B2UExjZEIKsUvD9.png','name':'Mandalay Pictures','origin_country':'US'},{'id':5521,'logo_path':null,'name':'CP Medien AG','origin_country':''},{'id':11728,'logo_path':null,'name':'Camelot Pictures','origin_country':''},{'id':26107,'logo_path':null,'name':'Networxx - Film Management','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2003-10-23","0","127","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'am','name':''},{'iso_639_1':'km','name':''},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'ce','name':''}]","Released","Where hope survives.","Beyond Borders","false","6.6","206" +"false","/9i88BPHBLCRKW2feUJhKBC37BgA.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","14390","tt0250347","en","Double Whammy","Ray Pluto has many problems. He is satirized in the tabloids as the ""loser cop."" His partner is starting to seem suspiciously attracted to him. A pair of screenwriters across the hall keep bugging him for help. The superintendent of his building is stabbed by hoodlums hired by his own rebellious daughter. To top it off, a sexually aggressive chiropractor may just be Ray's undoing.","3.031","/3VXpFKVEv1R8B7cTUfLMLmMLnwM.jpg","[{'id':13190,'logo_path':null,'name':'Lemon Sky Productions','origin_country':''},{'id':6996,'logo_path':null,'name':'Apostle','origin_country':'US'},{'id':12026,'logo_path':null,'name':'Gold Circle Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-01-20","0","93","[{'iso_639_1':'en','name':'English'}]","Released","A comedy about a detective with everything... but a clue.","Double Whammy","false","5.5","27" +"false","/lGxANPs7UuWAYivMLEhTolQ4TlJ.jpg","null","5000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","32678","tt1311699","en","Dead Man Running","A loan shark gives ex-con Nick a period of 24 hours in order to pay back the money he owes. Up against it, Nick involves his best mate on a multi-part mission in order to raise the cash before it's too late for them both","3.944","/xkutMuAwwAhWC8vwTAAw11XH2cK.jpg","[{'id':5363,'logo_path':null,'name':'P&T Productions','origin_country':''},{'id':5362,'logo_path':null,'name':'Next Generation TV & Film','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2009-01-01","0","92","[{'iso_639_1':'en','name':'English'}]","Released","","Dead Man Running","false","5.9","32" +"false","/3LAS1wWA8Km1wVEVMZRUFYQ7o5e.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'},{'id':12,'name':'Adventure'}]","","26391","tt0109361","en","Cabin Boy","A foul-mouthed finishing school graduate mistakenly winds up on an ill-fated fishing boat, and faces the wrath of a crew that considers him bad luck.","3.226","/xy2BzE3siqU67VQCQ2k4xideNNM.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-01-07","3662459","80","[{'iso_639_1':'en','name':'English'}]","Released","He's Setting Sail On The High Seas... Without A Rudder, A Compass, Or A Clue!","Cabin Boy","false","5","39" +"false","/3b6hXfpbo5QdD9QyBVgCEBhnPBF.jpg","null","5500000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","68184","tt1413489","en","Cougar Hunting","Tells the tale of three buddies in their 20's whose love-lives are in shambles. They go to Aspen to pursue the booming trend of dating cougars: hot older women who prey on hot young guys.","1.973","/cVg6XTnY2dAxQxzfwAIZfQC1nDK.jpg","[{'id':4922,'logo_path':null,'name':'Aspen Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-04-22","0","102","[{'iso_639_1':'en','name':'English'}]","Released","On the trail of Aspen tail.","Cougar Hunting","false","3","14" +"false","/x5xxJhbS2PCdwf8n4NzYZISspN1.jpg","null","16723043","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","467824","tt3967878","ko","??????","In 2029, the elite police squad Illang combats a terrorist group opposing reunification of the two Koreas. But another enemy may be lurking nearby.","9.508","/rqyAuWM56VBUDY9DUN75yllXhJe.jpg","[{'id':62312,'logo_path':null,'name':'Lewis Pictures','origin_country':'KR'},{'id':88607,'logo_path':null,'name':'Union Investment Partners','origin_country':''},{'id':103747,'logo_path':null,'name':'Warner Bros. Korea','origin_country':'KR'}]","[{'iso_3166_1':'KR','name':'South Korea'}]","2018-07-25","0","140","[{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","","Illang: The Wolf Brigade","false","6.2","59" +"false","/dUbfgTJQYXPOiWM3KzWnwGS0lw9.jpg","null","0","[{'id':10770,'name':'TV Movie'},{'id':99,'name':'Documentary'}]","https://www.netflix.com/title/80216677","554175","tt9077188","en","Derren Brown: Sacrifice","Illusionist Derren Brown concocts a psychological experiment in which he tries to manipulate an ordinary person into taking a bullet for a stranger.","4.396","/8v342kElMy6Lp3pW02FeiOY2LAn.jpg","[{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-19","0","49","[{'iso_639_1':'en','name':'English'}]","Released","","Derren Brown: Sacrifice","false","7.9","19" +"false","/riaEAK98VmaHmK8VeHyrxlTCWdO.jpg","null","2300000","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","463022","tt5884784","en","The Super","A man becomes the superintendent of a large New York City apartment building where people mysteriously go missing.","4.642","/o4ZJaXE0qyidYwccT1OEQ2KSM4D.jpg","[{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':25545,'logo_path':null,'name':'Wolf Films','origin_country':'US'},{'id':5176,'logo_path':null,'name':'Fortress Features','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-11-08","0","90","[{'iso_639_1':'en','name':'English'}]","Released","He has your keys","The Super","false","5.4","42" +"false","/hmPs9a9TvkKP3HKEC82pgKqnO5n.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","http://www.hallmarkchannel.com/i-do-i-do-i-do","317118","tt4380748","en","I Do, I Do, I Do","An architect heads to the altar with her fianc??, unsure of her marriage and their future. She relives her disastrous wedding day, put together by her fiance???s overbearing mother, over and over until, with the help of his brother, she begins to face her biggest fears and discover what she really wants in herself and in her life.","1.995","/ffDXjPbj1E6ZAnZ6fVYNRNk3TXQ.jpg","[{'id':8464,'logo_path':null,'name':'Do Productions','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2015-02-06","0","","[{'iso_639_1':'en','name':'English'}]","Released","","I Do, I Do, I Do","false","5.7","28" +"false","/iI0xbqvUHHq67fyluqyQXzlrdJQ.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","","283601","tt2315596","en","Galveston","After a violent encounter, Roy finds Rocky and sees something in her eyes that prompts a fateful decision. He takes her with him as he flees to Galveston, an action as ill-advised as it is inescapable.","9.715","/u3hDPc70JEWbrLruk6sni1OcODe.jpg","[{'id':16280,'logo_path':'/nuZoi9osmFiDYcbFiK94o6DKZEj.png','name':'Jean Doumanian Productions','origin_country':'US'},{'id':28286,'logo_path':null,'name':'Low Spark Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-10","0","91","[{'iso_639_1':'en','name':'English'}]","Released","Hell is real","Galveston","false","6.2","106" +"false","/oKU12eVDZS8wE3Rv5Z89dw2BdLF.jpg","null","0","[{'id':35,'name':'Comedy'}]","https://www.beverlylufflinnmovie.com","446695","tt6518270","en","An Evening with Beverly Luff Linn","Lulu Danger's unsatisfying marriage takes a turn for the worse when a mysterious man from her past comes to town to perform an event called ""An Evening with Beverly Luff Linn: For One Magical Night Only.""","4.359","/aTrgVu1QIPXMMfFbO0zxNqzk63p.jpg","[{'id':13466,'logo_path':'/d2ewBAUkCGeYMj6bv2Z9PkzL5OA.png','name':'Park Pictures Features','origin_country':'US'},{'id':16853,'logo_path':'/ihiEwwDAc8ghtdNxpMp0T34OhIi.png','name':'Rook Films','origin_country':'GB'},{'id':55142,'logo_path':'/3C349xMrljgO8hK4bSYKKsL5OoX.png','name':'Wigwam Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2018-05-25","0","108","[{'iso_639_1':'en','name':'English'}]","Released","A love triangle with too many sides.","An Evening with Beverly Luff Linn","false","5.9","27" +"false","/zuadOm7Hkp149xnKJTvGKcssp6r.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","449992","tt6116856","id","The Night Comes for Us","After sparing a girl's life during a massacre, an elite Triad assassin is targeted by an onslaught of murderous gangsters.","11.486","/8lI1p5cPqgXN2qrKZrmI3mhKBfs.jpg","[{'id':87477,'logo_path':null,'name':'Screenplay Infinite Films','origin_country':''},{'id':12142,'logo_path':'/rPnEeMwxjI6rYMGqkWqIWwIJXxi.png','name':'XYZ Films','origin_country':'US'}]","[{'iso_3166_1':'ID','name':'Indonesia'}]","2018-10-05","0","121","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'id','name':'Bahasa indonesia'},{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","In search of salvation, he'll make the city rain blood","The Night Comes for Us","false","7.1","186" +"false","/eYEueEzI5QFBA0xmo3kBNdufelL.jpg","null","3500000","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","426375","tt6197494","en","Malicious","A young college professor and his pregnant wife unwittingly release a malevolent entity with murderous intentions.","3.773","/ms6V9gUMcw6T6ENgUCU7SL5x7dl.jpg","[{'id':72725,'logo_path':null,'name':'QC Entertainment','origin_country':'US'},{'id':83455,'logo_path':null,'name':'Lost Hills Film Fund','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-06-23","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Malicious","false","5.7","38" +"false","/hhsAlbvxV6pcBQCCpGUItisIS9C.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10770,'name':'TV Movie'}]","http://uptv.com/movies/12-days-of-giving/","488447","tt6303962","en","12 Days of Giving","A Good Samaritan wins a small fortune and decides to play secret Santa to the residents of His small town, soon finding love in the process.","1.34","/z6VvoKibWj8oRlBgJ4LuBvlHoyd.jpg","[{'id':87283,'logo_path':null,'name':'Expression Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-11-26","0","85","[{'iso_639_1':'en','name':'English'}]","Released","","12 Days of Giving","false","5.9","6" +"false","/jQueZHjRqYcy0tab0yhlX4893Nv.jpg","null","20000000","[{'id':35,'name':'Comedy'}]","","10678","tt0305669","en","Bringing Down the House","Straight-laced lawyer, Peter Sanderson (Steve Martin) meets and falls in love with online chat friend ""Lawyer-Girl"", Charlene Morton (Queen Latifah), only to discover she's a convicted bank robber. Charlene escapes from jail and comes looking for Peter to help clear her name.","5.461","/n16dOh3WgQCPXNbfJ9dCky2z5vz.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':1172,'logo_path':null,'name':'Hyde Park Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-03-07","132675402","105","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Everything he needed to know about life, she learned in prison.","Bringing Down the House","false","5.6","313" +"false","/tnzyB1Xc4rHToSuhmQGf7pInEBP.jpg","null","10000000","[{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'}]","","50204","tt1320239","en","Burke & Hare","Two 19th-century opportunists (Simon Pegg, Andy Serkis) become serial killers so that they can maintain their profitable business supplying cadavers to an anatomist (Tom Wilkinson).","6.185","/ck1cGtnJ1YPqqJcZDtEmdWfbtAw.jpg","[{'id':4186,'logo_path':null,'name':'Quickfire Films','origin_country':'GB'},{'id':2650,'logo_path':null,'name':'Ealing Studios','origin_country':''},{'id':2651,'logo_path':null,'name':'Fragile Films','origin_country':'GB'},{'id':7309,'logo_path':null,'name':'Aegis Film Fund','origin_country':''},{'id':6901,'logo_path':null,'name':'Prescience','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2010-10-29","4349187","91","[{'iso_639_1':'en','name':'English'}]","Released","No Job Too Small. No Body Too Big. No Questions Asked.","Burke & Hare","false","6.2","243" +"false","/b087aBqyIt8foIVJuMbE25cXlga.jpg","null","12000000","[{'id':80,'name':'Crime'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","http://sonypictures.com/homevideo/iknowwhokilledme/","5857","tt0897361","en","I Know Who Killed Me","An idyllic small town is rocked when Aubrey Fleming (Lindsay Lohan), a bright and promising young woman, is abducted and tortured by a sadistic serial killer. When she manages to escape, the traumatized girl who regains consciousness in the hospital insists that she is not who they think she is and that the real Aubrey Fleming is still in mortal danger.","6.441","/8IN3LSpeYJYH36b1m7T3e6vsmkT.jpg","[{'id':2894,'logo_path':null,'name':'360 Pictures','origin_country':''},{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-07-27","9620399","105","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pl','name':'Polski'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","There are two sides to every crime.","I Know Who Killed Me","false","4.1","159" +"false","/gbF1O87Nbgy5aeXvTHvptp7Lrhb.jpg","null","0","[{'id':27,'name':'Horror'}]","","223269","tt0095846","en","The People Across the Lake","In an effort to get away from the city and all its crime, Chuck Yoman and his family move to a big old house in a peaceful lakeside town. The discovery of a mutilated corpse in the lake and another body in the woods, however, suggests that the Yomans would have been safer if they had stayed put...","0.6","/u5WMQC9pZbou2aeF2z6fzFnUuCQ.jpg","[{'id':8919,'logo_path':null,'name':'Bill McCutchen Productions','origin_country':''},{'id':3614,'logo_path':null,'name':'Columbia Pictures Television','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","1988-10-03","0","95","[{'iso_639_1':'en','name':'English'}]","Released","","The People Across the Lake","false","6.2","6" +"false","/mTOjTvKcPEZ6wwViY8rZlASbgPa.jpg","null","0","[{'id':10770,'name':'TV Movie'},{'id':18,'name':'Drama'}]","","274007","tt3004852","en","The Color of Rain","After cancer claims Matt Kell's life on Christmas Day 2005, his widow, Gina and two young boys are left to cope with the pain of his loss while their close church community gathers around them for support.","1.786","/ksiVIT514xWxxnveslXKxdt1yJi.jpg","[{'id':6345,'logo_path':null,'name':'Lighthouse Pictures','origin_country':'CA'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-05-31","0","82","[{'iso_639_1':'en','name':'English'}]","Released","","The Color of Rain","false","6.2","20" +"false","/sfKL9XcZL6fW6go5MSQOhm2hhfm.jpg","null","0","[{'id':10770,'name':'TV Movie'},{'id':10749,'name':'Romance'}]","http://www.iontelevision.com/holiday-movies/a-christmas-kiss-ii","311093","tt4280430","en","A Christmas Kiss II","At a Christmastime event, Jenna shares an impromptu, unforgettable kiss with the dashing billionaire, Cooper Montgomery. Unaware of his intentions and fearful of getting hurt in another relationship, Jenna vows to resist his charms, but begins to realize his affection is real as the two spend more time together.","2.922","/awyQcHp4TpjAbDA2jpz0WwV6Rbw.jpg","[{'id':6679,'logo_path':null,'name':'MarVista Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-12-13","0","90","[{'iso_639_1':'en','name':'English'}]","Released","This Christmas, expect the unexpected.","A Christmas Kiss II","false","5.7","35" +"false","","null","0","[]","","491851","tt8136692","en","A Family for the Holidays","Becky and her family are always in a hurry and rarely has the time to speak with her sweet, elderly neighbor Grace who always trying to start conversation with her. When Becky discovers that none of Grace's grown children will be home for Christmas, Becky decides invite Grace to join her family for Christmas dinner.","0.6","/hrjkOCYPjapNGprB2Gx5aIGAMIj.jpg","[{'id':98127,'logo_path':null,'name':'Winter Production Inc.','origin_country':''}]","[]","2017-11-27","0","10","[]","Released","","A Family for the Holidays","false","0","0" +"false","/uJjqd5Aktd0tlsBN5zYGGdfRpEY.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':10402,'name':'Music'}]","","22492","tt1229360","en","It Might Get Loud","A documentary on the electric guitar from the point of view of three significant rock musicians: the Edge, Jimmy Page and Jack White.","4.75","/2MrmUDJys9S7nwoc29o9wOvJANy.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-09-05","1896244","97","[{'iso_639_1':'en','name':'English'}]","Released","","It Might Get Loud","false","7.3","83" +"false","/6ABlj18Civvwcz5LHh1zktG5ge0.jpg","null","0","[{'id':27,'name':'Horror'}]","","24920","tt0081318","it","Paura nella citt?? dei morti viventi","A young woman has visions that suggest the eruption of the living dead into the world through a portal, spurred on by the suicide of a priest.","5.865","/4dn3dYYyOPKx8SPkTr0Z3UWQTts.jpg","[{'id':15868,'logo_path':null,'name':'Medusa Distribuzione','origin_country':''},{'id':1701,'logo_path':null,'name':'Dania Film','origin_country':''},{'id':2185,'logo_path':null,'name':'National Cinematografica','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'}]","1980-08-11","0","93","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","And the dead shall rise and walk the earth!","City of the Living Dead","false","6.1","139" +"false","/qvHnMakgkH6UK8nUCaQYb8dlGSq.jpg","null","60000000","[{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","8916","tt0120587","en","Antz","In this animated hit, a neurotic worker ant in love with a rebellious princess rises to unlikely stardom when he switches places with a soldier. Signing up to march in a parade, he ends up under the command of a bloodthirsty general. But he's actually been enlisted to fight against a termite army.","12.831","/3biVcPu5hrfKUMC73sTFq17dmmS.jpg","[{'id':521,'logo_path':'/kP7t6RwGz2AvvTkvnI1uteEwHet.png','name':'DreamWorks Animation','origin_country':'US'},{'id':520,'logo_path':'/pU7YTI9FfrICurXpl5V9TfCO0oJ.png','name':'Pacific Data Images (PDI)','origin_country':'US'},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-10-02","171757863","83","[{'iso_639_1':'en','name':'English'}]","Released","Every ant has his day.","Antz","false","6.1","2453" +"false","/7iR8QKgLFRkXvJwaPLq8pgOru5A.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","31863","tt0098524","en","True Believer","Eddie Dodd is a burnt out former civil rights lawyer who now specializes in defending drug dealers. Roger Baron, newly graduated from law school, has followed Eddie's great cases and now wants to learn at his feet. With Roger's idealistic prodding, Eddie reluctantly takes on a case of a young Korean man who, according to his mom, has been in jail for eight years for a murder he did not commit.","2.93","/ouL2ibaIdTMobM1CUlZxKauJBaM.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-02-17","0","105","[{'iso_639_1':'en','name':'English'}]","Released","","True Believer","false","6.3","34" +"false","/8DaXSbVibNLPq7LTCAGbk2481OU.jpg","null","0","[{'id':99,'name':'Documentary'}]","https://www.thesentencedoc.com/","492638","tt7689926","en","The Sentence","Cindy Shank, mother of three, is serving a 15-year sentence in federal prison for her tangential involvement with a Michigan drug ring years earlier. This intimate portrait of mandatory minimum drug sentencing's devastating consequences, captured by Cindy's brother, follows her and her family over the course of ten years.","3.779","/H4ARrbg8QdciUMBkd4ANNjPM6n.jpg","[]","[]","2018-01-20","0","87","[{'iso_639_1':'en','name':'English'}]","Released","She went to prison. They did the time.","The Sentence","false","7.1","5" +"false","/yrMCVVN0kPuzKaJhcTTefZdunV9.jpg","null","0","[{'id':35,'name':'Comedy'}]","","25562","tt0102951","en","Soapdish","Celeste Talbert is the star of the long-running soap opera ""The Sun Also Sets."" With the show's ratings down, Celeste's ruthlessly ambitious co-star, Montana Moorehead, and the show's arrogant producer, David Seton Barnes, plot to aggravate her into leaving the show by bringing back her old flame, Jeffrey Anderson, and hiring her beautiful young niece, Lori Craven.","5.42","/5UCDRFr9a7h17WhdH7uf9WW7ZKK.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1991-05-31","36489888","97","[{'iso_639_1':'en','name':'English'}]","Released","All that glitter... All that glamour... All that dirt.","Soapdish","false","6","103" +"false","/dzecq6LsHbZlv0Yah8QVhAh6uCn.jpg","null","0","[{'id':35,'name':'Comedy'}]","https://www.netflix.com/title/80244900","550302","tt9060534","en","Ron White: If You Quit Listening, I'll Shut Up","Ron ""Tater Salad"" White dishes out his signature brand of cynicism, riffing on sex, celebrity and the sinister habits of wild geese.","2.162","/5TmwVSd2rC3JyFe2afZmGoNxZTn.jpg","[{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-16","0","63","[{'iso_639_1':'en','name':'English'}]","Released","","Ron White: If You Quit Listening, I'll Shut Up","false","6.2","9" +"false","/kKzHgtNOFD6AhSc4dQ8Uf1FltwM.jpg","null","0","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","","425218","tt5029776","de","Die H??schenschule ??? Jagd nach dem Goldenen Ei","Rabbit Max, a juvenile shoplifter, gets trapped in an old-fashioned school. With rabbit girl Emmy, he acquires Easter Rabbits' secret skills, battles a sneaky fox family and learns about friendship.","1.498","/6BQyI5qfDNcpuSFPmJEzOfSUFOw.jpg","[{'id':40317,'logo_path':null,'name':'Virgin Lands Animated Pictures','origin_country':''},{'id':202,'logo_path':null,'name':'Norddeutscher Rundfunk','origin_country':''},{'id':3735,'logo_path':null,'name':'Akkord Film Produktion GmbH','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'}]","2017-03-16","0","79","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","","Rabbit School: Guardians of the Golden Egg","false","6.2","5" +"false","/sP4B39BMYA69lWdAvGRxiclBxMi.jpg","{'id':176097,'name':'Barbershop Collection','poster_path':'/glSSzT4jwKblxxGXN0lHWxbyhUH.jpg','backdrop_path':'/lCvX9g4vvxFUgJGNlFwfkZJWGiB.jpg'}","18000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","21301","tt0337579","en","Barbershop 2: Back in Business","The continuing adventures of the barbers at Calvin's Barbershop. Gina, a stylist at the beauty shop next door, is now trying to cut in on his buisness. Calvin is again struggling to keep his father's shop and traditions alive--this time against urban developers looking to replace mom & pop establishments with name-brand chains. The world changes, but some things never go out of style--from current events and politics to relationships and love, you can still say anything you want at the barbershop.","7.505","/6vBCVaaG2h2ggMuTz3VyXISL6l5.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-01-20","65070412","106","[{'iso_639_1':'en','name':'English'}]","Released","Let your hair down","Barbershop 2: Back in Business","false","5.6","120" +"false","/5K0fgMaJSdEvqSsS8e3Ez4TpvXR.jpg","null","10000000","[{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","https://www.slenderman.movie","439015","tt5690360","en","Slender Man","In a small town in Massachusetts, four high school girls perform a ritual in an attempt to debunk the lore of Slender Man. When one of the girls goes mysteriously missing, they begin to suspect that she is, in fact, his latest victim.","11.717","/huSncs4RyvQDBmHjBBYHSBYJbSJ.jpg","[{'id':12199,'logo_path':'/gYYIgHpgRsyhyUkeFev1GnwBqHb.png','name':'Madhouse Entertainment','origin_country':'US'},{'id':34982,'logo_path':'/uvTmiRZzNfG88dVXi9hQ7eFNirq.png','name':'Mythology Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-08-10","11817275","93","[{'iso_639_1':'en','name':'English'}]","Released","Can you see him?","Slender Man","false","4","613" +"false","/jvLrBlzdlJuDZtLunkCCd0eOXSm.jpg","null","0","[{'id':18,'name':'Drama'}]","http://sonyclassics.com/thewife/","340613","tt3750872","en","The Wife","A wife questions her life choices as she travels to Stockholm with her husband, where he is slated to receive the Nobel Prize for Literature.","14.412","/d4Qyuy0Ul549f6SOdUqGvIdYKD2.jpg","[{'id':10039,'logo_path':'/b8w4LldQolMKiLZw4FQJBcXSDGI.png','name':'Anonymous Content','origin_country':'US'},{'id':45461,'logo_path':null,'name':'Meta Film','origin_country':'DK'},{'id':60622,'logo_path':null,'name':'Tempo Productions Limited','origin_country':''},{'id':2801,'logo_path':'/bswb1PLLsKDUXMLgy42bZtCtIde.png','name':'Film i V??st','origin_country':'SE'},{'id':86902,'logo_path':null,'name':'Embankment Films','origin_country':''},{'id':8087,'logo_path':null,'name':'Creative Scotland','origin_country':'GB'}]","[{'iso_3166_1':'SE','name':'Sweden'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2018-08-02","5634567","100","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'sv','name':'svenska'}]","Released","Secrets lie between the lines","The Wife","false","7.3","392" +"false","/uN6v3Hz4qI2CIqT1Ro4vPgAbub3.jpg","null","40000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","https://www.thespywhodumpedme.movie/","454992","tt6663582","en","The Spy Who Dumped Me","Audrey and Morgan, two thirty-year-old best friends in Los Angeles, are thrust unexpectedly into an international conspiracy when Audrey???s ex-boyfriend shows up at their apartment with a team of deadly assassins on his trail.","18.489","/tpPERI5i6yjT73jYWyZ9iWltQ9L.jpg","[{'id':23,'logo_path':'/mkxNjThahj5pvntvYKVpMbWXm3D.png','name':'Imagine Entertainment','origin_country':'US'},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':13240,'logo_path':'/aTc07YaNHo8WNgkQSnvLmG6w4nW.png','name':'Bron Studios','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2018-08-02","33562069","117","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'lt','name':'Lietuvi??'},{'iso_639_1':'ru','name':'P????????????'}]","Released","They got this","The Spy Who Dumped Me","false","6.4","841" +"false","/430DV9AgQ4mV8WjahXDvMKEfOHJ.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':36,'name':'History'},{'id':10752,'name':'War'}]","","528210","tt5759434","zh","????????????","It???s 1941 and the Japanese attack on Pearl Harbor has destroyed America???s morale. The US President Franklin D. Roosevelt then decides to risk it all by bombing Tokyo and raise more hope for his citizens. After completing its mission, a unit of the US Air Force is forced to make an emergency landing in China. Its commander Jack Turner (Emilie Hirsch) barely survives but gets rescued by Ying (Crystal Liu), a local widow who will stop at nothing to hide him from the Japanese occupant.","2.502","/ztcaeAzK3VkllaWB0VEQdcSD7BO.jpg","[{'id':67451,'logo_path':null,'name':'ROC Pictures','origin_country':''}]","[{'iso_3166_1':'CN','name':'China'}]","2017-11-10","0","97","[{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'en','name':'English'}]","Released","","The Chinese Widow","false","7.4","26" +"false","/wLsf2yk96w5OVizn2ZEzT9kNLZR.jpg","null","0","[{'id':27,'name':'Horror'}]","","500535","tt4269118","en","Seven in Heaven","Sixteen year old Jude discovers each and every one of his fears is true.","5.396","/elReufFR4NYFiBVRsD0wB2F6FDf.jpg","[{'id':3172,'logo_path':'/kDedjRZwO8uyFhuHamomOhN6fzG.png','name':'Blumhouse Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-05","0","94","[{'iso_639_1':'en','name':'English'}]","Released","","Seven in Heaven","false","6.2","23" +"false","/xCPElngZcXgKyUZmxTWO8yDiAQe.jpg","null","0","[{'id':35,'name':'Comedy'}]","","254298","tt0065709","en","Every Home Should Have One","Teddy, working at an advertising agency, has to come up with a campaign for frozen porridge.","1.066","/uPn6CAz3taH1iOBjWPnYZiokwOt.jpg","[{'id':19867,'logo_path':null,'name':'Example','origin_country':''},{'id':104314,'logo_path':null,'name':'British Lion Film Corporation','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1970-03-05","0","94","[{'iso_639_1':'en','name':'English'}]","Released","Think Dirty ... No Inhibition Think Dirty ... No Frustration Think Dirty ... You're Better Off!","Every Home Should Have One","false","5.4","7" +"false","/adrELaBtSEFvcIlUBQ4SGrrl3Rs.jpg","null","0","[{'id':27,'name':'Horror'}]","http://www.thelovedonesmovie.com/","46420","tt1316536","en","The Loved Ones","Lola Stone asked Brent Mitchell to the prom, but Brent said no, and now he's screwed. What happens when Lola doesn't get what she wants? She enlists Daddy's help to throw a prom of her own, where she is queen and Brent is king -- whether he likes it or not. THE LOVED ONES is what happens when puppy love goes horribly, violently wrong. Brent should have said yes...","7.358","/fJXQRtkMKAAmnEYDPaZ4BtsAhL3.jpg","[{'id':3427,'logo_path':null,'name':'Ambience Entertainment','origin_country':''},{'id':7584,'logo_path':'/eGkfvvyf4fJTvBUR1xt1669IPA3.png','name':'Screen Australia','origin_country':'AU'},{'id':2729,'logo_path':null,'name':'Omnilab Media','origin_country':''},{'id':11840,'logo_path':'/8oyCRYf6ezxB5h8HJIPVG8JjzgL.png','name':'Film Victoria','origin_country':'AU'}]","[{'iso_3166_1':'AU','name':'Australia'}]","2009-09-13","0","84","[{'iso_639_1':'en','name':'English'}]","Released","Don't break her heart","The Loved Ones","false","6.6","329" +"false","/3TCPWrxQkfon82xPNtmpweOSVJc.jpg","null","19000000","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'},{'id':10749,'name':'Romance'},{'id':53,'name':'Thriller'}]","","12150","tt0098273","en","Sea of Love","Seen-it-all New York detective Frank Keller is unsettled - he has done twenty years on the force and could retire, and he hasn't come to terms with his wife leaving him for a colleague. Joining up with an officer from another part of town to investigate a series of murders linked by the lonely hearts columns he finds he is getting seriously and possibly dangerously involved with Helen, one of the main suspects.","8.663","/lFxWgjRNzW3AufCqXzFR1dd8VjU.jpg","[{'id':42,'logo_path':null,'name':'Universal Pictures Corporation','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-09-15","110879513","113","[{'iso_639_1':'en','name':'English'}]","Released","Deception is dangerous. Desire is deadly.","Sea of Love","false","6.7","240" +"false","/5e520E5E3gO3EbDqhHZ9PVstAHk.jpg","null","0","[{'id':35,'name':'Comedy'}]","","13997","tt0115697","en","Black Sheep","When dignified Albert Donnelly runs for Governor, his team moves to keep his slow-witted and klutzy younger brother, Mike, out of the eye of the media. To baby-sit Mike, the campaign assigns sarcastic Steve, who gets the experience of a lifetime when he tries to take Mike out of town during the election.","7.049","/2wsaboVhKXpsLchoaXi0oWmQ7xM.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-02-01","32","87","[{'iso_639_1':'en','name':'English'}]","Released","There's one in every family.","Black Sheep","false","6","162" +"false","/ndO7ztGhBdfTppqDJjzXcMrmysH.jpg","null","10000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.edmondthefilm.com/","18191","tt0443496","en","Edmond","Seemingly mild-mannered businessman Edmond Burke visits a fortuneteller and hears a remark that spurs him to leave his wife abruptly and seek what is missing from his life. Encounters with strangers and unsavory people weaken the barriers encompassing his long-suppressed rage, until Edmond explodes in violence.","4.707","/bGBLs1iU8i4JrEtZ5XbJCkFp3c2.jpg","[{'id':3521,'logo_path':null,'name':'First Independent Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-08-31","0","82","[{'iso_639_1':'en','name':'English'}]","Released","Every fear hides a wish.","Edmond","false","5.9","68" +"false","/pZs9RMIeXYbcBl2UggBZCOmncyH.jpg","null","50000000","[{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'},{'id':878,'name':'Science Fiction'}]","http://www.miramax.com/movie/the-adventures-of-sharkboy-and-lavagirl/","14199","tt0424774","en","The Adventures of Sharkboy and Lavagirl","Everyone always knew that Max had a wild imagination, but no one believed that his wildest creations -- a boy raised by watchful great white sharks and a girl with the force of a volcano -- were real. Now, these two pint-sized action masters will show Max that even an ordinary kid has what it takes to be extraordinary.","15.217","/wRwwPkulIpViuq6DsrPabb30lCD.jpg","[{'id':10807,'logo_path':'/j0BcMaJKIiDDYHq9lriTcM0Npka.png','name':'Troublemaker Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-06-10","69425966","92","[{'iso_639_1':'en','name':'English'}]","Released","Smaller heroes. Just as super.","The Adventures of Sharkboy and Lavagirl","false","4.7","609" +"false","/2HpxNuR5iNSxSbEBRxd0YXJv3f6.jpg","null","0","[{'id':28,'name':'Action'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","13022","tt0479528","en","Rogue","From the director of Wolf Creek comes this terrifying look at nature's perfect killing machine. When a group of tourists stumble into the remote Australian river territory of an enormous crocodile, the deadly creature traps them on a tiny mud island with the tide quickly rising and darkness descending. As the hungry predator closes in, they must fight for survival against all odds.","6.711","/pZC9HA9ngsG68vsGzwZwpSYFnDh.jpg","[{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'},{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':19010,'logo_path':null,'name':'Emu Creek Pictures','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2007-11-08","0","99","[{'iso_639_1':'en','name':'English'}]","Released","How Fast Can You Swim?","Rogue","false","6.3","238" +"false","/ebiGu1Fe79vDgYXoYhDkK2Dqrrf.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.hallmarkmoviechannel.com/hmc/mygalsunday","267283","tt3387560","en","My Gal Sunday","It was love at first sight for beautiful young lawyer Sandra ""Sunday"" O'Brien-Parker (Rachel Blanchard) and Henry Parker (Cameron Mathison), retiring White House Secretary of State, when Sunday's dad Danny (Jack Wagner), Henry's colleague and Secret Service Agent, introduced them at the picturesque Why Worry Ranch in California. Now, a year after their wedding, Sunday and Parker, living on the ranch near Lake Tahoe after Parker's recent term as beloved state governor, are an irresistible sleuthing team who enjoy the political spotlight while taking pleasure busting the bad guys. But when Parker's mom Miriam (Janet-Laine Green) and Danny are suddenly kidnapped on their way to a high-profile family event, Parker and Sunday are immediately on the case and this time it's personal.","0.6","/mu5zjXNuG61g8wlLUeso2ggLK3q.jpg","[{'id':8147,'logo_path':'/q6HOAdSNgCbeOqwoMVRc6REgbXF.png','name':'Entertainment One','origin_country':'CA'}]","[]","2014-01-25","0","80","[{'iso_639_1':'en','name':'English'}]","Released","","My Gal Sunday","false","5.2","6" +"false","/flpcHpXIX8N76dNvIfRAwGYyEu.jpg","null","8000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","13256","tt0490181","en","Mutant Chronicles","It's the year 2707. Earth's natural resources have all but been exhausted by mankind. Battles rage for the remainder between the competing Corporations. During one such battle the seal is broken and awakens an ancient and deadly machine that was once defeated thousands of years ago. The order that awaited it's return must now lead a small group of soldiers to destroy it once and for all.","9.702","/erxVWaJjPtNqStat2Rh4jxFfpmU.jpg","[{'id':6455,'logo_path':null,'name':'Edward R. Pressman Film','origin_country':''},{'id':22110,'logo_path':null,'name':'First Foot Films','origin_country':''},{'id':2268,'logo_path':'/wgDks2qYgwN6u1OkW1bBre0rf4F.png','name':'Isle of Man Film','origin_country':'GB'},{'id':6819,'logo_path':null,'name':'Paradox Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2008-08-07","2033165","111","[{'iso_639_1':'en','name':'English'}]","Released","Welcome to the 23rd century. The new dark ages.","Mutant Chronicles","false","5","210" +"false","/cccFPLu62vbq6u7QT0kY3bV5CFy.jpg","null","0","[{'id':9648,'name':'Mystery'}]","","292022","tt2797190","en","After Midnight","When an exotic dancer is murdered at a seedy strip club, her sister Constance, a TV newscaster, goes undercover to find the killer. While working at the club, she quickly realizes that everyone is a suspect and that other dancers are being targeted. She must work fast to find the killer to seek her revenge before she becomes the next target.","1.21","/n2Y6rAU3VKZ9XTs4V0qsJElUeJf.jpg","[{'id':4681,'logo_path':null,'name':'Retromedia Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-01-01","0","82","[{'iso_639_1':'en','name':'English'}]","Released","","After Midnight","false","2.6","10" +"false","/uy4oboVYLuF7Cu8DdVGkFsSdbTM.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","531597","tt8202612","hi","????????????????????? ????????????","DCP Shivansh has been tasked to catch Vir, the man behind police killings in the city. Both are eventually against the same enemy but divided by a fine line, the law.","3.268","/4cgcfxYE1UoNGISx9CrdhuKsXe3.jpg","[{'id':72146,'logo_path':null,'name':'Emmay Entertainment','origin_country':'IN'},{'id':3522,'logo_path':'/d3u51JgEP5KwPfxS13ocqvtzZeX.png','name':'T-Series','origin_country':'IN'}]","[{'iso_3166_1':'IN','name':'India'}]","2018-08-15","0","142","[{'iso_639_1':'hi','name':'??????????????????'}]","Released","","Satyameva Jayate","false","7.3","13" +"false","/190ciRd37DTA5QmYq6tTbaRtxNk.jpg","{'id':558854,'name':'Howard Lovecraft Collection','poster_path':'/ajyaY6M84dzFm3XWze6YdGl2NX5.jpg','backdrop_path':'/hiQGe00dyghoxVcuXCxZvZX27nX.jpg'}","0","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","","491277","tt6438840","en","Howard Lovecraft & the Undersea Kingdom","After conquering R'yleh and the Frozen Kingdom young Howard Lovecraft must now travel to the Undersea Kingdom in order to free his captured family, protect three mysterious magical books, and prevent the impending wrath of Cthulhu.","0.917","/r8L9s3tEhMeNGri5BGnfN2M4yhF.jpg","[]","[]","2017-10-01","0","89","[{'iso_639_1':'en','name':'English'}]","Released","","Howard Lovecraft & the Undersea Kingdom","false","10","1" +"false","/vhJ4WmM7RZtjRuTGeRLgNTjoIVl.jpg","{'id':554930,'name':'The Thinning Collection','poster_path':null,'backdrop_path':null}","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","","496274","tt7764650","en","The Thinning: New World Order","Blake Redding is trapped in this dark room wanting to protect his love so the only thing he will do is escape like no failed student has done before.","10.875","/uQtYfyldOV3mPzclKr0K90FTS0n.jpg","[{'id':88817,'logo_path':null,'name':'CINEMAND','origin_country':''}]","[]","2018-10-17","0","83","[{'iso_639_1':'en','name':'English'}]","Released","Believe the conspiracy","The Thinning: New World Order","false","6.5","28" +"false","/8AXIZeciFJxD7wTJs7qGsfYD54f.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.magpictures.com/skatekitchen/","491474","tt7545566","en","Skate Kitchen","Camille's life as a lonely suburban teenager changes dramatically when she befriends a group of girl skateboarders. As she journeys deeper into this raw New York City subculture, she begins to understand the true meaning of friendship as well as her inner self.","4.358","/wXoxxRVbCyQkW8oEYlKVHBPJTlm.jpg","[{'id':37432,'logo_path':'/4jf93b9QJmuHxtb1CAFxakApt5K.png','name':'Bow and Arrow Entertainment','origin_country':'US'},{'id':57430,'logo_path':null,'name':'Pulse Films','origin_country':'US'},{'id':30666,'logo_path':'/g8LmDZVFWDRJW72sj0nAj1gh8ac.png','name':'RT Features','origin_country':'BR'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-08-10","0","106","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","","Skate Kitchen","false","7.3","32" +"false","/8gMaRbK0ZVrLGvM5FOXvzB6krJf.jpg","{'id':170754,'name':'Arthur Collection','poster_path':'/bdRCMpvyTX1zPR28GHcFjjA3LHt.jpg','backdrop_path':'/c0XFWONQ39hfOCJIg3FUuRoGgH0.jpg'}","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","26044","tt0094678","en","Arthur 2: On the Rocks","Arthur (Dudley Moore), that irrepressible drunk, tries to sober up -- and get a job -- in this sequel to the 1981 smash hit. Meanwhile, the father of the girl Arthur stood up at the altar in the first film is conniving to trick the hapless boozer into marrying his daughter so he can gain entr??e to Arthur's $750 million fortune.","5.378","/m4dYKx8NBxI4cw0WE1ofkELsc5R.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-07-08","14681192","113","[{'iso_639_1':'en','name':'English'}]","Released","No Money. Still Funny.","Arthur 2: On the Rocks","false","4.7","64" +"false","/1gN0lrzk9IpMMX1qbHjFchbYe8I.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':37,'name':'Western'}]","","11853","tt0109198","en","Bad Girls","Four former harlots try to leave the wild west (Colorado, to be exact) and head north to make a better life for themselves. Unfortunately someone from Cody's past won't let it happen that easily.","7.053","/eaGOVOI4BZG7xFOzMdDpfAhDOWJ.jpg","[{'id':89311,'logo_path':null,'name':'Ruddy Morgan Organization, The','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-04-22","15240435","99","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","It was a dangerous time to be a woman. And a good time to have friends.","Bad Girls","false","4.9","95" +"false","/sbtyC26ZUlr1WZXQB8AvAqW9ZKO.jpg","null","0","[{'id':28,'name':'Action'},{'id':27,'name':'Horror'}]","","552707","tt9135870","en","The Dead and the Damned 3: Ravaged","It's the return to a world of bloodthirsty zombies: Lt. Colonel Sawyer and the residents of the last survivor camp face more and more severe undead attacks.","1.656","/8cCIouuvlz4jypg3Dtseq2EYNUK.jpg","[{'id':18261,'logo_path':null,'name':'Great Movies','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'}]","2018-09-28","0","85","[]","Released","","The Dead and the Damned 3: Ravaged","false","10","1" +"false","/oMraGafVqglMESbHosMoPsHs4g4.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","513729","tt4843208","en","The Queen of Hollywood Blvd","On her 60th birthday, the proud owner of a Los Angeles strip club, finds herself in hot water over a twenty-five year old debt to the mob, leading her on a downward spiral of violence and revenge through the underbelly of Los Angeles.","0.6","/tL2YR3FxjHz5zngKu92uXSTIE0m.jpg","[{'id':4903,'logo_path':null,'name':'Nero Films','origin_country':''},{'id':36624,'logo_path':null,'name':'Concrete Images','origin_country':''},{'id':80969,'logo_path':null,'name':'Blacklist Digital','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-03-23","0","90","[]","Released","A Nightmare In The City Of Dreams","The Queen of Hollywood Blvd","false","4","1" +"false","","null","0","[{'id':16,'name':'Animation'}]","https://www.hallowaiian.com/","554747","tt7615722","en","Legend of Hallowaiian","It is Hallowaiian on the Big Island of Hawaii, so excitement and mischief are in the air. Three young friends, Kai, Eddie and Leilani uncover a mysterious idol in a secret cave whilst catching some waves at sunset. They quickly uncover that they've unleashed an ancient evil upon the island in the form of a giant pineapple-headed monster. The kids find help in some mystical friends and discover that in order to vanquish the evil, Kai must uncover his heritage, and believe the ancient stories of his ancestors.","1.871","/qiyuzYdarLFswbnDggEYAIyRU5s.jpg","[{'id':55446,'logo_path':null,'name':'Arcana Studio','origin_country':''},{'id':19012,'logo_path':null,'name':'Fresh Baked Entertainment','origin_country':''},{'id':20613,'logo_path':null,'name':'SC Films International','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-09-16","0","82","[{'iso_639_1':'en','name':'English'}]","Released","","Legend of Hallowaiian","false","10","1" +"false","/3xY6yftacoSxtkrgiRhDnT6nU0R.jpg","null","0","[{'id':10770,'name':'TV Movie'},{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","","421625","tt6104760","en","My Christmas Love","A hopeless romantic who can???t ever seem to give a guy a real chance begins receiving each of the ""12 Days of Christmas??? as gifts anonymously at her door. As she tries to figure out who is sending the gifts, she begins to believe that the mystery suitor could finally live up to her expectations.","2.247","/bVCKFvwrM1zOAWSujv7wPwlCcD0.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-12-17","0","84","[{'iso_639_1':'en','name':'English'}]","Released","","My Christmas Love","false","6","24" +"false","/4tKYSRlwnDDUDw1DRLVena7J9C8.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","515237","tt7886442","en","Death Kiss","A vigilante with a mysterious past becomes a one-man army in a crime-infested town as he takes the law into his own hands, at the same time protecting a young mother and her daughter. He sets his sights on a local kingpin, setting up an action-packed and fateful confrontation.","3.14","/gmfw3H6C4h5Dxr0Y6sIgjGJUiQx.jpg","[{'id':35613,'logo_path':null,'name':'Millman Productions','origin_country':''},{'id':36786,'logo_path':null,'name':'iDiC Entertainment','origin_country':''},{'id':109582,'logo_path':null,'name':'Mosquito Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-05-04","0","88","[{'iso_639_1':'en','name':'English'}]","Released","","Death Kiss","false","5.4","13" +"false","/f0KcQlWKQfgJxIV365TFaFyXUVT.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","9051","tt0078721","en","10","A Hollywood songwriter goes through a mid-life crisis and becomes infatuated with a sexy blonde newlywed.","8.878","/7GGpt49Q2c98zVz514mHlRjCpGy.jpg","[{'id':15152,'logo_path':null,'name':'Geoffrey Productions','origin_country':''},{'id':14150,'logo_path':null,'name':'Orion Pictures Corporation','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1979-10-04","74865517","122","[{'iso_639_1':'en','name':'English'}]","Released","The funniest, sexiest midlife crisis in movie history.","10","false","5.5","103" +"false","/xN1GmKC79w6FW5cbDcLdcoGz462.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","http://www.35andticking.com/","62522","tt1652287","en","35 and Ticking","Centers around the lives of Victoria, Zenobia, Clevon, and Phil -- all friends approaching the age of 35 and struggling to build the families they've always dreamed of. While Zenobia (Nicole Ari Parker) is still looking for a man, Victoria (Tamala Jones) is married to a man who doesn't want children. Clevon (Kevin Hart), meanwhile, is too geeky to get a woman, and Phil (Keith Robinson) is already married with children, but his wife is not very interested in being a mother. All four of them try to rectify their romantic lives and futures while their biological clocks tick away.","1.716","/btW3UGhWOd3TnLseOI76EPjPQXB.jpg","[]","[]","2011-05-20","0","104","[{'iso_639_1':'en','name':'English'}]","Released","","35 and Ticking","false","5.2","16" +"false","/n3R7tnwjhPTBJavVMyiYcJaHJH8.jpg","null","0","[{'id':10770,'name':'TV Movie'},{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","","367544","tt4434688","en","The Spirit of Christmas","A woman falls in love with a man who is somewhat unavailable.","4.727","/yPz7C8gEiaYEpAsq6l5yMRS6LDW.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-12-19","0","84","[{'iso_639_1':'en','name':'English'}]","Released","This holiday could be the start of a new beginning.","The Spirit of Christmas","false","6.9","129" +"false","/j8phqvnTxu8Cjs3SXdYmInLVARr.jpg","null","1000000","[{'id':35,'name':'Comedy'}]","http://www.orgazmodvd.com/","8675","tt0124819","en","Orgazmo","Joe Young is a devout Mormon living in L.A. trying to raise enough money to go back to Utah and marry his girlfriend, Lisa. Joe is spreading the word about the church of Latter Day Saints one day when he's confronted by two burly bodyguards. A scuffle breaks out, and Joe's martial arts skills impress Maxxx Orbison, who directs pornographic movies.","8.446","/7P4OSEMfEMZVce5j5F4ihqslM8m.jpg","[{'id':2516,'logo_path':null,'name':'Kuzui Enterprises','origin_country':''},{'id':2517,'logo_path':null,'name':'Avenging Conscience','origin_country':''},{'id':10146,'logo_path':'/xnFIOeq5cKw09kCWqV7foWDe4AA.png','name':'Focus Features','origin_country':'US'}]","[{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'US','name':'United States of America'}]","1997-09-06","0","94","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'}]","Released","Fighting crime never felt so good!","Orgazmo","false","6.1","173" +"false","/mR9dcm90L8A1jJ9xq9cA0tRpvm0.jpg","null","22000000","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'}]","","11092","tt0100404","en","Presumed Innocent","Life takes a nasty twist for D.A. Rusty Sabich when the woman he has been romantically involved with is murdered. He is assigned to investigate the case, but is soon charged with the murder.","11.27","/vjTkrVOEBhM0BObwmYSDCRCsCIt.jpg","[{'id':932,'logo_path':null,'name':'Mirage Enterprises','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-07-26","221303188","127","[{'iso_639_1':'en','name':'English'}]","Released","Some people would kill for love.","Presumed Innocent","false","6.7","251" +"false","/g9Ug1tS5JT255V8VrpZBDx2EbVB.jpg","{'id':121195,'name':'9?? Weeks Collection','poster_path':'/kx0VUFPvAMTesOY1ymkxbBJAmQL.jpg','backdrop_path':'/lwajd7A0z7WQ132S0sot6YjFzBU.jpg'}","17000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","10068","tt0091635","en","Nine 1/2 Weeks","An erotic story about a woman, the assistant of an art gallery, who gets involved in an impersonal affair with a man. She barely knows about his life, only about the sex games they play, so the relationship begins to get complicated.","11.553","/ngARl6Cwc2P7OBWkGoHJFkGXIPT.jpg","[{'id':11670,'logo_path':null,'name':'Producers Sales Organization (PSO)','origin_country':''},{'id':22297,'logo_path':null,'name':'Jonesfilm','origin_country':''},{'id':22298,'logo_path':null,'name':'Galactic Films','origin_country':''},{'id':22299,'logo_path':null,'name':'Triple Ajaxxx','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1986-02-14","6735922","117","[{'iso_639_1':'en','name':'English'}]","Released","They Broke Every Rule","Nine 1/2 Weeks","false","5.9","353" +"false","/sP3xtGBYcQejqkTn22aZz8c3U8v.jpg","null","0","[{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'}]","http://errementari.com/","477033","tt5592878","eu","Errementari","Basque Country, Spain, 1843. A police constable arrives at a small village in ??lava to investigate a mysterious blacksmith who lives alone deep in the woods.","10.053","/ltpi1uLkvx2BKHWwbpMjqdAtdHn.jpg","[{'id':32485,'logo_path':null,'name':'Pokeepsie Films','origin_country':''},{'id':87322,'logo_path':null,'name':'Kinoskopik s.l.','origin_country':''},{'id':110359,'logo_path':null,'name':'Ikusgarri Films','origin_country':''},{'id':74608,'logo_path':null,'name':'Gariza Produkzioak','origin_country':''},{'id':110360,'logo_path':null,'name':'The Project','origin_country':''},{'id':10012,'logo_path':null,'name':'Nadie es Perfecto','origin_country':''},{'id':110361,'logo_path':null,'name':'Platanobol??grafo','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'ES','name':'Spain'}]","2018-03-02","0","98","[{'iso_639_1':'eu','name':'euskera'},{'iso_639_1':'la','name':'Latin'}]","Released","","Errementari: The Blacksmith and the Devil","false","6.3","178" +"false","/dompWVgGL1qZ84BkQMlxGwOhKb8.jpg","null","6000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.miramax.com/movie/emma/","3573","tt0116191","en","Emma","Emma Woodhouse is a congenial young lady who delights in meddling in other people???s affairs. She is perpetually trying to unite men and women who are utterly wrong for each other. Despite her interest in romance, Emma is clueless about her own feelings, and her relationship with gentle Mr. Knightly.","7.48","/rZhCekNwWmkiLVpsYhSWfl9TkME.jpg","[{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':1363,'logo_path':null,'name':'Haft Entertainment','origin_country':''},{'id':1443,'logo_path':null,'name':'Matchmaker Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-08-02","22231658","121","[{'iso_639_1':'en','name':'English'}]","Released","Cupid is armed and dangerous!","Emma","false","6.8","296" +"false","/xzXPybvwRXGIU5Bbw68YHVkTUW2.jpg","null","12000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","427900","tt5719700","en","Home Again","Life for a single mom in Los Angeles takes an unexpected turn when she allows three young guys to move in with her.","11.705","/pE4VHzhDZgvbx2QOllaXXPADiW1.jpg","[{'id':79315,'logo_path':'/usf5ueQPfCoVrUWiR6Xiod1RQL3.png','name':'Black Bicycle Entertainment','origin_country':'US'},{'id':735,'logo_path':null,'name':'Waverly Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-09-07","27020284","97","[{'iso_639_1':'en','name':'English'}]","Released","Starting over is not for beginners.","Home Again","false","6","621" +"false","/jFRBm3X0B5SaCGHUlzIaiiGn0YW.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","21874","tt0082677","en","Looker","Plastic surgeon Larry Roberts performs a series of minor alterations on a group of models who are seeking perfection. The operations are a resounding success. But when someone starts killing his beautiful patients, Dr. Roberts becomes suspicious and starts investigating. What he uncovers are the mysterious - and perhaps murderous - activities of a high-tech computer company called Digital Matrix.","2.99","/vVFGUFkbPCV5kD4ICiIbYWCxYkG.jpg","[{'id':7965,'logo_path':null,'name':'The Ladd Company','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1981-10-30","3282232","94","[{'iso_639_1':'en','name':'English'}]","Released","If Looks Could Kill...","Looker","false","6.2","35" +"false","/qlBhSlxiQCSXaPEz4NH9VRXHA1X.jpg","null","0","[{'id':18,'name':'Drama'}]","","49452","tt0013626","fr","La souriante Madame Beudet","One of the first feminist movies, this is the story of an intelligent woman trapped in a loveless marriage.","1.52","/4QeRs5jF0tHaWg4KPXd16d8jyhR.jpg","[{'id':8996,'logo_path':null,'name':'Colis??e Films','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'}]","1923-11-09","0","45","[{'iso_639_1':'xx','name':'No Language'}]","Released","","The Smiling Madame Beudet","false","5.6","21" +"false","/o1lchNm1zeACTlUkUryoVsLsXor.jpg","null","21918618","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","496328","tt6452574","hi","????????????","Sanju explores some of the most crucial chapters from movie star Sanjay Dutt???s dramatic and controversial real life. It gives a lowdown on his tryst with drugs and his trials and tribulations in the Arms Acts case and the 1993 Mumbai blasts.","6.917","/q1wkN4VQuBTj1AeyTLLz2w6awMA.jpg","[{'id':44163,'logo_path':null,'name':'Rajkumar Hirani Films','origin_country':''},{'id':44164,'logo_path':null,'name':'Vinod Chopra Films','origin_country':''},{'id':3781,'logo_path':null,'name':'Vidhu Vinod Chopra Productions','origin_country':'IN'}]","[{'iso_3166_1':'IN','name':'India'}]","2018-06-29","67414985","161","[{'iso_639_1':'hi','name':'??????????????????'}]","Released","One Man... Many Lives","Sanju","false","7.9","70" +"false","/y1zlTEdjsGYRtTuUEqTMqiEO6Iy.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'}]","http://forestofthelostsouls.wixsite.com/enter","375909","tt4423778","pt","A Floresta das Almas Perdidas","The Forest of the Lost Souls is a dense and remote forest, Portugal's most popular place for suicide. In a summer morning, two strangers meet within the woods.","1.552","/jqoZFJa4rCbFGBAr7HlIz3A3V7H.jpg","[{'id':65524,'logo_path':null,'name':'Anexo 82 Produ????es','origin_country':'PT'},{'id':71557,'logo_path':null,'name':'Creatura','origin_country':''},{'id':71558,'logo_path':null,'name':'Studio 2203','origin_country':''},{'id':71559,'logo_path':null,'name':'Agente a Norte','origin_country':''}]","[{'iso_3166_1':'AE','name':'United Arab Emirates'},{'iso_3166_1':'PT','name':'Portugal'}]","2017-01-01","0","71","[{'iso_639_1':'pt','name':'Portugu??s'}]","Released","","The Forest of the Lost Souls","false","6.2","7" +"false","/1qeQ49lArb39YnLnevwjAiKsM8.jpg","null","0","[{'id':36,'name':'History'},{'id':18,'name':'Drama'}]","http://www.mademoiselle-paradis.com","424585","tt5584756","de","Licht","18th century Vienna. Maria Theresia von Paradis, a gifted piano player and close friend of Mozart's, lost her eye-sight as a child. Desperate to cure their talented daughter, the Paradis entrust Maria to Dr. Mesmer, a forward-thinking-physician who gives her the care and attention that she requires. With the doctor's innovative techniques of magnetism, Maria slowly recovers her sight. But this miracle comes at a price as the woman progressively starts to lose her gift for music.","1.4","/i2S5pQCxzf2JsqvCCZaKPlwbMHn.jpg","[{'id':97127,'logo_path':'/vZhhgof1EfwtL8R30Dc0I0zcEaK.png','name':'Nikolas Geyrhalter Filmproduktion','origin_country':'AT'},{'id':32536,'logo_path':'/zVBXUgux1SxaX9LlCtos0MH1q05.png','name':'LOOKS','origin_country':'DE'}]","[{'iso_3166_1':'AT','name':'Austria'},{'iso_3166_1':'DE','name':'Germany'}]","2017-11-10","0","97","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Mademoiselle Paradis","false","5.6","7" +"false","/d0IG0BYKeUKKp61cBnzglwv824r.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","5956","tt0808331","en","Joshua","The arrival of a newborn girl causes the gradual disintegration of the Cairn family; particularly for 9-year-old Joshua, an eccentric boy whose proper upbringing and refined tastes both take a sinister turn.","5.792","/idGGHskgOf71MabHLctbddQHkKZ.jpg","[{'id':1962,'logo_path':null,'name':'ATO Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-01-21","719968","105","[{'iso_639_1':'en','name':'English'}]","Released","The story of a perfect boy who had the perfect plan.","Joshua","false","5.8","115" +"false","/4q4f1CRmPQ5Xe5zNbtHD5YpJEPf.jpg","null","0","[{'id':36,'name':'History'},{'id':16,'name':'Animation'}]","","478484","tt3887158","hu","Salamon kir??ly kalandjai","Eager to impress the Queen of Sheeba, a young Solomon accidentally releases the devil Asmodeus from his prison. With the Kingdom of Jerusalem in peril, Solomon and Princess Naama work together to find an end to Asmodeus' evil rule.","0.6","/dZVijBWQJyenRZwBExPDqxP2soP.jpg","[{'id':104227,'logo_path':null,'name':'Cinemon Entertainment','origin_country':''},{'id':22475,'logo_path':null,'name':'Eden Productions','origin_country':''}]","[{'iso_3166_1':'HU','name':'Hungary'},{'iso_3166_1':'IL','name':'Israel'}]","2017-09-28","0","80","[{'iso_639_1':'hu','name':'Magyar'}]","Released","","The Legend of King Solomon","false","9","1" +"false","/hyocLKjsYNUtb9zj25g4NKnL6QK.jpg","null","0","[{'id':18,'name':'Drama'}]","","50247","tt0043313","ja","??????","Noriko lives in postwar Tokyo with her extended family. Although she enjoys her career and her friends, her more traditionally minded family worries about the fact that she's still single at the advanced age of 28. When 40-year-old business associate Takako proposes marriage, Noriko's family press her into accepting. But when her widowed childhood friend Kenkichi returns to the neighborhood, she finds her heart leading in another direction.","3.781","/qVJsIMOYT7pNEldMttuATep6mtB.jpg","[{'id':192,'logo_path':'/93eAKlnQecDdMtucfOprzcjMw9V.png','name':'Shochiku Co., Ltd.','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","1951-10-03","0","135","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'}]","Released","","Early Summer","false","8.1","50" +"false","/yNP40LGPV1g6JTyvAZDrnulcW5m.jpg","null","0","[{'id':18,'name':'Drama'}]","","55192","tt0051093","ja","????????????","Two sisters find out the existence of their long-lost mother, but the younger cannot take the truth of being abandoned as a child.","2.503","/pJr2wDbCUhlSPaoPbJ0uXrQL0DU.jpg","[{'id':192,'logo_path':'/93eAKlnQecDdMtucfOprzcjMw9V.png','name':'Shochiku Co., Ltd.','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","1957-04-30","0","141","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Tokyo Twilight","false","7.6","27" +"false","/msUT3tbwrHj1tGlffPy8fsV9J9B.jpg","null","0","[{'id':18,'name':'Drama'}]","","20530","tt0041154","ja","??????","Noriko is perfectly happy living at home with her widowed father, Shukichi, and has no plans to marry -- that is, until her aunt Masa convinces Shukichi that unless he marries off his 27-year-old daughter soon, she will likely remain alone for the rest of her life. When Noriko resists Masa's matchmaking, Shukichi is forced to deceive his daughter and sacrifice his own happiness to do what he believes is right.","5.36","/iNtRSY2AGjW1VDXDR79bKsNUdus.jpg","[{'id':192,'logo_path':'/93eAKlnQecDdMtucfOprzcjMw9V.png','name':'Shochiku Co., Ltd.','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","1949-09-13","0","108","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Late Spring","false","8.2","118" +"false","/sAqtmSEvi7XvRvHallFZNyrjBDX.jpg","null","0","[{'id':18,'name':'Drama'}]","","55197","tt0044982","ja","??????????????????","A childless middle-aged couple faces a marital crisis of sorts.","1.764","/vR98RXd200GhQGRtbsZJpBBXXkb.jpg","[{'id':192,'logo_path':'/93eAKlnQecDdMtucfOprzcjMw9V.png','name':'Shochiku Co., Ltd.','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","1952-10-01","0","115","[{'iso_639_1':'ja','name':'?????????'}]","Released","","The Flavor of Green Tea Over Rice","false","7.9","13" +"false","/l0WJpDWrRGqZabwVlNEl42VKMVz.jpg","null","0","[{'id':18,'name':'Drama'}]","","20531","tt0049784","ja","??????","A young salary man and his wife struggle within the confines of their passionless relationship while he has an extramarital affair.","0.816","/aEZuNAL70fVDiAoSG2sAEVHa3xO.jpg","[{'id':192,'logo_path':'/93eAKlnQecDdMtucfOprzcjMw9V.png','name':'Shochiku Co., Ltd.','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","1956-01-29","0","145","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Early Spring","false","8","12" +"false","/t6xX3UY5dfCxMjoBRLQH39Sie0p.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","89484","tt0053917","en","Home from the Hill","Captain Wade Hunnicutt is the wealthiest and most powerful citizen in his Texan town; he is also a notorious womanizer, which has turned his wife Hannah against him. She has brought up their son Theron to be dependent upon her; but as he reaches adulthood, Hunnicutt insists on taking over his upbringing, initiating him in hunting and other masculine pursuits, under the watchful eye of Rafe, Hunnicutt's loyal employee. But Theron's new lifestyle leads him into a love-affair with a local girl, and thence to his learning things about his parents that were previously hidden from him.","2.736","/hOJ4IRClnPgWJPMLX39SdY1nF8U.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1960-03-03","0","150","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","When you talk about GREAT Motion Pictures you will talk about this one!","Home from the Hill","false","6.4","14" +"false","/xIA97c95X8i6MlO81AfspMo21UN.jpg","{'id':176097,'name':'Barbershop Collection','poster_path':'/glSSzT4jwKblxxGXN0lHWxbyhUH.jpg','backdrop_path':'/lCvX9g4vvxFUgJGNlFwfkZJWGiB.jpg'}","12000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","10611","tt0303714","en","Barbershop","A day in the life of a barbershop on the south side of Chicago. Calvin, who inherited the struggling business from his deceased father, views the shop as nothing but a burden and waste of his time. After selling the shop to a local loan shark, Calvin slowly begins to see his father's vision and legacy and struggles with the notion that he just sold it out.","8.353","/8cHQDaYmyKg1QnI4OeDZHMg5dM.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-04-01","75781642","102","[{'iso_639_1':'en','name':'English'}]","Released","Everyone's gettin' lined up.","Barbershop","false","6.1","202" +"false","/d0LbooaWES6xhUcYRYLEkX5oRCF.jpg","null","0","[{'id':18,'name':'Drama'}]","http://gravitasventures.com/apostasy/","473309","tt4729896","en","Apostasy","A faithful Jehovah's Witness is forced to shun her own sister because of a religious transgression. As the separation draws out, she starts to question the meaning of God's love.","2.018","/zjhVHDCCl2nwR1yCPZX4xw819Se.jpg","[{'id':92474,'logo_path':null,'name':'Oldgarth Media','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-09-29","0","96","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ur','name':'????????'}]","Released","","Apostasy","false","7","16" +"false","/fPx2Oe2MY78U5leZfWrcucp1Av6.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","552259","tt8427166","bn","Bidaay Byomkesh","An aged Byomkesh Bakshi and a tale of his family. After 2 years of exile, one night 'Khoka' A.K.A Abhimanyu Bakshi surrenders in a police station declaring a murder. His son Satyaki initially accepts that fact but after his grandfather's suggestions he tries to uncover the truth and uncovers a grand conspiracy. Will he be able to find the 'satya' (truth) in time?","0.6","/tdMkZ144LqSwTqiUG6QxblGR93Q.jpg","[{'id':12877,'logo_path':'/eKruM4v4KT0ILAK2NsDGne6qA7D.png','name':'SVF Entertainment','origin_country':'IN'}]","[{'iso_3166_1':'IN','name':'India'}]","2018-07-27","0","119","[{'iso_639_1':'bn','name':'???????????????'}]","Released","Bidaay Byomkesh (2018)","Bidaay Byomkesh","false","5","1" +"false","/qNYL8EAUPvTaiW1hVavX1vIWVcl.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","489930","tt7242142","en","Blindspotting","Collin must make it through his final three days of probation for a chance at a new beginning. He and his troublemaking childhood best friend, Miles, work as movers, and when Collin witnesses a police shooting, the two men???s friendship is tested as they grapple with identity and their changed realities in the rapidly-gentrifying neighborhood they grew up in.","16.349","/c4UvwoMmQiztTqeUnExDU5hoCdP.jpg","[{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'},{'id':15159,'logo_path':null,'name':'Snoot Entertainment','origin_country':''},{'id':112794,'logo_path':'/j0fh3JuGAAQww9U0uF04HaAyuez.png','name':'Codeblack Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-07-20","0","95","[{'iso_639_1':'en','name':'English'}]","Released","Change the way you see.","Blindspotting","false","7.8","170" +"false","/uekBPuQBbbT6OAQZ1IcP8GIi6Hv.jpg","null","0","[{'id':18,'name':'Drama'}]","","445456","tt4459156","en","55 Steps","55 Steps is based a the inspiring true story of Eleanor Riese, a mental illness patient herself, who brings a class action suit to give competent mental patients the right to have a say in their medication while they???re in a hospital, and Colette Hughes, the lawyer appointed to her case.","3.9","/fWOoMa06qS4VcPVH16Nwy6E27SS.jpg","[{'id':1761,'logo_path':null,'name':'Elsani Film','origin_country':''},{'id':94106,'logo_path':null,'name':'Potemkino Port','origin_country':''},{'id':94107,'logo_path':null,'name':'MMC Movies','origin_country':''},{'id':67777,'logo_path':null,'name':'Mass Hysteria Entertainment','origin_country':'US'},{'id':5322,'logo_path':'/6Vk4WZnKJuC6z6HKBGFirbWwWwV.png','name':'Aloe Entertainment','origin_country':'US'}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'DE','name':'Germany'}]","2018-03-01","0","115","[{'iso_639_1':'en','name':'English'}]","Released","Justice is won step by step","55 Steps","false","7.8","14" +"false","/qcpGTVG64hJa4qz1NiiVXVdg5gS.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.chickenthefilm.com","346384","tt2420876","en","Chicken","RICHARD, 15 with learning difficulties, longs to put down roots but his restless and destructive brother, POLLY, needs to keep moving. When the land they live on is bought by a new landowner, and the electricity supply to their caravan is cut, their already precarious living conditions get even worse. Then a chance meeting with the new landowner's daughter, 17 year old ANNABEL (Yasmin Paige), leaves RICHARD besotted; whilst POLLY befriends the guys who run a seedy traveling fair. Richards optimistic view on life becomes increasingly difficult to maintain as Polly's abusive behavior worsens, family secrets are revealed, and he is torn between loyalty to his brother and his first true friend in ANNABEL. For better or worse, Richards life is about to change forever.","1.405","/tOcsSuoPwEpM8CSPzBRhR78a7Kf.jpg","[{'id':51263,'logo_path':null,'name':'Bold Turtle Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-05-20","0","89","[{'iso_639_1':'en','name':'English'}]","Released","","Chicken","false","7.3","6" +"false","/slJ2fqsYf8m5a1T4WKqZNs4AUXu.jpg","null","0","[{'id':18,'name':'Drama'}]","","489852","tt7690638","hi","???????????????","Soorma, a comeback story of the hockey legend Sandeep Singh is a biopic that chronicles the life and times of the famed hockey player.","5.186","/rBI0F6fLfim8TJF5WP0cXpN88OO.jpg","[{'id':94444,'logo_path':null,'name':'Sony Pictures Networks Productions','origin_country':'IN'},{'id':8806,'logo_path':null,'name':'CS2 Films','origin_country':''}]","[{'iso_3166_1':'IN','name':'India'}]","2018-07-13","3168000","131","[{'iso_639_1':'hi','name':'??????????????????'}]","Released","The Greatest Comeback Story Of The Hockey Legend Sandeep Singh","Soorma","false","7.4","15" +"false","","null","0","[{'id':35,'name':'Comedy'},{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","","187868","tt0101473","en","Blonde Fist","A woman attempts to escape her domestic problems by fleeing to New York in search of her father. She finds him, and also new problems, some friendship, a romance, and an unexpected career as pro-boxer, to make ends meet.","0.664","/u9X2jQUXsHOhBZdkPGOTzMU5ppd.jpg","[{'id':9210,'logo_path':'/ruUf9qymJ1gKLmerDKO8pgq1CYM.png','name':'Film Four International','origin_country':''},{'id':30064,'logo_path':null,'name':'Blue Dolphin Film Distributors','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1991-11-01","0","102","[{'iso_639_1':'en','name':'English'}]","Released","","Blonde Fist","false","6","2" +"false","/3NBOtCe3UShwYhXxVMHi1uzKPml.jpg","{'id':538387,'name':'Malevolence Collection','poster_path':null,'backdrop_path':null}","0","[{'id':27,'name':'Horror'}]","","537943","tt3487610","en","Malevolence 3: Killer","Martin Bristol returns to where it all began: the home where he was kidnapped from. But he is not the boy who disappeared over 10 years ago. Tortured and abused at the hands of his psychotic captor, Graham Sutter, Martin is damaged beyond repair. Lurking in the shadows of suburbia, he stalks and kills without remorse. Special Agent William Perkins follows Martin's trail of terror, desperate to capture him before he kills again. Martin's family, mourning his disappearance for over 10 years, is informed not only that he is alive, but that he is responsible for the wave of murder sweeping through their town. Will they be able to reunite with their long lost son before it's too late, or will Perkins have to use excessive force to bring him down?","3.42","/gJlsbI4OvBoMpKMU0VAg2RDbK8U.jpg","[{'id':109346,'logo_path':null,'name':'Mena Films','origin_country':'US'},{'id':110198,'logo_path':null,'name':'Magnetic Media Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-11","0","89","[{'iso_639_1':'en','name':'English'}]","Released","","Malevolence 3: Killer","false","6.3","3" +"false","/x04SgdgxFGeNk2SLUnv9aXEuzQT.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","526051","tt5834760","en","Look Away","A timid and reclusive 18-year-old high school student is alienated by her parents and ruthlessly rejected by her peers. Desperate and isolated, she confides in her own reflection ??? and in the mirror she finds her imagined evil twin, someone who supports her, encourages her and knows all her secret desires. When the ???girls??? trade places, repressed sexuality and a ferocious violence erupt with a dangerous sense of freedom.","13.759","/ls9EPHID0zqXSooi5O03pRjoZ0r.jpg","[{'id':11517,'logo_path':'/7tT0PqNjEalEwE1GkjxU32SlOW6.png','name':'Buffalo Gal Pictures','origin_country':'CA'},{'id':93419,'logo_path':null,'name':'Primary Wave Entertainment','origin_country':''},{'id':86833,'logo_path':null,'name':'Dana Lustig Productions','origin_country':''},{'id':11520,'logo_path':'/q8oAysfDiYiSJQSp4UB5VNlWctW.png','name':'Manitoba Film & Music','origin_country':'CA'},{'id':109726,'logo_path':null,'name':'Ace in the Hole Productions','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2018-10-12","0","103","[{'iso_639_1':'en','name':'English'}]","Released","","Look Away","false","6","103" +"false","/6RmZ62XtCglDz9UeeVA0pUs1rM0.jpg","null","0","[{'id':18,'name':'Drama'}]","https://www.netflix.com/title/80240972","489927","tt6952960","en","The Kindergarten Teacher","Lisa Spinelli is a Staten Island teacher who is unusually devoted to her students. When she discovers one of her five-year-olds is a prodigy, she becomes fascinated with the boy, ultimately risking her family and freedom to nurture his talent.","16.853","/6eByWHEjdZkLJnu5WfiLNBS8GXC.jpg","[{'id':19640,'logo_path':'/p8SE7J23xviBArUL49rMCkj0m0M.png','name':'Maven Pictures','origin_country':'US'},{'id':24662,'logo_path':null,'name':'Pie Films','origin_country':''},{'id':107554,'logo_path':null,'name':'Paper Chase Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-09-23","0","96","[{'iso_639_1':'en','name':'English'}]","Released","","The Kindergarten Teacher","false","7","85" +"false","/6uPii9T9SeZHbm8YBMilyrXtZo6.jpg","null","700000","[{'id':99,'name':'Documentary'}]","http://www.feministswhatweretheythinking.com/","507618","tt5419676","en","Feminists: What Were They Thinking?","In 1977, a book of photographs captured an awakening - women shedding the cultural restrictions of their childhoods and embracing their full humanity. FEMINISTS: WHAT WERE THEY THINKING? revisits those photos, those women and those times and takes aim at our culture today that alarmingly shows the need for continued change.","2.027","/dmSlkxFmbZmhdsvxuVIhgmlPmRK.jpg","[{'id':110495,'logo_path':null,'name':'Crazy Wisdom Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-02-19","0","86","[{'iso_639_1':'en','name':'English'}]","Released","","Feminists: What Were They Thinking?","false","8.3","38" +"false","/bNzoLfbNXNDoNkIZTHAI6pX9ucN.jpg","{'id':494838,'name':'2-Headed Shark Attack Collection','poster_path':null,'backdrop_path':'/yMNFAlTCMyU766Qrzo0fvyvw0V6.jpg'}","0","[{'id':28,'name':'Action'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'},{'id':10770,'name':'TV Movie'}]","","522438","tt8360902","en","6-Headed Shark Attack","What is supposed to be a marriage boot camp on a remote island turns into the ultimate test for survival when a 6-headed shark starts attacking the beach. Trapped with minimal weapons they try to fight off the shark, but quickly discover that no one is safe in the water or on land.","3.672","/fS37m9pRBG0QYTeCEtzNBVVVL3H.jpg","[{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-08-18","0","89","[{'iso_639_1':'en','name':'English'}]","Released","DON'T MIX WITH THE SIX!","6-Headed Shark Attack","false","5.5","8" +"false","/qyMlkNgwJz74rhSdaJLhj8pHrYH.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':14,'name':'Fantasy'}]","","448095","tt2160105","en","I Still See You","A spellbinding and romantic supernatural thriller. Ten years after an apocalyptic event left the world haunted by ghosts, Roni receives a threatening message from beyond the grave. Joining forces with a mysterious classmate, Kirk, Roni descends into a shadow world that blurs the bounds of the living and the dead-and begins a desperate race against time to stop a cunning killer.","10.044","/9fqzZs922V8OmwgO11Eqclof2mQ.jpg","[{'id':7294,'logo_path':'/kK4PRgceWp9KNrycD8xx8seWxYU.png','name':'Reliance Entertainment','origin_country':'IN'},{'id':12026,'logo_path':null,'name':'Gold Circle Films','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2018-09-27","0","98","[{'iso_639_1':'en','name':'English'}]","Released","What if your whole world was haunted?","I Still See You","false","6.9","170" +"false","/qRocYlYL9saXW6Eq1bD08rDhXlJ.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","482088","tt2762662","en","Better Start Running","An eclectic band of misfits becomes an unlikely family as they take a wild journey in the name of love while on the run from an overzealous FBI duo who want them dead or alive - preferably dead.","2.641","/wv3U9nSjJDWPoSK99da6X8ypJAs.jpg","[{'id':4560,'logo_path':null,'name':'Tunnel Post','origin_country':''},{'id':90814,'logo_path':null,'name':'Aquarium Studios','origin_country':''},{'id':100797,'logo_path':null,'name':'London Pacific Finance','origin_country':''},{'id':100798,'logo_path':null,'name':'Whip Smart Productions','origin_country':''},{'id':100799,'logo_path':null,'name':'Fintage CAM','origin_country':''},{'id':100803,'logo_path':null,'name':'GreenSlate','origin_country':''},{'id':22309,'logo_path':null,'name':'Piccadilly Pictures','origin_country':''},{'id':20312,'logo_path':null,'name':'Three Point Capital','origin_country':''}]","[]","2018-04-28","0","93","[{'iso_639_1':'en','name':'English'}]","Released","","Better Start Running","false","7.3","4" +"false","/73iZGJA287epF2nf2UvSbjelvlK.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'},{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'}]","","424121","tt6217306","en","Apostle","In 1905, a man travels to a remote island in search of his missing sister who has been kidnapped by a mysterious religious cult.","12.392","/rd269f2Yftxxam3EOJPYVwrvjIJ.jpg","[{'id':12142,'logo_path':'/rPnEeMwxjI6rYMGqkWqIWwIJXxi.png','name':'XYZ Films','origin_country':'US'},{'id':93637,'logo_path':'/aW4weh0t8yUm2e62w4t3KlKJsLX.png','name':'Severn Screen','origin_country':'GB'},{'id':110036,'logo_path':null,'name':'One More One Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-09-21","0","130","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","","Apostle","false","6.1","480" +"false","/k2ReC71gRNxpyXYHfI09h5mqGtE.jpg","null","0","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':10770,'name':'TV Movie'},{'id':53,'name':'Thriller'}]","","31428","tt0078295","en","Someone's Watching Me!","A woman is being watched in her apartment by a stranger, who also calls and torments her. A cat-and-mouse game begins.","2.877","/gzeay9183HR4hHiqvtNZNFcTqCd.jpg","[{'id':1957,'logo_path':'/nmcNfPq03WLtOyufJzQbiPu2Enc.png','name':'Warner Bros. Television','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1978-11-27","0","97","[{'iso_639_1':'en','name':'English'}]","Released","","Someone's Watching Me!","false","6.4","41" +"false","/tn0tsrzNxS2EadSqEsoBFEObij7.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","34991","tt0068669","en","Gumshoe","A would be private eye gets mixed up in a smuggling case.","1.346","/nx9kgUD3WbzGCfdV4JHvdD714KB.jpg","[{'id':3067,'logo_path':null,'name':'Memorial Enterprises','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1971-12-01","0","88","[{'iso_639_1':'en','name':'English'}]","Released","the sleuth, the whole sleuth and nothing but the sleuth","Gumshoe","false","6.9","12" +"false","/cdcIYXytxuWdheElcEbF91UH851.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","","15716","tt0086112","en","The Pirates of Penzance","In spite of being apprenticed to a Pirate King as a child, Frederic has led a very sheltered life. So when he arrives in Penzance with his boisterous shipmates, there are a few surprises in store for him! It all ends happily, but not before he's dodged the Old Bill, fallen in love and made some rather inconvenient discoveries.","1.554","/f2bvgBjzvTXU3qA1EWFhcNRb6Xv.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1983-02-18","694497","112","[{'iso_639_1':'en','name':'English'}]","Released","","The Pirates of Penzance","false","5.8","10" +"false","/5cxcCNUfRwcrJI2u1mKVBVgQrs.jpg","null","2000000","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","16296","tt0095444","en","Killer Klowns from Outer Space","Aliens who look like clowns come from outer space and terrorize a small town.","6.673","/AtMEp5pLpJr4wOMCxVezTKi2okL.jpg","[{'id':8610,'logo_path':null,'name':'Sarlui / Diamant Production','origin_country':''},{'id':3173,'logo_path':null,'name':'Chiodo Brothers Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-05-27","43625095","88","[{'iso_639_1':'en','name':'English'}]","Released","IT'S CRAAZZY!","Killer Klowns from Outer Space","false","6","280" +"false","/45GJlmIa386ZE2TDtgv1IKG2Lg.jpg","null","0","[{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","14237","tt0109327","en","Brainscan","A lonely teenage horror-movie fan discovers a mysterious computer game that uses hypnosis to custom-tailor the game into the most terrifying experience imaginable. When he emerges from the hypnotic trance he is horrified to find evidence that the brutal murder depicted in the game actually happened -- and he's the killer.","7.143","/5JqamPZC7W5rzRNweMGhqltcsIV.jpg","[{'id':23098,'logo_path':null,'name':'Triumph Films','origin_country':''},{'id':19765,'logo_path':null,'name':'Admire Productions Ltd.','origin_country':''},{'id':19766,'logo_path':null,'name':'Coral Productions','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1994-04-22","4352094","96","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Wanna play? I dare you.","Brainscan","false","6","93" +"false","/bOevscF5PUIpGSAM6U0obHw2oIo.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","21544","tt0314431","en","Hope Springs","British artist Colin Ware discovers that his fianc??e, Vera, is going to marry another man. Distraught and despondent, he gets on a plane for America and ends up in the tiny town of Hope in New England. At first, Colin is depressed, but he soon finds more than a shoulder to cry on when his innkeepers introduce him to Mandy, a beautiful nurse. All's going well and Colin has almost forgotten his old flame until Vera shows up with a surprise of her own.","5.488","/rdNR6qxIorbHNtPtTSvRuyIOyyg.jpg","[{'id':4189,'logo_path':null,'name':'Scala Films','origin_country':''},{'id':2651,'logo_path':null,'name':'Fragile Films','origin_country':'GB'},{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':11352,'logo_path':null,'name':'Prominent Features','origin_country':''},{'id':58583,'logo_path':null,'name':'Mumbo Jumbo Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2003-05-09","0","90","[{'iso_639_1':'en','name':'English'}]","Released","The problem every man dreams of... a choice.","Hope Springs","false","5.3","54" +"false","/h95v25AbsM6xuwQVandokFa9cpH.jpg","null","35000000","[{'id':18,'name':'Drama'}]","http://disney.go.com/disneypictures/secretariat/","39486","tt1028576","en","Secretariat","Housewife and mother Penny Chenery agrees to take over her ailing father's Virginia-based Meadow Stables, despite her lack of horse-racing knowledge. Against all odds, Chenery - with the help of veteran trainer Lucien Laurin - manages to navigate the male-dominated business, ultimately fostering the first Triple Crown winner in 25 years.","6.438","/nk7pQIFhMhAJV6rCYPyeuvRk9x3.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':22880,'logo_path':null,'name':'Fast Track Productions','origin_country':''},{'id':22881,'logo_path':null,'name':'Mayhem Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-08-20","60251371","123","[{'iso_639_1':'en','name':'English'}]","Released","The Impossible True Story","Secretariat","false","7","193" +"false","/g2KqN1M73DPrqVmL97y2PmXcOt9.jpg","null","55000000","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","10632","tt0269347","en","The Hunted","In the wilderness of British Columbia, two hunters are tracked and viciously murdered by Aaron Hallum. A former Special Operations instructor is approached and asked to apprehend Hallum???his former student???who has 'gone rogue' after suffering severe battle stress from his time in Kosovo.","8.923","/k8fV0lYH9DqGtB7M681DTa8hRuN.jpg","[{'id':11462,'logo_path':'/7ZymELJwuWR4k5p0oeZ3d3WAhO3.png','name':'Alphaville Films','origin_country':''},{'id':126,'logo_path':'/kADPanRDkKTxncPXXVahvHPUvCj.png','name':'Lakeshore Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-03-11","34234008","94","[{'iso_639_1':'en','name':'English'}]","Released","Some men should not be found.","The Hunted","false","6","308" +"false","/vDlQ0tj69HVhBkLebbJ95utkxRT.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","194817","tt0066436","en","Take a Girl Like You","Young Jenny heads to the South of England to start a new career as a school teacher. Even before she has had a chance to settle in she meets Patrick, one of the local ""lads"". Within a short time she has her hands full when a number of the local boys take a liking to her. But who will be the lucky one who wins her affections?","2.535","/5InMXAaD0qKVjRReHWG9hmhoRpW.jpg","[{'id':19340,'logo_path':null,'name':'Albion Film Corp. (I)','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1970-12-16","0","101","[{'iso_639_1':'en','name':'English'}]","Released","In this day and age what's a virgin to do?","Take a Girl Like You","false","5.6","8" +"false","/gaGIei4Gd8xfS5E075yO7WzcoFH.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'}]","","983","tt0073341","en","The Man Who Would Be King","A robust adventure about two British adventurers who take over primitive Kafiristan as ""godlike"" rulers, meeting a tragic end through their desire for a native girl. Based on a short story by Rudyard Kipling.","8.67","/21BANIzXEKyZDUFOr9NdUEgP4EA.jpg","[{'id':624,'logo_path':null,'name':'Persky-Bright Productions','origin_country':''},{'id':625,'logo_path':null,'name':'Devon','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'}]","1975-12-03","0","129","[{'iso_639_1':'en','name':'English'}]","Released","Rudyard Kipling's epic of splendor, spectacle and high adventure at the top of a legendary world.","The Man Who Would Be King","false","7.6","237" +"false","/fa8wNFBYP3ouGXs3dJDYzMEvj9g.jpg","null","40000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","24418","tt0450405","en","Cirque du Freak: The Vampire's Assistant","Darren Shan is a regular teenage kid. He and his friend Steve find out about a Freak Show coming to town and work hard at trying to find tickets. They do, and together they go to ""Cirque du Freak"" where they see many strange acts including a wolf-man and a bearded lady","10.55","/nzx9HQOJ1CYgHcITgBXatN0FFxc.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-10-23","28169671","109","[{'iso_639_1':'en','name':'English'}]","Released","Meet Darren. He's sixteen going on immortal.","Cirque du Freak: The Vampire's Assistant","false","5.6","546" +"false","/dP7bZsbGG6gYfIevka5AelpaluE.jpg","null","0","[{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'},{'id':18,'name':'Drama'}]","","25920","tt0092691","en","Born of Fire","A musician searches for the Master Flautist, a supernatural creature who is planning to blow up the world.","0.85","/ukFqnivKbUe1KrYd8LjPiKAYicU.jpg","[{'id':9210,'logo_path':'/ruUf9qymJ1gKLmerDKO8pgq1CYM.png','name':'Film Four International','origin_country':''},{'id':4431,'logo_path':null,'name':'Dehlavi Films','origin_country':''}]","[{'iso_3166_1':'TR','name':'Turkey'},{'iso_3166_1':'GB','name':'United Kingdom'}]","1987-01-01","0","84","[{'iso_639_1':'en','name':'English'}]","Released","","Born of Fire","false","6","4" +"false","/duF7dcpJ7EugJMT7Ee0BoQrpneC.jpg","null","0","[{'id':16,'name':'Animation'}]","","531165","tt7575410","en","Zoo Wars","In a world where animals govern the universe, only one elephant can save the entire galactic Zoo Verse from an evil rat before he gains control of the entire Zoo Verse galaxy.","2.312","/y9OcP9W3IcfpJvJ8qW5YeZyIrBc.jpg","[{'id':105828,'logo_path':null,'name':'Parade Deck Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-04-20","0","72","[{'iso_639_1':'en','name':'English'}]","Released","It's a jungle out there!","Zoo Wars","false","0","0" +"false","/aCV40BdNn9MNEPapmLHw4nyLKHm.jpg","{'id':127280,'name':'The Three Mothers Collection','poster_path':'/8T1ukxvmMBOwnOVg0wm7MMBRBpl.jpg','backdrop_path':'/8xCFLABKIDU90t9DAN3JdNAuX4D.jpg'}","0","[{'id':27,'name':'Horror'}]","","11906","tt0076786","it","Suspiria","From the moment she arrives in Freiberg, Germany, to attend the prestigious Tanz Academy, American ballet-dancer Suzy Bannion senses that something horribly evil lurks within the walls of the age-old institution.","12.039","/qtHlaxwLIKuZCHjFaHa2IGYWe4C.jpg","[{'id':3570,'logo_path':null,'name':'Seda Spettacoli','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'}]","1977-02-01","2884265","98","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'la','name':'Latin'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'de','name':'Deutsch'}]","Released","The Most Frightening Film You'll Ever See!","Suspiria","false","7.6","1030" +"false","/7Hkq7U28cVmazU5gtQLM04WoLtX.jpg","null","92000","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","http://www.wernerherzog.com/films-by.html","2000","tt0068182","de","Aguirre, der Zorn Gottes","A few decades after the destruction of the Inca empire, a Spanish expedition leaves the mountains of Peru and goes down the Amazon river in search of gold and wealth. Soon, they come across great difficulties and Don Aguirre, a ruthless man who cares only about riches, becomes their leader. But will his quest lead them to ""the golden city"", or to certain destruction?","6.194","/uHP3AtAnudp5w8d3jx2el1AtV6a.jpg","[{'id':843,'logo_path':null,'name':'Werner Herzog Filmproduktion','origin_country':''},{'id':9291,'logo_path':null,'name':'Hessischer Rundfunk','origin_country':'DE'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'PE','name':'Peru'}]","1972-12-29","0","93","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'qu','name':''},{'iso_639_1':'es','name':'Espa??ol'}]","Released","A breathtaking journey into the heart of darkness","Aguirre: The Wrath of God","false","7.6","394" +"false","/vNU19ojvicmxs2gihwQJiaLPw6N.jpg","null","13500000","[{'id':18,'name':'Drama'}]","","10712","tt0297884","en","Far from Heaven","In 1950s Connecticut, a housewife faces a marital crisis and mounting racial tensions in the outside world.","7.253","/7lzlqQmtv4z2CEiiBWU55blk1zo.jpg","[{'id':1422,'logo_path':'/aG7LGucYWmsrsEwnDN1HnUGfVmK.png','name':'Killer Films','origin_country':'US'},{'id':129,'logo_path':null,'name':'Section Eight','origin_country':'US'},{'id':1512,'logo_path':null,'name':'John Wells Productions','origin_country':'US'},{'id':73067,'logo_path':'/pSEeTGFLhX5lntHaNOdGSighVZo.png','name':'Vulcan Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-09-02","29027914","107","[{'iso_639_1':'en','name':'English'}]","Released","It's time to stop hiding from the truth.","Far from Heaven","false","7.1","243" +"false","/gtTniKFOjZ5muvhuod1FKWZRVQP.jpg","{'id':386162,'name':'LEGO DC Comics Super Heroes Collection','poster_path':'/rdQMvm9rhDiSTsVOr7d5ObmK9zf.jpg','backdrop_path':'/xMSbYXiCstnssIdxAajbGST8lpI.jpg'}","0","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':28,'name':'Action'}]","","513736","tt8457394","en","LEGO DC Super Heroes - Aquaman: Rage Of Atlantis","Aquaman must battle foes in the air, on land and in the depths of the Seven Seas, along with some help from The Justice League, to save the day.","7.673","/fNayc14I8UH9rywBXAp2Eh81za3.jpg","[{'id':2785,'logo_path':'/l5zW8jjmQOCx2dFmvnmbYmqoBmL.png','name':'Warner Bros. Animation','origin_country':'US'},{'id':9993,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Entertainment','origin_country':'US'},{'id':4081,'logo_path':'/9Q0SyrhQD61wWbz5KJOkL6tu2mg.png','name':'LEGO','origin_country':'DK'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-07-23","0","77","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'no','name':'Norsk'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","","LEGO DC Super Heroes - Aquaman: Rage Of Atlantis","false","5.9","20" +"false","","null","0","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","","553354","tt8426808","en","Space Explorers","When space explorers Nick and Sammy are sent on a mission they race against time to save Earth's creatures and learn valuable lessons along the way.","2.099","/o2rPFRran5u9bsBs4EJw2WsxzDf.jpg","[{'id':97253,'logo_path':null,'name':'WOWNow Entertainment','origin_country':''}]","[]","2018-10-09","0","77","[{'iso_639_1':'en','name':'English'}]","Released","","Space Explorers","false","0","0" +"false","/d4Muk8ONJPdnSy80tv2LYBxIiOw.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","","491629","tt7098658","hi","???????????????","An Indian spy is married to a Pakistani military officer during the Indo-Pakistani War of 1971.","4.855","/fF2xXApETxZqyluokyJ1x4gIiTf.jpg","[{'id':19146,'logo_path':'/5Ff25ornzVNhm5skuAvMAR556NB.png','name':'Dharma Productions','origin_country':'IN'},{'id':63187,'logo_path':null,'name':'Junglee Pictures','origin_country':'IN'}]","[{'iso_3166_1':'IN','name':'India'}]","2018-05-10","0","138","[{'iso_639_1':'hi','name':'??????????????????'}]","Released","An Incredible True Story","Raazi","false","7.4","49" +"false","/fyOUFrJbKm271A4meFqzX3mg96G.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","445768","tt5771710","fr","Rodin","Auguste Rodin (1840-1917), man of the people, autodidact and revolutionary sculptor - the most brilliant of his era. At 42, Rodin meets Camille Claudel, a young woman desperate to become his assistant. He quickly acknowledges her as his most able pupil, and treats her as an equal in matters of creation.","3.714","/3bQGnpTM2uluIMC1wfZWW5ldunp.jpg","[{'id':856,'logo_path':'/3tfzS2CrX6Ntbu927XzHXEPDA6y.png','name':'Wild Bunch','origin_country':'FR'},{'id':1249,'logo_path':null,'name':'Les Films du Lendemain','origin_country':''},{'id':11773,'logo_path':'/8fCjsqh43LbPV6pm3SfR5Jx64GU.png','name':'Art??mis Productions','origin_country':'BE'},{'id':591,'logo_path':'/q5I5RDwMEiqoNmfaJgd2LraEOJY.png','name':'France 3 Cin??ma','origin_country':'FR'}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'FR','name':'France'}]","2017-08-31","0","119","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Rodin","false","4.8","39" +"false","/7DmtcHiYscKj0hbflK3a26iZu39.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","433419","tt6464360","en","The Hollow Child","Samantha has lived her whole life in different foster homes. Now living in a small town, she never feels like she quite fits in, even with her own current foster family who might adopt her, or the boy who follows her around doing her classwork. So, it???s perhaps natural that she doesn???t know what to do with a curious tagalong little sister named Olivia. One day, Sam callously ditches Olivia, who wanders off into the woods on her own and disappears.","2.994","/nWxHT7QldoWuGBLjOalnTHySvqB.jpg","[{'id':39865,'logo_path':null,'name':'Like Minded Media','origin_country':''},{'id':39866,'logo_path':null,'name':'Broken Mirror Films','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2018-05-18","0","92","[{'iso_639_1':'en','name':'English'}]","Released","Something is different about Olivia","The Hollow Child","false","5.4","23" +"false","/inncnFMW1eNNDzVFlVOeFdfkvIR.jpg","null","0","[{'id':99,'name':'Documentary'}]","","431391","tt4036488","en","Saving Banksy","Internationally known graffiti artist, Banksy, left his mark on San Francisco in April 2010. Little did he know that this act of vandalism would spark a chain of events that includes one of his rats being removed from a wall, Museums ignorantly turning down a free Banksy street work, and a NY gallerist who has made it his business model to remove Banksy street works from all over the globe doing whatever it takes to get the rat in his possession.","1.056","/6jLnufHLel6y98HJ3e2W8q30CNi.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-01-27","0","80","[{'iso_639_1':'en','name':'English'}]","Released","It's not art unless you can sell it for lots of money","Saving Banksy","false","6.6","21" +"false","","{'id':553438,'name':'Fishtales Collection','poster_path':null,'backdrop_path':null}","0","[{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'}]","","553224","tt7575660","en","Fishtales 3","Fin and Fifi are nervous before their first day of school. However, once they arrive and see their excited classmates, the brother and sister fish begin to relax and discover that they enjoy learning about interesting subjects and going on fun undersea adventures.","1.657","/i2Wu4AQgfBoJ77G0oaHLMf1tNad.jpg","[]","[]","2018-09-14","0","74","[{'iso_639_1':'en','name':'English'}]","Released","Dive in for a whale of an adventure!","Fishtales 3","false","0","0" +"false","","null","0","[{'id':16,'name':'Animation'}]","","550418","tt7275258","en","Bible Town","Friends Jimmy, Sarah, and Tammy are on their way to Bible Town, a fantastic place full of people who love to share stories from the Bible with anyone who visits. As the three friends journey along in their rainbow hot-air balloon, they tell some Bible stories of their own.","0.6","/lqdC63PcPibGhBTtGgN6qYfDiNE.jpg","[]","[]","2017-12-15","0","80","[{'iso_639_1':'en','name':'English'}]","Released","","Bible Town","false","0","0" +"false","/tguW0wGvYMNzsHmJIZafDE8pLsj.jpg","null","1403910","[{'id':53,'name':'Thriller'},{'id':35,'name':'Comedy'}]","http://www.brothersnest.com","503755","tt7263664","en","Brothers' Nest","With their Mother dying of cancer, intent on changing her will to benefit her new husband before she dies, two brothers go to extreme and deadly lengths to protect their inheritance from being signed away before it???s too late.","4.292","/b2k7IdRHHuD2HZPZMWsZzRFUHoA.jpg","[{'id':98817,'logo_path':null,'name':'Label','origin_country':''},{'id':11840,'logo_path':'/8oyCRYf6ezxB5h8HJIPVG8JjzgL.png','name':'Film Victoria','origin_country':'AU'}]","[{'iso_3166_1':'AU','name':'Australia'}]","2018-06-21","0","98","[{'iso_639_1':'en','name':'English'}]","Released","","Brothers' Nest","false","7.3","12" +"false","/3ZtAdmPqE8vZVaghcsuDEfLeJlM.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","531647","tt5130442","en","22 Chaser","One of the city's last decent tow truck drivers risks everything on a desperate quest to become king of the road and provide for his struggling family.","4.365","/ufVCyUIfnoPgpKA578wADEDPTqc.jpg","[]","[]","2018-07-06","0","95","[{'iso_639_1':'en','name':'English'}]","Released","","22 Chaser","false","6.8","6" +"false","","null","0","[{'id':18,'name':'Drama'}]","","202175","tt0069776","en","The Belstone Fox","Based on the novel ""The Ballad of the Belstone Fox"", this heartwarming film chronicles the life of a fox much smarter than the dogs that hunt him. In fact, they never could catch him!","0.906","/7EFtg7XGXEzs6HVQ0vmddkDu3mc.jpg","[{'id':364,'logo_path':null,'name':'The Rank Organisation','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1973-01-01","0","88","[{'iso_639_1':'en','name':'English'}]","Released","When you hunt the Belstone Fox ... you hunt HIS way","The Belstone Fox","false","7.2","9" +"false","/rKzHtW1bdboA89FwiyRBNTY7edc.jpg","null","20000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","https://www.netflix.com/title/80210932","474354","tt7280898","en","22 July","In Norway on 22 July 2011, right-wing terrorist Anders Behring Breivik murdered 77 young people attending a Labour Party Youth Camp on Ut??ya Island outside of Oslo. This three-part story will focus on the survivors of the attacks, the political leadership of Norway, and the lawyers involved.","9.829","/34osIViLgpz6lEnkxXpTJMbNRBW.jpg","[{'id':258,'logo_path':null,'name':'Scott Rudin Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'IS','name':'Iceland'},{'iso_3166_1':'NO','name':'Norway'}]","2018-10-10","0","143","[{'iso_639_1':'en','name':'English'}]","Released","The true story of a day that started like any other","22 July","false","7.2","396" +"false","/pvBII6iYcCO88HsPvRFFUFSEDEh.jpg","null","0","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","496466","tt6623390","en","The House of Violent Desire","Awoken by screams in the night, young Evelyn Whipley is found drenched in blood and mysteriously bound to the bed - A Gothic Horror set in the 1940s, a psychosexual thriller disguised as traditional Ghost Story.","1.542","/j9t1I3MEndYAhzDY7LdCIqVoZRB.jpg","[{'id':78564,'logo_path':null,'name':'Dark Temple Motion Pictures','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-01-01","0","117","[{'iso_639_1':'en','name':'English'}]","Released","","The House of Violent Desire","false","10","1" +"false","/uOkexw8Jt8be2KqEjLqwBNj1wYw.jpg","null","0","[]","","448804","tt6408946","en","Easter Bunny Adventure","This Easter - Hitch a ride with with the Easter Bunny as he goes on an unforgettable adventure! It's the biggest Easter egg hunt ever and Benny the Easter Bunny can't do it alone. He teams up with Wilma the chicken as they hop in a giant hot air balloon and journey to Fairy Tale Valley in search of the most amazing Eater Egg ever; an Easter Egg that can grant any wish one desires! The two adventurers quickly learn that friendly creatures of Fairy Tale Valley are more than willing to help them find the magical egg. But there is a surprise in store for Benny and Wilma: the inhabitants of Fairy Tale Valley love to tell amazing fairy tales, Including such classics as The Hare and the Tortoise, The Lion and the Mouse and many more! Join Benny and Wilma in an exciting Easter Egg Hunt that kids and parents are sure to enjoy!","0.6","/ptiD6YtGrk59mau8UM7V24yAP1z.jpg","[]","[]","2017-02-17","0","72","[{'iso_639_1':'en','name':'English'}]","Released","","Easter Bunny Adventure","false","0","0" +"false","/4EAb8yaja6aetH13huK5ykg7t7Y.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","74759","tt0039627","en","Mine Own Executioner","Fearing her husband could become a killer, a woman seeks a psychiatrist's help.","1.676","/3OaVwwLLZlNLIeXGFjaHJCGIT3Y.jpg","[{'id':659,'logo_path':null,'name':'London Film Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1947-11-22","0","108","[{'iso_639_1':'en','name':'English'}]","Released","","Mine Own Executioner","false","7.2","7" +"false","/1SjsVcGO2T2cCrhlhXi8gxQl7jx.jpg","null","10000000","[{'id':16,'name':'Animation'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'},{'id':878,'name':'Science Fiction'}]","https://www.warnerbros.com/teen-titans-go-movies","474395","tt7424200","en","Teen Titans Go! To the Movies","All the major DC superheroes are starring in their own films, all but the Teen Titans, so Robin is determined to remedy this situation by getting over his role as a sidekick and becoming a movie star. Thus, with a few madcap ideas and an inspirational song in their hearts, the Teen Titans head to Hollywood to fulfill their dreams.","14.627","/mFHihhE9hlvJEk2f1AqdLRaYHd6.jpg","[{'id':2785,'logo_path':'/l5zW8jjmQOCx2dFmvnmbYmqoBmL.png','name':'Warner Bros. Animation','origin_country':'US'},{'id':9993,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-07-27","28646544","85","[{'iso_639_1':'en','name':'English'}]","Released","The superhero movie to end all superhero movies. Hopefully.","Teen Titans Go! To the Movies","false","6.9","267" +"false","/vJ8YuWHdTGHqrFVWL4jv27hwNZR.jpg","null","0","[{'id':35,'name':'Comedy'}]","","77647","tt0071677","en","Percy's Progress","Percy, the man with the world's first penis transplant, discovers that there is a chemical in the city's water that makes men impotent.","1.29","/gS8tOAMw8eb17xl6JAmKq26GHx5.jpg","[{'id':16376,'logo_path':null,'name':'Welbeck Films Ltd.','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1974-08-01","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Percy's Progress","false","4","1" +"false","/ial0hWXN3Oynas64iD8VGdnRHlB.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","476929","tt4580550","en","The Witch Files","A coven of young women with incredible powers and difficult pasts discovers that they are able to make their every wish come true. Things, however, take a dangerous turn when they discover that their newly-found abilities come with a price and that they may not be as in control as they think.","2.786","/iV3wApODDu4J0pG8lvhxsCkfH61.jpg","[{'id':109942,'logo_path':null,'name':'Monopol Film Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-09-10","0","87","[{'iso_639_1':'en','name':'English'}]","Released","Be careful what you WITCH for","The Witch Files","false","5.8","8" +"false","/ojl6ucyLQx3OFSlv8UubaoHbjE2.jpg","null","0","[{'id':18,'name':'Drama'}]","","252772","tt0039600","en","A Man About the House","Handsome Italian laborer Kieron Moore works as caretaker of the Neopolitan villa inherited by plain-Jane Englishwomen Margaret Johnston and Dulcie Gray. Johnston is swept off her feet by the raffishly charming Moore, and before long they are wed.","0.6","/wfgNnC127thcNS202kqmjyoZzYL.jpg","[{'id':632,'logo_path':null,'name':'British Lion Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'IT','name':'Italy'}]","1947-10-03","0","99","[{'iso_639_1':'en','name':'English'}]","Released","","A Man About the House","false","6.5","2" +"false","/ozzqN5PoCB4INd7h4flcxXCj7vu.jpg","null","0","[{'id':16,'name':'Animation'}]","","455340","tt6407390","en","Down On The Farm","When a bale of hay goes missing on the farm, only one animal can solve this mystery: OINK, the FLYING PIG!","0.6","/sjd3paATCzkv6CLAsgvJ1fUBQDV.jpg","[]","[]","2017-02-14","0","72","[{'iso_639_1':'en','name':'English'}]","Released","","Down On The Farm","false","10","1" +"false","/6KAUxgR0A7lIoDnEHwv0MZIohQ9.jpg","null","0","[{'id':28,'name':'Action'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","500921","tt7295450","en","Between Worlds","Joe???a down-on-his-luck truck driver haunted by the memory of his deceased wife and child???meets Julie, a spiritually gifted woman who enlists his help in a desperate effort to find the lost soul of her comatose daughter. But the spirit of Joe's dead wife proves stronger, possessing the young woman's body and determined to settle her unfinished business with the living.","6.496","/wfxqobg0Do8OwIO6IUM7LWHF1mV.jpg","[{'id':104245,'logo_path':null,'name':'Rise Up','origin_country':''},{'id':6626,'logo_path':'/A1BnMoWjzjOrjzpWimyBQkf84mS.png','name':'Voltage Pictures','origin_country':'US'}]","[{'iso_3166_1':'ES','name':'Spain'}]","2018-12-21","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Vengeance Is Born In Hell","Between Worlds","false","3.8","26" +"false","/6fFYR5rXmk8EbWgDeOBg23AEEKf.jpg","null","310000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","http://www.getofftheroad.nl/molly/","448764","tt6522982","en","Molly","A girl living alone in a post apocalyptic wasteland finds herself hunted down by marauders who want her to fight in their fighting pit for their entertainment.","1.134","/eH3Bygg83J3m6ZkmOwGvhJ3snjZ.jpg","[{'id':72712,'logo_path':null,'name':'Get Off The Road','origin_country':''},{'id':22782,'logo_path':null,'name':'Artsploitation Films','origin_country':''}]","[{'iso_3166_1':'NL','name':'Netherlands'}]","2017-04-16","0","90","[{'iso_639_1':'en','name':'English'}]","Released","The legend is real","Molly","false","5.8","5" +"false","/p5Dny4Op1bH29WQ1TI13NVMiZMg.jpg","null","0","[{'id':27,'name':'Horror'},{'id':28,'name':'Action'}]","","16126","tt0780583","de","Flight of the Living Dead","On a flight from Los Angeles to Paris, a mad scientist on the run from the CIA is transporting a coffin containing the body of a colleague infected with a genetically modified virus. While the 747 crosses a violent thunderstorm, the instability of the aircraft allows the corpse to get out of its container.","3.746","/2OT9DH5vVcG2Ft1of5SUtkyf8n1.jpg","[{'id':3140,'logo_path':null,'name':'Pacific Entertainment Group','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-04-06","0","89","[{'iso_639_1':'en','name':'English'}]","Released","At 30,000 feet, there's no where to run.","Flight of the Living Dead","false","5.1","63" +"false","/lHecBdFRnW2hh8Qn3wz0vrPIqw2.jpg","null","0","[{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'},{'id':35,'name':'Comedy'}]","http://sorrytobotheryou.movie","424781","tt5688932","en","Sorry to Bother You","In an alternate present-day version of Oakland, black telemarketer Cassius Green discovers a magical key to professional success ??? which propels him into a macabre universe.","12.23","/peTl1V04E9ppvhgvNmSX0r2ALqO.jpg","[{'id':12219,'logo_path':'/2ddXaM0AHMpAl3tmwfbwyjP6SP.png','name':'Cinereach','origin_country':'US'},{'id':14638,'logo_path':null,'name':'Significant Productions','origin_country':'US'},{'id':79426,'logo_path':'/8aEC7xem9YwHNCDojSFEPQgoFC3.png','name':'MACRO','origin_country':'US'},{'id':103291,'logo_path':null,'name':'MNM Creative','origin_country':'US'},{'id':103292,'logo_path':null,'name':'The Space Program','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-07-06","0","105","[{'iso_639_1':'en','name':'English'}]","Released","Destiny Is Calling","Sorry to Bother You","false","7","396" +"false","/nkWqflw3UFNRyAPm0KVvDhHxUi2.jpg","{'id':240690,'name':'Billy Jack Collection','poster_path':'/1Cb5bMj7VWlkyZ6ctMmgUEjRzRb.jpg','backdrop_path':'/bRBcxcpCpqwC6EPD2Sqbv1hFD4p.jpg'}","7","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","","83980","tt0072317","en","The Trial of Billy Jack","After Billy Jack in sentenced to four years in prison for the ""involuntary manslaughter"" of the first film, the Freedom School expands and flourishes under the guidance of Jean Roberts. The utopian existence of the school is characterized by everything ranging from ""yoga sports"" to muckracking journalism. The diverse student population airs scathing political exposes on their privately owned television station. The narrow-minded townspeople have different ideas about their brand of liberalism. Billy Jack is released and things heat up for the school. Students are threatened and abused and the Native Americans in the neighboring village are taunted and mistreated. After Billy Jack undergoes a vision quest, the governor and the police plot to permanently put an end to their liberal shenanigans, leaving it up to Billy Jack to save the day.","1.346","/4gZloRxctRYPnzzYC16nLb7YpVd.jpg","[]","[]","1974-11-13","0","170","[{'iso_639_1':'en','name':'English'}]","Released","","The Trial of Billy Jack","false","6.8","6" +"false","/giNpG2iTrtNkKnDfvkrWgWsQbYJ.jpg","null","5000000","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","","36351","tt0102307","en","Light Sleeper","A drug dealer with upscale clientele is having moral problems going about his daily deliveries. A reformed addict, he has never gotten over the wife that left him, and the couple that use him for deliveries worry about his mental well-being and his effectiveness at his job. Meanwhile someone is killing women in apparently drug-related incidents.","3.198","/ywJNnj6sZ3J7iuQAXa4scX5IDUH.jpg","[{'id':8,'logo_path':'/78ilmDNTpdCfsakrsLqmAUkFTrO.png','name':'Fine Line Features','origin_country':''},{'id':285,'logo_path':null,'name':'Live Entertainment','origin_country':''},{'id':516,'logo_path':null,'name':'Seven Arts Productions','origin_country':''},{'id':275,'logo_path':'/2MxNWlN5b3UXt1OfmznsWEQzFwq.png','name':'Carolco Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-08-21","0","103","[{'iso_639_1':'en','name':'English'}]","Released","He was a good man in a deadly business. She was his only way out.","Light Sleeper","false","6.3","27" +"false","/bjwLKXd1nMSnwMtRmgtSDCwugwk.jpg","null","0","[{'id':35,'name':'Comedy'}]","http://nevergoinback.com","490005","tt7690016","en","Never Goin' Back","Waitresses Angela and Jessie dream of leaving their low-rent diner and heading to Galveston, Texas. They soon find themselves on the streets of Dallas, trying to come up with increasingly wild schemes to raise some much-needed cash.","3.992","/3ytp5pmHFVvAesnL2SJecxgV8W2.jpg","[{'id':14634,'logo_path':null,'name':'Sailor Bear','origin_country':'US'},{'id':74148,'logo_path':null,'name':'Mama Bear Studios','origin_country':''},{'id':49471,'logo_path':null,'name':'Zero Trans Fat Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-08-03","0","87","[{'iso_639_1':'en','name':'English'}]","Released","","Never Goin' Back","false","6.1","24" +"false","","null","0","[{'id':16,'name':'Animation'}]","","552637","tt7575480","en","Penguin Rescue","When intergalactic space explorers get assigned their first mission, they must travel to a distant planet named Earth to save a little penguin that is stranded on a collapsing ice shelf.","0.6","/xuCWizaPbfEvrw7KuNAau5kJ53i.jpg","[]","[]","2018-01-01","0","","[]","Released","","Penguin Rescue","false","2","1" +"false","/k7Qi6yyVnckBdMoxVmw3PSmHIUE.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':37,'name':'Western'}]","","22613","tt0036241","en","The Outlaw","Newly appointed sheriff Pat Garrett is pleased when his old friend Doc Holliday arrives in Lincoln, New Mexico on the stage. Doc is trailing his stolen horse, and it is discovered in the possession of Billy the Kid. In a surprising turnaround, Billy and Doc become friends. This causes the friendship between Doc and Pat to cool. The odd relationship between Doc and Billy grows stranger when Doc hides Billy at his girl, Rio's, place after Billy is shot.","2.022","/xqnPtCdL0gF5MvexVeVN1aimWg2.jpg","[{'id':12258,'logo_path':null,'name':'Howard Hughes Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1943-02-05","0","116","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Tall.... Terrific.... and Trouble!","The Outlaw","false","5.3","25" +"false","/2UYTeccpmz8O0OkhhzIcIoHvKyE.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","https://sonyclassics.com/thehappyprince/","427214","tt2404639","en","The Happy Prince","The story of the last days of Oscar Wilde. This great man of letters, once one of the most famous authors in England, is now a superstar on the skids. As Oscar lies on his death bed, the past comes flooding back to him, transporting him to other times and places.","6.338","/6jLkkZO4zryBTcCwkVGliQ3h5TU.jpg","[{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':7699,'logo_path':null,'name':'Palomar','origin_country':'IT'},{'id':1469,'logo_path':null,'name':'Tele-M??nchen','origin_country':''},{'id':3984,'logo_path':'/pvOBu9K0zTRuwJW7WII34x17kdz.png','name':'Entre Chien et Loup','origin_country':'BE'}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'BE','name':'Belgium'}]","2018-04-12","0","105","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'it','name':'Italiano'}]","Released","","The Happy Prince","false","6.8","64" +"false","/8HKwxHZ23sW8wz4yb28IWnAM1M6.jpg","{'id':458558,'name':'Mamma Mia! Collection','poster_path':'/xRbDA4Ys0Y2Bvbnme02fVBwMWFe.jpg','backdrop_path':'/vgxvUK0hJTZyrgwxG3QivJjCdDi.jpg'}","75000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://mammamiamovie.com","458423","tt6911608","en","Mamma Mia! Here We Go Again","Five years after meeting her three fathers, Sophie Sheridan prepares to open her mother???s hotel. In 1979, young Donna Sheridan meets the men who each could be Sophie???s biological father.","18.479","/vzI4gNJDUwWgmNDSBWxYoeGkIEY.jpg","[{'id':923,'logo_path':'/5UQsZrfbfG2dYJbx8DxfoTr2Bvu.png','name':'Legendary Entertainment','origin_country':'US'},{'id':4171,'logo_path':null,'name':'Playtone','origin_country':'US'},{'id':34441,'logo_path':null,'name':'Littlestar','origin_country':'GB'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':1778,'logo_path':'/69xm6sF3JxugGVjfZfm1YY6d7EE.png','name':'Dentsu','origin_country':'JP'},{'id':3341,'logo_path':'/dTG5dXE1kU2mpmL9BNnraffckLU.png','name':'Fuji Television Network','origin_country':'JP'},{'id':111963,'logo_path':null,'name':'Croatian Audiovisual Centre','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2018-07-09","167225525","113","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'el','name':'????????????????'},{'iso_639_1':'it','name':'Italiano'}]","Released","Discover how it all began","Mamma Mia! Here We Go Again","false","7.3","1496" +"false","/f2elWTM7lvSXzOuyUpYrKddGDYS.jpg","null","0","[{'id':27,'name':'Horror'}]","","459667","tt6164014","en","Circus Kane","A reclusive circus master invites a group of social media stars to his house of haunts. Anyone who can make it out before being scared into submission will earn $250,000 - but the stars soon learn they are not only competing for money, but also fighting for their lives.","1.907","/oSAJBZ1Q5k2LnP1p4oWJy16UrRr.jpg","[{'id':90927,'logo_path':'/oUiZ2ntGDmI83EnXvD7syxNTbjN.png','name':'End of the Rose','origin_country':'US'},{'id':66557,'logo_path':null,'name':'DeInstitutionalized','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-10-10","0","88","[{'iso_639_1':'en','name':'English'}]","Released","LET THE GAMES BEGIN","Circus Kane","false","3.8","26" +"false","/eeYYvPFVhupP2L2BcMoMsSIle3g.jpg","{'id':240690,'name':'Billy Jack Collection','poster_path':'/1Cb5bMj7VWlkyZ6ctMmgUEjRzRb.jpg','backdrop_path':'/bRBcxcpCpqwC6EPD2Sqbv1hFD4p.jpg'}","360000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","","44695","tt0061420","en","The Born Losers","A ruthless motorcycle gang rides into a California town and terrorizes its denizens.","1.896","/8k95XTW18WeCnLglgv7oAb25ygB.jpg","[{'id':17863,'logo_path':null,'name':'Otis Productions','origin_country':''},{'id':5316,'logo_path':null,'name':'Fanfare Films','origin_country':''},{'id':9266,'logo_path':null,'name':'American International Pictures (AIP)','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1967-08-18","36000000","113","[{'iso_639_1':'en','name':'English'}]","Released","An innocent girl is first prize in the dirtiest game ever played!","The Born Losers","false","6","19" +"false","/79mvAT7M3nfgo2FRRUXQNCNv4BK.jpg","null","0","[{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'},{'id':10751,'name':'Family'},{'id':18,'name':'Drama'}]","http://www.apollon-movie.com/","482121","tt6835804","ja","?????????????????????","Two different students???a successful but aloof academic and a rebellious but kindhearted delinquent???form a friendship through their love of jazz music.","3.762","/xUoRVNSIK53dyb00EH2kIk4pAG0.jpg","[{'id':3033,'logo_path':null,'name':'Asmik Ace','origin_country':'JP'},{'id':882,'logo_path':'/fRSWWjquvzcHjACbtF53utZFIll.png','name':'Toho Company, Ltd.','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","2018-03-10","0","120","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Kids on the Slope","false","8","2" +"false","/sabKhKbB4Piy8vUNDGZIQMCM1r5.jpg","{'id':240690,'name':'Billy Jack Collection','poster_path':'/1Cb5bMj7VWlkyZ6ctMmgUEjRzRb.jpg','backdrop_path':'/bRBcxcpCpqwC6EPD2Sqbv1hFD4p.jpg'}","0","[{'id':18,'name':'Drama'}]","","78140","tt0075754","en","Billy Jack Goes to Washington","After a senator suddenly dies after completing (and sealing) an investigation into the nuclear power industry, the remaining senator and the state governor must decide on a person who will play along with their shady deals and not cause any problems. They decide on Billy Jack, currently sitting in prison after being sent to jail at the end of his previous film, as they don't expect him to be capable of much, and they think he will attract young voters to the party.","1.14","/dMli7OMZXDZqRC9M3SvUQc6WoNV.jpg","[{'id':36359,'logo_path':null,'name':'Billy Jack Enterprises','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1977-04-16","0","155","[{'iso_639_1':'en','name':'English'}]","Released","The most dangerous Billy Jack of all!","Billy Jack Goes to Washington","false","6","6" +"false","/rBzCTfbBsCIpxBBTjuVrIUsVaQo.jpg","null","0","[{'id':27,'name':'Horror'}]","","546476","tt4602554","en","Sick for Toys","""Roy (David Gunning) is the nice guy who finishes last. Sick of his current situation, he accepts an invitation to have Christmas dinner with the beautiful and strangely alluring Emilia (Camille Montgomery). Once at dinner, Roy realizes that Emilia and her oddball brother Edward (Jon Paul Burkhart) are not what they seem.""","3.005","/1kXU5KmQp56XmZG876zLU87RPqB.jpg","[{'id':112239,'logo_path':null,'name':'Delco-Cut Productions','origin_country':''},{'id':112240,'logo_path':null,'name':'Nine Ten Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-09-04","0","90","[{'iso_639_1':'en','name':'English'}]","Released","What do you want for Christmas?","Sick for Toys","false","5","6" +"false","/HTpv7jSXwqgxvhNN9b3X8AunCl.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","","553336","tt6360810","en","L.M. Montgomery's Anne of Green Gables: The Good Stars","Author L.M. Montgomery's spirited heroine, Anne Shirley, faces numerous milestones, including first sleepovers, culinary misadventures and shifting relationships, all while embracing her inquisitive nature.","0.907","/wPwlllwpvPbj74Jf9nCtPpZaPb.jpg","[{'id':5743,'logo_path':'/y8JaCRhsEz4ipl7MWE0ErxWVPYN.png','name':'Breakthrough Entertainment','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2018-10-05","0","88","[{'iso_639_1':'en','name':'English'}]","Released","","L.M. Montgomery's Anne of Green Gables: The Good Stars","false","6.3","6" +"false","/5zDQpcjM3faCDJEGCuVgR0Atk6u.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","42526","tt0069007","en","The Nightcomers","Prequel to the Henry James classic ""Turn of the Screw"" about the events leading up to the deaths of Peter Quint and Ms. Jessel, and the the slow corruption of the children in their care.","1.704","/hLXYvsT1ScHV9eRmj43J0eFFNgM.jpg","[{'id':22538,'logo_path':null,'name':'Elliott Kastner-Jay Kanter-Alan Ladd Jnr Productions','origin_country':''},{'id':12133,'logo_path':null,'name':'Scimitar Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1971-08-30","0","96","[{'iso_639_1':'en','name':'English'}]","Released","Two Children. Two Adults. One Unspeakable Crime.","The Nightcomers","false","5.6","21" +"false","/8WaPuSMsnHgmUMOnYAnolO4yztF.jpg","null","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","3122","tt0067321","it","La figlia di Frankenstein","Dr. Frankensteins' daughter, who is in love with the aging lab assistant Marshall, continues with her fathers experiments and attempts to transplant Marshall's brain into a new body to prolong his life.","2.733","/uJKbpxQ1XZeKBY4nLl8YdrUUIsd.jpg","[{'id':5712,'logo_path':null,'name':'Condor International Productions','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'}]","1971-10-22","0","99","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","A Mad Surgeon's Mind in a Woman's Body","Lady Frankenstein","false","5","21" +"false","/uVGOygqm2jJDyQJKDDzN16uk5W1.jpg","{'id':123724,'name':'Dracula (Hammer) Collection','poster_path':'/n5SozLvdQZ7cYJb22ZIwNw1DzSg.jpg','backdrop_path':'/hybYYwBqaomfePU3uaiJfpg7ykC.jpg'}","0","[{'id':27,'name':'Horror'}]","","33020","tt0068505","en","Dracula A.D. 1972","Set in London in the early 1970's, supposedly for teen thrills, Johnny organises a black magic ceremony in a desolate churchyard. The culmination of the ritual, however, is the rejuvenation of Dracula from shrivelled remains. Johnny, Dracula' s disciple, lures victims to the deserted graveyard for his master's pleasure and one of the victims delivered is Jessica Van Helsing. Descended from the Van Helsing line of vampire hunters her grandfather, equipped with all the devices to snare and destroy the Count, confronts his arch enemy in the age-old battle between good and evil.","3.433","/9H9wjdGUfJYEV88gPc7kre3gNlv.jpg","[{'id':1314,'logo_path':'/gQBluDqe6dc2ZdzfJbabEHoSGoG.png','name':'Hammer Film Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1972-09-27","0","96","[{'iso_639_1':'en','name':'English'}]","Released","The Count is back, with an eye for London's hotpants . . . and a taste for everything","Dracula A.D. 1972","false","5.9","51" +"false","/n7rmQ1lZScTQ0PFonGb8RbimND8.jpg","null","0","[{'id':35,'name':'Comedy'}]","","2106","tt0059282","en","Hot Enough for June","A young man travels to Prague for his new employer, unaware that he is being used as an espionage courier.","2.302","/xGjsK2ufQ19J74jKhA4jeml1xwU.jpg","[{'id':364,'logo_path':null,'name':'The Rank Organisation','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1964-01-01","0","98","[{'iso_639_1':'en','name':'English'}]","Released","She's an eye catcher...He's a spy catcher","Hot Enough for June","false","6.5","6" +"false","/7jJwPlih9n9AzWfKZWBxFR32q5V.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':10402,'name':'Music'}]","http://whitneythefilm.com","507256","tt5740866","en","Whitney","Filmmaker Kevin Macdonald examines the life and career of singer Whitney Houston. Features never-before-seen archival footage, exclusive recordings, rare performances and interviews with the people who knew her best.","6.381","/j1c6dTycYBMZs2T1wKA6bknLLa6.jpg","[{'id':15285,'logo_path':'/rt5C9eCSrz7K1ReFRfTfddpe9K3.png','name':'Lightbox Entertainment','origin_country':'GB'},{'id':19638,'logo_path':'/6R3XtbihMWuDRFnlm4MkpxhmEKf.png','name':'Altitude Film Entertainment','origin_country':'GB'},{'id':101496,'logo_path':'/nppeFD7Jdcswc1uigzAlrNMz8E4.png','name':'Happy Street Entertainment','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2018-07-06","1251945","120","[{'iso_639_1':'en','name':'English'}]","Released","All the music. All the stories. All the answers.","Whitney","false","8","70" +"false","/1yB6o6L5DLteeraLhz5Q0buBm6i.jpg","null","70000000","[{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'},{'id':10402,'name':'Music'},{'id':35,'name':'Comedy'}]","","9837","tt0120794","en","The Prince of Egypt","This is the extraordinary tale of two brothers named Moses and Ramses, one born of royal blood, and one an orphan with a secret past. Growing up the best of friends, they share a strong bond of free-spirited youth and good-natured rivalry. But the truth will ultimately set them at odds, as one becomes the ruler of the most powerful empire on earth, and the other the chosen leader of his people! Their final confrontation will forever change their lives and the world.","17.781","/wD34ls2faCrj8YvFViEaPfBtBEe.jpg","[{'id':521,'logo_path':'/kP7t6RwGz2AvvTkvnI1uteEwHet.png','name':'DreamWorks Animation','origin_country':'US'},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-12-15","218613188","99","[{'iso_639_1':'he','name':'????????????????'},{'iso_639_1':'en','name':'English'}]","Released","The Power Is Real.","The Prince of Egypt","false","7.1","1816" +"false","/93UNA4PnhbIrCNI0XJ2Vids8i07.jpg","{'id':540660,'name':'The Boxcar Children Collection','poster_path':null,'backdrop_path':null}","0","[{'id':16,'name':'Animation'}]","","540638","tt6241390","en","The Boxcar Children: Surprise Island","The continuing adventures of Henry, Jessie, Violet, and Benny as they spend the summer on their grandfather's private island.","1.525","/c6IOTVyG1t3zrKinuEG1GC0b7Sp.jpg","[{'id':9284,'logo_path':null,'name':'Shout! Factory','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-05-08","0","81","[{'iso_639_1':'en','name':'English'}]","Released","","The Boxcar Children: Surprise Island","false","0","0" +"false","/d2f5JBi8u5IMLZ2ZmzYcAxLSi8W.jpg","null","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","451997","tt6777370","ko","?????????: ?????? ????????? ??????","Jae-ho, who aims to become the number one in a crime organization, gets to build up trust with Hyun-su, an ambitious newbie in the prison. While they try to take over the organization after the prison release, their ulterior motives starts to emerge.","3.824","/dMNGy8kfySmmNDHw3X4puqPIbx8.jpg","[{'id':7036,'logo_path':'/javbyY0ZCvlFJtly3tpZqf2NwLX.png','name':'CJ Entertainment','origin_country':'KR'},{'id':51656,'logo_path':null,'name':'Pollux Barunson','origin_country':'KR'}]","[{'iso_3166_1':'KR','name':'South Korea'}]","2017-05-17","0","120","[{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","Careful who you trust","The Merciless","false","7.4","40" +"false","/hLAETht8ievo2zMIRSRHWGECSPG.jpg","null","0","[{'id':35,'name':'Comedy'}]","","109933","tt0035103","en","My Gal Sal","Biopic chronicling the early life of gay nineties-era songwriter Paul Dresser as he outgrows his job as carnival entertainer and moves up into New York society, writing one hit song after another. Despite his egotistical behavior, he manages to woo and win Sally Elliott, one of the more popular songstresses of the day","1.02","/dQBwtUrndutZaktXpVeNwcfOOMO.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1942-04-30","0","103","[{'iso_639_1':'en','name':'English'}]","Released","","My Gal Sal","false","6.5","2" +"false","/13BLHE08GuhMJp3QVWR3G8s4JRv.jpg","null","0","[{'id':35,'name':'Comedy'}]","","79008","tt0084173","en","Jinxed!","Harold, a professional gambler, and his girlfriend Bonita, a lounge singer, follow Willie, a young blackjack dealer, around the western U.S. Harold has a jinx on Willie and can't lose with him. Bonita and Willie meet and fall for each other and plot to do away with Harold and collect on his life insurance.","1.89","/rQYdizH6VEWzr67HtVzTwtRS1cV.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1982-10-22","0","103","[{'iso_639_1':'en','name':'English'}]","Released","","Jinxed!","false","4.3","6" +"false","/w0q9xW1nekWkKVIkwEjB9mxjH23.jpg","null","0","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","529981","tt3767278","en","Bayou Caviar","Rodney is a former boxing champ who, after a deathbed visit to his trainer and mentor, is propelled into reclaiming victory for his now simple life as a nightclub bouncer. He partners with a no-nonsense, lesbian photographer and an aspiring starlet to make a compromising tape with Isaac???a married, devout, Orthodox Jewish real estate mogul???that sets off a chain of events that brings down an empire.","1.429","/up28fmhXm5eZjasXEZ352NdxDLq.jpg","[{'id':2967,'logo_path':'/xtGoPUWKl6gX1eKRFrgBKNm7cfO.png','name':'Fireshoe Productions','origin_country':'US'},{'id':109666,'logo_path':null,'name':'Brittany House Pictures','origin_country':'US'},{'id':109667,'logo_path':null,'name':'Wudi Pictures','origin_country':'TW'},{'id':109668,'logo_path':null,'name':'Quixotic Road','origin_country':'US'},{'id':109669,'logo_path':null,'name':'Thunderbang','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-05","0","","[{'iso_639_1':'en','name':'English'}]","Released","A man's desires never tasted so sweet???","Bayou Caviar","false","4.3","7" +"false","/vzE7T8nHDgtapeecfq4ONGR3Yx8.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","436167","tt5818818","de","Die g??ttliche Ordnung","Nora is a young housewife and mother, living in a quaint little village with her husband and their two sons. The Swiss countryside is untouched by the major social upheavals the movement of 1968 has brought about. Nora???s life is not affected either; she is a quiet person who is liked by everybody ??? until she starts to publicly fight for women???s suffrage, which the men are due to vote on in a ballot on February 7, 1971.","3.811","/xkdnTSj3Zia0rik1wh6agIf2jNF.jpg","[{'id':5485,'logo_path':null,'name':'Zodiac Pictures','origin_country':'CH'}]","[{'iso_3166_1':'CH','name':'Switzerland'}]","2017-03-09","30071","96","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'sv','name':'svenska'},{'iso_639_1':'de','name':'Deutsch'}]","Released","","The Divine Order","false","7.5","42" +"false","/sYOhd5lBzYFdD3xNJWlVA5BqCgD.jpg","{'id':351228,'name':'Ski School Collection','poster_path':'/3OAVa6G0WKJTV0jIWAkh0QymZ54.jpg','backdrop_path':'/zLqG75Hzzonjzogzg7y7cdvN21w.jpg'}","0","[{'id':35,'name':'Comedy'}]","","21811","tt0102940","en","Ski School","Rival groups in a skiing school do battle on and off the piste. One gang are rich and serious, the other group are party animals.","4.434","/gDlLWxvr6lMBRevo2RXb0eUF8RQ.jpg","[{'id':3679,'logo_path':null,'name':'Rose & Ruby Productions','origin_country':'CA'},{'id':35839,'logo_path':null,'name':'Moviestore Entertainment','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","1990-01-01","0","95","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","The hottest action ever to hit the slopes.","Ski School","false","4.5","27" +"false","/boXfSydCOVSw84hEnCos7CrDs55.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","467306","tt6723494","en","Playing with Dolls: Havoc","When serial killer Havoc escapes from his prison, there is no holding back. He descends upon unsuspecting lovers in their cabin get away. The world's most brutal killer is loose and his thirst for blood cannot be stopped.","0.739","/24LQmJX4H7P0LibgD4X3wUl7rf9.jpg","[{'id':36786,'logo_path':null,'name':'iDiC Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-07-12","0","80","[{'iso_639_1':'en','name':'English'}]","Released","","Playing with Dolls: Havoc","false","4.5","4" +"false","","null","0","[{'id':27,'name':'Horror'}]","","427562","tt5950092","en","Valentine DayZ","Middle-aged Max and Sara meet and fall for each other in Palm Springs, but their love story is cut short due to a sudden zombie outbreak. Max is not as mild-mannered as he appears, and has a history involving government-sanctioned hits, but one zombie he isn't able to kill is his darling Sara.","2.702","/rBHVAbUebr5v0vB4WJKjAssxbnK.jpg","[]","[]","2018-09-25","0","79","[{'iso_639_1':'en','name':'English'}]","Released","","Valentine DayZ","false","0","0" +"false","/8MnKYV9Z0xcPeMxwippykuVDhOM.jpg","null","0","[{'id':18,'name':'Drama'}]","","513243","tt5459382","en","The Etruscan Smile","The Etruscan Smile stars acclaimed British actor Brian Cox as Rory MacNeil, a rugged old Scotsman who reluctantly leaves his beloved isolated Hebridean island and travels to San Francisco to seek medical treatment. Moving in with his estranged son, Rory sees his life transformed through a newly found bond with his baby grandson.","2.091","/yGKJxR3hkFDxBwefTDXPseaBv6k.jpg","[{'id':6039,'logo_path':null,'name':'Arthur Cohn Productions','origin_country':''},{'id':109791,'logo_path':null,'name':'Po Valley Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-04-12","0","103","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'gd','name':''}]","Released","","The Etruscan Smile","false","7.5","6" +"false","/hGzPkQAKgp0Wwa4nIOFrDHJO2kD.jpg","null","0","[{'id':16,'name':'Animation'},{'id':10402,'name':'Music'}]","","552468","tt7575520","en","Dance!","Join Kibit and his friends as they dance to kids' favorite sing-a-longs like Old MacDonald, She'll Be Coming 'Round the Mountain, and Twinkle Twinkle. Kids of all ages will love to dance along and have fun as they watch Beavers, Frogs, Bees, Bunnies and other amazing creatures show off their dance skills.","0.6","/c6vvjUW2pxIIY4BqKPfE98k89vE.jpg","[]","[]","2018-01-14","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Dance!","false","8","1" +"false","/42hrgO3TCRyBdGO6t84lOsSyJll.jpg","null","0","[{'id':16,'name':'Animation'}]","","552453","tt7575534","en","ImaginationLand","Barney the Owl meets Scout and Axle. Barney goes on a journey with the pair to Imagination Land, which is a place where anything is possible. The characters tell their stories, which demonstrates where stories come from and also the creative process.","0.6","/7sePmpw36A8ze6IGAmvU2G6aN97.jpg","[]","[]","2018-08-14","0","","[]","Released","","ImaginationLand","false","0","0" +"false","/vboN3mozqR4n6NRoQhsbvmaRuyo.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://gravitasventures.com/mission-control/","440319","tt5959952","en","Mission Control: The Unsung Heroes of Apollo","At the heart of the Apollo program was the special team in Mission Control who put a man on the moon and helped create the future.","1.53","/5pBpq1fieUBcoFUM4lbGp8dUKR6.jpg","[{'id':89196,'logo_path':null,'name':'Haviland Digital','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-03-14","0","101","[{'iso_639_1':'en','name':'English'}]","Released","No giant leap is made alone.","Mission Control: The Unsung Heroes of Apollo","false","7.6","12" +"false","/7llKN4VC7posuDyqR7p6ACh9zDj.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","https://www.awaitfurtherinstructions.co.uk/","505063","tt4971408","en","Await Further Instructions","A dysfunctional family awake on Christmas morning to discover they???re sealed inside their house by a mysterious black substance. On television, a single line of text reads: ???Stay Indoors and Await Further Instructions.???","7.324","/afvi5tVi5S3Ux9faZaI32SmPRkj.jpg","[{'id':51159,'logo_path':null,'name':'Shudder Films','origin_country':''},{'id':102290,'logo_path':'/oAHohSArs894M7z0LwVLbd38bFA.png','name':'Goldfinch Studios','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-08-26","0","91","[{'iso_639_1':'en','name':'English'}]","Released","Contain. Corrupt. Control.","Await Further Instructions","false","5.6","54" +"false","/77knULhvpHRD9u9fLHU1TXIofec.jpg","null","0","[{'id':28,'name':'Action'}]","","447427","tt5988966","en","King Arthur: Excalibur Rising","A re-imagining of the Arthurian legend centered around Arthur's illegitimate son Owain who must learn to take up his father's mantle as king.","4.011","/gUa5CmvFDoUU02KnG9ic58BC5iN.jpg","[{'id':77941,'logo_path':null,'name':'Front Row Filmed Entertainment','origin_country':''},{'id':87896,'logo_path':null,'name':'Excalibur Rising','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-03-01","0","99","[{'iso_639_1':'en','name':'English'}]","Released","","King Arthur: Excalibur Rising","false","4.8","48" +"false","/bZOnSWTj3Qp8qA0OWPw38oeHh1T.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://www.lifeanimateddoc.com/","376233","tt3917210","en","Life, Animated","At three years old, a chatty, energetic little boy named Owen Suskind ceased to speak, disappearing into autism with apparently no way out. Almost four years passed and the only stimuli that engaged Owen were Disney films. Then one day, his father donned a puppet???Iago, the wisecracking parrot from Aladdin???and asked ???what???s it like to be you???? And poof! Owen replied, with dialogue from the movie. Life, Animated tells the remarkable story of how Owen found in Disney animation a pathway to language and a framework for making sense of the world.","3.213","/tV8PHaYPXDINuwIHH5k9qmqdLfA.jpg","[{'id':7315,'logo_path':'/pn1L5r75URMfY1XQB38NLKTlX3U.png','name':'A&E IndieFilms','origin_country':'US'},{'id':10978,'logo_path':null,'name':'Motto Pictures','origin_country':''},{'id':72627,'logo_path':null,'name':'Roger Ross Williams Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-03-03","0","91","[{'iso_639_1':'en','name':'English'}]","Released","When he fell into silence, movies gave him back his voice","Life, Animated","false","7.7","73" +"false","/onla4mvIdCD6luYTAMcLHizBAop.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","458342","tt5536610","en","Private Life","Richard and Rachel, a couple in the throes of infertility, try to maintain their marriage as they descend deeper and deeper into the insular world of assisted reproduction and domestic adoption.","6","/aONxuWhj1cedsGVMcx7pVL6yeuY.jpg","[{'id':1785,'logo_path':'/wT6aIkuQTNuq8XFoDGACK8EyR6w.png','name':'Likely Story','origin_country':'US'},{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-05","0","123","[{'iso_639_1':'en','name':'English'}]","Released","","Private Life","false","6.9","82" +"false","/7hgosgbMHwNT5r62K2Fjhk5lTfM.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","506025","tt6532374","en","Swimming with Men","A man who is suffering a mid-life crisis finds new meaning in his life as part of an all-male, middle-aged, amateur synchronised swimming team.","2.389","/jWqRDEUWgmtf7dI5sRebhyc4Vmi.jpg","[{'id':17643,'logo_path':null,'name':'Met Film Production','origin_country':''},{'id':48389,'logo_path':null,'name':'Dignity Film Finance','origin_country':''},{'id':28473,'logo_path':null,'name':'Shoebox Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-07-06","0","94","[{'iso_639_1':'en','name':'English'}]","Released","Sync or Swim","Swimming with Men","false","6.3","23" +"false","/i2PQLKOun5HzRMuGEG6tzeBIcbF.jpg","null","0","[{'id':27,'name':'Horror'}]","","481375","tt2386237","en","Malevolent","A brother-sister team who fake paranormal encounters for cash get more than they bargained for when a job at a haunted estate turns very, very real.","11.624","/lm29Sf2uI69CmbCsUkWFn7sbvL6.jpg","[{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-10-05","0","88","[{'iso_639_1':'en','name':'English'}]","Released","","Malevolent","false","4.9","202" +"false","/mGV5T4sdJ0Ry6thsyGm1KvYXea6.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':28,'name':'Action'}]","","503838","tt7363076","hi","Raid","An incorruptible IT officer Amay Patnaik (Ajay Devgn) gets an anonymous tip about a political leader Tauji???s (Saurabh Shukla) illegal assets. Patnaik plans an elaborate Raid on Tauji???s home and businesses.","3.663","/qx3m9mRUmDZUVQeAe7CAzFX7xCB.jpg","[{'id':44223,'logo_path':'/dXTCqVltThpRPYeSeDUIFssM5Wu.png','name':'Panorama Studios','origin_country':'IN'},{'id':3522,'logo_path':'/d3u51JgEP5KwPfxS13ocqvtzZeX.png','name':'T-Series','origin_country':'IN'}]","[{'iso_3166_1':'IN','name':'India'}]","2018-03-16","0","128","[{'iso_639_1':'hi','name':'??????????????????'}]","Released","Heroes Don't Always Come in Uniform","Raid","false","7.2","32" +"false","/6uyZatQ57Z4gLIkacpmRZT367j2.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'}]","","512098","tt6972140","hi","Blackmail","When Dev finds about his wife's affair, he starts blackmailing her and her lover but the blackmail game backfires on him.","5.096","/apt3peZIUjd56Rkt0HGxp6EaxKe.jpg","[{'id':108155,'logo_path':null,'name':'RDP Motion Pictures','origin_country':''},{'id':3522,'logo_path':'/d3u51JgEP5KwPfxS13ocqvtzZeX.png','name':'T-Series','origin_country':'IN'}]","[{'iso_3166_1':'IN','name':'India'}]","2018-04-06","0","138","[{'iso_639_1':'hi','name':'??????????????????'}]","Released","","Blackmail","false","6.8","29" +"false","/yYtx6bAuXzVevfLpUFA94zYzTFl.jpg","null","0","[{'id':18,'name':'Drama'}]","","485591","tt1674768","en","An American in Texas","Based on a true story, and set in late 1990 against the backdrop of the first gulf war, An American in Texas is the story of lifelong friends as they reach the cusp of adulthood and must decide between the hollow values of corporate careerism; or the narrow way of individualism and freedom.","0.6","/bURnj5eXPF8bUzeGjHEI6vTPSS.jpg","[{'id':44632,'logo_path':'/neCKH4sJCBhZ1B4QocTM4VXCQOR.png','name':'Gravitas Ventures','origin_country':'US'}]","[]","2017-10-29","0","97","[]","Released","","An American in Texas","false","7","1" +"false","/mt6bEYeTR3JX5jmbwzaWc5rKSum.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","429070","tt5687040","fr","Les Fant??mes d'Isma??l","The film tells the tale of a widowed film director who is in the middle of making a film about an atypical diplomat inspired by his brother. While he has started a new life with Sylvia, he still mourns the death of a former lover, Carlotta, who passed away 20 years earlier; then Carlotta returns from the dead, causing Sylvia to run away.","5.19","/rQc8aGHeJ65pkFabXVjPZpcodVh.jpg","[{'id':729,'logo_path':'/hNxGdbddbsDDnEWJ7RNLcGCRSLQ.png','name':'Why Not Productions','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'}]","2017-05-17","0","110","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Ismael's Ghosts","false","5.6","77" +"false","/gQLHQUtWSHFSuZBwJBQyJAIS56p.jpg","null","0","[{'id':35,'name':'Comedy'}]","","407447","tt5371168","en","The Extraordinary Journey of the Fakir","The story of Ajatashatru Oghash Rathod, a fakir who tricks his local village in Rajasthan, India into believing his possesses special powers and into paying him to fly to Paris to buy a bed of nails from an Ikea store.","7.627","/40ZAC1HMDL8knY9r7uJ7uwj5udy.jpg","[{'id':11107,'logo_path':null,'name':'Brio Films','origin_country':''}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","2018-05-30","0","96","[{'iso_639_1':'en','name':'English'}]","Released","","The Extraordinary Journey of the Fakir","false","7.1","89" +"false","/naGsxof4OVpWQJn1qd9sTwUvYPI.jpg","null","30000000","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'}]","","10779","tt0116365","en","The Frighteners","Once an architect, Frank Bannister now passes himself off as an exorcist of evil spirits. To bolster his facade, he claims his ""special"" gift is the result of a car accident that killed his wife. But what he does not count on is more people dying in the small town where he lives. As he tries to piece together the supernatural mystery of these killings, he falls in love with the wife of one of the victims and deals with a crazy FBI agent.","8.005","/cS3QPtMsE1jsEWUww5WsPE275Jb.jpg","[{'id':11,'logo_path':'/6FAuASQHybRkZUk08p9PzSs9ezM.png','name':'WingNut Films','origin_country':'NZ'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'NZ','name':'New Zealand'},{'iso_3166_1':'US','name':'United States of America'}]","1996-07-18","29359216","110","[{'iso_639_1':'en','name':'English'}]","Released","No Rest for the Wicked.","The Frighteners","false","6.8","666" +"false","/cN2p4bMQ1mM4oAm61GYuBGFHCR5.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","11198","tt0103950","cn","????????????","A self-indulgent private investigator winds up on a cruise ship full of rich patrons, gorgeous women, murderous terrorists, and scarce food.","8.05","/AbiY9CMZOPt4ulfSFUcdYdRR2xz.jpg","[{'id':3055,'logo_path':null,'name':'Paragon Films Ltd.','origin_country':''},{'id':2521,'logo_path':null,'name':'Orange Sky Golden Harvest','origin_country':'HK'},{'id':3054,'logo_path':null,'name':'Golden Way Films Ltd.','origin_country':''}]","[{'iso_3166_1':'HK','name':'Hong Kong'}]","1993-01-16","0","105","[{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'pt','name':'Portugu??s'},{'iso_639_1':'cn','name':'????????? / ?????????'}]","Released","","City Hunter","false","6.1","123" +"false","/iaF5eBJoIbfD1QgwgQjctSDKdVK.jpg","null","30000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':12,'name':'Adventure'}]","","473920","tt5648036","en","S.M.A.R.T. Chase","A washed-up private security agent has to escort a valuable Chinese antique out of Shanghai but is ambushed en route.","6.5","/rw5qHjaMTwER15MfwUG13WXQ0Cy.jpg","[{'id':8186,'logo_path':null,'name':'Bliss Media','origin_country':''}]","[{'iso_3166_1':'CN','name':'China'}]","2017-09-30","0","95","[{'iso_639_1':'cn','name':'????????? / ?????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'zh','name':'?????????'}]","Released","Get in. Get out. Get even.","S.M.A.R.T. Chase","false","5","38" +"false","/t6wSmrlV7i05ra66rHCIFjkVa3x.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://lessonsfromaschoolshooting.com/","550860","tt7476418","en","Notes from Dunblane: Lessons from a School Shooting","In the wake of the 2012 Sandy Hook Elementary School massacre that took the lives of 20 first graders and their teachers, local clergymen Father Bob Weiss receives a letter from a fellow priest in Dunblane, Scotland, whose community suffered an eerily similar fate in 1996. From across the Atlantic, the two priests forge a poignant bond through the shared experience of trauma and healing.","1.74","/qZpMIATUQLOD3WDKkrtgakn2YD0.jpg","[{'id':109347,'logo_path':null,'name':'K.A. Snyder Productions','origin_country':''},{'id':13046,'logo_path':null,'name':'Cuomo Cole Productions','origin_country':''},{'id':66478,'logo_path':null,'name':'Artemis Rising Films','origin_country':'US'},{'id':88576,'logo_path':null,'name':'Transform Films','origin_country':''},{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-09-28","0","23","[{'iso_639_1':'en','name':'English'}]","Released","","Notes from Dunblane: Lessons from a School Shooting","false","7.2","3" +"false","","null","0","[{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","http://www.cbs.com/primetime/movies_specials/mas_painted_house.shtml","46317","tt0362001","en","A Painted House","A young boy, his family, and the migrant workers they hire to work their cotton farm struggle against difficult odds to raise and sell the crop. Meanwhile, the boy dreams of living in better conditions. However, with this particularly tough farming season, the boy learns that his challenges guide him in discovering who he really is.","1.709","/eL2FXqd0zyDLPFlhAtVOSa2Y4bX.jpg","[{'id':4898,'logo_path':null,'name':'Columbia Broadcasting System (CBS)','origin_country':''},{'id':9027,'logo_path':null,'name':'Hallmark Hall of Fame Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-04-27","0","120","[{'iso_639_1':'en','name':'English'}]","Released","Desperate Times, hard truths, unexpected dangers. One extraordinary summer will change a young boy and his family...forever.","A Painted House","false","7.7","9" +"false","","{'id':563670,'name':'Pondemonium','poster_path':null,'backdrop_path':null}","0","[{'id':16,'name':'Animation'}]","","551901","tt8426846","en","Pondemonium 2","Join the inhabitants of the most magical place in the forest: the Marsh! Jump into the Marsha and into a world of adventure!","0.6","/hH6HEH6xvm6AiJFRcpscS9asEs0.jpg","[]","[]","2018-09-11","0","75","[{'iso_639_1':'en','name':'English'}]","Released","","Pondemonium 2","false","0","0" +"false","/6r4XuFelOIV4uaHX7d8qgESerje.jpg","{'id':553438,'name':'Fishtales Collection','poster_path':null,'backdrop_path':null}","0","[{'id':16,'name':'Animation'}]","","551905","tt7275200","en","Fishtales 2","When Fifi and her best friend Lily the whale get lost during a field trip to visit a sunken treasure ship, they embark on a incredible adventure to return home and reunite a lost sting ray with her parents.","0.6","/vreFIRMvpoO7CKkoO2a0YKlWjeL.jpg","[]","[]","2017-11-01","0","71","[{'iso_639_1':'en','name':'English'}]","Released","Dive in for a whole new adventure!","Fishtales 2","false","0","0" +"false","/2RfVsC0VDCyvfpwQKckqaFHS1rS.jpg","null","0","[{'id':80,'name':'Crime'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","551947","tt7014430","en","Betrayed","In an effort to control the city the Mayor opens the doors to the Russian Mob. It is not long until he realizes they aren't going to follow his rules. To fix the problem he accepts an offer to set up the Russians and open the door for the Cartel. When the Russians find out they take the Mayors Daughter and then the real games begin.","3.259","/33H1AZsgOxs5t5jochXmFyNKEOT.jpg","[{'id':102777,'logo_path':null,'name':'Painted Creek Productions','origin_country':''},{'id':110012,'logo_path':null,'name':'Auburn Moon Productions','origin_country':''},{'id':110013,'logo_path':null,'name':'Carribean Fury Productions','origin_country':''}]","[]","2018-10-02","0","","[{'iso_639_1':'en','name':'English'}]","Released","","Betrayed","false","6.2","6" +"false","/7diKA3XyLUB9pV6oI9FznQ5lv66.jpg","null","24000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':53,'name':'Thriller'}]","http://operationfinalefilm.com","493551","tt5208252","en","Operation Finale","In 1960, a team of Israeli secret agents is deployed to find Adolf Eichmann, the infamous Nazi architect of the Holocaust, supposedly hidden in Argentina, and get him to Israel to be judged.","13.24","/nlIdPeH5IrR1qRErschnVQeZAQu.jpg","[{'id':7625,'logo_path':'/kzq4ibnNeZrp00zpBWv3st1QCOh.png','name':'Automatik Entertainment','origin_country':'US'},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-08-29","17506878","124","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'he','name':'????????????????'}]","Released","After World War II, Hitler's deadliest lieutenant escaped.","Operation Finale","false","6.7","250" +"false","/b70itrhFehZ0XiqUdWmuo9R87oK.jpg","null","0","[{'id':99,'name':'Documentary'}]","","551547","tt8976032","en","Student Athlete","Unveils the exploitative world of high-revenue college sports through the stories of young men at varying stages in their athletic careers.","2.122","/wS8Qd3iWwoTQbbnCSD5SbJP3Nle.jpg","[{'id':6751,'logo_path':'/giPzzhPdiNloiuwo7qLagRn5uGH.png','name':'HBO Sports','origin_country':''},{'id':3268,'logo_path':'/tuomPhY2UtuPTqqFnKMVHvSb724.png','name':'HBO','origin_country':'US'},{'id':14914,'logo_path':'/1RZBWz53SpHUTLpRcM8BGv2plIP.png','name':'HBO Documentary Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-02","0","92","[{'iso_639_1':'en','name':'English'}]","Released","A billion dollar industry where athletes play for free.","Student Athlete","false","6","1" +"false","","null","0","[{'id':878,'name':'Science Fiction'}]","","551918","tt7007846","en","Shangri-La: Near Extinction","Mankind is nearly extinct in this post-apocalyptic creature thriller. Most humans died from a deadly plague and the ice age they manufactured to eradicate it. A man named Vargas leads a group of survivors on a quest to reach Shangri-La, the last safe haven on Earth. However, they must fight through the cold, a mutant cult and a pack of deadly creatures to get there.","1.825","/bmTDqgEApb26VjCdKg7sBuLnOCF.jpg","[{'id':109633,'logo_path':null,'name':'Incompass Media','origin_country':''},{'id':109634,'logo_path':null,'name':'Man on the moon productions','origin_country':''},{'id':109635,'logo_path':null,'name':'Pizza Box Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-02","0","83","[{'iso_639_1':'en','name':'English'}]","Released","","Shangri-La: Near Extinction","false","4","1" +"false","/qXmJXVfy2XduQBSvtQQ6y7MTTBh.jpg","null","0","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","","176762","tt0068583","fr","La fille de Dracula","A young woman visits her gravely ill grandmother at the family estate. On her death bed, the old woman reveals to her granddaughter the family curse: they're all vampires. The young woman decides to move into the estate with her uncle and her cousin, and soon finds herself falling victim to the curse.","1.538","/igGM806xEonHeWfsHHP1Z2Ft7AX.jpg","[{'id':45468,'logo_path':null,'name':'Interfilme','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'PT','name':'Portugal'}]","1972-12-14","0","87","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Daughter of Dracula","false","3","2" +"false","/2Dk9WG8R0PYlgZjo5F9iheKybpO.jpg","{'id':506355,'name':'Unfriended Collection','poster_path':'/s0BgrjsM6UFQQW2x16qYGwL8QHA.jpg','backdrop_path':'/wtyxKqJPIQVZxjHduFuT1TAOSul.jpg'}","1000000","[{'id':27,'name':'Horror'}]","http://www.unfriended-darkweb.com","505058","tt4761916","en","Unfriended: Dark Web","???When a 20-something finds a cache of hidden files on his new laptop, he and his friends are unwittingly thrust into the depths of the dark web. They soon discover someone has been watching their every move and will go to unimaginable lengths to protect the dark web.","13.292","/5rQiBjMUhdwpBt9QoZiijcGHR4n.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':1038,'logo_path':'/o62j8ZNXmRTrq6ThviFWiL9zb8J.png','name':'Bazelevs Production','origin_country':'RU'},{'id':3172,'logo_path':'/kDedjRZwO8uyFhuHamomOhN6fzG.png','name':'Blumhouse Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-07-19","9602624","93","[{'iso_639_1':'en','name':'English'}]","Released","Death wants some face time.","Unfriended: Dark Web","false","6","244" +"false","/e6PWAzD96iQObs4UdYSUXrAoVG9.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","","441647","tt4669278","en","The Sound","A writer who studies the paranormal believes that low frequency tactile sound is the cause for reported ghost sightings in an abandoned subway station. In an attempt to debunk the sightings, she breaks into the station to record evidence.","2.342","/swghccaPcYwO2tvf1Wv8mpeNLUn.jpg","[{'id':53243,'logo_path':null,'name':'WeatherVane Productions','origin_country':''},{'id':68265,'logo_path':null,'name':'Hackybox Pictures','origin_country':''},{'id':78752,'logo_path':null,'name':'North Hollywood Films','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2017-09-29","0","92","[{'iso_639_1':'en','name':'English'}]","Released","","The Sound","false","4.1","21" +"false","/e8dUQf5vfAGZxu5ymNeqkhbpLuP.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10752,'name':'War'}]","","26205","tt0043461","en","The Desert Fox: The Story of Rommel","The life and career of Erwin Rommel and his involvement in the plot to assassinate Hitler.","3.27","/kxGb2G3sW1au1biz9hHwJQb6w99.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1951-10-16","0","88","[{'iso_639_1':'cs','name':'??esk??'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","At last! The sensational best-seller comes to the screen!","The Desert Fox: The Story of Rommel","false","6.6","35" +"false","/pC97wKwO5WmBM0Yy5SelpHFgec7.jpg","null","0","[{'id':53,'name':'Thriller'}]","https://www.mylifetime.com/movies/stalked-by-a-reality-star","510616","tt8019044","en","Stalked by a Reality Star","When teenager Kendra lies about her age to get into a Hollywood party, she meets handsome reality TV star, Brad. But when she discovers that Brad is not as charming as he seems, Kendra rejects him, only to realize that he has become obsessed with her and will stop at nothing--including dating her widowed mother--to be near her.","2.103","/8pcG681qv6NBz5Yblyn1QCyvvl1.jpg","[{'id':3431,'logo_path':'/6LVLYfZAEQfhJey0MGvhFXdDEK1.png','name':'Lifetime','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-03-09","0","86","[{'iso_639_1':'en','name':'English'}]","Released","","Stalked by a Reality Star","false","5.5","2" +"false","/t6jxHwJPA2VACptKCZtqsLMZ1E9.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","https://www.painlessmovie.com/","446841","tt3412738","en","Painless","Henry Long desperately seeks a cure for the condition that leaves him unable to feel physical pain.","1.793","/mvO99HQJkOiSyyk7lpdSuD4xGul.jpg","[]","[]","2017-03-02","0","80","[{'iso_639_1':'en','name':'English'}]","Released","Life is Pain","Painless","false","5.6","4" +"false","/kxVWZOVoBjVbEO5CACRdNRu1eGb.jpg","null","0","[{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","http://domainthemovie.com/","406104","tt4694518","en","Domain","After a deadly virus wipes out most of humanity, the survivors are forced to wait alone in self-sustaining bunkers while the viral threat runs its course. Able to communicate through a networked video interface, the survivors wait for years and slowly become a motley family of sorts. But their fragile social ecosystem is shattered when, one by one, they start mysteriously disappearing from their bunkers.","1.253","/22ZC4VWQibWlBJy207u4VDO1t6x.jpg","[]","[]","2017-03-31","0","97","[{'iso_639_1':'en','name':'English'}]","Released","No Exit.","Domain","false","6.6","9" +"false","/oz3UWpVKYx5Pgn7HPzKA52lD4Hv.jpg","null","0","[{'id':10402,'name':'Music'},{'id':18,'name':'Drama'}]","","191461","tt0019186","en","Moulin Rouge","An odd and tightly directed tale of a singer/dancer at the Moulin Rouge, who meets her daughter's fiance, only to have him fall obsessively in love with her and she with him. Alienation, betrayal and near tragedy result.","0.841","/43dyUPAudmio77g51em8tMMxsij.jpg","[{'id':305,'logo_path':null,'name':'British International Pictures','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1928-03-21","0","137","[]","Released","","Moulin Rouge","false","0","0" +"false","/r9g0d5DJ93S6hVV4qVlxSj76Wwm.jpg","null","0","[{'id':53,'name':'Thriller'}]","http://www.strangenaturemovie.com/","549214","tt3113836","en","Strange Nature","The first film to expose unsolved wildlife deformity outbreaks and where they may lead. Based on a true unsolved ecological mystery, thousands of hideously deformed frogs have turned up in the waters of Minnesota. As seen through the eyes of a one-hit wonder single-mother and her 11-year old son, a small town struggles with the unknown when the deadly mutations move beyond the ponds.","2.072","/yXFkg7S6OBkuevT54Tm2XsJjKRa.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-09-22","0","100","[{'iso_639_1':'en','name':'English'}]","Released","","Strange Nature","false","3.7","6" +"false","/gB1QqGDMLgwYCsbXSId8gLPNAvg.jpg","null","0","[{'id':27,'name':'Horror'}]","","473902","tt6984258","en","The Amityville Murders","On the night of November 13th, 1974, Ronald DeFeo Jr. took a high powered rifle and murdered his entire family as they slept. At his trial, DeFeo claimed that 'voices' in the house commanded him to kill. This is their story.","3.184","/czMYViYqaNrvxaRyhUR0PTPyOig.jpg","[{'id':10399,'logo_path':null,'name':'CineTel Films','origin_country':'US'},{'id':79050,'logo_path':null,'name':'1428 Films','origin_country':''}]","[]","2018-10-09","0","","[]","Released","","The Amityville Murders","false","5.5","13" +"false","","null","0","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","","497557","tt7862998","pt","Djon ??frica","Miguel ??? alias Tibars, alias Djon ??frica, born and raised in Portugal ??? is a kindhearted Rastafarian who loves women and lives a carefree life. Until one day a stranger tells him he's the spitting image of his father, ""a player and a crook"". His father, whom he never even knew! This intriguing discovery makes him change tack. Particularly when his grandmother, who always took care of him, finally tells him how his father was in prison; how sad Miguel was as a toddler when he couldn't see him; how his father was banished to Cape Verde. Miguel goes there to visit him. Who is this man?","2.684","/nn6YKgc9NlqilfaMeKswQZS881n.jpg","[]","[{'iso_3166_1':'BR','name':'Brazil'},{'iso_3166_1':'CV','name':'Cape Verde'},{'iso_3166_1':'PT','name':'Portugal'}]","2018-01-26","0","95","[{'iso_639_1':'pt','name':'Portugu??s'}]","Released","","Djon ??frica","false","10","2" +"false","/3AFLv1eQp39f8mtfbW9Frh5TWDp.jpg","null","0","[{'id':27,'name':'Horror'}]","","551735","tt6802950","en","Terrortory 2","The sequel to the hit anthology film: Four chilling stories tied together by one man traveling through the terrifying land known as The Terrortory. Featuring monsters from the first film--The Midnight Clown and Smiling Jack--as well as all-new creatures.","1.903","/s6gb87rw41INTG59Fzifapc13Kb.jpg","[]","[]","2018-10-01","0","100","[]","Released","It Wants You Back","Terrortory 2","false","2","1" +"false","/ovbtkxEC7ihITdlc1y9Ir9aQU4w.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","","29872","tt0029971","en","Carefree","Dr. Tony Flagg's friend, Steven, has problems in the relationship with his fiancee, Amanda, so he persuades her to visit Dr. Flagg. After some minor misunderstandings, she falls in love with Dr. Flagg. When he tries to use hypnosis to strengthen her feelings for Steven, things get complicated.","3.379","/8vFD6edhyBkRLEHGjsX9UVw890w.jpg","[{'id':6,'logo_path':'/n53F7K9scQWFXYbrCablqLKqJdp.png','name':'RKO Radio Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1938-09-02","0","83","[{'iso_639_1':'en','name':'English'}]","Released","Together again!","Carefree","false","7.2","17" +"false","/qd0jrqxFLCKkNruPuJ7zXuQRpKG.jpg","{'id':645,'name':'James Bond Collection','poster_path':'/HORpg5CSkmeQlAolx3bKMrKgfi.jpg','backdrop_path':'/6VcVl48kNKvdXOZfJPdarlUGOsk.jpg'}","5500000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://www.mgm.com/view/movie/2009/Thunderball/","660","tt0059800","en","Thunderball","A criminal organization has obtained two nuclear bombs and are asking for a 100 million pound ransom in the form of diamonds in seven days or they will use the weapons. The secret service sends James Bond to the Bahamas to once again save the world.","17.768","/sASN1VnJxWosdzp4mH40P47Xhhz.jpg","[{'id':7576,'logo_path':'/oYcUi1byZ312Z3xiz5ojz9RQLND.png','name':'Eon Productions','origin_country':'GB'},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'BS','name':'Bahamas'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1965-12-15","141195658","130","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Look up! Look down! Look out!","Thunderball","false","6.7","957" +"false","/x0j1R4L1tNAawTlyhgVdTIJuFBk.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':878,'name':'Science Fiction'}]","","19378","tt0077305","en","The Cat from Outer Space","A UFO is stranded on earth and impounded by the US government. Its pilot, a cat with a collar that gives it special powers, including the ability to communicate with humans, has eluded the authorities and seeks the help of a scientist in order to reclaim and repair his ship and get back home.","3.305","/vznPPaLYFr4GPL0Uh9wKwThTyNv.jpg","[{'id':3166,'logo_path':'/vyyv4Gy9nPqAZKElPm2izLlEaVS.png','name':'Walt Disney Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1978-06-09","0","104","[{'iso_639_1':'en','name':'English'}]","Released","A close encounter of the 'furred' kind!","The Cat from Outer Space","false","5.6","43" +"false","/fgKMO5x8BKqmpS3SHKSeNgSRdxS.jpg","null","0","[{'id':18,'name':'Drama'}]","http://sollerspoint.oscilloscope.net","430450","tt5180888","en","Sollers Point","Keith, a small-time drug dealer is under house arrest at the home of his father in Baltimore. He re-enters a community scarred by unemployment, neglect and deeply entrenched segregation. There, he pushes back against his surrounding limitations as he tries to find a way out of his own internal prison.","2.259","/4xrcXJDA2v4nAiKIHW2iEfukdve.jpg","[{'id':4748,'logo_path':'/bTMeosrSiKaTPmZiTYnSDZlin5d.png','name':'Oscilloscope','origin_country':'US'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","2017-10-19","0","101","[{'iso_639_1':'en','name':'English'}]","Released","","Sollers Point","false","6.2","6" +"false","/bmPHOtIKBVDoW7FscY9ZnAyjsWo.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'},{'id':10751,'name':'Family'}]","","75759","tt0079822","en","Roller Boogie","Teen lovers Bobby and Terry band together with other roller skaters to try and prevent a powerful mobster taking over the land their favourite skating rink sits on, and compete in the Boogie Contest.","1.744","/aSw2EUbfm0lv1GCHLqiqgCALoSU.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':14323,'logo_path':null,'name':'Compass International Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1979-12-31","0","103","[{'iso_639_1':'en','name':'English'}]","Released","It's love on wheels!","Roller Boogie","false","4.8","15" +"false","/iyD72nJFBGbEIrpQjzdhE3wFxPL.jpg","{'id':645,'name':'James Bond Collection','poster_path':'/HORpg5CSkmeQlAolx3bKMrKgfi.jpg','backdrop_path':'/6VcVl48kNKvdXOZfJPdarlUGOsk.jpg'}","2500000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://www.mgm.com/view/movie/760/Goldfinger/","658","tt0058150","en","Goldfinger","Special agent 007 comes face to face with one of the most notorious villains of all time, and now he must outwit and outgun the powerful tycoon to prevent him from cashing in on a devious scheme to raid Fort Knox -- and obliterate the world's economy.","17.999","/vBNbFU3OS6okJIQBOos1aZXpy2Z.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':7576,'logo_path':'/oYcUi1byZ312Z3xiz5ojz9RQLND.png','name':'Eon Productions','origin_country':'GB'},{'id':10761,'logo_path':null,'name':'Danjaq','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1964-09-17","124881062","110","[{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Everything he touches turns into excitement!","Goldfinger","false","7.4","1639" +"false","/9hmPiU7oorCU0OfogeSMx68EUsK.jpg","null","0","[{'id':10751,'name':'Family'},{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'}]","http://yonapen.jp/index.html","37425","tt1039651","en","Yonayona pengin","Rintaro directs a tale of three children who visit a land of wonder. This is the first ""3D anime"" that Madhouse has produced. Oh, and there are penguins.","0.84","/dmxLcBWl4ROeK2tgmLueNln4G7n.jpg","[]","[]","2009-12-23","0","85","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Yona Yona Penguin","false","5.7","3" +"false","/y4tXfE2Cyvlw7BaTHxW1GnZSrO7.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.ifcfilms.com/films/tribes-of-palos-verdes","324562","tt1507571","en","The Tribes of Palos Verdes","When the situation at her idyllic Palos Verdes home turns volatile, young Medina attempts to surf her way to happiness.","3.247","/8w4JecmVtqcSMk4mdiHURzISsYz.jpg","[{'id':307,'logo_path':'/gUi3pAUznQJpR296lw4mSVbB7zx.png','name':'IFC Films','origin_country':'US'}]","[]","2017-12-01","0","104","[{'iso_639_1':'en','name':'English'}]","Released","Life comes in waves.","The Tribes of Palos Verdes","false","5.4","40" +"false","/5bFwMOtXaEqhrqRf539mBaaCXQM.jpg","null","0","[{'id':80,'name':'Crime'}]","","505010","tt6055450","en","Red Army Hooligans","Tony was the leader of a notorious London Hooligan firm, but whilst fighting a Russian ultra he sustains a head injury and must sit out some of the fun. The football World Cup 2018 in Russia is looming and he wants to organize some payback.","2.495","/pN4MILFoeDmzhQzuzUXxVtDoYnK.jpg","[{'id':104491,'logo_path':null,'name':'Splendid Films','origin_country':''}]","[]","2018-05-28","0","","[{'iso_639_1':'en','name':'English'}]","Released","","Red Army Hooligans","false","4.8","4" +"false","/v8PrsbFilRXMwHCXMTmpFXrbJCB.jpg","null","0","[{'id':28,'name':'Action'},{'id':27,'name':'Horror'},{'id':10752,'name':'War'},{'id':14,'name':'Fantasy'}]","","546600","tt2273648","en","Adrenochrome","A young American Veteran gets involved with a gang of Venice Beach psychos who are killing people to extract a psychedelic compound from their victim's adrenal glands.","1.872","/eoiC3tcLQ34zVbxcyF5zsMMPV4d.jpg","[]","[]","2018-02-01","0","85","[{'iso_639_1':'en','name':'English'}]","Released","The American Adrenal","Adrenochrome","false","3.3","4" +"false","/aZYjP0cS1zsDHgyvDo6ymxF5JEY.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","https://www.dontworry.movie","443009","tt6288124","en","Don't Worry, He Won't Get Far on Foot","On the rocky path to sobriety after a life-changing accident, John Callahan discovers the healing power of art, willing his injured hands into drawing hilarious, often controversial cartoons, which bring him a new lease on life.","11.016","/rKsiN37qMt8jad5GikZzSeevyI9.jpg","[{'id':10039,'logo_path':'/b8w4LldQolMKiLZw4FQJBcXSDGI.png','name':'Anonymous Content','origin_country':'US'},{'id':6831,'logo_path':'/ojg8jqsVLGDvuJowOkZQZVV42AA.png','name':'Big Indie Pictures','origin_country':'US'},{'id':78780,'logo_path':'/53Dcwrv1Pd296sN2yLZsgAdrIrX.png','name':'Iconoclast','origin_country':'FR'},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-04-04","2066633","113","[{'iso_639_1':'en','name':'English'}]","Released","","Don't Worry, He Won't Get Far on Foot","false","6.6","175" +"false","/ukzMrXKHp9qhPBBpjDixuFmm3gJ.jpg","{'id':155474,'name':'French Connection Collection','poster_path':'/zheN2WhCSS1M8rkjObQGr0dZdvZ.jpg','backdrop_path':'/islbdTICsxPE1c3YEFzEc9Wb46p.jpg'}","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","10711","tt0073018","en","French Connection II","""Popeye"" Doyle travels to Marsailles to find Alain Charnier, the drug smuggler that eluded him in New York.","5.628","/mef0hcVIOQfDUubjdTwvuafO1dj.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1975-05-18","12484444","119","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","French Connection II","false","6.7","155" +"false","/iOpGxpZKY32i0G5LmRDNs5SB7Ce.jpg","null","30000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':37,'name':'Western'}]","http://jessejamesmovie.warnerbros.com/","4512","tt0443680","en","The Assassination of Jesse James by the Coward Robert Ford","Outlaw Jesse James is rumored to be the 'fastest gun in the West'. An eager recruit into James' notorious gang, Robert Ford eventually grows jealous of the famed outlaw and, when Robert and his brother sense an opportunity to kill James, their murderous action elevates their target to near mythical status.","8.842","/lSFYLoaL4eW7Q5VQ7SZQP4EHRCt.jpg","[{'id':81,'logo_path':'/8wOfUhA7vwU2gbPjQy7Vv3EiF0o.png','name':'Plan B Entertainment','origin_country':'US'},{'id':449,'logo_path':null,'name':'Virtual Studios','origin_country':'US'},{'id':1645,'logo_path':'/6Ry6uNBaa0IbbSs1XYIgX5DkA9r.png','name':'Scott Free Productions','origin_country':''},{'id':3997,'logo_path':null,'name':'Alberta Film Entertainment','origin_country':''},{'id':11252,'logo_path':null,'name':'Jesse Films Inc.','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2007-09-02","14711793","160","[{'iso_639_1':'en','name':'English'}]","Released","Beyond the myth lies America's greatest betrayal","The Assassination of Jesse James by the Coward Robert Ford","false","7","1231" +"false","/nuy2siTd1BtPpYnLQNPP8RZRQEk.jpg","null","0","[{'id':18,'name':'Drama'}]","","119575","tt0066080","en","The Mind of Mr. Soames","A 30-year-old man, who has been in a coma since birth, is finally restored to consciousness by a breakthrough brain operation. Although physically an adult, the man is 'reborn' in the eye of an infant; and the doctors caring for him must teach him to walk, talk and prepare for life in the outside world. Tension builds as he escapes from the hospital, wanders among people who do not realize his identity, and is hunted by the police.","0.6","/7KcmH9c7CDTX71b95dT7J5XcyKW.jpg","[{'id':4630,'logo_path':null,'name':'Amicus Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1970-07-01","0","92","[{'iso_639_1':'en','name':'English'}]","Released","Can this baby kill?","The Mind of Mr. Soames","false","6.5","4" +"false","/t3N4QkppS7MiCX6DT0HWwdpxOOV.jpg","{'id':8918,'name':'The Hills Have Eyes (Reboot) Collection','poster_path':'/gtD46W2GXsdGOFa9jfUT3G0OEij.jpg','backdrop_path':'/A0LX8YBYBZtfj0gR5Pkgz87cmcb.jpg'}","15000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","9793","tt0800069","en","The Hills Have Eyes II","A group of National Guard trainees find themselves battling against a vicious group of mutants on their last day of training in the desert.","10.147","/7yKntBeRLuj95pRxnlnnRPqr1xd.jpg","[{'id':1600,'logo_path':null,'name':'Craven-Maddalena Films','origin_country':''},{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'},{'id':2890,'logo_path':'/sylRB38BNx3YFW3T6qV9RAXH3UU.png','name':'Fox Atomic','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-03-22","0","89","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Help isn't coming.","The Hills Have Eyes 2","false","5.1","588" +"false","/c66otZnSdri67kR7ps92kRX849o.jpg","null","1488423","[{'id':14,'name':'Fantasy'},{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","http://movies.disney.com/snow-white-and-the-seven-dwarfs","408","tt0029583","en","Snow White and the Seven Dwarfs","A beautiful girl, Snow White, takes refuge in the forest in the house of seven dwarfs to hide from her stepmother, the wicked Queen. The Queen is jealous because she wants to be known as ""the fairest in the land,"" and Snow White's beauty surpasses her own.","21.266","/wbVGRBYPRRahIZNGXY9TfHDUSc2.jpg","[{'id':3166,'logo_path':'/vyyv4Gy9nPqAZKElPm2izLlEaVS.png','name':'Walt Disney Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1937-12-20","184925486","83","[{'iso_639_1':'en','name':'English'}]","Released","The Happiest, Dopiest, Grumpiest, Sneeziest movie of the year.","Snow White and the Seven Dwarfs","false","7","3922" +"false","/nej9zGQQH3pxgRtKnRIW0UmSifh.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'}]","","551079","tt3984432","en","Ghost Source Zero","The Artificial Intelligence Revolution is happening, and America is watching it on their Living Wall flat screens and Genius Phones. Homeland Security's Cyber Crime Division is the only thing trying to stop the 'bots and 'borgs from taking over.","0.6","/pt2W7P5uWNqjcZJ4Z3lgYgR3oIY.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-09-01","0","95","[{'iso_639_1':'en','name':'English'}]","Released","","Ghost Source Zero","false","10","1" +"false","/zVITKJxmvzvi5sBECmfDK1i3wA7.jpg","{'id':575778,'name':'Mata Batin Collection','poster_path':null,'backdrop_path':null}","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","480007","tt6506146","id","Mata Batin","When her little sister claims she sees the dead, Alia consults a psychic, who opens her own eyes to the vengeful ghosts haunting their childhood home.","4.247","/qSQoJvlvovg1Gd6q3NfjYckQiEE.jpg","[{'id':29666,'logo_path':null,'name':'Hitmaker Studios','origin_country':''}]","[{'iso_3166_1':'ID','name':'Indonesia'}]","2017-11-30","0","107","[{'iso_639_1':'id','name':'Bahasa indonesia'}]","Released","Believing Is Seeing","The 3rd Eye","false","5.8","22" +"false","/rxYjrlnDWTE8OdhthCfUrEHpUBe.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","https://www.bbc.co.uk/programmes/b0b57d0w","513427","tt7473890","en","King Lear","An aging King invites disaster, when he abdicates to his corrupt, toadying daughters, and rejects his loving and honest one.","6.258","/dHd0YS1PGxjfZCVbYi9Hetg7zZd.jpg","[{'id':19089,'logo_path':'/8Ae3B71e6sXpBsEgS4JGq6di5PM.png','name':'Playground Entertainment','origin_country':'US'},{'id':20580,'logo_path':'/tkFE81jJIqiFYPP8Tho57MXRQEx.png','name':'Amazon Studios','origin_country':'US'},{'id':3324,'logo_path':'/16fY7pucCzn7WSOYxOGRHlAayL3.png','name':'BBC','origin_country':'GB'},{'id':108890,'logo_path':null,'name':'Sonia Friedman Productions','origin_country':''},{'id':108891,'logo_path':null,'name':'Lemaise Pictures','origin_country':''}]","[]","2018-05-28","0","115","[{'iso_639_1':'en','name':'English'}]","Released","","King Lear","false","5.8","21" +"false","/4M0GDe2wcUtc9ItPHABS2DZgPgl.jpg","null","0","[{'id':27,'name':'Horror'}]","http://housewife.film","449550","tt6464678","en","Housewife","Housewife is centered on Holly whose mother murdered her sister and father when she was seven. 20 years later and slowly losing her grip on the difference between reality and nightmares, she runs into a celebrity psychic who claims that he is destined to help her.","1.305","/a43YtQdaebpWI66VxcbQFFgTgCc.jpg","[{'id':92634,'logo_path':null,'name':'Chantier Films','origin_country':''},{'id':867,'logo_path':null,'name':'Anka Film','origin_country':''}]","[{'iso_3166_1':'TR','name':'Turkey'}]","2017-09-08","0","82","[{'iso_639_1':'en','name':'English'}]","Released","There's Only You And Your Dreams","Housewife","false","6.2","11" +"false","/grUXUNFnrpv2HLqVxJveXFTxyvB.jpg","{'id':227140,'name':'Black Emanuelle Collection','poster_path':'/474E8TaIvGBgA3lyASffGjVUHtX.jpg','backdrop_path':'/ceX5Y46RTjC628xk08b6mnEetMn.jpg'}","0","[{'id':12,'name':'Adventure'},{'id':27,'name':'Horror'}]","","28324","tt0075984","it","Emanuelle e gli ultimi cannibali","While doing undercover work in a mental hospital, Emanuelle discovers a girl who seems to have been raised by a tribe of amazonian cannibals. Intrigued, Emanuelle and friends travel deep into the Amazon jungle, where they find that the supposedly extinct tribe of cannibals is still very much alive.","7.469","/152WQ79lR3ZKU2mFtau9XuBAAW3.jpg","[{'id':1501,'logo_path':null,'name':'Flora Film','origin_country':''},{'id':4787,'logo_path':null,'name':'Gico Cinematografica S.r.L.','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'}]","1977-10-21","0","85","[{'iso_639_1':'it','name':'Italiano'}]","Released","That Emanuelle girl is back more erotic & exotic than ever.","Emanuelle and the Last Cannibals","false","4.7","31" +"false","/5BxrMNGl3YDiWgHCVJu8iLQoJDM.jpg","null","34000000","[{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","445651","tt4073790","en","The Darkest Minds","After a disease kills 98% of America's children, the surviving 2% develop superpowers and are placed in internment camps. A 16-year-old girl escapes her camp and joins a group of other teens on the run from the government.","16.98","/94RaS52zmsqaiAe1TG20pdbJCZr.jpg","[{'id':2575,'logo_path':'/9YJrHYlcfHtwtulkFMAies3aFEl.png','name':'21 Laps Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-08-02","41142379","105","[{'iso_639_1':'en','name':'English'}]","Released","The ones who changed will change everything","The Darkest Minds","false","6.8","1042" +"false","/2jZTqkT0fbSL3aA65ggKRkTYsD.jpg","null","0","[{'id':99,'name':'Documentary'}]","","480245","tt7317494","fr","La qu??te d'Alain Ducasse","What can be the quest of Alain Ducasse, the little boy of the Landes now become the chef and most recognized mentor of cooking in the world? What is a man looking for who already seems to have everything? 23 restaurants in the world, 18 Michelin stars, Alain Ducasse never ceases to create addresses that appeal to our time, to build schools, to push the boundaries of his craft to new horizons, his curiosity has no limit. He traveled the world relentlessly, for to him cooking was an infinite universe. This public man, however secret, accepted to be followed for nearly two years, thus opening us the doors of his universe, in perpetual evolution.","1.051","/4kDpTSxKFHMRpGJ95aipTK2ZW7T.jpg","[{'id':7981,'logo_path':'/6Yv1gIAuGkHS5Vis4UjnqHhCPWV.png','name':'Path??!','origin_country':'FR'},{'id':45804,'logo_path':null,'name':'Jouror Films','origin_country':''},{'id':99675,'logo_path':'/uM0pWHF08St8I95jKzg4VijE6jB.png','name':'Outside Films','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'}]","2017-10-11","0","","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","An unforgettable tour of the culinary world","The Quest of Alain Ducasse","false","6.3","4" +"false","","null","0","[{'id':99,'name':'Documentary'}]","","440125","tt7128868","pt","Spell Reel","The first image is in black and white, upside down and projected into a black box that then becomes the frame. It now hovers like a time capsule near a man???s face. He looks down, listening in on a female guerrilla fighter and translating her words from Fulani. Within the capsule, money is counted and paid out as a new currency, the numbers of the years run backwards in the black box. A 16-mm film glides through the man's hands and is transferred to a laptop screen frame by frame.","0.892","/el2F33JCyzmr1qxq0YTuQxiHA57.jpg","[{'id':76612,'logo_path':'/kE6mXnRHkS3bHpu1hikx1U1pFyo.png','name':'Spectre Productions','origin_country':'FR'}]","[{'iso_3166_1':'GW','name':'Guinea-Bissau'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'PT','name':'Portugal'},{'iso_3166_1':'FR','name':'France'}]","2017-02-12","0","96","[{'iso_639_1':'ff','name':'Fulfulde'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","","Spell Reel","false","5","1" +"false","/3IpfvHve3LuhMr0SQvaPtsVzIPL.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':80,'name':'Crime'}]","","551936","tt9028632","en","To Catch a Serial Killer with Trevor McDonald","Sir Trevor McDonald presents this documentary which explores the extraordinary pursuit of serial killer Christopher Halliwell by detective Steve Fulcher.","0.6","/v8KF3BPJP9gPicQAdVO5jM88yzY.jpg","[]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-09-20","0","60","[{'iso_639_1':'en','name':'English'}]","Released","","To Catch a Serial Killer with Trevor McDonald","false","5","1" +"false","/lWRt82Uc5AU2TKyeyQjUrRsv9Eg.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://lovegilda.com/","511972","tt5424228","en","Love, Gilda","Diaries, audiotapes, videotapes and testimonies from friends and colleagues offer insight into the life and career of Gilda Radner -- the beloved comic and actress who became an icon on Saturday Night Live.","3.264","/jJVp7JvPkFLeXKuS2YSLIC2zuK4.jpg","[{'id':110649,'logo_path':null,'name':'3 Faces Films','origin_country':''},{'id':10978,'logo_path':null,'name':'Motto Pictures','origin_country':''}]","[]","2018-04-18","0","84","[{'iso_639_1':'en','name':'English'}]","Released","Life is short, but funny is forever.","Love, Gilda","false","7.3","15" +"false","/5rdiv9sERQLfChj5uA6D6R4vzsV.jpg","null","0","[{'id':99,'name':'Documentary'}]","","488637","tt7539078","en","Game Changers","Alex Trebek hosts a documentary about television game shows featuring interviews with a number of game show hosts and producers.","2.081","/fiibI3wb9A7jjZacD901TCw7bpc.jpg","[{'id':95900,'logo_path':null,'name':'Ballinran Entertainment','origin_country':''},{'id':105928,'logo_path':'/mKlmABf9ZmTOfqEKxjKwN6pvPqY.png','name':'Monkey Time Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-06-29","0","96","[{'iso_639_1':'en','name':'English'}]","Released","","Game Changers","false","0","0" +"false","/93eoJU8XUIxvv4RHFSfOnQohcoc.jpg","null","0","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","551535","tt3313314","en","Above Ground","A divorc??e's love for her ex-husband pulls her into a deadly crime ring when he goes missing, and the local authorities refuse to search for him.","0.6","/amqZi7wVcC2q8qAqezfMN9Bu2cw.jpg","[]","[]","2017-08-26","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Above Ground","false","6.5","1" +"false","/b2HvpMihCNATp0GmrFHxfAH40S8.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","496186","tt4286760","en","High Resolution","An adaptation of Tao Lin???s beloved cult novel ""Taipei"". As one relationship collapses, another blooms for Erin, swept into the world of Paul Chen, a mysterious, charismatic author. When he proposes documenting every aspect of their courtship in an epic laptop-filmed ???documentary???, the couple enter into a performative bad romance, fueled by substances and sleepless nights.","3.626","/nWjICXX6LOtKMzftEWvMH8PbH4p.jpg","[{'id':39081,'logo_path':null,'name':'Titan Global Entertainment','origin_country':''},{'id':99245,'logo_path':null,'name':'Teenager','origin_country':''},{'id':99246,'logo_path':null,'name':'Aqute Media','origin_country':''}]","[{'iso_3166_1':'TW','name':'Taiwan'},{'iso_3166_1':'US','name':'United States of America'}]","2018-10-01","0","96","[{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'en','name':'English'}]","Released","","High Resolution","false","5.8","5" +"false","","null","40000","[{'id':18,'name':'Drama'},{'id':10751,'name':'Family'},{'id':10749,'name':'Romance'}]","","409549","tt3038414","en","Aberrant","When the groom's oldest friend, Cole, (Jack Quaid) finds out his best friend, Jason, (Jared Wernick) is getting married, he escapes from the institution he has been incarcerated in and makes a surprise visit to serve as the best man. Something does not seem right between bride, Gretchen, (Justine Magnusson) and groom. None of their friends seem to fully support the marriage and have secrets of their own. Unresolved about their relationship and endlessly obsessed with the groom, Cole stirs up everyone and everything, making it a weekend to remember.","0.6","/dC5QeEs6M2LLlDGx3Q5bnOGA11F.jpg","[]","[]","2016-11-10","0","83","[]","Released","Everyone has their secrets","Aberrant","false","0","0" +"false","","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","551517","tt2033239","en","Dirtymoney","Seduced by the instant rewards of criminal activity, LEO ROBERTS (Anthony Welsh) enters the shadowy underground world of strip clubs, saunas, drugs and prostitution. Blinded by the potential power and prestige, Leo is convinced he is in control, only to realise that he has to start playing by a different set of rules. The rules set by crime boss ILIR DUKA (Mem Ferda). Leo's chosen path, soon spirals out of control, where the stakes keep getting higher and higher, until there is no turning back.","0.6","/btZRoGR4JFTYqKf2GWoSAIL4z5h.jpg","[]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2013-09-28","0","88","[]","Released","One young man's journey into London's criminal underworld.","Dirtymoney","false","0","0" +"false","/vnRSXsNHMlBoP0MVw8MTAxHlSsU.jpg","null","0","[{'id':27,'name':'Horror'},{'id':28,'name':'Action'}]","","512936","tt5946668","en","4/20 Massacre","A group of five women go camping in the woods to celebrate a friend's birthday over 4/20 weekend. But when they cross the turf of an illegal marijuana grow operation they must struggle to survive the living nightmare.","2.542","/mirbK78bE0KBBbMRDU5U8OYmajm.jpg","[]","[]","2018-04-03","0","85","[{'iso_639_1':'es','name':'Espa??ol'}]","Released","Inhale. Exhale. Scream.","4/20 Massacre","false","5.2","6" +"false","/8pSKtv05eTN4tZhPqFyPLaeUwAt.jpg","null","1500000","[{'id':10402,'name':'Music'},{'id':27,'name':'Horror'},{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","","15855","tt0036261","en","Phantom of the Opera","Pit violinist Claudin hopelessly loves rising operatic soprano Christine Dubois (as do baritone Anatole and police inspector Raoul) and secretly aids her career. But Claudin loses both his touch and his job, murders a rascally music publisher in a fit of madness, and has his face etched with acid. Soon, mysterious crimes plague the Paris Opera House, blamed on a legendary ""phantom"".","4.647","/hy9FR0LZxTasQjkzlgRUZq9SAma.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1943-08-27","0","92","[{'iso_639_1':'en','name':'English'}]","Released","The screen's classic of terror!","Phantom of the Opera","false","5.9","52" +"false","/r0zeHSAj2JCqCw2AJ3WJ3HyXTAo.jpg","null","9831962","[{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'},{'id':27,'name':'Horror'}]","http://coldskinthemovie.com/","428399","tt1034385","en","Cold Skin","A young man who arrives at a remote island finds himself trapped in a battle for his life.","9.387","/yYDNVAckvOHH9v6EGVB73cMyZgZ.jpg","[{'id':4169,'logo_path':null,'name':'Kanzaman','origin_country':'ES'},{'id':20656,'logo_path':null,'name':'Babieka','origin_country':''},{'id':46135,'logo_path':null,'name':'Ink Connection','origin_country':''},{'id':87238,'logo_path':null,'name':'Pontas Film & Literary Agency','origin_country':''},{'id':87239,'logo_path':null,'name':'Gran Babieka','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'ES','name':'Spain'}]","2017-10-20","0","106","[{'iso_639_1':'en','name':'English'}]","Released","We are never too far from those we hate","Cold Skin","false","5.9","175" +"false","/x3QhmCjgo5aUl9wVxO6YEAOUTM4.jpg","null","22000000","[{'id':35,'name':'Comedy'}]","","53287","tt0103007","en","The Super","Joe Pesci stars as Louie Kritski, a heartless landlord who has been so negligent in keeping up his ghetto apartment that he is threatened with jail time. The judge gives him another option, which he accepts -- he must live in his rat-infested hell hole until he brings it up to liveable standards. The judge gives him 120 days, during which time Louie meets many of his tenants, including drug dealer Marlon (Ruben Blades). Over time, Louie grows more sympathetic with their problems and sees the results of his own greediness. Unfortunately, Louie's father, Big Lou Kritski (Vincent Gardenia), is the real owner of the property, and he resists his son's entreaties to spend money to clean up the place.","3.002","/j6RwICbhgd4Qi64PTqKW3QhrOhi.jpg","[{'id':182,'logo_path':null,'name':'JVC Entertainment','origin_country':''},{'id':1644,'logo_path':null,'name':'Largo Entertainment','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'US','name':'United States of America'}]","1991-10-04","11000863","84","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","The best way to punish a slumlord is to make him a tenant.","The Super","false","5.8","37" +"false","/o7POUoIRDpDPobMDKB7EeXReqR1.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","28156","tt0069754","en","The Baby","A social worker who recently lost her husband investigates the strange Wadsworth family. The Wadsworths might not seem too unusual to hear about them at first - consisting of the mother, two grown daughters and the diaper-clad, bottle-sucking baby. The problem is, the baby is twenty-one years old.","2.227","/3J9fzHY2OVCYyV650opP8cnfEaS.jpg","[{'id':15292,'logo_path':null,'name':'Quintet Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1973-03-01","0","84","[{'iso_639_1':'en','name':'English'}]","Released","What goes on in this nursery isn't for kids!","The Baby","false","6.1","28" +"false","/6P3c80EOm7BodndGBUAJHHsHKrp.jpg","{'id':422834,'name':'Ant-Man Collection','poster_path':'/tdKbDECJQ3JmYaMubNaKFM1mgcY.jpg','backdrop_path':'/2KjtWUBiksmN8LsUouaZnxocu5N.jpg'}","140000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","https://www.marvel.com/movies/ant-man-and-the-wasp","363088","tt5095030","en","Ant-Man and the Wasp","Just when his time under house arrest is about to end, Scott Lang once again puts his freedom at risk to help Hope van Dyne and Dr. Hank Pym dive into the quantum realm and try to accomplish, against time and any chance of success, a very dangerous rescue mission.","55.415","/rv1AWImgx386ULjcf62VYaW8zSt.jpg","[{'id':420,'logo_path':'/hUzeosd33nzE5MCNsZxCGEKTXaQ.png','name':'Marvel Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-07-04","622379576","119","[{'iso_639_1':'en','name':'English'}]","Released","Real heroes. Not actual size.","Ant-Man and the Wasp","false","7","5298" +"false","/qG8fPPH1qZc3l9w8Zn43lxzEi4l.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'},{'id':18,'name':'Drama'}]","http://gravitasventures.com/atfirstlight/","470894","tt5994166","en","At First Light","A high school senior, Alex Lainey, has an encounter with mysterious lights that appear over her small town. She soon develops dangerous, supernatural abilities and turns to her childhood friend Sean Terrel. The authorities target them and a chase ensues as officials try to discover the truth behind Alex's transformation.","11.273","/wez4hCV7ltekZwRkQVyiKEZNrm5.jpg","[{'id':85465,'logo_path':null,'name':'Oddfellows Entertainment','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2018-10-05","0","90","[{'iso_639_1':'en','name':'English'}]","Released","We called, they answered, she's the proof","At First Light","false","6.2","35" +"false","/jolCdmpztYpDMzyPT3268S4YHsB.jpg","null","0","[{'id':18,'name':'Drama'},{'id':37,'name':'Western'}]","","438145","tt3208026","en","Black '47","In 1847, when Ireland is in the grip of the Great Famine that has ravaged the country for two long years, Feeney, a hardened Irish Ranger who has been fighting for the British Army abroad, returns home to reunite with his estranged family, only to discover the cruelest reality, a black land where death reigns.","11.32","/gZiu9RIcMeQLUaDVqQffQTl6bhy.jpg","[{'id':5353,'logo_path':null,'name':'Fastnet Films','origin_country':'IE'},{'id':76642,'logo_path':null,'name':'Primeridian Entertainment','origin_country':''},{'id':790,'logo_path':'/k0MnHFovKIeev0ANR0Ww6HO6tfF.png','name':'Samsa Film','origin_country':'LU'},{'id':102875,'logo_path':null,'name':'Umedia','origin_country':''},{'id':5267,'logo_path':'/trP3GsUyIztMwcqev3jK1gOeCSA.png','name':'Irish Film Board','origin_country':'IE'}]","[{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'LU','name':'Luxembourg'}]","2018-09-05","0","100","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ga','name':'Gaeilge'}]","Released","In Ireland's darkest hour vengeance shines a light","Black '47","false","6.7","67" +"false","/jkYLLMhDhnJIp5Sp1ujdWh44wOz.jpg","{'id':174218,'name':'The Howling Collection','poster_path':'/g04UfThJDQSx0rQlEgNsjThCsjy.jpg','backdrop_path':'/a0UuiTYxqMmj5Ll26rORaFoTKBc.jpg'}","1000000","[{'id':27,'name':'Horror'}]","","11298","tt0082533","en","The Howling","After a bizarre and near fatal encounter with a serial killer, a newswoman is sent to a rehabilitation center whose inhabitants may not be what they seem.","6.973","/zXiQCqtw5lZwrLDqRPbAJhT80Ri.jpg","[{'id':494,'logo_path':null,'name':'AVCO Embassy Pictures','origin_country':'US'},{'id':502,'logo_path':null,'name':'International Film Investors','origin_country':''},{'id':10312,'logo_path':null,'name':'Wescom Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1981-03-13","17985893","91","[{'iso_639_1':'en','name':'English'}]","Released","Imagine your worst fear a reality","The Howling","false","6.4","263" +"false","/p9FPWgzzsM4AyztzbQa618hcwyZ.jpg","null","0","[{'id':14,'name':'Fantasy'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'}]","","505860","tt6958520","en","The Outer Wild","After an unnatural event leaves mankind nearly extinct, a runaway girl and a rogue bounty hunter brave a dangerous wilderness to find a fabled sanctuary that can either save or destroy what's left of humanity.","1.991","/wP2v6gRgqW2d6clNfDgukH2xeUN.jpg","[]","[]","2018-09-28","0","85","[{'iso_639_1':'en','name':'English'}]","Released","This is the end of man","The Outer Wild","false","4.3","3" +"false","/ejcwWvDNRSATxEuRNEjK01seIem.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'},{'id':18,'name':'Drama'},{'id':27,'name':'Horror'}]","","395841","tt5057140","en","Hold the Dark","In the grim Alaskan winter, a naturalist hunts for wolves blamed for killing a local boy, but he soon finds himself swept into a chilling mystery.","12.597","/1etEySwZQnBJpzgplgadPi5y4PL.jpg","[{'id':104213,'logo_path':'/iavYBtwebxgRYZgo4dmw46RoUIU.png','name':'Addictive Pictures','origin_country':'US'},{'id':1976,'logo_path':'/vuNHAl3LpcNtjtRx8Ml4gpUMO2G.png','name':'filmscience','origin_country':'US'},{'id':109865,'logo_path':'/iCKY5hDzpyV7Iitr3vAIbu7mRFj.png','name':'VisionChaos Productions','origin_country':'CH'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-09-22","0","126","[{'iso_639_1':'en','name':'English'}]","Released","","Hold the Dark","false","5.2","405" +"false","/vgBF8AMRs0ygz19avidp2L7olwu.jpg","null","0","[{'id':10749,'name':'Romance'}]","","365240","tt5034122","en","Cruise","Set in the 1980s, a young Italian-American from the wrong side of the tracks falls for a Jewish girl from Long Island.","3.535","/eNgNekD161lu0RZBVo3oh8cJ752.jpg","[{'id':66534,'logo_path':null,'name':'AG Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-09-28","0","90","[{'iso_639_1':'en','name':'English'}]","Released","???87 was heaven???","Cruise","false","7.1","10" +"false","/qKitPDyIOYT7Jiwc0wU6BP5G1t.jpg","{'id':575548,'name':'Sea Monsters Collection','poster_path':'/3bDZLr2YehCqsoG23FdxsdY9rbl.jpg','backdrop_path':null}","0","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","","530471","tt7073350","en","Sea Monsters","When the funniest Monster fish in the sea contest is announced in the town of Schmert, Charlie and his pals Mucus and Frankfish decide to enter the competition in hopes of comedic glory. However they have one big problem... None of them are funny. The crew's only hope is to set out on an adventure to locate a monster fish legend known as ""The Masestro"" who can teach them comedy and help them win the contest to become the funniest fish in all of Schmert!","0.667","/292y4FsloU71edcVqOVw4daxh1y.jpg","[{'id':91826,'logo_path':null,'name':'Ruthless Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-01-01","0","72","[{'iso_639_1':'en','name':'English'}]","Released","Your favorite monsters under the sea!","Sea Monsters","false","0","0" +"false","/8snuKIfo1sQvgB83lSaIbduw55v.jpg","null","35000000","[{'id':35,'name':'Comedy'}]","","11890","tt0102603","en","Oscar","Angelo ""Snaps"" Provolone made his dying father a promise on his deathbed: he would leave the world of crime and become an honest businessman. Despite having no experience in making money in a legal fashion, Snaps sets about to keep his promise.","7.891","/rGJOzUwHlkx8MKy2oR2qEiT7g4G.jpg","[{'id':82572,'logo_path':null,'name':'Joseph S. Vecchio Entertainment','origin_country':''},{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':10282,'logo_path':null,'name':'Silver Screen Partners IV','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1991-04-26","23562716","109","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","In crime and comedy, timing is everything.","Oscar","false","6.3","218" +"false","/3QH72bqpJsVhenhuXuffuc9fefj.jpg","null","2000000","[{'id':36,'name':'History'},{'id':99,'name':'Documentary'}]","","12228","tt0418753","en","Inside Deep Throat","In 1972, a seemingly typical shoestring budget pornographic film was made in a Florida hotel, ""Deep Throat,"" starring Linda Lovelace. This film would surpass the wildest expectation of everyone involved to become one of the most successful independent films of all time. It caught the public imagination which met the spirit of the times, even as the self appointed guardians of public morality struggled to suppress it, and created, for a brief moment, a possible future where sexuality in film had a bold artistic potential. This film covers the story of the making of this controversial film, its stunning success, its hysterical opposition along with its dark side of mob influence and allegations of the on set mistreatment of the film's star.","4.016","/asE7L7UuYN4LfmTgeA4ZE6TqPtv.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-02-11","653621","90","[{'iso_639_1':'en','name':'English'}]","Released","It was filmed in 6 days for 25 thousand dollars. The government didn't want you to see it. It was banned in 23 states. It has grossed over 600 million dollars. And it is the most profitable film in motion picture history.","Inside Deep Throat","false","6.8","54" +"false","/b2EiKBDoz2cbhIAbK7kqGURkHbJ.jpg","null","35000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","18886","tt0099587","en","Flight of the Intruder","U.S. Navy pilot Lt. Jake Grafton and his bombardier buddy, Lt. Cmdr. Virgil Cole, are two soldiers embedded in the Vietnam War growing frustrated by the military's constraints on their missions. Despite the best efforts of their commanding officer, Cmdr. Frank Camparelli, to re-engage them, this disillusioned pair decide to take the war effort into their own hands with an explosive battle plan that could well get them court-martialed.","2.997","/bzbUVMRaXzELbhswKAOrqUx0oKu.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1991-01-18","0","115","[{'iso_639_1':'en','name':'English'}]","Released","The only thing they can count on is each other.","Flight of the Intruder","false","5.5","37" +"false","/yxx8sL7RenKr7yf7JqaXa21AenZ.jpg","null","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'},{'id':14,'name':'Fantasy'}]","","518764","tt7946836","zh","????????????","Drifting aimlessly through life, Kaisi (Li Yi Feng) has racked up debts of several million having borrowed money from his friends. Lured with the promise of writing it all off, Kaisi leaves his ailing mother and childhood sweetheart Qing (Zhou Dongyu) to board the ship Destiny and attend a gambling party controlled by the mysterious Anderson (Michael Douglas). All players join the game with stars. For each game they lose, their opponent captures a star. Everyone is holding daggers behind their backs plotting dirty means by which to overcome their opponents. The game quickly deteriorates into a slaughter and Kaisi must battle save his own skin???","3.861","/kxc25B05Gq4CbCoWbyTFf9iF0wn.jpg","[]","[{'iso_3166_1':'CN','name':'China'}]","2018-06-29","0","125","[{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'en','name':'English'}]","Released","","Animal World","false","7","30" +"false","/k303bREblg3ySFCaXXXhrFbtceH.jpg","null","0","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","403032","tt5735582","zh","???????????????","A lurid fantasy of wounded flesh and accursed lives that entwine and separate in a building run by a landlord (Simon Yam), who seeks to find a particular type of tenant for the property he inherits from his relatives. Driven by his desire of peeping into the darkest aspects of human nature, what he sees through the eyes of the omnipresent cameras ain???t pretty??? but it gives him the wry, abject satisfaction of a dark god lording over and leering at the souls of the damned, his imagination hungering toward them.","1.3","/qsKUFtU4bvI0mPiutQcfrKLF6RS.jpg","[{'id':31016,'logo_path':null,'name':'Amazing Film Studio','origin_country':''},{'id':78521,'logo_path':null,'name':'Vie Vision Pictures','origin_country':''},{'id':30795,'logo_path':null,'name':'Star Ritz Productions Co Ltd','origin_country':''}]","[{'iso_3166_1':'TW','name':'Taiwan'}]","2016-06-23","0","98","[{'iso_639_1':'zh','name':'?????????'}]","Released","","The Tenants Downstairs","false","8.3","8" +"false","/6cgMfo7dhLkBQOc91O0tddkc2s9.jpg","{'id':355490,'name':'Freeway Collection','poster_path':'/u5BhFwbnLg07R9VXlPeSxKT0FNR.jpg','backdrop_path':'/ysDeNGwgvTmdYuBF7njZ71bVIh4.jpg'}","0","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","39927","tt0175536","en","Freeway II: Confessions of a Trickbaby","After escaping from jail, two teens flee to Tijuana and stay with one's childhood protector, a man masquerading as a nun.","1.786","/pIlrXEyuu26o7wr8XoaJH7qK8hS.jpg","[{'id':2499,'logo_path':null,'name':'The Kushner-Locke Company','origin_country':''},{'id':91108,'logo_path':null,'name':'Edge Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-09-10","0","97","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","When you live in the fast lane, there's no looking back!","Freeway II: Confessions of a Trickbaby","false","6","20" +"true","/c25MoGkDjDwZrSeuytUb0pceKGA.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","522101","tt3552592","en","Fetish Factory","Pin-up vixens vs. bloodthirsty zombies, set in post-apocalyptic Hollywood. Imagine a wickedly saucy by invitation-only stage show and posh private peeps in which your every fantasy can come true, fulfilled by the likes of luscious ladies imitating the sex goddesses of yore: Bettie Page, Jayne Mansfield, and Suzie Wong.","0.653","/GuyrtYHkNkx8SBCyF5j6QKxhVx.jpg","[{'id':58547,'logo_path':null,'name':'Blancbiehn Productions','origin_country':''},{'id':104147,'logo_path':null,'name':'Javelina 98 Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-06-06","0","71","[]","Released","","Fetish Factory","true","4","1" +"false","/pphvLmExQhj6fZid4DoRoQimiWA.jpg","null","0","[{'id':878,'name':'Science Fiction'}]","","550844","tt8305690","en","Alien Expedition","After a deep space exploration vessel discovers a potentially habitable planet, a scouting team composed of human and biorobotic individuals is dispatched to investigate the planet's resources. Once on the ground, their reconnaissance mission soon turns into a battle for survival against the planet's hostile alien lifeforms.","3.17","/alHSQQMgJUAyHxVHzH1i8VXk6hu.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-09-25","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Voyage into fear","Alien Expedition","false","3","5" +"false","/gWLgE0Xl251O2CrLaFzP6IJE8sN.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","360638","tt4948452","fr","L'??tudiante et Monsieur Henri","Because of his wavering health, Monsieur Henri can no longer live alone in his Paris appartment. Particularly grumpy, he ends up nonetheless accepting his son Paul's suggestion that he let one of his rooms out to a young female student. Far from falling for her charms, Henri uses her to orchestrate utter family chaos...","4.981","/vcwKqfw1bQeDz4tS96ca1mHZqLV.jpg","[{'id':12096,'logo_path':null,'name':'Mandarin Films','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'}]","2015-10-07","0","100","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","The Student and Mister Henri","false","6.7","153" +"false","/vemDErY5wkg2Yg5eTQ7ciPRuyqt.jpg","{'id':645,'name':'James Bond Collection','poster_path':'/HORpg5CSkmeQlAolx3bKMrKgfi.jpg','backdrop_path':'/6VcVl48kNKvdXOZfJPdarlUGOsk.jpg'}","2000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':12,'name':'Adventure'}]","http://www.mgm.com/view/movie/717/From-Russia-With-Love/","657","tt0057076","en","From Russia with Love","Agent 007 is back in the second installment of the James Bond series, this time battling a secret crime organization known as SPECTRE. Russians Rosa Klebb and Kronsteen are out to snatch a decoding device known as the Lektor, using the ravishing Tatiana to lure Bond into helping them. Bond willingly travels to meet Tatiana in Istanbul, where he must rely on his wits to escape with his life in a series of deadly encounters with the enemy","20.63","/fvIG285JwenrV1K6kVASi1TECJ0.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':7576,'logo_path':'/oYcUi1byZ312Z3xiz5ojz9RQLND.png','name':'Eon Productions','origin_country':'GB'},{'id':10761,'logo_path':null,'name':'Danjaq','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1963-10-11","78898765","115","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'tr','name':'T??rk??e'},{'iso_639_1':'ro','name':'Rom??n??'}]","Released","The world's masters of murder pull out all the stops to destroy Agent 007!","From Russia with Love","false","7.1","1276" +"false","","null","4000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","https://www.robwilproductions.com/films","551237","tt1579396","en","Don't Show Mother","After years of domestic abuse, Donnie and his agoraphobic mother Helen attempt to make a normal life for themselves, only to find that they can't shake their unforgiving past.","0.6","/dfp8y65RYmbeOOIUDhkpz2EPDHC.jpg","[{'id':109432,'logo_path':null,'name':'Robwil Productions','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2010-11-07","1000","78","[{'iso_639_1':'en','name':'English'}]","Released","Behind every door is a story. Behind every person is a dark side.","Don't Show Mother","false","10","1" +"false","/w4swhNWy6RH3S7kb6RM7GZRfACj.jpg","{'id':551890,'name':'Tales From the Hood Collection','poster_path':null,'backdrop_path':null}","0","[{'id':27,'name':'Horror'}]","","470614","tt8403680","en","Tales from the Hood 2","Mr. Simms returns to tell more eerie, unsettling tales involving dolls, psychics, possession and ghosts.","4.199","/k93d4au1KByYKi6FsE0dLrKWowj.jpg","[{'id':17009,'logo_path':'/ssowAxOrrqsSR2CKeiytOXwLoCW.png','name':'Universal 1440 Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-07-13","0","110","[{'iso_639_1':'en','name':'English'}]","Released","","Tales from the Hood 2","false","3.7","11" +"false","","null","0","[]","","446462","tt5806798","en","Prey, in Cold Blood","A group of friends spend a weekend in a remote mountain cabin and discover something that will change their lives. Now they must fight to stay alive.","0.6","/cf2dvPMtj8LnLc9OvamcMLlpuAN.jpg","[{'id':23868,'logo_path':null,'name':'Tiberius Film','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-07-15","0","","[]","Released","","Prey, in Cold Blood","false","0","0" +"false","/llvLRnd5HlNFgEjp8SJrkIEDYdA.jpg","null","0","[{'id':27,'name':'Horror'}]","","329841","tt2123145","en","And Here No Devil Can Hurt You","An adulterous couple are having an affair in a bombed out brownstone apartment, when they realize they might not be alone. A modern love story with classic horror vibe.","0.6","/80W1VodcsGFui91f2nvmSGRbsWn.jpg","[]","[]","2011-01-30","0","67","[{'iso_639_1':'en','name':'English'}]","Released","","And Here No Devil Can Hurt You","false","3.3","3" +"false","/rjE0Vf4z3WELachJnAHT7WVTgwR.jpg","null","15000000","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","http://hotelartemismovie.com/","406761","tt5834262","en","Hotel Artemis","Los Angeles, June 21st, 2028. While the streets are being torn apart by riots, the Nurse, who runs a clandestine hospital for criminals in the penthouse of the Artemis, a closed old hotel, has a rough night dealing with troublemaker clients: thieves, assassins, someone from the past and the one who owns the place and the whole city.","13.711","/vaZMpZOhhkKOYz0MHCx4vDABwgP.jpg","[{'id':28275,'logo_path':'/b6VatRipyJYN52xLAV7TtzJtuXv.png','name':'The Ink Factory','origin_country':'GB'},{'id':2527,'logo_path':'/osO7TGmlRMistSQ5JZusPhbKUHk.png','name':'Marc Platt Productions','origin_country':'US'},{'id':103537,'logo_path':null,'name':'Point of No Return','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2018-06-07","12371132","94","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","No guns. No cops. No killing the other patients.","Hotel Artemis","false","5.9","404" +"false","/9cKpfklF4CgMiNMOk53yDzfzF3q.jpg","null","0","[{'id':18,'name':'Drama'}]","","32274","tt0150216","en","Cradle Will Rock","A true story of politics and art in the 1930s USA, centered around a leftist musical drama and attempts to stop its production.","4.379","/jXVX7YVveCGC3tQTHCUFWokqvtY.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-12-10","0","132","[{'iso_639_1':'en','name':'English'}]","Released","","Cradle Will Rock","false","6.8","36" +"false","/xeHen0QoEJ3pM5N0mvF7tn6ocub.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'}]","","283589","tt2905838","hi","???????????? ????????????","A girl gets mixed up with a spy trying to clear his name. A chance encounter of the unassuming bank receptionist Harleen Sahni with the charming yet mysterious Rajveer Nanda, results in an on-rush of ditched planes, car chases, shoot-outs, bombing raids and general global mayhem. But as the transcontinental chase ensues with Rajveer convincing Harleen that he's the good guy, can she really trust him, and will trust matter when the bullets start flying?","5.178","/e5qSzHPLEMFETrjTX0gyEACtFqA.jpg","[{'id':51955,'logo_path':null,'name':'Bollywood Hollywood Production','origin_country':''},{'id':12154,'logo_path':'/dBjJavlqNxrYlqcbobDYYq9NuOq.png','name':'Fox Star Studios','origin_country':'IN'},{'id':57967,'logo_path':null,'name':'Milk & Honey Pictures','origin_country':''}]","[{'iso_3166_1':'IN','name':'India'}]","2014-10-02","0","153","[{'iso_639_1':'hi','name':'??????????????????'}]","Released","","Bang Bang!","false","6.1","108" +"false","/uJ2NzQ08gnfn2qaVJr4SbFnMzyn.jpg","null","0","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","","39986","tt0142257","ja","??????????????????????????????????????????","Hirosuke (Teruo Yoshida) , a medical student with almost no recollection of his past, is trapped in an asylum, despite being perfectly sane. After escaping from the loony bin, and being framed for the murder of a circus girl, he spots the photo of a recently deceased man, Genzaburo Komoda, to whom he bears an uncanny resemblance. By pretending to have been resurrected, Hirosuke assumes the dead man's identity, fooling everyone, including Komoda's widow and mistress. Whilst at the Komoda household, Hirosuke recalls memories that convince him to travel to a nearby island, home of Jogoro, the web-fingered father of Genzaburo. Whilst on the island, Hirosuke not only discovers Jogoro's plans to build his 'ideal community' (by transforming perfectly normal humans into hideous freaks), but also the awful truth behind his own identity.","3.935","/qMGvXjxbWgh5t10f3B7Obr8TUpL.jpg","[{'id':5822,'logo_path':'/qyTbRgCyU9NLKvKaiQVbadtr7RY.png','name':'Toei Company, Ltd.','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","1969-10-31","0","99","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Horrors of Malformed Men","false","6.7","15" +"false","","null","0","[{'id':27,'name':'Horror'}]","","532653","tt5829104","en","American Fright Fest","Blood runs rampant on Halloween night when a small towns' Fright Fest becomes real inside the walls of a long abandoned asylum.","2.692","/af5r2eMuYlTYPoDNiHaTqqkd6g0.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-08-25","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","American Fright Fest","false","3.5","10" +"false","/viVKRMi1A7VwQPc4TrNDOAxNSKZ.jpg","null","2000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","","397003","tt3187378","en","The Asian Connection","Two American expatriates, Jack and Sam, unwittingly steal a drug lord's money when they rob a series of banks in Southeast Asia and become the target of the gang's vengeance.","3.525","/238oPc2NTSyecouDULg3WPHhabk.jpg","[{'id':72408,'logo_path':null,'name':'Kaos Entertainment','origin_country':''},{'id':56696,'logo_path':null,'name':'Parkside Pictures','origin_country':''},{'id':56697,'logo_path':null,'name':'Tadross Media Group','origin_country':''}]","[{'iso_3166_1':'TH','name':'Thailand'},{'iso_3166_1':'US','name':'United States of America'}]","2016-05-13","0","91","[{'iso_639_1':'en','name':'English'}]","Released","The beast is in the East.","The Asian Connection","false","4.1","26" +"false","/1qDDU5kQUG3NwahbrUIXJcW36wu.jpg","null","0","[{'id':18,'name':'Drama'}]","https://bleeckerstreetmedia.com/leavenotrace","443463","tt3892172","en","Leave No Trace","A father and daughter live a perfect but mysterious existence in Forest Park, a beautiful nature reserve near Portland, Oregon, rarely making contact with the world. But when a small mistake tips them off to authorities, they are sent on an increasingly erratic journey in search of a place to call their own.","9.992","/w69iId8e80xBpyF0r2rfZoqRwQj.jpg","[{'id':13240,'logo_path':'/aTc07YaNHo8WNgkQSnvLmG6w4nW.png','name':'Bron Studios','origin_country':'CA'},{'id':75807,'logo_path':'/bLzSVaxHIe8gzxhiSJCj0zI1Lj9.png','name':'First Look Media','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':60354,'logo_path':null,'name':'Harrison Productions','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2018-06-29","0","110","[{'iso_639_1':'en','name':'English'}]","Released","","Leave No Trace","false","6.8","365" +"false","/BrKdaB96CxL5EgzQseRgFoCTIH.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':18,'name':'Drama'},{'id':99,'name':'Documentary'},{'id':80,'name':'Crime'},{'id':36,'name':'History'}]","http://findingoscar.com/","442236","tt5719232","en","Finding Oscar","FINDING OSCAR is a feature length documentary about the search for justice in the devastating case of the Dos Erres massacre in Guatemala. That search leads to the trail of two little boys who were plucked from a nightmare and offer the only living evidence that ties the Guatemalan government to the massacre.","1.039","/btoiZliAR7NTtxzRBOpReKaOCcC.jpg","[{'id':862,'logo_path':'/udTjbqPmcTbfrihMuLtLcizDEM1.png','name':'The Kennedy/Marshall Company','origin_country':'US'}]","[{'iso_3166_1':'GT','name':'Guatemala'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CA','name':'Canada'}]","2016-09-03","21246","100","[{'iso_639_1':'en','name':'English'}]","Released","In a country torn apart by tragedy, the truth survived in one little boy.","Finding Oscar","false","8.8","4" +"false","/7cDZkagW1YTnT4nP1BYrLPSd04B.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://eighthgrade.movie/","489925","tt7014006","en","Eighth Grade","Thirteen-year-old Kayla endures the tidal wave of contemporary suburban adolescence as she makes her way through the last week of middle school ??? the end of her thus far disastrous eighth grade year ??? before she begins high school.","12.08","/xTa9cLhGHfQ7084UvoPQ2bBXKqd.jpg","[{'id':258,'logo_path':null,'name':'Scott Rudin Productions','origin_country':'US'},{'id':41077,'logo_path':'/1ZXsGaFPgrgS6ZZGS37AqD5uU12.png','name':'A24','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-01-19","13539709","94","[{'iso_639_1':'en','name':'English'}]","Released","Based on the most awkward year of your life","Eighth Grade","false","7.5","419" +"false","/3MWrscwYOE33CnGTPZXOBfhFUml.jpg","null","800000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","11446","tt0114906","en","Welcome to the Dollhouse","An unattractive 7th grader struggles to cope with suburban life as the middle child with un-attentive parents and bullies at school.","5.94","/jvxLLHwpK52ZJUusd2RJv8oLHUJ.jpg","[{'id':103771,'logo_path':null,'name':'Suburban Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-05-24","5034794","88","[{'iso_639_1':'en','name':'English'}]","Released","Not all girls want to play with dolls.","Welcome to the Dollhouse","false","7.2","156" +"false","/auWpC62GLdB5je6TOOw1a4jGm2F.jpg","null","0","[{'id':18,'name':'Drama'}]","","42722","tt0060891","fr","La Religieuse","In eighteenth-century France, a girl is forced against her will to take vows as a nun. Three mothers superior treat her in radically different ways, ranging from maternal concern, to sadistic persecution, to lesbian desire.","2.084","/7BCbDF1P6cHUj5UdYdvvNOVKAmR.jpg","[{'id':16670,'logo_path':null,'name':'Soci??t?? Nouvelle de Cin??matographie (SNC)','origin_country':''},{'id':109,'logo_path':null,'name':'Rome Paris Films','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'}]","1966-12-31","0","135","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","The Nun","false","7.6","17" +"false","/o05ga1SaRhGdpuiLH2lkXt5WH7v.jpg","null","0","[{'id':28,'name':'Action'}]","https://www.statusmedia-ent.com/silencer-movie","528484","tt5867226","en","Silencer","A retired hitman must reawaken all his deadly skills and fight a one-man war against his former employer.","5.9","/s2TexorQvaskAkAGsRFYmIJbQnz.jpg","[{'id':35396,'logo_path':null,'name':'Status Media & Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-08-30","0","88","[{'iso_639_1':'en','name':'English'}]","Released","Let chaos reign.","Silencer","false","6.8","6" +"false","/dAM73mT6T8Vci5collkYIhqxj1t.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':10770,'name':'TV Movie'}]","https://www.hbo.com/documentaries/jane-fonda-in-five-acts","490082","tt7689958","en","Jane Fonda in Five Acts","Girl next door, activist, so-called traitor, fitness tycoon, Oscar winner: Jane Fonda has lived a life of controversy, tragedy and transformation ??? and she???s done it all in the public eye. An intimate look at one woman???s singular journey.","3.379","/lgOfQqfOeMt2dGsD8u0XcBOvfpo.jpg","[{'id':3268,'logo_path':'/tuomPhY2UtuPTqqFnKMVHvSb724.png','name':'HBO','origin_country':'US'},{'id':14914,'logo_path':'/1RZBWz53SpHUTLpRcM8BGv2plIP.png','name':'HBO Documentary Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-01-21","0","133","[{'iso_639_1':'en','name':'English'}]","Released","","Jane Fonda in Five Acts","false","7.8","12" +"false","/26wSmRJFFYXH39AZmK5Sh8sxgRB.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://www.threeidenticalstrangers.com/","489988","tt7664504","en","Three Identical Strangers","New York, 1980: three complete strangers accidentally discover that they're identical triplets, separated at birth. The 19-year-olds' joyous reunion catapults them to international fame, but also unlocks an extraordinary and disturbing secret that goes beyond their own lives - and could transform our understanding of human nature forever.","10.37","/dRhx0r2Xo90XW0winEkwiqCouT.jpg","[{'id':5778,'logo_path':'/2loyoQweDxvotH3AknfL2zhsthg.png','name':'Channel 4 Television','origin_country':'GB'},{'id':23949,'logo_path':'/3QFwomSxcZZgMQGBkdUPuJEnSFB.png','name':'RAW','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-06-29","1041955","96","[{'iso_639_1':'en','name':'English'}]","Released","They didn't know they were brothers. But someone did.","Three Identical Strangers","false","7.6","147" +"false","/vbLu9WMRv1fpwJz5XSNXms1QGh0.jpg","{'id':286023,'name':'Sharknado Collection','poster_path':'/l525ueVZgelZoCSMgPZKKOEJMEC.jpg','backdrop_path':'/iJ7pFCD0xNUHkbSoTY60CDGfRjQ.jpg'}","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':53,'name':'Thriller'}]","","523849","tt8031422","en","The Last Sharknado: It's About Time","With much of America lying in ruins, the rest of the world braces for a global sharknado, Fin and his family must travel around the world to stop them.","5.972","/3UvjXMdBdmf8wrYcDfi41Mt1DIY.jpg","[{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'},{'id':6677,'logo_path':'/tyd27JWQI6z2eZH6AhRJlmYhr9k.png','name':'Syfy','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-08-23","0","86","[{'iso_639_1':'en','name':'English'}]","Released","History's biggest disaster comes to an end","The Last Sharknado: It's About Time","false","3.6","44" +"false","/hucSLjz29qgPOOAHxt5WgfhYh5n.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","27452","tt0038975","en","The Spiral Staircase","In 1916, beautiful young mute Helen is a domestic worker for elderly, ailing Mrs. Warren. Mrs. Warren's two adult sons, Albert (a professor) and womanizing impudent Steven, also live in the Warren mansion. Mrs. Warren becomes concerned for Helen's safety when a rash of murders involving 'women with afflictions' hits the neighborhood. She implores her physician, Dr. Parry, to take Helen away for her own safety. When another murder occurs inside the Warren mansion, it becomes obvious that Helen is in danger.","5.786","/ahdDMuxg7P96MROfWu7rM4U4Ji5.jpg","[{'id':6,'logo_path':'/n53F7K9scQWFXYbrCablqLKqJdp.png','name':'RKO Radio Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1946-02-06","0","83","[{'iso_639_1':'en','name':'English'}]","Released","","The Spiral Staircase","false","7","79" +"false","/6JGIPKTUkLReVQ6lVyrPKztXWPc.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","10081","tt0093780","en","The Principal","Burglary. Drugs. Assault. Rape. The students at Brandel High are more than new Principal Rick Latimer bargained for. Gangs fight to control the school using knives - even guns - when they have to. When Latimer and the head of security try to clean up the school and stop the narcotics trade, they run up against a teenage mafia. A violent confrontation on the campus leads to a deadly showdown with the drug dealer's gang, and one last chance for Latimer to save his career... and his life.","5.242","/hZUzI6RfvLqlFi6mmycgelxQS25.jpg","[{'id':44425,'logo_path':null,'name':'ML Delphi Premier Productions','origin_country':''},{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'},{'id':81809,'logo_path':null,'name':'Dorica Film','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-09-18","0","109","[{'iso_639_1':'en','name':'English'}]","Released","He's teaching the students at Brandel High two words... NO MORE.","The Principal","false","6.3","104" +"false","/6d54yuOB8kRqhSZtkcwP7UHfIRc.jpg","null","0","[{'id':35,'name':'Comedy'}]","","373209","tt5198796","en","Izzy Gets the F*ck Across Town","A woman at rock bottom must find her way across Los Angeles in order to crash her ex-boyfriend's engagement party.","2.886","/PB9GF6RkDNVPhuk4hl1WICeomU.jpg","[{'id':70264,'logo_path':null,'name':'Izzy Gets The Eff Across Town','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-06-22","0","86","[{'iso_639_1':'en','name':'English'}]","Released","Life's a journey. Hers is an obstacle course.","Izzy Gets the F*ck Across Town","false","6.2","19" +"false","","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'}]","","550286","tt2987806","en","Don't Open Your Eyes","A home-care nurse takes a job, but as it proves to be his toughest yet; he is inadvertently pulled into something much more sinister.","2.256","/fIYTqODecTdoKcY0Gk9g0T0XEpw.jpg","[{'id':109223,'logo_path':null,'name':'Red Lift Productions','origin_country':''},{'id':109224,'logo_path':null,'name':'Eastward Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-31","0","87","[{'iso_639_1':'en','name':'English'}]","Released","","Don't Open Your Eyes","false","10","3" +"false","/tdCHGB6Syji3xg8LRvv5tmvPtRY.jpg","{'id':507070,'name':'Best F(r)iends Collection','poster_path':'/yHsI41FYAHviUFdmUmy8GXQgAmq.jpg','backdrop_path':'/4TfqPPMWnMwBD4D79waxKO9Jtf4.jpg'}","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","https://www.bf-movie.com/","421044","tt6155194","en","Best F(r)iends: Volume 1","When a drifter befriends a quirky mortician, an unlikely business partnership is formed. Paranoia soon develops, however, and both men are forced to come to terms with the fragility of friendship and loyalty.","3.853","/3vDQbXCliqQCsH0EcC2v5NMuLgp.jpg","[{'id':91923,'logo_path':null,'name':'VoVo Productions','origin_country':''},{'id':91924,'logo_path':null,'name':'Summit Pictures','origin_country':''},{'id':91925,'logo_path':null,'name':'Roguescots','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-09-04","0","108","[{'iso_639_1':'en','name':'English'}]","Released","Friendship before money","Best F(r)iends: Volume 1","false","5.1","30" +"false","","null","0","[{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","","540928","tt7307136","en","All Styles","Struggling In his freshman year of college, Brandon tries to focus intently on his studies but keeps coming to the same conclusion: dance is his passion. His geeky roommate Nate proposes they start a dance crew, but their search for other freestyle dancers proves fruitless. So they expand their search across town, finding a break-dancer, a performance artist, a Bhangra dancer, an animator, a ballerina, and a ballroom dance mom willing to join the new crew. A national dance battle headlined by Brandon's previous crew, Levelz, provides the first opportunity for Brandon to prove to himself and his family that he and his crew have what it takes to make it as dancers.","1.981","/nHwGKBD6YneE1gejRP4X2z4gZWM.jpg","[]","[]","2018-08-18","0","87","[]","Released","","All Styles","false","7","2" +"false","/ncHjygKDhr6nAhnEQDkeH01hrp6.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':28,'name':'Action'},{'id':99,'name':'Documentary'}]","","20776","tt0321359","en","Return to the Batcave: The Misadventures of Adam and Burt","Adam West and Burt Ward are taken on a crazy adventure when the Batmobile is stolen from a car museum and they must track down the thief and return it. After solving a puzzle, they realize that the clues to finding the fiend who stole the Batmobile are hidden in their past. During the search, they flashback to their three seasons in tights, including their many sexual escapades.","2.912","/9jWkvwp9DNpUGAi57MiRwp3iYLJ.jpg","[{'id':17885,'logo_path':null,'name':'The Kaufman Company','origin_country':''},{'id':2188,'logo_path':null,'name':'Artisan Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-03-09","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Holy reunion, Batman!","Return to the Batcave: The Misadventures of Adam and Burt","false","6","20" +"false","/xvLBWmmlEF7aLPl5OPYaHbQ4dj8.jpg","null","0","[{'id':27,'name':'Horror'}]","","28294","tt0066104","de","Sie t??tete in Ekstase","A young doctor kills himself after a medical committee terminates his research into human embryos, considering it too inhumane. His wife then seeks revenge on those who drove her husband to his death by luring each member of the committee into compromising situations and then killing them one by one.","2.055","/dMfcVK2fuNUwgT8Tg5gfYiOQYBZ.jpg","[{'id':4785,'logo_path':null,'name':'Tele-Cine Film- und Fernsehproduktion','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'ES','name':'Spain'}]","1971-12-10","0","73","[{'iso_639_1':'de','name':'Deutsch'}]","Released","","She Killed in Ecstasy","false","4.8","16" +"false","/j9k6tVVB77QYDXyj613lLfRAMjX.jpg","null","0","[{'id':18,'name':'Drama'}]","http://jungundstark.de","302376","tt4076058","de","Wir sind jung. Wir sind stark.","On 24th August 1992 in the eastern German city of Rostock a rampaging mob, to the applause and cheering of more than 3,000 bystanders, besieged and set fire to a residential building containing, among others, more than 120 Vietnamese men, women and children on what has since become known as ""The Night of the Fire."" The riots became a symbol for xenophobia in the just recently reunited Germany. This film recounts the incident from the perspectives of three very different characters.","2.016","/2Etatd2baXtgvvW9uOUEAwy9ISj.jpg","[{'id':27392,'logo_path':null,'name':'UFA Cinema','origin_country':''},{'id':24307,'logo_path':'/xJo66MG6C99FeO81ddXVswjEmSB.png','name':'UFA Fiction','origin_country':'DE'},{'id':1928,'logo_path':'/7tIKVXYrpIsOV3towrC30GLkMKX.png','name':'Das Kleine Fernsehspiel','origin_country':''},{'id':201,'logo_path':'/6UIpEURdjnmcJPwgTDRzVRuwADr.png','name':'ARTE','origin_country':'FR'},{'id':16052,'logo_path':'/zuTtCXQa9NWiUnydXdpNIr9DDcn.png','name':'Cine Plus Filmproduktion','origin_country':'DE'}]","[{'iso_3166_1':'DE','name':'Germany'}]","2014-10-21","0","123","[{'iso_639_1':'vi','name':'Ti???ng Vi???t'},{'iso_639_1':'de','name':'Deutsch'}]","Released","","We Are Young. We Are Strong.","false","7.1","36" +"false","/yXVQj8Q6TCYK7Wvb9NU2v6D85z.jpg","{'id':314023,'name':'Hercules (Lou Ferrigno) Collection','poster_path':'/8u0CHePdPsVPFzDYhZLXtacKl51.jpg','backdrop_path':null}","0","[{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'}]","","30577","tt0089271","en","The Adventures Of Hercules","Hercules searches for the Seven Thunderbolts of Zeus, which have been stolen by renegade gods.","1.482","/2zXg0ISPY7zGY5Ui7BFF1ED95Oc.jpg","[{'id':21712,'logo_path':null,'name':'Cannon Italia Srl','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'IT','name':'Italy'}]","1985-08-26","0","88","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","The World Needed a Hero. It Got a Legend.","The Adventures of Hercules","false","4.7","16" +"false","/A9SikvWa8yokjOHIXtl9kMGksf8.jpg","null","0","[{'id':27,'name':'Horror'}]","","85160","tt0093990","fr","Slaughterhouse","The owner of a slaughterhouse facing foreclosure instructs his 350lbs, mentally retarded son to go on a killing spree against the people who want to buy his property.","2.278","/qgd2Lo6OoYJYu0qWIW2EVGtyTyn.jpg","[{'id':42001,'logo_path':null,'name':'American Artists','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-08-28","0","85","[{'iso_639_1':'en','name':'English'}]","Released","You'll never get out in one piece!","Slaughterhouse","false","5.3","28" +"false","/d3pyIqXlKSJy8LfJ983PUhrYbC2.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","","27523","tt0055399","it","Salvatore Giuliano","Sicilian bandit Salvatore Giuliano's bullet-riddled corpse is found facedown in a courtyard in Castelvetrano, a handgun and rifle by his side. Local and international press descend upon the scene, hoping to crack open the true story behind the death of this young man, who, at the age of twenty-seven, had already become Italy???s most wanted criminal and celebrated hero. Filming in the exact locations and enlisting a cast of native Sicilians once impacted by the real Giuliano, director Francesco Rosi harnessed the facts and myths surrounding the true story of the bandit's death to create a startling expos?? of Sicily and the tangled relations between its citizens, the Mafia, and government officials.","1.601","/uaFTCD0y2MEccTFyHOHj6IrwyZ.jpg","[{'id':12111,'logo_path':null,'name':'Vides Cinematografica','origin_country':''},{'id':12240,'logo_path':null,'name':'Galatea Film','origin_country':'IT'},{'id':1679,'logo_path':null,'name':'Lux Film','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'}]","1962-02-28","0","119","[{'iso_639_1':'it','name':'Italiano'}]","Released","","Salvatore Giuliano","false","7.1","28" +"false","/jaeFAKPbdCC1eXucHU5wX7FYh9J.jpg","null","0","[{'id':18,'name':'Drama'}]","","494593","tt7775886","de","R??ckenwind von vorn","Young Berlin schoolteacher Charlie no longer wants to continue as usual on her chosen path and asks herself what she really wants and needs.","1.176","/mRVJyqrukqpq0XdUW1VO1CdeLj0.jpg","[{'id':88756,'logo_path':null,'name':'Von Oma gef??rdert','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'}]","2018-03-15","0","77","[{'iso_639_1':'de','name':'Deutsch'}]","Released","","Away You Go","false","5.5","9" +"false","/uOdVaUmgyh9A4bNLK9EGN2wiU7G.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","47430","tt0099949","pl","Korczak","The story of Polish pedagogue Janusz Korczak and his dedication to protecting Jewish orphans during the war.","1.292","/vP0UUZ7AUP711WRSkj3uGM3r2hp.jpg","[{'id':4606,'logo_path':'/otZHbf1HmzLRQsZFSqJXkf8EHz7.png','name':'ZDF','origin_country':'DE'},{'id':3324,'logo_path':'/16fY7pucCzn7WSOYxOGRHlAayL3.png','name':'BBC','origin_country':'GB'},{'id':2239,'logo_path':null,'name':'Erato Films','origin_country':''},{'id':2240,'logo_path':null,'name':'Erbograph Co.','origin_country':''},{'id':12994,'logo_path':null,'name':'Regina Ziegler Filmproduktion','origin_country':''},{'id':90732,'logo_path':null,'name':'Telmar Films Intl.','origin_country':''},{'id':46568,'logo_path':null,'name':'Zespol Filmowy \'Perspektywa\'','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'PL','name':'Poland'},{'iso_3166_1':'GB','name':'United Kingdom'}]","1990-01-01","0","115","[{'iso_639_1':'pl','name':'Polski'}]","Released","","Korczak","false","7.6","5" +"false","/qcwCmZ7RPzbF8jACyjBoNAQivtm.jpg","null","0","[{'id':10752,'name':'War'},{'id':18,'name':'Drama'}]","","54195","tt0055024","en","It Happened Here","It is the Second World War. The Nazis have invaded Britain. There is a split between the resistance and those who prefer to collaborate with the invaders for a quiet life. The protagonist, a nurse, is caught in the middle.","1.344","/ea8dckRzJTiZdaxnehYhIhaKPx0.jpg","[]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1966-05-01","0","93","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","The Story of Hitler's England","It Happened Here","false","6.4","12" +"false","/upp5T2nzsWa5KGgoq4vacAAp5Tu.jpg","null","0","[{'id':28,'name':'Action'},{'id':37,'name':'Western'},{'id':27,'name':'Horror'}]","","61943","tt0062082","it","Se sei vivo spara","A Mexican outlaw known as ""The Stranger"" is part of a band of thieves that steal a cargo of gold from a stagecoach. However, the Americans in the band betray him, and shoot all the Mexicans. The Stranger is not completely dead though, and crawls his way out of his shallow grave, continuing his pursuit of the gold, and exacting a bloody vengeance.","2.887","/9philAnUnabmla9qsxvfvgbYsbQ.jpg","[{'id':14344,'logo_path':null,'name':'GIA Societ?? Cinematografica','origin_country':''},{'id':9240,'logo_path':null,'name':'Hispamer Films','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'ES','name':'Spain'}]","1967-05-03","0","100","[{'iso_639_1':'it','name':'Italiano'}]","Released","Terror from the depths of hell!","Django Kill... If You Live, Shoot!","false","5.6","27" +"false","/AgCH0twhcyxdw7c0WyF9WXUEvfL.jpg","null","0","[{'id':27,'name':'Horror'}]","","339087","tt3699684","en","World War Dead: Rise of the Fallen","To celebrate the centenary of WW1, a TV Documentary team travels to the Somme to put together a ratings smash about new mysteries relating to the famous battle. However, what they unearth is far from a new story of those that died 100 years ago ??? but an army of the undead and a brand new war.","1.4","/sM0Xzm2oO43xc3vZGKICBUXXCGk.jpg","[{'id':52812,'logo_path':null,'name':'Next Level Films','origin_country':''},{'id':52813,'logo_path':null,'name':'Atomic Level Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-05-04","0","80","[{'iso_639_1':'en','name':'English'}]","Released","","World War Dead: Rise of the Fallen","false","4.4","5" +"false","/zBGxCifaKNAOqFQ3LmywoUqpGMC.jpg","null","0","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'}]","http://tribecafilm.com/filmguide/5320899ec07f5df7d200013b-summer-of-blood","265449","tt3625352","en","Summer of Blood","Lousy lover and egocentric Eric Sparrow is dumped by his girlfriend after rejecting her marital proposal. After a few failed dates his luck turns when a chance encounter with a vampire turns him into a sex god.","1.82","/zAcjR19bm95ZOEmHAYWBCXcRnkS.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-10-17","0","86","[{'iso_639_1':'en','name':'English'}]","Released","","Summer of Blood","false","4.9","20" +"false","/x2Aj04sAnLydBeRakOhpT7orIK9.jpg","null","0","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","30996","tt0125510","en","Splatter University","A sociology instructor finds her new teaching duties at a private college interrupted by the presence of a killer.","0.741","/vNFXhtVfq8cDvyfdWdxMIyNv0Ow.jpg","[{'id':34578,'logo_path':null,'name':'Aquifilm','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-07-13","0","77","[{'iso_639_1':'en','name':'English'}]","Released","Earn a higher degree in terror!","Splatter University","false","4.7","16" +"false","/wwgWtGa9564EofDYhEO7ctNV29Y.jpg","null","0","[{'id':10402,'name':'Music'},{'id':99,'name':'Documentary'}]","","317219","tt4268850","en","No Manifesto: A Film About Manic Street Preachers","In 1991, the Manic Street Preachers planned to sell 16 million copies of their debut and split up. Many years, many hits and one big mystery later, this colourful band and its fans appear in a unique documentary that tells their full story.","0.6","/jVeXmMGNOU56l1GK83trnqiVd87.jpg","[]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-01-30","0","96","[]","Released","","No Manifesto: A Film About Manic Street Preachers","false","7.5","4" +"false","/f6zcd6ZVviZnCdjqdtZtWKTNDDM.jpg","null","0","[{'id':27,'name':'Horror'}]","","301846","tt2393827","en","Howl","When passengers on a train are attacked by a creature, they must band together in order to survive until morning.","5.331","/sGEOC8x0lXSlIV4hoIZjnOnze9e.jpg","[{'id':12906,'logo_path':null,'name':'Starchild Pictures','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-10-01","0","89","[{'iso_639_1':'en','name':'English'}]","Released","Last Train. Full Moon. All Change.","Howl","false","5","203" +"false","/hoLHbEYD3fwPcPgj87TkT6Z7wve.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","http://www.florathemovie.com/","454439","tt4453756","en","Flora","In 1929, an expedition of university botanists enter an uncharted forest where they discover, and must escape an ancient organism.","1.111","/tRX2P7h27DVtcWapcdssvkWdPg1.jpg","[]","[{'iso_3166_1':'CA','name':'Canada'}]","2017-04-27","88","99","[{'iso_639_1':'en','name':'English'}]","Released","Some things live stronger alone.","Flora","false","4.7","6" +"false","/jVLdlM4pthp3fXn0cFpfV3Mjlxf.jpg","null","0","[{'id':28,'name':'Action'}]","","41378","tt0084921","zh","????????????","A young martial artist seeks revenge on the ninja who kills his martial arts brothers and teacher.","3.545","/nUidOywTrK8kceDCOHQRuLGqs4y.jpg","[{'id':5798,'logo_path':'/tmuI9BGXgpWLmokhlxpnG3IGNQB.png','name':'Shaw Brothers','origin_country':''}]","[{'iso_3166_1':'HK','name':'Hong Kong'}]","1982-04-21","0","107","[{'iso_639_1':'cn','name':'????????? / ?????????'},{'iso_639_1':'zh','name':'?????????'}]","Released","","Five Element Ninjas","false","6.8","23" +"false","","null","0","[{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'}]","https://www.amirmotlagh.com/","519584","tt4347994","en","Three Worlds","Three Worlds is a psychological genre-bending drama that explores the three lives, or 'worlds,' of a man who undergoes an experiment that triggers haunting memories and alternate life memories.","1.96","/sFzfPTXQG9YJAjpP5hGGThpTe9R.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-04-21","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Three Worlds","false","7.3","4" +"false","/pyiH7BnM2rTfFc6sBbwgFciSGTC.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","","354083","tt3127016","en","Sharon 1.2.3.","Jonah is a true nerd turned successful businessman who is living the dream with two gorgeous women named Sharon. But the dream gets too real when he meets the third Sharon and falls in love.","5.123","/n1eiLH7Y4WmWkzxt7hoooO8Wx0y.jpg","[{'id':60661,'logo_path':null,'name':'S3 Productions','origin_country':'US'},{'id':60660,'logo_path':'/w4y3W5Lqa1JiF5HmZOisq0FS2fj.png','name':'JuntoBox Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-09-21","0","80","[{'iso_639_1':'en','name':'English'}]","Released","","Sharon 1.2.3.","false","4.1","5" +"false","/uL4opojYQqKRHKgMnUa101n0n8T.jpg","{'id':107949,'name':'Puppet Master Collection','poster_path':'/xJY6No7QOKSJd4olftBEvfbjXvE.jpg','backdrop_path':'/crDZjaOpoUCIOoiQ9nLIAt8ZBul.jpg'}","0","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'}]","","396321","tt5685006","en","Puppet Master: The Littlest Reich","A recently divorced young man discovers a mint condition Blade doll in his deceased brother's closet and plans to sell the toy at a convention in Oregon celebrating the 30th anniversary of the infamous Toulon Murders. All hell breaks loose during the auction when a strange force animates all of the puppets throughout the convention, setting them on a bloody killing spree.","6.382","/hgEdACVewk7SkptmbNVaw1gherl.jpg","[{'id':49471,'logo_path':null,'name':'Zero Trans Fat Productions','origin_country':'US'},{'id':108781,'logo_path':'/kHAIsNbR9DEiupDXYnloc9FyZl7.png','name':'Cinestate','origin_country':'US'},{'id':79822,'logo_path':null,'name':'Flexibon Films','origin_country':''},{'id':63443,'logo_path':'/iKm40tfw3Hxaz7mUubWrdbApUJV.png','name':'The Fyzz Facility','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2018-08-17","0","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","World War III Begins on Your Toy Shelf","Puppet Master: The Littlest Reich","false","5.7","37" +"false","/uZwj3twyTebewTRCySS1PpOfrcm.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'}]","","19120","tt0059229","it","Giulietta degli spiriti","Middle-aged Giulietta grows suspicious of her husband, Giorgio, when his behavior grows increasingly questionable. One night when Giorgio initiates a seance amongst his friends, Giulietta gets in touch with spirits and learns more about herself and her painful past. Slightly skeptical, but intrigued, she visits a mystic who gives her more information -- and nudges her toward the realization that her husband is indeed a philanderer.","3.894","/9Rbkl15bkp0ArBajUaxS7T1MEFb.jpg","[{'id':1638,'logo_path':null,'name':'Francoriz Production','origin_country':''},{'id':12778,'logo_path':null,'name':'Rizzoli Film','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'FR','name':'France'}]","1965-10-22","78550","148","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","The inhibitions... the desires... the obsessions... of a jealous woman held prisoner by her own dreams","Juliet of the Spirits","false","7.4","81" +"false","/mQ59smcL2rcvHiOIkbHqpsyxvZL.jpg","null","0","[{'id':80,'name':'Crime'},{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.newrealmsfilms.com.au/in-production.html","471317","tt3418424","en","One Less God","In 2008, a band of young Islamic militants from Pakistan lands in Mumbai, their primary target, the iconic Taj Mahal hotel. With Indian forces unable to regain control, for 4 days the guests must battle to survive as the terrorists seek to drive them from hiding. The harrowing events that follow will come to be known as India's 9/11 and one of the most audacious terrorist attacks in history. Yet more than a tale of monsters and men, this is a story of our shared humanity at the dark crossroads to which we have now stumbled. Inspired by true events.","1.4","/13pLffcdjDJ6NfxE92yDjRn5FT.jpg","[{'id':101577,'logo_path':null,'name':'New Realms Films','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'NP','name':'Nepal'}]","2017-10-06","0","128","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'hi','name':'??????????????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'tr','name':'T??rk??e'}]","Released","Because the only thing worth giving up for love... is everything.","One Less God","false","7.3","4" +"false","/m03jul0YdVEOFXEQVUv6pOVQYGL.jpg","{'id':185103,'name':'Hotel Transylvania Collection','poster_path':'/lrss5CB6dgRMnBoTlqhWoRTYbiv.jpg','backdrop_path':'/arH2YrpG7EVMnA4JCtzAXt9wQQJ.jpg'}","80000000","[{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'},{'id':35,'name':'Comedy'},{'id':16,'name':'Animation'}]","http://www.hotelt3.com","400155","tt5220122","en","Hotel Transylvania 3: Summer Vacation","Dracula, Mavis, Johnny and the rest of the Drac Pack take a vacation on a luxury Monster Cruise Ship, where Dracula falls in love with the ship???s captain, Ericka, who???s secretly a descendant of Abraham Van Helsing, the notorious monster slayer.","24.494","/gjAFM4xhA5vyLxxKMz38ujlUfDL.jpg","[{'id':2251,'logo_path':'/8PUjvTVmtJDdDXURTaSoPID0Boj.png','name':'Sony Pictures Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-06-28","100176000","97","[{'iso_639_1':'en','name':'English'}]","Released","Family vacation. It will suck the life out of you.","Hotel Transylvania 3: Summer Vacation","false","6.8","1491" +"false","/xY9yeDRqSO9o2xUZ34QQFdmrOpl.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':10402,'name':'Music'}]","","490696","tt6582782","en","Tennessee Whiskey: The Dean Dillon Story","Dean Dillon has written hit songs for George Strait, George Jones, Kenny Chesney, Brooks and Dunn, Toby Keith, LeeAnn Womack, and many more for over 4 decades.","0.6","/w3Fvd7ArAbGvVpJDBCyXMsdCmCl.jpg","[]","[]","2017-09-19","0","82","[{'iso_639_1':'en','name':'English'}]","Released","English","Tennessee Whiskey: The Dean Dillon Story","false","0","0" +"false","/1r1Eb12mGWckpmeVHtajt5gp7o6.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","468698","tt6086498","en","Running Away","Sisters Maggie and Lizzie move in with mom Peg's new husband. Secrets and lies start immediately. Maggie cannot handle what follows and recruits a friend to help her plan to get out of town with her step father's secrets. When Peg discovers that her daughter has run away, she now has to find Maggie fast but must come to terms with the dark secrets that led to Maggie's fleeing and the secrets about her new husband.","1.296","/4iMRrNuR3vPwGdvdn49vQKaDLtm.jpg","[]","[]","2017-05-06","0","","[{'iso_639_1':'en','name':'English'}]","Released","","Running Away","false","5.7","6" +"false","/lJ2qEy0qxYID3FWxEzJ4oKQzCdm.jpg","null","0","[{'id':53,'name':'Thriller'}]","http://www.marvista.net/catalog_items/1155","531398","tt7440524","en","Nightclub Secrets","When Zoe's sister, Rachel, ends up dead from an apparent suicide, Zoe takes it upon herself to find out the truth. Through Rachel's diary Zoe is able to follow a trail to a world of nightclubs and the secrets they hold.","3.09","/ea4LRQedOKtGzlPv75ZTOROnFT6.jpg","[{'id':6679,'logo_path':null,'name':'MarVista Entertainment','origin_country':'US'},{'id':108824,'logo_path':null,'name':'SaigeBelle Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-06-02","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Nightclub Secrets","false","5","6" +"false","/esXjziKh37EXym468qzzxLdUv6o.jpg","null","0","[{'id':53,'name':'Thriller'}]","","502799","tt7908312","en","Her Stolen Past","When Sonya Daniels finds the birth certificate of a kidnapped baby, hidden in her late mother's home, she's shocked. What was her parents' connection to the missing little girl and could her mother's murder somehow be connected? Sonya hires attractive detective Brandon Hayes to help her investigate. But someone will stop at nothing to prevent them from uncovering the truth. Determined to unravel the mystery, Sonya doesn't realize how deadly the answers she's looking for will be. Based on Lynette Eason's Harlequin Love Inspired - Suspense novel Her Stolen Past.","1.526","/8WsJFb9V8MHhbCp2eBc3hZv6r8b.jpg","[{'id':64447,'logo_path':null,'name':'Reel World Management','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2018-02-21","0","87","[{'iso_639_1':'en','name':'English'}]","Released","","Her Stolen Past","false","6.8","5" +"false","/vIsieWr3MIAOba1UiyQHePfxTfh.jpg","null","0","[{'id':99,'name':'Documentary'}]","","464756","tt5654710","en","To Hell and Back: The Kane Hodder Story","To Hell and Back: The Kane Hodder Story is the harrowing story of a stuntman overcoming a dehumanizing childhood filled with torment and bullying in Sparks, Nevada. After surviving a near-death burn accident, he worked his way up through Hollywood, leading to his ultimate rise as Jason Voorhees in the Friday the 13th series and making countless moviegoers forever terrified of hockey masks and summer camp. Featuring interviews with cinema legends, including Bruce Campbell (Ash vs. Evil Dead), Robert Englund (Freddy Krueger), and Cassandra Peterson (Elvira: Mistress of the Dark), To Hell and Back peels off the mask of Kane Hodder, cinema's most prolific killer, in a gut-wrenching, but inspiring, documentary. After decades of watching Kane Hodder on screen, get ready to meet the man behind the mask in To Hell and Back - an uniquely human story about one of cinema's most vicious monsters.","0.823","/5o2ll3RnX3LBWTduZyiYevst4Xw.jpg","[{'id':109996,'logo_path':null,'name':'Masterfully Macabre Entertainment','origin_country':''},{'id':83947,'logo_path':null,'name':'Four J's Production','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-08-26","0","108","[{'iso_639_1':'en','name':'English'}]","Released","","To Hell and Back: The Kane Hodder Story","false","8.1","7" +"false","/f5om3g9gCPscPhIz1Aky0oy7LqX.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","550172","tt6905442","en","High Voltage","An emerging rock band, managed by industry vet Jimmy Kleen, strike a deal with record executive Rick Roland. Things take a sinister turn when the band's lead singer, Rachel, and her mother Barb are struck by lightning and killed. Rachel is brought back to life, but she is different than before. Lightning courses through her veins and she uses her new strange electrical powers to drain the life from men, turning it into electrifying stage performances, but just how far are the band willing to go to make it.","5.684","/44TEBlWUctxG9K3T1niiLdBINSx.jpg","[{'id':111921,'logo_path':null,'name':'SP Releasing','origin_country':''},{'id':111922,'logo_path':null,'name':'Echo Bridge','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-19","0","92","[{'iso_639_1':'en','name':'English'}]","Released","Revenge is worth dying for","High Voltage","false","4.7","6" +"false","/nlnxZEYYvC5dcN5WJlVXIRxG1kd.jpg","null","0","[{'id':28,'name':'Action'}]","http://www.saradanmedia.co.uk/films/attrition/","550134","tt5465970","en","Attrition","When a Thai girl with mythical powers goes missing, Axe and his old team unite in attempts to bring her back.","4.352","/hxRkMGkLImeURmWZq31RuuTDxMh.jpg","[{'id':109196,'logo_path':null,'name':'Sivko Partners','origin_country':''},{'id':3495,'logo_path':null,'name':'Steamroller Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'HK','name':'Hong Kong'},{'iso_3166_1':'TH','name':'Thailand'}]","2018-09-24","0","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'zh','name':'?????????'}]","Released","A story of kung fu and honor","Attrition","false","5","13" +"false","/1hbY5fPZK7cRuXNN36JUUNSFzFL.jpg","null","2000000","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'}]","http://www.americandresser.com/","548786","tt3956336","en","American Dresser","When a recent widower consumed with regret seeks absolution in riding his motorcycle cross-country to confront the mistakes of his past, he unexpectedly discovers that life is about moving forward, one mile at a time.","2.866","/2pMa2JE77EoSgSvya3ifHTOu9wv.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-09-21","2231","97","[{'iso_639_1':'en','name':'English'}]","Released","moving forward, one mile at a time.","American Dresser","false","5.8","4" +"false","/2Cx0fkj3PrEeK4vRY4FMpR5Nswb.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':37,'name':'Western'}]","","33015","tt0015863","en","Go West","With little luck at keeping a job in the city a New Yorker tries work in the country and eventually finds his way leading a herd of cattle to the West Coast","1.7","/chZ6GbfTIKgD6nYmUKZScDAnIo8.jpg","[{'id':12190,'logo_path':null,'name':'Buster Keaton Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1925-11-01","0","69","[{'iso_639_1':'en','name':'English'}]","Released","Come with Buster out into the vast open spaces where men are men and cows are their only lady friends","Go West","false","6.9","44" +"false","/w2Po3cRhLblhqeYkU7SEnA8IlDL.jpg","{'id':114915,'name':'Xtro Collection','poster_path':'/q7nOlgGzUxX85q45pshEaU65P2A.jpg','backdrop_path':null}","0","[{'id':878,'name':'Science Fiction'},{'id':27,'name':'Horror'}]","","25834","tt0086610","en","Xtro","Tony's father Sam, abducted by aliens three years earlier, returns to earth and seeks out his wife and son, but Rachel has since been living with Joe and the reunion is awkward. Joe doesn't trust Sam, and Rachel can't quite decide what her feelings are for her two men. Sam is not the same as when he left, and he begins affecting Tony in frightening ways.","4.194","/y8b28XoUDqk5RvQMcwavJzJ5aPG.jpg","[{'id':24257,'logo_path':null,'name':'Amalgamated Film Enterprises','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1982-12-06","0","83","[{'iso_639_1':'en','name':'English'}]","Released","Some extra-terrestrials aren't friendly.","Xtro","false","5.5","68" +"false","/273sZucrvytkuYjsYYSa7RtQa2B.jpg","null","12000000","[{'id':14,'name':'Fantasy'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","http://www.tidelandthemovie.com/","11559","tt0410764","en","Tideland","Because of the actions of her irresponsible parents, a young girl is left alone on a decrepit country estate and survives inside her fantastic imagination.","6.619","/xR8vo6xGJbk8QljOlcjLNyLrwB5.jpg","[{'id':11561,'logo_path':'/8HB3TFUeo83keAPHfFfrNtN2MmA.png','name':'Recorded Picture Company (RPC)','origin_country':'GB'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2005-09-09","566611","120","[{'iso_639_1':'en','name':'English'}]","Released","The squirrels made it seem less lonely.","Tideland","false","6.5","238" +"false","/8X2ldTImcNyBAnFs0JSDaetNnCz.jpg","null","0","[{'id':27,'name':'Horror'}]","https://hellhousellc.com","532973","tt8707374","en","Hell House LLC II: The Abaddon Hotel","The sequel picks up eight years since the opening night tragedy of HELL HOUSE LLC and still many unanswered questions remain. Thanks to an anonymous tip, an investigative journalist is convinced that key evidence is hidden inside the abandoned Abaddon Hotel - evidence that will shed light on the hotel's mysteries and many unsolved deaths and disappearances. She assembles a team to break into the hotel in hopes of discovering the truth. But the source of the tip and the secrets of the Abaddon Hotel are more horrifying than any of them could have imagined.","3.674","/chFGqQVmEmskFKXZEbp4hYVT5IM.jpg","[]","[]","2018-09-14","0","89","[{'iso_639_1':'en','name':'English'}]","Released","","Hell House LLC II: The Abaddon Hotel","false","5.4","27" +"false","/nWf0NQYjTVqErKTVhCklpypStgB.jpg","null","0","[{'id':53,'name':'Thriller'}]","","467240","tt6923858","en","Burning Shadow","Charlie, a down-on-his-luck loner, crosses paths with a blind homeless man who is his exact double. Perplexed and intrigued by the discovery, Charlie invites the man into his life.","5.731","/zFdP3TVJyFZ1EgGRjYffWHeApOk.jpg","[{'id':92704,'logo_path':null,'name':'Doppel Films','origin_country':''},{'id':1872,'logo_path':'/559H3L3CP1dJsHLSS3XSe5GNkW0.png','name':'Bleiberg Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-08-07","0","87","[{'iso_639_1':'en','name':'English'}]","Released","","Burning Shadow","false","6.9","7" +"false","/pvLWhA71bklYkTtUdWjDvtFj6RH.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","","32318","tt0015163","en","The Navigator","The wealthy and impulsive Rollo Treadway decides to propose to his beautiful socialite neighbor, Betsy O'Brien. Alhough Betsy turns Rollo down, he still opts go on the cruise that he intended as their honeymoon. When circumstances find both Rollo and Betsy on the wrong ship, they end up having adventures on the high seas.","4.712","/Av9JzUEpVw7N1HWrBd2s84oxcS2.jpg","[{'id':12190,'logo_path':null,'name':'Buster Keaton Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1924-10-13","0","59","[{'iso_639_1':'xx','name':'No Language'}]","Released","Hurry! Hurry! Throw out the ""laff"" line!","The Navigator","false","7.4","76" +"false","/hErOWdLNTO8u60dBDb40znVjMcV.jpg","null","70000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':10752,'name':'War'},{'id':18,'name':'Drama'}]","","460555","tt6878882","zh","????????????","A squad of the Jiaolong Commando Unit - Sea Dragon, a spec ops team of the Chinese Navy, carries out a hostage rescue operation in the nation of Yewaire, on the Arabian Peninsula, and fiercely fights against local rebel groups and Zaka, a terrorist organization.","18.152","/6ctXBO0o5fKQvGdSJsPc8TAYCvp.jpg","[{'id':30148,'logo_path':null,'name':'Bona Film Group','origin_country':''},{'id':109462,'logo_path':null,'name':'The P.L.A Navy Government TV Art Central of China','origin_country':''},{'id':109463,'logo_path':null,'name':'Star Dream Studio Media','origin_country':''},{'id':109464,'logo_path':null,'name':'Emperor Film Production','origin_country':''},{'id':109465,'logo_path':null,'name':'Film Fireworks Production','origin_country':''},{'id':83809,'logo_path':null,'name':'ZAK Film Productions','origin_country':''}]","[{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'HK','name':'Hong Kong'},{'iso_3166_1':'MA','name':'Morocco'}]","2018-02-16","579220560","142","[{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'en','name':'English'}]","Released","","Operation Red Sea","false","6.7","47" +"false","/y9LABDaqWbbB0SBY1ifFClPaybr.jpg","null","300000","[{'id':18,'name':'Drama'}]","","73125","tt0022685","en","A Bill of Divorcement","Hillary Fairfield returns home after fifteen years in an asylum with sanity restored. But he is disturbed to find that everything has changed: his daughter grown and about to marry; his wife divorced and also about to marry.","0.649","/kgf3nkw32M2cJlLbhSTcR8pDvII.jpg","[{'id':6,'logo_path':'/n53F7K9scQWFXYbrCablqLKqJdp.png','name':'RKO Radio Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1932-09-30","0","70","[{'iso_639_1':'en','name':'English'}]","Released","","A Bill of Divorcement","false","6.3","12" +"false","/iMlRvxKRz8OpePpAEKAXLsGmY3R.jpg","null","150000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","133919","tt6725014","sv","Scener ur ett ??ktenskap","Johan and Marianne are married and seem to have it all. Their happiness, however, is a fa??ade for a troubled relationship, which becomes even rockier when Johan admits that he's having an affair. Before long, the spouses separate and move towards finalizing their divorce, but they make attempts at reconciling. Even as they pursue other relationships, Johan and Marianne realize that they have a significant bond, but also many issues that hinder that connection.","5.122","/ArKEdvJesIktFX8OAhcdKAOLl6I.jpg","[{'id':7445,'logo_path':null,'name':'Cinematograph AB','origin_country':''}]","[{'iso_3166_1':'SE','name':'Sweden'}]","1973-04-11","0","170","[{'iso_639_1':'sv','name':'svenska'}]","Released","","Scenes from a Marriage","false","8.2","82" +"false","/3u1WbypkQqKQIiozOGIFXBAT5W3.jpg","null","0","[{'id':99,'name':'Documentary'}]","https://activemeasures.com","521862","tt8135494","en","Active Measures","Russian president Vladimir Putin attacks the 2016 American Presidential Election in collaboration with The Trump Campaign.","2.254","/9Gcf92UWd5k6e0W1K6fTi3x1exV.jpg","[{'id':27653,'logo_path':null,'name':'Shooting Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-04-30","0","112","[{'iso_639_1':'en','name':'English'}]","Released","","Active Measures","false","8.5","4" +"false","/4ywXFLQKkA0XX9xbSXpJW0hqvKu.jpg","null","0","[{'id':28,'name':'Action'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","531208","tt8128866","en","Triassic World","In the future, scientists found a way to grow human organs inside dinosaurs to harvest them for profit. But when the dinosaurs break out, the scientists that created them have to find ways undo the terrible mistakes they have done.","3.675","/fcULEb3zNY4Uef8H9DtRoasX8Hi.jpg","[{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-06-19","0","90","[{'iso_639_1':'en','name':'English'}]","Released","dinosaurs","Triassic World","false","5","5" +"false","/6SBWKM0lRWvadzluf1zIj7bYkZU.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","451877","tt6169694","en","I Think We're Alone Now","After the human race has been wiped out, Del lives in an empty town, content in his solitude and the utopia he has methodically created for himself, until he meets young Grace, who wants to stay with him.","5.354","/9sNsmC8FKgr4hTfnGCS49WY20k4.jpg","[{'id':7625,'logo_path':'/kzq4ibnNeZrp00zpBWv3st1QCOh.png','name':'Automatik Entertainment','origin_country':'US'},{'id':107244,'logo_path':null,'name':'Estuary Films','origin_country':''},{'id':72844,'logo_path':null,'name':'Slater Hall Productions','origin_country':''},{'id':19578,'logo_path':null,'name':'Momentum Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-09-14","0","100","[{'iso_639_1':'en','name':'English'}]","Released","In the end??? Chaos will find you","I Think We're Alone Now","false","6.1","67" +"false","/7kmD8rglNwOerWDboLgY6McrkQN.jpg","null","0","[{'id':99,'name':'Documentary'}]","","490575","tt5184272","en","Cradle of Champions","Three extraordinary young people battle to change their lives through the three-month odyssey of the New York Daily News Golden Gloves - the biggest, oldest, most important amateur boxing tournament in the world.","2.744","/4oSRiUKOaXFbPEvD9P0OVCgj1xw.jpg","[{'id':98081,'logo_path':null,'name':'Knickerbocker Media','origin_country':''},{'id':98082,'logo_path':null,'name':'Baird Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-03-22","0","100","[{'iso_639_1':'en','name':'English'}]","Released","Fighting for your life in the city of dreams.","Cradle of Champions","false","0","1" +"false","/qjKyhXYjxqzIUV1xg6b6FMPOZwm.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'},{'id':53,'name':'Thriller'}]","http://belcanto.film","519255","tt6046314","en","Bel Canto","A famous opera singer is held hostage in South America by a guerrilla rebel group after performing at a Japanese businessman's lavish birthday party. Unexpected bonds are forged in the standoff that ensues.","6.06","/2pRvnOhFdANmdzDXfuLlZV9jwSb.jpg","[{'id':54281,'logo_path':null,'name':'A-Line Pictures','origin_country':''},{'id':1473,'logo_path':null,'name':'Depth of Field','origin_country':'US'},{'id':26834,'logo_path':null,'name':'Priority Pictures','origin_country':''},{'id':32554,'logo_path':null,'name':'Bloom','origin_country':'US'},{'id':6353,'logo_path':null,'name':'Screen Media Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-09-13","0","100","[{'iso_639_1':'en','name':'English'}]","Released","","Bel Canto","false","5.1","20" +"false","/2pJ0PTrXZzGgSFXkavFxY7yBPtF.jpg","null","0","[{'id':27,'name':'Horror'},{'id':18,'name':'Drama'}]","","29562","tt0079135","fr","Fascination","This erotic horror film, set in 1905, tells the story of a thief who seeks refuge in a castle owned by two women, Eva (Brigitte Lahaie) and Elizabeth (Franca Mai). The women are seductive and teasing, but turn out to be part of a vampiric cult of blood-drinking aristocrats.","2.193","/8cnKmM7p96Wnt3W49AbvvKDsGXy.jpg","[{'id':21735,'logo_path':null,'name':'Comex','origin_country':''},{'id':7996,'logo_path':null,'name':'Films A.B.C.','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'}]","1979-01-01","0","80","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Fascination","false","6.8","22" +"false","/im4WEafVqwMHwGWkU7bAT5goS9P.jpg","null","0","[{'id':18,'name':'Drama'}]","","441766","tt6320482","en","Octavio Is Dead","The daughter of an overbearing mother enters the rich and strange world of her deceased father ??? a man she never knew.","2.547","/xlffaSeABY8je4bE1ymPWQbUQLj.jpg","[{'id':22884,'logo_path':null,'name':'The Film Farm','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2018-06-02","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Octavio Is Dead","false","4.8","6" +"false","/ljTYcQ3pkzYF52Z8ev1Z1UThnPy.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","https://www.netflix.com/title/80189630","519035","tt0365545","en","Nappily Ever After","After an accident at the hair salon, Violet realizes she's not living life to the fullest. A soulful barber helps her put the pieces back together.","10.3","/lxXsGqxUwSxypffv8hn3r332jf4.jpg","[{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-09-21","0","100","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","Let yourself grow","Nappily Ever After","false","7.4","497" +"false","/lrxsLj0ZYSiSmrNRr9m4UQV8TxQ.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","523773","tt6957966","en","Little Italy","Former childhood pals Leo and Nikki are attracted to each other as adults???but will their feuding parents' rival pizzerias put a chill on their sizzling romance?","13.161","/vdSSmzYKqViKH7mkQwgOVSALrOO.jpg","[{'id':806,'logo_path':'/kcNh09qqR2Pkw1JAzRW4CommrW4.png','name':'T??l??film Canada','origin_country':'CA'},{'id':42591,'logo_path':null,'name':'First Take Entertainment','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2018-08-24","0","102","[{'iso_639_1':'en','name':'English'}]","Released","Love is an acquired taste.","Little Italy","false","6.9","102" +"false","/tHl3s4uIB3N1AuVRxVid94YTFZE.jpg","null","2500000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","8208","tt0025452","en","The Man Who Knew Too Much","While vacationing in St. Moritz, a British couple receive a clue to an imminent assassination attempt, only to learn that their young daughter has been kidnapped to keep them quiet.","6.75","/AvOa83nHSNJBpOPK0IJLz01r0c6.jpg","[{'id':4978,'logo_path':null,'name':'Gaumont British Picture Corporation','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1934-11-30","10250000","76","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'it','name':'Italiano'}]","Released","Public Enemy No. 1 of all the world???","The Man Who Knew Too Much","false","6.6","132" +"false","/3iEciJiyczWPJ9770FHwRC3wokp.jpg","null","0","[{'id':28,'name':'Action'},{'id':10752,'name':'War'}]","","14911","tt0094712","en","Bat*21","Lt. Col. Iceal ""Ham"" Hambleton is a weapons countermeasures expert and when his aircraft is shot over enemy territory the Air Force very much wants to get him back. Hambleton knows the area he's in is going to be carpet-bombed but a temporary shortage of helicopters causes a delay. Working with an Air Force reconnaissance pilot, Capt. Bartholomew Clark, he maps out an escape route.","5.894","/y6kZohZ4vCKSsNESlCvaTY3E1dU.jpg","[{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'},{'id':4109,'logo_path':null,'name':'Vision PDG','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-07-21","3184348","105","[{'iso_639_1':'en','name':'English'}]","Released","Trapped behind enemy lines. A whole army after him... And only one man can save him.","Bat*21","false","6.5","55" +"false","/qRvjjlQRYYDiH8uDJcBm2to8RSC.jpg","null","0","[{'id':18,'name':'Drama'}]","","47908","tt0090203","en","The Trip to Bountiful","Carrie Watts is living the twilight of her life trapped in an apartment in 1940's Houston, Texas with a controlling daughter-in-law and a hen-pecked son. Her fondest wish -- just once before she dies -- is to revisit Bountiful, the small Texas town of her youth which she still refers to as ""home.""","1.787","/taCCh71ujnnebpcUD709wnnmyCb.jpg","[{'id':18090,'logo_path':null,'name':'Bountiful Film Partners','origin_country':''},{'id':18071,'logo_path':null,'name':'FilmDallas Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-12-20","7218340","108","[{'iso_639_1':'en','name':'English'}]","Released","","The Trip to Bountiful","false","7.4","16" +"false","/d16wbD3Vn9jYk983t28uG8Dm0Wj.jpg","{'id':221539,'name':'Dracula (Universal) Collection','poster_path':'/hIOe14I3uVsTJvu9obaXaAzo8ri.jpg','backdrop_path':'/sdbStuQ5qEPZqqWUlNlBd0dPtBT.jpg'}","0","[{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'}]","","22440","tt0027545","en","Dracula's Daughter","A countess from Transylvania seeks a psychiatrist???s help to cure her vampiric cravings.","3.33","/wXTT7nghrHNHErBohCyU6Zr2NGW.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1936-05-11","0","71","[{'iso_639_1':'en','name':'English'}]","Released","She gives you that WEIRD FEELING","Dracula's Daughter","false","6.3","41" +"false","/7fAGuCCkCVW7ID3OYolVke6nuhn.jpg","null","0","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","","52677","tt0027478","fr","Le crime de Monsieur Lange","A man and a woman arrive in a cafe-hotel near the belgian frontier. The customers recognize the man from the police's description. His name is Amedee Lange, he murdered Batala in Paris. His lady friend Valentine tells the whole story : Lange was an employee in Batala's little printing works. Batala was a real bastard, swindling every one, seducing female workers of Valentine's laundry... One day he fled to avoid facing his creditors, and the workers set up a cooperative to go on working. But the plot is less important that the description of the atmosphere just before the Popular Front.","1.96","/60hxomQqqzJTxo64QFEvvesOQCl.jpg","[]","[]","1936-01-24","0","80","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","The Crime of Monsieur Lange","false","6.8","19" +"false","/t6mF6kkyVmxECuS4StL0HA4moeD.jpg","null","0","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","","549422","tt8498198","en","Trolled","A troll named Leaf and his sidekick, Bellyrumble, set out on an epic journey to save the imprisoned King Basil, and gain the love of a lonely princess.","1.854","/3pnOLlA4lr4gyyzRoyl8HY9kRJx.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-09-18","0","92","[{'iso_639_1':'en','name':'English'}]","Released","Meanies. Don't Let Them Get To Ya.","Trolled","false","6","1" +"false","/aD3a1QIQiyWP6MRDlLXJjWsBspb.jpg","null","0","[{'id':16,'name':'Animation'}]","","506640","tt8059506","en","Shopkins: Wild","Find your Wild Style and come on a totally Pawesome adventure to Pawville to meet the Shoppets. When famous movie stars, Scarletta Gateau and Rubie Blaze recruit the Shopville gang to save the Shoppets, they journey through the jungle and find the amazing world of Pawville. But Pawville and the Shoppets definitely don't need saving and suddenly nothing Scarletta says is as it seems. What's going on? Can the Shopkins, Shoppies and Shoppets rally together to solve the mystery? Find your tribe and get ready for a Wild adventure like no other.","0.822","/u6SuXzWrfX5OmSznf3J175DG5X7.jpg","[]","[]","2018-04-17","0","75","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","","Shopkins: Wild","false","7.7","4" +"false","/gOILdHhGtz0bmWbA7HlfBrOlfQI.jpg","null","0","[{'id':18,'name':'Drama'}]","","42739","tt0141974","en","The War Zone","An alienated teenager, saddened that he has moved away from London, must find a way to deal with a dark family secret.","4.683","/fBWdMZWMVgWzXboPMTbNljG61tG.jpg","[{'id':181,'logo_path':null,'name':'Channel Four Films','origin_country':'GB'},{'id':486,'logo_path':null,'name':'Portobello Pictures','origin_country':''},{'id':2441,'logo_path':null,'name':'Fandango','origin_country':''},{'id':11912,'logo_path':null,'name':'Mikado Film','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'GB','name':'United Kingdom'}]","1999-06-11","0","98","[{'iso_639_1':'en','name':'English'}]","Released","When the worst of men hides in a family with no history.","The War Zone","false","7.1","81" +"false","/gzPCmkzMvSWA98xAn6MjO4a9a8m.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","549429","tt5974780","en","Lost Fare","Based on true events and characters. An 11 year old disabled girl, routinely pimped out by her prostitute mother, is saved by a suicidal cab driver. Together, they go on a journey of redemption that forever changes their lives.","1.571","/6kzzyaho8elOlpqNCcbiJ1vFRx8.jpg","[]","[]","2018-04-20","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Hope lives in the darkest places.","Lost Fare","false","6","2" +"false","/xHDoXLooKroH2D3i09ggj2zjTun.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':10770,'name':'TV Movie'}]","https://www.fox.com/inside-the-manson-cult-the-lost-tapes","544827","tt8527036","en","Inside the Manson Cult: The Lost Tapes","Culled from more than 100 hours of new and archival interviews with former Manson cult members, this two-hour special goes inside Spahn???s Ranch, where the Manson cult lived, to offer an intimate and terrifying look into America???s most murderous group.","1.997","/9F7DdbBtKTSDKJFIb2Z7osDlIlG.jpg","[]","[]","2018-09-17","0","85","[{'iso_639_1':'en','name':'English'}]","Released","","Inside the Manson Cult: The Lost Tapes","false","7.2","11" +"false","/6bXAJ2pMeFaIs6YuajYlAgBf8m8.jpg","null","0","[{'id':18,'name':'Drama'}]","","33633","tt0110722","en","Oleanna","A two character movie, involving a college professor, John, who is confronted by a female student, Carol, who is failing his course. The two spend a long time talking to each other, during which time John says a few things that can be taken the wrong way. After the night the two spent talking, John is slapped with a sexual harassment accusation by Carol.","1.969","/zkTLdT5gpuHrWzD459kaurBslwA.jpg","[{'id':181,'logo_path':null,'name':'Channel Four Films','origin_country':'GB'},{'id':798,'logo_path':'/nQgX1MOLySgug7FDONdIkht3xob.png','name':'Samuel Goldwyn Company','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1994-11-04","124693","89","[{'iso_639_1':'en','name':'English'}]","Released","Whichever side you take, you're wrong.","Oleanna","false","5.9","11" +"false","/amP6pv1COxZuXFY6JT4aau0ziew.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","22692","tt0029606","en","A Star Is Born","Esther Blodgett is just another starry-eyed farm kid trying to break into the movies. Waitressing at a Hollywood party, she catches the eye of alcoholic star Norman Maine, is given a test, and is caught up in the Hollywood glamor machine (ruthlessly satirized). She and her idol Norman marry; but his career abruptly dwindles to nothing.","4.592","/90EfCmXXWOs5dy7rHTNvGT9T8Kz.jpg","[{'id':1553,'logo_path':null,'name':'Selznick International Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1937-04-27","0","111","[{'iso_639_1':'en','name':'English'}]","Released","Is the price of stardom a broken heart?","A Star Is Born","false","6.9","61" +"false","/3BEv4BgHVOEUeDtjM1F1bXMnWVr.jpg","{'id':221539,'name':'Dracula (Universal) Collection','poster_path':'/hIOe14I3uVsTJvu9obaXaAzo8ri.jpg','backdrop_path':'/sdbStuQ5qEPZqqWUlNlBd0dPtBT.jpg'}","10000000","[{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'}]","","32023","tt0036376","en","Son of Dracula","Carpathian Count Alucard is invited to the U.S. by a young ""morbid"" heiress. Her boyfriend and local officials are suspicious of the newcomer, who is interested in the ""virile"" soil of the new world.","2.624","/1Ar4rHekHuxbSeqaSxkRlBra0dB.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1943-10-05","0","80","[{'iso_639_1':'en','name':'English'}]","Released","BLOOD on his lips...! DOOM in his eyes...! an accursed VAMPIRE!","Son of Dracula","false","6.7","27" +"false","/nhxvNzptxfvyyEjo1iqPIJBpT32.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","18229","tt0037166","en","Passage to Marseille","Matrac (Humphrey Bogart) is a freedom-loving French journalist who sacrifices his happiness and security to battle Nazi tyranny.","2.194","/14s5iMOLt8EboZmnltXjB7g2sap.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1944-02-16","0","109","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","","Passage to Marseille","false","6.6","20" +"false","/orzsTd6Zg5XouFW21zqt3jRcY1m.jpg","null","1549000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","16411","tt0439630","cn","Initial D","After winning his first competition, Takumi focuses his attention on drift racing, a sport he has unknowingly perfected while delivering tofu in his father's Toyota AE86.","5.628","/6UfOCbfmhyqdjP1zzRFmbiPCViE.jpg","[{'id':51469,'logo_path':null,'name':'Avex Inc.','origin_country':''},{'id':2884,'logo_path':null,'name':'Media Asia Film','origin_country':''},{'id':5686,'logo_path':null,'name':'Sil-Metropole Organisation','origin_country':''},{'id':51470,'logo_path':null,'name':'Basic Pictures','origin_country':''}]","[{'iso_3166_1':'HK','name':'Hong Kong'},{'iso_3166_1':'CN','name':'China'}]","2005-05-12","7096000","107","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'cn','name':'????????? / ?????????'}]","Released","","Initial D","false","6.5","63" +"false","","null","0","[{'id':18,'name':'Drama'}]","","549218","tt3563342","en","The Middle of X","A group of aging Gen-Xers, lost in the maze of midlife, come together for a high school reunion. As they journey down memory lane together they discover that they are exactly where they are supposed to be.","1.929","/bISczLixJFxI2Ybw2O4LGA4R8Xv.jpg","[]","[]","2018-09-18","0","81","[]","Released","","The Middle of X","false","5","3" +"false","/ziseMamBjuhJNCbeDzdipWXuvKo.jpg","{'id':221544,'name':'The Mummy (Universal) Collection','poster_path':'/AvNgVQAVU7glcRawxyXnyHMPPbk.jpg','backdrop_path':'/9Hurk1iwEE3USJpBe48FChOSROC.jpg'}","0","[{'id':27,'name':'Horror'}]","","29243","tt0037099","en","The Mummy's Ghost","An Egyptian high priest travels to America to reclaim the bodies of ancient Egyptian princess Ananka and her living guardian mummy Kharis. Learning that Ananka's spirit has been reincarnated into another body, he kidnaps a young woman of Egyptian descent with a mysterious resemblance to the princess. However, the high priest's greedy desires cause him to lose control of the mummy...","1.537","/csSLT2aUSZk2o6HStIKdRhGckGP.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1944-07-07","0","61","[{'iso_639_1':'en','name':'English'}]","Released","Nameless! Fleshless! Deathless!","The Mummy's Ghost","false","6.3","16" +"false","/6ifR3b61oVJ8JiilKOYYxoSEQHq.jpg","null","1050000","[{'id':99,'name':'Documentary'}]","http://www.spitfiredocumentary.com/","524377","tt5913184","en","Spitfire","A feature documentary about the people and the planes that helped win World War War II. Through people personally connected to the events, the film investigates the story of how the Spitfire, its stable-mate, the Hawker Hurricane and its great adversary, the Messerschmitt 109 came into being during the huge advances in aviation in the interwar period???and then how the pilots fared in combat, three miles up in the skies over Europe, Africa and Asia.","1.905","/qUVBuF3TNO77GxZQZMq2l99jCwd.jpg","[{'id':41115,'logo_path':null,'name':'British Film Company','origin_country':''},{'id':104600,'logo_path':null,'name':'Elliptical Wing','origin_country':''},{'id':89196,'logo_path':null,'name':'Haviland Digital','origin_country':''},{'id':65955,'logo_path':null,'name':'Mark Stewart Productions Ltd','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-07-20","0","99","[{'iso_639_1':'en','name':'English'}]","Released","Inspiration of a nation","Spitfire","false","7.1","9" +"false","/mRp0bSPRwPkFo1Fgap3aGbtcaRH.jpg","null","1500000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","29478","tt0055353","en","A Raisin in the Sun","Walter Lee Younger is a young man struggling with his station in life. Sharing a tiny apartment with his wife, son, sister and mother, he seems like an imprisoned man. Until, that is, the family gets an unexpected financial windfall...","2.831","/g0dQDvuUgHtdtZK5Zb4440ISF0V.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1961-05-28","0","128","[{'iso_639_1':'en','name':'English'}]","Released","The Prize-Winning Drama that Warms the Screen with its People and its Passions...","A Raisin in the Sun","false","7.4","36" +"false","/p69ybBV94wSmyCGE2y2pH9U86l0.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10752,'name':'War'}]","","198","tt0035446","en","To Be or Not to Be","During the Nazi occupation of Poland, an acting troupe becomes embroiled in a Polish soldier's efforts to track down a German spy.","5.933","/ug5R6fdOhud4hbb5O6pn1snSEFJ.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1942-03-05","0","99","[{'iso_639_1':'en','name':'English'}]","Released","","To Be or Not to Be","false","7.9","221" +"false","/zBDr2t9wNzfs5FWBvZ9hB27ZN7L.jpg","{'id':447622,'name':'Barbie Mariposa Collection','poster_path':'/zPy6dlkTA2RNUr5sJE0lBwtWHA7.jpg','backdrop_path':null}","0","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","http://www.barbie.com","196254","tt2946582","en","Barbie: Mariposa and The Fairy Princess","Mariposa and her furry friend Zee returns in Barbie: Mariposa & the Fairy Princess. In this magical adventure, Mariposa becomes the Royal Ambassador of Flutterfield, and is sent to bring peace between her fairy land and their rivals, the Crystal Fairies of Shimmervale. While Mariposa doesn't make a great first impression on the King, she becomes fast friends with his shy daughter, Princess Catania. However, a misunderstanding causes Mariposa to be banished from their fairy land. As Mariposa and Zee returns to Flutterfield, they encounter a dark fairy on her way to destroy Shimmervale. Mariposa rushes back and helps Princess Catania to save their fairy land and together, the two girls prove that the best way to make a friend, is to be a friend.","6.997","/twxU1AxLsWphM9RIYJgy8PZ32ye.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2013-08-26","0","75","[{'iso_639_1':'en','name':'English'}]","Released","Friendship overcomes any obstacle.","Barbie: Mariposa and The Fairy Princess","false","6.5","128" +"false","/bWZICjahGGylDghLdFpmTqSxynO.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","123359","tt2107648","es","Ah?? va el diablo","A married couple loses their children while on a family trip near some caves in Tijuana. The kids eventually reappear without explanation, but it becomes clear that they are not who they used to be, that something terrifying has changed them.","2.951","/majTbCUk5NDMMxHhbhcWaRbXI8M.jpg","[{'id':23457,'logo_path':null,'name':'MPI Media Group','origin_country':'US'},{'id':23838,'logo_path':null,'name':'Salto de Fe Films','origin_country':''},{'id':22865,'logo_path':null,'name':'Morbido Films','origin_country':''}]","[{'iso_3166_1':'MX','name':'Mexico'}]","2012-09-11","4534","97","[{'iso_639_1':'es','name':'Espa??ol'}]","Released","","Here Comes the Devil","false","5.8","54" +"false","/xHRzp33LQJddZNeohL9SA0upIVB.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':10751,'name':'Family'}]","","168864","tt2461034","en","GMO OMG","Today in the United States, by the simple acts of feeding ourselves, we are unwittingly participating in the largest experiment ever conducted on human beings. Each of us unknowingly consumes genetically engineered food on a daily basis. The risks and effects to our health and the environment are largely unknown. Yet more and more studies are being conducted around the world, which only provide even more reason for concern. We are the oblivious guinea pigs for wide-scale experimentation of modern biotechnology. GMO OMG tells the story of a fathers discovery of GMOs in relationship to his 3 young children and the world around him. We still have time to heal the planet, feed the world, and live sustainably. But we have to start now!","1.007","/5OOGB2cqhGOL7eq8ko0KjlCdVvZ.jpg","[]","[]","2013-09-13","0","90","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","Is this the end of real food?","GMO OMG","false","7.2","18" +"false","/z9NzLz12GpZc7uMAk7idH1B9paj.jpg","{'id':221544,'name':'The Mummy (Universal) Collection','poster_path':'/AvNgVQAVU7glcRawxyXnyHMPPbk.jpg','backdrop_path':'/9Hurk1iwEE3USJpBe48FChOSROC.jpg'}","0","[{'id':27,'name':'Horror'}]","","29242","tt0037098","en","The Mummy's Curse","After being buried in quicksand for the past 25 years, Kharis is set free to roam the rural bayous of Louisiana, as is the soul of his beloved Princess Ananka, still housed in the body of Amina Mansouri, who seeks help and protection at a swamp draining project.","1.814","/4Vkt5uk7GuOe3f4pzdJwjo0F7Xm.jpg","[{'id':87008,'logo_path':null,'name':'Universal Pictures Co. Inc.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1944-12-22","0","62","[{'iso_639_1':'en','name':'English'}]","Released","Egypt's ancient loves live again in evil!","The Mummy's Curse","false","6.3","20" +"false","/l6mT1KDc5XLiGNrvNCytTgugZd5.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","83013","tt0276818","ko","??????????????? ??????","Two soulmates find each other only to be torn apart by tragedy. However, not even death can keep them apart... but can destiny?","1.4","/ghQCQFpSN0nB7UNp14drs70I18g.jpg","[{'id':21332,'logo_path':null,'name':'Eye Entertainment','origin_country':''}]","[{'iso_3166_1':'KR','name':'South Korea'}]","2001-02-03","0","107","[{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","","Bungee Jumping of Their Own","false","6.2","11" +"false","/v0NI6QJQMeOTUjX9LZcZtNF4R3T.jpg","{'id':272673,'name':'Cat People Collection','poster_path':'/faeXfLsDaqG2gOCF4GlzXPTum9E.jpg','backdrop_path':'/mMN1S9UkPntpgD5NkzUqzPDCyMn.jpg'}","0","[{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'}]","","28436","tt0036733","en","The Curse of the Cat People","Amy, the young, friendless daughter of Oliver and Alice Reed, befriends her father's late first wife and an aging, reclusive actress.","2.138","/5cXPViC5MqCKgBNDKlDdy0cr4N9.jpg","[{'id':6,'logo_path':'/n53F7K9scQWFXYbrCablqLKqJdp.png','name':'RKO Radio Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1944-04-01","0","70","[{'iso_639_1':'en','name':'English'}]","Released","A tender tale of terror!","The Curse of the Cat People","false","6.2","38" +"false","/vI1vzw7bVKEq8x1e8zIXUFLzQP4.jpg","null","6000000","[{'id':37,'name':'Western'},{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","","32275","tt0038499","en","Duel in the Sun","Beautiful half-breed Pearl Chavez becomes the ward of her dead father's first love and finds herself torn between her sons, one good and the other bad.","3.893","/sC2PlqpMqRLeGYsF26wY65m0Gem.jpg","[{'id':62,'logo_path':null,'name':'The Selznik Studio','origin_country':''},{'id':614,'logo_path':null,'name':'Vanguard Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1946-12-31","20400000","144","[{'iso_639_1':'en','name':'English'}]","Released","Emotions . . . As Violent As The Wind-Swept Prairie !","Duel in the Sun","false","6.3","56" +"false","/r8mKZ6RWpRR4uDPqc9HM7lR4A2m.jpg","null","1500000","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':27,'name':'Horror'}]","","931","tt0069995","en","Don't Look Now","Laura and John, grieved by a terrible loss, meet in Venice, where John is in charge of the restoration of a church, two mysterious sisters, one of whom gives them a message sent from the afterlife.","9.163","/mK1SxllUiyAjtugZg3M64e2CTu3.jpg","[{'id':74061,'logo_path':null,'name':'Eldorado Films','origin_country':''},{'id':8040,'logo_path':null,'name':'Casey Productions','origin_country':'US'}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'GB','name':'United Kingdom'}]","1973-12-03","0","110","[{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'en','name':'English'}]","Released","Pass the warning.","Don't Look Now","false","7.1","328" +"false","/8iqWC0vFo4yDEi8dlLaeQT9HQ7M.jpg","null","0","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","26167","tt0040723","en","Raw Deal","In this film noir classic, a revenge-seeking gangster (Dennis O'Keefe) is sent to prison after being framed for a crime he didn't commit. After seducing a beautiful young woman, he uses her to help him carry out his plot for vengeance, leading him to the crazy pyromaniac (Raymond Burr) who set him up.","2.385","/zufy5IkCuNvj5Z9qZtRfShNXBnz.jpg","[{'id':4927,'logo_path':null,'name':'Eagle-Lion Films','origin_country':'GB'},{'id':13479,'logo_path':null,'name':'Edward Small Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1948-05-26","0","79","[{'iso_639_1':'en','name':'English'}]","Released","Bullets! Women! -- Can't Hold a Man Like That!","Raw Deal","false","7.1","30" +"false","/trsxoYnF132Rh2qLS7aK2UjOOaJ.jpg","null","0","[{'id':35,'name':'Comedy'}]","","399896","tt5219972","en","Class Rank","Two high school misfits join forces in an attempt to overtake the local school board. Guided by their families, they enter the perilous word of politics and, in the process, learn a thing or two about love.","1.961","/24X7BJzbgjYWKZBIsajJuR5ec5G.jpg","[{'id':65649,'logo_path':null,'name':'SSS Entertainment','origin_country':''},{'id':96310,'logo_path':null,'name':'LB Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-04-21","0","101","[{'iso_639_1':'en','name':'English'}]","Released","","Class Rank","false","7.3","12" +"false","/b6CffV64juciN5orFMhCN19WZ2f.jpg","null","0","[{'id':18,'name':'Drama'}]","","28392","tt0040607","en","Moonrise","Danny is despised by his schoolmates because his father was accused of killing a man and is condemned to the death penalty.","1.74","/v6TCf3CEHx4gZi5MpCbnjIAPSGm.jpg","[{'id':1432,'logo_path':'/8AcaWEWQ8MFUBGlt9WxGGBAMpMG.png','name':'Republic Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1948-10-01","0","90","[{'iso_639_1':'en','name':'English'}]","Released","HER ARMS...HER LOVE...HIS ONLY ESCAPE FROM A HERITAGE OF HATE!","Moonrise","false","5.8","16" +"false","/f6lQzo9REaVzSatgECUoeXgY1pw.jpg","null","0","[{'id':53,'name':'Thriller'}]","","443849","tt5973658","en","Winter Ridge","Tearing himself away from the bedside of his coma-bound wife, a police Sergeant investigates a series of age-related murders, only to discover that time can be far more destructive and cruel than the idealistic killer........","3.55","/zAIaeLJ8oAwIcFygWbpC4mNeGtK.jpg","[{'id':87102,'logo_path':null,'name':'Silver Tree Pictures','origin_country':''},{'id':87101,'logo_path':null,'name':'Chris Hardman Pictures','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-09-18","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Winter Ridge","false","5.6","10" +"false","/thPvW9CaxMkfdpJofNQdmYMvtqu.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","https://www.skylineentertainment.com/thetoybox","516784","tt6053472","en","The Toybox","An estranged family take a trip to the desert in their used RV and become stranded and isolated in the scorching terrain. They soon learn their RV holds terrible, haunting secrets, and it starts killing them off one by one.","4.449","/f2m9g3Vhokis2fP6sufZo2esdC4.jpg","[{'id':63611,'logo_path':null,'name':'ETA films','origin_country':''},{'id':78603,'logo_path':'/eRHxCpOyZ6dfXPyezF6T4O4BDCB.png','name':'Steel House Productions','origin_country':'US'},{'id':35613,'logo_path':null,'name':'Millman Productions','origin_country':''},{'id':30926,'logo_path':null,'name':'Skyline Entertainment','origin_country':''},{'id':114757,'logo_path':null,'name':'Ron Lee Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-09-14","0","81","[{'iso_639_1':'en','name':'English'}]","Released","Vacations can be deadly","The Toybox","false","4.7","18" +"false","/sv1rlPwQg6CgdMVF0vl6nYOpxrG.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':36,'name':'History'},{'id':10752,'name':'War'}]","http://www.summerof67.com","520930","tt6536668","en","Summer of '67","Based on real life events, Summer of '67 brings to life the turbulent times of the sixties and the struggles faced by the men and women impacted by the Vietnam War. Young wife and mother Milly (Rachel Schrey) is forced to live with her mother-in-law while her husband Gerald (Cameron Gilliam) is away on the USS Forrestal. Kate (Bethany Davenport) must choose between Peter (Christopher Dalton) her high school sweetheart and Van (Sam Brooks) her new hippie boyfriend. Ruby Mae (Sharonne Lanier) finally finds true love with Reggie (Jerrold Edwards) only to have him whisked away by the draft. Each woman faces the question of whether or not their man will return, and even if he does, will life as they know it ever be the same?","2.505","/uTUe5CyystjU2iFfgVoc6wgGFn.jpg","[{'id':70783,'logo_path':null,'name':'Mainstreet Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-06-29","0","83","[{'iso_639_1':'en','name':'English'}]","Released","Will their lives ever be the same?","Summer of '67","false","10","1" +"false","/rkhIhyoBKjrmQTzoqi5JZFGs9WW.jpg","null","0","[{'id':53,'name':'Thriller'}]","https://www.mylifetime.com/movies/seduced-by-a-stranger","461813","tt5974406","en","Ring of Deception","Single mom Julie Stevens' life is turned upside-down when international con man Martin moves to her neighborhood. As Julie begins to open up to Martin's charms, another woman - Sloane - is determined to kill Martin for having left her and robbed her blind. Will Julie survive Martin's affections and Sloane's revenge?","1.4","/yxUoknzOLlMWGAw0CubFdXVTeMS.jpg","[{'id':64221,'logo_path':null,'name':'Pender Street Pictures 4','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2017-01-01","0","82","[{'iso_639_1':'en','name':'English'}]","Released","","Ring of Deception","false","5.5","2" +"false","/xs1FnNBNhMBQckKqMJBIYWpnnDr.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':10770,'name':'TV Movie'}]","","487088","tt7133170","en","Devious Nanny","A woman tries to protect her family after her husband has an affair with their nanny. As her husband's co-workers are killed, she discovers everything is not what it appears to be.","2.874","/7EkU4TTWibMqVcfT73giwIbLrPi.jpg","[{'id':6679,'logo_path':null,'name':'MarVista Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-03-02","0","83","[{'iso_639_1':'en','name':'English'}]","Released","Everyone Has Their Secrets","Devious Nanny","false","7.5","4" +"false","/3fcJTOAQuzJ6bPEITQk9NbVTDaH.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':10770,'name':'TV Movie'}]","","509563","tt8029682","en","Bad Tutor","Single mom Karen is focused on getting daughter Emily graduated and off to college. But when she hires Devin to boost Emily's grades, the tutor becomes obsessed: Emily is the spitting image...","2.902","/4I89TEb1tx9mX3gSve75wHsE5I5.jpg","[{'id':19651,'logo_path':null,'name':'Blue Sky Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-03-03","0","101","[{'iso_639_1':'en','name':'English'}]","Released","Single mom Karen is focused on getting daughter Emily graduated and off to college. But when she hires Devin to boost Emily's grades, the tutor becomes obsessed: Emily is the spitting image...","Bad Tutor","false","4.4","5" +"false","","null","0","[{'id':10752,'name':'War'},{'id':18,'name':'Drama'}]","","337270","tt0083012","pl","Ry??","Set during the German occupation of Poland during WWII. A priest in a small village meets a revolutionary who is on an assignment to kill a supposed Nazi collaborator.","0.87","/ziq6wemnTicqo2dQMA4GroXTQZf.jpg","[{'id':38,'logo_path':null,'name':'Zesp???? Filmowy TOR','origin_country':''},{'id':1587,'logo_path':null,'name':'P.P. Film Polski','origin_country':''}]","[{'iso_3166_1':'PL','name':'Poland'}]","1982-03-15","0","84","[{'iso_639_1':'la','name':'Latin'},{'iso_639_1':'pl','name':'Polski'}]","Released","","Lynx","false","10","1" +"false","/dgGCQuH067NyKON9xfgq5zFWenq.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","43844","tt0030127","fr","La Femme du boulanger","In this little Provencal village, a new baker, Aimable, settles down. His wife Aurelie is beautiful and much younger than he. She departs with a shepherd the night after Aimable produces his first breads. Aimable is so afflicted that he can not work anymore. Therefore, the villagers, who initially laughed at his cuckoldry, take the matter very seriously (they want the bread) and organize a plan to find Aurelie and to bring her back to the bakery.","2.05","/uZfvKsdXPGaJRxSYqdEy29INdvP.jpg","[{'id':19160,'logo_path':null,'name':'Les Films Marcel Pagnol','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'}]","1938-09-07","0","133","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'it','name':'Italiano'}]","Released","","The Baker's Wife","false","7.3","21" +"false","/13rPGSehLkqvXlHnWa4uOdvTgVV.jpg","null","0","[{'id':99,'name':'Documentary'}]","","46983","tt0051471","fr","Le chant du styr??ne","Le chant du Styr??ne is a 1958 French documentary film directed by Alain Resnais. The film was an order by French industrial group Pechiney to highlight the merits of plastics.","1.415","/6KfnugIyaWxzD3wY97YBXulIAJM.jpg","[{'id':70597,'logo_path':null,'name':'P??chiney','origin_country':''},{'id':745,'logo_path':null,'name':'Les Films de la Pl??iade','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'}]","1959-09-30","0","19","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Le chant du styr??ne","false","5.9","10" +"false","/7peR6thPRGcIB2jCEIJ9S0EGV6I.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","4024","tt0054632","fr","L'Ann??e derni??re ?? Marienbad","Takes place in a chateau, an ambiguous story of a man and a woman who may or may not have met last year at Marienbad.","6.846","/fjv9pcl26GovarvdpBhHsLgGgym.jpg","[{'id':9387,'logo_path':null,'name':'Cineriz','origin_country':''},{'id':1476,'logo_path':null,'name':'Cormoran Films','origin_country':''},{'id':142,'logo_path':null,'name':'Silver Films','origin_country':''},{'id':15719,'logo_path':null,'name':'Terra Film','origin_country':''},{'id':6116,'logo_path':null,'name':'Argos Films','origin_country':'FR'},{'id':1129,'logo_path':null,'name':'Cinetel','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'IT','name':'Italy'}]","1961-05-25","0","95","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Evocative, compelling, fascinating, different - an important motion picture, an exceptional work of art from the brilliant Alain Resnais","Last Year at Marienbad","false","7.7","179" +"false","/bHdFsoDITRuiFLYUzwB3VoTSdWM.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","489567","tt7557686","en","Deadly Vows","Pastry chef Helena poisons men who don't meet her high standards. Her fianc?? Charlie has nothing to worry about, at least until his sister Becca becomes suspicious of Helena's culinary killing past. It's up to Becca to save Charlie from both the altar and the grave.","2.746","/ga0v3IV2DvrbCQHE3CNTTjH23Sg.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-10-14","0","84","[{'iso_639_1':'en','name':'English'}]","Released","Be careful what you wish for...","Deadly Vows","false","7","4" +"false","/bfgyiQNugLG3lqvy7cVkDGfzrbK.jpg","null","0","[{'id':10751,'name':'Family'}]","","30576","tt0073227","sv","V??rldens b??sta Karlsson","Svante is a young boy who lives with his family in a Stockholm apartment. One day he meets Karlsson, a chubby little man in the prime of his life, who can fly using a propeller on his back and who lives in his little house on the roof.","3.424","/vULeR3CpWt32LicDGH35HDI1rzZ.jpg","[{'id':6181,'logo_path':'/wLSdapPKqkBgrRVOKcUx83hCR3Y.png','name':'Svensk Filmindustri','origin_country':'SE'},{'id':2491,'logo_path':'/oCcaFWxTXRDqS0OEdy1wkNg5SDP.png','name':'SF-Artfilm','origin_country':'SE'}]","[{'iso_3166_1':'SE','name':'Sweden'}]","1974-12-07","0","99","[{'iso_639_1':'sv','name':'svenska'}]","Released","","Karlsson on the Roof","false","5.5","13" +"false","/wOPKd5UUCzvrC8g77qVmcEDda7o.jpg","{'id':312744,'name':'Madicken','poster_path':'/7EQK8pI2sWZCexDD5YBhtXpLU0N.jpg','backdrop_path':null}","0","[{'id':10751,'name':'Family'}]","","27598","tt0079087","sv","Du ??r inte klok, Madicken","A first movie based on Astrid Lindgren's novel ""Madicken och Junibackens pims"", which is about two sisters and their adventures in 1910s Sweden.","2.822","/dkI20XzqUNLUk6Qa0sTKZcTauaz.jpg","[{'id':6181,'logo_path':'/wLSdapPKqkBgrRVOKcUx83hCR3Y.png','name':'Svensk Filmindustri','origin_country':'SE'},{'id':2491,'logo_path':'/oCcaFWxTXRDqS0OEdy1wkNg5SDP.png','name':'SF-Artfilm','origin_country':'SE'}]","[{'iso_3166_1':'SE','name':'Sweden'}]","1979-12-13","0","98","[{'iso_639_1':'sv','name':'svenska'}]","Released","","You're Out of Your Mind, Madicken","false","6.2","8" +"false","/43kxj1gcewWJNlzqGmPkZXE3fek.jpg","null","5000000","[{'id':10402,'name':'Music'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","3055","tt0062430","en","Valley of the Dolls","In New York City, bright but naive New Englander Anne Welles becomes a secretary at a theatrical law firm, where she falls in love with attorney Lyon Burke. Anne befriends up-and-coming singer Neely O'Hara, whose dynamic talent threatens aging star Helen Lawson and beautiful but talentless actress Jennifer North. The women experience success and failure in love and work, leading to heartbreak, addiction and tragedy.","3.124","/e2zRQBkXWWRThFO4LUsfm7IXJr0.jpg","[{'id':2409,'logo_path':null,'name':'Red Lion','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1967-12-27","50000000","123","[{'iso_639_1':'en','name':'English'}]","Released","In the Valley of the Dolls, it's instant turn-on??? dolls to put you to sleep at night, kick you awake in the morning, make life seem great ??? instant love, instant excitement, ultimate hell!","Valley of the Dolls","false","6.3","49" +"false","/r4clWIxKeWoqrHspQP0XunuUmB7.jpg","{'id':256322,'name':'The Purge Collection','poster_path':'/fMfASrecQHhqBN7zRxqi5uYSb4.jpg','backdrop_path':'/quFWGOA4I5KCTsyDbvLh6PHNZwv.jpg'}","13000000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","https://www.thefirstpurge.com","442249","tt6133466","en","The First Purge","To push the crime rate below one percent for the rest of the year, the New Founding Fathers of America test a sociological theory that vents aggression for one night in one isolated community. But when the violence of oppressors meets the rage of the others, the contagion will explode from the trial-city borders and spread across the nation.","25.428","/litjsBoiydO6JlO70uOX4N3WnNL.jpg","[{'id':2481,'logo_path':'/nVEP2IHCDOBOldgDL4SSufitN9.png','name':'Platinum Dunes','origin_country':'US'},{'id':3172,'logo_path':'/kDedjRZwO8uyFhuHamomOhN6fzG.png','name':'Blumhouse Productions','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-07-04","41953945","97","[{'iso_639_1':'en','name':'English'}]","Released","A Nation Reborn","The First Purge","false","5.8","1676" +"false","/cf099Rp1m6TPmcWTwXVZLHft42Y.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","","21393","tt0082973","sv","Rasmus p?? luffen","9-year old orphan called Rasmus runs away from the orphanage. He meets a vagabond they call Paradise Oskar who likes to sing and play his accordion. Oskar makes the Rasmus world seem like a better place.","1.654","/q9qqQVp4AV2p27SVbss81Zzest3.jpg","[{'id':6181,'logo_path':'/wLSdapPKqkBgrRVOKcUx83hCR3Y.png','name':'Svensk Filmindustri','origin_country':'SE'}]","[{'iso_3166_1':'SE','name':'Sweden'}]","1981-12-12","0","105","[{'iso_639_1':'sv','name':'svenska'}]","Released","","Rasmus and the Vagabond","false","5.8","10" +"false","/sZswLWVXEJAYufAiP5CJMUswJBW.jpg","null","0","[{'id':99,'name':'Documentary'}]","","159220","tt0035929","it","Gente del Po","A documentary short detailing the life of Italians living on the Po River in the 1940s.","0.6","/kgz5hMyrwq14Tg1SbZmFrfZgkh9.jpg","[{'id':90608,'logo_path':null,'name':'I.C.E.T.','origin_country':''},{'id':39263,'logo_path':null,'name':'Artisti Associati','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'}]","1947-08-31","0","11","[{'iso_639_1':'it','name':'Italiano'}]","Released","","People of the Po Valley","false","6.2","7" +"false","/3Bl6caZc29dEOAMGByCkT3qchpn.jpg","null","0","[{'id':10751,'name':'Family'}]","","545136","tt8426828","en","Haunted Transylvania 2","Turn your house into a Halloween haunted house party with Haunted Transylvania 2! Sing along and dance all night in this fun Halloween celebration for kids of all ages. Spend some time with the dancing Mummy, do the wave with Frankenstein and jump around with Dracula! I's the Halloween event you do not want to miss!","1.302","/bYEltTZhyzZAAOTpecGCyxUkU6T.jpg","[{'id':97253,'logo_path':null,'name':'WOWNow Entertainment','origin_country':''}]","[]","2018-09-18","0","71","[{'iso_639_1':'en','name':'English'}]","Released","A dance party for kids of all ages!","Haunted Transylvania 2","false","0","0" +"false","/4Gb7FEZADqtvTnQq1xzinMiz0kl.jpg","{'id':11875,'name':'Pippi Longstocking','poster_path':'/4oM6jMbTnr7aNpLohP5TOJej3O4.jpg','backdrop_path':'/dTUIuHA1KgIj7peh3ZSOkueH99N.jpg'}","0","[{'id':10751,'name':'Family'}]","","11626","tt0066265","sv","P?? rymmen med Pippi L??ngstrump","Fed up with their strict parents, Tommy and Annika run away from home, with their friend Pippi Longstocking to look after them in their long trek.","4.512","/yjrhBFIF5ismXqtw81RByVKXAkV.jpg","[{'id':6181,'logo_path':'/wLSdapPKqkBgrRVOKcUx83hCR3Y.png','name':'Svensk Filmindustri','origin_country':'SE'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'SE','name':'Sweden'}]","1970-11-13","0","94","[{'iso_639_1':'sv','name':'svenska'}]","Released","","Pippi on the Run","false","6.5","32" +"false","/5y2OhuVJFtWXAuTetMCEw9LUR2e.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","456929","tt6793580","es","Campeones","A disgraced basketball coach is given the chance to coach Los Amigos, a team of players who are intellectually disabled, and soon realizes they just might have what it takes to make it to the national championships.","10.585","/m5z4Ud6Ya5EY3Eg3OBbVBaDKWK.jpg","[{'id':16569,'logo_path':null,'name':'Pel??culas Pendelton','origin_country':'ES'},{'id':10031,'logo_path':'/cUOviFxM9l3dYuNeg89giHUaqkd.png','name':'Morena Films','origin_country':'ES'},{'id':67412,'logo_path':'/vgVqq5hunVs8GN5Je9d9rG7Q2NU.png','name':'Movistar+','origin_country':'ES'},{'id':35442,'logo_path':'/wmWzOkzn1blRKh6XOpNA9Z5oVTY.png','name':'RTVE','origin_country':'ES'},{'id':109477,'logo_path':null,'name':'Realizaciones Sol S.A.','origin_country':''}]","[{'iso_3166_1':'ES','name':'Spain'}]","2018-04-06","0","124","[{'iso_639_1':'es','name':'Espa??ol'}]","Released","When winning isn't everything","Champions","false","7.4","246" +"false","/tvsNX5TFcWKx7t6ZtI6V55Rb7Gr.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","44533","tt0041767","en","Prince of Foxes","In 1500, Duke Cesare Borgia hopes to marry his sister (widowed by poison) to the heir apparent of Ferrara, which impedes his conquest of central Italy. On this delicate mission he sends Andrea Orsini, his sister's lover and nearly as unscrupulous as himself. En route, Orsini meets Camilla Verano, wife of the count of Citta' del Monte (Borgia's next intended conquest); and sentiment threatens to turn him against his deadly master, whom no one betrays twice...","1.034","/u8LvmjbuleWsyprvp2jTBFzTapF.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1949-11-11","0","107","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","King of Romantic Epics!","Prince of Foxes","false","4.9","7" +"false","/SfdQBGiKtqOAgAuU8Z96pWl8ty.jpg","null","0","[{'id':35,'name':'Comedy'}]","","510095","tt6701492","en","Baja","Four 22 year-olds on a Mexican road trip seem bound for disaster until they, and their trip, are unexpectedly redeemed by a series of miraculous events.","3.873","/bZ9L9f2QTeIDn3ypq1cLo1b7ed5.jpg","[{'id':108257,'logo_path':null,'name':'Prankster Entertainment','origin_country':''},{'id':44973,'logo_path':null,'name':'Badhouse Studios Mexico','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-04-01","0","106","[{'iso_639_1':'en','name':'English'}]","Released","Their only plan is going south.","Baja","false","6.9","4" +"false","/fDiTpSgyV2H1r8jT37g63pHbb8c.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","52770","tt0096259","en","Things Change","Jerry, a misfit Mafia henchman, is assigned the low-level job of keeping an eye on Gino, a shoe repairman fingered by the Mob to confess to a murder he didn't commit. But Gino's mistaken for a Mafia boss, and the two are suddenly catapulted to the highest levels of mobster status. Only friendship will see them through this dangerous adventure alive!","2.128","/kY3QivQ34k2EPaeGCZZaOlp2DOy.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-10-21","0","100","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","Dealing with the mob is always a gamble.","Things Change","false","6.7","20" +"false","/2cQo6h9gQtkpJFP1cEWPpnSsZ7w.jpg","null","15000000","[{'id':14,'name':'Fantasy'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","10849","tt0089853","en","The Purple Rose of Cairo","Cecilia is a waitress in New Jersey, living a dreary life during the Great Depression. Her only escape from her mundane reality is the movie theatre. After losing her job, Cecilia goes to see 'The Purple Rose of Cairo' in hopes of raising her spirits, where she watches dashing archaeologist Tom Baxter time and again.","6.999","/nWMT2WBzPtrXdjPlb28PFSrBGd0.jpg","[{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-03-01","10631333","82","[{'iso_639_1':'en','name':'English'}]","Released","","The Purple Rose of Cairo","false","7.4","393" +"false","/1aBXU9en3vqlFPp45EFFfkMSece.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","548998","tt3509978","en","Furthest Witness","Kyle Braddock has spent the last decade moving witnesses over the border to Mexico and has always avoided confrontation or suspicion until now. Not only has he been framed for kidnapping but there's a malevolent and unrelenting figure on his trail and he is falling in love with his latest passenger, who has a dark secret that completely goes against all of his moral beliefs. Now he must protect the first person he has cared about in over ten years, discover who he is as a man and outrun a mysterious killer who is more akin to a force of nature, with an ever increasing path of human collateral in his wake.","0.6","/1yrIuTiAUgdGDueu9exPzNvlbWK.jpg","[{'id':109169,'logo_path':null,'name':'Arctic Rabbit Pictures','origin_country':''},{'id':89093,'logo_path':null,'name':'Benattar/Thomas Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-09-18","0","87","[]","Released","","Furthest Witness","false","0","0" +"false","/7BKdVgAOvievhMF3N8l7L05nt4B.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","49261","tt1597033","en","Locked Down","Danny, a respected cop, is setup after an investigation goes wrong. While laying low in his new jail cell, Danny is forced to get involved in the inmates underground cage fighting circuit. With the help of Irving, a former mixed martial arts champion, Danny devises a scheme to bring justice and innocence to his family's name, if he can get out of the cage alive.","1.163","/8Kuta5KIoXt7SimOeBj4A5FlbTp.jpg","[{'id':20317,'logo_path':null,'name':'Deco Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-11-09","0","99","[{'iso_639_1':'en','name':'English'}]","Released","He rules the streets from inside...","Locked Down","false","4.1","15" +"false","/w8mm7mFuUJ45hmK0bEMjrlKmMGz.jpg","null","0","[{'id':18,'name':'Drama'}]","","26638","tt0058003","it","Il deserto rosso","Amid the modern wastelands and toxic factories of Italy, wife and mother Giuliana desperately tries to conceal her tenuous grip on reality from those around her, especially her successful yet neglectful husband, Ugo. Ugo's old pal, Corrado, shows up in town on a business trip and is more sensitive to Giuliana's anxieties. They begin an affair, but it does little to quell Giuliana's existential fears, and her mental state rapidly deteriorates.","5.261","/rGcTVdyhaGzMxPPRVApXre6F7SD.jpg","[{'id':5774,'logo_path':null,'name':'Film Duemila','origin_country':''},{'id':5775,'logo_path':null,'name':'Federiz','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'}]","1964-09-04","0","117","[{'iso_639_1':'it','name':'Italiano'}]","Released","This is the story of a woman... Her hidden thirsts and hungers... Told by the world-famous director Michelangelo Antonioni in his first color film.","Red Desert","false","7.4","133" +"false","/2jLMu0YVunwb2RgYqY6Ewbgw86y.jpg","null","0","[{'id':18,'name':'Drama'}]","","510034","tt6705860","en","Diane","Diane is a devoted friend and caretaker, particularly to her drug-addicted son. But as those around her begin to drift away in the last quarter of her life, she is left to reckon with past choices and long-dormant memories.","3.031","/GTJw7yDJhD44myby0IS69j3ljv.jpg","[{'id':99963,'logo_path':null,'name':'Sight Unseen Pictures','origin_country':'US'},{'id':113397,'logo_path':null,'name':'AgX','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-04-22","0","96","[{'iso_639_1':'en','name':'English'}]","Released","","Diane","false","7","2" +"false","/u33Gg01SNHbfmGHI4FuaB6jPhn.jpg","null","0","[{'id':99,'name':'Documentary'}]","","548921","tt8582162","en","Too Macabre: The Making of Elvira, Mistress of the Dark","The story of Elvira's rise to pop culture royalty.","2.091","/1tLIbOYBzIgYHsZAHf5uSFj6VcE.jpg","[{'id':108994,'logo_path':null,'name':'Axento Media','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'}]","2018-06-09","0","104","[{'iso_639_1':'en','name':'English'}]","Released","","Too Macabre: The Making of Elvira, Mistress of the Dark","false","7.3","3" +"false","/jDyV4rEk24xaGirTuxIVehGYcpQ.jpg","null","4500000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","50042","tt1156067","en","The Lightkeepers","Set in the year 1912 on Cape Cod, a lighthouse keeper who has disavowed any association with females, must deal with the appearance of two attractive women who move into a nearby cottage for the summer.","1.04","/gSBgOybkf1y1OcW7e8F0ENqNXgh.jpg","[{'id':42203,'logo_path':null,'name':'New Films International','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-12-18","0","96","[{'iso_639_1':'en','name':'English'}]","Released","","The Lightkeepers","false","5.5","8" +"false","/tjx7hSnFVLczB97aH4wmCxbmfKn.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.insightfilm.com/helen.html","1731","tt1012729","en","Helen","On the outside, Helen has it all ??? a loving family and a successful career ??? but when her suppressed mental illness resurfaces, the world crumbles around her. Crippled by depression, Helen finds solace through her friendship with Mathilda, a kindred spirit struggling with bipolar disorder.","3","/wEs97E6NlySjkMEWsDYs0BhQ9Mw.jpg","[{'id':2865,'logo_path':'/5O0gp5QS3n9ZPRvWFxaWa6QPpGX.png','name':'Insight Film Studios','origin_country':'CA'},{'id':2254,'logo_path':'/4OQ25tiNECBBRDUhfC5ACa1vOIR.png','name':'Egoli Tossell Film','origin_country':'DE'},{'id':315,'logo_path':'/hdu0sVxgtCuQud0xF8ZBiN7hEhY.png','name':'Filmstiftung Nordrhein-Westfalen','origin_country':'DE'},{'id':109008,'logo_path':null,'name':'Helen Productions','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2009-01-06","0","120","[{'iso_639_1':'en','name':'English'}]","Released","Recurence of mental illness cripples successful woman.","Helen","false","6.7","19" +"false","/1zzrSR7Xw85rqUjZbdpih6fSvso.jpg","null","15000000","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","10093","tt0433442","en","The Return","Joanna Mills has a successful career but feels her personal life is spinning out of control. She has few friends, an estranged father, and a crazy ex-boyfriend who is stalking her. Joanna begins having terrifying visions of a woman's murder, and it seems that she is the killer's next target. Determined to solve the mystery and escape her apparent fate, Joanna follows her visions to the victim's hometown and finds that some secrets just do not stay buried.","6.074","/qplM1tq6X1I1yMuANV2Cc8yeAuJ.jpg","[{'id':134,'logo_path':null,'name':'Rogue Pictures','origin_country':''},{'id':1224,'logo_path':null,'name':'Intrepid Pictures','origin_country':'US'},{'id':22927,'logo_path':null,'name':'Raygun Productions','origin_country':''},{'id':20450,'logo_path':null,'name':'Biscayne Pictures','origin_country':''},{'id':22928,'logo_path':null,'name':'Rosey Film Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-11-10","11992014","85","[{'iso_639_1':'en','name':'English'}]","Released","The past never dies. It kills.","The Return","false","5","91" +"false","/83Jkp3o0JyIq1Lw5lYVkwodcEoI.jpg","null","0","[{'id':35,'name':'Comedy'}]","https://www.hbo.com/specials/felipe-esparza-translate-this","476789","tt7418824","en","Felipe Esparza: Translate This","Comedian Felipe Esparza stars in his first HBO comedy special -- an uproarious hour of stand-up featuring his unconventional riffs on the immigrant experience and life's everyday battles.","0.6","/xVysQE6t0LliGFzlmzUdsPLQBMw.jpg","[{'id':95882,'logo_path':null,'name':'Unreal Media','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-09-30","0","98","[{'iso_639_1':'en','name':'English'}]","Released","","Felipe Esparza: Translate This","false","0","0" +"false","/rPPrxfMU3T7fF49wiKYMLtKaXJX.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","28424","tt0896031","en","The Loss of a Teardrop Diamond","Tells the story of Fisher Willow, the disliked 1920s Memphis d??butante daughter of a plantation owner with a distaste for narrow-minded people and a penchant for shocking and insulting those around her. After returning from studies overseas, Fisher falls in love with Jimmy, the down-and-out son of an alcoholic father and an insane mother who works at a store on her family's plantation.","3.738","/2immR0qBuTDab4Wx3iigKepAOV7.jpg","[{'id':13808,'logo_path':null,'name':'Grand Army Entertainment','origin_country':''},{'id':4801,'logo_path':null,'name':'Teardrop Productions','origin_country':''},{'id':14941,'logo_path':null,'name':'Constellation Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-01-01","0","102","[{'iso_639_1':'en','name':'English'}]","Released","","The Loss of a Teardrop Diamond","false","5.2","23" +"false","/Au54n10R6lpUJ8VoVX2AVHMKeyi.jpg","null","7000000","[{'id':35,'name':'Comedy'}]","http://www.theextramanmovie.com/","47088","tt1361313","en","The Extra Man","THE EXTRA MAN is a sophisticated and moving comedy from filmmakers Shari Springer Berman and Robert Pulcini. THE EXTRA MAN follows Louis Ives (Paul Dano), a lonely dreamer who fancies himself the hero of an F. Scott Fitzgerald novel. When a deeply embarrassing incident forces him to leave his job at an exclusive Princeton prep school, Louis heads to New York City to make a fresh start. He quickly finds a 9 to 5 job at an environmental magazine, where he encounters an entrancing, green-obsessed co-worker Mary (Katie Holmes).","4.562","/vYbwY3GK8BJr2kNKr2M7PV2DhuE.jpg","[{'id':856,'logo_path':'/3tfzS2CrX6Ntbu927XzHXEPDA6y.png','name':'Wild Bunch','origin_country':'FR'},{'id':1785,'logo_path':'/wT6aIkuQTNuq8XFoDGACK8EyR6w.png','name':'Likely Story','origin_country':'US'},{'id':3782,'logo_path':null,'name':'Tax Credit Finance','origin_country':''},{'id':787,'logo_path':'/cCefBs1t7jxtiz3eCxBp9yxrxGx.png','name':'3 Arts Entertainment','origin_country':'US'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","2010-08-01","453079","108","[{'iso_639_1':'en','name':'English'}]","Released","They're not gigolos, they're gentlemen.","The Extra Man","false","5.9","44" +"false","/3bTXS5nwn1Qy49NZbvLIUZ0a5xo.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'}]","","41135","tt1268987","en","Operation: Endgame","A battle ensues among two government spy teams in an underground facility after their boss is assassinated.","7.605","/1jLWhjsaSJOz8eCAE0ikumtRq9c.jpg","[{'id':5859,'logo_path':null,'name':'Infinity Films','origin_country':''},{'id':5860,'logo_path':null,'name':'Anchor Bay Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-07-20","0","82","[{'iso_639_1':'en','name':'English'}]","Released","Two rival teams of assassins. One killer day at the office.","Operation: Endgame","false","4.9","87" +"false","/tLDCAVdubOBiweUapCaz4kmn44f.jpg","{'id':506229,'name':'G.I. Joe Collection','poster_path':null,'backdrop_path':null}","0","[{'id':16,'name':'Animation'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'},{'id':10751,'name':'Family'}]","","17421","tt0093066","en","G.I. Joe: The Movie","G.I. Joe faces a new enemy as an ancient society of snake people known as Cobra-La try to forcefully take back the earth from those who drove them underground eons ago.","4.216","/iVGKQAWrHTCCJ7hZCNPnDLrydVF.jpg","[{'id':3313,'logo_path':null,'name':'Sunbow Productions','origin_country':'US'}]","[]","1987-08-01","0","93","[{'iso_639_1':'en','name':'English'}]","Released","","G.I. Joe: The Movie","false","6.4","29" +"false","/g9iyNzQf6nmHDWBRmbthd61iq1U.jpg","null","0","[{'id':27,'name':'Horror'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","http://www.altitudemovie.com/","44678","tt1407049","en","Altitude","After a mysterious malfunction sends their small plane climbing out of control, a rookie pilot and her four teenage friends find themselves trapped in a deadly showdown with a supernatural force.","6.761","/oDmwDML4Uz5mK26BW4dYq0A34hf.jpg","[{'id':7979,'logo_path':null,'name':'Darclight Films','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2010-10-10","0","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Don't Look Down.","Altitude","false","4.9","117" +"false","/8CI0JZfDjd7cYx5usXazZG6jt6l.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.itaketlyserstjarnorna.se/","18815","tt1286151","sv","I taket lyser stj??rnorna","Young adolescent girl Jenna's mother is dying, while at the same time Jenna is turning from a young girl into a young woman. So it is difficult for her to admit that she is afraid to lose her mother; instead she behaves contrary to how one would expect.","1.4","/fwKPal5RbPqgq02EWmS2TXKLLJH.jpg","[{'id':2669,'logo_path':'/ugWpFTKyc6UK2payofmqO2lgcBQ.png','name':'Filmlance International','origin_country':'SE'}]","[{'iso_3166_1':'SE','name':'Sweden'}]","2009-01-30","0","90","[{'iso_639_1':'sv','name':'svenska'}]","Released","","Glowing Stars","false","6.1","7" +"false","/fp5Ptgy0pcwJGzvtOS8LM2m18QX.jpg","{'id':402380,'name':'Pitbull Collection','poster_path':'/4SB9F6P9K9445EJZoYfNZ8a56RL.jpg','backdrop_path':'/xRwCYxTrw9B7ToH98IYHglAVQxw.jpg'}","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","512768","tt7874378","pl","Pitbull. Ostatni pies","A policeman gets killed and the short-staffed police chief sends for a few experienced officers to support him in his fight with organized crime. Meanwhile, a conflict between local gangster groups escalates.","4.45","/tuFjMsR0BUU0elNpANMmdNI1wYH.jpg","[{'id':107870,'logo_path':null,'name':'Ent One Investments','origin_country':''},{'id':72548,'logo_path':'/mByJIaYKm9P2hImj0D2jvWNTlR1.png','name':'Kino ??wiat','origin_country':'PL'}]","[{'iso_3166_1':'PL','name':'Poland'}]","2018-03-15","0","124","[{'iso_639_1':'pl','name':'Polski'}]","Released","","Pitbull: Last Dog","false","6.6","9" +"false","/en6eiLMvFiwwDDUCohuxDSxhLnN.jpg","null","0","[{'id':18,'name':'Drama'}]","","254578","tt2764784","de","Phoenix","A disfigured concentration-camp survivor, unrecognizable after facial reconstruction surgery, searches ravaged postwar Berlin for the husband who might have betrayed her to the Nazis.","11.679","/bI7SEgPy1SEZFmOeYmP8keskIrU.jpg","[{'id':2717,'logo_path':null,'name':'Tempus','origin_country':''},{'id':138,'logo_path':null,'name':'Schramm Film Koerner & Weber','origin_country':'DE'},{'id':201,'logo_path':'/6UIpEURdjnmcJPwgTDRzVRuwADr.png','name':'ARTE','origin_country':'FR'},{'id':7333,'logo_path':null,'name':'Bayerischer Rundfunk (BR)','origin_country':''},{'id':46,'logo_path':null,'name':'Westdeutscher Rundfunk (WDR)','origin_country':'DE'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'PL','name':'Poland'}]","2014-09-25","3184472","98","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","A Gripping Noirish Study of Treachery, Identity and Survival.","Phoenix","false","6.7","206" +"false","/koWraldtofCs8GnvsGSPdeqgr8O.jpg","null","0","[{'id':99,'name':'Documentary'}]","https://www.kickstarter.com/projects/1228816149/santoalla-a-documentary-film","404831","tt5816712","en","Santoalla","A Dutch couple, Martin and Margo Verfondern, move to a remote Spanish village of Santoalla to start a new life. There is conflict with the Spanish residents resulting in the disappearance of Martin.","0.761","/eMiQJrxtR8lgXZMEH6a40rm3NjO.jpg","[{'id':78866,'logo_path':null,'name':'What Delicate Pictures','origin_country':''}]","[{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-06-17","0","83","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'gl','name':'Galego'}]","Released","","Santoalla","false","7","3" +"false","/bIHyY2PC91jJo9MookvJMyy0bTF.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","15387","tt0167331","cs","Pel????ky","Two families, Sebkovi and Krausovi, are celebrating christmas, but not everyone is in a good mood. Teenage kids think their fathers are totaly stupid, fathers are sure their children are nothing more than rebels, hating anything they say. Written by Anton??n","2.089","/lVGn75s3pjDEQictwU7a2kIIDJW.jpg","[{'id':5928,'logo_path':'/qnFEMaWjBM3kC9JmRWEhQf5W6EX.png','name':'??esk?? televize','origin_country':'CZ'}]","[{'iso_3166_1':'CZ','name':'Czech Republic'}]","1999-04-08","0","115","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'cs','name':'??esk??'}]","Released","","Cosy Dens","false","8.3","35" +"false","/9Mu7MCR2ag01LnPy1KIBsXrlq0a.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://wholovesthesun.com/","24422","tt0471930","en","Who Loves the Sun","A man (Lukas Haas) encounters a childhood friend (Adam Scott) who had an affair with his wife (Molly Parker) five years earlier.","1.407","/9c2GmbePMX5QfOrxSm1jzuYWLpk.jpg","[{'id':4301,'logo_path':null,'name':'Corey Marr Productions Inc.','origin_country':''}]","[]","2006-01-04","0","94","[{'iso_639_1':'en','name':'English'}]","Released","","Who Loves the Sun","false","6.2","8" +"false","/KTBzxn8mM3czqk8DaJuONtXvE3.jpg","null","6000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'},{'id':9648,'name':'Mystery'}]","","50765","tt1519664","en","Ticking Clock","A reporter stumbles upon the journal of a murderer replete with plans to butcher specific people, and investigates on his own, finding that every trail leads to a 9-year-old orphan living in a group home.","2.615","/g137QurE7PkVXSEDeQYFwnu59yj.jpg","[{'id':6724,'logo_path':null,'name':'Upload Films','origin_country':''},{'id':2090,'logo_path':'/jYlUttNqcN5u1pzMQrh5AEhZ27t.png','name':'Motion Picture Corporation of America','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-01-04","0","101","[{'iso_639_1':'en','name':'English'}]","Released","","Ticking Clock","false","5.1","27" +"false","/ymtFUHzPGMn67UzuffzQdOcvwwd.jpg","null","2000000","[{'id':35,'name':'Comedy'}]","","17320","tt0473709","en","The TV Set","As a writer named Mike struggles to shepherd his semi-autobiographical sitcom into development, his vision is slowly eroded by a domineering network executive named Lenny who favors trashy reality programming. The irony, of course, is that every crass suggestion Lenny makes improves the show's response from test audiences and brings the show a step closer to getting on the air.","3.87","/fAhMdlqBSTNQT64npNx4T15VcEo.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-04-28","265198","87","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","A place where dreams are cancelled.","The TV Set","false","5.7","37" +"false","/pjUiwLJeTnKBEBZxNtOdYYo8UX9.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.miralmovie.com/","45595","tt1366409","en","Miral","A drama centered on an orphaned Palestinian girl growing up in the wake of the first Arab-Israeli war who finds herself drawn into the conflict.","3.821","/s58tUfisFwVj7E43ihBYPWJXYmg.jpg","[{'id':2167,'logo_path':null,'name':'Eran Riklis Productions Ltd.','origin_country':''},{'id':7396,'logo_path':null,'name':'Pathe','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'IL','name':'Israel'},{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'IN','name':'India'}]","2010-10-01","852336","112","[{'iso_639_1':'en','name':'English'}]","Released","Is this the face of a terrorist?","Miral","false","6.1","27" +"false","/6EuOVAfHFzA2hGKU73ouxGftBeS.jpg","null","6800000","[{'id':28,'name':'Action'}]","http://www.zedfilmworks.com/films_sacrifice.php","56913","tt1630564","en","Sacrifice","A tough undercover cop inadvertently gets involved in a dangerous heroin ring when a young defector of the drug trade leaves his five year-old sister in his care.","1.976","/oFIJ0274BZRM7cJErvogXGFvY4R.jpg","[{'id':9064,'logo_path':null,'name':'Styx Productions','origin_country':''},{'id':4080,'logo_path':null,'name':'Zed Filmworks','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2011-04-26","0","100","[{'iso_639_1':'en','name':'English'}]","Released","Drug Ring, Kidnapping, Violence, Police, One Word Title, Female Nudity, Drug Dealer, Hockey Arena","Sacrifice","false","5","28" +"false","/7n7O1BHXkOtcf2VxuawWXHXv9Ps.jpg","null","0","[{'id':10770,'name':'TV Movie'},{'id':18,'name':'Drama'}]","","71741","tt0091844","en","Resting Place","A television movie set in Rockville, Georgia, in 1972. Major Kendall Laird, a Survival Assistance Officer, arrives in this sleepy little town with the body of Lieutenant Dwyte Johnson, a Vietnam war hero. It's Laird's job to help Johnson's parents bury their son. But since the dead hero was black, his parents are turned away by the white racists who maintain the town's ""all-white"" cemetery.","0.937","/vYA7EMWBswfYINVGbgeNR7DzqHF.jpg","[{'id':12677,'logo_path':null,'name':'Marian Rees Associates','origin_country':''},{'id':9027,'logo_path':null,'name':'Hallmark Hall of Fame Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1986-01-01","0","100","[{'iso_639_1':'en','name':'English'}]","Released","","Resting Place","false","6.5","3" +"false","/f1ZmpCABCOS4t9sLB0owsNwlC3k.jpg","null","2000000","[{'id':28,'name':'Action'},{'id':27,'name':'Horror'}]","","53070","tt1359555","de","Lightning Strikes","A rural sheriff (Kevin Sorbo) faces a seemingly impossible battle when he is forced to defend his small town from a demon riding bolts of lightning and causing mayhem.","0.921","/Tns2ud3seGtwKCbGBwCvXU02Qu.jpg","[{'id':68775,'logo_path':null,'name':'WST Productions','origin_country':''}]","[{'iso_3166_1':'BG','name':'Bulgaria'}]","2009-09-12","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Lightning Strikes","false","3.3","8" +"false","/f0YHgAac9NGAVrKCkYG7Xilwrw7.jpg","null","2500000","[{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","","43937","tt0981042","en","Like Dandelion Dust","A compelling drama that explores the different meanings of being a parent through the gritty, realistic lives of a struggling family, and a privileged family. Their lives intersect, intertwine and collide, all for the love of a little boy. This film bravely exposes the humanity in each character reminding us that we each have the potential to be the best and worst versions of ourselves at any time.","2.434","/L8iePqEQQRcpSJiI7ZroXRNl2R.jpg","[{'id':87987,'logo_path':null,'name':'lucky crow films','origin_country':''},{'id':98754,'logo_path':null,'name':'Downes Brothers Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-02-05","352810","100","[{'iso_639_1':'en','name':'English'}]","Released","Sometimes the greatest love is letting go.","Like Dandelion Dust","false","6.8","25" +"false","/vfdkUySTAyjugOJ9LvgDfH3JpWg.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","502167","tt6842126","en","Don???t Leave Home","An American artist???s obsession with a disturbing urban legend leads her to an investigation of the story???s origins at the crumbling estate of a reclusive painter in Ireland.","3.803","/3Y296xLDoTOsts35P3dGErBrZbL.jpg","[{'id':27912,'logo_path':null,'name':'Indie Entertainment','origin_country':''},{'id':87458,'logo_path':null,'name':'Salem Street Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-03-10","0","86","[{'iso_639_1':'en','name':'English'}]","Released","","Don???t Leave Home","false","5.1","10" +"false","/zEqGWH1lWcVjN1Ax07mSBYGVMLJ.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':18,'name':'Drama'}]","","42479","tt0068379","en","Ciao! Manhattan","The very sad tale of socialite & Warhol muse Edie Sedgwick (1943-1971) who effectively plays herself in a film that follows her life in a large part from the time she left Warhol's 'factory' and what the life of excess drugs did to her sanity. Edie was such a beautiful fragile girl - who finally got her head together and got married (her wedding day video is edited into the end of the movie) but it was too late, her husband woke up on a morning in November 1971, only weeks after filming wrapped, and found her dead beside him. She had died in her sleep from overdosing on her medication she was 28.","1.4","/vwqnH6omAWc7EVBSGSikrCddEzM.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","1973-04-19","0","84","[{'iso_639_1':'en','name':'English'}]","Released","","Ciao! Manhattan","false","4.7","5" +"false","/qxLtrnpPPQsG1n52zjrbbkRiorx.jpg","null","10400000","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'}]","http://www.yashrajfilms.com/Movies/MovieIndividual.aspx?MovieID=026c93e0-a787-4277-986c-93703ca8349e","376812","tt4832640","hi","?????????????????????","A biographical drama based on the life of fictional Haryana based wrestler & mixed martial arts specialist Sultan Ali Khan.","5.242","/vPTYtKuV8X5uUd3SqnzO14W6Dti.jpg","[{'id':1569,'logo_path':'/5WSkzUe6OiyKlpX2hJUghLlWkiU.png','name':'Yash Raj Films','origin_country':'IN'}]","[{'iso_3166_1':'IN','name':'India'}]","2016-07-06","102000000","170","[{'iso_639_1':'hi','name':'??????????????????'}]","Released","Wrestling is not a sport. Its about fighting what lies within.","Sultan","false","7.1","106" +"false","/dG36JdhCzT3Xq7KHOj8LR04ASDy.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://www.revengegirl-movie.jp/","489634","tt7222296","ja","????????????girl","Miki Takaraishi is a smart and beautiful 24-year-old woman, but her personality is not as good. She falls in love with Yuga Saito who is handsome and comes from a politician family. They see each other romantically, but Yugo Saito dumps Miki Takaraishi. To get revenge on Yuga Saito, she decides to run for prime minister. For her election campaign, she hires Toshiya Kadowaki as her campaign strategist.","2.759","/id6cc0rA5FxT2h1EYzOxuydTJsq.jpg","[]","[]","2017-12-23","0","110","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Revenge Girl","false","7.3","3" +"false","/oZc9fUwHJ880Q4lFP98s7T5a7Fe.jpg","null","3598902","[{'id':28,'name':'Action'},{'id':14,'name':'Fantasy'},{'id':12,'name':'Adventure'}]","https://www.netflix.com/title/80217733","420426","tt5979872","ja","Bleach","High school student Ichigo Kurosaki lives an ordinary life, besides being able to see ghosts and the blurry memories of his mother death under strange circumstances when he was a kid. His peaceful world suddenly breaks as he meets Rukia Kuchiki, a God of Death.","8.474","/nVWxVHznfMXodNUCgjp3t5vMSS2.jpg","[{'id':5896,'logo_path':null,'name':'Cine Bazar','origin_country':'JP'},{'id':3627,'logo_path':null,'name':'Warner Bros. Japan','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","2018-07-20","4001919","108","[{'iso_639_1':'ja','name':'?????????'}]","Released","The Soul Reaper Agent Arc","Bleach","false","6.5","211" +"false","/8TjztMT8ioEUUtYooGl4K4WOPfs.jpg","null","0","[{'id':18,'name':'Drama'}]","","155325","tt0096740","pl","300 mil do nieba","Based on a true story dating back to 1985 when two Polish boys, a teenager and his little brother, escaped from communist Poland all the way to Sweden, hidden under a truck. In the movie, their destination has been changed to Denmark.","1.088","/23k9AfeUplbhHDTMVAjCVYZUFia.jpg","[{'id':48708,'logo_path':null,'name':'Lise Lense-M??ller Film','origin_country':''},{'id':73037,'logo_path':null,'name':'Studio Filmowe Tor','origin_country':''},{'id':76499,'logo_path':null,'name':'Trans Europe Film','origin_country':''}]","[{'iso_3166_1':'DK','name':'Denmark'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'PL','name':'Poland'}]","1989-10-30","0","90","[{'iso_639_1':'da','name':'Dansk'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'pl','name':'Polski'}]","Released","","300 Miles to Heaven","false","6.4","5" +"false","/t5OoeJCwIk6o8FNU0pDyfJbsnDf.jpg","null","0","[{'id':18,'name':'Drama'}]","","382380","tt3664992","en","MDMA","When an Asian American girl from the wrong side of the tracks is accepted by a prestigious university, she finds that her academic prowess can be put to lucrative use.","1.56","/fksrwrwEOzD8nRffEfByqsl9qCD.jpg","[]","[]","2017-03-10","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Higher Learning Can Be Pure Ecstasy","MDMA","false","5.5","3" +"false","/m1o0ipFXUoaXNHFKK9QCMkWpDiv.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://medaliaproductions.com/portfolio-item/the-oslo-diaries/","493110","tt7689940","en","The Oslo Diaries","A group of Israelis and Palestinians come together in Oslo for an unsanctioned peace talks during the 1990s in order to bring peace to the Middle East.","2.575","/sxMUFx2zSzx8KcYsGs4eUYWm04z.jpg","[{'id':98581,'logo_path':null,'name':'Medalia Productions','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'IL','name':'Israel'}]","2018-01-21","0","94","[{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'he','name':'????????????????'},{'iso_639_1':'en','name':'English'}]","Released","","The Oslo Diaries","false","8.3","6" +"false","/bl80nEa6MeO956Rt7DW0pJsLW5R.jpg","null","0","[{'id':18,'name':'Drama'}]","","28176","tt0096316","en","Tucker: The Man and His Dream","Based on a true story. Shortly after World War II, Preston Tucker is a dynamic engineer and an enthusiastic showman who envisions the car of the future. Against mighty odds he manages to build a fleet of them - only to have his factory shut down by Detroit's Big Three automobile manufacturers. They took away his car - but nobody could take away his dream.","7.707","/vlN4vE8mto1K14Ngv4DVeMWKwIo.jpg","[{'id':1,'logo_path':'/o86DbpburjxrqAzEDhXZcyE8pDb.png','name':'Lucasfilm','origin_country':'US'},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':70,'logo_path':'/ueaENQkPcy8rlr5fGZVBXKOhlBh.png','name':'American Zoetrope','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-08-12","0","110","[{'iso_639_1':'en','name':'English'}]","Released","When they tried to buy him, he refused. When they tried to bully him, he resisted. When they tried to break him, he became an American legend. The true story of Preston Tucker.","Tucker: The Man and His Dream","false","6.8","116" +"false","/AfzfB3pNPTuDSRNUykuIOznRZB4.jpg","null","0","[{'id':18,'name':'Drama'}]","","427347","tt6213362","fr","Les Gardiennes","In this ensemble drama set in rural France, the women of the Paridier farm are left to run it by themselves while their men are off fighting in World War I. But things become complicated with the arrival of American troops.","3.731","/7nkfTsQrlyVh6r2Jik5hl86OLhz.jpg","[{'id':7395,'logo_path':'/cGOGYYfbJZ1uJHynRIf8yj4phRn.png','name':'Les films du Worso','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'}]","2017-12-06","0","135","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","The Guardians","false","6.1","43" +"false","/mBnuvlTF4nv0LQOayZD0WrGDfbU.jpg","null","0","[{'id':27,'name':'Horror'}]","https://basementthemovie.com/","435097","tt6118340","en","The Basement","A seemingly innocent man is abducted by a notorious L.A. serial killer, who forces his victims to switch roles with him so that he can enact his own capture, torture and murder.","3.813","/oSdwlfxbqRtlpTbsKipoCGBkCIs.jpg","[{'id':110177,'logo_path':null,'name':'The Conley Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-09-14","0","90","[{'iso_639_1':'en','name':'English'}]","Released","One serial killer. Twelve personalities. The nightmare begins.","The Basement","false","3.8","15" +"false","/qrBv1AZmVup94lHgpMMFdbl9pbj.jpg","null","12000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':53,'name':'Thriller'},{'id':10752,'name':'War'}]","","468362","tt5968274","en","The Angel","True story of Ashraf Marwan, who was President Nasser's son-in-law and special adviser and confidant to his successor Anwar Sadat - while simultaneously Israeli Intelligence's most precious asset of the 20th century. Based on NYT bestselling book 'The Angel: The Egyptian Spy Who Saved Israel' by Uri Bar-Joseph.","10.719","/d5vBixJD1coOvHvr8N2pbyffxFU.jpg","[{'id':56940,'logo_path':null,'name':'Adama Pictures','origin_country':''},{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''},{'id':99639,'logo_path':null,'name':'Sumatra Films','origin_country':''},{'id':99640,'logo_path':null,'name':'Shamai','origin_country':''},{'id':99641,'logo_path':null,'name':'TTV Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'IL','name':'Israel'},{'iso_3166_1':'MA','name':'Morocco'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'BG','name':'Bulgaria'}]","2018-05-15","0","114","[{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'he','name':'????????????????'}]","Released","","The Angel","false","7","81" +"false","/sQ7jm4YHMMJ9zUfNOx8JB3O9lZ1.jpg","null","0","[{'id':99,'name':'Documentary'}]","https://www.netflix.com/title/80192834","545634","tt8948614","en","Reversing Roe","Documentary that delves deep into the history of abortion law, revealing the contradictory ways in which women's bodies have been used to further political and ideological agendas.","3.138","/6BnywwZkvTrAIOsNCyfPPkwknUF.jpg","[{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-09-01","0","99","[{'iso_639_1':'en','name':'English'}]","Released","Who gets to decide?","Reversing Roe","false","7.6","7" +"false","/fYhYMPM8Qw6ZX7IOLpp1sCNMFCP.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","431185","tt4052050","en","He's Out There","On vacation at a remote lake house, a mother and her two young daughters must fight for survival after falling into a terrifying and bizarre nightmare conceived by a psychopath.","5.974","/790BUqG80oOyMRmTjDINW7lepTG.jpg","[{'id':49724,'logo_path':null,'name':'Unbroken Pictures','origin_country':''},{'id':3287,'logo_path':'/bz6GbCQQXGNE56LTW9dwgksW0Iw.png','name':'Screen Gems','origin_country':'US'},{'id':34,'logo_path':'/GagSvqWlyPdkFHMfQ3pNq6ix9P.png','name':'Sony Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-25","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","He's Out There","false","5.6","59" +"false","/2V0g6nVjxkFcT5BkiaSaRAqRL7R.jpg","null","0","[{'id':27,'name':'Horror'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","449454","tt7933282","en","E-Demon","The Viral Demon recording is a wakeup call to understand the truth of what???s happening to our world ever since the Viral Demon was accidentally released from its prison. Spread across the country, former college friends Kendra, AJ, Mar and Dwayne find themselves growing apart. Attempting to hang on to their good old Ohio State days, the gang gets together online for a night of stories, pranks and drinking via web-cam. As the evening progresses, they unknowingly release a deviously clever demon that had been trapped for centuries in Salem, Massachusetts. Since the demon can possess multiple people at once, the group of friends must determine who they can still trust in order to survive the demon???s dark and twisted mission.","3.256","/eeBQD2mEYCYZzOKkD1YYNu5HMD1.jpg","[{'id':108880,'logo_path':null,'name':'The e-DEMON Resistance Network','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-04-20","0","85","[{'iso_639_1':'en','name':'English'}]","Released","","E-Demon","false","3.5","3" +"false","/kc20ajqICqsLjvgbfHNnWhDVc85.jpg","null","0","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':12,'name':'Adventure'},{'id':27,'name':'Horror'}]","http://newsite.theasylum.cc/index.php/titles/detail?id=7e5f5c18-7f28-e811-a981-0edcbcd33718","548257","tt8633296","en","Alien Predator","A black ops reconnaissance team is sent to investigate the crash of an unidentified aircraft. When they arrive, they find strange markings and residue visible only in infrared. As the team gets deeper in and tries to figure out the source of the markings, they discover that they are being hunted by an alien expedition to Earth.","3.068","/jxHWPPNXhegzZHCUSgjlPwnuQ2C.jpg","[{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-09-11","0","87","[{'iso_639_1':'en','name':'English'}]","Released","Join the hunt","Alien Predator","false","3.1","5" +"false","/yfq6aRd9CDmD1vky0QEGrkAbkoz.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","https://www.warningshotthemovie.com/","456178","tt5113250","en","Warning Shot","A single mother and her young daughter struggle to make ends meet until they inherit their family's farmhouse. When a business rival covets their water rights, the situation spirals out of control.","4.294","/kGeDlD8kH4eWxzIKdyiG8IPpnoE.jpg","[{'id':108892,'logo_path':null,'name':'Seafoam Pictures','origin_country':''},{'id':108893,'logo_path':null,'name':'SDS Pictures','origin_country':''},{'id':108894,'logo_path':null,'name':'L7 Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-09-14","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Warning Shot","false","4.8","5" +"false","/9k9F12QhyeGorEvGbTyxk1SD8lh.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","https://www.netflix.com/title/80164779","452731","tt6485928","en","The Land of Steady Habits","After leaving his wife and his job to find happiness, Anders begins a clumsy, heartbreaking quest to reassemble the pieces of his fractured life.","6.181","/e2cdubbzgDBIVG8lELeQUq50qiZ.jpg","[{'id':1785,'logo_path':'/wT6aIkuQTNuq8XFoDGACK8EyR6w.png','name':'Likely Story','origin_country':'US'},{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-09-12","0","98","[{'iso_639_1':'en','name':'English'}]","Released","","The Land of Steady Habits","false","5.6","59" +"false","/tNa19CK0CQZl5rxZ35QRdKAT2s0.jpg","null","6000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'},{'id':14,'name':'Fantasy'},{'id':9648,'name':'Mystery'}]","","460885","tt6998518","en","Mandy","The Shadow Mountains, 1983. Red and Mandy lead a loving and peaceful existence; but when their pine-scented haven is savagely destroyed, Red is catapulted into a phantasmagoric journey filled with bloody vengeance and laced with fire.","17.65","/m0yf7J7HsKeK6E81SMRcX8vx6mH.jpg","[{'id':34519,'logo_path':'/MGFizEilC4bv5aDeF8YfEyjDVG.png','name':'SpectreVision','origin_country':'US'},{'id':12142,'logo_path':'/rPnEeMwxjI6rYMGqkWqIWwIJXxi.png','name':'XYZ Films','origin_country':'US'},{'id':19037,'logo_path':'/xhAYgpFmJfcCVLV5NMD8QKvqqHc.png','name':'Umedia','origin_country':'BE'},{'id':108869,'logo_path':'/tfK09IBUnfAwp5htKDPAdzf2z01.png','name':'Legion M','origin_country':'US'},{'id':22309,'logo_path':null,'name':'Piccadilly Pictures','origin_country':''},{'id':12352,'logo_path':'/fkIacb6MddD6trIWamr33SIcUAn.png','name':'Wallimage','origin_country':'BE'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'BE','name':'Belgium'}]","2018-09-13","1005909","122","[{'iso_639_1':'en','name':'English'}]","Released","","Mandy","false","6.3","541" +"false","/doZknFSxaF0lfEDmfPRZFNsfIIJ.jpg","null","20000000","[{'id':28,'name':'Action'}]","","421658","tt5254610","en","Final Score","When a stadium is seized by a group of heavily armed criminals during a major sporting event, an ex-soldier must use all his military skills to save both the daughter of a fallen comrade and the huge crowd unaware of the danger.","13.069","/jawqGBrUOHyXSyT7HknITUnL98.jpg","[{'id':36109,'logo_path':'/wca0Jcidf2N1KAPicYMjGoKOmYu.png','name':'The Fyzz','origin_country':'GB'},{'id':82456,'logo_path':null,'name':'Drybake Final Score','origin_country':''},{'id':76991,'logo_path':'/pQjdvbv4y9yuIDSHDEHc9ijJKaS.png','name':'Highland Film Group (HFG)','origin_country':'US'},{'id':290,'logo_path':'/Q8mw2AOQQc8Qg0uNwLWq86DVZv.png','name':'Ingenious Media','origin_country':'GB'},{'id':114874,'logo_path':'/lfk5FKLlTBaWqYHLeJs7J9atmNr.png','name':'Signature Entertainment','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2018-09-07","0","105","[{'iso_639_1':'en','name':'English'}]","Released","It's all about to kick off","Final Score","false","6","80" +"false","/tkYaPUJuFCHoweWxDbgOYumjb8Q.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","548204","tt6504538","en","Danger One","While transporting a dying man to the hospital, two paramedics find a million dollars in cash sewn into his clothing. When the man dies, they decide to keep it, setting them on a path for a hellish night of violence and mayhem.","2.548","/mG6MNa9fR6LIOaJhkJONflpGPvB.jpg","[{'id':93493,'logo_path':null,'name':'Mythmaker Productions','origin_country':''},{'id':48244,'logo_path':null,'name':'Silvatar Media','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-09-14","0","101","[{'iso_639_1':'en','name':'English'}]","Released","One dead body. One million dollars. One long night.","Danger One","false","4.9","8" +"false","/tN8Gpf5mtOFAEkIFrvYm33QqJPo.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","483315","tt4824316","en","Armed","A former U.S. marshal discovers that all of the survivors of his old unit are experiencing the same symptoms simultaneously and there may be a larger conspiracy at hand.","2.482","/dT316sJ74VYrRl3sh6UgJD6VP6g.jpg","[{'id':23749,'logo_path':null,'name':'Decipher Entertainment','origin_country':''},{'id':37580,'logo_path':null,'name':'MVP Films','origin_country':''}]","[]","2018-09-14","0","120","[{'iso_639_1':'en','name':'English'}]","Released","What could go wrong?","Armed","false","3.9","4" +"false","/bZB07JbCD1ALlFgcjHSE3cuRume.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':10770,'name':'TV Movie'}]","http://www.anothertimethemovie.com/","337426","tt3451984","en","Another Time","Just because a journey leads you somewhere you didn't expect, doesn't mean you ended up in the wrong place.","3.035","/5RqnH5MMSdYf7puHT8bBnnHlUll.jpg","[{'id':52097,'logo_path':null,'name':'Angry Jimmy Films','origin_country':''},{'id':52098,'logo_path':null,'name':'AfterBurner Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-04-24","0","89","[{'iso_639_1':'en','name':'English'}]","Released","Reinvent the wold of love.","Another Time","false","6.4","5" +"false","/1pf5eObre2IdJw2qn2gDqaScRh.jpg","null","947000","[{'id':35,'name':'Comedy'}]","","30197","tt0063462","en","The Producers","Broadway producer, Max Bialystock and his accountant, Leo Bloom plan to make money by charming little old ladies to invest in a production many times over what it will actually cost, and then put on a sure-fire flop, so nobody will ask for their money back ??? and what can be a more certain flop than a tasteless musical celebrating Hitler.","8.717","/xgKikS0QQcWS1CvhjbemeoBFd32.jpg","[{'id':419,'logo_path':null,'name':'Embassy Pictures Corporation','origin_country':'US'},{'id':1296,'logo_path':null,'name':'Crossbow Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1967-11-22","0","88","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","Hollywood Never Faced a Zanier Zero Hour!","The Producers","false","7.4","289" +"false","/xMvGmAjomaaXJid5voWbPYbxDSL.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':10749,'name':'Romance'}]","","29565","tt0081250","fr","La nuit des traqu??es","""The Night of the Hunted"" - A woman is taken to a mysterious clinic whose patients have a mental disorder in which their memories and identities are disintegrating as a result of a strange environmental accident.","2.633","/28rJRqBuUCIo2Iu27WxWHEztJU.jpg","[{'id':108931,'logo_path':null,'name':'Impex Films','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'}]","1980-08-20","0","87","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","The Night of the Hunted","false","5.6","17" +"false","/4BRSHX04TFC84X7QPCcAK2HXpJi.jpg","null","0","[{'id':10752,'name':'War'}]","","43142","tt0051978","en","The Naked and the Dead","Fighting men in World War II learn the value of courage and quickness at the risk of losing their lives.","2.153","/oUXmJHnbjE10J5gJAVK0OCQORAn.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","1958-08-06","0","131","[{'iso_639_1':'en','name':'English'}]","Released","","The Naked and the Dead","false","6","5" +"false","/bNRKlh05MdlDECJUaA6Nzw5t9UA.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://janethemovie.com/","470819","tt7207238","en","Jane","Drawing from never-before-seen footage that has been tucked away in the National Geographic archives, director Brett Morgen tells the story of Jane Goodall, a woman whose chimpanzee research revolutionized our understanding of the natural world.","2.542","/lasO6v47evkx4JfRqf4Rhqp8FZd.jpg","[{'id':52759,'logo_path':null,'name':'Public Road Productions','origin_country':''},{'id':7521,'logo_path':'/fRqMjLjyAqThtEg9P9WKCXLmCpJ.png','name':'National Geographic','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-09-10","1723379","90","[{'iso_639_1':'en','name':'English'}]","Released","It took a woman to unlock the secret of early man","Jane","false","7.8","33" +"false","/1GcgM16djXnnnVc6dXApgg9OfNr.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","http://www.mylifetime.com/movies/cocaine-godmother","492258","tt7056864","en","Cocaine Godmother","At the age of 17, Griselda Blanco, made her way to the U.S. with a fake passport with her first husband Carlos. Living in Queens with her three sons, Griselda became enticed by the money the drug world offered, and quickly became embroiled with local drug runners. Griselda masterminded the use of beautiful women, the elderly and children as the mules and created false-bottom suitcases to smuggle cocaine from Colombia.","5.593","/BYD6DT0dwtLFXkuCk7SqfAZrqv.jpg","[{'id':3431,'logo_path':'/6LVLYfZAEQfhJey0MGvhFXdDEK1.png','name':'Lifetime','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-11-12","0","100","[{'iso_639_1':'en','name':'English'}]","Released","","Cocaine Godmother","false","6.8","27" +"false","/aDB2gG2DUvYK4doSZObla0KkgL3.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","10097","tt0490499","en","The Tiger's Tail","After a chance encounter, a Dubliner (Gleeson) is stalked by a murderous facsimile of himself.","1.54","/tjmEMHtngREqVm2NOzIrE4Lx52L.jpg","[{'id':3565,'logo_path':null,'name':'Fern Gully Tales','origin_country':''}]","[{'iso_3166_1':'IE','name':'Ireland'}]","2006-09-26","0","107","[{'iso_639_1':'en','name':'English'}]","Released","","The Tiger's Tail","false","5.7","9" +"false","/FR4N397ArzbzSx3Wz5TPGsQYnc.jpg","null","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","269494","tt3697626","ko","????????? ??????","On the way to his mother???s funeral, a detective accidentally hits a person with his car. He takes the body with him and puts it into his mother???s coffin. The moment he feels relieved, he receives a call. This caller insists that he saw the detective???s hit-and-run, but instead of asking for money, he wants to know about the body???s whereabouts, leading to a do-or-die showdown of the witness and detective.","5.222","/alSvJr1pyGgEKMkEM06N9kMjSoj.jpg","[{'id':11430,'logo_path':null,'name':'Dasepo Club','origin_country':'KR'},{'id':50998,'logo_path':null,'name':'AD406','origin_country':''},{'id':3491,'logo_path':'/hXRKXi3M9qfP4Npi1kjAaH4eGnM.png','name':'Showbox','origin_country':'KR'}]","[{'iso_3166_1':'KR','name':'South Korea'}]","2014-05-29","0","111","[{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","","A Hard Day","false","7","146" +"false","/oYnBM8th3KKB23yuvYrkv3pdyqR.jpg","null","500000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.yellowbrickroadthemovie.com/index.html","47386","tt1398428","en","YellowBrickRoad","In the Fall of 1940, the entire population of Friar, New Hampshire walked together up a winding mountain trail and into the wilderness. Without warning, they left behind everything: their homes, their clothes, and their money. The only clue where they went was a single word etched into stone near the forest???s edge: YELLOWBRICKROAD.","3.506","/nQxH7ZwkdDQ84WUhg8vI57nWrG9.jpg","[{'id':24259,'logo_path':null,'name':'Points North Film','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-01-23","0","99","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","They went looking for evil in the forest but the forest found evil in them","YellowBrickRoad","false","5","72" +"false","/uJTwAnWnbHZSUTCuouAbNaCHXEU.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","19316","tt0384504","en","Saving Face","A Chinese-American lesbian and her traditionalist mother are reluctant to go public with secret loves that clash against cultural expectations.","4.087","/7upctoAqpN7OkTUsIqD3EApv8fx.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-09-12","0","91","[{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'en','name':'English'}]","Released","A romantic comedy about right, wrong and everything in between.","Saving Face","false","7.2","63" +"false","/RuJizCQaMuNxys7kMZO6sqOe6y.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","","159109","tt2381355","en","The Rambler","After being released from prison, a man known as The Rambler stumbles upon a strange mystery as he attempts a dangerous journey through treacherous back roads and small towns en route to reconnecting with his long lost brother.","1.56","/xha2HgUmKhnvT6FzATRksJi3p2I.jpg","[{'id':12545,'logo_path':null,'name':'Also Known As Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-01-21","0","97","[{'iso_639_1':'en','name':'English'}]","Released","A journey into darkness","The Rambler","false","5.9","15" +"false","/d1X9WlPjj5VYfPUYBueY19Ryiwl.jpg","null","0","[{'id':99,'name':'Documentary'}]","","410206","tt5937964","en","Black Code","Toronto-based documentary filmmaker and cinematographer Nicholas de Pencier (Four Wings and a Prayer, Watermark) examines the complex global impact that the internet has had on matters of free speech, privacy and activism.","0.941","/9rMaB1SisknmGDFvlDMXFbDLk5O.jpg","[]","[{'iso_3166_1':'CA','name':'Canada'}]","2016-09-09","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Black Code","false","6","2" +"false","/7FScw976td6ErtQ1IjDZw98PGAO.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","32220","tt0462362","en","The Insatiable","A drab, run-of-the-mill guy witnesses a vampiress devour a bum and becomes so infatuated with her, he tracks her down and traps her in a basement so she can't kill again.","1.094","/ePUKU8TnsxaMeeX7nkoLKwPD2rq.jpg","[{'id':5192,'logo_path':null,'name':'Animation House','origin_country':''},{'id':5193,'logo_path':null,'name':'Hippo Films','origin_country':''},{'id':5194,'logo_path':null,'name':'Numenorean Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-01-01","0","103","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","","The Insatiable","false","5.5","13" +"false","/mbMYYO7cBiITX8uBwykjA3mFWFZ.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","17282","tt0093820","en","Rage of Honor","A Japanese cop, Shiro, and his partner Ray are after a bunch of drug dealers. But they are betrayed by an insider and Ray is killed. Shiro follows the murderer, a sadistic drug lord, up to Singapore.","0.854","/gagpNfDot9MJTqxTgPrey26lakN.jpg","[{'id':42643,'logo_path':null,'name':'Negocios Cinematogr??ficos S.A.','origin_country':''},{'id':17915,'logo_path':null,'name':'Trans World Entertainment (TWE)','origin_country':''}]","[{'iso_3166_1':'AR','name':'Argentina'},{'iso_3166_1':'US','name':'United States of America'}]","1987-02-01","0","92","[{'iso_639_1':'en','name':'English'}]","Released","","Rage of Honor","false","5.3","6" +"false","/oZNtqdcfgF3pzuourHhNNCsRAsI.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","25329","tt0897347","en","The Echo","","2.351","/qgHmHhGaJsV4VElulZCzOgxcxeS.jpg","[{'id':52015,'logo_path':null,'name':'Echo Productions','origin_country':''},{'id':829,'logo_path':'/mzpAmEQ5P1gFvdRoNyCk9q8ngiv.png','name':'Vertigo Entertainment','origin_country':'US'},{'id':11029,'logo_path':'/aEqqnFZjCW10ODE4TYQ1qkjvokr.png','name':'QED International','origin_country':'US'},{'id':52013,'logo_path':null,'name':'RightOff Entertainment','origin_country':''},{'id':52014,'logo_path':null,'name':'Dark & Stormy Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-05-25","0","96","[{'iso_639_1':'en','name':'English'}]","Released","","The Echo","false","5.4","62" +"false","/yIszPJawrrp6zcb62d7XJnaxAmw.jpg","null","0","[{'id':18,'name':'Drama'}]","","13078","tt0796302","en","The Babysitters","Seventeen-year-old Shirley is a good student who works as a babysitter in order to make money for college. One night Michael, a father Shirley works for, confesses he's unhappy with married life. Shirley has a crush on Michael, and seizes this moment to kiss him. Michael is so happy he presents Shirley with a big tip, which gives her an idea. Shirley plans to make extra money by setting up her teenage friends with other unhappy fathers.","7.907","/nsrNUqGXI95unRKZEu8BJ584xWn.jpg","[{'id':6724,'logo_path':null,'name':'Upload Films','origin_country':''},{'id':2813,'logo_path':null,'name':'Forensic Films','origin_country':''},{'id':77919,'logo_path':null,'name':'O.D.D. Entertainment','origin_country':''},{'id':77920,'logo_path':null,'name':'Rebel Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-09-11","44852","88","[{'iso_639_1':'en','name':'English'}]","Released","These girls mean business.","The Babysitters","false","5.3","119" +"false","/c13HB8G9MOcDBSSbbQifbw2bc8h.jpg","null","15000000","[{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'}]","","26978","tt0086346","en","Spacehunter: Adventures in the Forbidden Zone","Three women makes an emergency landing on a planet plagued with a fatal disease, but are captured by dictator Overdog. Adventurer Wolff goes there to rescue them and meets Niki, the only Earthling left from a medical expedition. Combining their talents, they try to rescue the women.","4.425","/3Yl3HQD451x9UF81oZb2yVWWzsS.jpg","[{'id':24373,'logo_path':null,'name':'Delphi Productions','origin_country':''},{'id':24374,'logo_path':null,'name':'Zone Productions','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1983-05-20","16500000","90","[{'iso_639_1':'en','name':'English'}]","Released","Journey with Wolff and Niki, an interstellar adventurer and young rebel. On a mission to rescue three stranded women from a planet no one has warned them about. Because no one has ever returned.","Spacehunter: Adventures in the Forbidden Zone","false","5.4","48" +"false","/dC0KOqIKV6GoDjQoorxXHU7KXfs.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","","14544","tt0403455","en","Roll Bounce","In the summer of 1978, a teenager and his group of friends face new challenges when their neighborhood roller-skating rink closes, forcing them to visit a different rink.","3.907","/huw3ygKaF3ZY9UPKyOjctsksCMQ.jpg","[{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-09-23","0","112","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","","Roll Bounce","false","6.2","46" +"false","/8wf1WotiNtnt3hJDgwxsOFiappa.jpg","null","0","[{'id':27,'name':'Horror'}]","http://www.partynightmovie.com/","483545","tt5322136","en","Party Night","Six friends become prey for a sadistic psychopath when they decide to ditch their high school's after prom party for their own celebration at a secluded house.","0.674","/x1GD3zT0WprHw4fXKnuBEinjmZt.jpg","[{'id':96625,'logo_path':null,'name':'Fright Meter Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-04-28","0","","[{'iso_639_1':'en','name':'English'}]","Released","Try to make it until morning.","Party Night","false","7","2" +"false","/lpuehRS74pgVYIQ6ZQ2fIAaoAvo.jpg","null","0","[{'id':18,'name':'Drama'}]","https://www.netflix.com/title/81001000","538362","tt7121252","it","Sulla mia pelle","The incredible true story behind the most controversial Italian court cases in recent years. Stefano Cucchi was arrested for a minor crime and mysteriously found dead during his detention. In one week's time, a family is changed forever.","8.971","/rwPgE6fLxuJmPWi8fFjgENJMAjr.jpg","[{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''}]","[]","2018-08-29","0","100","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","The last seven days of Stefano Cucchi","On My Skin","false","8.2","990" +"false","/kD9QnnGJTLsxc035IULudmj4vbL.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.butterflycaughtmovie.com/","479970","tt4125654","en","Butterfly Caught","Three beautiful aspiring actresses embark on a mission to break into the competitive Los Angeles acting scene only to discover the road leading to stardom comes at a price.","3.223","/92hgBg1aHIuNy7tod9PC40HmZtI.jpg","[{'id':104827,'logo_path':null,'name':'Toward The Sun Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-10-06","0","108","[{'iso_639_1':'en','name':'English'}]","Released","","Butterfly Caught","false","5.8","5" +"false","/gs1ADlbXHQv8DSX0Qe3rsetNt7b.jpg","null","0","[{'id':18,'name':'Drama'}]","","200976","tt0297462","ko","???????????? ????????????","Waikiki Brothers is a band going nowhere. After another depressing gig, the saxophonist quits, leaving the three remaining members to continue on the road. The band ends up at the lead singer's hometown, which was a popular hot spring resort in the '80s, but the return home is filled with reservations of previous and past disappointments, a lost love, unemployment and tragedy.","1.129","/aRqgjWQfi8LDO3My4rW3lsjpO5g.jpg","[{'id':21415,'logo_path':null,'name':'Myung Films','origin_country':'KR'},{'id':7036,'logo_path':'/javbyY0ZCvlFJtly3tpZqf2NwLX.png','name':'CJ Entertainment','origin_country':'KR'}]","[{'iso_3166_1':'KR','name':'South Korea'}]","2001-10-27","0","109","[{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","","Waikiki Brothers","false","6.1","7" +"false","/3Tqpr0WaCe5piWxmCqAEGQELI7z.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","28433","tt0042792","en","No Way Out","The Biddle brothers, shot while robbing a gas station, are taken to the prison ward of the County Hospital; Ray Biddle, a rabid racist, wants no treatment from black resident Dr. Luther Brooks. When brother John dies while Luther tries to save him, Ray is certain it's murder and becomes obsessed with vengeance. But there are black racists around too, and the situation slides rapidly toward violence.","1.982","/jcZmmR8ooOwXlKrtpNXzMr0Q5tw.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1950-08-16","0","106","[{'iso_639_1':'en','name':'English'}]","Released","Is it a question... or an answer","No Way Out","false","6.5","24" +"false","/afyO3DOXyiluXqecGHSjVwvZewM.jpg","null","0","[{'id':18,'name':'Drama'}]","","4175","tt0042004","en","Under Capricorn","In 1831, Irishman Charles Adare travels to Australia to start a new life with the help of his cousin who has just been appointed governor. When he arrives he meets powerful landowner and ex-convict Sam Flusky, who wants to do a business deal with him. Whilst attending a dinner party at Flusky's house, Charles meets Flusky's wife Henrietta who he had known as a child back in Ireland. Henrietta is an alcoholic and seems to be on the verge of madness.","4.215","/7cHluGXnrzwSA7Etze5pliNQ03m.jpg","[{'id':1554,'logo_path':null,'name':'Transatlantic Pictures','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1949-09-08","0","108","[{'iso_639_1':'en','name':'English'}]","Released","Mystery, murder and passion from the master of suspense!","Under Capricorn","false","6.5","40" +"false","/sYCXiqa8bR22pYW5IwbyV25rNyf.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':14,'name':'Fantasy'}]","","11082","tt0096073","en","The Seventh Sign","Abby is a pregnant woman with a curious new boarder in the apartment over her garage. Turns out he's heaven-sent and is speeding along the Apocalypse by bloodying rivers, egging on plagues and following scripture word for word.","8.207","/69yRjh8bPlBAiXMwD7jXi9O96EB.jpg","[{'id':44425,'logo_path':null,'name':'ML Delphi Premier Productions','origin_country':''},{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'},{'id':10201,'logo_path':null,'name':'Interscope Communications','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-04-01","18875011","97","[{'iso_639_1':'en','name':'English'}]","Released","The seals have been broken. The prophecies have begun. Now only one woman can halt the end of our world.","The Seventh Sign","false","5.9","130" +"false","/xv2UTn6bU0wwmMW8D8ZnAx7SWNX.jpg","null","19000000","[{'id':35,'name':'Comedy'}]","https://www.uncledrew.movie/","474335","tt7334528","en","Uncle Drew","Uncle Drew recruits a squad of older basketball players to return to the court to compete in a tournament.","13.548","/cDjAlFbpvjuxH4gFD02fqlyk6qL.jpg","[{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-06-27","17665000","103","[{'iso_639_1':'en','name':'English'}]","Released","Respect your elders.","Uncle Drew","false","6.6","201" +"false","/3Wo9oYQLRgPWTVPIKxx7ocUiMzj.jpg","null","2000000","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'},{'id':35,'name':'Comedy'}]","","470333","tt7158430","en","Hearts Beat Loud","In the hip Brooklyn neighborhood of Red Hook, single dad and record store owner Frank is preparing to send his hard-working daughter Sam off to college while being forced to close his vintage shop. Hoping to stay connected through their shared musical passions, Frank urges Sam to turn their weekly jam sessions into a father-daughter live act. After their first song becomes an internet breakout, the two embark on a journey of love, growing up and musical discovery.","8.239","/umiWoEo9aNH2bQnuDZnoFJJxfZn.jpg","[{'id':18346,'logo_path':'/vRQOTOMEohkoIfPNoDIZV0DfIwE.png','name':'Burn Later Productions','origin_country':'US'},{'id':66044,'logo_path':null,'name':'Houston King Productions','origin_country':'US'},{'id':13466,'logo_path':'/d2ewBAUkCGeYMj6bv2Z9PkzL5OA.png','name':'Park Pictures Features','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-06-08","2115765","97","[{'iso_639_1':'en','name':'English'}]","Released","Music runs in the family.","Hearts Beat Loud","false","7.6","76" +"false","/eGWc9KHURMRghR1bEj25hZNztNX.jpg","null","250000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","548","tt0042876","ja","?????????","Brimming with action while incisively examining the nature of truth, ""Rashomon"" is perhaps the finest film ever to investigate the philosophy of justice. Through an ingenious use of camera and flashbacks, Kurosawa reveals the complexities of human nature as four people recount different versions of the story of a man's murder and the rape of his wife.","7.383","/mwWJuktWk8z5OY4og0z48Jg4u3n.jpg","[{'id':880,'logo_path':null,'name':'Daiei Motion Picture Co., Ltd.','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","1950-12-26","96568","88","[{'iso_639_1':'ja','name':'?????????'}]","Released","The husband, the wife...or the bandit?","Rashomon","false","8.2","801" +"false","/sVIOBiSg6mmnK3auQ5pMzlvTsJn.jpg","null","8250000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10749,'name':'Romance'}]","","11620","tt0043949","en","Quo Vadis","Set against the back drop of Rome in crisis, General Marcus Vinicius returns to the city from the battle fields and falls in love with a Christian woman, Lygia. Caught in the grip of insanity, Nero's atrocities become more extreme and he burns Rome, laying the blame on the Christians. Vinicius races to save Lygia from the wrath of Nero as the empire of Rome collapses around them.","8.644","/205q2KznSETw5MeUHupvusQGXDC.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1951-11-08","30000000","171","[{'iso_639_1':'en','name':'English'}]","Released","THIS IS THE BIG ONE! The splendor and savagery of the world's wickedest empire! Three hours of spectacle you'll remember for a lifetime!","Quo Vadis","false","7","138" +"false","/tnwMCH4yLBY4qpe6Nr4n66u4U3f.jpg","{'id':496796,'name':'Sicario Collection','poster_path':'/7OSBcvGv9nnrgBVrMxkur4yD1uX.jpg','backdrop_path':'/duanXKpT4H1f4TmVgSZ8ZqDyJtt.jpg'}","35000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","https://www.soldado.movie/","400535","tt5052474","en","Sicario: Day of the Soldado","Agent Matt Graver teams up with operative Alejandro Gillick to prevent Mexican drug cartels from smuggling terrorists across the United States border.","30.823","/msqWSQkU403cQKjQHnWLnugv7EY.jpg","[{'id':33681,'logo_path':'/dHx2nsV9AC7IBlKN2dk1FDImvOz.png','name':'Black Label Media','origin_country':'US'},{'id':3528,'logo_path':'/cCzCClIzIh81Fa79hpW5nXoUsHK.png','name':'Thunder Road Pictures','origin_country':'US'},{'id':116147,'logo_path':null,'name':'Orange Corp','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-06-27","75836683","123","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","No rules this time","Sicario: Day of the Soldado","false","6.7","1170" +"false","","null","0","[{'id':18,'name':'Drama'}]","","450281","tt5346228","ja","???????????????????????????","Two sisters Tae and Yo come back to their old house which is soon to be torn down. Clearing up the family mementos, Tae finds a red box full of recipes and letters written by their mother who died 20 years ago. In these recipes and letters, she finds out how her mother had struggled in her life due to relocation from Japan to Taiwan, the death of her Taiwanese husband, and a battle with cancer. Tae travels to Taiwan to trace her mother's past, reminiscing about the dishes she made for the family.","1.302","/sblspeMr7e9oTpGAnQriIvHOpbj.jpg","[]","[{'iso_3166_1':'JP','name':'Japan'}]","2016-09-20","0","117","[{'iso_639_1':'ja','name':'?????????'}]","Released","","What's for Dinner, Mom?","false","7.3","3" +"false","/pYSZ3ZuxFBSUPs53AekPVaLwkJf.jpg","null","0","[{'id':18,'name':'Drama'}]","","154989","tt0095937","cn","?????????","The story of Peking Opera School, its teacher Master Yu and his students.","1.176","/4oG1jilzMpQiSqjOYqLcvk8MiHY.jpg","[{'id':5798,'logo_path':'/tmuI9BGXgpWLmokhlxpnG3IGNQB.png','name':'Shaw Brothers','origin_country':''},{'id':6379,'logo_path':null,'name':'Golden Harvest Company Ltd.','origin_country':''}]","[{'iso_3166_1':'HK','name':'Hong Kong'}]","1988-09-16","0","112","[{'iso_639_1':'cn','name':'????????? / ?????????'}]","Released","The critically-acclaimed story of three young men growing from a traditional Chinese theatrical school to stardom in Hong Kong's thriving film industry.","Painted Faces","false","6.9","7" +"false","/rrF9XAAgN2jJT3qUqpSNCWtoJQJ.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://nekoatsume-movie.com/","436816","tt6227846","ja","?????????????????????","In Neko Atsume no Ie, Atsushi Ito stars as Masaru Sakamoto, a novelist who moves to the countryside to try to combat a bad case of writer's block. While struggling to begin his next novel, Masaru spots a stray cat, which he decides to befriend. Masaru leaves food out for the pretty kitty, and before long his new home is covered in cats.","1.194","/1GvapUlah3EDxu4kuFx6l4o2fDs.jpg","[{'id':86669,'logo_path':null,'name':'Mediand','origin_country':''},{'id':56176,'logo_path':null,'name':'AMG Entertainment','origin_country':''}]","[{'iso_3166_1':'JP','name':'Japan'}]","2017-04-08","0","92","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Cat Collection's House","false","6","1" +"false","/coY9s2YYDsVqp9xF2TR4jas8ose.jpg","null","0","[{'id':18,'name':'Drama'},{'id':12,'name':'Adventure'}]","","93424","tt0047937","ja","????????????","A young samurai, Shojuro Sako, travels on the Tokaido to Edo with his two servants, Genta and Gonpachi. Gonpachi has been told by Shojuro's mother to prevent his Master from drinking... The road is not safe. On the way, they meet young orphan boy, Jiro, and many other travellers: A team of great directors, including Yasujrio Ozu, Hirochi Shimizu and Daisuko Ito, assisted Uchida with his remarkable post-war comeback film. It's an affable samurai road movie with a focus on unglamorus characters, as a dim-witted samurai and his servants traverse the Tokaido highway. Much of the film is played as comedy, making the brilliantly staged violent climax all the more shocking.","2.313","/wFoSR8ySoPnxpYiEDnp6JscVGQq.jpg","[{'id':5822,'logo_path':'/qyTbRgCyU9NLKvKaiQVbadtr7RY.png','name':'Toei Company, Ltd.','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","1955-02-27","0","94","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Bloody Spear at Mount Fuji","false","8.1","10" +"false","/5BD19ccJqIB8MsNfhPA5U06RE4m.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","13428","tt0145547","en","Two Hands","A 19 year old finds himself in debt to a local gangster when some gang loot disappears and sets him on the run from thugs. Meanwhile two street kids start a shopping spree when they find the missing money.","6.492","/9R8ulzKLi41OX1enfvhaimU94nP.jpg","[{'id':31317,'logo_path':null,'name':'Meridian Films','origin_country':''},{'id':2751,'logo_path':null,'name':'CML Films','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","1999-07-29","0","103","[{'iso_639_1':'en','name':'English'}]","Released","It was only one mistake, but it was a big one.","Two Hands","false","6.6","64" +"false","/3C1qJYu1XCnhwR700jGhaBVS4gz.jpg","null","4000000","[{'id':18,'name':'Drama'}]","http://elles-movie.com/","85545","tt1549589","fr","Elles","A journalist tries to balance the duties of marriage and motherhood while researching a piece on college women who work as prostitutes to pay their tuition.","7.733","/9WIXeYmiJvDEHcRUqQeDDUhjjsA.jpg","[{'id':250,'logo_path':null,'name':'Canal+ Polska','origin_country':'PL'},{'id':4606,'logo_path':'/otZHbf1HmzLRQsZFSqJXkf8EHz7.png','name':'ZDF','origin_country':'DE'},{'id':7777,'logo_path':'/vd6oWpxQXyaeWGfm0A5SnJi8pyo.png','name':'Slot Machine','origin_country':'FR'},{'id':8289,'logo_path':null,'name':'Zentropa International K??ln','origin_country':''},{'id':8556,'logo_path':null,'name':'Zentropa International','origin_country':''},{'id':11239,'logo_path':null,'name':'Liberator Productions','origin_country':''},{'id':15066,'logo_path':null,'name':'Shot - Szumowski','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'PL','name':'Poland'}]","2011-09-09","911466","96","[{'iso_639_1':'pl','name':'Polski'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","The world's oldest profession still has its secrets.","Elles","false","5.5","71" +"false","/uH2bi7rAEvnRmHugce7EFMmrhlj.jpg","null","11000000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","18387","tt0077235","en","Big Wednesday","Three 1960s California surfers fool around, drift apart and reunite years later to ride epic waves.","4.44","/3LSnFCWKtyDGua5LZqpPYK4EXY8.jpg","[{'id':6128,'logo_path':null,'name':'A-Team','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1978-05-26","0","120","[{'iso_639_1':'en','name':'English'}]","Released","A day will come that is like no other... and nothing that happens after will ever be the same.","Big Wednesday","false","6.9","75" +"false","/8SC2WGdfKUtSC759uPHeTIKF7s0.jpg","null","1000000","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","https://a24films.com/films/slice","347392","tt4411234","en","Slice","In a spooky small town, when a slew of pizza delivery boys are slain on the job, two daring survivors set out to catch the culprits behind the cryptic crime spree.","2.144","/bznkSqWqj43DhzHrbLehsr6ncb0.jpg","[{'id':57217,'logo_path':null,'name':'N2ition Cinema','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-09-10","0","82","[{'iso_639_1':'en','name':'English'}]","Released","Dead. In 30 Minutes or Less.","Slice","false","4.4","31" +"false","/kZea9Lwj3lJN8cOWLMQgOWVQAYU.jpg","null","656000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","13562","tt0028010","en","My Man Godfrey","Fifth Avenue socialite Irene Bullock needs a ""forgotten man"" to win a scavenger hunt, and no one is more forgotten than Godfrey Park, who resides in a dump by the East River. Irene hires Godfrey as a servant for her riotously unhinged family, to the chagrin of her spoiled sister, Cornelia, who tries her best to get Godfrey fired. As Irene falls for her new butler, Godfrey turns the tables and teaches the frivolous Bullocks a lesson or two.","6.131","/wtfOW7fIxBZWY78rvUoPpWhMSiR.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1936-09-17","0","95","[{'iso_639_1':'en','name':'English'}]","Released","","My Man Godfrey","false","7.7","118" +"false","/lrq20H4joxN8TjNnycCgcCvZPPV.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://www.hunttheskinwalker.com/","522317","tt8399718","en","Hunt for the Skinwalker","This documentary is an intimate and unnerving portrait of the events surrounding the most extensive scientific study of a paranormal hotspot in human history.","2.332","/zIfD2Y8wHWFZq5DmCnIJmBJiyrw.jpg","[{'id':104195,'logo_path':null,'name':'JKLC Productions','origin_country':''}]","[]","2018-09-12","0","127","[{'iso_639_1':'en','name':'English'}]","Released","Beyond Paranormal","Hunt for the Skinwalker","false","4.8","8" +"false","/cMj4OZAhuTcqcB2DHbA0EmzwEto.jpg","null","0","[{'id':18,'name':'Drama'}]","","525914","tt6421118","en","Songbird","Joanne, lead singer of the once-popular 1990s Britpop band the Filthy Dukes, mistakenly enrolled in university after a drunken night out with her friend Sara. Determined to give the young students a run for their money as a party animal, she finds they aren???t interested in rock ???n??? roll. However, love and new beginnings might be on the cards for rocker Joanne.","3.804","/nnE1nnCAsVDmFRdefg2pQxROt5K.jpg","[{'id':6371,'logo_path':'/zjXvcv1md91eXLZiJExUOTEwgdd.png','name':'Unstoppable Entertainment','origin_country':'GB'},{'id':48389,'logo_path':null,'name':'Dignity Film Finance','origin_country':''},{'id':109162,'logo_path':null,'name':'Fivelanes Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-06-28","0","95","[{'iso_639_1':'en','name':'English'}]","Released","Sometimes you've just gotta Rock n Roll with it","Songbird","false","3.9","6" +"false","/hciAhYjl9drBXfXpbCGVaJllrj6.jpg","null","0","[{'id':80,'name':'Crime'},{'id':878,'name':'Science Fiction'}]","","27709","tt0059678","en","The Satan Bug","The Satan Bug (1965) is a science fiction film in which a US government germ warfare lab has had an accident. The first theory is that one of the germs has been released and killed several scientists. The big fear is that a more virulent strain, named The Satan Bug because all life can be killed off by it should it escape, may have been stolen.","1.804","/4MWZpUto48SdthKTjWPd5TJUbws.jpg","[{'id':219,'logo_path':null,'name':'The Mirisch Corporation','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1965-03-26","0","114","[{'iso_639_1':'en','name':'English'}]","Released","The price for uncovering the secret of the satan bug comes high - YOUR LIFE!","The Satan Bug","false","6.4","14" +"false","/9Ohqk7C5X8z50aqY1xPPHZiEsL3.jpg","null","0","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':10749,'name':'Romance'}]","","29128","tt0073324","fr","L??vres de sang","Frederick sees a photograph of a ruined seaside castle, which triggers a strange childhood memory. He then goes on a strange quest, aided by four female vampires, to find the castle and the beautiful woman who lives there.","1.633","/tMWgnjK7JQJGCOYzpXcnATM0gcZ.jpg","[{'id':9126,'logo_path':null,'name':'Nordia Films','origin_country':''},{'id':9127,'logo_path':null,'name':'Off Production','origin_country':''},{'id':7780,'logo_path':null,'name':'Black Scorpion Video','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'}]","1975-05-17","0","88","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Lips of Blood","false","6.3","14" +"false","/pDtquB9mFRxdK7kJ9TgY48roquh.jpg","null","0","[{'id':10752,'name':'War'},{'id':18,'name':'Drama'}]","http://www.nlfilm.tv/nl/films-1/bankier-van-het-verzet/","497916","tt4610378","nl","Bankier van het Verzet","In 1942, in Nazi-occupied Amsterdam, the banker brothers Walraven and Gijsbert van Hall face their biggest challenge when they decide to help finance the Dutch resistance.","10.969","/sqAJF2muVamUQfmGmrRK9w8s1KS.jpg","[{'id':29326,'logo_path':'/48DThnoazC9wvKo8SieLzICIX0m.png','name':'Dutch Filmworks','origin_country':'NL'},{'id':5573,'logo_path':'/2rJ7YVYTI5Oif9ZMT6g26ScHums.png','name':'NL Film en TV','origin_country':'NL'},{'id':22071,'logo_path':null,'name':'Mollywood','origin_country':'BE'},{'id':107563,'logo_path':'/p3ZZzdpYlf6PEz5HR9t5SJQT5dO.png','name':'EO','origin_country':'NL'},{'id':81406,'logo_path':null,'name':'Zilvermeer Productions','origin_country':''},{'id':108973,'logo_path':null,'name':'Nanook Entertainment','origin_country':''}]","[{'iso_3166_1':'NL','name':'Netherlands'}]","2018-03-08","0","124","[{'iso_639_1':'nl','name':'Nederlands'},{'iso_639_1':'de','name':'Deutsch'}]","Released","The greatest concealed act of resistance","The Resistance Banker","false","6.7","70" +"false","/7hcLy5yxjnbNPremFVGrDoYI17O.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':16,'name':'Animation'},{'id':28,'name':'Action'}]","http://thebadcatmovie.com/","355066","tt4695548","tr","K??t?? Kedi ??erafettin","Produced by Turkey's biggest animation studio, Anima Istanbul, The Bad Cat is an animated epic for young adults featuring the unforgettably bad cat, Shero and his foul mouthed gang in action. As animals inhabiting streets Shero and his friends are after what anyone else in their notoriously sleazy Istanbul neighborhood wants: debauchery with girls, food and the occasional drinking binge. This ordinary looking day will prove otherwise as their paths cross with humans, things get a little out of hand in hilarious, harsh and unexpected ways. The Bad Cat is an animated 3D feature film that strikes into our heads the epitome of what a bad cat who's deprived of love and barbeque is capable of. The story involves a sleazy, sexed up cat Shero, discovers he is the father of a bastard son.","2.771","/9T9wp2fjwW6C9bZjrHMCL0mZ954.jpg","[{'id':75409,'logo_path':null,'name':'Kare Kare Film','origin_country':'TR'},{'id':75408,'logo_path':null,'name':'Anima Istanbul','origin_country':''}]","[{'iso_3166_1':'TR','name':'Turkey'}]","2016-02-05","0","82","[{'iso_639_1':'pl','name':'Polski'},{'iso_639_1':'tr','name':'T??rk??e'}]","Released","The Bad Cat","Bad Cat","false","6.6","32" +"false","/2a0enNwRzuDOv3np3xD3QSPw3xw.jpg","null","0","[{'id':18,'name':'Drama'}]","","467936","tt6040662","en","The Children Act","In the midst of a marital crisis, a High Court judge must decide if she should order a life-saving blood transfusion for a teen with cancer despite his family's refusal to accept medical treatment for religious reasons.","10.106","/uWwmYzdLReu3Yn4YKuX9idDReaz.jpg","[{'id':7493,'logo_path':'/452FO4LcI6lA6bfgl6w1kQYRBlr.png','name':'FilmNation Entertainment','origin_country':'US'},{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':6326,'logo_path':null,'name':'Toledo Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-09-09","0","105","[{'iso_639_1':'en','name':'English'}]","Released","We all make choices. Hers make history.","The Children Act","false","6.7","227" +"false","/lylolguwhPfHUagPLsjfT6vaOSg.jpg","null","2723903","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","","2769","tt0043278","en","An American in Paris","Jerry Mulligan is an exuberant American expatriate in Paris trying to make a reputation as a painter. His friend Adam is a struggling concert pianist who's a long time associate of a famous French singer, Henri Baurel. A lonely society woman, Milo Roberts, takes Jerry under her wing and supports him, but is interested in more than his art.","7.833","/7W6cMmZulZpjmz18soTIorSQrOo.jpg","[{'id':1460,'logo_path':null,'name':'Loew's','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1951-08-08","4500000","113","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'de','name':'Deutsch'}]","Released","What a joy! It's M-G-M's Technicolor musical!","An American in Paris","false","7","232" +"false","/5DUqFLgkLsJxyqPCAcgTivZy2SX.jpg","null","250000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'}]","https://www.starwars.com/films/solo","348350","tt3778644","en","Solo: A Star Wars Story","Through a series of daring escapades deep within a dark and dangerous criminal underworld, Han Solo meets his mighty future copilot Chewbacca and encounters the notorious gambler Lando Calrissian.","32.948","/3IGbjc5ZC5yxim5W0sFING2kdcz.jpg","[{'id':1,'logo_path':'/o86DbpburjxrqAzEDhXZcyE8pDb.png','name':'Lucasfilm','origin_country':'US'},{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':47706,'logo_path':null,'name':'Allison Shearmur Productions','origin_country':'US'},{'id':23,'logo_path':'/mkxNjThahj5pvntvYKVpMbWXm3D.png','name':'Imagine Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-05-15","392952373","135","[{'iso_639_1':'en','name':'English'}]","Released","Never tell him the odds.","Solo: A Star Wars Story","false","6.6","3489" +"false","/lMHIWIo6c3U71phAfg5JLvyjVY2.jpg","null","0","[{'id':37,'name':'Western'}]","","127564","tt0049432","en","The Last Hunt","A buffalo hunter (Stewart Granger) has a falling-out with his partner (Robert Taylor), who kills for fun.","1.379","/A6CbKfl9YvDm1wVvLAHW0IXe1AS.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1956-04-30","0","108","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","","The Last Hunt","false","7","8" +"false","/repiTtG43T5c4mur34ywWkDGu8t.jpg","null","10000000","[{'id':27,'name':'Horror'}]","","5421","tt0084028","it","Rosso sangue","A man has been driven insane by church-sanctioned scientific experimentation which also causes him to be nearly impossible to kill. He is pursued to America by a priest where he embarks upon a killing spree while the priest tries to hunt him down and kill him.","2.323","/k7rrC6mj5omaoNUrJ5OKvqcAHYi.jpg","[{'id':4836,'logo_path':null,'name':'Metaxa Corporation','origin_country':''},{'id':6082,'logo_path':null,'name':'Filmirage','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'}]","1981-10-11","0","96","[{'iso_639_1':'it','name':'Italiano'}]","Released","Pray you survive the hunt.","Monster Hunter","false","5.5","32" +"false","/v40ut2UW4eHDkIhcOCIdBcEfKH4.jpg","null","60000000","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':37,'name':'Western'}]","","11259","tt0104231","en","Far and Away","A young man leaves Ireland with his landlord's daughter after some trouble with her father, and they dream of owning land at the big giveaway in Oklahoma ca. 1893. When they get to the new land, they find jobs and begin saving money. The man becomes a local barehands boxer, and rides in glory until he is beaten, then his employers steal all the couple's money and they must fight off starvation in the winter, and try to keep their dream of owning land alive. Meanwhile, the woman's parents find out where she has gone and have come to America to find her and take her back.","7.277","/yNdfm55jkgFk1IeAqxSEPFDPR5x.jpg","[{'id':23,'logo_path':'/mkxNjThahj5pvntvYKVpMbWXm3D.png','name':'Imagine Entertainment','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-05-22","137783840","140","[{'iso_639_1':'en','name':'English'}]","Released","What they needed was a country big enough for their dreams.","Far and Away","false","6.5","495" +"false","/5wcLVmvfJ7FEOfEXKttJ7iNXZlq.jpg","null","0","[{'id':27,'name':'Horror'}]","","36837","tt0109809","en","FleshEater","A group of teenagers, taking a nocturnal hayride come across the grave of a man. Little did they know that this deceased man is a zombie. One by one, the actual living are falling victim and becoming zombies. Eventually there are zombies everywhere, and someone needs to stop them, but who?","1.96","/1sM4LNFOB7CmzTahv0hljYuXSVA.jpg","[{'id':15327,'logo_path':null,'name':'H&G Films Ltd.','origin_country':''},{'id':15328,'logo_path':null,'name':'Hinzman','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-08-17","0","88","[{'iso_639_1':'en','name':'English'}]","Released","He lived, he died, he's back, and he's hungry!","FleshEater","false","5.1","14" +"false","/n0ITrzOGG9RBKiDGoq6w1lGWm9b.jpg","null","4800000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10752,'name':'War'}]","http://www.linesofwellington.com/","122198","tt1928329","pt","Linhas de Wellington","Passionate romance, brutal treachery, and selfless nobility are set against the background of Napoleon???s 1810 invasion of Portugal in Valeria Sarmiento???s intimate epic.","2.17","/lALpvBr3YqZglDj6NsW7jFC0SRd.jpg","[{'id':3061,'logo_path':null,'name':'Alfama Films','origin_country':''},{'id':3289,'logo_path':null,'name':'Clap Filmes','origin_country':'PT'},{'id':591,'logo_path':'/q5I5RDwMEiqoNmfaJgd2LraEOJY.png','name':'France 3 Cin??ma','origin_country':'FR'}]","[{'iso_3166_1':'PT','name':'Portugal'},{'iso_3166_1':'FR','name':'France'}]","2012-10-13","0","151","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","","Lines of Wellington","false","5.6","14" +"false","/e71OYBLTWRayGVlUYAdVya9XrAB.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':10770,'name':'TV Movie'}]","","530442","tt6997574","en","My Teacher, My Obsession","Riley is struggling to make friends after transferring to a new high school where her father, Chris, is an English teacher. When she meets Kyla, they quickly becomes close friends. However, the friendship takes a strange turn when Riley learns that Kyla is obsessed with her dad. Will Kyla successfully seduce Chris and start a twisted new life with him by removing everyone in her path, or will Riley be able to save her father from Kyla???s treacherous plot before it???s too late?","11.921","/zrdhT7Mkk23M59cdV0aaiHLYQWs.jpg","[{'id':107469,'logo_path':null,'name':'Lifetime Television','origin_country':''},{'id':109014,'logo_path':'/vm7S29lX7zNSM4DxTeduJCtAUxa.png','name':'Sunshine Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-06-12","0","105","[{'iso_639_1':'en','name':'English'}]","Released","An innocent crush turned deadly","My Teacher, My Obsession","false","4.7","32" +"false","/9L43D5qrxPIRO7LWP0lezME1hkV.jpg","null","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':37,'name':'Western'},{'id':80,'name':'Crime'}]","","82884","tt0063308","it","Un minuto per pregare, un istante per morire","A famous gunman decides to change his life around and turn himself in when amnesty is declared by the new governor of the New Mexico Territory, but a vindictive sheriff sets out to stop him from reaching the Territory.","2.165","/8VBMuUwOm0kkXYWAwBgQ50k3I9N.jpg","[{'id':1379,'logo_path':null,'name':'Documento Film','origin_country':''},{'id':6090,'logo_path':null,'name':'Selmur Productions','origin_country':'US'},{'id':3065,'logo_path':'/sJ919bmS8B53hujwbn5eqg6y6G6.png','name':'American Broadcasting Company (ABC)','origin_country':'US'}]","[{'iso_3166_1':'IT','name':'Italy'}]","1968-02-08","0","118","[{'iso_639_1':'it','name':'Italiano'}]","Released","That's all McCord gives them!","A Minute To Pray, A Second To Die","false","6","3" +"false","/htaHZJan7m326nzBoGOgQyWeug8.jpg","null","12840746","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","","416186","tt5687334","fr","Le Redoutable","In 1967, during the making of ???La Chinoise,??? film director Jean-Luc Godard falls in love with 19-year-old actress Anne Wiazemsky and marries her.","6.44","/JfAE5Pj1Qqv7Ij5DaUG0QoZC97.jpg","[{'id':11246,'logo_path':null,'name':'R??gion Ile-de-France','origin_country':''},{'id':94916,'logo_path':null,'name':'Les Compagnons du Cin??ma','origin_country':''},{'id':50630,'logo_path':null,'name':'La Classe Am??ricaine','origin_country':''},{'id':591,'logo_path':'/q5I5RDwMEiqoNmfaJgd2LraEOJY.png','name':'France 3 Cin??ma','origin_country':'FR'},{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'},{'id':94917,'logo_path':null,'name':'Forever Group','origin_country':''},{'id':10611,'logo_path':'/zQ4fGaEnNkWfSzyygXRcUZwPmDG.png','name':'Cin??+','origin_country':'FR'},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':7131,'logo_path':'/eLvjHPYZ12GR58lrDgg6MXZp2a3.png','name':'France T??l??visions','origin_country':'FR'}]","[{'iso_3166_1':'MM','name':'Myanmar'},{'iso_3166_1':'FR','name':'France'}]","2017-06-24","82264","108","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","This movie is a ???stupid, stupid idea.???","Godard Mon Amour","false","6.8","146" +"false","/dKkv1hR9FQbhVP21UqDfaYl7gMU.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","http://www.samuelgoldwynfilms.com/nancy/","480853","tt6509058","en","Nancy","Nancy becomes increasingly convinced she was kidnapped as a child. When she meets a couple whose daughter went missing thirty years ago, reasonable doubts give way to willful belief.","4.523","/4MDCO0MOfgeEkDZp6Fsjqn7Hud1.jpg","[{'id':35562,'logo_path':'/cpeGUCuKo2vgaxzru9RvhJYBcdX.png','name':'Gamechanger Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-06-08","0","87","[{'iso_639_1':'en','name':'English'}]","Released","","Nancy","false","5.8","22" +"false","/aR995Sqw0GcOzmQxNiBGuLukOYW.jpg","null","0","[{'id':27,'name':'Horror'}]","","501851","tt7375304","en","Ouija House","A graduate student, who is trying to finish the last of her research on a book project that she hopes will help her down-on-her-luck mother, brings friends to a house with a dark past, where they soon unwittingly summon an evil entity who makes the house part of its game???","2.863","/qzIieLNegNXZRzYLGgf8pYXp74X.jpg","[]","[]","2018-05-05","0","95","[{'iso_639_1':'en','name':'English'}]","Released","","Ouija House","false","4","12" +"false","/7nElAHLMf8XqEiGHu0EAqmSGfl5.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'},{'id':10749,'name':'Romance'},{'id':80,'name':'Crime'}]","https://fatalcrossingmovie.com","417809","tt5622660","en","Fatal Crossing","When high-flying tech entrepreneur Carson Griffin believes himself guilty of killing a pedestrian while driving drunk, guilt and paranoia begin to unravel his life ahead of the launch of his new company as he plays a dangerous game of cat and mouse with June, the girlfriend of the deceased who is hell-bent on proving he is responsible.","3.047","/nOuXSXTNX8x85wHky4Rphw4ry00.jpg","[{'id':105554,'logo_path':null,'name':'Autumn Bailey Entertainment','origin_country':'US'},{'id':105555,'logo_path':null,'name':'Hardy Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-11-19","0","95","[{'iso_639_1':'en','name':'English'}]","Released","Have you ever done anything that you really regret?","Fatal Crossing","false","10","1" +"false","/9SUeiGum0n19fSr4YbYaZ5af0R1.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","","94066","tt0084698","en","Smithereens","A narcissistic runaway engages in a number of parasitic relationships amongst members of New York's waning punk scene.","1.4","/2MqWq66ApRk0TK2whMgWp9CFgLX.jpg","[{'id':67508,'logo_path':null,'name':'Domestic Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1982-11-19","0","93","[{'iso_639_1':'en','name':'English'}]","Released","She was a legend in her own mind.","Smithereens","false","7.1","8" +"false","/i83GOMrYKgt88LfTl0CzSHivWk.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","12548","tt0046521","it","I vitelloni","Five young men dream of success as they drift lazily through life in a small Italian village. Fausto, the group's leader, is a womanizer; Riccardo craves fame; Alberto is a hopeless dreamer; Moraldo fantasizes about life in the city; and Leopoldo is an aspiring playwright. As Fausto chases a string of women, to the horror of his pregnant wife, the other four blunder their way from one uneventful experience to the next.","4.695","/4bSqvgj7e9adaRu0ZQ4yQgOAjaN.jpg","[{'id':14035,'logo_path':null,'name':'Cit?? Films','origin_country':''},{'id':42000,'logo_path':null,'name':'Peg-Films','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'FR','name':'France'}]","1953-08-26","0","103","[{'iso_639_1':'it','name':'Italiano'}]","Released","We are the hollow men in this last of meeting places we grope together and avoid speech. Gathered on this beach of the torrid river.","I Vitelloni","false","7.6","190" +"false","/8ChpkarhmMEEwaJm4MPBIrIjUre.jpg","null","0","[{'id':99,'name':'Documentary'}]","","547267","tt6856540","en","The Man Who Loves to Hurt Himself","A unique examination of the life-long existential journey taken by a self-made musician, his unforgiving ambition and self-destructive determination to express himself.","0.927","/q4AIwFA3A43OMqM35jIQzE1rfi0.jpg","[]","[]","2018-09-07","0","92","[]","Released","","The Man Who Loves to Hurt Himself","false","0","0" +"false","/tIUh20OkWnexxlHglmemDiK8bdL.jpg","{'id':212279,'name':'Piranha Collection','poster_path':'/tZaeotOi6xQF7yEo52meM2U9NQr.jpg','backdrop_path':'/vXDFEkq7vCdFe437tQnVgTgxRmL.jpg'}","145786","[{'id':27,'name':'Horror'}]","","31646","tt0082910","en","Piranha Part Two: The Spawning","A scuba diving instructor, her biochemist boyfriend, and her police chief ex-husband try to link a series of bizarre deaths to a mutant strain of piranha fish whose lair is a sunken freighter ship off a Caribbean island resort.","6.408","/3I5p4dVuLb71Ep8rveN7J3GupLx.jpg","[{'id':7331,'logo_path':null,'name':'Brouwersgracht Investments','origin_country':''},{'id':7332,'logo_path':null,'name':'Chako Film Company','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'NL','name':'Netherlands'}]","1981-01-01","0","84","[{'iso_639_1':'en','name':'English'}]","Released","It started as a vacation...","Piranha Part Two: The Spawning","false","4.1","79" +"false","/4K32GbNgpKFzItNaX966Q7qWTj3.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","","4820","tt0053108","en","Never So Few","A U.S. military troop takes command of a band of Burmese guerillas during World War II.","3.24","/5TzI4sDBPscxeq2SNcM8GZEL0Mh.jpg","[{'id':1845,'logo_path':null,'name':'Canterbury Productions','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1959-12-07","0","125","[{'iso_639_1':'en','name':'English'}]","Released","Kiss by kiss the time ran out and never so few were the moments left for love!","Never So Few","false","6.1","28" +"false","/7g7aKsAM46EX8Qo0yFaeXg0pqzM.jpg","null","1060000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10749,'name':'Romance'},{'id':10752,'name':'War'}]","http://ignaciomovie.com/","408323","tt5040624","en","Ignacio de Loyola","Historical biographical religious drama film based on the memoirs of Ignatius of Loyola, founder of the Jesuit order who was also canonized as a saint in Roman Catholicism.","1.96","/fnqSY7PNXXNH1v3zcrEknn1S8Y2.jpg","[{'id':61548,'logo_path':null,'name':'Jesuit Communications Foundation','origin_country':''}]","[{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'PH','name':'Philippines'}]","2016-07-27","0","118","[{'iso_639_1':'en','name':'English'}]","Released","Soldier. Sinner. Saint.","Ignatius of Loyola","false","6.3","8" +"false","/yQfqrvL22XE7tXa4iZlD6kO7lpR.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","44698","tt0077524","en","The Evil","Shortly after moving into a dark, brooding mansion, a psychologist and his co-workers are terrorized by a horrible evil being.","2.099","/qFUCLhyG5cAhpTxL8JmqVkszKkB.jpg","[{'id':92554,'logo_path':null,'name':'Rangoon Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1978-05-05","0","89","[{'iso_639_1':'en','name':'English'}]","Released","Escape is just a nerve-shredding scream for salvation!","The Evil","false","5.3","19" +"false","/9C8x81bNwMbkFKgsGDqJa9GnnAN.jpg","null","0","[{'id':99,'name':'Documentary'}]","","530458","tt7610196","en","Do Women Have a Higher Sex Drive?","For years men have thought women had a lower sexdrive? Can men be proven wrong again? The film explores the the scientific, historical, biological and social aspects behind the female sex drive and female gaze.","3.138","/29c6kgvKOys2JNfUp7BYB7VoX4p.jpg","[]","[{'iso_3166_1':'NL','name':'Netherlands'}]","2018-06-05","0","69","[{'iso_639_1':'en','name':'English'}]","Released","","Do Women Have a Higher Sex Drive?","false","8","2" +"false","/1Unx2N8AhIBinp2QaLe2t27Nnix.jpg","{'id':111751,'name':'Texas Chainsaw Massacre Collection','poster_path':'/gWf6Elj8tYAGjWHi3XHURAcR8aW.jpg','backdrop_path':'/1zIwt7gUyxKhOKYXN5XNGdGxwHg.jpg'}","600000","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","16780","tt0110978","en","Texas Chainsaw Massacre: The Next Generation","Everyone's favorite chainsaw-wielding psychopath, Leatherface, is back for more prom-night gore, and this time he's joined by his bloodthirsty family. Four stranded yet carefree teens are taken in by a backwoods family, clueless of their host family's grisly habits. The terrified youths, including sweet Jenny, try to escape from Leatherface and his crazed clan, including the bionic Vilmer.","10.937","/6ECWpYiwEdWi2OTSbyzLV281YJ.jpg","[{'id':17479,'logo_path':null,'name':'Ultra Muchos Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-01-01","185898","95","[{'iso_639_1':'en','name':'English'}]","Released","If looks could kill, he wouldn't need a chainsaw.","Texas Chainsaw Massacre: The Next Generation","false","3.8","176" +"false","/tiZ7jvaSouBvgP7lZxFwQf5oGfH.jpg","null","0","[{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'}]","","20196","tt0095560","en","Mac and Me","A Mysterious Alien Creature (MAC) escaping from nefarious NASA agents, is befriended by a young boy in a wheelchair. Together, they try to find MAC's family from whom he has been separated.","5.685","/gZsIgK2W9K6e1ebNro3WT7u5yGX.jpg","[{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'},{'id':111840,'logo_path':null,'name':'Mac and Me Joint Venture','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-08-12","5935269","95","[{'iso_639_1':'en','name':'English'}]","Released","Eric's new in the neighborhood. Mac's new on the planet.","Mac and Me","false","3.8","85" +"false","/sCAn8uuCAyWAU18V3X27Sdtl2wu.jpg","null","458211","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'}]","","444608","tt6523174","af","Jagveld","Emma le Roux just wants to go home for the holidays. Gentle, beautiful, pacifist Emma. She's made the trip to her father's farm a thousand times. Piece of cake. But not today. Today she will cross paths with members of a violent drug syndicate. Everything starts falling apart, and fast. At first they were driven by hate and revenge. Suddenly, it's survival.","2.791","/sPPOiZbyIOgx2jZegAPk447k64g.jpg","[{'id':39813,'logo_path':null,'name':'Karoo Film Company','origin_country':''},{'id':72854,'logo_path':null,'name':'KykNet','origin_country':''}]","[{'iso_3166_1':'ZA','name':'South Africa'}]","2017-06-12","0","102","[{'iso_639_1':'af','name':'Afrikaans'}]","Released","Every Man For Herself","Jagveld","false","6.8","15" +"false","/5cw1EaqRx51KKIiJsL80yUj8ZP9.jpg","null","2000000","[{'id':27,'name':'Horror'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","","5898","tt0099173","en","Brain Dead","A psychological thriller from the writer of the original ""Twilight Zone!"" In a showdown of man vs. machine, Martin plunges into a chaotic nightmare trying to save his mind from the megalomaniacal corporation!","2.887","/A5EaTi63r7BDCbUZtjbKHmNpEZp.jpg","[{'id':2000,'logo_path':null,'name':'New Horizons','origin_country':''},{'id':4527,'logo_path':null,'name':'Concorde Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-01-16","0","85","[{'iso_639_1':'en','name':'English'}]","Released","You have nothing to lose... except your mind.","Brain Dead","false","5.8","29" +"false","/jdd0GyyLRzY3gtNatlhhxdf6uqB.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","84847","tt0069883","en","Cinderella Liberty","A lonely Navy sailor falls in love with a hooker and becomes a surrogate father figure for her son during an extended liberty due to his service records being lost.","2.212","/9aHpiMBu25K7LcA4VWPu7wt8vOO.jpg","[{'id':95146,'logo_path':null,'name':'Sanford','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1973-12-18","0","117","[{'iso_639_1':'en','name':'English'}]","Released","She's 32. She drinks too much. She hustles pool. She's got a 10-year old mulatto son. She's got a different boyfriend every night. She's in trouble. And he's in love.","Cinderella Liberty","false","7.1","7" +"false","/aUld5PMMhTGbqi6Xh6MdcpdYoVX.jpg","{'id':300431,'name':'Lucky Stars Collection','poster_path':'/wHlyDQyfBEeEqSxtAls7xokl0lj.jpg','backdrop_path':'/c1Yf8AtAAobnWlrlrE6KpGhOIl4.jpg'}","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","25539","tt0086605","cn","?????????????????????","Five friends are released from prison and do their best to stay out trouble. While trying to mind their own business (and run their 5-Star Cleaning Service), they are caught up in a war between rival Triad gangs fighting for control of the counterfeit currency market.","6.227","/mZIF6SrqNv51tiXHFk14pMpvkf8.jpg","[{'id':2521,'logo_path':null,'name':'Orange Sky Golden Harvest','origin_country':'HK'}]","[{'iso_3166_1':'HK','name':'Hong Kong'}]","1983-01-01","0","108","[{'iso_639_1':'cn','name':'????????? / ?????????'}]","Released","","Winners & Sinners","false","6.4","54" +"false","/uTf1UAK1APW0ADrE1WP0ynYXEdb.jpg","{'id':269098,'name':'Police Story Collection','poster_path':'/zF4gP4w1xxM7jDKLjTDK3ixkkms.jpg','backdrop_path':'/5qbfJzkMAUkFxcVo0dqnTRmpUoh.jpg'}","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","10753","tt0095403","cn","??????????????????","The Hong Kong super-cop must stop a group of blackmailing bombers at the same time that the villains of the first Police Story are out for revenge.","10.541","/kjq1FXtHh9i2sIuM0JaoYf43FDU.jpg","[{'id':3055,'logo_path':null,'name':'Paragon Films Ltd.','origin_country':''},{'id':3054,'logo_path':null,'name':'Golden Way Films Ltd.','origin_country':''}]","[{'iso_3166_1':'HK','name':'Hong Kong'}]","1988-08-13","0","101","[{'iso_639_1':'cn','name':'????????? / ?????????'}]","Released","Jackie Chan escalates his one-man war on crime.","Police Story 2","false","7","167" +"false","/oeLeqa5yd0KV9ZghzC9qUqQ8z6l.jpg","null","30","[{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'},{'id':10751,'name':'Family'}]","","11244","tt0107563","en","The Meteor Man","One night Jefferson Reed gets hit in the chest by a souped-up chunk of meteor. So he can fly, but he's scared of heights. He can master the information in any book ... for about fifteen minutes. Now his friends and family want him to protect their community from the dreaded Golden Lords.","3.078","/iXaknFVXb1jU1glW5trvBRA6zZQ.jpg","[{'id':36654,'logo_path':null,'name':'Tinsel Townsend','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-08-06","0","100","[{'iso_639_1':'en','name':'English'}]","Released","Get meteorized. Take a stand.","The Meteor Man","false","4.7","48" +"false","/63q3Yk7yvMN1afU9j1YNJGyWx6d.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://8nengoshi.jp/","456063","tt6313348","ja","8?????????????????? ???????????????","Hisashi and Mai are a happy couple in their 20s who are engaged to be married. But three months before their wedding, Mai becomes seriously ill. Her heart stops momentarily, and she falls into a deep coma. Hisashi visits Mai at the hospital every day before work. With no idea if or when she will ever awake, Mai???s parents encourage Hisashi to find someone else, but he refuses to give up and continues to pray for her recovery. As if his prayers are answered, Mai begins to regain consciousness several years later, and even utters a few words. But tragically, she has suffered brain damage and has no memory of Hisashi.","2.647","/8U2bPJMeNYKvQ9RkttiZJ5Jl5D1.jpg","[{'id':192,'logo_path':'/93eAKlnQecDdMtucfOprzcjMw9V.png','name':'Shochiku Co., Ltd.','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","2017-12-16","0","119","[{'iso_639_1':'ja','name':'?????????'}]","Released","","The 8-Year Engagement","false","7.3","4" +"false","/fdFIVBpq57ZbHok07SI3gNLWUbO.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","https://www.netflix.com/title/80239639","462919","tt3120280","en","Sierra Burgess Is a Loser","A case of mistaken identity results in unexpected romance when the most popular girl in high school and the biggest loser must come together to win over their crushes.","10.601","/vjnHRySiVM4YcBYzjCxw344y9g.jpg","[{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-09-07","0","105","[{'iso_639_1':'en','name':'English'}]","Released","Just be you.","Sierra Burgess Is a Loser","false","6.6","1993" +"false","/4tO1A5g5ZOXVB22g2Wovcm39dYU.jpg","null","22000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","https://www.netflix.com/title/80988892","523777","tt7133686","en","Next Gen","A friendship with a top-secret robot turns a lonely girl's life into a thrilling adventure as they take on bullies, evil bots and a scheming madman.","10.372","/hUDDo5MPWM6rc6COQYhaoRNqvhE.jpg","[{'id':107335,'logo_path':null,'name':'Baozou Manhua','origin_country':''},{'id':82853,'logo_path':null,'name':'Tangent Animation','origin_country':''},{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'CN','name':'China'}]","2018-08-17","0","105","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'zh','name':'?????????'}]","Released","Friendship is the ultimate upgrade","Next Gen","false","7","234" +"false","/8Uh6hAMOnwvwqAuEyXOvLKuyFhi.jpg","null","0","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'},{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","http://www.lowlifethemovie.com/","461773","tt7012864","en","Lowlife","The sordid lives of an addict, an ex-con, and a luchador collide when an organ harvesting caper goes very, very wrong.","3.388","/5tquk3KoKtVo5D40gZYjlWWr0mt.jpg","[{'id':89472,'logo_path':null,'name':'The Salt Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-07-21","0","98","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Blessed are the Meek","Lowlife","false","6.5","21" +"false","/ylUBY5u08TUt4mSYNW30Sw9wK8D.jpg","null","0","[{'id':99,'name':'Documentary'}]","https://www.cityofjoyfilm.com","450005","tt4078252","en","City of Joy","The Democratic Republic of Congo has endured 20 years of devastating violence. Rape has been used as a weapon of war to destroy community and access precious minerals. Congo is often referred to as ???the worst place in the world to be a woman.??? ""City of Joy"" tells a different story of the region. The film focuses on Jane, a student at a center where women who have suffered unimaginable abuse join together to become leaders. We also meet the founders of the center: a devout Congolese Doctor, a Congolese activist, and a radical N.Y. playwright. The film weaves between joy and pain as these individuals band together to demand hope in a place so often deemed hopeless.","1.4","/tm6KdGFHViTOU4qSEVwYaA9gtm2.jpg","[]","[{'iso_3166_1':'CD','name':'Congo'}]","2016-11-11","0","74","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'sw','name':'Kiswahili'}]","Released","When we tell the truth, we change the world","City of Joy","false","7.3","6" +"false","/5v60mZhF7nLgmPS3qZ9JUwDr33l.jpg","null","5000000","[{'id':80,'name':'Crime'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","514277","tt1773753","en","Mara","Criminal psychologist Kate Fuller is assigned to the murder of a man who has seemingly been strangled in his sleep by his wife and the only witness is their eight-year-old daughter, Sophie. As Kate digs into the mystery of an ancient demon which kills people in their sleep, she experiences the same petrifying symptoms as all previous victims and spirals through a chilling nightmare to save herself and Sophie before she dares fall asleep again.","7.796","/gQDmXAef1Oc1SXci5mui2x5DJwt.jpg","[{'id':106854,'logo_path':null,'name':'Moon River Studios','origin_country':''},{'id':5322,'logo_path':'/6Vk4WZnKJuC6z6HKBGFirbWwWwV.png','name':'Aloe Entertainment','origin_country':'US'},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-09-06","470901","100","[{'iso_639_1':'en','name':'English'}]","Released","Whatever You Do, Do Not Sleep.","Mara","false","5.3","95" +"false","/jiLDlDgNMaUjyKcBQEOeFMPj3Z3.jpg","null","10000000","[{'id':10752,'name':'War'},{'id':18,'name':'Drama'}]","","506863","tt7515456","en","Hurricane","The story of the Polish fliers who found themselves fighting for the freedom of their own country in foreign skies. Seen through the eyes of Jan Zumbach, fighter ace and adventurer, it tells how the Poles, driven across Europe by the German war machine, finally made their last stand. Flying Hurricanes for the RAF over Britain, they became a key component in the legend of ???The Few???. Up against the might of the Luftwaffe they hoped that, by saving Great Britain from Nazi invasion, they were keeping the dream of a free Poland alive.","7.086","/mTpmZORhYswd9YinB23wV9QE2cx.jpg","[{'id':5056,'logo_path':'/kADFcjL04xe5HGBnlLjbfhliS2a.png','name':'Head Gear Films','origin_country':'GB'},{'id':25954,'logo_path':null,'name':'Metrol Technology','origin_country':'GB'},{'id':104517,'logo_path':null,'name':'Prospect 3','origin_country':''},{'id':21602,'logo_path':null,'name':'Stray Dog Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-08-17","0","107","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'pl','name':'Polski'},{'iso_639_1':'de','name':'Deutsch'}]","Released","In foreign skies they fought for their country","Hurricane","false","6.3","31" +"false","/xQZCErvAiznVtnFVHVhfYbwlCXU.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","https://www.netflix.com/title/80159586","478100","tt6186696","fr","La Femme la plus assassin??e du monde","Set against the backdrop of the infamous Theatre Grand Guignol the story revolves around iconic actress Paula Maxa - the most famous of the Grand Guignol's leading ladies and the titular Most Assassinated Woman, who was graphically slain on stage multiple times a day.","6.397","/tC4IfhFv84CxC19BXN3678IeNRN.jpg","[{'id':95430,'logo_path':null,'name':'Sinner Films','origin_country':''},{'id':13589,'logo_path':null,'name':'Fontana Film','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-09-07","0","102","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","The Most Assassinated Woman in the World","false","5.4","24" +"false","/kbg2QTNgW2SGXy8MLBK3PT7cOS6.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://destinationwedding-movie.com","489929","tt6987770","en","Destination Wedding","Frank and Lindsay???two emotionally-broken strangers???meet on the way to a destination wedding. Over the course of the weekend and against all odds, they find themselves drawn together even though they are initially repulsed by one another.","10.763","/ioj2FMnMgD0eHgYfd31HtWOtBWU.jpg","[{'id':36109,'logo_path':'/wca0Jcidf2N1KAPicYMjGoKOmYu.png','name':'The Fyzz','origin_country':'GB'},{'id':104642,'logo_path':null,'name':'Service Fish','origin_country':'US'},{'id':112692,'logo_path':null,'name':'CISS','origin_country':''},{'id':6951,'logo_path':null,'name':'Chapman/Leonard Studio Equipment','origin_country':''},{'id':77902,'logo_path':null,'name':'Company 3','origin_country':''},{'id':100803,'logo_path':null,'name':'GreenSlate','origin_country':''},{'id':112693,'logo_path':null,'name':'Lee & Thompson','origin_country':''},{'id':112694,'logo_path':null,'name':'Paso Catering','origin_country':''},{'id':90983,'logo_path':null,'name':'Ramo Law','origin_country':''},{'id':6686,'logo_path':null,'name':'Snap Sound','origin_country':''},{'id':112695,'logo_path':null,'name':'Steve Martin's Working Wildlife','origin_country':''},{'id':4560,'logo_path':null,'name':'Tunnel Post','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-08-02","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Check your baggage.","Destination Wedding","false","5.5","153" +"false","/Am98IEySHzntGi5ecFfQ1Ozd1Mi.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':27,'name':'Horror'}]","","498596","tt3517984","en","The Ballerina","A man and his 9-year-old daughter disappear into the swampy Virginia backwoods. Haunted by tragedy and destitution, they must both face the painful past if they are to ever have a future.","2.376","/fJahEblmfyoeha9yws0ozYyAty5.jpg","[]","[]","2017-10-20","0","106","[{'iso_639_1':'en','name':'English'}]","Released","Some choices haunt you forever","The Ballerina","false","6.2","11" +"false","/cdDwJcE2fH9wEiuswJ0GkPR6hIG.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","355193","tt4610748","en","Devil's Gate","Set in the small town of Devil's Gate, North Dakota, the film examines the disappearance of a local woman and her young son. Schull plays an FBI agent who helps the local sheriff search for answers. Partnering with a deputy , they track down the missing woman's husband and find that nothing is as it seems.","6.045","/qlguwriLf7PkG6jAzpnClkZKmHi.jpg","[{'id':61203,'logo_path':null,'name':'Mednick Productions','origin_country':''},{'id':6623,'logo_path':'/qvtEf5tM9IAEJUUhX9EcBl12Fhr.png','name':'Caramel Films','origin_country':'CA'},{'id':70784,'logo_path':null,'name':'IFC Midnight','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CA','name':'Canada'}]","2017-04-24","0","94","[{'iso_639_1':'en','name':'English'}]","Released","","Devil's Gate","false","4.8","71" +"false","/pakd7cxBetCEqWGbOWblWi2WGtv.jpg","null","0","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","514690","tt7108074","de","Global Meltdown","A helicopter pilot and an environmental scientist lead a exodus of survivors in a search for a safe haven after a catastrophic tectonic event causes the crust of the earth to break apart.","3.665","/3msVFWalwQyfXQONXh9dRM0FLpD.jpg","[]","[]","2017-07-06","0","90","[{'iso_639_1':'de','name':'Deutsch'}]","Released","","Global Meltdown","false","4.7","12" +"false","/q8jNijlkgsgt93oOgHguofYGAwQ.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","43049","tt0054469","en","Where the Boys Are","Good girls Merritt, Melanie, Tuggle and Angie - all students at mid-western Penmore University - are planning on going to Fort Lauderdale, Florida for spring break to get away from the mid-western snow despite not having much money to spend once there. On the drive down, they admit their real purpose is to go where the boys are.","2.46","/aZq1OWHFiymA4a5d6U0LUB01Dmu.jpg","[{'id':4402,'logo_path':null,'name':'Euterpe','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1960-12-28","0","99","[{'iso_639_1':'en','name':'English'}]","Released","The hilarious inside story of those rip-roaring spring vacations!","Where the Boys Are","false","6.3","9" +"false","/kiIIOJbV8BCyatCmXqOdJEUXW3u.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","382591","tt5078204","fr","Demain tout commence","A man without attachments or responsibilities suddenly finds himself with an abandoned baby and leaves for London to try and find the mother. Eight years later after he and his daughter become inseparable Gloria's mother reappears.","9.571","/muwaDIv5cLv2Z07CZFWOsL7lYuO.jpg","[{'id':819,'logo_path':'/cEqVIluQuO1ubtID8RvOem4ZiIg.png','name':'Mars Films','origin_country':'FR'},{'id':7460,'logo_path':null,'name':'Vendome Pictures','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'}]","2016-12-07","1447740","118","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Two Is a Family","false","7.8","1787" +"false","/tF16b2gMH3ucIZlo3FcVW58FOZt.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","https://www.the60yardline.com/","449751","tt5028598","en","The 60 Yard Line","Set during the 2009 Football season. Ben 'Zagger' Zagowski and Nick 'Polano' Polano, best friends and co-workers, buy a house in the parking lot of Lambeau Field (home of the Packers), and are forced to pick between a football fan lifestyle and a girl. Lives change. There's a cow.","1.067","/g0gDDJ4dUL5Hrrq0LfkujW642Je.jpg","[]","[]","2017-09-08","0","96","[{'iso_639_1':'en','name':'English'}]","Released","She wanted a wedding. He called an audible.","The 60 Yard Line","false","5.8","4" +"false","/aJjv8ilvaf7kmN4Fy0Q1d0Ga2pq.jpg","null","700000","[{'id':18,'name':'Drama'}]","http://www.halfnelsonthefilm.co.uk/","7859","tt0468489","en","Half Nelson","Despite his dedication to the junior-high students who fill his classroom, idealistic teacher Dan Dunne leads a secret life of addiction that the majority of his students will never know. But things change when a troubled student Drey makes a startling discovery of his secret life, causing a tenuous bond between the two that could either end disastrously or provide a catalyst of hope.","9.574","/eWkthzAl4NSEFlKHo3FU36O6NYk.jpg","[{'id':2290,'logo_path':null,'name':'Hunting Lane Films','origin_country':''},{'id':2291,'logo_path':null,'name':'Journeyman Pictures','origin_country':''},{'id':2292,'logo_path':null,'name':'Original Media','origin_country':'US'},{'id':2293,'logo_path':null,'name':'Silverwood Films','origin_country':''},{'id':2294,'logo_path':null,'name':'Traction Media','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-08-11","4911725","107","[{'iso_639_1':'en','name':'English'}]","Released","Secrets don't let go.","Half Nelson","false","6.7","403" +"false","/mLeSJu4ciF6c4DMKxN8DMLAWIQl.jpg","null","0","[{'id':35,'name':'Comedy'}]","","20585","tt0259741","zh","??????????????????","Summer Holiday is about a Hong Kong (Sammi Cheng) girl who loses her office job and finds that her boyfriend has been cheating on her, and travels to an island in Malaysia to sell her half of a beach that her cousin gave her. Only then does she know that her cousin sold the other half to his best friend (Richie Ren) to pay off debts. In her quest to convince him to sell, they begin to fall in love","1.152","/znAfy4WXz5Gh3fhDws5gdwQqEWb.jpg","[]","[{'iso_3166_1':'MY','name':'Malaysia'}]","2000-12-08","0","98","[{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'cn','name':'????????? / ?????????'}]","Released","","Summer Holiday","false","6.4","4" +"false","/g1GqixUIWaToIdaqm0Vy1Fxbza5.jpg","null","0","[{'id':10770,'name':'TV Movie'},{'id':18,'name':'Drama'}]","https://www.bbc.co.uk/programmes/b096k75c","448565","tt6540078","en","The Child in Time","Stephen Lewis, a successful writer of children's books, is confronted with the unthinkable: he loses his only child, four-year-old Kate, in a supermarket. In one horrifying moment that replays itself over the years that follow, Stephen realises his daughter is gone. Kate's absence sets Stephen and his wife, Julie, on diverging paths as both struggle with an all-consuming grief.","6","/o4bJtOuloUb495V2EWeSQC0VXP3.jpg","[{'id':92346,'logo_path':'/qyqhyTbYHRmU2QcRomm4AeGiN0g.png','name':'SunnyMarch','origin_country':'GB'},{'id':95070,'logo_path':null,'name':'Pinewood Television','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-07-05","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","The Child in Time","false","5.9","91" +"false","/iCLuDtSSU0cFLH1oTM1828STIOB.jpg","null","12000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10752,'name':'War'}]","","11202","tt0066206","en","Patton","""Patton"" tells the tale of General George S. Patton, famous tank commander of World War II. The film begins with patton's career in North Africa and progresses through the invasion of Germany and the fall of the Third Reich. Side plots also speak of Patton's numerous faults such his temper and habit towards insubordination.","9.327","/6pyN7udgYaGr6uNIP2MuLUcqmPh.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1970-01-25","89800000","172","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","The Rebel Warrior","Patton","false","7.4","503" +"false","/icq8EO55IEvDo7OGCQfFXZ8l3Sv.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","http://www.magorium.com/","2284","tt0457419","en","Mr. Magorium's Wonder Emporium","Molly Mahoney is the awkward and insecure manager of Mr. Magorium's Wonder Emporium???the strangest, most fantastic and most wonderful toy store in the world. After Mr. Magorium bequeaths the store to her, a dark and ominous change begins to take over the once-remarkable Emporium.","7.017","/75m4IBZE6gUrltcDgTSBTFg68QT.jpg","[{'id':11576,'logo_path':null,'name':'Ontario Media Development Corporation (OMDC)','origin_country':''},{'id':771,'logo_path':null,'name':'Mandate Pictures','origin_country':'US'},{'id':10221,'logo_path':'/99VfWRgKasZoyK9UVB39gnYvFrZ.png','name':'Walden Media','origin_country':'US'},{'id':1811,'logo_path':null,'name':'FilmColony','origin_country':''},{'id':66078,'logo_path':null,'name':'Gang of Two Productions','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2007-11-14","69474661","93","[{'iso_639_1':'en','name':'English'}]","Released","You Have To Believe It To See It.","Mr. Magorium's Wonder Emporium","false","6.2","638" +"false","/2AJSjLtpyZHKFIS0yXbLkNbq0kk.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","473317","tt7284066","en","High Fantasy","A group of young friends on a camping trip, deep in the South African countryside wake up to discover they have all swapped bodies.","2.034","/lJ5cGk1OaW02vlSqwciNlZJkCZK.jpg","[]","[{'iso_3166_1':'ZA','name':'South Africa'}]","2017-09-08","0","74","[{'iso_639_1':'en','name':'English'}]","Released","","High Fantasy","false","6.8","4" +"false","/6TFsl1vkvRxsvv30yQqZtznXxK3.jpg","{'id':182617,'name':'Elvira Collection','poster_path':'/6nD0Wzczck9sBlQa8QRvXPVkWfa.jpg','backdrop_path':'/wKOymQgxJ6DZYhAnD4nTQ4Qo3Z8.jpg'}","0","[{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'}]","https://www.elvira.com/","5680","tt0095088","en","Elvira, Mistress of the Dark","When her great aunt dies, famed horror hostess Elvira heads for the uptight new England town of Falwell to claim her inheritance of a haunted house, a witch's cookbook and a punk rock poodle. But once the stuffy locals get an eyeful of the scream queen's ample assets, all hell busts out & breaks loose.","7.158","/oTrfWEaB7TqreUsjkHKWT2Xr3O7.jpg","[{'id':1950,'logo_path':null,'name':'New World Pictures','origin_country':''},{'id':5253,'logo_path':null,'name':'NBC Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-09-30","5596267","96","[{'iso_639_1':'en','name':'English'}]","Released","","Elvira, Mistress of the Dark","false","6.2","160" +"false","/7GKMbfmK2iH82KkeUk9N1BbLStl.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","","43974","tt0152438","fa","????????","Khorshid lives with his mom in a house near a river somewhere in Tajikistan. Th landlord comes around every morning to ask for the rent. Khorshid has to provide the money or else they'll have to leave. His blindness has given him an amazing skill in tuning musical instruments which gets him a job at an instrument making workshop. But the problem is That Khorshid is mesmerized by sonorous music all the time; whenever he hears a great musician play, he loses track of time and place. For this, he always gets lost and gets to work late. How is he going to make a balance between his love of music and his task as a breadwinner?","1.792","/of8W0b6hkyGLkD3SCjleAVcE9BK.jpg","[{'id':6274,'logo_path':null,'name':'MK2 Productions','origin_country':'FR'},{'id':13518,'logo_path':'/4k4pfsETuAGPlmJ3yLkiTmOi9v1.png','name':'Makhmalbaf Film House Productions','origin_country':'GB'}]","[{'iso_3166_1':'IR','name':'Iran'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'TJ','name':'Tajikistan'}]","1998-09-06","0","76","[{'iso_639_1':'fa','name':'??????????'},{'iso_639_1':'tg','name':''}]","Released","","The Silence","false","5.8","10" +"false","/iDVhzvDPHhfjio0Fhz5TRgnItps.jpg","null","0","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':10749,'name':'Romance'}]","","43771","tt0116384","fa","??????","An elderly couple go about their routine of cleaning their gabbeh (a intricately-designed rug), while bickering gently with each other. Magically, a young woman appears, helping the two clean the rug. This young woman belongs to the clan whose history is depicted in the design of the gabbeh, and the rug recounts the story of the courtship of the young woman by a stranger from the clan.","1.224","/xIq0017b8u8Dj7yZIcVVpPzBBHc.jpg","[{'id':95106,'logo_path':null,'name':'Sanaye Dasti','origin_country':''},{'id':6274,'logo_path':null,'name':'MK2 Productions','origin_country':'FR'}]","[{'iso_3166_1':'IR','name':'Iran'},{'iso_3166_1':'FR','name':'France'}]","1996-06-26","0","75","[{'iso_639_1':'fa','name':'??????????'}]","Released","Life is Colour. Love is Colour.","Gabbeh","false","6.4","18" +"false","/9GlhSzEogubsUfsToqpLmogiBJU.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","347754","tt3212904","en","Curve","A young woman becomes trapped in her car after a hitchhiker causes her to have an automobile accident.","6.512","/7ylei4CzaA8XFTir1ocWxVzHWTQ.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':3172,'logo_path':'/kDedjRZwO8uyFhuHamomOhN6fzG.png','name':'Blumhouse Productions','origin_country':'US'},{'id':8518,'logo_path':null,'name':'LBI Entertainment','origin_country':''},{'id':23513,'logo_path':null,'name':'Ombra Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-08-31","0","86","[{'iso_639_1':'en','name':'English'}]","Released","","Curve","false","5.4","160" +"false","/snD18pxbgJSuMHKwPGD3AuD3aNV.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","16241","tt0077269","en","The Boys from Brazil","Nazi hunter Ezra Lieberman discovers a sinister and bizarre plot to rekindle the Third Reich.","7.898","/aUsRQRc8mhQ4fjHfp0O7AV9SDUP.jpg","[{'id':734,'logo_path':null,'name':'Producers Circle','origin_country':''},{'id':1155,'logo_path':null,'name':'Incorporated Television Company','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1978-10-05","0","125","[{'iso_639_1':'en','name':'English'}]","Released","If they survive...will we?","The Boys from Brazil","false","6.7","156" +"false","/g7EMSbEFt6mfF1N5YVApO53OQmW.jpg","null","2500000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","381237","tt6251024","en","Office Uprising","The compound of an arms manufacturer turns into a zombie nightmare when its workers are given the wrong formula.","4.291","/fcRAOCmDcFYivMNM5ink3OMMe0V.jpg","[{'id':106820,'logo_path':null,'name':'Mind the GAP Productions','origin_country':''},{'id':106821,'logo_path':null,'name':'Lydiard Films','origin_country':''},{'id':106822,'logo_path':null,'name':'Rumble Riot Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-06-19","0","92","[{'iso_639_1':'en','name':'English'}]","Released","","Office Uprising","false","5.4","49" +"false","/oMKFQmoVgB69fyXfSMu0lGlHJP2.jpg","null","125000000","[{'id':28,'name':'Action'}]","https://www.skyscrapermovie.com","447200","tt5758778","en","Skyscraper","Framed and on the run, a former FBI agent must save his family from a blazing fire in the world's tallest building.","26.035","/5LYSsOPzuP13201qSzMjNxi8FxN.jpg","[{'id':34081,'logo_path':null,'name':'Flynn Picture Company','origin_country':'US'},{'id':923,'logo_path':'/5UQsZrfbfG2dYJbx8DxfoTr2Bvu.png','name':'Legendary Entertainment','origin_country':'US'},{'id':73669,'logo_path':'/usfW3lL4cL8eatNAlhfRrryyKkK.png','name':'Seven Bucks Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-07-11","292351275","102","[{'iso_639_1':'cn','name':'????????? / ?????????'},{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'en','name':'English'}]","Released","Don't look down","Skyscraper","false","6.1","1945" +"false","/nWkVXLEeYZdQxBpoRvce0RuFc3O.jpg","null","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","28070","tt0094077","en","Surf Nazis Must Die","When the grandson of a gun wielding woman is murdered by neo-nazi surf punks in the post-apocalyptic future, this grandma hunts them down for some bloodthirsty revenge.","2.555","/7aWFltqdjj2rirC7kqxDienApKL.jpg","[{'id':3052,'logo_path':null,'name':'Troma Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-07-03","0","83","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'ru','name':'P????????????'}]","Released","","Surf Nazis Must Die","false","3.5","40" +"false","/gXRh6bLfLNNymCTwJ1D9aV8XQ3W.jpg","null","0","[{'id':10751,'name':'Family'}]","http://wildamerica.warnerbros.com/","38225","tt0120512","en","Wild America","Three brothers - Marshall, Marty and Mark dream of becoming naturalists and portraying animal life of America. One summer their dream comes true, they travel through America, filming alligators, b ears and moose.","4.263","/fUjf9kC0ji7hQDb0rwLjhDezaLK.jpg","[{'id':10210,'logo_path':null,'name':'Morgan Creek Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-07-02","0","106","[{'iso_639_1':'en','name':'English'}]","Released","Take a ride on the wild side.","Wild America","false","5.6","44" +"false","/rPHoGfjhLV0rdRK8zJRXfWP4Zxz.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':10752,'name':'War'},{'id':27,'name':'Horror'}]","","449498","tt5033290","en","Trench 11","In the final days of WWI a shell-shocked soldier must lead a mission deep beneath the trenches to stop a German plot that could turn the tide of the war.","2.88","/uIv460nXqX8T5fjwemgFOPs6DGH.jpg","[{'id':108736,'logo_path':null,'name':'Carousel Pictures','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2017-10-06","0","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'de','name':'Deutsch'}]","Released","","Trench 11","false","5.5","20" +"false","/nqg0ovxx6LYLsrqrlA5djZbxqp1.jpg","null","1850000","[{'id':27,'name':'Horror'}]","","492535","tt4697228","en","Darkness Wakes","When Charlotte - a beautiful, broke student - is offered a job cat-sitting in a vast Georgian manor house over a long weekend, at ??200 per night, she can't believe her luck, but her employers are far from being the harmless eccentrics that they appear to be.","2.682","/iGJoXcISd39AgKpJbGvM44teva6.jpg","[{'id':98456,'logo_path':null,'name':'Sinister House Films','origin_country':''},{'id':98457,'logo_path':null,'name':'A-OK Media House','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-08-28","0","97","[{'iso_639_1':'en','name':'English'}]","Released","","Darkness Wakes","false","2.4","5" +"false","/92NMNpuiJQsKKQh7qbInKzGZCgL.jpg","null","0","[{'id':53,'name':'Thriller'}]","","362676","tt2619512","en","The Big Take","A reclusive movie star hires a private detective after he's anonymously blackmailed. Things turn violent when an aspiring writer is fingered for the crime in a dangerous case of mistaken identity.","2.512","/6fMk2KOraSkKejMBtkIagYTd4RR.jpg","[]","[]","2018-09-04","0","83","[{'iso_639_1':'en','name':'English'}]","Released","It's murder to make a movie","The Big Take","false","3.3","4" +"false","/k5wCPmbHCaiGaF5KVTMIp9jXteu.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","5965","tt0303017","fr","Scorcher","The only hope for humanity to survive a natural disaster is to detonate a nuclear bomb in Los Angeles.","1.713","/cQU7vYn1Zd6RLXOKyabNtipEacq.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-01-01","0","91","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pl','name':'Polski'}]","Released","","Scorcher","false","3.8","14" +"false","/56DlZzLJsTFxEXEPlZ46n22dXPc.jpg","null","11000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","63020","tt0114113","en","The Perez Family","In the midst of the Mariel boat lift -- a hurried exodus of refugees from Cuba going to America -- an immigration clerk accidentally presumes that dissident Juan Raul Perez and Dorita Evita Perez are married. United by their last name and a mutual resolve to emigrate, Dorita and Juan agree to play along. But it gets complicated when the two begin falling for each other just as Juan reunites with his wife, Carmela, whom he hasn't seen in decades.","2.058","/paSbLkZL35t2fmdxoQNHv6ckVjw.jpg","[{'id':798,'logo_path':'/nQgX1MOLySgug7FDONdIkht3xob.png','name':'Samuel Goldwyn Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-05-12","2832826","113","[{'iso_639_1':'en','name':'English'}]","Released","On the way to finding a family, she found love.","The Perez Family","false","6.2","14" +"false","","null","0","[{'id':18,'name':'Drama'}]","","518565","tt6460276","en","My Daddy is in Heaven","Becca, Adam and their 5-year-old daughter Acie are a perfect family until a tragic accident during a 4th of July celebration kills their father. Struggling with grief, Becky decides she needs to leave the family farm and all its memories. She leaves Acie with her grandfather Ben and visits with her friend from school, June. With all the best intent, June offers Becky plenty of distraction from her family life. Fueled by her anger at G*d and loss of faith, Becky starts drinking and making other self-destructive choices. Then, after Becky is arrested, Ben threatens to keep Acie until Becky is back on track. A chance encounter in a bus station with a traveler gives Becky what she needs to restore her faith and reunite with her family.","0.7","/w5QWWKaq0ttdc47f1TKULsv2FU5.jpg","[]","[]","2018-04-16","0","92","[]","Released","","My Daddy is in Heaven","false","4.5","2" +"false","/xyra9JY1Ok7nOeJQrNJuf8L4UBX.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':37,'name':'Western'}]","","72160","tt0053457","en","Yellowstone Kelly","A fur-trapper named Kelly, who once saved the life of a Sioux chief, is allowed to set his traps in Sioux territory during the late 1870s. Reluctantly he takes on a tenderfoot assistant named Anse and together they give shelter to a runaway Arapaho woman. Tensions develop when Anse falls in love with this woman and when the Sioux chief arrives with his warriors to re-claim her.","0.84","/kas1G1AsOElRqTmdmv9V9jxC7ow.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1959-11-11","0","91","[{'iso_639_1':'en','name':'English'}]","Released","Clint's back!...and 'Kookie' is with him!","Yellowstone Kelly","false","5.5","5" +"false","/fyElEpRQ1Uu4kzX9Ren6GSeTz5e.jpg","null","0","[{'id':35,'name':'Comedy'}]","","21014","tt0415949","en","Keeping Up with the Steins","All hilarity breaks loose in this heartwarming coming-of-age comedy when three generations of Fiedlers collide in a crazy family reunion. As they prepare for the biggest Bar Mitzvah on the block, they begin to see that they're much more alike than they'd originally thought.","2.283","/au7jutzhoZ1PaVR2aG3QwXsi9Cp.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-05-12","0","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'he','name':'????????????????'}]","Released","A 13-year-old boy uses his upcoming bar mitzvah to reconcile the strained relationship between his father and grandfather.","Keeping Up with the Steins","false","5.2","23" +"false","/pIZUyBEefv0Vutt1hOf9uiRLiN7.jpg","null","12000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","10763","tt0205271","en","Dr. T & the Women","A successful Texas gynecologist finds himself amid a bevy of women and their problems ??? his wife???s breakdown, his daughter's fake marriage, his other daughter???s conspiracy theories, and his secretary???s crush. Craving time for himself, he finds solace in a kind outsider.","6.855","/AwnZdOBO1PVb7fIpPAHUf9XQs4K.jpg","[{'id':2188,'logo_path':null,'name':'Artisan Entertainment','origin_country':'US'},{'id':11487,'logo_path':null,'name':'Sandcastle 5 Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-09-13","0","121","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","He is overwhelmed by the woman in his life","Dr. T & the Women","false","4.8","132" +"false","/yDYaL4riAMFmMfKK0JGtQAHfhT7.jpg","null","658000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","","18573","tt0045888","en","House of Wax","A New York sculptor who opens a wax museum to showcase the likenesses of famous historical figures runs into trouble with his business partner, who demands that the exhibits become more extreme in order to increase profits.","6.249","/xHnnSZVhyXcUZvmTtVZqI4WIMYG.jpg","[{'id':5229,'logo_path':null,'name':'Bryan Foy Productions','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1953-04-10","23800000","90","[{'iso_639_1':'en','name':'English'}]","Released","UNLIKE ANYTHING YOU'VE SEEN BEFORE!","House of Wax","false","7.1","116" +"false","/savUEhOEMmlMUVc3LKJyNHVaiuv.jpg","null","0","[]","","537931","tt5706876","en","How to Get Girls","Zach and Ben are two nerdy childhood best friends with a dream to go to Comic Con. When Ben is forced to move with his dad to Antarctica, the two make a vow that when Ben comes back they will finish writing their own comic book and get it into the hands of their hero, Marvel creator Stan Lee. Yet, plans change when after five years of total isolation and extreme puberty, Ben returns as the same geek now trapped inside the body of an Abercrombie model. With his new ""golden ticket,"" Zach uses Ben to do what was once thought impossible - get girls.","1.96","/epzDm2FYQWIbPK5jgldslySmmdD.jpg","[]","[]","2017-10-03","0","","[{'iso_639_1':'en','name':'English'}]","Released","","How to Get Girls","false","5.3","9" +"false","/xEx6pOK29fWdPEdFKQtJANcgrY7.jpg","null","0","[{'id':27,'name':'Horror'}]","","464737","tt7085842","it","In un giorno la fine","Claudio Verona is a young and cynical businessman. One day he gets locked in his Roman office elevator before an important meeting with a client. Soon this annoying obstacle will turn into a nightmare. For outside that metal cage, a deadly virus has begun to infect and transform people into extremely violent and dangerous zombies. Claudio has to get out of his claustrophobic space but it seems the elevator is the safest place to be in the city.","4.94","/sx8F9NOTQ0RthZN8Baun7qGb435.jpg","[{'id':2683,'logo_path':'/mOL2WcHtox2urbUf1oJvjw7kz01.png','name':'Rai Cinema','origin_country':'IT'},{'id':94370,'logo_path':null,'name':'Mompracem srl','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'}]","2018-08-14","0","100","[{'iso_639_1':'it','name':'Italiano'}]","Released","","The End?","false","5.9","95" +"false","/pMjME7X3O9SNMuGTUjbEBFe9fUO.jpg","null","0","[{'id':10402,'name':'Music'},{'id':18,'name':'Drama'}]","","493443","tt6204018","sv","Ted - F??r k??rlekens skull","Chronicling the beautiful and tragic life and career of Ted G??rdestad, this biopic tells the story of the great highs and lows of one of Sweden's most loved artists.","3.336","/6aQRNS6oula1EMlilRQthZFJZMw.jpg","[{'id':81606,'logo_path':null,'name':'StellaNova Film','origin_country':'SE'}]","[{'iso_3166_1':'SE','name':'Sweden'}]","2018-01-03","0","121","[{'iso_639_1':'sv','name':'svenska'}]","Released","","Ted - Show Me Love","false","7.7","10" +"false","/pFWxkBh1Py2EkaPPZjiUxasRMzE.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://brexitannia.co.uk/","462963","tt7308198","en","Brexitannia","A sociological portrait of the United Kingdom after the historic Brexit vote of 2016. A funny, sometimes terrifying and non-judgemental look at the new populist politics sweeping western democracies.","1.011","/ifUcleOpR4EX9YD9l8K5QR384Pf.jpg","[{'id':41473,'logo_path':null,'name':'Beat Films','origin_country':''},{'id':102895,'logo_path':null,'name':'Stereotactic','origin_country':'RU'}]","[{'iso_3166_1':'RU','name':'Russia'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-03-22","0","80","[{'iso_639_1':'en','name':'English'}]","Released","","Brexitannia","false","10","2" +"false","/hUQ5FC5NO18lHGGFFP70USuTG6x.jpg","null","0","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","http://www.steamenginesofoz.com/","527795","tt7701808","en","The Steam Engines of Oz","A century after the Wicked Witch, the Emerald City is at the mercy of a once-revered hero, and salvation comes from the wrench of young Victoria Wright. Rediscover old friends and meet new heroes in this new tale set in the Land of Oz.","1.019","/9fY97nBHRex9UI2mZQzubuWXjfM.jpg","[{'id':20659,'logo_path':null,'name':'Cinedigm','origin_country':''},{'id':112266,'logo_path':null,'name':'3 Doubles Producciones','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2018-06-05","0","79","[{'iso_639_1':'en','name':'English'}]","Released","When Dorothy left Oz, the story didn't end.","The Steam Engines of Oz","false","9.5","2" +"false","/AlvKqnxlkWWYE6ngRLOWfYY3QuI.jpg","null","5019770","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","","3111","tt0047522","en","A Star Is Born","A movie star helps a young singer/actress find fame, even as age and alcoholism send his own career into a downward spiral.","7.485","/zdQ8DUPLTGR82zbRun1FsUB0nVd.jpg","[{'id':1321,'logo_path':null,'name':'Transcona Enterprises','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1954-09-29","4335968","176","[{'iso_639_1':'en','name':'English'}]","Released","The applause of the world... and then this!","A Star Is Born","false","7.3","107" +"false","","null","0","[{'id':18,'name':'Drama'}]","","399220","tt3430548","en","Away","A story set in the north English seaside town of Blackpool and centered on two kindred spirits who form an unlikely friendship.","0.824","/pv8gPQDUQu081vedvWFHBShItER.jpg","[{'id':7353,'logo_path':'/yV5sxmYy4nBptmedJbsUKpr6W4M.png','name':'Gateway Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-06-22","0","110","[{'iso_639_1':'en','name':'English'}]","Released","Two fractured souls. A million blinding lights.","Away","false","6.6","6" +"false","/4SvyGkWLwYRJh64rjTiGaxTWY4I.jpg","null","3000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","8052","tt0119256","en","Hard Eight","A stranger mentors a young Reno gambler who weds a hooker and befriends a vulgar casino regular.","8.224","/7TODBkrQUHd3DAd1pxjUGlzurGS.jpg","[{'id':7250,'logo_path':null,'name':'Trinity Filmed Entertainment','origin_country':''},{'id':11661,'logo_path':null,'name':'Rysher Entertainment','origin_country':''},{'id':2321,'logo_path':null,'name':'Green Parrot','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-02-28","222559","96","[{'iso_639_1':'en','name':'English'}]","Released","When good luck is a long shot, you have to hedge your bets.","Hard Eight","false","6.9","301" +"false","","null","0","[{'id':878,'name':'Science Fiction'}]","","546391","tt8548792","en","The Dawnseeker","Set in the year 2245 when Earth's sun threatens to wipe out all of humanity, ""The Dawnseeker"" follows five hired mercenaries who travel to an uncharted planet to collect a rare mineral known as stardust to replenish the dying star. After their spaceship crashes on the alien planet, they are stalked and hunted by a creature far more advanced than anything they have ever encountered before.","3.154","/q5zBRzZQkcrHn7PDm6gHChWHhIG.jpg","[{'id':67895,'logo_path':null,'name':'Pikchure Zero Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-08-16","0","82","[{'iso_639_1':'en','name':'English'}]","Released","","The Dawnseeker","false","4.2","9" +"false","/ntdSBFsaN7uvLmx2wXEM44bTd94.jpg","{'id':101471,'name':'Return of the Living Dead Collection','poster_path':'/7ekXvck6C94gKbfH6WlKK2qqdVL.jpg','backdrop_path':'/sgOyuSHKowya0OJprukWUpXsZGq.jpg'}","6200000","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","24929","tt0095990","en","Return of the Living Dead Part II","A group of kids discover one of the drums containing a rotting corpse and release the 2-4-5 Trioxin gas into the air, causing the dead to once again rise from the grave and seek out brains.","7.485","/xam4CgorXj7dWOIcyQy4XBCkxli.jpg","[{'id':68860,'logo_path':null,'name':'Greenfox','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-01-15","9205924","89","[{'iso_639_1':'es','name':'Espa??ol'}]","Released","Just when you thought it was safe to be dead.","Return of the Living Dead Part II","false","5.8","161" +"false","/hgR8ygRL6XcxM56I5KkPzJYobsC.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","486521","tt6972372","fr","Place publique","Revolves around Castro, who was once a very famous TV host, but as he grows old, his popularity is dwindling.","6.159","/tkenlpzAu0SbUKGYvbJklER4NkL.jpg","[{'id':5125,'logo_path':'/t3oWTsVukmEzrZzvfr37XRBibo5.png','name':'Le Pacte','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'}]","2018-04-18","0","98","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Place publique","false","5.5","74" +"false","/mSN2GJIXSMelCKrJse23Zcmxy6p.jpg","null","0","[{'id':27,'name':'Horror'}]","http://zoryafilms.com/inoperable/","445744","tt5325604","en","Inoperable","A young woman wakes up in a seemingly evacuated hospital with a hurricane approaching that has awakened malevolent forces inside. She realizes she must escape the hospital before the hurricane passes, or she will be trapped there forever.","1.412","/l9Lp3C6LEPj8Z1nUOPMBfBzwRWR.jpg","[{'id':78602,'logo_path':null,'name':'Zorya Films','origin_country':''},{'id':87510,'logo_path':null,'name':'Giorgio Daveed Productions','origin_country':''},{'id':35613,'logo_path':null,'name':'Millman Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-12-01","0","85","[{'iso_639_1':'en','name':'English'}]","Released","In this hospital the patients never leave","Inoperable","false","4.3","13" +"false","/qU3OrKII7HeUa8eLRwXSuUuNHVY.jpg","null","0","[{'id':27,'name':'Horror'}]","","20591","tt0291833","en","Cradle of Fear","A gruesome homage to the cult Amicus anthology Asylum, Cradle of Fear unfolds four screamplays all linked by the unspeakable need of an incarcerated child killer to wreak vengeance on those responsible for his imprisonment. Helped by deranged angel Dani Filth, who leaves a trail of charnel house death in his crimson wake, the cannibal convict forces two Goth vamps to endure a one night stand from hell, two tough female robbers to see through each other, an obscenely rich coke-head to chop up more than a few lines and an internet surfer to descend into madness when he uncovers the ultimate web depravity.","1.5","/pMUdWDoiD8XHT9fuT2Qf6Z83iHc.jpg","[{'id':5442,'logo_path':null,'name':'Pragmatic Pictures Ltd.','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2001-07-04","0","120","[{'iso_639_1':'en','name':'English'}]","Released","It's Not If They Die... It's How","Cradle of Fear","false","4.1","33" +"false","/mrJ9JFLviq89wmK5TAqySqhVAqK.jpg","null","0","[{'id':18,'name':'Drama'}]","","468208","tt7205208","zh","?????????","In a small seaside town, two schoolgirls are sexually assaulted by a middle-aged man in a motel. Mia, a teenager who was working on reception that night, is the only witness. For fear of losing her job, she chooses to keep silence.","2.065","/kpATMFID3lzxoLUyqZa65634vet.jpg","[{'id':107478,'logo_path':null,'name':'22 Hours Films','origin_country':''},{'id':107479,'logo_path':null,'name':'Hangzhou Puhua Chuansheng Cultural Investment Partner','origin_country':''},{'id':107480,'logo_path':null,'name':'Kashgar J.Q. Media & Culture','origin_country':''}]","[{'iso_3166_1':'CN','name':'China'}]","2017-12-24","0","107","[{'iso_639_1':'zh','name':'?????????'}]","Released","","Angels Wear White","false","6.9","18" +"false","/fGSpD89Z7XDfwdvBpiAfTw7YUGK.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'}]","","473336","tt7230148","fr","All You Can Eat Buddha","At the Palacio, an all-inclusive resort in the carribean, Mike's arrival complicates the normal flow of operations. His voracious appetite, mysterious magnetism and unexpected miracles bring him the curious, among which he makes three friends and meeets a few admirers, a jealous salsa teacher and an enamored octopus. All of whom will accompany him in a gargantuan downward spiral mixing civil unrest and intestinal meltdown; a change of administration held up by the most attentive staff in the world.","1.23","/tqCtz2DsljczzOHRinSPr3mmm7e.jpg","[]","[{'iso_3166_1':'CA','name':'Canada'}]","2017-09-12","0","88","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","","All You Can Eat Buddha","false","6.4","8" +"false","","null","0","[{'id':53,'name':'Thriller'}]","","419727","tt4459806","en","Dead Love","In a remote mountain town, Brandon, a haunted young drifter, falls in love with a mysterious funeral director who is guarding a dark secret that threatens everyone she encounters - and who also may hold the key to Brandon's disturbing past.","2.87","/h21Q6fum4v5GtuiQTbVe7ZK37IB.jpg","[{'id':82122,'logo_path':null,'name':'CineMount Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-08-21","0","79","[{'iso_639_1':'en','name':'English'}]","Released","","Dead Love","false","5.7","4" +"false","/3s9O5af2xWKWR5JzP2iJZpZeQQg.jpg","{'id':328,'name':'Jurassic Park Collection','poster_path':'/qIm2nHXLpBBdMxi8dvfrnDkBUDh.jpg','backdrop_path':'/pJjIH9QN0OkHFV9eue6XfRVnPkr.jpg'}","170000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'}]","http://www.jurassicworld.com","351286","tt4881806","en","Jurassic World: Fallen Kingdom","Three years after the demise of Jurassic World, a volcanic eruption threatens the remaining dinosaurs on the isla Nublar, so Claire Dearing, the former park manager, recruits Owen Grady to help prevent the extinction of the dinosaurs once again.","32.308","/c9XxwwhPHdaImA2f1WEfEsbhaFB.jpg","[{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'},{'id':923,'logo_path':'/5UQsZrfbfG2dYJbx8DxfoTr2Bvu.png','name':'Legendary Entertainment','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':10338,'logo_path':'/el2ap6lvjcEDdbyJoB3oKiYgXu9.png','name':'Perfect World Pictures','origin_country':'CN'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-06-06","1303459585","129","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","The park is gone","Jurassic World: Fallen Kingdom","false","6.5","5562" +"false","","null","0","[{'id':28,'name':'Action'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","509624","tt3310896","en","The Lotus","In the not so distant future, biochemical technology has advanced in unexpected ways. Unfortunately, it has fallen into the hands of the wrong man. A brilliant young biochemist by the name of Jacob, who believes the world is a better place without humanity. Jacob decides to take matters into his own hands by beginning the process to wipe everyone out. Staging biochemical attacks through out the city, the virus is released, infecting millions, from a matter of seconds. The virus is fierce, causing chaos and destruction everywhere. Across the way, just minutes before the attack, a young woman, by the name of Cee is caught in the whirlwind of her sister???s wedding. As the wedding begins, the virus hits. Infecting everyone. Cee watches the attack unfold before her eyes, as dozens of loved ones perish. Waiting for the infection to take her, Cee finds herself alone in the early days of an apocalyptic world, surrounded by chaos and war. Fighting to survive as long as she can, she meets a...","1.375","/hV9IwGeLDwbeNVDYukZitosSuO.jpg","[]","[]","2018-03-06","0","82","[{'iso_639_1':'en','name':'English'}]","Released","","The Lotus","false","6.2","5" +"false","/cinQumAGe4l9II8XBkIjZq3Rd2Y.jpg","null","0","[{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'}]","","364220","tt5114154","en","The Keeping Hours","A supernatural love story that centers on two parents whose life together falls apart after their son dies. The man, now a successful lawyer, and the woman, now married and an author, get a chance at reconciliation ten years later.","2.933","/34IyXcl44VG9VVEps0rBgNo9jQb.jpg","[{'id':3172,'logo_path':'/kDedjRZwO8uyFhuHamomOhN6fzG.png','name':'Blumhouse Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-06-15","0","91","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","Love never dies","The Keeping Hours","false","6.8","33" +"false","","null","0","[{'id':878,'name':'Science Fiction'},{'id':9648,'name':'Mystery'},{'id':14,'name':'Fantasy'}]","","404782","tt3165264","en","Altered Perception","A Blanc-Biehn production centered around the idea of a governmentally designed drug created to help correct or strategically alter perceptions gathered during times of trauma or stress. Slated as being a substance that may help solve issues with everything from racial tensions, PTSD and geopolitic battles, first a focused study is needed to see how people respond to treatment and what dosages might be needed. Four couples are chosen to test this drug, and soon find their memories and sanity challenged.","1.554","/rKFayS6mDP30wetxIaDm4Whh8kR.jpg","[]","[]","2018-05-04","0","79","[]","Released","","Altered Perception","false","10","2" +"false","/pZmw4rsjaeKqYbcAJTvBaNlOVUf.jpg","{'id':97768,'name':'Lake Placid Collection','poster_path':'/x3f6Wcshd4E5tyaFZ1rBglusvAl.jpg','backdrop_path':'/vu2GcWvUcaAf6BHafjMLFp6haSG.jpg'}","0","[{'id':27,'name':'Horror'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","","520466","tt7875948","en","Lake Placid: Legacy","A group of young explorers discover a secret area hidden from all maps and GPS devices. When they reach the center of the lake, they discover an abandoned facility that houses one of the largest, and deadliest apex-predators known to man.","4.924","/eBZXrR5zlGdRAXuugtUQo9D4dCp.jpg","[{'id':6834,'logo_path':null,'name':'Out of Africa Entertainment','origin_country':''},{'id':82659,'logo_path':'/3mZkZUZUaqXDcIoYnECLb98PSWC.png','name':'Blue Ice Pictures','origin_country':'CA'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-05-28","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Lake Placid: Legacy","false","4.4","36" +"false","/ivr7JiwjfLdUaEL48X1dcvQ2eaT.jpg","null","70000000","[{'id':18,'name':'Drama'}]","http://www.dreamgirlsmovie.com/","1125","tt0443489","en","Dreamgirls","Three young women ??? Deena Jones, Effie White and Lorrell Robinson ??? dream of becoming pop stars and they get their wish when they're chosen to be backup singers for the legendary James 'Thunder' Early.","8.982","/jrtyk21qp9oVHveellwoyp825q2.jpg","[{'id':415,'logo_path':null,'name':'Laurence Mark Productions','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-12-25","154937680","134","[{'iso_639_1':'en','name':'English'}]","Released","One Dream Will Change Everything","Dreamgirls","false","6.7","493" +"false","/syNXZTCjGNFtJ9DKFQoeLfsbJmx.jpg","null","0","[{'id':27,'name':'Horror'}]","http://www.charismata.film","478741","tt5665022","en","Charismata","As a rookie detective struggling to find acceptance in a police department defined by a culture of bullying and intolerance, things go from bad to worse when the chief suspect in a series of brutal ritualistic murders takes a personal interest in her. A game of cat and mouse ensues which sees Rebecca???s grasp on reality beginning to spiral out of control, leading to a terrifying climax where she needs to fight for her sanity, her life and maybe even her soul.","2.329","/hGV755pSaK8VyH94RmMN8SfyheT.jpg","[{'id':96244,'logo_path':null,'name':'Hydra Films RKM','origin_country':''},{'id':67090,'logo_path':null,'name':'Loose Canons Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-11-04","0","100","[{'iso_639_1':'en','name':'English'}]","Released","Face Your Demons","Charismata","false","4.4","14" +"false","/oYU4PBuQkaAbGUa9Yshg2zVuiXc.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","426865","tt6290798","en","UFO","A college student, who sees a UFO, uses his exceptional math skills to investigate the sighting with his friends while the FBI follows closely behind.","8.309","/jdy1GTdaAXqhsCVOpIXokifYdCh.jpg","[{'id':78611,'logo_path':null,'name':'Story Mining and Supply Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-09-04","0","88","[{'iso_639_1':'en','name':'English'}]","Released","Sightings are never a coincidence. The cover-up ends here.","UFO","false","6","98" +"false","/57pidWM4tENRxsDytgULxRZXJWZ.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","41817","tt0099750","en","Heart Condition","A bigoted policeman is given the heart of a slain black defense lawyer,who returns as a ghost to ask the cop to help take down the men who murdered him","2.801","/2ApuvU24UEBlWeBiQGRyyOYFeqe.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-02-02","4134992","100","[{'iso_639_1':'en','name':'English'}]","Released","","Heart Condition","false","5.6","39" +"false","/96AK8Fj12MYSelyB6AEPI0EKoty.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","526682","tt4360924","en","Blackmark","1963 Military Industrialist Arthur Blackmark must race against the clock to stop an international incident which threatens to end the world.","6.297","/jtzsuwWaVHCv4zXi0YQYffAkQVt.jpg","[{'id':105016,'logo_path':null,'name':'Section 3 Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-08-07","0","94","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Save the Country - Save Mankind","Blackmark","false","6.5","7" +"false","/wUuKQqhrvUCQyDv2lSgiD6V28DY.jpg","null","0","[{'id':35,'name':'Comedy'}]","https://www.bertbertbert.com/","542694","tt8786466","en","Bert Kreischer: Secret Time","Comedian Bert Kreischer is ready to take his shirt off and ""party hardy"" with his debut Netflix Original stand-up special, Bert Kreischer: Secret Time. Considered one of the best storytellers of his generation, Bert regales the audience at the Trocadero Theatre in Philadelphia with stories about zip-lining with his family, his daughter practicing softball with an imaginary ball, and upstaging ex-NBA player Ralph Sampson at a childhood basketball camp.","3.129","/AsntCXSeitfQTokjEmuT5LEyd2v.jpg","[{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-08-24","0","57","[{'iso_639_1':'en','name':'English'}]","Released","","Bert Kreischer: Secret Time","false","7.1","14" +"false","/1eXUwe8JBxNsjrYjpMC9gabAEuK.jpg","null","0","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","","537153","tt6557356","en","The Grand Son","A young man hatches a diabolical plan to cover-up his Grandma's death.","2.596","/iaMHx1qWEiwH5L3Z6HK8Xl3jVO8.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-07-11","0","86","[{'iso_639_1':'en','name':'English'}]","Released","","The Grand Son","false","6.6","5" +"false","/wUrqyNUiVoTIRx1zrYiKOTIUI0x.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","40210","tt0069318","en","Straight on Till Morning","Brenda moved to London to begin living those intoxicated fantasies that all young women imagine city life to offer. Soon after her arrival she begins a relationship with Peter with whom she is tremendously happy. When she becomes pregnant Peter's behaviour towards her alters as he reveals the most frightening and unpredictable side of his personality. He forces Brenda to listen to a series of recordings, exposing a past of shocking cruelty of sadistic murder.","1.431","/82w5tU1e5kezghkR7jauqxsF9R6.jpg","[{'id':1314,'logo_path':'/gQBluDqe6dc2ZdzfJbabEHoSGoG.png','name':'Hammer Film Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1972-07-09","0","96","[{'iso_639_1':'en','name':'English'}]","Released","","Straight on Till Morning","false","6.1","5" +"false","/2k3b7wM6cTBHQcpSbErDD0otLlY.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","","437029","tt6053938","es","Las leyes de la termodin??mica","Manel, a physicist working on his PhD thesis, accidentally fall in love with Elena, a young model and aspiring actress.","8.988","/mtGxNRKQoQauWJkkRlnhvkEwyB9.jpg","[{'id':64359,'logo_path':null,'name':'Zeta Zinema','origin_country':''},{'id':29566,'logo_path':'/4rFxqmQqdqrZPqsFjrjOdhCg7Yt.png','name':'Atresmedia Cine','origin_country':'ES'}]","[{'iso_3166_1':'ES','name':'Spain'}]","2018-04-20","0","100","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","","The Laws of Thermodynamics","false","5.9","94" +"false","/mNlOe22Bmk2fAWMTyMqBE2I3jzL.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.exdrummer.com/","14019","tt0812243","nl","Ex Drummer","Three handicapped losers who form a band ask famous writer Dries to be their drummer. He joins the band and starts manipulating them.","4.154","/qtBluHrseuVXyhcJpEXwLExFVWv.jpg","[{'id':2852,'logo_path':null,'name':'CCCP','origin_country':''},{'id':2853,'logo_path':null,'name':'Czar','origin_country':''}]","[{'iso_3166_1':'BE','name':'Belgium'}]","2007-01-31","0","90","[]","Released","","Ex Drummer","false","6.8","75" +"false","/n3raNZ7HdecLMHvIFLIdpp1CZeB.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","56766","tt0304636","en","The Riverman","A series of interviews are conducted with convicted serial killer Ted Bundy in hopes of gaining insight into the Green River Killer who is terrorizing Seattle.","1.593","/5aQLosu9QnrrT4wfVbZrSWJgtaf.jpg","[{'id':25277,'logo_path':null,'name':'Starz! Pictures','origin_country':''},{'id':60285,'logo_path':null,'name':'Koch Company','origin_country':''},{'id':60286,'logo_path':null,'name':'Cinema 21 Group','origin_country':''},{'id':6529,'logo_path':null,'name':'Fox Television Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-09-06","0","91","[{'iso_639_1':'en','name':'English'}]","Released","To catch a killer. You must understand evil. Or be evil.","The Riverman","false","6","12" +"false","/glTw6ZpOavJvMQZNqA1edWLyksN.jpg","null","6","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","46660","tt1376709","en","I Love You Too","Written by comedian Peter Helliar, I LOVE YOU TOO stars Brendan Cowell as Jim, a 30-something emotionally stunted man whose inability to declare his love to his girlfriend, Alice, threatens to cost him the best thing he ever had but leads him to befriend a talented dwarf who helps him find the words to get her back.","1.876","/wOB3cuwOS4XvvCr5cxsCpjsHGEk.jpg","[{'id':17094,'logo_path':'/VeHe7RDcpQFzxblwm3jwg6xYto.png','name':'Princess Pictures','origin_country':'AU'},{'id':7020,'logo_path':null,'name':'Roadshow Productions','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2010-05-06","0","107","[{'iso_639_1':'en','name':'English'}]","Released","","I Love You Too","false","5.9","19" +"false","/1V8C68OvU7IDjZO9GtfwfmHa8X7.jpg","null","5000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'}]","http://www.animalkingdommovie.com/","44629","tt1313092","en","Animal Kingdom","Following the death of his mother, J finds himself living with his estranged family, under the watchful eye of his doting grandmother, Smurf, mother to the Cody boys. J quickly comes to believe that he is a player in this world. But, as he soon discovers, this world is far larger and more menacing than he could ever imagine. J finds himself at the center of a cold-blooded revenge plot that turns the family upside down.","7.092","/zhj8YPQKuRev5N3KoHacsPnF4mB.jpg","[{'id':6237,'logo_path':null,'name':'Porchlight Films','origin_country':''},{'id':7584,'logo_path':'/eGkfvvyf4fJTvBUR1xt1669IPA3.png','name':'Screen Australia','origin_country':'AU'},{'id':11840,'logo_path':'/8oyCRYf6ezxB5h8HJIPVG8JjzgL.png','name':'Film Victoria','origin_country':'AU'},{'id':10951,'logo_path':'/48iBaAPgtoirf3C25HNkL9MhWfj.png','name':'Screen NSW','origin_country':'AU'},{'id':14430,'logo_path':null,'name':'Fulcrum Media Finance','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2010-06-03","1000000","113","[{'iso_639_1':'en','name':'English'}]","Released","A crime story.","Animal Kingdom","false","6.8","386" +"false","/kn5zvlMiRWyPmFqKztI3Vs0YAXi.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':37,'name':'Western'}]","","46562","tt1268970","en","The Last Rites of Ransom Pride","When Juliette (Lizzy Caplan) sets out to bring her slain lover -- outlaw Ransom Pride -- home to Texas to be buried, she knows the journey won't be easy, but she has little idea of the dangers that lie ahead in this dark Western drama. The film's cast includes Scott Speedman as the murdered bad boy, Dwight Yoakam as a homicidal reverend, Kris Kristofferson as a rival outlaw, and Jason Priestley and W. Earl Brown as a pair of bounty hunters.","1.008","/vteS71czUhwLbnlssBn7gkSRPUR.jpg","[{'id':6352,'logo_path':null,'name':'Horsethief Pictures','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2010-06-17","0","83","[{'iso_639_1':'en','name':'English'}]","Released","","The Last Rites of Ransom Pride","false","3.5","10" +"false","","null","0","[{'id':35,'name':'Comedy'}]","","485856","tt4994992","en","iGirlfriend","A teen comedy about a nerdy teenager who creates an iPhone app to be his girlfriend. When she miraculously comes to life, things go hilariously wrong, and she tries to kill him.","1.427","/4mm6qVQ1IQZPOakB1Jc56vetalN.jpg","[]","[]","2017-01-15","0","83","[{'iso_639_1':'en','name':'English'}]","Released","","iGirlfriend","false","4","4" +"false","/5RtpoYfCiyDC9WLzUiIIBHxdjs1.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","434596","tt5718046","en","An Actor Prepares","After suffering a heart attack, a world-famous and hard-drinking actor is forced to drive across country with his estranged son???who testified against him in his parents' divorce???on one last madcap adventure.","6.716","/8rSc59ajnmV9EsNWdLFSjRlFfT3.jpg","[{'id':44632,'logo_path':'/neCKH4sJCBhZ1B4QocTM4VXCQOR.png','name':'Gravitas Ventures','origin_country':'US'}]","[]","2018-08-31","0","97","[{'iso_639_1':'en','name':'English'}]","Released","","An Actor Prepares","false","6.9","9" +"false","/1uTsElgkaNwU1onA8ypDVZpjQPf.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","5486","tt0067656","it","Ecologia del delitto","An elderly heiress is killed by her husband who wants control of her fortunes. What ensues is an all-out murder spree as relatives and friends attempt to reduce the inheritance playing field, complicated by some teenagers who decide to camp out in a dilapidated building on the estate.","5.917","/tgtNELlRmnfvpIrBSv2Wekw7wpM.jpg","[{'id':1920,'logo_path':null,'name':'Nuova Linea Cinematografica','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'}]","1971-08-08","0","84","[{'iso_639_1':'it','name':'Italiano'}]","Released","They came to play, they stayed to die.","A Bay of Blood","false","6.5","122" +"false","/apfur3XEQhEoKxb7tc1PvwvYe5B.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","531593","tt6547170","en","Reprisal","Jacob, a bank manager haunted by a violent heist that took the life of a coworker, teams up with his ex-cop neighbor, James, to bring down the assailant. While the two men work together to figure out the thief???s next move, Gabriel, the highly-trained criminal, is one step ahead. When Gabriel kidnaps Jacob???s wife and daughter, Jacob barrels down a path of bloodshed that initiates an explosive counterattack and brings all three men to the breaking point.","15.513","/qBsQUK5QSeZjRPLFUVgSGHxj2PI.jpg","[{'id':73685,'logo_path':null,'name':'Emmett Furla Oasis Films','origin_country':'US'},{'id':290,'logo_path':'/Q8mw2AOQQc8Qg0uNwLWq86DVZv.png','name':'Ingenious Media','origin_country':'GB'},{'id':47287,'logo_path':null,'name':'Kind Hearts Entertainment','origin_country':''},{'id':111412,'logo_path':null,'name':'Checkluck Films','origin_country':''},{'id':63443,'logo_path':'/iKm40tfw3Hxaz7mUubWrdbApUJV.png','name':'The Fyzz Facility','origin_country':'GB'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-08-31","0","89","[{'iso_639_1':'en','name':'English'}]","Released","A life for a life.","Reprisal","false","4.9","73" +"false","/f0eeCDOR8VkyKYtKSLpMWtxtec6.jpg","null","0","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","","531145","tt6224502","en","Boarding School","When troubled 12-year-old Jacob Felsen is sent away to boarding school, he enters every kid???s worst nightmare: a creepy old mansion, deserted except for six other teenage misfits and two menacing and mysterious teachers. As events become increasingly horrific, Jacob must conquer his fears to find the strength to survive.","5.254","/lun3G1IU6AYgXlXP649amULMPpv.jpg","[{'id':3788,'logo_path':'/1xYpC0Qc9q10AZdjdpsvcsFBo1l.png','name':'Gigantic Pictures','origin_country':'US'},{'id':19640,'logo_path':'/p8SE7J23xviBArUL49rMCkj0m0M.png','name':'Maven Pictures','origin_country':'US'},{'id':105832,'logo_path':null,'name':'Old Greenwich Capital Partners','origin_country':''},{'id':58710,'logo_path':null,'name':'Storyland Pictures','origin_country':''},{'id':105833,'logo_path':null,'name':'Farcaster Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-08-30","0","111","[{'iso_639_1':'en','name':'English'}]","Released","Jacob is having a bad day at school.","Boarding School","false","6.2","46" +"false","/e4eeJjON17Cv7Cio3QEyC4xv5uZ.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","472226","tt7208564","en","Blood Fest","Fans flock to a festival celebrating the most iconic horror movies, only to discover that the charismatic showman behind the event has a diabolical agenda. As attendees start dying off, three teenagers with more horror-film wits than real-world knowledge must band together and battle through every madman, monstrosity, and terrifying scenario if they have any hope of surviving.","9.9","/iy6mJ8EvVQrrSrSblK7GRYFq1Mp.jpg","[{'id':34911,'logo_path':null,'name':'Rooster Teeth Productions','origin_country':''}]","[]","2019-04-25","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Love horror movies? Try surviving one.","Blood Fest","false","0","46" +"false","/fBNnj5bQ5YhzPUzxIW1UvLVZepP.jpg","{'id':442195,'name':'All Hallow's Eve Collection','poster_path':'/zu8CKEhpOP5OcWViobiUb5Gf2FX.jpg','backdrop_path':'/u6ZeIjfYWQdbr71BG5fJz52O6W8.jpg'}","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","420634","tt4281724","en","Terrifier","A maniacal clown named Art terrorizes three young women and everyone else who stands in his way on Halloween night.","7.876","/6PQqC4SbY910VvyVad6mvsboILU.jpg","[{'id':84591,'logo_path':null,'name':'Dark Age Cinema','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-10-15","0","84","[{'iso_639_1':'en','name':'English'}]","Released","","Terrifier","false","6","112" +"false","/7BlCuxZ0MT2Ix2Wah48oo821QIT.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","17465","tt0092272","en","Youngblood","A skilled young hockey prospect hoping to attract the attention of professional scouts is pressured to show that he can fight if challenged during his stay in a Canadian minor hockey town. His on-ice activities are complicated by his relationship with the coach's daughter.","7.229","/SLQRH3AlTJHXk6ZuW0yMAelMlj.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':4357,'logo_path':null,'name':'The Guber-Peters Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1986-01-31","0","110","[{'iso_639_1':'en','name':'English'}]","Released","The ice... The fire... The fight... To be the best.","Youngblood","false","6","86" +"false","/6catdXDsIqOGq4DfEiyExD0sDne.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","42546","tt1841594","en","???????????????????????????","After completing a covert mission in southern Thailand, CIA agent Gunja finds herself forced to fight off operatives who've been ordered to take her out at all costs. She survives and after two years of laying low, re-emerges in Bangkok to face her old foes and foil a plot to detonate a bomb in the city.","1.529","/qjM3a93AgwsJgrWGx3ecgs03C7C.jpg","[{'id':5915,'logo_path':null,'name':'Sahamongkol Film','origin_country':''}]","[{'iso_3166_1':'TH','name':'Thailand'}]","2009-11-05","0","93","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'th','name':'?????????????????????'}]","Released","","The Vanquisher","false","3.9","5" +"false","/npxDZpnNwLJRPmGghObduX5h161.jpg","null","0","[{'id':27,'name':'Horror'}]","","67742","tt0800361","en","S&Man","S&Man (also known as Sandman) is a 2006 pseudo-documentary film that examines the underground subculture of horror films. It combines real interviews with indie horror film makers and a scripted plot that does not immediately come into focus until the second half of the film.","0.972","/d487tRJ242g15BeJH6QpfNI6nsQ.jpg","[]","[]","2006-03-10","0","84","[]","Released","","S&Man","false","4.9","17" +"false","/eICwnaFzbo4QlKgocV4GEn3fQN1.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","4644","tt0924134","en","The Year of Getting to Know Us","A commitment-phobic man reunites with his estranged, ailing father and comes to terms with his own childhood.","1.713","/ziTYD21ST2EDKuFCrnV0bfXOpFk.jpg","[{'id':1844,'logo_path':null,'name':'Ring Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-01-24","0","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'de','name':'Deutsch'}]","Released","No Matter How Far You Go, You Can't Run From Family","The Year of Getting to Know Us","false","4.3","12" +"false","/6BWh39f4CGA21NxZPJXznoAy23X.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'},{'id':27,'name':'Horror'}]","","13762","tt0081376","en","The Private Eyes","The lord and lady of a capacious manor are killed, and the lord's ghost seems to have returned to knock off the staff one by one, causing Inspector Winship and Dr. Tart to investigate the wacky house and its inhabitants.","2.808","/rOE3iMsNCjHRiGyOEo0Lr6kGYiM.jpg","[{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'}]","[]","1980-04-17","0","91","[{'iso_639_1':'en','name':'English'}]","Released","Who better to solve England's most puzzling mystery than these two international crime busters?","The Private Eyes","false","6.8","23" +"false","/p68NTyuph8YTDMkdYEVOXqJhBuO.jpg","{'id':109076,'name':'Lost Boys Collection','poster_path':'/rpuL8zSLmVt34gwk03gSGReSjog.jpg','backdrop_path':'/qXpWa7kDopkOyEhuZtOLgIh4SW9.jpg'}","4400000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","46812","tt1400526","en","Lost Boys: The Thirst","Vampire hunter Edgar Frog is destitute and nearly friendless, when the beautiful vampire-romance novelist Gwen Lieber offers him a small fortune to go on the vampire hunt of a lifetime and save her brother from an army of newborn vampires who use a new drug called the Thirst, which is a mixture of Ecstasy and vampire blood. Realising he can't do this alone, Edgar turns to his brother, Alan Frog, to help him save Gwen's brother.","3.525","/gltzd8ziXXz1aO4xTJ2yNHbLPX2.jpg","[{'id':3299,'logo_path':null,'name':'ApolloMovie Beteiligungs','origin_country':''},{'id':3528,'logo_path':'/cCzCClIzIh81Fa79hpW5nXoUsHK.png','name':'Thunder Road Pictures','origin_country':'US'},{'id':3546,'logo_path':null,'name':'Hollywood Media Bridge','origin_country':'US'},{'id':773,'logo_path':'/8GHHXJTeF5XU5a5EN6myMiYwSJh.png','name':'Film Afrika Worldwide','origin_country':'ZA'},{'id':4811,'logo_path':'/7xym5CnL4LcMPaWpp51cN1v73AR.png','name':'Warner Premiere','origin_country':''}]","[{'iso_3166_1':'ZA','name':'South Africa'},{'iso_3166_1':'US','name':'United States of America'}]","2010-05-12","0","81","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pl','name':'Polski'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","The Frog brothers are back for blood","Lost Boys: The Thirst","false","5.3","59" +"false","/vJbggu2ub1QWNfuDweeLcxtu02c.jpg","{'id':386495,'name':'Fubar Collection','poster_path':null,'backdrop_path':null}","350000","[{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'}]","","13984","tt0302585","en","Fubar","Terry and Dean are lifelong friends who have grown-up together: shotgunning their first beers, forming their first garage band, and growing the great Canadian mullet known as ""hockey hair"". Now the lives of these Alberta everymen are brought to the big screen by documentarian Ferral Mitchener in an exploration of the depths of friendship, the fragility of life, growing up gracefully and the art and science of drinking beer like a man","1.231","/uBg8BcUQ2vEpzYyLbn6EwgwlHq8.jpg","[{'id':806,'logo_path':'/kcNh09qqR2Pkw1JAzRW4CommrW4.png','name':'T??l??film Canada','origin_country':'CA'},{'id':38015,'logo_path':null,'name':'Busted Tranny','origin_country':''},{'id':8582,'logo_path':null,'name':'Canadian Film or Video Production Tax Credit Fund (CPTC)','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2002-05-24","0","76","[{'iso_639_1':'en','name':'English'}]","Released","Just Give'r","Fubar","false","6.1","26" +"false","/m4RP7oWNj5oWXpFJyDVCFN3Gyyh.jpg","null","0","[{'id':99,'name':'Documentary'}]","https://www.vitamaniathemovie.com/","525057","tt8232232","en","Vitamania: The Sense and Nonsense of Vitamins","Dr Derek Muller takes us on an epic adventure, a world-spanning investigation of vitamin science and history, asking how do we decide whether to take vitamin supplements, or not?","2.652","/cQcjjn5Jsbw1iiRaPYCo0SQw1AD.jpg","[{'id':59652,'logo_path':'/tLNPbBUErf204L55QCVhq5mFEVp.png','name':'Genepool Productions','origin_country':'AU'}]","[{'iso_3166_1':'AU','name':'Australia'}]","2018-07-28","0","90","[{'iso_639_1':'de','name':'Deutsch'}]","Released","","Vitamania: The Sense and Nonsense of Vitamins","false","7.7","9" +"false","/4O9mZdhtQ6DvP3ifU1LpaYkqlBz.jpg","null","0","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","434362","tt5455410","de","Gutland","Early one summer morning a young man, with a secret stashed away in a duffel bag, emerges from the forest. In a nearby village he asks around for work, but the farmers, suspicious to the point of hostility, are not very forthcoming. Only when Lucy, the mayor???s unruly daughter, takes a liking to him, does the village change its attitude: he is promptly offered a job as a farmhand and a caravan to live in. As time passes and he is gradually integrated into the community, it emerges that he???s not the only one with a past to hide. Something sinister is lurking under the immaculate surface of this picturesque little world - and it is slowly drawing him in.","2.142","/8h1NcQpjnb6DVUZANXiSnTUHdHd.jpg","[{'id':11796,'logo_path':'/tx6LOQcTSqgW8ffKxovuJHjlYVw.png','name':'Centre du Cin??ma et de l'Audiovisuel de la F??d??ration Wallonie-Bruxelles','origin_country':'BE'},{'id':109452,'logo_path':null,'name':'Bauer & Blum','origin_country':''},{'id':72130,'logo_path':null,'name':'Les Films Fauves','origin_country':''},{'id':7465,'logo_path':null,'name':'Novak Production','origin_country':''}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'LU','name':'Luxembourg'}]","2018-05-13","0","107","[{'iso_639_1':'de','name':'Deutsch'}]","Released","A surreal village noir","Gutland","false","6.4","9" +"false","/hKmWNqNSleSFkuJRB7KR1hH0Txp.jpg","null","2500000","[{'id':12,'name':'Adventure'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","574","tt0049470","en","The Man Who Knew Too Much","A widescreen, Technicolor remake by Hitchcock of his 1934 film of the same title. A couple vacationing in Morocco with their young son accidentally stumble upon an assassination plot. When the child is kidnapped to ensure their silence, they have to take matters into their own hands to save him.","12.894","/vhUOukoJTWPfVpZOiKwrjdEV4OX.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1956-06-01","10250000","120","[{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","A little knowledge can be a deadly thing!","The Man Who Knew Too Much","false","7.5","522" +"false","/flPoplz3qbvyhXvsZ9cF7KByLhf.jpg","null","0","[{'id':37,'name':'Western'}]","","17664","tt0052902","en","The Horse Soldiers","A Union Cavalry outfit is sent behind confederate lines in strength to destroy a rail supply center. Along with them is sent a doctor who causes instant antipathy between him and the commander. The secret plan for the mission is overheard by a southern belle who must be taken along to assure her silence.","4.124","/3jr9phgjNKbHed5UFVvc8bDjvtC.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':10699,'logo_path':null,'name':'Mahin-Rackin','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1959-06-11","0","115","[{'iso_639_1':'en','name':'English'}]","Released","John Ford's Thundering Spectacle","The Horse Soldiers","false","6.8","68" +"false","/ujfEeymR8FRC1RMp2hzWO6v1eLq.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':27,'name':'Horror'}]","","38006","tt0050095","en","The Abominable Snowman","A kindly English botanist and a gruff American promoter lead an expedition to the Himalayas in search of the legendary Yeti.","2.275","/ew09BjLLwvEBhQsUhmk14IKH6q6.jpg","[{'id':1313,'logo_path':null,'name':'Clarion Films','origin_country':''},{'id':1314,'logo_path':'/gQBluDqe6dc2ZdzfJbabEHoSGoG.png','name':'Hammer Film Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1957-08-26","0","91","[{'iso_639_1':'en','name':'English'}]","Released","See It With Someone Brave! -- A Timeless Terror to Freeze You to Your Seats!","The Abominable Snowman","false","6.2","35" +"false","/3aql8vh0Svvq63nWGVNFSWqHgRE.jpg","null","0","[{'id':28,'name':'Action'},{'id':37,'name':'Western'}]","","27644","tt0053220","en","Ride Lonesome","A wanted murderer, Billy John, is captured by Ben Brigade, a bounty hunter, who intends to take him to Santa Cruz to be hanged. Brigade stops at a staging post, where he saves the manager's wife from an Indian attack, and enlists the help of two outlaws to continue his journey more safely.","3.766","/4fQW6hAFW0YrQXrDUaMweNI1SgQ.jpg","[{'id':16326,'logo_path':null,'name':'Ranown Pictures Corp.','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1959-02-15","0","73","[{'iso_639_1':'en','name':'English'}]","Released","Scorching lead-hot action all the way!","Ride Lonesome","false","6.2","44" +"false","/hst6rzlpDLxFM4gp1x41iFE1AmJ.jpg","null","200000","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","11773","tt0054443","en","Village of the Damned","In a small English village everyone suddenly falls unconscious. When they awake every woman of child bearing age is pregnant. The resulting children have the same strange blond hair, eyes and a strong connection to each other.","6.149","/qcpXud1UjQzlSe9A062w8Wqgira.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1960-06-16","0","77","[{'iso_639_1':'en','name':'English'}]","Released","What Demonic Force Lurks Behind Those Eyes?","Village of the Damned","false","7.2","147" +"false","/o0oqWQWw0Ine6lZHZa8mD0utuHZ.jpg","null","200000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","28501","tt0055304","en","The Pit and the Pendulum","Francis Barnard goes to Spain, when he hears his sister Elizabeth has died. Her husband Nicholas Medina, the son of the most brutal torturer of the Spanish Inquisition, tells him she has died of a blood disease, but Francis finds this hard to believe. After some investigating he finds out that it was extreme fear that was fatal to his sister and that she may have been buried alive!","4.551","/ztDuyfrC4rUE8pPUDdQGGHkmFtq.jpg","[{'id':4820,'logo_path':null,'name':'Alta Vista Productions','origin_country':''},{'id':9266,'logo_path':null,'name':'American International Pictures (AIP)','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1961-08-12","2000000","80","[{'iso_639_1':'en','name':'English'}]","Released","Betrayal cuts both ways!","The Pit and the Pendulum","false","6.9","120" +"false","/5RhBBrDKjp7sGMCpLuydd7I8wRh.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10749,'name':'Romance'},{'id':10752,'name':'War'}]","","16638","tt0054847","en","El Cid","Epic film of the legendary Spanish hero, Rodrigo Diaz (""El Cid"" to his followers), who, without compromising his strict sense of honour, still succeeds in taking the initiative and driving the Moors from Spain.","6.863","/2bhGhYuYvY4xmpypBc8qkIjN5pY.jpg","[{'id':10253,'logo_path':null,'name':'Samuel Bronston Productions','origin_country':''},{'id':11929,'logo_path':null,'name':'Dear Film Produzione','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'US','name':'United States of America'}]","1961-10-24","0","182","[{'iso_639_1':'la','name':'Latin'},{'iso_639_1':'en','name':'English'}]","Released","The GREATEST ROMANCE and ADVENTURE in a THOUSAND YEARS!","El Cid","false","6.9","111" +"false","/v4rCibmdklWP92CZg4DLJggFfYH.jpg","null","35000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","11349","tt0055824","en","Cape Fear","Sam Bowden witnesses a rape committed by Max Cady and testifies against him. When released after 8 years in prison, Cady begins stalking Bowden and his family but is always clever enough not to violate the law.","6.229","/bLGWxwubaOinAkgqLKqFpAETKFl.jpg","[{'id':11390,'logo_path':null,'name':'Melville-Talbot Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1962-04-12","103000000","105","[{'iso_639_1':'en','name':'English'}]","Released","Now he had only one weapon left - murder! ...To prevent an even more shocking crime!","Cape Fear","false","7.4","201" +"false","/s13r8sB2v0upTWZ9yeNtfPlfaPo.jpg","{'id':269098,'name':'Police Story Collection','poster_path':'/zF4gP4w1xxM7jDKLjTDK3ixkkms.jpg','backdrop_path':'/5qbfJzkMAUkFxcVo0dqnTRmpUoh.jpg'}","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","9056","tt0089374","cn","????????????","A virtuous Hong Kong police officer must clear his name after he is framed for murder.","12.07","/q8YfsyX59OmoSDirXT4CyThwN5f.jpg","[{'id':3054,'logo_path':null,'name':'Golden Way Films Ltd.','origin_country':''},{'id':3055,'logo_path':null,'name':'Paragon Films Ltd.','origin_country':''}]","[{'iso_3166_1':'HK','name':'Hong Kong'}]","1985-12-14","0","101","[{'iso_639_1':'cn','name':'????????? / ?????????'}]","Released","You may know the name, but the game has changed.","Police Story","false","7.3","247" +"false","/7NEcjrnHgGk0VBAB7qqqAqqZbxh.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':27,'name':'Horror'}]","","8691","tt0082700","en","Cannibal Ferox","Three friends out to disprove cannibalism meet two men on the run who tortured and enslaved a cannibal tribe to find emeralds, and now the tribe is out for revenge.","6.032","/3yU2sIYCdaEvnTj8KH0nHzO2ptF.jpg","[{'id':2185,'logo_path':null,'name':'National Cinematografica','origin_country':''},{'id':1701,'logo_path':null,'name':'Dania Film','origin_country':''},{'id':15868,'logo_path':null,'name':'Medusa Distribuzione','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'}]","1981-04-24","0","93","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'it','name':'Italiano'}]","Released","Banned in 31 countries!","Cannibal Ferox","false","5.4","93" +"false","/wwnrt4JclIW5P4jaWnINziGrdmo.jpg","null","35000000","[{'id':35,'name':'Comedy'}]","","10276","tt0103241","en","What About Bob?","Before going on vacation, self-involved psychiatrist Dr. Leo Marvin has the misfortune of taking on a new patient: Bob Wiley. An exemplar of neediness and a compendium of phobias, Bob follows Marvin to his family's country house. Dr. Marvin tries to get him to leave; the trouble is, everyone loves Bob. As his oblivious patient makes himself at home, Dr. Marvin loses his professional composure and, before long, may be ready for the loony bin himself.","8.68","/fopJnM6MCZilYM6nRpglWdFndt1.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':8830,'logo_path':null,'name':'Touchwood Pacific Partners 1','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1991-05-17","63710000","100","[{'iso_639_1':'en','name':'English'}]","Released","Bob's a special kind of friend. The kind that drives you crazy!","What About Bob?","false","6.8","380" +"false","/2Tksu4YRofpEk8uw3bB5TCKLflw.jpg","{'id':87631,'name':'The Musketeers Collection','poster_path':'/kaRcbucpuJzVYqiu0fLg0qKdrS8.jpg','backdrop_path':null}","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","2926","tt0072281","en","The Three Musketeers","The young D'Artagnan arrives in Paris with dreams of becoming a king's musketeer. He meets and quarrels with three men, Athos, Porthos, and Aramis, each of whom challenges him to a duel. D'Artagnan finds out they are musketeers and is invited to join them in their efforts to oppose Cardinal Richelieu, who wishes to increase his already considerable power over the king. D'Artagnan must also juggle affairs with the charming Constance Bonancieux and the passionate Lady De Winter, a secret agent for the cardinal.","7.611","/6qjW1e31k2XhcWpzGz6lgHcRt5W.jpg","[{'id':1262,'logo_path':null,'name':'Film Trust S.A.','origin_country':''},{'id':1264,'logo_path':null,'name':'Alexander Salkind','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1973-12-11","0","105","[{'iso_639_1':'en','name':'English'}]","Released",". . . One for All and All for Fun!","The Three Musketeers","false","7","106" +"false","/jcQdwJqP7UB4Kf98iZIQ6lMtYJH.jpg","null","0","[{'id':18,'name':'Drama'}]","","16858","tt0078754","en","All That Jazz","Joe Gideon is at the top of the heap, one of the most successful directors and choreographers in musical theater. But he can feel his world slowly collapsing around him - his obsession with work has almost destroyed his personal life, and only his bottles of pills keep him going.","6.982","/x4ppWRGH3pfVmEsbNC8UhvZVswd.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1979-12-20","37823676","123","[{'iso_639_1':'en','name':'English'}]","Released","All that work. All that glitter. All that pain. All that love. All that crazy rhythm. All that jazz.","All That Jazz","false","7.4","149" +"false","/7gAEi4gFxxo01eVqFOP0WP8gDin.jpg","{'id':426370,'name':'The Wog Boy Collection','poster_path':'/m64ajcjKEZANT63kOqeTlJOzeSl.jpg','backdrop_path':'/qjouZ4HddHXpwTAsxwjdWl9eXaD.jpg'}","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","http://www.kingsofmykonos.com.au/","45715","tt1457766","en","The Kings of Mykonos","Things haven't been going well for Steve 'The Wog Boy' Karamitsis. His one true love???a '69 Valiant Pacer???and all his assets have just been seized by Federal Police because he trusted the shady Tony the Yugoslav, and Steve's best mate Frank has lost his touch with the ladies after a messy divorce. But fortune favours the 'Wog' when Steve discovers that he's inherited a beach on the Greek resort island of Mykonos from an uncle he never met???a beach worth millions.","1.633","/zECJSGIDhuwUIItjc1g8yeoOHFE.jpg","[]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'GR','name':'Greece'}]","2010-05-20","0","97","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'el','name':'????????????????'}]","Released","It's a Wog Life","The Kings of Mykonos","false","5.5","13" +"false","/aVDIOLnuxJoOr546V82nkozSyB0.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","31923","tt0100911","en","Welcome Home, Roxy Carmichael","Movie star Roxy Carmichael is abandoning the bright lights of Hollywood, Calif. and returning to her small Ohio hometown -- at least long enough to dedicate a city building. And now the whole town of Clyde is bracing for Carmichael's return, most of all her now-married old flame Denton Webb and troubled teen Dinky Bossetti. An orphan with few friends, Dinky is convinced that Carmichael is her birth mother, and that the actress will reclaim her when she returns.","3.414","/774bDgRxf7TfNu6E55xBEcw0lME.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':51277,'logo_path':null,'name':'ITC Entertainment Group','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1990-10-12","3989297","95","[{'iso_639_1':'en','name':'English'}]","Released","She doesn't want much. Just a whole new life.","Welcome Home, Roxy Carmichael","false","6.4","43" +"false","/gDmXB6P8kxpHo1qC2Hi2lxvOMT5.jpg","null","0","[{'id':35,'name':'Comedy'}]","","19357","tt0090098","en","Summer Rental","Jack Chester, an overworked air traffic controller, takes his family on vacation to the beach. Things immediately start to go wrong for the Chesters, and steadily get worse. Jack ends up in a feud with a local yachtsman, and has to race him to regain his pride and family's respect.","4.65","/yBbMF9IGzVtmKDdEUD5FOrAUwRf.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-08-09","24689703","87","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Life is a beach.","Summer Rental","false","6.4","64" +"false","","null","0","[{'id':80,'name':'Crime'}]","","296012","tt0221297","en","Frozen With Fear","Katherine Sullivan, an acute agoraphobic, witnesses the murder of her husband and speaks with the investigating detective. Then both the body and the detective disappear. Katherine hires private investigator Jack Mize to figure out, only Mize isn't so sure Katherine's version of reality is the truth...","1.4","/llEDcLjQqjaJdS8JfZGzi8isvcF.jpg","[{'id':1070,'logo_path':null,'name':'Milagro Films','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2001-06-06","0","86","[{'iso_639_1':'en','name':'English'}]","Released","","Frozen With Fear","false","5.1","6" +"false","/lK0QUQVs8ywBZ0WSjDu9Qu1nciy.jpg","null","2200000","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","442947","tt5618752","ru","??????????????","Loosely inspired by Dostoyevsky???s short story A Gentle Creature about a woman who travels to a prison in a remote region to track down her incarcerated husband.","2.385","/8EfNuERL9weFWblnMUabinB2Gwb.jpg","[{'id':94,'logo_path':'/huC7HqorvUThGIrENrbcHmQVUA0.png','name':'ARTE France Cin??ma','origin_country':'FR'},{'id':7777,'logo_path':'/vd6oWpxQXyaeWGfm0A5SnJi8pyo.png','name':'Slot Machine','origin_country':'FR'},{'id':32473,'logo_path':null,'name':'Graniet Film','origin_country':'NL'},{'id':48496,'logo_path':null,'name':'Studio Uljana Kim','origin_country':''},{'id':89928,'logo_path':'/2YWbDh8M0QzX2vx4eojaK0zSetd.png','name':'Wild At Art','origin_country':'NL'},{'id':89929,'logo_path':null,'name':'Solar Media Entertainment','origin_country':''},{'id':32536,'logo_path':'/zVBXUgux1SxaX9LlCtos0MH1q05.png','name':'LOOKS','origin_country':'DE'},{'id':94919,'logo_path':null,'name':'GP Cinema Company','origin_country':''},{'id':726,'logo_path':null,'name':'Haut et Court','origin_country':''},{'id':116461,'logo_path':null,'name':'Potemkine Films','origin_country':''},{'id':109618,'logo_path':null,'name':'Atoms & Void','origin_country':'NL'},{'id':88876,'logo_path':null,'name':'Film Angels Studio','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'NL','name':'Netherlands'},{'iso_3166_1':'LV','name':'Latvia'},{'iso_3166_1':'LT','name':'Lithuania'},{'iso_3166_1':'RU','name':'Russia'},{'iso_3166_1':'UA','name':'Ukraine'}]","2017-08-16","0","142","[{'iso_639_1':'ru','name':'P????????????'}]","Released","","A Gentle Creature","false","6.9","20" +"false","/iOpO8U3WW4hQVIO82Hw9An8HCfo.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","44946","tt1524131","en","Knucklehead","The film centers on a fight promoter (Mark Feuerstein) deeply in debt to his crooked rival. Desperate for a new fighter that will help him win back everything he owes, the promoter catches a break when a 450-pound church handyman (Paul ""Big Show"" Wight) who has spent his entire life in an orphanage agrees to wrestle on behalf of his fellow orphans.","1.974","/lA3DDSkS3NN06R127kJMajpjznC.jpg","[{'id':10339,'logo_path':'/oiIi36MaWXwvvHWX5eojoE2Fiyv.png','name':'WWE Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-10-22","0","100","[{'iso_639_1':'en','name':'English'}]","Released","","Knucklehead","false","4.9","22" +"false","/1XypfJSrCpRHw7hXWVkykbC8eea.jpg","null","0","[{'id':80,'name':'Crime'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://bassentertainmentpictures.com/killspeed.php","47467","tt1027683","en","Kill Speed","KILL SPEED is a high-octane, youth oriented, TOP GUN meets FAST & FURIOUS tale about best friends who fly home-built, high-tech planes to deliver Mexican manufactured crystal meth throughout rural California in order to fund their Hollywood, rock-star lifestyle.","1.519","/uGxaBraHQISdJM3XaXrRuQNymWh.jpg","[{'id':9320,'logo_path':'/5tDzkdxs1YT69Sm1uN6CjIUQ8GR.png','name':'Bass Entertainment Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-07-02","0","113","[{'iso_639_1':'en','name':'English'}]","Released","Live Fast Or Die Trying","Kill Speed","false","4.5","17" +"false","/qFPSDlIZFeQEA3a1BqNNHgkGqBW.jpg","null","0","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':36,'name':'History'}]","","30628","tt0208298","en","The Miracle Maker","A mother and father in search of help for their sick daughter cross paths with an extraordinary carpenter named Jesus, who has devoted his life to spreading God's word. An amazing miracle brings to light the true meaning of Christ, and the sacrifices he endured for the deliverance of mankind. A compelling story of faith, trust, and devotion.","1.884","/dNilrrl9fmxN1KA5LlCtgPeMfsa.jpg","[{'id':5074,'logo_path':null,'name':'Cartwn Cymru','origin_country':''},{'id':5075,'logo_path':null,'name':'Sianel 4 Cymru (S4C)','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'RU','name':'Russia'}]","2000-03-31","0","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","The Miracle Maker","false","6","15" +"false","/rLLZkRrS8SJFVMrcOnlOEORTzXx.jpg","null","0","[{'id':99,'name':'Documentary'}]","","30140","tt0307385","en","Rivers and Tides","Portrait of Andy Goldsworthy, an artist whose specialty is ephemeral sculptures made from elements of nature.","1.329","/nacr1Xj8tJroyVJKzPtdtgApphj.jpg","[{'id':5975,'logo_path':'/vvjgoKygWWYZvYyidT3RmOCq5If.png','name':'YLE','origin_country':'FI'},{'id':23617,'logo_path':null,'name':'Mediopolis Film- und Fernsehproduktion','origin_country':''},{'id':94042,'logo_path':null,'name':'Skyline Productions','origin_country':''},{'id':46,'logo_path':null,'name':'Westdeutscher Rundfunk (WDR)','origin_country':'DE'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'FI','name':'Finland'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2001-02-13","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Rivers and Tides","false","7.4","20" +"false","/pxCX5C7feCegEvPiV5UTcMxzjOD.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","60011","tt1173687","en","The Bang Bang Club","In the early to mid '90s, when the South African system of apartheid was in its death throes, four photographers - Greg Marinovich, Kevin Carter, Ken Oosterbroek and Jo??o Silva - bonded by their friendship and a sense of purpose, worked together to chronicle the violence and upheaval leading up to the 1994 election of Nelson Mandela as president. Their work is risky and dangerous, potentially fatally so, as they thrust themselves into the middle of chaotic clashes between forces backed by the government (including Inkatha Zulu warriors) and those in support of Mandela's African National Congress.","4.009","/xBZzXau09grgVOi8bYoEjmMaW3F.jpg","[{'id':719,'logo_path':null,'name':'Film Foundry Partners','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'ZA','name':'South Africa'}]","2010-09-15","0","106","[{'iso_639_1':'xh','name':''},{'iso_639_1':'en','name':'English'},{'iso_639_1':'af','name':'Afrikaans'},{'iso_639_1':'zu','name':'isiZulu'}]","Released","Sometimes you get too close","The Bang Bang Club","false","6.8","80" +"false","/mIuuYziWcWZjI5T5C53e10kMMxd.jpg","null","4000000","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","30388","tt1075749","en","Reykjavik Whale Watching Massacre","An epic tale about a group of whale watchers, whose ship breaks down and they get picked up by a whale fisher vessel. The Fishbillies on the vessel has just gone bust, and everything goes out of control.","1.842","/jFD5xNv3tAVbKZMVKOGUpkjQbHr.jpg","[{'id':6339,'logo_path':'/ufP8NkiJ9ScGLIKz7J25xKtmVvX.png','name':'Solar Films','origin_country':'FI'},{'id':21446,'logo_path':null,'name':'Film and Music Entertainment (F&ME)','origin_country':'GB'},{'id':14988,'logo_path':null,'name':'Icelandic Filmcompany','origin_country':''}]","[{'iso_3166_1':'IS','name':'Iceland'}]","2009-09-04","0","84","[{'iso_639_1':'en','name':'English'}]","Released","","Reykjavik Whale Watching Massacre","false","5.1","21" +"false","/g3YjgUNBwtztrbTRrawPsek9ShP.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':27,'name':'Horror'}]","","140394","tt0094671","en","Apprentice to Murder","Fire-and-brimstone preacher sees Satan everywhere, trains gullible young boy to ""detect"" evil, and the two of them commit several murders in the name of Jesus. Based on a true story.","1.273","/kr3f9C3pzLLrgi7M83oueGOfS1E.jpg","[{'id':114765,'logo_path':null,'name':'Hot International A/S','origin_country':''},{'id':114766,'logo_path':null,'name':'K/S LLF Productions','origin_country':''},{'id':1950,'logo_path':null,'name':'New World Pictures','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'NO','name':'Norway'},{'iso_3166_1':'US','name':'United States of America'}]","1988-02-26","0","97","[{'iso_639_1':'en','name':'English'}]","Released","","Apprentice to Murder","false","5.5","4" +"false","/8R7vPiYAS6s9Vwg4JBCIUHLkNPA.jpg","null","0","[{'id':99,'name':'Documentary'}]","https://www.surroundinggamemovie.com/","375860","tt3973724","en","The Surrounding Game","Born from the simplest rules, the ancient game of Go is the most complex and elegant game ever discovered. For thousands of years, masters and disciples have passed the game down as a window to the human mind. Now, for the first time, a group of Americans enter the ring, in search of a prodigy who will change the game forever.","0.641","/qKOp85iDsUOzNMZunFF0JnK0RGW.jpg","[]","[{'iso_3166_1':'KR','name':'South Korea'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'JP','name':'Japan'}]","2018-02-15","0","97","[{'iso_639_1':'ko','name':'?????????/?????????'},{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'en','name':'English'}]","Released","Behind each move lies a world unknown","The Surrounding Game","false","8.3","3" +"false","/gdGcsXsgvDJLxfHcv9d8bYqpQey.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","http://www.cupmovie.com.au","77716","tt1650056","en","The Cup","At the heart of this true story is Damien Oliver, a young jockey who loses his only brother in a tragic racing accident, hauntingly reflecting of the way their father died 27 years earlier. After suffering through a series of discouraging defeats, Damien teams with Irish trainer Dermot Weld, and triumphs at the 2002 Melbourne Cup in one of the most thrilling finales in sporting history.","1.425","/lw31gADnsVN6pgHjbcuGUy0g21h.jpg","[{'id':7584,'logo_path':'/eGkfvvyf4fJTvBUR1xt1669IPA3.png','name':'Screen Australia','origin_country':'AU'},{'id':11601,'logo_path':null,'name':'Silver Lion Films','origin_country':''},{'id':11840,'logo_path':'/8oyCRYf6ezxB5h8HJIPVG8JjzgL.png','name':'Film Victoria','origin_country':'AU'},{'id':18942,'logo_path':'/dmtzEC5h21MTp8Lb6hcxnSdvMok.png','name':'Ingenious Broadcasting','origin_country':''},{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'}]","[{'iso_3166_1':'AU','name':'Australia'}]","2011-11-13","0","106","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Two brothers. One dream. The odds were incredible. And the story is true.","The Cup","false","5.1","7" +"false","/rJGPGKxSJQk84MAFIHcMveqDxhJ.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","65632","tt0059095","it","La decima vittima","In the near future, big wars are avoided by giving individuals with violent tendencies a chance to kill in the Big Hunt. The Hunt is the most popular form of entertainment in the world and also attracts participants who are looking for fame and fortune. It includes ten rounds for each competitor, five as the hunter and five as the victim.","2.701","/ivIYq9nKqK1tWD27RSYZv0HhaMG.jpg","[{'id':10000,'logo_path':null,'name':'Compagnia Cinematografica Champion','origin_country':''},{'id':1714,'logo_path':null,'name':'Les Films Concordia','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'FR','name':'France'}]","1965-12-01","0","92","[{'iso_639_1':'it','name':'Italiano'}]","Released","It's the 21st century and they have a licence to kill.","The 10th Victim","false","6.8","47" +"false","/1vG1a67bVyNG3gIEBwCPWdYF7gj.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.theeyeofthestorm.com.au/","98932","tt1600207","en","The Eye of the Storm","In a Sydney suburb, two nurses, Maria and Flora, a housekeeper, Lotte, and a solicitor, Arnold, attend to Elizabeth Hunter as her expatriate son Sir Basil, a famous but struggling actor in London, and daughter Dorothy, a divorced and down at heel princess, convene at her deathbed. They come to make sure they can leave Australia with their hefty inheritance.","2.155","/4lwCwxZn5GX8dJI4pa3rykv4qmn.jpg","[{'id':42767,'logo_path':null,'name':'Paper Bark Films Pty. Ltd.','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2011-09-07","0","114","[{'iso_639_1':'en','name':'English'}]","Released","","The Eye of the Storm","false","5.6","10" +"false","","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':53,'name':'Thriller'}]","","302444","tt2271327","en","Faith in Destiny","Stunning, stylish neo-noir about choice and coincidence... and how they define the trajectory of life. Killian commits armed robbery, gets caught, serves 4 years, gets out and returns to his life. Then he meets a mysterious girl who changes everything.","0.6","/6Kp6ofqYHTVrw7bk6nmQuc1pPYo.jpg","[]","[]","2012-10-18","0","82","[{'iso_639_1':'en','name':'English'}]","Released","","Faith in Destiny","false","0","0" +"false","/b09aDDoNiE33uvANuzrlU5roQZR.jpg","null","0","[{'id':10751,'name':'Family'},{'id':18,'name':'Drama'}]","","96999","tt1531914","en","Smitty","SMITTY is a family film about a rescue dog. When life gets tough for Ben, a friendly paw is all it takes to pull him through. Mischievous thirteen-year-old Ben is sent to his grandfather's farm for the summer, where he crosses paths with a lovable mutt. With help from the unlikely canine companion, Ben learns the importance of friendship, family and responsibility.","1.501","/wKSozn2WTHp64ZzkdG9wioA5gLy.jpg","[]","[]","2012-04-10","0","","[{'iso_639_1':'en','name':'English'}]","Released","","Smitty","false","5.4","5" +"false","","null","0","[]","","188588","tt0113612","en","Last Summer in the Hamptons","Filmed entirely on location in East Hampton, Long Island, ""Last Summer in the Hamptons"" concerns a large theatrical family spending the last weekend of their summer together at the decades-old family retreat which economic circumstances have forced them to put on the market. Victoria Foyt plays a young Hollywood actress whose visit wreaks havoc on the stellar group of family and friends - led by matriarch Viveca Lindfors and made up of an extraordinary mix of prominent New York actors, directors, and playwrights. In the course of a very unusual weekend, comic as well as serious situations arise, and the family's secrets - of which there are many - begin to unravel.","0.665","/qVCkkiAoxh5e1UIKJ4Uo6ILV8qA.jpg","[]","[]","1995-11-22","0","108","[]","Released","","Last Summer in the Hamptons","false","0","0" +"false","/wMiJPxdZ4avOtqijP62T6yR1wqo.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","http://www.supportthegirlsfilm.com","456086","tt6859352","en","Support the Girls","Lisa Conroy is general manager at a highway-side 'sports bar with curves', Double Whammies. She nurtures and protects her employees fiercely - but over the course of one trying day, her optimism is battered from every direction... Double Whammies sells a big, weird American fantasy, but what happens when reality pokes a bunch of holes in it?","6.713","/hXfwrs8g3pY4mmaO5WDAowWLqBg.jpg","[{'id':18346,'logo_path':'/vRQOTOMEohkoIfPNoDIZV0DfIwE.png','name':'Burn Later Productions','origin_country':'US'},{'id':66044,'logo_path':null,'name':'Houston King Productions','origin_country':'US'},{'id':110561,'logo_path':null,'name':'Slater Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-08-24","129124","91","[{'iso_639_1':'en','name':'English'}]","Released","","Support the Girls","false","5.9","45" +"false","/3GCj0pGJS182XDM5cGFDOiP5HOU.jpg","null","0","[{'id':99,'name':'Documentary'}]","https://www.rbgmovie.com/","493099","tt7689964","en","RBG","Justice Ruth Bader Ginsburg now 84, and still inspired by the lawyers who defended free speech during the Red Scare, Ginsburg refuses to relinquish her passionate duty, steadily fighting for equal rights for all citizens under the law. Through intimate interviews and unprecedented access to Ginsburg???s life outside the court, RBG tells the electric story of Ginsburg???s consuming love affairs with both the Constitution and her beloved husband Marty???and of a life???s work that led her to become an icon of justice in the highest court in the land.","8.853","/vIenhDe9DuvxODJOIpMjBheYlcS.jpg","[{'id':29605,'logo_path':'/bSjv2Cinm8LoadffAngaQek4WLW.png','name':'CNN Films','origin_country':'US'},{'id':18580,'logo_path':null,'name':'Storyville Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-05-04","2002767","96","[{'iso_639_1':'en','name':'English'}]","Released","Hero. Icon. Dissenter.","RBG","false","7.9","103" +"false","/wqKKYADySBCXx1PTH8kEQ4qcrc.jpg","null","0","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':35,'name':'Comedy'}]","http://www.kdt.film.de/","50135","tt1620449","de","Konferenz der Tiere","A group of animals waiting for the annual flood they rely on for food and water discover that the humans, who have been destroying their habitats have built a dam for a leisure resort. The animals endeavour to save the delta and send a message to the humans not to interfere with nature.","6.906","/tAlZp5pTUBFfE8qYBdzUEOg45fi.jpg","[{'id':5755,'logo_path':'/53JWq1rzbAXzbh1rnFo3XdqsAUh.png','name':'Constantin Film Produktion','origin_country':''},{'id':8104,'logo_path':null,'name':'Ambient Entertainment GmbH','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'}]","2010-10-07","0","93","[{'iso_639_1':'de','name':'Deutsch'}]","Released","","Animals United","false","5.4","142" +"false","/xLAwr3l2JLXKOckH586U5wxHU91.jpg","null","0","[{'id':27,'name':'Horror'}]","","104528","tt0074419","en","Dogs","A pack of domesticated dogs go on a killing spree in southern California.","1.429","/3JyNuNEoidno3ZecfYgbPJIboYZ.jpg","[{'id':23156,'logo_path':null,'name':'Bruce Cohn Productions','origin_country':''},{'id':12859,'logo_path':null,'name':'Mar Vista Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1976-11-11","0","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Don't Pet Them ... Fear Them!","Dogs","false","4.7","3" +"false","/uFPub6JjLi8IZbgZmecS2VI2kCC.jpg","null","0","[{'id':35,'name':'Comedy'}]","","471860","tt3766382","en","Public Disturbance","Feature film inspired by the pranks performed by the comedy troupe The Janoskians.","2.607","/1hVjwCDRa01fSh27nmXXrc1VGMa.jpg","[]","[]","2018-08-28","0","","[{'iso_639_1':'en','name':'English'}]","Released","","Public Disturbance","false","6.1","6" +"false","/mRrM3ni71fdCbKnhRkl8S5HX279.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.theturningmovie.com.au/","199570","tt2322641","en","The Turning","Seventeen talented Australian directors from diverse artistic disciplines each create a chapter of the hauntingly beautiful novel by multi award-winning author Tim Winton. The linking and overlapping stories explore the extraordinary turning points in ordinary people???s lives in a stunning portrait of a small coastal community. As characters face second thoughts and regret, relationships irretrievably alter, resolves are made or broken, and lives change direction forever.","2.159","/lyaWZzDnLR7r2I6MrRcC04yEd5j.jpg","[{'id':15780,'logo_path':null,'name':'Arenamedia','origin_country':''},{'id':7584,'logo_path':'/eGkfvvyf4fJTvBUR1xt1669IPA3.png','name':'Screen Australia','origin_country':'AU'}]","[{'iso_3166_1':'AU','name':'Australia'}]","2013-09-25","0","180","[{'iso_639_1':'en','name':'English'}]","Released","A unique cinema event.","The Turning","false","5.7","12" +"false","/tNkThd2mzBkg7plEe76vUxiBWbL.jpg","{'id':206559,'name':'StreetDance Collection','poster_path':'/d0xdu3kaMbQ8FnJkfWI2tfpMATC.jpg','backdrop_path':'/mkqD8O0CJxaZf6V0ps2DyZee4HP.jpg'}","5773100","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","http://www.streetdancethemovie.co.uk/","41592","tt1447972","en","StreetDance 3D","In order to win the Street Dance Championships, a dance crew is forced to work with ballet dancers from the Royal Dance School in exchange for rehearsal space.","11.719","/oqWSenAtDQsWjMLVTMEDvcCtafU.jpg","[{'id':10393,'logo_path':'/7MazD0kppT5OzdumzDi5IFYNthO.png','name':'Vertigo Films','origin_country':'GB'},{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':12176,'logo_path':null,'name':'Little Gaddesden Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2010-05-19","18144030","98","[{'iso_639_1':'en','name':'English'}]","Released","","StreetDance 3D","false","6.2","195" +"false","/fibdK6LQ6EuKVa5e6DuHdVT48HV.jpg","null","0","[{'id':10402,'name':'Music'},{'id':18,'name':'Drama'}]","","30994","tt0092904","en","Dogs in Space","The place is Melbourne, Australia 1978. The punk phenomenon is sweeping the country and Dogs In Space, a punk group, are part of it. In a squat, in a dodgy suburb, live a ragtag collection of outcasts and don't-wanna-be's who survive on a diet of old TV space films, drugs and good music. And the satellite SKYLAB could crash through their roof at any moment...","1.2","/ovJN4iTHuYe43wHwoSYHEtmsCfq.jpg","[]","[{'iso_3166_1':'AU','name':'Australia'}]","1986-12-18","0","103","[{'iso_639_1':'en','name':'English'}]","Released","","Dogs in Space","false","6.1","8" +"false","/lWNkRgSdBvsZFeHzVLJpdn4vlrP.jpg","null","0","[{'id':18,'name':'Drama'}]","http://doyoutakethismanmovie.com","345916","tt4723724","en","Do You Take This Man","When a gay couple's impending wedding hits a snag, the grooms must rely on their friends and family to see them through.","0.977","/ddVPZgCrJisjMfqluy2yNn0M2i2.jpg","[{'id':56239,'logo_path':null,'name':'Modern Love','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-07-07","0","92","[{'iso_639_1':'en','name':'English'}]","Released","","Do You Take This Man","false","6","3" +"false","/2MY0YVvQOncQzlvsacD8oczoYtS.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://doyoutrustthiscomputer.org","516503","tt6152554","en","Do You Trust this Computer?","Science fiction has long anticipated the rise of machine intelligence, and today a new generation of self-learning computers has begun to reshape every aspect of our lives. Will A.I. usher in an age of unprecedented potential, or prove to be our final invention?","5.466","/5A82dIGS0zRjluLV1BaDQB3SR2I.jpg","[{'id':8746,'logo_path':null,'name':'Papercut Films','origin_country':''}]","[{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'US','name':'United States of America'}]","2018-04-05","0","78","[{'iso_639_1':'en','name':'English'}]","Released","","Do You Trust this Computer?","false","7.2","17" +"false","/rcME0nY9FHNmWSzTpDJDZ2a7yMp.jpg","null","0","[{'id':99,'name':'Documentary'}]","","412743","tt6674318","en","Bluefin","Bluefin is a tale of epic stakes set in ???the tuna capital of the world.??? In North Lake, Prince Edward Island, filmmaker John Hopkins tries to shed light on a baffling mystery: normally wary bluefin tuna no longer fear humans, and no one is quite sure why. Astonished Island fishermen and scientists offer conflicting explanations for the bluefin???s puzzling behaviour. One thing is certain: this great resurgence of gigantic tuna flies in the face of scientific assessments claiming that endangered stocks are down by 90 percent.","0.6","/7mqDJRpJGiPfn7wMXxYGWHL6gI0.jpg","[]","[]","2017-09-29","0","53","[]","Released","","Bluefin","false","7","2" +"false","/aaISP3nSy6GGtPPOavzaqw0Zg7N.jpg","null","0","[{'id':18,'name':'Drama'}]","","537617","tt6782276","en","The Padre","American retired Judge Randall Nemes and his hired gun, Gaspar, track down a con man posing as a priest in a small Colombian town only to be thrown off-course by a scrappy 16-year-old girl intent on reuniting with her sister in the United States.","4.522","/zaj41iC7bRdouW2xnL9shBKR0kl.jpg","[{'id':5486,'logo_path':'/gDkL1DKC1IaXToq7APrT8vBXK4y.png','name':'Darius Films','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2018-09-28","0","98","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'de','name':'Deutsch'}]","Released","Revenge has a price","The Padre","false","6.2","23" +"false","/jqoGbSNsl5aO3JzeoWEf6EDoncD.jpg","null","16000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","http://www.superfly.movie","500475","tt7690670","en","SuperFly","Career criminal Youngblood Priest wants out of the Atlanta drug scene, but as he ramps up sales, one little slip up threatens to bring the whole operation down before he can make his exit.","10.345","/gGk9H5PVpWzbsYkmnBeKevQkwwf.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':1885,'logo_path':'/xlvoOZr4s1PygosrwZyolIFe5xs.png','name':'Silver Pictures','origin_country':'US'},{'id':34,'logo_path':'/GagSvqWlyPdkFHMfQ3pNq6ix9P.png','name':'Sony Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-06-13","20545116","107","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Redefine the hussle","SuperFly","false","6.5","120" +"false","/n6qpAFdKxTaAq6Z32iAPXLjAg0b.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://www.chipbakerfilms.com/index.php/work/documentaries/4-sad-vacation","424580","tt3691270","en","Sad Vacation","The final days of Nancy Spungen and Sid Vicious are explored.","0.637","/2dSeieCD76mo5Nny7kz4jr7OiuA.jpg","[]","[]","2016-07-25","0","","[]","Released","","Sad Vacation","false","8","1" +"false","/xsS8dAFnIKlKkRLAezXWTeOQPd4.jpg","null","0","[{'id':18,'name':'Drama'}]","","451764","tt5200368","en","Romans","An adult victim of childhood sexual abuse confronts the horrors of his past","1.714","/zFRv0eqmiDpJ7nAUXCPSrVPgVfi.jpg","[]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-12-21","0","91","[{'iso_639_1':'en','name':'English'}]","Released","","Romans","false","6.7","7" +"false","/qbBKMKImD45xW074ZukNJfSpqWR.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","359156","tt1167611","it","Non essere cattivo","A story set in the 90s and in the outskirts of Rome to Ostia. A world where money, luxury cars, night clubs, cocaine and synthetic drugs are easy to run. A world in which Vittorio and Cesare, in their early twenties, act in search of their success.","7.487","/9lISVHVDNMmZKHR2SmdezExU5g4.jpg","[{'id':45724,'logo_path':null,'name':'Taodue Film','origin_country':''},{'id':17842,'logo_path':null,'name':'Kimera Film','origin_country':''},{'id':2683,'logo_path':'/mOL2WcHtox2urbUf1oJvjw7kz01.png','name':'Rai Cinema','origin_country':'IT'}]","[{'iso_3166_1':'IT','name':'Italy'}]","2015-09-08","0","100","[{'iso_639_1':'it','name':'Italiano'}]","Released","","Don't Be Bad","false","7.9","443" +"false","","null","0","[{'id':27,'name':'Horror'}]","http://www.nocturnefilm.com","422761","tt4877606","en","Nocturne","A girl running from her past is forced to confront her future when her friends perform an impromptu seance. Dirty secrets are revealed and an uninvited guest joins the party.","1.4","/kVHyeoRhPWyx9e8zRUwt2d86TYu.jpg","[{'id':95330,'logo_path':null,'name':'Petty Cash Pictures','origin_country':''},{'id':49760,'logo_path':null,'name':'Escapology','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-07-25","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Nocturne","false","5.5","6" +"false","/7w0BNBDmK1ldfa311vLNVXSOFi5.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10770,'name':'TV Movie'}]","https://www.hbo.com/specials/drew-michael","539985","tt8563704","en","Drew Michael","Comedian Drew Michael is taking the stage and is holding nothing back in his first HBO stand-up special, in which he navigates his fears, anxieties and insecurities in an unconventional stand-up setting. Michael???s darkly comic, stream-of-consciousness monologue raises questions of identity, narrative, self-awareness and the limits of the medium itself.","2.103","/6x9dCWjlpQXhrNM8RHaqXLKZh1.jpg","[{'id':3268,'logo_path':'/tuomPhY2UtuPTqqFnKMVHvSb724.png','name':'HBO','origin_country':'US'},{'id':41077,'logo_path':'/1ZXsGaFPgrgS6ZZGS37AqD5uU12.png','name':'A24','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-08-25","0","50","[{'iso_639_1':'en','name':'English'}]","Released","","Drew Michael","false","7","3" +"false","/jJg1RRDEE2KwfoZD8kXwYCvPAIj.jpg","null","12000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","25723","tt0117276","en","Overnight Delivery","A man suspects his girlfriend of being unfaithful. So he sends her a letter, but than finds out that he was wrong. He has 24 hours to stop the package, prevent a disaster, and fall in love. The only problem is the delivery man will not stop until the package has been delivered.","3.573","/7YqsZ0qNBBtaE58upvdcDOGMZey.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':2090,'logo_path':'/jYlUttNqcN5u1pzMQrh5AEhZ27t.png','name':'Motion Picture Corporation of America','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-04-07","0","87","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","They've got 24 hours to stop a package, prevent a disaster, and fall in love.","Overnight Delivery","false","6","43" +"false","/hLbJd0JjYQobeTITmg8lcJetkn8.jpg","null","10000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","13153","tt0105219","en","Rapid Fire","College student Jake Lo is pursued by smugglers, mobsters and crooked federal agents after he witnesses a murder by a Mafia kingpin.","6.136","/9b5mqzzHU3y7rGJU5IWfTU2ZMR2.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'TH','name':'Thailand'},{'iso_3166_1':'US','name':'United States of America'}]","1992-07-24","14356479","95","[{'iso_639_1':'en','name':'English'}]","Released","Unarmed and extremely dangerous!","Rapid Fire","false","6.2","68" +"false","/9ZMD2g5rVtXo0qSCmHomAHOnEG6.jpg","null","40000000","[{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","http://www.childrenofhuangshi.com/","13405","tt0889588","zh","???????????????","About young British journalist, George Hogg, who with the assistance of a courageous Australian nurse, saves a group of orphaned children during the Japanese occupation of China in 1937.","6.637","/uN37F4H1HiP5rbKZCPFQQ34dqtY.jpg","[{'id':1380,'logo_path':null,'name':'Australian Film Finance Corporation','origin_country':'AU'},{'id':9206,'logo_path':null,'name':'Zero Fiction Film','origin_country':''},{'id':74695,'logo_path':null,'name':'Ming Productions','origin_country':''},{'id':78322,'logo_path':null,'name':'Bluewater Pictures','origin_country':''},{'id':86061,'logo_path':null,'name':'Cheerland Entertainment Organization','origin_country':''}]","[{'iso_3166_1':'CN','name':'China'}]","2008-07-03","7785317","125","[{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'en','name':'English'}]","Released","War made them orphans, one man made them legends","The Children of Huang Shi","false","6.8","75" +"false","/iXD2NS4C0wl5W2JhZ78n6NmaruK.jpg","null","15000000","[{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","18681","tt0120662","en","Eye of the Beholder","A reclusive surveillance expert is hired to spy on a mysterious blackmailer, who just may be a serial killer.","4.549","/8HqoPlkABscGIUUrv5DBq7SLdKm.jpg","[{'id':769,'logo_path':null,'name':'Destination Films','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'GB','name':'United Kingdom'}]","1999-09-04","0","109","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Obsession is in the eye of the beholder.","Eye of the Beholder","false","5","68" +"false","/vYmSsAybYEk2nORi5FHHtmfPvGB.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","10544","tt0277941","en","Ned Kelly","After getting threatened by Kelly's friends and family, Constable Fitzpatrick places the blame on Ned Kelly and exaggerates what happened. With the biggest ever award available, Kelly and his gang set into the wild, to remain hidden from everyone who seeks them. Even if it means having his family arrested, the members of the Kelly Gang stay hidden and plan a way to get their names cleared.","7.539","/xmGQsMbXKELzD4n78uMoCsgJPi4.jpg","[{'id':53042,'logo_path':null,'name':'Woss Group Film Productions','origin_country':''},{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'},{'id':7887,'logo_path':null,'name':'Endymion Films','origin_country':''},{'id':53041,'logo_path':null,'name':'WTA','origin_country':''},{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'},{'id':417,'logo_path':'/w7d3hoHQaC0XwjrxEG1yPeuUhu5.png','name':'Australian Film Commission','origin_country':'AU'},{'id':1380,'logo_path':null,'name':'Australian Film Finance Corporation','origin_country':'AU'}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2003-03-22","6585516","110","[{'iso_639_1':'en','name':'English'}]","Released","The British Empire branded them as outlaws. The oppressed called them heroes.","Ned Kelly","false","6.1","181" +"false","/7CUPenZpmaHzSfVkgUQRXVXRLpA.jpg","null","0","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","11099","tt0364343","en","The Final Cut","Set in a world with memory implants, Alan Hakman is a 'cutter'???someone with the power of final edit over people's recorded histories???but his latest assignment puts him in great danger.","9.384","/8YPAz6LdWatGQWhZkGCxSWUzPNt.jpg","[{'id':35,'logo_path':'/wxrHa3nZ1K4zo65p56991INkGo6.png','name':'Lions Gate Films','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2004-10-15","548039","95","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","In the end, he sees everything.","The Final Cut","false","6.1","310" +"false","/lXrMAba2gs9fxVrpOuvHNTLswp1.jpg","null","35000000","[{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","15213","tt0430779","en","Everyone's Hero","A boy begins a grand journey to return Babe Ruth's baseball bat before the deciding game of the 1932 World Series comes to a close.","7.402","/8pWPBlTuOJwBfLTqQceADLUhqTl.jpg","[{'id':101154,'logo_path':null,'name':'Dan Krech Productions','origin_country':''},{'id':4279,'logo_path':null,'name':'IDT Entertainment','origin_country':''},{'id':10280,'logo_path':null,'name':'Arc Productions','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2006-09-15","16627188","87","[{'iso_639_1':'en','name':'English'}]","Released","No matter where life takes you, always keep swingin'","Everyone's Hero","false","5.6","94" +"false","/4u4Q70Wvdi6FHNUtsC3BFhR4FZd.jpg","{'id':219691,'name':'I Spit on Your Grave Collection','poster_path':'/twoKFP4fjfOReWw8U13P39cj8xG.jpg','backdrop_path':'/y0UVHxtgIT1TtArCibBtk7wKnfT.jpg'}","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'},{'id':80,'name':'Crime'}]","","207768","tt2537176","en","I Spit on Your Grave 2","Naturally beautiful, Katie has just settled into New York where she, like many other young women, is trying to make it as a model. But what starts out as an innocent and simple photo shoot soon turns into something disturbingly unthinkable! Raped, tortured and kidnapped to a foreign country, Jessica is buried alive and left to die. Against all odds, she manages to escape. Severely injured, she will have to tap into the darkest places of the human psyche to not only survive, but to exact her revenge???","9.446","/5gM5nslul301XNHzQ9DpVxhGnLn.jpg","[{'id':10399,'logo_path':null,'name':'CineTel Films','origin_country':'US'}]","[{'iso_3166_1':'BG','name':'Bulgaria'},{'iso_3166_1':'US','name':'United States of America'}]","2013-08-25","809","106","[{'iso_639_1':'bg','name':'?????????????????? ????????'},{'iso_639_1':'en','name':'English'}]","Released","","I Spit on Your Grave 2","false","6.1","472" +"false","/bbGsjRmNGhSxMkMltlZ48O9d1kj.jpg","null","5000000","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","132137","tt1987028","en","Werewolf: The Beast Among Us","Set in a 19th century village, a young man studying under a local doctor joins a team of hunters on the trail of a wolf-like creature.","5.849","/86O7jvV6GVslbTYbp9dPwuE5e8w.jpg","[{'id':17009,'logo_path':'/ssowAxOrrqsSR2CKeiytOXwLoCW.png','name':'Universal 1440 Entertainment','origin_country':'US'},{'id':17008,'logo_path':null,'name':'CC Capital Arts Entertainment SRL','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-10-09","0","93","[{'iso_639_1':'en','name':'English'}]","Released","","Werewolf: The Beast Among Us","false","5.5","87" +"false","","null","0","[{'id':9648,'name':'Mystery'},{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","47062","tt0133142","sk","Panna z??zra??nica","A film adaptation of the novelette of the same title written by Dominik Tatarka depicts the life of a young generation of artists that was formed in Slovakia during the war. Anabella, a young and beautiful girl meets a group of artists. She awakens their erotic desires but also pure feelings of love; she becomes the object of their secret fantasies as well as their artistic inspiration. And it seems that the boundaries between reality and fantasy suddenly cease to exist.","0.6","/7Fh8uYOF91sNWMoxLKWJ6smeWcw.jpg","[{'id':18399,'logo_path':null,'name':'??t??dio hran??ch filmov Bratislava','origin_country':''},{'id':12513,'logo_path':null,'name':'Filmov?? Studio Bratislava','origin_country':''}]","[{'iso_3166_1':'SK','name':'Slovakia'}]","1967-01-20","0","93","[{'iso_639_1':'sk','name':'Sloven??ina'}]","Released","","Miraculous Virgin","false","4","2" +"false","/mo74Ns8wqqiacUsVX08aiZchkcR.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","512926","tt7138894","en","Against The Night","A group of friends sneak into an abandoned prison with the intention of making a ghost hunting video, until they start to go missing one by one.","6.386","/t28BqgsQqwsgwTge37InGTshySQ.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-09-15","0","85","[{'iso_639_1':'en','name':'English'}]","Released","","Against The Night","false","5.3","7" +"false","/z3DNDiKtXBufTsNIU6Fox1JxkMr.jpg","null","0","[{'id':27,'name':'Horror'}]","","54121","tt0084694","en","The Slayer","Siblings, Eric & his surreal artist sister Kay, her doctor husband David, her sister-in-law Brooke along with pilot Marsh become stranded on a rugged isle face off against a supernatural beast drawn to Kay who dreams of its killings.","0.994","/eqqcGmZAA5XRffrHcEvoK7q1I0l.jpg","[{'id':3607,'logo_path':null,'name':'The International Picture Show Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1982-10-08","0","80","[{'iso_639_1':'en','name':'English'}]","Released","She searched through the dark corridors of the unknown only to find ... The Slayer","The Slayer","false","4.9","17" +"false","/cDlVwqzcis340gBoeioCPP4fhod.jpg","null","0","[{'id':37,'name':'Western'}]","","21242","tt0067921","en","Valdez Is Coming","A Mexican-American sheriff must resort to violence against a powerful rancher in order to get just compensation for the pregnant Indian widow of a wrongly killed black man.","2.259","/yZSxKGUlHeWCARZkT6sGFllhujd.jpg","[{'id':12266,'logo_path':null,'name':'Norlan Productions','origin_country':''},{'id':60963,'logo_path':null,'name':'Ira Steiner Productions','origin_country':''}]","[{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'US','name':'United States of America'}]","1971-04-09","0","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","They Tore His Body. They Buried His Pride. But They Forgot His Old Uniform, His Sharp Knife and His Buffalo Gun. Find Tanner, El Segundo and the 16 Others. And Tell Them Valdez Is Coming.","Valdez Is Coming","false","5.5","23" +"false","/A5gsS3OZsQFdFLP3xip91rbiZ6J.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':27,'name':'Horror'}]","","39973","tt0077945","it","La montagna del dio cannibale","A girl and her brother fly to New Guinea to look for a lost expedition, led by her husband, which has vanished in the great jungle.","4.57","/9l5LRfNkWzxzNOFRJt7E5PYDO90.jpg","[{'id':1701,'logo_path':null,'name':'Dania Film','origin_country':''},{'id':15868,'logo_path':null,'name':'Medusa Distribuzione','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'}]","1978-05-23","0","99","[{'iso_639_1':'it','name':'Italiano'}]","Released","When the price of lust is death..!","Slave of the Cannibal God","false","5.4","35" +"false","/1jlgsTRedIVKvKM8evme3mrL8jb.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':27,'name':'Horror'}]","","50497","tt1743993","en","When the Lights Went Out","Yorkshire, 1974, the Maynard family moves into their dream house. It's a dream that quickly descends into a panic stricken nightmare as the family discovers a horrifying truth, a truth that will make the history books. The house is already occupied by the most violent poltergeist ever documented, a poltergeist that will tear you from your bed as you sleep and drag you helplessly into the darkness.","5.031","/snDr746dBoqy6EsI5s1AxL5tyna.jpg","[{'id':1490,'logo_path':null,'name':'Kintop Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2012-01-31","0","86","[{'iso_639_1':'en','name':'English'}]","Released","Set in 1974 and based on true events.","When the Lights Went Out","false","5.8","67" +"false","/9jUVwqMjD7vZcx1YsXKMmQ7UACU.jpg","{'id':12077,'name':'St. Trinian's Collection','poster_path':'/siu1m6v3zhW0DM6w5qBvvc14eCf.jpg','backdrop_path':'/8ZB31bmNPtldnpm5anQlFHAnCe0.jpg'}","0","[{'id':35,'name':'Comedy'},{'id':12,'name':'Adventure'}]","","37565","tt1210106","en","St Trinian's 2: The Legend of Fritton's Gold","The girls of St. Trinians are on the hunt for buried treasure after discovering headmistress Miss Fritton is related to a famous pirate.","8.831","/qJQzjhBeBkQmPgsNbD5qXtC6wMq.jpg","[{'id':2650,'logo_path':null,'name':'Ealing Studios','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2009-12-18","0","106","[{'iso_639_1':'en','name':'English'}]","Released","","St Trinian's 2: The Legend of Fritton's Gold","false","5.6","116" +"false","/5uFOqnMd4PIt1mDsTwYocHtcrzj.jpg","null","0","[{'id':878,'name':'Science Fiction'}]","","543626","tt5083366","en","Watch the Sky","In an effort to capture amateur video of outer space, two young brothers unexpectedly find themselves in harm's way, when an innocent science experiment becomes a day filled with unearthly events threatening their sleepy coastal town.","0.6","/32d8gsuZgtZi0lcLaDfJE2U4aaC.jpg","[]","[]","2017-01-01","0","88","[{'iso_639_1':'en','name':'English'}]","Released","It's just one balloon in the entire sky, what's the worst that can happen?","Watch the Sky","false","7","2" +"false","/nzeROTaw503crKxKsfXJRAghQjq.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'},{'id':28,'name':'Action'}]","https://screenmediafilms.net/productions/details/2674/Blue-Iguana","471429","tt2316479","en","Blue Iguana","He's a low level criminal with no future and just out of prison. She's a low level lawyer never noticed by others, a lost soul without a life. Their anger and hostility makes them serious criminals. Love happens in the strangest of places.","4.91","/8ixLHMV9RoyBGJz2yRuggsr0vyX.jpg","[{'id':565,'logo_path':null,'name':'UK Film & TV Production Company','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-08-23","0","100","[{'iso_639_1':'en','name':'English'}]","Released","Mullets. Bullets. And one gem of a heist","Blue Iguana","false","6.6","20" +"false","/cE0ba2r8Wr2EvqiYf9R186IDWwJ.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","272636","tt2626460","en","Top Dog","Hooligan boss Billy Evans has it all - a successful business, a beautiful family and respect on the terraces. But when he clashes with gangster Mickey over a backstreet proetection racket, Billy soon finds himself out of his depth as they look to finally settle the question - who is Top Dog?","2.064","/3ZxTMco6rkew23uS68Yhv6XZ5T6.jpg","[{'id':21646,'logo_path':null,'name':'Richwater Films','origin_country':''},{'id':22309,'logo_path':null,'name':'Piccadilly Pictures','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-05-26","0","92","[{'iso_639_1':'en','name':'English'}]","Released","Show No Mercy","Top Dog","false","4.7","10" +"false","/lfMIDctiU5azslKCZ8XUMB4rAUX.jpg","null","20000","[{'id':99,'name':'Documentary'}]","","430035","tt3109830","en","Unearthed & Untold: The Path to Pet Sematary","This documentary is a detailed look into the making of PET SEMATARY, one of the most enduring cult-horror classics of our generation.","0.761","/bX5L2eW2hDEq1WLAnjrlBahFY76.jpg","[{'id':84378,'logo_path':null,'name':'Ocean's Light Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-01-13","0","97","[{'iso_639_1':'en','name':'English'}]","Released","","Unearthed & Untold: The Path to Pet Sematary","false","7.6","10" +"false","/iiuwPIaqaCKWtpctCINhiBvxjs3.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':27,'name':'Horror'}]","","28676","tt0091902","it","Schiave bianche: violenza in Amazzonia","A young woman seeks vengeance and finds love when her parents are killed in the Amazon and she is taken prisoner by an indigenous tribe of headhunters.","3.358","/3JyXxD36qG4fDMhLX3VT1OqSVMV.jpg","[{'id':1212,'logo_path':null,'name':'Empire Pictures','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'}]","1985-08-09","0","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","Only one thing kept her alive.","White Slave","false","4.6","20" +"false","/hKcU8vPPBg4iKnlcU3gM2ywiQ45.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':37,'name':'Western'}]","","45007","tt0067224","en","The Hunting Party","A ruthless rancher, and his gang, use extremely long range rifles to kill the men who kidnapped his infidel wife.","2.887","/o10TjhUwIzfCacK3YnNsjSE3oYz.jpg","[{'id':10463,'logo_path':null,'name':'Levy-Gardner-Laven','origin_country':''},{'id':23896,'logo_path':null,'name':'Brighton Pictures','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1971-07-16","0","111","[{'iso_639_1':'en','name':'English'}]","Released","In the west, revenge is a deadly game.","The Hunting Party","false","6.5","19" +"false","/gyrEB6N8aAmVp4HJhP8DPJuessB.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","3543","tt0095801","de","Out of Rosenheim","A surreal comedy depicting a diverse cast of characters and the changes they undergo as the German tourist Jasmin interacts with each of them at a remote truck stop in the middle of the Mojave desert.","5.404","/isfygkd3iWVVwE44yM8Hdb4sxrO.jpg","[{'id':1448,'logo_path':null,'name':'Pro-ject Filmproduktion','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","1987-11-12","3587303","95","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","Off Route 66 between Vegas and nowhere a little magic's going on...","Bagdad Cafe","false","7.3","138" +"false","/p7P8OPFQUSyT0i1jcymTSswumIi.jpg","{'id':117927,'name':'House of the Dead Collection','poster_path':'/jZiLJV1yUez60J361t8fN2zDMEu.jpg','backdrop_path':null}","7000000","[{'id':27,'name':'Horror'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://www.house-of-the-dead.com/","11059","tt0317676","en","House of the Dead","Set on an island off the coast, a techno rave party attracts a diverse group of college coeds and a Coast Guard officer. Soon, they discover that their X-laced escapades are to be interrupted by zombies and monsters that attack them on the ground, from the air, and in the sea, ruled by an evil entity in the House of the Dead... Prequel to the House of the Dead video games.","6.581","/4Z1m6Q5n5GqZB3FcZqdZjPTl0vk.jpg","[{'id':1064,'logo_path':null,'name':'Herold Productions','origin_country':''},{'id':1062,'logo_path':null,'name':'Boll Kino Beteiligungs GmbH & Co. KG','origin_country':''},{'id':8068,'logo_path':null,'name':'Mindfire Entertainment','origin_country':''},{'id':1063,'logo_path':'/fpVBhNnopOZwGuF0gg99oBHp1ht.png','name':'Brightlight Pictures','origin_country':'CA'},{'id':2188,'logo_path':null,'name':'Artisan Entertainment','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2003-04-11","13818181","90","[{'iso_639_1':'en','name':'English'}]","Released","You won't last the night.","House of the Dead","false","2.9","165" +"false","/6WnOmyB03Wqwssms5Wc89SBDN02.jpg","null","50000000","[{'id':12,'name':'Adventure'}]","","10586","tt0116409","en","The Ghost and the Darkness","Sir Robert Beaumont is behind schedule on a railroad in Africa. Enlisting noted engineer John Henry Patterson to right the ship, Beaumont expects results. Everything seems great until the crew discovers the mutilated corpse of the project's foreman, seemingly killed by a lion. After several more attacks, Patterson calls in famed hunter Charles Remington, who has finally met his match in the bloodthirsty lions.","8.925","/3KEPs6RKlin9pT9fqjtW7MSLC8H.jpg","[{'id':457,'logo_path':null,'name':'Constellation Films','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","1996-10-11","38619405","109","[{'iso_639_1':'en','name':'English'}]","Released","Prey For The Hunters","The Ghost and the Darkness","false","6.6","389" +"false","/6a4FI68PF1P8KfPwSMH8HYLZ2Nn.jpg","null","4500000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","13342","tt0083929","en","Fast Times at Ridgemont High","Follows a group of high school students growing up in southern California, based on the real-life adventures chronicled by Cameron Crowe. Stacy Hamilton and Mark Ratner are looking for a love interest, and are helped along by their older classmates, Linda Barrett and Mike Damone, respectively. The center of the film is held by Jeff Spicoli, a perpetually stoned surfer dude who faces off with the resolute Mr. Hand, who is convinced that everyone is on dope.","11.29","/9y5rSeO0xH3m5oRJmhBusDkiS0j.jpg","[{'id':8794,'logo_path':null,'name':'Refugee Films','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1982-08-13","27092880","90","[{'iso_639_1':'en','name':'English'}]","Released","Fast Cars, Fast Girls, Fast Carrots...Fast Carrots?","Fast Times at Ridgemont High","false","7","536" +"false","/qyznlxnClbe824BTIKk31lfTYnp.jpg","{'id':380170,'name':'Flying Guillotine Collection','poster_path':'/o6x6ET3VrzTfU3E0GGhFMartMUF.jpg','backdrop_path':'/oD36c5zbuLEwo11Wul8VfHrVXqB.jpg'}","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'}]","","75520","tt0078456","en","?????????","Despite its stand-alone title, this mixture of martial arts and exploitation is a semi-sequel to Shaw Brothers's Flying Guillotine series. This time, the focus is Rong Qui-yan (Chen Ping), a kung fu student turned dutiful wife whose life falls apart when her husband is murdered by a squad of government operatives led by the duplicitous Jin Gang-Feng (Lo Lieh). Qui-yan is forced to go into hiding as she plots her revenge and finds allies in fellow fugitive Ma Seng (Tsui Siu Keung) and ex-lover Wang-jun (Yueh Hua). Meanwhile, Jin Gang-Feng sends out an array of killers to track them down. Complicating things further is the fact that Qui-yan is pregnant and struggling to keep her unborn child safe while fighting her way to safety.","1.597","/7h1wDp7zMLkIwctA3tVlQcfBnQ1.jpg","[{'id':5798,'logo_path':'/tmuI9BGXgpWLmokhlxpnG3IGNQB.png','name':'Shaw Brothers','origin_country':''}]","[{'iso_3166_1':'HK','name':'Hong Kong'}]","1978-03-11","0","82","[{'iso_639_1':'de','name':'Deutsch'}]","Released","","The Vengeful Beauty","false","6.5","3" +"false","/ixZOdu0NRNN6bbs6Lpkr5fkGOds.jpg","null","0","[{'id':18,'name':'Drama'}]","http://parks100.jp/","434218","tt5687380","ja","PARKS ????????????","Jun is a university student. She meets high school student Haru. To Jun, Haru looks just like Sachiko who was the girlfriend of her now deceased father. Jun and Haru meet Tokio. Tokio is the grandson of Sachiko and they learn that Sachiko is now deceased. They find an open-reel tape from Sachiko's articles.","1.4","/AsrVwiD8J0iU9VJCFcQfY4tKXG3.jpg","[{'id':64231,'logo_path':null,'name':'Office Shirous','origin_country':''},{'id':85356,'logo_path':null,'name':'Baus','origin_country':''},{'id':85357,'logo_path':null,'name':'Honda Promotion','origin_country':''}]","[{'iso_3166_1':'JP','name':'Japan'}]","2017-04-22","0","118","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Parks","false","9","2" +"false","/hE6NN740dusO4RlUQy1GvZ90nKL.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","44808","tt0120851","en","Sweepers","Dolph Lundgren is Christian Erickson, a leading demolition expert trained to disarm mine fields in a humanitarian minesweeping operation in Angola. His son is killed and he discovers that mines are being planted during the war to kill people in the area.","3.034","/kJNNFI4SmF6oaN4bZuA7S97yUwc.jpg","[{'id':925,'logo_path':'/dIb9hjXNOkgxu4kBWdIdK8nM4w.png','name':'Nu Image','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'ZA','name':'South Africa'}]","1998-12-02","0","96","[{'iso_639_1':'en','name':'English'}]","Released","One step between life and death.","Sweepers","false","3.9","13" +"false","/kqmt4fOCNZPOVwjiG8q93oaH70X.jpg","null","35000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","","9651","tt0088206","en","Supergirl","After losing a powerful orb, Kara, Superman's cousin, comes to Earth to retrieve it and instead finds herself up against a wicked witch.","7.516","/d1aLbq1pU3NQyJehHnwx3NlOTOq.jpg","[{'id':76460,'logo_path':null,'name':'St. Michael Finance Limited','origin_country':''},{'id':76461,'logo_path':null,'name':'Artistry Limited','origin_country':''},{'id':76462,'logo_path':null,'name':'Investors In Industry PLC','origin_country':''},{'id':76463,'logo_path':null,'name':'Robert Fleming Leasing Limited','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1984-07-19","14296438","124","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'cs','name':'??esk??'}]","Released","From out of another galaxy and into your hearts comes... Supergirl","Supergirl","false","4.7","174" +"false","/3rXeF8JVsUNTZ6TxPcvMBScI1T0.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","","11413","tt0362590","en","Employee of the Month","""Employee of the Month"" is about a guy whose day spirals from bad to worse when he gets fired from his dream job at the bank and is dumped by his fianc??e Sara. David's best friend Jack tries to convince him it's for the best, but the opposite occurs when bank robberies and millions of dollars become part of his day from hell.","4.975","/7akcCjfiQkXDOrptsxSGp3obegf.jpg","[{'id':2448,'logo_path':null,'name':'Yari Film Group','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-01-17","0","97","[{'iso_639_1':'en','name':'English'}]","Released","","Employee of the Month","false","5.9","66" +"false","/9QcYwm5af4JaUSOyuysVEYOyEXn.jpg","{'id':645,'name':'James Bond Collection','poster_path':'/HORpg5CSkmeQlAolx3bKMrKgfi.jpg','backdrop_path':'/6VcVl48kNKvdXOZfJPdarlUGOsk.jpg'}","950000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://www.mgm.com/#/our-titles/566/Dr.-No","646","tt0055928","en","Dr. No","In the film that launched the James Bond saga, Agent 007 battles mysterious Dr. No, a scientific genius bent on destroying the U.S. space program. As the countdown to disaster begins, Bond must go to Jamaica, where he encounters beautiful Honey Ryder, to confront a megalomaniacal villain in his massive island headquarters.","27.817","/gRdfLVVf6FheOw6mw6wOsKhZG1l.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':7576,'logo_path':'/oYcUi1byZ312Z3xiz5ojz9RQLND.png','name':'Eon Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1962-10-04","59600000","110","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","NOW meet the most extraordinary gentleman spy in all fiction!","Dr. No","false","7","1552" +"false","/yzTQI4chLWB7Vj2MHxTFtZT4MYo.jpg","null","35000000","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","1598","tt0101540","en","Cape Fear","Sam Bowden is a small-town corporate attorney. Max Cady is a tattooed, cigar-smoking, bible-quoting, psychotic rapist. What do they have in common? Fourteen years ago, Sam was a public defender assigned to Max Cady's rape trial, and he made a serious error: he hid a document from his illiterate client that could have gotten him acquitted. Now, the cagey, bibliophile Cady has been released, and he intends to teach Sam Bowden and his family a thing or two about loss.","14.707","/4KvrvcqckdupXXO2YnANtyG7QLK.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'},{'id':691,'logo_path':null,'name':'Cappa Productions','origin_country':''},{'id':11391,'logo_path':null,'name':'Tribeca Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1991-11-15","182300000","128","[{'iso_639_1':'en','name':'English'}]","Released","There is nothing in the dark that isn't there in the light. Except fear.","Cape Fear","false","7.2","1334" +"false","/tPY42xYsOmozenPA0rWfAg6NTh5.jpg","null","6000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","11660","tt0154506","en","Following","A struggling, unemployed young writer takes to following strangers around the streets of London, ostensibly to find inspiration for his new novel.","7.12","/vsHVXt1RGO0nALJR5G9NTGlEFj3.jpg","[{'id':13028,'logo_path':null,'name':'Next Wave Films','origin_country':''},{'id':9996,'logo_path':'/3tvBqYsBhxWeHlu62SIJ1el93O7.png','name':'Syncopy','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1999-04-02","48482","70","[{'iso_639_1':'en','name':'English'}]","Released","You're never alone.","Following","false","7.2","637" +"false","/kicduIe2pMRsLYZf3ZTn98uZyC7.jpg","null","72000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","2100","tt0272020","en","The Last Castle","A Court Martialed general rallies together 1200 inmates to rise against the system that put him away.","6.619","/tfbZvbK3mVNcgsYwC0Npj96GRux.jpg","[{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-10-19","27642707","131","[{'iso_639_1':'en','name':'English'}]","Released","A Castle Can Only Have One King","The Last Castle","false","6.9","477" +"false","/3VK2JEWBN4ZJNKtIkr7QadI8pV4.jpg","{'id':167985,'name':'Richie Rich Collection','poster_path':'/auvU4jknHdc2QVylHhZ22e2vYBD.jpg','backdrop_path':null}","40000000","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","11011","tt0110989","en","Ri??hie Ri??h","Billionaire heir Richie Rich has it all, including Reggie Jackson as a batting coach and Claudia Schiffer as a personal trainer -- but no playmates. What's more, scoundrel Laurence Van Dough is scheming to take over the family empire. Uh-oh! Enter faithful butler Cadbury to save the day.","10","/hbNmaqJcjg4ChZ5vvfQpNzizoiR.jpg","[{'id':1302,'logo_path':'/kQZtJdyphCmq292iGDqlUx0yk2D.png','name':'Davis Entertainment','origin_country':'US'},{'id':1885,'logo_path':'/xlvoOZr4s1PygosrwZyolIFe5xs.png','name':'Silver Pictures','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-12-19","0","95","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'la','name':'Latin'}]","Released","An adventure so big... even the world's richest kid can't afford to miss it!","Ri??hie Ri??h","false","5.5","952" +"false","/rrtjyzKnngEp2akiCM0RtUExPV4.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","394830","tt4181782","en","The Crucifixion","When a priest is jailed for the murder of a nun on whom he was performing an exorcism, an investigative journalist strives to determine whether he in fact murdered a mentally ill person, or if he lost the battle with a demonic presence.","11.968","/yxTFHGcS0AJab3olU9BjABf5Ogx.jpg","[{'id':11565,'logo_path':null,'name':'The Safran Company','origin_country':'US'},{'id':85466,'logo_path':'/yIDg47SluPIkhh6ZXhJerIMNmRw.png','name':'Motion Picture Capital','origin_country':'GB'},{'id':3870,'logo_path':null,'name':'Premiere Picture','origin_country':''}]","[{'iso_3166_1':'RO','name':'Romania'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2017-04-27","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","The Crucifixion","false","5.3","179" +"false","/6GyzqGMUMmSTcCdkOoEFEq2FUWD.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'}]","https://www.netflix.com/title/80144145","538604","tt3960240","en","The After Party","When an aspiring rapper goes viral for the wrong reasons, he thinks his career is sunk. But a wild party gives him one more chance to make it right.","7.983","/wFPGheX6X4bt1ZqP1870MPlUvGu.jpg","[{'id':38799,'logo_path':null,'name':'Def Pictures','origin_country':''},{'id':98611,'logo_path':null,'name':'Defiant Love Productions','origin_country':''},{'id':8600,'logo_path':null,'name':'Electric City Entertainment','origin_country':''},{'id':2290,'logo_path':null,'name':'Hunting Lane Films','origin_country':''},{'id':81368,'logo_path':null,'name':'Live Nation Productions','origin_country':''},{'id':100612,'logo_path':null,'name':'Paramount Pictures International','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-08-24","0","89","[{'iso_639_1':'en','name':'English'}]","Released","Doors open for those who push.","The After Party","false","6.4","90" +"false","/ywwh2fs13mF9NQ1o19O4ENaxSSQ.jpg","null","0","[{'id':27,'name':'Horror'}]","","13550","tt0080516","en","The Changeling","A man staying at a secluded historical mansion, finds his life being haunted by the presence of a spectre.","5.587","/3CCvhdKXLAvDcAdyyfdY4jtrWgx.jpg","[{'id':2764,'logo_path':null,'name':'Chessman Park Productions','origin_country':''},{'id':275,'logo_path':'/2MxNWlN5b3UXt1OfmznsWEQzFwq.png','name':'Carolco Pictures','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'}]","1980-03-27","12000000","107","[{'iso_639_1':'en','name':'English'}]","Released","...an experience beyond total fear.","The Changeling","false","7","218" +"false","/iEYDBciiuW68Q5bLCzkVBgKnfi7.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'},{'id':18,'name':'Drama'},{'id':27,'name':'Horror'}]","","470229","tt5774450","en","Summer of 84","Summer is usually a time for fun and games, but some teens get much more danger than they bargained for after beginning to suspect their neighbor is a serial murderer.","10.886","/zastd8zM2ftOJpC7Y6gRFqAB7r.jpg","[{'id':1063,'logo_path':'/fpVBhNnopOZwGuF0gg99oBHp1ht.png','name':'Brightlight Pictures','origin_country':'CA'},{'id':96654,'logo_path':'/r76unvd8wmHNKhII3HjcxRxiCW5.png','name':'Gunpowder & Sky','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2018-08-10","0","105","[{'iso_639_1':'en','name':'English'}]","Released","Every serial killer lives next door to someone.","Summer of 84","false","6.8","299" +"false","/s6259ofKBHvCgDNG7KCHpOjkE7o.jpg","null","0","[{'id':28,'name':'Action'}]","","447957","tt5885106","en","Vengeance","When ex-soldier turned mercenary, John Gold, learns of the murder of his best friend, he sets off on a mission to find out what happened. What he discovers is a sinister conspiracy and he sets about taking down those responsible one by one.","3.983","/cAlVMcDNhQ7MVkcaAmK0voZNmsm.jpg","[{'id':88615,'logo_path':null,'name':'Evolutionary Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-08-04","0","95","[{'iso_639_1':'en','name':'English'}]","Released","","I am Vengeance","false","5","8" +"false","/gQ6Tw3MPtFI7pN0dE5Cd4t64gvD.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'}]","","490004","tt2140629","en","Arizona","Set in the midst of the 2009 housing crisis, the life of Cassie Fowler, a single mother and struggling realtor, goes off the rails when she witnesses a murder.","10.596","/sLqutab3wuUfPBu27rXcoaEd6WD.jpg","[{'id':20848,'logo_path':null,'name':'Rough House Pictures','origin_country':'US'},{'id':81121,'logo_path':'/yX4flP3T5bZuOQ8Qdw8XuoELU53.png','name':'Imperative Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-08-24","0","85","[{'iso_639_1':'en','name':'English'}]","Released","The heat is on, but it???s a dry heat.","Arizona","false","5.6","47" +"false","/tYHhSxWsubBpfpOWBAOGGrhWlUF.jpg","null","0","[{'id':18,'name':'Drama'}]","","95608","tt0460890","en","The Only Living Boy in New York","When a young man learns that his overbearing father is having an affair, he tries to stop it, only to be seduced by the older woman as well.","8.166","/8e6Q7N2qJ7utBrf6pyf3EiLADja.jpg","[{'id':2570,'logo_path':null,'name':'Bona Fide Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-07-27","2550321","88","[{'iso_639_1':'en','name':'English'}]","Released","","The Only Living Boy in New York","false","6.3","111" +"false","/yrepQdpreOorLyBJyvZkGn3Izfe.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://focusfeatures.com/wont-you-be-my-neighbor/","490003","tt7681902","en","Won't You Be My Neighbor?","Fred Rogers used puppets and play to explore complex social issues: race, disability, equality and tragedy, helping form the American concept of childhood. He spoke directly to children and they responded enthusiastically. Yet today, his impact is unclear. Have we lived up to Fred's ideal of good neighbors?","9.902","/8qE8NZjiP2M884baH0VoLF828Vp.jpg","[{'id':58637,'logo_path':'/yLSNxhJzLwYS0OZmLGjwnPcUGUT.png','name':'Tremolo Productions','origin_country':'US'},{'id':14909,'logo_path':'/8fLjVGiX8adkseQMCIBYt3UYFiO.png','name':'Impact Partners','origin_country':'US'},{'id':10146,'logo_path':'/xnFIOeq5cKw09kCWqV7foWDe4AA.png','name':'Focus Features','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-06-08","1848863","93","[{'iso_639_1':'en','name':'English'}]","Released","A little kindness makes a world of difference.","Won't You Be My Neighbor?","false","8.4","188" +"false","/nrgTgBEEMNbtjBfadliJEkbTmNc.jpg","null","60000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","https://www.netflix.com/title/80068327","354287","tt4758646","en","War Machine","A rock star general bent on winning the ???impossible??? war in Afghanistan takes us inside the complex machinery of modern war. Inspired by the true story of General Stanley McChrystal.","9.199","/zGlzlzms2vN5vSFVMWuknu7XGXP.jpg","[{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''},{'id':81,'logo_path':'/8wOfUhA7vwU2gbPjQy7Vv3EiF0o.png','name':'Plan B Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-05-26","0","122","[{'iso_639_1':'ps','name':'????????'},{'iso_639_1':'en','name':'English'}]","Released","We're gonna liberate the sh** out of you.","War Machine","false","5.6","542" +"false","/2PCMZhNMT1mNdhmg3O767ykczOe.jpg","null","20000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","1700","tt0100157","en","Misery","Novelist Paul Sheldon crashes his car on a snowy Colorado road. He is found by Annie Wilkes, the ""number one fan"" of Paul's heroine Misery Chastaine. Annie is also somewhat unstable, and Paul finds himself crippled, drugged and at her mercy.","9.246","/s0Ot5zUmVF1jSN9WpBHRafvUPld.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':97,'logo_path':'/7znWcbDd4PcJzJUlJxYqAlPPykp.png','name':'Castle Rock Entertainment','origin_country':'US'},{'id':365,'logo_path':null,'name':'Nelson Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-11-30","61276872","107","[{'iso_639_1':'en','name':'English'}]","Released","Paul Sheldon used to write for a living. Now, he's writing to stay alive.","Misery","false","7.7","2045" +"false","/s1wez4YOL10BMVKwMANH7QMp19l.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://www.foxsearchlight.com/imaginemeandyou/","1544","tt0421994","en","Imagine Me & You","During her wedding ceremony, Rachel notices Luce in the audience and feels instantly drawn to her. The two women become close friends, and when Rachel learns that Luce is a lesbian, she realizes that despite her happy marriage to Heck, she is falling for Luce. As she questions her sexual orientation, Rachel must decide between her stable relationship with Heck and her exhilarating new romance with Luce.","8.904","/6IXVDZOpqThs3GTPix4ImwrTVb7.jpg","[{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':315,'logo_path':'/hdu0sVxgtCuQud0xF8ZBiN7hEhY.png','name':'Filmstiftung Nordrhein-Westfalen','origin_country':'DE'},{'id':2650,'logo_path':null,'name':'Ealing Studios','origin_country':''},{'id':2651,'logo_path':null,'name':'Fragile Films','origin_country':'GB'},{'id':10146,'logo_path':'/xnFIOeq5cKw09kCWqV7foWDe4AA.png','name':'Focus Features','origin_country':'US'},{'id':52728,'logo_path':null,'name':'Cougar Films Ltd.','origin_country':''},{'id':52729,'logo_path':null,'name':'Minotaur Film Partnership No. 3','origin_country':''},{'id':42272,'logo_path':null,'name':'RTL','origin_country':''},{'id':96,'logo_path':'/xablpF6QaYvso36PkHBm3Plo9gY.png','name':'X-Filme Creative Pool','origin_country':'DE'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2005-02-01","2455831","93","[{'iso_639_1':'en','name':'English'}]","Released","There goes the bride.","Imagine Me & You","false","7.3","369" +"false","/vABwESShzjlSynkyGjLihTUieMJ.jpg","null","2500000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","164","tt0054698","en","Breakfast at Tiffany's","Fortune hunter Holly Golightly finds herself captivated by aspiring writer Paul Varjak, who's moved into her building on a wealthy woman's dime. As romance blooms between Paul and Holly, Doc Golightly shows up on the scene, revealing Holly's past.","12.155","/c95lbDwL5WT8PV9DZsdSvRtXKNA.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':11355,'logo_path':null,'name':'Jurow-Shepherd','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1961-10-05","9500000","115","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","Audrey Hepburn plays that daring, darling Holly Golightly to a new high in entertainment delight!","Breakfast at Tiffany's","false","7.7","2079" +"false","/oTXIEUqVqGTtdpaNEaC8cJwDtfs.jpg","null","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'}]","http://www.highlandfilmgroup.com/production/braven/","459910","tt5001754","en","Braven","A logger defends his family from a group of dangerous drug runners.","17.766","/253Bw5I3Zj3e2thCThjO7byEUCL.jpg","[{'id':27049,'logo_path':null,'name':'Pride of Gypsies','origin_country':''},{'id':85563,'logo_path':null,'name':'Tinker Productions','origin_country':''},{'id':101838,'logo_path':null,'name':'Braven NL','origin_country':'CA'},{'id':51526,'logo_path':null,'name':'Hassell Free Production','origin_country':'US'},{'id':290,'logo_path':'/Q8mw2AOQQc8Qg0uNwLWq86DVZv.png','name':'Ingenious Media','origin_country':'GB'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2018-02-01","0","94","[{'iso_639_1':'en','name':'English'}]","Released","","Braven","false","5.9","317" +"false","/6O7TMiTUF4fdh5Jn3Xe3GtPwk2X.jpg","null","0","[{'id':35,'name':'Comedy'}]","","13161","tt0490086","en","Big Stan","Rob Schneider writes and stars in this comedy about a nerdy con man whose swindling ways land him a stiff prison sentence. Terrified at the prospect of being raped in prison he enlists the aid of a mysterious kung-fu expert to teach him how to fight.","10.747","/obZ9NzmwDbJevk8ViqAXXVaJ1nm.jpg","[{'id':58219,'logo_path':null,'name':'From Out of Nowhere Productions','origin_country':'US'},{'id':20241,'logo_path':null,'name':'Crystal Sky Pictures','origin_country':''},{'id':23909,'logo_path':null,'name':'Silver Nitrate','origin_country':''},{'id':61623,'logo_path':null,'name':'Chicago Entertainment Partners','origin_country':''},{'id':61624,'logo_path':null,'name':'Big Stan Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-06-06","0","105","[{'iso_639_1':'en','name':'English'}]","Released","He'll have to kick some butt to save his own.","Big Stan","false","5.7","276" +"false","/wO94ht5j5LpFoXeQomW0ItbOfsE.jpg","null","95000000","[{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","10501","tt0138749","en","The Road to El Dorado","After a failed swindle, two con-men end up with a map to El Dorado, the fabled ""city of gold,"" and an unintended trip to the New World. Much to their surprise, the map does lead the pair to the mythical city, where the startled inhabitants promptly begin to worship them as gods. The only question is, do they take the worshipful natives for all they're worth, or is there a bit more to El Dorado than riches?","16.88","/lQnNNjT4yW3i2rmQhGibiPBnc6e.jpg","[{'id':521,'logo_path':'/kP7t6RwGz2AvvTkvnI1uteEwHet.png','name':'DreamWorks Animation','origin_country':'US'},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-03-31","76432727","89","[{'iso_639_1':'en','name':'English'}]","Released","They came for the gold... they stayed for the adventure.","The Road to El Dorado","false","7.1","1845" +"false","/3Z4wHSd3tFhNTFzhBBwJBlI9di6.jpg","null","3400000","[{'id':10751,'name':'Family'},{'id':18,'name':'Drama'}]","","457262","tt6262764","en","Rip Tide","There comes a point in everyone???s life when you have to make a decision about the direction you???re going to take. For newly-18 American fashion model Cora, that time is now. She???s moved to an Australian coastal town to be with her favourite aunt, after a 'fashion faux pas??? back home.","7.522","/zQZJPhjLGxQWdxDlrtgagUa4Fak.jpg","[{'id':78680,'logo_path':null,'name':'The Steve Jaggi Company','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2017-06-10","0","","[{'iso_639_1':'en','name':'English'}]","Released","She's a fashionista out of water...but she's about to get back in the swim of things.","Rip Tide","false","6","250" +"false","/vZSJZZ178D40pwzRXkKqQKjLU7X.jpg","null","80000000","[{'id':35,'name':'Comedy'},{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","","7518","tt0327084","en","Over the Hedge","A scheming raccoon fools a mismatched family of forest creatures into helping him repay a debt of food, by invading the new suburban sprawl that popped up while they were hibernating ??? and learns a lesson about family himself.","14.538","/fGvoD6n6blbFprgbl3BJ2U8YHSF.jpg","[{'id':521,'logo_path':'/kP7t6RwGz2AvvTkvnI1uteEwHet.png','name':'DreamWorks Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-05-17","343397247","83","[{'iso_639_1':'en','name':'English'}]","Released","Taking back the neighborhood... One snack at a time.","Over the Hedge","false","6.4","2208" +"false","/yhNKpdcgKqH3YQX4ZhyD2ZViXQC.jpg","null","149000000","[{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","http://www.dreamworksanimation.com/flushed/","11619","tt0424095","en","Flushed Away","London high-society mouse, Roddy is flushed down the toilet by Sid, a common sewer rat. Hang on for a madcap adventure deep in the sewer bowels of Ratropolis, where Roddy meets the resourceful Rita, the rodent-hating Toad and his faithful thugs, Spike and Whitey.","14.66","/oCdPDusnJvIZN6OpaF2Yj7211w.jpg","[{'id':521,'logo_path':'/kP7t6RwGz2AvvTkvnI1uteEwHet.png','name':'DreamWorks Animation','origin_country':'US'},{'id':297,'logo_path':'/ykJbf1z5qIreJrHWfnh1ev1alkD.png','name':'Aardman Animations','origin_country':'GB'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2006-10-22","176319242","85","[{'iso_639_1':'en','name':'English'}]","Released","Someone's Going Down","Flushed Away","false","6.1","1840" +"false","/7C2offJctAbQvF1akqVmr7iwbov.jpg","null","16000000","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","http://www.foxsearchlight.com/thedarjeelinglimited/","4538","tt0838221","en","The Darjeeling Limited","Three American brothers who have not spoken to each other in a year set off on a train voyage across India with a plan to find themselves and bond with each other -- to become brothers again like they used to be. Their ""spiritual quest"", however, veers rapidly off-course (due to events involving over-the-counter pain killers, Indian cough syrup, and pepper spray).","7.086","/47AGp0EKNMjqBBPaxRYDW0Sc5If.jpg","[{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'},{'id':258,'logo_path':null,'name':'Scott Rudin Productions','origin_country':'US'},{'id':23449,'logo_path':null,'name':'American Empirical Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-09-07","24377151","91","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'hi','name':'??????????????????'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'bo','name':''}]","Released","","The Darjeeling Limited","false","7.2","1510" +"false","/yrQTyiJpki9dCuIU0bGhGXBu7Zh.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","","441889","tt6108090","hi","????????????????????? ???????????????????????????","Insia Malik is a talented 15-year-old school girl from Baroda whose spirit is ripped because her mother is in a troubled and violent marriage. Of course she still dares to pursue her dream of becoming a singer and she also valiantly attempts to free her mother from her conservative, cold father.","2.98","/fkTeziNtc0uwE899uI1hlMOEdZL.jpg","[{'id':86347,'logo_path':'/ir79iQBhrXk9PJ5Pr9vlLjM4viO.png','name':'Zee Studio','origin_country':'IN'},{'id':2140,'logo_path':null,'name':'Aamir Khan Productions','origin_country':'IN'}]","[{'iso_3166_1':'IN','name':'India'}]","2017-10-19","0","150","[{'iso_639_1':'hi','name':'??????????????????'}]","Released","","Secret Superstar","false","7.7","55" +"false","/p25mxAO1ArY8bgZX6Y7B2r3vo0k.jpg","{'id':93220,'name':'Miss Congeniality Collection','poster_path':'/wgQWsSsvB1iu1Pwc4nUP9E5bRzs.jpg','backdrop_path':'/7TIT28YbhAOeQGD2q2hJ9j83jI1.jpg'}","45000000","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':28,'name':'Action'}]","","1493","tt0212346","en","Miss Congeniality","When the local FBI office receives a letter from a terrorist known only as 'The Citizen', it's quickly determined that he's planning his next act at the Miss America beauty pageant. Because tough-as-nails Gracie Hart is the only female Agent at the office, she's chosen to go undercover as the contestant from New Jersey.","14.068","/7ujgPH708pOGvl2Y5IYvXeAGPC2.jpg","[{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':97,'logo_path':'/7znWcbDd4PcJzJUlJxYqAlPPykp.png','name':'Castle Rock Entertainment','origin_country':'US'},{'id':172,'logo_path':null,'name':'NPV Entertainment','origin_country':''},{'id':4258,'logo_path':null,'name':'Fortis Films','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-12-14","212000000","111","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Never Mess With An Agent In A Dress.","Miss Congeniality","false","6.4","1862" +"false","/4fcEsHYXQiEr2PMAHrxdeD8poUy.jpg","null","0","[{'id':14,'name':'Fantasy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","15775","tt0332136","en","If Only","After his impetuous musician girlfriend, Samantha, dies in an accident shortly after they had a fight (and nearly broke up), a grief-stricken British businessman, Ian Wyndham, living in London gets a chance to relive the day all over again, in the hope of changing the events that led up to her getting killed.","6.393","/2Ww5EcDpAZMV3RdmTeQf6B5M4S9.jpg","[{'id':870,'logo_path':null,'name':'Tapestry Films','origin_country':''},{'id':763,'logo_path':null,'name':'Intermedia Films','origin_country':''},{'id':19507,'logo_path':null,'name':'Outlaw Productions (I)','origin_country':''},{'id':50796,'logo_path':null,'name':'Love Spell Entertainment','origin_country':''},{'id':3275,'logo_path':null,'name':'Box Film','origin_country':''},{'id':50797,'logo_path':null,'name':'Bondesen-Graup','origin_country':''},{'id':50798,'logo_path':null,'name':'If Only Production Services Ltd.','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2004-01-23","0","92","[{'iso_639_1':'en','name':'English'}]","Released","He loved her like there was no tomorrow.","If Only","false","6.8","244" +"false","/cGyqa5PxiWSsG7NSw3ufCj0JW9k.jpg","null","24000000","[{'id':14,'name':'Fantasy'},{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'}]","","4935","tt0347149","ja","?????????????????????","When Sophie, a shy young woman, is cursed with an old body by a spiteful witch, her only chance of breaking the spell lies with a self-indulgent yet insecure young wizard and his companions in his legged, walking castle.","20.652","/iMarB2ior30OAXjPa7QIdeyUfM1.jpg","[{'id':12518,'logo_path':null,'name':'d-rights','origin_country':''},{'id':1779,'logo_path':null,'name':'Tokuma Shoten','origin_country':''},{'id':115689,'logo_path':null,'name':'Tohokushinsha Film Corporation (TFC)','origin_country':''},{'id':10342,'logo_path':'/dT3UbXjca6TClutHJtr7GhkRALP.png','name':'Studio Ghibli','origin_country':'JP'},{'id':20192,'logo_path':null,'name':'Nippon Television Network (NTV)','origin_country':'JP'},{'id':11847,'logo_path':'/rZP0I1p3hZNUMNFPHUSal6rWThQ.png','name':'Mitsubishi','origin_country':'JP'},{'id':2752,'logo_path':null,'name':'DENTSU Music And Entertainment','origin_country':''},{'id':11200,'logo_path':null,'name':'Buena Vista Home Entertainment','origin_country':''}]","[{'iso_3166_1':'JP','name':'Japan'}]","2004-11-19","234710455","119","[{'iso_639_1':'ja','name':'?????????'}]","Released","The two lived there","Howl's Moving Castle","false","8.3","3771" +"false","/cW3nHq4sxBfE0Xlsu2PTCXo9l0i.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","44902","tt0048087","en","Footsteps in the Fog","A Victorian-era murder mystery about a parlour maid that discovers that her employer may have killed his first wife.","1.059","/5zlkqdFHjhHkOZMZ4tOtpjV1Z0J.jpg","[{'id':2102,'logo_path':null,'name':'Frankovich Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1955-09-14","0","90","[{'iso_639_1':'en','name':'English'}]","Released","CLOSE ENOUGH TO KISS...OR KILL!","Footsteps in the Fog","false","7.1","12" +"false","/tNpqx8PcFdgKgheUWmNqNF9RNGm.jpg","null","75000000","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","http://www.simpsonsmovie.com/","35","tt0462538","en","The Simpsons Movie","After Homer accidentally pollutes the town's water supply, Springfield is encased in a gigantic dome by the EPA and the Simpsons are declared fugitives.","15.217","/vfLs6JDPcWqHNLvS0faLggMOm6w.jpg","[{'id':80853,'logo_path':null,'name':'AKOM Production Company','origin_country':''},{'id':18,'logo_path':'/uqhagSwM7NAkQWVCQhKTyoqF8XH.png','name':'Gracie Films','origin_country':'US'},{'id':96084,'logo_path':null,'name':'Rough Draft Feature Animation','origin_country':''},{'id':19,'logo_path':null,'name':'Film Roman','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-07-27","527068851","87","[{'iso_639_1':'en','name':'English'}]","Released","See our family. And feel better about yours.","The Simpsons Movie","false","6.9","4366" +"false","/iVxo0Qy4FMIEF9LhBJtJwwvsuIU.jpg","{'id':87805,'name':'The Gods Must Be Crazy Collection','poster_path':'/3KAJpE2OOimXE5Z15LHARbeA0eC.jpg','backdrop_path':'/3u6As0EKP2KKPNhzQObCgdYvm7f.jpg'}","5000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","","8393","tt0080801","en","The Gods Must Be Crazy","Misery is brought to a small group of Sho in the Kalahari desert in the form of a cola bottle. In his quest to throw the evil object over the edge of the earth, Xixo encounters Western ""civilization,"" a haphazard doctor and a tyranical despot.","18.461","/yvD2BWOEM5N4S4f6Yj8IVVjoKQO.jpg","[{'id':22284,'logo_path':null,'name':'CAT Films','origin_country':''},{'id':22285,'logo_path':null,'name':'Mimosa Films','origin_country':''}]","[{'iso_3166_1':'ZA','name':'South Africa'},{'iso_3166_1':'BW','name':'Botswana'}]","1980-09-10","60000000","109","[{'iso_639_1':'af','name':'Afrikaans'},{'iso_639_1':'en','name':'English'}]","Released","The critics are raving... the natives are restless... and the laughter is non-stop!","The Gods Must Be Crazy","false","7.1","425" +"false","/2WEhJAid8yUvDXGgFBvDOEDaIUe.jpg","null","0","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':35,'name':'Comedy'}]","","323661","tt3858372","fr","Mune, le gardien de la lune","When a faun named Mune becomes the Guardian of the Moon, little did he had unprepared experience with the Moon and an accident that could put both the Moon and the Sun in danger, including a corrupt titan named Necross who wants the Sun for himself and placing the balance of night and day in great peril. Now with the help of a wax-child named Glim and the warrior, Sohone who also became the Sun Guardian, they go out on an exciting journey to get the Sun back and restore the Moon to their rightful place in the sky.","7.933","/4vzqow7mVUahqA4hHoe2UpQOxy.jpg","[{'id':2203,'logo_path':null,'name':'Onyx Films','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'}]","2015-02-05","15730665","86","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Mune: Guardian of the Moon","false","7","227" +"false","/6hP5pzQojs062MQiQ2nRNZmIPhv.jpg","{'id':93220,'name':'Miss Congeniality Collection','poster_path':'/wgQWsSsvB1iu1Pwc4nUP9E5bRzs.jpg','backdrop_path':'/7TIT28YbhAOeQGD2q2hJ9j83jI1.jpg'}","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'},{'id':9648,'name':'Mystery'}]","","10040","tt0385307","en","Miss Congeniality 2: Armed and Fabulous","After her triumph at the Miss United States pageant, FBI agent Gracie Hart becomes an overnight sensation -- and the new ""face of the FBI."" But it's time to spring into action again when the pageant's winner, Cheryl, and emcee, Stan, are abducted.","12.971","/fMIm5xFB1VcW67b6VS8OMH89F1y.jpg","[{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':97,'logo_path':'/7znWcbDd4PcJzJUlJxYqAlPPykp.png','name':'Castle Rock Entertainment','origin_country':'US'},{'id':4258,'logo_path':null,'name':'Fortis Films','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-03-11","0","115","[{'iso_639_1':'en','name':'English'}]","Released","You might feel a little prick","Miss Congeniality 2: Armed and Fabulous","false","5.6","903" +"false","/lpRqMiDCHEXcr7akOauls367NsN.jpg","null","9804690","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","337674","tt3716530","fr","Elle","When Mich??le, the CEO of a gaming software company, is attacked in her home by an unknown assailant, she refuses to let it alter her precisely ordered life. She manages crises involving family, all the while becoming engaged in a game of cat and mouse with her stalker.","8.605","/mJut6zysg2tQftY3Qoj21bk2Eqo.jpg","[{'id':83,'logo_path':'/9OQ0rm55xtlgX7KcAKMUePJSrQc.png','name':'France 2 Cin??ma','origin_country':'FR'},{'id':8997,'logo_path':null,'name':'SBS Productions','origin_country':''},{'id':11620,'logo_path':'/f3hRdCaK1w9qH1Qs8nLd2L2bae1.png','name':'OCS','origin_country':'FR'},{'id':11924,'logo_path':'/3uGsFGMUjLw52rvEllvs2txnJmn.png','name':'Casa Kafka Pictures','origin_country':'BE'},{'id':32545,'logo_path':null,'name':'Twenty Twenty Vision Filmproduktion GmbH','origin_country':'DE'},{'id':88099,'logo_path':null,'name':'Casa Kafka Pictures Movie Tax Shelter Empowered by Belfius','origin_country':''},{'id':92187,'logo_path':'/yrAyYme1zlZtHuhlWS3DlFAj762.png','name':'Proximus','origin_country':'BE'},{'id':310,'logo_path':'/4Gp5A4YdjPBfsHT47ngHMaXWmb9.png','name':'Centre National de la Cin??matographie','origin_country':'FR'},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':7131,'logo_path':'/eLvjHPYZ12GR58lrDgg6MXZp2a3.png','name':'France T??l??visions','origin_country':'FR'},{'id':3984,'logo_path':'/pvOBu9K0zTRuwJW7WII34x17kdz.png','name':'Entre Chien et Loup','origin_country':'BE'},{'id':2026,'logo_path':'/q9s9KGhSsFEnpTmLLwprytB3T3d.png','name':'FFA','origin_country':'DE'}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'}]","2016-05-25","2341534","130","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Elle","false","6.7","959" +"false","/7js1eREIJa9QboYpWbkNFyaQG0.jpg","null","15000000","[{'id':18,'name':'Drama'}]","","4995","tt0118749","en","Boogie Nights","Set in 1977, back when sex was safe, pleasure was a business and business was booming, idealistic porn producer Jack Horner aspires to elevate his craft to an art form. Horner discovers Eddie Adams, a hot young talent working as a busboy in a nightclub, and welcomes him into the extended family of movie-makers, misfits and hangers-on that are always around. Adams' rise from nobody to a celebrity adult entertainer is meteoric, and soon the whole world seems to know his porn alter ego, ""Dirk Diggler"". Now, when disco and drugs are in vogue, fashion is in flux and the party never seems to stop, Adams' dreams of turning sex into stardom are about to collide with cold, hard reality.","11.005","/gTq6MPt7SeMiJ2miHeMoNEZTz4p.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':840,'logo_path':null,'name':'Lawrence Gordon Productions','origin_country':''},{'id':178,'logo_path':null,'name':'Ghoulardi Film Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-10-07","43101594","156","[{'iso_639_1':'en','name':'English'}]","Released","The life of a dreamer, the days of a business, and the nights in between.","Boogie Nights","false","7.6","1389" +"false","/mndYimxcima4Z5YxH8XngTEGi5L.jpg","{'id':48317,'name':'The Man With No Name Collection','poster_path':'/2WXES6zvf5LEUMEfi0BXmtXIOUl.jpg','backdrop_path':'/uAkE1MAvFUiYjOllgDRndispKu3.jpg'}","200000","[{'id':37,'name':'Western'}]","","391","tt0058461","it","Per un pugno di dollari","The Man With No Name enters the Mexican village of San Miguel in the midst of a power struggle among the three Rojo brothers and sheriff John Baxter. When a regiment of Mexican soldiers bearing gold intended to pay for new weapons is waylaid by the Rojo brothers, the stranger inserts himself into the middle of the long-simmering battle, selling false information to both sides for his own benefit.","16.611","/sFLgxvtK9vxbNq502peVJ847Owp.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':5755,'logo_path':'/53JWq1rzbAXzbh1rnFo3XdqsAUh.png','name':'Constantin Film Produktion','origin_country':''},{'id':10481,'logo_path':null,'name':'Jolly Film','origin_country':''},{'id':19498,'logo_path':null,'name':'Ocean Films','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'ES','name':'Spain'}]","1964-09-12","14500000","99","[{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","In his own way he is perhaps, the most dangerous man who ever lived!","A Fistful of Dollars","false","7.8","1699" +"false","/orvA4fru7azuBkPDcxpNtk4MSWi.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","467679","tt7080434","fr","Carnivores","At the dawn of her thirties, Mona tries relentlessly to take off as an actress. Time passes and proposals do not arrive. Short of resources, she is forced to move to Sam, her younger sister.","6.506","/ts2sEBgMhNRjo6aj6si6j97DOmx.jpg","[{'id':34780,'logo_path':null,'name':'Chi-Fou-Mi Productions','origin_country':'FR'},{'id':819,'logo_path':'/cEqVIluQuO1ubtID8RvOem4ZiIg.png','name':'Mars Films','origin_country':'FR'},{'id':67421,'logo_path':null,'name':'D??rives Productions','origin_country':''}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'FR','name':'France'}]","2018-03-28","0","98","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Carnivores","false","5.4","41" +"false","/4YiTkdzWDApiabOLRxtiuwlXMIJ.jpg","null","0","[{'id':27,'name':'Horror'}]","","434520","tt5361326","en","The Ninth Passenger","A group of salacious students party aboard a luxury yacht only to turn on each other as a 9th PASSENGER picks them off one by one.","4.184","/7psmYZPk3MT7aNHT0WQDq8WPSdE.jpg","[{'id':68628,'logo_path':null,'name':'308 Ent','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2018-07-18","0","93","[{'iso_639_1':'en','name':'English'}]","Released","It's about to crash the party.","The Ninth Passenger","false","4.3","10" +"false","/vIV0aVkRn7knoynSQ6BqVzv40Ep.jpg","null","0","[{'id':878,'name':'Science Fiction'}]","","543140","tt5864904","en","The Capture","A group of scientists perform an unethical experiment bending both space and time ???in the process they may have not only changed their lives but also the very fabric of the universe.","0.6","/iVpoC6Kzg96S63rc1RWmNuV7DP3.jpg","[{'id':107898,'logo_path':null,'name':'Science Machine','origin_country':''}]","[]","2017-11-16","0","78","[{'iso_639_1':'en','name':'English'}]","Released","Their discovery. Our end.","The Capture","false","6","3" +"false","/6vea77yJv3jMEUzh1crnuFitKDz.jpg","null","70000000","[{'id':80,'name':'Crime'},{'id':35,'name':'Comedy'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://www.oceans8movie.com","402900","tt5164214","en","Ocean's Eight","Debbie Ocean, a criminal mastermind, gathers a crew of female thieves to pull off the heist of the century at New York's annual Met Gala.","30.278","/MvYpKlpFukTivnlBhizGbkAe3v.jpg","[{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':1163,'logo_path':null,'name':'Larger Than Life Productions','origin_country':'US'},{'id':104907,'logo_path':null,'name':'Rahway Road Productions','origin_country':'US'},{'id':1782,'logo_path':'/d1mlUfuG0NoQ4x0C7bK80wLGWA1.png','name':'Smoke House Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-06-07","297718711","111","[{'iso_639_1':'en','name':'English'}]","Released","Every con has its pros","Ocean's Eight","false","6.9","3351" +"false","/yVWiOMpzf7gullGvug83r7gMdha.jpg","null","10000000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","https://a24films.com/films/hereditary","493922","tt7784604","en","Hereditary","When Ellen, the matriarch of the Graham family, passes away, her daughter???s family begins to unravel cryptic and increasingly terrifying secrets about their ancestry.","22.075","/p9fmuz2Oj3HtEJEqbIwkFGUhVXD.jpg","[{'id':24277,'logo_path':'/u42aMBx2JxWp4vgTjqcar4Kp1HI.png','name':'PalmStar Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-06-04","79275328","127","[{'iso_639_1':'en','name':'English'}]","Released","Every family tree hides a secret.","Hereditary","false","7","2255" +"false","/rQ7ied56iSIdSSJ2k169A0ILvpW.jpg","{'id':19163,'name':'The Land Before Time Collection','poster_path':'/n1bjdBVThBezxR6nEf2dy43sTtV.jpg','backdrop_path':'/alkvR9vTtuZEmd5ygsayOfxYOMa.jpg'}","0","[{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","","339526","tt4431254","en","The Land Before Time XIV: Journey of the Brave","On a day known to the dinosaurs as ""Treasure Day"", Bron becomes stuck in the Mysterious Beyond. This event urges the young Longneck to take his friends on a quest to the Fire Mountain to save his father. Along the way, they befriend a Flyer.","3.795","/7TEwSP9sgYuASIck9cKxd3M93ek.jpg","[{'id':5556,'logo_path':null,'name':'Universal Animation Studios','origin_country':''},{'id':17009,'logo_path':'/ssowAxOrrqsSR2CKeiytOXwLoCW.png','name':'Universal 1440 Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-02-02","0","82","[{'iso_639_1':'nl','name':'Nederlands'},{'iso_639_1':'en','name':'English'}]","Released","","The Land Before Time XIV: Journey of the Brave","false","6.5","34" +"false","/zG3I3HW3A77SboXZUC0r5wfy8zu.jpg","{'id':19163,'name':'The Land Before Time Collection','poster_path':'/n1bjdBVThBezxR6nEf2dy43sTtV.jpg','backdrop_path':'/alkvR9vTtuZEmd5ygsayOfxYOMa.jpg'}","0","[{'id':10751,'name':'Family'},{'id':16,'name':'Animation'}]","","39961","tt1139111","en","The Land Before Time XIII: The Wisdom of Friends","After an incident which nearly cost Littlefoot's grandmother her life, Littlefoot learns a series of lessons which his species call ""Wisdoms"". Meanwhile, a trio of dim-witted Beipiaosauruses named Loofah, Doofah and Foobie arrive in the Great Valley and behave in a strange manner towards Littlefoot and the gang. Littlefoot is determined that they learn the ""Wisdoms"" and the journey to the one place the trio have dreamed of, Berry Valley, begins.","5.853","/ahcXFlcFvYZM4PXW7oj08Um5IRB.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-11-27","0","76","[{'iso_639_1':'en','name':'English'}]","Released","","The Land Before Time XIII: The Wisdom of Friends","false","5.8","63" +"false","/xBSVpqrouFHVbAvaGjm3dcN8JHi.jpg","{'id':19163,'name':'The Land Before Time Collection','poster_path':'/n1bjdBVThBezxR6nEf2dy43sTtV.jpg','backdrop_path':'/alkvR9vTtuZEmd5ygsayOfxYOMa.jpg'}","0","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':878,'name':'Science Fiction'}]","","31933","tt0933064","en","The Land Before Time XII: The Great Day of the Flyers","As the Great Day of the Flyers nears, the Great Valley's flying youngsters are eager to participate in the annual exhibition to show off their skills. Everyone, that is, except free-spirited pterodactyl Petrie, whose individualism causes problems when it comes to staying in formation. Enter his dinosaur pals Littlefoot, Cera, Spike and Ducky, who encourage Petrie to embrace his uniqueness.","5.625","/ayVJqHPwcXbBpL9wNWFK5FyD9Zg.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-02-27","0","77","[{'iso_639_1':'da','name':'Dansk'},{'iso_639_1':'nl','name':'Nederlands'},{'iso_639_1':'en','name':'English'}]","Released","","The Land Before Time XII: The Great Day of the Flyers","false","5.9","66" +"false","/2yD4vZQ1bmrebE4DaM192agdt6l.jpg","{'id':19163,'name':'The Land Before Time Collection','poster_path':'/n1bjdBVThBezxR6nEf2dy43sTtV.jpg','backdrop_path':'/alkvR9vTtuZEmd5ygsayOfxYOMa.jpg'}","0","[{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","http://www.landbeforetime.com/","24554","tt0378230","en","The Land Before Time X: The Great Longneck Migration","A bedtime story leads Littlefoot and his grandparents on a journey to a new land, where Littlefoot discovers someone who vanished before he was born: his father! Now Littlefoot must decide between two worlds. Will he leave to be with his friends in the Great Valley, or stay behind and start a new life with his father?","8.868","/mGNPlGgCg7BjA7ZYyu5AC05GhqE.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-12-02","0","84","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'nl','name':'Nederlands'},{'iso_639_1':'en','name':'English'}]","Released","","The Land Before Time X: The Great Longneck Migration","false","6.1","107" +"false","/sdOoitwn00MGqyEiMRxKYTdyvD1.jpg","{'id':19163,'name':'The Land Before Time Collection','poster_path':'/n1bjdBVThBezxR6nEf2dy43sTtV.jpg','backdrop_path':'/alkvR9vTtuZEmd5ygsayOfxYOMa.jpg'}","0","[{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","","25587","tt0301526","en","The Land Before Time VIII: The Big Freeze","When the dinosaur families get trapped in a valley by an ice storm, one family of ""spike tail"" dinosaurs volunteers to leave since they consume more food than the others. Meanwhile, the young dinos and a new adult dinosaur named Mr. Thicknose, head out to bring back their friend Spike, who has left his friends to be with members of his own species.","10.657","/AsWol0XNnQhwSQYeyuOz6uhnVEk.jpg","[{'id':4285,'logo_path':null,'name':'Universal Cartoon Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-12-04","0","75","[{'iso_639_1':'da','name':'Dansk'},{'iso_639_1':'nl','name':'Nederlands'},{'iso_639_1':'en','name':'English'}]","Released","","The Land Before Time VIII: The Big Freeze","false","5.7","102" +"false","/4EzFhdM6c7PRt6eDt9ZSEHRbbV4.jpg","{'id':19163,'name':'The Land Before Time Collection','poster_path':'/n1bjdBVThBezxR6nEf2dy43sTtV.jpg','backdrop_path':'/alkvR9vTtuZEmd5ygsayOfxYOMa.jpg'}","0","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':16,'name':'Animation'},{'id':878,'name':'Science Fiction'},{'id':10751,'name':'Family'}]","","24102","tt0267657","en","The Land Before Time VII: The Stone of Cold Fire","Littlefoot and his pals set off in search of a ""stone of cold fire"" that fell from the night sky. Since he's the only one who has seen it though, nobody really believes him. Littlefoot's uncle Pterano offers support only because he thinks the stone has secret powers and wants it for himself but conceals this from the rest. The young dinos must figure out the truth, before Pterano gets the power.","8.232","/nFQUwWxcjw38V8whGkaKDDn2AQ6.jpg","[{'id':4285,'logo_path':null,'name':'Universal Cartoon Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-12-05","0","75","[{'iso_639_1':'da','name':'Dansk'},{'iso_639_1':'nl','name':'Nederlands'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","","The Land Before Time VII: The Stone of Cold Fire","false","5.9","127" +"false","/1ynzmEMOYgF2mJGQLnTHN3zgihN.jpg","{'id':19163,'name':'The Land Before Time Collection','poster_path':'/n1bjdBVThBezxR6nEf2dy43sTtV.jpg','backdrop_path':'/alkvR9vTtuZEmd5ygsayOfxYOMa.jpg'}","0","[{'id':10751,'name':'Family'},{'id':16,'name':'Animation'}]","","17337","tt0167247","en","The Land Before Time VI: The Secret of Saurus Rock","Legends claim that Saurus Rock keeps bad luck out of the Great Valley. Is it really true? Could the mysterious Longneck named Doe be the famous Lone Dinosaur, who can defeat a Sharptooth with his lasso-like tail? To find out, Littlefoot and company must cross theiGreat Valley and face a dangerous Sharptooth themselves!","8.089","/fIh5CGs3QQ56cHd98YD01xPcesq.jpg","[]","[]","1998-12-01","0","77","[{'iso_639_1':'nl','name':'Nederlands'},{'iso_639_1':'en','name':'English'}]","Released","","The Land Before Time VI: The Secret of Saurus Rock","false","5.8","130" +"false","/myUVuIkZXnVHy6YPDt6c45SIKDQ.jpg","{'id':19163,'name':'The Land Before Time Collection','poster_path':'/n1bjdBVThBezxR6nEf2dy43sTtV.jpg','backdrop_path':'/alkvR9vTtuZEmd5ygsayOfxYOMa.jpg'}","0","[{'id':10751,'name':'Family'},{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'}]","","19164","tt0116817","en","The Land Before Time IV: Journey Through the Mists","Littlefoot and the gang meet a shy newcomer, Ali, but the pleasantries stop there. There's a dire environmental theme to this third sequel in the series, in which the world's weather changes beyond the Great Valley, and what had been dry land is now a ""land of mists."" The shift brings new creatures who push out older inhabitants, and Littlefoot sees these radical changes for himself when he has to venture into the area to find a medicinal flower for his sick grandfather. While the animation is slow and contained the way direct-to-video cartoon releases often are, the story is sound and the now-familiar characters are memorable.","9.421","/k1CdeqVwh0aihQ5qLVH6eBKaBFL.jpg","[{'id':4285,'logo_path':null,'name':'Universal Cartoon Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-12-10","0","74","[{'iso_639_1':'nl','name':'Nederlands'},{'iso_639_1':'en','name':'English'}]","Released","","The Land Before Time IV: Journey Through the Mists","false","5.9","167" +"false","/vvrikCMyik8sZK7p8hrn8BjhWS4.jpg","{'id':19163,'name':'The Land Before Time Collection','poster_path':'/n1bjdBVThBezxR6nEf2dy43sTtV.jpg','backdrop_path':'/alkvR9vTtuZEmd5ygsayOfxYOMa.jpg'}","0","[{'id':10751,'name':'Family'},{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'}]","","19165","tt0123950","en","The Land Before Time V: The Mysterious Island","This fourth sequel in the series finds ""leaf gobblers"" eating all the vegetation in Great Valley, driving Littlefoot, the young brontosaurus, and the other dinosaur inhabitants out. Arguments break out among the adults during migration, and Littlefoot and his friends decide to take matters in their own hands by crossing the ""big water"" to an unknown island. There they meet an old friend from The Land Before Time II--Chomper, the T-rex, who has to protect the gang from his own, carnivorous parents. Plenty of drama in this one, and as the series has been wont to do from the beginning, it shows adults as sometimes being less than perfect.","9.506","/zky4X5XpwJcB0yUGYFV79URJ85i.jpg","[{'id':4285,'logo_path':null,'name':'Universal Cartoon Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-09-12","0","74","[{'iso_639_1':'nl','name':'Nederlands'},{'iso_639_1':'en','name':'English'}]","Released","","The Land Before Time V: The Mysterious Island","false","5.8","162" +"false","/nr5SHR1K41eZ3X5PLiPw9zoXyJe.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","46359","tt0066982","en","Demons of the Mind","A physician discovers that two children are being kept virtually imprisoned in their house by their father. He investigates, and discovers a web of sex, incest and satanic possession.","1.789","/8AI1SBS6mpmvcmEUWJchjCbR90X.jpg","[{'id':1314,'logo_path':'/gQBluDqe6dc2ZdzfJbabEHoSGoG.png','name':'Hammer Film Productions','origin_country':'GB'},{'id':5041,'logo_path':null,'name':'Anglo-EMI','origin_country':'GB'},{'id':113885,'logo_path':null,'name':'Frank Godwin Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1972-11-05","0","89","[{'iso_639_1':'en','name':'English'}]","Released","They came to torture an agonised mind.","Demons of the Mind","false","5.6","16" +"false","/uUOSGrmOtd0FD6AFuIvCpRGBrLJ.jpg","{'id':19163,'name':'The Land Before Time Collection','poster_path':'/n1bjdBVThBezxR6nEf2dy43sTtV.jpg','backdrop_path':'/alkvR9vTtuZEmd5ygsayOfxYOMa.jpg'}","0","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","","25556","tt0345543","en","The Land Before Time IX: Journey to the Big Water","Beloved dinosaurs Littlefoot, Cera, Spike, Petrie and Ducky return in this story about the wonders of discovery that features new songs, including Donny Osmond's ""No One Has to Be Alone.""","7.826","/q5BmCAnJbISgA7JpCAPIkoyNtwC.jpg","[{'id':4285,'logo_path':null,'name':'Universal Cartoon Studios','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-12-17","0","71","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'da','name':'Dansk'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'nl','name':'Nederlands'},{'iso_639_1':'en','name':'English'}]","Released","","The Land Before Time IX: Journey to the Big Water","false","6","95" +"false","/xvghzVFYDJd26Txy2s0rHORrXIi.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","351242","tt4872078","en","The Intervention","A weekend getaway for four couples takes a sharp turn when one of the couples discovers the entire trip was orchestrated to host an intervention on their marriage.","6.648","/4J2Vc32juKTSdqm273HDKHsWO42.jpg","[{'id':18346,'logo_path':'/vRQOTOMEohkoIfPNoDIZV0DfIwE.png','name':'Burn Later Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-08-26","0","90","[{'iso_639_1':'en','name':'English'}]","Released","What are friends for?","The Intervention","false","6.1","93" +"false","/4yxwm8zwOBD948Bzx4jNXcPJl74.jpg","null","0","[{'id':35,'name':'Comedy'}]","","253310","tt2182256","en","Premature","On the most important day of his young life, a high school senior is forced to relive his failed attempt at losing his virginity over and over again, until he gets it right.","4.716","/67ZXnE486oEVvOVcWgjF6pvpyJ.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-07-02","0","93","[{'iso_639_1':'en','name':'English'}]","Released","","Premature","false","5.4","254" +"false","/7UY85MIj5IBOGhzL2kNByn7mSBj.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","http://thelittlemermaid.tv","385448","tt5493944","en","The Little Mermaid","A young reporter and his niece discover a beautiful and enchanting creature they believe to be the real little mermaid.","11.07","/qEM80vqREgfjk7YhIbl4AgfZ47S.jpg","[{'id':87590,'logo_path':'/xYW2wLOhb1vgH5uaTbfhivnnoX3.png','name':'Kingsway Productions','origin_country':'US'},{'id':73832,'logo_path':null,'name':'MVP Studios','origin_country':''},{'id':87591,'logo_path':'/fBwLpJKvsuy4aQ56BK2tKD0Q45C.png','name':'Conglomerate Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-08-02","0","98","[{'iso_639_1':'en','name':'English'}]","Released","A new twist on the classic tail","The Little Mermaid","false","4.8","399" +"false","/iVZ1qKq1UWvVNYhG9OvB5LN4YGf.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","447856","tt7218518","hi","Padman","Concerned about his wife Gayatri's menstrual hygiene, Lakshmikant Chauhan urges her to ditch the cloth and opt for sanitary napkins. Gayatri is reluctant to go for disposable pads as they are expensive. Lakshmi obsessing over a 'ladies problem' makes her cringe but he insists on bringing upon a change by addressing the taboo topic. Subjected to hostility for ruffling the religious and age-old beliefs of people around, can the man brave the resistance and get his point across?","5.203","/kHyoFs6BIJJwCaFlWu6P5Bnpa70.jpg","[{'id':91689,'logo_path':null,'name':'KriArj Entertainment','origin_country':''},{'id':3942,'logo_path':null,'name':'Hari Om Entertainment','origin_country':'IN'}]","[{'iso_3166_1':'IN','name':'India'}]","2018-02-09","0","140","[{'iso_639_1':'hi','name':'??????????????????'}]","Released","","Padman","false","7.6","59" +"false","/pzjnObK3uiHcKwiir9OPPWzbW8f.jpg","{'id':96676,'name':'Never Back Down Collection','poster_path':'/2srb1k1nAPHk7lzpheLK8e76Clp.jpg','backdrop_path':'/f069jw6rYHIWfypDjzQvODuGSz8.jpg'}","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'}]","","391757","tt4790268","en","Never Back Down: No Surrender","Picking up after the events of Never Back Down 2, former MMA champion Case Walker is on the comeback trail to become champion once again.","12.783","/dYNS4o4Q4DDLiKRAAvZ9KcrhHuy.jpg","[{'id':11341,'logo_path':'/xytTBODEy3p20ksHL4Ftxr483Iv.png','name':'Stage 6 Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-06-07","0","101","[{'iso_639_1':'en','name':'English'}]","Released","","Never Back Down: No Surrender","false","6.5","163" +"false","/iMiKWZFILSbzwFWdp30mS1HciT7.jpg","{'id':261382,'name':'Clint Eastwood's Iwo Jima Collection','poster_path':'/rnRE6JGz9yjYUAbWIHYkGu9B8pj.jpg','backdrop_path':'/dIYpFavJ8vNCv9pefEabsUL1pDP.jpg'}","19000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","http://iwojimathemovie.warnerbros.com/lettersofiwojima/framework/framework.html","1251","tt0498380","en","Letters from Iwo Jima","The story of the battle of Iwo Jima between the United States and Imperial Japan during World War II, as told from the perspective of the Japanese who fought it.","6.872","/nWJJqOryTQOmVXvKUkLcEETUHgT.jpg","[{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'},{'id':171,'logo_path':null,'name':'Malpaso Productions','origin_country':'US'},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'US','name':'United States of America'}]","2006-12-19","68673228","141","[{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'en','name':'English'}]","Released","The battle of Iwo Jima seen through the eyes of the Japanese soldiers.","Letters from Iwo Jima","false","7.4","935" +"false","/eI1awbf14cA2ds7gtQHZLdLTxrY.jpg","{'id':43563,'name':'Friday Collection','poster_path':'/cJUiqO2Z0PDL6cZ2Ic04F1i4gnb.jpg','backdrop_path':'/pXszT8ZWGj3fohU9FY0niA0IDEw.jpg'}","20000000","[{'id':35,'name':'Comedy'}]","","10426","tt0293815","en","Friday After Next","Craig and Day Day have finally moved out of their parents houses and into their own crib. The cousins work nights at a local mall as security guards. When their house is robbed on Christmas Eve they team up to track him down.","11.809","/pB49Sg3v247oHFPNvQLJDiX4OgA.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-11-22","33526835","85","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","The party's back in the 'hood!","Friday After Next","false","6.1","163" +"false","/sQxRUfvoHl1ADGtXK055Hojj1tU.jpg","null","350000","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","471105","tt6505968","fi","Armomurhaaja","Euthanizer tells the story of a mechanic who euthanises sick and old pets as a side job. Despite the grim work, he has a soft spot for the animals. Trouble stirs when the owner of a dog he was supposed to end realises that the canine is still alive. The only innocent party in the drama that ensues is the dog itself.","1.617","/f2JcwM4C1vciVgCYlQhicRcuFib.jpg","[{'id':91900,'logo_path':'/ArXIGgKUYiOacPnE64UWhnUYWpa.png','name':'It's Alive Films','origin_country':'FI'}]","[{'iso_3166_1':'FI','name':'Finland'}]","2017-11-24","0","85","[{'iso_639_1':'fi','name':'suomi'}]","Released","""Small ones i gas, the big ones get a bullet""","Euthanizer","false","7.4","12" +"false","/lPNIcV5ozPiYsjMdkjDBLALVMHE.jpg","null","0","[{'id':35,'name':'Comedy'}]","http://www.freestyledigitalmedia.tv/film/breaking-and-exiting/","533550","tt6285672","en","Breaking & Exiting","Harry, a charming house thief, gets more than he bargains for during an attempted burglary when he stumbles upon Daisy and decides to save her from herself, sending both of them into a darkly comedic journey of self discovery and love.","4.43","/ucZnGl4GJoTuIoJV2cX74k0WfK3.jpg","[{'id':108041,'logo_path':null,'name':'Kali Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-08-17","0","78","[{'iso_639_1':'en','name':'English'}]","Released","Some decisions are life changing","Breaking & Exiting","false","5.7","20" +"false","/1c32ryhV3tCYJmLXpXUR1Os552t.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'}]","http://www.kinokompanii.ee/ghost-mountaineer/","324183","tt3199006","et","Must alpinist","Ghost Mountaineer is a feature film with some hints of horror, based on actual events in Siberia back in Soviet times. A group of Estonian students on a winter hiking trip suddenly find themselves in the middle of bloodcurdling events in a Buryatian village. Olle, a closed off group leader disappointed in his mates, disappears in the mountains in the last day of the trip. Open-minded and adventurous Eero and the rest of the hikers are facing a situation they at first do not want to, but later can not solve. But no one is prepared for devastation seemingly conducted by the vanished group leader Olle. In strange country and amidst strange people, the group will soon find out that past actions and vengeance do not know the thin line between life and death.","0.6","/3y92l9fRVTPuYOIXpmmWbRyiHcF.jpg","[{'id':46038,'logo_path':null,'name':'Kopli Kinokompanii O??','origin_country':''}]","[{'iso_3166_1':'EE','name':'Estonia'}]","2015-11-27","0","90","[{'iso_639_1':'et','name':'Eesti'},{'iso_639_1':'ru','name':'P????????????'}]","Released","","Ghost mountaineer","false","5.4","5" +"false","/3I7K8DuZprS8FfV9SST23ZRHLj6.jpg","null","0","[{'id':878,'name':'Science Fiction'}]","","449575","tt5723416","en","The Beyond","Set in 2019, The Beyond chronicles the groundbreaking mission which sent astronauts - modified with advanced robotics, through a newly discovered wormhole known as the Void. When the mission returns unexpectedly, the space agency races to discover what the astronauts encountered on their first of its kind interstellar space journey.","4.308","/4Zvkn5olYInRsovD1QYHf8vW4Q3.jpg","[{'id':95434,'logo_path':'/iKqEhbzYfb6YHwRlhqcvX1NIZbt.png','name':'Ground Control Entertainment','origin_country':'US'},{'id':95435,'logo_path':null,'name':'Sector 99','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-01-09","0","92","[{'iso_639_1':'en','name':'English'}]","Released","To find out place in the universe, we must venture beyond our boundaries.","The Beyond","false","5.2","60" +"false","/nl5AhQn6aQafiCADgHYibQD1FlQ.jpg","null","0","[{'id':18,'name':'Drama'}]","","63224","tt0045302","fr","La v??rit?? sur B??b?? Donge","Fran??ois Donge, a rich industrialist and womaniser, meets a girl nicknamed B??b?? who he marries. Ten years later, poisoned by his wife and dying in hospital, he recalls his married life and understands how his wife who adored him suffered from his many affairs and indifference.","1.012","/dMNnUIzPPgXiV6T3k9Mu5RTqgBN.jpg","[]","[{'iso_3166_1':'FR','name':'France'}]","1952-02-13","0","110","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","The Truth About Bebe Donge","false","6.3","4" +"false","/1leAmLYYf3Bvf2BELEj2XL5s3aU.jpg","null","147983","[{'id':27,'name':'Horror'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","467012","tt7076834","id","Pengabdi Setan","After the death of Rini's mother, something is disturbing her family.","5.407","/k16xOaI9x5fqepxVwBwUJAozsW8.jpg","[{'id':7036,'logo_path':'/javbyY0ZCvlFJtly3tpZqf2NwLX.png','name':'CJ Entertainment','origin_country':'KR'},{'id':7872,'logo_path':null,'name':'Rapi Films','origin_country':''}]","[{'iso_3166_1':'ID','name':'Indonesia'}]","2017-09-28","0","107","[{'iso_639_1':'id','name':'Bahasa indonesia'}]","Released","","Satan's Slaves","false","7.4","59" +"false","/zq4TnMDOsTRWKduilLTjPNY0AET.jpg","null","0","[{'id':18,'name':'Drama'}]","","419473","tt3548028","en","Aardvark","The aardvark has evolved to be one of a kind. You could say the same of Josh Norman.","1.847","/8dBxPZRtoqA2qq9wKxRPBSwqdKi.jpg","[]","[]","2018-04-13","0","89","[{'iso_639_1':'en','name':'English'}]","Released","","Aardvark","false","5.6","9" +"false","/aOQjLmHGuFy3hsY26QDIctxjMol.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'},{'id':80,'name':'Crime'}]","http://www.altitudefilment.com/film/distribution/79/beast","470918","tt5628302","en","Beast","A troubled woman living in an isolated community finds herself pulled between the control of her oppressive family and the allure of a secretive outsider suspected of a series of brutal murders.","6.267","/kZdncyp1IKhEqwv5zdmUpK5Dc7S.jpg","[{'id':85136,'logo_path':null,'name':'Agile Films','origin_country':''},{'id':16881,'logo_path':'/6YneeRD8rMcsYnEnmRPrLYyuiia.png','name':'Stray Bear Productions','origin_country':'US'},{'id':16877,'logo_path':null,'name':'BFI Film Fund','origin_country':'GB'},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-04-18","0","107","[{'iso_639_1':'en','name':'English'}]","Released","Be careful what you unleash","Beast","false","7","81" +"false","/tOn0jxif0EJMGjfHkgqY3QqNJUm.jpg","null","0","[{'id':37,'name':'Western'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","65503","tt0036092","en","A Lady Takes a Chance","A city girl on a bus tour of the West encounters a handsome rodeo cowboy who helps her forget her simpy city suitors.","1.959","/rB29SX4KYjHpWJmW48ZJVml9wWb.jpg","[{'id':68189,'logo_path':null,'name':'Frank Ross Productions','origin_country':''},{'id':6,'logo_path':'/n53F7K9scQWFXYbrCablqLKqJdp.png','name':'RKO Radio Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1943-08-19","0","86","[{'iso_639_1':'en','name':'English'}]","Released","IT'S SCREWY...And So Funny! IT'S RIOTOUS...And Romantic!","A Lady Takes a Chance","false","6.2","8" +"false","/imsJ8w27SrnWliS8VVTGxHidibB.jpg","null","3000000","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'}]","","96404","tt0087001","en","A Breed Apart","A conservationist and a widow meet a mountain climber hired to steal bald-eagle eggs.","2.052","/gGXFH6wAoQR5r9bG3mCVGj3t6G.jpg","[{'id':18170,'logo_path':null,'name':'Sagittarius Productions','origin_country':''},{'id':3952,'logo_path':null,'name':'Hemdale Film','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-06-01","0","95","[{'iso_639_1':'en','name':'English'}]","Released","One Man Protects a Secret. The Other Tries To Steal It. And Only One Woman Can Stop Them from Destroying Each Other. Together They Are . . . A Breed Apart.","A Breed Apart","false","5.2","9" +"false","/o9855EeOi55su3fEpvZepGoyQFO.jpg","null","0","[{'id':27,'name':'Horror'}]","","40064","tt0075334","en","To the Devil a Daughter","An American occult novelist battles to save the soul of a young girl from a group of Satanists, led by an excommunicated priest, who plan on using her as the representative of the Devil on Earth.","3.549","/e69LEEUHwrAbzpLdS81j00avHbM.jpg","[{'id':1314,'logo_path':'/gQBluDqe6dc2ZdzfJbabEHoSGoG.png','name':'Hammer Film Productions','origin_country':'GB'},{'id':619,'logo_path':null,'name':'Terra-Filmkunst','origin_country':'DE'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'}]","1976-03-04","0","95","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'la','name':'Latin'}]","Released","...and suddenly the screams of a baby born in Hell!","To the Devil a Daughter","false","6","38" +"false","/uaAfpx4JTeZs8K8DHmg7P9ptIf7.jpg","{'id':123720,'name':'Frankenstein (Hammer) Collection','poster_path':'/p0KHQiCZCYjjksOVjyseO9BByFT.jpg','backdrop_path':'/gl9Gi60C9WYVkObOMll19OROhMC.jpg'}","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","3145","tt0065851","en","The Horror of Frankenstein","Victor Frankenstein, descendant of the infamous scientist, Baron Von Frankenstein, follows in his experimental footsteps. Initially his success involves the resuscitation of a tortoise and progressing onto more ambitious projects, including creating his own monster. The gothic genre is re-worked to create a drama of black humour and farce.","3.018","/1iYeFFgIW5RaYPvj3fHruQBzIlR.jpg","[{'id':1314,'logo_path':'/gQBluDqe6dc2ZdzfJbabEHoSGoG.png','name':'Hammer Film Productions','origin_country':'GB'},{'id':538,'logo_path':null,'name':'EMI Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1970-11-08","0","95","[{'iso_639_1':'en','name':'English'}]","Released","","The Horror of Frankenstein","false","5.6","24" +"false","/4UjR6JTqOuh1QFc6j8rkqSHsbwx.jpg","null","0","[{'id':18,'name':'Drama'}]","","21967","tt0053579","ja","?????????","The great actress and Ozu regular Setsuko Hara plays a mother gently trying to persuade her daughter to marry in this glowing portrait of family love and conflict???a reworking of Ozu???s 1949 masterpiece Late Spring.","1.954","/kfboCVd0V0Km9tvJB3qjqCwGoq8.jpg","[{'id':192,'logo_path':'/93eAKlnQecDdMtucfOprzcjMw9V.png','name':'Shochiku Co., Ltd.','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","1960-11-13","0","128","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Late Autumn","false","7.5","28" +"false","/8Q0YBtLWjwMB1YXtm4shAIZO5Jg.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","437108","tt7046826","ko","?????????","A story of the Jangsan Tiger, who mimics human voices to lure them close, and a family affected by the creature.","2.505","/wWseLt8PzOgMMzE3Jnoz2PN11NP.jpg","[{'id':104011,'logo_path':null,'name':'Studio Dream Capture','origin_country':''},{'id':20064,'logo_path':'/8shWjvGL9XQlQ60ovNFDnKqGr4G.png','name':'Next Entertainment World','origin_country':'KR'}]","[{'iso_3166_1':'KR','name':'South Korea'}]","2017-08-17","0","100","[{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","","The Mimic","false","5.9","35" +"false","/pmcIgOkCtJrVJeWSPGIn7xmz9OO.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","27035","tt0039482","en","I Walk Alone","Frankie Madison returns to New York after 14 years in prison. Noll Turner, Frankie's former partner in bootlegging, is now a wealthy nightclub manager, and Frankie is expecting him to honor a verbal '50:50' agreement they made when he was caught and Noll got away. Fat chance! Can Frankie, who knows only the strong-arm methods of Prohibition, win out against Big Business? It'll be tough...even with the unlikely alliance of torch singer Kay (Noll's ex-girlfriend).","1.763","/7wGkCq8RjevlVD8V8HOP4XPhN1V.jpg","[{'id':3468,'logo_path':null,'name':'Hal Wallis Productions','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1947-12-31","0","97","[{'iso_639_1':'en','name':'English'}]","Released","Once I trusted a dame... now I Walk Alone","I Walk Alone","false","6.2","17" +"false","/plS5HG8v8YTp8Vchx0sDho7zSqT.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10752,'name':'War'}]","","29048","tt0061789","en","How I Won the War","An inept British WWII commander leads his troops to a series of misadventures in North Africa and Europe.","0.958","/whI4pAKrLeZjOC5qYnO6QJbEi2x.jpg","[]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1967-10-18","0","109","[{'iso_639_1':'en','name':'English'}]","Released","""There's been some marvelous advances in surgery, thanks to war!""","How I Won the War","false","5.3","14" +"false","/3J4DXHC5xJ6s38uY6JQDx00n0Za.jpg","null","0","[{'id':27,'name':'Horror'},{'id':18,'name':'Drama'}]","","235798","tt0068540","en","Enter the Devil","Enter the Devil is a great American-made B horror movie. People are disappearing in the wastelands. An occult researcher discovers that a devil-worshipping cult is responsible. Her inquiries lead her into great danger. Who can she trust? Very well acted by a cast of unknowns. Gritty and atmospheric.","0.6","/haKzCEwzaA3Uxnu5WtvZvuv8kah.jpg","[]","[]","1972-07-01","0","75","[{'iso_639_1':'en','name':'English'}]","Released","Then It's Too Late For Exorcism!","Enter the Devil","false","4.5","2" +"false","/rcRaonawClUiBjPHjVy4lEMuT3q.jpg","null","0","[{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'},{'id':10749,'name':'Romance'}]","","648","tt0038348","fr","La belle et la b??te","The story of a gentle-hearted beast in love with a simple and beautiful girl. She is drawn to the repellent but strangely fascinating Beast, who tests her fidelity by giving her a key, telling her that if she doesn't return it to him by a specific time, he will die of grief. She is unable to return the key on time, but it is revealed that the Beast is the genuinely handsome one. A simple tale of tragic love that turns into a surreal vision of death, desire, and beauty.","7.912","/qi4V20bYyclriiOXzsfbejypy8u.jpg","[{'id':479,'logo_path':null,'name':'Discina','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'}]","1946-10-29","0","96","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Once upon a time","Beauty and the Beast","false","7.6","250" +"false","/ocMIFsxSI7KlB9NGB7polI6olzO.jpg","{'id':385650,'name':'The Spiritual Boxer Collection','poster_path':null,'backdrop_path':null}","0","[{'id':35,'name':'Comedy'},{'id':28,'name':'Action'}]","","104606","tt0073700","zh","??????","Wang Yu plays a vagabond who earn a living on people's superstitions, but also puts things right. (A Shaw Brothers production)","2.009","/2kMXUAZTJX25pds2DhT34HRhoZO.jpg","[{'id':5798,'logo_path':'/tmuI9BGXgpWLmokhlxpnG3IGNQB.png','name':'Shaw Brothers','origin_country':''}]","[{'iso_3166_1':'HK','name':'Hong Kong'}]","1975-11-28","0","98","[{'iso_639_1':'cn','name':'????????? / ?????????'},{'iso_639_1':'zh','name':'?????????'}]","Released","","The Spiritual Boxer","false","7.1","5" +"false","/vAHeRY2QkvHzzCZb3kDOEC1u5zJ.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","25355","tt0116650","fr","Irma Vep","A Chinese movie actress, in France to star in a remake of ""Les Vampires"", finds petty intrigues and clashing egos on the set.","2.754","/uFGubvhFdNS4cJdFHsCGuTpM9ZP.jpg","[{'id':21740,'logo_path':null,'name':'Dacia Films','origin_country':''},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'}]","1996-11-13","0","99","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Irma Vep","false","6.6","46" +"false","/531UL6W2RQiYZKQYFd7dePzeyVF.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'},{'id':27,'name':'Horror'}]","","73303","tt0129852","en","The Creeps","Mad scientist brings Dracula, the Wolfman, the Mummy, and Frankenstein's Monster to life... but there's a problem and they end up three feet tall.","1.078","/namzEWDmsJCF8NlQo3PPIFWr4e4.jpg","[{'id':1369,'logo_path':null,'name':'Full Moon Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-12-16","0","80","[{'iso_639_1':'en','name':'English'}]","Released","Undersized, Undead, and Angry","The Creeps","false","3.8","5" +"false","/uZTtVdOEIwPA6vwVRI3217DoPM.jpg","{'id':569738,'name':'To All the Boys I've Loved Before Collection','poster_path':null,'backdrop_path':null}","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","https://www.netflix.com/title/80203147","466282","tt3846674","en","To All the Boys I've Loved Before","Lara Jean's love life goes from imaginary to out of control when her secret letters to every boy she's ever fallen for are mysteriously mailed out.","34.869","/hKHZhUbIyUAjcSrqJThFGYIR6kI.jpg","[{'id':63484,'logo_path':'/aVLlAODQm57VkgqWlVAOGiy8zs0.png','name':'Awesomeness Films','origin_country':'US'},{'id':907,'logo_path':'/ca5SWI5uvU985f8Kbb4xc8AmVWH.png','name':'Overbrook Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-08-16","0","99","[{'iso_639_1':'en','name':'English'}]","Released","The Letters Are Out.","To All the Boys I've Loved Before","false","7.9","4023" +"false","/tbSKBCKjmk3Ebe3aanse8OvQ0JI.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","19662","tt0058756","en","The World of Henry Orient","Concert pianist Henry Orient (Peter Sellers) is trying to have an affair with a married woman, Stella Dunnworthy (Paula Prentiss), while two teenage private-school girls, Valerie Boyd (Tippy Walker) and Marian Gilbert (Merrie Spaeth), stalk him and write their fantasies about him in a diary. Orient's paranoia leads him to believe that the two girls, who seem to pop up everywhere he goes, are spies sent by the husband of his would-be mistress. When Val's mother, Isabel Boyd (Angela Lansbury), finds their diary, she suspects that Henry has acted inappropriately with her daughter. She contacts Orient and they end up having an affair. Val finds out about it, as does her dad.","1.963","/tMIRjDgsEj15RXEhMrgSqROUP7u.jpg","[{'id':8792,'logo_path':null,'name':'Pan Arts','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1964-03-19","0","106","[{'iso_639_1':'en','name':'English'}]","Released","Step into the world of Henry Orient...and meet two junior-size misses and one king-size nut!","The World of Henry Orient","false","6.5","14" +"false","/sZ7oNXtWAjcatbllZBYbHiIr3ot.jpg","null","3500000","[{'id':53,'name':'Thriller'}]","https://guardianangelmovie.net","480531","tt6353036","en","The Guardian Angel","Criminal investigator Anders Olsen begins to solve a case in which a bank robber shoots two bank clerks and runs into the streets of Copenhagen with the money. When arrested, he claims to have committed the crime alone. Some eyewitnesses say the robber seemed to have been in a trance, which makes the case even more complicated and peculiar. Olsen finds out that the accused has been in prison with the charismatic Bj??rn Schow Nielsen and begins to suspect that Nielsen had hypnotized his fellow inmate to commit the crime for him. But could it be possible ??? and if so, how can the true perpetrator be caught? Olsen seeks help from a well-known psychiatrist specialized in hypnosis, with whom Olsen delves deeper into the world of mental manipulation. Absorbed in the criminal investigation, Olsen does not realize that the mysterious Nielsen has secretly befriended his young wife. Soon the mysterious case touches him closer than he could have imagined.","4.156","/9wLqHa5wGLgRqGyNaEa5YRrEtVk.jpg","[{'id':70772,'logo_path':'/4dZxmrKg3uLLnI6oXqOKFIaXrgZ.png','name':'Art Films Production','origin_country':'FI'},{'id':96164,'logo_path':null,'name':'MP Films','origin_country':'HR'},{'id':96165,'logo_path':null,'name':'T??htiloiste Elokuvatuotanto','origin_country':''}]","[{'iso_3166_1':'FI','name':'Finland'},{'iso_3166_1':'DK','name':'Denmark'},{'iso_3166_1':'HR','name':'Croatia'}]","2018-03-29","0","110","[{'iso_639_1':'en','name':'English'}]","Released","Who controls your mind?","The Guardian Angel","false","6","4" +"false","/d6n8JjKUepxivXhvu07cJ3qQ2Fq.jpg","null","25000000","[{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'},{'id':12,'name':'Adventure'}]","","10690","tt0120199","en","Space Truckers","John Canyon is one of the last independent space transport entrepreneurs. Rough times force him to carry suspicious cargo to Earth without questions being asked. During the flight the cargo turns out to be multitude of unstoppable and deadly killer robots.","6.024","/4EnBPDZR7C2aB1N9RL4IAY4oZrv.jpg","[{'id':60892,'logo_path':null,'name':'Pachyderm Production','origin_country':''},{'id':500,'logo_path':null,'name':'Goldcrest Films International','origin_country':'GB'},{'id':23359,'logo_path':null,'name':'Peter Newman/Interal','origin_country':''},{'id':23360,'logo_path':null,'name':'Mary Breen-Farrelly Productions','origin_country':''},{'id':55424,'logo_path':null,'name':'Irish Film Industry','origin_country':''}]","[{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1996-03-01","1614266","95","[{'iso_639_1':'en','name':'English'}]","Released","Earth's Only Hope","Space Truckers","false","5.5","61" +"false","/1jcvDkBnUfGMOX13vunWhaeNquX.jpg","null","0","[{'id':10751,'name':'Family'},{'id':10749,'name':'Romance'}]","","534344","tt5696326","en","Running for Grace","An orphan boy of mixed race finds family with the newly arrived white village doctor in Hawaii. The boy can run like the wind, and begins bringing Doc's medicine to coffee pickers throughout the mountainous region. On an errand, the medicine runner meets the daughter of the plantation owner and a forbidden, young love blossoms like the white ""Kona Snow"" of the surrounding coffee trees.","3.647","/6EM6JvWiFPSkgpHLml6yA1hy1SL.jpg","[{'id':106406,'logo_path':null,'name':'Kona Snow Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-08-17","0","110","[{'iso_639_1':'en','name':'English'}]","Released","Love is worth going the distance","Running for Grace","false","6.4","12" +"false","/eS4gx96lUay4dxq7TiQzqwfDUi1.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","","24014","tt0054022","en","Let's Make Love","When billionaire Jean-Marc Clement learns that he is to be satirized in an off-Broadway revue, he passes himself off as an actor playing him in order to get closer to the beautiful star of the show, Amanda Dell.","4.552","/yzBniSVhbXrGTRmyAH0k276NFzJ.jpg","[{'id':45228,'logo_path':null,'name':'The Company of Artists','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1960-10-07","0","114","[{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","MARILYN MONROE and YVES MONTAND the French entertainment sensation! Doing what they do best in LET'S MAKE LOVE!","Let's Make Love","false","6.5","64" +"false","/8t0KYCkBaK3aAgNvfrgVHpcuNI6.jpg","{'id':102782,'name':'House Collection','poster_path':'/pZhCkFoFyK8VIEuglkv78XDy0h3.jpg','backdrop_path':'/ifZA8CtbMf072z71m1ijQHXGe78.jpg'}","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","52868","tt0104449","en","House IV","Roger Cobb (William Katt) is killed in a car accident. His family must move into the house that has haunted him for several years. Soon the family begins to experience scary and unexplained phenomena.","3.639","/2hVNBtlUlOTWhL1rtY07g74MWEk.jpg","[{'id':17611,'logo_path':null,'name':'Sean S. Cunningham Films','origin_country':''},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-01-21","0","94","[{'iso_639_1':'en','name':'English'}]","Released","Home Deadly Home","House IV","false","4","29" +"false","/nnfVMtkUcIqQBVodjLJzWRqRhLF.jpg","null","3500000","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':36,'name':'History'}]","","4868","tt0059219","en","Genghis Khan","This is the story of the shy Mongol boy Temujin who,during the 13th century, becomes the fearless Mongol leader Genghis Khan that unites all Mongol tribes and conquers India,China,Persia,Korea and parts of Rusia,Europe and Middle-East.","2.853","/71PIIUFJcLbYzEZnlXomINhx8zQ.jpg","[{'id':1787,'logo_path':null,'name':'Central Cinema Company Film','origin_country':''},{'id':1788,'logo_path':null,'name':'Irving Allen Productions','origin_country':''},{'id':5940,'logo_path':null,'name':'Avala Film','origin_country':'RS'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'RS','name':'Serbia'},{'iso_3166_1':'GB','name':'United Kingdom'}]","1965-04-15","0","127","[{'iso_639_1':'en','name':'English'}]","Released","Only once in the furied history of adventure and conquest...did one man rule so vast an empire!","Genghis Khan","false","6.2","21" +"false","/tZcOail3NuHDWUxh77FihNpsnH.jpg","{'id':102782,'name':'House Collection','poster_path':'/pZhCkFoFyK8VIEuglkv78XDy0h3.jpg','backdrop_path':'/ifZA8CtbMf072z71m1ijQHXGe78.jpg'}","0","[{'id':27,'name':'Horror'}]","","38084","tt0097527","en","House III: The Horror Show","Detective Lucas McCarthy finally apprehends ""Meat Cleaver Max"" and watches the electric chair execution from the audience. But killing Max Jenke only elevated him to another level of reality. Now Lucas' family is under attack, his sanity in question, and his house haunted. Aided by a disreputable college professor, can Lucas reclaim his mind, house, and family? Features Lance Henriksen as the Lucas McCarthy and Brion James as Max Jenke. One of the few movies featuring these actors as main characters.","4.016","/oGMkNkqcgFJBH6zCypueVYbgMuh.jpg","[{'id':17611,'logo_path':null,'name':'Sean S. Cunningham Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-04-28","1738897","95","[{'iso_639_1':'en','name':'English'}]","Released","Go to Hell.","House III: The Horror Show","false","4.6","53" +"false","","null","0","[{'id':18,'name':'Drama'}]","","527427","tt7973916","en","Enter The Wild","On a trek to find the world's rarest tree, Dylan and his friends descend into harsh ravines and canyons. As the wilderness closes in on them they come face to face with hard truths about friendship, unrequited love, and the consequences of letting go of the past.","3.243","/x66k8PyMeGk6Ctj9GqWg7go0vvg.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-12-01","0","96","[{'iso_639_1':'en','name':'English'}]","Released","","Enter The Wild","false","4.3","18" +"false","/eoTjilPmObqBMcXaBDBYTIPdB7e.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'}]","","421792","tt2372251","en","Down a Dark Hall","Kit, a troubled girl, is sent to the exclusive Blackwood boarding school, where she discovers that only four other female students have been admitted to learn the four pillars of knowledge under the ominous wing of the mysterious headmistress Madame Duret.","12.285","/wErHaJrD1QZ2FEVneH6w0GZUz2L.jpg","[{'id':12292,'logo_path':'/llGRXF5WYUW2fzXg0ebCoKMXjmT.png','name':'Temple Hill Entertainment','origin_country':'US'},{'id':11068,'logo_path':'/jOdUllzDZRFy0tPIFDEwpP4Mpv4.png','name':'Nostromo Pictures','origin_country':'ES'},{'id':19374,'logo_path':null,'name':'Fickle Fish Films','origin_country':'US'}]","[{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'US','name':'United States of America'}]","2018-08-01","0","96","[{'iso_639_1':'en','name':'English'}]","Released","Welcome to Blackwood. Where lost girls find their way.","Down a Dark Hall","false","5.4","208" +"false","/fFOc75GSXsWzMKoekBMK4cu2kPY.jpg","null","3","[{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'}]","","455839","tt4815122","en","Time Trap","A group of students become trapped inside a mysterious cave where they discover time passes differently underground than on the surface.","6.362","/3qIBGXM6oXOu3wBYH6QpamXdXuB.jpg","[{'id':108812,'logo_path':null,'name':'Pad Thai Pictures','origin_country':''},{'id':108813,'logo_path':null,'name':'Filmsmith Production & Management','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-05-19","0","95","[{'iso_639_1':'en','name':'English'}]","Released","","Time Trap","false","6.5","66" +"false","/nk40GcxEm8JDxhaC6X6Ebdlhcpe.jpg","null","0","[{'id':18,'name':'Drama'}]","http://breathfilm.com.au","341287","tt1553659","en","Breath","A pair of teenagers in Western Australia looking to escape the monotony of life in a small town take up surfing lessons from a guy named Sando.","2.77","/a5VZBFNObZQiuKkzAarrQ2R91EA.jpg","[{'id':25231,'logo_path':'/q8aYQQd4eILlcgucbTPNu0o8Gte.png','name':'See Pictures','origin_country':'AU'},{'id':2605,'logo_path':null,'name':'Gran Via Productions','origin_country':''},{'id':7584,'logo_path':'/eGkfvvyf4fJTvBUR1xt1669IPA3.png','name':'Screen Australia','origin_country':'AU'}]","[{'iso_3166_1':'AU','name':'Australia'}]","2017-06-22","0","115","[{'iso_639_1':'en','name':'English'}]","Released","","Breath","false","6.9","25" +"false","/i2nlG1UvruYQjsz2m5R4NruCyVz.jpg","null","2500000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'},{'id':36,'name':'History'},{'id':12,'name':'Adventure'}]","http://ctb.ru/en/films/the-scythian/","458027","tt7844166","ru","????????","These are times when one civilization is replacing another. A new era is about to begin in Central Eurasia. Scythians, the proud warriors, are all but gone. The few of their descendants have become ruthless mercenary assassins, the ???waves of Ares.??? Lutobor, is a soldier with a difficult task at hand. He becomes involved in internecine conflicts and sets off on a perilous journey to save his family. His guide is a captive Scythian by the name of Weasel. Lutobor and Weasel are enemies. They pray to different gods but must embark on this journey together. They brave the wild steppes, moving toward the last haven of the Scythians, to what seems to be their inevitable demise???","6.652","/tI1BO7YUGUBFlTnVGZN0wPnC4YK.jpg","[{'id':318,'logo_path':'/q0UG4oZERwIywJdDPF4lRlvdYGW.png','name':'CTB Film Company','origin_country':'RU'}]","[{'iso_3166_1':'RU','name':'Russia'}]","2018-01-18","1053002","105","[{'iso_639_1':'ru','name':'P????????????'}]","Released","Last Warrior Of The Wild Steppe","The Scythian","false","6.2","35" +"false","/ppBoFKZj5j5FgBJkShpRErTlmdS.jpg","null","0","[{'id':18,'name':'Drama'}]","","528095","tt7335008","en","Poor Boy","A little boy announces on his seventh birthday that he is a stranger named Danny, a grown man who died seven years earlier.","6.536","/4w06FbwSZzLzq93BsfTS7TS8izJ.jpg","[{'id':2857,'logo_path':null,'name':'Wildheart Films','origin_country':''},{'id':13786,'logo_path':'/1SZVpHLNMlYGshAXZK8FIIWQyu1.png','name':'Aquarius Films','origin_country':'AU'}]","[{'iso_3166_1':'AU','name':'Australia'}]","2019-12-31","0","104","[{'iso_639_1':'en','name':'English'}]","In Production","","Poor Boy","false","0","0" +"false","/s9YhmrLZ9ndEig1UuMwbMgC3JgE.jpg","null","0","[{'id':27,'name':'Horror'}]","http://www.someonegetshurt.com/","491132","tt3444206","en","Before Someone Gets Hurt","Tim and his team are the rising stars of the ghost hunting game. One thing they all like better than a good haunt is a great prank. When the team arrives at a new investigation, they cannot figure if the occurrences are part of some elaborate master prank or if the house is actually haunted. Unfortunately, they don't find the answer until it is far too late.","4.234","/dUgoy8qSCZ5Y5pBiu5ipufvS16d.jpg","[{'id':106567,'logo_path':null,'name':'York East End Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-07-01","0","86","[{'iso_639_1':'en','name':'English'}]","Released","It was all fun and games","Before Someone Gets Hurt","false","4.2","9" +"false","/ycf2cv0gEH0t3XmY0bD6AA8bpWV.jpg","null","0","[{'id':18,'name':'Drama'},{'id':37,'name':'Western'},{'id':10749,'name':'Romance'}]","","12501","tt0051411","en","The Big Country","Retired wealthy sea captain Jim McKay arrives in the vast expanse of the West to marry fianc??e Pat Terrill. McKay is a man whose values and approach to life are a mystery to the ranchers and ranch foreman Steve Leech takes an immediate dislike to him. Pat is spoiled, selfish and controlled by her wealthy father, Major Henry Terrill. The Major is involved in a ruthless civil war, over watering rights for cattle, with a rough hewn clan led by Rufus Hannassey. The land in question is owned by Julie Maragon and both Terrill and Hannassey want it.","8.799","/udSibhOkN5dT4NZy9oN9EGprAmZ.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':12191,'logo_path':null,'name':'Anthony Productions','origin_country':''},{'id':12192,'logo_path':null,'name':'Worldwide Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1958-09-30","0","165","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Big they fought! Big they loved! Big their story!","The Big Country","false","7.9","111" +"false","/8bBcHGfwJYUrRZg9BoK7wowMYtx.jpg","null","0","[{'id':14,'name':'Fantasy'},{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'},{'id':10749,'name':'Romance'}]","","18727","tt0035979","en","Heaven Can Wait","Spoiled playboy Henry van Cleve dies and arrives at the entrance to Hell, a final destination he is sure he deserves after living a life of profligacy. The devil, however, isn't so sure Henry meets Hell's standards. Convinced he is where he belongs, Henry recounts his life's deeds, both good and bad, including an act of indiscretion during his 25-year marriage to his wife, Martha, with the hope that ""His Excellency"" will arrive at the proper judgment.","3.992","/jpjSI8t2X8vM3MmrJFANiBcpu1Y.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1943-08-11","0","112","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","He believed in Love . . . Honor . . . and Obey - That Impulse!","Heaven Can Wait","false","6.9","66" +"false","/64jAqTJvrzEwncD3ARZdqYLcqbc.jpg","null","35000000","[{'id':53,'name':'Thriller'},{'id':10749,'name':'Romance'},{'id':12,'name':'Adventure'}]","","429300","tt6306064","en","Adrift","A true story of survival, as a young couple's chance encounter leads them first to love, and then on the adventure of a lifetime as they face one of the most catastrophic hurricanes in recorded history.","14.444","/5gLDeADaETvwQlQow5szlyuhLbj.jpg","[{'id':47729,'logo_path':'/5NRpQ7xxmODXAjt2pRWUFMLVzvP.png','name':'STX Entertainment','origin_country':'US'},{'id':62693,'logo_path':'/i8mR4YqKiyDvxwmpSqzly9tQ31f.png','name':'RVK Studios','origin_country':'IS'},{'id':126,'logo_path':'/kADPanRDkKTxncPXXVahvHPUvCj.png','name':'Lakeshore Entertainment','origin_country':'US'},{'id':3393,'logo_path':null,'name':'Huayi Brothers','origin_country':'HK'}]","[{'iso_3166_1':'HK','name':'Hong Kong'},{'iso_3166_1':'IS','name':'Iceland'},{'iso_3166_1':'US','name':'United States of America'}]","2018-05-31","4230000","96","[{'iso_639_1':'en','name':'English'}]","Released","","Adrift","false","6.7","1113" +"false","/oaPOCe47Z9sZICfifoK7ZdY3983.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","433637","tt6013156","en","What Still Remains","After the loss of her family, a young woman struggles to survive in a world long-since destroyed by disease; but when a lonely traveler offers her a place in his community, she must decide if the promise of a better life is worth the risk of trusting him.","4.963","/m5CarXbHeeCCd4x2pTvez3dV39p.jpg","[{'id':94422,'logo_path':null,'name':'Strike the Sun Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-08-14","0","92","[{'iso_639_1':'en','name':'English'}]","Released","People become their own kind of monster","What Still Remains","false","5.1","25" +"false","/3ccBOsbVpgwN9K5whd2UB9ACebG.jpg","null","3000000","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","https://www.americananimals.film","489931","tt6212478","en","American Animals","Lexington, Kentucky, 2004. Four young men attempt to execute one of the most audacious art heists in the history of the United States.","11.816","/aLbdKxgxuOPvs6CTlmzoOQ4Yg3j.jpg","[{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'},{'id':23949,'logo_path':'/3QFwomSxcZZgMQGBkdUPuJEnSFB.png','name':'RAW','origin_country':'GB'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-06-01","2847319","117","[{'iso_639_1':'en','name':'English'}]","Released","You don't know where the line is until you cross it","American Animals","false","7","268" +"false","/qBmJKg3L2bHeIysbhdbwfVe2vlW.jpg","null","5000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","http://www.upgrade.movie","500664","tt6499752","en","Upgrade","A brutal mugging leaves Grey Trace paralyzed in the hospital and his beloved wife dead. A billionaire inventor soon offers Trace a cure ??? an artificial intelligence implant called STEM that will enhance his body. Now able to walk, Grey finds that he also has superhuman strength and agility ??? skills he uses to seek revenge against the thugs who destroyed his life.","19.863","/8fDtXi6gVw8WUMWGT9XFz7YwkuE.jpg","[{'id':6748,'logo_path':'/74qmkZFGFMbCsIKo2Dk62QVsUKf.png','name':'Goalpost Pictures','origin_country':'AU'},{'id':107785,'logo_path':null,'name':'OTL Releasing','origin_country':''},{'id':3172,'logo_path':'/kDedjRZwO8uyFhuHamomOhN6fzG.png','name':'Blumhouse Productions','origin_country':'US'},{'id':7625,'logo_path':'/kzq4ibnNeZrp00zpBWv3st1QCOh.png','name':'Automatik Entertainment','origin_country':'US'},{'id':107787,'logo_path':null,'name':'Nervous Tick','origin_country':''},{'id':11840,'logo_path':'/8oyCRYf6ezxB5h8HJIPVG8JjzgL.png','name':'Film Victoria','origin_country':'AU'}]","[{'iso_3166_1':'AU','name':'Australia'}]","2018-06-01","11871365","100","[{'iso_639_1':'en','name':'English'}]","Released","Not man. Not machine. More.","Upgrade","false","7.4","1158" +"false","/hONBYBMtlPiA6OHjnkZG1AbupPp.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'}]","","71141","tt0091282","en","Jake Speed","Jake Speed (Wayne Crawford) is the lead character in some of the biggest page-turners of the 1940s. A chiseled, heroic action figure, Speed saves lives on paper, but when a young girl is kidnapped and her sister (Karen Kopins) begs the real-life Speed for help, he must find a way to be as gallant as the book hero whose creation he's inspired. Accompanied by the victim's sibling, Speed flies to Africa to see if he's up to the task.","1.94","/zWAMEOdOlUCBm2hxXyX5vJiymfe.jpg","[{'id':37464,'logo_path':null,'name':'Force 10 Productions','origin_country':''},{'id':2165,'logo_path':null,'name':'Balcor Film Investors','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1986-05-30","0","100","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","More than a myth. Less than a legend. And a bit too big for his boots","Jake Speed","false","4.4","5" +"false","/cS0dcsXKBxxG73f8bkE2znhYWFC.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","32825","tt0055623","en","Wild in the Country","A troubled young man discovers that he has a knack for writing when a counselor encourages him to pursue a literary career.","0.977","/2JAF45vEO5DKdyjw0cIQHMvi18g.jpg","[{'id':45228,'logo_path':null,'name':'The Company of Artists','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1961-06-15","0","114","[{'iso_639_1':'en','name':'English'}]","Released","It's all about young people and their growing pains!","Wild in the Country","false","6.5","12" +"false","/7HCjFWhv68JRCswdEPii1cUObAW.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.thehouseoftomorrowfilm.com","433503","tt5910344","en","The House of Tomorrow","The film tells futurist, architect, and inventor R. Buckminster Fuller's incredible story through two teens hoping to get laid, become punk gods, and survive high school.","3.031","/1roXNukd7ZvGyIb7YmzGIOAzNIW.jpg","[{'id':89212,'logo_path':'/zFEXjYOgGRne5IbRlGEDsFjNdOE.png','name':'Superlative Films','origin_country':'US'},{'id':88564,'logo_path':'/pn3p12IC4Tb0K8reEQyR51pgnvJ.png','name':'Water's End Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-04-20","0","85","[{'iso_639_1':'en','name':'English'}]","Released","Make your own future","The House of Tomorrow","false","6.5","14" +"false","/4206Yt8UPcq7DDmbwde9cWYZYp3.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':14,'name':'Fantasy'}]","","537347","tt5657280","en","Viking Destiny","A Viking Princess is forced to flee her kingdom after being framed for the murder of her father, the King. Under the guidance of the God Odin, she travels the world gaining wisdom and building the army she needs to win back her throne.","4.388","/1ujUwm5HW6YLG0dksEi5Wk5sJGi.jpg","[{'id':21440,'logo_path':null,'name':'Fatal Black','origin_country':''},{'id':101477,'logo_path':null,'name':'Misfits Entertainment','origin_country':''},{'id':5056,'logo_path':'/kADFcjL04xe5HGBnlLjbfhliS2a.png','name':'Head Gear Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-07-26","0","91","[{'iso_639_1':'en','name':'English'}]","Released","Battle for the Throne","Viking Destiny","false","4.8","11" +"false","/mx6b1VxtUA9k1xLinVf38tVjT7f.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","","506053","tt8324576","zh","??????2???????????????","Ren has finally succeeded his boss as the head of the North Fort Gang. For so long, his ambitions had been held back; now, he can realize them. But the ruthless Jian returns with his own gang. Though Ren and Jian were once like brothers, Ren's position is challenged, causing tensions with Qing, his loyal captain. Now that former friends are enemies, what is the price of loyalty? What will be left of friendship when the smoke of battle clears?","4.219","/tyAr9mLsohMW8V2yEkVIRThuH5e.jpg","[]","[{'iso_3166_1':'TW','name':'Taiwan'}]","2018-02-14","0","127","[{'iso_639_1':'zh','name':'?????????'}]","Released","","Gatao 2: Rise of the King","false","8","2" +"false","/llB2KAdZmfPrugtNm2lmPpMGvTu.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","14652","tt0310778","fr","Bon voyage","Isabelle Adjani and Gerard Depardieu star in director Jean-Paul Rappenau's amusing farce set on the eve of World War II, which follows the intersecting lives of four Parisians as they cope with the impending invasion of their city by German forces. As the French government braces for impact, the lives of a young writer, a vain movie star, a French politician and a young scientist are examined as they attempt to deal with war and evade German spies.","2.965","/oKcnGc3XLycoehE5M30WzrHEOLc.jpg","[]","[{'iso_3166_1':'FR','name':'France'}]","2003-04-16","0","114","[{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","","Bon voyage","false","5.8","27" +"false","/jiQLarRC09nD1wVCrIrHWnaLkIl.jpg","null","0","[{'id':37,'name':'Western'}]","","34012","tt0060120","en","The Appaloosa","Man tries to recover a horse stolen from him by a Mexican bandit. The Appaloosa (also known as Southwest to Sonora) is a 1966 American Western film Technicolor (set in the 1870s) from Universal Pictures starring Marlon Brando, Anjanette Comer and John Saxon, who was nominated for a Golden Globe for Best Supporting Actor for his portrayal of a Mexican bandit. The film was directed by Sidney J. Furie, shot in Mexico. The 2008 Appaloosa film (starring Ed Harris and Viggo Mortensen) is not related nor a remake of this film, although it has almost the same title.","2.005","/1VXUFRzafYExk1Y9cbdq8vvx1FP.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1966-09-14","0","98","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Southwest to Sonora rode the lustful, the lawless... to live on the edge of violence!","The Appaloosa","false","6.3","22" +"false","/a0asHnjqLVeIbBajdhBytlutPlk.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","46982","tt0056919","cs","??ern?? Petr","Reality movie of a few days in the life of a Czechoslovak teenager when he starts work.","2.635","/2uAWSn8fOogQZZ1l2HP72cgRnrI.jpg","[{'id':1931,'logo_path':'/C3Jo9PF1TzvNw97vdOid6oY3DC.png','name':'Filmov?? Studio Barrandov','origin_country':'CZ'}]","[{'iso_3166_1':'CZ','name':'Czech Republic'}]","1964-04-16","0","85","[{'iso_639_1':'cs','name':'??esk??'}]","Released","","Black Peter","false","6.9","18" +"false","/n7DONi7kqSiW2gAu7Zv1uHFj4wH.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':37,'name':'Western'},{'id':10752,'name':'War'}]","","48169","tt0063293","it","Il mercenario","While a Mexican revolutionary lies low as a U.S. rodeo clown, the cynical Polish mercenary who tutored the idealistic peasant tells how he and a dedicated female radical fought for the soul of the guerrilla general Paco, as Mexicans threw off repressive government and all-powerful landowners in the 1910s. Tracked by the vengeful Curly, Paco liberates villages, but is tempted by social banditry's treasures, which Kowalski revels in.","3.472","/mY8jDhQzXwYDDmw9upLfUbv07WC.jpg","[]","[{'iso_3166_1':'IT','name':'Italy'}]","1968-08-28","0","110","[{'iso_639_1':'it','name':'Italiano'}]","Released","He sells death to the highest bidder! Buy or die!","The Mercenary","false","7.3","41" +"false","/vZRsdR0jQMauTfqGIx3gDPCa78f.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'},{'id':10402,'name':'Music'}]","","25445","tt0061749","en","The Happiest Millionaire","A happy and unbelievably lucky young Irish immigrant, John Lawless, lands a job as the butler of an unconventional millionaire, Biddle. His daughter, Cordelia Drexel Biddle, tires of the unusual antics of her father--especially since the nice young men around town all fear him. Wouldn't you fear a father-in-law that keeps alligators for pets and teaches boxing at his daily Bible classes?","1.532","/upMl62EEdSMkG0QtlpbG9g4anqi.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1967-06-26","0","172","[{'iso_639_1':'en','name':'English'}]","Released","","The Happiest Millionaire","false","6.7","16" +"false","/EfJcbN9pTviHAXcJ3g0VT4vz0Q.jpg","null","6000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.insightfilm.com/wswo.html","15749","tt0887971","en","While She Was Out","A suburban housewife is forced to fend for herself when she becomes stranded in a desolate forest with four murderous thugs.","4.909","/jDxgCskZEMlekZEkL11pwlmE3Fz.jpg","[{'id':2865,'logo_path':'/5O0gp5QS3n9ZPRvWFxaWa6QPpGX.png','name':'Insight Film Studios','origin_country':'CA'},{'id':12087,'logo_path':null,'name':'Angry Films','origin_country':''},{'id':5319,'logo_path':null,'name':'Victoria Filmproduktion','origin_country':''},{'id':5321,'logo_path':null,'name':'Proud Mary Entertainment','origin_country':''},{'id':4297,'logo_path':null,'name':'Redwood Palms Pictures','origin_country':''},{'id':8582,'logo_path':null,'name':'Canadian Film or Video Production Tax Credit Fund (CPTC)','origin_country':'CA'},{'id':11567,'logo_path':null,'name':'Province of British Columbia Film Incentive BC','origin_country':''},{'id':5322,'logo_path':'/6Vk4WZnKJuC6z6HKBGFirbWwWwV.png','name':'Aloe Entertainment','origin_country':'US'},{'id':114737,'logo_path':null,'name':'Grosvenor Park Media','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2008-10-27","391410","108","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pl','name':'Polski'},{'iso_639_1':'ru','name':'P????????????'}]","Released","They Messed With the Wrong Woman on the Wrong Night","While She Was Out","false","4.9","59" +"false","/r98laT9X7gjkkcxGfVV3TK1pkb6.jpg","{'id':108125,'name':'The 36th Chamber of Shaolin Collection','poster_path':'/wBjZh104nh4HKLIgvrCvdOZzXKC.jpg','backdrop_path':'/grC83MtaWyTbUcxndTK3khIWiMT.jpg'}","0","[{'id':28,'name':'Action'}]","","48301","tt0081494","zh","??????????????????","The workers of a dye factory have their pay cut by 20% when the factory owner brings in some Manchu thugs to try and increase production. Desperate to reclaim their full wages, the workers hire an actor to impersonate a priest and kung-fu expert from the temple of Shaolin. The factory owner proves the actor a fraud, and punishes all those involved. The young actor feels he has let the workers down, and promises to atone. He sets out for Shaolin, determined to be accepted as a kung-fu pupil at the elite temple.","5.598","/llpg6eSXeD6TOoo5sDQOUZTCtaZ.jpg","[{'id':5798,'logo_path':'/tmuI9BGXgpWLmokhlxpnG3IGNQB.png','name':'Shaw Brothers','origin_country':''}]","[{'iso_3166_1':'HK','name':'Hong Kong'}]","1980-08-24","0","99","[{'iso_639_1':'cn','name':'????????? / ?????????'},{'iso_639_1':'zh','name':'?????????'}]","Released","","Return to the 36th Chamber","false","7","40" +"false","/lEhrqBYytx5NsGyDSdClzqaLcYT.jpg","{'id':123218,'name':'Troll Collection','poster_path':'/pyJAsz6hbAzkx5Kw9CvI8jRkOmw.jpg','backdrop_path':null}","1100000","[{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'}]","","33061","tt0092115","en","Troll","When a family moves into a San Francisco apartment, an opportunistic troll decides to make his move and take possession of little Wendy (Jenny Beck), thereby paving the way for new troll recruits, the first in his army that will take eventual control of the planet. We soon discover Torok is the ex-husband of Eunice St. Clair, a resident in the building who was married to Torok.","4.182","/mvbFuvuzIDU8YDhVN0hNHGTF6Yn.jpg","[{'id':1212,'logo_path':null,'name':'Empire Pictures','origin_country':''},{'id':13085,'logo_path':null,'name':'Altar Productions','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'US','name':'United States of America'}]","1986-01-17","5450815","82","[{'iso_639_1':'en','name':'English'}]","Released","Worlds of Magic, Mystery and Menace.","Troll","false","5","82" +"false","/m8Nn9ks7u3N30OSWuvjvysmKAhS.jpg","null","0","[{'id':99,'name':'Documentary'}]","https://www.tellingpictures.com/harveymilk","33138","tt0088275","en","The Times of Harvey Milk","Harvey Milk was an outspoken human rights activist and one of the first openly gay U.S. politicians elected to public office; even after his assassination in 1978, he continues to inspire disenfranchised people around the world.","1.914","/icHnX0RALT9Mn8CVhtqBl04jqXi.jpg","[{'id':10250,'logo_path':null,'name':'UCLA School of Film and Television','origin_country':''},{'id':88014,'logo_path':null,'name':'Black Sand Productions','origin_country':'US'},{'id':88015,'logo_path':null,'name':'pacific arts','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-10-07","0","90","[{'iso_639_1':'en','name':'English'}]","Released","He was powerful, charismatic, compassionate and gay. After eleven months in office he was assassinated.","The Times of Harvey Milk","false","7.5","41" +"false","/11h2yPSPx3aYIOr9iiI2WszeLEi.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","41166","tt0089816","en","Plenty","David Hare's account of a one-time French freedom fighter who gradually realizes that her post-war life is not meeting her expectations.","2.84","/77utehif5smAdeJqZvfZiM82Yrb.jpg","[{'id':21590,'logo_path':null,'name':'Pressman Productions','origin_country':''},{'id':6,'logo_path':'/n53F7K9scQWFXYbrCablqLKqJdp.png','name':'RKO Radio Pictures','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1985-09-20","0","124","[{'iso_639_1':'en','name':'English'}]","Released","","Plenty","false","5.6","13" +"false","/eueT68ZeLT3XbE8JOgN9OaqZArK.jpg","{'id':164395,'name':'The Messengers Collection','poster_path':'/e1xCEGUiFxD73uIbUpK36QogI54.jpg','backdrop_path':'/bUYMhaVcbTeXaa9XlTQOyllJZqW.jpg'}","16000000","[{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","9966","tt0425430","en","The Messengers","When the Solomons trade in the craziness of big-city life for the quiet of a North Dakota farm, little do they expect the nightmare that follows. Soon after arriving, teenage Jess (Kristen Stewart) and her younger brother see terrifying apparitions and endure attacks from a supernatural source. Jess must warn her disbelieving family before it is too late to save them.","9.137","/x2Z5iXhHaoK22vwfxju5vq25apS.jpg","[{'id':3287,'logo_path':'/bz6GbCQQXGNE56LTW9dwgksW0Iw.png','name':'Screen Gems','origin_country':'US'},{'id':768,'logo_path':null,'name':'Ghost House Pictures','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':2779,'logo_path':null,'name':'Blue Star Pictures','origin_country':''},{'id':22039,'logo_path':null,'name':'Scarecrow Productions','origin_country':''},{'id':771,'logo_path':null,'name':'Mandate Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-02-02","1109660","90","[{'iso_639_1':'en','name':'English'}]","Released","There is evidence to suggest that children are highly susceptible to paranormal phenomena. They see what adults cannot. They believe what adults deny. And they are trying to warn us.","The Messengers","false","5.5","372" +"false","/oG8sdayvGEMbHYPIIlJlKzoZsAR.jpg","null","0","[{'id':18,'name':'Drama'}]","","326382","tt3409848","es","Zama","Based on the novel by Antonio Di Benedetto. Don Diego de Zama, a Spanish officer of the 17th century settled in Asunci??n, awaits his transfer to Buenos Aires.","2.776","/kpp9R6iYKSIXxfyW0feVYrk0jsg.jpg","[{'id':2535,'logo_path':null,'name':'Bananeira Filmes','origin_country':'BR'},{'id':6962,'logo_path':'/rpHhUxYAY3Ly21IVuTgjk0SDUb2.png','name':'CNC','origin_country':'FR'},{'id':1719,'logo_path':'/nCCpnwdybGqektBEjqpz6WX0cbF.png','name':'Canana Films','origin_country':'MX'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'AR','name':'Argentina'},{'iso_3166_1':'BR','name':'Brazil'},{'iso_3166_1':'DO','name':'Dominican Republic'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'NL','name':'Netherlands'},{'iso_3166_1':'LB','name':'Lebanon'},{'iso_3166_1':'MX','name':'Mexico'},{'iso_3166_1':'PT','name':'Portugal'},{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'CH','name':'Switzerland'}]","2017-09-08","0","115","[{'iso_639_1':'pt','name':'Portugu??s'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","","Zama","false","6.9","42" +"false","/yHegd3GmciixQx3SKVQGRfFUjtA.jpg","null","106000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","46691","tt0065916","en","Joe","Bill, a wealthy businessman, confronts his junkie daughter's drug-dealing boyfriend; in the ensuing argument, Bill kills him. Panic-stricken, he wanders the streets and eventually stops at a bar. There he runs into a drunken factory worker named Joe, who hates hippies, blacks, and anyone who is ""different"", and would like to kill one himself. The two start talking, and Bill reveals his secret to Joe. Complications ensue.","1.723","/11bRptkNerkDjIeM9FfdUY0HuVW.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","1970-07-15","19319254","107","[{'iso_639_1':'en','name':'English'}]","Released","Keep America Beautiful","Joe","false","6.2","14" +"false","/r18a5izhFV73Y9EFB2TYxubQA7H.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","16825","tt0066924","it","La coda dello scorpione","The Case of the Scorpion's Tail begins with the mysterious death of a millionaire and spirals into the murder of his suddenly rich wife, which draws the attention of a dogged investigator, who follows a trail of blood to the bitter end.","2.986","/tSf2dASiLwpG3TJD6zTxHwMYxcA.jpg","[{'id':9152,'logo_path':null,'name':'Devon Film','origin_country':'IT'},{'id':1500,'logo_path':null,'name':'Copercines, Cooperativa Cinematogr??fica','origin_country':'ES'}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'ES','name':'Spain'}]","1971-08-16","0","96","[{'iso_639_1':'it','name':'Italiano'}]","Released","","The Case of the Scorpion's Tail","false","6.4","23" +"false","/dGbigRCsssywVF6QLpvmEnRfpNS.jpg","null","0","[{'id':35,'name':'Comedy'}]","","27459","tt0067350","en","Little Murders","Elliot Gould plays Alfred Chamberlain -- a one time successful photographer who is now down on his luck because he began to eliminate people from his photographs. He also suffers from an inability to feel or to be passionate about anything. But then Alfred meets Patsy Newqvist, who takes it upon herself to mold Alfred into ""a strong, vital, self-assured man, that I can protect and take care of.""","1.912","/b1OwbgNKrtOJasO6MJMUtJFMgIP.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1971-02-09","0","110","[{'iso_639_1':'en','name':'English'}]","Released","Funny in a new and frightening way!","Little Murders","false","6.9","15" +"false","/WoOVR5NrRSJIeKXZHcXx2TzbPF.jpg","null","0","[{'id':18,'name':'Drama'}]","","88875","tt0068528","en","The Effect of Gamma Rays on Man-in-the-Moon Marigolds","Middle-aged widow Beatrice Hunsdorfer (Joanne Woodward) and her daughters Ruth (Roberta Wallach) and Matilda (Nell Potts) are struggling to survive in a society they barely understand. Beatrice dreams of opening an elegant tea room but does not have the wherewithal to achieve her lofty goal. Epileptic Ruth is a rebellious adolescent, while shy but highly intelligent and idealistic Matilda seeks solace in her pets and school projects, including one designed to show how small amounts of radium affect marigolds.","1.405","/3Q7BrDbXymPhxiUwUZO5sFosGNY.jpg","[{'id':12443,'logo_path':null,'name':'Newman-Foreman Company','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1972-12-20","0","100","[{'iso_639_1':'en','name':'English'}]","Released","","The Effect of Gamma Rays on Man-in-the-Moon Marigolds","false","7.5","21" +"false","/7jsa6wxOTjJ7jD757it4W3V3u7h.jpg","null","100000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","36194","tt0067144","en","The Go-Between","British teenager Leo Colston (Dominic Guard) spends a summer in the countryside, where he develops a crush on the beautiful young aristocrat Marian (Julie Christie). Eager to impress her, Leo becomes the ""go-between"" for Marian, delivering secret romantic letters to Ted Burgess (Alan Bates), a handsome neighboring farmer.","2.324","/bmZiA7cB0wbXgIpS1cgaKCSCOIJ.jpg","[{'id':538,'logo_path':null,'name':'EMI Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1971-09-24","0","118","[{'iso_639_1':'en','name':'English'}]","Released","","The Go-Between","false","6.9","34" +"false","/kpjp9Wqj6U4wdv4oSEe9FLkNhaQ.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","295011","tt3458254","en","Patient Zero","After an unprecedented global pandemic has turned the majority of humankind into violent infected beings, Morgan, a man gifted with the ability to speak the infected's new language, leads the last survivors on a hunt for patient zero and a cure.","8.481","/5jOqatpfh0aKYhl6fN83RK69UtC.jpg","[{'id':17929,'logo_path':null,'name':'Vincent Newman Entertainment','origin_country':''},{'id':3287,'logo_path':'/bz6GbCQQXGNE56LTW9dwgksW0Iw.png','name':'Screen Gems','origin_country':'US'},{'id':769,'logo_path':null,'name':'Destination Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2018-09-14","0","87","[{'iso_639_1':'en','name':'English'}]","Released","","Patient Zero","false","4.7","144" +"false","/fn17JklPoxVR9ou6w39MxnjRxHt.jpg","{'id':375886,'name':'Willard','poster_path':'/jFdCChculOPibS0E4SGlibtQoN1.jpg','backdrop_path':null}","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","42476","tt0068264","en","Ben","A lonely boy becomes good friends with Ben, a rat. This rat is also the leader of a pack of vicious killer rats, killing lots of people.","2.487","/LvTapjbjdg9bGzt79hZAp2idcn.jpg","[{'id':5409,'logo_path':null,'name':'Bing Crosby Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1972-06-23","0","94","[{'iso_639_1':'en','name':'English'}]","Released","Where 'WILLARD' ended... Ben begins. And this time, he's not alone!","Ben","false","5.2","23" +"false","/8vRBUTXDds6WgZsWNnzEbqIWzrd.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':28,'name':'Action'},{'id':27,'name':'Horror'}]","","446830","tt6270524","cn","???????????????","Attacked by vampire, Spring, a born loser is saved by three street cleaners. When he wakes up, he finds himself in a government secret facilities hidden in a garbage collection station. Spring then discovers that he has a special immunity to vampire attack, making him a perfect candidate as agent of the secret organisation, the Vampire Cleanup Department.","2.718","/tzTPLgWx7SVtgTYPMR9ScysudSu.jpg","[{'id':92015,'logo_path':null,'name':'mm2 Studios Hong Kong','origin_country':''},{'id':5552,'logo_path':'/wdtjT9x5OG7nLusPctACI3i7Im2.png','name':'Media Asia Films','origin_country':''},{'id':62894,'logo_path':'/fIu9uAhKFyEZipwObaA9EjQJsS2.png','name':'Entertaining Power','origin_country':'HK'},{'id':92016,'logo_path':null,'name':'Samart Limited','origin_country':''}]","[{'iso_3166_1':'HK','name':'Hong Kong'}]","2017-03-16","0","93","[{'iso_639_1':'cn','name':'????????? / ?????????'}]","Released","","Vampire Cleanup Department","false","6.9","13" +"false","/qbMTto0pX2ELo3IzAlB8efAcIDh.jpg","null","0","[{'id':27,'name':'Horror'}]","","517015","tt6772946","en","The Campus","Robert Wainwright dies after breaking his deal with the Devil, passing that debt onto his estranged daughter Morgan. She soon finds herself in a never-ending cycle of terror as she is brutally murdered then resurrected over and over again, each time losing a piece of her soul. Now she must discover why this is happening and break the deadly cycle in order to escape.","2.831","/v6mM4UWRmS9sH1TpoRRhjgkLyb4.jpg","[{'id':104582,'logo_path':null,'name':'Gas Money Pictures','origin_country':''},{'id':104583,'logo_path':null,'name':'ANC Entertainment','origin_country':''},{'id':78474,'logo_path':null,'name':'Small Factory Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-01-26","0","84","[{'iso_639_1':'en','name':'English'}]","Released","","The Campus","false","4.4","5" +"false","/8jR4qVNnlhmmicHQP45M0NYfHit.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'}]","","438459","tt5067958","en","Easy Living","Sherry Graham, a self-destructive makeup saleswoman, hopes a new man and business venture will provide her a fresh start. After her plans are foiled, she takes control of her life in a dramatic turn of events.","2.097","/uqfvqrNXfDAbuAjZBbQ9MFhtLOl.jpg","[{'id':94012,'logo_path':null,'name':'Green Ray Films','origin_country':''},{'id':26249,'logo_path':null,'name':'Bay Bridge Productions Inc.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-09-15","0","80","[{'iso_639_1':'en','name':'English'}]","Released","","Easy Living","false","6.4","6" +"false","/jHE8a3oKHeG9gychyuXtS04DIsK.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':10751,'name':'Family'}]","","42453","tt0071671","en","The Island at the Top of the World","A Victorian gentleman hopes to find his long-lost son, who vanished whilst searching for a mysterious Viking community in a volcanic valley somewhere in uncharted Arctic regions. The gentleman puts together an expedition team to go on the search, but when they reach their destination they must escape from some Viking descendants who will kill to keep their existence a secret.","2.859","/6ZzQhN2Zwe4XWEK6V2TtD8BmECJ.jpg","[{'id':3166,'logo_path':'/vyyv4Gy9nPqAZKElPm2izLlEaVS.png','name':'Walt Disney Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1974-01-01","0","93","[{'iso_639_1':'da','name':'Dansk'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'is','name':'??slenska'},{'iso_639_1':'no','name':'Norsk'},{'iso_639_1':'sv','name':'svenska'}]","Released","Adventure beyond imagination","The Island at the Top of the World","false","5.9","30" +"false","/vnvN5MKPoaXnifGEwfEm0hAPzYY.jpg","null","650000","[{'id':14,'name':'Fantasy'},{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","","44864","tt0073822","sv","Trollfl??jten","The Queen of the Night enlists a handsome prince named Tamino to rescue her beautiful kidnapped daughter, Princess Pamina, in this screen adaptation of the beloved Mozart opera. Aided by the lovelorn bird hunter Papageno and a magical flute that holds the power to change the hearts of men, young Tamino embarks on a quest for true love, leading to the evil Sarastro's temple where Pamina is held captive.","2.056","/3N0L2ijwcVjRLJRSXbv3AKT2Vnt.jpg","[{'id':9138,'logo_path':'/14AzgC0B2KT231csPJsramojWlN.png','name':'Sveriges Radio (SR)','origin_country':'SE'}]","[{'iso_3166_1':'SE','name':'Sweden'}]","1975-01-01","0","134","[{'iso_639_1':'sv','name':'svenska'}]","Released","We only see Bergman, we only hear Mozart","The Magic Flute","false","7.1","27" +"false","/7wTziuLMlfOwlqocBHug4tQyFNV.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'}]","","40435","tt0073168","zh","????????????","The surface of the Earth is under attack, thousands of people are killed in this unprovoked attacked. The cause, Princess Dragonmon and her army of monsters have decided to invade. Princess Dragonmon is an alien whose race has been hiding under us for centuries waiting to attack and the time is right. A doctor has been preparing for something like this and turns his assistant Rayma into the cyborg hero known as Inframan. Now only Inframan stands between the Earth and Princess Dragonmon but when a close friend is captured and brainwashed, can she be stopped with this inside man feeding her info?","2.215","/zjJdp0MHMguviRY4ZY6kvdImTQp.jpg","[{'id':5798,'logo_path':'/tmuI9BGXgpWLmokhlxpnG3IGNQB.png','name':'Shaw Brothers','origin_country':''}]","[{'iso_3166_1':'HK','name':'Hong Kong'}]","1975-01-01","0","90","[{'iso_639_1':'zh','name':'?????????'}]","Released","The man beyond bionics.","Super Inframan","false","5.7","27" +"false","/nD4T5wpYaS5HcPoi9z2Oh7RyQSC.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'},{'id':10402,'name':'Music'}]","","41426","tt0076240","en","Jubilee","Queen Elizabeth I visits late twentieth-century Britain to find a depressing landscape where life has changed since her time.","3.401","/stM3tsApCOs7Kolfq7x9hEVE7ji.jpg","[{'id':31587,'logo_path':null,'name':'Megalovision','origin_country':''},{'id':91502,'logo_path':null,'name':'Whaley-Malin Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1978-02-01","0","106","[{'iso_639_1':'en','name':'English'}]","Released","Sex, drugs and punk rock. Add violence and time travel and you have Jubilee.","Jubilee","false","6.2","26" +"false","/ttwB8ddwaDIJv2svt6swxXADHM3.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':12,'name':'Adventure'},{'id':36,'name':'History'},{'id':18,'name':'Drama'}]","","31948","tt0077629","en","Gray Lady Down","The USS Neptune, a nuclear submarine, is sunk off the coast of Connecticut after a collision with a Norwegian cargo ship. The navy must attempt a potentially dangerous rescue in the hope of saving the lives of the crew.","3.265","/zo539vo9g29LZ7DQ5b8hw9nHZcW.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':219,'logo_path':null,'name':'The Mirisch Corporation','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1978-03-10","5438927","111","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'hu','name':'Magyar'},{'iso_639_1':'no','name':'Norsk'}]","Released","Trapped underwater... with time running out.","Gray Lady Down","false","6.8","32" +"false","/oQhzkQlFOom7g5U22CEZVMja5hM.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':27,'name':'Horror'}]","","8690","tt0081112","it","Mangiati vivi!","A woman's search for her missing sister leads her to the jungles of New Guinea, where she and an expatriate guide encounter a cult leader and flesh-hungry natives.","4.201","/a6S7MGk5Cjl6L4Z1SQsk8dntjaV.jpg","[{'id':1701,'logo_path':null,'name':'Dania Film','origin_country':''},{'id':15868,'logo_path':null,'name':'Medusa Distribuzione','origin_country':''},{'id':2185,'logo_path':null,'name':'National Cinematografica','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'}]","1980-03-19","0","92","[{'iso_639_1':'it','name':'Italiano'}]","Released","Trapped in a jungle of crazy flesh eaters! The terrifying nightmare that became reality!","Eaten Alive!","false","5","42" +"false","/9MkvNU41gOPhZnRMsO5yfKtDgr7.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","48139","tt0084740","es","El Sur","In the North of Spain, Estrella grows up captivated by her father, a doctor with mystical powers???and by the enigma of his youth in the South, a near-mythical region whose secrets haunt Estrella more and more as time goes on.","2.162","/bAyghNTLIwHIxoQOha6kHfwmxS6.jpg","[{'id':12009,'logo_path':null,'name':'El??as Querejeta Producciones Cinematogr??ficas S.L.','origin_country':''},{'id':36783,'logo_path':null,'name':'Chlo?? Productions','origin_country':''},{'id':981,'logo_path':'/pkrdO9ykplO4Zc8edikoSX5APUN.png','name':'Televisi??n Espa??ola','origin_country':'ES'}]","[{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'FR','name':'France'}]","1983-05-18","0","95","[{'iso_639_1':'es','name':'Espa??ol'}]","Released","","El Sur","false","7.6","33" +"false","/tmpY6f0Lf7Dnx6inByjvHby4AYf.jpg","null","19000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","https://www.paramount.com/movies/action-point","454283","tt6495770","en","Action Point","A daredevil designs and operates his own theme park with his friends.","11.197","/5lqJx0uNKrD1cEKgaqF1LBsLAoi.jpg","[{'id':6328,'logo_path':null,'name':'Dickhouse Productions','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'ZA','name':'South Africa'}]","2018-06-01","5059608","85","[{'iso_639_1':'en','name':'English'}]","Released","Real Stunts. Real Thrills. Real Messed Up.","Action Point","false","5.2","121" +"false","/cFatLWWye35gTB1FvWI5X5jqrs3.jpg","null","0","[{'id':35,'name':'Comedy'}]","","23096","tt0085450","en","Doctor Detroit","A shy but gentle man named Clifford Skridlow is a professor of comparative literature at the financially-strapped fictional Monroe College in Chicago. A chance encounter with four beautiful women at a restaurant changes his life forever.","2.825","/aluYVLiLMn5cRPBJV6YyXkItwyZ.jpg","[{'id':47565,'logo_path':null,'name':'Black Rhino Productions','origin_country':''},{'id':104394,'logo_path':null,'name':'Brillstein Company','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1983-05-06","10375893","89","[{'iso_639_1':'en','name':'English'}]","Released","He's making the world safe for insanity.","Doctor Detroit","false","5.2","30" +"false","/q4jj5BkAFpAbqRRxEIdalAYZ4Yi.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","38291","tt0085478","en","Educating Rita","Rita, a witty 26-year-old hairdresser, wants to 'discover' herself so she joins an Open University where she meets the disillusioned professor of literature, Dr. Frank Bryant. His marriage has failed, his new girlfriend is having an affair with his best friend and he can't get through the day without downing a bottle or two of whisky. What Frank needs is a challenge... and along comes Rita.","4.282","/tvwul6Olz8JboIIziUzUfQzQ6GV.jpg","[{'id':32843,'logo_path':null,'name':'Acorn Pictures','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1983-02-02","0","110","[{'iso_639_1':'en','name':'English'}]","Released","Sometimes students end up being the best teachers.","Educating Rita","false","6.9","65" +"false","/nnP2m2MuHZmC5aeqlL5fRD0G149.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","1554","tt0090967","en","Down by Law","A disc jockey, a pimp and an Italian tourist escape from jail in New Orleans.","6.038","/r4HxZPAhfg2akFaixpVIAM83GCY.jpg","[{'id':3492,'logo_path':null,'name':'Island Pictures','origin_country':''},{'id':21612,'logo_path':null,'name':'Black Snake','origin_country':''},{'id':42043,'logo_path':null,'name':'Grokenberger Film Produktion','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","1986-09-20","0","106","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","It's not where you start - It's where you start again.","Down by Law","false","7.5","270" +"false","/qnFiRCgSGo2aQsfpHrKajFFjc52.jpg","null","0","[{'id':18,'name':'Drama'}]","","10549","tt0116477","en","Hamlet","Hamlet, Prince of Denmark, returns home to find his father murdered and his mother now marrying the murderer... his uncle. Meanwhile, war is brewing.","9.938","/ilurgUOp6SCl4cuhfjctj1qxlfZ.jpg","[{'id':97,'logo_path':'/7znWcbDd4PcJzJUlJxYqAlPPykp.png','name':'Castle Rock Entertainment','origin_country':'US'},{'id':6189,'logo_path':null,'name':'Turner Pictures (I)','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1996-12-25","0","242","[{'iso_639_1':'en','name':'English'}]","Released","","Hamlet","false","7.5","209" +"false","/PIpkcbsE9IruwPBbTTDp1qrS5x.jpg","null","70000000","[{'id':18,'name':'Drama'}]","","9422","tt0120633","pt","A Civil Action","Jan Schlickmann is a cynical lawyer who goes out to 'get rid of' a case, only to find out it is potentially worth millions. The case becomes his obsession, to the extent that he is willing to give up everything???including his career and his clients' goals???in order to continue the case against all odds.","6.822","/81TGgmcObcfL6jcjPsU1n4n9THI.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':316,'logo_path':null,'name':'Wildwood Enterprises','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-03-05","56702901","115","[{'iso_639_1':'en','name':'English'}]","Released","Justice has its price.","A Civil Action","false","6.2","177" +"false","/nNvReK5QSyygLQDLcaxhrXa8eR0.jpg","{'id':114783,'name':'Cheaper by the Dozen Collection','poster_path':'/zW1sw1d0XFT069g5LktF7R5eKhs.jpg','backdrop_path':'/abIbeEqOhnEEeEOjalyI16KlAbU.jpg'}","60000000","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","9641","tt0452598","en","Cheaper by the Dozen 2","Steve Martin and Bonnie Hunt return as heads of the Baker family who, while on vacation, find themselves in competition with a rival family of eight children, headed by Eugene Levy,","13.894","/ftrEtXOMnYzF5k14tBJiS3MYby2.jpg","[{'id':87840,'logo_path':null,'name':'Dozen Canada Productions','origin_country':''},{'id':2575,'logo_path':'/9YJrHYlcfHtwtulkFMAies3aFEl.png','name':'21 Laps Entertainment','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-12-21","129181830","94","[{'iso_639_1':'en','name':'English'}]","Released","Same Big Family... Even Bigger Adventure.","Cheaper by the Dozen 2","false","5.9","1044" +"false","/1XkdljfMn7VmW5Z1NCirevraUKg.jpg","null","200","[{'id':18,'name':'Drama'}]","http://www.brunasurfistinhaofilme.com/","58235","tt1587828","pt","Bruna Surfistinha","Rachel is a girl, adopted by an upper middle class family, who rebelled at 17 and left her family and studies at a traditional college in Sao Paulo to become a call girl. Shortly after starting work, she decided to write a blog about her experiences. Since some clients thought she looked like a surfer she adopted the name ""Surfistinha"" which means little surfer girl.","10.03","/9htMnu5Zg3WEpz6SccgzfxWfDPw.jpg","[{'id':7765,'logo_path':null,'name':'Teleimage','origin_country':''},{'id':93184,'logo_path':null,'name':'Damasco Filmes','origin_country':'BR'},{'id':22916,'logo_path':null,'name':'TV Zero','origin_country':'BR'},{'id':40994,'logo_path':'/A4ao7R6weOb130aXVzMkC7IojqN.png','name':'Rio Filme','origin_country':'BR'}]","[{'iso_3166_1':'BR','name':'Brazil'}]","2011-02-25","0","131","[{'iso_639_1':'pt','name':'Portugu??s'}]","Released","The story of a family girl. Until take 2.","Confessions of a Brazilian Call Girl","false","6.1","164" +"false","/pozA8qiFEVY2A2ynM1mQwwhyQTW.jpg","null","10000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","http://www.bookclub.movie/","502682","tt6857166","en","Book Club","Four lifelong friends have their lives forever changed after reading Fifty Shades of Grey in their monthly book club.","11.363","/6ORGBbOA45pfKQXvntPf46NoFGO.jpg","[{'id':76901,'logo_path':'/l6LNuKdl51PmyO130Kzmc9FKosI.png','name':'June Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-05-18","78720293","104","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'hu','name':'Magyar'}]","Released","The next chapter is always the best","Book Club","false","6.1","252" +"false","/yRXzrwLfB5tDTIA3lSU9S3N9RUK.jpg","null","28000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://www.tagthemovie.com","455980","tt2854926","en","Tag","For one month every year, five highly competitive friends hit the ground running in a no-holds-barred game of tag they???ve been playing since the first grade. This year, the game coincides with the wedding of their only undefeated player, which should finally make him an easy target. But he knows they???re coming...and he???s ready.","21.123","/eXXpuW2xaq5Aen9N5prFlARVIvr.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':8000,'logo_path':'/f8NwLg72BByt3eav7lX1lcJfe60.png','name':'Broken Road Productions','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-05-30","75100000","100","[{'iso_639_1':'en','name':'English'}]","Released","Based on a true story. We???re not kidding.","Tag","false","6.8","1173" +"false","/ncERp0UvXuImUeJcf27kEANcf1r.jpg","{'id':107674,'name':'The Princess Diaries Collection','poster_path':'/wt5AMbxPTS4Kfjx7Fgm149qPfZl.jpg','backdrop_path':'/zSEtYD77pKRJlUPx34BJgUG9v1c.jpg'}","37000000","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':10749,'name':'Romance'}]","","9880","tt0247638","en","The Princess Diaries","A socially awkward but very bright 15-year-old girl being raised by a single mom discovers that she is the princess of a small European country because of the recent death of her long-absent father, who, unknown to her, was the crown prince of Genovia. She must make a choice between continuing the life of a San Francisco teen or stepping up to the throne.","19.033","/sxpvHk286sXLJWcFrBMNIsXbYsd.jpg","[{'id':65559,'logo_path':null,'name':'Bottom of the Ninth Productions','origin_country':''},{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':26423,'logo_path':null,'name':'BrownHouse Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-08-03","165335153","115","[{'iso_639_1':'en','name':'English'}]","Released","She rocks. She rules. She reigns.","The Princess Diaries","false","6.7","2334" +"false","/hQKxDvATLMiq4DQOLZ1xMKgGq5r.jpg","{'id':513585,'name':'March of the Penguins Collection','poster_path':'/wloYL425S9UBjwE6NF8fH4nvtML.jpg','backdrop_path':null}","3300000","[{'id':99,'name':'Documentary'},{'id':10751,'name':'Family'}]","http://empereur.luc-jacquet.com/index_flash.htm","1667","tt0428803","fr","La Marche de l'empereur","Every year, thousands of Antarctica's emperor penguins make an astonishing journey to breed their young. They walk, marching day and night in single file 70 miles into the darkest, driest and coldest continent on Earth. Morgan Freeman narrates this amazing, true-life tale touched with humour and alive with thrills. Breathtaking photography captures the transcendent beauty and staggering drama of devoted parent penguins who, in the fierce polar winter, take turns guarding their egg and trekking to the ocean in search of food. Predators hunt them, storms lash them. But the safety of their adorable chicks makes it all worthwhile. So follow the leader ... to adventure!!","6.254","/yjAayG6nY9VO8IJoTLrSLUyu5kD.jpg","[{'id':856,'logo_path':'/3tfzS2CrX6Ntbu927XzHXEPDA6y.png','name':'Wild Bunch','origin_country':'FR'},{'id':7658,'logo_path':null,'name':'Buena Vista International Film Production France','origin_country':'FR'},{'id':8661,'logo_path':null,'name':'Alliance de Production Cinematographique (APC)','origin_country':''},{'id':66329,'logo_path':null,'name':'L'Institut Polare Fran??ais Paul-??mile Victor','origin_country':''},{'id':66331,'logo_path':null,'name':'Bonne Pioche','origin_country':''},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':114038,'logo_path':null,'name':'National Geographic Films','origin_country':'US'}]","[{'iso_3166_1':'FR','name':'France'}]","2005-01-26","127392239","80","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","In the harshest place on Earth, love finds a way.","March of the Penguins","false","7","582" +"false","/4M0LzoKCHzGbnv8b0LBhGsk85sN.jpg","null","0","[{'id':27,'name':'Horror'}]","","417871","tt2831118","en","Exorcist: The Fallen","A young girl and her family go through a horrifying reality while she becomes possessed by demonic forces. Throughout the film we experience the ways a family deals with situations beyond their control and how they fight to overcome them. Only when the possession takes place does the family bond get stronger and the relationships between them get tested to their limits.","0.689","/76Chb3oHIsr6rxcSoX65UMdVpwA.jpg","[]","[]","2014-09-24","0","81","[{'iso_639_1':'en','name':'English'}]","Released","When the fallen rise up","Exorcist: The Fallen","true","4","3" +"false","/q5HZvtyqG8Vz39Ee9uTQbLeEml.jpg","null","0","[{'id':18,'name':'Drama'},{'id':16,'name':'Animation'},{'id':10749,'name':'Romance'}]","http://asilentvoice.com.au/","378064","tt5323662","ja","?????????","Shouya Ishida starts bullying the new girl in class, Shouko Nishimiya, because she is deaf. But as the teasing continues, the rest of the class starts to turn on Shouya for his lack of compassion. When they leave elementary school, Shouko and Shouya do not speak to each other again... until an older, wiser Shouya, tormented by his past behaviour, decides he must see Shouko once more. He wants to atone for his sins, but is it already too late...?","12.857","/drlyoSKDOPnxzJFrRWGqzDsyJvR.jpg","[{'id':5438,'logo_path':'/nrvweD25GIYmfTIaFyIncLy4p3G.png','name':'Kyoto Animation','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","2016-09-17","310407","130","[{'iso_639_1':'ja','name':'?????????'}]","Released","","A Silent Voice","false","8.3","937" +"false","/nHca1vB9fRHCXrGtWe57hWRbUJp.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","3777","tt0050613","ja","????????????","Returning to their lord's castle, samurai warriors Washizu and Miki are waylaid by a spirit who predicts their futures. When the first part of the spirit's prophecy comes true, Washizu's scheming wife, Asaji, presses him to speed up the rest of the spirit's prophecy by murdering his lord and usurping his place. Director Akira Kurosawa's resetting of William Shakespeare's ""Macbeth"" in feudal Japan is one of his most acclaimed films.","7.04","/zAQFcJSwqCJaU29LfadifxKloMk.jpg","[{'id':882,'logo_path':'/fRSWWjquvzcHjACbtF53utZFIll.png','name':'Toho Company, Ltd.','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","1957-01-15","0","108","[{'iso_639_1':'ja','name':'?????????'}]","Released","From the creator of ""Rashomon"" and ""Ikiru""","Throne of Blood","false","7.9","293" +"false","/xydu6XhKVFf5FomLi9diWjoWc5d.jpg","null","30000000","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","https://www.sonofbigfoot.co.uk/","413644","tt5715410","en","The Son of Bigfoot","Teenage outsider Adam sets out on an epic and daring quest to uncover the mystery behind his long-lost dad, only to find out that he is none other than the legendary Bigfoot! He has been hiding deep in the forest for years to protect himself and his family from HairCo., a giant corporation eager to run scientific experiments with his special DNA. As father and son start making up for lost time after the boy's initial disbelief, Adam soon discovers that he too is gifted with superpowers beyond his imagination. But little do they know, HairCo. is on their tail as Adam's traces have led them to Bigfoot!","7.749","/5yCQvhFuFPY0pACxoUpLUlYCxop.jpg","[{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'},{'id':10159,'logo_path':null,'name':'nWave Pictures','origin_country':''}]","[{'iso_3166_1':'BE','name':'Belgium'}]","2017-07-27","46372519","92","[{'iso_639_1':'en','name':'English'}]","Released","","The Son of Bigfoot","false","6.5","151" +"false","/jhtCYUnLb6SQlwp4vCWo5WjNHRk.jpg","null","0","[{'id':10770,'name':'TV Movie'},{'id':878,'name':'Science Fiction'},{'id':18,'name':'Drama'}]","","7012","tt0085404","en","The Day After","In the mid-1980s, the U.S. is poised on the brink of nuclear war. This shadow looms over the residents of a small town in Kansas as they continue their daily lives. Dr. Russell Oakes maintains his busy schedule at the hospital, Denise Dahlberg prepares for her upcoming wedding, and Stephen Klein is deep in his graduate studies. When the unthinkable happens and the bombs come down, the town's residents are thrust into the horrors of nuclear winter.","5.658","/6ZISRUN27tpAEstCuGRKsH7Wwxe.jpg","[{'id':2166,'logo_path':null,'name':'ABC Circle Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1983-11-20","0","127","[{'iso_639_1':'en','name':'English'}]","Released","They told us it would be impossible to make this movie. They told us it would be impossible for you to watch it. We hope nothing is impossible.","The Day After","false","6.9","145" +"false","/omK35Mr3oks6bd5efrgsO7CzmLP.jpg","{'id':334996,'name':'Son of Batman Collection','poster_path':'/4LE9hRArztsTO0NOoJXeysgT7wB.jpg','backdrop_path':'/sVvEkTNx6SjwOb80iyURe5KHtcD.jpg'}","0","[{'id':16,'name':'Animation'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'}]","","251519","tt3139072","en","Son of Batman","Batman learns that he has a violent, unruly pre-teen son with Talia al Ghul named Damian Wayne who is secretly being raised by Ra's al Ghul and the League of Assassins. When Ra's al Ghul apparently dies after a battle with Deathstroke, Batman must work to stop his long-lost son from taking revenge and guiding him to a righteous path, in addition to the chance for the pair to truly acknowledging each other as family.","8.726","/j3SFJqZPeeB9g5JMU7UFLgEqj2T.jpg","[{'id':429,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Comics','origin_country':'US'},{'id':9993,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Entertainment','origin_country':'US'},{'id':2785,'logo_path':'/l5zW8jjmQOCx2dFmvnmbYmqoBmL.png','name':'Warner Bros. Animation','origin_country':'US'},{'id':4811,'logo_path':'/7xym5CnL4LcMPaWpp51cN1v73AR.png','name':'Warner Premiere','origin_country':''},{'id':2786,'logo_path':'/WkipqT3yVydHqKbS7lAMod9hc8.png','name':'Warner Home Video','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-04-20","0","74","[{'iso_639_1':'en','name':'English'}]","Released","Vengeance runs in the blood.","Son of Batman","false","6.8","465" +"false","/t9HChjSJi8B1PXSVh5Ec3pcDsAM.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","https://www.netflix.com/title/80128722","343674","tt3748172","en","Gerald's Game","When her husband's sex game goes wrong, Jessie (who is handcuffed to a bed in a remote lake house) faces warped visions, dark secrets and a dire choice.","12.542","/32dippiypDdaKv7XFEfUlQ7kPup.jpg","[{'id':1224,'logo_path':null,'name':'Intrepid Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-09-19","0","104","[{'iso_639_1':'en','name':'English'}]","Released","Some games you play. Some you survive.","Gerald's Game","false","6.4","1571" +"false","/pmE7AXRn2X0PVVHvcZ5uvxJfN2R.jpg","null","12000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","9603","tt0112697","en","Clueless","Shallow, rich and socially successful Cher is at the top of her Beverly Hills high school's pecking scale. Seeing herself as a matchmaker, Cher first coaxes two teachers into dating each other. Emboldened by her success, she decides to give hopelessly klutzy new student Tai a makeover. When Tai becomes more popular than she is, Cher realizes that her disapproving ex-stepbrother was right about how misguided she was -- and falls for him.","9.965","/i8gEHh2sszB6YWLC0jl559sxAeN.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-07-19","56631572","97","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","Sex. Clothes. Popularity. Is there a problem here?","Clueless","false","7.2","1740" +"false","/f0frE29Bds70oHdYwnfRoAWAUM7.jpg","{'id':107674,'name':'The Princess Diaries Collection','poster_path':'/wt5AMbxPTS4Kfjx7Fgm149qPfZl.jpg','backdrop_path':'/zSEtYD77pKRJlUPx34BJgUG9v1c.jpg'}","40000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'},{'id':10749,'name':'Romance'}]","","11130","tt0368933","en","The Princess Diaries 2: Royal Engagement","Mia Thermopolis is now a college graduate and on her way to Genovia to take up her duties as princess. Her best friend Lilly also joins her for the summer. Mia continues her 'princess lessons'- riding horses side-saddle, archery, and other royal. But her complicated life is turned upside down once again when she not only learns that she is to take the crown as queen earlier than expected...","17.584","/n98DlNl0DIDAn6tYYqt51bSy5KV.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-08-06","95149435","113","[{'iso_639_1':'en','name':'English'}]","Released","It can take a lifetime to find true love; she's got 30 days!","The Princess Diaries 2: Royal Engagement","false","6.4","1602" +"false","/6o0s8kTpcUYxVpyLQZtxFIWjdi8.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","11477","tt0255067","es","La Comunidad","Julia finds 300 million pesetas hidden in a dead man's house while selling an apartment. She's a 40-ish real estate agent now forced to face the wrath of a very peculiar community (of neighbors), headed by an unscrupulous administrator. Black humor gives way to suspense, closely followed by horror that doesn't take long in coming to a head in undisguised pandemonium.","5.349","/9fhUr1GP70tqhLigDjzeZ9yMnLy.jpg","[{'id':357,'logo_path':null,'name':'V??a Digital','origin_country':'ES'},{'id':11737,'logo_path':null,'name':'Antena 3 Televisi??n','origin_country':''},{'id':1025,'logo_path':null,'name':'Lolafilms','origin_country':'ES'}]","[{'iso_3166_1':'ES','name':'Spain'}]","2000-09-29","0","105","[{'iso_639_1':'es','name':'Espa??ol'}]","Released","Love Thy Neighbor's... Money","Common Wealth","false","6.9","121" +"false","/4vXNghUHxsV807qKjTjTZkQlrYu.jpg","null","10000000","[{'id':878,'name':'Science Fiction'}]","http://www.mgm.com/#/our-titles/366/Cherry-2000","15785","tt0092746","en","Cherry 2000","When successful businessman Sam Treadwell finds that his android wife, Cherry model 2000 has blown a fuse, he hires sexy renegade tracker E. Johnson to find her exact duplicate. But as their journey to replace his perfect mate leads them into the treacherous and lawless region of 'The Zone', Treadwell learns the hard way that the perfect woman is made not of computer chips and diodes.","7.909","/k5pf2GuJu1JITLS9Rl18qlTwBkV.jpg","[{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'},{'id':3643,'logo_path':null,'name':'ERP Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-11-12","14000","99","[{'iso_639_1':'en','name':'English'}]","Released","Need A Bounty Hunter? She's Your Man.","Cherry 2000","false","5.8","101" +"false","/u8Wix09R2qIsT3nPcmJPS1y89j.jpg","null","2000000","[{'id':18,'name':'Drama'}]","","10688","tt0171359","en","Hamlet","Modern day adaptation of Shakespeare's immortal story about Hamlet's plight to avenge his father's murder in New York City.","3.678","/kc8qcAVglziuisHaCIH4mPGma6e.jpg","[{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':4731,'logo_path':null,'name':'double A Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-05-12","1568749","112","[{'iso_639_1':'en','name':'English'}]","Released","Passion, Betrayal, Revenge, A hostile takeover is underway.","Hamlet","false","5.9","54" +"false","/iCMtqgBdLaolS2ZZklZsohBVVjm.jpg","null","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'}]","","27079","tt0338467","en","Stuey","Based on the true story of the rise and fall of poker legend Stu ""The Kid"" Ungar.","0.84","/bOPvntl8GRavuMIOTOVzeeoFBRj.jpg","[{'id':58565,'logo_path':null,'name':'AMV Production','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-05-01","0","120","[{'iso_639_1':'en','name':'English'}]","Released","","High Roller: The Stu Ungar Story","false","7.5","4" +"false","/5CPIk2eE3Nk4UPwx5HCHKDdIiJs.jpg","{'id':98036,'name':'Re-Animator Collection','poster_path':'/j1v4JQUVwCDH2KKJGjFeShXp2JT.jpg','backdrop_path':'/keGIwkLEaN2iBUPnXvqGbbNOVbq.jpg'}","3000000","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","11429","tt0222812","fr","Beyond Re-Animator","Once again tampering with mother nature to disastrous results, Dr. Herbert West continues his research while serving time in a maximum security prison for his previous exploits. West's limited prison-cell experiments are suddenly interrupted by the arrival of a new prison doctor and the brother of the girl who suffered from West's experiments 13 years earlier.","7.172","/u7r7vHIY1gdBFOvF80i7w4f6LIf.jpg","[{'id':7956,'logo_path':null,'name':'Castelao Producciones','origin_country':''},{'id':3631,'logo_path':null,'name':'Filmax','origin_country':''},{'id':14332,'logo_path':null,'name':'Fantastic Factory (Filmax)','origin_country':''},{'id':357,'logo_path':null,'name':'V??a Digital','origin_country':'ES'}]","[{'iso_3166_1':'ES','name':'Spain'}]","2003-04-04","0","95","[{'iso_639_1':'en','name':'English'}]","Released","They Thought Prison Would Be The Death Of Him. But For Dr. West, Death Is Only The Beginning.","Beyond Re-Animator","false","5.4","95" +"false","/yA6ShvDpY0VXZpahPOc4hjfM1gN.jpg","null","4317946","[{'id':99,'name':'Documentary'}]","http://www.pina-film.de/","57276","tt1440266","de","Pina","Pina is a feature-length dance film in 3D with the ensemble of the Tanztheater Wuppertal Pina Bausch, featuring the unique and inspiring art of the great German choreographer, who died in the summer of 2009.","4.547","/gnQlyxc5cMzYmmalf6OQNayfHVs.jpg","[{'id':4503,'logo_path':null,'name':'Neue Road Movies','origin_country':''},{'id':4606,'logo_path':'/otZHbf1HmzLRQsZFSqJXkf8EHz7.png','name':'ZDF','origin_country':'DE'},{'id':7627,'logo_path':null,'name':'Eurowide Film Production','origin_country':''},{'id':11561,'logo_path':'/8HB3TFUeo83keAPHfFfrNtN2MmA.png','name':'Recorded Picture Company (RPC)','origin_country':'GB'},{'id':587,'logo_path':'/6UIpEURdjnmcJPwgTDRzVRuwADr.png','name':'ARTE','origin_country':'DE'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2011-02-24","14624826","106","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'ko','name':'?????????/?????????'},{'iso_639_1':'hr','name':'Hrvatski'},{'iso_639_1':'pt','name':'Portugu??s'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'en','name':'English'}]","Released","Dance, dance, otherwise we are lost.","Pina","false","7.5","110" +"false","/prnFpPe9NAfGK7kupOByyITmKdJ.jpg","{'id':505857,'name':'The Tag-Along Collection','poster_path':'/eyiW1HGMfSqY9NGa4r8i7JxJMAU.jpg','backdrop_path':'/nM70LbBzZXMFFHsQ9Rq1QkKlK4o.jpg'}","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","375170","tt5078188","zh","???????????????","A story about a video of a group of people going hiking and a mysterious little girl in a red dress following them.","2.546","/lrnKOsJoJeEDb7MlD2eoy9XQfp4.jpg","[{'id':74731,'logo_path':null,'name':'Once Upon A Story','origin_country':''},{'id':74732,'logo_path':null,'name':'Greener Grass','origin_country':''}]","[{'iso_3166_1':'TW','name':'Taiwan'}]","2015-11-17","0","92","[{'iso_639_1':'zh','name':'?????????'}]","Released","The uninvited can only be seen when you're tagged along","The Tag-Along","false","5.5","22" +"false","/5owkd2c5weGL5LjzjJJbwtst53v.jpg","null","8000000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':12,'name':'Adventure'}]","","185471","tt2210463","en","Battle of the Damned","Following a deadly viral outbreak, private military soldier Max Gatling leads a handful of survivors and a ragtag band of robots against an army of the infected.","3.755","/eFzAClSxcrSK8dQ5Bnay4L0d4UN.jpg","[{'id':15799,'logo_path':null,'name':'Boku Films','origin_country':''},{'id':4322,'logo_path':'/AkdxBRkqgx0bHjjLvIyl0Mu8sxa.png','name':'Compound B','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'SG','name':'Singapore'}]","2013-07-25","0","88","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","He didn't come here to be a hero, but things change.","Battle of the Damned","false","4.9","62" +"false","/6WVZiBF7Sz6uPCgfOF0hBhRZpul.jpg","null","0","[{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","436274","tt6097798","en","Radius","Liam wakes from a car crash with no memory of who he is. As he makes his way into town to look for help, he finds only dead bodies, all with strange pale eyes. Liam's first assessment is that a virus is present in the air, but he soon discovers the horrible truth: anyone who comes within a 50-foot radius of him dies instantly.","5.845","/3BHYW2Wlcu9ES41Y4OTeSgkhYkD.jpg","[{'id':41813,'logo_path':'/pqoPwhsmo0f0V3r6yKouspsuFaF.png','name':'Title Media','origin_country':'BE'},{'id':62055,'logo_path':null,'name':'EMA Films','origin_country':''},{'id':85682,'logo_path':null,'name':'Peripatetic Pictures','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2017-08-25","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Don't get too close","Radius","false","6.3","149" +"false","/kYdfsjPsTyf6RPcM8c0zIkLuAzQ.jpg","null","0","[{'id':18,'name':'Drama'}]","","475618","tt7341610","cn","????????????","Balcony is the most luxurious members-only clubhouse in town, where investment analyst Stephen comes across millionaire Lucas, stock broker Master Alan and prostitute Milo. He learns the tricks of stock market trading from Master Alan and teaches Milo what he has learnt. Stephen and Milo are thrilled with making easy money in the stock market, but soon realize that it???s Lun to control everything behind the scene...","0.708","/tOoZUJLfPRmpUGBXI8qCpnjAPu5.jpg","[{'id':43928,'logo_path':null,'name':'Cameron Entertainment Co., Ltd.','origin_country':''},{'id':113029,'logo_path':null,'name':'Local Production Limited','origin_country':''}]","[]","2017-08-31","0","93","[]","Released","","Members Only","false","5","2" +"false","/sjGOAiXyTA5IAXYBOmD50Hvn1Xs.jpg","{'id':44722,'name':'Munna Bhai Collection','poster_path':'/ICAaBHd2w2Gm82E6IW61uVVTnJ.jpg','backdrop_path':null}","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","21461","tt0456144","hi","????????? ????????? ?????????????????? ?????????","A hilarious underworld gangster known as Munna Bhai falls comically in love with a radio host by the name of Jahnvi, who runs an elders' home, which is taken over by an unscrupulous builder, who gets the residents kicked out ironically with the help of Munna's sidekick, Circuit, while Munna is busy romancing Jahnvi elsewhere.","5.164","/pMoC48VphGIfavPi5CPN01wiNIO.jpg","[{'id':3781,'logo_path':null,'name':'Vidhu Vinod Chopra Productions','origin_country':'IN'}]","[{'iso_3166_1':'IN','name':'India'}]","2006-01-01","0","144","[{'iso_639_1':'hi','name':'??????????????????'}]","Released","They're back... and they're not alone!","Lage Raho Munna Bhai","false","7.3","79" +"false","/o2iP3g2swCC2UyHmyQRLKPHeu4b.jpg","null","17000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","16028","tt0283632","en","They","After witnessing a horrific and traumatic event, Julia Lund, a graduate student in psychology, gradually comes to the realization that everything which scared her as a child could be real. And what's worse, it might be coming back to get her..","5.847","/sxyniUtPDxJ0gm32U2LDjuYvnaE.jpg","[{'id':10146,'logo_path':'/xnFIOeq5cKw09kCWqV7foWDe4AA.png','name':'Focus Features','origin_country':'US'},{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'},{'id':10565,'logo_path':null,'name':'Good Machine','origin_country':'US'},{'id':350,'logo_path':'/l4cEc8UZ3ZrPLisIOh1iYMKwAVP.png','name':'Radar Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-11-01","0","89","[{'iso_639_1':'en','name':'English'}]","Released","Are you afraid of the dark? You should be.","They","false","4.8","111" +"false","/tEF9xFN9EpCUjOTAdVzz4zlM9Nb.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'},{'id':10749,'name':'Romance'}]","http://www.andovermovie.com","396622","tt5605076","en","Andover","A geneticist clones his dead wife, over and over, in an attempt to get her back exactly as she was.","3.664","/y5kQwV4ts7xkMInzO4eM94LLc6H.jpg","[{'id':76528,'logo_path':null,'name':'Endcuts','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-05-04","0","91","[{'iso_639_1':'en','name':'English'}]","Released","","Andover","false","5.7","15" +"false","/7RwQd1Mp7AIdqnO6Vc6lIbbiAZy.jpg","null","0","[{'id':18,'name':'Drama'}]","","130933","tt0049317","en","Hilda Crane","After two failed marriages, a disillusioned woman returns to her hometown to start life anew. Director Philip Dunne's 1956 drama stars Jean Simmons, Guy Madison, Jean Pierre Aumont, Judith Evelyn, Evelyn Varden, Peggy Knudsen and Gregg Palmer.","0.608","/eubwnM8XOeGr2um0qQgzDvWKOc6.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1956-05-08","0","87","[{'iso_639_1':'en','name':'English'}]","Released","I want to live like a man ... and still be a woman!","Hilda Crane","false","6","1" +"false","/nHS7DdmcT2TGcYw2UG0puZ9tLlo.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","116303","tt2246953","ja","???????????????","A single woman runs a rent-a-cat service to provide companions for lonely people.","1.928","/tXbeyJkUuDjrKOehzialaDZskAY.jpg","[{'id':3033,'logo_path':null,'name':'Asmik Ace','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","2012-05-12","0","110","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Rent-a-Cat","false","6.8","14" +"false","/iqGyqyCGOrlf9Jluhyfv5L5oP03.jpg","null","0","[{'id':28,'name':'Action'}]","","66013","tt0076660","zh","???????????????","The Third Master is considered to be the greatest sword master of the day. His displays of skill and strength bring armies of challengers to his door, seeking the title for themselves. Not to be defeated, the Third Master fights evil, saves damsels in distress, and duels rival swordsmen to the death.","4.131","/2vmLaB2LSZPdX3wnA248XueHWc.jpg","[{'id':5798,'logo_path':'/tmuI9BGXgpWLmokhlxpnG3IGNQB.png','name':'Shaw Brothers','origin_country':''}]","[{'iso_3166_1':'HK','name':'Hong Kong'}]","1977-07-06","0","90","[{'iso_639_1':'zh','name':'?????????'}]","Released","","Death Duel","false","6.6","8" +"false","/awcQ4COUWIgiD4ZNeEYbjaosWeU.jpg","null","25000000","[{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","10562","tt0164212","en","Under Suspicion","A lawyer is asked to come to the police station to clear up a few loose ends in his witness report of a foul murder. ""This will only take ten minutes"", they say, but it turns out to be one loose end after another, and the ten minutes he is away from his speech become longer and longer.","8.515","/9TQUS5zpiBSMkSYIG3uAfLHTopH.jpg","[{'id':7799,'logo_path':null,'name':'TF1 International','origin_country':'FR'},{'id':906,'logo_path':'/gN893tmlrcVvWiWCBZEVAiZHpvT.png','name':'Revelations Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-09-24","260562","110","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'en','name':'English'}]","Released","","Under Suspicion","false","6.2","190" +"false","/aM1IlxQEvTE7jjeUOiAAmvMAslx.jpg","null","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","85498","tt0046057","en","The Maze","A Scotsman abruptly breaks off his engagement to pretty Kitty and moves to his uncle's castle in the Scottish highlands. Kitty and her aunt follow Gerald a few weeks later, and discover he has suddenly aged. Some mysterious things happen in a maze made from the hedges adjoining the castle.","1.21","/s7wkxglL83p1SZOYX4ZbeCBfi4u.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","1953-07-26","0","80","[{'iso_639_1':'en','name':'English'}]","Released","The Deadliest Trap in the World!","The Maze","false","4.7","10" +"false","/3fwoJ2KvqWHpdVW6HC6x0DpDEpJ.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","","459008","tt6929642","ta","????????????","A gangster from Tirunelveli, who is the King of Dharavi, fights for keeping the land safe from mighty politicians and the land mafia.","3.809","/xVAZZN4Av3e6YxwLgUWTYDNtta1.jpg","[{'id':12466,'logo_path':'/uoUOSqcQ8N9WoDA4LOZ4wuJ7ByQ.png','name':'Wunderbar Films','origin_country':'IN'}]","[{'iso_3166_1':'IN','name':'India'}]","2018-06-07","0","166","[{'iso_639_1':'ta','name':'???????????????'}]","Released","","Kaala","false","6.5","23" +"false","/hFtgAVESS9EiIlvCmNCVs31SEYK.jpg","null","0","[{'id':53,'name':'Thriller'}]","http://www.badsamaritanfilm.com","467632","tt3203528","en","Bad Samaritan","A thief makes a disturbing discovery in the house where he breaks in. Later, when he returns to the same house with his partner in crime, things are no longer how he expected.","6.677","/fOG5Cj9URclWa0zyESPBuRCvAFh.jpg","[{'id':3241,'logo_path':'/kRAMCgp7zAmd1UnCPBHiEiopSm9.png','name':'Electric Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-04-19","3435047","111","[{'iso_639_1':'en','name':'English'}]","Released","","Bad Samaritan","false","6.7","197" +"false","/nhLNyUCyyrTaTNOqwJ2Xlp9qYb4.jpg","{'id':134011,'name':'The Fugitive / U.S. Marshals Collection','poster_path':'/a2dX7vYUPPPkg6cIzuPJMLz7b5E.jpg','backdrop_path':'/9xbrJQoHkTgkXY8oDsTmND0FiEX.jpg'}","44000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'}]","","5503","tt0106977","en","The Fugitive","Wrongfully accused of murdering his wife, Richard Kimble escapes from the law in an attempt to find her killer and clear his name. Pursuing him is a team of U.S. marshals led by Deputy Samuel Gerard, a determined detective who will not rest until Richard is captured. As Richard leads the team through a series of intricate chases, he discovers the secrets behind his wife's death and struggles to expose the killer before it is too late.","14.488","/3gzLGFBoJM1xlNk0Ulzp0cJ6uPp.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-08-06","368875760","131","[{'iso_639_1':'en','name':'English'}]","Released","A murdered wife. A one-armed man. An obsessed detective. The chase begins.","The Fugitive","false","7.3","1987" +"false","/eEuArlHfQHEBsiplq99k5dv9EA7.jpg","null","0","[{'id':18,'name':'Drama'},{'id':12,'name':'Adventure'}]","","43691","tt0025004","en","The Count of Monte Cristo","After greedy men have Edmound Dantes unjustly imprisoned for 20 years for innocently delivering a letter entrusted to him, he escapes to revenge himself on them.","1.473","/oq4x1Bobtuc5890Xw7Te9dLW47H.jpg","[{'id':13479,'logo_path':null,'name':'Edward Small Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1934-09-06","0","113","[{'iso_639_1':'en','name':'English'}]","Released","Romance Lives On ... In The Glory Of Dumas' Immortal Novel !","The Count of Monte Cristo","false","6.6","16" +"false","/yFAvLoOl4313nkV9wuOyTTq9bJ.jpg","null","0","[{'id':10402,'name':'Music'},{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","http://lucasfilm.com/strange-magic","302429","tt4191054","en","Strange Magic","A love potion works its devious charms on fairies, elves and the swamp-dwelling Bog King as they all try to possess the potion for themselves.","7.143","/ixB8bO1sFo5eLPqjsyd3u9UVzDD.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':1,'logo_path':'/o86DbpburjxrqAzEDhXZcyE8pDb.png','name':'Lucasfilm','origin_country':'US'},{'id':108270,'logo_path':'/b34gQGmEWBm1NapuqEjBD6oNbWj.png','name':'Lucasfilm Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-01-23","13603453","99","[{'iso_639_1':'en','name':'English'}]","Released","Everyone Deserves to be Loved.","Strange Magic","false","6.3","163" +"false","/6jNackbDC9FKDHTH5rQbSQoa2Uq.jpg","null","5500000","[{'id':12,'name':'Adventure'},{'id':80,'name':'Crime'},{'id':10751,'name':'Family'},{'id':35,'name':'Comedy'}]","http://youtube.com","425148","tt5691024","en","Show Dogs","Max, a macho, solitary Rottweiler police dog is ordered to go undercover as a primped show dog in a prestigious Dog Show, along with his human partner, to avert a disaster from happening.","6.718","/2dvxCBUfDG2cAdkA921rERxhtcp.jpg","[{'id':76314,'logo_path':'/oFiHo3350Nj7bi6oxYMq3Kp6VGC.png','name':'Riverstone Pictures','origin_country':''},{'id':10427,'logo_path':'/3u5sNgPRbba0ND3SUMXPTT7On9h.png','name':'Open Road Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-05-10","38830219","92","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'hu','name':'Magyar'}]","Released","Unleashed and undercover","Show Dogs","false","5.9","81" +"false","/xYcXdO8wUQD8qfNATzdU1h5ARFa.jpg","null","6200000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","","9346","tt0086200","en","Risky Business","Meet Joel Goodson, an industrious, college-bound 17-year-old and a responsible, trustworthy son. However, when his parents go away and leave him home alone in the wealthy Chicago suburbs with the Porsche at his disposal he quickly decides he has been good for too long and it is time to enjoy himself. After an unfortunate incident with the Porsche Joel must raise some cash, in a risky way.","9.758","/60ioiHP0H6PHYcXz7oJvqildpNZ.jpg","[{'id':360,'logo_path':null,'name':'Geffen Pictures','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1983-08-05","63541777","98","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","Time of your life, Huh Kid.","Risky Business","false","6.5","540" +"false","/10i5B7wYDBJ5B2tcHmakhphHwXP.jpg","null","30000000","[{'id':35,'name':'Comedy'}]","http://www.meetthespartans.com/","7278","tt1073498","en","Meet the Spartans","From the creators of Scary Movie and Date Movie comes this tongue-in-cheek parody of the sword-and-sandal epics, dubbed Meet the Spartans. The 20th Century Fox production was written and directed by the filmmaking team of Jason Friedberg and Aaron Seltzer. Sure, Leonidas may have nothing more than a cape and some leather underwear to protect him from the razor-sharp swords of his Persian enemies,","9.795","/dymuQcYSGR2QchZbFTp7qZbN2V.jpg","[{'id':10104,'logo_path':'/hNuGhsKVlmhnwSRcmOejDBDjh6w.png','name':'New Regency Pictures','origin_country':'US'},{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-01-24","84646831","84","[{'iso_639_1':'en','name':'English'}]","Released","The Bigger the Hit, The Harder They Fall","Meet the Spartans","false","3.7","729" +"false","/zVsNDhidJg6bec3jaHZErWMlJ0t.jpg","null","58000000","[{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'},{'id':10749,'name':'Romance'}]","","9007","tt0425123","en","Just Like Heaven","Shortly after David Abbott moves into his new San Francisco digs, he has an unwelcome visitor on his hands: winsome Elizabeth Martinson, who asserts that the apartment is hers -- and promptly vanishes. When she starts appearing and disappearing at will, David thinks she's a ghost, while Elizabeth is convinced she's alive.","9.498","/uEsBrbVmIk4o7GZHAbem4V9jO3a.jpg","[{'id':135,'logo_path':null,'name':'UIP','origin_country':''},{'id':384,'logo_path':null,'name':'MacDonald/Parkes Productions','origin_country':''},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-09-16","102854431","95","[{'iso_639_1':'en','name':'English'}]","Released","It's a wonderful afterlife.","Just Like Heaven","false","6.7","1155" +"false","/rMAGfqQBpX1ooCFNubYO1bw70UI.jpg","null","8500000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'}]","","230179","tt2088003","en","Big Game","Air Force One is shot down by terrorists, leaving the President of the United States stranded in the wilderness. 13-year old Oskari is also in that wilderness, on a hunting mission to prove his maturity to his kinsfolk by tracking down a deer, but instead discovers the President in an escape pod. With the terrorists closing in to capture their prize, the unlikely duo team up to escape their hunters.","9.381","/uSeDj6wb67WyBuwwAw9Nhh76quA.jpg","[{'id':62407,'logo_path':null,'name':'Bavaria Film Partners','origin_country':''},{'id':62408,'logo_path':null,'name':'Subzero Film Entertainment','origin_country':''},{'id':19638,'logo_path':'/6R3XtbihMWuDRFnlm4MkpxhmEKf.png','name':'Altitude Film Entertainment','origin_country':'GB'},{'id':62409,'logo_path':null,'name':'VisionPlus Fund I','origin_country':''},{'id':39734,'logo_path':null,'name':'Ketchup Entertainment','origin_country':''},{'id':62410,'logo_path':'/7YzIXhp1QKwo0s4a7hIbCgswAyg.png','name':'Waterstone Entertainment','origin_country':'US'},{'id':5056,'logo_path':'/kADFcjL04xe5HGBnlLjbfhliS2a.png','name':'Head Gear Films','origin_country':'GB'},{'id':25954,'logo_path':null,'name':'Metrol Technology','origin_country':'GB'},{'id':19639,'logo_path':null,'name':'Film House Germany','origin_country':''},{'id':2254,'logo_path':'/4OQ25tiNECBBRDUhfC5ACa1vOIR.png','name':'Egoli Tossell Film','origin_country':'DE'}]","[{'iso_3166_1':'FI','name':'Finland'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-09-05","7500000","90","[{'iso_639_1':'fi','name':'suomi'},{'iso_639_1':'en','name':'English'}]","Released","","Big Game","false","5.4","630" +"false","/3P52oz9HPQWxcwHOwxtyrVV1LKi.jpg","{'id':448150,'name':'Deadpool Collection','poster_path':'/xTwwn86QC6HBuu4EZkgnnxMybYS.jpg','backdrop_path':'/dTq7mGyAR5eAydR532feWfjJjzm.jpg'}","110000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':12,'name':'Adventure'}]","https://www.foxmovies.com/movies/deadpool-2","383498","tt5463162","en","Deadpool 2","Wisecracking mercenary Deadpool battles the evil and powerful Cable and other bad guys to save a boy's life.","40.904","/to0spRl1CMDvyUbOnbb4fTk3VAd.jpg","[{'id':7505,'logo_path':'/837VMM4wOkODc1idNxGT0KQJlej.png','name':'Marvel Entertainment','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-05-15","741547413","121","[{'iso_639_1':'en','name':'English'}]","Released","Prepare for the Second Coming.","Deadpool 2","false","7.5","8014" +"false","/sMs3PITc2UefWGr3dQMq4znMHsf.jpg","null","0","[{'id':18,'name':'Drama'}]","","11465","tt0097457","en","Great Balls of Fire!","The story of Jerry Lee Lewis, arguably the greatest and certainly one of the wildest musicians of the 1950s. His arrogance, remarkable talent, and unconventional lifestyle often brought him into conflict with others in the industry, and even earned him the scorn and condemnation of the public.","6.298","/zx7HLHsov2mTFtMKaEIxChYjALs.jpg","[{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-06-30","0","108","[{'iso_639_1':'en','name':'English'}]","Released","The true story of a legend.","Great Balls of Fire!","false","6.2","142" +"false","/a5kImJOOgKOiCNHvYwTJPnJMzQr.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'},{'id':9648,'name':'Mystery'}]","","34637","tt0095709","en","The Navigator: A Medieval Odyssey","In the 14th century a village seeking escape from the Black Death are guided by a boy's vision to tunnel into an abandoned mine and emerge into 20th century New Zealand.","1.284","/fdk0zSOsRE854vGF1ZFNestcESX.jpg","[{'id':294,'logo_path':'/3XuHM8TXG0gDdPM3xJI14gkZbQy.png','name':'New Zealand Film Commission','origin_country':'NZ'},{'id':14591,'logo_path':null,'name':'Arenafilm','origin_country':''},{'id':29115,'logo_path':null,'name':'John Maynard Productions','origin_country':''},{'id':417,'logo_path':'/w7d3hoHQaC0XwjrxEG1yPeuUhu5.png','name':'Australian Film Commission','origin_country':'AU'}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'NZ','name':'New Zealand'}]","1988-09-16","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","The Navigator: A Medieval Odyssey","false","6.2","28" +"false","/4e3oyoB28IoerqNEQXMcIsLnOEi.jpg","{'id':133923,'name':'Zombi Collection','poster_path':'/m3fDT3Pk9GwwOzNRgaT0UDeAL6e.jpg','backdrop_path':'/thmNPh9FbKrkVcKhDmVWhw92s86.jpg'}","0","[{'id':28,'name':'Action'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","34814","tt0096511","fr","Zombi 3","When a terrorist's body, infected with a stolen chemical, is recovered by the US military, the corpse is cremated, unintentionally releasing the virus/bacteria into the atmosphere over a small island. Soon the infected populace mutate into flesh-hungry zombies, and a trio of soldiers on leave must team up with a group of tourists and board themselves up in an abandoned hotel as they try to fend off the agile and aggressive living dead.","3.271","/jawfhUNHp0v11RNc9t4yJUJkcyt.jpg","[{'id':1501,'logo_path':null,'name':'Flora Film','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'}]","1988-07-29","0","95","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","","Zombi 3","false","4.8","44" +"false","/2WMGTgV6f2rUwg7vhKEyXmQl3XR.jpg","null","2800000","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'},{'id':37,'name':'Western'}]","","16159","tt0098412","en","Sundown: The Vampire in Retreat","Reclusive vampires lounge in a lonely American town. They wear sun cream to protect themselves. A descendant of Van Helsing arrives with hilarious consequences.","2.124","/6bGZNNzl29kLeRHHN4zxlAluCT0.jpg","[{'id':12360,'logo_path':null,'name':'Vestron Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-05-18","0","104","[{'iso_639_1':'en','name':'English'}]","Released","There's two kinds of folks in the town of purgatory. Vampires and lunch.","Sundown: The Vampire in Retreat","false","6.3","22" +"false","/dbpxay7DNZQ6OS841rVUuyrRami.jpg","null","0","[{'id':35,'name':'Comedy'}]","","6393","tt0103035","en","Taking Care of Business","An uptight advertising exec has his entire life in a filofax organizer which mistakenly ends up in the hands of a friendly convict who poses as him.","4.613","/yVs2wx0BuCbxB2fOraUFVxI4oZK.jpg","[{'id':514,'logo_path':null,'name':'Silver Screen Partners','origin_country':''},{'id':915,'logo_path':'/xXojkyRWFZ0JTJyjiu13ThKeFbz.png','name':'Hollywood Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-08-16","0","108","[{'iso_639_1':'en','name':'English'}]","Released","Jimmy's finally got a new life. The trouble is, it's somebody else's.","Taking Care of Business","false","6.1","70" +"false","/1NchLtuAyv03F4scyPkZJmuMbXR.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","9079","tt0101787","en","Dying Young","After she discovers that her boyfriend has betrayed her, Hilary O'Neil is looking for a new start and a new job. She begins to work as a private nurse for a young man suffering from blood cancer. Slowly, they fall in love, but they always know their love cannot last because he is destined to die.","7.219","/ns1N0PjnCP7BZjtFFMNTQyjFo6f.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1991-06-20","0","111","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","","Dying Young","false","6.2","187" +"false","/iyOwTyx9FIaUyrWr2fozShKdEHw.jpg","null","0","[{'id':35,'name':'Comedy'}]","","44562","tt0106792","en","Ed and His Dead Mother","A mourning son makes a deal to reanimate his one year dead mother, however things turn into an unexpected direction.","1.877","/qBwBfyKAEEw0HLZmEjLO2owEDie.jpg","[]","[]","1993-06-04","0","93","[{'iso_639_1':'en','name':'English'}]","Released","A family reunion with some minor complications.","Ed and His Dead Mother","false","5.2","18" +"false","/1oZ9aLTPL46bAeh28KLGQZ1I5p0.jpg","null","20000","[{'id':80,'name':'Crime'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","36095","tt0123948","ko","CURE","A wave of gruesome murders is sweeping Tokyo. The only connection is a bloody X carved into the neck of each of the victims. In each case, the murderer is found near the victim and remembers nothing of the crime. Detective Takabe and psychologist Sakuma are called in to figure out the connection, but their investigation goes nowhere...","5.593","/nLZ2AJFLtMoAAAD54mbT4exj1Wp.jpg","[{'id':880,'logo_path':null,'name':'Daiei Motion Picture Co., Ltd.','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","1997-11-06","99000","111","[{'iso_639_1':'ja','name':'?????????'}]","Released","Madness. Terror. Murder.","Cure","false","7.3","100" +"false","/zCIy62RQ3qTzwO21MKjZAhmrej.jpg","{'id':267922,'name':'The Hills Have Eyes (Original) Collection','poster_path':'/AbGcpZEihHoR0M7Ls2qTPX4HF60.jpg','backdrop_path':'/3Tezeh4KTsqPqFKqatjtd3cAjMk.jpg'}","8000000","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'},{'id':53,'name':'Thriller'}]","http://www.multicom.tv/library/Mind_Ripper,_Wes_Craven's","8771","tt0114070","en","Mind Ripper","A top secret experiment intended to produce a superhuman has gone terribly wrong. Now the creators, trapped in a remote desert outpost, are being pursued ruthlessly by their creation. With the door sealed from within, there is no way out.","2.989","/89Ac38wuHzR60d8MCsHdOjOv9iw.jpg","[{'id':2499,'logo_path':null,'name':'The Kushner-Locke Company','origin_country':''},{'id':2500,'logo_path':null,'name':'Outpost Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-10-08","0","94","[{'iso_639_1':'en','name':'English'}]","Released","Live in horror. Die in fear.","Mind Ripper","false","3.8","18" +"false","/qAXF1oIdycfhurxRTFzrfdOJv1E.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","10951","tt0184526","cn","?????????","When Ah Bu, a girl from a small fishing town in Taiwan, finds a glass bottle with a romantic message, she travels to Hong Kong to find her prince charming. As it turns out, her prince charming, Albert, happens to be gay. But all is not lost when Ah Bu meets the dashing Chi Wu. Meanwhile, Ah Bu's boyfriend from Taiwan comes looking for her, as the action and romance follow Ah Bu back to Taiwan.","9.151","/vzY0zAdfnLZaVQrQcivasBDTmm4.jpg","[{'id':969,'logo_path':null,'name':'Golden Harvest Pictures','origin_country':''}]","[{'iso_3166_1':'HK','name':'Hong Kong'},{'iso_3166_1':'TW','name':'Taiwan'}]","1999-02-12","0","121","[{'iso_639_1':'cn','name':'????????? / ?????????'},{'iso_639_1':'zh','name':'?????????'}]","Released","???She wanted adventure. In Hong Kong she found her match.???","Gorgeous","false","6.1","134" +"false","/4V5jZi97S7rPGODA9uYBWurZTmy.jpg","null","0","[{'id':35,'name':'Comedy'}]","","21531","tt0269743","ko","??????????????? ???","An idle part-time college lecturer is annoyed by the yapping sound of a nearby dog. He decides to take drastic action.","3.005","/gTj5Zwzrtp6QT8b1zpJg1jSArfG.jpg","[{'id':7036,'logo_path':'/javbyY0ZCvlFJtly3tpZqf2NwLX.png','name':'CJ Entertainment','origin_country':'KR'}]","[{'iso_3166_1':'KR','name':'South Korea'}]","2000-02-19","0","106","[{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","","Barking Dogs Never Bite","false","6.7","47" +"false","/kylCZCAHU1O4srE0G6MoTfIiMPd.jpg","null","10000000","[{'id':35,'name':'Comedy'}]","","391710","tt5566790","en","A Futile and Stupid Gesture","The National Lampoon name became globally recognized after the monumental success of Animal House???but before the glory days, it was a scrappy yet divinely subversive magazine and radio show that introduced the world to comedic geniuses like Bill Murray, Chevy Chase, John Belushi, and Gilda Radner. The driving force behind National Lampoon was Doug Kenney (Will Forte), and his truly wild and crazy story unfolds in A Futile and Stupid Gesture from Harvard to Hollywood to Caddyshack and beyond.","12.564","/6oGLSTyYWbMws5ITAGzbNz3Mo3R.jpg","[{'id':32175,'logo_path':'/uDdRj9LplO4odapVo2XB39tW0wA.png','name':'Abominable Pictures','origin_country':'US'},{'id':37845,'logo_path':null,'name':'Principato-Young Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-01-24","0","101","[{'iso_639_1':'en','name':'English'}]","Released","If You Don't Watch This Movie, We'll Kill Will Forte.","A Futile and Stupid Gesture","false","6.6","132" +"false","/kWQXFMQfoVWd0YpKo45PQnQpXjt.jpg","null","0","[{'id':27,'name':'Horror'}]","","114542","tt0076478","en","Nurse Sherri","A hospital nurse is possessed by an evil spirit, and proceeds to kill off the hospital's patients.","1.121","/ekMJXu0wZ7dWSyV3F7GzBWUADgb.jpg","[{'id':4951,'logo_path':null,'name':'Independent International Pictures (I-I)','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1978-08-01","0","88","[{'iso_639_1':'en','name':'English'}]","Released","Meet Sherri... for an evening of Pleasure and Terror!","Nurse Sherri","false","3.8","6" +"false","/k4qOVgnpAjdtW7DGYOtIcWLzZ9d.jpg","null","0","[{'id':16,'name':'Animation'},{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","https://shikioriori.jp","513347","tt8176578","zh","????????????","Three different stories of youth set in different cities of China. 1 Shanghai Love. 2 Sunny Breakfast. 3 Small Fashion Show. Directed by Zhenxing Yi, the plot revolves around a young man working in Beijing. He used to live with his grandma in his less developed hometown Hunan. While he is drown in his childhood reminiscence, he receives an unexpected call ??? Grandma is in critical condition.","8.544","/ueHeH5ergeHx27L4SCI9qlmwczA.jpg","[{'id':3756,'logo_path':'/dH51ZYZnD7ezWMqZCItuvATr2j8.png','name':'CoMix Wave Films','origin_country':'JP'},{'id':87874,'logo_path':null,'name':'Haoliners Animation League','origin_country':''}]","[{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'JP','name':'Japan'}]","2018-08-04","496334","74","[{'iso_639_1':'cn','name':'????????? / ?????????'},{'iso_639_1':'zh','name':'?????????'}]","Released","","Flavors of Youth","false","6.7","193" +"false","/awySjZ5VYKRJtMmRDfG5PNYsRTh.jpg","null","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':36,'name':'History'},{'id':53,'name':'Thriller'},{'id':10752,'name':'War'}]","","13210","tt0046889","en","The Dam Busters","The story of the conception of a new British weapon for smashing the German dams in the Ruhr industrial complex and the execution of the raid by 617 Squadron 'The Dam Busters'.","4.349","/n6rJ0btb1JyI6oCjwoylUxNcLXn.jpg","[{'id':1441,'logo_path':'/28DJnfE2ZaR5oNJVlZ38uvnLaCH.png','name':'Associated British Picture Corporation','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1955-05-16","0","124","[{'iso_639_1':'en','name':'English'}]","Released","","The Dam Busters","false","7.1","54" +"false","/doiYLLwyaADdJn0kgqjjMusZrFa.jpg","{'id':19163,'name':'The Land Before Time Collection','poster_path':'/n1bjdBVThBezxR6nEf2dy43sTtV.jpg','backdrop_path':'/alkvR9vTtuZEmd5ygsayOfxYOMa.jpg'}","0","[{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'}]","","19004","tt0113596","en","The Land Before Time III: The Time of the Great Giving","Littlefoot and his friends are constantly being bullied and browbeaten by three teenage dinosaurs: Hyp, a Hypsilophodon; Nod, a Nodosaurus; and Mutt, a Muttaburrasaurus. However, when a shower of meteorites (flying rocks) impacts near the Great Valley and causes a rock slide in the Mysterious Beyond, which blocks the water supply of the Great Valley, Hyp, Nod, and Mutt are no longer the biggest worry of Littlefoot and his friends. The increasing lack of water causes conflicts between the inhabitants of the Great Valley, who have lived in relative peace and harmony until this event.","8.599","/gs6TkZsUzBqDa7DV0MZbc2EAMkW.jpg","[{'id':4285,'logo_path':null,'name':'Universal Cartoon Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-03-16","0","71","[{'iso_639_1':'nl','name':'Nederlands'},{'iso_639_1':'en','name':'English'}]","Released","","The Land Before Time III: The Time of the Great Giving","false","6.1","188" +"false","/s5d3bDvpuABDBqKKoPThPuZsoUS.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","451480","tt1289403","en","The Guernsey Literary & Potato Peel Pie Society","Free-spirited writer Juliet Ashton forms a life-changing bond with the delightful and eccentric Guernsey Literary and Potato Peel Pie Society, when she decides to write about the book club they formed during the occupation of Guernsey in WWII.","9.902","/55oz5d6NdH7ohbM1I1Euh1Tt6PN.jpg","[{'id':2376,'logo_path':'/yeNoWmSHZfvKsBYuL8uTRE4LPdQ.png','name':'Blueprint Pictures','origin_country':'GB'},{'id':69686,'logo_path':null,'name':'Mazur / Kaplan Company','origin_country':''},{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-04-19","0","124","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","","The Guernsey Literary & Potato Peel Pie Society","false","7.8","530" +"false","/gGBE24xD5NdMqvkJJEzP04jtFG9.jpg","{'id':409343,'name':'God's Not Dead Collection','poster_path':'/Pe7qLt83hZbjWGOBJukmDn8Kve.jpg','backdrop_path':'/ykT8iDLI2kID4zD0KLWzZjBFQVt.jpg'}","0","[{'id':18,'name':'Drama'}]","","454286","tt6652708","en","God's Not Dead: A Light in Darkness","Pastor Dave responds to the unimaginable tragedy of having his church, located on the grounds of the local university, burned down.","5.102","/1MwoZ4U8SGm7yIzfPFcTTbiiOYY.jpg","[{'id':79986,'logo_path':null,'name':'Pure Flix Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-03-30","5728940","105","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","","God's Not Dead: A Light in Darkness","false","6.9","43" +"false","/r6UOJ54tIPioUhJ57mmyh1dzjjc.jpg","null","0","[{'id':99,'name':'Documentary'}]","https://www.facebook.com/FrankensteinComplex","392918","tt5253754","fr","Creature Designers: The Frankenstein Complex","The Frankenstein Complex takes a historical as well as a creative perspective, with a mix of fascinating scenes behind the camera, film clips, and dozens of interviews with all the big names in the industry. In addition to the many wonderful anecdotes, the film also offers a wealth of beautiful test material, while along the way showing how the art of filmmaking has changed over the years. An affectionate ode to monster makers throughout history.","1.55","/7k0TtR7GcO7oTjZvGcs20TURR21.jpg","[{'id':13620,'logo_path':null,'name':'Frenetic Arts','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'}]","2015-11-18","0","104","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Creature Designers: The Frankenstein Complex","false","7","10" +"false","/xtvKiHvIYzGMbb1AGkXHDUJKkHt.jpg","null","0","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","","15771","tt0101590","en","Class Action","A Liberal activist lawyer alienated his daughter Maggie years ago when she discovered his many affairs. Now a conservative corporate lawyer, Maggie agrees to go up against her father in court. To gain promotion, she must defend an auto manufacturer against charges that their explosion-prone station wagons are unsafe. As her mother begs for peace, Maggie takes on her dad in a trial that turns increasingly personal and nasty.","4.549","/9BOsvZL2DuE2JFGYOssynTjs8K6.jpg","[{'id':10201,'logo_path':null,'name':'Interscope Communications','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1991-03-15","0","105","[{'iso_639_1':'en','name':'English'}]","Released","A father and a daughter, divided by a case, endangered by the truth.","Class Action","false","6.2","61" +"false","/np9r23U3SXMEiOiiuBYpI6I2fBS.jpg","null","0","[{'id':18,'name':'Drama'}]","","486937","tt7549452","de","Koxa","When Babo and his brother-in-law Memo, who is also part of Cenk's clique, go in search of the alleged culprit Serkan, no one is aware yet of the effects this little dizziness would bring. Serkan is threatened, kidnapped, beaten and no longer moves. Memo panics, feels guilty and laments the dreams he has had for a long time and that he did not want all that. He confesses that he has consumed all the cocaine alone with Cenk and his friends, exposing lies to his brother-in-law. At the end of the film, Babo realizes that he may have killed an innocent man.","1.4","/u78TIRAJuP08s14cZxD7EzJwAVd.jpg","[{'id':97325,'logo_path':null,'name':'Alpha Centauri Studios','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'}]","2017-11-09","0","90","[{'iso_639_1':'de','name':'Deutsch'}]","Released","","Koxa","false","3.7","6" +"false","/rGs1Sq4J1RKhjeABOzviDV929wK.jpg","null","0","[{'id':18,'name':'Drama'}]","","429194","tt5314118","en","Journeyman","A boxer suffers a serious head injury during a fight, and must deal with the consequences.","3.165","/vM0n8B8CULT0zxljdDRi1KuCYc8.jpg","[{'id':7975,'logo_path':null,'name':'Inflammable Films','origin_country':''},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'}]","[]","2018-03-30","0","92","[{'iso_639_1':'en','name':'English'}]","Released","Some fights you cannot fight alone","Journeyman","false","6.7","22" +"false","/tG20AmRGwao7REBaxay6KT5RsKP.jpg","null","0","[{'id':36,'name':'History'},{'id':37,'name':'Western'}]","","37238","tt0056016","en","Geronimo","In 1883, the Apache Indians lead by Geronimo reluctantly surrender to the attacks of American and Mexican troops, in exchange for a territory and food for their warriors. Soon though, Geronimo escapes the camps and declares war against the Americans.","1.476","/jAtdgL0R9tRTFv4TR50yjxA09hC.jpg","[{'id':36245,'logo_path':null,'name':'Bedford Pictures Inc.','origin_country':''},{'id':36248,'logo_path':null,'name':'Levy-Gardner-Laven','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1962-04-27","0","101","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","","Geronimo","false","4.9","7" +"false","/ogS67dwdzmL39DlbN5tHL87IGiX.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':37,'name':'Western'}]","","40639","tt0032383","en","Dark Command","When transplanted Texan Bob Seton arrives in Lawrence, Kansas he finds much to like about the place, especially Mary McCloud, daughter of the local banker. Politics is in the air however. It's just prior to the civil war and there is already a sharp division in the Territory as to whether it will remain slave-free. When he gets the opportunity to run for marshal, Seton finds himself running against the respected local schoolteacher, William Cantrell. Not is what it seems however. While acting as the upstanding citizen in public, Cantrell is dangerously ambitious and is prepared to do anything to make his mark, and his fortune, on the Territory. When he loses the race for marshal, he forms a group of raiders who run guns into the territory and rob and terrorize settlers throughout the territory. Eventually donning Confederate uniforms, it is left to Seton and the good citizens of Lawrence to face Cantrell and his raiders in one final clash.","2.611","/5jiySHU4lJJuz6kiDhjblvUmfvB.jpg","[{'id':1432,'logo_path':'/8AcaWEWQ8MFUBGlt9WxGGBAMpMG.png','name':'Republic Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1940-04-15","0","94","[{'iso_639_1':'en','name':'English'}]","Released","A drama of undying love.","Dark Command","false","6.1","17" +"false","/8rOpJuby0HBjaphddR8CAF3i35.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","26661","tt0047795","en","Abbott and Costello Meet the Mummy","When the murder of an archaeologist puts a valuable medallion into their hands, Abbott and Costello waste little time in trying to sell it, only to find themselves pursued by police, a slinky adventuress, an Egyptian high priest, and the mummy himself.","3.104","/aHKjPVnDwE6iiz3pVj7MGwXo8B.jpg","[{'id':5726,'logo_path':'/rnMFkRXYfeDDsDMKg9HjabsHQif.png','name':'Universal Pictures International (UPI)','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1955-06-01","0","79","[{'iso_639_1':'en','name':'English'}]","Released","They're back -- in their mummy's arms!","Abbott and Costello Meet the Mummy","false","6.1","36" +"false","/pxiLyTDe09V1crB2pyAnce4jQXB.jpg","null","0","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","","270759","tt3696126","ko","?????????","On May 9th, a female high school student was brutally murdered. There are 7 suspects and 7 shadows that terrorize them. Who are they and which one of them is you?","1.96","/lPH8ryAZEnxFT9hZ7vlBeb9xYF5.jpg","[{'id':684,'logo_path':null,'name':'Kim Ki Duk Film','origin_country':'KR'}]","[{'iso_3166_1':'KR','name':'South Korea'}]","2014-05-22","0","122","[{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","","One on One","false","5.3","13" +"false","/sxj8EsehEt295QcqoF7g6VzX36p.jpg","null","0","[{'id':18,'name':'Drama'}]","https://www.miracleseason.movie/","425373","tt5427194","en","The Miracle Season","After the tragic death of star volleyball player Caroline ""Line"" Found, a team of dispirited high school girls must band together under the guidance of their tough-love coach in hopes of winning the state championship!","6.516","/cIVYjwi8QcZ9AQk4WRYgW4iUmXb.jpg","[{'id':10285,'logo_path':'/5jxaT7zoJKtnwqxniiJ9iJLsJru.png','name':'LD Entertainment','origin_country':'US'},{'id':85100,'logo_path':null,'name':'Apex Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-04-13","0","100","[{'iso_639_1':'en','name':'English'}]","Released","Every point. Every game. Every match. Was for her....","The Miracle Season","false","7.4","107" +"false","/bGZZ1xjLrp2ra7AJTUCaXwhdCD.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","https://www.senseandcentsability.com/the-second","519834","tt5636922","en","The Second","The persona of a celebrated author is threatened when her best friend and muse reveals the dark secret behind her first novel's provenance, igniting an incendiary tale of sex, lies and betrayal.","2.969","/3Jl1r2zHvy7bkXdXne3QN9a6l8Y.jpg","[{'id':103657,'logo_path':null,'name':'Sense & Centsability','origin_country':''},{'id':10950,'logo_path':'/6TdE9m9KgV2az7vNI8n95rQiYr3.png','name':'Screen Queensland','origin_country':'AU'},{'id':103658,'logo_path':null,'name':'Second Films','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2018-04-22","0","94","[{'iso_639_1':'en','name':'English'}]","Released","","The Second","false","7","5" +"false","/iEYTv8SfaNO3sjiHBBtNpR9UMXv.jpg","null","0","[{'id':53,'name':'Thriller'}]","","539619","tt7149916","en","Edge of Fear","After being stabbed in the heart by ruthless home invaders, a man is left for dead. Now weak, outnumbered, and knife sticking from his chest, he attempts to do the impossible: save his wife from these murderers before he bleeds to death.","4.322","/q5usLFssvjsAbhrZB3lSNZdU2NB.jpg","[{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-08-01","0","91","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'}]","Released","","Edge of Fear","false","5.2","22" +"false","/wRVg3MLudXM5WJAtoibM0pOb8Dl.jpg","null","0","[{'id':53,'name':'Thriller'}]","http://www.footage-films.com","467192","tt6848602","en","'Til Death Do Us Part","Michael and Madison Roland had planned to spend the rest of their lives together, until one day Michael's controlling ways turned their perfect marriage. With the help of her best friend, Madison decides to get away. After adopting a new identity, she meets Alex Stone and learns to love again. All is well, until Michael discovers Madison's whereabouts, and recreate the nightmare she once lived all over again.","1.662","/27sMeqVKlvjwez1w6uDz9qwQfjq.jpg","[{'id':89529,'logo_path':null,'name':'Footage Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-09-29","0","99","[{'iso_639_1':'en','name':'English'}]","Released","When your marriage vows could mean your life.","'Til Death Do Us Part","false","5.5","15" +"false","","null","0","[{'id':80,'name':'Crime'},{'id':28,'name':'Action'}]","","474359","tt0055529","en","Tokyo naito","A college student takes over the family business in the field of organised crime.","0.6","/6VLe4uTVa1UoyoG7B8ChuCzqM9O.jpg","[{'id':955,'logo_path':'/5xnXD3PJI1HqOJceSAKZ3fDqO1V.png','name':'Nikkatsu Corporation','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","1961-02-01","0","87","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Tokyo Knights","false","8","2" +"false","/v2mV1QifvoAot7obmXtV8Kx2QxP.jpg","null","20000000","[{'id':14,'name':'Fantasy'},{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'},{'id':10749,'name':'Romance'}]","","2612","tt0100201","en","Mr. Destiny","Larry Burrows is unhappy and feels powerless over his life. He believes his entire life could have turned out differently had he not missed that shot in a baseball game when was a kid. One night he meets this mysterious man, who could change his fate by offering him that alternative life he always dreamed of. But as Burrows embarks on this journey of self discovery he realises that even this new life has its problems and drawbacks..","9.156","/6dgR1qZK3cTx90P8T6pmVCWYyko.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-10-12","15379253","110","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'hu','name':'Magyar'}]","Released","Larry Burrows Wished For It All... Until All That He Wished For Came True!","Mr. Destiny","false","6.1","88" +"false","","null","0","[{'id':53,'name':'Thriller'}]","","352729","tt0050476","ja","??????????????????","A bus making its precarious way across a winding mountain road picks up some unwelcome passengers.","0.901","/tEK5iDbgahKUkCf5sbmcqokkLfE.jpg","[{'id':955,'logo_path':'/5xnXD3PJI1HqOJceSAKZ3fDqO1V.png','name':'Nikkatsu Corporation','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","1957-03-06","0","88","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Eight Hours of Terror","false","8.5","2" +"false","/ggPOjPOW8PZBDApAj7jedT1NMtu.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'}]","","298833","tt2173248","en","Blood Ransom","Crystal, the girlfriend of Roman, Jeremiah's American boss whom he kidnaps. As Jeremiah's plans fail, Roman sends Bill, a psychopathic hitman after them. Crystal and Jeremiah tread the dangerous path of a love on the run. But as they run farther and as they fall deeper, a dark secret burns even stronger.","0.995","/jbql6MGQtDqbcXhOUoIYF2Dj6Lv.jpg","[]","[]","2014-10-31","0","101","[{'iso_639_1':'en','name':'English'}]","Released","","Blood Ransom","false","4.3","3" +"false","/juEuKO98m3mYcmOXWys5HNiJdv2.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","42211","tt0078343","it","Suor Omicidi","A demented nun sliding through morphine addiction into madness, whilst presiding over a regime of lesbianism, torture and death. Sister Gertrude is the head nurse/nun in a general hospital, whose increasingly psychotic behavior endangers the staff and patients around her.","2.187","/7n4N3M0IHgKkJkw1Kp2msHb0TZr.jpg","[{'id':17780,'logo_path':null,'name':'Cinesud','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'}]","1979-05-09","0","82","[{'iso_639_1':'it','name':'Italiano'}]","Released","From the Secret Files of the Vatican!","Killer Nun","false","4.8","26" +"false","/sEF4eMOIDkMKLmbhbMuKWfInzWw.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","56157","tt0049922","en","The Violent Years","A newspaper publisher's daughter suffers from neglect by her parents. She and her friends turn to crime by dressing up like men, holding up gas stations, raping young men at gunpoint, and having makeout parties when her parents are away. Their ""fence"" gets them to trash the school on request of sinister un-American clients, and they run afoul of the law, apple pie, and God himself.","0.703","/z6ECWnLIfeOLgMGHDCT3Dft85wy.jpg","[{'id':56289,'logo_path':null,'name':'Headliner Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1956-01-01","0","65","[{'iso_639_1':'en','name':'English'}]","Released","Teenage Killers Taking Their Thrills Unashamed!","The Violent Years","false","3.9","8" +"false","/bzeGOshNJgCRqrdDkSPR0HET5Wg.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10770,'name':'TV Movie'}]","http://www.cc.com/shows/roast-of-bruce-willis","536056","tt8301054","en","Comedy Central Roast of Bruce Willis","Bruce Willis goes from ""Die Hard"" to dead on arrival as some of the biggest names in entertainment serve up punches of their own to Hollywood's go-to action star. And with Roast Master Joseph Gordon-Levitt at the helm, nobody is leaving the dais unscathed.","4.763","/uNK6YAQVFLopYhWKcf2bsE5H2H.jpg","[{'id':1538,'logo_path':'/3q7NjXSLVUPQ24CG3zrBPK7GQqH.png','name':'Comedy Central','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-07-29","0","85","[{'iso_639_1':'en','name':'English'}]","Released","They're gonna make him cry like a baby.","Comedy Central Roast of Bruce Willis","false","6.7","12" +"false","/oXNtdwoRsG9MIpOjJHeT4xGjwbV.jpg","null","3500000","[{'id':18,'name':'Drama'}]","https://a24films.com/films/first-reformed","458737","tt6053438","en","First Reformed","A pastor of a small church in upstate New York starts to spiral out of control after a soul-shaking encounter with an unstable environmental activist and his pregnant wife.","11.858","/p2UylV0hPefEuWPFMo1r56vu2nb.jpg","[{'id':2520,'logo_path':null,'name':'Arclight Films','origin_country':''},{'id':100691,'logo_path':null,'name':'Omeira Studio Partners','origin_country':''},{'id':1422,'logo_path':'/aG7LGucYWmsrsEwnDN1HnUGfVmK.png','name':'Killer Films','origin_country':'US'},{'id':102842,'logo_path':null,'name':'Fibonacci Films','origin_country':''},{'id':6831,'logo_path':'/ojg8jqsVLGDvuJowOkZQZVV42AA.png','name':'Big Indie Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-05-18","2525738","113","[{'iso_639_1':'en','name':'English'}]","Released","","First Reformed","false","6.8","389" +"false","","null","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","","363586","tt0053992","ja","??????????????????","When a middle aged salaryman is unknowingly used by drug traffickers he is dishonored and fires back at the Yakuza bosses, with destructive consequences.","0.77","/5LEedZeRwecAPpkSsF9jd8TG3bK.jpg","[{'id':955,'logo_path':'/5xnXD3PJI1HqOJceSAKZ3fDqO1V.png','name':'Nikkatsu Corporation','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","1960-04-06","0","87","[{'iso_639_1':'ja','name':'?????????'}]","Released","","The Sleeping Beast Within","false","7.7","3" +"false","/wmUiQibFJgjPOfV1deJnURqu3Na.jpg","null","0","[{'id':80,'name':'Crime'},{'id':28,'name':'Action'}]","","370969","tt0055404","ja","???????????????","Ryoji, a wanderer, arrives in a remote mountain town, carrying a shotgun and claiming to be a hunter. He quickly becomes embroiled in a web of trouble surrounding the town's mill.","0.6","/cLB6vjIGCvgxQ8OC7QGQxPg6HWh.jpg","[{'id':955,'logo_path':'/5xnXD3PJI1HqOJceSAKZ3fDqO1V.png','name':'Nikkatsu Corporation','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","1961-06-03","0","84","[{'iso_639_1':'ja','name':'?????????'}]","Released","","The Man with a Shotgun","false","7.7","3" +"false","","null","0","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","367428","tt0053720","ja","??????????????????","Katiri is a reporter so ambitiously amoral that he???ll sell out anyone???including his partner and the drug dealer he???s sleeping with???to get a scoop. But what happens when an even more ruthless female gang boss kidnaps his sister?","0.6","/lVg1fB72zLauvE0agQTT4hoxs5W.jpg","[{'id':955,'logo_path':'/5xnXD3PJI1HqOJceSAKZ3fDqO1V.png','name':'Nikkatsu Corporation','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","1960-06-25","0","77","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Smashing the 0-Line","false","6.1","5" +"false","/rS0ykTD58Glc5zlRzYDomt5B6MA.jpg","null","0","[{'id':9648,'name':'Mystery'}]","","104310","tt0151073","ko","?????????","A company is studying the possibility to open a spa hotel named after a mythical island, Ieodo. The island is inhabited by the souls of drowned sailors. During a study trip to the location of the hotel lost a journalist under mysterious circumstances. One of the contractors go to Ieodo's neighboring island, populated by widows of the dead sailors, to unravel the disappearance.","2.136","/174trpBTBfoTlkiuQRfBB4dD1t7.jpg","[{'id':26212,'logo_path':null,'name':'Dong-a Exports Co. Ltd.','origin_country':''}]","[{'iso_3166_1':'KR','name':'South Korea'}]","1977-10-03","0","110","[{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","","Io Island","false","7.6","7" +"false","/dIsO11ru13CLNMnGoL3gEvBV84Y.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","537542","tt5361596","en","The Incantation","A young American girl has a chance of a lifetime to visit her ancestors castle in the south of France, only to find that her family is hiding deep, dark secrets about their nefarious past, far away from prying eyes.","3.076","/aIJlcGgDfAE4yzro5pKoGsOCkCK.jpg","[{'id':77486,'logo_path':null,'name':'Blue Falcon Productions','origin_country':''}]","[]","2018-04-27","0","98","[{'iso_639_1':'en','name':'English'}]","Released","DO NOT DENY YOUR TRUE NATURE.","The Incantation","false","4.4","5" +"false","/aLpWbfUQ3XnLaefQgbJ39sHImCv.jpg","null","0","[{'id':37,'name':'Western'}]","","9028","tt0063032","it","Il grande silenzio","A mute gunslinger fights in the defense of a group of outlaws and a vengeful young widow, against a group of ruthless bounty hunters.","6.956","/5IdkHZ10KmPvZ4aMWTeWivDkn0e.jpg","[{'id':1398,'logo_path':null,'name':'Les Films Corona','origin_country':''},{'id':2259,'logo_path':null,'name':'Adelphia Compagnia Cinematografica','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'FR','name':'France'}]","1968-02-21","0","105","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","His voice was the silence of death!","The Great Silence","false","7.6","112" +"false","/kP9aUOkh9xUXJ8qxoVQPNbysPZc.jpg","{'id':10455,'name':'Child's Play Collection','poster_path':'/fLWDbZziq47lcN28Q1ILnIMLHEC.jpg','backdrop_path':'/AAhYXBVIEl6WgQnzfBsauTIC25.jpg'}","12000000","[{'id':27,'name':'Horror'}]","","11249","tt0387575","en","Seed of Chucky","Chucky and Tiffany are resurrected by their innocent son, Glen, and hit Hollywood, where a movie depicting the killer dolls' murder spree is underway.","11.093","/vOykTC4dMzEHt2fyOxVRWFnl2pl.jpg","[{'id':134,'logo_path':null,'name':'Rogue Pictures','origin_country':''}]","[{'iso_3166_1':'RO','name':'Romania'},{'iso_3166_1':'US','name':'United States of America'}]","2004-11-11","24829644","87","[{'iso_639_1':'en','name':'English'}]","Released","Fear The Second Coming","Seed of Chucky","false","5","573" +"false","/s9WpjhfZBXiLCl91e8TNJU1CS8y.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':37,'name':'Western'}]","","40716","tt0037702","en","Flame of Barbary Coast","Duke Fergus falls for Ann 'Flaxen' Tarry in the Barbary Coast in turn-of-the-century San Francisco. He loses money to crooked gambler Boss Tito Morell, goes home, learns to gamble, and returns. After he makes a fortune, he opens his own place with Flaxen as the entertainer; but the 1906 quake destroys his place.","1.515","/cuW9HCAXQFkfhJhDutugC3JlOMU.jpg","[{'id':1432,'logo_path':'/8AcaWEWQ8MFUBGlt9WxGGBAMpMG.png','name':'Republic Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1945-05-28","0","91","[{'iso_639_1':'en','name':'English'}]","Released","The brawling, colorful story of the queen of hearts and the ace of gamblers... with a shock climax such as the screen has never known!","Flame of Barbary Coast","false","6.5","6" +"false","/nhoXXnSYUnsM4XifSvSBy73H7vc.jpg","null","0","[{'id':878,'name':'Science Fiction'}]","","539498","tt8235966","en","Alien Siege","After an alien spacecraft destroys Washington, D.C., the residents of a small town must fight off a unit of alien soldiers on the hunt for the President of the United States and the mysterious device he's carrying after his escape chopper crash lands nearby.","3.069","/crjEnEwbmhXg6g3EjiEIbjU5YfK.jpg","[{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'}]","[]","2018-07-31","0","85","[{'iso_639_1':'de','name':'Deutsch'}]","Released","","Alien Siege","false","3.7","9" +"false","/plLbqN32dRYK5lfSiYld2w1totn.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","413471","tt1588878","en","The Late Bloomer","A sex therapist goes through puberty after the successful removal of a benign tumor resting against his pituitary gland. He experiences all the changes and effects of puberty over a three-week period.","6.682","/f31mIpTb4KWpjueeAcIx0CRewff.jpg","[{'id':81167,'logo_path':null,'name':'Ineffable Pictures','origin_country':''},{'id':1020,'logo_path':'/kuUIHNwMec4dwOLghDhhZJzHZTd.png','name':'Millennium Films','origin_country':'US'},{'id':71488,'logo_path':null,'name':'Eclectic Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-10-07","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Based on the (Mostly) True Story of the 30-Year-old Who Just Hit Puberty.","The Late Bloomer","false","5.4","177" +"false","/2sIGAiY1y5cEuYMrlB0PRhhw9Z5.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","https://www.netflix.com/title/80098200","324670","tt2106651","en","Spectral","A special-ops team is dispatched to fight supernatural being that have taken over a European city.","10.677","/oXV2ayQYUQfHwpuMdWnZF0Geng5.jpg","[{'id':2735,'logo_path':null,'name':'Mid Atlantic Films','origin_country':''},{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''},{'id':923,'logo_path':'/5UQsZrfbfG2dYJbx8DxfoTr2Bvu.png','name':'Legendary Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-12-01","0","109","[{'iso_639_1':'en','name':'English'}]","Released","","Spectral","false","6.3","799" +"false","/tMxePXvxk4iUEAVS47IHyFhzkLX.jpg","null","10000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","","11770","tt0286112","cn","????????????","A young Shaolin follower reunites with his discouraged brothers to form a soccer team using their martial art skills to their advantage.","11.511","/JxiBDG2TuahaVj9ODwQveWzlDv.jpg","[{'id':3477,'logo_path':null,'name':'Star Overseas','origin_country':''},{'id':20543,'logo_path':null,'name':'Universe Entertainment','origin_country':''}]","[{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'HK','name':'Hong Kong'}]","2001-07-12","42776760","113","[{'iso_639_1':'cn','name':'????????? / ?????????'},{'iso_639_1':'th','name':'?????????????????????'},{'iso_639_1':'zh','name':'?????????'}]","Released","Get ready to kick some grass!","Shaolin Soccer","false","6.7","850" +"false","/iSLXnEeZpkZQnxeCzp9ZjdhvAKK.jpg","{'id':256287,'name':'Justice League (Animated) Collection','poster_path':'/5qm3MlCJkAtEUvnGPYwnKzrgAIO.jpg','backdrop_path':'/v4ijBegXGXDltrqRbhlEQqfoDl2.jpg'}","3500000","[{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'},{'id':16,'name':'Animation'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'}]","http://www.dccomics.com/movies/justice-league-the-flashpoint-paradox-2013","183011","tt2820466","en","Justice League: The Flashpoint Paradox","When time travel allows a past wrong to be righted for The Flash and his family, the ripples of the event prove disastrous as a fractured, alternate reality now exists where a Justice League never formed, and even Superman is nowhere to be found. Teaming with a grittier, more violent Dark Knight and Cyborg, Flash races to restore the continuity of his original timeline while this new world is ravaged by a fierce war between Wonder Woman's Amazons and Aquaman???s Atlanteans.","11.516","/sqWvI1M8cnAuXAws3hB11XwLpU2.jpg","[{'id':11671,'logo_path':'/iRdYQdn1eunwV3qAs6RK5Mqwn8Z.png','name':'Studio 4??C','origin_country':'JP'},{'id':429,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Comics','origin_country':'US'},{'id':2785,'logo_path':'/l5zW8jjmQOCx2dFmvnmbYmqoBmL.png','name':'Warner Bros. Animation','origin_country':'US'},{'id':9993,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-07-28","0","75","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","Fight the future.","Justice League: The Flashpoint Paradox","false","7.5","715" +"false","/gbo41r6ixGmLkDxL2glqfZu6aW4.jpg","null","8575000","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","290098","tt4016934","ko","?????????","1930s Korea, in the period of Japanese occupation, a young woman is hired as a handmaiden to a Japanese heiress who lives a secluded life on a large countryside estate with her domineering uncle. But, the maid has a secret: she is a pickpocket recruited by a swindler posing as a Japanese count to help him seduce the heiress to elope with him, rob her of her fortune, and lock her up in a madhouse. The plan seems to proceed according to plan until the women discover some unexpected emotions.","10.371","/cw1BvSDk4wyHHpVStj4t82pAvq7.jpg","[{'id':7036,'logo_path':'/javbyY0ZCvlFJtly3tpZqf2NwLX.png','name':'CJ Entertainment','origin_country':'KR'},{'id':34725,'logo_path':null,'name':'Moho Film','origin_country':'KR'},{'id':49096,'logo_path':null,'name':'Yong Film','origin_country':'KR'}]","[{'iso_3166_1':'KR','name':'South Korea'}]","2016-06-01","1983204","145","[{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","","The Handmaiden","false","8.3","1134" +"false","/tBhkqRxbANdYRhv7mLHfKEMcOZF.jpg","null","0","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'}]","https://www.netflix.com/title/8016445","419479","tt4225622","en","The Babysitter","When Cole stays up past his bedtime, he discovers that his hot babysitter is part of a Satanic cult that will stop at nothing to keep him quiet.","12.533","/86a7GRVRCwfl7wdI4QadyvKa6Zu.jpg","[{'id':4022,'logo_path':'/q6Xts6ztGkTHrY1WfHttlhL3Pfc.png','name':'Wonderland Sound and Vision','origin_country':'US'},{'id':17866,'logo_path':'/b6UEnuBOYgnsrq6VulNLlP5v5rz.png','name':'Boies/Schiller Film Group','origin_country':'US'},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-10-13","0","85","[{'iso_639_1':'en','name':'English'}]","Released","Dream girls can be a nightmare","The Babysitter","false","5.9","1446" +"false","/d3AmCJXvsP818di5KcCj4fNi36.jpg","null","18339750","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10752,'name':'War'}]","http://www.downfallthefilm.com/","613","tt0363163","de","Der Untergang","In April of 1945, Germany stands at the brink of defeat with the Russian Army closing in from the east and the Allied Expeditionary Force attacking from the west. In Berlin, capital of the Third Reich, Adolf Hitler proclaims that Germany will still achieve victory and orders his generals and advisers to fight to the last man. When the end finally does come, and Hitler lies dead by his own hand, what is left of his military must find a way to end the killing that is the Battle of Berlin, and lay down their arms in surrender.","9.74","/2QmpblYvUThzBQ4ArdT1Kp43DZi.jpg","[{'id':2683,'logo_path':'/mOL2WcHtox2urbUf1oJvjw7kz01.png','name':'Rai Cinema','origin_country':'IT'},{'id':5755,'logo_path':'/53JWq1rzbAXzbh1rnFo3XdqsAUh.png','name':'Constantin Film Produktion','origin_country':''},{'id':7201,'logo_path':'/ljV8ZT3CIYCEIEDlTyBliXJVCZr.png','name':'Norddeutscher Rundfunk (NDR)','origin_country':'DE'},{'id':3391,'logo_path':'/t0QBs2fI3mE3HxgoH1n39bYuzNu.png','name':'??sterreichischer Rundfunk (ORF)','origin_country':'AT'},{'id':986,'logo_path':null,'name':'Degeto Film','origin_country':''},{'id':2278,'logo_path':null,'name':'EOS Entertainment','origin_country':''},{'id':46,'logo_path':null,'name':'Westdeutscher Rundfunk (WDR)','origin_country':'DE'}]","[{'iso_3166_1':'AT','name':'Austria'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'IT','name':'Italy'}]","2004-09-08","92180910","156","[{'iso_639_1':'hu','name':'Magyar'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'ru','name':'P????????????'}]","Released","April 1945, a nation awaits its...Downfall","Downfall","false","7.8","1692" +"false","/bOGkgRGdhrBYJSLpXaxhXVstddV.jpg","{'id':86311,'name':'The Avengers Collection','poster_path':'/qJawKUQcIBha507UahUlX0keOT7.jpg','backdrop_path':'/zuW6fOiusv4X9nnW3paHGfXcSll.jpg'}","300000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':14,'name':'Fantasy'}]","http://marvel.com/movies/movie/223/avengers_infinity_war_part_1","299536","tt4154756","en","Avengers: Infinity War","As the Avengers and their allies have continued to protect the world from threats too large for any one hero to handle, a new danger has emerged from the cosmic shadows: Thanos. A despot of intergalactic infamy, his goal is to collect all six Infinity Stones, artifacts of unimaginable power, and use them to inflict his twisted will on all of reality. Everything the Avengers have fought for has led up to this moment - the fate of Earth and existence itself has never been more uncertain.","136.642","/7WsyChQLEftFiDOVTGkv3hFpyyt.jpg","[{'id':420,'logo_path':'/hUzeosd33nzE5MCNsZxCGEKTXaQ.png','name':'Marvel Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-04-25","2046239637","149","[{'iso_639_1':'en','name':'English'}]","Released","An entire universe. Once and for all.","Avengers: Infinity War","false","8.3","12341" +"false","/qK6gKbiKY1k2uq9zcSHifOwGmrn.jpg","{'id':937,'name':'The Pink Panther (Original) Collection','poster_path':'/xu6gZ0zGUSR8SC2QLKFaUrX2niM.jpg','backdrop_path':'/9Lc4YOIwprqMYNaUkJRRa5unakk.jpg'}","11000000","[{'id':80,'name':'Crime'},{'id':35,'name':'Comedy'}]","","36576","tt0085384","en","Curse of the Pink Panther","Inspector Clouseau disappears, and the Surete wants the world's second best detective to look for him. However, Clouseau's enemy, Dreyfus, rigs the Surete's computer to select, instead, the world's WORST detective, NYPD Sgt. Clifton Sleigh. Sleigh obtusely bungles his way past assassins and corrupt officials as though he were Clouseau's American cousin.","4.832","/mDBa72BXFZvb9aDyfHis3GuEfg0.jpg","[{'id':1582,'logo_path':null,'name':'Titan Productions','origin_country':''},{'id':6407,'logo_path':null,'name':'Blake Edwards','origin_country':''},{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1983-08-12","4491986","109","[{'iso_639_1':'en','name':'English'}]","Released","","Curse of the Pink Panther","false","3.8","58" +"false","/a09NeywCuAevxKDG8JmqBpittTT.jpg","null","0","[{'id':18,'name':'Drama'}]","","340027","tt3704700","en","Brain on Fire","Susannah Cahalan, an up-and-coming journalist at the New York Post becomes plagued by voices in her head and seizures, causing a rapid descent into insanity.","8.157","/ulOCM9UYjiXxggjDBtNmGTmsJDA.jpg","[{'id':3574,'logo_path':null,'name':'Denver and Delilah Productions','origin_country':'US'},{'id':12217,'logo_path':null,'name':'Foundation Features','origin_country':''},{'id':42101,'logo_path':null,'name':'Blank Pages Productions','origin_country':''},{'id':49389,'logo_path':'/3rOhrdjnUHsf0GPa66b9KyR2MUx.png','name':'Broad Green Pictures','origin_country':'US'}]","[{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'CA','name':'Canada'}]","2017-02-22","0","88","[{'iso_639_1':'en','name':'English'}]","Released","It's not supposed to happen. Be prepared when it does.","Brain on Fire","false","7.2","613" +"false","/4dJtBER8Thjb1hD3r5H9S64e8HC.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://almostadultsmovie.com","357424","tt4686862","en","Almost Adults","A film about growing apart when growing up. Two best friends relationship strains when one deals with her newfound sexuality and the other with breaking up with her long term boyfriend.","7.137","/mNPVq9Cok25btwKpzkPb5Xek0qY.jpg","[{'id':91569,'logo_path':null,'name':'Unsolicited Pictures','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2016-10-15","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Growing up is hard when you're growing apart.","Almost Adults","false","6.2","99" +"false","/9DkRs9stY8kjEpF0iHQSbmB5lFW.jpg","null","66190000","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'}]","","335788","tt4106376","fr","Renegades","In the midst of the Balkan wars, a squad of Navy SEALs attempts to unravel a long-forgotten mystery after discovering an enormous treasure trove hidden at the bottom of a lake in Serbia.","8.749","/hx4nxhesaagsvJNhRw2fTobg8o.jpg","[{'id':264,'logo_path':'/fA90qwUKgPhMONqtwY60GaHRyrW.png','name':'Studio Babelsberg','origin_country':'DE'},{'id':6896,'logo_path':'/2Q89KvzxTKB5BAv9RqFIPI1qb7E.png','name':'EuropaCorp','origin_country':'FR'},{'id':78298,'logo_path':'/9U7x4fLDn8EVEZTc4usYeJV1uHF.png','name':'Belga Productions','origin_country':'BE'},{'id':243,'logo_path':null,'name':'CB Films','origin_country':''},{'id':101526,'logo_path':null,'name':'DCS','origin_country':''},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","2017-08-21","0","105","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'hr','name':'Hrvatski'}]","Released","5 Navy SEALs. $300 million in gold. 1 incredible mission.","Renegades","false","5.8","147" +"false","/dT48bnZP1HVNUjiOEfThNzq4qlZ.jpg","{'id':86110,'name':'Diary of a Wimpy Kid Collection','poster_path':'/4Miizfzuds4ldROTff9vB0Z3EId.jpg','backdrop_path':'/hTbw2nLM44eE5m7ZIIXodcoDR1X.jpg'}","22000000","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","417830","tt6003368","en","Diary of a Wimpy Kid: The Long Haul","A Heffley family road trip to attend Meemaw's 90th birthday party goes hilariously off course thanks to Greg's newest scheme to get to a video gaming convention.","9.617","/mSBUClLuB70a2unFvW4m48OG9VF.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-05-19","40120144","91","[{'iso_639_1':'en','name':'English'}]","Released","","Diary of a Wimpy Kid: The Long Haul","false","5.6","180" +"false","/mkoBtgOKfoMHyZ3IW8opGRZim6S.jpg","{'id':350309,'name':'Baahubali Collection','poster_path':'/jmGoOVG6ywVa3LaD7OWJoH6v4Zs.jpg','backdrop_path':'/15RXyQFy6g2Wp7FH7Lp4RPEcxjX.jpg'}","40000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","http://baahubali.com","256040","tt2631186","te","Bahubali: The Beginning","The young Shivudu is left as a foundling in a small village by his mother. By the time he???s grown up, it has become apparent that he possesses exceptional gifts. He meets the beautiful warrior/princess Avanthika and learns that her queen has been held captive for the last 25 years. Shividu sets off to rescue her, discovering his own origins in the process.","9.073","/5uurRfH9KdMiecCNTzO1MSi9Tqw.jpg","[{'id':57946,'logo_path':'/oBMVxYVfjmirgN7tpz4CaSSTnNj.png','name':'Arka Media Works','origin_country':''}]","[{'iso_3166_1':'IN','name':'India'}]","2015-07-10","100000000","158","[{'iso_639_1':'sa','name':''},{'iso_639_1':'ta','name':'???????????????'},{'iso_639_1':'te','name':'??????????????????'}]","Released","","Bahubali: The Beginning","false","7.3","222" +"false","/ldqbcQaNc8RyTekKaeMoV4HBDQB.jpg","null","70000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","","9567","tt0314353","en","Tears of the Sun","Navy SEAL Lieutenant A.K. Waters and his elite squadron of tactical specialists are forced to choose between their duty and their humanity, between following orders by ignoring the conflict that surrounds them, or finding the courage to follow their conscience and protect a group of innocent refugees. When the democratic government of Nigeria collapses and the country is taken over by a ruthless military dictator, Waters, a fiercely loyal and hardened veteran is dispatched on a routine mission to retrieve a Doctors Without Borders physician.","13.852","/qEe7aE4PgZCwnVoxKe7YsTm3Smh.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':497,'logo_path':'/pMyhOBd3sCiLzBlmIopdJkcUFtn.png','name':'Revolution Studios','origin_country':''},{'id':890,'logo_path':null,'name':'Cheyenne Enterprises','origin_country':''},{'id':13473,'logo_path':null,'name':'Michael Lobell Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-03-07","85632458","121","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","He was trained to follow orders. He became a hero by defying them.","Tears of the Sun","false","6.5","928" +"false","/qHHM9pcly5YFV3hdLjyPofnzVjH.jpg","null","20000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'},{'id':10749,'name':'Romance'}]","","9655","tt0454945","en","She's the Man","Viola Johnson is in a real jam. Complications threaten her scheme to pose as her twin brother, Sebastian, and take his place at a new boarding school. She falls in love with her handsome roommate, Duke, who loves beautiful Olivia, who has fallen for Sebastian! As if that were not enough, Viola's twin returns from London ahead of schedule but has no idea that his sister has already replaced him on campus.","8.907","/aoO3OtAojt9g8D60tro8s26mGmj.jpg","[{'id':126,'logo_path':'/kADPanRDkKTxncPXXVahvHPUvCj.png','name':'Lakeshore Entertainment','origin_country':'US'},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-03-17","33889159","105","[{'iso_639_1':'en','name':'English'}]","Released","If you wanna chase your dream, sometimes you gotta break the rules.","She's the Man","false","6.6","1439" +"false","/g8Yx7tRNyxSK9lZLWtSzw3PChdP.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.mikeflanaganfilm.com/films/hush","376570","tt5022702","en","Hush","A deaf woman is stalked by a psychotic killer in her secluded home.","7.583","/khDYdmPFlaTqeLQVD4ds4xC1mIf.jpg","[{'id':1224,'logo_path':null,'name':'Intrepid Pictures','origin_country':'US'},{'id':3172,'logo_path':'/kDedjRZwO8uyFhuHamomOhN6fzG.png','name':'Blumhouse Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-03-12","0","82","[{'iso_639_1':'en','name':'English'}]","Released","Silence can be killer","Hush","false","6.8","1990" +"false","/nDAbr3NSkkOMIkFrQ3ycVxzgaMc.jpg","null","40000000","[{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","https://www.netflix.com/title/80122759","351460","tt1241317","en","Death Note","A young man comes to possess a supernatural notebook, the Death Note, that grants him the power to kill any person simply by writing down their name on the pages. He then decides to use the notebook to kill criminals and change the world, but an enigmatic detective attempts to track him down and end his reign of terror.","9.579","/1X19j2albvewAdnTNHx2fFXjOcC.jpg","[{'id':829,'logo_path':'/mzpAmEQ5P1gFvdRoNyCk9q8ngiv.png','name':'Vertigo Entertainment','origin_country':'US'},{'id':2723,'logo_path':null,'name':'Lin Pictures','origin_country':'US'},{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-08-25","0","101","[{'iso_639_1':'en','name':'English'}]","Released","","Death Note","false","4.2","2354" +"false","/okSVtwaS8DqLHGe1QQgREf2haCy.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.serendipitypoint.com/portfolio-post/below-her-mouth/","370663","tt5073620","en","Below Her Mouth","An unexpected affair quickly escalates into a heart-stopping reality for two women whose passionate connection changes their lives forever.","15.137","/nTGbq37hYLuNy7YgMg0gVLma0NS.jpg","[{'id':805,'logo_path':null,'name':'Serendipity Point Films','origin_country':''},{'id':85681,'logo_path':'/1GZ94KYANlFvEyt6iUL0O3MAON4.png','name':'Distant Horizon','origin_country':'ZA'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2017-02-10","0","92","[{'iso_639_1':'en','name':'English'}]","Released","Where desire lives.","Below Her Mouth","false","6.1","351" +"false","/yCRYYGldFGVa4cmZVpTVCRQMfjA.jpg","{'id':350309,'name':'Baahubali Collection','poster_path':'/jmGoOVG6ywVa3LaD7OWJoH6v4Zs.jpg','backdrop_path':'/15RXyQFy6g2Wp7FH7Lp4RPEcxjX.jpg'}","40000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","http://baahubali.com/","350312","tt4849438","te","Baahubali 2: The Conclusion","When Mahendra, the son of Bahubali, learns about his heritage, he begins to look for answers. His story is juxtaposed with past events that unfolded in the Mahishmati Kingdom.","12.501","/sXf30F2HFpsFPXlNz7jpOySSV9I.jpg","[{'id':57946,'logo_path':'/oBMVxYVfjmirgN7tpz4CaSSTnNj.png','name':'Arka Media Works','origin_country':''}]","[{'iso_3166_1':'IN','name':'India'}]","2017-04-27","275947313","168","[{'iso_639_1':'ta','name':'???????????????'},{'iso_639_1':'te','name':'??????????????????'}]","Released","","Baahubali 2: The Conclusion","false","6.9","244" +"false","/bUvPR1Nsm9419zO4aL90pUl4MNF.jpg","null","4300000","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","","152584","tt2278871","fr","La Vie d'Ad??le - Chapitres 1 et 2","Ad??le's life is changed when she meets Emma, a young woman with blue hair, who will allow her to discover desire, to assert herself as a woman and as an adult. In front of others, Adele grows, seeks herself, loses herself, finds herself.","5.601","/3BpgeGHYxle9ob4cLiONgESvqVB.jpg","[{'id':850,'logo_path':'/aF7qajGJGtMpdrtvssM9g90YanX.png','name':'Eurimages','origin_country':'FR'},{'id':856,'logo_path':'/3tfzS2CrX6Ntbu927XzHXEPDA6y.png','name':'Wild Bunch','origin_country':'FR'},{'id':10393,'logo_path':'/7MazD0kppT5OzdumzDi5IFYNthO.png','name':'Vertigo Films','origin_country':'GB'},{'id':10611,'logo_path':'/zQ4fGaEnNkWfSzyygXRcUZwPmDG.png','name':'Cin??+','origin_country':'FR'},{'id':11199,'logo_path':'/ursSXLOZaDxiZ84sEgfXbiFnYaa.png','name':'SCOPE Pictures','origin_country':'BE'},{'id':11434,'logo_path':null,'name':'R??gion Nord-Pas-de-Calais','origin_country':''},{'id':14700,'logo_path':null,'name':'Quat'sous Films','origin_country':''},{'id':38038,'logo_path':null,'name':'Pictanovo Nord-Pas-de-Calais','origin_country':''},{'id':310,'logo_path':'/4Gp5A4YdjPBfsHT47ngHMaXWmb9.png','name':'Centre National de la Cin??matographie','origin_country':'FR'},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':83,'logo_path':'/9OQ0rm55xtlgX7KcAKMUePJSrQc.png','name':'France 2 Cin??ma','origin_country':'FR'},{'id':11359,'logo_path':'/xnLJl11viWq9qajYs3zCNtjRk5c.png','name':'France 2 (FR2)','origin_country':'FR'},{'id':792,'logo_path':'/cRhBQP1FFNugNxKkO1pUgeD2Rkr.png','name':'Radio T??l??vision Belge Francophone','origin_country':'BE'},{'id':7131,'logo_path':'/eLvjHPYZ12GR58lrDgg6MXZp2a3.png','name':'France T??l??visions','origin_country':'FR'},{'id':11796,'logo_path':'/tx6LOQcTSqgW8ffKxovuJHjlYVw.png','name':'Centre du Cin??ma et de l'Audiovisuel de la F??d??ration Wallonie-Bruxelles','origin_country':'BE'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'BE','name':'Belgium'}]","2013-10-09","10165694","180","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","Lover Just Know Love!","Blue Is the Warmest Color","false","7.1","2247" +"false","/a3wDEaQWBp692Qv0CdAxzEM4F3g.jpg","null","50000000","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':80,'name':'Crime'}]","","11212","tt0109190","en","Baby's Day Out","Baby Bink couldn't ask for more; he has adoring (if somewhat sickly-sweet) parents, he lives in a huge mansion, and he's just about to appear in the social pages of the paper. Unfortunately, not everyone in the world is as nice as Baby Bink's parents; especially the three enterprising kidnapers who pretend to be photographers from the newspaper. Successfully kidnaping Baby Bink, they have a harder time keeping hold of the rascal, who not only keeps one step ahead of them, but seems to be more than a little bit smarter than the three bumbling criminals.","11.701","/21U2jwl36hoTHsXB3fDuIQkcchu.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-07-01","16671505","99","[{'iso_639_1':'en','name':'English'}]","Released","No Bib. No Crib. No Problem.","Baby's Day Out","false","5.9","549" +"false","/iTc8GzE4I4v9NLtEQ7ZaUvIj272.jpg","null","0","[{'id':53,'name':'Thriller'}]","http://www.whoami-film.de/","284427","tt3042408","de","Who Am I - Kein System ist sicher","Benjamin, a young German computer whiz, is invited to join a subversive hacker group that wants to be noticed on the world's stage.","7.919","/nMHCJiVFjUmQWC116Ze96u5IhfX.jpg","[{'id':1107,'logo_path':null,'name':'Seven Pictures','origin_country':''},{'id':26976,'logo_path':null,'name':'Deutsche Columbia Pictures Film Produktion','origin_country':''},{'id':40788,'logo_path':null,'name':'Wiedemann & Berg Television','origin_country':'DE'}]","[{'iso_3166_1':'DE','name':'Germany'}]","2014-09-25","0","105","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","No system is safe.","Who Am I","false","7.7","651" +"false","/2SChQOUxcGoilS3zxnFQ7LZZMgE.jpg","null","100000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':10749,'name':'Romance'}]","http://thetourist-movie.com/","37710","tt1243957","en","The Tourist","American tourist Frank (Johnny Depp) meets mysterious British woman Elsie (Angelina Jolie) on the train to Venice. Romance seems to bud, but there's more to her than meets the eye. Remake of the 2005 French film ""Anthony Zimmer"", written and directed by J??r??me Salle.","15.042","/jfLFF0Qa9jAoTYQIKaSWmMWcKZd.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':158,'logo_path':'/6SHlNIype9zmyEMRsBtoueUtLsq.png','name':'Spyglass Entertainment','origin_country':'US'},{'id':682,'logo_path':null,'name':'Peninsula Films','origin_country':''},{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'},{'id':3281,'logo_path':'/8tMybAieh64uzvm8knSjXOFX8Qc.png','name':'GK Films','origin_country':'GB'},{'id':23731,'logo_path':null,'name':'Birnbaum/Barber','origin_country':''},{'id':23732,'logo_path':null,'name':'Cineroma SRL','origin_country':''},{'id':34,'logo_path':'/GagSvqWlyPdkFHMfQ3pNq6ix9P.png','name':'Sony Pictures','origin_country':'US'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2010-12-08","278731369","103","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","It all started when he met a woman","The Tourist","false","6.1","3016" +"false","/2cRMsNJxM782QXEx2oDEdJ8FgX9.jpg","{'id':554930,'name':'The Thinning Collection','poster_path':null,'backdrop_path':null}","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","419639","tt5254868","en","The Thinning","In a post-apocalyptic future where population control is dictated by a high-school aptitude test, two students discover the test is smoke and mirrors hiding a larger conspiracy.","6.987","/55yQMgLwJDyEom2Kose80JjTlDt.jpg","[{'id':88931,'logo_path':null,'name':'Cinemand','origin_country':''},{'id':59429,'logo_path':null,'name':'Legendary Digital Media','origin_country':''},{'id':73091,'logo_path':null,'name':'YouTube Red','origin_country':''},{'id':60319,'logo_path':null,'name':'Kids At Play','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-10-12","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Only the smartest will survive","The Thinning","false","7.3","195" +"false","/gXkMRCw4dKE3yRnZpmgP8wfLL1y.jpg","null","48000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.sonypictures.com/movies/panicroom/","4547","tt0258000","en","Panic Room","Trapped in their New York brownstone's panic room, a hidden chamber built as a sanctuary in the event of break-ins, newly divorced Meg Altman and her young daughter Sarah play a deadly game of cat-and-mouse with three intruders - Burnham, Raoul and Junior - during a brutal home invasion. But the room itself is the focal point because what the intruders really want is inside it.","15.142","/hjkugMBhYjV8ZXgvSnGXI3q7wt7.jpg","[{'id':1685,'logo_path':null,'name':'Hofflund/Polone','origin_country':''},{'id':7795,'logo_path':null,'name':'Indelible Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-03-29","196397415","111","[{'iso_639_1':'en','name':'English'}]","Released","","Panic Room","false","6.7","2365" +"false","/oXDPkVhvcVah3nZaLwCf8jlxJzd.jpg","null","0","[{'id':18,'name':'Drama'}]","","419206","tt6039294","ja","Suffering of Ninko","Ninko is a virtuous Buddhist monk who???s embarrassed to discover that he???s irresistible to many women (and some men). After a particularly troubling encounter with a masked woman, he undertakes a journey to ""purify"" himself, hoping that this will equip him to rebuff sexual advances. He meets the samurai Kanzo and hears of a village decimated by the rapacious mountain goddess Yama-onna, who kills men to absorb their energy. Finally Ninko has a quest to fulfill???","0.84","/yktUU9c4o8rZSYBNLAOOGMRZJiG.jpg","[]","[]","2016-10-01","0","70","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Suffering of Ninko","false","5.3","3" +"false","/gQsbKrIbNq02Kp5ICJHvCmdMmP5.jpg","{'id':442646,'name':'New Initial D Collection','poster_path':null,'backdrop_path':null}","0","[{'id':28,'name':'Action'},{'id':16,'name':'Animation'},{'id':18,'name':'Drama'}]","http://initiald-movie.com/","372758","tt5463088","ja","???????????? ?????????D Legend3 -??????-","Mt. Akina's new downhill racing hero Fujiwara Takumi prepares for the final showdown against Red Sun's unbeaten leader and Akagi's fastest driver, Takahashi Ryosuke.","1.176","/o7tmOMVqqPU37rugbfEQR5h1sjC.jpg","[{'id':43363,'logo_path':null,'name':'Sanzigen','origin_country':''},{'id':2788,'logo_path':null,'name':'Avex Entertainment','origin_country':''}]","[{'iso_3166_1':'JP','name':'Japan'}]","2016-02-06","0","65","[{'iso_639_1':'ja','name':'?????????'}]","Released","","New Initial D the Movie - Legend 3: Dream","false","6.3","3" +"false","/frj4W16za8D1POODgLsuBUAQ17X.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","276935","tt3175038","hi","Ek Villain","When his lover becomes the latest victim of a serial killer, Guru blurs the line between good and evil in his pursuit of revenge.","4.215","/o5ViSnJkOpqoW4vgPr2JXkYpBeO.jpg","[{'id':3750,'logo_path':'/4YRT7sNsvvULDZclOcJkvNpDGOb.png','name':'Balaji Motion Pictures','origin_country':'IN'}]","[{'iso_3166_1':'IN','name':'India'}]","2014-06-27","0","129","[{'iso_639_1':'hi','name':'??????????????????'}]","Released","","Ek Villain","false","6.4","60" +"false","/au7veEwwW3xmund5pEHbT9Cddvw.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':10770,'name':'TV Movie'}]","","37938","tt0078330","en","Stranger in Our House","A country family of five takes in cousin Julia, whose parents recently perished in a car crash. Julia extends her influence over the family and those around them, fooling all except for Rachel, the teenaged girl who knows her cousin is up to no good. This TV horror movie had the title ""Stranger in Our House"" when it was originally released by NBC on Halloween night in 1978. When released on VHS in the late 1980s, the title was changed to ""Summer of Fear"", which is the title of the Lois Duncan book on which it is based.","2.712","/jgyK4IzdzgTWUuBkjpPeDYgsJqz.jpg","[{'id':18437,'logo_path':null,'name':'Finnegan Associates','origin_country':''},{'id':92872,'logo_path':null,'name':'Interplanetary Pictures Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1978-10-31","0","100","[{'iso_639_1':'en','name':'English'}]","Released","Tonight, the world premiere of a chilling story of witchcraft, demons and the supernatural!","Stranger in Our House","false","5.1","26" +"false","/tUevbHi0u6t1VailNVOj0b9LTuW.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':53,'name':'Thriller'}]","","31962","tt0105391","en","Shining Through","Spirited New Yorker Linda Voss goes to work for international lawyer and secret Office of Strategic Services operative Ed Leland just before World War II. As they fall in love, the United States enters the fight against Hitler, and Linda volunteers to work for Ed spying undercover behind Nazi lines. Assigned to uncover information about a German bomb, Linda also has personal motives to fulfill: discovering the fate of her Jewish family members in Berlin.","5.138","/e3D4a0B7BbzJfDMuLurDvxZP2oY.jpg","[{'id':89304,'logo_path':null,'name':'Peter V. Miller Investment Corp.','origin_country':''},{'id':5842,'logo_path':null,'name':'Sandollar Productions','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1992-01-31","21621000","132","[{'iso_639_1':'en','name':'English'}]","Released","He needed to trust her with his secret. She had to trust him with her life.","Shining Through","false","6.3","70" +"false","/bcIo2gjB8rxAubQRME8aLUqEWs6.jpg","null","0","[{'id':37,'name':'Western'}]","","26758","tt0048339","en","Man with the Gun","A stranger comes to town looking for his estranged wife. He finds her running the local girls. He also finds a town and sheriff afraid of their own shadow, scared of a landowner they never see who rules through his rowdy sidekicks. The stranger is a town tamer by trade, and he accepts a $500 commission to sort things out.","1.898","/4QTV9kkliG5wrsHj0x6fNYsaQ34.jpg","[{'id':11983,'logo_path':null,'name':'Formosa Productions','origin_country':'FR'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1955-11-05","0","83","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","A man who lived and breathed violence!","Man with the Gun","false","5.8","13" +"false","/8W3uzh6RTXKgg6YDEWrb4pb5e7b.jpg","null","0","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'}]","","437739","tt7029854","fr","Le Manoir","A band of students comes to celebrate the New Year in an old manor house isolated from everything. But soon after their arrival, strange events disrupt the atmosphere, before the party turns squarely to the nightmare ...","6.491","/AuH2pXBYZlcQpQhAwgHYuF8rdFj.jpg","[{'id':13800,'logo_path':null,'name':'Gaumont Distribution','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'}]","2017-06-21","0","100","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","The Mansion","false","5.1","225" +"false","/te2inmHAbGbK9wVnW37lmqcBTCx.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':12,'name':'Adventure'}]","","38340","tt0059269","en","A High Wind in Jamaica","In 1870, a Jamaican colonial family sends its children to Britain for proper schooling, but their ship is taken over by pirates, who become fond of the kids.","3.34","/HJbD89cwclhExqQDvRKXVDSLNL.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1965-06-04","0","103","[{'iso_639_1':'en','name':'English'}]","Released","","A High Wind in Jamaica","false","6.1","14" +"false","/nKsFVyHxHbfZUo13GClgfblcovE.jpg","null","0","[{'id':99,'name':'Documentary'}]","","537957","tt7974234","en","Waterschool","Six girls living along the Amazon, Nile, Mississippi, Danube, Ganges, and Yangtze rivers learn about water and sustainability and use their newfound education to protect their communities and homes.","2.388","/aY0FyCl2aD4IBeJ1o0NatRKJ972.jpg","[]","[]","2018-01-20","0","70","[]","Released","","Waterschool","false","6","1" +"false","/e3DKrnJWThbnkB2aVFmz8GxxAWO.jpg","null","0","[{'id':27,'name':'Horror'}]","https://www.monumentreleasing.com/vampire-clay","470821","tt7026370","ja","Chi o s?? nendo","Absurdity and gore ensue as a possessed pile of clay begins terrorizing students at an art school.","1.538","/8CXTLmIwWmmkvIvbhslfBQ7zNiZ.jpg","[{'id':67267,'logo_path':null,'name':'Soychiume Co.','origin_country':''},{'id':23399,'logo_path':null,'name':'King Records','origin_country':'JP'},{'id':57503,'logo_path':null,'name':'Nishimura Motion Picture Model Makers Group','origin_country':''}]","[{'iso_3166_1':'JP','name':'Japan'}]","2018-04-20","0","81","[{'iso_639_1':'ja','name':'?????????'}]","Released","Art so bad... it kills!","Vampire Clay","false","6.9","8" +"false","/1ZtTi3s6IYtYMpKJbbrCJKfnNib.jpg","{'id':570184,'name':'Tickled Collection','poster_path':'/rgxoshIxBC4zA9ziyskpfKNO63x.jpg','backdrop_path':'/1SYMl5vmvHGtNhuTl7zLTXo2u0M.jpg'}","0","[{'id':99,'name':'Documentary'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","http://tickledmovie.com","373072","tt5278506","en","Tickled","Journalist David Farrier stumbles upon a mysterious tickling competition online. As he delves deeper he comes up against fierce resistance, but that doesn???t stop him getting to the bottom of a story stranger than fiction.","8.257","/mIENOA6kcYH0rANVbLcdnSgMt9I.jpg","[{'id':72060,'logo_path':null,'name':'Horseshoe Films','origin_country':'NZ'},{'id':72061,'logo_path':null,'name':'A Ticklish Tale','origin_country':''},{'id':72062,'logo_path':null,'name':'Fumes Production','origin_country':'NZ'}]","[{'iso_3166_1':'NZ','name':'New Zealand'}]","2016-05-26","0","92","[{'iso_639_1':'en','name':'English'}]","Released","It's not what you think.","Tickled","false","7.4","180" +"false","/rFOrAt18yjTUPxq6xNUuQJ6BT0r.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","","42617","tt0064866","it","Queimada","The professional mercenary Sir William Walker instigates a slave revolt on the Caribbean island of Queimada in order to help improve the British sugar trade. Years later he is sent again to deal with the same rebels that he built up because they have seized too much power that now threatens British sugar interests.","2.879","/NENlRiclYq26bAusmGWWjhKk2D.jpg","[{'id':64,'logo_path':null,'name':'Les Productions Artistes Associ??s','origin_country':''},{'id':7508,'logo_path':null,'name':'Produzioni Europee Associati (PEA)','origin_country':''},{'id':12610,'logo_path':null,'name':'Europee Associate SAS','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'FR','name':'France'}]","1969-12-21","0","112","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","The man who sells war.","Burn!","false","6.7","38" +"false","/67Dy4wX3GjHK1YMvMDa6EjRRDBp.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","http://www.ifcfilms.com/films/our-house","414191","tt2018069","en","Our House","Ethan is suffering enormous guilt after his parents are killed in a car accident. He quits a promising future at MIT and work on a revolutionary experiment in order to care for his younger siblings.","8.252","/u1Qt0HtO4ZYY2qcgM42XUd8xgtA.jpg","[{'id':2844,'logo_path':null,'name':'Prospero Pictures','origin_country':''},{'id':191,'logo_path':null,'name':'Senator Film Produktion','origin_country':''},{'id':24195,'logo_path':null,'name':'Resolute Films and Entertainment','origin_country':'CA'},{'id':82552,'logo_path':'/cLEXKtCpRQs0meQwT7HK6u3QmRH.png','name':'Elevation Pictures','origin_country':'CA'},{'id':1302,'logo_path':'/kQZtJdyphCmq292iGDqlUx0yk2D.png','name':'Davis Entertainment','origin_country':'US'},{'id':107080,'logo_path':null,'name':'Rapid Farms Productions','origin_country':''},{'id':70784,'logo_path':null,'name':'IFC Midnight','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2018-07-27","0","90","[{'iso_639_1':'en','name':'English'}]","Released","The dead are sending you a signal","Our House","false","5.1","94" +"false","/lVHeZR8xRNgxr4WVaBFpxLULbvp.jpg","{'id':87253,'name':'High School Musical Collection','poster_path':'/dXIgM9sEWIkUfRH8GZUKHv1t5n.jpg','backdrop_path':'/mtQKQDnhX49nwVYHiISPAVJ6xib.jpg'}","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'},{'id':10402,'name':'Music'}]","http://www.disneychannel.com/highschoolmusical2","13649","tt0810900","en","High School Musical 2","The East High Wildcats are ready to have the time of their lives. Troy is thrilled when he's offered a job in a country club, but it's all part of Sharpay's plot to lure him away from Gabriella. How will it all turn out? All questions are answered on the night of the club's Talent Show.","9.1","/oZ0u3CLAdSzJWAVXsHhGqzmCiNG.jpg","[{'id':3213,'logo_path':null,'name':'Disney Channel','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-08-17","7000000","104","[{'iso_639_1':'en','name':'English'}]","Released","","High School Musical 2","false","6.4","2081" +"false","/3aWDKbQ270E4x62sJEXzMfHliE2.jpg","null","600000","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","https://www.facebook.com/delplayafilm","365038","tt4207196","en","Del Playa","Struggling with a horrific past, Claire Rhodes must confront a stalker turned murderer of her youth in order to win her life - but will her own demons help the killer exact his vengeance?","1.4","/i0MnsaEdNQvXVBOUbkorcLZd6i4.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-07-21","0","101","[{'iso_639_1':'en','name':'English'}]","Released","","Del Playa","false","2.6","5" +"false","/p2ewDNJo0aT7pGG5pVhI9mSZ28x.jpg","null","0","[{'id':27,'name':'Horror'}]","","436973","tt5719076","en","Dead Night","A caring mother loses her sanity, setting off a chain of events resulting in tragedy and murder. The story of Casey Pollack unfolds from two very different perspectives when one night in the woods culminates in absolute terror.","3.709","/ndZ1PVgnTYAlRi5BVup4ZIzlPwA.jpg","[{'id':85787,'logo_path':null,'name':'M3 Alliance Limited','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-07-27","0","82","[{'iso_639_1':'en','name':'English'}]","Released","Look deeper","Dead Night","false","4.6","18" +"false","/bxPw6s61bG5Of19lp1E00n0dDWW.jpg","{'id':87253,'name':'High School Musical Collection','poster_path':'/dXIgM9sEWIkUfRH8GZUKHv1t5n.jpg','backdrop_path':'/mtQKQDnhX49nwVYHiISPAVJ6xib.jpg'}","4200000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'},{'id':10402,'name':'Music'},{'id':10770,'name':'TV Movie'}]","http://tv.disney.go.com/disneychannel/originalmovies/highschoolmusical/index.html","10947","tt0475293","en","High School Musical","Troy, the popular captain of the basketball team, and Gabriella, the brainy and beautiful member of the academic club, break all the rules of East High society when they secretly audition for the leads in the school's musical. As they reach for the stars and follow their dreams, everyone learns about acceptance, teamwork, and being yourself.","14.027","/xMRBlTMMKDRJuK4IhwG5idrGHaS.jpg","[{'id':3213,'logo_path':null,'name':'Disney Channel','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-01-20","0","98","[{'iso_639_1':'en','name':'English'}]","Released","This School Rocks Like No Other!","High School Musical","false","6.4","2479" +"false","/2jHhwTqrOmswuYWxDitlMiAaEkE.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","529649","tt8074486","en","The Row","A Killer Stalks and Terrorizes a group of Sorority Girls on a College Campus.","8.498","/xR2PZ92HTZDFuEpxePJhf0WBCyJ.jpg","[{'id':73685,'logo_path':null,'name':'Emmett Furla Oasis Films','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2018-07-27","0","85","[{'iso_639_1':'en','name':'English'}]","Released","","The Row","false","4.4","15" +"false","/aNF2ZnMq1TWSfWnf6dFNcc1YLDT.jpg","null","0","[{'id':18,'name':'Drama'}]","https://www.constantin-film.de/kino/axolotl-overkill/","427025","tt5061564","de","Axolotl Overkill","Mifti, age 16, lives in Berlin with a cast of characters including her half-siblings; their rich, self-involved father; and her junkie friend Ophelia. As she mourns her recently deceased mother, she begins to develop an obsession with Alice, an enigmatic, and much older, white-collar criminal.","2.328","/dq6QjQzzfKvSf3XVYQV9Hdb3g8X.jpg","[{'id':39724,'logo_path':null,'name':'Vandertastic Films','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'}]","2017-06-29","0","94","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","","Axolotl Overkill","false","7.2","15" +"false","/5OHfUjA9uSxLuxODynixGFpsoOL.jpg","null","0","[{'id':35,'name':'Comedy'}]","","13168","tt0780608","en","Smiley Face","Jane (Anna Faris), a struggling but perpetually stoned actress, has a busy day ahead. She has several important tasks on her list, including buying more marijuana. Even though she already has a good start on the day's planned drug use, she eats her roommate's pot-laced cupcakes and embarks on a series of misadventures all over Los Angeles.","7.02","/9lfT4FfPtwpu0k0MTZqFchvQNsR.jpg","[{'id':1474,'logo_path':null,'name':'Desperate Pictures','origin_country':'US'},{'id':10039,'logo_path':'/b8w4LldQolMKiLZw4FQJBcXSDGI.png','name':'Anonymous Content','origin_country':'US'},{'id':37829,'logo_path':null,'name':'ApolloProMovie & Co. 3. Filmproduktion','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2007-05-24","179381","84","[{'iso_639_1':'en','name':'English'}]","Released","High. How are you?","Smiley Face","false","6.1","126" +"false","/k4nWsAlAbzmcEKHcOn7qC4J0dLD.jpg","null","0","[{'id':37,'name':'Western'}]","","14551","tt0043137","en","Winchester '73","Lin McAdam rides into town on the trail of Dutch Henry Brown, only to find himself in a shooting competition against him. McAdam wins the prize, a one-in-a-thousand Winchester rifle, but Dutch steals it and leaves town. McAdam follows, intent on settling his old quarrel, while the rifle keeps changing hands and touching a number of lives.","6.868","/3t2X0rCcn6wxkOva06Io0NFkxYp.jpg","[{'id':10330,'logo_path':'/nY62adzeba5GVK8LJYD6yd9R8H4.png','name':'Universal International Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1950-07-12","0","92","[{'iso_639_1':'en','name':'English'}]","Released","The Gun That Won The West!","Winchester '73","false","7.4","118" +"false","/nT4tCkKOyVxGIw70T01dNTydw1G.jpg","null","0","[{'id':18,'name':'Drama'}]","","350050","tt5873216","en","They","J is in their early teens and lives in the countryside. J has been diagnosed with Gender Identity Disorder, goes by the selected pronoun ???they???, and takes hormone blockers to suspend puberty. While J???s parents are away, their older sister and her Iranian boyfriend are assigned the duties of house-sitting and looking after J.","1.4","/qiRbYjz37VqNUOC9snh1l7aPuoO.jpg","[{'id':90699,'logo_path':null,'name':'Mass Ornament Films','origin_country':''}]","[{'iso_3166_1':'QA','name':'Qatar'},{'iso_3166_1':'US','name':'United States of America'}]","2018-05-15","0","80","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fa','name':'??????????'}]","Released","An intimate story about arriving home","They","false","3.8","8" +"false","/q1rKQK4Jyu8KPXrkiUjcAgv2rwM.jpg","null","14500000","[{'id':28,'name':'Action'}]","","14746","tt0088194","en","Streets of Fire","Raven Shaddock and his gang of merciless biker friends kidnap rock singer Ellen Aim. Ellen's former lover, soldier-for-hire Tom Cody, happens to be passing through town on a visit. In an attempt to save his star act, Ellen's manager hires Tom to rescue her. Along with a former soldier, they battle through dangerous cityscapes, determined to get Ellen back.","6.709","/cbd7haj22LgogH8PycigSVmCNY7.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-06-01","8089290","93","[{'iso_639_1':'en','name':'English'}]","Released","Tonight is what it means to be young.","Streets of Fire","false","6.6","165" +"false","/h3M01Z1GSQ1odVx8RWKbZqQgRDt.jpg","null","0","[{'id':18,'name':'Drama'}]","","426251","tt5457078","en","Love After Love","A sixty-something mother and her two adult sons cope and move onward following the death of their larger-than-life father/husband.","2.381","/oiJkS8iRnKRfCmdz7aPMdtjsmHt.jpg","[{'id':87505,'logo_path':null,'name':'Weedon Media','origin_country':''},{'id':89386,'logo_path':null,'name':'Secret Engine','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-03-30","0","93","[{'iso_639_1':'en','name':'English'}]","Released","","Love After Love","false","6.5","5" +"false","/Emr0UTWXk3O6Hi1dTctuOWfdew.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","http://lostsolacefilm.com/","386825","tt4010848","en","Lost Solace","After taking a new form of ecstasy, a psychopath goes through a mind bending trip causing him to feel and question his morality for the first time.","0.664","/1zIFC2Um5XTOhMJzmI426q3dhqV.jpg","[]","[{'iso_3166_1':'CA','name':'Canada'}]","2016-03-04","0","106","[{'iso_639_1':'en','name':'English'}]","Released","","Lost Solace","false","6.8","5" +"false","/gCBif34AX7MC0vZnB8Db0F35sfy.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","https://www.offthemenuthemovie.com/","496297","tt6140580","en","Off The Menu","An unlikely heir to a Mexican fast-food franchise goes 'cuisine' hunting for the next culinary big thing, and finds himself in a small, dusty New Mexican town where foodies come from all over to salivate over the culinary treats of a local, authentic, and feisty female chef.","3.304","/y1vv48urzwEqn8t5hQ8L6Twp4Pc.jpg","[]","[]","2018-02-01","0","96","[{'iso_639_1':'en','name':'English'}]","Released","","Off The Menu","false","6","5" +"false","/j3gkH2jnFkQqFZbVScQKCimX1Y7.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","https://a24films.com/films/hot-summer-nights","347866","tt3416536","en","Hot Summer Nights","A teen winds up in over his head while dealing drugs with a rebellious partner and chasing the young man's enigmatic sister during the summer of 1991 that he spends in Cape Cod, Massachusetts.","8.077","/gsWdYsXkpJx2CYkveEw779O5eMg.jpg","[{'id':81121,'logo_path':'/yX4flP3T5bZuOQ8Qdw8XuoELU53.png','name':'Imperative Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-07-26","0","107","[{'iso_639_1':'en','name':'English'}]","Released","One summer can change everything.","Hot Summer Nights","false","6.9","134" +"false","/gbP59KmzjWRjaMFffsloNmNb4pu.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","324538","tt3457508","en","Damascus Cover","A spy navigates the precarious terrain of love and survival during an undercover mission in Syria.","4.571","/4PNPjO8gRgAwqzpqYZIEw0BroOc.jpg","[{'id':51864,'logo_path':null,'name':'H Films','origin_country':''},{'id':88606,'logo_path':null,'name':'Vertical Entertainment','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-07-20","0","93","[{'iso_639_1':'en','name':'English'}]","Released","","Damascus Cover","false","5.4","19" +"false","/2zLULpdiHDWV8Zf5jJ5uOITbxhC.jpg","null","40000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","1579","tt0472043","en","Apocalypto","Set in the Mayan civilization, when a man's idyllic presence is brutally disrupted by a violent invading force, he is taken on a perilous journey to a world ruled by fear and oppression where a harrowing end awaits him. Through a twist of fate and spurred by the power of his love for his woman and his family he will make a desperate break to return home and to ultimately save his way of life.","11.945","/5BTFXR96hcBzmJvd9FwNayV79Xu.jpg","[{'id':4564,'logo_path':null,'name':'Icon Entertainment International','origin_country':''},{'id':152,'logo_path':null,'name':'Icon Productions','origin_country':'US'},{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-12-07","120175290","139","[{'iso_639_1':'en','name':'English'}]","Released","No one can outrun their destiny.","Apocalypto","false","7.4","2197" +"false","/bJYOKWgfz89m62LJ2jW0ZESet1I.jpg","{'id':70068,'name':'Ip Man Collection','poster_path':'/iXhYIEUNoYXeq3XiNasMAcThHMU.jpg','backdrop_path':'/1oCPXe4e0VHZTJX4nLkvxzayXK9.jpg'}","36000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","365222","tt2888046","cn","??????3","When a band of brutal gangsters led by a crooked property developer make a play to take over the city, Master Ip is forced to take a stand.","12.01","/3WD6E1QcYQHNMPWXEvtivyQ7waQ.jpg","[{'id':4054,'logo_path':null,'name':'Mandarin Films Distribution Co.','origin_country':''}]","[{'iso_3166_1':'HK','name':'Hong Kong'}]","2015-12-19","156844753","105","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'cn','name':'????????? / ?????????'},{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'th','name':'?????????????????????'}]","Released","","Ip Man 3","false","6.7","652" +"false","/meS8C4fE5RbhZBf754WdQ8MiT9f.jpg","{'id':146136,'name':'Armour of God Collection','poster_path':'/amUwRtyJEiYyGPlbOFJBqAnM5mk.jpg','backdrop_path':'/rXGl1WJINCV2yFOikNBqYvdyeAn.jpg'}","65000000","[{'id':9648,'name':'Mystery'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'}]","","383785","tt4217392","zh","????????????","Chinese archeology professor Jack teams up with beautiful Indian professor Ashmita and assistant Kyra to locate lost Magadha treasure. In a Tibetan ice cave, they find the remains of the royal army that had vanished together with the treasure, only to be ambushed by Randall, the descendent of a rebel army leader. When they free themselves, their next stop is Dubai where a diamond from the ice cave is to be auctioned. After a series of double-crosses and revelations about their past, Jack and his team travel to a mountain temple in India, using the diamond as a key to unlock the real treasure.","8.052","/rL6XM4fsr1cM5mN2flEhQ8jQter.jpg","[{'id':73436,'logo_path':null,'name':'Shinework Media','origin_country':''},{'id':73437,'logo_path':null,'name':'Taihe Entertainment','origin_country':''}]","[{'iso_3166_1':'CN','name':'China'}]","2017-01-27","254212245","130","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'hi','name':'??????????????????'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","","Kung Fu Yoga","false","5.6","131" +"false","/sSJiJKqNcejUAQDplhWyjykLbqB.jpg","null","10000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://everythingeverythingmovie.com","417678","tt5001718","en","Everything, Everything","A teenager who's lived a sheltered life because she's allergic to everything, falls for the boy who moves in next door.","10.203","/c8W3Go48Mw0GoNXsGK4W9hNO4Vf.jpg","[{'id':10067,'logo_path':'/p1kZoVNfkVvk7xyJZEposRxcfh8.png','name':'Alloy Entertainment','origin_country':'US'},{'id':16322,'logo_path':null,'name':'Itaca Films','origin_country':'MX'},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-05-18","34000284","96","[{'iso_639_1':'en','name':'English'}]","Released","Risk everything... for love.","Everything, Everything","false","7.2","2311" +"false","/Al9Zxoz5U8xPINKWBLH7S2mXVkL.jpg","null","0","[{'id':10752,'name':'War'},{'id':36,'name':'History'},{'id':18,'name':'Drama'}]","http://wwwsp.sekigahara-movie.com","455954","tt5954284","ja","?????????","The background to and depiction of a watershed battle in Japanese history, at Sekigahara in 1600, when Tokugawa Ieyasu's Army of the East defeated the Army of the West of Ishida Mitsunari. The story includes the intrigues and shifting loyalties of the various retainers, family members, and samurai.","2.471","/juY76LvfACsS9AnKKktIKdzH1mR.jpg","[{'id':49301,'logo_path':null,'name':'Toho Pictures, Inc.','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","2017-08-26","0","150","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Sekigahara","false","6.8","5" +"false","/cNnb2gQ7lEoGFKoaYx2KtBuKnG9.jpg","null","0","[{'id':28,'name':'Action'}]","","435366","tt6399158","ko","????????? ??????","In real life, Kwon Yoo is unemployed, but in the virtual game world he is the best leader. Kwon Yoo is then framed for a murder. With the help of hacker Yeo-Wool, he tries to uncover the truth behind the murder case.","5.473","/8tE4MhhuWHize6pNyxAtakUyNZc.jpg","[{'id':70681,'logo_path':null,'name':'TPS Company','origin_country':'KR'},{'id':7036,'logo_path':'/javbyY0ZCvlFJtly3tpZqf2NwLX.png','name':'CJ Entertainment','origin_country':'KR'},{'id':112817,'logo_path':null,'name':'Simplex Films','origin_country':'KR'}]","[{'iso_3166_1':'KR','name':'South Korea'}]","2017-02-09","0","126","[{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","","Fabricated City","false","7.4","69" +"false","/6aAkhtePVelZCYzq2aubXgYZHUK.jpg","null","0","[{'id':27,'name':'Horror'}]","","351739","tt3748540","en","Dwelling","A young couple deliberately moves into a haunted house to contact the other side. Until their conduit, a painted black mirror proves to contain a malevolent presence hell-bent on bringing harm to their new family.","0.84","/sj0CQKUY0JVsjmYOGk3yBlHbxGd.jpg","[{'id':115862,'logo_path':null,'name':'BeWILdered Media Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-10-09","0","88","[{'iso_639_1':'en','name':'English'}]","Released","","Dwelling","false","5","9" +"false","/7RIYU3mMHiK0QzMP8hG6IX4Sntl.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':10749,'name':'Romance'},{'id':53,'name':'Thriller'}]","","458005","tt6010628","en","Zoe","Two colleagues at a revolutionary research lab design technology to improve and perfect romantic relationships. As their work progresses, their discoveries become more profound.","9.603","/cSzwzCEOk4AM0w6Br8J6mDl7HzR.jpg","[{'id':7437,'logo_path':'/e5CcgFrdlxMUwlsS72si8q1yHBr.png','name':'IM Global','origin_country':'US'},{'id':112089,'logo_path':null,'name':'HLCG Media','origin_country':''},{'id':1645,'logo_path':'/6Ry6uNBaa0IbbSs1XYIgX5DkA9r.png','name':'Scott Free Productions','origin_country':''},{'id':104972,'logo_path':'/y1MOtyfXpKTZVJsSF2djhNqP1rd.png','name':'Global Road Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-07-19","0","104","[{'iso_639_1':'en','name':'English'}]","Released","","Zoe","false","6","149" +"false","/oH5loT6ES8S9qbmsJlNFkQm0EB8.jpg","null","0","[{'id':27,'name':'Horror'}]","","401272","tt4807272","en","Ruin Me","Alexandra reluctantly tags along for Slasher Sleepout, an extreme event that is part camping trip, part haunted house, and part escape room. But when the fun turns deadly, Alex has to play the game if she wants to make it out alive.","2.324","/ikq8ZArFcEfj73S8k4N0wksYxSs.jpg","[]","[]","2017-08-26","0","87","[{'iso_639_1':'en','name':'English'}]","Released","","Ruin Me","false","5.5","21" +"false","/mtFLUYlnyxENXUubMqlXnP3UiTd.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","2690","tt0057187","en","Irma la Douce","A Parisian policeman gives up everything for the love of a free-living sex worker.","7.941","/yy13yASpviIkKgZnbDWFZf51brw.jpg","[{'id':1167,'logo_path':null,'name':'Phalanx Productions','origin_country':''},{'id':219,'logo_path':null,'name':'The Mirisch Corporation','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1963-06-04","0","135","[{'iso_639_1':'en','name':'English'}]","Released","A story of passion, bloodshed, desire and death... everything, in fact, that makes life worth living.","Irma la Douce","false","7.7","138" +"false","/ulZYDOKdn6lTWiG1r60VE09Z4cU.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':27,'name':'Horror'}]","http://thedevilandfatheramorth.film","457775","tt6883152","en","The Devil and Father Amorth","William Friedkin attends an exorcism with Father Gabriele Amorth, as he treats an Italian woman named Cristina for the ninth time. Prior to filming, Cristina had purportedly been experiencing behavioral changes and ???fits??? that could not be explained by psychiatry, and which became worse during Christian holidays.","1.825","/de5VAk2YiONqmoXzyOO80QyM0Xa.jpg","[{'id':10285,'logo_path':'/5jxaT7zoJKtnwqxniiJ9iJLsJru.png','name':'LD Entertainment','origin_country':'US'},{'id':9286,'logo_path':null,'name':'The Orchard','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-04-20","0","68","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'la','name':'Latin'}]","Released","In 1973 he brought us the film classic, The Exorcist. 45 years later, Academy Award-winning director William Friedkin brings us the real thing.","The Devil and Father Amorth","false","5.3","37" +"false","/7PRIyUrKCnmWv8LZRFEveL5m5ZS.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://bleedingedgedoc.com/","511815","tt8106576","en","The Bleeding Edge","Each year in the United States, unparalleled innovations in medical diagnostics, treatment, and technology hit the market. But when the same devices designed to save patients end up harming them, who is accountable?","4.767","/weWAoaNOWi5VBnnGF5wEDI14LYi.jpg","[{'id':8859,'logo_path':null,'name':'Chain Camera Pictures','origin_country':''},{'id':34573,'logo_path':'/2rfc1x30HASuV1LhNcaQo18eYK8.png','name':'Shark Island Productions','origin_country':'AU'},{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-04-21","0","99","[{'iso_639_1':'en','name':'English'}]","Released","What You Don't Know Can Hurt You","The Bleeding Edge","false","6.8","23" +"false","/mPNGcX1j5SFeDETkvcJA9POaNx8.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':28,'name':'Action'}]","https://www.universalpictures.com/movies/extinction","429415","tt3201640","en","Extinction","A chief mechanic at a factory, haunted by apocalyptic nightmares, becomes a hero when Earth is invaded by a mysterious army bent on destruction.","14.976","/qjnNdjrZIdi7d316SjjkgEjJRSg.jpg","[{'id':17393,'logo_path':'/k28sCof6kheeOicLqL6EXX2GHov.png','name':'Good Universe','origin_country':'US'},{'id':10227,'logo_path':'/3YfRy3DBl4abcqkzGx4RVNz12yl.png','name':'Mandeville Films','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-07-15","0","96","[{'iso_639_1':'en','name':'English'}]","Released","We were not here first","Extinction","false","5.9","776" +"false","/PBVS0bdj3ryEWSPMzUZXgeBOJv.jpg","null","37000000","[{'id':35,'name':'Comedy'}]","","12153","tt0381707","en","White Chicks","Two FBI agent brothers, Marcus and Kevin Copeland, accidentally foil a drug bust. As punishment, they are forced to escort a pair of socialites to the Hamptons, where they're going to be used as bait for a kidnapper. But when the girls realize the FBI's plan, they refuse to go. Left without options, Marcus and Kevin decide to pose as the sisters, transforming themselves from African-American men into a pair of blonde, white women.","11.861","/hT4PEPFW3dQG7N5LZe5b2qYHCU0.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':497,'logo_path':'/pMyhOBd3sCiLzBlmIopdJkcUFtn.png','name':'Revolution Studios','origin_country':''},{'id':1608,'logo_path':null,'name':'Wayans Bros. Entertainment','origin_country':''},{'id':67253,'logo_path':null,'name':'Gone North Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-06-23","113086475","109","[{'iso_639_1':'en','name':'English'}]","Released","They're going deep undercover.","White Chicks","false","6.6","1459" +"false","/1ycTOys6bzvt0XPnzSv8qYfrD0V.jpg","null","50000000","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'}]","http://www.netflix.com/title/80091936","387426","tt3967856","en","Okja","A young girl named Mija risks everything to prevent a powerful, multi-national company from kidnapping her best friend - a massive animal named Okja.","8.297","/pHlRr2MfjK77VIIAO7p0R4jhsJI.jpg","[{'id':81024,'logo_path':null,'name':'Kate Street Picture Company','origin_country':''},{'id':81,'logo_path':'/8wOfUhA7vwU2gbPjQy7Vv3EiF0o.png','name':'Plan B Entertainment','origin_country':'US'},{'id':62312,'logo_path':null,'name':'Lewis Pictures','origin_country':'KR'},{'id':20064,'logo_path':'/8shWjvGL9XQlQ60ovNFDnKqGr4G.png','name':'Next Entertainment World','origin_country':'KR'}]","[{'iso_3166_1':'KR','name':'South Korea'},{'iso_3166_1':'US','name':'United States of America'}]","2017-06-28","0","122","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","","Okja","false","7.5","2062" +"false","/dG7Booc7C2HoVmAZjqAzp2NcTGd.jpg","null","7000","[{'id':878,'name':'Science Fiction'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.primermovie.com","14337","tt0390384","en","Primer","Friends and fledgling entrepreneurs invent a device in their garage which reduces the apparent mass of any object placed inside it, but they discover that it has some highly unexpected capabilities - ones that could enable them to do and to have seemingly anything they want. Taking advantage of this unique opportunity is the first challenge they face. Dealing with the consequences is the next.","8.904","/pYiAYDn3ltw9Fq7izODuq7oWYwX.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-06-02","424760","77","[{'iso_639_1':'en','name':'English'}]","Released","What happens if it actually works?","Primer","false","6.9","1047" +"false","/1UK6EZNqdRo8qafwXedM6F3VUVW.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10749,'name':'Romance'},{'id':10752,'name':'War'}]","","432527","tt5935704","hi","?????????????????????","Rani Padmavati - the wife of Maharawal Ratan Singh, is known for her beauty and valour in 13th century India. She captures the fancy of the reigning Sultan of Delhi, the tyrant Alauddin Khilji, who becomes obsessed with her and goes to great lengths to fulfill his greed.","7.818","/fRe1bvYOZ3qYlhgQzbBKLSKLRhX.jpg","[{'id':95250,'logo_path':'/3OCIdQFmGP2cJUOMlLoBFBx5oEG.png','name':'Bhansali Productions','origin_country':'IN'},{'id':6808,'logo_path':'/xa1Yz7B5eRC2F9oHA6mDn8NE6ci.png','name':'Viacom 18 Motion Pictures','origin_country':'IN'}]","[{'iso_3166_1':'IN','name':'India'}]","2018-01-25","0","164","[{'iso_639_1':'hi','name':'??????????????????'}]","Released","","Padmaavat","false","6.9","112" +"false","/6OYJdPd4zb6lGHPHnyq8znmBxZp.jpg","null","7405000","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':36,'name':'History'}]","","465642","tt6826438","hi","Parmanu: The Story of Pokhran","A look at India's second confidential nuclear test series at Pokhran lead by Dr. APJ Abdul Kalam, during the time of PM Atal Bihari Vajpayee's tenure.","4.164","/58X8iBxgT5n4aVBLkDFSnOrIHlD.jpg","[{'id':86347,'logo_path':'/ir79iQBhrXk9PJ5Pr9vlLjM4viO.png','name':'Zee Studio','origin_country':'IN'},{'id':19143,'logo_path':null,'name':'JA Entertainment','origin_country':'IN'},{'id':104531,'logo_path':null,'name':'KYTA Productions','origin_country':''}]","[{'iso_3166_1':'IN','name':'India'}]","2018-05-25","0","129","[{'iso_639_1':'hi','name':'??????????????????'}]","Released","","Parmanu: The Story of Pokhran","false","7","22" +"false","/lX3ag7lRucBnplL2nQiYkOyssbj.jpg","null","0","[{'id':18,'name':'Drama'}]","https://bleeckerstreetmedia.com/onchesilbeach","391714","tt1667321","en","On Chesil Beach","In 1962 England, a young couple finds their idyllic romance colliding with issues of sexual freedom and societal pressure, leading to an awkward and fateful wedding night.","7.976","/7uRdd5NawI9iTQ5oWIKYjqNkyc1.jpg","[{'id':11752,'logo_path':null,'name':'Number 9 Films','origin_country':'GB'},{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-01-19","0","110","[{'iso_639_1':'en','name':'English'}]","Released","A different time. A different love.","On Chesil Beach","false","6.3","82" +"false","/AdGXPG1XBKYWSUrQXLvyDGilUjs.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","31913","tt0074963","en","Next Stop, Greenwich Village","An aspiring Jewish actor moves out of his parents' Brooklyn apartment to seek his fortune in the bohemian life of Greenwich Village in 1953.","1.814","/7A2uH51UYXgXs5tMXE41t2OS8M5.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1976-02-04","0","111","[{'iso_639_1':'en','name':'English'}]","Released","1953 Was a Good Year for Leaving Home","Next Stop, Greenwich Village","false","7.3","12" +"false","/pIt6EVOZcDYGpYbQUQMNc3QWMYa.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","https://www.kinolorber.com/film/view/id/3084","455401","tt4967220","en","Keep the Change","When aspiring filmmaker David is mandated by a judge to attend a social program at the Jewish Community Center, he is sure of one thing: he doesn't belong there. But when he's assigned to visit the Brooklyn Bridge with the vivacious Sarah, sparks fly and his convictions are tested. Their budding relationship must weather Sarah's romantic past, David's judgmental mother, and their own pre-conceptions of what love is supposed to look like.","1.909","/syJPXMzZC0v3UKvFYkA5pVzBC2k.jpg","[{'id':101044,'logo_path':null,'name':'Tangerine Entertainment','origin_country':''},{'id':87458,'logo_path':null,'name':'Salem Street Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-03-16","0","94","[{'iso_639_1':'en','name':'English'}]","Released","","Keep the Change","false","6.3","3" +"false","/jo5PFU5Z8c5xnI5JKB70zBcAen5.jpg","null","4642619","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'}]","https://deaplaneta.com/es/el_aviso","508018","tt3711510","es","El aviso","Ten-year-old Nico receives a threatening letter and now his life is in danger. No one seems to believe him except one person that he doesn't know.","7.815","/zHyLc0TpcufC3ELL4yFlKHS3fAN.jpg","[{'id':85066,'logo_path':null,'name':'Film Factory','origin_country':''},{'id':10031,'logo_path':'/cUOviFxM9l3dYuNeg89giHUaqkd.png','name':'Morena Films','origin_country':'ES'},{'id':67412,'logo_path':'/vgVqq5hunVs8GN5Je9d9rG7Q2NU.png','name':'Movistar+','origin_country':'ES'},{'id':35442,'logo_path':'/wmWzOkzn1blRKh6XOpNA9Z5oVTY.png','name':'RTVE','origin_country':'ES'},{'id':109376,'logo_path':null,'name':'The Warning of Rivard','origin_country':''},{'id':109377,'logo_path':null,'name':'Tormenta Films','origin_country':''}]","[{'iso_3166_1':'ES','name':'Spain'}]","2018-03-10","0","93","[{'iso_639_1':'es','name':'Espa??ol'}]","Released","Only the past can help you solve the future","The Warning","false","6.2","147" +"false","/zdYy22WBJeXFTVXsZ1s1zA7WKkd.jpg","null","1683000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","25736","tt0038854","en","The Postman Always Rings Twice","A married woman and a drifter fall in love, then plot to murder her husband.","6.87","/7yY32i0KZtA1cQmbjGHYR1B40h7.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1946-05-02","5086000","113","[{'iso_639_1':'en','name':'English'}]","Released","Their love was a flame that destroyed!","The Postman Always Rings Twice","false","7.3","114" +"false","/mf572XqWTdlKyuOIqaSxqR6V9tu.jpg","null","0","[{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'}]","","11605","tt0057254","en","The List of Adrian Messenger","Adrian Messenger, a famous writer, asks his friend Anthony Gethryn, a former British agent, to help him investigate the whereabouts of the people who appear on a list, without asking him the reason why he should do so.","2.64","/vk7Oai4DcbTFZb201LGlXpfoAt6.jpg","[{'id':3810,'logo_path':null,'name':'Joel Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1963-05-23","0","99","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","The most bizarre murder mystery ever conceived!","The List of Adrian Messenger","false","7","26" +"false","/gAAZt8QGa9o2xtU5Ag3ITQIgVXk.jpg","null","4000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","11013","tt0274812","en","Secretary","A young woman, recently released from a mental hospital, gets a job as a secretary to a demanding lawyer, where their employer-employee relationship turns into a sexual, sadomasochistic one.","8.151","/dZaTYgy6sc6Z8ylaKdXw8yq5sRv.jpg","[{'id':4730,'logo_path':null,'name':'Slough Pond','origin_country':''},{'id':4731,'logo_path':null,'name':'double A Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-01-11","9304609","104","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Assume the position.","Secretary","false","6.8","630" +"false","/1igYZCkD2qTk5yJkFXB4rQNSP0y.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':27,'name':'Horror'}]","","421555","tt4839414","en","No Good Heroes","After living peacefully in the caverns of a small town, a stranded group of aliens turn deadly as they fight for their existence, betraying the compassionate chief of police who has protected them for 28 years.","0.601","/zRiKZR9aQZ3vmj2efbUWIGFWJiL.jpg","[{'id':106968,'logo_path':null,'name':'Headspun Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-07-24","0","91","[{'iso_639_1':'en','name':'English'}]","Released","Extinction is Imminent","No Good Heroes","false","4.3","3" +"false","/k9dJ6wKKg1Ye8XCGuNOtPoTpRn9.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","24807","tt0027996","en","Mr. Deeds Goes to Town","Longfellow Deeds lives in a small town, leading a small town kind of life. When a relative dies and leaves Deeds a fortune, Longfellow moves to the big city where he becomes an instant target for everyone. Deeds outwits them all until Babe Bennett comes along. When small-town boy meets big-city girl anything can, and does, happen.","6.622","/nWPUslg7us6CUjm5XtsnsuuGmNr.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1936-04-12","0","115","[{'iso_639_1':'en','name':'English'}]","Released","Rocking America with laughter!","Mr. Deeds Goes to Town","false","7.5","114" +"false","/98ONR7puXk78h5Mp6CB9IfMQ1vl.jpg","null","0","[{'id':18,'name':'Drama'}]","http://littlepinkhousemovie.com/","451422","tt3863632","en","Little Pink House","A Connecticut nurse finds herself at the center of a political firestorm and a Supreme Court case centering on eminent domain.","1.699","/mjXhBflf8sSqdKkFH7vdcgrjuhC.jpg","[{'id':1063,'logo_path':'/fpVBhNnopOZwGuF0gg99oBHp1ht.png','name':'Brightlight Pictures','origin_country':'CA'},{'id':76045,'logo_path':null,'name':'Korchula Productions','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2018-04-20","0","98","[{'iso_639_1':'en','name':'English'}]","Released","She fought for her home. And yours.","Little Pink House","false","6","5" +"false","/oVhenLJbxo2Afoq5FXDIVBL3MS.jpg","null","0","[{'id':35,'name':'Comedy'}]","https://www.netflix.com/title/80213658","535340","tt8697266","en","Iliza Shlesinger: Elder Millennial","Filmed February 23, 2018, aboard the USS Hornet, comedian Iliza Shlesinger brings an ???elder millennial??? perspective to her audience. Recently engaged, she dives into undeniable truths about life at age 35. Looking back at the insanity of the road traveled and what???s to come, Iliza talks first apartments, a woman's inner she dragon, peacock mating calls, and her newfound urge to squeeze a chubby baby leg.","5.013","/hiVFMpeZCJqf2FMys1HUA9N9h9n.jpg","[]","[]","2018-07-24","0","72","[{'iso_639_1':'en','name':'English'}]","Released","","Iliza Shlesinger: Elder Millennial","false","7.3","28" +"false","/mQ0sJ3X3OwxYTBPvCLZPLIp5VGD.jpg","null","6000000","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':28,'name':'Action'}]","https://www.breakinginmovie.com/","497814","tt7137846","en","Breaking In","Shaun Russell takes her son and daughter on a weekend getaway to her late father's secluded, high-tech vacation home in the countryside. The family soon gets an unwelcome surprise when four men break into the house to find hidden money. After managing to escape, Shaun must now figure out a way to turn the tables on the desperate thieves and save her captive children.","12.169","/60WQEFuSxb1K7q44ypDhknkscOm.jpg","[{'id':49968,'logo_path':'/gz2hSoMkvMJdTMgCLFGRJErPwXY.png','name':'Will Packer Productions','origin_country':'US'},{'id':99540,'logo_path':null,'name':'Breaking In Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-05-05","49078000","88","[{'iso_639_1':'en','name':'English'}]","Released","Payback is a mother.","Breaking In","false","5.8","258" +"false","/fH1KdO4SJMuJhEcIRPaL96IFXE4.jpg","null","4000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","42309","tt1109583","en","Fear Island","Five students on spring break meet at a secluded island cabin for a weekend getaway. Stranded on the island they become the prey of a mysterious killer who seems bent on revenge for something the friends have done.","2.48","/ozq6b1kgFdEpHdJdaBVnet1cbeW.jpg","[{'id':48612,'logo_path':null,'name':'Pocketbook Productions','origin_country':''},{'id':48613,'logo_path':null,'name':'Waterfront Pictures','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2009-09-08","0","95","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","A beautiful secluded Island.... Five good friends... And a killer out for revenge.","Fear Island","false","4.9","52" +"false","/rpmfuzmTDdJJN9EnkcZV1cRSjpA.jpg","null","340000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","23761","tt0076150","en","Alice Sweet Alice","Alice is a withdrawn 12-year-old who lives with her mother and her younger sister, Karen, who gets most of the attention from her mother, leaving Alice out of the spotlight. But when Karen is found brutally murdered in a church, suspicions start to turn toward Alice. But could a 12-year-old girl really be capable of such savagery?","4.679","/scjfMHHjZRKkmhoqPtNJmMfpcs4.jpg","[{'id':6114,'logo_path':null,'name':'Harristown Funding','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1976-11-13","0","98","[{'iso_639_1':'en','name':'English'}]","Released","If you survive this night... nothing will scare you again.","Alice Sweet Alice","false","6.5","91" +"false","/f38gX2n8Mm66yOjT1yNsjVLcXU2.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","10011","tt0402743","en","Abominable","A man, crippled in an accident, returns to the woods after rehabilitation, certain that he'll not see Bigfoot again.","3.448","/yR05Lj74fp0Gx4vWWPmAfXarHjl.jpg","[{'id':94575,'logo_path':null,'name':'Red Circle Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-04-10","1810","94","[{'iso_639_1':'en','name':'English'}]","Released","","Abominable","false","4.8","33" +"false","/2U7QcJLhB3047dqVvpWDOlvsQeU.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","254418","tt3302962","hi","???????????? ?????? ???????????? ????????????????????????","An easy-going man ensures that the spark in his marriage stays strong by always apologizing and opting for the path of least conflict in his relationship. When his wife becomes pregnant and wishes to have the baby, he does not offer resistance, but is also not ready to be a father. How will their relationship evolve?","1.264","/mSIwlMSpxTIcTKqcrtG4e2VuBPe.jpg","[{'id':92630,'logo_path':null,'name':'Pritish Nandy Communications','origin_country':''},{'id':3750,'logo_path':'/4YRT7sNsvvULDZclOcJkvNpDGOb.png','name':'Balaji Motion Pictures','origin_country':'IN'}]","[]","2014-02-28","0","145","[{'iso_639_1':'hi','name':'??????????????????'}]","Released","","Shaadi Ke Side Effects","false","5.8","18" +"false","/5XU6FCX1rcauBleAhxcOXi5vPfg.jpg","null","90000","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'}]","","67729","tt0092910","en","Doom Asylum","A demented coroner uses autopsy equipment to kill off the teenagers who trespass on the long-abandoned asylum he inhabits. Filmed on location in an actual abandoned asylum.","1.821","/gszNkyba7UwCoJdjH0JKJTmSaBt.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-01-02","0","77","[{'iso_639_1':'en','name':'English'}]","Released","","Doom Asylum","false","5.5","14" +"false","/kNAzo7icHdFkF43JQa18mPEUtvf.jpg","null","4531653","[{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'}]","http://bigfishandbegoniamovie.com","271706","tt1920885","zh","????????????","Beyond the human realm, there is a magical race of beings who control the tides and the changing of the seasons. One of these beings, a young girl named Chun, seeks something more???she wants to experience the human world! At sixteen, she finally gets her chance and transforms into a dolphin in order to explore the world that has her fascinated. But she soon discovers that it???s a dangerous place and nearly gets killed in a vortex. Luckily, her life is spared when a young boy sacrifices himself to save her. Moved by his kindness and courage, she uses magic to bring him back to life only to learn that this power comes at a serious price. On a new adventure, she???ll have to make her own sacrifices in order to protect his soul until it is ready to return to the human world.","7.421","/fRCdXh9MZutj1JJPZlUXMex6AuB.jpg","[{'id':58209,'logo_path':null,'name':'Studio Mir','origin_country':''},{'id':17818,'logo_path':'/a0dRBd4hPab4KjmbiIJpNwRfIVD.png','name':'Beijing Enlight Pictures','origin_country':'CN'}]","[{'iso_3166_1':'CN','name':'China'}]","2016-07-08","84552250","101","[{'iso_639_1':'zh','name':'?????????'}]","Released","Two worlds. One destiny.","Big Fish & Begonia","false","7.5","140" +"false","/ne3tc68MwUYLOiP15uaZFOwDwj9.jpg","null","0","[{'id':878,'name':'Science Fiction'}]","http://magness.tv","492631","tt6173346","en","The Manual","In a dystopian future, the last human is raised by a machine. He struggles with the loneliness of no human interaction and questions the teachings of a mysterious religious 'Manual' which the machine claims is holy.","0.906","/jJDFjganVghSl1wi2FZ1FDxN4O2.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-12-02","0","29","[{'iso_639_1':'en','name':'English'}]","Released","","The Manual","false","6.5","8" +"false","/jW2gmtj9RXThPcPZNygHKvrLoiC.jpg","null","0","[{'id':36,'name':'History'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'}]","","43020","tt0054756","it","Il colosso di Rodi","While on holiday in Rhodes, Athenian war hero Darios becomes involved in two different plots to overthrow the tyrannical king, one from Rhodian patriots and the other from sinister Phoenician agents.","6.009","/7eQo6dj8B89BS1xC25UvJICia8f.jpg","[{'id':4745,'logo_path':null,'name':'Produzioni Atlas Consorziate (P.A.C.)','origin_country':''},{'id':95312,'logo_path':null,'name':'Cine-Produzioni Associate','origin_country':''},{'id':8015,'logo_path':null,'name':'Procusa','origin_country':''},{'id':32276,'logo_path':null,'name':'Comptoir Fran??ais de Productions Cin??matographiques (CFPC)','origin_country':''},{'id':34126,'logo_path':null,'name':'CTI (Cinema Television International)','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'ES','name':'Spain'}]","1961-06-16","0","127","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","A monster statue of bronze and stone...A fabulous fortress 20 stories tall!","The Colossus of Rhodes","false","6","56" +"false","/3rDrNWejOwdiLrcZqBQQMOAo5Zo.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.theatoningmovie.com","470390","tt5854198","en","The Atoning","Vera, Ray, and Sam, a seemingly normal family, are haunted by more than mere ghosts. The lingering horror of their past threatens their ability to function as a loving family until they become enlightened by a mystical encounter. From that moment on, they're thrust into a horror worse than anything they've ever experienced. Personal demons manifest and tear the family apart from the inside out as they come to terms with their past.","1.4","/h8TucRd6IaqaHp0uVzPmKJFO6jn.jpg","[{'id':94663,'logo_path':null,'name':'The Atoning Movie','origin_country':''},{'id':94664,'logo_path':'/2csU6lWFDuN5DwRRpEUkzb7aruw.png','name':'Shendopen','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-02-18","0","89","[{'iso_639_1':'en','name':'English'}]","Released","Damned be the ties that bind","The Atoning","false","5","15" +"false","/52zsLyNfOy7iiZyPVTDrr6RDACE.jpg","null","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","","10381","tt0134033","en","Plunkett & MacLeane","Will Plunkett and Captain James Macleane, two men from different ends of the social spectrum in 18th-century England, enter a gentlemen's agreement: They decide to rid the aristocrats of their belongings. With Plunkett's criminal know-how and Macleane's social connections, they team up to be soon known as ""The Gentlemen Highwaymen"". But when one day these gentlemen hold up Lord Chief Justice Gibson's coach, Macleane instantly falls in love with his beautiful and cunning niece, Lady Rebecca Gibson. Unfortunately, Thief Taker General Chance, who also is quite fond of Rebecca, is getting closer and closer to getting both.","7.468","/g2EyZJFozd5jfEvAt7U8Wo3OxpB.jpg","[{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'},{'id':718,'logo_path':null,'name':'Arts Council of England','origin_country':''},{'id':1382,'logo_path':'/sOg7LGESPH5vCTOIdbMhLuypoLL.png','name':'PolyGram Filmed Entertainment','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1999-01-22","0","93","[{'iso_639_1':'en','name':'English'}]","Released","They Robbed The Rich...And That's It","Plunkett & MacLeane","false","6","68" +"false","/7ycuKICgGrZJUNxp1lxLVJk8p4c.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","34604","tt0094846","en","Casual Sex?","Two girls go away to a holiday resort looking for a change of pace, hoping to meet some nice men for a change. They discover that they can't find the perfect man, and this forces them to reconsider their attitudes to men in general.","2.867","/tifvnrOuVN7iq6V58G1yeN9rmlk.jpg","[{'id':25905,'logo_path':null,'name':'Jascat','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-04-22","12277096","88","[{'iso_639_1':'en','name':'English'}]","Released","Stacy and Melissa are in search for the world's most endangered species... The Perfect Man.","Casual Sex?","false","4.5","21" +"false","/rpCt9Rjn20Ik1iE991nXt5piepZ.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","https://www.facebook.com/bloodhuntmovie","366617","tt2901896","en","Blood Hunt","Everything seems uneventful for Dean and Claire, as they head out into beautiful rural Australia for a weekend away. Their biggest problem is what to do about Claire being accepted into an interstate University. The couple come across Knuck and things start to spiral out of control. Heath and Jarred only stoke the fire and both Claire and Dean's greatest fears are made reality.","1.808","/iadl28Qj5BLtZ6WsHp9YvY73mMu.jpg","[{'id':67076,'logo_path':null,'name':'Stud Ranch','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2016-09-06","0","77","[{'iso_639_1':'en','name':'English'}]","Released","","Blood Hunt","false","4.9","7" +"false","/fF5jhOXR7ohtn4Jr3DEf8Ky8sIQ.jpg","null","0","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'}]","","449535","tt6401004","en","Dead Shack","On a weekend getaway at a rundown cabin in the woods, Jason, a cautious teen, his crude best friend Colin and his fearless older sister Summer are forced to work together, grow up and save their hard-partying parents from their predatory neighbor intent on feeding them all to her undead family.","3.655","/dAYhnAAoQvyNcsnh5k03GWVwixZ.jpg","[{'id':92116,'logo_path':null,'name':'Trilight Entertainment','origin_country':'CA'},{'id':92119,'logo_path':null,'name':'Goodbye Productions','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2017-07-02","0","82","[{'iso_639_1':'en','name':'English'}]","Released","","Dead Shack","false","5.7","31" +"false","/2BgKxtHMd3qOAmyArZQ1RBB3HRS.jpg","null","0","[{'id':99,'name':'Documentary'}]","","531664","tt8066972","en","Path of Blood","Deep in the Saudi desert, young thrill-seekers at jihadi boot camp sign up to a plot to overthrow the Saudi government. They detonate three horrific car-bombs at Western compounds in downtown Riyadh and become embroiled in a nail-biting game of cat and mouse with government forces. As their plans unravel, they resort to ever more brutal tactics. Exposing the dark side of the human soul, Path of Blood reveals Al Qaeda as you've never seen it before. Using a treasure trove of Al Qaeda home-movie footage captured by the security services, this haunting documentary film shows how brainwashed idealism and the youthful pursuit of adventure can descend into madness and carnage.","2.778","/pUo6EiUQyGV3OVrgY45Y6EC5ESi.jpg","[]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-07-13","0","92","[{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'en','name':'English'}]","Released","","Path of Blood","false","6.9","9" +"false","/ohqTNoA6pYzTXookp8UXNWQlAgY.jpg","null","0","[{'id':35,'name':'Comedy'}]","https://www.netflix.com/title/80185070","531949","tt7256866","en","Father of the Year","Two college grads return to their hometown, where a hypothetical question -- whose dad would win in a fight? -- leads to mass mayhem.","6.405","/mmBdCkZxHwQn5zM17cZmd3giJCY.jpg","[{'id':2608,'logo_path':'/g3YRudXiQzHesQqRXvnhFpMzfkU.png','name':'Happy Madison Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-07-20","0","94","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'de','name':'Deutsch'}]","Released","They've got one summer to make their kids proud.","Father of the Year","false","5.3","222" +"false","/6Js3hlL2R57R0ooFsFeeuj7JYU7.jpg","null","0","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'}]","http://www.of3d.com/en/view.php?aid=120","375107","tt4940416","en","Duck Duck Goose","After he???s grounded by an injury, a high-flying bachelor is saddled with two wide-eyed orphans as they come face-to-face with the dangers and beauty of the outside world.","10.766","/7XURM64DYa9DpS70I2rM4suvq1s.jpg","[{'id':71194,'logo_path':null,'name':'Original Force Animation','origin_country':''}]","[{'iso_3166_1':'CN','name':'China'}]","2018-03-09","0","82","[{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'en','name':'English'}]","Released","Family can be a wild ride","Duck Duck Goose","false","6.2","75" +"false","/bkL2f7KgePtzMXWHBm4oGK7NIs7.jpg","null","0","[{'id':18,'name':'Drama'}]","","24657","tt0091670","sv","Offret","Alexander, a journalist, philosopher and retired actor, celebrates a birthday with friends and family when it is announced that nuclear war has begun.","6.248","/8JMh27z075ZHbFE85XYkdXF2QkK.jpg","[{'id':6116,'logo_path':null,'name':'Argos Films','origin_country':'FR'},{'id':9210,'logo_path':'/ruUf9qymJ1gKLmerDKO8pgq1CYM.png','name':'Film Four International','origin_country':''},{'id':2302,'logo_path':'/rPXEdpqwFycAY9ZgrAJXv13qcWW.png','name':'Svenska Filminstitutet','origin_country':'SE'}]","[{'iso_3166_1':'SE','name':'Sweden'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'}]","1986-05-14","300653","149","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'sv','name':'svenska'}]","Released","","The Sacrifice","false","7.8","161" +"false","/tyaVwOLIpAzZFP0qmXm2VZhYkxZ.jpg","null","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","http://prayerbeforedawn.movie","448776","tt4080956","en","A Prayer Before Dawn","The true story of Billy Moore, an English boxer incarcerated in Thailand's most notorious prison. Thrown into a world of drugs and violence, he finds his best chance to escape is to fight his way out in Muay Thai tournaments.","10.577","/73KrcLh1DpnBP3HwGpqoUUwKWF4.jpg","[{'id':90589,'logo_path':null,'name':'Meridian Entertainment','origin_country':''},{'id':43274,'logo_path':null,'name':'Hurricane Films','origin_country':''},{'id':90588,'logo_path':null,'name':'Senorita Films','origin_country':''},{'id':19751,'logo_path':null,'name':'Indochina Productions','origin_country':''},{'id':103536,'logo_path':null,'name':'Symbolic Exchange','origin_country':'US'}]","[{'iso_3166_1':'KH','name':'Cambodia'},{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2018-06-20","0","116","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'th','name':'?????????????????????'}]","Released","The fight starts from inside","A Prayer Before Dawn","false","6.8","139" +"false","/65ZUaNP2Az4FjZuhKjAmUUZPrKM.jpg","null","4300000","[{'id':10749,'name':'Romance'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","912","tt0063688","en","The Thomas Crown Affair","Young businessman, Thomas Crown is bored and decides to plan a robbery and assigns a professional agent with the right information to the job. However, Crown is soon betrayed yet cannot blow his cover because he???s in love.","7.244","/84CweBYein3D8Aau0EidPvYaXln.jpg","[{'id':219,'logo_path':null,'name':'The Mirisch Corporation','origin_country':''},{'id':599,'logo_path':null,'name':'Solar Productions','origin_country':''},{'id':16749,'logo_path':null,'name':'Simkoe','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1968-06-19","0","102","[{'iso_639_1':'en','name':'English'}]","Released","","The Thomas Crown Affair","false","7","184" +"false","/bZB7hVBIdQ4a0Ke4nCoPFCX7sjZ.jpg","null","6000000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':18,'name':'Drama'}]","http://www.occupationthemovie.com","503346","tt6774786","en","Occupation","A small group of town residents have to band together after a devastating ground invasion. As they struggle to survive, they realize they must stay one step ahead of their attackers, and work together for a chance to strike back.","7.684","/hr7MFQAmP30IJZP2FXKhPKbe8IW.jpg","[{'id':85434,'logo_path':null,'name':'SparkeFilms History Design','origin_country':''},{'id':114814,'logo_path':null,'name':'Film Mode Entertainment','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2018-07-12","0","119","[{'iso_639_1':'en','name':'English'}]","Released","The conquest begins.","Occupation","false","4.3","62" +"false","/fPtN1uXbcT3ToDH4ATci0QXEVGe.jpg","null","25000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'}]","","10861","tt0117011","en","Maximum Risk","After a policeman takes his twin brother's place and inherits his problems ??? and his beautiful girlfriend ??? he's forced to kickbox his way from France to the U.S. and back while eluding the FBI and Russian mafia.","6.253","/sFqiNcytKYQgyBL8yyLHpd80roV.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-09-13","51702483","100","[{'iso_639_1':'en','name':'English'}]","Released","The Other Side of Safety.","Maximum Risk","false","5.4","176" +"false","/9snG3oqEgPMjkhTazqbjfOU454d.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","10413","tt0107711","en","Nowhere to Run","Escaped convict Sam Gillen single-handedly takes on ruthless developers who are determined to evict a widow with two young children.","9.913","/mmq1LQhuhdW2BF61yM4ZuGZb7Uo.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-01-15","0","94","[{'iso_639_1':'en','name':'English'}]","Released","When the law can't protect the innocent, the only hero left is an outlaw.","Nowhere to Run","false","5.7","208" +"false","/rlL4gAo6tWCYUOXR4XoBYscddlL.jpg","null","20000000","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':36,'name':'History'},{'id':53,'name':'Thriller'}]","","3513","tt0126388","en","Legionnaire","Alain Lefevre is a boxer paid by a Marseille mobster to take a dive. When he wins the fight he attempts to flee to America with the mobster's girlfriend Katrina. This plan fails and he seeks escape by joining the foreign legion. As part of the legion he tangles with abusive lieutenant Steinkampf and bonds with legionnaires Luther, Mackintosh and Rosetti.","6.676","/e3BThbrigKH9wUCci8eX4jMA2xy.jpg","[{'id':1438,'logo_path':null,'name':'Quadra Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-12-03","0","98","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'cs','name':'??esk??'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Legionnaire","false","5.2","188" +"false","/lBkTcviKnCMttU1gQbzbwTSGAfM.jpg","{'id':19160,'name':'FernGully Collection','poster_path':'/7FayIzSXqWGqqYOId58N26alRv1.jpg','backdrop_path':'/eWikaqHnqLYtCh7pkBeZY3Y5QSm.jpg'}","0","[{'id':14,'name':'Fantasy'},{'id':16,'name':'Animation'},{'id':878,'name':'Science Fiction'},{'id':10751,'name':'Family'},{'id':18,'name':'Drama'}]","","13225","tt0104254","en","FernGully: The Last Rainforest","When a sprite named Crysta shrinks a human boy, Zak, down to her size, he vows to help the magical fairy folk stop a greedy logging company from destroying their home, the pristine rainforest known as FernGully. Zak and his new friends fight to defend FernGully from lumberjacks -- and the vengeful spirit they accidentally unleash after chopping down a magic tree.","9.524","/gU2TbLTJ2s0aL5OsPuYQgZR8y3A.jpg","[{'id':47154,'logo_path':null,'name':'Kroyer Films','origin_country':''},{'id':81129,'logo_path':null,'name':'Youngheart Productions','origin_country':''},{'id':81130,'logo_path':null,'name':'FAI Films','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'US','name':'United States of America'}]","1992-04-10","32710894","76","[{'iso_639_1':'en','name':'English'}]","Released","Do you believe in humans?","FernGully: The Last Rainforest","false","6.3","268" +"false","/cznD61jpBcIg0JDcYsStEJ6RJ1X.jpg","{'id':221544,'name':'The Mummy (Universal) Collection','poster_path':'/AvNgVQAVU7glcRawxyXnyHMPPbk.jpg','backdrop_path':'/9Hurk1iwEE3USJpBe48FChOSROC.jpg'}","0","[{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","29239","tt0035096","sv","The Mummy's Tomb","A high priest of Karnak travels to America with the living mummy Kharis (Lon Chaney Jr.) to kill all those who had desecrated the tomb of the Egyptian princess Ananka thirty years earlier.","1.53","/wBhML8WkyjF6YsEbs8A6KYnv5z6.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1942-10-23","0","60","[{'iso_639_1':'en','name':'English'}]","Released","The FEAR of the Year!","The Mummy's Tomb","false","7.2","12" +"false","/uSzWmHjOY5n4kaEHcA03OVwpEjf.jpg","null","90000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","15516","tt0068833","en","The Last House on the Left","A disturbed gang of youths kidnap, torture and murder two teenage girls; unbeknownst to the gang, the parents of one of the girls live nearby...","7.294","/AnAovjFaZniDKyp3ET4YAGZIDgg.jpg","[{'id':17610,'logo_path':null,'name':'Lobster Enterprises','origin_country':''},{'id':17611,'logo_path':null,'name':'Sean S. Cunningham Films','origin_country':''},{'id':17612,'logo_path':null,'name':'The Night Co.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1972-08-30","0","84","[{'iso_639_1':'en','name':'English'}]","Released","It rests on 13 acres of earth over the very center of hell...!","The Last House on the Left","false","6.1","240" +"false","/9TPsBh65ufyrADaA4ltDsoiCuus.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'}]","","107896","tt0068722","cn","????????????","Li Ching is the Seventh Sister, an angel who comes down from heaven to see what life in Hong Kong is like. In Hong Kong, she runs into Zili(Chin Feng), a reincarnated version of her deceased lover, Dong Yong. Zili, with help from cook Uncle Bull(the warm, portly Peng Peng), do their best to watch over homeless kids in an run-down orphanage. However, a heartless tycoon named Xu Caifa wants the land where the orphanage is and he's willing to go to extremes to get it. Armed with omnipotent powers, spirit, and help from her ""celestial sisters"", Seventh Sister works to defend Zili, Uncle Bull, and the orphans from Xu Caifa.","1.13","/3g0HjBgWSKaX8Ly5F3Xk98m9lbV.jpg","[{'id':5798,'logo_path':'/tmuI9BGXgpWLmokhlxpnG3IGNQB.png','name':'Shaw Brothers','origin_country':''}]","[]","1972-01-01","0","99","[]","Released","","The Human Goddess","false","5","1" +"false","/GER0T2FY2XlDNt6cHbEai3gvfF.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","25915","tt0041871","en","Shockproof","Jenny Marsh is a hard-luck dame who's just finished five years in the slammer for killing a man. Jenny's not exactly the murdering type -- she did the deed while defending her jailbird lover, Harry, which is probably one reason she's attracted the attention of her parole officer, Griff Marat. In fact, Griff is so taken with Jenny that he gets her a job caring for his ailing mother, but although Jenny tries to fly right, she's not yet over Harry.","1.359","/srnSYqErnxbJCrARj0n36oBc9iB.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1949-01-25","0","79","[{'iso_639_1':'en','name':'English'}]","Released","He thought he was shockproof!","Shockproof","false","5.8","9" +"false","/oM34mJbIgNsluG9o61ALPgw5dES.jpg","null","0","[{'id':53,'name':'Thriller'}]","","26009","tt0045124","en","Scandal Sheet","A tabloid editor assigns a young reporter to solve a murder the editor committed himself.","1.021","/epW737dbxDqf8UIfINyPFbmOS0o.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':14249,'logo_path':null,'name':'Motion Picture Investors','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1952-01-16","0","82","[{'iso_639_1':'en','name':'English'}]","Released","The man from ""The Mob"" is making another killing!","Scandal Sheet","false","7.2","14" +"false","/x9uw2RNxMNp5u1wQoHH96cg9vsv.jpg","null","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","","88535","tt0056989","ja","????????????????????? ????????????????????????","Tajima is a private detective in charge of his own company, Detective Bureau 2-3. When warring criminal gangs go overboard by robbing U.S. military munitions, Tajima steps in to stop what the cops can't.","0.847","/h6GWaDbrm60mFohytmHxEzOwcQ0.jpg","[{'id':955,'logo_path':'/5xnXD3PJI1HqOJceSAKZ3fDqO1V.png','name':'Nikkatsu Corporation','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","1963-01-27","0","89","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Detective Bureau 2-3: Go to Hell, Bastards!","false","6.9","8" +"false","/2zeqdumkoaTPunaDOIY0T9g3Uaw.jpg","{'id':192171,'name':'Casino Tycoon Collection','poster_path':'/8zkzbIXkSAYeeplXK15Zk1MpqTk.jpg','backdrop_path':null}","0","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","118385","tt0104145","cn","???????????????????????????","Set in World War II, Casino Tycoon chronicles the story of Benny, a young graduate played by Andy Lau, who flees Hong-Kong during the Japanese invasion and heads for gambling haven Macau. Once in Macau, he impresses a local business man who has ties to organised crime, he slowly builds his way up in the ranks of the Macau underworld which ultimately leads to trouble.","1.858","/qOf4fAI8XxhdvSSPoX3iFqrIOoO.jpg","[{'id':46634,'logo_path':null,'name':'Cosmopolitan Film Productions Co., Ltd.','origin_country':''},{'id':35439,'logo_path':null,'name':'Samico Films Production Co., Ltd.','origin_country':''}]","[{'iso_3166_1':'HK','name':'Hong Kong'}]","1992-02-20","0","133","[{'iso_639_1':'cn','name':'????????? / ?????????'}]","Released","","Casino Tycoon","false","6","2" +"false","/kqO320hvXcEbrYBYNpiELRr20s6.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","57662","tt0029611","en","Storm in a Teacup","A local politician in Scotland tries to break the reporter who wrote a negative story about him, and who is also in love with his daughter.","0.874","/zvS76A9rvZ5KAty0Ebe5zEKpfUN.jpg","[{'id':659,'logo_path':null,'name':'London Film Productions','origin_country':''},{'id':16916,'logo_path':null,'name':'Victor Saville Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1937-02-25","0","87","[{'iso_639_1':'en','name':'English'}]","Released","","Storm in a Teacup","false","7.3","8" +"false","/1CCseYlxcut10Fb4cXLFbjjifBJ.jpg","null","2000000","[{'id':18,'name':'Drama'}]","https://www.netflix.com/title/80244782","519253","tt6679412","it","Rimetti a noi i nostri debiti","Threatened by creditors, a newly unemployed man agrees to work for a debt collector, but soon discovers his deal with the devil has unexpected costs.","10.723","/6b1XcIAYrxITFuLBbhxttPmwpyM.jpg","[{'id':18643,'logo_path':null,'name':'La Luna Entertainment','origin_country':''},{'id':19916,'logo_path':'/dOQ7UtUAqydn5zmx3qElFIMqn6t.png','name':'Lotus Production','origin_country':'IT'},{'id':2683,'logo_path':'/mOL2WcHtox2urbUf1oJvjw7kz01.png','name':'Rai Cinema','origin_country':'IT'},{'id':13419,'logo_path':null,'name':'SKA Films','origin_country':''},{'id':36299,'logo_path':null,'name':'Agresywna Banda','origin_country':''},{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''}]","[{'iso_3166_1':'AL','name':'Albania'},{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'PL','name':'Poland'},{'iso_3166_1':'CH','name':'Switzerland'}]","2018-05-04","0","104","[{'iso_639_1':'it','name':'Italiano'}]","Released","","Forgive Us Our Debts","false","6.2","169" +"false","/lX1DIn4IdRohpPUzxJd9S0XQz2d.jpg","null","0","[{'id':10752,'name':'War'},{'id':18,'name':'Drama'},{'id':12,'name':'Adventure'},{'id':36,'name':'History'},{'id':10749,'name':'Romance'}]","","22969","tt0028872","en","Fire Over England","The film is a historical drama set during the reign of Elizabeth I (Flora Robson), focusing on the English defeat of the Spanish Armada, whence the title. In 1588, relations between Spain and England are at the breaking point. With the support of Queen Elizabeth I, British sea raiders such as Sir Francis Drake regularly capture Spanish merchantmen bringing gold from the New World.","2.428","/F4PSZwc3WHxNlW8FSojygbrL2C.jpg","[{'id':659,'logo_path':null,'name':'London Film Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1937-02-25","0","92","[{'iso_639_1':'en','name':'English'}]","Released",". . . A truly brilliant producer brings you a thrilling tale of love and danger that will live in your memory as long as there is romance in your heart !","Fire Over England","false","6.7","12" +"false","/8j1Xxvsbmt7TS4sbzJV91AdbZ2z.jpg","null","0","[{'id':35,'name':'Comedy'}]","","441592","tt3398808","es","El club de los buenos infieles","","1.226","/eoFgyW0fzFLb6gVbNyZjmncxFTo.jpg","[{'id':7847,'logo_path':null,'name':'Esc??ndalo Films','origin_country':''}]","[{'iso_3166_1':'ES','name':'Spain'}]","2018-03-28","0","90","[]","Released","","El club de los buenos infieles","false","5.8","10" +"false","/jsWg8UyILqMqPhc55hxlZEihL1u.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'}]","","90523","tt0028767","en","Dark Journey","Madeline Goddard, is a British double agent who meets and falls in love with a German spy Baron Karl Von Marwitz during World War I. This tale of espionage blends high adventure and romance making perfect order from wartime chaos and growing in faith from despair.","1.4","/i1ac0OKN7ApGfN7KX55dtUWGiBL.jpg","[{'id':659,'logo_path':null,'name':'London Film Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1937-07-02","0","77","[{'iso_639_1':'en','name':'English'}]","Released","Her Lips Kissed...But Never Told!","Dark Journey","false","6.1","10" +"false","/smkDKhLTjNzpI9xdutjr8Ftgot3.jpg","{'id':221544,'name':'The Mummy (Universal) Collection','poster_path':'/AvNgVQAVU7glcRawxyXnyHMPPbk.jpg','backdrop_path':'/9Hurk1iwEE3USJpBe48FChOSROC.jpg'}","0","[{'id':27,'name':'Horror'}]","","31498","tt0032818","en","The Mummy's Hand","A couple of young, out-of-work archaeologists in Egypt discover evidence of the burial place of the ancient Egyptian princess Ananka. After receiving funding from an eccentric magician and his beautiful daughter, they set out into the desert only to be terrorized by a sinister high priest and the living mummy Kharis who are the guardians of Ananka???s tomb.","1.422","/xk3tHwDCV1wtu2sgsPIUQtMuV3K.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1940-09-20","0","67","[{'iso_639_1':'en','name':'English'}]","Released","The tomb of a thousand terrors!","The Mummy's Hand","false","6.2","23" +"false","/l3RiIjaN1peXQ2lAwnpF33Xb5R0.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':9648,'name':'Mystery'}]","","992","tt0015324","en","Sherlock, Jr.","A film projectionist longs to be a detective, and puts his meagre skills to work when he is framed by a rival for stealing his girlfriend's father's pocketwatch.","7.839","/1G9r3rqtbFAQuyWKOZm4Y5J5s7Q.jpg","[{'id':16101,'logo_path':null,'name':'Metro Pictures Corporation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1924-04-21","0","46","[{'iso_639_1':'en','name':'English'}]","Released","Every inch of footage holds such a laugh!","Sherlock, Jr.","false","8.2","279" +"false","/891MRTCJkqnxgkvatKg6ImBRJ8u.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","508747","tt8033592","zh","???????????????","Ten years ago, on a train home during the busy Spring Festival travel period, fate brings Xiaoxiao and Jianqing together. Like many young couples, they meet, fall in love, and strive to make it work, but eventually, the harsh realities of life make them drift apart. Ten years later, they run into each other again. Will they make the most of this second chance and rekindle what they once lost?","4.183","/rRXpwfwwqYxjHvzo0B32MpXbNyj.jpg","[]","[{'iso_3166_1':'CN','name':'China'}]","2018-04-28","0","120","[{'iso_639_1':'zh','name':'?????????'}]","Released","","Us and Them","false","7.9","29" +"false","/h4Z6IUpTyD9ViV7NLmbAEbgM1G0.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://www.focusfeatures.com/tully","400579","tt5610554","en","Tully","Marlo, a mother of three including a newborn, is gifted a night nanny by her brother. Hesitant to the extravagance at first, Marlo comes to form a bond with the thoughtful, surprising, and sometimes challenging nanny named Tully.","14.819","/wDI4YXBXolMYi15Qx2kClvdSERM.jpg","[{'id':13240,'logo_path':'/aTc07YaNHo8WNgkQSnvLmG6w4nW.png','name':'Bron Studios','origin_country':'CA'},{'id':3574,'logo_path':null,'name':'Denver and Delilah Productions','origin_country':'US'},{'id':32157,'logo_path':null,'name':'Right of Way Films','origin_country':'US'},{'id':10146,'logo_path':'/xnFIOeq5cKw09kCWqV7foWDe4AA.png','name':'Focus Features','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-05-04","11844986","96","[{'iso_639_1':'en','name':'English'}]","Released","See how the mother half lives.","Tully","false","6.9","545" +"false","/891MRTCJkqnxgkvatKg6ImBRJ8u.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","508747","tt8033592","zh","???????????????","Ten years ago, on a train home during the busy Spring Festival travel period, fate brings Xiaoxiao and Jianqing together. Like many young couples, they meet, fall in love, and strive to make it work, but eventually, the harsh realities of life make them drift apart. Ten years later, they run into each other again. Will they make the most of this second chance and rekindle what they once lost?","4.183","/rRXpwfwwqYxjHvzo0B32MpXbNyj.jpg","[]","[{'iso_3166_1':'CN','name':'China'}]","2018-04-28","0","120","[{'iso_639_1':'zh','name':'?????????'}]","Released","","Us and Them","false","7.9","29" +"false","/h4Z6IUpTyD9ViV7NLmbAEbgM1G0.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://www.focusfeatures.com/tully","400579","tt5610554","en","Tully","Marlo, a mother of three including a newborn, is gifted a night nanny by her brother. Hesitant to the extravagance at first, Marlo comes to form a bond with the thoughtful, surprising, and sometimes challenging nanny named Tully.","14.819","/wDI4YXBXolMYi15Qx2kClvdSERM.jpg","[{'id':13240,'logo_path':'/aTc07YaNHo8WNgkQSnvLmG6w4nW.png','name':'Bron Studios','origin_country':'CA'},{'id':3574,'logo_path':null,'name':'Denver and Delilah Productions','origin_country':'US'},{'id':32157,'logo_path':null,'name':'Right of Way Films','origin_country':'US'},{'id':10146,'logo_path':'/xnFIOeq5cKw09kCWqV7foWDe4AA.png','name':'Focus Features','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-05-04","11844986","96","[{'iso_639_1':'en','name':'English'}]","Released","See how the mother half lives.","Tully","false","6.9","545" +"false","/z2rCB47c7zxNg6y3eghIVrDcyF0.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':37,'name':'Western'}]","","33638","tt0068853","en","The Life and Times of Judge Roy Bean","Outlaw and self-appointed lawmaker, Judge Roy Bean, rules over an empty stretch of the West that gradually grows, under his iron fist, into a thriving town, while dispensing his his own quirky brand of frontier justice upon strangers passing by.","2.489","/zrwZPfQlA67oFdt56ebKz4Pkylv.jpg","[{'id':4376,'logo_path':null,'name':'First Artists','origin_country':''},{'id':7698,'logo_path':null,'name':'National General Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1972-12-18","0","120","[{'iso_639_1':'en','name':'English'}]","Released","If this story ain't true... it shoulda been!","The Life and Times of Judge Roy Bean","false","6.6","47" +"false","/y6A4PUAD61r15CgtuuQhWxLh6Vx.jpg","null","35000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","9091","tt0114576","en","Sudden Death","When a man's daughter is suddenly taken during a championship hockey game ??? with the captors demanding a billion dollars by game's end ??? he frantically sets a plan in motion to rescue her and abort an impending explosion before the final buzzer.","7.08","/ridz4IucWay8dBP5t68rGYykCvi.jpg","[{'id':99689,'logo_path':null,'name':'SHATTERED PRODUCTIONS','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':21437,'logo_path':null,'name':'Imperial Entertainment','origin_country':''},{'id':23770,'logo_path':'/t1Dc5SaJLBfRxtl0ttLGdaYICQ2.png','name':'Signature Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-10-27","64350171","106","[{'iso_639_1':'en','name':'English'}]","Released","Terror goes into overtime.","Sudden Death","false","5.6","284" +"false","/97aqKkq96ihAi0Ey3P3gYZ6dyNA.jpg","null","0","[{'id':99,'name':'Documentary'}]","","533743","tt8638420","es","Strokes of Genius","The film intertwines Roger Federer and Rafael Nadal's lives with their famed 2008 Wimbledon championship - an epic match so close and so reflective of their competitive balance that, in the end, the true winner was the sport itself.","2.36","/qqvtCUYo6qKJffEiTzyqgWk1mNf.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-03-15","0","98","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Long Live Rivalry","Strokes of Genius","false","8.7","3" +"false","/2BAVbm26JPNL8m4vwVlPNPmrNtO.jpg","null","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'}]","","5334","tt0055796","en","Billy Budd","Billy is an innocent, naive seaman in the British Navy in 1797. When the ship's sadistic master-at-arms is murdered, Billy is accused and tried.","2.542","/mtTXINAk6xic2uJW111oZHxGccE.jpg","[{'id':1900,'logo_path':null,'name':'Anglo Allied','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1962-11-12","0","119","[{'iso_639_1':'en','name':'English'}]","Released","The Men!.. The Mutiny!...The Might!... The Magnitude Of Herman Melville's Classic Adventure of the High Seas!","Billy Budd","false","8","25" +"false","/n8gCgexJsT38RwZGOrS2i6EEsLp.jpg","null","15000000","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","9594","tt0101764","en","Double Impact","Jean Claude Van Damme plays a dual role as Alex and Chad, twins separated at the death of their parents. Chad is raised by a family retainer in Paris, Alex becomes a petty crook in Hong Kong. Seeing a picture of Alex, Chad rejoins him and convinces him that his rival in Hong Kong is also the man who killed their parents. Alex is suspicious of Chad, especially when it comes to his girlfriend.","7.528","/sRxg7BI6y5dXa5SX0RZS3zlhxwc.jpg","[{'id':3470,'logo_path':null,'name':'Stone Group Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1991-07-31","30102717","110","[{'iso_639_1':'en','name':'English'}]","Released","Two brothers separated by the violence. Now together in a mission of revenge.","Double Impact","false","5.5","364" +"false","/vTOvVBrcxx0rqTuX1pcdPKXjohY.jpg","null","2000000","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","12079","tt0283003","en","Spun","Over the course of three days Ross, a college dropout addicted to crystal-meth, encounters a variety of oddball folks - including a stripper named Nikki and her boyfriend, the local meth producer, The Cook - but all he really wants to do is hook up with his old girlfriend, Amy.","6.7","/b7FNTUC8P2frIimPKH5qv5GLSda.jpg","[{'id':23909,'logo_path':null,'name':'Silver Nitrate','origin_country':''},{'id':15231,'logo_path':'/iFbzMtXFBv2ekA9Ldrw6LqjLrvX.png','name':'Muse Productions','origin_country':'US'},{'id':18811,'logo_path':null,'name':'Brink Films','origin_country':''},{'id':26470,'logo_path':null,'name':'Little Magic Films','origin_country':''},{'id':116002,'logo_path':null,'name':'Saggitaire','origin_country':''},{'id':43569,'logo_path':null,'name':'Stone Canyon Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-06-01","0","101","[{'iso_639_1':'en','name':'English'}]","Released","The ultimate speed freak's tale.","Spun","false","6.7","202" +"false","/hZuYH68nGqqUKZlOnxb8zjeR92U.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","780","tt0019254","fr","La passion de Jeanne d'Arc","A classic of the silent age, this film tells the story of the doomed but ultimately canonized 15th-century teenage warrior. On trial for claiming she'd spoken to God, Jeanne d'Arc is subjected to inhumane treatment and scare tactics at the hands of church court officials. Initially bullied into changing her story, Jeanne eventually opts for what she sees as the truth. Her punishment, a famously brutal execution, earns her perpetual martyrdom.","6.846","/5HL0dEJfd7PF0eRiKz8BiNfe8Tf.jpg","[{'id':1237,'logo_path':null,'name':'Soci??t?? g??n??rale des films','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'}]","1928-04-21","0","82","[{'iso_639_1':'xx','name':'No Language'}]","Released","An Immortal Screen Classic that will live Forever!","The Passion of Joan of Arc","false","8.2","308" +"false","/sdNPipjZoOJFuTBwH8EyEb5dsKv.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':12,'name':'Adventure'}]","","204","tt0046268","fr","Le salaire de la peur","In the South American jungle, supplies of nitroglycerine are needed at a remote oil field. The oil company pays four men to deliver the supplies in two trucks. A tense rivalry develops between the two sets of drivers on the rough remote roads where the slightest jolt can result in death.","7.599","/3IGuAr1xsErR4XqmHZcfyQ4f8KY.jpg","[{'id':11788,'logo_path':null,'name':'Compagnie Industrielle et Commerciale Cin??matographique (CICC)','origin_country':''},{'id':141,'logo_path':null,'name':'V??ra Films','origin_country':'FR'},{'id':144,'logo_path':null,'name':'Fono Roma','origin_country':''},{'id':534,'logo_path':null,'name':'Filmsonor','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'IT','name':'Italy'}]","1953-04-21","0","147","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'de','name':'Deutsch'}]","Released","Dynamic Tremendous Shattering","The Wages of Fear","false","8","303" +"false","/i5BVAFExVw7IyohdXF8sUcP3Ha0.jpg","null","3200000","[{'id':37,'name':'Western'}]","","11697","tt0056217","en","The Man Who Shot Liberty Valance","A senator, who became famous for killing a notorious outlaw, returns for the funeral of an old friend and tells the truth about his deed.","9.172","/4efvLpJXzrVMW72blwub9wWYCmc.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':10698,'logo_path':null,'name':'John Ford Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1962-04-22","8000000","123","[{'iso_639_1':'en','name':'English'}]","Released","Two great stars together for the first time!","The Man Who Shot Liberty Valance","false","7.7","444" +"false","/ua22k2wSZ34ft2FzDYtBnF23V4.jpg","null","0","[{'id':35,'name':'Comedy'}]","","11381","tt0114694","en","Tommy Boy","Party animal Tommy Callahan is a few cans short of a six-pack. But when the family business starts tanking, it's up to Tommy and number-cruncher Richard Hayden to save the day.","7.769","/lbsuDUaTH9POXWb4Inyck8gZFck.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-03-31","32648673","97","[{'iso_639_1':'en','name':'English'}]","Released","If at first you don't succeed, lower your standards.","Tommy Boy","false","6.8","482" +"false","/elTdq4oZ2jmYFrG6OEHnh4wpklC.jpg","null","57000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':10749,'name':'Romance'}]","","6073","tt0236493","en","The Mexican","Jerry Welbach, a reluctant bagman, has been given two ultimatums: The first is from his mob boss to travel to Mexico and retrieve a priceless antique pistol, known as ""the Mexican""... or suffer the consequences. The second is from his girlfriend Samantha to end his association with the mob. Jerry figures alive and in trouble with Samantha is better than the more permanent alternative, so he heads south of the border.","10.146","/a7PuqWv0ENFg8dt9k51AID6P1kh.jpg","[{'id':55852,'logo_path':null,'name':'Pistolero Productions LLC','origin_country':''},{'id':506,'logo_path':null,'name':'Newmarket Capital Group','origin_country':'US'},{'id':2253,'logo_path':null,'name':'Lawrence Bender Productions','origin_country':'US'},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'MX','name':'Mexico'},{'iso_3166_1':'US','name':'United States of America'}]","2001-03-01","147845033","123","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Love with the safety off.","The Mexican","false","5.8","711" +"false","/5jUsZkOHvDUwWn3wMW17F3v00C9.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'},{'id':9648,'name':'Mystery'}]","http://www.darumasanga.com/","241863","tt3354222","ja","???????????????????????????","Takahata Shun's day at high school begins just as boring as ever, but it doesn't end that way. He and his classmates find themselves forced to play children's games with deadly stakes. With no idea who is behind, the only thing Shun and other students can do is keep trying to win.","6.252","/s1AClIF80ozU3ztbmrOG4pDbkaz.jpg","[{'id':882,'logo_path':'/fRSWWjquvzcHjACbtF53utZFIll.png','name':'Toho Company, Ltd.','origin_country':'JP'},{'id':49301,'logo_path':null,'name':'Toho Pictures, Inc.','origin_country':'JP'},{'id':5372,'logo_path':'/tPtJc2rCOTHEzJQPStT6m3dI0eK.png','name':'OLM','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","2014-11-15","0","117","[{'iso_639_1':'ja','name':'?????????'}]","Released","Oh my God, please return my tedious everyday.","As the Gods Will","false","7","89" +"false","/n6ZGbtog7MiSJ7ZXToMErHUvQH0.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':35,'name':'Comedy'}]","https://www.hbo.com/documentaries/robin-williams-come-inside-my-mind","493100","tt7689966","en","Robin Williams: Come Inside My Mind","A funny, intimate and heartbreaking portrait of one of the world???s most beloved and inventive comedians, Robin Williams, told largely through his own words. Celebrates what he brought to comedy and to the culture at large, from the wild days of late-1970s L.A. to his death in 2014.","6.84","/dOvqKxKHeswPj22iQRC35Dg2BDH.jpg","[{'id':2740,'logo_path':'/gSiDWkmEOyOn9MsaCgnjd8Mohmx.png','name':'Jigsaw Productions','origin_country':'US'},{'id':14914,'logo_path':'/1RZBWz53SpHUTLpRcM8BGv2plIP.png','name':'HBO Documentary Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-01-19","0","116","[{'iso_639_1':'en','name':'English'}]","Released","","Robin Williams: Come Inside My Mind","false","8","49" +"false","/q6aaH62MlLcYpKKQGgMuF7tp51S.jpg","null","0","[{'id':18,'name':'Drama'}]","http://gravitasventures.com/1-1movie/","413576","tt3445702","en","1/1","Lissa, a twenty-year-old girl trapped in rural Pennsylvania, grapples with sex, drugs, love and loss. When a possible pregnancy forces her to take a hard look at her life, both her and the structure of the film mature, illuminating a brighter path ahead.","2.453","/hSr9f8ex7FIViB7Kg0HFJUl0qHN.jpg","[{'id':23029,'logo_path':null,'name':'Narrator Entertainment','origin_country':''},{'id':106729,'logo_path':null,'name':'Fireglory Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-07-07","0","85","[{'iso_639_1':'en','name':'English'}]","Released","","1/1","false","7","2" +"false","/mu4q1jPLdW5hE7BWZEWRvuAh3ZN.jpg","{'id':535790,'name':'Godzilla Anime Collection','poster_path':'/4jG5s3Vyqjg4HZAg4hUBQNO5fa3.jpg','backdrop_path':'/xXeGasfieLP6FZrQYko4B05dh9L.jpg'}","0","[{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","http://godzilla-anime.com/","492719","tt8015080","ja","GODZILLA ????????????????????????","Humanity's desperate battle to reclaim the Earth from Godzilla continues. The key to defeating the King of the Monsters may be Mechagodzilla, a robotic weapon thought to have been lost nearly 20,000 years ago.","11.745","/8y1YhD6niL3aMfeEPhStHMWdPxH.jpg","[{'id':882,'logo_path':'/fRSWWjquvzcHjACbtF53utZFIll.png','name':'Toho Company, Ltd.','origin_country':'JP'},{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''}]","[{'iso_3166_1':'JP','name':'Japan'}]","2018-05-18","0","105","[{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","","Godzilla: City on the Edge of Battle","false","6.3","97" +"false","/oEdKArMFKvU7TJjLuiHMG65x1GA.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'},{'id':53,'name':'Thriller'}]","","391912","tt5216022","en","Rosy","A socially awkward young man kidnaps an aspiring actress with the hope that they will fall in love. A psychosexual noir that explores power dynamics between men and women.","4.193","/o9VU56Mv69wVWY5hRFAPSHMv5uN.jpg","[]","[]","2018-07-17","0","93","[{'iso_639_1':'en','name':'English'}]","Released","","Rosy","false","5.5","11" +"false","/58SPunhpyGsEQi82SkAvBnWaAJ6.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","535488","tt6090044","es","Romina","A shocking assault inspires horrific violence when a group of teens encounters a girl from their school while camping in a remote spot.","8.238","/klfBdSpbWnQLqVXXJD8Mczc3XfF.jpg","[]","[{'iso_3166_1':'MX','name':'Mexico'}]","2018-07-13","0","74","[{'iso_639_1':'es','name':'Espa??ol'}]","Released","","Romina","false","2.3","72" +"false","/7vyzEMfcEpBChEyK7cP6XW6B7hi.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'}]","","429417","tt5516328","en","Ghost Stories","Professor Phillip Goodman devotes his life to exposing phony psychics and fraudulent supernatural shenanigans. His skepticism soon gets put to the test when he receives news of three chilling and inexplicable cases -- disturbing visions in an abandoned asylum, a car accident deep in the woods and the spirit of an unborn child. Even scarier -- each of the macabre stories seems to have a sinister connection to the professor's own life.","12.245","/7a0sai9k5jr7YJRP5S3YIDErMVY.jpg","[{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':12180,'logo_path':'/ye2vKF2MZbVPzof7YZjeRUkL7Up.png','name':'Warp Films','origin_country':'GB'},{'id':19638,'logo_path':'/6R3XtbihMWuDRFnlm4MkpxhmEKf.png','name':'Altitude Film Entertainment','origin_country':'GB'},{'id':86092,'logo_path':null,'name':'Catalyst Global Media','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-01-20","135095","98","[{'iso_639_1':'en','name':'English'}]","Released","The brain sees what it wants to see.","Ghost Stories","false","6.6","502" +"false","/2kY390rVe8EXXOwl7XZ5yMRqxr4.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","385360","tt5179598","en","Billionaire Boys Club","A group of wealthy boys in Los Angeles during the early 1980s establishes a get rich quick scam that turns deadly.","14.943","/7EpC1etIcUQxqPnBz0CpHLp3evv.jpg","[{'id':35849,'logo_path':'/bHYIJoy2ri7crfHugwR0AdF3qdM.png','name':'Armory Films','origin_country':'US'},{'id':68264,'logo_path':null,'name':'Oriah Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-07-19","0","108","[{'iso_639_1':'en','name':'English'}]","Released","Young. Handsome. And cunning.","Billionaire Boys Club","false","5.6","118" +"false","/m9TyWTTaaFUNMlNJ3b8Q0gkOiZY.jpg","{'id':9521,'name':'Look Who's Talking Collection','poster_path':'/ez7hA34uLtOuGIwZvwhlpr53tXh.jpg','backdrop_path':'/2jEwMXBICqARNmhFFFDu1IvmJCK.jpg'}","7500000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","9494","tt0097778","en","Look Who's Talking","Mollie is a single working mother who's out to find the perfect father for her child. Her baby, Mikey, prefers James, a cab driver turned babysitter who has what it takes to make them both happy. But Mollie won't even consider James. It's going to take all the tricks a baby can think of to bring them together before it's too late","7.15","/zyq8wUKk3FVfgkYnI1IVgmypOtG.jpg","[{'id':8821,'logo_path':null,'name':'Management Company Entertainment Group (MCEG)','origin_country':''},{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-10-12","296000000","93","[{'iso_639_1':'en','name':'English'}]","Released","He's hip, he's cool, and he's only 3 months old.","Look Who's Talking","false","6","1070" +"false","/dwy7iMMePSfSNXvahTQPmygot1g.jpg","null","1500000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","3083","tt0031679","en","Mr. Smith Goes to Washington","Naive and idealistic Jefferson Smith, leader of the Boy Rangers, is appointed to the United States Senate by the puppet governor of his state. He soon discovers, upon going to Washington, many shortcomings of the political process as his earnest goal of a national boys' camp leads to a conflict with the state political boss.","7.165","/jZDRazOQhKFGoK322rYiBk1fpsY.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1939-10-19","9600000","129","[{'iso_639_1':'en','name':'English'}]","Released","Romance, drama, laughter and heartbreak... created out of the very heart and soil of America!","Mr. Smith Goes to Washington","false","8","434" +"false","/q3U8wrijTKidomAaLhzDSiJ3O4H.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","158820","tt0029056","en","It Happened in Hollywood","A silent Western star has trouble adjusting to the coming of sound.","0.708","/o0DzpViHIE2kaqbK9yedQ2dx6IQ.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1937-09-07","0","67","[{'iso_639_1':'en','name':'English'}]","Released","Hollywood Turns the Camera on its Own Gay, Glamorous, Glittering Self!","It Happened in Hollywood","false","6","2" +"false","/2yNSr4yuAagKwX7q7gq4TxPZHV4.jpg","null","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","44591","tt0050197","en","The Black Scorpion","Giant scorpions wreck havoc after being released due to volcanic activity","1.054","/z6gEzeLl3NWuESexRiUpk4rtLPH.jpg","[{'id':14233,'logo_path':null,'name':'Amex Productions','origin_country':''},{'id':14234,'logo_path':null,'name':'Frank Melford-Jack Dietz Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1957-10-11","0","88","[{'iso_639_1':'en','name':'English'}]","Released","Every horror you've seen on the screen grows pale beside the horror of","The Black Scorpion","false","5","18" +"false","/f7lxNLKJ3qI2Y1PtubbacPKAB5P.jpg","null","0","[{'id':27,'name':'Horror'},{'id':18,'name':'Drama'}]","","220638","tt0200800","sr","Leptirica","Story follows young man Strahinja who is in love with a local beauty Radojka, but their relationship has an obstacle - her father Zivan, who considers Strahinja as nothing but a loser. To prove that he's able to take care of himself and his future bride, Strahinja agrees to take vacancy in village mill... But, mill is known as a place where no one meets the dawn alive...","1.677","/5o6lPGvYT6pVUigzuPkxaijYdzt.jpg","[{'id':11613,'logo_path':null,'name':'Radiotelevizija Beograd','origin_country':''}]","[{'iso_3166_1':'RS','name':'Serbia'}]","1973-01-01","0","63","[{'iso_639_1':'sr','name':'Srpski'}]","Released","","The She-Butterfly","false","6.5","6" +"false","/z3BfrjcZdElF0LsN8JlCiZnJmW0.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","5765","tt0104627","en","Knight Moves","A chess grandmaster is in a big tournament, and when his lover is found painted up and the blood drained out of her body he becomes a chief suspect. After he gets a call from the killer urging him to try and figure out the game, he cooperates with police and a psychologist to try and catch the killer, but doubts linger about the grandmaster's innocence as the string of grisly murders continues.","8.018","/9Zvyk7Jp5fcqGBkFvjZiVxV4DeL.jpg","[{'id':35535,'logo_path':null,'name':'Cineplex Odeon Films','origin_country':'CA'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","1992-01-14","13668149","116","[{'iso_639_1':'en','name':'English'}]","Released","In a game of life and death... one wrong move could be his last...","Knight Moves","false","6","78" +"false","/n7gYJlRnZGYdAZYKZwvsS9yBm3r.jpg","null","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':10749,'name':'Romance'},{'id':10752,'name':'War'}]","","64129","tt0049117","en","D-Day the Sixth of June","En route to Normandy, an American and a British officer reminisce in flashback about their romances with the same woman.","0.823","/ghPpTqMNDYxexeuxPlc10aWIvot.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1956-05-29","0","106","[{'iso_639_1':'en','name':'English'}]","Released","The Great Love Story of the Great War","D-Day the Sixth of June","false","6.3","7" +"false","/wudNMm7rP5Pf0JvhgCmIjfJgYlj.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","","18929","tt0053796","en","The Entertainer","Archie Rice, an old-time British vaudeville performer sinking into final defeat, schemes to stay in show business.","1.984","/mE8xsdCNlF5GoSrWlmQzu4zwotM.jpg","[{'id':1980,'logo_path':null,'name':'Woodfall Film Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1960-07-25","0","96","[{'iso_639_1':'en','name':'English'}]","Released","As the applause grew fainter ... As the spotlight grew dimmer ... His women were younger!","The Entertainer","false","6.1","17" +"false","/h0oktf1bGYgO8tSgi53wJ2WPCuL.jpg","null","0","[{'id':18,'name':'Drama'}]","","95510","tt0036272","en","Power of the Press","Although he's credited only for story, the dialogue has Fuller's headline punch, and of course newspapering was an alternative universe he knew inside out. A publisher whose once-honest New York tabloid has been ideologically hijacked is aiming to make a course correction. Minutes after saying, ""The power of the press is the freedom to tell the truth--it is not the freedom to twist the truth,"" he's a dead man. The rest of the movie deals with the efforts of his old friend, small-town newsman Guy Kibbee, to complete the paper's redemption. Made in mid World War II, the picture angrily and explicitly likens homegrown demagoguery to Nazism--and its condemnation of media organizations ""playing on the prejudices of stupid people"" has acquired fresh relevance. Otto Kruger and Victor Jory (""a little Himmler"") supply the villainy, while Lee Tracy steps up to save the day as a casehardened yellow journalist named Griff.","1.305","/qlRlt8Fp0PJuGOUbYdhoUEJxuej.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1943-01-29","0","64","[{'iso_639_1':'en','name':'English'}]","Released","","Power of the Press","false","6","3" +"false","/5R0ibmpIB2YdtO4KUWQjhVCmcXp.jpg","{'id':318037,'name':'Martial Law Collection','poster_path':'/wWbwRZ08VyWaXgVKmg1Tu7zPHmI.jpg','backdrop_path':'/3xGrj9YMs8m1CYpoRyaL189C5EQ.jpg'}","0","[{'id':28,'name':'Action'}]","","89340","tt0104888","en","Mission of Justice","Mayoral candidate Dr. Rachel Larkin has a dangerous plan for swift justice in the form of a band of ex-convicts, called the Peacemakers, who roam the streets to do her bidding. When a boxer friend is killed by Larkin's thugs, an outlaw cop goes undercover to get evidence, and works his way up to the inner circle of the doctor's army.","1.679","/zY8jdRVuapSAZEtnDyOSbh70oF7.jpg","[{'id':30569,'logo_path':null,'name':'Westwind Productions Inc.','origin_country':''},{'id':8335,'logo_path':null,'name':'The Image Organization','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-12-02","0","84","[{'iso_639_1':'en','name':'English'}]","Released","Out of uniform. Out of control...","Mission of Justice","false","6.5","12" +"false","/65xyi6H8a6cR4wegAofFL6hf4HM.jpg","null","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","21968","tt0069332","en","Super Fly","Super Fly is a cocaine dealer who begins to realize that his life will soon end with either prison or his death. He decides to build an escape from the life by making his biggest deal yet.","3.995","/4u4yCqhJnBVRghYWfY1v5wqohvx.jpg","[{'id':79635,'logo_path':null,'name':'Superfly Ltd.','origin_country':''},{'id':44610,'logo_path':null,'name':'Sig Shore Productions','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1972-08-04","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Never a dude like this one! He's got a plan to stick it to The Man!","Super Fly","false","6.7","49" +"false","/4cb4bmPpDU7ph6L1ioIR6hGjxOW.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","111642","tt0030746","en","St. Martin's Lane","On the sidewalks of the London theater district the buskers (street performers) earn enough coins for a cheap room. Charles, who recites dramatic monologues, sees that a young pickpocket, Libby, also has a talent for dancing and adds her to his act. Harley, the theater patron who never knew Libby took his gold cigarette case, is impressed by Libby's dancing and invites her to bring Charles and the other buskers in his group to an after-the-play party. Libby comes alone. A theatrical career is launched.","1.721","/gurlaKU0THaY36S1CFokyFLNIJ5.jpg","[{'id':14701,'logo_path':null,'name':'Mayflower Pictures Corporation','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1938-10-18","0","85","[{'iso_639_1':'en','name':'English'}]","Released","A Heart-Stirring Drama of Peace-Time London!","St. Martin's Lane","false","7.4","11" +"false","/tpWlKHnmO86cxjsPCo8pJlMfmqo.jpg","null","525000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","50085","tt0045109","en","Ruby Gentry","A sexy but poor young girl marries a rich man she doesn't love, but carries a torch for another man.","1.592","/nMquhWTS5SnubHnZfVHvNh95LIC.jpg","[{'id':12599,'logo_path':null,'name':'Bernhard-Vidor Productions Inc.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1952-12-25","0","82","[{'iso_639_1':'en','name':'English'}]","Released","So dangerous...destructive...deadly to love!","Ruby Gentry","false","6.6","9" +"false","/crnXlbyWywNnLLZXJ7vRjyTHspl.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'}]","","104237","tt0060635","zh","????????????","After having the emperor???s minister of defense executed, a power-grabbing eunuch sends assassins to trail the victim???s children to a remote point on the northern Chinese border. But that bloodthirsty mission is confounded by a mysterious group of fighters who arrive on the scene, intent on delivering justice and defending the innocent.","2.981","/z14pgcMWh91qZHWLa1mSzn2Rc2A.jpg","[{'id':14102,'logo_path':null,'name':'Union Film Company','origin_country':''}]","[{'iso_3166_1':'TW','name':'Taiwan'}]","1967-10-21","0","111","[{'iso_639_1':'zh','name':'?????????'}]","Released","","Dragon Inn","false","7","25" +"false","/nX8KyzWXWW31nRX5hTBlNXVhanF.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':16,'name':'Animation'},{'id':18,'name':'Drama'},{'id':27,'name':'Horror'}]","https://www.birdboyfilm.com","361705","tt5004766","es","Psiconautas, los ni??os olvidados","Birdboy and his animal friends plan their escape from an ecologically devastated island in this surreal, animated fantasy.","3.879","/xS6M8jigRzQ0oFG0SdAQBfmEYtd.jpg","[]","[{'iso_3166_1':'ES','name':'Spain'}]","2015-09-24","0","75","[{'iso_639_1':'es','name':'Espa??ol'}]","Released","There is light and beauty, even in the darkest of worlds.","Birdboy: The Forgotten Children","false","7.4","36" +"false","/iXCainO7tJQ52cmg2NInfnW95VD.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':27,'name':'Horror'}]","","112257","tt0038549","en","A Game of Death","A shipwreck victim (John Loder) washes up on a homicidal big-game hunter's (Edgar Barrier) Caribbean island.","1.295","/awnuJ3eejEmb0U03pFYIeNwIGVm.jpg","[{'id':6,'logo_path':'/n53F7K9scQWFXYbrCablqLKqJdp.png','name':'RKO Radio Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1945-11-23","0","72","[{'iso_639_1':'en','name':'English'}]","Released","A RACE FOR LIFE IN A CHASE AGAINST DEATH!","A Game of Death","false","5.3","3" +"false","/cTzor2xBIWrEyM2GDyBUXPTDqUg.jpg","null","0","[{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'}]","http://pennypalabras.com/","534169","tt6628386","en","Penny Palabras","Penny is tormented by a paranormal entity called Straw Man. Only the engmatic Librarian can help her fight this evil presence. Based on the graphic novel by James Willard and Patrick Beavers.","1.4","/j6jIOxbtGPROjq39Q0PrPvTYIo1.jpg","[]","[]","2018-05-19","0","99","[]","Released","The Straw Man wakes you. The nightmares take you.","Penny Palabras","false","8","2" +"false","/H1odJQaTpIs0FR3T8YOv55ST14.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","479198","tt5749570","en","Tango One","Three officers are assigned to go undercover and join a mission to capture Den Donovan.","7.711","/xtHF1l1ESIxVdFTxiv84ze7tqwk.jpg","[{'id':102871,'logo_path':null,'name':'Apex Media Films','origin_country':''},{'id':31787,'logo_path':null,'name':'Creativity Capital','origin_country':''},{'id':102872,'logo_path':null,'name':'Rodaje a la Carta','origin_country':''},{'id':116485,'logo_path':'/78HX4ynMZdBw9SGp09WQOynuxhG.png','name':'Three Wise Monkeys Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-03-02","0","112","[{'iso_639_1':'en','name':'English'}]","Released","Never lose sight of the target.","Tango One","false","5.4","14" +"false","/ievhnDesMhvjxVnNOcgIKEQrr1P.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","500268","tt6917242","it","Made in Italy","Riko is an honest man, who can count on a group of real friends and a wife who, between highs and lows, he loves forever. But he is also a very angry man with his time, which seems to be punctuated only by backlashes and false starts.","7.261","/zHg1w0EUDKLUhM7abNaTgddkCE1.jpg","[{'id':1702,'logo_path':null,'name':'Medusa Produzione','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'}]","2018-01-25","0","100","[{'iso_639_1':'it','name':'Italiano'}]","Released","","Made in Italy","false","6.2","104" +"false","/mn4a2VPNOAmAWZoBeuUEk4A6SsO.jpg","null","0","[{'id':27,'name':'Horror'}]","","29129","tt0065744","en","Le frisson des vampires","A young honeymooning couple stop for the night at an ancient castle. Unbeknownst to them, the castle is home to a horde of vampires, who have their own plans for the couple.","1.958","/113x6tzigRVZM7741C9oFgRPv8M.jpg","[{'id':1574,'logo_path':null,'name':'Les Films Modernes','origin_country':''},{'id':9384,'logo_path':null,'name':'Les Films ABC','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'}]","1971-04-21","0","95","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'it','name':'Italiano'}]","Released","","The Shiver of the Vampires","false","4.6","15" +"false","/n0U6xUiQSXhLqmb1hsABDc62M70.jpg","null","0","[{'id':28,'name':'Action'}]","","146578","tt1884457","en","The Package","A courier for a local crime lord must deliver a mysterious package while being chased by a horde of unusual gangsters.","5.019","/77wfoUNg6OqfxXMuv621JKJyRTZ.jpg","[{'id':11049,'logo_path':null,'name':'Caliber Media Company','origin_country':''},{'id':6345,'logo_path':null,'name':'Lighthouse Pictures','origin_country':'CA'},{'id':5723,'logo_path':null,'name':'Pitchblack Pictures Inc.','origin_country':''},{'id':2090,'logo_path':'/jYlUttNqcN5u1pzMQrh5AEhZ27t.png','name':'Motion Picture Corporation of America','origin_country':'US'},{'id':5860,'logo_path':null,'name':'Anchor Bay Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-02-09","1469","93","[{'iso_639_1':'en','name':'English'}]","Released","Vengeance delivered.","The Package","false","5.2","51" +"false","/etW54p5efmUbq0s3t2RU69TJ3Jw.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://thecomingwarmovie.com/","426634","tt6197028","en","The Coming War on China","The Coming War on China is John Pilger's 60th film for ITV. Pilger reveals what the news doesn't - that the United States and the world's second economic power, China (both nuclear armed) are on the road to war. Pilger's film is a warning and an inspiring story of resistance.","0.6","/i8dLrZv0jD1pdQMeb4pC2owtjZy.jpg","[]","[]","2016-12-05","0","110","[{'iso_639_1':'en','name':'English'}]","Released","","The Coming War on China","false","7.5","4" +"false","/n9zt7jS3VZgOiGFHbxYKWdsqDnD.jpg","null","0","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","","66664","tt0098321","it","Shocking Dark","In a polluted future Venice researchers work to improve the situation. One day, unknown forces start killing them. A team of soldiers and a couple of civilians is sent to investigate. Soon, they encounter strange murderous creatures.","1.09","/k97XNaLOqxG9wTaK0P4Eu7AjmvH.jpg","[{'id':1501,'logo_path':null,'name':'Flora Film','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'}]","1990-08-22","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Shocking Dark","false","5.7","15" +"false","/2YGamnmkJZuEmGQEuTVOlxUr8oK.jpg","null","0","[{'id':28,'name':'Action'}]","","435848","tt3616934","en","Blood, Sand & Gold","When an archaeologist discovers Sir Francis Drake's lost treasure in the Sahara Desert, it is promptly stolen and she sets off on a global quest to steal it back.","2.671","/ezNvYf6zCqzR3BipH5iFW5iQdIb.jpg","[{'id':19999,'logo_path':null,'name':'School Pictures','origin_country':''},{'id':24156,'logo_path':null,'name':'American Film Productions','origin_country':''},{'id':85618,'logo_path':null,'name':'Golden Hinde Productions','origin_country':''}]","[{'iso_3166_1':'AE','name':'United Arab Emirates'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'HK','name':'Hong Kong'},{'iso_3166_1':'MX','name':'Mexico'},{'iso_3166_1':'MA','name':'Morocco'},{'iso_3166_1':'CH','name':'Switzerland'}]","2017-03-10","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Blood, Sand & Gold","false","6.6","12" +"false","/2dLDl5nRp1EQQUJBy2oCJ1QfMxN.jpg","null","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","","498214","tt7372728","pl","Kobiety mafii","A former police officer goes under cover in the mafia.","2.699","/fzHTnYSYS8uHjn5Zm5Mls8CW5eS.jpg","[{'id':105846,'logo_path':null,'name':'Vega Investments','origin_country':''}]","[{'iso_3166_1':'PL','name':'Poland'}]","2018-02-22","0","138","[{'iso_639_1':'pl','name':'Polski'}]","Released","","Women of Mafia","false","7.2","12" +"false","/tfi2Rpk04jkf2Zm2OdnkLBxnMhk.jpg","null","0","[{'id':53,'name':'Thriller'}]","http://www.welcometocuriositymovie.com","521926","tt3517306","en","Welcome to Curiosity","Four interconnected stories surrounding the escape from prison of a notorious serial killer.","6.542","/tM2e6b69WfifQyPpg6uviOPJr5P.jpg","[{'id':104103,'logo_path':null,'name':'Shooting Tiger Pictures','origin_country':''},{'id':104104,'logo_path':null,'name':'Taffy Boy Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-05-25","0","94","[{'iso_639_1':'en','name':'English'}]","Released","Curiosity. Will it kill you too?","Welcome to Curiosity","false","6","11" +"false","/ec4vE05XBsLAm1ly9QvcvVvoeo5.jpg","{'id':579913,'name':'Iron Monkey','poster_path':'/xCNzkcGHcCG3d8ddtycXvoJVVjh.jpg','backdrop_path':'/HuQleuKawZDrV9BT00JX8Kb6If.jpg'}","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","12780","tt0108148","cn","???????????????????????????","Iron Monkey is a Hong Kong variation of Robin Hood. Corrupt officials of a Chinese village are robbed by a masked bandit known as ""Iron Monkey"", named after a benevolent deity. When all else fails, the Governor forces a traveling physician into finding the bandit. The arrival of an evil Shaolin monk, brings the physician and Iron Monkey together to battle the corrupt government.","10.715","/qXYISomt08V5PUqCzYRLVSQZmWP.jpg","[{'id':2521,'logo_path':null,'name':'Orange Sky Golden Harvest','origin_country':'HK'},{'id':3618,'logo_path':null,'name':'Film Workshop','origin_country':''},{'id':5551,'logo_path':null,'name':'Long Shong Pictures','origin_country':''},{'id':5552,'logo_path':'/wdtjT9x5OG7nLusPctACI3i7Im2.png','name':'Media Asia Films','origin_country':''}]","[{'iso_3166_1':'HK','name':'Hong Kong'}]","1993-09-03","14681661","90","[{'iso_639_1':'cn','name':'????????? / ?????????'}]","Released","Unmask the legend","Iron Monkey","false","7.6","121" +"false","/aD5zYI2Co5Jfy0UzinF70EcPxXI.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","32612","tt1533084","en","The Traveler","On a dark Christmas Eve in a small town, the lone Sheriffs on the night shift encounter a mysterious man who goes by the name of Mr. Nobody. As the night progresses, the Sheriffs discover that this isn't just a nobody, but a vengeful killer whose past threatens to haunt them all.","3.326","/7vZ2C66SwastgmQKJ1wC41F2WFK.jpg","[{'id':3546,'logo_path':null,'name':'Hollywood Media Bridge','origin_country':'US'},{'id':3958,'logo_path':null,'name':'Front Street Pictures','origin_country':'CA'},{'id':6626,'logo_path':'/A1BnMoWjzjOrjzpWimyBQkf84mS.png','name':'Voltage Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-10-01","0","96","[{'iso_639_1':'en','name':'English'}]","Released","How do you catch a killer you've already caught?","The Traveler","false","5.4","48" +"false","/3MacoRAIU36rlHSo0gMaikUAALk.jpg","null","0","[{'id':35,'name':'Comedy'}]","https://www.hbo.com/specials/bill-maher-live-from-oklahoma","533972","tt8398704","en","Bill Maher: Live From Oklahoma","Bill Maher will be bringing his stand-up show to screens this summer with when he appears on stage from Tulsa in Bill Maher: Live From Oklahoma.","2.37","/jHifEd23RozODiyg7pWgbZuEtyJ.jpg","[{'id':3268,'logo_path':'/tuomPhY2UtuPTqqFnKMVHvSb724.png','name':'HBO','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-07-07","0","60","[{'iso_639_1':'en','name':'English'}]","Released","No Guests. No Desk. Just Bill.","Bill Maher: Live From Oklahoma","false","6.3","6" +"false","/85j9ebOZ0crkseCOKbgX7oIpBF7.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://www.worldbrainthefilm.com/","157005","tt2551516","en","Google and the World Brain","The most ambitious project ever conceived on the Internet: Google's master plan to scan every book in the world and the people trying to stop them. Google says they are building a library for mankind, but some say they also have other intentions.","1.4","/5hIa02gmwF6PyQ7Y9eWkIQ8Obfo.jpg","[{'id':18463,'logo_path':'/R5v79VLcZkxtAshHu5O4KYEiyx.png','name':'Polar Star Films','origin_country':'ES'},{'id':587,'logo_path':'/6UIpEURdjnmcJPwgTDRzVRuwADr.png','name':'ARTE','origin_country':'DE'},{'id':3324,'logo_path':'/16fY7pucCzn7WSOYxOGRHlAayL3.png','name':'BBC','origin_country':'GB'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'GR','name':'Greece'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2013-01-18","0","89","[{'iso_639_1':'en','name':'English'}]","Released","The story of Google's most ambitious project ever and the people who tried to stop it.","Google and the World Brain","false","5.3","12" +"false","/ffkIQx9BAijIiJtzeAZW9XDcpv8.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","453270","tt6802896","it","A Ciambra","Pio Amato, a 14 year-old member of a small Romani community in southern Italian town of Gioia Tauro in Calabria, is in a hurry to grow up. Pio follows his older brother Cosimo everywhere and from him he learns how to hustle and how to navigate the streets of his hometown. One night Pio sets out to prove to his brother that he is as good or better than him but, when things go wrong, a series of events will forever change the way he sees the world.","3.946","/bIkDmCWDIWyHAQgKCZpuD5d8kKl.jpg","[{'id':726,'logo_path':null,'name':'Haut et Court','origin_country':''},{'id':2683,'logo_path':'/mOL2WcHtox2urbUf1oJvjw7kz01.png','name':'Rai Cinema','origin_country':'IT'},{'id':14758,'logo_path':null,'name':'DCM Pictures','origin_country':'DE'},{'id':18230,'logo_path':null,'name':'Filmgate Films','origin_country':'SE'},{'id':23243,'logo_path':null,'name':'Sikelia Productions','origin_country':''},{'id':30666,'logo_path':'/g8LmDZVFWDRJW72sj0nAj1gh8ac.png','name':'RT Features','origin_country':'BR'},{'id':94217,'logo_path':null,'name':'Stayblack','origin_country':''},{'id':2801,'logo_path':'/bswb1PLLsKDUXMLgy42bZtCtIde.png','name':'Film i V??st','origin_country':'SE'}]","[{'iso_3166_1':'IT','name':'Italy'}]","2017-08-31","0","118","[{'iso_639_1':'it','name':'Italiano'}]","Released","","The Ciambra","false","7.5","64" +"false","/y3B3OAsq11n30p5tI07Q7WnsA7n.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://thecommodorestory.com/","492783","tt6541512","en","The Commodore Story","The story of the Commodore PET, VIC-20, C64 and Amiga from engineers, games developers and how Commodore influenced the first 8-bit generation users.","2.575","/45SsJp9WMwYGj1oOpEHxRumDM7g.jpg","[]","[]","2018-02-23","0","120","[]","Released","Changing the world 8-bits at a time","The Commodore Story","false","6","4" +"false","/sjegiikMi6mJiP3hoQXNUC85KNi.jpg","{'id':535587,'name':'Kung Fu Traveler Collection','poster_path':null,'backdrop_path':null}","0","[{'id':28,'name':'Action'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'}]","","535076","tt8005336","zh","??????????????????????????","Southern Style kung fu was unsuccessful in defeating the invading enemy aliens. General Chen has no choice but to be go back in time again to the late Qing Dynasty to find the master of Northern Style kung fu and transfer his training back to the future. Unfortunately, the time travel causes Chen to lose his memory and he ends up working for the emperor Yuan Shikai and lost in time. Meanwhile in the future, the aliens army and strength grows by the day???","1.4","/zeqqPPYuWuU0jACd9TfXWuGATm3.jpg","[{'id':96554,'logo_path':null,'name':'Crimson Forest Films','origin_country':''}]","[]","2017-08-21","0","96","[{'iso_639_1':'zh','name':'?????????'}]","Released","","Kung Fu Traveler 2","false","8","2" +"false","/pJwYrv2Fd6ExsPzTNiRusmjjpTn.jpg","null","0","[{'id':27,'name':'Horror'},{'id':14,'name':'Fantasy'}]","https://www.flixhouseglobal.com/movie/dracula-in-love/","535280","tt7830584","en","Dracula in Love","Leila, a lonely young soul spends the night partying with her friends Nancy, David and Nash in a warehouse. As the boys drink up and smoke pot all social barriers between the sexes crumble. Leila, hit on by both men, hides away from them. Alone she senses there is someone else who wants her and certainly he is not of this world. A 200 year old Dracula escapes from a crate and reveals himself to Leila and tells her that she is his lost love. For him to live again and be with her, she must bring him the blood of her friends to drink and make love to him. Hypnotized by his sexual powers, Leila does as she is told. Leila and a handsome young Dracula get away and live happily ever after.","5.013","/zLexTw5yhZHcWX5XCqKOdy10FTB.jpg","[{'id':28738,'logo_path':null,'name':'Hand 'n' Hand Films','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2018-07-11","0","83","[{'iso_639_1':'en','name':'English'}]","Released","Sex, Drugs, Rock & Roll... Dracula, and Then You Die!","Dracula in Love","false","4.2","6" +"false","/qCYQ2nvYc9j9XdKpFOzIEzFjntg.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","19277","tt0339135","en","In Hell","A man must survive a prison where hardened criminals battle to the death for the warden's entertainment.","6.498","/gBfryw3bsWkl7QjsXhjHNSOqYJ3.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-11-24","0","96","[{'iso_639_1':'en','name':'English'}]","Released","Rage unleashed.","In Hell","false","5.9","139" +"false","/3Q4RgCtVN8qTUVeoqQ1fEVQNGj8.jpg","null","7800000","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","http://www.marsdistribution.com/xml/flash.html?cfilm=46022","302","tt0324133","en","Swimming Pool","In the middle of this amusing thriller is a relationship between two different types of females, one is a well know British author and the other is a sex-crazed French teen. The two get into some relationship trouble while living together in this film of psychological imagery and an erotic exploration of the female body.","8.55","/mHV60wGXvvkMR9ebVO5UWvxL716.jpg","[{'id':83,'logo_path':'/9OQ0rm55xtlgX7KcAKMUePJSrQc.png','name':'France 2 Cin??ma','origin_country':'FR'},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':147,'logo_path':null,'name':'Fid??lit?? Productions','origin_country':''},{'id':148,'logo_path':null,'name':'Gimages','origin_country':''},{'id':149,'logo_path':null,'name':'FOZ','origin_country':''},{'id':150,'logo_path':null,'name':'Headforce Ltd.','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2003-05-18","22441323","102","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","On the surface, all is calm","Swimming Pool","false","6.5","264" +"false","/tlII4fiCpxbX9wxeaSx3zrXTOoq.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","28280","tt0368688","en","Direct Action","Frank Gannon, a veteran cop, is being hunted by his fellow police officers after they learned he has betrayed the brotherhood and exposed to the feds wide scale corruption of the LAPD. He has one day left to prove his case and survive.","1.936","/cgS2xvButiNQtT1dGf1cukdoMcR.jpg","[{'id':4782,'logo_path':null,'name':'GFT Action Films Inc.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-01-01","0","97","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","","Direct Action","false","5.1","18" +"false","/yq3svh4nIz6JGm76B3rKamkdgMt.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","http://kore-eda.com/hana/","20525","tt0464038","ja","??????????????????","In a poor district of Edo lives a young samurai named Soza. He has been sent by his clan to avenge the death of his father. He isn't an accomplished swordsman however, and he prefers sharing the life of the residents, teaching the kids how to write etc. When he finally finds the man he is looking for, he will have to decide whether he follows the way of the samurai or chooses peace and reconciliation.","2.096","/AiJc6rbau0KNqhcp8GeGdIla6il.jpg","[{'id':192,'logo_path':'/93eAKlnQecDdMtucfOprzcjMw9V.png','name':'Shochiku Co., Ltd.','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","2006-06-02","0","127","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Hana","false","6.5","21" +"false","/gi3TAeoTI5OfOZ3zzxwA2oUMQHG.jpg","null","0","[{'id':18,'name':'Drama'}]","","414454","tt2707810","en","Submission","A well-respected professor who is a celebrated novelist and loving husband loses himself when he becomes obsessed with an ambitious and talented student.","5.167","/ldqG5s9WENZdfHlwKB4r2AwCXa0.jpg","[{'id':88928,'logo_path':null,'name':'Mighty Engine','origin_country':'US'},{'id':106299,'logo_path':null,'name':'Olive Productions','origin_country':'US'},{'id':106429,'logo_path':null,'name':'Ospringe Media Limited','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-03-02","0","106","[{'iso_639_1':'en','name':'English'}]","Released","He read her story. Then he became part of it.","Submission","false","6.3","7" +"false","/dY3ZdXAQiHXNZcZ4vSVVNmIgkdv.jpg","null","1000000","[{'id':53,'name':'Thriller'}]","","449019","tt6599742","es","El cuaderno de Sara","Laura has spent years looking for her sister Sara who went missing in the depths of the jungle in the Congo. Neither the NGO she works for, nor the embassy, have news on her whereabouts until a photo appears of Sara in a mining town. Apparently, Sara is being held captive by The Hawk, the fearsome rebel leader who controls the mafias behind the prized mineral coltan.","8.094","/m9FODCCEse9e32sqso14Gpe1RZN.jpg","[{'id':1182,'logo_path':'/bkgwJWvqqLuzsXV2Qv3Mg3wfcNZ.png','name':'Telecinco Cinema','origin_country':'ES'}]","[{'iso_3166_1':'ES','name':'Spain'}]","2018-02-02","0","115","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'pt','name':'Portugu??s'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","","Sara's Notebook","false","6","63" +"false","/xXhGD7oiHMDrxrsLNpxNrdJommj.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","532875","tt6690236","en","Single AF","A plethora of single people connected through a dating app meet their judgement day based on their serendipitous sins.","1.831","/bXR4fKmHHSaIS9Qe8E1Zon3kysz.jpg","[]","[]","2018-05-14","0","54","[{'iso_639_1':'en','name':'English'}]","Released","","Single AF","false","5","1" +"false","/3bO3b2wYCANInuzzvTlwXSsJT3N.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","9820","tt0120783","en","The Parent Trap","Hallie Parker and Annie James are identical twins separated at a young age because of their parents' divorce. unknowingly to their parents, the girls are sent to the same summer camp where they meet, discover the truth about themselves, and then plot with each other to switch places. Hallie meets her mother, and Annie meets her father for the first time in years.","12.314","/7vR4e3ga3mdSEpYe8kMeUv3mgND.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-07-28","0","127","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","Twice the Fun, Double the Trouble.","The Parent Trap","false","7","1695" +"false","/2RWBzG3DYGYmgbsazg3Fls0X02l.jpg","null","1500000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","1580","tt0040746","en","Rope","Two young men strangle their ""inferior"" classmate, hide his body in their apartment, and invite his friends and family to a dinner party as a means to challenge the ""perfection"" of their crime.","9.58","/tJlmMbaleBT8IwuidgI0ZvlLbWA.jpg","[{'id':1554,'logo_path':null,'name':'Transatlantic Pictures','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1948-08-26","2200000","81","[{'iso_639_1':'en','name':'English'}]","Released","It begins with a shriek??? It ends with a shot!","Rope","false","8","1039" +"false","/7mg6NTzvqpMDHtatxA36jFhXvdT.jpg","{'id':387618,'name':'8MM Collection','poster_path':'/d1oI7vVVJfY3ZeGJHJuWTDgI3tD.jpg','backdrop_path':'/agVZO0tMaCKV7zowydbSsJd5Qwz.jpg'}","40000000","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'}]","","8224","tt0134273","en","8MM","A small, seemingly innocuous plastic reel of film leads surveillance specialist Tom Welles down an increasingly dark and frightening path. With the help of the streetwise Max, he relentlessly follows a bizarre trail of evidence to determine the fate of a complete stranger. As his work turns into obsession, he drifts farther and farther away from his wife, family and simple life as a small-town PI.","12.782","/oEgBIcIJb1Z5sperKxE8Pb4tTr0.jpg","[{'id':9269,'logo_path':null,'name':'Global Entertainment Productions GmbH & Company Medien KG','origin_country':''},{'id':1685,'logo_path':null,'name':'Hofflund/Polone','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-02-26","96618699","123","[{'iso_639_1':'en','name':'English'}]","Released","You can't prepare for where the truth will take you.","8MM","false","6.2","799" +"false","/oSpS3iyoZ58LLcC8TMl122bd7yl.jpg","null","1000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","10092","tt0384286","en","Cry Wolf","Eight unsuspecting high school seniors at a posh boarding school, who delight themselves on playing games of lies, come face-to-face with terror and learn that nobody believes a liar - even when they're telling the truth.","8.603","/s9eaVjgtFAiMpQac6I1vle6zcy5.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-09-16","10047674","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","Nobody believes a liar...even when they're telling the truth.","Cry Wolf","false","5.6","235" +"false","","null","0","[{'id':27,'name':'Horror'}]","","510883","tt6989180","fr","The Darkest","A tent in the mountains, in the middle of nowhere. It was supposed to be a romantic weekend in the wild. But when darkness fell, it became a nightmare. They were not alone.","1.459","/vkVOt6gZFkbtYbjuwHqc7wfl3iZ.jpg","[]","[]","2017-06-08","0","67","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","The Darkest","false","4.2","5" +"false","/4w7BJ1r8ovi1PAoFrpfIJYhfacm.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","https://twitter.com/helloagainmovie","446289","tt3710966","en","Hello Again","Ten lost souls slip in and out of one another's arms in a daisy-chained musical exploration of love's bittersweet embrace. A film adaptation of Michael John LaChiusa's celebrated musical, originally based on Arthur Schnitzler's play, La Ronde.","1.567","/bHHt3HIr7MpYiRSw1XNxZm3B3cn.jpg","[{'id':3599,'logo_path':null,'name':'Speak Productions','origin_country':''},{'id':97072,'logo_path':null,'name':'KAOS Connect','origin_country':''},{'id':97074,'logo_path':null,'name':'Martian Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-11-08","0","105","[{'iso_639_1':'en','name':'English'}]","Released","A Musical Love Affair Spinning Through Time","Hello Again","false","5.7","9" +"false","/zNWT9EL88VUzB53dboyGjh7uGxH.jpg","null","50000","[{'id':878,'name':'Science Fiction'}]","","497328","tt5207004","en","Battalion","After a war against an enemy from another world breaks out in the South Pacific, a group of freshly recruited U.S. Marines are sent to the front lines.","5.486","/6HPHEXmgCA3Xfe6TB56inlGdmsR.jpg","[{'id':99514,'logo_path':null,'name':'Pott Street Pictures','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2018-01-09","0","92","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","our world is at war","Battalion","false","3.3","8" +"false","/sJRxe7RWZXLQ4iT72LHx22uu2sk.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://www.thehoneykiller.com","536049","tt1362141","en","The Honey Killer","48 hours in the life of public school-fool and Hedge-fund manager, Darryl Maddock, who suddenly discovers his stunning and exotic fianc?? is a serial gold-digger with a penchant for violence.","1.649","/oivNdi3hD37YdgapQX2pSyKVRrm.jpg","[{'id':106675,'logo_path':null,'name':'Razor Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-04-01","0","80","[{'iso_639_1':'en','name':'English'}]","Released","When you're in bed with the devil... you've got a problem!","The Honey Killer","false","10","1" +"false","/cXMnH1nMsleofidLTfLVsREMhp3.jpg","null","0","[{'id':27,'name':'Horror'}]","","524789","tt6793280","en","The Devil's Doorway","In the autumn of 1960, Father Thomas Riley and Father John Thornton were sent by the Vatican to investigate a miraculous event in an Irish home for 'fallen women', only to uncover something much more horrific.","5.059","/iXZsv8e9Q5mdYjsdNjch8cZzcUs.jpg","[{'id':104678,'logo_path':'/3SsbZgTQDicxLi5uUS2LCkthsmc.png','name':'23ten','origin_country':'GB'}]","[{'iso_3166_1':'IE','name':'Ireland'}]","2018-07-13","0","76","[{'iso_639_1':'en','name':'English'}]","Released","Some doors should never be opened","The Devil's Doorway","false","5","41" +"false","/2OXuxD5nJ141hMZWw7IFFNhw4YV.jpg","null","0","[{'id':53,'name':'Thriller'}]","https://www.kickstarter.com/projects/humanrace/the-human-race-presents-relentless-a-feature-film?token=7c985ceb","503420","tt3486210","en","Relentless","An American mother searches for her daughter who was kidnapped by human traffickers in Central America.","5.938","/6uHwUC7bOlD5kvfCGJX8hEBCEyP.jpg","[{'id':54747,'logo_path':null,'name':'Human','origin_country':''},{'id':83688,'logo_path':null,'name':'Meridiano 89','origin_country':''}]","[{'iso_3166_1':'SV','name':'El Salvador'},{'iso_3166_1':'US','name':'United States of America'}]","2018-02-06","0","95","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","","Relentless","false","5.5","6" +"false","/qpK1GgDkirZi9GDZOgkpPuLourR.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':53,'name':'Thriller'}]","https://www.shockandawemovie.com","476335","tt5540992","en","Shock and Awe","A group of journalists covering George Bush's planned invasion of Iraq in 2003 are skeptical of the presidents claim that Saddam Hussein has ""weapons of mass destruction.""","5.157","/wdPQPRMIMp3Gcc83Dq1EjOgOgLT.jpg","[{'id':97,'logo_path':'/7znWcbDd4PcJzJUlJxYqAlPPykp.png','name':'Castle Rock Entertainment','origin_country':'US'},{'id':100460,'logo_path':'/hGGf8JQYnQfqJLx7mmDx6rcp4HD.png','name':'Savvy Media Holdings','origin_country':'US'},{'id':68413,'logo_path':null,'name':'Acacia Filmed Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-07-13","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Shock and Awe","false","6.3","28" +"false","/9UoPUIWCoCFzjNtm2zokSHJXmHB.jpg","null","12000000","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","","454619","tt1563742","en","Overboard","A spoiled, wealthy yacht owner is thrown overboard and becomes the target of revenge from his mistreated employee. A remake of the 1987 comedy.","13.739","/qauHzSQJdo9VYX4NKn9PdWnvXOV.jpg","[{'id':8573,'logo_path':null,'name':'Pantelion Film','origin_country':''},{'id':105116,'logo_path':null,'name':'3Pas Studios','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-05-03","15425000","112","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'no','name':'Norsk'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","A riches to rags story. If only he could remember it.","Overboard","false","6.2","461" +"false","/3RSPY10KWQsMJKtNUzhKNZZQxL9.jpg","null","0","[{'id':80,'name':'Crime'},{'id':10749,'name':'Romance'},{'id':53,'name':'Thriller'}]","https://www.siberiamovie.com/","438689","tt6494418","en","Siberia","Lucas, a diamond trader who travels to Saint Petersburg to arrange a sale, discovers that his Russian business partner has left his hotel and gone to a small Siberian village, so Lucas also heads there to try find him.","12.405","/eGfIsvdrUhTlQOkxQIELU7obDYj.jpg","[{'id':11517,'logo_path':'/7tT0PqNjEalEwE1GkjxU32SlOW6.png','name':'Buffalo Gal Pictures','origin_country':'CA'},{'id':51844,'logo_path':'/j4AQ1eyKT50Q6pPLvWGvpOMMSwX.png','name':'Summerstorm Entertainment','origin_country':'DE'},{'id':7193,'logo_path':null,'name':'Company Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-07-13","0","105","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'af','name':'Afrikaans'},{'iso_639_1':'en','name':'English'}]","Released","This was not the plan.","Siberia","false","4.2","138" +"false","/fEI1YtFzfO8meXpbl5GNAEC3eOy.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","https://www.7splinters.com/","532163","tt1884378","en","7 Splinters in Time","A detective investigates a murder, only to find that the victim is... himself. Soon, he discovers multiple versions of himself, not all of them friendly.","2.822","/w4LIGgNyxf0AuzIjouECWsNEehW.jpg","[{'id':110405,'logo_path':null,'name':'Macrocosm Entertainment','origin_country':''},{'id':110406,'logo_path':'/nBtz06yBISLCzIvvgeoUtfKeCzU.png','name':'Lunacy Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-07-09","0","75","[{'iso_639_1':'en','name':'English'}]","Released","The Past is a Dangerous Place","7 Splinters in Time","false","5.2","5" +"false","/luMg4yboE00qGuSMTQc88UOfVne.jpg","null","5610000","[{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'}]","","415381","tt6054874","ru","?????????????? ?? ??????????????????","A story of a legendary battle, where seventeen fearless warriors defend their land against an army of thousands well-trained soldiers. In 13th-century Mongol warrior hordes and their leader, Batu Khan, control most of the known world. As the Mongols move towards Europe they invade the last Russian principality standing in their way. Little do they know, their plans are about to be ruined by a small detachment of heroic strong men led by a mysterious brave warrior. This is a story about courage, endurance and self-sacrifice for the sake of one's country. This is the story of Evpaty the Furious.","3.255","/4XCA70oDgYSBLJDvOgYs1Ca4rBm.jpg","[{'id':3419,'logo_path':'/byrxE2pJD9JLyBCIzyK0pYVanyG.png','name':'Central Partnership','origin_country':'RU'}]","[{'iso_3166_1':'RU','name':'Russia'}]","2017-11-30","10657499","117","[{'iso_639_1':'ru','name':'P????????????'}]","Released","","Furious","false","6.7","41" +"false","/qFPSiVDvhuL7E30r83R2ZxGQjWe.jpg","null","20000000","[{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","https://www.netflix.com/title/80167481","475210","tt5246700","en","How It Ends","A desperate father tries to return home to his pregnant wife after a mysterious apocalyptic event turns everything to chaos.","13.05","/prdFM08mGvVDA6uQxKJh8n8Vek1.jpg","[{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2018-07-13","0","113","[{'iso_639_1':'en','name':'English'}]","Released","No one survives alone","How It Ends","false","5","874" +"false","/tg7qbtEpTT5uIce5tXTybXVxrI2.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://gravitasventures.com/14-cameras/","534235","tt7476438","en","14 Cameras","When a family of four rent a beautiful house for their summer vacation, the price seems too good to be true. Unbeknownst to them, the lascivious owner has set up a series of spy cams throughout the house, documenting their most intimate moments and live streaming them to the dark web.","4.199","/dzitlCN6BSddbhOyyLetgCmkjAQ.jpg","[{'id':106568,'logo_path':null,'name':'30 Bones Cinema','origin_country':'US'},{'id':89268,'logo_path':null,'name':'Hood River Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-07-13","0","90","[{'iso_639_1':'en','name':'English'}]","Released","He???s not the only one watching???","14 Cameras","false","5.4","25" +"false","/zlNf40bJK6dyui7CUxxXfGnQFt1.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","http://www.wastingawaythemovie.com/","33789","tt1027762","en","Wasting Away","Brain freeze has never been so bad once you???ve tasted Ale Cream, as four friends inadvertently eat some radioactive ice-cream, turning them into zombies. Only problem is they don???t see themselves as the undead, but as super soldiers.","3.153","/rlD4pa9QWxQJwIW6XDb6kvGPgtB.jpg","[{'id':5401,'logo_path':null,'name':'Wasted Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-10-16","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Aaah! Zombies!","false","5.3","29" +"false","/t6Ljyam0RDUrbXGSAcIeQYJdJfW.jpg","{'id':525711,'name':'Big Fat Liar Collection','poster_path':'/jsLno93y2RePHl1cW8Qqg93xyzi.jpg','backdrop_path':null}","15000000","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","11870","tt0265298","en","Big Fat Liar","Fourteen-year-old Jason Shepherd has a reputation for stretching the truth. So, when big-time Hollywood producer Marty Wolf steals his class paper and turns it into a smash movie, no one believes Jason's latest tall tale! On a cross-country adventure to set the record straight, Jason and best friend Kaylee devise a high-tech plan to squeeze the truth out of Wolf.","7.33","/rSox9P4fKWHmpijevxtpMbTviur.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-02-08","52970014","88","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'it','name':'Italiano'}]","Released","The truth is never overrated.","Big Fat Liar","false","5.6","366" +"false","/uynnXR6jS6hqkdb2agv4gLyfSBU.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","25532","tt0479354","es","Cr??nica de una fuga","The true story of four men who narrowly escaped death at the hands of Argentina's military death squads during the 1970s is brought to the screen in this thriller. In 1977, Claudio Tamburrini (Rodrigo de la Serna) was a goalie for a minor-league football team when he was abducted by members of the Argentine military police and taken to an unofficial detention center on the false suspicion that he was a terrorist. Over 30,000 people lost their lives at the hands of Argentinean authorities under the military junta that ruled the country between 1976 and 1983, and as he was tortured by intelligence agents looking for information he didn't have, Tamburrini fully expected to become another victim. After many sessions of brutal torture, Tamburrini and his fellow captives Guillermo (Nazareno Casero) and Tano (Martin Urruty) were being readied for execution when, in a final desperate act, Tamburrini dove out a window during a rainstorm.","2.138","/6HhXb4IF3dkViOkTanziTqabrQ7.jpg","[{'id':89634,'logo_path':null,'name':'20th Century Fox de Argentina','origin_country':''},{'id':6458,'logo_path':'/BrkmIPGDoj15uaYwfPqUNde2Cc.png','name':'Instituto Nacional de Cine y Artes Audiovisuales','origin_country':'AR'},{'id':21914,'logo_path':'/iF5QYCtPLuwkU90jWdjrul25d71.png','name':'K&S Films','origin_country':'AR'}]","[{'iso_3166_1':'AR','name':'Argentina'}]","2006-04-27","0","103","[{'iso_639_1':'es','name':'Espa??ol'}]","Released","An Inside View of Political Detainees","Chronicle of an Escape","false","6.5","27" +"false","/2pYHVyLYApYm7cxNETRmOgvlaSW.jpg","null","3500000","[{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'},{'id':10770,'name':'TV Movie'}]","","19312","tt0433883","en","The Black Hole","It's 2 A.M. in St. Louis when a routine scientific experiment goes terribly wrong and an explosion shakes the city. A scientific team investigates, clashing with an intergalactic, voltage-devouring creature that vaporizes them.","2.995","/9Y0uuPVDsE8AePwXg2gATWGFKxS.jpg","[{'id':10345,'logo_path':null,'name':'Active Entertainment','origin_country':''},{'id':10885,'logo_path':null,'name':'Equity Pictures Medienfonds GmbH & Co. KG III','origin_country':''},{'id':1020,'logo_path':'/kuUIHNwMec4dwOLghDhhZJzHZTd.png','name':'Millennium Films','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2006-06-10","0","90","[{'iso_639_1':'en','name':'English'}]","Released","No force from this world can stop it!","The Black Hole","false","3.2","19" +"false","/odzv4FB6jQvxSbniVB9BzXRb5oT.jpg","null","0","[{'id':18,'name':'Drama'}]","","436458","tt5954892","de","Ein Weg","Andreas and Martin share all the ups and downs of everyday life, and their son is maturing. A cautious approach to the traces of a long relationship. The love story of two people. Not about how they come together, not a phase they go through, but all of their shared experiences: all the years between the first kiss and today.","1.863","/drQgAqXQBEA8k6N2GFRGFLSBjo6.jpg","[{'id':86782,'logo_path':null,'name':'Filmuniversit??t Babelsberg Konrad Wolf','origin_country':''},{'id':88757,'logo_path':null,'name':'HILDEBRANDT FILM GmbH','origin_country':'DE'}]","[{'iso_3166_1':'DE','name':'Germany'}]","2017-02-01","0","105","[{'iso_639_1':'de','name':'Deutsch'}]","Released","","Paths","false","7.9","5" +"false","/bJLlPnIDWP2dC1DOFpXpHy7cz8m.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://www.pursuitofsilence.com","381065","tt4026570","en","In Pursuit of Silence","IN PURSUIT OF SILENCE is a meditative exploration of silence and the impact of noise on ourlives. The film takes us on an immersive cinematic journey around the globe???from a traditionaltea ceremony in Kyoto, to the streets of Mumbai, the loudest city on the planet???and inspires usto both experience silence and celebrate the wonders of our world.","1.071","/dCAt4SHLGCVMq66eehcXixu99vK.jpg","[{'id':106581,'logo_path':null,'name':'Transcendental Media','origin_country':''}]","[{'iso_3166_1':'IN','name':'India'},{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'US','name':'United States of America'}]","2016-03-12","0","81","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'}]","Released","","In Pursuit of Silence","false","6.4","7" +"false","/lowfhtCG1oSfeGgnnZBcjU831jd.jpg","null","0","[{'id':37,'name':'Western'}]","","58455","tt0037627","en","Dakota","In 1871, professional gambler John Devlin elopes with Sandra ""Sandy"" Poli, daughter of Marko Poli, an immigrant who has risen to railroad tycoon. Sandy, knowing that the railroad is to be extended into Dakota, plans to use their $20,000 nest egg to buy land options to sell to the railroad at a profit. On the stage trip to Ft. Abercrombie, their fellow passengers are Jim Bender and Bigtree Collins, who practically own the town of Fargo and Devlin is aware that they are prepared to protect the little empire... trying to drive out the farmers by burning their property, destroying their wheat, and blaming the devastation on the Indians. Continuing their journey north on the river aboard the ""River Bird', Sandy and John meet Captain Bounce, an irascible old seafarer. Two of Bendender's henchmen, Slagin and Carp, board the boat and relieve John of his $20,000 at gunpoint. Captain Bounce, chasing the robber's dinghy..","2.685","/vlnAYK7Z0PLe4TYcZusFmDKAbXG.jpg","[{'id':1432,'logo_path':'/8AcaWEWQ8MFUBGlt9WxGGBAMpMG.png','name':'Republic Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1945-12-25","0","82","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","A Romantic Spectacle of the West!","Dakota","false","4.6","15" +"false","/gmCqVEvEE32fqBw8M1TZdpxtxOS.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':10770,'name':'TV Movie'}]","http://www.5thpassenger.com/","352548","tt3165632","en","5th Passenger","Set in the aftermath of an oppressive class war, a pregnant officer aboard an escape pod must struggle to survive with her remaining crew when a mysterious and vicious life form attacks, determined to become the dominant species.","6.495","/f8hfZCD2fSsz6LE6FA5uk5mMv11.jpg","[{'id':106522,'logo_path':null,'name':'Adamant Images','origin_country':''},{'id':41599,'logo_path':null,'name':'PIB Productions','origin_country':''},{'id':55547,'logo_path':null,'name':'UFO Pictures','origin_country':''},{'id':106523,'logo_path':null,'name':'Vegan Cannibals Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-05-30","0","89","[{'iso_639_1':'en','name':'English'}]","Released","Question your humanity","5th Passenger","false","4.5","13" +"false","/yVKziS2jVWnDFqYANOPlgq3xIH7.jpg","null","0","[{'id':99,'name':'Documentary'}]","","104194","tt2243123","zh","10+10","10+10 is a project initiated by the Taipei Golden Horse Film Festival to demonstrate the solidarity between Taiwanese film-makers. 20 directors are invited to make a 5-minute short film each on the theme of the ???Uniqueness of Taiwan,??? but allowed total freedom in all other aspects.","3.154","/7jgTH8Qmu4SsoU7a3QV65I1joeI.jpg","[]","[{'iso_3166_1':'TW','name':'Taiwan'}]","2011-04-01","0","114","[{'iso_639_1':'zh','name':'?????????'}]","Released","A collection of twenty short films by twenty different directors, all about Taiwan.","10 Plus 10","false","5","1" +"false","/nO0sVYWaQdLQTAF1GUO7CPBC8Qr.jpg","null","32000000","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","9446","tt0119432","en","Jungle 2 Jungle","Uptight New York City executive, Michael Cromwell, pursues his soon-to-be ex-wife to South America and returns home with the son he never knew he had -- a boy raised in a tribal village in Brazil. Armed with only his blowgun, the 13-year-old Mimi-Siku discovers that the world outside his jungle home is indeed a strange place.","7.2","/kxFdQiyqMHbtDbGkPlKcwqsnRaW.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-03-07","59927618","97","[{'iso_639_1':'en','name':'English'}]","Released","The big city is about to get a little savage.","Jungle 2 Jungle","false","5","223" +"false","","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","114735","tt0074739","en","Kenny & Company","Several days in the life of Kenny, a typical 12-year-old, and his friends. Kenny goes through all the activities that most of us went through as kids as he and his friends prepare for Halloween. Along the way, Kenny deals with such childhood issues as bullies and his first crush on a girl.","0.6","/N9FmYhdc4pg1qFEPI5TP8QxS0l.jpg","[{'id':41313,'logo_path':null,'name':'New Breed Productions Inc.','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1976-11-01","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Meet Kenny, the kid next door. He'll be eleven tomorrow. He'll be your pal forever.","Kenny & Company","false","6.5","4" +"false","/r9HACLH398TkjOPSuJK2RIslVB.jpg","null","1200000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","55660","tt0466875","en","Left In Darkness","Celia (Monica Keena, Freddy vs. Jason) has had a rough life, with a mother who died in childbirth and a father who disappeared. Unfortunately for Celia, death is not any easier than life. When she is drugged and raped at a frat party, Celia dies from an overdose, and must battle the terrible Soul Eaters who roam the afterlife.","1.849","/uKCurKmLU7fJNbTO0VZjajcmiyX.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-10-19","0","88","[{'iso_639_1':'en','name':'English'}]","Released","Somewhere Between Heaven And Hell, The Ultimate Evil Waits To Feed.","Left In Darkness","false","4.6","16" +"false","/yFcwpIE0SsltUZukrHX9LAZkx1L.jpg","null","0","[{'id':53,'name':'Thriller'}]","","126243","tt0061994","it","La morte ha fatto l'uovo","A love triangle develops between three people who run a high tech chicken farm. It involves Anna (who owns the farm), her husband Marco (who kills prostitutes in his spare time) and Gabriella (the very beautiful secretary). Marco continues to kill as jealousy becomes more prevalent on the farm.","1.775","/mTNQrflCUiyQSCFQegeVGeRPVi2.jpg","[{'id':12761,'logo_path':null,'name':'Cine Azimut','origin_country':''},{'id':12762,'logo_path':null,'name':'Les Films Corona S.R.L. de Nanterre','origin_country':''},{'id':12763,'logo_path':null,'name':'Summa Cinematografica','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'IT','name':'Italy'}]","1968-01-01","0","86","[{'iso_639_1':'it','name':'Italiano'}]","Released","See them tear each other apart. Then see what they do with the pieces.","Death Laid an Egg","false","6.2","11" +"false","/k1dUe4T29F5lUYQaOo3cBHau8W1.jpg","null","0","[{'id':18,'name':'Drama'}]","","536081","tt6902446","en","A Thousand Days of Solitude","A THOUSAND DAYS OF SOLITUDE is a tense dramatic story about a prison correctional guard who witnesses a suicide in solitary confinement and experiences moral strife when the warden bullies him to confine yet another prisoner to ???the hole??? ??? left with a decision, obey the warden???s protocol or fight it.","1.4","/3U5KMJMGLsGGSyikpDLcbYsp3M5.jpg","[]","[]","2017-04-25","0","15","[{'iso_639_1':'en','name':'English'}]","Released","","A Thousand Days of Solitude","false","0","0" +"false","/lrjr3n25Hmwy6foSrr1w9nMi3e8.jpg","null","2000000","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'}]","","108213","tt0021025","en","King of Jazz","Made during the early years of the movie musical, this exuberant revue was one of the most extravagant, eclectic, and technically ambitious Hollywood productions of its day. Starring the bandleader Paul Whiteman, then widely celebrated as the King of Jazz, the film drew from Broadway variety shows to present a spectacular array of sketches, performances by such acts as the Rhythm Boys (featuring a young Bing Crosby), and orchestral numbers???all lavishly staged by veteran theater director John Murray Anderson.","0.778","/p6YcZi3eHxrUMbNySJkzOFjWvoo.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1930-04-20","0","98","[{'iso_639_1':'en','name':'English'}]","Released","A NEW ERA in sound and color entertainment!","King of Jazz","false","5.4","6" +"false","/v4oxxmfvSftKVdNaWEYTECwr2eM.jpg","{'id':393290,'name':'Sartana Collection','poster_path':'/eDoSuVIolosh8PTTKKyGfD7hzkj.jpg','backdrop_path':null}","0","[{'id':37,'name':'Western'}]","","83122","tt0063568","it","Se incontri Sartana prega per la tua morte","After a stagecoach is robbed and the passengers murdered, a long and tangled series of surprise attacks and murderous double-crosses, leaves the coach's strongbox in the hands of the killer Lasky. It is up to the legendary hero Sartana to track down the missing money and determine just who is ultimately behind the grisly robberies and killings.","2.373","/1FTlni3bR0JL4owvSem9mvAkQob.jpg","[{'id':12134,'logo_path':null,'name':'Paris Etolie Films','origin_country':''},{'id':12135,'logo_path':null,'name':'Parnass Film','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'}]","1968-08-14","0","95","[{'iso_639_1':'it','name':'Italiano'}]","Released","The gunman with the deadliest arsenal in the West","If You Meet Sartana Pray for Your Death","false","5.6","12" +"false","/wXJAMyI543CdRGcmqpCCaV0dNzz.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'}]","","34996","tt0112288","en","The Addiction","A vampiric doctoral student tries to follow the philosophy of a nocturnal comrade and control her thirst for blood.","4.593","/ej0gD547grj5QMoKuzqKyHuc3Xi.jpg","[{'id':236,'logo_path':null,'name':'October Films','origin_country':'US'},{'id':5353,'logo_path':null,'name':'Fastnet Films','origin_country':'IE'},{'id':1214,'logo_path':null,'name':'Guild','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-01-10","0","82","[{'iso_639_1':'en','name':'English'}]","Released","The dark is their sunlight. What makes them different is what keeps them alive.","The Addiction","false","6.5","83" +"false","/nBJoOh63moXKUEW5R6uzZfzZDY8.jpg","null","0","[{'id':16,'name':'Animation'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'}]","","33441","tt0093871","ja","Robotto k??nibaru","An anthology of various tales told in various styles with robots being the one common element among them.","2.794","/2DTREQNErBYtZd1isRqdqNbbXA8.jpg","[{'id':11671,'logo_path':'/iRdYQdn1eunwV3qAs6RK5Mqwn8Z.png','name':'Studio 4??C','origin_country':'JP'},{'id':6559,'logo_path':null,'name':'A.P.P.P. Company','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","1987-07-21","0","92","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'ja','name':'?????????'}]","Released","Nine Animators. One Vision.","Robot Carnival","false","7.2","14" +"false","/enuKVAWQXnaaVt1gp7mh1fqbJ1W.jpg","null","0","[{'id':27,'name':'Horror'}]","","29111","tt0067950","fr","Requiem pour un vampire","Two girls on the run get lost in the French countryside, and wind up in a haunted chateau occupied by an ailing vampire and his servants.","1.789","/d6hbSbMeFB6ORYYSsJFD2s1GLWL.jpg","[{'id':9384,'logo_path':null,'name':'Les Films ABC','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'}]","1971-08-01","0","87","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Two young girls...trapped..with no escape! Forced to submit to the Horrors of the Pit!","Requiem for a Vampire","false","5","24" +"false","/7UrmArvbms51WMSDr0uj6ywOSgN.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://www.allesisliefde.nl/","5497","tt0468644","nl","Alles is Liefde","A romantic comedy told with a set of interwoven Christmas tales about life, love, forgiveness and caring. A heroic vagrant becomes a TV sensation Santa Claws, while a prince takes a menial job at a department store to woo his sweetheart.","2.289","/bj0vCVUssZv45dbAlTxRObykdsR.jpg","[{'id':29459,'logo_path':'/el8phAL6Xa6vXvvaQNiELmEOgx8.png','name':'VARA','origin_country':'NL'},{'id':12046,'logo_path':'/wauD5HrRmaR5TdQr0ylGTLyifpQ.png','name':'Fu Works','origin_country':'NL'},{'id':865,'logo_path':null,'name':'Motel Films','origin_country':''}]","[{'iso_3166_1':'NL','name':'Netherlands'}]","2007-10-10","0","110","[{'iso_639_1':'nl','name':'Nederlands'}]","Released","","Love Is All","false","6.2","39" +"false","/zpOMrQjaY7sqFoPk7AG4z65J1N5.jpg","null","0","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","https://superprodanimation.net/en/film/white-fang/","456154","tt5222768","fr","Croc-Blanc","A loyal wolfdog???s curiosity leads him on the adventure of a lifetime while serving a series of three distinctly different masters.","12.225","/jJx8zvW0H2N1WxrjYE8hRxS1N3u.jpg","[{'id':20338,'logo_path':'/yCTqaPPzFfjqKU2YAGWce4qQk1S.png','name':'Bidibul Productions','origin_country':'LU'},{'id':63540,'logo_path':'/7xQ00vsbxc8qZeeOeam3teObjfU.png','name':'Superprod Animation','origin_country':'FR'},{'id':188,'logo_path':'/40E8iNvy6brH6t4BbmQL211jIpl.png','name':'Big Beach','origin_country':'US'},{'id':591,'logo_path':'/q5I5RDwMEiqoNmfaJgd2LraEOJY.png','name':'France 3 Cin??ma','origin_country':'FR'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'LU','name':'Luxembourg'}]","2018-03-28","0","87","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Rediscover Jack London's Masterpiece","White Fang","false","7.1","62" +"false","/wbk9VvJ8lkUF0ElpfRm3dFIzMJf.jpg","null","4000000","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","http://traffikofficial.com/","473149","tt5670152","en","Traffik","A couple off for a romantic weekend in the mountains are accosted by a biker gang. Alone in the mountains, Brea and John must defend themselves against the gang, who will stop at nothing to protect their secrets.","14.709","/e2Z466e9402RFP6wxRMfXYYiJHA.jpg","[{'id':102809,'logo_path':null,'name':'Hidden Empire Film Group','origin_country':''},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-04-20","5132274","96","[{'iso_639_1':'en','name':'English'}]","Released","Refuse To Be A Victim","Traffik","false","5.7","155" +"false","/zX0pEwk0zDnS85Nxl1hI6h6dfFu.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","https://www.theendless-movie.com/","430231","tt3986820","en","The Endless","Two brothers return to the cult they fled from years ago to discover that the group's beliefs may be more sane than they once thought.","12.773","/49sb3kEZplzudQBhJDSt0mNJm4V.jpg","[{'id':7787,'logo_path':null,'name':'Snowfort Pictures','origin_country':''},{'id':105876,'logo_path':null,'name':'Pfaff & Pfaff Productions','origin_country':''},{'id':105877,'logo_path':null,'name':'Love & Death Productions','origin_country':''},{'id':105878,'logo_path':null,'name':'Rustic Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-04-06","272020","112","[{'iso_639_1':'en','name':'English'}]","Released","","The Endless","false","6.5","289" +"false","/mz1ayJshHpMnQLNSRJl3Vgsp6eO.jpg","null","30000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","372782","tt4537986","zh","??????","Accused of a murder he didn't commit, a prosecutor sets out on a mission to clear his name.","4.48","/qZExZe5R4piUOvm8Wn6ZrVgC1e1.jpg","[{'id':5552,'logo_path':'/wdtjT9x5OG7nLusPctACI3i7Im2.png','name':'Media Asia Films','origin_country':''},{'id':11083,'logo_path':null,'name':'Media Asia Group','origin_country':''}]","[{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'HK','name':'Hong Kong'}]","2017-11-19","0","106","[{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'}]","Released","","ManHunt","false","5.3","35" +"false","/4Fok4YhVDoFFBgYdoBurigu0rXl.jpg","null","30000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'}]","http://www.bilalmovie.com/","332718","tt3576728","en","Bilal: A New Breed of Hero","A thousand years ago, one boy with a dream of becoming a great warrior is abducted with his sister and taken to a land far away from home. Thrown into a world where greed and injustice rule all, Bilal finds the courage to raise his voice and make a change. Inspired by true events, this is a story of a real hero who earned his remembrance in time and history.","3.236","/ncWuEzxnXqssxRfHghZuUAIezCo.jpg","[{'id':49483,'logo_path':null,'name':'Barajoun Entertainment','origin_country':''},{'id':43498,'logo_path':null,'name':'Resnick Interactive Development','origin_country':'US'}]","[{'iso_3166_1':'AE','name':'United Arab Emirates'}]","2016-09-08","1750000","105","[{'iso_639_1':'en','name':'English'}]","Released","The power of one","Bilal: A New Breed of Hero","false","6.9","51" +"false","/sXkef4JnQ3GlwGLa03AMkgmFLfY.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","","432836","tt5729348","ko","???????????? ?????????","A former serial killer Byung-su gets diagnosed with Alzheimer???s and when a series of murders occur near his town, he worries whether the killings are his doings. Then, he comes across Tae-ju and realizes that he???s the killer. He reports this to the police, only to learn that Tae-ju is one. Byung-su tries to find evidence against Tae-ju, only to raise the young killer???s interest on him and his dear daughter.","5.161","/eTdvO9AwJrxq02iYf4Lu5qA0fNc.jpg","[{'id':3491,'logo_path':'/hXRKXi3M9qfP4Npi1kjAaH4eGnM.png','name':'Showbox','origin_country':'KR'},{'id':113239,'logo_path':null,'name':'W-Pictures','origin_country':'KR'}]","[{'iso_3166_1':'KR','name':'South Korea'}]","2017-09-07","0","118","[{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","Memories can deceive you","Memoir of a Murderer","false","7.3","54" +"false","/7q1U0QDbBuJUJTH9eQK8ylQ69Cy.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'},{'id':27,'name':'Horror'}]","","523446","tt5111550","es","Noctem","Adrian and Esteban have been missing for a year. The police are at a standstill, despite having found their personal belongings in Cozumel, an island 12 miles away from the Riviera Maya. Alex friend of both, manages to get their cell phones, with which he will start his own parallel research. And he will discover that the truth is much more terrifying than you could imagine.","1.891","/AemiMeU5X04mUHojdZciT5S3Cxj.jpg","[{'id':64810,'logo_path':null,'name':'Strange Friends','origin_country':''}]","[{'iso_3166_1':'MX','name':'Mexico'},{'iso_3166_1':'ES','name':'Spain'}]","2018-05-11","0","97","[{'iso_639_1':'es','name':'Espa??ol'}]","Released","","Noctem","false","5.8","8" +"false","/rAwfvAFWGQPpHO7m6AH1zSzNOy9.jpg","null","0","[{'id':18,'name':'Drama'}]","","468287","tt4432006","fr","Hannah","HANNAH is the intimate portrait of a woman???s loss of identity as she teeters between denial and reality. Left alone grappling with the consequences of her husband???s imprisonment, Hannah begins to unravel. Through the exploration of her fractured sense of identity and loss of self-control, the film investigates modern day alienation, the struggle to connect, and the dividing lines between individual identity, personal relationships, and societal pressures.","5.022","/ceEP87OvIOlASy2PIiJjaFk9V6o.jpg","[{'id':33372,'logo_path':null,'name':'Partner Media Investment','origin_country':''}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'FR','name':'France'}]","2017-09-10","0","95","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Hannah","false","5.8","21" +"false","/xYQtSWN63pJ3OONn3gSPU6bRtsb.jpg","{'id':533711,'name':'WolfCop Collection','poster_path':'/3V8QQAtaqLGnmAMXC5SBhKgUtWO.jpg','backdrop_path':'/4s1c1hRSlXzQR1EqtSOmXwpEi2D.jpg'}","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","http://wolfcop.com/","346652","tt4515762","en","Another WolfCop","An alcoholic cop experiences blackouts and starts turning into a werewolf when the full moon appears in the sky.","2.078","/amvOMZgMGCg7sxScBJZOFdirlqD.jpg","[{'id':56701,'logo_path':null,'name':'Cinecoup','origin_country':''},{'id':1197,'logo_path':null,'name':'Vortex','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2017-12-01","0","82","[{'iso_639_1':'en','name':'English'}]","Released","The hairy arm of the law.","Another WolfCop","false","5.8","18" +"false","/7d9FuqKerqtGzxXjhfLOI4outgF.jpg","null","0","[{'id':35,'name':'Comedy'}]","https://www.netflix.com/title/80176715","311307","tt4762824","en","The Legacy of a Whitetail Deer Hunter","A star of hunting videos strives to bond with his 12-year-old son on a wilderness trip but learns familial connections can't be forced.","2.699","/rEz6ArsPGzVnizMS1fWrvrQcp7t.jpg","[{'id':20848,'logo_path':null,'name':'Rough House Pictures','origin_country':'US'},{'id':258,'logo_path':null,'name':'Scott Rudin Productions','origin_country':'US'},{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-03-10","0","83","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","","The Legacy of a Whitetail Deer Hunter","false","5.5","44" +"false","/x5Cq1UjIKblQN53rClu1npy84Rl.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","69059","tt0339236","en","Shark Attack","A man must hunt down ferocious sharks that are threatening a small beach community.","0.862","/dfyDnfWP0SS2RH6DXiODQfaUOIR.jpg","[{'id':925,'logo_path':'/dIb9hjXNOkgxu4kBWdIdK8nM4w.png','name':'Nu Image','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'BG','name':'Bulgaria'}]","2003-10-14","0","87","[]","Released","","Shark Attack","false","4.6","5" +"false","/i9ETP34tzNfNsLD0rJ51y8YPbkj.jpg","{'id':203178,'name':'Jack Frost Collection','poster_path':'/bJ6JwCVCwAlsmAHmfnAUuCrrIor.jpg','backdrop_path':'/1dD0peyHieNm9GU7xkJdXIotlSj.jpg'}","0","[{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'}]","","27318","tt0116671","en","Jack Frost","Serial killer is genetically mutated in car wreck on the way to his execution. After which, he becomes a murdering snowman hell-bent on revenge for the sheriff who caught him.","3.697","/3H3cvVzlTddpnywZ4ytreMc98Pz.jpg","[{'id':22289,'logo_path':null,'name':'Moonstone Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-11-18","0","89","[{'iso_639_1':'en','name':'English'}]","Released","He's chillin...and killin","Jack Frost","false","5.1","80" +"false","/h63Jd7hzp8uQU3z6NIbBc6llFrx.jpg","null","5000","[{'id':27,'name':'Horror'}]","","534414","tt7137164","en","Trashsploitation","The greatest collection of current underground movie trailers around!","2.58","/dXNos5Rk2cUNjIggcUjvfpyDaqR.jpg","[{'id':85070,'logo_path':null,'name':'Vestra Pictures','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-01-29","0","","[{'iso_639_1':'en','name':'English'}]","Released","Grindhouse lives!","Trashsploitation","false","4","3" +"false","/3yn3dCVEMeCbX8ABR4x71do99HH.jpg","null","200000","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","https://www.foemovie.com/","534205","tt3707284","en","Face of Evil","On July 4th, private Jay Williams returns home from the Middle East, but a mysterious epidemic breaks out and infects his friends at his party. On the road to salvation, Jay is joined by his ex-sergeant, who reveals chilling secrets leading to a conspiracy. The night has just begun, as they embark on a survival quest for the ultimate truth.","1.4","/cmxq0reISn0fqtEnQJbDj0PDF9L.jpg","[{'id':106481,'logo_path':null,'name':'V-Movie','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-09-22","0","90","[{'iso_639_1':'en','name':'English'}]","Released","What's your demon?","Face of Evil","false","3.7","3" +"false","/85i1gtLv6sd5lxwHJaq6uClBKS3.jpg","null","0","[{'id':27,'name':'Horror'}]","","508839","tt7476416","en","Dark Web","An anthology compiled from short horror films involving the internet.","1.96","/4vurHD1lb0to26cA8SJ63jRtVV8.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-10-17","0","72","[{'iso_639_1':'en','name':'English'}]","Released","Log in if you dare","Dark Web","false","4.7","9" +"false","/jG1zAAKOEYOJYjo0cAKUAWnphWU.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","527948","tt8558596","en","Horror and Hamsters","Twisted horror segments intertwined with cute, fluffy, family-friendly hamster videos. The filmmakers were so preoccupied with whether or not they could, they didn't stop to think if they should.","2.226","/oTcpNaxrraxtYg6ybYZqqN4nQ8n.jpg","[{'id':106502,'logo_path':null,'name':'Randy Smith and April Campbell','origin_country':''},{'id':106503,'logo_path':null,'name':'Vishus Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-06-02","0","82","[{'iso_639_1':'en','name':'English'}]","Released","The world's craziest film anthology!","Horror and Hamsters","false","6","2" +"false","/pFI3FkbQqCFJgJ5hWecOjRguNou.jpg","null","1","[{'id':53,'name':'Thriller'}]","","463986","tt6137494","en","Girl Followed","A resentful 14-year-old girl is drawn into a seemingly innocent friendship with an older man, but the relationship turns sinister.","1.536","/cPQTV5NywWpxOJJA6pA5HRRczI.jpg","[]","[]","2017-05-15","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Girl Followed","false","4.7","10" +"false","/8SxjrYV3qV39unvgCI0ucPMnDW2.jpg","null","0","[{'id':53,'name':'Thriller'}]","","414935","tt5360018","en","Backstabbed","A struggling housewife decides to become a real estate agent and inadvertently puts her life in danger when she takes a job with a corrupt broker who will do anything to land a deal.","1.394","/3cHMlRDEuZU8H0wTOyC4s6WCE5o.jpg","[]","[]","2016-09-03","0","","[{'iso_639_1':'en','name':'English'}]","Released","","Backstabbed","false","4.8","12" +"false","/8SifcnEhYNoCXH6ih4izjjtzTN6.jpg","null","10000000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'}]","","9526","tt0420087","en","A Prairie Home Companion","A look at what goes on backstage during the last broadcast of America's most celebrated radio show, where singing cowboys Dusty and Lefty, a country music siren, and a host of others hold court","7.68","/xPQWIU8tffw6lsmBF4oeJmFnoqs.jpg","[{'id':11486,'logo_path':null,'name':'Picturehouse Entertainment','origin_country':''},{'id':1246,'logo_path':'/lmeFQGzHEds5t2UfmODyrbf2nXm.png','name':'River Road Entertainment','origin_country':''},{'id':11487,'logo_path':null,'name':'Sandcastle 5 Productions','origin_country':'US'},{'id':11488,'logo_path':null,'name':'Prairie Home Productions','origin_country':''},{'id':2150,'logo_path':null,'name':'GreeneStreet Films','origin_country':'US'},{'id':107897,'logo_path':'/etLApUoJoD853bluxamsZOLlWII.png','name':'Ivanhoe Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-06-09","0","105","[{'iso_639_1':'no','name':'Norsk'},{'iso_639_1':'en','name':'English'}]","Released","Radio Like You've Never Seen It Before","A Prairie Home Companion","false","6.4","143" +"false","/mMHfbZlfSNwXH7Tspe7A2LdNSjg.jpg","null","0","[{'id':28,'name':'Action'}]","","339406","tt4586626","en","Showdown In Manila","The film will unfold in Manila, Philippines, and in the jungles of the island of Boracay. On a tropical island in the privacy of living Russian middle-aged man (Alexander Newsky). But the quiet life interrupted by the murder of one of the locals. In order to protect the daughter of the slain Filipino bandits Russian guy have to remember the past, he tried to bury .","2.274","/pQGE2nZ6OQKSDWekXyfiBYWFMxA.jpg","[{'id':79736,'logo_path':null,'name':'Hollywood Storm','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-02-18","0","86","[{'iso_639_1':'de','name':'Deutsch'}]","Released","","Showdown In Manila","false","3.1","20" +"false","/zaylSKblH0H3J05lQpmIDv3wue5.jpg","null","0","[{'id':18,'name':'Drama'}]","","385955","tt5198670","en","Where Is Kyra?","Pushed to the brink after losing her job, a woman struggles to survive. As the months pass and her troubles deepen, she embarks on a perilous and mysterious journey that threatens to usurp her life.","3.164","/t612LkZOGzpP9VRpSodI7R9S00K.jpg","[{'id':6831,'logo_path':'/ojg8jqsVLGDvuJowOkZQZVV42AA.png','name':'Big Indie Pictures','origin_country':'US'},{'id':1422,'logo_path':'/aG7LGucYWmsrsEwnDN1HnUGfVmK.png','name':'Killer Films','origin_country':'US'},{'id':12435,'logo_path':null,'name':'Little Minx Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-04-06","0","98","[{'iso_639_1':'en','name':'English'}]","Released","","Where Is Kyra?","false","6.6","19" +"false","/tQW5cNNclBco7GKINpoBTDweyuC.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':10770,'name':'TV Movie'}]","","511343","tt7781732","en","Tomb Invader","With promises of untold treasure, two modern-day adventurers team up to enter the ancient tomb of Quin Shi Haung, and stop a madman from releasing the mercury trapped within.","4.832","/mTz0qaYuXIHBAUiwAqJZQxOgWlZ.jpg","[{'id':40745,'logo_path':null,'name':'Broken Films','origin_country':''},{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-03-09","0","83","[{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Archaeology just got badass!","Tomb Invader","false","4.2","20" +"false","/sTuw5ARn1a795wtb63IFNxOddc1.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","462181","tt3465026","en","Palm Swings","After moving to Palm Springs, a young married couple puts their love to the test when they discover that their neighbors are swingers.","5.51","/g1YnKSZECx2mfCheJmmQOX3CaDn.jpg","[{'id':106371,'logo_path':null,'name':'Code Blue Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-10-03","0","95","[{'iso_639_1':'en','name':'English'}]","Released","Do you play?","Palm Swings","false","6","6" +"false","/fogEwAEmy6MmCDZgaJTjC0N3Th1.jpg","{'id':393290,'name':'Sartana Collection','poster_path':'/eDoSuVIolosh8PTTKKyGfD7hzkj.jpg','backdrop_path':null}","0","[{'id':37,'name':'Western'},{'id':9648,'name':'Mystery'}]","","64650","tt0065019","it","Sono Sartana, il vostro becchino","Sartana is falsely accused of robbing a bank, and must find the real robbers and clear his name.","1.765","/uorI592cXPmZCvv5PX3f13nOyxU.jpg","[{'id':12166,'logo_path':null,'name':'Societ?? Ambrosiana Cinematografica (SAC)','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'}]","1969-11-20","0","102","[{'iso_639_1':'it','name':'Italiano'}]","Released","","Sartana the Gravedigger","false","5.5","7" +"false","/ntwrZNBeYtGeRt7tbfYHT74g6MH.jpg","null","0","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","","39261","tt0065854","en","The House That Dripped Blood","A Scotland Yard investigator looks into four mysterious cases involving an unoccupied house.","3.223","/jP0G5M0MNEPKkcnjaMerO6AxelQ.jpg","[{'id':4630,'logo_path':null,'name':'Amicus Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1971-02-22","0","102","[{'iso_639_1':'en','name':'English'}]","Released","Vampires! Voodoo! Vixens! Victims!","The House That Dripped Blood","false","6","42" +"false","/g2LfqC0k7duVP4G1j6NEjZd04C.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","","64811","tt0058142","en","Girl with Green Eyes","Catholic-Irish farm girl Kate, along with her gregarious best friend Baba, moves to Dublin to pursue a more exciting life.","1.4","/igC9gXDAl60qCphBHUrVm5PKUTP.jpg","[{'id':1980,'logo_path':null,'name':'Woodfall Film Productions','origin_country':''},{'id':8213,'logo_path':null,'name':'United Artists Corporation','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1964-05-01","0","91","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Girl with Green Eyes","false","6.8","4" +"false","/duC7QXfbygAxi1b4ryaYC1fHXJV.jpg","null","900000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10749,'name':'Romance'}]","","31527","tt0025746","en","The Scarlet Empress","During the 18th century, German noblewoman Sophia Frederica, who would later become Catherine the Great, travels to Moscow to marry the dimwitted Grand Duke Peter, the heir to the Russian throne. Their arranged marriage proves to be loveless, and Catherine takes many lovers, including the handsome Count Alexei, and bears a son. When the unstable Peter eventually ascends to the throne, Catherine plots to oust him from power.","2.44","/nxVgKqYwl4ci8niEe0JOvmv8hFZ.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1934-05-09","0","104","[{'iso_639_1':'en','name':'English'}]","Released","The Reigning Beauty of the Screen!","The Scarlet Empress","false","6.8","44" +"false","/rhUXXPcVAG4hBNS7aNVCEZrx0Yy.jpg","null","0","[{'id':18,'name':'Drama'},{'id':37,'name':'Western'}]","http://sonyclassics.com/therider/","453278","tt6217608","en","The Rider","Once a rising star of the rodeo circuit, and a gifted horse trainer, young cowboy Brady is warned that his riding days are over, after a horse crushed his skull at a rodeo. Back home on the Pine Ridge Reservation, with little desire or alternatives for a different way of life, Brady???s sense of inadequacy mounts as he is unable to ride or rodeo ??? the essentials of being a cowboy. In an attempt to regain control of his own fate, Brady undertakes a search for new identity and what it means to be a man in the heartland of America.","9.402","/gpaT0nA7pLPAmXYGra6sUS95hFB.jpg","[{'id':96168,'logo_path':null,'name':'Highwayman Films','origin_country':''},{'id':23408,'logo_path':null,'name':'Caviar','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-08-16","0","105","[{'iso_639_1':'en','name':'English'}]","Released","","The Rider","false","7.5","116" +"false","/v0u7uS45qpueQl9u8WQyval1sSx.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","42943","tt0026276","en","The Devil Is a Woman","In the carnival in Spain in the beginning of the Twentieth Century, the exiled republican Antonio Galvan comes from Paris masquerade to enjoy the party and visit his friend Capt. Don Pasqual 'Pasqualito' Costelar. However, he flirts with the mysterious Concha Perez and they schedule to meet each other later. When Antonio meets Pasqualito, his old friend discloses his frustrated relationship with the promiscuous Concha and her greedy mother and how his life was ruined by his obsession for the beautiful demimondaine. Pasqualito makes Antonio promise that he would not see Concha. However, when Antonio meets Concha, she seduces him and the long friendship between Antonio and Pasqualito is disrupted","1.441","/iuv2F2xhxfJZiORH5iqeD8fnwy5.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1935-05-03","0","80","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","Kiss me .. and I'll break your heart!","The Devil Is a Woman","false","6.6","17" +"false","/jY7Yz0YYwXZ7ydPbW8ICVcgere5.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'}]","","875","tt0023458","en","Shanghai Express","A beautiful temptress re-kindles an old romance while trying to escape her past during a tension-packed train journey.","4.154","/ausvToB221szRJkSN6lWcS9lfaS.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1932-02-03","0","82","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'cn','name':'????????? / ?????????'}]","Released","Many Men Had Loved Her -- but only one had been loved in return !","Shanghai Express","false","6.8","67" +"false","/k6X28uLDPDAkAG0oFgLpDlW9OyM.jpg","null","0","[{'id':878,'name':'Science Fiction'}]","http://www.snowfort-pictures.com/work-1/#/hover/","522882","tt8210516","en","Hover","In a near future when environmental havoc is causing food shortages and compelling the government to protect its organized crop system by deploying sentinel drones, a handful of locals discover a sinister connection between sick farmland inhabitants and the tech that???s meant to be protect them.","4.496","/rSszYwFRIpsJ1qSYnRt8nLjKTDl.jpg","[{'id':7787,'logo_path':null,'name':'Snowfort Pictures','origin_country':''},{'id':22417,'logo_path':null,'name':'Syfy Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-06-30","0","86","[{'iso_639_1':'en','name':'English'}]","Released","Fear what flies","Hover","false","5","8" +"false","/hd3C0DXJtYQLzl0sQV7msRKaMX8.jpg","null","0","[{'id':10770,'name':'TV Movie'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","https://www.mylifetime.com/videos/fugitive-at-17-preview","192465","tt2171901","en","Fugitive at 17","Suspected of murdering her best friend, a teenage computer-hacker goes on the run to find the real killer.","2.359","/b44kGCtUi0vl0oCD6BGulwMA5lE.jpg","[{'id':5776,'logo_path':null,'name':'Capital Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CA','name':'Canada'}]","2012-06-30","0","84","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","She won't rest until she gets justice","Fugitive at 17","false","6.1","24" +"false","/xbspT0Xsg2yNFE1ME00weFud6kP.jpg","null","0","[{'id':18,'name':'Drama'}]","","34474","tt0022698","en","Blonde Venus","American chemist Ned Faraday marries a German entertainer and starts a family. However, he becomes poisoned with Radium and needs an expensive treatment in Germany to have any chance at being cured. Wife Helen returns to night club work to attempt to raise the money and becomes popular as the Blonde Venus. In an effort to get enough money sooner, she prostitutes herself to millionaire Nick Townsend.","2.713","/lP9g4NcJpVVXrWTAKzyyNiu7ylB.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1932-09-09","0","93","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","What could she do but flee from love? She loved two men at once!","Blonde Venus","false","7.1","32" +"false","/4JAIgG0QcN8F2J2dZxZh4ggOIaw.jpg","null","0","[{'id':27,'name':'Horror'},{'id':28,'name':'Action'}]","http://www.ponycanyon.co.jp/galp/","69326","tt1666700","ja","Gosurori shokeinin","Yuki lives at home in peace until one day a unit of assassins breaks in and kill her mother. In order to revenge herself Yuki becomes a demon of vengeance by donning gothic lolita clothing, using a parasol as a deadly weapon, and executing the guilty in God's name.","1.288","/sfLfC4Jrf0wRP5FYLAYek9z1CtQ.jpg","[{'id':7992,'logo_path':null,'name':'DHE Corporation','origin_country':''},{'id':7993,'logo_path':null,'name':'Ohara Bros. Co.','origin_country':''}]","[{'iso_3166_1':'JP','name':'Japan'}]","2010-09-04","0","88","[{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'de','name':'Deutsch'}]","Released","Revenge is sweet","Gothic & Lolita Psycho","false","4.8","13" +"false","/z22EhpnsMmGJejXkIjDunloM2PH.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","42641","tt0021156","en","Morocco","The Foreign Legion marches in to Mogador with booze and women in mind just as singer Amy Jolly arrives from Paris to work at Lo Tinto's cabaret. That night, insouciant legionnaire Tom Brown catches her inimitably seductive, tuxedo-clad act. Both bruised by their past lives, the two edge cautiously into a no-strings relationship while being pursued by others. But Tom must leave on a perilous mission: is it too late for them?","3.497","/iWe8DoaAhPdaqXyEjC9tHIcwSX5.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1930-11-14","0","92","[{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","","Morocco","false","6.7","43" +"false","/fUW0YzMFR7YFGtbkM3z4yoCENxV.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10752,'name':'War'},{'id':10749,'name':'Romance'}]","","73420","tt0021800","en","Dishonored","The Austrian Secret Service sends its most seductive agent to spy on the Russians.","1.485","/cWMzdpqB3g7gY3GPEMsstiD0Kyr.jpg","[{'id':9223,'logo_path':'/1nfcdPtyI7j9Err6cfrXNvlONEK.png','name':'Paramount Television','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1931-04-04","0","91","[{'iso_639_1':'en','name':'English'}]","Released","Can a Woman Kill a Man With Who She Has Known a Night of Love ?","Dishonored","false","7.1","16" +"false","/fnF8567jwMzZOlPgJRSOn2E71Pg.jpg","null","6000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.disobedience.movie","419743","tt6108178","en","Disobedience","A woman learns about the death of her Orthodox Jewish father, a rabbi. She returns home and has romantic feelings rekindled for her best childhood friend, who is now married to her cousin.","16.394","/IwFugPaYFhJOAkPVFG3I3xR6wA.jpg","[{'id':21622,'logo_path':'/2aRykuGbavtyeB4UecrHFQPX5gv.png','name':'Braven Films','origin_country':'US'},{'id':3353,'logo_path':'/qv2v9HaStUTRjqonODM29YG0oFX.png','name':'Element Pictures','origin_country':'IE'},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'IE','name':'Ireland'}]","2018-04-24","0","114","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'he','name':'????????????????'}]","Released","Love is an act of defiance","Disobedience","false","6.9","368" +"false","/rGtgkRQ31syhkVYY0ecs2JCd58C.jpg","null","2342264","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'}]","https://productions.freedolphinentertainment.com/crystal-inferno-def/","465545","tt4048186","en","Crystal Inferno","Disaster hits when two teenagers are caught in a fire on the 20th floor of a skyscraper. Their parents are on the 60th. Will they survive the flames?","4.812","/A3laQfentQdbloFeGCPeCGZrzrQ.jpg","[{'id':106374,'logo_path':null,'name':'Fontana','origin_country':''},{'id':106375,'logo_path':null,'name':'Free Dolphin Productions','origin_country':''},{'id':792,'logo_path':'/cRhBQP1FFNugNxKkO1pUgeD2Rkr.png','name':'Radio T??l??vision Belge Francophone','origin_country':'BE'}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'FR','name':'France'}]","2017-11-04","0","90","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","","Crystal Inferno","false","4.6","24" +"false","/neiSVb9kT7SvAp1ENX3wpunC80L.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':10749,'name':'Romance'}]","","476634","tt5228304","en","Bees Make Honey","A widow hosts a gathering for her high-society friends in an attempt to help solve her husband's murder.","0.956","/lkrb6vkIWo6NqCufFIThMS9a8nE.jpg","[{'id':79822,'logo_path':null,'name':'Flexibon Films','origin_country':''},{'id':76393,'logo_path':null,'name':'Xploseve','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-01-01","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Bees Make Honey","false","10","1" +"false","/lXtS4sFvOtwnFBiezzJvOMC7b9W.jpg","{'id':449462,'name':'Super Troopers Collection','poster_path':'/cpC33CbO25Vo9N1fbwdrl3yA1X9.jpg','backdrop_path':'/6BGdTvwgcknQZxw9CMAJUdYNyEP.jpg'}","13500000","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'}]","http://www.brokenlizard.com/supertroopers2/","50022","tt0859635","en","Super Troopers 2","When an international border dispute arises between the U.S. and Canada, the Super Troopers- Mac, Thorny, Foster, Rabbit and Farva, are called in to set up a new Highway Patrol station in the disputed area.","10.922","/57SZgdugVClIy22rfnANeBJ5KsN.jpg","[{'id':2773,'logo_path':'/ubyU2v6XcREGwyeieqdcxvZzvKc.png','name':'Broken Lizard Industries','origin_country':'US'},{'id':52948,'logo_path':null,'name':'Cataland Films','origin_country':''},{'id':106322,'logo_path':null,'name':'Needle's Eye Productions','origin_country':''},{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-04-19","18850674","100","[{'iso_639_1':'en','name':'English'}]","Released","The mustache rides. Again.","Super Troopers 2","false","5.8","173" +"false","/z2NSj11gnjSJUgbm1bghEBYtktV.jpg","null","0","[{'id':28,'name':'Action'}]","https://screenmediafilms.net/productions/details/2634/On-The-Ropes","533509","tt8110966","en","On the Ropes","Following the sudden death of their father, two brothers realize the greatest threat to their criminal empire might just be each other. A no-holds-barred battle for power ensues that threatens to destroy everything their old man built.","3.451","/vaqNize5xphjgShpdYRc9ezO5z5.jpg","[{'id':7712,'logo_path':null,'name':'Screen Media','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2018-07-03","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Two Brothers. Loyalty. Honor.","On the Ropes","false","3","2" +"false","/9w86SjCsohXKW0ugSxtJ4y28ToE.jpg","null","0","[{'id':878,'name':'Science Fiction'}]","http://www.themadgeniusproject.com","464742","tt5011848","en","Mad Genius","A young mad genius attempts to 'hack the human mind' in order to fix humanity.","3.394","/pSeC8ZWk5iakrDqMDjuTRlGctRd.jpg","[{'id':106305,'logo_path':null,'name':'VIX Prod. Co.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-08-25","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Who would you become...to save the world?","Mad Genius","false","6.4","5" +"false","/5GdurwB83SL00wkQQc2SsrArPRp.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","http://www.pekingpictures.com/","453404","tt6148782","zh","????????????","When home entertainment enters the market in 90s Beijing, a former projectionist ropes his young son into starting their own pirate movie company, but easy money comes with its own price tag.","1.506","/15esaCDfn8Py1VqkkLF4zln7P3R.jpg","[{'id':89271,'logo_path':null,'name':'Seesaw Entertainment','origin_country':''},{'id':89272,'logo_path':null,'name':'Peking Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'AU','name':'Australia'}]","2017-04-20","0","88","[{'iso_639_1':'zh','name':'?????????'}]","Released","The family that screens together, stays together.","King of Peking","false","6.2","5" +"false","/AeBPmquDuiMgmYdrFzJ8zWrmRR3.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","https://theorchard.tv/duck-butter","499319","tt6958014","en","Duck Butter","Dissatisfied with the dishonesty they see in dating, strangers Naima and Sergio make a pact to spend 24 straight hours together in an attempt to fast forward their relationship.","6.559","/zQkNvLOudRFzpmLfDY8q2fcSOtE.jpg","[{'id':1974,'logo_path':null,'name':'Duplass Brothers Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-04-27","6877","94","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","","Duck Butter","false","5.7","70" +"false","/22RMAmMy6aqjcF63y89Bl95iaiQ.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'}]","","257648","tt3465456","zh","??????????????????????????????","In the twilight of the Ming Dynasty, the Imperial court is plagued by corruption as tyrants rule over the land. With the Manchurians preying on a weakened empire, war is imminent. To save the victims from their suffering, sorceress Jade Raksha fights the soldiers that oppress people for their own gain. As payback, local government officials decide to pin the murder of Governor Zhuo Zhonglian on Jade, turning her and the members of her cult into wanted fugitives for a crime they didn't commit.","3.563","/oXiaB8Jqq5fbwnmzio0aRA3gIE4.jpg","[{'id':30148,'logo_path':null,'name':'Bona Film Group','origin_country':''}]","[{'iso_3166_1':'CN','name':'China'}]","2014-02-14","0","104","[{'iso_639_1':'cn','name':'????????? / ?????????'},{'iso_639_1':'zh','name':'?????????'}]","Released","","The White Haired Witch of Lunar Kingdom","false","4.9","28" +"false","/8pEFVCxvD33ew4wslgG2TmJLLFT.jpg","null","0","[{'id':28,'name':'Action'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","526224","tt6409762","en","Big Legend","An ex-soldier ventures into the Pacific Northwest to uncover the truth behind his fiance's disappearance.","5.991","/9D4KB1x4r2D6expRfX5E3ExHKle.jpg","[{'id':106273,'logo_path':null,'name':'Papa Octopus Productions','origin_country':''},{'id':106274,'logo_path':null,'name':'Fresh Cats Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-07-01","0","89","[{'iso_639_1':'en','name':'English'}]","Released","Monsters are real","Big Legend","false","5.7","27" +"false","/xQDxubtOio6Z58aV1v4SpabbsvZ.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","526475","tt6156656","en","Astro","A science-fiction story of a billionaire's private space exploration program returning to Earth with an abducted extraterrestrial from a newly discovered alien planet.","4.217","/1lVpbd1P0YoYrMQUdw27cO8OW5D.jpg","[{'id':104981,'logo_path':null,'name':'Film Life Factory','origin_country':''},{'id':104982,'logo_path':null,'name':'Heartrock Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-06-08","0","104","[{'iso_639_1':'en','name':'English'}]","Released","Prepare for the exploration.","Astro","false","4.2","6" +"false","/jm99asUIvFe2sA2JLNWjBOCZqoy.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'},{'id':27,'name':'Horror'}]","http://carmillamovie.com","421131","tt7427856","en","The Carmilla Movie","It has been five years since Laura and Carmilla vanquished the apocalypse and Carmilla became a bonafide mortal human. They have settled in to a cozy apartment in downtown Toronto, Laura continues to hone her journalism skills while Carmilla adjusts to a non-vampire lifestyle. Their domestic bliss is suddenly ruptured when Carmilla begins to show signs of ""re-vamping"" ??? from a fondness for bloody treats to accidental biting ??? while Laura has started having bizarre, ghostly dreams. The couple must now enlist their old friends from Silas University to uncover the unknown supernatural threat and save humanity ??? including Carmilla's.","6.97","/jL8FaFdMLoxCaXhZfPY4tFbXwe7.jpg","[{'id':6252,'logo_path':'/9b3MKk54TG6p059z0t9j4bqgnom.png','name':'Shaftesbury Films','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2017-10-26","0","94","[{'iso_639_1':'en','name':'English'}]","Released","","The Carmilla Movie","false","7.9","66" +"false","/jSU23vAAIuPgBzDUAMXV9QMaBaV.jpg","null","0","[{'id':18,'name':'Drama'}]","","10994","tt0283139","en","White Oleander","A teenager journeys through a series of foster homes after her mother goes to prison for committing a crime of passion.","7.934","/1hNjwnSN54dYSHcraSoLZIU35Bs.jpg","[{'id':254,'logo_path':null,'name':'Pandora Filmproduktion','origin_country':'DE'},{'id':1512,'logo_path':null,'name':'John Wells Productions','origin_country':'US'},{'id':5367,'logo_path':null,'name':'Gaylord Films','origin_country':''},{'id':12426,'logo_path':null,'name':'Oleandor Productions','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2002-10-11","0","109","[{'iso_639_1':'en','name':'English'}]","Released","","White Oleander","false","7.3","178" +"false","/rX3LTGBNy9lxQBaU4yo4NaehIRZ.jpg","null","20000000","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","17182","tt0116260","en","Eye for an Eye","It's fire and brimstone time as grieving mother Karen McCann takes justice into her own hands when a kangaroo court in Los Angeles fails to convict Robert Doob, the monster who raped and murdered her 17-year-old daughter.","5.876","/y2lZSdJ1o0VvLegTw3ad6KFtxra.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-01-12","26877589","101","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","What do you do when justice fails?","Eye for an Eye","false","6","108" +"false","/iOi1tE7AudfrY65MmyvxNIbkfpX.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","433620","tt6079702","en","Suck It Up","Ronnie lost her brother, Faye lost her first love. These two best friends take off on a debaucherous road trip to the mountains to get over the death of the guy they both loved.","1.878","/rXLK3mjOt3hJnjaLhE6HfBADRUg.jpg","[{'id':99340,'logo_path':null,'name':'Get Set Films','origin_country':'CA'},{'id':99339,'logo_path':null,'name':'Shut Up & Colour Pictures','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2017-01-23","0","101","[{'iso_639_1':'en','name':'English'}]","Released","Nobody likes the mourning after","Suck It Up","false","5.1","11" +"false","/s3tvfceLs4STaaISZhESfiRpzTb.jpg","null","0","[{'id':99,'name':'Documentary'}]","","522393","tt8167872","en","Recovery Boys","In the heart of America's opioid epidemic, four men try to reinvent their lives and mend their broken relationships after years of drug abuse.","2.102","/i8lsiLjNuEED3yxlmp89s4WAlOp.jpg","[{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-05-01","0","90","[{'iso_639_1':'en','name':'English'}]","Released","We're all a work in progress","Recovery Boys","false","6.6","8" +"false","/fUhCvs4JTFhliv4vAEO8nR6y8Y2.jpg","null","0","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","479093","tt4526372","en","Defective","Set in the near future where Rhett Murphy and his estranged sister Jean are forced to flee from a militant police state after witnessing the dark secrets of a nefarious corporation.","1.4","/qWZouRYPNctsfYOhXYoYRuJzqQF.jpg","[{'id':99844,'logo_path':null,'name':'Possibility Films','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2017-10-17","0","101","[{'iso_639_1':'en','name':'English'}]","Released","In a perfect society, there's no room for the imperfect.","Defective","false","4.9","7" +"false","/cQSIKgr91nZTMvBYvP7AvBGhJeO.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","406625","tt3620846","en","Happy Birthday","When two friends embark on a journey to Mexicali for a Birthday celebration, they soon realize their psychedelic shenanigans have taken a turn for the worse.","1.251","/kJ5uEAb07pq7YgWI9Jzu3q802je.jpg","[{'id':12622,'logo_path':null,'name':'Darko Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-08-15","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Be careful what you wish for","Happy Birthday","false","4.5","24" +"false","/8sW8p8moqeG3zBiXoZaQfl3RYiO.jpg","null","0","[{'id':53,'name':'Thriller'}]","","326262","tt2120025","en","Biology 101","A College professor finds his life unraveling when a new student joins his class, a student who may or may not be the very subject of his darkest secret. His obsession could kill him and his family.","2.873","/8pZLNqp72i9PRGy82W0fbh8uzdk.jpg","[{'id':48548,'logo_path':null,'name':'Second Feature Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-04-01","0","76","[{'iso_639_1':'en','name':'English'}]","Released","This Addiction Can Kill","Biology 101","false","4.1","8" +"false","/gDiTAt59F3dTo1RKvo8vOiEF0Ty.jpg","null","0","[{'id':99,'name':'Documentary'}]","","369168","tt4065414","en","A Good American","A Good American tells the story of the best code-breaker the USA ever had and how he and a small team within NSA created a surveillance tool that could pick up any electronic signal on earth, filter it for targets and render results in real-time while keeping the privacy as demanded by the US constitution.","1.115","/tcRDIEqwSo8gXsJ1CmIrb7oigeZ.jpg","[{'id':83516,'logo_path':null,'name':'Slingshot Films','origin_country':''},{'id':13673,'logo_path':null,'name':'Blue + Green Communication','origin_country':''}]","[{'iso_3166_1':'AT','name':'Austria'}]","2015-09-23","0","100","[{'iso_639_1':'en','name':'English'}]","Released","The extraordinary story of an extraordinary spy","A Good American","false","6.9","14" +"false","/1gA7v0EGabzvT1oFWqpva9Wbhig.jpg","null","0","[{'id':18,'name':'Drama'}]","http://streetthemovie.com/","110504","tt1523987","en","1 Out of 7","Runaway teen Lexi find herself alone and pregnant on the streets. Seemingly beyond hope, she must turn to Devon, a woman with her own demons, to help her find a way back from her past mistakes.","1.435","/yWorTP74tbhBww9ZIuUKWPL1sxn.jpg","[{'id':21364,'logo_path':null,'name':'Blue Marlin Productions','origin_country':''},{'id':21365,'logo_path':null,'name':'Endurance Pictures','origin_country':''},{'id':21366,'logo_path':null,'name':'Independent Cinema','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-03-09","0","","[{'iso_639_1':'en','name':'English'}]","Released","Two million American youth run away from home each year. One in seven will live on the streets before the age of 18. This is one of their stories.","1 Out of 7","false","6","3" +"false","/fRZ5kyG9obeh3r8J53InF34vFow.jpg","null","0","[{'id':35,'name':'Comedy'}]","","476622","tt6962204","en","Walk Like a Panther","A group of 1980s wrestlers are forced to don the lycra once last time when their beloved local pub is threatened with closure.","2.876","/s1hrXzphIRoUTgZmw3zAUYu19ds.jpg","[{'id':7485,'logo_path':null,'name':'Fox International Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-03-09","0","108","[{'iso_639_1':'en','name':'English'}]","Released","","Walk Like a Panther","false","6.8","4" +"false","/7fbz4XaTCDucqnmIvCdLxojGwrr.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://www.thecovemovie.com/","23128","tt1313104","en","The Cove","The Cove tells the amazing true story of how an elite team of individuals, films makers and free divers embarked on a covert mission to penetrate the hidden cove in Japan, shining light on a dark and deadly secret. The shocking discoveries were only the tip of the iceberg.","6.029","/9giC3yXFPMl5Gmy5HGd0BYvWSWS.jpg","[{'id':4186,'logo_path':null,'name':'Quickfire Films','origin_country':'GB'},{'id':4183,'logo_path':'/bPOaJehJ43bEq1sip5jE1G53IEE.png','name':'Diamond Docs','origin_country':'US'},{'id':4184,'logo_path':null,'name':'SkyFish Films','origin_country':''},{'id':4185,'logo_path':'/49pwak3mqOIgY60d3aUD7IpKqhi.png','name':'Oceanic Preservation Society','origin_country':'US'},{'id':6735,'logo_path':'/6yyByQrmTAgJv0QzZ1Eh1jiGX4R.png','name':'Participant Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-07-31","1162422","92","[{'iso_639_1':'en','name':'English'}]","Released","Shallow Water. Deep Secret.","The Cove","false","8.1","332" +"false","/t02N2bJyq2Lulgb1R2b4ojrGrqu.jpg","null","0","[]","","510162","tt6964172","en","Kittenhood","There are 3 kittens in this story, and as we watch these cute bundles of fur grow we learn how our feline companions adapt in very diverse environments. Each of our kittens, from Tokyo to France, has a unique and fascinating world to explore! Resist watching if you can....","0.81","/eXM7Dqpxs3YVXwEuwqjDC6xCAw5.jpg","[]","[]","2015-01-01","0","51","[]","Released","","Kittenhood","false","0","0" +"false","/l1m2xQRjR2FmVsJUFdyhalHhjjY.jpg","{'id':477208,'name':'DC Super Hero Girls Collection','poster_path':'/b1M7g86QmjLJ2x0OEvKrPwBNGDH.jpg','backdrop_path':'/v4xTvGC8ycLqncW2oScpP59vkUt.jpg'}","0","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':28,'name':'Action'}]","","401650","tt5836262","en","DC Super Hero Girls: Hero of the Year","Wonder Woman, Supergirl, Batgirl, Harley Quinn, Bumblebee, Poison Ivy and Katana band together to navigate the twists and turns of high school in DC Super Hero Girls: Hero of the Year.","2.638","/jDixhOwE3MszqEdZ87464mMaESB.jpg","[{'id':2785,'logo_path':'/l5zW8jjmQOCx2dFmvnmbYmqoBmL.png','name':'Warner Bros. Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-08-09","0","72","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","","DC Super Hero Girls: Hero of the Year","false","5.8","19" +"false","/ddI9iOz60z2nHYBhkndcuvz7PbB.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':10770,'name':'TV Movie'}]","https://www.netflix.com/title/80997402","533165","tt7776830","en","Counterfeiting in Suburbia","Two teenagers have convinced themselves they're not doing anyone any harm by counterfeiting money but it all takes a dark turn when their debt-ridden art teacher finds out they are using his classroom to make the counterfeit bills.","2.475","/ds63bEU6qtcvFflya1Ad8VMfY8L.jpg","[{'id':106275,'logo_path':null,'name':'Lethal Tender Productions','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2018-07-01","0","88","[{'iso_639_1':'en','name':'English'}]","Released","","Counterfeiting in Suburbia","false","6.3","4" +"false","/ofSmunIrnPILFl6pTPPJf0GETDf.jpg","{'id':485645,'name':'Tiger Collection','poster_path':'/lvonQKsvBsr1Gy72rbNag6ABh2Y.jpg','backdrop_path':'/hXfVppXrHqjgzSWnKXY1a8XYHSB.jpg'}","15000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","https://www.yashrajfilms.com/","441909","tt5956100","hi","??????????????? ??????????????? ??????","When a group of Indian and Pakistani nurses are held hostage in Iraq by the militant Abu Usman, Indian Intelligence (RAW) track down the reclusive agent, Tiger, 8 years after he fled with former Pakistani intelligence (ISI) agent, Zoya. Joining forces in the name of humanity, Tiger and Zoya lead a team of RAW and ISI agents to covertly enter the hospital where the nurses are trapped.","2.967","/6EHnmwCtBhfOuoKQaHUSACV5UUJ.jpg","[{'id':59293,'logo_path':null,'name':'Kabir Khan Films','origin_country':''},{'id':1569,'logo_path':'/5WSkzUe6OiyKlpX2hJUghLlWkiU.png','name':'Yash Raj Films','origin_country':'IN'}]","[{'iso_3166_1':'IN','name':'India'}]","2017-12-18","87320000","165","[{'iso_639_1':'hi','name':'??????????????????'}]","Released","","Tiger Zinda Hai","false","6.1","47" +"false","/A8T7rqVGdmF5iR75duL4dqgEXCv.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","63443","tt0082764","en","Modern Romance","A film editor breaks up with his girlfriend, unsure if he is in love.","2.976","/iDRBGabz2BqlqjidUOtTvYOaSli.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1981-03-13","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Robert was madly in love with Mary. Mary was madly in love with him. Under the circumstances they did the only thing they could do... they broke up.","Modern Romance","false","6.6","27" +"false","/n8QxwRDCMmxpf4lFlS9V0QEj65b.jpg","{'id':123724,'name':'Dracula (Hammer) Collection','poster_path':'/n5SozLvdQZ7cYJb22ZIwNw1DzSg.jpg','backdrop_path':'/hybYYwBqaomfePU3uaiJfpg7ykC.jpg'}","478375","[{'id':27,'name':'Horror'}]","","34479","tt0067713","en","Scars of Dracula","The Prince of Darkness casts his undead shadow once more over the cursed village of Kleinenberg when his ashes are splashed with bat's blood and Dracula is resurrected. And two innocent victims search for a missing loved one... loved to death by Dracula's mistress. But after they discover his blood-drained corpse in Dracula's castle necropolis, the Vampire Lord's lustful vengeance begins.","3.549","/5daqiTuAgXfUzJruIhs3znlerec.jpg","[{'id':1314,'logo_path':'/gQBluDqe6dc2ZdzfJbabEHoSGoG.png','name':'Hammer Film Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1970-11-08","0","96","[{'iso_639_1':'en','name':'English'}]","Released","The mark of death remains forever!","Scars of Dracula","false","5.9","48" +"false","/z6N3Tm0CIiIQcxXVtiMBqx6RKem.jpg","{'id':393290,'name':'Sartana Collection','poster_path':'/eDoSuVIolosh8PTTKKyGfD7hzkj.jpg','backdrop_path':null}","0","[{'id':37,'name':'Western'}]","","83124","tt0066167","it","Una nuvola di polvere... un grido di morte... arriva Sartana","Wily roving gunslinger Sartana arrives in a small town and tries to find a hidden fortune of half a million dollars in gold and two million dollars in counterfeit money. Naturally, a bunch of other treacherous folks who include conniving widow Senora Manassas, shrewd fellow gunslinger Grand Full, and the vicious and unhinged General Monk are also looking to get their greedy hands on said fortune.","2.524","/wcyjvzNH5cUNN6al1nwOFXIvH8C.jpg","[{'id':1500,'logo_path':null,'name':'Copercines, Cooperativa Cinematogr??fica','origin_country':'ES'},{'id':9152,'logo_path':null,'name':'Devon Film','origin_country':'IT'}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'ES','name':'Spain'}]","1970-12-24","0","99","[{'iso_639_1':'it','name':'Italiano'}]","Released","Cloud of Dust... Cry of Death... Sartana Is Coming","Light the Fuse... Sartana Is Coming","false","6.2","6" +"false","/jZAOfaHYUjM4sBef7FkzOGpLXOq.jpg","null","0","[{'id':35,'name':'Comedy'}]","","19259","tt0090274","en","Volunteers","Lawrence is a rich kid with a bad accent and a large debt. After his father refuses to help him out, Lawrence escapes his angry debtors by jumping on a Peace Corp flight to Southeast Asia, where he is assigned to build a bridge for the local villagers with American-As-Apple-Pie WSU Grad Tom Tuttle and the beautiful and down-to earth Beth Wexler.","4.227","/zJhrgKA3ThYQmu2faoD8UDU450n.jpg","[{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-08-16","0","107","[{'iso_639_1':'en','name':'English'}]","Released","Ready or not, here they come.","Volunteers","false","5.5","57" +"false","/9J6xVmpRqIg2HtBzCKo9sgqJaB7.jpg","null","4000000","[{'id':27,'name':'Horror'}]","","37227","tt0086036","en","Of Unknown Origin","A man who recently completed rebuilding a townhouse becomes obsessed with a rat infestation until it becomes an interspecies duel.","2.195","/akpMxKrt3pTObRw0LJ5UFmSxQ0p.jpg","[{'id':4952,'logo_path':null,'name':'Canadian Film Development Corporation (CFDC)','origin_country':''},{'id':16914,'logo_path':null,'name':'Famous Players Limited','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':4363,'logo_path':null,'name':'Les Productions Mutuelles Lt??e','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","1983-11-24","0","88","[{'iso_639_1':'en','name':'English'}]","Released","Two forces have claimed the house. Only one will survive.","Of Unknown Origin","false","6.1","30" +"false","/gUEL518SbUZwI0lhuhSSg5YGeDJ.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","487660","tt5569344","en","Tarnation","When wannabe-singer Oscar is fired from her band and her boyfriend walks out, she heads to a remote cabin in the woods outside a ghost town called Tarnation to reflect on her life choices. But the woods are home to a demon unicorn, whose satanic master seeks Oscar's blood to complete a ritual that will raise Satan himself from Hell. Oscar must battle with a ungodly force of evil, capable of possessing any soul, to not only save her own life but to stop TARNATION descending upon the world.","1.961","/iYSdvV1q7rbj3Nh5mTQKabeMmOk.jpg","[{'id':62000,'logo_path':null,'name':'Strongman Pictures','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2017-11-24","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Tarnation","false","4.3","6" +"false","/oEZwPUCyRHnHrZWyittWtgk9BYK.jpg","null","0","[{'id':16,'name':'Animation'},{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'}]","","85398","tt0064961","ja","??????????????????","Beautifully constructed, 1001 Nights stays true to the lush and mysterious backdrop of the well known and age old story. Tezuka remolds the story into an escapist fantasy where a 60s-era working man is transported back to an era of entirely fictitious Arabian details. Seemingly at odds with itself, 1001 Nights consistently unfolds in a way that combines Playboy graphics, Arabian rug design and traditional Japanese scroll paintings. Sound like a strange mix? You bet and along the way we experience some of the great cultural juxtapositions that makes Tezuka the unpredictable style it is. Source: MAL","4.121","/tjBg2W3UCxZIr5SnXyfgs9rTUqd.jpg","[{'id':20327,'logo_path':null,'name':'Mushi Production','origin_country':''}]","[{'iso_3166_1':'JP','name':'Japan'}]","1969-06-14","0","128","[{'iso_639_1':'ja','name':'?????????'}]","Released","","A Thousand and One Nights","false","7.3","11" +"false","/lBWP6vsBLL2n263qbqvYoGnyl6I.jpg","null","0","[{'id':27,'name':'Horror'}]","","29130","tt0070013","fr","Les D??moniaques","A gang of pirates rape the two sole survivors of a ship wreck. The violated girls are rescued by the strange inhabitants of a supposedly haunted island, where they are granted supernatural powers to strike revenge against the pirates.","2.722","/bGyBRAxXeWmNMnPGmzA12SJhS9w.jpg","[{'id':9126,'logo_path':null,'name':'Nordia Films','origin_country':''},{'id':42156,'logo_path':null,'name':'G??n??ral Films','origin_country':''},{'id':9384,'logo_path':null,'name':'Les Films ABC','origin_country':''}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'FR','name':'France'}]","1974-12-05","0","100","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","The Demoniacs","false","4.8","13" +"false","/2xegakHz8mB4oVaXSFSSd1nnPT1.jpg","null","0","[{'id':18,'name':'Drama'}]","","110671","tt0050771","en","No Down Payment","Set in a California subdivision, the story follows four couples who have bought homes and are neighbors. Among the problems facing the couples are alcoholism, racism, and promiscuity.The story revolves around the idea of ""no down payment"" and the over extended nature of some of the families' economic situation. Tony Randall is in a role that you would never expect, a car salesman looking for a good time. Other issues include discrimination against a former war hero for lack of education.","1.426","/iJ6XBrUr7JUJhAbLPvOE3qt3LPW.jpg","[{'id':10917,'logo_path':null,'name':'Jerry Wald Productions','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1957-10-30","0","105","[{'iso_639_1':'en','name':'English'}]","Released","","No Down Payment","false","5.9","7" +"false","/n5VN1CLT0FaDskWfhwaVLIBedqq.jpg","null","45000000","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","9981","tt0384642","en","Kicking & Screaming","Phil Weston has been unathletic his entire life. In college he failed at every sport that he tried out for. It looks like his 10-year old son, Sam, is following in his footsteps. But with becoming the coach of The Soccers, an already successful soccer team, everything changes.","7.169","/8TFMhymotxmyNqf1SMLXW1xjbko.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-05-13","56070433","95","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","One man could lead this team to glory... That man was busy.","Kicking & Screaming","false","5.6","273" +"false","/dTCCUfqzE4m08jjXiVpybYMD2LP.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","99424","tt0090750","en","Blood Hook","During a local fishing contest, people are being mysteriously dragged into the lake and killed by a giant fish hook. After a sufficient number of deaths, the killer is finally revealed.","1.188","/t9jJBdIjDbu7o7qeCTRvxoiZgaD.jpg","[{'id':88086,'logo_path':null,'name':'Spider Lake Films','origin_country':'US'},{'id':88087,'logo_path':null,'name':'Golden Chargers','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-04-01","0","111","[{'iso_639_1':'en','name':'English'}]","Released","Fishing Was Never Like This!","Blood Hook","false","4","9" +"false","/58LoMOAlnrVYEs73ayuobdfiBvE.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':18,'name':'Drama'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","13551","tt0783238","en","The Dead Girl","The clues to a young woman's death come together as the lives of seemingly unrelated people begin to intersect.","5.895","/nwtmMYsyxkRYnsUe5OwyEHHqW0p.jpg","[{'id':19851,'logo_path':null,'name':'Pitbull Pictures','origin_country':''},{'id':126,'logo_path':'/kADPanRDkKTxncPXXVahvHPUvCj.png','name':'Lakeshore Entertainment','origin_country':'US'},{'id':5330,'logo_path':null,'name':'Bruin Grip Services','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-11-07","0","85","[{'iso_639_1':'en','name':'English'}]","Released","One life ends. Seven others begin.","The Dead Girl","false","6.3","104" +"false","/6AwiQAtEzqfN7e4CHwkGg0q7HOh.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","449132","tt6078840","ja","???????????????????????????","I (Takumi Kitamura) am a high school student. I happen to find a diary by my classmate Sakura Yamauchi (Minami Hamabe) that reveals she is suffering from a pancreatic disease. I spent time with Sakura, but she dies. 12 years later, due to Sakura???s words, I (Shun Oguri) am now a high school teacher at the same school where I graduated from. While I talk with my student, I remember several months I spent with Sakura. Meanwhile, Kyoko (Keiko Kitagawa), who was Sakura???s friend, is soon to marry. Kyoko also recalls the days she spent with me and Sakura.","3.589","/50tapu6LAgB4MNK7KoqbVxGtFn3.jpg","[{'id':882,'logo_path':'/fRSWWjquvzcHjACbtF53utZFIll.png','name':'Toho Company, Ltd.','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","2017-07-28","0","115","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Let Me Eat Your Pancreas","false","6.8","29" +"false","/uH5igyrxp7yg01xTEC2RHWQoFHq.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","https://www.thedomesticsmovie.com/","426814","tt5591666","en","The Domestics","A young husband and wife must fight to return home in a post-apocalyptic mid-western landscape ravaged by gangs.","11.769","/j64I3u1wwgPct3stvvKU2ikl14w.jpg","[{'id':2994,'logo_path':null,'name':'Hollywood Gang Productions','origin_country':''},{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-08-23","0","95","[{'iso_639_1':'en','name':'English'}]","Released","In the end, defend.","The Domestics","false","6.2","105" +"false","/d4fWOKyrVgp3XsH0swUucl277O3.jpg","null","34000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':36,'name':'History'}]","http://chappaquiddickmovie.com/","432301","tt5270948","en","Chappaquiddick","Ted Kennedy's life and political career become derailed in the aftermath of a fatal car accident in 1969 that claims the life of a young campaign strategist, Mary Jo Kopechne.","8.924","/kkTD7ufZd7AqAnZP5IMnrQXKRpM.jpg","[{'id':85100,'logo_path':null,'name':'Apex Entertainment','origin_country':'US'},{'id':10289,'logo_path':'/4lXJcFjACjb34LF78AUjEz4FtB9.png','name':'DMG Entertainment','origin_country':'US'},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'}]","[{'iso_3166_1':'SE','name':'Sweden'},{'iso_3166_1':'US','name':'United States of America'}]","2018-04-06","17904202","107","[{'iso_639_1':'en','name':'English'}]","Released","The Untold True Story","Chappaquiddick","false","6","105" +"false","/b6Eiab3GzmO58y1ixxr2coA43Nd.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","https://www.netflix.com/title/80217569","411143","tt4357394","en","Tau","Held captive in a futuristic smart house, a woman hopes to escape by befriending the A.I. program that controls the house.","8.784","/qqYOlCee3X7cKg05EOQH1htcHmy.jpg","[{'id':423,'logo_path':'/uvA6e2O31qaonsbYd8tjvgqmNXh.png','name':'Phantom Four','origin_country':'US'},{'id':104213,'logo_path':'/iavYBtwebxgRYZgo4dmw46RoUIU.png','name':'Addictive Pictures','origin_country':'US'},{'id':106140,'logo_path':null,'name':'Kaos Theory Entertainment','origin_country':''},{'id':37504,'logo_path':null,'name':'Rhea Films','origin_country':'US'},{'id':22842,'logo_path':'/waIZoO3pnB0VVCUVo8u6hqcYN9U.png','name':'Waypoint Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-06-20","0","97","[{'iso_639_1':'en','name':'English'}]","Released","No bars. No guards. No escape.","Tau","false","6.3","559" +"false","/cH1xoUED9nTKh4MYAy7YNNQmcCN.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","http://luvthefilm.com/","83890","tt1907707","en","LUV","Over the course of one day, a shy 13-year-old forms a bond with his troubled uncle.","2.315","/6LdEUiWabM1ixVKISsqDZ8jPbFv.jpg","[{'id':65146,'logo_path':null,'name':'Zhi Media','origin_country':''},{'id':2830,'logo_path':null,'name':'Rival Pictures','origin_country':''},{'id':12876,'logo_path':null,'name':'Gordon Bijelonic / Datari Turner Films','origin_country':''},{'id':44396,'logo_path':null,'name':'TideRock Films','origin_country':''},{'id':51235,'logo_path':null,'name':'Taggart Productions','origin_country':''},{'id':58590,'logo_path':null,'name':'Hollywood Studios','origin_country':''},{'id':65144,'logo_path':null,'name':'Stony Island Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-01-18","134634","94","[{'iso_639_1':'en','name':'English'}]","Released","Follow your hero. Or become your own man.","LUV","false","5.7","25" +"false","/799DUUN8HnmU0gCrbsDgTFUx7z2.jpg","null","10000000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","http://idealhomemovie.com/","399725","tt5460880","en","Ideal Home","A couple is going through marital troubles made worse when a previously unknown grandson shows up.","5.856","/nG1LGKXuxhzgmheGxZqDYekCzCr.jpg","[{'id':46160,'logo_path':null,'name':'Mustard & Co','origin_country':'US'},{'id':89845,'logo_path':null,'name':'Remstar Studios','origin_country':'US'},{'id':54838,'logo_path':null,'name':'Indieproduction','origin_country':'US'},{'id':11093,'logo_path':null,'name':'Lucky Monkey Pictures','origin_country':'US'},{'id':1219,'logo_path':'/6OGqCShROjIvmBOfRbeUsn7im93.png','name':'Baby Cow Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2018-06-21","0","91","[{'iso_639_1':'en','name':'English'}]","Released","These dads suck","Ideal Home","false","6.5","61" +"false","/tq5Dq9IvXlag9iOdqoMWDx9cw7z.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10752,'name':'War'},{'id':53,'name':'Thriller'}]","http://www.ifcfilms.com/films/the-catcher-was-a-spy","467952","tt4602066","en","The Catcher Was a Spy","Major league baseball player, Moe Berg, a probably gay man lives a double life working for the Office of Strategic Services.","8.918","/eF6LubTEp1KI6NXUP2o5G4g9AOP.jpg","[{'id':64541,'logo_path':null,'name':'Serena Films','origin_country':''},{'id':4135,'logo_path':'/8lz5brU6aEkKBnawP5NOU1fvhCP.png','name':'Animus Films','origin_country':'US'},{'id':24277,'logo_path':'/u42aMBx2JxWp4vgTjqcar4Kp1HI.png','name':'PalmStar Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-06-22","0","98","[{'iso_639_1':'en','name':'English'}]","Released","Based on the True Story of Moe Berg","The Catcher Was a Spy","false","6.3","56" +"false","/9YJqI5vudysYgU21YHfC2JHKG6t.jpg","null","0","[{'id':53,'name':'Thriller'}]","https://www.wellingtonfilms.co.uk/calibre","474051","tt6218358","en","Calibre","Two lifelong friends head up to an isolated Scottish Highlands village for a weekend hunting trip that descends into a never-ending nightmare as they attempt to cover up a horrific hunting accident.","8.916","/gCVOQzV7Z556WnJFNeX7y8BFhyW.jpg","[{'id':64479,'logo_path':'/6Do505ZuMYZYea4mX8WEGhydmnl.png','name':'Creative England','origin_country':'GB'},{'id':25795,'logo_path':null,'name':'Wellington Films','origin_country':''},{'id':8087,'logo_path':null,'name':'Creative Scotland','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-06-22","0","101","[{'iso_639_1':'en','name':'English'}]","Released","You can't bury the truth","Calibre","false","6.7","207" +"false","/mF3mrdgj1SFh51FOHFajhDxPFsj.jpg","null","3582070","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","","444539","tt3127022","en","The Bookshop","Set in an small English town in 1959, the story of a woman who decides, against polite but ruthless local opposition, to open a bookshop, a decision which becomes a political minefield.","7.985","/nh2ZpwuTKjY0tTGcsGu7TwOpT4p.jpg","[{'id':16923,'logo_path':null,'name':'Zephyr Films','origin_country':'GB'},{'id':33916,'logo_path':null,'name':'A Contracorriente Films','origin_country':''},{'id':49470,'logo_path':null,'name':'Diagonal TV','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'ES','name':'Spain'}]","2017-11-10","0","110","[{'iso_639_1':'en','name':'English'}]","Released","A town that lacks a bookshop isn't always a town that wants one","The Bookshop","false","6.7","140" +"false","/jo0AozkePOgADr4zRwTIJQUVCl8.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.kuuki-ningyo.com","25053","tt1371630","ja","????????????","An ""air doll"" suddenly come to life one day. Without her owner knowing, she goes for a walk around town and falls in love with Junichi. She starts to date Junichi and gets a job at the same store where he works. Everything seems to be going perfect for her until something unexpected happens.","5.382","/mntDXJYpMX09kbZt1QfxeIQJGXN.jpg","[{'id':9177,'logo_path':null,'name':'Eisei Gekijo','origin_country':''},{'id':3033,'logo_path':null,'name':'Asmik Ace','origin_country':'JP'},{'id':1141,'logo_path':null,'name':'Engine Films','origin_country':''},{'id':12424,'logo_path':null,'name':'TV Man Union','origin_country':''},{'id':528,'logo_path':'/fO3Aof3lXQclYpBByYC8aneTXwA.png','name':'Bandai Visual','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","2009-09-26","0","125","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Air Doll","false","6.7","84" +"false","/wSy24YyPtJCyjTrZtMQaNK3dEIT.jpg","null","0","[{'id':18,'name':'Drama'}]","","287426","tt3136112","en","Shelter","Hannah and Tahir fall in love while homeless on the streets of New York. Shelter explores how they got there, and as we learn about their pasts we realize they need each other to build a future.","2.693","/rTxJfoYJHV9H3n3zTduAXCDXsvD.jpg","[{'id':39707,'logo_path':null,'name':'The Bridge Finance Company','origin_country':''},{'id':38284,'logo_path':null,'name':'Bifrost Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-09-12","0","105","[{'iso_639_1':'en','name':'English'}]","Released","","Shelter","false","6","47" +"false","/or9m7UUEITgkkJQK1m8fs93eJ9w.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","http://www.marymagdalenefilm.co.uk/","407439","tt5360996","en","Mary Magdalene","Set in the Holy Land in the first century C.E., a young woman leaves her small fishing village and traditional family behind to join a radical new social movement. At its head is a charismatic leader, Jesus of Nazareth, who promises that the world is changing. Mary is searching for a new way of living, and an authenticity that is denied her by the rigid hierarchies of the day. As the notoriety of the group spread and more are drawn to follow Jesus??? inspirational message, Mary???s spiritual journey places her at the heart of a story that will lead to the capital city of Jerusalem, where she must confront the reality of Jesus??? destiny and her own place within it.","12.783","/oLbqnVAmD8ISel1SLTY3Ek0TWz8.jpg","[{'id':7217,'logo_path':'/vFbexaF70wSMUHRA6Fy6UcuA1ju.png','name':'See-Saw Films','origin_country':'GB'},{'id':6237,'logo_path':null,'name':'Porchlight Films','origin_country':''},{'id':47036,'logo_path':null,'name':'Universal Pictures International Production (UPIP)','origin_country':''},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-03-15","10940439","120","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","Her story will be told","Mary Magdalene","false","6.1","193" +"false","/hzPiXdkBwBT9a56r2mwKFb9vd78.jpg","null","500000","[{'id':99,'name':'Documentary'}]","http://ethosthemovie.com","57510","tt1707818","en","Ethos","Hosted by twice Oscar nominated actor and activist Woody Harrelson, Ethos lifts the lid on a Pandora's box of systemic issues that guarantee failure in almost every aspect of our lives; from the environment to democracy and our own personal liberty: From terrifying conflicts of interests in politics to unregulated corporate power, to a media in the hands of massive conglomerates, and a military industrial complex that virtually owns our representatives. With interviews from some of todays leading thinkers and source material from the finest documentary film makers of our times Ethos examines and unravels these complex relationships, and offers a solution, a simple but powerful way for you to change this system!","1.213","/9dlIL6qDl11aT1lfE4Ee9Gjfa91.jpg","[]","[]","2011-01-01","0","72","[{'iso_639_1':'en','name':'English'}]","Released","You are the solution","Ethos","false","6.7","8" +"false","/AtRA3FD9iQzYYiBGK2ubBahqB8T.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10752,'name':'War'}]","","333696","tt3822818","de","Nackt unter W??lfen","Taking place at the Concentration camp Buchenwald at the end of March 1945, prisoner Hans Pippig discovers in a carrying case of an incoming prisoner a Jewish child. If reported the three-year-old is sure to die. On the other hand, a violation of the rules of the camp would threaten the long prepared uprising of the concentration camp prisoners against the SS.","6.731","/eQhfNj3X8VImhH5NXVGRuDPnAXz.jpg","[{'id':24307,'logo_path':'/xJo66MG6C99FeO81ddXVswjEmSB.png','name':'UFA Fiction','origin_country':'DE'}]","[{'iso_3166_1':'DE','name':'Germany'}]","2015-04-01","0","105","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'pl','name':'Polski'}]","Released","","Naked Among Wolves","false","7.7","61" +"false","/4EZyagJBJnrkn8leHrKZ4xUduri.jpg","null","0","[{'id':18,'name':'Drama'}]","","70496","tt0063458","fr","La prisonni??re","Stanislas Hassler blazes the development of modern art in his gallery, packed with works of surprising shapes, colours and textures, and where exhibitions turn into media events. Gilbert Moreau is one of the artists whose sculptures are on display in the gallery. His wife, Jos??e, is intrigued by the stern Stanislas, who devotes his free time to photography in an apartment that highlights his sophisticated artistic tastes. But besides enlarged pictures of calligraphic samples, Stanislas is amassing a collection of photographs that reveal a disturbed character. So why would Jos??e endanger her mature relationship with Gilbert for the morbid observation of Stanislas's hidden personality?","1.365","/aYR5sGKpr9fM6IwInDLnC13ZDhF.jpg","[{'id':144,'logo_path':null,'name':'Fono Roma','origin_country':''},{'id':1398,'logo_path':null,'name':'Les Films Corona','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'IT','name':'Italy'}]","1968-11-20","0","106","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Woman in Chains","false","7.5","15" +"false","/iiZ2aE0jHreE8Rs62bw1Px1W3AW.jpg","null","0","[{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'},{'id':9648,'name':'Mystery'}]","","434221","tt6157626","zh","?????????","During the Late Tang Dynasty, a manor is invaded by a demon cat and a sense of unrest befalls the capital of Changan. A poet is charged with investigating the case and meets up with a monk. The two work together and pull apart the thread of clues to reveal a history of truths leading to the events.","4.914","/1myUtCUIQQ09nunWAmcNAxby1x9.jpg","[{'id':36828,'logo_path':null,'name':'New Classics Media','origin_country':''},{'id':13845,'logo_path':null,'name':'Kadokawa','origin_country':''},{'id':106247,'logo_path':null,'name':'21 Century Shengkai Film','origin_country':''},{'id':2726,'logo_path':null,'name':'Emperor Motion Pictures','origin_country':''}]","[{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'CN','name':'China'}]","2017-12-22","0","129","[{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'ja','name':'?????????'}]","Released","Love. Death. Revenge.","Legend of the Demon Cat","false","6.6","19" +"false","/beNYhvSIkrN2OMHSgvsxVqOzS7m.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","11656","tt0053976","sv","Jungfruk??llan","Devout Christians T??re and M??reta send their only daughter, the virginal Karin, and their foster daughter, the unrepentant Ingeri, to deliver candles to a distant church. On their way through the woods, the girls encounter a group of savage goat herders who brutally rape and murder Karin as Ingeri remains hidden. When the killers unwittingly seek refuge in the farmhouse of T??re and M??reta, T??re plots a fitting revenge.","8.124","/zFDtirgBArEMNNhIUJvYA7k2tzn.jpg","[{'id':6181,'logo_path':'/wLSdapPKqkBgrRVOKcUx83hCR3Y.png','name':'Svensk Filmindustri','origin_country':'SE'}]","[{'iso_3166_1':'SE','name':'Sweden'}]","1960-02-08","700000","90","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'sv','name':'svenska'}]","Released","","The Virgin Spring","false","8","209" +"false","/yUWKMT5giZ3EHbtmiDSNg1uGWcA.jpg","null","0","[{'id':14,'name':'Fantasy'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","16084","tt0076054","en","Freaky Friday","School girl Annabel is hassled by her mother, and Mrs. Andrews is annoyed with her daughter, Annabel. They both think that the other has an easy life. On a normal Friday morning, both complain about each other and wish they could have the easy life of their daughter/mother for just one day and their wishes come true as a bit of magic puts Annabel in Mrs. Andrews' body and vice versa. They both have a Freaky Friday.","7.781","/8kHZmN4Ao70LTgaiUti23Zl7fFq.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1976-12-17","0","95","[{'iso_639_1':'en','name':'English'}]","Released","Annabel and her Mother are not quite themselves today - in fact, they're each other!","Freaky Friday","false","6.2","104" +"false","/auvJMRsnB46nh9I1rrXVp0MNshW.jpg","null","90000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","https://movies.disney.com/mighty-joe-young","9822","tt0120751","en","Mighty Joe Young","As a child living in Africa, Jill Young saw her mother killed while protecting wild gorillas from poachers led by Andrei Strasser. Now an adult, Jill cares for an orphaned gorilla named Joe -- who, due to a genetic anomaly, is 15 feet tall. When Gregg O'Hara arrives from California and sees the animal, he convinces Jill that Joe would be safest at his wildlife refuge. But Strasser follows them to the U.S., intent on capturing Joe for himself.","9.343","/87OBsb8shf4FsBTGiEVsGwQeRFi.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':46976,'logo_path':'/A8LyPh201AmDlyBley6r9R3SZYS.png','name':'RKO Pictures LLC','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-12-25","0","114","[{'iso_639_1':'sw','name':'Kiswahili'},{'iso_639_1':'en','name':'English'}]","Released","Survival is an instinct.","Mighty Joe Young","false","5.9","340" +"false","/yp6JNRU4PQEeWAVbTKG2E8pYGiP.jpg","null","10000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':53,'name':'Thriller'}]","http://gotti-movie.com/","339103","tt1801552","en","Gotti","John Gotti rises to the top of the New York underworld to become the boss of the Gambino crime family. His life takes a tumultuous turn as he faces tragedy, multiple trials and a prison sentence.","13.342","/6vdCoMp68u6JbnlqeXEvxrTNPSm.jpg","[{'id':73685,'logo_path':null,'name':'Emmett Furla Oasis Films','origin_country':'US'},{'id':76991,'logo_path':'/pQjdvbv4y9yuIDSHDEHc9ijJKaS.png','name':'Highland Film Group (HFG)','origin_country':'US'},{'id':80896,'logo_path':null,'name':'Michael Fiore Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-06-14","4343227","110","[{'iso_639_1':'en','name':'English'}]","Released","He showed the world who's boss.","Gotti","false","5.2","214" +"false","/3Zb4Du20mvKl0jlOtQ6lCFhpiiT.jpg","null","32000000","[{'id':35,'name':'Comedy'}]","https://www.ifeelpretty.movie/","460668","tt6791096","en","I Feel Pretty","A head injury causes a woman to develop an extraordinary amount of confidence and believe she's drop dead gorgeous.","17.07","/iuPs45XIxfARKPLEkCGXWUrBrTR.jpg","[{'id':4022,'logo_path':'/q6Xts6ztGkTHrY1WfHttlhL3Pfc.png','name':'Wonderland Sound and Vision','origin_country':'US'},{'id':78996,'logo_path':null,'name':'Huayi Brothers Pictures','origin_country':'CN'},{'id':6626,'logo_path':'/A1BnMoWjzjOrjzpWimyBQkf84mS.png','name':'Voltage Pictures','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':47729,'logo_path':'/5NRpQ7xxmODXAjt2pRWUFMLVzvP.png','name':'STX Entertainment','origin_country':'US'}]","[{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'US','name':'United States of America'}]","2018-04-19","51748264","111","[{'iso_639_1':'en','name':'English'}]","Released","Change everything Without changing anything.","I Feel Pretty","false","6.4","958" +"false","/xIkwhelGu51tl3Z3sl1U5k1Ru9N.jpg","null","0","[{'id':18,'name':'Drama'}]","https://www.curzonartificialeye.com/the-banishment/","25142","tt0488905","ru","????????????????","After receiving an unexpected visit from his mysteriously injured brother Mark, Alex decides to take his family back to the country home of his childhood, but once there, Alex's wife Vera confesses that she is pregnant again and that the child is not his. Agony ensues as Alex attempts to figure out how best to react.","3.431","/hD5Dg3VztZbvk2aqQsHh1e5jUP4.jpg","[{'id':81997,'logo_path':null,'name':'Ren-TV','origin_country':'RU'},{'id':12557,'logo_path':null,'name':'H??licotronc','origin_country':''}]","[{'iso_3166_1':'RU','name':'Russia'}]","2007-05-18","0","157","[{'iso_639_1':'ru','name':'P????????????'}]","Released","If you want to kill, kill. If you want to forgive, forgive.","The Banishment","false","7.2","48" +"false","/VJPrPkfgEnMt1vFvedhyAB4MH6.jpg","{'id':318037,'name':'Martial Law Collection','poster_path':'/wWbwRZ08VyWaXgVKmg1Tu7zPHmI.jpg','backdrop_path':'/3xGrj9YMs8m1CYpoRyaL189C5EQ.jpg'}","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","http://www.multicom.tv/library/Martial_Law_II:_Undercover","61802","tt0104823","en","Martial Law II: Undercover","Sean and Billie are undercover cops and martial arts masters. Investigating the death of a cop, they uncover a deadly ring of murder and corruption at a glitzy nightclub where the rich are entertained by seductive women and protected by martial arts experts. Billie goes undercover to infiltrate the crime ring, leading to an explosive finale.","2.343","/64aIvgPkr983t7YLE3TAf4O8qOC.jpg","[{'id':23903,'logo_path':null,'name':'Westwind','origin_country':''},{'id':21084,'logo_path':null,'name':'Image Organization','origin_country':''},{'id':31247,'logo_path':null,'name':'M-L Partnership','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1991-10-01","0","91","[{'iso_639_1':'en','name':'English'}]","Released","Urban Warriors With A Badge, Their Bodies Are Their Weapons...","Martial Law II: Undercover","false","5.2","14" +"false","/pJYGDhHrZ9pN6cdqdBlnaZ6oVXA.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","431017","tt6423776","fr","Un beau soleil int??rieur","Isabelle, Parisian artist, divorced mother, is looking for love, true love, at last.","3.967","/7HSbTWvHfaywSpkETtlZqqcnItT.jpg","[{'id':77552,'logo_path':null,'name':'Curiosa Films','origin_country':''},{'id':78936,'logo_path':'/24F1OFSmF2qAoTLebUrw3soy3g1.png','name':'Cin??mage 10','origin_country':'FR'}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'FR','name':'France'}]","2017-09-27","866714","94","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","When you're not in love, what do you do?","Let the Sunshine In","false","5","56" +"false","/8CnXlsQXnmYj3Vbj1LvZifEJTqY.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","http://thestrangeones.com/","426258","tt6014904","en","The Strange Ones","Mysterious events surround the travels of two brothers as they make their way across a remote American landscape. On the surface all seems normal, but what appears to be a simple vacation soon gives way to a dark and complex web of secrets. This is the feature film version of the 2011 short film going by the same name.","2.667","/bbeS9X3xTHrziocOov750LoWmvo.jpg","[{'id':35562,'logo_path':'/cpeGUCuKo2vgaxzru9RvhJYBcdX.png','name':'Gamechanger Films','origin_country':'US'},{'id':87038,'logo_path':'/hn9S9PimxwmeTd0oII6ecurKw2x.png','name':'Adastra Films','origin_country':'FR'},{'id':41640,'logo_path':'/e1naE79Djln19oDgMsP3uuvLbTq.png','name':'Archer Gray','origin_country':'US'},{'id':73928,'logo_path':null,'name':'Relic Pictures','origin_country':'US'},{'id':90999,'logo_path':'/fvFryW0HGSIRRtI2hN0hOpTnmhO.png','name':'Storyboard Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-01-05","0","81","[{'iso_639_1':'en','name':'English'}]","Released","","The Strange Ones","false","6.2","34" +"false","/fzU7fJ6XocNHGLCg5yyHYmQNkiM.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","47901","tt0078034","en","The One and Only","1951: Andy Schmidt is in his last year of college. Taking life easy and always a saucy joke on his lips, he manages to win fellow student Mary's heart, although she's already otherwise engaged. But getting a job after college turns out much harder than expected; most directors take offense at his free interpretation of his roles. Desperate, he tries in wrestling. To avoid getting beaten up he stages the fights - and incidentally invents show-wrestling.","1.107","/a8zrgfHe7iun7oX5NcAzhTe45KY.jpg","[{'id':4376,'logo_path':null,'name':'First Artists','origin_country':''},{'id':41810,'logo_path':null,'name':'Balmoral Associates','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1978-02-03","16928137","97","[{'iso_639_1':'en','name':'English'}]","Released","She had to marry him. She was too embarrassed to have him as a date.","The One and Only","false","5.6","5" +"false","/iFC6iFHa24zWGOSKp31kP0mYjBQ.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","83359","tt0063067","en","Nobody Runs Forever","Rod Taylor plays a policeman sent to return a sensitive case; An Australian citizen, currently acting as high commissioner for peace talks who is wanted for an old charge -- of murder. The talks are too sensitive to be disturbed, so Taylor ends up watching Christopher Plummer as he conducts his talks, and discovers that some want the talks to fail enough to think that killing Plummer is an obvious way to stop them.","1.96","/gvefpaQfiwNbx3N727Xydjd67yl.jpg","[{'id':2419,'logo_path':null,'name':'Katzka-Berne Productions','origin_country':''},{'id':364,'logo_path':null,'name':'The Rank Organisation','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1968-08-22","0","101","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","In A Moment He Could Be Dead! - and the only man who could save him was going to arrest him for murder!","Nobody Runs Forever","false","6.1","4" +"false","/e2CRMDYZHOHCjM5lxvyLwZeeZlT.jpg","null","0","[{'id':18,'name':'Drama'}]","http://shotmovie.org/home/","469035","tt4323568","en","Shot","One bullet. Three lives. Everyone pays. On an average Los Angeles day, a couple on the verge of divorce and a bullied teenager find their lives desperately changed when the boy's illegal gun goes off.","1.4","/252Z2VpO6qaddZxwQ0GmwpwlBc5.jpg","[{'id':106071,'logo_path':null,'name':'AC Transformative Media','origin_country':''},{'id':106072,'logo_path':null,'name':'Outside The Box Motion Pictures','origin_country':''},{'id':106073,'logo_path':null,'name':'Deliberate Content','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-09-22","0","89","[{'iso_639_1':'en','name':'English'}]","Released","One bullet. Three lives changed forever.","Shot","false","10","2" +"false","/9NYrPSFAPFfQ0mK1SI1oB71GBKN.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","","17685","tt0060908","fr","Le Roi de c??ur","An ornithologist mistaken for an explosives expert is sent alone into a small French town during WWI to investigate a garbled report from the resistance about a bomb which the departing Germans have set to blow up a weapons cache.","1.659","/7RekNiu247cWDPfSqMyX77Yoez4.jpg","[]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'IT','name':'Italy'}]","1966-12-21","0","102","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","WW1 but with stank on it","King of Hearts","false","7.1","23" +"false","/qUYWRV6yH3q9ZzwPbBcXXBcywWf.jpg","null","90000","[{'id':9648,'name':'Mystery'},{'id':27,'name':'Horror'},{'id':18,'name':'Drama'}]","","29424","tt0069239","en","Hungry Wives","Joan Mitchell is an unhappy, middle-aged suburban housewife with an uncommunicative businessman husband and a distant 19 year old daughter on the verge of moving out of the house. Frustrated at her current situation, Joan seeks solace in witchcraft after visiting a local tarot reader and leader of a secret black arts wicca set, who inspires Joan to follow her own path. After dabbling in witchcraft and believing she has become a real witch, Joan withdraws into a fantasy world and sinks deeper and deeper into her new lifestyle until the line between fantasy and reality becomes blurred.","2.789","/hhBfST0YjRpTrLbB6XH0HXoXmkA.jpg","[{'id':55524,'logo_path':null,'name':'Latent Image','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1972-05-01","0","104","[{'iso_639_1':'en','name':'English'}]","Released","Every Night is Halloween.","Season of the Witch","false","5.4","23" +"false","/jrbLDGLud1QX1mnzcM8mPeP7xLu.jpg","null","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","22480","tt0065168","en","La vampire nue","A suicide cult led by a mysterious figure known as The Master. Oliver Martin is the hero, who tries to rescue pretty Caroline Cartier from the cult, only to find out that yet another group of vampires wants to save her too.","1.492","/p3eT6wWZAQAzZU2k0kXs0GtqeHG.jpg","[{'id':9384,'logo_path':null,'name':'Les Films ABC','origin_country':''},{'id':4579,'logo_path':null,'name':'Tigon British Film Productions','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'}]","1970-05-01","0","81","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","The Nude Vampire","false","4.6","9" +"false","/bY3321cVznNq2zeYzODnN2m6mo5.jpg","null","25000","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","14267","tt0072979","en","Female Trouble","The life and times of Dawn Davenport, showing her progression from bratty schoolgirl to crazed mass murderer - all of which stems from her parents' refusal to buy her cha-cha heels for Christmas.","4.459","/a3IQIDnDSLQcwp8EB9w3ZDxRGgP.jpg","[{'id':38223,'logo_path':null,'name':'Dreamland','origin_country':''},{'id':108138,'logo_path':null,'name':'Saliva Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1974-10-04","0","98","[{'iso_639_1':'en','name':'English'}]","Released","Nice girls don't wear cha-cha heels.","Female Trouble","false","7.1","58" +"false","/krBzcb8PAhdkrcqgGS1XrxhnQlT.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':37,'name':'Western'}]","https://a24films.com/films/woman-walks-ahead","396373","tt5436228","en","Woman Walks Ahead","In 1890, Catherine Weldon, a painter from New York, travels to North Dakota to paint a portrait of Sitting Bull and becomes involved in the struggle of the Lakota people to get the Government respects their rights over the land where they live.","11.724","/qI5NcQHR0nsykPqlG2qnfFyMgW6.jpg","[{'id':79315,'logo_path':'/usf5ueQPfCoVrUWiR6Xiod1RQL3.png','name':'Black Bicycle Entertainment','origin_country':'US'},{'id':348,'logo_path':null,'name':'Bedford Falls Productions','origin_country':''},{'id':834,'logo_path':null,'name':'Potboiler Productions','origin_country':'GB'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-04-25","0","103","[{'iso_639_1':'en','name':'English'}]","Released","Defy your times","Woman Walks Ahead","false","6.6","46" +"false","/fPfSJpCDvTzLdX0FkwYAkiqB6IL.jpg","null","13000000","[{'id':99,'name':'Documentary'}]","http://www.human-themovie.org/","359364","tt3327994","fr","Human","A combination of first-person stories and exclusive aerial images, HUMAN is a unique documentary. This sensitive experience is an introspection into whom we are today as a community but also and most importantly as an individual. Through wars, inequalities, discriminations, HUMAN confronts us with the realities and the diversity of our human conditions. Beyond this darker side, testimonies show the empathy and the solidarities which we are capable of. All these contradictions are ours and HUMAN leads us to reflect about the future we wish to give to people and the planet today. Filmed in 60 countries during two years, HUMAN by Yann Arthus-Bertrand draws a portrait of nowaday???s Humanity.","3.98","/eVt3M4BcwKx6MrdSGY9CVU8gWtH.jpg","[{'id':85206,'logo_path':null,'name':'Bettencourt Schuller Foundation','origin_country':''},{'id':65701,'logo_path':null,'name':'Humankind Production','origin_country':''},{'id':85207,'logo_path':null,'name':'GoodPlanet Foundation','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'}]","2015-09-12","0","263","[{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'el','name':'????????????????'},{'iso_639_1':'he','name':'????????????????'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'pt','name':'Portugu??s'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Accepting your true identity is accepting who you are as a human being.","Human","false","8.6","146" +"false","/akocaI1JYWGheq6z7ZFWlIGWDWT.jpg","null","0","[{'id':14,'name':'Fantasy'},{'id':18,'name':'Drama'}]","http://namiya-movie.jp/","477652","tt6298600","ja","???????????????????????????","In 2012, Atsuya (Ryosuke Yamada) and his 2 childhood friends do something bad and run into an old general store. They decide to stay there until the morning. Late into the night, Atsuya sees a letter in the mailbox. The letter is addressed to the Namiya General Store and the letter was written by someone to consult about worries. Incredibly, the letter was written 32 years ago. The mailbox is somehow connected to the year 1980. Atsuya and his friends decide to write a reply and place their letter in the mailbox.","2.084","/ckDioqChQb1aFpMJEOuTYOw0Q8N.jpg","[{'id':2073,'logo_path':'/bkpWpkSDfNG1HxJnjruVKHXBi7J.png','name':'Kadokawa Pictures','origin_country':'JP'},{'id':192,'logo_path':'/93eAKlnQecDdMtucfOprzcjMw9V.png','name':'Shochiku Co., Ltd.','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","2017-09-23","0","129","[{'iso_639_1':'ja','name':'?????????'}]","Released","","The Miracles of the Namiya General Store","false","6.6","14" +"false","/qtO7A1rVaBvqX8CBh92As5NuWjp.jpg","{'id':521226,'name':'A Quiet Place Collection','poster_path':'/7WkFgOFJ6kKpqfEUo78zS3gjDlm.jpg','backdrop_path':null}","17000000","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","http://aquietplacemovie.com","447332","tt6644200","en","A Quiet Place","A family is forced to live in silence while hiding from creatures that hunt by sound.","25.765","/nAU74GmpUk7t5iklEp3bufwDq4n.jpg","[{'id':29312,'logo_path':null,'name':'Sunday Night','origin_country':'US'},{'id':2481,'logo_path':'/nVEP2IHCDOBOldgDL4SSufitN9.png','name':'Platinum Dunes','origin_country':'US'},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-04-03","340677200","91","[{'iso_639_1':'en','name':'English'}]","Released","If they hear you, they hunt you.","A Quiet Place","false","7.3","5373" +"false","/4t8ObSHYl4hWSocCFSpws3PIA3Z.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':18,'name':'Drama'}]","http://www.sho.com/titles/3437264/gringo-the-dangerous-life-of-john-mcafee","413834","tt6071534","en","Gringo: The Dangerous Life of John McAfee","The strange story of John McAfee, who went from millionaire software mogul to yogi, Kurtz-like jungle recluse to potential murderer, and most recently a prospective presidential candidate for the American Libertarian Party.","1.064","/yfOVchwkgWR1q3Q4nq161I2Qyqq.jpg","[{'id':4343,'logo_path':'/rXq1B1Hnkdnw6soz1zoGcslK3wb.png','name':'Showtime Networks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-09-24","0","100","[{'iso_639_1':'en','name':'English'}]","Released","","Gringo: The Dangerous Life of John McAfee","false","7","28" +"false","/oHIvqgLNVBBaFRYceUPQLMhT21j.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","17136","tt0037469","en","The Woman in the Window","A seductive woman gets an innocent professor mixed up in murder.","3.757","/i8jDpAWByVYaQZJXbsg8XqDOF5y.jpg","[{'id':3257,'logo_path':null,'name':'International Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1944-11-03","0","99","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","It was the look in her eyes that made him think of murder.","The Woman in the Window","false","7.4","83" +"false","/6dY5XxW2GZmdcQXF3d8ahq42zGm.jpg","null","1000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","1444","tt0418773","en","Junebug","On the way to meet with an independent artist in the South, newlywed art dealer Madeleine is convinced by her husband, George, that they should stop to meet his family in North Carolina. Madeleine's affluent lifestyle clashes with the family, but she befriends George's wide-eyed and pregnant sister-in-law, Ashley, who is nearing her due date. Through the family, Madeleine gains greater insight into George's character.","6.752","/asC6UOPrR6OlNMiyXbeXWu08SOG.jpg","[{'id':3846,'logo_path':null,'name':'Epoch Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-08-03","0","106","[{'iso_639_1':'en','name':'English'}]","Released","","Junebug","false","6.7","98" +"false","/5R5O1IkKz4Otrhax39AwYRPkh1h.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':37,'name':'Western'}]","https://bunyaproductions.com.au/sweet-country/","468210","tt6958212","en","Sweet Country","It???s 1929 on the vast, desert-like, Eastern Arrernte Nation lands that are now known as the Central Australian outback. Sam Kelly, a middle-aged Aboriginal man, works the land of a kind preacher, Fred Smith. After an ill-tempered bully arrives in town and Kelly kills him in self-defence, he and his wife go on the run as a posse gathers to hunt him down.","5.304","/szJdZCSiEIYybmPymoP2UTEvOUC.jpg","[{'id':86737,'logo_path':null,'name':'Bunya Productions','origin_country':'AU'},{'id':105990,'logo_path':null,'name':'Sweet Country Films','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2018-01-25","0","113","[{'iso_639_1':'en','name':'English'}]","Released","Justice itself is put on trial","Sweet Country","false","6.9","60" +"false","/5njORGMjxaRopXGnfCSSy0jpipa.jpg","null","46000","[{'id':18,'name':'Drama'}]","http://www.facebook.com/mulasakunganoangnoon","280492","tt3303310","tl","Mula sa kung ano ang noon","The Philippines, 1972. Mysterious things are happening in a remote barrio. Wails are heard from the forest, cows are hacked to death, a man is found bleeding to death at the crossroad and houses are burned. Ferdinand E. Marcos announces Proclamation No. 1081 putting the entire country under Martial Law.","1.796","/abxu4NSbzVDUBDB56jCr4PLGL9G.jpg","[{'id':19653,'logo_path':null,'name':'Sine Olivia','origin_country':''}]","[{'iso_3166_1':'PH','name':'Philippines'}]","2014-07-03","0","340","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'tl','name':''}]","Released","From the Latin phrase ???a priori???, used in Western philosophy as knowledge independent of all particular experiences, an argument/justification on the essentiality of truth that is easily gleaned even without empirical evidence.","From What Is Before","false","8.9","10" +"false","/qTRg8UGaf4KZDleEKVGomv2T4tk.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","","408873","tt5843850","en","Kings","A foster family in South Central a few weeks before the city erupts in violence following the verdict of the Rodney King trial in 1992.","4.871","/sEQIshX0y64hYjjDbE1KqevW04e.jpg","[{'id':82470,'logo_path':null,'name':'Barnstormer Productions','origin_country':''},{'id':8186,'logo_path':null,'name':'Bliss Media','origin_country':''},{'id':51696,'logo_path':'/1HeS0gYnwi2AVtfGvSBaCqlXMuS.png','name':'CG Cin??ma','origin_country':'FR'},{'id':106018,'logo_path':null,'name':'Maven Pictures','origin_country':''}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'FR','name':'France'}]","2017-11-11","0","92","[{'iso_639_1':'en','name':'English'}]","Released","Don't let your family get caught in the crossfire","Kings","false","6.1","52" +"false","/5NJbkdVBO6k2ZyPDIKNGjILikTz.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'}]","","44963","tt0084674","ja","??????????????? ???????????????","In the middle of the 16th century, Hideyoshi, a power hungry warlord sets out to destroy the Momochi clan. He sends his war commander in search of the clan's hidden gold only to find that two daggers are the key to the hiding place of the treasured gold. Spanning decades, the quest for the missing daggers takes Shiranui through war and ancient tradition.","2.452","/nZMgytyPPCI9fcVjnfKDcc3S6rK.jpg","[{'id':5822,'logo_path':'/qyTbRgCyU9NLKvKaiQVbadtr7RY.png','name':'Toei Company, Ltd.','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","1980-11-15","0","117","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Shogun's Ninja","false","5.3","4" +"false","/1vQuBlZdriF4CDvqzOXa6G6BdxV.jpg","null","7000000","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","https://www.miramax.com/movie/in-too-deep/","22314","tt0160401","en","In Too Deep","A fearless cop is taking on a ruthless crimelord. He knew the risks. He just didn't know how far he would have to go.","2.67","/uylbVab2pYVFJhrZB2ujhG0MxQq.jpg","[{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'},{'id':4380,'logo_path':null,'name':'Suntaur Entertainment Company','origin_country':''},{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-08-25","14011454","95","[{'iso_639_1':'en','name':'English'}]","Released","He didn't know how far he'd have to go.","In Too Deep","false","6.8","35" +"false","/lnqd8xhobIBIrV6yM3glhBef0iK.jpg","{'id':108170,'name':'The Blind Dead Collection','poster_path':'/y9LLUwsbyZSeOg8vgqjq2Sbf8cC.jpg','backdrop_path':null}","0","[{'id':27,'name':'Horror'}]","","28071","tt0073461","es","La noche de las gaviotas","The Knight Templars return in this fourth installment of the Blind Dead seris. On this outing, the Templars haunt a fishing village, where they rise seven nights every seven years to claim their sacrificial offerings in return for the safety of the townspeople.","2.322","/4LAZVygvSQcgvEpWd66zjS5GlbU.jpg","[{'id':38791,'logo_path':null,'name':'P??rez Pareja, M. Flor','origin_country':''},{'id':38792,'logo_path':null,'name':'Ancla Century Films','origin_country':''},{'id':4948,'logo_path':null,'name':'Profilmes','origin_country':''}]","[{'iso_3166_1':'ES','name':'Spain'}]","1975-08-11","0","89","[{'iso_639_1':'es','name':'Espa??ol'}]","Released","","Night of the Seagulls","false","5.9","18" +"false","/hDHFoQiuf04OsMMNjFtzSxL85mM.jpg","null","308205","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","37582","tt0076725","en","Sleeping Dogs","Recluse Smith is drawn into a revolutionary struggle between guerrillas and right-wingers in New Zealand. Implicated in a murder and framed as a revolutionary conspirator, Smith tries to maintain an attitude of non-violence while caught between warring factions.","1.215","/fv9zA2OQktTciDFmBJ3xw8k8UYg.jpg","[{'id':294,'logo_path':'/3XuHM8TXG0gDdPM3xJI14gkZbQy.png','name':'New Zealand Film Commission','origin_country':'NZ'},{'id':6052,'logo_path':null,'name':'Aardvark Films','origin_country':''},{'id':12821,'logo_path':null,'name':'Broadbank Investments','origin_country':''}]","[{'iso_3166_1':'NZ','name':'New Zealand'}]","1977-10-06","0","107","[{'iso_639_1':'en','name':'English'}]","Released","What happens when you're hunted...and there's no place to run!","Sleeping Dogs","false","5.8","9" +"false","/1yMdfyQr0FovHo7EXQPgJ5MjWQf.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","20759","tt0116448","en","The Great White Hype","When the champ's promoter, Rev. Sultan, decides something new is needed to boost the marketability of the boxing matches, he searches and finds the only man to ever beat the champ. The problem is that he isn't a boxer anymore and he's white. However, once Rev. Sultan convinces him to fight, he goes into heavy training while the confident champ takes it easy and falls out of shape.","3.175","/8RJD1CcZ3K7nfEhg6BfGcQbAvsN.jpg","[{'id':54051,'logo_path':null,'name':'Atman Entertainment','origin_country':''},{'id':89312,'logo_path':null,'name':'Fred Berner Films','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-05-03","0","91","[{'iso_639_1':'en','name':'English'}]","Released","If you can't find the perfect contender....make one.","The Great White Hype","false","5.1","45" +"false","/mY58bjgoUQmubFbFzqKrsshYTGC.jpg","null","0","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","https://www.thingsweveseen.com/","521646","tt4907976","en","The Things We've Seen","Accusations of guilt turns a father into a fugitive, leaving his son to find and bring him home after struggling to put the pieces together.","0.84","/QRJiziHrDBVCoay8YeZdSWTbWd.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-01-28","0","80","[{'iso_639_1':'en','name':'English'}]","Released","","The Things We've Seen","false","10","2" +"false","/f2n3MCKGOq3zviOgNUWAhjau0Lc.jpg","null","0","[{'id':18,'name':'Drama'}]","","50011","tt0051879","en","Look Back in Anger","A disillusioned, angry university graduate comes to terms with his grudge against middle-class life and values.","2.777","/9o41cXbf5srgDLOj3buipPyzelR.jpg","[{'id':13963,'logo_path':null,'name':'Orion','origin_country':''},{'id':1980,'logo_path':null,'name':'Woodfall Film Productions','origin_country':''},{'id':4894,'logo_path':null,'name':'Associated British-Path??','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1959-05-28","0","98","[{'iso_639_1':'en','name':'English'}]","Released","An electrifying adult experience... from the sensational play by John Osborne that shocked the world!","Look Back in Anger","false","6.8","25" +"false","/kmfteu4gCDKKSBr97ddmNfOxw8i.jpg","null","6000000","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'},{'id':10749,'name':'Romance'}]","","183","tt0098663","en","The Wizard","Corey (Fred Savage) refuses to let his emotionally disturbed younger brother Jimmy (Luke Edwards) be institutionalized, and the two run away together. They soon join forces with a resourceful girl (Jenny Lewis), who notices that Jimmy has a special talent: he is a ""wizard"" at video games and can achieve the high score on absolutely everything he plays. Evading their parents and a sinister bounty hunter, the trio head for a climactic showdown at the national video game championships in California.","5.87","/xGNirmikw9OXsfR9NYQKmsxb5nF.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':275,'logo_path':'/2MxNWlN5b3UXt1OfmznsWEQzFwq.png','name':'Carolco Pictures','origin_country':'US'},{'id':20986,'logo_path':null,'name':'Finnegan/Pinchuk Productions','origin_country':''},{'id':112267,'logo_path':null,'name':'Pipeline Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-12-15","14278900","100","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","They're on a cross-country adventure to the world's greatest video championship. It's more than a game...it's the chance of a lifetime.","The Wizard","false","6.1","141" +"false","/wEhKlCOiJclMINclEYUnWVBVWg7.jpg","null","0","[{'id':18,'name':'Drama'}]","","402737","tt3392740","en","Texas Heart","A California lawyer, hiding out in a small Texas town while on the run from the mob, risks exposure when he decides to defend a local man he believes innocent of murder.","1.213","/kk8fcOYQUJLmbuYvWNiJodbv5bn.jpg","[{'id':106050,'logo_path':null,'name':'DBS Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-05-20","0","103","[{'iso_639_1':'en','name':'English'}]","Released","You can't run from your heart.","Texas Heart","false","8","2" +"false","/7zo7zTqe8qAUckAvygnyK9gPmW9.jpg","null","500000","[{'id':37,'name':'Western'}]","","76868","tt0055318","en","Posse from Hell","Murphy goes after bad guys who shot his friend the sheriff and abducted a local girl. In a plot reminiscent of High Noon, the posse of town blowhards gradually abandons Murphy; only tenderfoot banker Saxon remains, to prove his manhood. When they find the girl, obviously abused by her captors, Murphy shows her acceptance and sympathy whereas the others disply only revulsion.","1.623","/3vGl992NB8pIEjNiiWvbQrrarH2.jpg","[{'id':10330,'logo_path':'/nY62adzeba5GVK8LJYD6yd9R8H4.png','name':'Universal International Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1961-05-01","0","89","[{'iso_639_1':'en','name':'English'}]","Released","Together They Team Up As An Avenging Posse From Hell!","Posse from Hell","false","5","11" +"false","/vTu6k2IriWI6OftnuYbcZCcjT9c.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","85942","tt0064679","en","Model Shop","While trying to raise money to prevent his car from being repossessed, George is attracted to Lola, a Frenchwoman who works in a ""model shop"" (an establishment which rents out beautiful pin-up models to photographers). George spends his last twelve dollars to photograph her, and discovers that she is as unhappy as he.","1.181","/AlUAjVmbdUW0wdVd5AcFJAT6VSr.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'FR','name':'France'}]","1969-02-11","0","95","[{'iso_639_1':'en','name':'English'}]","Released","Maybe Tomorrow. Maybe Never. Maybe.","Model Shop","false","8","3" +"false","/7fSKPwMtRkaNU31d0YckhuFJLFG.jpg","null","0","[{'id':18,'name':'Drama'}]","","115549","tt0052639","en","Blue Denim","Two naive high-school students must deal with the unexpected consequences after a night of passion. Director Philip Dunne's 1959 film about teenage pregnancy stars Brandon de Wilde, Carol Lynley, Macdonald Carey, Marsha Hunt, Warren Berlinger, William Schallert and Roberta Shore.","0.956","/pNwlsRRIYixbfijwBkqXlgrCGNy.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1959-07-30","0","89","[{'iso_639_1':'en','name':'English'}]","Released","How could it happen to Janet...so shy, so young, and so much like yourself? Where did she go wrong... and why... WHY... WHY?","Blue Denim","false","4.5","2" +"false","/sfq8Evv1pQIMrqFC1LSbatR9tVr.jpg","null","0","[{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","","26299","tt0061489","en","Clambake","The heir to an oil fortune trades places with a water-ski instructor at a Florida hotel to see if girls will like him for himself, rather than his father's money.","2.113","/7w3qNfSEzBGqVP1t1c1fccKhWZt.jpg","[{'id':60535,'logo_path':null,'name':'Rhodes Pictures','origin_country':''},{'id':10463,'logo_path':null,'name':'Levy-Gardner-Laven','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1967-01-01","0","100","[{'iso_639_1':'en','name':'English'}]","Released","It's Elvis!..cooking up a storm!","Clambake","false","5.6","18" +"false","/prfgGRUhTdX2a0mPLRapNkdUiXv.jpg","null","0","[{'id':28,'name':'Action'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","http://distorted.movie/","459258","tt6143850","en","Distorted","A married couple suspect that the 'smart apartments' in their high tech residence are being used by its owner for sinister reasons.","8.375","/e26QQxiD9glX34qU9Lfj98nMCTA.jpg","[{'id':89913,'logo_path':null,'name':'Bridgegate Pictures','origin_country':''},{'id':8583,'logo_path':null,'name':'Minds Eye Entertainment','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2018-06-22","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Don't fear the lies. Fear the truth.","Distorted","false","5","40" +"false","/ctNVIKX5Krn1cR0dh0A3y6Qunyz.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","467915","tt6164762","en","The Delinquent Season","Two couples appear to live in marital bliss until cracks begin to appear in both seemingly steady marriages. The film asks the question 'How well do any of us really know each other' and explores the ideas of love, lust, and family relationships.","5.596","/xX43qZzsqqMZwzqwtUHX5P6PwZ4.jpg","[{'id':5056,'logo_path':'/kADFcjL04xe5HGBnlLjbfhliS2a.png','name':'Head Gear Films','origin_country':'GB'},{'id':25954,'logo_path':null,'name':'Metrol Technology','origin_country':'GB'},{'id':5122,'logo_path':null,'name':'Parallel Films','origin_country':'IE'}]","[{'iso_3166_1':'IE','name':'Ireland'}]","2018-04-27","0","103","[{'iso_639_1':'en','name':'English'}]","Released","","The Delinquent Season","false","6.8","12" +"false","/cs979k6D5KBnyzByMM0lqhg1grk.jpg","null","18000000","[{'id':18,'name':'Drama'}]","","38557","tt0088007","en","The River","Farming family battles severe storms, a bank threatening to reposses their farm, and other hard times in a battle to save and hold on to their farm.","2.705","/gbj6gZi7lAtXpJiUsPSAL4rfgmC.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-12-01","11500000","122","[{'iso_639_1':'en','name':'English'}]","Released","He might be able to hold back the river. But could he hold back the greed of man?","The River","false","6.3","45" +"false","/AoYGqtWxcNmQjQIpRCMtzpFfL1T.jpg","null","65000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","https://www.foxmovies.com/movies/spy-unrated","238713","tt3079380","en","Spy","A desk-bound CIA analyst volunteers to go undercover to infiltrate the world of a deadly arms dealer, and prevent diabolical global disaster.","13.312","/xaOq0BnMHl445iZ4B7szBzaWgjS.jpg","[{'id':7076,'logo_path':'/8BFxn9NUWSgp0ndih569Gm62xiC.png','name':'Chernin Entertainment','origin_country':'US'},{'id':61791,'logo_path':'/xyiy5wZdmnxVViRa8oRMXQQvT6F.png','name':'Feigco Entertainment','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-05-06","235666219","120","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'it','name':'Italiano'}]","Released","One of the guys. One of the Spies.","Spy","false","6.8","3808" +"false","/8uvnUUc6WGS8vnNSK40IgYWhwIm.jpg","null","0","[{'id':18,'name':'Drama'}]","","414770","tt5973032","ja","??????????????????","Japan's oldest major movie studio asks a batch of venerable filmmakers to revive its high-brow soft-core Roman Porno series.","7.265","/1hL1OlEHPuqZAK2QXR8tCHCGMZR.jpg","[{'id':3659,'logo_path':null,'name':'Django Film','origin_country':''},{'id':955,'logo_path':'/5xnXD3PJI1HqOJceSAKZ3fDqO1V.png','name':'Nikkatsu Corporation','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","2016-09-07","0","78","[{'iso_639_1':'ja','name':'?????????'}]","Released","Freedom? What's that?","Antiporno","false","6.5","59" +"false","/6qvsndUb8Ry6nsKXlzzBRXQuAfO.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'}]","","377274","tt4929038","pt","O Ornit??logo","Stranded along a sublime river fjord in northern Portugal, a hunky ornithologist is subjected to a series of brutal and erotic Stations-of-the-Cross-style tests.","2.045","/xS7akhtD1fwDzLseiTkDKOEwXHr.jpg","[{'id':19196,'logo_path':null,'name':'Blackmaria','origin_country':''},{'id':74860,'logo_path':null,'name':'House on Fire','origin_country':''},{'id':111570,'logo_path':null,'name':'Itaca Films','origin_country':'BR'}]","[{'iso_3166_1':'BR','name':'Brazil'},{'iso_3166_1':'PT','name':'Portugal'},{'iso_3166_1':'FR','name':'France'}]","2016-10-05","0","118","[{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'gl','name':'Galego'},{'iso_639_1':'la','name':'Latin'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","Things happen, you just have to believe","The Ornithologist","false","6.5","32" +"false","/bIyVijGv6Sdicc9YPUJYMF7BRy1.jpg","null","0","[{'id':99,'name':'Documentary'}]","","290550","tt4049956","tl","Mga anak ng unos, unang aklat","The Philippines is visited by an average of 20~28 strong typhoons and storms every year. It is the most storm-battered country in the world. Last year, Typhoon Yolanda (Haiyan), considered the strongest storm in history, struck the Philipines, leaving in its path apocalyptic devastation.","0.6","/sq8gpzSceI5KPTxLyEqmGp08zH3.jpg","[{'id':19653,'logo_path':null,'name':'Sine Olivia','origin_country':''},{'id':33813,'logo_path':null,'name':'DMZ Docs','origin_country':''}]","[{'iso_3166_1':'PH','name':'Philippines'}]","2014-09-23","0","143","[{'iso_639_1':'tl','name':''}]","Released","","Storm Children, Book One","false","8.6","5" +"false","/tFZIZhuJrYjmLXerzbh2bBdsygB.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'}]","http://thenorthlander.com","412280","tt5059782","en","The Northlander","In the year 2961, the time is after humanity and nature has recovered the land. A hunter named Cygnus is called to rise above his duty. He provides for Last Arc, a once nomadic band of survivors in need of food and water that is now growing scarce. The answer must be found before a group of outlandish Heretics descend upon them. Cygnus must voyage across the treacherous landscape to defend his people. Sent by Nova, the matriarch of the band, she acts based on her vision for Cygnus to find a seed of hope. The future of Last Arc is for him to discover, Cygnus ventures into a hostile landscape in search of an answer for his people. On this journey of encountering many traps and dangers, Cygnus discovers what has been hunting him is his identity.","1.505","/tZNMuNe5EQiV7VUNbDmE9ovBln.jpg","[{'id':80573,'logo_path':null,'name':'MANIFOLD PICTURE','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2016-10-14","0","98","[{'iso_639_1':'en','name':'English'}]","Released","In 2961: The only rule is instinct","The Northlander","false","4.6","9" +"false","/AsFLWRkMTWLdp9niddXarc6Epc7.jpg","{'id':492969,'name':'The Adventures of Tad Jones','poster_path':'/kpILOMR8xSzivfw3gbSywILJkQW.jpg','backdrop_path':'/9iTuTyvEu9TnbbPTVmuswPwZrP.jpg'}","10778400","[{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","452773","tt3896102","es","Tadeo Jones 2: El secreto del rey Midas","Tad Jones, the most awkward explorer, must rescue his beloved Sara from a millionaire who is looking for King Midas' necklace.","9.771","/7WtFoWtGp45PLNmajM8iGtjAA7B.jpg","[{'id':37209,'logo_path':null,'name':'4 Cats Pictures','origin_country':'ES'},{'id':104632,'logo_path':'/gxKYWKH1s5fYJogAorKdG1DZTvr.png','name':'Lightbox Animation Studios','origin_country':'ES'},{'id':2875,'logo_path':'/3fNapBvM3EHlyL9TxdP5qEOUNeN.png','name':'Ikiru Films','origin_country':'ES'},{'id':15285,'logo_path':'/rt5C9eCSrz7K1ReFRfTfddpe9K3.png','name':'Lightbox Entertainment','origin_country':'GB'},{'id':103476,'logo_path':null,'name':'Mogambo','origin_country':''},{'id':16742,'logo_path':null,'name':'Telef??nica Studios','origin_country':'ES'},{'id':105273,'logo_path':null,'name':'Tadeo Jones y el Secreto de Midas A.I.E.','origin_country':''},{'id':1182,'logo_path':'/bkgwJWvqqLuzsXV2Qv3Mg3wfcNZ.png','name':'Telecinco Cinema','origin_country':'ES'}]","[{'iso_3166_1':'ES','name':'Spain'}]","2017-03-25","34156960","85","[{'iso_639_1':'es','name':'Espa??ol'}]","Released","","Tad the Lost Explorer and the Secret of King Midas","false","6.3","127" +"false","/29SKrDPZ9bgYD4uUltk0pDGzMVH.jpg","null","0","[{'id':18,'name':'Drama'}]","","27811","tt0088355","en","Vigil","Toss lives on a sheep farm with her father in New Zealand. When Toss's father dies in an accident, Ethan, an itinerant hunter, wanders onto the family farm and is given a job by her grandfather. Toss's fairly innocent relationship with Ethan is severed when he forms a relationship with her mother.","1.086","/155rzAH9XgwCPs2qqujBkh7CTLn.jpg","[]","[{'iso_3166_1':'NZ','name':'New Zealand'}]","1984-10-01","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Vigil","false","7.3","7" +"false","/pfEdmzLr6OtBPnBPoSW09O3xsER.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","https://darkriverfilm.co.uk/","429195","tt5700176","en","Dark River","After her father dies, a young woman returns to her Yorkshire village for the first time in 15 years to claim the family farm she believes is hers.","3.284","/hgzMPafOXa4wCGMvHGNpJLbr7Xv.jpg","[{'id':16877,'logo_path':null,'name':'BFI Film Fund','origin_country':'GB'},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'},{'id':34527,'logo_path':null,'name':'Moonspun Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-02-23","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Dark River","false","6","31" +"false","/1A5FKkUwcBC6ww1Epsl7fsoRe28.jpg","null","0","[{'id':35,'name':'Comedy'}]","","468703","tt7279180","sv","Solsidan","In this movie adaptation of the TV-Show by the same name, we join the three couples in a comedy about divorces, love, child longing, weird parents and unwritten bathing rules in Torekov.","2.047","/1xOgaXxe8ckgxGZSd88jKLcWgoA.jpg","[{'id':4510,'logo_path':'/j9dMjGc4GHwSL0fx1iEtxz05qrV.png','name':'Jarowskij','origin_country':'SE'},{'id':25297,'logo_path':null,'name':'FLX','origin_country':'SE'},{'id':106617,'logo_path':null,'name':'Solsidan AB','origin_country':''},{'id':2802,'logo_path':'/x3cLK4hmrDxBeoD7eWbfJL2dGxP.png','name':'TV4','origin_country':'SE'}]","[{'iso_3166_1':'SE','name':'Sweden'}]","2017-12-01","0","104","[{'iso_639_1':'sv','name':'svenska'}]","Released","","Solsidan","false","6.1","15" +"false","/gu81IQeBK2t6VO4WD1dXjpC3YgF.jpg","null","30000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'}]","http://movies.disney.com/the-three-musketeers","10057","tt0108333","en","The Three Musketeers","D'Artagnan travels to Paris hoping to become a musketeer, one of the French king's elite bodyguards, only to discover that the corps has been disbanded by conniving Cardinal Richelieu, who secretly hopes to usurp the throne. Fortunately, Athos, Porthos and Aramis have refused to lay down their weapons and continue to protect their king. D'Artagnan joins with the rogues to expose Richelieu's plot against the crown.","9.102","/mk8UH7JRmK8adcqJJpB1ygP7B1C.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':175,'logo_path':'/trtXLj3zv8T9ke1Vhw4SCkkM4JJ.png','name':'Caravan Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'AT','name':'Austria'}]","1993-11-11","53898845","105","[{'iso_639_1':'en','name':'English'}]","Released","All for one and one for all!","The Three Musketeers","false","6.3","374" +"false","/kzk5nmtpYdGXrScqKiTJOshVacc.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'}]","https://stolenprincess.com/en/","463116","tt5378092","uk","?????????????????? ????????????????: ???????????? ?? ??????????????","This wonderful story happened in the age of valiant knights, beautiful princesses, and battling sorcerers. Ruslan, a wandering artist dreaming to become a knight, met beautiful Mila and fell in love with her; he didn???t even suspect that she is the King???s daughter. However, the lovers??? happiness wasn???t meant to last too long. Chernomor, the evil sorcerer, appeared in a magic vortex and stole Mila right before Ruslan???s eyes to transform her power of love into his own magic power. Without further ado, Ruslan sets out on a chase after the stolen princess to overcome all obstacles and to prove that real love is stronger than magic.","8.355","/titPCgI2xMAPv0Y2iasvqHj7vnv.jpg","[{'id':106008,'logo_path':null,'name':'Animagrad Animation Studio','origin_country':'UA'},{'id':61460,'logo_path':null,'name':'Ukrainian State Film Agency','origin_country':'UA'}]","[{'iso_3166_1':'UA','name':'Ukraine'}]","2018-03-07","0","85","[{'iso_639_1':'pt','name':'Portugu??s'},{'iso_639_1':'uk','name':'??????????????????????'}]","Released","Love is stronger than magic","The Stolen Princess: Ruslan and Ludmila","false","6.1","23" +"false","/oSS43fHkamqQzgqXVOUD9q6Hq4V.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://www.magpictures.com/pleasestandby/","338768","tt4652650","en","Please Stand By","A young autistic woman runs away from her caregiver in order to boldly go and deliver her 500-page Star Trek script to a writing competition in Hollywood. On an adventure full of laughter and tears, Wendy follows the guiding spirit of Mr. Spock on her journey into the unknown.","8.137","/yKhrjxmbdCjdxROc7lJhmfZ9trx.jpg","[{'id':846,'logo_path':null,'name':'2929 Productions','origin_country':'US'},{'id':54454,'logo_path':null,'name':'Allegiance Theater','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-01-26","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Boldly go.","Please Stand By","false","6.7","159" +"false","/auz5XjcA9K2BhQOh36rFPdleD7P.jpg","null","0","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","362202","tt3297382","en","The Crash","In the not so distant future, a team of white collar criminals are enlisted by the Federal government to thwart a cyber-attack that threatens to bankrupt the United States of America.","2.488","/xEu4OsF4Ol0kkB94AMRyEHfvTVf.jpg","[{'id':50089,'logo_path':null,'name':'Create Entertainment','origin_country':''},{'id':20913,'logo_path':null,'name':'Windward Entertainment','origin_country':''},{'id':105879,'logo_path':null,'name':'Cloud Factor Collective','origin_country':''},{'id':105880,'logo_path':null,'name':'The Boathouse','origin_country':''},{'id':105881,'logo_path':null,'name':'Think Reel Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-01-13","0","84","[{'iso_639_1':'en','name':'English'}]","Released","It takes a criminal to catch a criminal","The Crash","false","4.5","22" +"false","/a4xxIT9ztI2Rxa7M4WUfEUiMAQn.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'}]","http://www.spacestation76.com","253312","tt2369317","en","Space Station 76","A comedic drama about a group of people (and several robots) living on a space station in a 1970???s-version of the future. When a new Assistant Captain arrives, she inadvertently ignites tensions among the crew, prompting them to confront their darkest secrets. Barely contained lust, jealousy, and anger all bubble to the surface, becoming just as dangerous as the asteroid that???s heading right for them.","6.349","/jQ4wB3y7XiOsGCco1GusV8lvoX4.jpg","[{'id':33556,'logo_path':null,'name':'Om Films','origin_country':''},{'id':2830,'logo_path':null,'name':'Rival Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-09-19","0","94","[{'iso_639_1':'en','name':'English'}]","Released","Welcome to the future of your past.","Space Station 76","false","4.9","116" +"false","/ipJvjRyXMOIbOf9Ivr5QU5kSOGC.jpg","null","3000000","[{'id':18,'name':'Drama'}]","","468284","tt7048622","fr","L'Insulte","After an emotional exchange between a Lebanese Christian and a Palestinian refugee escalates, the men end up in a court case that gets national attention.","5.317","/w9mlrckg3ZU2rsAlKUbLD1CgBTk.jpg","[{'id':89014,'logo_path':null,'name':'Ezekiel Films','origin_country':''},{'id':6961,'logo_path':'/jx0fJd9hDsJomQOhlQMUEHDLe9c.png','name':'Rouge international','origin_country':'FR'},{'id':858,'logo_path':'/6NwjE3AuYKMuGNJdAG8TzmhmioV.png','name':'Tessalit Productions','origin_country':'FR'},{'id':11199,'logo_path':'/ursSXLOZaDxiZ84sEgfXbiFnYaa.png','name':'SCOPE Pictures','origin_country':'BE'},{'id':26890,'logo_path':null,'name':'Douri Films','origin_country':'LB'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'LB','name':'Lebanon'}]","2017-09-14","1001305","112","[{'iso_639_1':'ar','name':'??????????????'}]","Released","Words Change Everything","The Insult","false","7.6","196" +"false","/eKKWZn5WaFyJ1c0qLq6FasOtY2L.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://buildingjerusalem.com/","364814","tt5000724","en","Building Jerusalem","After six weeks of gruelling competition, England battle reigning champions Australia. The two teams are inseparable after eighty minutes. Deep into extra time, there are just two minutes left on the clock. England rumble to within 40 yards of the posts. The ball is sent spiralling back to Jonny Wilkinson, the golden boy of English rugby, in a split second he drop kicks for goal and a chance for sporting immortality. It is an astonishing story of pressure, expectation and courage, tracing the roots of success back to the professionalization of the game in the 90s and culminating in that glorious World Cup campaign of 2003 that turned Woodward???s poisoned chalice into a golden cup.","0.743","/zWKqQGKOxuGZ49kAA6VnN8BppkF.jpg","[]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-09-01","0","91","[{'iso_639_1':'en','name':'English'}]","Released","One Dream. One Chance. One Kick.","Building Jerusalem","false","7.7","3" +"false","/cnQfMhaMKLcpouKMMwdG8bUVTSQ.jpg","null","0","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","370928","tt5176442","en","Nightmare Nurse","After Brooke and her boyfriend Lance have a car accident, Lance???s leg injury requires him to be bedridden with at-home care. When an attractive nurse, Chloe, is recommended to them, she seems perfect for the task. However, when her troubled past comes to light, it becomes apparent to the happy couple that someone is out to destroy their lives.","2.266","/ocPUwQis7LENRsDU1R8IAH0T70f.jpg","[{'id':23822,'logo_path':null,'name':'The Cartel','origin_country':''},{'id':36152,'logo_path':null,'name':'Cartel Pictures','origin_country':''},{'id':6679,'logo_path':null,'name':'MarVista Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-02-27","0","90","[{'iso_639_1':'en','name':'English'}]","Released","She has a bad beside manner.","Nightmare Nurse","false","6","13" +"false","/pcIXV6Od8KeDsLWKu7Wzthaur4V.jpg","null","4667008","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","http://millennium-media.net/mf-films/escobar/","425336","tt4682788","es","Loving Pablo","The film chronicles the rise and fall of the world's most feared drug lord Pablo Escobar and his volatile love affair with Colombia's most famous journalist Virginia Vallejo throughout a reign of terror that tore a country apart.","11.153","/xFc8RCsQGQv016ELpggiEKoBNAe.jpg","[{'id':97390,'logo_path':null,'name':'B2Y EOOD','origin_country':''},{'id':97391,'logo_path':null,'name':'Escobar Films','origin_country':''}]","[{'iso_3166_1':'BG','name':'Bulgaria'},{'iso_3166_1':'ES','name':'Spain'}]","2017-10-12","0","123","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","A gangster. A princess. The true story of a most unlikely love affair.","Loving Pablo","false","6.1","447" +"false","/abA7rOJ8xtPepcmrEu8AUNFWFQj.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':80,'name':'Crime'},{'id':14,'name':'Fantasy'}]","","316015","tt3683072","en","My Life as a Dead Girl","When runaway teenager Chelsea is mistakenly killed by her friend Brittany's pimp, Brittany returns to what remains of the family Chelsea left years ago. Brittany's doing her best to get by under her assumed identity, until the truth begins to emerge. Then the vengeful pimp shows up.","1.327","/2ItbR57p5ohG6LaHlR652Vh8A9M.jpg","[{'id':15645,'logo_path':null,'name':'Reel One Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-01-01","0","84","[{'iso_639_1':'en','name':'English'}]","Released","A runaway returns to restart her life, but she's hiding something","My Life as a Dead Girl","false","6.2","13" +"false","/rFyLPvfsPpuDohlnQvOEm08oe5C.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'},{'id':10770,'name':'TV Movie'}]","","280874","tt3368814","en","Killing Daddy","Cassie Ross is scarred by the suicide of her mother, which occurred when Cassie was a child. She is convinced that her father was to blame for her mother's death. Cassie's older sister, Laura, has always sided with their father, so for years Cassie has been estranged from her family. When Cassie discovers that her father has had a debilitating stroke, she sees it as the perfect opportunity to return home and seek justice for her mother. Confiding in her mute and helpless father her plans to destroy her sister and stepmother and ultimately kill him, Cassie sets out on her path to destroy her broken family and take all of their riches. But Cassie's revenge won't come as easy as she thinks as hidden truths about her family may derail her entire plan.","0.84","/6yk4qSWo1U7yvLeSRErdHGQf25B.jpg","[{'id':26966,'logo_path':null,'name':'Reel One Films 6','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2014-07-05","0","85","[{'iso_639_1':'en','name':'English'}]","Released","","Killing Daddy","false","6","8" +"false","/d4rieIxLyDzvQhztnC8jMEJ2B4o.jpg","null","0","[{'id':35,'name':'Comedy'}]","","31535","tt0118836","en","Chairman of the Board","A surfer becomes the head of a major company.","2.349","/p4ZkJG5iTrZYKNQKEM1PQYYsYTl.jpg","[{'id':54684,'logo_path':null,'name':'101st Street Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-03-13","0","95","[{'iso_639_1':'en','name':'English'}]","Released","Work sucks!","Chairman of the Board","false","2.8","19" +"false","/tYVNFfLtfZ4J31uQqP5whrdoeqm.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10770,'name':'TV Movie'}]","http://www.mylifetime.com/movies/watch-your-back","332439","tt3877092","en","Watch Your Back","A woman and her husband become increasingly scared as an anonymous person begins stalking their family.","1.934","/kf9mIs5u6E0XAuq7a2LK1kdPkeW.jpg","[{'id':62466,'logo_path':null,'name':'Covert Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-03-07","0","88","[{'iso_639_1':'en','name':'English'}]","Released","","Watch Your Back","false","5.3","17" +"false","/wjB67xs0LFaHqq4guuNz29hl2ws.jpg","null","0","[{'id':10749,'name':'Romance'}]","","315134","tt4016588","en","Surprised by Love","The story of a young businesswoman who tries to convince her uptight parents to accept her current boyfriend and instead finds herself falling for an old high school flame.","1.13","/z1JU3q52aj8NCmgtljlOEPBxq08.jpg","[]","[]","2015-01-03","0","83","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","","Surprised by Love","false","6.6","16" +"false","/xhXcvAnILQrNajwN4sEG61Cdqb8.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","383208","tt4414438","en","It Had to Be You","Sonia is a jingle writer who's always dreamt of a big and exciting life. Surprised by a sudden proposal and subsequent ultimatum from her easy-going boyfriend, Chris, Sonia has to decide whether she'll join the ranks of her married friends or take a leap and pursue her fantasies. A whimsical romantic comedy that's raunchy and yet gentle, 'It Had To Be You' explores the choices women face today while satirizing cultural expectations of gender and romance.","1.468","/s4Y9aARoFp4DuBnrCyRi9pE83Lj.jpg","[{'id':92712,'logo_path':null,'name':'Vandewater Media','origin_country':''},{'id':92713,'logo_path':null,'name':'It Had To Be You','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-10-21","0","85","[{'iso_639_1':'en','name':'English'}]","Released","","It Had to Be You","false","5.6","17" +"false","/1Opn3EopvxsWP9RpkoCOJCNLJBt.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.mylifetime.com/movies/sundays-at-tiffanys","60695","tt1743360","en","Sundays at Tiffany's","Alyssa Milano, who also serves as producer, stars as Jane Claremont, who, as a young girl, would accompany her mother Vivian (Stockard Channing) to Tiffany???s in New York every Sunday and bring along her imaginary friend, Michael. Now, 20 years later, Jane is a successful businesswoman, set to marry Hugh (Ivan Sergei), her handsome fianc??, until Michael (Eric Winter) suddenly reappears.","2.809","/5cFhuHqsbASrJT7OiSDHogmhZBj.jpg","[{'id':6426,'logo_path':null,'name':'Dan Wigutow Productions','origin_country':''},{'id':11073,'logo_path':'/wHs44fktdoj6c378ZbSWfzKsM2Z.png','name':'Sony Pictures Television','origin_country':'US'},{'id':111936,'logo_path':null,'name':'Lifetime Television','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-12-06","0","88","[{'iso_639_1':'en','name':'English'}]","Released","","Sundays at Tiffany's","false","6.6","39" +"false","/azsG55Dn0Jlb9VKQuMwiyqRBv0.jpg","null","0","[{'id':10770,'name':'TV Movie'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","http://www.hallmarkchannel.com/summer-of-dreams","411082","tt6008686","en","Summer of Dreams","Debbie Taylor is a former 1980s pop star bent on making a comeback and returning to the Billboard charts. As she prepares to once again take the music industry by storm, Debbie's record label deems her irrelevant and abruptly drops her. Out of money, she leaves the fast lane of New York to move in with her sister in Youngstown, Ohio.","1.535","/fTFvWh8GsCUKdGPSyVW0kWyrrTy.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-08-27","0","84","[{'iso_639_1':'en','name':'English'}]","Released","","Summer of Dreams","false","4.9","11" +"false","/lQUH7oIqSihDCWhllElGZ2ZXj0O.jpg","null","0","[]","","43530","tt1034405","en","Point of Entry","The Alden family move to a gated community after Kathy (Combs) was attacked","0.988","/1giz7JTg4fscAzvzWbetmfyeDJy.jpg","[]","[]","2007-11-03","0","90","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","","Point of Entry","false","3.8","4" +"false","/kYlvkDUlCsffXNb9VIsQNu1K8bO.jpg","null","0","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","","443476","tt6343988","en","Mommy's Secret","When a teenage girl discovers her own mother is behind the recent rash of nearby bank robberies, she's determined to help her come clean.","1.176","/7GqmOEUEmXdqYMuSTpgr0x1MawE.jpg","[{'id':3431,'logo_path':'/6LVLYfZAEQfhJey0MGvhFXdDEK1.png','name':'Lifetime','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2016-01-01","0","120","[{'iso_639_1':'en','name':'English'}]","Released","","Mommy's Secret","false","4","10" +"false","/AmjEbq1ROQMcaAYmwfHmyetuQy5.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':10749,'name':'Romance'}]","","74436","tt0045339","en","The World in His Arms","Gregory Peck is a boisterous sea captain in the Pacific Coast, circa 1850, who has a plan to buy Alaska from the Russians??? if they don???t kill him first.","1.827","/9PvdO2NvtLW9Ingn9At6haMEu9x.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","1952-10-09","0","104","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'},{'iso_639_1':'ru','name':'P????????????'}]","Released","","The World in His Arms","false","6.6","10" +"false","/q7fXcrDPJcf6t3rzutaNwTzuKP1.jpg","null","175000000","[{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'}]","http://readyplayeronemovie.com","333339","tt1677720","en","Ready Player One","When the creator of a popular video game system dies, a virtual contest is created to compete for his fortune.","30.412","/pU1ULUq8D3iRxl1fdX2lZIzdHuI.jpg","[{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'},{'id':2609,'logo_path':'/ocmrEBfmecJvrbIM4C50vjYWtlq.png','name':'De Line Pictures','origin_country':'US'},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'},{'id':11249,'logo_path':null,'name':'Farah Films & Management','origin_country':''},{'id':7294,'logo_path':'/kK4PRgceWp9KNrycD8xx8seWxYU.png','name':'Reliance Entertainment','origin_country':'IN'},{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-03-28","582218455","140","[{'iso_639_1':'en','name':'English'}]","Released","A better reality awaits.","Ready Player One","false","7.6","6502" +"false","/5MNAokmkK4NPtYJCPmQ2fgErW9n.jpg","{'id':89264,'name':'Romancing the Stone Collection','poster_path':'/ecjnbQWgcFA8YEbJlVC0IZFLuGs.jpg','backdrop_path':'/duC10LBJE51nzOSNm7ZbWppMxTC.jpg'}","10000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","9326","tt0088011","en","Romancing the Stone","Though she can spin wild tales of passionate romance, novelist Joan Wilder has no life of her own. Then one day adventure comes her way in the form of a mysterious package. It turns out that the parcel is the ransom she'll need to free her abducted sister, so Joan flies to South America to hand it over. But she gets on the wrong bus and winds up hopelessly stranded in the jungle.","8.702","/3TqpkTYiltYsxYatdug6WDgdRKL.jpg","[{'id':396,'logo_path':null,'name':'SLM Production Group','origin_country':'US'},{'id':1693,'logo_path':null,'name':'Nina Saxon Film Design','origin_country':''},{'id':81127,'logo_path':null,'name':'El Corazon Producciones S.A.','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'MX','name':'Mexico'},{'iso_3166_1':'US','name':'United States of America'}]","1984-03-30","86572238","106","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","She's a girl from the big city. He's a reckless soldier of fortune. For a fabulous treasure, they share an adventure no one could imagine... or survive.","Romancing the Stone","false","6.6","792" +"false","/30ZKjZz7jBwJFTrsfFxx8TaTN3R.jpg","{'id':169740,'name':'The Haunting in Connecticut Collection','poster_path':'/6uIGXwqIfdg0IQw3bvfS49VMKHh.jpg','backdrop_path':'/1sWTV5QaoDnBTTSbElUfe5zBcu2.jpg'}","10000000","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","18781","tt0492044","en","The Haunting in Connecticut","When the Campbell family moves to upstate Connecticut, they soon learn that their charming Victorian home has a disturbing history: not only was the house a transformed funeral parlor where inconceivable acts occurred, but the owner's clairvoyant son Jonah served as a demonic messenger, providing a gateway for spiritual entities to crossover.","10.77","/8WEkxaRQJSsZ1Yy4advVCVK18Gv.jpg","[{'id':79894,'logo_path':null,'name':'Integrated Films','origin_country':''},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':12026,'logo_path':null,'name':'Gold Circle Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-03-27","77527732","102","[{'iso_639_1':'en','name':'English'}]","Released","Some things cannot be explained.","The Haunting in Connecticut","false","6.1","532" +"false","/mOJLd63IizzSudTt7QnttcBMwWT.jpg","null","4000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","23196","tt0105450","en","South Central","A man is put to prison for 10 years. Coming out of prison he wants to live a normal life and stop with crime but his son has yet followed the criminal path of his father.","3.319","/3oA4UMi1c6hxQrHwtv3ZXgnfHFN.jpg","[{'id':4197,'logo_path':null,'name':'Enchantment Films Inc.','origin_country':''},{'id':4198,'logo_path':null,'name':'Ixtlan','origin_country':''},{'id':4199,'logo_path':null,'name':'Monument Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-09-18","0","99","[{'iso_639_1':'en','name':'English'}]","Released","A child's chance to espace anger and injustice begins with one man. His father.","South Central","false","6.9","30" +"false","/zlM1bVH4UYQnB6BwklYLjX0WETX.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","33310","tt0083096","en","Smash Palace","Al Shaw's life revolves around motor racing and his back country junkyard, the ""Smash Palace"". His French wife, Jacqui, doesn't appreciate the lack of attention due to Al's obsession with cars. When Al finds her in the arms of another man, he takes his daughter, Georgie and heads for the bush, desperately hoping to hold on to the only family he has left. Written by Evan Yates","0.655","/84u6i9r8jsqTYVG6SRd0CvlaoP6.jpg","[{'id':294,'logo_path':'/3XuHM8TXG0gDdPM3xJI14gkZbQy.png','name':'New Zealand Film Commission','origin_country':'NZ'},{'id':6052,'logo_path':null,'name':'Aardvark Films','origin_country':''},{'id':6053,'logo_path':null,'name':'Moviescripts','origin_country':''}]","[{'iso_3166_1':'NZ','name':'New Zealand'}]","1981-05-01","0","108","[{'iso_639_1':'en','name':'English'}]","Released","She's my daughter and I'll do what I like!","Smash Palace","false","6.2","10" +"false","/AiJe80LX69Zc87GpmCAiN8m5aDb.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","","42725","tt0061189","en","The Wild Angels","Peter Fonda plays 'Heavenly Blues', the leader of Hell's Angels chapter from Venice, California while Bruce Dern plays 'Loser', his best pal. When they both botch their attempt to retrieve Loser's stolen bike, Loser ends up in the hospital. When the Angels bust him out, he dies, and they bury him. Nancy Sinatra plays Mike, Blues' ""old lady"" and Diane Ladd plays Loser's wife (Dern's real-life wife at the time). The plot is basically a buildup to the last half-hour of the film in which Loser's funeral becomes another wild party.","2.556","/sAT1FEZGVAdEr5ZWLYKMmaTLefT.jpg","[{'id':9266,'logo_path':null,'name':'American International Pictures (AIP)','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1966-07-20","0","87","[{'iso_639_1':'en','name':'English'}]","Released","The most terrifying film of your time!","The Wild Angels","false","5.9","26" +"false","/gl3RKxaM65gyrvRoG3MffTYBoo5.jpg","null","0","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","476299","tt6195094","en","Ghostland","A mother of two inherits a home from her aunt. On the first night in the new home she is confronted with murderous intruders and fights for her daughters??? lives. Sixteen years later the daughters reunite at the house, and that is when things get strange .??.??.","15.889","/48GWpOhl1s5hUciV7pvVMHkJnvv.jpg","[{'id':819,'logo_path':'/cEqVIluQuO1ubtID8RvOem4ZiIg.png','name':'Mars Films','origin_country':'FR'},{'id':100853,'logo_path':null,'name':'5656 Films','origin_country':'FR'},{'id':92840,'logo_path':null,'name':'Logical Pictures','origin_country':'FR'},{'id':83549,'logo_path':'/6AQrYukoi0OGD1Yal9vYjFREXxJ.png','name':'Inferno Pictures','origin_country':'CA'},{'id':4845,'logo_path':null,'name':'Highwire Pictures','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'FR','name':'France'}]","2018-03-15","0","91","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","You really thought you???ve been scared?","Ghostland","false","7.2","654" +"false","/m8af6o4QvIenUykItCJbj6rv9i3.jpg","null","12000000","[{'id':10752,'name':'War'},{'id':18,'name':'Drama'}]","https://cinelou-films.com/the-yellow-birds/","383585","tt3739110","en","The Yellow Birds","Two young soldiers, Bartle and Murph, navigate the terrors of the Iraq war under the command of the older, troubled Sergeant Sterling. All the while, Bartle is tortured by a promise he made to Murph's mother before their deployment.","6.003","/rCJwKafIkkt1Z0sMhhJWGox99hB.jpg","[{'id':39644,'logo_path':'/ls2IbZacuJSJL37SXu8uwDjKvdC.png','name':'Cinelou Films','origin_country':'US'},{'id':7382,'logo_path':null,'name':'Echo Films','origin_country':''},{'id':78611,'logo_path':null,'name':'Story Mining and Supply Company','origin_country':''},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-05-24","0","96","[{'iso_639_1':'en','name':'English'}]","Released","There Are Moments That Test Us And Choices That Define Us","The Yellow Birds","false","6.2","48" +"false","/5NnVkW1VCu8fZN4F0xAdhNUaOMq.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","500203","tt5580602","en","Inheritance","When Ryan mysteriously inherits a house from his biological father, a man he thought long dead, he and his pregnant fianc?? travel to the property with high hopes for the future. But curiosity about his deceased father leads Ryan to uncover a dark family history...","1.073","/yTVAeC6h0sEsaG80WTZWCT6ZyeM.jpg","[{'id':105660,'logo_path':null,'name':'Portola Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-06-02","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Family is family","Inheritance","false","4.5","6" +"false","/nOAOzMDMuXugJofcBP4SVYn20dv.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","407720","tt3151710","en","Billy Boy","When an angry teenager discovers a close friend has been killed, grief jeopardizes his future and he finds himself engulfed in danger.","2.165","/a1fAKX4wxnv91lbgb6q9Oc8tvmz.jpg","[{'id':105702,'logo_path':null,'name':'Fiction Pictures','origin_country':''},{'id':105703,'logo_path':null,'name':'Stay Relevant Productions','origin_country':''},{'id':105704,'logo_path':null,'name':'Seasick Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-06-15","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Fight your way out","Billy Boy","false","4.5","6" +"false","/2nLOJ8gtattGzYzwlYM8PrcgknH.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://beirutmovie.com/","399248","tt4669264","en","Beirut","In 1980s Beirut, Mason Skiles is a former U.S. diplomat who is called back into service to save a colleague from the group that is possibly responsible for his own family's death. Meanwhile, a CIA field agent who is working under cover at the American embassy is tasked with keeping Mason alive and ensuring that the mission is a success.","9.966","/s2qIeFsI9TskZr1LkSwljQDh5nl.jpg","[{'id':350,'logo_path':'/l4cEc8UZ3ZrPLisIOh1iYMKwAVP.png','name':'Radar Pictures','origin_country':'US'},{'id':33603,'logo_path':null,'name':'ShivHans Pictures','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-04-11","7258534","110","[{'iso_639_1':'en','name':'English'}]","Released","Beirut, 1982: The Paris of the Middle East Was Burning","Beirut","false","6.2","188" +"false","/wYHaQzfzv5vOGaV6uPhatFWG338.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","https://www.netflix.com/title/80184100","384677","tt5304992","en","Set It Up","Two overworked and underpaid assistants come up with a plan to get their bosses off their backs by setting them up with each other.","10.478","/XF5jV0UxKnYNPAimem0hbwPfCR.jpg","[{'id':14580,'logo_path':null,'name':'Treehouse Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-06-12","0","105","[{'iso_639_1':'en','name':'English'}]","Released","Finding love takes some assistants.","Set It Up","false","7","1357" +"false","/5wdm5vRfsQF1bjSMVbq9LmKEpZs.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","https://www.geminithefilm.com/","412302","tt5795086","en","Gemini","A heinous crime tests the complex relationship between a tenacious personal assistant and her Hollywood starlet boss. As the assistant travels across Los Angeles to unravel the mystery, she must stay one step ahead of a determined policeman and confront her own understanding of friendship, truth and celebrity.","4.634","/oIltQs7MPk7VQFG3DJfgC63mShU.jpg","[{'id':90733,'logo_path':'/3K9wCZTyDgop3ITK1rDi6T2PckE.png','name':'Neon','origin_country':'US'},{'id':1976,'logo_path':'/vuNHAl3LpcNtjtRx8Ml4gpUMO2G.png','name':'filmscience','origin_country':'US'},{'id':20311,'logo_path':null,'name':'Syncopated Films','origin_country':''},{'id':20848,'logo_path':null,'name':'Rough House Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-03-30","0","93","[{'iso_639_1':'en','name':'English'}]","Released","","Gemini","false","5.7","53" +"false","/1FAS2wQ311ZOLXNmDwp205hIjVH.jpg","null","581075","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","470135","tt6147260","pl","Atak paniki","Tragedy meets comedy in seven stories about how our entire world can collapse at any given moment.","2.346","/dqtmx110ojo70F9dlNqefmm9nGe.jpg","[{'id':10826,'logo_path':null,'name':'Akson Studio','origin_country':''}]","[{'iso_3166_1':'PL','name':'Poland'}]","2018-01-19","0","100","[{'iso_639_1':'pl','name':'Polski'}]","Released","","Panic Attack","false","6","22" +"false","/4YkpOwui2r113IniSZV93EmCKqR.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","457251","tt6654316","zh","??????","Performing art troupe members each face their own trials and tribulations in Chengdu; from escaping a family scandal to dealing with unrequited love, each experiences rejection that shapes their lives in this coming-of-age tale selected to play at the Toronto International Film Festival. Directed by Chinese helming legend Feng Xiaogang.","2.632","/G3mFcK0VfGpJ3wtNXDqJnYiG11.jpg","[{'id':3393,'logo_path':null,'name':'Huayi Brothers','origin_country':'HK'}]","[{'iso_3166_1':'CN','name':'China'}]","2017-12-15","224160000","136","[{'iso_639_1':'zh','name':'?????????'}]","Released","","Youth","false","7.7","27" +"false","/xIAaN3AQqaJiN5RJ0WsmBady8Hq.jpg","{'id':525891,'name':'Escape Plan Collection','poster_path':'/yzYPg7GiB8oZOpT6QTWRVPGaGdC.jpg','backdrop_path':'/zQao2h92RYNmhqCvmiReIHcz3Xp.jpg'}","0","[{'id':80,'name':'Crime'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","https://www.escapeplan2.movie/","440471","tt6513656","en","Escape Plan 2: Hades","Ray Breslin manages an elite team of security specialists trained in the art of breaking people out of the world's most impenetrable prisons. When his most trusted operative, Shu Ren, is kidnapped and disappears inside the most elaborate prison ever built, Ray must track him down with the help of some of his former friends.","21.297","/Aqhl55vpzxNFqVfc2DpedUsR39L.jpg","[{'id':90968,'logo_path':null,'name':'Leomus Pictures','origin_country':'CN'},{'id':3604,'logo_path':'/jC6Hk3ZyNRlVPJsA0xGlAhgd2RP.png','name':'Grindstone Entertainment Group','origin_country':'US'},{'id':73685,'logo_path':null,'name':'Emmett Furla Oasis Films','origin_country':'US'},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'}]","[{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'US','name':'United States of America'}]","2018-06-05","0","93","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'uz','name':'ozbek'}]","Released","He's back.","Escape Plan 2: Hades","false","4.6","456" +"false","/9dx7vTeoUO6CrMHMn8qxq87GTDU.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':10749,'name':'Romance'}]","","528998","tt4180556","en","Affairs of State","A young campaign aide gets in way over his head when he sleeps with the wife of a presidential candidate, sending him into a downward spiral of corruption and blackmail. He is left fighting not only for his career, but also his life.","3.809","/jw3CFmGrfs4qUf3Aih9xgN5BTqu.jpg","[{'id':24156,'logo_path':null,'name':'American Film Productions','origin_country':''},{'id':19999,'logo_path':null,'name':'School Pictures','origin_country':''},{'id':5056,'logo_path':'/kADFcjL04xe5HGBnlLjbfhliS2a.png','name':'Head Gear Films','origin_country':'GB'},{'id':25954,'logo_path':null,'name':'Metrol Technology','origin_country':'GB'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-06-15","0","97","[{'iso_639_1':'en','name':'English'}]","Released","Politics is the second oldest profession","Affairs of State","false","5.1","7" +"false","/426uO6ZeLNcljUfp1FAQKKfWGNi.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","http://www.breakthroughentertainment.com/project/kirby-road/","460910","tt4765188","en","The Haunted House on Kirby Road","Six stoner best friends discover a viral video of a local teen who disappeared years ago from an alleged haunted house in their neighbourhood. Searching for one last adventure before graduating high school, the teens decide to investigate this local urban legend, only to discover this night could be their worst, and possible last, experience of their lives.","0.885","/r7CQweIAHBrrMru58inrSwcM0Wc.jpg","[{'id':98203,'logo_path':null,'name':'5???7 Films','origin_country':''},{'id':105682,'logo_path':null,'name':'Thats My Sister Productions','origin_country':''},{'id':105683,'logo_path':null,'name':'Kirby Road Productions','origin_country':''},{'id':5743,'logo_path':'/y8JaCRhsEz4ipl7MWE0ErxWVPYN.png','name':'Breakthrough Entertainment','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2016-09-09","0","83","[{'iso_639_1':'en','name':'English'}]","Released","Fear has a new address.","The Haunted House on Kirby Road","false","2.8","8" +"false","/in7kDnzAFlNx5PbXNOtid5lHgAa.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'}]","","54873","tt0254688","en","Pick-up","Sexy hippie chicks Carol and Maureen get more than they bargained for when they hitch a ride with groovy hippie dude Chuck in his nifty mobile bus home. The trio get lost in the Florida Everglades following a fierce rain storm and embark on a startling spiritual journey of self-discovery.","1.4","/hbCAs4UOzwFENZ0tL3R5HVppToe.jpg","[{'id':60812,'logo_path':null,'name':'Winter-Gregoravich Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1975-09-01","0","85","[{'iso_639_1':'en','name':'English'}]","Released","It was the longest ride of her life!","Pick-up","false","4.5","11" +"false","/1pyUrlbTVCkGkcu7LsGMqxuCtkP.jpg","null","6600000","[{'id':18,'name':'Drama'}]","http://bpm.film","451945","tt6135348","fr","120 battements par minute","Paris, in the early 1990s: a group of young activists is desperately tied to finding the cure against an unknown lethal disease. They target the pharmaceutical labs that are retaining potential cures, and multiply direct actions, with the hope of saving their lives as well as the ones of future generations.","7.611","/azLtGx5ZhdTSP2b4oNLWtiE51OW.jpg","[{'id':591,'logo_path':'/q5I5RDwMEiqoNmfaJgd2LraEOJY.png','name':'France 3 Cin??ma','origin_country':'FR'},{'id':5162,'logo_path':'/ePS4wgTIC1hjOnnmxYJmYNEzAR.png','name':'Memento Films Production','origin_country':'FR'},{'id':11779,'logo_path':null,'name':'Page 114','origin_country':''},{'id':58568,'logo_path':null,'name':'Les Films de Pierre','origin_country':''},{'id':90282,'logo_path':null,'name':'FD Productions','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'}]","2017-08-23","7632420","135","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","BPM (Beats per Minute)","false","8","715" +"false","/5YtXsLG9ncjjFyGZjoeV31CGf01.jpg","null","62770198","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':16,'name':'Animation'}]","http://www.isleofdogsmovie.com/","399174","tt5104604","en","Isle of Dogs","In the future, an outbreak of canine flu leads the mayor of a Japanese city to banish all dogs to an island that's a garbage dump. The outcasts must soon embark on an epic journey when a 12-year-old boy arrives on the island to find his beloved pet.","17.154","/rSluCePdXXtNiQeE6Na5yRGamhL.jpg","[{'id':264,'logo_path':'/fA90qwUKgPhMONqtwY60GaHRyrW.png','name':'Studio Babelsberg','origin_country':'DE'},{'id':23449,'logo_path':null,'name':'American Empirical Pictures','origin_country':'US'},{'id':9350,'logo_path':'/xz60JVoUHpOeg1cJbxzMJiwbuL7.png','name':'Indian Paintbrush','origin_country':'US'},{'id':11749,'logo_path':'/5AzTeZkSCFhiGZ86g2nz8SAHtgy.png','name':'Twentieth Century Fox Animation','origin_country':'US'},{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'DE','name':'Germany'}]","2018-03-23","64207623","101","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'}]","Released","Welcome to the Isle of Dogs.","Isle of Dogs","false","7.9","1712" +"false","/87rhpORYpOfBTftGLUSomkZk808.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","451955","tt6367558","fr","L'Amant Double","Chlo??, a fragile young woman, falls in love with her psychoanalyst, Paul. A few months later she moves in with him, but soon discovers that her lover is concealing a part of his identity.","7.851","/r7va7VtatGdaMbURnKTkwiQlGrX.jpg","[{'id':819,'logo_path':'/cEqVIluQuO1ubtID8RvOem4ZiIg.png','name':'Mars Films','origin_country':'FR'},{'id':12096,'logo_path':null,'name':'Mandarin Films','origin_country':''},{'id':149,'logo_path':null,'name':'FOZ','origin_country':''}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'FR','name':'France'}]","2017-05-26","0","110","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Double Lover","false","6.1","220" +"false","/k3RTUHjLI6LRZt1xS3T6wsTs3T9.jpg","null","0","[{'id':27,'name':'Horror'}]","","531101","tt4520518","en","Darkness Reigns","A film crew is ravaged by a demon, who is hell bent on cashing in on a deal he made with someone on set who was seeking fame and fortune.","3.709","/nX1PN7rAjPuziceTAgcz38lCIhT.jpg","[{'id':105870,'logo_path':null,'name':'Darkness Reigns Films','origin_country':''},{'id':58313,'logo_path':null,'name':'Picture Palace Films','origin_country':''},{'id':105871,'logo_path':null,'name':'Studio 2060','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-07-10","0","75","[{'iso_639_1':'en','name':'English'}]","Released","Be careful what you wish for","Darkness Reigns","false","6","6" +"false","/pmts7HkQxZqR0VY83QvSSL7gYrp.jpg","null","5000000","[{'id':18,'name':'Drama'}]","","27064","tt0089603","en","Mishima: A Life in Four Chapters","A fictional account of the life of Japanese author Yukio Mishima told in four parts. The first three parts relate events in three of his novels: The Temple of the Golden Pavilion, Kyoko's House, and Runaway Horses. The last part depicts the events of 25th November 1970.","4.463","/7cq1v7uzQNTERVbV4TZBMM7FTRr.jpg","[{'id':1,'logo_path':'/o86DbpburjxrqAzEDhXZcyE8pDb.png','name':'Lucasfilm','origin_country':'US'},{'id':70,'logo_path':'/ueaENQkPcy8rlr5fGZVBXKOhlBh.png','name':'American Zoetrope','origin_country':'US'},{'id':38100,'logo_path':null,'name':'Tristone Entertainment Inc.','origin_country':''},{'id':84815,'logo_path':null,'name':'M Company','origin_country':''}]","[{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'US','name':'United States of America'}]","1985-05-15","502758","121","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'}]","Released","","Mishima: A Life in Four Chapters","false","8","70" +"false","/7j8YE30UFlWZukmXzBqwVL8Yk4b.jpg","null","0","[{'id':35,'name':'Comedy'}]","","370187","tt5051826","en","Frat Pack","A shy British graduate student gets dragged on a wild road trip across America to a raging fraternity party by his soon-to-be stepbrothers, as his mother marries into a larger than life, all-American family. His worst nightmare.","5.025","/gVNik48a4FbakVUfjMGhbkcsXBu.jpg","[{'id':68795,'logo_path':null,'name':'FilmTiger','origin_country':''},{'id':4478,'logo_path':null,'name':'Circus Road Films','origin_country':''},{'id':68796,'logo_path':null,'name':'Attention Seeker Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CA','name':'Canada'}]","2018-06-19","0","95","[{'iso_639_1':'en','name':'English'}]","Released","They came, they saw... they came some more.","Frat Pack","false","5","4" +"false","/bUcHY7CrYWieikW8fFkL3Dxnt4H.jpg","null","21000000","[{'id':35,'name':'Comedy'}]","https://www.uphe.com/movies/blockers","437557","tt2531344","en","Blockers","When three parents discover their daughters??? pact to lose their virginity at prom, they launch a covert one-night operation to stop the teens from sealing the deal.","14.383","/uvlUQXg0AlpGzKukO11K7QtW3Yu.jpg","[{'id':101024,'logo_path':null,'name':'Hurwitz & Schlossberg Productions','origin_country':'US'},{'id':17393,'logo_path':'/k28sCof6kheeOicLqL6EXX2GHov.png','name':'Good Universe','origin_country':'US'},{'id':10289,'logo_path':'/4lXJcFjACjb34LF78AUjEz4FtB9.png','name':'DMG Entertainment','origin_country':'US'},{'id':16615,'logo_path':'/dbxHaOtibTKvP6dUMRYdwUOULgY.png','name':'Point Grey Pictures','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-03-14","93674786","102","[{'iso_639_1':'en','name':'English'}]","Released","Teens out to have fun. Parents out to stop it.","Blockers","false","6.1","890" +"false","/2bBGFSrnTg1AFhjHoczbfPnb9D4.jpg","null","795000","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","3112","tt0048424","en","The Night of the Hunter","In the Deep South, a serial-killing preacher hunts two young children who know the whereabouts of a stash of money.","6.934","/brECyRPAWJS1clF0unAC3MtERMA.jpg","[{'id':14231,'logo_path':null,'name':'Paul Gregory Productions','origin_country':''},{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1955-08-26","0","93","[{'iso_639_1':'en','name':'English'}]","Released","The wedding night, the anticipation, the kiss, the knife, BUT ABOVE ALL...THE SUSPENSE!","The Night of the Hunter","false","8","619" +"false","/dBgtTOOjdkNJ7OkK2m1NpbPWYJs.jpg","null","0","[{'id':18,'name':'Drama'}]","","50627","tt0068805","en","The King of Marvin Gardens","Jason Staebler lives on the Boardwalk and fronts for the local mob in Atlantic City. He is a dreamer, who asks his brother David, a radio personality from Philadelphia to help him build a paradise on a Pacific Island, yet another of his get-rich-quick schemes. But luck is against them both and the game ends badly - real life reduced to radio drama.","2.714","/5JpKFEp9niY90Qgz7xhcIGAOifK.jpg","[{'id':15266,'logo_path':null,'name':'BBS Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1972-10-12","0","103","[]","Released","","The King of Marvin Gardens","false","6.3","23" +"false","/vgsVfeMQujqqCyL6mSsRekn75x2.jpg","null","8500000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':27,'name':'Horror'}]","","8316","tt0496634","en","The Countess","A 17th century Hungarian countess embarks on a murderous undertaking, with the belief that bathing in the blood of virgins will preserve her beauty.","3.618","/8WK82rU3yhexdQaxqSrNCjbY2qd.jpg","[{'id':1817,'logo_path':null,'name':'X Filme International','origin_country':'DE'},{'id':2371,'logo_path':null,'name':'Celluloid Dreams Productions','origin_country':''},{'id':39708,'logo_path':null,'name':'Mirabelle Pictures','origin_country':''},{'id':66497,'logo_path':null,'name':'Mirabelle Pictures Productions','origin_country':''},{'id':4636,'logo_path':null,'name':'Social Capital','origin_country':''},{'id':4637,'logo_path':null,'name':'Steel Company, The','origin_country':''},{'id':765,'logo_path':null,'name':'Temp??te Sous Un Cr??ne Productions','origin_country':'FR'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'FR','name':'France'}]","2009-02-09","0","94","[{'iso_639_1':'en','name':'English'}]","Released","She sacrificed all for love??? and sacrificed others for beauty","The Countess","false","5.7","61" +"false","/mfsJlzCDihws1MeoAllILAroQ46.jpg","null","7750000","[{'id':9648,'name':'Mystery'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.thewickertreemovie.com/","79544","tt0323808","en","The Wicker Tree","Director Robin Hardy's reimagining of his eerie 1973 film, The Wicker Man. Young Christians Beth and Steve, a gospel singer and her cowboy boyfriend, leave Texas to preach door-to-door in Scotland. When, after initial abuse, they are welcomed with joy and elation to Tressock, the border fiefdom of Sir Lachlan Morrison, they assume their hosts simply want to hear more about Jesus. How innocent and wrong they are.","1.751","/7ZsEaCfKkIm5DerhU3qx0TJdJMy.jpg","[{'id':24036,'logo_path':null,'name':'Euro Center Productions','origin_country':''},{'id':24037,'logo_path':null,'name':'Tressock Films','origin_country':''},{'id':632,'logo_path':null,'name':'British Lion Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2011-08-27","0","96","[{'iso_639_1':'en','name':'English'}]","Released","Accept our sacrifice","The Wicker Tree","false","4.4","25" +"false","/3xvmvjKibxboJXL3wWnGyz7ltRZ.jpg","null","150000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","11167","tt0054167","en","Peeping Tom","Loner Mark Lewis works at a film studio during the day and, at night, takes racy photographs of women. Also he's making a documentary on fear, which involves recording the reactions of victims as he murders them. He befriends Helen, the daughter of the family living in the apartment below his, and he tells her vaguely about the movie he is making. She sneaks into Mark's apartment to watch it and is horrified by what she sees -- especially when Mark catches her.","6.726","/tJyGgOLDLDhJkUEI4wSoD4eO7n4.jpg","[{'id':11493,'logo_path':null,'name':'National Film Finance Corporation (NFFC)','origin_country':''},{'id':47818,'logo_path':null,'name':'Anglo-Amalgamated Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1960-04-06","83957","101","[{'iso_639_1':'en','name':'English'}]","Released","What made this the most diabolical murder weapon ever used?","Peeping Tom","false","7.6","246" +"false","/dZVcOjtgktUgThW617jdBOypFXh.jpg","null","0","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","20126","tt0073582","it","Profondo rosso","A musician witnesses the murder of a famous psychic, and then teams up with a fiesty reporter to find the killer while evading attempts on their lives by the unseen killer bent on keeping a dark secret buried.","7.437","/rSHs6nsCw6vJwgz9djlAp4g3NCN.jpg","[{'id':3570,'logo_path':null,'name':'Seda Spettacoli','origin_country':''},{'id':1131,'logo_path':null,'name':'Rizzoli Films','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'}]","1975-03-07","2864091","127","[{'iso_639_1':'it','name':'Italiano'}]","Released","When the Screaming starts and the Blood begins to flow... Pinch yourself and keep repeating I'M AT THE MOVIES! I'M AT THE MOVIES! I'M AT THE MOVIES! I'M AT THE MOVIES!","Deep Red","false","7.9","539" +"false","/7OA4zWj9rROgI7cDHIjWwkSJHxk.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.thetreefilm.com/","51409","tt1496005","en","The Tree","The O'Neills lived happily in their house in the Australian countryside. That was until one day fate struck blindly, taking the life of Peter, the father, leaving his grief-stricken wife Dawn alone with their four children. Among them, eight-year-old Simone denies this reality. She is persuaded that her father still lives in the giant fig tree growing near their house and speaks to her through its leaves. But the tree becomes more and more invasive and threatens the house. It must be felled. Of course, Simone won't allow it.","3.49","/qssPD0KdPwqjfci8lNoEwGkuUBr.jpg","[{'id':2426,'logo_path':null,'name':'Les Films du Poisson','origin_country':''},{'id':10945,'logo_path':null,'name':'Taylor Media','origin_country':''},{'id':7584,'logo_path':'/eGkfvvyf4fJTvBUR1xt1669IPA3.png','name':'Screen Australia','origin_country':'AU'},{'id':10946,'logo_path':'/gk4SFkJ3G49gGL308zymD8QGNw.png','name':'WDR/Arte','origin_country':'DE'},{'id':1758,'logo_path':null,'name':'Tatfilm Produktionsges. mbH','origin_country':''},{'id':1760,'logo_path':null,'name':'Dorje Film','origin_country':''},{'id':10948,'logo_path':null,'name':'La Pacte','origin_country':''},{'id':10949,'logo_path':'/2JOR75Gaz14Vzim0XSTSCmGFYsD.png','name':'Memento Films International','origin_country':'FR'},{'id':10950,'logo_path':'/6TdE9m9KgV2az7vNI8n95rQiYr3.png','name':'Screen Queensland','origin_country':'AU'},{'id':10951,'logo_path':'/48iBaAPgtoirf3C25HNkL9MhWfj.png','name':'Screen NSW','origin_country':'AU'},{'id':10952,'logo_path':null,'name':'Coficup 2','origin_country':''},{'id':5381,'logo_path':'/m6vSpFeYtFoW1lNv5mpLHzH4eLL.png','name':'Backup Media','origin_country':'FR'},{'id':6748,'logo_path':'/74qmkZFGFMbCsIKo2Dk62QVsUKf.png','name':'Goalpost Pictures','origin_country':'AU'},{'id':988,'logo_path':null,'name':'Kojo Pictures','origin_country':''},{'id':6187,'logo_path':'/gtC63XG8fkFxszIuZIogffM1oY8.png','name':'ARD/Degeto Film','origin_country':'DE'},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':94,'logo_path':'/huC7HqorvUThGIrENrbcHmQVUA0.png','name':'ARTE France Cin??ma','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'IT','name':'Italy'}]","2010-05-23","0","100","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'de','name':'Deutsch'}]","Released","Life is a force of nature","The Tree","false","6.6","59" +"false","/55VqZVBlF0ZJzJe8uWzdjh9ukK4.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","13162","tt0454084","en","Blind Dating","Danny is a blind man who does not let his impairment get in the way of living his life to the fullest, except when it comes to love. Danny's brother sets him up on a series of blind dates, but all of them go disastrously wrong. Just when Danny is about to give up, he meets Leeza, a nurse who works for Danny's doctor. There is just one catch: Leeza, who is from India, is promised to another man.","6.272","/2jdSERZJBfH5sZDVUusZBkZJEcM.jpg","[{'id':9118,'logo_path':'/9o6KLcDBRw3fNItUflJVwj8dZpC.png','name':'Samuel Goldwyn Films','origin_country':'US'},{'id':4004,'logo_path':null,'name':'Milcoz Films','origin_country':''},{'id':86,'logo_path':null,'name':'Catfish Productions','origin_country':''},{'id':18984,'logo_path':null,'name':'Blind Guy Films','origin_country':''},{'id':18985,'logo_path':null,'name':'Theta Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-07-28","834457","99","[{'iso_639_1':'en','name':'English'}]","Released","Date at your own risk.","Blind Dating","false","6.2","109" +"false","/sA4JS9Q7MrQgghyMEXMHaS6Nqpd.jpg","null","7154497","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':10402,'name':'Music'}]","https://www.findingyourfeetthemovie.com/home/","426030","tt4538916","en","Finding Your Feet","A lady has her prim and proper life turned upside down after discovering her husband's affair.","5.81","/iX9Shyt2NlczCn27KhhWintZ8xM.jpg","[{'id':85703,'logo_path':null,'name':'Powderkeg Pictures','origin_country':''},{'id':11310,'logo_path':null,'name':'Eclipse Films','origin_country':''},{'id':86092,'logo_path':null,'name':'Catalyst Global Media','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-12-26","15500000","111","[{'iso_639_1':'en','name':'English'}]","Released","Everyone Deserves a Second Dance","Finding Your Feet","false","7.2","60" +"false","/dSD9aSZtgFthuMQ78GD1QOQf54V.jpg","null","0","[{'id':16,'name':'Animation'},{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'}]","https://www.dccomics.com/movies/the-death-of-superman","487670","tt7167658","en","The Death of Superman","When a hulking monster arrives on Earth and begins a mindless rampage, the Justice League is quickly called in to stop it. But it soon becomes apparent that only Superman can stand against the monstrosity.","15.819","/y0uxSHaSFmt6XaBJgjkeLqe7aM.jpg","[{'id':9993,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Entertainment','origin_country':'US'},{'id':2785,'logo_path':'/l5zW8jjmQOCx2dFmvnmbYmqoBmL.png','name':'Warner Bros. Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2019-01-13","0","81","[{'iso_639_1':'en','name':'English'}]","Released","Witness the day Metropolis stood still","The Death of Superman","false","7.1","233" +"false","/5uayF96i4JWtdNH3uJy5IpImDBT.jpg","null","30000000","[{'id':35,'name':'Comedy'}]","http://www.lifeoftheparty-movie.com/","399796","tt5619332","en","Life of the Party","Dumped by her husband, longtime housewife Deanna turns regret into reset by going back to college. Winding up at the same school as her daughter, Deanna plunges headlong into the campus experience ??? embracing fun, freedom and frat boys.","12.863","/749iUAWQWeutQuTd9excjmigecw.jpg","[{'id':87017,'logo_path':null,'name':'On the Day','origin_country':''},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-05-10","61700416","105","[{'iso_639_1':'en','name':'English'}]","Released","Give life the old college try","Life of the Party","false","6.2","395" +"false","/wrqUiMXttHE4UBFMhLHlN601MZh.jpg","null","120000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'},{'id':14,'name':'Fantasy'}]","http://www.rampagethemovie.com","427641","tt2231461","en","Rampage","Primatologist Davis Okoye shares an unshakable bond with George, the extraordinarily intelligent, silverback gorilla who has been in his care since birth. But a rogue genetic experiment gone awry mutates this gentle ape into a raging creature of enormous size. To make matters worse, it???s soon discovered there are other similarly altered animals. As these newly created alpha predators tear across North America, destroying everything in their path, Okoye teams with a discredited genetic engineer to secure an antidote, fighting his way through an ever-changing battlefield, not only to halt a global catastrophe but to save the fearsome creature that was once his friend.","22.984","/3gIO6mCd4Q4PF1tuwcyI3sjFrtI.jpg","[{'id':73118,'logo_path':null,'name':'Wrigley Pictures','origin_country':'US'},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':105750,'logo_path':null,'name':'7 Bucks Entertainment','origin_country':''},{'id':105751,'logo_path':null,'name':'ASAP Entertainment','origin_country':''},{'id':34081,'logo_path':null,'name':'Flynn Picture Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-04-12","426245950","107","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Big meets bigger","Rampage","false","6.2","2948" +"false","/o21qmruJenPD9YunYFUxHnojKac.jpg","null","2500000","[{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'}]","","11031","tt0088258","en","This Is Spinal Tap","""This Is Spinal Tap"" shines a light on the self-contained universe of a metal band struggling to get back on the charts, including everything from its complicated history of ups and downs, gold albums, name changes and undersold concert dates, along with the full host of requisite groupies, promoters, hangers-on and historians, sessions, release events and those special behind-the-scenes moments that keep it all real.","7.921","/2VDPeoPJ2bKdmfuJxxCktx1hr5g.jpg","[{'id':3566,'logo_path':null,'name':'Spinal Tap Prod.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-05-04","4736202","82","[{'iso_639_1':'en','name':'English'}]","Released","Prepare to crank those amps up to eleven","This Is Spinal Tap","false","7.7","657" +"false","/cvhEXingh5GH3WIiUf0PCKw21kT.jpg","null","7806306","[{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","","435577","tt3300980","no","Den 12. mann","After a failed anti-Nazi sabotage mission leaves his eleven comrades dead, a Norwegian resistance fighter finds himself fleeing the Gestapo through the snowbound reaches of Scandinavia.","16.843","/dxZ8iGf5jQoLcNqBJL6uzNTivp.jpg","[{'id':44997,'logo_path':null,'name':'Zwart Arbeid','origin_country':''},{'id':235,'logo_path':'/obOynoztBEhDNfHsDXBqOuQLAZk.png','name':'Nordisk Film','origin_country':'DK'}]","[{'iso_3166_1':'NO','name':'Norway'}]","2017-12-25","0","136","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'no','name':'Norsk'},{'iso_639_1':'se','name':''}]","Released","Based on a true story of survival and hope","The 12th Man","false","7.6","103" +"false","/atIktlhZaKrIOjCeBWwcRVORZOs.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","","43196","tt0046896","en","Deep in My Heart","Biographic movie about the American composer Sigmund Romberg.","0.964","/9hyks0aUbfKYhFl5aNuM6B3OGOW.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1954-12-24","0","132","[{'iso_639_1':'en','name':'English'}]","Released","","Deep in My Heart","false","8","2" +"false","/zA00KRDEWWoNEyo0y2xp4HbTgAA.jpg","null","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","71841","tt0090904","en","Dangerously Close","Rebel without a cause or a clue at an elite but uptight college discovers some of his classmates have formed an even more elite clique more or less hell-bent on ridding the school, and quite possibly American society, of what they deem to be its undesirables because of ethnicity, politics, etc. Our hero recruits a teacher and some other ""less desirable"" classmates to undermine the elitists, and, naturally, things get quite violent.","1.099","/g6Yq6MtRzeONuDJH2TAUuXqRmM7.jpg","[]","[]","1986-05-09","2390525","95","[{'iso_639_1':'en','name':'English'}]","Released","","Dangerously Close","false","3.9","4" +"false","/i6NWtqhyMrg5FqxLLSIbqRW55Sl.jpg","null","410000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","http://www.wim-wenders.com/movies/movies_spec/thegoalkeepersanxiety/the_goalkeepers_fear_of_the_penalty.htm","42481","tt0066773","de","Die Angst des Tormanns beim Elfmeter","The Goalie's Anxiety at the Penalty Kick is a 1972 German language drama film directed by Wim Wenders. It was adapted from a novella by Wenders' long-time collaborator Peter Handke. A goalkeeper is sent off during a game for committing a foul. He spends the night with a cinema cashier, whom he afterwards kills. Although a type of detective film, it is more slow moving and contemplative than other films of the genre. It explores the monotony of the murderer's existence and, like many of Wenders' films, the overwhelming cultural influence of America in post-war West Germany.","0.925","/v6BgxRBOxRP7IfghuHJLYmnpE26.jpg","[{'id':3391,'logo_path':'/t0QBs2fI3mE3HxgoH1n39bYuzNu.png','name':'??sterreichischer Rundfunk (ORF)','origin_country':'AT'},{'id':10869,'logo_path':null,'name':'Filmverlag der Autoren','origin_country':''},{'id':36229,'logo_path':null,'name':'Wim Wenders Stiftung','origin_country':'DE'},{'id':69420,'logo_path':null,'name':'Telefilm Wien','origin_country':''},{'id':46,'logo_path':null,'name':'Westdeutscher Rundfunk (WDR)','origin_country':'DE'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'AT','name':'Austria'}]","1972-02-19","100","101","[{'iso_639_1':'de','name':'Deutsch'}]","Released","","The Goalie's Anxiety at the Penalty Kick","false","5","10" +"false","/zIDV3sEqU9DtoyCRwO2PvWXU3Pj.jpg","null","16000000","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':878,'name':'Science Fiction'}]","","36797","tt0120029","en","RocketMan","Fred Z. Randall is geeky and obnoxious spacecraft designer, who gets the chance to make his dream come true and travel to Mars as a member of the first manned flight there.","5.063","/vDyCsKerUVU2tKV9K7zyOOcdvLj.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':175,'logo_path':'/trtXLj3zv8T9ke1Vhw4SCkkM4JJ.png','name':'Caravan Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-10-10","0","95","[{'iso_639_1':'en','name':'English'}]","Released","He's just taking up space!","RocketMan","false","5.3","58" +"false","/2NDRSnvnqeIJZtPz7ZVecaQVo1N.jpg","null","9000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","","53906","tt0050562","en","Jet Pilot","John Wayne stars as U.S. Air Force aviator Jim Shannon, who's tasked with escorting a Soviet pilot (Janet Leigh) claiming -- at the height of the Cold War -- that she wants to defect. After falling in love with and wedding the fetching flyer, Shannon learns from his superiors that she's a spy on a mission to extract military secrets. To save his new wife from prison and deportation, Shannon devises a risky plan in this 1957 drama.","3.183","/yw9M6vE1vYvwBMNjMvH2CnX0aex.jpg","[{'id':6,'logo_path':'/n53F7K9scQWFXYbrCablqLKqJdp.png','name':'RKO Radio Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1957-10-11","0","112","[{'iso_639_1':'en','name':'English'}]","Released","Exploding with all the power of the jet age... with all the passion of a daring love story!","Jet Pilot","false","5.6","19" +"false","/oze8pNppb6cMyVEahk6vlbeqJqK.jpg","null","0","[{'id':36,'name':'History'},{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","","43654","tt0101798","en","Edward II","A modern-dress adaptation of Christopher Marlowe's Elizabethan tragedy about King Edward II's homosexual relationship with the ambitious Gaveston, and his overthrow by the queen and the outraged nobility.","2.528","/qPLtywJFM1xVaTt4ybZ08gcry61.jpg","[{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'},{'id':12745,'logo_path':null,'name':'British Screen Productions','origin_country':'GB'},{'id':27904,'logo_path':null,'name':'Uplink Co.','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'JP','name':'Japan'}]","1991-09-03","694438","90","[{'iso_639_1':'en','name':'English'}]","Released","A classic tale of sex, revenge, and love","Edward II","false","7.1","18" +"false","/3Ug8zTIPZbY5QlJlJFKTreQrOme.jpg","null","0","[{'id':28,'name':'Action'},{'id':37,'name':'Western'}]","","43114","tt0051437","en","Buchanan Rides Alone","A Texan pits a powerful family against itself to save a Mexican from hanging.","1.942","/n3ZAvO78SHJJYJJjHgP7yz7j0go.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1958-08-01","0","78","[{'iso_639_1':'hu','name':'Magyar'},{'iso_639_1':'en','name':'English'}]","Released","DOUBLE HANGING -- DOUBLE THRILLS!","Buchanan Rides Alone","false","6.3","24" +"false","/qFoLgOjCKHed180gOQZ6hGDFGo4.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","7008","tt0073901","en","The Wilby Conspiracy","Having spent 10 years in prison for nationalist activities, Shack Twala is finally ordered released by the South African Supreme Court but he finds himself almost immediately on the run after a run-in with the police. Assisted by his lawyer Rina Van Niekirk and visiting British engineer Jim Keogh, he heads for Capetown where he hopes to recover a stash of diamonds, meant to finance revolutionary activities, that he had entrusted to a dentist before his incarceration. Along the way, they are followed by Major Horn of the South African State security bureau and it becomes apparent that he has no intention of arresting them until they reach their final destination","2.324","/4BBXpqhBy18oGFkZW4zYqZgMKSU.jpg","[{'id':2162,'logo_path':null,'name':'Baum/Dantine Productions','origin_country':''},{'id':2163,'logo_path':null,'name':'Optimus Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1975-02-01","0","105","[{'iso_639_1':'en','name':'English'}]","Released","In the fight for freedom, you have to break all the rules.","The Wilby Conspiracy","false","5.9","12" +"false","/38NUbmhuJDbNfQX3BdtjkQDufxS.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","221449","tt0061515","en","Stranger in the House","John Sawyer, once an eminent barrister, has slid into a life of cynicism and drunkenness since his wife left him. When his daughter's boyfriend is accused of murder, Sawyer decides to try to pull himself together and defend him in court.","0.6","/9vpPyVL5Qiy4n0N6NGlMqNPplr9.jpg","[{'id':110470,'logo_path':null,'name':'American Broadcasting Company (ABC)','origin_country':'GB'},{'id':12744,'logo_path':null,'name':'De Grunwald Productions','origin_country':'GB'},{'id':6090,'logo_path':null,'name':'Selmur Productions','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1967-05-23","0","104","[{'iso_639_1':'en','name':'English'}]","Released","","Stranger in the House","false","0","0" +"false","/czwpcXwUVGo7GKx85KF6MgqmOrX.jpg","null","0","[{'id':18,'name':'Drama'}]","","20108","tt0060138","fr","Au hasard Balthazar","A profound masterpiece from one of the most revered filmmakers in the history of cinema, Robert Bresson???s Au hasard Balthazar follows the donkey Balthazar as he is passed from owner to owner, some kind and some cruel but all with motivations beyond his understanding. Balthazar, whose life parallels that of his first keeper, Marie, is truly a beast of burden, suffering the sins of humankind. But despite his powerlessness, he accepts his fate nobly. Through Bresson???s unconventional approach to composition, sound, and narrative, this simple story becomes a moving parable about purity and transcendence.","5.795","/wI0TyRjiWWMpxP1TVOzSJnxQbn3.jpg","[{'id':6116,'logo_path':null,'name':'Argos Films','origin_country':'FR'},{'id':14680,'logo_path':null,'name':'Parc Film','origin_country':''},{'id':6181,'logo_path':'/wLSdapPKqkBgrRVOKcUx83hCR3Y.png','name':'Svensk Filmindustri','origin_country':'SE'},{'id':2302,'logo_path':'/rPXEdpqwFycAY9ZgrAJXv13qcWW.png','name':'Svenska Filminstitutet','origin_country':'SE'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'SE','name':'Sweden'}]","1966-05-25","39388","95","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'la','name':'Latin'}]","Released","","Au Hasard Balthazar","false","7.8","142" +"false","/oZ5d5xdUrc3G0Ai4tsqFS5N9Gr0.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://brontepictures.com/out-of-the-shadow.html","450654","tt4866768","en","Out of the Shadows","A newly married detective and his pregnant wife move into their dream home unaware of its dark history. When his wife claims their baby is being tormented by a supernatural force and seeks the help of a renegade demonologist, he must investigate the past to save his family.","0.6","/ikPI9bF9s7jufAi5Q3QcuQjdQVm.jpg","[{'id':25954,'logo_path':null,'name':'Metrol Technology','origin_country':'GB'},{'id':5056,'logo_path':'/kADFcjL04xe5HGBnlLjbfhliS2a.png','name':'Head Gear Films','origin_country':'GB'},{'id':50079,'logo_path':null,'name':'Kreo Films FZ','origin_country':''},{'id':88578,'logo_path':null,'name':'Maddfilms','origin_country':''},{'id':103845,'logo_path':null,'name':'Bronte Pictures','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2017-04-29","0","91","[{'iso_639_1':'en','name':'English'}]","Released","They Came from the Darkness...","Out of the Shadows","false","7.7","3" +"false","/tOReewl4gQViSGqoFQe9q6hfxfz.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","http://www.samuelgoldwynfilms.com/the-price/","426240","tt3212026","en","The Price","Seyi, a 24-year-old Nigerian-American, works on Wall Street. Desperate to succeed because of his outsider status-due to class and race-he commits a crime, insider trading, which brings his entire world crashing down on him. Seyi's troubled circumstances force him finally to confront his tumultuous relationship with his ailing father, his romantic relationship with his privileged white girlfriend, and his racial and immigrant backgrounds-with nothing less at stake for him than his soul.","1.053","/uSm4woSrLVErGNBZCCLOkBVjJjk.jpg","[{'id':88564,'logo_path':'/pn3p12IC4Tb0K8reEQyR51pgnvJ.png','name':'Water's End Productions','origin_country':'US'},{'id':9118,'logo_path':'/9o6KLcDBRw3fNItUflJVwj8dZpC.png','name':'Samuel Goldwyn Films','origin_country':'US'}]","[{'iso_3166_1':'NG','name':'Nigeria'},{'iso_3166_1':'US','name':'United States of America'}]","2017-11-10","0","91","[{'iso_639_1':'en','name':'English'}]","Released","","The Price","false","3.3","4" +"false","/4S8zPEkNW4qSpMm66qB9yWxerTA.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'},{'id':27,'name':'Horror'}]","","504982","tt6710826","en","The Jurassic Games","In the near future, 10 death row convicts are forced to compete in a virtual reality game that pits them against dinosaurs and each other.","5.953","/4iXYZgB0VZyPvjBfEY0f2VTMDqa.jpg","[{'id':97473,'logo_path':'/wUdvGcrOBNhYNWqPCYSyXbP5hpS.png','name':'High Octane Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-05-21","0","86","[{'iso_639_1':'en','name':'English'}]","Released","Win the games. Win your freedom.","The Jurassic Games","false","3.9","34" +"false","/dvFyBePFnGQzIqI6mzSqk8bH2bQ.jpg","null","0","[{'id':27,'name':'Horror'}]","","5434","tt0068972","it","La morte ha sorriso all'assassino","A man discovers an ancient Incan formula for raising the dead, and uses it for a series of revenge murders.","2.448","/nYktE2iJZYc1qqNJlliNFr4jCZL.jpg","[{'id':1906,'logo_path':null,'name':'Dany Film','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'}]","1973-07-11","0","97","[{'iso_639_1':'it','name':'Italiano'}]","Released","","Death Smiles on a Murderer","false","6.5","16" +"false","/lQeXDHdiNquX7bNEAYSXTO8AelX.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","227877","tt2900822","en","Torment","Newlyweds Sarah and Cory Morgan have decided to take a relaxing holiday with Cory???s 7 year old son Liam to try and smooth over some of the teething problems Liam is having with his new Mom. Despite the idyllic location of Cory???s isolated and luxurious country house, the family soon realize they have made a mistake in going there. Someone has been using the house in their absence. Their unwanted house guests will soon reveal themselves and the family will find itself caught up in a fight for their lives. What was planned as a relaxing getaway quickly turns into their worst nightmare as the family find themselves on a holiday from hell.","3.413","/hlJIBWmLsyxyNTsCgNReGmOK2xZ.jpg","[{'id':18178,'logo_path':null,'name':'Gearshift Films','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2013-10-11","0","82","[{'iso_639_1':'en','name':'English'}]","Released","Welcome to the family.","Torment","false","4.8","50" +"false","/20YIEFNFwhvuEzwu98qmGZSpYK4.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","62570","tt0063771","fr","Le vieil homme et l'enfant","A story of the caring friendship formed between a crusty, old anti-Semite and an eight-year-old Jewish boy who goes to live with him during World War II.","1.539","/4lnrlhEyzaMtIHO2Gsfw5aLNtXu.jpg","[{'id':1124,'logo_path':null,'name':'P.A.C.','origin_country':'FR'},{'id':72,'logo_path':null,'name':'Valoria Films','origin_country':''},{'id':82,'logo_path':null,'name':'Renn Productions','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'}]","1967-03-08","0","90","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","The Two of Us","false","7.9","24" +"false","/yX6HkoWJHLPit0oulYkvVYOC8qJ.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","22233","tt0057581","en","The Thrill of It All","The story of the film centres around urban housewife Beverly Boyer (Doris Day) and her husband, a successful gynaecologist and devoted family man, Gerald (James Garner). Beverly is offered the opportunity to star for a television commercial advertising soap. After a shaky start, she gets a contract for $80,000 per year to appear on the weekly TV commercials.","3.313","/vZx0yMbJiK7bXbVgl10LQCpYm8t.jpg","[{'id':10330,'logo_path':'/nY62adzeba5GVK8LJYD6yd9R8H4.png','name':'Universal International Pictures','origin_country':''},{'id':1830,'logo_path':null,'name':'Ross Hunter Productions Inc.','origin_country':''},{'id':1823,'logo_path':null,'name':'Arwin Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1963-07-17","0","108","[{'iso_639_1':'en','name':'English'}]","Released","She's hoping he's ready. He's wishing she's willing.","The Thrill of It All","false","7.1","24" +"false","/3FBkXcMKeAJrDZZ6vaVMHuhZvan.jpg","{'id':46082,'name':'Ma and Pa Kettle Collection','poster_path':'/xs6DCpPY2a9aIBWgYcfro27RqAy.jpg','backdrop_path':'/9UeO7vS3si5tsRcZ3177o0ADztg.jpg'}","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","42342","tt0039349","en","The Egg and I","It tells the story of young married couple who become chicken farmers. Betty has been raised to follow her husband's dreams with him, and Bob's dream is to be a successful chicken farmer. The problem is their home is old and needs to be repaired and the baby chicks need constant care. When a rich single woman with a new house and new farm equipment flirts with Bob, Betty questions their decision to move to the farm in the first place.","2.019","/3P1kLv46U7XltDbHoPysplEW4AA.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1947-05-01","0","108","[{'iso_639_1':'en','name':'English'}]","Released","Back again! Because you asked for it!","The Egg and I","false","7.3","15" +"false","/gFbN4bBrtNvj3gsLE2oo3tsO6AB.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':36,'name':'History'}]","","526746","tt6413868","en","The Lost Viking","A young Viking called Vitharr arrives in Britain with dreams of conquest and adventure, but when his family and clan are ambushed and killed, he must survive alone in this strange,dangerous new land as he searches for his Uncle's settlement.","3.058","/fJx3oWr98WGJsaj2kOBh63xxRBp.jpg","[]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-05-28","0","103","[{'iso_639_1':'en','name':'English'}]","Released","Fight like a viking, fight to survive","The Lost Viking","false","4.8","4" +"false","/6YNGo7tEenX3oHk86rpl4bFBU7x.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","506407","tt5639898","en","Social Animals","Determined not to turn into her parents, or be drawn into any relationship longer than a one night stand, Zoe constantly struggles with her failing business and love life. Then she falls in love for the first time with Paul. But there's one problem: Paul is married.","7.392","/45QgvkuwZF8mffzDcK3wZSpNpA0.jpg","[{'id':81716,'logo_path':null,'name':'Cranium Entertainment','origin_country':''},{'id':75357,'logo_path':'/zXT1JFP82YL245wlLpauAJDZA25.png','name':'BondIt','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-06-01","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Love is never picture perfect","Social Animals","false","6.2","30" +"false","/vWMasHk6qmWKj5roOI5nMMJOGw1.jpg","null","6000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","472921","tt2560792","en","Skybound","Five friends on a small airplane mysteriously lose their radio connection on a trip from New York to LA. As they continue their flight, they're forced to assume that a major disaster happened on the ground. They discover a stowaway, Erik, who urges them not to land at any cost. Before they run out of fuel, they must find out the truth.","2.673","/cXene5mEHRovj7ZfMZpLxKSiv5n.jpg","[{'id':105450,'logo_path':null,'name':'Visionz International','origin_country':'DE'}]","[{'iso_3166_1':'DE','name':'Germany'}]","2017-11-07","0","82","[{'iso_639_1':'en','name':'English'}]","Released","What if suddenly the ground was gone?","Skybound","false","4.6","15" +"false","/yNBcIGxAjvtsf4dQaVgyNy27qnp.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':37,'name':'Western'},{'id':10402,'name':'Music'}]","","16563","tt0047472","en","Seven Brides for Seven Brothers","In 1850 Oregon, when a backwoodsman brings a wife home to his farm, his six brothers decide that they want to get married too.","7.043","/42uIMPDWlJLexVGhj7zXYP1fchQ.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'},{'id':31892,'logo_path':null,'name':'Loew's Incorporated','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1954-07-22","5000000","102","[{'iso_639_1':'en','name':'English'}]","Released","SINGIN'! DANCIN'! ROMANCIN'!","Seven Brides for Seven Brothers","false","7.4","235" +"false","/pM6udDwlF1YLWl7JNDH7psaMHef.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","http://observancemovie.com/","347097","tt3591988","en","Observance","In the grip of grief following the death of his young son, his marriage on the rocks and nearing bankruptcy, Parker reluctantly returns to work as a private investigator. Embarking on an unusual assignment to observe a woman from an abandoned apartment, Parker witnesses bizarre happenings surrounding her, unaware that the derelict building that he surveys her from has birthed a dark presence which slowly threatens to consume him.","1.951","/9B49mUbO3uSYedZklnzh3pBGCUN.jpg","[{'id':87143,'logo_path':null,'name':'Sterling Cinema','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2016-04-03","0","90","[{'iso_639_1':'en','name':'English'}]","Released","They are watching","Observance","false","4.8","23" +"false","/cLwJbPzNDodrGCeSmfqDXQar3Oe.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","","462077","tt2306441","en","Middleground","Him and her. A husband and a wife staying in a cozy hotel where you can come for just a couple of days with a risk to get stuck forever. It is so easy to get trapped in the daily routine. Indeed, nothing is more permanent than the temporary. Their time is like a flat circle. He has his phone calls and business meetings. She is wrapped in her dreams and doubts. All reactions are predictable, all conversations are learnt by heart. An endless LP record of life keeps playing again and again repeating itself. But a few things can break this tune, like a scratch on the record, a crack on a wine glass, a sudden glance or a meeting with a stranger. And then you know: tomorrow will come soon. Any moment something can go wrong, throw you off course, and force you to make a choice.","1.365","/o6YqvRKgYMx6SinyrwbFMYYwTaF.jpg","[{'id':71156,'logo_path':null,'name':'Hype Film','origin_country':''},{'id':105609,'logo_path':null,'name':'IlCapo Films','origin_country':''}]","[{'iso_3166_1':'RU','name':'Russia'},{'iso_3166_1':'US','name':'United States of America'}]","2017-11-02","0","74","[{'iso_639_1':'en','name':'English'}]","Released","Choose Your Reality","Middleground","false","7.3","3" +"false","/4cWk8xSRj4Ahz2yeZRqQr2m67lH.jpg","null","20000000","[{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'},{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","https://movies.disney.com/holes","8326","tt0311289","en","Holes","Stanley's family is cursed with bad luck. Unfairly sentenced to months of detention at Camp Green Lake, he and his campmates are forced by the warden to dig holes in order to build character. What they don't know is that they are digging holes in order to search for a lost treasure hidden somewhere in the camp.","11.439","/88HeeiJ6Vgu329KCcFC4cEcicPr.jpg","[{'id':11317,'logo_path':'/u3YB3GujS0tct5BVTsMJLWVyllg.png','name':'Phoenix Pictures','origin_country':'US'},{'id':2377,'logo_path':null,'name':'Chicago Pacific Entertainment','origin_country':''},{'id':10221,'logo_path':'/99VfWRgKasZoyK9UVB39gnYvFrZ.png','name':'Walden Media','origin_country':'US'},{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-04-18","0","117","[{'iso_639_1':'en','name':'English'}]","Released","Some secrets are too big to keep hidden.","Holes","false","6.7","655" +"false","/rkyZQedCsCLv10GW1UPqsZwZqIU.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10751,'name':'Family'},{'id':53,'name':'Thriller'}]","https://www.coldnovemberfilm.com","482650","tt4712516","en","Cold November","On the cusp of womanhood, 12-year-old Florence goes on her first deer hunt, a traditional rite-of- passage in her matriarchal family.","2.016","/zbwYd2uujOJ4EGxt67Veg0E4Gde.jpg","[{'id':102719,'logo_path':null,'name':'Pollywogs Films','origin_country':''},{'id':102720,'logo_path':null,'name':'Kjax','origin_country':''},{'id':74148,'logo_path':null,'name':'Mama Bear Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-03-23","0","92","[{'iso_639_1':'en','name':'English'}]","Released","Florence grows up","Cold November","false","6.8","5" +"false","/sR6YIXt0kV79MSDUIUs2GPpmwWD.jpg","null","80","[{'id':99,'name':'Documentary'}]","","529736","tt4794544","en","Adam Patel: Real Magic","In his first major television special, British Asian illusionist Adam Patel, showcases his trademark brand of magic, sleight-of-hand, perceptual manipulation and mind hacking, astounding celebrities and the general public.","0.6","/c65UuEXgjUbEHETiUDyMDE7Irg2.jpg","[]","[]","2018-06-10","0","44","[]","Released","","Adam Patel: Real Magic","false","0","0" +"false","/ygvzJA3ffLQBXflwMQ9NxriODPf.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':37,'name':'Western'}]","","43253","tt0051047","en","The Tall T","Having lost his horse in a bet, Pat Brennan hitches a ride with a stagecoach carrying newlyweds, Willard and Doretta Mims. At the next station the coach and its passengers fall into the hands of a trio of outlaws headed by a man named Usher. When Usher learns that Doretta is the daughter of a rich copper-mine owner, he decides to hold her for ransom. Tension builds over the next 24 hours as Usher awaits a response to his demands and as a romantic attachment grows between Brennan and Doretta.","3.613","/30JrfmaXwdEIJigK9uNh32uDzey.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1957-04-02","0","78","[{'iso_639_1':'en','name':'English'}]","Released","Taut! Torrid! Tremendous! T Is for Terror!","The Tall T","false","7.3","40" +"false","/1F2KL5Z9mojY0D3V7fpH53tz0Va.jpg","null","0","[{'id':99,'name':'Documentary'}]","https://www.tawai.earth/#home-2","479495","tt3638960","en","Tawai: A voice from the forest","Explorer Bruce Parry visits nomadic tribes in Borneo and the Amazon in hope to better understand humanity's changing relationship with the world around us.","0.946","/5nBgIhQ9p0P1k57F9DPWtvTINIW.jpg","[{'id':3728,'logo_path':null,'name':'Mangusta Productions','origin_country':''},{'id':95738,'logo_path':null,'name':'Quest Unlimited','origin_country':''},{'id':31787,'logo_path':null,'name':'Creativity Capital','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-09-29","0","101","[]","Released","","Tawai: A voice from the forest","false","6","1" +"false","/fD76dvpzU7bjvkNCJ7Rqt4SVAot.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':10402,'name':'Music'}]","","426243","tt6212934","en","Eagles of Death Metal: Nos Amis (Our Friends)","The November 13, 2015 terrorist attack in Paris claimed 130 lives around the city -- 89 of them at the Eagles of Death Metal???s Bataclan Theatre concert. ""Eagles of Death Metal: Nos Amis (Our Friends)"" spotlights the American rock band as they recount their experiences before and after the tragic events. The film explores the deep bonds between band co-founders Jesse Hughes and Josh Homme (also a member of Queens of the Stone Age), as well as the intense connection the band has always had with its devoted fans, which moved them to return to Paris to perform once again in February 2016.","1.252","/oe0exWiCRfy5GSQfnGi9wvwuSS.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-02-10","0","84","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","A Show Of Courage.","Eagles of Death Metal: Nos Amis (Our Friends)","false","7.8","10" +"false","/7upxLFlI4brTt1l9MHCbVWYdSww.jpg","null","0","[{'id':99,'name':'Documentary'}]","","278265","tt3447810","no","Ballettguttene","Ballet Boys takes you through disappointments, victories, forging of friendship, first loves, doubt, faith, growing apart from each other, finding your own way and own ambitions, all mixed with the beautiful expression of ballet.","0.779","/2pWPsTrEzp6lo79zXmb8r0AxidA.jpg","[{'id':25773,'logo_path':null,'name':'Indie Film as','origin_country':''}]","[{'iso_3166_1':'NO','name':'Norway'}]","2014-06-27","0","75","[{'iso_639_1':'no','name':'Norsk'}]","Released","","Ballet Boys","false","7.3","6" +"false","/sztmjvtuOiqnjqj2PKM2xX2Btuf.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://theweddingplanmovie.com","412363","tt5991206","he","?????????? ???? ????????","Michal is 32 years old. She became religious 12 years ago, and only now is she getting married. A month before the wedding, while checking out the catering for the event, the groom has a change of heart and the wedding is called off. Michal feels she???s unable to go back to ordinary life, to the usual course of matchmaking. She feels this is the moment to change something very basic in her personality. A simple belief that God is good and sweet; that He wants to give and is only waiting for her to wish it. Michal goes on a month-long journey lasting up to the planned wedding day: ???I have the venue, the dress, the apartment; God can easily come up with my groom.???","2.082","/1zr08eVhHNMDxncknJqFvSbe2On.jpg","[{'id':584,'logo_path':null,'name':'Norma Productions','origin_country':'IL'}]","[{'iso_3166_1':'IL','name':'Israel'}]","2017-05-12","0","110","[{'iso_639_1':'he','name':'????????????????'}]","Released","30 days. 1 wedding. No Groom.","The Wedding Plan","false","5","19" +"false","/qLWAuG5QXragty4irrJzEpXxPOi.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","https://www.weddinginvitationmovie.com/","376459","tt3811244","en","The Wedding Invitation","Three best friends endure heartbreak, humiliation & hangovers to find a date to the wedding of a lifetime.","0.6","/iARCUwpqX5G21VZfxy5eRDBIJTP.jpg","[{'id':105625,'logo_path':'/rt3q1J4P9mrQ1aBlhsJvBWLaVXP.png','name':'It's Raining Films','origin_country':'US'},{'id':105626,'logo_path':null,'name':'Narmartini Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-03-30","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Save the date!","The Wedding Invitation","false","5.3","4" +"false","/9GrvQH5AmSZHqmnFb7lIOr4ZquF.jpg","{'id':589061,'name':'?????????????? ???????? (??????????)','poster_path':null,'backdrop_path':null}","1000000","[{'id':27,'name':'Horror'}]","http://volgafilm.ru/film/queenofspades","358962","tt4901756","ru","?????????????? ????????: ???????????? ??????????","There is an ancient ritual known to humankind for more than a hundred years...According to the legend, an ominous entity known as The Queen of Spades can be summoned by drawing a door and staircase on a mirror in the darkness, and by saying her name three times. The Queen of Spades gets her energy from reflective objects; she cuts locks of hair from those asleep, and those that see her go mad or die. Four teenagers decide to call The Queen of Spades as a joke. But when one of them dies of a sudden heart attack, the group realizes they are up against something inexplicable and deadly dangerous.","2.016","/jQ38xui1VOZYb8gzAPZwubg9Dg1.jpg","[{'id':72299,'logo_path':null,'name':'????????????','origin_country':''},{'id':9340,'logo_path':'/Pih8qdFRi0R21REdsb9NtaCdex.png','name':'Enjoy Movies','origin_country':'RU'},{'id':105618,'logo_path':null,'name':'Ultrafilm','origin_country':''}]","[{'iso_3166_1':'RU','name':'Russia'}]","2015-09-10","2228115","93","[{'iso_639_1':'ru','name':'P????????????'}]","Released","Evil Lives In The Reflection","Queen of Spades: The Dark Rite","false","5.4","26" +"false","/4ztfm6s6suQCejRpsY3IcHSob6o.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':18,'name':'Drama'}]","https://www.nativemovie.co.uk/","347030","tt4443922","en","Native","Two scientists are selected to travel across the universe to the source of a distant transmission and potential life.","0.604","/sEQQVNYx8IGbX3xUpNhMYgEi4RD.jpg","[{'id':56946,'logo_path':null,'name':'Glasshouse Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-02-23","0","86","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","","Native","false","5.2","7" +"false","/pPQwLK6BishU4TJeuJ1vumEh5Th.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","435218","tt6338476","en","Lost in London","Within the course of a night, Woody Harrelson finds himself in a misadventure in London that winds him up in prison.","3.96","/z4Q6AZH6ZpcIy1QtVS2oXuzPO82.jpg","[{'id':22842,'logo_path':'/waIZoO3pnB0VVCUVo8u6hqcYN9U.png','name':'Waypoint Entertainment','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2017-01-19","0","103","[{'iso_639_1':'en','name':'English'}]","Released","","Lost in London","false","6.3","17" +"false","/rxddmg9doe15LxPOAd4hZkOpD4A.jpg","null","0","[{'id':10751,'name':'Family'}]","","528911","tt8179218","en","Alex & Me","An uplifting story of the passion and drive it takes to succeed and the power of family to help realize your dreams.","4.169","/nurw4kqyu2krOMbkQoKiZTMhEWJ.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-06-12","0","76","[{'iso_639_1':'en','name':'English'}]","Released","","Alex & Me","false","7.2","28" +"false","/qTGhOP8eFA5tjn4Lka4UVfDv1Zb.jpg","null","20000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","https://www.acrimony.movie/","464502","tt6063050","en","Acrimony","A faithful wife takes action when it becomes clear to her that her devious husband has betrayed her.","12.087","/upURIW6jeEcTJKpaJeoNw5jbcr1.jpg","[{'id':3096,'logo_path':'/fkZTZ4veYYr3lwr2riVrVAOfeqD.png','name':'Tyler Perry Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-03-30","34764055","120","[{'iso_639_1':'en','name':'English'}]","Released","Hell Hath No Fury","Acrimony","false","6.7","169" +"false","/5wuzW48iA6y8cOiNoITDQ5d0rCH.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","http://www.focusfeatures.com/7-days-in-entebbe","433627","tt5466186","en","7 Days in Entebbe","In 1976, four hijackers take over an Air France airplane with 248 passengers on board and force it to land in Entebbe, Uganda.","9.364","/nrC63ikbK4jDp3knvBqxPoWYEMM.jpg","[{'id':6735,'logo_path':'/6yyByQrmTAgJv0QzZ1Eh1jiGX4R.png','name':'Participant Media','origin_country':'US'},{'id':73249,'logo_path':null,'name':'Pellikola Limited','origin_country':'MT'},{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2018-03-15","8685101","107","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'he','name':'????????????????'},{'iso_639_1':'en','name':'English'}]","Released","Discover the story that changed the course of history.","7 Days in Entebbe","false","5.8","168" +"false","/kQTsJtaFo94PzVVozRa6QvGEEkD.jpg","null","0","[{'id':28,'name':'Action'},{'id':37,'name':'Western'}]","","83354","tt0051114","es","The True Story of Jesse James","Having fought with the Confederacy during the Civil War, Jesse James and his brother Frank dream of a farm life in Missouri. Harassed by Union sympathizers, they assemble a gang of outlaws, robbing trains and becoming folk heroes in the process. Jesse marries his sweetheart, Zee, and maintains an aura of domesticity, but after a group of lawmen launch an attack on his mother's house, Jesse plans one more great raid -- on a Minnesota bank.","1.4","/5NOqyYK0Xrd2nC1AcM2IUr6zf6C.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[]","1957-03-22","0","92","[{'iso_639_1':'en','name':'English'}]","Released","The real story??? really told for the first time!","The True Story of Jesse James","false","5.2","15" +"false","/z4AGXHcXSx41tPAMwKIcCG7zVlJ.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10752,'name':'War'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':36,'name':'History'}]","","17591","tt0048990","en","The Battle of the River Plate","In the opening years of World War II the Royal Navy was fighting a desperate battle to keep the Atlantic convoy routes open and the British Isles supplied. Of great danger were the numerous surface/commerce raiders that had slipped out of German waters just before war was declared. Supplied by axis cargo ships or tankers, they primarily attacked and sank merchant shipping, and they could and did strike anywhere and everywhere. This is the story of one such ship ??? the 'Admiral Graf Spee' ??? and how 3 lightly armed Royal Navy cruisers with mere 6 and 8 inch guns boldly took on this powerful 'pocket battleship' armed with 11 inch guns.","2.608","/8WsqXHHbQsontMRPzdgwfWgkqRq.jpg","[{'id':4397,'logo_path':null,'name':'The Archers','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1956-10-30","0","119","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'de','name':'Deutsch'}]","Released","","The Battle of the River Plate","false","5.8","13" +"false","/lXhWR8hrCrl30it7D80Bn9iy75w.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://www.thatguydickmiller.com/","253297","tt2529132","en","That Guy Dick Miller","That Guy Dick Miller is the incredible true story of the wannabe-writer, turned accidental character-actor.","1.226","/6Fzki4yEbHWj13o818XVfFRZnlr.jpg","[{'id':23621,'logo_path':null,'name':'Autumn Rose Productions','origin_country':'US'},{'id':7536,'logo_path':null,'name':'End Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-03-07","0","91","[{'iso_639_1':'en','name':'English'}]","Released","After this movie, you'll know Dick.","That Guy Dick Miller","false","7.9","9" +"false","/b04VDxTiR3kSAKWJFviAu61LQY1.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","","42242","tt0075294","en","Swashbuckler","A pirate and a hot-tempered noblewoman join forces to protect Jamaica from a tyrant.","1.91","/4y85PgjYMRzIFZgYfplkkdcgqHW.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1976-01-01","0","101","[{'iso_639_1':'en','name':'English'}]","Released","","Swashbuckler","false","6.4","11" +"false","/wgQxOG1VbbKhf694R8ruzRck8UO.jpg","null","0","[{'id':10751,'name':'Family'},{'id':35,'name':'Comedy'}]","","17132","tt0084633","en","Savannah Smiles","The young daughter of a politician runs away due to lack of attention. She hides in the car of two not too bright crooks who are slowly converted into parent figures as the police web closes down on the supposed kidnappers.","2.117","/y69S116RRTkBNJIRUZkc5ldnYS4.jpg","[{'id':105499,'logo_path':null,'name':'Savannah Smiles Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1982-04-09","0","105","[{'iso_639_1':'en','name':'English'}]","Released","...and love will never be the same.","Savannah Smiles","false","6.1","10" +"false","/u5drGK6KVMZKlmA1RMSaD1LTWxv.jpg","null","500","[{'id':99,'name':'Documentary'}]","http://www.medicineofthewolf.com/","397334","tt3410054","en","Medicine of the Wolf","After 40 years of protection, Grey wolves were recently de-listed federally from endangered species act and their fate was handed over to state legislatures. What ensued was a 'push to hunt' in wolf country across the United States. Filmmaker Julia Huffman travels to Minnesota and into wolf country to pursue the deep and intrinsic value of brother wolf and our forgotten promise to him.","0.711","/trXrtXk6YAPE95xdwJ2P7ghPfgb.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-03-26","0","74","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","","Medicine of the Wolf","false","7","1" +"false","/fkRHBMOoN8hgsLSppE6799G1ppN.jpg","null","4400000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'}]","","252728","tt1880313","ru","Hunting the Phantom","The action of this story begins in the near future. The great device codenamed as the ???Phantom??? is invented by the Global Security Corporation in order to eliminate the crime and to establish a secure global community. But, it is not how it really is. The reverse side of the ???Phantom??? is to establish an absolute control over people???s minds. The Corporation aims to change the course of the history, by gaining the community of obedient ???puppets???, who would never realize that their minds are being controlled. Step by step, the ???Phantom??? fractures people???s lives, but nobody suspects anything, until it destroys the lives of in-love couple- Timur and Keira. She is convicted of murder, and he needs to break the law to save her. An American criminal hacker named Zach helps Timur to find the truth, and to uncover the Corporation???s conspiracy.","1.108","/Amt659uWYqbLCZ23BVrbDK9T1K0.jpg","[{'id':3623,'logo_path':'/6MJaxZvfYuplhSkdGLBL4hXi1gI.png','name':'Kazakhfilm Studios','origin_country':'KZ'},{'id':24911,'logo_path':null,'name':'MG Productions','origin_country':''}]","[{'iso_3166_1':'KZ','name':'Kazakhstan'}]","2014-01-30","0","120","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'kk','name':'??????????'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Science has made us gods even before we are worthy of being men","Hunting the Phantom","false","3.2","6" +"false","/hIYW4b3KiFczT0OWU80XmqiXg4r.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","https://www.netflix.com/title/80168189","511785","tt5688996","en","Alex Strangelove","Alex Truelove is on a quest to lose his virginity, an event eagerly awaited by his patient girlfriend and cheered on with welcome advice by his rowdy friends. But Alex, a super gregarious dude, is oddly unmotivated. A magical house party throws Alex into the presence of Elliot, a hunky college guy, who pegs Alex as gay and flirts hard. Alex is taken aback but after a series of setbacks on the girlfriend front he takes the plunge and learns some interesting new facts about himself.","10.519","/e9haaQZp1WsJLauz9WNT30lKCCL.jpg","[{'id':88928,'logo_path':null,'name':'Mighty Engine','origin_country':'US'},{'id':47729,'logo_path':'/5NRpQ7xxmODXAjt2pRWUFMLVzvP.png','name':'STX Entertainment','origin_country':'US'},{'id':2932,'logo_path':'/4uLKLjGivVg2YnAIhAn8k7ZuVFj.png','name':'Red Hour','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-04-16","0","99","[{'iso_639_1':'en','name':'English'}]","Released","Love can be confusing","Alex Strangelove","false","6.7","885" +"false","/2O5dmxqbvJHIEZpszmt5sVGwW6F.jpg","null","0","[{'id':18,'name':'Drama'}]","","422128","tt4607722","en","Blame","A drama teacher's taboo relationship with an unstable student strikes a nerve in her jealous classmate, sparking a vengeful chain of events within their suburban high school that draws parallels to 'The Crucible'.","3.182","/upAYxsju9jV7hU3k7pxYtS4exyL.jpg","[{'id':82582,'logo_path':null,'name':'Reel Enigma','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-01-05","0","100","[{'iso_639_1':'en','name':'English'}]","Released","Forbidden Desire","Blame","false","5.9","38" +"false","/mZz1vj6Uyle9WE2ccUkzemW7fZl.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","340249","tt4363990","en","The Man in the Shadows","A newlywed photographer is stalked by a dark man in a brimmed hat who followers her from her nightmares. Sanity slipping, she meets a mysterious man claiming to know the shocking secrets of the Hat Man.","1.459","/dlzisAA4Auh5IUQ3XMyZIQ2IH3v.jpg","[{'id':18903,'logo_path':null,'name':'Lighthouse Home Entertainment','origin_country':''},{'id':5388,'logo_path':'/i6tbNeVEi7s1uN97s2o0LhEMuF0.png','name':'Sony Pictures Home Entertainment','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2017-01-27","0","88","[{'iso_639_1':'en','name':'English'}]","Released","The nightmare begins when you awake...","The Man in the Shadows","false","4.2","17" +"false","/o7PneRDGsppjH97BMjtUN8Slyz7.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","450519","tt6580394","en","The Fast and the Fierce","When terrorists plant a bomb on a commercial flight, the passengers aboard the plane must fight to keep the plane in the air and all the passengers alive: the bomb is rigged to detonate whenever the plane dips below 800 feet.","2.122","/9BpZvmtNuXEnp2uRirZstHY3ul0.jpg","[{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-04-04","0","87","[{'iso_639_1':'en','name':'English'}]","Released","It's gonna be a bumpy ride!","The Fast and the Fierce","false","5.5","10" +"false","/yPgR5tc7y83aUAAx5DvAvsi0cIv.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.aliswedding.com.au","457258","tt2782692","en","Ali's Wedding","After a ""white lie"" which spirals out of control, a neurotic, naive and musically gifted Muslim cleric's eldest son must follow through with an arranged marriage, except he is madly in love with an Australian born-Lebanese girl.","1.411","/e27BoM25FfABoEpZ2NU4jlzrNlY.jpg","[{'id':29506,'logo_path':'/6006n0zLX6EqGkOO1JIIbkeLDTp.png','name':'Matchbox Pictures','origin_country':'AU'}]","[{'iso_3166_1':'AU','name':'Australia'}]","2017-08-31","0","110","[{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fa','name':'??????????'}]","Released","Is there such a thing as a good lie?","Ali's Wedding","false","8","21" +"false","/q7RRYCPyjg17xvM27uNUtdga4Y7.jpg","null","0","[{'id':878,'name':'Science Fiction'}]","http://originunknownthemovie.com","448916","tt4575328","en","2036 Origin Unknown","After the first manned mission to Mars ends in a deadly crash, mission controller Mackenzie 'Mack' Wilson assists an artificial intelligence system, A.R.T.I. Their investigation uncovers a mysterious object under the surface of Mars that could change the future of our planet as we know it.","11.511","/v3StJTYXbU3OZ26Vh1PbczqfyCD.jpg","[{'id':105418,'logo_path':null,'name':'Parkgate Entertainment','origin_country':''},{'id':105419,'logo_path':null,'name':'Origin Unknown Films','origin_country':''},{'id':25954,'logo_path':null,'name':'Metrol Technology','origin_country':'GB'},{'id':5056,'logo_path':'/kADFcjL04xe5HGBnlLjbfhliS2a.png','name':'Head Gear Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-06-08","0","94","[{'iso_639_1':'en','name':'English'}]","Released","The origins of our existence have remained a mystery...until now","2036 Origin Unknown","false","5.1","70" +"false","/xoDNDJEXvBmi7QSYDRV1YJO7v7Z.jpg","null","0","[{'id':18,'name':'Drama'}]","","42855","tt0156588","cn","??????","A gutsy police detecive and his team of cops probe into the widespread illegal dealings of a criminal mastermind who schemes to redeem himself by running for government office in taiwan.","0.824","/1nyJaMUA0JS1OCuwLSrEfjk7Wzt.jpg","[{'id':3029,'logo_path':null,'name':'China Star Entertainment','origin_country':''}]","[{'iso_3166_1':'HK','name':'Hong Kong'}]","1997-12-23","0","126","[{'iso_639_1':'cn','name':'????????? / ?????????'},{'iso_639_1':'zh','name':'?????????'}]","Released","","Island of Greed","false","6","4" +"false","/1l1eXfhdA0Sm9wVB532AnncLp8U.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","","39285","tt1493842","en","Beauty & the Briefcase","A freelance writer looking for romance sells a story to Cosmopolitan magazine about finding love in the workplace and goes undercover at a Finance Company.","7.021","/jDiWiR1T63Szohw4PbOlWVpwZSs.jpg","[{'id':2341,'logo_path':null,'name':'Belladonna Productions','origin_country':''},{'id':5948,'logo_path':null,'name':'ABC Family','origin_country':''},{'id':19237,'logo_path':null,'name':'Von Zerneck Sertner Films','origin_country':''},{'id':25134,'logo_path':null,'name':'Lion Share Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-07-20","0","83","[{'iso_639_1':'en','name':'English'}]","Released","Falling in love is a fulltime job","Beauty & the Briefcase","false","5.5","240" +"false","/7eTWQb475pM9H3NEOiUzGYASEx0.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","","500919","tt4976192","en","211","Inspired by one of the longest and bloodiest real-life events in police history, Officer Mike Chandler and a young civilian passenger find themselves under-prepared and outgunned when fate puts them squarely in the crosshairs of a daring bank heist in progress by a fearless team of highly-trained and heavily-armed men.","16.162","/81RColr4rau6DZ7z9eMsksokcfk.jpg","[{'id':1020,'logo_path':'/kuUIHNwMec4dwOLghDhhZJzHZTd.png','name':'Millennium Films','origin_country':'US'},{'id':94362,'logo_path':null,'name':'Nu Image Bulgaria','origin_country':''},{'id':105426,'logo_path':null,'name':'211 Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-06-01","0","86","[{'iso_639_1':'en','name':'English'}]","Released","Your life can change in an instant.","211","false","5.2","123" +"false","/edLbeJFc0RlPyMu0s83XtzaT1En.jpg","null","10000000","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':36,'name':'History'},{'id':53,'name':'Thriller'}]","","55741","tt1726738","zh","????????????","For generations the Zhao family has wielded power, until their mortal enemy TU???AN GU slaughters the entire clan, determined to wipe out their influence forever. But one Zhao baby survives hidden by CHENG YING the doctor who delivered him. When Tu???an Gu learns of the baby???s escape he seizes every infant in the city, vowing to kill them all unless the Zhao baby is surrendered. As the tyrant???s soldiers arrive at Cheng Ying???s home the frantic doctor hides his wife with their own baby whilst surrendering the Zhao child as his own. But his family is discovered; his baby is presumed to be the Zhao heir and murdered along with his wife for harboring the infant. Now set on revenge Cheng Ying enrolls the Zhao orphan into the service of the Tu???an Gu household, plotting to use him as an instrument of vengeance when he comes of age.","3.767","/gU56gcyO5yoMhln6qZ6Kff88fVh.jpg","[{'id':3407,'logo_path':null,'name':'Shanghai Film Group','origin_country':'CN'}]","[{'iso_3166_1':'CN','name':'China'}]","2010-12-17","0","128","[{'iso_639_1':'zh','name':'?????????'}]","Released","","Sacrifice","false","6.4","18" +"false","/v4H8Hl9h5bn6sn3GAt7QAjibH5e.jpg","null","0","[{'id':27,'name':'Horror'}]","https://www.childeater.com/","417501","tt4565400","en","Child Eater","A simple night of babysitting takes a horrifying turn when Helen realizes the boogeyman really is in little Lucas' closet.","0.973","/jDCmb21umUhTzm5LLhMctqM1aRc.jpg","[{'id':105462,'logo_path':null,'name':'Wheelhouse Creative','origin_country':''}]","[{'iso_3166_1':'IS','name':'Iceland'},{'iso_3166_1':'US','name':'United States of America'}]","2016-10-28","0","82","[{'iso_639_1':'en','name':'English'}]","Released","The young ones taste the best","Child Eater","false","4.6","17" +"false","/EQEAc23W0tj1hy79fmwLMXsIPa.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","424632","tt4061196","en","Until Forever","Until Forever: The Michael Boyum Story is a powerful, true account of one young man's courageous battle with leukemia and his journey of faith.","1.652","/kaWNeT0TEucdA6Cx3xtW8ic7uxa.jpg","[{'id':84736,'logo_path':null,'name':'Linn Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-10-20","0","100","[{'iso_639_1':'en','name':'English'}]","Released","Love knows no limit.","Until Forever","false","6.3","13" +"false","/5DOQQ8thUseOkYgIAbRcCWK6i9U.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'}]","https://www.broadwayhd.com/index.php/shows/watch/toxic_avenger#sthash.6H3U9Tg7.dpbs","517289","tt8083622","en","The Toxic Avenger: The Musical","Based on Lloyd Kaufman???s cult 1984 comedy film, The Toxic Avenger The Musical tells the story of the citizens of Tromaville who are crying out for a hero. Enter nerdy Melvin Ferd the Third, an aspiring earth scientist, determined to clean up the state???s major toxic waste problem. When a corrupt Mayor and her government goons get wind of his plans, they vow to stop this heroic feat. Melvin is attacked and tossed into a vat of toxic waste... transforming him instantly into The Toxic Avenger, New Jersey???s first superhero! Toxie is a 7-foot mutant freak with superhuman strength and a supersized heart to match. His aims are to save heavily polluted New Jersey, end global warming, win the heart of the prettiest (blindest) librarian in town - and get home in time for dinner!","2.706","/t0iGwh06pEHBTbizbC19KnXISmw.jpg","[{'id':103196,'logo_path':null,'name':'BroadwayHD','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-04-07","0","121","[{'iso_639_1':'en','name':'English'}]","Released","","The Toxic Avenger: The Musical","false","10","1" +"false","/qTGhOP8eFA5tjn4Lka4UVfDv1Zb.jpg","null","20000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","https://www.acrimony.movie/","464502","tt6063050","en","Acrimony","A faithful wife takes action when it becomes clear to her that her devious husband has betrayed her.","12.087","/upURIW6jeEcTJKpaJeoNw5jbcr1.jpg","[{'id':3096,'logo_path':'/fkZTZ4veYYr3lwr2riVrVAOfeqD.png','name':'Tyler Perry Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-03-30","34764055","120","[{'iso_639_1':'en','name':'English'}]","Released","Hell Hath No Fury","Acrimony","false","6.7","169" +"false","/5wuzW48iA6y8cOiNoITDQ5d0rCH.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","http://www.focusfeatures.com/7-days-in-entebbe","433627","tt5466186","en","7 Days in Entebbe","In 1976, four hijackers take over an Air France airplane with 248 passengers on board and force it to land in Entebbe, Uganda.","9.364","/nrC63ikbK4jDp3knvBqxPoWYEMM.jpg","[{'id':6735,'logo_path':'/6yyByQrmTAgJv0QzZ1Eh1jiGX4R.png','name':'Participant Media','origin_country':'US'},{'id':73249,'logo_path':null,'name':'Pellikola Limited','origin_country':'MT'},{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2018-03-15","8685101","107","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'he','name':'????????????????'},{'iso_639_1':'en','name':'English'}]","Released","Discover the story that changed the course of history.","7 Days in Entebbe","false","5.8","168" +"false","/qp1qgw5OQFSYbv6mkKrswEOlYKx.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':10770,'name':'TV Movie'}]","","293006","tt3797808","en","Aliens on the Moon: The Truth Exposed","Never-before-aired NASA footage presents evidence that the Moon is being used as a base.","1.603","/9lrjXC4K3ttVtFEQAvPm19xkD0h.jpg","[{'id':105569,'logo_path':null,'name':'Robert Kiviat Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-07-20","0","86","[{'iso_639_1':'en','name':'English'}]","Released","","Aliens on the Moon: The Truth Exposed","false","3.6","14" +"false","/j6GGIi072fSNPoqX5N1o1ROoxtz.jpg","null","0","[{'id':35,'name':'Comedy'}]","https://www.netflix.com/title/80158976","519804","tt8324578","en","Kevin James: Never Don't Give Up","Kevin James makes his long-awaited return to stand-up in this family-friendly special, dishing on fatherhood, fans, his disdain for allergies and more.","4.362","/yqZ7QkRBFiURtVWuGNhGagjRRDe.jpg","[{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-04-24","0","62","[{'iso_639_1':'en','name':'English'}]","Released","","Kevin James: Never Don't Give Up","false","6.7","19" +"false","/1d9ripjtK2mi9ZBsymBwur6ufoU.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","347344","tt3792884","sv","Alena","Alena???s life is far from simple. When she arrives at her new elite boarding school, Filippa and the other girls start to harass her. But Alena???s best friend Josefin won???t let her take anymore beating. If she won???t strike back, Josefin will do it for her. Hard.","0.961","/eg1nyqLDkXjmFHrbx2g8sd7o0E1.jpg","[{'id':2999,'logo_path':'/zGSqFee9aDgDuLD6vcs2mcJUem4.png','name':'SVT','origin_country':'SE'}]","[{'iso_3166_1':'SE','name':'Sweden'}]","2015-11-13","0","83","[{'iso_639_1':'sv','name':'svenska'}]","Released","","Alena","false","5.8","11" +"false","/dlcmTWmW7MNOrpQBvsExdNltRcf.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","http://themenmovie.com","529358","tt5453522","en","Alien Code","After deciphering a message found in a satellite, genius cryptographer Alex Jacobs finds himself being stalked by government agents and otherworldly beings.","3.113","/6trUonSptut8lUqq5oL52CIa3zb.jpg","[{'id':105567,'logo_path':null,'name':'The Men Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-04-23","0","97","[{'iso_639_1':'en','name':'English'}]","Released","The end of mankind.","Alien Code","false","6.1","7" +"false","/4l31EfSNkjhuO0DJvrP7CWMy9x7.jpg","null","1500000","[{'id':878,'name':'Science Fiction'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","https://us.rljentertainment.com/franchise/beyond-the-sky/","478528","tt3665498","en","Beyond The Sky","A documentary filmmaker travels to a UFO convention in New Mexico where he meets a local artist with a dark secret. As they follow a trail of clues they discover disturbing sightings and question all they believe when they become immersed in the enigmatic culture of the Pueblo Indians.","6.315","/baqVcixXztFm5u3dZLUPhm8ZIxJ.jpg","[{'id':105536,'logo_path':'/ynlRp9y7Vv63sibeN2U4PEFc7kz.png','name':'Elysian Fields Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-09-21","0","85","[{'iso_639_1':'en','name':'English'}]","Released","Are they real?","Beyond The Sky","false","5.4","28" +"false","/vuNnDUTjbVfZ6CE0nS8uF3SA2s.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","314569","tt4023894","ko","????????????","When a man loses his job, he slowly descends into car theft and serial murder. A dark, unflinching look at the darkness of a soul on the edge.","0.692","/6nJ7qLuNBVTYw3oaOFXdOqjAeoG.jpg","[{'id':105367,'logo_path':null,'name':'Jaihong Juhn Film','origin_country':''}]","[{'iso_3166_1':'KR','name':'South Korea'}]","2015-07-30","0","103","[{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","","Gifted","false","6","3" +"false","/v8NSz2XPTrUMGHt4XmzFTkXhzfI.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':28,'name':'Action'},{'id':37,'name':'Western'}]","","39557","tt0050296","en","Decision at Sundown","Bart Allison arrives in Sundown after a three year search for Tate Kimbrough. Although it is Kimbrough's wedding day, Allison makes it clear he blames him for the death of his wife and is out to kill him. A shoot-out in the church puts the wedding on hold and Allison and his trail-buddy hole up in the livery stable. But the reasons for his actions become increasingly unclear, while the town starts to wonder about the grip Kimbrough has over them.","1.871","/oR7L1RIgN8zHE83E4Z2MU6jYF8r.jpg","[{'id':13622,'logo_path':null,'name':'Producers-Actors Corporation','origin_country':''},{'id':13690,'logo_path':null,'name':'Scott-Brown Productions','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1957-11-10","0","77","[{'iso_639_1':'en','name':'English'}]","Released","At last the search was over...","Decision at Sundown","false","6.5","15" +"false","/7auIOCNoPFfKsOEmjzDdo5UvSBa.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","347763","tt4078160","en","The Lesson","Two schoolboy delinquents learn a lesson that they will never forget when a teacher at the end of his tether decides to abduct them.","1.07","/yTRrOk5yhztN8ql4Il4xV2ZMUvV.jpg","[{'id':98382,'logo_path':null,'name':'UrbanFox Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-08-31","0","98","[{'iso_639_1':'en','name':'English'}]","Released","You're Going to Learn... Even if it Kills You.","The Lesson","false","4.1","17" +"false","/zFAGtDcSMmx8nRFygtKcdDJEQoW.jpg","null","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","36089","tt0050432","en","The Giant Claw","Global panic ensues when it is revealed that a mysterious UFO is actually a giant turkey-like bird that flies at supersonic speed and has no regard for life or architecture.","2.54","/vW6tk3RejJfzkysM2oVTqzsz3Th.jpg","[{'id':3458,'logo_path':null,'name':'Clover Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1957-06-01","0","75","[{'iso_639_1':'en','name':'English'}]","Released","Flying beast out of prehistoric skies!","The Giant Claw","false","4.7","27" +"false","/dmaVMN9Hg7eruKJg1xL92Y1672u.jpg","null","2000000","[{'id':18,'name':'Drama'}]","http://www.thedoglovermovie.com/","394047","tt4063178","en","The Dog Lover","Sara Gold is a young girl on a quest to save man's best friend. When she goes undercover to take down a dog breeder suspected of wrongdoing, she quickly finds out she might be on the wrong side of right. Sara must make a decision: to continue and follow the orders of her organization, United Animal Protection Agency, or trust her instincts and the boy she's fallen in love with.","1.797","/sDPBBKZAIP6r2OaLfNBSI1hdp2Q.jpg","[{'id':79279,'logo_path':null,'name':'ESX Entertainment','origin_country':''},{'id':37081,'logo_path':null,'name':'ESX Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-07-08","0","101","[{'iso_639_1':'en','name':'English'}]","Released","She ended up on the wrong side of right.","The Dog Lover","false","5.9","11" +"false","/bFTNibOC7jyvvrRSzuKai5icmt5.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","384687","tt2581480","en","The Channel","After surviving a near-death experience, a teenager discovers that she's become a channel for an evil spirit's entry into her life.","1.039","/kF2eMNfgbkm1RlS5wp3eizXZlDH.jpg","[{'id':22193,'logo_path':null,'name':'Indican Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-03-18","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Evil hides in the periphery.","The Channel","false","3.4","10" +"false","/45qK9XdMZH9iEKZh1twWhbuj2tr.jpg","null","25697387","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'}]","","11847","tt0271946","cn","????????????","A fun-filled story about an ordinary guy about to kick into an action-packed adventure. Jackie Chan plays a bored and unsuccessful salesman who never thought his life would amount to anything. All that changes one day when he becomes an instant hero by foiling an attempted bank robbery.","2.744","/uq3Ay9fFPq3eIq4pJkCvmOc4iUK.jpg","[{'id':203,'logo_path':null,'name':'Panfilm','origin_country':''},{'id':2521,'logo_path':null,'name':'Orange Sky Golden Harvest','origin_country':'HK'}]","[{'iso_3166_1':'HK','name':'Hong Kong'}]","2001-01-18","3849941","87","[{'iso_639_1':'ko','name':'?????????/?????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'tr','name':'T??rk??e'},{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'cn','name':'????????? / ?????????'}]","Released","Ordinary Guy, Extraordinary Spy.","The Accidental Spy","false","5.7","192" +"false","/trzJiHf0LBDTWGE9TK3cwvmPOuR.jpg","{'id':370374,'name':'Sharktopus Collection','poster_path':'/nkSkgSlSpgn3sbkqDwkf7c3ZeXb.jpg','backdrop_path':'/fK2cqaOQQOUt0kQksUuuCgeamDE.jpg'}","6000000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':12,'name':'Adventure'},{'id':10770,'name':'TV Movie'},{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'}]","","344147","tt3292154","en","Sharktopus vs. Whalewolf","When a mad scientist mixes the genes of a killer whale and a wolf, it creates the Whalewolf, and it's up to Sharktopus to stop it.","4.508","/khC14PaRFCv6Z22xijpX2DpvuXO.jpg","[{'id':20235,'logo_path':null,'name':'New Horizons Picture','origin_country':''},{'id':16839,'logo_path':'/wxIDEXG8COFTlY96jbgrIEgKQb3.png','name':'Anchor Bay Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-07-19","0","83","[{'iso_639_1':'en','name':'English'}]","Released","His biggest fight is still to come","Sharktopus vs. Whalewolf","false","3.5","25" +"false","/jmjrl4gcyPlJ6sIi88qX0UUqtLs.jpg","null","100000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","37833","tt0028346","en","Tell Your Children","High-school principal Dr. Alfred Carroll relates to an audience of parents that marijuana can have devastating effects on teens. In his story, a drug supplier entices several restless teens, including sister and brother Mary and Jimmy Lane and Mary's boyfriend, Bill, into frequenting a ""reefer"" house. Gradually, Bill and Jimmy are drawn into smoking dope, which affects their family lives and leads to a terrible crime.","3.803","/HkbDeYIYr1l5n57lPFMdVomPNr.jpg","[{'id':10748,'logo_path':null,'name':'George A. Hirliman Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1936-01-15","0","66","[{'iso_639_1':'en','name':'English'}]","Released","Women cry for it - Men die for it!","Tell Your Children","false","4.1","45" +"false","/lLc9gv2UB3c92mvt3TcShKPsw8c.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","25661","tt0087623","en","Hung kuen dai see","A small town is protected by one of the famous Ten Tigers of Kwangtung. The town is very safe as Ti Lung and his Kung Fu students patrol for criminals. Enter the rival Kung Fu school whom Ti Lung's students have beaten in a lion dance competition and then humiliated in a brawl. The rival school is joined by an opium dealing Kung Fu master who plans to turn the town into a community of addicts!","1.43","/ge7bqyThXfWWe7IgmdXoyCLyuQH.jpg","[{'id':5798,'logo_path':'/tmuI9BGXgpWLmokhlxpnG3IGNQB.png','name':'Shaw Brothers','origin_country':''}]","[{'iso_3166_1':'HK','name':'Hong Kong'}]","1984-01-01","0","85","[{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'cn','name':'????????? / ?????????'}]","Released","","Opium and the Kung Fu Master","false","6.6","8" +"false","/w6TKGQVJKqgc2sIeKod4ehhL70j.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'}]","","144716","tt0279887","en","Jekyll & Hyde: The Musical","Musical version of the Robert Louis Stevenson story about a doctor who conducts an experiment on himself that results in his bringing out the dark, murderous side of his inner self, ""Mr. Hyde"".","1.021","/mDbTWxRHmOxA6hs8vrhThPWsEMG.jpg","[{'id':105467,'logo_path':null,'name':'Broadway Television Network','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-09-11","0","135","[{'iso_639_1':'en','name':'English'}]","Released","","Jekyll & Hyde: The Musical","false","6.5","1" +"false","/be1bUwUWvESvzqvk6e3BY5fI4G7.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","37342","tt0056219","en","Maniac","The rape of his teenage daughter instigated a violent, maniacal retribution on the perpetrator for which Georges was incarcerated in an asylum for the insane. When a stranger enters a quiet, country town and is seduced by a sensuous married woman he unwittingly finds himself at the centre of a storm of sexual guilt and murder for which he has been carefully and surreptitiously groomed to take full responsibility.","1.431","/lzjQRhWKQoVuTqcP2Zr6WhFmpse.jpg","[{'id':1314,'logo_path':'/gQBluDqe6dc2ZdzfJbabEHoSGoG.png','name':'Hammer Film Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1963-10-30","0","86","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Stalks his wife... his daughter... their lover!","Maniac","false","6.1","7" +"false","/a8yYZd7vECN3myX8dJiXOlN2bgf.jpg","{'id':493668,'name':'Gnomeo & Juliet Collection','poster_path':'/wi7GqaMzxaCcbFMcZ0ZepsMYXrW.jpg','backdrop_path':'/mVNR3duI0Wa1BYjmZVcD7Uz5hEm.jpg'}","59000000","[{'id':10749,'name':'Romance'},{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'},{'id':9648,'name':'Mystery'},{'id':12,'name':'Adventure'}]","http://www.sherlockgnomes.com/","370567","tt2296777","en","Sherlock Gnomes","Garden gnomes, Gnomeo & Juliet, recruit renown detective, Sherlock Gnomes, to investigate the mysterious disappearance of other garden ornaments.","18.304","/wqnzpJR3PwS4doVkAkt9seSEpoX.jpg","[{'id':28320,'logo_path':null,'name':'Rocket Pictures','origin_country':''},{'id':24955,'logo_path':'/rH0gVNXekxmpTTvFeIitUzJHFSm.png','name':'Paramount Animation','origin_country':'US'},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2018-03-15","87625666","86","[{'iso_639_1':'en','name':'English'}]","Released","They're On A Mission To Bring Everyone Gnome Home.","Sherlock Gnomes","false","5.4","303" +"false","/euAMcJLG26pW1kv4kPEtVEwwroQ.jpg","null","5000000","[{'id':36,'name':'History'}]","http://www.paulmovie.com/","476968","tt7388562","en","Paul, Apostle of Christ","Risking his life, Luke ventures to Rome to visit Paul -- the apostle who's bound in chains and held captive in Nero's darkest and bleakest prison cell. Haunted by the shadows of his past misdeeds, Paul wonders if he's been forgotten as he awaits his grisly execution. Before Paul's death, Luke resolves to write another book that details the birth of what will come to be known as the church.","9.52","/2NUXG94dGMKYgJL1BkJGKynMb3l.jpg","[{'id':81520,'logo_path':null,'name':'Outside Da Box','origin_country':''},{'id':10156,'logo_path':'/bWjWWQfiyZh9AkGYCkx1NcVdSvn.png','name':'Affirm Films','origin_country':'US'},{'id':105388,'logo_path':null,'name':'ODB Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-03-23","22525668","108","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Where sin abounds... grace abounds more","Paul, Apostle of Christ","false","7.1","87" +"false","/ukMiXNB7rQ4zeVAL89CK0GnfOzU.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","https://www.flower.film/","421471","tt2582784","en","Flower","Rebellious, quick-witted Erica Vandross is a 17-year-old firecracker living with her single mom, Laurie, and her mom's new boyfriend, Bob, in L.A.'s San Fernando Valley. When Bob's mentally unbalanced son, Luke, arrives from rehab to live with the family, Erica finds her domestic and personal life overwhelmed. With Luke and her sidekicks Kala and Claudine in tow, Erica acts out by exposing a high school teacher's dark secret.","8.435","/xYTI11qFnmx39LRhDOsGEabfqtp.jpg","[{'id':57537,'logo_path':'/xDWgR9hco6pRM69A4djcwaSpKHz.png','name':'Diablo Entertainment','origin_country':'US'},{'id':20848,'logo_path':null,'name':'Rough House Pictures','origin_country':'US'},{'id':115700,'logo_path':null,'name':'Metalwork Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-03-16","327231","94","[{'iso_639_1':'en','name':'English'}]","Released","Bad decisions. Good intentions.","Flower","false","6.4","84" +"false","/rg3rQM6Ry4qoKNlXlyWdxABIRqX.jpg","null","0","[{'id':53,'name':'Thriller'}]","http://segarrafilms.eu/films/evil-men/","378080","tt3865850","en","The Evil That Men Do","Two hired assassins working for a Mexican cartel are faced with something unimaginable: they get to custody a 10-years-old girl, the daughter of the head of their rival clan, who has kidnapped the son of their boss. The situation is terrible: or an exchange takes place, or somebody will have to carry out a job that no amount of blood on their hands could ever have prepared them for.","1.243","/9uGDa1qpC6lPAvpIbC5ie6Fzpbt.jpg","[{'id':72224,'logo_path':null,'name':'Segarra Films','origin_country':''}]","[{'iso_3166_1':'ES','name':'Spain'}]","2015-09-03","0","94","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","Obey. Distrust. Survive.","The Evil That Men Do","false","4.8","3" +"false","/vnY4Rk7FvJEYLIbXpkHTwY0SGhk.jpg","null","0","[{'id':18,'name':'Drama'}]","","2517","tt0408664","ja","??????????????????","In a small Tokyo apartment, twelve-year-old Akira must care for his younger siblings after their mother leaves them and shows no sign of returning.","5.923","/kDQSwhkiHttHt0OlPNdmnrBsTki.jpg","[{'id':1140,'logo_path':null,'name':'Dare mo Shiranai Seisaku Iinkai','origin_country':''},{'id':1141,'logo_path':null,'name':'Engine Films','origin_country':''},{'id':1142,'logo_path':null,'name':'c-style','origin_country':''},{'id':528,'logo_path':'/fO3Aof3lXQclYpBByYC8aneTXwA.png','name':'Bandai Visual','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","2004-08-07","0","141","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Nobody Knows","false","8.1","157" +"false","/vlKRtPAcz0yik5zZzzXzqA34a17.jpg","null","0","[{'id':18,'name':'Drama'},{'id':12,'name':'Adventure'}]","","407440","tt5698320","en","Euphoria","The story of two sisters on a journey, where they try to get close to each other and approach the tough questions in life. Euphoria is a contemporary drama about responsibility and reconciliation, in a world where these concepts are gradually being lost.","5.034","/Anw3eLdNVRXafpYktwRzAGd6sPW.jpg","[{'id':82969,'logo_path':null,'name':'Vikarious Productions','origin_country':''},{'id':105203,'logo_path':null,'name':'B-Reel Films','origin_country':''},{'id':105363,'logo_path':null,'name':'Dancing Camel Films','origin_country':''},{'id':105364,'logo_path':null,'name':'Dorian Media','origin_country':''},{'id':6181,'logo_path':'/wLSdapPKqkBgrRVOKcUx83hCR3Y.png','name':'Svensk Filmindustri','origin_country':'SE'},{'id':24145,'logo_path':null,'name':'Wild Bunch Germany','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'SE','name':'Sweden'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-02-01","0","104","[{'iso_639_1':'en','name':'English'}]","Released","It's Never Too Late","Euphoria","false","6.7","35" +"false","/9YHXNQ8BD9edBk1Lp2Z23h98KRI.jpg","null","0","[{'id':99,'name':'Documentary'}]","","103195","tt2075352","de","The Substance: Albert Hofmann's LSD","By coincidence rather then by design the swiss chemist Albert Hofmann makes a sensational discovery in the spring of 1943. He realizes that he is dealing with a powerful molecule that will have an impact not only on the scientific world. THE SUBSTANCE - is an investigation into our troubled relation with LSD. Told from its beginnings until today.","1.206","/iBcAB2JsVt4W2GvEoUd84TgJ7RD.jpg","[]","[{'iso_3166_1':'CH','name':'Switzerland'}]","2011-11-17","0","90","[{'iso_639_1':'cs','name':'??esk??'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","","The Substance: Albert Hofmann's LSD","false","6.5","9" +"false","/lJEjRnwWagVVJBVGOvHWj21Ff5D.jpg","null","0","[{'id':10751,'name':'Family'},{'id':18,'name':'Drama'}]","","467917","tt6884200","en","A Kid Like Jake","On the eve of the admissions cycle for New York City kindergartens, Alex and Greg Wheeler have high hopes for four-year-old Jake. The director of Jake???s preschool encourages them to accentuate Jake???s gender expansive behavior to help him stand out. As Alex and Greg navigate their roles as parents, a rift grows between them, one that forces them to confront their own concerns about what???s best for Jake, and each other.","3.465","/xb0lsEUyytspi7fo1ggDybRvZVK.jpg","[{'id':18346,'logo_path':'/vRQOTOMEohkoIfPNoDIZV0DfIwE.png','name':'Burn Later Productions','origin_country':'US'},{'id':61922,'logo_path':'/aGPysvtFfH8d8UjekpZD3GT9m7k.png','name':'Bankside Films','origin_country':'GB'},{'id':10138,'logo_path':'/r67HWrAbCShfwWREWo2MlXsSK3B.png','name':'Double Nickel Entertainment','origin_country':'US'},{'id':5056,'logo_path':'/kADFcjL04xe5HGBnlLjbfhliS2a.png','name':'Head Gear Films','origin_country':'GB'},{'id':25954,'logo_path':null,'name':'Metrol Technology','origin_country':'GB'},{'id':101463,'logo_path':null,'name':'That's Wonderful Productions','origin_country':'US'},{'id':105391,'logo_path':'/7LizsKjgoQ3BAjFjzfZc7lOyR0N.png','name':'XS Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-06-01","0","92","[{'iso_639_1':'en','name':'English'}]","Released","","A Kid Like Jake","false","6.3","32" +"false","/ab9RFSA8ZBFl2MWe3g0YFkqgeNe.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://thelayoverfilm.com","339404","tt4565520","en","The Layover","When their plane is rerouted due to a hurricane warning, two single female best friends find themselves competing for the same guy during an extended layover in St. Louis.","9.528","/kb9osnqanXRpkpm1bnSqAhKoq5T.jpg","[{'id':53152,'logo_path':null,'name':'Creative Wealth Media Finance','origin_country':'CA'},{'id':13238,'logo_path':'/kDNZz8imH866Mezx1YhLWljoQTV.png','name':'Unified Pictures','origin_country':'US'},{'id':13240,'logo_path':'/aTc07YaNHo8WNgkQSnvLmG6w4nW.png','name':'Bron Studios','origin_country':'CA'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-09-01","0","88","[{'iso_639_1':'en','name':'English'}]","Released","The flight is off. The fight is on.","The Layover","false","5.1","341" +"false","/hcoeD3oLP7t2dwMK7mnRAUkUxWS.jpg","null","4900000","[{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'},{'id':10749,'name':'Romance'},{'id':878,'name':'Science Fiction'}]","http://www.seeeveryday.com/","465136","tt7026672","en","Every Day","16-year old Rhiannon falls in love with a mysterious spirit named ???A??? that inhabits a different body every day. Feeling an unmatched connection, Rhiannon and ???A??? work each day to find each other, not knowing what the next day will bring.","11.071","/4UnME3icxSspwL0UoGZNSyyp7Xs.jpg","[{'id':85510,'logo_path':null,'name':'FilmWave','origin_country':''},{'id':1785,'logo_path':'/wT6aIkuQTNuq8XFoDGACK8EyR6w.png','name':'Likely Story','origin_country':'US'},{'id':12075,'logo_path':null,'name':'Silver Reel','origin_country':'CH'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-02-22","6102076","97","[{'iso_639_1':'en','name':'English'}]","Released","Every day a different body. Every day a different life. Every day in love with the same girl.","Every Day","false","7","941" +"false","/9T8sj5io4SGCBTHsk5H8LGcfKVe.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","http://midnightsunmov.com/","419478","tt4799066","en","Midnight Sun","Katie, a 17-year-old, has been sheltered since childhood and confined to her house during the day by a rare disease that makes even the smallest amount of sunlight deadly. Fate intervenes when she meets Charlie and they embark on a summer romance.","16.208","/vPG2zEKPXhovPW9S91SRnwr5JM1.jpg","[{'id':17866,'logo_path':'/b6UEnuBOYgnsrq6VulNLlP5v5rz.png','name':'Boies/Schiller Film Group','origin_country':'US'},{'id':73118,'logo_path':null,'name':'Wrigley Pictures','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-03-22","27365467","91","[{'iso_639_1':'ak','name':''},{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Love will light the way.","Midnight Sun","false","7.7","1436" +"false","/yXy6kFKJtQqtO20XrBbrnKUgGU1.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.whatgoesup-themovie.com","19874","tt0832318","en","What Goes Up","Set in the mid-80's when a reporter is sent to cover the Challenger Space Shuttle launch only to become mixed up in the lives of some local students.","2.226","/q7agaSvOUU707gHO8fZXcwDVEfY.jpg","[{'id':3684,'logo_path':null,'name':'Tree Kings Productions','origin_country':''},{'id':20573,'logo_path':null,'name':'Station3','origin_country':''},{'id':2865,'logo_path':'/5O0gp5QS3n9ZPRvWFxaWa6QPpGX.png','name':'Insight Film Studios','origin_country':'CA'},{'id':16554,'logo_path':null,'name':'Nasser Entertainment Group','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-05-29","0","104","[{'iso_639_1':'en','name':'English'}]","Released","A Different Class of Misfits","What Goes Up","false","5.2","18" +"false","/eb6gb5vh6MYDK3HwP7CF39QcaYJ.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","","297733","tt2923780","en","The Silent Storm","An enigmatic outsider living on a remote Scottish island finds herself caught between her minister husband and the delinquent who is sent to live with them.","1.4","/w03q7ZpU2CdzjTG6Ur00hFob65M.jpg","[{'id':41115,'logo_path':null,'name':'British Film Company','origin_country':''},{'id':76791,'logo_path':'/6jaJi1n0ntrOvVh2i3byRdvhTEW.png','name':'Neon Films','origin_country':'GB'},{'id':76792,'logo_path':null,'name':'Cacti Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-10-14","0","98","[{'iso_639_1':'en','name':'English'}]","Released","","The Silent Storm","false","5.5","6" +"false","/xrAchRK41eKSdMeh6lGPMYduWQB.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","434392","tt5226192","en","The Rake","Ben and Ashley come together 20 years after the murder of their parents to determine the cause of their parents' death. Ashley is troubled by the idea that the thing that took her parents' lives may not be finished with her family.","3.781","/36PlBob2b4mR8FGLA44SbYuhL6c.jpg","[{'id':105329,'logo_path':null,'name':'Red Band Films','origin_country':''},{'id':37101,'logo_path':null,'name':'Scotchworthy Productions','origin_country':''},{'id':105330,'logo_path':null,'name':'York Films','origin_country':''},{'id':39576,'logo_path':null,'name':'The Line Film Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-06-05","0","88","[{'iso_639_1':'en','name':'English'}]","Released","It will infect us all.","The Rake","false","4.6","9" +"false","/kxvLuWATCIIsSKiAkeVz0cSLYvy.jpg","{'id':144200,'name':'Swan Princess Collection','poster_path':'/gTDPdkPuJjAKLL8pjXfXR0zVBDs.jpg','backdrop_path':'/wxKt5KHvMYUSLHvyPf2xj64y3dJ.jpg'}","0","[{'id':10751,'name':'Family'},{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'}]","","510096","tt7966994","en","The Swan Princess: A Royal Myztery","Your favorite characters are back in an all-new royal adventure! It seems that a mysterious ???Z??? is appearing as a mark on the palace residents. Who is behind the mark and what does it mean? Princess Odette, Derek, Scully and all the Swan Princess friends work as a team to uncover the secret.","3.603","/ljktBZh0wM8yVZcgMt3i43sjkdy.jpg","[{'id':88497,'logo_path':null,'name':'Streetlight Animation','origin_country':''},{'id':4107,'logo_path':null,'name':'NEST Family Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-03-27","0","79","[{'iso_639_1':'en','name':'English'}]","Released","","The Swan Princess: A Royal Myztery","false","5.9","4" +"false","/s6mHiqCMBWWyG9E4vKjnYY5Uh7z.jpg","null","0","[{'id':878,'name':'Science Fiction'}]","http://www.graymatterthemovie.com/","516237","tt4566780","en","Gray Matter","Since the 1940's alien beings known as ""GRAYS"" have been sighted around the globe with the thought that they visit our planet to study our species and civilization before they eventually invade...but what if we're wrong? What if they are only here to protect us? After a meteorite crashes to earth awakening the extraterrestrial creature within, a young woman is abducted by an alien ""GRAY"" to aide in hunting down and destroying the creature before it can reach a second meteorite that fell to earth decades earlier unleashing its deadly infestation of earth.","2.757","/7VDgw7tZR7OrhPfPRiGl3x5WpjY.jpg","[{'id':108441,'logo_path':'/ykzjGtn82zc2nRT9zf5uJyYHPdM.png','name':'Matchbox Pictures','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2017-04-21","0","85","[{'iso_639_1':'en','name':'English'}]","Released","Earth's time is running out","Gray Matter","false","6.4","5" +"false","/mreKuXj4EVdHDNBRlYRipdq2gae.jpg","null","0","[{'id':18,'name':'Drama'}]","","458140","tt5798330","en","Two Steps from Hope","When tragedy strikes, a teen struggles to keep her once perfect family from falling apart.","0.6","/qB69O7n785ATuU5GRsF1K1tGijg.jpg","[{'id':90496,'logo_path':null,'name':'Gaffer Media','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-05-20","0","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","","Two Steps from Hope","false","9.4","5" +"false","/ca3pe6sNFsFqpCuwRtnWYKTpGXF.jpg","null","0","[{'id':18,'name':'Drama'}]","","492888","tt5739900","en","Undeserved","When high school senior Dawn loses her mother to a bullet at a bar, she is thrown into a search for security and belonging, finding only disappointment and anger.","0.6","/4i3qCbZkHrVUYImxBUM0ua84S49.jpg","[{'id':98537,'logo_path':null,'name':'Fantini Cinema','origin_country':''}]","[]","2016-09-01","0","90","[]","Released","","Undeserved","false","5","1" +"false","/dUYaqvQQHzGXuxfIUygXVIh8F1l.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'},{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'},{'id':14,'name':'Fantasy'}]","http://smithglobalmedia.com/movies/gnome-alone/","466876","tt5851786","en","Gnome Alone","When Chloe discovers that her new home's garden gnomes are not what they seem, she must decide between the pursuit of a desired high school life and taking up the fight against the Troggs.","10.655","/jWB0zhk1Rj1tIWUM98Wsh15gkiW.jpg","[{'id':81139,'logo_path':null,'name':'Vanguard Animation','origin_country':''},{'id':95590,'logo_path':null,'name':'3QU Media','origin_country':''},{'id':105298,'logo_path':null,'name':'Cinesite','origin_country':''},{'id':20613,'logo_path':null,'name':'SC Films International','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2017-11-02","0","85","[{'iso_639_1':'en','name':'English'}]","Released","Little dudes. Big trouble.","Gnome Alone","false","6.1","76" +"false","/rKpOatadvuhBM42VWu1y946K3dQ.jpg","null","4000000","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","http://chapterandversethefilm.com/","438283","tt3946960","en","Chapter & Verse","Upon his return from serving a ten-year sentence in prison, reformed gang leader, S. Lance Ingram, struggles to adapt to a changed Harlem. Unable to use the technological skills he acquired in jail, Lance is forced to accept a position delivering meals for a local food bank. It is here that he befriends Ms. Maddy, 75, a past beauty with a irreverent and hardened shell to whom he delivers dinners. Through her, Lance finds hope, relearning the joys of life and living despite the outwardly bedeviled society in which they find themselves.","1.265","/lRkBe3IzEQ3OdWZVo6Zl3Q2ij7o.jpg","[{'id':86019,'logo_path':null,'name':'The Harlem Film Company','origin_country':''},{'id':27128,'logo_path':null,'name':'The Bubble Factory','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-02-03","0","96","[{'iso_639_1':'en','name':'English'}]","Released","A Harlem Story","Chapter & Verse","false","7","4" +"false","/nTr2VAHpPmews4RMTYlMZKtG2OC.jpg","null","101","[{'id':80,'name':'Crime'},{'id':10402,'name':'Music'},{'id':53,'name':'Thriller'}]","http://48htl.com","376575","tt2948530","en","48 Hours to Live","A loner fresh out of rehab and hunted by both sides of the law returns home to solve the murder of his sister, and finds himself entangled in a game of revenge on the LA club circuit.","2.278","/x44BbwHJmDgeGx2N3E8fsLHdqzs.jpg","[{'id':85505,'logo_path':null,'name':'True Vision Media Group','origin_country':''},{'id':69311,'logo_path':null,'name':'Tri Destined Studios','origin_country':''},{'id':85506,'logo_path':null,'name':'Horsin' Around Productions','origin_country':''},{'id':7080,'logo_path':null,'name':'Initiate Productions','origin_country':''},{'id':85507,'logo_path':null,'name':'RAE Pictures','origin_country':''},{'id':85508,'logo_path':null,'name':'Tri Destined Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-11-09","0","100","[{'iso_639_1':'en','name':'English'}]","Released","One wrong step can kill you","48 Hours to Live","false","6.6","7" +"false","/sGV5Wf67Nyk1p4EsUv6Bh9pHHfG.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.kore-eda.com/misc/maboroshi_dvd.htm","18872","tt0113725","ja","?????????","A young woman's husband apparently commits suicide without warning or reason, leaving behind his wife and infant. Yumiko remarries and moves from Osaka to a small fishing village, yet continues to search for meaning in a lonely world.","3.196","/cSy9nghVMVBsqUQCIjTxLCgYKsv.jpg","[{'id':12424,'logo_path':null,'name':'TV Man Union','origin_country':''}]","[{'iso_3166_1':'JP','name':'Japan'}]","1995-10-01","0","110","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Maborosi","false","7.3","49" +"false","/4E2qoNzXtkCfW6PFDEimgbnAh93.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.wareaglethemovie.com","44582","tt0840406","en","War Eagle, Arkansas","Based on a True Story War Eagle, Arkansas is a character-driven drama about a young man???s choice of whether to leave his family and friends for a career in baseball or stay and redeem his struggling community. The story takes place over a few pivotal weeks in the summer after Enoch Cass???s senior year, and is set against the backdrop of Arkansas??? beautiful Ozark Mountains. War Eagle, Arkansas poses important questions that face all young people in rural America. The answers we find could touch us all.","0.6","/xonuoV8UUSUEmoBSlxjAzJQNs9a.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-11-03","0","93","[{'iso_639_1':'en','name':'English'}]","Released","","War Eagle, Arkansas","false","8","2" +"false","/wTlgbI1jSDj5dK8zj42COAGIeI1.jpg","null","0","[{'id':27,'name':'Horror'}]","","107387","tt0052555","en","L'amante del vampiro","A troupe of beautiful young dancers find themselves stranded in a sinister, spooky old castle, not knowing that it is home to a group of vampires","1.181","/b2XD1iE96bAXV3fqKE227OWA1Nw.jpg","[{'id':19988,'logo_path':null,'name':'Consorzio Italiano Film (CIF)','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'}]","1960-05-23","0","92","[{'iso_639_1':'it','name':'Italiano'}]","Released","BLOOD-LUSTING FIEND WHO PREYS ON GIRLS! VAMPIRE-QUEEN WHO FEEDS ON LIFEBLOOD OF MEN!","The Vampire and the Ballerina","false","6","3" +"false","/m3jYdAfSrq5bAYhIUVajZG7qDtY.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","82407","tt0086980","en","Bloodsuckers from Outer Space","Farmers in Texas become brainwashed bloodsuckers.","2.096","/tr2PKK6nFGxQx7Abd8xShemEw4g.jpg","[{'id':8261,'logo_path':null,'name':'One Of Those Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-01-03","0","79","[{'iso_639_1':'en','name':'English'}]","Released","Nobody Can Escape ...","Bloodsuckers from Outer Space","false","4.3","12" +"false","/vEMhwf9KzzU3WpXaGoBfPFktUSv.jpg","null","0","[{'id':14,'name':'Fantasy'}]","","31221","tt1290472","en","Dragon Hunter","Orphaned as a baby when his parents were killed in a vicious orc attack, Kendrick of Elwood was raised by his elder brother, Darius. Now, after years of absence, a new danger emerges, more lethal than the threat of orcs or men. Reports of dragon attacks spread like wildfire through the panicked land.","1.634","/sqVqt3sWWmnL3Y6lMmg2BDEjpzk.jpg","[]","[]","2008-12-01","0","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","","Dragon Hunter","false","3.5","13" +"false","/ybxzQHji0SOo8SCPctzl0rn7JAW.jpg","null","2000000","[{'id':12,'name':'Adventure'}]","","352078","tt4661680","en","Left Behind: Vanished - Next Generation","When millions of people begin to disappear, Gabby, his sister, and their other companies will have to stick together for survival and to figure out what happened behind of an indescribable occurrence.","2.508","/xC8PY4qeuM6wFvfUBcti59uoFkd.jpg","[{'id':39281,'logo_path':null,'name':'EchoLight Studios','origin_country':''},{'id':105333,'logo_path':null,'name':'Salt Entertainment Group','origin_country':''},{'id':42733,'logo_path':'/cfQt0JsJuOMDVOjZ3AAzxzMgOBK.png','name':'Triple Horse Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-02-28","0","88","[{'iso_639_1':'en','name':'English'}]","Released","Is this the end of the world...or just the beginning?","Left Behind: Vanished - Next Generation","false","4.7","20" +"false","/o3S3YzIlmNxlLDhcwRgfiKyfoMW.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","66043","tt0061814","en","The Incident","Two hoodlums terrorize the passengers of a late-night New York City subway train.","2.122","/1slm4rVwoVeAvDDVv355Zo4NLMb.jpg","[{'id':38851,'logo_path':null,'name':'Moned Associated','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1967-11-05","0","107","[{'iso_639_1':'en','name':'English'}]","Released","A Bold, Gritty, Terrifying Story Of Inner-City Terror","The Incident","false","7.1","20" +"false","/p2G09huYvG6XE9R1ISFMlxfJT32.jpg","null","0","[{'id':27,'name':'Horror'}]","","50567","tt0054823","en","Doctor Blood's Coffin","People are mysteriously disappearing near a remote Cornish village, where a scientist is experimenting with reviving the dead.","1.209","/8kk29ICrwBkNySKUtE3RZQPNKjr.jpg","[{'id':17341,'logo_path':null,'name':'Caralan Productions Ltd.','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1961-01-01","0","92","[{'iso_639_1':'en','name':'English'}]","Released","","Doctor Blood's Coffin","false","5.3","8" +"false","/zz920KjFECFSS4xQ21CnjrbGXks.jpg","null","1700000","[{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","http://mcnproductions.co.uk/films/feature-films/brothersofwar/","352539","tt2942196","en","Brothers of War","When a bitter rivalry between two brothers finally erupts into bloody, life-changing violence it is younger bother Greg who signs up for frontline battle in France. Greg discovers a world of uncompromising brutality as we follow him on his journey through France at the outbreak of World War 2.","0.6","/5zCsdAxOM2mcXYk4lmTJCDeiGLK.jpg","[{'id':59838,'logo_path':null,'name':'MCN Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-06-01","0","120","[{'iso_639_1':'en','name':'English'}]","Released","","Brothers of War","false","4","2" +"false","/riE6pDN9PGRenopJ8v5hNyJ2kYo.jpg","null","0","[{'id':18,'name':'Drama'},{'id':12,'name':'Adventure'}]","http://www.themercyfilm.co.uk/home/","414001","tt3319730","en","The Mercy","In 1968, Donald Crowhurst, an amateur sailor, endangers the fate of his family and business, and his own life, blinded by his ambition to compete in the Sunday Times Golden Globe Race, attempting to become the first person in history to single-handedly circumnavigate the world without making any stopover.","6.691","/51qWwl16Mb0hqorgffCtyENwTPP.jpg","[{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':2376,'logo_path':'/yeNoWmSHZfvKsBYuL8uTRE4LPdQ.png','name':'Blueprint Pictures','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-02-09","0","102","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Based on the true story","The Mercy","false","6","110" +"false","/tQ7E9d65KZn8qvErLGjhgRCYHoA.jpg","{'id':252338,'name':'The Four Collection','poster_path':'/nlQoCcuAb4v3ejNZ1GZ0yxQoEvc.jpg','backdrop_path':null}","0","[{'id':28,'name':'Action'}]","","251749","tt3341084","th","4 ????????????????????????????????? 2","The Sequel to The Four, based on the best-selling novel by Woon Swee Oan. The four constables, Emotionless (Crystal Liu Yifei), Iron Hands (Collin Chou), Life Snatcher (Ronald Cheng) and ColdBlood (Deng Chao), are specially skilled in their own individual super powers. When the four constables of the Divine Constabulary investigate a murder in the suburbs, they unexpectedly stumble on clues to the murder of Emotionless's family 15 years ago. While investigating the case, the constables discover facts about their past, facts they preferred hidden, and facts that force them to choose between past grudges and their new lives at the Divine Constabulary. A series of bloody battles confront them as the story unfolds, an undeniable truth becomes clear - even if they survive this storm, a bigger one is brewing just over the horizon.","4.884","/tvBbhbNHIWmbgZF2yRYmsslhxgR.jpg","[{'id':17818,'logo_path':'/a0dRBd4hPab4KjmbiIJpNwRfIVD.png','name':'Beijing Enlight Pictures','origin_country':'CN'}]","[{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'HK','name':'Hong Kong'}]","2013-11-21","0","117","[{'iso_639_1':'cn','name':'????????? / ?????????'},{'iso_639_1':'zh','name':'?????????'}]","Released","","The Four 2","false","6.9","17" +"false","/jbnmsaeQgcdCwiqMljtuwzdQS4Q.jpg","null","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","http://www.bitchslapmovie.com/","26715","tt1212974","en","Bitch Slap","Three bad girls (a down-and-out stripper, a drug-running killer and a corporate powerbroker) arrive at a remote desert hideaway to extort and steal $200 million in diamonds from a ruthless underworld kingpin.","10.297","/s6bvosVfeLUBMgFz0GCxqZAUz3i.jpg","[{'id':11546,'logo_path':null,'name':'Bombshell Pictures','origin_country':''},{'id':7437,'logo_path':'/e5CcgFrdlxMUwlsS72si8q1yHBr.png','name':'IM Global','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-05-16","199436","109","[{'iso_639_1':'en','name':'English'}]","Released","Prepare to get slapped...","Bitch Slap","false","4.8","140" +"false","/qsN29Wb7sqw06I9TzEnJE3soxHM.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","","438259","tt3780500","en","Journey's End","Set in a dugout in Aisne in 1918, a group of British officers, led by the mentally disintegrating young officer Stanhope, variously await their fate.","7.109","/5gGkt84bCPt7XRo35FcsrOeer78.jpg","[{'id':92963,'logo_path':null,'name':'Fluidity Films','origin_country':''},{'id':7281,'logo_path':'/vuDafYIcuoY0YyvgcqtjXOKwn6Q.png','name':'British Film Institute','origin_country':'GB'},{'id':105678,'logo_path':null,'name':'Wales Screen','origin_country':''},{'id':41115,'logo_path':null,'name':'British Film Company','origin_country':''},{'id':105679,'logo_path':null,'name':'Metro International Entertainment','origin_country':''},{'id':102875,'logo_path':null,'name':'Umedia','origin_country':''},{'id':105680,'logo_path':null,'name':'Third Wednesday Films','origin_country':''},{'id':40240,'logo_path':null,'name':'Anyway Productions','origin_country':''},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-12-14","0","108","[{'iso_639_1':'en','name':'English'}]","Released","","Journey's End","false","6.2","81" +"false","/9XjNaS2S0RJfjbUPDAzILPprU3r.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10751,'name':'Family'},{'id':10402,'name':'Music'}]","http://icanonlyimagine.com","470878","tt6450186","en","I Can Only Imagine","Growing up in Texas, Bart Millard suffers physical and emotional abuse at the hands of his father. His childhood and relationship with his dad inspires him to write the hit song ""I Can Only Imagine"" as singer of the Christian band MercyMe.","17.622","/veZszwMZu8d3WMU6TJX9sV5w1Y4.jpg","[{'id':34233,'logo_path':null,'name':'Toy Gun Films','origin_country':''},{'id':100854,'logo_path':null,'name':'Imagine Rights','origin_country':'US'},{'id':100855,'logo_path':null,'name':'Kevin Downes Productions','origin_country':''},{'id':8533,'logo_path':null,'name':'Liddell Entertainment','origin_country':''},{'id':54927,'logo_path':null,'name':'Mission Pictures International','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-03-08","0","110","[{'iso_639_1':'en','name':'English'}]","Released","The Song You Know. The Story You Don't.","I Can Only Imagine","false","7.6","139" +"false","/hhh3kuup7rCVblQv7uITwZnPMTA.jpg","null","0","[{'id':18,'name':'Drama'}]","","527942","tt2239876","fr","Le fils du d??sert","While in high school class, a French teenager of Moroccan origin loses his parents in a car accident. A few days later, social services learn that he was adopted and that his natural parents are his aunt and uncle who live in a small village in the Sahara ... He decided to join them.","1.003","/mtNpYMn5q9v3vPAnZt5QNVcwTBx.jpg","[]","[]","2018-11-21","0","87","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","The Child of the Sahara","false","0","0" +"false","/b1gGis5F6XYdsi4uiweb4MMRTDc.jpg","null","22000000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","161495","tt0114296","en","Roommates","An elderly, yet young-at-heart man, moves in with his grandson, and both their lives turn upside-down.","3.363","/6ul4lqY6uvv6rwvoLscYJSQhAxj.jpg","[{'id':915,'logo_path':'/xXojkyRWFZ0JTJyjiu13ThKeFbz.png','name':'Hollywood Pictures','origin_country':''},{'id':10201,'logo_path':null,'name':'Interscope Communications','origin_country':''},{'id':12883,'logo_path':null,'name':'Nomura Babcock & Brown','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-03-03","12400000","108","[{'iso_639_1':'en','name':'English'}]","Released","Some people talk. Some people listen. When you're 107 and going strong, you do whatever you want.","Roommates","false","6.5","11" +"false","/9Ln5wxy1yuvgIEw2hDqMld44BGH.jpg","null","3600000","[{'id':18,'name':'Drama'}]","https://www.mgm.com/#/our-titles/1251/Midnight-Cowboy/","3116","tt0064665","en","Midnight Cowboy","Joe Buck is a wide-eyed hustler from Texas hoping to score big with wealthy New York City women; he finds a companion in Enrico ""Ratso"" Rizzo, an ailing swindler with a bum leg and a quixotic fantasy of escaping to Florida.","7.209","/jEeyGsyoiRPwwxDkR1WWNT8eoyN.jpg","[{'id':1323,'logo_path':null,'name':'Florin Productions','origin_country':''},{'id':1324,'logo_path':null,'name':'Jerome Hellman Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1969-05-25","44785053","113","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","Whatever you hear about Midnight Cowboy is true.","Midnight Cowboy","false","7.6","510" +"false","/iafhKIx1GzQ29IeJkx1G4jPbvvz.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","","43232","tt0050631","en","Les Girls","After writing a tell-all book about her days in the dance troupe ""Barry Nichols and Les Girls"", Sybil Wren is sued for libeling her fellow dancer Angele. A Rash??mon style narrative presents the story from three points of view where Sybil accuses Angele of having an affair with Barry, while Angele insists that it was actually Sybil who was having the affair. Finally, Barry gives his side of the story.","2.284","/dw0H6S2KJ6vpwTcwkSS3AJtRcHk.jpg","[{'id':14092,'logo_path':null,'name':'Sol C. Siegel Productions','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1957-01-01","0","114","[{'iso_639_1':'en','name':'English'}]","Released","Join ""Les Girls"" And See A World Of Entertainment !","Les Girls","false","6.6","23" +"false","/reDXo5vHThzTltqdRlAqum999ko.jpg","null","8000000","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","http://www.orionpictures.com/cityofindustry/","18420","tt0118859","en","City of Industry","A retired thief swears revenge on the lunatic who murdered his brother and partner, while going on the run with the loot they stole.","4.397","/tTd2bp1ELNLfx8EByPj3eyFQVlX.jpg","[{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'},{'id':1644,'logo_path':null,'name':'Largo Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-03-14","0","97","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Wanting a man dead can be reason enough to live.","City of Industry","false","5.7","26" +"false","/n1n80VkNg6Umgq7KROt9RcrFzge.jpg","null","0","[]","http://www.sevendeadlywords.com/","275026","tt2349296","en","Seven Deadly Words","With Egypt Valley Church out of funds and out of touch with the community, pastor Evan Bennett sets out to change things for the better. But there's a problem... One family doesn't like change, and is willing to do ANYTHING to stop him. How far will they go to preserve the Status quo ?","0.628","/w0Cz0hrEhQyuxGNTAT8jhwSk1sJ.jpg","[]","[]","2013-10-11","0","97","[]","Released","","Seven Deadly Words","false","6","1" +"false","/eptGwX3St48mu52Vunmbl8i9qFx.jpg","null","0","[{'id':53,'name':'Thriller'}]","","294825","tt2512236","en","Rumors of Wars","A suspenseful, genre-bending film with two converging storylines. An aspiring college journalist records events in a diary about the turmoil of a society due to the insertion of a RFID chip mandated by the government. ? Years later in the rubble of a post apocalyptic society filled with decay and violence, the diary finds its way into to the hands of an officer in the New World Army who uncovers the truth about the past and discovers everything he stood for was a lie. But what will he do now?","0.899","/h9RE887bPyYdprlM6hNprA441tX.jpg","[{'id':24412,'logo_path':null,'name':'Wolf Pack Film Works','origin_country':''},{'id':39778,'logo_path':null,'name':'Bearfruit Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-05-02","0","","[{'iso_639_1':'en','name':'English'}]","Released","In the end we all worship something.","Rumors of Wars","false","3.3","6" +"false","","null","0","[{'id':99,'name':'Documentary'}]","http://www.mylifeinchina.org/","376357","tt4184494","en","My Life in China","In America, everyone has a family story of immigration. Every family, at some point, has had somebody leave their native country behind to search for a better life. How did they hold onto their identity? How did they adapt to their new life? Every family has a special story. In my case, it's my Chinese-American story. My father would always tell us his story about walking for 7 days and 6 nights, before swimming for 4 hours to Macau to escape communism in 1966. His story would fall on my deaf ears until I returned to China with him.","0.6","/zPpNRvilVZzVez1IhkyGMK1G8jJ.jpg","[]","[]","2014-11-09","0","81","[{'iso_639_1':'cn','name':'????????? / ?????????'}]","Released","","My Life in China","false","0","0" +"false","/bEQvtYBX4en0TpMJ8qItNu4cZPk.jpg","{'id':528034,'name':'Grizzly Collection','poster_path':'/6FUv3vTs9AnRuuMSzFJqdLFdEDB.jpg','backdrop_path':'/iyqW4NsQP9K16f3L1Tuny4UyVBt.jpg'}","750000","[{'id':27,'name':'Horror'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'}]","","55784","tt0074593","en","Grizzly","A fifteen-foot grizzly bear figures out that humans make for a tasty treat. As a park ranger tries rallying his men to bring about the bear's capture or destruction, his efforts are thwarted by the introduction of dozens of drunken hunters into the area.","3.137","/zzyHNPFFtKnfN8uwmalI6lbHBrR.jpg","[{'id':16704,'logo_path':null,'name':'Joda Productions','origin_country':''},{'id':11480,'logo_path':null,'name':'Montoro Productions Ltd.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1976-05-21","0","91","[{'iso_639_1':'en','name':'English'}]","Released","This summer the National Park will be besieged by a killer grizzly bear!","Grizzly","false","4.8","44" +"false","/3vp5dMXAzbl5JUoGgVXEBZMJn7i.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","https://www.curzonartificialeye.com/mary-shelley/","332283","tt3906082","en","Mary Shelley","The love affair between poet Percy Shelley and Mary Wollstonecraft Godwin resulted in the creation of an immortal novel, ???Frankenstein; or, The Modern Prometheus.???","8.72","/2KMDHpksGpudkyQKx76wEuz2sTf.jpg","[{'id':45015,'logo_path':'/ur1MRx1vINi0pwAAkRjdTJsFA7H.png','name':'Juliette Films','origin_country':'LU'},{'id':2395,'logo_path':'/pZz4qs03FtP6UGtZ3hjQ6qimcwi.png','name':'HanWay Films','origin_country':'GB'},{'id':16877,'logo_path':null,'name':'BFI Film Fund','origin_country':'GB'},{'id':5056,'logo_path':'/kADFcjL04xe5HGBnlLjbfhliS2a.png','name':'Head Gear Films','origin_country':'GB'},{'id':25954,'logo_path':null,'name':'Metrol Technology','origin_country':'GB'},{'id':13923,'logo_path':'/wobbHfqb8lIBcsUxMOQEgMdVqsQ.png','name':'Sobini Films','origin_country':'US'},{'id':34886,'logo_path':null,'name':'Gidden Media','origin_country':'US'},{'id':109821,'logo_path':null,'name':'Parallel Films','origin_country':'GB'}]","[{'iso_3166_1':'LU','name':'Luxembourg'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2018-04-22","0","120","[{'iso_639_1':'en','name':'English'}]","Released","Her greatest love inspired her darkest creation","Mary Shelley","false","7.2","321" +"false","/6qTpufRgDkl0M2zRPewozYD1g5y.jpg","null","1839169","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","http://www.chalardgamesgoeng.com","455714","tt6788942","th","????????????????????????????????????","Lynn, a brilliant student, after helping her friends to get the grades they need, develops the idea of starting a much bigger exam-cheating business.","9.652","/mgyvwqn5SYKhfg5kofZDfgH8R0q.jpg","[{'id':108177,'logo_path':null,'name':'GDH 559','origin_country':'TH'},{'id':8450,'logo_path':null,'name':'Jor kwang Films','origin_country':'TH'}]","[{'iso_3166_1':'TH','name':'Thailand'}]","2017-05-03","0","130","[{'iso_639_1':'th','name':'?????????????????????'}]","Released","Genius students with one mission... Turning exam answers into millions","Bad Genius","false","7.5","143" +"false","/kDDxbCjcorXBBJW5jd2ATi4CjaA.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'}]","","468320","tt3063364","en","Never Leave Alive","Rick Rainsford is trapped on a deserted island with his reluctant companion, Anna. While attempting to save another gravely injured survivor they find themselves hunted by Zaroff.","1.559","/7CaZM0Gw7up59500BTlGusnSyVK.jpg","[{'id':107311,'logo_path':null,'name':'The Most Dangerous Game','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-04-27","0","90","[{'iso_639_1':'en','name':'English'}]","Released","The most dangerous game you'll ever play.","Never Leave Alive","false","5.3","3" +"false","/qD83FwtXEsMjXOIa8NP9xI1Qjsd.jpg","null","0","[{'id':27,'name':'Horror'},{'id':14,'name':'Fantasy'}]","","438736","tt6318848","en","The Heretics","A young girl is abducted by a man, who claims that a cult is hunting her. His goal is to protect her until sunrise but while restrained, the young girl falls deathly ill. While her friends and family search for her, the source of her illness becomes more and more apparent. She???s not sick???she???s changing.","2.274","/37kE4oMeRbETfnsYfNh7WzmuyFc.jpg","[{'id':9315,'logo_path':null,'name':'Black Fawn Films','origin_country':''},{'id':5743,'logo_path':'/y8JaCRhsEz4ipl7MWE0ErxWVPYN.png','name':'Breakthrough Entertainment','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2017-11-01","0","87","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","","The Heretics","false","5.4","18" +"false","/1RsXfZfL3SPMqNEorSfS1XvAWZQ.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","469916","tt6138228","en","Downrange","Stranded at the side of the road after a tire blowout, a group of friends become targets for an enigmatic sniper.","6.244","/xt0eS8lLIo2URK3vpEu9c5dMUbN.jpg","[{'id':17982,'logo_path':null,'name':'Genco','origin_country':''},{'id':104371,'logo_path':null,'name':'RIM Entertainment','origin_country':''},{'id':24637,'logo_path':null,'name':'Eleven Arts','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-10-25","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Hell is on the way","Downrange","false","5.5","119" +"false","/6dnTITVWzD5cSDlI7PvyIWM8FB1.jpg","{'id':303851,'name':'The Bloodthirsty Trilogy','poster_path':null,'backdrop_path':null}","0","[{'id':27,'name':'Horror'}]","","108737","tt0067503","en","???????????? ???????????????","A doctor investigates the murders of several women at a lakeside resort. His investigation leads him to believe that a vampire is responsible for the murders. He sets out to track the vampire down.","1.083","/2s8FV8mihVIWVdBs7i0zipiqMdI.jpg","[{'id':882,'logo_path':'/fRSWWjquvzcHjACbtF53utZFIll.png','name':'Toho Company, Ltd.','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","1971-06-11","0","82","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Lake of Dracula","false","6.5","7" +"false","/tB9GBi4habmNOZuMzv9eJb7vfsb.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","70011","tt0084099","en","Human Highway","The new owner of a roadside diner stuck in a town built around an always leaking nuclear power plant plans to torch the place to collect insurance. However, an assortment of bizarre characters and weird events (such as spaceships flying around) gets in his way.","1.438","/5nFPZdfRgGNeH8Cbpg9DkVfYDYd.jpg","[{'id':11378,'logo_path':null,'name':'Shakey Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1982-09-10","0","88","[{'iso_639_1':'en','name':'English'}]","Released","When love and fate collide","Human Highway","false","5.3","7" +"false","/3sm1uLhhahANgVWuvj5ECP8eiEO.jpg","{'id':303851,'name':'The Bloodthirsty Trilogy','poster_path':null,'backdrop_path':null}","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'}]","","108545","tt0071308","ja","??????????????????","Dracula, played by an uncredited caucasian, was shipwrecked in the 1600s in Japan, when Christianity was illegal. He was forced to spit on the cross and wander alone in the desert. Upon finding himself bleeding, he was so thirsty he drank the blood and acquired a taste for it, attacking local teenager Keiko. In present day, Professor Shiraki arrives at a girl's school where he was to be teaching, but now the principal, whose wife died in a car accident, wants Shiraki to take over for him. The principal is keeping his wife in the cellar for a week, supposedly according to local custom, to see if she might return to life. Immediately suspicious, Shiraki investigates and becomes entrenched in horror of the vampires. Three girls are caught up too, as one has already been bitten, and her roomates stay to care for her.","1.424","/wZ5awe7zFzOlcqf38LHW1X92bQo.jpg","[{'id':70472,'logo_path':null,'name':'Toho Eizo Co.','origin_country':''}]","[{'iso_3166_1':'JP','name':'Japan'}]","1974-07-20","0","87","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Evil of Dracula","false","5.3","4" +"false","/lDhsA4edjDf5ZZHQFTrn5pgOpEN.jpg","null","20000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","10778","tt0243133","en","The Man Who Wasn't There","A tale of passion, crime and punishment set in the summer of 1949. Ed Crane, a barber in a small California town, is dissatisfied with his life, but his wife Doris' infidelity presents him with a chance to change it.","7.164","/x1K4OPGNNB9Ye9Ob2OcdBUIXUno.jpg","[{'id':4378,'logo_path':null,'name':'The KL Line','origin_country':''},{'id':10565,'logo_path':null,'name':'Good Machine','origin_country':'US'},{'id':37,'logo_path':'/nlG4JEjJ7SAFDehgIVvHFBPW23y.png','name':'Gramercy Pictures','origin_country':'US'},{'id':2092,'logo_path':null,'name':'Mike Zoss Productions','origin_country':'US'},{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2001-10-26","0","116","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","The last thing on his mind is murder.","The Man Who Wasn't There","false","7.6","671" +"false","/8qMJe2aVo0ZSJRKSBblcrcebKg.jpg","null","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':10752,'name':'War'}]","","14149","tt1196630","en","The Four Horsemen","Four high school football stars enlist in the Marines and head off to fight in the war in Iraq. When one of them is killed and another wounded, they return home only to find is extremely difficult to pick up the threads of their old lives. The memories of events in Iraq combined with the lack of public support pushes many of these men to the breaking point.","1.395","/ggINMOcBPxoHZOehtPP3iRnxZRd.jpg","[{'id':105127,'logo_path':null,'name':'GFT Horsemen Films','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2008-03-18","0","118","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Their toughest mission was coming home","The Four Horsemen","false","4","5" +"false","/5RyWuKozTgSXiUtgDzOMsstc9xm.jpg","{'id':336557,'name':'The Ouija Experiment Collection','poster_path':null,'backdrop_path':null}","3000000","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","https://sgmegary.wixsite.com/jonahlives","309047","tt2151270","en","Jonah Lives","A story of revenge from beyond the grave, centering on a group of teenagers who unknowingly supply the catalyst for the murdered Jonah's return from the grave.","0.889","/nI3o4wsIOtTAVZ7AABaVPftDKrK.jpg","[{'id':105126,'logo_path':null,'name':'LuGar Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-09-18","0","94","[{'iso_639_1':'en','name':'English'}]","Released","Sometimes you can't leave your past behind","Jonah Lives","false","2.3","5" +"false","/vIQAFGIOm60LYmGtqlmU7TK0ZYB.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':28,'name':'Action'}]","","315841","tt4176776","ja","??????????????????????????????","Ryuzo and his 7 former henchmen are all retired yakuza, but they now live as regular old men. One day, Ryuzo becomes the victim of a phishing fraud. He calls his 7 men together to reform their society.","2.505","/mkC8GJmI4og8vx2lZroszkIATXY.jpg","[{'id':567,'logo_path':null,'name':'Office Kitano','origin_country':''}]","[{'iso_3166_1':'JP','name':'Japan'}]","2015-04-25","0","111","[{'iso_639_1':'ja','name':'?????????'}]","Released","Are You old men?","Ryuzo and the Seven Henchmen","false","6.7","22" +"false","","null","0","[{'id':99,'name':'Documentary'}]","","39239","tt0065494","en","British Sounds","Jean-Luc Godard brings his firebrand political cinema to the UK, exploring the revolutionary signals in late '60s British society. Constructed as a montage of various disconnected political acts (in line with Godard's then appropriation of Soviet director Dziga Vertov's agitprop techniques), it combines a diverse range of footage, from students discussing The Beatles to the production line at the MG factory in Oxfordshire, burnished with onscreen political sloganeering.","1.582","/lzn6juJS2a6hIpCTGYV6gNDICfK.jpg","[]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1970-01-01","0","54","[]","Released","","British Sounds","false","5.3","6" +"false","/lPhu1W6UqNUOkuuzaDSYnAdcySf.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","98491","tt0066585","en","Wuthering Heights","The Earnshaws are Yorkshire farmers during the early 19th Century. One day, Mr. Earnshaw returns from a trip to the city, bringing with him a ragged little boy called Heathcliff. Earnshaw's son, Hindley, resents the child, but Heathcliff becomes companion and soulmate to Hindley's sister, Catherine. After her parents die, Cathy and Heathcliff grow up wild and free on the Moors and despite the continued enmity between Hindley and Heathcliff they're happy-- until Cathy meets Edgar Linton, the son of a wealthy neighbor. Written by Marg Baskin","1.848","/hWsmqYYgzva2ZBhVtEIOjzmyJ2r.jpg","[{'id':9266,'logo_path':null,'name':'American International Pictures (AIP)','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1970-06-09","0","104","[{'iso_639_1':'en','name':'English'}]","Released","","Wuthering Heights","false","6.7","18" +"false","/pmXJZ29V7q91vNwsBqtFQO6RtMm.jpg","null","275000","[{'id':878,'name':'Science Fiction'},{'id':27,'name':'Horror'}]","","150014","tt0069331","en","Superbeast","A doctor finds a jungle laboratory, complete with mad scientist and genetic engineering experiments","1.029","/mrDPcoQy9S3CitwkHc30vLCLGgD.jpg","[{'id':63485,'logo_path':null,'name':'A & S Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'PH','name':'Philippines'}]","1972-11-01","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Half-man, half-monster ripping helpless victims to shreds in his mad hunger!","Superbeast","false","2.8","5" +"false","/dNi2DPNicTZ6OhMCwgcX05f06du.jpg","{'id':256297,'name':'It's Alive Collection','poster_path':'/xYFGnBPDGZj222c5Y7hodp9gkO.jpg','backdrop_path':'/2BfPSVSAzqAyMlfJiRftR5MHJEB.jpg'}","0","[{'id':27,'name':'Horror'}]","","49684","tt0093286","en","It's Alive III: Island of the Alive","The mutant babies have been placed by court order on a deserted island. Appalled by the cynicism and exploitation of the children by the legal system and the media, the man responsible for them leads an expedition to the island to free them.","2.61","/ggHmFC0tUk1UcVXS1yBwDRf41Ct.jpg","[{'id':17069,'logo_path':null,'name':'Larco Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-01-01","0","95","[{'iso_639_1':'en','name':'English'}]","Released","They do something worse than kill. They multiply.","It's Alive III: Island of the Alive","false","4.6","23" +"false","/kFvYxPJTGfIhJMduy8nrN6CwS3W.jpg","{'id':256297,'name':'It's Alive Collection','poster_path':'/xYFGnBPDGZj222c5Y7hodp9gkO.jpg','backdrop_path':'/2BfPSVSAzqAyMlfJiRftR5MHJEB.jpg'}","500000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","28153","tt0071675","en","It's Alive","Heavily pregnant Lenore Davis tells her husband, Frank, that she is in labor. They leave their eleven year-old son Chris with their friend Charley and they head to the Community Hospital. Lenore feels that something is wrong and delivers a monster that kills the team in the delivery room and escapes through a skylight. Lieutenant Perkins comes to the hospital to investigate the murder and the press divulges the identity of the parents. Frank discovers a dark secret about Lenore and the baby.","3.629","/b6xvEonPqrj1fUCiBLh91DSuzaC.jpg","[{'id':17069,'logo_path':null,'name':'Larco Productions','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1974-10-15","0","91","[{'iso_639_1':'en','name':'English'}]","Released","There's only one thing wrong with the Davis baby....","It's Alive","false","5.6","66" +"false","/g1j1TIyYsoPbuLVIfiV86JNhD1P.jpg","null","0","[{'id':53,'name':'Thriller'}]","","417643","tt5164184","en","In Darkness","A blind musician hears a murder committed in the apartment upstairs from hers that sends her down a dark path into London's gritty criminal underworld.","12.66","/A4gJEE1zpImXE8MYkeq4sB69mfZ.jpg","[{'id':84988,'logo_path':'/rzpfuMEMDQnmqp0YTFMEqgfDrxY.png','name':'42','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2018-05-25","0","100","[{'iso_639_1':'en','name':'English'}]","Released","Fear Blinds the Truth","In Darkness","false","6","195" +"false","/zqUaMojohr96itJYCE3W1NauTn7.jpg","null","103000000","[{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","http://movies.disney.com/a-wrinkle-in-time","407451","tt1620680","en","A Wrinkle in Time","After the disappearance of her scientist father, three peculiar beings send Meg, her brother, and her friend to space in order to find him.","13.173","/yAcb58vipewa1BfNit2RjE6boXA.jpg","[{'id':51164,'logo_path':null,'name':'Whitaker Entertainment','origin_country':'US'},{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-03-08","132675864","109","[{'iso_639_1':'en','name':'English'}]","Released","Be a warrior","A Wrinkle in Time","false","5","997" +"false","/nZo554S2DtQiZhK59TSzrJItD6X.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","11021","tt0036443","de","Titanic","This little-known German film retells the true story of the British ocean liner that met a tragic fate. Ernst Fritz F??rbringer plays the president of the White Star Line, who unwisely pressed the Titanic's captain (Otto Wernicke) to make the swiftest possible crossing to New York. Interestingly, director Herbert Selpin was arrested by the Gestapo during this film's production, and German censors banned the film for its scenes of panic and terror.","2.185","/Al7oIXQ4dZAofBTZWm6OiXS3MEa.jpg","[{'id':7448,'logo_path':null,'name':'Tobis Filmkunst','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'}]","1943-11-10","0","85","[{'iso_639_1':'de','name':'Deutsch'}]","Released","","Titanic","false","6.1","27" +"false","/dH86aTG4xBe7lzyky4NGktehOKa.jpg","null","960000","[{'id':18,'name':'Drama'}]","","438634","tt5897636","ca","Estiu 1993","After her mother's death, six-year-old Frida is sent to her uncle's family to live with them in the countryside. But Frida finds it hard to forget her mother and adapt to her new life.","5.275","/krdSl7IpDb9c31CXrzA5yfP1oYM.jpg","[{'id':63364,'logo_path':null,'name':'Inicia Films','origin_country':''},{'id':26174,'logo_path':null,'name':'Avalon P.C.','origin_country':''},{'id':4748,'logo_path':'/bTMeosrSiKaTPmZiTYnSDZlin5d.png','name':'Oscilloscope','origin_country':'US'}]","[{'iso_3166_1':'ES','name':'Spain'}]","2017-03-24","0","96","[{'iso_639_1':'ca','name':'Catal??'}]","Released","A new family. A new world.","Summer 1993","false","7.4","77" +"false","/22GLW4Qgs7NycHLjsp8whRCuky4.jpg","null","24500000","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':36,'name':'History'}]","","11416","tt0091530","en","The Mission","When a Spanish Jesuit goes into the South American wilderness to build a mission in the hope of converting the Indians of the region, a slave hunter is converted and joins his mission. When Spain sells the colony to Portugal, they are forced to defend all they have built against the Portugese aggressors.","7.214","/oTU13XXz4WHisDWKX3X6dFWEjC0.jpg","[{'id':1869,'logo_path':null,'name':'AMLF','origin_country':''},{'id':500,'logo_path':null,'name':'Goldcrest Films International','origin_country':'GB'},{'id':7049,'logo_path':null,'name':'Enigma Productions','origin_country':''},{'id':13221,'logo_path':null,'name':'Kingsmere Productions Ltd.','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'}]","1986-09-29","17218023","126","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'gn','name':''},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'la','name':'Latin'}]","Released","One will trust in the power of prayer. One will believe in the might of the sword.","The Mission","false","7.3","559" +"false","/leDO2O7HywKWZhk15feAQ3Gc37p.jpg","null","12000000","[{'id':37,'name':'Western'}]","","11209","tt0053580","en","The Alamo","The legendary true story of a small band of soldiers who sacrificed their lives in hopeless combat against a massive army in order to prevent a tyrant from smashing the new Republic of Texas.","6.663","/dXT8g86t0x2SHWgCxQlhfKbPOWu.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':2532,'logo_path':'/qxGytGpK9htSl6xxv9qP1dG656e.png','name':'Batjac Productions','origin_country':'US'},{'id':12187,'logo_path':null,'name':'The Alamo Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1960-10-23","7900000","167","[{'iso_639_1':'cs','name':'??esk??'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","The Mission That Became a Fortress! The Fortress That Became a Shrine!","The Alamo","false","6.9","128" +"false","/6zhTkGFrTY9WDuvcuaOSx2xGVnx.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'},{'id':80,'name':'Crime'}]","","10722","tt0112922","es","El d??a de la bestia","The story revolves around a Basque Roman Catholic priest dedicated to committing as many sins as possible (Angulo), a death metal salesman from Carabanchel (Segura), and the Italian host of a TV show on the occult (De Razza). These go on a literal ""trip"" through Christmas-time Madrid to hunt for and prevent the reincarnation of the Antichrist.","5.744","/jZLvcv73dNd4WjiY86hRo7p1wCW.jpg","[{'id':9335,'logo_path':null,'name':'Canal+ Espa??a','origin_country':'ES'},{'id':20295,'logo_path':null,'name':'Sociedad General de Televisi??n (Sogetel)','origin_country':''},{'id':28040,'logo_path':null,'name':'Iberoamericana Films Produccion','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'ES','name':'Spain'}]","1995-10-20","4367497","103","[{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","A devilishly dark comedy","The Day of the Beast","false","7.2","195" +"false","/a1vLfWIH6WTwr0CpYH5TRKngrFN.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'},{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","","489939","tt7689052","en","Daphne & Velma","Before their eventual team-up with Scooby and the gang, bright and optimistic Daphne and whip-smart and analytical Velma are both mystery-solving teens who are best friends but have only met online - until now. Daphne has just transferred to Velma's school, Ridge Valley High, an incredible tech-savvy institute with all the latest gadgets provided by the school's benefactor, tech billionaire Tobias Bloom. And while competition is fierce among the students for a coveted internship at Bloom Innovative, Daphne and Velma dig beyond all the gadgets and tech to investigate what is causing some of the brightest students in school to disappear - only to emerge again in a zombie-fied state.","6.297","/zG2DHbo2GNxSmcFWqGkAPgS6hC8.jpg","[{'id':72489,'logo_path':'/ekwQYn2gVl2Y1UAYlIFgMbWGviI.png','name':'Blue Ribbon Content','origin_country':'US'},{'id':6959,'logo_path':null,'name':'Blondie Girl Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-04-29","0","72","[{'iso_639_1':'en','name':'English'}]","Released","Before Scooby-Doo these B.F.F.s had a clue.","Daphne & Velma","false","4.6","45" +"false","/oTBxvPzfn2EtTV7b7FGGmXxJqP3.jpg","null","14000000","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","","12637","tt0076451","en","New York, New York","An egotistical saxophone player and a young singer meet on V-J Day and embark upon a strained and rocky romance, even as their careers begin a long uphill climb.","6.924","/dIOJNDtWmAMQgxB1wPAhBtM96C9.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':8880,'logo_path':'/fE7LBw7Jz8R29EABFGCvWNriZxN.png','name':'Winkler Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1977-06-21","16400000","163","[{'iso_639_1':'en','name':'English'}]","Released","The war was over and the world was falling in love again.","New York, New York","false","6.5","149" +"false","/gdBumr0oYE43nTwkS7Cv5AUzRwm.jpg","null","2331302","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'}]","http://www.berlinfalling.com/","429886","tt5286432","de","Berlin Falling","Frank left his life as a soldier behind and wants to rebuild his life in Brandenburg. He is on his way to meet his daughter, Lily, after a long time of not seeing her. As he stops at a gas station he meets Andreas, who needs a ride to Berlin. Reluctantly, Frank agrees to take Andreas with him - unaware of the consequences.","2.021","/3T099f9oJzpA6kIChAXOnAa7JmW.jpg","[{'id':62274,'logo_path':null,'name':'Sky Deutschland','origin_country':''},{'id':51664,'logo_path':null,'name':'Grand Hotel Pictures','origin_country':''},{'id':104968,'logo_path':null,'name':'Wolffpack Vision','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'}]","2017-07-13","0","91","[{'iso_639_1':'de','name':'Deutsch'}]","Released","","Berlin Falling","false","6.2","14" +"false","/lDhdlmLFEqmRzK8vRNrFs3gEQUg.jpg","{'id':340623,'name':'The Gate Collection','poster_path':'/89oZitdH02NTV7VxKLOmFh427pT.jpg','backdrop_path':'/qqE3mix2IqkZivHf2MyfjpCajrD.jpg'}","6500000","[{'id':27,'name':'Horror'},{'id':14,'name':'Fantasy'},{'id':35,'name':'Comedy'}]","","40729","tt0099636","en","The Gate II: Trespassers","It's been five years since Terry's friend Glen discovered The Gate to hell in his backyard. Glen has now moved away and Terry begins practicing rituals in Glen's old house and eventually bringing back demons through The Gate and leading to demoniac possession and near world domination.","3.785","/iNybVu4P7DAq5T2ti6Tdo9S7g8j.jpg","[{'id':1988,'logo_path':null,'name':'Epic Productions','origin_country':''},{'id':4109,'logo_path':null,'name':'Vision PDG','origin_country':''},{'id':10166,'logo_path':null,'name':'Alliance Entertainment','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","1990-05-24","0","90","[{'iso_639_1':'en','name':'English'}]","Released","There's only one thing more terrifying than the first visit. The second.","The Gate II: Trespassers","false","5.1","27" +"false","/nTTaOuanFdL32dKObVUixtfgpBI.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","","418098","tt5651338","de","Jugend ohne Gott","German students compete to enter one of the country's elite schools.","7.001","/fm0d9TOAglrzpkcx5NpjDOO9vqf.jpg","[{'id':47,'logo_path':'/i7Z9ot2o3N5Sa3HrF09kniFs2y8.png','name':'Constantin Film','origin_country':'DE'},{'id':19426,'logo_path':null,'name':'Die Film GmbH','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'}]","2017-08-31","1192197","114","[{'iso_639_1':'de','name':'Deutsch'}]","Released","","Godless Youth","false","6.3","50" +"false","/vKxqOxm6eXdMsgMV3ZQzRBmLXNp.jpg","null","0","[{'id':99,'name':'Documentary'}]","","433881","tt5165878","en","What Lies Upstream","In this detective story, filmmaker Cullen Hoback investigates the largest chemical drinking water contamination in a generation. But something is rotten in state and federal regulatory agencies, and through years of persistent journalism, we learn the shocking truth about what???s really happening with drinking water in America.","1.329","/wTnHI0k3KluNY2qxSq3tzKTW6PV.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-01-20","0","89","[{'iso_639_1':'en','name':'English'}]","Released","The truth has been spilled","What Lies Upstream","false","7","5" +"false","/tMObGH32ZHtMCvO3EppYDA5rXdJ.jpg","null","0","[{'id':53,'name':'Thriller'}]","http://www.ridesharemovie.co/","518200","tt6499694","en","Rideshare","Hitch, the most popular Rideshare app, has created safe rides for millions. At least, that's what they want you to think. It was only a matter of time before the story went public. The story of that one night. That one, horrific night.","2.4","/cccSbqLOcLWDC4WQbSh2Fd76OmD.jpg","[{'id':103352,'logo_path':null,'name':'Hayhoe Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-04-13","0","99","[{'iso_639_1':'en','name':'English'}]","Released","One night. One stranger. One hell of a ride.","Rideshare","false","4.5","6" +"false","/hnUOq47hq8yg5iLwtiYaKCURQnq.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","48451","tt0058621","en","Strange Bedfellows","In London, stuffy statesman Carter Harrison meets Toni, a Bohemian artist with a hot Italian temper. The two impulsively marry and then find that they disagree on everything. Shortly afterward they separate. We then meet them five years later on the eve before their divorce becomes final. After seeing each other again, sparks are reignited and they spend the night together. Reality sets in when morning comes and they begin arguing again. Once again, divorce proceedings are on, until Carter that an important promotion hinges on whether he's married. He schemes to win back Toni and eventually succeeds. But can he keep her from destroying his career by posing as Lady Godiva in a protest movement?","1.13","/ofctCr7dEZkW83L1gppCTqLI6mA.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","1965-02-09","0","98","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","They love to fight... but not at night!","Strange Bedfellows","false","6.6","7" +"false","/eayDtvM9MAdN7r4BCMeYd8Nf0xN.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","84251","tt0443205","ja","??????13???","J??z?? Murasaki is a boy miscast in his classroom, being frequently abused, tortured, beaten and humiliated by the bully T??ru Akai and his gang of juvenile punks. After years of repression, rejection and fear without facing Akai, he develops a psychopathic dual personality with a violent alter-ego. While living in the apartment 13 of a tenement building, he becomes unable to control his violent dark personality, who plots an evil revenge against his upper floor neighbor Akai and his family.","2.086","/jQiEdyB9nn11lzTwwlsO6c9Y9ij.jpg","[{'id':3219,'logo_path':null,'name':'Amuse Soft Entertainment','origin_country':''}]","[{'iso_3166_1':'JP','name':'Japan'}]","2005-04-02","0","115","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Neighbour No. 13","false","5.6","15" +"false","/fIa6hpjaYP4Yplq5EXUIYpuhSs0.jpg","null","0","[{'id':18,'name':'Drama'}]","","128244","tt2191332","tr","G??zetleme Kulesi","Haunted by his dark past, a man takes a job as a fire warden in a remote tower in the wilderness, and is inexorably drawn towards a young woman with a terrible secret of her own. (TIFF)","0.621","/hLBHjG1YByUqXsrCLYKKrgNIkUP.jpg","[{'id':16901,'logo_path':null,'name':'Sinefilm','origin_country':''},{'id':16903,'logo_path':null,'name':'Bredok Filmproduction','origin_country':''},{'id':16906,'logo_path':null,'name':'Arizona Films','origin_country':''}]","[{'iso_3166_1':'TR','name':'Turkey'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'}]","2012-10-16","0","100","[{'iso_639_1':'tr','name':'T??rk??e'}]","Released","","Watchtower","false","7.8","8" +"false","/zwI2R3ZZd1r4g7NS2BjDEwhCgeo.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","http://www.aspirefilmproductions.com/index.html","343807","tt3848072","en","Stuff","Trish and Deb Murdoch are in a rut. After 14 years together and raising two daughters, they find themselves in a mid life crisis where grief and attraction threaten their domestic nucleus.","0.6","/5DhOmw8MNN9W3cEXBke2RFixJuz.jpg","[{'id':91197,'logo_path':null,'name':'Really Good Stuff','origin_country':''},{'id':18132,'logo_path':null,'name':'Aspire Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-07-12","0","98","[{'iso_639_1':'en','name':'English'}]","Released","","Stuff","false","6.8","6" +"false","/4FdfrTG56BkMP6oqpUdw0fiexzM.jpg","null","0","[{'id':99,'name':'Documentary'}]","","399504","tt3512160","en","S Is for Stanley","S Is for Stanley is the story of Emilio D'Alessandro, Stanley Kubrick's personal driver. A friendship that lasted through 30 years of their lives, helped create four cinema masterpieces, and brought together two apparently opposite people, that found their ideal journey companion far away from their homes.","1.334","/kNZPgOX5m2fhz1zYtJGvyHgfyXz.jpg","[]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'IT','name':'Italy'}]","2015-10-01","0","78","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","30 years by his side.","S Is for Stanley","false","7.9","30" +"false","/8HAGIRD8mIZRng9A98KXdmOm3Ro.jpg","{'id':108804,'name':'Outpost Collection','poster_path':'/xiAWTgzyb1TxW8kN05qiVKNJFxb.jpg','backdrop_path':'/7glOZjnZWYYcr67pvz3mSIYIBOC.jpg'}","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':27,'name':'Horror'}]","","9017","tt0892899","en","Outpost","In a seedy bar in a town ravaged by war, scientist and businessman Hunt hires mercenary and former Royal Marine D.C. to assemble a crack team of ex-soldiers to protect him on a dangerous journey into no-man's land. Their mission is to scope out an old military bunker in Eastern Europe. It should be easy ??? 48 hours at the most. Lots of cash for little risk. Or so he says...","5.692","/7vXn4nN1bdqKgcNwQYPMK3mRBQn.jpg","[{'id':12977,'logo_path':null,'name':'Black Camel Pictures','origin_country':''},{'id':12696,'logo_path':null,'name':'Regent Capital','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2008-03-11","0","90","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","You can't kill what's already dead!","Outpost","false","6.1","112" +"false","/wStMdZZys6rlAowsQiCrbwOmmeC.jpg","{'id':256297,'name':'It's Alive Collection','poster_path':'/xYFGnBPDGZj222c5Y7hodp9gkO.jpg','backdrop_path':'/2BfPSVSAzqAyMlfJiRftR5MHJEB.jpg'}","0","[{'id':27,'name':'Horror'}]","","28155","tt0077756","en","It Lives Again","An epidemic of mutant monster babies sweeps America.","1.595","/oieEgA1waBEzqeTEhcL3qD4mmHa.jpg","[{'id':17069,'logo_path':null,'name':'Larco Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1978-05-10","0","91","[{'iso_639_1':'en','name':'English'}]","Released","The monster child returns - but now there are three!","It Lives Again","false","4.9","28" +"false","/gDsotdu7pVDvAJYsKLJuGr2CiHH.jpg","null","0","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'}]","","107430","tt0082425","en","Full Moon High","A teenager becomes a werewolf after a family vacation in Transylvania.","1.128","/2dX0tSKYYfl5SiY5q6uPA7eS9Nm.jpg","[{'id':1138,'logo_path':null,'name':'Filmways Pictures','origin_country':''},{'id':17069,'logo_path':null,'name':'Larco Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1981-01-01","0","93","[{'iso_639_1':'en','name':'English'}]","Released","He's today's teenage werewolf??? only the rules have changed!","Full Moon High","false","4.4","14" +"false","/oQmQQFbMQaSyD32z3X86C273nMm.jpg","null","0","[{'id':28,'name':'Action'},{'id':37,'name':'Western'}]","","43329","tt0046719","en","Apache","Following the surrender of Geronimo, Massai, the last Apache warrior is captured and scheduled for transportation to a Florida reservation. On the way he manages to escape and heads for his homeland to win back his girl and settle down to grow crops. His pursuers have other ideas though.","3.612","/vsWnGX9x6OqUuXBDCCFAsINqvAm.jpg","[{'id':30724,'logo_path':null,'name':'Hecht-Lancaster Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1954-07-09","0","91","[{'iso_639_1':'en','name':'English'}]","Released","Unconquerable!","Apache","false","6","44" +"false","/dKrl3YQms8b49SM3ETl7ohiBuCn.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10770,'name':'TV Movie'}]","","491846","tt7722000","en","Notes from the Field","A dramatization of the accounts of the students, parents, teachers and administrators caught in America???s school-to-prison pipeline, which pushes underprivileged, minority youth out of the classroom and into incarceration.","2.717","/lVWQmUMLp7J3dJ62QFQmmkWk13E.jpg","[{'id':7429,'logo_path':'/6in9uMqxXEHx5XgYgkeRBpZ4rPw.png','name':'HBO Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-02-24","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Notes from the Field","false","10","1" +"false","/8fyqCmyooalrYBVR7npHA0PDoi.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","440424","tt5089534","en","Freak Show","The story of teenager Billy Bloom who, despite attending an ultra conservative high school, makes the decision to run for homecoming queen.","2.458","/aDBkMb4CMXLOZrCzKfdtv2M4vpt.jpg","[{'id':19640,'logo_path':'/p8SE7J23xviBArUL49rMCkj0m0M.png','name':'Maven Pictures','origin_country':'US'},{'id':19813,'logo_path':null,'name':'Flower Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-01-12","0","91","[{'iso_639_1':'en','name':'English'}]","Released","","Freak Show","false","7.4","37" +"false","/3ZQRLuXNTbewOHDfxF51fy74gh4.jpg","null","35000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","430040","tt5360952","en","The Hurricane Heist","Thieves attempt a massive heist against the U.S. Treasury as a Category 5 hurricane approaches one of its Mint facilities.","12.022","/wh1f7peigW0qUXXwynwVAt7axZd.jpg","[{'id':100849,'logo_path':null,'name':'Windfall Productions','origin_country':''},{'id':21897,'logo_path':null,'name':'Foresight Unlimited','origin_country':'US'},{'id':56696,'logo_path':null,'name':'Parkside Pictures','origin_country':''},{'id':100851,'logo_path':null,'name':'RSVP Entertainment','origin_country':''},{'id':2982,'logo_path':null,'name':'Signature Pictures','origin_country':'US'},{'id':56697,'logo_path':null,'name':'Tadross Media Group','origin_country':''},{'id':107183,'logo_path':null,'name':'Double Negative (DNEG)','origin_country':''},{'id':110175,'logo_path':null,'name':'Metrol Technology','origin_country':''},{'id':110176,'logo_path':null,'name':'Head Gear Films','origin_country':''},{'id':9987,'logo_path':'/o5OTKAw7Acl5fTZYPyl8M8D9570.png','name':'Lipsync Productions','origin_country':'GB'},{'id':32469,'logo_path':null,'name':'Dream Team Films','origin_country':'BG'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-02-28","5400000","103","[{'iso_639_1':'en','name':'English'}]","Released","The ultimate storm for the perfect heist.","The Hurricane Heist","false","5.5","433" +"false","/oLibjy1LM07T62HQiYdt8s3XFBV.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","480394","tt4991112","en","They Remain","Two scientists investigate the root of environmental changes and strange animal behavior at a remote site where a cult committed atrocities. The isolated location, the unraveling of their relationship, and the biome itself begin to lead them down a path of doom where primeval forces threaten to consume them. An adaptation of Laird Barron's short story ""???30???"".","2.724","/pCsB2IePfLj5eQXXziGb8Xyxblm.jpg","[{'id':101398,'logo_path':null,'name':'Family Ranch','origin_country':''},{'id':25578,'logo_path':null,'name':'Reno Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-01-28","0","102","[{'iso_639_1':'en','name':'English'}]","Released","Don't Turn Around.","They Remain","false","5.3","11" +"false","/xj6qPnD9DIVvlhTsteXumeF2OsV.jpg","null","1500000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","467660","tt7153766","en","Unsane","A woman is involuntarily committed to a mental institution where she is confronted by her greatest fear.","15.292","/jvDBfavZASdKsJunu9VCAtXjLS2.jpg","[{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':8850,'logo_path':null,'name':'Extension 765','origin_country':'US'},{'id':10104,'logo_path':'/hNuGhsKVlmhnwSRcmOejDBDjh6w.png','name':'New Regency Pictures','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-02-21","14293601","99","[{'iso_639_1':'en','name':'English'}]","Released","Is she or isn't she?","Unsane","false","6.2","599" +"false","/rqMEeajyzSF4PpJtdCB816Iz8Vr.jpg","null","17000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","https://LoveSimonMovie.com","449176","tt5164432","en","Love, Simon","Everyone deserves a great love story. But for seventeen-year old Simon Spier it's a little more complicated: he's yet to tell his family or friends he's gay and he doesn't know the identity of the anonymous classmate he's fallen for online.","20.225","/5YUYg5q7QfC4IoNwNUtiwdiYKPr.jpg","[{'id':12292,'logo_path':'/llGRXF5WYUW2fzXg0ebCoKMXjmT.png','name':'Temple Hill Entertainment','origin_country':'US'},{'id':711,'logo_path':'/tEiIH5QesdheJmDAqQwvtN60727.png','name':'Fox 2000 Pictures','origin_country':'US'},{'id':88277,'logo_path':'/qrYIo8nWDg4sBdvYhoXn9hSyHPH.png','name':'New Leaf Literary & Media','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'},{'id':101832,'logo_path':'/vO7CKIeogFxphT1CHkUIhjEXf2C.png','name':'Twisted Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-02-16","60848932","110","[{'iso_639_1':'en','name':'English'}]","Released","He's done keeping his story straight.","Love, Simon","false","8.2","2875" +"false","/nLRGsXpf0uieHDXzTvr9PZQRqDh.jpg","null","0","[{'id':36,'name':'History'},{'id':53,'name':'Thriller'}]","","519956","tt3709552","en","The Last Witness","An ambitious young journalist uncovers the horrific slaughter of 22,000 Polish officers during World War II, a secret kept hidden for far too many years.","4.373","/v4d6UHuQ2gpsaN38pMSZ42Fj6hi.jpg","[{'id':103684,'logo_path':null,'name':'Vicarious Productions Limited','origin_country':''},{'id':103685,'logo_path':null,'name':'Vicarious Productions','origin_country':''},{'id':48389,'logo_path':null,'name':'Dignity Film Finance','origin_country':''},{'id':72731,'logo_path':null,'name':'Film Polska Production','origin_country':''},{'id':103686,'logo_path':null,'name':'Rosevine Films','origin_country':'GB'}]","[{'iso_3166_1':'PL','name':'Poland'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-05-11","0","97","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","When war ends, the fight for the truth begins.","The Last Witness","false","6.5","23" +"false","/bLJTjfbZ1c5zSNiAvGYs1Uc82ir.jpg","null","94000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'}]","http://www.tombraidermovie.com/","338970","tt1365519","en","Tomb Raider","Lara Croft, the fiercely independent daughter of a missing adventurer, must push herself beyond her limits when she finds herself on the island where her father disappeared.","24.278","/3zrC5tUiR35rTz9stuIxnU1nUS5.jpg","[{'id':10038,'logo_path':'/nCueXKwYIEXrZ5ofqSJBO1YcmRr.png','name':'Square Enix','origin_country':'JP'},{'id':19105,'logo_path':'/pJCF2BKGwpeEslaOC61vywdFpAe.png','name':'Eidos Interactive','origin_country':'GB'},{'id':3281,'logo_path':'/8tMybAieh64uzvm8knSjXOFX8Qc.png','name':'GK Films','origin_country':'GB'},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2018-03-05","273521715","118","[{'iso_639_1':'en','name':'English'}]","Released","Her legend begins","Tomb Raider","false","6.3","4029" +"false","/74KUIvFa3OZ4mEhlEIMrIMEppZS.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","http://whatifmovie.wordpress.com/","42950","tt1468387","en","What if...","Fifteen years ago, Ben Walker made a decision to leave his college sweetheart and ultimately his faith, in order to pursue a lucrative business opportunity. Now with a high-paying career and a trophy fianc??, he is visited by an angel, who gives him a glimpse into what his life would look like had he followed his calling.","2.137","/dqh47gyq5qFAX6CoqTBSSKTTBvQ.jpg","[{'id':48509,'logo_path':'/v5vpYRWkeD2TXhRChYZqlwLqZrt.png','name':'10 West Studios','origin_country':''},{'id':3051,'logo_path':null,'name':'Jenkins Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-08-20","0","111","[{'iso_639_1':'en','name':'English'}]","Released","What if God gave you a second chance?","What if...","false","6.6","29" +"false","/ujfg5X36JZiefBRHf7auyChQJIk.jpg","{'id':474026,'name':'Da?? Collection','poster_path':'/zqwqRQJdDoxsQ2K8bEwlO3Wcj1D.jpg','backdrop_path':'/gLjWjk5jzpaoL0cbnSQdmZwQ9JM.jpg'}","0","[{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","","427008","tt5813916","tr","Da?? II","In a desolate war zone where screams of the innocent echo, on the very line between disaster and valor, 7 Maroon Berets will dance with death.","6.03","/zlUgdj90WoRoOYokRKNWnWYbINV.jpg","[{'id':87953,'logo_path':null,'name':'3leven','origin_country':'TR'},{'id':33602,'logo_path':'/p5cIAoTVReSEqMeJsqyZEv3eoOG.png','name':'CaglarArts Entertainment','origin_country':'TR'}]","[{'iso_3166_1':'TR','name':'Turkey'}]","2016-11-04","0","135","[{'iso_639_1':'tr','name':'T??rk??e'}]","Released","The Mountain II","The Mountain II","false","8.2","50" +"false","/jgjLLWyW4qF3kkX6wVFHSwna3fy.jpg","null","0","[{'id':18,'name':'Drama'}]","","470360","tt6737766","pl","Najlepszy","Based on true events. In 1980s Poland, Jerzy G??rski is a young man who finds the determination to struggle against his drug addiction through athletic training, with the aim of competing in the US Ironman Triathlon.","2.556","/rMgCueGP8Qg24FWhS5AUn8ht2Ik.jpg","[{'id':3278,'logo_path':null,'name':'Iron Films','origin_country':''}]","[{'iso_3166_1':'PL','name':'Poland'}]","2017-11-17","0","110","[{'iso_639_1':'pl','name':'Polski'}]","Released","","Breaking the Limits","false","8.2","30" +"false","/i2CQKOVvAwzEeVcmUAYKDzRBdZx.jpg","null","15000","[{'id':99,'name':'Documentary'},{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':36,'name':'History'}]","http://www.monochrom.at/glossary","516065","tt7209510","en","Glossary of Broken Dreams","Puppets! Pixels! Anime! Live action! Stock footage!Lumpennerd Johannes Grenzfurthner gives an ideotaining cinematic revue about important political concepts. Everyone is talking about freedom! Privacy! Identity! Resistance! The Market! The Left! But, yikes, Johannes can't tolerate ignorant and topically abusive comments on the ""Internet"" anymore! Supported by writer Ishan Raval, in this film, Johannes explains, re-evaluates, and sometimes sacrifices political golden calves of discourse.Not to be used with false consciousness or silicone-based lubricant.","2.415","/iDI7V7Djubtti5bJ08s3W4Reh6P.jpg","[]","[]","2018-03-16","0","98","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","A film paved with good intentions","Glossary of Broken Dreams","false","5.5","2" +"false","/vRkupior3ni5NPLnIicpjRKYYVw.jpg","null","0","[{'id':878,'name':'Science Fiction'}]","","411135","tt5737536","en","Future World","A young boy searches a future world wasteland for a rumored cure for his dying mother.","11.949","/gZkXGa544XnUNf44CEwb7gpU8Ma.jpg","[{'id':59593,'logo_path':null,'name':'AMBI Group','origin_country':''},{'id':104974,'logo_path':null,'name':'Black Sparrow Films','origin_country':'FR'},{'id':94617,'logo_path':null,'name':'Dark Rabbit Productions','origin_country':''},{'id':3870,'logo_path':null,'name':'Premiere Picture','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-05-25","0","88","[{'iso_639_1':'en','name':'English'}]","Released","It's closer than you think.","Future World","false","4.2","86" +"false","/nHtagbQtCQGlenIts2z5MCAFC30.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","https://www.netflix.com/title/80195049","463053","tt3685236","en","Ibiza","She could do the responsible thing. Or she could go to Ibiza with her best friends to chase down a hot DJ. Easy choice.","10.008","/xm0QJ3eumZ5LSewpYKQe6KfwWRW.jpg","[{'id':4740,'logo_path':null,'name':'Gary Sanchez Productions','origin_country':'US'},{'id':17393,'logo_path':'/k28sCof6kheeOicLqL6EXX2GHov.png','name':'Good Universe','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-05-25","0","94","[{'iso_639_1':'en','name':'English'}]","Released","Best friends tripping","Ibiza","false","5.9","716" +"false","/bJxYeQiwXQNZIzfJZiVJVwfF26f.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.curzonartificialeye.com/chronic","337104","tt3850496","en","Chronic","David is a nurse who works with terminally ill patients. Dedicated to his profession, he develops strong relationships people he cares for. But outside of work, it's a different story altogether.","1.854","/hxpjLFHTp5cR0CAr7Ubk9kLIKaR.jpg","[{'id':81551,'logo_path':null,'name':'Vamonos Films','origin_country':''},{'id':14534,'logo_path':null,'name':'Stromboli Films','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'MX','name':'Mexico'}]","2015-10-21","0","93","[{'iso_639_1':'en','name':'English'}]","Released","The last patient","Chronic","false","5.6","25" +"false","/yyztx3Sl9AhkdjuWrPBFOnzreNk.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'},{'id':878,'name':'Science Fiction'}]","https://a24films.com/films/how-to-talk-to-girls-at-parties","341689","tt3859310","en","How to Talk to Girls at Parties","Croydon, 1977. A trio of punk teenagers goes to a party to meet girls, but they find that girls there are very different from what they expected.","7.701","/5O3C5ubC7dd1im89ISb6aGUR2AA.jpg","[{'id':7217,'logo_path':'/vFbexaF70wSMUHRA6Fy6UcuA1ju.png','name':'See-Saw Films','origin_country':'GB'},{'id':2395,'logo_path':'/pZz4qs03FtP6UGtZ3hjQ6qimcwi.png','name':'HanWay Films','origin_country':'GB'},{'id':82010,'logo_path':null,'name':'Little Punk','origin_country':''},{'id':1615,'logo_path':null,'name':'Fortissimo Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2017-10-06","0","103","[{'iso_639_1':'en','name':'English'}]","Released","Some girls are out of this world","How to Talk to Girls at Parties","false","6.3","138" +"false","/pfSHa3TBpQ9NNS7VVsybTWT8Um6.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':27,'name':'Horror'}]","","436494","tt4974778","en","Feral","A wild animal attacks six medical students on a weekend hike in the woods. One by one, they become infected with a ???feral disease,??? turning them into rabid, bloodthirsty creatures, and the vacation becomes a nightmare as they fight to survive each other.","3.951","/vZ72SsxEP9XSx3StaazsMwBi9C0.jpg","[{'id':85723,'logo_path':null,'name':'Rough Cut Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-05-25","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Feral","false","5","28" +"false","/cYE68RGfVDk3u435mKEVb8jD1GT.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","https://www.gringo-movie.com","340022","tt3721964","en","Gringo","An American businessman with a stake in a pharmaceutical company that's about to go public finds his life is thrown into turmoil by an incident in Mexico.","11.257","/dxeVPklFwng2IowqRPNI4od6aXv.jpg","[{'id':3574,'logo_path':null,'name':'Denver and Delilah Productions','origin_country':'US'},{'id':13184,'logo_path':'/pfUB1a62jSMIqp4Xmaq6z2cgW0B.png','name':'Annapurna Pictures','origin_country':'US'},{'id':32299,'logo_path':'/yNphx07jCXygH1Zh73tSPHnNi82.png','name':'Blue-Tongue Films','origin_country':'AU'},{'id':20580,'logo_path':'/tkFE81jJIqiFYPP8Tho57MXRQEx.png','name':'Amazon Studios','origin_country':'US'},{'id':20581,'logo_path':'/4EIbzjERCX6Eb8W0GLlrzPSPmRS.png','name':'Picrow','origin_country':'US'},{'id':47729,'logo_path':'/5NRpQ7xxmODXAjt2pRWUFMLVzvP.png','name':'STX Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-03-08","0","110","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","An American corporation, the Mexican cartel, chances are this won't end well.","Gringo","false","5.9","300" +"false","/byFf3OQceVbtHplvql7W1JmNJhU.jpg","null","4000000","[{'id':28,'name':'Action'}]","","454615","tt5622412","en","Black Water","A deep cover operative awakens to find himself imprisoned on a submarine. With the help of a fellow prisoner and an amateur agent, he must race against the clock to escape the vessel and expose who set him up.","8.773","/tIcZAB5AmRN8fIDXfDZ2aUok9qa.jpg","[{'id':92109,'logo_path':'/1wOgBio7WGOskOAQ2aTvtCHAdm8.png','name':'Dawn's Light','origin_country':'US'},{'id':23283,'logo_path':null,'name':'Rodin Entertainment','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2018-05-18","0","105","[{'iso_639_1':'en','name':'English'}]","Released","Some secrets never surface","Black Water","false","4.7","71" +"false","/Z0fjCA9Hj8EbOl48gZGFOEvjN8.jpg","null","0","[{'id':18,'name':'Drama'}]","","475316","tt7297960","zh","????????????","Bold and unsentimental in its portrait of a young man who faces the destruction of the family he struggles to support, Shuttle Life (Fen Bei Ren Sheng) marks a finely crafted feature debut for short-film director Tang Seng Kiat, focusing the spotlight on Malaysian cinema after a very long time in the dark. This hard-hitting social drama features naturalistic performances from pop singer and actor Jack Tan in the main role and Taiwanese actress-director Sylvia Chang as his mentally unstable mother","1.383","/jr62wX5wPCku7UhWxNxBQVerPih.jpg","[{'id':2970,'logo_path':null,'name':'More Entertainment','origin_country':''},{'id':103358,'logo_path':null,'name':'Golden Wheel Trading','origin_country':''}]","[{'iso_3166_1':'MY','name':'Malaysia'}]","2017-10-12","0","91","[{'iso_639_1':'cn','name':'????????? / ?????????'},{'iso_639_1':'ms','name':'Bahasa melayu'},{'iso_639_1':'zh','name':'?????????'}]","Released","","Shuttle Life","false","7.8","5" +"false","/iKSONLvFh10sWSFBrixGLdgvh3V.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","397722","tt5649108","en","Thoroughbreds","Two teenage girls in suburban Connecticut rekindle their unlikely friendship after years of growing apart. In the process, they learn that neither is what she seems to be, and that a murder might solve both of their problems.","10.224","/pIxZzTfITqBpZxbIGsV01DcoHsT.jpg","[{'id':76901,'logo_path':'/l6LNuKdl51PmyO130Kzmc9FKosI.png','name':'June Pictures','origin_country':'US'},{'id':50499,'logo_path':null,'name':'B Story','origin_country':''},{'id':6831,'logo_path':'/ojg8jqsVLGDvuJowOkZQZVV42AA.png','name':'Big Indie Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-03-09","2830775","92","[{'iso_639_1':'en','name':'English'}]","Released","Good breeding gone bad","Thoroughbreds","false","6.4","341" +"false","/vY8r6DpRmSKo1BjtjifvJZdDiF4.jpg","null","1000","[{'id':27,'name':'Horror'}]","","522703","tt7583968","en","Night Howl","Kaci Evans, a socially awkward photojournalist who can???t seem to come to grips with the death of his mother. As a child, Kaci was psychologically traumatized after seeing his mother monstrously mauled by a large canine. Now that Kaci is an adult, he suffers constant night terrors and flashbacks to the time his mother was murdered. After numerous visits with his psychiatrist, Dr. Ezay, Kaci starts to question whether his nightmares are repressed memories, or are they something far more sinister?","1.578","/bM8ptMCnaKl6O65zPMBMqyVMQt4.jpg","[{'id':104880,'logo_path':null,'name':'Fun Time Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-12-12","0","75","[{'iso_639_1':'en','name':'English'}]","Released","","Night Howl","false","4","6" +"false","/qqdVRlVCvVWdmSBYrEHwQuC3GBd.jpg","{'id':487765,'name':'The Strangers Collection','poster_path':'/yDnz0tE4QEQ8NjcZpgJ6g3PCdp5.jpg','backdrop_path':'/6m71j6oywKtXgwO0oxm28YwKOiu.jpg'}","12500000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://thestrangers2018.com/","371608","tt1285009","en","The Strangers: Prey at Night","A family???s road trip takes a dangerous turn when they arrive at a secluded mobile home park to stay with some relatives and find it mysteriously deserted. Under the cover of darkness, three masked psychopaths pay them a visit to test the family???s every limit as they struggle to survive.","13.6","/vdxLpPsZkPZdFrREp7eSeSzcimj.jpg","[{'id':63443,'logo_path':'/iKm40tfw3Hxaz7mUubWrdbApUJV.png','name':'The Fyzz Facility','origin_country':'GB'},{'id':102836,'logo_path':'/yufyiqVExMPSItHESOJHj1ii7BW.png','name':'Aviron Pictures','origin_country':''},{'id':102837,'logo_path':null,'name':'White Comet Films','origin_country':''},{'id':32554,'logo_path':null,'name':'Bloom','origin_country':'US'},{'id':134,'logo_path':null,'name':'Rogue Pictures','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-03-07","24586708","85","[{'iso_639_1':'en','name':'English'}]","Released","Let us prey","The Strangers: Prey at Night","false","5.4","560" +"false","/5k5QphHPMQqWpcodNVuWBZuXZyD.jpg","{'id':48188,'name':'Poison Ivy Collection','poster_path':'/b6kT8PNdIw3sxpahpZQP5l2DQTR.jpg','backdrop_path':'/ltqk4frjTxzjHIkeLxchNSqVJdW.jpg'}","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':53,'name':'Thriller'}]","","18220","tt0114151","en","Poison Ivy 2: Lily","A young and naive college art student becomes obsessed with assuming the identity and personality of a departed coed who used to live in her room, and in so doing causes complications that result in two men, a student and her art professor, lusting after her.","8.031","/4PHKqg4kv39m6RGP2QTwTo2dbiY.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':17067,'logo_path':null,'name':'CineTel Pictures','origin_country':'US'},{'id':17068,'logo_path':null,'name':'MG Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-01-16","0","106","[{'iso_639_1':'en','name':'English'}]","Released","Passion. Seduction. Betrayal. Lily wanted to be just like Ivy.","Poison Ivy 2: Lily","false","4.7","49" +"false","/uQqQvmptJLPTcWDrZXn22p7j7s3.jpg","null","30000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","https://www.deathwish.movie/","395990","tt1137450","en","Death Wish","A mild-mannered father is transformed into a killing machine after his family is torn apart by a violent act.","20.661","/7FG13lLQcV9DC2Bhn0hjxc6AFXV.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'},{'id':102500,'logo_path':'/4kHox5M7GpwQntsKEsfR7vljwv0.png','name':'Cave 76 Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-03-02","34017028","107","[{'iso_639_1':'en','name':'English'}]","Released","How Far Would You Go To Protect Your Family?","Death Wish","false","5.8","1099" +"false","/srJ0ZUKSejivt2bAboLIJ6IihUB.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://roadsideattractions.com/filmography/beatriz-at-dinner/","429107","tt5929750","en","Beatriz at Dinner","Beatriz, an immigrant from a poor town in Mexico, has drawn on her innate kindness to build a career as a health practitioner. Doug Strutt is a cutthroat, self-satisfied billionaire. When these two opposites meet at a dinner party, their worlds collide, and neither will ever be the same.","6.185","/obOhjpLQ720cdJMdhprOLBMrJI1.jpg","[{'id':1422,'logo_path':'/aG7LGucYWmsrsEwnDN1HnUGfVmK.png','name':'Killer Films','origin_country':'US'},{'id':13240,'logo_path':'/aTc07YaNHo8WNgkQSnvLmG6w4nW.png','name':'Bron Studios','origin_country':'CA'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-06-09","7","83","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","She was invited, but she's not welcome.","Beatriz at Dinner","false","5.8","97" +"false","/h7rVQXnxwdwrNVsoAWWB0fHyQ6u.jpg","null","0","[{'id':18,'name':'Drama'}]","","113629","tt0065173","fr","Le Vent d'est","Wind From the East is a product of Jean-Luc Godard's involvement, during the late 60s and early 70s, with a collective filmmaking experiment known as the Dziga Vertov Group. The film is, typically of the films he made during this period, about ideas and simultaneously about how best to express those ideas through the medium of film. The film deals with the situation of a strike and, during its first half, methodically analyzes the different components of the strike: the workers, the radical students who encourage the strike while not quite being able to communicate in the same terms as the workers, the union delegates and other middlemen who preach moderation and compromise, the employers who demand the immediate resumption of work, the police state that suppresses the strike on behalf of capitalism.","1.4","/1TUczDb6IdQzdxAUDH58FgmEx9S.jpg","[]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'IT','name':'Italy'}]","1970-08-19","0","100","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Wind from the East","false","7.5","4" +"false","/vgA5DDoA9qhiW1CDuZWMkVUAmJc.jpg","null","0","[{'id':18,'name':'Drama'}]","","293425","tt0066006","it","Lotte in Italia","The film reveals how and why a supposedly revolutionary Italian girl has in fact fallen prey to bourgeois ideology.","1.37","/tIwEsijHyeEo5DOeTOIf48mTQP8.jpg","[]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'IT','name':'Italy'}]","1971-04-29","0","62","[{'iso_639_1':'it','name':'Italiano'}]","Released","","Struggle in Italy","false","6.9","7" +"false","","null","0","[{'id':27,'name':'Horror'},{'id':12,'name':'Adventure'}]","","29407","tt0071415","es","El Mariscal del infierno","An evil ruler uses witchcraft and evil spirits to keep his subjects in line, but the his reign of terror prompts the people to revolt.","0.6","/39ZpXa0Q5gA0MBXV9d6PhwTmjOs.jpg","[{'id':82531,'logo_path':null,'name':'Orbe Producciones','origin_country':''},{'id':4948,'logo_path':null,'name':'Profilmes','origin_country':''}]","[{'iso_3166_1':'AR','name':'Argentina'},{'iso_3166_1':'ES','name':'Spain'}]","1974-01-01","0","95","[{'iso_639_1':'es','name':'Espa??ol'}]","Released","","Devil's Possessed","false","0","0" +"false","/9By2Nin3aqVyzSIXCGwy9P3XsQx.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'},{'id':36,'name':'History'}]","https://www.altrofilm.it/","477278","tt4656810","en","The Broken Key","In a near future, due to the effects of an uncompromising law on the eco-sustainability of supports, paper has become a rare item, a luxury possession, controlled by the ""Big Z"": Zimurgh Corporation.","1.186","/vUtByH0xkohACU93yHtMhuGhZ7S.jpg","[{'id':98623,'logo_path':null,'name':'L'Altrofilm','origin_country':''},{'id':104852,'logo_path':null,'name':'Torino Film Production','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'}]","2017-11-16","0","120","[{'iso_639_1':'en','name':'English'}]","Released","","The Broken Key","false","3.4","14" +"false","/m4nLaQmnppjbxozI55OHtda5rOl.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","","302960","tt4215766","en","Scooby-Doo! Moon Monster Madness","It's one giant step for dog-kind as Scooby-Doo and the Gang blast off for an epic, other-worldly adventure in this all-new original movie! After winning the last 5 seats in a lottery, Scooby-Doo, Shaggy, Fred, Daphne and Velma are off to space in billionaire Sly Baron's brand new ship, the Sly Star One. It's all gravity-free fun until a mysterious alien begins destroying the ship! As the ship breaks down, the crew is forced to land on Sly Baron's base... on the dark side of the moon! Will the gang unravel this alien mystery? Will Scooby-Doo and Shaggy find snacks on the moon? Will Fred ever take his space helmet off?! Journey to the outer limits with Scooby-Doo to find out!","3.316","/9YV8Z7SYyFbJl85CgKsawgN9yTh.jpg","[{'id':2786,'logo_path':'/WkipqT3yVydHqKbS7lAMod9hc8.png','name':'Warner Home Video','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-02-17","0","72","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'no','name':'Norsk'},{'iso_639_1':'sv','name':'svenska'}]","Released","","Scooby-Doo! Moon Monster Madness","false","6.3","33" +"false","/goPW1ELr5Q0u6Hfc7eGzMeyArk3.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://www.beherenowfilmcomingsoon.com/","339158","tt2473476","en","Be Here Now","An inspiring feature documentary and love story, about the overnight sensation, actor and international sex symbol, Andy Whitfield, who put the same determination and dedication that he brought to his lead role in ""Spartacus"" into fighting life-threatening cancer.","2.828","/lOSmCfNnJOcM6BYnTB16OnJAhcP.jpg","[{'id':29474,'logo_path':null,'name':'Silver Lining Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-06-13","0","100","[{'iso_639_1':'en','name':'English'}]","Released","","Be Here Now","false","8.6","38" +"false","/oiKmO7TYehL3EBzK0GQT0e7Xh7I.jpg","null","825000","[{'id':18,'name':'Drama'},{'id':10751,'name':'Family'},{'id':878,'name':'Science Fiction'},{'id':14,'name':'Fantasy'}]","http://www.timechangermovie.com/","45767","tt0295725","en","Time Changer","The year is 1890 and Bible professor Russell Carlisle has written a new manuscript entitled ""The Changing Times"". His colleague, Dr. Norris Anderson, believes that what Carlisle has written could greatly affect the future of coming generations and, using his secret time machine, Anderson sends Carlisle over 100 years into the future, offering him a glimpse of where his beliefs will lead.","1.312","/A9JUEe113Pgdvtwdz02eIBumjZj.jpg","[{'id':5302,'logo_path':null,'name':'Christiano Film Group','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-10-25","0","95","[{'iso_639_1':'en','name':'English'}]","Released","Time Will Tell!","Time Changer","false","5.2","18" +"false","/ma1VD3qH79Vpywfiv6SMnq1xWMF.jpg","null","0","[{'id':27,'name':'Horror'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.sorrowthemovie.com/","337879","tt2140423","en","Sorrow","A couple of depraved killers find themselves in a different situation when the survivor takes matters into her own hands","1.242","/u26B5BctcjKaY3kQwWRtSyyJmTW.jpg","[{'id':52360,'logo_path':null,'name':'Films V??rit?? Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-04-21","0","91","[{'iso_639_1':'en','name':'English'}]","Released","Every Good Feeds on Evil","Sorrow","false","5.5","4" +"false","/6vYk1bkYuARt5GOIxZkunKNvY8c.jpg","null","1800000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","440345","tt5451640","en","Secrets of Deception","After a man discovers his young wife is cheating on him with a neighborhood boy, he goes down a dangerous path of revenge & destruction.","1.084","/e3yGTDKDEfLlE4Hf0fH3YuRcNyx.jpg","[{'id':86266,'logo_path':null,'name':'Webstar Productions','origin_country':''},{'id':86267,'logo_path':null,'name':'Webber Films','origin_country':''},{'id':86268,'logo_path':null,'name':'DejaView Films','origin_country':''},{'id':86269,'logo_path':null,'name':'History In The Making Entertainment','origin_country':''},{'id':86270,'logo_path':null,'name':'Leading Lobos','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-02-07","0","76","[{'iso_639_1':'en','name':'English'}]","Released","Some things are better left unknown","Secrets of Deception","false","7","3" +"false","/ijpvcY138IqXIYLadDEp8Pe186g.jpg","null","60000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.stockholmlapelicula.com/","185738","tt2380207","es","Stockholm","The story of the encounter between a boy and a girl. He confesses that he fell in love with her at first sight, but she does not believe him. However, as they walk through the night in Madrid, they share their desires, secrets, and maybe a few little lies. But soon the film brings us back to the harsh reality of power struggles, psychological games and conflicts between the sexes. Stockholm thus offers an incredible reading of the relations between young people today.","2.477","/72Kl7ve97Uwrgjnpia30VzfwtFM.jpg","[{'id':21736,'logo_path':null,'name':'Caballo Films','origin_country':''},{'id':21737,'logo_path':null,'name':'Tourmalet Films','origin_country':''}]","[{'iso_3166_1':'ES','name':'Spain'}]","2013-04-25","50000","90","[{'iso_639_1':'es','name':'Espa??ol'}]","Released","","Stockholm","false","6.9","38" +"false","/iEeR1Ezr0rIviKHOfOWDsvycUxc.jpg","null","0","[{'id':18,'name':'Drama'}]","","183361","tt1711016","en","Caroline and Jackie","A woman turns her sister's belated birthday celebration into an intervention, but as events unfold, it becomes unclear which sibling needs the most help.","0.6","/flC2O1aqEbbqRj5pWmIKPUu1gdd.jpg","[{'id':60500,'logo_path':null,'name':'Deanland Studios','origin_country':''},{'id':60501,'logo_path':null,'name':'Blueberry Films','origin_country':''},{'id':89115,'logo_path':'/zQwTHJVIruUlGsa7zIdfXuSm9GG.png','name':'Divide / Conquer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-05-03","0","84","[{'iso_639_1':'en','name':'English'}]","Released","A movie about adulation and malice.","Caroline and Jackie","false","6.5","2" +"false","/yrgQSfbS0R8i6GTL9bbuGLT3M0V.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","https://www.aaathefilm.com","410596","tt4615318","en","Access All Areas","Four runaway teenagers are catapulted on a wild and uplifting road trip out of the city and across the water to a magical island music festival.","1.908","/z6sp8uc8IuM4ejiTDhVsMDzE9a8.jpg","[{'id':104816,'logo_path':null,'name':'Camden Film Co.','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-10-20","0","94","[{'iso_639_1':'en','name':'English'}]","Released","It's never just a gig","Access All Areas","false","6.5","7" +"false","/oTNBxC679MT0RJl0rmV1x65X6PA.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://level33entertainment.com/1_Night.html","416691","tt4126694","en","1 Night","Thirty-something Elizabeth must decide whether to salvage her disappointing relationship with Drew. Meanwhile, Bea, a worrisome teenager, reconnects with her introverted childhood friend, Andy, at their high school prom. Past and present collide as two couples explore love over the course of one night at a hotel.","5.939","/geYX4v0Jy3PvzFei8QL1educKxh.jpg","[{'id':82475,'logo_path':null,'name':'Meridian Content','origin_country':''},{'id':74954,'logo_path':null,'name':'Sorrento Productions','origin_country':'US'},{'id':86407,'logo_path':null,'name':'Canosa Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-02-10","0","80","[{'iso_639_1':'en','name':'English'}]","Released","Love can happen at any time.","1 Night","false","6.4","98" +"false","/7oy4miyq4WYYy0xtX6lbNVPrEsr.jpg","null","0","[{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","https://www.hbo.com/movies/fahrenheit-451","401905","tt0360556","en","Fahrenheit 451","In an oppressive future, a 'fireman' whose duty is to destroy all books begins to question his task.","11.435","/urH9H50gKbUK8U6qTVd89SLQPjx.jpg","[{'id':7429,'logo_path':'/6in9uMqxXEHx5XgYgkeRBpZ4rPw.png','name':'HBO Films','origin_country':'US'},{'id':109523,'logo_path':null,'name':'Brace Cove Productions','origin_country':''},{'id':10944,'logo_path':null,'name':'Noruz Films (I)','origin_country':''},{'id':102334,'logo_path':null,'name':'Outlier Society Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-05-19","0","100","[{'iso_639_1':'en','name':'English'}]","Released","Knowledge is a dangerous thing","Fahrenheit 451","false","5.4","326" +"false","/5MoRgksDShYqONKfVqX3ZDYmvtK.jpg","null","8000000","[{'id':28,'name':'Action'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","","11607","tt0097179","en","DeepStar Six","The crew of an experimental underwater nuclear base are forced to struggle for their lives when their explorations disturb a creature who threatens to destroy their base.","6.414","/vLY0zwabldQLGfN3cXv8mE1XSRM.jpg","[{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'},{'id':275,'logo_path':'/2MxNWlN5b3UXt1OfmznsWEQzFwq.png','name':'Carolco Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-01-13","8143225","105","[{'iso_639_1':'en','name':'English'}]","Released","Not All Aliens Come From Space. Save Your Last Breath... To Scream.","DeepStar Six","false","5.2","93" +"false","/jgCbe0bl2aZ7phgyd5wzSxsoxUW.jpg","null","2962051","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","549","tt0115632","en","Basquiat","The brief life of Jean Michel Basquiat, a world renowned New York street artist struggling with fame, drugs and his identity.","6.44","/8hA5Fp1tl1MTKHfek8xgOmPDmrJ.jpg","[{'id':93380,'logo_path':null,'name':'Eleventh Street Production','origin_country':''},{'id':93381,'logo_path':null,'name':'Jon Kilik','origin_country':''},{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-08-09","3011195","108","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","In 1981, A Nineteen-Year-Old Unknown Graffiti Writer Took The New York Art World By Storm. The Rest Is Art History.","Basquiat","false","6.8","145" +"false","/k05eAsMK9XRp6rTH3wXKCW1fx1m.jpg","null","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","3210","tt0062159","en","The Projected Man","Matter-transmitter sabotage leaves a British scientist (Bryant Halliday) disfigured and full of amps.","1.384","/7syUKUsjeAFhg44Zs8LEyv2ABD6.jpg","[{'id':1361,'logo_path':null,'name':'Compton Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1966-01-01","0","77","[{'iso_639_1':'en','name':'English'}]","Released","Horror of Horrors!","The Projected Man","false","3.5","8" +"false","/taD7rT1ZFjGKcJlcaeDGifvd35D.jpg","null","0","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","403368","tt3424690","en","Havenhurst","A troubled young woman takes up residence in a gothic apartment building where she must confront a terrifying evil.","3.901","/bXJt4mSbDcp7N08zePZuOSUZhFm.jpg","[{'id':2061,'logo_path':'/o9LbN33hRaj4qcebUv1bikyXeoB.png','name':'Twisted Pictures','origin_country':'US'},{'id':38538,'logo_path':null,'name':'Protocol Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-08-22","0","80","[{'iso_639_1':'en','name':'English'}]","Released","Evil Lives Here","Havenhurst","false","5","61" +"false","/9t6CDGvs87B4q0Tr5dn7kfuxUWU.jpg","null","6000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","53922","tt0082138","en","Carbon Copy","A white corporate executive is surprised to discover that he has a black teen-age son who can't wait to be adopted into the, almost-exclusively-white community of, San Marino, California.","1.502","/gFmDrQ3yHENKHhfk3LH1wClhN14.jpg","[{'id':80474,'logo_path':null,'name':'First City Features Ltd.','origin_country':''},{'id':16593,'logo_path':null,'name':'Hemdale','origin_country':''},{'id':6,'logo_path':'/n53F7K9scQWFXYbrCablqLKqJdp.png','name':'RKO Radio Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1981-08-06","9566593","92","[{'iso_639_1':'en','name':'English'}]","Released","I lost my job, my house and my Rolls Royce; My family left me...What else can possibly go wrong?","Carbon Copy","false","5.8","22" +"false","/n2hwCpEvSKce8xaH0I32yJU84OV.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':9648,'name':'Mystery'}]","","38649","tt0071278","en","Caravan to Vaccar??s","American Neil Bowman is traveling through France when he meets British photographer Lila. They are hired by French land owner Duc de Croyter to escort a Hungarian scientist to New York. But they soon realize that the job is not a cushy number, and have to deal with a gang of kidnappers who will stop at nothing to get their hands on the scientist","1.15","/89aAMZlFXk4ICBBbp0HLwy5Fg2O.jpg","[{'id':104766,'logo_path':null,'name':'Geoffrey Reeve Productions','origin_country':''},{'id':104767,'logo_path':null,'name':'Societe Nouvelle Prodis','origin_country':''},{'id':104768,'logo_path':null,'name':'Crowndale Holdings Ltd.','origin_country':''},{'id':104769,'logo_path':null,'name':'Rank Film (UK)','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'}]","1974-08-08","0","98","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","There are 30,000 gypsies living at Vaccar??s...and they can all go to HELL","Caravan to Vaccar??s","false","6","2" +"false","/5X7SmFFkaIpJqeApaxelvFirnNF.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","460059","tt6340604","en","Burn Out","Tony, a promising young motorcycle racer, is forced to do perilous drug runs to save the mother of his child from a dangerous mobster.","11.328","/3LeFOvzjZuIC7cQiXDeSIy1ym7a.jpg","[{'id':3416,'logo_path':null,'name':'Sombrero Films','origin_country':''},{'id':3304,'logo_path':'/bCSghIiBAsM2KPOeMTb61hu39Yo.png','name':'WY Productions','origin_country':'FR'},{'id':49068,'logo_path':null,'name':'24 25 Films','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'}]","2018-01-03","0","107","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Burn Out","false","6.7","73" +"false","/nEGE4ZTH6Igje4SpMhmU0JIyck9.jpg","null","0","[{'id':27,'name':'Horror'}]","","30855","tt0068502","en","Dr Jekyll & Sister Hyde","In foggy London Dr Jekyll experiments on newly deceased women determined to discover an elixir for immortal life. Success enables his spectacular transformation into the beautiful but psychotic Sister Hyde who stalks the dark alleys of Whitechapel for young, innocent, female victims, ensuring continuation of the bloodstained research. With each transformation Sister Hyde becomes the more dominant personality, determined to eventually suppress the frail, ineffectual Dr Jekyll forever.","1.492","/pU3ZqO4apJU9xdVCmlI2Q9fV55t.jpg","[{'id':1314,'logo_path':'/gQBluDqe6dc2ZdzfJbabEHoSGoG.png','name':'Hammer Film Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1971-10-17","0","97","[{'iso_639_1':'en','name':'English'}]","Released","PARENTS: Be sure your children are sufficiently mature to witness the intimate details of this frank and revealing film.","Dr Jekyll & Sister Hyde","false","6.3","30" +"false","/fj0Q9lkY2xfky789a7jHeZfR34e.jpg","null","0","[{'id':80,'name':'Crime'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","456897","tt4866214","en","Mind and Machine","In the near future where humanoid robots are common in society, the mob reprograms a female android to think and feel in order to use it as a contract killer. This has dangerous consequences as she develops a relationship with her creator while also slowly becoming a murderous psychopath.","0.6","/p4lcadrqVzEHae7GX1yqgC8obz1.jpg","[{'id':102449,'logo_path':null,'name':'Trace of Darkness Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-03-26","0","70","[{'iso_639_1':'en','name':'English'}]","Released","Programmed to feel. Trained to kill.","Mind and Machine","false","4.8","4" +"false","/1kP6G3VrSgswsey0vJ4cGH2Kv0f.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'}]","http://www.lane1974film.com/","438461","tt4135326","en","Lane 1974","At 13 years old and the eldest of three kids, Lane struggles to keep her family together as her iconoclast mother moves without warning through the communes and dusty back woods of Northern California.","1.336","/jYsSUehNOwIzLhO7dP3f3tGGkER.jpg","[{'id':94996,'logo_path':null,'name':'Pressing Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-03-11","0","79","[{'iso_639_1':'en','name':'English'}]","Released","","Lane 1974","false","8","5" +"false","/vehxeA5wtkNc90yKU4J9kAxst69.jpg","null","1000000","[{'id':18,'name':'Drama'}]","","525102","tt8362516","en","Girl Lost","Girl Lost tackles the issue of underage prostitution as told through the eyes of a wayward teen. Groomed by her own mother to work in the underbelly of Los Angeles, the young girl struggles to survive in this dark world.","2.167","/hhsVJLyp8OEUEstX60Pu2qCWaIp.jpg","[{'id':104747,'logo_path':null,'name':'Leslin Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-05-01","0","95","[{'iso_639_1':'en','name':'English'}]","Released","","Girl Lost","false","4.1","54" +"false","/ttT049bzh2wM4h7b0iE3fhqtfSJ.jpg","null","0","[{'id':35,'name':'Comedy'}]","http://www.firstperiodmovie.com/","256199","tt2508258","en","First Period","New girl Cassie (Brandon Alexander III) and outcast Maggie (Dudley Beene) are easily the most awkward girls in high school. Together, they decide the way to win the hearts of the cute boys and popular girls is to come in first at the school talent show. But rivals Heather, Other Heather, and their popular boyfriends Brett and Dirk will stop at nothing to keep our heroes the laughing stock of the school. It's going to take makeovers, courage, and maybe even a little rapping to beat them in true 80s style.","1.38","/2bDGH2vyUlLDNaNtrQmMJEqUS8s.jpg","[]","[]","2013-07-27","0","100","[{'iso_639_1':'en','name':'English'}]","Released","","First Period","false","7.1","8" +"false","/7Ml27h9e0rmcUZ8qelW0KVEoebz.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","https://www.facebook.com/balumahi.official/","438783","tt5370442","ur","Balu Mahi","When a young man crashes the wrong wedding, the bride seizes the opportunity to make a run for it and together they attempt to evade her overbearing grandfather.","1.629","/ob9SzdM3AbxVCkaAlsq9SnKA19f.jpg","[]","[{'iso_3166_1':'PK','name':'Pakistan'}]","2017-02-10","0","","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ur','name':'????????'}]","Released","","Balu Mahi","false","7.5","4" +"false","/Aj1ltmVeGfUmYcPe5DeXS5Xhwqs.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","525097","tt5932502","en","The Pale Man","A teachers assistant, trapped in a small town with a strange illness, takes on a local missing persons case aided by a Pale Man down the hall.","1.383","/bgukGgxc3CkKpT9uYjgYzraCrVN.jpg","[{'id':91560,'logo_path':null,'name':'Forever Safe Productions','origin_country':''},{'id':104725,'logo_path':null,'name':'S2 Digital Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-06-06","0","98","[{'iso_639_1':'en','name':'English'}]","Released","","The Pale Man","false","3.4","5" +"false","/lbmw6KlWMK4SmqjBrjA8Bjas0ui.jpg","{'id':168545,'name':'Sometimes They Come Back Collection','poster_path':'/xUYmwrjZf3nDia70rCyPmAMMJhs.jpg','backdrop_path':'/uDTb04NC2UY3a6QEDZIG4Mhh6f2.jpg'}","3000000","[{'id':27,'name':'Horror'}]","","27770","tt0117692","en","Sometimes They Come Back... Again","Jon Porter returns to his hometown after the sudden and bizarre death of his mother. He hopes to leave as soon as the funeral is over but it's too late. The sinister forces that caused his sister's brutal murder 30 years ago are back. Jon knows the nightmare can't continue. He must stand up to his fear and exorcise the demons who have risen again to take posession of his beautiful teenage daughter - body and soul.","4.259","/1AP3E6kGBt4MLMwPZCh3FpmSane.jpg","[{'id':4063,'logo_path':null,'name':'Trimark Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-09-03","0","98","[{'iso_639_1':'en','name':'English'}]","Released","True evil never dies.","Sometimes They Come Back... Again","false","4.6","46" +"false","/ohYM3OzKyNOvEo5SyMTYbp4Dw3k.jpg","null","0","[{'id':35,'name':'Comedy'}]","http://www.findingsofia.com/","418143","tt4323572","en","Finding Sofia","A conflicted animation filmmaker travels to Argentina chasing after a girl he met online, only to end up living with her and her intimidating boyfriend on an isolated island on the outskirts of Buenos Aires.","0.6","/nppUqjwIfCM81pw6xSHflsThjH0.jpg","[{'id':104752,'logo_path':null,'name':'1stAveMachine','origin_country':''}]","[{'iso_3166_1':'AR','name':'Argentina'},{'iso_3166_1':'US','name':'United States of America'}]","2016-04-19","0","112","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","","Finding Sofia","false","6.8","4" +"false","/dm86y5UO6ti5y7cOGmlKXUOEib9.jpg","null","0","[{'id':35,'name':'Comedy'}]","","213983","tt3118696","en","Club Sandwich","While vacationing at a beachside resort, a single mother faces inevitable separation anxiety when her 15-year-old son ??? who is also her best friend ??? discovers magical chemistry with a girl his own age.","1.173","/69jTDK3HTnsNN759bM9qixLxbR3.jpg","[]","[{'iso_3166_1':'MX','name':'Mexico'}]","2013-09-05","0","82","[{'iso_639_1':'es','name':'Espa??ol'}]","Released","","Club Sandwich","false","6","13" +"false","/cOJQl06smNyNZKLf190TNJ1Y1ni.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://www.seepictures.net/flammable-children","454033","tt5473090","en","Swinging Safari","1975: A 200-ton blue whale gets washed up on a local beach and the kids think it???s the biggest thing that???s ever happened in Australia. Behind closed doors, the Mums and Dads of a quiet suburban street are going to celebrate in their own special way, by joining the sexual revolution and throwing a wife-swapping key party. And like the rotting whale, it???s all about to go spectacularly wrong.","2.967","/zs9wcNHidBPhcTmiWzXuFam823v.jpg","[{'id':2857,'logo_path':null,'name':'Wildheart Films','origin_country':''},{'id':25231,'logo_path':'/q8aYQQd4eILlcgucbTPNu0o8Gte.png','name':'See Pictures','origin_country':'AU'}]","[{'iso_3166_1':'AU','name':'Australia'}]","2018-01-18","0","97","[{'iso_639_1':'en','name':'English'}]","Released","Staying alive was harder than you think.","Swinging Safari","false","6.1","13" +"false","/6ffq9aULqki0prKAENVExcViWOZ.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","http://syndicatesevenfilms.com/gonetomorrow/","517581","tt3899070","en","Gone Tomorrow","Five years after taking the fall for his younger brother, a tormented ex-con flees parole to find his kidnapped baby niece. One step ahead of the police, and one behind an unraveling criminal syndicate, he must once again sacrifice everything in the name of family.","0.637","/8Ns1pT7SIQuAVfdM7V2G32w2T6c.jpg","[{'id':104761,'logo_path':null,'name':'Syndicate Seven Films','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2015-09-11","0","90","[{'iso_639_1':'en','name':'English'}]","Released","No loose ends in a circle","Gone Tomorrow","false","6","1" +"false","/kZ4TwTdBSoNnxgNCrbWkh8kOf0a.jpg","null","0","[{'id':18,'name':'Drama'}]","","89494","tt0066532","en","Vladimir et Rosa","Jean-Luc Godard's and Jean-Pierre Gorin's interpretation of the Chicago Eight / Chicago Seven trial, which followed the 1968 Democratic National Convention protest activities. Judge Hoffman becomes the character Judge Himmler (played by Ernest Menzer) and the defendants become a microcosms of the French Revolution.","1.789","/lGFgdelChppXZibbg2ZD3HRrMd0.jpg","[]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'}]","1971-04-16","0","106","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Vladimir and Rosa","false","6.6","5" +"false","/elgoI9xk6gEyqLgT7iyTwmYgLUF.jpg","{'id':71458,'name':'3 Ninjas Collection','poster_path':'/cApZ5GwwzMsA991J6uAOb52Js0s.jpg','backdrop_path':null}","0","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","40508","tt0112255","en","3 Ninjas Knuckle Up","Rocky, Colt and TumTum must battle an evil wealthy toxic waste dumper in order to save a local Indian tribe and their friend Joe. The 3 Ninjas must help find Joe's father and find a secret disk that contains evidence that could stop the toxic landfill that is destroying the Indian community. However the town is owned by the rich man and he controls the police and even the mayor. They must fight a motorcycle gang and renegade cowboys in this non-stop ninja adventure.","4.066","/bd9if2VRAxBrXxkhT28hXMiusY1.jpg","[{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-04-07","413479","85","[{'iso_639_1':'en','name':'English'}]","Released","Tum Tum, Colt and Rocky are back for all new non-stop Ninja action!","3 Ninjas Knuckle Up","false","4.5","68" +"false","/q4yJiu2mDREKUSQG6XFs3V6oiA2.jpg","{'id':458697,'name':'Macon County Collection','poster_path':'/3ggOP07SN0n4b6oMvUkqmc3mpzo.jpg','backdrop_path':'/v6xQys1iU1JxclyegbehQqQhJkT.jpg'}","225000","[{'id':18,'name':'Drama'}]","","42450","tt0071788","en","Macon County Line","A vengeful Southern sheriff is out for blood after his wife is brutally killed by a pair of drifters. Low-budget film set in Georgia in 1953 and based on fact.","1.97","/tWtSmJIjfEkQ5lej6wZAOp23JPS.jpg","[{'id':50976,'logo_path':null,'name':'Max Baer Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1974-08-08","18000000","89","[{'iso_639_1':'en','name':'English'}]","Released","They're on the bad side of the wrong man.","Macon County Line","false","5.9","8" +"false","/bPTlxAZBJXMDZ13A1oVfZNpW2mk.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","29817","tt0077534","en","Fairy Tales","On his twenty-first birthday, the Prince goes on a quest that takes him across the land searching for the one woman that gets him sexually excited, Princess Sleeping Beauty.","1.999","/oCP30w2zPmwwdOmxpoo8ju7UAzS.jpg","[{'id':1295,'logo_path':null,'name':'Charles Band Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1978-08-01","0","82","[{'iso_639_1':'en','name':'English'}]","Released","Some Day Your Prince Will Come. A lusty, rowdy spoof of all your favorite fairy tales!","Fairy Tales","false","5.3","9" +"false","/7vR0frpPSBhToKKESNfnPfDTY8y.jpg","null","4480393","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","340674","tt1901024","en","Dark Crimes","A Polish detective becomes suspicious of a controversial author when the incidents described in his unpublished novel resemble the inner workings of an unsolved murder.","11.834","/bEwK1r4pmJ9huEjqrZf73NXJvFy.jpg","[{'id':41624,'logo_path':'/wzKxIeQKlMP0y5CaAw25MD6EQmf.png','name':'RatPac-Dune Entertainment','origin_country':'US'},{'id':104709,'logo_path':null,'name':'Gerson Film','origin_country':''},{'id':53634,'logo_path':null,'name':'InterTitle Films','origin_country':''},{'id':6477,'logo_path':'/tn6i5FOfcfCrYR3zviZVvYdolwu.png','name':'Opus Film','origin_country':'PL'},{'id':93409,'logo_path':null,'name':'Some Kind of Garden','origin_country':''},{'id':76992,'logo_path':'/mw3j3P8SUQJKLSJQrLKuSDO9Xr6.png','name':'Saban Films','origin_country':'US'},{'id':85283,'logo_path':null,'name':'Los Angeles Media Fund (LAMF)','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'PL','name':'Poland'}]","2018-05-18","0","93","[{'iso_639_1':'en','name':'English'}]","Released","It takes a dark mind to solve a twisted crime","Dark Crimes","false","4.5","132" +"false","/hjVDz5AsqBj5F7vM3OhlYOf2y5v.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'},{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","","13440","tt0270707","en","The Truth About Charlie","The Truth About Charlie is a 2002 remake of the 1963 film Charade (which starred Cary Grant and Audrey Hepburn). It is also an homage to Fran??ois Truffaut's Shoot the Piano Player and that film's star Charles Aznavour appeared as himself and sang his song ""Quand tu m'aimes"" (English version).","4.064","/6n9t6L61RqIPncwD8wkkhIkay0n.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2002-10-25","0","104","[{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","The Truth About Charlie","false","4.8","71" +"false","/36bUqxQYAsPTYCfVjrcxecGqMZr.jpg","null","23000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","746","tt0093389","en","The Last Emperor","A dramatic history of Pu Yi, the last of the Emperors of China, from his lofty birth and brief reign in the Forbidden City, the object of worship by half a billion people; through his abdication, his decline and dissolute lifestyle; his exploitation by the invading Japanese, and finally to his obscure existence as just another peasant worker in the People's Republic.","12.051","/KTirnfG6FZLKWbm8Am3EEKmZDx.jpg","[{'id':469,'logo_path':null,'name':'Hemdale Film Corporation','origin_country':''},{'id':470,'logo_path':null,'name':'Recorded Pictures Company','origin_country':''},{'id':472,'logo_path':null,'name':'Soprofilms','origin_country':''},{'id':473,'logo_path':null,'name':'TAO Film','origin_country':''},{'id':474,'logo_path':null,'name':'Yanco','origin_country':''}]","[{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'GB','name':'United Kingdom'}]","1987-10-21","43984230","163","[{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'}]","Released","He was the Lord of Ten Thousand Years, the absolute monarch of China. He was born to rule a world of ancient tradition. Nothing prepared him for our world of change.","The Last Emperor","false","7.6","634" +"false","/qOI4XyswCX3oFVoTND8DxyVn1pM.jpg","null","6000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","38558","tt0096087","en","Shakedown","When a local drug dealer shoots a dishonest cop in self-defense, lawyer and renegade undercover cop join forces to clear him. But when their investigation leads them into a maze of greed and corruption, they learn that in a town where everything is for sale, anything can happen.","1.806","/dYrW6T0TZMgGmoSoKKRDIstdF0s.jpg","[{'id':16636,'logo_path':null,'name':'Shapiro-Glickenhaus Entertainment','origin_country':''},{'id':104668,'logo_path':null,'name':'Blue Jean Cop','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-05-06","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Whatever you do... don't call the cops!","Shakedown","false","6","23" +"false","/veukYwYGujO4s312SNMr6iyqbxM.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':10770,'name':'TV Movie'}]","http://www.hallmarkmoviesandmysteries.com/an-uncommon-grace","437517","tt6173488","en","An Uncommon Grace","An army nurse returning from Afghanistan discovers her purpose in a rural Ohio farm community, along with a deep connection with a neighbor whose conservative Amish sect strictly forbids relationships with those outside his church community.","1.884","/cvd2YEYbhU6EYnnfRH2qZpFE2Fm.jpg","[{'id':93287,'logo_path':null,'name':'American Cinema Inspires','origin_country':''},{'id':93288,'logo_path':null,'name':'Horse & Buggy Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-02-12","0","90","[{'iso_639_1':'en','name':'English'}]","Released","She left for war; he brought her back home","An Uncommon Grace","false","6.3","11" +"false","/yZjbReSRgTGf5IZPmwpecPgm1Z1.jpg","{'id':71458,'name':'3 Ninjas Collection','poster_path':'/cApZ5GwwzMsA991J6uAOb52Js0s.jpg','backdrop_path':null}","6500000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","16314","tt0103596","en","3 Ninjas","Each year, three brothers Samuel, Jeffrey and Michael Douglas visits their Japanese grandfather, Mori Shintaro whom the boys affectionately refer to as Grandpa, for the summer. Mori is a highly skilled in the fields of Martial arts and Ninjutsu, and for years he has trained the boys in his techniques. After an organized crime ring proves to be too much for the FBI, it's time for the 3 brother NINJAS! To use their martial arts skills, they team up to battle the crime ring and outwit some very persistent kidnappers!","6.85","/fhGyCrKke6KImUQtprqsICYHnkX.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-08-07","29000301","84","[{'iso_639_1':'en','name':'English'}]","Released","Crosses Teenage Mutant Ninja Turtles and Home Alone!","3 Ninjas","false","5.6","188" +"false","/A8IeNzUtSiDKkZc4ddfb9oehjj3.jpg","null","375000","[{'id':18,'name':'Drama'}]","","75752","tt0055534","en","Too Late Blues","Ghost is an idealogical musician who would rather play his blues in the park to the birds than compromise himself.","1.631","/1t4csH1AuMxVLBhIdEoIcwZ9fRT.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1961-11-01","0","103","[{'iso_639_1':'en','name':'English'}]","Released","The Bold Story Of A Man Caught Between Two Strange Loves!","Too Late Blues","false","6.7","14" +"false","/wAEeD8gMtXY6DXnsHGnFSoAz3YC.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","36236","tt0061037","it","Le streghe","Five short stories loosely dealing with the roles of women in society. A superstar actress travels to a mountain resort, only to evoke jealousy from women and lust from men. A woman offers to take an injured man to the hospital. A widowed father and his son seek for a new wife/mother. A man seeks revenge for a woman's honor. A bored housewife tries to explain to her husband that he's not as romantic as he used to be.","1.671","/c4MkRbvhYPywQVDhf8g61Qsyo27.jpg","[{'id':64,'logo_path':null,'name':'Les Productions Artistes Associ??s','origin_country':''},{'id':1216,'logo_path':null,'name':'Dino de Laurentiis Cinematografica','origin_country':'IT'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'IT','name':'Italy'}]","1967-02-22","0","105","[{'iso_639_1':'it','name':'Italiano'}]","Released","","The Witches","false","5.8","19" +"false","/clbnpnWvlAC1vHx5LZaQoVF62d2.jpg","{'id':553902,'name':'True North - Saga','poster_path':'/akiksiEppqfuu58o8mxRfjPdJ33.jpg','backdrop_path':'/1GslYRMxJP6K4bF6P0hZlH23by.jpg'}","5000000","[{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'}]","http://www.yogahosers.com/","290825","tt3838992","en","Yoga Hosers","Two teenage yoga enthusiasts team up with a legendary man-hunter to battle with an ancient evil presence that is threatening their major party plans.","7.777","/lG7cW03gKTNkXC7y5BUVHHYhPgb.jpg","[{'id':16301,'logo_path':null,'name':'Invincible Pictures Corp.','origin_country':''},{'id':23700,'logo_path':null,'name':'Abbolita Productions','origin_country':''},{'id':35043,'logo_path':'/ifwiBTBDk8GQPyClmuE2yO36Qu.png','name':'Destro Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-07-08","0","88","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'de','name':'Deutsch'}]","Released","Do your 'wurst...","Yoga Hosers","false","4.6","212" +"false","/eSZUjmpNSnQZ2Wp1IRdlbUpSAuz.jpg","null","14390509","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","175","tt0095250","fr","Le Grand Bleu","Two men answer the call of the ocean in this romantic fantasy-adventure. Jacques and Enzo are a pair of friends who have been close since childhood, and who share a passion for the dangerous sport of free diving. Professional diver Jacques opted to follow in the footsteps of his father, who died at sea when Jacques was a boy; to the bewilderment of scientists, Jacques harbors a remarkable ability to adjust his heart rate and breathing pattern in the water, so that his vital signs more closely resemble that of dolphins than men (he even considers a school of dolphins as his extended family). As Enzo persuades a reluctant Jacques to compete against him in a free diving contest -- determining who can dive deeper and longer without scuba gear -- Jacques meets Johana, a beautiful insurance investigator from America, and he finds that he must choose between his love for her and his love of the sea.","9.141","/RgvRBAD5LTGsePMzjaqaNPkSYf.jpg","[{'id':9,'logo_path':'/nda3dTUYdDrJ6rZqBpYvY865aDv.png','name':'Gaumont','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'US','name':'United States of America'}]","1988-05-11","0","168","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'it','name':'Italiano'}]","Released","Danger...Like Passion...Runs Deep","The Big Blue","false","7.6","670" +"false","/tpOZ1Rt6yzbHhWoQc1p7Z8Xsfo5.jpg","null","0","[{'id':18,'name':'Drama'}]","http://kabomayo.com/","460118","tt6964896","ja","????????????????????????","Tsuchida works at a host club in secret to support her live-in boyfriend Seiichi, in order to fulfill his dream of becoming a musician. Seiichi is unemployed and falls into a slump, unable to write any songs. However, when Seiichi learns that Tsuchida became a mistress of a customer at the host club and that it was how she is earning their living expenses, he changes his mind and decides to find a job. Meanwhile,Tsuchida had an accidental reunion with Hagio, an old lover who she has been unable to forget.","1.74","/xKbqJ3fN9Sk9Q4NYKBRTIN3ilK5.jpg","[{'id':34951,'logo_path':null,'name':'Stardust Pictures','origin_country':''}]","[{'iso_3166_1':'JP','name':'Japan'}]","2017-11-11","0","93","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Pumpkin and Mayonnaise","false","8.3","4" +"false","/mo5EJsExrQCroqPDwUwp6jeq0xS.jpg","{'id':363369,'name':'Pacific Rim Collection','poster_path':'/mirLNoHhkBKRZMgpCSoQS33PFkm.jpg','backdrop_path':'/vbg4Mm8auNINPersFlYvyGLqFq0.jpg'}","150000000","[{'id':28,'name':'Action'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'},{'id':12,'name':'Adventure'}]","http://pacificrimmovie.com","268896","tt2557478","en","Pacific Rim: Uprising","It has been ten years since The Battle of the Breach and the oceans are still, but restless. Vindicated by the victory at the Breach, the Jaeger program has evolved into the most powerful global defense force in human history. The PPDC now calls upon the best and brightest to rise up and become the next generation of heroes when the Kaiju threat returns.","21.442","/v5HlmJK9bdeHxN2QhaFP1ivjX3U.jpg","[{'id':923,'logo_path':'/5UQsZrfbfG2dYJbx8DxfoTr2Bvu.png','name':'Legendary Entertainment','origin_country':'US'},{'id':101082,'logo_path':null,'name':'Double Dare You Productions','origin_country':'US'},{'id':104742,'logo_path':null,'name':'UpperRoom Productions','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':1778,'logo_path':'/69xm6sF3JxugGVjfZfm1YY6d7EE.png','name':'Dentsu','origin_country':'JP'},{'id':107182,'logo_path':null,'name':'Clear Angle Studios','origin_country':''},{'id':107183,'logo_path':null,'name':'Double Negative (DNEG)','origin_country':''},{'id':3341,'logo_path':'/dTG5dXE1kU2mpmL9BNnraffckLU.png','name':'Fuji Television Network','origin_country':'JP'},{'id':10338,'logo_path':'/el2ap6lvjcEDdbyJoB3oKiYgXu9.png','name':'Perfect World Pictures','origin_country':'CN'},{'id':101832,'logo_path':'/vO7CKIeogFxphT1CHkUIhjEXf2C.png','name':'Twisted Media','origin_country':'US'}]","[{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2018-03-21","290061297","111","[{'iso_639_1':'en','name':'English'}]","Released","Rise Up","Pacific Rim: Uprising","false","5.9","2070" +"false","/9KvA0EeTZgIr0DEjgsOX0rIxhbs.jpg","null","0","[{'id':14,'name':'Fantasy'}]","","266466","tt0080920","en","In the Shadow of the Sun","'The Shadow of the Sun' draws upon Derek Jarman???s interest with alchemical processes as a metaphor for reprocessing Super-8 film. Jarman once described film???s union of light and matter as ???an alchemical conjunction??? and experimented throughout his career with creating dream symbolism through the superimposition of image and action. Originally called English Apocalypse, the film???s final title is derived from a 17th Century alchemical text that used the phrase as a synonym for the philosopher???s stone ??? the highly sought substance that turns base metals into gold and silver. The film was intended as a step toward the idea of an ambient video, that like its musical counterpart, was designed to enhance an environment.","0.68","/6ZD4dBrsUAKcgWkqkj3pMEd9kRB.jpg","[{'id':31586,'logo_path':null,'name':'Dark Pictures','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1981-02-01","0","54","[{'iso_639_1':'en','name':'English'}]","Released","","In the Shadow of the Sun","false","7.3","3" +"false","/eFF6JpZULSf6pk4on2Yw7RZwedj.jpg","null","0","[{'id':18,'name':'Drama'}]","https://sonyclassics.com/afantasticwoman/","429191","tt5639354","es","Una mujer fant??stica","Marina's life is thrown into turmoil following the death of her partner. Mourning the loss of the man she loved, she finds herself under intense scrutiny from those with no regard for her privacy.","7.711","/x2yNruMR8bAJOIQ3wd7HR9qWjW3.jpg","[{'id':1618,'logo_path':null,'name':'Komplizen Film','origin_country':''},{'id':6735,'logo_path':'/6yyByQrmTAgJv0QzZ1Eh1jiGX4R.png','name':'Participant Media','origin_country':'US'},{'id':24459,'logo_path':null,'name':'Fabula','origin_country':''}]","[{'iso_3166_1':'CL','name':'Chile'}]","2017-04-06","1880736","104","[{'iso_639_1':'es','name':'Espa??ol'}]","Released","My name is Marina Vidal. Do you have any problem with that?","A Fantastic Woman","false","7.1","314" +"false","/rTu6iKrUcNE3XEAoT1YQ1BbXJuN.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","397601","tt5253282","en","The Bachelors","After the early death of his wife, a mourning father moves with his teenage son across the country for a private school teaching job. Their lives begin to transform due to two unique women, who help them embrace life and love again","4.368","/yAwoDmcLFuZxg5bHzYgRexYhykm.jpg","[{'id':74764,'logo_path':null,'name':'Windowseat Entertainment','origin_country':''},{'id':52925,'logo_path':null,'name':'Matt Baer Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-10-20","0","99","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","It's never too late for a second chance.","The Bachelors","false","6.9","52" +"false","/of941HyUErDeKVF7V5YK4TdBjuO.jpg","null","0","[{'id':18,'name':'Drama'}]","","84642","tt0069489","en","Wedding in White","A young girl's brother comes home from the army, and brings an army buddy with him. The three of them go out that night to celebrate, and after much drinking has been done, the brother's friend rapes the sister. After the two men have gone back, the girl finds that she's pregnant--and discovers that her parents don't blame the soldier, but blame her.","1.57","/y4GffwB2qRH1eofrgk9nWhZQudG.jpg","[{'id':60077,'logo_path':null,'name':'Dermet','origin_country':''},{'id':38374,'logo_path':null,'name':'Cin??pix Film Properties (CFP)','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'}]","1972-10-20","0","103","[{'iso_639_1':'en','name':'English'}]","Released","","Wedding in White","false","7","3" +"false","/c3q6RaKq0vC2dVG94jNhXJArrM9.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':37,'name':'Western'},{'id':10749,'name':'Romance'}]","","72241","tt0039931","en","Unconquered","Intrepid frontiersman Chris Holden foils the political and personal ambitions of renegade Martin Garth in the Ohio Valley following the French and Indian War.","1.853","/wmApNUzatssgNacuJa06BJE1Rf.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1947-09-24","0","146","[{'iso_639_1':'en','name':'English'}]","Released","From A People Like This Came America's Heritage. In A Story Like This Lies America's Greatness!","Unconquered","false","4.9","13" +"false","/2g1Uwebj7NkTyABWcjv2GG6HK0h.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':35,'name':'Comedy'}]","","20980","tt0085852","en","Liquid Sky","Invisible aliens in a tiny flying saucer come to Earth looking for heroin. They land on top of a New York apartment inhabited by a drug dealer and her female, androgynous, bisexual nymphomaniac lover, a fashion model. The aliens soon find the human pheromones created in the brain during orgasm preferable to heroin, and the model's casual sex partners begin to disappear.","2.431","/nqltW7QFPP28CBWHLPvOHosdr8s.jpg","[{'id':6078,'logo_path':null,'name':'Z Films Inc.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1982-08-01","0","112","[{'iso_639_1':'en','name':'English'}]","Released","","Liquid Sky","false","6.3","34" +"false","/bWvV3T3EWH608tRRNsd9AgU3xWD.jpg","null","0","[{'id':35,'name':'Comedy'}]","","487702","tt5612742","en","F*&% the Prom","Maddy and Cole were inseparable friends until high school started and Maddy became the most popular girl on campus. When she starts feeling lonely and heartbroken, she reconnects with Cole and the duo conspire to destroy the ultimate teen popularity contest","8.343","/1vh1i0JwSeKs5sD8jamH4dvTmVX.jpg","[{'id':60923,'logo_path':null,'name':'Fine Brothers Entertainment','origin_country':''},{'id':96632,'logo_path':null,'name':'Big Block Media Holdings','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-12-05","0","92","[{'iso_639_1':'en','name':'English'}]","Released","","F*&% the Prom","false","5.6","160" +"false","/2sQZWx6xtZFZXs8I3cGft27T0vb.jpg","null","0","[{'id':35,'name':'Comedy'}]","","63744","tt0027978","fr","Mon p??re avait raison","After being left for another man by his wife, Charles Bellanger raises his only son to fear and suspect women. Years later, such an education is bearing fruit.","0.6","/ig3P7XYozeBVXf713iiXKhQARnp.jpg","[]","[{'iso_3166_1':'FR','name':'France'}]","1936-11-27","0","81","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","My Father Was Right","false","5","2" +"false","/5JquTZ9WcN5R6oKrOw89GH1tFSz.jpg","null","0","[{'id':35,'name':'Comedy'}]","","76697","tt0194201","fr","Le nouveau testament","Husbands and wives, lovers and gigolos, all break a sweat when Dr. Marcelin???s newly-revised last will and testament is prematurely exposed.","0.6","/6MmMREj2Zj7voSjnZqS34MwZKNA.jpg","[]","[]","1936-02-15","0","96","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","The New Testament","false","6","2" +"false","/eIYyaDCgVfJdw9OShhMjMRUDeaq.jpg","{'id':535587,'name':'Kung Fu Traveler Collection','poster_path':null,'backdrop_path':null}","0","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'}]","","443686","tt5775194","cn","???????????????","Aliens have invaded and overtaken the Earth. Trying to escape defeat, a Chinese General (Tiger Hu Chen) is sent back in time trying to devise a way to defeat the alien invaders.","2.771","/7cRmxc0U3JP1fEMF1g3O8WT9hy.jpg","[{'id':96554,'logo_path':null,'name':'Crimson Forest Films','origin_country':''}]","[{'iso_3166_1':'CN','name':'China'}]","2017-02-01","0","100","[{'iso_639_1':'zh','name':'?????????'}]","Released","","Kung Fu Traveler","false","5","8" +"false","/pIaiUyza4bahRupgmpktfFWMCeL.jpg","null","60000","[{'id':35,'name':'Comedy'}]","http://thatsnotmefilm.com","452531","tt4738802","en","That's Not Me","Polly???s dreams of making it as an actor are shattered when her identical twin sister Amy lands the lead role in a huge TV show. Mistaken for her famous sister at every turn, Polly decides to use Amy???s celebrity for her own advantage ??? free clothes, free booze, casual sex??? with hilarious and disastrous consequences for them both.","0.941","/i03nrksyIb8RQQoWTafMhYU7g2g.jpg","[{'id':9286,'logo_path':null,'name':'The Orchard','origin_country':'US'}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'US','name':'United States of America'}]","2017-02-06","0","85","[{'iso_639_1':'en','name':'English'}]","Released","Sometimes success & failure look identical.","That's Not Me","false","6.7","7" +"false","/f9LiYiya2FmICusq1t31G1pSKV7.jpg","null","0","[{'id':18,'name':'Drama'},{'id':16,'name':'Animation'}]","","453364","tt5584796","fa","Tehran Taboo","The lives of three strong-willed women and a young musician cross paths in Tehran???s schizophrenic society where sex, adultery, corruption, prostitution and drugs coexist with strict religious law. In this bustling modern metropolis, avoiding prohibition has become an everyday sport and breaking taboos can be a means of personal emancipation.","2.601","/zVXUv7Mv24JBcIOkTJ0ccfQa9jm.jpg","[{'id':90694,'logo_path':null,'name':'ZDF (II)','origin_country':''},{'id':90695,'logo_path':null,'name':'Little Dream Entertainment','origin_country':''},{'id':52412,'logo_path':null,'name':'Coop99 Filmproduktion','origin_country':''},{'id':3391,'logo_path':'/t0QBs2fI3mE3HxgoH1n39bYuzNu.png','name':'??sterreichischer Rundfunk (ORF)','origin_country':'AT'},{'id':22627,'logo_path':'/mZsZ3IYzoheUPTPN3WeFwOYxAkP.png','name':'Film- und Medienstiftung NRW','origin_country':'DE'},{'id':11680,'logo_path':'/thDuwlPhKqGkfPzk0qd6zIiSw4m.png','name':'Filmf??rderung Hamburg Schleswig-Holstein','origin_country':'DE'},{'id':45198,'logo_path':null,'name':'Deutscher Filmf??rderfonds (DFFF)','origin_country':''},{'id':11389,'logo_path':'/eKVLElq1XAbcCcwnVj89G9EXRGB.png','name':'??sterreichisches Filminstitut','origin_country':'AT'},{'id':62704,'logo_path':null,'name':'Filmstandort Austria (FISA)','origin_country':''},{'id':10273,'logo_path':null,'name':'Filmfonds Wien','origin_country':''},{'id':90696,'logo_path':null,'name':'HessenFilm und Medien','origin_country':''},{'id':90697,'logo_path':null,'name':'Pixeltruck','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'AT','name':'Austria'}]","2017-10-04","0","96","[{'iso_639_1':'fa','name':'??????????'}]","Released","","Tehran Taboo","false","7.5","31" +"false","/taNXzXBzEFTzwQ9bvBpSmqcesqR.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","413332","tt3548276","en","Retribution","A hardened debt-collector goes on a 24-hour rampage through London in an attempt to avenge the brutal attack on his teenage daughter.","0.897","/thBDJdutALUzNOYkBU31YgHZlnE.jpg","[{'id':80874,'logo_path':null,'name':'Night Hawk Productions','origin_country':''},{'id':80875,'logo_path':null,'name':'From the Ashes Films','origin_country':''},{'id':80878,'logo_path':null,'name':'Seven Tenths Motion Pictures','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-03-05","0","75","[{'iso_639_1':'en','name':'English'}]","Released","Everybody pays.","Retribution","false","4","1" +"false","/esNMuTKphZFff9GiNtyjg9DBSyp.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'},{'id':14,'name':'Fantasy'}]","","513857","tt6159268","en","The Nanny","Young Noa and Michael are put in the care of their new nanny, Leonor, who Noa suspects is a malicious supernatural being. Dismissed by those around her, Noa works to uncover Leonor's true identity, but soon finds herself with far more than she bargained for.","7.49","/A8qXRAshLdsEWx65HLJhjNbek8r.jpg","[{'id':7662,'logo_path':null,'name':'Epic Pictures Group','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-05-01","0","80","[{'iso_639_1':'en','name':'English'}]","Released","Watch the children","The Nanny","false","4.8","13" +"false","/5G0z1UwIEpvyQmWTAdcuoCc26N2.jpg","null","0","[{'id':53,'name':'Thriller'}]","","399169","tt5634088","en","Kaleidoscope","A psychological thriller about the destructive relationship between a middle-aged man and his mother.","0.85","/lA582TpEEy5HYx0FZ3JSaSNgpAO.jpg","[{'id':74390,'logo_path':null,'name':'Stigma Films','origin_country':''},{'id':48389,'logo_path':null,'name':'Dignity Film Finance','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-11-10","0","100","[{'iso_639_1':'en','name':'English'}]","Released","Murder is a matter of perspective","Kaleidoscope","false","5.4","12" +"false","/ya2I5AYyhnEqS3zrE9Ymr8AIJ10.jpg","null","0","[{'id':27,'name':'Horror'}]","https://www.islandzeromovie.com/","457685","tt5566778","en","Island Zero","A fishing community on a remote Maine island finds itself suddenly cut off from the rest of the world after the ferry stops coming. When people start to vanish, the terrified survivors realize that someone - or something - is hunting them.","3.527","/oYq8516uhbRo17MLWQA60xZXzrj.jpg","[{'id':104603,'logo_path':null,'name':'Donkey Universe Films','origin_country':''},{'id':104604,'logo_path':null,'name':'Eric Miller Animation Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-05-15","0","80","[{'iso_639_1':'en','name':'English'}]","Released","Every thing needs to eat.","Island Zero","false","4.1","13" +"false","/nK3bvjV1ITJiIFaDr725ftttD2t.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","521647","tt4594836","en","Darc","To bring down a global human trafficking ring, an Interpol agent recruits the help of a brutal criminal with inside knowledge of the yakuza.","10.372","/bBxHNF0risAugpPJeAgLkiUW0P1.jpg","[{'id':104076,'logo_path':null,'name':'Julius R. Nasso Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-05-01","0","97","[{'iso_639_1':'en','name':'English'}]","Released","","Darc","false","6","69" +"false","/8oNxf7NQa5Zcm4oAq5MH0G9i54k.jpg","null","0","[{'id':36,'name':'History'},{'id':35,'name':'Comedy'},{'id':99,'name':'Documentary'}]","http://anhonestliar.com","262481","tt2246565","en","An Honest Liar","An Honest Liar tells the incredible story of the world-famous magician, escape artist, and world-renowned enemy of deception, James 'The Amazing' Randi. The film brings to life Randi's intricate investigations that publicly exposed psychics, faith healers, and con-artists with quasi-religious fervor. A master deceiver who came out of the closet at the age of 81, Randi created fictional characters, fake psychics, and even turned his partner of 25 years, Jose Alvarez, into a sham guru names Carlos.","4.472","/bCI87CaISVG0n9qmlMvzLDzsuF6.jpg","[{'id':1435,'logo_path':null,'name':'Left Turn Films','origin_country':''},{'id':27523,'logo_path':null,'name':'Pure Mutt Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-04-18","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","An Honest Liar","false","7.3","98" +"false","/slCqWqN1gtgOHDvQMZwsKJLCLoO.jpg","null","0","[{'id':27,'name':'Horror'},{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'}]","","469721","tt3463106","en","The Cured","What happens when the undead return to life? In a world ravaged for years by a virus that turns the infected into zombie-like cannibals, a cure is at last found and the wrenching process of reintegrating the survivors back into society begins.","8.426","/qheJcFjQ3hAMroE8y6FpCg6jNeN.jpg","[{'id':93986,'logo_path':null,'name':'Tilted Pictures','origin_country':''},{'id':208,'logo_path':'/bxQYlRhQu6nbohBEL0SWz8xIAGy.png','name':'Bac Films','origin_country':'FR'},{'id':45732,'logo_path':'/Lp13ZZW7Gc3syx1J2DdqAoU0dT.png','name':'Savage Productions','origin_country':'IE'}]","[{'iso_3166_1':'IE','name':'Ireland'}]","2018-02-23","0","95","[{'iso_639_1':'en','name':'English'}]","Released","The cure is just the beginning","The Cured","false","5.5","115" +"false","/9s4FbUGPMIRG5c2UTeAsNvnudCT.jpg","null","1000000","[{'id':27,'name':'Horror'}]","https://www.habitmovie.com","466169","tt5240258","en","Habit","Manchester, the present. Michael divides his time between the job center and the pub. A chance meeting with Lee, an introduction to her Uncle Ian and a heavy night on the lash lead to a job working the door at a Northern Quarter massage parlor. After witnessing the violent death of one of the punters, Michael experiences blood-drenched flashbacks and feels himself being sucked into a twilight world that he doesn't understand but that is irresistibly attractive. When he eventually finds out what goes on in the room below Cloud 9, Michaels' life will never be the same again.","1.942","/ciUB7SfN4EohqWvbRC9rrpBd4x3.jpg","[{'id':51254,'logo_path':'/kgWezXWIdSInE9ZOO4rI2TeK1C4.png','name':'Not a Number','origin_country':'GB'},{'id':95706,'logo_path':'/6H2AkKh3Li9jvzfxSublaPiVPIY.png','name':'Tin Hat Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-08-25","0","90","[{'iso_639_1':'en','name':'English'}]","Released","One taste... and you're hooked","Habit","false","5.7","14" +"false","/5UaANddcbWFvFlikG9wpn1ZmKXr.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","https://www.anonymous616.com/","523519","tt6411954","en","Anonymous 616","A reunion between two couples becomes a massacre when one of the guests meets an anonymous person online and willingly becomes a participant on a bloody path to becoming God-like.","3.784","/oNABCS3tOQBprfJqhYU1nUbcGkX.jpg","[{'id':104555,'logo_path':null,'name':'Nail Driver Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-04-17","0","80","[{'iso_639_1':'en','name':'English'}]","Released","I'm the one who knows everything about U","Anonymous 616","false","5","11" +"false","/gmH0N0bdlYGN1EUr8U2cMQYyg78.jpg","null","92620000","[{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'}]","","19","tt0017136","de","Metropolis","In a futuristic city sharply divided between the working class and the city planners, the son of the city's mastermind falls in love with a working class prophet who predicts the coming of a savior to mediate their differences.","10.813","/qriaeUUwdmlgethK3aSAx68mG05.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':12372,'logo_path':null,'name':'Universum Film (UFA)','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'}]","1927-01-10","650422","153","[{'iso_639_1':'xx','name':'No Language'}]","Released","There can be no understanding between the hands and the brain unless the heart acts as mediator.","Metropolis","false","8.2","1121" +"false","/sGzuQYSTwJvLBc2PnuSVLHhuFeh.jpg","null","69000000","[{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","https://www.foxmovies.com/movies/red-sparrow","401981","tt2873282","en","Red Sparrow","Prima ballerina, Dominika Egorova faces a bleak and uncertain future after she suffers an injury that ends her career. She soon turns to Sparrow School, a secret intelligence service that trains exceptional young people to use their minds and bodies as weapons. Dominika emerges as the most dangerous Sparrow after completing the sadistic training process. As she comes to terms with her new abilities, she meets a CIA agent who tries to convince her that he is the only person she can trust.","16.507","/vLCogyfQGxVLDC1gqUdNAIkc29L.jpg","[{'id':99426,'logo_path':null,'name':'Soundtrack New York','origin_country':'US'},{'id':7076,'logo_path':'/8BFxn9NUWSgp0ndih569Gm62xiC.png','name':'Chernin Entertainment','origin_country':'US'},{'id':8083,'logo_path':null,'name':'Film Rites','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-02-28","147988192","140","[{'iso_639_1':'en','name':'English'}]","Released","Seduce. Deceive. Repeat.","Red Sparrow","false","6.5","3206" +"false","/7qGosswKTj9VWgB6Rk4jrnJlQtJ.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","464757","tt5157052","en","Nightworld","When former LAPD officer Brett Anderson takes a job as head of security at an old apartment building in Sofia, Bulgaria, he soon begins to experience a series of bizarre and terrifying events. Soon after delving into the building's sinister history and investigate its shadowy owners and past employees, Brett uncovers a malevolent force nestled deep in the bowels of the building that will do anything to be set free into our world.","4.643","/fYlv5AHOY9R7NE31JcMbadDkXTo.jpg","[{'id':96114,'logo_path':null,'name':'Global Group','origin_country':'BG'},{'id':96115,'logo_path':null,'name':'Open Frames','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-05-29","0","92","[{'iso_639_1':'de','name':'Deutsch'}]","Released","The afterlife is darker than you think","Nightworld","false","4.5","36" +"false","/mStA8L0tXViSfd89KeXatNIA5u8.jpg","null","900000","[{'id':9648,'name':'Mystery'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","11427","tt0308152","en","Dead End","Christmas Eve. On his way to his in-laws with his family, Frank Harrington decides to try a shortcut, for the first time in 20 years. It turns out to be the biggest mistake of his life.","7.903","/51JnZig26aAUZ7zA4l5MkFCQ9th.jpg","[{'id':3549,'logo_path':null,'name':'Sagittaire Films','origin_country':''},{'id':23478,'logo_path':null,'name':'Captain Movies','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","2003-01-30","0","85","[{'iso_639_1':'en','name':'English'}]","Released","Read the signs.","Dead End","false","6.5","205" +"false","/wizieR3Qo4qvf3Z4Nk2MschlxjF.jpg","null","8000000","[{'id':18,'name':'Drama'},{'id':12,'name':'Adventure'}]","http://leanonpetefilm.com","407890","tt5340300","en","Lean on Pete","Charley, a teen living with his single father, finds work caring for an aging racehorse named Lean on Pete. When he learns Pete is bound for slaughter, the two embark on an odyssey across the new American frontier in search of a place to call home.","10.257","/7SuPHSo9Uw8GACkP2oPst512Qhl.jpg","[{'id':10441,'logo_path':'/aTEwjHN8l51ix2YcTxxzR92WaXy.png','name':'The Bureau','origin_country':'GB'},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'},{'id':16877,'logo_path':null,'name':'BFI Film Fund','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-03-30","1163056","121","[{'iso_639_1':'en','name':'English'}]","Released","You can???t get anywhere on your own","Lean on Pete","false","6.9","123" +"false","/eIlAKDRlKN3doj4R6OG4UEzD6jI.jpg","null","0","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","522964","tt6678874","en","Incoming","The International Space Station is now a prison - the ultimate black site. No one's getting out. And no one knows it's there. But when the imprisoned terrorists take over the Station and turn it into a missile aimed at Moscow, only a shuttle pilot and a rookie doctor can stop them. Their task is complicated by a rogue CIA agent (Scott Adkins) who has his own plans for the station and the terrorists within.","6.359","/gYculW0aA6iIp4cu03dMRbYYs8C.jpg","[{'id':35625,'logo_path':null,'name':'Premiere Entertainment Group','origin_country':''},{'id':89093,'logo_path':null,'name':'Benattar/Thomas Productions','origin_country':''},{'id':81385,'logo_path':null,'name':'Red Production','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-05-04","0","89","[{'iso_639_1':'en','name':'English'}]","Released","","Incoming","false","3.6","28" +"false","/wVdpKlEssoRkpDSWyKWg5CfbOBT.jpg","null","15000000","[{'id':53,'name':'Thriller'}]","","450766","tt2249081","en","The Forgiven","After the end of Apartheid, Archbishop Desmond Tutu meets with a brutal murderer seeking redemption.","3.572","/mUQK6gWivZ7q2ehkh8D2YFCqMq9.jpg","[{'id':18052,'logo_path':'/kzvck2bWLvTXYsneMEppJhoJ7zl.png','name':'Light and Dark Films','origin_country':'ZA'},{'id':52738,'logo_path':null,'name':'Jeff Rice Films','origin_country':''},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'}]","[{'iso_3166_1':'ZA','name':'South Africa'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-03-09","0","115","[{'iso_639_1':'en','name':'English'}]","Released","Racist. Prisoner. Murderer. Child of God.","The Forgiven","false","6.4","29" +"false","/jelem3Rk7C6fgpJh8BqktdorDYK.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://www.wildbunch.biz/movie/rocco/","416148","tt5788462","en","Rocco","Rocco Siffredi is to pornography what Mike Tyson is to boxing or Mick Jagger is to rock???n???roll: a living legend. His mother wanted him to be a priest; with her blessing he became a hardcore performer, devoting his life to one God only: Desire. Rocco Siffredi reveals all, even if it sometimes means busting his own myth: his true story, beginnings, career, wife and children??? and the ultimate revelation that will change his life forever.","5.521","/wGVnyKJm37uXqL1wAeLfnGuYw0m.jpg","[{'id':8699,'logo_path':null,'name':'Program 33','origin_country':''},{'id':819,'logo_path':'/cEqVIluQuO1ubtID8RvOem4ZiIg.png','name':'Mars Films','origin_country':'FR'}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'FR','name':'France'}]","2016-11-30","0","105","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'hu','name':'Magyar'},{'iso_639_1':'it','name':'Italiano'}]","Released","","Rocco","false","5.6","91" +"false","/tO7BKu1x7HShez8fJWp2gftl0fz.jpg","null","0","[{'id':10749,'name':'Romance'}]","","412003","tt2385752","en","Modern Life Is Rubbish","Brought together by their shared love of music, ten years on Liam and Natalie are at breaking point. In their case opposites attract but don't necessarily work long-term. Making the difficult decision to separate, they must split their prized music library. But the soundtrack that defined their relationship keeps pulling them back together.","1.628","/iyrfnxxynxyeaVrsdTvbX38fFaa.jpg","[]","[]","2018-04-27","0","105","[{'iso_639_1':'en','name':'English'}]","Released","","Modern Life Is Rubbish","false","7","19" +"false","/vyz8ZJpATpxWCvYe5caZyzdn9Zq.jpg","null","133000","[{'id':18,'name':'Drama'}]","","5156","tt0040522","it","Ladri di biciclette","Antonio, an unemployed man in the depressed post-WWII economy of Italy, at last finds a good job hanging up posters, the only requirement for which is that he must have his own bicycle. When Antonio???s bicycle is stolen, he and his son are forced to walk the streets of Rome in search of it, or else face ruin.","12.133","/7ZiSTZN5FWsphVmlwFVFfn5EOl.jpg","[{'id':1875,'logo_path':null,'name':'Produzioni De Sica','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'}]","1948-11-24","361712","89","[{'iso_639_1':'it','name':'Italiano'}]","Released","","Bicycle Thieves","false","8.2","858" +"false","/vbd941D82AzOOHcJsrNCLH6F0VD.jpg","null","0","[{'id':27,'name':'Horror'}]","","254280","tt0456743","zh","????????????","Song dynasty lotus and Han Shilong before marry, Korea's home office, thedragon's heart ached.After lotus appeared dead, the dragon as the reunion was determined to marry, have a friend Zhang Tie strongly opposed, and find a Taoistspirits.The dragon the obstacles of their marriage, lotus to spend a night after the found.","0.6","/vbyKewauJYcMEdeBKiOCb2l0yUw.jpg","[{'id':5798,'logo_path':'/tmuI9BGXgpWLmokhlxpnG3IGNQB.png','name':'Shaw Brothers','origin_country':''}]","[{'iso_3166_1':'KR','name':'South Korea'},{'iso_3166_1':'HK','name':'Hong Kong'}]","1974-03-14","0","90","[{'iso_639_1':'zh','name':'?????????'}]","Released","","The Ghost Lovers","false","0","0" +"false","/8qfc12sivF67JqxfGPcfTAWlcU5.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","76694","tt0028847","fr","Faisons un r??ve...","A husband who has just cheated on his wife returns home in the early morning, puzzled. He finds there, without knowing it, the lover of his wife, to whom he confesses his infidelity.","0.8","/y8pdjXVv4RYj3Wp6ODBLTpONmU4.jpg","[{'id':10650,'logo_path':null,'name':'Cin??as','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'}]","1936-12-31","0","86","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Let's Make a Dream","false","7.3","6" +"false","/xa9d54rgahl2dEIVkph0YLcJk5B.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","","438466","tt3592750","en","Us and Them","Working class Danny aims to kick start a revolution by turning the tables on the establishment with a deadly game of chance.","1.942","/qb3qxO1QTr0jBL4Goj0knebtpcB.jpg","[{'id':104344,'logo_path':null,'name':'Into the Woods','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-03-10","0","83","[{'iso_639_1':'en','name':'English'}]","Released","Ever Get the Feeling You've Been Cheated?","Us and Them","false","5.6","7" +"false","/txLm47xRuALxckHUDMwVfdTcEao.jpg","null","0","[{'id':35,'name':'Comedy'}]","","15023","tt0469519","en","Park","Park takes place all in one day in a public park in Los Angeles, as 11 disaffected Angelenos find both love and loss in unexpected ways","1.4","/8bM1iWPfbc6nyQYsWMtnLZtPhFd.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-02-09","0","86","[{'iso_639_1':'en','name':'English'}]","Released","","Park","false","5.4","5" +"false","/sII47h9zFOwBZ2KBozYKM06JXUz.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","","1665","tt0403217","en","Last Days","The life and struggles of a notorious rock musician seeping into a pit of loneliness whose everyday life involves friends and family seeking financial aid and favors, inspired by rock music legend Kurt Cobain and his final hours.","6.28","/zNv8Jy1WP94tBE63OSAXuNUcBpG.jpg","[{'id':7429,'logo_path':'/6in9uMqxXEHx5XgYgkeRBpZ4rPw.png','name':'HBO Films','origin_country':'US'},{'id':11486,'logo_path':null,'name':'Picturehouse Entertainment','origin_country':''},{'id':13507,'logo_path':null,'name':'Pie Films Inc.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-05-13","1928985","97","[{'iso_639_1':'en','name':'English'}]","Released","Rock and roll will never die.","Last Days","false","5.6","165" +"false","/bEq2Sszo1Z1tPmlq1eS72EqWXfJ.jpg","null","0","[{'id':10752,'name':'War'}]","","505011","tt7969140","en","Thousand Yard Stare","Returning home after fighting in Africa during World War II, a soldier with PTSD finds reintegrating with family life increasingly difficult as he relives the battle of Kasserine Pass.","2.857","/4EdhxxpIxAYHYnEOuvRTjTefRg0.jpg","[{'id':25366,'logo_path':null,'name':'Rambunxious Entertainment','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2018-05-07","0","91","[{'iso_639_1':'en','name':'English'}]","Released","1000 yards between life and death","Thousand Yard Stare","false","4","4" +"false","/98CXwRCZ1af44bRquYxxphINd5a.jpg","null","0","[{'id':80,'name':'Crime'}]","","522758","tt6651118","en","Hooligan Escape The Russian Job","Five British men have been arrested following some trouble with rival Russians. After being gassed and kidnapped, the group awake and realise they have been taken from their cells and are now trapped in a derelict warehouse with no way of escape. Someone is out for revenge and will stop at nothing to get it.","2.785","/aroPZxFSOuI87fE0ztOF4Si5KKs.jpg","[]","[]","2018-05-18","0","80","[{'iso_639_1':'en','name':'English'}]","Released","","Hooligan Escape The Russian Job","false","7","4" +"false","/qdTTCAt35taHlFeeKZwBXLuJ5z7.jpg","{'id':330605,'name':'The Sting Collection','poster_path':null,'backdrop_path':null}","5500000","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","9277","tt0070735","en","The Sting","Set in the 1930s this intricate caper deals with an ambitious small-time crook and a veteran con man who seek revenge on a vicious crime lord who murdered one of their gang.","8.476","/mQaM8fDQdFWwCTFp0TZG8fChlZ5.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1973-12-25","159616327","129","[{'iso_639_1':'en','name':'English'}]","Released","...all it takes is a little confidence.","The Sting","false","8.1","1084" +"false","/uAaS8OjscvF6yQeSngt5DR64lGU.jpg","null","927262","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","996","tt0036775","en","Double Indemnity","A rich woman and a calculating insurance agent plot to kill her unsuspecting husband after he signs a double indemnity policy. Against a backdrop of distinctly Californian settings, the partners in crime plan the perfect murder to collect the insurance, which pays double if the death is accidental.","10.751","/nW0cCpfuGcR1JG7EinDbdL2Ijf2.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1944-04-24","2500000","108","[{'iso_639_1':'en','name':'English'}]","Released","From the Moment they met it was Murder!","Double Indemnity","false","8.2","706" +"false","/6LnwpadKFRrqam7IfBAi3lNTz6Y.jpg","null","9000000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://idiotsacademy.zapak.com/idiotsmain.php","20453","tt1187043","hi","3 Idiots","In the tradition of ???Ferris Bueller???s Day Off??? comes this refreshing comedy about a rebellious prankster with a crafty mind and a heart of gold. Rascal. Joker. Dreamer. Genius... You've never met a college student quite like ""Rancho."" From the moment he arrives at India's most prestigious university, Rancho's outlandish schemes turn the campus upside down???along with the lives of his two newfound best friends. Together, they make life miserable for ""Virus,"" the school???s uptight and heartless dean. But when Rancho catches the eye of the dean's sexy daughter, Virus sets his sights on flunking out the ""3 idiots"" once and for all.","11.22","/66A9MqXOyVFCssoloscw79z8Tew.jpg","[{'id':3781,'logo_path':null,'name':'Vidhu Vinod Chopra Productions','origin_country':'IN'},{'id':44164,'logo_path':null,'name':'Vinod Chopra Films','origin_country':''}]","[{'iso_3166_1':'IN','name':'India'}]","2009-12-23","70000000","170","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'hi','name':'??????????????????'}]","Released","Don't be Stupid. Be an I.D.I.O.T.","3 Idiots","false","7.9","1162" +"false","/en4eaSgqL18UYIRSp86fSi4iZvL.jpg","null","0","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","https://www.inthefadefilm.com/","423646","tt5723272","de","Aus dem Nichts","Katja's life collapses after a senseless act impacts her. After a time of mourning and injustice, she seeks revenge.","7.088","/qaLbKxjHaOkY7lT6jmsS1lsRocy.jpg","[{'id':54306,'logo_path':null,'name':'Bombero International','origin_country':''},{'id':88902,'logo_path':null,'name':'Macassar Productions','origin_country':''},{'id':200,'logo_path':null,'name':'Coraz??n International','origin_country':''},{'id':7981,'logo_path':'/6Yv1gIAuGkHS5Vis4UjnqHhCPWV.png','name':'Path??!','origin_country':'FR'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'}]","2017-11-23","321011","106","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'el','name':'????????????????'}]","Released","","In the Fade","false","7","355" +"false","/fIfSCunfo855N3Vc29wYTi0Pqpa.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.retinamovie.com/","523792","tt1225856","en","Retina","A young woman participates in a medical study. After a series of nightmares and unusual side effects, the line between dreams and reality is blurred. She finds herself on the run from those involved, desperate to uncover the truth.","2.832","/6p8OUn2NdOGVKpEdRV8Y6U4jQWe.jpg","[{'id':104485,'logo_path':null,'name':'CGF Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-12-31","0","87","[{'iso_639_1':'en','name':'English'}]","Released","The Truth Will Unfold","Retina","false","6.3","3" +"false","/jxZrwgX0IIwVBKz6ZeVVCmNoxS9.jpg","null","0","[{'id':35,'name':'Comedy'}]","http://www.facebook.com/3dna.thefilm","263132","tt3740242","cn","3D ??????","An honors graduate in literature, Wyman is stuck writing cheap erotic fiction, but somehow ends up starring in an AV film. Suddenly a porn superstar in Japan, he discovers a whole new world fraught with pleasure, pain and more twists and turns than he or the audience expects.","8.448","/b7GTYdZbDIlRqW7fXnPUiBiLSEy.jpg","[{'id':69437,'logo_path':null,'name':'One Cool Film Production','origin_country':''},{'id':18892,'logo_path':null,'name':'852 Films','origin_country':''}]","[{'iso_3166_1':'HK','name':'Hong Kong'}]","2014-03-25","0","107","[{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'cn','name':'????????? / ?????????'}]","Released","","Naked Ambition 3D","false","5","18" +"false","/wmm3ogqFVYfvot5XMhPpL1opVOZ.jpg","{'id':576490,'name':'Minuscule Collection','poster_path':null,'backdrop_path':null}","19700000","[{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'}]","http://www.minuscule.com/en/pages/home","140870","tt2368672","fr","Minuscule - La vall??e des fourmis perdues","In a peaceful little clearing, the remains of a hastily abandoned picnic sparks a battle between two tribes of ants. A bold young ladybug finds himself caught in the middle. He befriends the leader of the black ants, Mandible, and helps him save the anthill from the assault of the terrible red ant warriors, led by the fearful Butor. A fantastic journey at ground level???","8.23","/kXTwdYQTYb5lUNRSRPgyAwjUkrv.jpg","[{'id':67715,'logo_path':null,'name':'Nozon','origin_country':''},{'id':2613,'logo_path':null,'name':'Futurikon','origin_country':''},{'id':3984,'logo_path':'/pvOBu9K0zTRuwJW7WII34x17kdz.png','name':'Entre Chien et Loup','origin_country':'BE'},{'id':16868,'logo_path':null,'name':'Futurikon Production II','origin_country':''},{'id':22071,'logo_path':null,'name':'Mollywood','origin_country':'BE'}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'FR','name':'France'}]","2013-11-17","30000000","89","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","An Epic Adventure At Ground Level","Minuscule: Valley of the Lost Ants","false","6.9","182" +"false","/y3j4xFh7p1Hu268q8Oy9gvLtdvj.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","485894","tt6892206","it","Napoli velata","In a Naples suspended between magic and superstition, madness and rationality, a mystery envelops the existence of Adriana (Giovanna Mezzogiorno), overwhelmed by a sudden love and a violent crime.","8.826","/yeBoqrhmXvg4y7nQQbida6KEI0J.jpg","[{'id':19385,'logo_path':null,'name':'R&C Produzioni','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'}]","2017-12-28","0","113","[{'iso_639_1':'it','name':'Italiano'}]","Released","","Naples in Veils","false","6.2","182" +"false","/m5E2KkRmgbwoRpVCAlEwWSbrrW9.jpg","null","150000","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","http://www.theredeeming.co.uk/","495849","tt4172510","en","The Redeeming","A disturbed single mother confronts a mysterious stranger and the echoes of her past to protect her home.","2.743","/6T75zEBrQAuVp4G4hGW7U7qs2OV.jpg","[{'id':104520,'logo_path':null,'name':'Osmium Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-01-29","0","85","[{'iso_639_1':'en','name':'English'}]","Released","Bad memories always haunt you.","The Redeeming","false","5.3","3" +"false","/bwvxvrHH3nTbcwpEcJhA72kkI94.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","385332","tt4463816","en","Terminal","In the dark heart of a sprawling, anonymous city, two assassins carry out a sinister mission, a teacher battles a fatal illness, and an enigmatic janitor and a curious waitress lead dangerous double lives. Murderous consequences unravel in the dead of night, as their lives intertwine at the hands of a mysterious criminal mastermind who is hell-bent on revenge.","12.404","/rclxSjQ85P5c1W1esvgXlpql36R.jpg","[{'id':82968,'logo_path':null,'name':'LuckyChap Entertainment','origin_country':'GB'},{'id':46339,'logo_path':null,'name':'Beagle Pug Films','origin_country':'GB'},{'id':76991,'logo_path':'/pQjdvbv4y9yuIDSHDEHc9ijJKaS.png','name':'Highland Film Group (HFG)','origin_country':'US'},{'id':104169,'logo_path':null,'name':'Ruyi Films','origin_country':'HK'},{'id':46240,'logo_path':'/8jiwvypPWazxmJcY6os2aACfk3d.png','name':'Miscellaneous Entertainment','origin_country':'US'},{'id':51526,'logo_path':null,'name':'Hassell Free Production','origin_country':'US'},{'id':39004,'logo_path':null,'name':'Subotica Entertainment','origin_country':'IE'},{'id':107080,'logo_path':null,'name':'Rapid Farms Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'HK','name':'Hong Kong'},{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'HU','name':'Hungary'}]","2018-05-11","0","95","[{'iso_639_1':'en','name':'English'}]","Released","Revenge never looked so good","Terminal","false","5.6","304" +"false","/sSPRDWud1BcGXPfraiv3jCW5Bu6.jpg","null","0","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","513324","tt2924392","en","Higher Power","When the Universe decides what it wants, it's pointless to resist. With his family's life at stake, Joseph Steadman finds himself the unwilling test subject of a maniacal scientist in a battle that could save the world ??? or destroy it.","5.537","/cplMeBlGdkpDzypHRKZ64BrpLoL.jpg","[{'id':54558,'logo_path':null,'name':'Break Media','origin_country':''},{'id':435,'logo_path':null,'name':'Di Bonaventura Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-05-11","0","95","[{'iso_639_1':'en','name':'English'}]","Released","","Higher Power","false","4.8","37" +"false","/tAZRqj1PcV7Q98BrgzohMsMirxf.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","518416","tt3891338","en","Another Kind of Wedding","A fractured family is forced to confront what tore them apart at the eldest son's wedding.","1.375","/mODXIsq6hGUXElMeooo6kSKZ6Hj.jpg","[{'id':40976,'logo_path':null,'name':'Banner House Productions','origin_country':''},{'id':40975,'logo_path':null,'name':'Vroom Productions','origin_country':''},{'id':62215,'logo_path':null,'name':'CCI Entertainment','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2017-12-01","0","86","[{'iso_639_1':'en','name':'English'}]","Released","there's always an odd one out","Another Kind of Wedding","false","5.6","7" +"false","/wN5cnG3U2xQyz6MOGy3ZjfQyIAm.jpg","{'id':528179,'name':'Iceman Collection','poster_path':null,'backdrop_path':null}","25477000","[{'id':12,'name':'Adventure'},{'id':36,'name':'History'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'},{'id':36,'name':'History'}]","","105001","tt2557256","cn","????????????????????????","In the Ming Dynasty, there lives four orphans, Ying, Sao, Yuanlong and Niehu. Raised in Taoyuan Village, the four are as closed as brothers. Their exceptional martial arts skills allows them to reach the highest rank within the imperial guards. After the four successfully killed the Japanese troop leader, the Emperor orders Ying to escort the Golden Wheel of Time from Sindu (now India) back to the capital, which is said to have the power of time travel and foresee into the future. Now in 2013, Squire Tang, funded by a mysterious financer, digs up three ancient icemen from the outskirt of China; they are Ying, Sao and Niehu. As he is transferring the icemen to Hong Kong for further studies, the vehicle involves in a traffic accident which, unexpectedly, defrosts Ying...","6.059","/9B5JVTUZXuwz3caoBTZps3E0reh.jpg","[{'id':33634,'logo_path':null,'name':'China 3D Digital Entertainment','origin_country':''},{'id':104523,'logo_path':null,'name':'Quidam Studios','origin_country':''},{'id':33633,'logo_path':null,'name':'Zhongmeng Century Media','origin_country':''},{'id':104524,'logo_path':null,'name':'Beijing ShengShi HuaRei Film Investment & Management Co.','origin_country':''}]","[{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'HK','name':'Hong Kong'}]","2014-04-17","0","104","[{'iso_639_1':'cn','name':'????????? / ?????????'}]","Released","","Iceman","false","4.9","78" +"false","/pbmJOOAZmX1NzROxDwT7ufALrOA.jpg","{'id':557749,'name':'Judwaa','poster_path':null,'backdrop_path':null}","10000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","456565","tt5456546","hi","?????????????????? 2","Two brothers (twins) born to an honest businessman are separated at birth when their father exposes a smuggling racket and a king pin. One of the brothers is thought to be dead but only resurfaces stronger after living life on the streets to reunite with his family over a sequence of events and twist of fate. Genetically bound by reflexes both the brother's lives interlink in strange ways and a comedy of errors. They eventually come together to destroy the smuggling nexus and save their family from a downfall that awaits them.","2.971","/3BlL1cbOTkzHSXTy3Lw95OfiCKX.jpg","[{'id':12154,'logo_path':'/dBjJavlqNxrYlqcbobDYYq9NuOq.png','name':'Fox Star Studios','origin_country':'IN'},{'id':60536,'logo_path':'/chMIfiURhqvr6eWCrzxIwuaWVeN.png','name':'Nadiadwala Grandson Entertainment','origin_country':'IN'}]","[{'iso_3166_1':'IN','name':'India'}]","2017-09-29","34500000","150","[{'iso_639_1':'hi','name':'??????????????????'}]","Released","","Judwaa 2","false","6","51" +"false","/9m71RMP45mg599xtKPyjicyHn1a.jpg","null","50000000","[{'id':10751,'name':'Family'},{'id':35,'name':'Comedy'},{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'}]","https://earlymanmovie.com/","387592","tt4701724","en","Early Man","Dug, along with his sidekick Hognob, unite a cavemen tribe to save their hidden valley from being spoiled and, all together as a team, to face the menace of a mysterious and mighty enemy, on the turf of an ancient and sacred sport.","13.233","/hXukFwTKOe7izDsf3ZOdeYikRxF.jpg","[{'id':297,'logo_path':'/ykJbf1z5qIreJrHWfnh1ev1alkD.png','name':'Aardman Animations','origin_country':'GB'},{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'},{'id':104931,'logo_path':'/aNOZx62BIqRT1ji0gWowiNRXZ4o.png','name':'Amazon Prime Video','origin_country':''},{'id':105495,'logo_path':null,'name':'BFI's Film Found','origin_country':''},{'id':105496,'logo_path':null,'name':'Creative Skillset's Skills Investment Fund','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2018-01-26","53431158","89","[{'iso_639_1':'en','name':'English'}]","Released","Time to Test Their Metal","Early Man","false","5.9","307" +"false","/xEKx7zPEjN6meomZ7OhV82Mm2jm.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","https://www.netflix.com/title/80143556","454983","tt3799232","en","The Kissing Booth","When teenager Elle's first kiss leads to a forbidden romance with the hottest boy in high school, she risks her relationship with her best friend.","24.135","/7Dktk2ST6aL8h9Oe5rpk903VLhx.jpg","[{'id':104090,'logo_path':null,'name':'Komixx Entertainment','origin_country':''},{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-05-11","0","105","[{'iso_639_1':'en','name':'English'}]","Released","She can tell her best friend anything, except this one thing","The Kissing Booth","false","7.3","3071" +"false","/7sDrjvHuyBONGvw2MCNcRlIDRgq.jpg","null","1800000","[{'id':53,'name':'Thriller'}]","","516321","tt6170804","en","The Assassin's Code","A rookie detective, son of a dead disgraced cop, works to solve his first major case while under the watchful eye of a ghost-like assassin.","6.003","/6YaLITnYgxtYyeYi3YP1otBMxrr.jpg","[{'id':103028,'logo_path':null,'name':'Serious Stooges Films','origin_country':'US'},{'id':81301,'logo_path':null,'name':'Think Media Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-04-12","0","95","[{'iso_639_1':'en','name':'English'}]","Released","Honor never dies","The Assassin's Code","false","5.5","10" +"false","/gaPdSP64ski71basHeqqqwcIvwL.jpg","null","2900000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","http://revengefilm.com","467938","tt6738136","fr","Revenge","Jen is enjoying a romantic getaway with her wealthy boyfriend, which is disrupted when his friends suddenly arrive. Tension mounts at the house until the situation culminates in an unexpected way.","12.117","/aMv5ILxjzA9S930eLImSjfecETH.jpg","[{'id':92840,'logo_path':null,'name':'Logical Pictures','origin_country':'FR'},{'id':58668,'logo_path':null,'name':'M.E.S. Productions','origin_country':''},{'id':8906,'logo_path':'/c5MDqS2UYtK0pTQqtYow7LSBLcS.png','name':'Monkey Pack Films','origin_country':'FR'},{'id':102874,'logo_path':null,'name':'Charades','origin_country':''},{'id':7561,'logo_path':'/yWTuzkQnp4NCS7fDVd5vzgLjoux.png','name':'Nexus Factory','origin_country':'BE'},{'id':10611,'logo_path':'/zQ4fGaEnNkWfSzyygXRcUZwPmDG.png','name':'Cin??+','origin_country':'FR'},{'id':102876,'logo_path':'/2hAiRtQQWzJ2j5ARexGsp1Fforw.png','name':'Cin??mage 12','origin_country':'FR'},{'id':11921,'logo_path':null,'name':'Le Tax Shelter du Gouvernement F??d??ral de Belgique','origin_country':''},{'id':102877,'logo_path':null,'name':'Investisseurs Tax Shelter','origin_country':''},{'id':22127,'logo_path':'/lgkXXc4hyHH6WqVMJVUFrhFIjm5.png','name':'uFund','origin_country':'BE'},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':19037,'logo_path':'/xhAYgpFmJfcCVLV5NMD8QKvqqHc.png','name':'Umedia','origin_country':'BE'}]","[{'iso_3166_1':'FR','name':'France'}]","2017-09-10","0","109","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Why do women always have to put up a fight?","Revenge","false","6.4","596" +"false","/nqLNKsH1Kh1cHm1BECi7E89nKqF.jpg","null","0","[{'id':99,'name':'Documentary'}]","","438488","tt2331100","en","Walk with Me","Narrated by Benedict Cumberbatch, Walk With Me is a cinematic journey into the world of a monastic community who practice the art of mindfulness with Zen Buddhist master Thich Nhat Hanh.","2.145","/szoZ6rxMbOR9ctCxwzzzrxkuSd9.jpg","[{'id':94920,'logo_path':null,'name':'Speakit Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-05-11","0","94","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Walk with Me","false","5.9","21" +"false","/2pAyw4hLf5JFp5rUoHYv52bkhgx.jpg","null","30000000","[{'id':10752,'name':'War'},{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","","203793","tt1966566","ru","????????????????????","Drama set in 1942, during one of the most important battles of World War II, which stopped the progress of Nazi forces and turned the tide of war in favor of the Allies. The Soviet army mounts a counter-attack on the Nazi forces that occupy half of Stalingrad on the other side of the Volga, but the operation to cross the river is unsuccessful. A few soldiers who managed to get to the other side take refuge in a house on the bank of Volga. Here they find a girl who didn???t escape when the Germans came. While the whole might of the German army descends onto them, the heroes of Stalingrad experience love, loss, joy and the sense of ultimate freedom that can only be felt by those about to die. They defend the house at all costs while the Red Army prepares for another attack.","0.6","/4qw1kuMxdIwXuniOXRAJLlRNWO1.jpg","[{'id':3451,'logo_path':null,'name':'Art Pictures Studio','origin_country':'RU'},{'id':5630,'logo_path':null,'name':'Non-Stop Productions','origin_country':'RU'}]","[{'iso_3166_1':'RU','name':'Russia'}]","2013-10-09","68129518","131","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'ru','name':'P????????????'}]","Released","The epic battle that turned the tide of World War II","Stalingrad","false","5.8","132" +"false","/guJLZQ0glrGpyOydxrpvnlNByae.jpg","null","3800000","[{'id':18,'name':'Drama'}]","","103663","tt2106476","da","Jagten","A teacher lives a lonely life, all the while struggling over his son???s custody. His life slowly gets better as he finds love and receives good news from his son, but his new luck is about to be brutally shattered by an innocent little lie.","10.64","/hD42EDHLap5UVmv9CZrUiTxH3rY.jpg","[{'id':76,'logo_path':null,'name':'Zentropa Entertainments','origin_country':'DK'},{'id':118,'logo_path':'/AiBorgNTCS1lT1FdFPYheax9jfF.png','name':'Det Danske Filminstitut','origin_country':'DK'},{'id':119,'logo_path':'/1di2gITGUZr730AMuMKiCrP90Vl.png','name':'Danmarks Radio (DR)','origin_country':'DK'},{'id':850,'logo_path':'/aF7qajGJGtMpdrtvssM9g90YanX.png','name':'Eurimages','origin_country':'FR'},{'id':851,'logo_path':null,'name':'MEDIA Programme of the European Union','origin_country':''},{'id':2302,'logo_path':'/rPXEdpqwFycAY9ZgrAJXv13qcWW.png','name':'Svenska Filminstitutet','origin_country':'SE'},{'id':2999,'logo_path':'/zGSqFee9aDgDuLD6vcs2mcJUem4.png','name':'SVT','origin_country':'SE'},{'id':2801,'logo_path':'/bswb1PLLsKDUXMLgy42bZtCtIde.png','name':'Film i V??st','origin_country':'SE'},{'id':5403,'logo_path':'/fAz2WhTpoMxutBA92JqlfeHEGuz.png','name':'Nordisk Film & TV Fond','origin_country':'NO'}]","[{'iso_3166_1':'DK','name':'Denmark'},{'iso_3166_1':'SE','name':'Sweden'}]","2012-08-28","18309793","116","[{'iso_639_1':'da','name':'Dansk'},{'iso_639_1':'pl','name':'Polski'},{'iso_639_1':'en','name':'English'}]","Released","The lie is spreading.","The Hunt","false","8","1559" +"false","/iz8eaAVK0HawY8yuoeqAs6Uk83u.jpg","null","500000","[{'id':18,'name':'Drama'}]","","60243","tt1832382","fa","?????????? ???????? ???? ??????????","A married couple are faced with a difficult decision - to improve the life of their child by moving to another country or to stay in Iran and look after a deteriorating parent who has Alzheimer's disease.","8.998","/hMQXRvVmlo52rSZjehkBU42ljue.jpg","[{'id':84797,'logo_path':null,'name':'Asghar Farhadi Productions','origin_country':''},{'id':84798,'logo_path':null,'name':'Dreamlab Films','origin_country':''},{'id':84799,'logo_path':null,'name':'MPA APSA Academy Film Fund','origin_country':''}]","[{'iso_3166_1':'IR','name':'Iran'}]","2011-03-15","24426169","123","[{'iso_639_1':'fa','name':'??????????'}]","Released","Ugly truth, sweet lies.","A Separation","false","7.9","752" +"false","/6fqmcCVci3cSBCgJw8NGXE4ST8G.jpg","null","400000","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'}]","http://www.sonypictures.com/cthe/montypython/","762","tt0071853","en","Monty Python and the Holy Grail","King Arthur, accompanied by his squire, recruits his Knights of the Round Table, including Sir Bedevere the Wise, Sir Lancelot the Brave, Sir Robin the Not-Quite-So-Brave-As-Sir-Lancelot and Sir Galahad the Pure. On the way, Arthur battles the Black Knight who, despite having had all his limbs chopped off, insists he can still fight. They reach Camelot, but Arthur decides not to enter, as ""it is a silly place"".","17.618","/8AVb7tyxZRsbKJNOTJHQZl7JYWO.jpg","[{'id':416,'logo_path':null,'name':'Python (Monty) Pictures Limited','origin_country':''},{'id':463,'logo_path':null,'name':'Michael White Productions','origin_country':''},{'id':464,'logo_path':null,'name':'National Film Trustee Company','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1975-05-25","5028948","91","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'la','name':'Latin'},{'iso_639_1':'en','name':'English'}]","Released","And now! At Last! Another film completely different from some of the other films which aren't quite the same as this one is.","Monty Python and the Holy Grail","false","7.8","2929" +"false","/2g7sEEq18QifiFOBwKGxr1UPFKS.jpg","null","250000","[{'id':27,'name':'Horror'}]","","343459","tt2290473","en","Live-In Fear","A tale of four dysfunctional friends on a crash course to bloody self-destruction in the snowy Utah mountains.","0.774","/kkoH2Ewjv9wV65LR9dvG8CBoe7K.jpg","[{'id':104310,'logo_path':null,'name':'Iodine Sky Productions','origin_country':''},{'id':100028,'logo_path':null,'name':'Monsterworks66','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-07-26","0","80","[{'iso_639_1':'en','name':'English'}]","Released","Evil is eternal","Live-In Fear","false","3.5","3" +"false","/eOkbeZ658RHVt7ULoFBqmesxEYX.jpg","null","0","[{'id':10751,'name':'Family'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","495193","tt1799516","en","Benji","Two school kids strike up a friendship with an orphaned puppy named Benji. When danger befalls them and they end up kidnapped by robbers who are in over their heads, Benji and his scruffy sidekick come to the rescue.","9.485","/yvmhEcqzN2bUZvEmEIh9SjhTkr6.jpg","[{'id':3172,'logo_path':'/kDedjRZwO8uyFhuHamomOhN6fzG.png','name':'Blumhouse Productions','origin_country':'US'},{'id':103536,'logo_path':null,'name':'Symbolic Exchange','origin_country':'US'}]","[{'iso_3166_1':'AE','name':'United Arab Emirates'},{'iso_3166_1':'US','name':'United States of America'}]","2018-03-02","0","87","[{'iso_639_1':'en','name':'English'}]","Released","A Hero Comes Home","Benji","false","7","121" +"false","/mdSrxMg4l6a76AFoBWmu7Q1X4Rt.jpg","{'id':522577,'name':'Avengers Grimm Collection','poster_path':'/oqEp8zCTK7mTKeeEHCTCkT3pMLx.jpg','backdrop_path':'/tp0buiNBb6iFjlr34lCB9ardTEA.jpg'}","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'}]","","521720","tt8159584","en","Avengers Grimm: Time Wars","When Rumpelstiltskin tries to take over Earth once and for all, The Avengers Grimm must track him down through time in order to defeat him.","9.263","/xfAcu74DRQXeM9XqFcE5MrSRzYP.jpg","[{'id':10571,'logo_path':null,'name':'Asylum Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-05-01","0","88","[{'iso_639_1':'en','name':'English'}]","Released","The original wonder women!","Avengers Grimm: Time Wars","false","4","19" +"false","/hpubF1m4o2GHWT2CnDVG11D3Ijb.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","12171","tt0810823","en","The Deaths of Ian Stone","Deaths tells the story of an all-American guy who is murdered each day by horrifying pursuers, only to wake up in slightly different lives to experience the terror of being murdered again.","5.769","/vAxpHHougKWVM48RbsjfV8aHNMp.jpg","[{'id':3539,'logo_path':null,'name':'Odyssey Entertainment','origin_country':''},{'id':8719,'logo_path':null,'name':'Isle of Man Film Commission','origin_country':''},{'id':3121,'logo_path':null,'name':'Stan Winston Productions','origin_country':''},{'id':18361,'logo_path':null,'name':'SWFX','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2007-12-05","0","87","[{'iso_639_1':'en','name':'English'}]","Released","Live everyday like it's your last.","The Deaths of Ian Stone","false","5.5","135" +"false","/h8iufTAbWK3zg9Gf45NdGCsY8aW.jpg","null","0","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","41997","tt1564571","en","Meteor Apocalypse","A gigantic meteors enters Earth's orbit and begins to disintegrate, showering the entire planet with debris.","2.211","/mYcDLMUs4Zou3ecGvxiO4nxKGwc.jpg","[{'id':98815,'logo_path':null,'name':'Faith Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-02-23","0","88","[{'iso_639_1':'en','name':'English'}]","Released","A biblical prophecy. A global catastrophe.","Meteor Apocalypse","false","3.8","12" +"false","/7qFg10OS4YjCiWMhBExRCTd6DXC.jpg","null","1000000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':12,'name':'Adventure'}]","http://www.juarez2045.com","458478","tt3647784","en","Juarez 2045","The year is 2045, the continuing drug war has caused havoc between The United States government and Mexico. Gear Side International, a robotics engineering company loses a multi billion dollar government contract due to bad practices. On the brink of bankruptcy, they sell off their technology to the Malvado cartel on the black market. With the advanced military robotics technology in the wrong hands. The cartel uses it to their advantage; replacing their enforcers, hit men, and soldiers. The cartel eventually becomes a very powerful threat to The United States","0.619","/2XR6JzwP4baaEdRv8IpaNdEAxcv.jpg","[{'id':90614,'logo_path':null,'name':'Abrupt Films','origin_country':''},{'id':6616,'logo_path':null,'name':'Triton Films','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2017-04-01","0","90","[{'iso_639_1':'en','name':'English'}]","Released","The drug war continues","Juarez 2045","false","4","3" +"false","/paYpYBBEbsx5A7AHbSH8aQRB7fU.jpg","null","700000","[{'id':10770,'name':'TV Movie'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","24778","tt1034447","en","Hydra","The Most Dangerous Game formula gets a monstrous twist as the mythical Hydra turns the tables on a group of wealthy human-hunters. Kidnapped along with three ex-convicts, former Marine Tim Nolan is transported to a deserted island where the super rich pay a fortune to hunt human prey. But this island isn't exactly deserted; it's actually home to Hydra the Beast!","2.179","/yS4UuZ3kDqUUl6pkPK1Fb8cn7lY.jpg","[{'id':10399,'logo_path':null,'name':'CineTel Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-02-20","0","94","[{'iso_639_1':'en','name':'English'}]","Released","Prepare to be consumed.","Hydra","false","3.9","21" +"false","/wBh1hGWOvSpZKUEEYVkM6j5PjZR.jpg","null","450000","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'},{'id':10770,'name':'TV Movie'}]","","28509","tt0455583","en","Komodo vs. Cobra","A team of environmentalists, including a reporter, her camera man, and an environmentalist's famous girlfriend charter a boat and with the captain, sail to a military island. They suspect the island is hosting to illegal activities. Upon arrival, however, they find no one. They finally reach a deserted house, where they find Dr. Susan Richardson, who tells them that everyone on the island is dead, including her father. Richardson's team were working on a compound that could make edible plants grow to super size, however the military intervened with plans of their own. They wanted to test the compound's effects on animals, and proceeded to feed it to several komodo dragons and cobras.","2.845","/AwG2YyyvTpXqb8ihnMpau9ooT0G.jpg","[{'id':10399,'logo_path':null,'name':'CineTel Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-08-19","0","94","[{'iso_639_1':'en','name':'English'}]","Released","","Komodo vs. Cobra","false","3.4","25" +"false","/jNAZo5ckJgFSQsO2WN0NZ6OQlH7.jpg","null","0","[{'id':27,'name':'Horror'}]","","492164","tt7736104","cn","??????","The movie features three ghost stories set in Hong Kong, beginning with Vivian, who, after moving into a new place, gets involved in spooky incidents with her neighbours. The next story follows Scarlet, who unknowingly receives a tattoo with sinister secrets. The final story is about a group of university students, who awaken the vengeful spirits of a dead couple while live-streaming their ghost hunting expedition.","1.4","/qtwJbCL8fahekBuYO6K2jvPs318.jpg","[{'id':55802,'logo_path':null,'name':'MM2 Entertainment','origin_country':''}]","[{'iso_3166_1':'HK','name':'Hong Kong'}]","2017-11-23","0","97","[{'iso_639_1':'cn','name':'????????? / ?????????'}]","Released","","Ghost Net","false","6.5","4" +"false","/h3ir8VfpSEtoEBJjEarEludkjKL.jpg","null","65000000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","460648","tt5813366","zh","????????????","Jackie Chan stars as a hardened special forces agent who fights to protect a young woman from a sinister criminal gang. At the same time, he feels a special connection to the young woman, like they met in a different life.","10.552","/uaZFzwd87Wp2IxPLkDECXDc6Yil.jpg","[{'id':100129,'logo_path':null,'name':'Heyi Pictures Company','origin_country':''},{'id':36958,'logo_path':null,'name':'Sparkle Roll Media','origin_country':''}]","[{'iso_3166_1':'CN','name':'China'}]","2017-12-18","0","109","[{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'en','name':'English'}]","Released","","Bleeding Steel","false","5.3","115" +"false","/AplR1QRswlXiM65GoifX8sDadME.jpg","null","4000000","[{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","213","tt0053125","en","North by Northwest","Advertising man Roger Thornhill is mistaken for a spy, triggering a deadly cross-country chase.","11.447","/aNV789h3oHm2pTHK5Bdq5RuiumZ.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1959-07-07","13275000","136","[{'iso_639_1':'en','name':'English'}]","Released","It's a deadly game of 'tag' and Cary Grant is 'it'...","North by Northwest","false","7.9","1787" +"false","/cne1AaNoVPHOEUiwcdS7sSo1uJ5.jpg","null","3000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'},{'id':28,'name':'Action'}]","","670","tt0364569","ko","????????????","With no clue how he came to be imprisoned, drugged and tortured for 15 years, a desperate businessman seeks revenge on his captors.","12.707","/rIZX6X0MIHYEebk6W4LABT9VP2c.jpg","[{'id':398,'logo_path':null,'name':'Egg Films','origin_country':''},{'id':399,'logo_path':null,'name':'Show East','origin_country':''}]","[{'iso_3166_1':'KR','name':'South Korea'}]","2003-09-28","14980005","120","[{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","15 years of imprisonment, five days of vengeance","Oldboy","false","8.2","3563" +"false","/kazLzEofKKr7pBcvKw6VRtFnXRJ.jpg","null","3000000","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':80,'name':'Crime'}]","","37257","tt0051201","en","Witness for the Prosecution","When Leonard Vole is arrested for the sensational murder of a rich, middle-aged widow, the famous Sir Wilfrid Robarts agrees to appear on his behalf. Sir Wilfrid, recovering from a near-fatal heart attack, is supposed to be on a diet of bland, civil suits???but the lure of the criminal courts is too much for him, especially when the case is so difficult.","12.782","/heY0CCUqN4DY3X30thssZkvWZwx.jpg","[{'id':13479,'logo_path':null,'name':'Edward Small Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1957-12-17","9000000","116","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","The most electrifying entertainment of our time!","Witness for the Prosecution","false","8.3","489" +"false","/j7hS3yybvvAd9V217IkZSOjkOvY.jpg","null","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","832","tt0022100","de","M - Eine Stadt sucht einen M??rder","In this classic German thriller, Hans Beckert, a serial killer who preys on children, becomes the focus of a massive Berlin police manhunt. Beckert's heinous crimes are so repellant and disruptive to city life that he is even targeted by others in the seedy underworld network. With both cops and criminals in pursuit, the murderer soon realizes that people are on his trail, sending him into a tense, panicked attempt to escape justice.","10.187","/AqE126KXLcT3wwmeM3HtlKqyGze.jpg","[{'id':43854,'logo_path':'/tMo26bTTY0f4mMPIvFnyydrDm7V.png','name':'Nero-Film AG','origin_country':'DE'}]","[{'iso_3166_1':'DE','name':'Germany'}]","1931-05-11","0","117","[{'iso_639_1':'de','name':'Deutsch'}]","Released","","M","false","8.1","827" +"false","/jTwt4fcYADv758PVP6DH8ryy4R.jpg","{'id':421904,'name':'Batman (DC Universe Animated) Collection','poster_path':'/4fDffWkGuIt62GQVAUTUgRoZxT2.jpg','backdrop_path':'/feOIJaQTUDaPRgt3g9U5xQhJPoq.jpg'}","6000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':53,'name':'Thriller'}]","","14919","tt0106364","en","Batman: Mask of the Phantasm","An old flame of Bruce Wayne's strolls into town, re-heating up the romance between the two. At the same time, a mass murderer with an axe for one hand begins systematically eliminating Gotham's crime bosses. Due to the person's dark appearance, he is mistaken for Batman. Now on the run, Batman must solve the mystery and deal with the romance between him and Andrea Beaumont.","6.765","/l4jaQjkgznu2Rz05X18f24UjPNW.jpg","[{'id':429,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Comics','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-12-25","5617391","76","[{'iso_639_1':'cs','name':'??esk??'},{'iso_639_1':'en','name':'English'}]","Released","The Dark Knight fights to save Gotham city from its deadliest enemy.","Batman: Mask of the Phantasm","false","7.5","395" +"false","/6ELJEzQJ3Y45HczvreC3dg0GV5R.jpg","{'id':529892,'name':'Black Panther Collection','poster_path':'/9ZSPIsxI3TZDgfg0Jzk0RZl4INg.jpg','backdrop_path':'/1Jj7Frjjbewb6Q6dl6YXhL3kuvL.jpg'}","200000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'}]","https://marvel.com/movies/movie/224/black_panther","284054","tt1825683","en","Black Panther","King T'Challa returns home from America to the reclusive, technologically advanced African nation of Wakanda to serve as his country's new leader. However, T'Challa soon finds that he is challenged for the throne by factions within his own country as well as without. Using powers reserved to Wakandan kings, T'Challa assumes the Black Panther mantel to join with girlfriend Nakia, the queen-mother, his princess-kid sister, members of the Dora Milaje (the Wakandan 'special forces') and an American secret agent, to prevent Wakanda from being dragged into a world war.","54.75","/uxzzxijgPIY7slzFvMotPv8wjKA.jpg","[{'id':420,'logo_path':'/hUzeosd33nzE5MCNsZxCGEKTXaQ.png','name':'Marvel Studios','origin_country':'US'},{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-02-13","1346739107","134","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ko','name':'?????????/?????????'},{'iso_639_1':'sw','name':'Kiswahili'},{'iso_639_1':'xh','name':''}]","Released","Long live the king.","Black Panther","false","7.4","11365" +"false","/bUXxR2fNjrfRtul2A6mf0ypY4Bu.jpg","null","2000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","582","tt0405094","de","Das Leben der Anderen","A tragic love story set in East Berlin with the backdrop of an undercover Stasi controlled culture. Stasi captain Wieler is ordered to follow author Dreyman and plunges deeper and deeper into his life until he reaches the threshold of doubting the system.","10.922","/bzzDAg3fkztvfQB08VBprhs9tVE.jpg","[{'id':337,'logo_path':null,'name':'Creado Film','origin_country':''},{'id':336,'logo_path':null,'name':'Wiedemann & Berg Film','origin_country':'DE'},{'id':7333,'logo_path':null,'name':'Bayerischer Rundfunk (BR)','origin_country':''},{'id':201,'logo_path':'/6UIpEURdjnmcJPwgTDRzVRuwADr.png','name':'ARTE','origin_country':'FR'}]","[{'iso_3166_1':'DE','name':'Germany'}]","2006-03-15","70000000","137","[{'iso_639_1':'de','name':'Deutsch'}]","Released","Before the Fall of the Berlin Wall, East Germany's Secret Police Listened to Your Secrets.","The Lives of Others","false","8.1","1629" +"false","/u44VbUuoP6OZYEBv2DRd7ShPTMp.jpg","null","1752000","[{'id':18,'name':'Drama'}]","","599","tt0043014","en","Sunset Boulevard","A hack screenwriter writes a screenplay for a former silent film star who has faded into Hollywood obscurity.","10.83","/oFwzvRgfxJc0FUr2mwYTi10dk3G.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1950-08-10","5000000","110","[{'iso_639_1':'en','name':'English'}]","Released","A Hollywood Story","Sunset Boulevard","false","8.4","988" +"false","/e2rTklxmi309vMJXB0oIczymkmz.jpg","null","0","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","","74879","tt1827487","tr","Bir zamanlar Anadolu'da","In the rural area around the Anatolian town of Keskin, the local prosecutor, police commissar, and doctor lead a search for a victim of a murder to whom a suspect named Kenan and his mentally challenged brother confessed. However, the search is proving more difficult than expected as Kenan is fuzzy as to the body's exact location. As the group continues looking, its members can't help but chat among themselves about both trivia and their deepest concerns in an investigation that is proving more trying than any of them expected.","7.301","/unIM0qrFKDU9ms10EL6Lm5QUQ23.jpg","[{'id':75040,'logo_path':null,'name':'1000 Volt','origin_country':''},{'id':27100,'logo_path':null,'name':'Zeynofilm','origin_country':'TR'},{'id':75039,'logo_path':null,'name':'Production 2006','origin_country':''}]","[{'iso_3166_1':'BA','name':'Bosnia and Herzegovina'},{'iso_3166_1':'TR','name':'Turkey'}]","2011-09-23","138730","150","[{'iso_639_1':'tr','name':'T??rk??e'}]","Released","","Once Upon a Time in Anatolia","false","7.5","177" +"false","/tVi83ttAeyMJinYpy6xfgJSpzvP.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","11216","tt0095765","it","Nuovo Cinema Paradiso","A filmmaker recalls his childhood, when he fell in love with the movies at his village's theater and formed a deep friendship with the theater's projectionist.","10.082","/hYzCLju3W74nLhhRXfPkwDi1Tun.jpg","[{'id':67486,'logo_path':'/lQrBjILcFLcPLZwVxySuc38y7H.png','name':'Rai 3','origin_country':'IT'}]","[{'iso_3166_1':'IT','name':'Italy'}]","1988-11-17","11990401","124","[{'iso_639_1':'it','name':'Italiano'}]","Released","A celebration of youth, friendship, and the everlasting magic of the movies.","Cinema Paradiso","false","8.4","1644" +"false","/v1KIqan5LhRDoXAbE9V4uEOC7un.jpg","{'id':318037,'name':'Martial Law Collection','poster_path':'/wWbwRZ08VyWaXgVKmg1Tu7zPHmI.jpg','backdrop_path':'/3xGrj9YMs8m1CYpoRyaL189C5EQ.jpg'}","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","http://www.multicom.tv/library/Martial_Law","65497","tt0104822","en","Martial Law","An undercover cop teams up with a martial-arts expert to stop a gang of drug smugglers and car thieves.","3.131","/h1BlNztDoAk7BNzYwx1ar2PGYTJ.jpg","[{'id':30569,'logo_path':null,'name':'Westwind Productions Inc.','origin_country':''},{'id':21084,'logo_path':null,'name':'Image Organization','origin_country':''},{'id':15103,'logo_path':null,'name':'Lance Entertainment','origin_country':''},{'id':31246,'logo_path':null,'name':'Pierre David Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-10-01","0","89","[{'iso_639_1':'en','name':'English'}]","Released","Brothers... Cops. One enforces the law, the other breaks it.","Martial Law","false","5.7","14" +"false","/5dF4FNwM2qZIuF0WCUs5zvDGU2H.jpg","null","2600000","[{'id':18,'name':'Drama'}]","http://www.taarezameenpar.com/","7508","tt0986264","hi","Taare Zameen Par","Ishaan Awasthi is an eight-year-old whose world is filled with wonders that no one else seems to appreciate. Colours, fish, dogs, and kites don't seem important to the adults, who are much more interested in things like homework, marks, and neatness. Ishaan cannot seem to get anything right in class; he is then sent to boarding school, where his life changes forever.","9.652","/t8x4j5KtI6hZRUVtPPztNBo1q5W.jpg","[{'id':2140,'logo_path':null,'name':'Aamir Khan Productions','origin_country':'IN'},{'id':63997,'logo_path':null,'name':'PVR Pictures','origin_country':'IN'}]","[{'iso_3166_1':'IN','name':'India'}]","2007-12-21","28430000","165","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'hi','name':'??????????????????'}]","Released","Every Child Is Special","Taare Zameen Par","false","8","366" +"false","/nxhfenC1jb5EcTI5GYxqnjYZMId.jpg","null","10000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","https://www.miramax.com/movie/amelie/","194","tt0211915","fr","Le Fabuleux Destin d'Am??lie Poulain","At a tiny Parisian caf??, the adorable yet painfully shy Am??lie (Audrey Tautou) accidentally discovers a gift for helping others. Soon Amelie is spending her days as a matchmaker, guardian angel, and all-around do-gooder. But when she bumps into a handsome stranger, will she find the courage to become the star of her very own love story?","16.382","/f0uorE7K7ggHfr8r7pUTOHWkOlE.jpg","[{'id':591,'logo_path':'/q5I5RDwMEiqoNmfaJgd2LraEOJY.png','name':'France 3 Cin??ma','origin_country':'FR'},{'id':592,'logo_path':null,'name':'Claudie Ossard Productions','origin_country':''},{'id':4411,'logo_path':null,'name':'MMC Independent','origin_country':''},{'id':12000,'logo_path':null,'name':'Tapioca Films','origin_country':''},{'id':23446,'logo_path':null,'name':'Sofica Sofinergie 5','origin_country':''},{'id':25020,'logo_path':null,'name':'Victoires Productions','origin_country':''},{'id':30994,'logo_path':null,'name':'Union G??n??rale Cin??matographique (UGC)','origin_country':''},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':315,'logo_path':'/hdu0sVxgtCuQud0xF8ZBiN7hEhY.png','name':'Filmstiftung Nordrhein-Westfalen','origin_country':'DE'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'}]","2001-04-25","173921954","122","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'ru','name':'P????????????'}]","Released","One person can change your life forever.","Am??lie","false","7.9","6022" +"false","/1a7v62EEhXwHdwMEG0d0lPjaD4M.jpg","null","0","[{'id':18,'name':'Drama'}]","","412059","tt5613402","en","Mobile Homes","In forgotten towns along the American border, a young mother drifts from one motel to the next with her intoxicating boyfriend and her 8-year-old son. The makeshift family scrapes by, living one hustle at a time, until the discovery of a mobile home community offers an alternative life.","3.329","/kOwKEJgpJnmnaa38ope1Mbld7tu.jpg","[{'id':1147,'logo_path':'/tBDaGOA04LmlsbLvMwHjR7WzT9H.png','name':'Madeleine Films','origin_country':'FR'},{'id':93823,'logo_path':'/cyCY0Uu2Vzn3UwxW2V4lXgtIv8J.png','name':'Lithium Studios','origin_country':'CA'},{'id':38964,'logo_path':'/xewC73vpzCMGVTWNUZFHfhGOoL8.png','name':'Incognito Films','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'CA','name':'Canada'}]","2018-04-04","0","105","[{'iso_639_1':'en','name':'English'}]","Released","How far would you go to find home?","Mobile Homes","false","6.7","11" +"false","/pnMmdEn9WQc8Za0I5cYifgjzSvM.jpg","null","0","[{'id':27,'name':'Horror'}]","","436373","tt5688868","en","Primal Rage","A newly reunited young couple's drive through the Pacific Northwest turns into a nightmare as they are forced to face nature, unsavory locals, and a monstrous creature, known to the Native Americans as Oh-Mah.","5.553","/8tGM0Vv4X60r6zHDGcpanIrDcdm.jpg","[{'id':104292,'logo_path':null,'name':'Blue Fox Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-02-27","0","106","[{'iso_639_1':'en','name':'English'}]","Released","The Legend of Oh-Mah","Primal Rage","false","5.4","41" +"false","/pjRkQg2jMQC4557uoVQYsCInaB2.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'}]","https://twopigeons.co.uk","440317","tt5532370","en","Freehold","An oily, amoral estate agent is preyed upon by one of his victims, who quietly moves into his flat and, unseen, begins a deliciously malicious campaign of revenge.","1.96","/c0iOTqF3YaPtuAo6VlsXsCiz6ze.jpg","[{'id':86261,'logo_path':null,'name':'Mallinson Film Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-03-10","0","80","[{'iso_639_1':'en','name':'English'}]","Released","There's no place like your home","Freehold","false","5.7","14" +"false","/9IhGgxdD8Mgzl4kzCH2XVlu8KZ1.jpg","null","2395510","[{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'}]","","461931","tt5586362","es","Maus","Alex and Selma are a couple in love on a trip to the heart of Bosnia and Herzegovina. Suddenly, Selma feels a mysterious force is chasing them.","2.221","/cOnVhuqmirMo3c1vlQcI2jnfWT7.jpg","[{'id':73891,'logo_path':null,'name':'Dynamite Films','origin_country':''},{'id':8111,'logo_path':null,'name':'Apaches Entertainment','origin_country':''},{'id':97879,'logo_path':null,'name':'Cine365 Entertainment','origin_country':''}]","[{'iso_3166_1':'ES','name':'Spain'}]","2017-09-21","0","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'sr','name':'Srpski'}]","Released","","The Maus","false","5","20" +"false","/g3MUGPpNcx9cZ94TAeJGXpJK8Iv.jpg","null","13000000","[{'id':35,'name':'Comedy'}]","http://autumnproductions.ca/the-brits-are-coming/","353576","tt4685806","en","The Con Is On","In an effort to avoid paying off a massive gambling debt to a notorious mobster in England, a couple flees to Los Angeles and hatch a jewel theft plot.","8.931","/d4ZzzFOokK356jf6L6vUp3RKNvM.jpg","[{'id':47843,'logo_path':null,'name':'Autumn Productions','origin_country':''},{'id':75357,'logo_path':'/zXT1JFP82YL245wlLpauAJDZA25.png','name':'BondIt','origin_country':'US'},{'id':41735,'logo_path':'/je9Ko1f6iu0AfLL3dINJEaxLvEb.png','name':'Buffalo 8','origin_country':'US'},{'id':68421,'logo_path':null,'name':'Fortitude International','origin_country':''},{'id':23019,'logo_path':null,'name':'Evolution Entertainment','origin_country':''},{'id':73192,'logo_path':null,'name':'Pelican Point Media','origin_country':''},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2018-05-04","0","90","[{'iso_639_1':'en','name':'English'}]","Released","And it won't be their last","The Con Is On","false","4","53" +"false","/lpxMzlCGGtFbfxlbcoWH43UhIu8.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'},{'id':10402,'name':'Music'},{'id':14,'name':'Fantasy'}]","","450608","tt5654600","en","Saturday Church","A 14 year old boy, struggling with gender identity and religion, begins to use fantasy to escape his life in the inner city and find his passion in the process.","2.367","/noIjZfGcmmVTl7u3zJxAwjntqyl.jpg","[{'id':41659,'logo_path':null,'name':'Round Films','origin_country':''},{'id':54602,'logo_path':null,'name':'Spring Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-04-23","0","82","[{'iso_639_1':'en','name':'English'}]","Released","","Saturday Church","false","8.5","10" +"false","/dj5fwtC4iFdP9j4Zeiw3GqNf0qM.jpg","null","37000000","[{'id':9648,'name':'Mystery'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","http://www.gamenight-movie.com/","445571","tt2704998","en","Game Night","Max and Annie's weekly game night gets kicked up a notch when Max's brother Brooks arranges a murder mystery party -- complete with fake thugs and federal agents. So when Brooks gets kidnapped, it's all supposed to be part of the game. As the competitors set out to solve the case, they start to learn that neither the game nor Brooks are what they seem to be. The friends soon find themselves in over their heads as each twist leads to another unexpected turn over the course of one chaotic night.","14.799","/85R8LMyn9f2Lev2YPBF8Nughrkv.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':37361,'logo_path':null,'name':'Aggregate Films','origin_country':''},{'id':1302,'logo_path':'/kQZtJdyphCmq292iGDqlUx0yk2D.png','name':'Davis Entertainment','origin_country':'US'},{'id':103376,'logo_path':null,'name':'Access Entertainment','origin_country':''},{'id':105322,'logo_path':null,'name':'Access Industries','origin_country':''},{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-02-22","117501013","100","[{'iso_639_1':'en','name':'English'}]","Released","This is not a game.","Game Night","false","6.9","2516" +"false","/arYvUXhpNRU2GQQut67P5cR0c5m.jpg","null","20000000","[{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","https://www.netflix.com/title/80195964","396806","tt5397194","en","Anon","Set in a near-future world where there is no privacy, ignorance or anonymity, our private memories are recorded and crime almost ceases to exist. In trying to solve a series of unsolved murders, Sal Frieland stumbles onto a young woman who appears to have subverted the system and disappeared. She has no identity, no history and no record. Sal realizes it may not be the end of crime but the beginning. Known only as 'The Girl', Sal must find her before he becomes the next victim.","11.223","/xhBTO9n3fxy3HJt7WlR9h9vvVmk.jpg","[{'id':23437,'logo_path':null,'name':'K5 Film','origin_country':'DE'},{'id':6715,'logo_path':null,'name':'K5 International','origin_country':'DE'},{'id':61011,'logo_path':null,'name':'Scythia Films','origin_country':'CA'},{'id':24049,'logo_path':'/zOHQ0A3PpNoLLeAxRZwSqNV3nPr.png','name':'Sierra / Affinity','origin_country':'US'},{'id':109929,'logo_path':null,'name':'Road Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-05-03","0","100","[{'iso_639_1':'en','name':'English'}]","Released","Anonymity is the enemy","Anon","false","5.8","614" +"false","/z9zhXHvDXJqhRoNHkrD9oCU4JJN.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","511449","tt7895904","en","Family Blood","Ellie, a recovering drug addict, has just moved to a new city with her two teenage children. She has struggled to stay sober in the past and is determined to make it work this time, finding a stable job and regularly attending her meetings. Unfortunately, new friends, a new job, and the chance of a new life, can???t keep Ellie from slipping once again. Her life changes when she meets Christopher ??? a different kind of addict ??? which forces her daughter and son to accept a new version of Ellie.","7.491","/uQ8SC6wCARc0pOTrHMCr8cFoHms.jpg","[{'id':3172,'logo_path':'/kDedjRZwO8uyFhuHamomOhN6fzG.png','name':'Blumhouse Productions','origin_country':'US'},{'id':96654,'logo_path':'/r76unvd8wmHNKhII3HjcxRxiCW5.png','name':'Gunpowder & Sky','origin_country':'US'},{'id':89115,'logo_path':'/zQwTHJVIruUlGsa7zIdfXuSm9GG.png','name':'Divide / Conquer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-03-16","0","92","[{'iso_639_1':'en','name':'English'}]","Released","","Family Blood","false","4.7","61" +"false","/cwCazoeGklaHkivLLpnPp5uiqc3.jpg","null","0","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':35,'name':'Comedy'}]","","13248","tt0896522","en","Bah, Humduck!: A Looney Tunes Christmas","In this adaptation of Charles Dickens' A Christmas Carol, Daffy Duck is the greedy proprietor of the Lucky Duck Mega-Mart and all he can think about is the money to be made during the holiday season.","3.731","/56luSbBA4o6otfyIyFtuV29AAYy.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-11-14","0","46","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","","Bah, Humduck!: A Looney Tunes Christmas","false","6.8","21" +"false","/9bHWzDeKSItat0pTdcw8YEgBmxt.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","","333676","tt2905082","en","Alex & The List","Alex, a lovable, unassuming dog trainer is in love with a great woman - Katherine - smart, talented, from a good family. Katherine adores Alex's quirky sense of humor, honesty and capacity to listen. Having decided to pop the question, Alex is blindsided when Katherine produces a detailed list of well-thought-out ""improvements"" she feels will tweak Alex on their way to becoming the ideal couple. Alex instinctively rejects the suggestion that he needs to change anything. But with the threat of a new competitor, Alex decides to ""do the list."" Guided by a coterie of friends that include: Dave, Alex's loyal childhood buddy, best female friend Lily, her husband Michael, and their 8 year old son, Nicky, Alex's journey has him reconsider and question his beliefs, values and world.","2.506","/jv4ydf8S6bdkC2G9C6BGKg7J4c.jpg","[{'id':104293,'logo_path':null,'name':'Gooses List','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-05-04","0","112","[{'iso_639_1':'en','name':'English'}]","Released","Every woman has a list, she just wrote it down.","Alex & The List","false","5.6","19" +"false","/7ErfrYEcoW7enx5FhQuY0APmg4g.jpg","null","0","[{'id':27,'name':'Horror'}]","https://www.facebook.com/withinthesewallsmovie","488468","tt3546802","en","Within These Walls","A prisoner in her own home, a captive in her own body. Assaulted and trapped with no one to hear her cries for help... and knowing no one will believe her if they do. This is the terrifying reality Alaina finds herself in when she moves in to the house her mother died in. At first she thinks it's the loss of her mother that is haunting her, but she is soon shown it is something far more malicious and unrelenting. The spirit taunts her as it invades her body, mind, and soul, completely trapping her. Alaina has to fight for answers on what really happened to her mother if she has any hopes of survival. She must find a way to endure this monster who lives and breathes to rob her of her sanity as it demands a savage hold on her.","0.6","/jwhUKw7NjkyEOHwNJrK9iRu3PGE.jpg","[{'id':81159,'logo_path':null,'name':'Sixgun Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-03-07","0","95","[{'iso_639_1':'en','name':'English'}]","Released","","Within These Walls","false","6","2" +"false","/9oVqHRuCpiBVa3OO0ro4KRbykrv.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://sonyclassics.com/theleisureseeker/","449749","tt3741632","en","The Leisure Seeker","A runaway couple go on an unforgettable journey from Boston to Key West, recapturing their passion for life and their love for each other on a road trip that provides revelation and surprise right up to the very end.","6.478","/1IOnJzgbgVj85vDEIf1fPmCQ7KP.jpg","[{'id':2683,'logo_path':'/mOL2WcHtox2urbUf1oJvjw7kz01.png','name':'Rai Cinema','origin_country':'IT'},{'id':18156,'logo_path':'/3nAuYcaWdpW0ULMvMz6V5HIJmCO.png','name':'Indiana Production Company','origin_country':'IT'},{'id':208,'logo_path':'/bxQYlRhQu6nbohBEL0SWz8xIAGy.png','name':'Bac Films','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'IT','name':'Italy'}]","2018-01-03","3009621","112","[{'iso_639_1':'en','name':'English'}]","Released","A Once in a Lifetime Roadtrip They Will Never Forget","The Leisure Seeker","false","7.3","223" +"false","/z7OXIqI8u9zmcGCmLcy7AFfHDjx.jpg","null","0","[{'id':28,'name':'Action'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'}]","","21260","tt1410205","en","The Land That Time Forgot","Shipwrecked castaways stumble upon the mysterious island of Caprona in the Bermuda Triangle, confronting man-eating dinosaurs and a stranded German U-Boat crew while trying to escape.","2.716","/h8nBiqWc6EyoCmp7Dry6JiUnMjN.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-07-28","0","90","[{'iso_639_1':'en','name':'English'}]","Released","It's Not Where They Are ... It's When?","The Land That Time Forgot","false","3.5","22" +"false","/yhdRbzf2cDjv3GYQpOKQbkXKl3h.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://lonelycrow.co.uk/the-devil-complex/","383442","tt3276518","en","The Devil Within","In November 2012 Rachel Kusza and her team of film makers travelled to Transylvania to document the Baciu forest. A forest with a dark history of strange occurrences, ghost sightings and countless cases of missing people. The film crew were never heard from again. After searching for the film crew for two years Howard Redman, Rachels teacher, found the crews camera buried in the snow....","1.579","/3Uzjv48NmFveBMwRsdDrhc40RWK.jpg","[{'id':73373,'logo_path':null,'name':'Lonely Crow Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-05-09","0","79","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","The Ultimate Confession.","The Devil Within","false","2.3","15" +"false","/993h9NdPYRhVEyqbKM7tU60bsXq.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://www.fishbowlcaliforniafilm.com/","513568","tt5547910","en","Fishbowl California","A man struggling to find purpose in life is enlightened by a drunk ailing widow.","3.507","/oO6AWeWxaDvWmUfBtDBkj9ekgGy.jpg","[{'id':104188,'logo_path':null,'name':'Sweet Tooth Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-05-01","0","83","[{'iso_639_1':'en','name':'English'}]","Released","Be a better person. One mistake at a time.","Fishbowl California","false","7.3","6" +"false","/atXbukoVwFaO3CEatzNHh5MIaam.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':37,'name':'Western'}]","http://countylinemovie.com/","521639","tt6243274","en","County Line","Sheriff Rockwell is settling into an unwanted retirement until his old war buddy and neighboring Sheriff is mysteriously shot. When overlooked evidence points to corruption, Alden must take the investigation into his own hands or else standby while a greater evil takes over the town.","0.757","/79hkDegtPvqbl2K6NxxumLTQ5bE.jpg","[{'id':104309,'logo_path':null,'name':'Imagicomm Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-06-16","0","88","[{'iso_639_1':'en','name':'English'}]","Released","Some lines must be crossed.","County Line","false","4.5","2" +"false","/gkkBhctHPGg8hrmtWbO3ySZoj4z.jpg","null","30000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':53,'name':'Thriller'}]","http://www.1517toparis.com/","453201","tt6802308","en","The 15:17 to Paris","In August 2015, an ISIS terrorist boarded train #9364 from Brussels to Paris. Armed with an AK-47 and enough ammo to kill more than 500 people, the terrorist might have succeeded except for three American friends who refused to give in to fear. One was a college student, one was a martial arts enthusiast and airman first class in the U.S. Air Force, and the other was a member of the Oregon National Guard, and all three pals proved fearless as they charged and ultimately overpowered the gunman after he emerged from a bathroom armed and ready to kill.","10.819","/qxJQ0VBCuJkJhJmuWzxI408ngwd.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':171,'logo_path':null,'name':'Malpaso Productions','origin_country':'US'},{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-02-02","56150957","94","[{'iso_639_1':'en','name':'English'}]","Released","In the face of fear ordinary people can do the extraordinary","The 15:17 to Paris","false","5.3","728" +"false","/yR6952VuJ2OchliEj0vyRxFZiBT.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':12,'name':'Adventure'}]","http://samsonmovie.pureflix.com/","474392","tt6951892","en","Samson","After losing the love of his life to a cruel Philistine prince, a young Hebrew with Supernatural strength defends his people, sacrificing everything to avenge his love, his people, and his God.","6.427","/v7Zaj1IEzMMB7KzfglpxdXWB66u.jpg","[{'id':6427,'logo_path':null,'name':'Pure Flix Entertainment','origin_country':''},{'id':103535,'logo_path':null,'name':'Boomtown films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-02-16","0","110","[{'iso_639_1':'en','name':'English'}]","Released","Chosen. Betrayed. Redeemed.","Samson","false","5.2","62" +"false","/h858Q0sJwIyePN5p4AgIlN052wF.jpg","null","0","[{'id':35,'name':'Comedy'}]","http://lionsgateathome.com/most-likely-to-murder","503758","tt6566830","en","Most Likely to Murder","Billy, the coolest kid in high school, comes back to his hometown 15 years later to find he???s no longer cool and the girl he still has feelings for now dates the former town outcast. Billy becomes obsessed with proving the outcast is a murderer.","4.424","/uozkm1AvcEo8ZKU3UKam06YWmbc.jpg","[]","[]","2018-03-12","0","99","[{'iso_639_1':'en','name':'English'}]","Released","","Most Likely to Murder","false","5.9","18" +"false","/ceVcKocztpxoxQlN8nXIKVOyTyy.jpg","{'id':522250,'name':'Maya the Bee Collection','poster_path':'/8tE3eXiGfvxdNF6YpM89PGmpoT2.jpg','backdrop_path':'/w4IzsOdmkXvT9sYkWhTzxKvIIjE.jpg'}","0","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'}]","http://studio100film.com/en/movies.php?item=14","499088","tt6685596","en","Maya the Bee: The Honey Games","When an overenthusiastic Maya accidentally embarrasses the Empress of Buzztropolis, she is forced to unite with a team of misfit bugs and compete in the Honey Games for a chance to save her hive.","5.629","/aBfeHekIIjC4mFlark5MWJWDyZn.jpg","[{'id':104638,'logo_path':null,'name':'Studio B Animation','origin_country':''},{'id':68112,'logo_path':'/tyKz3ju6yod8fza47LH22bLpGSs.png','name':'Studio 100 Media','origin_country':'DE'}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'DE','name':'Germany'}]","2018-02-02","0","85","[{'iso_639_1':'en','name':'English'}]","Released","","Maya the Bee: The Honey Games","false","7","17" +"false","/3JtcDKc32ySrm09N2IeHVk04tfm.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","469715","tt6987760","en","Snake Outta Compton","A rap group on the verge of signing their first record deal is the city's only hope in a battle with a giant mutating snake monster.","4.514","/qg0NL3Otg1Zwrjfj7sJQnbZ36lR.jpg","[{'id':86009,'logo_path':null,'name':'Dual Visions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-04-23","0","89","[{'iso_639_1':'en','name':'English'}]","Released","The Story of the World's Most Dangerous Spoof","Snake Outta Compton","false","3.4","11" +"false","/i2fTDqSrrq6cHKI3xZWQxV5uemG.jpg","{'id':86083,'name':'Grease Collection','poster_path':'/rYy6EBjcCh9jwcfxhyUZFLFiG84.jpg','backdrop_path':'/95ASlSlkBSILVLrZA69P0OdniP5.jpg'}","13200000","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","","9037","tt0084021","en","Grease 2","It's 1961, two years after the original Grease gang graduated, and there's a new crop of seniors and new members of the coolest cliques on campus, the Pink Ladies and T-Birds. Michael Carrington is the new kid in school - but he's been branded a brainiac. Can he fix up an old motorcycle, don a leather jacket, avoid a rumble with the leader of the T-Birds, and win the heart of Pink Lady Stephanie?","7.81","/lTjDMtgfXb2bUrg80h2lJbvJMwW.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1982-06-11","15171476","115","[{'iso_639_1':'en','name':'English'}]","Released","The Music and Feeling go on Forever.","Grease 2","false","5","330" +"false","/ls3wjiOmWk8FAcfSqVrwPGpMzxR.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","434616","tt5598100","fr","Patients","After a serious sport accident in a swimming pool, Ben, now an incomplete quadriplegic, arrives in a rehabilitation center. He meets with other handicapped persons (tetraplegics, paraplegics, traumatized crania), all victims of accidents, as well as a handicapped since his early childhood. They go through impotence, despair and resignation, with their daily struggle to learn how to move a finger or to hold a fork. Some of them slowly find a little mobility while others receive the verdict of the handicap for life. Despite everything, hope and friendship help them endure their difficulties.","6.356","/bsfTP1UFMZJTeZTnwfkPdMCj4QZ.jpg","[]","[{'iso_3166_1':'FR','name':'France'}]","2017-03-01","0","110","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Patients","false","7.5","375" +"false","/2F7pwPEWYhwgQKQYmNNLxbDnC4h.jpg","null","0","[{'id':18,'name':'Drama'}]","","442709","tt6456222","en","Nostalgia","A mosaic of stories about love and loss, exploring our relationship to the objects, artifacts, and memories that shape our lives.","4.362","/vbvexHHFLEonIuXul2AVpnwgrZw.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-02-16","0","115","[{'iso_639_1':'en','name':'English'}]","Released","Memories of Lives Lived","Nostalgia","false","6.1","10" +"false","/fCUIuG7y4YKC3hofZ8wsj7zhCpR.jpg","null","3700000","[{'id':16,'name':'Animation'},{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","","12477","tt0095327","ja","???????????????","In the final months of World War II, 14-year-old Seita and his sister Setsuko are orphaned when their mother is killed during an air raid in Kobe, Japan. After a falling out with their aunt, they move into an abandoned bomb shelter. With no surviving relatives and their emergency rations depleted, Seita and Setsuko struggle to survive.","0.6","/4u1vptE8aXuzb5zauZTmikyectV.jpg","[{'id':10342,'logo_path':'/dT3UbXjca6TClutHJtr7GhkRALP.png','name':'Studio Ghibli','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","1988-04-16","0","89","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Grave of the Fireflies","false","8.4","1924" +"false","/ii9D4foSBSuW8X09rdpp6CYcjRR.jpg","null","0","[{'id':99,'name':'Documentary'}]","","455565","tt6752848","en","Bombshell: The Hedy Lamarr Story","The world's most beautiful woman was also the secret inventor of secure wifi, bluetooth and GPS communications, but her arresting looks stood in the way of her being given the credit she deserved... until now.","2.984","/iPwo2CRfZzTQxWemoEh6NYR1ZfX.jpg","[{'id':43312,'logo_path':'/mMAOSr0u4OBIirThdhWrvwYkedn.png','name':'Reframed Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-06-06","0","88","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","Icon. Immigrant. Inventor.","Bombshell: The Hedy Lamarr Story","false","7.2","33" +"false","/u0yT7WCGzrwTnfU3bejOWibXSbH.jpg","null","0","[{'id':27,'name':'Horror'}]","","488342","tt5283288","en","Scarecrows","Teenagers are kidnapped and made into scarecrows, that are left to die in the crop fields.","1.735","/4DaR9xjA8wJ6pl1q58m1QFSIb0a.jpg","[{'id':98203,'logo_path':null,'name':'5???7 Films','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2017-11-22","0","80","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","It was supposed to be the summer of their dreams","Scarecrows","false","5.4","8" +"false","/k91Dag8AZbhjIJqrtf7F1bQnGPg.jpg","null","31500000","[{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","http://www.apocalypsenow.com","28","tt0078788","en","Apocalypse Now","At the height of the Vietnam war, Captain Benjamin Willard is sent on a dangerous mission that, officially, ""does not exist, nor will it ever exist."" His goal is to locate - and eliminate - a mysterious Green Beret Colonel named Walter Kurtz, who has been leading his personal army on illegal guerrilla missions into enemy territory.","17.114","/jcvJ2xcVWU9Wh0hZAxcs103s8nN.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':26663,'logo_path':null,'name':'Zoetrope Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1979-08-15","89460381","147","[{'iso_639_1':'km','name':''},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'vi','name':'Ti???ng Vi???t'}]","Released","This is the end...","Apocalypse Now","false","8.2","3734" +"false","/A3fq3cFQ9GeLx3qqy5Km4KtyLpT.jpg","null","0","[{'id':27,'name':'Horror'}]","https://www.facebook.com/AntisocialTheMovie","350837","tt4004084","en","Antisocial 2","Years after having her newborn child stolen from her, Sam searches a world infested with infected users from the Social Redroom website. After befriending a young girl named Bean, Sam is captured and locked in a facility dedicated to finding a cure for the Redroom Virus. Trapped and tortured, Sam tries to escape the facility before an impending update on the Redroom site hits 100% and unleashes its final phase of the attack.","0.925","/13DfbuWIs1RmIhfzwHjSjBj0mEO.jpg","[{'id':9315,'logo_path':null,'name':'Black Fawn Films','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2015-07-30","0","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","","Antisocial 2","false","6.4","11" +"false","/mFCEeEjRfU2WU9vv5ApXJLzKxy7.jpg","null","10400000","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'}]","","360814","tt5074352","hi","????????????","Dangal is an extraordinary true story based on the life of Mahavir Singh and his two daughters, Geeta and Babita Phogat. The film traces the inspirational journey of a father who trains his daughters to become world class wrestlers.","7.33","/5PDT64gtbmH10gK5AYR7LZh5PQk.jpg","[{'id':2140,'logo_path':null,'name':'Aamir Khan Productions','origin_country':'IN'},{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':2320,'logo_path':'/nSAXfUCy16cNRiPlBMHeb700t9p.png','name':'UTV Motion Pictures','origin_country':'IN'}]","[{'iso_3166_1':'IN','name':'India'}]","2016-12-21","310000000","161","[{'iso_639_1':'hi','name':'??????????????????'}]","Released","","Dangal","false","8.1","330" +"false","/ihWaJZCUIon2dXcosjQG2JHJAPN.jpg","null","13000000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","77338","tt1675434","fr","Intouchables","A true story of two men who should never have met ??? a quadriplegic aristocrat who was injured in a paragliding accident and a young man from the projects.","18.603","/4mFsNQwbD0F237Tx7gAPotd0nbJ.jpg","[{'id':9,'logo_path':'/nda3dTUYdDrJ6rZqBpYvY865aDv.png','name':'Gaumont','origin_country':'FR'},{'id':6301,'logo_path':null,'name':'Cin??Cin??ma','origin_country':''},{'id':7038,'logo_path':'/9YDo78sKAy6xxqBwVBT2Vi9FSZl.png','name':'Quad Productions','origin_country':'FR'},{'id':7766,'logo_path':null,'name':'Chaocorp','origin_country':''},{'id':8018,'logo_path':null,'name':'Ten Films','origin_country':''},{'id':22123,'logo_path':'/zPTy6QDAlCKGeAALZoFEL3QAlut.png','name':'TF1','origin_country':'FR'},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':356,'logo_path':'/9tW5wZEGotn1Ei5pErA88m47XiD.png','name':'TF1 Films Production','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'}]","2011-11-02","426480871","113","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Sometimes you have to reach into someone else's world to find out what's missing in your own.","The Intouchables","false","8.2","9519" +"false","/croro1uUgCeKEpyRXHNScDZeFXE.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","http://www.sabanfilms.com/films/the-escape-of-prisoner-614/","505418","tt7375578","en","The Escape of Prisoner 614","Two inept, small-town Sheriff's Deputies catch an escaped prisoner that they believe was wrongly convicted.","6.237","/o2zDJe9MaBW7XYjRdbYNlIqRNvZ.jpg","[{'id':75355,'logo_path':'/avj80RsunqwDbOS6oLp4plRE5UQ.png','name':'Yale Productions','origin_country':'US'},{'id':65649,'logo_path':null,'name':'SSS Entertainment','origin_country':''},{'id':59824,'logo_path':'/oTLLl9kNJtIbIRggI3mjhZRP72e.png','name':'Wing and a Prayer Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-04-27","0","97","[{'iso_639_1':'en','name':'English'}]","Released","Tail 'em. Nail 'em. Jail 'em.","The Escape of Prisoner 614","false","5.9","9" +"false","/xPexfaDzGNQEVJhjpLSND2q5Dyf.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","484586","tt4588594","en","The Body Tree","A group of Americans travel to Siberia where a friend died stabbed. Soon, they will discover their hosts are involved in the occult.","1.997","/laTr3TjRlxAcQWC9syMVvSka1CL.jpg","[]","[]","2017-11-13","0","95","[{'iso_639_1':'en','name':'English'}]","Released","","The Body Tree","false","5.6","6" +"false","/A1rqwyH4gcQQjYmMbTDfCAbjEgE.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","381935","tt4797436","en","Jack Goes Home","After his father is killed in a car crash, Jack travels home to Colorado to help nurse his mother (who was injured in the crash) back to health. There, he uncovers long buried secrets and lies within his family, his friends, and his very identity.","2.932","/73j7xEfB8ZyTa2o4iz8TSGPWbGM.jpg","[{'id':75355,'logo_path':'/avj80RsunqwDbOS6oLp4plRE5UQ.png','name':'Yale Productions','origin_country':'US'},{'id':75356,'logo_path':null,'name':'Isle Empire Pictures','origin_country':''},{'id':75357,'logo_path':'/zXT1JFP82YL245wlLpauAJDZA25.png','name':'BondIt','origin_country':'US'},{'id':65649,'logo_path':null,'name':'SSS Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-03-14","0","100","[{'iso_639_1':'en','name':'English'}]","Released","Let the condolences begin","Jack Goes Home","false","4.8","32" +"false","/pGIcZ1WD0cxpiQ0JaGy9VFvAZwW.jpg","null","0","[{'id':35,'name':'Comedy'}]","https://www.netflix.com/title/80183328","465109","tt6821012","en","The Week Of","The parents of a soon-to-be married couple make the final preparations for the wedding ceremony.","9.067","/2MW56TDpVEv4Zi8VyclL35VxhTM.jpg","[{'id':2608,'logo_path':'/g3YRudXiQzHesQqRXvnhFpMzfkU.png','name':'Happy Madison Productions','origin_country':'US'},{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-04-27","0","116","[{'iso_639_1':'en','name':'English'}]","Released","7 days. 2 families. No backing out.","The Week Of","false","5.1","327" +"false","/22gtuF5jjKujilYlfBCzWSeM0bL.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","","401121","tt5152640","en","Shortwave","A modern and unrelentingly tense psychological thriller based on a theory of the origins of shortwave radio frequencies, Shortwave is an unnerving reminder that some stones are best left unturned.","1.503","/zUpZg5Pit5JQ1M5pFRA5qXpcKbA.jpg","[{'id':95875,'logo_path':null,'name':'Cue Mark Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-06-04","350000","85","[{'iso_639_1':'en','name':'English'}]","Released","","Shortwave","false","4.6","17" +"false","/mzsCLrjPMiXzwY5dpT89CMYHh1s.jpg","{'id':385528,'name':'Outrage Collection','poster_path':'/1sMVRB9G6YK374QUxdkkSopesPT.jpg','backdrop_path':'/sa5JUDHEyBArR5MZdyuD2luk9HF.jpg'}","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","","452323","tt6293042","ja","?????????????????? ?????????","??tomo gets involved with new Yakuza battles after he comes back the Yakuza society.","3.622","/rY9FNvPrDFXkC10N4k48HH7yoJ1.jpg","[{'id':3034,'logo_path':'/kGRavMqgyx4p2X4C96bjRCj50oI.png','name':'TV Tokyo','origin_country':'JP'},{'id':567,'logo_path':null,'name':'Office Kitano','origin_country':''},{'id':528,'logo_path':'/fO3Aof3lXQclYpBByYC8aneTXwA.png','name':'Bandai Visual','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","2017-10-07","0","105","[{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","All out of control","Outrage Coda","false","6.9","28" +"false","/2SfMKEKyuvibKyGyLM9nG1ShpoR.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://breakdownlanemovie.com/","401359","tt3121200","en","Breakdown Lane","When Kirby Lane's SUV breaks down in the middle of the desert, she must overcome the dehydration, coyotes, and lurking undead to find her way home.","2.386","/nevwDR8ODeY7nqdZlEo0gqGH6ZA.jpg","[{'id':86936,'logo_path':null,'name':'Twilight Pictures','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2017-01-05","0","76","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","It's time to kick some zombie ass!","Breakdown Lane","false","4.1","12" +"false","/8EhRp9kbZyiEc9pQYaVs61R7FNA.jpg","null","0","[{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","https://www.lastseenmovie.com/","520276","tt5040202","en","Last Seen in Idaho","A woman awakens from a coma after a car accident and begins having shocking visions of her future murder. It's a race against the clock as she tries to solve and prevent her own murder.","3.659","/lEqxM4CNDPjeMlmVZz5XOC3wfuO.jpg","[{'id':18656,'logo_path':null,'name':'Breaking Glass Pictures','origin_country':''},{'id':2967,'logo_path':'/xtGoPUWKl6gX1eKRFrgBKNm7cfO.png','name':'Fireshoe Productions','origin_country':'US'}]","[]","2018-04-24","0","110","[]","Released","","Last Seen in Idaho","false","6.4","6" +"false","/8mcGKmJ7TkU76aCSDUdqZ0jhsU9.jpg","null","0","[{'id':53,'name':'Thriller'}]","http://www.mylifetime.com/movies/framed-by-my-fiance","490453","tt7685926","en","Framed By My Fianc??","Daniel, a brilliant lawyer who is about to become one of the state's youngest judges, is driving with his fianc?? Jenny when they hit another car. She wakes up to learn the other driver is dead and she's being charged with manslaughter. Before help arrived on the scene, Daniel shifted Jenny to the driver's seat to hide his culpability. Desperate to get her life back, Jenny sets out to convince the vengeful dead driver's wife that she's innocent--only to realize that Daniel is determined to keep the truth secret.","2.768","/9wnL6AKbqWMxWHcBQUfj3JhQ6WH.jpg","[]","[]","2017-11-27","0","83","[{'iso_639_1':'en','name':'English'}]","Released","","Framed By My Fianc??","false","8.7","6" +"false","/dL2AXDZCU0G0hLcMGnSxmzSlNDU.jpg","null","0","[{'id':99,'name':'Documentary'}]","","438440","tt3127902","en","Dealt","Sixty-two year old Richard Turner is renowned as one of the world???s greatest card magicians, yet he is completely blind. This is an in-depth look at a complex character who is one of magic???s greatest hidden treasures.","1.191","/xaVfhh4WHXX1J33YAk8lWd8qAR9.jpg","[{'id':114399,'logo_path':null,'name':'Keep On Running Pictures','origin_country':''},{'id':52393,'logo_path':null,'name':'Ralph Smyth Entertainment','origin_country':''},{'id':114400,'logo_path':null,'name':'White Stone Associates','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-03-13","30414","85","[{'iso_639_1':'en','name':'English'}]","Released","","Dealt","false","8","9" +"false","/2Pw12JYOD4sVqPREK57W8Y36BRX.jpg","null","0","[{'id':28,'name':'Action'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","25119","tt0845955","en","Are You Scared?","After waking up in an abandoned factory, six kidnapped terns realize they are contestants on a reality show called ""Are You Scared?""","2.236","/e2kYGsAb7tY1OVtbOckQuXKnPbr.jpg","[{'id':8456,'logo_path':null,'name':'Mainline Releasing','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-09-12","0","79","[{'iso_639_1':'en','name':'English'}]","Released","","Are You Scared?","false","3.9","21" +"false","/k4BAPrE5WkNLvpsPsiMfu8W4Zyi.jpg","null","3300000","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","http://cidadededeus.globo.com/","598","tt0317248","pt","Cidade de Deus","Cidade de Deus is a shantytown that started during the 1960s and became one of Rio de Janeiro???s most dangerous places in the beginning of the 1980s. To tell the story of this place, the movie describes the life of various characters, all seen by the point of view of the narrator, Buscap??. Buscap?? was raised in a very violent environment. Despite the feeling that all odds were against him, he finds out that life can be seen with other eyes...","13.104","/gCqnQaq8T4CfioP9uETLx9iMJF4.jpg","[{'id':345,'logo_path':null,'name':'O2 Filmes','origin_country':'BR'},{'id':346,'logo_path':null,'name':'VideoFilmes','origin_country':''},{'id':856,'logo_path':'/3tfzS2CrX6Ntbu927XzHXEPDA6y.png','name':'Wild Bunch','origin_country':'FR'},{'id':11444,'logo_path':null,'name':'Lumiere','origin_country':''},{'id':11445,'logo_path':null,'name':'Hank Levine Film','origin_country':''},{'id':13969,'logo_path':'/vYbpU7yDkLvx4ehvOxuU5BTsFKi.png','name':'Globo Filmes','origin_country':'BR'}]","[{'iso_3166_1':'BR','name':'Brazil'}]","2002-02-05","30641770","130","[{'iso_639_1':'pt','name':'Portugu??s'}]","Released","If you run you're dead... if you stay, you're dead again. Period.","City of God","false","8.4","3177" +"false","/voDQCOKcbkV1Xn5rqdfoNbu77dU.jpg","{'id':91799,'name':'Tremors Collection','poster_path':'/dCeNEdBgkpXMIAndv02JI3DXzKj.jpg','backdrop_path':'/87K8X2WixRlR3LxzeydW83N7nM0.jpg'}","0","[{'id':878,'name':'Science Fiction'},{'id':27,'name':'Horror'},{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","","496704","tt6086082","en","Tremors: A Cold Day in Hell","Burt Gummer (Michael Gross) and his son Travis Welker (Jamie Kennedy) find themselves up to their ears in Graboids and Ass-Blasters when they head to Canada to investigate a series of deadly giant-worm attacks. Arriving at a remote research facility in the artic tundra, Burt begins to suspect that Graboids are secretly being weaponized, but before he can prove his theory, he is sidelined by Graboid venom. With just 48 hours to live, the only hope is to create an antidote from fresh venom ??? but to do that, someone will have to figure out how to milk a Graboid!","13.195","/aFOdiHaRjeTmHG67e5B7md2Q1cq.jpg","[{'id':17009,'logo_path':'/ssowAxOrrqsSR2CKeiytOXwLoCW.png','name':'Universal 1440 Entertainment','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'ZA','name':'South Africa'}]","2018-05-01","0","98","[{'iso_639_1':'en','name':'English'}]","Released","","Tremors: A Cold Day in Hell","false","5.1","97" +"false","/cDbJAqGIsnpJfiNiYNBQYQs0ZWY.jpg","null","0","[{'id':28,'name':'Action'},{'id':16,'name':'Animation'}]","http://wwws.warnerbros.co.jp/batman-ninja/","485942","tt7451284","ja","???????????????????????????","Gorilla Grodd's time displacement machine transports many of Batman's worst enemies to feudal Japan, along with the Dark Knight and a few of his allies.","12.271","/5xSB0Npkc9Fd9kahKBsq9P4Cdzp.jpg","[{'id':93154,'logo_path':null,'name':'Kamikaze Douga','origin_country':''},{'id':10576,'logo_path':'/hiaURo2NrE4Pq2EjafK9BGhbcaK.png','name':'DC Films','origin_country':''},{'id':2785,'logo_path':'/l5zW8jjmQOCx2dFmvnmbYmqoBmL.png','name':'Warner Bros. Animation','origin_country':'US'},{'id':9993,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Entertainment','origin_country':'US'}]","[{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'US','name':'United States of America'}]","2018-04-24","0","85","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Batman Ninja","false","5.6","391" +"false","/bOqQGiBtv4JQyYRdEFBtDfST3Ua.jpg","null","0","[{'id':35,'name':'Comedy'}]","","430011","tt4454078","en","Supercon","A ragtag group of former TV stars and comic book artists who make their living working at conventions decide to steal the loot from a crooked promoter and an overbearing former TV icon.","3.178","/xK2JTaoKmabEjDccv0yYIkgP5Qu.jpg","[{'id':104032,'logo_path':null,'name':'MOmentum Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-04-27","0","100","[{'iso_639_1':'en','name':'English'}]","Released","They have been cosplayed for the last time.","Supercon","false","4.8","12" +"false","/n5Apka5JaYrLXcQa3lXhnzuBXHj.jpg","null","0","[{'id':35,'name':'Comedy'}]","","507143","tt6744044","en","Candy Jar","Dueling high school debate champs who are at odds on just about everything forge ahead with ambitious plans to get into the colleges of their dreams.","10.436","/u9PG1LG0zLnl6QQxw4WoRJEroXF.jpg","[{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-04-27","0","92","[{'iso_639_1':'en','name':'English'}]","Released","Two rivals have met their match","Candy Jar","false","6.5","252" +"false","/h3A6QXt8t35YQrSvbF9hOkKeeB9.jpg","null","100000000","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","2655","tt0161081","en","What Lies Beneath","When Claire Spencer starts hearing ghostly voices and seeing spooky images, she wonders if an otherworldly spirit is trying to contact her. All the while, her husband tries to reassure her by telling her it's all in her head. But as Claire investigates, she discovers that the man she loves might know more than he's letting on.","10.427","/A1mrfm8LEv7L28q50ld8QI5z9Iu.jpg","[{'id':11395,'logo_path':null,'name':'ImageMovers','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-07-21","291420351","130","[{'iso_639_1':'en','name':'English'}]","Released","He was the perfect husband until his one mistake followed them home.","What Lies Beneath","false","6.3","871" +"false","/vTBJB5WkcNjwZylCe2YFHtG0wPH.jpg","null","0","[{'id':99,'name':'Documentary'}]","","339346","tt3735216","en","Under Our Skin 2: Emergence","This sequel revisits the unforgettable characters from the acclaimed documentary UNDER OUR SKIN, and investigates new research and scandals in the exploding global Lyme disease crisis.","0.6","/qzN0fjjQkHGYDYm2JIDqoQqAzos.jpg","[]","[]","2014-08-01","0","64","[]","Released","","Under Our Skin 2: Emergence","false","7","1" +"false","/zCNjV3IdgRXJjglf12bYP3B3nWk.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.toomelahthemovie.com/","78715","tt1905071","en","Toomelah","In a remote Aboriginal community, 10 year old Daniel yearns to be a gangster, like the male role models in his life. Skipping school, getting into fights and running drugs for Linden, who leads the main gang in town.","0.84","/vKoXTmKVzQiTyLbEOs5nWTkf2Tc.jpg","[{'id':86737,'logo_path':null,'name':'Bunya Productions','origin_country':'AU'}]","[{'iso_3166_1':'AU','name':'Australia'}]","2011-05-16","0","106","[{'iso_639_1':'en','name':'English'}]","Released","","Toomelah","false","6.4","8" +"false","/eHTEtKM34CZEhCUxLjgUYaEv5GH.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","http://posthumanmovie.com/","316618","tt2831568","en","The Posthuman Project","Denny Burke is finally about to graduate high school. Senior year has been one bad thing after another: a broken leg, a broken heart, and ??? worst of all ??? a broken home. With four of his closest friends, Denny goes on one last rock-climbing trip to prove he???s ready to start his adult life??? On their trip the five teens receive a genetic boost beyond anything they???d ever imagined. Denny???s soon faced with the first big decision of his adult life: does he give up these powers and stay a normal teenager, or does he keep them???and graduate from the human race?","0.6","/jLfQqEvumesUjmLZQhfxTMnzeVH.jpg","[{'id':44632,'logo_path':'/neCKH4sJCBhZ1B4QocTM4VXCQOR.png','name':'Gravitas Ventures','origin_country':'US'}]","[]","2015-01-30","0","93","[]","Released","Unleash Your Inner Hero","The Posthuman Project","false","3.5","4" +"false","/xfRATQgU04HOhTgFOm3KBePqEeo.jpg","null","0","[{'id':18,'name':'Drama'}]","","34689","tt0046754","en","The Barefoot Contessa","Has-been director Harry Dawes gets a new lease on his career when independently wealthy Kirk Edwards hires him to write and direct a film. They go to Madrid to find Maria Vargas, a dancer who will star in the film. Millionaire Alberto Bravano takes Maria from Kirk. Count Vincenzo Torlato-Favrini takes Maria from Alberto.","4.677","/7xkWgJk6RmWrDI9SEV6lvMkGAEY.jpg","[{'id':12112,'logo_path':null,'name':'Figaro','origin_country':''},{'id':20159,'logo_path':null,'name':'Transoceanic Film','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'IT','name':'Italy'}]","1954-09-29","0","128","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","The world's most beautiful animal!","The Barefoot Contessa","false","6.8","75" +"false","/pGQsK5kJslM8F2ZxeH9jO9qXf4V.jpg","null","10000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","11337","tt0081554","en","Stardust Memories","While attending a retrospect of his work, a filmmaker recalls his life and his loves: the inspirations for his films.","5.945","/pDF2XvywB8TtPpqiTXqjddFLxQy.jpg","[{'id':13309,'logo_path':null,'name':'Jack Rollins & Charles H. Joffe Productions','origin_country':''},{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1980-09-26","10389003","89","[{'iso_639_1':'en','name':'English'}]","Released","","Stardust Memories","false","7.1","164" +"false","/mnpRKVSXBX6jb56nabvmGKA0Wig.jpg","null","19000000","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","http://movies.disney.com/spirited-away","129","tt0245429","ja","????????????????????????","A young girl, Chihiro, becomes trapped in a strange new world of spirits. When her parents undergo a mysterious transformation, she must call upon the courage she never knew she had to free her family.","25.131","/oRvMaJOmapypFUcQqpgHMZA6qL9.jpg","[{'id':10342,'logo_path':'/dT3UbXjca6TClutHJtr7GhkRALP.png','name':'Studio Ghibli','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","2001-07-20","274925095","125","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Spirited Away","false","8.5","7100" +"false","/nu0g1Li8MS3FBp3Z3LsRxBV1oN1.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","15363","tt0437777","en","Something New","Kenya McQueen, a corporate lawyer finds love in the most unexpected place when she agrees to go on a blind date with Brian Kelly, a sexy and free-spirited landscaper.","5.891","/n11W7uJLgEFbbKLyZzm07Mjs6na.jpg","[{'id':37,'logo_path':'/nlG4JEjJ7SAFDehgIVvHFBPW23y.png','name':'Gramercy Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-01-29","11400000","99","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","A romantic comedy with a whole lot of drama.","Something New","false","6.4","92" +"false","/2tOVz990Z7cg05Moc99O9zXXGxm.jpg","null","3200000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'}]","","24559","tt0069280","en","Slaughterhouse-Five","""Listen: Billie Pilgrim has come unstuck in time."" Slaughterhouse-Five is an award-winning 1972 film adaptation of Kurt Vonnegut's novel of the same name. Director Hill faithfully renders for the screen Vonnegut's obsessive story of Pilgrim, who survives the 1945 firebombing of Dresden, then lives simultaneously in his past, present, and future.","5.084","/td1iHSiMtHQWJSgTCVSaonJ6BQY.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':4332,'logo_path':null,'name':'Vanadas Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1972-03-15","0","104","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'hu','name':'Magyar'}]","Released","Billy Pilgrim lives - from time to time.","Slaughterhouse-Five","false","6.6","78" +"false","/d5tK8tUD4qhtfupIEaIGnnMSLiB.jpg","null","1500000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","","10972","tt0261983","en","Session 9","Tensions rise within an asbestos cleaning crew as they work in an abandoned mental hospital with a horrific past that seems to be coming back.","8.8","/mWwrWhPHiHSoCWUkYcq4GplRF6V.jpg","[{'id':987,'logo_path':null,'name':'USA Films','origin_country':''},{'id':2065,'logo_path':null,'name':'Scout Productions','origin_country':''},{'id':236,'logo_path':null,'name':'October Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-08-10","373967","100","[{'iso_639_1':'en','name':'English'}]","Released","Fear is a place.","Session 9","false","6.2","409" +"false","/nCaQAFG3dLWNx19RzORZoAJ8QFW.jpg","null","31000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","4587","tt0100140","en","Mermaids","Fifteen-year-old Charlotte Flax is tired of her wacky mom moving their family to a different town any time she feels it is necessary. When they move to a small Massachusetts town and Mrs. Flax begins dating a shopkeeper, Charlotte and her 9-year-old sister, Kate, hope that they can finally settle down. But when Charlotte's attraction to an older man gets in the way, the family must learn to accept each other for who they truly are.","7.301","/1VufMcp0euY2LpmKiVv8xnbB9Om.jpg","[{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-12-14","35419397","110","[{'iso_639_1':'en','name':'English'}]","Released","Mom is many things... normal isn't one of them.","Mermaids","false","6.6","207" +"false","/bORe0eI72D874TMawOOFvqWS6Xe.jpg","null","20000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","637","tt0118799","it","La vita ?? bella","A touching story of an Italian book seller of Jewish ancestry who lives in his own little fairy tale. His creative and happy life would come to an abrupt halt when his entire family is deported to a concentration camp during World War II. While locked up he tries to convince his son that the whole thing is just a game.","18.021","/f7DImXDebOs148U4uPjI61iDvaK.jpg","[{'id':370,'logo_path':null,'name':'Melampo Cinematografica','origin_country':'IT'},{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'}]","[{'iso_3166_1':'IT','name':'Italy'}]","1997-12-20","229400000","116","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'cs','name':'??esk??'}]","Released","An unforgettable fable that proves love, family and imagination conquer all.","Life Is Beautiful","false","8.4","6953" +"false","/cQnEXmGIHF2csUpfzz3gXCq5uLz.jpg","null","0","[{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","436370","tt5034212","en","Incontrol","Incontrol follows a group of university students who discover a device that allows them to take control of others, and experience the world through someone else. As they push the machine's abilities to its limits, they begin to question the device itself.","1.155","/x8RK8F1Fq948OtR6DK9bgnrY2L6.jpg","[{'id':85695,'logo_path':null,'name':'Umbrella Collective Films','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2017-08-27","0","82","[{'iso_639_1':'en','name':'English'}]","Released","","Incontrol","false","5.4","6" +"false","/viLWzzO3nvFZ2ppHqijVgTBklLH.jpg","null","0","[{'id':27,'name':'Horror'}]","","483987","tt5641542","en","Gnaw","Jennifer Conrad is a small-town girl starting over in the big city. Fleeing an abusive relationship, all she wants is a chance to begin again. But it is hard to start over when something is eating you while you sleep . . . one painful bite at a time.","1.947","/nJcxMIajh7ZgSHEvdQ0qySEwSoa.jpg","[{'id':95882,'logo_path':null,'name':'Unreal Media','origin_country':''},{'id':86057,'logo_path':null,'name':'Wrecking Ball Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'ES','name':'Spain'}]","2018-12-07","0","97","[{'iso_639_1':'en','name':'English'}]","Released","Eat...Prey...Love","Gnaw","false","2.9","17" +"false","/9ywA15OAiwjSTvg3cBs9B7kOCBF.jpg","{'id':344830,'name':'Fifty Shades Collection','poster_path':'/oJrMaAhQlV5K9QFhulFehTn7JVn.jpg','backdrop_path':'/23fRJTMFRG2lMvvpHcIZ0ZU77I1.jpg'}","55000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.fiftyshadesmovie.com","337167","tt4477536","en","Fifty Shades Freed","Believing they have left behind shadowy figures from their past, newlyweds Christian and Ana fully embrace an inextricable connection and shared life of luxury. But just as she steps into her role as Mrs. Grey and he relaxes into an unfamiliar stability, new threats could jeopardize their happy ending before it even begins.","59.904","/jjPJ4s3DWZZvI4vw8Xfi4Vqa1Q8.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-01-17","368307760","105","[{'iso_639_1':'en','name':'English'}]","Released","Don't Miss the Climax","Fifty Shades Freed","false","6.1","3372" +"false","/uNbdOhz3oKYG3aVCMA1Z3JeB6RG.jpg","{'id':380822,'name':'Penitentiary Collection','poster_path':'/21cIwMtyHNxFFXL1W8zn3cz1RRN.jpg','backdrop_path':'/4rvqiplRc9NKDZlLeESVFKhHv6d.jpg'}","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","","65448","tt0079709","en","Penitentiary","A hitchhiker named Martel Gordone gets in a fight with two bikers over a prostitute, and one of the bikers is killed. Gordone is arrested and sent to prison, where he joins the prison's boxing team in an effort to secure an early parole and to establish his dominance over the prison's toughest gang.","1.569","/r9kZIOVwSA9Ojk4X2KDlDfIRNy6.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","1979-12-01","0","99","[{'iso_639_1':'en','name':'English'}]","Released","There's only one way out, and 100 fools stand in the way!","Penitentiary","false","5.2","12" +"false","/cA5UIkE6j7vcPm7ydUJtYQdlnzQ.jpg","null","0","[{'id':99,'name':'Documentary'}]","","277386","tt2896898","en","Mysteries of the Unseen World","Mysteries of the Unseen World transports audiences to places on this planet that they have never been before, to see things that are beyond their normal vision, yet literally right in front of their eyes. Mysteries of the Unseen World reveals phenomena that can't be seen with the naked eye, taking audiences into earthly worlds secreted away in different dimensions of time and scale. Viewers experience events that unfold too slowly for human perception","1.4","/dWAv699Yj2zpTPkirnxAyWGhX7P.jpg","[{'id':54079,'logo_path':null,'name':'Day's End Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-11-01","0","39","[{'iso_639_1':'en','name':'English'}]","Released","","Mysteries of the Unseen World","false","6.7","12" +"false","/2PXxCVbw1uqii5mP6j2pBhm7BVT.jpg","null","0","[{'id':36,'name':'History'},{'id':18,'name':'Drama'}]","","400020","tt1699518","fr","Le jeune Karl Marx","26 year-old Karl Marx embarks with his wife, Jenny, on the road to exile. In 1844 in Paris, he meets Friedrich Engels, an industrialist???s son, who has been investigating the sordid birth of the British working class. Engels, the dandy, provides the last piece of the puzzle to the young Karl Marx???s new vision of the world. Together, between censorship and the police???s repression, riots and political upheavals, they will lead the labor movement during its development into a modern era.","6.132","/4VwBXiCzXKJyHfRdVBb843m23dx.jpg","[{'id':18485,'logo_path':null,'name':'Rohfilm','origin_country':'DE'},{'id':1793,'logo_path':null,'name':'Velvet Film','origin_country':''},{'id':11773,'logo_path':'/8fCjsqh43LbPV6pm3SfR5Jx64GU.png','name':'Art??mis Productions','origin_country':'BE'},{'id':207,'logo_path':'/uskenzq65wJe0cT0D8StQI3hJnO.png','name':'Agat Films & Cie','origin_country':'FR'}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'}]","2017-03-02","0","118","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Yung Karl","The Young Karl Marx","false","7","117" +"false","/hzjJR0lsi0irw1n8qEZt5sTMt8E.jpg","null","0","[{'id':18,'name':'Drama'}]","","475242","tt3244786","it","La musica del silenzio","Born with a serious eye condition that eventually leads to his blindness, Bocelli nevertheless rises above the challenges, driven by great ambitions towards his passion. The silent pursuit of his daily mission continues.","2.812","/btoHPtkDOEkHC27UpSpqzPXVT22.jpg","[{'id':94785,'logo_path':null,'name':'Picomedia','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'IT','name':'Italy'}]","2017-09-18","0","120","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'it','name':'Italiano'}]","Released","","The Music of Silence","false","7.2","29" +"false","/mWYCzAlY065qMl2A2332Zif3gHk.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","http://househarker.com/","407365","tt4779026","en","I Had A Bloody Good Time At House Harker","It's been generations since the Harkers' great-great grandfather killed Count Dracula. Now the Harker brothers and their best friend Ned are a town joke - until a real vampire turns up.","1.384","/mYL1Co6AOhUsp1UGjuU4aJ4OzaQ.jpg","[{'id':103617,'logo_path':null,'name':'Koch Films','origin_country':''},{'id':103641,'logo_path':null,'name':'Good Cops Entertainment','origin_country':''},{'id':103642,'logo_path':null,'name':'625 Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-10-08","0","80","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Every family has a skeleton in their closet. This one just woke up.","I Had A Bloody Good Time At House Harker","false","5.9","9" +"false","/wwZ2uXOwPkMrZSeFn9s7WFXEMg6.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","406990","tt1536537","en","What Happened to Monday","In a world where families are limited to one child due to overpopulation, a set of identical septuplets must avoid being put to a long sleep by the government and dangerous infighting while investigating the disappearance of one of their own.","15.404","/o6EsOqITcSzcdwD1zxBM9imdxjr.jpg","[{'id':7460,'logo_path':null,'name':'Vendome Pictures','origin_country':''},{'id':7561,'logo_path':'/yWTuzkQnp4NCS7fDVd5vzgLjoux.png','name':'Nexus Factory','origin_country':'BE'},{'id':19037,'logo_path':'/xhAYgpFmJfcCVLV5NMD8QKvqqHc.png','name':'Umedia','origin_country':'BE'},{'id':35916,'logo_path':null,'name':'Raffaella Productions','origin_country':''},{'id':41813,'logo_path':'/pqoPwhsmo0f0V3r6yKouspsuFaF.png','name':'Title Media','origin_country':'BE'},{'id':2902,'logo_path':'/nSPZ1BNASeC2dxJKB8AF6dJCx5q.png','name':'SND','origin_country':'FR'}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-08-18","0","123","[{'iso_639_1':'en','name':'English'}]","Released","Seven sisters. One identity.","What Happened to Monday","false","7.2","3323" +"false","/gqTwlRkQ2FBCeeq6JxzCj4ctjHF.jpg","{'id':288280,'name':'Saturday Night Fever Collection','poster_path':'/qWXxKpBdnMlQyP8f2WPIE3iCL63.jpg','backdrop_path':'/28f8ckuOSsMiXTaVKB1nOCityBm.jpg'}","3500000","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'},{'id':35,'name':'Comedy'}]","","11009","tt0076666","en","Saturday Night Fever","Tony Manero is a Brooklyn paint-store clerk who'd give anything to break out of his dead-end existence. In life, Tony is a peasant; on the disco dance floor, he's a king. As the soundtrack plays one Bee Gees hit after another, white-suited Tony struts his stuff amidst flashing lights and sweaty, undulating bodies. Tony's class aspirations are mirrored in his relationship with his dance partner, a secretary eager to move into the glamorous world of Manhattan.","7.657","/12Ol9OqHzpXzIp5MKfw8dDkm8kf.jpg","[{'id':3978,'logo_path':null,'name':'Robert Stigwood Organization (RSO)','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1977-12-16","237113184","118","[{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'en','name':'English'}]","Released","Catch it","Saturday Night Fever","false","6.6","745" +"false","/3YR2p7afxCwWFtobYXeuVlFzDB1.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","http://wwws.warnerbros.co.jp/22-kokuhaku/","450274","tt5882982","ja","22??????????????? ???????????????????????????","The movie begins in the year 1995 where there were 5 peculiar murder cases. The murderer would always get someone close to the victim to witness how he would strangle the victim from behind with a rope but he would let the witnesses go and speak to the media on how the murders happened. Ito plays the role of Makimura, the police detective who was in charge of investigating the serial murders but failed to catch the cunning murderer and his respected superior ended up being killed as well. 22 years later in 2017 when the case is nearing its statute of limitations, a man named Sonezaki claims to be the culprit for the 1995 murders and even publishes a book titled ""Watashi ga satsujinhan desu"" to talk about the cases. Despite the disgust towards Sonezaki's actions, the intensive attention showered on him via the media and SNS makes him become the talk of town.","2.286","/Av7QU70w0aafHvisqfjRZF9xFbZ.jpg","[]","[{'iso_3166_1':'JP','name':'Japan'}]","2017-06-10","0","118","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Memoirs of a Murderer","false","7","21" +"false","/nXHsfYC2FK3JjVHqAceFA6gIo07.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","42160","tt0081568","en","The Stunt Man","While on the run from the police, Steve Railsback hides in a group of moviemakers where he pretends to be a stunt man. Both aided and endangered by the director (Peter O'Toole) he avoids both the police and sudden death as a stuntman. The mixture of real danger and fantasy of the movie is an interesting twist for the viewer as the two blend in individual scenes.","4.461","/bRTtVMz2Mde44RjuIyebrhYE3tT.jpg","[{'id':17779,'logo_path':null,'name':'Simon Productions','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1980-06-27","0","131","[{'iso_639_1':'cs','name':'??esk??'},{'iso_639_1':'en','name':'English'}]","Released","""If God could do the things that we can do, he'd be a happy man . . .""","The Stunt Man","false","6.8","56" +"false","/cYhyDEYGpdC7OnODWUNk7c86nXM.jpg","null","0","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","http://coalitionfilms.com/the-preppie-connection/","362478","tt2654572","en","The Preppie Connection","A student at a private school uses his connections to establish a drug trafficking network.","3.567","/tG8phQPWG9lP9YIGhiRK4OAERUs.jpg","[{'id':64784,'logo_path':null,'name':'Coalitions Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-03-18","0","110","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","","The Preppie Connection","false","6.7","53" +"false","/cIlLMj1YFlVj2xCfKEcgZ38p3Df.jpg","{'id':267922,'name':'The Hills Have Eyes (Original) Collection','poster_path':'/AbGcpZEihHoR0M7Ls2qTPX4HF60.jpg','backdrop_path':'/3Tezeh4KTsqPqFKqatjtd3cAjMk.jpg'}","230000","[{'id':27,'name':'Horror'}]","","12262","tt0077681","en","The Hills Have Eyes","On the way to California, a family has the misfortune to have their car break down in an area closed to the public, and inhabited by violent savages ready to attack.","4.853","/5vt8y3X9C77r4sTFqH7D5tqAjGL.jpg","[{'id':15459,'logo_path':null,'name':'Blood Relations Co.','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1977-07-22","25000000","90","[{'iso_639_1':'en','name':'English'}]","Released","A nice American family. They didn't want to kill. But they didn't want to die.","The Hills Have Eyes","false","6.1","306" +"false","/dePuMISwgW3s5j3S3mRciMXMYSr.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':10402,'name':'Music'}]","","479626","tt7357302","en","Avicii: True Stories","Documentary about the arena-packing Swedish DJ, chronicling his explosive rise to fame and surprising decision to retire from live performances in 2016.","5.806","/obVlatSLP94kmml5UaCjLsdWPWG.jpg","[{'id':112666,'logo_path':null,'name':'Opa People','origin_country':'SE'}]","[{'iso_3166_1':'SE','name':'Sweden'},{'iso_3166_1':'US','name':'United States of America'}]","2017-10-26","0","85","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'sv','name':'svenska'},{'iso_639_1':'de','name':'Deutsch'}]","Released","","Avicii: True Stories","false","7.8","151" +"false","/AcSIXn3wddRvmTzz3OMBsXm1cNC.jpg","null","0","[{'id':99,'name':'Documentary'}]","","419109","tt5141686","en","Jago: A Life Underwater","Jago tells the story of an 80 year old sea nomad called Rohani who has spent his life plying the waters of South East Asia???s Coral Triangle. The story is told entirely from Rohani???s perspective, against the spectacular backdrop of the Togian Islands, and recreates events that capture the turning points in his life, as a hunter and as a man. We were able to bring Rohani???s past experiences to life by working closely with his family and friends in the village where he grew up. These are the people you see representing Rohani in the film at various stages in his life. Story telling is a big part of Bajau culture, and a way of preserving traditions through generations, so everyone was very enthusiastic about what we were trying to do and brought lots of ideas of their own, especially Rohani. Although he had never had a camera pointed at him, it certainly wasn???t the first time he???d sat around telling stories. We were just lucky that he let us capture it on film.","1.059","/7vQC1UJ2FIa4vAOf7nYlcR9SPYr.jpg","[]","[]","2015-09-24","0","48","[]","Released","","Jago: A Life Underwater","false","6.2","14" +"false","/x9krjfbtFfv1ouL8A59324M7O0e.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","","1888","tt0060424","en","The Fortune Cookie","A cameraman is knocked over during a football game. His brother in law as the king of the ambulance chasing lawyers starts a suit while he's still knocked out. The cameraman is against it until he hears that his ex-wife will be coming to see him. He pretends to be injured to get her back, but also sees what the strain is doing to the football player who injured him.","5.45","/3b9BcraWgj6gWkMCOag0lEEAd0O.jpg","[{'id':1167,'logo_path':null,'name':'Phalanx Productions','origin_country':''},{'id':11496,'logo_path':null,'name':'Jalem Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1966-10-19","0","125","[{'iso_639_1':'en','name':'English'}]","Released","Is he a spy? A security risk? Is he unfaithful? Or is he a nice, normal shnook - out to make a million bucks by sheer accident!","The Fortune Cookie","false","7.4","95" +"false","/o83uHWyhXgYm6YrMHUE1pqvZJDR.jpg","null","1500000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","11368","tt0086979","en","Blood Simple","The owner of a seedy small-town Texas bar discovers that one of his employees is having an affair with his wife. A chaotic chain of misunderstandings, lies and mischief ensues after he devises a plot to have them murdered.","10.311","/xz1p33UMrcPPOGP1vzlRwLVR6k0.jpg","[{'id':13949,'logo_path':null,'name':'River Road Productions','origin_country':''},{'id':13950,'logo_path':null,'name':'Foxton Entertainment','origin_country':''},{'id':11273,'logo_path':null,'name':'Circle Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-09-07","3851855","97","[{'iso_639_1':'en','name':'English'}]","Released","Breaking up is hard to do.","Blood Simple","false","7.4","529" +"false","/kptmPB0rwfLqf1yQPCWewCoyiiq.jpg","null","9000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","290","tt0101410","en","Barton Fink","A renowned New York playwright is enticed to California to write for the movies and discovers the hellish truth of Hollywood.","7.726","/e0YvBTPwIL6Jb29glF3LE9n8GH2.jpg","[{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'},{'id':11273,'logo_path':null,'name':'Circle Films','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1991-08-01","6153939","116","[{'iso_639_1':'en','name':'English'}]","Released","There's only one thing stranger than what's going on inside his head. What's going on outside.","Barton Fink","false","7.5","752" +"false","/1dyp7HyAFKrrV5wmRfLElkqTMTa.jpg","null","0","[{'id':53,'name':'Thriller'}]","https://www.followersthemovie.com/","465155","tt6251666","en","Followers","A couple who document their whole life on social media decide to go on a camping trip and share their every move with their followers. What they don t know is that someone is going to prove how easy it is to stalk someone in the digital age. Arriving at the camp site, their followers are close by and are ready to go to extreme and deadly lengths to prove their point.","1.4","/kCcnEEZAG1bZByk1ukk4bClLcQk.jpg","[{'id':92189,'logo_path':null,'name':'Justified Films / Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-07-10","3350","82","[{'iso_639_1':'en','name':'English'}]","Released","Beware what you share!","Followers","false","5.5","4" +"false","/rVwRwzu70stgEoVUJW5S1XtDh94.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","https://a24films.com/films/backstabbing-for-beginners","476678","tt5153288","en","Backstabbing for Beginners","An idealistic young employee at the U.N. investigates the grizzly murder of his predecessor ??? and uncovers a vast global conspiracy that may involve his own boss.","9.915","/sAtQcotXBPAJDBPYOl47lGid5X6.jpg","[{'id':68421,'logo_path':null,'name':'Fortitude International','origin_country':''},{'id':94520,'logo_path':null,'name':'Eyeworks Scandi Fiction','origin_country':''},{'id':95149,'logo_path':null,'name':'Creative Alliance','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'DK','name':'Denmark'},{'iso_3166_1':'CA','name':'Canada'}]","2018-01-18","0","108","[{'iso_639_1':'en','name':'English'}]","Released","If you dig too deep, you may not like what comes up","Backstabbing for Beginners","false","6.4","64" +"false","/zgHr71EiqMY5j3fyYCVk30SCueZ.jpg","{'id':19163,'name':'The Land Before Time Collection','poster_path':'/n1bjdBVThBezxR6nEf2dy43sTtV.jpg','backdrop_path':'/alkvR9vTtuZEmd5ygsayOfxYOMa.jpg'}","0","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':12,'name':'Adventure'}]","","15997","tt0110300","en","The Land Before Time II: The Great Valley Adventure","In search of some adventure in their safe and peaceful valley, the five dinosaur friends make a hideaway. From there, they spot two thieves in action, stealing an egg from one of their broods. They chase them down and manage to recover the egg without its parents noticing, but in the process, accidentally create an opening into the valley, allowing two dreaded Sharptooths in. Everyone must fight them off together to preserve their peaceful way of life. Written by Cynan Rees","10.653","/n92M1nrli09pO8s6mXXJVs9Lyfr.jpg","[{'id':4285,'logo_path':null,'name':'Universal Cartoon Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-12-12","0","73","[{'iso_639_1':'nl','name':'Nederlands'},{'iso_639_1':'en','name':'English'}]","Released","","The Land Before Time II: The Great Valley Adventure","false","6.1","288" +"false","/frIVSxnqgQfEOedXxZHH5y3lSJR.jpg","null","0","[{'id':27,'name':'Horror'},{'id':14,'name':'Fantasy'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","333357","tt3829378","en","Stephanie","After a mysterious global crisis, a young girl is left alone to hide from a malevolent power that stalks her home. Her parents eventually return and the struggle begins to save their daughter.","5.587","/i5wLwxcvsfGZHoDi8N3LYpIy3rp.jpg","[{'id':3672,'logo_path':'/5VWXJgYYrJZUE0hixvBdVfGSfmo.png','name':'Gotham Group','origin_country':'US'},{'id':3172,'logo_path':'/kDedjRZwO8uyFhuHamomOhN6fzG.png','name':'Blumhouse Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-04-27","0","86","[{'iso_639_1':'en','name':'English'}]","Released","","Stephanie","false","5.5","82" +"false","/2WuMR0FS1yrfQAufu3iimrsoAYW.jpg","null","0","[{'id':18,'name':'Drama'}]","","383354","tt4947738","en","Spirit of the Game","In the lead up to the 1956 Olympic games, a group of missionaries are tasked with helping the fledgling Australian basketball team compete in their first ever Olympics, and in doing so, unite a nation still coming to grips after the war.","1.4","/mv5Squo3tMuPDoFNpiznAcZP1RE.jpg","[{'id':78680,'logo_path':null,'name':'The Steve Jaggi Company','origin_country':''},{'id':82329,'logo_path':null,'name':'KW Films','origin_country':''},{'id':82330,'logo_path':null,'name':'McLaren House','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2016-10-08","0","97","[{'iso_639_1':'en','name':'English'}]","Released","","Spirit of the Game","false","5.4","6" +"false","/enyIjvOyOnkjNttuzeHAtBAVKAp.jpg","null","0","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':12,'name':'Adventure'}]","","14903","tt0119918","en","Pooh's Grand Adventure: The Search for Christopher Robin","A full length animated film for all the family to enjoy. Pooh gets confused when Christopher Robin leaves him a note to say that he has gone back to school after the holidays. So Pooh, Piglet, Tigger, Eeyore and Rabbit go in search of Christopher Robin which leads to a big adventure.","6.342","/hFr8o9AYK5u1rGOqM46vgYUXXMX.jpg","[{'id':3475,'logo_path':'/jTPNzDEn7eHmp3nEXEEtkHm6jLg.png','name':'Walt Disney Television Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-08-05","0","76","[{'iso_639_1':'en','name':'English'}]","Released","","Pooh's Grand Adventure: The Search for Christopher Robin","false","6.8","127" +"false","/kjH0Dw7vKt01Uhxthti3vlJS3oE.jpg","null","0","[{'id':35,'name':'Comedy'}]","","479263","tt7026230","en","Patton Oswalt: Annihilation","By turns scathing and candid, Patton Oswalt reflects on the glut of comic material in the Trump era and the dark days following a personal tragedy.","2.834","/gRMJ7WQ2zcsGrkyWlLs2SFQnvlZ.jpg","[{'id':96258,'logo_path':null,'name':'Marlowe Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-10-17","0","66","[{'iso_639_1':'en','name':'English'}]","Released","","Patton Oswalt: Annihilation","false","7.2","29" +"false","/pizYMUg5OTkuNR6jMWsOEeiN1Pr.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':10402,'name':'Music'}]","","41566","tt0436629","en","New York Doll","A recovering alcoholic and recently converted Mormon, Arthur ""Killer"" Kane, of the rock band The New York Dolls, is given a chance at reuniting with his band after 30 years.","0.946","/pjdZf8niO7ogmNHIvqHQFcTMDyx.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-01-01","0","75","[{'iso_639_1':'en','name':'English'}]","Released","","New York Doll","false","6.7","9" +"false","/zK2Z40YMpJXrdjtB87hLC4r07QS.jpg","null","0","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':35,'name':'Comedy'}]","https://www.disneymoviesanywhere.com/movie/mickeys-magical-christmas","21448","tt0300195","en","Mickey's Magical Christmas: Snowed in at the House of Mouse","When a huge snowstorm leaves everyone stranded, Mickey and all of his guests at the House of Mouse, including Pooh, Belle, Snow White, Cinderella, Ariel and many more of his old and new friends, break out the cookies and hot chocolate to help Donald mend his tattered Christmas spirit.","8.412","/3yIvYvNvarfvwc9YnC0ZbAHhfRK.jpg","[{'id':3475,'logo_path':'/jTPNzDEn7eHmp3nEXEEtkHm6jLg.png','name':'Walt Disney Television Animation','origin_country':'US'},{'id':12203,'logo_path':null,'name':'Toon City','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-11-06","0","61","[{'iso_639_1':'en','name':'English'}]","Released","","Mickey's Magical Christmas: Snowed in at the House of Mouse","false","6.7","116" +"false","/gBMhoshIn1bJ0iSxZX8nLWInOu3.jpg","null","0","[{'id':10751,'name':'Family'},{'id':35,'name':'Comedy'}]","","22643","tt0329374","en","Mickey's House of Villains","The villains from the popular animated Disney films are gathered at the House of Mouse with plans to take over. Soon, the villains take over the house and kick out Mickey, Donald and Goofy. It's all up to Mickey and his friends to overthrow evil and return the House of Mouse to normal--or as close to normal as it get's.","7.88","/lE6eJ1TrOzlRMUgjonSRQRWk3l3.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-09-03","0","70","[{'iso_639_1':'da','name':'Dansk'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","","Mickey's House of Villains","false","6.7","99" +"false","/vGYNRtE2LOFzL1LGc3fzZ21xLFG.jpg","null","2","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.iliveforyoumovie.com/","308805","tt2966504","en","I'd Kill for You","The love story of a young man and the singing, suicidal femme fatale who leads him on a topsy-turvy search for his long lost-evil brother. As he gets closer to finding the truth he must decide who to trust and what to believe.","2.209","/lbKLRLCc9pQQ40uTSQ4GbXvz4ls.jpg","[{'id':99575,'logo_path':null,'name':'BZ Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-04-17","0","85","[{'iso_639_1':'en','name':'English'}]","Released","How far would you go to prove your love?","I'd Kill for You","false","6.2","5" +"false","/pghqhFhtBNn1lqMxV8guPrZH4fV.jpg","null","0","[{'id':99,'name':'Documentary'}]","","135717","tt1681665","en","David Blaine: What Is Magic?","David Blaine travels around America to perform tricks in the UK premiere of his show What Is Magic? He visits New Orleans where he carries out a money trick in front of locals, producing hundreds of dollars at their fingertips before stopping off at New York to conduct magic in front of Orlando Bloom. But the jewel in David's crown is his shot at the infamous The Bullet Catch; a trick which sees a 22 calibre bullet being fired at point blank range directly at the magician who then has to catch the bullet in a small metal cup in his mouth. The stunt is filmed using Phantom Camera technology which shoots 10,000 frames per second so that not a fraction of the action is missed.","0.928","/mRIRSBiYeO36D0Wo8lil8dU4IZB.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-04-18","0","44","[{'iso_639_1':'en','name':'English'}]","Released","Watch David Blain attempt the death-defying bullet catch!","David Blaine: What Is Magic?","false","7.2","15" +"false","/Zw58auxBY3coGpOSy0nItQWHpT.jpg","{'id':432151,'name':'Daffy Duck Movie Collection','poster_path':null,'backdrop_path':null}","0","[{'id':16,'name':'Animation'}]","","80607","tt0085390","en","Daffy Duck's Movie: Fantastic Island","Daffy Duck and Speedy Gonzales find a treasure map that leads them to a wishing well, which for a penny will grant any wish (through old cartoon footage). Daffy sets up a resort around the well and various Looney Tunes characters have their dreams come true. Meanwhile, Yosemite Sam and the Tasmanian Devil hunt for the varmints who stole their treasure map!","4.641","/yPN53XgYcP8aZeqacO7b31PI8u2.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1983-08-05","0","78","[{'iso_639_1':'en','name':'English'}]","Released","","Daffy Duck's Movie: Fantastic Island","false","6.4","29" +"false","/bpK5nPKnBkQdoJktBekTfGDCwbz.jpg","null","0","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","26730","tt0083701","en","Bugs Bunny's 3rd Movie: 1001 Rabbit Tales","If Bugs Bunny were to direct his signature inquiry--""What's up, doc?""--toward the modern-day Warner Bros. creative team, he wouldn't be far off. For 1001 Rabbit Tales, they've doctored up a batch of classic cartoons featuring the carrot muncher and his bumbling comrades and bundled them, near seamlessly, into a feature-length film. Here's the premise: Bugs and Daffy, both book salesmen, are competing to sell the most copies of a kids' book. Instead of burrowing a beeline to his sales territory (he should have made a left at Albuquerque), Bugs ends up in the castle of Yosemite Sam, here a harem-leading honcho. Sam's pain-in-the-spurs son, Prince Abalaba, needs somebody to read him stories; Bugs, who'd sooner take the job than suffer the alternative, that involving being boiled in oil, signs on.","3.866","/i8Aic5rLEvqbW6aCjHEjUwYRKeL.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1982-11-16","0","70","[{'iso_639_1':'pt','name':'Portugu??s'}]","Released","","Bugs Bunny's 3rd Movie: 1001 Rabbit Tales","false","6.5","43" +"false","/Ajn3mxGpBXTSydrKcGC0uCWtJ9H.jpg","null","0","[{'id':18,'name':'Drama'}]","","459959","tt2018111","en","And Then I Go","Two teenage outsiders are demoralized daily at school, until an idea for vengeance offers them a terrifying release.","1.539","/bJz6BYvRf52CIJ4rVDPdy3h41ZA.jpg","[{'id':52739,'logo_path':null,'name':'Two Flints','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-06-16","0","92","[{'iso_639_1':'en','name':'English'}]","Released","","And Then I Go","false","6.2","11" +"false","/nxhsdq7g8FzuFUG218q0CrUsqVq.jpg","{'id':410261,'name':'A Goofy Movie Collection','poster_path':'/garagUfuohO11XwOjtwPFEGXx4G.jpg','backdrop_path':'/yiLa63gIb7EGH9BbUWXHwI6PMmx.jpg'}","0","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':35,'name':'Comedy'}]","http://movies.disney.com/an-extremely-goofy-movie","15653","tt0208185","en","An Extremely Goofy Movie","It's all extreme sports and a life of freedom as Max sets off for college -- but Goofy misses Max so much he loses his job and goes to finish college alongside Max and his friends. But as Goofy tries to get closer to Max, both must go to the extreme to learn how to live their own lives together.","8.683","/kHV9ABnZtDeDtSQfTNIveSoxS9m.jpg","[{'id':3475,'logo_path':'/jTPNzDEn7eHmp3nEXEEtkHm6jLg.png','name':'Walt Disney Television Animation','origin_country':'US'}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'US','name':'United States of America'}]","2000-02-29","0","79","[{'iso_639_1':'en','name':'English'}]","Released","","An Extremely Goofy Movie","false","6.1","257" +"false","/uIsPBqIH9dTLNf0g21FQBRwrP7S.jpg","null","0","[{'id':16,'name':'Animation'},{'id':878,'name':'Science Fiction'}]","http://ultramarinesthemovie.com/","52010","tt1679332","en","Ultramarines: A Warhammer 40,000 Movie","A squad of Ultramarines answer a distress call from an Imperial Shrine World. A full Company of Imperial Fists was stationed there, but there is no answer from them. The squad investigates to find out what has happened there.","8.154","/q5tSqZNVufXz28zvbz8aJd8faw7.jpg","[{'id':79522,'logo_path':null,'name':'POP6','origin_country':''},{'id':9096,'logo_path':null,'name':'Good Story Productions','origin_country':''},{'id':79523,'logo_path':null,'name':'Codex Pictures','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2010-12-10","0","76","[{'iso_639_1':'en','name':'English'}]","Released","In the grim darkness of the far future there is only war","Ultramarines: A Warhammer 40,000 Movie","false","5.2","50" +"false","/jV9CT4UOpPkvMzoVkkMYFeMAI35.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","23518","tt0058576","en","Seven Days in May","A U.S. Army general alerts the president of a planned military coup against him.","4.524","/fgMwyNl7uZeUrnIAqlX7htSQ2O2.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':3810,'logo_path':null,'name':'Joel Productions','origin_country':''},{'id':516,'logo_path':null,'name':'Seven Arts Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1964-02-12","0","118","[{'iso_639_1':'en','name':'English'}]","Released","The astounding story of an astounding military plot to take over the United States! The time is 1970 or 1980 or, possibly, tomorrow!","Seven Days in May","false","7.2","68" +"false","/nyoHxecFEQczrNYDqOfHO4Q5cDF.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","http://www.chasingvalentine.com","365886","tt3097956","en","Chasing Valentine","Unable to get over the tragic loss of the love of his life, and stuck with a day job of editing adult videos, Chase meets an unlikely ally - a call girl (Valentine) who works under the various personas she has created for herself. Is Chase ready to uncover Valentine's dark secrets?","1.009","/7pXH10KwzFOnSbDdcUg2s6ohslV.jpg","[{'id':103683,'logo_path':null,'name':'Splice Films','origin_country':''},{'id':36016,'logo_path':null,'name':'High Star Entertainment','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2015-10-23","0","87","[{'iso_639_1':'en','name':'English'}]","Released","Happy endings are overrated.","Chasing Valentine","false","5.5","3" +"false","/kikDkdcRheFwB26asLXaHueLQUS.jpg","null","0","[{'id':28,'name':'Action'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","432579","tt2948160","en","Corbin Nash","A rogue police detective in search of his parents' killer is murdered and reborn the ultimate killer.","7.399","/2B5LnI7tytfKk7SnHCyFTVkBFWy.jpg","[{'id':106730,'logo_path':null,'name':'Jagger/Wagner Productions','origin_country':''},{'id':106731,'logo_path':null,'name':'StarTree Productions','origin_country':''},{'id':106732,'logo_path':null,'name':'Enhance Entertainment','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2018-04-20","0","95","[{'iso_639_1':'en','name':'English'}]","Released","Darkness has found a new enemy","Corbin Nash","false","5.3","32" +"false","/vXYcUDIPZCfEyglzCvGdB63ATHR.jpg","null","4000000","[{'id':27,'name':'Horror'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","11206","tt0062467","en","Wait Until Dark","After a flight back home, Sam Hendrix returns with a doll he innocently acquired along the way. As it turns out, the doll is actually stuffed with heroin, and a group of criminals led by the ruthless Roat has followed Hendrix back to his place to retrieve it. When Hendrix leaves for business, the crooks make their move -- and find his blind wife, Susy, alone in the apartment. Soon, a life-threatening game begins between Susy and the thugs.","6.636","/m44YjHFnLkExI8fiCriJyMqkkpu.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1967-10-26","11000000","108","[{'iso_639_1':'en','name':'English'}]","Released","A blind woman plays a deadly game of survival.","Wait Until Dark","false","7.5","196" +"false","/s53U8ihZwiOWcfwxPl3mDPm0IXa.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.pricelessthemovie.com","393765","tt4978274","en","Priceless","James, down on his luck and desperate for some quick cash, agrees to drive a small truck across country. He soon realizes that he's made a huge mistake and has inadvertently become involved in a dangerous human trafficking ring. The unlikely hero risks it all to shut down the trafficking ring and save the woman he is falling in love with.","3.21","/x8FKOYiWYwKqdkOAJlsW7ZONGBN.jpg","[{'id':75818,'logo_path':null,'name':'Radiate Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-10-14","0","97","[{'iso_639_1':'en','name':'English'}]","Released","She's Worth Fighting For","Priceless","false","6.3","62" +"false","/i0FsMiFDBGNFknSWG8np4NMVkdJ.jpg","null","0","[{'id':878,'name':'Science Fiction'}]","","463325","tt4469518","en","Genesis: The Fall of Eden","After an apocalyptic event, the remnants of humanity create an artificial intelligence to save them.","2.837","/tOgWvHRZGH9SdEG33ScuMSPtuK3.jpg","[{'id':96098,'logo_path':null,'name':'Genesis Films','origin_country':''},{'id':43948,'logo_path':null,'name':'Vistaar Religare Film Fund','origin_country':''},{'id':78549,'logo_path':null,'name':'White Hot Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-04-21","0","114","[{'iso_639_1':'en','name':'English'}]","Released","Created to save us. Evolved to erase us.","Genesis: The Fall of Eden","false","4","8" +"false","/7JzPh637dCryZb9bXMSI7YPJRtG.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","50838","tt1316622","en","Wrecked","A man awakens in a car wreck at the bottom of a steep cliff. He can't remember who he is or how he got there, but a report over the radio fills in some of the blanks, as it describes a violent bank robbery and names a perpetrator who happens to be sitting dead in the back seat.","5.882","/3jSOK9rEHJLtQpADu4ihphii882.jpg","[{'id':7775,'logo_path':null,'name':'Independent Edge Films','origin_country':'CA'},{'id':24178,'logo_path':null,'name':'Three-Seven Entertainment','origin_country':''},{'id':8582,'logo_path':null,'name':'Canadian Film or Video Production Tax Credit Fund (CPTC)','origin_country':'CA'},{'id':11567,'logo_path':null,'name':'Province of British Columbia Film Incentive BC','origin_country':''},{'id':806,'logo_path':'/kcNh09qqR2Pkw1JAzRW4CommrW4.png','name':'T??l??film Canada','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2011-04-01","8020","86","[{'iso_639_1':'en','name':'English'}]","Released","When your mind is a mystery. You can survive the wilderness. But can you escape your past?","Wrecked","false","5.4","151" +"false","/hA3Kjon2rKczrQvc4yARUVpn0Ef.jpg","null","9000000","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","http://focusfeatures.com/loving","339419","tt4669986","en","Loving","The story of Richard and Mildred Loving, an interracial couple, whose challenge of their anti-miscegenation arrest for their marriage in Virginia led to a legal battle that would end at the US Supreme Court.","8.748","/teNPeDIRGWxtvMaJsNa7lw5IgiL.jpg","[{'id':188,'logo_path':'/40E8iNvy6brH6t4BbmQL211jIpl.png','name':'Big Beach','origin_country':'US'},{'id':60262,'logo_path':'/vyHrXz8krlqHwPGxBQkmG6DqvKV.png','name':'Raindog Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2016-11-04","8996802","123","[{'iso_639_1':'en','name':'English'}]","Released","All love is created equal","Loving","false","6.7","513" +"false","/mRnceZhq19AoJf97ueVX7lhAUl5.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","https://www.netflix.com/gb/title/80216834","419635","tt1880399","en","Kodachrome","Matt Ryder is convinced to drive his estranged and dying father Benjamin Ryder cross country to deliver four old rolls of Kodachrome film to the last lab in the world that can develop them before it shuts down for good. Along with Ben's nurse Zooey, the three navigate a world changing from analogue to digital while trying to put the past behind them.","8.242","/mseyc8v3UD1DhaZ3kSdXs4Dj9Xf.jpg","[{'id':2575,'logo_path':'/9YJrHYlcfHtwtulkFMAies3aFEl.png','name':'21 Laps Entertainment','origin_country':'US'},{'id':3672,'logo_path':'/5VWXJgYYrJZUE0hixvBdVfGSfmo.png','name':'Gotham Group','origin_country':'US'},{'id':85466,'logo_path':'/yIDg47SluPIkhh6ZXhJerIMNmRw.png','name':'Motion Picture Capital','origin_country':'GB'},{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-09-08","0","105","[{'iso_639_1':'en','name':'English'}]","Released","Over time, everything develops","Kodachrome","false","6.7","118" +"false","/3QgM4RiF3Qcnba5gMO35746NLNC.jpg","null","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","","8333","tt0072251","en","The Taking of Pelham One Two Three","In New York, armed men hijack a subway car and demand a ransom for the passengers. Even if it's paid, how could they get away?","6.791","/1S4gSWEiSTbf68fzVjnh7HcNdxG.jpg","[{'id':2379,'logo_path':null,'name':'Palladium Productions','origin_country':''},{'id':12146,'logo_path':null,'name':'Palomar Pictures International','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1974-10-02","0","104","[{'iso_639_1':'en','name':'English'}]","Released","We are going to kill one passenger a minute until New York City pays us 1 million dollars.","The Taking of Pelham One Two Three","false","7.6","169" +"false","/ke6TyvJjfQYdIyONF1ICu6EdLMo.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","4909","tt0069947","en","The Day of the Jackal","An international assassin known as ???The Jackal??? is employed by disgruntled French generals to kill President Charles de Gaulle, with a dedicated gendarme on the assassin's trail.","7.228","/lsu99G9rqGmZUhrN2DIN18pKVyZ.jpg","[{'id':1408,'logo_path':null,'name':'Universal Productions France S.A.','origin_country':''},{'id':1806,'logo_path':null,'name':'Warwick Productions','origin_country':''},{'id':1807,'logo_path':null,'name':'Warwick Film Productions','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'}]","1973-05-15","0","143","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'en','name':'English'}]","Released","Nameless, faceless... relentlessly moving towards the date with death that would rock the world.","The Day of the Jackal","false","7.6","222" +"false","/ojrq1Z2Uyb3nCKSpKfCiAs0nrWf.jpg","null","3000000","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","","330982","tt2815902","en","The Childhood of a Leader","The chilling story of a young American boy living in France in 1918 whose father is working for the US government on the creation of the Treaty of Versailles. What he witnesses helps to mold his beliefs ??? and we witness the birth of a terrifying ego.","6.059","/dVPstVN6SrU23LnvaR7M1Gh7ItC.jpg","[{'id':35211,'logo_path':null,'name':'Hepp Film','origin_country':''},{'id':37432,'logo_path':'/4jf93b9QJmuHxtb1CAFxakApt5K.png','name':'Bow and Arrow Entertainment','origin_country':'US'},{'id':45740,'logo_path':null,'name':'FilmTeam','origin_country':''},{'id':80149,'logo_path':null,'name':'Bron Capital Partners','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'HU','name':'Hungary'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-07-22","0","115","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","Witness the birth of a terrifying ego.","The Childhood of a Leader","false","6.2","90" +"false","/ok2MhjSHWflZd8vrutEIs1YuPp1.jpg","null","0","[{'id':18,'name':'Drama'}]","","22477","tt0093940","en","September","After a suicide attempt, Lane has moved into her country house to recuperate. Her best friend, Stephanie, has come to join her for the summer. Lane's mother, Diane, has recently arrived with her husband Lloyd, Lane's stepfather. Lane is close to two neighbors: Peter, and Howard. Howard is in love with Lane, Lane is in love with Peter, and Peter is in love with Stephanie.","3.503","/84kqiFifcmtpLCra7gTHvYlM8q7.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-01-01","0","82","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","September","false","6.3","65" +"false","/o8kdF2dZNzjEzuVZfgaSLUSVqNH.jpg","null","0","[{'id':35,'name':'Comedy'}]","http://www.dude2016.com","399131","tt3458510","en","Dude","Four best friends negotiate loss and major life changes during the last two weeks of high school.","9.572","/vh4K737r0ZjrioIjHcs7ktV8RFO.jpg","[{'id':76901,'logo_path':'/l6LNuKdl51PmyO130Kzmc9FKosI.png','name':'June Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-04-20","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Growing up. Moving on. Lighting up.","Dude","false","5.6","461" +"false","/vnoFrSz6tlMuvZ2HnMwGfzAeLJ8.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","519218","tt3721070","en","The Condo","Four married friends buy a condo to share as a bachelor pad, a place to bring their mistresses, until the wives and girlfriends bust the cheating spouses.","1.249","/4NzJO0dEpc1ABXkQrcSjKWCa9bs.jpg","[{'id':103566,'logo_path':null,'name':'Baron Jay Film Group','origin_country':''},{'id':103567,'logo_path':null,'name':'Platinum Star Public Relations','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-01-01","0","85","[{'iso_639_1':'en','name':'English'}]","Released","Four married men. Four Mistresses. One Condo. Endless possibilities","The Condo","false","3.7","3" +"false","/5hoz111ZDGhHEylD0hg4L4IMvud.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","","20007","tt0078915","en","The Bugs Bunny Road Runner Movie","A collection of Warner Brothers short cartoon features, ""starring"" the likes of Daffy Duck, Porky Pig and Wile.E.Coyote. These animations are interspersed by Bugs Bunny reminiscing on past events and providing links between the individual animations which are otherwise unconnected. This 1979 feature-length compilation includes several of his best cartoons. Among the 11 shorts shown in their entirety are the classics ""Robin Hood Daffy,"" ""What's Opera, Doc?,"" ""Bully for Bugs,"" and ""Duck Amuck"". The Bugs Bunny Road Runner Movie provides a showcase not only for Jones's razor-sharp timing, but for the work of his exceptional crew, which included designer Maurice Noble, writer Mike Maltese, composers Carl Stalling and Milt Franklyn, and voice actor Mel Blanc.","5.176","/pueP9CdOOFGqyogkSJfN09PBeHv.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1979-09-30","0","98","[{'iso_639_1':'en','name':'English'}]","Released","It's classic encounters of the funniest kind!","The Bugs Bunny Road Runner Movie","false","6.9","58" +"false","/9bwOyfj4d7VK1SfXPAyleoueE91.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","14675","tt0028597","en","The Awful Truth","Unfounded suspicions lead a married couple to begin divorce proceedings, whereupon they start undermining each other's attempts to find new romance.","5.346","/2VtsJoxvjpcMpwh0gweS8IMfHxO.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1937-10-21","0","91","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","Danger! Wild woman on the loose!","The Awful Truth","false","7.3","87" +"false","/xzVLFeKcEz9pCDfjauh5dd0VBDY.jpg","null","12000000","[{'id':10749,'name':'Romance'},{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'}]","http://www.matteogarrone.eu/il-racconto-dei-racconti.html","314405","tt3278330","it","Il racconto dei racconti","The Queen of Selvascura risks everything to be a mother; the King of Roccaforte falls in love with the voice of a mysterious girl; the King of Altomonte becomes obsessed with a flea and neglects his daughter.","7.843","/9HKUonyvlNvW74rxX9XwbiWCjQV.jpg","[{'id':53339,'logo_path':null,'name':'Amer','origin_country':''},{'id':53334,'logo_path':null,'name':'Archimede','origin_country':''},{'id':5125,'logo_path':'/t3oWTsVukmEzrZzvfr37XRBibo5.png','name':'Le Pacte','origin_country':'FR'},{'id':2683,'logo_path':'/mOL2WcHtox2urbUf1oJvjw7kz01.png','name':'Rai Cinema','origin_country':'IT'},{'id':2395,'logo_path':'/pZz4qs03FtP6UGtZ3hjQ6qimcwi.png','name':'HanWay Films','origin_country':'GB'},{'id':67285,'logo_path':null,'name':'New Sparta Films','origin_country':''},{'id':11561,'logo_path':'/8HB3TFUeo83keAPHfFfrNtN2MmA.png','name':'Recorded Picture Company (RPC)','origin_country':'GB'},{'id':11011,'logo_path':null,'name':'Fonds Eurimages du Conseil de l'Europe','origin_country':''},{'id':12032,'logo_path':null,'name':'Apulia Film Commission','origin_country':''},{'id':20416,'logo_path':null,'name':'Regione Lazio','origin_country':''},{'id':53335,'logo_path':null,'name':'Gamenet','origin_country':''},{'id':20418,'logo_path':null,'name':'Banca Popolare di Vicenza','origin_country':''},{'id':53337,'logo_path':null,'name':'Morato Pane & Idee','origin_country':''},{'id':14016,'logo_path':'/snclwsIZQbgvqYCBJP8fqNlCA5y.png','name':'Ministero per i Beni e le Attivit?? Culturali','origin_country':'IT'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'FR','name':'France'}]","2015-05-14","0","134","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Desire. Envy. Obsession.","Tale of Tales","false","6.2","801" +"false","/hp2aDZk4FAY5NfRoul2dwXbumw2.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","442842","tt5645536","ja","??????","Born in a small town in Japan, a young girl named Ai is sent to a cult commune by her religious maniac mother and lives there for seven long years. After the cult is exposed by the police, Ai starts a new stage of life, going to a normal school for the first time, but she can???t find her place to fit in there. Ai drops out from the school and society, spending her life living with a rock-bottom delinquent family full of gangsters and call girls. In a strange twist of fate she finds herself back in a new and normal life, living with a middle-class family, but her troubled life continues to follow her into more deep and seedy paths.","2.639","/ocK2R5vFdwFrNNu4dG1EHPnrj9T.jpg","[{'id':64525,'logo_path':null,'name':'Third Window Films','origin_country':''}]","[{'iso_3166_1':'JP','name':'Japan'}]","2017-07-15","0","95","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Love and Other Cults","false","8","5" +"false","/yWyeBOCQS0sK5o9R2LYNd9zlwpi.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':9648,'name':'Mystery'}]","","20242","tt0093690","en","Outrageous Fortune","Refined actress Lauren Ames finally has a chance to study with the great theatre professor Stanislav Korzenowski. Sandy Brozinsky, a brash, loud actress, decides through happenstance to also study with Korzenowski. The two women end up dating the same man (who turns out to be a double agent) and follow him across the country to force him to choose between them.","4.245","/fBW8jvJZPergKfkkZYWk93cpJZ6.jpg","[{'id':10201,'logo_path':null,'name':'Interscope Communications','origin_country':''},{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':10531,'logo_path':null,'name':'Silver Screen Partners II','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-01-30","0","100","[{'iso_639_1':'en','name':'English'}]","Released","The CIA is trailing them, the KGB is tracking them, the phone company is tracing them, the police are chasing them, the cowboys are herding them, and the Indians are hunting them. Are they going to fall for all of that????","Outrageous Fortune","false","5.8","49" +"false","/vBIvSqbSNbABqAqP92utXzSXUhE.jpg","null","50000000","[{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'}]","http://www.peterrabbit-movie.com","381719","tt5117670","en","Peter Rabbit","Peter Rabbit's feud with Mr. McGregor escalates to greater heights than ever before as they rival for the affections of the warm-hearted animal lover who lives next door.","15.583","/2yjSvEDuM3rLDng40erLsWkQRfn.jpg","[{'id':2251,'logo_path':'/8PUjvTVmtJDdDXURTaSoPID0Boj.png','name':'Sony Pictures Animation','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':8089,'logo_path':'/kEUAzsG2hZcCV7rmSCozgLhGWaa.png','name':'Animal Logic','origin_country':'AU'},{'id':84792,'logo_path':null,'name':'2.0 Entertainment','origin_country':''},{'id':7291,'logo_path':'/eo8YnSO7wpUHVEprnMDOUcalhFD.png','name':'Olive Bridge Entertainment','origin_country':'US'},{'id':7584,'logo_path':'/eGkfvvyf4fJTvBUR1xt1669IPA3.png','name':'Screen Australia','origin_country':'AU'},{'id':10951,'logo_path':'/48iBaAPgtoirf3C25HNkL9MhWfj.png','name':'Screen NSW','origin_country':'AU'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-02-07","351266433","93","[{'iso_639_1':'en','name':'English'}]","Released","Who said the countryside was peaceful?","Peter Rabbit","false","6.5","580" +"false","/s4J9iZZ6dX1CgjnRiIzD0CGU6Wk.jpg","null","0","[{'id':99,'name':'Documentary'}]","","486882","tt7614404","en","89","89 tells the incredible story of one of football???s greatest triumphs: when against all odds Arsenal snatched the Championship title from Liverpool at Anfield in the last minute of the last game of the 1988/89 season. It???s a universal tale of a band of brothers who, led by a charismatic and deeply respected manager, came together to defy the odds and create history.","1.145","/fEwvelvZLJJzatnPpmSIQH3t0gY.jpg","[]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-11-10","0","87","[{'iso_639_1':'en','name':'English'}]","Released","Arsenal's triumph against the odds","89","false","6.8","5" +"false","/rjizi1lJT3Ev7wI8Ke7mYy2LtA3.jpg","null","0","[{'id':18,'name':'Drama'}]","","81556","tt2057931","de","Der Verdingbub","Switzerland, 1955. The young orphan Max is sent as a foster child and contracted to work for the B??siger family who lives on a farm. His foster parents treat him like a workhorse while their son seizes every opportunity to humiliate him. Playing the accordion is the one thing that is entirely his. But when the new teacher stands up for Max, it only makes a bad situation much worse. The only thing preserving his will to survive is his friendship with Berteli, who was also taken on to work at the farm. Max dreams of Argentina with her: a fantasy world, where allegedly even hayforks are made of silver.","1.565","/z9C7xMX1Tzg92CCwlbSG0TiNYJa.jpg","[{'id':5953,'logo_path':null,'name':'C-FILMS AG','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'CH','name':'Switzerland'}]","2011-11-03","0","103","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'de','name':'Deutsch'}]","Released","","The Foster Boy","false","7.6","17" +"false","/2l9YWKlSwz2YgwdHm3NPFVSQzQa.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.bacfilms.com/presse/chansonsdamour","14448","tt0996605","fr","Les chansons d'amour","Ismael and Julie, who in the hope of sparking their stalled relationship, enter a playful yet emotionally laced threesome with Alice. When tragedy strikes, these young Parisians are forced to deal with the fragility of life and love. For Ismael, this means negotiating through the advances of Julie's sister and a young college student ??? one of which may offer him redemption.","6.763","/Sw8UcFa5HcyV4Ez23UK7nSP9uu.jpg","[{'id':2915,'logo_path':null,'name':'Alma Films','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'}]","2007-05-23","0","100","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Love Songs","false","7.3","103" +"false","/4LUn1bYVgpH7TCHwdqfjwSkjQLW.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'}]","","518809","tt6981634","en","Wanderland","A New York City man, Alex, takes an off-season trip to the Hamptons in attempt to escape his routine life in the city. While trying to spend his time relaxing, Alex ends up lost, putting him in contact with some life-changing locals during his night of adventures.","2.794","/4cul6v3STpnthDaBoernPfXuh30.jpg","[]","[]","2018-04-20","0","90","[]","Released","","Wanderland","false","7","3" +"false","/gozPYRR1KPDP5f6TMUVK7LC4HRv.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","452410","tt4780578","en","Negative","Negative is set in the American southwest and follows Natalie, a former British spy who flees Los Angeles for Phoenix after a deal with a cartel goes wrong. She's joined by Hollis, a street photographer who has put his life at risk by taking Natalie's photo at the wrong time and in the wrong place.","2.46","/9Oucd2mZBqgnDQQ9W34Q4xtao3K.jpg","[{'id':3348,'logo_path':null,'name':'Face Films','origin_country':''},{'id':6679,'logo_path':null,'name':'MarVista Entertainment','origin_country':'US'},{'id':88975,'logo_path':null,'name':'Meydenbauer Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-01-01","0","99","[{'iso_639_1':'it','name':'Italiano'}]","Released","","Negative","false","5.2","5" +"false","/tUJTaWlDbdC5kTov5zFVCWfCzGO.jpg","null","3500000","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","http://www.forevermygirlthemovie.com","417261","tt4103724","en","Forever My Girl","After being gone for a decade, a country star returns home to the love he left behind.","12.756","/bKqdggnIPeOI15VqtBZTkvh4hA9.jpg","[{'id':10285,'logo_path':'/5jxaT7zoJKtnwqxniiJ9iJLsJru.png','name':'LD Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-01-26","16367326","104","[{'iso_639_1':'en','name':'English'}]","Released","Find your way back home","Forever My Girl","false","7.4","356" +"false","/w5morHdxqTJEser8b2rW4ZQuCgY.jpg","null","6700000","[{'id':35,'name':'Comedy'}]","","418667","tt5779540","en","Dear Dictator","When political turmoil forces a British-Caribbean dictator to flee his island nation, he seeks refuge and hides with a rebellious teenage girl in suburban America, and ends up teaching the young teen how to start a revolution and overthrow the ""mean girls"" in her high school.","6.129","/2YFCAAZUUpj66gLAMqRhwpY1U34.jpg","[{'id':90349,'logo_path':null,'name':'Cinedigm Entertainment','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-03-16","0","90","[{'iso_639_1':'en','name':'English'}]","Released","She thought she was a rebel... Until she met a real one","Dear Dictator","false","5.9","38" +"false","/zfygBUiGruuoXb4n0Wt3eyFvV0G.jpg","{'id':473730,'name':'Ringo Collection','poster_path':'/1U35dF7XAYOH9Z40TZzGEVl4YLF.jpg','backdrop_path':'/qFO0Vbejbo2IOsDDXqbzusPIgKw.jpg'}","0","[{'id':37,'name':'Western'}]","","56431","tt0059601","it","Una pistola per Ringo","Giuliano Gemma stars as a cool, cocky mercenary enlisted by a sheriff to infiltrate a ruthless gang of outlaws. Ennio Morricone provided the score to this early spaghetti western hit.","2.213","/roNkHxmorTKTvomcGMJpnsL6xfi.jpg","[{'id':1428,'logo_path':null,'name':'Balc??zar Producciones Cinematogr??ficas','origin_country':''},{'id':9219,'logo_path':null,'name':'Produzioni Cinematografiche Mediterranee (PCM)','origin_country':''}]","[{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'IT','name':'Italy'}]","1965-05-12","0","98","[{'iso_639_1':'it','name':'Italiano'}]","Released","Quick- Treacherous- And Deadly To Anyone Who Tried To Cross Them!","A Pistol for Ringo","false","6.3","24" +"false","/1PBA18Kzg31npFPGUGc31thQQXw.jpg","{'id':473730,'name':'Ringo Collection','poster_path':'/1U35dF7XAYOH9Z40TZzGEVl4YLF.jpg','backdrop_path':'/qFO0Vbejbo2IOsDDXqbzusPIgKw.jpg'}","0","[{'id':37,'name':'Western'}]","","63260","tt0060903","it","Il ritorno di Ringo","Once again billed as Montgomery Wood, Giuliano Gemma plays a civil war soldier who returns to his family land to find his family decimated, his property taken over by a family of Mexican bandits and his fiancee about to marry the Mexican gangster behind all this. Bent on revenge, he goes undercover disguised as a Mexican and discovers he has a daughter!","3.652","/8JzWFw7mACh4TLR21kt1wmmLrfg.jpg","[{'id':1428,'logo_path':null,'name':'Balc??zar Producciones Cinematogr??ficas','origin_country':''},{'id':10539,'logo_path':null,'name':'Produzione Cinematografica Mediterranee','origin_country':''},{'id':1131,'logo_path':null,'name':'Rizzoli Films','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'ES','name':'Spain'}]","1965-12-08","0","95","[{'iso_639_1':'it','name':'Italiano'}]","Released","","The Return of Ringo","false","7.2","17" +"false","/vEr6UxWjUVS55JZHSaQL8cZZCrN.jpg","null","0","[{'id':28,'name':'Action'}]","","513691","tt7448180","en","The Debt Collector","A classically-trained martial artist goes to work as a debt collector for the mob. The job seems easy enough, until one ???client??? pulls him into a situation deeper than could ever be expected.","8.602","/6C0etzPvnTRH2FnvG8iEPQwzu31.jpg","[{'id':103755,'logo_path':null,'name':'Tarzana Productions','origin_country':''},{'id':103833,'logo_path':null,'name':'Cohesive Entertainment Group (CEG)','origin_country':''},{'id':4322,'logo_path':'/AkdxBRkqgx0bHjjLvIyl0Mu8sxa.png','name':'Compound B','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2018-06-05","0","96","[{'iso_639_1':'en','name':'English'}]","Released","Violence First - Questions Later","The Debt Collector","false","6","42" +"false","/6b6UpsOXmjO8mJKYsGTG9HW49CN.jpg","null","6000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.paramountvantage.com/virginsuicides/html_3/","1443","tt0159097","en","The Virgin Suicides","A group of male friends become obsessed with five mysterious sisters who are sheltered by their strict, religious parents.","10.172","/u62r1a2tPsjR6fAS8X4w7qMCuUv.jpg","[{'id':70,'logo_path':'/ueaENQkPcy8rlr5fGZVBXKOhlBh.png','name':'American Zoetrope','origin_country':'US'},{'id':15231,'logo_path':'/iFbzMtXFBv2ekA9Ldrw6LqjLrvX.png','name':'Muse Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-04-21","10409377","97","[{'iso_639_1':'en','name':'English'}]","Released","Beautiful, mysterious, haunting, invariably fatal. Just like life.","The Virgin Suicides","false","7.1","1465" +"false","/vOimEzdy5MYFju9WbLTmnVUZop6.jpg","null","0","[{'id':18,'name':'Drama'}]","","92657","tt0197626","en","Lick the Star","A clique of school girls devise a secret plan that they code-name ""Lick the Star"".","1.636","/iaEom2gT9omRNCEoBXovVVOk6Zd.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-10-01","0","14","[{'iso_639_1':'en','name':'English'}]","Released","","Lick the Star","false","6.4","18" +"false","/xVZWdrTLM4aPk78Wk44qyNbyMJn.jpg","null","0","[{'id':35,'name':'Comedy'}]","","497520","tt7379330","en","Tom Segura: Disgraceful","Tom Segura gives voice to the sordid thoughts you'd never say out loud, with blunt musings on porn, parking lot power struggles, parenthood and more.","4.192","/qFWRrec2LlKglSd3cnz9uKvl6oS.jpg","[{'id':49261,'logo_path':'/76fTTVFWNkXxSfy6kOviJ1OtFDT.png','name':'Comedy Dynamics','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-01-12","0","71","[{'iso_639_1':'en','name':'English'}]","Released","","Tom Segura: Disgraceful","false","7.2","15" +"false","/jZivbAzLkbxWpM0qH57RpHoX491.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':37,'name':'Western'}]","","22356","tt0039152","en","Angel and the Badman","Notorious shootist and womanizer Quirt Evans' horse collapses as he passes a Quaker family's home. Quirt has been wounded, and the kindly family takes him in to nurse him back to health against the advice of others. The handsome Evans quickly attracts the affections of their beautiful daughter, Penelope. He develops an affection for the family, but his troubled past follows him.","2.877","/tbnte13MT1mke828R0rKmNZ41G6.jpg","[{'id':1432,'logo_path':'/8AcaWEWQ8MFUBGlt9WxGGBAMpMG.png','name':'Republic Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1947-02-15","0","100","[{'iso_639_1':'en','name':'English'}]","Released","He lived only for revenge...She lived only for his love!","Angel and the Badman","false","6.4","36" +"false","/eFwzNfyWv7fJBNjmO08Pby5IE2p.jpg","null","0","[{'id':99,'name':'Documentary'}]","","391719","tt5818010","en","The Secret Rules of Modern Living: Algorithms","Without us noticing, modern life has been taken over. Algorithms run everything from search engines on the internet to satnavs and credit card data security - they even help us travel the world, find love and save lives. Mathematician Professor Marcus du Sautoy demystifies the hidden world of algorithms. By showing us some of the algorithms most essential to our lives, he reveals where these 2,000-year-old problem solvers came from, how they work, what they have achieved and how they are now so advanced they can even programme themselves.","0.6","/yuhB0W3z4iF39VgTcMtUoiENsrF.jpg","[]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-09-24","0","60","[{'iso_639_1':'en','name':'English'}]","Released","","The Secret Rules of Modern Living: Algorithms","false","7.7","10" +"false","/AktbWMAb25cRzLGpdLhafInaAyB.jpg","null","0","[{'id':10751,'name':'Family'},{'id':18,'name':'Drama'}]","","518753","tt2522908","en","Secrets in the Fall","Nothing is impossible for a group of young campers, friends and enemies alike, on a weekend retreat at Camp Pinnacle. But what starts as an exciting wilderness adventure turns into trouble when a young camper goes missing and the rest of the group must set out to find him. The campers are forced to overcome their differences and band together to re-claim their weekend and make it out of the woods before dark!","0.6","/dAovGNjI7wBj9aoOXqk1tCmpfV0.jpg","[{'id':103448,'logo_path':null,'name':'Brios Media Group','origin_country':''},{'id':103449,'logo_path':null,'name':'Every New Day Pictures','origin_country':''}]","[]","2015-09-22","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Secrets in the Fall","false","0","0" +"false","","null","0","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","","302865","tt0415877","en","Greener Mountains","Greener Mountains is a family friendly, coming-of-age story about finding your place in the world.","0.6","/ydMxiuxBRQhY4YPV2sAn3M5MnOE.jpg","[]","[]","2005-06-25","0","","[{'iso_639_1':'en','name':'English'}]","Released","Sometimes you have to find yourself before you realize you were lost.","Greener Mountains","false","6","3" +"false","/iDRYkaHxl8STwPIub4kKsdCx1Sr.jpg","null","1000000","[{'id':35,'name':'Comedy'}]","","19365","tt1146283","en","Foreign Exchange","Four high school friends plan to ride out their senior year taking easy classes, including a program for housing foreign exchange students and eventually all attending Ohio State. Hurdles befall each of the four: grades, higher aspirations, love. Is it the Foreign Exchange students that learn from their host or the hosts that do more of the learning?","2.692","/q9fyDLLOGWcLsMcYXC4kIWQ3emD.jpg","[{'id':4656,'logo_path':null,'name':'Shoot Productions','origin_country':''},{'id':42503,'logo_path':null,'name':'Casting House','origin_country':''},{'id':3868,'logo_path':null,'name':'Full Glass Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-09-09","0","85","[{'iso_639_1':'en','name':'English'}]","Released","Senior year just got hotter!","Foreign Exchange","false","3.8","12" +"false","/wgWYsUjFvKaFMDYydJQsx79cToy.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':18,'name':'Drama'}]","","104451","tt0049872","en","Town on Trial","When an attractive young girl is murdered, suspicion falls on several members of the local tennis club. It falls to Police Inspector Halloran to sort out all the red herrings, and finally after a confrontation at the top of the local church spire, arrest the culprit. Another fascinating look at what life was like in Britain during the 50's.","0.855","/7OBEimeh9Yg6Yr6cdPZeACqjqjM.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1957-08-01","0","95","[{'iso_639_1':'en','name':'English'}]","Released","","Town on Trial","false","7.6","5" +"false","/6YzxQCQpaUGg6aVHhAM84W0Y1GV.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':14,'name':'Fantasy'}]","","388994","tt4044896","en","Ayla","A man haunted by the mysterious death of his 4-year-old sister brings her back to life thirty years later as an adult woman, with dire consequences.","2.27","/9qJd7Fau4Ngw0XkyFjiAhFNDaeF.jpg","[{'id':25136,'logo_path':'/uxp09W4ZwJCkxdBZjsz1w55yGLg.png','name':'The October People','origin_country':'US'},{'id':74522,'logo_path':null,'name':'Clayface Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-09-21","0","86","[{'iso_639_1':'en','name':'English'}]","Released","Obsession Becomes Flesh","Ayla","false","4.3","12" +"false","/mSZUyVs8KUC4Yj6A3opBy6ts19H.jpg","null","0","[{'id':10751,'name':'Family'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'}]","","505618","tt6624126","en","Aliens Ate My Homework","When a tiny intergalactic starship crashes into the bedroom of middle-schooler Rod Allbright, he is enlisted by the extraterrestrial Galactic Patrol, a group of out-of-this-world lawmen, and must race to save the world from Total Planetary Disaster with his cousin Elspeth.","5.977","/5SlQPLBhaB7EF3FlEgcjtMIZ7WK.jpg","[]","[]","2018-03-06","0","","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","","Aliens Ate My Homework","false","4.8","8" +"false","/solZwubnYTOmchElTcVRCWK6pbO.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'}]","","43309","tt0049248","en","The Gamma People","An American reporter smells a story when he is stranded in an Iron Curtain country where the local dictator is using gamma rays to transform children into mutated henchmen.","1.03","/rMa5CRq8CGC9Q4tMkUbhM0yFMnM.jpg","[{'id':1807,'logo_path':null,'name':'Warwick Film Productions','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1956-12-01","0","79","[{'iso_639_1':'en','name':'English'}]","Released","Gamma-Ray Creatures Loose!","The Gamma People","false","6.5","5" +"false","/4CXLff0lPecioYVwU73wscV0lh4.jpg","null","9000000","[{'id':10770,'name':'TV Movie'},{'id':35,'name':'Comedy'}]","","360606","tt4456850","en","Adventures in Babysitting","Two teen rival babysitters, Jenny and Luci, team up to hunt down one of their kids who accidentally ran away into the big city without any supervision.","6.657","/uVkOQT4JzbeyR4QvAGApW56SljI.jpg","[{'id':3213,'logo_path':null,'name':'Disney Channel','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-06-24","0","105","[{'iso_639_1':'en','name':'English'}]","Released","","Adventures in Babysitting","false","7.1","133" +"false","","null","0","[{'id':35,'name':'Comedy'}]","","157321","tt0123927","it","John Travolto... da un insolito destino","Also known as THE LONELY DESTINY OF JOHN TRAVOLTO, it's the first and only Travoltasploitation movie. It's about a hotel cook named Gianni who can't dance but is frustratingly in love with the sexy blonde DJ (Cicciolina) at the nightclub ""John's Fever"". When one of the cook's coworkers draws a mustache and beard on a poster of John Travolta everyone somehow finally notices that Gianni looks exactly like Travolta and the game is on.","1.4","/3wkdaU6RLKY3t2Cz63Fn0gkliBT.jpg","[]","[]","1979-05-04","0","87","[{'iso_639_1':'it','name':'Italiano'}]","Released","","John Travolto: The Face with Two Left Feet","false","6.9","4" +"false","/tWRquOHOmZqp0SOkUUVzVgVbhFn.jpg","{'id':424830,'name':'The Benji Collection','poster_path':'/7Yr08yNf6jCOh1yTsbraS35vZ4.jpg','backdrop_path':'/vkzt2jePX5Qo0xFnYA2VnRvFDPA.jpg'}","0","[{'id':10751,'name':'Family'}]","","38802","tt0076044","en","For the Love of Benji","Benji is lost and becomes a stray animal in Athens, Greece, trying to reunite with his family while secret agents pursue him, trying to get a formula which was glued to his paw in order to get it past customs.","0.917","/na5DeUyQ1IijbFYsJCpF3HODRSV.jpg","[{'id':14538,'logo_path':null,'name':'Mulberry Square Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1977-06-10","0","85","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","The world's most huggable hero.","For the Love of Benji","false","5.2","15" +"false","/eZ6dw1GnAZr5Ywes1v2uZNIygQd.jpg","{'id':41658,'name':'Fantozzi Collection','poster_path':'/uNgcP5BizAaQEmQmcTuzKTdl8Z1.jpg','backdrop_path':'/h2L6fnTYieCrNscxbtjGG31lBRm.jpg'}","0","[{'id':35,'name':'Comedy'}]","","25606","tt0071486","it","Fantozzi","Based on Paolo Villaggio's books ""Fantozzi"" and ""Il secondo, tragico Fantozzi"", which are popular in Italy, this film tells the story of an unfortunate accountant's life over the course of one year, shown in a variety of sketches, segments and provocative sequences making Fantozzi a very unlucky person indeed.","6.069","/oHqHe0MNqcbmw5Qa3075KIzE4G7.jpg","[{'id':12778,'logo_path':null,'name':'Rizzoli Film','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'}]","1975-03-27","0","108","[{'iso_639_1':'it','name':'Italiano'}]","Released","","White Collar Blues","false","7.9","362" +"false","/zXldBIQWrG17VHKBmpNCeBU422B.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","496245","tt6109874","en","Cover Versions","On the eve of their biggest gig ever, the members of synth-rock band Starfoxy throw a rager that ends with a fan mysteriously dead in the pool.","9.454","/c6H5hrU9AtVjDnplPVnwAxa1wGj.jpg","[{'id':99291,'logo_path':null,'name':'Off The Dock','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-01-03","0","84","[{'iso_639_1':'en','name':'English'}]","Released","","Cover Versions","false","6.6","10" +"false","/3DDDyfJsBtGLsdFDRIz961e97jp.jpg","null","0","[{'id':27,'name':'Horror'}]","http://www.indiegogo.com/projects/blood-tokoloshe-production-funding","221562","tt2214863","en","Blood Tokoloshe","Strange attacks plague the township's women, leaving the town leaders at a loss to defend them. At the same time Mthnuzi, a shrewd businessman, is becoming wealthier and more popular with the ladies - something is amiss. The local reverend, Simon Nkosi, learns that Mthunzi is controlling a Tokoloshe to fulfill his greedy desires. In his greed he breaks a golden rule of maintaining control over the beast and it goes on a rampage. Now its thirst for blood is strong and comes after Mthunzi's women, saving the one he loves for last. Together with Reverend Simon they must take on a mythical beast that has never been defeated, to try and save.","0.6","/3Z4OOXR0RfKfNMXPcY4iDkZoaaE.jpg","[{'id':17374,'logo_path':null,'name':'Amarium Pictures','origin_country':''}]","[{'iso_3166_1':'ZA','name':'South Africa'}]","2013-07-20","0","72","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'zu','name':'isiZulu'},{'iso_639_1':'st','name':''}]","Released","Under your bed. Waiting to be fed.","Blood Tokoloshe","false","0","0" +"false","/na5YgikjXSmsO6iKX7nO12vayms.jpg","null","0","[{'id':99,'name':'Documentary'}]","","115473","tt1537196","en","Banana in a Nutshell","An intimate portrait of a Chinese-European couple in New Zealand, and their journey to get a blessing for marriage from traditional Chinese parents.The story that led to the film, My Wedding and Other Secrets.","0.6","/gmHmUrSh5S442QyYepg4OXrNTdw.jpg","[]","[]","2005-03-01","0","55","[{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'en','name':'English'}]","Released","","Banana in a Nutshell","false","5","1" +"false","/oXfr4RVjvx0UZ4Vxp1eQ68WPLsW.jpg","null","0","[{'id':37,'name':'Western'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","http://www.valleyofbonesthemovie.com","432641","tt4180286","en","Valley of Bones","A paleontologist gets a tip from an oil worker in the Badlands that may set her career back on track.","1.513","/grFniaKjuzyetXh1crNaiIYfg0x.jpg","[{'id':92049,'logo_path':null,'name':'Unmarked Van Films','origin_country':''},{'id':92050,'logo_path':null,'name':'Bad Medicine Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-09-01","0","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Some things are better left buried.","Valley of Bones","false","5.6","5" +"false","/4rkP5l3Nw1htujPXp4cezGkYHDW.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'}]","","497727","tt5629524","ru","???? ???????????? ????????????????????","Contemporary Moscow. A talented gambler gathers a team of people with supernatural powers to win big at a casino. But they find a much stronger mystical rival.","11.636","/kwMJqbY9jzFOf3g7UgAquMRt8kF.jpg","[{'id':26954,'logo_path':null,'name':'Ares Film','origin_country':''},{'id':84554,'logo_path':null,'name':'Kinodanz','origin_country':'RU'}]","[{'iso_3166_1':'RU','name':'Russia'}]","2018-03-01","2244848","101","[{'iso_639_1':'ru','name':'P????????????'}]","Released","","Beyond the Edge","false","5.9","47" +"false","/vBSsIyWExRpe3Robi8SAnayrMq1.jpg","null","55000000","[{'id':18,'name':'Drama'},{'id':37,'name':'Western'},{'id':36,'name':'History'}]","http://hostilesmovie.com/","384680","tt5478478","en","Hostiles","A legendary Native American-hating Army captain nearing retirement in 1892 is given one last assignment: to escort a Cheyenne chief and his family through dangerous territory back to his Montana reservation.","12.836","/rqoezyB51GfhiloOB5ZErg5HXas.jpg","[{'id':97584,'logo_path':null,'name':'Entertainment Studios Motion Pictures','origin_country':''},{'id':22842,'logo_path':'/waIZoO3pnB0VVCUVo8u6hqcYN9U.png','name':'Waypoint Entertainment','origin_country':'US'},{'id':47169,'logo_path':null,'name':'Le Grisbi Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-12-22","29819114","134","[{'iso_639_1':'en','name':'English'}]","Released","No peace without sacrifice","Hostiles","false","6.7","947" +"false","/bvbyidkMaBls1LTaIWYY6UmYTaL.jpg","{'id':295130,'name':'The Maze Runner Collection','poster_path':'/oUuLnWCtV4o9O8xwRfkDW8UmGXo.jpg','backdrop_path':'/eQ8iwAvGfuNnPjBCKTIVp5PsFw.jpg'}","62000000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","http://mazerunnermovies.com","336843","tt4500922","en","Maze Runner: The Death Cure","Thomas leads his group of escaped Gladers on their final and most dangerous mission yet. To save their friends, they must break into the legendary Last City, a WCKD-controlled labyrinth that may turn out to be the deadliest maze of all. Anyone who makes it out alive will get answers to the questions the Gladers have been asking since they first arrived in the maze.","24.646","/2zYfzA3TBwrMC8tfFbpiTLODde0.jpg","[{'id':3672,'logo_path':'/5VWXJgYYrJZUE0hixvBdVfGSfmo.png','name':'Gotham Group','origin_country':'US'},{'id':12292,'logo_path':'/llGRXF5WYUW2fzXg0ebCoKMXjmT.png','name':'Temple Hill Entertainment','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-01-10","284881603","144","[{'iso_639_1':'en','name':'English'}]","Released","The end will be WCKD","Maze Runner: The Death Cure","false","7.1","3649" +"false","/s3FDBLH4qc1IcjexB05Qvbn3wxO.jpg","null","30000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","http://stxfilms.com/denofthieves/","449443","tt1259528","en","Den of Thieves","A gritty crime saga which follows the lives of an elite unit of the LA County Sheriff???s Dept. and the state???s most successful bank robbery crew as the outlaws plan a seemingly impossible heist on the Federal Reserve Bank.","28.145","/AfybH6GbGFw1F9bcETe2yu25mIE.jpg","[{'id':2995,'logo_path':null,'name':'Atmosphere Entertainment MM','origin_country':'US'},{'id':103330,'logo_path':null,'name':'Diamond Film Productions','origin_country':'US'},{'id':103331,'logo_path':null,'name':'G-BASE','origin_country':'US'},{'id':100033,'logo_path':'/74LDJbOFdya1ijNT11uh0mM5eg0.png','name':'Tucker Tooley Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-01-18","80509622","140","[{'iso_639_1':'en','name':'English'}]","Released","You???re not the bad guys. We are.","Den of Thieves","false","6.5","1149" +"false","/nx0SKrYEQLvrvFQI9OZ0nJeiVUM.jpg","null","0","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'},{'id':28,'name':'Action'}]","","435601","tt6413410","ko","???????????????","A son to a high-ranked official in North Korea commits a series of murders going across the countries around the world. The movie depicts the following events as South Korea, North Korea and Interpol start chasing down after him.","2.493","/tUgzvnPOVMXjrqIq9LtXYXosf3S.jpg","[{'id':10924,'logo_path':null,'name':'Peppermint&company','origin_country':'KR'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':103747,'logo_path':null,'name':'Warner Bros. Korea','origin_country':'KR'}]","[{'iso_3166_1':'KR','name':'South Korea'}]","2017-08-23","0","128","[{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","V.I.P.","V.I.P.","false","6.9","26" +"false","/kiN1LGQKztfEheoCr2gdgq7kZ2e.jpg","null","0","[{'id':53,'name':'Thriller'}]","","36754","tt0052207","en","The Snorkel","Jacques Duval devises a fiendishly clever method of murdering his wife. Doping her up with sleeping tablets, Duval places his wife in a sealed room, then opens all the gas jets. While the police identify the body, Duval remains hidden in the room, breathing through a snorkel, then makes his escape when the authorities leave. Only one flaw in this perfect crime: Duval's stepdaughter (Mandy Miller) is the suspicious type.","0.925","/yD8tpXA1byirYypGdzgfAH8Bt7I.jpg","[{'id':1313,'logo_path':null,'name':'Clarion Films','origin_country':''},{'id':1314,'logo_path':'/gQBluDqe6dc2ZdzfJbabEHoSGoG.png','name':'Hammer Film Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1958-09-17","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Teenage Girl Vs. ... Killer-With-A-Gimmick!","The Snorkel","false","7.7","7" +"false","/2DpfYDTW0x0Ig4QHogKuyX9KqcH.jpg","null","0","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","95467","tt0054901","en","The Full Treatment","British film, released in the United States as ""Stop Me Before I Kill!"". A few hours after their wedding, international racing driver, Alan Colby and his new wife Denise, are involved in a horrific car crash. Alan's physical injuries heal but the mental blackouts continue. Denise suggests a delayed honeymoon in the south of France and it is here that eminent psychiatrist, Dr. Prade, promises a complete treatment to cure Alan's suffering. The couple accept his offer unaware that it comes from a mind more hideously disturbed and psychologically unbalanced than Alan's.","1.19","/fMvtXpvZHc5sDtwApm7R2qT1RWS.jpg","[{'id':1314,'logo_path':'/gQBluDqe6dc2ZdzfJbabEHoSGoG.png','name':'Hammer Film Productions','origin_country':'GB'},{'id':6191,'logo_path':null,'name':'Falcon','origin_country':''},{'id':12445,'logo_path':null,'name':'Hilary','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1960-10-01","0","120","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","A diabolical new technique in suspense!","The Full Treatment","false","6.3","6" +"false","/y7EElGAn1tFE0Npmls7uvg4HPVj.jpg","null","35000000","[{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'},{'id':18,'name':'Drama'}]","http://www.walkhard-movie.com/","6575","tt0841046","en","Walk Hard: The Dewey Cox Story","Following a childhood tragedy, Dewey Cox follows a long and winding road to music stardom. Dewey perseveres through changing musical styles, an addiction to nearly every drug known and bouts of uncontrollable rage.","9.726","/2sc7qoLTqZC0nB2k1crwuVoKP6H.jpg","[{'id':10105,'logo_path':'/bN4tiAS8oNlHhIqq66KBPQ1Ekqh.png','name':'Apatow Productions','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-12-21","18317151","96","[{'iso_639_1':'en','name':'English'}]","Released","Life made him tough. Love made him strong. Music made him hard.","Walk Hard: The Dewey Cox Story","false","6.5","301" +"false","/nJ5qxCxg3e9jGGMXS0POmw4D5Kb.jpg","null","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","28699","tt0055571","en","Underworld U.S.A.","A bitter young man sets out to get back at the gangsters who murdered his father.","2.448","/c3rdfLbyPU5fYstyMKvnqwyXqi9.jpg","[{'id':15299,'logo_path':null,'name':'Globe Enterprises','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1961-05-13","0","99","[{'iso_639_1':'en','name':'English'}]","Released","A Sensational Film That Puts the Finger On Today's Biggest Business... Crime!","Underworld U.S.A.","false","7","21" +"false","/m1jqHtozru9BioJTrJ1kSZA3JOO.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","478326","tt7133554","pl","Cicha Noc","Adam unexpectedly visits his family house at Christmas after a few years of working abroad. No family member knows about his secret plans and the real reasons of his visit.","2.226","/hOYpFmTuPPXuEDhxTtgHcZtcmI.jpg","[{'id':45475,'logo_path':null,'name':'Studio Munka','origin_country':''},{'id':78877,'logo_path':null,'name':'Stowarzyszenie Filmowc??w Polskich','origin_country':''},{'id':250,'logo_path':null,'name':'Canal+ Polska','origin_country':'PL'},{'id':11240,'logo_path':'/i59ItaKFdxJ7Yi6w2s7CML0LBvI.png','name':'Polski Instytut Sztuki Filmowej','origin_country':'PL'}]","[{'iso_3166_1':'PL','name':'Poland'}]","2017-11-24","0","100","[{'iso_639_1':'pl','name':'Polski'}]","Released","When it comes to family, things work out best in photos.","Silent Night","false","7.1","27" +"false","","null","0","[{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'}]","","274894","tt0165075","en","Adventure In The Hopfields","A little girl accidentally breaks her mother's favourite ornament and goes hop-picking to replace it.","1.341","/liFufYVVYuq7D0DkPvoT7ulqGun.jpg","[]","[]","1954-06-06","0","60","[]","Released","","Adventure In The Hopfields","false","0","0" +"false","/dCQufBk08xVYRethCBqXU7I4vYn.jpg","null","0","[{'id':28,'name':'Action'},{'id':16,'name':'Animation'}]","","487242","tt7167602","en","Suicide Squad: Hell to Pay","Task Force X targets a powerful mystical object that they will risk their lives to steal.","11.347","/rqnqzJ2dVq4tdK1ICpWUVKSFHuR.jpg","[{'id':9993,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Entertainment','origin_country':'US'},{'id':2785,'logo_path':'/l5zW8jjmQOCx2dFmvnmbYmqoBmL.png','name':'Warner Bros. Animation','origin_country':'US'},{'id':2786,'logo_path':'/WkipqT3yVydHqKbS7lAMod9hc8.png','name':'Warner Home Video','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-05-09","0","86","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","When the world needs the best, they call on the worst","Suicide Squad: Hell to Pay","false","6.8","169" +"false","/qZQIWgy1SHPpzkdsq7KYj4c1C2T.jpg","null","200000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.runningbearmedia.com/what-separates-us/","418220","tt2721624","en","What Separates Us","A young brawler falls in love with a beautiful artist and must choose between his support system and his dreams.","1.582","/3NtYaKlU3o4emKu0sSPCAIvmOKH.jpg","[{'id':17054,'logo_path':null,'name':'Interwoven Studios','origin_country':''},{'id':103047,'logo_path':null,'name':'Running Bear Media','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-10-06","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","What Separates Us","false","7","4" +"false","/xhGYXyPfey7jDDbIGJKxQMnNNrE.jpg","null","0","[{'id':14,'name':'Fantasy'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","362826","tt5085924","en","Wildling","A young woman held in captivity discovers the realities of truth and lies in the outside world.","12.288","/wZQR6hKRUBqHRL4lfECFES68zGF.jpg","[{'id':19640,'logo_path':'/p8SE7J23xviBArUL49rMCkj0m0M.png','name':'Maven Pictures','origin_country':'US'},{'id':18230,'logo_path':null,'name':'Filmgate Films','origin_country':'SE'},{'id':89505,'logo_path':null,'name':'ARRI Media Productions','origin_country':''},{'id':51295,'logo_path':'/oMSijUmmoQvW1lEk5tjyxzI32xm.png','name':'Night Fox Entertainment','origin_country':'US'},{'id':102494,'logo_path':null,'name':'Studio MAO','origin_country':''},{'id':2801,'logo_path':'/bswb1PLLsKDUXMLgy42bZtCtIde.png','name':'Film i V??st','origin_country':'SE'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-04-13","0","92","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Discover your true nature","Wildling","false","5.5","127" +"false","/aWKQ39znATJAlQjQGKpy0uO5Ay7.jpg","null","0","[{'id':27,'name':'Horror'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","424284","tt5047400","en","Desolation","A mother takes her son on a trip into remote wilderness to scatter his father's ashes; they must confront their worst fears when a lone hiker begins following them.","1.617","/mPAxaNu1GufeOGaMgiMe82P0C0e.jpg","[{'id':105895,'logo_path':null,'name':'Desolated Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-12-15","0","78","[{'iso_639_1':'en','name':'English'}]","Released","Never Go Off Trail","Desolation","false","4.3","12" +"false","/5yyvzEhq0Vp6wHmpd5cs9zdtXck.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","315899","tt1977919","en","Desecrated","A rich heiress and her friends head for a weekend of fun at her isolated ranch house in the middle of no man's land. They soon find that the caretaker's dark past, has taken him down a bloody killing spree.","1.977","/mCEtSe73NCcXWJEgpBl3UVy24mf.jpg","[{'id':3945,'logo_path':null,'name':'Triumphant Pictures','origin_country':''},{'id':72815,'logo_path':null,'name':'Evenflow Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-01-06","0","82","[{'iso_639_1':'en','name':'English'}]","Released","","Desecrated","false","2.9","8" +"false","/pSvctlyfb7Rfd3Z08KRlPijQQPV.jpg","null","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","","308149","tt3289804","en","The Beautiful Ones","A retelling of Romeo and Juliet set within the Los Angeles underworld.","0.6","/kjy1obH5Oy1IsjTViYVJDQufeZP.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-07-14","0","94","[{'iso_639_1':'en','name':'English'}]","Released","","The Beautiful Ones","false","7.5","2" +"false","/mOPR6T2lYvtH1daPJXmCeKu0eie.jpg","null","0","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':12,'name':'Adventure'}]","http://mindseyepictures.com/?p=3091","456048","tt6143568","en","The Humanity Bureau","In 2030 the world is in a permanent state of economic recession and facing serious environmental problems as a result of global warming.","8.186","/2qf4wJoaYAXwY0Lov4OfBhSGbTQ.jpg","[{'id':8583,'logo_path':null,'name':'Minds Eye Entertainment','origin_country':''},{'id':23688,'logo_path':null,'name':'VMI Worldwide','origin_country':''},{'id':89913,'logo_path':null,'name':'Bridgegate Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-07-11","0","94","[{'iso_639_1':'en','name':'English'}]","Released","In the near future our government will decide who is expendable.","The Humanity Bureau","false","5","105" +"false","/dKfy1fUFinKcO0FmkRnAtZhM6DC.jpg","null","15000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':10749,'name':'Romance'}]","","375327","tt3563262","en","Submergence","While James More is held captive by terrorists in Somalia, thousands of miles away on the Greenland Sea, his lover Danny Flinders prepares to dive herself in a submersible into the deep bottom of the ocean, tormented by the memories of their brief encounter in France and her inability to know his whereabouts.","7.612","/sPwANB5cMjJLfRru45sc7Mnkjrq.jpg","[{'id':85350,'logo_path':'/cgEjGH3gxf1wbN6hqns2gyka3z5.png','name':'Green Hummingbird Entertainment','origin_country':'US'},{'id':7633,'logo_path':null,'name':'Lila 9th Productions','origin_country':''},{'id':4503,'logo_path':null,'name':'Neue Road Movies','origin_country':''},{'id':5381,'logo_path':'/m6vSpFeYtFoW1lNv5mpLHzH4eLL.png','name':'Backup Media','origin_country':'FR'},{'id':10031,'logo_path':'/cUOviFxM9l3dYuNeg89giHUaqkd.png','name':'Morena Films','origin_country':'ES'},{'id':102875,'logo_path':null,'name':'Umedia','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'ES','name':'Spain'}]","2017-09-22","0","112","[{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'so','name':'Somali'}]","Released","Love has no limits","Submergence","false","5.2","95" +"false","/4M1sacd63AoDUob1S7q3T81OUDr.jpg","null","0","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'}]","","508404","tt6360872","en","Party Bus To Hell","When a party bus on its way to Burning Man filled with a bunch of sexy young adults breaks down in the desert and in the middle of a group of Satanic worshippers, all hell literally breaks loose. A massacre leaves seven survivors trapped on the bus, fighting for their lives while wondering if someone or someones are not what they seem.","2.703","/sFTfYUE7lSK7rwTvrM9DGu3utU6.jpg","[{'id':109416,'logo_path':null,'name':'Mahal Empire','origin_country':''}]","[]","2018-04-13","0","81","[{'iso_639_1':'en','name':'English'}]","Released","","Party Bus To Hell","false","4.8","12" +"false","/cZH4HemVVGJpi72UrebLRdhRRZv.jpg","null","0","[{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'}]","","406110","tt4499572","en","We've Forgotten More Than We Ever Knew","A Man and a Woman wander through a hostile wilderness in a far-away world. One day, they stumble upon a mysterious set of Structures, which will complicate their lives both for good and ill.","1.52","/w6tfy30klAnEoa3SiXY9rhwBD4B.jpg","[{'id':79215,'logo_path':null,'name':'We've Forgotten','origin_country':''}]","[]","2016-08-28","0","","[]","Released","","We've Forgotten More Than We Ever Knew","false","6","8" +"false","/gKDuRB6Uj3gzF8Dd85DOtkxi7KC.jpg","{'id':519163,'name':'Monster Hunt Collection','poster_path':'/m9srthDY2RGuSRLpUQlNpeiK7Yx.jpg','backdrop_path':'/6PtLs6nIZ48JpFyObFs3nZfmgHk.jpg'}","0","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'}]","","497984","tt6170484","zh","?????????2","The sequel to Monster Hunt. Set in a world where monsters and humans co-exist, the franchise tells the story of Wuba, a baby monster born to be king. Wuba becomes the central figure in stopping an all-out monster civil war.","1.923","/9wOkj2VXLvqUPQ77MUzgzuz6Cv5.jpg","[{'id':10284,'logo_path':null,'name':'Edko Films','origin_country':''}]","[{'iso_3166_1':'CN','name':'China'}]","2018-02-16","0","110","[{'iso_639_1':'zh','name':'?????????'}]","Released","","Monster Hunt 2","false","6.3","13" +"false","","null","0","[{'id':99,'name':'Documentary'}]","http://www.farewellferriswheel.com/","515801","tt2349677","en","Farewell Ferris Wheel","Farewell Ferris Wheel explores how the U.S. Carnival industry fights to keep itself alive by legally employing Mexican migrant workers with the controversial H-2B guestworker visa.","0.6","/9hGWaM8OOwBvzAwLpqSFFK7aQWT.jpg","[]","[{'iso_3166_1':'MX','name':'Mexico'},{'iso_3166_1':'US','name':'United States of America'}]","2016-11-04","0","72","[{'iso_639_1':'en','name':'English'}]","Released","","Farewell Ferris Wheel","false","8","2" +"false","/4n791VbZyD9TcrHDZE5VUVwtYSS.jpg","null","0","[{'id':35,'name':'Comedy'}]","","471399","tt5030452","en","Don't Talk to Irene","When Irene gets suspended, she must endure two weeks of community service at a retirement home. Following her passion for cheerleading, she secretly signs up the senior residents to audition for a dance-themed reality show to prove that you don't need to be physically ""perfect"" to be perfectly AWESOME.","2.393","/fOKSbubfgwCowCKzC5yCnX3titU.jpg","[{'id':93822,'logo_path':null,'name':'Alyson Richards Productions','origin_country':''},{'id':93823,'logo_path':'/cyCY0Uu2Vzn3UwxW2V4lXgtIv8J.png','name':'Lithium Studios','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2017-08-07","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Don't Talk to Irene","false","6.9","7" +"false","/zltxYJXboQ9eeTEXv20ZkZCWKnL.jpg","{'id':393126,'name':'Letters to Santa Collection','poster_path':'/mj1R2hVMzs96xVPk50SlslMeFLa.jpg','backdrop_path':'/sHB5sAHEbKZJzRblnWOaUvZrthY.jpg'}","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","480973","tt7128042","pl","Listy do M. Czas niespodzianek","","1.373","/9zZgfCQO0KtRsvKgtcFNgDKKRHk.jpg","[{'id':5622,'logo_path':null,'name':'TVN','origin_country':''}]","[{'iso_3166_1':'PL','name':'Poland'}]","2017-11-10","0","100","[]","Released","","Letters to Santa 3","false","7.5","20" +"false","/gUcILxrLKBpsuXiRbfGYixOpGPd.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://bloodroadfilm.com/","459214","tt6900092","en","Blood Road","Blood Road follows the journey of ultra-endurance mountain bike athlete Rebecca Rusch and her Vietnamese riding partner, Huyen Nguyen, as they pedal 1,200 miles along the infamous Ho Chi Minh Trail through the dense jungles of Vietnam, Laos, and Cambodia. Their goal: to reach the site where Rebecca???s father, a U.S. Air Force pilot, was shot down in Laos more than 40 years earlier.","1.103","/NjnwL7kHOM0yGlFKtbu5BMZeMr.jpg","[{'id':7724,'logo_path':'/6QV240fIM04sZXpyLUoqhKGhf7r.png','name':'Red Bull Media House','origin_country':'AT'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-03-15","0","96","[{'iso_639_1':'en','name':'English'}]","Released","","Blood Road","false","7.5","4" +"false","/iYjyLx6OsskCU6eNrcK3QAiZLDX.jpg","null","0","[{'id':99,'name':'Documentary'}]","https://www.hbo.com/documentaries/andre-the-giant","446663","tt6543420","en","Andre the Giant","An ambitious and wide-ranging documentary exploring Andre???s upbringing in France, his celebrated career in WWE, and his forays in the entertainment world.","7.028","/n4t2g7NbHGu0c51jlQ2qlOZEhvr.jpg","[{'id':6751,'logo_path':'/giPzzhPdiNloiuwo7qLagRn5uGH.png','name':'HBO Sports','origin_country':''},{'id':14914,'logo_path':'/1RZBWz53SpHUTLpRcM8BGv2plIP.png','name':'HBO Documentary Films','origin_country':'US'},{'id':7588,'logo_path':'/jxduCllItpBzaBQU00mhD3bxjkE.png','name':'World Wrestling Entertainment (WWE)','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-04-10","0","85","[{'iso_639_1':'en','name':'English'}]","Released","Even bigger than you imagined","Andre the Giant","false","7.3","45" +"false","/vOF1FDmQGcUvOtD5fJ67Jlg6rms.jpg","null","0","[{'id':53,'name':'Thriller'}]","http://www.doafilm.com/","489705","tt5903088","en","Dead on Arrival","A pharmaceutical sales rep visits a small town in Louisiana on business. He finds himself in a dark world of corruption and murder with 24 hours to live, running from the police, the mob and a sheriff that wants him dead.","0.906","/vZMn84gTMCXngo80o05GHcnH7cm.jpg","[{'id':67776,'logo_path':null,'name':'Silver Plane Films','origin_country':''},{'id':97911,'logo_path':null,'name':'Boatyard Productions','origin_country':''},{'id':97912,'logo_path':null,'name':'Kingfisher Media','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-08-11","0","97","[{'iso_639_1':'en','name':'English'}]","Released","","Dead on Arrival","false","6","7" +"false","/20mnsbHZxqpPaBoDNzEaWMK4fZR.jpg","null","0","[{'id':99,'name':'Documentary'}]","","463593","tt7630164","da","Big Time: Historien om Bjarke Ingels","Big Time gets up close with Danish architectural prodigy Bjarke Ingels over a period of six years while he is struggling to complete his largest projects yet, the Manhattan skyscraper W57 and Two World Trade Center.","1.267","/6ptrfE7jKvKs7sWGf7nsJ5vYFU6.jpg","[{'id':71793,'logo_path':null,'name':'Sonntag Pictures','origin_country':''}]","[{'iso_3166_1':'DK','name':'Denmark'}]","2017-10-21","7347","93","[{'iso_639_1':'da','name':'Dansk'},{'iso_639_1':'en','name':'English'}]","Released","","Big Time","false","6.3","3" +"false","/na51OUflawJy5K2cgvF07nrgGrl.jpg","null","5000000","[{'id':16,'name':'Animation'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://5cm.yahoo.co.jp","38142","tt0983213","ja","??????5?????????????????????","Three moments in Takaki's life: his relationship with Akari and their forced separation; his friendship with Kanae, who is secretly in love with him; the demands and disappointments of adulthood, an unhappy life in a cold city.","9.969","/wX7RbjclqHoSWd4NGouDisBHq1o.jpg","[{'id':3756,'logo_path':'/dH51ZYZnD7ezWMqZCItuvATr2j8.png','name':'CoMix Wave Films','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","2007-03-03","0","63","[{'iso_639_1':'ja','name':'?????????'}]","Released","At what speed must I live to see you again?","5 Centimeters per Second","false","7.3","802" +"false","/w4uYP6ebNaLQIjsHcjQhjz3BB2m.jpg","null","0","[{'id':99,'name':'Documentary'}]","","451995","tt5598102","fr","Visages, villages","Director Agn??s Varda and photographer/muralist JR journey through rural France and form an unlikely friendship.","10.115","/1NX6NTj9FiiJwEgRUmEifSzE7Na.jpg","[{'id':87604,'logo_path':null,'name':'Social Animals','origin_country':''},{'id':14683,'logo_path':null,'name':'Cin?? Tamaris','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'}]","2017-06-28","1108983","89","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Faces Places","false","7.9","157" +"false","/7AiYrj8aEzcJuTTJLeLIG1s7rEN.jpg","null","731000","[{'id':27,'name':'Horror'},{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","","408490","tt4288674","en","It Came from the Desert","New Mexico, present day. Brian and Lukas are off to the desert to join a kegger party and to celebrate Lukas??? victory in a motocross competition. His winning prize includes meeting The Deathinator, the biggest action star in the world. The party gets started under the hot desert sun, but Brian isn???t in the mood, so he wanders off and is soon joined by his friend, Lukas. They discover something strange in the desert which leads them into a secret military laboratory, where they discover the disturbing truth of what the government has been doing. Secret experiments on ants and spiders using DNA found in a meteorite which fell to Earth in 1951 has given birth to mutated giant ants which have overrun the facility. Now, it's up to Brian and Lukas to save the world from a giant ant invasion!","2.082","/mZsLtCJW1eJabOxlZrZfaalGIki.jpg","[{'id':79814,'logo_path':null,'name':'Roger! Pictures','origin_country':''},{'id':79811,'logo_path':'/i7sCY0ENdCOETQK24lMajHFZe9K.png','name':'Oy Bufo Ab','origin_country':'FI'},{'id':79812,'logo_path':null,'name':'Alliance Media Partners','origin_country':''},{'id':79813,'logo_path':null,'name':'Cinemaware','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'FI','name':'Finland'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-10-29","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Get ready to scream","It Came from the Desert","false","5.1","26" +"false","/jWrLZQHK3MBJwOgupZbjE2K8dEl.jpg","null","0","[{'id':35,'name':'Comedy'}]","","450438","tt5933560","en","Permanent","This comedy, set in 1983 in small town Virginia, centers around a 13 year old and her family. The story of a hairstyle gone incredibly wrong and a young girl's plight to fit in while encountering bullies at a new school.","1.792","/fdnPEuJe69F58MphzHnXovcfBK0.jpg","[{'id':13466,'logo_path':'/d2ewBAUkCGeYMj6bv2Z9PkzL5OA.png','name':'Park Pictures Features','origin_country':'US'},{'id':14862,'logo_path':'/2YobmEkVFAcw368uz6Ie1sGP2C8.png','name':'Washington Square Films','origin_country':'US'},{'id':104502,'logo_path':null,'name':'2929 Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-12-15","0","94","[{'iso_639_1':'en','name':'English'}]","Released","Hairstyles are temporary. Family is forever.","Permanent","false","5.7","23" +"false","/enCz0eEPiXboXww9pFEcOJ67cPi.jpg","null","0","[{'id':18,'name':'Drama'}]","http://kokosake-movie.jp/","447163","tt6738046","ja","????????????????????????????????????","Jun is a girl whose words have been sealed away so that she cannot hurt anyone with them. But, one day, she is nominated to become an executive member of the ""community outreach council."" On top of that, Jun is also appointed to play the main lead in their musical...","1.108","/uc4XXE7sPyQ55jDiMr1TGihmrCP.jpg","[{'id':2883,'logo_path':null,'name':'Aniplex','origin_country':''},{'id':5896,'logo_path':null,'name':'Cine Bazar','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","2017-07-22","0","119","[{'iso_639_1':'ja','name':'?????????'}]","Released","","The Anthem of the Heart","false","7.8","4" +"false","/dxPDr0aeJFF1ZCOKAVtnrcjPFjG.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","http://wwws.warnerbros.co.jp/sensei/","447180","tt6190198","ja","????????????????????????????????????????????????????????????","Hibiki Shimada, a normal 17-year-old high school student, still does not know how to fall in love???although surrounded by love ""experts""???until one day she realizes that she's fallen in love with her hot and nice 26-year-old teacher, Itou. She then takes a path to make her teacher understand how she feels for him.","3.117","/eqpRNStGdG4t3EfKX0IWwbzjqz9.jpg","[{'id':3627,'logo_path':null,'name':'Warner Bros. Japan','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","2017-10-28","0","113","[{'iso_639_1':'ja','name':'?????????'}]","Released","","My Teacher","false","7.6","11" +"false","/8sb4aBST28vN3rBz704XJczS0Ld.jpg","null","50000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","https://www.foxmovies.com/movies/the-post","446354","tt6294822","en","The Post","A cover-up that spanned four U.S. Presidents pushed the country's first female newspaper publisher and a hard-driving editor to join an unprecedented battle between journalist and government. Inspired by true events.","14.921","/h4XG3g6uMMPIBPjAoQhC2QIMdkl.jpg","[{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'},{'id':84041,'logo_path':null,'name':'Pascal Pictures','origin_country':'US'},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'},{'id':6735,'logo_path':'/6yyByQrmTAgJv0QzZ1Eh1jiGX4R.png','name':'Participant Media','origin_country':'US'},{'id':27497,'logo_path':'/1QuLulTFEynrZnFsogW0UefcKYC.png','name':'Star Thrower Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-12-22","174503458","116","[{'iso_639_1':'en','name':'English'}]","Released","Truth be told","The Post","false","7","2367" +"false","/z55aSCiULLHwHB6koteymt9um1g.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':53,'name':'Thriller'}]","https://www.warnerbros.co.jp/movie/jojo/","431572","tt6105880","ja","?????????????????????????????? ????????????????????????????????? ?????????","Morioh, 1999???a normally quiet and peaceful town has recently become a hotbed of strange activity. Joutarou Kuujou, now a marine biologist, heads to the mysterious town to meet Jousuke Higashikata. While the two may seem like strangers at first, Jousuke is actually the illegitimate child of Joutarou's grandfather, Joseph Joestar. When they meet, Joutarou realizes that he may have more in common with Jousuke than just a blood relation. Along with the mild-mannered Kouichi Hirose and the boisterous Okuyasu Nijimura, the group dedicates themselves to investigating recent disappearances and other suspicious occurrences within Morioh. Aided by the power of Stands, the four men will encounter danger at every street corner, as it is up to them to unravel the town's secrets, before another occurs.","5.304","/hf2yWcQTCimvew0s0Owdw1eLbmG.jpg","[{'id':882,'logo_path':'/fRSWWjquvzcHjACbtF53utZFIll.png','name':'Toho Company, Ltd.','origin_country':'JP'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'JP','name':'Japan'}]","2017-08-04","0","119","[{'iso_639_1':'ja','name':'?????????'}]","Released","WELCOME TO MORIOH","JoJo's Bizarre Adventure: Diamond Is Unbreakable - Chapter 1","false","7.1","20" +"false","/ct7U77DMzBJGWLpnsaPpLTlkEoy.jpg","null","0","[{'id':14,'name':'Fantasy'},{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'},{'id':10749,'name':'Romance'},{'id':10751,'name':'Family'}]","","77235","tt1464606","en","You're So Cupid","Fraternal twin sisters Emma and Lilly are as different as night and day. Emma, the beautiful blonde tomboy, would rather be riding a horse than anything else in the world. While Lilly, her shy redheaded twin, loves to be left alone to curl up with a good book.","1.592","/mYVt2jwctIsZqKrbSLJzB5p9iHW.jpg","[{'id':9074,'logo_path':null,'name':'Mainstay Productions','origin_country':'US'},{'id':95545,'logo_path':null,'name':'Poppy Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-11-06","0","93","[{'iso_639_1':'en','name':'English'}]","Released","","You're So Cupid","false","5.6","26" +"false","/4TZ7Vkozv9p4HSqcxXwvfSwObVa.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","","10905","tt0089543","en","The Man with One Red Shoe","A man is mistaken as a spy by the CIA when he arrives at the airport with one red shoe.","6.183","/nU2edOxptmFU78ie310rnDmfXfx.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-07-18","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Mugged, bugged, chased and seduced. Why is every one after Tom Hanks?","The Man with One Red Shoe","false","5.6","113" +"false","/h4Lk8Cgfvlzz0hcnSJBTAOwNDia.jpg","null","0","[{'id':53,'name':'Thriller'}]","https://www.youwereneverreallyhere.movie/","398181","tt5742374","en","You Were Never Really Here","A traumatised veteran, unafraid of violence, tracks down missing girls for a living. When a job spins out of control, Joe's nightmares overtake him as a conspiracy is uncovered leading to what may be his death trip or his awakening.","11.178","/aoArNmQfL67BzENQeQsgJm21cMe.jpg","[{'id':729,'logo_path':'/hNxGdbddbsDDnEWJ7RNLcGCRSLQ.png','name':'Why Not Productions','origin_country':'FR'},{'id':11779,'logo_path':null,'name':'Page 114','origin_country':''},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'},{'id':7281,'logo_path':'/vuDafYIcuoY0YyvgcqtjXOKwn6Q.png','name':'British Film Institute','origin_country':'GB'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'FR','name':'France'}]","2017-11-08","2528078","89","[{'iso_639_1':'en','name':'English'}]","Released","","You Were Never Really Here","false","6.6","928" +"false","/24zpZGsijqPYxPuoz7gBX2OeMQO.jpg","null","13400000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'}]","http://www.lastgodfathermovie.com/","70829","tt1584131","ko","The Last Godfather","Young-goo the son of mafia boss Don Carini, is too foolish to be part of the mafia elite. One day, Young-goo comes to his father and is trained by Tony V to be his father's successor. A few days later, Young-goo accidentally rescues Nancy, the only daughter of Don Bonfante, the boss of a rival mafia family. But Vinnie, an under-boss of the Bonfante family kidnapped her and fabricates that Young-goo has taken her. Vinnie's behavior provokes an armed conflict between the two families.","1.862","/8lJS9NkWgSDbvPBlpqB3M3Bm1hq.jpg","[]","[{'iso_3166_1':'KR','name':'South Korea'}]","2010-12-29","16700000","100","[{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","","The Last Godfather","false","4.9","9" +"false","/3HISJvpcis94nCoHG2PaSa4wTR2.jpg","null","0","[{'id':10751,'name':'Family'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","136984","tt0196516","en","The Duke","When his nephew tries to wrest control of his estate from him, the Duke of Dingwall removes the boy from his will and leaves everything to his dog.","2.251","/y9x8199GVVHSq943yuIua3z8Dpg.jpg","[{'id':15709,'logo_path':null,'name':'Keystone Pictures','origin_country':''},{'id':51994,'logo_path':null,'name':'Gone Fishing Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1999-01-01","0","88","[{'iso_639_1':'en','name':'English'}]","Released","Royalty goes to the dogs.","The Duke","false","2.8","8" +"false","/iGxWj4cMsldFgeLXcAfMluOoHCG.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","","34482","tt1059905","en","The Clique","A young girl tries to fit in with a clique of popular middle school girls after moving into the guest house of one of their homes.","3.562","/fAXXLPH69HCcd9zJz7ekKySgrwm.jpg","[{'id':10067,'logo_path':'/p1kZoVNfkVvk7xyJZEposRxcfh8.png','name':'Alloy Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-11-11","0","87","[{'iso_639_1':'en','name':'English'}]","Released","The only thing harder than getting in, is staying in.","The Clique","false","5.4","65" +"false","/22JVA8Q2QQGYxIF60fnsWceeuug.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","https://www.facebook.com/SeekingDollyParton/","426606","tt2187071","en","Seeking Dolly Parton","When Charlie and her girlfriend Cerina decide to have a baby together, the idea of using Cerina's ex-boyfriend Josh as the live-in donor turns an easy on-paper idea into a much more challenging event.","1.085","/5x2tKK8lTeMAfu5aBdmSKdSbTLg.jpg","[{'id':55236,'logo_path':null,'name':'Grizzly Peak Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-05-02","0","97","[{'iso_639_1':'en','name':'English'}]","Released","They wanted a baby ... they wound up with an adolescent","Seeking Dolly Parton","false","6.3","3" +"false","/7kU5yC3Qh1JKmfSRXkFa3qFzHRD.jpg","{'id':293981,'name':'Flowers in the Attic Collection','poster_path':'/fj0WRUM5LDufvhJE1wQvbc0NwYt.jpg','backdrop_path':'/xbYuLpKmkYjlbchOnEYeBVVrJUa.jpg'}","0","[{'id':10770,'name':'TV Movie'},{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","267793","tt3496892","en","Petals on the Wind","This sequel to Flowers in the Attic picks up 10 years after Cathy, Chris and Carrie managed to escape Foxworth Hall.","4.546","/c2ZeFTjK02No56EFLndAtr5IFhw.jpg","[{'id':62765,'logo_path':null,'name':'Fries Film Company','origin_country':''},{'id':19623,'logo_path':'/amoc5KDCNLH5gmJR22D96DR7q3u.png','name':'Cue the Dog Productions','origin_country':'US'},{'id':18441,'logo_path':'/rJmXT9sgCKG8uSUO1T93kOTfAzm.png','name':'A+E Studios','origin_country':'US'},{'id':12799,'logo_path':null,'name':'Silver Screen Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-05-26","0","85","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Petals on the Wind","false","6","88" +"false","/vPzIO5BGxvLeArgf7iz5YM5zZiY.jpg","null","2500000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","108542","tt2015478","en","Lovemakers","Small time Hungarian matchmakers get the job to make a Hollywood star fall in love with a Russian businessman's spoiled brat sister. They get one million dollars if they succeed, but if they fail, they will have to pay with their lives.","1.488","/83hrYp3Ud97B4tiaVdfVplIZufd.jpg","[]","[]","2011-12-15","0","100","[]","Released","","Lovemakers","false","5","2" +"false","/c0i7MxnHADv9MAiEtl7mHCqcNd4.jpg","null","5000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","15012","tt1047832","en","Linewatch","Academy Award Winner Cuba Gooding, Jr. is a Border Patrol Officer in the New Mexico desert with a secret past that is about to catch up with him. When his old gang leader tracks him down and forces him to smuggle drugs across the border, he must choose between the life he swore to leave behind and saving his family at any cost.","2.269","/AnwkCEBHKZexU1Bj4KSfWvDc6wy.jpg","[{'id':11341,'logo_path':'/xytTBODEy3p20ksHL4Ftxr483Iv.png','name':'Stage 6 Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-01-01","0","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","","Linewatch","false","5.2","21" +"false","/jgcLUlQlIlQUCNHMbA6yNUUHsA6.jpg","null","0","[]","","298776","tt1754750","en","3 of a Kind","Crime - 3 of a Kind is a sexy, edgy, psychological thriller that will make your heart pound. - Tom Adams, Jaime Aymerich, Jake Scott Bailey","0.6","/8DXXJ9RpRVkC2AYoiCIRyJwvdjP.jpg","[]","[]","2012-01-01","0","","[]","Released","","3 of a Kind","false","4.3","3" +"false","/2kmb6TLsvwX0Gma3SialArnBxx.jpg","null","0","[{'id':35,'name':'Comedy'}]","http://remembermefilm.com/","403853","tt4843358","en","Remember Me","Two self-involved cousins have better things to do than embark on a road trip with their grandmother, Gloria. But someone has to take the frail woman to an assisted care facility. Despite such inconvenient circumstances, the two cousins - a risk-averse yuppie and a slacker stand-up comedian - find plenty of laughs along the way.","0.6","/aC5E8JysjWZluKsxtBNIRtsgYq3.jpg","[]","[]","2016-03-05","0","83","[{'iso_639_1':'en','name':'English'}]","Released","","Remember Me","false","0","0" +"false","/4W9rULtHTBVhKqx4JkkUqaKjsgM.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'}]","","54112","tt0073338","en","La maldici??n de la bestia","Waldemar, the renowned adventurer, joins an expedition to find the Yeti in the Himalayas. While hiking the mountains, he's captured by two cannibalistic demon nymphets guarding a remote Buddhist temple and becomes their sex-slave. They transform him into a werewolf setting him loose to roam the mountain where he encounters a sadistic bandit.","2.732","/z1u43lRSv8EkPNjlhnnTlE6GAch.jpg","[{'id':4948,'logo_path':null,'name':'Profilmes','origin_country':''}]","[{'iso_3166_1':'ES','name':'Spain'}]","1975-01-01","0","94","[{'iso_639_1':'es','name':'Espa??ol'}]","Released","Two bloodthirsty beasts in deadly combat.","Night of the Howling Beast","false","5.2","5" +"false","/8Luiw8AYGion7Cdaz3JxvlVxNfj.jpg","null","0","[{'id':28,'name':'Action'},{'id':37,'name':'Western'}]","","107625","tt0049639","en","The Proud Ones","Robert Ryan plays an aging sheriff responsible for law and order in a frontier cattle town. Virginia Mayo plays his fiancee. As if handling wild cattle drovers isn't enough, a crooked casino operator from Ryan's past comes to town. An early scuffle in the casino leaves Ryan with vision problems that interfere with his duties. Jeffrey Hunter who came to town with a cattle drive encounters Ryan, who killed Hunter's father when Hunter was young. Feelings of animosity soon change as Hunter begins to sense Ryan is telling the truth about his father. What follows is a plot that continues to thicken to the inevitable showdown.","1.85","/cokKvfVGP7fhKVhDphUg37qMmpT.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1956-05-15","0","94","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","","The Proud Ones","false","5.8","12" +"false","/w6TR7kTsKmlBYps2i5hzoukBLCn.jpg","null","26000000","[{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'}]","","10330","tt0322330","en","Freaky Friday","Mother and daughter bicker over everything -- what Anna wears, whom she likes and what she wants to do when she's older. In turn, Anna detests Tess's fianc??. When a magical fortune cookie switches their personalities, they each get a peek at how the other person feels, thinks and lives.","9.825","/fBtYKVgpGNoUsmRGy7rLjIQsmpf.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':93528,'logo_path':null,'name':'Casual Friday Productions','origin_country':''},{'id':3538,'logo_path':null,'name':'Gunn Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-08-03","110230332","97","[{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'en','name':'English'}]","Released","Mondays are manic. Wednesdays are wild. And Fridays are about to get a little freaky.","Freaky Friday","false","6.2","1898" +"false","/7wF2HDlSfHnmWjo5XSj26NIkIeH.jpg","{'id':8647,'name':'The Skulls Collection','poster_path':'/t2O0jkYLVRBfZpT7btzJv3lzPh1.jpg','backdrop_path':'/mTPVUQJ87z7FzJvtmCjXixJb8iD.jpg'}","15000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","11478","tt0192614","en","The Skulls","Luke's exultance at being selected for The Skulls (a secret society bred within the walls of a prominent Ivy League Campus) is soon overshadowed when he realises that all is 'not well in Wonderland'. For The Skulls is a breeding ground for the future powerful and elite. It's not only a far cry from his working class background, but it also hallows its own deep and dark secrets.","7.12","/ww0HZpFwz9HtEW3HbrKtfts2tNH.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':333,'logo_path':'/5xUJfzPZ8jWJUDzYtIeuPO4qPIa.png','name':'Original Film','origin_country':'US'},{'id':506,'logo_path':null,'name':'Newmarket Capital Group','origin_country':'US'},{'id':11482,'logo_path':null,'name':'Cranium Films','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2000-03-31","35007180","106","[{'iso_639_1':'en','name':'English'}]","Released","Getting in is easy. Getting out is a killer.","The Skulls","false","5.7","258" +"false","/pHw9eOlDoZLM9thSFN1pB5ftdAR.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","435126","tt6101820","es","Perfectos desconocidos","Remake of the Italian movie ""Perfetti sconosciuti (2016)"". During a lunar eclipse, seven friends gather for dinner and decide to play a game in which they must share with each other the content of every message, email or phone call they receive throughout the evening.","8.713","/kecy3X0ac5JNDmuugrrgoz7U3pJ.jpg","[{'id':10012,'logo_path':null,'name':'Nadie es Perfecto','origin_country':''},{'id':21632,'logo_path':'/gEto1Q487D4JPriz2qVfkkvyqjy.png','name':'Mediaset Espa??a','origin_country':'ES'},{'id':32485,'logo_path':null,'name':'Pokeepsie Films','origin_country':''},{'id':67412,'logo_path':'/vgVqq5hunVs8GN5Je9d9rG7Q2NU.png','name':'Movistar+','origin_country':'ES'},{'id':6246,'logo_path':null,'name':'Medusa Film','origin_country':'IT'},{'id':1182,'logo_path':'/bkgwJWvqqLuzsXV2Qv3Mg3wfcNZ.png','name':'Telecinco Cinema','origin_country':'ES'}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'ES','name':'Spain'}]","2017-12-01","0","101","[{'iso_639_1':'es','name':'Espa??ol'}]","Released","We all have a secret life","Perfect Strangers","false","6.7","300" +"false","/vfUsnZe5CK3SIqpJq1sA5rUJcRi.jpg","null","0","[{'id':18,'name':'Drama'}]","","500634","tt6142496","en","6 Balloons","Over the course of one night, a woman drives across LA with her heroin addict brother in search of a detox center, with his two-year-old daughter in tow.","7.756","/aqSQCTtehs7bF8VhpnAtrP5yUo.jpg","[{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''},{'id':55570,'logo_path':null,'name':'Campfire','origin_country':''},{'id':57743,'logo_path':null,'name':'Free Association','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-03-12","0","75","[{'iso_639_1':'en','name':'English'}]","Released","Let go with love.","6 Balloons","false","6","131" +"false","/xXpATYKBOKacswyO465SNu0bh8R.jpg","null","0","[{'id':18,'name':'Drama'}]","https://www.netflix.com/title/80096984","515333","tt5580392","en","Amateur","14-year-old basketball phenom Terron Forte has to navigate the under-the-table world of amateur athletics when he is recruited to an elite NCAA prep school.","8.468","/nWUvlNxKSMdegAoY5eMOqPwMKIb.jpg","[{'id':551,'logo_path':'/jSlzEZZ4Z1g7B2UExjZEIKsUvD9.png','name':'Mandalay Pictures','origin_country':'US'},{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-04-06","0","96","[{'iso_639_1':'en','name':'English'}]","Released","Every dream has a price.","Amateur","false","6.4","115" +"false","/qjfZG9nZ86zGMOC0Kz3i4Tamd79.jpg","null","0","[{'id':35,'name':'Comedy'}]","","460216","tt5658242","en","Humor Me","An adult son who is slowly drifting towards rock bottom reconnects with his joke-loving dad.","1.3","/eQxYOTzNaSdWp5mdrgoELlLggbd.jpg","[]","[]","2017-06-16","0","93","[{'iso_639_1':'en','name':'English'}]","Released","","Humor Me","false","6.8","4" +"false","/7TyDMtoylbeeH05o50OJ6wSrqV1.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10770,'name':'TV Movie'}]","https://www.hbo.com/movies/paterno","467867","tt2388986","en","Paterno","After becoming the winningest coach in college football history, Joe Paterno is embroiled in Penn State's Jerry Sandusky sexual abuse scandal, challenging his legacy and forcing him to face questions of institutional failure regarding the victims.","5.062","/Ad4y2Cc2FcY1wOk3DH7HVWlrgEM.jpg","[{'id':56387,'logo_path':null,'name':'The Levinson/Fontana Company','origin_country':'US'},{'id':6455,'logo_path':null,'name':'Edward R. Pressman Film','origin_country':''}]","[]","2018-04-07","0","105","[{'iso_639_1':'en','name':'English'}]","Released","The greater the legend, the harder the fall.","Paterno","false","6.3","58" +"false","/hxjWHKX8AmG3WEhlQ6NnBiCE5j5.jpg","null","0","[{'id':18,'name':'Drama'}]","","206277","tt2636806","en","Shirley: Visions of Reality","A series of snapshots from the life of a fictional actress named Shirley serves to weave together thirteen paintings by Edward Hopper (e.g. ""Office at Night"", ""Western Motel"", ""Usherette"", ""A Woman in the Sun"") into a fascinating synthesis of painting and film, personal and political history. Each station in Shirley???s professional and private life from the 1930s to 1960s is precisely dated: It is always August 28/29 of the year in question, as the locations vary from Paris to New York to Cape Cod.","1.304","/xrWsKakRlkpebrOwiwXZVIg5MGR.jpg","[{'id':20693,'logo_path':null,'name':'KGP Kranzelbinder Gabriele Production','origin_country':''}]","[{'iso_3166_1':'AT','name':'Austria'}]","2013-12-26","0","93","[{'iso_639_1':'en','name':'English'}]","Released","","Shirley: Visions of Reality","false","7.1","14" +"false","/4rd1NRYEPL3anbI53h4lk3dvAHY.jpg","null","16000000","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","13526","tt0210382","en","The Weight of Water","A newspaper photographer, Jean, researches the lurid and sensational axe murder of two women in 1873 as an editorial tie-in with a brutal modern double murder. She discovers a cache of papers that appear to give an account of the murders by an eyewitness.","4.06","/5XGQTMVPqjWkbZUX5wi8XO3J7Me.jpg","[{'id':11371,'logo_path':null,'name':'Palomar Pictures','origin_country':'US'},{'id':2760,'logo_path':null,'name':'Miracle Pictures','origin_country':''},{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'},{'id':20719,'logo_path':null,'name':'Manifest Film Company','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","2000-09-25","109130","113","[{'iso_639_1':'en','name':'English'}]","Released","Hell hath no fury...","The Weight of Water","false","5.7","70" +"false","/oJQHQjk1OzuJuT60xmsPgHrXqdF.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","73208","tt0062207","en","Robbery","A dramatization of the Great Train Robbery. While not a 'how to', it is very detail dependent, showing the care and planning that took place to pull it off.","1.92","/nT9GYthGX8S4VmDQcVIIzdAsBYO.jpg","[{'id':8912,'logo_path':null,'name':'Oakhurst Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1967-08-01","0","110","[{'iso_639_1':'en','name':'English'}]","Released","Who says crime doesn't pay? 3 Million pounds says it does!","Robbery","false","6.3","13" +"false","/WnCdAnWStefPptu4csjUyFQOs4.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'}]","","1672","tt0082949","en","Le Professionnel","French secret agent Joss Baumont is sent to kill the president Njala of an African country. However, a counter-order is given before he can execute his mission and he is abandoned in the hands of foreign authorities. He escapes and seeks revenge by pursuing what was his original mission.","6.233","/lcqPvmGXmkGwhr5fIox6ZEyol4m.jpg","[]","[{'iso_3166_1':'FR','name':'France'}]","1981-10-21","0","108","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","The Professional","false","7.1","144" +"false","/xnhIFmqH2s9tL3f7swuVqg6rqCT.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","51104","tt0064555","en","Krakatoa, East of Java","A team of maritime salvage workers are about to embark on a recovery dive. However the 1883 Krakatoa Volcano eruption provides more pressing problems.","2.458","/4c5Z9DkivG1JrpWuO3y4ILloG2U.jpg","[{'id':11275,'logo_path':null,'name':'Cinerama Productions Corp.','origin_country':''},{'id':4388,'logo_path':null,'name':'Security Pictures','origin_country':''},{'id':3065,'logo_path':'/sJ919bmS8B53hujwbn5eqg6y6G6.png','name':'American Broadcasting Company (ABC)','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1968-12-26","0","131","[{'iso_639_1':'en','name':'English'}]","Released","","Krakatoa, East of Java","false","5.7","10" +"false","/tJrFUgkZTnPLbTQd8qHrnGekkRm.jpg","null","0","[{'id':27,'name':'Horror'}]","","28409","tt0068772","es","El jorobado de la Morgue","Paul Naschy plays a hunchback with below average intelligence who works at the morgue. He is in love with a sickly girl who happens to be the only person who is kind to him. Each day he brings her flowers until the day she dies.","0.738","/gb9eGNWZMUWTFUuji6maIVUNiVu.jpg","[{'id':4798,'logo_path':null,'name':'Eva Film','origin_country':''}]","[{'iso_3166_1':'ES','name':'Spain'}]","1973-07-13","0","87","[{'iso_639_1':'es','name':'Espa??ol'}]","Released","","Hunchback of the Morgue","false","5.8","11" +"false","/bcsyodaUszM060y6V2NL7nTZO0H.jpg","null","0","[{'id':27,'name':'Horror'}]","","77257","tt0071478","es","Exorcismo","A priest struggles to save the life of a young woman who is possessed by the malevolent spirit of her father.","0.84","/cljdK9XMXqWDCAhDQtpBULE7bRi.jpg","[{'id':4948,'logo_path':null,'name':'Profilmes','origin_country':''}]","[{'iso_3166_1':'ES','name':'Spain'}]","1975-03-10","0","90","[{'iso_639_1':'es','name':'Espa??ol'}]","Released","A theme that has thrilled audiences all over the world - now terrifyingly set forth.","Exorcismo","false","5.3","3" +"false","/1yp9HmbdUCUXJ38OHT2rbtdw7cH.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","24005","tt0044557","en","Don't Bother to Knock","Jed, an airline pilot, is resting in a hotel when he notices Nell, a young woman babysitting for a wealthy couple. As Jed gets to know Nell better he realises that the woman is not as stable as perhaps she should be. A unique thriller featuring a rare dramatic performance from Monroe, illustrating a broader range than most people might expect..","3.019","/btbTidQlmg8brVHC7tN0HnAy8Dm.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1952-07-18","0","76","[{'iso_639_1':'en','name':'English'}]","Released","...a wicked sensation as the lonely girl in room 809!","Don't Bother to Knock","false","6.8","37" +"false","/bW5R2Aswhf2FDisoV0Prc67btV3.jpg","null","0","[{'id':37,'name':'Western'}]","","49397","tt0064208","it","Da uomo a uomo","Bill Meceita, a boy whose family was murdered in front of him by a gang, sets out 15 years later to exact revenge. On his journey, he finds himself continually sparring and occasionally cooperating with Ryan, a gunfighter on his own quest for vengeance, who knows more than he says about Bill's tragedy.","5.598","/7xJLGcKGIPs2a4dQUuLDPFCRg0f.jpg","[{'id':24687,'logo_path':null,'name':'Sancro International Film','origin_country':''},{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':96028,'logo_path':null,'name':'Produzione Esecutiva Cinematografica (PEC)','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'}]","1967-08-31","0","114","[{'iso_639_1':'it','name':'Italiano'}]","Released","When You've Waited Fifteen Years To Find A Man... It's A Shame You Can Only Kill Him Once!","Death Rides a Horse","false","7.1","54" +"false","/qYir2sJ8j2ZL0sAVPgtnGYyNuvm.jpg","{'id':421904,'name':'Batman (DC Universe Animated) Collection','poster_path':'/4fDffWkGuIt62GQVAUTUgRoZxT2.jpg','backdrop_path':'/feOIJaQTUDaPRgt3g9U5xQhJPoq.jpg'}","0","[{'id':16,'name':'Animation'},{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':10751,'name':'Family'}]","","15805","tt0143127","en","Batman & Mr. Freeze: SubZero","When a desperate Mr. Freeze, to save his dying wife, kidnaps Barbara Gordon (Batgirl) as an involuntary organ donor, Batman and Robin must find her before the operation can begin.","5.914","/eIeT9dsFeKiKNxjWyXHTL92TTrJ.jpg","[{'id':429,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Comics','origin_country':'US'},{'id':2785,'logo_path':'/l5zW8jjmQOCx2dFmvnmbYmqoBmL.png','name':'Warner Bros. Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-03-17","0","70","[{'iso_639_1':'en','name':'English'}]","Released","","Batman & Mr. Freeze: SubZero","false","6.9","152" +"false","/sQvNt0aVXs7X3gR0BMjliEnlym8.png","{'id':99635,'name':'A Better Tomorrow Collection','poster_path':'/b7UQJjwIXLtKejp5FvspTqRh9VP.jpg','backdrop_path':'/mLtlXvBFG6Q2BZHkeciWO3BYfhH.jpg'}","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","11471","tt0092263","cn","????????????","A reforming ex-gangster tries to reconcile with his estranged policeman brother, but the ties to his former gang are difficult to break.","10.591","/vAhUCI5s9qT6dkWHudjfxnKdQYj.jpg","[{'id':44500,'logo_path':null,'name':'Cinema City Co., Ltd.','origin_country':''},{'id':3618,'logo_path':null,'name':'Film Workshop','origin_country':''}]","[{'iso_3166_1':'HK','name':'Hong Kong'}]","1986-08-02","4469460","95","[{'iso_639_1':'cn','name':'????????? / ?????????'},{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'en','name':'English'}]","Released","Are the police above the law? I'll send my insurance claim to you.","A Better Tomorrow","false","7.5","162" +"false","/pUEoBBWGxBUA8XoEzBvZNEjYURx.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'},{'id':18,'name':'Drama'}]","","453203","tt5435476","en","Tilt","All seems normal with Joseph and Joanne. Joanne is pregnant with their first child. Life in their little urban house is cozy and familiar. But something is off about Joseph. He doesn???t seem excited about the baby. Work on his documentary is becoming increasingly untethered. As Joseph struggles to maintain the routines of his domestic life, his mask begins to slip. Late at night, while Joanne thinks he is working, Joseph prowls the streets of Los Angeles, deliberately courting danger. Joanne is growing worried about Joseph???s odd behavior. But not as worried as she should be.","1.399","/aW0VILEFPeSeuSgQlRgO7Ooqdwn.jpg","[{'id':66681,'logo_path':'/nTeCp7XAtGXlSXywoBum6dBThoC.png','name':'ReKon Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-04-22","0","99","[{'iso_639_1':'en','name':'English'}]","Released","","Tilt","false","6.6","8" +"false","/fF8l8hyx8lNV6XfaHxnduwH5I1V.jpg","null","0","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':27,'name':'Horror'}]","https://www.facebook.com/TheRizen/","453289","tt4173306","en","The Rizen","The year is 1955. NATO and the Allied Forces have been conducting secret, occult experiments in a bid to win the Arms Race. Now, they have finally succeeded but what the Army has unleashed threatens to tear our world apart. One woman must lead the only survivors past horrors that the military has no way to control - and fight to close what should never have been opened.","2.401","/rM1YfXHrooKtvZNr1oaUp9vB8IU.jpg","[{'id':89225,'logo_path':null,'name':'Lost Eye Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-01-01","0","94","[]","Released","","The Rizen","false","4.2","5" +"false","/pZets03njJdLEI5TPHQuRKDLa6b.jpg","null","8500000","[{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","458109","tt5616294","en","Spinning Man","Evan Birch, a family man and esteemed philosophy professor at a distinguished college, is the prime suspect when a female student goes missing.","12.927","/lvIIUOoY2PQRQ6syWchzkfNaXT1.jpg","[{'id':94865,'logo_path':null,'name':'Chimney','origin_country':'PL'},{'id':597,'logo_path':null,'name':'Irish Dreamtime','origin_country':''}]","[{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'SE','name':'Sweden'},{'iso_3166_1':'US','name':'United States of America'}]","2018-04-06","0","100","[{'iso_639_1':'en','name':'English'}]","Released","The only truth is knowing you know nothing.","Spinning Man","false","5.5","149" +"false","/8ypE0JJGSsMLTTMGrrMBEJe1WCR.jpg","null","0","[{'id':10402,'name':'Music'},{'id':10770,'name':'TV Movie'},{'id':10751,'name':'Family'}]","https://www.nbc.com/jesus-christ-superstar/","495029","tt6874964","en","Jesus Christ Superstar Live in Concert","The award-winning show is re-imagined as a live concert event, featuring an all-star cast of recording artists, set during the last week of Jesus' life as he deals with betrayal, love and jealousy, and told from the perspective of Judas.","3.778","/yMiksvlWCdUFpX9ZVrU2SyJF7ZC.jpg","[{'id':27101,'logo_path':null,'name':'NBC Film','origin_country':''},{'id':26727,'logo_path':'/jeTxdjXhzgKZyLr3l9MllkTn3fy.png','name':'Universal Television','origin_country':'US'},{'id':102580,'logo_path':null,'name':'The Really Useful Group','origin_country':''},{'id':2527,'logo_path':'/osO7TGmlRMistSQ5JZusPhbKUHk.png','name':'Marc Platt Productions','origin_country':'US'},{'id':8797,'logo_path':'/4mrkWRV6JWYQbP6qV8pyP7ji6tO.png','name':'Storyline Entertainment','origin_country':'US'},{'id':11073,'logo_path':'/wHs44fktdoj6c378ZbSWfzKsM2Z.png','name':'Sony Pictures Television','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-04-01","0","100","[{'iso_639_1':'en','name':'English'}]","Released","A live musical recounting the final days of Jesus Christ and those around him.","Jesus Christ Superstar Live in Concert","false","7.8","14" +"false","/tkE2UkdXJD1vAX24W1Ka28ZoIrz.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","27360","tt0388183","en","King's Ransom","Hoping to foil his own gold-digging wife's plan, a loathsome businessman arranges his own kidnapping, only to realize that there are plenty of other people interested in his wealth as well.","3.479","/r2zpz2MltNYAmTkjj7KxgYly3uE.jpg","[]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2005-04-22","0","95","[{'iso_639_1':'en','name':'English'}]","Released","","King's Ransom","false","4.7","20" +"false","/bT8LSYvuDse3JFdis6EqLnGp1xf.jpg","{'id':237445,'name':'Inspector Gadget Collection','poster_path':'/wP1En2StHVqmpsHRhTKlzFjTQyC.jpg','backdrop_path':'/AosJpZ6TvYFYtRzvgFfb82g2S70.jpg'}","12000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","http://en.wikipedia.org/wiki/Inspector_Gadget_2","19766","tt0301454","en","Inspector Gadget 2","After capturing Claw, all the criminals have gone into hiding until, Claw escapes! Gadget thinks he will get the case, but everyone else has other planes. A new version of the Gadget project is unveiled in the form of G2. Strict orders are given for Gadget to stay away from G2 and every crime scene, but Gadget feels he is needed more than anyone.","7.523","/sMF3aqLUOrt9OhxcpZKPLkT0Mjp.jpg","[{'id':75692,'logo_path':null,'name':'Fountain Films','origin_country':''},{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'AU','name':'Australia'}]","2003-03-11","0","89","[{'iso_639_1':'en','name':'English'}]","Released","Inspect the unexpected.","Inspector Gadget 2","false","3.8","193" +"false","/1KOdVzeZ2nzSZcFq8LtUEc6Ttpf.jpg","null","38000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.sonypictures.com/movies/enough/","1957","tt0278435","en","Enough","Working-class waitress Slim thought she was entering a life of domestic bliss when she married Mitch, the man of her dreams. After the arrival of their first child, her picture perfect life is shattered when she discovers Mitch's hidden possessive dark side, a controlling and abusive alter ego that can turn trust, love and tranquility into terror. Terrified for her child's safety, Slim flees with her daughter. Relentless in his pursuit and enlisting the aid of lethal henchmen, Mitch continually stalks the prey that was once his family.","9.115","/la9F1MVu1nU4v61trp80dVcr5Ij.jpg","[{'id':8880,'logo_path':'/fE7LBw7Jz8R29EABFGCvWNriZxN.png','name':'Winkler Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-05-24","51801187","114","[{'iso_639_1':'en','name':'English'}]","Released","Everyone has a limit.","Enough","false","6.4","470" +"false","/hiKB6X29zaLmsh3CC6LEq4c5fm4.jpg","null","0","[{'id':18,'name':'Drama'}]","","348896","tt2989350","en","Dare to Be Wild","Irishwoman Mary Reynold's journey from rank outsider to winner of a Gold Medal at the Chelsea Flower Show.","0.895","/b2gFRKs4ZDIhT2xDFURm6DgSp1R.jpg","[]","[{'iso_3166_1':'IE','name':'Ireland'}]","2015-08-13","0","100","[{'iso_639_1':'en','name':'English'}]","Released","Throw a lifeline to the wilderness.","Dare to Be Wild","false","5.4","9" +"false","/kFRw6IvMDiUqjgx51QzBjoVBVS2.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","18701","tt0340012","en","Being Julia","Julia Lambert is a true diva: beautiful, talented, weathly and famous. She has it all - including a devoted husband who has mastermined her brilliant career - but after years of shining in the spotlight she begins to suffer from a severe case of boredom and longs for something new and exciting to put the twinkle back in her eye. Julia finds exactly what she's looking for in a handsome young American fan, but it isn't long before the novelty fling adds a few more sparks than she was hoping for. Fortuately for her, this surprise twist in the plot will thrust her back into the greatest role of her life.","6.708","/2XpshnlvVpNn727wnHBrHJmyhUB.jpg","[{'id':805,'logo_path':null,'name':'Serendipity Point Films','origin_country':''}]","[]","2004-09-03","0","104","[{'iso_639_1':'en','name':'English'}]","Released","Passion. Obsession. Revenge. Prepare for the performance of a lifetime.","Being Julia","false","6.5","34" +"false","/vpwsqYPYQFABFPLxBwPnTp146fK.jpg","null","0","[{'id':18,'name':'Drama'}]","http://truetothegame.movie","467432","tt5116504","en","True to the Game","Based on the Terri Woods best selling novel, True to the Game is the love story of Quadir Richards, a charismatic drug lord, and Gena Rollins, a young girl from the projects of Philly. Quadir was able to gain the trust and love of Gena and was on his way out of the game to start a new life with his future bride when tragedy strikes.","2.615","/j2OZrX4BvOLYeLUZYzoqmUQYVp1.jpg","[]","[]","2017-09-08","0","108","[{'iso_639_1':'en','name':'English'}]","Released","Once you're in, there's no way out","True to the Game","false","4.9","21" +"false","/pPKAcvCYcQWx4slftwnAssvEuBw.jpg","null","200000","[{'id':12,'name':'Adventure'},{'id':9648,'name':'Mystery'},{'id':10749,'name':'Romance'},{'id':53,'name':'Thriller'}]","http://www.troubleismy.biz","513285","tt2243900","en","Trouble Is My Business","Private eye Roland Drake cracks cases and romances femme fatales in 1940's Los Angeles while corrupt cop Det Barry Tate rules the city. A tale told in the classic style of film noir. Drake has fallen on hard times in a harsh world. He has been evicted from his office and disgraced by a missing persons case. Ruined in the public eye and with the police. it seems like it's all over for Roland Drake. Then, redemption walks in - with curves. The owner of those curves is a sexy, dark haired beauty named Katherine Montemar. She wants his help. The chemistry is immediate and her concern for the disappearance of her family members pulls him into her case - and into bed.","4.402","/2o4z89Q6YsEniOboIvRDKVNnuPw.jpg","[{'id':102420,'logo_path':null,'name':'Lumen Actus','origin_country':''},{'id':9286,'logo_path':null,'name':'The Orchard','origin_country':'US'},{'id':102421,'logo_path':null,'name':'Random Media','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-04-03","0","116","[{'iso_639_1':'en','name':'English'}]","Released","Passion, Murder, and Betrayal. Just Another Day at the Office.","Trouble Is My Business","false","7.8","6" +"false","/i82rPPQ662aSbNg2aMC1s2HwESF.jpg","null","0","[{'id':18,'name':'Drama'}]","","472805","tt7260048","en","Outside In","An ex-con struggling to readjust to life in his small town forms an intense bond with his former high-school teacher.","2.54","/o8mGEiiEmR7yyoDqk9iSAeokYVZ.jpg","[{'id':1974,'logo_path':null,'name':'Duplass Brothers Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-03-30","0","109","[{'iso_639_1':'en','name':'English'}]","Released","Things are never the same on the outside.","Outside In","false","6.5","22" +"false","/tN5cO7IutIZjKnQPEv5EWfrrUFl.jpg","null","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","515815","tt4454834","en","Killing Joan","An enforcer for the mob enacts revenge on those who wronged her.","2.353","/fooF1gUnbGW94Qs88WJYUNxgY1Q.jpg","[{'id':102966,'logo_path':null,'name':'TODFILM','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-04-03","0","98","[{'iso_639_1':'en','name':'English'}]","Released","","Killing Joan","false","4.8","5" +"false","/d9aHZcAXLErA1jrNgzl4dfVejFf.jpg","null","10000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'},{'id':53,'name':'Thriller'}]","","29076","tt0171356","en","Gun Shy","Legendary undercover DEA agent Charlie Mayough has suddenly lost his nerves of steel. On the verge of a career-induced mental breakdown, and in complete fear of trigger-happy Mafia leader Fulvio Nesstra, Charlie seeks psychiatric help and finds himself relying on the support of an unstable therapy group and nurse Judy just to get through his work.","3.78","/iMCuGjQu5LsS6hyr5KmRDNqcomy.jpg","[{'id':4258,'logo_path':null,'name':'Fortis Films','origin_country':''},{'id':915,'logo_path':'/xXojkyRWFZ0JTJyjiu13ThKeFbz.png','name':'Hollywood Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-02-04","1631839","101","[{'iso_639_1':'en','name':'English'}]","Released","The Agency's best has a bad case of nerves.","Gun Shy","false","5.3","51" +"false","/5szlhuNZb9QtYEgOsGd9QrYnkM2.jpg","null","0","[{'id':99,'name':'Documentary'}]","https://www.facebook.com/FroningFilm/","362226","tt5079382","en","Froning: The Fittest Man In History","Rich Froning Jr entered the 2014 CrossFit Games competition with three consecutive victories, a feat that no other athlete had accomplished. After finding CrossFit in 2009, Froning began a history-making career, finishing second at the CrossFit Games in 2010 and dominating the competition for the next four years. His four titles, five trips to the podium, 16 event wins, 35 top-five event finishes and 45 top-10 event finishes are all records, and he's revered in the community. Froning's athletic prowess has been under the microscope for five years, but there's much more to the man from Tennessee than snatches and pull-ups. In this in-depth documentary by Heber Cannon, take a look into the life and childhood of the fittest man in history, follow his quest to a fourth straight CrossFit Games championship, and see him as a son, a husband, and a new father.","1.126","/m2PJwqvrZv78UbXHvXzP9pJ6roZ.jpg","[{'id':64596,'logo_path':null,'name':'CrossFit Inc.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-10-01","0","99","[{'iso_639_1':'en','name':'English'}]","Released","","Froning: The Fittest Man In History","false","6.5","15" +"false","/3iwNfRoESEM2aI5wXkNSeDeiWCW.jpg","null","57000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","9621","tt0368709","en","Elizabethtown","Drew Baylor is fired after causing his shoe company to lose hundreds of millions of dollars. To make matters worse, he's also dumped by his girlfriend. On the verge of ending it all, Drew gets a new lease on life when he returns to his family's small Kentucky hometown after his father dies. Along the way, he meets a flight attendant with whom he falls in love.","8.022","/Asn50mIjDaeDKbaJkQ7lY6goV8p.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':44,'logo_path':null,'name':'Cruise/Wagner Productions','origin_country':''},{'id':485,'logo_path':'/tVOP0mIeoYLua4Rw66OYNzitrrI.png','name':'Vinyl Films','origin_country':'US'},{'id':20157,'logo_path':null,'name':'KMP Film Invest','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-10-06","52034889","123","[{'iso_639_1':'en','name':'English'}]","Released","It's a heck of a place to find yourself","Elizabethtown","false","6.1","572" +"false","/bb9F5OADiO53kT9C5HhX2cro3bj.jpg","null","7000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","","16651","tt0250371","en","The Other Side of Heaven","John H. Groberg, a middle class kid from Idaho Falls, crosses the Pacific to become a Mormon missionary in the remote and exotic Tongan island kingdom during the 1950's. He leaves behind a loving family and the true love of his life, Jean. Through letters and musings across the miles, John shares his humbling and sometimes hilarious adventures with ""the girl back home"", and her letters buoy up his spirits in difficult times. John must struggle to overcome language barriers, physical hardship and deep-rooted suspicion to earn the trust and love of the Tongan people he has come to serve. Throughout his adventure-filled three years on the islands, he discovers friends and wisdom in the most unlikely places. John H. Groberg's Tongan odyssey will change his life forever.","3.53","/9MfYiummofdtMTOgweXf9yyPl4L.jpg","[{'id':3208,'logo_path':null,'name':'3Mark Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-04-12","4720371","113","[{'iso_639_1':'to','name':''},{'iso_639_1':'en','name':'English'}]","Released","An Epic Journey.","The Other Side of Heaven","false","6.4","25" +"false","/wlUrotMmRHpjzR1EMWISHa0FWYR.jpg","null","0","[{'id':99,'name':'Documentary'}]","","318852","tt2317088","en","Sons of Ben","After many rumors of an MLS team arriving in Philadelphia never materializing, a small group of soccer fans took matters into their own hands and started a supporters group called the Sons of Ben to help bring a team to their hometown. They were a group without a team to root for and had a modest goal of reaching 100 members by the end of the year. Little did they know they would reach over 1,500 members in less time than that and start a movement that would not only change the soccer landscape in Philadelphia forever, but also help revive a community that had been struggling for decades.","1.191","/s3wEKVM27924BjKISazoYa2MhcD.jpg","[]","[]","2015-06-13","0","","[]","Released","","Sons of Ben","false","7.3","3" +"false","/5fd4HgguPvPfKVVVOw0OJfQtjPJ.jpg","null","0","[{'id':35,'name':'Comedy'}]","http://www.multicom.tv/library/Racquet","196065","tt0079771","en","Racquet","Centred around a former tennis champ who swings with the girls and volleying straight sets with the rich and famous while set on owning his own tennis court.","0.6","/108YuMPyl4d4Jgne70yYtX7Eucb.jpg","[]","[]","1979-12-30","0","87","[{'iso_639_1':'en','name':'English'}]","Released","Whack It!","Racquet","false","3.5","1" +"false","","null","0","[{'id':99,'name':'Documentary'},{'id':35,'name':'Comedy'}]","","355173","tt4286468","en","Nerdgasm","Character actor Tom Lenk (Buffy the Vampire Slayer, Joss Whedon's Much Ado About Nothing) has long dreamed of performing in the Edinburgh Fringe Festival, the world's largest theater arts festival. Nerdgasm follows Tom's journey through all things nerdy as he prepares to fulfill his aspirations and struggles with his inner demons along the way.","0.882","/jQUonKHE1pTZP0DquvmVQsSuA0c.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-08-18","0","88","[{'iso_639_1':'en','name':'English'}]","Released","","Nerdgasm","false","5","1" +"false","/x5EUEv1N9g4BCX9GQXKvv3nqMVo.jpg","null","35000000","[{'id':10752,'name':'War'},{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':28,'name':'Action'}]","https://12strongmovie.com","429351","tt1413492","en","12 Strong","A team of CIA agents and special forces head into Afghanistan in the aftermath of the September 11th attacks in an attempt to dismantle the Taliban.","16.189","/j18021qCeRi3yUBtqd2UFj1c0RQ.jpg","[{'id':79529,'logo_path':'/gVN3k8emmKy4iV4KREWcCtxusZK.png','name':'Torridon Films','origin_country':'US'},{'id':1088,'logo_path':'/9WOE5AQUXbOtLU6GTwfjS8OMF0v.png','name':'Alcon Entertainment','origin_country':'US'},{'id':33681,'logo_path':'/dHx2nsV9AC7IBlKN2dk1FDImvOz.png','name':'Black Label Media','origin_country':'US'},{'id':130,'logo_path':'/c9dVHPOL3cqCr2593Ahk0nEKTEM.png','name':'Jerry Bruckheimer Films','origin_country':'US'},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':101829,'logo_path':'/8IOjCvgjq0zTrtP91cWD3kL2jMK.png','name':'16:14 Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-01-16","67131266","130","[{'iso_639_1':'en','name':'English'}]","Released","The declassified true story of the horse soldiers","12 Strong","false","5.6","1237" +"false","/clmYuR1t4TtKcakIOvYIPrjyxDc.jpg","null","30000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","https://thecommuter.movie/","399035","tt1590193","en","The Commuter","A businessman, on his daily commute home, gets unwittingly caught up in a criminal conspiracy that threatens not only his life but the lives of those around him.","18.82","/rDeGK6FIUfVcXmuBdEORPAGPMNg.jpg","[{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'},{'id':23513,'logo_path':null,'name':'Ombra Films','origin_country':''},{'id':356,'logo_path':'/9tW5wZEGotn1Ei5pErA88m47XiD.png','name':'TF1 Films Production','origin_country':'FR'},{'id':99132,'logo_path':null,'name':'The Picture Company','origin_country':''},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':10611,'logo_path':'/zQ4fGaEnNkWfSzyygXRcUZwPmDG.png','name':'Cin??+','origin_country':'FR'},{'id':104931,'logo_path':'/aNOZx62BIqRT1ji0gWowiNRXZ4o.png','name':'Amazon Prime Video','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2018-01-11","119757158","104","[{'iso_639_1':'en','name':'English'}]","Released","Lives are on the line","The Commuter","false","6.2","2253" +"false","/f05JIHJoXHe7XzpaM8jcKBeqYHj.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","434376","tt6135042","tl","Birdshot","A farm girl mistakenly shoots and kills an endangered Philippine Eagle. When authorities begin a manhunt to track down the eagle???s killer, they stumble upon an even more horrific discovery.","1.199","/8EuKlaYo53CDFAKbxzkQ8r2bSUP.jpg","[{'id':65409,'logo_path':null,'name':'Buchi Boy Films','origin_country':''},{'id':15810,'logo_path':null,'name':'PelikulaRed','origin_country':''},{'id':42930,'logo_path':null,'name':'Tuko Film Productions','origin_country':''}]","[{'iso_3166_1':'PH','name':'Philippines'}]","2017-08-16","0","116","[{'iso_639_1':'tl','name':''}]","Released","","Birdshot","false","6.8","11" +"false","/f2bJT6bZYXlFjPIhPvyV1c4fh6p.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","462723","tt1492705","en","All I Wish","A woman struggles to escape the clutches of her overbearing, co-dependent mother, while gradually falling for a sexy, sophisticated attorney.","3.009","/wyq0BLdyPEXcBsTprGYtWn6b2Dj.jpg","[{'id':63611,'logo_path':null,'name':'ETA films','origin_country':''},{'id':18402,'logo_path':null,'name':'MRB Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-02-01","0","94","[{'iso_639_1':'en','name':'English'}]","Released","Getting better one year at a time.","All I Wish","false","5.5","22" +"false","","null","0","[{'id':27,'name':'Horror'}]","","481367","tt4134826","en","But Deliver Us from Evil","A demon (Succubus) wreaks havoc on a U.S city. Lilith, Adams first wife according to Jewish mysticism seeks revenge against all of God's creation. God expelled Lilith from the Garden of Eden because of her refusal to obey Adam, the man. Scorned she returns present day with a vengeance against man and his offspring.","1.081","/A9L5d9IZ55Eo3EGpQJlMppcBzyZ.jpg","[{'id':27791,'logo_path':null,'name':'Backseat Conceptions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-04-27","0","109","[]","Released","Hell hath no fury like a woman scorned","But Deliver Us from Evil","false","5.2","5" +"false","/4i55cboiFcaLRXHjwZ2trsn5PrM.jpg","{'id':293981,'name':'Flowers in the Attic Collection','poster_path':'/fj0WRUM5LDufvhJE1wQvbc0NwYt.jpg','backdrop_path':'/xbYuLpKmkYjlbchOnEYeBVVrJUa.jpg'}","0","[{'id':10770,'name':'TV Movie'},{'id':18,'name':'Drama'}]","","333653","tt4058368","en","If There Be Thorns","The third installment in V.C. Andrews??? bestselling series that began with ""Flowers in the Attic,"" ""If There Be Thorns"" follows Christopher and Cathy Dollanganger as they live together as man and wife with Cathy's two sons who are unaware of the incestuous nature of their parents' relationship. But when a mysterious woman moves in next door and befriends the younger boy, Bart, he begins a strange transformation and displays accusatory behavior towards Cathy and Christopher. When Christopher discovers their mysterious neighbor is, in fact, his mother Corrine Dollanganger, all of the family's long-hidden secrets are revealed in a tragic climax.","2.963","/1pXZo8DNY1C6CnDZyDtTsnTcZsn.jpg","[{'id':50072,'logo_path':null,'name':'Jane Startz Productions','origin_country':''},{'id':18441,'logo_path':'/rJmXT9sgCKG8uSUO1T93kOTfAzm.png','name':'A+E Studios','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2015-04-05","0","100","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","If There Be Thorns","false","5.6","49" +"false","/cJwjEI3hoV0uwMhJQdUbXC0G8ne.jpg","null","11500000","[{'id':35,'name':'Comedy'}]","","37641","tt0377057","en","Elvis Has Left the Building","Harmony had an encounter early in life with the young Elvis, and can't seem to shake his influence. Now a Pink Lady selling cosmetics, she seems to inadvertently bring harm to any Elvis impersonators she encounters. After a bizarre car accident leaves a slew of them dead, Harmony goes on the run from the authorities, hooking up with a downtrodden ad exec who has Elvis troubles of his own.","4.164","/ekTcDu7Ahs76IJsqV7ri2nvmyVu.jpg","[{'id':65383,'logo_path':null,'name':'Equity Pictures Medienfonds GmbH & Co. KG','origin_country':''},{'id':826,'logo_path':null,'name':'Capitol Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-08-27","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Elvis Has Left the Building","false","5.3","19" +"false","/hXDuVmsqmDZxt2i1CnRfWrjXadN.jpg","null","500000","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':10749,'name':'Romance'}]","","10894","tt0303361","en","May","Psychological horror about a lonely young woman traumatized by a difficult childhood, and her increasingly desperate attempts to connect with the people around her.","7.323","/kUaoxNyLFhZ8tOKFXu4xQnZJYxa.jpg","[{'id':29693,'logo_path':null,'name':'A Loopy Production LLC','origin_country':''},{'id':29694,'logo_path':null,'name':'2 Loop Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-01-13","150277","93","[{'iso_639_1':'en','name':'English'}]","Released","Be Careful... She Just Might Take Your Heart.","May","false","6.4","252" +"false","/k93l1xgccGy1iQRdvR0hzOJySTB.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://www.thechinahustlefilm.com/","474753","tt7215388","en","The China Hustle","An unsettling and eye-opening Wall Street horror story about Chinese companies, the American stock market, and the opportunistic greed behind the biggest heist you've never heard of.","3.285","/c1TsjdrKm2HxvqoALGnHh0BYOlA.jpg","[{'id':846,'logo_path':null,'name':'2929 Productions','origin_country':'US'},{'id':2740,'logo_path':'/gSiDWkmEOyOn9MsaCgnjd8Mohmx.png','name':'Jigsaw Productions','origin_country':'US'},{'id':862,'logo_path':'/udTjbqPmcTbfrihMuLtLcizDEM1.png','name':'The Kennedy/Marshall Company','origin_country':'US'}]","[]","2018-03-30","0","84","[{'iso_639_1':'en','name':'English'}]","Released","There are no good guys in this story.","The China Hustle","false","7.9","27" +"false","/MM6MxpRnsi5BkXJhWXVhFC0ccr.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'}]","http://statusupdatemovie.co.uk","416494","tt5692390","en","Status Update","After being uprooted by his parents' separation and unable to fit into his new hometown, a teenager stumbles upon a magical app that causes his social media updates to come true.","9.104","/n0oE0hzQoWxC8XaoNKidNkMBz2U.jpg","[]","[]","2018-02-09","0","106","[{'iso_639_1':'en','name':'English'}]","Released","Imagine if every time you updated your status your dreams came true","Status Update","false","6.8","96" +"false","/7wL1u1zKXQ4WCSgvjq7Jh75D8Sb.jpg","null","0","[{'id':53,'name':'Thriller'}]","https://www.mylifetime.com/movies/the-good-nanny","457703","tt5618332","en","The Good Nanny","After accepting a nannying job for a young girl named Sophie, Summer Pratt starts to notice just how peculiar she is, and how indifferent Sophie's parents are to her strange behavior.","1.77","/edvKpKmsiUjLKA1Yoh3BVu5tibd.jpg","[{'id':90410,'logo_path':null,'name':'Fast Archer Films','origin_country':''},{'id':6679,'logo_path':null,'name':'MarVista Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-05-14","0","91","[{'iso_639_1':'en','name':'English'}]","Released","Looks are deceiving.","The Good Nanny","false","5.1","10" +"false","/1AfrO2aqvw9I7oGwXXdqZIXOSta.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","","447904","tt6522634","es","El otro hermano","Cetarti is drowning in nothingness. With no job or purpose, he spends his days inside watching documentaries on television, until one day he is informed that his mother and brother were gunned down. He travels from Buenos Aires to Lapachito, a decrepit town in the province of Chaco in northern Argentina to deal with their bodies and to get the life insurance money. There he meets Duarte, a sort of boss in the town and a friend of his mother's murderer who also kidnaps people for money. Cetarti's path will lead him to committing illegal acts to get his hands on the insurance money and to his involvement in Duarte's dark dealings, leading to an absurd and unexpected outcome.","1.666","/4ySh77TyQQ2FxXQt80iWn6E0Kjm.jpg","[{'id':6941,'logo_path':'/mjl7Tn8vszEPdWIfIg3c6weyjPP.png','name':'Gloria Films','origin_country':'FR'},{'id':7977,'logo_path':null,'name':'Rizoma Films','origin_country':'AR'},{'id':92074,'logo_path':null,'name':'Oriental Films','origin_country':''},{'id':5444,'logo_path':null,'name':'Mod Producciones','origin_country':''}]","[{'iso_3166_1':'AR','name':'Argentina'}]","2017-03-20","0","112","[{'iso_639_1':'es','name':'Espa??ol'}]","Released","","The Lost Brother","false","7","19" +"false","/yAlx2Ew98rsxyoFVKnPKtGNf3ys.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","http://www.ifcfilms.com/films/pyewacket","448194","tt5119116","en","Pyewacket","A frustrated, angry teenage girl awakens something in the woods when she naively performs an occult ritual to evoke a witch to kill her mother.","8.143","/qJFbDjUNdVlcWtuqk2LiQ3Aq5hA.jpg","[{'id':86852,'logo_path':null,'name':'Cave Painting Pictures','origin_country':''},{'id':50084,'logo_path':'/7UKMTZt7xLOMYvj3AIM6diZo4Rq.png','name':'JoBro Productions','origin_country':'CA'},{'id':83550,'logo_path':null,'name':'Just Believe Productions','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2017-12-08","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Be careful what you wish for. Someone might be listening.","Pyewacket","false","6","68" +"false","/lnvVx026VDlpOPCaDuIW5dYsU8V.jpg","null","0","[{'id':99,'name':'Documentary'}]","https://www.crossfit.com","504769","tt8144778","en","The Redeemed and the Dominant: Fittest on Earth","In 2017, the fittest athletes on Earth took on the unknown and unknowable during four of the most intense days of competition in CrossFit Games history. ""The Redeemed and the Dominant: Fittest on Earth"" captures all the drama as the top athletes resembling chiseled Grecian gods descend on Madison, Wisconsin, to face a series of trials. Hercules faced 12; they take on 13. Emotions run high as a throng of Australian athletes rise to the top. By the end of the competition, some learn tough lessons - that all that glitters isn't gold, or even bronze - and some learn that they're even stronger than they realized. The best among them enter the pantheon of the CrossFit giants and earn the right to call themselves the ""Fittest on Earth""","2.713","/wiXmLNpcUe75gkdyJ5gr1JfhZbg.jpg","[{'id':64596,'logo_path':null,'name':'CrossFit Inc.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-03-23","0","119","[]","Released","The Redeemed and the Dominant: Fittest on Earth","The Redeemed and the Dominant: Fittest on Earth","false","7.7","9" +"false","/3tYQHSuQiJUh9bPiMqyTtzo3tgW.jpg","null","0","[{'id':35,'name':'Comedy'}]","","476046","tt4702826","en","Birthmarked","Two scientists raise 3 children contrarily to their genetic tendencies to prove the ultimate power of nurture over nature.","3.919","/78UZ1DS2zHbBQphtpZVJdqS22ky.jpg","[{'id':7177,'logo_path':null,'name':'Item 7','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2018-03-30","0","90","[{'iso_639_1':'en','name':'English'}]","Released","You Can't Always Raise Who You Want","Birthmarked","false","5.9","31" +"false","/wOOSAwmc2Hkv25Dquxqf3Gm85hJ.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':27,'name':'Horror'}]","","413416","tt5860084","vi","C?? H???u G??i","When an orphaned Vietnamese girl is hired to be a housemaid at a haunted rubber plantation in 1953 French Indochina, she unexpectedly falls in love with the French landowner and awakens the vengeful ghost of his dead wife... who is out for blood.","1.193","/5sYJDnC2iN1zcVfoqIkPtufV4L4.jpg","[{'id':7036,'logo_path':'/javbyY0ZCvlFJtly3tpZqf2NwLX.png','name':'CJ Entertainment','origin_country':'KR'},{'id':25987,'logo_path':null,'name':'HK Film Corporation','origin_country':''}]","[{'iso_3166_1':'VN','name':'Vietnam'}]","2016-09-16","0","105","[{'iso_639_1':'vi','name':'Ti???ng Vi???t'},{'iso_639_1':'en','name':'English'}]","Released","","The Housemaid","false","5.9","9" +"false","/aGAWFJ9DvlDRzz8SGW1DVplB28a.jpg","null","0","[{'id':27,'name':'Horror'}]","","463602","tt5181852","en","Slumber","A sleep doctor tries to protect a family from a demon that feeds on people in their nightmares.","6.567","/fYbShpy94q0kbr2wqlZ0KmpcQy7.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-12-01","0","84","[{'iso_639_1':'en','name':'English'}]","Released","","Slumber","false","5","138" +"false","","null","0","[{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'},{'id':37,'name':'Western'}]","http://www.walkingdeadinthewest.com/","411805","tt2888068","en","Walking Dead In The West","The Arizona Territory, the 1870's. Marshal Frank Wilcox, along with a Buffalo Soldier from the U.S. Army, must galvanize a group of survivors to fight back when the living dead rise and seek the flesh of the living. It's a world gone mad and a battle against the unthinkable. Joined by an Apache Chief and an outlaw prisoner, the group must learn how to survive in a time where the dead walk.","1.444","/y8Zvdfe8ptKiEKdj17yRV7iorue.jpg","[]","[]","2016-08-22","0","88","[{'iso_639_1':'en','name':'English'}]","Released","A new frontier in fear","Walking Dead In The West","false","2","7" +"false","/6TOm5Y2FkEyzM4CruG9db4JtsIc.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'},{'id':10749,'name':'Romance'}]","http://www.watchvideoseries.com/movies/the-perfect-man-2005/","15648","tt0380623","en","The Perfect Man","Holly is tired of moving every time her mom Jean breaks up with yet another second-rate guy. To distract her mother from her latest bad choice, Holly conceives the perfect plan for the perfect man, an imaginary secret admirer who will romance Jean and boost her self-esteem.","6.574","/vXMqz8oiDTi0Mvz7ah5PKcKxuYW.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-06-17","0","100","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","Is it all too good to be true?","The Perfect Man","false","5.8","409" +"false","/liMDQ5Rcx9HsakZ2IyDkVBYOFOA.jpg","null","0","[{'id':35,'name':'Comedy'}]","","26798","tt0096203","en","Switching Channels","A television news chief courts his anchorwoman ex-wife with an eleventh-hour story.","3.463","/sTK6Ke7mrNPBTqA0PgkdBf4p5MQ.jpg","[{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-03-05","0","105","[{'iso_639_1':'en','name':'English'}]","Released","There's a lot more going on around here than news, weather, and sports.","Switching Channels","false","6.1","26" +"false","/qniRsL4MTkboMGx2BMSENH9JBZe.jpg","null","0","[{'id':28,'name':'Action'}]","","332280","tt4025594","en","Shark Killer","The services of shark killer have been engaged by his brother Jake, the head of a West Coast crime ring. The gig: kill the black-finned shark that swallowed a valuable diamond during a gang transaction.","1.225","/hQGOMxfOyuRMCrdOoTWUrmvjCld.jpg","[{'id':49297,'logo_path':null,'name':'blue ic','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2015-03-23","0","","[{'iso_639_1':'en','name':'English'}]","Released","","Shark Killer","false","5.2","22" +"false","/yJVBTYMiKjqfYi7Iom7S3UxsNcQ.jpg","{'id':397842,'name':'The Amityville Collection','poster_path':'/stPXPasI1lvxJRJJuDCKBr6X836.jpg','backdrop_path':'/kPfuozrsE7pmFFolkR0xFicZDJT.jpg'}","500000","[{'id':27,'name':'Horror'}]","","410537","tt5312612","en","The Amityville Terror","When a new family moves to an old house in Amityville, they are tormented and tortured by an evil spirit living in the home while trapped by the malicious townspeople who want to keep them there.","1.182","/2Wqb3NGJ5scvLiUsvSD7XWwFNid.jpg","[{'id':82773,'logo_path':null,'name':'Thriller Films','origin_country':''},{'id':82774,'logo_path':null,'name':'AZ Film Studios','origin_country':''},{'id':21678,'logo_path':null,'name':'Marquis Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-04-01","0","84","[{'iso_639_1':'en','name':'English'}]","Released","","The Amityville Terror","false","4.3","22" +"false","/dPxKyhOudIEezV7FfUUtFcmDTa3.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","http://www.jackrabbitfilm.net/","333123","tt3975556","en","Jackrabbit","Following a worldwide event known as The Reset, humanity rebuilds a society with aging mechanics where gleaming technology once stood. Surveillance now the status quo, society is slowly putting its shattered pieces back together under a watchful eye. After a friend???s suicide leaves behind a mysterious computer drive, a young computer prodigy and a shadowy hacker join together to decipher the clues that he???s left behind. The youthful creators of Jackrabbit have successfully constructed a world, which we haven???t previously seen on film. Mixing retro production design with slick storytelling, they deliver a cinematic dissonance that will result in a shock to the senses.","1.551","/MmPnrZ3AJtvRlCLFYTovGztogn.jpg","[]","[]","2015-04-18","0","101","[{'iso_639_1':'en','name':'English'}]","Released","","Jackrabbit","false","4.9","11" +"false","/ai16vB3j857Ilmebz8WmjxHqesA.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","https://www.netflix.com/title/80143362","451563","tt6423886","en","Happy Anniversary","A quirky couple spends their three-year dating anniversary looking back at their relationship and contemplating whether they should break up.","8.042","/nQYX248aotb6ma6QxJ14utYEYoD.jpg","[{'id':376,'logo_path':null,'name':'Industry Entertainment','origin_country':''},{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''},{'id':86647,'logo_path':null,'name':'Odenkirk Provissiero Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-03-30","0","78","[{'iso_639_1':'en','name':'English'}]","Released","Falling in love is easy. Landing is hard.","Happy Anniversary","false","5.9","125" +"false","/jP7GwNF0xtpYptH4VwBSBUH28dX.jpg","null","0","[{'id':18,'name':'Drama'}]","","502122","tt6061074","en","First Match","Hardened by years in foster care, a teenage girl from Brooklyn???s Brownsville neighborhood decides that wrestling boys is the only way back to her estranged father.","7.066","/zwmtK6A7jwriIY0gh0HUgvI1ETA.jpg","[{'id':102744,'logo_path':null,'name':'CreativeBionics','origin_country':''},{'id':101831,'logo_path':null,'name':'Clubhouse Pictures (II)','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-03-12","0","94","[{'iso_639_1':'en','name':'English'}]","Released","This is HER fight.","First Match","false","6.1","71" +"false","/gVFYeDVAy1gkFSAbHl1keHjLEdd.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","337085","tt1929276","en","Estranged","Due to a near-fatal accident that has left her incapacitated and depleted of her long-term memory, a temporarily wheelchair-bound woman returns home after being abroad for six years accompanied by her bohemian boyfriend, the apparent cause of the accident. Unable to remember her family or her own childhood, she sets out, with the help of her boyfriend, to find the reason for her leaving all those years ago and quickly discovers her relatives may not be as loving as she???d thought","2.853","/A7Xv2ApOjNLhPX9WcXkBIBC5EKe.jpg","[{'id':35591,'logo_path':null,'name':'Vicarious Entertainment','origin_country':'US'},{'id':3348,'logo_path':null,'name':'Face Films','origin_country':''},{'id':6302,'logo_path':null,'name':'Room 101','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-08-28","0","101","[{'iso_639_1':'en','name':'English'}]","Released","There's No Place Like Home","Estranged","false","5.2","33" +"false","","null","0","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","http://countrycrushmovie.com/","376582","tt3901944","en","Country Crush","A city girl falls for a country boy who follows her to New York, but their romance may be over when she must choose between love and a music career.","1.7","/vZriVods3sTWcNWPciWMbnGsIrQ.jpg","[{'id':91885,'logo_path':null,'name':'First Beacon Entertainment','origin_country':''},{'id':91886,'logo_path':null,'name':'Good Soldier Films','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2017-01-01","0","96","[{'iso_639_1':'en','name':'English'}]","Released","For Love. For Country. For Family. - A Country Musical","Country Crush","false","6.5","8" +"false","/goi9XyPhSkHV6PBcppnv1FtdGSP.jpg","null","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","http://udenflameworks.com/reborn/en/","408866","tt5678110","ja","RE:BORN","A legend covert soldier with a mysterious past decides to unleash once again his beast within to stand up for what he cares about.","2.58","/cE4VADDJxwpFqTjOvRNIfAsvI37.jpg","[{'id':79872,'logo_path':null,'name':'U'Den Flame Works','origin_country':''}]","[{'iso_3166_1':'JP','name':'Japan'}]","2016-09-24","0","101","[{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'en','name':'English'}]","Released","Zero Range Combat","Re: Born","false","5.9","23" +"false","/hHqm23xmXrGK2aMJiJGc80OlRNl.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","39925","tt0068577","en","Fear in the Night","It took Peggy Heller a long time to recover from the trauma of a brutal physical assault, suffered in her youth. When she married Robert, he provided her with the love and reassurance she craved for and the two settled down in a pretty house in the grounds of the public school where Robert was a master. But the headmaster of the school is not what he seems and Penny is convinced he means to harm her - is her fear a figment of her tortured imagination or are there forces at work that intend to manipulate her anxieties with fatal consequences?","3.272","/cNhz4tf7lBxslL1c2v33jeUWAyo.jpg","[{'id':1314,'logo_path':'/gQBluDqe6dc2ZdzfJbabEHoSGoG.png','name':'Hammer Film Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1972-07-09","0","94","[{'iso_639_1':'en','name':'English'}]","Released","","Fear in the Night","false","6.2","15" +"false","/sezvT7kArlNIovXCqWWCTuXgEor.jpg","null","0","[{'id':27,'name':'Horror'}]","","294083","tt3560546","en","Dead Girls","Dead Girls is a horror anthology featuring three stories of terror connected through the pages of dead girls' diaries, which chronicle each girl's act of vengeance against the people who have wronged or abused them.","1.279","/1yE5nWLkwbHzAnDp0F4aUbVbXtR.jpg","[]","[]","2014-09-21","0","91","[{'iso_639_1':'en','name':'English'}]","Released","Beauty, Brains, Blood.","Dead Girls","false","3.7","6" +"false","/AmtR2MH1ke1iQBMurpiXooWLUz7.jpg","null","0","[{'id':37,'name':'Western'},{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","","19176","tt0109493","en","The Cowboy Way","Two championship rodeo partners travel to New York to find their missing friend, Nacho Salazar who went missing there.","4.259","/dNyAx7mCOz69QtNObLKC2gw9f1p.jpg","[{'id':23,'logo_path':'/mkxNjThahj5pvntvYKVpMbWXm3D.png','name':'Imagine Entertainment','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-06-03","0","102","[{'iso_639_1':'en','name':'English'}]","Released","","The Cowboy Way","false","5.4","59" +"false","","null","0","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","http://pixltv.com/a-moving-romance-premieres-saturday-february-4/","440034","tt5039242","en","A Moving Romance","Interior designer Olivia Wilson loses her job in New York. With newfound time on her hands she decides to head home to California to surprise her dad, Neil for the 25th anniversary of the family business, Wilson Family Movers. Upon arrival she meets the newest member of the Wilson team, Scott. With business coming to a halt, she and Scott work together to get things back on track. Just as the two begin to form a bond, Olivia is faced with a difficult decision when a worthwhile job opportunity pops up back in New York.","1.31","/ePbMPI8C9jtFGpiNsz4iofCLeZi.jpg","[]","[]","2017-02-04","0","76","[{'iso_639_1':'en','name':'English'}]","Released","","A Moving Romance","false","6.1","16" +"false","/h45LDCoPWmFMTTb7taGhOPBIGKJ.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'},{'id':10749,'name':'Romance'}]","https://www.netflix.com/title/80148210","476926","tt4986098","en","The Titan","On a bleak future Earth, a soldier endures a radical genetic transformation to save humanity. But his wife fears he's becoming more creature than man.","16.17","/qRmQazyIBZR4pQIk9VruiZul0Au.jpg","[{'id':84988,'logo_path':'/rzpfuMEMDQnmqp0YTFMEqgfDrxY.png','name':'42','origin_country':'GB'},{'id':102745,'logo_path':null,'name':'The Amel Company','origin_country':''},{'id':85466,'logo_path':'/yIDg47SluPIkhh6ZXhJerIMNmRw.png','name':'Motion Picture Capital','origin_country':'GB'},{'id':11068,'logo_path':'/jOdUllzDZRFy0tPIFDEwpP4Mpv4.png','name':'Nostromo Pictures','origin_country':'ES'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'ES','name':'Spain'}]","2018-03-30","0","97","[{'iso_639_1':'en','name':'English'}]","Released","Evolve or die","The Titan","false","5.3","617" +"false","/97mRqLyRHDeNd3rdHukMu7u46hN.jpg","null","13600000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","http://www.curzonartificialeye.com/happy-end/","399031","tt5304464","fr","Happy End","A middle-class family living in Calais deal with a series of setbacks while paying little attention to the grim conditions in the refugee camps within a few miles of their home.","7.054","/5WFAhDRCumstxoqBiE7W5ujxc0j.jpg","[{'id':94,'logo_path':'/huC7HqorvUThGIrENrbcHmQVUA0.png','name':'ARTE France Cin??ma','origin_country':'FR'},{'id':591,'logo_path':'/q5I5RDwMEiqoNmfaJgd2LraEOJY.png','name':'France 3 Cin??ma','origin_country':'FR'},{'id':223,'logo_path':'/b9Icqi8qGm7gJ6jVs8bauUo5N5Q.png','name':'Les Films du Losange','origin_country':'FR'},{'id':224,'logo_path':null,'name':'Wega Film','origin_country':''},{'id':96,'logo_path':'/xablpF6QaYvso36PkHBm3Plo9gY.png','name':'X-Filme Creative Pool','origin_country':'DE'}]","[{'iso_3166_1':'AT','name':'Austria'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'}]","2017-06-21","0","110","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Happy End","false","6.5","136" +"false","/5wXddavTrMHVYufaxSQbodWapVU.jpg","null","0","[{'id':27,'name':'Horror'}]","","417611","tt5060166","en","Beyond the Woods","A gathering of friends is thrown into chaos by the opening of a mysterious fiery sinkhole near their secluded holiday home.","3.486","/tcRwAjb56WdoGHGsLcC5P2MzvXc.jpg","[]","[{'iso_3166_1':'IE','name':'Ireland'}]","2018-02-05","0","84","[{'iso_639_1':'en','name':'English'}]","Released","Nobody Is Getting Out of Here","Beyond the Woods","false","4.1","13" +"false","/izx7Dh8GwEVQIPxsHzr8imzM5HW.jpg","null","0","[{'id':14,'name':'Fantasy'},{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'}]","http://www.maryflower.jp/","430447","tt6336356","ja","????????????????????????","Mary Smith, a young girl who lives with her great-aunt in the countryside, follows a mysterious cat into the nearby forest where she finds a strange flower and an old broom, none of which is as ordinary as it seems.","11.84","/lq3OJQiJ8hlCr23LAdHbeU3eqBF.jpg","[{'id':84493,'logo_path':'/yOCQ6fxx75wbvF8jnQoTTR5FBYL.png','name':'STUDIO PONOC','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","2017-07-08","0","103","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Mary and the Witch's Flower","false","7.1","307" +"false","/oblNjaUZj1zN8mkvbchjPcT3LfS.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","https://www.kickstarter.com/projects/248632621/the-feels-a-comedy-about-the-female-orgasm","459225","tt5831402","en","The Feels","A lesbian bachelorette weekend goes awry when one of the brides admits she's never had an orgasm.","3.694","/kGXlwLByql7ReWfxLEmJxzHDKeG.jpg","[{'id':49964,'logo_path':null,'name':'Provenance Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-06-09","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Come on, join the party.","The Feels","false","5.9","44" +"false","/chKtE0MHc86s6nnUGiWEweO53vY.jpg","{'id':515268,'name':'Philip Marlowe (Robert Mitchum) Collection','poster_path':null,'backdrop_path':null}","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'}]","","1815","tt0077234","en","The Big Sleep","The classic Raymond Chandler tale retold with Mitchum taking over the Bogart role.","2.362","/yQmJ9PF4IyR16rJFryUg7JXZeAH.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':1155,'logo_path':null,'name':'Incorporated Television Company','origin_country':''},{'id':1584,'logo_path':null,'name':'ITC Entertainment','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1978-03-13","0","100","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","","The Big Sleep","false","6.3","24" +"false","/iHmuxmwRmFQHAuXZmDKVUO1GMo0.jpg","null","0","[{'id':18,'name':'Drama'}]","http://gaga.ne.jp/umiyorimo/","374671","tt5294966","ja","????????????????????????","Ryota is an unpopular writer although he won a literary award 15 years ago. Now, Ryota works as a private detective. He is divorced from his ex-wife Kyoko and he has an 11-year-old son Shingo. His mother Yoshiko lives alone at her apartment. One day, Ryota, his ex-wife Kyoko, and son Shingo gather at Yoshiko's apartment. A typhoon passes and the family must stay there all night long.","6.073","/lvan1AoDI7HDIJN9M6a6Lm19hs1.jpg","[{'id':3341,'logo_path':'/dTG5dXE1kU2mpmL9BNnraffckLU.png','name':'Fuji Television Network','origin_country':'JP'},{'id':3656,'logo_path':null,'name':'GAGA','origin_country':''},{'id':528,'logo_path':'/fO3Aof3lXQclYpBByYC8aneTXwA.png','name':'Bandai Visual','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","2016-05-21","272132","117","[{'iso_639_1':'ja','name':'?????????'}]","Released","","After the Storm","false","7.2","110" +"false","/lbY6GeaqUeyGe2UXWXMdRj4o7ia.jpg","null","0","[{'id':80,'name':'Crime'}]","http://movie.mtime.com/246771/","473256","tt7180392","zh","????????","Chinese remake of the 2014 South Korean thriller, A HARD DAY. A morally bent detective has one of the worst days of his life after he tries to cover up an accidental crime.","2.169","/7pL5uxsdD3kBxKl0oJW2VdCWtcS.jpg","[]","[{'iso_3166_1':'CN','name':'China'}]","2017-08-18","0","113","[{'iso_639_1':'cn','name':'????????? / ?????????'},{'iso_639_1':'zh','name':'?????????'}]","Released","","Peace Breaker","false","7","7" +"false","/gJznBkdsfGJ3zzBFvFHv9DvMt5.jpg","null","0","[]","http://www.bloodisblood-movie.com","418327","tt3538666","en","Blood Is Blood","For siblings Brie, Daniel, Crew, and Jess, family has always come first. But when Crew (Daniel DiTomasso) invites his girlfriend Sara (Kate French) into the family, distrust begins to bubble between the siblings. Seeing Sara as a threat, Brie (Fiona Dourif) grows spiteful and increasingly suspicious that she is being replaced. That is, until the night Crew attempts to murder her in their family house. Traumatized, Brie is sent to a mental facility where she is tormented by hallucinations of Crew from the night of the attack. But when the visions begin to bleed into reality, Brie starts to fear that it???s not just her sanity that???s in danger, and she flees the facility. In a frantic attempt to return to her remaining siblings and warn them, Brie begins to uncover a trail of gory, sinister secrets that lead her to believe that she might not know her family as well as she thought.","0.816","/6pki8WZVQW4Gghjv2j9AtmBVGtW.jpg","[]","[]","2016-09-02","0","80","[{'iso_639_1':'en','name':'English'}]","Released","It Runs In The Family","Blood Is Blood","false","5.5","6" +"false","/7VXBtQdA4D1zJEg3ZMLb480PC7J.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","59050","tt0098606","it","La voce della luna","Returning to themes he first explored in La strada (1954), Fellini crafts a parable on the whisperings of the soul that only madmen and vagabonds are capable of hearing. The odd couple, Ivo Salvini (Benigni), a fake inspector of wells, and Gonnella (Villaggio), a former prefect, wander through the Emilia-Romagna countryside of Fellini's childhood and discover a dystopia of television commercials, fascism, beauty pageants, rock music, Catholicism, and pagan ritual.","1.716","/v6L1zceOhxZfApJdU2KbEXOx15y.jpg","[{'id':371,'logo_path':null,'name':'Cecchi Gori Group Tiger Cinematografica','origin_country':''},{'id':875,'logo_path':null,'name':'Films A2','origin_country':'FR'},{'id':16366,'logo_path':null,'name':'La Sept Cin??ma','origin_country':'FR'},{'id':20576,'logo_path':null,'name':'Cin??max','origin_country':''},{'id':7398,'logo_path':'/4VVSVkcclvNiYzEO8Pxi7CxeiBt.png','name':'RAI 1','origin_country':'IT'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'IT','name':'Italy'}]","1990-05-31","0","122","[{'iso_639_1':'it','name':'Italiano'}]","Released","","The Voice of the Moon","false","6.8","28" +"false","/6YrruhB91Jd7boU67efjmKwwTyG.jpg","null","0","[{'id':18,'name':'Drama'}]","","118536","tt0039735","en","The Private Affairs of Bel Ami","A self-serving journalist uses influential women in late-1800s Paris and denies the one who truly loves him.","1.4","/jRgJO9U6t7d0jNABWzl07HfggEC.jpg","[{'id':17139,'logo_path':null,'name':'David L. Loew-Albert Lewin','origin_country':''},{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1947-04-25","0","112","[{'iso_639_1':'en','name':'English'}]","Released","All women take to men who have the appearance of wickedness","The Private Affairs of Bel Ami","false","7","7" +"false","","null","0","[{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","31100","tt1010403","en","Hidden Camera","When a Pulitzer Prize-winning reporter is killed in a mass murder in a Barcelona hotel room, maverick reporter Dan Kovaks, the dead journalist's brother, launches an investigation all his own. But now he and his hard-driving producer, Alejandra Velor, are being hunted by the killers and a vast network of government agents on both sides of a military conflict brewing in North Korea. But who's worki","0.6","/tmGTDUxL31l2HgjLlqlsiSERYWZ.jpg","[{'id':4018,'logo_path':null,'name':'Drimtim Entertainment','origin_country':''}]","[{'iso_3166_1':'ES','name':'Spain'}]","2007-06-01","0","88","[{'iso_639_1':'en','name':'English'}]","Released","","Hidden Camera","false","6","4" +"false","/bnTSYYPTb2bRsyqq92nQOEyGLyr.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","http://www.foreversendmovie.com/","305969","tt2014225","en","Forever's End","Six years after an apocalyptic event killed her family and seemingly everyone else on earth, a lone girl on the verge of insanity is forced to question everything she has ever known when a strange man suddenly appears at her door. The last girl on earth... is not alone.","1.536","/tvbB81uYaSn9zafm2PP9Mxna4rS.jpg","[{'id':39485,'logo_path':null,'name':'Star Com Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-06-07","0","92","[{'iso_639_1':'en','name':'English'}]","Released","I still remember","Forever's End","false","4.7","5" +"false","/dpnRJ8rWdYrjwkEr7C4yKfD4wEo.jpg","{'id':515268,'name':'Philip Marlowe (Robert Mitchum) Collection','poster_path':null,'backdrop_path':null}","2500000","[{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","1835","tt0072973","en","Farewell, My Lovely","Los Angeles private eye Philip Marlowe is hired by paroled convict Moose Malloy to find his girlfriend Velma, former seedy nightclub dancer.","3.742","/v2ft8ShGc9aguQVlMLX3ALLCoza.jpg","[{'id':1584,'logo_path':null,'name':'ITC Entertainment','origin_country':''},{'id':3537,'logo_path':null,'name':'E.K.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1975-08-08","2000000","95","[{'iso_639_1':'en','name':'English'}]","Released","I need another drink... I need a lot of life insurance... I need a vacation.... and all I've got is a coat, a hat, and a gun!","Farewell, My Lovely","false","6.9","49" +"false","/iKwPubT4nzjYFH45LO6T7AOFUH2.jpg","null","0","[{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","http://eastonsarticle.com/","148343","tt2091288","en","Easton's Article","Director: Tim Connery After receiving his future obituary via a cryptic Internet file, Easton Denning is forced to confront his troubled past in order to prevent his predicted demise.","0.616","/SBBPlzxPtPpY3yHsD6XzBUI4pK.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-06-09","0","88","[{'iso_639_1':'en','name':'English'}]","Released","","Easton's Article","false","4.4","6" +"false","/1cJjCJsHchk2uzoFWEr4LJMIH0.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","513224","tt6185998","en","The Executioners","Four female friends spend the night in a mansion. Their joy is quickly shattered when three men break in and cruelly attack them. As the night takes a darker turn, they find themselves relishing in the violence they had once suffered.","4.976","/djdo5SqDkGwiNhLIpmMzbXfRGek.jpg","[]","[]","2018-03-27","0","92","[]","Released","","The Executioners","false","5","11" +"false","/qeyqKFHLHXCX0orx3uVgFLhhE7N.jpg","null","0","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","http://www.thesufferingfilm.com/","357054","tt3220100","en","The Suffering","A man fights for his sanity when he finds himself trapped on a rural farm inhabited by sinister beings overseen by a mysterious caretaker.","0.932","/k0yBymPnPsJdAnqy1EX9XejlPzx.jpg","[{'id':80053,'logo_path':null,'name':'Reclusive Cinema','origin_country':''},{'id':80054,'logo_path':null,'name':'Captureglass Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-07-29","0","104","[{'iso_639_1':'en','name':'English'}]","Released","Those Who Sin Must Suffer","The Suffering","false","4.7","13" +"false","/9UJAIqC9Urx4dzqgU0SxzX43Ja6.jpg","null","0","[{'id':18,'name':'Drama'}]","http://lastmoviestar.com","451204","tt5836316","en","The Last Movie Star","An aging screen icon gets lured into accepting an award at a rinky-dink film festival in Nashville, Tenn., sending him on a hilarious fish-out-of-water adventure and an unexpectedly poignant journey into his past.","3.536","/pxuk1SKCPFqcMFHnItIlXizwJ7r.jpg","[{'id':21667,'logo_path':null,'name':'Broken Twig Productions Inc.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-03-30","0","104","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","The best is yet to come.","The Last Movie Star","false","6.4","27" +"false","/xW5g2vAUZFEWbsUyma54EbsCXHY.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","","514505","tt5266456","en","Moving Parts","Two very opposite couples are drawn into organized crime and it doesn't take long until you realize everything and everyone is not what they seem..","1.263","/jiGSiFUhyFJderGl2NhvaQQvU5n.jpg","[{'id':102777,'logo_path':null,'name':'Painted Creek Productions','origin_country':''},{'id':102778,'logo_path':null,'name':'Caribbean Fury Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-03-27","0","104","[{'iso_639_1':'en','name':'English'}]","Released","","Moving Parts","false","10","2" +"false","/sWEkh5dIs7tZO7ET39CI2Uf0rP0.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':14,'name':'Fantasy'}]","","467519","tt5596104","en","The Ashram","After receiving a cryptic message, American skeptic Jamie travels to the Indian Himalayas to pick up on the trail of his disappeared girlfriend. There, he discovers a secretive community led by a guru with strange powers who may or may not be involved in her disappearance. As Jamie travels deeper down the rabbit hole, he quickly realizes he may have uncovered more than he bargained for, and that this mysterious mountain may contain the secrets of reincarnation - and a portal to another dimension.","3.245","/im2TJGWwfxfveDA4hzA0pm5OPal.jpg","[]","[{'iso_3166_1':'IN','name':'India'},{'iso_3166_1':'US','name':'United States of America'}]","2018-03-02","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","The Ashram","false","5.5","10" +"false","/josJUt5eVMANf06mxSKnJlwjELB.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.luckythefilm.com","407449","tt5859238","en","Lucky","Follows the journey of a 90-year-old atheist and the quirky characters that inhabit his off-the-map desert town. He finds himself at the precipice of life, thrust into a journey of self-exploration.","8.641","/fy2K8jqCV9rNC8fHx9muPJTNaqs.jpg","[{'id':91899,'logo_path':null,'name':'Lagralane Group, The','origin_country':''},{'id':1030,'logo_path':'/bus7KzJshT0VMXuKR7dwK5bqPSO.png','name':'Magnolia Pictures','origin_country':'US'},{'id':89115,'logo_path':'/zQwTHJVIruUlGsa7zIdfXuSm9GG.png','name':'Divide / Conquer','origin_country':'US'},{'id':89212,'logo_path':'/zFEXjYOgGRne5IbRlGEDsFjNdOE.png','name':'Superlative Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-09-29","955925","88","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","","Lucky","false","7.5","198" +"false","/xWZrhF5RvBJvDhtCjf3FRtDmnc.jpg","null","0","[{'id':10402,'name':'Music'},{'id':99,'name':'Documentary'},{'id':37,'name':'Western'}]","https://www.netflix.com/za/title/80242378","502140","tt7949046","en","Paradox","A loud Poem. A whimsical western tale of music and love.","2.877","/bEvWTCEZUIqSJ12n4mOVAxid0x3.jpg","[]","[]","2018-03-15","0","73","[{'iso_639_1':'en','name':'English'}]","Released","","Paradox","false","3.4","7" +"false","/Ai3liOJK57zDTa8kMO9yVoqiIU8.jpg","null","255000","[{'id':37,'name':'Western'}]","","455185","tt4280540","en","Western World","When US Marshal Moses White is called to the Wyoming Territory town of Dogwood Pass he never realized the corruption and deceit that awaited his arrival. Sometimes one small seed of seduction and greed planted in the right situation can cause a whole town to go bad. One bad character leads to another and it all starts with a dead husband in a western town.","1.432","/m8gB2VnoObUHh1OfyPIlJ4huZvt.jpg","[{'id':89919,'logo_path':null,'name':'Garnet Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-04-11","0","79","[{'iso_639_1':'en','name':'English'}]","Released","Sometimes love just doesn't pan out.","Western World","false","4.8","6" +"false","/2FNp6J9vVm9SxeJCvJicf4uACEt.jpg","null","35000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://focusfeatures.com/phantom-thread","400617","tt5776858","en","Phantom Thread","Renowned British dressmaker Reynolds Woodcock comes across Alma, a young, strong-willed woman, who soon becomes a fixture in his life as his muse and lover.","14.176","/6jsqmMgR75VYC9AM6eToMJh3RxF.jpg","[{'id':178,'logo_path':null,'name':'Ghoulardi Film Company','origin_country':''},{'id':10146,'logo_path':'/xnFIOeq5cKw09kCWqV7foWDe4AA.png','name':'Focus Features','origin_country':'US'},{'id':13184,'logo_path':'/pfUB1a62jSMIqp4Xmaq6z2cgW0B.png','name':'Annapurna Pictures','origin_country':'US'},{'id':10338,'logo_path':'/el2ap6lvjcEDdbyJoB3oKiYgXu9.png','name':'Perfect World Pictures','origin_country':'CN'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-12-25","46261438","130","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Phantom Thread","false","7.3","1544" +"false","/d3qo3GJxvhZPRR8N22wDPKPxTGF.jpg","null","0","[{'id':10770,'name':'TV Movie'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","47369","tt0473445","en","Avenger","After his own daughter was killed in Panama in 1994, former CIA agent Calvin Dexter became a private 'specialist' in cases which wouldn't reach justice trough the regular legal channels. Two years later he accepts to find Richard 'Ricky' Edmunds for his pa, influential rich businessman Stephen Edmonds. Ricky for a private Canadian war victims charity in Bosnia and went missing. Dexter discovers Ricky was beaten to pulp and drowned for no other crime then helping street boys from the other side by Zoran Zilic and his Serbian paramilitary 'order'. He offers Steven to 'finish the job' as such war criminals don't go to trial. But deputy CIA director Paul Devereaux cares only for a nuclear arms project he wants to use Zilic for. So CIA troubleshooter Frank McBride is ordered to protect him and handle Dexter.","2.089","/gub3U5fxRDFyiw8mxpErfcq03li.jpg","[{'id':18990,'logo_path':null,'name':'Radiant Productions','origin_country':''},{'id':678,'logo_path':'/AbIc38dGx4b8dhKS7oeRL6aXFDv.png','name':'Turner Network Television','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-04-09","0","92","[]","Released","No peace without justice...","Avenger","false","7","6" +"false","/zGFj0yS8xIzeygIXGFhoiJK20rx.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","513662","tt5069086","en","Altered Hours","Recovering addict Will Parker experiments with 'Z', a black-market sleeping serum, in order to cure his insomnia. Instead, the drug sends Will's consciousness one day into the future, where he's the prime suspect in the disappearance of a young girl he hasn't even met - yet.","0.6","/iSg1IOi2TIJINQq9zGSq907xXEE.jpg","[]","[]","2016-11-12","0","101","[]","Released","","Altered Hours","false","5","5" +"false","/atRuA3msCzxo5Jm4spY6AJHhIKo.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","467916","tt6215208","en","Allure","Plagued by the abuse of her past and the turmoil of failed intimate encounters, Laura struggles to find a lover and a sense of normalcy. Her beacon of hope comes in sixteen year-old Eva, a talented pianist disillusioned by the life her mother imposes upon her. An unlikely relationship is formed between the two and Eva becomes an obsession to Laura. In light of Eva's unhappiness, Laura convinces her to runaway to her house and they soon find themselves caught within an intense entanglement. Manipulation, denial and codependency fuel what ultimately becomes a fractured dynamic that can only sustain itself for so long.","3.031","/9cQ4k9PN29QSwzf6BAmhAfF94gT.jpg","[{'id':7029,'logo_path':null,'name':'micro_scope','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2018-03-16","0","104","[{'iso_639_1':'en','name':'English'}]","Released","","Allure","false","6","25" +"false","/t2a5H0ucAYR8HE7tYMPsH2gpldf.jpg","null","0","[{'id':36,'name':'History'},{'id':18,'name':'Drama'}]","","48205","tt0074870","de","Die Marquise von O...","A German Marquise has to deal with a pregnancy she cannot explain and an infatuated Russian Count.","2.376","/eUEkR2vdP2hoGXikvsBBxIoKTW7.jpg","[{'id':9,'logo_path':'/nda3dTUYdDrJ6rZqBpYvY865aDv.png','name':'Gaumont','origin_country':'FR'},{'id':533,'logo_path':null,'name':'Janus Films','origin_country':''},{'id':223,'logo_path':'/b9Icqi8qGm7gJ6jVs8bauUo5N5Q.png','name':'Les Films du Losange','origin_country':'FR'},{'id':30277,'logo_path':null,'name':'Janus Filmproduktion GmbH','origin_country':''},{'id':1521,'logo_path':null,'name':'Artemis Film','origin_country':'DE'},{'id':9291,'logo_path':null,'name':'Hessischer Rundfunk','origin_country':'DE'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'}]","1976-05-19","0","102","[{'iso_639_1':'de','name':'Deutsch'}]","Released","","The Marquise of O","false","6.6","17" +"false","/cxdxyBSXlkfvDJDsEx5rm85Q0Jk.jpg","null","8900000","[{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'}]","","63077","tt1545985","de","Die kommenden Tage","Welcome to 2020: The European Union has collapsed following the fourth Gulf War and massive barricades keep illegal immigrants out of cities that are barely functioning. In the middle of this highly volatile environment is the family of Walter Kuper, an energy conglomerate executive. Walter???s daughter, Cecilia, has joined the Black Storm terrorist group. Her sister Laura must choose between motherhood and the man she loves; their brother Philip has been called into fight for Germany in a hopeless war to secure the last remaining oil fields. Starring leading actors Daniel Br??hl, Johanna Wokalek and J??rgen Vogel, ""The Days to Come"" asks provocative questions about the current state of things as it depicts personal and political realities in a scarily believable near???future.","1.184","/3m3IsSCCo5FpaGTQvGmbNP0Up3G.jpg","[{'id':11536,'logo_path':null,'name':'Badlands Company','origin_country':''},{'id':114873,'logo_path':null,'name':'Dream Team Filmproduction','origin_country':'DE'}]","[{'iso_3166_1':'DE','name':'Germany'}]","2010-11-04","0","130","[{'iso_639_1':'de','name':'Deutsch'}]","Released","","The Coming Days","false","5.2","13" +"false","/rCiAh9NbXTdVHu77pjSGNcMibZW.jpg","null","4000000","[{'id':14,'name':'Fantasy'},{'id':12,'name':'Adventure'}]","","27551","tt0092615","en","The Barbarians","Orphaned brothers Kutchek and Gore are adopted by a tribe led by Canary the owner of a powerful jewel. The evil Kadar wants both Canary and the jewel. Attacking the tribe he kidnaps Canary but the stone eludes him. The brothers are taken to be trained as gladiators and years later have grown to be VERY big. They escape and set off on a quest to find the jewel and rescue Canary.","3.506","/2mcwKUkw9dvZHCZRlKxQvUtrAJR.jpg","[{'id':1444,'logo_path':'/5jvFLUVXGXxkyszL9cqJN5hNhJ6.png','name':'Cannon Group','origin_country':'US'}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'US','name':'United States of America'}]","1987-03-01","800000","87","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","Warriors. Conquerors. Heroes.","The Barbarians","false","5.4","27" +"false","/6o6QLepS5loMpvFSkBIDvzJoGjx.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10770,'name':'TV Movie'}]","","485925","tt5757738","en","The Boy with the Topknot","Born to traditional Punjabi parents and growing up in Wolverhampton, Sathnam Sanghera moves to London after graduating from Cambridge University. Now in his late 20s he is planning to reveal to his family that he will defy expectations of an arranged marriage - but instead learns a painful family secret.","1.341","/kCzmWSws3VICpxlkGKQF1msyS0N.jpg","[{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-11-13","0","87","[]","Released","","The Boy with the Topknot","false","6.8","5" +"false","/AvD2Tk3Q5yQ4ddAKqBGVfYkeLVa.jpg","null","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","http://www.hettweedegelaat.be","476996","tt1727497","nl","Het Tweede Gelaat","The once unconditional friendship between police officers Vincke and Verstuyft hits a very rough patch when they come up against a series of gruesome murders. Complicating matters even further, a survivor of the killer drives a wedge between them when Verstuyft falls for her charms. Meanwhile, the serial killer has a new victim in sight...","1.878","/yUhpEnrbzd8in279K3wQpdSH4wO.jpg","[{'id':8962,'logo_path':'/dNe4iMWCGaQRA6RTIYzUfqMigYh.png','name':'Eyeworks Film & TV Drama','origin_country':'NL'},{'id':7609,'logo_path':'/rQ0m7TZThnnpHydRt6LuHhmUBI4.png','name':'Phanta Film','origin_country':'NL'},{'id':17619,'logo_path':null,'name':'Atlas Film','origin_country':''},{'id':4606,'logo_path':'/otZHbf1HmzLRQsZFSqJXkf8EHz7.png','name':'ZDF','origin_country':'DE'}]","[{'iso_3166_1':'BE','name':'Belgium'}]","2017-10-25","0","130","[{'iso_639_1':'nl','name':'Nederlands'}]","Released","","Control","false","7.2","12" +"false","/7ZXhKzUvodZbBrrl5X3tyqJnM7A.jpg","null","0","[{'id':10751,'name':'Family'},{'id':35,'name':'Comedy'}]","","464331","tt3891538","en","Undercover Grandpa","When the girl he likes goes missing, Jake enlists the help of his grandpa and his WWII buddies.","2.559","/qpKIZITtS9IselXnATtGUR6RJnP.jpg","[{'id':62215,'logo_path':null,'name':'CCI Entertainment','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2017-07-07","0","99","[{'iso_639_1':'en','name':'English'}]","Released","Get the girl. Save the world.","Undercover Grandpa","false","5.5","28" +"false","/aEGSwp8SuiJPhheiIVNIXnebnlz.jpg","null","0","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':80,'name':'Crime'}]","http://gaga.ne.jp/sandome/","434775","tt6410564","ja","??????????????????","Shigemori is a lawyer tasked with defending Misumi in a murder trial. Misumi has previous convictions for murder and has confessed to the crime, but evidence in the case leads to Shigemori having doubts about what really happened.","4.257","/t0WEz9ELPl7tag1bzOiK3EQiAuT.jpg","[{'id':84048,'logo_path':'/nu8Q8IvG2fazeI7axTnUhAvzrqy.png','name':'Gaga Corporation','origin_country':'JP'},{'id':3341,'logo_path':'/dTG5dXE1kU2mpmL9BNnraffckLU.png','name':'Fuji Television Network','origin_country':'JP'},{'id':14602,'logo_path':null,'name':'Amuse','origin_country':''},{'id':106114,'logo_path':null,'name':'Fuji IG Laboratory for Movies (FILM)','origin_country':''}]","[{'iso_3166_1':'JP','name':'Japan'}]","2017-09-09","0","124","[{'iso_639_1':'ja','name':'?????????'}]","Released","Everyone has a truth to want to believe","The Third Murder","false","6.7","69" +"false","/bma7e5YWIcvsy1tEuYqEHVY7qO7.jpg","null","1400000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","9696","tt0296042","ja","Koroshiya 1","As sadomasochistic yakuza enforcer Kakihara searches for his missing boss he comes across Ichi, a repressed and psychotic killer who may be able to inflict levels of pain that Kakihara has only dreamed of.","7.83","/mkmwESVpq7KrcxdPMreTFqlNF0S.jpg","[{'id':1195,'logo_path':null,'name':'Omega Project','origin_country':''},{'id':5284,'logo_path':null,'name':'Omega Micott Inc.','origin_country':''},{'id':5398,'logo_path':null,'name':'Excell Film Agentur','origin_country':''}]","[{'iso_3166_1':'JP','name':'Japan'}]","2001-12-22","0","129","[{'iso_639_1':'ja','name':'?????????'}]","Released","Love really hurts","Ichi the Killer","false","7","373" +"false","/oDcZyMwA6Wz8Nl0kZ9rNYTDMGAV.jpg","null","1480000","[{'id':18,'name':'Drama'}]","","465240","tt7106928","pl","Ptaki ??piewaj?? w Kigali","We meet ornithologist Anna in 1994 just as genocide is raging in Rwanda, perpetrated by the majority Hutus against the Tutsis. Anna manages to save the daughter of a colleague whose family has been murdered, and she takes her to Poland. But the woman returns to Rwanda to visit the graves of her loved ones. The director originally worked on the movie with her husband Krzysztof Krauze (My Nikifor ??? Crystal Globe, KVIFF 2005), but after his death in 2014 she eventually finished this challenging picture alone.","0.6","/zTUfkVqprwP4me7afom1vCCJ0zD.jpg","[{'id':92250,'logo_path':null,'name':'KOSFILM Joanna Kos-Krauze','origin_country':''},{'id':71114,'logo_path':null,'name':'Odra Film','origin_country':'PL'},{'id':53527,'logo_path':'/xTbmvGlKkPYUFSJJ9Ww6tokHL3f.png','name':'Narodowe Centrum Kultury','origin_country':'PL'},{'id':6480,'logo_path':'/qJUUNzFYXNUDaisssBTV3Zdki9R.png','name':'Telewizja Polska','origin_country':'PL'},{'id':105284,'logo_path':'/rUIcKVCT2PLBTqNeOogHkZQnkrR.png','name':'Studio A','origin_country':'PL'}]","[{'iso_3166_1':'PL','name':'Poland'}]","2017-09-22","0","113","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pl','name':'Polski'}]","Released","","Birds Are Singing in Kigali","false","5.4","6" +"false","/hqwHXhVD3zkbRur62eMLVWr3Tvm.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'}]","http://www.sabanfilms.com/films/small-town-crime/","412000","tt5751998","en","Small Town Crime","Mike Kendall, a disgraced ex-cop, is fighting a losing battle with the bottle. When he finds a woman left for dead at the side of a road, Kendall turns private eye to track down her killers, taking one last shot at redemption.","5.788","/scaazdj3prZ5H9YyKYqPM47GulO.jpg","[{'id':99912,'logo_path':null,'name':'Avva Pictures','origin_country':''},{'id':99913,'logo_path':'/41x7Xfm7NzHffurH8S5qZ7j2S3I.png','name':'6 Foot Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-01-19","0","91","[{'iso_639_1':'en','name':'English'}]","Released","Doing the right thing the wrong way.","Small Town Crime","false","6.6","92" +"false","/yvbXGWjg30sj7rohEZvSe90jSJC.jpg","null","30000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","http://mollysgame.movie/","396371","tt4209788","en","Molly's Game","Molly Bloom, a young skier and former Olympic hopeful becomes a successful entrepreneur (and a target of an FBI investigation) when she establishes a high-stakes, international poker game.","13.378","/h9hUP5ZJGsjL2wbERrGlj4dMjZq.jpg","[{'id':1557,'logo_path':'/ccz9bqCu3jSFKbPFnfWmjAKZLBL.png','name':'The Mark Gordon Company','origin_country':'US'},{'id':8147,'logo_path':'/q6HOAdSNgCbeOqwoMVRc6REgbXF.png','name':'Entertainment One','origin_country':'CA'},{'id':47729,'logo_path':'/5NRpQ7xxmODXAjt2pRWUFMLVzvP.png','name':'STX Entertainment','origin_country':'US'},{'id':78996,'logo_path':null,'name':'Huayi Brothers Pictures','origin_country':'CN'},{'id':84041,'logo_path':null,'name':'Pascal Pictures','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'US','name':'United States of America'}]","2017-12-21","59284015","140","[{'iso_639_1':'en','name':'English'}]","Released","Deal with her.","Molly's Game","false","7.1","1633" +"false","/iCtf6nq1Dj0A6r8CPjBzk9P9hSg.jpg","{'id':512693,'name':'Atlantic Rim Collection','poster_path':null,'backdrop_path':'/uFoGQcfLDNYNbVp1KHFTZStvzry.jpg'}","0","[{'id':28,'name':'Action'}]","http://www.theasylum.cc/","506319","tt7963218","en","Atlantic Rim: Resurrection","When huge bio-mechanical monsters descend upon the earth ready to destroy the entire city of Los Angeles, a whole new team of top notch ""M-bot"" pilots take control of their supercharged robot warriors and try to save the world from being reduced to rubble","2.757","/bvg3vt4zs8BwAu281Z4mJVDr1OZ.jpg","[]","[]","2018-05-11","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Metal vs Monster","Atlantic Rim: Resurrection","false","1.8","11" +"false","/m0FjvvPleZUWtzn7ohJ2xRC5OTC.jpg","null","0","[{'id':18,'name':'Drama'}]","http://osanago-movie.com","473397","tt5797164","ja","??????????????????????????????","Makoto Tanaka (Tadanobu Asano) is 40-years-old and has remarried. His wife is Nanae (Rena Tanaka) and they care for 2 daughters from Nanae's prior marriage. Makoto tries to have an ordinary family. Nanae then becomes pregnant. Afterwards, things begin to change among the family members.","1.4","/i7ECY1HKWOtULdAbiePElAt9Aq6.jpg","[]","[{'iso_3166_1':'JP','name':'Japan'}]","2017-08-26","0","127","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Dear Etranger","false","6.6","6" +"false","/eDG4xQDiXhPfou4Fl264KeOjnoK.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","461777","tt6058136","en","S??lo se vive una vez","Leo (Peter Lanzani) is the wrong man in the wrong place at the wrong time. After taping a murder and keeping the evidence he runs away to stay alive and, in order to survive, he has to cover up himself. Under a new identity he will become an orthodox Hasidic Jew. A french ruthless killer, Duges (Gerard Depardieu) and his associates L??pez (Santiago Segura) and Harken (Hugo Silva) will hunt Leo. Their nonstop chase has only one exhilarating speed: all- out. Time is running out and his enemies are getting closer. Now Leo a ragtag bunch of misfits will face the biggest challenge of their lives.","1.672","/eKL1siLNHOZNBbDH1K8Rf7O6hur.jpg","[]","[]","2017-10-07","0","90","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","You Only Live Once","false","5.1","9" +"false","/A736wj2dPa6m5ZKP0ak9DTlfJSx.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':18,'name':'Drama'}]","http://sanpo-movie.jp/","446164","tt5999530","ja","?????????????????????","Narumi is on bad terms with her husband Shinji when one day, Shinji goes missing. He comes back a couple of days later, but seems like a totally different person, and is now gentle and tender. He goes for a walk every day. Meanwhile, Journalist Sakurai covers the story of a family that was brutally murdered, when an unexplained phenomenon takes place. Shinji Kase tells his wife that he came to Earth to invade.","3.429","/2WnzwANYq0HgMSQbWbwG5xAvhn1.jpg","[{'id':955,'logo_path':'/5xnXD3PJI1HqOJceSAKZ3fDqO1V.png','name':'Nikkatsu Corporation','origin_country':'JP'},{'id':3659,'logo_path':null,'name':'Django Film','origin_country':''}]","[{'iso_3166_1':'JP','name':'Japan'}]","2017-09-09","0","129","[{'iso_639_1':'ja','name':'?????????'}]","Released","Don't let them into your head.","Before We Vanish","false","6.1","24" +"false","/h0mdfd70SIm2F13aWitdDYAEg4m.jpg","null","0","[{'id':10402,'name':'Music'},{'id':99,'name':'Documentary'}]","","470831","tt6903636","en","Grace Jones: Bloodlight and Bami","A documentary which traces the life of the magnetic, world-conquering, Jamaican musician, model and party queen Grace Jones.","1.122","/2ui0HxKINUwmEfYpuUGP7GeoiQd.jpg","[{'id':9225,'logo_path':'/7P0jOFlckSJ2HRijCcP8IspQc37.png','name':'Blinder Films','origin_country':'IE'}]","[{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'US','name':'United States of America'}]","2017-10-25","0","115","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Grace Jones: Bloodlight and Bami","false","4.8","8" +"false","/dSNFyArsIZP6JcOKmXwa3rqKkOr.jpg","null","50000000","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'}]","https://www.allthemoney-movie.com/","446791","tt5294550","en","All the Money in the World","The story of the kidnapping of 16-year-old John Paul Getty III and the desperate attempt by his devoted mother to convince his billionaire grandfather Jean Paul Getty to pay the ransom.","12.481","/q6nE9Hf0ezszjI4DbCxwzQ73MMy.jpg","[{'id':1645,'logo_path':'/6Ry6uNBaa0IbbSs1XYIgX5DkA9r.png','name':'Scott Free Productions','origin_country':''},{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'},{'id':81121,'logo_path':'/yX4flP3T5bZuOQ8Qdw8XuoELU53.png','name':'Imperative Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-12-21","56996304","132","[{'iso_639_1':'en','name':'English'}]","Released","J. Paul Getty had a fortune. Everyone else paid the price.","All the Money in the World","false","6.4","1142" +"false","/zic4fCTFfoosLGodXZ0dnmIevxC.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","http://tamioboy-kuruwasegirl.jp/","459530","tt5739586","ja","?????????????????????????????????????????????????????????????????????????????????","Koroki is a 35-year old man who admires Japanese singer-songwriter Tamio Okuda and aspires to live like him. He works as an editor at the lifestyle magazine ""Mare,"" where he meets Akari Amami, a mischievous fashion press writer, and falls in love with her at first sight.","1.491","/guIb39VIq7Y9cOV7DEpWl9xiY1y.jpg","[{'id':882,'logo_path':'/fRSWWjquvzcHjACbtF53utZFIll.png','name':'Toho Company, Ltd.','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","2017-09-16","0","100","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Tornado Girl","false","0","0" +"false","/RdsII0tG6vdF6GTaiHePFaAKVM.jpg","null","35000000","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","11888","tt0281373","en","Snow Dogs","When a Miami dentist inherits a team of sled dogs, he's got to learn the trade or lose his pack to a crusty mountain man.","8.36","/p4eZyneqVExJY5WIJfa8WdOdqt9.jpg","[{'id':7311,'logo_path':null,'name':'Kerner Entertainment Company','origin_country':''},{'id':109815,'logo_path':null,'name':'Galapagos Productions','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2002-01-18","81000000","99","[{'iso_639_1':'en','name':'English'}]","Released","Get ready for mush hour!","Snow Dogs","false","5.4","352" +"false","/5uy6IRYlowTeyi1uH35gVcZi1Oy.jpg","null","14000000","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","http://www.proudmary-movie.com","442064","tt6421110","en","Proud Mary","Mary is a hit woman working for an organized crime family in Boston, whose life is completely turned around when she meets a young boy whose path she crosses when a professional hit goes bad.","10.021","/5luceoVMU2FzWuyty7mZFcSY5ZW.jpg","[{'id':3287,'logo_path':'/bz6GbCQQXGNE56LTW9dwgksW0Iw.png','name':'Screen Gems','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-01-12","21753365","88","[{'iso_639_1':'en','name':'English'}]","Released","Killing for the Man every Night and Day","Proud Mary","false","5.4","248" +"false","/3vVlKIULu56yyjjj9zvwSdrowDr.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':10749,'name':'Romance'}]","","485464","tt4423984","en","Lies We Tell","A trusted driver must deal with his dead boss's Muslim mistress, her dark past pulling him into a life-and-death showdown with her notorious gangster cousin/ex-husband.","1.445","/4j2OYmRiDcEkfYNv0IAsXu5RRf1.jpg","[{'id':99414,'logo_path':null,'name':'Bradford International Film Associates','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-02-02","0","109","[{'iso_639_1':'en','name':'English'}]","Released","The only men who get caught are those who don't love their wives enough...","Lies We Tell","false","8","3" +"false","/mr7gZ8R7pQsEwaEJamMYWWgxqEg.jpg","null","200000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':36,'name':'History'}]","","449927","tt6015328","cn","??????","An illegal immigrant from Mainland China sneaks into the corrupt British-colonized Hong Kong in 1963, transforming himself into a ruthless drug lord.","3.542","/Lc0XGNZmsFe3uA1UMqhlBiJSY4.jpg","[{'id':17820,'logo_path':null,'name':'Mega-Vision Pictures (MVP)','origin_country':''},{'id':30148,'logo_path':null,'name':'Bona Film Group','origin_country':''},{'id':86508,'logo_path':null,'name':'Infinitus Entertainment','origin_country':''}]","[{'iso_3166_1':'HK','name':'Hong Kong'},{'iso_3166_1':'CN','name':'China'}]","2017-09-28","445000000","128","[{'iso_639_1':'cn','name':'????????? / ?????????'},{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'en','name':'English'}]","Released","","Chasing the Dragon","false","7","32" +"false","/inhn4rTCAhvnu9yR5Kl1ZCRjBki.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","","456750","tt3317234","en","Game Over, Man!","Three friends are on the verge of getting their video game financed when their benefactor is taken hostage by terrorists.","10.66","/58BnnYeQOTzdMBghZIH1tSH0REx.jpg","[{'id':16615,'logo_path':'/dbxHaOtibTKvP6dUMRYdwUOULgY.png','name':'Point Grey Pictures','origin_country':'US'},{'id':258,'logo_path':null,'name':'Scott Rudin Productions','origin_country':'US'},{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-03-23","0","100","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","","Game Over, Man!","false","5.5","451" +"false","/lffgWEBiLf9DbDdb86WsGsEcWTg.jpg","null","15100000","[{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'}]","","419831","tt4547194","en","I Kill Giants","Sophia, a new high school student, tries to make friends with Barbara, who tells her that ???she kills giants,??? protecting this way her hometown and its inhabitants, who do not understand her strange behavior.","16.169","/cvit6HDbXHE6W5kGPd47jd0wthQ.jpg","[{'id':12142,'logo_path':'/rPnEeMwxjI6rYMGqkWqIWwIJXxi.png','name':'XYZ Films','origin_country':'US'},{'id':436,'logo_path':'/A7WCkG3F0NFvjGCwUnclpGdIu9E.png','name':'1492 Pictures','origin_country':'US'},{'id':100877,'logo_path':null,'name':'Having Me Films','origin_country':'CN'},{'id':36434,'logo_path':'/57HyIzqTJMO2rYGjhQbrwITFWV0.png','name':'Ocean Blue Entertainment','origin_country':'US'},{'id':22127,'logo_path':'/lgkXXc4hyHH6WqVMJVUFrhFIjm5.png','name':'uFund','origin_country':'BE'},{'id':78253,'logo_path':null,'name':'Man of Action','origin_country':'US'},{'id':102527,'logo_path':null,'name':'Adonis Production','origin_country':''},{'id':5122,'logo_path':null,'name':'Parallel Films','origin_country':'IE'},{'id':19037,'logo_path':'/xhAYgpFmJfcCVLV5NMD8QKvqqHc.png','name':'Umedia','origin_country':'BE'}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2018-01-21","0","106","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","","I Kill Giants","false","6.1","577" +"false","/9XZJKaQS4LaZMLB8xxJ0UJvBe5Q.jpg","null","0","[{'id':18,'name':'Drama'}]","https://www.netflix.com/title/80171733","426257","tt5796838","en","Roxanne, Roxanne","The most feared battle emcee in early-'80s NYC was a fierce teenager from the Queensbridge projects with the weight of the world on her shoulders. At age 14, hustling the streets to provide for her family, Roxanne Shant?? was well on her way to becoming a hip-hop legend.","3.028","/4WHkXS4828gKrhZg4Tje5gj5QVs.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-01-22","0","98","[{'iso_639_1':'en','name':'English'}]","Released","","Roxanne, Roxanne","false","6.3","49" +"false","/yNEoKwYLFy7GyQfvOXGBrIST1Hu.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","436830","tt5162658","es","Oro","Spanish soldiers battle indigenous tribes and their own brutal natures as they search for a legendary city built of gold.","5.349","/2nHoRPAjQIo3IdnflGK9vaFQDoA.jpg","[{'id':8111,'logo_path':null,'name':'Apaches Entertainment','origin_country':''}]","[{'iso_3166_1':'ES','name':'Spain'}]","2017-11-10","0","103","[{'iso_639_1':'es','name':'Espa??ol'}]","Released","","Gold","false","5.5","44" +"false","/utJ8BdYwGqFjnYPwpxzU2lEFQL.jpg","null","0","[{'id':18,'name':'Drama'}]","","168228","tt0070714","en","Some Call It Loving","A jazz musician falls in love with a comatose woman at a carny sideshow and takes her to his mansion to join his cabinet of sexual curiosities.","1.319","/A3toUAFaiZq0hQjnHQh8ieGoCTk.jpg","[{'id':21136,'logo_path':null,'name':'James B. Harris Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1973-11-16","0","105","[{'iso_639_1':'en','name':'English'}]","Released","The Only Act of Its Kind in the World. For Sale.","Some Call It Loving","false","3.8","4" +"false","/v4H2G1YPwCvtn9XwLw5vKyQyWdY.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","43396","tt0043090","en","Union Station","Police catch a break when suspected kidnappers are spotted on a train heading towards Union Station. Police, train station security and a witness try to piece together the crime and get back the blind daughter of a rich business man.","1.574","/hqW96wz02O3loSz2jaQ9X6ZnFGN.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1950-10-04","0","81","[{'iso_639_1':'en','name':'English'}]","Released","","Union Station","false","6.1","13" +"false","/rF432Lr1uXjJ1m537WOCvBX6f9M.jpg","null","10000000","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","","398174","tt5711148","en","Film Stars Don't Die in Liverpool","Liverpool, 1978: What starts as a vibrant affair between a legendary femme-fatale, the eccentric Academy Award-winning actress Gloria Grahame, and her young lover, British actor Peter Turner, quickly grows into a deeper relationship, with Turner being the person Gloria turns to for comfort.","5.983","/87oy4bxwkhmb4Jb3MRvosvd9NOX.jpg","[{'id':7576,'logo_path':'/oYcUi1byZ312Z3xiz5ojz9RQLND.png','name':'Eon Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-11-17","3179847","105","[{'iso_639_1':'en','name':'English'}]","Released","Love, just like in the movies.","Film Stars Don't Die in Liverpool","false","6.6","74" +"false","/tuSIkMiYn07SA5bq0ZybROxeO2v.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'}]","","21621","tt0187499","zh","???????????????","The Yang family, men and women, have served their country loyally for generations. During the war General Yang is ambushed and killed. His widow and the entire family set out to avenge his death and defend the country.","2.571","/4Ef0v6IfgK4uemyTz26IN8RfHkS.jpg","[{'id':5798,'logo_path':'/tmuI9BGXgpWLmokhlxpnG3IGNQB.png','name':'Shaw Brothers','origin_country':''}]","[{'iso_3166_1':'HK','name':'Hong Kong'}]","1972-07-27","0","123","[{'iso_639_1':'zh','name':'?????????'}]","Released","","The 14 Amazons","false","7.1","7" +"false","/tziLj1GOSsjytFSMcqXDk5KHsmE.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.mylifetime.com/movies/taken-for-ransom","249151","tt2562726","en","Final Recourse","A wealthy high powered woman suffers a horrible tragedy after which she descends into substance abuse,turning her back on her family. She later discovers that someone close to her may be behind her subsequent abduction and kidnapping.","1.4","/rNwkTOcdPAydXZ1bXiAr3vggXyL.jpg","[{'id':29085,'logo_path':null,'name':'Victory Angel Films','origin_country':''},{'id':29086,'logo_path':null,'name':'Edell Film Fund I','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-12-29","0","","[{'iso_639_1':'en','name':'English'}]","Released","","Final Recourse","false","4","4" +"false","/bOgO1UY8agmj2kqMKYFlQd8iilW.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'}]","https://www.facebook.com/EverySecretThing","258284","tt1706598","en","Every Secret Thing","One clear summer day in a Baltimore suburb, a baby goes missing from her front porch. Two young girls serve seven years for the crime and are released into a town that hasn't fully forgiven or forgotten. Soon, another child is missing, and two detectives are called in to investigate the mystery in a community where everyone seems to have a secret.","5.567","/2IS2hZBHTjkTSSxj2p34S1thX3N.jpg","[{'id':13816,'logo_path':null,'name':'Hyde Park Entertainment','origin_country':''},{'id':1785,'logo_path':'/wT6aIkuQTNuq8XFoDGACK8EyR6w.png','name':'Likely Story','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-04-20","103536","93","[{'iso_639_1':'en','name':'English'}]","Released","Don't look away for even a second.","Every Secret Thing","false","5.9","127" +"false","/4yjc9PQVVbOsA6dictq4ecwl9K7.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","http://www.believeinmemovie.com/","18123","tt0419491","en","Believe in Me","In a conservative small town, a young man's wish to coach high school basketball are tweaked by a school board decision that makes him the new coach of the girls' team.","0.805","/pHRT1EIqhVQNTodD5p2hwaraHJL.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-09-07","0","131","[{'iso_639_1':'en','name':'English'}]","Released","","Believe in Me","false","5.1","5" +"false","/mu0J7XlJUhSptWXDl8NJpr4CjLN.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","29691","tt0494746","en","The Last Sect","A seductively lethal vampire sect leader has been battling famed vampire hunter Van Helsing's descendent for decades. But now she and her bloodthirsty followers face extinction unless they can find a willing victim who will ensure their future survival. It's up to Van Helsing to stop the blood from flowing in this thrilling, action-packed duel to the death!","1.933","/cS9givrMCvTtfZqQOqHcHYJrWrY.jpg","[{'id':2808,'logo_path':null,'name':'Peach Films Pty. Ltd.','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2006-09-10","0","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","A new breed of female has been summoned.","The Last Sect","false","4","13" +"false","/euhIwpoyQi5kawBq8uhcgJ6d8Fp.jpg","null","0","[{'id':27,'name':'Horror'}]","","348179","tt2524934","en","The Ecstasy of Isabel Mann","Teenager Isabel Mann is seduced by a violent sect of day-walking vampires. Her classmates start to go missing, attracting two detectives.Things get weird as the disturbed teenager kills at will in the nearby woods. She's aided by head vampire Alejo, and eerily by Isabel's lost mother, an earlier recruit. She's trained in the art of the kill with horrifically bloody results for those she loves.","0.6","/26nesMx4j9OK7aaOoaaXESDU3p5.jpg","[{'id':57726,'logo_path':null,'name':'October Eleven Pictures Ltd','origin_country':''}]","[{'iso_3166_1':'IE','name':'Ireland'}]","2012-12-20","0","90","[]","Released","","The Ecstasy of Isabel Mann","false","5","2" +"false","/nKPAzBrGjCMkNWEyY3KevlqhFLZ.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'},{'id':10749,'name':'Romance'}]","","270458","tt1998400","en","The Adored","Photographer Francesca builds Maia's confidence while having to control her own obsessive and sexual desires towards Maia. As they spend more time together, Maia becomes the object of her obsession and things slowly spiral out of control.","0.6","/zd2VQzCG2ffbA6oPaXlKgIHmiAc.jpg","[]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2012-04-14","0","91","[]","Released","","The Adored","false","4.2","3" +"false","/gDKj88WV2ttVPZXGhGuYfWhc7ts.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","265193","tt3230162","ja","2????????????","Taking place during the full-moon night of traditional dances in August and set on the Japanese island of Amami-Oshima, the drama centers on a 14-year-old boy who finds a dead body floating in the sea. The young man enlists the help of his girlfriend to solve the mystery. The pair ???will learn to become adults by experiencing the interwoven cycles of life, death and love.","2.88","/1YTJnZt7QM7MBxIHBlHeF0Eso6W.jpg","[{'id':23306,'logo_path':null,'name':'Wowow Films','origin_country':''},{'id':18933,'logo_path':null,'name':'Kumie','origin_country':''},{'id':7003,'logo_path':null,'name':'Comme des Cin??mas','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'JP','name':'Japan'}]","2014-06-01","0","121","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Still the Water","false","6.9","42" +"false","/oSTj41ZuVha6pyLkAkB325392BE.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.redemptiontrail.com/","305309","tt2009432","en","Redemption Trail","Two powerful, yet deeply troubled women -- refugees from political and personal trauma -- flee a past that haunts them. The daughter of a murdered Black Panther revolutionary, Tess, (Hamilton) lives off the grid on a Sonoma vineyard, fiercely detached from all connections. Her hermetic life cracks when she gives reluctant shelter to a desperate young woman, Anna (Rabe) who has attempted suicide in a nearby forest. An unlikely alliance forms between the two, where other close relationships have failed -- David, Anna's husband, (Linklater) and John, Tess' employer (Weber), cannot break through their walls. But the very difference between the two women opens them up to a new vision of themselves, as not only survivors, but as heroes capable even of a thrilling shoot-out in the name of outlaw justice. Reclaiming freedom, and life, they plunge forward, towards an unknown, transformative horizon.","0.6","/aIHHmgznSeSsNSV3JHQBvV3mEny.jpg","[{'id':55017,'logo_path':null,'name':'Dire Wolf','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-10-06","0","92","[{'iso_639_1':'en','name':'English'}]","Released","","Redemption Trail","false","5","1" +"false","/yZvYSi9Ck00qx7JggijGUOfPdCV.jpg","null","0","[]","https://nocturnalactivity.com/","417442","tt4187786","en","Nocturnal Activity","Annie Dyer moves into a new apartment and quickly discovers she is not alone; a malevolent spirit repeatedly attempts to seduce her in order to possess her body as a vessel to carry out its vengeful mission.","0.744","/4l7BQqN9m0QsbCpBLV4kZxKBBgn.jpg","[]","[]","2014-11-01","0","80","[{'iso_639_1':'en','name':'English'}]","Released","It Wants You??? Body and Soul","Nocturnal Activity","false","1.5","2" +"false","/sY14imezPdbL7LKpGxop4sfNOag.jpg","null","0","[]","","430604","tt2141623","en","Black Marigolds","A writer goes to a vacation house to finish his book. But he develops a mental illness.","0.6","/3q5vhhNZ8tH7Zo5ZiIYZZOVFtsQ.jpg","[]","[]","2013-04-13","0","84","[]","Released","","Black Marigolds","false","4","1" +"false","/PwI3EfasE9fVuXsmMu9ffJh0Re.jpg","{'id':228446,'name':'Insidious Collection','poster_path':'/w1213HKk1XKSwHiBgjkWghn9biC.jpg','backdrop_path':'/5FrPZHgbbmTIq0oxpwSGqu5HyXC.jpg'}","10000000","[{'id':9648,'name':'Mystery'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.insidiousmovie.com","406563","tt5726086","en","Insidious: The Last Key","Parapsychologist Elise Rainier and her team travel to Five Keys, NM, to investigate a man???s claim of a haunting. Terror soon strikes when Rainier realizes that the house he lives in was her family???s old home.","13.318","/nb9fc9INMg8kQ8L7sE7XTNsZnUX.jpg","[{'id':11341,'logo_path':'/xytTBODEy3p20ksHL4Ftxr483Iv.png','name':'Stage 6 Films','origin_country':'US'},{'id':3172,'logo_path':'/kDedjRZwO8uyFhuHamomOhN6fzG.png','name':'Blumhouse Productions','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':8147,'logo_path':'/q6HOAdSNgCbeOqwoMVRc6REgbXF.png','name':'Entertainment One','origin_country':'CA'},{'id':34034,'logo_path':null,'name':'LStar Capital','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-01-03","167184112","118","[{'iso_639_1':'en','name':'English'}]","Released","Fear comes home.","Insidious: The Last Key","false","6.1","1219" +"false","/fZEVyHIKdLzDFC29W6JCeaJwvUz.jpg","null","150000","[{'id':99,'name':'Documentary'}]","","474104","tt4130484","en","Demon House","As mass hysteria breaks-out over an alleged demonic possession in an Indiana home, referred to as a ???Portal to Hell,??? Ghost Adventures host and paranormal investigator Zak Bagans buys the house, sight unseen, over the phone. He and his crew then become the next victims of the most documented case of demonic possession in US history??? the ???house of 200 demons.","5.604","/80gFuW9wIeKEaswSspSGjSEOcDE.jpg","[{'id':101062,'logo_path':null,'name':'Freestyle Digital Media','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-03-16","0","111","[{'iso_639_1':'en','name':'English'}]","Released","View at Your Own Risk","Demon House","false","5.4","46" +"false","/t2yc8q0hYCHa74ZCH6aIvwNdFVv.jpg","null","0","[{'id':53,'name':'Thriller'}]","","505177","tt6210996","en","10x10","Lewis is an outwardly ordinary guy, but in reality he is hiding an obsession ??? revenge ??? against Cathy. Lewis kidnaps Cathy in broad daylight and takes her to his home, where he locks her in a soundproof cell and attempts to extract a dark secret from her past.","11.663","/egMETBYual2JtfFGigXTA0tGkME.jpg","[{'id':5056,'logo_path':'/kADFcjL04xe5HGBnlLjbfhliS2a.png','name':'Head Gear Films','origin_country':'GB'},{'id':6371,'logo_path':'/zjXvcv1md91eXLZiJExUOTEwgdd.png','name':'Unstoppable Entertainment','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-04-13","0","86","[{'iso_639_1':'en','name':'English'}]","Released","There are some secrets we cannot escape","10x10","false","5.3","189" +"false","/xfZZ0Dk2bOxOz1C8T8OQVRGGGIq.jpg","null","25000000","[{'id':35,'name':'Comedy'}]","","354861","tt1966359","en","Father Figures","Upon learning that their mother has been lying to them for years about their allegedly deceased father, two fraternal twin brothers hit the road in order to find him.","7.771","/avRiH6kbsw3Wxi1J7857alb9yyt.jpg","[{'id':1088,'logo_path':'/9WOE5AQUXbOtLU6GTwfjS8OMF0v.png','name':'Alcon Entertainment','origin_country':'US'},{'id':2364,'logo_path':'/oZyR5maGM96jReVgW7oJ7mXN8ts.png','name':'The Montecito Picture Company','origin_country':'US'},{'id':10289,'logo_path':'/4lXJcFjACjb34LF78AUjEz4FtB9.png','name':'DMG Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-12-21","25601244","125","[{'iso_639_1':'en','name':'English'}]","Released","Finding Their Father Would Be a Family Miracle","Father Figures","false","5.8","261" +"false","/zpq404Sk7qQ7N4x3xOeNgp74GtU.jpg","null","84000000","[{'id':18,'name':'Drama'}]","http://thegreatestshowman.com/","316029","tt1485796","en","The Greatest Showman","The story of American showman P.T. Barnum, founder of the circus that became the famous traveling Ringling Bros. and Barnum & Bailey Circus.","17.363","/b9CeobiihCx1uG1tpw8hXmpi7nm.jpg","[{'id':7076,'logo_path':'/8BFxn9NUWSgp0ndih569Gm62xiC.png','name':'Chernin Entertainment','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'},{'id':22213,'logo_path':'/qx9K6bFWJupwde0xQDwOvXkOaL8.png','name':'TSG Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-12-20","432844677","105","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","The Impossible Comes True","The Greatest Showman","false","8","4878" +"false","","null","0","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","http://www.unavidafilm.com/","296879","tt3057572","en","Of Mind and Music","Dr. Alvaro Cruz, a neuroscientist, disillusioned by the death of his mother and his inability to help her, finds redemption and reward by helping Una Vida, a jazz singer he discovers performing on the streets of New Orleans. Her health declining and her singing partner and her adopted daughter unable to help, Cruz seeks out her long lost son in an effort to bring resolution to the grief, loss and longing that has overshadowed her hard but beautiful life.","0.836","/6UhY4ZcpHHe7yblWdVBRPVryNyB.jpg","[]","[]","2014-10-19","0","98","[]","Released","","Of Mind and Music","false","6.1","6" +"false","","null","0","[{'id':99,'name':'Documentary'}]","","447380","tt3986978","en","Along for the Ride","A documentary chronicling the filmmaking career of Dennis Hopper.","1.68","/6zWXhb8J9z2XgQt5ZqknQ7OOASV.jpg","[]","[]","2017-11-03","0","90","[]","Released","","Along for the Ride","false","10","2" +"false","/crsv2YJO1DKDr0SHF36xGX45dvW.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'},{'id':9648,'name':'Mystery'}]","","273915","tt1669768","en","Ace Wonder","Ace Wonder is a 10-year-old detective, struggling to find a storyline for his latest novel. When his path tangles with Derek Morton, a simple family mystery becomes a very real case of corporate espionage, scientific discovery, and one coldblooded killer.","0.6","/znShpRAXLCrpJespE6evcsUyJU0.jpg","[{'id':96887,'logo_path':null,'name':'HeuMoore Productions','origin_country':''},{'id':39282,'logo_path':null,'name':'Gundersen Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-05-13","0","","[]","Released","","Ace Wonder","false","2","1" +"false","/3u7SLMJpBnCybtqlG4daOMLie0H.jpg","{'id':98430,'name':'Feast Collection','poster_path':'/1clQ6DCLxmvysHkU7HxWToDzuPo.jpg','backdrop_path':'/qtD9j2sHcyVHUbbT6To5AHAlLir.jpg'}","2000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","13797","tt1104835","en","Feast II: Sloppy Seconds","The monsters have made it into a small neighboring town in the middle of nowhere and the locals have to band with the survivors of the bar' slaughter to figure out how to survive.","4.696","/soLzMcklUek9TPI1d2wPlP6ygqU.jpg","[{'id':7161,'logo_path':null,'name':'LivePlanet','origin_country':''},{'id':2811,'logo_path':null,'name':'Neo Art & Logic','origin_country':''},{'id':7619,'logo_path':null,'name':'Dimension Extreme','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-10-07","0","97","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","They're BACK ... and STILL HUNGRY","Feast II: Sloppy Seconds","false","5.4","77" +"false","/lV1v5csj9svH0covNuq4wRHi018.jpg","null","0","[{'id':10770,'name':'TV Movie'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","","111039","tt1491043","en","Second Chances","Two years ago reporter Kate Fisher's interview with the man who turned out to be a serial killer sparked public outrage. Not believing that this man was in fact the September Slayer - led to another senseless murder. Had Kate turned over the interview to the authorities would Laura Rose still be alive? After losing her husband, her job and sense of self, she is now making a fresh start as a professor of ethics in the media. But someone out there can't forget her past. Kate must figure out which one of her students wants her dead before it's too late for her and her young son.","1.273","/70UmjQvJZqc1iwTDMUlqokDJlUW.jpg","[]","[{'iso_3166_1':'CA','name':'Canada'}]","2010-05-12","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Second Chances","false","3.8","4" +"false","/A34gFUwsLIhUMb7wHkM4nbe34Wh.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","381041","tt5167174","en","Rainbow Time","Todd grew up under the strange shadow of his older mentally challenged brother Shonzi. As kids, Shonzi forced Todd to make action movies. As adults he pressures him to share love life details, even showing Shonzi a sex tape he made with an old girlfriend to help him cope when family tragedy hits. When their dad suffers a heart attack, Shonzi (now 40, and still a virgin) moves in with Todd and his new girlfriend Lindsay. Shonzi wants desperately to be included in their relationship like old times. When Shonzi???s begging become threats to reveal secrets from their past, Todd must find the courage to be honest with Lindsay, even if it means the end of their relationship.","1.632","/wruueu4yUtcmfQ88sVrERxpr06Z.jpg","[{'id':1974,'logo_path':null,'name':'Duplass Brothers Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-03-14","0","91","[{'iso_639_1':'en','name':'English'}]","Released","","Rainbow Time","false","5.7","7" +"false","/989mw9amPfjRKttI2DhrPkumgz4.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","http://www.idreamtoomuch.com","324276","tt3474978","en","I Dream Too Much","Dora Welles is an imaginative college grad ready to experience all the excitement of life. Instead she finds herself in snowy upstate New York caring for her reclusive great aunt (who has lived a much more exciting life than anyone realizes).","0.864","/jiI5lZmru9KnFGQ21tjjbEETOq1.jpg","[{'id':22823,'logo_path':null,'name':'Attic Light Films','origin_country':'US'}]","[]","2016-06-21","0","91","[{'iso_639_1':'en','name':'English'}]","Released","","I Dream Too Much","false","4.8","5" +"false","/kgF4FvwdUOo4xChyaTzATSKrsUq.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.flyinglessonsmovie.com/","50026","tt1210059","en","Flying Lessons","With her life at a crossroads, 25 year old Sophie Conway returns home to the small town she always wanted to forget. Once home, she is faced with the friends and lovers she left behind, a tangled relationship with her Mother, and Harry Pleasant, an Alzheimer's Disease patient who, in an opposing way, shares Sophie's struggle to remember.","1.196","/dq9Wv4bjODCHGk5Utw1ZGSFe3Mh.jpg","[]","[]","2010-02-04","0","104","[{'iso_639_1':'en','name':'English'}]","Released","","Flying Lessons","false","6.1","12" +"false","","null","0","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","372107","tt2925410","en","Chat","A father afflicted by photophobia searches for his daughter lost in the world of cybersex chat.","0.6","/g6QE8XFA3qynpTygmRotKvxg19A.jpg","[{'id':69776,'logo_path':null,'name':'Big Story Group','origin_country':''},{'id':39127,'logo_path':null,'name':'Escape Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-01-01","0","86","[{'iso_639_1':'en','name':'English'}]","Released","","Chat","false","10","1" +"false","/uHhAKKxhStteoPlipAY3b8YhKH4.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10751,'name':'Family'},{'id':10749,'name':'Romance'}]","https://www.facebook.com/DMdW.Film/?fref=ts","360737","tt4932154","de","Die Mitte der Welt","A strange family: 17-year-old Phil lives with his mother and twin sister in an old mansion on the outskirts of town. When he returns from summer camp, the mood in the mansion has soured somehow. Phil doesn???t worry about it, hanging out with his best friend Kat instead. When he starts to feel attracted to a mysterious new student at school, Phil is plunged into emotional turmoil only exacerbated by the trouble at home.","5.718","/6gXgSBF3baQsHqDuIcuEzWt71Gv.jpg","[{'id':2710,'logo_path':null,'name':'Prisma Film- und Fernsehproduktion','origin_country':''},{'id':3391,'logo_path':'/t0QBs2fI3mE3HxgoH1n39bYuzNu.png','name':'??sterreichischer Rundfunk (ORF)','origin_country':'AT'},{'id':7333,'logo_path':null,'name':'Bayerischer Rundfunk (BR)','origin_country':''},{'id':12372,'logo_path':null,'name':'Universum Film (UFA)','origin_country':''},{'id':20326,'logo_path':null,'name':'Neue Sch??nhauser Filmproduktion','origin_country':''},{'id':32771,'logo_path':null,'name':'Mojo Pictures','origin_country':''},{'id':587,'logo_path':'/6UIpEURdjnmcJPwgTDRzVRuwADr.png','name':'ARTE','origin_country':'DE'},{'id':46,'logo_path':null,'name':'Westdeutscher Rundfunk (WDR)','origin_country':'DE'}]","[{'iso_3166_1':'AT','name':'Austria'},{'iso_3166_1':'DE','name':'Germany'}]","2016-11-10","0","115","[{'iso_639_1':'de','name':'Deutsch'}]","Released","","Center of My World","false","7.5","124" +"false","/51aiE8fEXchmbLIyX7Smm3zJavV.jpg","null","0","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","","413852","tt5716280","en","Welcome the Stranger","Alice arrives unannounced at her estranged brother Ethan's house in an attempt to reconcile, but bizarre visions, the return of his strange girlfriend and Alice's paranoia and suspicion force the siblings to cling onto reality amidst mysterious circumstances.","2.379","/fZch4FhfexA18gUUQjHXKnLmkjh.jpg","[]","[]","2018-03-20","0","94","[{'iso_639_1':'en','name':'English'}]","Released","","Welcome the Stranger","false","5.1","23" +"false","/mnyiidfEfSBIHDcsnoIVNNjXuZH.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","414187","tt4682780","en","Josie","Everyone knows everyone in the southern town of Baymont. So when tattooed, sweet-talking Josie struts into town, heads turn. Striking up relationships with young punk Gator and loner Hank, she quickly becomes a hot topic of local gossip.","4.929","/sXwATbG3eJjkteGh1YaqV1PGeGb.jpg","[{'id':54268,'logo_path':null,'name':'Boo Pictures','origin_country':'US'}]","[]","2018-03-16","0","87","[{'iso_639_1':'en','name':'English'}]","Released","Secrets will come to light","Josie","false","5.1","16" +"false","/7scVQtLbHq7DwimNllHA45YilWx.jpg","null","0","[{'id':35,'name':'Comedy'}]","http://www.ifcfilms.com/films/furlough","502426","tt5291792","en","Furlough","In between caring for her mother, a young woman works part time at a prison. The rookie guard gets a chance to prove her mettle when she's tasked with accompanying a hell-raising inmate on an emergency furlough to visit her dying mother. But things soon spiral out of control, sending the pair on a hilarious, surprising, and ultimately touching road trip.","3.814","/cw1RkjmbNfIbujkPGh6a8J9Lrf1.jpg","[{'id':58550,'logo_path':null,'name':'DeerJen','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-03-16","0","84","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","There are pros and cons to every friendship.","Furlough","false","5.9","22" +"false","/wG8e9GYAQnz5Jg0j2pfL6T3KNzM.jpg","null","0","[{'id':18,'name':'Drama'}]","","63618","tt0048291","en","The Left Hand of God","A man in priestly robes, seemingly the long-awaited Father O'Shea, arrives at a little-frequented Catholic mission in 1947 China. Though the man seems curiously uncomfortable with his priestly duties, his tough tactics prove very successful in the Seven Villages, as around them China disintegrates in civil war and revolution. But he has a secret, and his friendship with mission nurse Anne (an attractive war widow) seems to be taking on an unpriestly tone.","2.1","/smrY56mw53AEf7EryjzeyqLZKpS.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1955-09-02","0","87","[{'iso_639_1':'en','name':'English'}]","Released","THE STRANGEST COVENANT BETWEEN GOD AND MAN EVER MADE!","The Left Hand of God","false","6.7","11" +"false","/axIdcswMJgNA4FQSy7YF8mn5Hhh.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","26174","tt0039881","en","T-Men","Two U.S. Treasury (""T-men"") agents go undercover in Detroit, and then Los Angeles, in an attempt to break a U.S. currency counterfeiting ring.","2.377","/eb2rHqWg6o1Lnqhm72Qt9ZuU22r.jpg","[{'id':13479,'logo_path':null,'name':'Edward Small Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1947-12-15","0","92","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","Terrific... and true!","T-Men","false","6.5","26" +"false","/j6U9gM8XGiI2qEjcpm4e8H5E23w.jpg","null","0","[{'id':10770,'name':'TV Movie'},{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","67204","tt1264906","en","Reverse Angle","In the remote, sun soaked Pennsylvanian countryside, Ned Larson - a retired professor and reclusive inventor is killed in an explosion at his home. Soon after, small-time investigative journalist Eve Pretson crawls from the wreckage of a burnt out car nearby. She suffers a complete loss of memory - with no recollection of who she is or anything that preceded the accident. Weak and disorientated, she stops at a gas station for help, but instead witnesses the murder of a local mechanic. How are these events connected? In a desperate search for answers, Eve pieces together the scattered fragments of her life, becoming ever more fearful of all she uncovers.","1.017","/cLCD41wUOrmRe07PEW5wrKQHCvZ.jpg","[{'id':13404,'logo_path':'/4F5RxvJgbVT0vFQHs3IYRPfJvo3.png','name':'Incendo Productions','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2009-05-03","0","","[{'iso_639_1':'en','name':'English'}]","Released","","Reverse Angle","false","6.3","4" +"false","/giHhofSjC0aBZDh0w9sex0rbk7E.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':27,'name':'Horror'}]","","167119","tt0081232","en","Nightkill","The wife of a wealthy industrialist finds herself caught-up in a web of intrigue & murder which was created by her own deceit. When she tries to escape the results of her actions, she too falls victim to deception.","0.84","/46kbcwruYu3GYpuahpxnf13uV1P.jpg","[]","[]","1980-12-18","0","104","[{'iso_639_1':'en','name':'English'}]","Released","Your throat dries, heart pounds, flesh crawls and you panic...that is the fear of...","Nightkill","false","5.5","2" +"false","/34rMDb4ZshDjeNdtvaBt3APHyn6.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'}]","","53581","tt0046087","en","Money from Home","Herman owes a lot of gambling debts. To pay them off, he promises the mob he'll fix a horse, so that it does not run. He intends to trick his animal-loving cousin, Virgil, an apprentice veterinarian, into helping him. Of course, he doesn't tell Virgil what he is really up to. Mistaken identities are assumed, while along the way, Virgil meets a female vet and Herman falls for the owner of the horse. Goons and mobsters are also lurking around; so beware!","1.03","/pokwiDJO8U2DjfNcDaQIA4QeRTG.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':3468,'logo_path':null,'name':'Hal Wallis Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1953-12-31","0","100","[{'iso_639_1':'en','name':'English'}]","Released","Dean and Jerry horse around in 3D","Money from Home","false","5.8","10" +"false","/sc9RO74f5oyy53GfJn6HO2UsVxE.jpg","null","0","[]","","83791","tt0465417","en","Living with the Enemy","Smart, sexy Allison can't help but fall in love with Philip, a dashing software billionaire, and they quickly marry. But soon this new bride begins to think her hubby was involved in the mysterious death of his first wife. This suspicious newlywed needs to get to the truth - but as things turn dangerous, she may not make it to their first anniversary!","1.092","/4vTO7o9VxmRYPKW7g9IhtaOBeXG.jpg","[]","[{'iso_3166_1':'CA','name':'Canada'}]","2005-01-01","0","88","[{'iso_639_1':'en','name':'English'}]","Released","","Living with the Enemy","false","6.3","3" +"false","/e7WCg7voocROeCwfQwcMS2Og1KE.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':14,'name':'Fantasy'}]","","460557","tt6814080","zh","????????????","The world is on the brink of catastrophe in a chaotic age where evil demons roam. In order to keep evil at bay, a mysterious organisation from the pugilist world emerges. A new constable and a young girl with a mysterious past are also drawn into this group, and the group embarks on an incredible adventure.","4.433","/aSjTnz7zVBEVfDkbwuzDRqTiVB8.jpg","[{'id':3618,'logo_path':null,'name':'Film Workshop','origin_country':''}]","[{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'HK','name':'Hong Kong'}]","2017-12-15","0","113","[{'iso_639_1':'zh','name':'?????????'}]","Released","","The Thousand Faces of Dunjia","false","5.9","20" +"false","/bI9VoPV1gYpBw4yjbYzWwhTh92g.jpg","null","0","[{'id':18,'name':'Drama'}]","","383709","tt5208216","en","Wonderstruck","The story of a young boy in the Midwest is told simultaneously with a tale about a young girl in New York from fifty years ago as they both seek the same mysterious connection.","8.844","/yjDAt9K3FKU1itABgIXl6YvLsVE.jpg","[{'id':20580,'logo_path':'/tkFE81jJIqiFYPP8Tho57MXRQEx.png','name':'Amazon Studios','origin_country':'US'},{'id':88582,'logo_path':null,'name':'Cinetic Media','origin_country':''},{'id':7493,'logo_path':'/452FO4LcI6lA6bfgl6w1kQYRBlr.png','name':'FilmNation Entertainment','origin_country':'US'},{'id':1422,'logo_path':'/aG7LGucYWmsrsEwnDN1HnUGfVmK.png','name':'Killer Films','origin_country':'US'},{'id':20581,'logo_path':'/4EIbzjERCX6Eb8W0GLlrzPSPmRS.png','name':'Picrow','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-10-13","1947099","115","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","It's not what you look at that matters, it's what you see.","Wonderstruck","false","6.1","200" +"false","/8HNKBarE7A4KqpA7GABZvmr3pkg.jpg","null","0","[{'id':53,'name':'Thriller'}]","","153436","tt1664010","en","Perfect Plan","As the real estate market is in a downward spiral, beautiful young realtor Lauren Baker gets the listing of a lifetime: a mansion on Chicago's exclusive Gold Coast has fallen into her lap and she is able to quickly find a cash buyer for the brother and sister who are selling their parents' estate. When the vendors turn out to be imposters and the real owners turn up murdered, Lauren realizes that she has fallen victim to a scam as well as a cover up to a murder. Lauren is determined to find out who deceived her and why.","0.97","/sMpBeeY7b1MaR5sFZaGEWt0vY3s.jpg","[]","[]","2010-09-18","0","89","[{'iso_639_1':'en','name':'English'}]","Released","","Perfect Plan","false","7","3" +"false","/2lgFxwvl9fQu328Nx1HqgfIfQ8Z.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://haroldandlillian.com","367966","tt4683668","en","Harold and Lillian: A Hollywood Love Story","Working largely uncredited in the Hollywood system, storyboard artist Harold and film researcher Lillian left an indelible mark on classics by Alfred Hitchcock, Steven Spielberg, Mel Brooks, Stanley Kubrick, Roman Polanski and many more.","1.4","/6SN2oUKyCWyg0IsAy9BKRN8mB0E.jpg","[{'id':67664,'logo_path':null,'name':'Adama Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-02-01","0","96","[{'iso_639_1':'en','name':'English'}]","Released","The greatest love story never told!","Harold and Lillian: A Hollywood Love Story","false","7","8" +"false","/gapYa6dFQWThhDoFnwLpi6ZMUuu.jpg","null","3000000","[{'id':80,'name':'Crime'},{'id':10770,'name':'TV Movie'},{'id':53,'name':'Thriller'}]","http://www.mylifetime.com/movies/wandering-eye","90756","tt1757927","en","Wandering Eye","Neglected by her workaholic husband, a young wife, Maren Abbott, meets a man through Wandering Eye - a networking website designed to facilitate extramarital liaisons. Charming as he is, she realizes she can't go through with the affair. When he is found brutally murdered in their hotel room, infidelity is the least of Maren's worries as she finds herself in the cross-hairs of a serial killer who uses the website to trawl for his next victims. Written by Incendo Media","0.924","/4K2SzuzhSEs51XvhWrs0vAvCxRv.jpg","[{'id':13404,'logo_path':'/4F5RxvJgbVT0vFQHs3IYRPfJvo3.png','name':'Incendo Productions','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2011-01-06","0","89","[{'iso_639_1':'en','name':'English'}]","Released","","Wandering Eye","false","5.6","7" +"false","/zEWVFDZOweLPxIzJnPcfVqyyO3N.jpg","null","0","[{'id':27,'name':'Horror'}]","","290235","tt3027188","en","Find Me","Before boxes are unpacked in their new home, newlyweds Tim and Emily, find themselves playing a very creepy game of hide and seek with a vengeful spirit.","0.6","/2wTz1A17tKXI3Aw4ZJ9Gzo6s7Sy.jpg","[{'id':27460,'logo_path':null,'name':'Petri Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-09-01","0","87","[]","Released","Some secrets should stay hidden","Find Me","false","4.6","19" +"false","/4fDFWYkyArOfh3HdWH4G7QGoiHu.jpg","null","0","[{'id':99,'name':'Documentary'}]","","356332","tt3568002","en","The Witness","A brother's journey to unravel the truth about the mythic death and little known life of Kitty Genovese, who was reportedly murdered in front of 38 witnesses and has become the face of urban apathy.","2.236","/acOzD8yAAiPVBZyrorkjMU2AUri.jpg","[{'id':64716,'logo_path':null,'name':'Five More Minutes Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-10-06","0","86","[{'iso_639_1':'en','name':'English'}]","Released","","The Witness","false","6.9","53" +"false","/nKpPN3QGFJkZJSKwE5z2tafclhT.jpg","{'id':392206,'name':'The Monkey King Collection','poster_path':'/m5J6XxjDY0jcTKjklem2NAsAnx4.jpg','backdrop_path':'/ep95Ixc8H0Wrw7PTl94QG4diK6F.jpg'}","82000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'}]","http://themonkeyking.com/","119892","tt1717715","zh","????????????????????????","Sun Wukong is a monkey born from a heavenly stone who acquires supernatural powers. After rebelling against heaven and being imprisoned under a mountain for 500 years, he later accompanies the monk Xuanzang on a journey to India. Thus, according to legend, Buddhism is brought to ancient China.","7.906","/nHMuPTRH2PLgeaedfJ1f9OROAv8.jpg","[{'id':9175,'logo_path':null,'name':'Filmko Pictures','origin_country':''},{'id':4054,'logo_path':null,'name':'Mandarin Films Distribution Co.','origin_country':''},{'id':42623,'logo_path':null,'name':'Beijing Wen Hua Dong Run Investment Co.','origin_country':''}]","[{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'HK','name':'Hong Kong'}]","2014-01-09","0","119","[{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'en','name':'English'}]","Released","Havoc in Heaven","The Monkey King","false","4.9","79" +"false","/s1eUjN5hLpez9QoBK8t4rUoopgN.jpg","{'id':524143,'name':'Fairy Tail Movie Collection','poster_path':'/bxk8SZU232wrRm0C5x3R6smHZOP.jpg','backdrop_path':'/sfABxE7C6YhBTqjR6v5o3M4aRG6.jpg'}","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'},{'id':16,'name':'Animation'}]","http://gaga.ne.jp/FT.DC","433422","tt6548966","ja","????????? FAIRY TAIL ???DRAGON CRY???","Natsu Dragneel and his friends travel to the island Kingdom of Stella, where they will reveal dark secrets, fight the new enemies and once again save the world from destruction.","7.32","/4CtvjdvuRj3iPlvtpvFomhTxjXR.jpg","[{'id':3656,'logo_path':null,'name':'GAGA','origin_country':''},{'id':13113,'logo_path':'/xV5tPYKZhP2Ko9dOh5A3FahuKsx.png','name':'A-1 Pictures','origin_country':'JP'},{'id':90461,'logo_path':null,'name':'Fairy Tale DC Production Committee for Theater Version','origin_country':''}]","[{'iso_3166_1':'JP','name':'Japan'}]","2017-05-06","0","85","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Fairy Tail: Dragon Cry","false","6.2","232" +"false","/fUOp6ZGRo7pJbKgDc8FPXDDL96o.jpg","null","0","[]","","79056","tt1815943","cs","Stealing Paradise","The story follows a brilliant engineer whose breakthrough design is stolen and patented by a colleague. When the colleague is found murdered, she becomes the prime suspect.","1.332","/ci5zLkPwbjFLVsA2YL3yA3n9hi5.jpg","[]","[{'iso_3166_1':'CA','name':'Canada'}]","2011-01-01","0","89","[{'iso_639_1':'en','name':'English'}]","Released","","Stealing Paradise","false","6.2","6" +"false","/nhHDYqQiVuCcunofKGEq6JLpxrc.jpg","null","0","[]","","89753","tt1687861","en","Dead Lines","Sophie Fyne, an environmentally friendly fashion designer and advocate for women around the world is about to launch her highly anticipated line of clothing and open her first flagship store when one of her employees is found murdered. As a series of frightening events unfold, Sophie realizes she must act quickly if she is to save not only her career that she worked tirelessly to build but the life of her teenage daughter.","0.684","/eoyDvBJzTu9raabJPP5iHowhEIs.jpg","[]","[]","2010-12-25","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Dead Lines","false","5.2","3" +"false","/9XJZCFWNx51N8AcXagsLJNdDqk6.jpg","null","0","[{'id':10770,'name':'TV Movie'},{'id':53,'name':'Thriller'}]","","115376","tt1826780","en","No Surrender","Amelia's blog empowering women not to tolerate violent relationships has brought her fame, fortune and now someone is out to kill her. Is it the new man in her life, her now paroled ex who inspired the blog, or a deranged fan? Just as she has put the pieces of her life back together, Amelia must figure out who is behind the bizarre string of attacks and stop them before her own life comes to an ironic and violent end.","0.715","/6Ny5443I9l7ieypTqVKuLqrFqW3.jpg","[]","[]","2011-03-17","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","No Surrender","false","3.8","4" +"false","/pDyqbp5RymJoDRmx68cXLFty3LE.jpg","null","10000000","[{'id':27,'name':'Horror'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","44224","tt1468703","en","Bear","Two young couples are driving through a remote forest when their car breaks down. When a run-in with a curious grizzly bear ends up with the bear being shot to death, the bear's mate arrives on the scene and vengefully attacks their van. The couples are trapped inside the disabled car and must come up with clever ways to survive. As they battle the surprisingly intelligent creature, and contemplate their uncertain fate, secrets begin to emerge that threaten to tear the group apart before the bear does.","2.319","/8xJjU8rQx2M2alAyGSRIxGzy3gx.jpg","[{'id':98124,'logo_path':null,'name':'Rebel Entertainment','origin_country':''},{'id':12182,'logo_path':null,'name':'Rebel Film BV','origin_country':''},{'id':22217,'logo_path':null,'name':'Wiseacre Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-01-01","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Play dead.","Bear","false","3.5","9" +"false","/ep95Ixc8H0Wrw7PTl94QG4diK6F.jpg","{'id':392206,'name':'The Monkey King Collection','poster_path':'/m5J6XxjDY0jcTKjklem2NAsAnx4.jpg','backdrop_path':'/ep95Ixc8H0Wrw7PTl94QG4diK6F.jpg'}","68490000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'}]","http://themonkeykingmovie.com","381902","tt4591310","zh","????????????????????????????????????","Taking place 500 years after the Havoc in Heaven, the Tang Priest is appointed by Buddha to go to the West to fetch the sacred scriptures, only to accidentally free the Monkey King. With Lady White (Gong Li) aiming to break up the team assembled to defeat her, the Monkey King must fight in order to save his world!","9.606","/kcV6J5gD4znVLXMQ04CVLdkA2Gb.jpg","[{'id':9175,'logo_path':null,'name':'Filmko Pictures','origin_country':''}]","[{'iso_3166_1':'HK','name':'Hong Kong'},{'iso_3166_1':'CN','name':'China'}]","2016-01-22","193677158","120","[{'iso_639_1':'zh','name':'?????????'}]","Released","","The Monkey King 2","false","5.8","42" +"false","/kNXgwSbYHcYwbl4HzZhaQ9TNSKM.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","http://www.parajanov.com/sayatnova","26302","tt0063555","ru","???????? ??????????????","The life of revered the 18th-century Armenian poet and musician Sayat-Nova. Portraying events in the life of the artist from childhood up to his death, the movie addresses in particular his relationships with women, including his muse. The production tells Sayat-Nova's dramatic story by using both his poems and largely still camerawork, creating an impressionistic work.","4.622","/rMUbQf7RgsYgQ47AFf1wpoSt4dX.jpg","[{'id':14619,'logo_path':null,'name':'Armenfilm Studios','origin_country':''}]","[{'iso_3166_1':'AM','name':'Armenia'},{'iso_3166_1':'SU','name':'Soviet Union'}]","1969-10-01","0","79","[{'iso_639_1':'hy','name':''},{'iso_639_1':'ka','name':'?????????????????????'},{'iso_639_1':'ru','name':'P????????????'}]","Released","A poetic evocation of the life of Armenian poet Sayat Nova","The Color of Pomegranates","false","7.7","63" +"false","/bwwvIwiAY7SwDDJ7xsztUWJFaoH.jpg","null","0","[{'id':99,'name':'Documentary'}]","","480432","tt7017474","it","Ferrari 312B","In a race against time and all odds, the revolutionary F1 racing car Ferrari 312B will get back on the Monaco circuit, 46 years later, under the wing of it???s creator, the genius engineer Mauro Forghieri.","1.237","/teTJtuIArAMPdGO5ValaZuOOezV.jpg","[{'id':96008,'logo_path':null,'name':'Tarpini Production','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'}]","2017-10-09","0","","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","","Ferrari 312B","false","6.6","9" +"false","/qqaq7Pjy3ZnvRrzjDuHCgO5GXH5.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","466421","tt5578150","en","Amanda & Jack Go Glamping","With his marriage and career against the ropes, dejected author Jack Spencer travels with his wife, Amanda, to an isolated glamping retreat in search of a spark. When a surprise double booking finds their private retreat anything but private, Jack spins into a comedic exploration of love, lost dreams, small-town-wisdom, and friendship with a miniature donkey to get over himself before he loses all he holds dear.","1.194","/kmokEVZDkn9bofvJ0KjANtfZf5E.jpg","[{'id':51053,'logo_path':null,'name':'Spiral Films','origin_country':''},{'id':92477,'logo_path':null,'name':'Aspiration Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-11-10","0","94","[{'iso_639_1':'en','name':'English'}]","Released","Love the one yurt with.","Amanda & Jack Go Glamping","false","4.7","10" +"false","/sTU3UZMVCOTzdelTptb2VzWGI92.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","174808","tt2375093","fr","Last Hours in Suburbia","When Grace is accused of playing a role in a deadly accident, her best friend reaches out from beyond the grave to unveil the truth behind what happened.","0.856","/sVFFMhSgbHwqGs3ILEQrOKvfTjU.jpg","[]","[]","2012-09-21","0","87","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pl','name':'Polski'}]","Released","","Last Hours in Suburbia","false","5.8","13" +"false","/qLOk3BalStwCPBcWoMT2unvEXJO.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","15068","tt1119178","en","80 Minutes","80 minutes to live or die. Alex got injected with a high tech poison by his creditor and put on a time clock to pay his debt back in 1 hour and 20 minutes. Will he make it or even further will he stay loyal to his friends and relatives under a pressure like running out of time?","1.901","/zjCIbbBaZvuvD7Sx5nzPl42Cqxd.jpg","[]","[{'iso_3166_1':'DE','name':'Germany'}]","2008-09-02","0","92","[{'iso_639_1':'en','name':'English'}]","Released","","80 Minutes","false","4.2","6" +"false","/bAk1xWlK9Iv2pxY5g9AGPt70Hrm.jpg","null","0","[{'id':28,'name':'Action'},{'id':27,'name':'Horror'}]","","457402","tt2825240","en","The Book of Fire","","1.414","/iSkwee0buA8tq5BW3edbLehVRiM.jpg","[{'id':102079,'logo_path':null,'name':'Tommy Frazier Productions','origin_country':''},{'id':24412,'logo_path':null,'name':'Wolf Pack Film Works','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-11-22","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","The Book of Fire","false","5.8","4" +"false","/lInyFQ9o3FZQ9s3bM0WHD9WXavt.jpg","null","0","[{'id':18,'name':'Drama'}]","","29972","tt1103963","zh","???????????????","Chengdu nowadays. The state owned factory 420 shuts down to give way to a complex of luxury apartments called ""24 CITY"". Three generations, eight characters : old workers, factory executives and yuppies, their stories melt into the History of China.","2.209","/aJ81fiN3Eix6sZABc72QVdfr4h7.jpg","[{'id':3407,'logo_path':null,'name':'Shanghai Film Group','origin_country':'CN'},{'id':1079,'logo_path':null,'name':'Xstream Pictures','origin_country':''},{'id':528,'logo_path':'/fO3Aof3lXQclYpBByYC8aneTXwA.png','name':'Bandai Visual','origin_country':'JP'},{'id':4667,'logo_path':null,'name':'Bitters End','origin_country':''},{'id':94949,'logo_path':null,'name':'China Resources','origin_country':''},{'id':567,'logo_path':null,'name':'Office Kitano','origin_country':''}]","[{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'HK','name':'Hong Kong'},{'iso_3166_1':'JP','name':'Japan'}]","2008-09-27","0","112","[{'iso_639_1':'zh','name':'?????????'}]","Released","","24 City","false","7.4","13" +"false","/xCF6Vkq1L5tTGENb07vzlQyXwKv.jpg","{'id':392206,'name':'The Monkey King Collection','poster_path':'/m5J6XxjDY0jcTKjklem2NAsAnx4.jpg','backdrop_path':'/ep95Ixc8H0Wrw7PTl94QG4diK6F.jpg'}","73000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'}]","http://www.wellgousa.com/theatrical/the-monkey-king-3","437543","tt6466464","zh","????????????????????","The third installment of the blockbuster fantasy series sees the return of the Monkey King (Aaron Kwok) in his most action-packed adventure yet! While continuing their epic journey to the West, the Monkey King and his companions are taken captive by the Queen of an all-female land, who believes them to be part of an ancient prophecy heralding the fall of her kingdom. With a lot of sorcery and a little bit of charm, the travelers devise a plan to escape. But when their trickery angers the mighty River God, they realize they might just bring about the foretold destruction - unless they can find a way to quell her wrath.","10.208","/5x3rbATpy0obvtUn1kVpCj3Rvtv.jpg","[{'id':104543,'logo_path':null,'name':'Filmko Films Production Limited','origin_country':''},{'id':9175,'logo_path':null,'name':'Filmko Pictures','origin_country':''}]","[{'iso_3166_1':'CN','name':'China'}]","2018-02-16","0","114","[{'iso_639_1':'zh','name':'?????????'}]","Released","Kingdom of Women","The Monkey King 3","false","5.5","20" +"false","/nTH63dIC9D9lWhQlvCu4zSoESKj.jpg","{'id':522871,'name':'Kickboxer (Reboot) Collection','poster_path':'/54mCCHabNGAObbtqozU0C0qqeOK.jpg','backdrop_path':null}","13000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","http://www.kickboxervengeance.com/kickboxer2","447665","tt5208950","en","Kickboxer: Retaliation","One year after the events of ""Kickboxer: Vengeance"", Kurt Sloan has vowed never to return to Thailand. However, while gearing up for a MMA title shot, he finds himself sedated and forced back into Thailand, this time in prison. He is there because the ones responsible want him to face a 6'8"" 400 lbs. beast named Mongkut and in return for the fight, Kurt will get two million dollars and his freedom back. Kurt at first refuses, in which a bounty is placed on his head as a way to force him to face Mongkut. Kurt soon learns he will have no other choice and will undergo his most rigorous training yet under some unexpected mentors in order to face Mongkut in hopes to regain his freedom.","10.846","/oMWP4cAoy8WBauuKZAVTIfuY3Fw.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-01-26","4537","110","[{'iso_639_1':'en','name':'English'}]","Released","","Kickboxer: Retaliation","false","4.9","81" +"false","/4BZNZBZS2rmVG2zumJxcYfCCD2g.jpg","{'id':485512,'name':'Walker Series','poster_path':'/ed9bfW0LMY4UNFqMj3wKmRqsyHZ.jpg','backdrop_path':'/3zUonln2NqHK4JEEiCrIWSzVzV0.jpg'}","0","[{'id':18,'name':'Drama'}]","","255554","tt3521442","fr","??????","A Buddhist monk walks barefoot and incredibly slowly through Marseille ??? so slowly, that his progress is barely perceptible and he becomes a calming influence in the midst of the town???s goings-on.","1.09","/vtojgrYAnn9ORaIP5ISPHv62qbG.jpg","[]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'TW','name':'Taiwan'}]","2014-02-09","0","56","[{'iso_639_1':'xx','name':'No Language'}]","Released","","Journey to the West","false","6.6","15" +"false","/yjMJdPKayXEDwRH8z1pWJUWTbAD.jpg","null","17000000","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","81836","tt1859650","en","To Rome with Love","Four tales unfold in the Eternal City: While vacationing in Rome, architect John encounters a young man whose romantic woes remind him of a painful incident from his own youth; retired opera director Jerry discovers a mortician with an amazing voice, and he seizes the opportunity to rejuvenate his own flagging career; a young couple have separate romantic interludes; a spotlight shines on an ordinary man.","11.141","/zGVAVQufbwE5BjU17OBkXM9PWRS.jpg","[{'id':12010,'logo_path':null,'name':'Mediapro','origin_country':''},{'id':12966,'logo_path':null,'name':'Perdido Productions','origin_country':''},{'id':6246,'logo_path':null,'name':'Medusa Film','origin_country':'IT'},{'id':1824,'logo_path':null,'name':'Gravier Productions','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'US','name':'United States of America'}]","2012-04-20","73244881","111","[{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'en','name':'English'}]","Released","","To Rome with Love","false","5.7","1043" +"false","/mx3g4Md9iBmp3FR5R7EBulm8yph.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","36786","tt0049949","en","While the City Sleeps","Newspaper men compete against each other to find a serial killer dubbed ""The Lipstick Killer""","3.222","/veyjPvVe7ytk0HsxXml8lRMxff2.jpg","[{'id':3754,'logo_path':null,'name':'Bert E. Friedlob Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1956-05-30","0","100","[{'iso_639_1':'en','name':'English'}]","Released","Suspense as startling as a strangled scream!","While the City Sleeps","false","7","40" +"false","/t8O1e0sFSGWfjVEYF6rVthGK2K.jpg","null","1","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://www.ifcfilms.com/films/love-wedding-marriage","59296","tt1436559","en","Love, Wedding, Marriage","A happy newlywed marriage counselor's views on wedded bliss get thrown for a loop when she finds out her parents are getting divorced.","5.87","/mzShCj38uf9vkJLrUqQJAr1uYIu.jpg","[{'id':52284,'logo_path':null,'name':'Chydzik Media Group','origin_country':''},{'id':5113,'logo_path':'/qd5ru3vUvGb6dhXSzkHn7EQoX2D.png','name':'120dB Films','origin_country':'US'},{'id':7419,'logo_path':null,'name':'Scion Films','origin_country':''},{'id':18668,'logo_path':null,'name':'Voodoo Production Services','origin_country':''},{'id':52288,'logo_path':null,'name':'First Wedding Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-06-03","1378","90","[{'iso_639_1':'en','name':'English'}]","Released","Here comes the ride.","Love, Wedding, Marriage","false","5.2","115" +"false","/5FqyX2FfU7296OlsLxcu8rVAE00.jpg","null","0","[{'id':35,'name':'Comedy'}]","http://chaosafilmcompany.com/chokeslam/","394185","tt2076826","en","Chokeslam","A mild-mannered deli clerk finally gets a second chance to pursue his high school sweetheart, a notorious female professional wrestler, when she returns for their ten-year reunion.","1.4","/89uKknoPWrg7pRad3KrdxSLlEJE.jpg","[{'id':2749,'logo_path':null,'name':'Chaos, a Film Company','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2016-10-10","0","102","[{'iso_639_1':'en','name':'English'}]","Released","","Chokeslam","false","4.6","10" +"false","/ufm3sWUr5BlnXqlvlFg0Wyma0oM.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","20330","tt0049006","en","Beyond a Reasonable Doubt","A newspaper publisher, wanting to prove a point about the insufficiency of circumstantial evidence, talks his possible son-in-law Tom into a hoax in an attempt to expose ineptitude of the city's hard-line district attorney. The plan is to have Tom plant clues leading to his arrest for killing a female nightclub dancer. Once Tom is found guilty, he is to reveal the setup and humiliate the DA.","2.742","/qkNceBDcLO28FQTHTKNmnbG1ypf.jpg","[{'id':3754,'logo_path':null,'name':'Bert E. Friedlob Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1956-09-05","0","80","[{'iso_639_1':'en','name':'English'}]","Released","Put them all together they spell M-U-R-D-E-R !","Beyond a Reasonable Doubt","false","6.9","35" +"false","/pyYMPkIFuvtB4CVVmBSrkYlTg5D.jpg","null","0","[{'id':99,'name':'Documentary'}]","","445004","tt6440810","en","Iron Men","Behind the scenes and with the fans of West Ham United as they move to a new home after 112 years at Upton Park.","0.892","/9KPMnwsNpKfgyZD7bJn56TKJsEu.jpg","[]","[]","2017-03-03","0","75","[{'iso_639_1':'en','name':'English'}]","Released","If these stands could talk, the stories they would tell...","Iron Men","false","8","1" +"false","/vJNvMna59PZLaH5TBdUrBm0XAHF.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","","505524","tt5611404","en","Elements of Matter","A famous actress has a nervous breakdown during a junket for a new franchise film. She asks a complete stranger (who mistakenly thinks he's rented her family's house) to pretend to be her boyfriend for the holidays and spend it with her eccentric family.","1.396","/rjLi9LHNv7kE6UiihrEuoY19r4a.jpg","[{'id':101266,'logo_path':null,'name':'Fooya Films','origin_country':''},{'id':101267,'logo_path':null,'name':'Schema Media','origin_country':''}]","[]","2018-02-27","0","97","[{'iso_639_1':'en','name':'English'}]","Released","","Elements of Matter","false","0","0" +"false","","null","0","[{'id':99,'name':'Documentary'}]","","338509","tt4536540","de","Fassbinder","A film portrait of the influential Bavarian actor, director and screenwriter.","0.922","/iabfL2beLCGjSLJ3SYqn6HpFCiO.jpg","[{'id':52634,'logo_path':null,'name':'Itworksmedien','origin_country':''},{'id':52635,'logo_path':null,'name':'Rainer Werner Fassbinder Foundation','origin_country':'DE'},{'id':7333,'logo_path':null,'name':'Bayerischer Rundfunk (BR)','origin_country':''},{'id':587,'logo_path':'/6UIpEURdjnmcJPwgTDRzVRuwADr.png','name':'ARTE','origin_country':'DE'},{'id':124,'logo_path':'/7MjDMOybX0D3fcIEpCyY9es5XZU.png','name':'S??dwestrundfunk','origin_country':'DE'},{'id':2067,'logo_path':'/y5knLIUjYsKBIlM4W0dLruWwYaC.png','name':'Rundfunk Berlin-Brandenburg','origin_country':'DE'},{'id':46,'logo_path':null,'name':'Westdeutscher Rundfunk (WDR)','origin_country':'DE'}]","[{'iso_3166_1':'DE','name':'Germany'}]","2015-04-30","0","92","[{'iso_639_1':'de','name':'Deutsch'}]","Released","","Fassbinder","false","8","2" +"false","/9haFz9lGsA1XeBel1q5xly5BTdT.jpg","null","0","[{'id':27,'name':'Horror'}]","","464879","tt5457484","en","Cabin 28","Based on one of the most infamous unsolved murder cases in American history, this film follows a family who are terrorized at an isolated cabin by mysterious assailants.","1.274","/crvqys951H0yVoPR38oSg6YAxSj.jpg","[{'id':16370,'logo_path':null,'name':'North Bank Entertainment','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-08-01","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Cabin 28","false","4.3","15" +"false","/sVKnNgtY0awgIfljky90r3LsJVs.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","20620","tt0060955","en","Seconds","A secret organisation offers wealthy people a second chance at life. The customer picks out someone they want to be and the organisation surgically alters the customer to look like the intended person, stages the customer's death, gets rid of the intended person and the customer takes on a new life.","6.181","/25qBeIxl8fQ1RZQ9E84rg91ABEv.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':3809,'logo_path':null,'name':'Gibraltar Productions','origin_country':''},{'id':3810,'logo_path':null,'name':'Joel Productions','origin_country':''},{'id':3811,'logo_path':null,'name':'John Frankenheimer Productions Inc.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1966-10-05","0","100","[{'iso_639_1':'en','name':'English'}]","Released","","Seconds","false","7.4","114" +"false","/5yZ4AM3lUMRhT8lowBpOxR5bTz0.jpg","null","6000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","http://www.panegre.com/","57521","tt1454523","ca","Pa Negre","In the harsh post-war years' Catalan countryside, Andreu, a child that belongs to the losing side, finds the corpses of a man and his son in the forest. The authorities want his father to be made responsible of the deaths, but Andreu tries to help his father by finding out who truly killed them. In this search, Andreu develops a moral consciousness against a world of adults fed by lies. In order to survive, he betrays his own roots and ends up finding out the monster that lives within him.","4.346","/3j22zqwQroRyppmHc8UeNfZcUxe.jpg","[{'id':20786,'logo_path':null,'name':'Massa d'Or Produccions','origin_country':''},{'id':5085,'logo_path':'/mPuVc7m1Ki7OQQvAYwYfIlEI3vu.png','name':'Televisi?? de Catalunya','origin_country':'ES'}]","[{'iso_3166_1':'ES','name':'Spain'}]","2010-10-10","3770657","108","[{'iso_639_1':'ca','name':'Catal??'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","The lies of adults raise little monsters.","Black Bread","false","7","52" +"false","/yEEtbVfcpiFR2xEPSwPY4661ciW.jpg","null","0","[{'id':18,'name':'Drama'}]","","82631","tt1870529","en","Won't Back Down","Jamie Fitzpatrick and Nona Alberts are two women from opposites sides of the social and economic track, but they have one thing in common: a mission to fix their community's broken school and ensure a bright future for their children. The two women refuse to let any obstacles stand in their way as they battle a bureaucracy that's hopelessly mired in traditional thinking, and they seek to re-energize a faculty that has lost its passion for teaching.","4.142","/cfdXIfPWIKAXjllIjCBL2ZGxV9u.jpg","[{'id':59391,'logo_path':null,'name':'Lemodeln Model & Talent Agency','origin_country':''},{'id':2605,'logo_path':null,'name':'Gran Via Productions','origin_country':''},{'id':10221,'logo_path':'/99VfWRgKasZoyK9UVB39gnYvFrZ.png','name':'Walden Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-09-28","5310554","121","[{'iso_639_1':'en','name':'English'}]","Released","If you can't beat the system... change it","Won't Back Down","false","6.3","63" +"false","/Bb3n0Kdw3qgAWEmp8gNt9ZN6jQ.jpg","null","130000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","","9462","tt0068935","cn","????????????","Tang Lung arrives in Rome to help his cousins in the restaurant business. They are being pressured to sell their property to the syndicate, who will stop at nothing to get what they want. When Tang arrives he poses a new threat to the syndicate, and they are unable to defeat him. The syndicate boss hires the best Japanese and European martial artists to fight Tang, but he easily finishes them off.","10.539","/m7AIITQ624sfldI4SsX4htXPH1f.jpg","[{'id':2521,'logo_path':null,'name':'Orange Sky Golden Harvest','origin_country':'HK'},{'id':3526,'logo_path':null,'name':'Concord Productions Inc.','origin_country':''}]","[{'iso_3166_1':'HK','name':'Hong Kong'}]","1972-06-01","85000000","100","[{'iso_639_1':'cn','name':'????????? / ?????????'},{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","The Colosseum . . the battleground of Bruce Lee and Chuck Norris.","The Way of the Dragon","false","7.5","407" +"false","/qx6b5RW3qC5wQggOw7ng2x3jgTe.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","http://www.aruitemo.com/","25050","tt1087578","ja","???????????? ????????????","Twelve years after their beloved eldest son, Junpei, drowned while saving a stranger's life, Kyohei and Toshiko welcome their surviving children home for a family reunion. Younger son Ryota still feels that his parents resent that he isn't the one who died; his new wife, Yukari, is awkwardly meeting the rest of the family for the first time. Daughter Chinami strains to fill the uncomfortable pauses with forced cheer.","5.701","/oXkPoceSa0RcsD2JkdlES5yqfN6.jpg","[{'id':9177,'logo_path':null,'name':'Eisei Gekijo','origin_country':''},{'id':12424,'logo_path':null,'name':'TV Man Union','origin_country':''},{'id':528,'logo_path':'/fO3Aof3lXQclYpBByYC8aneTXwA.png','name':'Bandai Visual','origin_country':'JP'},{'id':16918,'logo_path':null,'name':'Cinequanon','origin_country':''},{'id':70143,'logo_path':null,'name':'Engine Film Group','origin_country':''}]","[{'iso_3166_1':'JP','name':'Japan'}]","2008-06-28","0","114","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Still Walking","false","7.7","116" +"false","/b3J5vJWbyfbjPtgWKfCJYQ8kves.jpg","null","0","[{'id':80,'name':'Crime'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","11300","tt0091983","en","Something Wild","A free-spirited woman ""kidnaps"" a yuppie for a weekend of adventure. But the fun quickly takes a dangerous turn when her ex-con husband shows up.","7.604","/344lhBozqFWKxBb4fp6azYQMLEy.jpg","[{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'},{'id':65328,'logo_path':null,'name':'Religiosa Primitiva','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1986-11-07","8362969","114","[{'iso_639_1':'en','name':'English'}]","Released","Something Different. Something Daring. Something Dangerous.","Something Wild","false","6.4","112" +"false","/oyMNOo0VQJOrhVLtQr1okr7ghNO.jpg","null","0","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","25504","tt0057495","en","Shock Corridor","Determined to pull in the Pulitzer Prize, reporter Johnny Barrett will go to any length necessary to win the coveted award. When he learns of an unsolved murder committed at a mental institution, Barrett devises a scheme to solve it and earn himself recognition. With the assistance of a psychiatrist and his girlfriend, Barrett convinces the doctors at the institution to commit him. Once inside, he begins his investigation -- and gradually loses his mind.","4.604","/o0dhbZkDiJVn2y53pP3vrfHHlti.jpg","[{'id':4539,'logo_path':null,'name':'Leon Fromkess-Sam Firks Productions','origin_country':''},{'id':4928,'logo_path':null,'name':'Allied Artists Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1963-09-11","0","101","[{'iso_639_1':'en','name':'English'}]","Released","Opens the Door to Sights You've Never Seen Before!","Shock Corridor","false","6.9","100" +"false","/7g5v2zXedkwiFqDlWqcoRUUQYD6.jpg","null","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","","11712","tt0056443","ja","????????????","Toshiro Mifune swaggers and snarls to brilliant comic effect in Kurosawa's tightly paced, beautifully composed ""Sanjuro."" In this companion piece and sequel to ""Yojimbo,"" jaded samurai Sanjuro helps an idealistic group of young warriors weed out their clan's evil influences, and in the process turns their image of a proper samurai on its ear.","5.779","/zW47oIH3bc3ggmmmzTvKqM4Fqjk.jpg","[{'id':882,'logo_path':'/fRSWWjquvzcHjACbtF53utZFIll.png','name':'Toho Company, Ltd.','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","1962-01-01","0","96","[{'iso_639_1':'ja','name':'?????????'}]","Released","Akira Kurosawa's Powerful and Newest Japanese Masterpiece","Sanjuro","false","8.1","194" +"false","/r9lpsCkIZAKawQqFgKBsOS6DhFN.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","36843","tt0100024","en","Life Is Sweet","Just north of London live Wendy, Andy, and their twenty-something twins, Natalie and Nicola. Wendy clerks in a shop, leads aerobics at a primary school, jokes like a vaudevillian, agrees to waitress at a friend's new restaurant and dotes on Andy, a cook who forever puts off home remodeling projects, and with a drunken friend, buys a broken down lunch wagon. Natalie, with short neat hair and a snappy, droll manner, is a plumber; she has a holiday planned in America, but little else. Last is Nicola, odd man out: a snarl, big glasses, cigarette, mussed hair, jittery fingers, bulimic, jobless, and unhappy. How they interact and play out family conflict and love is the film's subject.","4.369","/bA3etgHtBber78AYF3SA1r06WEX.jpg","[{'id':9210,'logo_path':'/ruUf9qymJ1gKLmerDKO8pgq1CYM.png','name':'Film Four International','origin_country':''},{'id':10100,'logo_path':null,'name':'Thin Man Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1990-11-15","0","103","[{'iso_639_1':'en','name':'English'}]","Released","","Life Is Sweet","false","7.1","63" +"false","/5zfVNTrkhMu673zma6qhFzG01ig.jpg","null","40000000","[{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","http://annihilationmovie.com","300668","tt2798920","en","Annihilation","A biologist signs up for a dangerous, secret expedition into a mysterious zone where the laws of nature don't apply.","25.629","/d3qcpfNwbAMCNqWDHzPQsUYiUgS.jpg","[{'id':284,'logo_path':null,'name':'DNA Films','origin_country':'GB'},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':258,'logo_path':null,'name':'Scott Rudin Productions','origin_country':'US'},{'id':82819,'logo_path':'/5Z8WWr0Lf1tInVWwJsxPP0uMz9a.png','name':'Skydance Media','origin_country':'US'},{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2018-02-22","43070915","115","[{'iso_639_1':'en','name':'English'}]","Released","Fear what's inside.","Annihilation","false","6.3","4189" +"false","","null","0","[{'id':99,'name':'Documentary'}]","https://www.criterion.com/films/720-monterey-pop","476015","tt0483979","en","Chiefs","Filmed at the October 1968 meeting in Hawaii of several hundred police chiefs of the International Association of Chiefs of Police as they watch demonstrations of gruesome anti-riot weapons, sing patriotic songs, and defend their policies in front of the camera. Although filmed with the permission of the chiefs, the view is not sympathetic, sometimes funny, and more often frightening.","0.6","/ehYuWnb5QXjD3DfKjWUgRkoiBKc.jpg","[{'id':10932,'logo_path':'/jDiTLxS5aaANB50g3UMZyku3cu5.png','name':'The Criterion Collection','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1968-12-26","0","18","[{'iso_639_1':'en','name':'English'}]","Released","","Chiefs","false","7","1" +"false","/ahGpGhgGrGITmDkDypIOzSSPxPI.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","20347","tt0478044","ja","Takeshis'","Beat Takeshi lives the busy and sometimes surreal life of a showbiz celebrity. One day he meets his blond lookalike named Kitano, a shy convenience store cashier, who, still an unknown actor, is waiting for his big break. After their paths cross, Kitano seems to begin hallucinating about becoming Beat.","2.192","/2iipdPUitGYjZ9v3cHvxWSdq4n9.jpg","[]","[{'iso_3166_1':'JP','name':'Japan'}]","2005-09-02","0","108","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Takeshis'","false","5.9","29" +"false","/mF1JKUX513VAvA6MeCvw9sPMDrP.jpg","null","4250000","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","http://www.newwavefilms.co.uk/view-film-detail.html/?viewListing=MTU4&cat=1","428495","tt5540188","sv","The Nile Hilton Incident","Cairo, 2011. A police officer investigates the murder of a woman in a luxurious hotel in the days leading up to the Egyptian revolution.","5.225","/cUlJRUlIYRPIVddaCRmh5Pk0ixS.jpg","[{'id':94864,'logo_path':null,'name':'Atmo Production','origin_country':'SE'},{'id':94865,'logo_path':null,'name':'Chimney','origin_country':'PL'},{'id':2801,'logo_path':'/bswb1PLLsKDUXMLgy42bZtCtIde.png','name':'Film i V??st','origin_country':'SE'},{'id':35210,'logo_path':null,'name':'Ostlicht Filmproduktion','origin_country':''},{'id':29062,'logo_path':null,'name':'Final Cut for Real','origin_country':''},{'id':50804,'logo_path':null,'name':'Nordsvensk Filmunderh??llning','origin_country':'SE'},{'id':2999,'logo_path':'/zGSqFee9aDgDuLD6vcs2mcJUem4.png','name':'SVT','origin_country':'SE'},{'id':108533,'logo_path':null,'name':'Scanbox Sweden AB','origin_country':''}]","[{'iso_3166_1':'DK','name':'Denmark'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'SE','name':'Sweden'}]","2017-07-12","81089","101","[{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","","The Nile Hilton Incident","false","6.6","164" +"false","/nLDznZbtOaQULLwYiEvr1oejL7E.jpg","null","1000000","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","401732","tt3131050","en","Delirium","A group of young men dare a classmate to reach the porch of a legendary old house, said to be haunted by the thirteen victims of a family massacre. In hopes of making a viral video they arm him with a video camera to prove he was there or to capture him fleeing in terror before even reaching the house, as others have. When he doesn't return, the guys must go in to get him. Inside they discover the truth about the house, the fate of their friend and their own fate as well.","2.998","/ztDwowdmeGQ9K1dngb2JWAvV8nr.jpg","[{'id':3312,'logo_path':null,'name':'Martini Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-01-19","0","86","[{'iso_639_1':'en','name':'English'}]","Released","Nothing escapes","Delirium","false","3.6","14" +"false","/bzLkNQRiKRkkFSlqR7gnEJzTIGZ.jpg","{'id':138965,'name':'The Mummy (Hammer) Collection','poster_path':'/af1bhgDimwzySCGV6tPz2aZJagR.jpg','backdrop_path':'/iLmCaLaw9Tn8JeFtUbhlaNVFcga.jpg'}","0","[{'id':27,'name':'Horror'}]","","39263","tt0068290","en","Blood from the Mummy's Tomb","Two Egyptologists, Professor Fuchs and Corbeck, are instrumental in unleashing unmitigated horror by bringing back to England the mummified body of Tara, the Egyptian Queen of Darkness. Fuchs???s daughter becomes involved in a series of macabre and terrifying incidents, powerless against the forces of darkness, directed by Corbeck, that are taking possession of her body and soul to fulfill the ancient prophesy that Queen Tara will be resurrected to continue her reign of unspeakable evil.","3.188","/croZwl9KMq3yaTxi5lfA9AGMGxw.jpg","[{'id':1314,'logo_path':'/gQBluDqe6dc2ZdzfJbabEHoSGoG.png','name':'Hammer Film Productions','origin_country':'GB'},{'id':538,'logo_path':null,'name':'EMI Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1971-06-16","0","94","[{'iso_639_1':'en','name':'English'}]","Released","A severed hand beckons from an open grave!","Blood from the Mummy's Tomb","false","6.1","29" +"false","/dJEybQ1twwu8hhQus4niFycFWsV.jpg","{'id':434270,'name':'Lew Harper Collection','poster_path':'/iSltYlybrWNrf2MdMIhnSWnjTTu.jpg','backdrop_path':'/k7Pw16GO0X7PDshJmowP1u8T7e.jpg'}","0","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","32620","tt0072912","en","The Drowning Pool","Harper is brought to Louisiana to investigate an attempted blackmail scheme. He soon finds out that it involves an old flame of his and her daughter. He eventually finds himself caught in a power struggle between the matriarch of the family and a greedy oil baron, who wants their property. Poor Harper! Things are not as straight-forward as they initially appeared.","2.878","/hdpcRuRD7QP6vPuotfSASDlFawM.jpg","[{'id':4376,'logo_path':null,'name':'First Artists','origin_country':''},{'id':4970,'logo_path':null,'name':'Coleytown','origin_country':''},{'id':662,'logo_path':null,'name':'Turman-Foster Company','origin_country':''},{'id':496,'logo_path':null,'name':'David Foster Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1975-07-01","0","108","[{'iso_639_1':'en','name':'English'}]","Released","Harper days are here again...","The Drowning Pool","false","6.6","34" +"false","/kaH2D6SnJQHeOeNwnkjOac6Gt9j.jpg","null","60000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':878,'name':'Science Fiction'}]","","10416","tt0181151","en","What Planet Are You From?","A highly-evolved planet, whose denizens feel no emotion and reproduce by cloning, plans to take over Earth from the inside by sending an operative, fashioned with a humming, mechanical penis, to impregnate an earthling and stay until the birth. The alien, Harold Anderson, goes to Phoenix as a banker and sets to work finding a mate. His approaches to women are inept, and the humming phallus doesn't help, but on the advice of a banking colleague, he cruises an AA meeting, meets Susan, and somehow convinces her to marry. The clock starts to tick: will she conceive, have a baby, and lose Harold (and the child) to his planet before he discovers emotion and starts to care?","5.789","/2VtgMZPj3uDLz0zOQqZ74SUZGK4.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-03-03","0","105","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","To save his planet, an alien must find a woman on Earth to have his baby. There's just one problem.","What Planet Are You From?","false","5.4","63" +"false","/tzhQ8L5pUDhrqyPHXv6NEzfJg7T.jpg","null","0","[{'id':18,'name':'Drama'}]","","49980","tt0110296","en","Ladybird Ladybird","Maggie has had four children, by four different fathers, removed by social services because of a previous violent relationship. When she meets Jorge, a gentle Latin American refugee, she gradually sees her chance for happiness, but her history still haunts her.","1.724","/q7qrX7F3bvZxYFYLnoq5TluVmBQ.jpg","[{'id':983,'logo_path':null,'name':'Parallax Pictures','origin_country':''},{'id':181,'logo_path':null,'name':'Channel Four Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1994-02-18","0","101","[{'iso_639_1':'en','name':'English'}]","Released","","Ladybird Ladybird","false","7.1","29" +"false","/jFSwrtsYJ0QesgPrvShQNOTn8aV.jpg","null","0","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'}]","","454699","tt6572702","en","Happy Family","The Wishbone family is far from happy. With a struggling bookshop, an overworked husband, and two misunderstood teenagers, Emma is at her wit's end trying to be the perfect mom. After dragging her family to a costume party on Halloween night, they are cursed by an evil witch and transformed into a Vampire, a Mummy, a Werewolf, and Frankenstein's monster. Now Emma will fight to keep her Monster Family together and uncover the secret of their curse... eventually leading them to the Prince of Darkness himself, Dracula!","9.961","/r3xY0tCI05iUmm8M7fAkKtqGPXM.jpg","[{'id':2614,'logo_path':null,'name':'Agir','origin_country':''},{'id':8104,'logo_path':null,'name':'Ambient Entertainment GmbH','origin_country':''},{'id':17012,'logo_path':null,'name':'Timeless Films','origin_country':''},{'id':78851,'logo_path':null,'name':'United Entertainment','origin_country':''},{'id':91702,'logo_path':null,'name':'Mack Media','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'DE','name':'Germany'}]","2017-08-24","26441892","93","[{'iso_639_1':'en','name':'English'}]","Released","","Happy Family","false","5.5","121" +"false","/AiJX96zrTTj9lSaXTR0dO5IYKS.jpg","null","35000000","[{'id':18,'name':'Drama'},{'id':10752,'name':'War'},{'id':10749,'name':'Romance'},{'id':37,'name':'Western'}]","","22267","tt0134154","en","Ride with the Devil","Ride with the Devil follows four people who are fighting for truth and justice amidst the turmoil of the American Civil War. Director Ang Lee takes us to a no man's land on the Missouri/Kansas border where a staunch loyalist, an immigrant's son, a freed slave, and a young widow form an unlikely friendship as they learn how to survive in an uncertain time. In a place without rules and redefine the meaning of bravery and honor.","5.444","/pH3J5IUzho4ZVaRuTuErzqHHovb.jpg","[{'id':10565,'logo_path':null,'name':'Good Machine','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-11-24","635096","138","[{'iso_639_1':'en','name':'English'}]","Released","In a No-man's Land between North and South, You didn't fight for the Blue or the Grey... You fought for your friends and family.","Ride with the Devil","false","6.6","79" +"false","/lhETOsmpG0NVkhjF2LFWPCS2jpT.jpg","null","2800000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","11305","tt0097940","en","Mystery Train","A seedy hotel in Memphis, Tennessee, provides the backdrop for three separate tales, featuring everything from a kitsch-obsessed Japanese couple to a trio of amateur robbers who discover the true nature of their relationship during a botched heist. Linking the stories together is the hotel's eccentric and creepy night clerk as well as the spirit of Elvis Presley.","5.942","/vcr6pBGeHWfjiWH6HarEEXdJIlG.jpg","[{'id':60620,'logo_path':null,'name':'Mystery Train','origin_country':''},{'id':4248,'logo_path':null,'name':'JVC Entertainment Networks','origin_country':''}]","[{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'US','name':'United States of America'}]","1989-09-06","0","113","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'ja','name':'?????????'}]","Released","","Mystery Train","false","7.3","155" +"false","/3D2hWFCI1qwVkj5vE9ivR5c8d4i.jpg","null","225000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","15389","tt0100142","en","Metropolitan","A radical student is adopted by a group of young New Yorkers, serves as a catalyst to alter his and their lives. Gathering in a Manhattan apartment, the group of friends meet to discuss social mobility, Fourier's socialism and play bridge in their cocoon of upper-class society - until they are joined by a man with a critical view of their way of life.","3.055","/9L1D4WVc4vRdD3kfjMtE6LOVy1g.jpg","[{'id':3076,'logo_path':null,'name':'Allagash Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-08-03","0","99","[{'iso_639_1':'en','name':'English'}]","Released","Finally... A film about the downwardly mobile.","Metropolitan","false","6.8","60" +"false","/3miBF4xAUtMeDAp42HOJiIaI1pK.jpg","null","58000000","[{'id':10402,'name':'Music'},{'id':18,'name':'Drama'},{'id':80,'name':'Crime'},{'id':10749,'name':'Romance'}]","","2148","tt0087089","en","The Cotton Club","The story of the people that frequented Harlem's famous nightclubs, 'The Cotton Club', and those that ran it.","7.972","/qigf5fWSH1tw7z424UVKg71UIOS.jpg","[{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'},{'id':427,'logo_path':null,'name':'PSO International','origin_country':''},{'id':991,'logo_path':null,'name':'Totally Independent','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-12-14","25928721","127","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","It was the jazz age. It was an era of elegance and violence. The action was gambling. The stakes were life and death.","The Cotton Club","false","6.6","147" +"false","/8CAO7f6jp3nJGYJCCKMuOF7ZbUC.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","","10373","tt0079766","en","Quadrophenia","Based on the 1973 rock opera album of the same name by The Who, this is the story of 60s teenager Jimmy. At work he slaves in a dead-end job. While after, he shops for tailored suits and rides his scooter as part of the London Mod scene.","7.343","/6ek1jQgI2XsPZ1zwTUvYeEiWYld.jpg","[{'id':14312,'logo_path':null,'name':'Polytel','origin_country':''},{'id':14313,'logo_path':null,'name':'The Who Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1979-09-14","0","120","[{'iso_639_1':'en','name':'English'}]","Released","A Way of Life","Quadrophenia","false","7.3","101" +"false","/dpwWoZhd1pjBdQedgW92EjI7p6h.jpg","null","8000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","34379","tt0093638","en","No Man's Land","A rookie cop goes undercover to infiltrate a gang of car thieves led by smooth and charming Ted. The rookie becomes too involved and starts to enjoy the thrill and lifestyle of the game, and becomes romanticly involved with the leaders sister.","5.766","/hWSSQRhiQI4z0RfXa2IlkwIy6jn.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-10-23","2877571","106","[{'iso_639_1':'en','name':'English'}]","Released","Once you get a taste of the good life it's hard to let go. Even if your life depends on it.","No Man's Land","false","6.2","38" +"false","/1c9qsz39tilAzv76NCiKpfCvTjx.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","20663","tt0039305","en","Dead Reckoning","Paratroopers Captain 'Rip' Murdock and Sergeant Johnny Drake are mysteriously ordered to travel to Washington, DC. When Drake learns that he is to be awarded the Medal of Honor, he disappears before newspaper photographers can take his picture. Murdock follows the clues and tracks him down, where he learns Drake is dead. Further investigations reveal unexpected twists. Rip learns that Johnny had been accused of murder and sets out to find out whatever he can. He falls in love with Coral whose husband Johnny is supposed to have killed.","2.83","/kL1TxvXABa4ibbuctSZsUjDZX74.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1947-01-16","0","100","[{'iso_639_1':'en','name':'English'}]","Released","There never was a Bogart like this... and here's the reason...","Dead Reckoning","false","6.5","47" +"false","/zAt31XhBCQkokUSYDRHFEOPs5AK.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","447358","tt5318534","en","People You May Know","An introvert realizes he can be whomever he wants to be on the Internet.","2.121","/xweS8KHCYU84GNNUpsrQ7CV8ZeV.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-04-07","0","92","[{'iso_639_1':'en','name':'English'}]","Released","","People You May Know","false","5.1","13" +"false","/euj0TiabuFzHzOFftRFY9zpm2i1.jpg","null","0","[{'id':35,'name':'Comedy'}]","","428081","tt5985052","de","High Society","Two girls from very different social backgrounds discover, at the age of 25, that they had been switched at birth.","4.772","/y1jkYgGExy1MsAEgvdnxEu0yQsR.jpg","[]","[{'iso_3166_1':'DE','name':'Germany'}]","2017-09-14","0","100","[{'iso_639_1':'de','name':'Deutsch'}]","Released","Opposites attract","High Society","false","6.5","59" +"false","/baNQpUlmX8shVmJBGHMSL5Y6MBl.jpg","{'id':10,'name':'Star Wars Collection','poster_path':'/iTQHKziZy9pAAY4hHEDCGPaOvFC.jpg','backdrop_path':'/d8duYyyC9J5T825Hg7grmaabfxQ.jpg'}","200000000","[{'id':14,'name':'Fantasy'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'}]","https://www.starwars.com/films/star-wars-episode-viii-the-last-jedi","181808","tt2527336","en","Star Wars: The Last Jedi","Rey develops her newly discovered abilities with the guidance of Luke Skywalker, who is unsettled by the strength of her powers. Meanwhile, the Resistance prepares to do battle with the First Order.","31.591","/kOVEVeg59E0wsnXmF9nrh6OmWII.jpg","[{'id':1,'logo_path':'/o86DbpburjxrqAzEDhXZcyE8pDb.png','name':'Lucasfilm','origin_country':'US'},{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':11092,'logo_path':null,'name':'Ram Bergman Productions','origin_country':''},{'id':81306,'logo_path':null,'name':'Formula Film','origin_country':''},{'id':112051,'logo_path':null,'name':'Truenorth Productions','origin_country':''},{'id':112052,'logo_path':null,'name':'Jucumari Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-12-13","1332459537","152","[{'iso_639_1':'en','name':'English'}]","Released","Darkness rises... and light to meet it","Star Wars: The Last Jedi","false","7","8146" +"false","/vTPI8eVeVX77QrgLVkGLrbt2rIF.jpg","null","0","[{'id':18,'name':'Drama'}]","","408542","tt5843990","tl","Ang Babaeng Humayo","After spending the last 30 years in prison, Horacia is immediately released when someone else confessed to the crime. Still overwhelmed by her new freedom, she comes to the painful realization that her aristocratic former lover had set her up. As kidnappings targeting the wealthy begin to proliferate, Horacia sees the opportunity to plot her revenge.","1.873","/vKBkoUW62DLZjo7ctJRflRTXe67.jpg","[{'id':19781,'logo_path':null,'name':'Cinema One Originals','origin_country':'PH'},{'id':33812,'logo_path':null,'name':'Sine Olivia Pilipinas','origin_country':''}]","[{'iso_3166_1':'PH','name':'Philippines'}]","2017-04-06","0","227","[{'iso_639_1':'tl','name':''}]","Released","God sees the truth, but waits.","The Woman Who Left","false","7.3","14" +"false","/23SZepxYhpeaBeEGiMrtWA84ANu.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","199928","tt2011311","en","The Outsider","A former American G.I. joins a yakuza family after his release from prison in post-World War II Osaka.","8.883","/m2riQcEzjVrkP8wKHDXwC5EQpHQ.jpg","[{'id':22842,'logo_path':'/waIZoO3pnB0VVCUVo8u6hqcYN9U.png','name':'Waypoint Entertainment','origin_country':'US'},{'id':4700,'logo_path':'/A32wmjrs9Psf4zw0uaixF0GXfxq.png','name':'The Linson Company','origin_country':''},{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-03-09","0","120","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'ja','name':'?????????'}]","Released","","The Outsider","false","6.2","234" +"false","/gIxXavSlBJnbvBuzgFfvexlHS8a.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","","390059","tt5390066","en","Permission","A woman on the brink of a marriage proposal is told by a friend that she should date other men before spending the rest of her life with her boyfriend.","5.816","/1YIGIS0Imzi5S2bbkjlQOhEJthS.jpg","[{'id':74472,'logo_path':null,'name':'Ball & Chain Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-02-09","0","96","[{'iso_639_1':'en','name':'English'}]","Released","How can you be certain he is the one, if he is the only one?","Permission","false","4.9","62" +"false","/6yoLAbC4wnriSswgz6RCShOYKNg.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","505579","tt2237324","en","Bent","On his latest private investigation, a shamed former cop connects a murder case to a government conspiracy involving rogue agents from a top spy agency.","7.869","/xUqimeu4KzFeqTvblNLvG8Y1DAo.jpg","[{'id':3604,'logo_path':'/jC6Hk3ZyNRlVPJsA0xGlAhgd2RP.png','name':'Grindstone Entertainment Group','origin_country':'US'},{'id':104321,'logo_path':null,'name':'Groove Tails Productions','origin_country':''},{'id':93419,'logo_path':null,'name':'Primary Wave Entertainment','origin_country':''},{'id':104322,'logo_path':null,'name':'Rod Movies AIE','origin_country':''},{'id':59593,'logo_path':null,'name':'AMBI Group','origin_country':''}]","[{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'US','name':'United States of America'}]","2018-03-09","55429","96","[{'iso_639_1':'en','name':'English'}]","Released","Corruption has it's own set of rules.","Bent","false","5.4","45" +"false","/vhqkNZPc2yCaKSFBkPlELg5HYYM.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","505175","tt7853242","hi","Love per Square Foot","Individually, bank employees Sanjay and Karina don't earn enough to be able to buy a home, so they decide to enter into a marriage of convenience.","4.131","/hELQ0htEiE0NHWvmVrPZ4sSrkBF.jpg","[{'id':100972,'logo_path':'/ni6szJ3gzDOAmZwlHXKaFyvsxEQ.png','name':'RSVP Movies','origin_country':'IN'}]","[{'iso_3166_1':'IN','name':'India'}]","2018-02-14","0","133","[{'iso_639_1':'hi','name':'??????????????????'}]","Released","","Love per Square Foot","false","6.8","40" +"false","/r0vHZ2IE2eYT92a73HPQrj1F8xf.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':28,'name':'Action'}]","","441967","tt5291976","de","Immigration Game","Germany refuses to receive any more refugees. The only way to obtain citizenship is to survive the popular TV show 'Immigration Game'. Whoever participates as a 'Runner' will be abandoned on the outskirts of Berlin and must make their way to the television tower at Alexanderplatz. For a prize money every German citizen may chase and eventually kill the refugees entirely unpunished.","1.906","/4hwebQcokHi2vlHCZ9sFZA5Slz2.jpg","[{'id':89794,'logo_path':null,'name':'RoundhouseFilm','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'}]","2017-06-19","0","96","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","","Immigration Game","false","3.7","12" +"false","/mZ8lxdcXeThqC9qvAIxxvuRHpFx.jpg","{'id':185667,'name':'The Complete Monterey Pop Festival','poster_path':'/o03FNvDOE2iJWdLl3a6MYZEZ6rd.jpg','backdrop_path':'/4gC9E9mjsjaoZIY86W7cUbajUJU.jpg'}","0","[{'id':99,'name':'Documentary'},{'id':10402,'name':'Music'}]","","42632","tt0064689","en","Monterey Pop","Featuring performances by popular artists of the 1960s, this concert film highlights the music of the 1967 California festival. Although not all musicians who performed at the Monterey Pop Festival are on film, some of the notable acts include the Mamas and the Papas, Simon & Garfunkel, Jefferson Airplane, the Who, Otis Redding, and the Jimi Hendrix Experience. Hendrix's post-performance antics -- lighting a guitar on fire, breaking it and tossing a part into the audience -- are captured.","1.904","/wEB3c5Y5spAHOQaFWcsfFky3SWb.jpg","[{'id':11492,'logo_path':null,'name':'The Foundation','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1968-12-26","0","80","[{'iso_639_1':'en','name':'English'}]","Released","Do you know where your kids are hanging out tonight?","Monterey Pop","false","7.6","28" +"false","/nYaChE5HqJDAbreITxgrwBY2YEt.jpg","null","0","[{'id':35,'name':'Comedy'}]","","370301","tt0493407","en","Cook-Off!","Amateur 'chefs' from around the country compete for a million dollar prize in the ultimate food fight.","2.403","/iZW0qabQHbSo89Qm5fNusCLqL2W.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-11-17","0","98","[{'iso_639_1':'en','name':'English'}]","Released","Let the flour fly!","Cook-Off!","false","4.7","13" +"false","/kTDOQwwdtZeasLIadAmqYSP4DlC.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","413727","tt5997928","hi","Hotel Salvation","An ominous dream convinces 77-year-old Dayanand Kumar that his end could be near. He takes the news to his son Rajiv, knowing he wants to breathe his last in the holy city of Varanasi and end the cycle of rebirth, by attaining salvation. Being the dutiful son he is, Rajiv is left with no choice but to drop everything and make the journey with his stubborn father. Daya and Rajiv check into Mukti Bhawan (Hotel Salvation) in Varanasi, a guesthouse devoted to people who want to die there. But as the days go by, Rajiv struggles to juggle his responsibilities back home, while Daya starts to bloom in the hotel. Rajiv gives his father a shot at salvation but as family bonds are tested, he finds himself torn, and not knowing what he must do to keep his life together.","1.028","/4KU7HqRPbl4ZTELz2uRDQYCLSOq.jpg","[{'id':80972,'logo_path':'/ipfaSh5RVpRhdTgPtKyXJ9J0eJr.png','name':'Red Carpet Moving Pictures','origin_country':'IN'}]","[{'iso_3166_1':'IN','name':'India'}]","2016-09-02","0","103","[{'iso_639_1':'hi','name':'??????????????????'}]","Released","","Hotel Salvation","false","7.2","10" +"false","/tkxIfhBcx5s34y0CMdz4nUY8cgH.jpg","{'id':386162,'name':'LEGO DC Comics Super Heroes Collection','poster_path':'/rdQMvm9rhDiSTsVOr7d5ObmK9zf.jpg','backdrop_path':'/xMSbYXiCstnssIdxAajbGST8lpI.jpg'}","10000000","[{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':878,'name':'Science Fiction'}]","https://www.warnerbros.com/lego-dc-super-heroes-flash","504997","tt7877382","en","Lego DC Comics Super Heroes: The Flash","In LEGO DC Super Heroes: The Flash, Reverse-Flash manipulates the Speed Force to put the Flash into a time loop that forces him to relive the same day over and over again???with progressively disastrous results, including losing his powers and being fired by the Justice League. The Flash must find a way to restore time to its original path and finally apprehend his worst enemy before all is lost for the Flash???and the world!","7.154","/u27j3CiMEtNdDRleYwnruQ5Ktkm.jpg","[{'id':2785,'logo_path':'/l5zW8jjmQOCx2dFmvnmbYmqoBmL.png','name':'Warner Bros. Animation','origin_country':'US'},{'id':9993,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Entertainment','origin_country':'US'},{'id':4081,'logo_path':'/9Q0SyrhQD61wWbz5KJOkL6tu2mg.png','name':'LEGO','origin_country':'DK'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-02-13","0","78","[{'iso_639_1':'en','name':'English'}]","Released","","Lego DC Comics Super Heroes: The Flash","false","6.5","43" +"false","/9Hsb9tQSUacgubx37R6EDdvTyhK.jpg","null","0","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","509934","tt8095034","en","Far Cry 5: Inside Eden's Gate","Rumors of a fanatical cult called The Project at Eden's Gate lure three vloggers to remote Hope County, Montana. Following leads of missing locals and other strange events, the three infiltrate the cult. Shocked by what they uncover, they risk everything to warn the world. Featuring Greg Bryk (A History of Violence) and Kyle Gallner (American Sniper), and inspired by the Ubisoft game Far Cry 5.","2.664","/8dTKE0hH68sCWG8IvoV4Ds82h1g.jpg","[{'id':4382,'logo_path':'/z9gOkP6vTSvd7uqYgUBdROe7ffj.png','name':'Asylum Entertainment','origin_country':'US'},{'id':4615,'logo_path':null,'name':'Ubisoft','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2018-03-05","0","30","[{'iso_639_1':'en','name':'English'}]","Released","","Far Cry 5: Inside Eden's Gate","false","6.5","11" +"false","/z2dhScn54PHtatVxrlAJKr6yhQg.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","429460","tt5041296","es","Muse","Samuel Salomon, a literature professor, has been off work for almost a year after the tragic death of his girlfriend. Samuel has been suffering from a recurring nightmare in which a woman is brutally murdered in a strange ritual. Suddenly, the same woman who appears every night in his dreams is found dead in exactly the same circumstances. Samuel sneaks into the crime scene and there he meets Rachel who has also dreamed about the murder. Together, they will do whatever they can to discover the identity of the mystery woman, entering a terrifying world controlled by the figures who have inspired artists throughout time: the Muses.","8.042","/vlDFEhlBon98itV43QOPCk7r0I7.jpg","[{'id':49473,'logo_path':'/d0Cld16NzSAizrXfO6jrN3nH6az.png','name':'Frakas Productions','origin_country':'BE'},{'id':62170,'logo_path':null,'name':'Castelao Pictures','origin_country':'ES'},{'id':18078,'logo_path':null,'name':'Fantastic Films','origin_country':'IE'},{'id':7302,'logo_path':null,'name':'Filmax Entertainment','origin_country':''}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'FR','name':'France'}]","2017-11-29","0","107","[{'iso_639_1':'en','name':'English'}]","Released","","Muse","false","5.9","142" +"false","/4gQwDERQRRufzzwIB6coMYvaT03.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","467924","tt5175636","en","Abe & Phil's Last Poker Game","Dr. Abe Mandelbaum has just moved into a retirement home. After forming an unlikely friendship with a womanizing gambler, their relationship is tested when they each try to convince a mysterious nurse that they are her long-lost father.","1.341","/hOQmku32jBtEyF4rwzjOKHwUdTh.jpg","[]","[]","2018-01-12","0","85","[{'iso_639_1':'en','name':'English'}]","Released","","Abe & Phil's Last Poker Game","false","7.6","5" +"false","/mroWWloxjaVcguWfeCtBqaroWdS.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","http://www.momentumpictures.net/half-magic","345935","tt4738776","en","Half Magic","Three women use their newly formed sisterhood to fight against sexism, bad relationships and low self-esteem. Through embracing their wild adventures, they learn the secret to ultimate fulfillment.","2.797","/5yXOWl7sATagtvsJkpOGCblZ0an.jpg","[{'id':56236,'logo_path':null,'name':'The See','origin_country':''},{'id':27128,'logo_path':null,'name':'The Bubble Factory','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-02-23","0","94","[{'iso_639_1':'en','name':'English'}]","Released","Getting ahead never felt so good.","Half Magic","false","5.2","14" +"false","/waBRSdomkyQzeLjENV7D9dQT6na.jpg","null","0","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","","347111","tt2392748","en","Scorched Earth","A bounty hunter named Atticus Gage tracks down criminals in a post-apocalyptic Earth.","6.46","/3EqgAHkESHZLK4MUHgK9s9882S2.jpg","[{'id':93344,'logo_path':null,'name':'Okanagan Media','origin_country':''},{'id':6345,'logo_path':null,'name':'Lighthouse Pictures','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2018-02-02","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Before the end of the world, Gage has some people to kill.","Scorched Earth","false","5.5","42" +"false","/gpVg9EA5tieNCxmPtx9KTbUKXrU.jpg","null","10000000","[{'id':35,'name':'Comedy'},{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'},{'id':16,'name':'Animation'}]","http://www.sonypicturesanimation.com/films.php?s=thestar","355547","tt4587656","en","The Star","A small but brave donkey and his animal friends become the unsung heroes of the greatest story ever told, the first Christmas.","9.048","/tEbDvivUfsCupngKIfMJJ725eAD.jpg","[{'id':61377,'logo_path':'/6IQmmSszsXcxbew25Dgvu3cvmRd.png','name':'Franklin Entertainment','origin_country':'US'},{'id':2251,'logo_path':'/8PUjvTVmtJDdDXURTaSoPID0Boj.png','name':'Sony Pictures Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-11-15","0","86","[{'iso_639_1':'en','name':'English'}]","Released","","The Star","false","5.4","224" +"false","/tV40laXMiIPkfpT5sJERlAZPg5F.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'}]","http://www.prodigy-movie.com/","446827","tt5017936","en","Prodigy","Jimmy is a committed child psychologist who uses his own playbook, but when he is brought in to work with Ellie, he is completely unprepared for his subject???a 9-year-old psychopathic genius with nothing to lose. As he begins to understand the extent of her capabilities and the fate that has been planned for her, he struggles to overcome her defenses before it is too late for them both.","4.186","/3ADjgK4UVRRQ5JNwANYJQpsTcSu.jpg","[{'id':114076,'logo_path':null,'name':'High Noon California','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-03-04","0","80","[{'iso_639_1':'en','name':'English'}]","Released","A terrifying game of strategy and wits between a dangerous young genius and a psychologist.","Prodigy","false","6.7","37" +"false","/1qIzlhLGPSm6TxlvXBWe0Q5er7O.jpg","{'id':306031,'name':'Pitch Perfect Collection','poster_path':'/mVo5seaJ1KkHvbQutsSpOa9fzQM.jpg','backdrop_path':'/jolu4gMP6g2VmUZt099U6X6jNNJ.jpg'}","45000000","[{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'}]","http://www.pitchperfectmovie.com/","353616","tt4765284","en","Pitch Perfect 3","After the highs of winning the world championships, the Bellas find themselves split apart and discovering there aren't job prospects for making music with your mouth. But when they get the chance to reunite for an overseas USO tour, this group of awesome nerds will come together to make some music, and some questionable decisions, one last time.","10.999","/fchHLsLjFvzAFSQykiMwdF1051.jpg","[{'id':12026,'logo_path':null,'name':'Gold Circle Films','origin_country':'US'},{'id':10338,'logo_path':'/el2ap6lvjcEDdbyJoB3oKiYgXu9.png','name':'Perfect World Pictures','origin_country':'CN'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-12-20","184724494","93","[{'iso_639_1':'en','name':'English'}]","Released","Last Call Pitches","Pitch Perfect 3","false","6.4","1759" +"false","/1i1XwuVcgjoydpTiDoFhLBiqU0Q.jpg","null","0","[{'id':27,'name':'Horror'}]","","492621","tt5629964","en","The Midnight Man","A girl and her friends find a game in the attic that summons a creature known as The Midnight Man, who uses their worst fears against them.","5.717","/VFq733NwXqk44Wrlmplx1CKL5I.jpg","[{'id':14776,'logo_path':null,'name':'Universum Film GmbH','origin_country':''},{'id':39707,'logo_path':null,'name':'The Bridge Finance Company','origin_country':''},{'id':103075,'logo_path':null,'name':'Midnight Productions','origin_country':''},{'id':103076,'logo_path':null,'name':'Scooty Woop Elite','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2016-09-30","0","95","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","","The Midnight Man","false","5.2","163" +"false","/rtr0l61RxLPkmZHbZj0WFlGx5G5.jpg","null","68000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'}]","","301337","tt1389072","en","Downsizing","A kindly occupational therapist undergoes a new procedure to be shrunken to four inches tall so that he and his wife can help save the planet and afford a nice lifestyle at the same time.","13.595","/uLlmtN33rMuimRq6bu0OoNzCGGs.jpg","[{'id':2361,'logo_path':null,'name':'Ad Hominem Enterprises','origin_country':''},{'id':13184,'logo_path':'/pfUB1a62jSMIqp4Xmaq6z2cgW0B.png','name':'Annapurna Pictures','origin_country':'US'},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'NO','name':'Norway'}]","2017-12-22","55003890","135","[{'iso_639_1':'no','name':'Norsk'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'vi','name':'Ti???ng Vi???t'},{'iso_639_1':'is','name':'??slenska'}]","Released","We are meant for something bigger.","Downsizing","false","5.1","1796" +"false","/AjOApPjAY2Dyjbdc2XBcyLVYBOO.jpg","null","0","[{'id':27,'name':'Horror'}]","","480603","tt6149936","en","The Lullaby","Returning to her home town, overwhelmed by the birth of her firstborn, nineteen-year-old Chloe van Heerden tries to come to terms with motherhood. Despite the support from her own mother, Chloe struggles with the demands of caring for a newborn child. The incessant crying of her baby, the growing sense of guilt and paranoia send her into a dark depression. With a heightened urge to protect her son, she sees danger everywhere.","3.44","/anYYzYYUgoEYsMnITf3LOUnKnLC.jpg","[{'id':5721,'logo_path':null,'name':'Phoenix Films','origin_country':''}]","[{'iso_3166_1':'ZA','name':'South Africa'}]","2017-03-01","0","86","[{'iso_639_1':'en','name':'English'}]","Released","","The Lullaby","false","5.4","11" +"false","/n1YXO1ugzgSHABbG6amPpzm4OlI.jpg","null","0","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","https://a24films.com/films/sidney-hall","353066","tt1291566","en","The Vanishing of Sidney Hall","Over the course of 12 years, and three stages of life, Sidney Hall falls in love, writes the book of a generation and then disappears without a trace.","6.148","/e8SJJEliAK9g0EG5agPsbxWoWoI.jpg","[{'id':13369,'logo_path':null,'name':'Super Crispy Entertainment','origin_country':''},{'id':19724,'logo_path':'/n2XQFAMdvT4idsJjAKTX7tRdJ6z.png','name':'Fuzzy Logic Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-10-06","0","117","[{'iso_639_1':'en','name':'English'}]","Released","It's all about beginnings.","The Vanishing of Sidney Hall","false","6.7","87" +"false","/lAd0yxbWd6CiIHykv7tgeyOvMKz.jpg","null","3000000","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","http://www.xibalbamovie.com/","267767","tt2783862","en","Curse of the Mayans","Danielle Noble (played by Carla Ortiz) and her team of expert cave divers led by an ambitious american archaeologist (Steve Wilcox), undertake an expedition in search of the lost Mayan Library, without imagining they will instead find the hidden gates of hell known as Xib'alb'a.","3.784","/piKOoGPT1vw78WbLfkCc7JmrP4N.jpg","[{'id':22678,'logo_path':null,'name':'Lanczyner Films','origin_country':''}]","[{'iso_3166_1':'MX','name':'Mexico'}]","2017-01-02","0","90","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","Some places are not meant to be discovered","Curse of the Mayans","false","4.3","8" +"false","/o5TL9XHfm5DMTrqiw5XyHvByDCe.jpg","null","0","[{'id':18,'name':'Drama'}]","","454648","tt6675400","en","Con Man","The story of Barry Minkow, a young and charismatic figure in business who reaches CEO status by lying and scheming his way to the top.","4.861","/lNjm6BQXZGs4xCyztrzwCbtjNQ0.jpg","[{'id':55440,'logo_path':null,'name':'Insomnia Media Group','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-01-30","0","100","[{'iso_639_1':'en','name':'English'}]","Released","","Con Man","false","4.7","6" +"false","/rz3TAyd5kmiJmozp3GUbYeB5Kep.jpg","{'id':495527,'name':'Jumanji Collection','poster_path':'/6sjMsBcIuqU44GpG5tL33KUFOQR.jpg','backdrop_path':'/dsaUpJoxSqYJh96s5Z9hHzoRKQ3.jpg'}","90000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'}]","http://jumanjimovie.com","353486","tt2283362","en","Jumanji: Welcome to the Jungle","The tables are turned as four teenagers are sucked into Jumanji's world - pitted against rhinos, black mambas and an endless variety of jungle traps and puzzles. To survive, they'll play as characters from the game.","16.273","/bXrZ5iHBEjH7WMidbUDQ0U2xbmr.jpg","[{'id':350,'logo_path':'/l4cEc8UZ3ZrPLisIOh1iYMKwAVP.png','name':'Radar Pictures','origin_country':'US'},{'id':53462,'logo_path':null,'name':'Matt Tolmach Productions','origin_country':'US'},{'id':73669,'logo_path':'/usfW3lL4cL8eatNAlhfRrryyKkK.png','name':'Seven Bucks Productions','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':34,'logo_path':'/GagSvqWlyPdkFHMfQ3pNq6ix9P.png','name':'Sony Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-12-09","962119864","119","[{'iso_639_1':'en','name':'English'}]","Released","The game has evolved.","Jumanji: Welcome to the Jungle","false","6.7","6891" +"false","/haDThaiRnJIwzLzpcayNeE4nI69.jpg","null","19000000","[{'id':14,'name':'Fantasy'},{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","","1417","tt0457430","es","El laberinto del fauno","Living with her tyrannical stepfather in a new home with her pregnant mother, 10-year-old Ofelia feels alone until she explores a decaying labyrinth guarded by a mysterious faun who claims to know her destiny. If she wishes to return to her real father, Ofelia must complete three terrifying tasks.","13.052","/t0TDsqbCTgSi0AL7k4baZrOYYhi.jpg","[{'id':2029,'logo_path':null,'name':'Estudios Picasso','origin_country':'ES'},{'id':7470,'logo_path':null,'name':'Esperanto Filmoj','origin_country':'US'},{'id':11628,'logo_path':null,'name':'Tequila Gang','origin_country':'MX'},{'id':1182,'logo_path':'/bkgwJWvqqLuzsXV2Qv3Mg3wfcNZ.png','name':'Telecinco Cinema','origin_country':'ES'}]","[{'iso_3166_1':'MX','name':'Mexico'},{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'US','name':'United States of America'}]","2006-08-25","83258226","118","[{'iso_639_1':'es','name':'Espa??ol'}]","Released","What happens when make-believe believes it's real?","Pan's Labyrinth","false","7.7","5722" +"false","/wyv2Y9vXYJwJzF6cNVuVwVOsOUj.jpg","{'id':531566,'name':'Along with the Gods Collection','poster_path':'/zMpEGMt2FF3AWgbbpyy2u7sTW11.jpg','backdrop_path':'/kZUaOzFCfoDa1E6gl9JoOrKj5YJ.jpg'}","18300000","[{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'}]","","397567","tt7160070","ko","????????????-?????? ???","Having died unexpectedly, firefighter Ja-hong is taken to the afterlife by 3 afterlife guardians. Only when he passes 7 trials over 49 days and proves he was innocent in human life, he???s able to reincarnate, and his 3 afterlife guardians are by his side to defend him in trial.","10.049","/gJSvIsI6oQfFim0PGyuuiCYfqKs.jpg","[{'id':7819,'logo_path':'/ghFZAt4edln0M7BzDExyYMzUGX1.png','name':'Lotte Entertainment','origin_country':'KR'},{'id':103323,'logo_path':null,'name':'Dexter Studios','origin_country':'KR'},{'id':3655,'logo_path':null,'name':'Realies Pictures','origin_country':'KR'}]","[{'iso_3166_1':'KR','name':'South Korea'}]","2017-12-20","125983972","139","[{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","Fate continues even after death","Along with the Gods: The Two Worlds","false","7.6","102" +"false","/fAqWqF41mBZWTcCj0W8TiWCIoGT.jpg","null","0","[{'id':18,'name':'Drama'}]","","26237","tt0066763","hi","???????????????","Dr. Bhaskar Bannerjee struggles with his patients' suffering and the darkness and poverty he confronts daily. He treats cancer patient Anand , who upon learning of his impending death, determines to use the time he has left to the absolute fullest.","2.186","/vgrege8e0yk3SSdHzHfMTvk2ffc.jpg","[{'id':64339,'logo_path':null,'name':'Rupam Chitra','origin_country':''}]","[{'iso_3166_1':'IN','name':'India'}]","1971-03-12","0","122","[{'iso_639_1':'hi','name':'??????????????????'}]","Released","","Anand","false","7.7","36" +"false","/kH4MEGd9pECI27pKq5NkohGu2xD.jpg","null","0","[{'id':18,'name':'Drama'}]","","76000","tt0057239","en","The L-Shaped Room","Leslie Caron plays a young, pregnant, unmarried Frenchwoman who takes a room in a seedy boarding house in London. She soon makes friends with Toby, a struggling writer who lives downstairs, and eventually gets to accept her room and the strange characters in the house. But what to do about her baby? And what to do about Toby?","2.773","/sSBS7H9tzXkYQVN3F9fzsuiwcZZ.jpg","[{'id':3632,'logo_path':null,'name':'Romulus Films','origin_country':''},{'id':632,'logo_path':null,'name':'British Lion Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1962-11-20","0","126","[{'iso_639_1':'en','name':'English'}]","Released","Sex is not a forbidden word","The L-Shaped Room","false","7.3","14" +"false","/2HQlopcrTP3CJUova2T95Cip9np.jpg","null","5000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","","15813","tt0244479","cs","Tmavomodr?? sv??t","Lt. Franta Slama is a top pilot in the Czech Air Force who is assigned to train a promising young flier, Karel Vojtisek, and they soon become friends. When Nazi Germany invades Czechoslovakia in 1939, they both reject the authority of their new leaders and escape to England where they join other Czech exiles in the RAF. While flying a mission over England, Karel crash lands and happens upon the farmhouse of Susan, a young woman whose husband is in the Navy. Karel soon falls head over heels for Susan but, while they enjoy a brief fling, in time Susan decides she prefers the company of the older and more worldly Franta. As Franta and Karel struggle to maintain their friendship despite their romantic rivalry.","2.885","/uoN9NuRYxaxRweNHs5V4QGjD7Xo.jpg","[{'id':5928,'logo_path':'/qnFEMaWjBM3kC9JmRWEhQf5W6EX.png','name':'??esk?? televize','origin_country':'CZ'},{'id':486,'logo_path':null,'name':'Portobello Pictures','origin_country':''},{'id':850,'logo_path':'/aF7qajGJGtMpdrtvssM9g90YanX.png','name':'Eurimages','origin_country':'FR'},{'id':2216,'logo_path':null,'name':'Helkon Media AG','origin_country':''},{'id':2441,'logo_path':null,'name':'Fandango','origin_country':''},{'id':6419,'logo_path':null,'name':'Biograf Jan Sv??r??k','origin_country':''},{'id':44171,'logo_path':null,'name':'Phoenix Film Investments','origin_country':''},{'id':44592,'logo_path':null,'name':'The Czech Republic State Fund for Support and Development of Cinematography','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'CZ','name':'Czech Republic'},{'iso_3166_1':'DK','name':'Denmark'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2001-05-17","0","112","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'cs','name':'??esk??'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'sk','name':'Sloven??ina'}]","Released","","Dark Blue World","false","6.8","30" +"false","/84myznWlOkRq2GJs6CBWvC8rylM.jpg","null","0","[{'id':18,'name':'Drama'}]","","188598","tt2901736","zh","Ilo Ilo","Set in the mid 1990s in Singapore, ILOILO chronicles the relationship between a family and their maid from Ilo Ilo, a province in the Philippines.","2.847","/xMqqkXESomzlTHmWSh7wFf4oDdm.jpg","[{'id':57493,'logo_path':null,'name':'Fisheye Pictures','origin_country':'SG'}]","[{'iso_3166_1':'SG','name':'Singapore'}]","2013-09-04","0","99","[{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'tl','name':''}]","Released","","Ilo Ilo","false","7","48" +"false","/fOqL5AtsM8qKrmzqZTe2ddPEizK.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","21296","tt0044789","en","Kansas City Confidential","A down-on-his-luck ex-GI finds himself framed for an armored car robbery. When he's finally released for lack of evidence--after having been beaten up and tortured by the police--he sets out to discover who set him up, and why. The trail leads him into Mexico and a web of hired killers and corrupt cops.","2.583","/uSAxQnLnln6sLg3CGRRdBIhnamL.jpg","[{'id':3947,'logo_path':null,'name':'Associated Players & Producers','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1952-11-11","0","99","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","The Crime That Shocked The Nation!","Kansas City Confidential","false","7.2","41" +"false","/bzGtoJ3Z0W4Y4xf3SMtnVFfhAHW.jpg","null","4000000","[{'id':99,'name':'Documentary'}]","http://www.bowlingforcolumbine.com/index.php","1430","tt0310793","en","Bowling for Columbine","Why do 11,000 people die in America each year at the hands of gun violence? Talking heads yelling from every TV camera blame everything from Satan to video games. But are we that much different from many other countries? What sets us apart? How have we become both the master and victim of such enormous amounts of violence? This is not a film about gun control. It is a film about the fearful heart and soul of the United States, and the 280 million Americans lucky enough to have the right to a constitutionally protected Uzi. From a look at the Columbine High School security camera tapes to the home of Oscar-winning NRA President Charlton Heston, from a young man who makes homemade napalm with The Anarchist's Cookbook to the murder of a six-year-old girl by another six-year-old, Bowling for Columbine is a journey through America, through our past, hoping to discover why our pursuit of happiness is so riddled with violence.","7.343","/eQLThQmmiCyEoGDr1MdNGYOjU0M.jpg","[{'id':26136,'logo_path':null,'name':'Vif Babelsberger Filmproduktion GmbH & Co. Zweite KG','origin_country':''},{'id':803,'logo_path':'/jEMVaCuEjQ3lzkhakWDKNVjwd9Q.png','name':'Alliance Atlantis Communications','origin_country':''},{'id':26137,'logo_path':null,'name':'Dog Eat Dog Films','origin_country':'US'},{'id':26138,'logo_path':null,'name':'Iconolatry Productions Inc.','origin_country':''},{'id':26139,'logo_path':null,'name':'Salter Street Films International','origin_country':''},{'id':11104,'logo_path':null,'name':'TiMe Film- und TV-Produktions GmbH','origin_country':''},{'id':26140,'logo_path':null,'name':'United Broadcasting Inc.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-10-09","35564473","120","[{'iso_639_1':'en','name':'English'}]","Released","One nation under the gun","Bowling for Columbine","false","7.5","747" +"false","/xV0ks7S2GGerZHqmodDTj8hbr5w.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':878,'name':'Science Fiction'}]","","484917","tt5782146","pl","Cz??owiek z magicznym pude??kiem","Retro-futuristic timetravel-mystery.","1.478","/5TtS4G89BHBBTNMWReTVasFlmVZ.jpg","[{'id':93107,'logo_path':null,'name':'Alter Ego Pictures','origin_country':''}]","[{'iso_3166_1':'PL','name':'Poland'}]","2017-10-20","0","100","[{'iso_639_1':'pl','name':'Polski'}]","Released","","The Man with the Magic Box","false","6.8","5" +"false","/7sUhWH0RAVL8JWK8fpYNzYPUPgO.jpg","null","0","[{'id':18,'name':'Drama'}]","","28528","tt0049291","en","The Harder They Fall","Jobless sportswriter Eddie Willis is hired by corrupt fight promoter Nick Benko to promote his current prot??g??, an unknown Argentinian boxer named Toro Moreno. Although Moreno is a hulking giant, his chances for success are hampered by a powder-puff punch and a glass jaw. Exploiting Willis' reputation for integrity and standing in the boxing community, Benko arranges a series of fixed fights that propel the unsophisticated Moreno to #1 contender for the championship. The reigning champ, the sadistic Buddy Brannen, harbors resentment at the publicity Toro has been receiving and vows to viciously punish him in the ring. Eddie must now decide whether or not to tell the naive Toro the truth.","2.104","/wUt7Vtexj9CJC9YepC78S5FzXwa.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1956-05-09","0","109","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","No Punches Pulled! If you thought ""On The Waterfront"" hit hard... wait till you see this one!","The Harder They Fall","false","7","44" +"false","/7aqYkxp7DqyW9uJjTgl8wSC465s.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.parkedmovie.com/","59110","tt1571409","en","Parked","Fred Daly returns to Ireland with nowhere to live but his car. Then dope-smoking 21-year-old Cathal parks beside him, and brightens up his lonely world. Encouraged by Cathal, Fred meets attractive music teacher Jules. Growing closer, these three outsiders are set on a course that will change their lives forever.","3.321","/eFxtC1PL5x2VQV7GtlAsMDvWd2N.jpg","[{'id':1898,'logo_path':null,'name':'B??rd Scann??n na h??ireann','origin_country':''},{'id':6159,'logo_path':'/pbWyMDcAM6s228tiUxjl3v1OAxr.png','name':'Helsinki Filmi','origin_country':'FI'},{'id':17821,'logo_path':'/bZp3beVId2zVhxrxrsagnale23c.png','name':'Ripple World Pictures','origin_country':''},{'id':78061,'logo_path':null,'name':'Suomen Elokuvas????ti??','origin_country':''},{'id':1923,'logo_path':'/ilgktofJY7OsURHfccJrug4GKdQ.png','name':'RT??','origin_country':'IE'}]","[{'iso_3166_1':'FI','name':'Finland'},{'iso_3166_1':'IE','name':'Ireland'}]","2010-09-01","0","94","[{'iso_639_1':'en','name':'English'}]","Released","Sometimes the person you least expect can help you find your way home.","Parked","false","6.7","28" +"false","/bTYoUROtBXXDivjpHV6S0zqZYwv.jpg","null","200000","[{'id':35,'name':'Comedy'}]","","25126","tt0425458","en","Six Shooter","A black and bloody Irish comedy about a sad train journey where an older man, whose wife has died that morning, encounters a strange and possibly psychotic young oddball...","5.47","/hBJTJi0SH4avrBr7OQqBZuYPvmA.jpg","[{'id':5267,'logo_path':'/trP3GsUyIztMwcqev3jK1gOeCSA.png','name':'Irish Film Board','origin_country':'IE'},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'}]","[{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2004-01-01","0","27","[{'iso_639_1':'en','name':'English'}]","Released","A black and bloody Irish comedy","Six Shooter","false","7.4","86" +"false","/vqLb69dcsxT3Cai066XQzcUPsCP.jpg","null","16600000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","441906","tt5997666","hi","?????? ???????????? ????????? ????????????","After a month-long tour of Europe, Sejal is just about to board her flight to India, when she realises that her engagement ring is lost. In quest of the object, she hires the same tour-guide Harry and together they set off visiting the exact same spots that she and her family visited???in the hope of finding the heirloom. Of course the journey proves to be much more???","4.28","/5h0tSW3lWCH5mXi78EfyhqUjeGO.jpg","[{'id':2343,'logo_path':'/fkrlAFxgAtIHgYJGIQcDggeucKV.png','name':'Red Chillies Entertainment','origin_country':'IN'},{'id':84618,'logo_path':null,'name':'Window Seat Films','origin_country':''},{'id':86593,'logo_path':null,'name':'New Amsterdam Film Company','origin_country':'NL'}]","[{'iso_3166_1':'IN','name':'India'}]","2017-08-04","0","144","[{'iso_639_1':'hi','name':'??????????????????'},{'iso_639_1':'de','name':'Deutsch'}]","Released","What You Seek is Seeking You.","Jab Harry Met Sejal","false","6","70" +"false","/eMlwsWkclgWfwdjmwkuDqIPYD9B.jpg","null","420000","[{'id':10752,'name':'War'},{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'},{'id':10770,'name':'TV Movie'}]","","17835","tt0090163","en","Threads","Documentary style account of a nuclear holocaust and its effect on the working class city of Sheffield, England; and the eventual long run effects of nuclear war on civilization.","5.881","/lBhU4U9Eehr9shstPem6I7BdkxK.jpg","[{'id':100730,'logo_path':null,'name':'Western-World Television Inc.','origin_country':''},{'id':3324,'logo_path':'/16fY7pucCzn7WSOYxOGRHlAayL3.png','name':'BBC','origin_country':'GB'},{'id':40235,'logo_path':'/kb0Q2oDbXqaoph1ynkqc6FmYpIr.png','name':'Nine Network Australia','origin_country':'AU'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1984-09-23","0","112","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","The closest you'll ever want to come to nuclear war.","Threads","false","8","96" +"false","/hjINJ96pHPhe1Y5stI3iR4f77rT.jpg","null","3500000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","","508648","tt2936390","en","Battle Drone","""Expendables"" meets the ""A-Team"" in this full throttle action film, where a group of skilled mercenaries find themselves betrayed by the US government and are forced to fight their way out of an ambush by a new, and lethal team of human droids.","6.42","/i2SCbPlhLod3qFwKvNVkFQb9oXs.jpg","[{'id':4305,'logo_path':null,'name':'Film Tiger','origin_country':''},{'id':3546,'logo_path':null,'name':'Hollywood Media Bridge','origin_country':'US'}]","[{'iso_3166_1':'RO','name':'Romania'}]","2018-03-01","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Man vs Machine","Battle Drone","false","5.1","20" +"false","","null","0","[{'id':80,'name':'Crime'},{'id':28,'name':'Action'}]","","471615","tt0056069","ja","Hai tiin yakuza","A high-school vigilante protects his community from the extortions of mobsters from a neighbouring city.","0.707","/l8WPFdRjtjyGwmCGCxoRLRUxmrr.jpg","[{'id':955,'logo_path':'/5xnXD3PJI1HqOJceSAKZ3fDqO1V.png','name':'Nikkatsu Corporation','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","1962-06-20","0","71","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Teenage Yakuza","false","7.3","3" +"false","","null","0","[{'id':18,'name':'Drama'}]","","440055","tt0051642","ja","Fumihazushita haru","Nobuo is a hot-headed hoodlum fresh out of reform school who struggles to make a clean break with his tearaway past.","0.6","/pWG94g4TGRLNOwikj2GgRBmTvSF.jpg","[{'id':955,'logo_path':'/5xnXD3PJI1HqOJceSAKZ3fDqO1V.png','name':'Nikkatsu Corporation','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","1958-06-28","0","99","[{'iso_639_1':'ja','name':'?????????'}]","Released","","The Boy Who Came Back","false","8.3","3" +"false","","null","0","[{'id':99,'name':'Documentary'}]","","471011","tt0221719","en","XIVth Olympiad: The Glory of Sport","A documentary covering the 1948 Olympic Games in St. Moritz, Switzerland, and London, England.","0.6","/r5rSWJsAGo0rlHiNu2VzSzzfvua.jpg","[{'id':5586,'logo_path':null,'name':'General Film Distributors','origin_country':''},{'id':51183,'logo_path':null,'name':'Castleton Knight','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1948-09-19","0","138","[{'iso_639_1':'en','name':'English'}]","Released","","XIVth Olympiad: The Glory of Sport","false","5","1" +"false","/84l4spEt9y6z3yz33Xb3JAstdRG.jpg","null","0","[{'id':27,'name':'Horror'}]","","54133","tt0093468","en","Madhouse","Julia (Trish Everly, in her only film role), a young teacher for deaf children living in Savannah, Georgia. Julia has horrid memories of her childhood, which was scarred by her sadistic twin sister Mary (Allison Biggers). At the urging of her uncle, Father James, Julia visits Mary, suffering from a severe skin disease, in a mental institution. The meet does not go well, and Mary vows to make Julia ""suffer as she had suffered"". As their mutual birthday approaches, several of Julia's friends and neighbors begin to die gruesome deaths, some of which committed by a mysterious Rottweiler dog that has some sort of connection to Mary. But is Mary really the killer?","1.595","/f66qzgaZ9VICC4s5QvTzS3sc2NQ.jpg","[{'id':888,'logo_path':null,'name':'Overseas FilmGroup','origin_country':'US'}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'US','name':'United States of America'}]","1981-03-04","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Many people visit??? no one ever leaves.","Madhouse","false","5.9","20" +"false","/9bvz9FhYl6daVCKrnZ6n7sJn1OF.jpg","null","140000","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","30785","tt0099524","en","Evil Toons","Four sexy young girls are to clean an old house for the new owners. They get delivered an old book full of magic incantations, and while reading it they accidentally bring a cartoon character to life. The cartoon character likes the blood of young girls...","2.841","/4fCteZVj28UtMi2wVUTjWVSjuj9.jpg","[{'id':4701,'logo_path':null,'name':'American Independent Productions','origin_country':''},{'id':96445,'logo_path':null,'name':'Curb/Esquire Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-01-08","0","90","[{'iso_639_1':'en','name':'English'}]","Released","First they undress you, then they possess you!","Evil Toons","false","4.1","27" +"false","/lBwta7cIfHKSJ6m4eEPkydhkuOv.jpg","null","1000000","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","5769","tt0057590","en","Tom Jones","Tom loves Sophie and Sophie loves Tom. But Tom and Sophie are of differering classes. Can they find a way through the mayhem to be true to love?","5.37","/7pn0MuzLX0tkBnNymdJtF52QQZV.jpg","[{'id':1980,'logo_path':null,'name':'Woodfall Film Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1963-08-24","37600000","128","[{'iso_639_1':'en','name':'English'}]","Released","Tom Jones! . . . loves and loves and loves and loves . . .","Tom Jones","false","6.5","59" +"false","/lQBbbNOUvFVlKciHBGp8bNqZKbx.jpg","null","15000000","[{'id':14,'name':'Fantasy'}]","","11639","tt0083791","en","The Dark Crystal","On another planet in the distant past, a Gelfling embarks on a quest to find the missing shard of a magical crystal and restore order to his world, before the grotesque race of Skeksis find and use the crystal for evil.","11.406","/enCcF48dvT16O2ixGRslU4mPjO7.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':2504,'logo_path':'/yxP3Gnk7sm7rACmDj0InTjXZw8R.png','name':'Jim Henson Productions','origin_country':'US'},{'id':15980,'logo_path':null,'name':'Incorporated Television Company (ITC)','origin_country':'GB'},{'id':24931,'logo_path':null,'name':'Henson Associates (HA)','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1982-12-17","40577001","93","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","Another World, Another Time... In the Age of Wonder.","The Dark Crystal","false","7.3","378" +"false","/6rlOgCIxCuJj1cmlPcaBekgQuRb.jpg","null","30000000","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","45712","tt0120683","en","Gloria","Sharon Stone plays a street-wise, middle-aged moll standing up against the mobs, all of which is complicated by a 6 year old urchin with a will of his own who she reluctantly takes under her wing after his family has been gunned down.","2.396","/1AKAfnT3nm7asU9qyNT6gtS1vbe.jpg","[{'id':1236,'logo_path':null,'name':'Mandalay Entertainment','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-01-22","0","108","[{'iso_639_1':'en','name':'English'}]","Released","Gloria. Big mouth. Big attitude. But who knew she had a big heart.","Gloria","false","5.5","36" +"false","/rxVvThLIVkysfwvhZI6kb8OckWQ.jpg","null","24000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://readytorumble.warnerbros.com/flash.html","20697","tt0217756","en","Ready to Rumble","Two slacker wrestling fans are devastated by the ousting of their favorite character by an unscrupulous promoter.","4.626","/cfO3xEdV0EV8bdrby8aeQrfmT4R.jpg","[{'id':788,'logo_path':null,'name':'Bel Air Entertainment','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-04-07","12372410","107","[{'iso_639_1':'en','name':'English'}]","Released","They're headed to the big time...face first.","Ready to Rumble","false","4.8","70" +"false","/pQaQuWjl4hrT36w9Zu4McRP5Hj1.jpg","null","0","[{'id':18,'name':'Drama'}]","","11177","tt0089560","en","Mask","A boy with a massive facial skull deformity and biker gang mother attempts to live as normal a life as possible under the circumstances.","6.288","/dBYzEETDHNyt12VCD5owVW6bpEC.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-03-08","42400000","120","[{'iso_639_1':'en','name':'English'}]","Released","They told 16 year old Rocky Dennis he could never be like everyone else. So he was determined to be better.","Mask","false","7.1","174" +"false","/g1aVwXY3xLsJCsS38a2gMKejSWp.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.lesamoursimaginaires.com/","51241","tt1600524","fr","Les amours imaginaires","Francis is a young gay man, Marie is a young straight woman and the two of them are best friends -- until the day the gorgeous Nicolas walks into a Montreal coffee shop. The two friends, instantly and equally infatuated, compete for Nicolas' indeterminate affections, a conflict that climaxes when the trio visit the vacation home of Nicolas' mother. The frothy comedy unfolds through narrative, fantasy sequences and confessional monologues.","6.072","/ne84HBcScDVO9jBzgVv5qb7rZd0.jpg","[{'id':806,'logo_path':'/kcNh09qqR2Pkw1JAzRW4CommrW4.png','name':'T??l??film Canada','origin_country':'CA'},{'id':71833,'logo_path':null,'name':'Mifilifilms','origin_country':''},{'id':8582,'logo_path':null,'name':'Canadian Film or Video Production Tax Credit Fund (CPTC)','origin_country':'CA'},{'id':13311,'logo_path':null,'name':'SODEC','origin_country':''},{'id':57579,'logo_path':'/grILVkf42n5aNwGR6bjYRR9WUVx.png','name':'ICI Radio-Canada T??l??','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2010-05-16","62985","97","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Heartbreaker, that's you.","Heartbeats","false","7.3","461" +"false","/listgoAFIjSpTrS45HpQ2Xlnaub.jpg","null","0","[{'id':18,'name':'Drama'}]","https://lettherebelightmovie.com/","480881","tt5804314","en","Let There Be Light","An atheist goes through a near-death experience in an auto accident before converting to Christianity.","2.146","/a1lCoSdAEYEs4ezvm5PcufEUVti.jpg","[{'id':112545,'logo_path':null,'name':'LTBL Productions','origin_country':''},{'id':22061,'logo_path':null,'name':'Vitamin A Films','origin_country':''},{'id':91584,'logo_path':null,'name':'Wildfire Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-10-27","7233471","100","[{'iso_639_1':'en','name':'English'}]","Released","","Let There Be Light","false","6.3","19" +"false","/pHrAhE4qQbdhkG2GtI5VvVn4GdI.jpg","null","0","[{'id':27,'name':'Horror'}]","http://www.blackfawnfilms.com","405174","tt4730706","en","Bed of the Dead","Four twentysomethings find themselves stuck on a haunted antique bed where leaving means suffering a gruesome death. Plagued with frightening hallucinations, they must figure out the bed's secrets before they are ultimately picked off one by one.","1.738","/8MRSywCkGdqMPbGE3CDFREwbdo.jpg","[{'id':9315,'logo_path':null,'name':'Black Fawn Films','origin_country':''},{'id':5743,'logo_path':'/y8JaCRhsEz4ipl7MWE0ErxWVPYN.png','name':'Breakthrough Entertainment','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2016-07-16","0","88","[{'iso_639_1':'de','name':'Deutsch'}]","Released","","Bed of the Dead","false","5.3","26" +"false","/huS9wVCJWvURKvDGnWPmFUaXr7z.jpg","null","250000","[{'id':878,'name':'Science Fiction'}]","","447352","tt4290974","en","Taking Earth","The human race is thrown into chaos as an alien invasion takes control of the planet in an effort to find one boy out of 7 billion people who holds the power to destroy them.","1.758","/39z9HzGt72qG5wV8jXeCS8oL2tk.jpg","[{'id':89674,'logo_path':null,'name':'Digital Forces','origin_country':''}]","[{'iso_3166_1':'ZA','name':'South Africa'}]","2017-05-01","0","120","[{'iso_639_1':'en','name':'English'}]","Released","","Taking Earth","false","4","25" +"false","/acCEXdr2aEKJ3sNgNu7DGLXz8j5.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","http://www.momentumpictures.net/looking-glass","437375","tt6083648","en","Looking Glass","A psycho- sexual thriller following a couple that buys an old motel in the desert looking for a new beginning, but what seemed at first as an escape is soon a thrilling ride through a mysterious world when Ray discovers a two way mirror and witnesses a horrifying murder. In a twisted game of cat and mouse, Ray must race to save his wife and himself from a gruesome secret connected to the motel and the strange people who visit there.","7.84","/6zSzaUmoUCwII2pGTqX1jaX8F0p.jpg","[{'id':95598,'logo_path':null,'name':'Kirk Shaw Productions','origin_country':''},{'id':40797,'logo_path':null,'name':'Prettybird','origin_country':''},{'id':49969,'logo_path':null,'name':'Silver State Production Services','origin_country':''},{'id':22500,'logo_path':null,'name':'Highland Film Group','origin_country':''},{'id':104639,'logo_path':null,'name':'DTLV Cinema Society','origin_country':''},{'id':104674,'logo_path':null,'name':'Goldfinch Australia','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CA','name':'Canada'}]","2018-02-16","0","103","[{'iso_639_1':'en','name':'English'}]","Released","Seeing is deceiving","Looking Glass","false","4.6","88" +"false","/dixP2X8GbQF0KjkkBnwgOAikjjC.jpg","{'id':488924,'name':'Paddington Collection','poster_path':'/fn8nOJd72KmhSOWm1E12EiC3JgZ.jpg','backdrop_path':'/toCfwADOGcjizpfJ22G7kurBEUG.jpg'}","40000000","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","https://www.paddington.com/","346648","tt4468740","en","Paddington 2","Paddington, now happily settled with the Browns, picks up a series of odd jobs to buy the perfect present for his Aunt Lucy, but it is stolen.","11.523","/gnXaUxdKD2t1B74cutWA5rjBLgD.jpg","[{'id':437,'logo_path':'/nu20mtwbEIhUNnQ5NXVhHsNknZj.png','name':'Heyday Films','origin_country':'GB'},{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'},{'id':20664,'logo_path':'/iRrZpxnYNDnVXJkr6HiLgSLlqRc.png','name':'Anton Capital Entertainment (ACE)','origin_country':''},{'id':104931,'logo_path':'/aNOZx62BIqRT1ji0gWowiNRXZ4o.png','name':'Amazon Prime Video','origin_country':''},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':10611,'logo_path':'/zQ4fGaEnNkWfSzyygXRcUZwPmDG.png','name':'Cin??+','origin_country':'FR'},{'id':106055,'logo_path':'/5KW8igTAQz4nHydtzuIfWN30oYv.png','name':'Marmalade Films Ltd.','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2017-11-09","185847106","104","[{'iso_639_1':'en','name':'English'}]","Released","It takes a bear to catch a thief","Paddington 2","false","7.6","824" +"false","/oY5NWGRHyfJcchaJYZseQpIO7RE.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://www.chasingcoral.com","432615","tt6333054","en","Chasing Coral","Coral reefs are the nursery for all life in the oceans, a remarkable ecosystem that sustains us. Yet with carbon emissions warming the seas, a phenomenon called ???coral bleaching??????a sign of mass coral death???has been accelerating around the world, and the public has no idea of the scale or implication of the catastrophe silently raging underwater.","2.195","/cbP4OG2TNlvJ8LtwGTSPjvir8wc.jpg","[{'id':92454,'logo_path':null,'name':'Sustainable Films','origin_country':''},{'id':89145,'logo_path':null,'name':'Exposure Labs','origin_country':''},{'id':92455,'logo_path':null,'name':'Argent Pictures','origin_country':''},{'id':92456,'logo_path':null,'name':'Code Blue Foundation','origin_country':''},{'id':92457,'logo_path':null,'name':'EarthSense Foundation','origin_country':''},{'id':92458,'logo_path':null,'name':'Kendeda Fund, The','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-03-16","0","93","[{'iso_639_1':'en','name':'English'}]","Released","","Chasing Coral","false","8.3","46" +"false","/lc2AI7UHqLgp9VkY91BgfUonYY8.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':10402,'name':'Music'}]","https://www.netflix.com/title/80196586","472424","tt7291268","en","Gaga: Five Foot Two","Go behind the scenes with pop provocateur Lady Gaga as she releases a bold new album and prepares for her Super Bowl halftime show.","4.717","/g0NONcnzzvWoASFjFoDqXZUW6SV.jpg","[{'id':81368,'logo_path':null,'name':'Live Nation Productions','origin_country':''},{'id':39918,'logo_path':null,'name':'Permanent Wave','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-09-08","0","100","[{'iso_639_1':'en','name':'English'}]","Released","","Gaga: Five Foot Two","false","7.7","347" +"false","/ynF37QsffZ1b3Xm2ktpb79ioP6R.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://www.pbs.org/the-farthest","436305","tt6223974","en","The Farthest","The captivating tales of the people and events behind one of humanity's greatest achievements in exploration: NASA's Voyager mission.","3.761","/uJqRD7sPTEfDiI2KI6ISCynViYt.jpg","[{'id':90490,'logo_path':'/nYgijPes4zgOXMeAlVDFM46yAjI.png','name':'Crossing the Line','origin_country':'IE'}]","[{'iso_3166_1':'IE','name':'Ireland'}]","2018-03-15","0","120","[{'iso_639_1':'en','name':'English'}]","Released","12 billion miles and counting...","The Farthest","false","8","40" +"false","/brWfiEU6rM4iOF5V44oGaRK6TtN.jpg","{'id':131,'name':'Three Colors Collection','poster_path':'/rVdd23QuT5rHX7lZvuAkRRUkeCZ.jpg','backdrop_path':'/AeHExfHIl70SZCea907KfEoSkfJ.jpg'}","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","109","tt0111507","fr","Trois couleurs : Blanc","Polish immigrant Karol Karol finds himself out of a marriage, a job and a country when his French wife, Dominique, divorces him after six months due to his impotence. Forced to leave France after losing the business they jointly owned, Karol enlists fellow Polish expatriate Mikolah to smuggle him back to their homeland.","6.336","/xOLY69rXKwuH9JUnOE4G2HHKiW5.jpg","[{'id':183,'logo_path':null,'name':'Le Studio Canal+','origin_country':''},{'id':591,'logo_path':'/q5I5RDwMEiqoNmfaJgd2LraEOJY.png','name':'France 3 Cin??ma','origin_country':'FR'},{'id':850,'logo_path':'/aF7qajGJGtMpdrtvssM9g90YanX.png','name':'Eurimages','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'PL','name':'Poland'}]","1994-01-26","0","92","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'hu','name':'Magyar'},{'iso_639_1':'pl','name':'Polski'}]","Released","","Three Colors: White","false","7.5","415" +"false","/jWi5e6TaDVjioIqZsaq5nFYK4lq.jpg","{'id':131,'name':'Three Colors Collection','poster_path':'/rVdd23QuT5rHX7lZvuAkRRUkeCZ.jpg','backdrop_path':'/AeHExfHIl70SZCea907KfEoSkfJ.jpg'}","0","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'},{'id':9648,'name':'Mystery'}]","","108","tt0108394","fr","Trois couleurs : Bleu","Julie is haunted by her grief after living through a tragic auto wreck that claimed the life of her composer husband and young daughter. Her initial reaction is to withdraw from her relationships, lock herself in her apartment and suppress her pain. But avoiding human interactions on the bustling streets of Paris proves impossible, and she eventually meets up with Olivier, an old friend who harbors a secret love for her, and who could draw her back to reality.","8.963","/ztIqf7yGmb4JRFiv2i62K6PhTQR.jpg","[{'id':591,'logo_path':'/q5I5RDwMEiqoNmfaJgd2LraEOJY.png','name':'France 3 Cin??ma','origin_country':'FR'},{'id':1610,'logo_path':null,'name':'CED Productions','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'PL','name':'Poland'}]","1993-01-10","0","98","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'pl','name':'Polski'}]","Released","","Three Colors: Blue","false","7.8","599" +"false","/nL5wZvZjAi11kP9HSWYIdyiGhN8.jpg","{'id':131,'name':'Three Colors Collection','poster_path':'/rVdd23QuT5rHX7lZvuAkRRUkeCZ.jpg','backdrop_path':'/AeHExfHIl70SZCea907KfEoSkfJ.jpg'}","0","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':10749,'name':'Romance'}]","","110","tt0111495","fr","Trois couleurs : Rouge","Part-time model Valentine meets a retired judge who lives in her neighborhood after she runs over his dog. At first the judge gifts Valentine with the dog, but her possessive boyfriend won't allow her to keep it. When she returns with the dog to the judge's house, she discovers him listening in on his neighbors' phone conversations. At first Valentine is outraged, but her debates with the judge over his behavior soon leads them to form a strange bond.","8.516","/77CFEssoKesi4zvtADEpIrSKhA3.jpg","[{'id':38,'logo_path':null,'name':'Zesp???? Filmowy TOR','origin_country':''},{'id':183,'logo_path':null,'name':'Le Studio Canal+','origin_country':''},{'id':591,'logo_path':'/q5I5RDwMEiqoNmfaJgd2LraEOJY.png','name':'France 3 Cin??ma','origin_country':'FR'},{'id':1245,'logo_path':'/suKdkPTtHn0DzGYmrXCA506dJON.png','name':'T??l??vision Suisse-Romande','origin_country':'CH'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'PL','name':'Poland'},{'iso_3166_1':'CH','name':'Switzerland'}]","1994-05-27","0","100","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Three Colors: Red","false","8.1","483" +"false","/8hknli2ljweYPkdEgl33vtJBf2U.jpg","null","1000000","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","567","tt0047396","en","Rear Window","Professional photographer L.B. ""Jeff"" Jeffries breaks his leg while getting an action shot at an auto race. Confined to his New York apartment, he spends his time looking out of the rear window observing the neighbors. He begins to suspect that a man across the courtyard may have murdered his wife. Jeff enlists the help of his high society fashion-consultant girlfriend Lisa Freemont and his visiting nurse Stella to investigate.","10.296","/oXbT7vlLmZ76kWoHe5XJYuyJUgp.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1954-08-01","36764313","112","[{'iso_639_1':'en','name':'English'}]","Released","It only takes one witness to spoil the perfect crime.","Rear Window","false","8.3","2768" +"false","/fnWEr4voDR1kp0sXZ1WufM7j2Qp.jpg","null","0","[{'id':18,'name':'Drama'}]","http://sonyclassics.com/loveless/","429174","tt6304162","ru","????????????????","Zhenya and Boris are going through a vicious divorce marked by resentment, frustration and recriminations. Already embarking on new lives, each with a new partner, they are impatient to start again, to turn the page ??? even if it means threatening to abandon their 12-year-old son Alyosha. Until, after witnessing one of their fights, Alyosha disappears...","9.377","/oBUsLGZoGuLKMuHj19mjG9iCDoq.jpg","[{'id':94,'logo_path':'/huC7HqorvUThGIrENrbcHmQVUA0.png','name':'ARTE France Cin??ma','origin_country':'FR'},{'id':191,'logo_path':null,'name':'Senator Film Produktion','origin_country':''},{'id':729,'logo_path':'/hNxGdbddbsDDnEWJ7RNLcGCRSLQ.png','name':'Why Not Productions','origin_country':'FR'},{'id':1926,'logo_path':'/sORCydQs61kwWqRIIzPiBpgVVag.png','name':'Les Films du Fleuve','origin_country':'BE'},{'id':5630,'logo_path':null,'name':'Non-Stop Productions','origin_country':'RU'},{'id':90658,'logo_path':null,'name':'Fetisoff Illusion','origin_country':''}]","[{'iso_3166_1':'RU','name':'Russia'},{'iso_3166_1':'FR','name':'France'}]","2017-06-01","566356","127","[{'iso_639_1':'ru','name':'P????????????'}]","Released","A Missing Child. A Marriage Destroyed. A Country In Crisis.","Loveless","false","7.4","321" +"false","/biqadKPvPk3xi8ghu1l7qmnS2cI.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://www.icarus.film/","432976","tt6333060","en","Icarus","While investigating the furtive world of illegal doping in sports, director Bryan Fogel connects with renegade Russian scientist Dr. Grigory Rodchenkov???a pillar of his country???s ???anti-doping??? program. Over dozens of Skype calls, urine samples, and badly administered hormone injections, Fogel and Rodchenkov grow closer despite shocking allegations that place Rodchenkov at the center of Russia???s state-sponsored Olympic doping program.","6.845","/x5azMi1KvZWbBbfjmGqpHNGqjH.jpg","[{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''},{'id':4183,'logo_path':'/bPOaJehJ43bEq1sip5jE1G53IEE.png','name':'Diamond Docs','origin_country':'US'},{'id':13043,'logo_path':null,'name':'Rise Films','origin_country':''},{'id':14909,'logo_path':'/8fLjVGiX8adkseQMCIBYt3UYFiO.png','name':'Impact Partners','origin_country':'US'},{'id':91898,'logo_path':null,'name':'Alex Productions','origin_country':''},{'id':91899,'logo_path':null,'name':'Lagralane Group, The','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-06-03","0","121","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Truth is the new banned substance","Icarus","false","7.8","278" +"false","/4Go5HxldJxtoNAMEm1ZPkxG6ADl.jpg","null","0","[{'id':27,'name':'Horror'}]","","441701","tt5862312","es","Ver??nica","Madrid, June 1991. After celebrating a session of Ouija with her friends, Ver??nica is besieged by dangerous supernatural presences that threaten to harm her entire family.","11.243","/jXcTF45BwAGVVfybWb3AlFqcuUc.jpg","[{'id':8111,'logo_path':null,'name':'Apaches Entertainment','origin_country':''},{'id':62340,'logo_path':null,'name':'Apache Films','origin_country':''},{'id':85066,'logo_path':null,'name':'Film Factory','origin_country':''},{'id':108143,'logo_path':null,'name':'Orange S.A.','origin_country':''},{'id':108145,'logo_path':null,'name':'Sony Pictures International Productions','origin_country':''},{'id':35442,'logo_path':'/wmWzOkzn1blRKh6XOpNA9Z5oVTY.png','name':'RTVE','origin_country':'ES'}]","[{'iso_3166_1':'ES','name':'Spain'}]","2017-08-25","0","105","[{'iso_639_1':'es','name':'Espa??ol'}]","Released","Someone answered your call.","Veronica","false","6.1","792" +"false","/c2TYYh4PsmTqmXb7FEHUvCRzyUZ.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.westendfilms.com/screeners/hostages.html","437623","tt5207262","ru","??????????????????","Soviet Georgia, 1983. Preparations for Nika and Ana's wedding are in full swing and it's a big day for both of their elite families. For the newlyweds and their friends, however, the celebrations are in fact part of a cover-up, as they plot an audacious escape from the Soviet Union.","2.653","/tw9yKjqgBjcaCCPiIKkAbbRoZqo.jpg","[{'id':93471,'logo_path':null,'name':'Inkfilm','origin_country':''},{'id':93093,'logo_path':null,'name':'20 Steps Productions','origin_country':'GE'}]","[{'iso_3166_1':'PL','name':'Poland'},{'iso_3166_1':'GE','name':'Georgia'},{'iso_3166_1':'RU','name':'Russia'}]","2017-04-20","0","104","[{'iso_639_1':'ka','name':'?????????????????????'},{'iso_639_1':'ru','name':'P????????????'}]","Released","","Hostages","false","6.4","21" +"false","/sWwM3J1Je0ipr45Xg6eSE8l5O2Q.jpg","null","0","[{'id':37,'name':'Western'}]","","43008","tt0052876","en","The Hanging Tree","Character study of a Doctor who saves a local criminal from a mob who are trying to hang him, but then tries to control the life of the young man, realising that he can exploit his secret.","2.24","/uU5MW2J0MUH9d53gIKrA4P4YFd4.jpg","[{'id':14248,'logo_path':null,'name':'Baroda','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1959-03-13","0","107","[{'iso_639_1':'en','name':'English'}]","Released","From The Prize Novel -- A Picture Of Thundering Power!","The Hanging Tree","false","6.6","30" +"false","/lSRHG4n5bWNVRjYEWyKpp7vIJuD.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'},{'id':14,'name':'Fantasy'}]","","368182","tt4992060","en","Compulsion","Sadie, a young female novelist, and an enigmatic woman named Francesca, are enticed by an ex-lover to join him at his Italian villa for a weekend celebration being held to honor the release of Sadie's latest book. Once there, Sadie begins to fear his true intentions as she and Francesca become embroiled in a dangerous game of moral and sexual discovery.","6.735","/oUcemt7fIpMyAeJzUdTcJv8iJUZ.jpg","[]","[]","2016-11-19","0","92","[{'iso_639_1':'en','name':'English'}]","Released","There are no rules","Compulsion","false","4.9","18" +"false","","null","0","[{'id':18,'name':'Drama'}]","","232242","tt0260492","en","Vapors","1965: Mr. Jaffee is a curious but closeted married man, who decides to take a walk on the wild side one night over to the local bath house located in Times Square, New York. When he is a approached by Thomas, a swinging regular who takes an interest in Mr. Jaffe as the new face ""on the scene"", a deep and philosophical discussion about marriage, homosexuality and other social taboos begins to unexpectedly unfold. The two become emotionally intimate in a very short time, with no sexual contact of any sort, while everyone around them are screwing like rabbits.","0.961","/kDkIy3GiF7OtPMaCPrvtdP5Nmf3.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","1965-12-03","0","32","[{'iso_639_1':'en','name':'English'}]","Released","","Vapors","false","6.8","4" +"false","/gMGTGCNCkRvCYPltJydfzzjR22r.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://shochikufilms.com/product/tsukiji-wonderland","396121","tt3772612","ja","TSUKIJI WONDERLAND","Spend a day at Tokyo's Tsukiji Market, the biggest wholesale seafood market in the world.","0.752","/v90Ufm9hDsLQoGTvnlyCjencXet.jpg","[{'id':192,'logo_path':'/93eAKlnQecDdMtucfOprzcjMw9V.png','name':'Shochiku Co., Ltd.','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","2016-10-15","0","110","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'}]","Released","","Tsukiji Wonderland","false","8","4" +"false","/aV2b3tOQYZBaEcCeXxbRaEaP6W1.jpg","null","200000","[{'id':12,'name':'Adventure'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","1994","tt0023238","en","The Most Dangerous Game","When legendary hunter Bob Rainsford is shipwrecked on the perilous reefs surrounding a mysterious island, he finds himself the guest of the reclusive and eccentric Count Zaroff. While he is very gracious at first, Zaroff eventually forces Rainsford and two other shipwreck survivors, brother and sister Eve and Martin Towbridge, to participate in a sadistic game of cat and mouse in which they are the prey and he is the hunter.","3.922","/3aNlOIFlGOnIzxqvAWpgm5Sly1H.jpg","[{'id':6,'logo_path':'/n53F7K9scQWFXYbrCablqLKqJdp.png','name':'RKO Radio Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1932-09-16","0","63","[{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'en','name':'English'}]","Released","They saw the heads of hunted men in Zaroff's trophy room!","The Most Dangerous Game","false","7.2","79" +"false","/jT5TCQkDtXJIhwkk46Nz88TrNxS.jpg","null","0","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","426958","tt4975280","hu","A martf??i r??m","Based on real-life events, this psycho-thriller is set in the provincial Hungary of the 1960s, when a series of atrocious murders shock the small town of Martf??. A psychotic killer is on the prowl, who continues to slaughter young women while an innocent man is wrongly accused and sentenced for crimes he could never have committed. A determined detective arrives on the scene and soon becomes obsessed with the case while under pressure from the prosecutor to see a man hang. Stuck in the suffocating social, political and psychological world of socialist Hungary, we soon find ourselves entangled in a web of intricate conspiracy and disturbing drama.","2.919","/mIIZa4VuKUi8rNcH1Gyqg18sG2K.jpg","[{'id':55669,'logo_path':null,'name':'Focus-Fox Studio','origin_country':''}]","[{'iso_3166_1':'HU','name':'Hungary'}]","2016-11-10","0","118","[{'iso_639_1':'hu','name':'Magyar'}]","Released","","Strangled","false","6","30" +"false","/lJKhmgfilbyi0ejGYKTNh7UHZgE.jpg","null","0","[{'id':18,'name':'Drama'}]","","216156","tt2395417","en","Still Life","A council case worker looks for the relatives of those found dead and alone.","4.853","/fA25cQbflQeXRka9jAtYb7BwS4J.jpg","[{'id':2683,'logo_path':'/mOL2WcHtox2urbUf1oJvjw7kz01.png','name':'Rai Cinema','origin_country':'IT'},{'id':8764,'logo_path':null,'name':'Redwave Films','origin_country':''},{'id':22789,'logo_path':null,'name':'Embargo Films','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2013-11-28","0","92","[{'iso_639_1':'en','name':'English'}]","Released","A rare thing","Still Life","false","7.5","155" +"false","/cdHLTOvEhM7S9p3I4thHt4Fdfrn.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","463940","tt6772246","en","Locked Up","When an American teenager gets bullied at her school in Southeast Asia, she fights back--and gets sent to a reform school. But the ""school"" is more like a prison, and the young teenager must fend off predatory guards and menacing gangs to survive","3.025","/tzYJ9X9oVybCIVAaTOUFHVwcjXo.jpg","[]","[]","2017-06-20","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Locked Up","false","5.5","11" +"false","/vcmkEcmNeYb6czQmlVXDQ6lYj3B.jpg","null","11000000","[{'id':18,'name':'Drama'}]","https://www.itonyamovie.com","389015","tt5580036","en","I, Tonya","Competitive ice skater Tonya Harding rises amongst the ranks at the U. S. Figure Skating Championships, but her future in the sport is thrown into doubt when her ex-husband intervenes.","16.309","/6gNXwSHxaksR1PjVZRqNapmkgj3.jpg","[{'id':19176,'logo_path':'/l6x0SkRVp9ksGgRhboZbkI9w7PM.png','name':'Clubhouse Pictures','origin_country':''},{'id':82968,'logo_path':null,'name':'LuckyChap Entertainment','origin_country':'GB'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-12-08","53939297","121","[{'iso_639_1':'en','name':'English'}]","Released","Fitting in is overrated","I, Tonya","false","7.6","2727" +"false","/o0TaPc0DIq8lASHeGXgk8gMD5HA.jpg","null","400000","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","273743","tt2375443","en","The Last Light","Seven strangers find themselves trapped inside an abandoned hospital after an unexplainable apocalyptic event. In addition to being haunted by what they've lost, the strangers must also fight off mysterious creatures that hunt them down one by one.","1.889","/kRzadp2cz89EdldvVU11mgWImae.jpg","[{'id':58591,'logo_path':null,'name':'Fox Hill Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-06-01","0","93","[{'iso_639_1':'en','name':'English'}]","Released","","The Last Light","false","3.8","12" +"false","/idXJ0W4N47Zc97ZTGC2shdlCNQw.jpg","null","0","[{'id':16,'name':'Animation'},{'id':18,'name':'Drama'},{'id':10752,'name':'War'},{'id':10751,'name':'Family'}]","http://www.cartoonsaloon.ie/work/the-breadwinner/","435129","tt3901826","en","The Breadwinner","A headstrong young girl in Afghanistan, ruled by the Taliban, disguises herself as a boy in order to provide for her family.","6.17","/2d6qmkJz9AWqmk9wBWtd2uFX89t.jpg","[{'id':23948,'logo_path':'/uneZYGxTZcwAzmPTTaefmDNWPzN.png','name':'Cartoon Saloon','origin_country':'IE'},{'id':39443,'logo_path':null,'name':'Jolie Pas','origin_country':''},{'id':5267,'logo_path':'/trP3GsUyIztMwcqev3jK1gOeCSA.png','name':'Irish Film Board','origin_country':'IE'},{'id':806,'logo_path':'/kcNh09qqR2Pkw1JAzRW4CommrW4.png','name':'T??l??film Canada','origin_country':'CA'}]","[{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'LU','name':'Luxembourg'}]","2017-11-17","312381","94","[{'iso_639_1':'en','name':'English'}]","Released","","The Breadwinner","false","7.9","255" +"false","/uu2IU3OvGZPdp8daGvR1UV5Aw3s.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':28,'name':'Action'}]","https://bluefoxentertainment.com/portfolio-posts/agenda-payback/","507476","tt4788744","en","Agenda: Payback","Steve Walsh is living the high life but it's a life built on the ruin of other people's dreams. Peter Farrell is a man with nothing left to lose and there is nothing more dangerous than a man seeking retribution.","1.934","/kwBOHhJKZDgobOoNy9WLwV1bSG4.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-02-23","0","95","[]","Released","","Agenda: Payback","false","6","3" +"false","/s0yNFAKJ8HM3iNrHdXB5kiyhPBQ.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://devilstreemovie.com","507892","tt7315526","en","Devil's Tree: Rooted Evil","Inspired by true events, The Devils Tree follows Samantha, a college student studying journalism, who needs to finish her thesis with one last breaking news story. Along with her friend Rob, Samantha stumbles across a news article about an old tree in a local park where many horrible acts occurred. The locals have given the tree the name Devils Tree because of its urban legends of mass murders, satanic rituals, and paranormal activity. She decides this is the perfect story to finish her thesis on. As Sam digs deeper into the realm of the tree, she begins to uncover the truth about these urban legends. Struggling with her own demons of her past, Samantha is confronted with a the true demon of the tree and now must expose the truth in hopes to set it free. In the end, Samantha founds the real reason why evil is so rooted at The Devils Tree.","4.154","/k83YG1DOgKNOuXumQRWv8LJaQFM.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-02-27","0","75","[{'iso_639_1':'en','name':'English'}]","Released","","Devil's Tree: Rooted Evil","false","5.9","14" +"false","/lEznZ2MdKrH7NBwTKUhBvkGME8p.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'}]","","461714","tt6015706","zh","???????????????","Yan Jian, a young Chinese IT engineer who volunteers to go to North Africa and help the company he works for to win a competition. The winner can own the right to control the communication between south and north. French spy Michael works for the West. His boss ordered him to go to the North Africa and win the competition, and they can control the great mineral resources of Africa. He hired the best mercenary in Africa whose name is Lauder and a former general Kabbah to help him. Yan has discovered their conspiracy, he is the only one who can stop them.","14.531","/TmO5oywb87UwHBkpAulR13Y06m.jpg","[]","[{'iso_3166_1':'CN','name':'China'}]","2017-06-16","0","110","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'zh','name':'?????????'}]","Released","The brave are Invincible, morality will win the war at very start.","China Salesman","false","5.1","17" +"false","/kUBYQyyzZgs3JmkTEzXlB3LZQYi.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","http://patriotpictures.com/1236-2/","323368","tt3011960","en","Hangman","A homicide detective teams up with a criminal profiler to catch a serial killer whose crimes are inspired by the children's game, Hangman.","11.111","/iEpxKeX7SE3aLm9dTRIuk7o2kDA.jpg","[{'id':45761,'logo_path':null,'name':'Meyers Media Group','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-12-22","0","98","[{'iso_639_1':'en','name':'English'}]","Released","There will be one winner.","Hangman","false","5.8","183" +"false","/dnBpa3Ih5TvgWs29G1J74akoXCi.jpg","null","0","[{'id':35,'name':'Comedy'}]","","422615","tt5461956","en","The Clapper","15 minutes of fame destroys the life of a man who works as a clapper in television.","8.842","/vsm2gxPoZDzG3ocTArrK8ak7go4.jpg","[{'id':89435,'logo_path':null,'name':'Pacific Electric Picture Company','origin_country':''},{'id':89433,'logo_path':null,'name':'Cedarvale Pictures','origin_country':''},{'id':89434,'logo_path':null,'name':'LTD Films','origin_country':''},{'id':68264,'logo_path':null,'name':'Oriah Entertainment','origin_country':''},{'id':103066,'logo_path':null,'name':'Skit Bags Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-01-26","0","89","[{'iso_639_1':'en','name':'English'}]","Released","","The Clapper","false","4.9","94" +"false","/nHPqfS4a4IqBcrUzYeMeXz8mBYr.jpg","null","0","[{'id':18,'name':'Drama'}]","http://sonyclassics.com/novitiate","411976","tt4513316","en","Novitiate","In the early 1960s, during the Vatican II era, a young woman training to become a nun struggles with issues of faith, sexuality and the changing church.","5.802","/eZ9BbRy4YGFM1yvx6ZDO7qzILJ.jpg","[{'id':19640,'logo_path':'/p8SE7J23xviBArUL49rMCkj0m0M.png','name':'Maven Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-10-27","580346","123","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'la','name':'Latin'}]","Released","","Novitiate","false","6.7","55" +"false","/rgyhSn3mINvkuy9iswZK0VLqQO3.jpg","null","19500000","[{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'},{'id':10749,'name':'Romance'}]","http://www.foxsearchlight.com/theshapeofwater/","399055","tt5580390","en","The Shape of Water","An other-worldly story, set against the backdrop of Cold War era America circa 1962, where a mute janitor working at a lab falls in love with an amphibious man being held captive there and devises a plan to help him escape.","24.37","/k4FwHlMhuRR5BISY2Gm2QZHlH5Q.jpg","[{'id':101082,'logo_path':null,'name':'Double Dare You Productions','origin_country':'US'},{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'},{'id':81023,'logo_path':null,'name':'Bull Productions','origin_country':''},{'id':22213,'logo_path':'/qx9K6bFWJupwde0xQDwOvXkOaL8.png','name':'TSG Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-12-01","194989655","123","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","A Fairy Tale for Troubled Times","The Shape of Water","false","7.3","6873" +"false","/sTOhZruocNubL0HxjvdouwCEL9I.jpg","null","111000000","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'}]","https://www.foxmovies.com/movies/ferdinand","364689","tt3411444","en","Ferdinand","Ferdinand, a little bull, prefers sitting quietly under a cork tree just smelling the flowers versus jumping around, snorting, and butting heads with other bulls. As Ferdinand grows big and strong, his temperament remains mellow, but one day five men come to choose the ""biggest, fastest, roughest bull"" for the bullfights in Madrid and Ferdinand is mistakenly chosen. Based on the classic 1936 children's book by Munro Leaf.","12.389","/rMm94JsRfcOPiPVsTRcBiiVBOhz.jpg","[{'id':9383,'logo_path':'/ppeMh4iZJQUMm1nAjRALeNhWDfU.png','name':'Blue Sky Studios','origin_country':'US'},{'id':11749,'logo_path':'/5AzTeZkSCFhiGZ86g2nz8SAHtgy.png','name':'Twentieth Century Fox Animation','origin_country':'US'},{'id':1302,'logo_path':'/kQZtJdyphCmq292iGDqlUx0yk2D.png','name':'Davis Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-12-09","294764262","107","[{'iso_639_1':'en','name':'English'}]","Released","Built To Fight. Born To Love","Ferdinand","false","7.1","1345" +"false","/w6bL89ASEYXgivfXhZosLS3106o.jpg","null","3100000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10752,'name':'War'}]","https://nordiskfilm.fi/ikitie/","408483","tt4173170","fi","Ikitie","Based on true events an epic story of one man's struggle for survival. Jussi Ketola, returns to Finland from the great depression struck America only to face growing political unrest. One summer night of 1930, nationalist thugs violently abduct Ketola from his home. Beaten and forced to walk the Eternal Road towards a foreign Soviet Russia, where cruelty seems to know no end, his only dream is to return to his family cost it what it may. Hope dies last.","1.576","/1vgyObDKJSgBFRqHJgJeRY6XKj8.jpg","[{'id':6172,'logo_path':null,'name':'Matila R??hr Productions','origin_country':''}]","[{'iso_3166_1':'EE','name':'Estonia'},{'iso_3166_1':'FI','name':'Finland'},{'iso_3166_1':'SE','name':'Sweden'}]","2017-09-15","0","103","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fi','name':'suomi'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Freedom lies beyond heaven and hell","The Eternal Road","false","7.4","15" +"false","/8t4SjILI3bx3bMEMrw7HFBRphWq.jpg","null","743900","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.facebook.com/ThePlateauMovie/","438734","tt5834800","en","Devil in the Dark","When estranged brothers Adam and Clint attempt to reconnect over a week-long hunting trip in remote British Columbia, they find the tables turned by a mysterious presence lurking in the forest. Convinced that they are now besieged by a supernatural presence, the siblings begrudgingly agree on only one thing: they will have to put aside their differences and work together if they plan on making it out these dark woods alive.","3.077","/i4w9FcFDVQLecmYZtfTUr8Qt31h.jpg","[{'id':86073,'logo_path':null,'name':'Co-Pilot Film Services','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2017-03-07","0","82","[{'iso_639_1':'en','name':'English'}]","Released","There's no escape from this","Devil in the Dark","false","4.7","39" +"false","/BIAWStXjeYW3E88tYbEkCtBgcr.jpg","null","0","[{'id':53,'name':'Thriller'}]","","344276","tt4218998","en","Inhumane","At a secret government facility, behavioral scientist Rachel Moreno runs an experimental drug trial on a group of prison inmates to find out what caused their violent behavior.","4.516","/5XQid2cGPMak3ZSWj0vfZEJzdT2.jpg","[]","[]","2018-02-16","0","79","[]","Released","","Inhumane","false","3.9","8" +"false","/qywXedlLvhdcQh3OIHS6Gt1vxMo.jpg","null","0","[{'id':53,'name':'Thriller'}]","https://www.crackle.com/in-the-cloud","503517","tt7381444","en","In the Cloud","To stop a terrorist bomber, two estranged tech geniuses (Justin Chatwin, Tomiwa Edun) reunite after the death of their mentor (Gabriel Byrne) to devise a VR technology to extract the terrorist???s memories. But the clock is ticking on the next bomb.","3.294","/4EPxPtPbgbid2bBvwJ1PbW1KLgL.jpg","[{'id':7625,'logo_path':'/kzq4ibnNeZrp00zpBWv3st1QCOh.png','name':'Automatik Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-02-08","0","","[{'iso_639_1':'en','name':'English'}]","Released","Can a pair of tech geniuses brave the demented mind of a terrorist to stop the next bomb?","In the Cloud","false","4.5","10" +"false","/3U1Kw7ioV9VkTGTnoYP8BiBrNwA.jpg","null","2408070","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","423236","tt4966532","is","??g Man ??ig","After an older lady hangs herself in a church, a new psychiatrist discovers she was obsessed with the disappearance of his eight-year-old son, who vanished three years earlier. Meanwhile, three city dwellers are restoring a house when they realize it is haunted.","5.07","/o0KlKm7NIa9kcGf1mH4hgt0ap5x.jpg","[{'id':14938,'logo_path':null,'name':'Zik Zak Kvikmyndir','origin_country':'IS'}]","[{'iso_3166_1':'IS','name':'Iceland'}]","2017-05-05","0","105","[{'iso_639_1':'is','name':'??slenska'}]","Released","","I Remember You","false","6.3","58" +"false","/36jz1KIW2xPHh0TR7nIX6sM9VBr.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'}]","","487620","tt3847642","en","Kill Order","A troubled high school student discovers the truth behind his hidden abilities.","1.424","/7GsmOsf7M7jUhrav17l3Vx2ekIR.jpg","[]","[{'iso_3166_1':'CA','name':'Canada'}]","2017-11-06","0","","[{'iso_639_1':'en','name':'English'}]","Released","","Kill Order","false","5.1","19" +"false","/uvEzFyJAgaIur5juibvTcyPU5Q2.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","152715","tt0114380","en","Seduced and Betrayed","A beautiful but equally dangerous widow won't take ""no"" for an answer as she draws a dedicated family man into a world of passion, deceit and betrayal, threatening to destroy him in the process.","1.17","/1g4GcKH1hNtLCZk3cpfTdIpzYSe.jpg","[{'id':19237,'logo_path':null,'name':'Von Zerneck Sertner Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-04-24","0","87","[{'iso_639_1':'en','name':'English'}]","Released","The price of passion cost him everything.","Seduced and Betrayed","false","6","1" +"false","/r4UhYIVKETy9R779AIFWWpb0DCZ.jpg","null","0","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","410661","tt5538568","en","My Entire High School Sinking Into the Sea","From acclaimed graphic novelist Dash Shaw (New School) comes an audacious debut that is equal parts disaster cinema, high school comedy and blockbuster satire, told through a dream-like mixed media animation style that incorporates drawings, paintings and collage. Dash (Jason Schwartzman) and his best friend Assaf (Reggie Watts) are preparing for another year at Tides High School muckraking on behalf of their widely-distributed but little-read school newspaper, edited by their friend Verti (Maya Rudolph). But just when a blossoming relationship between Assaf and Verti threatens to destroy the boys' friendship, Dash learns of the administration's cover-up that puts all the students in danger. Hailed as ""the most original animated film of the year"" and ""John Hughes for the Adult Swim generation"", the film's everyday concerns of friendships, cliques and young love remind us how the high school experience continues to shape who we become, even in the most unusual of circumstances.","1.217","/j3hcw7faHyIlVBixdgNMkLW6CzT.jpg","[{'id':28286,'logo_path':null,'name':'Low Spark Films','origin_country':'US'},{'id':14862,'logo_path':'/2YobmEkVFAcw368uz6Ie1sGP2C8.png','name':'Washington Square Films','origin_country':'US'},{'id':74111,'logo_path':null,'name':'Electric Chinoland','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-09-11","0","75","[{'iso_639_1':'en','name':'English'}]","Released","","My Entire High School Sinking Into the Sea","false","6.9","17" +"false","/kdiMDVw8WrZyb2pQqmgHXLtqTm3.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","438436","tt4866448","en","Most Beautiful Island","Most Beautiful Island is a chilling portrait of an undocumented young woman's struggle for survival as she finds redemption from a tortured past in a dangerous game.","3.755","/g8RFV3wqigvgXqcVihyz6w0cLLV.jpg","[]","[]","2017-11-03","0","80","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","","Most Beautiful Island","false","5.4","41" +"false","/jM9G6uq870OUFl5TnSvS2fvR866.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'},{'id':10752,'name':'War'}]","","23567","tt0041498","en","I Was a Male War Bride","Captain Henri Rochard is a French officer assigned to work with Lieut. Catherine Gates. Through a wacky series of misadventures, they fall in love and marry. When the war ends, Capt. Rochard tries to return to America with the other female war brides. Zany gender-confusing antics follow.","3.717","/qJyBA1EZpVVnLvVwt1j1My0A7R.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1949-08-19","0","105","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","...and this is how SHERIDAN TOOK GRANT!","I Was a Male War Bride","false","7.1","49" +"false","/hi8wG7BCzlDqqVXRcTozxjHG1SH.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","11414","tt0051525","en","The Defiant Ones","Two convicts, a white racist and an angry black, escape while chained to each other.","3.722","/noGRVbpAvIYc2fo7zxYwn86QDM.jpg","[{'id':14908,'logo_path':null,'name':'Curtleigh Productions','origin_country':''},{'id':893,'logo_path':null,'name':'Stanley Kramer Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1958-08-14","0","96","[{'iso_639_1':'en','name':'English'}]","Released","One of the great ones!","The Defiant Ones","false","7","78" +"false","/atO6sOpvD68ooQHKWtMyaXKHYxb.jpg","{'id':111751,'name':'Texas Chainsaw Massacre Collection','poster_path':'/gWf6Elj8tYAGjWHi3XHURAcR8aW.jpg','backdrop_path':'/1zIwt7gUyxKhOKYXN5XNGdGxwHg.jpg'}","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","25018","tt0099994","en","Leatherface: The Texas Chainsaw Massacre III","A couple encounters a perverted gas station attendant who threatens them with a shotgun. They take a deserted path in Texas to seek help, but only meet up with a cannibalistic clan interested in helping themselves to fresh meat.","8.752","/6NmMY1e7P9bkb0I1srDuV6fjIzt.jpg","[{'id':33306,'logo_path':null,'name':'Nicolas Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-01-12","5765562","81","[{'iso_639_1':'en','name':'English'}]","Released","He puts the teeth in terror.","Leatherface: The Texas Chainsaw Massacre III","false","5.3","151" +"false","/1HOO7m6NeK3wFw22xGBLdwvim51.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","2470","tt0103791","es","Belle ??poque","In 1931, a young soldier deserts from the army and falls into a country farm, where he is welcomed by the owner due to his political ideas. Manolo has four daughters, Fernando likes all of them and they like him, so he has to decide which one to love.","4.575","/3QPlMEaGa3IaJtZmwCk3k30w0zY.jpg","[{'id':16320,'logo_path':null,'name':'Animat??grafo','origin_country':''},{'id':11955,'logo_path':null,'name':'Sogepaq','origin_country':''},{'id':850,'logo_path':'/aF7qajGJGtMpdrtvssM9g90YanX.png','name':'Eurimages','origin_country':'FR'},{'id':1025,'logo_path':null,'name':'Lolafilms','origin_country':'ES'},{'id':11424,'logo_path':null,'name':'Fernando Trueba Producciones Cinematogr??ficas','origin_country':'ES'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'PT','name':'Portugal'},{'iso_3166_1':'ES','name':'Spain'}]","1992-12-04","0","109","[{'iso_639_1':'es','name':'Espa??ol'}]","Released","A sexy, lusty uninhibited comedy.","Belle ??poque","false","7","65" +"false","/d97c0CWNWkLNnUKL2CFsTAQZiqR.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","14823","tt0490166","en","London to Brighton","It's 3:07am and two girls burst into a run down London toilet. Joanne is crying her eyes out and her clothing is ripped. Kelly's face is bruised and starting to swell. Duncan Allen lies in his bathroom bleeding to death. Duncan's son finds his father and wants answers. Derek ??? Kelly's pimp ??? needs to find Kelly or it will be him who pays.","3.871","/n9a0IyLDQ8iGBTT8cLo2xw8FOAI.jpg","[{'id':25794,'logo_path':null,'name':'LTB Films Limited','origin_country':''},{'id':15282,'logo_path':null,'name':'Steel Mill Pictures','origin_country':''},{'id':25795,'logo_path':null,'name':'Wellington Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2006-12-01","0","85","[{'iso_639_1':'en','name':'English'}]","Released","Innocence has nowhere to hide","London to Brighton","false","6.4","51" +"false","/7iTVERsYJZi9YcgABBNXm3R8pNI.jpg","null","0","[{'id':35,'name':'Comedy'}]","","57413","tt1525915","es","El Gran V??zquez","Is it possible to live aside of the system, thinking only about the present and oneself? A feature film about Manuel V??zquez, the best comic book author in Barcelona during the sixties, but, mainly, a man with a very particular way of living his life.","0.974","/rs6AetmLIgI7Nmv6sdgnyjcIARr.jpg","[]","[{'iso_3166_1':'ES','name':'Spain'}]","2010-09-24","0","106","[{'iso_639_1':'es','name':'Espa??ol'}]","Released","","The Great Vazquez","false","6.2","17" +"false","/4Yk873qQvAPt3oiVl7J1DOSJ0az.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","111083","tt1937149","es","El cuerpo","A woman???s body disappears mysteriously from the morgue without a trace. Police inspector Jaime Pe??a investigates the strange occurrence with the help of ??lex Ulloa, the widower of the missing woman.","7.09","/sOZzfmlHF9uwm5V4Zf14lm4ptiO.jpg","[{'id':11651,'logo_path':null,'name':'Rodar y Rodar Cine y Televisi??n','origin_country':'ES'},{'id':6538,'logo_path':null,'name':'Antena 3 Films','origin_country':'ES'},{'id':9335,'logo_path':null,'name':'Canal+ Espa??a','origin_country':'ES'},{'id':5085,'logo_path':'/mPuVc7m1Ki7OQQvAYwYfIlEI3vu.png','name':'Televisi?? de Catalunya','origin_country':'ES'}]","[{'iso_3166_1':'ES','name':'Spain'}]","2012-10-04","0","108","[{'iso_639_1':'es','name':'Espa??ol'}]","Released","Death is not always the end","The Body","false","7.7","493" +"false","/ulhbnwH8eRJY2yCGOCqAsc2JaC0.jpg","null","0","[{'id':28,'name':'Action'},{'id':36,'name':'History'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':53,'name':'Thriller'},{'id':10752,'name':'War'}]","","366964","tt5189828","en","Mohawk","A young Mohawk woman and her two lovers battle a squad of American soldiers hell-bent on revenge.","1.768","/wGcDLqbQ2mVX7NhzU70noTUwGJa.jpg","[{'id':4592,'logo_path':null,'name':'Dark Sky Films','origin_country':''},{'id':7787,'logo_path':null,'name':'Snowfort Pictures','origin_country':''},{'id':75357,'logo_path':'/zXT1JFP82YL245wlLpauAJDZA25.png','name':'BondIt','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-03-02","0","92","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","","Mohawk","false","5.3","27" +"false","/xw1ghayt2BLyquoX2wPhqixgDQz.jpg","null","0","[{'id':16,'name':'Animation'}]","","389627","tt5574372","en","Nerdland","Samuel Goldwyn Films, Titmouse, and Fathom Events are excited to bring the theatrical premiere of the animated film Nerdland, to cinemas nationwide for a special one night event! Aspiring actor John (Paul Rudd) and wannabe screenwriter Elliot (Patton Oswalt) are slacker best friends who have seen their dreams of stardom fizzle. With their 30th birthdays looming, they set out on a mission to become famous in the 24/7, celebrity-obsessed world. Through it all, our disheartened duo inadvertently become key witnesses in a high profile crime that sets the news cycle on fire, making them household names... but only if they can survive the infamy and worldwide shame.","1.251","/lBzgtwaSWHdcuqvXpfkqGPq7uvr.jpg","[{'id':9118,'logo_path':'/9o6KLcDBRw3fNItUflJVwj8dZpC.png','name':'Samuel Goldwyn Films','origin_country':'US'},{'id':11733,'logo_path':null,'name':'Pariah','origin_country':''},{'id':4152,'logo_path':null,'name':'Titmouse','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-12-06","0","83","[{'iso_639_1':'en','name':'English'}]","Released","","Nerdland","false","5.3","19" +"false","/fHNdHKEuighrssTtPAJ5rW7txfJ.jpg","null","0","[{'id':37,'name':'Western'},{'id':18,'name':'Drama'}]","http://www.alamedafilms.com/Tiempo_Morir.html","246749","tt0059803","es","Tiempo de morir","A man comes home after serving 18 years in jail for murder in this routine western. Although the man killed in self defense, rumors in town circulated that he murdered the victim in cold blood. The ex-con wants to get his life together, but the two sons of the slain man are gunning for the man who killed their father.","0.993","/vMkkTupKVhvULv4H9wolk4JqBl5.jpg","[{'id':300,'logo_path':'/8DErUAEZtHxaDTiw4elzw32AYhT.png','name':'Alameda Films','origin_country':'MX'}]","[{'iso_3166_1':'MX','name':'Mexico'}]","1966-08-11","0","90","[{'iso_639_1':'es','name':'Espa??ol'}]","Released","","Time to Die","false","6.5","4" +"false","/aN2KPXPqrpYLdFF27afMr08vhiE.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':10749,'name':'Romance'},{'id':53,'name':'Thriller'}]","https://epic-pictures.com/film/the-lodgers","429467","tt4399952","en","The Lodgers","1920, rural Ireland. Anglo-Irish twins Rachel and Edward share a strange existence in their crumbling family estate. Each night, the property becomes the domain of a sinister presence (The Lodgers) which enforces three rules upon the twins: they must be in bed by midnight; they may not permit an outsider past the threshold; and if one attempts to escape, the life of the other is placed in jeopardy. When troubled war veteran Sean returns to the nearby village, he is immediately drawn to the mysterious Rachel, who in turn begins to break the rules set out by The Lodgers. The consequences pull Rachel into a deadly confrontation with her brother - and with the curse that haunts them.","6.763","/qoqFM6t9wlBITWKRogJUompoClh.jpg","[{'id':100502,'logo_path':null,'name':'Avatar Audio Post Production','origin_country':''},{'id':7662,'logo_path':null,'name':'Epic Pictures Group','origin_country':'US'},{'id':101287,'logo_path':null,'name':'Bowsie Workshop','origin_country':''},{'id':101288,'logo_path':null,'name':'E-Color Studios','origin_country':''},{'id':101289,'logo_path':null,'name':'Point.360','origin_country':''},{'id':23459,'logo_path':null,'name':'Tailored Films','origin_country':''}]","[{'iso_3166_1':'IE','name':'Ireland'}]","2017-10-05","7362","93","[{'iso_639_1':'en','name':'English'}]","Released","","The Lodgers","false","4.8","198" +"false","/edM5qibkAQTAlwZSvwQxpsgsBda.jpg","null","0","[{'id':18,'name':'Drama'}]","","47850","tt0079759","it","Prova d'orchestra","Orchestra Rehearsal (Italian: Prova d'orchestra) is a 1978 Italian film directed by Federico Fellini. It follows an Italian orchestra as the members go on strike against the conductor. The film was shown out of competition at the 1979 Cannes Film Festival. Considered by some to be underrated Orchestra Rehearsal was the last collaboration between composer Nino Rota and Fellini, due to Rota's death in 1979.","2.142","/h3qnkW5CPloldntyvW5odzhK9Nk.jpg","[]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'IT','name':'Italy'}]","1978-10-01","0","70","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'it','name':'Italiano'}]","Released","The Decline of the West in C# Major","Orchestra Rehearsal","false","6.1","25" +"false","/tHTmBF6nhRYmfBR3yRrmrCLy3Oi.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","https://www.netflix.com/title/80119233","401371","tt1464763","en","Mute","A mute man with a violent past is forced to take on the teeming underworld of a near-future Berlin as he searches for his missing girlfriend.","9.681","/ihGg1xndLl3MW34Km332pNkyLH7.jpg","[{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''},{'id':264,'logo_path':'/fA90qwUKgPhMONqtwY60GaHRyrW.png','name':'Studio Babelsberg','origin_country':'DE'},{'id':3316,'logo_path':null,'name':'Liberty Films UK','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-02-23","0","126","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","He doesn???t need words.","Mute","false","5.6","483" +"false","/onGm7VbkKKEbdZYvoc6wXfo2HTQ.jpg","null","13500000","[{'id':35,'name':'Comedy'},{'id':9648,'name':'Mystery'}]","","10440","tt0107507","en","Manhattan Murder Mystery","A middle-aged couple suspects foul play when their neighbor's wife suddenly drops dead.","6.608","/6y04YdXDoSNxiJ5g0h92NBiatyv.jpg","[{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-08-18","11285588","104","[{'iso_639_1':'en','name':'English'}]","Released","Keaton & Allen reunited for fun flick!","Manhattan Murder Mystery","false","7.2","322" +"false","/pPGFDy0FrV2EbKdOSRXe7nJcgtw.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","30295","tt0058092","en","Father Goose","During World War II South Sea beachcomber Walter Eckland is persuaded to spy on planes passing over his island. He gets more than he bargained for as schoolteacher Catherine Frenau arrives on the run from the Japanese with her pupils in tow!","4.318","/sUrlbJRaCRkbzQGEnM3iilf4Cgp.jpg","[{'id':5038,'logo_path':null,'name':'Granox Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1964-10-12","0","118","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'ja','name':'?????????'}]","Released","","Father Goose","false","7.2","76" +"false","/dCexsXeqZBSJUsVszJwpq62766l.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","1093","tt0051378","fr","Ascenseur pour l'??chafaud","The feature-film debut of famed director Louis Malle is an interesting, modern film noir with the classic theme of lovers plotting to kill the husband and make it look like suicide (reminiscent of The Postman Always Rings Twice). Jeanne Moreau gives an astonishing performance, perverse but naive, as she leads her young lover down a path that can only lead to doom for both of them.","6.28","/gHoiRDEEOyoWhlYDAIZ0xYxlhVV.jpg","[{'id':661,'logo_path':null,'name':'Nouvelles ??ditions de Film','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'}]","1958-01-29","263404","91","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Frantic for life and love - Frantic for excitement","Elevator to the Gallows","false","7.7","169" +"false","/aheObqWQfRTyJnB8APsZmjdu9xt.jpg","{'id':522231,'name':'Generation Iron Collection','poster_path':'/uZClIS9aopkaFmMBhGXL9TqGcjt.jpg','backdrop_path':'/dpDfXVsKQ5D1mdkA7Mm2FbxPBL0.jpg'}","0","[{'id':99,'name':'Documentary'}]","","447818","tt6263642","en","Generation Iron 2","From the director of Generation Iron, comes the anticipated sequel that will depict 5 of the top bodybuilding and fitness mega-stars on a quest of achieving the ultimate physique and taking it to the next extreme level. In the world of social media and internet, the rules have changed as to what makes an iconic bodybuilding mass-monster. Starring Kai Greene, Calum Von Moger, Rich Piana, among others, this film will explore an all new generation of bodybuilders and how this new world, and new people, carve their own path to physique perfection.","2.452","/cXZGSRFN2WyLa6a4KhGIoTrjvdL.jpg","[{'id':63590,'logo_path':null,'name':'The Vladar Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-05-12","0","106","[{'iso_639_1':'en','name':'English'}]","Released","Is there a limit?","Generation Iron 2","false","7.1","21" +"false","/niiRlDEJFH6nbNA4D7A09ANA7tK.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'}]","","401561","tt5462326","en","Mom and Dad","In a suburban community, moms and dads, one after the other, mysteriously feel the irresistible impulse to attack and kill their own offspring.","11.349","/fSaeahvo1GU7v4W6CX2y0j7fxMG.jpg","[{'id':35849,'logo_path':'/bHYIJoy2ri7crfHugwR0AdF3qdM.png','name':'Armory Films','origin_country':'US'},{'id':77951,'logo_path':null,'name':'Zeal Media','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-09-09","169209","84","[{'iso_639_1':'en','name':'English'}]","Released","Sometimes they just want to kill you","Mom and Dad","false","5.1","348" +"false","/rYPjNFY1JE3DZ4QGjvJNnDQRTxe.jpg","null","0","[{'id':18,'name':'Drama'}]","https://www.squarethefilm.com/","401246","tt4995790","en","The Square","A prestigious Stockholm museum's chief art curator finds himself in times of both professional and personal crisis as he attempts to set up a controversial new exhibit.","8.507","/qYb8hzGGX7uBAVMYW1YFtcFeZhp.jpg","[{'id':11237,'logo_path':null,'name':'ZDF/Arte','origin_country':'DE'},{'id':8483,'logo_path':null,'name':'Plattform Produktion','origin_country':'SE'},{'id':94,'logo_path':'/huC7HqorvUThGIrENrbcHmQVUA0.png','name':'ARTE France Cin??ma','origin_country':'FR'},{'id':6505,'logo_path':null,'name':'Coproduction Office','origin_country':''},{'id':118,'logo_path':'/AiBorgNTCS1lT1FdFPYheax9jfF.png','name':'Det Danske Filminstitut','origin_country':'DK'},{'id':20691,'logo_path':null,'name':'Essential Filmproduktion','origin_country':'DE'},{'id':81121,'logo_path':'/yX4flP3T5bZuOQ8Qdw8XuoELU53.png','name':'Imperative Entertainment','origin_country':'US'},{'id':102156,'logo_path':null,'name':'Minorordningen','origin_country':''},{'id':102157,'logo_path':null,'name':'Yle to 1 Finland','origin_country':''},{'id':2302,'logo_path':'/rPXEdpqwFycAY9ZgrAJXv13qcWW.png','name':'Svenska Filminstitutet','origin_country':'SE'},{'id':2999,'logo_path':'/zGSqFee9aDgDuLD6vcs2mcJUem4.png','name':'SVT','origin_country':'SE'},{'id':2801,'logo_path':'/bswb1PLLsKDUXMLgy42bZtCtIde.png','name':'Film i V??st','origin_country':'SE'},{'id':5403,'logo_path':'/fAz2WhTpoMxutBA92JqlfeHEGuz.png','name':'Nordisk Film & TV Fond','origin_country':'NO'}]","[{'iso_3166_1':'DK','name':'Denmark'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'SE','name':'Sweden'}]","2017-08-25","1502347","151","[{'iso_639_1':'da','name':'Dansk'},{'iso_639_1':'sv','name':'svenska'},{'iso_639_1':'en','name':'English'}]","Released","","The Square","false","6.9","574" +"false","/3gXJ5RE51MTRszUlQ7G4TgY4tqV.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':18,'name':'Drama'}]","","475961","tt4720596","en","Curvature","Helen tries to cope with the recent death of her husband, a scientist who killed himself right when he was on the verge of successfully completing the invention of a time machine. One day, she receives a phone call, and a voice suspiciously resembling her own voice warns her that she???s in danger. Is it possible Helen has time travelled? And what could have led her to do something like that?","1.618","/pV7r1avAUaOph5Sfl4bDWUXa50A.jpg","[{'id':96393,'logo_path':null,'name':'1inMM Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-11-15","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Changing the past changes everything","Curvature","false","4.9","18" +"false","/2CjY7TiNDKhuI0rk8K0Vq0UvIHZ.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':27,'name':'Horror'}]","http://www.arclightfilms.com/NewTitles.aspx?ProjectId=c5f748bb-7598-e111-ba52-5296b839ed91&bu=Arclight","409582","tt4915672","en","Guardians of the Tomb","An innocent discovery of a well-preserved mummified Emperor from 200 BC China unearths a 2000 year old nightmare - a secret that should have remained buried.","7.876","/ca799tQJwj4lkkQpBdXohlvEtuQ.jpg","[{'id':103938,'logo_path':null,'name':'Grand Canal Pictures','origin_country':''},{'id':103939,'logo_path':null,'name':'Arclight Films International','origin_country':''},{'id':103940,'logo_path':null,'name':'Aurora Alliance','origin_country':''},{'id':7584,'logo_path':'/eGkfvvyf4fJTvBUR1xt1669IPA3.png','name':'Screen Australia','origin_country':'AU'},{'id':10950,'logo_path':'/6TdE9m9KgV2az7vNI8n95rQiYr3.png','name':'Screen Queensland','origin_country':'AU'},{'id':103941,'logo_path':null,'name':'Sleeping Otters Productions','origin_country':''},{'id':103942,'logo_path':null,'name':'Hamilton Entertainment','origin_country':''},{'id':103943,'logo_path':null,'name':'Rong De Culture','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'RU','name':'Russia'},{'iso_3166_1':'TH','name':'Thailand'}]","2018-01-19","0","90","[{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'en','name':'English'}]","Released","Unearth the legend. Unleash the curse.","Guardians of the Tomb","false","5.2","73" +"false","/bgh5OlSNhcYGCVMqV0xTwNgkbY4.jpg","null","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.momentumpictures.net/beast-of-burden","454650","tt6170506","en","Beast of Burden","Sean Haggerty only has an hour to deliver his illegal cargo. An hour to reassure a drug cartel, a hitman, and the DEA that nothing is wrong. An hour to make sure his wife survives. And he must do it all from the cockpit of his Cessna.","4.516","/uexWTafwBClTU1qJTEHT0T8TZHb.jpg","[{'id':5322,'logo_path':'/6Vk4WZnKJuC6z6HKBGFirbWwWwV.png','name':'Aloe Entertainment','origin_country':'US'},{'id':101290,'logo_path':null,'name':'WYSJ Media','origin_country':'US'},{'id':101291,'logo_path':null,'name':'Coastal Film Studios','origin_country':''},{'id':101292,'logo_path':null,'name':'MGMT Entertainment','origin_country':''},{'id':23596,'logo_path':null,'name':'Paul Schiff Productions','origin_country':'US'},{'id':101293,'logo_path':null,'name':'Peak Distribution Partners','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-02-23","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Lines are meant to be crossed.","Beast of Burden","false","4.2","26" +"false","/rYyIqfx6BNpb7s0Wy5OqddCsKEQ.jpg","null","2000000","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'}]","","440777","tt5153860","en","Female Fight Club","A former fighter reluctantly returns to the life she abandoned in order to help her sister survive the sadistic world of illegal fighting and the maniac who runs it.","3.263","/iI9c8XNdPuwB4RYbHMd62QNhoRK.jpg","[{'id':56697,'logo_path':null,'name':'Tadross Media Group','origin_country':''},{'id':2832,'logo_path':null,'name':'Cineville','origin_country':''},{'id':93624,'logo_path':null,'name':'FFC Production','origin_country':''},{'id':56696,'logo_path':null,'name':'Parkside Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-03-16","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Female Fight Club","false","5.5","18" +"false","/sP5bB6x10DXgdrHQd99ebkuvSQB.jpg","null","6500000","[{'id':18,'name':'Drama'}]","http://www.samekindofdifferentasmemovie.com/","300687","tt1230168","en","Same Kind of Different as Me","International art dealer Ron Hall must befriend a dangerous homeless man in order to save his struggling marriage to his wife, a woman whose dreams will lead all three of them on the journey of their lives.","8.812","/bHh5W7YuMorc4orn8DQ6c8YEnBm.jpg","[{'id':50086,'logo_path':null,'name':'Chazown Pictures','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':10256,'logo_path':null,'name':'Disruption Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-10-20","6423381","119","[{'iso_639_1':'en','name':'English'}]","Released","Based On The Incredible True Story That Inspired Millions","Same Kind of Different as Me","false","6.8","98" +"false","/2A1ENiXe1GjO6eBAqRenwn5PwHE.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","http://mline-distribution.com/sub/film_010100.html?bmain=view&mode=&uid=283","488623","tt7057496","ko","????????? ???","When his abducted brother returns seemingly a different man with no memory of the past 19 days, Jin-seok chases after the truth behind the kidnapping.","6.202","/nlI9QeP9n7vBmmi9KbnssPR10j0.jpg","[{'id':84678,'logo_path':null,'name':'B.A. Entertainment','origin_country':'KR'},{'id':91505,'logo_path':null,'name':'Megabox Plus M','origin_country':'KR'},{'id':114520,'logo_path':null,'name':'Kiwi Media Group','origin_country':'KR'}]","[{'iso_3166_1':'KR','name':'South Korea'}]","2017-11-29","0","109","[{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","19 days??? missing, when my brother returns, my reality starts to crack down.","Forgotten","false","7.8","149" +"false","/5B7TjRwzIy25QxA1TXr5KLBYcIX.jpg","null","0","[{'id':16,'name':'Animation'}]","","396899","tt5698496","fr","La jeune fille sans mains","A poor miller gets tricked by the Devil and accidentally sells his daughter for a bit of gold. But Satan can't take her because she's too pure and has wept on her hands. So Satan orders the miller to cut her hands off. It's the beginning of the young girl's journey towards freedom.","1.875","/cnBmXdmd8pj9Hagr6zaDuxdTxhT.jpg","[{'id':12389,'logo_path':'/6yilbEvoHtPcTb4LwAueAq091iT.png','name':'Les Films Pell??as','origin_country':'FR'},{'id':76594,'logo_path':null,'name':'Les Films Sauvages','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'}]","2016-12-14","0","76","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","A family, the Devil, a prince, a goddess : a girl without hands faces her destiny.","The Girl Without Hands","false","7.7","28" +"false","/f2fWG89GPSe31ymp6pqJANfjbit.jpg","null","0","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","","457832","tt5342650","zh","????????????","In 2025, a scientific woman is about to achieve a major discovery related to time travel when her young son is kidnapped and held for a hefty ransom: her entire research.","5.508","/zwTonDtQstoMQHYEBCz8x8RvBJJ.jpg","[{'id':36958,'logo_path':null,'name':'Sparkle Roll Media','origin_country':''},{'id':101140,'logo_path':null,'name':'New Clues Film','origin_country':''},{'id':101141,'logo_path':null,'name':'Jaywalk Studio','origin_country':''},{'id':109148,'logo_path':null,'name':'Beijing Sparkle Roll Media Corporation','origin_country':''}]","[{'iso_3166_1':'CN','name':'China'}]","2017-06-28","0","106","[{'iso_639_1':'zh','name':'?????????'}]","Released","Back to 110 mins before","Reset","false","6","32" +"false","/gWMWmqXd7eENdkdSFedBGVCOSij.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","http://www.meesterkikker.nl/","401326","tt4923200","nl","Meester Kikker","A normal class, ordinary children and a regular school teacher. Or not. The lives of the children in Mr Frans' class are turned upside down when they discover that he sometimes turns into a frog. And Sita is so fond of her teacher that she wants to protect him at all costs from all those dangerous animals... Based on the novel by bestselling Dutch author Paul van Loon.","1.717","/52dp9Rs4KlJQK9gdLEEdLcpvyRs.jpg","[{'id':30636,'logo_path':null,'name':'Bos Bros. Film & TV Productions','origin_country':''}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'NL','name':'Netherlands'}]","2016-07-27","0","83","[{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'nl','name':'Nederlands'}]","Released","","Mr. Frog","false","5.6","8" +"false","/5Dd6HYOSzodtsoVKUR7H6442XRm.jpg","null","8000000","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","399366","tt5886440","en","Marrowbone","A young man and his three younger siblings are plagued by a sinister presence in the sprawling manor in which they live.","10.189","/iX77zMSqUv2Qt7ToEnN2mmEudEf.jpg","[{'id':103476,'logo_path':null,'name':'Mogambo','origin_country':''},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':1182,'logo_path':'/bkgwJWvqqLuzsXV2Qv3Mg3wfcNZ.png','name':'Telecinco Cinema','origin_country':'ES'}]","[{'iso_3166_1':'ES','name':'Spain'}]","2017-10-27","11165901","111","[{'iso_639_1':'en','name':'English'}]","Released","No one will ever separate us.","Marrowbone","false","7.1","430" +"false","/foz058V9rxNlRjpWTst2rTeinmV.jpg","null","25000000","[{'id':18,'name':'Drama'}]","https://www.wonderwheelmovie.com/home/","429189","tt5825380","en","Wonder Wheel","The story of four characters whose lives intertwine amid the hustle and bustle of the Coney Island amusement park in the 1950s: Ginny, an emotionally volatile former actress now working as a waitress in a clam house; Humpty, Ginny???s rough-hewn carousel operator husband; Mickey, a handsome young lifeguard who dreams of becoming a playwright; and Carolina, Humpty???s long-estranged daughter, who is now hiding out from gangsters at her father???s apartment.","8.53","/fPXn8SW4pa4kJErAIAJLmb3Znns.jpg","[{'id':1824,'logo_path':null,'name':'Gravier Productions','origin_country':''},{'id':20580,'logo_path':'/tkFE81jJIqiFYPP8Tho57MXRQEx.png','name':'Amazon Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-12-01","15366466","101","[{'iso_639_1':'en','name':'English'}]","Released","","Wonder Wheel","false","6.3","674" +"false","/82FlOl2zNyNgNAjEn9ekAHjQBNQ.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://www.whosestreets.com/","433036","tt6176928","en","Whose Streets?","A nonfiction account of the Ferguson uprising told by the people who lived it, this is an unflinching look at how the killing of 18-year-old Michael Brown inspired a community to fight back???and sparked a global movement.","1.009","/wNzqix5fHqszAVpkJxN6Dnwh80L.jpg","[{'id':1030,'logo_path':'/bus7KzJshT0VMXuKR7dwK5bqPSO.png','name':'Magnolia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-08-11","0","103","[{'iso_639_1':'en','name':'English'}]","Released","","Whose Streets?","false","5.3","9" +"false","/cCIWU5b4izIpLeGQnQNW7iTtIDN.jpg","null","10000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","https://a24films.com/films/the-disaster-artist","371638","tt3521126","en","The Disaster Artist","An aspiring actor in Hollywood meets an enigmatic stranger by the name of Tommy Wiseau, the meeting leads the actor down a path nobody could have predicted; creating the worst movie ever made.","13.676","/jj84nF5vYRD0HUTowBKcrKk8hZP.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':8924,'logo_path':'/5NTQun1m6FVJVOVHOubJ5SqyMvi.png','name':'Rabbit Bandini Productions','origin_country':'US'},{'id':16615,'logo_path':'/dbxHaOtibTKvP6dUMRYdwUOULgY.png','name':'Point Grey Pictures','origin_country':'US'},{'id':17393,'logo_path':'/k28sCof6kheeOicLqL6EXX2GHov.png','name':'Good Universe','origin_country':'US'},{'id':41624,'logo_path':'/wzKxIeQKlMP0y5CaAw25MD6EQmf.png','name':'RatPac-Dune Entertainment','origin_country':'US'},{'id':91934,'logo_path':null,'name':'Ramona Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-03-12","29820616","104","[{'iso_639_1':'en','name':'English'}]","Released","I did naaaht! Oh, hi Mark","The Disaster Artist","false","7.2","1779" +"false","/hOssG1gSPiFdemIiu9Rt3sh5vyl.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","https://www.bleeckerstreetmedia.com/themanwhoinventedchristmas","450322","tt6225520","en","The Man Who Invented Christmas","In 1843, despite the fact that Dickens is a successful writer, the failure of his latest book puts his career at a crossroads, until the moment when, struggling with inspiration and confronting reality with his childhood memories, a new character is born in the depths of his troubled mind; an old, lonely, embittered man, so vivid, so human, that a whole world grows around him, a story so inspiring that changed the meaning of Christmas forever.","7.195","/qRkzRue5rTzB6PESXBJCKqROOXC.jpg","[{'id':164,'logo_path':'/v3zcUepvKC7Vz36yjklk1rw6k8Q.png','name':'Rhombus Media','origin_country':'CA'},{'id':69686,'logo_path':null,'name':'Mazur / Kaplan Company','origin_country':''},{'id':3647,'logo_path':null,'name':'The Mob Film Company','origin_country':''},{'id':5122,'logo_path':null,'name':'Parallel Films','origin_country':'IE'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'IE','name':'Ireland'}]","2017-10-12","5676486","105","[{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'en','name':'English'}]","Released","How Charles Dickens wrote ???A Christmas Carol??? and created a tradition.","The Man Who Invented Christmas","false","6.6","312" +"false","/6MAlV5ab1RXNpfAAZRDIitrs8Ap.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':27,'name':'Horror'}]","","494058","tt5686622","en","Selfie from Hell","Julia, an online vlogger from Germany, comes to the US to visit her cousin Hannah. Upon her arrival, Julia falls fatefully ill, prompting Hannah's suspicion of the strange and sudden illness. When unusual happenings start taking place in her home, Hannah begins a relentless internet search to discover the cause. She comes across Julia's vlog entries and finds herself immersed deep in the web - too deep - in a place where terror knows no end.","2.513","/4ymNApUhXZh5eFxjJhAd2P8bZVy.jpg","[{'id':100843,'logo_path':null,'name':'SouthPaw Productions','origin_country':''},{'id':100844,'logo_path':null,'name':'IndustryWorks Studios','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'CA','name':'Canada'}]","2018-01-25","0","75","[{'iso_639_1':'en','name':'English'}]","Released","","Selfie from Hell","false","4.1","27" +"false","/46GikxYW84dRh71sWVY0eRQiHLX.jpg","null","3500000","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'}]","","393519","tt4954522","fr","Grave","In Justine???s family everyone is a vet and a vegetarian. At 16, she???s a gifted teen ready to take on her first year in vet school, where her older sister also studies. There, she gets no time to settle: hazing starts right away. Justine is forced to eat raw meat for the first time in her life. Unexpected consequences emerge as her true self begins to form.","10.16","/6kXW9b1FZXvB3l0mLMDbKwGgL3P.jpg","[{'id':52596,'logo_path':null,'name':'Ciclic - R??gion Centre','origin_country':''},{'id':309,'logo_path':null,'name':'Angoa-Agicoa','origin_country':''},{'id':851,'logo_path':null,'name':'MEDIA Programme of the European Union','origin_country':''},{'id':856,'logo_path':'/3tfzS2CrX6Ntbu927XzHXEPDA6y.png','name':'Wild Bunch','origin_country':'FR'},{'id':6961,'logo_path':'/jx0fJd9hDsJomQOhlQMUEHDLe9c.png','name':'Rouge international','origin_country':'FR'},{'id':10611,'logo_path':'/zQ4fGaEnNkWfSzyygXRcUZwPmDG.png','name':'Cin??+','origin_country':'FR'},{'id':11796,'logo_path':'/tx6LOQcTSqgW8ffKxovuJHjlYVw.png','name':'Centre du Cin??ma et de l'Audiovisuel de la F??d??ration Wallonie-Bruxelles','origin_country':'BE'},{'id':11921,'logo_path':null,'name':'Le Tax Shelter du Gouvernement F??d??ral de Belgique','origin_country':''},{'id':24430,'logo_path':'/7ZIwXTA5QVD6feybiITOL6OYJPJ.png','name':'BeTV','origin_country':'BE'},{'id':33956,'logo_path':null,'name':'La Wallonie','origin_country':''},{'id':49473,'logo_path':'/d0Cld16NzSAizrXfO6jrN3nH6az.png','name':'Frakas Productions','origin_country':'BE'},{'id':72497,'logo_path':null,'name':'Bruxelles Capitale','origin_country':''},{'id':88099,'logo_path':null,'name':'Casa Kafka Pictures Movie Tax Shelter Empowered by Belfius','origin_country':''},{'id':88102,'logo_path':null,'name':'Torino Film Lab','origin_country':''},{'id':310,'logo_path':'/4Gp5A4YdjPBfsHT47ngHMaXWmb9.png','name':'Centre National de la Cin??matographie','origin_country':'FR'},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':792,'logo_path':'/cRhBQP1FFNugNxKkO1pUgeD2Rkr.png','name':'Radio T??l??vision Belge Francophone','origin_country':'BE'},{'id':78935,'logo_path':null,'name':'Cofinova 12','origin_country':'FR'},{'id':201,'logo_path':'/6UIpEURdjnmcJPwgTDRzVRuwADr.png','name':'ARTE','origin_country':'FR'},{'id':75891,'logo_path':null,'name':'Petit Film','origin_country':'FR'},{'id':11797,'logo_path':'/oeBCBsLLlIj2UNQBZZkhlPdDOJG.png','name':'VOO','origin_country':'BE'}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'FR','name':'France'}]","2016-11-11","4100000","99","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","What are you hungry for?","Raw","false","7","1379" +"false","/e1dh1KyFJGdQKyySmFU8vFdIuIN.jpg","null","0","[{'id':10402,'name':'Music'},{'id':99,'name':'Documentary'},{'id':36,'name':'History'}]","http://icalledhimmorgan.com/","411020","tt4170344","en","I Called Him Morgan","Part jazz history, part true-crime tale, Kasper Collin???s new documentary employs extensive archival footage and new interviews to tell the tragic story of the magnificently talented trumpeter Lee Morgan and his common-law wife Helen, who murdered him in a New York bar in 1972.","0.857","/hlkxdqOKCdhbaiwT0UXR3yfR51O.jpg","[{'id':99589,'logo_path':null,'name':'Kasper Collin Produktion','origin_country':''},{'id':2999,'logo_path':'/zGSqFee9aDgDuLD6vcs2mcJUem4.png','name':'SVT','origin_country':'SE'},{'id':2801,'logo_path':'/bswb1PLLsKDUXMLgy42bZtCtIde.png','name':'Film i V??st','origin_country':'SE'}]","[{'iso_3166_1':'SE','name':'Sweden'},{'iso_3166_1':'US','name':'United States of America'}]","2016-09-05","0","91","[{'iso_639_1':'en','name':'English'}]","Released","","I Called Him Morgan","false","7.4","15" +"false","/pDfIVWhD6hbf1KsPLcwsOKFm24s.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","412213","tt5974460","he","???????? ????????","An accident during a bar mitzvah celebration leads to a gendered rift in a devout Orthodox community in Jerusalem, in this rousing, good-hearted tale about women speaking truth to patriarchal power.","0.785","/h2dpo2vo9TmAJyyJLvx2Eu64rFJ.jpg","[{'id':24662,'logo_path':null,'name':'Pie Films','origin_country':''}]","[{'iso_3166_1':'IL','name':'Israel'}]","2016-09-29","0","96","[{'iso_639_1':'he','name':'????????????????'}]","Released","","The Women's Balcony","false","7.5","11" +"false","/v57y29w9bHFcARUlkIH5R0JHJdZ.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","421560","tt5693136","es","Handia","Having fought in the First Carlist War, Martin returns to his family farm in Gipuzkoa only to find that his younger brother, Joaqu??n, towers over him in height. Convinced that everyone will want to pay to see the tallest man on Earth, the siblings set out on a long trip all over Europe, during which ambition, money and fame will forever change the family???s fate. A story based on true events.","4.583","/7OQuJtvaPnLqv9pVYNY9imFHY0u.jpg","[{'id':10054,'logo_path':null,'name':'Irusoin','origin_country':''},{'id':28790,'logo_path':null,'name':'Moriarti Produkzioak','origin_country':''}]","[{'iso_3166_1':'ES','name':'Spain'}]","2017-10-05","0","114","[{'iso_639_1':'eu','name':'euskera'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","","Giant","false","6.7","50" +"false","/5pOLJixGzjcmaJnpedSL8jNUOM.jpg","null","0","[{'id':99,'name':'Documentary'}]","","343887","tt2102508","en","The Last Laugh","Feature documentary about humor and the Holocaust, examining whether it is ever acceptable to use humor in connection with a tragedy of that scale, and the implications for other seemingly off-limits topics in a society that prizes free speech.","1.4","/aSx9GuubOqbCUWAJjt62UogsES2.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-04-18","0","89","[{'iso_639_1':'en','name':'English'}]","Released","","The Last Laugh","false","7.2","6" +"false","/9jlbENo8DqUyM0f68p7y0jEGaO3.jpg","null","0","[{'id':99,'name':'Documentary'}]","https://www.humanflow.com","468213","tt6573444","en","Human Flow","More than 65 million people around the world have been forced from their homes to escape famine, climate change and war, the greatest displacement since World War II. Filmmaker Ai Weiwei examines the staggering scale of the refugee crisis and its profoundly personal human impact. Over the course of one year in 23 countries, Weiwei follows a chain of urgent human stories that stretch across the globe, including Afghanistan, France, Greece, Germany and Iraq.","2.778","/tx01l9cmbYWk1NmwkLb0VfY80GG.jpg","[{'id':14655,'logo_path':null,'name':'Ai Weiwei Studio','origin_country':'CN'},{'id':6735,'logo_path':'/6yyByQrmTAgJv0QzZ1Eh1jiGX4R.png','name':'Participant Media','origin_country':'US'},{'id':108318,'logo_path':'/srBmT3ah4T9gfmoHGs6CftBpju4.png','name':'AC Films','origin_country':'US'},{'id':92908,'logo_path':null,'name':'24 Media Production Company','origin_country':'PS'},{'id':108319,'logo_path':'/dyKjSGN72bhiN2ZNAhVsurWR69z.png','name':'Highlight Films','origin_country':'IL'},{'id':108320,'logo_path':null,'name':'Redrum Production','origin_country':'MX'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2017-10-02","0","140","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'el','name':'????????????????'},{'iso_639_1':'hu','name':'Magyar'},{'iso_639_1':'ku','name':''},{'iso_639_1':'fa','name':'??????????'},{'iso_639_1':'tr','name':'T??rk??e'}]","Released","When there is nowhere to go, nowhere is home.","Human Flow","false","7.1","40" +"false","/k1bOIac7vQQNckFMoRg8caHXbte.jpg","null","0","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","","481942","tt5673714","en","First We Take Brooklyn","An ex-felon joins an Israeli crime syndicate in Brooklyn.","4.14","/fY89u0YiuX3z6QhztC1ma5MtFuh.jpg","[{'id':50074,'logo_path':null,'name':'2B Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-02-19","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","First We Take Brooklyn","false","4","9" +"false","/xzMQUomguGq749lJqEUsuIfHlNk.jpg","null","0","[{'id':10752,'name':'War'},{'id':28,'name':'Action'}]","","480465","tt5815078","en","Wunderland","Christmas 1944, The Germans make one final push against the attacking allied armies in the West. Lt. Robert Cappa and his platoon of 2nd Infantry Division soldiers have been ordered to hold a vital road junction against the German aggressors. Cappa and his men must find their faith and strength to stand against their enemy in the epic fight know as ""The Battle of The Bulge.""","3.373","/WRTtEKVKkCKBJBVGQart22fXap.jpg","[{'id':59024,'logo_path':null,'name':'Schuetzle Company Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-02-19","0","85","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","","Wunderland","false","4.3","10" +"false","/vvfNOJyp88qdY6j1BQlABTPWgIc.jpg","null","10000000","[{'id':28,'name':'Action'},{'id':14,'name':'Fantasy'}]","http://wwws.warnerbros.co.jp/hagarenmovie/","426285","tt5607028","ja","??????????????????","Two alchemist brothers go on a quest for the Philosopher's Stone after an attempt to revive their dead mother goes horribly wrong.","6.958","/lb7cBhlldS69EquMMGq2thtupZT.jpg","[{'id':10038,'logo_path':'/nCueXKwYIEXrZ5ofqSJBO1YcmRr.png','name':'Square Enix','origin_country':'JP'},{'id':3627,'logo_path':null,'name':'Warner Bros. Japan','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","2017-12-01","0","135","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Fullmetal Alchemist","false","5.1","247" +"false","/2AUkDmAp3faSww2K4Qvbw03UswO.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://www.sho.com/titles/3445958/burn-motherf-cker-burn","449253","tt6175670","en","Burn Motherfucker, Burn!","An in-depth and provocative look at the 1992 Los Angeles riots exploring the roots of civil unrest in California and the relationship between African Americans and LAPD.","0.691","/nEFxVTf28wgGiI2kaPd0gyXA2kz.jpg","[{'id':62657,'logo_path':null,'name':'Mass Appeal','origin_country':''},{'id':4343,'logo_path':'/rXq1B1Hnkdnw6soz1zoGcslK3wb.png','name':'Showtime Networks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-04-21","0","90","[{'iso_639_1':'en','name':'English'}]","Released","The fire started long before the city burned","Burn Motherfucker, Burn!","false","6","1" +"false","/mNOB5JoW1imvdGrZ52RGZgJCop0.jpg","null","0","[{'id':18,'name':'Drama'},{'id':16,'name':'Animation'}]","http://www.konosekai.jp/","378108","tt4769824","ja","????????????????????????","Newlywed Suzu Urano moves to her new life in Kure City on the coast of Hiroshima Prefecture, where she perseveres through World War II with pluck and determination.","5.746","/9Z4H4M2F8OQTB04YC1Opds8MFBb.jpg","[{'id':5751,'logo_path':null,'name':'GENCO','origin_country':''},{'id':21444,'logo_path':'/cGe44GFuB5BEFFvoXP7Skzpm1Vy.png','name':'MAPPA','origin_country':'JP'},{'id':103944,'logo_path':null,'name':'MADBOX','origin_country':''},{'id':21346,'logo_path':null,'name':'FlyingDog','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","2016-11-12","19204593","129","[{'iso_639_1':'ja','name':'?????????'}]","Released","","In This Corner of the World","false","8","162" +"false","/9bd8FF47ZPjBA2D4zBzgVLlWmpu.jpg","null","2000000","[{'id':18,'name':'Drama'}]","","374458","tt4936450","ro","Bacalaureat","Romeo Aldea, a physician living in a small mountain town in Transylvania, has raised his daughter Eliza with the idea that once she turns 18, she will leave to study and live abroad. His plan is close to succeeding. Eliza has won a scholarship to study psychology in the UK. She just has to pass her final exams ??? a formality for such a good student. On the day before her first written exam, Eliza is assaulted in an attack that could jeopardize her entire future. Now Romeo has to make a decision. There are ways of solving the situation, but none of them using the principles he, as a father, has taught his daughter.","4.713","/oHczUfmNQIWgByK1GwyhA3H3ZbC.jpg","[{'id':729,'logo_path':'/hNxGdbddbsDDnEWJ7RNLcGCRSLQ.png','name':'Why Not Productions','origin_country':'FR'},{'id':5545,'logo_path':'/A9JHyYxaCXaxqsVQCw9kRsrwqNm.png','name':'Mobra Films','origin_country':'RO'}]","[{'iso_3166_1':'RO','name':'Romania'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'BE','name':'Belgium'}]","2016-05-20","343617","127","[{'iso_639_1':'ro','name':'Rom??n??'}]","Released","A Father Will Do Anything To Save His Daughter's Future","Graduation","false","6.7","110" +"false","/3gRvfpmPtBrJ5Xp6iLFyz7pJ06d.jpg","null","0","[{'id':10752,'name':'War'},{'id':18,'name':'Drama'},{'id':28,'name':'Action'}]","","436391","tt5969696","ko","?????????","During the Japanese colonial era, roughly 400 Korean people, who were forced onto Battleship Island (???Hashima Island???) to mine for coal, attempt to escape.","7.017","/iuVASPE5WtlUsqllyWhjcjWkBvT.jpg","[{'id':12987,'logo_path':null,'name':'Filmmaker R&K','origin_country':'KR'},{'id':7036,'logo_path':'/javbyY0ZCvlFJtly3tpZqf2NwLX.png','name':'CJ Entertainment','origin_country':'KR'},{'id':112927,'logo_path':null,'name':'filmK','origin_country':'KR'}]","[{'iso_3166_1':'KR','name':'South Korea'}]","2017-07-26","0","132","[{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","1945 Hashima. We called it hell on earth.","The Battleship Island","false","7.3","104" +"false","/qJtNIErckDErvhvq8l562hMRD2J.jpg","null","3500000","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':10749,'name':'Romance'}]","","70259","tt0073008","en","The Fortune","Two bumbling hustlers in the 1920s attempt to gain the fortune of an heiress. Nothing will stop them . Not even murder.","2.065","/bgoLAArIZlEqYK7ohrNAFyBMnBS.jpg","[{'id':14686,'logo_path':null,'name':'Vista','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1975-05-20","0","88","[{'iso_639_1':'en','name':'English'}]","Released","Sexier than the Marx Brothers, handsomer than Laurel and Hardy but not as smart as The 3 Stooges","The Fortune","false","5.9","16" +"false","/96OBCIrpNckv0B2H2Kag1vQk3UT.jpg","null","0","[{'id':28,'name':'Action'},{'id':10749,'name':'Romance'}]","","44534","tt0039243","en","Captain from Castile","Spain, 1518: young caballero Pedro De Vargas offends his sadistic neighbor De Silva, who just happens to be an officer of the Inquisition. Forced to flee, Pedro, friend Juan Garcia, and adoring servant girl Catana join Cortez' first expedition to Mexico. Arriving in the rich new land, Cortez decides to switch from exploration to conquest...with only 500 men. Embroiled in continuous adventures and a romantic interlude, Pedro almost forgets he has a deadly enemy...","2.395","/yNBMY45qT9gOljLalY6jq3W6Kiy.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1947-12-25","0","140","[{'iso_639_1':'en','name':'English'}]","Released","Master of Women's Hearts . . . . . . . Conqueror of a New World.","Captain from Castile","false","7.4","12" +"false","/u4LVD5xcBPwIsViPK8B0mpvfGG6.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':37,'name':'Western'},{'id':10749,'name':'Romance'}]","","72163","tt0037508","en","Along Came Jones","An easy-going cowboy is mistaken by the townsfolk for a notorious gunman. The cowboy decides it would be best to leave town, until he meets the gunman's girlfriend.","1.174","/hXC5a2QFT5Noh2axuUzDHEwW7kK.jpg","[{'id':14070,'logo_path':null,'name':'Cinema Artists','origin_country':''},{'id':4995,'logo_path':null,'name':'International Pictures (I)','origin_country':''},{'id':6,'logo_path':'/n53F7K9scQWFXYbrCablqLKqJdp.png','name':'RKO Radio Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1945-07-19","0","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","IT'S THE WEST AT ITS BEST! WITH ROOTIN'...TOOTIN'...SHOOTIN' COOPER!","Along Came Jones","false","5.1","13" +"false","/l0S0FWfisDzNsLyOYTy6ZWNTqMJ.jpg","null","0","[{'id':27,'name':'Horror'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","25028","tt0094962","en","The Dead Next Door","The government sets up a zombie squad after an epidemic has made the world run rampant with living corpses. The team head off to Ohio to try and find a cure but soon run into a crazy cult of zombie lovers who are set on preserving the walking dead as they believe it's God's will.","2.051","/3EGpgveC1gFb2I69F0doAwac89D.jpg","[{'id':68915,'logo_path':null,'name':'Suburban Tempe Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-11-10","0","84","[{'iso_639_1':'en','name':'English'}]","Released","How do you kill something that won't die? Where do you run when they're everywhere?","The Dead Next Door","false","5.4","25" +"false","/tx5TFMF85qU2Ug4TRIGQZbDpzFA.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':36,'name':'History'}]","https://www.deathofstalin.co.uk/","402897","tt4686844","en","The Death of Stalin","When tyrannical dictator Josef Stalin dies in 1953, his parasitic cronies square off in a frantic power struggle to become the next Soviet leader. Among the contenders are the dweebish Georgy Malenkov, the wily Nikita Khrushchev and Lavrenti Beria, the sadistic secret police chief.","8.434","/xAKqG5SpsHU7vI6Fh4UYxFrDDZZ.jpg","[{'id':41813,'logo_path':'/pqoPwhsmo0f0V3r6yKouspsuFaF.png','name':'Title Media','origin_country':'BE'},{'id':91331,'logo_path':'/uYyo3szZqWKn5p2bfAXMXzqVo8.png','name':'Main Journey','origin_country':'CA'},{'id':39509,'logo_path':null,'name':'Free Range Films','origin_country':''},{'id':7038,'logo_path':'/9YDo78sKAy6xxqBwVBT2Vi9FSZl.png','name':'Quad Productions','origin_country':'FR'},{'id':9,'logo_path':'/nda3dTUYdDrJ6rZqBpYvY865aDv.png','name':'Gaumont','origin_country':'FR'},{'id':591,'logo_path':'/q5I5RDwMEiqoNmfaJgd2LraEOJY.png','name':'France 3 Cin??ma','origin_country':'FR'},{'id':12406,'logo_path':null,'name':'La Compagnie Cin??matographique Europ??enne','origin_country':''},{'id':12407,'logo_path':null,'name':'Panache Productions','origin_country':''},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':10611,'logo_path':'/zQ4fGaEnNkWfSzyygXRcUZwPmDG.png','name':'Cin??+','origin_country':'FR'},{'id':7131,'logo_path':'/eLvjHPYZ12GR58lrDgg6MXZp2a3.png','name':'France T??l??visions','origin_country':'FR'}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-10-20","24640027","107","[{'iso_639_1':'en','name':'English'}]","Released","In the Kremlin, no one can hear you scheme","The Death of Stalin","false","7","658" +"false","/dwCLmedYaAaAj2rfNmHtAS7SWTU.jpg","{'id':436982,'name':'SPL Collection','poster_path':'/tWOi8qXuyu7Yo5kxGIoovaGkj2a.jpg','backdrop_path':'/rrnYd9vVu5bbbCWSLXhMit2vF0B.jpg'}","0","[{'id':80,'name':'Crime'},{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","","452558","tt7245176","cn","?????????????????","When a Hong Kong police negotiator is informed about the sudden disappearance of his 16-year-old daughter in Thailand, he travels there to search for his daughter's whereabouts.","8.523","/myckZUyQzilOp0cjsWh27SxrIlS.jpg","[{'id':113740,'logo_path':null,'name':'Aether Film Production','origin_country':''},{'id':69484,'logo_path':'/2xtmvbEse87LM7OJXVksv7DToZx.png','name':'Alibaba Pictures Group','origin_country':'CN'},{'id':30148,'logo_path':null,'name':'Bona Film Group','origin_country':''},{'id':30238,'logo_path':null,'name':'Bravos Pictures','origin_country':''},{'id':107790,'logo_path':null,'name':'Flagship Entertainment Group','origin_country':'CN'},{'id':113741,'logo_path':null,'name':'Huoerguosi Bona Culture and Media','origin_country':''},{'id':113742,'logo_path':null,'name':'Rock Partner Film','origin_country':''},{'id':113743,'logo_path':null,'name':'Shanghai PMF Media','origin_country':''},{'id':5686,'logo_path':null,'name':'Sil-Metropole Organisation','origin_country':''},{'id':113744,'logo_path':null,'name':'Sun Entertainment Film Group','origin_country':''},{'id':113745,'logo_path':null,'name':'Wish Films','origin_country':''},{'id':113746,'logo_path':'/eiq9XYn7yL5x5hXe4bGQmlFBMRr.png','name':'YL Entertainment & Sport','origin_country':'CN'}]","[{'iso_3166_1':'HK','name':'Hong Kong'}]","2017-11-17","0","101","[{'iso_639_1':'cn','name':'????????? / ?????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'th','name':'?????????????????????'}]","Released","","Paradox","false","6.5","31" +"false","/qF1xJzdLOzwhizgOngwRI4sSrN7.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'},{'id':10770,'name':'TV Movie'},{'id':14,'name':'Fantasy'}]","","483980","tt6878820","en","Z-O-M-B-I-E-S","Students from Zombietown are transferred to a high school in a suburban town preoccupied with uniformity, traditions and pep rallies.","8.999","/okTdaEgs0qdwHvqzAYOuHkmdwyI.jpg","[{'id':3213,'logo_path':null,'name':'Disney Channel','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-02-16","0","94","[{'iso_639_1':'en','name':'English'}]","Released","At Seabrook High it's Zoms vs. Poms","Z-O-M-B-I-E-S","false","7","125" +"false","/yx4o9fL7taFvPnQjdqgGfOp2Uc0.jpg","null","0","[{'id':35,'name':'Comedy'}]","","406668","tt5752360","en","The Female Brain","The neurological inner workings of romantic relationships between men and women are studied for science.","3.399","/iuPrFh6iD8tlSMtdcVihYFWu7at.jpg","[{'id':24133,'logo_path':null,'name':'Night and Day Pictures','origin_country':''},{'id':79315,'logo_path':'/usf5ueQPfCoVrUWiR6Xiod1RQL3.png','name':'Black Bicycle Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-06-17","0","98","[{'iso_639_1':'en','name':'English'}]","Released","Think again.","The Female Brain","false","5.6","30" +"false","/iiUizZMPhzGFo743aH0mz1GTLdx.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","475759","tt7387408","en","2048: Nowhere to Run","???2048: Nowhere to Run??? takes place one year before the events of Blade Runner 2049. The short film focuses on Sapper, a man who is trying to make it through life day-by-day without turning back to his old ways. We???re introduced to both the gentle nature of Sapper and the violence he???s capable of when set off.","7.736","/1z8Lph4DctAtkY7ZIxbklJc1rdH.jpg","[{'id':1088,'logo_path':'/9WOE5AQUXbOtLU6GTwfjS8OMF0v.png','name':'Alcon Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-09-14","0","6","[{'iso_639_1':'en','name':'English'}]","Released","","2048: Nowhere to Run","false","6.9","124" +"false","/dbXjTu5J00kCggPnQlDpVZmDBil.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':28,'name':'Action'}]","","437068","tt6878038","ko","???????????????","May, 1980. Man-seob is a taxi driver in Seoul who lives from hand to mouth, raising his young daughter alone. One day, he hears that there is a foreigner who will pay big money for a drive down to Gwangju city. Not knowing that he???s a German journalist with a hidden agenda, Man-seob takes the job.","7.233","/iXVaWbxmyPk4KZGZk5GGDGFieMX.jpg","[{'id':3491,'logo_path':'/hXRKXi3M9qfP4Npi1kjAaH4eGnM.png','name':'Showbox','origin_country':'KR'},{'id':92012,'logo_path':null,'name':'The LAMP','origin_country':'KR'}]","[{'iso_3166_1':'KR','name':'South Korea'}]","2017-08-02","0","138","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","Based on true events, an untold story of a taxi driver.","A Taxi Driver","false","8.1","128" +"false","/y2MdvCssedwLgmkYNHNqJHaMqRZ.jpg","null","0","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","","484290","tt7469972","cn","???????????????","Taxi driver David, who's doomed after a terminal cancer diagnosis, accidentally kills hotel owner Patrick in a car crash. Patrick's girlfriend takes over his hotel by a lake in Hong Kong, which is soon plagued by serial suicidal incidents.","1.96","/pbEP0O5huUlD37GY3n1Sc1DZAj4.jpg","[{'id':96794,'logo_path':null,'name':'Shaw Organisation','origin_country':''}]","[{'iso_3166_1':'HK','name':'Hong Kong'}]","2017-10-26","0","","[{'iso_639_1':'cn','name':'????????? / ?????????'}]","Released","","Always Be with You","false","7.4","8" +"false","/aaZDTfTkMiJOqc0lrDihZab19nK.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':28,'name':'Action'}]","","453127","tt7056732","ko","????????????","Two apathetic police academy recruits who become best buddies through the tough training together witness a woman being abducted right before their very eyes. As they were taught in the academy, they quickly report the incident to the police, but the police are in no hurry to jump on the case. So the duo decide to take the matter into their own hands and rescue the woman.","4.842","/11qHlLL2rsQGH1nmPjJ7jFjeGcb.jpg","[{'id':7819,'logo_path':'/ghFZAt4edln0M7BzDExyYMzUGX1.png','name':'Lotte Entertainment','origin_country':'KR'},{'id':112531,'logo_path':null,'name':'Movierock','origin_country':'KR'},{'id':112532,'logo_path':null,'name':'Studio By The Library','origin_country':'KR'}]","[{'iso_3166_1':'KR','name':'South Korea'}]","2017-08-09","0","109","[{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","Forget the sense of duty and justice!","Midnight Runners","false","7.8","70" +"false","/zTxSCwlGgPcabtJ5KVoHUd1mTOV.jpg","{'id':8917,'name':'Hellraiser Collection','poster_path':'/lIK0UgJsA18Z5I1PwpucXzgyF3A.jpg','backdrop_path':'/uaEUgCqB6lGkvM4Wy5blNwLJdfa.jpg'}","500000","[{'id':27,'name':'Horror'}]","","444149","tt5476182","en","Hellraiser: Judgment","Detectives Sean and David Carter are on the case to find a gruesome serial killer terrorizing the city. Joining forces with Detective Christine Egerton, they dig deeper into a spiraling maze of horror that may not be of this world.","8.312","/nYlSoysJVSvfKhMMKB6PLbXuWUK.jpg","[{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-02-13","0","81","[{'iso_639_1':'en','name':'English'}]","Released","Evil seeks evil.","Hellraiser: Judgment","false","4.6","64" +"false","/5sSiYLTxW7P53tCd6GZK2S4OEDN.jpg","null","0","[{'id':35,'name':'Comedy'}]","","470472","tt5066056","en","The Wilde Wedding","After a whirlwind courtship, retired movie star Eve Wilde prepares to marry her fourth husband, the renowned English writer Harold Alcott. Sparks soon begin to fly when Eve's first ex and other guests arrive at her estate for a weekend get-together.","3.699","/wE9tcRTZ3OCTz2LjGaNxFHZnDLJ.jpg","[{'id':93574,'logo_path':null,'name':'Baby Mugs Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-09-15","0","95","[{'iso_639_1':'en','name':'English'}]","Released","Everyone and their exes are invited","The Wilde Wedding","false","5.9","29" +"false","/ne1aepAui6ezS8F8erMpsWjOS7y.jpg","null","10000000","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","","434203","tt6408226","en","Newness","In contemporary Los Angeles, two millennials navigating a social media???driven hookup culture begin a relationship that pushes both emotional and physical boundaries.","9.219","/zgBvMGisJpf4nMuO2yoNt7ZVR2q.jpg","[{'id':80971,'logo_path':null,'name':'Lost City','origin_country':''},{'id':1645,'logo_path':'/6Ry6uNBaa0IbbSs1XYIgX5DkA9r.png','name':'Scott Free Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-11-03","0","112","[{'iso_639_1':'en','name':'English'}]","Released","","Newness","false","5.8","238" +"false","/7Ak9VJ67NEKuUmnVlDjGWWHSnB7.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://www.kedifilm.com","392011","tt4420704","tr","Kedi","A profile of an ancient city and its unique people, seen through the eyes of the most mysterious and beloved animal humans have ever known, the Cat.","5.163","/5z2vuJk6P7V2azw3gWQF7L4l5xU.jpg","[{'id':55996,'logo_path':null,'name':'Termite Art Productions','origin_country':''}]","[{'iso_3166_1':'TR','name':'Turkey'}]","2017-02-10","3787711","79","[{'iso_639_1':'tr','name':'T??rk??e'}]","Released","A cat meowing at your feet, looking up at you, is life smiling at you...","Kedi","false","7.5","99" +"false","/a7pM4QWQxMMa9ifuCPPzp9UGZHv.jpg","null","22000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","","398177","tt5721088","en","Just Getting Started","Duke Diver is living the high life as the freewheeling manager of a luxurious resort in Palm Springs, Calif. He soon faces competition from Leo, a former military man who likes the same woman that Duke is interested in. When Diver's past suddenly catches up with him, he must put aside his differences and reluctantly team up with Leo to stop whoever is trying to kill him.","7.935","/70eVsU4nvVidEs7mpPcEcBlIpmx.jpg","[{'id':83397,'logo_path':null,'name':'Reel Chefs Catering','origin_country':''},{'id':49389,'logo_path':'/3rOhrdjnUHsf0GPa66b9KyR2MUx.png','name':'Broad Green Pictures','origin_country':'US'},{'id':89171,'logo_path':null,'name':'Endurance Media','origin_country':''},{'id':8147,'logo_path':'/q6HOAdSNgCbeOqwoMVRc6REgbXF.png','name':'Entertainment One','origin_country':'CA'},{'id':975,'logo_path':null,'name':'Gerber Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-12-01","6069605","91","[{'iso_639_1':'en','name':'English'}]","Released","Chivalry meets rivalry","Just Getting Started","false","5","87" +"false","/gP8zfI4SEyzg5UQiFQNxikpoUm1.jpg","null","1328931","[{'id':878,'name':'Science Fiction'}]","http://alphagatewaymovie.com","472744","tt6179746","en","The Gateway","A particle physicist grieving over the loss of her husband in a car crash uses a revolutionary machine to bring him back, with dire consequences for her family.","5.075","/3Gp2lj5jnP08Sie6j0gNL3zfiSE.jpg","[{'id':10002,'logo_path':null,'name':'Filmscope Entertainment','origin_country':'AU'}]","[{'iso_3166_1':'AU','name':'Australia'}]","2018-05-03","0","90","[{'iso_639_1':'en','name':'English'}]","Released","What would you do for love?","The Gateway","false","5.6","35" +"false","/bJLJAtGjBj836UjJZNOwgrfe5Ps.jpg","null","15000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","http://www.foxsearchlight.com/threebillboardsoutsideebbingmissouri","359940","tt5027774","en","Three Billboards Outside Ebbing, Missouri","After seven months have passed without a culprit in her daughter's murder case, Mildred Hayes makes a bold move, painting three signs leading into her town with a controversial message directed at Bill Willoughby, the town's revered chief of police. When his second-in-command Officer Jason Dixon, an immature mother's boy with a penchant for violence, gets involved, the battle between Mildred and Ebbing's law enforcement is only exacerbated.","17.482","/vgvw6w1CtcFkuXXn004S5wQsHRl.jpg","[{'id':2376,'logo_path':'/yeNoWmSHZfvKsBYuL8uTRE4LPdQ.png','name':'Blueprint Pictures','origin_country':'GB'},{'id':94694,'logo_path':'/NVim8F3S69VMWLEXvsFUODDy9V.png','name':'Cutting Edge Group','origin_country':'US'},{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2017-11-10","158526998","115","[{'iso_639_1':'en','name':'English'}]","Released","","Three Billboards Outside Ebbing, Missouri","false","8.2","5138" +"false","/zGPLKEasLyKMpeQPOxK6uytjv5G.jpg","null","19700000","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':9648,'name':'Mystery'},{'id':10749,'name':'Romance'}]","","401285","tt4129428","hi","??????????????? ???????????????","A gifted teenage detective searches for his missing father with his ladylove assistant.","4.847","/aAvF8e5w4xETbx8TUesCnVFJqSF.jpg","[{'id':91484,'logo_path':null,'name':'Picture Shuru Productions','origin_country':''},{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':2320,'logo_path':'/nSAXfUCy16cNRiPlBMHeb700t9p.png','name':'UTV Motion Pictures','origin_country':'IN'}]","[{'iso_3166_1':'IN','name':'India'}]","2017-07-14","12500000","180","[{'iso_639_1':'hi','name':'??????????????????'}]","Released","","Jagga Jasoos","false","5.8","47" +"false","/cAy3Dr58zZzS70TfuCmGFQhK4yi.jpg","null","10000000","[{'id':18,'name':'Drama'}]","https://www.netflix.com/title/80175694","414425","tt2396589","en","Mudbound","In the post???World War II South, two families are pitted against a barbaric social hierarchy and an unrelenting landscape as they simultaneously fight the battle at home and the battle abroad.","10.21","/7cL7UgVMeP9xDSxU2NyAqeAQAbt.jpg","[{'id':77951,'logo_path':null,'name':'Zeal Media','origin_country':''},{'id':35849,'logo_path':'/bHYIJoy2ri7crfHugwR0AdF3qdM.png','name':'Armory Films','origin_country':'US'},{'id':22146,'logo_path':'/jPBtpMh0AUFqf9yfOJXer9d5Rei.png','name':'Black Bear Pictures','origin_country':'US'},{'id':79426,'logo_path':'/8aEC7xem9YwHNCDojSFEPQgoFC3.png','name':'MACRO','origin_country':'US'},{'id':88554,'logo_path':null,'name':'MMC Joule Films','origin_country':''},{'id':63369,'logo_path':null,'name':'Elevated Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-11-17","0","135","[{'iso_639_1':'en','name':'English'}]","Released","","Mudbound","false","7.6","563" +"false","/tGN5Aau3OKN219A5GfcqAXuHZcF.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","345317","tt4494718","en","Final Portrait","In 1964, American writer James Lord is asked to sit for a portrait by artist Alberto Giacometti, which begins their off-beat friendship and gives Lord an insight into the profundity and chaos of the artistic process.","5.132","/qkzgkapX0cUEdWSJXnqvAZolRzU.jpg","[{'id':76314,'logo_path':'/oFiHo3350Nj7bi6oxYMq3Kp6VGC.png','name':'Riverstone Pictures','origin_country':''},{'id':2395,'logo_path':'/pZz4qs03FtP6UGtZ3hjQ6qimcwi.png','name':'HanWay Films','origin_country':'GB'},{'id':834,'logo_path':null,'name':'Potboiler Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-08-03","461972","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'it','name':'Italiano'}]","Released","The search for perfection never ends.","Final Portrait","false","6.1","69" +"false","/7JLq3aQV89IAL2wetJ5f5STswql.jpg","null","8000000","[{'id':16,'name':'Animation'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","http://www.mylifeasazucchini.com/","393559","tt2321405","fr","Ma vie de courgette","After his mother???s death, Zucchini is befriended by a kind police officer, Raymond, who accompanies him to his new foster home filled with other orphans his age. There, with the help of his newfound friends, Zucchini eventually learns to trust and love as he searches for a new family of his own.","5.255","/mZ9JGgCvV4d5KnpT0jSR1pOCLW7.jpg","[{'id':4621,'logo_path':null,'name':'G??b??ka Films','origin_country':''},{'id':7034,'logo_path':'/eeJkVwHRx4I1mDzAfRfIczhzDHE.png','name':'Rita Productions','origin_country':'FR'},{'id':42171,'logo_path':null,'name':'Blue Spirit Animation','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'CH','name':'Switzerland'}]","2016-10-12","292279","66","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","My Life as a Zucchini","false","7.8","551" +"false","/woSmQgo1wxE4WRVXWHrmgv3jy2O.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","375315","tt5186714","fa","??????????????","Forced out of their apartment due to dangerous works on a neighboring building, Emad and Rana move into a new flat in the center of Tehran. An incident linked to the previous tenant will dramatically change the young couple???s life.","6.759","/sLqw0NXQJY8S8Na94rlefavBnRX.jpg","[{'id':8152,'logo_path':'/shnLD1Pj9d1vB2TH93QHSNT5gzW.png','name':'Doha Film Institute','origin_country':'QA'},{'id':5162,'logo_path':'/ePS4wgTIC1hjOnnmxYJmYNEzAR.png','name':'Memento Films Production','origin_country':'FR'},{'id':83099,'logo_path':null,'name':'Farhadi Film Production','origin_country':''},{'id':94,'logo_path':'/huC7HqorvUThGIrENrbcHmQVUA0.png','name':'ARTE France Cin??ma','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'IR','name':'Iran'}]","2016-06-24","2216318","125","[{'iso_639_1':'fa','name':'??????????'}]","Released","","The Salesman","false","7.3","361" +"false","/1uecj8izDDjvZ4syzJQCOKRBjaa.jpg","null","1000000","[{'id':99,'name':'Documentary'}]","http://www.iamnotyournegrofilm.com/","411019","tt5804038","en","I Am Not Your Negro","Working from the text of James Baldwin???s unfinished final novel, director Raoul Peck creates a meditation on what it means to be Black in the United States.","8.257","/zwd0Zti7BvY1mO0mTPzM0fRrtc6.jpg","[{'id':1030,'logo_path':'/bus7KzJshT0VMXuKR7dwK5bqPSO.png','name':'Magnolia Pictures','origin_country':'US'},{'id':1793,'logo_path':null,'name':'Velvet Film','origin_country':''}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","2017-02-03","7123919","95","[{'iso_639_1':'en','name':'English'}]","Released","","I Am Not Your Negro","false","8.1","187" +"false","/2ByWxoMbfE3pxztCJn5qTJ5Ui2Y.jpg","null","10000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://ladybird.movie","391713","tt4925292","en","Lady Bird","A California high school student plans to escape from her family and small town by going to college in New York, much to the disapproval of wildly loving, deeply opinionated and strong-willed mother.","14.434","/iySFtKLrWvVzXzlFj7x1zalxi5G.jpg","[{'id':93105,'logo_path':null,'name':'IAC Films','origin_country':''},{'id':258,'logo_path':null,'name':'Scott Rudin Productions','origin_country':'US'},{'id':78984,'logo_path':null,'name':'Entertainment 360','origin_country':''},{'id':21482,'logo_path':null,'name':'Mission Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-09-08","76858273","94","[{'iso_639_1':'en','name':'English'}]","Released","Fly Away Home.","Lady Bird","false","7.3","3653" +"false","/oCg0vDcnzjyx8LswkH079mXnIga.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","40885","tt0050933","en","Sayonara","Air Force Major Lloyd Gruver (Marlon Brando) is reassigned to a Japanese air base, and is confronted with US racial prejudice against the Japanese people. The issue is compounded because a number of the soldiers become romantically involved with Japanese women, in defiance of US military policy. Ordinarily an officer who is by-the-book, Gruver must take a position when a buddy of his, an enlisted man Joe Kelly (Red Buttons) falls in love with a Japanese woman Katsumi (Miyoshi Umeki) and marries her. Gruver risks his position by serving as best man at the wedding ceremony.","3.885","/xSXJDamf9vSb1qOiBhOMjB2soDE.jpg","[{'id':10568,'logo_path':null,'name':'Pennebaker Productions','origin_country':''},{'id':3473,'logo_path':null,'name':'William Goetz Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1957-12-05","0","147","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'}]","Released","""I am not allowed to love. But I will love you if that is your desire..."" Marlon Brando and an exquisite new Japanese star. They LIVE James A. Michener's story of defiant desire. It is called ""Sayonara""","Sayonara","false","6.8","45" +"false","/p02arZjneQXesrOvqcAcC3lBL4.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'}]","","406103","tt3321470","en","Diverge","The survivor of a deadly virus is given the chance to reclaim his lost life by stopping the man responsible for the disease.","1.4","/mMzRj9Z9hBdw4AKDzjTk6VXRzBN.jpg","[{'id':62513,'logo_path':null,'name':'Easy Open Productions','origin_country':''},{'id':71292,'logo_path':null,'name':'Young Gunner Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-06-09","0","85","[]","Released","Two Paths. One Life.","Diverge","false","4.9","7" +"false","/yaxLwfIYkFSxK97zvsrfT2Bd1j9.jpg","null","0","[{'id':18,'name':'Drama'}]","","414372","tt4383288","fr","Polina, danser sa vie","Polina is a young dancer from a modest family. After years of ballet academy, she is accepted by the Bolshoi; still, she decides to try and audition of a modern dance company in France. She makes it, but her journey will not end there...","3.217","/kfM05D5whQjEEr4zk8GgfAL6aJI.jpg","[{'id':7248,'logo_path':null,'name':'Union G??n??rale Cin??matographique (UGC)','origin_country':'FR'},{'id':33963,'logo_path':null,'name':'Everybody on the Deck','origin_country':''},{'id':8350,'logo_path':'/rSMDAaHwcKiLbXOCIfw1v74xdRg.png','name':'TF1 Droits Audiovisuels','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'}]","2016-11-16","165","112","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Breaking The Rules Can Change Your Life.","Polina","false","6.6","53" +"false","/s7tSZ98Hh3MT9mvecWGZ1nQrmK1.jpg","null","0","[{'id':36,'name':'History'},{'id':18,'name':'Drama'}]","","314400","tt2922590","it","Sangue del mio sangue","Northern Italy, 17th century. In a monastery, a nun accused of witchcraft tries to seduce a young confessor who refuses to yield to his searing temptation.","1.686","/fgn9u3Jm5ZqlWglIQqpLH0T0FjN.jpg","[{'id':2683,'logo_path':'/mOL2WcHtox2urbUf1oJvjw7kz01.png','name':'Rai Cinema','origin_country':'IT'},{'id':63459,'logo_path':null,'name':'Kavac Film','origin_country':''},{'id':46111,'logo_path':null,'name':'IBC MOvie','origin_country':'IT'}]","[{'iso_3166_1':'CH','name':'Switzerland'},{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'FR','name':'France'}]","2015-09-09","0","106","[{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'la','name':'Latin'}]","Released","","Blood of My Blood","false","5.9","24" +"false","/velMcFG0eIv0MBARstwM42j8UVj.jpg","null","0","[{'id':18,'name':'Drama'}]","","449757","tt6213284","en","I Am Not a Witch","Convicted of witchcraft, 8-year-old Shula is brought to live in a penal colony where witches do hard labor in service of the government.","3.262","/tWkbuUHugbckItwcyCf8uq1utOJ.jpg","[{'id':85189,'logo_path':null,'name':'Soda Pictures','origin_country':''},{'id':87893,'logo_path':null,'name':'Clandestine Films','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'ZM','name':'Zambia'}]","2017-10-20","0","98","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'to','name':''}]","Released","","I Am Not a Witch","false","6.9","31" +"false","/3HacfGG2Y4aBIyMz9sIMTSkCj9z.jpg","null","0","[{'id':18,'name':'Drama'}]","https://www.montereymedia.com/sophieandtherisingsun/","371743","tt4532818","en","Sophie and the Rising Sun","In a small Southern town in the autumn of 1941, Sophie???s lonely life is transformed when an Asian man arrives under mysterious circumstances. Their love affair becomes the lightning rod for long-buried conflicts that erupt in bigotry and violence with the outbreak of World War ll.","1.476","/csvqNng0vpRdEgE06aLuq44i3G9.jpg","[{'id':86932,'logo_path':null,'name':'Sophie Film','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-01-27","0","116","[{'iso_639_1':'en','name':'English'}]","Released","","Sophie and the Rising Sun","false","6.6","10" +"false","/pMYSFleKKpLGhIbTiqd3o5r96jo.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","http://bladerunnermovie.com/","473072","tt7326248","en","2036: Nexus Dawn","This in-world short film takes place in the year 2036 and revolves around Jared Leto???s character, Niander Wallace. In this short, directed by Luke Scott, Wallace introduces a new line of ???perfected??? replicants called the Nexus 9, seeking to get the prohibition on replicants repealed. This no doubt has serious ramifications that will be crucial to the plot of Blade Runner 2049.","5.915","/aG1RTui15ombf2EMNB69QagdoFR.jpg","[{'id':1088,'logo_path':'/9WOE5AQUXbOtLU6GTwfjS8OMF0v.png','name':'Alcon Entertainment','origin_country':'US'},{'id':4545,'logo_path':null,'name':'RSA Films','origin_country':''},{'id':94364,'logo_path':null,'name':'3AM','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-08-29","0","6","[{'iso_639_1':'en','name':'English'}]","Released","","2036: Nexus Dawn","false","7.1","140" +"false","/9rCYAh56UsAwYVEeAaWczIMF0fd.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':28,'name':'Action'}]","","471919","tt5697870","hi","Lucknow Central","After being accused of murder and awaiting his death penalty, Kishen Mohan Girhotra is compelled by NGO worker Gayatri Kashyap to form a musical band of prisoners to compete at band competition held at the dreaded jail of ???Lucknow Central???. Kishen befriends and convinces a talented bunch of criminals to form a band that provides them with a purpose and a new lease of life.","1.737","/gnGl9Djk4JCzJwFF5BhiL7nXL9Z.jpg","[{'id':6808,'logo_path':'/xa1Yz7B5eRC2F9oHA6mDn8NE6ci.png','name':'Viacom 18 Motion Pictures','origin_country':'IN'},{'id':72146,'logo_path':null,'name':'Emmay Entertainment','origin_country':'IN'}]","[{'iso_3166_1':'IN','name':'India'}]","2017-09-15","0","147","[{'iso_639_1':'hi','name':'??????????????????'}]","Released","","Lucknow Central","false","7","16" +"false","/ruP0FWFmdUCkfCvaeKBhSs1L7Wc.jpg","{'id':150967,'name':'Benvenuti al... Collection','poster_path':'/sLIZNEOrOwkQddzw7f4ghq7IUOW.jpg','backdrop_path':'/boSgGvPgBAXNQBwevgtM4NIdLSs.jpg'}","6000000","[{'id':35,'name':'Comedy'}]","","85038","tt1756415","it","Benvenuti al nord","Now in the Far North (i.e. Milan!), Alberto has accepted to manage a program for efficiency improvement in the Italian Post. He devotes all his time and all his energy to this noble task and neglects his wife Silvia, which of course annoys her beyond limits. Things do not fare much better in Castellabate where it is rather Maria, Matta's wife, who gets on his nerves by always blaming him for his lack of ambition. One day, due to a misunderstanding, Mattia is transferred to... Milan! And on whose doorstep does he land? Alberto's of course!","4.866","/eZhBakjVlMhFxxARSUOVKDM7BG7.jpg","[{'id':6246,'logo_path':null,'name':'Medusa Film','origin_country':'IT'},{'id':10102,'logo_path':'/b0g4aEM39p0PwbIiaU1Cg3ZZUAq.png','name':'Cattleya','origin_country':'IT'}]","[{'iso_3166_1':'IT','name':'Italy'}]","2012-01-18","35000000","110","[{'iso_639_1':'it','name':'Italiano'}]","Released","","Welcome to the North","false","5.8","730" +"false","/yEE5IJzGsh3PVfiaaKTi6vgC3EE.jpg","null","10000000","[{'id':99,'name':'Documentary'}]","http://www.hbo.com/documentaries/bright-lights-starring-carrie-fisher-and-debbie-reynolds","398738","tt5651050","en","Bright Lights: Starring Carrie Fisher and Debbie Reynolds","An intimate portrait of Hollywood royalty featuring Debbie Reynolds, Todd Fisher, and Carrie Fisher.","2.323","/qE5PVWCpjj1Iwl6vLGhxkP91EL8.jpg","[{'id':3268,'logo_path':'/tuomPhY2UtuPTqqFnKMVHvSb724.png','name':'HBO','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2016-05-14","0","95","[{'iso_639_1':'en','name':'English'}]","Released","A different kind of Hollywood love story.","Bright Lights: Starring Carrie Fisher and Debbie Reynolds","false","7.6","40" +"false","/mO8r8Vkfs4ETc8tEV8O48H2E33L.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","392807","tt4771932","fi","Hymyilev?? mies","Summer 1962 and Olli M??ki has a shot at the world championship title in featherweight boxing. From the Finnish countryside to the bright lights of Helsinki, everything has been prepared for his fame and fortune. All Olli has to do is lose weight and concentrate. But there is a problem ??? he has fallen in love with Raija.","1.153","/bhOwc4F6pQrta2rhaXGGjGwgLN2.jpg","[{'id':84882,'logo_path':'/9clAUmAsWbsAS4Xua4e861dkoZ9.png','name':'Aamu Film Company','origin_country':'FI'},{'id':39720,'logo_path':'/ibYDOzRUY7y8PHdM7JGuw5YLlcp.png','name':'One Two Films','origin_country':'DE'},{'id':84883,'logo_path':null,'name':'Elokuvayhti?? Aamu Oy','origin_country':''},{'id':2801,'logo_path':'/bswb1PLLsKDUXMLgy42bZtCtIde.png','name':'Film i V??st','origin_country':'SE'}]","[{'iso_3166_1':'FI','name':'Finland'},{'iso_3166_1':'SE','name':'Sweden'},{'iso_3166_1':'DE','name':'Germany'}]","2016-09-02","0","92","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fi','name':'suomi'}]","Released","","The Happiest Day in the Life of Olli M??ki","false","6.6","28" +"false","/cLcjoTEjbZAyRZzTdXuamWaWVKW.jpg","null","0","[{'id':35,'name':'Comedy'}]","","380856","tt4060962","en","A Stand Up Guy","A low-level mobster takes a stab at stand-up comedy while in the Witness Protection Program.","0.68","/uvsPkx9W3eyPoPQwApSk07jWhkr.jpg","[{'id':50074,'logo_path':null,'name':'2B Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-02-09","0","90","[]","Released","","A Stand Up Guy","false","5.1","9" +"false","/GZiVWXf4N2a44qkTzpmTloDO54.jpg","null","10000000","[{'id':18,'name':'Drama'}]","","407719","tt5687814","en","Golden Exits","An intersectional narrative of two families in Brooklyn and the unraveling of unspoken unhappiness that occurs when a young foreign girl spending time abroad upsets the balance on both sides.","4.108","/qdNtpveLDAlODfs4o4blrN7XsxV.jpg","[{'id':91231,'logo_path':null,'name':'Webber Gilbert Media','origin_country':''},{'id':19246,'logo_path':'/4zrEZfTf94tyG4wRB599gRS0reU.png','name':'Faliro House Productions','origin_country':'GR'},{'id':37432,'logo_path':'/4jf93b9QJmuHxtb1CAFxakApt5K.png','name':'Bow and Arrow Entertainment','origin_country':'US'},{'id':14862,'logo_path':'/2YobmEkVFAcw368uz6Ie1sGP2C8.png','name':'Washington Square Films','origin_country':'US'},{'id':61604,'logo_path':null,'name':'Forager Film','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-02-09","0","94","[{'iso_639_1':'en','name':'English'}]","Released","","Golden Exits","false","6.2","24" +"false","/5lSF2ZlhzX5LEPUvAwCe6Hbv9Nh.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10770,'name':'TV Movie'}]","https://www.netflix.com/title/80167498","505159","tt8005338","en","Chris Rock: Tamborine","Chris Rock takes the stage for his first comedy special in 10 years, filled with searing observations on fatherhood, infidelity and American politics.","6.479","/7Pf9fQsDY2HvCsSQ6ObYBkMsdo5.jpg","[{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-02-14","0","64","[{'iso_639_1':'en','name':'English'}]","Released","","Chris Rock: Tamborine","false","6.5","57" +"false","/fkCfrOHHlZJbsHHvLNbNrqughe8.jpg","null","0","[{'id':18,'name':'Drama'}]","","34155","tt0928124","en","Carnera: The Walking Mountain","The life of Primo Carnera a.k.a. ""Ambling Alp"", Italian professional boxer and the World Heavyweight Champion from June 1933 to June 1934, but also accused by some of having ties to the mob.","1.789","/kCTb0DmoVUa7gO4fNvJCIbJbs1j.jpg","[{'id':2468,'logo_path':null,'name':'Domino Film','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'RO','name':'Romania'}]","2008-05-09","0","125","[{'iso_639_1':'en','name':'English'}]","Released","","Carnera: The Walking Mountain","false","6.2","16" +"false","/AmdEn1a8Us15KEpycHcq28fW56K.jpg","null","0","[{'id':16,'name':'Animation'},{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'},{'id':10751,'name':'Family'}]","","337703","tt3666024","fr","La tortue rouge","The dialogue-less film follows the major life stages of a castaway on a deserted tropical island populated by turtles, crabs and birds.","6.24","/wOBU3SLjQ9358Km9YWYasPZyebp.jpg","[{'id':729,'logo_path':'/hNxGdbddbsDDnEWJ7RNLcGCRSLQ.png','name':'Why Not Productions','origin_country':'FR'},{'id':856,'logo_path':'/3tfzS2CrX6Ntbu927XzHXEPDA6y.png','name':'Wild Bunch','origin_country':'FR'},{'id':3144,'logo_path':'/1aCUp3Lu2PU3uDupxP3L4Jwr8m.png','name':'Prima Lin??a Productions','origin_country':'FR'},{'id':5850,'logo_path':'/26v9iO4OqZzGhKiHYfiPWCYTNiG.png','name':'Belvision','origin_country':'BE'},{'id':10342,'logo_path':'/dT3UbXjca6TClutHJtr7GhkRALP.png','name':'Studio Ghibli','origin_country':'JP'},{'id':81528,'logo_path':null,'name':'CN4 Productions','origin_country':''},{'id':94,'logo_path':'/huC7HqorvUThGIrENrbcHmQVUA0.png','name':'ARTE France Cin??ma','origin_country':'FR'}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'JP','name':'Japan'}]","2016-06-29","921974","80","[{'iso_639_1':'xx','name':'No Language'}]","Released","","The Red Turtle","false","7.6","530" +"false","/pHdCS3FerQhAklu2JDEgpIuv5fP.jpg","null","0","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'}]","https://www.tragedygirlsmovie.com/","413857","tt3859272","en","Tragedy Girls","Following two death-obsessed teenage girls who use their online show about real-life tragedies to send their small Midwestern town into a frenzy and cement their legacy as modern horror legends.","9.004","/ifngaBZDROgHz4sgSzL75TD90Ll.jpg","[{'id':92109,'logo_path':'/1wOgBio7WGOskOAQ2aTvtCHAdm8.png','name':'Dawn's Light','origin_country':'US'},{'id':96187,'logo_path':null,'name':'It's The Comeback Kids','origin_country':''},{'id':96188,'logo_path':null,'name':'New Artist Pictures','origin_country':''},{'id':70413,'logo_path':null,'name':'Ardor Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-10-20","0","98","[{'iso_639_1':'en','name':'English'}]","Released","Friends who slay together, stay together","Tragedy Girls","false","5.9","131" +"false","/mhwL0ZmawAqAhWp2fw6WTmPy4kC.jpg","null","0","[{'id':18,'name':'Drama'}]","https://columbusthemovie.com","414453","tt5990474","en","Columbus","When a renowned architecture scholar falls suddenly ill during a speaking tour, his son Jin finds himself stranded in Columbus, Indiana - a small Midwestern city celebrated for its many significant modernist buildings. Jin strikes up a friendship with Casey, a young architecture enthusiast who works at the local library.","7.729","/3ZE5Wl3CdfUH4BkWRmyMKPHkWHx.jpg","[{'id':80504,'logo_path':null,'name':'Nonetheless Productions','origin_country':''},{'id':1473,'logo_path':null,'name':'Depth of Field','origin_country':'US'},{'id':89212,'logo_path':'/zFEXjYOgGRne5IbRlGEDsFjNdOE.png','name':'Superlative Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-08-04","1015744","100","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","In the middle of all the mess... there was this.","Columbus","false","7.3","121" +"false","/cRDJFNKatstX1YsjZgaSa2W1507.jpg","{'id':510027,'name':'Call Me by Your Name Collection','poster_path':null,'backdrop_path':null}","4000000","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","http://sonyclassics.com/callmebyyourname/","398818","tt5726616","en","Call Me by Your Name","Elio Perlman is spending the summer with his family at their vacation home in Lombardy, Italy. When his father hires a handsome doctoral student, the curious 17-year-old finds himself developing a growing attraction to the young man.","21.322","/nPTjj6ZfBXXBwOhd7iUy6tyuKWt.jpg","[{'id':16017,'logo_path':null,'name':'La Cin??facture','origin_country':''},{'id':30666,'logo_path':'/g8LmDZVFWDRJW72sj0nAj1gh8ac.png','name':'RT Features','origin_country':'BR'},{'id':46344,'logo_path':'/uWNb5rg5RuZwcjJ7XTItXj44Gzm.png','name':'Frenesy Film Company','origin_country':'IT'},{'id':88564,'logo_path':'/pn3p12IC4Tb0K8reEQyR51pgnvJ.png','name':'Water's End Productions','origin_country':'US'},{'id':88565,'logo_path':'/AmSa26x5bHWfY1FPwx9eDve7KAk.png','name':'M.Y.R.A. Entertainment','origin_country':'US'},{'id':10949,'logo_path':'/2JOR75Gaz14Vzim0XSTSCmGFYsD.png','name':'Memento Films International','origin_country':'FR'},{'id':14016,'logo_path':'/snclwsIZQbgvqYCBJP8fqNlCA5y.png','name':'Ministero per i Beni e le Attivit?? Culturali','origin_country':'IT'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'BR','name':'Brazil'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'IT','name':'Italy'}]","2017-09-01","41063475","132","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","Is it better to speak or die?","Call Me by Your Name","false","8.3","4623" +"false","/5Sq6IyZ0tLPp3Xoai1A4Urw9Drt.jpg","null","0","[{'id':37,'name':'Western'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","411141","tt4746102","en","The Scent of Rain & Lightning","When a young woman learns her parents' killer has been released from jail, she is forced to revisit old wounds while discovering the destructive power of hate and the true cost of family secrets fully revealing themselves.","2.206","/3DofqoUOpSRxXE8aWkevEQ6X6y7.jpg","[]","[]","2018-02-16","0","100","[{'iso_639_1':'en','name':'English'}]","Released","","The Scent of Rain & Lightning","false","5.4","17" +"false","/9akpQrhpCK2M4Km3O7kjaWOBXXZ.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':80,'name':'Crime'},{'id':12,'name':'Adventure'}]","","452551","tt5866930","cn","The Adventurers","The world's top thieves join forces to pull off the heist of a lifetime. But when they find themselves pursued across Europe by a legendary French detective, they'll have to take their game to the next level.","7.896","/iVKVucELauvZGsNUd37LgSusQWb.jpg","[{'id':86508,'logo_path':null,'name':'Infinitus Entertainment','origin_country':''},{'id':48778,'logo_path':'/tto2UKph873Xh1ytxfNBgCxT8NO.png','name':'Gravity Pictures','origin_country':'CN'},{'id':40890,'logo_path':null,'name':'China Film Co.','origin_country':''},{'id':57967,'logo_path':null,'name':'Milk & Honey Pictures','origin_country':''},{'id':99455,'logo_path':null,'name':'Shanghai Alibaba Pictures','origin_country':'CN'},{'id':99456,'logo_path':null,'name':'Mannix Pictures','origin_country':''},{'id':99457,'logo_path':null,'name':'China Media Capital','origin_country':''}]","[{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'CZ','name':'Czech Republic'},{'iso_3166_1':'HK','name':'Hong Kong'}]","2017-08-11","216556","140","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'ru','name':'P????????????'}]","Released","","The Adventurers","false","5.8","48" +"false","/vSZ8rV6QzUdA4NrZqStwypYwOjG.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://www.mountainmovie.com.au/","462145","tt6203570","en","Mountain","An epic cinematic and musical collaboration between Sherpa filmmaker Jennifer Peedom and the Australian Chamber Orchestra, that explores humankind's fascination with high places. Narrated by Willem Dafoe.","2.619","/iI2DRk7LIgIuCqXcfBWyDPy17bF.jpg","[{'id':91483,'logo_path':null,'name':'camp 4 Collective','origin_country':''},{'id':86580,'logo_path':'/7FOwqku75J2wkXOvXjrIydInDOR.png','name':'Stranger Than Fiction Films','origin_country':'AU'},{'id':11127,'logo_path':null,'name':'Sherpas Cinema','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2017-09-01","0","73","[{'iso_639_1':'en','name':'English'}]","Released","","Mountain","false","8","23" +"false","/7OMAfDJikBxItZBIug0NJig5DHD.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':16,'name':'Animation'},{'id':18,'name':'Drama'}]","https://www.funimationfilms.com/movie/yourname/","372058","tt5311514","ja","???????????????","High schoolers Mitsuha and Taki are complete strangers living separate lives. But one night, they suddenly switch places. Mitsuha wakes up in Taki???s body, and he in hers. This bizarre occurrence continues to happen randomly, and the two must adjust their lives around each other.","22.94","/xq1Ugd62d23K2knRUx6xxuALTZB.jpg","[{'id':3756,'logo_path':'/dH51ZYZnD7ezWMqZCItuvATr2j8.png','name':'CoMix Wave Films','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","2016-08-26","355398372","106","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Your Name.","false","8.6","3848" +"false","/nojqcQUHEaykoYj1W4u53QzpJMI.jpg","null","0","[{'id':99,'name':'Documentary'}]","","413580","tt5215486","en","Dawson City: Frozen Time","The true history of a collection of some 500 films dating from 1910s to 1920s, which were lost for over 50 years until being discovered buried in a sub-arctic swimming pool deep in the Yukon Territory, in Dawson City, located about 350 miles south of the Arctic Circle.","1.27","/6acUjFJzv6J7IE2h75zVMCkJr4k.jpg","[{'id':56917,'logo_path':null,'name':'Museum of Modern Art','origin_country':''},{'id':45908,'logo_path':null,'name':'Hypnotic Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-06-09","0","120","[{'iso_639_1':'en','name':'English'}]","Released","Film Was Born Of An Explosive.","Dawson City: Frozen Time","false","7","11" +"false","/nrrdw7hS8VOxz4Kqh0EtJpbIgu0.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://goodtime.movie/","429200","tt4846232","en","Good Time","After a botched bank robbery lands his younger brother in prison, Connie Nikas embarks on a twisted odyssey through New York City's underworld to get his brother Nick out of jail.","9.183","/s6DJXJU3HzX24Ij3VWg5MfVGHrI.jpg","[{'id':94312,'logo_path':null,'name':'Elara Pictures','origin_country':''},{'id':37504,'logo_path':null,'name':'Rhea Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-08-11","2026499","101","[{'iso_639_1':'en','name':'English'}]","Released","Are you ready for a Good Time?","Good Time","false","7.1","753" +"false","/2x9zAeDPgHSzneVcsSF7mByjC8S.jpg","null","0","[{'id':18,'name':'Drama'}]","","428584","tt6333086","yi","Menashe","Within Brooklyn???s ultra-orthodox Jewish community, a widower battles for custody of his son.","2.782","/b4vDCyxJfUXPrImfn8wSd9rhVYP.jpg","[{'id':41641,'logo_path':null,'name':'Maiden Voyage Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-07-28","0","82","[{'iso_639_1':'yi','name':''}]","Released","There's nothing orthodox about him.","Menashe","false","6.4","23" +"false","/o5T8rZxoWSBMYwjsUFUqTt6uMQB.jpg","{'id':468551,'name':'Justice League Collection','poster_path':'/2ZOCiOdAOVSKsFjC1Vl2ZlANrPj.jpg','backdrop_path':'/vyxOJuk6cxrRcGzuMRbDTpwji1w.jpg'}","500000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'}]","http://www.justiceleaguethemovie.com","141052","tt0974015","en","Justice League","Fuelled by his restored faith in humanity and inspired by Superman's selfless act, Bruce Wayne and Diana Prince assemble a team of metahumans consisting of Barry Allen, Arthur Curry and Victor Stone to face the catastrophic threat of Steppenwolf and the Parademons who are on the hunt for three Mother Boxes on Earth.","47.718","/eifGNCSDuxJeS1loAXil5bIGgvC.jpg","[{'id':429,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Comics','origin_country':'US'},{'id':9993,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Entertainment','origin_country':'US'},{'id':41624,'logo_path':'/wzKxIeQKlMP0y5CaAw25MD6EQmf.png','name':'RatPac-Dune Entertainment','origin_country':'US'},{'id':9995,'logo_path':'/mAIGhOYhN4N2N0F7p4dbKhgXf3l.png','name':'Cruel & Unusual Films','origin_country':'US'},{'id':507,'logo_path':'/z7H707qUWigbjHnJDMfj6QITEpb.png','name':'Atlas Entertainment','origin_country':'US'},{'id':102618,'logo_path':null,'name':'Lensbern Productions','origin_country':''},{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-11-15","657924295","120","[{'iso_639_1':'en','name':'English'}]","Released","","Justice League","false","6.2","7146" +"false","/1gvCMCp91W575JIxh82qVj7mqUa.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://www.contemporarycolor.com/","390295","tt5258306","en","Contemporary Color","In the summer of 2015, legendary musician David Byrne staged an event at Brooklyn's Barclays Center to celebrate the art of Color Guard: synchronized dance routines involving flags, rifles, and sabers. Recruiting performers that include the likes of Saint Vincent, Nelly Furtado, Ad-Rock, and Ira Glass to collaborate on original pieces with 10 color guard teams from across the US and Canada, Contemporary Color is a beautifully filmed snapshot of a one-of-a-kind live event.","1.421","/w8W6o12MMQzbtphKKvHKVFCOJyc.jpg","[]","[]","2016-04-14","0","96","[{'iso_639_1':'en','name':'English'}]","Released","","Contemporary Color","false","8","3" +"false","/uy6s1Biy0YenbeMAxMqm7L2GTcT.jpg","null","0","[{'id':37,'name':'Western'}]","http://leftybrownmovie.com","438457","tt4400994","en","The Ballad of Lefty Brown","Aging sidekick Lefty Brown has ridden with Eddie Johnson his entire life. But when a rustler kills Eddie, Lefty is forced from his partner???s shadow and must confront the ugly realities of frontier justice.","6.202","/p4L5DM3ZeEuAawFxd2ftgISQMZQ.jpg","[{'id':84955,'logo_path':null,'name':'Higher Content','origin_country':''},{'id':33556,'logo_path':null,'name':'Om Films','origin_country':''},{'id':15455,'logo_path':null,'name':'Armian pictures','origin_country':''},{'id':2830,'logo_path':null,'name':'Rival Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-12-15","0","105","[{'iso_639_1':'en','name':'English'}]","Released","He never wanted to be the hero","The Ballad of Lefty Brown","false","6.3","68" +"false","/ycgKGe4f1qPK3Zdaolaj0Z80L6c.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':10770,'name':'TV Movie'}]","","3786","tt0077278","en","Buck Rogers in the 25th Century","Capt. William ""Buck"" Rogers is a jovial space cowboy who is accidentally time-warped from 1987 to 2491. Earth is engaged in interplanetary war following a global holocaust, and Buck's piloting skills make him an ideal starfighter recruit for the Earth Defense Directorate, where his closest colleagues are Dr. Huer (Tim O'Connor), squadron leader Col. Wilma Deering (former model Erin Gray, looking oh-so-foxy), the wisecracking robot Twiki (voiced by cartoon legend Mel Blanc), and a portable computer-brain named Dr. Theopolis, who's carried by Twiki like oversized bling-bling.","1.982","/1o8SSz2fIDze5suiMXh3ZQqLHzI.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[]","1979-03-02","0","98","[{'iso_639_1':'en','name':'English'}]","Released","","Buck Rogers in the 25th Century","false","5.6","22" +"false","/cUiTT6j6sDgW3En6mSJKhEsVIsu.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","381075","tt1774591","en","Teenage Cocktail","Feeling confined by their small town and overbearing parents, Annie and Jules hatch a scheme of running away. The only issue is, they need the money to get there. Jules suggests the couple try webcam modeling. Although she???s nervous at first, Annie can???t argue when the money starts rolling in. But as the girls soon find out, consequences can blindside you. Sometimes violently.","5.098","/qwQc8BJRaM8H5c79eTxeQFyxdqh.jpg","[{'id':7787,'logo_path':null,'name':'Snowfort Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-03-12","0","88","[{'iso_639_1':'en','name':'English'}]","Released","How Annie and Jules fell in love and how it all got weird.","Teenage Cocktail","false","5.4","104" +"false","/bZCjHladJ7miq1TlHb4MR0FQh0n.jpg","null","1000000","[{'id':878,'name':'Science Fiction'}]","","457665","tt4279116","en","Alien Invasion: S.U.M.1","An aggressive race of aliens took over Planet Earth and humanity's at its end, living in giant bunkers below ground. Young Military rookie S.U.M.1 (Iwan Rheon) is sent to the surface to save a group of unprotected survivors.","2.997","/seQLYvclDfR4UDfqGFDQWdbAy9M.jpg","[{'id':52799,'logo_path':null,'name':'Syrreal Entertainment','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'}]","2017-03-11","0","95","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","Control your fear","Alien Invasion: S.U.M.1","false","4.6","33" +"false","/daBjwNXK5eZ0BYU9IAUcG7j5SJF.jpg","null","30000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':9648,'name':'Mystery'}]","http://www.alliseeisyoumovie.com/","345923","tt4486986","en","All I See Is You","A blind woman's relationship with her husband changes when she regains her sight and discovers disturbing details about themselves.","7.493","/wc9MgFWuBl3VS72w6VtiZXTgN79.jpg","[{'id':23644,'logo_path':null,'name':'2DUX??','origin_country':''},{'id':20613,'logo_path':null,'name':'SC Films International','origin_country':''},{'id':59824,'logo_path':'/oTLLl9kNJtIbIRggI3mjhZRP72e.png','name':'Wing and a Prayer Pictures','origin_country':''},{'id':99435,'logo_path':null,'name':'LINK Entertainment','origin_country':''},{'id':108353,'logo_path':null,'name':'SC Films Thailand Co.','origin_country':''}]","[{'iso_3166_1':'TH','name':'Thailand'},{'iso_3166_1':'US','name':'United States of America'}]","2017-08-10","646946","110","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'th','name':'?????????????????????'}]","Released","","All I See Is You","false","4.9","276" +"false","/efu5FKKIzg4Afa3iPmUNGYLqmz2.jpg","null","0","[{'id':18,'name':'Drama'}]","http://inthefamilythemovie.com/","82929","tt1845804","en","In the Family","In the town of Martin, Tennessee, Chip Hines, a precocious six year old, has only known life with his two dads, Cody and Joey. And a good life it is. When Cody dies suddenly in a car accident, Joey and Chip struggle to find their footing again. Just as they begin to, Cody's will reveals that he named his sister as Chip's guardian. The years of Joey's acceptance into the family unravel as Chip is taken away from him. In his now solitary home life, Joey searches for a solution. The law is not on his side, but friends are. Armed with their comfort and inspired by memories of Cody, Joey finds a path to peace with the family and closer to his son.","1.96","/qn8cJxujnUK0TGDEiqza9llWFQ0.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-11-04","0","169","[{'iso_639_1':'en','name':'English'}]","Released","","In the Family","false","7.1","15" +"false","/9exHMTRdN6VD43WeIbk9uFfVS4t.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","","18691","tt0060429","en","Frankie and Johnny","Elvis plays Johnny, a riverboat entertainer with a big gambling problem. Donna Douglas plays Johnny's girl, Frankie. A fortune teller tells Johnny how he can change his luck. Enter a new lady luck played by Nancy Kovack and the cat fight begins.","1.346","/puCo09wxGxHGuQ8LbHRqiSPL9S6.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","1966-01-01","0","87","[{'iso_639_1':'en','name':'English'}]","Released","","Frankie and Johnny","false","5.6","18" +"false","/wtzJihFG4aBTat6QG9BoOWud7rG.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","https://www.bladeoftheimmortalfilm.com","426284","tt5084170","ja","???????????????","Manji, a highly skilled samurai, becomes cursed with immortality after a legendary battle. Haunted by the brutal murder of his sister, Manji knows that only fighting evil will regain his soul. He promises to help a young girl named Rin avenge her parents, who were killed by a group of master swordsmen led by ruthless warrior Anotsu. The mission will change Manji in ways he could never imagine.","5.467","/bFaxg006Dt6J1k7qa7a5YuqbAhe.jpg","[{'id':9108,'logo_path':null,'name':'Rakuei-sha','origin_country':''},{'id':9300,'logo_path':'/9sSD1XufVCJWAadNiC9Mwu994VD.png','name':'tv asahi','origin_country':'JP'},{'id':11561,'logo_path':'/8HB3TFUeo83keAPHfFfrNtN2MmA.png','name':'Recorded Picture Company (RPC)','origin_country':'GB'},{'id':41861,'logo_path':null,'name':'GyaO','origin_country':''},{'id':59118,'logo_path':null,'name':'K??dansha','origin_country':''},{'id':97846,'logo_path':null,'name':'Ken-On','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':5822,'logo_path':'/qyTbRgCyU9NLKvKaiQVbadtr7RY.png','name':'Toei Company, Ltd.','origin_country':'JP'},{'id':5372,'logo_path':'/tPtJc2rCOTHEzJQPStT6m3dI0eK.png','name':'OLM','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'KR','name':'South Korea'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-04-29","150532","140","[{'iso_639_1':'ja','name':'?????????'}]","Released","His path is paved in blood.","Blade of the Immortal","false","6.5","181" +"false","/lkCDvf3QjXpAycm896oH1LRTK5X.jpg","null","10000000","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","462883","tt2114504","en","Woody Woodpecker","The hyperactive red-headed bird enters a turf war with a big city lawyer wanting to tear down his home in an effort to build a house to flip.","8.855","/vFGUsJTa8z0OfDTbjdyppAireeB.jpg","[{'id':5556,'logo_path':null,'name':'Universal Animation Studios','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':17009,'logo_path':'/ssowAxOrrqsSR2CKeiytOXwLoCW.png','name':'Universal 1440 Entertainment','origin_country':'US'}]","[{'iso_3166_1':'BR','name':'Brazil'},{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2017-10-05","0","84","[{'iso_639_1':'en','name':'English'}]","Released","","Woody Woodpecker","false","6","137" +"false","/9ojJB7vZR2uDqXdxOzYaADthEBT.jpg","null","10000000","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':16,'name':'Animation'},{'id':878,'name':'Science Fiction'}]","https://www.warnerbros.com/batman-gotham-gaslight","471474","tt7167630","en","Batman: Gotham by Gaslight","In an alternative Victorian Age Gotham City, Batman begins his war on crime while he investigates a new series of murders by Jack the Ripper.","10.245","/7souLi5zqQCnpZVghaXv0Wowi0y.jpg","[{'id':2785,'logo_path':'/l5zW8jjmQOCx2dFmvnmbYmqoBmL.png','name':'Warner Bros. Animation','origin_country':'US'},{'id':9993,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-01-12","0","78","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","As the Ripper stalks Gotham City, the Dark Knight reveals the face of terror.","Batman: Gotham by Gaslight","false","6.5","254" +"false","/zXwFJMwvQcJFitP9GcHZvHAHGe8.jpg","null","30000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","http://www.focusfeatures.com/darkesthour/","399404","tt4555426","en","Darkest Hour","A thrilling and inspiring true story begins on the eve of World War II as, within days of becoming Prime Minister of Great Britain, Winston Churchill must face one of his most turbulent and defining trials: exploring a negotiated peace treaty with Nazi Germany, or standing firm to fight for the ideals, liberty and freedom of a nation. As the unstoppable Nazi forces roll across Western Europe and the threat of invasion is imminent, and with an unprepared public, a skeptical King, and his own party plotting against him, Churchill must withstand his darkest hour, rally a nation, and attempt to change the course of world history.","12.559","/xa6G3aKlysQeVg9wOb0dRcIGlWu.jpg","[{'id':10338,'logo_path':'/el2ap6lvjcEDdbyJoB3oKiYgXu9.png','name':'Perfect World Pictures','origin_country':'CN'},{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-11-22","147568410","125","[{'iso_639_1':'en','name':'English'}]","Released","Never never never surrender","Darkest Hour","false","7.3","2593" +"false","/dn0BN5xiQ02AiHLkQVUQKgNdkZv.jpg","null","0","[{'id':18,'name':'Drama'}]","","503656","tt3779414","en","Parker's Anchor","Krystal Parker's life fell apart when she discovered she couldn't have children. Everything she knew was gone, - but Letting Go Is Just The Beginning.","1.183","/345dkRJmiz4YlXUVlsUtKGMkiMU.jpg","[{'id':105661,'logo_path':null,'name':'Purpose Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-10-27","0","110","[{'iso_639_1':'en','name':'English'}]","Released","","Parker's Anchor","false","8","2" +"false","/zklU4lWkUag3wZDYpHpgkVHTdmt.jpg","{'id':124901,'name':'Hatchet Collection','poster_path':'/3Y0JXGlLLYjlHVWUS50uwkSlxpL.jpg','backdrop_path':'/f3q5nrEJrhRFr0c2proh8Q9x4xx.jpg'}","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","472338","tt5534434","en","Victor Crowley","Ten years after the events of the original movie, Victor Crowley is mistakenly resurrected and proceeds to kill once more.","4.014","/gxdvsGsjT7WGQ7GzzhRvN7r4KiI.jpg","[{'id':3960,'logo_path':null,'name':'ArieScope Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-09-12","0","83","[{'iso_639_1':'en','name':'English'}]","Released","Return to his swamp","Victor Crowley","false","5.8","43" +"false","/iUH1dWoIR1eoE6sEzwhH49T0sE0.jpg","null","0","[{'id':18,'name':'Drama'}]","https://www.dabkamovie.com/","394537","tt5126922","en","The Pirates of Somalia","After an inspiring chance encounter with his idol, rookie journalist Jay Bahadur uproots his life and moves to Somalia looking for the story of a lifetime. Hooking up with a local fixer, he attempts to get embedded with the local Somali pirates, only to quickly find himself in over his head.","3.772","/a8dlDPwo9mnorurL6ukIpyHZZd7.jpg","[{'id':76007,'logo_path':null,'name':'Kalahari Pictures','origin_country':''},{'id':76008,'logo_path':null,'name':'Hungry Man','origin_country':''},{'id':10290,'logo_path':'/imFSHWEIgpk3YjqIMxafZ6BYT9H.png','name':'BCDF Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-12-08","0","117","[{'iso_639_1':'en','name':'English'}]","Released","","The Pirates of Somalia","false","6.9","63" +"false","/87aTtbTkX2nYaU8bcSWi4p9Fans.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","391486","tt3027716","en","Crossing Point","A young American couple in love, Michael and Olivia vacation in Baja, but things take a frightening turn when Olivia is kidnapped by drug dealer, who demands that Michael smuggle a backpack full of cocaine-stolen from a rival cartel-over the border into the U.S. within twelve hours or else Olivia will be killed. A good Tijuana Cop is on the trail, as Michael navigates the treacherous underworld of Mexico, and he himself becomes a force to be reckoned with...","2.154","/j97Fd7Eidvpvat6r8lDKkX0p5iX.jpg","[{'id':10702,'logo_path':null,'name':'Pop Art Film Factory','origin_country':''},{'id':79755,'logo_path':null,'name':'Conflict Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-05-03","0","92","[{'iso_639_1':'en','name':'English'}]","Released","","Crossing Point","false","5.4","18" +"false","/dubbiTv6mlIL3vKXJLKw7eh9tx2.jpg","null","0","[{'id':99,'name':'Documentary'}]","","424408","tt5022626","en","In Search of Balance","An exploration of a new paradigm of health, science, and medicine, based on the interconnections between us and nature.","0.6","/hrCukH3s6EI8gMuj0coPjE9Xn07.jpg","[]","[]","2016-11-15","0","74","[]","Released","","In Search of Balance","false","8","2" +"false","/zG3j95hyaJP48I0gEvHDO34gGkX.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://www.minimalismfilm.com","392553","tt3810760","en","Minimalism: A Documentary About the Important Things","How might your life be better with less? The popular simple-living duo The Minimalists examines the many flavors of minimalism by taking the audience inside the lives of minimalists from various walks of life.","4.595","/bDj37y5dzytRDYILXlU3sshPGhv.jpg","[{'id':92861,'logo_path':null,'name':'Catalyst','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-09-26","0","79","[{'iso_639_1':'en','name':'English'}]","Released","How might life be better with less?","Minimalism: A Documentary About the Important Things","false","6.7","159" +"false","/chGIywoxl6v4hx0jywFPAS5gTm9.jpg","null","0","[{'id':18,'name':'Drama'}]","","346699","tt1880415","en","Battlecreek","Henry is a loner and a night owl. His rare skin disease has kept him under the close watch of his fiery mother, who has sheltered him his entire life. One night, a young woman's car breaks down and Henry's life will change forever.","2.353","/yS2xL0EnC9L45Z5P2E7KC4UqfaJ.jpg","[{'id':56757,'logo_path':null,'name':'Red River Studios','origin_country':''},{'id':56758,'logo_path':null,'name':'Maindiner Music & Film','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-11-03","0","97","[{'iso_639_1':'en','name':'English'}]","Released","Find Your Light","Battlecreek","false","6.7","13" +"false","/i4L6XQMVCeWWvoc9EcUq5a2Y6rB.jpg","null","0","[{'id':99,'name':'Documentary'}]","https://www.facebook.com/PatientSeventeen/","494264","tt4083682","en","Patient Seventeen","Meet a surgeon who claims to remove highly advance implants, nanotechnology microchips imbedded by aliens, non-humans monitoring our earth. Discover the world of abductions, scalar wave transmissions and a program to study or manipulate the human race. Armed with a patient, a scalpel, black lights and a stud finder ??? we seek to verify the authenticity of this alleged Off-World Implant Technology.","1.415","/c93HFnFLSVnbgiP30ldvyllfF9a.jpg","[]","[]","2017-10-10","0","68","[{'iso_639_1':'en','name':'English'}]","Released","Small incision, big mystery.","Patient Seventeen","false","4.2","9" +"false","/nDbFjHjL1yY5tPr0uzb1Xy0pILj.jpg","{'id':570079,'name':'Knights of the Damned Collection','poster_path':'/2YwXyze9mVyUyEe5pxN7qI950eb.jpg','backdrop_path':'/nDB96VtZgnNmwZWs8I9ZVPEYgAs.jpg'}","7974534","[{'id':28,'name':'Action'},{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'}]","https://www.highfliersplc.com/product/736/","464876","tt5931670","en","Knights of the Damned","The King has sent his best Knights to defeat the Dragon besieging his castle. Along their epic adventure they encounter malicious sirens, warrior women on a mission of revenge and an unstoppable army of the undead.","3.452","/xfNHif8aWoSMRveotz3ilQDdN7j.jpg","[{'id':112579,'logo_path':null,'name':'Grass Temple Films','origin_country':''},{'id':112580,'logo_path':null,'name':'High Fliers Films','origin_country':''},{'id':27849,'logo_path':null,'name':'Hollywood Vision','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-09-25","0","84","[{'iso_639_1':'en','name':'English'}]","Released","Can they survive?","Knights of the Damned","false","3.1","17" +"false","/lX4jScWnurasu6Kxuqo9819mjM2.jpg","null","10000000","[{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","https://www.netflix.com/title/80134431","384521","tt2548396","en","The Cloverfield Paradox","Orbiting above a planet on the brink of war, scientists test a device to solve an energy crisis and end up face-to-face with a dark alternate reality.","14.625","/dJe4s2h9hac0Fu3pQVV4OuWe8kU.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':11461,'logo_path':'/p9FoEt5shEKRWRKVIlvFaEmRnun.png','name':'Bad Robot','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-02-04","0","102","[{'iso_639_1':'en','name':'English'}]","Released","The future unleashed every thing","The Cloverfield Paradox","false","5.6","1632" +"false","/jCyqqE6La5DIZggENx64UtvAhHI.jpg","null","2000000","[{'id':18,'name':'Drama'}]","https://a24films.com/films/the-florida-project","394117","tt5649144","en","The Florida Project","The story of a precocious six year-old and her ragtag group of friends whose summer break is filled with childhood wonder, possibility and a sense of adventure while the adults around them struggle with hard times.","10.967","/bnSTP1PY2fDyat0eUa4QouuGV7F.jpg","[{'id':88152,'logo_path':null,'name':'Cre Film','origin_country':''},{'id':17731,'logo_path':null,'name':'Freestyle Picture Company','origin_country':''},{'id':12219,'logo_path':'/2ddXaM0AHMpAl3tmwfbwyjP6SP.png','name':'Cinereach','origin_country':'US'},{'id':76901,'logo_path':'/l6LNuKdl51PmyO130Kzmc9FKosI.png','name':'June Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-10-06","11303040","111","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Welcome to a magical kingdom","The Florida Project","false","7.4","1065" +"false","/8wI0M7HDHhDsoxMCkcAVUx7O6DX.jpg","null","10000000","[{'id':18,'name':'Drama'}]","http://www.onlythebrave-movie.com","395991","tt3829920","en","Only the Brave","Members of the Granite Mountain Hotshots battle deadly wildfires to save an Arizona town.","13.377","/rwJVB0muOMhkI5pTt9wwr4XCMBY.jpg","[{'id':435,'logo_path':null,'name':'Di Bonaventura Pictures','origin_country':'US'},{'id':33681,'logo_path':'/dHx2nsV9AC7IBlKN2dk1FDImvOz.png','name':'Black Label Media','origin_country':'US'},{'id':51513,'logo_path':'/eWhUrhDH1DapiMCnK7I9f5HPDjd.png','name':'Cond?? Nast Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-09-22","24202487","133","[{'iso_639_1':'en','name':'English'}]","Released","It???s not what stands in front of you, it???s who stands beside you","Only the Brave","false","7","561" +"false","/qhNc8goJdGVRsrS9VoexTNi3Zxd.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","http://www.godsowncountryfilm.com/","428493","tt5635086","en","God's Own Country","A young farmer in rural Yorkshire numbs his daily frustrations with binge drinking and casual sex, until the arrival of a Romanian migrant worker.","7.921","/uKShYyGsleXAZ6e6gK5jF6Wa2tW.jpg","[{'id':7281,'logo_path':'/vuDafYIcuoY0YyvgcqtjXOKwn6Q.png','name':'British Film Institute','origin_country':'GB'},{'id':7975,'logo_path':null,'name':'Inflammable Films','origin_country':''},{'id':17643,'logo_path':null,'name':'Met Film Production','origin_country':''},{'id':51159,'logo_path':null,'name':'Shudder Films','origin_country':''},{'id':64479,'logo_path':'/6Do505ZuMYZYea4mX8WEGhydmnl.png','name':'Creative England','origin_country':'GB'},{'id':98819,'logo_path':null,'name':'Magic Bear Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-09-01","2513511","105","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ro','name':'Rom??n??'}]","Released","","God's Own Country","false","7.8","297" +"false","/4rsrxYDfIzvtAsIE9wevxPRXAk4.jpg","null","20000000","[{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","http://www.wonder.movie","406997","tt2543472","en","Wonder","The story of August Pullman ??? a boy with facial differences ??? who enters fifth grade, attending a mainstream elementary school for the first time.","22.172","/ouYgAatYH4JzIThj6FI3UYf31RI.jpg","[{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':6735,'logo_path':'/6yyByQrmTAgJv0QzZ1Eh1jiGX4R.png','name':'Participant Media','origin_country':'US'},{'id':10221,'logo_path':'/99VfWRgKasZoyK9UVB39gnYvFrZ.png','name':'Walden Media','origin_country':'US'},{'id':10227,'logo_path':'/3YfRy3DBl4abcqkzGx4RVNz12yl.png','name':'Mandeville Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-11-13","0","113","[{'iso_639_1':'en','name':'English'}]","Released","Are you ready to meet Auggie Pullman?","Wonder","false","8.2","3709" +"false","/bHlew99Icg6vUrDQQHIz72QNAUv.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","http://thestray.movie/","470205","tt5342904","en","The Stray","A young father takes his nine year old son, the family dog, and two of his son's friends backpacking in the mountains of Colorado only for all five of them to be struck by lightning.","2.351","/bxw9tRRPZHIQ3vYOubS3DVfgnDo.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-10-06","0","92","[{'iso_639_1':'en','name':'English'}]","Released","One dog can change everything.","The Stray","false","7","14" +"false","/thBSuLIDjMRnLCMXfSbNb9uWWVV.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'}]","","441762","tt3313054","en","Accident","A group of teenagers suffer a terrible accident during a joy ride and get trapped at the bottom of a ravine.","2.166","/rnIFlouo4WwcBXdtcjX5WDUyVpx.jpg","[{'id':73883,'logo_path':null,'name':'Superbe Films','origin_country':''},{'id':13696,'logo_path':null,'name':'Forefront Media Group','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'ZA','name':'South Africa'}]","2017-12-01","0","95","[{'iso_639_1':'en','name':'English'}]","Released","","Accident","false","4.6","25" +"false","/ynJO5IHwgrLjBFDGkvBV8vKAvGe.jpg","null","0","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':80,'name':'Crime'}]","","419835","tt1869347","en","Crooked House","A private investigator helps a former flame solve the murder of her wealthy grandfather, who lived in a sprawling estate surrounded by his idiosyncratic family.","7.231","/AewyKG2cvgZQBG4XU6SVomfu1k5.jpg","[{'id':88045,'logo_path':null,'name':'Fred Films','origin_country':''},{'id':95985,'logo_path':null,'name':'Brilliant Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-10-31","2049844","115","[{'iso_639_1':'en','name':'English'}]","Released","","Crooked House","false","6.4","326" +"false","/jYmUvCPOKuP1pIRQ4bXSaH9MID4.jpg","null","25000000","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","395458","tt0491175","en","Suburbicon","In the quiet family town of Suburbicon during the 1950s, the best and worst of humanity is hilariously reflected through the deeds of seemingly ordinary people. When a home invasion turns deadly, a picture-perfect family turns to blackmail, revenge and murder.","8.534","/a3IHgSwO5jWPLcGjKqbQ7pxVGkq.jpg","[{'id':83645,'logo_path':null,'name':'Huahua Media','origin_country':'CN'},{'id':1786,'logo_path':'/joLFuCWg9e2lweYnFQtRPJKSLlI.png','name':'Dark Castle Entertainment','origin_country':'US'},{'id':1885,'logo_path':'/xlvoOZr4s1PygosrwZyolIFe5xs.png','name':'Silver Pictures','origin_country':'US'},{'id':22146,'logo_path':'/jPBtpMh0AUFqf9yfOJXer9d5Rei.png','name':'Black Bear Pictures','origin_country':'US'},{'id':1782,'logo_path':'/d1mlUfuG0NoQ4x0C7bK80wLGWA1.png','name':'Smoke House Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2017-10-26","5775178","104","[{'iso_639_1':'en','name':'English'}]","Released","Welcome to the neighborhood","Suburbicon","false","5.8","818" +"false","/rW5gI8SEO1qYbXGwRANYrKtMiQB.jpg","null","22000000","[{'id':18,'name':'Drama'}]","","413362","tt6000478","en","Roman J. Israel, Esq.","Hard-nosed liberal lawyer Roman J. Israel has been fighting the good fight forever while others take the credit. When his partner ??? the firm???s frontman ??? has a heart attack, Israel suddenly takes on that role. He soon discovers some unsettling truths about the firm ??? truths that conflict with his values of helping the poor and dispossessed ??? and finds himself in an existential crisis that leads to extreme actions.","12.68","/8e5IGlLrVjwrlDcRtzSQkXhJFWl.jpg","[{'id':97247,'logo_path':null,'name':'Culture China - Image Nation Abu Dhabi Fund','origin_country':''},{'id':10246,'logo_path':'/rREvQNWAxkDfY9CDn2c5YxEMPdP.png','name':'Cross Creek Pictures','origin_country':'US'},{'id':13240,'logo_path':'/aTc07YaNHo8WNgkQSnvLmG6w4nW.png','name':'Bron Studios','origin_country':'CA'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-11-17","11942780","129","[{'iso_639_1':'en','name':'English'}]","Released","All rise","Roman J. Israel, Esq.","false","6.2","469" +"false","/zx4zetmEIjEHhhKIqSmxj7EIz5Z.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://smartassthemovie.com","400637","tt4513538","en","Smartass","Based on true events (mostly), Freddie, a 15-year-old runaway becomes intimately acquainted with California???s ???Murder City??? after being released from jail, just shy of midnight. Absurdly self-reliant, completely broke and 120 miles away from her friends she has nothing to depend on but her wit and youthful charm.","3.404","/jL3p47xDAR0COLbnmihQVE7RSxY.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-09-12","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Where $50,000 worth of LSD, a 15 year old runaway and an itsy bitsy race war collide.","Smartass","false","5.9","17" +"false","/ojGHJCgkjGuNQw77dvkZMmuCJn8.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","428446","tt5420886","en","Walking Out","A city teen who travels to Montana to go hunting with his estranged father only for the strained trip to become a battle for survival when they encounter a grizzly bear","5.225","/wK3l4ZfcRXFph6uop7yr7scM2SP.jpg","[{'id':95965,'logo_path':null,'name':'Co-Op Entertainment','origin_country':''},{'id':95966,'logo_path':null,'name':'Harbinger Pictures','origin_country':''},{'id':95967,'logo_path':null,'name':'Walking Out','origin_country':''},{'id':95968,'logo_path':null,'name':'Burba Hayes','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-01-21","0","96","[{'iso_639_1':'en','name':'English'}]","Released","Survival Runs In Their Blood","Walking Out","false","5.8","64" +"false","/zABLkisR5i0HQgpBcyWwQGVk89c.jpg","null","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","https://www.netflix.com/title/80113669","471014","tt5723286","en","Wheelman","A getaway driver for a bank robbery realizes he has been double crossed and races to find out who betrayed him.","7.675","/yeHRsKOlNDsbEIALS1ve6S42Nl6.jpg","[{'id':33768,'logo_path':null,'name':'The Solution','origin_country':'US'},{'id':99321,'logo_path':null,'name':'WarParty Films','origin_country':'US'},{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-10-20","0","82","[{'iso_639_1':'en','name':'English'}]","Released","Drive fast. Think faster.","Wheelman","false","5.9","255" +"false","/vVc2LjQqpF0laTwvVtpuBkAK7UW.jpg","null","0","[{'id':99,'name':'Documentary'}]","","473415","tt7588790","en","Voyeur","Journalism icon Gay Talese reports on Gerald Foos, the Colorado motel owner who allegedly secretly watched his guests with the aid of specially designed ceiling vents, peering down from an ""observation platform"" he built in the motel's attic.","4.944","/c71r3H5vzelTsYmNimIpQZ0MiMI.jpg","[{'id':14909,'logo_path':'/8fLjVGiX8adkseQMCIBYt3UYFiO.png','name':'Impact Partners','origin_country':'US'},{'id':35659,'logo_path':'/7zUJN50QDhkuFdEY4S6qpn7WZ0M.png','name':'Brooklyn Underground Films','origin_country':'US'},{'id':96971,'logo_path':null,'name':'Public Record','origin_country':''},{'id':96972,'logo_path':null,'name':'Chicago Media Project','origin_country':''},{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-10-04","0","95","[{'iso_639_1':'en','name':'English'}]","Released","WHAT WILL YOU WATCH TONIGHT?","Voyeur","false","6.3","63" +"false","/nknsxtjKp7uMlPBIaxpLXSetd3X.jpg","null","0","[{'id':99,'name':'Documentary'}]","","253262","tt3567200","en","The Great Invisible","Penetrating the oil industry's secretive world, The Great Invisible examines the Deepwater Horizon disaster through the eyes of oil executives, explosion survivors and Gulf Coast residents who were left to pick up the pieces when the world moved on.","0.904","/qHRyY70lgJFO7fQ1YzlaiMTqwkn.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-03-09","0","92","[{'iso_639_1':'en','name':'English'}]","Released","The truth will surface.","The Great Invisible","false","6.7","9" +"false","/wQ6sRvAh1ytZ7XpMgJ1WyQF20Jh.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://www.vulcanproductions.com/our-work/naledi","396093","tt5709762","en","Naledi: A Baby Elephant's Tale","The incredible, true-life story of a baby elephant born into a rescue camp in the wilderness of Botswana. When she's suddenly orphaned at one month of age, it's up to the men who look after her herd to save her life.","0.756","/k99UGXmWXr4uOE6OoYvggnSfMeZ.jpg","[{'id':73067,'logo_path':'/pSEeTGFLhX5lntHaNOdGSighVZo.png','name':'Vulcan Productions','origin_country':'US'},{'id':77408,'logo_path':'/smfiSxv8kmCLYdrOeKr3Y6QwFmP.png','name':'Off the Fence','origin_country':'GB'}]","[{'iso_3166_1':'BW','name':'Botswana'},{'iso_3166_1':'US','name':'United States of America'}]","2016-06-05","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Naledi: A Baby Elephant's Tale","false","6.3","5" +"false","/hwBqtQy8uuQ3g9gzuFoBgn0xHk4.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","https://www.netflix.com/title/80174434","396398","tt5536736","en","The Meyerowitz Stories (New and Selected)","An estranged family gathers together in New York for an event celebrating the artistic work of their father.","8.601","/c9teDTgwxgnb7wnZjZo4oNcF80R.jpg","[{'id':80556,'logo_path':null,'name':'Gilded Halfwing','origin_country':''},{'id':93105,'logo_path':null,'name':'IAC Films','origin_country':''},{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-05-21","0","112","[{'iso_639_1':'en','name':'English'}]","Released","","The Meyerowitz Stories (New and Selected)","false","6.4","452" +"false","/klXl7hyXARj2emTbQLD3lelYia7.jpg","null","10000000","[{'id':35,'name':'Comedy'}]","","413990","tt3672120","en","Pottersville","Maynard, a beloved local businessman is mistaken for the legendary Bigfoot during an inebriated romp through town in a makeshift gorilla costume. The sightings set off an international Bigfoot media spectacle and a windfall of tourism dollars for a simple American town hit by hard times. When Brock Masterson, reality TV???s ???Monster Hunter,??? arrives to hunt the beast, Maynard agonizes over whether to come clean, destroying the rebirth of his beloved town, or perpetuate the inadvertent hoax.","3.699","/zlQgswQ5GEklrbv8MkohQHyomZu.jpg","[{'id':99078,'logo_path':null,'name':'Plot 4 Productions','origin_country':''},{'id':99079,'logo_path':null,'name':'Big Jack Productions','origin_country':''},{'id':59824,'logo_path':'/oTLLl9kNJtIbIRggI3mjhZRP72e.png','name':'Wing and a Prayer Pictures','origin_country':''},{'id':58710,'logo_path':null,'name':'Storyland Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-11-10","0","85","[{'iso_639_1':'en','name':'English'}]","Released","It's a magical life","Pottersville","false","5.2","50" +"false","/5lEt6rsjPZDA8p6OOh1NcEFaLlK.jpg","null","4200000","[{'id':18,'name':'Drama'}]","http://tof.fi/","405204","tt5226984","fi","Tom of Finland","Touko Laaksonen, a decorated officer, returns home after a harrowing and heroic experience serving his country in World War II, but life in Finland during peacetime proves equally distressing. He finds peace-time Helsinki rampant with persecution of the homosexual and men around him even being pressured to marry women and have children. Touko finds refuge in his liberating art, specialising in homoerotic drawings of muscular men, free of inhibitions. His work ??? made famous by his signature ???Tom of Finland??? ??? became the emblem of a generation of men and fanned the flames of a gay revolution.","3.661","/VsyYMo3A8z0iHR0Hfuj0ZFtIQJ.jpg","[{'id':6159,'logo_path':'/pbWyMDcAM6s228tiUxjl3v1OAxr.png','name':'Helsinki Filmi','origin_country':'FI'},{'id':7048,'logo_path':null,'name':'Fridthjof Film','origin_country':''},{'id':84232,'logo_path':null,'name':'Neutrinos Productions','origin_country':''},{'id':84233,'logo_path':null,'name':'Anagram','origin_country':''}]","[{'iso_3166_1':'IS','name':'Iceland'},{'iso_3166_1':'FI','name':'Finland'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'SE','name':'Sweden'},{'iso_3166_1':'DK','name':'Denmark'},{'iso_3166_1':'DE','name':'Germany'}]","2017-01-27","0","115","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fi','name':'suomi'}]","Released","They called it filth. It became a revolution.","Tom of Finland","false","7.4","45" +"false","/lI5h8KaoeObu4NMTwzeRuUHzRwD.jpg","null","5741614","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","http://thelma.film","401898","tt6304046","no","Thelma","A college student starts to experience extreme seizures while studying in Oslo, Norway. She soon learns that the violent episodes are a symptom of inexplicable abilities.","8.529","/yzSfG8TLAqw7nMQh2lxirQkQpgs.jpg","[{'id':850,'logo_path':'/aF7qajGJGtMpdrtvssM9g90YanX.png','name':'Eurimages','origin_country':'FR'},{'id':2783,'logo_path':null,'name':'Motlys','origin_country':'NO'},{'id':5125,'logo_path':'/t3oWTsVukmEzrZzvfr37XRBibo5.png','name':'Le Pacte','origin_country':'FR'},{'id':16551,'logo_path':'/8VlPbyw3BoflxIDGkyUiQnEaair.png','name':'Norsk Filminstitutt','origin_country':'NO'},{'id':2801,'logo_path':'/bswb1PLLsKDUXMLgy42bZtCtIde.png','name':'Film i V??st','origin_country':'SE'},{'id':88231,'logo_path':null,'name':'Snowglobe','origin_country':'DK'},{'id':5403,'logo_path':'/fAz2WhTpoMxutBA92JqlfeHEGuz.png','name':'Nordisk Film & TV Fond','origin_country':'NO'}]","[{'iso_3166_1':'DK','name':'Denmark'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'NO','name':'Norway'},{'iso_3166_1':'SE','name':'Sweden'}]","2017-09-15","147391","117","[{'iso_639_1':'no','name':'Norsk'}]","Released","Sometimes the most terrifying discovery is who you really are","Thelma","false","7.1","345" +"false","/hxSuiXSsBWuAjR2rRMw4oOJw6jF.jpg","null","0","[{'id':18,'name':'Drama'}]","","445040","tt2291540","en","My Friend Dahmer","Jeffrey Dahmer struggles with a difficult family life as a young boy. During his teenage years he slowly transforms, edging closer to the serial killer he becomes.","5.899","/c6HoPIBcRv9l2tPB8hbivq71Nw.jpg","[{'id':22823,'logo_path':null,'name':'Attic Light Films','origin_country':'US'},{'id':54369,'logo_path':null,'name':'Ibid Filmworks','origin_country':''},{'id':33832,'logo_path':null,'name':'Aperture Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-11-03","0","107","[{'iso_639_1':'en','name':'English'}]","Released","This is the story before that story","My Friend Dahmer","false","6.4","155" +"false","/2f1k4LY7bVFhMRA1X6Auva5mYEo.jpg","null","0","[{'id':27,'name':'Horror'}]","http://welcometowillits.com/","406112","tt3074952","en","Welcome to Willits","Deep in the Northern California woods, in the heart of the notorious Emerald Triangle, lies a remote cabin. The residents struggle to fight off the repeated attacks and abductions by mysterious creatures that have plagued them for years. When a local pot farmer is caught up with a wayward group of campers the situation quickly escalates into total carnage.","2.346","/6KvFXyg3T3nQ94y7V14l9tbB6x9.jpg","[{'id':75357,'logo_path':'/zXT1JFP82YL245wlLpauAJDZA25.png','name':'BondIt','origin_country':'US'},{'id':65649,'logo_path':null,'name':'SSS Entertainment','origin_country':''},{'id':75355,'logo_path':'/avj80RsunqwDbOS6oLp4plRE5UQ.png','name':'Yale Productions','origin_country':'US'},{'id':2762,'logo_path':'/leWVtGmp0pyr9pGOAz7WgZj2FjA.png','name':'Highland Myst Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-11-11","0","82","[{'iso_639_1':'en','name':'English'}]","Released","Not your typical cabin in the woods story...","Welcome to Willits","false","4.3","23" +"false","/h32SpZLQzbohjPOermBtIbXdqEd.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'},{'id':18,'name':'Drama'}]","","242606","tt2531334","en","Keep Watching","A family imprisoned by intruders is forced to play a terrifying game of ""Kill, Or Be Killed"". As the night unfolds, the game's mysterious rules become clear, and the family realizes their nightmare is being streamed live to riveted viewers all over the world, who are compelled to KEEP WATCHING... not knowing if what they're seeing is real, or staged.","8.047","/65UjzcdXlLcDzZQEidMN58BsFzg.jpg","[{'id':3287,'logo_path':'/bz6GbCQQXGNE56LTW9dwgksW0Iw.png','name':'Screen Gems','origin_country':'US'},{'id':8935,'logo_path':null,'name':'Zinc Entertainment Inc.','origin_country':''},{'id':6626,'logo_path':'/A1BnMoWjzjOrjzpWimyBQkf84mS.png','name':'Voltage Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-05-04","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Kill or Be Killed","Keep Watching","false","5","128" +"false","/cuQFfMrTLFZkMFFt6InMhUikRna.jpg","null","10000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'},{'id':14,'name':'Fantasy'}]","https://www.netflix.com/title/80117531","433310","tt5783956","en","When We First Met","Noah spends the perfect first night with the girl of his dreams Avery but gets relegated to the friend zone. He spends the next three years wondering what went wrong - until he gets the unexpected chance to travel back in time and alter that night, and his fate, over and over again.","10.224","/u5VJ1XmPRUWNz9l0mP2rHmkUuvQ.jpg","[{'id':10208,'logo_path':null,'name':'Long Road Productions','origin_country':''},{'id':35076,'logo_path':null,'name':'Footprint Features','origin_country':''},{'id':4022,'logo_path':'/q6Xts6ztGkTHrY1WfHttlhL3Pfc.png','name':'Wonderland Sound and Vision','origin_country':'US'},{'id':80970,'logo_path':null,'name':'MXN Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-02-09","0","97","[{'iso_639_1':'en','name':'English'}]","Released","All he needs is a second chance... to be her first choice.","When We First Met","false","6.6","1323" +"false","/nvxj7TwfyY9j2AnQDaNkLawaHAn.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","https://www.facebook.com/pg/stillbornfilm","429742","tt6087426","en","Still/Born","Still/Born follows Mary, a new mother who lost one of her twins in childbirth. As she struggles with the loss of one of her children, she starts to suspect something sinister is after her surviving child - a supernatural entity that has chosen her child and will stop at nothing to take it from her.","5.268","/kZ1BbnMArbnSISel8dK9mpRwWIB.jpg","[{'id':84308,'logo_path':null,'name':'Hadron Films','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2018-12-06","0","87","[{'iso_639_1':'en','name':'English'}]","Released","","Still/Born","false","5.8","53" +"false","/bKCmjLDnPV64YSakkMtS5HNsXP8.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","","458987","tt6150942","en","Becks","After a crushing breakup with her girlfriend, a Brooklyn musician moves back in with her Midwestern mother. As she navigates her hometown, playing for tip money in an old friend's bar, an unexpected relationship begins to take shape.","1.96","/wHoIajRm3opTztFURT8D5qgbUVC.jpg","[{'id':109829,'logo_path':'/wW1hvmA2edFqjJaoWMK4GChFnpE.png','name':'Irony Point','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-06-15","0","91","[{'iso_639_1':'en','name':'English'}]","Released","","Becks","false","6.4","8" +"false","/9tIGBB0VUWLLsiG4JqinSPKVYBE.jpg","null","0","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","http://www.bombcityfilm.com","396774","tt4351548","en","Bomb City","A crime-drama, about the cultural aversion of a group of punk rockers in a conservative Texas town. Their ongoing battle with a rival, more-affluent clique leads to a controversial hate crime that questions the morality of American justice.","5.325","/kho48mWJ5xuiLn5bpuIvO6ZP7ep.jpg","[{'id':76728,'logo_path':null,'name':'Bomb City Films','origin_country':''},{'id':76729,'logo_path':null,'name':'3rd Identity Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-03-31","59000","95","[{'iso_639_1':'en','name':'English'}]","Released","The more I see of man, the more I like dogs.","Bomb City","false","7.3","68" +"false","/vaArQHq1lHFNppoJlMlv30Gs2fQ.jpg","null","10000000","[{'id':27,'name':'Horror'}]","","433808","tt5638642","en","The Ritual","A group of college friends reunite for a trip to the forest, but encounter a menacing presence in the woods that's stalking them.","11.913","/9022CYEGqYETCeXN1oE3uwYJWub.jpg","[{'id':8147,'logo_path':'/q6HOAdSNgCbeOqwoMVRc6REgbXF.png','name':'Entertainment One','origin_country':'CA'},{'id':85284,'logo_path':'/7RvgzApnxYrdy9sqIAn1axTKuxu.png','name':'The Imaginarium','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-10-11","1056376","94","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'sv','name':'svenska'}]","Released","Your Darkest Dream Awaits You","The Ritual","false","6","1004" +"false","/5JwHiuuc5g3hxumhX3dJZZ9X5wl.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","http://www.lareels.com/scramble","494682","tt3652978","en","Scramble","When his girlfriend is kidnapped by an underground prostitution ring, a neighborhood loser clashes with a pimp, Asian gangsters, and renegade killers.","1.458","/wNipmEGey2B09zYw291WuyLQT13.jpg","[{'id':44632,'logo_path':'/neCKH4sJCBhZ1B4QocTM4VXCQOR.png','name':'Gravitas Ventures','origin_country':'US'},{'id':99283,'logo_path':null,'name':'LA REELS','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-12-26","0","104","[{'iso_639_1':'en','name':'English'}]","Released","","Scramble","false","4.1","7" +"false","/jcPaz0dPZojVn5uwvS2VF8ruEZ0.jpg","null","0","[{'id':35,'name':'Comedy'}]","http://timeoftheirlivesfilm.co.uk/","442353","tt3415992","en","The Time of Their Lives","Determined to gatecrash her ex-lover's funeral on glamorous French hideaway ??le de R??, former Hollywood siren Helen escapes her London retirement home with help of repressed English housewife Priscilla and they hit the road together in a race to get to the funeral on time.","1.67","/m1fG8mi6CVm9KACEA6ED1EWcJCR.jpg","[{'id':5056,'logo_path':'/kADFcjL04xe5HGBnlLjbfhliS2a.png','name':'Head Gear Films','origin_country':'GB'},{'id':31786,'logo_path':null,'name':'Bright Pictures','origin_country':''},{'id':31787,'logo_path':null,'name':'Creativity Capital','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-03-10","0","105","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","It's never too late for another chance.","The Time of Their Lives","false","5.1","15" +"false","/ooRzUysAHZvkYPtiWpc7Jpx6qX4.jpg","null","0","[{'id':27,'name':'Horror'}]","","345921","tt4518962","en","Headgame","A group of young people awake, locked inside a warehouse with cameras screwed into their heads. It becomes apparent that they are unwilling competitors in a deadly game, and they will need to murder each other if they hope to survive.","5.529","/fDFVANRnIcBNvokOMZlfhCFjWl.jpg","[{'id':56229,'logo_path':null,'name':'Second Nature Films See','origin_country':''},{'id':56230,'logo_path':null,'name':'Sunday Funday Films','origin_country':''},{'id':56231,'logo_path':null,'name':'Untethered Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-02-20","0","92","[{'iso_639_1':'en','name':'English'}]","Released","ONE KEY, ONE DOOR, ONE SURVIVOR","Headgame","false","4.6","19" +"false","/dZ0irD16CWPah8C9VlJmpbrF2jU.jpg","null","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'}]","","434129","tt3068544","en","Days of Power","On their 2010 tour, an International Pop Star and band mates mysteriously disappear. As past and present merge, they find themselves searching for answers and fighting for more than just their own lives when a concealed industry is revealed.","3.696","/r6WWgaAcccADoGBwUjmOgNs4KKA.jpg","[]","[]","2018-02-20","0","102","[{'iso_639_1':'en','name':'English'}]","Released","","Days of Power","false","5.3","12" +"false","/ikSJWKUZEgXYsB1UMAYlNxqzXwT.jpg","null","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","455236","tt6237612","en","Accident Man","Mike Fallon, the Accident Man, is a stone cold killer. When a loved one is murdered by his own crew, Fallon is forced to avenge the one person who actually meant something to him.","10.932","/bHFKej3Dbr8kGRSRHpkoFHq9TJQ.jpg","[{'id':99435,'logo_path':null,'name':'LINK Entertainment','origin_country':''},{'id':99436,'logo_path':null,'name':'Six Demon Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2018-02-06","0","101","[{'iso_639_1':'en','name':'English'}]","Released","Accidents happen. He can guarantee it.","Accident Man","false","4.8","148" +"false","/askg3SMvhqEl4OL52YuvdtY40Yb.jpg","null","175000000","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':35,'name':'Comedy'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'}]","https://www.pixar.com/feature-films/coco","354912","tt2380307","en","Coco","Despite his family???s baffling generations-old ban on music, Miguel dreams of becoming an accomplished musician like his idol, Ernesto de la Cruz. Desperate to prove his talent, Miguel finds himself in the stunning and colorful Land of the Dead following a mysterious chain of events. Along the way, he meets charming trickster Hector, and together, they set off on an extraordinary journey to unlock the real story behind Miguel's family history.","24.309","/eKi8dIrr8voobbaGzDpe8w0PVbC.jpg","[{'id':3,'logo_path':'/1TjvGVDMYsj6JBxOAkUHpPEwLf7.png','name':'Pixar','origin_country':'US'},{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-10-27","800526015","105","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","The celebration of a lifetime","Coco","false","8.1","8197" +"false","/2J283YNxKhxAqHeVegUJ5mzLfGb.jpg","null","55000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","https://www.cluesareeverywhere.com/","392044","tt3402236","en","Murder on the Orient Express","Genius Belgian detective Hercule Poirot investigates the murder of an American tycoon aboard the Orient Express train.","18.09","/iBlfxlw8qwtUS0R8YjIU7JtM6LM.jpg","[{'id':1557,'logo_path':'/ccz9bqCu3jSFKbPFnfWmjAKZLBL.png','name':'The Mark Gordon Company','origin_country':'US'},{'id':1645,'logo_path':'/6Ry6uNBaa0IbbSs1XYIgX5DkA9r.png','name':'Scott Free Productions','origin_country':''},{'id':19108,'logo_path':null,'name':'Latina Pictures','origin_country':'MT'},{'id':28788,'logo_path':null,'name':'Genre Films','origin_country':'US'},{'id':90555,'logo_path':null,'name':'The Estate of Agatha Christie','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'},{'id':112049,'logo_path':null,'name':'Kinberg Genre','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'MT','name':'Malta'}]","2017-11-03","351839303","114","[{'iso_639_1':'en','name':'English'}]","Released","Everyone is a suspect","Murder on the Orient Express","false","6.7","5144" +"false","/7LUVs0596i4JspTSpY9QRRo9IFl.jpg","null","0","[{'id':878,'name':'Science Fiction'}]","","491940","tt7689226","en","Doctor Who: Shada","The story revolves around the lost planet Shada, on which the Time Lords built a prison for defeated would-be conquerors of the universe. Skagra, one such inmate, needs the help of one of the prison's inmates. He finds nobody knows where Shada is anymore except one aged Time Lord who has retired to Earth, where he is a professor at St. Cedd's College, Cambridge. Luckily for the universe, Skagra's attempt to force the information out of Professor Chronotis coincides with a visit by the professor's old friend, the Fourth Doctor.","2.198","/fnynoiW4QUga1IlBcPAAR1I7N7h.jpg","[]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-11-24","0","137","[]","Released","","Doctor Who: Shada","false","7.7","9" +"false","/5tQDGHVK0xDAFEilHYJBHJvgbT8.jpg","null","0","[{'id':99,'name':'Documentary'}]","","471058","tt1491616","en","The Everlasting Flame","A documentary covering the 2008 Olympic Games in Beijing.","1.22","/yuj8zm80eB5JYtXMolXm2Qld6ZY.jpg","[{'id':101709,'logo_path':null,'name':'Chinese Central Newsreel & Documentary','origin_country':''},{'id':101233,'logo_path':null,'name':'The International Olympic Commitee','origin_country':''}]","[{'iso_3166_1':'CN','name':'China'}]","2009-09-07","0","110","[{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'en','name':'English'}]","Released","","The Everlasting Flame","false","9","3" +"false","/jRi6AKMPLnMtsFtWY0FUXZOlnVb.jpg","{'id':473971,'name':'Daddy's Home Collection','poster_path':'/sKjm3JtHz3Z5ggyNZC4IEz4z4Dl.jpg','backdrop_path':'/16w6DLmX0OqGT5qBdMpfpWh4VkU.jpg'}","69000000","[{'id':35,'name':'Comedy'}]","http://www.daddyshomemovie.com/","419680","tt5657846","en","Daddy's Home 2","Brad and Dusty must deal with their intrusive fathers during the holidays.","12.14","/rF2IoKL0IFmumEXQFUuB8LajTYP.jpg","[{'id':19177,'logo_path':null,'name':'Red Granite Pictures','origin_country':''},{'id':4740,'logo_path':null,'name':'Gary Sanchez Productions','origin_country':'US'},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-11-09","180613180","100","[{'iso_639_1':'en','name':'English'}]","Released","More Daddies. More Problems.","Daddy's Home 2","false","6","1216" +"false","/yshfx0Hj4nSLyiuSPMuTLzao6Bz.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':80,'name':'Crime'},{'id':12,'name':'Adventure'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","464566","tt5752606","en","Maze","Inspired by the true events of the infamous 1983 prison breakout of 38 IRA prisoners from HMP Maze, which was to become the biggest prison escape in Europe since World War II.","5.086","/bWEF3a1qErRIjmLW0xU28zAgV9D.jpg","[{'id':18230,'logo_path':null,'name':'Filmgate Films','origin_country':'SE'},{'id':93987,'logo_path':null,'name':'Mammoth Films','origin_country':''},{'id':93988,'logo_path':null,'name':'Cyprus Avenue Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'SE','name':'Sweden'}]","2017-09-22","0","93","[{'iso_639_1':'en','name':'English'}]","Released","","Maze","false","6","31" +"false","/n2SkAN9qCsaM5TZHDf2irjh79Q4.jpg","null","0","[{'id':28,'name':'Action'}]","http://www.boonethebountyhunter.com/","456781","tt3229488","en","Boone : The Bounty Hunter","When fame-seeking reality show bounty hunter, Boone, attempts to bring down a drug lord and his empire, he uncovers more than he bargains for and learns that justice means more than ratings.","2.762","/akqKTfd6EbUQamcvVrJS1CxOdUH.jpg","[{'id':90129,'logo_path':null,'name':'Killion Street','origin_country':''},{'id':90130,'logo_path':null,'name':'Hoplite Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-05-09","0","86","[{'iso_639_1':'en','name':'English'}]","Released","You can run but you can't hide","Boone : The Bounty Hunter","false","5.7","20" +"false","/wqxKaffqTUKI9cl8YgBIm8IAZlR.jpg","{'id':501909,'name':'Boo! A Madea Halloween Collection','poster_path':'/gvSSZFgrnZhRESXBJVFyMSLDGmX.jpg','backdrop_path':'/hdCjaO2DdoBd0pc1XslC8Vvtz0G.jpg'}","25000000","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'}]","http://www.boo.movie/","459202","tt6217804","en","Boo 2! A Madea Halloween","Madea and the gang encounter monsters, goblins and boogeymen at a haunted campground.","8.552","/5nvP4etJ8ecQv8qZM08dK4BAzdK.jpg","[{'id':3096,'logo_path':'/fkZTZ4veYYr3lwr2riVrVAOfeqD.png','name':'Tyler Perry Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-10-20","48333932","103","[{'iso_639_1':'en','name':'English'}]","Released","Peek-A-Boo.","Boo 2! A Madea Halloween","false","5.5","349" +"false","/8UUSZglWTKjFDxNVI9jqWP0KLS.jpg","null","0","[{'id':878,'name':'Science Fiction'}]","","64071","tt0047590","en","Tobor the Great","To avoid the life-threatening dangers of manned space exploration, Professor Nordstrom creates highly advanced form of artificial intelligence capable of piloting a starship to other worlds. In order to transmit alien data, the extraordinary robot is infused with a powerful telepathic device that enables it to instantly read and even feel emotions. Danger strikes when a sinister band of covert agents kidnaps Gadge, the professor's 10-year-old grandson. But Gadge has a powerful ally. For he has developed a psychic, emotional bond with his grandfather's robot. And now Gadge's captors must suffer the wrath of his protective friend. They must face a mechanical monstrosity bent on a killing rampage of revenge and destruction.","1.639","/sP5pNIWbbZgTEd2y5ETyiAw8THN.jpg","[{'id':16428,'logo_path':null,'name':'Dudley Pictures Corporation','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1954-09-01","0","77","[{'iso_639_1':'en','name':'English'}]","Released","A Man-Made Monster With Every Human Emotion","Tobor the Great","false","5.5","12" +"false","/6D14n7YL1nVfjaQ2GKS8snL7CEu.jpg","{'id':464270,'name':'The Man from Earth Collection','poster_path':'/8qkYt13q4VDT0y8n0Ioew2AssFJ.jpg','backdrop_path':'/qFmRn6T7vM0EuOwbeiGkWabluQJ.jpg'}","0","[{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'}]","http://www.manfromearth.com/holocene/","415312","tt5770864","en","The Man from Earth: Holocene","14,000 year-old ""Man from Earth"" John Oldman, now teaching in northern California, realizes that not only is he finally starting to age, but four students have discovered his deepest secret, putting his life in grave danger and potentially destroying the world's most popular religion.","5.008","/uxr1ehdlnGw1IZgKbLDrQ5Q0Lpo.jpg","[{'id':2741,'logo_path':null,'name':'Falling Sky Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-06-10","0","98","[{'iso_639_1':'en','name':'English'}]","Released","","The Man from Earth: Holocene","false","6.1","55" +"false","/gtQWtH7z2ywAYuzW2FWHfxVeZPB.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","http://www.lastflagflying.com/","419709","tt6018306","en","Last Flag Flying","Thirty years after serving together in the Vietnam War, Larry ""Doc"" Shepherd, Sal Nealon and the Rev. Richard Mueller reunite for a different type of mission: to bury Doc's son, a young Marine killed in Iraq. Forgoing burial at Arlington National Cemetery, Doc and his old buddies take the casket on a bittersweet trip up the coast to New Hampshire. Along the way, the three men find themselves reminiscing and coming to terms with the shared memories of a war that continues to shape their lives.","7.093","/pizynKUzJ9YucGff1O1MYisY1WM.jpg","[{'id':88582,'logo_path':null,'name':'Cinetic Media','origin_country':''},{'id':20580,'logo_path':'/tkFE81jJIqiFYPP8Tho57MXRQEx.png','name':'Amazon Studios','origin_country':'US'},{'id':6831,'logo_path':'/ojg8jqsVLGDvuJowOkZQZVV42AA.png','name':'Big Indie Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-02-01","0","125","[{'iso_639_1':'en','name':'English'}]","Released","Their last mission wasn't on the battlefield.","Last Flag Flying","false","6.9","179" +"false","/vG8n4NYXrNGnjhswkr2EhRxKI2q.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","http://www.thekillingofasacreddeerfilm.com","399057","tt5715874","en","The Killing of a Sacred Deer","Dr. Steven Murphy is a renowned cardiovascular surgeon who presides over a spotless household with his wife and two children. Lurking at the margins of his idyllic suburban existence is Martin, a fatherless teen who insinuates himself into the doctor's life in gradually unsettling ways.","13.96","/e4DGlsc9g0h5AyoyvvAuIRnofN7.jpg","[{'id':3353,'logo_path':'/qv2v9HaStUTRjqonODM29YG0oFX.png','name':'Element Pictures','origin_country':'IE'},{'id':20312,'logo_path':null,'name':'Three Point Capital','origin_country':''},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'},{'id':67285,'logo_path':null,'name':'New Sparta Films','origin_country':''},{'id':72597,'logo_path':null,'name':'Limp Films','origin_country':''},{'id':5267,'logo_path':'/trP3GsUyIztMwcqev3jK1gOeCSA.png','name':'Irish Film Board','origin_country':'IE'},{'id':2395,'logo_path':'/pZz4qs03FtP6UGtZ3hjQ6qimcwi.png','name':'HanWay Films','origin_country':'GB'},{'id':41077,'logo_path':'/1ZXsGaFPgrgS6ZZGS37AqD5uU12.png','name':'A24','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'IE','name':'Ireland'}]","2017-10-20","2291901","122","[{'iso_639_1':'en','name':'English'}]","Released","","The Killing of a Sacred Deer","false","6.9","1377" +"false","/e3ofKYdZ3jgNYuCriE5AAsHp4L6.jpg","{'id':656,'name':'Saw Collection','poster_path':'/xmC2A7qPEfiOkQC58fZh8srWQ5v.jpg','backdrop_path':'/kKdI4h6VuCFAtHZc1POTWwY5r0I.jpg'}","10000000","[{'id':80,'name':'Crime'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","http://jigsawsaves.com/","298250","tt3348730","en","Jigsaw","Dead bodies begin to turn up all over the city, each meeting their demise in a variety of grisly ways. All investigations begin to point the finger at deceased killer John Kramer.","15.652","/2mUqHJG7ZiGwZYIylczFCsRPbXM.jpg","[{'id':2061,'logo_path':'/o9LbN33hRaj4qcebUv1bikyXeoB.png','name':'Twisted Pictures','origin_country':'US'},{'id':5855,'logo_path':null,'name':'A Bigger Boat','origin_country':''},{'id':6680,'logo_path':null,'name':'Serendipity Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-10-26","102952888","92","[{'iso_639_1':'en','name':'English'}]","Released","A New Game Begins.","Jigsaw","false","6.1","1775" +"false","/79X8JkGxzc1tJMi0KxUSaPLooVg.jpg","null","120000000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","https://www.warnerbros.com/geostorm","274855","tt1981128","en","Geostorm","After an unprecedented series of natural disasters threatened the planet, the world's leaders came together to create an intricate network of satellites to control the global climate and keep everyone safe. But now, something has gone wrong: the system built to protect Earth is attacking it, and it becomes a race against the clock to uncover the real threat before a worldwide geostorm wipes out everything and everyone along with it.","15.259","/nrsx0jEaBgXq4PWo7SooSnYJTv.jpg","[{'id':101832,'logo_path':'/vO7CKIeogFxphT1CHkUIhjEXf2C.png','name':'Twisted Media','origin_country':'US'},{'id':86561,'logo_path':null,'name':'Stereo D','origin_country':''},{'id':82819,'logo_path':'/5Z8WWr0Lf1tInVWwJsxPP0uMz9a.png','name':'Skydance Media','origin_country':'US'},{'id':41624,'logo_path':'/wzKxIeQKlMP0y5CaAw25MD6EQmf.png','name':'RatPac-Dune Entertainment','origin_country':'US'},{'id':3241,'logo_path':'/kRAMCgp7zAmd1UnCPBHiEiopSm9.png','name':'Electric Entertainment','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-10-13","221600160","109","[{'iso_639_1':'en','name':'English'}]","Released","Some things were never meant to be controlled.","Geostorm","false","5.8","2157" +"false","/aFvvK2KUV2pJrcNf4pa59ksDulV.jpg","null","0","[{'id':99,'name':'Documentary'}]","","470385","tt7241484","en","The Games of the V Olympiad Stockholm, 1912","Newly restored and assembled by the International Olympic Committee - the earliest comprehensive moving-image record of the modern Olympic Games that survives today.","1.4","/sb3dsoV9JwfHJT7uWyyMiDZJUMN.jpg","[]","[]","2017-12-05","0","170","[{'iso_639_1':'xx','name':'No Language'}]","Released","","The Games of the V Olympiad Stockholm, 1912","false","6","3" +"false","/zZLvILFQO2RrW0JsMDOonFS0gl4.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","441728","tt5153236","en","Hampstead","Emily Walters is an American widow living a peaceful, uneventful existence in the idyllic Hampstead Village of London, when she meets local recluse, Donald Horner. For 17 years, Donald has lived???wildly yet peacefully???in a ramshackle hut near the edge of the forest. When Emily learns his home is the target of developers who will stop at nothing to remove him, saving Donald and his property becomes her personal mission. Despite his gruff exterior and polite refusals for help, Emily is drawn to him???as he is to her???and what begins as a charitable cause evolves into a relationship that will grow even as the bulldozers close in.","6.018","/svyFdV8QrOyheU2lEDuBnrcCQT5.jpg","[{'id':1267,'logo_path':'/j3kXC0bEn4vxrIyUApeKBtSUu9w.png','name':'Ecosse Films','origin_country':'GB'},{'id':11199,'logo_path':'/ursSXLOZaDxiZ84sEgfXbiFnYaa.png','name':'SCOPE Pictures','origin_country':'BE'},{'id':85466,'logo_path':'/yIDg47SluPIkhh6ZXhJerIMNmRw.png','name':'Motion Picture Capital','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-06-23","0","102","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","","Hampstead","false","6","68" +"false","/uCceqzKOHW9BZAaiz8RfZhNXeaX.jpg","null","9000000","[{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","16191","tt0104418","en","Highway to Hell","Charlie and Rachel run away from home to get married in Las Vegas. But they get attacked by a zombie who takes Rachel with him to hell, where she will become one of Satan's brides","3.005","/5WocTvAKE9oA44sHNrsZynTFwNo.jpg","[{'id':469,'logo_path':null,'name':'Hemdale Film Corporation','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1991-11-21","26055","94","[{'iso_639_1':'en','name':'English'}]","Released","If there's one thing worse than dying and going to Hell, it's not dying - and going to Hell.","Highway to Hell","false","6.1","43" +"false","/do9IV9Vi18t7VkYvKp1nsdpUsiD.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10749,'name':'Romance'}]","","23102","tt0050858","en","The Pride and the Passion","During the Napoleonic Wars, when the French have occupied Spain, some Spanish guerrilla soldiers are going to move a big cannon across Spain in order to help the British defeat the French. A British officer is there to accompany the Spanish and along the way, he falls in love with the leader's girl.","2.141","/y2VMSaMcwKMdIsy2vdB2FsXmfyD.jpg","[{'id':893,'logo_path':null,'name':'Stanley Kramer Productions','origin_country':'US'},{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1957-07-10","0","125","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","You have never seen its like -- and may never see its equal!","The Pride and the Passion","false","5.8","16" +"false","/gD6mu6LoMC5iaQd5CzaGgqPJ4KO.jpg","null","0","[{'id':10770,'name':'TV Movie'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","60573","tt0087010","en","The Burning Bed","An abused battered wife has had enough of husband beating up on her. Everywhere she turns for help, there's not much anyone will do. After he rapes her one night, she sets the bed on fire with him in it asleep.","1.384","/tyv5Yz2xPqEaYAlhVpawld1QH65.jpg","[{'id':13582,'logo_path':null,'name':'Tisch/Avnet Productions Inc.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-10-08","0","100","[{'iso_639_1':'en','name':'English'}]","Released","He didn't know how to stop it... she did.","The Burning Bed","false","6.9","14" +"false","/8UL8wRkhQuZRyvGHMFIUMhzr7VB.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","310119","tt3513054","en","Last Days in the Desert","On his way out of the wilderness, Jesus struggles with the Devil over the fate of a family in crisis, setting himself up for a dramatic test.","3.425","/uHaT6C28YuDjBc2MQWuO0xzldsR.jpg","[{'id':80060,'logo_path':null,'name':'Ironwood Entertainment','origin_country':''},{'id':1092,'logo_path':null,'name':'Mockingbird Pictures','origin_country':''},{'id':14036,'logo_path':null,'name':'Division Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-05-13","0","98","[{'iso_639_1':'en','name':'English'}]","Released","","Last Days in the Desert","false","5","61" +"false","/5KPhMWKUVHhWV14t0nPN86Rs6vs.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","26337","tt0109417","en","China Moon","Detective Kyle Bodine falls for Rachel Munro who is trapped in a violent marriage. After shooting her husband, Kyle relucantly agrees to help hide the body, but Kyle's partner is showing an unusual flair for finding clues.","5.752","/d3NZeytOftjdpcZt0se6rvo93yd.jpg","[{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-03-04","0","99","[{'iso_639_1':'en','name':'English'}]","Released","He thought it was passion. It was deceit. He thought it was love. It was murder.","China Moon","false","6.1","39" +"false","/vwoGEcvSN2cndQ35MDXTdLxSYDI.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://chasinggreat.film","375573","tt5722234","en","Chasing Great","Chasing Great is an insightful portrayal that weaves Richie McCaw's life story into his final season as an All Black, revealing the determination and mental toughness of an international sporting legend who still sees himself as an 'ordinary guy' from small town New Zealand.","0.846","/3o7rbhxdGGq8o6r6ZpFt8K2Xn0c.jpg","[{'id':55251,'logo_path':null,'name':'Southern Light Films','origin_country':'AU'},{'id':79711,'logo_path':null,'name':'Augusto','origin_country':''}]","[{'iso_3166_1':'NZ','name':'New Zealand'}]","2016-09-01","0","105","[{'iso_639_1':'en','name':'English'}]","Released","In The Mind Of A Champion","Chasing Great","false","8.3","6" +"false","/3BeR0tbC8mShrJnaldWkxs7lUcu.jpg","null","0","[{'id':99,'name':'Documentary'}]","","73319","tt0070884","en","Visions of Eight","Eight acclaimed filmmakers bring their unique and differing perspectives to the 1972 Summer Olympic Games held in Munich. The segments include Lelouch's take on Olympic losers and their struggle to remain dignified even in the face of bitter disappointment and defeat; Zetterling's dramatic exploration of the world of weightlifting; and Pfleghar's piece on young Russian gymnast Ludmilla Tourischev's majestic performance on the uneven bars.","0.726","/mzVkecyq9ZUh5kaF8caVwr7tHso.jpg","[]","[{'iso_3166_1':'JP','name':'Japan'}]","1973-10-06","0","110","[{'iso_639_1':'en','name':'English'}]","Released","Eight directors capture what the naked eye cannot see","Visions of Eight","false","7.8","4" +"false","/aPrcTTdfrJM2bI0rRDCf1iTZRvA.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","43838","tt0032155","en","Young Mr. Lincoln","In this dramatized account of his early law career in Illinois, Abraham Lincoln is born into a modest log cabin, where he is encouraged by his first love, Ann Rutledge, to pursue law. Following her tragic death, Lincoln establishes a law practice in Springfield, where he meets a young Mary Todd. Lincoln's law skills are put to the test when he takes on the difficult task of defending two brothers who have been accused of murder.","4.205","/gVHbi2AZfWsZB10FJcwaFV59kIo.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1939-06-09","0","100","[{'iso_639_1':'en','name':'English'}]","Released","The story of Abraham Lincoln that has NEVER been told!","Young Mr. Lincoln","false","7.4","66" +"false","/vxd0i0BYYtI9gvkxUuadFbmGHnw.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","499","tt0055852","fr","Cl??o de cinq ?? sept","Agn??s Varda eloquently captures Paris in the sixties with this real-time portrait of a singer set adrift in the city as she awaits test results of a biopsy. A chronicle of the minutes of one woman???s life, Cl??o from 5 to 7 is a spirited mix of vivid v??rit?? and melodrama, featuring a score by Michel Legrand and cameos by Jean-Luc Godard and Anna Karina.","9.096","/ydEmCCpIvwkM6r8G1NUL1dLG8z2.jpg","[{'id':14683,'logo_path':null,'name':'Cin?? Tamaris','origin_country':'FR'},{'id':109,'logo_path':null,'name':'Rome Paris Films','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'IT','name':'Italy'}]","1962-04-11","0","90","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Cl??o from 5 to 7","false","7.7","122" +"false","/16b6R4Mdb2Zf2tOXe2ntpPlmSQ6.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","https://www.netflix.com/title/80104068","433252","tt5034266","en","Our Souls at Night","Addie Moore and Louis Waters, a widow and widower, have lived next to each other for years. The pair have almost no relationship, but that all changes when Addie tries to make a connection with her neighbour.","5.963","/49136pSuzcNpzOgn4slkU9shHhi.jpg","[{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-09-01","0","101","[{'iso_639_1':'en','name':'English'}]","Released","","Our Souls at Night","false","6.5","185" +"false","/9DbG4Xr6H0gxyHpnBg7haeL5xVH.jpg","null","0","[{'id':35,'name':'Comedy'}]","https://www.netflix.com/title/80178974","485504","tt3255590","en","El Camino Christmas","A young man seeking a father he has never met, through no fault of his own, ends up barricaded in a liquor store with five other people on Christmas Eve in the fictitious town of El Camino, NV.","5.055","/74FjQrZ9SSkfh3rts4PXm9wArqd.jpg","[{'id':15855,'logo_path':null,'name':'Goldenlight Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-12-08","0","97","[{'iso_639_1':'en','name':'English'}]","Released","Bullets, beer, holiday cheer.","El Camino Christmas","false","5.8","128" +"false","/w1JmwP9Xpr8XzdaGLXZnkRSaWAo.jpg","null","10000000","[{'id':10749,'name':'Romance'}]","https://www.netflix.com/title/80177441","449755","tt7608534","en","Christmas Inheritance","To inherit her father's company, socialite Ellen must first visit his small hometown, where she learns the value of hard work and helping others.","6.699","/sqdbF40nBzS2IZVAGPxJT7loxoM.jpg","[{'id':20068,'logo_path':'/6CEIvevd5R8yNG1nd7zuPd4Y9DT.png','name':'Hideaway Pictures','origin_country':'CA'},{'id':2090,'logo_path':'/jYlUttNqcN5u1pzMQrh5AEhZ27t.png','name':'Motion Picture Corporation of America','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-12-15","0","105","[{'iso_639_1':'en','name':'English'}]","Released","","Christmas Inheritance","false","6.4","420" +"false","/6bWOnvq3cEEYPCOmJG0QwS8T6hI.jpg","null","0","[{'id':99,'name':'Documentary'}]","https://www.netflix.com/gb/title/80126449","474433","tt7320560","en","Cuba and the Cameraman","This revealing portrait of Cuba follows the lives of Fidel Castro and three Cuban families affected by his policies over the last four decades.","2.395","/cXckURd3tDTwRbOYVm1LHLHGbub.jpg","[{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-09-08","0","113","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","EXPERIENCE A REVOLUTIONARY FRIENDSHIP OVER 45 YEARS","Cuba and the Cameraman","false","7.6","23" +"false","/jGjFwizX2YYoUOJkCymlfvS8aGp.jpg","null","0","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","470114","tt5442456","en","24 Hours to Live","An assassin seeks redemption after being given a second chance at life.","8.743","/w0MXP33x1bq48TDC7IaNqQ8nxcc.jpg","[{'id':3528,'logo_path':'/cCzCClIzIh81Fa79hpW5nXoUsHK.png','name':'Thunder Road Pictures','origin_country':'US'},{'id':55244,'logo_path':'/6tjtQvghRRXFmCsuN8SsKJW6cIm.png','name':'Fundamental Films','origin_country':'CN'},{'id':773,'logo_path':'/8GHHXJTeF5XU5a5EN6myMiYwSJh.png','name':'Film Afrika Worldwide','origin_country':'ZA'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'ZA','name':'South Africa'},{'iso_3166_1':'CN','name':'China'}]","2017-10-26","0","94","[{'iso_639_1':'en','name':'English'}]","Released","Contracted to kill. Fighting to survive.","24 Hours to Live","false","5.5","260" +"false","/zQD2njQZPYogHF8cE7D7AudyehY.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://www.catchingthesun.tv/","339161","tt1698654","en","Catching the Sun","An unemployed American worker, a Tea Party activist, and a Chinese solar entrepreneur. But who wins and who loses the battle for power in the 21st century? Through interwoven character dramas spanning the U.S. and China, Catching the Sun explores the global economic race to lead the clean energy future.","0.852","/55qMZx3x7sEYiAiKuXuwbp7OLud.jpg","[]","[]","2015-06-12","0","90","[]","Released","WHO WILL LEAD THE CLEAN ENERGY FUTURE?","Catching the Sun","false","6.8","8" +"false","/A3MpZcwdyeklyciwkDjJS02ZdNU.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","https://www.americansatanmovie.com","451751","tt5451690","en","American Satan","A young rock band, half from England and half from the US, drop out of college and move to the Sunset Strip to chase their dreams.","5.386","/hM9dOYWPh5pcQ3ruFXDayXsqgHw.jpg","[{'id':2828,'logo_path':'/nKe38l1aAjsaBnCpao7rZg3zu1P.png','name':'Intrinsic Value Films','origin_country':'US'},{'id':91879,'logo_path':null,'name':'Sumerian Films','origin_country':''},{'id':52738,'logo_path':null,'name':'Jeff Rice Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-10-13","237708","111","[{'iso_639_1':'en','name':'English'}]","Released","","American Satan","false","6.1","51" +"false","/1CKntz5l7oblq2RYligHHvY64sh.jpg","null","8000000","[{'id':28,'name':'Action'},{'id':27,'name':'Horror'}]","","485415","tt3053228","en","Day of the Dead: Bloodline","In a world overrun by zombies, military personnel and survivalists live in an underground bunker while they seek a cure.","12.897","/3jM4C1wJxHLWlF4tcSyyv6fnJPR.jpg","[{'id':74795,'logo_path':null,'name':'Nu Boyana Film Studios','origin_country':''}]","[{'iso_3166_1':'BG','name':'Bulgaria'},{'iso_3166_1':'US','name':'United States of America'}]","2018-01-04","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Join the undying war.","Day of the Dead: Bloodline","false","4","229" +"false","/aIF2xRhE7iGxQd6ITGNrwYdGB9e.jpg","{'id':487376,'name':'Bad Moms Collection','poster_path':'/lbfuba6LomsBy52bYyKsH2exmQY.jpg','backdrop_path':'/4jZkEwRWYavVbPju2vt5pdcMXhG.jpg'}","28000000","[{'id':35,'name':'Comedy'}]","http://badmomsxmas.com/","431530","tt6359956","en","A Bad Moms Christmas","Amy, Kiki and Carla ??? three under-appreciated and over-burdened women ??? rebel against the challenges and expectations of the Super Bowl for mothers: Christmas. And if creating a more perfect holiday for their families wasn???t hard enough, they have to do all of that while hosting and entertaining their own mothers.","12.725","/gPNHolu7AGnrB7r5kvJRRTfwMFR.jpg","[{'id':47729,'logo_path':'/5NRpQ7xxmODXAjt2pRWUFMLVzvP.png','name':'STX Entertainment','origin_country':'US'},{'id':39649,'logo_path':null,'name':'Huayi Brothers Media','origin_country':'CN'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-11-01","130560428","104","[{'iso_639_1':'en','name':'English'}]","Released","","A Bad Moms Christmas","false","6.2","977" +"false","/p5eleWfYjhRWDw5whbNfYDkQHUk.jpg","null","3000000","[{'id':99,'name':'Documentary'}]","http://www.plasticoceans.org/film/","431339","tt5203824","en","A Plastic Ocean","A documentary focused on plastic pollution in the world's oceans.","2.538","/iy0Oga12LIanMO4GPggfCYvuJEs.jpg","[]","[{'iso_3166_1':'HK','name':'Hong Kong'}]","2016-09-22","0","102","[{'iso_639_1':'en','name':'English'}]","Released","We need a wave of change.","A Plastic Ocean","false","7.6","32" +"false","/3uwyXMZN93PRkShUxvLrufwVAc2.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","https://www.netflix.com/title/80135164","452507","tt6214928","en","1922","A simple yet proud rancher conspires to murder his wife for financial gain, convincing his teenage son to participate.","11.014","/q4FQOiSRhTLWulHl5Vpg37FMArH.jpg","[{'id':55570,'logo_path':null,'name':'Campfire','origin_country':''},{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-10-20","0","101","[{'iso_639_1':'en','name':'English'}]","Released","","1922","false","5.9","1152" +"false","/b09HLFIifMNljI7NI9CJgm2gN1Y.jpg","{'id':497697,'name':'Bright Collection','poster_path':'/zB3xqZ2zGYtDYY6Lunq6EV4CPGw.jpg','backdrop_path':'/c9SfVHOtBQizXDUPBedQWgAjnx0.jpg'}","90000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':14,'name':'Fantasy'}]","https://www.netflix.com/title/80119234","400106","tt5519340","en","Bright","In an alternate present-day where magical creatures live among us, two L.A. cops become embroiled in a prophesied turf battle.","14.014","/whkT53Sv2vKAUiknQ13pqcWaPXB.jpg","[{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''},{'id':101831,'logo_path':null,'name':'Clubhouse Pictures (II)','origin_country':''},{'id':907,'logo_path':'/ca5SWI5uvU985f8Kbb4xc8AmVWH.png','name':'Overbrook Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-12-22","0","117","[{'iso_639_1':'en','name':'English'}]","Released","","Bright","false","6.2","3026" +"false","/kaIfm5ryEOwYg8mLbq8HkPuM1Fo.jpg","{'id':131296,'name':'Thor Collection','poster_path':'/yw7gr7DhHHVTLlO8Se8uH17TDMA.jpg','backdrop_path':'/3KL8UNKFWgIKXzLHjwY0uwgjzYl.jpg'}","180000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'}]","https://marvel.com/movies/movie/222/thor_ragnarok","284053","tt3501632","en","Thor: Ragnarok","Thor is imprisoned on the other side of the universe and finds himself in a race against time to get back to Asgard to stop Ragnarok, the destruction of his home-world and the end of Asgardian civilization, at the hands of an all-powerful new threat, the ruthless Hela.","53.656","/rzRwTcFvttcN1ZpX2xv4j3tSdJu.jpg","[{'id':420,'logo_path':'/hUzeosd33nzE5MCNsZxCGEKTXaQ.png','name':'Marvel Studios','origin_country':'US'},{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-10-25","853977126","131","[{'iso_639_1':'en','name':'English'}]","Released","No Hammer. No Problem.","Thor: Ragnarok","false","7.5","10559" +"false","/8YTX5DOiBM8ct53G5W3sayfiLn6.jpg","null","0","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':10770,'name':'TV Movie'}]","","71689","tt1825918","en","Phineas and Ferb the Movie: Across the 2nd Dimension","Perry's worst fear comes true when Phineas and Ferb finds out that he is in fact Secret Agent P, but that soon pales in comparison during a trip to the 2nd dimension where Perry finds out that Dr. Doofenshmirtz is truly evil and successful.","6.321","/e8BU8p2fA0snRQMs3EtvsxCtfFZ.jpg","[{'id':3213,'logo_path':null,'name':'Disney Channel','origin_country':''},{'id':3475,'logo_path':'/jTPNzDEn7eHmp3nEXEEtkHm6jLg.png','name':'Walt Disney Television Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-08-05","0","78","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","An adventure so big, one dimension isn't enough.","Phineas and Ferb the Movie: Across the 2nd Dimension","false","6.6","211" +"false","/eWZQ2IkBHfltHKUylRyMF5tWzy2.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","413992","tt2582498","en","Sweet Virginia","A former rodeo star, now a motel manager, meets a young man who is responsible for the violence that suddenly has seized his small town.","7.013","/qTch1l0ZMU4MiOBDEJ14jVmANVC.jpg","[{'id':12142,'logo_path':'/rPnEeMwxjI6rYMGqkWqIWwIJXxi.png','name':'XYZ Films','origin_country':'US'},{'id':7625,'logo_path':'/kzq4ibnNeZrp00zpBWv3st1QCOh.png','name':'Automatik Entertainment','origin_country':'US'},{'id':85465,'logo_path':null,'name':'Oddfellows Entertainment','origin_country':'CA'},{'id':90760,'logo_path':null,'name':'Exhibit Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CA','name':'Canada'}]","2017-11-17","10456","94","[{'iso_639_1':'en','name':'English'}]","Released","","Sweet Virginia","false","6.1","106" +"false","/vC0x4816uI8yHSLaCzjfdTTSDK1.jpg","{'id':286177,'name':'Footsoldier Collection','poster_path':'/ecsYKWJ4sjNVCWZR947SaQgVW82.jpg','backdrop_path':'/qEO2IQcBy3nzcYbrLZlIVJJMEdl.jpg'}","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","484889","tt6076226","en","Rise of the Footsoldier 3","Notorious gangster, Pat Tate, rises through the ranks of Essex's criminal underworld. A prequel to the 'Rise of the Footsoldier' franchise.","4.397","/oFOE23tEe1ypuPiGpkHLBuXxMIB.jpg","[{'id':4098,'logo_path':null,'name':'Carnaby International','origin_country':''},{'id':10247,'logo_path':'/o5OTKAw7Acl5fTZYPyl8M8D9570.png','name':'Lipsync Post','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-11-03","0","99","[{'iso_639_1':'en','name':'English'}]","Released","","Rise of the Footsoldier 3","false","7.1","12" +"false","/uLXQzzQLNDY1QqEyjtVefFbtC3L.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.lbjfilm.com","353575","tt4778988","en","LBJ","The story of U.S. President Lyndon Baines Johnson from his young days in West Texas to the White House.","4.676","/780oVVWLDHMx2DCn0xUHeOEw0na.jpg","[{'id':11958,'logo_path':null,'name':'ITS Capital','origin_country':''},{'id':68413,'logo_path':null,'name':'Acacia Filmed Entertainment','origin_country':''},{'id':97,'logo_path':'/7znWcbDd4PcJzJUlJxYqAlPPykp.png','name':'Castle Rock Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-11-03","0","98","[{'iso_639_1':'en','name':'English'}]","Released","","LBJ","false","6.5","59" +"false","/6pMOszJsEK8QDe5P4v3dagENxcL.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","436459","tt4955566","en","Almost Friends","A man in his mid-20s, still living at home with his mother and stepfather, puts all his eggs in one basket: the girl who works at his local coffee shop. The problem is, she has a serious boyfriend. As they become closer, the line between friendship and intimacy is blurred, and the situation forces both to examine where they are in their lives.","5.225","/uJMknKxZagbhAYiiMjEaFnsZzRR.jpg","[{'id':95157,'logo_path':null,'name':'Let It Play','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-11-17","0","105","[{'iso_639_1':'en','name':'English'}]","Released","","Almost Friends","false","6.1","73" +"false","/g3acAt4ROTOaSPHxHa1K2VjjitZ.jpg","null","7500000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","http://www.borgvsmcenroefilm.com/","397538","tt5727282","sv","Borg vs McEnroe","The Swedish Bj??rn Borg and the American John McEnroe, the best tennis players in the world, maintain a legendary duel during the 1980 Wimbledon tournament.","8.124","/9hR2emM9MqH5LJPTjG8o7RPpksU.jpg","[{'id':235,'logo_path':'/obOynoztBEhDNfHsDXBqOuQLAZk.png','name':'Nordisk Film','origin_country':'DK'},{'id':2396,'logo_path':'/v0U7OZwjgv2vmiHbS2HNqjX9MEc.png','name':'Finnish Film Foundation','origin_country':'FI'},{'id':66903,'logo_path':'/dxybqCu0bVTa61kMLY9j6Sl0Xxd.png','name':'Yellow Film & TV','origin_country':'FI'},{'id':12985,'logo_path':'/uRymXGaLN9pWScoajjiXHirTcQk.png','name':'SF Studio','origin_country':'SE'},{'id':118,'logo_path':'/AiBorgNTCS1lT1FdFPYheax9jfF.png','name':'Det Danske Filminstitut','origin_country':'DK'},{'id':2302,'logo_path':'/rPXEdpqwFycAY9ZgrAJXv13qcWW.png','name':'Svenska Filminstitutet','origin_country':'SE'},{'id':2999,'logo_path':'/zGSqFee9aDgDuLD6vcs2mcJUem4.png','name':'SVT','origin_country':'SE'},{'id':2801,'logo_path':'/bswb1PLLsKDUXMLgy42bZtCtIde.png','name':'Film i V??st','origin_country':'SE'}]","[{'iso_3166_1':'DK','name':'Denmark'},{'iso_3166_1':'FI','name':'Finland'},{'iso_3166_1':'SE','name':'Sweden'}]","2017-09-06","16657800","108","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'sv','name':'svenska'}]","Released","Some stars shine forever","Borg vs McEnroe","false","7","507" +"false","/aM9RyDsyDrZlSDTDqMUd1y8eN6Y.jpg","null","0","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","","457265","tt5969404","en","Australia Day","On Australia's most controversial national holiday, the lives of three Australians from diverse cultural backgrounds will collide, illuminating contemporary issues of racial tension and national identity that simmer beneath the surface of modern Australia.","1.882","/xCuDqczc4UVYqfbhFoODapWBMvA.jpg","[]","[]","2017-06-12","0","94","[{'iso_639_1':'en','name':'English'}]","Released","","Australia Day","false","6.2","6" +"false","/156zFVuXIUUZ3hhUbS7CiYRvwpj.jpg","null","20000000","[{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","","347629","tt2776878","en","Thank You for Your Service","A group of U.S. soldiers returning from Iraq struggle to integrate back into family and civilian life, while living with the memory of a war that threatens to destroy them long after they've left the battlefield.","9.027","/z8OKWw6DAZAOyz8F421euawr3Hs.jpg","[{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'},{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'},{'id':19477,'logo_path':null,'name':'Dune Films','origin_country':'MA'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-10-26","9438370","109","[{'iso_639_1':'en','name':'English'}]","Released","","Thank You for Your Service","false","6.4","142" +"false","/8KyFNUkzEzFLJuk2TAyaDHtJuCz.jpg","null","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","3701","tt0134821","it","Milano Rovente","A Milan pimp faces off against a ruthless and greedy French gangster whom wants to unite organized crime in Italy.","1.569","/kQU5BxvR1vtwg9dcBmuMTbUaBub.jpg","[{'id':1503,'logo_path':null,'name':'Telemondial','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'}]","1973-02-21","0","90","[{'iso_639_1':'it','name':'Italiano'}]","Released","","Gang War in Milan","false","6.3","8" +"false","/f9sTcBX9M0BvwBHVvlOIUfNx98r.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","420622","tt6133130","en","Professor Marston and the Wonder Women","The unconventional life of Dr. William Marston, the Harvard psychologist and inventor who helped invent the modern lie detector test and created Wonder Woman in 1941.","10.406","/tbrzHlnE8dNpllLWEe9bwDGNzLe.jpg","[{'id':81524,'logo_path':null,'name':'Topple Productions','origin_country':''},{'id':92611,'logo_path':null,'name':'Boxspring Entertainment','origin_country':''},{'id':21514,'logo_path':null,'name':'Opposite Field Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-10-13","1584759","108","[{'iso_639_1':'en','name':'English'}]","Released","Ever wonder?","Professor Marston and the Wonder Women","false","7.3","333" +"false","/tUVVEGe16K5hfN7jH5MhJYjbCt2.jpg","null","0","[{'id':10751,'name':'Family'},{'id':36,'name':'History'}]","http://www.foxsearchlight.com/goodbyechristopherrobin/","418680","tt1653665","en","Goodbye Christopher Robin","The behind the scenes story of the life of A.A. Milne and the creation of the Winnie the Pooh stories inspired by his son Christopher Robin.","9.884","/a6IK3hMlUHzXZZVLBTh0WZ5KoAb.jpg","[{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'},{'id':5654,'logo_path':null,'name':'DJ Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-09-29","7299662","107","[{'iso_639_1':'en','name':'English'}]","Released","","Goodbye Christopher Robin","false","7.1","385" +"false","/2v6hzV33XZn1S4U40E4ZTYwP1eZ.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","317091","tt3266284","en","November Criminals","When Addison investigates the murder of his friend Kevin with the help of Phoebe, they discover that the truth is darker than they had ever imagined.","7.725","/m2JxGgarPvtemudLZ1CB6gLJeUb.jpg","[{'id':79315,'logo_path':'/usf5ueQPfCoVrUWiR6Xiod1RQL3.png','name':'Black Bicycle Entertainment','origin_country':'US'},{'id':74208,'logo_path':'/rZU9oUWZ66ns44vLmqVmeNrGATs.png','name':'Lotus Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-12-08","0","86","[{'iso_639_1':'en','name':'English'}]","Released","","November Criminals","false","5.1","310" +"false","/7u5WfHXdvq572DVij1w6Dami47x.jpg","null","0","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","480572","tt6204340","en","Bullet Head","A group of career criminals finds itself trapped in a warehouse with the law ??? and an Attack Dog named DeNiro closing in.","9.319","/ySmKQPjWnNzuZ5YliQaOVEnWn2.jpg","[{'id':1020,'logo_path':'/kuUIHNwMec4dwOLghDhhZJzHZTd.png','name':'Millennium Films','origin_country':'US'},{'id':37845,'logo_path':null,'name':'Principato-Young Entertainment','origin_country':''},{'id':74795,'logo_path':null,'name':'Nu Boyana Film Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'BG','name':'Bulgaria'}]","2017-12-07","87465","93","[{'iso_639_1':'en','name':'English'}]","Released","","Bullet Head","false","4.8","258" +"false","/6oAl7Dgyw0bUCVqXhA7yR4Qkvzy.jpg","null","0","[{'id':99,'name':'Documentary'}]","","487387","tt7479144","en","Kenny","An intimate and revealing portrait of Kenny Dalglish - the player, the man, the truth.","1.204","/emV26OmD4sl8M6Xo2CpxgzErt6I.jpg","[{'id':69282,'logo_path':null,'name':'Spirit Entertainment Limited','origin_country':''},{'id':27030,'logo_path':null,'name':'Pitch International','origin_country':''}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-11-20","0","86","[{'iso_639_1':'en','name':'English'}]","Released","The Player, The Man, The Truth","Kenny","false","7.3","9" +"false","/adFgBkl35kdI0bSrWZO2xury1JB.jpg","null","5500000","[{'id':16,'name':'Animation'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","http://www.lovingvincent.com/","339877","tt3262342","en","Loving Vincent","The film brings the paintings of Vincent van Gogh to life to tell his remarkable story. Every one of the 65,000 frames of the film is an oil-painting hand-painted by 125 professional oil-painters who travelled from all across the world to the Loving Vincent studios in Poland and Greece to be a part of the production. As remarkable as Vincent???s brilliant paintings are his passionate and ill-fated life and mysterious death.","11.308","/56sq57kDm7XgyXBYrgJLumo0Jac.jpg","[{'id':6550,'logo_path':null,'name':'Breakthru Films','origin_country':''},{'id':22153,'logo_path':null,'name':'Trademark Films','origin_country':''},{'id':96220,'logo_path':null,'name':'Centrum Technologii Audiowizualnych','origin_country':''},{'id':11240,'logo_path':'/i59ItaKFdxJ7Yi6w2s7CML0LBvI.png','name':'Polski Instytut Sztuki Filmowej','origin_country':'PL'},{'id':71114,'logo_path':null,'name':'Odra Film','origin_country':'PL'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'PL','name':'Poland'}]","2017-06-22","6735118","95","[{'iso_639_1':'en','name':'English'}]","Released","","Loving Vincent","false","8.3","1132" +"false","/yuKD7UB2A0hH6gtjPZ40FRh1N3h.jpg","null","0","[{'id':18,'name':'Drama'}]","","428886","tt3717804","en","England Is Mine","A portrait of Steven Patrick Morrissey and his early life in 1970s Manchester before he went on to become lead singer of seminal 1980s band The Smiths.","6.619","/ue3Zh4YRyJgQXj39tq8smr0iqOa.jpg","[{'id':41196,'logo_path':null,'name':'Honlodge Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-08-04","0","92","[{'iso_639_1':'en','name':'English'}]","Released","","England Is Mine","false","6.1","30" +"false","/rfBUlspOpxPavxrhkhvzlBlwfD8.jpg","null","35000000","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","http://www.thesnowmanmovie.com/","372343","tt1758810","en","The Snowman","Detective Harry Hole investigates the disappearance of a woman whose pink scarf is found wrapped around an ominous looking snowman.","14.478","/mKsQ8KMOk0VBX26Ev0Lj6EmfGJu.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'},{'id':70986,'logo_path':null,'name':'Another Park Film','origin_country':''},{'id':10338,'logo_path':'/el2ap6lvjcEDdbyJoB3oKiYgXu9.png','name':'Perfect World Pictures','origin_country':'CN'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'NO','name':'Norway'},{'iso_3166_1':'SE','name':'Sweden'}]","2017-10-12","43203413","119","[{'iso_639_1':'en','name':'English'}]","Released","Soon the first snow will come, and then he will kill again.","The Snowman","false","5.1","1165" +"false","/eGx5OfOdvM0gkHdmkLe3hcJuEIT.jpg","{'id':526380,'name':'Happy Death Day Collection','poster_path':'/qt4pNUiuXUCgDZJqQDqoDXha3Vl.jpg','backdrop_path':'/3lzMMfOxZC1QrZrFt2ozEs8IowU.jpg'}","4800000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","https://www.happydeathday.com","440021","tt5308322","en","Happy Death Day","Caught in a bizarre and terrifying time warp, college student Tree finds herself repeatedly reliving the day of her murder, ultimately realizing that she must identify the killer and the reason for her death before her chances of survival run out.","17.176","/cTaEIUYTt52ooq9quVbAQ7NpGwo.jpg","[{'id':23592,'logo_path':null,'name':'Vesuvius Productions','origin_country':''},{'id':3172,'logo_path':'/kDedjRZwO8uyFhuHamomOhN6fzG.png','name':'Blumhouse Productions','origin_country':'US'},{'id':96377,'logo_path':'/6B3ggX8aVsyp2t9MUpSriEEyev1.png','name':'Digital Riot Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-10-12","122637878","96","[{'iso_639_1':'en','name':'English'}]","Released","Get up. Live your day. Get killed. Again.","Happy Death Day","false","6.6","2928" +"false","/sAtoMqDVhNDQBc3QJL3RF6hlhGq.jpg","{'id':422837,'name':'Blade Runner Collection','poster_path':'/cWESb1o9lW2i2Z3Xllv9u40aNIk.jpg','backdrop_path':'/bSHZIvLoPBWyGLeiAudN1mXdvQX.jpg'}","150000000","[{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","http://bladerunnermovie.com/","335984","tt1856101","en","Blade Runner 2049","Thirty years after the events of the first film, a new blade runner, LAPD Officer K, unearths a long-buried secret that has the potential to plunge what's left of society into chaos. K's discovery leads him on a quest to find Rick Deckard, a former LAPD blade runner who has been missing for 30 years.","33.565","/gajva2L0rPYkEWjzgFlBXCAVBE5.jpg","[{'id':79529,'logo_path':'/gVN3k8emmKy4iV4KREWcCtxusZK.png','name':'Torridon Films','origin_country':'US'},{'id':101829,'logo_path':'/8IOjCvgjq0zTrtP91cWD3kL2jMK.png','name':'16:14 Entertainment','origin_country':'US'},{'id':1645,'logo_path':'/6Ry6uNBaa0IbbSs1XYIgX5DkA9r.png','name':'Scott Free Productions','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':1088,'logo_path':'/9WOE5AQUXbOtLU6GTwfjS8OMF0v.png','name':'Alcon Entertainment','origin_country':'US'},{'id':78028,'logo_path':'/sTFcDFfJaSVT3sv3DoaZDE4SlGB.png','name':'Thunderbird Entertainment','origin_country':'CA'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'HU','name':'Hungary'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-10-04","259239658","163","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fi','name':'suomi'}]","Released","There's still a page left.","Blade Runner 2049","false","7.4","6406" +"false","/gKid6ohUtqZphz07N72VyP45cl8.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","31556","tt0040427","en","He Walked by Night","This film-noir piece, told in semi-documentary style, follows police on the hunt for a resourceful criminal who shoots and kills a cop.","2.777","/ngij0qMFllw2NYOuryXBnggwD9V.jpg","[{'id':5229,'logo_path':null,'name':'Bryan Foy Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1948-11-24","0","79","[{'iso_639_1':'en','name':'English'}]","Released","Savage TRUTH! Stronger than Fiction!","He Walked by Night","false","6.7","32" +"false","/iHnga06ZXys9hCIchp5krnmR9yc.jpg","null","0","[{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'}]","","316785","tt3954876","en","Don Quixote: The Ingenious Gentleman of La Mancha","With his noble squire by his side, a retired country gentleman sets out on an adventure to right the wrongs of the world.","2.004","/v5hKzuPagXyrXLcWojXpSz4JywM.jpg","[{'id':80222,'logo_path':null,'name':'Elysium Bandini Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-01-07","0","83","[{'iso_639_1':'en','name':'English'}]","Released","","Don Quixote: The Ingenious Gentleman of La Mancha","false","6","9" +"false","/at9iu2Is9oFO6wJLzRJFUICwOWb.jpg","null","0","[{'id':27,'name':'Horror'}]","","459068","tt4314716","en","Darkness Rising","Nearly murdered as a child by her mother, a woman (Katrina Law) returns to the house where her mom went mad.","4.186","/jPUJ0kRIVDiY9E10r9AEcqKtqmC.jpg","[{'id':60003,'logo_path':null,'name':'Liquid Theory','origin_country':''},{'id':90999,'logo_path':'/fvFryW0HGSIRRtI2hN0hOpTnmhO.png','name':'Storyboard Entertainment','origin_country':'US'},{'id':9198,'logo_path':null,'name':'Compass Entertainment','origin_country':''},{'id':91000,'logo_path':null,'name':'Bump in the Night','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-06-30","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Five must die","Darkness Rising","false","3.9","34" +"false","/4BTMt3fIzvBPvfyNOedYSeEK8QN.jpg","null","0","[{'id':35,'name':'Comedy'}]","","47947","tt0084938","en","Young Doctors in Love","An ""Airplane!""-style spoof of hospital soap operas: a brilliant young trainee can't stand the sight of blood; a doctor romances the head nurse in order to get the key to the drugs cabinet; there's a mafioso on the loose disguised as a woman - in other words all the usual ingredients present and correct, though in this case the laughs are intentional.","3.173","/9tiVp0TJRNcxrswAtOMKHa9OTmO.jpg","[{'id':13671,'logo_path':null,'name':'ABC Motion Pictures','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1982-07-16","30688860","96","[{'iso_639_1':'en','name':'English'}]","Released","Warning: This Movie May Be Dangerous To Your Health. You May Never Stop Laughing.","Young Doctors in Love","false","5.9","24" +"false","/6c85Zpp4HrdM1WNLjDcODUBqYXa.jpg","null","0","[{'id':18,'name':'Drama'}]","","49815","tt0094315","en","The Whales of August","The Whales of August is a 1987 film based on a play by David Berry starring Bette Davis and Lillian Gish as elderly sisters. Also in the cast were Ann Sothern as one of their friends, and Vincent Price as a peripheral member of the former Russian aristocracy. The film was shot on location on Maine's Cliff Island. The house still stands and is a popular subject of artists on the island. The film was directed by Lindsay Anderson, his final feature film, and the screenplay was adapted by David Berry from his own play.","2.075","/hQ4yKrRaC3KTOfanyJWJD0CmCs.jpg","[{'id':365,'logo_path':null,'name':'Nelson Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-10-14","0","90","[{'iso_639_1':'en','name':'English'}]","Released","The Screen's Immortals... A movie you'll never forget.","The Whales of August","false","7.5","24" +"false","/m5jvdwlI24XpFDSX79o97z76jis.jpg","{'id':484312,'name':'Skyline Collection','poster_path':'/jaWM0xXSLeb1O2lpfQ9kI0WiGOu.jpg','backdrop_path':'/cBSgCoAThLuq40fDFhzAojIyR5I.jpg'}","20000000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","","271404","tt1724970","en","Beyond Skyline","Detective Mark Corley storms his way onto an alien spaceship to rescue his estranged son. When the ship crashes in Southeast Asia, he forges an alliance with a band of survivors to take back the planet once and for all.","3.957","/lQUJZIm2nQj4mIsm0sUcznhMdpD.jpg","[{'id':12142,'logo_path':'/rPnEeMwxjI6rYMGqkWqIWwIJXxi.png','name':'XYZ Films','origin_country':'US'},{'id':5056,'logo_path':'/kADFcjL04xe5HGBnlLjbfhliS2a.png','name':'Head Gear Films','origin_country':'GB'},{'id':14446,'logo_path':null,'name':'Infinite Frameworks Studios','origin_country':'ID'},{'id':17364,'logo_path':null,'name':'Infinite Frameworks','origin_country':'SG'},{'id':25954,'logo_path':null,'name':'Metrol Technology','origin_country':'GB'},{'id':78752,'logo_path':null,'name':'North Hollywood Films','origin_country':''},{'id':87026,'logo_path':null,'name':'Beyond The Mothership','origin_country':''},{'id':99444,'logo_path':null,'name':'Hongmaisui International Culture (Beijing) Co.','origin_country':''},{'id':99447,'logo_path':null,'name':'Media Rights Entertainment','origin_country':''},{'id':99448,'logo_path':null,'name':'Hydraulix Entertainment','origin_country':''},{'id':99449,'logo_path':null,'name':'M45 Productions','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'ID','name':'Indonesia'},{'iso_3166_1':'SG','name':'Singapore'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2017-10-20","992181","105","[{'iso_639_1':'en','name':'English'}]","Released","","Beyond Skyline","false","4.8","503" +"false","/t9QTd0V3rbv6W25QbHJuC6zbIo1.jpg","null","0","[{'id':10402,'name':'Music'},{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","http://www.mylittlepony.movie/","335360","tt4131800","en","My Little Pony: The Movie","A new dark force threatens Ponyville, and the Mane 6 ??? Twilight Sparkle, Applejack, Rainbow Dash, Pinkie Pie, Fluttershy and Rarity ??? embark on an unforgettable journey beyond Equestria where they meet new friends and exciting challenges on a quest to use the magic of friendship and save their home.","11.071","/8FAkwIBnd5eGlSJBrJfJVMWAbhI.jpg","[{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':7225,'logo_path':'/qcGIZjdRc1YOJPyWhBj9L2Rf3q9.png','name':'DHX Media','origin_country':'CA'},{'id':22826,'logo_path':'/37ZxE1qShQ44VdsRPkO1zOtnMKi.png','name':'Hasbro Studios','origin_country':'US'},{'id':57031,'logo_path':null,'name':'Allspark Pictures','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2017-10-05","60330833","99","[{'iso_639_1':'en','name':'English'}]","Released","Discover A Different Breed Of Hero","My Little Pony: The Movie","false","6.9","130" +"false","/731qXwHLBdeKS5dwkG39rFqRqxb.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","436352","tt5247776","de","R??ckkehr nach Montauk","During a book tour in the United States, Max meets and falls in love with a young woman. Many years later, Max returns to the United States, hoping to reunite with his young lover.","2.806","/rwKRbh71rLljCXEmtnglooyefnU.jpg","[{'id':94625,'logo_path':null,'name':'Ziegler Film','origin_country':''},{'id':9,'logo_path':'/nda3dTUYdDrJ6rZqBpYvY865aDv.png','name':'Gaumont','origin_country':'FR'},{'id':21446,'logo_path':null,'name':'Film and Music Entertainment (F&ME)','origin_country':'GB'}]","[{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'FR','name':'France'}]","2017-05-11","0","106","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'de','name':'Deutsch'}]","Released","","Return to Montauk","false","6.6","12" +"false","/jJ28EMI5dokQ6CMGQQXMdH7jiG9.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.bleeckerstreetmedia.com/breathe","407445","tt5716464","en","Breathe","Based on the true story of Robin, a handsome, brilliant and adventurous man whose life takes a dramatic turn when polio leaves him paralyzed.","10.273","/wLu2N0QVfSpk10RJ17HLHyRUmww.jpg","[{'id':85284,'logo_path':'/7RvgzApnxYrdy9sqIAn1axTKuxu.png','name':'The Imaginarium','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-10-13","477815","118","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","With her love, he lived","Breathe","false","7.5","299" +"false","/rIRS9h6H4yOfhlLuXAYRBEwDp9M.jpg","null","0","[{'id':27,'name':'Horror'}]","","477623","tt6126492","en","Mother Krampus","Based on the myth of Frau Perchta, a witch that comes on the 12 days of Christmas taking children each night.","1.869","/sFxUuhkiMdpTYZrURrW0OxVrlJS.jpg","[{'id':84624,'logo_path':'/mY4SMEplDeqrLF2kBLShp4qJSvK.png','name':'Proportion Productions','origin_country':'GB'},{'id':97401,'logo_path':null,'name':'Brief Yellow Light','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-10-08","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Mother Krampus","false","4.8","11" +"false","/kvH4HlJGp4lllpzgHKch1TkW15T.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","","412547","tt5689068","en","Killing Gunther","A group of eccentric assassins are fed up with Gunther, the world's greatest hitman, and decide to kill him ??? but their plan turns into a series of bungled encounters as Gunther seems to always be one step ahead.","7.419","/5jm2l2qRq8jEzXzOZgD2wEgFznq.jpg","[{'id':46240,'logo_path':'/8jiwvypPWazxmJcY6os2aACfk3d.png','name':'Miscellaneous Entertainment','origin_country':'US'},{'id':92469,'logo_path':null,'name':'StarStream Media','origin_country':''},{'id':94340,'logo_path':null,'name':'Rookfield Productions','origin_country':'GB'},{'id':94341,'logo_path':null,'name':'WWKG Productions','origin_country':''},{'id':106604,'logo_path':null,'name':'Folktale Productions','origin_country':''},{'id':290,'logo_path':'/Q8mw2AOQQc8Qg0uNwLWq86DVZv.png','name':'Ingenious Media','origin_country':'GB'},{'id':106605,'logo_path':null,'name':'Rowdy Row Productions','origin_country':''},{'id':106606,'logo_path':null,'name':'RuYi Media','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2017-09-22","0","93","[{'iso_639_1':'en','name':'English'}]","Released","They're Out to Change the Killing Business","Killing Gunther","false","4.7","125" +"false","/slo4uAwTb08rAq99pgLbV30oZzo.jpg","null","0","[{'id':18,'name':'Drama'}]","http://aquestionoffaith.com/","467433","tt6054650","en","A Question of Faith","When Tragedy Strikes three Families, their Destiny forces them on a coverging path and mercy as the challenges of their fate could also resurrect their beliefs","3.044","/mwVkW7sHqhPGdsZa5nb4X3J36vC.jpg","[]","[]","2017-09-29","2587072","104","[]","Released","","A Question of Faith","false","7.2","21" +"false","/mCDtYK962oCEqNBZ7nWkheBXCIj.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","http://woodshockmovie.com","396777","tt4677924","en","Woodshock","Theresa, a haunted young woman spiraling in the wake of profound loss, is torn between her fractured emotional state and the reality-altering effects of a potent cannabinoid drug.","1.743","/hiyANlfXavRqEVyBkurduTBk3pT.jpg","[{'id':90149,'logo_path':null,'name':'COTA Films','origin_country':''},{'id':22842,'logo_path':'/waIZoO3pnB0VVCUVo8u6hqcYN9U.png','name':'Waypoint Entertainment','origin_country':'US'},{'id':32554,'logo_path':null,'name':'Bloom','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-09-22","0","100","[{'iso_639_1':'en','name':'English'}]","Released","","Woodshock","false","4.8","24" +"false","/h3OIAsdCIBAiTifvtZtrWPoGhlX.jpg","null","0","[{'id':10752,'name':'War'},{'id':99,'name':'Documentary'}]","http://www.cityofghosts.com","428501","tt6333056","en","City of Ghosts","With unprecedented access, this documentary follows the extraordinary journey of ???Raqqa is Being Slaughtered Silently??????a group of anonymous citizen journalists who banded together after their homeland was overtaken by ISIS???as they risk their lives to stand up against one of the greatest evils in the world today.","1.442","/c1RxAfjPsSWV1PxuxnJM9BXMTFP.jpg","[{'id':52707,'logo_path':null,'name':'Our Time Projects','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'TR','name':'Turkey'},{'iso_3166_1':'SY','name':'Syrian Arab Republic'}]","2017-07-14","128015","90","[{'iso_639_1':'ar','name':'??????????????'}]","Released","Our words are stronger than their weapons.","City of Ghosts","false","7.1","23" +"false","/6xEREiGHs7XoP6xx31iRaZKdPnS.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'},{'id':10751,'name':'Family'}]","","19736","tt0088760","en","Baby: Secret of the Lost Legend","Paleontologist and her husband discover a mother and baby brontosaurus in Africa, try to protect them from hunters who want to capture them.","2.47","/mYYAzvVr4JJxJ89mlgETWJWcznK.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-03-22","0","95","[{'iso_639_1':'en','name':'English'}]","Released","","Baby: Secret of the Lost Legend","false","5.4","37" +"false","/qYtHCACFYInjE6PE9rZ0kb37oOr.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","","11616","tt0085601","it","Nati con la camicia","Mason is driving a truck when he takes on his lorry Rosco a hitchhiker. Traffic police stop them for a control but they are confused for two robbers. They manage to escape in a very strange way from this situation, but just to fall in a worse one. They run to the airport trying to take the first flight available. The couple not only succeeds to have a free flight to Miami but someone give them a bag full of million dollars. Later Rosco and Mason will understand that this time they were confused for two secret agents but it is too late, now they are too deeply involved in the situation. Obviously a funny situation.","10.119","/z7Hu4wDQ9BVJDf7gxrx39zIxL7p.jpg","[{'id':38918,'logo_path':null,'name':'Laguna Productions','origin_country':''},{'id':17955,'logo_path':null,'name':'El Pico S.A.','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'US','name':'United States of America'}]","1983-01-01","0","107","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","","Go for It","false","6.9","199" +"false","/tcheoA2nPATCm2vvXw2hVQoaEFD.jpg","{'id':477962,'name':'It: Movie Collection','poster_path':'/tZ55C7gPExwzvBLCsZMqFZMbB2I.jpg','backdrop_path':'/9n4P66pB7NxDM5I9LOIc0vpluYL.jpg'}","35000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://itthemovie.com/","346364","tt1396484","en","It","In a small town in Maine, seven children known as The Losers Club come face to face with life problems, bullies and a monster that takes the shape of a clown called Pennywise.","14.039","/9E2y5Q7WlCVNEhP5GiVTjhEhx1o.jpg","[{'id':41624,'logo_path':'/wzKxIeQKlMP0y5CaAw25MD6EQmf.png','name':'RatPac-Dune Entertainment','origin_country':'US'},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':829,'logo_path':'/mzpAmEQ5P1gFvdRoNyCk9q8ngiv.png','name':'Vertigo Entertainment','origin_country':'US'},{'id':2723,'logo_path':null,'name':'Lin Pictures','origin_country':'US'},{'id':87671,'logo_path':'/kEEGB5Z2XLYeR3AMt3Qds7vMnvM.png','name':'KatzSmith Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-09-06","700381748","135","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","Your fears are unleashed","It","false","7.2","10479" +"false","/oA3Xcg3jnVKlqRIaXR18UlPvrah.jpg","null","978000","[{'id':27,'name':'Horror'}]","http://www.multicom.tv/library/One_Dark_Night","37935","tt0086050","en","One Dark Night","A strange man named Karl Rhamarevich dies shortly after discovering a way to become even more powerful in death through telekinesis. On the night of his burial in a crypt, Julie is to spend the night there as part of an initiation rite, supervised by two other girls. The crypt becomes a scene of horror as Raymar returns to life and deploys his horrifying telekinetic powers.","3.406","/suuMtl1s6ly6OEuFqw2dPsVvIxj.jpg","[{'id':99132,'logo_path':null,'name':'The Picture Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1982-12-31","0","94","[{'iso_639_1':'en','name':'English'}]","Released","A night to remember - until the day until you die!","One Dark Night","false","5.9","34" +"false","/ho8h6ZtojaUYSPPv6B0a0JqcW5g.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':37,'name':'Western'}]","","31658","tt0061787","en","Hour of the Gun","Marshal Wyatt Earp kills a couple of men of the Clanton-gang in a fight. In revenge Clanton's thugs kill the marshal's brother. Thus, Wyatt Earp starts to chase the killers together with his friend Doc Holliday.","4.542","/dpNhKmoO7d9THeQ5yz26kgKqbs3.jpg","[{'id':27724,'logo_path':null,'name':'Mirisch-Kappa Production','origin_country':''},{'id':219,'logo_path':null,'name':'The Mirisch Corporation','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1967-11-01","0","100","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'cs','name':'??esk??'}]","Released","","Hour of the Gun","false","6.5","33" +"false","/sSoom1MDOjQARNiWl1XC1mULzxw.jpg","null","0","[{'id':27,'name':'Horror'}]","http://www.peelersthefilm.com/","387501","tt2769828","en","Peelers","A small town strip club owner must defend her bar, her strippers and her life when violent infected patrons show up on the final closing night and all hell breaks loose.","3.582","/qaA7uLfy6uuaUl6P2F3U8762rei.jpg","[{'id':74221,'logo_path':null,'name':'Robot Post','origin_country':''},{'id':74222,'logo_path':null,'name':'Pounds (LBS) Pictures','origin_country':''},{'id':74223,'logo_path':null,'name':'Sleep Apnea Productions','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2016-04-09","0","95","[{'iso_639_1':'en','name':'English'}]","Released","You May Not Get The Happy Ending You Were Looking For.","Peelers","false","5.4","30" +"false","/eWUZQXzqkgU9ShrUZt2EiKpMyj0.jpg","null","0","[{'id':53,'name':'Thriller'}]","https://www.mfamovie.com/","438435","tt5091530","en","M.F.A.","After the accidental death of her rapist, an art student becomes an unlikely vigilante, set out to avenge college girls whose rapists were not charged.","4.706","/cQFJ0lWaR5sYg06KQWtMy8TRYFI.jpg","[{'id':99586,'logo_path':null,'name':'Villainess Productions','origin_country':''},{'id':99587,'logo_path':null,'name':'Syncretic Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-03-13","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Mastering the art of revenge","M.F.A.","false","6.2","50" +"false","/uyIYcarxZuUD1m77SRcrUcp47vN.jpg","null","19000000","[{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'}]","http://sonypictures.com/movies/flatliners/","400710","tt2039338","en","Flatliners","Five medical students, hoping to gain insight into the mystery of what lies beyond the confines of life, embark on a daring and dangerous experiment. By stopping their hearts for short periods of time, each triggers a near-death experience. As the investigation becomes more and more perilous, they are forced to confront the sins of their pasts, as well as contend with the paranormal consequences of trespassing to the other side.","10.879","/e9NHATN0TJW6ZZPLLWFsKdilVl1.jpg","[{'id':11565,'logo_path':null,'name':'The Safran Company','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':10246,'logo_path':'/rREvQNWAxkDfY9CDn2c5YxEMPdP.png','name':'Cross Creek Pictures','origin_country':'US'},{'id':33433,'logo_path':null,'name':'Furthur Films','origin_country':''},{'id':415,'logo_path':null,'name':'Laurence Mark Productions','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2017-09-28","45158254","110","[{'iso_639_1':'en','name':'English'}]","Released","You haven't lived until you've died","Flatliners","false","5.7","1194" +"false","/p7mUT8Usu1kNlfd1ugk6FwKejlo.jpg","null","35000000","[{'id':10749,'name':'Romance'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'}]","http://MountainBetweenUs.com","290512","tt2226597","en","The Mountain Between Us","Stranded after a tragic plane crash, two strangers must forge a connection to survive the extreme elements of a remote snow covered mountain. When they realize help is not coming, they embark on a perilous journey across the wilderness.","12.227","/3XNfYTW4XGscI81nXMSWGsQ8cpu.jpg","[{'id':7076,'logo_path':'/8BFxn9NUWSgp0ndih569Gm62xiC.png','name':'Chernin Entertainment','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-10-05","62832209","109","[{'iso_639_1':'en','name':'English'}]","Released","What if your life depended on a stranger?","The Mountain Between Us","false","6.5","1189" +"false","/wsQQ1hOlNCzIjMzQw26RReULylS.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","12489","tt0119225","en","Gridlock'd","After a friend overdoses, Spoon and Stretch decide to kick their drug habits and attempt to enroll in a government detox program. Their efforts are hampered by seemingly endless red tape, as they are shuffled from one office to another while being chased by drug dealers and the police.","8.269","/j8ApQ7sHEeqTAJEPGh6WinKTZJx.jpg","[{'id':1382,'logo_path':'/sOg7LGESPH5vCTOIdbMhLuypoLL.png','name':'PolyGram Filmed Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-01-29","0","91","[{'iso_639_1':'en','name':'English'}]","Released","Life is a traffic jam.","Gridlock'd","false","6.9","86" +"false","/4KTHZhKB5JPKRv1QuBc6Tt2R1aG.jpg","null","0","[{'id':27,'name':'Horror'},{'id':10752,'name':'War'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://www.soldiersofthedamned.com","345287","tt2396671","en","Soldiers Of The Damned","WWII German soldiers take an occult scientist into a haunted forest in Romania, only to be confronted by their own ghosts.","1.522","/itdfycoMpjGWiGdjLUKMdAe9oQ5.jpg","[{'id':73795,'logo_path':null,'name':'Blackdog Productions','origin_country':''},{'id':73794,'logo_path':null,'name':'Viking Film and Television','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-12-07","0","99","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","An Evil Secret Awaits...","Soldiers Of The Damned","false","7.6","14" +"false","/6ZAt2Jt4pptsSx2NtWyD6iWN19E.jpg","null","0","[{'id':28,'name':'Action'},{'id':37,'name':'Western'}]","","66035","tt0048248","en","The Kentuckian","A frontiersman and his son fight to build a new home in Texas.","2.385","/oTGOSHS02FzrncZYP8NBWbUIKAU.jpg","[{'id':30724,'logo_path':null,'name':'Hecht-Lancaster Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1955-08-01","0","104","[{'iso_639_1':'en','name':'English'}]","Released","Hunter...Frontiersman...Adventurer!","The Kentuckian","false","6.2","18" +"false","/i5y0uq03W8BwnNxLyMp0cyrKsbW.jpg","null","0","[{'id':27,'name':'Horror'}]","http://demonlegacy.com/","271393","tt1334558","en","Demon Legacy","In a remote mountain lodge, five sorority sisters accidentally unleash an unholy entity, and must battle evil and each other to stop it from devouring mankind.","1.605","/mqfHc5lneNzpAGgkhQxcL3RTYH2.jpg","[{'id':98336,'logo_path':null,'name':'Alianza Canada Entertainment','origin_country':''},{'id':98337,'logo_path':null,'name':'Alianza Films International','origin_country':''},{'id':98338,'logo_path':null,'name':'Monkey Monkey Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-05-23","0","93","[{'iso_639_1':'en','name':'English'}]","Released","See evil. Hear evil. Speak evil","Demon Legacy","false","5.1","11" +"false","/yHmZidYNmGBLfIJZwXjQLGVQA6x.jpg","null","3000000","[{'id':28,'name':'Action'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","356483","tt3551400","en","Unnatural","Global climate change prompts a scientific corporation to genetically modify Alaskan polar bears with horrific and deadly results.","2.214","/iUPOptmk5dQE8LZBhn8u9qfTwfx.jpg","[{'id':65834,'logo_path':null,'name':'August Heart Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-10-16","0","89","[{'iso_639_1':'en','name':'English'}]","Released","Some things were never meant to be.","Unnatural","false","4.3","21" +"false","/jF25G2yEkdfHWwnx5Bpkt4cgXcJ.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':53,'name':'Thriller'}]","","2721","tt0065234","fr","Z","Repression is the rule of the day in this film that skewers Greek governance of the 1960s. Z, a leftist rabble rouser, is killed in what appears to be a traffic accident. But given the political climate, the death of such a prominent activist raises troubling questions. Though it's too late to save Z's life, a postmortem examination suggests that the ruling party was behind his death. As the facts leak out, those who tell the truth pay the price for their honesty.","7.055","/cN7A9OODtSQpTgMxC31vFAN8ta.jpg","[{'id':72,'logo_path':null,'name':'Valoria Films','origin_country':''}]","[{'iso_3166_1':'DZ','name':'Algeria'},{'iso_3166_1':'FR','name':'France'}]","1969-02-26","83305","127","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","He is alive!","Z","false","8","157" +"false","/xxJwvGaeYtNkxJ6lNwFWWyRFaWJ.jpg","null","0","[{'id':18,'name':'Drama'}]","","23333","tt0110588","en","Mrs. Parker and the Vicious Circle","Dorothy Parker remembers the heyday of the Algonquin Round Table, a circle of friends whose barbed wit, like hers, was fueled by alcohol and flirted with despair.","2.883","/bLmyaiin2zavjmTsIOaUMT4KC2X.jpg","[{'id':8,'logo_path':'/78ilmDNTpdCfsakrsLqmAUkFTrO.png','name':'Fine Line Features','origin_country':''},{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-09-07","0","125","[{'iso_639_1':'en','name':'English'}]","Released","New York in the 1920's. The only place to be was the Algonquin, and the only person to know was Dorothy Parker.","Mrs. Parker and the Vicious Circle","false","6.8","24" +"false","/wdU4D4eWwnm3inZRDGZeiEQolgy.jpg","null","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","","201478","tt0163989","de","Die Brut des B??sen","An action film directed by Christian Anders and Antonio Tarruella.","1.4","/fX9byI1fFbQtgJ4nwC6Wu0RCYpk.jpg","[{'id':45001,'logo_path':null,'name':'Leo Kemkes','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'}]","1979-08-15","0","85","[{'iso_639_1':'de','name':'Deutsch'}]","Released","","Roots of Evil","false","5.2","5" +"false","","null","0","[{'id':27,'name':'Horror'}]","","51442","tt0094642","en","American Gothic","When six friends fly off on a weekend getaway and are suddenly plagued by engine trouble, they're forced to land on a remote island. Looking for shelter, they're grateful to encounter Ma and Pa and their children - an eccentric family living in the island's backwoods. But what begins as simple hospitality turns into a terrifying race for survival as the friends start disappearing one by one ... and turning up dead.","2.752","/1DuVYUQTwZtoiUMdUe6inBnCe6.jpg","[{'id':99402,'logo_path':null,'name':'manor Ground','origin_country':''},{'id':99403,'logo_path':null,'name':'Pinetalk','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'GB','name':'United Kingdom'}]","1987-08-17","0","90","[{'iso_639_1':'en','name':'English'}]","Released","The family that slays together stays together.","American Gothic","false","5.9","35" +"false","/sDiGcjWhSu42dCw0jQmBInAkDZ9.jpg","null","35000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","http://theforeignermovie.com/","379149","tt1615160","en","The Foreigner","Quan is a humble London businessman whose long-buried past erupts in a revenge-fueled vendetta when the only person left for him to love ??? his teenage daughter ??? dies in a senseless act of politically-motivated terrorism. His relentless search to find the terrorists leads to a cat-and-mouse conflict with a British government official whose own past may hold the clues to the identities of the elusive killers.","12.226","/rwM4hzrmc5HiWfQD9ls9DL4QgGl.jpg","[{'id':36958,'logo_path':null,'name':'Sparkle Roll Media','origin_country':''},{'id':47729,'logo_path':'/5NRpQ7xxmODXAjt2pRWUFMLVzvP.png','name':'STX Entertainment','origin_country':'US'},{'id':74504,'logo_path':null,'name':'TMP','origin_country':''},{'id':83838,'logo_path':null,'name':'Wanda Pictures','origin_country':''}]","[{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2017-09-28","145374099","113","[{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'en','name':'English'}]","Released","Never push a good man too far","The Foreigner","false","6.7","1025" +"false","/Kn0SwQ83umxhnYhBjNyKao6SQo.jpg","null","12000000","[{'id':18,'name':'Drama'}]","","392982","tt5301662","en","Marshall","Thurgood Marshall, the first African-American Supreme Court Justice, battles through one of his career-defining cases.","7.606","/2KfdXsXTCbMie0wB1mSmIX60C2F.jpg","[{'id':82061,'logo_path':null,'name':'Chestnut Ridge','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-10-13","10051659","118","[{'iso_639_1':'en','name':'English'}]","Released","","Marshall","false","7.3","250" +"false","/lZn6CKwvLEIc2mty2ao717I1FxT.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","390056","tt4986134","en","Rebel in the Rye","The life of celebrated but reclusive author, J.D. Salinger, who gained worldwide fame with the publication of his novel, The Catcher in the Rye.","6.34","/fjmMtBIqg65MPOJXOtoLCKYjVUn.jpg","[{'id':33681,'logo_path':'/dHx2nsV9AC7IBlKN2dk1FDImvOz.png','name':'Black Label Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-09-15","354363","106","[{'iso_639_1':'en','name':'English'}]","Released","Behind every masterpiece is a story.","Rebel in the Rye","false","6.9","95" +"false","/exxM5UndORdibgneCdTDZHDOIre.jpg","null","0","[{'id':10751,'name':'Family'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","431867","tt6069264","en","Bitch","The provocative tale of a woman who snaps under crushing life pressures and assumes the psyche of a vicious dog. Her philandering, absentee husband is forced to become reacquainted with his four children and sister-in-law as they attempt to keep the family together during this bizarre crisis.","2.316","/dsFUHJgMVViUsRggDThtwRPmS9i.jpg","[{'id':34519,'logo_path':'/MGFizEilC4bv5aDeF8YfEyjDVG.png','name':'SpectreVision','origin_country':'US'},{'id':6679,'logo_path':null,'name':'MarVista Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-01-20","0","93","[{'iso_639_1':'en','name':'English'}]","Released","","Bitch","false","5.2","26" +"false","/hEoThfZZpQAyU9HlpEaSO4Ofnbz.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","429733","tt4348012","en","Mayhem","A virus spreads through an office complex causing white collar workers to act out their worst impulses.","9.747","/fF5ULrCAQ8TULXyFGlPlQ2s3Jie.jpg","[{'id':23921,'logo_path':'/simDvqT8y6jhP530ggUMbikvVKc.png','name':'Circle of Confusion','origin_country':'US'},{'id':84301,'logo_path':null,'name':'Royal Viking Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-03-13","0","86","[{'iso_639_1':'en','name':'English'}]","Released","Hostile. Work. Environment.","Mayhem","false","6.4","211" +"false","/rLfsKDRdivZ8ZUIRRuiqkr1nQCn.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':10402,'name':'Music'}]","http://www.coltranefilm.com","411012","tt4287434","en","Chasing Trane","The film explores the global power and impact of the music of John Coltrane and reveals the passions, experiences and forces that shaped his life and revolutionary sounds.","1.76","/2yoyCL2GlxoNPdQ15MEZJQbUzIW.jpg","[{'id':89194,'logo_path':null,'name':'Crew Neck Productions','origin_country':''},{'id':58572,'logo_path':null,'name':'Meteor 17','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-04-14","393970","99","[{'iso_639_1':'en','name':'English'}]","Released","The John Coltrane Documentary","Chasing Trane","false","7.4","17" +"false","/wCHJuJwEfOrrykgDas8T4m79Bzs.jpg","null","25000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","http://www.battleofthesexesmovie.co.uk/","369192","tt4622512","en","Battle of the Sexes","The true story of the 1973 tennis match between World number one Billie Jean King and ex-champ and serial hustler Bobby Riggs.","10.814","/fWy0A3VojTCb0S2MKtEJjpquubF.jpg","[{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'},{'id':8286,'logo_path':null,'name':'Decibel Films','origin_country':''},{'id':6707,'logo_path':'/5bJmjTayNNSJt1VTEKDpXFM04H1.png','name':'Cloud Eight Films','origin_country':'GB'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-09-05","12638526","121","[{'iso_639_1':'en','name':'English'}]","Released","He made a bet. She made history.","Battle of the Sexes","false","6.9","993" +"false","/qpLwk4JrKdA7QGe0j3wOYL06yyp.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","56137","tt0037800","en","I Know Where I'm Going!","Plucky Englishwoman Joan Webster travels to the remote islands of the Scottish Hebrides in order to marry a wealthy industrialist. Trapped by inclement weather on the Isle of Mull and unable to continue to her destination, Joan finds herself charmed by the straightforward, no-nonsense islanders around her, and becomes increasingly attracted to naval officer Torquil MacNeil, who holds a secret that may change her life forever.","2.998","/i0Tq9xHqjlm3TjMYAJEq3hFnpQb.jpg","[{'id':364,'logo_path':null,'name':'The Rank Organisation','origin_country':''},{'id':4397,'logo_path':null,'name':'The Archers','origin_country':''},{'id':14377,'logo_path':null,'name':'J. Arthur Rank Organisation','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1945-11-16","0","91","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'gd','name':''}]","Released","","I Know Where I'm Going!","false","7","49" +"false","/pM0yaNVCrTtm6DtBwLL06fbiGjQ.jpg","null","1500000","[{'id':27,'name':'Horror'}]","","26676","tt0127045","en","Neon Maniacs","A group of teenagers in San Francisco discover a nest of homicidal monsters living in a tower of the Golden Gate Bridge, but when they try to tell authorities, no one believes them.","1.526","/aON3EDjAf9x0Qn7YEOXb1xAN8Dp.jpg","[{'id':4554,'logo_path':null,'name':'Cimarron Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1986-11-14","0","91","[{'iso_639_1':'en','name':'English'}]","Released","There are twelve good reasons to be afraid of the dark. And every one of them is a killer.","Neon Maniacs","false","5.3","20" +"false","/lsDqGTexYBYvZ2eeagh0ORo0k1b.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':53,'name':'Thriller'}]","http://markfeltmovie.com/","390061","tt5175450","en","Mark Felt: The Man Who Brought Down the White House","The story of Mark Felt, who under the name ""Deep Throat"" helped journalists Bob Woodward and Carl Bernstein uncover the Watergate scandal in 1974.","9.67","/fyL7sKgNOMA2o5xesE0d629Sx7F.jpg","[{'id':76195,'logo_path':null,'name':'Cara Films','origin_country':''},{'id':73492,'logo_path':null,'name':'MadRiver Pictures','origin_country':''},{'id':1645,'logo_path':'/6Ry6uNBaa0IbbSs1XYIgX5DkA9r.png','name':'Scott Free Productions','origin_country':''},{'id':4171,'logo_path':null,'name':'Playtone','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-09-28","4372130","103","[{'iso_639_1':'en','name':'English'}]","Released","","Mark Felt: The Man Who Brought Down the White House","false","5.8","199" +"false","/q7M10mdO6a4qb0Wf20u9exSIBnj.jpg","null","0","[{'id':80,'name':'Crime'}]","","6556","tt0057476","de","Edgar Wallace - Der schwarze Abt","Several employees on a nobleman's estate show up at a former abbey, reputed to be haunted, to search for a hidden treasure. Howver, a mysterious hooded figure begins killing off those who may have figured out where the treasure is hidden.","1.345","/lBG3kPPB8OPpwCYG77iwV1fvCXC.jpg","[{'id':1639,'logo_path':null,'name':'Les Films Jacques Leitienne','origin_country':''},{'id':3602,'logo_path':null,'name':'Rialto Film Preben-Philipsen','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'}]","1963-07-05","0","89","[{'iso_639_1':'de','name':'Deutsch'}]","Released","","The Black Abbot","false","5.5","6" +"false","/ct2r3CqnA0KtMfib4AvfBU1W9M2.jpg","null","10000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","398175","tt5657856","en","Brawl in Cell Block 99","After working as a drug courier and getting into a brutal shootout with police, a former boxer finds himself at the mercy of his enemies as they force him to instigate violent acts that turn the prison he resides in into a battleground.","10.485","/bfB1J6jsjdGWKjXxKQ5hNd1OyAs.jpg","[{'id':12142,'logo_path':'/rPnEeMwxjI6rYMGqkWqIWwIJXxi.png','name':'XYZ Films','origin_country':'US'},{'id':11049,'logo_path':null,'name':'Caliber Media Company','origin_country':''},{'id':108781,'logo_path':'/kHAIsNbR9DEiupDXYnloc9FyZl7.png','name':'Cinestate','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-09-23","0","132","[{'iso_639_1':'en','name':'English'}]","Released","","Brawl in Cell Block 99","false","6.7","461" +"false","/f630WCMty9wWtna60N581ygktvD.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","422821","tt3758852","en","Blood Money","Three friends on a wilderness excursion must outrun a white collar criminal hellbent on retrieving his cash, but soon their greed turns them against each other. A modern re-telling of Treasure of the Sierra Madre (1948).","3.249","/lB8TqNg37kHOGSOe0OvvRLzwJps.jpg","[{'id':87742,'logo_path':null,'name':'Hoylake Capital','origin_country':''},{'id':19456,'logo_path':null,'name':'Envision Media Arts','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-10-13","0","100","[{'iso_639_1':'en','name':'English'}]","Released","Greed has a price","Blood Money","false","5.3","27" +"false","/6HGjid5ifr5RRZISqJNWWKkAFYl.jpg","null","0","[{'id':27,'name':'Horror'}]","","40219","tt0083629","en","The Beast Within","In the beginning of the movie you see a woman getting raped by a man-creature of some sort. The movie takes place years later when the child that was a result of that rape is on the rampage looking for a girl to rape to start the process all over again.","3.938","/bnoThpfg26xVDdL0h4gUA9yxXIv.jpg","[{'id':44428,'logo_path':null,'name':'Katzka','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1982-02-12","7742572","98","[{'iso_639_1':'en','name':'English'}]","Released","He Was On The Verge Of Becoming A Man... Eater!","The Beast Within","false","5.5","37" +"false","/rw5bUm0JP2tLiKwNkhsvwojM6fk.jpg","null","0","[{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","http://www.eaglefilmsme.com/en/movies/heartbeats","457308","tt5281700","en","Heartbeats","When a bubbly American hip hop dancer goes to India with her family for a wedding, she is impressed by a new dance style and falls in love with the man who introduced her to it.","4.299","/3DvBfOx4roI3jg6d1jnLApzEFZM.jpg","[{'id':28494,'logo_path':null,'name':'Bowery Hills Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-06-30","0","110","[{'iso_639_1':'en','name':'English'}]","Released","","Heartbeats","false","6.9","63" +"false","/eRfANc4xSRNaR8E9fUI9hdLkCWB.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","425980","tt5884230","en","Brad's Status","Although Brad has a satisfying career, a sweet wife and a comfortable life in suburban Sacramento, things aren't quite what he imagined during his college glory days. When he accompanies his musical prodigy son on a university tour, he can't help comparing his life with those of his four best college friends who seemingly have more wealthy and glamorous lives. But when circumstances force him to reconnect with his former friends, Brad begins to question whether he has really failed or if their lives are actually more flawed than they appear.","8.689","/uXiNpvig7EMq18VyNBUTlWrmN0q.jpg","[{'id':737,'logo_path':'/dK1GZ1u4our8sJW0Sts1JHeNSLn.png','name':'Sidney Kimmel Entertainment','origin_country':'US'},{'id':81,'logo_path':'/8wOfUhA7vwU2gbPjQy7Vv3EiF0o.png','name':'Plan B Entertainment','origin_country':'US'},{'id':20580,'logo_path':'/tkFE81jJIqiFYPP8Tho57MXRQEx.png','name':'Amazon Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-09-14","2400000","101","[{'iso_639_1':'en','name':'English'}]","Released","","Brad's Status","false","6","166" +"false","/j1z8S3ZfgDn47AegrQoslsdAoHl.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://californiatypewritermovie.com","414792","tt5966990","en","California Typewriter","A story about people whose lives are connected by typewriters. A meditation on creativity and technology featuring Tom Hanks, John Mayer, Sam Shepard, David McCullough and others.","2.282","/vnTwOEngqGLrClyIY16dMqwoXQK.jpg","[{'id':92689,'logo_path':'/bfGhQIRsf5MzRMxfhemujTRYs5R.png','name':'American Buffalo Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-08-18","0","103","[{'iso_639_1':'en','name':'English'}]","Released","The revolution will be typewritten","California Typewriter","false","7.9","7" +"false","/3DPuzZmkBD9vbMpLvQcrymYoDBk.jpg","null","70000000","[{'id':28,'name':'Action'},{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'}]","https://www.warnerbros.com/movies/lego-ninjago-movie/","274862","tt3014284","en","The Lego Ninjago Movie","Six young ninjas are tasked with defending their island home of Ninjago. By night, they???re gifted warriors using their skill and awesome fleet of vehicles to fight villains and monsters. By day, they???re ordinary teens struggling against their greatest enemy....high school.","12.231","/vUo0pNXGhp2ffTJxiStWt6fHL7F.jpg","[{'id':2785,'logo_path':'/l5zW8jjmQOCx2dFmvnmbYmqoBmL.png','name':'Warner Bros. Animation','origin_country':'US'},{'id':2723,'logo_path':null,'name':'Lin Pictures','origin_country':'US'},{'id':77973,'logo_path':null,'name':'Lord Miller','origin_country':''},{'id':829,'logo_path':'/mzpAmEQ5P1gFvdRoNyCk9q8ngiv.png','name':'Vertigo Entertainment','origin_country':'US'},{'id':25120,'logo_path':'/lqUpBvDLQYG3QaKNpe2lxfpgh36.png','name':'Warner Animation Group','origin_country':'US'},{'id':4081,'logo_path':'/9Q0SyrhQD61wWbz5KJOkL6tu2mg.png','name':'LEGO','origin_country':'DK'}]","[{'iso_3166_1':'DK','name':'Denmark'},{'iso_3166_1':'US','name':'United States of America'}]","2017-09-21","123081555","101","[{'iso_639_1':'en','name':'English'}]","Released","Find Your Inner Piece","The Lego Ninjago Movie","false","6.4","392" +"false","/ziSXgkBQbB2NUnXgaDqKUWsiPlv.jpg","{'id':111751,'name':'Texas Chainsaw Massacre Collection','poster_path':'/gWf6Elj8tYAGjWHi3XHURAcR8aW.jpg','backdrop_path':'/1zIwt7gUyxKhOKYXN5XNGdGxwHg.jpg'}","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","300665","tt2620590","en","Leatherface","A young nurse is kidnapped by a group of violent teens who escape from a mental hospital and take her on the road trip from hell. Pursued by an equally deranged lawman out for revenge, one of the teens is destined for tragedy and horrors that will destroy his mind, moulding him into a monster named Leatherface.","11.502","/nV7LPlyhUxKn5y0nuItCr8D1OSu.jpg","[{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':48738,'logo_path':null,'name':'Campbell Grobman Films','origin_country':'US'},{'id':65518,'logo_path':null,'name':'LF2 Productions','origin_country':''},{'id':70969,'logo_path':null,'name':'Mainline Pictures','origin_country':''},{'id':1020,'logo_path':'/kuUIHNwMec4dwOLghDhhZJzHZTd.png','name':'Millennium Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-09-14","0","88","[{'iso_639_1':'en','name':'English'}]","Released","The origin story of The Texas Chain Saw Massacre","Leatherface","false","5.3","550" +"false","/fWY4LYTlsm64MQIffhiEZ8hLjat.jpg","null","30000000","[{'id':18,'name':'Drama'}]","","395993","tt3881784","en","Stronger","A victim of the Boston Marathon bombing in 2013 helps the police track down the killers while struggling to recover from devastating trauma.","7.542","/2TDroy5YKKCthnXnAERjjGnusKw.jpg","[{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':2266,'logo_path':'/owzVs2mguyyJ3vIn7EbgowpUPnk.png','name':'Bold Films','origin_country':'US'},{'id':10227,'logo_path':'/3YfRy3DBl4abcqkzGx4RVNz12yl.png','name':'Mandeville Films','origin_country':'US'},{'id':89261,'logo_path':'/pEIvnw8XMErTLclRxfKc6lyyv3c.png','name':'Nine Stories Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-09-22","5796490","119","[{'iso_639_1':'en','name':'English'}]","Released","Strength Defines Us","Stronger","false","7","721" +"false","/oGPQrolel4noBgS8bfJ5cWx1xHS.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","http://www.focusfeatures.com/victoriaandabdul/","423899","tt5816682","en","Victoria & Abdul","Queen Victoria strikes up an unlikely friendship with a young Indian clerk named Abdul Karim.","7.751","/a5vm7eBHLfBqaOMQUUAVxXmgmhA.jpg","[{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'},{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':10338,'logo_path':'/el2ap6lvjcEDdbyJoB3oKiYgXu9.png','name':'Perfect World Pictures','origin_country':'CN'},{'id':88236,'logo_path':null,'name':'Cross Street Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2017-09-14","65421267","112","[{'iso_639_1':'hi','name':'??????????????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'ur','name':'????????'}]","Released","History's most unlikely friendship.","Victoria & Abdul","false","6.9","567" +"false","/dLVrJv676ZV0VTlgQYDAVmAS8nN.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':10751,'name':'Family'}]","","30719","tt0036940","en","I'll Be Seeing You","Mary Marshall, serving a six year term for accidental manslaughter, is given a Christmas furlough from prison to visit her closest relatives, her uncle and his family in a small Midwestern town. On the train she meets Zach Morgan, a troubled army sergeant on leave for the holidays from a military hospital. Although his physical wounds have healed, he is suffering from post-traumatic stress disorder and is subject to panic attacks. The pair are attracted to one another and in the warm atmosphere of the Christmas season friendship blossoms into romance, but Mary is reluctant to tell him of her past and that she must shortly return to prison to serve the remainder of her sentence.","1.071","/wxUAnNEtyT8fOekqSDHqCKbORqK.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':1553,'logo_path':null,'name':'Selznick International Pictures','origin_country':'US'},{'id':12274,'logo_path':null,'name':'Dore Schary Productions','origin_country':''},{'id':614,'logo_path':null,'name':'Vanguard Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1944-12-31","0","85","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Both Living a Secret...each afraid to tell!","I'll Be Seeing You","false","7","11" +"false","/4dDgHRbqibjpyALi3VmdUmvcfrk.jpg","null","0","[{'id':10770,'name':'TV Movie'},{'id':35,'name':'Comedy'}]","","428845","tt5990458","en","Holiday Joy","A shy high school student's Christmas wish comes true only it isn't exactly as wonderful as she'd hoped.","2.204","/A0QlM7PfgyUsuFpTauWB296jaGi.jpg","[{'id':45508,'logo_path':null,'name':'Concorde Home Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-12-08","0","87","[{'iso_639_1':'en','name':'English'}]","Released","","Holiday Joy","false","5.8","23" +"false","/tIFRPjIXQ3sYrmxbIeOu9K1JkUz.jpg","null","350000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","294","tt0089015","en","Desert Hearts","The story of straight-edge literature professor Vivian who travels to Reno to get away from a relationship breakup when she falls in love with an attractive and unconventional girl named Cay.","4.225","/b8JSmQSpYYJhctMtxNgqh0elENg.jpg","[{'id':80277,'logo_path':null,'name':'Desert Hearts Productions','origin_country':''},{'id':798,'logo_path':'/nQgX1MOLySgug7FDONdIkht3xob.png','name':'Samuel Goldwyn Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-10-01","2400000","91","[{'iso_639_1':'en','name':'English'}]","Released","In 1959, Vivian Bell came to Reno, Nevada for a quick divorce. Of all the people she met there, the one who surprised her the most was herself.","Desert Hearts","false","7.2","45" +"false","/uuQpQ8VDOtVL2IO4y2pR58odkS5.jpg","null","30000000","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","","381283","tt5109784","en","mother!","A couple's relationship is tested when uninvited guests arrive at their home, disrupting their tranquil existence.","16.46","/qmi2dsuoyzZdJ0WFZYQazbX8ILj.jpg","[{'id':7503,'logo_path':'/3K8wbNkTn7O4wX89ucnp1ZYR1XF.png','name':'Protozoa Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-09-13","44516999","121","[{'iso_639_1':'en','name':'English'}]","Released","Seeing is believing","mother!","false","7","3312" +"false","/2OYkD6dVs45IpmpGtz9fAqFbHJ4.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","98568","tt1631707","en","Enter Nowhere","Three strangers arrive one by one to a mysterious cabin in the middle of nowhere after enduring separate life-altering predicaments. Searching for a way out of the woods, frustrated, hungry and battling to stay warm they discover their mysterious connection and realize what they have to do in order to get out of the woods alive.","4.704","/eBWZmjzehYXmVTCsFan9RnzmZ7Z.jpg","[{'id':11049,'logo_path':null,'name':'Caliber Media Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-10-22","0","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","Welcome to our nightmare!","Enter Nowhere","false","6.7","80" +"false","/kcqyI3pRvSDulyv2I9qfKmGuuuk.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","11821","tt0101745","en","Doc Hollywood","After leaving Washington D.C. hospital, plastic surgeon Ben Stone heads for California, where a lucrative practice in Beverly Hills awaits. After a car accident, he's sentenced to perform as the community's general practitioner.","8.096","/zha7PCdeJj309E3SLjcLEIW47gN.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1991-08-02","0","104","[{'iso_639_1':'en','name':'English'}]","Released","He was headed to Beverly Hills to be a plastic surgeon... but he took an exit to a town that didn't take plastic.","Doc Hollywood","false","6.1","239" +"false","/8HgW1NpsYSojNM0ZXo4A3SPLQYi.jpg","null","275000","[{'id':28,'name':'Action'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","","29425","tt0069895","en","The Crazies","Citizens of a small town are infected by a biological weapon that causes its victims to become violently insane. As uninfected citizens struggle to survive, the military readies its own response.","6.298","/whkSx9FaQpphpt81hQA4rzOK5cy.jpg","[{'id':5790,'logo_path':null,'name':'Pittsburgh Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1973-03-16","0","103","[{'iso_639_1':'en','name':'English'}]","Released","Why are the good people dying?","The Crazies","false","6.1","113" +"false","/rudzNTwkKnFXfFMiuSSRHfIf0vU.jpg","null","0","[{'id':18,'name':'Drama'}]","https://www.thehollykaneexperiment.com/","450100","tt4862506","en","The Holly Kane Experiment","An obsessive psychologist attempts to reprogramme her subconscious mind, but when her actions become increasingly uncharacteristic she fears her experiment is dangerously out of control.","1.873","/nuJns2vtO5QLucBWj0DjhmWZvP8.jpg","[{'id':66888,'logo_path':null,'name':'Substantial Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-03-25","0","103","[{'iso_639_1':'en','name':'English'}]","Released","Whose thoughts are you thinking?","The Holly Kane Experiment","false","5.7","13" +"false","/c1EO8HZtThI9TUof58A3JGueUas.jpg","null","0","[{'id':878,'name':'Science Fiction'}]","http://www.voltagepictures.com/details.aspx?ProjectId=f64f4659-0146-4f67-906b-9db20154a835","484886","tt7312940","en","Singularity","When Elias van Dorne, CEO of the world's largest robotics company, introduces his most powerful invention, Kronos-a super-computer designed to end all wars-it determines that humans are the biggest threat and launches a worldwide attack on mankind. A small band of survivors must form an unlikely alliance to survive the greatest artificial intelligence threat man will ever know.","6.947","/hMWiOdsN5VK5hgZYocUDxXWSjtQ.jpg","[{'id':79055,'logo_path':'/cmFmmPHxatWjlUzrKXVRCtlYEli.png','name':'Vantis Pictures','origin_country':''},{'id':79056,'logo_path':null,'name':'Calanda Pictures','origin_country':''},{'id':6626,'logo_path':'/A1BnMoWjzjOrjzpWimyBQkf84mS.png','name':'Voltage Pictures','origin_country':'US'}]","[{'iso_3166_1':'CH','name':'Switzerland'},{'iso_3166_1':'US','name':'United States of America'}]","2017-11-24","0","92","[{'iso_639_1':'en','name':'English'}]","Released","Resist. Fight. Unite.","Singularity","false","3.7","93" +"false","/2LMzzVgxUSpyEIMnBlS74jo619W.jpg","null","29000000","[{'id':28,'name':'Action'}]","","28881","tt0105824","en","Wind","In 1983, yacht sailor Will Parker leads an American crew financed by millionaire Morgan Weld to defeat during the America's Cup race against an Australian crew. Determined to get the prize back, Will convinces Morgan to finance an experimental boat designed by his ex-girlfriend Kate's new beau, Joe Heisler. When the boat is completed, the Americans head to Australia to reclaim the cup.","1.586","/463mUkRLvk5QEEsN1AmfsRsTrQt.jpg","[{'id':70,'logo_path':'/ueaENQkPcy8rlr5fGZVBXKOhlBh.png','name':'American Zoetrope','origin_country':'US'},{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-09-11","5519569","126","[{'iso_639_1':'en','name':'English'}]","Released","The only thing better than winning the America's Cup is losing it... and winning it back.","Wind","false","6.5","11" +"false","/fudEG1VUWuOqleXv6NwCExK0VLy.jpg","null","100000000","[{'id':10752,'name':'War'},{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","http://www.dunkirkmovie.com/","374720","tt5013056","en","Dunkirk","The story of the miraculous evacuation of Allied soldiers from Belgium, Britain, Canada and France, who were cut off and surrounded by the German army from the beaches and harbour of Dunkirk between May 26th and June 4th 1940 during World War II.","22.341","/bOXBV303Fgkzn2K4FeKDc0O31q4.jpg","[{'id':41624,'logo_path':'/wzKxIeQKlMP0y5CaAw25MD6EQmf.png','name':'RatPac-Dune Entertainment','origin_country':'US'},{'id':10611,'logo_path':'/zQ4fGaEnNkWfSzyygXRcUZwPmDG.png','name':'Cin??+','origin_country':'FR'},{'id':67254,'logo_path':'/oV4xUvzWljGW1QVAa8qR2INNyN7.png','name':'Kaap Holland Film','origin_country':'NL'},{'id':98660,'logo_path':null,'name':'Dombey Street Productions','origin_country':'GB'},{'id':9996,'logo_path':'/3tvBqYsBhxWeHlu62SIJ1el93O7.png','name':'Syncopy','origin_country':'GB'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'NL','name':'Netherlands'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2017-07-19","525573161","107","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'de','name':'Deutsch'}]","Released","Survival is Victory","Dunkirk","false","7.4","8780" +"false","/itNSH89kYgTlrbGfqlvpXJnbxF8.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","631","tt0018455","en","Sunrise: A Song of Two Humans","A married farmer falls under the spell of a slatternly woman from the city, who tries to convince him to drown his wife.","7.172","/hEDMD8Lu7tMurqIglE8mo4GKBN.jpg","[{'id':5488,'logo_path':null,'name':'Fox Film Corporation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1927-11-04","0","94","[{'iso_639_1':'en','name':'English'}]","Released","""An artistic masterpiece and also a joy to watch.""","Sunrise: A Song of Two Humans","false","8","295" +"false","/4nvTmKUpusDki5hSoPyBjys0fQq.jpg","{'id':363092,'name':'Mythica Collection','poster_path':'/nbsXfLZmgkwjB9mZ5p9Bt5SOFRY.jpg','backdrop_path':'/nL8ZqjrpblbQHWiQEjj9Scp91C8.jpg'}","0","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'}]","http://www.mythicamovie.com/#!blank/iwc9x","401689","tt5327922","en","Mythica: The Godslayer","As the Lich King's zombie legions ravage the world, a cursed young sorceress (Marek) embarks on a quest to obtain a weapon from the gods, with her friend Dagen, a self-serving half-elf rogue. But when she joins her sworn enemy in a desperate attempt to save the world, she must recover the good in herself before her friends are all dead, and defeat the Lich King before the gods are destroyed and the world forever enslaved.","6.246","/a2RjGmJPfk3Wcb8wMoLe5dkxeMj.jpg","[{'id':9074,'logo_path':null,'name':'Mainstay Productions','origin_country':'US'},{'id':14787,'logo_path':'/cZWB9HeQ1e4G6qcy8hUu7GT4vMV.png','name':'Arrowstorm Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-12-17","0","118","[{'iso_639_1':'en','name':'English'}]","Released","","Mythica: The Godslayer","false","6.1","31" +"false","/jcKzxRGYiXuS7ctTHLdw9wH8d7V.jpg","null","50000000","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'}]","http://www.americanmademovie.net/","337170","tt3532216","en","American Made","The true story of pilot Barry Seal, who transported contraband for the CIA and the Medellin cartel in the 1980s.","13.362","/23ILgoPSO5ShKcTZOuiTVfqFAUB.jpg","[{'id':50481,'logo_path':'/mBgGtJJQ9aOpKBnuKXM75kHYT6D.png','name':'Vendian Entertainment','origin_country':'US'},{'id':23,'logo_path':'/mkxNjThahj5pvntvYKVpMbWXm3D.png','name':'Imagine Entertainment','origin_country':'US'},{'id':10246,'logo_path':'/rREvQNWAxkDfY9CDn2c5YxEMPdP.png','name':'Cross Creek Pictures','origin_country':'US'},{'id':80680,'logo_path':null,'name':'Quadrant Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'JP','name':'Japan'}]","2017-08-17","133511855","115","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","Based on a True Lie","American Made","false","6.7","2080" +"false","/cDRhoYxoR4QYDO0XW9qV6kmH85J.jpg","null","315000","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':35,'name':'Comedy'}]","","13377","tt0060345","en","How the Grinch Stole Christmas!","Bitter and hateful, the Grinch is irritated at the thought of a nearby village having a happy time celebrating Christmas. Disguised as Santa Claus, with his dog made to look like a reindeer, he decides to raid the village to steal all the Christmas things.","9.69","/7ir0iRuPK9OEuH569cp0nF5CJce.jpg","[{'id':8811,'logo_path':null,'name':'The Cat in the Hat Productions','origin_country':'US'},{'id':2230,'logo_path':null,'name':'MGM Television','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-11-30","0","26","[{'iso_639_1':'en','name':'English'}]","Released","You're a mean one, Mr. Grinch","How the Grinch Stole Christmas!","false","7.4","507" +"false","/oYVn5LDaycPMY7HAJ0d3vAkeXoK.jpg","null","0","[{'id':14,'name':'Fantasy'},{'id':10751,'name':'Family'},{'id':12,'name':'Adventure'}]","","57752","tt0119782","en","Nico the Unicorn","As an 11-year-old boy struggles to cope with a disability, he finds a pony who gives birth to a unicorn which he takes care of.","1.271","/t2z6v9PgFtVQi5fGghluapk3ql6.jpg","[{'id':13826,'logo_path':null,'name':'Prestige Films','origin_country':''},{'id':10399,'logo_path':null,'name':'CineTel Films','origin_country':'US'},{'id':23096,'logo_path':null,'name':'Fries Film Group','origin_country':''},{'id':26793,'logo_path':null,'name':'Kingsborough Greenlight Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CA','name':'Canada'}]","1998-01-01","0","","[{'iso_639_1':'en','name':'English'}]","Released","","Nico the Unicorn","false","6","11" +"false","","null","900000","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","29942","tt0081563","en","Stone Cold Dead","Sergeant Boyd's police search to find a sniper who has been shooting hookers.","1.284","/lHdJErySAErns9QbbNn1olz48Ei.jpg","[]","[{'iso_3166_1':'CA','name':'Canada'}]","1979-09-14","0","100","[{'iso_639_1':'en','name':'English'}]","Released","","Stone Cold Dead","false","7.3","2" +"false","/oQuIGqDsqesAVbxLST34XbZz7lQ.jpg","null","0","[{'id':28,'name':'Action'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.windwalkersmovie.com","347755","tt1236254","en","Wind Walkers","A group of friends and family descend into the Everglades swamplands for their annual hunting trip only to discover that they are the ones being hunted. A malevolent entity is tracking them and they begin to realise one of their party may be possessed by something brought home from a tour of duty in the Middle East ??? a demon of war so horrible and deadly they are unaware of its devilish presence. Or are they facing something even more unspeakable, a legendary Native American curse about to unleash its dreadful legacy of thirsting for colonial revenge by claiming more souls?","1.718","/7SbTYhEqDZSee4Cx3SPvl5ki7Oc.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-10-16","0","93","[{'iso_639_1':'en','name':'English'}]","Released","","Wind Walkers","false","6","8" +"false","/4asKjZzCsS6CxIDD3se0SuhaSav.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","299221","tt3130734","en","Phantom Halo","Two brothers barely scrape by as their father continues to gamble and drink away the money they do bring home. They hatch a plan for a robbery but at what price?","2.113","/hwlk9jqMwZpQOuTV6IWjHHFerAN.jpg","[{'id':54299,'logo_path':null,'name':'Optimism Entertainment','origin_country':''},{'id':54300,'logo_path':null,'name':'Station 8 Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-10-24","0","87","[{'iso_639_1':'en','name':'English'}]","Released","Two brothers, one dream and a hundred ways to get it.","Phantom Halo","false","5.8","26" +"false","/aYKtZqzOWQ5qJGTbFfLUYHwCSJY.jpg","null","0","[{'id':99,'name':'Documentary'}]","","476275","tt6622186","en","Ferrari: Race to Immortality","The late 1950s were known as golden years in the world of motor racing, champions were made and lost on a Sunday, and no losses were greater than those of Enzo Ferrari???s Scuderia. Based on Chris Nixon???s bestselling biography Mon Ami Mate, Ferrari: Race to Immortality tells the story of the loves and losses, triumphs and tragedy of a turbulent era that shook the motor racing world.","3.222","/lkN67j8e6fszSuRL7XuNMTY0oeT.jpg","[{'id':25954,'logo_path':null,'name':'Metrol Technology','origin_country':'GB'},{'id':23561,'logo_path':null,'name':'Artemis Films','origin_country':'GB'},{'id':48389,'logo_path':null,'name':'Dignity Film Finance','origin_country':''},{'id':95059,'logo_path':null,'name':'Dimson Films','origin_country':''},{'id':5056,'logo_path':'/kADFcjL04xe5HGBnlLjbfhliS2a.png','name':'Head Gear Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-11-03","0","92","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","","Ferrari: Race to Immortality","false","6.7","18" +"false","/nCNZvdDBT985FUENHNGFGtO6LGS.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","415401","tt5814592","en","The Party","Various individuals think they???re coming together for a party in a private home, but a series of revelations results in a huge crisis that throws their belief systems ??? and their values ??? into total disarray.","6.815","/jh8xTXmP3omSMo4pg8lXaI8EiWN.jpg","[{'id':36765,'logo_path':null,'name':'Adventure Pictures','origin_country':''},{'id':52352,'logo_path':null,'name':'Great Point Media','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-09-13","3300000","71","[{'iso_639_1':'en','name':'English'}]","Released","A comedy of tragic proportions","The Party","false","6.4","221" +"false","/zpkWkIXEwSErbIgOlh1NkwQ6Pyj.jpg","null","34000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':36,'name':'History'}]","http://detroit.movie","407448","tt5390504","en","Detroit","A police raid in Detroit in 1967 results in one of the largest citizens' uprisings in the history of the United States.","12.922","/7APLVpsGzXPJw16ZuBtXICxq8B9.jpg","[{'id':13184,'logo_path':'/pfUB1a62jSMIqp4Xmaq6z2cgW0B.png','name':'Annapurna Pictures','origin_country':'US'},{'id':20344,'logo_path':null,'name':'First Light','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-07-28","16790139","143","[{'iso_639_1':'en','name':'English'}]","Released","It's time we knew","Detroit","false","7.3","764" +"false","/uExPmkOHJySrbJyJDJylHDqaT58.jpg","{'id':391860,'name':'Kingsman Collection','poster_path':'/iR8L2XHA72wmYHc6O8LZmwV5hd5.jpg','backdrop_path':'/8XZnIWG7on74SaJ6t23kdPOYXUG.jpg'}","104000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'}]","http://www.foxmovies.com/movies/kingsman-the-golden-circle","343668","tt4649466","en","Kingsman: The Golden Circle","When an attack on the Kingsman headquarters takes place and a new villain rises, Eggsy and Merlin are forced to work together with the American agency known as the Statesman to save the world.","18.032","/34xBL6BXNYFqtHO9zhcgoakS4aP.jpg","[{'id':22213,'logo_path':'/qx9K6bFWJupwde0xQDwOvXkOaL8.png','name':'TSG Entertainment','origin_country':'US'},{'id':2265,'logo_path':'/cA8M1Z7jx5ZXtLEFBgzot6RGPxM.png','name':'Shangri-La Entertainment','origin_country':'US'},{'id':5374,'logo_path':'/8dgIXEObpRYixczGSpyW9rgnN53.png','name':'Marv Films','origin_country':'GB'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2017-09-20","410902662","141","[{'iso_639_1':'sv','name':'svenska'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","Reports of my death have been greatly exaggerated.","Kingsman: The Golden Circle","false","7","5266" +"false","/7hchjLbgiYdrNoblNa7i1DRivnM.jpg","null","18000000","[{'id':10751,'name':'Family'},{'id':12,'name':'Adventure'}]","","13766","tt0091993","en","SpaceCamp","Andie Bergstrom, an astronaut eagerly awaiting her first trip to space, runs a summer camp for teenagers with her NASA-employed husband, Zach. One night during an engine test, Andie and four teenage campers are accidentally shot into space. Together, the group -- which includes Kathryn, a pilot-in-training, and Tish, a ditz with a perfect memory -- must work together to operate the spacecraft and return home.","4.738","/nPOagP0VcfmvFwwpDkHB95XaD7V.jpg","[{'id':13671,'logo_path':null,'name':'ABC Motion Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1986-06-06","9697739","107","[{'iso_639_1':'en','name':'English'}]","Released","The stars belong to a new generation.","SpaceCamp","false","5.8","88" +"false","/aTCHyJmmGDOa2LJI3vJKBuX6Ux5.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://wellgousa.com/theatrical/better-watch-out","406994","tt4443658","en","Better Watch Out","On a quiet suburban street tucked within a 'safe neighborhood', a babysitter must defend a twelve-year-old boy from strangers breaking into the house, only to discover that this is far from a normal home invasion.","8.948","/liI4c3GYaKuAo4FsCF4RKvFFqbV.jpg","[{'id':15710,'logo_path':null,'name':'Best Medicine Productions','origin_country':''},{'id':37723,'logo_path':null,'name':'Storm Vision Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'AU','name':'Australia'}]","2016-09-22","0","89","[{'iso_639_1':'en','name':'English'}]","Released","You might be home but you're not alone","Better Watch Out","false","6.6","472" +"false","/12ik36Zq8gRtAK3tneElVRWlv6q.jpg","null","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","28415","tt0073918","en","The Yakuza","Harry Kilmer returns to Japan after several years in order to rescue his friend George's kidnapped daughter - and ends up on the wrong side of the Yakuza, the notorious Japanese mafia...","2.839","/b23EhzFkYxTvrxBSRtq1rP78Rmd.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'JP','name':'Japan'}]","1974-12-21","0","112","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'}]","Released","A man never forgets. A man pays his debts.","The Yakuza","false","7.2","58" +"false","/zZWassZGeik0QwQEOdiporFrymb.jpg","null","0","[{'id':10770,'name':'TV Movie'},{'id':18,'name':'Drama'}]","http://uptv.com/movies/love-finds-you-in-charm/","343369","tt4122118","en","Love Finds You in Charm","A young Amish woman, who isn't satisfied with her path at home, visits a cousin for the summer. Over the summer, she is exposed to another world, finds friendship and more. Soon she must choose and come to terms with the life she wants.","2.184","/4C42IlNkqWxpKWUtuzB9cGMWEZ5.jpg","[{'id':54927,'logo_path':null,'name':'Mission Pictures International','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-06-06","0","93","[{'iso_639_1':'en','name':'English'}]","Released","","Love Finds You in Charm","false","6","23" +"false","/zg7u51ZPwmlMHQcq2yUA4ohNN9k.jpg","null","0","[{'id':37,'name':'Western'}]","","455675","tt6334884","en","Hickok","Legendary Lawman and Gunslinger Wild Bill Hickok, is tasked with taming the wildest cow-town in the West, while delivering his own brand of frontier Justice and infamous gunfighter's reputation as the fastest draw in the West is put to the test","4.721","/yFAhzmqiBaxJjqKdA1iqKYr3YDo.jpg","[{'id':35396,'logo_path':null,'name':'Status Media & Entertainment','origin_country':''},{'id':57147,'logo_path':null,'name':'Avery Productions','origin_country':'US'},{'id':102968,'logo_path':null,'name':'Pay It Forward Entertainment','origin_country':''},{'id':102969,'logo_path':null,'name':'Vision Tree','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-07-07","0","88","[{'iso_639_1':'en','name':'English'}]","Released","","Hickok","false","4.8","46" +"false","/C0A1A9J1asbc8GNc6ww8ISuihi.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.onebuck.us/","477201","tt4685428","en","1 Buck","Shifting from one pocket to another, from one man's drama to another, a lowly dollar bill, 'one buck' takes us on an odyssey through the heart of a forgotten town in Louisiana.","2.497","/1thf4yfLMpNlD057jkg9b3S4zss.jpg","[{'id':97674,'logo_path':null,'name':'Mad Street Motion Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-09-22","0","89","[{'iso_639_1':'en','name':'English'}]","Released","","1 Buck","false","4.8","12" +"false","/oHOE5bd9TqgUnlIZJwp4JFMr8iO.jpg","null","0","[{'id':18,'name':'Drama'}]","","432942","tt6057032","en","Gook","Eli and Daniel, two Korean American brothers who own a struggling women's shoe store, have an unlikely friendship with 11-year-old Kamilla. On the first day of the 1992 L.A. riots, the trio must defend their store???and contemplate the meaning of family, their personal dreams and the future.","1.617","/Ij6zyFnVd3ha5uR5b4na3LYux6.jpg","[{'id':4560,'logo_path':null,'name':'Tunnel Post','origin_country':''},{'id':90790,'logo_path':'/dnXPy4hZyUGl00Ju2lF2pbocG11.png','name':'Datari Turner Productions','origin_country':'US'},{'id':92449,'logo_path':null,'name':'Birthday Soup Films','origin_country':''},{'id':92450,'logo_path':null,'name':'The Fishbowl Studios','origin_country':''},{'id':92451,'logo_path':null,'name':'Foxtrout Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-08-18","250130","94","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","","Gook","false","6.6","21" +"false","/kxKQAE08hohDNZ7vQqaILCEQZR.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","51980","tt0107002","fr","Germinal","It's mid 19th century, north of France. The story of a coal miner's town. They are exploited by the mine's owner. One day the decide to go on strike, and then the authorities repress them","6.043","/iEDH8xmYdMnDDTxfbIZvcEO8Fs9.jpg","[{'id':82,'logo_path':null,'name':'Renn Productions','origin_country':''},{'id':83,'logo_path':'/9OQ0rm55xtlgX7KcAKMUePJSrQc.png','name':'France 2 Cin??ma','origin_country':'FR'},{'id':1524,'logo_path':null,'name':'DD Productions','origin_country':''}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'IT','name':'Italy'}]","1993-09-29","0","160","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Who needs God and Heaven? We can change this lousy world.","Germinal","false","6.6","124" +"false","/aZyApHQM5hKMB5l4GItBWDxEvKq.jpg","null","0","[{'id':10751,'name':'Family'},{'id':18,'name':'Drama'}]","","424062","tt4700190","en","Wish for Christmas","When a high school senior finds out from her parents that she must miss the town's winter dance in order to attend church, she successfully wishes their faith away, bringing disastrous consequences to her family and community. To restore their faith, she is led through a series of Christmas adventures that change her heart and those around her.","1.108","/kaRwPVUlSRnYh7kHbbKhHdX2MLG.jpg","[{'id':97771,'logo_path':null,'name':'Wish X Movie','origin_country':''},{'id':97770,'logo_path':null,'name':'Mustard Seed Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-11-01","0","96","[{'iso_639_1':'en','name':'English'}]","Released","","Wish for Christmas","false","5.8","5" +"false","/zxoPzzBGimgXha8YjvmahUedz4j.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","http://www.allsaintsmovie.com/","450806","tt4663548","en","All Saints","ALL SAINTS is based on the inspiring true story of salesman-turned-pastor Michael Spurlock (John Corbett), the tiny church he was ordered to shut down, and a group of refugees from Southeast Asia. Together, they risked everything to plant seeds for a future that might just save them all.","3.724","/sIE5BafMU0gPYOqBSiYzTxmHqGM.jpg","[{'id':10156,'logo_path':'/bWjWWQfiyZh9AkGYCkx1NcVdSvn.png','name':'Affirm Films','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-08-25","0","108","[{'iso_639_1':'en','name':'English'}]","Released","","All Saints","false","6.3","23" +"false","/mWMfqLQXl8vG9ZQ6ZoZKQZuTnvS.jpg","null","1000000","[{'id':18,'name':'Drama'},{'id':10770,'name':'TV Movie'},{'id':10749,'name':'Romance'}]","http://uptv.com/movies/love-finds-you-in-valentine/","383256","tt4769430","en","Love Finds You in Valentine","Kennedy Blaine, a Californian girl, inherits a ranch in the small town of Valentine in Nebraska. Before she sells the property, she decides to spend the summer in her house and learn more about her family.","2.053","/5HtK0yUOoiYJjerTUeiidpR8eMs.jpg","[{'id':54927,'logo_path':null,'name':'Mission Pictures International','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-02-14","0","92","[{'iso_639_1':'en','name':'English'}]","Released","You don't know what's missing until you find it.","Love Finds You in Valentine","false","5.7","24" +"false","/9Jos0a1BIZMoaBbgObnHHugFGdF.jpg","null","10000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","11861","tt0113347","en","How to Make an American Quilt","Soon-to-be-wed graduate student Finn Dodd develops cold feet when she suspects her fianc?? is cheating on her. In order to clear her head, Finn visits her grandmother, Hy, and great aunt, Glady Joe Cleary, in Grasse, Calif. There, Finn learns that Hy and Glady Joe are members of a group of passionate quilters, and over the course of her visit she is regaled with tales of love and life by women who have collected rich experiences and much wisdom.","5.187","/wnWAZHbjX5Wj6hyb0gGmFdMADZk.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-10-06","23574130","116","[{'iso_639_1':'en','name':'English'}]","Released","There's beauty in the patterns of life.","How to Make an American Quilt","false","6.3","70" +"false","/skY8pj66XnyqFHnPagCxKowLXf7.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","40957","tt0052933","en","It Happened to Jane","Jane Osgood runs a lobster business, which supports her two young children. Railroad staff inattention ruins her shipment, so with her lawyer George, Jane sues Harry Foster Malone, director of the line and the ""meanest man in the world"".","2.664","/zmn5NHm8Xjpv9Je0smYksTxIWXp.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1959-08-04","0","97","[{'iso_639_1':'en','name':'English'}]","Released","This movie is bigger than all of us!","It Happened to Jane","false","6.5","24" +"false","/sZd49cgewKjLA3TAFXNF2nqJddC.jpg","null","57000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10749,'name':'Romance'}]","http://movies.uip.de/corellismandoline/","1722","tt0238112","en","Captain Corelli's Mandolin","When a Greek fisherman leaves to fight with the Greek army during WWII, his fiancee falls in love with the local Italian commander. The film is based on a novel about an Italian soldier's experiences during the Italian occupation of the Greek island of Cephalonia (Kefalonia), but Hollywood made it into a pure love story by removing much of the ""unpleasant"" stuff.","5.983","/kKDQgPvxf0hjjlnKPp3oGblDsZR.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'FR','name':'France'}]","2001-04-18","62112895","131","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'el','name':'????????????????'},{'iso_639_1':'it','name':'Italiano'}]","Released","","Captain Corelli's Mandolin","false","5.9","240" +"false","/2oHNYxAkQT5rgqFDY0zvVNifPXv.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","9791","tt0204137","en","Animal Factory","Suburbanite Ron is spoiled, young and not overly worried about the marijuana charges leveled against him. But, after being made out to be a drug dealer, he faces a five-year jail sentence in San Quentin State Prison. Physically frail and unaccustomed to his rough surroundings, Ron is primed to fall victim to sexual predators and bullying guards ??? that is, until he's befriended by Earl, a veteran inmate who finds meaning in protecting the vulnerable new kid.","4.723","/gWjU181fqffVtWtduJBtVrqcdjL.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-08-01","0","94","[{'iso_639_1':'en','name':'English'}]","Released","On the inside the rules are brutal and the stakes are high.","Animal Factory","false","6.4","84" +"false","/hOxFHGn5wEn824GkswqXrcJpnMG.jpg","null","55000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.sonypictures.com/homevideo/allthekingsmen/","1717","tt0405676","en","All the King's Men","The story of an idealist's rise to power in the world of Louisiana politics and the corruption that leads to his ultimate downfall. Based on the1946 Pulitzer Prize-winning novel written by Robert Penn Warren.","8.854","/rnmq4QBAWhxULd12PhlCFa1RjHa.jpg","[{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':11317,'logo_path':'/u3YB3GujS0tct5BVTsMJLWVyllg.png','name':'Phoenix Pictures','origin_country':'US'},{'id':23238,'logo_path':null,'name':'VIP 4 Medienfonds','origin_country':''},{'id':1208,'logo_path':null,'name':'Rising Star','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-09-10","9450897","125","[{'iso_639_1':'en','name':'English'}]","Released","Some people will do anything to gain power. Some will do anything to keep it.","All the King's Men","false","5.8","139" +"false","/8mxlbR7ZoSuSBhUKH1Pdwe29yGK.jpg","{'id':44913,'name':'Ghoulies Collection','poster_path':'/1fi1IXm3igboWBjrnyWQnvwsmLC.jpg','backdrop_path':'/h9pZnjShhHf5h9MaEWg2RPkrgsf.jpg'}","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","28605","tt0093091","en","Ghoulies II","Ghoulies II picks up a short time after the first movie, a few of the little nasties stow away on an amusement park ride and bring big bucks to a dying fair. The creatures are mad after an attempt to kill them, so the creatures go on a rampage through the fairgrounds, ultimately leading to an explosive conclusion!","4.079","/wqEA0Fyj9x83YB5Zjvq3PZEXf5y.jpg","[{'id':17429,'logo_path':null,'name':'Taryn Productions Inc.','origin_country':''},{'id':1212,'logo_path':null,'name':'Empire Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-09-22","0","89","[{'iso_639_1':'en','name':'English'}]","Released","They'll get you in the end ... Again!","Ghoulies II","false","4.7","51" +"false","/hlIY2FFJyTTvNxrzjZ5Rae7WKtg.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","","79113","tt1083448","en","A Princess For Christmas","After her sister and brother-in-law's tragic death, an American woman who is the guardian for her young niece and nephew is invited to a royal European castle for Christmas by her late brother-in-law's father, the Duke of Castlebury. Feeling out of place as a commoner, she is determined to give her family a merry Christmas and surprises herself when she falls for a handsome prince.","6.149","/8B0GaAebFRWek6tGSqWAeyJOIp6.jpg","[{'id':15048,'logo_path':null,'name':'Riviera Films','origin_country':''},{'id':2090,'logo_path':'/jYlUttNqcN5u1pzMQrh5AEhZ27t.png','name':'Motion Picture Corporation of America','origin_country':'US'},{'id':8624,'logo_path':null,'name':'Mediapro Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-12-03","0","89","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Sometimes dreams come true","A Princess For Christmas","false","6.8","199" +"false","/zuBoGr3DiGMjNC6W02YbtbeW0E1.jpg","{'id':520904,'name':'Batman '66 Collection','poster_path':'/piJ19EOYjOJLHKgpl66qQNsINIl.jpg','backdrop_path':'/iYv1jgL4c1EQjbfJRD05rlBjIrF.jpg'}","0","[{'id':28,'name':'Action'},{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'}]","https://www.warnerbros.com/batman-vs-two-face","464882","tt6142314","en","Batman vs. Two-Face","Former Gotham City District Attorney Harvey Dent, one side of his face scarred by acid, goes on a crime spree based on the number '2'. All of his actions are decided by the flip of a defaced, two-headed silver dollar.","5.536","/yTbj8Kcp4WFwMRdEejnn55KIsfH.jpg","[{'id':9993,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Entertainment','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':2785,'logo_path':'/l5zW8jjmQOCx2dFmvnmbYmqoBmL.png','name':'Warner Bros. Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-11-14","0","72","[{'iso_639_1':'en','name':'English'}]","Released","Everyone must face their demons.","Batman vs. Two-Face","false","6.2","65" +"false","/9O34wbCIC84J23jo6jbNGPr4Ix9.jpg","null","0","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","339994","tt2262315","en","The Good Neighbor","Two high school filmmakers decide to create the illusion of a haunting on an unsuspecting neighbor.","4.791","/xrYPVqmUrmOolwh77bldbRfQdLx.jpg","[{'id':27497,'logo_path':'/1QuLulTFEynrZnFsogW0UefcKYC.png','name':'Star Thrower Entertainment','origin_country':'US'},{'id':10039,'logo_path':'/b8w4LldQolMKiLZw4FQJBcXSDGI.png','name':'Anonymous Content','origin_country':'US'},{'id':74472,'logo_path':null,'name':'Ball & Chain Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-09-16","0","98","[{'iso_639_1':'en','name':'English'}]","Released","","The Good Neighbor","false","6.3","220" +"false","/1vEGW6lMv2978fUnyh6ybfftCPq.jpg","{'id':374930,'name':'Snow Queen Collection','poster_path':'/r2ONwf2TcKULpPAEpqfOAK2bgXi.jpg','backdrop_path':'/S53UcTvYXmfwNm5dOqXu6yMbuN.jpg'}","0","[{'id':10751,'name':'Family'},{'id':16,'name':'Animation'},{'id':14,'name':'Fantasy'},{'id':35,'name':'Comedy'}]","","362058","tt4685554","ru","?????????????? ???????????????? 3. ?????????? ?? ??????","After heroically defeating both the Snow Queen and the Snow King, Gerda still cannot find peace. Her dream is to find her parents who were once taken away from them by the North Wind and finally reunite the family. Thus, Gerda and her friends embark on an exiting journey to find her parents and encounter new challenges along the way: they discover an ancient magical artifact of the trolls, the Stone of Fire and Ice. From that moment on, things don't go according to the initial plan...Will Gerda be able to tame the mighty forces of the magical elements and get her family back? The answer will be reveled in 2016. This is a story which encompasses everything you love about Wizart: kindness, bravery, friendship, mystery, love of one's family, and a happy ending, of course!","5.712","/fewzNvOFM4TBcuOwsfGXyIUrwS2.jpg","[{'id':46315,'logo_path':null,'name':'Wizart Animation','origin_country':''}]","[{'iso_3166_1':'RU','name':'Russia'}]","2016-12-29","0","80","[{'iso_639_1':'ru','name':'P????????????'}]","Released","","The Snow Queen 3: Fire and Ice","false","7.5","14" +"false","/wb78lmqAXsUVG84xrmAOJBfgZHr.jpg","null","33000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://american-assassin.com","415842","tt1961175","en","American Assassin","Following the murder of his fianc??e, Mitch Rapp trains under the instruction of Cold War veteran Stan Hurley. The pair then is enlisted to investigate a wave of apparently random attacks on military and civilian targets.","13.573","/w6vjeHx3UEaBXIyc8VFqyZYKznD.jpg","[{'id':72441,'logo_path':null,'name':'TIK Films','origin_country':''},{'id':435,'logo_path':null,'name':'Di Bonaventura Pictures','origin_country':'US'},{'id':5490,'logo_path':'/xuJSR4dWsvkE194aemIJwflyNF2.png','name':'CBS Films','origin_country':'US'},{'id':8073,'logo_path':null,'name':'Nick Wechsler Productions','origin_country':''},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-09-14","66167951","112","[{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'fa','name':'??????????'},{'iso_639_1':'pl','name':'Polski'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'tr','name':'T??rk??e'}]","Released","Assassins aren't born. They're made.","American Assassin","false","6.3","1539" +"false","/97O7Fky4skUS7v9yvJVmkIkI49O.jpg","null","10000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","https://www.miramax.com/movie/kinky-boots/","16367","tt0434124","en","Kinky Boots","Charles Price may have grown up with his father in the family shoe business in Northampton, in central England, but he never thought that he would take his father's place. Yet, the untimely death of his father places him in that position, only to learn that Price & Sons Shoes is failing. While in despair at his failed attempts to save the business, Charles has a chance encounter with the flamboyant drag queen cabaret singer, Lola. Her complaints about the inadequate footwear for her work combined with one of Charles' ex-employees, Lauren, leads to a suggestion to change the product to create a desperate chance to save the business: make men's fetish footwear. Lola is convinced to be their footwear designer and the transition begins. Now this disparate lot must struggle at this unorthodox idea while dealing both the prejudice of the staff, Lola's discomfort in the small town and the selfish manipulation of Charles' greedy fianc??e who cannot see the greater good in Charles' dream.","7.269","/3SZ45H08wUvEMoV9Kzfl2yF1Dm3.jpg","[{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':2512,'logo_path':null,'name':'Harbour Pictures','origin_country':''},{'id':66657,'logo_path':null,'name':'Price Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2005-08-30","9950133","107","[{'iso_639_1':'en','name':'English'}]","Released","How Far Would You Go To Save The Family Business?","Kinky Boots","false","6.5","154" +"false","/oKbRCdh9PgXUhGW4uTHQmnLwXUJ.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://superdarktimes.film","396940","tt5112578","en","Super Dark Times","Teenagers Zach and Josh have been best friends their whole lives, but when a gruesome accident leads to a cover-up, the secret drives a wedge between them and propels them down a rabbit hole of escalating paranoia and violence.","4.814","/7sJoNicLJ9EZwetp5ucjS8qQ9g1.jpg","[{'id':7633,'logo_path':null,'name':'Lila 9th Productions','origin_country':''},{'id':22700,'logo_path':null,'name':'Neighborhood Watch','origin_country':''},{'id':84955,'logo_path':null,'name':'Higher Content','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-09-29","0","102","[{'iso_639_1':'en','name':'English'}]","Released","","Super Dark Times","false","6.5","241" +"false","/bhg1MGVy9gVVH6QlyUDRNxtHdpp.jpg","null","0","[{'id':10402,'name':'Music'},{'id':99,'name':'Documentary'}]","http://www.score-movie.com","426410","tt4207112","en","Score: A Film Music Documentary","Music is an integral part of most films, adding emotion and nuance while often remaining invisible to audiences. Matt Schrader shines a spotlight on the overlooked craft of film composing, gathering many of the art form???s most influential practitioners, from Hans Zimmer and Danny Elfman to Quincy Jones and Randy Newman, to uncover their creative process. Tracing key developments in the evolution of music in film, and exploring some of cinema???s most iconic soundtracks, 'Score' is an aural valentine for film lovers.","3.698","/hBc0xseN1PCKtAVJdzPNntivn3q.jpg","[{'id':83459,'logo_path':null,'name':'Epicleff Media','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-03-16","0","94","[{'iso_639_1':'en','name':'English'}]","Released","","Score: A Film Music Documentary","false","7.6","42" +"false","/rG2jdLdj4U55MgI3g9f85w2th1y.jpg","null","1600000","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","http://www.mirrorimagesltd.com/betatest","401123","tt4244162","en","Beta Test","While testing the latest first person shooter from global game developer, Sentinel, video game champion Max Troy discovers the events happening within the game are being reflected in the real world. He soon determines that the game's protagonist is real-life Orson Creed, an ex-Sentinel employee who is being remotely controlled by the corporation for reasons unknown. As virtual and real worlds collide, Max and Creed must join forces to unravel the conspiracy before the game's sinister events escalate and overwhelm the city.","3.085","/9lvcWpo7na9nxW3FMyIQoc2tmdQ.jpg","[{'id':77830,'logo_path':null,'name':'Mirror Images LTD','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-07-22","0","88","[{'iso_639_1':'en','name':'English'}]","Released","The Game is Real","Beta Test","false","4.9","58" +"false","/4cuMgrl1TVGjMaRQ3bKWTu61nem.jpg","null","25000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","257785","tt0491203","en","Tulip Fever","An artist falls for a married young woman while he's commissioned to paint her portrait. The two invest in the risky tulip market in hopes to build a future together.","9.228","/qoOWoobioQckgbk4B9Dqn2mBMSJ.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':2054,'logo_path':null,'name':'Ruby Films','origin_country':''},{'id':9015,'logo_path':null,'name':'Worldview Entertainment','origin_country':''},{'id':308,'logo_path':'/e8F3mQM7DkJ5SfYYDp8FYzPBOGX.png','name':'The Weinstein Company','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2017-07-13","3425664","107","[{'iso_639_1':'en','name':'English'}]","Released","","Tulip Fever","false","6.4","281" +"false","/3vSrGsnMjzAycIU80udh7NFAJkP.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","395814","tt2331047","en","Rememory","The widow of a wise professor stumbles upon one of his inventions that's able to record and play a person's memory.","5.783","/qz3mvkpTOQOEqzxenvaaObOMarj.jpg","[{'id':95260,'logo_path':null,'name':'Strophic Productions Limited','origin_country':''},{'id':7424,'logo_path':null,'name':'First Point Entertainment','origin_country':''},{'id':61011,'logo_path':null,'name':'Scythia Films','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2017-09-08","0","111","[{'iso_639_1':'en','name':'English'}]","Released","","Rememory","false","6","202" +"false","/m1g7FDwVp1C9o0JZ4THDmLRCjDl.jpg","null","29000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","399170","tt5439796","en","Logan Lucky","Trying to reverse a family curse, brothers Jimmy and Clyde Logan set out to execute an elaborate robbery during the legendary Coca-Cola 600 race at the Charlotte Motor Speedway.","11.556","/mQrhrBaaHvRfBQq0Px3HtVbH9iE.jpg","[{'id':57743,'logo_path':null,'name':'Free Association','origin_country':''},{'id':90931,'logo_path':null,'name':'Trans-Radial Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-08-17","48453605","119","[{'iso_639_1':'en','name':'English'}]","Released","See how the other half steals.","Logan Lucky","false","6.7","1530" +"false","/oeHbbB74BTjjpuUrYBuGPrm9Umc.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'}]","","79716","tt0055302","en","Pirates of Tortuga","After a lengthy voyage, Capt. Bart (Ken Scott) docks his ship in a London harbor and is given a new mission by British Admiralty: capture the notorious Henry Morgan (Robert Stephens), a pirate who has been wreaking havoc throughout the Caribbean. After recruiting some former shipmates for his crew, Capt. Bart sets sail in search of the infamous buccaneer, and is joined by a beautiful female stowaway in the process.","1.382","/76QkzXUf4U2I8TPzImxQcEgclmq.jpg","[{'id':3458,'logo_path':null,'name':'Clover Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1961-10-02","0","97","[{'iso_639_1':'en','name':'English'}]","Released","","Pirates of Tortuga","false","6.1","5" +"false","/lA8r57ye1Kg30RO8PesaajzAWAM.jpg","{'id':397842,'name':'The Amityville Collection','poster_path':'/stPXPasI1lvxJRJJuDCKBr6X836.jpg','backdrop_path':'/kPfuozrsE7pmFFolkR0xFicZDJT.jpg'}","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","203835","tt1935897","en","Amityville: The Awakening","Belle, her little sister, and her comatose twin brother move into a new house with their single mother Joan in order to save money to help pay for her brother's expensive healthcare. But when strange phenomena begin to occur in the house including the miraculous recovery of her brother, Belle begins to suspect her Mother isn't telling her everything and soon realizes they just moved into the infamous Amityville house.","6.595","/wNA4jKuDdUuQUW78Pj2VoWKwlbC.jpg","[{'id':3172,'logo_path':'/kDedjRZwO8uyFhuHamomOhN6fzG.png','name':'Blumhouse Productions','origin_country':'US'},{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-07-20","0","85","[{'iso_639_1':'en','name':'English'}]","Released","Every house has a history. This one has a legend.","Amityville: The Awakening","false","5.3","612" +"false","/6FisebQRMyxGuIgq3VFfLCFBX4g.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","11318","tt0110428","en","The Madness of King George","King George III's erratic behaviour leads to a plot in Parliament to have him declared insane and removed from the throne.","5.321","/2sqjXwmebLWEZP5WOH2D94M5zYd.jpg","[{'id':798,'logo_path':'/nQgX1MOLySgug7FDONdIkht3xob.png','name':'Samuel Goldwyn Company','origin_country':'US'},{'id':23022,'logo_path':null,'name':'Close Call Films','origin_country':''},{'id':181,'logo_path':null,'name':'Channel Four Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1994-12-28","15238994","107","[{'iso_639_1':'en','name':'English'}]","Released","","The Madness of King George","false","6.9","99" +"false","/5EVaFoptG6wvZIJbiwXM5SpZNE7.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","41003","tt0103251","en","White Palace","Max Baron is a Jewish advertising executive in his 20s who's still getting over the death of his wife. Nora Baker is a 40-something diner waitress who enjoys the wilder side of life. Mismatched or not, their attraction is instant and smoldering. With time, however, their class and age differences become an obstacle in their relationship, especially since Max can't keep Nora a secret from his Jewish friends and upper-crust associates forever.","6.469","/2PjOaLA3iYEfQT6fw1EvIczu63u.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-10-19","17487531","103","[{'iso_639_1':'en','name':'English'}]","Released","The story of a younger man and a bolder woman.","White Palace","false","6.4","58" +"false","/x1DuvGuLUSLYC39WKeIxT8hZUIi.jpg","null","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","67642","tt0089109","en","Evils of the Night","Sex-hungry teens are kidnapped by auto mechanics, who take them to a rural hospital run by aliens who need their blood as the key to their own longevity.","2.615","/gXjgh8cVLaxS7hyFqfrysVVXQZ4.jpg","[{'id':43700,'logo_path':null,'name':'Mars Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-10-10","0","84","[{'iso_639_1':'en','name':'English'}]","Released","They Thought They Were Alone","Evils of the Night","false","3.4","17" +"false","/7KsqfXDECZMryX1Rv4RKsT7SIjQ.jpg","null","30000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","http://thehitmansbodyguard.movie","390043","tt1959563","en","The Hitman's Bodyguard","The world's top bodyguard gets a new client, a hit man who must testify at the International Court of Justice. They must put their differences aside and work together to make it to the trial on time.","22.033","/5CGjlz2vyBhW5xHW4eNOZIdgzYq.jpg","[{'id':48738,'logo_path':null,'name':'Campbell Grobman Films','origin_country':'US'},{'id':41364,'logo_path':null,'name':'Cristaldi Pictures','origin_country':'IT'},{'id':94235,'logo_path':null,'name':'East Light Media','origin_country':'HK'},{'id':74795,'logo_path':null,'name':'Nu Boyana Film Studios','origin_country':''},{'id':82819,'logo_path':'/5Z8WWr0Lf1tInVWwJsxPP0uMz9a.png','name':'Skydance Media','origin_country':'US'},{'id':1020,'logo_path':'/kuUIHNwMec4dwOLghDhhZJzHZTd.png','name':'Millennium Films','origin_country':'US'},{'id':23011,'logo_path':null,'name':'Tom de Mol Productions','origin_country':'NL'}]","[{'iso_3166_1':'BG','name':'Bulgaria'},{'iso_3166_1':'HK','name':'Hong Kong'},{'iso_3166_1':'NL','name':'Netherlands'},{'iso_3166_1':'US','name':'United States of America'}]","2017-08-16","176586701","118","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Get Triggered","The Hitman's Bodyguard","false","6.7","2879" +"false","/5rYnygKCkmqWuMv1O5yAnzGF8gV.jpg","null","177200000","[{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'}]","","339964","tt2239822","en","Valerian and the City of a Thousand Planets","In the 28th century, Valerian and Laureline are special operatives charged with keeping order throughout the human territories. On assignment from the Minister of Defense, the two undertake a mission to Alpha, an ever-expanding metropolis where species from across the universe have converged over centuries to share knowledge, intelligence, and cultures. At the center of Alpha is a mysterious dark force which threatens the peaceful existence of the City of a Thousand Planets, and Valerian and Laureline must race to identify the menace and safeguard not just Alpha, but the future of the universe.","21.114","/jfIpMh79fGRqYJ6PwZLCntzgxlF.jpg","[{'id':98007,'logo_path':null,'name':'BNP Paribas','origin_country':''},{'id':1145,'logo_path':'/995rL7XQxJiG4eE7gHYB82sO61S.png','name':'Belga Films','origin_country':'BE'},{'id':1246,'logo_path':'/lmeFQGzHEds5t2UfmODyrbf2nXm.png','name':'River Road Entertainment','origin_country':''},{'id':6877,'logo_path':null,'name':'Grive Productions','origin_country':''},{'id':6896,'logo_path':'/2Q89KvzxTKB5BAv9RqFIPI1qb7E.png','name':'EuropaCorp','origin_country':'FR'},{'id':12372,'logo_path':null,'name':'Universum Film (UFA)','origin_country':''},{'id':55244,'logo_path':'/6tjtQvghRRXFmCsuN8SsKJW6cIm.png','name':'Fundamental Films','origin_country':'CN'},{'id':96686,'logo_path':null,'name':'Gulf Film','origin_country':''},{'id':96687,'logo_path':null,'name':'Novo Pictures','origin_country':''},{'id':356,'logo_path':'/9tW5wZEGotn1Ei5pErA88m47XiD.png','name':'TF1 Films Production','origin_country':'FR'},{'id':15433,'logo_path':'/9nnaDAbuHwbikxAV1t1BC2Z60GC.png','name':'Orange Studio','origin_country':'FR'}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'AE','name':'United Arab Emirates'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2017-07-20","225874228","136","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","","Valerian and the City of a Thousand Planets","false","6.6","3966" +"false","/aTSae0YsHW9L9vjBJGFA84P6hi9.jpg","null","4000000","[{'id':14,'name':'Fantasy'},{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'}]","","21588","tt0109592","it","Dellamorte Dellamore","A cemetery man has the unusual problem of the dead rising from the grave. Himself and his assistant must end these creatures' lives again after they are reborn. Everything is going well until ""She"" comes along and stirs things up a bit.","6.157","/v9yBEb4NU5P3LWm4kcJfq4qjUKg.jpg","[{'id':11011,'logo_path':null,'name':'Fonds Eurimages du Conseil de l'Europe','origin_country':''},{'id':12242,'logo_path':null,'name':'Urania Film','origin_country':''},{'id':13837,'logo_path':null,'name':'K.G Productions','origin_country':''},{'id':20849,'logo_path':null,'name':'Audifilm','origin_country':''},{'id':8694,'logo_path':null,'name':'Silvio Berlusconi Communications','origin_country':''},{'id':86308,'logo_path':null,'name':'Bibo Productions','origin_country':''},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'IT','name':'Italy'}]","1994-03-25","0","105","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","Zombies, guns, and sex, OH MY!!!","Cemetery Man","false","7.1","184" +"false","/sny1LWyTfB4NSHXjWvwrKBABacN.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","","408266","tt2720826","en","Birth of the Dragon","Set against the backdrop of San Francisco???s Chinatown, this cross-cultural biopic chronicles Bruce Lee???s emergence as a martial-arts superstar after his legendary secret showdown with fellow martial artist Wong Jack Man.","6.105","/a7HY9butbuO8XwB3uBxQ98MBxd4.jpg","[{'id':4205,'logo_path':null,'name':'Groundswell Productions','origin_country':'US'},{'id':94431,'logo_path':null,'name':'Kylin Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'CN','name':'China'}]","2017-08-25","6901965","103","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'zh','name':'?????????'}]","Released","","Birth of the Dragon","false","5.6","163" +"false","/z4GZWUQ6UZgYz7DtdaDTYzijpJa.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","12623","tt0094082","en","Suspect","When a Supreme Court judge commits suicide and his secretary is found murdered, all fingers point to Carl Anderson (Liam Neeson), a homeless veteran who's deaf and mute. But when public defender Kathleen Riley (Cher) is assigned to his case, she begins to believe that Anderson may actually be innocent. Juror Eddie Sanger (Dennis Quaid), a Washington lobbyist, agrees, and together the pair begins their own investigation of events.","6.602","/hL79lrrMgRZO21otWbTTiljufeU.jpg","[{'id':44425,'logo_path':null,'name':'ML Delphi Premier Productions','origin_country':''},{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-10-23","18782400","121","[{'iso_639_1':'en','name':'English'}]","Released","","Suspect","false","6.6","88" +"false","/nhrwxIUJz1rJEx6nVhXHK06BueI.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://beachratsfilm.com/","426238","tt6303866","en","Beach Rats","An aimless teenager on the outer edges of Brooklyn struggles to escape his bleak home life and navigate questions of self-identity, as he balances his time between his delinquent friends, a potential new girlfriend, and older men he meets online.","6.316","/oQZPPsvoipd38jasPhvJOpajbug.jpg","[{'id':90733,'logo_path':'/3K9wCZTyDgop3ITK1rDi6T2PckE.png','name':'Neon','origin_country':'US'},{'id':12219,'logo_path':'/2ddXaM0AHMpAl3tmwfbwyjP6SP.png','name':'Cinereach','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-08-25","0","95","[{'iso_639_1':'en','name':'English'}]","Released","","Beach Rats","false","5.9","241" +"false","/leXf341C7aSphqetA82lM2Oad3A.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","41357","tt0067803","en","Summer of '42","Over the summer of 1942 on Nantucket Island, three friends -- Hermie, Oscy and Benjie -- are more concerned with getting laid than anything else. Hermie falls in love with the married Dorothy, whose husband is an army pilot recently sent to the battlefront of World War II.","4.496","/7Ux80Mq8I714oikMnFjKIAyfhCx.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1971-04-09","0","103","[{'iso_639_1':'en','name':'English'}]","Released","In everyone's life there's a ""Summer of '42""","Summer of '42","false","6.7","53" +"false","/kVaTdQ4N3j64pIpFao31v7DeYcu.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.patticakesmovie.co.uk","426256","tt6288250","en","Patti Cake$","Straight out of Jersey comes Patricia Dombrowski, a.k.a. Killa P, a.k.a. Patti Cake$, an aspiring rapper fighting through a world of strip malls and strip clubs on an unlikely quest for glory.","5.496","/11MVxyp77zUPwc4cmqsUumNQYWK.jpg","[{'id':89141,'logo_path':'/56o4r21cdHeMwAMxKKcoPGjbjj3.png','name':'Stay Gold Features','origin_country':'US'},{'id':30666,'logo_path':'/g8LmDZVFWDRJW72sj0nAj1gh8ac.png','name':'RT Features','origin_country':'BR'},{'id':89142,'logo_path':'/bfMAgFDoS5niHK077WKdoUMgLHp.png','name':'Department of Motion Pictures','origin_country':'US'},{'id':41641,'logo_path':null,'name':'Maiden Voyage Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-08-18","0","108","[{'iso_639_1':'en','name':'English'}]","Released","","Patti Cake$","false","7","118" +"false","/tWG6Xacf0ulb7GxvvljudVs21hO.jpg","null","0","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","373476","tt4230700","en","Complete Unknown","Tom???s birthday dinner party is turned upside down by the unexpected arrival of Alice, an old flame who changed her identity and vanished without a trace 15 years prior.","5.261","/lXGEhxX7PYtZOTkQfZhjEM0HkKZ.jpg","[{'id':52352,'logo_path':null,'name':'Great Point Media','origin_country':''},{'id':6531,'logo_path':null,'name':'Parts and Labor','origin_country':''},{'id':81862,'logo_path':null,'name':'Heron Television','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-08-26","187145","90","[{'iso_639_1':'en','name':'English'}]","Released","You are who you say you are.","Complete Unknown","false","5.1","82" +"false","/pmtTR2s4hxi3Wu2jTA7GX5o2IcJ.jpg","null","0","[{'id':27,'name':'Horror'}]","http://mushroompictures.com.au/killing-ground-3/","409617","tt4728386","en","Killing Ground","When young urbanites Ian and Sam decide to go camping, they arrive at their isolated destination to discover another tent already set up, but no sign of its owners. With the other campers at large, Ian and Sam's discovery of a child wandering alone sets off a terrifying chain of events that will push them to their limits ??? and beyond.","5.727","/u7hkfmhQ1nohbXsZ7jIEZXqPI6n.jpg","[{'id':22369,'logo_path':null,'name':'Arcadia','origin_country':''},{'id':80063,'logo_path':null,'name':'Hypergiant Films','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2017-08-31","0","88","[{'iso_639_1':'en','name':'English'}]","Released","A remote campsite. An abandoned tent. A romantic getaway to die for.","Killing Ground","false","5.8","107" +"false","/w7cPU5FBouMoS2Rb70vBdgxKDHU.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","418235","tt4807830","hi","Lipstick Under My Burkha","Four ordinary women, inflicted by silly societal norms, have to steal, lie, cheat and hide in order to lead the lives that they rightfully deserve.","3.417","/watd7f9icZYuXd7ODenxw0tMAhE.jpg","[{'id':3750,'logo_path':'/4YRT7sNsvvULDZclOcJkvNpDGOb.png','name':'Balaji Motion Pictures','origin_country':'IN'},{'id':19145,'logo_path':null,'name':'Prakash Jha Productions','origin_country':''}]","[{'iso_3166_1':'IN','name':'India'}]","2017-07-21","0","116","[{'iso_639_1':'hi','name':'??????????????????'}]","Released","","Lipstick Under My Burkha","false","6.9","69" +"false","/jOsELWItMJOwqEXpUewV8zFH3eX.jpg","null","0","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","369300","tt4733640","en","The Limehouse Golem","A series of murders has shaken the community to the point where people believe that only a legendary creature from dark times ??? the mythical Golem ??? must be responsible.","7.286","/u9NnEq4Be7hhwSvkNf6dOAD8ppi.jpg","[{'id':11752,'logo_path':null,'name':'Number 9 Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-12-23","2225698","109","[{'iso_639_1':'en','name':'English'}]","Released","Before the ripper, fear had another name.","The Limehouse Golem","false","5.9","267" +"false","/5E3s6hw7NsesDB8QcivEtm40tvI.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10752,'name':'War'},{'id':35,'name':'Comedy'},{'id':36,'name':'History'}]","","32054","tt0093209","en","Hope and Glory","Director John Boorman drew from his own childhood experiences for this coming-of-age tale about a boy growing up in and around London during World War II. For young Billy Rowan, the nightly bombings provide a frightening show, but they include opportunities to rummage through the rubble with friends in the mornings. As Billy plays, his family struggles to remain intact as they suffer through the anguish and losses of wartime.","3.066","/85LQ2ZShYhHJcndyVqXoPf7AxK4.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1987-09-03","0","113","[{'iso_639_1':'en','name':'English'}]","Released","The epic story of a world at war. And a boy at play.","Hope and Glory","false","6.6","73" +"false","/o16mgf9m6MiaAf3b8qRgA4Thx1B.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","483205","tt4498760","en","Khali the Killer","Khali (Richard Cabral) is a murderer and commits his murders in East L.A. His last job is the first time that his actions make him think about what he does for living.","1.472","/hZAOOXxcdbPphisftTjx6pZ2gUE.jpg","[{'id':96846,'logo_path':null,'name':'Hollow Creek Pictures','origin_country':''},{'id':96847,'logo_path':null,'name':'Cardinalwood Content','origin_country':''},{'id':96848,'logo_path':'/2QMUn2WqMSm1A6tCBfSgtDHGRbn.png','name':'Dark Water Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-11-02","0","89","[{'iso_639_1':'en','name':'English'}]","Released","Khali (Richard Cabral) is a murderer and commits his murders in East L.A. His last job is the first time that his actions make him think about what he does for living.","Khali the Killer","false","5.4","6" +"false","/7xWjv95DPjbx6zDiDVJspdZbrfL.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","443055","tt4994564","en","Love of My Life","What if you had only five days to figure out... everything.","34.179","/7b19Sh0Aef5vGa0OFtvJxLe2SK9.jpg","[]","[{'iso_3166_1':'CA','name':'Canada'}]","2017-02-17","0","106","[{'iso_639_1':'en','name':'English'}]","Released","","Love of My Life","false","5.4","8" +"false","/nfCXNs4DJBqHLXTw1W9T1tYwe01.jpg","null","7390000","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","http://www.whiskygaloremovie.com/","399218","tt4769214","en","Whisky Galore","The story of the inhabitants of the isolated Scottish island of Todday, in the Outer Hebrides, where gloom sets in as their wartime rationing of whisky runs out. When cargo ship the SS Cabinet Minister runs aground the shrewd islanders run rings around the buffoonish English Home Guard commander Captain Waggett and conspire to hide away cases of the precious amber nectar.","2.838","/eO5q7fAje4lvylRQkcJ17bYnjAY.jpg","[{'id':79576,'logo_path':null,'name':'Whisky Galore Movie Ltd','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-06-26","0","98","[{'iso_639_1':'en','name':'English'}]","Released","","Whisky Galore","false","6.6","17" +"false","/A4pEYA8zDqIHBf4nEHP9TbPzTou.jpg","null","0","[{'id':18,'name':'Drama'}]","","375098","tt2088950","en","The Show","An unsettling look at reality television, where a disturbing game show has its contestants ending their lives for the public's enjoyment.","4.5","/oe0WzIcsCfwYLu5WhHKOjXO4aYx.jpg","[{'id':87505,'logo_path':null,'name':'Weedon Media','origin_country':''},{'id':22704,'logo_path':null,'name':'Dobre Films','origin_country':''},{'id':6345,'logo_path':null,'name':'Lighthouse Pictures','origin_country':'CA'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-09-21","0","104","[{'iso_639_1':'en','name':'English'}]","Released","It's a matter of life and death.","The Show","false","6","85" +"false","/isMLwEZxGodL2Djvp9gVzfVJJI7.jpg","null","0","[{'id':10751,'name':'Family'},{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","http://www.thehealer-film.com/","340270","tt4356480","en","The Healer","The film follows a man with an unwanted gift for healing who meets a teenager with cancer who helps him to find himself.","8.813","/6Nrg7c2KTVlF9XDWAZuijU4VBac.jpg","[{'id':4518,'logo_path':null,'name':'Topsail Entertainment','origin_country':''},{'id':53409,'logo_path':null,'name':'ESP-62 Producciones','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'US','name':'United States of America'}]","2017-02-17","0","113","[{'iso_639_1':'en','name':'English'}]","Released","You will believe in miracles","The Healer","false","6.7","104" +"false","/y5Ru8EiBi3eMCYywTfsu25AlPFQ.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","458836","tt4721404","en","The Good Catholic","An idealistic young priest is dedicated to his calling until he meets a woman at confession. After the meeting, he seeks guidance from his fellow priests.","1.695","/iPvggWYCZblEG2ldObR6GHmkEjz.jpg","[{'id':96986,'logo_path':null,'name':'Pigasus Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-09-08","0","96","[{'iso_639_1':'en','name':'English'}]","Released","What is your passion?","The Good Catholic","false","5.4","23" +"false","/mnJKjl0FwI81pIoRVlIqrb9Fal4.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'}]","","430682","tt3910736","en","Gun Shy","A??mega-platinum,??aging rock star's supermodel wife is abducted by pirates while vacationing in Chile.","5.784","/ugzaRtgrf2MBCUawgiE6xayXXIE.jpg","[{'id':96987,'logo_path':null,'name':'Salty Film','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-09-08","0","91","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Rock Out with Your Glock Out","Gun Shy","false","4.7","67" +"false","/bd1X5nNrrAHVGG0MxsAeCOPPh1w.jpg","{'id':464308,'name':'The Nut Job Collection','poster_path':'/zaWvXEu82TTRDCUEvTj5DCSRKQG.jpg','backdrop_path':'/uKyTPq2KVTkhux7frfvJxx56Nvn.jpg'}","40000000","[{'id':10751,'name':'Family'},{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'}]","","335777","tt3486626","en","The Nut Job 2: Nutty by Nature","When the evil mayor of Oakton decides to bulldoze Liberty Park and build a dangerous amusement park in its place, Surly Squirrel and his ragtag group of animal friends need to band together to save their home, defeat the mayor, and take back the park.","7.091","/xOfdQHNF9TlrdujyAjiKfUhxSXy.jpg","[{'id':20788,'logo_path':null,'name':'Gulfstream Pictures','origin_country':''},{'id':20789,'logo_path':'/qw7Hdf230EF9ZeH4nCRS0eAo7l3.png','name':'Redrover','origin_country':'KR'},{'id':20790,'logo_path':null,'name':'ToonBox Entertainment','origin_country':''},{'id':10427,'logo_path':'/3u5sNgPRbba0ND3SUMXPTT7On9h.png','name':'Open Road Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'KR','name':'South Korea'}]","2017-08-11","65146020","91","[{'iso_639_1':'en','name':'English'}]","Released","Get ready. Get set. Get nuts!","The Nut Job 2: Nutty by Nature","false","5.7","220" +"false","/ymzgxmjAoBKhXV3cYep2OoBcnXz.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","403431","tt5805752","en","Brigsby Bear","Brigsby Bear Adventures is a children's TV show produced for an audience of one: James. When the show abruptly ends, James's life changes forever, and he sets out to finish the story himself.","7.907","/gcmtWeQt7WPAs2yQOHBbUbC1fpw.jpg","[{'id':19632,'logo_path':'/q2kFlMm4C9UTWgSrJA6iSmDvWMI.png','name':'3311 Productions','origin_country':'US'},{'id':77973,'logo_path':null,'name':'Lord Miller','origin_country':''},{'id':78472,'logo_path':null,'name':'Kablamo!','origin_country':''},{'id':109045,'logo_path':null,'name':'YL Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-07-27","532669","97","[{'iso_639_1':'en','name':'English'}]","Released","Until our next adventure...","Brigsby Bear","false","7.3","176" +"false","/zcbb4XArMpGSNUQUZTdemp2WOTs.jpg","null","11000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","395834","tt5362988","en","Wind River","An FBI agent teams with the town's veteran game tracker to investigate a murder that occurred on a Native American reservation.","17.565","/pySivdR845Hom4u4T2WNkJxe6Ad.jpg","[{'id':100460,'logo_path':'/hGGf8JQYnQfqJLx7mmDx6rcp4HD.png','name':'Savvy Media Holdings','origin_country':'US'},{'id':3528,'logo_path':'/cCzCClIzIh81Fa79hpW5nXoUsHK.png','name':'Thunder Road Pictures','origin_country':'US'},{'id':20153,'logo_path':null,'name':'Film 44','origin_country':'US'},{'id':68413,'logo_path':null,'name':'Acacia Filmed Entertainment','origin_country':''},{'id':63443,'logo_path':'/iKm40tfw3Hxaz7mUubWrdbApUJV.png','name':'The Fyzz Facility','origin_country':'GB'},{'id':76314,'logo_path':'/oFiHo3350Nj7bi6oxYMq3Kp6VGC.png','name':'Riverstone Pictures','origin_country':''},{'id':6626,'logo_path':'/A1BnMoWjzjOrjzpWimyBQkf84mS.png','name':'Voltage Pictures','origin_country':'US'},{'id':15308,'logo_path':null,'name':'Wild Bunch Distribution','origin_country':''},{'id':76315,'logo_path':null,'name':'Synergics Films','origin_country':'US'},{'id':27497,'logo_path':'/1QuLulTFEynrZnFsogW0UefcKYC.png','name':'Star Thrower Entertainment','origin_country':'US'},{'id':112050,'logo_path':null,'name':'Tunica-Biloxi Tribe of Louisiana','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-08-03","44998252","107","[{'iso_639_1':'en','name':'English'}]","Released","Nothing is harder to track than the truth.","Wind River","false","7.4","2291" +"false","/g3hni0i9iAQ13jDGOFWavJFlojc.jpg","{'id':524837,'name':'Atomic Blonde Collection','poster_path':'/mIJX1LoKjvsRRX0nWgb7WSGF3XB.jpg','backdrop_path':'/sYCvvy0BkiSoVV5eODl94tpRrgE.jpg'}","30000000","[{'id':28,'name':'Action'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","http://www.atomicblonde.com/","341013","tt2406566","en","Atomic Blonde","An undercover MI6 agent is sent to Berlin during the Cold War to investigate the murder of a fellow agent and recover a missing list of double agents.","13.338","/kV9R5h0Yct1kR8Hf8sJ1nX0Vz4x.jpg","[{'id':10146,'logo_path':'/xnFIOeq5cKw09kCWqV7foWDe4AA.png','name':'Focus Features','origin_country':'US'},{'id':3574,'logo_path':null,'name':'Denver and Delilah Productions','origin_country':'US'},{'id':23008,'logo_path':'/5SarYupipdiejsEqUkwu1SpYfru.png','name':'87Eleven','origin_country':'US'},{'id':24049,'logo_path':'/zOHQ0A3PpNoLLeAxRZwSqNV3nPr.png','name':'Sierra / Affinity','origin_country':'US'},{'id':87733,'logo_path':null,'name':'Closed on Mondays Entertainment','origin_country':''},{'id':92029,'logo_path':null,'name':'T.G.I.M. Films','origin_country':''},{'id':2801,'logo_path':'/bswb1PLLsKDUXMLgy42bZtCtIde.png','name':'Film i V??st','origin_country':'SE'}]","[{'iso_3166_1':'SE','name':'Sweden'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'HU','name':'Hungary'},{'iso_3166_1':'US','name':'United States of America'}]","2017-07-26","95673925","115","[{'iso_639_1':'sv','name':'svenska'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Talents can be overrated.","Atomic Blonde","false","6.3","3495" +"false","/uHxgETBBjTPHFBfy8IU4jwEatkz.jpg","{'id':115142,'name':'Tales from the Crypt Collection','poster_path':'/jjZPZjBywbMZqK1nqSx6zhhk6KZ.jpg','backdrop_path':'/o9Nll2BovcZ9EDmBBMmnHx99wP4.jpg'}","0","[{'id':27,'name':'Horror'}]","","38939","tt0069341","en","Tales from the Crypt","Five people find themselves in a tomb. The Crypt keeper explains why they are there through a series of frightening stories. Based on the classic comic book.","5.999","/1aAGMI4DUzOlvKTVi9tnLYAyL58.jpg","[{'id':4630,'logo_path':null,'name':'Amicus Productions','origin_country':''},{'id':5740,'logo_path':null,'name':'Metromedia Producers Corporation','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1972-03-09","0","92","[{'iso_639_1':'en','name':'English'}]","Released","DEATH LIVES in the Vault of Horror!","Tales from the Crypt","false","6.9","92" +"false","/jBf08FMQmqKs37Otm0EeeNKovYF.jpg","{'id':438087,'name':'Topper Collection','poster_path':'/w9JhmToZlitUENBQIUToFXijbiA.jpg','backdrop_path':'/oZll8O2qZiGHHEM5ATcfROCMNkK.jpg'}","500000","[{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'},{'id':10749,'name':'Romance'}]","","23101","tt0029682","en","Topper","Madcap couple George and Marion Kerby are killed in an automobile accident. They return as ghosts to try and liven up the regimented lifestyle of their friend and bank president, Cosmo Topper. When Topper starts to live it up, it strains relations with his stuffy wife.","4.056","/f7pJvv6Wxnnp4RuU0c7dLV8EZNR.jpg","[{'id':2159,'logo_path':null,'name':'Hal Roach Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1937-07-16","0","97","[{'iso_639_1':'en','name':'English'}]","Released","90 ROARING MINUTES OF LAUGHS!","Topper","false","6.7","36" +"false","/lUUB7fPMx5bNYpE1ePoKlO8eaKj.jpg","null","500000","[{'id':18,'name':'Drama'}]","","1162","tt0056241","en","The Miracle Worker","The true story of the frightening, lonely world of silence and darkness of 7-year-old Helen Keller who, since infancy, has never seen the sky, heard her mother's voice or expressed her innermost feelings. Then Annie Sullivan, a 20-year-old teacher from Boston, arrives. Having just recently regained her own sight, the no-nonsense Annie reaches out to Helen through the power of touch, the only tool they have in common, and leads her bold pupil on a miraculous journey from fear and isolation to happiness and light.","4.899","/3dI6UVM5W1sz3MU9gNK5nVDcAyQ.jpg","[{'id':18138,'logo_path':null,'name':'Playfilm Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1962-05-22","2500000","106","[{'iso_639_1':'en','name':'English'}]","Released","An emotional earthquake!","The Miracle Worker","false","7.9","110" +"false","/u5DurvCHtzAB07hMRBhyhaDUmQn.jpg","null","0","[{'id':18,'name':'Drama'}]","","113843","tt0047680","en","Woman's World","Needing to fill the position of general manager of his company, and believing that an executive's wife is crucial to her husband's success, auto industry mogul Gifford brings three couples to New York to size up: Jerry and Carol: he hard-driven and self-reliant, she willing to use her beauty to further her husband's career; Sid and Elizabeth, he ulcer-ridden and torn between achieving success and restoring their troubled marriage, she positive that his job will kill him, but gamely agreeing to play the good wife for the duration; and down-to-earth Bill, whose good-natured Katie fears that his promotion would spell the end of their idyllic familiy existence.","0.797","/cBRWZyvbOSCAQTODb6x5bbEdqT9.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1954-09-30","0","94","[{'iso_639_1':'en','name':'English'}]","Released","The Worldy Story of Three Deadly Females and the Men in Their Lives!","Woman's World","false","8","6" +"false","/8OX3wNd1WD2L8z9NCQzE6witbsa.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","371741","tt4072326","en","Ali and Nino","Muslim prince Ali and Georgian aristocrat Nino have grown up in the Russian province of Azerbaijan. Their tragic love story sees the outbreak of the First World War and the world???s struggle for Baku???s oil. Ultimately they must choose to fight for their country???s independence or for each other.","2.657","/k678ohrP2DcfgElWZl2mxdO3vEd.jpg","[{'id':32243,'logo_path':null,'name':'PeaPie Films','origin_country':''},{'id':73204,'logo_path':null,'name':'AZ Celtic Films','origin_country':''}]","[{'iso_3166_1':'AZ','name':'Azerbaijan'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-01-27","0","100","[{'iso_639_1':'az','name':'Az??rbaycan'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","While the world was falling apart, they were falling in love.","Ali and Nino","false","6.8","30" +"false","/ouIPROaDHb2JtqQuVWD1LP8xSRu.jpg","{'id':136218,'name':'Night of the Demons Collection','poster_path':'/5GrdNoRI4cHrIlm5XrjinS4HVvm.jpg','backdrop_path':'/vuMASrjy8ItbQXQbZGBz7Vhdo0I.jpg'}","10000000","[{'id':27,'name':'Horror'}]","","27646","tt1268809","en","Night of the Demons","Angela (Shannon Elizabeth) is throwing a decadent Halloween party at New Orleans' infamous Broussard Mansion. But after the police break up the festivities, Maddie (Monica Keena) and a few friends stay behind. Trapped inside the locked mansion gates, the remaining guests uncover a horrifying secret and soon fall victim to seven vicious, blood-thirsty demons.","3.351","/qUvx2qxohVMF2RE0DHT5tls0XmT.jpg","[{'id':18665,'logo_path':null,'name':'Project 8 Films','origin_country':'US'},{'id':18666,'logo_path':null,'name':'Cold Fusion Media Group','origin_country':''},{'id':18667,'logo_path':'/701JoL4YDomJBMD8tJXLb4LZToY.png','name':'Parallel Media','origin_country':'US'},{'id':14159,'logo_path':null,'name':'Seven Arts Pictures','origin_country':''},{'id':18668,'logo_path':null,'name':'Voodoo Production Services','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-08-30","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Come on in ... It's going to be a HELL of a party!","Night of the Demons","false","4.6","68" +"false","/hgn5SrO9lRh6yRkoubBH9x1NqHm.jpg","null","5000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://filmrise.com/thevault/","416160","tt1785635","en","The Vault","Two estranged sisters are forced to rob a bank in order to save their brother. But this is no ordinary bank.","6.7","/ycK6nMAEjViBT4b3scuKpNRnilB.jpg","[{'id':59794,'logo_path':null,'name':'Psychopia Pictures','origin_country':'US'},{'id':5218,'logo_path':'/dhb42ugM9DzSpDctTWCtABPVOW4.png','name':'Imprint Entertainment','origin_country':'US'},{'id':7579,'logo_path':null,'name':'Redwire Pictures','origin_country':'US'},{'id':52738,'logo_path':null,'name':'Jeff Rice Films','origin_country':''},{'id':54391,'logo_path':null,'name':'Casadelic Pictures','origin_country':''},{'id':66864,'logo_path':null,'name':'Content Media Corporation','origin_country':''},{'id':86523,'logo_path':null,'name':'Culmination Productions','origin_country':''},{'id':96310,'logo_path':null,'name':'LB Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-09-01","5728","91","[{'iso_639_1':'en','name':'English'}]","Released","No one is safe.","The Vault","false","4.8","178" +"false","/yRpHBVSweRssFYVPXQH16PpHUmh.jpg","null","50","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'}]","","104205","tt0109858","en","Funny Man","When Max Taylor wins the ancestral home of Callum Chance in a game of Poker, little does he realize that the game is far from over... One by one, Max's family are murdered by the Funny Man, a demonic jester with a varied and imaginative repertoire of homicidal techniques and an irreverent sense of humor. Meanwhile, Max's brother is on his way to the mansion with a bunch on hitchhikers who will be lucky to survive the night.","1.552","/b3fJxAF0T2JwJTYFBRyXy7iLxQ4.jpg","[]","[]","1994-11-10","0","90","[{'iso_639_1':'es','name':'Espa??ol'}]","Released","He's cheeky & he's cruel!","Funny Man","false","5","18" +"false","/qzaeuNAJTToLqaAkGW5RIx3t8jU.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","61653","tt0082042","en","Back Roads","A prostitute and a drifter find themselves bound together as they make their way through the rural South, doing what they have to do to survive.","1.4","/2TG4RRpISjMcoKaBErYu9MJr0to.jpg","[{'id':46410,'logo_path':null,'name':'CBS Theatrical Films','origin_country':''},{'id':46411,'logo_path':null,'name':'Meta-Films Associates','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1981-03-13","11800000","94","[{'iso_639_1':'en','name':'English'}]","Released","Running from the past, and backing into love.","Back Roads","false","6.6","8" +"false","/npvThSG35fNrjCBOP0godnC5dJH.jpg","null","0","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':10770,'name':'TV Movie'}]","http://www.theasylum.cc/","479475","tt7204400","en","Geo-Disaster","A chunk of dark matter shoots right through earth, causing various worldwide disasters. A family in Los Angeles struggles to survive the ordeal.","2.797","/5PpLCJk8cBYRqKCOBnJ6Ml8J5Yp.jpg","[{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-10-03","0","87","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","Welcome to Armageddon!","Geo-Disaster","false","3.4","27" +"false","/mIaR9Wno6FhBLCqoICe09PUFnYu.jpg","null","0","[{'id':18,'name':'Drama'}]","","336000","tt2378507","en","The Glass Castle","A young girl is raised in a dysfunctional family constantly on the run from the FBI. Living in poverty, she comes of age guided by her drunkard, ingenious father who distracts her with magical stories to keep her mind off the family's dire state, and her selfish, nonconformist mother who has no intention of raising a family, along with her younger brother and sister, and her other older sister. Together, they fend for each other as they mature in an unorthodox journey that is their family life.","12.306","/d5fLQ9ZMa1jZ2mODCv5lOWJDugX.jpg","[{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':32555,'logo_path':null,'name':'Netter Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-08-10","9705840","127","[{'iso_639_1':'en','name':'English'}]","Released","","The Glass Castle","false","7.1","317" +"false","/tav8VVa6H6KooK5rFhAG2jT5ZNx.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.momentumpictures.net/jungle","390062","tt3758172","en","Jungle","In 1981, an enthusiastic young adventurer follows his dreams into the Bolivian Amazon jungle with two friends and a guide with a mysterious past. Their journey quickly turns into a terrifying ordeal as the darkest elements of human nature and the deadliest threats of the wilderness lead to an all-out fight for survival.","9.277","/tDgxknTVwrScxpCYyGUjXSn5NRk.jpg","[{'id':10950,'logo_path':'/6TdE9m9KgV2az7vNI8n95rQiYr3.png','name':'Screen Queensland','origin_country':'AU'},{'id':7584,'logo_path':'/eGkfvvyf4fJTvBUR1xt1669IPA3.png','name':'Screen Australia','origin_country':'AU'},{'id':94693,'logo_path':null,'name':'Babber Films','origin_country':''},{'id':94694,'logo_path':'/NVim8F3S69VMWLEXvsFUODDy9V.png','name':'Cutting Edge Group','origin_country':'US'},{'id':105801,'logo_path':null,'name':'MIFF Premiere Fund','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'CO','name':'Colombia'}]","2017-10-14","0","115","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'he','name':'????????????????'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Nature has only one law - Survival","Jungle","false","6.2","767" +"false","/enwPgakYeduofhVxvS2KGR0nIpm.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","http://ingridgoeswestfilm.com","411741","tt5962210","en","Ingrid Goes West","Ingrid becomes obsessed with a social network star named Taylor Sloane who seemingly has a perfect life. But when Ingrid decides to drop everything and move west to be Taylor's friend, her behaviour turns unsettling and dangerous.","7.709","/3LEyW11onDltXHo0L1X23j9Nnvg.jpg","[{'id':90733,'logo_path':'/3K9wCZTyDgop3ITK1rDi6T2PckE.png','name':'Neon','origin_country':'US'},{'id':27497,'logo_path':'/1QuLulTFEynrZnFsogW0UefcKYC.png','name':'Star Thrower Entertainment','origin_country':'US'},{'id':80990,'logo_path':null,'name':'141 Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-08-11","24931915","97","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","She'll follow you.","Ingrid Goes West","false","6.5","405" +"false","/rND0GSv8X2Zzs7VhyFAs9BCEmYE.jpg","{'id':87118,'name':'Cars Collection','poster_path':'/uq3N2SFj1Y06zA6LzCQPkmBdaaE.jpg','backdrop_path':'/yPyhZ5OpYs68Bb8u0PZ1tH0QIgd.jpg'}","175000000","[{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","http://cars.disney.com","260514","tt3606752","en","Cars 3","Blindsided by a new generation of blazing-fast racers, the legendary Lightning McQueen is suddenly pushed out of the sport he loves. To get back in the game, he will need the help of an eager young race technician with her own plan to win, inspiration from the late Fabulous Hudson Hornet, and a few unexpected turns. Proving that #95 isn't through yet will test the heart of a champion on Piston Cup Racing???s biggest stage!","16.061","/fyy1nDC8wm553FCiBDojkJmKLCs.jpg","[{'id':3,'logo_path':'/1TjvGVDMYsj6JBxOAkUHpPEwLf7.png','name':'Pixar','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-06-15","383925276","109","[{'iso_639_1':'en','name':'English'}]","Released","It's not over until lightning strikes.","Cars 3","false","6.7","2456" +"false","/lobIr3Fq2buOUxXtursuEJEjfri.jpg","null","4000000","[{'id':27,'name':'Horror'}]","","444193","tt0339736","en","The Evil Within","The sadistic tale of a lonely, mentally handicapped boy who befriends his reflection in an antique mirror. This demonic creature orders him to go on a murderous rampage to kill the people he loves most.","3.678","/2PTfanA2YsdKUgbw27mtZ2E98QW.jpg","[{'id':90076,'logo_path':null,'name':'Writers Studio, The','origin_country':''},{'id':90077,'logo_path':null,'name':'Supernova LLC','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-06-13","0","98","[{'iso_639_1':'en','name':'English'}]","Released","You Can't Run From a Nightmare","The Evil Within","false","6.3","48" +"false","/7kihkd0adacT64yqfdDPsANLkij.jpg","null","28210303","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':9648,'name':'Mystery'}]","http://www.overdrivemovie.co.uk/home/","404733","tt1935194","en","Overdrive","Master car thieves square off against French gangsters in the South of France with money, women and lives all on the line.","8.639","/a0hTRjis1cxwmjOuBaS7WdDG3dj.jpg","[{'id':19037,'logo_path':'/xhAYgpFmJfcCVLV5NMD8QKvqqHc.png','name':'Umedia','origin_country':'BE'},{'id':18626,'logo_path':null,'name':'Kinology','origin_country':''},{'id':78821,'logo_path':null,'name':'Setient Pictures','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'}]","2017-06-29","7793","93","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'de','name':'Deutsch'}]","Released","","Overdrive","false","6.1","458" +"false","/g5Z8Jn7NYbfucxtG1559UlhTn5h.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","30069","tt0090270","en","Vision Quest","High school wrestler Louden Swain is a man obsessed , trying to shed 23 pounds in a dangerously short time and take on Shute, the undefeated, tough-as-nails 168-pound champion who's the best wrestler in the state. Matthew Modine stars as the mop-headed student undeterred in his Vision Quest...until a day a sexy drifter threatens to pin Louden and his dreams to the mat of unrequited love.","3.634","/xQYNWqkL68bfrRIXjR4wvRUjn7C.jpg","[{'id':4357,'logo_path':null,'name':'The Guber-Peters Company','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-02-15","0","105","[{'iso_639_1':'en','name':'English'}]","Released","All he needed was a lucky break. Then one day she moved in.","Vision Quest","false","6.5","44" +"false","/nArrefj0yMMk9OlC1U8PIU9niHi.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':10749,'name':'Romance'}]","","44941","tt0105871","en","Year of the Comet","Year of the Comet is a 1992 romantic comedy adventure film about the pursuit of the most valuable bottle of wine in history. The title refers to the year it was bottled, 1811, which was known for the Great Comet of 1811, and also as one of the best years in history for European wine.","2.23","/fP86PEeni60G92YsP5lFe17bMmu.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':97,'logo_path':'/7znWcbDd4PcJzJUlJxYqAlPPykp.png','name':'Castle Rock Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-04-24","0","91","[{'iso_639_1':'en','name':'English'}]","Released","A comedy about romance and other perilous adventures.","Year of the Comet","false","6.1","12" +"false","/jTA2BLjQuX9OUZVs0EFtMvksTCy.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","38410","tt1010271","en","The Poughkeepsie Tapes","When hundreds of videotapes showing torture, murder and dismemberment are found in an abandoned house, they reveal a serial killer's decade-long reign of terror and become the most disturbing collection of evidence homicide detectives have ever seen.","5.027","/8ppkhu3pO3fnXr05YeE7ryKloVd.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-04-27","0","86","[{'iso_639_1':'en','name':'English'}]","Released","The last thing his victims saw... was his camera.","The Poughkeepsie Tapes","false","6","129" +"false","/qB7DRJqqU7yqCE5e3Lyp22EQpcB.jpg","null","575","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","52758","tt0029808","en","You Only Live Once","Based partially on the story of Bonnie and Clyde, Eddie Taylor (Henry Fonda) is an ex-convict who cannot get a break after being released from prison. When he is framed for murder, Taylor is forced to flee with his wife Joan Graham (Sylvia Sidney) and baby. While escaping prison after being sentenced to death, Taylor becomes a real murderer, condemning himself and Joan to a life of crime and death on the road.","4.198","/qhZtQKdKQeM10HXksUriQAqA8y2.jpg","[{'id':10096,'logo_path':null,'name':'Walter Wanger Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1937-01-29","0","86","[{'iso_639_1':'en','name':'English'}]","Released","","You Only Live Once","false","7.3","52" +"false","/kKzJg9y0DtUTn3CGktEj4Y55ZGm.jpg","{'id':43066,'name':'Teen Wolf Collection','poster_path':'/eeMpaaRa8y6ZVjlAdqmZlF1iIOn.jpg','backdrop_path':'/n48aLnG4NpTWpu1PXxxgFMYlbCM.jpg'}","0","[{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'},{'id':10749,'name':'Romance'}]","","11824","tt0090142","en","Teen Wolf","When a shy teenager's new-found powers help him score at basketball - and with the popular girls - he has some pretty hairy decisions to make.","10.472","/3TKJbKNpHvRP8YVnwbgfok41AAC.jpg","[{'id':3975,'logo_path':null,'name':'Wolfkill','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-08-23","33086611","91","[{'iso_639_1':'en','name':'English'}]","Released","He always wanted to be special... but he never expected this!","Teen Wolf","false","6","463" +"false","/qZM7tkRU49IlKu4in8J4unlTzpX.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'}]","","430354","tt4720702","en","Bushwick","When an unknown military force invades Bushwick, a Brooklyn neighborhood, young student Lucy and war veteran Stupe must rely on each other to escape and survive.","9.588","/9fGjmzxdiKWsrlY3syrm2aXeTq7.jpg","[{'id':12142,'logo_path':'/rPnEeMwxjI6rYMGqkWqIWwIJXxi.png','name':'XYZ Films','origin_country':'US'},{'id':36956,'logo_path':null,'name':'Bullet Pictures','origin_country':''},{'id':92475,'logo_path':null,'name':'Mensch Productions','origin_country':''},{'id':92476,'logo_path':null,'name':'Ralfish Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-07-30","0","94","[{'iso_639_1':'en','name':'English'}]","Released","Fight for your city, block by block","Bushwick","false","5.2","185" +"false","/xtvkZVekOAFkXeYv4o3IQT2hTuf.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","https://en.wikipedia.org/wiki/The_Flamingo_Kid","25010","tt0087265","en","The Flamingo Kid","Brooklyn teenager Jeffrey Willis, thoroughly unhappy with his modest homestead, embraces the other-world aspects of his summer job at the posh Flamingo Club. He spurns his father in favor of the patronage of smooth-talking Phil Brody and is seduced by the ample bikini charms of club member Carla Samson. But thanks to a couple of late-summer hard lessons, the teen eventually realizes that family should always come first.","2.395","/dxHBRHdEjw9FpvqR6nX4I5LyE9h.jpg","[{'id':11447,'logo_path':null,'name':'Mercury Productions','origin_country':''},{'id':3065,'logo_path':'/sJ919bmS8B53hujwbn5eqg6y6G6.png','name':'American Broadcasting Company (ABC)','origin_country':'US'},{'id':5419,'logo_path':null,'name':'Edgewood Productions','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-12-21","0","100","[{'iso_639_1':'en','name':'English'}]","Released","A legend in his own neighborhood.","The Flamingo Kid","false","6.4","31" +"false","/7haVgHp1oTYoy5bYfxhEQAmNp8s.jpg","{'id':400412,'name':'Polo Nord - Collezione','poster_path':'/7BPol85ZT4sTArG5o1LAZUerxKN.jpg','backdrop_path':'/sh20SSa08JTeorJbSpWXR5Bev95.jpg'}","10000000","[{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'},{'id':10770,'name':'TV Movie'}]","http://www.hallmarkchannel.com/northpole-open-for-christmas","339543","tt4843046","en","Northpole: Open for Christmas","A successful businesswoman, Mackenzie, inherits her beloved aunt's inn, and chooses to restore the hotel to its original grandeur only to sell it right before Christmas. Unbeknownst to Mackenzie, she receives some unexpected help from a team of elves headed by the cheerful Clementine, who helps Mackenzie rediscover the true meaning of Christmas.","4.462","/61fWnlrSIvIZ848amcoEvbwGAEF.jpg","[{'id':6438,'logo_path':'/hQVRii7CRnfG0rowSEc6ibt2Pke.png','name':'Muse Entertainment','origin_country':'CA'},{'id':53015,'logo_path':null,'name':'Crown Media Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-11-21","0","84","[{'iso_639_1':'en','name':'English'}]","Released","","Northpole: Open for Christmas","false","5.8","47" +"false","/r1x4BYw75DN3xoZw2sVhFCb1CUH.jpg","null","0","[{'id':35,'name':'Comedy'}]","https://www.averysordidwedding.com","474063","tt5634960","en","A Very Sordid Wedding","Del Shores' follow-up to ""Sordid Lives"" revisits Winters, Texas for a showdown between the gradually liberalizing locals and the new fundamentalist preacher in the wake of the Supreme Court's marriage equality decision.","2.125","/5z2diknhwzqvozQ8XvNzI9vY0at.jpg","[{'id':11517,'logo_path':'/7tT0PqNjEalEwE1GkjxU32SlOW6.png','name':'Buffalo Gal Pictures','origin_country':'CA'},{'id':32622,'logo_path':null,'name':'Beard Collins Shores Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-03-10","0","109","[{'iso_639_1':'en','name':'English'}]","Released","Marriage. Family. Equality. Texas","A Very Sordid Wedding","false","5.6","5" +"false","/rcYoFja1KidJlTzQCHoxLHaw1AO.jpg","null","0","[{'id':28,'name':'Action'}]","","450932","tt4557208","en","Armed Response","The story follows a team of highly trained operatives who find themselves trapped inside an isolated military compound.","5.365","/ozhEmqMpJMPg6Rz9lJ0AFhZaGMI.jpg","[{'id':10339,'logo_path':'/oiIi36MaWXwvvHWX5eojoE2Fiyv.png','name':'WWE Studios','origin_country':'US'},{'id':76992,'logo_path':'/mw3j3P8SUQJKLSJQrLKuSDO9Xr6.png','name':'Saban Films','origin_country':'US'},{'id':88645,'logo_path':null,'name':'Erebus Pictures','origin_country':''},{'id':96295,'logo_path':null,'name':'Maandi Films','origin_country':''},{'id':6626,'logo_path':'/A1BnMoWjzjOrjzpWimyBQkf84mS.png','name':'Voltage Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-08-04","0","93","[{'iso_639_1':'en','name':'English'}]","Released","No Retreat No Mercy","Armed Response","false","4.6","50" +"false","/qT2y7l3tnSVsssPIciaYmqIzM0s.jpg","null","10000","[{'id':18,'name':'Drama'}]","http://www.julianrosefeldtinberlin.de/index.php?id=2367&L=1","382127","tt4511200","en","Manifesto","An outstanding tribute to various (art) manifestos of the nineteenth and twentieth century, ranging from Communism to Dogme, in connection with thirteen different characters, including a homeless man, a factory worker and a corporate CEO, who are all played by Cate Blanchett. A striking humorous audio-visual experience.","6.923","/eszm6c7GxD0ztbRQpqkG04P8iui.jpg","[{'id':162,'logo_path':null,'name':'Bayerischer Rundfunk','origin_country':''},{'id':1747,'logo_path':null,'name':'Schiwago Film','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'DE','name':'Germany'}]","2015-10-28","0","98","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","ALL CURRENT ART IS FAKE","Manifesto","false","7.4","73" +"false","/w363f25W1YoQNPdkTwDWUXga9db.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10749,'name':'Romance'}]","http://www.mongrelmedia.com/international/film/maudie.aspx","359784","tt3721954","en","Maudie","An unlikely romance in which the reclusive Everett Lewis hires a fragile yet determined woman named Maudie to be his housekeeper. Maudie, bright-eyed but hunched with crippled hands, yearns to be independent, to live away from her protective family and she also yearns, passionately, to create art. Unexpectedly, Everett finds himself falling in love.","5.831","/wu9RPdV0uEemFEewJQ6fWwJ9ZcU.jpg","[{'id':7741,'logo_path':null,'name':'Landscape Entertainment','origin_country':''},{'id':13772,'logo_path':null,'name':'Screen Door','origin_country':''},{'id':14621,'logo_path':null,'name':'Solo Productions','origin_country':''},{'id':96270,'logo_path':null,'name':'Storyscape Entertainment','origin_country':''},{'id':96271,'logo_path':null,'name':'H Is 4 Productions','origin_country':''},{'id':96272,'logo_path':null,'name':'Painted House Films','origin_country':''},{'id':96273,'logo_path':null,'name':'Rink Rat Productions','origin_country':''},{'id':96274,'logo_path':null,'name':'Small Shack Productions','origin_country':''},{'id':5122,'logo_path':null,'name':'Parallel Films','origin_country':'IE'}]","[{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'CA','name':'Canada'}]","2017-04-14","6170998","115","[{'iso_639_1':'en','name':'English'}]","Released","Triumph epitomizes adversity","Maudie","false","7.6","117" +"false","/gUebSn2HgWchRx2sUwYAXpbxCfV.jpg","{'id':86113,'name':'Open Water Collection','poster_path':'/85FaIaxEgpHolq41GSBYF4c14nj.jpg','backdrop_path':'/2vc1MmKa9vMPQerdwLa3fZVhBOS.jpg'}","0","[{'id':27,'name':'Horror'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","420707","tt4126568","en","Cage Dive","Three friends from California are filming an audition tape for an extreme reality game show. They document their journey to Australia where they will be doing their most dangerous activity.... Shark Cage Diving. A catastrophic turn of events leaves them in baited water full of Great White Sharks, turning their recording into a blood chilling diary of survival... and death.","6.167","/3uUO9eDxHeDREIX77BaQiI88ajp.jpg","[{'id':82273,'logo_path':null,'name':'odin's eye entertainment','origin_country':''},{'id':82272,'logo_path':null,'name':'Just One More Productions Pty. Ltd','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2017-08-11","0","80","[{'iso_639_1':'en','name':'English'}]","Released","First you find the sharks. Then they find you.","Cage Dive","false","4.4","136" +"false","/iLa621xqTuUSveA2cuIzOc9zEvv.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","252164","tt3029476","en","Pressure","Four divers are stuck deep underwater in a vessel after a freak storm destroys their ship. Will they survive?","6.847","/fNEai0Rp50kIaq8pqqkgKxM2j5p.jpg","[{'id':2268,'logo_path':'/wgDks2qYgwN6u1OkW1bBre0rf4F.png','name':'Isle of Man Film','origin_country':'GB'},{'id':38146,'logo_path':null,'name':'Bigscope Films','origin_country':''},{'id':62230,'logo_path':null,'name':'Pinewood Pictures','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-06-04","0","91","[{'iso_639_1':'en','name':'English'}]","Released","Hold your breath","Pressure","false","5.6","118" +"false","/tlD8nkaXth9YoUchSXBIq6Ql1Ro.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","http://www.patheinternational.com/en/fiche.php?id_film=815","429662","tt4977530","en","Viceroy's House","In 1947, Lord Mountbatten assumes the post of last Viceroy, charged with handing India back to its people, living upstairs at the house which was the home of British rulers, whilst 500 Hindu, Muslim and Sikh servants lived downstairs.","6.422","/jDZLd4fgnpmtvNdGDE2c0asfkO9.jpg","[{'id':7981,'logo_path':'/6Yv1gIAuGkHS5Vis4UjnqHhCPWV.png','name':'Path??!','origin_country':'FR'},{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':7620,'logo_path':null,'name':'Bend It Films','origin_country':''}]","[{'iso_3166_1':'IN','name':'India'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-03-03","7823256","106","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'hi','name':'??????????????????'}]","Released","The end of an empire. The birth of two nations.","Viceroy's House","false","6.7","140" +"false","/fQaJ5YxldrvJ7xq8EWKKT58B652.jpg","null","0","[{'id':18,'name':'Drama'}]","","375183","tt1718924","en","A Family Man","Dane Jensen is a driven, Chicago-based headhunter, working at a cut-throat job placement firm. When Dane's boss announces his retirement, he pits Dane against Lynn Vogel, Dane's equally driven but polar-opposite rival at the firm, in a battle for control over the company.","7.84","/hCUrI8v523NQDJNKoDxGq2nvbvw.jpg","[{'id':14576,'logo_path':null,'name':'Ascot Elite Home Entertainment','origin_country':''},{'id':5357,'logo_path':null,'name':'Zero Gravity Management','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-05-18","0","108","[{'iso_639_1':'en','name':'English'}]","Released","What are you working for?","A Family Man","false","6.8","232" +"false","/eN58EQuzpi0NwZqaBKvqOUpIANP.jpg","{'id':499070,'name':'Project Itoh','poster_path':'/cNSxFTXGiRioX9joEArDHVWKni4.jpg','backdrop_path':'/gmF9Dapw3sQOGK1ikYi7l27DUuI.jpg'}","0","[{'id':53,'name':'Thriller'},{'id':16,'name':'Animation'},{'id':878,'name':'Science Fiction'}]","http://project-itoh.com/","357411","tt3615204","ja","???????????????","In the future, Utopia has finally been achieved thanks to medical nanotechnology and a powerful ethic of social welfare and mutual consideration. This perfect world isn't that perfect though, and three young girls stand up to totalitarian kindness and super-medicine by attempting suicide via starvation. It doesn't work, but one of the girls???Tuan Kirie???grows up to be a member of the World Health Organization. As a crisis threatens the harmony of the new world, Tuan rediscovers another member of her suicide pact, and together they must help save the planet...from itself.","2.882","/eGRYoq1iKULZ6F03x5sqnJudr85.jpg","[{'id':11671,'logo_path':'/iRdYQdn1eunwV3qAs6RK5Mqwn8Z.png','name':'Studio 4??C','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","2015-11-13","0","119","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Harmony","false","7.5","25" +"false","/7RLMml6qYX0FvOya9z1RsuKOauD.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","480948","tt5031108","en","American Gothic","A quiet couple. An isolated farmhouse. A pair of desperate fugitives. Everything breaks under pressure...","1.165","/vhTvFd6TsfyPCKChOFvlLBgpnDY.jpg","[{'id':46033,'logo_path':null,'name':'Great Movies GmbH','origin_country':''},{'id':18903,'logo_path':null,'name':'Lighthouse Home Entertainment','origin_country':''},{'id':65956,'logo_path':null,'name':'Modoc Spring','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-09-22","0","77","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","","American Gothic","false","4.8","7" +"false","/ulMscezy9YX0bhknvJbZoUgQxO5.jpg","{'id':173710,'name':'Planet of the Apes (Reboot) Collection','poster_path':'/afGkMC4HF0YtXYNkyfCgTDLFe6m.jpg','backdrop_path':'/uRRPDjkcavi8HuSYGiqOsLJefhL.jpg'}","150000000","[{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'},{'id':10752,'name':'War'}]","http://www.foxmovies.com/movies/war-for-the-planet-of-the-apes","281338","tt3450958","en","War for the Planet of the Apes","Caesar and his apes are forced into a deadly conflict with an army of humans led by a ruthless Colonel. After the apes suffer unimaginable losses, Caesar wrestles with his darker instincts and begins his own mythic quest to avenge his kind. As the journey finally brings them face to face, Caesar and the Colonel are pitted against each other in an epic battle that will determine the fate of both their species and the future of the planet.","21.602","/ijQHiImv16vNSeZQsmih04kwn0C.jpg","[{'id':22213,'logo_path':'/qx9K6bFWJupwde0xQDwOvXkOaL8.png','name':'TSG Entertainment','origin_country':'US'},{'id':7076,'logo_path':'/8BFxn9NUWSgp0ndih569Gm62xiC.png','name':'Chernin Entertainment','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'NZ','name':'New Zealand'},{'iso_3166_1':'US','name':'United States of America'}]","2017-07-11","488533726","140","[{'iso_639_1':'en','name':'English'}]","Released","For freedom. For family. For the planet.","War for the Planet of the Apes","false","7","5069" +"false","/o8u0NyEigCEaZHBdCYTRfXR8U4i.jpg","{'id':402074,'name':'Annabelle Collection','poster_path':'/8ouiyGYcv3E1JPrPrC7pLjxlDhC.jpg','backdrop_path':'/9MYrsMQNSkRvT5iIfspKQzeIGRV.jpg'}","15000000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","http://annabellemovie.com","396422","tt5140878","en","Annabelle: Creation","Several years after the tragic death of their little girl, a doll maker and his wife welcome a nun and several girls from a shuttered orphanage into their home, soon becoming the target of the doll maker's possessed creation???Annabelle.","15.015","/tb86j8jVCVsdZnzf8I6cIi65IeM.jpg","[{'id':76907,'logo_path':'/wChlWsVgwSd4ZWxTIm8PTEcaESz.png','name':'Atomic Monster','origin_country':'US'},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':11565,'logo_path':null,'name':'The Safran Company','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-08-03","305092201","109","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","You don't know the real story","Annabelle: Creation","false","6.5","3014" +"false","/6FAUsSjZjzYBNDpxGXF3ijD98q1.jpg","{'id':417491,'name':'Bon Cop Bad Cop Collection','poster_path':'/jwl7sZpe4QMJ4VtVjf2HrajnDq4.jpg','backdrop_path':'/2t2vqGUTXGCjdLeT6KofHR0ipSj.jpg'}","0","[{'id':80,'name':'Crime'},{'id':35,'name':'Comedy'},{'id':28,'name':'Action'}]","http://bcbc2.ca/en/","417489","tt4738174","fr","Bon Cop Bad Cop 2","Ward and Bouchard must face an important car theft ring that turns out to be a lot more than they bargained for: one where the stolen cars will serve as bombs in a well planned terrorist attack.","4.34","/rhflodbAhPvLgK5MUFPtBzXWF32.jpg","[{'id':68273,'logo_path':null,'name':'Jessie Films','origin_country':''},{'id':7177,'logo_path':null,'name':'Item 7','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2017-05-12","0","126","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","It's okay America, we've got your back.","Bon Cop Bad Cop 2","false","6.6","43" +"false","/32EMFV8Ms3GIGz9OyVthkUJmhJJ.jpg","null","0","[{'id':37,'name':'Western'}]","","453807","tt5143890","en","Justice","A U.S. Marshal seeking justice for his brother's murder defends a small town from a corrupt Mayor and his henchmen with intents to revive the civil war.","3.946","/uqvjf3HOGiWLgUB6h15yKb2p2x6.jpg","[{'id':86633,'logo_path':null,'name':'Chasing Butterflies Pictures','origin_country':''},{'id':101418,'logo_path':null,'name':'Splash House Pictures','origin_country':''},{'id':8054,'logo_path':null,'name':'??Check Entertainment','origin_country':''},{'id':101419,'logo_path':null,'name':'JLE Cinema Group','origin_country':''},{'id':101420,'logo_path':null,'name':'Revolution Film Group','origin_country':''},{'id':86634,'logo_path':null,'name':'Samera Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-09-15","0","99","[{'iso_639_1':'en','name':'English'}]","Released","Revenge has a new name","Justice","false","4.2","14" +"false","/kTrgxhRSj2sun89bDbnGCPBiey6.jpg","null","50000000","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':35,'name':'Comedy'}]","http://www.theemoji-movie.com/","378236","tt4877122","en","The Emoji Movie","Gene, a multi-expressional emoji, sets out on a journey to become a normal emoji.","13.793","/f5pF4OYzh4wb1dYL2ARQNdqUsEZ.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':2251,'logo_path':'/8PUjvTVmtJDdDXURTaSoPID0Boj.png','name':'Sony Pictures Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-07-23","216909830","86","[{'iso_639_1':'en','name':'English'}]","Released","Not easy being meh","The Emoji Movie","false","5.4","1359" +"false","/fTFvpabXL0kerFHH9GHUnrzwJA4.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","399256","tt3613314","en","The Ghoul","A homicide detective goes undercover as a patient to investigate a psychotherapist he believes is linked to a strange double murder. As his therapy sessions continue the line between fantasy and reality begins to blur.","1.584","/1qbonhVXGKTEH6JenZRqc1XNz1D.jpg","[{'id':94277,'logo_path':null,'name':'Ghoul Film','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-08-04","0","81","[{'iso_639_1':'en','name':'English'}]","Released","I know its name","The Ghoul","false","5.9","18" +"false","/lV77Osj5BUsV6mx8uHp8LQhNcos.jpg","null","0","[{'id':27,'name':'Horror'}]","http://www.redxmas.com/Home.html","399372","tt5120400","en","Red Christmas","A mother must protect her family on Christmas Day from a demented stranger who is hell bent on tearing them apart.","2.608","/xxzTYIpAIfumdwIXrcNOvvjkcYa.jpg","[{'id':77400,'logo_path':null,'name':'Red Christmas','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2016-06-17","0","82","[{'iso_639_1':'en','name':'English'}]","Released","This Christmas, the only thing under the tree is terror.","Red Christmas","false","4","25" +"false","/ypyz71O2YtI5rdJ7Y3s03SwwORQ.jpg","null","32679734","[{'id':10752,'name':'War'},{'id':28,'name':'Action'},{'id':36,'name':'History'},{'id':53,'name':'Thriller'}]","","339259","tt3296908","en","The Man with the Iron Heart","With the Third Reich is at his peak in 1942, the Czech resistance in London plans the most ambitious military operation of WWII ??? Anthropoid. Two young recruits are sent to Prague to assassinate the most ruthless Nazi leader ??? Reinhardt Heydrich ??? head of the SS, the Gestapo and the architect of the Final Solution.","9.841","/ZVQfCY2DgCjrm8w2saXvT8Ao3B.jpg","[{'id':16945,'logo_path':null,'name':'Red Crown Productions','origin_country':''},{'id':7561,'logo_path':'/yWTuzkQnp4NCS7fDVd5vzgLjoux.png','name':'Nexus Factory','origin_country':'BE'},{'id':22997,'logo_path':null,'name':'L??gende Films','origin_country':''},{'id':94694,'logo_path':'/NVim8F3S69VMWLEXvsFUODDy9V.png','name':'Cutting Edge Group','origin_country':'US'},{'id':2147,'logo_path':'/yV2P6SlxuicJTwUvUUqoOBAEreC.png','name':'Echo Lake Entertainment','origin_country':'US'}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'CZ','name':'Czech Republic'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2017-05-25","0","120","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","","The Man with the Iron Heart","false","6.5","269" +"false","/t0PobTaTkfJpFTfJoRqsfQRq1qq.jpg","null","0","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'},{'id':10749,'name':'Romance'},{'id':53,'name':'Thriller'}]","","407794","tt3147336","en","Indiscretion","A married woman's affair comes back to haunt her when her obsessed lover infiltrates every part of her life.","2.753","/fBqnegI286dGFBiEWxCgcaPxahC.jpg","[{'id':85445,'logo_path':null,'name':'Granfalloon Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-06-08","0","99","[{'iso_639_1':'en','name':'English'}]","Released","","Indiscretion","false","4.5","13" +"false","/pVVobDO8cezhVPvwD6EBUN0g3mt.jpg","null","60000000","[{'id':28,'name':'Action'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'},{'id':37,'name':'Western'},{'id':27,'name':'Horror'}]","http://thedarktower-movie.com","353491","tt1648190","en","The Dark Tower","The last Gunslinger, Roland Deschain, has been locked in an eternal battle with Walter O???Dim, also known as the Man in Black, determined to prevent him from toppling the Dark Tower, which holds the universe together. With the fate of the worlds at stake, good and evil will collide in the ultimate battle as only Roland can defend the Tower from the Man in Black.","15.661","/i9GUSgddIqrroubiLsvvMRYyRy0.jpg","[{'id':106728,'logo_path':null,'name':'Columbia Pictures Corporation','origin_country':'US'},{'id':34,'logo_path':'/GagSvqWlyPdkFHMfQ3pNq6ix9P.png','name':'Sony Pictures','origin_country':'US'},{'id':2531,'logo_path':'/pC2iDCDCvV85vOBP7a5Ukxuc0Du.png','name':'Media Rights Capital','origin_country':'US'},{'id':23,'logo_path':'/mkxNjThahj5pvntvYKVpMbWXm3D.png','name':'Imagine Entertainment','origin_country':'US'},{'id':433,'logo_path':null,'name':'Weed Road Pictures','origin_country':'US'},{'id':10884,'logo_path':null,'name':'The Department of Trade and Industry of South Africa','origin_country':''}]","[{'iso_3166_1':'ZA','name':'South Africa'},{'iso_3166_1':'US','name':'United States of America'}]","2017-08-03","111757995","95","[{'iso_639_1':'en','name':'English'}]","Released","There are other worlds than these","The Dark Tower","false","5.6","2709" +"false","/wLmCNrxW7lplNjAO5tdnqO1rn22.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':27,'name':'Horror'}]","","365805","tt4227282","en","Wrecker","Best friends Emily and Lesley go on a road trip to the desert. When Emily decides to get off the highway and take a ""short cut,"" they become the target of a relentless and psychotic trucker who forces them to play a deadly game of cat and mouse.","2.369","/YDXiyBgWRTrsYivyv5qISU9kvf.jpg","[{'id':71951,'logo_path':null,'name':'IW Wrecker Productions','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2015-11-06","0","83","[{'iso_639_1':'en','name':'English'}]","Released","You Stop You Die","Wrecker","false","4","39" +"false","/aBBqLeDPTHx980oONulW1YHeCsy.jpg","null","0","[{'id':35,'name':'Comedy'}]","http://www.hydeparkentertainment.com/projects/killing-hasselhoff/","353440","tt2967226","en","Killing Hasselhoff","A man in a high stakes celebrity death pool quickly loses everything - his business, his bank account, his home, his fianc??. He snaps, then realizes the only way to get his life back on track. He'll have to murder his own celebrity. He'll have to kill Hasselhoff.","4.389","/egfSTBgfMjKBCBGMysQON9fYF12.jpg","[{'id':52944,'logo_path':null,'name':'Lotus Pictures','origin_country':''},{'id':10339,'logo_path':'/oiIi36MaWXwvvHWX5eojoE2Fiyv.png','name':'WWE Studios','origin_country':'US'},{'id':13816,'logo_path':null,'name':'Hyde Park Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-08-29","0","80","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Don't Hassle The Hoff.","Killing Hasselhoff","false","4.7","58" +"false","/tC2ViYDbv03VVaFssXDNoosY5YO.jpg","null","0","[{'id':10402,'name':'Music'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':10770,'name':'TV Movie'}]","http://abc.go.com/shows/dirty-dancing","444902","tt5262792","en","Dirty Dancing","Spending the summer at a Catskills resort with her family, Frances ""Baby"" Houseman falls in love with the camp's dance instructor, Johnny Castle, and nothing is ever the same for anyone in the Houseman family. Not only are the memorable songs from the original movie included, but there are additional songs from the era that will be featured, showcasing double the number of musical performances by the stellar cast.","6.938","/itjxxb8I1TfK1H3TGvrs5aJDM9a.jpg","[{'id':28523,'logo_path':null,'name':'Lionsgate Television','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-05-24","0","130","[{'iso_639_1':'en','name':'English'}]","Released","A musical re-imagining","Dirty Dancing","false","5.2","230" +"false","/6jmArQQBcBcqz2cPkUJKljJUvrK.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.theclowntownmovie.com","403964","tt4577344","en","ClownTown","Whilst on their way to a concert four friends get sidetracked and stranded in a seemingly abandoned town and whilst looking for help find themselves stalked and terrorised by a gang of violent clown dressed psychopaths who will stop at nothing ensnaring them into their sinister blood thirsty games.","2.909","/cpOFmB6CGpS1J3B52rVd6mMgzo1.jpg","[{'id':35613,'logo_path':null,'name':'Millman Productions','origin_country':''},{'id':78602,'logo_path':null,'name':'Zorya Films','origin_country':''},{'id':78603,'logo_path':'/eRHxCpOyZ6dfXPyezF6T4O4BDCB.png','name':'Steel House Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-06-27","0","86","[{'iso_639_1':'en','name':'English'}]","Released","They'll rip out your funny bone","ClownTown","false","4.5","42" +"false","/oFZcl8oNpN6DUOXGlFtO1OKtR9C.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","367462","tt5189894","en","68 Kill","Chip's problem is that he can't say no to beautiful women. This weakness gets him into a world of trouble when he agrees to help his girlfriend steal $68,000.","3.588","/80ifMmWcNMQ8uD4DTyMFEuJbEJG.jpg","[{'id':7787,'logo_path':null,'name':'Snowfort Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-03-11","0","92","[{'iso_639_1':'en','name':'English'}]","Released","","68 Kill","false","5.6","49" +"false","/nRTMrIXq5vWxP8CSPdZtRIxZ6Zy.jpg","null","19000000","[{'id':35,'name':'Comedy'}]","https://www.uphe.com/movies/girls-trip","417870","tt3564472","en","Girls Trip","Four girlfriends take a trip to New Orleans for an annual festival and, along the way, rediscover their wild sides and strengthen the bonds of sisterhood.","11.296","/fM1h8CwtdileV3zlemXx7UWJjOP.jpg","[{'id':49968,'logo_path':'/gz2hSoMkvMJdTMgCLFGRJErPwXY.png','name':'Will Packer Productions','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-07-21","140376621","122","[{'iso_639_1':'en','name':'English'}]","Released","Forgive us in advance for this wild weekend","Girls Trip","false","6.8","937" +"false","/y46tBWteRfg5I3gkjNGqhy6qXmx.jpg","null","0","[{'id':35,'name':'Comedy'}]","http://toroplay.ml/the-little-hours/","411873","tt5666304","en","The Little Hours","A young servant fleeing from his master takes refuge at a convent full of emotionally unstable nuns in the middle ages.","9.008","/wS69OOwBJzimoLIcmYMSVkmhCZM.jpg","[{'id':92469,'logo_path':null,'name':'StarStream Media','origin_country':''},{'id':37432,'logo_path':'/4jf93b9QJmuHxtb1CAFxakApt5K.png','name':'Bow and Arrow Entertainment','origin_country':'US'},{'id':62709,'logo_path':null,'name':'Concourse Media','origin_country':''},{'id':35043,'logo_path':'/ifwiBTBDk8GQPyClmuE2yO36Qu.png','name':'Destro Films','origin_country':'US'},{'id':92470,'logo_path':null,'name':'Dublab Media','origin_country':''},{'id':92472,'logo_path':null,'name':'Foton Pictures','origin_country':''},{'id':41608,'logo_path':null,'name':'Productivity Media','origin_country':''},{'id':90760,'logo_path':null,'name':'Exhibit Entertainment','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2017-06-30","0","89","[{'iso_639_1':'en','name':'English'}]","Released","","The Little Hours","false","5.6","183" +"false","/qk8iVAEHdx4Rd6hnB7PyVrbvmRS.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","347984","tt4703048","en","6 Days","In April 1980, armed gunmen stormed the Iranian Embassy in Princes Gate, London and took all inside hostage. Over the next six days a tense standoff took place, all the while a group of highly trained soldiers from the SAS prepared for a raid the world had never seen the likes of.","9.787","/yRbC0uRj1RDmF0JLon83il2dkR0.jpg","[{'id':12142,'logo_path':'/rPnEeMwxjI6rYMGqkWqIWwIJXxi.png','name':'XYZ Films','origin_country':'US'},{'id':13742,'logo_path':null,'name':'General Film Corporation','origin_country':''}]","[{'iso_3166_1':'NZ','name':'New Zealand'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-08-03","4886","95","[{'iso_639_1':'en','name':'English'}]","Released","London 1980, the world witnessed a new way to tackle terrorism.","6 Days","false","5.9","312" +"false","/vc8bCGjdVp0UbMNLzHnHSLRbBWQ.jpg","{'id':531241,'name':'Spider-Man (Avengers) Collection','poster_path':'/nogV4th2P5QWYvQIMiWHj4CFLU9.jpg','backdrop_path':'/AvnqpRwlEaYNVL6wzC4RN94EdSd.jpg'}","175000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'},{'id':18,'name':'Drama'}]","http://www.spidermanhomecoming.com","315635","tt2250912","en","Spider-Man: Homecoming","Following the events of Captain America: Civil War, Peter Parker, with the help of his mentor Tony Stark, tries to balance his life as an ordinary high school student in Queens, New York City, with fighting crime as his superhero alter ego Spider-Man as a new threat, the Vulture, emerges.","36.761","/kY2c7wKgOfQjvbqe7yVzLTYkxJO.jpg","[{'id':420,'logo_path':'/hUzeosd33nzE5MCNsZxCGEKTXaQ.png','name':'Marvel Studios','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':84041,'logo_path':null,'name':'Pascal Pictures','origin_country':'US'},{'id':34034,'logo_path':null,'name':'LStar Capital','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-07-05","880166924","133","[{'iso_639_1':'en','name':'English'}]","Released","Homework can wait. The city can't.","Spider-Man: Homecoming","false","7.4","10787" +"false","/1oHR7imq6BXziseHjXKW4vvqzvY.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://bronstudios.com/portfolio/una/","301334","tt2315582","en","Una","When a young woman unexpectedly arrives at an older man's workplace, looking for answers, the secrets of the past threaten to unravel his new life.","7.482","/xvEhxYOHf7eKzLWeorlyrg3Dpru.jpg","[{'id':16280,'logo_path':'/nuZoi9osmFiDYcbFiK94o6DKZEj.png','name':'Jean Doumanian Productions','origin_country':'US'},{'id':20782,'logo_path':null,'name':'WestEnd Films','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-03-30","0","94","[{'iso_639_1':'en','name':'English'}]","Released","Absence makes the hurt grow stronger","Una","false","6.3","96" +"false","/me6X0Wd4ioaNHdaNjllyZA9OkbH.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","352372","tt4126394","en","Darling","A young woman slowly goes crazy after taking a job as the caretaker for an ancient New York home.","1.583","/z6DfdmGoU7UBeNHxHPydRbtmf80.jpg","[{'id':1360,'logo_path':null,'name':'Glass Eye Pix','origin_country':''},{'id':45754,'logo_path':null,'name':'Alexander Groupe','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-09-24","0","78","[{'iso_639_1':'en','name':'English'}]","Released","Terror Beyond Comprehension","Darling","false","5.3","30" +"false","/emuVrdAFyplr4URY0bXXGgK7lF3.jpg","null","5000000","[{'id':10749,'name':'Romance'}]","http://sonyclassics.com/pariscanwait/","375867","tt4429194","en","Paris Can Wait","A woman at a crossroads traveling to Cannes along with her successful film producer husband, finds herself on a two-day road trip with his business associate. What follows is a carefree journey replete with diversions involving picturesque sites, fine food and wine, humor, wisdom and romance - reawakening Anne's senses and a new lust for life.","6.235","/jLzfHNU1JldQpC5TNEvQMnWQxx6.jpg","[{'id':70,'logo_path':'/ueaENQkPcy8rlr5fGZVBXKOhlBh.png','name':'American Zoetrope','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-09-12","6700000","92","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Paris Can Wait","false","5.4","96" +"false","/7D7rmTFfP4eJg4MVp1ZWRHtJ37H.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","","449700","tt6055082","en","My Pet Dinosaur","When a young boy named Jake accidentally makes a new friend in an experiment gone wrong a troubled town is plunged into chaos. But with the creature rapidly evolving every day, Jake finds it increasingly difficult to keep his new pet secret. Jake's friends and new girl Abbie realize they are not the only ones interested in this strange, mischievous little dinosaur and soon discover that the only thing more mysterious than what it is, is who is looking for it.","3.263","/7PpqSMJjibR5dkqnBOGhpcz253C.jpg","[{'id':8146,'logo_path':'/etoxfrvduHZMLHpYE2uPkicheX2.png','name':'Splendid Film','origin_country':'DE'}]","[{'iso_3166_1':'AU','name':'Australia'}]","2017-04-22","0","96","[{'iso_639_1':'en','name':'English'}]","Released","Making friends is easy, keeping them is impossible...","My Pet Dinosaur","false","5.2","31" +"false","/p0GrVKG6DlvbN82ihAHc4sAI5F1.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':99,'name':'Documentary'},{'id':28,'name':'Action'}]","","428252","tt6255746","en","Distance Between Dreams","In Distance Between Dreams, the most historic year in big wave surfing comes to life through the eyes of iconic surfer Ian Walsh, as he sets mind and body in motion to redefine the upper limits of what's considered 'rideable.' With massive El Ni??o powered swells building across the Pacific, Ian, Shaun, D.K. and Luke Walsh band together in the way only brothers can on a quest to progress surfing to unimaginable heights. Big wave surfing's transition from jet ski assists to paddling in raises the stakes, putting Walsh's intense physical and mental training, the latest technology, swell modeling, and safety team, his brothers, to the ultimate test. Surfers John John Florence, Greg Long, Shane Dorian and more link up with Walsh as he rides an emotional rollercoaster through this momentous winter.","0.833","/xWVyzmBtm1Fe9vnMxdIi5taYY1a.jpg","[]","[]","2016-12-02","0","63","[]","Released","","Distance Between Dreams","false","6.2","5" +"false","/og6jqzbmogBf13EeA2usHbJo9lS.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'}]","","457710","tt6846128","en","Empire of the Sharks","On a future earth where 98% of the surface is underwater, a Warlord who controls an army of sharks meets his match when he captures the daughter of a mysterious shark caller who must learn to marshal a supernatural ability if she is to free her people from the Warlord's dominion.","4.152","/10pWh9GvyIpmeeNuD9RuylE8Kiv.jpg","[{'id':90389,'logo_path':null,'name':'Artemisia Productions','origin_country':'US'},{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-06-21","0","","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","","Empire of the Sharks","false","4.1","17" +"false","/tiIpajUBpLMNWMEzpjRBxo0jCbD.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':12,'name':'Adventure'},{'id':27,'name':'Horror'}]","https://www.netflix.com/title/80161216","425972","tt3860916","en","Cargo","After being infected in the wake of a violent pandemic and with only 48 hours to live, a father struggles to find a new home for his baby daughter.","10.291","/cdPSUck4tBRvRu6DFk6XciDrssn.jpg","[{'id':25954,'logo_path':null,'name':'Metrol Technology','origin_country':'GB'},{'id':32301,'logo_path':'/2Ucj9ycQjpkcvSSyzr9zoT0Q8cH.png','name':'Causeway Films','origin_country':'AU'},{'id':5056,'logo_path':'/kADFcjL04xe5HGBnlLjbfhliS2a.png','name':'Head Gear Films','origin_country':'GB'},{'id':50079,'logo_path':null,'name':'Kreo Films FZ','origin_country':''},{'id':104213,'logo_path':'/iavYBtwebxgRYZgo4dmw46RoUIU.png','name':'Addictive Pictures','origin_country':'US'},{'id':78549,'logo_path':null,'name':'White Hot Productions','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2017-10-06","0","105","[{'iso_639_1':'en','name':'English'}]","Released","The future is fragile.","Cargo","false","6.3","662" +"false","/fdmWStrMgs3BAKongGY0H6ehLDi.jpg","null","10500000","[{'id':18,'name':'Drama'},{'id':37,'name':'Western'}]","http://www.focusfeatures.com/thebeguiled/","399019","tt5592248","en","The Beguiled","During the Civil War, at a Southern girls??? boarding school, young women take in an injured enemy soldier. As they provide refuge and tend to his wounds, the house is taken over with sexual tension and dangerous rivalries, and taboos are broken in an unexpected turn of events.","10.33","/uQxfqFAqAvNK5b1wD11b2ycDAVg.jpg","[{'id':90281,'logo_path':null,'name':'FR Productions','origin_country':''},{'id':70,'logo_path':'/ueaENQkPcy8rlr5fGZVBXKOhlBh.png','name':'American Zoetrope','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-06-23","27397655","93","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","Innocent, until betrayed.","The Beguiled","false","5.7","1113" +"false","/l0dvARJQ6xZeVPhxSS5EYibYGBR.jpg","null","12000000","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'},{'id':14,'name':'Fantasy'}]","http://wishuponmovie.com/","440597","tt5322012","en","Wish Upon","A teenage girl discovers a box with magical powers, but those powers comes with a deadly price.","8.073","/u0vnocj57vJt5DHoBEqUOD1G4SU.jpg","[{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'},{'id':49389,'logo_path':'/3rOhrdjnUHsf0GPa66b9KyR2MUx.png','name':'Broad Green Pictures','origin_country':'US'},{'id':60621,'logo_path':null,'name':'Busted Shark Productions','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2017-07-07","14301505","90","[{'iso_639_1':'en','name':'English'}]","Released","Be careful what you wish for","Wish Upon","false","5.4","661" +"false","/yVqgySVyZMKXtlvNMwdEqzNelm5.jpg","null","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","https://www.facebook.com/joebulletmovie","255714","tt3538602","en","Joe Bullet","When local soccer team The Eagles fall prey to a series of onslaughts from a mysterious gangster only a week before the championship final, the team turns to the one man that can help save their chances at victory ??? Joe Bullet (Ken Gampu). Joe will have to battle against villainous henchmen, escape booby-trap bombs and bring his martial arts expertise to the fore in order to survive an attack from a deadly assassin. In the end he will have to infiltrate the mysterious gangster???s hide-out in a dangerous cat-and-mouse rescue mission to save not only The Eagles??? two kidnapped star players, but that of his beautiful love interest, Beauty (Abigail Kubeka). The odds will be stacked against him, but he???s the man that fights crime, the man that no one can tie down! Joe Bullet!","1.165","/9W5Cox6ldWRp7VABjO3hXVewskC.jpg","[{'id':10346,'logo_path':null,'name':'Bullet Films','origin_country':''},{'id':20073,'logo_path':null,'name':'Gravel Road Entertainment Group (ZA)','origin_country':''}]","[{'iso_3166_1':'ZA','name':'South Africa'}]","1973-01-01","0","79","[{'iso_639_1':'en','name':'English'}]","Released","In the criminal underworld of soccer, one man will have to save the championship!","Joe Bullet","false","5.3","2" +"false","/fJ7wcJlgJb1oMnwM9QdxojIRBMj.jpg","null","0","[{'id':10402,'name':'Music'},{'id':99,'name':'Documentary'}]","http://www.hiredgunthefilm.com","386128","tt4026034","en","Hired Gun","A documentary film about session and touring musicians that are hired by well establish and famous bands and artists. These people may not be household names, but are still top notch performers!","0.929","/5LukG0AHKZrzAJBjKeSmfsvRE7n.jpg","[{'id':74273,'logo_path':null,'name':'Drama Kills','origin_country':''},{'id':74274,'logo_path':null,'name':'City Drive Entertainment Group','origin_country':''},{'id':74275,'logo_path':null,'name':'Diverse Digital Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-06-29","0","99","[{'iso_639_1':'en','name':'English'}]","Released","Out of the Shadows, Into the Spotlight.","Hired Gun","false","7.3","18" +"false","/daTMVkpwZkk9hvShQViSTv9pLU6.jpg","null","0","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","356021","tt2291284","en","Subterranea","Having spent his entire life in a dark cell, never seeing the light of day or another human being, the ""Captive"" is released into society and must learn how to live for the first time as an adult.","2.238","/2fLi2ejLnVrQhX9RcBibgJBgguo.jpg","[{'id':83156,'logo_path':null,'name':'Birdman Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-06-05","0","99","[]","Released","","Subterranea","false","5.2","6" +"false","/7z6oMgwRheH4PaFP4LTeYQlQIBR.jpg","null","0","[{'id':37,'name':'Western'}]","","63861","tt0046294","en","Seminole","19th-century army officer Lance Caldwell is assigned to Fort King in the Everglades. Immediately clashing with his commanding officer Major Dade, Caldwell opposes Dade's plans to wipe out the Seminole Indians. The fact that Caldwell was the boyhood chum of Seminole chief Osceola is all the more reason to resist Dade's genocidal policies. After a deadly confrontation which costs dozens of lives on both sides, Osceola rescues Caldwell, whereupon the latter is court-martialed. Later on, Osceola comes to Fort King to talk peace, and is promptly killed by persons unknown. An attempt is made to frame Caldwell for the killing, but the truth eventually prevails.","1.429","/1GCCJ4g9TIokrYYT4wf4OE3CZva.jpg","[{'id':10330,'logo_path':'/nY62adzeba5GVK8LJYD6yd9R8H4.png','name':'Universal International Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1953-03-01","0","87","[{'iso_639_1':'en','name':'English'}]","Released","Courage...Treachery...and Love --- AND THE GREAT EVERGLADES INDIAN WARS!","Seminole","false","4.8","6" +"false","/ydIYlafDa7LpBgSevKEbGErCJ9R.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","http://www.deadhousefilms.com/titles/anoh/","369912","tt4586114","en","A Night of Horror Volume 1","Whether you???re a fan of Sydney's iconic genre film festival A Night of Horror, or just a fan of the best and bloodiest in new horror cinema, you can???t afford to miss this fright-filled anthology. Zombies, demonic entities, self-surgery, cannibalism and more await in the dark corners of this terrifying offering from some of the most talented filmmakers working in the genre today.","2.057","/2ERWbXHS05PrPFDs9MS1rVA1OV6.jpg","[{'id':57592,'logo_path':null,'name':'Deadhouse Films','origin_country':''},{'id':68626,'logo_path':null,'name':'Lovecraft 21C Productions','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2015-11-26","0","87","[{'iso_639_1':'en','name':'English'}]","Released","Ten Filmmakers. One Night of Horror.","A Night of Horror Volume 1","false","6","16" +"false","/yF5foDBn2iMCEZpWSIWufFwFQM5.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.stuckthefilm.com/","295050","tt2075318","en","#Stuck","A hot one-night stand turns into an awkward morning after when Guy and Holly get stuck in a dead-stopped traffic jam.","2.108","/xpsuaUZr6r9M796zQeDMDPKTuFl.jpg","[{'id':95338,'logo_path':null,'name':'The Mob Entertainment','origin_country':''},{'id':95339,'logo_path':null,'name':'Stuck Productions','origin_country':''},{'id':95340,'logo_path':null,'name':'Stupendous Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-10-10","0","84","[{'iso_639_1':'en','name':'English'}]","Released","Wham. Bam. Traffic Jam.","#Stuck","false","5.3","13" +"false","/lle3uwidvcWxBV6JDhb1NlVGxdE.jpg","{'id':10455,'name':'Child's Play Collection','poster_path':'/fLWDbZziq47lcN28Q1ILnIMLHEC.jpg','backdrop_path':'/AAhYXBVIEl6WgQnzfBsauTIC25.jpg'}","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://toroplay.ml/cult-of-chucky/","393345","tt3280262","en","Cult of Chucky","Confined to an asylum for the criminally insane for the past four years, Nica Pierce is erroneously convinced that she, not Chucky, murdered her entire family. But when her psychiatrist introduces a new therapeutic ???tool??? to facilitate his patients??? group sessions ??? an all-too-familiar ???Good Guy??? doll with an innocently smiling face ??? a string of grisly deaths begins to plague the asylum, and Nica starts to wonder if maybe she isn???t crazy after all. Meanwhile, Andy Barclay, Chucky???s now all-grown-up nemesis from the first three Child???s Plays, races to Nica???s aid. But to save her he???ll have to get past Tiffany, Chucky???s long-ago bride, who will do anything, no matter how deadly or depraved, to help her beloved evil devilish doll.","11.653","/r5JUiMYfatwYeDkxkLWYUx5GIjY.jpg","[{'id':17009,'logo_path':'/ssowAxOrrqsSR2CKeiytOXwLoCW.png','name':'Universal 1440 Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-09-23","0","91","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","You may feel a little prick","Cult of Chucky","false","5.1","530" +"false","/piRIyhNNSIbAus9oYBRdiOKgnZ2.jpg","null","40000000","[{'id':35,'name':'Comedy'}]","","345914","tt4481514","en","The House","When Scott and Kate Johansen???s daughter gets into the college of her dreams it???s cause for celebration. That is, until Scott and Kate learn that the scholarship they were counting on didn???t come through, and they???re now on the hook for tuition they can???t begin to afford. With the help of their friend and neighbor Frank also in need of a major payday they decide to open an illegal casino in his suburban house, risking everything together on a Vegas-style bacchanal where money flows, inhibitions are checked at the door, and all bets are off.","10.414","/hkmWkVgirei79bwds23Hr0lWSXS.jpg","[{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':4740,'logo_path':null,'name':'Gary Sanchez Productions','origin_country':'US'},{'id':17393,'logo_path':'/k28sCof6kheeOicLqL6EXX2GHov.png','name':'Good Universe','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-06-29","0","88","[{'iso_639_1':'en','name':'English'}]","Released","If you can't beat the house, be... The House","The House","false","5.7","438" +"false","/goCvLSUFz0p7k8R10Hv4CVh3EQv.jpg","null","34000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","http://www.babydriver-movie.com","339403","tt3890160","en","Baby Driver","After being coerced into working for a crime boss, a young getaway driver finds himself taking part in a heist doomed to fail.","18.676","/rmnQ9jKW72bHu8uKlMjPIb2VLMI.jpg","[{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'},{'id':443,'logo_path':'/deewJi8ncCh6Sc2STL91wvZ4O5X.png','name':'Big Talk Productions','origin_country':'GB'},{'id':2531,'logo_path':'/pC2iDCDCvV85vOBP7a5Ukxuc0Du.png','name':'Media Rights Capital','origin_country':'US'},{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'},{'id':31922,'logo_path':null,'name':'Double Negative','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2017-06-28","226945087","112","[{'iso_639_1':'en','name':'English'}]","Released","All you need is one killer track.","Baby Driver","false","7.4","7635" +"false","/zTcYzxCUUlEA4vASpfBGKIROAmZ.jpg","null","0","[{'id':18,'name':'Drama'}]","","272820","tt2722504","es","Sr. Pig","On a mission to sell his last remaining prize hog and reunite with old friends, an aging farmer abandons his foreclosed farm and journeys to Mexico. After smuggling in the hog, his estranged daughter shows up, forcing them to face their past and embark on an adventurous road trip together.","2.393","/xE0ubPhGFNIwrT3wkMwX4FMJB6z.jpg","[{'id':73928,'logo_path':null,'name':'Relic Pictures','origin_country':'US'},{'id':1719,'logo_path':'/nCCpnwdybGqektBEjqpz6WX0cbF.png','name':'Canana Films','origin_country':'MX'}]","[{'iso_3166_1':'MX','name':'Mexico'}]","2016-07-22","0","100","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","He's down on his luck, but up for an adventure.","Mr. Pig","false","6.4","18" +"false","/tmjPVn7oIFIsPCyvFkhaeua0HHW.jpg","null","2000000","[{'id':18,'name':'Drama'}]","","340487","tt4468634","en","Certain Women","Three strong-willed women strive to forge their own paths amidst the wide-open plains of the American Northwest: a lawyer forced to subdue a troubled client; a wife and mother whose plans to construct her dream home reveal fissures in her marriage; and a lonely ranch hand who forms an ambiguous bond with a young law student.","8.841","/mjtDQ9yx0Atb8QxBGcfXNBu0EmX.jpg","[{'id':11341,'logo_path':'/xytTBODEy3p20ksHL4Ftxr483Iv.png','name':'Stage 6 Films','origin_country':'US'},{'id':1976,'logo_path':'/vuNHAl3LpcNtjtRx8Ml4gpUMO2G.png','name':'filmscience','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-09-25","1215691","107","[{'iso_639_1':'en','name':'English'}]","Released","","Certain Women","false","5.9","143" +"false","/rPac9sBDW2kid6mQOOtX7ldmfyI.jpg","null","0","[{'id':16,'name':'Animation'}]","","460789","tt6932084","en","The Boss Baby and Tim's Treasure Hunt Through Time","Join the fun as Boss Baby and Tim battle pirates, travel through outer space, swim deep into the sea, and go toe-to-toe with some ferocious dinosaurs!","1.051","/xDf1Q5xktwhPbvzA8dybi2nrLKB.jpg","[{'id':521,'logo_path':'/kP7t6RwGz2AvvTkvnI1uteEwHet.png','name':'DreamWorks Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-07-04","0","3","[{'iso_639_1':'en','name':'English'}]","Released","","The Boss Baby and Tim's Treasure Hunt Through Time","false","5.6","5" +"false","/dqtosyPcgnotoMuo8wy4xwY1Bxe.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':53,'name':'Thriller'},{'id':10770,'name':'TV Movie'}]","http://www.hbo.com/movies/the-wizard-of-lies","363992","tt1933667","en","The Wizard of Lies","A look behind the scenes at Bernie Madoff's massive Ponzi scheme, how it was perpetrated on the public and the trail of destruction it left in its wake, both for the victims and Madoff's family.","8.32","/8k4lJ4e0hvDQtKpItXmmPdw69sO.jpg","[{'id':11391,'logo_path':null,'name':'Tribeca Productions','origin_country':'US'},{'id':7429,'logo_path':'/6in9uMqxXEHx5XgYgkeRBpZ4rPw.png','name':'HBO Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-05-21","0","133","[{'iso_639_1':'en','name':'English'}]","Released","Only those you trust can truly betray you.","The Wizard of Lies","false","6.5","258" +"false","/2cFFvMkApD552jkCXbGVp449HZC.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","http://www.curzonartificialeye.com/berlin-syndrome/","363126","tt3335606","en","Berlin Syndrome","A passionate holiday romance leads to an obsessive relationship when an Australian photojournalist wakes one morning in a Berlin apartment and is unable to leave.","11.547","/qvJeDDYKlfvtYayfOj5sAUXxUju.jpg","[{'id':86411,'logo_path':null,'name':'Photoplay Films','origin_country':''},{'id':7584,'logo_path':'/eGkfvvyf4fJTvBUR1xt1669IPA3.png','name':'Screen Australia','origin_country':'AU'},{'id':10949,'logo_path':'/2JOR75Gaz14Vzim0XSTSCmGFYsD.png','name':'Memento Films International','origin_country':'FR'},{'id':11840,'logo_path':'/8oyCRYf6ezxB5h8HJIPVG8JjzgL.png','name':'Film Victoria','origin_country':'AU'},{'id':13786,'logo_path':'/1SZVpHLNMlYGshAXZK8FIIWQyu1.png','name':'Aquarius Films','origin_country':'AU'},{'id':14430,'logo_path':null,'name':'Fulcrum Media Finance','origin_country':''},{'id':86410,'logo_path':null,'name':'DDP Studios','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2017-05-25","201719","116","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'hu','name':'Magyar'}]","Released","","Berlin Syndrome","false","6.1","325" +"false","/vEZwTyrtIFPqKjS8nZhOaEA5hOw.jpg","null","2000000","[{'id':99,'name':'Documentary'},{'id':10770,'name':'TV Movie'}]","","476841","tt3655452","en","Live from Space","National Geographic and NASA are sending you into space - live! For the first time ever, board the International Space Station and take a complete orbit of Earth in real time.","0.658","/r4lwn4HdezTsZiDAlG1RX5lu6xd.jpg","[{'id':67302,'logo_path':'/sjIR4pjqXgWP7OSEjQkTeHIdZKU.png','name':'Arrow Media','origin_country':'GB'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-03-14","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Live from Space","false","5","2" +"false","/l4OJLpfZX4563ZkCL0i12GFBxr2.jpg","null","0","[{'id':99,'name':'Documentary'}]","https://www.facebook.com/VhsMassacreDocumentary/","287982","tt3319212","en","VHS Massacre: Cult Films and the Decline of Physical Media","This lively documentary explores the rise and fall of physical media from the origin of film all the way through the video store era into digital media, focusing on B-movie and cult films. With icons like Joe Bob Briggs (MonsterVision), Lloyd Kaufman (Toxic Avenger), Greg Sestero (The Room), Debbie Rochon (Return to Nuke 'Em High), Deborah Reed (Troll 2), Mark Frazer (Samurai Cop), James Nguyen (Birdemic) and many others.","1.216","/oL6UXBfDAZMQdUi1LtjEO3MN9xq.jpg","[]","[]","2016-06-20","0","72","[{'iso_639_1':'en','name':'English'}]","Released","","VHS Massacre: Cult Films and the Decline of Physical Media","false","5.9","12" +"false","/77RUNIreKz94Q8MlIfmjE8raO1U.jpg","null","0","[{'id':27,'name':'Horror'}]","http://www.bigbadwolfmovie.net/","39341","tt0488962","en","Big Bad Wolf","In Cameron, a group of hunters is attacked by a wild animal, and Charlie Cowley survives, but sees his brother Scott dying. Seven years later, his teenage nephew Derek Cowley steals the key of his stepfather's cabin in the isolated Fire Road 13, and travels with four classmates and his friend Sam to spend the weekend having a party with booze and sex. However, they are attacked by a Beast that kills his friends in a sadistic way. Sam and Derek survive, and they suspect that his stepfather, Mitchell Toblat, is a werewolf. When Charlie meets Derek and Sam, they decide to collect evidence to prove that Mitchell is the Beast and kill him, but Mitchell discovers their plot and chases the trio.","3.325","/vKkkEh2z2ygjVi0v2Hdav4tnqkd.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-10-25","0","95","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","Where man ends... evil begins.","Big Bad Wolf","false","5.3","29" +"false","/mM4KetmefIyMPZgo3iCFeqUKSs0.jpg","null","0","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","http://www.lonewolvesmovie.com/","430419","tt4982252","en","Lone Wolves","After an apocalypse of questionable origin, Private James Conroy is living in an abandoned shack at the base of a radio tower. When Conroy finally contacts Garry Freeman, marooned in a space station, they have to learn to work together if they're going to save themselves, and maybe all of civilization.","1.4","/ygqDEUCSa8tjW0lzOxJNXB9Ramn.jpg","[{'id':87214,'logo_path':null,'name':'Longview Pictures','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2016-12-13","0","87","[{'iso_639_1':'en','name':'English'}]","Released","He is mankind's only hope.","Lone Wolves","false","2.6","8" +"false","/sYnrdolxonyMucMezj8PMVBRlVr.jpg","null","10000000","[{'id':18,'name':'Drama'}]","http://www.focusfeatures.com/thebookofhenry","382614","tt4572792","en","The Book of Henry","Naomi Watts stars as Susan, a single mother of two, working as a waitress in a small town. Her son, Henry, is an 11-year-old genius who not only manages the family finances but acts as emotional support for his mother and younger brother. When Henry discovers that the girl next door has a terrible secret, he implores Susan to take matters into her own hands in this imaginative and emotional drama.","9.822","/suLFg4UjvM5BoDipg2Wu3gZ802T.jpg","[{'id':737,'logo_path':'/dK1GZ1u4our8sJW0Sts1JHeNSLn.png','name':'Sidney Kimmel Entertainment','origin_country':'US'},{'id':10138,'logo_path':'/r67HWrAbCShfwWREWo2MlXsSK3B.png','name':'Double Nickel Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-06-16","4504974","105","[{'iso_639_1':'en','name':'English'}]","Released","Never leave things undone.","The Book of Henry","false","7.5","553" +"false","/mOnVZI9TxzEZqIt8ebsAMrqIafH.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://boysinthetrees.com.au","409164","tt3445580","en","Boys in the Trees","On Halloween 1997, two estranged teen skaters embark on a surreal journey through their memories, dreams and fears.","3.699","/nZzSxliBkqVqRaXKCnQVr59VcNt.jpg","[{'id':81187,'logo_path':null,'name':'Best FX Adelaide','origin_country':''},{'id':7337,'logo_path':null,'name':'Mushroom Pictures','origin_country':'AU'}]","[{'iso_3166_1':'AU','name':'Australia'}]","2016-09-09","0","112","[{'iso_639_1':'en','name':'English'}]","Released","","Boys in the Trees","false","6.1","53" +"false","/4o8rpckvYnr63iSQGAmCriMyPni.jpg","null","0","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'}]","","13376","tt0271263","en","Eight Crazy Nights","Adam Sandler invites you to share some holiday cheer in the new, no-holds-barred musical comedy Adam Sandler's 8 Crazy Nights. Davey Stone, a 33-year old party animal, finds himself in trouble with the law after his wild ways go too far.","6.16","/pfQrbZxTv4BVf1XRQnCngZ3wQg8.jpg","[{'id':51590,'logo_path':null,'name':'Meatball Animation','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':2608,'logo_path':'/g3YRudXiQzHesQqRXvnhFpMzfkU.png','name':'Happy Madison Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-11-27","23833131","76","[{'iso_639_1':'en','name':'English'}]","Released","It's naughty. It's nice. It's animated.","Eight Crazy Nights","false","5.2","156" +"false","/zIZPULcmdgX35nRwlzbrZQPJaPl.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'}]","","19740","tt0073075","en","The Great Waldo Pepper","A biplane pilot who had missed flying in WWI takes up barnstorming and later a movie career in his quest for the glory he had missed.","3.48","/fVgUOZ2namrJ3mZRRzFtZqSKTbN.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1975-03-13","20642922","108","[{'iso_639_1':'en','name':'English'}]","Released","","The Great Waldo Pepper","false","6.1","25" +"false","/mV3oFo6KrZHkP9ofNXPBquJnLiz.jpg","{'id':476961,'name':'Goon Collection','poster_path':'/kiDK0R4ZsEI30fGhgwZGsmrD4yA.jpg','backdrop_path':null}","0","[{'id':35,'name':'Comedy'}]","","336890","tt2417712","en","Goon: Last of the Enforcers","During a pro lockout, Doug ""The Thug"" Glatt is injured and must choose whether to defend his team against a dangerous new enemy, or be there for his wife as she prepares to give birth to his daughter.","8.405","/emio9KDrLXqqX4wXa4YTacBQXG.jpg","[{'id':6623,'logo_path':'/qvtEf5tM9IAEJUUhX9EcBl12Fhr.png','name':'Caramel Films','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2017-03-17","0","101","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","Glatt's Back!","Goon: Last of the Enforcers","false","5.7","132" +"false","/6PtIVX93B0d77p4R3AvUvXVWydp.jpg","null","23000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","","441531","tt5847286","cn","????????????","When a terrorist who specializes in explosives takes hold of an underground tunnel, he threatens to kill hostages if his demands are not met.","5.467","/2dzTBIcCgZiUVRg6T0GM9R9GT1H.jpg","[{'id':20543,'logo_path':null,'name':'Universe Entertainment','origin_country':''},{'id':30148,'logo_path':null,'name':'Bona Film Group','origin_country':''},{'id':86508,'logo_path':null,'name':'Infinitus Entertainment','origin_country':''}]","[{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'HK','name':'Hong Kong'}]","2017-04-20","0","119","[{'iso_639_1':'cn','name':'????????? / ?????????'}]","Released","","Shock Wave","false","6.7","35" +"false","/aQ06MnEDLh9X3ZOtY21UD2XB197.jpg","null","6000000","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","316154","tt4334266","en","The Bad Batch","In a desert wasteland in Texas, a muscled cannibal breaks one important rule: don???t play with your food.","7.259","/7o14VaMphEIzPwzeW6FP3A6zb4W.jpg","[{'id':90733,'logo_path':'/3K9wCZTyDgop3ITK1rDi6T2PckE.png','name':'Neon','origin_country':'US'},{'id':13184,'logo_path':'/pfUB1a62jSMIqp4Xmaq6z2cgW0B.png','name':'Annapurna Pictures','origin_country':'US'},{'id':17209,'logo_path':null,'name':'Vice Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-06-23","180851","119","[{'iso_639_1':'en','name':'English'}]","Released","","The Bad Batch","false","5.3","468" +"false","/24eBwrWN9LyVexBRHmcnIv6HKCj.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","188924","tt2449638","en","Atomica","In the near future, when communications go offline at a remote nuclear power plant isolated in the desert, a young safety inspector, Abby Dixon, is forced to fly out to bring them back online. Once inside the facility, mysterious clues and strange behaviors cause Abby to have doubts about the sanity, and perhaps identities, of the two employees onsite.","4.082","/o0fYUDBEvymij9WM3JtG1AVrgex.jpg","[{'id':22417,'logo_path':null,'name':'Syfy Films','origin_country':''},{'id':62331,'logo_path':null,'name':'Lifeboat Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-03-17","0","81","[{'iso_639_1':'en','name':'English'}]","Released","Earth needs a hero","Atomica","false","4.8","45" +"false","/pJc4tR2aXYBBZDtpowamW0RL1KI.jpg","null","4000000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':10752,'name':'War'}]","","313943","tt3722614","en","Revolt","The story of humankind's last stand against a cataclysmic alien invasion. Set in the war-ravaged African countryside, a U.S. soldier and a French foreign aid worker team up to survive the alien onslaught. Their bond will be tested as they search for refuge across a crumbling world.","7.234","/eM2zipCkAXhp0BZF2noDp7bRFgV.jpg","[{'id':7625,'logo_path':'/kzq4ibnNeZrp00zpBWv3st1QCOh.png','name':'Automatik Entertainment','origin_country':'US'},{'id':13161,'logo_path':null,'name':'Tea Shop & Film Company','origin_country':''},{'id':75895,'logo_path':null,'name':'Movie Power','origin_country':''},{'id':6626,'logo_path':'/A1BnMoWjzjOrjzpWimyBQkf84mS.png','name':'Voltage Pictures','origin_country':'US'},{'id':84988,'logo_path':'/rzpfuMEMDQnmqp0YTFMEqgfDrxY.png','name':'42','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-07-01","0","87","[{'iso_639_1':'en','name':'English'}]","Released","","Revolt","false","5.1","131" +"false","/8kiPIqPWJaeTNQlHvGyHodeh9lU.jpg","null","100000","[{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'},{'id':10749,'name':'Romance'}]","https://a24films.com/films/a-ghost-story","428449","tt6265828","en","A Ghost Story","Recently deceased, a white-sheeted ghost returns to his suburban home to console his bereft wife, only to find that in his spectral state he has become unstuck in time, forced to watch passively as the life he knew and the woman he loves slowly slip away.","10.916","/rp5JPIyZi9sMob15l46zNQLe5cO.jpg","[{'id':14634,'logo_path':null,'name':'Sailor Bear','origin_country':'US'},{'id':49471,'logo_path':null,'name':'Zero Trans Fat Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-04-24","1596371","93","[{'iso_639_1':'en','name':'English'}]","Released","It's all about time","A Ghost Story","false","7","850" +"false","/1e5GyqXhpgfKZFI8lgAknJYKgQU.jpg","null","0","[{'id':27,'name':'Horror'}]","","431259","tt5748392","en","Escape Room","Four friends who partake in a popular Los Angeles escape room find themselves stuck with a demonically possessed killer. The friends have less than an hour to solve the puzzles needed to escape the room alive.","4.514","/t0i88TFalwvcELDGkyW8AD9qQet.jpg","[{'id':77631,'logo_path':null,'name':'Precision Pictures','origin_country':''},{'id':94796,'logo_path':null,'name':'Global Genesis Group','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-08-31","0","90","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'en','name':'English'}]","Released","Let the game begin...","Escape Room","false","4.8","51" +"false","/69aWOSnh4cgorZwX6czYUTalKi4.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':18,'name':'Drama'}]","","86822","tt1945228","en","Voyage of Time: Life's Journey","A celebration of the universe, displaying the whole of time, from its start to its final collapse. This film examines all that occurred to prepare the world that stands before us now: science and spirit, birth and death, the grand cosmos and the minute life systems of our planet. (Wide release version with narration by Cate Blanchett.)","5.609","/lfdinlGEkAwZGa4FOxKN6kMAt61.jpg","[{'id':14319,'logo_path':'/z5jJhK1AMbr47CLVqsB4HpIBtHd.png','name':'Sycamore Pictures','origin_country':'US'},{'id':81837,'logo_path':null,'name':'Sophisticated Films','origin_country':''},{'id':856,'logo_path':'/3tfzS2CrX6Ntbu927XzHXEPDA6y.png','name':'Wild Bunch','origin_country':'FR'},{'id':81,'logo_path':'/8wOfUhA7vwU2gbPjQy7Vv3EiF0o.png','name':'Plan B Entertainment','origin_country':'US'},{'id':1246,'logo_path':'/lmeFQGzHEds5t2UfmODyrbf2nXm.png','name':'River Road Entertainment','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'FR','name':'France'}]","2017-03-10","0","90","[{'iso_639_1':'en','name':'English'}]","Released","From So Simple a Beginning.","Voyage of Time: Life's Journey","false","6.5","78" +"false","/3WO5PKT07qqHccYdyKtGZzOcKEn.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'}]","","419315","tt1977001","es","Anomalous","A young schizophrenic who felt threatened by a presence he was unable to define turns up gruesomely dead in his bathtub","1.249","/fDqKcjV7mRykX4rAGCPQnLsBaWK.jpg","[{'id':52727,'logo_path':null,'name':'Numerica Films S.L.','origin_country':''}]","[{'iso_3166_1':'ES','name':'Spain'}]","2016-11-11","0","100","[{'iso_639_1':'es','name':'Espa??ol'}]","Released","","Anomalous","false","5.4","11" +"false","/ftRkFtAGuHngHnLiOxktq0aCVMF.jpg","{'id':86066,'name':'Despicable Me Collection','poster_path':'/95prV91f4DxkBnLU43YjLbU1m3q.jpg','backdrop_path':'/37xamYKRUGCRux532lKcZdVGYuR.jpg'}","80000000","[{'id':28,'name':'Action'},{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':12,'name':'Adventure'}]","http://www.despicable.me","324852","tt3469046","en","Despicable Me 3","Gru and his wife Lucy must stop former '80s child star Balthazar Bratt from achieving world domination.","14.483","/6t3YWl7hrr88lCEFlGVqW5yV99R.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':6704,'logo_path':'/fOG2oY4m1YuYTQh4bMqqZkmgOAI.png','name':'Illumination Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-06-15","1031552585","96","[{'iso_639_1':'en','name':'English'}]","Released","Oh brother.","Despicable Me 3","false","6.3","3947" +"false","/cGDr83vSbhannFfSK6NeddTrgEA.jpg","null","1288000","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","223","tt0032976","en","Rebecca","Story of a young woman who marries a fascinating widower only to find out that she must live in the shadow of his former wife, Rebecca, who died mysteriously several years earlier. The young wife must come to grips with the terrible secret of her handsome, cold husband, Max De Winter. She must also deal with the jealous, obsessed Mrs. Danvers, the housekeeper, who will not accept her as the mistress of the house.","10.281","/3Gla0nxHboX3nxQzaU4SoqOtTjh.jpg","[{'id':1553,'logo_path':null,'name':'Selznick International Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1940-04-12","6000000","130","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","The shadow of this woman darkened their love.","Rebecca","false","7.9","614" +"false","/eQlnTkWvlsoM0ijpKcUWniGrwBY.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'}]","","32030","tt0080889","en","Hopscotch","When CIA operative Miles Kendig deliberately lets KGB agent Yaskov get away, his boss threatens to retire him. Kendig beats him to it, however, destroying his own records and traveling to Austria where he begins work on a memoir that will expose all his former agency's covert practices. The CIA catches wind of the book and sends other agents after him, initiating a frenetic game of cat and mouse that spans the globe.","3.504","/7ZTasNoTehrypra0X97zh8Amk3.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","1980-09-26","0","104","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","The most dangerous man in the world. He's about to expose the CIA, the FBI, the KGB ... and himself.","Hopscotch","false","7","46" +"false","/sZo96MCFy4yFaJFKIfj4hbyvTci.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","26371","tt0093512","en","Maurice","After his lover rejects him, a young man trapped by the oppressiveness of Edwardian society tries to come to terms with and accept his sexuality.","7.413","/4MI2y8XViPrDiKs1p0QC4bTeZzf.jpg","[{'id':9210,'logo_path':'/ruUf9qymJ1gKLmerDKO8pgq1CYM.png','name':'Film Four International','origin_country':''},{'id':2370,'logo_path':null,'name':'Merchant Ivory Productions','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1987-08-21","0","140","[{'iso_639_1':'en','name':'English'}]","Released","A Love Story of Unforgettable Passion","Maurice","false","7.6","127" +"false","/uebNeiIcMPLn8Pqpn8HL8tqRYpW.jpg","null","0","[{'id':37,'name':'Western'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","43308","tt0034182","en","The Shepherd of the Hills","Young Matt Masters, an Ozark Mountains moonshiner, hates the father he has never seen, who apparently deserted Matt's mother and left her to die. His obsession contributes to the hatred rampant in the mountains. However, the arrival of a stranger, Daniel Howitt, begins to positively affect the mountain people, who learn to shed their hatred under his gentle influence","2.871","/wmXVLgOgjHdLVAlDQr9hPFdGb6P.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1941-07-18","0","98","[{'iso_639_1':'en','name':'English'}]","Released","He Tamed Their Wild Hearts With His Courage and Won Them With His Love","The Shepherd of the Hills","false","6.2","17" +"false","/qQpLmoIdkY9aHjdmcHCWadQaoVH.jpg","null","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","18775","tt0075931","en","Demon Seed","A scientist creates Proteus, an organic super computer with artificial intelligence which becomes obsessed with human beings, and in particular the creators wife.","4.751","/wNWFsP7lJkt3whm1BrjSerg8RR.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1977-04-07","0","94","[{'iso_639_1':'en','name':'English'}]","Released","Julie Christie carries the ""Demon Seed."" Fear for her","Demon Seed","false","6","92" +"false","/2yUdzXvj5pe4SSNSYfFEs4TkObo.jpg","null","10000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':10752,'name':'War'}]","http://www.embankmentfilms.com/portfolio_page/churchill/","399790","tt2674454","en","Churchill","A ticking-clock thriller following Winston Churchill in the 24 hours before D-Day.","8.443","/fJxqYE0Li9Xcz45G2srBKUQzcwC.jpg","[{'id':86902,'logo_path':null,'name':'Embankment Films','origin_country':''},{'id':5056,'logo_path':'/kADFcjL04xe5HGBnlLjbfhliS2a.png','name':'Head Gear Films','origin_country':'GB'},{'id':9987,'logo_path':'/o5OTKAw7Acl5fTZYPyl8M8D9570.png','name':'Lipsync Productions','origin_country':'GB'},{'id':12075,'logo_path':null,'name':'Silver Reel','origin_country':'CH'},{'id':25954,'logo_path':null,'name':'Metrol Technology','origin_country':'GB'},{'id':60622,'logo_path':null,'name':'Tempo Productions Limited','origin_country':''},{'id':61770,'logo_path':null,'name':'Salon Pictures','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-05-25","0","110","[{'iso_639_1':'en','name':'English'}]","Released","The untold story of D-Day.","Churchill","false","6.1","145" +"false","/3zVBKPprJ9PeFBQbpT9uDiHGm61.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':10749,'name':'Romance'},{'id':878,'name':'Science Fiction'},{'id':9648,'name':'Mystery'}]","","269795","tt1131724","en","2:22","A man's life is derailed when an ominous pattern of events repeats itself in exactly the same manner every day, ending at precisely 2:22 p.m.","8.465","/aQkXOiMi7yBR3XwDbGBzDI2Tqnq.jpg","[{'id':8915,'logo_path':null,'name':'Pandemonium','origin_country':''},{'id':69756,'logo_path':null,'name':'Lightstream Entertainment','origin_country':'AU'},{'id':7584,'logo_path':'/eGkfvvyf4fJTvBUR1xt1669IPA3.png','name':'Screen Australia','origin_country':'AU'},{'id':101908,'logo_path':null,'name':'Walk The Walk Entertainment','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'US','name':'United States of America'}]","2017-06-29","3500000","99","[{'iso_639_1':'en','name':'English'}]","Released","","2:22","false","5.8","780" +"false","/6j8B3BqTuNrpAJoa0JIc7nZzOUn.jpg","null","5500000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'},{'id':12,'name':'Adventure'}]","https://47metersdownmovie.com/","403119","tt2932536","en","47 Meters Down","Two sisters on Mexican vacation are trapped in a shark observation cage at the bottom of the ocean, with oxygen running low and great whites circling nearby, they have less than an hour of air left to figure out how to get to the surface.","10.792","/2IgdRUTdHyoI3nFORcnnYEKOGIH.jpg","[{'id':61255,'logo_path':null,'name':'Lantica Media','origin_country':''},{'id':79822,'logo_path':null,'name':'Flexibon Films','origin_country':''},{'id':97585,'logo_path':null,'name':'Dragon Root Securities','origin_country':''},{'id':85170,'logo_path':null,'name':'Altitude Film Sales','origin_country':'GB'},{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'},{'id':97584,'logo_path':null,'name':'Entertainment Studios Motion Pictures','origin_country':''},{'id':13161,'logo_path':null,'name':'Tea Shop & Film Company','origin_country':''},{'id':36109,'logo_path':'/wca0Jcidf2N1KAPicYMjGoKOmYu.png','name':'The Fyzz','origin_country':'GB'}]","[{'iso_3166_1':'DO','name':'Dominican Republic'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2017-05-25","44235023","89","[{'iso_639_1':'en','name':'English'}]","Released","No way out. No way up. No chance in hell.","47 Meters Down","false","5.6","1447" +"false","/zQ9FxKd6CtBfRCA7fA3Voq1zlHd.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':27,'name':'Horror'}]","","350616","tt3575258","en","The Divine Tragedies","Two brothers fulfill their murderous fantasies, but doing so derails their relationship.","1.119","/qO1nJ0wskwl8dewftFjWZrSgUNx.jpg","[{'id':86009,'logo_path':null,'name':'Dual Visions','origin_country':''}]","[]","2015-10-03","0","96","[{'iso_639_1':'en','name':'English'}]","Released","Their Masterpiece Awaits","The Divine Tragedies","false","5.3","6" +"false","/c1uIDZZGTCv1CRbErLtwpueyerz.jpg","{'id':32916,'name':'Scooby-Doo! Animation Movies','poster_path':'/sSgWaprKYzMYRlmzah7sdAG6lo6.jpg','backdrop_path':'/7isX73SseGONsf9bYbEe6f9epEg.jpg'}","0","[{'id':9648,'name':'Mystery'},{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","","284995","tt3919322","en","Scooby-Doo! Frankencreepy","Scooby-Doo and those ""meddling kids"" Shaggy, Fred, Daphne and Velma are back in this all-new original movie! Velma discovers she's inherited her great-great-uncle Dr. Von Dinkenstein???s cursed castle in the terrifying town of Transylvania???Pennsylvania, that is. Just when the Gang persuades Velma to go claim her inheritance, the ghost of Dinkenstein Castle blows up the Mystery Machine as a warning! Now the Crew must spring back into action, but this time it's personal! Who's responsible for the Dinkenstein monster? What family secret has Velma been hiding? Will Fred recover from the loss of his beloved Mystery Machine? Can any helpless snack survive Scooby and Shaggy's monster-sized appetites? This Scooby-Doo adventure has enough spooky fun to make the whole family come alive!","3.229","/eMgKUc8UJ96j23syl2KkNPyUHF7.jpg","[{'id':2785,'logo_path':'/l5zW8jjmQOCx2dFmvnmbYmqoBmL.png','name':'Warner Bros. Animation','origin_country':'US'},{'id':2786,'logo_path':'/WkipqT3yVydHqKbS7lAMod9hc8.png','name':'Warner Home Video','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-08-19","0","74","[{'iso_639_1':'en','name':'English'}]","Released","Scooby-Doo and those ""meddling kids"" Shaggy, Fred, Daphne and Velma are back in this all-new adventure!","Scooby-Doo! Frankencreepy","false","6.3","34" +"false","/1n00NlOGRFZVs8coBxyZLm5l4EC.jpg","{'id':8650,'name':'Transformers Collection','poster_path':'/vOUPHWV8aGXq4yYQ2csje5LdT6g.jpg','backdrop_path':'/zvZBNNDWd5LcsIBpDhJyCB2MDT7.jpg'}","217000000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'},{'id':12,'name':'Adventure'}]","http://www.transformersmovie.com/","335988","tt3371366","en","Transformers: The Last Knight","Autobots and Decepticons are at war, with humans on the sidelines. Optimus Prime is gone. The key to saving our future lies buried in the secrets of the past, in the hidden history of Transformers on Earth.","30.567","/s5HQf2Gb3lIO2cRcFwNL9sn1o1o.jpg","[{'id':38831,'logo_path':null,'name':'Tom DeSanto/Don Murphy Production','origin_country':''},{'id':38833,'logo_path':null,'name':'Ian Bryce Productions','origin_country':''},{'id':83645,'logo_path':null,'name':'Huahua Media','origin_country':'CN'},{'id':435,'logo_path':null,'name':'Di Bonaventura Pictures','origin_country':'US'},{'id':90738,'logo_path':null,'name':'Paramount Pictures (Canada)','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2017-06-16","605425157","149","[{'iso_639_1':'en','name':'English'}]","Released","For one world to live, the other must die.","Transformers: The Last Knight","false","6","3129" +"false","/u3hiCBwJ2yGCiJb3kOoqXThTQ7Z.jpg","{'id':10522,'name':'Starship Troopers Collection','poster_path':'/uumu3Xj1ME1632SCsyVJwITgOKZ.jpg','backdrop_path':'/hwZXCuY6GVw50o17nDGbSR8WMFJ.jpg'}","0","[{'id':28,'name':'Action'},{'id':16,'name':'Animation'},{'id':878,'name':'Science Fiction'}]","","460790","tt6977240","en","Starship Troopers: Traitor of Mars","Federation trooper Johnny Rico is ordered to work with a group of new recruits on a satellite station on Mars, where giant bugs have decided to target their next attack.","6.599","/dzqEq8Jbvb5SYGoYPqLyIRrt6Cm.jpg","[{'id':23335,'logo_path':null,'name':'Lucent Pictures Entertainment','origin_country':''},{'id':23333,'logo_path':null,'name':'Sola Digital Arts','origin_country':''},{'id':34,'logo_path':'/GagSvqWlyPdkFHMfQ3pNq6ix9P.png','name':'Sony Pictures','origin_country':'US'}]","[{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'US','name':'United States of America'}]","2017-08-21","0","87","[{'iso_639_1':'en','name':'English'}]","Released","","Starship Troopers: Traitor of Mars","false","5.7","113" +"false","/7C921eWK06n12c1miRXnYoEu5Yv.jpg","{'id':295,'name':'Pirates of the Caribbean Collection','poster_path':'/zT5UKFhq9nk97VGlBbAxlAK8UFN.jpg','backdrop_path':'/zJd4E0ImT1U6O8k6aX3ssc9iUBS.jpg'}","230000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':14,'name':'Fantasy'},{'id':35,'name':'Comedy'}]","http://pirates.disney.com/pirates-of-the-caribbean-dead-men-tell-no-tales","166426","tt1790809","en","Pirates of the Caribbean: Dead Men Tell No Tales","Thrust into an all-new adventure, a down-on-his-luck Capt. Jack Sparrow feels the winds of ill-fortune blowing even more strongly when deadly ghost sailors led by his old nemesis, the evil Capt. Salazar, escape from the Devil's Triangle. Jack's only hope of survival lies in seeking out the legendary Trident of Poseidon, but to find it, he must forge an uneasy alliance with a brilliant and beautiful astronomer and a headstrong young man in the British navy.","21.144","/xbpSDU3p7YUGlu9Mr6Egg2Vweto.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':130,'logo_path':'/c9dVHPOL3cqCr2593Ahk0nEKTEM.png','name':'Jerry Bruckheimer Films','origin_country':'US'},{'id':2691,'logo_path':null,'name':'Infinitum Nihil','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-05-23","794191988","129","[{'iso_639_1':'en','name':'English'}]","Released","All pirates must die.","Pirates of the Caribbean: Dead Men Tell No Tales","false","6.5","6640" +"false","/h2nqiQ7qjcOQez5MRdyebj9avjJ.jpg","null","0","[{'id':18,'name':'Drama'},{'id':12,'name':'Adventure'}]","","427648","tt2461340","en","Till We Meet Again","Follows a couple through their completely different journeys in Thailand and simultaneously reveals their past in New York through flash backs.","0.678","/wUAfJDkRfTVDjvNvsT0UdtgiRxt.jpg","[{'id':93110,'logo_path':null,'name':'Indeed films','origin_country':''}]","[{'iso_3166_1':'TH','name':'Thailand'},{'iso_3166_1':'US','name':'United States of America'}]","2016-11-25","0","105","[{'iso_639_1':'th','name':'?????????????????????'},{'iso_639_1':'en','name':'English'}]","Released","They need to find themselves before they can find each other","Till We Meet Again","false","7.1","10" +"false","/84G0PJjXc3uGu8UyVsaAGvyRCr8.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'}]","","14755","tt0061556","en","The Deadly Affair","Charles Dobbs is a British secret agent investigating the apparent suicide of Foreign Office official Samuel Fennan. Dobbs suspects that Fennan's wife, Elsa, a survivor of a Nazi Germany extermination camp, might have some clues, but other officials want Dobbs to drop the case. So Dobbs hires a retiring inspector, Mendel, to quietly make inquiries. Dobbs isn't at all sure as there are a number of anomalies that simply can't be explained away. Dobbs is also having trouble at home with his errant wife, whom he very much loves, having frequent affairs. He's also pleased to see an old friend, Dieter Frey, who he recruited after the war. With the assistance of a colleague and a retired policeman, Dobbs tries to piece together just who is the spy and who in fact assassinated Fennan.","2.386","/7UNbXips8TUZ1RTrRudRZ3FTRSh.jpg","[{'id':2964,'logo_path':null,'name':'Sidney Lumet Film Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1966-05-13","0","115","[{'iso_639_1':'en','name':'English'}]","Released","","The Deadly Affair","false","6.2","25" +"false","/mGxlhHbtI6FZJxvhcBBBnHsfxuB.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","11060","tt0099850","en","Internal Affairs","Keen young Raymold Avila joins the Internal Affairs Department of the Los Angeles police. He and partner Amy Wallace are soon looking closely at the activities of cop Dennis Peck whose financial holdings start to suggest something shady. Indeed Peck is involved in any number of dubious or downright criminal activities. He is also devious, a womaniser, and a clever manipulator, and he starts to turn his attention on Avila.","7.787","/j3Lk53GMp0EH9jFBrjd6Y04yyAO.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-01-12","27734391","114","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Trust him... he's a cop.","Internal Affairs","false","6.4","133" +"false","/p3mSqCHahxPwXZ21BjRQ8yek4Uy.jpg","{'id':43066,'name':'Teen Wolf Collection','poster_path':'/eeMpaaRa8y6ZVjlAdqmZlF1iIOn.jpg','backdrop_path':'/n48aLnG4NpTWpu1PXxxgFMYlbCM.jpg'}","0","[{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'},{'id':10751,'name':'Family'}]","","15582","tt0094118","en","Teen Wolf Too","Although awkward college student Todd Howard is particularly adept at science, he's paying for school with an athletic scholarship that he will lose should he not fare well in an upcoming boxing tournament. Luckily for Todd, he has inherited the same family curse that once turned his cousin into a werewolf. As he transforms into the hairy, fanged, howling monster, he finds both his physical agility and his popularity skyrocketing -- but at what cost?","6.224","/1YFTOfqWhlTQzWy0TPYF4XRGo7Y.jpg","[{'id':3267,'logo_path':null,'name':'Atlantic Entertainment Group','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-11-20","0","95","[{'iso_639_1':'en','name':'English'}]","Released","High school was easy. But college is a whole different ANIMAL.","Teen Wolf Too","false","3.9","82" +"false","/shwQgS3MqjjU2X47MV6SCqSaekq.jpg","null","0","[{'id':18,'name':'Drama'}]","","425751","tt5655222","en","The Hero","Lee, a former Western film icon, is living a comfortable existence lending his golden voice to advertisements and smoking weed. After receiving a lifetime achievement award and unexpected news, Lee reexamines his past, while a chance meeting with a sardonic comic has him looking to the future.","5.121","/1xz4ggwOJi8FUsjsLDbFrCxyK0e.jpg","[{'id':8714,'logo_path':null,'name':'Northern Lights Films','origin_country':'US'},{'id':13466,'logo_path':'/d2ewBAUkCGeYMj6bv2Z9PkzL5OA.png','name':'Park Pictures Features','origin_country':'US'},{'id':66044,'logo_path':null,'name':'Houston King Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-06-09","4077333","97","[{'iso_639_1':'en','name':'English'}]","Released","","The Hero","false","6.2","80" +"false","/2VnTRnQHc5vhBWg93cmQXjuDWvx.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","","13105","tt0085970","en","Mr. Mom","Jack and Caroline are a couple making a decent living When Jack suddenly loses his job. They agree that he should stay at home and look after the house while Caroline works. It's just that he's never done it before, and really doesn't have a clue...","6.637","/x5X1X20BsyQgMHymQtLkfCfqMSU.jpg","[{'id':1812,'logo_path':null,'name':'Aaron Spelling Productions','origin_country':''},{'id':8791,'logo_path':null,'name':'Sherwood Productions','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1983-07-22","64783827","91","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","When mom goes to work, dad goes berserk!","Mr. Mom","false","6.5","121" +"false","/6HoX25QQpauFGFjZ8rr250cHy0L.jpg","null","12000000","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","12628","tt0119906","en","Playing God","Stripped of his medical license after performing an operation while high on amphetamines, famed LA surgeon Dr Eugene Sands abandons his former life only to find himself crossing paths with Raymond Blossom, an infamous counterfeiter. Employed as a ""gun-shot doctor"" when Raymond's associates cannot risk visiting a hospital, Eugene is lured deep into the criminal world and becomes entangled with his boss's girlfriend.","3.601","/3rZCoMHCnlCKwj1wGo9l5O0zu9K.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-10-17","4000000","94","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'en','name':'English'}]","Released","Joining this deadly underworld was easy. But getting out...deadly!","Playing God","false","5.7","45" +"false","/sfAL1chnvNgNM418C5kH63m4Crl.jpg","null","0","[{'id':28,'name':'Action'},{'id':9648,'name':'Mystery'},{'id':18,'name':'Drama'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'},{'id':14,'name':'Fantasy'}]","","357851","tt3699372","de","Let Me Make You a Martyr","A cerebral revenge film about two adopted siblings who fall in love, and hatch a plan to kill their abusive father.","1.855","/AjtdZc2CIdOeTElbvvC8Dh3z980.jpg","[{'id':62457,'logo_path':null,'name':'Actium Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-07-22","0","85","[{'iso_639_1':'en','name':'English'}]","Released","","Let Me Make You a Martyr","false","5.8","27" +"false","/nOHFOxK8oFUHGoXNFHnaebuo74c.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'}]","","409297","tt4805316","en","A Dark Song","A determined young woman and a damaged occultist risk their lives and souls to perform a dangerous ritual that will grant them what they want.","6.771","/fguce8M1bZnWjVkRWCFh9P3kt6A.jpg","[{'id':46844,'logo_path':null,'name':'Tall Man Films','origin_country':''},{'id':11571,'logo_path':null,'name':'Samson Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'IE','name':'Ireland'}]","2016-10-14","0","100","[{'iso_639_1':'en','name':'English'}]","Released","Not everything can be forgiven.","A Dark Song","false","6.1","184" +"false","/mSHK33MYA2bC23Ht3G1joaqofk1.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://dont-take-me-home.com","444315","tt6608386","en","Don't Take Me Home","Documentary focusing on the wales national football team and their first Major Tournament since 1958 at the Euro's 2016 in France. going beyond expectations and reaching the Semi Final, Making a Country Proud","0.625","/ngtExOZIgr95iR3p8qYwLbJofoM.jpg","[]","[]","2017-03-01","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Together Stronger","Don't Take Me Home","false","7.1","6" +"false","/dhX8LZJkREFmRcrbEGNkf6EE0OL.jpg","null","10000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","410554","tt5884234","en","First Kill","A police chief tries to solve a kidnapping that involves a bank robber holding a young boy hostage.","7.973","/zoia9YSg82UNYbtum9QYjKSqdLw.jpg","[{'id':63443,'logo_path':'/iKm40tfw3Hxaz7mUubWrdbApUJV.png','name':'The Fyzz Facility','origin_country':'GB'},{'id':290,'logo_path':'/Q8mw2AOQQc8Qg0uNwLWq86DVZv.png','name':'Ingenious Media','origin_country':'GB'},{'id':3160,'logo_path':null,'name':'Brookstreet Pictures','origin_country':''},{'id':73685,'logo_path':null,'name':'Emmett Furla Oasis Films','origin_country':'US'},{'id':85562,'logo_path':null,'name':'River Bay Films','origin_country':''},{'id':95598,'logo_path':null,'name':'Kirk Shaw Productions','origin_country':''},{'id':95599,'logo_path':null,'name':'Aboretum Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-07-21","0","97","[{'iso_639_1':'en','name':'English'}]","Released","When you only have one shot, don't miss.","First Kill","false","5.5","234" +"false","/q7MjtWWThDW1XvwA3wiVpa7poWW.jpg","null","10000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","","426230","tt5816374","en","Band Aid","A couple who can't stop fighting embark on a last-ditch effort to save their marriage: turning their fights into songs and starting a band.","5.029","/hDYKhDkmvvPnYESr1yNG3K5oMZT.jpg","[{'id':72725,'logo_path':null,'name':'QC Entertainment','origin_country':'US'},{'id':50080,'logo_path':null,'name':'Mister Lister Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-06-02","248370","91","[{'iso_639_1':'en','name':'English'}]","Released","Misery loves accompaniment","Band Aid","false","6.5","79" +"false","/8jn2hq7AsXi4XW064vmokPnIBCV.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://riskfilm.org/","393561","tt4964772","en","Risk","Capturing the story of WikiLeaks founder Julian Assange with unprecedented access, director Laura Poitras finds herself caught between the motives and contradictions of Assange and his inner circle in a documentary portrait of power, betrayal, truth and sacrifice.","2.68","/rxrkcyNNughClOL8j8qwNgY9xI5.jpg","[{'id':90733,'logo_path':'/3K9wCZTyDgop3ITK1rDi6T2PckE.png','name':'Neon','origin_country':'US'},{'id':46226,'logo_path':null,'name':'Praxis Films','origin_country':''},{'id':71551,'logo_path':'/hT2G2iuXXqY458TYen2T2qmjlS8.png','name':'Field of Vision','origin_country':'US'},{'id':75807,'logo_path':'/bLzSVaxHIe8gzxhiSJCj0zI1Lj9.png','name':'First Look Media','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2017-05-05","197621","86","[{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'de','name':'Deutsch'}]","Released","How much of your own life are you willing to risk","Risk","false","6.9","20" +"false","/cRXRb5vAOPVDRKrQ0L6cmGSvSeF.jpg","null","0","[{'id':35,'name':'Comedy'}]","","432787","tt5829040","en","Fun Mom Dinner","Four women, whose kids attend the same preschool class, get together for a ""fun mom dinner"". When the night takes an unexpected turn, these unlikely new friends realize they have more in common than just marriage and motherhood.","5.797","/6mtqrfp56Xa4DS64wrqVN9AZwkS.jpg","[{'id':63631,'logo_path':null,'name':'Gettin' Rad Productions','origin_country':''},{'id':76901,'logo_path':'/l6LNuKdl51PmyO130Kzmc9FKosI.png','name':'June Pictures','origin_country':'US'},{'id':6626,'logo_path':'/A1BnMoWjzjOrjzpWimyBQkf84mS.png','name':'Voltage Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-08-04","0","81","[{'iso_639_1':'en','name':'English'}]","Released","Every mom needs a time out.","Fun Mom Dinner","false","5.7","107" +"false","/5ceIqlRzWH4x1IPU9OfjXHO2Kz6.jpg","null","38000000","[{'id':28,'name':'Action'},{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","http://www.foxmovies.com/movies/captain-underpants-the-first-epic-movie","268531","tt2091256","en","Captain Underpants: The First Epic Movie","Two mischievous kids hypnotize their mean elementary school principal and turn him into their comic book creation, the kind-hearted and elastic-banded Captain Underpants.","13.1","/AjHZIkzhPXrRNE4VSLVWx6dirK9.jpg","[{'id':30246,'logo_path':null,'name':'Scholastic Entertainment','origin_country':'US'},{'id':521,'logo_path':'/kP7t6RwGz2AvvTkvnI1uteEwHet.png','name':'DreamWorks Animation','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-06-01","125289450","89","[{'iso_639_1':'en','name':'English'}]","Released","","Captain Underpants: The First Epic Movie","false","6","557" +"false","/76rh9uQWW0LmdCGe8kMwDbSbLB9.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","291276","tt1734493","en","Unlocked","After failing to apprehend the terrorist behind a Paris attack that claimed dozens of lives, CIA agent Alice Racine is forced to live in London as a caseworker. Her mentor unexpectedly calls her back into action when the CIA discovers that another attack is imminent. Alice soon learns that the classified information she's uncovered has been compromised. Running for her life, she turns to a former soldier to help her prevent a lethal biological attack on the citizens of London.","8.699","/fBDLdEraxCBKGmOPb6pJPYiDQh1.jpg","[{'id':12075,'logo_path':null,'name':'Silver Reel','origin_country':'CH'},{'id':435,'logo_path':null,'name':'Di Bonaventura Pictures','origin_country':'US'},{'id':9987,'logo_path':'/o5OTKAw7Acl5fTZYPyl8M8D9570.png','name':'Lipsync Productions','origin_country':'GB'},{'id':20473,'logo_path':null,'name':'Czech Anglo Productions','origin_country':''},{'id':32554,'logo_path':null,'name':'Bloom','origin_country':'US'},{'id':94135,'logo_path':null,'name':'SRA Productions','origin_country':''},{'id':109610,'logo_path':null,'name':'Unlocked Distribution','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'CZ','name':'Czech Republic'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CH','name':'Switzerland'}]","2017-04-27","0","98","[{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","","Unlocked","false","6.2","488" +"false","/vxRmrWb68HDGzSr08rDxWNK1WcL.jpg","null","916000","[{'id':18,'name':'Drama'}]","","333384","tt1366338","en","Lowriders","A young street artist in East Los Angeles is caught between his father's obsession with lowrider car culture, his ex-felon brother and his need for self-expression.","6.708","/mafycJVTwbsArAycD9yv1KzeAxH.jpg","[{'id':23,'logo_path':'/mkxNjThahj5pvntvYKVpMbWXm3D.png','name':'Imagine Entertainment','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':3172,'logo_path':'/kDedjRZwO8uyFhuHamomOhN6fzG.png','name':'Blumhouse Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-04-28","6179955","99","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","","Lowriders","false","6.4","44" +"false","/cf7qkIAvv8GKWvtzYrJUwtClT1K.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","86214","tt0071938","en","Vampira","A faulty blood transfusion turns Dracula's wife black.","1.127","/g6GMXN18RZ80W4B8wzeKEuJhma1.jpg","[]","[]","1974-10-10","0","88","[{'iso_639_1':'en','name':'English'}]","Released","","Vampira","false","4.7","6" +"false","/8j5jLV3JCr7u1by6wCWBJ1AEY4y.jpg","null","0","[{'id':18,'name':'Drama'}]","","94393","tt0053244","en","The Savage Innocents","An Eskimo who has had little contact with white men goes to a trading post where he accidentally kills a missionary and finds himself being pursued by the police.","2.699","/yzqM23jBTKUNVjWkj45VntI3NNX.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':7816,'logo_path':null,'name':'Gray Film','origin_country':''},{'id':18136,'logo_path':null,'name':'Joseph Janni Production','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'GB','name':'United Kingdom'}]","1960-03-20","0","110","[{'iso_639_1':'en','name':'English'}]","Released","Savage, sensational drama in this fantastic adventure!","The Savage Innocents","false","7.2","13" +"false","/mv6CWyDdhv9ABXh5rLgCoaz17RB.jpg","{'id':330555,'name':'Ernest Collection','poster_path':'/aH32Y3bzp9WEpaL7qVH0HMQHZO4.jpg','backdrop_path':'/vTlcbHNWrAf77AZFDZ9yCjHm8ag.jpg'}","0","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","18943","tt0099512","en","Ernest Goes to Jail","Bumbling Ernest P. Worrell is assigned to jury duty, where a crooked lawyer notices a resemblance with crime boss Mr. Nash, and arranges a switch. Nash assumes Ernest's job as a bank employee, while Ernest undergoes Nash's sentence to the electric chair. But instead of killing him, the electrocution gives Ernest superhuman powers, enabling him to escape from jail and foil Nash's attempt to rob the bank.","4.3","/3tbX8ZjsHjAIeUSwnJhMh7xQ6dB.jpg","[{'id':10282,'logo_path':null,'name':'Silver Screen Partners IV','origin_country':''},{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'}]","[]","1990-04-06","0","81","[{'iso_639_1':'en','name':'English'}]","Released","Guilty of Maximum Fun in the First Degree!","Ernest Goes to Jail","false","5","59" +"false","/5Rz3Sm6jNSYRVwoHdDCJsdHGCkE.jpg","{'id':330555,'name':'Ernest Collection','poster_path':'/aH32Y3bzp9WEpaL7qVH0HMQHZO4.jpg','backdrop_path':'/vTlcbHNWrAf77AZFDZ9yCjHm8ag.jpg'}","0","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","32685","tt0101821","en","Ernest Scared Stupid","Well-intentioned, eternally bumbling Ernest P. Worrell accidentally releases an evil demon from its sacred tomb. As the demon flexes its power and goes on a ruinous rampage, good-guy Ernest tries to step in to save the town from mass destruction. Trouble is, a 200-year-old curse has scared Ernest stupid, and that means hilarity all around! So, kick back and let the laugh-ridden adventures begin.","3.924","/6iYlS2bOYIJOELQnW7Rr2Vv8zg0.jpg","[{'id':8830,'logo_path':null,'name':'Touchwood Pacific Partners 1','origin_country':''},{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1991-10-11","0","91","[{'iso_639_1':'en','name':'English'}]","Released","","Ernest Scared Stupid","false","5.5","77" +"false","/maDBFV1ZpL9eJ2yRMEv4xw0pcwX.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","","424488","tt4899370","en","Megan Leavey","The true story of Marine Corporal Megan Leavey, who forms a powerful bond with an aggressive combat dog, Rex. While deployed in Iraq, the two complete more than 100 missions and save countless lives, until an IED explosion puts their faithfulness to the test.","9.206","/yq66hYkXFaj2DDqCkF6T2wT7VxQ.jpg","[{'id':19483,'logo_path':null,'name':'Calle Cruzada','origin_country':'ES'},{'id':10285,'logo_path':'/5jxaT7zoJKtnwqxniiJ9iJLsJru.png','name':'LD Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-06-09","13406883","116","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'it','name':'Italiano'}]","Released","Based on the true story of a marine's best friend.","Megan Leavey","false","7.1","365" +"false","/vPqyuIriD8uhCkdd5IieheN6LPp.jpg","null","40000000","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","http://www.alleyez.movie/","402529","tt1666185","en","All Eyez on Me","All Eyez on Me chronicles the life and legacy of Tupac Shakur, including his rise to superstardom as a hip-hop artist, actor, poet and activist, as well as his imprisonment and prolific, controversial time at Death Row Records. Against insurmountable odds, Tupac rose to become a cultural icon whose career and persona both continue to grow long after his passing.","7.462","/zmgsaKFWbmZ1Grz4SO0PLNxilv3.jpg","[{'id':10210,'logo_path':null,'name':'Morgan Creek Productions','origin_country':'US'},{'id':96684,'logo_path':null,'name':'Program Pictures','origin_country':''},{'id':6626,'logo_path':'/A1BnMoWjzjOrjzpWimyBQkf84mS.png','name':'Voltage Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-06-12","44922302","139","[{'iso_639_1':'en','name':'English'}]","Released","Legends never die","All Eyez on Me","false","6.4","678" +"false","/1xNdiSJnc1M3oJ3fDjOh8CfShqN.jpg","null","0","[{'id':53,'name':'Thriller'}]","http://www.bloodorangemovie.com","353452","tt4145108","en","Blood Orange","The idyllic life of Bill, a retired aging rock star, and his young wife is rocked by a lover from her past, resulting in catastrophic consequences.","1.073","/xfb1SgVi0rn79BsccZ2B0rNWzfK.jpg","[{'id':73882,'logo_path':null,'name':'Trigger Films','origin_country':'GB'},{'id':60278,'logo_path':null,'name':'Lightworks Film','origin_country':'GB'}]","[{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-04-29","0","85","[{'iso_639_1':'en','name':'English'}]","Released","","Blood Orange","false","6.6","11" +"false","/vNzUbvQtGxRUY1tUaJjdu0Cpy3E.jpg","null","783000","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'}]","","10604","tt0057831","el","???????????? ??????????????","An uptight English writer traveling to Crete on a matter of business finds his life changed forever when he meets the gregarious Alexis Zorba.","6.78","/gLk4tDNKpOIq4ZUL15qX3YWDkxY.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GR','name':'Greece'}]","1964-12-14","0","142","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'el','name':'????????????????'}]","Released","Life. Lust. Love. Zorba.","Zorba the Greek","false","7.3","116" +"false","/6kGg5jANkqrQK7X8EJUJCNi9n0e.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://nature.disney.com/born-in-china","355277","tt4629266","zh","Born in China","Venturing into the wilds of China, ""Born in China"" captures intimate moments with a panda bear and her growing cub, a young golden monkey who feels displaced by his baby sister, and a mother snow leopard struggling to raise her two cubs.","4.199","/7oOHmp6SwuLmVEpdDInm14OmlzL.jpg","[{'id':4436,'logo_path':'/iCnomrQJMG059X084K4bARkYIhM.png','name':'Disneynature','origin_country':''},{'id':61239,'logo_path':null,'name':'Chuan Films','origin_country':''}]","[{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2016-08-12","0","76","[{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","","Born in China","false","7.3","78" +"false","/6M7QjOTieZzjDocCdNfO9CTY5DS.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","400649","tt4480398","en","Attack of the Killer Donuts","A chemical accident turns ordinary donuts into blood thirsty killers. Now it's up to Johnny, Michelle and Howard to save their sleepy town from...Killer Donuts.","2.095","/gx5Cp4enCXcpaOJAg6OBYdn2DZi.jpg","[{'id':90088,'logo_path':null,'name':'Restless Nomad Films','origin_country':''},{'id':18013,'logo_path':null,'name':'Rogue State','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-07-17","0","98","[{'iso_639_1':'en','name':'English'}]","Released","We've eaten them for years, now it's their turn!","Attack of the Killer Donuts","false","3.8","34" +"false","/6fwuBSN56KtiHH19bLRIxGtfpC5.jpg","null","21000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","293768","tt1458169","en","Kidnap","A mother (in her Minivan) stops at nothing to recover her kidnapped son.","10.38","/fwdOX3PEZlOLXr9SMpgRnSmTVFp.jpg","[{'id':290,'logo_path':'/Q8mw2AOQQc8Qg0uNwLWq86DVZv.png','name':'Ingenious Media','origin_country':'GB'},{'id':435,'logo_path':null,'name':'Di Bonaventura Pictures','origin_country':'US'},{'id':68506,'logo_path':null,'name':'Gold Star Films','origin_country':''},{'id':74208,'logo_path':'/rZU9oUWZ66ns44vLmqVmeNrGATs.png','name':'Lotus Entertainment','origin_country':'US'},{'id':92392,'logo_path':null,'name':'606 Films','origin_country':''},{'id':92394,'logo_path':null,'name':'Well Go USA Entertainment','origin_country':''},{'id':92395,'logo_path':null,'name':'Rumble Entertainment','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2017-06-16","30718107","95","[{'iso_639_1':'en','name':'English'}]","Released","Vengeance is Mom","Kidnap","false","6","781" +"false","/fYI8WX2DquAHMqwh5mOMxc6RU5j.jpg","null","5000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://thebigsickmovie.com","416477","tt5462602","en","The Big Sick","Pakistan-born comedian Kumail Nanjiani and grad student Emily Gardner fall in love but struggle as their cultures clash. When Emily contracts a mysterious illness, Kumail finds himself forced to face her feisty parents, his family's expectations, and his true feelings.","11.827","/qquEFkFbQX1i8Bal260EgGCnZ0f.jpg","[{'id':20580,'logo_path':'/tkFE81jJIqiFYPP8Tho57MXRQEx.png','name':'Amazon Studios','origin_country':'US'},{'id':7493,'logo_path':'/452FO4LcI6lA6bfgl6w1kQYRBlr.png','name':'FilmNation Entertainment','origin_country':'US'},{'id':10105,'logo_path':'/bN4tiAS8oNlHhIqq66KBPQ1Ekqh.png','name':'Apatow Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-06-23","56303596","120","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ur','name':'????????'}]","Released","An awkward true story.","The Big Sick","false","7.5","1232" +"false","/iXSLA3PCQF58tJPtFSGJaaFutGw.jpg","{'id':286023,'name':'Sharknado Collection','poster_path':'/l525ueVZgelZoCSMgPZKKOEJMEC.jpg','backdrop_path':'/iJ7pFCD0xNUHkbSoTY60CDGfRjQ.jpg'}","3000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'},{'id':10770,'name':'TV Movie'},{'id':12,'name':'Adventure'}]","","438970","tt6298780","en","Sharknado 5: Global Swarming","Fin and his wife April travel around the world to save their young son who's trapped inside a sharknado.","6.876","/tChGHX3tMRkXEiiojoJZ3Vsmlcf.jpg","[{'id':6677,'logo_path':'/tyd27JWQI6z2eZH6AhRJlmYhr9k.png','name':'Syfy','origin_country':'US'},{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-08-06","0","90","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","Make America bait again!","Sharknado 5: Global Swarming","false","4.3","128" +"false","/9vHcIFK6mj0TSwVr6cmqlceJVkJ.jpg","{'id':464125,'name':'Dragon Nest Collection','poster_path':'/fSHDj84jJiagO4XDvGTLngxiqly.jpg','backdrop_path':'/5LX5LigezI0Ja13hExz12YByrJU.jpg'}","0","[{'id':14,'name':'Fantasy'},{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","","408355","tt5425264","zh","Dragon Nest Movie 2: Throne of Elves","In the mythical Elven world of Altera, an epic battle unfolds between the beautiful Princess Liya and the Dark Elf Elena, who has gained possession of a jewel so powerful it allows its holder complete authority over all Alterans.","5.64","/3uDlD6Emo02JxXarE5hwD0vNZ5y.jpg","[{'id':60714,'logo_path':null,'name':'Mili Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CN','name':'China'}]","2016-07-31","0","90","[{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'en','name':'English'}]","Released","","Throne of Elves","false","8.4","18" +"false","/fgp1ol2U0fVDr908iF0ls4zTfzn.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'}]","","21332","tt0091814","en","Quicksilver","Jack Casey ('Kevin Bacon' )used to be a hot-shot stock market whiz kid. After a disastrous professional decision, his life in the fast lane is over. He loses his nerve and joins a speed delivery firm which relies on bicycles to avoid traffic jams of San Francisco, is attracted to a fellow bicycler, Terri, and befriends Hector, a budding entrepreneur. Can Jack regain his nerve and his self-respect, and rebuild his life on a more sound basis?","3.265","/hr07rhBaNlNqcpHbMZZ81T7J5yv.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1986-02-14","0","105","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","Kevin Bacon is Jack Casey. He traded in his three-piece suit for a ten-speed and the streets.","Quicksilver","false","5.6","42" +"false","/MG8QIsgbx2YcbITk9cKxnrw24I.jpg","null","0","[{'id':18,'name':'Drama'}]","","28145","tt0065088","en","They Shoot Horses, Don't They?","In the midst of the Great Depression, manipulative emcee Rocky enlists contestants for a dance marathon offering a $1,500 cash prize. Among them are a failed actress, a middle-aged sailor, a delusional blonde and a pregnant girl.","5.861","/gzzJDBx66nTk60jhME5OwRAefQ0.jpg","[{'id':3065,'logo_path':'/sJ919bmS8B53hujwbn5eqg6y6G6.png','name':'American Broadcasting Company (ABC)','origin_country':'US'},{'id':12146,'logo_path':null,'name':'Palomar Pictures International','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1969-12-10","0","120","[{'iso_639_1':'en','name':'English'}]","Released","People are the ultimate spectacle.","They Shoot Horses, Don't They?","false","7.8","104" +"false","/nmWcy1bkUiRe5CkJSxAIbNWPS2X.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':10402,'name':'Music'}]","https://dogwoof.com/whitney-can-i-be-me/","448449","tt5563330","en","Whitney: Can I Be Me","The life and tragic death of Whitney Houston.","7.596","/lTIpS9tlEn625aWMK8DvPR5S335.jpg","[{'id':12913,'logo_path':null,'name':'Lafayette Films','origin_country':'US'},{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':11594,'logo_path':'/fOQ18TmeTzQaVLiMayYGfc5uzoL.png','name':'Passion Pictures','origin_country':''},{'id':4343,'logo_path':'/rXq1B1Hnkdnw6soz1zoGcslK3wb.png','name':'Showtime Networks','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2017-04-24","0","105","[{'iso_639_1':'en','name':'English'}]","Released","","Whitney: Can I Be Me","false","6.3","100" +"false","/6iUNJZymJBMXXriQyFZfLAKnjO6.jpg","{'id':468552,'name':'Wonder Woman Collection','poster_path':'/gKLA5GQSi8ZNrrQsutHDpscQ2Y2.jpg','backdrop_path':'/wdxWpq6lzgWxH8N8YgqQmLPvgn5.jpg'}","149000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':10752,'name':'War'}]","http://www.warnerbros.com/wonder-woman","297762","tt0451279","en","Wonder Woman","An Amazon princess comes to the world of Man in the grips of the First World War to confront the forces of evil and bring an end to human conflict.","34.55","/imekS7f1OuHyUP2LAiTEM0zBzUz.jpg","[{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'},{'id':507,'logo_path':'/z7H707qUWigbjHnJDMfj6QITEpb.png','name':'Atlas Entertainment','origin_country':'US'},{'id':9993,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Entertainment','origin_country':'US'},{'id':9995,'logo_path':'/mAIGhOYhN4N2N0F7p4dbKhgXf3l.png','name':'Cruel & Unusual Films','origin_country':'US'},{'id':81620,'logo_path':'/gNp4dfuBOXmVWdGKb63NfbFNbFi.png','name':'Tencent Pictures','origin_country':'CN'},{'id':83838,'logo_path':null,'name':'Wanda Pictures','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-05-30","821847012","141","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","Power. Grace. Wisdom. Wonder.","Wonder Woman","false","7.3","12030" +"false","/umxYd0gm0dIWs0bwq4QZs2gsuLe.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","42988","tt0057681","en","The Wheeler Dealers","Henry J. Tyroone leaves Texas, where his oil wells are drying up, and arrives in New York with a lot of oil money to play with in the stock market. He meets stock analyst Molly Thatcher, who tries to ignore the lavish attention he spends on her but ...","1.022","/hikQOg7SsXyPJGzS9y0hKijGR5K.jpg","[{'id':1138,'logo_path':null,'name':'Filmways Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1963-01-01","0","107","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'it','name':'Italiano'}]","Released","He really wasn't out to make $1,000,000. He already had that!","The Wheeler Dealers","false","6.4","8" +"false","/4pTFBO5utMgtv7JvQbc3QnLR6UD.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","150043","tt0066392","en","Something For Everyone","An opportunistic young man working as a servant to a European countess uses his sexual talents to better his station in life.","0.84","/qJwBSnDLtcIETEAwx1rrop3SIm1.jpg","[]","[]","1970-07-22","0","112","[{'iso_639_1':'en','name':'English'}]","Released","","Something For Everyone","false","7.1","6" +"false","/rGtSmFRdDzi73EkgKpXrZleIfaW.jpg","{'id':135441,'name':'Road to Collection','poster_path':'/t293kNZnkaeqnYCHPsDXh8ZLBeQ.jpg','backdrop_path':'/mtC7UKAlECH3NlABg8mzmDqZi0F.jpg'}","0","[{'id':35,'name':'Comedy'}]","","31980","tt0039776","en","Road to Rio","Scat Sweeney, and Hot Lips Barton, two out of work musicians, stow away on board a Rio bound ship, after accidentally setting fire to the big top of a circus. They then get mixed up with a potential suicide Lucia, who first thanks them, then unexpectedly turns them over to the ship's captain. When they find out that she has been hypnotized, to go through a marriage of convenience, when the ship reaches Rio, the boys turn up at the ceremony, in order to stop the wedding, and to help catch the crooks.","2.102","/s8AVhKfLWbjEyAat1kUCulK77U1.jpg","[{'id':14069,'logo_path':null,'name':'Hope Enterprises','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':5409,'logo_path':null,'name':'Bing Crosby Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1947-12-25","0","100","[{'iso_639_1':'en','name':'English'}]","Released","","Road to Rio","false","6.3","17" +"false","/2JVnUtyUKbQm165cXUF9r5iVPDo.jpg","{'id':421904,'name':'Batman (DC Universe Animated) Collection','poster_path':'/4fDffWkGuIt62GQVAUTUgRoZxT2.jpg','backdrop_path':'/feOIJaQTUDaPRgt3g9U5xQhJPoq.jpg'}","3500000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':16,'name':'Animation'},{'id':878,'name':'Science Fiction'}]","","408648","tt6556890","en","Batman and Harley Quinn","Batman and Nightwing are forced to team with the Joker's sometimes-girlfriend Harley Quinn to stop a global threat brought about by Poison Ivy and Jason Woodrue, the Floronic Man.","6.786","/uVdxoD9kn28qC8VQiVA6Uif1QHl.jpg","[{'id':429,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Comics','origin_country':'US'},{'id':9993,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Entertainment','origin_country':'US'},{'id':2785,'logo_path':'/l5zW8jjmQOCx2dFmvnmbYmqoBmL.png','name':'Warner Bros. Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-08-14","0","74","[{'iso_639_1':'en','name':'English'}]","Released","Gotham City's heroes need a super-villain to fight for justice.","Batman and Harley Quinn","false","5.8","274" +"false","/yinWk2gXymXEIChjPUQ50GUN7Mx.jpg","null","0","[{'id':35,'name':'Comedy'}]","","381518","tt4799064","en","Mindhorn","A washed up actor who played Mindhorn, a secret agent with a bionic eye, returns to the Isle of Man, the area where his most famous role was set, to help catch a killer.","5.731","/1cg6oZo7C7iqYTZgbfOvscAFiP2.jpg","[{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'},{'id':1645,'logo_path':'/6Ry6uNBaa0IbbSs1XYIgX5DkA9r.png','name':'Scott Free Productions','origin_country':''},{'id':2268,'logo_path':'/wgDks2qYgwN6u1OkW1bBre0rf4F.png','name':'Isle of Man Film','origin_country':'GB'},{'id':62230,'logo_path':null,'name':'Pinewood Pictures','origin_country':''},{'id':1219,'logo_path':'/6OGqCShROjIvmBOfRbeUsn7im93.png','name':'Baby Cow Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-10-09","0","89","[{'iso_639_1':'en','name':'English'}]","Released","It's truth time!","Mindhorn","false","6.3","120" +"false","/6h9pjTsWzaUWuUszHHbeI1JWE1.jpg","null","5000000","[{'id':27,'name':'Horror'}]","https://a24films.com/films/it-comes-at-night","418078","tt4695012","en","It Comes at Night","Secure within a desolate home as an unnatural threat terrorizes the world, a man has established a tenuous domestic order with his wife and son, but this will soon be put to test when a desperate young family arrives seeking refuge.","11.077","/h9VOirT4dKXzVyVzZZxPfAghmRV.jpg","[{'id':41077,'logo_path':'/1ZXsGaFPgrgS6ZZGS37AqD5uU12.png','name':'A24','origin_country':'US'},{'id':26995,'logo_path':null,'name':'Animal Kingdom','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-06-09","0","91","[{'iso_639_1':'en','name':'English'}]","Released","","It Comes at Night","false","5.7","1093" +"false","/ikdpu9NsKrVeQXr1xxIZsn49gD.jpg","{'id':565280,'name':'American Poltergeist Filmreihe','poster_path':null,'backdrop_path':null}","0","[{'id':27,'name':'Horror'}]","","345692","tt4020312","en","A Haunting at the Rectory","Based on chilling real life events, this story charts one couple's terrifying real life encounter with the dark forces of the supernatural. In 1930, Reverend Lionel Foyster and his wife Marianne move into the Borley Rectory when Reverend Foyster is named rector of the parish. The couple's peaceful existence is soon shattered by a series of unexplained occurrences which quickly escalate into a heart stopping nightmare. Now Reverend Foyster and Marianne must discover the deadly secrets of the Rectory to avoid becoming another tragic footnote in the dark history of The Most Haunted House In England.","1.061","/AdcUx3ENuJYB0V8bMLI6s7Yv5ru.jpg","[{'id':16370,'logo_path':null,'name':'North Bank Entertainment','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-06-15","0","88","[{'iso_639_1':'en','name':'English'}]","Released","Dare you enter the most haunted house in England?","A Haunting at the Rectory","false","4.6","7" +"false","/5HlTix2YQw24NCGZ7D83VJeRkLh.jpg","null","0","[{'id':878,'name':'Science Fiction'}]","","354282","tt4536768","en","The Osiris Child","Set in the future in a time of interplanetary colonization, an unlikely pair race against an impending global crisis and are confronted by the monsters that live inside us all.","8.02","/3sx69bH2n2tgvknvq2VROJ6lEXS.jpg","[{'id':53020,'logo_path':null,'name':'Eclectik Vision','origin_country':''},{'id':37723,'logo_path':null,'name':'Storm Vision Entertainment','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2016-02-17","0","95","[{'iso_639_1':'en','name':'English'}]","Released","","The Osiris Child","false","5.2","215" +"false","/uQrQV1J5L25MQrRSSFjnnaQAjVF.jpg","{'id':473185,'name':'Dead in Tombstone Collection','poster_path':'/3TdTcCWDBNaekYDxkQyb0heDLaR.jpg','backdrop_path':'/yUGYwtE4KQ36MLOT2PD497op5T4.jpg'}","0","[{'id':37,'name':'Western'}]","","473165","tt5794440","en","Dead Again in Tombstone","The devil???s outlaw and reluctant servant, Guerrero (Danny Trejo, Machete) returns from the dead again in this action-packed western which promises to be one hell of a ride. Guerrero is forced to protect a stolen relic from getting into the hands of Jackson Boomer (Jake Busey, Starship Troopers) and his gang of soldiers, but Jackson will stop at nothing to raise his comrades from the dead and bring the wrath of hell upon earth. Guerrero must use all his dark powers in order to defeat Jackson and find redemption???or die again trying.","3.239","/2qCQLZWLRotE5BSUVMN4ZWSIshc.jpg","[{'id':17009,'logo_path':'/ssowAxOrrqsSR2CKeiytOXwLoCW.png','name':'Universal 1440 Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-08-30","0","99","[{'iso_639_1':'en','name':'English'}]","Released","","Dead Again in Tombstone","false","4.7","38" +"false","/5TC6gKrmtnoGE3c3lHeNPevkn4Z.jpg","null","125000000","[{'id':14,'name':'Fantasy'},{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':27,'name':'Horror'}]","http://www.themummy.com","282035","tt2345759","en","The Mummy","Though safely entombed in a crypt deep beneath the unforgiving desert, an ancient queen whose destiny was unjustly taken from her is awakened in our current day, bringing with her malevolence grown over millennia, and terrors that defy human comprehension.","16.198","/zxkY8byBnCsXodEYpK8tmwEGXBI.jpg","[{'id':90517,'logo_path':null,'name':'Secret Hideout','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':93278,'logo_path':null,'name':'Dark Universe','origin_country':''},{'id':19857,'logo_path':null,'name':'Sean Daniel Company','origin_country':''},{'id':10338,'logo_path':'/el2ap6lvjcEDdbyJoB3oKiYgXu9.png','name':'Perfect World Pictures','origin_country':'CN'},{'id':1778,'logo_path':'/69xm6sF3JxugGVjfZfm1YY6d7EE.png','name':'Dentsu','origin_country':'JP'}]","[{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'US','name':'United States of America'}]","2017-06-06","407778013","110","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ar','name':'??????????????'}]","Released","Welcome To A New World of Gods And Monsters","The Mummy","false","5.5","4237" +"false","/uuierftZMCrCJD0RTQXxyJgM3H.jpg","null","1500000","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","472726","tt3361068","en","Sugar Skull Girls","Three demonic sisters who resemble neo-goth voodoo dolls are accidentally conjured from the other side during a failed attempt to raise a little girl from the dead. With impeccable fashion sense and teen aged angst, the Sugar Skull Girls will stop at nothing to escape the clutches of The Pale Witch, the ruler of The Shadow world.","0.6","/anmRMc6QHEb1ltZx3a7KWxI1cQd.jpg","[]","[]","2016-10-01","0","70","[{'iso_639_1':'en','name':'English'}]","Released","","Sugar Skull Girls","false","7","2" +"false","/mVH0iT1FJkNXhn5Ckv90qjhUA8L.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","414455","tt4460854","en","Chronically Metropolitan","A cynical and clever coming of age film about first time novelist Fenton Dillane, who, unannounced returns to New York City to confront his family, his ex-girlfriend and a few lingering childhood fears.","2.92","/vogqzcUAIWyboktR34ojo1roF2q.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-08-04","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Chronically Metropolitan","false","5.6","20" +"false","/sqlQt6Orr2hEOb7fekhjCefhiED.jpg","null","20000000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","http://www.roughnightmovie.com/","397422","tt4799050","en","Rough Night","Five best friends from college reunite 10 years later for a wild bachelorette weekend in Miami. Their hard partying takes a hilariously dark turn when they accidentally kill a male stripper. Amidst the craziness of trying to cover it up, they're ultimately brought closer together when it matters most.","11.837","/i66xbL1C6FEWDm2KoX11DHmP4Rz.jpg","[{'id':76778,'logo_path':null,'name':'Paulilu Productions','origin_country':''},{'id':34,'logo_path':'/GagSvqWlyPdkFHMfQ3pNq6ix9P.png','name':'Sony Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-06-15","45056771","101","[{'iso_639_1':'en','name':'English'}]","Released","The hangover will be the least of their problems","Rough Night","false","5.5","1019" +"false","/wK0V1wsdsJrTEv1fLLitXADpAsx.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.foxsearchlight.com/mycousinrachel/","413998","tt4411596","en","My Cousin Rachel","A young Englishman plots revenge against his mysterious, beautiful cousin, believing that she murdered his guardian. But his feelings become complicated as he finds himself falling under the beguiling spell of her charms.","9.053","/yz9Pnx5tbpZOHWsCD0LtoTCgmLi.jpg","[{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'},{'id':39509,'logo_path':null,'name':'Free Range Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2017-06-08","9200168","106","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","Did she or didn't she?","My Cousin Rachel","false","5.5","311" +"false","/wztoDoglCOuiEfzl1FS6mglBioF.jpg","null","0","[{'id':18,'name':'Drama'}]","https://www.ladymacbethfilm.com/","410117","tt4291600","en","Lady Macbeth","Rural England, 1865. Katherine, suffocated by her loveless marriage to a bitter man and restrained by his father's tyranny, unleashes an irresistible force within her, so powerful that she will stop at nothing to get what she wants.","6.912","/xWTJbhTwSTJmhLlX5xAOxPhdnXc.jpg","[{'id':74150,'logo_path':null,'name':'iFeatures','origin_country':''},{'id':92473,'logo_path':null,'name':'Sixty Six Pictures','origin_country':'GB'},{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':7281,'logo_path':'/vuDafYIcuoY0YyvgcqtjXOKwn6Q.png','name':'British Film Institute','origin_country':'GB'},{'id':64479,'logo_path':'/6Do505ZuMYZYea4mX8WEGhydmnl.png','name':'Creative England','origin_country':'GB'},{'id':92474,'logo_path':null,'name':'Oldgarth Media','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-12-12","5245263","86","[{'iso_639_1':'en','name':'English'}]","Released","","Lady Macbeth","false","6.6","263" +"false","/zsxjX9mcQ61BzgU9gr2i684deFr.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","433630","tt3481634","en","Inconceivable","A mother looks to escape her abusive past by moving to a new town where she befriends another mother, who grows suspicious of her.","8.43","/ubGjD2DK6Fi4IC5xRc3aEDwVD9i.jpg","[{'id':73685,'logo_path':null,'name':'Emmett Furla Oasis Films','origin_country':'US'},{'id':89911,'logo_path':null,'name':'Baker Entertainment Group','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-06-30","0","105","[{'iso_639_1':'en','name':'English'}]","Released","","Inconceivable","false","5.8","130" +"false","","null","0","[{'id':27,'name':'Horror'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","83857","tt0081759","en","Windows","Shire is the subject of a perverse obsession by a Lesbian neighbor, Andrea, who not only is in lust with her but hires a rapist in order to get audio tapes of her moaning. Ashley turns pepping tom and watches Shire with a telescope as she begins an affair with Det. Cortese.","1.557","/5uioEQ88o8kcJK9tClIHgnEruG5.jpg","[{'id':52599,'logo_path':null,'name':'Mike Lobell Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1980-01-18","0","96","[{'iso_639_1':'en','name':'English'}]","Released","","Windows","false","5.5","12" +"false","/yb4BeHF6gijF3b93l9MkSHcGOVa.jpg","null","4500000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://www.ifcfilms.com/films/life-during-wartime-2","39800","tt0808526","en","Life During Wartime","Friends, family, and lovers struggle to find love, forgiveness, and meaning in an almost war-torn world riddled with comedy and pathos. Follows Solondz's film Happiness (1998).","4.46","/yGATBaHRKwQOEkHWMXf80Rd9pnT.jpg","[{'id':53303,'logo_path':null,'name':'Werc Werk Works','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-10-10","744816","97","[{'iso_639_1':'en','name':'English'}]","Released","","Life During Wartime","false","6.4","45" +"false","/AjZZVxmO6iUyYD5JS4ZuPeo78sx.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':27,'name':'Horror'}]","","455551","tt5669936","en","The Recall","When five friends vacation at a remote lake house, they expect nothing less then a good time, unaware that Earth is under attack by an alien invasion and mass-abductions.","8.132","/yq2DGzM0kNWtGwkplGAcEEM4eSH.jpg","[{'id':23688,'logo_path':null,'name':'VMI Worldwide','origin_country':''},{'id':8583,'logo_path':null,'name':'Minds Eye Entertainment','origin_country':''},{'id':31787,'logo_path':null,'name':'Creativity Capital','origin_country':''},{'id':89913,'logo_path':null,'name':'Bridgegate Pictures','origin_country':''},{'id':94102,'logo_path':null,'name':'Invico Capital','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2017-06-02","1319566","91","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","","The Recall","false","4","162" +"false","/6QmX2BDVr1hIOIPHqnxvp1C1ZZp.jpg","null","69000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","http://www.thebaywatchmovie.com/","339846","tt1469304","en","Baywatch","Devoted lifeguard Mitch Buchannon butts heads with a brash new recruit. Together, they uncover a local criminal plot that threatens the future of the Bay.","21.961","/6HE4xd8zloDqmjMZuhUCCw2UcY1.jpg","[{'id':90835,'logo_path':null,'name':'Uncharted','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':34081,'logo_path':null,'name':'Flynn Picture Company','origin_country':'US'},{'id':62029,'logo_path':null,'name':'Fremantle Productions','origin_country':''},{'id':73669,'logo_path':'/usfW3lL4cL8eatNAlhfRrryyKkK.png','name':'Seven Bucks Productions','origin_country':'US'},{'id':82819,'logo_path':'/5Z8WWr0Lf1tInVWwJsxPP0uMz9a.png','name':'Skydance Media','origin_country':'US'},{'id':2364,'logo_path':'/oZyR5maGM96jReVgW7oJ7mXN8ts.png','name':'The Montecito Picture Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-05-12","177856751","116","[{'iso_639_1':'en','name':'English'}]","Released","Don't worry, summer is coming","Baywatch","false","6.1","4484" +"false","/qjKvsZp2yxiAuJwmmy06RHNkjOX.jpg","null","12000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","123770","tt0099991","en","The Last of the Finest","An elite group of vice cops are fired from the L.A.P.D. for being over-zealous in their war against drugs. It is immediately apparent that some of their superiors are involved in the drug ring. Banded together, four of the banned cops (which quickly becomes three when one is killed early) band together to fight the drug ring undercover. They gain capital for weapons by ripping off minor drug dealers. Then well-armed they go after the kingpin (Boyd).","2.267","/q8EfhcI5BVtiv2Qh0McmL5pCA4z.jpg","[{'id':1302,'logo_path':'/kQZtJdyphCmq292iGDqlUx0yk2D.png','name':'Davis Entertainment','origin_country':'US'},{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-03-09","1531489","106","[{'iso_639_1':'en','name':'English'}]","Released","It's time for heroes again.","The Last of the Finest","false","5.5","9" +"false","/aGcqNI1xfag1NkVqEXIT9kD0fU.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'}]","","32042","tt0073453","en","Night Moves","Private detective and former football player Harry Moseby gets hired on to what seems a standard missing person case, as a former Hollywood actress whose only major roles came thanks to being married to a studio mogul wants Moseby to find and return her daughter. Harry travels to Florida to find her, but he begins to see a connection between the runaway girl, the world of Hollywood stuntmen, and a suspicious mechanic when an unsolved murder comes to light.","5.411","/jGYyRh1ECOx0uWEC6ocGS6z2V3E.jpg","[{'id':76493,'logo_path':null,'name':'Layton Productions','origin_country':''},{'id':76494,'logo_path':null,'name':'Hiller Productions','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1975-06-11","0","100","[{'iso_639_1':'en','name':'English'}]","Released","Maybe he would find the girl... maybe he would find himself.","Night Moves","false","6.6","88" +"false","/eLrYfuW8lPnC0r7P7pgr7mG2sku.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://williamsfilm.com","465171","tt6981046","en","Williams","This sports documentary tells the story of the Williams Formula 1 team founded by the legendary Sir Frank Williams","1.84","/svlo0auzYwC6RscwjPwhtlzKv7P.jpg","[{'id':93627,'logo_path':null,'name':'Artificial Eye Film Company','origin_country':''},{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':35177,'logo_path':null,'name':'Minnow Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-08-14","0","109","[{'iso_639_1':'en','name':'English'}]","Released","The Incredible True Story of Formula One's Greatest Family","Williams","false","7.4","28" +"false","/tTxuPQGhcnxbUamaX4uMkA7onSt.jpg","null","15000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","460846","tt3501112","en","Security","An ex-special services veteran, down on his luck and desperate for work, takes a job as a security guard at a run-down mall in a rough area of town. On his first night on the job, he opens the door to a distraught and desperate young girl who has fled the hijacking of a Police motorcade that was transporting her to testify as a witness in a trial. Hot on her heels is the psychopathic hijacker and his team of henchmen, who will stop at nothing to extract and eliminate the witness.","9.723","/l4ihHPSXfOhLtY0qeIXzE6rdts3.jpg","[{'id':74795,'logo_path':null,'name':'Nu Boyana Film Studios','origin_country':''},{'id':925,'logo_path':'/dIb9hjXNOkgxu4kBWdIdK8nM4w.png','name':'Nu Image','origin_country':'US'},{'id':1020,'logo_path':'/kuUIHNwMec4dwOLghDhhZJzHZTd.png','name':'Millennium Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-03-04","0","87","[{'iso_639_1':'en','name':'English'}]","Released","","Security","false","6","339" +"false","/8UE6AwT9UE9VBJgqwxihiO1MUXk.jpg","null","0","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","","443109","tt6215044","en","Oceans Rising","A scientist builds a massive ark after his warnings of an Earth-destroying flood are ignored. But when it's evident the disaster will occur, those who maligned the scientist now turn to him in desperation, boarding the ark and seeking his answers before the world drowns in a never ending sea.","4.068","/2HbxuEVgQNh5vfQOhB6nifuByPs.jpg","[{'id':6677,'logo_path':'/tyd27JWQI6z2eZH6AhRJlmYhr9k.png','name':'Syfy','origin_country':'US'},{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-01-17","0","90","[{'iso_639_1':'en','name':'English'}]","Released","I hope you can swim.","Oceans Rising","false","3.6","36" +"false","/kGXAJMZg7qh1yDBPH9RQa8nqkqZ.jpg","null","0","[{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'},{'id':10402,'name':'Music'}]","","33743","tt0045464","en","The 5,000 Fingers of Dr. T.","Young Bart Collins lives with his widowed mother Heloise. The major blight on Bart's existence is the hated piano lessons he is forced to endure under the tutelage of the autocratic Dr. Terwilliker. Bart feels that his mother has fallen under Terwilliker's sinister influence, and gripes to visiting plumber August Zabladowski, without much result. While grimly hammering away at his lessons, Bart dozes off and enters a fantastical musical dream.","2.163","/JbQyshdpXwpAP2JGCJp9ma0MLm.jpg","[{'id':893,'logo_path':null,'name':'Stanley Kramer Productions','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1953-07-01","0","89","[{'iso_639_1':'en','name':'English'}]","Released","The Wonder Musical of the Future!","The 5,000 Fingers of Dr. T.","false","6.3","21" +"false","/o0cFYJobPUgARQAIx7dRWv48nq4.jpg","null","0","[{'id':18,'name':'Drama'}]","","37954","tt0042281","en","The Breaking Point","Based on the Hemingway novel To Have and Have Not. A fisherman with money problems hires out his boat to transport criminals.","2.785","/1lxE9Anh5Tzl3mFP2OuaQZJjthJ.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1950-10-06","0","97","[{'iso_639_1':'en','name':'English'}]","Released","A guy who had nothing to sell but guts!","The Breaking Point","false","7","22" +"false","/4hWsm3lcXKoQoXLMJTr3MZApsXw.jpg","null","1000000","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://presskillswitch.com/","423988","tt5464234","en","Kill Switch","A pilot battles to save his family and the planet after an experiment for unlimited energy goes wrong.","14.617","/8K6pfMcT3hiIlCFw2RrHoXLshxl.jpg","[{'id':91183,'logo_path':null,'name':'CTM Films','origin_country':''},{'id':7493,'logo_path':'/452FO4LcI6lA6bfgl6w1kQYRBlr.png','name':'FilmNation Entertainment','origin_country':'US'},{'id':89545,'logo_path':null,'name':'SquareOne Entertainment','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'NL','name':'Netherlands'},{'iso_3166_1':'US','name':'United States of America'}]","2017-06-01","0","91","[{'iso_639_1':'en','name':'English'}]","Released","Worlds will collide","Kill Switch","false","4.8","126" +"false","/kVGnYafCqUKTqnDAKt2Q4YRwKn8.jpg","null","0","[{'id':27,'name':'Horror'},{'id':18,'name':'Drama'}]","","392818","tt5039088","en","The Transfiguration","A New York tale about love, loss??? and vampires.","3.915","/b7DWSZeP9Rxbmoase8RaIg6I369.jpg","[{'id':75524,'logo_path':null,'name':'Transfiguration Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-04-07","0","97","[{'iso_639_1':'en','name':'English'}]","Released","","The Transfiguration","false","6.1","63" +"false","/gI0YX75utfJCBBXlO0EZ9da2zR5.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':18,'name':'Drama'}]","","354285","tt4827986","en","The Sense of an Ending","A man becomes haunted by his past and is presented with a mysterious legacy that causes him re-think his current situation in life.","5.544","/gvW0Ki7pEv4iZYbtGwgcvqR6s1c.jpg","[{'id':8088,'logo_path':'/ztpISLBYYRBJXFD3wo2o1TFuJ3Z.png','name':'Origin Pictures','origin_country':'GB'},{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':7493,'logo_path':'/452FO4LcI6lA6bfgl6w1kQYRBlr.png','name':'FilmNation Entertainment','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-03-10","4842617","108","[{'iso_639_1':'en','name':'English'}]","Released","Sometimes what we remember is only half the story","The Sense of an Ending","false","6.2","78" +"false","/ybYTvOXT0AkircVzSiP4DlNbLr7.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","364733","tt1935089","en","Blind","A novelist is blinded in a car crash that killed his wife and several years later rediscovers his passion for life and writing when he embarks on an affair with the neglected wife of an indicted businessman.","5.815","/cXyObe5aB63ueOndEXxXabgAvIi.jpg","[{'id':21899,'logo_path':null,'name':'Michael Mailer Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-07-14","12522","105","[{'iso_639_1':'en','name':'English'}]","Released","We see what we want to see","Blind","false","5.8","61" +"false","/vWneM0APvomEqnBTotwKRhsHItA.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':10770,'name':'TV Movie'}]","","57978","tt0082727","en","Meantime","A working-class family in London's East End is struggling to stay afloat during the recession under Prime Minister Margaret Thatcher's premiership. Only the mother Mavis is working; father Frank and the couple's two sons Colin, a timid, chronically shy individual and Mark, an outspoken, headstrong young man, are on the dole. This situation is contrasted by the presence of Mavis's sister Barbara, and her husband John, whose financial and social loftiness appears to be a comfortable facade over the unspoken soreness of a lackluster marriage.","2.796","/aYeCvrkgUCylSQwmMFcqXV27WvD.jpg","[{'id':18259,'logo_path':null,'name':'Central Productions','origin_country':''},{'id':77482,'logo_path':null,'name':'Mostpoint','origin_country':''},{'id':5778,'logo_path':'/2loyoQweDxvotH3AknfL2zhsthg.png','name':'Channel 4 Television','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1983-10-16","0","102","[{'iso_639_1':'en','name':'English'}]","Released","","Meantime","false","6.8","33" +"false","/5kmoreEiqaU0JoE8GZmLwLvAsJq.jpg","null","40000000","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","https://www.uphe.com/movies/the-ottoman-lieutenant","433356","tt4943322","en","The Ottoman Lieutenant","Lillie, a determined American woman, ventures overseas to join Dr. Jude at a remote medical mission in the Ottoman Empire (now Turkey). However, Lillie soon finds herself at odds with Jude and the mission???s founder, Woodruff, when she falls for the titular military man, Ismail, just as the war is about to erupt.","8.717","/c5E8KTDuGNdF4Lmv3OhsQ0W1zPw.jpg","[{'id':93065,'logo_path':null,'name':'Eastern Sunrise Films','origin_country':'US'}]","[{'iso_3166_1':'TR','name':'Turkey'},{'iso_3166_1':'US','name':'United States of America'}]","2017-03-10","240978","111","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'tr','name':'T??rk??e'}]","Released","In a land on the brink of war the most dangerous place to be is in love.","The Ottoman Lieutenant","false","6.1","116" +"false","/3NVJomTYv5v76rz0uu3n9VW2BAF.jpg","null","80000000","[{'id':35,'name':'Comedy'}]","","11374","tt0131369","en","Edtv","Video store clerk Ed agrees to have his life filmed by a camera crew for a tv network.","8.004","/sF3YBtYn6yAHMPDbiC58WArIWMl.jpg","[{'id':23,'logo_path':'/mkxNjThahj5pvntvYKVpMbWXm3D.png','name':'Imagine Entertainment','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-03-26","0","122","[{'iso_639_1':'en','name':'English'}]","Released","Fame. Be careful. It's out there.","Edtv","false","5.9","279" +"false","/aJn9XeesqsrSLKcHfHP4u5985hn.jpg","{'id':284433,'name':'Guardians of the Galaxy Collection','poster_path':'/iL8mukexAqEg0xK783rG561tdd8.jpg','backdrop_path':'/jdyyjulTBU8YUYAUvQFj6U1g2Pj.jpg'}","200000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'}]","http://marvel.com/movies/movie/221/guardians_of_the_galaxy_vol_2","283995","tt3896198","en","Guardians of the Galaxy Vol. 2","The Guardians must fight to keep their newfound family together as they unravel the mysteries of Peter Quill's true parentage.","44.786","/y4MBh0EjBlMuOzv9axM4qJlmhzz.jpg","[{'id':420,'logo_path':'/hUzeosd33nzE5MCNsZxCGEKTXaQ.png','name':'Marvel Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-04-19","863756051","137","[{'iso_639_1':'en','name':'English'}]","Released","Obviously.","Guardians of the Galaxy Vol. 2","false","7.7","11699" +"false","/ib87lE0gaYvJIEq9TqjuPgJcs2L.jpg","null","1500000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.picturethisent.com/minisites/edgeof17/edge1.html","4927","tt0138414","en","Edge of Seventeen","A gay teenager finds out who he is and what he wants, who his friends are, and who loves him, in this autobiographical tale set in middle U.S. in the 1980s. Growing up, learning about life, love, sex, friends, and lovers.","3","/vIVVXUG2l8rb8xvhXJazPV6yyrw.jpg","[{'id':328,'logo_path':null,'name':'TLA Releasing','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-05-14","870751","99","[{'iso_639_1':'en','name':'English'}]","Released","","Edge of Seventeen","false","6.3","47" +"false","/4cxxnXQyTu4hHQpJsxU9FcT8vDy.jpg","null","0","[{'id':14,'name':'Fantasy'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","388440","tt4118606","en","The Curse of Sleeping Beauty","Thomas Kaiser inherits an ancestral mansion that has been in his family for generations ??? only to learn that he has also inherited an ancient curse stemming back to the Crusades. Forced into his new role as ???protector??? ??? the guardian appointed to keep the evil demons in the house at bay ??? Thomas teams with an ambitious local realtor and paranormal cleric to unravel the mystery of the house, while struggling to awaken the beautiful Briar Rose, held captive in a terrifying netherworld seen previously in his dreams.","4.05","/pc03N6C1TeNcKcvngrrsb9Q2FFO.jpg","[{'id':50074,'logo_path':null,'name':'2B Films','origin_country':''},{'id':74419,'logo_path':null,'name':'Nexus Motion Picture Company','origin_country':''},{'id':74420,'logo_path':null,'name':'Briar Rose Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-05-05","0","89","[{'iso_639_1':'en','name':'English'}]","Released","The fairytale was only the beginning","The Curse of Sleeping Beauty","false","4","75" +"false","/eMjAkh0Xnfy8LDPFuMsGfPd3F0C.jpg","null","0","[{'id':10752,'name':'War'}]","http://newsite.theasylum.cc/index.php/titles/detail?id=7bf56a29-de55-e611-9443-0ad9f5e1f797","464867","tt6836772","en","Operation Dunkirk","A band of soldiers tasked with staying behind during the Battle of Dunkirk to rescue a scientist with information that could turn the tide of the war must battle their way through dangerous Nazi territory to complete their mission.","3.101","/zJZcdzN7J6x1240pM1eJT6Ic7Oe.jpg","[{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-07-04","0","95","[{'iso_639_1':'en','name':'English'}]","Released","","Operation Dunkirk","false","4.3","31" +"false","/gxh7Ncym42n61s1Ha3D0F8nA9uS.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","13554","tt0095082","en","Eight Men Out","The great Chicago White Sox team of 1919 is the saddest team to ever win a pennent. The team is bitter at their penny pincher owner, Charles Comiskey, and at their own teammates. Gamblers take advantage of this opportunity to offer some players $ to throw the series (Most of the players didn't get as much as promised.) But Buck Weaver and the great Shoeless Joe Jackson turn back at the last minute to try and play their best. The Sox actually almost come back from a 3-1 deficit. 2 years later, the truth breaks out and the Sox are sued on multiple accounts. They are found innocent by the jury but baseball commissioner Landis has other plans. The eight players are suspended for life, and Buck Weaver, for the rest of his life, tries to clear his name.","5.553","/hOdMoFnP6cPh1JKoIgyacWJmU1f.jpg","[{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-09-02","0","119","[{'iso_639_1':'en','name':'English'}]","Released","When the cheering stopped, there were... Eight Men Out.","Eight Men Out","false","7.3","93" +"false","/9nyToPG5mhfm4KiPGChu35jH9QZ.jpg","null","15000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","315011","tt4262980","ja","??????????????????","From the mind behind Evangelion comes a hit larger than life. When a massive, gilled monster emerges from the deep and tears through the city, the government scrambles to save its citizens. A rag-tag team of volunteers cuts through a web of red tape to uncover the monster's weakness and its mysterious ties to a foreign superpower. But time is not on their side - the greatest catastrophe to ever befall the world is about to evolve right before their very eyes.","8.921","/8YWirGQidtZeSEmhqvQM5FrI6N1.jpg","[{'id':5896,'logo_path':null,'name':'Cine Bazar','origin_country':'JP'},{'id':49301,'logo_path':null,'name':'Toho Pictures, Inc.','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","2016-07-29","77947607","120","[{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'}]","Released","A god incarnate. A city doomed.","Shin Godzilla","false","6.6","328" +"false","/3lgPSJt6YMqdLTggmz5VuHT4vZa.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'}]","http://www.starraidersmovie.com/","433829","tt2039380","en","Star Raiders: The Adventures of Saber Raine","Saber Raine is hired to guide three elite soldiers on a rescue mission to recover a prince and princess who have been abducted from their home world. The trail leads Saber and his allies to a planet deep within uncharted space that is inhabited by strange mutated creatures.","2.351","/cPK3Pbq9IRPvO2sLpA6NNVZ3L92.jpg","[{'id':86960,'logo_path':null,'name':'Fusion Factory Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-05-08","0","83","[{'iso_639_1':'en','name':'English'}]","Released","","Star Raiders: The Adventures of Saber Raine","false","3.6","12" +"false","/jGAonbmaDrNlztfZjJqy14MKlaR.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","https://www.mgm.com/#/our-titles/3177/Pocket-Listing","346558","tt3417854","en","Pocket Listing","A satirical thriller about L.A.'s real estate roller coaster. Double crosses, adultery, murder, mistaken identity, and revenge ensues when a mysterious power player and his sultry wife hire a disgraced Los Angeles property broker to discreetly market and sell their Malibu villa.","1.991","/oa89cRKUMLdT8eOKXBYB7Zg7vnW.jpg","[{'id':87827,'logo_path':null,'name':'Helios Productions (II)','origin_country':''},{'id':93493,'logo_path':null,'name':'Mythmaker Productions','origin_country':''},{'id':87826,'logo_path':null,'name':'Sawhorse Productions','origin_country':''},{'id':64459,'logo_path':null,'name':'XVIII Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-03-23","0","92","[{'iso_639_1':'en','name':'English'}]","Released","Rise. Ruin. Revenge. Real Estate.","Pocket Listing","false","7.8","12" +"false","/eDw3ydtUpCE541mBFnEnSHyYuaH.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':10752,'name':'War'},{'id':18,'name':'Drama'}]","http://thewallthemovie.com/","405775","tt4218696","en","The Wall","An American sniper and his spotter engage in a deadly cat-and-mouse game with an Iraqi sniper.","6.832","/8POAZwZpp24l1IgKKM8ZRAQ2kid.jpg","[{'id':6831,'logo_path':'/ojg8jqsVLGDvuJowOkZQZVV42AA.png','name':'Big Indie Pictures','origin_country':'US'},{'id':20580,'logo_path':'/tkFE81jJIqiFYPP8Tho57MXRQEx.png','name':'Amazon Studios','origin_country':'US'},{'id':20581,'logo_path':'/4EIbzjERCX6Eb8W0GLlrzPSPmRS.png','name':'Picrow','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-05-12","1803009","88","[{'iso_639_1':'en','name':'English'}]","Released","This isn't war. It's a game.","The Wall","false","6.1","386" +"false","/kgSE6tciPqn9aKGB69K7cPQljNA.jpg","null","0","[{'id':18,'name':'Drama'}]","https://a24films.com/films/the-exception","339987","tt4721124","en","The Exception","A German soldier tries to determine if the Dutch resistance has planted a spy to infiltrate the home of Kaiser Wilhelm in Holland during the onset of World War II, but falls for a young Jewish Dutch woman during his investigation.","8.07","/nNCS7JdLFzLKaqtce4lzjtGfdp4.jpg","[{'id':85554,'logo_path':null,'name':'Egoli Tossell KLK','origin_country':'GB'},{'id':90975,'logo_path':null,'name':'Alton Road Productions','origin_country':''},{'id':21754,'logo_path':null,'name':'Ostar Productions','origin_country':''},{'id':19037,'logo_path':'/xhAYgpFmJfcCVLV5NMD8QKvqqHc.png','name':'Umedia','origin_country':'BE'},{'id':2254,'logo_path':'/4OQ25tiNECBBRDUhfC5ACa1vOIR.png','name':'Egoli Tossell Film','origin_country':'DE'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2017-06-02","708973","107","[{'iso_639_1':'en','name':'English'}]","Released","One duty. One desire. One decision.","The Exception","false","7","172" +"false","/5JcB7d5DKiPQBdT3IFCIbGBKKpA.jpg","null","0","[{'id':18,'name':'Drama'}]","","424998","tt6113488","en","The Case for Christ","Based on the true story of an award-winning investigative journalist -- and avowed atheist -- who applies his well-honed journalistic and legal skills to disprove the newfound Christian faith of his wife... with unexpected, life-altering results.","6.702","/hTKwkxMv5MCkN8vMXiEmMmAHafh.jpg","[{'id':6427,'logo_path':null,'name':'Pure Flix Entertainment','origin_country':''},{'id':42733,'logo_path':'/cfQt0JsJuOMDVOjZ3AAzxzMgOBK.png','name':'Triple Horse Studios','origin_country':'US'},{'id':97584,'logo_path':null,'name':'Entertainment Studios Motion Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-04-07","0","112","[{'iso_639_1':'en','name':'English'}]","Released","","The Case for Christ","false","6.7","112" +"false","/2JxgstxlGn3Bakf5hdjoaV2hBM2.jpg","null","0","[{'id':35,'name':'Comedy'}]","","425134","tt4795124","en","How to Be a Latin Lover","An aging Latin lover gets dumped by his sugar mama and must fend for himself in a harsh world.","9.08","/wvXCBYFDwAQSj3nrRAoBSpX2N8J.jpg","[{'id':58399,'logo_path':null,'name':'Pantelion Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-04-28","26251899","115","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","Fifty shades grayer","How to Be a Latin Lover","false","6.3","187" +"false","/sPM7i9YZKCqb2U7f13e0eYnRYWo.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.ifcfilms.com/films/chuck","373546","tt1610525","en","Chuck","A drama inspired by the life of heavyweight boxer Chuck Wepner.","5.117","/xRowWuf8Q5bazuPRIqYLaKRxxs.jpg","[{'id':93633,'logo_path':null,'name':'Mike Tollin Productions','origin_country':''},{'id':48738,'logo_path':null,'name':'Campbell Grobman Films','origin_country':'US'},{'id':52738,'logo_path':null,'name':'Jeff Rice Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-05-05","0","101","[{'iso_639_1':'en','name':'English'}]","Released","","Chuck","false","6.3","54" +"false","/6jajFcaY2YsfGQstJ5HaqZNVseX.jpg","{'id':135416,'name':'Prometheus Collection','poster_path':'/gMjiXB5dhV8nN77xXnhTIhARE7a.jpg','backdrop_path':'/cK83Pq8SJoeSTnLJucr8IWn35KF.jpg'}","97000000","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","https://alienuniverse.com/alien-covenant","126889","tt2316204","en","Alien: Covenant","Bound for a remote planet on the far side of the galaxy, the crew of the colony ship 'Covenant' discovers what is thought to be an uncharted paradise, but is actually a dark, dangerous world???which has a sole inhabitant: the 'synthetic', David, survivor of the doomed Prometheus expedition.","24.721","/zecMELPbU5YMQpC81Z8ImaaXuf9.jpg","[{'id':1645,'logo_path':'/6Ry6uNBaa0IbbSs1XYIgX5DkA9r.png','name':'Scott Free Productions','origin_country':''},{'id':19747,'logo_path':null,'name':'Brandywine Productions','origin_country':''},{'id':22213,'logo_path':'/qx9K6bFWJupwde0xQDwOvXkOaL8.png','name':'TSG Entertainment','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'NZ','name':'New Zealand'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2017-05-09","232380243","122","[{'iso_639_1':'en','name':'English'}]","Released","The path to paradise begins in hell","Alien: Covenant","false","5.9","4809" +"false","/5dLLiR8IUT7T0r5HVcvRlItNWTn.jpg","{'id':117777,'name':'Undisputed Collection','poster_path':'/uiRATuw9cgL1ZGiek9e98edToKa.jpg','backdrop_path':'/6xtQ7VgMiqMLZ2vvNEM7HzMHxxe.jpg'}","0","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","","348893","tt3344680","en","Boyka: Undisputed IV","In the fourth installment of the fighting franchise, Boyka is shooting for the big leagues when an accidental death in the ring makes him question everything he stands for. When he finds out the wife of the man he accidentally killed is in trouble, Boyka offers to fight in a series of impossible battles to free her from a life of servitude","16.818","/mWiqc87iTs1qujxm2Q0NRzGvWSN.jpg","[{'id':34070,'logo_path':null,'name':'Nu Boyana Viburno','origin_country':''}]","[{'iso_3166_1':'BG','name':'Bulgaria'}]","2016-08-01","0","87","[{'iso_639_1':'en','name':'English'}]","Released","Boyka is back!","Boyka: Undisputed IV","false","6.2","489" +"false","/rjMvrWdC1Dc3jW2Q8ymZTSPCV60.jpg","null","42000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","","373569","tt2334871","en","Snatched","When her boyfriend dumps Emily, a spontaneous woman in her 30s, she persuades her ultra-cautious mom to accompany her on a vacation to Ecuador. When these two very different women are trapped on this wild journey, their bond as mother and daughter is tested and strengthened while they attempt to navigate the jungle and escape.","9.209","/gsleO1KultziWltEAngAEZkxQhf.jpg","[{'id':7076,'logo_path':'/8BFxn9NUWSgp0ndih569Gm62xiC.png','name':'Chernin Entertainment','origin_country':'US'},{'id':61791,'logo_path':'/xyiy5wZdmnxVViRa8oRMXQQvT6F.png','name':'Feigco Entertainment','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-05-03","60845711","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","Mess with me, mess with my mother.","Snatched","false","5.3","479" +"false","/8H2HOp49GBETs6F3ci0zAS3r1Xf.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","401546","tt3203620","en","The Dinner","Two brothers and their wives meet up at a haute-cuisine restaurant to discuss what to do about a horrific crime that their sons committed together. As the quartet debate their options, the conversation reopens old wounds between the siblings.","7.913","/colBU9Mn7emfgWlZcGU331ZMh5E.jpg","[{'id':5683,'logo_path':null,'name':'ChubbCo Film','origin_country':''},{'id':71684,'logo_path':null,'name':'Post Factory NY','origin_country':''},{'id':77939,'logo_path':null,'name':'BlackBird','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-05-05","2492001","120","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'hu','name':'Magyar'}]","Released","How far would you go to protect your children?","The Dinner","false","4.2","146" +"false","/hehboYLXB3m90x9ybiBsupwuifL.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","339692","tt4633690","en","Shot Caller","A newly-released prison gangster is forced by the leaders of his gang to orchestrate a major crime with a brutal rival gang on the streets of Southern California.","13.434","/qLmLz2wtyYvmW8Ult3l2ngOnW8v.jpg","[{'id':34625,'logo_path':null,'name':'Directv','origin_country':''},{'id':2266,'logo_path':'/owzVs2mguyyJ3vIn7EbgowpUPnk.png','name':'Bold Films','origin_country':'US'},{'id':6735,'logo_path':'/6yyByQrmTAgJv0QzZ1Eh1jiGX4R.png','name':'Participant Media','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-07-13","0","121","[{'iso_639_1':'en','name':'English'}]","Released","Some criminals are made in prison","Shot Caller","false","6.9","988" +"false","/AnRkrct4RG4rV6IrJgLdvQQDz7I.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.ifcfilms.com/films/wakefield","369894","tt5195412","en","Wakefield","A man's nervous breakdown causes him to leave his wife and live in his attic for several months.","7.759","/1SOw7s1g429ZnbJyKxGIXalSywR.jpg","[{'id':1092,'logo_path':null,'name':'Mockingbird Pictures','origin_country':''},{'id':79206,'logo_path':null,'name':'Dominion Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-05-19","0","106","[{'iso_639_1':'en','name':'English'}]","Released","What would your life be without you?","Wakefield","false","6.2","158" +"false","/sVkjgKq8cwKm95LCyfrLldLbQIG.jpg","null","175000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'}]","http://kingarthurmovie.com","274857","tt1972591","en","King Arthur: Legend of the Sword","When the child Arthur???s father is murdered, Vortigern, Arthur???s uncle, seizes the crown. Robbed of his birthright and with no idea who he truly is, Arthur comes up the hard way in the back alleys of the city. But once he pulls the sword Excalibur from the stone, his life is turned upside down and he is forced to acknowledge his true legacy... whether he likes it or not.","20.464","/gvSWdJN7peehxJYOugV9IwqiAFi.jpg","[{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':433,'logo_path':null,'name':'Weed Road Pictures','origin_country':'US'},{'id':23202,'logo_path':null,'name':'Wigram Productions','origin_country':''},{'id':25577,'logo_path':null,'name':'Safehouse Pictures','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-05-10","146175066","126","[{'iso_639_1':'en','name':'English'}]","Released","From nothing comes a King","King Arthur: Legend of the Sword","false","6.5","3162" +"false","/og52S5b7xPY2FIt59MoeFebnq91.jpg","{'id':537236,'name':'Scooby-Doo LEGO Collection','poster_path':'/ckzooAlhq91tOmWNKTkbzOWE9cW.jpg','backdrop_path':'/lZsBFU27kmiEQ0kc7xHXtAVyQ77.jpg'}","0","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':9648,'name':'Mystery'}]","","461054","tt6946580","en","Lego Scooby-Doo! Blowout Beach Bash","Mystery, Inc. heads to Blowout Beach for a real swinging beach party when the Ghost Pirates threaten to harsh the good vibes.","3.68","/1jV2qGhuX1Cyb8WkCLhGpXROIOM.jpg","[{'id':2785,'logo_path':'/l5zW8jjmQOCx2dFmvnmbYmqoBmL.png','name':'Warner Bros. Animation','origin_country':'US'},{'id':4081,'logo_path':'/9Q0SyrhQD61wWbz5KJOkL6tu2mg.png','name':'LEGO','origin_country':'DK'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-07-11","0","72","[{'iso_639_1':'en','name':'English'}]","Released","","Lego Scooby-Doo! Blowout Beach Bash","false","6.5","26" +"false","/3RXc6plqoqXUFTsgMe41HBml9Pp.jpg","null","2800000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':878,'name':'Science Fiction'}]","http://phoenixforgotten.com/","443319","tt6574272","en","Phoenix Forgotten","20 years after three teenagers disappeared in the wake of mysterious lights appearing above Phoenix, Arizona, unseen footage from that night has been discovered, chronicling the final hours of their fateful expedition.","7.779","/8GJ9a0FgkCKIqKvGtkppTTALGG3.jpg","[{'id':1645,'logo_path':'/6Ry6uNBaa0IbbSs1XYIgX5DkA9r.png','name':'Scott Free Productions','origin_country':''},{'id':39644,'logo_path':'/ls2IbZacuJSJL37SXu8uwDjKvdC.png','name':'Cinelou Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-04-21","3600000","80","[{'iso_639_1':'en','name':'English'}]","Released","Based on Shocking Untold True Events","Phoenix Forgotten","false","5.6","129" +"false","/jEQlC9uM21MNvQyAOpaHJE7kQGh.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","http://www.stockholmmylove.com/","413788","tt6107412","en","Stockholm, My Love","Stockholm My Love is a city symphony, a love letter to Stockholm, the fiction debut of director Mark Cousins and the acting debut of musician Neneh Cherry. It follows one woman's footsteps through the streets of her native city, on a journey of recovery from a bad thing that happened to her exactly one year before. It's an exploration of grief, identity and the power of architecture and urbanism to shape lives, and a celebration of the power of walking and looking to make us all feel just a little bit better. With new music by Neneh Cherry, old music by Benny Andersson (of ABBA) and Franz Berwald, and images by Christopher Doyle and Mark Cousins.","1.161","/ceVENAmHyfMtMyKtovHTZZvB0Ln.jpg","[{'id':82299,'logo_path':null,'name':'Bofa Productions','origin_country':''},{'id':3159,'logo_path':null,'name':'Migma Film','origin_country':'SE'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'SE','name':'Sweden'}]","2016-11-16","0","88","[{'iso_639_1':'en','name':'English'}]","Released","","Stockholm, My Love","false","6","6" +"false","/s2TlRl2n73pN3qLpWHUlnQFGpol.jpg","null","0","[{'id':27,'name':'Horror'}]","http://tonightshe.com","415633","tt5161376","en","Tonight She Comes","After a girl goes missing, two of her friends and a mysterious set of strangers find themselves drawn to the cabin in the woods where she disappeared. They will laugh, they will drink, they will kiss, they will make love, and THEY MUST ALL DIE.","2.61","/qFNXHXNF5gbmqzOxR2wnqCMLLMp.jpg","[{'id':23712,'logo_path':null,'name':'Lamplight Films','origin_country':''},{'id':66454,'logo_path':null,'name':'Twenty Eighteen Seventy-Six','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-10-09","0","84","[{'iso_639_1':'en','name':'English'}]","Released","Everyone else will die","Tonight She Comes","false","4.7","34" +"false","/7KUfAsPZfLsNvEy9RPvBANMXlVI.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","http://thegirlfromthesongmovie.tumblr.com/","454774","tt6336270","en","The Girl from the Song","A young musician travels to Burning Man, a psychedelic festival in the middle of the Nevada desert, in an attempt to get the impetuous girl he has fallen in love with.","3.111","/pkPhyfQzfKvQcEokZAyhYoQCC9o.jpg","[{'id':47925,'logo_path':null,'name':'Mayo Productions','origin_country':''},{'id':48089,'logo_path':null,'name':'ESCAC Films','origin_country':''},{'id':89580,'logo_path':null,'name':'Flat Cap Films','origin_country':''}]","[{'iso_3166_1':'ES','name':'Spain'}]","2017-04-24","0","102","[{'iso_639_1':'en','name':'English'}]","Released","","The Girl from the Song","false","6.1","54" +"false","/txL5DLuBi3GtXR4Cka1ofTR1IqS.jpg","{'id':336557,'name':'The Ouija Experiment Collection','poster_path':null,'backdrop_path':null}","0","[{'id':27,'name':'Horror'}]","","431392","tt5156910","en","Charlie Charlie","An Eccentric haunted house owner invites a group of hapless teens to play the terrifying game known as Charlie Charlie, overnight in the many attractions his house has to offer. While the game is meant to be a mere spectacle of spooky fun, it soon turns into a true nightmare leaving the teenagers, and the owner, battling for their lives.","2.727","/4PwWf3km19NDWpkNZgJH9bj7e5b.jpg","[{'id':18247,'logo_path':null,'name':'EuroVideo Medien GmbH','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-01-01","0","85","[{'iso_639_1':'en','name':'English'}]","Released","","Charlie Charlie","false","3.9","15" +"false","/nYCqF8uHIQgjRrGHzs7XdsAbgcR.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","420260","tt4653586","en","The Drowning","A psychiatrist faces his past, present and future when he finds himself involved in the treatment of a young man recently released from prison for a murder committed when the boy was just 11 years old.","4.318","/4mzWQ0QwUALrCCCTTFJqlgsXo1Y.jpg","[{'id':21773,'logo_path':null,'name':'Film Community, The','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-10-08","0","95","[{'iso_639_1':'en','name':'English'}]","Released","If evil exists, can it be transformed?","The Drowning","false","4.5","58" +"false","/hENBbG0J4zf4fFB3OVAC50poojR.jpg","null","18000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","http://wearethecircle.com/","339988","tt4287320","en","The Circle","A young tech worker takes a job at a powerful Internet corporation, quickly rises up the company's ranks, and soon finds herself in a perilous situation concerning privacy, surveillance and freedom. She comes to learn that her decisions and actions will determine the future of humanity.","13.438","/bQVqd5rWrx5GbXhJNuvKy4Viz6j.jpg","[{'id':4171,'logo_path':null,'name':'Playtone','origin_country':'US'},{'id':53299,'logo_path':null,'name':'Image Nation','origin_country':''},{'id':1785,'logo_path':'/wT6aIkuQTNuq8XFoDGACK8EyR6w.png','name':'Likely Story','origin_country':'US'},{'id':47729,'logo_path':'/5NRpQ7xxmODXAjt2pRWUFMLVzvP.png','name':'STX Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-04-27","20497844","110","[{'iso_639_1':'en','name':'English'}]","Released","Knowing is good. Knowing everything is better.","The Circle","false","5.5","2587" +"false","/y6tKHt7iwcYwqckk3iOZV0vWKRM.jpg","null","25000000","[{'id':80,'name':'Crime'},{'id':35,'name':'Comedy'}]","","353070","tt2568862","en","Going in Style","Desperate to pay the bills and come through for their loved ones, three lifelong pals risk it all by embarking on a daring bid to knock off the very bank that absconded with their money.","12.337","/4nfWsdsJfO5srRZgxiWC9xHub0W.jpg","[{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':2609,'logo_path':'/ocmrEBfmecJvrbIM4C50vjYWtlq.png','name':'De Line Pictures','origin_country':'US'},{'id':41624,'logo_path':'/wzKxIeQKlMP0y5CaAw25MD6EQmf.png','name':'RatPac-Dune Entertainment','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-04-06","84618541","96","[{'iso_639_1':'en','name':'English'}]","Released","","Going in Style","false","6.6","1259" +"false","/oPc24kKGypbbdudP9QaOLuBcX70.jpg","null","0","[{'id':35,'name':'Comedy'}]","http://www.hippothemovie.com/","442750","tt3758708","en","The Hippopotamus","Disgraced poet Ted Wallace is summoned to his friend's country manor to investigate a series of unexplained miracles.","2.558","/gU84M23dwakvYtcppMfTNFLmFbf.jpg","[{'id':41511,'logo_path':null,'name':'Electric Shadow Company','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-03-19","0","86","[{'iso_639_1':'en','name':'English'}]","Released","A beast of a comedy.","The Hippopotamus","false","6.7","42" +"false","/dy1b9Uvyi5QmZFwsm2EJtIUCUHo.jpg","{'id':221111,'name':'S.W.A.T. Collection','poster_path':'/iaBn9GPUik9xwfHIelzTXJi5ClY.jpg','backdrop_path':'/75To7hSFaAuciz4EXAFfj4LH6Od.jpg'}","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","461053","tt6014472","en","S.W.A.T.: Under Siege","When a D.E.A. and S.W.A.T. cartel takedown ends in a shootout, S.W.A.T. Agent Travis Hall seizes a mysterious prisoner taking him into custody. Before long, the S.W.A.T. compound is under siege by wave-after-wave of assault teams attempting to recover the prisoner known as ???The Scorpion??? for the tattoo blazed across his back. When Travis discovers that his prisoner is a Secret Ops double agent planted within the cartel, it???s up to him and his expert S.W.A.T. team to keep ???The Scorpion??? and his billion dollar secrets safe.","8.596","/sGcDltZ2aUgLV7oFxGlpO1oGmc0.jpg","[{'id':333,'logo_path':'/5xUJfzPZ8jWJUDzYtIeuPO4qPIa.png','name':'Original Film','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-08-01","0","89","[{'iso_639_1':'en','name':'English'}]","Released","","S.W.A.T.: Under Siege","false","5.2","80" +"false","/tICWBSVpbTuXMOyqshCe66XAGG7.jpg","null","0","[{'id':18,'name':'Drama'}]","","356301","tt4295258","en","Across the Line","Out of the approximately 600 players in the National Hockey League, thirty are Black. Mattie Slaughter, a hockey phenom from the rural Black community of North Preston, wants to make it thirty-one. To reach his goal, Mattie needs to keep his nose clean and avoid trouble. Hard to do though, when you go to a school where racism taints every interaction, your older brother is a hustler and you???re crushing on a girl who???s already hooked up.","0.747","/pswZgwZVxxaoh1QMcTvFNTVQPjF.jpg","[{'id':97337,'logo_path':null,'name':'Freddie Films','origin_country':''},{'id':97338,'logo_path':null,'name':'Circle Blue Films','origin_country':''},{'id':7225,'logo_path':'/qcGIZjdRc1YOJPyWhBj9L2Rf3q9.png','name':'DHX Media','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2016-04-08","0","88","[{'iso_639_1':'en','name':'English'}]","Released","","Across the Line","false","5.8","4" +"false","/xlfnQMqCWCg9TcHgpakXSJOTY2Q.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","336455","tt2597892","en","Viral","Following the outbreak of a virus that wipes out the majority of the human population, a young woman documents her family's new life in quarantine and tries to protect her infected sister.","6.652","/7Pk0Plmw3ySEqxhQPaKdxtbfU9F.jpg","[{'id':49982,'logo_path':null,'name':'IM Global Octane','origin_country':''},{'id':3172,'logo_path':'/kDedjRZwO8uyFhuHamomOhN6fzG.png','name':'Blumhouse Productions','origin_country':'US'},{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'},{'id':60621,'logo_path':null,'name':'Busted Shark Productions','origin_country':'US'},{'id':55265,'logo_path':null,'name':'Chapter One Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-02-18","551760","86","[{'iso_639_1':'en','name':'English'}]","Released","Fear what's inside","Viral","false","5.5","230" +"false","/2SEgJ0mHJ7TSdVDbkGU061tR33K.jpg","null","250000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","","347882","tt4573516","en","Sleight","A young street magician is left to take care of his little sister after his mother's passing and turns to drug dealing in the Los Angeles party scene to keep a roof over their heads. When he gets into trouble with his supplier, his sister is kidnapped and he is forced to rely on both his sleight of hand and brilliant mind to save her.","5.45","/wridRvGxDqGldhzAIh3IcZhHT5F.jpg","[{'id':57537,'logo_path':'/xDWgR9hco6pRM69A4djcwaSpKHz.png','name':'Diablo Entertainment','origin_country':'US'},{'id':73625,'logo_path':null,'name':'BH Tilt','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-04-28","3914430","89","[{'iso_639_1':'en','name':'English'}]","Released","You can change the cards you're dealt","Sleight","false","5.3","360" +"false","/y5qDjStKZ6y4IHQDhJGMlfZwH92.jpg","null","0","[{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'}]","http://sheiscolossal.com","339967","tt4680182","en","Colossal","A woman discovers that severe catastrophic events are somehow connected to the mental breakdown from which she's suffering.","9.077","/4VOyofBd1pexblxtDZYtYIk7NI4.jpg","[{'id':90733,'logo_path':'/3K9wCZTyDgop3ITK1rDi6T2PckE.png','name':'Neon','origin_country':'US'},{'id':90622,'logo_path':null,'name':'Toy Fight Productions','origin_country':''},{'id':1063,'logo_path':'/fpVBhNnopOZwGuF0gg99oBHp1ht.png','name':'Brightlight Pictures','origin_country':'CA'},{'id':7344,'logo_path':'/lASNQOHmUmW54FB8f8l2CEPQjlN.png','name':'Sayaka Producciones Audiovisuales','origin_country':'ES'},{'id':80834,'logo_path':'/gWVVa74FMdRGXSnRroASmlNBEtU.png','name':'Route One Entertainment','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'ES','name':'Spain'}]","2016-06-30","3029287","109","[{'iso_639_1':'en','name':'English'}]","Released","There's a monster in all of us","Colossal","false","6.1","956" +"false","/y5oCf0MUfBVMdmwv9gX5lAYN4r5.jpg","null","50000","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'},{'id':10749,'name':'Romance'}]","","50153","tt0043778","en","The Man from Planet X","While watching for a planet that may collide with earth, scientists stationed in Scotland are approached by a visitor from outer space.","2.161","/bA8TbHq96DaWxml0j3OneCBjrJG.jpg","[{'id':13716,'logo_path':null,'name':'Mid Century Film Productions Ltd.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1951-04-27","0","70","[{'iso_639_1':'en','name':'English'}]","Released","The WEIRDEST Visitor the Earth has ever seen!","The Man from Planet X","false","5.5","22" +"false","/ds6z3gCMIhChRQpqdhq4ZbGQY0X.jpg","null","10000000","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'}]","http://detentionmovie.com/","68684","tt1701990","en","Detention","As a killer named Cinderhella stalks the student body at the high school in Grizzly Lake, a group of co-eds band together to survive while they're all serving detention.","5.993","/wLuMoe16Z27DH96B2vg4FQNiAjj.jpg","[{'id':21125,'logo_path':null,'name':'Detention Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-03-16","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Cancel Your Future","Detention","false","5.7","201" +"false","/jzQarQlMuzIVjNuszc21RrKAfXh.jpg","null","1282545","[{'id':18,'name':'Drama'}]","","413762","tt5158522","en","The Levelling","Clover is finishing a veterinary course when her brother dies and she is called home to her family's struggling Somerset farm.","5.33","/tLp1mJMvoeQm1xKxQUzja8swRua.jpg","[{'id':25795,'logo_path':null,'name':'Wellington Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-05-12","0","83","[{'iso_639_1':'en','name':'English'}]","Released","","The Levelling","false","6.2","22" +"false","/hU74yMO9p7UzVvpfCl7rEqA4XPw.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'},{'id':9648,'name':'Mystery'},{'id':80,'name':'Crime'}]","","30141","tt0314676","en","The Singing Detective","From his hospital bed, a writer suffering from a skin disease hallucinates musical numbers and paranoid plots.","3.74","/bjkLSHpV294HIllRpHKWkNICs3N.jpg","[{'id':152,'logo_path':null,'name':'Icon Productions','origin_country':'US'},{'id':1363,'logo_path':null,'name':'Haft Entertainment','origin_country':''},{'id':11732,'logo_path':null,'name':'Airborne Productions','origin_country':''},{'id':838,'logo_path':'/tcW3UqV46Mdq6GyaS1ydEDocEDF.png','name':'Paramount Vantage','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-10-24","0","109","[{'iso_639_1':'en','name':'English'}]","Released","When it comes to murder, seduction and betrayal he wrote the book. Now he's living it!","The Singing Detective","false","5.6","63" +"false","/coUYbz81HWKdp5WBlSmHuEgFXaJ.jpg","null","0","[{'id':35,'name':'Comedy'}]","","27225","tt0083015","en","S.O.B.","A movie producer who made a huge flop tries to salvage his career by revamping his film as an erotic production, where its family-friendly star takes her top off.","2.413","/ubYBdXTMj8H8z0tv4TSddyUkT0M.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':1176,'logo_path':null,'name':'Lorimar Film Entertainment','origin_country':'US'},{'id':8844,'logo_path':null,'name':'Artista Management','origin_country':''},{'id':15152,'logo_path':null,'name':'Geoffrey Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1981-07-01","0","121","[{'iso_639_1':'en','name':'English'}]","Released","","S.O.B.","false","5.9","34" +"false","/qYZrfWU031S7IPmOxVYan5FTH3S.jpg","null","0","[{'id':35,'name':'Comedy'}]","","334893","tt3865238","en","ChickLit","ChickLit is a comedy drama about four guys trying to save their local pub from closing down. They group write a chick lit, or more specifically a 'mummy porn' novel in the style of 'Fifty Shades of Grey' and it gets snapped up. The only snag is that the publisher insists that the young woman 'author' does press and publicity. The guys have to keep their involvement a secret and so engage an out of work actress to 'role play' the part of the author. This leads to her becoming the star in the film of the book, the tables are turned on the guys and she is in control - leaving them with the awful prospect of having to secretly churn out sex novels for the foreseeable future.","1.465","/hMib7R5YQGYcxL1Clq3F2Fywh4E.jpg","[{'id':82164,'logo_path':null,'name':'Coach House Films','origin_country':''},{'id':18231,'logo_path':null,'name':'Capriol Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2016-09-02","0","96","[]","Released","","ChickLit","false","6.6","5" +"false","/tu25o2UIfOafHPCfcMFQxf1zn5n.jpg","null","8138338","[{'id':18,'name':'Drama'}]","","368942","tt2392830","en","A Quiet Passion","The story of American poet Emily Dickinson from her early days as a young schoolgirl to her later years as a reclusive, unrecognized artist.","6.04","/k2WWlrMbuINyzDCfBuD48eN22QY.jpg","[{'id':31279,'logo_path':null,'name':'Potemkino','origin_country':''},{'id':43274,'logo_path':null,'name':'Hurricane Films','origin_country':''},{'id':24012,'logo_path':null,'name':'Indomitable Entertainment','origin_country':'US'}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-10-07","1864266","125","[{'iso_639_1':'en','name':'English'}]","Released","","A Quiet Passion","false","6.4","79" +"false","/1XTY2YFLsRUN3WVXBCPtoUoiWfX.jpg","null","4000000","[{'id':53,'name':'Thriller'}]","","452068","tt5352846","en","Drone","Ideologies collide with fatal results when a military drone contractor meets an enigmatic Pakistani businessman.","5.743","/o1Zp7DBOkxDhGCg6fXhuaFaFwsN.jpg","[{'id':45909,'logo_path':null,'name':'Pacific Northwest Pictures','origin_country':'CA'},{'id':89121,'logo_path':null,'name':'Gold Star Productions','origin_country':''},{'id':89122,'logo_path':null,'name':'Look to the Sky Films','origin_country':'CA'},{'id':92103,'logo_path':null,'name':'Daylight Media','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2017-05-26","0","91","[{'iso_639_1':'en','name':'English'}]","Released","Choose your target wisely.","Drone","false","5.2","132" +"false","/yR4UgI9AslQ4kd3qa1kDwxChJWs.jpg","null","12000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","418437","tt3462710","en","Unforgettable","Julia moves in with her fianc??, David, but his ex-wife and her own haunting past join forces to rock her quiet suburban existence.","6.925","/eUGehaQhjc9Q8kqlZP16akfx7R4.jpg","[{'id':813,'logo_path':null,'name':'DiNovi Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-03-06","17768012","100","[{'iso_639_1':'en','name':'English'}]","Released","When love ends, madness begins","Unforgettable","false","5.5","291" +"false","/jGPSVArC0GS2VVc0aGAqGTjfFOG.jpg","null","110000000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","http://www.ghostintheshellmovie.com/","315837","tt1219827","en","Ghost in the Shell","In the near future, Major is the first of her kind: a human saved from a terrible crash, then cyber-enhanced to be a perfect soldier devoted to stopping the world's most dangerous criminals.","16.146","/si1ZyELNHdPUZw4pXR5KjMIIsBF.jpg","[{'id':93466,'logo_path':null,'name':'Weying Galaxy Entertainment','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':3407,'logo_path':null,'name':'Shanghai Film Group','origin_country':'CN'},{'id':7294,'logo_path':'/kK4PRgceWp9KNrycD8xx8seWxYU.png','name':'Reliance Entertainment','origin_country':'IN'},{'id':14439,'logo_path':null,'name':'Arad Productions','origin_country':''},{'id':17449,'logo_path':null,'name':'Grosvenor Park Productions','origin_country':'US'},{'id':44311,'logo_path':null,'name':'Steven Paul Production','origin_country':''},{'id':83645,'logo_path':null,'name':'Huahua Media','origin_country':'CN'},{'id':88981,'logo_path':null,'name':'Seaside Entertainment','origin_country':''},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'NZ','name':'New Zealand'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'IN','name':'India'},{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'HK','name':'Hong Kong'}]","2017-03-29","169801921","107","[{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'en','name':'English'}]","Released","There's nothing sadder than a puppet without a ghost.","Ghost in the Shell","false","6","4942" +"false","/gYtXT7fJNBRZBbBulO11DoRveLT.jpg","null","7000000","[{'id':18,'name':'Drama'},{'id':10751,'name':'Family'},{'id':35,'name':'Comedy'}]","http://www.foxsearchlight.com/gifted/","400928","tt4481414","en","Gifted","Frank, a single man raising his child prodigy niece Mary, is drawn into a custody battle with his mother.","11.937","/7YB2YrMwIm1g8FyZtlvmVDfRnAT.jpg","[{'id':89578,'logo_path':null,'name':'Grade A Entertainment','origin_country':''},{'id':8569,'logo_path':null,'name':'Dayday Films','origin_country':'GB'},{'id':7493,'logo_path':'/452FO4LcI6lA6bfgl6w1kQYRBlr.png','name':'FilmNation Entertainment','origin_country':'US'},{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-04-12","40343446","101","[{'iso_639_1':'en','name':'English'}]","Released","","Gifted","false","7.9","1913" +"false","/8keMlLuzB9XIUBnbdEq5DCqZdHQ.jpg","{'id':519457,'name':'The Boss Baby Collection','poster_path':null,'backdrop_path':null}","125000000","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","http://www.dreamworks.com/thebossbaby/","295693","tt3874544","en","The Boss Baby","A story about how a new baby's arrival impacts a family, told from the point of view of a delightfully unreliable narrator, a wildly imaginative 7 year old named Tim.","7.373","/unPB1iyEeTBcKiLg8W083rlViFH.jpg","[{'id':521,'logo_path':'/kP7t6RwGz2AvvTkvnI1uteEwHet.png','name':'DreamWorks Animation','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-03-23","498814908","97","[{'iso_639_1':'en','name':'English'}]","Released","Born leader","The Boss Baby","false","6.4","4185" +"false","/v3YRUrAdLOvcgBw9H3D9urhuAMD.jpg","null","0","[{'id':18,'name':'Drama'}]","","59065","tt1528312","en","Route Irish","A private security contractor in Iraq rejects the official explanation of his friend's death and decides to investigate.","4.086","/gJsIdYIpnVe1p4d283PE2QPax2E.jpg","[{'id':12695,'logo_path':'/pZg9WqHoiUqhCzoMwGTcPI6Bs3d.png','name':'Sixteen Films','origin_country':'GB'},{'id':729,'logo_path':'/hNxGdbddbsDDnEWJ7RNLcGCRSLQ.png','name':'Why Not Productions','origin_country':'FR'},{'id':856,'logo_path':'/3tfzS2CrX6Ntbu927XzHXEPDA6y.png','name':'Wild Bunch','origin_country':'FR'},{'id':15130,'logo_path':null,'name':'Urania Pictures S.r.l.','origin_country':''},{'id':1926,'logo_path':'/sORCydQs61kwWqRIIzPiBpgVVag.png','name':'Les Films du Fleuve','origin_country':'BE'},{'id':7680,'logo_path':'/uGcInOaHyvFZ337T5OeQKKVjSCJ.png','name':'Tornasol Films','origin_country':'ES'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'ES','name':'Spain'}]","2011-03-16","0","109","[{'iso_639_1':'en','name':'English'}]","Released","The most dangerous road in the world conceals an even deadlier secret.","Route Irish","false","6.2","38" +"false","/fXCoMFPV7PSwNBZb02SPRFRp7T4.jpg","{'id':124935,'name':'The Lawnmower Man Collection','poster_path':'/h4LvlswVUclYt1kFLN0PVFV3NXC.jpg','backdrop_path':'/3hPpPp7cwMiwJ1TFf0hANcw7AnG.jpg'}","10000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","","10163","tt0104692","en","The Lawnmower Man","A simple man is turned into a genius through the application of computer science.","7.762","/3tWLM3zMyh3KZOactn8mfjHml05.jpg","[{'id':5570,'logo_path':null,'name':'Allied Vision','origin_country':''},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'US','name':'United States of America'}]","1992-03-05","32101000","108","[{'iso_639_1':'en','name':'English'}]","Released","God made him simple. Science made him a god.","The Lawnmower Man","false","5.4","303" +"false","/uR7qTaYmPbQrnLkbAJLjszuMwLo.jpg","null","0","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","331392","tt3692652","en","Eloise","Four friends break into an abandoned insane asylum in search of a death certificate which will grant one of them a large inheritance. However, finding it soon becomes the least of their worries in a place haunted by dark memories.","4.441","/mvjzPdvobEhLLqtmFNADEl1xPrF.jpg","[{'id':19367,'logo_path':null,'name':'Vinson Films','origin_country':''},{'id':86077,'logo_path':null,'name':'Palm Drive Productions','origin_country':''},{'id':86078,'logo_path':null,'name':'Buy Here Pay Here Entertainment','origin_country':'US'},{'id':86079,'logo_path':null,'name':'SLAM Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-02-03","0","89","[{'iso_639_1':'en','name':'English'}]","Released","The creepiest and most haunted place in US!","Eloise","false","4.9","91" +"false","/3YPCifjF7PSrTjlXD72V8x020Mk.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","","76115","tt2077886","en","The Phantom of the Opera at the Royal Albert Hall","A disfigured musical genius, hidden away in the Paris Opera House, terrorises the opera company for the unwitting benefit of a young prot??g??e whom he trains and loves. The 25th anniversary of the first public performance of Phantom of the Opera was celebrated with a grand performance at the Royal Albert Hall in London.","5.028","/1vf1ryVPBSV2J8dOfCmyv3u0Vu4.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':7922,'logo_path':null,'name':'THE REALLY USEFUL THEATRE COMPANY PRODUCTION','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2011-09-27","0","160","[{'iso_639_1':'en','name':'English'}]","Released","The 25th anniversary of the first public performance of Phantom of the Opera.","The Phantom of the Opera at the Royal Albert Hall","false","8.5","52" +"false","/7U0P3iklJGhPYkz0799Mn8XV3e2.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","433621","tt4045894","en","Get the Girl","A wealthy young man is conned into staging a fake kidnapping in order to be a hero and win the affection of a girl he's madly in love with. But when one of the hired kidnappers is accidentally killed during the charade, he's forced to actually save her life while not revealing that it's been a ruse all along.","2.037","/v5btlEkAcZknToT7rfyAwqBQs0u.jpg","[{'id':57537,'logo_path':'/xDWgR9hco6pRM69A4djcwaSpKHz.png','name':'Diablo Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-01-27","0","87","[{'iso_639_1':'en','name':'English'}]","Released","Love makes you do crazy things","Get the Girl","false","5.3","23" +"false","/bQqoPPuc2JO9HHORPUL31zlMFfx.jpg","{'id':565280,'name':'American Poltergeist Filmreihe','poster_path':null,'backdrop_path':null}","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","http://www.alicedmovie.com/","295339","tt2306342","en","The Haunting of Alice D","In the late 1890s the Davenport House was a famous and successful brothel, until a young prostitute named Alice killed herself there. After her death, the brothel became haunted by Alice's ghost, and was eventually abandoned. More than a century later, the old structure is renovated into a beautiful mansion. It is still rumored to inhabit the ghost of Alice. Despite this, the new owner; the rich and arrogant heir to the Davenport fortune, decides to throw a wild party for his first night in the house.","1.4","/om8qi8y26bOOeOqOa1rrvGoWGQO.jpg","[{'id':34100,'logo_path':null,'name':'Two Chick Pix','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-09-27","0","85","[{'iso_639_1':'en','name':'English'}]","Released","You don't own her anymore.","The Haunting of Alice D","false","5.5","5" +"false","/cVl9Lb6lsTYpEz68xxGF6HyGcWV.jpg","null","5200000","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","275269","tt0315642","hi","???????????????","'Wazir' is a tale of two unlikely friends, a wheelchair-bound chess grandmaster and a brave ATS officer. Brought together by grief and a strange twist of fate, the two men decide to help each other win the biggest games of their lives. But there's a mysterious, dangerous opponent lurking in the shadows, who is all set to checkmate them.","3.379","/uok4Yb8FMHNcAoW0hOknnpCVFHZ.jpg","[{'id':12865,'logo_path':null,'name':'Getaway Films Private Limited','origin_country':'IN'},{'id':44164,'logo_path':null,'name':'Vinod Chopra Films','origin_country':''},{'id':44163,'logo_path':null,'name':'Rajkumar Hirani Films','origin_country':''},{'id':3781,'logo_path':null,'name':'Vidhu Vinod Chopra Productions','origin_country':'IN'}]","[{'iso_3166_1':'IN','name':'India'}]","2016-01-07","9200000","103","[{'iso_639_1':'hi','name':'??????????????????'}]","Released","This new year make your best move","Wazir","false","6.7","61" +"false","/zwCOcCjSndbJme0sSMIeyrgVgRY.jpg","null","0","[{'id':36,'name':'History'},{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","http://www.survivalpictures.org/the-promise/","354859","tt4776998","en","The Promise","Set during the last days of the Ottoman Empire, a love triangle develops between Mikael, a brilliant medical student, the beautiful and sophisticated artist Ana, and Chris, a renowned American journalist based in Paris.","5.563","/iDWer2VFikupdqDc7d5sxCWZ3gW.jpg","[{'id':20656,'logo_path':null,'name':'Babieka','origin_country':''},{'id':61018,'logo_path':null,'name':'Wonderful Films','origin_country':''},{'id':61019,'logo_path':null,'name':'Survivor Pictures','origin_country':''}]","[{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'US','name':'United States of America'}]","2016-12-02","0","130","[{'iso_639_1':'hy','name':''},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Empires fall. Love survives.","The Promise","false","7","187" +"false","/llJ9MACqlbqPieWCtPJnWIYrz6i.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'}]","","340442","tt3531202","en","Pilgrimage","In 13th century Ireland a group of monks must escort a sacred relic across an Irish landscape fraught with peril.","6.229","/lR5ilnIzIonItxL5mQPAPzXpwPJ.jpg","[{'id':11796,'logo_path':'/tx6LOQcTSqgW8ffKxovuJHjlYVw.png','name':'Centre du Cin??ma et de l'Audiovisuel de la F??d??ration Wallonie-Bruxelles','origin_country':'BE'},{'id':12142,'logo_path':'/rPnEeMwxjI6rYMGqkWqIWwIJXxi.png','name':'XYZ Films','origin_country':'US'},{'id':53509,'logo_path':null,'name':'Wrong Men North','origin_country':'BE'},{'id':5267,'logo_path':'/trP3GsUyIztMwcqev3jK1gOeCSA.png','name':'Irish Film Board','origin_country':'IE'},{'id':45732,'logo_path':'/Lp13ZZW7Gc3syx1J2DdqAoU0dT.png','name':'Savage Productions','origin_country':'IE'}]","[{'iso_3166_1':'IE','name':'Ireland'}]","2017-08-11","0","96","[{'iso_639_1':'en','name':'English'}]","Released","A journey paved in blood","Pilgrimage","false","5.9","116" +"false","/le2X3o9uopj1jMcMKFDKQ7MdBxb.jpg","null","10000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","334521","tt4158096","en","Free Fire","A crime drama set in 1970s Boston, about a gun sale which goes wrong.","8.582","/cH7HT8MlNrRb1Tx3QD0Q3HC3pXN.jpg","[{'id':16853,'logo_path':'/ihiEwwDAc8ghtdNxpMp0T34OhIi.png','name':'Rook Films','origin_country':'GB'},{'id':20277,'logo_path':'/aomeUwZLIBjGXHfuZq7HTVk7UNb.png','name':'Protagonist Pictures','origin_country':'GB'},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-03-31","1799312","90","[{'iso_639_1':'en','name':'English'}]","Released","All guns. No control.","Free Fire","false","6.3","518" +"false","/xGbcYt0nBWW7Jp8ujKV841sh96t.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':18,'name':'Drama'}]","","367147","tt5173032","en","Buster's Mal Heart","An eccentric mountain man on the run from the local sheriff recalls the mysterious events that brought him to his present fugitive state.","4.932","/3FHmgpH9K8wNP1bWJM2U6lfkHHt.jpg","[{'id':35562,'logo_path':'/cpeGUCuKo2vgaxzru9RvhJYBcdX.png','name':'Gamechanger Films','origin_country':'US'},{'id':7787,'logo_path':null,'name':'Snowfort Pictures','origin_country':''},{'id':90751,'logo_path':null,'name':'Everything Is Everything','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-04-28","73121","96","[{'iso_639_1':'en','name':'English'}]","Released","The Inversion is Coming","Buster's Mal Heart","false","6.4","109" +"false","/sCJJa36Byqmd4P0ayRT7m9tapw.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","24248","tt0055774","en","Barabbas","Epic account of the thief Barabbas, who was spared crucifixion when Pilate manipulated the crowd into pardoning him, rather than Jesus. Struggling with his spirituality, Barabbas goes through many ordeals leading him to the gladiatorial arena, where he tries to win his freedom and confront his inner demons, ultimately becoming a follower of the man who was crucified in his place.","2.873","/fjRLvLeqX80kMbk4LJ1PqkRXBiP.jpg","[{'id':1216,'logo_path':null,'name':'Dino de Laurentiis Cinematografica','origin_country':'IT'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'IT','name':'Italy'}]","1961-12-23","0","137","[{'iso_639_1':'en','name':'English'}]","Released","The man of violence in whose place Christ died","Barabbas","false","6.9","56" +"false","/ex0EiEzvhwRRAECoQZDgpOOqk3W.jpg","{'id':196753,'name':'Ghost in the Shell: Arise','poster_path':'/zaN0EZ4f1b2jCtDj7mpVhPH9C9K.jpg','backdrop_path':'/18WkPWaXZICbwjJ4VojlwbBYq6D.jpg'}","0","[{'id':28,'name':'Action'},{'id':16,'name':'Animation'},{'id':878,'name':'Science Fiction'},{'id':80,'name':'Crime'}]","http://news.kokaku-a.jp/","279254","tt4016942","ja","???????????????ARISE border : 4 Ghost Stands Alone","The upcoming installment's story takes place amidst signs of postwar reconstruction in the winter of 2028. Tensions are rising in New Port City as demonstrations are held concerning the interests of foreign cartels. This leads to a shooting incident involving riot police. It all started with a cyberbrain infection released by the terrorist ""Fire Starter."" An independent offensive unit led by Makoto Kusanagi entrusts the suppression of the situation to their ghosts and aims for their own justice. Below the surface of the incident, lies the ""tin girl"" Emma and the ""scarecrow man"" Burinda Junior. As Kusanagi deals with the incident, she draws near to what those two ghosts were seeking.","3.768","/zWjp86tNqSCIdpvsrGahdxf8Dnz.jpg","[{'id':528,'logo_path':'/fO3Aof3lXQclYpBByYC8aneTXwA.png','name':'Bandai Visual','origin_country':'JP'},{'id':882,'logo_path':'/fRSWWjquvzcHjACbtF53utZFIll.png','name':'Toho Company, Ltd.','origin_country':'JP'},{'id':6999,'logo_path':null,'name':'Kodansha','origin_country':''},{'id':529,'logo_path':'/rwB6w2aPENQbx756pBWSw44Ouk.png','name':'Production I.G','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","2014-09-06","0","59","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Ghost in the Shell Arise - Border 4: Ghost Stands Alone","false","7.1","52" +"false","/x7ISChdSQefouNmjy7YotZZ6Nft.jpg","{'id':196753,'name':'Ghost in the Shell: Arise','poster_path':'/zaN0EZ4f1b2jCtDj7mpVhPH9C9K.jpg','backdrop_path':'/18WkPWaXZICbwjJ4VojlwbBYq6D.jpg'}","0","[{'id':28,'name':'Action'},{'id':16,'name':'Animation'},{'id':878,'name':'Science Fiction'}]","http://kokaku-a.jp/","240341","tt3579524","ja","???????????????ARISE border : 3 Ghost Tears","Posing as lovers on vacation, Motoko and Batou work to try to stop a terrorist organization whose symbol is the Scrasath. Meanwhile, Togusa investigates a murder of a man who possessed a prosthetic leg manufactured by the Mermaid's Leg corporation.","5.034","/vvxOWdKeHJOlPJ36NfKwdZTiKN6.jpg","[{'id':528,'logo_path':'/fO3Aof3lXQclYpBByYC8aneTXwA.png','name':'Bandai Visual','origin_country':'JP'},{'id':1778,'logo_path':'/69xm6sF3JxugGVjfZfm1YY6d7EE.png','name':'Dentsu','origin_country':'JP'},{'id':6999,'logo_path':null,'name':'Kodansha','origin_country':''},{'id':529,'logo_path':'/rwB6w2aPENQbx756pBWSw44Ouk.png','name':'Production I.G','origin_country':'JP'},{'id':882,'logo_path':'/fRSWWjquvzcHjACbtF53utZFIll.png','name':'Toho Company, Ltd.','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","2014-06-28","0","59","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Ghost in the Shell Arise - Border 3: Ghost Tears","false","6.8","71" +"false","/4d4CQs5Io2XajHcr5LLKK9yorod.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://13films.net/projects/extortion/","333354","tt2957760","en","Extortion","A doctor desperately tries to save his wife and their 5 year old son after their vacation in the Bahamas takes an unexpected turn.","8.256","/nmIHFblhZ2uBGepSYzvKYFDfvhp.jpg","[{'id':23754,'logo_path':null,'name':'Filmmuse Productions','origin_country':''},{'id':89989,'logo_path':null,'name':'Del Rey Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'PR','name':'Puerto Rico'}]","2017-01-02","0","108","[{'iso_639_1':'en','name':'English'}]","Released","How much is your family worth?","Extortion","false","6.2","124" +"false","","null","0","[{'id':99,'name':'Documentary'}]","http://www.isgenesishistory.com/","437783","tt6360332","en","Is Genesis History?","Is Genesis History? is a fascinating new look at the biblical, historical, and scientific evidence for Creation and the Flood. Learn from more than a dozen scientists and scholars as they explore the world around us in light of Genesis. Dr. Del Tackett, creator of ""The Truth Project,"" hikes through canyons, climbs up mountains, and dives below the sea in an exploration of two competing views... one compelling truth.","1.402","/mLTn5BFQuAttnfVtiHxJcFL4cqd.jpg","[]","[]","2017-02-23","0","100","[{'iso_639_1':'en','name':'English'}]","Released","""Nothing in the world makes sense except in the light of Genesis."" -Dr. Del Tackett","Is Genesis History?","false","5","6" +"false","/eLV46YNSh7CJxkKxcwkjnS7pIJB.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","6976","tt0067983","en","Whoever Slew Auntie Roo?","A demented widow lures unsuspecting children into her mansion in a bizarre ""Hansel and Gretel"" twist.","1.419","/gIq1yhF5ziqspQ2dKdMBS8vqcZD.jpg","[{'id':16593,'logo_path':null,'name':'Hemdale','origin_country':''},{'id':9266,'logo_path':null,'name':'American International Pictures (AIP)','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1971-10-31","0","91","[{'iso_639_1':'en','name':'English'}]","Released","She's Taking A STAB At Motherhood!","Whoever Slew Auntie Roo?","false","6.7","16" +"false","/miNsHqbe8BJP7bLDjggMhAv0bM8.jpg","{'id':562535,'name':'Moontrap Collection','poster_path':'/oJtVK7S5iTpOKZ3hfX0Vq42Kl8t.jpg','backdrop_path':'/jJIXVmxEXIwe7LvPt4dZGvpg7vh.jpg'}","0","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':12,'name':'Adventure'}]","","443297","tt3705822","en","Moontrap: Target Earth","A long forgotten ancient spacecraft discovered on Earth. Investigations carried out by Scout transport her to the moon whereupon she meets the impressive machines preserving the wisdom of that long lost civilization.","2.504","/piTPKYtaZjwnCRlu19zwzqaDLuN.jpg","[{'id':86979,'logo_path':null,'name':'MT2 Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-02-07","0","81","[{'iso_639_1':'en','name':'English'}]","Released","","Moontrap: Target Earth","false","3.4","13" +"false","/pGwChWiAY1bdoxL79sXmaFBlYJH.jpg","null","185000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'}]","http://kongskullislandmovie.com/","293167","tt3731562","en","Kong: Skull Island","Explore the mysterious and dangerous home of the king of the apes as a team of explorers ventures deep inside the treacherous, primordial island.","25.165","/r2517Vz9EhDhj88qwbDVj8DCRZN.jpg","[{'id':923,'logo_path':'/5UQsZrfbfG2dYJbx8DxfoTr2Bvu.png','name':'Legendary Entertainment','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-03-08","566652812","118","[{'iso_639_1':'en','name':'English'}]","Released","All hail the king","Kong: Skull Island","false","6.3","5822" +"false","/mT0Ah13IHwf07zk2ptzJA0o3yQK.jpg","{'id':937,'name':'The Pink Panther (Original) Collection','poster_path':'/xu6gZ0zGUSR8SC2QLKFaUrX2niM.jpg','backdrop_path':'/9Lc4YOIwprqMYNaUkJRRa5unakk.jpg'}","0","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","9699","tt0084814","en","Trail of the Pink Panther","The Pink Panther diamond is stolen once again from Lugash and the authorities call in Chief Inspector Clouseau from France. His plane disappears en-route. This time, famous French TV reporter Marie Jouvet sets out to solve the mystery and starts to interview everybody connected to Clouseau.","6.054","/w7ZMFiYaIfcnlAtKtBikvGRyS0j.jpg","[{'id':1582,'logo_path':null,'name':'Titan Productions','origin_country':''},{'id':6407,'logo_path':null,'name':'Blake Edwards','origin_country':''},{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':23541,'logo_path':null,'name':'Lakeline Productions','origin_country':''},{'id':23534,'logo_path':null,'name':'Amjo Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1982-12-03","9056073","96","[{'iso_639_1':'en','name':'English'}]","Released","The Newest and Funniest 'Panther' of them all.","Trail of the Pink Panther","false","5.1","108" +"false","/WIp6y6v6LGz8wYzSctcbMA3NQN.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://thebabymoon.org","440143","tt4132190","en","The Babymoon","In a fragile relationship, a husband wants to impress upon his pregnant wife his seriousness in being a good father, so he whisks her away on a babymoon travel holiday to the most exotic, beautiful, Instagram -able, country imaginable, which unbeknownst to him is experiencing a political revolution!","0.824","/iyoaSJ1jeVtvlr1YvW9zmjI1NvO.jpg","[]","[]","2017-02-14","0","99","[{'iso_639_1':'en','name':'English'}]","Released","There is no TripAdvisor for this adventure...","The Babymoon","false","4.8","6" +"false","/mXKwU2ucrjMzKP2tC7ITrPp4WPz.jpg","null","5000000","[{'id':18,'name':'Drama'}]","http://www.rabbitholefilm.com/","27585","tt0935075","en","Rabbit Hole","Life for a happy couple is turned upside down after their young son dies in an accident.","7.713","/qBhDlqdLZzxqKIXO53vMjpqLgZu.jpg","[{'id':7400,'logo_path':null,'name':'Olympus Pictures','origin_country':''},{'id':3263,'logo_path':'/z0fbODSLBptxVKekL0950Lr71zU.png','name':'OddLot Entertainment','origin_country':'US'},{'id':32537,'logo_path':null,'name':'Blossom Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-12-16","5129058","91","[{'iso_639_1':'en','name':'English'}]","Released","The only way out is through.","Rabbit Hole","false","6.8","282" +"false","/vPgjVwUUFovus09IeOBEcDdI5zu.jpg","null","0","[{'id':10752,'name':'War'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","31941","tt0078490","en","Who'll Stop the Rain","John, a disillusioned Vietnam War journalist, turns to heroin smuggling. He cons Ray, an equally burnt out veteran into delivering the drugs stateside to his wife. Everything soon falls apart and Ray ends up on the run with John's wife trying to evade crooked narcotics agents.","2.368","/AexCYBIfZnPonWBwKREoauPzXEm.jpg","[{'id':79727,'logo_path':null,'name':'Katzka-Jaffe','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1978-08-02","0","126","[{'iso_639_1':'en','name':'English'}]","Released","","Who'll Stop the Rain","false","6.5","18" +"false","/sf1TBsRrZUFqSs5tCDBxM9RFfjR.jpg","{'id':937,'name':'The Pink Panther (Original) Collection','poster_path':'/xu6gZ0zGUSR8SC2QLKFaUrX2niM.jpg','backdrop_path':'/9Lc4YOIwprqMYNaUkJRRa5unakk.jpg'}","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","6081","tt0078163","en","Revenge of the Pink Panther","Chief Inspector Jacques Clouseau is dead. At least that is what the world (and Charles Dreyfus) believe when a dead body is discovered in Clouseau's car after being shot off the road. Naturally, Clouseau knows differently, and taking advantage of not being alive, sets out to discover why an attempt was made on his life.","6.137","/rbSHQ2wslGEJHjN8Y7XpdKaihyR.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':10257,'logo_path':null,'name':'Jewel Productions','origin_country':''},{'id':23537,'logo_path':null,'name':'Sellers-Edwards productions','origin_country':''},{'id':10258,'logo_path':null,'name':'Pimlico Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1978-01-08","49579269","104","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Just when you thought it was safe to go back to the movies...","Revenge of the Pink Panther","false","6.6","177" +"false","/qTmXP26RbQMPxBUiTz9qdHg0eoH.jpg","null","18000000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://youthinrevolt-themovie.com/","22327","tt0403702","en","Youth in Revolt","As a fan of Albert Camus and Jean-Luc Godard, teenage Nick Twisp is definitely out of his element when his mother and her boyfriend move the family to a trailer park. When a pretty neighbor named Sheeni plays records by French crooners, it's love at first sight for frustrated and inexperienced Nick. Learning that she is dating someone, Nick launches a hilarious quest to find his way into Sheeni's heart -- and bed.","9.639","/nQ45Ypo7fdgBWGUICyT0XR5RPU6.jpg","[{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-09-11","0","87","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Every ""Revolution"" Needs A Leader","Youth in Revolt","false","6","472" +"false","/j0e8EbHtcpYWJRaHz3IF9kpGqs2.jpg","null","0","[{'id':18,'name':'Drama'}]","","391709","tt4660736","ms","Apprentice","Aiman is a 28-year-old Malay correctional officer who is recently transferred to the territory???s top prison. Aiman lives with his older sister Suhaila in a modest housing estate. At his new workplace, Aiman begins to take an interest in a 65-year-old sergeant named Rahim. Soon, it is revealed that the charismatic Rahim is actually the long-serving chief executioner of the prison. Rahim also takes notice of the principled and diligent Aiman. When Rahim???s assistant suddenly quits, he asks Aiman to become his apprentice. Aiman tells Suhaila of his new job position, but Suhaila becomes upset, as their father was actually executed by Rahim. Aiman knew this all along. Can Aiman overcome his conscience and a haunted past to possibly take over as the next chief executioner?","1.412","/n8Tnf3ujWyTuht5HHJ9bNPiyjQw.jpg","[{'id':17365,'logo_path':'/xxgzyEjYEVPkL8KiMhvYOVmCfAU.png','name':'Zhao Wei Films','origin_country':'SG'},{'id':17832,'logo_path':null,'name':'Cin??ma Defacto','origin_country':'FR'},{'id':20037,'logo_path':null,'name':'Augenschein Filmproduktion','origin_country':'DE'},{'id':75177,'logo_path':null,'name':'Peanut Pictures','origin_country':''},{'id':79294,'logo_path':null,'name':'Akanga Film Productions','origin_country':''}]","[{'iso_3166_1':'QA','name':'Qatar'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'SG','name':'Singapore'},{'iso_3166_1':'HK','name':'Hong Kong'}]","2016-06-01","0","96","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ms','name':'Bahasa melayu'}]","Released","","Apprentice","false","7.2","26" +"false","/digwjKMBvk0C7ZeAMAXgoz2EKRv.jpg","null","56000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10752,'name':'War'}]","","16072","tt0279111","en","Gods and Generals","The film centers mostly around the personal and professional life of Thomas ""Stonewall"" Jackson, a brilliant if eccentric Confederate general, from the outbreak of the American Civil War until its halfway point when Jackson is killed accidentally by his own soldiers in May 1863 during his greatest victory.","5.032","/jodqsKcMfd31vqXHCosQ8joB5Hm.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':1765,'logo_path':null,'name':'Turner Pictures','origin_country':''},{'id':17462,'logo_path':null,'name':'Antietam Filmworks','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-02-21","12923936","214","[{'iso_639_1':'en','name':'English'}]","Released","The nations heart was touched by...","Gods and Generals","false","5.9","76" +"false","/fjFuARMq5pdmUkcXO41iY3A6I87.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","","248842","tt2364006","en","The Food Guide to Love","A dysfunctional love story about an Irish food writer and a politically committed Spanish woman.","2.711","/3SUzE8eyYSK3WiRbpPmW2vnQEww.jpg","[{'id':726,'logo_path':null,'name':'Haut et Court','origin_country':''},{'id':7485,'logo_path':null,'name':'Fox International Productions','origin_country':''},{'id':5122,'logo_path':null,'name':'Parallel Films','origin_country':'IE'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'IE','name':'Ireland'}]","2013-12-18","0","91","[{'iso_639_1':'en','name':'English'}]","Released","","The Food Guide to Love","false","5.8","22" +"false","/fh3FYAYSM0cZr648ooN033UlxvN.jpg","{'id':10709,'name':'The Mighty Ducks Collection','poster_path':'/3Fhf0oteJHXmCNUEVZjyx8AzldY.jpg','backdrop_path':'/8C8f3UkMgNofmipZ4b42UqdnUYb.jpg'}","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","","10680","tt0116000","en","D3: The Mighty Ducks","The Ducks are offered scholarships at Eden Hall Academy but struggle with their new coach's methods and come under pressure from the board to retain their scholarships before their big game against the Varsity team.","6.345","/umoEeNQqhvUg7jnpdGZnvNHCRFS.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-10-04","22955097","104","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'hu','name':'Magyar'}]","Released","No Fear. No Limits. No Brakes. Just Ducks.","D3: The Mighty Ducks","false","5.4","169" +"false","/8qv3bqwiqXzcCZv95TdcL23kbdO.jpg","{'id':33938,'name':'Airport Collection','poster_path':'/yDnEIOmCgPZJ55d8WeRjlgqgi78.jpg','backdrop_path':'/6mU9FtwksOjoEQylN2J0EFTTFc6.jpg'}","10000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","10671","tt0065377","en","Airport","Melodrama about a bomber on board an airplane, an airport almost closed by snow, and various personal problems of the people involved.","8.103","/aUCkZ5c4PgyoiPuGGW7ikcogNjq.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':1830,'logo_path':null,'name':'Ross Hunter Productions Inc.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1970-03-05","100489151","137","[{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'en','name':'English'}]","Released","The #1 novel of the year - now a motion picture!","Airport","false","6.4","142" +"false","/rE6W3KHdIuTdgRDLOOOMR3gfGgc.jpg","null","20000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","http://www.focusfeatures.com/thezookeeperswife/","289222","tt1730768","en","The Zookeeper's Wife","The account of keepers of the Warsaw Zoo, Jan and Antonina Zabinski, who helped save hundreds of people and animals during the Nazi invasion.","12.644","/50KGpMiIvSkF4WHOgp0gM6r6sMU.jpg","[{'id':7419,'logo_path':null,'name':'Scion Films','origin_country':''},{'id':20473,'logo_path':null,'name':'Czech Anglo Productions','origin_country':''},{'id':10285,'logo_path':'/5jxaT7zoJKtnwqxniiJ9iJLsJru.png','name':'LD Entertainment','origin_country':'US'}]","[{'iso_3166_1':'CZ','name':'Czech Republic'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2017-03-31","23299081","126","[{'iso_639_1':'en','name':'English'}]","Released","They gave all they had to save all they could","The Zookeeper's Wife","false","7.4","676" +"false","/u6G1tZquaUFAxKR3xXt9hEaJIIt.jpg","null","0","[{'id':18,'name':'Drama'}]","","461515","tt2024521","en","My Name Is Lenny","The life story of one of Britain's most notorious bare-knuckle fighters, Lenny McLean, also known as ""the Guv'nor.""","1.519","/kQfOGwUGyXZOw43n2q5aJioYl08.jpg","[{'id':61770,'logo_path':null,'name':'Salon Pictures','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-06-09","0","91","[{'iso_639_1':'en','name':'English'}]","Released","","My Name Is Lenny","false","6.2","14" +"false","/xIk400nJtnnmcJ4tweb86NTEDvX.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","345915","tt4694544","en","Once Upon a Time in Venice","Steve Ford is a private detective in Venice Beach, Calif., who's good with the ladies, bad with the punches and wild about his dog Buddy. When local thugs steal Buddy, Ford turns to Spyder, their devious leader, and forges an unlikely alliance. With help from his best friend, Steve pulls out the big guns to retrieve Spyder's stolen cash and cocaine and save Buddy.","10.185","/5rr7tQfzS0ARqEea3W9SNSFGRzb.jpg","[{'id':6626,'logo_path':'/A1BnMoWjzjOrjzpWimyBQkf84mS.png','name':'Voltage Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-06-08","0","94","[{'iso_639_1':'en','name':'English'}]","Released","Never mess with a man's dog","Once Upon a Time in Venice","false","5.2","302" +"false","/6AsfBS34w0wPcLxNbVo1JNtyaDS.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","412520","tt4937564","fr","Sex Doll","Set in London's world of high class call girls, Amoureux Solitaires tells the story of London based French escort Virginie, and Rupert, a man who rescues trafficked girls.","6.738","/grWS1nNexgCQacAIF6Um5PS5N5y.jpg","[{'id':856,'logo_path':'/3tfzS2CrX6Ntbu927XzHXEPDA6y.png','name':'Wild Bunch','origin_country':'FR'},{'id':3452,'logo_path':null,'name':'Les Films du Veyrier','origin_country':''},{'id':10441,'logo_path':'/aTEwjHN8l51ix2YcTxxzR92WaXy.png','name':'The Bureau','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'FR','name':'France'}]","2016-12-07","0","102","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","A tale of modern love.","Sex Doll","false","4.9","48" +"false","/9xe0c5cgkjyZC06vujkfcO1pwLU.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","381032","tt4185566","en","Another Evil","After encountering a ghost in his family's vacation home, Dan and his wife Mary hire an ""industrial-grade exorcist"" named Os to get rid of the beings.","2.32","/fC73oC0xwssWc7ty6dspPvgqfyz.jpg","[{'id':34777,'logo_path':null,'name':'Memory','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-05-05","0","92","[{'iso_639_1':'en','name':'English'}]","Released","","Another Evil","false","5.6","19" +"false","/bgtlK6qnCet3Zx6Rt2wT5PLEp7C.jpg","{'id':133352,'name':'Resident Evil: Biohazard','poster_path':'/i5BkIcEPSXqEcPiwrbwsVjS95FK.jpg','backdrop_path':'/TSpFZFIgVX4I3Zsnlm3HAlDO14.jpg'}","0","[{'id':27,'name':'Horror'},{'id':12,'name':'Adventure'},{'id':9648,'name':'Mystery'},{'id':16,'name':'Animation'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","http://www.residentevilvendetta.com/","400136","tt5776208","ja","????????????????????? ??????????????????","BSAA Chris Redfield enlists the help of government agent Leon S. Kennedy and Professor Rebecca Chambers from Alexander Institute of Biotechnology to stop a death merchant with a vengeance from spreading a deadly virus in New York.","8.676","/88qfHWhlOBYXp69277QFhdPYnWf.jpg","[{'id':13845,'logo_path':null,'name':'Kadokawa','origin_country':''},{'id':7220,'logo_path':null,'name':'Capcom','origin_country':''},{'id':11341,'logo_path':'/xytTBODEy3p20ksHL4Ftxr483Iv.png','name':'Stage 6 Films','origin_country':'US'},{'id':14788,'logo_path':null,'name':'Capcom Company','origin_country':''},{'id':77884,'logo_path':'/dP2lxVNctD5Cried0IWVqgrO2o9.png','name':'Marza Animation Planet','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","2017-05-27","0","97","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'}]","Released","","Resident Evil: Vendetta","false","6.4","341" +"false","/qyAH7xkrgYCGPbaFV29C82Hngum.jpg","null","30000000","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","http://www.lostcityofzfilm.co.uk/home","314095","tt1212428","en","The Lost City of Z","A true-life drama in the 1920s, centering on British explorer Col. Percy Fawcett, who discovered evidence of a previously unknown, advanced civilazation in the Amazon and disappeared whilst searching for it.","11.594","/uLHorVHuWQZ1HugTp0bbD19jef7.jpg","[{'id':11667,'logo_path':'/dhBJdstAolGmqRfbQfElhsU1cTo.png','name':'Northern Ireland Screen','origin_country':'GB'},{'id':81,'logo_path':'/8wOfUhA7vwU2gbPjQy7Vv3EiF0o.png','name':'Plan B Entertainment','origin_country':'US'},{'id':24049,'logo_path':'/zOHQ0A3PpNoLLeAxRZwSqNV3nPr.png','name':'Sierra / Affinity','origin_country':'US'},{'id':24510,'logo_path':null,'name':'MICA Entertainment','origin_country':''},{'id':73492,'logo_path':null,'name':'MadRiver Pictures','origin_country':''},{'id':79963,'logo_path':null,'name':'Keep Your Head','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2017-03-15","8574339","140","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'pt','name':'Portugu??s'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","A man's reach should exceed his grasp... or what's a heaven for?","The Lost City of Z","false","6.2","1337" +"false","/8J9mH0CARrsNTwMoKaOjB97Do92.jpg","null","0","[{'id':35,'name':'Comedy'}]","","37264","tt0105481","en","Straight Talk","Honest and straightforward small-town Shirlee Kenyon chucks her boyfriend and heads for Chicago. Accidentally having to host a radio problem phone-in show, it is clear she is a natural and is hired on the spot. But the station insists she call herself Doctor, and as her popularity grows a local reporter starts digging for the truth. Problem is, the more he is around her the more he fancies her.","3.757","/nLEt2IWb77nNWpFMqJwU7aDONZ6.jpg","[{'id':915,'logo_path':'/xXojkyRWFZ0JTJyjiu13ThKeFbz.png','name':'Hollywood Pictures','origin_country':''},{'id':5842,'logo_path':null,'name':'Sandollar Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-04-03","0","91","[{'iso_639_1':'en','name':'English'}]","Released","Dreams do come true...sometimes.","Straight Talk","false","6.1","32" +"false","/8OwISRb9sAqIJBD2P810lryYA6t.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","37527","tt0104139","en","Dr. Giggles","In 1957, Evan Rendell flees after his father is lynched for killing multiple patients in his effort to find a replacement heart for his ailing wife. After 35 years, Evan escapes from a mental institution and returns to town for revenge, killing off residents one by one. When Jennifer and her friends break into the Rendell house out of morbid curiosity, Evan notices Jennifer has a heart condition similar to his mother and decides to make her his final victim.","3.686","/5JDLNXWiSCVRLur0oziJk6q5VVk.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':552,'logo_path':'/9dGdLfm3GteWeUDtD9c9tvlidUG.png','name':'Dark Horse Entertainment','origin_country':'US'},{'id':1644,'logo_path':null,'name':'Largo Entertainment','origin_country':'US'},{'id':4248,'logo_path':null,'name':'JVC Entertainment Networks','origin_country':''}]","[{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'US','name':'United States of America'}]","1992-10-23","8403433","95","[{'iso_639_1':'en','name':'English'}]","Released","The Doctor is out... of his mind.","Dr. Giggles","false","5.4","51" +"false","/4RCqPm1daScK8Pj7WgBh2l06uCj.jpg","null","14000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","22004","tt0105636","en","Trespass","Two Arkansas firemen, Vince and Don, get hold of a map that leads to a cache of stolen gold in an abandoned factory in East St. Louis. What they don't know is that the factory is in the turf of a local gang, who come by to execute one of their enemies. Vince sees the shooting, the gang spots Vince, and extended mayhem ensues. As Vince and Don try to escape, gang leader King James argues with his subordinate Savon about how to get rid of the trespassers.","5.164","/zTvIflGrVhLM6UKRqSJ4VkydLwv.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-12-25","13249535","101","[{'iso_639_1':'en','name':'English'}]","Released","They all came to the wrong place at the wrong time.","Trespass","false","6.3","71" +"false","","null","0","[{'id':18,'name':'Drama'},{'id':10770,'name':'TV Movie'}]","","222572","tt0232497","en","R.H.I.N.O.; Really Here in Name Only","An isolated, overweight girl with a penchant for shoplifting, gets pushed from pillar to post as the authorities struggle to know what to do with her.","0.9","/5OHON6Kvw7qEScgQ9kvhCOc4F4K.jpg","[{'id':5238,'logo_path':'/iuIBs6RzrJbGuq93RfGBSthuV4O.png','name':'ITV Central','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1983-07-02","0","78","[{'iso_639_1':'en','name':'English'}]","Released","","R.H.I.N.O.; Really Here in Name Only","false","8.5","2" +"false","/rolh1jKPxG16EgVLq2KJlHWLtrM.jpg","null","0","[{'id':27,'name':'Horror'}]","http://www.breakthroughentertainment.com/project/let-her-out/","404516","tt5810122","en","Let Her Out","Twenty-three years after her hooker mother tried to kill her in the womb Helen remains damaged psychological goods. A mindset that gets worse when she suffers a traumatic head injury in an accident. Awakening in hospital, it???s discovered Helen has a tumour growth in her brain causing her to experience dark visions, disembodied voices and the omnipresence of a strange young woman. Soon, lost in a walking nightmare, in which nothing is what it seems, and her vicious actions barely remembered, it becomes crystal clear that whatever is inside her cracked psyche will stop at nothing to get out.","1.888","/ioNGkm4JOzk7FuQ7CojIwTsKzxu.jpg","[{'id':9315,'logo_path':null,'name':'Black Fawn Films','origin_country':''},{'id':5743,'logo_path':'/y8JaCRhsEz4ipl7MWE0ErxWVPYN.png','name':'Breakthrough Entertainment','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2016-08-25","0","89","[{'iso_639_1':'en','name':'English'}]","Released","","Let Her Out","false","4.7","35" +"false","/vOH6ifZZmFzZLGhdrKk4fxFQBlz.jpg","{'id':466004,'name':'A Few Best Men Collection','poster_path':'/6jfcUF1TdW6HXbL4g3JjuReJWCn.jpg','backdrop_path':'/s9c07iZCundHpS1QW6CuS5scrRR.jpg'}","0","[{'id':35,'name':'Comedy'}]","","413391","tt3784652","en","A Few Less Men","Travel plans for three men in ill-fitting wedding tuxedos goes horribly wrong.","2.918","/55SbPJwtfS4gXKhkLoQZxEjzVas.jpg","[{'id':98870,'logo_path':null,'name':'Gorean Films','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2017-03-09","123899","96","[{'iso_639_1':'en','name':'English'}]","Released","A lot more laughs!","A Few Less Men","false","5.8","28" +"false","/jzdnhRhG0dsuYorwvSqPqqnM1cV.jpg","{'id':9485,'name':'The Fast and the Furious Collection','poster_path':'/uv63yAGg1zETAs1XQsOQpava87l.jpg','backdrop_path':'/z5A5W3WYJc3UVEWljSGwdjDgQ0j.jpg'}","250000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","http://www.fastandfurious.com/","337339","tt4630562","en","The Fate of the Furious","When a mysterious woman seduces Dom into the world of crime and a betrayal of those closest to him, the crew face trials that will test them as never before.","35.502","/dImWM7GJqryWJO9LHa3XQ8DD5NH.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':333,'logo_path':'/5xUJfzPZ8jWJUDzYtIeuPO4qPIa.png','name':'Original Film','origin_country':'US'},{'id':7958,'logo_path':null,'name':'Fuji Eight Company Ltd.','origin_country':''},{'id':40890,'logo_path':null,'name':'China Film Co.','origin_country':''},{'id':1778,'logo_path':'/69xm6sF3JxugGVjfZfm1YY6d7EE.png','name':'Dentsu','origin_country':'JP'},{'id':1225,'logo_path':null,'name':'One Race','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-04-12","1238764765","136","[{'iso_639_1':'en','name':'English'}]","Released","Family no more","The Fate of the Furious","false","6.9","6106" +"false","/uousshudWOwQrDmAI23oCGpKD7m.jpg","null","11795877","[{'id':10749,'name':'Romance'},{'id':10752,'name':'War'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","340101","tt1661275","en","Their Finest","During the Blitz of World War II, a female screenwriter (Gemma Arterton) works on a film celebrating England's resilience as a way to buoy a weary populace's spirits. Her efforts to dramatise the true story of two sisters (Lily Knight and Francesca Knight) who undertook their own maritime mission to rescue wounded soldiers are met with mixed feelings by a dismissive all-male staff.","8.468","/tF0dhJfxzOjvkybJVfNPuuj5ClH.jpg","[{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':2395,'logo_path':'/pZz4qs03FtP6UGtZ3hjQ6qimcwi.png','name':'HanWay Films','origin_country':'GB'},{'id':11752,'logo_path':null,'name':'Number 9 Films','origin_country':'GB'},{'id':18230,'logo_path':null,'name':'Filmgate Films','origin_country':'SE'},{'id':58546,'logo_path':null,'name':'Ripken Productions','origin_country':''},{'id':62230,'logo_path':null,'name':'Pinewood Pictures','origin_country':''},{'id':1508,'logo_path':null,'name':'Wildgaze Films','origin_country':'GB'},{'id':2801,'logo_path':'/bswb1PLLsKDUXMLgy42bZtCtIde.png','name':'Film i V??st','origin_country':'SE'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-04-06","3603484","117","[{'iso_639_1':'en','name':'English'}]","Released","In the fight for freedom everyone played a part.","Their Finest","false","6.9","188" +"false","/1CSjEW4Kc82AIBM00ZTsTAyNHW6.jpg","null","176199","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'}]","","224946","tt1754228","en","Motivational Growth","Ian Folivor, a depressed and reclusive 30-something, finds himself taking advice from a growth in his bathroom after a failed suicide attempt. The Mold, a smooth talking fungus who was born of the filth collecting in a corner of Ian's neglected bathroom, works to win Ian's trust by helping him clean himself up and remodel his lifestyle. With The Mold's help, Ian attracts the attention of a neighbor he's been ogling through his peephole, Leah, and he manages to find a slice of happiness despite his unnatural circumstances. But Ian starts to receive strange messages from his old and broken down TV set that make him realize that The Mold may not be as helpful as it seems to be, and strange characters combined with stranger events cast Ian's life in the shadow of an epic battle between good and evil that Ian is only partially aware of.","0.843","/wUh3HzX0VdRUYeBt717sLsyuXAa.jpg","[{'id':43386,'logo_path':null,'name':'Imagos Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-02-15","0","104","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","","Motivational Growth","false","8","6" +"false","/p0UpMWsISGexlFccIg4baEjyj76.jpg","null","0","[{'id':53,'name':'Thriller'}]","","76812","tt2090465","en","Black Butterfly","Paul is a down-on-his-luck screenwriter who picks up a drifter and offers him a place to stay. However, when the deranged stranger takes Paul hostage and forces him to write, their unhinged relationship brings buried secrets to light.","9.269","/cbFMuxF8p6C7Sbutbxsc4M57jrH.jpg","[{'id':2108,'logo_path':null,'name':'Battleplan Productions','origin_country':'US'},{'id':59663,'logo_path':null,'name':'Compadre Entertainment','origin_country':''},{'id':72810,'logo_path':'/vmGhorQd0J9p8SJagDJM3ZpYWN6.png','name':'Paradox Studios','origin_country':'US'},{'id':59593,'logo_path':null,'name':'AMBI Group','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-05-26","0","93","[{'iso_639_1':'en','name':'English'}]","Released","","Black Butterfly","false","6.3","278" +"false","/AeMtzbw7shxtLvwKKqeITabpTrD.jpg","{'id':134897,'name':'The Smurfs (Theatrical) Collection','poster_path':'/oHnEQNLwyxPlaolWKInN85CQfOx.jpg','backdrop_path':'/wMtKE8b0iBt0fZF28vcUiA7ghVt.jpg'}","60000000","[{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","137116","tt2398241","en","Smurfs: The Lost Village","In this fully animated, all-new take on the Smurfs, a mysterious map sets Smurfette and her friends Brainy, Clumsy and Hefty on an exciting race through the Forbidden Forest leading to the discovery of the biggest secret in Smurf history.","10.388","/diYAZ6CKUuRAqLYMB2AyVutEFm0.jpg","[{'id':7311,'logo_path':null,'name':'Kerner Entertainment Company','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':2251,'logo_path':'/8PUjvTVmtJDdDXURTaSoPID0Boj.png','name':'Sony Pictures Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-03-23","197183546","89","[{'iso_639_1':'en','name':'English'}]","Released","","Smurfs: The Lost Village","false","6.1","696" +"false","/tHH5WbOVAeHLri8CF9IS7hm9hIJ.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","20003","tt0041487","en","House of Strangers","Gino Monetti is a ruthless Italian-American banker who engaged in a number of criminal activities. Three of his four grown sons, refuse to help their father stay out of prison after he's arrested for his questionable business practices. Three of the sons take over the business but kick their father out. Max, a lawyer, is the only son that stays loyal to his father.","2.757","/pLVsEZX9smmDodgymvpRMdTQXWZ.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1949-07-01","0","101","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","","House of Strangers","false","6.8","25" +"false","/9SwQzbaNyWdhzNglAXroWbHLHts.jpg","null","0","[{'id':18,'name':'Drama'}]","","1937","tt0051429","en","Bonjour Tristesse","Cecile, decadent young girl who lives with her rich playboy father Raymond. When Anne, Raymond's old love interest, comes to Raymond's villa, Cecile is afraid for her way of life.","4.22","/l2iOoYzwTCTSs5E5Pg9ZFNBrOJ3.jpg","[{'id':800,'logo_path':null,'name':'Wheel Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1958-03-17","0","94","[{'iso_639_1':'en','name':'English'}]","Released","","Bonjour Tristesse","false","7","40" +"false","/imQ0U1GdpeMh9Bi7n8b2bZmnw25.jpg","null","0","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':10749,'name':'Romance'},{'id':53,'name':'Thriller'}]","","26286","tt0038492","en","Dragonwyck","For Miranda Wells, moving to New York to live in Dragonwyck Manor with her rich cousin, Nicholas, seems like a dream. However, the situation gradually becomes nightmarish. She observes Nicholas' troubled relationship with his tenant farmers, as well as with his daughter, to whom Miranda serves as governess. Her relationship with Nicholas intensifies after his wife dies, but his mental imbalance threatens any hope of happiness.","2.112","/guyisLW25bpd7bMGA30OYLbssm6.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1946-04-10","3000000","103","[{'iso_639_1':'en','name':'English'}]","Released","Secret thoughts... That led to secret love... That led to rapture and terror!","Dragonwyck","false","6.7","33" +"false","/eCjfsPLuunxoTTbkTaldytjgHM9.jpg","null","0","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'}]","","25234","tt0116247","en","Evil Ed","Edward is a friendly, harmless film cutter on the culture department. After an suicide accident, he is put on the mission to cut the ""Loose limbs""-series. The blood, gore and violence makes him slowly goes insane. Edward slowly turns into Ed. Evil Ed ...","1.225","/xnfYoAaNVFM4XZbpEN7MtI5R4Hp.jpg","[{'id':1531,'logo_path':null,'name':'Smart Egg Pictures','origin_country':'GB'},{'id':59456,'logo_path':null,'name':'Evil Ed Productions','origin_country':''}]","[{'iso_3166_1':'SE','name':'Sweden'}]","1995-11-01","0","93","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'sv','name':'svenska'}]","Released","When His Mind Blows ... Anything Goes!","Evil Ed","false","5.5","24" +"false","/oK0KyFrf41IUJTxnhFq8WXHKQt.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'}]","","10657","tt0107665","en","Needful Things","A mysterious new shop opens in a small town which always seems to stock the deepest desires of each shopper, with a price far heavier than expected.","7.429","/hrWPjBPBA4d1O4raq6TE7ugTTIn.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':97,'logo_path':'/7znWcbDd4PcJzJUlJxYqAlPPykp.png','name':'Castle Rock Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-08-27","0","120","[{'iso_639_1':'en','name':'English'}]","Released","Buy Now. Pay Later.","Needful Things","false","6.1","215" +"false","/lnUZ7XaKQ9JJULhMuR5A4SMEdwF.jpg","{'id':568294,'name':'Red Dog Collection','poster_path':'/p2guNFKI2ZsSAa6agxcbspKgSND.jpg','backdrop_path':'/697B3REkavMhzbCdkCTD3CGQge7.jpg'}","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","","403570","tt3567194","en","Red Dog: True Blue","Explores the early events leading up to Red Dog's discovery on the road to Dampier, and his ultimate rise from ordinary dog to Australian legend.","4.734","/1u65730HwpelalF3aJmX5BOJGPG.jpg","[{'id':53042,'logo_path':null,'name':'Woss Group Film Productions','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2016-12-26","0","88","[{'iso_639_1':'en','name':'English'}]","Released","Every Legend Has a Beginning.","Red Dog: True Blue","false","6.4","39" +"false","/sdEQAiffhfSWEnoY8OHXrBmOQGh.jpg","null","3000000","[{'id':35,'name':'Comedy'}]","","18892","tt0155776","en","Jawbreaker","3 of Reagan High School's most popular girls pretend to kidnap their friend by shoving a jawbreaker into the victim's mouth to keep her from screaming. Their plan goes awry when the girl swallows the jawbreaker, choking to death. Now the leader of the pack will do anything to keep the accident a secret.","6.668","/pjgsvVxxMR2DjjCyeHMoMJLzXds.jpg","[{'id':3058,'logo_path':null,'name':'Crossroads Films','origin_country':''},{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'},{'id':67035,'logo_path':null,'name':'Kramer-Tornell Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-01-30","3076820","87","[{'iso_639_1':'en','name':'English'}]","Released","Suck it and see...","Jawbreaker","false","5.9","172" +"false","/oETahN5DIELHynT4NgkvDazfOrO.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':10752,'name':'War'},{'id':18,'name':'Drama'}]","","334522","tt3026488","en","Alone in Berlin","Berlin in June of 1940. While Nazi propaganda celebrates the regime???s victory over France, a kitchen-cum-living room in Prenzlauer Berg is filled with grief. Anna and Otto Quangel???s son has been killed at the front. This working class couple had long believed in the ???F??hrer??? and followed him willingly, but now they realise that his promises are nothing but lies and deceit. They begin writing postcards as a form of resistance and in a bid to raise awareness: Stop the war machine! Kill Hitler! Putting their lives at risk, they distribute these cards in the entrances of tenement buildings and in stairwells. But the SS and the Gestapo are soon onto them, and even their neighbours pose a threat.","8.304","/m26o3bNxJorUAG3JuPYn9mTka4e.jpg","[{'id':7981,'logo_path':'/6Yv1gIAuGkHS5Vis4UjnqHhCPWV.png','name':'Path??!','origin_country':'FR'},{'id':9987,'logo_path':'/o5OTKAw7Acl5fTZYPyl8M8D9570.png','name':'Lipsync Productions','origin_country':'GB'},{'id':85509,'logo_path':null,'name':'Master Movies','origin_country':'FR'},{'id':85510,'logo_path':null,'name':'FilmWave','origin_country':''},{'id':96594,'logo_path':null,'name':'WS Film','origin_country':''},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':96,'logo_path':'/xablpF6QaYvso36PkHBm3Plo9gY.png','name':'X-Filme Creative Pool','origin_country':'DE'},{'id':113171,'logo_path':null,'name':'Buffalo Films','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-02-15","33125","103","[{'iso_639_1':'en','name':'English'}]","Released","","Alone in Berlin","false","6.5","189" +"false","/lCDV61WEp0V5rwUl4TzfJcCBTHH.jpg","null","10000000","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","http://www.songtosongmovie.com/","330947","tt2062700","en","Song to Song","In this modern love story set against the Austin, Texas music scene, two entangled couples ??? struggling songwriters Faye and BV, and music mogul Cook and the waitress whom he ensnares ??? chase success through a rock ???n??? roll landscape of seduction and betrayal.","7.599","/rEvtGhNY2DQ4L8Ma6rpMhL6IbKM.jpg","[{'id':7493,'logo_path':'/452FO4LcI6lA6bfgl6w1kQYRBlr.png','name':'FilmNation Entertainment','origin_country':'US'},{'id':43155,'logo_path':null,'name':'Buckeye Pictures','origin_country':''},{'id':49389,'logo_path':'/3rOhrdjnUHsf0GPa66b9KyR2MUx.png','name':'Broad Green Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-03-17","1710528","129","[{'iso_639_1':'en','name':'English'}]","Released","Love. Obsession. Betrayal.","Song to Song","false","5.3","449" +"false","/gfTQaH7h09IaSZw9ubZgP2c7syr.jpg","{'id':286162,'name':'Power Rangers Collection','poster_path':'/xjQd6ik1oMMKe2EPHHXmiFRgP9A.jpg','backdrop_path':'/ddGPthtIvNM2f8qBAyxa5GSKskK.jpg'}","100000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'}]","http://www.powerrangers.movie/","305470","tt3717490","en","Power Rangers","Saban's Power Rangers follows five ordinary teens who must become something extraordinary when they learn that their small town of Angel Grove ??? and the world ??? is on the verge of being obliterated by an alien threat. Chosen by destiny, our heroes quickly discover they are the only ones who can save the planet. But to do so, they will have to overcome their real-life issues and before it???s too late, band together as the Power Rangers.","16.835","/iRAZIEgfB9N0BObV0QI61Nxh92h.jpg","[{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':11305,'logo_path':null,'name':'Saban Brands','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CA','name':'Canada'}]","2017-03-23","142337240","124","[{'iso_639_1':'en','name':'English'}]","Released","Together we are more","Power Rangers","false","6.2","2572" +"false","/pioyUlyhf9V4AX4F8flty0mxxpo.jpg","null","120","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","","13701","tt0110116","en","Immortal Beloved","The life and death of the legendary Ludwig van Beethoven. Beside all the work he is known for, the composer once wrote a famous love letter to a nameless beloved and the movie tries to find out who this beloved was. Not easy as Beethoven has had many women in his life.","6.799","/meRFVzGpBJiObWfdtOoNr0UPsP4.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':2630,'logo_path':null,'name':'Majestic Films International','origin_country':''},{'id':4564,'logo_path':null,'name':'Icon Entertainment International','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-12-16","0","121","[{'iso_639_1':'en','name':'English'}]","Released","","Immortal Beloved","false","7.2","138" +"false","/v9T0gRyuRBLK0ZM3vFu4fDlAQbv.jpg","null","0","[{'id':10751,'name':'Family'},{'id':99,'name':'Documentary'},{'id':12,'name':'Adventure'}]","","376530","tt3882074","en","The Eagle Huntress","Follow Aisholpan, a 13-year-old girl, as she trains to become the first female in twelve generations of her Kazakh family to become an eagle hunter, and rise to the pinnacle of a tradition that has been typically been handed down from father to son for centuries.","11.234","/jx7BGE2hdEvTv84D9N1uzfvzSUK.jpg","[{'id':90198,'logo_path':null,'name':'Kissaki Films','origin_country':'US'},{'id':90199,'logo_path':null,'name':'Stacey Reiss Productions','origin_country':'US'}]","[{'iso_3166_1':'MN','name':'Mongolia'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-11-02","3162153","87","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'kk','name':'??????????'}]","Released","Witness one girl's dream take flight","The Eagle Huntress","false","7.2","46" +"false","/lk5hfcUf6oAibrkyshaXtSjBzda.jpg","null","25000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","http://chipsthemovie.com","417644","tt0493405","en","CHiPS","The adventures of two California Highway Patrol motorcycle officers as they make their rounds on the freeways of Los Angeles.","10.066","/mIHA8Xf6WmxbS83ia4vQ5ojvxV8.jpg","[{'id':10424,'logo_path':null,'name':'Primate Pictures','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-01-16","26800152","100","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","Chip Happens","CHiPS","false","6","625" +"false","/wTdckA01HeJaSe36zC9xhBCbhBF.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","","436932","tt3582020","en","Jawbone","A former youth boxing champion, Jimmy McCabe is a man in search of hope but looking in all the wrong places. When he hits rock bottom he turns to his childhood boxing club and the only family he has left: gym owner Bill corner man Eddie and promoter Joe. Back in training, years after anyone thought he was a contender, he risks his life, as he tries to stand tall and regain his place in the world.","1.882","/kvL3CZRILLJ9STxRadGXI0MOeac.jpg","[{'id':163,'logo_path':null,'name':'Revolution Films','origin_country':''},{'id':74063,'logo_path':null,'name':'Emu Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-05-12","0","91","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","","Jawbone","false","6.2","35" +"false","/83QeqJ5QPljmAxPdgLv6BMzgo3u.jpg","{'id':169452,'name':'DragonHeart Collection','poster_path':'/bZsqwJnO65wlZ3ez7dopUQMYALY.jpg','backdrop_path':'/hRucBWgzCc7iA9avUE2k5gc7dkj.jpg'}","0","[{'id':12,'name':'Adventure'}]","","451644","tt5610626","en","Dragonheart: Battle for the Heartfire","When the King Gareth dies, his potential heirs, twin grandchildren who possess the dragon???s unique strengths, use their inherited powers against each other to vie for the throne. When Drago???s source of power ??? known as the Heartfire ??? is stolen, more than the throne is at stake; the siblings must end their rivalry with swords and sorcery or the kingdom may fall.","10.167","/fDaOX4BCGwc1im7XYjrzyEbUfX2.jpg","[{'id':17009,'logo_path':'/ssowAxOrrqsSR2CKeiytOXwLoCW.png','name':'Universal 1440 Entertainment','origin_country':'US'},{'id':1370,'logo_path':'/uch218gB4XWNz3JNhlc65A5Q207.png','name':'Castel Film','origin_country':'RO'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-07-09","0","98","[{'iso_639_1':'en','name':'English'}]","Released","","Dragonheart: Battle for the Heartfire","false","5.9","87" +"false","/mc0PbKrrFRCUEpI09reR3ihHrIo.jpg","null","14000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10752,'name':'War'}]","http://www.dasboot.com","387","tt0082096","de","Das Boot","A German submarine hunts allied ships during the Second World War, but it soon becomes the hunted. The crew tries to survive below the surface, while stretching both the boat and themselves to their limits.","15.244","/2uOHSmAkOh74vWwkgPTaTXhq1H4.jpg","[{'id':209,'logo_path':null,'name':'Radiant Film GmbH','origin_country':''},{'id':210,'logo_path':null,'name':'S??ddeutscher Rundfunk','origin_country':''},{'id':1704,'logo_path':null,'name':'Bavaria Film','origin_country':'DE'},{'id':11344,'logo_path':null,'name':'Twin Bros. Productions','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':46,'logo_path':null,'name':'Westdeutscher Rundfunk (WDR)','origin_country':'DE'}]","[{'iso_3166_1':'DE','name':'Germany'}]","1981-09-16","85000000","150","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","When the hunters become the hunted.","Das Boot","false","8.1","938" +"false","/7pMlmyqitl0nqpEGOL3v8dEbu2K.jpg","null","5000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","341006","tt1082807","en","The Belko Experiment","A group of eighty American workers are locked in their office and ordered by an unknown voice to participate in a twisted game.","8.896","/faJK0dP3S92kQoKtO4LZMjy41kf.jpg","[{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'},{'id':3172,'logo_path':'/kDedjRZwO8uyFhuHamomOhN6fzG.png','name':'Blumhouse Productions','origin_country':'US'},{'id':11565,'logo_path':null,'name':'The Safran Company','origin_country':'US'},{'id':73625,'logo_path':null,'name':'BH Tilt','origin_country':'US'},{'id':94218,'logo_path':null,'name':'Troll Court Entertainment','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'},{'id':111573,'logo_path':null,'name':'Itaca Films','origin_country':'CO'}]","[{'iso_3166_1':'CO','name':'Colombia'},{'iso_3166_1':'US','name':'United States of America'}]","2016-03-17","10166820","89","[{'iso_639_1':'en','name':'English'}]","Released","Office Space meets Battle Royale","The Belko Experiment","false","6.1","723" +"false","/nNh7vHHISVAaziJEqAq0P9iL52w.jpg","null","58000000","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","http://www.lifemovie.com/","395992","tt5442430","en","Life","The six-member crew of the International Space Station is tasked with studying a sample from Mars that may be the first proof of extra-terrestrial life, which proves more intelligent than ever expected.","18.645","/h2mhfbEBGABSHo2vXG1ECMKAJa7.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':82925,'logo_path':null,'name':'Nvizage','origin_country':''},{'id':34,'logo_path':'/GagSvqWlyPdkFHMfQ3pNq6ix9P.png','name':'Sony Pictures','origin_country':'US'},{'id':82819,'logo_path':'/5Z8WWr0Lf1tInVWwJsxPP0uMz9a.png','name':'Skydance Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-03-22","100541806","103","[{'iso_639_1':'cn','name':'????????? / ?????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'}]","Released","Be careful what you search for","Life","false","6.4","3977" +"false","/mTO4LT6BlWNcnZqEh7I6XGmlLMk.jpg","null","0","[{'id':35,'name':'Comedy'}]","","399231","tt3913244","en","The Carer","Dorottya is a young Hungarian actress with a burning desire: to make it on the English stage. Legendary actor, Sir Michael Gifford suffers from an incurable disease, and has one desire: be left alone. When Dorottya becomes his carer they both hope their wish will be fulfilled.","1.579","/gseDYGjdlFfGPbpVzlE0IcyW2Ix.jpg","[{'id':79959,'logo_path':null,'name':'Vita Nova Films','origin_country':''},{'id':6266,'logo_path':null,'name':'Mythberg Films','origin_country':''},{'id':13788,'logo_path':null,'name':'Hopscotch Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-06-05","0","89","[{'iso_639_1':'en','name':'English'}]","Released","","The Carer","false","6","11" +"false","/wvI575mb9e6rKwtshyBMXJ9qoSC.jpg","null","5","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://www.alphahollywoodstudios.com/portfolio-item/altitude/","443700","tt4556370","en","Altitude","A female FBI agent is offered millions to help a thief escape from a hijacked airplane.","5.321","/1pSk6DU0oY7BWTK4F9keqjeCxB7.jpg","[{'id':87067,'logo_path':'/q9yy7dYaJX80lqEwpGb2rCdXwg0.png','name':'Taylor & Dodge','origin_country':'US'},{'id':87065,'logo_path':null,'name':'Switzer Entertainment Group','origin_country':''},{'id':87066,'logo_path':'/fyKeSvKNrN3nBh7Q4F7zx75B2Be.png','name':'Safier Entertainment','origin_country':'US'},{'id':102447,'logo_path':null,'name':'Alpha Hollywood Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-04-14","0","86","[{'iso_639_1':'en','name':'English'}]","Released","","Altitude","false","4.3","53" +"false","/2y6yfZSXFiA0xvuK5FOEQzaAxLz.jpg","null","0","[{'id':35,'name':'Comedy'}]","","346681","tt1781058","en","Wilson","Middle-aged and divorced, Wilson finds himself lonely, smug and obsessed with his past.","6.15","/m63h5MxevYrKn3720hVgKZAx86S.jpg","[{'id':2361,'logo_path':null,'name':'Ad Hominem Enterprises','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-03-24","653951","94","[{'iso_639_1':'en','name':'English'}]","Released","","Wilson","false","5.8","191" +"false","/2lCg8qKnHO31OHUexDxkDUSjN3W.jpg","null","0","[{'id':10752,'name':'War'},{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'}]","","55863","tt0055253","en","On the Double","American GI Ernie Williams, admittedly weak-kneed, has an uncanny resemblance to British Colonel MacKenzie. Williams, also a master of imitation and disguise, is asked to impersonate the Colonel, ostensibly to allow the Colonel to make a secret trip East. What Williams is not told is that the Colonel has recently been a target of assassins. After the Colonel's plane goes down, the plan changes and Williams maintains the disguise to confuse the Nazis about D-Day.","0.979","/76l1yrnS6GKDZ8RWBJjfTrhTLGG.jpg","[{'id':14153,'logo_path':null,'name':'Dena Productions','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1961-05-19","0","92","[{'iso_639_1':'en','name':'English'}]","Released","You'll double up laughing when you see Mr. Fun On The Run!","On the Double","false","7.3","8" +"false","/ox6Dw7UT7elNFe5889CjtdYBEGo.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","","336683","tt3832160","en","A Date with Miss Fortune","When a struggling writer meets a superstitious Portuguese beauty, he has no idea that his life and luck are both about to change. A romantic comedy about cross-cultural relationships.","3.042","/yUYYB8fNgJkXt0aWbTdfTtdCGzP.jpg","[{'id':91054,'logo_path':null,'name':'Picasso Chaser Productions','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2015-08-13","0","97","[{'iso_639_1':'en','name':'English'}]","Released","","A Date with Miss Fortune","false","5.3","22" +"false","/5dA7rqQRiToQZO6GmDN0fy1V37f.jpg","null","0","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':14,'name':'Fantasy'}]","http://www.prevengemovie.co.uk/","395982","tt5154288","en","Prevenge","A pregnant widow, believing herself to be guided by her unborn child, embarks on a homicidal rampage.","6.218","/5OWrwvKscVc7Md0IvtTLZmjXbKt.jpg","[{'id':21873,'logo_path':null,'name':'Western Edge Pictures','origin_country':''},{'id':69334,'logo_path':null,'name':'Gennaker','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-02-10","0","88","[{'iso_639_1':'en','name':'English'}]","Released","Killing for Two.","Prevenge","false","5.5","105" +"false","/30s3HOJJQ7o99cBT1VbOWHs0D8M.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","387399","tt3904278","en","We Go On","WE GO ON tells the story of one man's quest to find out if there is more out there after we die. Paralyzed by his fear of dying, Miles Grissom offers a cash reward to the first person who can show him a ghost, an angel, a demon anything that can prove that we go on after our deaths. He narrows the responses down to three viable candidates a scientist, a medium, and a worldly entrepreneur. Along with his fiercely protective mother, he embarks on an adventure that will spiral into an unthinkable nightmare.","3.165","/dBk6ol8q7kzlU2o7C5LmNmIXCQP.jpg","[{'id':40560,'logo_path':null,'name':'Filmed Imagination','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-03-05","0","89","[{'iso_639_1':'en','name':'English'}]","Released","Some doors should never be opened.","We Go On","false","5.8","52" +"false","/7g7A8N2witZmN0OjsdV7IjBHvrK.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':37,'name':'Western'}]","http://www.thelegendofbenhall.com/","425774","tt3844876","en","The Legend of Ben Hall","Ben Hall is drawn back into bushranging by the reappearance of his old friend John Gilbert. Reforming the gang, they soon become the most wanted men in Australian history.","3.547","/AnG9xnxkRNeva4J0PwPBYUwWyn5.jpg","[{'id':89446,'logo_path':null,'name':'Two Tone Pictures','origin_country':''},{'id':89447,'logo_path':null,'name':'Legend of Ben Hall Movie, The','origin_country':''},{'id':106362,'logo_path':null,'name':'RLC Motion Picture Entertainment','origin_country':''},{'id':106363,'logo_path':null,'name':'Running Panda Films','origin_country':''},{'id':19010,'logo_path':null,'name':'Emu Creek Pictures','origin_country':''},{'id':106364,'logo_path':null,'name':'SunJive Studios','origin_country':''},{'id':106365,'logo_path':null,'name':'Odins Eye Productions','origin_country':''},{'id':11840,'logo_path':'/8oyCRYf6ezxB5h8HJIPVG8JjzgL.png','name':'Film Victoria','origin_country':'AU'}]","[{'iso_3166_1':'AU','name':'Australia'}]","2016-12-01","0","139","[{'iso_639_1':'en','name':'English'}]","Released","Legends never die","The Legend of Ben Hall","false","6.1","21" +"false","/oAhOZbRLUdCnemHFPriNGsytCjj.jpg","{'id':14246,'name':'Sniper Collection','poster_path':'/kbXbfY8DZWZmleuiBNxbfFencjp.jpg','backdrop_path':'/xmXnB27dZSp1SliHOyTio25P3Il.jpg'}","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","9545","tt0108171","en","Sniper","Tough guy Thomas Beckett is an US soldier working in the Panamanian jungle. His job is to seek out rebels and remove them using his sniper skills. Beckett is notorious for losing his partners on such missions. This time he's accompanied by crack marksman Richard Miller.","8.668","/c9gko17ZB5zTfCKxx5vuxKgy3dU.jpg","[{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'},{'id':11134,'logo_path':null,'name':'Iguana Producciones','origin_country':''},{'id':11407,'logo_path':null,'name':'Baltimore Pictures','origin_country':''},{'id':11409,'logo_path':null,'name':'Sniper Productions','origin_country':''}]","[{'iso_3166_1':'PE','name':'Peru'},{'iso_3166_1':'US','name':'United States of America'}]","1993-01-29","18994653","98","[{'iso_639_1':'en','name':'English'}]","Released","One Shot. One Kill. No Exceptions.","Sniper","false","5.9","160" +"false","/v4h1sSG4LlwygZjBjyqvWTaLcMB.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'}]","","35101","tt0081031","en","The Last Flight of Noah's Ark","The only chance to escape a desert island is to convert the plane carrying many different animals into a boat.","3.893","/undK2bf6ntIt7gTMjX9KkzeXSTU.jpg","[{'id':3166,'logo_path':'/vyyv4Gy9nPqAZKElPm2izLlEaVS.png','name':'Walt Disney Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1980-06-24","11000000","97","[{'iso_639_1':'en','name':'English'}]","Released","Lost. 2,000 miles at sea in a 40 year old bomber.","The Last Flight of Noah's Ark","false","5.5","23" +"false","/oRzudy8spgqzw2V9rATaaDRnHdJ.jpg","null","0","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'}]","http://thatsallfolks.com/","113736","tt2116900","en","I Tawt I Taw a Puddy Tat","In 1950, Mel Blanc recorded some novelty songs for Capitol Records in the voices of his characters he did for Warner Bros. Cartoons. Now someone has taken his voices from one of those records and, with a new arrangement based on the originals by Billy May, has put them in this new computer animated short in order to illustrate the characterizations of Tweety and Sylvester in all their violent glory!","2.171","/6M4ZdJwddfTWS1OsM5RCDlhYZ1i.jpg","[{'id':2785,'logo_path':'/l5zW8jjmQOCx2dFmvnmbYmqoBmL.png','name':'Warner Bros. Animation','origin_country':'US'},{'id':2787,'logo_path':null,'name':'Reel FX Creative Studios','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-11-17","0","4","[{'iso_639_1':'en','name':'English'}]","Released","","I Tawt I Taw a Puddy Tat","false","6.2","12" +"false","/pymLNWKWStAtgjEkKqylbL0JC4t.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","410876","tt5937770","en","Tell Me How I Die","When a group of college students take part in a clinical drug trial, an unexpected side effect of the experimental medicine gives them terrifying visions of their own deaths...which begin to come true. As they scramble to escape their fate, they discover that the killer is among them and shares their ability to see the future - only he seems to be one step ahead of their efforts to survive.","4.786","/edfgo6pyT1QFjbThLR1HfbNYl3g.jpg","[]","[]","2016-09-16","0","107","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","Knowing your fate is a real killer.","Tell Me How I Die","false","5.4","105" +"false","/8Vpbcf1EO1lHSc57pY3Las82sF3.jpg","{'id':221622,'name':'12 Rounds Collection','poster_path':'/5ra91krahJv3CKklkxb01Yo74r5.jpg','backdrop_path':'/cPNJRFgk1EtdqUAOSZ5gPigj741.jpg'}","20000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","17134","tt1160368","en","12 Rounds","When New Orleans Police Detective Danny Fisher stops a brilliant thief from getting away with a multimillion-dollar heist, the thief's girlfriend is accidentally killed. After escaping from prison, the criminal mastermind enacts his revenge, taunting Danny with 12 rounds of near-impossible puzzles and tasks that he must somehow complete to save the life of the woman he loves.","10.905","/i36NEi5TSYSxmu6dO0K1cAWxjGx.jpg","[{'id':1557,'logo_path':'/ccz9bqCu3jSFKbPFnfWmjAKZLBL.png','name':'The Mark Gordon Company','origin_country':'US'},{'id':17887,'logo_path':null,'name':'Midnight Sun Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-03-19","17280326","108","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'cs','name':'??esk??'}]","Released","","12 Rounds","false","5.7","360" +"false","/c7kC6TKTZkQSOh2YINgmbVk2N35.jpg","null","5000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://www.foxsearchlight.com/table19/","353569","tt1412528","en","Table 19","Eloise, having been relieved of maid of honor duties after being unceremoniously dumped by the best man via text, decides to attend the wedding anyway ??? only to find herself seated with five fellow-unwanted guests at the dreaded Table 19.","9.644","/vz0CWnSwcQz1si7pLZp4hC4A1zi.jpg","[{'id':88548,'logo_path':null,'name':'Story Ink','origin_country':''},{'id':2575,'logo_path':'/9YJrHYlcfHtwtulkFMAies3aFEl.png','name':'21 Laps Entertainment','origin_country':'US'},{'id':19632,'logo_path':'/q2kFlMm4C9UTWgSrJA6iSmDvWMI.png','name':'3311 Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'FI','name':'Finland'}]","2017-03-03","5042014","87","[{'iso_639_1':'en','name':'English'}]","Released","You're invited to the wedding of the season","Table 19","false","6","573" +"false","/kTw2tPDtOK6GkCA2f720kzoqXQ9.jpg","null","0","[{'id':99,'name':'Documentary'}]","https://www.iamheathledger.com","450945","tt6739646","en","I Am Heath Ledger","The life and career of an actor, artist, and icon. His own journey through his own camera.","6.038","/96ScsrVx2tAlWuiZYgqwcuGYdYK.jpg","[]","[]","2017-04-23","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Don't be afraid to fall.","I Am Heath Ledger","false","7.6","105" +"false","/5qEaTFR3dVHgP85YXraZJiRBHt1.jpg","{'id':404609,'name':'John Wick Collection','poster_path':'/pZ4hR5IIoHHfNjot9rq4F96OGAi.jpg','backdrop_path':'/fSwYa5q2xRkBoOOjueLpkLf3N1m.jpg'}","40000000","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","http://www.johnwick.movie/","324552","tt4425200","en","John Wick: Chapter 2","John Wick is forced out of retirement by a former associate looking to seize control of a shadowy international assassins??? guild. Bound by a blood oath to aid him, Wick travels to Rome and does battle against some of the world???s most dangerous killers.","29.881","/zkXnKIwX5pYorKJp2fjFSfNyKT0.jpg","[{'id':3528,'logo_path':'/cCzCClIzIh81Fa79hpW5nXoUsHK.png','name':'Thunder Road Pictures','origin_country':'US'},{'id':23008,'logo_path':'/5SarYupipdiejsEqUkwu1SpYfru.png','name':'87Eleven','origin_country':'US'},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-02-08","171539887","122","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","Never stab the devil in the back","John Wick: Chapter 2","false","6.9","5320" +"false","/aoVWEffPr5nVxTPnIOgrOnefdaP.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","","65799","tt0047463","en","The Sea Shall Not Have Them","During autumn of 1944, an RAF Hudson carrying a VIP passenger in possession of highly secret information is shot down and ditches in the North Sea. Fighting the elements and trying to keep up morale, the occupants of the aircraft's dinghy talk about their lives awaiting the rescue they hope will come. The film's title reflects the motto of the RAF's Air Sea Rescue Service, one of whose high speed launches battles against its own mechanical problems, enemy action, time and the weather to locate and rescue the downed crew and the vital secret papers they carry.","0.985","/qDVagyQZOGvOwOJErfWik0OWF79.jpg","[{'id':4079,'logo_path':null,'name':'Angel Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1954-06-01","0","91","[{'iso_639_1':'en','name':'English'}]","Released","","The Sea Shall Not Have Them","false","6.7","6" +"false","/jqnbac3oind5VOcAN0mTXyapOGh.jpg","null","80000000","[{'id':28,'name':'Action'},{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","http://www.legobatman.com","324849","tt4116284","en","The Lego Batman Movie","In the irreverent spirit of fun that made ???The Lego Movie??? a worldwide phenomenon, the self-described leading man of that ensemble???Lego Batman???stars in his own big-screen adventure. But there are big changes brewing in Gotham, and if he wants to save the city from The Joker???s hostile takeover, Batman may have to drop the lone vigilante thing, try to work with others and maybe, just maybe, learn to lighten up.","16.232","/1pHOqpdCYNmtRVJs6pGKQKttrPm.jpg","[{'id':2723,'logo_path':null,'name':'Lin Pictures','origin_country':'US'},{'id':2785,'logo_path':'/l5zW8jjmQOCx2dFmvnmbYmqoBmL.png','name':'Warner Bros. Animation','origin_country':'US'},{'id':8089,'logo_path':'/kEUAzsG2hZcCV7rmSCozgLhGWaa.png','name':'Animal Logic','origin_country':'AU'},{'id':9993,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Entertainment','origin_country':'US'},{'id':77973,'logo_path':null,'name':'Lord Miller','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':4081,'logo_path':'/9Q0SyrhQD61wWbz5KJOkL6tu2mg.png','name':'LEGO','origin_country':'DK'}]","[{'iso_3166_1':'DK','name':'Denmark'},{'iso_3166_1':'US','name':'United States of America'}]","2017-02-08","311950384","104","[{'iso_639_1':'en','name':'English'}]","Released","Always be yourself. Unless you can be Batman.","The Lego Batman Movie","false","7.2","2777" +"false","/qEydpbcpbNwLQ51VAWm1C3UywAL.jpg","null","0","[{'id':35,'name':'Comedy'}]","","26685","tt0058212","en","How to Murder Your Wife","Stanley Ford leads an idyllic bachelor life. He is a nationally syndicated cartoonist whose Bash Brannigan series provides him with a luxury townhouse and a full-time valet, Charles. When he wakes up the morning after the night before - he had attended a friend's stag party - he finds that he is married to the very beautiful woman who popped out of the cake - and who doesn't speak a word of English. Despite his initial protestations, he comes to like married life and even changes his cartoon character from a super spy to a somewhat harried husband.","2.978","/asVIURFiq5ghPsE3bQ3F50REc3D.jpg","[{'id':22136,'logo_path':null,'name':'Murder Inc.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1965-01-26","0","118","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","Bring The Little Woman...Maybe She'll Die Laughing!","How to Murder Your Wife","false","6.5","46" +"false","/5mjKEiCW2CJxcAJ8sSczWL8RsVO.jpg","null","0","[{'id':28,'name':'Action'},{'id':10752,'name':'War'},{'id':37,'name':'Western'}]","","60285","tt0060095","en","Alvarez Kelly","In 1864, during the American Civil War, Mexican cattleman Alvarez Kelly supplies the Union with cattle until unexpected circumstances force him to change his customers.","1.668","/6QDBoAEBCv9SmRLUKnM3Eoe7gXg.jpg","[{'id':14092,'logo_path':null,'name':'Sol C. Siegel Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1966-10-06","0","106","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","A herd of cattle against a herd of cannon!","Alvarez Kelly","false","6.3","13" +"false","/wQ6Ur8C0Ncz47DEGgRyCcOXEe7V.jpg","null","9500000","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","186869","tt0105719","en","The Vagrant","A business man buys a house, but he has a hard time trying to get rid of its previous tenant, a dirty bum.","1.148","/uUijLbc7O88osmCP3Gp0EYTy4pP.jpg","[{'id':5612,'logo_path':null,'name':'Brooksfilms','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-05-15","0","91","[{'iso_639_1':'en','name':'English'}]","Released","He's not home alone.","The Vagrant","false","6.6","21" +"false","/4oexfpeZrrWdeNVrHj3tYGhat4i.jpg","null","0","[{'id':10402,'name':'Music'}]","","468591","tt1421377","en","Queen: Rock Montreal & Live Aid","The movie contains two concerts of the British rock band Queen. The first concert is their show at Montreal in November 1981, with ???Under Pressure??? topping the charts in the UK, Queen arrived in Montreal following dates in Japan and their record-breaking tour of Latin America. It was to be the only concert by Queen that was ever shot on film. Always a great live band, with arguably the greatest frontman of all time in Freddie Mercury, they excelled themselves with the cameras rolling. The second concert is their live performance at Live Aid in 1985 with Queen's 24 minute contribution to 1985's Live Aid benefit concert held in Wembley Stadium, featuring an epic 7 song rock concert followed by a stripped back acoustic segment.","1.071","/6RHULatlEIHsfFHQNE8ReEtJ9Em.jpg","[]","[]","2007-12-04","0","138","[{'iso_639_1':'en','name':'English'}]","Released","","Queen: Rock Montreal & Live Aid","true","8.5","5" +"false","/x9TEwiJroWfh7Ado3wiIG4K7Z8I.jpg","null","1880006","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","10780","tt0093693","en","Overboard","Heiress, Joanna Stayton hires carpenter, Dean Proffitt to build a closet on her yacht -- and refuses to pay him for the project when it's done. But after Joanna accidentally falls overboard and loses her memory, Dean sees an opportunity to get even.","9.157","/bqLXZlLJcsYDn7JZIAkYGnJAUeb.jpg","[{'id':67823,'logo_path':null,'name':'Star Partners','origin_country':''},{'id':16368,'logo_path':null,'name':'Hawn / Sylbert Movie Company','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-12-16","26713187","106","[{'iso_639_1':'en','name':'English'}]","Released","","Overboard","false","6.8","372" +"false","/afBDiHEhVedWdGDDNpKm9BwFqZs.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.thepeacefulwarriormovie.com/","13689","tt0438315","en","Peaceful Warrior","A chance encounter with a stranger changes the life of a college gymnast.","7.209","/7uFQ2NS8gaG2o5uohPUlFwmpizA.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2006-03-30","0","120","[{'iso_639_1':'en','name':'English'}]","Released","There are no ordinary moments.","Peaceful Warrior","false","7.4","167" +"false","/hOWomWvXRxMXrTvqj4TnGb8Hzjg.jpg","null","0","[{'id':27,'name':'Horror'}]","http://www.ifcfilms.com/films/axe-murders-of-villisca","401065","tt3320500","en","The Axe Murders of Villisca","Three ghost-hunting high-schoolers visit the Moore House in Villisca, Iowa???the site of one of America???s most grisly unsolved mass murders. After their private tour is interrupted, the group sneaks back in at night, unaware of the otherworldly terror that awaits them.","3.679","/k3qMst5skBFa9Pjyao7Qdwjs9Y0.jpg","[{'id':79924,'logo_path':null,'name':'Ketchum Labs','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-01-20","0","78","[{'iso_639_1':'en','name':'English'}]","Released","In 1912, eight people were brutally murdered in their house. This house.","The Axe Murders of Villisca","false","4.5","33" +"false","/yBP4aBuel2dCsfWprV8FOSOMYRQ.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'}]","","416777","tt5555554","en","Viking Legacy","In ancient times, there were seven sacred scrolls believed to grant power and prosperity to those who possessed them. Prophecy told that a child born in pure Royal blood would one day harness power and rule over the nations. As men fought to claim the scrolls, Europe was pushed to the brink of war. In order to maintain peace, a Celtic King, the Father of a pure blood child, obtained the scrolls and gave them to the Christian Council for safe keeping. As word of the King???s actions spread, a warlord hell ??? bent on finding the scrolls murdered him in cold blood. And so, the King???s Daughter, like the scrolls, was taken into hiding until the day that the prophecy could be fulfilled ...","1.734","/lMPPPBTgsDLPRtKz56KehsFEHO7.jpg","[{'id':90906,'logo_path':null,'name':'Viking Legacy','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-09-19","0","83","[{'iso_639_1':'en','name':'English'}]","Released","You can't escape your fate.","Viking Legacy","false","4.5","14" +"false","/ixdVK5NpkXmwU63N9oiwEsTsf5P.jpg","null","0","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':10749,'name':'Romance'}]","http://voicefromthestone.com/","301372","tt1544608","en","Voice from the Stone","Verena is a nurse who arrives at an old mansion in Italy to help a young boy who has fallen silent since the sudden passing of his mother.","6.511","/6pJseCfsd90nA26Jz1HTSuyRzGz.jpg","[{'id':6716,'logo_path':null,'name':'Zanuck Independent','origin_country':''},{'id':83497,'logo_path':null,'name':'Producer Capital Fund','origin_country':''},{'id':83498,'logo_path':null,'name':'Code 39 Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'IT','name':'Italy'}]","2017-04-28","0","91","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","Silence is calling","Voice from the Stone","false","5.5","215" +"false","/lEcyWri5upHP86NO2LyRBEiC7Rn.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://www.bleeckerstreetmedia.com/thelastword","396810","tt5023260","en","The Last Word","A retired businesswoman ??? who tries to control everything around her ??? decides to write her own obituary. A young journalist takes up the task of finding out the truth, and the result is a life-altering friendship.","6.317","/zvwBd0nsW5OqTs4ndEJLQY62leF.jpg","[{'id':90445,'logo_path':null,'name':'Franklin Street','origin_country':''},{'id':738,'logo_path':null,'name':'Myriad Pictures','origin_country':'US'},{'id':56696,'logo_path':null,'name':'Parkside Pictures','origin_country':''},{'id':76574,'logo_path':null,'name':'Wondros','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-03-03","1783421","108","[{'iso_639_1':'en','name':'English'}]","Released","An unexpected friendship that began at the end.","The Last Word","false","6.6","173" +"false","/7avTId8XEPwR5K9ycQ5RBwoQ8cp.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'}]","http://www.bbc.co.uk/bbcfilms/film/swallows_and_amazons","347035","tt1227183","en","Swallows and Amazons","Four children dream of escaping the tedium of a summer holiday with their mother. When finally given permission to camp on their own on an island in the middle of a vast lake, they are overjoyed. But when they get there they discover they may not be alone??? The battle for ownership of a lonely island teaches them the skills of survival, the value of friendship and the importance of holding your nerve.","2.789","/p6PvWG4634hMLRzFnJVX9qiVUY1.jpg","[{'id':2512,'logo_path':null,'name':'Harbour Pictures','origin_country':''},{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':41115,'logo_path':null,'name':'British Film Company','origin_country':''},{'id':67260,'logo_path':null,'name':'The Electric Shadow Company','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-08-19","0","97","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'hy','name':''},{'iso_639_1':'ru','name':'P????????????'}]","Released","Some summers you treasure forever","Swallows and Amazons","false","6.4","49" +"false","/uXx9wjfJEzLlfqB8GW67SYBrhVT.jpg","null","40000000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","http://www.acureforwellness.com/","340837","tt4731136","en","A Cure for Wellness","An ambitious young executive is sent to retrieve his company's CEO from an idyllic but mysterious ""wellness center"" at a remote location in the Swiss Alps but soon suspects that the spa's miraculous treatments are not what they seem.","12.174","/d4fXuJS3zZcAZfz2HYDtnwqtnwn.jpg","[{'id':264,'logo_path':'/fA90qwUKgPhMONqtwY60GaHRyrW.png','name':'Studio Babelsberg','origin_country':'DE'},{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':10104,'logo_path':'/hNuGhsKVlmhnwSRcmOejDBDjh6w.png','name':'New Regency Pictures','origin_country':'US'},{'id':22213,'logo_path':'/qx9K6bFWJupwde0xQDwOvXkOaL8.png','name':'TSG Entertainment','origin_country':'US'},{'id':37381,'logo_path':null,'name':'Blind Wink Productions','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2017-02-15","26559557","146","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","There is a Cure","A Cure for Wellness","false","6.2","1965" +"false","/mQ5pHTMTBBxZv52xl1iORdK7Pqt.jpg","null","0","[{'id':99,'name':'Documentary'}]","","419192","tt5031332","en","McLaren","The story of New Zealander, Bruce McLaren, who founded the McLaren Motor Racing team, showing the world that a man of humble beginnings could take on the elite of motor racing and win.","3.315","/yRWIvyWNgsuPSHEVIMbS9aDY280.jpg","[{'id':13742,'logo_path':null,'name':'General Film Corporation','origin_country':''}]","[{'iso_3166_1':'NZ','name':'New Zealand'}]","2017-05-25","0","94","[{'iso_639_1':'en','name':'English'}]","Released","Pioneer. Leader. Father. Champion.","McLaren","false","7.6","27" +"false","/pdbXexrxn7cEpjNdNXobIzEgSy1.jpg","null","0","[{'id':18,'name':'Drama'}]","","334535","tt3893280","en","The Ticket","A blind man who regains his vision finds himself becoming metaphorically blinded by his obsession for the superficial.","2.708","/uyaUbLVoxgJMw3JSGljyOGYpXtz.jpg","[{'id':75579,'logo_path':null,'name':'Cave Pictures','origin_country':''},{'id':10290,'logo_path':'/imFSHWEIgpk3YjqIMxafZ6BYT9H.png','name':'BCDF Pictures','origin_country':'US'},{'id':79500,'logo_path':null,'name':'Blackbird','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-04-07","0","97","[{'iso_639_1':'en','name':'English'}]","Released","What would you sacrifice for a second chance?","The Ticket","false","5.7","36" +"false","/pVPv0VEavA2aVk9ZFrBw9XIUNL9.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","28971","tt0044837","en","Limelight","A fading music hall comedian tries to help a despondent ballet dancer learn to walk and to again feel confident about life.","4.715","/xOA7iatMwNAS82XUCPTZVY4Y90R.jpg","[{'id':11945,'logo_path':null,'name':'Celebrated Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1952-10-31","1000000","137","[{'iso_639_1':'en','name':'English'}]","Released","The masterpiece of laughter and tears from the master of comedy!","Limelight","false","8.1","185" +"false","/6yAqnvTzXSBFEIeUdsE8YFU4Dj1.jpg","{'id':428672,'name':'Bonded by Blood Collection','poster_path':'/4woMYXyfsDmN5aalwchkWa0BpwZ.jpg','backdrop_path':null}","0","[{'id':80,'name':'Crime'}]","https://www.facebook.com/bondedbyblood2","336049","tt4334642","en","Bonded by Blood 2","In the shadow of the Range Rover murders, drugs, violence and revenge continue to reign in a criminal underworld even darker and deadlier than before as a new generation of Essex Boys begin to carve their bloody mark.","2.348","/9GTCfyqmlZ2H8PqheWt8kBl5MHz.jpg","[{'id':21646,'logo_path':null,'name':'Richwater Films','origin_country':''},{'id':4061,'logo_path':null,'name':'Evolution Pictures','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-05-22","0","96","[{'iso_639_1':'en','name':'English'}]","Released","","Bonded by Blood 2","false","5.5","4" +"false","/kR48L1E3OLOkQcnlmpi5wDj7ZZt.jpg","{'id':424202,'name':'Trainspotting Collection','poster_path':'/6W9nyZ3Daq4zHkfTRIzNgWg6ai6.jpg','backdrop_path':'/rIrAfUd5wjkGoDkecNx1aXjGJLu.jpg'}","18000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","http://www.t2trainspottingmovie.com/","180863","tt2763304","en","T2 Trainspotting","After 20 years abroad, Mark Renton returns to Scotland and reunites with his old friends Sick Boy, Spud and Begbie.","11.635","/fbHXfr2N4pI2j7i9RLYiddjotBl.jpg","[{'id':8087,'logo_path':null,'name':'Creative Scotland','origin_country':'GB'},{'id':284,'logo_path':null,'name':'DNA Films','origin_country':'GB'},{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'},{'id':8286,'logo_path':null,'name':'Decibel Films','origin_country':''},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'},{'id':6707,'logo_path':'/5bJmjTayNNSJt1VTEKDpXFM04H1.png','name':'Cloud Eight Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-01-27","42067430","117","[{'iso_639_1':'bg','name':'?????????????????? ????????'},{'iso_639_1':'en','name':'English'}]","Released","Face your past. Choose your future.","T2 Trainspotting","false","7","1653" +"false","/5HoPEjUhVIqf1x4xMTdjwnAKSuV.jpg","null","0","[{'id':18,'name':'Drama'}]","","287904","tt3286560","en","The Last Face","Miguel, a heroic Spanish doctor, puts himself in harm's way to deliver medical treatment to the victims of military uprisings in Africa.","5.315","/kx4qydBEPFbVvxbEXUm0jNX0vU4.jpg","[{'id':90270,'logo_path':null,'name':'Matt Palmieri Productions','origin_country':''},{'id':975,'logo_path':null,'name':'Gerber Pictures','origin_country':'US'},{'id':10057,'logo_path':null,'name':'FilmHaven Entertainment','origin_country':''},{'id':13949,'logo_path':null,'name':'River Road Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-05-20","0","130","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","","The Last Face","false","5.5","91" +"false","/j4eGK1WH9YZWoDNDM9mAsF3mhLx.jpg","null","5000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","399173","tt5034474","en","The Assignment","Ace assassin Frank Kitchen is double crossed by gangsters and falls into the hands of rogue surgeon known as The Doctor who turns him into a woman. The hitman, now a hitwoman, sets out for revenge, aided by a nurse named Johnnie who also has secrets.","10.136","/wZGnnA9TVbZL81T9at8eHnZoCq4.jpg","[{'id':10609,'logo_path':null,'name':'SBS Films','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","2016-04-27","0","95","[{'iso_639_1':'en','name':'English'}]","Released","A revenger's tale.","The Assignment","false","5","185" +"false","/9HcXzYUnnwyFu9WSEM2IOxd2VhC.jpg","null","10500000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.aftermath-the-movie.com","390051","tt4581576","en","Aftermath","A fatal plane crash changes the lives of Roman and Jake forever. Roman loses his wife and daughter in the accident, while Jake loses his mind???as he happens to be the air traffic controller who failed to avert the nightmare. Rage and revenge engulfs Roman and Jake finds himself swamped with guilt and regret.","11.154","/25oWTCGqIik4gUTMidx3L8DI4Bt.jpg","[{'id':290,'logo_path':'/Q8mw2AOQQc8Qg0uNwLWq86DVZv.png','name':'Ingenious Media','origin_country':'GB'},{'id':7503,'logo_path':'/3K8wbNkTn7O4wX89ucnp1ZYR1XF.png','name':'Protozoa Pictures','origin_country':'US'},{'id':36109,'logo_path':'/wca0Jcidf2N1KAPicYMjGoKOmYu.png','name':'The Fyzz','origin_country':'GB'},{'id':55528,'logo_path':null,'name':'Oak Productions','origin_country':''},{'id':73685,'logo_path':null,'name':'Emmett Furla Oasis Films','origin_country':'US'},{'id':81755,'logo_path':null,'name':'Pacific View Management','origin_country':''},{'id':81756,'logo_path':null,'name':'Union Editorial','origin_country':''},{'id':86895,'logo_path':null,'name':'Hat and Coat Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2017-02-28","261465","92","[{'iso_639_1':'en','name':'English'}]","Released","All he had left was revenge","Aftermath","false","5.5","361" +"false","/i224xhoQtQtK6ytUCh9GFEmz8aR.jpg","null","40000","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","http://nightofsomethingstrange.com/","362227","tt3315380","en","Night of Something Strange","Five teenage friends set out for the beach on their Spring Break vacation. Good times are cut short when one of the group, Carrie, contracts a deadly sexual transmitted disease during a bathroom stop. When they stop for the night at an isolated motel, the real terror begins when the STD virus starts running rampant, turning those infected into the living dead.","2.846","/4pzLkqluK3CoFBPtLx5fEVeRSaP.jpg","[{'id':90728,'logo_path':null,'name':'Hurricane Bridge Entertainment','origin_country':''},{'id':64597,'logo_path':null,'name':'Virtual InterActive Inc.','origin_country':''},{'id':64598,'logo_path':null,'name':'Duke Studios','origin_country':''},{'id':64599,'logo_path':null,'name':'SRS Cinema','origin_country':''},{'id':64600,'logo_path':null,'name':'White Lightning Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-04-08","0","97","[{'iso_639_1':'en','name':'English'}]","Released","Don't forget your rubbers...and bazooka!","Night of Something Strange","false","5","34" +"false","/eFlPWYsPLhcr0s3HgiCtlLKlvUx.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","","423360","tt5909128","ru","??????????","Victor aka Hammer is an MMA champion with the world title fight ahead. After running into the mobster Shark Hammer gets injured but is still determined to win. Victor doesn't know Shark will stick at nothing to make Victor lose.","0.949","/eZwDSEbsaqUN7boVA8txeruh71E.jpg","[{'id':84939,'logo_path':null,'name':'Russian Golden Episodes','origin_country':''}]","[{'iso_3166_1':'RU','name':'Russia'}]","2016-11-03","0","111","[{'iso_639_1':'ru','name':'P????????????'}]","Released","The will to win when all is lost.","Hammer","false","6","3" +"false","/lcix4ZjVsO7YqHohmk0QLcJRRl5.jpg","null","0","[{'id':27,'name':'Horror'}]","","354216","tt4935372","en","The Devil's Candy","A struggling painter is possessed by satanic forces after he and his young family move into their dream home in rural Texas.","7.735","/xLw8nDNLuffMdvjYXQLwL6UCXcs.jpg","[{'id':15159,'logo_path':null,'name':'Snoot Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-03-17","0","79","[{'iso_639_1':'en','name':'English'}]","Released","","The Devil's Candy","false","6.4","329" +"false","/xAdaaGiznW3DLekCeZdgzSsSjFQ.jpg","null","0","[{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'},{'id':14,'name':'Fantasy'},{'id':35,'name':'Comedy'}]","","25199","tt0098453","en","Teen Witch","Louise is not very popular at her highschool. Then she learns that she's descended from the witches of Salem and has inherited their powers. At first she uses them to get back at the girls and teachers who teased her and to win the heart of the handsome footballer's captain. But soon she has doubts if it's right to 'cheat' her way to popularity.","3.38","/iQLTsPybUHbYZvQh9NMslzaDsdd.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':1969,'logo_path':null,'name':'Trans World Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-04-28","27843","94","[{'iso_639_1':'en','name':'English'}]","Released","Fall under her spell.","Teen Witch","false","5.8","69" +"false","/89NRBE4MpOLE6ZMGMgp3uqHTV0L.jpg","null","32000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","430293","tt4443856","en","Off Piste","An ex-SAS recluse, living in the mountains of France to escape a traumatic past, is hunted down by those who's lives he has destroyed.","1.11","/7srIaNwy3pYFhJ9vdey8nTK4smO.jpg","[{'id':84724,'logo_path':null,'name':'Kite Films','origin_country':''},{'id':84725,'logo_path':null,'name':'CASA Films','origin_country':''},{'id':84726,'logo_path':null,'name':'Jack in the Box Films','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-09-12","0","91","[{'iso_639_1':'en','name':'English'}]","Released","Some mistakes will haunt you forever.","Off Piste","false","5.1","7" +"false","/zJLjUy9nktiKnfuWEXVQ2w2Oxxt.jpg","null","0","[{'id':18,'name':'Drama'}]","","104776","tt0046712","ja","???????????????","Twelve Japanese seamen are stranded on an abandoned and forgotten island called Anatahan for seven tense years of internal strife.","1.347","/v3Z42fH1vQKg91I9k2tRhgI5dfP.jpg","[{'id':38972,'logo_path':null,'name':'Daiwa Building','origin_country':''}]","[{'iso_3166_1':'JP','name':'Japan'}]","1953-06-28","0","92","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'}]","Released","","Anatahan","false","7.1","9" +"false","/6xR1pP272x6Kiw7tnunuQZQk5pP.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","432524","tt3695346","en","The Harvesting","To escape their marital problems, a young family travels from the city to spend the summer in Amish Country where a malevolent presence grips them. They soon discover that they were brought there for a reason and they must break free before the demonic hold consumes them.","2.853","/57ylPaFOUYrX1rGfIilyB5LqAUv.jpg","[{'id':18903,'logo_path':null,'name':'Lighthouse Home Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-12-06","0","92","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","The solstice is coming","The Harvesting","false","6","15" +"false","/cPRqenFxSsDWQEdClhpzaFrArZ7.jpg","null","0","[{'id':53,'name':'Thriller'}]","http://www.transpecosmovie.com/","381018","tt4687464","en","Transpecos","For three US Border Patrol agents, the contents of one car reveal an insidious plot within their own ranks. The next 24 hours may cost them their lives.","2.472","/w3obR5hVweh8RhcjymHoQ3exeJ.jpg","[{'id':86459,'logo_path':null,'name':'Marfa Peach Company','origin_country':''},{'id':74188,'logo_path':null,'name':'8750 Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-09-09","0","86","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","The border is a shifting line.","Transpecos","false","6.2","29" +"false","/yzAo91sIwQrbYSh9bQrbQ12wZnI.jpg","null","22000000","[{'id':35,'name':'Comedy'}]","http://fistfightmovie.com/","345922","tt3401882","en","Fist Fight","When one school teacher gets the other fired, he is challenged to an after-school fight.","9.064","/yONLyCSO0zyDvmVJO2i1U4yrNHE.jpg","[{'id':73118,'logo_path':null,'name':'Wrigley Pictures','origin_country':'US'},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':84135,'logo_path':null,'name':'Van Brand','origin_country':''},{'id':2575,'logo_path':'/9YJrHYlcfHtwtulkFMAies3aFEl.png','name':'21 Laps Entertainment','origin_country':'US'},{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-02-16","41087017","91","[{'iso_639_1':'en','name':'English'}]","Released","After school. Parking lot. It's on.","Fist Fight","false","6","680" +"false","/iR6cM66QQEoQJGQ4veHO3oN7rlq.jpg","null","2000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","11023","tt0328538","en","Thirteen","Tracy is a normal 13-year-old trying to make it in school. After befriending the most popular girl at school, Evie, Tracy's world is turned upside down when Evie introduces her to a world of sex, drugs and cash. But it isn't long before Tracy's new world and attitude finally takes a toll on her, her family, and old friends.","6.567","/6DovUDPK1ednXrc2klOAxABZzLe.jpg","[{'id':1143,'logo_path':null,'name':'Sound for Film','origin_country':''},{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'},{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'},{'id':23912,'logo_path':null,'name':'Antidote Films (I)','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-08-20","4601043","100","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","It's happening so fast.","Thirteen","false","6.4","711" +"false","/pQEdeMWxU1VtCVjlys9JeDvQYcy.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://www.motothemovie.com/","425100","tt6231792","en","MOTO 8: The Movie","The world???s favorite dirtbike film series returns in 2016 with MOTO 8. Once again bringing the greatest riders in the game to the most epic locations, MOTO 8 gives viewers the most badass visual moto experience ever seen. From the biggest tracks in the world, to going 100+mph through the Australian outback, MOTO 8 continues the progression of filmmaking in the two-wheel world. It???s the roots of motocross, portrayed in the modern era: wide open throttles and massive jumps combined with helicopters and 4K cameras.","0.669","/lx7vzMOEmtC7n90wtpvr4bhLZbL.jpg","[]","[]","2016-11-08","0","","[{'iso_639_1':'en','name':'English'}]","Released","","MOTO 8: The Movie","false","9","2" +"false","/vZ7EVk7FaNEWYqlVWbFLHP8Z0LU.jpg","null","4500000","[{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","http://www.getoutfilm.com/","419430","tt5052448","en","Get Out","Chris and his girlfriend Rose go upstate to visit her parents for the weekend. At first, Chris reads the family's overly accommodating behavior as nervous attempts to deal with their daughter's interracial relationship, but as the weekend progresses, a series of increasingly disturbing discoveries lead him to a truth that he never could have imagined.","30.292","/1SwAVYpuLj8KsHxllTF8Dt9dSSX.jpg","[{'id':88934,'logo_path':'/5Be96V9WXa7jJInSDPqDOqMBA0o.png','name':'Monkeypaw Productions','origin_country':'US'},{'id':3172,'logo_path':'/kDedjRZwO8uyFhuHamomOhN6fzG.png','name':'Blumhouse Productions','origin_country':'US'},{'id':72725,'logo_path':null,'name':'QC Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-02-24","255017329","104","[{'iso_639_1':'en','name':'English'}]","Released","Just because you're invited, doesn't mean you're welcome.","Get Out","false","7.5","8210" +"false","/rym1ecQJVj1NhZnigRePtiusorF.jpg","null","150000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'}]","http://www.thegreatwallmovie.com/","311324","tt2034800","en","The Great Wall","European mercenaries searching for black powder become embroiled in the defense of the Great Wall of China against a horde of monstrous creatures.","12.821","/p70dq1YxabemdZDm5K6Q8G10wSn.jpg","[{'id':923,'logo_path':'/5UQsZrfbfG2dYJbx8DxfoTr2Bvu.png','name':'Legendary Entertainment','origin_country':'US'},{'id':86433,'logo_path':null,'name':'Legendary East','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':507,'logo_path':'/z7H707qUWigbjHnJDMfj6QITEpb.png','name':'Atlas Entertainment','origin_country':'US'},{'id':5635,'logo_path':null,'name':'China Film Group','origin_country':''},{'id':48873,'logo_path':null,'name':'Le Vision Pictures','origin_country':''},{'id':86434,'logo_path':null,'name':'Kava Productions','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'HK','name':'Hong Kong'},{'iso_3166_1':'US','name':'United States of America'}]","2016-12-16","331957105","103","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'zh','name':'?????????'}]","Released","1700 years to build. 5500 miles long. What were they trying to keep out?","The Great Wall","false","5.8","2662" +"false","/l2eQ14FPfdm8Wc7PLb2dx1BCMzc.jpg","null","10000000","[{'id':878,'name':'Science Fiction'}]","","399612","tt4074928","es","Proyecto L??zaro","Marc, a successful, ambitious man, is diagnosed with terminal cancer, and is given a few months to live. Unable to accept death, he decides to cryogenically freeze himself. The love of his life is devastated. Seventy years later, Marc becomes the first cryogenic resuscitated person in history. But this doesn't happen in the idealized way he dreamt of.","5.124","/3FsN7qGW1U7Oi52vx3eVoGn9r8H.jpg","[{'id':7543,'logo_path':'/sPBVpVQf44rVP65TVTFgsn9ZVwE.png','name':'Arcadia Motion Pictures','origin_country':'ES'},{'id':7792,'logo_path':'/72Dyvk7Xo4m6uxRNpe52PxT5BrK.png','name':'Noodles Production','origin_country':''},{'id':9335,'logo_path':null,'name':'Canal+ Espa??a','origin_country':'ES'},{'id':89881,'logo_path':null,'name':'Achaman Films AIE','origin_country':''},{'id':11199,'logo_path':'/ursSXLOZaDxiZ84sEgfXbiFnYaa.png','name':'SCOPE Pictures','origin_country':'BE'},{'id':981,'logo_path':'/pkrdO9ykplO4Zc8edikoSX5APUN.png','name':'Televisi??n Espa??ola','origin_country':'ES'}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'ES','name':'Spain'}]","2016-12-13","0","112","[{'iso_639_1':'en','name':'English'}]","Released","Immortality is only a matter of time.","Realive","false","6.1","98" +"false","/1HMcmAD4iwWRw0EsGMFROew3zri.jpg","{'id':456778,'name':'Max Collection','poster_path':'/jE0FdVwbsGVrwCPizLWwH82QfpB.jpg','backdrop_path':'/55dGibKCqypWoOIQDMn0PAK12xF.jpg'}","0","[{'id':10751,'name':'Family'}]","http://max-themovie.com/","446829","tt5843838","en","Max 2: White House Hero","Max is assigned to the White House while Butch, the secret service dog, is on maternity leave. He meets TJ, a 12 year old boy, who is the President's son. Due to his father's high profile, he is trying hard to fit in and lead a normal life. During a state visit by the Russian President and his daughter, Alexandra (Alex), TJ is asked to accompany her, during their stay. TJ befriends Alex, but when they get into trouble, Max comes to the rescue!","4.636","/roIpyS1wlXFCiunN7WGkKSY3BGG.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-05-05","0","85","[{'iso_639_1':'en','name':'English'}]","Released","Man's best friend is the country's biggest hero.","Max 2: White House Hero","false","6.5","38" +"false","/nry0GK1igdWoCX6tQUfwqekMAxu.jpg","null","5800000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':37,'name':'Western'}]","","28448","tt0096409","en","Walker","William Walker and his mercenary corps enter Nicaragua in the middle of the 19th century in order to install a new government by a coup d'etat.","1.757","/s1UlxUB5KXZYkuXQBXt3Ig3SkPz.jpg","[{'id':4808,'logo_path':null,'name':'In-Cine Compa????a Industrial Cinematogr??fica','origin_country':'ES'},{'id':12421,'logo_path':null,'name':'Northern','origin_country':''},{'id':12422,'logo_path':null,'name':'Walker Films Limited','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'MX','name':'Mexico'},{'iso_3166_1':'US','name':'United States of America'}]","1987-12-04","257043","94","[{'iso_639_1':'en','name':'English'}]","Released","Before Rambo... Before Oliver North...","Walker","false","6.6","26" +"false","/3lCiHZpG5HjVWWWy98Mx7vM39Tx.jpg","null","33000000","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","","157841","tt1981107","en","The Young and Prodigious T.S. Spivet","A 12-year-old cartographer secretly leaves his family's ranch in Montana where he lives with his cowboy father and scientist mother and travels across the country on board a freight train to receive an award at the Smithsonian Institute.","9.192","/3RLZObO1ydr12mlUOY5BbdimocH.jpg","[{'id':7286,'logo_path':null,'name':'Epith??te Films','origin_country':'FR'},{'id':10246,'logo_path':'/rREvQNWAxkDfY9CDn2c5YxEMPdP.png','name':'Cross Creek Pictures','origin_country':'US'},{'id':12000,'logo_path':null,'name':'Tapioca Films','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'FR','name':'France'}]","2013-10-16","9494789","105","[{'iso_639_1':'en','name':'English'}]","Released","","The Young and Prodigious T.S. Spivet","false","6.7","378" +"false","/rY1FcmerUUU32VcDJ4ylZrTkH6.jpg","null","0","[{'id':36,'name':'History'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","5257","tt0205873","en","The Dish","The true story of how the Parkes Radio Telescope was used to relay the live television of man's first steps on the moon, during the Apollo 11 mission in 1969.","4.135","/zG83o1wpU3p7QTd382K4HtctLq0.jpg","[{'id':13674,'logo_path':null,'name':'Working Dog','origin_country':'AU'},{'id':85681,'logo_path':'/1GZ94KYANlFvEyt6iUL0O3MAON4.png','name':'Distant Horizon','origin_country':'ZA'}]","[{'iso_3166_1':'AU','name':'Australia'}]","2000-07-11","0","101","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Man's first step on the moon nearly stumbled on earth","The Dish","false","6.8","82" +"false","/qbTelIYzMR5DzZqcoHEAnFtBqvL.jpg","null","0","[{'id':27,'name':'Horror'}]","http://magnetreleasing.com/xx/","297160","tt3322892","en","XX","This all-female horror anthology features four dark tales from four fiercely talented women.","5.817","/b7GFrKemsW7L6SpuGQ91ozegbn9.jpg","[{'id':61011,'logo_path':null,'name':'Scythia Films','origin_country':'CA'},{'id':7787,'logo_path':null,'name':'Snowfort Pictures','origin_country':''},{'id':12142,'logo_path':'/rPnEeMwxjI6rYMGqkWqIWwIJXxi.png','name':'XYZ Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-02-17","30911","80","[{'iso_639_1':'en','name':'English'}]","Released","Four deadly tales by four killer women","XX","false","4.9","214" +"false","/wgoftpRkmDUwmM6elRYOThbdD7w.jpg","null","0","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","214256","tt2710826","en","AfterDeath","Five young people wake up dead. Washed up by the tide they scramble to an abandoned beach house, soon realizing that the perpetual night and blasts of pain suggest this is some version of hell. Between in-fighting and attacks by a demonic shadow creature, they recall the collapse of the nightclub that brought them here - and begin seeing hope of a second chance in the cabin's two mysterious paintings...","1.505","/3nfbBfC7lqOKMC8G5bx4e7kKB2C.jpg","[{'id':75522,'logo_path':null,'name':'Acheron Films','origin_country':''},{'id':75523,'logo_path':null,'name':'Vituhmin Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-10-19","0","88","[{'iso_639_1':'en','name':'English'}]","Released","There is only hell...","AfterDeath","false","4.3","26" +"false","/lsNSEfp4RVE0Rxc9HeyOHcGActm.jpg","null","60000000","[{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':10402,'name':'Music'}]","http://www.rockdogmovie.com/","333667","tt2822672","en","Rock Dog","When a radio falls from the sky into the hands of a wide-eyed Tibetan Mastiff, he leaves home to fulfill his dream of becoming a musician, setting into motion a series of completely unexpected events.","8.07","/7RXi2afiNJGU8EB79SD8HYoSz4O.jpg","[{'id':89486,'logo_path':null,'name':'Dream Factory Group','origin_country':''},{'id':2787,'logo_path':null,'name':'Reel FX Creative Studios','origin_country':''},{'id':89487,'logo_path':null,'name':'Mandoo Pictures','origin_country':''},{'id':89488,'logo_path':null,'name':'Huayi Tencent Entertainment Company','origin_country':''},{'id':89489,'logo_path':null,'name':'Eracme Entertainment','origin_country':''}]","[{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'US','name':'United States of America'}]","2016-07-08","9420546","90","[{'iso_639_1':'en','name':'English'}]","Released","A new breed of rock star","Rock Dog","false","5.7","117" +"false","/vJCoemda8IeyL1PbNGAmV0YHIbU.jpg","null","9000000","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","383538","tt5044656","en","The Shadow Effect","A young man's life is turned upside down when his violent dreams begin to blend with reality.","6.053","/ibfmtCZdseDwTL4UmcWkEKmy4LX.jpg","[{'id':35396,'logo_path':null,'name':'Status Media & Entertainment','origin_country':''},{'id':64949,'logo_path':null,'name':'DV3 Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-05-02","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Once you remember, you will never forget.","The Shadow Effect","false","4.8","71" +"false","/r74RqrcRgDykfIbZ6f6pwCdUZbv.jpg","null","30000000","[{'id':10749,'name':'Romance'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'},{'id':18,'name':'Drama'}]","http://stxmovies.com/thespacebetweenus/","365942","tt3922818","en","The Space Between Us","A young man raised by scientists on Mars returns to Earth to find his father.","9.855","/7qZzPkOoauJz5ImOvBd4XgnKs1B.jpg","[{'id':85283,'logo_path':null,'name':'Los Angeles Media Fund (LAMF)','origin_country':''},{'id':30131,'logo_path':null,'name':'Southpaw Entertainment','origin_country':''},{'id':47729,'logo_path':'/5NRpQ7xxmODXAjt2pRWUFMLVzvP.png','name':'STX Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-01-26","14793385","121","[{'iso_639_1':'en','name':'English'}]","Released","What's your favorite thing about Earth?","The Space Between Us","false","7.1","1375" +"false","/3kQrR0jEafutqTonqlqRJ1PQlmk.jpg","null","0","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","284753","tt0076598","en","The Ransom","A Native American travels around a resort town, murdering cops and rich people with a high-powered crossbow, while demanding that the town's richest residents pay him money to stop the killings.","1.02","/ze091hEcBXCQkj9PGuil1XZZD8B.jpg","[{'id':1950,'logo_path':null,'name':'New World Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1977-10-01","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Assault in Paradise","false","10","2" +"false","/wi7J4IiEgN37D1FxnTRN6IOTm8w.jpg","null","4400000","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","362105","tt4386242","en","R.L. Stine's Monsterville: The Cabinet of Souls","Teenage friends must resist the spell of an evil showman staging a house of horrors show in their small town.","3.788","/omtI6Te3CgjLZDMbpMtBvbbdaVO.jpg","[{'id':68467,'logo_path':null,'name':'EveryWhere Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-09-29","0","85","[{'iso_639_1':'en','name':'English'}]","Released","","R.L. Stine's Monsterville: The Cabinet of Souls","false","6.7","69" +"false","/zv4acOMTPoplVLKo4FaoqAseSDx.jpg","{'id':52785,'name':'xXx Collection','poster_path':'/omRo1Pw4phlELRgYOQ7RyAlccLt.jpg','backdrop_path':'/jSfCi0onZRDxbeg2dPJgB5iAoxX.jpg'}","85000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':80,'name':'Crime'}]","","47971","tt1293847","en","xXx: Return of Xander Cage","Extreme athlete turned government operative Xander Cage comes out of self-imposed exile, thought to be long dead, and is set on a collision course with deadly alpha warrior Xiang and his team in a race to recover a sinister and seemingly unstoppable weapon known as Pandora's Box. Recruiting an all-new group of thrill-seeking cohorts, Xander finds himself enmeshed in a deadly conspiracy that points to collusion at the highest levels of world governments.","18.749","/yNsdyNbQqaKN0TQxkHMws2KLTJ6.jpg","[{'id':88943,'logo_path':null,'name':'Rox Productions','origin_country':''},{'id':497,'logo_path':'/pMyhOBd3sCiLzBlmIopdJkcUFtn.png','name':'Revolution Studios','origin_country':''},{'id':88944,'logo_path':null,'name':'Maple Cage Productions','origin_country':'CA'},{'id':83645,'logo_path':null,'name':'Huahua Media','origin_country':'CN'},{'id':105052,'logo_path':null,'name':'RK films','origin_country':''},{'id':3407,'logo_path':null,'name':'Shanghai Film Group','origin_country':'CN'},{'id':1225,'logo_path':null,'name':'One Race','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-01-13","346147658","107","[{'iso_639_1':'en','name':'English'}]","Released","There are no more patriots, just rebels and tyrants.","xXx: Return of Xander Cage","false","5.6","2374" +"false","/opwE3BLwt8axTon54DeBYZaokY2.jpg","null","1000000","[{'id':878,'name':'Science Fiction'},{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","","269057","tt2655734","en","Bang Bang Baby","A small town teenager in the 1960s believes her dreams of becoming a famous singer will come true when her rock star idol gets stranded in town. But a leak in a nearby chemical plant that is believed to be causing mass mutations threatens to turn her dream into a nightmare.","1.465","/o97NtvVdjRqE3mENyLqSesj8jHD.jpg","[{'id':61011,'logo_path':null,'name':'Scythia Films','origin_country':'CA'},{'id':50084,'logo_path':'/7UKMTZt7xLOMYvj3AIM6diZo4Rq.png','name':'JoBro Productions','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2014-09-08","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Once upon a time, there was a girl...","Bang Bang Baby","false","6.9","9" +"false","/5pAGnkFYSsFJ99ZxDIYnhQbQFXs.jpg","{'id':453993,'name':'The Wolverine Collection','poster_path':'/c18HVnKTybcAUYVQd8rOcdbqwY.jpg','backdrop_path':'/QtSxEuCwcZSfCTMZfER3nHDVsG.jpg'}","97000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'}]","http://www.foxmovies.com/movies/logan","263115","tt3315342","en","Logan","In the near future, a weary Logan cares for an ailing Professor X in a hideout on the Mexican border. But Logan's attempts to hide from the world and his legacy are upended when a young mutant arrives, pursued by dark forces.","30.941","/gGBu0hKw9BGddG8RkRAMX7B6NDB.jpg","[{'id':431,'logo_path':null,'name':'The Donners' Company','origin_country':'US'},{'id':91797,'logo_path':null,'name':'Hutch Parker Entertainment','origin_country':'US'},{'id':28788,'logo_path':null,'name':'Genre Films','origin_country':'US'},{'id':22213,'logo_path':'/qx9K6bFWJupwde0xQDwOvXkOaL8.png','name':'TSG Entertainment','origin_country':'US'},{'id':7505,'logo_path':'/837VMM4wOkODc1idNxGT0KQJlej.png','name':'Marvel Entertainment','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-02-28","616801808","137","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","His time has come","Logan","false","7.8","11854" +"false","/eigD0M1EgBZ1zrJ99TwYBfTs4PJ.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","18125","tt0091859","en","Rita, Sue and Bob Too","Realistic story of working class Yorkshire life. Two schoolgirls have a sexual fling with a married man. Serious and light-hearted by turns. Rita, Sue And Bob Too was adapted by Andrea Dunbar from two of her own controversial plays. Rita (Siobhan Finneran) and Sue (Michelle Holmes) are two teenagers living on a run-down council estate in Bradford who both share a job babysitting for Bob (George Costigan) and Michelle's (Lesley Sharp) children. Whilst giving them a lift home one night, Bob decides to take Rita and Sue up to a deserted, country-side landscape. Clearly knowing what he has in mind, Rita and Sue are only too happy to oblige and both have a sexual encounter with him that becomes a regular occurrence. Despite the blatant politically-incorrect nature of the film, this does emerge as a somewhat controversial, though enduringly amusing film that has a sharp, gritty undertone.","2.314","/bNofq5QmwFeFTILeUOzwG9hPe1X.jpg","[{'id':181,'logo_path':null,'name':'Channel Four Films','origin_country':'GB'},{'id':3453,'logo_path':null,'name':'Umbrella Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1987-05-20","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Thatcher's Britain with her knickers down","Rita, Sue and Bob Too","false","6.1","23" +"false","/h45HRg1Hm5kdUqaXRbatlNiXgjf.jpg","null","9000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","31037","tt0076342","en","MacArthur","The film portrays MacArthur's (Gregory Peck) life from 1942, before the Battle of Bataan, to 1952, the time after he had been removed from his Korean War command by President Truman (Ed Flanders) for insubordination, and is recounted in flashback as he visits West Point.","3.438","/a2pAXcExa1Bv1Bt7oFmbixMoDYK.jpg","[{'id':42,'logo_path':null,'name':'Universal Pictures Corporation','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1977-07-01","0","130","[{'iso_639_1':'en','name':'English'}]","Released","","MacArthur","false","6.1","30" +"false","/ywDykEfdW4kWH4qSoPWsMZvF5O6.jpg","null","300000","[{'id':28,'name':'Action'}]","","455252","tt6735670","en","King Arthur and the Knights of the Round Table","In medieval England, Merlin and King Arthur banish the evil enchantress Morgana and her son Mordred to the ends of the universe as Morgana vows revenge. In present day, Knights descendant Penn doesn't take much stock in the legends of his supposed ancestors, even as the descendants meet in Thailand to practice fighting. But when Morgana and her son return to earth, armed with alien technology and hell-bent on destroying every last descendant of King Arthur and his knights, Penn must to come to terms with who he was born to be, and bring together the new Knights of the Round Table to save themselves and the earth from Morgana's total vengeance.","1.585","/nze3GeWWm8d2PormazM3uFcWULA.jpg","[{'id':6854,'logo_path':null,'name':'Benetone Films','origin_country':''},{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'}]","[{'iso_3166_1':'TH','name':'Thailand'},{'iso_3166_1':'US','name':'United States of America'}]","2017-04-24","0","88","[{'iso_639_1':'en','name':'English'}]","Released","The legends return!","King Arthur and the Knights of the Round Table","false","3.1","7" +"false","/magg4N5biybCA20BU3FTJkgdPnT.jpg","null","0","[{'id':14,'name':'Fantasy'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","https://www.albionmovie.com/","450509","tt4518260","en","Albion: The Enchanted Stallion","A twelve-year-old girl is transported by a magical black stallion to the mystical world of Albion, where she discovers that she alone is the key to saving an entire race of people.","4.433","/8lucMFF4daKaaB4kdQxCIUeXcFc.jpg","[{'id':44394,'logo_path':null,'name':'Character Brigade','origin_country':''},{'id':65606,'logo_path':null,'name':'Sweet Tomato Films','origin_country':''},{'id':32469,'logo_path':null,'name':'Dream Team Films','origin_country':'BG'}]","[{'iso_3166_1':'BG','name':'Bulgaria'},{'iso_3166_1':'US','name':'United States of America'}]","2016-05-01","0","120","[{'iso_639_1':'en','name':'English'}]","Released","An ordinary girl. An extraordinary journey.","Albion: The Enchanted Stallion","false","5.9","55" +"false","/1mIIlqcISaAtcmgpRDefDwXdVoS.jpg","null","15000000","[{'id':35,'name':'Comedy'}]","","369524","tt1967614","en","The Comedian","An aging comic icon, Jackie Burke, has seen better days. Despite his efforts to reinvent himself and his comic genius, the audience only wants to know him as the former television character he once played. Already a strain on his younger brother and his wife, Jackie is forced to serve out a sentence doing community service for accosting an audience member. While there, he meets Harmony, the daughter of a sleazy Florida real estate mogul, and the two find inspiration in one another, resulting in surprising consequences.","5.24","/jR7PZd7K0dFT6oL9qhbSsiJXDsR.jpg","[{'id':8833,'logo_path':null,'name':'Anvil Films','origin_country':''},{'id':39644,'logo_path':'/ls2IbZacuJSJL37SXu8uwDjKvdC.png','name':'Cinelou Films','origin_country':'US'},{'id':4700,'logo_path':'/A32wmjrs9Psf4zw0uaixF0GXfxq.png','name':'The Linson Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-12-09","0","120","[{'iso_639_1':'en','name':'English'}]","Released","nobody's a bargain","The Comedian","false","5.6","68" +"false","/89rGrjb77sCqsnNbRbsEbrGDlYt.jpg","null","0","[{'id':28,'name':'Action'}]","","449503","tt5767628","en","Kill 'em All","After a massive shootout, a mysterious stranger (Van Damme) arrives at a local hospital on the brink of death. Then, a foreign gang brazenly comes to the hospital to hunt him down. His nurse, the sole surviving witness to the follow-up shootout, must face an FBI interrogation that unlocks a plot of international intrigue and revenge. With enough twists and turns, KILL'EM ALL will keep you guessing until the final bullet is fired.","4.467","/cWkZQqS2IxMcvH7UZSHFR8YYRfk.jpg","[{'id':90573,'logo_path':null,'name':'March On Productions','origin_country':''},{'id':16936,'logo_path':null,'name':'Arramis Films','origin_country':''},{'id':72149,'logo_path':null,'name':'ITN Films','origin_country':''},{'id':90574,'logo_path':null,'name':'Kill 'Em All Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-05-08","0","96","[{'iso_639_1':'en','name':'English'}]","Released","When you don't know who to trust...","Kill 'em All","false","5.2","35" +"false","/scnMDGgkwaIDJ6jz35FYrsoY7HL.jpg","null","0","[{'id':18,'name':'Drama'}]","","388333","tt4169250","hi","M.S. Dhoni: The Untold Story","The film is based on the life of Indian cricketer and the current captain of the Indian national cricket team, Mahendra Singh Dhoni.","3.944","/311gCwnNJgyoNEPWR9GJ2JBGJAm.jpg","[{'id':80514,'logo_path':null,'name':'Friday Filmworks','origin_country':''},{'id':12154,'logo_path':'/dBjJavlqNxrYlqcbobDYYq9NuOq.png','name':'Fox Star Studios','origin_country':'IN'}]","[{'iso_3166_1':'IN','name':'India'}]","2016-09-30","0","190","[{'iso_639_1':'hi','name':'??????????????????'}]","Released","The man you know... The journey you don't.","M.S. Dhoni: The Untold Story","false","6.7","60" +"false","/wTiUKdYfaarP4jkIKa9B7xPa1Zg.jpg","null","150000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://knucklebonesmovie.com/","407775","tt3204254","en","Knucklebones","A group of bored college students unleash a murderous demon while playing a dice game made from human knucklebones.","2.534","/10GuUOX4LcNUqJnF6QXXy04FqUI.jpg","[{'id':79504,'logo_path':null,'name':'Midnight Releasing','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-08-27","0","85","[{'iso_639_1':'en','name':'English'}]","Released","Roll Them Bones","Knucklebones","false","4.4","22" +"false","/6aUWe0GSl69wMTSWWexsorMIvwU.jpg","null","160000000","[{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'},{'id':10749,'name':'Romance'}]","http://movies.disney.com/beauty-and-the-beast-2017","321612","tt2771200","en","Beauty and the Beast","A live-action adaptation of Disney's version of the classic tale of a cursed prince and a beautiful young woman who helps him break the spell.","28.635","/tWqifoYuwLETmmasnGHO7xBjEtt.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':10227,'logo_path':'/3YfRy3DBl4abcqkzGx4RVNz12yl.png','name':'Mandeville Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-03-16","0","129","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Be our guest.","Beauty and the Beast","false","6.9","10702" +"false","/6Lqg3mq2qSdAS806LryixLjnz8A.jpg","null","0","[{'id':27,'name':'Horror'}]","","40158","tt0067419","en","The Mephisto Waltz","A frustrated pianist himself, music journalist Myles Clarkson is thrilled to interview virtuoso Duncan Ely. Duncan, however, is terminally ill and not much interested in Myles until noticing that Myles' hands are ideally suited for piano. Suddenly, he can't get enough of his new friend, and Myles' wife, Paula, becomes suspicious of Duncan's intentions. Her suspicions grow when Duncan dies and Myles mysteriously becomes a virtuoso overnight.","1.778","/zyYYeXvT3cwSY48nonsQW2h4oqi.jpg","[{'id':15696,'logo_path':null,'name':'Quinn Martin Productions (QM)','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1971-04-09","0","115","[{'iso_639_1':'en','name':'English'}]","Released","...The Sound of Terror","The Mephisto Waltz","false","6.5","24" +"false","/kiyLw3hcbdWqIjPdUEXCGSSN58E.jpg","null","0","[{'id':35,'name':'Comedy'}]","","163848","tt0034801","en","The Goose Steps Out","Schoolteacher William Potts is the double of a captured German spy, so he is sent to Germany by British Intelligence to obtain the plans of a new secret weapon, causing chaos in a Hitler Youth school in the process.","1.439","/6067iocW6cq73qnoSRhNi2aAR86.jpg","[{'id':2650,'logo_path':null,'name':'Ealing Studios','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1942-08-01","0","79","[{'iso_639_1':'en','name':'English'}]","Released","","The Goose Steps Out","false","7","6" +"false","/yOlikk4bJOfYMqYXadTt4tJ5Wz5.jpg","null","0","[{'id':27,'name':'Horror'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':10770,'name':'TV Movie'}]","","53102","tt0071268","en","The California Kid","A sadistic small-town sheriff has a habit of deliberately forcing speeders to their deaths on the mountain roads leading into town. The brother of one of the victims rolls into town in his hot rod to investigate his brother's death.","2.059","/aQmRHNu1jGmrC4Ny9d6KeIEgQF0.jpg","[{'id':26727,'logo_path':'/jeTxdjXhzgKZyLr3l9MllkTn3fy.png','name':'Universal Television','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1974-09-25","0","74","[{'iso_639_1':'en','name':'English'}]","Released","In this town a speeding ticket is a death sentence","The California Kid","false","6.9","11" +"false","/AsQfq68MrMt5Itb8wTIzkLLGGoI.jpg","null","11000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","10377","tt0104952","en","My Cousin Vinny","Two carefree pals traveling through Alabama are mistakenly arrested, and charged with murder. Fortunately, one of them has a cousin who's a lawyer - Vincent Gambini, a former auto mechanic from Brooklyn who just passed his bar exam after his sixth try. When he arrives with his leather-clad girlfriend , to try his first case, it's a real shock - for him and the Deep South!","10.369","/zcd2U5BAP0rYOucfcj8nE4VVVKC.jpg","[{'id':89303,'logo_path':null,'name':'Palo Vista Productions','origin_country':''},{'id':89304,'logo_path':null,'name':'Peter V. Miller Investment Corp.','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-03-13","64088552","120","[{'iso_639_1':'en','name':'English'}]","Released","Truth, Justice and the Gambini Way","My Cousin Vinny","false","7.4","614" +"false","/7pWDwYKX3FdZGIGWiL4eluAUORX.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","393732","tt5160928","en","Mean Dreams","When two youngsters meet and fall for each other, they must go on the run from the girl's corrupt father, who is also the sheriff of the town.","3.107","/zz2EnqJsxIofZcTkkNAMXk5FWba.jpg","[{'id':979,'logo_path':null,'name':'Woods Entertainment','origin_country':''},{'id':50084,'logo_path':'/7UKMTZt7xLOMYvj3AIM6diZo4Rq.png','name':'JoBro Productions','origin_country':'CA'},{'id':75806,'logo_path':null,'name':'Euclid 431 Pictures','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2016-10-21","0","108","[{'iso_639_1':'en','name':'English'}]","Released","The law won't protect you","Mean Dreams","false","6.6","53" +"false","/un7pVnJC2el8YxdIOg6YrSmBTlO.jpg","null","20000000","[{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'}]","http://www.theshack.movie","345938","tt2872518","en","The Shack","After suffering a family tragedy, Mack Phillips spirals into a deep depression causing him to question his innermost beliefs. Facing a crisis of faith, he receives a mysterious letter urging him to an abandoned shack deep in the Oregon wilderness. Despite his doubts, Mack journeys to the shack and encounters an enigmatic trio of strangers led by a woman named Papa. Through this meeting, Mack finds important truths that will transform his understanding of his tragedy and change his life forever.","8.287","/doAzav9kfdtsoSdw1MDFvjKq3J4.jpg","[{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'},{'id':32555,'logo_path':null,'name':'Netter Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-03-03","92924405","132","[{'iso_639_1':'en','name':'English'}]","Released","You're never as alone as you think.","The Shack","false","7.1","773" +"false","/rGLBrKj6D8mrehruZoHsVktqGl6.jpg","null","5000000","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'},{'id':14,'name':'Fantasy'}]","http://www.beforeifallfilm.com/","397837","tt1691916","en","Before I Fall","Samantha Kingston has everything. Then, everything changes. After one fateful night, she wakes up with no future at all. Trapped into reliving the same day over and over, she begins to question just how perfect her life really was.","12.045","/eowzonDJMCuNXoJGVkP9Z7oCmiM.jpg","[{'id':10427,'logo_path':'/3u5sNgPRbba0ND3SUMXPTT7On9h.png','name':'Open Road Films','origin_country':'US'},{'id':10991,'logo_path':null,'name':'Jon Shestack Productions','origin_country':''},{'id':63484,'logo_path':'/aVLlAODQm57VkgqWlVAOGiy8zs0.png','name':'Awesomeness Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-03-02","12141122","98","[{'iso_639_1':'en','name':'English'}]","Released","What if today was the only day of the rest of your life?","Before I Fall","false","7","2028" +"false","/dxUxtnxeMsI0jCUFAT6GbgyUdiz.jpg","null","700000","[{'id':18,'name':'Drama'}]","http://www.whitegirl.nyc","336011","tt4129870","en","White Girl","Summer, New York City. A college girl falls hard for a guy she just met. After a night of partying goes wrong, she goes to wild extremes to get him back.","8.124","/tbpza4ApPHcuYNpzXupWH60ZoKy.jpg","[{'id':71894,'logo_path':null,'name':'Bank Street Films','origin_country':'US'},{'id':1422,'logo_path':'/aG7LGucYWmsrsEwnDN1HnUGfVmK.png','name':'Killer Films','origin_country':'US'},{'id':71895,'logo_path':null,'name':'Supermarch??','origin_country':'US'},{'id':64854,'logo_path':null,'name':'Greencard Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-09-02","200242","88","[{'iso_639_1':'en','name':'English'}]","Released","","White Girl","false","5.6","213" +"false","/yWdNhSV37zHQIqCrufKqizzrNMc.jpg","null","45000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':35,'name':'Comedy'}]","","315","tt0059170","en","Faster, Pussycat! Kill! Kill!","Three strippers seeking thrills encounter a young couple in the desert. After dispatching the boyfriend, they take the girl hostage and begin scheming on a crippled old man living with his two sons in the desert, reputedly hiding a tidy sum of cash. They become house guests of the old man and try and seduce the sons in an attempt to locate the money, not realizing that the old man has a few sinister intentions of his own.","6.531","/4mld2L1vWqgqFQmKa7KU4HzLKPi.jpg","[{'id':170,'logo_path':null,'name':'Eve Productions Inc.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1965-08-06","0","83","[{'iso_639_1':'en','name':'English'}]","Released","Go-Go For a Wild Ride With the ACTION GIRLS!","Faster, Pussycat! Kill! Kill!","false","6.8","103" +"false","/xLhKsVg9IA3BrjpBqcIKncBYSyg.jpg","null","0","[]","","326602","tt2339703","en","The Death and Resurrection Show","A music documentary exploring the turbulent, controversial and often unbelievable 30 year history of British post-punk industrial band Killing Joke.","0.688","/ak3roTQgYYpzD64DlC2QgKwUmfh.jpg","[]","[]","2013-11-16","0","","[]","Released","","The Death and Resurrection Show","false","7.7","3" +"false","/pZR8mw2xFxZ1V80Zz4OdGikn3LP.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.landofsmilesthemovie.com/","452571","tt3421124","en","Land of Smiles","A young backpacker is lured through the third world paradise of Thailand searching for her kidnapped best friend and unknowingly she becomes the object of a sociopath's obsession.","1.191","/bHGDNOK8gs3hSMMSfVIessiLZ4H.jpg","[{'id':16096,'logo_path':null,'name':'Stryke-Force Films','origin_country':''}]","[{'iso_3166_1':'AT','name':'Austria'},{'iso_3166_1':'TH','name':'Thailand'},{'iso_3166_1':'US','name':'United States of America'}]","2017-05-01","0","90","[{'iso_639_1':'en','name':'English'}]","Released","To find the truth you must play along","Land of Smiles","false","4.4","14" +"false","/TmRsXF4nTqOalQoyf4Gndz1x9F.jpg","null","0","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","","76500","tt0067850","en","This Stuff'll Kill Ya!","A redneck con artist sets himself up as a preacher in a small Deep South town to run his moonshine distillery and clashes with a number of locals and a federal agent bent on shutting his operation down.","0.6","/6kNxJpXbCGoyEtc2IIzwcpd3WLA.jpg","[{'id':45382,'logo_path':null,'name':'Ultima','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1971-01-01","0","99","[{'iso_639_1':'en','name':'English'}]","Released","It Moves, Brother -- Better Git On In Here!","This Stuff'll Kill Ya!","false","5.7","3" +"false","/dQkkjFZpCip4OghJGawN9NzuxwU.jpg","null","0","[{'id':27,'name':'Horror'}]","","48350","tt0067630","en","Psychomania","A gang of young people call themselves the Living Dead. They terrorize the population from their small town. After an agreement with the devil, if they kill themselves firmly believing in it, they will survive and gain eternal life. Following their leader, they commit suicide one after the other, but things don't necessarily turn out as expected...","1.991","/vWhxbi9Cv7qo7Wyqh7jdKLEn6qf.jpg","[{'id':13947,'logo_path':null,'name':'Benmar Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1973-01-05","0","85","[{'iso_639_1':'en','name':'English'}]","Released","Ride with the Living Dead!","Psychomania","false","6.2","24" +"false","/c1CjIhI75zzHgnVlx2SPpeSsuj6.jpg","null","0","[{'id':27,'name':'Horror'}]","","347944","tt3620762","en","Anguish","A new girl in a quiet town, Tess tries to manage her psychosis while adjusting to her new life with her mom. After stumbling upon the shrine of Lucy, a hit and run victim, Tess finds herself overwhelmed by hallucinations of the dead girl and starts to question her sanity again. When the spirit possesses Tess???s mind and soul, mother and daughter are at a loss for where to turn next for salvation: religion or medicine? Both institutions have failed them to date but faith leads them to the house of Sarah, Lucy???s mother, who has been despondent since the accident. All together with time working against them, Sarah is desperate to believe that Lucy is still alive in Tess but neither parent wants to give up on their daughter. Now that she understands what is happening to her, ultimately Tess must decide whether she wants to keep fighting or succumb to her affliction.","2.629","/mjzcibK6JGwJaL3oldm9HsiSNaj.jpg","[{'id':36228,'logo_path':null,'name':'Candlewood Entertainment','origin_country':''},{'id':3256,'logo_path':'/46DvwRN1HzydHqQo2Wx01YzMXMi.png','name':'Lightning Entertainment','origin_country':'US'},{'id':70203,'logo_path':null,'name':'Anguish Film','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-07-21","0","91","[{'iso_639_1':'en','name':'English'}]","Released","Her nightmares come when she's awake.","Anguish","false","4.8","48" +"false","/sHIwSqEeSNILJ6db2MNBalhX7zI.jpg","null","20000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","1727","tt0099141","en","Bird on a Wire","A FBI informant has kept his new identity secret for 15 years, now an old flame has recognised him and the bad guys are back for revenge.","7.846","/tvQOyGckGgP6JOmUm5ypN9HHoHx.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':10201,'logo_path':null,'name':'Interscope Communications','origin_country':''},{'id':12646,'logo_path':null,'name':'The Badham-Cohen Group','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-05-18","138700000","110","[{'iso_639_1':'en','name':'English'}]","Released","He's every woman's dream and one woman's nightmare","Bird on a Wire","false","6.1","335" +"false","/lbt64hUoFeZtwZB93EoNS7XIxwh.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","331161","tt3084028","en","See You In Valhalla","After the bizarre death of her brother, Johana Burwood must return home after four years, to face her strange siblings, her out of touch father and her very touchy past.","2.258","/ucJ8UbWAR7uKyiqXvf1fg4BszDP.jpg","[{'id':21789,'logo_path':null,'name':'Tarnol Group Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-04-24","0","82","[{'iso_639_1':'en','name':'English'}]","Released","You don't get to choose your family","See You In Valhalla","false","5.5","39" +"false","/wDMKcnnJFKprjVUW6ZJohZh4H8t.jpg","null","0","[{'id':18,'name':'Drama'}]","","389630","tt3910814","en","All We Had","A mother struggles to make a better life for her daughter.","2.308","/8tMBGup98UrGgu5kYN83iOfyHZn.jpg","[{'id':87427,'logo_path':null,'name':'Straight Shot Films','origin_country':''},{'id':87428,'logo_path':null,'name':'Jaro/Noelle Production','origin_country':''},{'id':46160,'logo_path':null,'name':'Mustard & Co','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-12-09","0","105","[{'iso_639_1':'en','name':'English'}]","Released","","All We Had","false","5.8","24" +"false","/2G8VYbo2YReDFzgQaM9zbcG7GdC.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","97975","tt0088157","en","Special Effects","Reality and illusion collide in this thriller about a megalomaniacal movie director who murders a young would-be actress, then sets about making a feature about the deed, casting the dead woman's clueless husband as the patsy, and finding a dead ringer to play the part of the dead actress.","1.431","/9ASdM2BgsbjC4DmGHldVn2y7LtI.jpg","[{'id':9141,'logo_path':null,'name':'Larry Cohen Productions','origin_country':''},{'id':3952,'logo_path':null,'name':'Hemdale Film','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-11-16","0","101","[{'iso_639_1':'en','name':'English'}]","Released","Andrea Was Dying To Get In The Movies...","Special Effects","false","5","14" +"false","/am9UgBlF0LkNUsPXj0D1Y1hQ1j9.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':12,'name':'Adventure'}]","","141824","tt0081073","en","Loophole","When architect Stephen Booker loses his partnership, he finds jobs hard to come by, and with money in short supply, he unwittingly becomes involved in a daring scheme to rob one of London's biggest bank vaults.","1.859","/x9iryW8EglZY4m1Jb5SH4dyhIi7.jpg","[{'id':29143,'logo_path':null,'name':'Brent Walker Film Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1981-06-25","0","105","[{'iso_639_1':'en','name':'English'}]","Released","One heist. One chance.","Loophole","false","7","5" +"false","/qUJ3W51NQchrStTLIs05e8gH15P.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","60363","tt0089477","en","Letter to Brezhnev","The factories, pubs, clubs, hotels and streets of 1980s Liverpool form the backdrop for this tale of love, friendship, sex and a letter to the Soviet leader, Leonid Brezhnev. Two Liverpool lasses, Teresa and Elaine meet two Russian sailors, Sergei and Peter and hook up for a night of fun and frolics. Teresa is looking for sex and a smile, Elaine wants love, romance and the dream of a life far away from the grime of the Liverpool docklands. A classic British romantic comedy filled with new wave tunes, 80s fashion, a little politics and a lot of heart.","1.02","/vma10X5YnIO278luxJ5bcDTGPHV.jpg","[]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1985-12-26","0","91","[{'iso_639_1':'en','name':'English'}]","Released","A new wave comedy... from Liverpool with Love.","Letter to Brezhnev","false","6.5","8" +"false","/b9fzM1OjMfEEkwYvmDvQf3QXUgc.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://worrydollsmovie.com/wd/","347757","tt3384350","en","Worry Dolls","A brutal serial killer is finally gunned down in the middle of carrying out one last heinous act of bloody murder. In the maniac???s possession, a box of Guatemalan talismans, which mistakenly end up being sold as charm jewelry in Chloe???s Collectables thrift shop. Soon those who bought the Worry Dolls begin to act strangely out of character and cause another rash of senseless slaughter. An ancient curse is consuming the city and pits a hardened detective against the clock to save his 8 year-old daughter???s life.","3.501","/bXeL7yq7TqtiNvsidYHfMRzrCoJ.jpg","[{'id':78604,'logo_path':null,'name':'Worry Dolls Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-06-27","0","85","[{'iso_639_1':'en','name':'English'}]","Released","Worry to death","Worry Dolls","false","4.1","32" +"false","/nlKEEz9nU8Dhhpbp2pX9p43nlQ0.jpg","null","0","[{'id':53,'name':'Thriller'}]","","251852","tt2396721","en","The Scribbler","Suki is a young woman confronting her destructive mental illness using ""The Siamese Burn,"" an experimental machine designed to eliminate multiple personalities. The closer Suki comes to being ""cured,"" she's haunted by a thought... what if the last unwanted identity turns out to be her?","7.339","/yf9QqFcZSL5UFq4Vv1X7LNugjh4.jpg","[{'id':33728,'logo_path':null,'name':'NightSky Productions','origin_country':''},{'id':5124,'logo_path':null,'name':'New Artists Alliance','origin_country':''},{'id':11049,'logo_path':null,'name':'Caliber Media Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-09-19","0","88","[{'iso_639_1':'en','name':'English'}]","Released","Unzip your head","The Scribbler","false","5","89" +"false","/1Eqo5oZYStjC1lTtamkIbyxZxf0.jpg","null","0","[{'id':27,'name':'Horror'}]","","16915","tt1087853","en","Gutterballs","A brutally sadistic rape leads to a series of bizarre gory murders during a midnight disco bowl-a-rama at a popular bowling alley. One by one, players of two teams meet blood-drenched gruesome deaths at the hand of a black bowling-gloved masked killer. This alley runs red with blood by sunrise.","2.968","/1VpGb5U45Spko4GFSfg6V1KKIqT.jpg","[{'id':4659,'logo_path':null,'name':'Plotdigger Films','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2008-01-01","0","94","[{'iso_639_1':'en','name':'English'}]","Released","I Warned You Not To Bowl Tonight","Gutterballs","false","4.4","36" +"false","/9ATuEme5NEY5vNfyZGlROjpjwSG.jpg","null","10000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","http://www.rumblefishdvd.com/","232","tt0086216","en","Rumble Fish","Rusty James, an absent-minded street thug struggles to live up to his legendary older brother's reputation, and longs for the days when gang warfare was going on.","6.672","/pwXuTYNhKucg40HzEhUQDpm2FQm.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1983-10-20","2494480","94","[{'iso_639_1':'en','name':'English'}]","Released","Rusty James can't live up to his brother's reputation. His brother can't live it down.","Rumble Fish","false","7.2","257" +"false","/7CJWFbNDjKDytkaOVvUE6nVLYQx.jpg","null","2000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.sonypictures.com/movies/hacker/","413052","tt3173594","en","Hacker","Alex, an immigrant from Ukraine comes to Canada and becomes involved with an online criminal organization called Darkweb. What starts off as a way to help his parents financially, soon becomes a personal vendetta against the entire banking system, when his mother is fired from her job at the bank","5.476","/gpYwKrP6s749b5Nzgm2174jKrpf.jpg","[{'id':48860,'logo_path':null,'name':'Sataifilm','origin_country':''},{'id':80783,'logo_path':null,'name':'Know Rules Media','origin_country':''},{'id':21199,'logo_path':null,'name':'Brillstein Entertainment Partners','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'HK','name':'Hong Kong'},{'iso_3166_1':'KZ','name':'Kazakhstan'},{'iso_3166_1':'TH','name':'Thailand'},{'iso_3166_1':'US','name':'United States of America'}]","2016-09-15","0","95","[{'iso_639_1':'en','name':'English'}]","Released","He will find you. He will become you.","Hacker","false","6.4","131" +"false","/nL5ksz7dZxIwUBs03c1f6AOjHfX.jpg","{'id':363092,'name':'Mythica Collection','poster_path':'/nbsXfLZmgkwjB9mZ5p9Bt5SOFRY.jpg','backdrop_path':'/nL8ZqjrpblbQHWiQEjj9Scp91C8.jpg'}","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'}]","http://www.mythicamovie.com/#!blank/mcly4","388191","tt5456798","en","Mythica: The Iron Crown","When a team of unlikely heroes hijacks a steam-powered battle wagon, a daring young wizard (Marek) steals the final piece of the all-powerful Darkspore and embarks on a desperate quest to deliver the cursed artifact to the gods for safe keeping; but when they are caught in a death race between a ruthless team of elite mercenaries and a trinity of demons, Marek must learn to believe in herself before her friends are killed and the Darkspore is lost, to stop the evil necromancer (Szorlok) from uniting the Darkspore and flooding the living world with his legions of undead.","5.156","/otSfU9MrjYr1bJRhoAO61Pq1csH.jpg","[{'id':9074,'logo_path':null,'name':'Mainstay Productions','origin_country':'US'},{'id':14787,'logo_path':'/cZWB9HeQ1e4G6qcy8hUu7GT4vMV.png','name':'Arrowstorm Entertainment','origin_country':'US'},{'id':52699,'logo_path':null,'name':'Camera 40 Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-05-14","0","93","[{'iso_639_1':'en','name':'English'}]","Released","","Mythica: The Iron Crown","false","6.2","32" +"false","/oZwwwezJFlHmQGBRJDLmENXwOIt.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","http://screenmediafilms.net/productions/details/2025/The-Void","378018","tt4255304","en","The Void","In the middle of a routine patrol, officer Daniel Carter happens upon a blood-soaked figure limping down a deserted stretch of road. He rushes the young man to a nearby rural hospital staffed by a skeleton crew, only to discover that patients and personnel are transforming into something inhuman. As the horror intensifies, Carter leads the other survivors on a hellish voyage into the subterranean depths of the hospital in a desperate bid to end the nightmare before it's too late.","9.868","/c0WLRyT0AmUi41nVXBnqmJshIBn.jpg","[{'id':12142,'logo_path':'/rPnEeMwxjI6rYMGqkWqIWwIJXxi.png','name':'XYZ Films','origin_country':'US'},{'id':5113,'logo_path':'/qd5ru3vUvGb6dhXSzkHn7EQoX2D.png','name':'120dB Films','origin_country':'US'},{'id':50084,'logo_path':'/7UKMTZt7xLOMYvj3AIM6diZo4Rq.png','name':'JoBro Productions','origin_country':'CA'},{'id':86852,'logo_path':null,'name':'Cave Painting Pictures','origin_country':''},{'id':89472,'logo_path':null,'name':'The Salt Company','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2016-10-21","151042","90","[{'iso_639_1':'en','name':'English'}]","Released","There Is a Hell. This Is Worse.","The Void","false","5.8","498" +"false","/4KSOnimRKhEcT1cV3t8nd5NEeVQ.jpg","null","0","[{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'},{'id':10749,'name':'Romance'}]","","283378","tt1564777","en","Fallen","Lucinda Price is sent to a reform academy under the assumption that she has killed a boy. There, she meets two mysterious boys, Cam and Daniel, to whom she feels drawn to both. But as the love triangle unfurls, it is Daniel that Luce cannot keep herself away from, and things begin to take a darker turn when she finds out his true identity.","8.243","/usGCM7wiUQhijEwz39brIaoGlVa.jpg","[{'id':85100,'logo_path':null,'name':'Apex Entertainment','origin_country':'US'},{'id':12075,'logo_path':null,'name':'Silver Reel','origin_country':'CH'},{'id':22881,'logo_path':null,'name':'Mayhem Pictures','origin_country':'US'},{'id':74208,'logo_path':'/rZU9oUWZ66ns44vLmqVmeNrGATs.png','name':'Lotus Entertainment','origin_country':'US'}]","[{'iso_3166_1':'HU','name':'Hungary'},{'iso_3166_1':'US','name':'United States of America'}]","2016-11-10","0","91","[{'iso_639_1':'en','name':'English'}]","Released","Some angels are destined to fall.","Fallen","false","6","940" +"false","/f30alhDnRnqXxZc6GIc2blDHsyf.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://www.gfmfilms.co.uk/stratton","348389","tt3567666","en","Stratton","A British Special Boat Service commando tracks down an international terrorist cell.","6.643","/dRpFotBljdbhXKQJd1lzmS4Onyv.jpg","[{'id':23970,'logo_path':null,'name':'Twickenham Studios','origin_country':''},{'id':77636,'logo_path':null,'name':'GFM films','origin_country':''},{'id':89544,'logo_path':null,'name':'Atomic Arts','origin_country':''},{'id':89545,'logo_path':null,'name':'SquareOne Entertainment','origin_country':''},{'id':89546,'logo_path':null,'name':'Stratton Film Production Ltd','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-07-06","0","94","[{'iso_639_1':'en','name':'English'}]","Released","The enemy has a weapon. So do we.","Stratton","false","4.9","117" +"false","/6kx1UdsFBsPzeRukpCO3hquTPi2.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':18,'name':'Drama'}]","http://www.notesonblindness.co.uk/","378441","tt5117222","en","Notes on Blindness","After losing sight in 1983, John Hull began keeping an audio diary, a unique testimony of loss, rebirth and renewal, excavating the interior world of blindness. Following on from the Emmy Award-winning short film of the same name, Notes on Blindness is an ambitious and groundbreaking work, both affecting and innovative.","2.177","/pCCaqxVbToOOSmjwrOvz0TmIZSc.jpg","[{'id':30601,'logo_path':null,'name':'Archer's Mark','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-07-01","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Notes on Blindness","false","7.2","29" +"false","/4HBhDTmAY2MkdvQm7WDyDIgNDNj.jpg","{'id':110127,'name':'Analyze Collection','poster_path':'/toKnwHXHEei4k6E42iasehWhdK5.jpg','backdrop_path':'/bNcKGfgqck8SQALVlZcMRcjOwBE.jpg'}","60000000","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","9932","tt0289848","en","Analyze That","The mafia's Paul Vitti is back in prison and will need some serious counseling when he gets out. Naturally, he returns to his analyst Dr. Ben Sobel for help and finds that Sobel needs some serious help himself as he has inherited the family practice, as well as an excess stock of stress.","8.231","/qq12vSFojs306GpQh2hf5oILMsc.jpg","[{'id':48638,'logo_path':null,'name':'Face Productions','origin_country':''},{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':172,'logo_path':null,'name':'NPV Entertainment','origin_country':''},{'id':11391,'logo_path':null,'name':'Tribeca Productions','origin_country':'US'},{'id':14719,'logo_path':null,'name':'Baltimore Spring Creek Pictures','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'US','name':'United States of America'}]","2002-12-06","55003135","96","[{'iso_639_1':'en','name':'English'}]","Released","Back in therapy","Analyze That","false","5.7","587" +"false","/rXBB8F6XpHAwci2dihBCcixIHrK.jpg","{'id':344830,'name':'Fifty Shades Collection','poster_path':'/oJrMaAhQlV5K9QFhulFehTn7JVn.jpg','backdrop_path':'/23fRJTMFRG2lMvvpHcIZ0ZU77I1.jpg'}","55000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.fiftyshadesmovie.com/","341174","tt4465564","en","Fifty Shades Darker","When a wounded Christian Grey tries to entice a cautious Ana Steele back into his life, she demands a new arrangement before she will give him another chance. As the two begin to build trust and find stability, shadowy figures from Christian???s past start to circle the couple, determined to destroy their hopes for a future together.","14.417","/aybgjbFbn6yUbsgUMnUbwc2jcWd.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':10338,'logo_path':'/el2ap6lvjcEDdbyJoB3oKiYgXu9.png','name':'Perfect World Pictures','origin_country':'CN'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-02-08","378827494","118","[{'iso_639_1':'en','name':'English'}]","Released","Every fairy tale has a dark side.","Fifty Shades Darker","false","6.1","4327" +"false","/4RFYwgJmo9dTnJ6AUNE3l7MFFLz.jpg","null","0","[{'id':28,'name':'Action'}]","","437291","tt5851014","en","Savage Dog","A story set in Indochina in 1959, a lawless land controlled by the criminal class: Vietnamese warlords and European war-criminals. Den-Dhin-Chan Labor Camp is run by four such dangerous men. The worst prison in the land, it is here that an Irish, former-champion boxer Martin Tillman has made a name for himself fighting tournaments, on which wealthy criminals gamble in high stakes events. When Tillman is due for release, he just wants to return home, but the corrupt forces running the jail will do everything in their power to keep him locked down. When all that Tillman holds dear is taken away in a vicious act of violence, he is forced to confront the men responsible and take his revenge. The birth of a legend.","5.262","/yY2MV8dYotYtLYMiTcMvdxpNX5I.jpg","[{'id':70559,'logo_path':null,'name':'XLrator Media','origin_country':''},{'id':89276,'logo_path':null,'name':'Cho Man Ro Enterprises','origin_country':''},{'id':4322,'logo_path':'/AkdxBRkqgx0bHjjLvIyl0Mu8sxa.png','name':'Compound B','origin_country':'US'},{'id':80969,'logo_path':null,'name':'Blacklist Digital','origin_country':''},{'id':1872,'logo_path':'/559H3L3CP1dJsHLSS3XSe5GNkW0.png','name':'Bleiberg Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-08-04","0","94","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","Indochina, 1959. The French left. The Americans have yet to arrive. But one man has declered war.","Savage Dog","false","5.1","61" +"false","/2ddVTlMyATZdvUHE7DPExA2X6xF.jpg","{'id':591028,'name':'A Dog's Purpose Collection','poster_path':null,'backdrop_path':null}","22000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","https://www.uphe.com/movies/a-dogs-purpose","381289","tt1753383","en","A Dog's Purpose","A dog goes on quest to discover his purpose in life over the course of several lifetimes with multiple owners.","11.823","/3jcNvhtVQe5Neoffdic39fRactM.jpg","[{'id':4234,'logo_path':null,'name':'Original Pictures','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'},{'id':1271,'logo_path':null,'name':'Pariah Entertainment Group','origin_country':''},{'id':10221,'logo_path':'/99VfWRgKasZoyK9UVB39gnYvFrZ.png','name':'Walden Media','origin_country':'US'},{'id':7294,'logo_path':'/kK4PRgceWp9KNrycD8xx8seWxYU.png','name':'Reliance Entertainment','origin_country':'IN'},{'id':11733,'logo_path':null,'name':'Pariah','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-01-19","194647323","100","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","Every dog happens for a reason.","A Dog's Purpose","false","7.2","1396" +"false","/a4r8xcRwTgKIUKdWtxFXyxTZLeN.jpg","{'id':14563,'name':'The Ring Collection','poster_path':'/500xj7l72BojMZ3tNBJY46tg5YJ.jpg','backdrop_path':'/jXlFymc442CEMB5h3d62GeJefnW.jpg'}","25000000","[{'id':27,'name':'Horror'}]","http://www.ringsmovie.com/","14564","tt0498381","en","Rings","Julia becomes worried about her boyfriend, Holt when he explores the dark urban legend of a mysterious videotape said to kill the watcher seven days after viewing. She sacrifices herself to save her boyfriend and in doing so makes a horrifying discovery: there is a ""movie within the movie"" that no one has ever seen before.","12.179","/bbxtz5V0vvnTDA2qWbiiRC77Ok9.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':829,'logo_path':'/mzpAmEQ5P1gFvdRoNyCk9q8ngiv.png','name':'Vertigo Entertainment','origin_country':'US'},{'id':24902,'logo_path':null,'name':'Macari/Edelstein','origin_country':''},{'id':49325,'logo_path':null,'name':'Parkes+MacDonald Image Nation','origin_country':''},{'id':85425,'logo_path':null,'name':'Waddieish Claretrap','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-02-01","83080890","102","[{'iso_639_1':'en','name':'English'}]","Released","Evil is reborn.","Rings","false","4.9","1753" +"false","/5x2Wc6d6ouE984qTOItD7ioiggF.jpg","null","20000000","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://gold-film.com/","334524","tt1800302","en","Gold","Kenny Wells, a modern-day prospector, hustler, and dreamer, is desperate for a lucky break. Left with few options, Wells teams up with an equally luckless geologist to execute a grandiose, last-ditch effort: to find gold deep in the uncharted jungle of Indonesia.","12.009","/d6AipVF4SDYqxGeivfs3yzsNUs7.jpg","[{'id':2877,'logo_path':null,'name':'Living Films','origin_country':''},{'id':22146,'logo_path':'/jPBtpMh0AUFqf9yfOJXer9d5Rei.png','name':'Black Bear Pictures','origin_country':'US'},{'id':17866,'logo_path':'/b6UEnuBOYgnsrq6VulNLlP5v5rz.png','name':'Boies/Schiller Film Group','origin_country':'US'},{'id':6320,'logo_path':null,'name':'Hwy61','origin_country':''},{'id':308,'logo_path':'/e8F3mQM7DkJ5SfYYDp8FYzPBOGX.png','name':'The Weinstein Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-12-22","7227038","121","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'id','name':'Bahasa indonesia'}]","Released","Prove 'em all wrong","Gold","false","6.6","830" +"false","/eefr8inDwWpUcLfyXaXETaA6seN.jpg","{'id':340623,'name':'The Gate Collection','poster_path':'/89oZitdH02NTV7VxKLOmFh427pT.jpg','backdrop_path':'/qqE3mix2IqkZivHf2MyfjpCajrD.jpg'}","2500000","[{'id':27,'name':'Horror'},{'id':14,'name':'Fantasy'}]","","6917","tt0093075","en","The Gate","Three young children accidentally release a horde of nasty, pint-sized demons from a hole in a suburban backyard. What follows is a classic battle between good and evil as the three kids struggle to overcome a nightmarish hell that is literally taking over the Earth.","5.828","/eIMM4Ia7pjtQIjbIpv6WzYpGpSX.jpg","[{'id':10165,'logo_path':null,'name':'New Century Entertainment Corporation','origin_country':''},{'id':4535,'logo_path':null,'name':'Vista Organization','origin_country':''},{'id':10166,'logo_path':null,'name':'Alliance Entertainment','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","1987-04-21","0","85","[{'iso_639_1':'en','name':'English'}]","Released","Pray it's not too late.","The Gate","false","5.9","140" +"false","/aBcMmUNYU1WZkJvXhK61Jm2HjSK.jpg","null","8620000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","363579","tt4914580","ko","??????","Set in the late 1920s, The Age of Shadows follows the cat-and-mouse game that unfolds between a group of resistance fighters trying to bring in explosives from Shanghai to destroy key Japanese facilities in Seoul, and Japanese agents trying to stop them.","5.917","/raRRebBg9s1IwvP139AhnUSG3ed.jpg","[{'id':88030,'logo_path':null,'name':'Harbin','origin_country':''},{'id':49971,'logo_path':null,'name':'Grimm Pictures','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':103747,'logo_path':null,'name':'Warner Bros. Korea','origin_country':'KR'}]","[{'iso_3166_1':'KR','name':'South Korea'}]","2016-09-07","541719","140","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","","The Age of Shadows","false","7.4","105" +"false","/dMy0J0k4Lstr2WjuJg6vy06Yfx2.jpg","null","813000","[{'id':28,'name':'Action'},{'id':37,'name':'Western'}]","","36206","tt0056412","en","Ride the High Country","An ex-lawman is hired to transport gold from a mining community through dangerous territory. But what he doesn't realize is that his partner and old friend is plotting to double-cross him.","5.941","/4hYm1WWEjcIKGl7kXdnp1EgT903.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1962-06-20","0","94","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Showdown in the High Sierra","Ride the High Country","false","7.2","74" +"false","/jxTpHVNL1ufplluqWUcW6akCwMh.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","452134","tt4077656","en","Pipe Dream","A story of two wannabe Schoolies on the Gold Coast during a state-wide crackdown on drugs. The boys stumble upon a stash of ""weed"", and through the misguidance of an older brother trying to replace his earlier Schoolies experience, they get caught up in the war on drugs waged by the authorities. Selling drugs to earn enough money to replace a broken heirloom they are oblivious to the battle around them. As they are pursued by an overzealous Police Chief and a violent underworld, they aim to be kings and make this the best Schoolies ever.","0.67","/lrHH0UJ7qt3zEfEw5IR3Re3CnaU.jpg","[{'id':89080,'logo_path':null,'name':'Revue Factory Productions','origin_country':''},{'id':18903,'logo_path':null,'name':'Lighthouse Home Entertainment','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2015-05-30","0","95","[{'iso_639_1':'en','name':'English'}]","Released","Reality is for people who don't do drugs","Pipe Dream","false","6","2" +"false","/xl2UhcMFSyZ2oMgsYxY8SiHP20o.jpg","null","0","[{'id':99,'name':'Documentary'}]","","381058","tt4938484","en","Silicon Cowboys","Launched in 1982 by three friends in a Houston diner, Compaq Computer set out to build a portable PC to take on IBM, the world???s most powerful tech company. Many had tried cloning the industry leader???s code, only to be trounced by IBM and its high-priced lawyers. Explore the remarkable David vs. Goliath story, and eventual demise, of Compaq, an unlikely upstart who altered the future of computing and helped shape the world as we know it today.","2.207","/zfyXTQ3KmSmdp8EyRhPhvAVOxZJ.jpg","[{'id':75354,'logo_path':null,'name':'Fancy Film Post Services','origin_country':''},{'id':55571,'logo_path':'/uGUxE09pqg0SRDv41hRAKw2jDLI.png','name':'Zipper Bros Films','origin_country':''},{'id':55570,'logo_path':null,'name':'Campfire','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-09-16","0","77","[{'iso_639_1':'en','name':'English'}]","Released","They risked their future to create ours...","Silicon Cowboys","false","6.5","30" +"false","/wH0SDOuGMY0vlujdYJ27X9QH7BQ.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","390592","tt4211044","en","Adult Life Skills","Anna is stuck: she???s approaching 30 and has just moved back to her rural home-town, and into a shed in her mother???s backyard. She spends her time working a menial job at a local boating center and hides in the depths of her imagination, making movies with her thumbs. Irritated by her childish behavior, Anna's mother insists that she move out of her shed and on with her life. When a troubled young boy starts hanging around, the two form an unlikely bond. Through their strange yet mutually beneficial friendship, Anna slowly begins to confront her perpetual state of arrested development.","2.084","/1Vlh4tnBH0F28myoTNdVhNBAAln.jpg","[{'id':89079,'logo_path':null,'name':'Pico Pictures','origin_country':''},{'id':18230,'logo_path':null,'name':'Filmgate Films','origin_country':'SE'},{'id':2801,'logo_path':'/bswb1PLLsKDUXMLgy42bZtCtIde.png','name':'Film i V??st','origin_country':'SE'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-06-24","0","96","[{'iso_639_1':'en','name':'English'}]","Released","There's no badge for growing up","Adult Life Skills","false","6.2","27" +"false","/i46GYmtFfumxJrBAuvk72twBJ3C.jpg","null","6000000","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","http://www.ifcfilms.com/films/personal-shopper","340676","tt4714782","en","Personal Shopper","A personal shopper in Paris refuses to leave the city until she makes contact with her twin brother who previously died there. Her life becomes more complicated when a mysterious person contacts her via text message.","8.107","/jDOWYDmJvGkVkVHf7Ru66gy6ry8.jpg","[{'id':9111,'logo_path':'/uyH9qC2BDSlt8aep2nCgbDmET0K.png','name':'Sirena Film','origin_country':'CZ'},{'id':11199,'logo_path':'/ursSXLOZaDxiZ84sEgfXbiFnYaa.png','name':'SCOPE Pictures','origin_country':'BE'},{'id':16259,'logo_path':null,'name':'Poisson Rouge Pictures','origin_country':'GB'},{'id':48663,'logo_path':'/6JAGPbWGuRWAREs0XKhyHa17EZD.png','name':'Detailfilm','origin_country':'DE'},{'id':51696,'logo_path':'/1HeS0gYnwi2AVtfGvSBaCqlXMuS.png','name':'CG Cin??ma','origin_country':'FR'},{'id':79343,'logo_path':null,'name':'Vortex Sutra','origin_country':''},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'CZ','name':'Czech Republic'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'OM','name':'Oman'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-10-19","1305195","106","[{'iso_639_1':'sv','name':'svenska'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Personal Shopper","false","5.9","569" +"false","/yUW7UBtiIE6CWRFG1SZm2iSBw6z.jpg","{'id':452146,'name':'Old Way Collection','poster_path':'/vET0IYNmi4L5GCRXSClWgrOwpwj.jpg','backdrop_path':'/8kPoanfv1NFOZNqXyJgl9dhJc4n.jpg'}","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","351281","tt4418398","en","We Still Steal the Old Way","The explosive follow-up to We Still Kill The Old Way (2014). Regarded as the best in the business, The Archer Gang is an aging criminal outfit who carry out a daring robbery, but are caught mid-heist. They are sentenced to do time in Britain's toughest prison. Once inside, they encounter their old nemesis Slick Vic Farrow (Billy Murray) who is intent on murdering the gang. The old-school criminals need to use all their wits to stage a daring escape, while dodging Slick Vic, and setting in motion a chain of events which leads to an explosive prison riot.","1.163","/5X6nNscyG0SFgTiCxkZTf7zg3Cj.jpg","[{'id':21646,'logo_path':null,'name':'Richwater Films','origin_country':''},{'id':4061,'logo_path':null,'name':'Evolution Pictures','origin_country':''},{'id':80694,'logo_path':'/p1lm3kowNWPZggP9IsjNy3cPHAL.png','name':'Hereford Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-01-09","0","90","[{'iso_639_1':'en','name':'English'}]","Released","As Bank Jobs Go This Ones Worth Doing a Bit of Time For","We Still Steal the Old Way","false","5.1","12" +"false","/gS295rP05A1KYmTNFPL6ejtCCuH.jpg","null","0","[{'id':35,'name':'Comedy'}]","","321757","tt4283414","en","Punching Henry","Comedian Henry Phillips is lured to LA by a renowned TV producer who wants to bring his story of failure to the screen. But when a major network gets involved, Henry must decide whether he wants to make jokes for a living, or be the butt of them.","1.84","/989X25XGv7r0YWB0nY3OvgNqJbx.jpg","[{'id':3095,'logo_path':null,'name':'Whitewater Films','origin_country':''},{'id':455,'logo_path':null,'name':'Permut Presentations','origin_country':''},{'id':45086,'logo_path':null,'name':'Tilted Windmill Productions','origin_country':'US'},{'id':82852,'logo_path':null,'name':'Kandoo Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-02-24","0","98","[{'iso_639_1':'en','name':'English'}]","Released","Comedy isn't funny.","Punching Henry","false","6.3","19" +"false","/zQyENl8YMK1TUAhmjGvgQ63s11r.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","42305","tt0057683","en","Who's Minding the Store?","Jerry Lewis plays Norman Phiffer, a proud man in a humble life, who doesn't know that his girlfriend, Barbara, is heir to the Tuttle Department Store dynasty. Mrs. Tuttle, Barbara's mother, is determined to split the two lovers, and hires Norman in an attempt to humiliate him enough that Barbara leaves him. Will she ruin their love, or will he ruin her store?","2.579","/nBKfViWiApkrSGhRyjZc7YlRYVZ.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1963-11-28","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Look who's minding the store...","Who's Minding the Store?","false","7","31" +"false","/orRyeLPHjCtUqHjW1HJ3PnY5yzb.jpg","null","27000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","http://www.fightvalley.com/","385383","tt4280822","en","Fight Valley","When Tory Coro turns up dead, the neighborhood turns up silent. Rumor has it she became yet another victim of the small town known as FIGHT VALLEY. Tory's sister Windsor moves to town to begin her own investigation on her sister's mysterious death after weeks of no leads from the police. She's quick to learn that Tory fought for money to make ends meet. If girl-next-door Windsor is going to make her way into FIGHT VALLEY to find the truth about Tory, she's going to have to fight her way in. ""Jabs"" (Miesha Tate) swore she would never throw a punch in the Valley again. Jabs now finds herself training Windsor to survive the painful, unexpected path she's about to take. Every corner. Every alley. Every doorway. She must follow the last footsteps of her sister in order to come face-to-face with Tory's killer in FIGHT VALLEY.","1.192","/jIPWkzF9srlU8eZTldLM6JYZwkO.jpg","[{'id':74413,'logo_path':null,'name':'Cinestyle Media Group','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-07-22","0","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","One way in. No way out.","Fight Valley","false","3.5","14" +"false","/nadTlnTE6DdgmYsN4iWc2a2wiaI.jpg","null","30000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.lalaland.movie","313369","tt3783958","en","La La Land","Mia, an aspiring actress, serves lattes to movie stars in between auditions and Sebastian, a jazz musician, scrapes by playing cocktail party gigs in dingy bars, but as success mounts they are faced with decisions that begin to fray the fragile fabric of their love affair, and the dreams they worked so hard to maintain in each other threaten to rip them apart.","23.357","/ylXCdC106IKiarftHkcacasaAcb.jpg","[{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'},{'id':33681,'logo_path':'/dHx2nsV9AC7IBlKN2dk1FDImvOz.png','name':'Black Label Media','origin_country':'US'},{'id':10161,'logo_path':null,'name':'Gilbert Films','origin_country':'US'},{'id':53247,'logo_path':null,'name':'Impostor Pictures','origin_country':'US'},{'id':2527,'logo_path':'/osO7TGmlRMistSQ5JZusPhbKUHk.png','name':'Marc Platt Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-11-29","445435700","129","[{'iso_639_1':'en','name':'English'}]","Released","Here's to the fools who dream.","La La Land","false","7.9","9681" +"false","/vOgNxS7AG1qGaJvNRBnPTGm2uYh.jpg","{'id':88735,'name':'K-9 Collection','poster_path':'/moEkdT6SE1HxR9QHwor6DJX8NYe.jpg','backdrop_path':'/mdG3H2w9Ktc2Ua6tJie3eUE8Zte.jpg'}","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'}]","","41586","tt0177876","en","K-911","Dooley and his dog Jerry Lee still are active as a police team with the LAPD. However, years starting and counting Captain Roger Byers thinks they urgently need to do something with their condition. He even forces them to work with a second team: the one of the young Sergeant Welles and her disciplined Dobermann Zeus. Dooley and Jerry Lee thinks they can work without their new partners but a mysterious sharp-shooter forces them to the ultimate cooperation","6.033","/4NhJLnIlmxoek5tFfIoSLx2kLSA.jpg","[{'id':6384,'logo_path':null,'name':'Universal Home Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-12-07","0","91","[{'iso_639_1':'en','name':'English'}]","Released","One's still a little smarter than the other","K-911","false","5.3","89" +"false","/xZyMANVGk6cZuFHKm7ZSuyPvCa7.jpg","null","0","[{'id':12,'name':'Adventure'}]","http://www.focusfeatures.com/kicks","385736","tt4254584","en","Kicks","When his hard-earned kicks get snatched by a local hood, fifteen-year old Brandon and his two best friends go on an ill-advised mission across the Bay Area to retrieve the stolen sneakers.","3.139","/tDgSxVWVuGDdvLUUlp5FsUnD3vu.jpg","[{'id':2903,'logo_path':null,'name':'Bystorm Films','origin_country':''},{'id':26995,'logo_path':null,'name':'Animal Kingdom','origin_country':'US'},{'id':37432,'logo_path':'/4jf93b9QJmuHxtb1CAFxakApt5K.png','name':'Bow and Arrow Entertainment','origin_country':'US'},{'id':8714,'logo_path':null,'name':'Northern Lights Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-09-09","0","80","[{'iso_639_1':'en','name':'English'}]","Released","They aren't just shoes","Kicks","false","6.6","47" +"false","/m4LtS8NoVvbl57mej9KBg9QT4fg.jpg","null","0","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","","397243","tt3289956","en","The Autopsy of Jane Doe","Father and son coroners receive a mysterious unidentified corpse with no apparent cause of death. As they attempt to examine the beautiful young ""Jane Doe,"" they discover increasingly bizarre clues that hold the key to her terrifying secrets.","13.998","/hvQgtEMXzQZDCZkkLFPK6cO1FIy.jpg","[{'id':7437,'logo_path':'/e5CcgFrdlxMUwlsS72si8q1yHBr.png','name':'IM Global','origin_country':'US'},{'id':53247,'logo_path':null,'name':'Impostor Pictures','origin_country':'US'},{'id':84988,'logo_path':'/rzpfuMEMDQnmqp0YTFMEqgfDrxY.png','name':'42','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2016-12-21","5972942","86","[{'iso_639_1':'en','name':'English'}]","Released","Every body has a secret.","The Autopsy of Jane Doe","false","6.5","1784" +"false","/qhRSYxvheReyF9OsPFSIUjJoXfU.jpg","null","0","[{'id':37,'name':'Western'}]","","244101","tt0043015","en","Sunset in the West","Roy puts a stop to gun smuggling.","1.786","/rnxuS5tlwaDgJQpP94KcwcX9RN2.jpg","[{'id':1432,'logo_path':'/8AcaWEWQ8MFUBGlt9WxGGBAMpMG.png','name':'Republic Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1950-09-25","0","67","[{'iso_639_1':'en','name':'English'}]","Released","Six-Gun Trouble!... the border blazes with bullet-fast action as Roy and the gang track down a band of international gun-runners!","Sunset in the West","false","6.7","3" +"false","/mcFAhNqy9N2EkHAHcPOUfEEvomJ.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","57834","tt0109306","en","Blue Sky","Hank Marshall is a tough, square-jawed, straitlaced Army engineer and nuclear science expert, assigned to help conduct weapons-testing in 1950's America. Hank has become a thorn in the side of the Army, though, for a couple of very different reasons. He is an outspoken opponent of atmospheric testing, though his superiors hold contrary views and want to squelch his concerns...and his reports. The other problem is his wife, Carly. She is voluptuous and volatile, wreaking havoc in his personal life and stirring up intrigue at each new Army base.","3.141","/wTj6LHt0Q1ReMqLuehawOjXh0ch.jpg","[{'id':14150,'logo_path':null,'name':'Orion Pictures Corporation','origin_country':''},{'id':18070,'logo_path':null,'name':'Heathrow Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-09-16","0","101","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","In a world of secrets, love is the most powerful weapon.","Blue Sky","false","6.5","48" +"false","/wlLdcK3Sm7zp0w1ZuVvnFlmcchM.jpg","null","30000000","[{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","http://www.ballerinafilm.co.uk/","342473","tt2261287","en","Ballerina","Set in 1879 Paris. An orphan girl dreams of becoming a ballerina and flees her rural Brittany for Paris, where she passes for someone else and accedes to the position of pupil at the Grand Opera house.","13.854","/qBxMhcmNnFniuDAZTKEHcSgKtsn.jpg","[{'id':91331,'logo_path':'/uYyo3szZqWKn5p2bfAXMXzqVo8.png','name':'Main Journey','origin_country':'CA'},{'id':6623,'logo_path':'/qvtEf5tM9IAEJUUhX9EcBl12Fhr.png','name':'Caramel Films','origin_country':'CA'},{'id':7038,'logo_path':'/9YDo78sKAy6xxqBwVBT2Vi9FSZl.png','name':'Quad Productions','origin_country':'FR'},{'id':308,'logo_path':'/e8F3mQM7DkJ5SfYYDp8FYzPBOGX.png','name':'The Weinstein Company','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'FR','name':'France'}]","2016-12-14","2351359","89","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Life's greatest adventures begin with a single... Leap!","Ballerina","false","7.2","985" +"false","/bISHqlXNKa1HTiRM5dfyNSvMMHz.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","408272","tt5294198","en","Catfight","The rivalry between two former college friends comes to a head when they both attend the same glamorous event.","4.572","/97Zbegv8V4uM0CwEQvwtMhpqlF5.jpg","[{'id':23457,'logo_path':null,'name':'MPI Media Group','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-03-03","0","96","[{'iso_639_1':'en','name':'English'}]","Released","A black and blue comedy","Catfight","false","5.7","78" +"false","/pzeR3bzYhywYQW8ANROgfKPhhd7.jpg","{'id':9743,'name':'The Hannibal Lecter Collection','poster_path':'/aRbyr3KsdmIczGh6VrlvlgQdwMQ.jpg','backdrop_path':'/npCbvak9UhjPsZB9Oa2k2jsqI7E.jpg'}","15000000","[{'id':80,'name':'Crime'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","11454","tt0091474","en","Manhunter","FBI Agent Will Graham, who retired after catching Hannibal Lecktor, returns to duty to engage in a risky cat-and-mouse game with Lecktor to capture a new killer.","0.6","/2yfE5bJHzkuBp2A1kWxNV3tZPIu.jpg","[{'id':67627,'logo_path':null,'name':'Red Dragon Productions S.A.','origin_country':''},{'id':484,'logo_path':null,'name':'De Laurentiis Entertainment Group (DEG)','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1986-08-14","8620929","122","[{'iso_639_1':'en','name':'English'}]","Released","It's just you and me now, sport???","Manhunter","false","7","501" +"false","/6yQ4icubBTtlugZvcOnCIfKwI2x.jpg","null","0","[{'id':35,'name':'Comedy'}]","http://www.allnighterthemovie.com/","352501","tt4662420","en","All Nighter","When a globe-trotting, workaholic father trying to visit his daughter on a last minute layover in Los Angeles discovers that she???s disappeared, he forces her awkward, nervous ex-boyfriend, still nursing a broken heart, to help him find her over the course of one increasingly crazy night.","5.552","/ciNUrbNv871umQ3IqvIOjet4s4E.jpg","[{'id':85350,'logo_path':'/cgEjGH3gxf1wbN6hqns2gyka3z5.png','name':'Green Hummingbird Entertainment','origin_country':'US'},{'id':54602,'logo_path':null,'name':'Spring Pictures','origin_country':''},{'id':59824,'logo_path':'/oTLLl9kNJtIbIRggI3mjhZRP72e.png','name':'Wing and a Prayer Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-03-10","0","86","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","The fastest way to get over an ex? Stay up all night with her dad.","All Nighter","false","5.7","96" +"false","/fjXQd6wzcSa6mIYudcuj43t8mxu.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':27,'name':'Horror'}]","","418588","tt5742568","en","Day of Reckoning","Some years ago, the world experienced a ""day of reckoning"" when creatures came up from below and purged humanity of evil. Now, it is happening again.","2.439","/c9vt8jQmFhUp1liXR2ERiCd4Xgr.jpg","[{'id':7662,'logo_path':null,'name':'Epic Pictures Group','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-05-18","0","85","[{'iso_639_1':'en','name':'English'}]","Released","Hell will rise","Day of Reckoning","false","3.1","30" +"false","/pJdw1uY7Hha3rZky9LIDJnd7v00.jpg","{'id':224026,'name':'Monster High Collection','poster_path':'/6Re1mtsMLuHAeoUtSE7GPAdxldO.jpg','backdrop_path':'/kDsPcm1Qx5zjPNAZ80dBSHdTowH.jpg'}","0","[{'id':10751,'name':'Family'},{'id':16,'name':'Animation'}]","","447113","tt6536944","en","Monster High: Electrified","When Clawdeen dreams of opening a salon made for monsters and normies, Frankie has the perfect place - an abandoned power station outside town. But the idea sparks negative voltage when Moanica plots to ruin the whole thing, and replace the celebration with something a little more... shocking!","3.888","/rRzePOVZ0wd2CUFeoiP3ge0gPka.jpg","[{'id':87780,'logo_path':null,'name':'Mattel Creations','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-04-04","0","72","[{'iso_639_1':'sv','name':'svenska'}]","Released","Dreams are just a spark away!","Monster High: Electrified","false","7","22" +"false","/13bjCmKfc1tgNIgDk0Lzk1FKYGk.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","44594","tt0482461","en","Barry Munday","Barry Munday, a libido-driven wage slave who spends all his time either ogling, fantasizing about or trying to pick up women, wakes up in hospital after a freak attack only to find that his testicles have been removed.","3.804","/iulS3aycfeoa67wgO2dv9RYFntG.jpg","[{'id':8820,'logo_path':null,'name':'Prospect Pictures','origin_country':''},{'id':9039,'logo_path':null,'name':'Stick 'N' Stone Productions','origin_country':''},{'id':8871,'logo_path':null,'name':'Corner Store Entertainment','origin_country':''},{'id':9038,'logo_path':null,'name':'Far Hills Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-03-13","0","95","[{'iso_639_1':'en','name':'English'}]","Released","A comedy that hits you right where it counts.","Barry Munday","false","6","35" +"false","/eiJMxdnjruvBM4BcNPw5ePvF8Sw.jpg","{'id':166373,'name':'The Marine Collection','poster_path':'/7sPY1VK4yD5Zlv16DUei65rtrjn.jpg','backdrop_path':'/rpUficLJq3I7GvRafTVT1TVRsms.jpg'}","0","[{'id':28,'name':'Action'}]","","445993","tt5781798","en","The Marine 5: Battleground","While working as an EMT back stateside Jake Carter after responding to a distress call, finds himself caught up protecting a person of interest from a biker gang ruthlessly hunting them down.","5.075","/9dbZqft6gS34f4qVncU6APBAKWU.jpg","[{'id':10339,'logo_path':'/oiIi36MaWXwvvHWX5eojoE2Fiyv.png','name':'WWE Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-03-16","0","","[{'iso_639_1':'en','name':'English'}]","Released","One Marine. Two Gangs. One Long Night","The Marine 5: Battleground","false","5.4","55" +"false","/xZKDZ1lVpeKqFaD6zzBhvVM7bFp.jpg","{'id':466894,'name':'Teen Titans Collection','poster_path':'/9A6vlFLgqCfv8YGRDC7yYGpdtQ4.jpg','backdrop_path':'/zY2h6jGkAxBxkVYrIndqf9oz5iE.jpg'}","0","[{'id':878,'name':'Science Fiction'},{'id':16,'name':'Animation'},{'id':28,'name':'Action'}]","","408647","tt6315800","en","Teen Titans: The Judas Contract","Tara Markov is a girl who has power over earth and stone; she is also more than she seems. Is the newest Teen Titan an ally or a threat? And what are the mercenary Deathstroke's plans for the Titans?","8.61","/ut5F7z1U89zKz9GZAtbJHF7ljqV.jpg","[{'id':9993,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Entertainment','origin_country':'US'},{'id':429,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Comics','origin_country':'US'},{'id':2785,'logo_path':'/l5zW8jjmQOCx2dFmvnmbYmqoBmL.png','name':'Warner Bros. Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-03-22","0","84","[{'iso_639_1':'en','name':'English'}]","Released","","Teen Titans: The Judas Contract","false","7.1","240" +"false","/qPZpmZKO2N73IeHMuyck116ZpiO.jpg","null","25000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","http://thefounderfilm.com/","310307","tt4276820","en","The Founder","The true story of how Ray Kroc, a salesman from Illinois, met Mac and Dick McDonald, who were running a burger operation in 1950s Southern California. Kroc was impressed by the brothers??? speedy system of making the food and saw franchise potential. He maneuvered himself into a position to be able to pull the company from the brothers and create a billion-dollar empire.","16.257","/fxvlzT7yyKiZneTDPwk85BSw1JF.jpg","[{'id':86024,'logo_path':null,'name':'Speedie Distribution','origin_country':''},{'id':7493,'logo_path':'/452FO4LcI6lA6bfgl6w1kQYRBlr.png','name':'FilmNation Entertainment','origin_country':'US'},{'id':19246,'logo_path':'/4zrEZfTf94tyG4wRB599gRS0reU.png','name':'Faliro House Productions','origin_country':'GR'},{'id':27450,'logo_path':null,'name':'The Combine','origin_country':''},{'id':308,'logo_path':'/e8F3mQM7DkJ5SfYYDp8FYzPBOGX.png','name':'The Weinstein Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-09-13","23964782","115","[{'iso_639_1':'en','name':'English'}]","Released","Risk taker. Rule breaker. Game changer.","The Founder","false","7","1984" +"false","/9VEOQvCnd8T8wILgyqjKgyhALw4.jpg","null","30000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","http://www.sleeplessmovie.com/","324542","tt2072233","en","Sleepless","Undercover Las Vegas police officer Vincent Downs is caught in a high stakes web of corrupt cops and the mob-controlled casino underground. When a heist goes wrong, a crew of homicidal gangsters kidnaps Downs??? teenage son. In one sleepless night he will have to rescue his son, evade an internal affairs investigation and bring the kidnappers to justice.","9.099","/9WkUSY33MDPGmz0vtzbsfaxTHVa.jpg","[{'id':829,'logo_path':'/mzpAmEQ5P1gFvdRoNyCk9q8ngiv.png','name':'Vertigo Entertainment','origin_country':'US'},{'id':7493,'logo_path':'/452FO4LcI6lA6bfgl6w1kQYRBlr.png','name':'FilmNation Entertainment','origin_country':'US'},{'id':76314,'logo_path':'/oFiHo3350Nj7bi6oxYMq3Kp6VGC.png','name':'Riverstone Pictures','origin_country':''},{'id':10427,'logo_path':'/3u5sNgPRbba0ND3SUMXPTT7On9h.png','name':'Open Road Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-01-12","32540674","95","[{'iso_639_1':'en','name':'English'}]","Released","Don't judge a cop by his cover.","Sleepless","false","5.8","675" +"false","/9dFRc0yp50b2VeBW6ybVneJSZXb.jpg","null","0","[{'id':80,'name':'Crime'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","423246","tt4655630","en","Drifter","A pair of outlaw brothers seek temporary refuge in a desolate town inhabited by a small family of psychotic cannibalistic lunatics","1.574","/qs7qNuWBmsyaJD0eP1MHZA3G9hq.jpg","[{'id':9973,'logo_path':null,'name':'Green Star Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-10-19","0","86","[]","Released","Live in fear.","Drifter","false","5","12" +"false","/tEXDuHmSdCtk3C6zH4UwCoFoe0U.jpg","null","14000000","[{'id':35,'name':'Comedy'}]","","864","tt0106611","en","Cool Runnings","When a Jamaican sprinter is disqualified from the Olympic Games, he enlists the help of a dishonored coach to start the first Jamaican Bobsled Team.","10.746","/neDmp7VSnopcjUcN8rgz9jusJyC.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-09-30","154856263","98","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'ru','name':'P????????????'}]","Released","One dream. Four Jamaicans. Twenty below zero.","Cool Runnings","false","7","922" +"false","/9pkZesKMnblFfKxEhQx45YQ2kIe.jpg","null","9000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.splitmovie.com/","381288","tt4972582","en","Split","Though Kevin has evidenced 23 personalities to his trusted psychiatrist, Dr. Fletcher, there remains one still submerged who is set to materialize and dominate all the others. Compelled to abduct three teenage girls led by the willful, observant Casey, Kevin reaches a war for survival among all of those contained within him ??? as well as everyone around him ??? as the walls between his compartments shatter apart.","22.906","/rXMWOZiCt6eMX22jWuTOSdQ98bY.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':12236,'logo_path':'/uV6QBPdn3MjQzAFdgEel6od7geg.png','name':'Blinding Edge Pictures','origin_country':'US'},{'id':3172,'logo_path':'/kDedjRZwO8uyFhuHamomOhN6fzG.png','name':'Blumhouse Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-01-19","278454358","117","[{'iso_639_1':'en','name':'English'}]","Released","Kevin has 23 distinct personalities. The 24th is about to be unleashed.","Split","false","7.2","9815" +"false","/qG893i4VHc8qOaCTx9q7iEb6LnM.jpg","null","25000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","20539","tt0115988","en","The Crucible","Based upon the play ""The Crucible"" by Arthur Miller (who wrote the screen adaptation), the Salem witch trials in 1692 plunge the Massachusetts Bay colony into chaos.","7.131","/q0wALqKrfEt4yA5flGYYkK5skoA.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-11-27","7343114","124","[{'iso_639_1':'en','name':'English'}]","Released","Arthur Miller's timeless tale of truth on trial.","The Crucible","false","6.6","226" +"false","/7IDBVWXFrki4OYsCcRwb3K94cGC.jpg","null","10000","[{'id':35,'name':'Comedy'},{'id':99,'name':'Documentary'}]","http://www.monochrom.at/traceroute","390353","tt4490762","en","Traceroute","Artist and life-long nerd Johannes Grenzfurthner is taking us on a personal road trip from the West Coast to the East Coast of the USA, to introduce us to places and people that shaped and inspired his art and politics. Traceroute wants to chase and question the ghosts of nerddom's past, present and future. An exhilarating tour de farce into the guts of trauma, obsession and cognitive capitalism. Features interviews with Matt Winston, Sandy Stone, Bruce Sterling, Jason Scott, Christina Agapakis, Trevor Paglen, Ryan Finnigan, Kit Stubbs, V. Vale, Sean Bonner, Allison Cameron, Josh Ellingson, Maggie Mayhem, Paolo Pedercini, Steve Tolin, Dan Wilcox, Jon Lebkowsky, Jan ""Varka"" Mulders, Adam Flynn, Abie Hadjitarkhani, Kelly Poots...","0.785","/cZHQvixZRjVwYmBKG2ofvR3qPMM.jpg","[{'id':74828,'logo_path':null,'name':'Reisenbauer Film','origin_country':''},{'id':74829,'logo_path':null,'name':'monochrom Propulsion Systems','origin_country':''}]","[{'iso_3166_1':'AT','name':'Austria'},{'iso_3166_1':'US','name':'United States of America'}]","2016-04-28","0","120","[{'iso_639_1':'en','name':'English'}]","Released","A Personal Journey Into The Uncharted Depths Of Nerd Culture, A Realm Full Of Dangers, Creatures And More Or Less Precarious Working Conditions","Traceroute","false","8","6" +"false","/dEJryRu1avfAiRF2jZ90Iq14TPP.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':10752,'name':'War'}]","","345009","tt3707104","en","Mine","After a failed assassination attempt, a soldier finds himself stranded in the desert. Exposed to the elements, he must survive the dangers of the desert and battle the psychological and physical toll of the treacherous conditions.","7.363","/xfQV6nTH6zpvhmdcTOoBR2Q4Z2M.jpg","[{'id':10400,'logo_path':null,'name':'Eagle Pictures','origin_country':'IT'},{'id':11565,'logo_path':null,'name':'The Safran Company','origin_country':'US'},{'id':63809,'logo_path':null,'name':'Roxbury','origin_country':''},{'id':82798,'logo_path':null,'name':'SUN FILM','origin_country':''},{'id':85902,'logo_path':null,'name':'Mine Canarias','origin_country':''},{'id':14016,'logo_path':'/snclwsIZQbgvqYCBJP8fqNlCA5y.png','name':'Ministero per i Beni e le Attivit?? Culturali','origin_country':'IT'}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'US','name':'United States of America'}]","2016-10-06","0","106","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","Stand Your Ground","Mine","false","6.5","697" +"false","/h2s4FMOm1TrzwwxvveYuxAr7Imy.jpg","{'id':113635,'name':'The Modesty Blaise Collection','poster_path':'/5mbXi18tuJfHCmImx1UUNGNUF0U.jpg','backdrop_path':'/vzWHNiJQAlU0w5kUob5ZQqidwH8.jpg'}","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'}]","","36645","tt0060708","en","Modesty Blaise","Modesty Blaise, a secret agent whose hair color, hair style, and mod clothing change at a snap of her fingers is being used by the British government as a decoy in an effort to thwart a diamond heist. She is being set up by the feds but is wise to the plot and calls in sidekick Willie Garvin and a few other friends to outsmart them. Meanwhile, at his island hideaway, Gabriel, the diamond thief has his own plans for Blaise and Garvin","3.061","/b6RMnkos9UltmeOb4h6g2xzlpPt.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1966-05-01","0","119","[{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'nl','name':'Nederlands'}]","Released","Nothing can faze Modesty Blaise, the world's deadliest and most dazzlingly female agent!","Modesty Blaise","false","5.1","34" +"false","/jPF3tEZCFysfNpI9hMEXuzhReQQ.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","10297","tt0045891","en","How to Marry a Millionaire","Three women set out to find eligible millionaires to marry, but find true love in the process.","7.737","/dFwefYyEOOZaWVn15xGY6CbYYJ2.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1953-10-29","0","95","[{'iso_639_1':'en','name':'English'}]","Released","The Most Glamorous Entertainment Of Your Lifetime in CinemaScope. You See It Without Glasses!","How to Marry a Millionaire","false","6.9","212" +"false","/34Ip9GBeTGDzaE1TuC9EDnfwCfD.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","","18978","tt0061439","en","Camelot","The romance between Guinevere and Lancelot destroys King Arthur""s dream kingdom.","2.931","/ysPWtKVOmgiZTAPk2EeeYJXI3GC.jpg","[{'id':4051,'logo_path':'/cr7fvW3IZ1xQmlHTk0CHqoa038b.png','name':'Warner Brothers-Seven Arts','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1967-10-25","0","179","[{'iso_639_1':'en','name':'English'}]","Released","Relive the songs. Relive the romance. Relive the music. Relive the drama. Relive the magic.","Camelot","false","6.4","37" +"false","/71BzkJ1YIsjdULxkZajfbBlThUg.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","28363","tt0047200","en","The Mad Magician","Don Gallico is an inventor of stage magic effects who aspires to become a star in his own right. Just before his first performance his act is shut down by capricious manager Ross Ormond who wants Gallico's brilliant buzz saw effect for the act of The Great Rinaldi, an established star. With this defeat, and the humiliation of having already lost his wife Claire to Ormond, Gallico decides it is time to take matters into his own hands.","1.769","/tMCStiQi0jRsk73YrVPLREXjKoo.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1954-05-19","0","72","[{'iso_639_1':'en','name':'English'}]","Released","3D THRILL! Fuel for the human bonfire!","The Mad Magician","false","7","16" +"false","/inqigANyFkXYchCozirl7r1Ew52.jpg","null","11000","[]","","28175","tt0057480","en","Scum of the Earth!","A naive and innocent teenage girl is blackmailed into modeling in the nude for a photographer who is in league with a teenage gang whose boss illegally sells photos of teenage girls being abused and degraded.","0.801","/kOWILA63SIqjQS39Oq5JDkBAKoL.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","1963-10-08","0","73","[{'iso_639_1':'en','name':'English'}]","Released","Depraved. Demented. Loathsome. Nameless. Shameless. These are the Scum of the Earth!","Scum of the Earth!","false","5.8","8" +"false","/hn6mM3jzGx89om7smCCfDcG21sS.jpg","null","94000000","[{'id':28,'name':'Action'}]","","10477","tt0132245","en","Driven","Talented rookie race-car driver Jimmy Bly has started losing his focus and begins to slip in the race rankings. It's no wonder, with the immense pressure being shoveled on him by his overly ambitious promoter brother as well as Bly's romance with his arch rival's girlfriend Sophia. With much riding on Bly, car owner Carl Henry brings former racing star Joe Tanto on board to help Bly. To drive Bly back to the top of the rankings, Tanto must first deal with the emotional scars left over from a tragic racing accident which nearly took his life.","8.645","/vtPvxgQBoNBFnnnYjS1lb6pLXtv.jpg","[{'id':54502,'logo_path':null,'name':'Mel's Cite du Cinema','origin_country':''},{'id':1171,'logo_path':null,'name':'Epsilon Motion Pictures','origin_country':'CH'},{'id':1403,'logo_path':null,'name':'Franchise Pictures','origin_country':'US'},{'id':10107,'logo_path':null,'name':'Trackform Film Productions','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2001-04-27","54744738","116","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Get ready for the race of your life.","Driven","false","4.7","310" +"false","/y2iCUN6S3Cue647RI5bZijEga1G.jpg","null","0","[{'id':28,'name':'Action'},{'id':27,'name':'Horror'}]","","395797","tt3924782","en","The Horde","The film follows John Crenshaw as he accompanies his girlfriend and her students on a weekend nature-photography expedition deep into the woods. What should be an educational and fun-filled weekend turns into horror as the group is besieged by an unspeakable evil - a horde of hideously disfigured, mutated humans with an insatiable taste for blood. As things go from bad to worse, Crenshaw becomes their only hope if they are going to get out alive.","1.791","/cRCWjrtguXuD5nrA3D3Clnk0nYW.jpg","[{'id':88642,'logo_path':null,'name':'Traplight Pictures','origin_country':''},{'id':83071,'logo_path':null,'name':'313 films','origin_country':''},{'id':88643,'logo_path':null,'name':'Razors Edge Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-05-06","0","88","[{'iso_639_1':'en','name':'English'}]","Released","Fight back or die.","The Horde","false","4.9","25" +"false","/snsGnOSOKVc9dNcDAPbgtVxznqD.jpg","null","5000000","[{'id':18,'name':'Drama'}]","https://facebook.com/The-Vessel-1578789589102701","402423","tt4083052","en","The Vessel","Ten years after a tsunami destroyed a small-town elementary school with all the children inside, a young man builds a mysterious structure out of the school's remains, setting the town aflame with passions long forgotten.","2.537","/fLzsLY9ylcQ01co7Qh7NsNkCxYs.jpg","[{'id':263,'logo_path':null,'name':'P.R. Productions','origin_country':''},{'id':51298,'logo_path':null,'name':'Bat Bridge Entertainment','origin_country':''},{'id':78192,'logo_path':null,'name':'New Territory Pictures','origin_country':''},{'id':78193,'logo_path':null,'name':'Mucho Mas Media','origin_country':''},{'id':78194,'logo_path':null,'name':'Outsider Pictures','origin_country':''},{'id':85803,'logo_path':null,'name':'Rockafellow Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'PR','name':'Puerto Rico'}]","2016-09-15","0","86","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","Is a miracle just a tragedy, narrowly avoided by chance?","The Vessel","false","4.7","24" +"false","/x3YjAh0GZlIh9eNPQXgzWzZ4SJJ.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'},{'id':37,'name':'Western'}]","http://www.brimstonethemovie.com/","324560","tt1895315","en","Brimstone","In the menacing inferno of the old American West, Liz is a genuine survivor who is hunted by a vengeful preacher for a crime she didn???t commit.","11.454","/h7HckaJ8TOvKIBw2kdFqTk5pAdC.jpg","[{'id':17546,'logo_path':'/jgGujhOAlSr2ZUvQ2pu1Jy4RosI.png','name':'llusion Film','origin_country':'SE'},{'id':39626,'logo_path':null,'name':'N279 Entertainment','origin_country':''},{'id':85510,'logo_path':null,'name':'FilmWave','origin_country':''},{'id':11931,'logo_path':null,'name':'Prime Time','origin_country':''},{'id':96,'logo_path':'/xablpF6QaYvso36PkHBm3Plo9gY.png','name':'X-Filme Creative Pool','origin_country':'DE'},{'id':5381,'logo_path':'/m6vSpFeYtFoW1lNv5mpLHzH4eLL.png','name':'Backup Media','origin_country':'FR'},{'id':2801,'logo_path':'/bswb1PLLsKDUXMLgy42bZtCtIde.png','name':'Film i V??st','origin_country':'SE'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'NL','name':'Netherlands'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'SE','name':'Sweden'}]","2016-03-12","0","148","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'nl','name':'Nederlands'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","Retribution is coming.","Brimstone","false","7.1","447" +"false","/fgffluhvdOv79SkYaKrfRA0xkf4.jpg","null","12000000","[{'id':18,'name':'Drama'}]","http://lionmovie.com/","334543","tt3741834","en","Lion","A five-year-old Indian boy gets lost on the streets of Calcutta, thousands of kilometers from home. He survives many challenges before being adopted by a couple in Australia; 25 years later, he sets out to find his lost family.","22.909","/iBGRbLvg6kVc7wbS8wDdVHq6otm.jpg","[{'id':308,'logo_path':'/e8F3mQM7DkJ5SfYYDp8FYzPBOGX.png','name':'The Weinstein Company','origin_country':'US'},{'id':7217,'logo_path':'/vFbexaF70wSMUHRA6Fy6UcuA1ju.png','name':'See-Saw Films','origin_country':'GB'},{'id':7584,'logo_path':'/eGkfvvyf4fJTvBUR1xt1669IPA3.png','name':'Screen Australia','origin_country':'AU'},{'id':13786,'logo_path':'/1SZVpHLNMlYGshAXZK8FIIWQyu1.png','name':'Aquarius Films','origin_country':'AU'},{'id':50501,'logo_path':'/ySFGl5qxxurlkvvXBPGTD1uQ2Zy.png','name':'Sunstar Entertainment','origin_country':'AU'}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2016-11-24","140302754","118","[{'iso_639_1':'bn','name':'???????????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'hi','name':'??????????????????'}]","Released","The search begins","Lion","false","8.1","3658" +"false","/msgEmGD3xIgvLBVAfLnQakPeLFE.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","http://matchbreakerthemovie.com/","413417","tt4269746","en","The Matchbreaker","When an idealistic romantic gets fired from his day job, he is offered a ""one-time gig"" to break up a girl's relationship for her disapproving parents. This ""one-time"" gig spreads through word-of-mouth and he ends up becoming a professional match-breaker. However, he ends up falling for one of his clients and must figure out how to balance his secret job with his love-life.","2.3","/sztdKdVYFNdz6Q6D11Pd8IyCqPK.jpg","[{'id':84161,'logo_path':null,'name':'Vetter Brothers Filmworks','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-10-07","0","94","[{'iso_639_1':'en','name':'English'}]","Released","True love can just wait.","The Matchbreaker","false","6.2","33" +"false","/5Jgq2b75vQDJyjlOldatEJPYWLF.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'}]","","413658","tt4652532","zh","????????????","Epic fantasy-adventure meets martial arts action in this thrilling film written by Luc Besson & Robert Mark Kamen. After a mysterious chest opens a gateway through time, teen gamer Jack (Uriah Shelton) is transported to an ancient empire terrorized by a cruel barbarian king (former WWE superstar Dave Bautista). Jack will need all of his gaming skills as he battles to defeat the barbarian, protect a beautiful princess, and somehow find his way back home.","9.94","/ocwjA3k921qzDDfXE7jDTEjlwWn.jpg","[]","[{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'CA','name':'Canada'}]","2016-11-18","0","108","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'zh','name':'?????????'}]","Released","","Enter the Warriors Gate","false","5.8","127" +"false","/t6fK7rjpnATFM8BwV0XAIT1O7BW.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","405535","tt5167934","en","The Chamber","The film revolves around a special ops unit who commandeer a commercial research vessel and it???s submersible to locate a mysterious item at the bottom of the Yellow Sea. When an explosion causes the sub to overturn and take on water, the crew begins to understand that not all of them will escape and a fight for survival ensues.","1.875","/a1WrJC9solwQfNQyEnbugvR5I0p.jpg","[{'id':88137,'logo_path':null,'name':'Fieldspark','origin_country':''},{'id':87836,'logo_path':null,'name':'Edicis','origin_country':''},{'id':87837,'logo_path':null,'name':'Chamber Films','origin_country':''},{'id':88136,'logo_path':null,'name':'Penciller Pictures','origin_country':''},{'id':12177,'logo_path':'/9P2VDiqTAr9qupVBbgCpf6FhLhn.png','name':'Ffilm Cymru Wales','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-08-26","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Take your last breath...","The Chamber","false","5.4","18" +"false","/A2ungR7iccW7RWcwulMtv7Gqi4E.jpg","null","3500000","[{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'}]","http://archstonedistribution.com/dont-kill-it/","405882","tt3113696","en","Don't Kill It","Demon hunter, Jebediah Huntley teams up with an FBI agent to battle a supernatural force in the southern state of Mississippi.","4.706","/iQey3UeqU4uQzr82GQJ1pZMwe40.jpg","[{'id':36685,'logo_path':null,'name':'Bottom Line Entertainment','origin_country':'US'},{'id':21139,'logo_path':null,'name':'Archstone Pictures','origin_country':''},{'id':38159,'logo_path':null,'name':'Burning Sky Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-08-27","0","93","[{'iso_639_1':'en','name':'English'}]","Released","","Don't Kill It","false","5.8","75" +"false","/6nQTIfuhhIRvkfpKok5ChzaD9Bu.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","397415","tt5460530","en","Vengeance: A Love Story","A Gulf War veteran seeks vengeance against those who assaulted a single mother.","8.975","/kPUFcGPI9FChybFHIJJBZZLiIlg.jpg","[{'id':76777,'logo_path':'/e2tU4w8YSD9HMYJllSiXZ4MMevp.png','name':'Hannibal Classics','origin_country':'US'},{'id':2373,'logo_path':null,'name':'Patriot Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-03-16","4526","99","[{'iso_639_1':'en','name':'English'}]","Released","","Vengeance: A Love Story","false","5.5","132" +"false","/hrw1DKnV8HItvPjhGe6Wih3SJWJ.jpg","null","5000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","370755","tt5247022","en","Paterson","A week in the life of Paterson, a poet bus driver, and his wife Laura, a very creative artist, who live in Paterson, New Jersey, hometown of many famous poets and artists.","7.892","/AuJ1ZlfqwuAr9H5Qr1U9KILylse.jpg","[{'id':86041,'logo_path':null,'name':'Inkjet Productions','origin_country':''},{'id':20580,'logo_path':'/tkFE81jJIqiFYPP8Tho57MXRQEx.png','name':'Amazon Studios','origin_country':'US'},{'id':23437,'logo_path':null,'name':'K5 Film','origin_country':'DE'},{'id':26995,'logo_path':null,'name':'Animal Kingdom','origin_country':'US'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2016-11-17","2152738","111","[{'iso_639_1':'en','name':'English'}]","Released","If you ever left me, I'd tear my heart out and never put it back","Paterson","false","7","682" +"false","/xoh4iWOQ3l0JFFD8BBrmLMTvKSU.jpg","null","7400000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://stxmovies.com/thebyebyeman/","292280","tt4030600","en","The Bye Bye Man","When three college students move into an old house off campus, they unwittingly unleash a supernatural entity known as The Bye Bye Man, who comes to prey upon them once they discover his name. The friends must try to save each other, all the while keeping The Bye Bye Man's existence a secret to save others from the same deadly fate.","9.102","/bape74Eeli5NJ6x4UKuUr604xXh.jpg","[{'id':85283,'logo_path':null,'name':'Los Angeles Media Fund (LAMF)','origin_country':''},{'id':1224,'logo_path':null,'name':'Intrepid Pictures','origin_country':'US'},{'id':47729,'logo_path':'/5NRpQ7xxmODXAjt2pRWUFMLVzvP.png','name':'STX Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-01-12","26667197","96","[{'iso_639_1':'en','name':'English'}]","Released","Don't think it. Don't say it.","The Bye Bye Man","false","5.1","629" +"false","/1TfScGaKVx1beBjSYoHKa76Jbqp.jpg","null","3000000","[{'id':14,'name':'Fantasy'}]","http://arthurandmerlin.co.uk","336149","tt4065340","en","Arthur & Merlin","In dark ages Britain, a time of magic and legend, a powerful druid is bent on destroying the Celtic people. Arthur, a banished warrior, and Merlin, a hermit wizard, embark on a heroic quest to stop the druid and save their people, before the Celts are lost forever and become a myth themselves.","2.456","/lItiYAN3Md0KFWSPvzw2TtB7pAE.jpg","[{'id':73502,'logo_path':null,'name':'Myrrdin','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-04-17","0","103","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","The Legend Begins","Arthur & Merlin","false","4.7","29" +"false","/rF9vyDxQ2HFL6xvaX50Lwn7CL3l.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","14801","tt0064177","en","Colossus: The Forbin Project","Forbin is the designer of an incredibly sophisticated computer that will run all of America's nuclear defenses. Shortly after being turned on, it detects the existence of Guardian, the Soviet counterpart, previously unknown to US Planners. Both computers insist that they be linked, and after taking safeguards to preserve confidential material, each side agrees to allow it. As soon as the link is established the two become a new Super computer and threaten the world with the immediate launch of nuclear weapons if they are detached. Colossus begins to give its plans for the management of the world under its guidance. Forbin and the other scientists form a technological resistance to Colossus which must operate underground.","4.354","/2ETBVIVpv8KFrKTkxnI46vXnmCQ.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1970-04-08","0","100","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","This is the dawning of the Age of Colossus (where peace is compulsory... freedom is forbidden... and Man's greatest invention could be Man's greatest mistake).","Colossus: The Forbin Project","false","7.1","78" +"false","/sQRfWdDxH53Vk7ZJ1UqzcaBHocO.jpg","{'id':17255,'name':'Resident Evil Collection','poster_path':'/lBbg3Yu5zZ1O0C24wjfUCNq5iF0.jpg','backdrop_path':'/8utTJ9WoQeYcZ0Ztciv6auqwLXl.jpg'}","40000000","[{'id':28,'name':'Action'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","173897","tt2592614","en","Resident Evil: The Final Chapter","Picking up immediately after the events in Resident Evil: Retribution, Alice (Milla Jovovich) is the only survivor of what was meant to be humanity's final stand against the undead. Now, she must return to where the nightmare began - The Hive in Raccoon City, where the Umbrella Corporation is gathering its forces for a final strike against the only remaining survivors of the apocalypse.","0.98","/7XlaaMzQUz5EqTY0m07hn3PbGu7.jpg","[{'id':3287,'logo_path':'/bz6GbCQQXGNE56LTW9dwgksW0Iw.png','name':'Screen Gems','origin_country':'US'},{'id':47,'logo_path':'/i7Z9ot2o3N5Sa3HrF09kniFs2y8.png','name':'Constantin Film','origin_country':'DE'},{'id':14175,'logo_path':null,'name':'Davis Films','origin_country':''},{'id':248,'logo_path':null,'name':'Impact Pictures','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'DE','name':'Germany'}]","2016-12-23","312242626","107","[{'iso_639_1':'en','name':'English'}]","Released","Back to the Hive","Resident Evil: The Final Chapter","false","5.9","1796" +"false","/jJk7ymoyrmIIYu9bms0OsmtfeH2.jpg","null","10000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","388202","tt5580536","en","Arsenal","After the deadbeat brother of a businessman is assumed to be in on his own kidnapping, his sibling must take action to rescue him.","4.876","/6tkmf3MrA3SKoBnVeBJsqXuLJ9a.jpg","[{'id':290,'logo_path':'/Q8mw2AOQQc8Qg0uNwLWq86DVZv.png','name':'Ingenious Media','origin_country':'GB'},{'id':63443,'logo_path':'/iKm40tfw3Hxaz7mUubWrdbApUJV.png','name':'The Fyzz Facility','origin_country':'GB'},{'id':73685,'logo_path':null,'name':'Emmett Furla Oasis Films','origin_country':'US'},{'id':76991,'logo_path':'/pQjdvbv4y9yuIDSHDEHc9ijJKaS.png','name':'Highland Film Group (HFG)','origin_country':'US'},{'id':85562,'logo_path':null,'name':'River Bay Films','origin_country':''},{'id':85563,'logo_path':null,'name':'Tinker Productions','origin_country':''},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-01-06","0","92","[{'iso_639_1':'en','name':'English'}]","Released","Brotherhood has its price.","Arsenal","false","4.6","62" +"false","/aRP8QAOhnthglsTUzeLWwoPVV1T.jpg","null","25000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","http://www.hiddenfigures.com","381284","tt4846340","en","Hidden Figures","The untold story of Katherine G. Johnson, Dorothy Vaughan and Mary Jackson ??? brilliant African-American women working at NASA and serving as the brains behind one of the greatest operations in history ??? the launch of astronaut John Glenn into orbit. The visionary trio crossed all gender and race lines to inspire generations to dream big.","21.678","/6cbIDZLfwUTmttXTmNi8Mp3Rnmg.jpg","[{'id':711,'logo_path':'/tEiIH5QesdheJmDAqQwvtN60727.png','name':'Fox 2000 Pictures','origin_country':'US'},{'id':83024,'logo_path':null,'name':'Levantine Films','origin_country':''},{'id':7076,'logo_path':'/8BFxn9NUWSgp0ndih569Gm62xiC.png','name':'Chernin Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-12-10","230698791","127","[{'iso_639_1':'en','name':'English'}]","Released","Meet the women you don't know, behind the mission you do.","Hidden Figures","false","8","4517" +"false","/cBlKxl2YSRVTLb1szSur8H3BNdZ.jpg","null","14000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","347026","tt3387266","en","A United Kingdom","The inspiring true story of Seretse Khama, the King of Bechuanaland (modern Botswana), and Ruth Williams, the London office worker he married in 1948 in the face of fierce opposition from their families and the British and South African governments. Seretse and Ruth defied family, Apartheid and empire - their love triumphed over every obstacle flung in their path and in so doing they transformed their nation and inspired the world.","9.282","/xyhoW9qK7ZaDM1V4A6pPL9DWjn8.jpg","[{'id':7981,'logo_path':'/6Yv1gIAuGkHS5Vis4UjnqHhCPWV.png','name':'Path??!','origin_country':'FR'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-11-25","13819139","111","[{'iso_639_1':'en','name':'English'}]","Released","The true story of a love that shook an empire","A United Kingdom","false","6.7","263" +"false","/lDcfQqWRDfKiyeYUqkxHFU1QaRF.jpg","null","30000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","","382542","tt2351392","en","Beyond the Call to Duty","Five Spec Ops, Alpha Squad, head a simple Recon Mission that turns into an all out war for survival against a wave of undead experiments. Alpha Squad must fight, not just for the sake of their own survival, but the fate of the world.","1.575","/j5iby97AvVREebMJpxMKbc0XrFL.jpg","[{'id':73141,'logo_path':null,'name':'Hot Iron Production','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-04-04","0","95","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","This is not the Beginning. This is the End.","Beyond the Call to Duty","false","3.6","12" +"false","/tZjVVIYXACV4IIIhXeIM59ytqwS.jpg","null","200000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'}]","http://www.starwars.com/films/rogue-one","330459","tt3748528","en","Rogue One: A Star Wars Story","A rogue band of resistance fighters unite for a mission to steal the Death Star plans and bring a new hope to the galaxy.","21.007","/qjiskwlV1qQzRCjpV0cL9pEMF9a.jpg","[{'id':1,'logo_path':'/o86DbpburjxrqAzEDhXZcyE8pDb.png','name':'Lucasfilm','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-12-14","1056057273","133","[{'iso_639_1':'en','name':'English'}]","Released","A Rebellion Built on Hope","Rogue One: A Star Wars Story","false","7.5","9001" +"false","/8Vpw2GIBVNsLNPkp3Uq7d4lQrae.jpg","null","125000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'}]","http://www.monstertrucksmovie.com/","262841","tt3095734","en","Monster Trucks","Looking for any way to get away from the life and town he was born into, Tripp, a high school senior, builds a Monster Truck from bits and pieces of scrapped cars. After an accident at a nearby oil-drilling site displaces a strange and subterranean creature with a taste and a talent for speed, Tripp may have just found the key to getting out of town and a most unlikely friend.","6.242","/2Vr47xEcWIik5qnaNjSVCKx1REm.jpg","[{'id':2348,'logo_path':'/m31fQvZJuUvAgxoqTiCGYFBfZYe.png','name':'Nickelodeon Movies','origin_country':'US'},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':10256,'logo_path':null,'name':'Disruption Entertainment','origin_country':''},{'id':24955,'logo_path':'/rH0gVNXekxmpTTvFeIitUzJHFSm.png','name':'Paramount Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-12-26","64493915","105","[{'iso_639_1':'en','name':'English'}]","Released","Meet Creech","Monster Trucks","false","5.9","399" +"false","/4HPmn6SllqZ3fdW2GDWEaU7tbX1.jpg","null","3000000","[{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","416166","tt5788136","en","The Institute","In 19th century Baltimore, Isabel Porter, a girl stricken with grief from her parents' untimely death, voluntarily checks herself into the Rosewood Institute. Subjected to bizarre and increasingly violent pseudo-scientific experiments in personality modification, brainwashing and mind control, she must escape the clutches of the Rosewood and exact her revenge, or else be forever lost.","4.798","/aaBRwLaBTVuMOXJs8vvKwr452XZ.jpg","[{'id':94617,'logo_path':null,'name':'Dark Rabbit Productions','origin_country':''},{'id':7579,'logo_path':null,'name':'Redwire Pictures','origin_country':'US'},{'id':48738,'logo_path':null,'name':'Campbell Grobman Films','origin_country':'US'},{'id':52738,'logo_path':null,'name':'Jeff Rice Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-03-03","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","The Institute","false","3.8","57" +"false","/tiBL4PeaCPKGBz3qO4dJP2KzKop.jpg","null","45000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':36,'name':'History'}]","http://www.patriotsdayfilm.com","388399","tt4572514","en","Patriots Day","In the aftermath of an unspeakable act of terror, Police Sergeant Tommy Saunders joins courageous survivors, first responders and investigators in a race against the clock to hunt down the Boston Marathon bombers before they strike again.","9.125","/mIDxsJTrOC7NhgOo3GziiHyKfsQ.jpg","[{'id':72441,'logo_path':null,'name':'TIK Films','origin_country':''},{'id':5490,'logo_path':'/xuJSR4dWsvkE194aemIJwflyNF2.png','name':'CBS Films','origin_country':'US'},{'id':8537,'logo_path':null,'name':'Closest to the Hole Productions','origin_country':'US'},{'id':13778,'logo_path':null,'name':'Bluegrass Films','origin_country':'US'},{'id':91797,'logo_path':null,'name':'Hutch Parker Entertainment','origin_country':'US'},{'id':8536,'logo_path':null,'name':'Leverage','origin_country':'US'}]","[{'iso_3166_1':'HK','name':'Hong Kong'},{'iso_3166_1':'US','name':'United States of America'}]","2016-12-12","50548152","133","[{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'zh','name':'?????????'}]","Released","The inside story of the world's greatest manhunt.","Patriots Day","false","6.9","1270" +"false","/bob0KKKBe54zlNwRzRI3nvAtYlo.jpg","null","38000000","[{'id':35,'name':'Comedy'}]","","356305","tt4501244","en","Why Him?","A dad forms a bitter rivalry with his daughter's young rich boyfriend.","9.39","/eezFoKz7bXgdbjeieeCYJFXPKSu.jpg","[{'id':2575,'logo_path':'/9YJrHYlcfHtwtulkFMAies3aFEl.png','name':'21 Laps Entertainment','origin_country':'US'},{'id':22213,'logo_path':'/qx9K6bFWJupwde0xQDwOvXkOaL8.png','name':'TSG Entertainment','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'},{'id':2932,'logo_path':'/4uLKLjGivVg2YnAIhAn8k7ZuVFj.png','name':'Red Hour','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-12-22","118034273","111","[{'iso_639_1':'en','name':'English'}]","Released","Of all the guys his daughter could have chosen...","Why Him?","false","6.2","2410" +"false","/gAhtJ3nyTpt5NlJmmNEbKfqyNEz.jpg","null","46000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","http://www.silencemovie.com/","68730","tt0490215","en","Silence","Two Jesuit priests travel to seventeenth century Japan which has, under the Tokugawa shogunate, banned Catholicism and almost all foreign contact.","10.354","/sHM6i6se7mwKGRDvW4nQC7dkeKI.jpg","[{'id':22842,'logo_path':'/waIZoO3pnB0VVCUVo8u6hqcYN9U.png','name':'Waypoint Entertainment','origin_country':'US'},{'id':23033,'logo_path':null,'name':'Cappa Defina Productions','origin_country':''},{'id':8870,'logo_path':null,'name':'CatchPlay','origin_country':''},{'id':73685,'logo_path':null,'name':'Emmett Furla Oasis Films','origin_country':'US'},{'id':54537,'logo_path':null,'name':'F??brica de Cine','origin_country':''},{'id':86060,'logo_path':null,'name':'SharpSword Films','origin_country':''},{'id':23243,'logo_path':null,'name':'Sikelia Productions','origin_country':''}]","[{'iso_3166_1':'MX','name':'Mexico'},{'iso_3166_1':'TW','name':'Taiwan'},{'iso_3166_1':'US','name':'United States of America'}]","2016-12-22","23737523","161","[{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'en','name':'English'}]","Released","Pray with your eyes open","Silence","false","7.1","1490" +"false","/x3mFfOKOzIi1ROSgy9bgyYq7zDH.jpg","null","7000000","[{'id':18,'name':'Drama'}]","http://www.20thcenturywomen-movie.com/","342737","tt4385888","en","20th Century Women","In 1979 Santa Barbara, California, Dorothea Fields is a determined single mother in her mid-50s who is raising her adolescent son, Jamie, at a moment brimming with cultural change and rebellion. Dorothea enlists the help of two younger women ??? Abbie, a free-spirited punk artist living as a boarder in the Fields' home and Julie, a savvy and provocative teenage neighbour ??? to help with Jamie's upbringing.","10.305","/9vavp7kXnLwPGfOfThJwpW0Mk4v.jpg","[{'id':13184,'logo_path':'/pfUB1a62jSMIqp4Xmaq6z2cgW0B.png','name':'Annapurna Pictures','origin_country':'US'},{'id':41640,'logo_path':'/e1naE79Djln19oDgMsP3uuvLbTq.png','name':'Archer Gray','origin_country':'US'},{'id':86356,'logo_path':null,'name':'Modern People','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-12-28","5664764","119","[{'iso_639_1':'en','name':'English'}]","Released","","20th Century Women","false","7.3","476" +"false","/21dr2suNsOCCfeodUYNggoZiRI7.jpg","null","5000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","241258","tt3216348","en","Incarnate","An exorcist comes up against an evil from his past when he uses his skills to enter the mind of a nine year old boy.","7.136","/pSsa9MeiRbfcKx05oDc5yOEYEtb.jpg","[{'id':10339,'logo_path':'/oiIi36MaWXwvvHWX5eojoE2Fiyv.png','name':'WWE Studios','origin_country':'US'},{'id':3172,'logo_path':'/kDedjRZwO8uyFhuHamomOhN6fzG.png','name':'Blumhouse Productions','origin_country':'US'},{'id':7437,'logo_path':'/e5CcgFrdlxMUwlsS72si8q1yHBr.png','name':'IM Global','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-12-01","6341855","91","[{'iso_639_1':'en','name':'English'}]","Released","Faith Has Failed Us","Incarnate","false","5.3","302" +"false","/59OpzZAUlxtWIDiIj7Cxo3yTXd5.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'},{'id':10749,'name':'Romance'}]","http://www.lifeofastar.com","374052","tt3908142","en","The Love Witch","Elaine, a beautiful young witch, is determined to find a man to love her. In her gothic Victorian apartment she makes spells and potions, and then picks up men and seduces them. However her spells work too well, and she ends up with a string of hapless victims. When she finally meets the man of her dreams, her desperation to be loved will drive her to the brink of insanity and murder.","6.787","/jDKJ3yHiia0IR1uzIIIL7kUvwhu.jpg","[{'id':36239,'logo_path':null,'name':'Anna Biller Productions','origin_country':''},{'id':4748,'logo_path':'/bTMeosrSiKaTPmZiTYnSDZlin5d.png','name':'Oscilloscope','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-11-11","228894","121","[{'iso_639_1':'en','name':'English'}]","Released","She loved men... to death","The Love Witch","false","6.2","146" +"false","/cSKaBHOWA0CntJWfSRklqx0rm0t.jpg","null","125000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'}]","http://www.foxmovies.com/movies/assassins-creed","121856","tt2094766","en","Assassin's Creed","Through unlocked genetic memories that allow him to relive the adventures of his ancestor in 15th century Spain, Callum Lynch discovers he's a descendant of the secret 'Assassins' society. After gaining incredible knowledge and skills, he is now poised to take on the oppressive Knights Templar in the present day.","13.561","/tIKFBxBZhSXpIITiiB5Ws8VGXjt.jpg","[{'id':10104,'logo_path':'/hNuGhsKVlmhnwSRcmOejDBDjh6w.png','name':'New Regency Pictures','origin_country':'US'},{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':862,'logo_path':'/udTjbqPmcTbfrihMuLtLcizDEM1.png','name':'The Kennedy/Marshall Company','origin_country':'US'},{'id':4615,'logo_path':null,'name':'Ubisoft','origin_country':''},{'id':8870,'logo_path':null,'name':'CatchPlay','origin_country':''},{'id':19108,'logo_path':null,'name':'Latina Pictures','origin_country':'MT'},{'id':77845,'logo_path':null,'name':'Monarchy Enterprises S.a.r.l.','origin_country':''},{'id':83857,'logo_path':'/kwC8GXtLzHN7pQi2Fh7CJ8XcuwD.png','name':'Ubisoft Motion Pictures','origin_country':'FR'},{'id':86766,'logo_path':null,'name':'DMC Film','origin_country':''},{'id':86767,'logo_path':null,'name':'Alpha Pictures','origin_country':''},{'id':41624,'logo_path':'/wzKxIeQKlMP0y5CaAw25MD6EQmf.png','name':'RatPac-Dune Entertainment','origin_country':'US'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'HK','name':'Hong Kong'},{'iso_3166_1':'MT','name':'Malta'},{'iso_3166_1':'TW','name':'Taiwan'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2016-12-21","240697856","115","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Your destiny is in your blood.","Assassin's Creed","false","5.4","4815" +"false","/fXqGBlz4xtLZzo878sHUxtsVzpU.jpg","{'id':2326,'name':'Underworld Collection','poster_path':'/aK8qq0X0pZbf5ncE3JLQ27hdC4F.jpg','backdrop_path':'/2gSaXagD9ZCuBHOsXF4tvtW7Djd.jpg'}","35000000","[{'id':28,'name':'Action'},{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'},{'id':18,'name':'Drama'}]","http://www.underworldbloodwars-movie.com/","346672","tt3717252","en","Underworld: Blood Wars","Vampire death dealer Selene fends off brutal attacks from both the Lycan clan and the Vampire faction that betrayed her. With her only allies, David and his father Thomas, she must stop the eternal war between Lycans and Vampires, even if it means she has to make the ultimate sacrifice.","17.443","/nHXiMnWUAUba2LZ0dFkNDVdvJ1o.jpg","[{'id':126,'logo_path':'/kADPanRDkKTxncPXXVahvHPUvCj.png','name':'Lakeshore Entertainment','origin_country':'US'},{'id':3287,'logo_path':'/bz6GbCQQXGNE56LTW9dwgksW0Iw.png','name':'Screen Gems','origin_country':'US'},{'id':7738,'logo_path':null,'name':'Sketch Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-11-24","81093313","91","[{'iso_639_1':'en','name':'English'}]","Released","Protect the Bloodline","Underworld: Blood Wars","false","5.5","2256" +"false","/qYfKMDSHEWUzJMolURYmXcZR5Hl.jpg","null","45000000","[{'id':35,'name':'Comedy'}]","","384682","tt1711525","en","Office Christmas Party","When his uptight CEO sister threatens to shut down his branch, the branch manager throws an epic Christmas party in order to land a big client and save the day, but the party gets way out of hand.","9.866","/7r3w3cPTbNEIr1imb8zXyeIJCJe.jpg","[{'id':13778,'logo_path':null,'name':'Bluegrass Films','origin_country':'US'},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-11-25","114501299","105","[{'iso_639_1':'en','name':'English'}]","Released","Party Like Your Job Depends On It","Office Christmas Party","false","5.6","1144" +"false","/rfHyl8C2ghhahZUtxYLvK9ru4zK.jpg","null","108000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.livebynight.movie/","259695","tt2361317","en","Live by Night","A story set in the Prohibition Era and centered around a group of individuals and their dealings in the world of organized crime.","10.033","/utGq0tOcAPjm5DNMMAbDZi0JTik.jpg","[{'id':562,'logo_path':'/k3NsSdV854UX4zEReX1dl1Psxbb.png','name':'Appian Way','origin_country':'US'},{'id':29313,'logo_path':'/1whsMqm5kAPxKBhnTlKNcbXBQJK.png','name':'Pearl Street Films','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-12-25","22678555","129","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Witness the price of the American Dream.","Live by Night","false","6.2","741" +"false","/fxDXp8un4qNY9b1dLd7SH6CKzC.jpg","{'id':544670,'name':'Sing Collection','poster_path':null,'backdrop_path':null}","75000000","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'},{'id':10402,'name':'Music'}]","http://www.singmovie.com/","335797","tt3470600","en","Sing","A koala named Buster recruits his best friend to help him drum up business for his theater by hosting a singing competition.","20.418","/eSVtBB2PVFbQiFWC7CQi3EjIZnn.jpg","[{'id':6704,'logo_path':'/fOG2oY4m1YuYTQh4bMqqZkmgOAI.png','name':'Illumination Entertainment','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':3341,'logo_path':'/dTG5dXE1kU2mpmL9BNnraffckLU.png','name':'Fuji Television Network','origin_country':'JP'},{'id':1778,'logo_path':'/69xm6sF3JxugGVjfZfm1YY6d7EE.png','name':'Dentsu','origin_country':'JP'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-11-23","632443719","108","[{'iso_639_1':'en','name':'English'}]","Released","Auditions begin 2016.","Sing","false","6.9","4144" +"false","/64xHK6gmw3ZwIpjeSWZ7W686J5l.jpg","null","13000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://misssloanemovie.com/","376290","tt4540710","en","Miss Sloane","An ambitious lobbyist faces off against the powerful gun lobby in an attempt to pass gun control legislation.","9.861","/lPgISoC37G3E2QEVtSuJ15oYlI.jpg","[{'id':7493,'logo_path':'/452FO4LcI6lA6bfgl6w1kQYRBlr.png','name':'FilmNation Entertainment','origin_country':'US'},{'id':48188,'logo_path':null,'name':'Transfilm','origin_country':''},{'id':85823,'logo_path':null,'name':'Archery Pictures','origin_country':''},{'id':10611,'logo_path':'/zQ4fGaEnNkWfSzyygXRcUZwPmDG.png','name':'Cin??+','origin_country':'FR'},{'id':83,'logo_path':'/9OQ0rm55xtlgX7KcAKMUePJSrQc.png','name':'France 2 Cin??ma','origin_country':'FR'},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':20919,'logo_path':'/aChpC4UVcQXG957aS9RfIe2BBF3.png','name':'France T??l??visions Distribution','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","2016-11-25","9101546","132","[{'iso_639_1':'en','name':'English'}]","Released","Make sure you surprise them.","Miss Sloane","false","7.4","875" +"false","/2ZBMxswLt150pkE4exLteIApjg6.jpg","null","15000000","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","293452","tt2364897","en","The Disappointments Room","A mother and her young son release unimaginable horrors from the attic of their rural dream home.","6.17","/htnXSuO0gMawdCfOZwFEs8kMCl8.jpg","[{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-09-09","0","92","[{'iso_639_1':'en','name':'English'}]","Released","Some mysteries should not be unlocked","The Disappointments Room","false","4.4","261" +"false","/6pj7xxdDbB2KA4rU6fEsM8z7s0e.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.curzonartificialeye.com/christine","339405","tt4666726","en","Christine","The story of Christine Chubbuck, a 1970s TV reporter struggling with depression and professional frustrations as she tries to advance her career.","6.322","/xji5lxzK4qJYHriyUutSISJVSAC.jpg","[{'id':52352,'logo_path':null,'name':'Great Point Media','origin_country':''},{'id':10058,'logo_path':'/yXWostV0eJ6WeP5Jqym5lfnsUra.png','name':'BorderLine Films','origin_country':'US'},{'id':72236,'logo_path':null,'name':'Fresh Jade','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-10-14","0","123","[{'iso_639_1':'en','name':'English'}]","Released","A true story.","Christine","false","6.7","148" +"false","/1XRf4uuHlt1XYok5qD3NA7i619z.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'}]","","401061","tt4439102","en","Officer Downe","A rookie cop is tasked with shadowing Officer Downe, a no-nonsense LAPD cop with regenerative powers, as he wages an ultra-violent war against the nefarious villains of Los Angeles.","1.965","/m2caCEdkXWIuNQsnrcfLD6BrioJ.jpg","[{'id':78253,'logo_path':null,'name':'Man of Action','origin_country':'US'},{'id':26421,'logo_path':null,'name':'Living Out Loud Films','origin_country':''},{'id':46241,'logo_path':null,'name':'Traverse Media','origin_country':''},{'id':60265,'logo_path':null,'name':'Blackmrkt Incorporated','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-11-18","0","88","[{'iso_639_1':'en','name':'English'}]","Released","Protecting. Serving. Ass kicking.","Officer Downe","false","4.5","32" +"false","/okguEbWLb1YJbbykKAwZaShtMj2.jpg","{'id':439596,'name':'Lavalantula Collection','poster_path':'/wadWF6SASXqBBpkSOjFHRZvhJRI.jpg','backdrop_path':'/zBuxwZNXVs2rNo60tNH8WrRL1PW.jpg'}","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","391975","tt4932244","en","2 Lava 2 Lantula!","When an unprecedented amount of sinkholes erupt all over Florida, a new nest of fire spitting LAVALANTULAS is awakened??? wreaking their fiery havoc all over the sunshine state.","3.789","/lV0jb1qU0JqJwzPHj4jMirFBse9.jpg","[{'id':87400,'logo_path':null,'name':'Zoo Creatives','origin_country':''},{'id':6677,'logo_path':'/tyd27JWQI6z2eZH6AhRJlmYhr9k.png','name':'Syfy','origin_country':'US'},{'id':10399,'logo_path':null,'name':'CineTel Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-08-06","0","85","[{'iso_639_1':'en','name':'English'}]","Released","Fire Burns... Lava Bites Again!","2 Lava 2 Lantula!","false","4.9","27" +"false","/pA8UG22VlPyxyuy3Z3jzEWBHg0h.jpg","null","0","[{'id':53,'name':'Thriller'}]","http://alwaysshine.oscilloscope.net/","385737","tt4392770","en","Always Shine","On a trip to Big Sur, two friends, both actresses, try to reconnect with one another. Once alone, the women's suppressed jealousies and deep-seated resentments begin to rise, causing them to lose their grasp on not only the true nature of their relationship, but also their identities.","3.266","/fLrFpga7qDf68lqvyGTpCYuaP4G.jpg","[{'id':87458,'logo_path':null,'name':'Salem Street Entertainment','origin_country':'US'},{'id':16262,'logo_path':null,'name':'Nice Dissolve','origin_country':''},{'id':51978,'logo_path':null,'name':'Little Teeth Pictures','origin_country':''},{'id':51979,'logo_path':null,'name':'Reality Pictures','origin_country':''},{'id':61110,'logo_path':null,'name':'Balaboosta Pictures','origin_country':''},{'id':76403,'logo_path':null,'name':'Visit Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-11-25","0","85","[{'iso_639_1':'en','name':'English'}]","Released","","Always Shine","false","5.6","57" +"false","/jZxGxzncLVHdWD9xfT5gYY5H4El.jpg","null","7500000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","411632","tt2268433","en","End of a Gun","A mall security guard -- and former federal agent -- crosses paths with a drug kingpin's enforcer after he saves a woman from danger.","2.929","/lw7VcIFW67QcZ63FvCHA4AtxpRv.jpg","[{'id':87009,'logo_path':null,'name':'Actionhouse Pictures','origin_country':''},{'id':3604,'logo_path':'/jC6Hk3ZyNRlVPJsA0xGlAhgd2RP.png','name':'Grindstone Entertainment Group','origin_country':'US'},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-09-23","0","87","[{'iso_639_1':'en','name':'English'}]","Released","Where justice prevails.","End of a Gun","false","4.4","31" +"false","/1CiJOo8w7kMWCREpnh3da8M0PtC.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","305943","tt2726552","en","A Kind of Murder","In 1960s New York, Walter Stackhouse is a successful architect married to the beautiful Clara who leads a seemingly perfect life. But his fascination with an unsolved murder leads him into a spiral of chaos as he is forced to play cat-and-mouse with a clever killer and an overambitious detective, while at the same time lusting after another woman.","7.665","/KCJywO3PnrG25LKqyWnKdoKUCD.jpg","[{'id':1422,'logo_path':'/aG7LGucYWmsrsEwnDN1HnUGfVmK.png','name':'Killer Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-12-16","0","95","[{'iso_639_1':'en','name':'English'}]","Released","From the Novel by Patricia Highsmith.","A Kind of Murder","false","5.5","114" +"false","/5EW4TR3fWEqpKsWysNcBMtz9Sgp.jpg","null","110000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':878,'name':'Science Fiction'}]","http://www.passengersmovie.com/","274870","tt1355644","en","Passengers","A spacecraft traveling to a distant colony planet and transporting thousands of people has a malfunction in its sleep chambers. As a result, two passengers are awakened 90 years early.","11.992","/5gJkVIVU7FDp7AfRAbPSvvdbre2.jpg","[{'id':83838,'logo_path':null,'name':'Wanda Pictures','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':333,'logo_path':'/5xUJfzPZ8jWJUDzYtIeuPO4qPIa.png','name':'Original Film','origin_country':'US'},{'id':7193,'logo_path':null,'name':'Company Films','origin_country':'US'},{'id':19961,'logo_path':null,'name':'Start Motion Pictures','origin_country':''},{'id':34034,'logo_path':null,'name':'LStar Capital','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-12-21","303144152","116","[{'iso_639_1':'en','name':'English'}]","Released","There is a reason they woke up.","Passengers","false","6.8","7517" +"false","/jNlCIAcheh0iOuL3kz9x1Wq9WLG.jpg","null","24000000","[{'id':18,'name':'Drama'}]","","393457","tt2671706","en","Fences","In 1950s Pittsburgh, a frustrated African-American father struggles with the constraints of poverty, racism, and his own inner demons as he tries to raise a family.","10.64","/yZFBqealET1TunuVvu4YzcM1orT.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':258,'logo_path':null,'name':'Scott Rudin Productions','origin_country':'US'},{'id':79426,'logo_path':'/8aEC7xem9YwHNCDojSFEPQgoFC3.png','name':'MACRO','origin_country':'US'},{'id':13240,'logo_path':'/aTc07YaNHo8WNgkQSnvLmG6w4nW.png','name':'Bron Studios','origin_country':'CA'},{'id':1423,'logo_path':'/9KSoL1oEQaBSPLwEhoZZRoxTzyx.png','name':'Escape Artists','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2016-12-16","64414761","139","[{'iso_639_1':'en','name':'English'}]","Released","Some people build fences to keep people out, and other people build fences to keep people in.","Fences","false","6.8","1419" +"false","/zaISgYggnHufdPJp8h8af6CFAGR.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","353979","tt1183374","en","Pet","A man imprisons the woman he's still obsessed with after years apart, then finds the tables turned on him.","6.609","/xP1pvDosae1wA0BO2WmiLqIQhNv.jpg","[{'id':24428,'logo_path':'/zH6o8LH5x3mpaJgshhFrVRnbJpD.png','name':'Revolver Picture Company','origin_country':'US'},{'id':87331,'logo_path':null,'name':'Magic Lantern','origin_country':'ES'}]","[{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'US','name':'United States of America'}]","2016-09-24","0","94","[{'iso_639_1':'en','name':'English'}]","Released","If You Love Something, Never Let It Go.","Pet","false","5.8","336" +"false","/2TGwlIl9S3utFgyvnJAUexK8lua.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'}]","","397514","tt2923088","en","The Windmill Massacre","Jennifer, an Australian girl on the run from her past, turns up in Amsterdam and, in a desperate attempt to blend in, joins a coach-load of tourists on a tour of Holland's old windmills. When the bus breaks down in the middle of nowhere, she and the other tourists are forced to seek shelter in a disused shed beside a sinister windmill where a devil-worshiping miller once ground the bones of locals instead of grain. As members of the group start to disappear, Jennifer learns that they all have something in common ??? a shared secret that seems to mark them all for doom.","4.939","/mkMpC1rVEnOFKoCuxXZE2cBgakp.jpg","[{'id':63611,'logo_path':null,'name':'ETA films','origin_country':''},{'id':16538,'logo_path':null,'name':'Pellicola','origin_country':''}]","[{'iso_3166_1':'NL','name':'Netherlands'}]","2016-08-29","0","85","[{'iso_639_1':'en','name':'English'}]","Released","This isn't Hell. This is Holland.","The Windmill Massacre","false","4.8","68" +"false","/f6PEWTJt8nBlAzSuXuG6YvFBAQm.jpg","null","8000000","[{'id':18,'name':'Drama'},{'id':10751,'name':'Family'},{'id':35,'name':'Comedy'}]","","404378","tt3606888","en","A Street Cat Named Bob","Based on the international best selling book. The true feel good story of how James Bowen, a busker and recovering drug addict, had his life transformed when he met a stray ginger cat.","7.354","/amJU2TxLHytgnd7xyrNZURS6crk.jpg","[{'id':6938,'logo_path':null,'name':'Iris Productions','origin_country':''},{'id':78727,'logo_path':null,'name':'Shooting Script Films','origin_country':''},{'id':6901,'logo_path':null,'name':'Prescience','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-11-04","82703","103","[{'iso_639_1':'en','name':'English'}]","Released","Sometimes it takes nine lives to save one","A Street Cat Named Bob","false","7.5","480" +"false","/7GrpqAs0oDcFcwFwyygnUI7BrZA.jpg","{'id':435259,'name':'Fantastic Beasts Collection','poster_path':'/wsVseA7i3FqX24m26Z2gD3EtH4l.jpg','backdrop_path':'/2Iripuf9j5vbROHNpkUUiWIIDxE.jpg'}","180000000","[{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","http://www.fantasticbeasts.com/","259316","tt3183660","en","Fantastic Beasts and Where to Find Them","In 1926, Newt Scamander arrives at the Magical Congress of the United States of America with a magically expanded briefcase, which houses a number of dangerous creatures and their habitats. When the creatures escape from the briefcase, it sends the American wizarding authorities after Newt, and threatens to strain even further the state of magical and non-magical relations.","34.919","/1M91Bt3oGspda75H9eLqYZkJzgO.jpg","[{'id':437,'logo_path':'/nu20mtwbEIhUNnQ5NXVhHsNknZj.png','name':'Heyday Films','origin_country':'GB'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-11-16","809342332","133","[{'iso_639_1':'en','name':'English'}]","Released","From J.K. Rowling's wizarding world.","Fantastic Beasts and Where to Find Them","false","7.4","11654" +"false","/8ZewyVPm6K0zS8lFFZpye6j9D31.jpg","null","36000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://collateralbeauty-movie.com/","345920","tt4682786","en","Collateral Beauty","Retreating from life after a tragedy, a man questions the universe by writing to Love, Time and Death. Receiving unexpected answers, he begins to see how these things interlock and how even loss can reveal moments of meaning and beauty.","10.99","/9tFRalU3JmZHddgYVL0BypWRpbb.jpg","[{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':1785,'logo_path':'/wT6aIkuQTNuq8XFoDGACK8EyR6w.png','name':'Likely Story','origin_country':'US'},{'id':10039,'logo_path':'/b8w4LldQolMKiLZw4FQJBcXSDGI.png','name':'Anonymous Content','origin_country':'US'},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':24277,'logo_path':'/u42aMBx2JxWp4vgTjqcar4Kp1HI.png','name':'PalmStar Media','origin_country':'US'},{'id':907,'logo_path':'/ca5SWI5uvU985f8Kbb4xc8AmVWH.png','name':'Overbrook Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-12-06","87416021","97","[{'iso_639_1':'en','name':'English'}]","Released","We are all connected","Collateral Beauty","false","7.1","3132" +"false","/7v5OAruBWfppcGtBbjbZoz1dXKc.jpg","null","0","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","http://trespassagainstusmovie.com","256569","tt3305308","en","Trespass Against Us","Three generations of the rowdy Cutler family live as outlaws in some of Britain's richest countryside ??? hunting hares, ram-raiding stately homes, and taunting the police. Struggling to retain a way of life fast becoming extinct, Chad Cutler ends up caught between his father's archaic principles and trying to do right by his kids, whilst the full force of the law is finally catching up with him.","8.397","/4lGKBscylAN093abvEo751rDIyF.jpg","[{'id':834,'logo_path':null,'name':'Potboiler Productions','origin_country':'GB'},{'id':20277,'logo_path':'/aomeUwZLIBjGXHfuZq7HTVk7UNb.png','name':'Protagonist Pictures','origin_country':'GB'},{'id':20278,'logo_path':null,'name':'Albert Granville','origin_country':''},{'id':26995,'logo_path':null,'name':'Animal Kingdom','origin_country':'US'},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-10-14","5711","99","[{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'en','name':'English'}]","Released","Blood is a brutal bond.","Trespass Against Us","false","5.8","166" +"false","/l3NbEqQ9i5mkyVAxEYZU0mdYXow.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.idanielblake.co.uk/","374473","tt5168192","en","I, Daniel Blake","A middle aged carpenter, who requires state welfare after injuring himself, is joined by a single mother in a similar scenario.","6.153","/jJhqXTsAXCS46NhkYXBM7HDs8z8.jpg","[{'id':729,'logo_path':'/hNxGdbddbsDDnEWJ7RNLcGCRSLQ.png','name':'Why Not Productions','origin_country':'FR'},{'id':856,'logo_path':'/3tfzS2CrX6Ntbu927XzHXEPDA6y.png','name':'Wild Bunch','origin_country':'FR'},{'id':12695,'logo_path':'/pZg9WqHoiUqhCzoMwGTcPI6Bs3d.png','name':'Sixteen Films','origin_country':'GB'},{'id':1926,'logo_path':'/sORCydQs61kwWqRIIzPiBpgVVag.png','name':'Les Films du Fleuve','origin_country':'BE'},{'id':7281,'logo_path':'/vuDafYIcuoY0YyvgcqtjXOKwn6Q.png','name':'British Film Institute','origin_country':'GB'},{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-10-21","260354","100","[{'iso_639_1':'en','name':'English'}]","Released","","I, Daniel Blake","false","7.7","583" +"false","/ntYVuti6hfTzs4kZreFv6bu9Axb.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","435473","tt5848714","en","American Violence","A psychologist interviews a death row inmate to determine whether or not a stay of execution should be granted.","3.5","/2JM8wiOW0yvOyXY1zZKKiRQ1UPB.jpg","[{'id':75357,'logo_path':'/zXT1JFP82YL245wlLpauAJDZA25.png','name':'BondIt','origin_country':'US'},{'id':35396,'logo_path':null,'name':'Status Media & Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-02-03","0","107","[{'iso_639_1':'en','name':'English'}]","Released","Payback...the best form of revenge.","American Violence","false","4.6","21" +"false","/p3AEFdhqbqK9ujNUw6ajfLKkfMQ.jpg","null","45000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","8987","tt0110997","en","The River Wild","While on a family vacation, rafting expert Gail takes on a pair of armed killers while navigating a spectacularly violent river.","9.282","/8NFAQxZud5Kisw1sd9WxfBG54.jpg","[{'id':496,'logo_path':null,'name':'David Foster Productions','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':662,'logo_path':null,'name':'Turman-Foster Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-09-30","94216343","111","[{'iso_639_1':'en','name':'English'}]","Released","The vacation is over","The River Wild","false","6.4","384" +"false","/f2KMcCcNMn180e054HhnULOWEML.jpg","null","10000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'}]","http://lionsgateathome.com/contract-to-kill","423627","tt5470222","en","Contract to Kill","Harmon is a CIA/DEA enforcer investigating Arab terrorists captured in Mexico. With his team--seductive FBI agent Zara and spy-drone pilot Sharp--he flies to Istanbul and uncovers a brutal plot: Islamic extremists plan to use Sonora drug-smuggling routes to bring deadly weapons, and leaders, into the U.S. To prevent an attack on America, Harmon must turn these two savage forces against one another before his time--and his luck--run out.","6.723","/uC10Ozs0vqwwl6UldJDVQSVe7ZC.jpg","[{'id':87009,'logo_path':null,'name':'Actionhouse Pictures','origin_country':''},{'id':80713,'logo_path':'/lWi1k3GlhQmep8cCM3XfVi0PF6K.png','name':'Daro Film Distribution','origin_country':''}]","[{'iso_3166_1':'RO','name':'Romania'}]","2016-12-09","0","90","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","War has no borders.","Contract to Kill","false","4.3","29" +"false","/xVW8REyVqKwxAtUYY07UGlZH43L.jpg","null","43000000","[{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'}]","http://www.focusfeatures.com/amonstercalls","258230","tt3416532","en","A Monster Calls","A boy imagines a monster that helps him deal with his difficult life and see the world in a different way.","11.526","/oqZ0MBWxNrArZpyVqk3QGAA37QL.jpg","[{'id':1246,'logo_path':'/lmeFQGzHEds5t2UfmODyrbf2nXm.png','name':'River Road Entertainment','origin_country':''},{'id':6735,'logo_path':'/6yyByQrmTAgJv0QzZ1Eh1jiGX4R.png','name':'Participant Media','origin_country':'US'},{'id':8111,'logo_path':null,'name':'Apaches Entertainment','origin_country':''},{'id':53490,'logo_path':null,'name':'La Trini','origin_country':''},{'id':112286,'logo_path':null,'name':'A Monster Calls AIE','origin_country':''},{'id':1182,'logo_path':'/bkgwJWvqqLuzsXV2Qv3Mg3wfcNZ.png','name':'Telecinco Cinema','origin_country':'ES'}]","[{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-10-07","47309313","108","[{'iso_639_1':'en','name':'English'}]","Released","Stories are wild creatures.","A Monster Calls","false","7.1","1853" +"false","/9tB94sgqEYlGbsJzYaGdqeYF6iF.jpg","{'id':423173,'name':'Bad Santa Collection','poster_path':'/2OkB4GagVy1n7M8Q94FRzsOErPE.jpg','backdrop_path':'/plVMZOMBsHUNNkCQEoY1rW0B5Qb.jpg'}","26000000","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","http://www.badsanta2.com/","338964","tt1798603","en","Bad Santa 2","Fueled by cheap whiskey, greed and hatred, Willie Soke teams up with his angry little sidekick, Marcus, to knock off a Chicago charity on Christmas Eve. Along for the ride is chubby and cheery Thurman Merman, a 250-pound ray of sunshine who brings out Willie's sliver of humanity. Issues arise when the pair are joined by Willie's horror story of a mother, who raises the bar for the gang's ambitions, while somehow lowering the standards of criminal behavior.","8.556","/y3kVZVknjDeLZSanLewaXsuwP12.jpg","[{'id':290,'logo_path':'/Q8mw2AOQQc8Qg0uNwLWq86DVZv.png','name':'Ingenious Media','origin_country':'GB'},{'id':49389,'logo_path':'/3rOhrdjnUHsf0GPa66b9KyR2MUx.png','name':'Broad Green Pictures','origin_country':'US'},{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-11-23","23229371","92","[{'iso_639_1':'en','name':'English'}]","Released","Giving the holidays another shot.","Bad Santa 2","false","5.1","405" +"false","/zBK4QZONMQXhcgaJv1YYTdCW7q9.jpg","null","40000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10752,'name':'War'}]","http://www.hacksawridge.movie/","324786","tt2119532","en","Hacksaw Ridge","WWII American Army Medic Desmond T. Doss, who served during the Battle of Okinawa, refuses to kill people and becomes the first Conscientious Objector in American history to receive the Congressional Medal of Honor.","19.138","/bndiUFfJxNd2fYx8XO610L9a07m.jpg","[{'id':455,'logo_path':null,'name':'Permut Presentations','origin_country':''},{'id':8915,'logo_path':null,'name':'Pandemonium','origin_country':''},{'id':13241,'logo_path':null,'name':'Demarest Films','origin_country':''},{'id':10246,'logo_path':'/rREvQNWAxkDfY9CDn2c5YxEMPdP.png','name':'Cross Creek Pictures','origin_country':'US'},{'id':50481,'logo_path':'/mBgGtJJQ9aOpKBnuKXM75kHYT6D.png','name':'Vendian Entertainment','origin_country':'US'}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'US','name':'United States of America'}]","2016-10-07","175302354","140","[{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'en','name':'English'}]","Released","One of the greatest heroes in American history never fired a bullet.","Hacksaw Ridge","false","8.1","6340" +"false","/dqLMein0YvNPcifgdsRtdEp54vq.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","http://www.darkmatterthefilm.com/","18031","tt0416675","en","Dark Matter","Liu Xing a brilliant Chinese student, arrives at University and makes the transition into American life with the help of Joanna Silver. Xing joins a cosmology group working to create a model of the origins of the universe. He is obsessed with the study of dark matter and a theory that conflicts with the group's model. When he begins to make breakthroughs of his own, he encounters obstructions.","3.121","/l9DKmnHQeIsYLFnSYaMO01cYuFQ.jpg","[{'id':3430,'logo_path':null,'name':'Saltmill','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-04-24","0","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'zh','name':'?????????'}]","Released","","Dark Matter","false","6.4","26" +"false","/rdwaope7bUIHdtiU5mHOxLqgcw1.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':10752,'name':'War'}]","","442094","tt4519400","en","Check Point","Port City North Carolina: During a routine camp out, a local vagrant discovers plans for an invasion in America. When he tries to notify the local Sheriff about his discovery, the Sheriff dismisses his claims and has him locked up for loitering. When the Sheriff notices odd interactions with other towns folk he begins to look into the vagrants' claim of a sleeper cell living amongst the locals within this small town. After evidence of a beheading is exposed, others begin to fear that the insurgents attack on hometown USA. Questions and tempers begin to rise. Why this little beach community with it's Norman Rockwell way of life? A town where everyone knows one another... or so they thought. When the truth is blind and justice seems lost, It will take an army of five unlikely heroes banding together to infiltrate the insurgents and foil their invasion plans. War is Hell and Hell comes home at the Check Point.","1.813","/s70fS9pKD9tclDJtP9yPxqgmvnb.jpg","[{'id':86630,'logo_path':null,'name':'Chasing Butterflies','origin_country':''},{'id':86631,'logo_path':null,'name':'Church Hill Productions','origin_country':''},{'id':86632,'logo_path':null,'name':'Apothecary Entertainment','origin_country':''},{'id':86633,'logo_path':null,'name':'Chasing Butterflies Pictures','origin_country':''},{'id':86634,'logo_path':null,'name':'Samera Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-03-07","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Face everything and rise","Check Point","false","4","10" +"false","/8ybSuxeEkFoMKMY9lkzzC4tBaI6.jpg","null","9000000","[{'id':18,'name':'Drama'}]","http://manchesterbytheseathemovie.com/","334541","tt4034228","en","Manchester by the Sea","After his older brother passes away, Lee Chandler is forced to return home to care for his 16-year-old nephew. There he is compelled to deal with a tragic past that separated him from his family and the community where he was born and raised.","12.733","/e8daDzP0vFOnGyKmve95Yv0D0io.jpg","[{'id':29313,'logo_path':'/1whsMqm5kAPxKBhnTlKNcbXBQJK.png','name':'Pearl Street Films','origin_country':'US'},{'id':50498,'logo_path':'/zTSRlzyDZX287q289qb4pghILyI.png','name':'K Period Media','origin_country':'US'},{'id':50499,'logo_path':null,'name':'B Story','origin_country':''},{'id':72695,'logo_path':null,'name':'The Affleck/Middleton Project','origin_country':''},{'id':109730,'logo_path':null,'name':'The Media Farm','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-11-18","75026965","138","[{'iso_639_1':'en','name':'English'}]","Released","","Manchester by the Sea","false","7.5","3041" +"false","/6z0QWVoETHo0XzYDIqhtDHceq9x.jpg","null","8700000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","33762","tt0090693","en","Band of the Hand","An Indian Vietnam veteran trains five street punks in the Everglades to fight vice in Miami.","2.105","/6WqXmHvArVb3hMQvIRGS9PZ5RVp.jpg","[{'id':1174,'logo_path':null,'name':'Delphi V Productions','origin_country':''},{'id':65822,'logo_path':null,'name':'Michael Mann Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1986-04-11","4865912","109","[{'iso_639_1':'en','name':'English'}]","Released","They're back on the mean streets. But this time, they're the good guys.","Band of the Hand","false","6.6","20" +"false","/yi2yzQE3HAm5B1JjesDHeYep750.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://willslocombe.com/?project=the-escort","351964","tt3793788","en","The Escort","Desperate for a good story, a sex-addicted journalist throws himself into the world of high-class escorts when he starts following a Stanford-educated prostitute.","6.962","/o6lUrVp77mBSb5qA8FdBheeqUjG.jpg","[{'id':59566,'logo_path':null,'name':'Skyhook Productions','origin_country':''},{'id':59567,'logo_path':null,'name':'Cloverhill Pictures','origin_country':''},{'id':59568,'logo_path':null,'name':'Perspective Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-06-15","0","88","[{'iso_639_1':'en','name':'English'}]","Released","Every story has a price.","The Escort","false","6.1","238" +"false","/nSck3GJ7YZHElk3JwkdHz7INfmH.jpg","null","0","[{'id':18,'name':'Drama'}]","http://filmrise.com/five-nights-maine/","356901","tt3352034","en","Five Nights in Maine","A young African American man, reeling from the tragic loss of his wife, travels to rural Maine to seek answers from his estranged mother-in-law, who is herself confronting guilt and grief over her daughter's death.","1.4","/o6mjLAX3TNVPWjQo5TYlovkeq88.jpg","[{'id':65927,'logo_path':null,'name':'Yoruba Saxon Productions','origin_country':''},{'id':26951,'logo_path':null,'name':'Loveless','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-08-05","0","82","[{'iso_639_1':'en','name':'English'}]","Released","","Five Nights in Maine","false","5.2","17" +"false","/tJ9fIg4DDE3Zgjjio4ySlRxWcrn.jpg","null","6000000","[{'id':18,'name':'Drama'}]","http://www.bleedforthisfilm.com/","332979","tt1620935","en","Bleed for This","The inspirational story of World Champion Boxer Vinny Pazienza, who after a near fatal car crash, which left him not knowing if he'd ever walk again, made one of sports most incredible comebacks.","6.803","/2mfT0WQ98TVWnSsVStHJEBgQi8p.jpg","[{'id':23243,'logo_path':null,'name':'Sikelia Productions','origin_country':''},{'id':1047,'logo_path':null,'name':'Younger Than You','origin_country':''},{'id':37765,'logo_path':null,'name':'Verdi Productions','origin_country':''},{'id':86096,'logo_path':null,'name':'Bruce Cohen Productions','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-11-04","6174491","116","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","This is what the greatest comeback in sports history looks like","Bleed for This","false","6.9","395" +"false","/sLriwIGhwr8uuSONpMlsTlDEXtm.jpg","null","0","[{'id':10402,'name':'Music'},{'id':99,'name':'Documentary'}]","http://www.gimmedangerfilm.com/","392820","tt1714917","en","Gimme Danger","No other band in rock'n'roll history has rivaled The Stooges' combination of heavy primal throb, spiked psychedelia, blues-a-billy grind, complete with succinct angst-ridden lyrics, and a snarling, preening leopard of a frontman who somehow embodies Nijinsky, Bruce Lee, Harpo Marx, and Arthur Rimbaud all rolled into one. There is no precedent for The Stooges, while those inspired by them are now legion. The film will present the context of their emergence musically, culturally, politically, historically, and relate their adventures and misadventures while charting their inspirations and the reasons behind their initial commercial challenges, as well as their long-lasting legacy.","2.587","/lD14vyfCHHOwKOMtd0vBlzaySzU.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-10-28","0","108","[{'iso_639_1':'en','name':'English'}]","Released","","Gimme Danger","false","7.1","48" +"false","/cUDOt35N8SBmTh7pLTzRdY2jet0.jpg","null","1000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'}]","","31671","tt0072737","en","Breakout","A bush pilot is hired for $250,000 to go to Mexico to free an innocent prisoner.","2.162","/rRp1kvKLAQVebzpB738Yk6x97n8.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1975-05-21","16000000","96","[{'iso_639_1':'en','name':'English'}]","Released","Sentenced to 28 years in prison for a crime he never committed. Only two things can get him out - A lot of money and Charles Bronson!","Breakout","false","6.2","28" +"false","/kD3i6MDZLSex6zvPfqoIk5buDCu.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'},{'id':36,'name':'History'},{'id':10770,'name':'TV Movie'}]","","51681","tt0081344","en","Playing for Time","When Jewish songstress Fania F??nelon is plucked from the stage and sent to Auschwitz, she and other musicians find themselves assigned to a terrible task ??? using their talents to soothe fellow prisoners who are sentenced to die in the gas chambers.","1.89","/vpUrgBytFwSempcJQvhBUgbRBnK.jpg","[{'id':48334,'logo_path':null,'name':'Szygzy Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1980-09-30","0","150","[{'iso_639_1':'en','name':'English'}]","Released","","Playing for Time","false","7.6","14" +"false","/aIJqmRyvGfk9SGCPTvY1Iy3C6gn.jpg","null","0","[{'id':28,'name':'Action'}]","http://www.crownintlpictures.com/dgtitles.html","37571","tt0074383","en","Death Machines","An evil Oriental Dragon Lady injects three martial arts fighters with a serum that turns them into zombie-like assassins, and she sends them out against her enemies.","1.488","/f7VkN4LImZEsIWmTQYwhn85qSxG.jpg","[{'id':1009,'logo_path':null,'name':'Crown International Pictures','origin_country':''},{'id':15129,'logo_path':null,'name':'MPI','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1976-09-14","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Deadly Assassins Trained To Kill On Command!","Death Machines","false","5.4","9" +"false","/2oG0ggdMliMDjenw00eSwZFypUp.jpg","null","9000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://stxmovies.com/theedgeofseventeen/","376660","tt1878870","en","The Edge of Seventeen","Two high school girls are best friends until one dates the other's older brother, who is totally his sister's nemesis.","11.397","/gxK80WUwkQePpXpzRdpob0i7DD5.jpg","[{'id':96082,'logo_path':null,'name':'Tang Media Productions','origin_country':''},{'id':18,'logo_path':'/uqhagSwM7NAkQWVCQhKTyoqF8XH.png','name':'Gracie Films','origin_country':'US'},{'id':47729,'logo_path':'/5NRpQ7xxmODXAjt2pRWUFMLVzvP.png','name':'STX Entertainment','origin_country':'US'},{'id':78996,'logo_path':null,'name':'Huayi Brothers Pictures','origin_country':'CN'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-11-18","18803648","104","[{'iso_639_1':'en','name':'English'}]","Released","You're only young once??? is it over yet?","The Edge of Seventeen","false","7.2","2100" +"false","/e1VKbmk9TZcThKuJRdO9geoqPdj.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':37,'name':'Western'}]","","39295","tt0065230","en","Young Billy Young","A peace-loving man named Ben Kane takes a job as deputy marshal of Lords, in the old West. Kane is no lawman, but he accepts the badge because he has an old score to settle with the town's chief trouble-maker. Once on the job, Kane must also deal with a young sharpshooter named Billy Young and a sharp and sassy saloon dancer, Lily.","1.541","/eC6A61QvDz4vfy5elwC4Kr6V2fE.jpg","[{'id':10461,'logo_path':null,'name':'Talbot-Youngstein','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1969-10-15","0","89","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Young Billy Young","false","5","11" +"false","/d4k4hxDeK8XkVppn7h0uQbX4tTK.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","347674","tt3401338","en","Rivers 9","When a Native American casino controlled by the mob begins to destroy a close-knit rural town, a band of lovable low-tech misfits hatch a plan to beat them at their own game by pulling off an audacious casino heist.","0.977","/yJ1gMfNuxXrAXJHm8a1JUzZVlQc.jpg","[{'id':21678,'logo_path':null,'name':'Marquis Productions','origin_country':''},{'id':42578,'logo_path':null,'name':'UP & AWAY Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-06-30","0","95","[{'iso_639_1':'en','name':'English'}]","Released","the house always wins... not this time","Rivers 9","false","6.5","2" +"false","/rNc3Fd4vVM8rJsgHtavjsY6MNUx.jpg","null","10000000","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","http://scfilmsinternational.com/ozzy.html","411221","tt5770430","es","Ozzy","Ozzy, a friendly, peaceful beagle has his idyllic life turned upside down when the Martins leave on a long and distant trip. There's only one problem: no dogs allowed! Unable to bring their beloved Ozzy along for the ride, they settle on the next best thing, a top-of-the-line canine spa called Blue Creek.","5.63","/gJUpiTydLOZ3Gd8ja4x5Mzp7q5s.jpg","[{'id':11520,'logo_path':'/q8oAysfDiYiSJQSp4UB5VNlWctW.png','name':'Manitoba Film & Music','origin_country':'CA'},{'id':7543,'logo_path':'/sPBVpVQf44rVP65TVTFgsn9ZVwE.png','name':'Arcadia Motion Pictures','origin_country':'ES'},{'id':29566,'logo_path':'/4rFxqmQqdqrZPqsFjrjOdhCg7Yt.png','name':'Atresmedia Cine','origin_country':'ES'},{'id':82853,'logo_path':null,'name':'Tangent Animation','origin_country':''},{'id':82854,'logo_path':null,'name':'Capitan Arana','origin_country':''},{'id':82855,'logo_path':null,'name':'Pasacana Films','origin_country':''},{'id':97036,'logo_path':null,'name':'Pachacamac Film','origin_country':''},{'id':101118,'logo_path':null,'name':'Splendid Animation','origin_country':''},{'id':101122,'logo_path':null,'name':'BD Animation','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'ES','name':'Spain'}]","2016-10-14","0","90","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'pl','name':'Polski'}]","Released","Fast & Furry","Ozzy","false","5.9","68" +"false","/3m2iyo9BgxCf4LiBNFvOTYVYNwd.jpg","null","1150118","[{'id':14,'name':'Fantasy'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://girlasleepfilm.com/","364540","tt3955894","en","Girl Asleep","The world is closing in on Greta Driscoll. On the cusp of turning fifteen she can't bear to leave her childhood, it contains all the things that give her comfort in this incomprehensible new world. She floats in a bubble of loserdom with her only friend Elliott, until her parents throw her a surprise 15th birthday party and she's flung into a parallel place; a world that's weirdly erotic, a little bit violent and thoroughly ludicrous - only there can she find herself.","2.937","/4ohIpGpslodBYmZJtlQUw54uWEh.jpg","[{'id':65869,'logo_path':null,'name':'Windmill Theatre','origin_country':''},{'id':65870,'logo_path':null,'name':'Soft Tread Enterprises','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2015-10-20","0","77","[{'iso_639_1':'en','name':'English'}]","Released","Fifteen is going to turn a corner. It has to.","Girl Asleep","false","6.8","51" +"false","/yIZ1xendyqKvY3FGeeUYUd5X9Mm.jpg","null","47000000","[{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'},{'id':9648,'name':'Mystery'}]","http://www.arrivalmovie.com/","329865","tt2543164","en","Arrival","Taking place after alien crafts land around the world, an expert linguist is recruited by the military to determine whether they come in peace or are a threat.","20.269","/hLudzvGfpi6JlwUnsNhXwKKg4j.jpg","[{'id':2575,'logo_path':'/9YJrHYlcfHtwtulkFMAies3aFEl.png','name':'21 Laps Entertainment','origin_country':'US'},{'id':7493,'logo_path':'/452FO4LcI6lA6bfgl6w1kQYRBlr.png','name':'FilmNation Entertainment','origin_country':'US'},{'id':32300,'logo_path':null,'name':'Lava Bear Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-11-10","203388186","116","[{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Why are they here?","Arrival","false","7.4","10011" +"false","/fm4EVp32QA86tsFrfcD90ij2xnu.jpg","null","0","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","http://www.stickmanofficial.com/","374251","tt5095510","en","Stick Man","Stick Man lives in the family tree with his Stick Lady Love and their stick children three, and he's heading on an epic adventure across the seasons. Will he get back to his family in time for Christmas?","5.224","/5AT8JdBX4NoE2WdAeXRIGWtaij.jpg","[{'id':5644,'logo_path':'/uuj37wq2xE3Vru17BOs86ScNRc5.png','name':'Magic Light Pictures','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-10-05","0","27","[{'iso_639_1':'en','name':'English'}]","Released","","Stick Man","false","7.1","34" +"false","/4bHX7nAmjMiZO9eotJITyro0raw.jpg","null","9000000","[{'id':18,'name':'Drama'}]","http://www.foxsearchlight.com/jackie/","376866","tt1619029","en","Jackie","An account of the days of First Lady, Jacqueline Kennedy, in the immediate aftermath of John F. Kennedy's assassination in 1963.","9.949","/iMkl2Akc1f4CSJCieVwczM4KjZR.jpg","[{'id':85768,'logo_path':null,'name':'Jackie Productions (II)','origin_country':''},{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'},{'id':729,'logo_path':'/hNxGdbddbsDDnEWJ7RNLcGCRSLQ.png','name':'Why Not Productions','origin_country':'FR'},{'id':856,'logo_path':'/3tfzS2CrX6Ntbu927XzHXEPDA6y.png','name':'Wild Bunch','origin_country':'FR'},{'id':7503,'logo_path':'/3K8wbNkTn7O4wX89ucnp1ZYR1XF.png','name':'Protozoa Pictures','origin_country':'US'},{'id':8186,'logo_path':null,'name':'Bliss Media','origin_country':''},{'id':10285,'logo_path':'/5jxaT7zoJKtnwqxniiJ9iJLsJru.png','name':'LD Entertainment','origin_country':'US'},{'id':24459,'logo_path':null,'name':'Fabula','origin_country':''},{'id':35587,'logo_path':'/vno2XMBjZ7EXZBrhDbknslmp0cB.png','name':'Endemol Shine North America','origin_country':'US'}]","[{'iso_3166_1':'CL','name':'Chile'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","2016-12-02","13960394","100","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","I want them to see what they have done to Jack.","Jackie","false","6.5","1375" +"false","/iOoG5nq8VzRokjqnwaH2WKBbjyy.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","http://www.mandownmovie.com/","296523","tt2461520","en","Man Down","A haunted Afghanistan war veteran attempts to come to terms with his past while searching for his family in a post-apocalyptic America.","6.066","/xX13pMLcnSun6CqbOpKcVmkr335.jpg","[{'id':95674,'logo_path':'/xGM4kuLuDAQcrVbkfkSqIOxa7gy.png','name':'Binary Light','origin_country':'US'},{'id':5294,'logo_path':null,'name':'Mpower Pictures','origin_country':''},{'id':51942,'logo_path':null,'name':'Krannel Pictures','origin_country':''},{'id':856,'logo_path':'/3tfzS2CrX6Ntbu927XzHXEPDA6y.png','name':'Wild Bunch','origin_country':'FR'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-12-02","454516","92","[{'iso_639_1':'en','name':'English'}]","Released","He's coming home to the war he never left.","Man Down","false","6.2","133" +"false","/3u6DHdGKUvM9Zvy52LDUCLSrI4y.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'}]","http://www.magnetreleasing.com/theeyesofmymother/","371560","tt5225338","en","The Eyes of My Mother","A young, lonely woman is consumed by her deepest and darkest desires after tragedy strikes her quiet country life.","5.719","/iazimTjf1h5FfLzx9B7ijzUN8C2.jpg","[{'id':38956,'logo_path':null,'name':'Tandem Pictures','origin_country':''},{'id':85140,'logo_path':'/MCCWEqtp5SFXX2bZiaFCyFdLL3.png','name':'Borderline Presents','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-12-02","0","76","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","","The Eyes of My Mother","false","6.3","151" +"false","/fqdFGHtay4N8vKw0wrbui1VTezc.jpg","null","1000000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","","398841","tt3184720","en","Blood Lust","It focuses on two friends, one of whom pursues a relationship with a mysterious woman who part owns a guest house and who he has been dating online. Problems occur when guests at the isolated guest house begin to disappear and the guys discover the truth about the woman and her monstrous sisters and how they must escape from a mysterious island if they want to survive beyond dawn.","1.796","/7irvx27eZebFRL3RUUfi1K1FlNQ.jpg","[{'id':76098,'logo_path':null,'name':'Aristos Films','origin_country':''}]","[{'iso_3166_1':'NZ','name':'New Zealand'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-01-15","0","74","[{'iso_639_1':'en','name':'English'}]","Released","Revenge is a dish","Blood Lust","false","4.6","5" +"false","/b8Cq27Wf2ullc6CMeqocJb2fjh.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'}]","","43788","tt0034027","en","'Pimpernel' Smith","Eccentric Cambridge archaeologist Horatio Smith (Howard) takes a group of British and American archaeology students to pre-war Nazi Germany to help in his excavations. His research is supported by the Nazis, since he professes to be looking for evidence of the Aryan origins of German civilisation. However, he has a secret agenda: to free inmates of the concentration camps.","1.473","/2MeWLt3pwvb1PMv8IT2HyFkbswI.jpg","[{'id':14197,'logo_path':null,'name':'British National Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1941-07-26","0","120","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","The man the Gestapo hates!","'Pimpernel' Smith","false","7.1","13" +"false","/aEKGXZx4puUx6WpErqIm2mDXDqU.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","","43882","tt0043859","en","No Highway in the Sky","James Stewart plays aeronautical engineer Theodore Honey, the quintessential absent-minded professor: eccentric, forgetful, but brilliant. His studies show that the aircraft being manufactured by his employer has a subtle but deadly design flaw that manifests itself only after the aircraft has flown a certain number of hours. En route to a crash site to prove his theory, Honey discovers that he is aboard a plane rapidly approaching his predicted deadline.","2.559","/kbr3vZMXm71N7NIIFJyPeDuL9r4.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1951-09-21","0","98","[{'iso_639_1':'en','name':'English'}]","Released","EXCITEMENT and SUSPENSE 18,000 Feet Over the Atlantic!","No Highway in the Sky","false","7","20" +"false","/aCFODSmHmH1UkzorQZxonL4LpHE.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","http://www.ifcfilms.com/films/king-cobra","390584","tt5129682","en","King Cobra","When a lonely suburban man turned gay porn producer discovers a hot, lucrative new star, he finds himself the target of rival pornographers who will stop at nothing to steal his money maker.","4.975","/4FkAZeJlFAsu1FrvwNLAaKObDfp.jpg","[{'id':76629,'logo_path':null,'name':'Digital Ignition Entertainment','origin_country':'US'},{'id':75355,'logo_path':'/avj80RsunqwDbOS6oLp4plRE5UQ.png','name':'Yale Productions','origin_country':'US'},{'id':65649,'logo_path':null,'name':'SSS Entertainment','origin_country':''},{'id':75357,'logo_path':'/zXT1JFP82YL245wlLpauAJDZA25.png','name':'BondIt','origin_country':'US'},{'id':8924,'logo_path':'/5NTQun1m6FVJVOVHOubJ5SqyMvi.png','name':'Rabbit Bandini Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-10-21","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Sex is not a game, it's business.","King Cobra","false","5.9","256" +"false","/r1cxWfZaQguJmmjEmiIWFWOZzj.jpg","{'id':438282,'name':'Cross Collection','poster_path':'/lc3cpdVPmaZGo1iynGmyUBVXTbC.jpg','backdrop_path':'/tvNN3bw0dau7eIP00se9HcxnHKo.jpg'}","0","[{'id':28,'name':'Action'}]","","412452","tt3592904","en","Cross Wars","Cross is aided by his team of weapons experts Riot, War, Shark, Lucia, Ranger, Saint, Blackfire and Nuke. Their biggest fight is against their most dangerous enemy GUNNAR. A thousand year old Viking that's cursed to live for ever. Gunnar's only chance at ending his own life is to be the last living soul on earth. The Cross Team must stop Gunnar before he ends humanity.","2.716","/xB43VTxoDCc36vilfGHOscVg8yc.jpg","[{'id':80626,'logo_path':null,'name':'El Ride Productions','origin_country':''},{'id':21840,'logo_path':null,'name':'Morningstar Films','origin_country':''},{'id':32312,'logo_path':'/n46oF7edtdFO5BOzeEvP7AjmGDN.png','name':'4Horsemen Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-02-11","0","98","[{'iso_639_1':'en','name':'English'}]","Released","Never too late to save mankind!","Cross Wars","false","4.5","17" +"false","/rPCvRf72tkMCao9mRT99DYJUZLE.jpg","null","150000000","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':16,'name':'Animation'}]","http://movies.disney.com/moana","277834","tt3521164","en","Moana","In Ancient Polynesia, when a terrible curse incurred by Maui reaches an impetuous Chieftain's daughter's island, she answers the Ocean's call to seek out the demigod to set things right.","5.199","/z4x0Bp48ar3Mda8KiPD1vwSY3D8.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':6125,'logo_path':'/tVPmo07IHhBs4HuilrcV0yujsZ9.png','name':'Walt Disney Animation Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-11-23","695331111","107","[{'iso_639_1':'en','name':'English'}]","Released","The ocean is calling.","Moana","false","7.5","6640" +"false","/onUPMFmOtoQH6T6AZs5pgTnHhLM.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.crossdayproductions.com/a-hundred-streets","334532","tt2990126","en","100 Streets","Three people, three extraordinary stories. All lived out within a hundred London streets.","6.184","/ouOIaLg5AMHw9o9mOhlbCTq1PML.jpg","[{'id':86673,'logo_path':null,'name':'Helicopter Film Services','origin_country':''},{'id':32201,'logo_path':null,'name':'CrossDay Productions Ltd.','origin_country':''},{'id':80604,'logo_path':null,'name':'Green Door Pictures','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-11-11","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Anybody can take a wrong turn.","100 Streets","false","6.2","88" +"false","/zLRFaMAmzgvbQ07odtorwu3tZme.jpg","null","764700","[{'id':18,'name':'Drama'}]","http://www.thedreamchildren.com","325669","tt3356682","en","The Dream Children","Alex wants to become a father. Steven, his partner, has to confront his insecurities and fear of change after a lifetime smothered by superficiality. Unable to adopt legally, but still eager to become parents, they decide to turn to the black market, adopting a child from a desperate young woman, who's return with a dangerous new boyfriend, threatens to destroy everything they love.","1.126","/Aa2vvTUMwFGhOhdQs5btrAgrDH3.jpg","[{'id':86521,'logo_path':null,'name':'Fat Kid Films','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2015-03-24","0","98","[{'iso_639_1':'en','name':'English'}]","Released","Nothing lasts forever....","The Dream Children","false","6.7","9" +"false","/o6qzCv9jyAmLQe5twRX3jfEOAfg.jpg","null","10000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","329981","tt2582500","en","Shut In","A widowed child psychologist lives in an isolated existence in rural New England. When caught in a deadly winter storm, she must find a way to rescue a young boy before he disappears forever.","7.408","/qXIGq6ddQhIYe4Z7A86nZ1qjUME.jpg","[{'id':6896,'logo_path':'/2Q89KvzxTKB5BAv9RqFIPI1qb7E.png','name':'EuropaCorp','origin_country':'FR'},{'id':32300,'logo_path':null,'name':'Lava Bear Films','origin_country':'US'},{'id':60843,'logo_path':null,'name':'Transfilm International','origin_country':''},{'id':10611,'logo_path':'/zQ4fGaEnNkWfSzyygXRcUZwPmDG.png','name':'Cin??+','origin_country':'FR'},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'FR','name':'France'}]","2016-11-11","13082071","91","[{'iso_639_1':'en','name':'English'}]","Released","Some fears can't be shut out.","Shut In","false","5.1","345" +"false","/tC0tVH5KQhCwMlddnyA3iWOSuBA.jpg","null","85000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':10752,'name':'War'},{'id':10749,'name':'Romance'},{'id':53,'name':'Thriller'}]","http://www.alliedmovie.com/","369885","tt3640424","en","Allied","In 1942, an intelligence officer in North Africa encounters a female French Resistance fighter on a deadly mission behind enemy lines. When they reunite in London, their relationship is tested by the pressures of war.","17.075","/nzXzLFTnd0Zb3ExfhOxlQgizgSu.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':3281,'logo_path':'/8tMybAieh64uzvm8knSjXOFX8Qc.png','name':'GK Films','origin_country':'GB'},{'id':11395,'logo_path':null,'name':'ImageMovers','origin_country':''},{'id':83645,'logo_path':null,'name':'Huahua Media','origin_country':'CN'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2016-11-17","119520023","124","[{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'de','name':'Deutsch'}]","Released","The enemy is listening.","Allied","false","6.7","2618" +"false","/xA959uQHOMCV1as2ZbUfm06dyXw.jpg","null","25000000","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://www.foxmovies.com/movies/rules-dont-apply","291328","tt1974420","en","Rules Don't Apply","It's Hollywood, 1958. Small town beauty queen and devout Baptist virgin Marla Mabrey, under contract to the infamous Howard Hughes, arrives in Los Angeles. At the airport, she meets her driver Frank Forbes, who is engaged to be married to his seventh grade sweetheart and is a deeply religious Methodist. Their instant attraction not only puts their religious convictions to the test, but also defies Hughes' number one rule: No employee is allowed to have any relationship whatsoever with a contract actress. Hughes' behavior intersects with Marla and Frank in very separate and unexpected ways, and as they are drawn deeper into his bizarre world, their values are challenged and their lives are changed.","6.796","/tODM3IervLotPDwUFNaJvjTcNpG.jpg","[{'id':15383,'logo_path':null,'name':'Tatira','origin_country':''},{'id':2265,'logo_path':'/cA8M1Z7jx5ZXtLEFBgzot6RGPxM.png','name':'Shangri-La Entertainment','origin_country':'US'},{'id':10104,'logo_path':'/hNuGhsKVlmhnwSRcmOejDBDjh6w.png','name':'New Regency Pictures','origin_country':'US'},{'id':13241,'logo_path':null,'name':'Demarest Films','origin_country':''},{'id':32551,'logo_path':null,'name':'World View Entertainment','origin_country':''},{'id':86420,'logo_path':null,'name':'Considered Entertainment','origin_country':''},{'id':86421,'logo_path':null,'name':'Robson Orr Entertainment','origin_country':'US'},{'id':86422,'logo_path':null,'name':'Fiore Group','origin_country':''},{'id':86423,'logo_path':null,'name':'Windsor Media','origin_country':''},{'id':41624,'logo_path':'/wzKxIeQKlMP0y5CaAw25MD6EQmf.png','name':'RatPac-Dune Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-11-23","3885342","127","[{'iso_639_1':'en','name':'English'}]","Released","","Rules Don't Apply","false","5.9","233" +"false","/tFI8VLMgSTTU38i8TIsklfqS9Nl.jpg","null","166000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'}]","http://marvel.com/doctorstrange","284052","tt1211837","en","Doctor Strange","After his career is destroyed, a brilliant but arrogant surgeon gets a new lease on life when a sorcerer takes him under her wing and trains him to defend the world against evil.","27.135","/4PiiNGXj1KENTmCBHeN6Mskj2Fq.jpg","[{'id':420,'logo_path':'/hUzeosd33nzE5MCNsZxCGEKTXaQ.png','name':'Marvel Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-10-25","677718395","115","[{'iso_639_1':'en','name':'English'}]","Released","Open your mind. Change your reality.","Doctor Strange","false","7.3","11820" +"false","/qORj239xec20i9ju2E88eKmlnJJ.jpg","null","0","[]","","296063","tt3828116","en","Ming of Harlem: Twenty One Storeys in the Air","Ming of Harlem: Twenty One Storeys in the Air is an only-in-New-York account of Ming, Al, and Antoine Yates, who cohabited in a high-rise social housing apartment at Drew-Hamilton complex in Harlem for several years until 2003, when news of their dwelling caused a public outcry and collective outpouring of disbelief. On the discovery that Ming was a 500-pound pound Tiger and Al a seven-foot alligator, their story took on an astonishing dimension. The film frames Yates???s recollections with a poetic study of Ming and Al, the predators??? presence combined with a text by philosopher Jean-Luc Nancy, reimagining the circumstances of the wild inside, animal names, strange territories, and human-animal relations.","0.6","/fxTjKTOeMZ8j2HrzuKGMI7K0UKK.jpg","[]","[]","2014-01-01","0","71","[]","Released","","Ming of Harlem: Twenty One Storeys in the Air","false","10","2" +"false","/1ytaxWeVHDYtb7KPkrn3GNtDJdF.jpg","null","4000000","[{'id':18,'name':'Drama'}]","http://www.moonlight-movie.com","376867","tt4975722","en","Moonlight","The tender, heartbreaking story of a young man???s struggle to find himself, told across three defining chapters in his life as he experiences the ecstasy, pain, and beauty of falling in love, while grappling with his own sexuality.","14.393","/qAwFbszz0kRyTuXmMeKQZCX3Q2O.jpg","[{'id':81,'logo_path':'/8wOfUhA7vwU2gbPjQy7Vv3EiF0o.png','name':'Plan B Entertainment','origin_country':'US'},{'id':6724,'logo_path':null,'name':'Upload Films','origin_country':''},{'id':41077,'logo_path':'/1ZXsGaFPgrgS6ZZGS37AqD5uU12.png','name':'A24','origin_country':'US'},{'id':103697,'logo_path':null,'name':'PASTEL','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-10-21","65046687","111","[{'iso_639_1':'en','name':'English'}]","Released","This is the story of a lifetime","Moonlight","false","7.4","3744" +"false","/2XgosXMYYnZ0hBJyCnUn8sPEpAr.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':18,'name':'Drama'}]","http://www.backgammonfilm.com","337407","tt2210451","en","Backgammon","When Lucian and Miranda are left alone in an isolated mansion for the weekend, their mutual attraction grows, as does their unease about the whereabouts of Miranda's ex-boyfriend who may be hiding somewhere in the house.","1.4","/4MVsqOp4rXgCooCqN6QibGMtLcU.jpg","[{'id':86500,'logo_path':null,'name':'3:1 Cinema','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'MX','name':'Mexico'}]","2016-03-11","0","89","[{'iso_639_1':'en','name':'English'}]","Released","","Backgammon","false","4.6","10" +"false","/vhlFdRuFppHLbQCt2b9kXN2aEgc.jpg","null","350000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","https://www.facebook.com/CampusLifeMovie/","277353","tt2639514","en","Campus Code","The college experience - studying, dating, partying... but when one of their classmates disintegrates right before their eyes, Ari, Becca, Izzy, Greta and Arun must battle security, the Griefers and each other to uncover the incredible truth about themselves and this other-worldly campus before they are all eliminated.","1.183","/4QiIuzW4PAmxCxtMfG6m0FhATiw.jpg","[{'id':77015,'logo_path':null,'name':'Campus Life Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-09-22","0","110","[{'iso_639_1':'en','name':'English'}]","Released","Play by the rules, or be eliminated.","Campus Code","false","4.1","7" +"false","/8SQkkMqHqYPaJZsYmxmBp8mQY3M.jpg","null","22500000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.focusfeatures.com/nocturnalanimals","340666","tt4550098","en","Nocturnal Animals","Susan Morrow receives a book manuscript from her ex-husband ??? a man she left 20 years earlier ??? asking for her opinion of his writing. As she reads, she is drawn into the fictional life of Tony Hastings, a mathematics professor whose family vacation turns violent.","13.559","/6yf5tQgzbLj1HomN6vGqfBggpx9.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':10146,'logo_path':'/xnFIOeq5cKw09kCWqV7foWDe4AA.png','name':'Focus Features','origin_country':'US'},{'id':2394,'logo_path':'/sUWGEjxxCU5McOoD2JPrJHDW7K3.png','name':'Artina Films','origin_country':'US'},{'id':9351,'logo_path':null,'name':'Fade to Black Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-11-04","29252978","116","[{'iso_639_1':'en','name':'English'}]","Released","When you love someone you can't just throw it away","Nocturnal Animals","false","7.4","4029" +"false","/m1CYJWJ1iVXcSrHTZ4EEeU4xx8i.jpg","null","1500000","[{'id':18,'name':'Drama'}]","http://imnotashamedfilm.com/","409502","tt4950110","en","I'm Not Ashamed","Based on the inspiring and powerful true story and journal entries of Rachel Joy Scott- the first student killed in the Columbine high school shooting in 1999.","4.867","/5GjUg30LoFWZOrBrxBGgGIRbNJj.jpg","[{'id':85627,'logo_path':null,'name':'Visible Pictures','origin_country':''},{'id':85628,'logo_path':null,'name':'All Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-10-21","2000000","112","[{'iso_639_1':'en','name':'English'}]","Released","Her faith would touch the world.","I'm Not Ashamed","false","7","79" +"false","/nDS8rddEK74HfAwCC5CoT6Cwzlt.jpg","{'id':403374,'name':'Jack Reacher Collection','poster_path':'/7baSUtFKi8PQ9SLo6ECYBfAW2K8.jpg','backdrop_path':'/vViRXFnSyGJ2fzMbcc5sqTKswcd.jpg'}","60000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://www.jackreachermovie.com/","343611","tt3393786","en","Jack Reacher: Never Go Back","Jack Reacher must uncover the truth behind a major government conspiracy in order to clear his name. On the run as a fugitive from the law, Reacher uncovers a potential secret from his past that could change his life forever.","12.437","/IfB9hy4JH1eH6HEfIgIGORXi5h.jpg","[{'id':21777,'logo_path':null,'name':'TC Productions','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':82819,'logo_path':'/5Z8WWr0Lf1tInVWwJsxPP0uMz9a.png','name':'Skydance Media','origin_country':'US'},{'id':83645,'logo_path':null,'name':'Huahua Media','origin_country':'CN'},{'id':3407,'logo_path':null,'name':'Shanghai Film Group','origin_country':'CN'}]","[{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'US','name':'United States of America'}]","2016-10-19","162146076","118","[{'iso_639_1':'en','name':'English'}]","Released","Justice is Coming.","Jack Reacher: Never Go Back","false","5.6","2744" +"false","/yhVNnf5UpSRHK9d69aa7ZIJQqp8.jpg","null","0","[{'id':18,'name':'Drama'}]","","82944","tt0055464","en","Something Wild","A young rape victim tries desperately to pick up the pieces of her life, only to find herself at the mercy of a would-be rescuer.","1.995","/2kpMdA5lfIVrYo9DYvSb6o1u8dk.jpg","[{'id':33818,'logo_path':null,'name':'Prometheus Enterprises Inc.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1961-12-23","0","112","[{'iso_639_1':'en','name':'English'}]","Released","On the cinema horizon...something new...something unusual...something wild!","Something Wild","false","6.3","9" +"false","/eIOT5KCcb74EbPeSC12gwY1I4Uh.jpg","null","6229577","[{'id':18,'name':'Drama'},{'id':10752,'name':'War'},{'id':10749,'name':'Romance'}]","http://www.sonypictures.com/movies/guernica/","363841","tt2556114","en","Gernika","The fates of Henry - an American correspondent - and Teresa, one of the Republic's censors during the Spanish Civil War.","4.569","/xngfVEXUvtWHzYbrARHNTi51JeK.jpg","[{'id':65428,'logo_path':null,'name':'Pterodactyl Productions','origin_country':''},{'id':65429,'logo_path':null,'name':'Pecado Films','origin_country':''},{'id':65430,'logo_path':null,'name':'Travis Producciones','origin_country':''}]","[{'iso_3166_1':'ES','name':'Spain'}]","2016-04-26","0","110","[{'iso_639_1':'eu','name':'euskera'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","In love and war the first casualty is truth","Guernica","false","5.4","64" +"false","/emGSnyEUPa1xiqb5BFASZiYVp33.jpg","null","1271000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':37,'name':'Western'},{'id':53,'name':'Thriller'}]","","14554","tt0047849","en","Bad Day at Black Rock","A stranger visits a tiny Western town determined to keep a horrible secret.","6.369","/ysinh75Qd9c4s6okkDvNgL3mFoG.jpg","[{'id':1460,'logo_path':null,'name':'Loew's','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1955-01-07","3788000","81","[{'iso_639_1':'en','name':'English'}]","Released","They're going to kill you...with no hard feelings!","Bad Day at Black Rock","false","7.2","133" +"false","/awZwLXuPAGZEARF3y18S3qWt5LH.jpg","null","15000000","[{'id':18,'name':'Drama'}]","","317557","tt4341582","en","Queen of Katwe","A young girl overcomes her disadvantaged upbringing in the slums of Uganda to become a Chess master.","8.771","/8nIIoHuV1c8orDNCyTcHuDhoc4q.jpg","[{'id':21864,'logo_path':null,'name':'Cine Mosaic','origin_country':'US'},{'id':252,'logo_path':'/iASOYficVcY1QpUOySacOWfrObX.png','name':'Mirabai Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-09-23","10367161","124","[{'iso_639_1':'en','name':'English'}]","Released","","Queen of Katwe","false","7.2","215" +"false","/1ovpL0Oc1mqy8fllLR511UJkKsj.jpg","null","5005600","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","","375366","tt4547056","en","The Girl with All the Gifts","In the future, a strange fungus has changed nearly everyone into a thoughtless, flesh-eating monster. When a scientist and a teacher find a girl who seems to be immune to the fungus, they all begin a journey to save humanity.","10.513","/33IDooA29ctGHNE7gQW6cwbmRP3.jpg","[{'id':16877,'logo_path':null,'name':'BFI Film Fund','origin_country':'GB'},{'id':19638,'logo_path':'/6R3XtbihMWuDRFnlm4MkpxhmEKf.png','name':'Altitude Film Entertainment','origin_country':'GB'},{'id':85169,'logo_path':null,'name':'Poison Chef','origin_country':''},{'id':85170,'logo_path':null,'name':'Altitude Film Sales','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-09-23","0","110","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Our greatest threat is our only hope.","The Girl with All the Gifts","false","6.4","944" +"false","/9qEX4wThvze2EOFDgxfqvijD4eg.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","270007","tt2782844","en","Take Down","Sons and daughters of international billionaires are sent to an boot camp where they are taught basic survival skills in hopes it will teach them responsibility. When they are taken hostage and taken for ransom by kidnappers, they will need to utilize every skill they learned to survive.","6.02","/8WyylvFPDpBBRcl7S3d4dAtJ4y1.jpg","[{'id':19404,'logo_path':null,'name':'Pinewood Studios','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-05-05","0","107","[{'iso_639_1':'en','name':'English'}]","Released","Rich. Spoiled. Hunted.","Take Down","false","5.7","81" +"false","/a6qgVLVE6SZfaAF1O5DgppfqDAC.jpg","{'id':501909,'name':'Boo! A Madea Halloween Collection','poster_path':'/gvSSZFgrnZhRESXBJVFyMSLDGmX.jpg','backdrop_path':'/hdCjaO2DdoBd0pc1XslC8Vvtz0G.jpg'}","20000000","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'},{'id':18,'name':'Drama'}]","","380124","tt5325452","en","Boo! A Madea Halloween","Madea winds up in the middle of mayhem when she spends a hilarious, haunted Halloween fending off killers, paranormal poltergeists, ghosts, ghouls, and zombies while keeping a watchful eye on a group of misbehaving teens.","6.57","/dpSWKKBtXOu8hDNJRCIAYfcRtdD.jpg","[{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':3096,'logo_path':'/fkZTZ4veYYr3lwr2riVrVAOfeqD.png','name':'Tyler Perry Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-10-21","74827344","103","[{'iso_639_1':'en','name':'English'}]","Released","","Boo! A Madea Halloween","false","5.3","278" +"false","/5kZMSB5farZsUkyDhONGGOlHmxZ.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","345918","tt2597768","en","Come and Find Me","When his girlfriend goes missing, David must track down her whereabouts after he realizes she's not who she was pretending to be.","6.644","/9xferigjA87Zjzke9LcTbuyDz0w.jpg","[{'id':85465,'logo_path':null,'name':'Oddfellows Entertainment','origin_country':'CA'},{'id':7625,'logo_path':'/kzq4ibnNeZrp00zpBWv3st1QCOh.png','name':'Automatik Entertainment','origin_country':'US'},{'id':85466,'logo_path':'/yIDg47SluPIkhh6ZXhJerIMNmRw.png','name':'Motion Picture Capital','origin_country':'GB'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-11-11","0","112","[{'iso_639_1':'en','name':'English'}]","Released","","Come and Find Me","false","5.7","124" +"false","/mMr3ylvO1a2o8pGAja2feDfGG9H.jpg","null","1250000","[{'id':53,'name':'Thriller'}]","http://www.operationavalanche-movie.com/","376453","tt3776826","en","Operation Avalanche","In 1967, four undercover CIA agents were sent to NASA posing as a documentary film crew. What they discovered led to one of the biggest conspiracies in American history.","6.088","/fhASK3sWpe85FW44VMs7YBVaG5Z.jpg","[{'id':72063,'logo_path':null,'name':'Zapruder Films','origin_country':''},{'id':12142,'logo_path':'/rPnEeMwxjI6rYMGqkWqIWwIJXxi.png','name':'XYZ Films','origin_country':'US'},{'id':24195,'logo_path':null,'name':'Resolute Films and Entertainment','origin_country':'CA'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-07-29","55000","94","[{'iso_639_1':'en','name':'English'}]","Released","It's not a lie if you believe it","Operation Avalanche","false","6.3","100" +"false","/r2Yysp0MUqhrVCkgHywzpzpXM2l.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","262982","tt2918606","en","The Hollow Point","Los Reyes County, Arizona. Leland, a retired lawman, works with Wallace, the new sheriff who replaces him, when a vicious hit man, sent by a Mexican drug cartel, threatens their border small town.","5.788","/6neGGPCy42iWn7av22IXYVvGOWe.jpg","[{'id':18239,'logo_path':null,'name':'Atlas Independent','origin_country':''},{'id':88606,'logo_path':null,'name':'Vertical Entertainment','origin_country':''},{'id':24510,'logo_path':null,'name':'MICA Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-12-16","1271880","94","[{'iso_639_1':'en','name':'English'}]","Released","Good men can do bad things","The Hollow Point","false","6.2","80" +"false","/t2Am9AMMiqGYcWeBH3h0fZr3rL9.jpg","null","0","[{'id':80,'name':'Crime'}]","","548607","tt5017060","en","Maigret's Dead Man","One morning, an agitated man calls the Police judiciaire asking for Maigret. He claims he's being followed by someone trying to kill him. Before Maigret can get the details he hangs up, calls back again from various caf??s, until the calls finally stop. That night, his body is found, his face badly beaten, stabbed to death. Riddled with guilt for not having saved ???his"" dead man, Maigret is determined to find the murderer.","1.744","/nauC4cIWtwfviwaKKnM0hRTh3p6.jpg","[{'id':2651,'logo_path':null,'name':'Fragile Films','origin_country':'GB'},{'id':2650,'logo_path':null,'name':'Ealing Studios','origin_country':''},{'id':108569,'logo_path':null,'name':'Maigret Productions','origin_country':'GB'},{'id':114032,'logo_path':null,'name':'Pioneer Stilking Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-12-26","0","88","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","","Maigret's Dead Man","false","7.3","7" +"false","/nR1P3kooXSHIScQIhtqGWLExJDX.jpg","null","10000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","300667","tt4158624","en","3 Generations","A teenager transitions from female to male, and his family must come to terms with that fact.","5.919","/A40ko85pS3yrkzeYVuVKB8Xbjjq.jpg","[{'id':7437,'logo_path':'/e5CcgFrdlxMUwlsS72si8q1yHBr.png','name':'IM Global','origin_country':'US'},{'id':188,'logo_path':'/40E8iNvy6brH6t4BbmQL211jIpl.png','name':'Big Beach','origin_country':'US'},{'id':308,'logo_path':'/e8F3mQM7DkJ5SfYYDp8FYzPBOGX.png','name':'The Weinstein Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-02-11","0","87","[{'iso_639_1':'en','name':'English'}]","Released","A Family In Transition","3 Generations","false","6.4","270" +"false","/v5ZqlUdR5YF7UkzcGBiCvS5zUBI.jpg","null","0","[{'id':53,'name':'Thriller'}]","","3014","tt0046031","en","The Man Between","""The Man Between"" is a 1953 British thriller film directed by Carol Reed and starring James Mason, Claire Bloom, Hildegard Knef and Geoffrey Toone. A British woman on a visit to post-war Berlin is caught up in an espionage ring smuggling secrets into and out of the Eastern Bloc.","2.938","/2lvwhw7iXl1kZSBz8mtIyTsXeh6.jpg","[{'id':659,'logo_path':null,'name':'London Film Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1953-11-18","0","100","[{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","Terror! Vice! Violence! He stopped at nothing!","The Man Between","false","7","17" +"false","/bam6RudCnYDj8YIZt2vi3bUTxSp.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","","31623","tt0041163","en","Battleground","The film concentrates on the camaraderie and the divisions between the troops as they ready for the big offensive. Told in a taut narrative, the men of the 101st, led by Van Johnson, wait out the winter in the Ardennes forest to confront the German army in what would be the last major offensive of World War II. The men are demoralized and trapped, with no hope of support from the Allies.","2.679","/2r1eGqOuEgEgskED749DkKHv9dl.jpg","[{'id':1460,'logo_path':null,'name':'Loew's','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1949-11-09","0","118","[{'iso_639_1':'cs','name':'??esk??'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'de','name':'Deutsch'}]","Released","The First Great Picture Of The Second World War !","Battleground","false","6.8","39" +"false","/vjLeUoKO3k6auFQMaFgrzt8fmQA.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'}]","http://www.redbillabongmovie.com/","360924","tt4011010","en","Red Billabong","In the Australian Outback, two brothers discover old secrets and family lies. As their friends start to go missing they fear they are being stalked by someone or something from their worst nightmares - But is it just - A story? A legend? A hoax? Or is it real?","1.434","/fG9MgBi7qPqAGsZlNAhDE0C0XuV.jpg","[{'id':85434,'logo_path':null,'name':'SparkeFilms History Design','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2016-08-25","0","113","[{'iso_639_1':'en','name':'English'}]","Released","Blood is Thicker than Water","Red Billabong","false","4.9","8" +"false","/seFTzP7VeANsQCHBHjg9dohh6ND.jpg","null","0","[{'id':35,'name':'Comedy'}]","https://www.facebook.com/The-Highschoolers-Guide-to-College-Parties-186465891724/","387999","tt1572506","en","The High Schooler's Guide to College Parties","Shaquille has grown up below the radar and believes that his ticket to a better life lies in throwing a college party. All hell breaks loose as Shaq tries to fix the party--and his future.","0.866","/2BJhWB85h5KtXMDJ385qFd5XFw2.jpg","[{'id':23431,'logo_path':null,'name':'Hold It Now Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-10-01","0","90","[{'iso_639_1':'en','name':'English'}]","Released","You think planning your future is hard? Try planning a College Party.","The High Schooler's Guide to College Parties","false","5","6" +"false","/mLXW1TJoutwUVorMncIxOmos6H3.jpg","{'id':47770,'name':'Phantasm Collection','poster_path':'/xqgAkKmQRrk0UaIbWMak4RRSQm7.jpg','backdrop_path':'/bu33EKctcBJvN5KHR780lWQkyJd.jpg'}","300000","[{'id':27,'name':'Horror'}]","http://phantasm.com","9638","tt0079714","en","Phantasm","A young boy and his friends face off against a mysterious grave robber known only as the Tall Man, who keeps a mysterious arsenal of terrible weapons with him.","7.961","/59GIYULisvSYMwawbbtCnjaPMAn.jpg","[{'id':494,'logo_path':null,'name':'AVCO Embassy Pictures','origin_country':'US'},{'id':22540,'logo_path':null,'name':'New Breed Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1979-05-03","11988469","89","[{'iso_639_1':'en','name':'English'}]","Released","If this one doesn???t scare you, you???re already dead.","Phantasm","false","6.5","267" +"false","/wsko1RF3SozpVjA3VKFO18qpzci.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':9648,'name':'Mystery'}]","","333663","tt3708886","en","War on Everyone","Two corrupt cops in New Mexico set out to blackmail and frame every criminal unfortunate enough to cross their path. Things take a sinister turn, however, when they try to intimidate someone who is more dangerous than they are. Or is he?","8.038","/wBx9dHmSIdtHLdrC7inEsu1sErD.jpg","[{'id':83397,'logo_path':null,'name':'Reel Chefs Catering','origin_country':''},{'id':5056,'logo_path':'/kADFcjL04xe5HGBnlLjbfhliS2a.png','name':'Head Gear Films','origin_country':'GB'},{'id':7308,'logo_path':null,'name':'Reprisal Films','origin_country':''},{'id':25954,'logo_path':null,'name':'Metrol Technology','origin_country':'GB'},{'id':50079,'logo_path':null,'name':'Kreo Films FZ','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-10-07","0","98","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'nl','name':'Nederlands'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","They have the right to remain violent.","War on Everyone","false","5.8","201" +"false","/45zVQcCegFVyvImzXyfXy63XDlr.jpg","{'id':256287,'name':'Justice League (Animated) Collection','poster_path':'/5qm3MlCJkAtEUvnGPYwnKzrgAIO.jpg','backdrop_path':'/v4ijBegXGXDltrqRbhlEQqfoDl2.jpg'}","0","[{'id':28,'name':'Action'},{'id':16,'name':'Animation'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","http://www.warnerbros.com/justice-league-dark","408220","tt2494376","en","Justice League Dark","Beings with supernatural powers join together to fight against supernatural villains.","9.093","/lGa2sK2LdcHQjasYyukl3P2nras.jpg","[{'id':2785,'logo_path':'/l5zW8jjmQOCx2dFmvnmbYmqoBmL.png','name':'Warner Bros. Animation','origin_country':'US'},{'id':9993,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-01-24","0","75","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'de','name':'Deutsch'}]","Released","","Justice League Dark","false","6.9","378" +"false","/sUlJxqjQuySE1y1Av2nGdwZ2i9F.jpg","{'id':558854,'name':'Howard Lovecraft Collection','poster_path':'/ajyaY6M84dzFm3XWze6YdGl2NX5.jpg','backdrop_path':'/hiQGe00dyghoxVcuXCxZvZX27nX.jpg'}","0","[{'id':10751,'name':'Family'},{'id':16,'name':'Animation'}]","https://www.shoutfactory.com/film/film-animation/howard-lovecraft-and-the-frozen-kingdom","409307","tt4768656","en","Howard Lovecraft & the Frozen Kingdom","After visiting his father in Arkham Sanitarium, young Howard Lovecraft accidentally uses the legendary Necronomicon to open a portal to a strange frozen world filled with horrifying creatures and a great adventure.","1.855","/i7GwaghMIDYUQLZE0fCsyNCOQrT.jpg","[{'id':55446,'logo_path':null,'name':'Arcana Studio','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2016-10-03","0","83","[{'iso_639_1':'en','name':'English'}]","Released","For Howard, things are about to get R'lyeh crazy.","Howard Lovecraft & the Frozen Kingdom","false","5.8","20" +"false","/4yaJtjCeOpunGKgvEDKJKZNE1pn.jpg","null","0","[{'id':14,'name':'Fantasy'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","http://www.louis-drax-movie.com/","294795","tt3991412","en","The 9th Life of Louis Drax","A psychologist who begins working with a young boy who has suffered a near-fatal fall finds himself drawn into a mystery that tests the boundaries of fantasy and reality.","6.42","/jMRRPpUlDrCGWlMWJ1cuSANcgTP.jpg","[{'id':85653,'logo_path':null,'name':'Fire Axe Pictures','origin_country':''},{'id':1063,'logo_path':'/fpVBhNnopOZwGuF0gg99oBHp1ht.png','name':'Brightlight Pictures','origin_country':'CA'},{'id':85654,'logo_path':null,'name':'Blank Tape','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2016-09-01","0","108","[{'iso_639_1':'en','name':'English'}]","Released","A mystery beyond reality.","The 9th Life of Louis Drax","false","6.4","242" +"false","/b8q0N5oALYvCh4n3irrz8GwJvqH.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","280922","tt3042626","en","Asthma","A young musician takes a beautiful tattoo artist on a ride in a stolen classic car.","2.822","/tHTyM1zYGfGjDcd8qNZ0AJgjpXW.jpg","[{'id':44739,'logo_path':'/4CMZiCxG8R7U0Lh31AThkQtMdTv.png','name':'Thank You, Brain! Productions','origin_country':'US'},{'id':66991,'logo_path':null,'name':'Out Of The Woods Productions','origin_country':''},{'id':66992,'logo_path':null,'name':'Sunny Field Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-10-23","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Asthma","false","6.4","51" +"false","/oXKzUfG4HPl1e3b87eFWV8Lr07a.jpg","null","0","[{'id':35,'name':'Comedy'}]","","42814","tt0021890","en","The Front Page","Hildy Johnson is an investigative reporter is looking for a bigger paycheck. When an accused murderer escapes from custody, Hildy sees an opportunity for the story of a lifetime. But when he finds the criminal, he learns that the man may not be guilty. With the help of his editor, Hildy attempts to hide the convict, uncover the conspiracy and write the scoop of his career.","1.255","/jlWhGpS6YFgb9dANRLl5Z40Y8c2.jpg","[{'id':13866,'logo_path':null,'name':'The Caddo Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1931-04-04","0","101","[{'iso_639_1':'en','name':'English'}]","Released","","The Front Page","false","7","17" +"false","/v3a3PEJH9HQobkHdh6mxw4XBN3M.jpg","null","40000000","[{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","","293767","tt2513074","en","Billy Lynn's Long Halftime Walk","19-year-old Billy Lynn is brought home for a victory tour after a harrowing Iraq battle. Through flashbacks the film shows what really happened to his squad - contrasting the realities of war with America's perceptions.","7.267","/jw60oWt2PWWCvuz8S93i2RH4XJh.jpg","[{'id':53151,'logo_path':null,'name':'TriStar Productions','origin_country':''},{'id':30148,'logo_path':null,'name':'Bona Film Group','origin_country':''},{'id':28275,'logo_path':'/b6VatRipyJYN52xLAV7TtzJtuXv.png','name':'The Ink Factory','origin_country':'GB'},{'id':2527,'logo_path':'/osO7TGmlRMistSQ5JZusPhbKUHk.png','name':'Marc Platt Productions','origin_country':'US'},{'id':77863,'logo_path':'/7z6YOzvdk70YY8OaRbn5mfxrvbO.png','name':'Studio 8','origin_country':'US'},{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'}]","[{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2016-11-10","30930984","113","[{'iso_639_1':'en','name':'English'}]","Released","","Billy Lynn's Long Halftime Walk","false","5.9","298" +"false","/oGRaKbURA4PbjmZJ6wrrijFeFsR.jpg","null","17000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","https://www.uphe.com/movies/almost-christmas","340402","tt4649416","en","Almost Christmas","A dysfunctional family gathers together for their first Christmas since their mom died.","5.276","/ztqeL8yiu12NZUfN9RaE60HPUXz.jpg","[{'id':49968,'logo_path':'/gz2hSoMkvMJdTMgCLFGRJErPwXY.png','name':'Will Packer Productions','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-11-11","42487325","111","[{'iso_639_1':'en','name':'English'}]","Released","Five days together? Oh joy.","Almost Christmas","false","5.5","241" +"false","/8Jr3Z99n6MKxpQdUtaeF16AyF92.jpg","null","0","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","","67221","tt0091166","it","Vendetta dal futuro","A story about a cyborg who is programmed to kill a scientist who holds the fate of mankind in his hands.","1.238","/ejwl0vQQJ1WFh7ek4CSubscGXMV.jpg","[{'id':15868,'logo_path':null,'name':'Medusa Distribuzione','origin_country':''},{'id':1701,'logo_path':null,'name':'Dania Film','origin_country':''},{'id':2185,'logo_path':null,'name':'National Cinematografica','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'}]","1986-03-26","0","94","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","30% human, 70% robot, 100% lethal.","Hands of Steel","false","5.7","23" +"false","/fihXbO1gnEcoeYNzSdV8864XLSS.jpg","{'id':565280,'name':'American Poltergeist Filmreihe','poster_path':null,'backdrop_path':null}","525000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://greenappleent.com/project/jokers-poltergeist/","416572","tt3894558","en","Joker's Poltergeist","After a clown-masked assailant guns down Aurora's Place, the resident theater owner fights to re-open her business.","1.461","/q27Irmlp9SansPgBv3u0D7TU6Sv.jpg","[{'id':17640,'logo_path':null,'name':'Justice for All Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-06-03","0","71","[{'iso_639_1':'en','name':'English'}]","Released","The Aurora Massacre","Joker's Poltergeist","false","3.4","8" +"false","/jUA6DRV3aGqwPFyiDqPD3idAFw1.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","http://www.americanpastoral.movie/","326285","tt0376479","en","American Pastoral","Set in postwar America, a man watches his seemingly perfect life fall apart as his daughter's new political affiliation threatens to destroy their family.","10.087","/5RSZR8clQh6170hRODWH5yS9nHS.jpg","[{'id':72441,'logo_path':null,'name':'TIK Films','origin_country':''},{'id':126,'logo_path':'/kADPanRDkKTxncPXXVahvHPUvCj.png','name':'Lakeshore Entertainment','origin_country':'US'},{'id':35,'logo_path':'/wxrHa3nZ1K4zo65p56991INkGo6.png','name':'Lions Gate Films','origin_country':'US'}]","[{'iso_3166_1':'HK','name':'Hong Kong'},{'iso_3166_1':'US','name':'United States of America'}]","2016-10-20","0","108","[{'iso_639_1':'en','name':'English'}]","Released","A radically ordinary story.","American Pastoral","false","6","321" +"false","/rsqgeBVoirEmlHpNsLr00u5sctk.jpg","{'id':489724,'name':'The Trolls Collection','poster_path':'/i4aII37O184x7K3dC7fpF9CAfS4.jpg','backdrop_path':'/9rmJzx7mfPgciyVGkKmsK5Lt5WV.jpg'}","125000000","[{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'},{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'},{'id':10402,'name':'Music'},{'id':16,'name':'Animation'}]","http://www.dreamworks.com/trolls/","136799","tt1679335","en","Trolls","Lovable and friendly, the trolls love to play around. But one day, a mysterious giant shows up to end the party. Poppy, the optimistic leader of the Trolls, and her polar opposite, Branch, must embark on an adventure that takes them far beyond the only world they???ve ever known.","14.784","/zKu5MNy9QW1a5ZHgv7iAp3kRZpE.jpg","[{'id':521,'logo_path':'/kP7t6RwGz2AvvTkvnI1uteEwHet.png','name':'DreamWorks Animation','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-10-13","346864462","92","[{'iso_639_1':'en','name':'English'}]","Released","Find your happy place","Trolls","false","6.7","1815" +"false","/7WPJphv5ip1U5cjp2ZgPhifJFzF.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","436146","tt2199587","en","Seven Lucky Gods","An illegal immigrant from Albania infiltrates the lives of a group of Londoners with devastating consequences.","1.816","/fknTuIkjZr2XdadAk3ExxmO1uIF.jpg","[{'id':4431,'logo_path':null,'name':'Dehlavi Films','origin_country':''}]","[{'iso_3166_1':'AL','name':'Albania'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-04-04","0","102","[{'iso_639_1':'en','name':'English'}]","Released","His body was for rent. His revenge hell bent...","Seven Lucky Gods","false","8","2" +"false","/qtjpXiDErdYHbmTZYo6Q07gGDKu.jpg","null","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","http://www.sinnersandsaintsthemovie.com/","66193","tt1130969","en","Sinners and Saints","In lawless storm ravaged New Orleans, eleaguered Detective Sean Riley is trying to cope with the death of his young son and the abandonment of his wife. Facing a probable suspension from the department, Riley is teamed with a young homicide Detective, Will Ganz, to help solve a series of brutal murders that have plunged the city into a major gang war. The two quickly realize there is something far more sinister going on than either could have ever imagined.","4.069","/o21KFJrPqCchqvQ67n9nLDjW6n5.jpg","[{'id':25262,'logo_path':null,'name':'Carolina Film Works','origin_country':''},{'id':25263,'logo_path':null,'name':'Throttle Films','origin_country':''},{'id':25261,'logo_path':null,'name':'Noir Blanc Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-06-30","0","104","[{'iso_639_1':'en','name':'English'}]","Released","His city. His rules. No prisoners.","Sinners and Saints","false","5.6","42" +"false","/2CaULfHfnXkW7RFOTxKRXhyzpfP.jpg","null","0","[{'id':18,'name':'Drama'}]","http://rhombusmedia.com/film/closet-monster/","353728","tt3638396","en","Closet Monster","A creative and driven teenager is desperate to escape his hometown and the haunting memories of his turbulent childhood.","5.388","/nFVsVQllgJgsclelJRXO9g1VnBs.jpg","[{'id':82551,'logo_path':'/stoKouLRl58qtAlIGpfWuJcONyQ.png','name':'Best Boy Productions','origin_country':'CA'},{'id':82552,'logo_path':'/cLEXKtCpRQs0meQwT7HK6u3QmRH.png','name':'Elevation Pictures','origin_country':'CA'},{'id':164,'logo_path':'/v3zcUepvKC7Vz36yjklk1rw6k8Q.png','name':'Rhombus Media','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2016-07-15","33962","90","[{'iso_639_1':'en','name':'English'}]","Released","","Closet Monster","false","7.2","157" +"false","/l2w1x4Sne2bN6lvMQ6h1k8XtA55.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'}]","","28758","tt0054642","en","Atlantis: the Lost Continent","A Greek Fisherman brings an Atlantean Princess back to her homeland which is the mythical city of Atlantis. He is enslaved for his trouble. The King is being manipulated by an evil sorcerer who is bent on using a natural resource of Atlantis to take over the world. The Atlanteans, or rather the slaves of Atlantis, are forced to mine a crystalline material which absorbs the suns rays. These crystals can then be used for warmth. The misuse of science has created weapons out of the crystals that can fire a heat ray to destroy whatever it touches.","2.841","/rUjNnDFp4yPU4gOmdfp8bVk2GBC.jpg","[{'id':4864,'logo_path':null,'name':'George Pal Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1961-05-03","0","90","[{'iso_639_1':'en','name':'English'}]","Released","SIGHTS NEVER BEFORE SEEN - Adventure never before experienced!","Atlantis: the Lost Continent","false","5.6","13" +"false","/fVltpTyYAfI3tPgle4lX7u80MQV.jpg","null","25000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","213681","tt2461150","en","Masterminds","A night guard at an armored car company in the Southern U.S. organizes one of the biggest bank heists in American history.","7.463","/uPUO9Fvvt0mkxrr5vfuHB8dU3p7.jpg","[{'id':1756,'logo_path':'/d7YyNzysIF0lSb4lJRf1ar6MHxi.png','name':'Broadway Video','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':34594,'logo_path':null,'name':'Surefire Entertainment Capital','origin_country':''},{'id':58553,'logo_path':null,'name':'Michaels-Goldwyn','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'PR','name':'Puerto Rico'}]","2016-09-29","29200000","94","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","What Would You Do With $17 Million?","Masterminds","false","5.7","1028" +"false","/tcrrE9vjnenDxOZrbCcY4V7LdVw.jpg","null","22000000","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10752,'name':'War'},{'id':10402,'name':'Music'}]","","11661","tt0424205","fr","Joyeux No??l","In 1914, World War I, the bloodiest war ever at that time in human history, was well under way. However on Christmas Eve, numerous sections of the Western Front called an informal, and unauthorized, truce where the various front-line soldiers of the conflict peacefully met each other in No Man's Land to share a precious pause in the carnage with a fleeting brotherhood.","7.44","/9Ka8lKCIiWjnZiMslPQeakS5UhW.jpg","[{'id':191,'logo_path':null,'name':'Senator Film Produktion','origin_country':''},{'id':3244,'logo_path':null,'name':'Media Pro Pictures','origin_country':'RO'},{'id':4176,'logo_path':null,'name':'Nord-Ouest Productions','origin_country':'FR'},{'id':10441,'logo_path':'/aTEwjHN8l51ix2YcTxxzR92WaXy.png','name':'The Bureau','origin_country':'GB'},{'id':11773,'logo_path':'/8fCjsqh43LbPV6pm3SfR5Jx64GU.png','name':'Art??mis Productions','origin_country':'BE'},{'id':17873,'logo_path':null,'name':'Les Productions de la Gu??ville','origin_country':''},{'id':356,'logo_path':'/9tW5wZEGotn1Ei5pErA88m47XiD.png','name':'TF1 Films Production','origin_country':'FR'}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'NO','name':'Norway'},{'iso_3166_1':'RO','name':'Romania'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2005-11-09","17709155","116","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'la','name':'Latin'},{'iso_639_1':'en','name':'English'}]","Released","France 1914. A moment of humanity that made history.","Joyeux No??l","false","7.4","422" +"false","/ykFmgLcvl8zWOJa9yMan8A7Nj56.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'}]","http://newsite.theasylum.cc/index.php/titles/detail?id=83556c3a-0ced-e311-80c1-782bcb56fee6","431643","tt6231588","en","Sinbad and the War of the Furies","On a treasure hunt gone wrong, modern-day adventurer Sinbad accidentally releases the Furies, three beautiful but terrible ancient beings powerful enough to threaten life on Earth.","1.209","/c3iSMNotjwXdB4DZQTOf3QHMHLy.jpg","[{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-12-06","0","90","[{'iso_639_1':'en','name':'English'}]","Released","An ancient legend, now a modern superhero!","Sinbad and the War of the Furies","false","5.6","7" +"false","/6ytl8nZcYzGYIoiJ6JphfE5t5om.jpg","null","2700000","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'}]","","340103","tt3976144","en","The Monster","A mother and her 10-year old daughter are trapped in a forest. There is something in this forest. Something unlike anything they have heard before. Something that lurks in the darkness and it???s coming after them.","9.043","/zHH3awAbm1ir8cvSThcqUMnCmRG.jpg","[{'id':18239,'logo_path':null,'name':'Atlas Independent','origin_country':''},{'id':49724,'logo_path':null,'name':'Unbroken Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-11-11","0","91","[{'iso_639_1':'en','name':'English'}]","Released","Stay in the light","The Monster","false","5.3","228" +"false","/fQnUWu7Sle87lPPnXRUjSAgFG4o.jpg","null","0","[{'id':35,'name':'Comedy'}]","","352186","tt2170427","en","Good Kids","Four high school students look to redefine themselves after graduation.","9.857","/9R3hZnqFNyFmG10qwKzaUntlUbg.jpg","[{'id':59663,'logo_path':null,'name':'Compadre Entertainment','origin_country':''},{'id':1473,'logo_path':null,'name':'Depth of Field','origin_country':'US'},{'id':6626,'logo_path':'/A1BnMoWjzjOrjzpWimyBQkf84mS.png','name':'Voltage Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-10-21","0","86","[{'iso_639_1':'en','name':'English'}]","Released","Get ready for the summer of yes","Good Kids","false","6.5","147" +"false","/7Q2oL7IqJYNJL7X4qcmFZolOk8K.jpg","null","2000000","[{'id':35,'name':'Comedy'}]","","373247","tt4463120","en","Down Under","A black comedy set during the aftermath of the Cronulla riots, it is the story of two carloads of hotheads from both sides of the fight destined to collide.","1.528","/iHhkhBSx3rcR5cmz41zOMYA0d9t.jpg","[]","[]","2016-08-11","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Australia V Australia - Nobody wins","Down Under","false","7.3","11" +"false","/2Ah63TIvVmZM3hzUwR5hXFg2LEk.jpg","null","20000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","283552","tt2547584","en","The Light Between Oceans","A lighthouse keeper and his wife living off the coast of Western Australia raise a baby they rescue from an adrift rowboat.","7.006","/pEFRzXtLmxYNjGd0XqJDHPDFKB2.jpg","[{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'},{'id':437,'logo_path':'/nu20mtwbEIhUNnQ5NXVhHsNknZj.png','name':'Heyday Films','origin_country':'GB'},{'id':6735,'logo_path':'/6yyByQrmTAgJv0QzZ1Eh1jiGX4R.png','name':'Participant Media','origin_country':'US'}]","[{'iso_3166_1':'NZ','name':'New Zealand'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-09-02","25956113","133","[{'iso_639_1':'en','name':'English'}]","Released","Love demands everything","The Light Between Oceans","false","7.1","774" +"false","/KUxXJYeaeAUOoFS6VoNe9IYjSb.jpg","{'id':434533,'name':'Death Race Original Collection','poster_path':'/d0gCQT8IiGapdqrm4rJGAgwKBHo.jpg','backdrop_path':'/zFwnFKsutUUQB2UX8kFriVCYyLU.jpg'}","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'}]","","401544","tt5493706","en","Death Race 2050","The year 2050 the planet has become overpopulated, to help control population the government develops a race. The Death Race. Annually competitors race across the country scoring points for killing people with their vehicles.","4.629","/pxhGPlAUW6wQNgm7NllYQ02jXC2.jpg","[{'id':17009,'logo_path':'/ssowAxOrrqsSR2CKeiytOXwLoCW.png','name':'Universal 1440 Entertainment','origin_country':'US'},{'id':20235,'logo_path':null,'name':'New Horizons Picture','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2017-01-17","0","93","[{'iso_639_1':'en','name':'English'}]","Released","","Death Race 2050","false","3.8","70" +"false","/qWNFwjDJOMDOnx5JRQSA6xqiTQP.jpg","{'id':426103,'name':'Ouija Collection','poster_path':'/Hn8bic15hWcTVJnZkf6WGu5Mm7.jpg','backdrop_path':'/m5nPr3cOxqzU68luWfwNngazHnE.jpg'}","9000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://ouijamovie.com/","335796","tt4361050","en","Ouija: Origin of Evil","In 1965 Los Angeles, a widowed mother and her two daughters add a new stunt to bolster their s??ance scam business and unwittingly invite authentic evil into their home. When the youngest daughter is overtaken by the merciless spirit, this small family confronts unthinkable fears to save her and send her possessor back to the other side.","8.121","/pzhGcMGuOxxnq9ePtQPY80Wp0BG.jpg","[{'id':2481,'logo_path':'/nVEP2IHCDOBOldgDL4SSufitN9.png','name':'Platinum Dunes','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':57031,'logo_path':null,'name':'Allspark Pictures','origin_country':''},{'id':3172,'logo_path':'/kDedjRZwO8uyFhuHamomOhN6fzG.png','name':'Blumhouse Productions','origin_country':'US'},{'id':2598,'logo_path':'/i42C5gRq7XqlG4S9vkchuJZfrBn.png','name':'Hasbro','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-10-20","81705746","99","[{'iso_639_1':'en','name':'English'}]","Released","When you talk to the other side, you never know who will be listening.","Ouija: Origin of Evil","false","5.9","1355" +"false","/f1Q6vZF5TlXZHAihXD1iJQ4HjjE.jpg","null","40000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","http://www.JonesesMovie.com/","331313","tt2387499","en","Keeping Up with the Joneses","An ordinary suburban couple finds it???s not easy keeping up with the Joneses ??? their impossibly gorgeous and ultra-sophisticated new neighbors ??? especially when they discover that Mr. and Mrs. ???Jones??? are covert operatives.","9.547","/ekg8qeNidEQ1ylHeahLtsTLPe2k.jpg","[{'id':49325,'logo_path':null,'name':'Parkes+MacDonald Image Nation','origin_country':''},{'id':711,'logo_path':'/tEiIH5QesdheJmDAqQwvtN60727.png','name':'Fox 2000 Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-10-20","29918745","105","[{'iso_639_1':'he','name':'????????????????'},{'iso_639_1':'en','name':'English'}]","Released","They lived a normal life... Until the Joneses moved in.","Keeping Up with the Joneses","false","6","1106" +"false","/wS3SwHGMpOCbGa7kjARAECuFzds.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","","345925","tt4578118","en","Rupture","A single mom tries to break free from a mysterious organization that has abducted her.","6.679","/ykqywWckRwyn7wEF6F0EO4l3Nky.jpg","[{'id':59592,'logo_path':null,'name':'Tango Pictures','origin_country':''},{'id':8146,'logo_path':'/etoxfrvduHZMLHpYE2uPkicheX2.png','name':'Splendid Film','origin_country':'DE'},{'id':75357,'logo_path':'/zXT1JFP82YL245wlLpauAJDZA25.png','name':'BondIt','origin_country':'US'},{'id':59593,'logo_path':null,'name':'AMBI Group','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2016-11-04","0","102","[{'iso_639_1':'en','name':'English'}]","Released","","Rupture","false","5.2","112" +"false","/anmLLbDx9d98NMZRyVUtxwJR6ab.jpg","{'id':115776,'name':'Robert Langdon Collection','poster_path':'/8AeWdpMobmSlo4G2eY4w8REdIDe.jpg','backdrop_path':'/j1IqpLhCypllamjKe6C2RstjfEQ.jpg'}","75000000","[{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","http://www.infernothemovie.com/","207932","tt3062096","en","Inferno","After waking up in a hospital with amnesia, professor Robert Langdon and a doctor must race against time to foil a deadly global plot.","12.967","/oFOG2yIRcluKfTtYbzz71Vj9bgz.jpg","[{'id':2735,'logo_path':null,'name':'Mid Atlantic Films','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':3045,'logo_path':'/5jNRqXspCmQ3XkHNzuZIbvnHOWw.png','name':'Sony Pictures Releasing','origin_country':''},{'id':23,'logo_path':'/mkxNjThahj5pvntvYKVpMbWXm3D.png','name':'Imagine Entertainment','origin_country':'US'},{'id':34034,'logo_path':null,'name':'LStar Capital','origin_country':'US'}]","[{'iso_3166_1':'HU','name':'Hungary'},{'iso_3166_1':'US','name':'United States of America'}]","2016-10-13","220021259","121","[{'iso_639_1':'en','name':'English'}]","Released","His greatest challenge. Humanity's last hope.","Inferno","false","5.9","3719" +"false","/hrL10rC4HxAGdc2euH3rM2baCuk.jpg","null","45000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':10749,'name':'Romance'},{'id':53,'name':'Thriller'}]","http://www.thegirlonthetrainmovie.com/","346685","tt3631112","en","The Girl on the Train","Rachel Watson, devastated by her recent divorce, spends her daily commute fantasizing about the seemingly perfect couple who live in a house that her train passes every day, until one morning she sees something shocking happen there and becomes entangled in the mystery that unfolds.","14.817","/AhTO2QWG0tug7yDoh0XoaMhPt3J.jpg","[{'id':7294,'logo_path':'/kK4PRgceWp9KNrycD8xx8seWxYU.png','name':'Reliance Entertainment','origin_country':'IN'},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'},{'id':2527,'logo_path':'/osO7TGmlRMistSQ5JZusPhbKUHk.png','name':'Marc Platt Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-10-05","173185859","112","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","What you see can hurt you.","The Girl on the Train","false","6.3","3349" +"false","/hPqO7q2Bss2rqVq5wQX2wEvpUEI.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'},{'id':10752,'name':'War'}]","","417820","tt6162808","en","Miss Saigon: 25th Anniversary","The 25th Anniversary performance ??? filmed at London's Prince Edward Theatre in 2014 ??? of the epic musical tale of a young Vietnamese bar girl, Kim, who falls in love with Chris, an American GI. But their lives are torn apart by the fall of Saigon.","1.653","/ty9X5o0D30BRIVIOHVstPfESXaB.jpg","[]","[]","2016-09-22","0","144","[{'iso_639_1':'en','name':'English'}]","Released","The Extraordinary 25th Anniversary Performance Recorded Live in London's West End","Miss Saigon: 25th Anniversary","true","8.4","19" +"false","/g3vLSV74I8X9RVdd9rZpfTPTCp8.jpg","null","40000000","[{'id':28,'name':'Action'},{'id':10752,'name':'War'}]","","340945","tt2032572","en","USS Indianapolis: Men of Courage","The harrowing true story of the crew of the USS Indianapolis, who were stranded in the Philippine Sea for five days after delivering the atomic weapons that would eventually end WWII. As they awaited rescue, they endured extreme thirst, hunger, and relentless shark attacks.","8.715","/kLzOqLE3JyarkaRrtlDBLt8Orlx.jpg","[{'id':85374,'logo_path':null,'name':'Union Patriot Capital Management','origin_country':''},{'id':831,'logo_path':null,'name':'Saturn Films','origin_country':'US'},{'id':2373,'logo_path':null,'name':'Patriot Pictures','origin_country':''},{'id':8692,'logo_path':'/pHqckAyfDN3WTYdMb6wcSb91EMV.png','name':'Hannibal Pictures','origin_country':'US'},{'id':37580,'logo_path':null,'name':'MVP Films','origin_country':''},{'id':82513,'logo_path':null,'name':'USS Indianapolis Production','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-09-22","0","128","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'}]","Released","1196 men aboard, 5 days in water, 317 survived","USS Indianapolis: Men of Courage","false","5.9","316" +"false","/gEO4l00nrHH9t2k2akvarVhRDL4.jpg","{'id':159603,'name':'Kidulthood Collection','poster_path':'/hQ5sNAjzzvG4hi3CymdY2LRqlZF.jpg','backdrop_path':'/nWby7b0qi20Cs5qfwwdVW56OImJ.jpg'}","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","402334","tt5193784","en","Brotherhood","First there was Kidulthood then Adulthood now comes Noel Clarkes last installment brotherhood With Sam facing up to the new world he realizes it also comes with new problems and new challenges that he must face that he knows will require old friends to help him survive new dangers.","4.293","/m5OL0b9bfMYlp38qNH0MZolB6Oy.jpg","[{'id':6371,'logo_path':'/zjXvcv1md91eXLZiJExUOTEwgdd.png','name':'Unstoppable Entertainment','origin_country':'GB'},{'id':80904,'logo_path':null,'name':'Carpalla Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-09-02","0","105","[{'iso_639_1':'en','name':'English'}]","Released","Every story has a beginning. A middle. And an end.","Brotherhood","false","6.2","52" +"false","/6xvlYDbFGaYscJJ0QsEBip1KHBf.jpg","{'id':47770,'name':'Phantasm Collection','poster_path':'/xqgAkKmQRrk0UaIbWMak4RRSQm7.jpg','backdrop_path':'/bu33EKctcBJvN5KHR780lWQkyJd.jpg'}","0","[{'id':878,'name':'Science Fiction'},{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'}]","http://www.phantasm.com","262848","tt3627704","en","Phantasm: Ravager","Brothers Mike and Jody join family friend Reggie to battle the Tall Man and his evil minions from another dimension, for the final time.","6.926","/jWUJKiNN0OO7MxZ38EaxrA83gnw.jpg","[{'id':59341,'logo_path':null,'name':'Silver Sphere Corporation','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-10-07","0","87","[{'iso_639_1':'en','name':'English'}]","Released","The final game now begins.","Phantasm: Ravager","false","5.1","59" +"false","/mH1DfgSjHxaxmO1RyxS9zZYtt4i.jpg","null","10000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'}]","","286567","tt1472584","en","Max Steel","The adventures of teenager Max McGrath and alien companion Steel, who must harness and combine their tremendous new powers to evolve into the turbo-charged superhero Max Steel.","6.999","/inFoGkUfzg56iuTBVDifzTq7jVx.jpg","[{'id':49983,'logo_path':null,'name':'Mattel Entertainment','origin_country':''},{'id':53592,'logo_path':null,'name':'Dolphin Entertainment','origin_country':''},{'id':290,'logo_path':'/Q8mw2AOQQc8Qg0uNwLWq86DVZv.png','name':'Ingenious Media','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2016-10-14","6272403","92","[{'iso_639_1':'en','name':'English'}]","Released","","Max Steel","false","5.2","370" +"false","/hnmdJMgtvuk17X5tblGNhdCAwR3.jpg","null","9900000","[{'id':35,'name':'Comedy'}]","http://www.kevinhartwhatnow.com/","339927","tt4669186","en","Kevin Hart: What Now?","Comedian Kevin Hart performs in front of a crowd of 50,000 people at Philadelphia's outdoor venue, Lincoln Financial Field.","5.688","/v5QIdxFbo6izF00R7rqUD7yfeYa.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':40268,'logo_path':'/shdAxUj8uF6exNLrF0kSqYVxCzG.png','name':'HartBeat Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-10-14","23600000","96","[{'iso_639_1':'en','name':'English'}]","Released","","Kevin Hart: What Now?","false","6.5","151" +"false","/eVct9lH9AkLZ8x72Ld0xxfnwZn9.jpg","null","21500000","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'}]","","195590","tt2126235","en","Collide","An American backpacker gets involved with a ring of drug smugglers as their driver, and winds up on the run from his employers across Munich's autobahns.","12.074","/7WqR10HKafhzE9LXEYg0AtM4J6O.jpg","[{'id':1885,'logo_path':'/xlvoOZr4s1PygosrwZyolIFe5xs.png','name':'Silver Pictures','origin_country':'US'},{'id':84988,'logo_path':'/rzpfuMEMDQnmqp0YTFMEqgfDrxY.png','name':'42','origin_country':'GB'},{'id':7625,'logo_path':'/kzq4ibnNeZrp00zpBWv3st1QCOh.png','name':'Automatik Entertainment','origin_country':'US'},{'id':10289,'logo_path':'/4lXJcFjACjb34LF78AUjEz4FtB9.png','name':'DMG Entertainment','origin_country':'US'},{'id':56832,'logo_path':null,'name':'Hands-on Producers','origin_country':''},{'id':7437,'logo_path':'/e5CcgFrdlxMUwlsS72si8q1yHBr.png','name':'IM Global','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2016-08-04","4811525","98","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","","Collide","false","5.7","317" +"false","/c0wRvitRf8rkIjKhV1Qkfx6RKF7.jpg","{'id':544982,'name':'Tony Rome Collection','poster_path':null,'backdrop_path':null}","0","[{'id':9648,'name':'Mystery'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","42630","tt0063210","en","Lady in Cement","While diving for sunken treasure, street-smart gumshoe Tony Rome finds the body of a gorgeous blonde, her feet stuck in a block of cement. Soon after, tough guy Waldo Gronski hires him to find a missing woman named Sandra Lomax, and Rome wonders if there's a connection. He sets about trying to locate the woman, and in no time finds himself mixed up with a beautiful party girl and a slippery racketeer.","2.056","/suq6tBvtZa9R9dGJh2WMCUgWRRo.jpg","[{'id':14091,'logo_path':null,'name':'Arcola Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1968-11-19","0","93","[{'iso_639_1':'en','name':'English'}]","Released","A beautiful body under water. A private eye in over his head.","Lady in Cement","false","6.6","16" +"false","/1R2wRq5aZJHMmg3gUlqw2uSdj2t.jpg","null","110000000","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'}]","http://www.deepwaterhorizon.movie/","296524","tt1860357","en","Deepwater Horizon","A story set on the offshore drilling rig Deepwater Horizon, which exploded during April 2010 and created the worst oil spill in U.S. history.","14.205","/7D6hM7IR0TbQmNvSZVtEiPM3H5h.jpg","[{'id':86900,'logo_path':null,'name':'TIK Film','origin_country':''},{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'},{'id':6735,'logo_path':'/6yyByQrmTAgJv0QzZ1Eh1jiGX4R.png','name':'Participant Media','origin_country':'US'},{'id':435,'logo_path':null,'name':'Di Bonaventura Pictures','origin_country':'US'},{'id':8537,'logo_path':null,'name':'Closest to the Hole Productions','origin_country':'US'},{'id':8536,'logo_path':null,'name':'Leverage','origin_country':'US'}]","[{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'HK','name':'Hong Kong'},{'iso_3166_1':'US','name':'United States of America'}]","2016-09-29","121790373","107","[{'iso_639_1':'en','name':'English'}]","Released","When faced with our darkest hour, hope is not a tactic","Deepwater Horizon","false","6.7","2518" +"false","/6x17FmycXbfcD3nhPU5WFXU8knU.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","417877","tt3138344","en","Baked in Brooklyn","A recent college graduate decides to sell marijuana on the streets of Manhattan after losing his job at a consulting firm. He soon meets the girl of his dreams. With an unsupportive girlfriend, an increase of clienteles, and the growing threats of being caught or killed, he soon realizes he is in way over his head.","2.646","/49NU41wlplMxk4Txtw7T0aqk8BM.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-10-14","0","86","[{'iso_639_1':'en','name':'English'}]","Released","","Baked in Brooklyn","false","5.6","41" +"false","/2Y3N9J28rc7RbwbPGnj7mJXX8Mw.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':878,'name':'Science Fiction'}]","http://www.smithsonianchannel.com/shows/titanoboa-monster-snake/0/140671","118664","tt2355871","en","Titanoboa: Monster Snake","In the pantheon of predators, it's one of the greatest discoveries since the T-Rex: a snake 48 feet long, weighing in at 2,500 pounds. Uncovered from a treasure trove of fossils in a Colombian coal mine, this serpent is revealing a lost world of giant creatures. Travel back to the period following the extinction of dinosaurs and encounter this monster predator.","0.812","/vLZ6LAa3UKuj8EQkQ0NZkNfBukV.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-03-28","0","92","[{'iso_639_1':'en','name':'English'}]","Released","Bigger. Badder. Boa.","Titanoboa: Monster Snake","false","7","5" +"false","/vkNR3p3ChM6w88aSIDAIszj60yE.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","376579","tt3655682","en","Let's Be Evil","A woman enters an underground bunker where gifted children use augmented reality technology to wreak havoc.","4.743","/87uNhKQRhA5oYT1qWywSFIjAcTS.jpg","[{'id':80069,'logo_path':null,'name':'Posterity Pictures','origin_country':''},{'id':80070,'logo_path':null,'name':'Let's Be Evil','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-08-05","0","83","[{'iso_639_1':'en','name':'English'}]","Released","Evil see. Evil do.","Let's Be Evil","false","4.4","78" +"false","/c4oX4rBltLdEJwZaULQeSzdjgI5.jpg","null","10000000","[{'id':9648,'name':'Mystery'},{'id':18,'name':'Drama'},{'id':27,'name':'Horror'}]","","335791","tt1389139","en","When the Bough Breaks","A surrogate mother harbors a deadly secret desire for a family of her own with the husband who is expecting to raise her child.","6.729","/goPzegO1l1z80dO5tVjDZkdmQeB.jpg","[{'id':60746,'logo_path':null,'name':'Unique Features','origin_country':''},{'id':3287,'logo_path':'/bz6GbCQQXGNE56LTW9dwgksW0Iw.png','name':'Screen Gems','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-09-09","30658387","97","[{'iso_639_1':'en','name':'English'}]","Released","She's carrying more than just a secret.","When the Bough Breaks","false","5.3","146" +"false","/1lOP5mxLhU59mUqhqgp3cb2jvfi.jpg","null","0","[{'id':18,'name':'Drama'}]","http://americanhoneymovie.com/","340485","tt3721936","en","American Honey","A teenage girl with nothing to lose joins a traveling magazine sales crew, and gets caught up in a whirlwind of hard partying, law bending and young love as she criss-crosses the Midwest with a band of misfits.","9.075","/qV2t4Eu6nMbhf6frWYnVXPqKJYT.jpg","[{'id':7281,'logo_path':'/vuDafYIcuoY0YyvgcqtjXOKwn6Q.png','name':'British Film Institute','origin_country':'GB'},{'id':19640,'logo_path':'/p8SE7J23xviBArUL49rMCkj0m0M.png','name':'Maven Pictures','origin_country':'US'},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2016-09-30","1818075","162","[{'iso_639_1':'en','name':'English'}]","Released","Nothing to lose.","American Honey","false","6.6","398" +"false","/dWRBMuTj2fkUgpuj1rBsiknU4f.jpg","null","0","[{'id':35,'name':'Comedy'}]","","414866","tt5748998","en","Elvis Lives!","Plagued by a heavy drug addiction and his failing voice, The King is desperate to make things right with himself, his deceased brother, and God. His attempts to get back on track are thwarted, however, after he helps the cops bring down a powerful crime syndicate-putting his family in danger and sending him on a journey that will change his life forever.","0.667","/AtkpskwCwGqmwGy465zHbxIU4w4.jpg","[]","[]","2016-08-16","0","82","[{'iso_639_1':'en','name':'English'}]","Released","Elvis Presley learns he must fake his own death to protect his family from the mafia","Elvis Lives!","false","6","2" +"false","/iBCoELev3rB5diyxB2dCNlQed18.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':12,'name':'Adventure'}]","http://www.thefourthphase.com/","369237","tt5226436","en","The Fourth Phase","Iconic snowboarder Travis Rice and friends embark on a multi-year mission to follow the North Pacific Gyre's flow. As Rice and the crew experience the highs and lows of a journey unlike any previously attempted, cutting-edge cinematography captures some of the world's most remote environments bringing breathtaking scenery and thrilling action to viewers worldwide.","0.694","/n4lVvZFjcIcxwUIxjlTsl5L5QH4.jpg","[{'id':7724,'logo_path':'/6QV240fIM04sZXpyLUoqhKGhf7r.png','name':'Red Bull Media House','origin_country':'AT'}]","[{'iso_3166_1':'RU','name':'Russia'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'AT','name':'Austria'}]","2016-10-02","0","92","[{'iso_639_1':'en','name':'English'}]","Released","","The Fourth Phase","false","7.3","10" +"false","/51kD0TFRsh2VIAlx0KpRsYArCvO.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':27,'name':'Horror'}]","","419548","tt3527772","en","Krampus: The Devil Returns","Five years after the murder of his wife and disappearance of his daughter, former police officer Jeremy Duffin is brought back to help in the hunt for a yuletide monster that punishes children that have been ""naughty."" As the monster becomes more erratic and unpredictable, Jeremy learns the truth about the disappearance of his daughter and the fate that has been bestowed upon him by an unlikely source. Can Jeremy finally end the nightmare Christmas monster that has terrorized this town for years?","1.806","/pGNamAC9LfnCTlrqGVMtgcSPLBg.jpg","[{'id':40538,'logo_path':null,'name':'Snowdog Studio','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-10-04","0","83","[{'iso_639_1':'en','name':'English'}]","Released","You better be good. For goodness sake.","Krampus: The Devil Returns","false","3.1","19" +"false","/hjPSSWwLgZqw4Sd3Fh4J6c2LWCl.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'}]","","339792","tt3137630","en","David Brent: Life on the Road","A camera crew catches up with David Brent, the former star of the fictional British series, ""The Office"" as he now fancies himself a rockstar on the road.","5.955","/ahqA9SDsslheXPJOWBIEpexKeOs.jpg","[{'id':44332,'logo_path':null,'name':'BBC Comedy','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-08-19","0","96","[{'iso_639_1':'en','name':'English'}]","Released","The boss is back","David Brent: Life on the Road","false","6","172" +"false","/qzGFm7uF1HExPUAcAPwC3Hzk5WR.jpg","null","40000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","http://snowdenfilm.com/","302401","tt3774114","en","Snowden","CIA employee Edward Snowden leaks thousands of classified documents to the press.","12.697","/mWOotrG1MMKP9iCy2uPepbu27jk.jpg","[{'id':51570,'logo_path':null,'name':'KrautPack Entertainment','origin_country':''},{'id':50481,'logo_path':'/mBgGtJJQ9aOpKBnuKXM75kHYT6D.png','name':'Vendian Entertainment','origin_country':'US'},{'id':1205,'logo_path':null,'name':'Endgame Entertainment','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2016-09-15","37279439","134","[{'iso_639_1':'en','name':'English'}]","Released","The only safe place is on the run.","Snowden","false","7","2320" +"false","/cjJEHR2HX6WZyBzdXQAj6wD8MKW.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://fortheloveofspock.com/","338544","tt4572820","en","For the Love of Spock","A documentary film about the life of Star Trek's Mr. Spock as well as that of Leonard Nimoy, the actor who played Mr. Spock for almost fifty years, written and directed by his son, Adam Nimoy.","5.77","/inya59isiVecLxNDRBAz1WYFieY.jpg","[{'id':7525,'logo_path':'/47usCASaQHoo0OHVarFhBlY0wz6.png','name':'455 Films','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2016-09-09","0","105","[{'iso_639_1':'en','name':'English'}]","Released","Live long...","For the Love of Spock","false","7.7","82" +"false","/b6mZSKTMaHRu3aijgkYekjYLNCo.jpg","null","0","[{'id':27,'name':'Horror'}]","","428696","tt4527400","en","Monster: The Prehistoric Project","","0.6","/xhlK3x6b2Mw1rdO9Bqbv56dGERm.jpg","[{'id':23868,'logo_path':null,'name':'Tiberius Film','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-12-01","0","","[{'iso_639_1':'en','name':'English'}]","Released","","Monster: The Prehistoric Project","false","4.8","5" +"false","/uHKD274QYWX4GORyADqHIbQ9Qwx.jpg","null","3800000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://sonyclassics.com/thehollars/","325346","tt3714720","en","The Hollars","Aspiring New York City artist, John Hollar returns to his Middle America hometown on the eve of his mother???s brain surgery. Joined by his girlfriend, eight months pregnant with their first child, John is forced to navigate the crazy world he left behind.","6.061","/9ybRAn6AoSuyMjfqbhgosdye2R5.jpg","[{'id':29312,'logo_path':null,'name':'Sunday Night','origin_country':'US'},{'id':14319,'logo_path':'/z5jJhK1AMbr47CLVqsB4HpIBtHd.png','name':'Sycamore Pictures','origin_country':'US'},{'id':4205,'logo_path':null,'name':'Groundswell Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-08-25","1016985","88","[{'iso_639_1':'en','name':'English'}]","Released","","The Hollars","false","6.4","137" +"false","/T3LrH6bnV74llVbFpQsCBrGaU9.jpg","null","90000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':37,'name':'Western'}]","http://www.sonypictures.com/movies/themagnificentseven/","333484","tt2404435","en","The Magnificent Seven","Looking to mine for gold, greedy industrialist Bartholomew Bogue seizes control of the Old West town of Rose Creek. With their lives in jeopardy, Emma Cullen and other desperate residents turn to bounty hunter Sam Chisolm for help. Chisolm recruits an eclectic group of gunslingers to take on Bogue and his ruthless henchmen. With a deadly showdown on the horizon, the seven mercenaries soon find themselves fighting for more than just money once the bullets start to fly.","16.493","/cparcxTFuHdlSOP3MJOpN7Ec9NB.jpg","[{'id':1423,'logo_path':'/9KSoL1oEQaBSPLwEhoZZRoxTzyx.png','name':'Escape Artists','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':34034,'logo_path':null,'name':'LStar Capital','origin_country':'US'},{'id':79566,'logo_path':null,'name':'Pin High Productions','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-09-14","162360636","132","[{'iso_639_1':'en','name':'English'}]","Released","Justice has a number.","The Magnificent Seven","false","6.2","3525" +"false","/gytF7hEuxRq80NuXLExiemBiVUQ.jpg","{'id':422193,'name':'The Blob Collection','poster_path':null,'backdrop_path':null}","0","[{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'},{'id':27,'name':'Horror'}]","","40983","tt0068271","en","Beware! The Blob","A technician brings a frozen specimen of the original Blob back from the North Pole. When his wife accidentally defrosts the thing, it terrorizes the populace, including the local hippies, kittens, and bowlers.","2.151","/nqDIlpbPslGUXRi8tXncZdGySOa.jpg","[{'id':8441,'logo_path':null,'name':'Jack H. Harris Enterprises','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1972-06-21","0","91","[{'iso_639_1':'en','name':'English'}]","Released","It's loose again eating everyone!","Beware! The Blob","false","4.8","23" +"false","/nA8qapURhkTI2Ff3XB5fpXhNri8.jpg","{'id':123720,'name':'Frankenstein (Hammer) Collection','poster_path':'/p0KHQiCZCYjjksOVjyseO9BByFT.jpg','backdrop_path':'/gl9Gi60C9WYVkObOMll19OROhMC.jpg'}","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","3075","tt0065738","en","Frankenstein Must Be Destroyed","Blackmailing a young couple to assist with his horrific experiments the Baron, desperate for vital medical data, abducts a man from an insane asylum. On route the abductee dies and the Baron and his assistant transplant his brain into a corpse. The creature is tormented by a trapped soul in an alien shell and, after a visit to his wife who violently rejects his monstrous form, the creature wrecks his revenge on the perpetrator of his misery: Baron Frankenstein.","3.42","/cbz9iYGuMXOxKHlonnKD8vqxa96.jpg","[{'id':1314,'logo_path':'/gQBluDqe6dc2ZdzfJbabEHoSGoG.png','name':'Hammer Film Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1969-05-22","0","98","[{'iso_639_1':'en','name':'English'}]","Released","The Most Frightening Frankenstein Movie Ever!","Frankenstein Must Be Destroyed","false","6.6","42" +"false","/61QmP1hqwWPaxbDW4vi61oxwWMq.jpg","null","0","[{'id':99,'name':'Documentary'}]","","360030","tt5275828","en","Lo and Behold: Reveries of the Connected World","Werner Herzog's exploration of the Internet and the connected world.","5.256","/ecz0Dz5IP9Ouk7Ta4WCOM7TxXua.jpg","[{'id':73620,'logo_path':null,'name':'Saville Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-03-04","0","99","[{'iso_639_1':'en','name':'English'}]","Released","The human side of the digital revolution.","Lo and Behold: Reveries of the Connected World","false","6.7","132" +"false","/iiWLJMRaEjaBf4WFmKAktn0IfbF.jpg","null","110000000","[{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'},{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'}]","http://www.foxmovies.com/movies/miss-peregrines-home-for-peculiar-children","283366","tt1935859","en","Miss Peregrine's Home for Peculiar Children","A teenager finds himself transported to an island where he must help protect a group of orphans with special powers from creatures intent on destroying them.","15.611","/zhd7A4Wg18F8iTCVYBnqhnm9Od0.jpg","[{'id':10893,'logo_path':null,'name':'Big Screen Productions','origin_country':''},{'id':7076,'logo_path':'/8BFxn9NUWSgp0ndih569Gm62xiC.png','name':'Chernin Entertainment','origin_country':'US'},{'id':8601,'logo_path':null,'name':'Tim Burton Productions','origin_country':''},{'id':11199,'logo_path':'/ursSXLOZaDxiZ84sEgfXbiFnYaa.png','name':'SCOPE Pictures','origin_country':'BE'},{'id':68621,'logo_path':null,'name':'St. Petersburg Clearwater Film Commission','origin_country':''},{'id':22213,'logo_path':'/qx9K6bFWJupwde0xQDwOvXkOaL8.png','name':'TSG Entertainment','origin_country':'US'},{'id':290,'logo_path':'/Q8mw2AOQQc8Qg0uNwLWq86DVZv.png','name':'Ingenious Media','origin_country':'GB'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2016-09-28","296485719","127","[{'iso_639_1':'en','name':'English'}]","Released","Stay peculiar","Miss Peregrine's Home for Peculiar Children","false","6.7","6005" +"false","/yziCg46YIvmWAvPdztuZQqNBinW.jpg","null","70000000","[{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","http://www.storks-movie.net/","332210","tt4624424","en","Storks","Storks deliver babies???or at least they used to. Now they deliver packages for a global internet retail giant. Junior, the company???s top delivery stork, is about to be promoted when he accidentally activates the Baby Making Machine, producing an adorable and wholly unauthorized baby girl...","9.676","/5qVD5TD1CiALR5vUsMzh2BschVU.jpg","[{'id':2785,'logo_path':'/l5zW8jjmQOCx2dFmvnmbYmqoBmL.png','name':'Warner Bros. Animation','origin_country':'US'},{'id':41624,'logo_path':'/wzKxIeQKlMP0y5CaAw25MD6EQmf.png','name':'RatPac-Dune Entertainment','origin_country':'US'},{'id':25120,'logo_path':'/lqUpBvDLQYG3QaKNpe2lxfpgh36.png','name':'Warner Animation Group','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-09-22","182379278","87","[{'iso_639_1':'en','name':'English'}]","Released","Find Your Flock","Storks","false","6.6","1266" +"false","/h6RK9RxDJZn2FkTD4E4tXhnz1VL.jpg","null","0","[{'id':28,'name':'Action'}]","","421313","tt4587366","en","Eliminators","A former US Federal Agent must abandon the witness protection program and come out of hiding when his London home is invaded in error due to a wrong address. When the event ends with multiple homicides, the news triggers those hunting him to send Europe's most dangerous assassin to kill him. Now on the run with his daughters life in jeopardy, a determined father must get her to safety before the people he's been hiding from tracks him down.","4.034","/pUB91wOMQrmkforP7ntIMy2zkdn.jpg","[{'id':10339,'logo_path':'/oiIi36MaWXwvvHWX5eojoE2Fiyv.png','name':'WWE Studios','origin_country':'US'},{'id':13161,'logo_path':null,'name':'Tea Shop & Film Company','origin_country':''},{'id':6626,'logo_path':'/A1BnMoWjzjOrjzpWimyBQkf84mS.png','name':'Voltage Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2016-12-01","0","95","[{'iso_639_1':'en','name':'English'}]","Released","A former agent. A lethal assassin. Game On.","Eliminators","false","5.8","67" +"false","/elFe3xSo9nQLcG9kOjPUG2zPfrF.jpg","null","0","[{'id':99,'name':'Documentary'}]","","422469","tt4647900","en","I Am Bolt","Fully authorized, access-all-areas feature doc on the hugely charismatic and globally adored Usain Bolt ??? officially the fastest man alive. With never-before-seen archive footage of his youth in Jamaica, through to original footage that will be captured at his fourth and final Olympic Games in Rio, where he will compete for the gold in both the 100 and 200 metres races, for a third straight Games before his retirement in 2017. I AM BOLT will reveal the man and define the legacy of this incredible athlete.","2.927","/oRVEtjJn7b9zrjMBMbtI7oNmYmR.jpg","[]","[]","2016-11-28","0","107","[{'iso_639_1':'en','name':'English'}]","Released","","I Am Bolt","false","7","44" +"false","/vC9H1ZVdXi1KjH4aPfGB54mvDNh.jpg","null","60000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","http://www.sully-movie.com/#home","363676","tt3263904","en","Sully","On 15 January 2009, the world witnessed the 'Miracle on the Hudson' when Captain 'Sully' Sullenberger glided his disabled plane onto the frigid waters of the Hudson River, saving the lives of all 155 aboard. However, even as Sully was being heralded by the public and the media for his unprecedented feat of aviation skill, an investigation was unfolding that threatened to destroy his reputation and career.","16.985","/h6O5OE3ueRVdCc7V7cwTiQocI7D.jpg","[{'id':171,'logo_path':null,'name':'Malpaso Productions','origin_country':'US'},{'id':7493,'logo_path':'/452FO4LcI6lA6bfgl6w1kQYRBlr.png','name':'FilmNation Entertainment','origin_country':'US'},{'id':65359,'logo_path':null,'name':'Flashlight Films','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':41624,'logo_path':'/wzKxIeQKlMP0y5CaAw25MD6EQmf.png','name':'RatPac-Dune Entertainment','origin_country':'US'},{'id':862,'logo_path':'/udTjbqPmcTbfrihMuLtLcizDEM1.png','name':'The Kennedy/Marshall Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-09-07","238470033","96","[{'iso_639_1':'en','name':'English'}]","Released","The Untold Story Behind the Miracle on the Hudson.","Sully","false","7.1","3715" +"false","/bCQjxnRS1lm91X4SJtTB62pXK4V.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","390777","tt4189494","en","Ordinary World","Perry is a happily married father of two living a comfortable but sedate life in the suburbs. On the occasion of his 40th birthday, he seeks to revisit his former life as the lead singer in a popular punk band though his middle-aged reality quickly (and hilariously) clashes with the indulgences of his youth.","3.072","/3I7tNGpAji1gE0SjNCwoLZBM9q2.jpg","[{'id':29060,'logo_path':null,'name':'Process Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-10-14","0","86","[{'iso_639_1':'en','name':'English'}]","Released","It's time to face the music","Ordinary World","false","6.2","46" +"false","/oNGkVYl9KhqoG90DSfKPWhOadrE.jpg","null","44000000","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","http://www.accountantmovie.com/","302946","tt2140479","en","The Accountant","As a math savant uncooks the books for a new client, the Treasury Department closes in on his activities and the body count starts to rise.","14.409","/afhAUuWVB7k7PjJUd4lwO3rzhSq.jpg","[{'id':5357,'logo_path':null,'name':'Zero Gravity Management','origin_country':''},{'id':8600,'logo_path':null,'name':'Electric City Entertainment','origin_country':''},{'id':41624,'logo_path':'/wzKxIeQKlMP0y5CaAw25MD6EQmf.png','name':'RatPac-Dune Entertainment','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-10-13","155160045","128","[{'iso_639_1':'en','name':'English'}]","Released","Calculate your choices.","The Accountant","false","6.9","3299" +"false","/kxrCmWUpJGzdeEzAuOnJ8u9GVzi.jpg","null","8500000","[{'id':18,'name':'Drama'}]","http://www.foxsearchlight.com/thebirthofanation/","339408","tt4196450","en","The Birth of a Nation","Nat Turner, a former slave in America, leads a liberation movement in 1831 to free African-Americans in Virginia that results in a violent retaliation from whites.","6.539","/5TV8aL6bAD3Sd337vCtwcA23caF.jpg","[{'id':53155,'logo_path':null,'name':'Tiny Giant Entertainment','origin_country':''},{'id':13240,'logo_path':'/aTc07YaNHo8WNgkQSnvLmG6w4nW.png','name':'Bron Studios','origin_country':'CA'},{'id':551,'logo_path':'/jSlzEZZ4Z1g7B2UExjZEIKsUvD9.png','name':'Mandalay Pictures','origin_country':'US'},{'id':423,'logo_path':'/uvA6e2O31qaonsbYd8tjvgqmNXh.png','name':'Phantom Four','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-09-09","15861566","120","[{'iso_639_1':'en','name':'English'}]","Released","The Untold Story of Nat Turner","The Birth of a Nation","false","6.5","318" +"false","/geaAzUv09q5KaM9fHW74nIHeOCi.jpg","null","8500000","[{'id':10751,'name':'Family'},{'id':35,'name':'Comedy'}]","","369883","tt4981636","en","Middle School: The Worst Years of My Life","A quiet teenage artist Rafe Katchadorian has a wild imagination and is sick of middle school and the rules that have been put before him. Rafe and his best friend Leo have come up with a plan: break every rule in the school hand book and as you expect trouble follows.","6.999","/4ivn2Ze0kWpFNXgow2itfkdQftT.jpg","[{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':5490,'logo_path':'/xuJSR4dWsvkE194aemIJwflyNF2.png','name':'CBS Films','origin_country':'US'},{'id':6735,'logo_path':'/6yyByQrmTAgJv0QzZ1Eh1jiGX4R.png','name':'Participant Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-10-07","23316139","92","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'hu','name':'Magyar'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","Rules aren't for everyone","Middle School: The Worst Years of My Life","false","7","178" +"false","/6V0wjVZrNWv2cZKdjLgKAQ4QqEC.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://viewfromabluemoon.com/","368239","tt5199588","en","View from a Blue Moon","See the sport of surfing as it???s never been captured before in John Florence and Blake Vincent Kueny???s second signature release, this time in association with the award-winning film studio Brain Farm. The first surf film shot in 4K, View From a Blue Moon follows the world???s most dynamic surfer John Florence and his closest friends from his home on the North Shore of Oahu to his favorite surfing destinations around the globe. From the dreamy blue perfection of the South Pacific to the darkest uncharted waters of Africa (and everywhere in between), Florence faces a broad spectrum of emotions as he continues to seal his legacy as one of the most gifted surfers ever. And while the young Hawaiian is pulled in increasingly different directions, there is no form of pressure that will keep him from his ultimate goal ??? to redefine what is possible in the ocean.","1.868","/7LYcl72mkKS8Nh1zzSMX156nfoH.jpg","[]","[]","2015-11-11","0","58","[{'iso_639_1':'en','name':'English'}]","Released","","View from a Blue Moon","false","7.8","10" +"false","/n1f7Toca3h01tAL6MIXOywyZPXa.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://fenderbenderfilm.com/","397278","tt5131906","en","Fender Bender","In a small New Mexico town, a 17-year-old high school girl who just got her driver???s license gets into her first Fender Bender, innocently exchanging her personal information with an apologetic stranger. Later that stormy night, she is joined in her desolate suburban home by a couple of her school friends who try their best to make a night out of it, only to be visited by the stranger she so willingly handed all of her information to ??? a terrifying and bizarre serial killer who stalks the country???s endless miles of roads and streets with his old rusty car, hungrily searching for his next unsuspecting victim.","4.136","/fYjKR5Z6gnxVE7MKHQDYhlHvpax.jpg","[{'id':70142,'logo_path':null,'name':'EchoWolf Productions','origin_country':''},{'id':11658,'logo_path':null,'name':'Brainstorm Media','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-05-23","0","91","[{'iso_639_1':'en','name':'English'}]","Released","A Crash Course in Terror","Fender Bender","false","5.3","46" +"false","/vxEIK7sINxnDLJN8Vlh1HixZelg.jpg","null","0","[{'id':10751,'name':'Family'},{'id':18,'name':'Drama'}]","http://greaterthemovie.com/","379441","tt2950418","en","Greater","Greater ??? The story of Brandon Burlsworth, possibly the greatest walk-on in the history of college football.","1.647","/uYcjx5UVwpQpZTqsAFgHy7lO18R.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-08-26","0","130","[{'iso_639_1':'en','name':'English'}]","Released","","Greater","false","7.4","35" +"false","/vgnhCfwo4VmDcDocSJ1tBPO3tX9.jpg","{'id':64750,'name':'Blair Witch Collection','poster_path':'/qDQuKJZYLHrs1Ej64tYYFooFxc1.jpg','backdrop_path':'/e5GwLq0zBer3SuSJZodcNROnT6Z.jpg'}","5000000","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","http://www.blairwitch.movie/","351211","tt1540011","en","Blair Witch","Students on a camping trip discover something sinister is lurking beyond the trees.","8.814","/kqmGs9q5WZkxKub60K6pU37GdvU.jpg","[{'id':829,'logo_path':'/mzpAmEQ5P1gFvdRoNyCk9q8ngiv.png','name':'Vertigo Entertainment','origin_country':'US'},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':88016,'logo_path':null,'name':'Hurwitz Creative','origin_country':''},{'id':6302,'logo_path':null,'name':'Room 101','origin_country':''},{'id':15159,'logo_path':null,'name':'Snoot Entertainment','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2016-09-15","45172994","90","[{'iso_639_1':'en','name':'English'}]","Released","There's something evil hiding in the woods.","Blair Witch","false","5","1049" +"false","/rnwDpRnRWfvp5RsXOogzAwY8hjv.jpg","null","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","66034","tt0116953","en","Mad Dog Time","With his boss in the madhouse, a mobster is temporary boss of the criminal empire just as vicious rivals threaten the control of the empire.","1.549","/rF7JPTZRkf3ysaAx99JqtDb0abu.jpg","[{'id':5330,'logo_path':null,'name':'Bruin Grip Services','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-11-08","0","93","[{'iso_639_1':'en','name':'English'}]","Released","","Mad Dog Time","false","6","16" +"false","/eXKgVIjLCFNpQkjVg1VpA8yM2GA.jpg","null","21","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","6","tt0107286","en","Judgment Night","While racing to a boxing match, Frank, Mike, John and Rey get more than they bargained for. A wrong turn lands them directly in the path of Fallon, a vicious, wise-cracking drug lord. After accidentally witnessing Fallon murder a disloyal henchman, the four become his unwilling prey in a savage game of cat & mouse as they are mercilessly stalked through the urban jungle in this taut suspense drama","9.023","/lNXmgUrP6h1nD53gkFh4WDzT6RZ.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':1644,'logo_path':null,'name':'Largo Entertainment','origin_country':'US'},{'id':4248,'logo_path':null,'name':'JVC Entertainment Networks','origin_country':''}]","[{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'US','name':'United States of America'}]","1993-10-15","12","110","[{'iso_639_1':'en','name':'English'}]","Released","Don't move. Don't whisper. Don't even breathe.","Judgment Night","false","6.5","112" +"false","/J0EvK4vBkFNFexkS9ahG7pk1dA.jpg","null","0","[]","http://www.montereymedia.com/memoria/","291874","tt3262252","en","Memoria","Ivan Cohen is a young boy living in Palo Alto, California. Unsatisfied by his slacker group of friends, his love for a girl who doesn't know he exist and a dysfunctional family life, he is struggling to find his place in the world. Based on the book Palo Alto by James Franco.","1.593","/o1jDRoDt0MqSViqHmERKPL8xa19.jpg","[{'id':8924,'logo_path':'/5NTQun1m6FVJVOVHOubJ5SqyMvi.png','name':'Rabbit Bandini Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-04-08","0","70","[{'iso_639_1':'en','name':'English'}]","Released","","Memoria","false","5","13" +"false","/zB92hZI6ewmIk4tmMakxh0F2Bp5.jpg","null","0","[{'id':27,'name':'Horror'}]","","388410","tt3181898","en","Edgar Allan Poe's Lighthouse Keeper","Marooned on a remote peninsula and haunted by frightening specters, a young man must confront the grotesque denizens of the night, or heed the Lighthouse Keeper's cryptic warning to, 'Always keep a light burning!'","1.4","/j0n93RqGkSgR2A2nnhx6DsOatN0.jpg","[{'id':35613,'logo_path':null,'name':'Millman Productions','origin_country':''},{'id':18043,'logo_path':null,'name':'Thunderhead Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-03-16","0","128","[{'iso_639_1':'en','name':'English'}]","Released","Always Keep A Light Burning!","Edgar Allan Poe's Lighthouse Keeper","false","5.1","14" +"false","/twL25ZFHME2eN8BONJB2gRr2CNy.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':80,'name':'Crime'},{'id':12,'name':'Adventure'}]","","93018","tt0075393","en","Vigilante Force","Vigilante Force is a 1976 American action film concerning a Vietnam War veteran (Kris Kristofferson) and his buddies, who are hired by his brother (Jan-Michael Vincent) and others in a small California town for protection from rowdy oil-field workers.","1.842","/a6RG7yoxF7NtzCws5dPz4SfRIJD.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':4880,'logo_path':null,'name':'chateau productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1976-09-09","0","89","[{'iso_639_1':'en','name':'English'}]","Released","They Hired Themselves A Hero - But All They Bought Was Trouble!","Vigilante Force","false","5.3","9" +"false","/oDDcXrRgiipc3UI1V8f40TbKZGb.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","381034","tt4303340","en","I Am Not a Serial Killer","Fifteen-year old John Cleaver is dangerous, and he knows it. He???s obsessed with serial killers, but really doesn???t want to become one. Terrible impulses constantly tempt him, so for his own sake, and the safety of those around, he lives by rigid rules to keep himself ???good??? and ???normal???. However, when a real monster shows up in his town he has to let his dark side out in order to stop it ??? but without his rules to keep him in check, he might be more dangerous than the monster he???s trying to kill.","6.625","/pksHh2TvPzc6SxeKksS0PM3JxCp.jpg","[{'id':27264,'logo_path':null,'name':'Liquid Noise Films','origin_country':''},{'id':5411,'logo_path':null,'name':'Floodland Pictures','origin_country':''},{'id':18078,'logo_path':null,'name':'Fantastic Films','origin_country':'IE'},{'id':79988,'logo_path':null,'name':'Level 5 Films','origin_country':''},{'id':79989,'logo_path':null,'name':'Winterland Pictures','origin_country':''},{'id':13161,'logo_path':null,'name':'Tea Shop & Film Company','origin_country':''}]","[{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-08-26","0","104","[{'iso_639_1':'en','name':'English'}]","Released","Every town has its monsters","I Am Not a Serial Killer","false","6.2","228" +"false","/xRCRGcmA6odM6LM0i2QdQWqQdrA.jpg","null","1500000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","http://robzombie.com/movies/31-movie/","284564","tt3835080","en","31","Five carnival workers are kidnapped and held hostage in an abandoned, Hell-like compound where they are forced to participate in a violent game, the goal of which is to survive twelve hours against a gang of sadistic clowns.","10.697","/jHkIIkP4O0vUkSACcizOPZQIiF7.jpg","[{'id':10370,'logo_path':null,'name':'Spectacle Entertainment Group','origin_country':''},{'id':18922,'logo_path':null,'name':'Windy Hill Pictures','origin_country':''},{'id':20277,'logo_path':'/aomeUwZLIBjGXHfuZq7HTVk7UNb.png','name':'Protagonist Pictures','origin_country':'GB'},{'id':37432,'logo_path':'/4jf93b9QJmuHxtb1CAFxakApt5K.png','name':'Bow and Arrow Entertainment','origin_country':'US'},{'id':24277,'logo_path':'/u42aMBx2JxWp4vgTjqcar4Kp1HI.png','name':'PalmStar Media','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2016-09-15","779820","102","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Welcome to hell","31","false","5.2","353" +"false","/vLMdYjlarhyGZLsoJ9vtCpQSaC2.jpg","null","10000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","402298","tt4645330","en","Denial","Acclaimed writer and historian Deborah E. Lipstadt must battle for historical truth to prove the Holocaust actually occurred when David Irving, a renowned denier, sues her for libel.","7.956","/wyWZZEvual4sIsk6caQ8osMurXc.jpg","[{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':6735,'logo_path':'/6yyByQrmTAgJv0QzZ1Eh1jiGX4R.png','name':'Participant Media','origin_country':'US'},{'id':8299,'logo_path':null,'name':'Krasnoff Foster Productions','origin_country':''},{'id':28473,'logo_path':null,'name':'Shoebox Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2016-09-30","4073489","109","[{'iso_639_1':'en','name':'English'}]","Released","The whole world knows the Holocaust happened. Now she needs to prove it.","Denial","false","6.7","329" +"false","/bnw8E9Jrj0mvmktXka9L1Kvq3ji.jpg","null","0","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'},{'id':37,'name':'Western'},{'id':28,'name':'Action'}]","http://www.focusfeatures.com/inavalleyofviolence","291356","tt3608930","en","In a Valley of Violence","The story of a drifter named Paul who arrives in a small town seeking revenge on the thugs who murdered his friend. Sisters Mary Anne and Ellen, who run the town's hotel, help Paul in his quest for vengeance.","7.882","/vt6PRYO81BUKxPFhmzg0CzOq8oo.jpg","[{'id':3172,'logo_path':'/kDedjRZwO8uyFhuHamomOhN6fzG.png','name':'Blumhouse Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-10-21","53647","104","[{'iso_639_1':'en','name':'English'}]","Released","A man can only take so much!","In a Valley of Violence","false","5.8","210" +"false","/cyCv00egs7ZNAyNpI8LlRaIi6K8.jpg","null","8820000","[{'id':28,'name':'Action'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.wellgousa.com/theatrical/train-to-busan","396535","tt5700672","ko","?????????","Martial law is declared when a mysterious viral outbreak pushes Korea into a state of emergency. Those on an express train to Busan, a city that has successfully fended off the viral outbreak, must fight for their own survival???","12.551","/qWOkfCgioLEf3Km9OWva93RYWAc.jpg","[{'id':20064,'logo_path':'/8shWjvGL9XQlQ60ovNFDnKqGr4G.png','name':'Next Entertainment World','origin_country':'KR'},{'id':103875,'logo_path':null,'name':'RedPeter Film','origin_country':'KR'}]","[{'iso_3166_1':'KR','name':'South Korea'}]","2016-07-20","87547518","118","[{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","Life-or-death survival begins","Train to Busan","false","7.7","2387" +"false","/5XLO1XFykonT1jwbjHBngPFZbIy.jpg","null","0","[{'id':99,'name':'Documentary'}]","","429574","tt6268536","en","House of Flying Arrows","The popular rise of darts is charted in this pin-sharp documentary that follows the trajectory of arrows from local pub to beer-soaked arena. Featuring archive footage, behind-the-scenes access and interviews with current darting personalities such as Michael van Gerwen, Gary Anderson and Raymond van Barneveld, the film traces the sport's evolution from humble beginnings through to the glamorous heyday of the 1980s and on into the lucrative professional era.","0.669","/j3dKFbpcpLK46JZvAqHxGVJfLyt.jpg","[{'id':5505,'logo_path':null,'name':'Fulwell 73','origin_country':''},{'id':4400,'logo_path':null,'name':'Universal Pictures UK','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-11-14","0","96","[{'iso_639_1':'en','name':'English'}]","Released","","House of Flying Arrows","false","5.5","2" +"false","/le8aE5JMAdFMmrlyuj4uhb9ql6X.jpg","null","600000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':53,'name':'Thriller'}]","","22784","tt0068309","en","Boxcar Bertha","'Boxcar' Bertha Thompson, a transient woman in Arkansas during the violence-filled Depression of the early '30s, meets up with rabble-rousing union man 'Big' Bill Shelly and the two team up to fight the corrupt railroad establishment. Based on ???Sister of the Road,??? the 1937 pseudo-autobiography of fictional character Bertha Thompson, written by anarchist physician Dr. Ben L. Reitman.","4.506","/gF5VslUB2xpWbboc735VVnO7DXh.jpg","[{'id':9266,'logo_path':null,'name':'American International Pictures (AIP)','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1972-06-14","0","88","[{'iso_639_1':'en','name':'English'}]","Released","Life made her an outcast. Love made her an outlaw.","Boxcar Bertha","false","5.9","62" +"false","/e24rFaIHbsXmD3CpQBjBE9uEceh.jpg","null","0","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","354979","tt4054654","en","Dog Eat Dog","Carved from a lifetime of experience that runs the gamut from incarceration to liberation, Dog Eat Dog is the story of three men who are all out of prison and now have the task of adapting themselves to civilian life.","5.908","/mI3u5OpbDrHSVryIA3E0WYSdvi8.jpg","[{'id':83037,'logo_path':null,'name':'shanghai gigantic pictures','origin_country':''},{'id':61106,'logo_path':null,'name':'Pure Dopamine','origin_country':''},{'id':83038,'logo_path':null,'name':'adme','origin_country':''},{'id':2520,'logo_path':null,'name':'Arclight Films','origin_country':''},{'id':83039,'logo_path':null,'name':'blue budgie filims','origin_country':''},{'id':290,'logo_path':'/Q8mw2AOQQc8Qg0uNwLWq86DVZv.png','name':'Ingenious Media','origin_country':'GB'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-11-04","80","93","[{'iso_639_1':'en','name':'English'}]","Released","","Dog Eat Dog","false","5","149" +"false","/qIMgNVoceT1PiIG1y3koMBy3bhs.jpg","null","1500000","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","","310888","tt4258698","en","Southside with You","Chronicles a single day in the summer of 1989 when the future president of the United States, Barack Obama, wooed his future First Lady on an epic first date across Chicago's South Side.","4.427","/mptp9zgi0WJyTqjMHFFaly4lZif.jpg","[{'id':7437,'logo_path':'/e5CcgFrdlxMUwlsS72si8q1yHBr.png','name':'IM Global','origin_country':'US'},{'id':53215,'logo_path':null,'name':'Get Lifted Film Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-08-26","6512004","80","[{'iso_639_1':'en','name':'English'}]","Released","","Southside with You","false","5.6","125" +"false","/jRRpMTpCsiq100A0lQWGQf1jrdE.jpg","null","8000000","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","http://www.foxmovies.com/movies/morgan","377264","tt4520364","en","Morgan","A corporate risk-management consultant must determine whether or not to terminate an artificial being's life that was made in a laboratory environment.","8.316","/oY5YBkruSCh36kRTzB4W2Li70fj.jpg","[{'id':22213,'logo_path':'/qx9K6bFWJupwde0xQDwOvXkOaL8.png','name':'TSG Entertainment','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-09-01","8810591","92","[{'iso_639_1':'en','name':'English'}]","Released","Don't let it out","Morgan","false","5.7","811" +"false","/w9VNDcQet0TUoLRWHg8JbT4QjpW.jpg","{'id':8936,'name':'Bridget Jones Collection','poster_path':'/fB3BE3TL85Wh7dxNJf226IYQCp.jpg','backdrop_path':'/h7kmBdnH9fxuSRMlJrEqAfMwhVl.jpg'}","35000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","95610","tt1473832","en","Bridget Jones's Baby","Breaking up with Mark Darcy leaves Bridget Jones over 40 and single again. Feeling that she has everything under control, Jones decides to focus on her career as a top news producer. Suddenly, her love life comes back from the dead when she meets a dashing and handsome American named Jack. Things couldn't be better, until Bridget discovers that she is pregnant. Now, the befuddled mom-to-be must figure out if the proud papa is Mark or Jack.","10.631","/j8di6S3mUuFe5Yz8etRG8yG5EeE.jpg","[{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'},{'id':10338,'logo_path':'/el2ap6lvjcEDdbyJoB3oKiYgXu9.png','name':'Perfect World Pictures','origin_country':'CN'},{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2016-09-14","211952420","123","[{'iso_639_1':'en','name':'English'}]","Released","Old flame. New fling. Big problem.","Bridget Jones's Baby","false","6.4","1743" +"false","/9pgHdDy43KeGQiODBNye3ltjxY3.jpg","null","0","[{'id':18,'name':'Drama'}]","","347033","tt3958780","en","Equity","Senior investment banker Naomi Bishop???s world of high-power big money is brutal and fierce, and one she thrives in. When a controversial IPO threatens the fragile balance of power and confidentiality, Naomi finds herself entangled in a web of politics and deception.","3.597","/7SoNk9wZ20Icyyk1vJAZRqAxeRQ.jpg","[{'id':56950,'logo_path':null,'name':'Broad Street Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-07-29","1605463","100","[{'iso_639_1':'en','name':'English'}]","Released","On Wall Street, all players are not created equal","Equity","false","5.9","61" +"false","/Aai0vtRIHNSgsTn0wl4EiNeoSPC.jpg","null","30000000","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","10029","tt0124198","en","Very Bad Things","Kyle Fisher has one last night to celebrate life as a single man before marrying Laura, so he sets out to Vegas with four of his best buddies. But a drug and alcohol filled night on the town with a stripper who goes all the way, turns into a cold night in the desert with shovels when the stripper goes all the way into a body bag after dying in their bathroom. And that's just the first of the bodies to pile up before Kyle can walk down the aisle...","7.241","/rGZ4bR7dNcAWntnVY5R8kge2IVq.jpg","[{'id':38085,'logo_path':null,'name':'VBT Productions','origin_country':''},{'id':7380,'logo_path':null,'name':'Initial Entertainment Group (IEG)','origin_country':''},{'id':10201,'logo_path':null,'name':'Interscope Communications','origin_country':''},{'id':38086,'logo_path':null,'name':'Ballpark Productions Partnership','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-09-11","9898412","100","[{'iso_639_1':'en','name':'English'}]","Released","They've been bad. Very bad.","Very Bad Things","false","6.3","297" +"false","/bcPiNwo84QXbrnrqR87EPUGQP8g.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","http://www.lakeeeriemovie.com/","316268","tt2948078","en","Lake Eerie","A young widow moves into an old house on Lake Erie to recover from the sudden loss of her husband; however, she soon discovers a dark secret and that she is not alone.","2.498","/wqsGwJSdR5X7BxfTJmCEpx0GHS9.jpg","[{'id':43436,'logo_path':null,'name':'Solid Weld Production','origin_country':''},{'id':43437,'logo_path':'/1OvispAX6h0q1HFvEqHSwGNtB4e.png','name':'Savage Beast Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-01-15","0","104","[{'iso_639_1':'en','name':'English'}]","Released","A dark secret locked away...will soon be discovered.","Lake Eerie","false","3.5","31" +"false","/ndlQ2Cuc3cjTL7lTynw6I4boP4S.jpg","{'id':531242,'name':'Suicide Squad Collection','poster_path':'/377PpA9qCKrKZA0V3i7F4xTdkgV.jpg','backdrop_path':'/jxWpUDJoXQII0fvaTLqn0bw1C7p.jpg'}","176000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':80,'name':'Crime'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'}]","http://www.suicidesquad.com/","297761","tt1386697","en","Suicide Squad","From DC Comics comes the Suicide Squad, an antihero team of incarcerated supervillains who act as deniable assets for the United States government, undertaking high-risk black ops missions in exchange for commuted prison sentences.","19.999","/e1mjopzAS2KNsvpbpahQ1a6SkSn.jpg","[{'id':9993,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Entertainment','origin_country':'US'},{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':507,'logo_path':'/z7H707qUWigbjHnJDMfj6QITEpb.png','name':'Atlas Entertainment','origin_country':'US'},{'id':429,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Comics','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-08-03","745600054","124","[{'iso_639_1':'en','name':'English'}]","Released","Worst Heroes Ever","Suicide Squad","false","5.9","13097" +"false","/ceJWH2bq7voYYWNNDtkBQ4oGXFQ.jpg","null","100000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'}]","http://www.benhurmovie.com/","271969","tt2638144","en","Ben-Hur","A falsely accused nobleman survives years of slavery to take vengeance on his best friend who betrayed him.","9.588","/c9CoGrBA5yw8A7YBMz0hGzfzpNq.jpg","[{'id':19857,'logo_path':null,'name':'Sean Daniel Company','origin_country':''},{'id':23920,'logo_path':null,'name':'LightWorkers Media','origin_country':'US'},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-08-17","94061311","125","[{'iso_639_1':'en','name':'English'}]","Released","First to finish. Last to die.","Ben-Hur","false","5.6","1041" +"false","/zhZOUl5iXSrYZjVAlQsQVw2QfKE.jpg","null","10000000","[{'id':18,'name':'Drama'}]","","413452","tt3230660","en","Cardboard Boxer","Gentle and broken, a homeless man fights others on video for money but soon finds comfort in an unlikely friend and the lost diary of a young girl.","2.829","/d4WTtA4DtdT4onLa6TFCGkF59mn.jpg","[{'id':36433,'logo_path':null,'name':'MJW Films','origin_country':'US'},{'id':24133,'logo_path':null,'name':'Night and Day Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-09-16","0","88","[{'iso_639_1':'en','name':'English'}]","Released","","Cardboard Boxer","false","6.6","26" +"false","/hWXrsvhw4nlChyy4zzmB31alP69.jpg","null","0","[{'id':37,'name':'Western'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","376501","tt3491962","en","Outlaws and Angels","A gang of cold-blooded outlaws narrowly escapes a blood-soaked bank robbery in a grimy frontier town. With a notorious bounty hunter hot on their trail, these nefarious criminals desperately need a place to hide out before night falls. Fate brings them to the home of the Tildons, a seemingly innocent family with two feisty daughters. As the men settle in, an impetuous game of cat and mouse plays out during the cold, black night. Come morning, nothing will ever be the same.","3.232","/5xTBc3gXIh6xRY4Ijyt34vwp4my.jpg","[{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'},{'id':7579,'logo_path':null,'name':'Redwire Pictures','origin_country':'US'},{'id':52738,'logo_path':null,'name':'Jeff Rice Films','origin_country':''},{'id':54391,'logo_path':null,'name':'Casadelic Pictures','origin_country':''},{'id':57147,'logo_path':null,'name':'Avery Productions','origin_country':'US'},{'id':79323,'logo_path':null,'name':'New Golden Age Films','origin_country':''},{'id':79324,'logo_path':null,'name':'No Remake Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-01-25","0","120","[{'iso_639_1':'en','name':'English'}]","Released","","Outlaws and Angels","false","5.5","46" +"false","/xjZYzN60CDOs9tjDW9AsKie2O6c.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","358895","tt4630444","en","Being Charlie","Charlie is a troublesome 18-year-old who breaks out of a youth drug treatment clinic, but when he returns home to Los Angeles, he's given an intervention by his parents and forced to go to an adult rehab. There, he meets a beautiful but troubled girl, Eva, and is forced to battle with drugs, elusive love and divided parents.","4.395","/iYr2MGPOCNiTF5IzrO6ZmoMKbSH.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-09-14","30400","97","[{'iso_639_1':'en','name':'English'}]","Released","","Being Charlie","false","6.5","97" +"false","/4CqHy05TKdFitsPtwJE6MFTQ7GU.jpg","null","0","[{'id':35,'name':'Comedy'}]","","372411","tt2112096","en","Absolutely Fabulous: The Movie","Edina and Patsy are still oozing glitz and glamor, living the high life they are accustomed to; shopping, drinking and clubbing their way around London's trendiest hot-spots. Blamed for a major incident at an uber fashionable launch party, they become entangled in a media storm and are relentlessly pursued by the paparazzi. Fleeing penniless to the glamorous playground of the super-rich, the French Riviera, they hatch a plan to make their escape permanent and live the high life forever more!","5.92","/hSfirud6vvO0vAOSBMm3FGmRFBW.jpg","[{'id':41115,'logo_path':null,'name':'British Film Company','origin_country':''},{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-07-01","37915971","91","[{'iso_639_1':'en','name':'English'}]","Released","","Absolutely Fabulous: The Movie","false","5.4","137" +"false","/i5OjSkuRuYn9YFWUDCg6KJFno25.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://DontThinkTwiceMovie.com","356298","tt4972062","en","Don't Think Twice","An improv group deals with several crises, including the loss of their lease and one member hitting the big time.","5.399","/wk95hhQtASvNT6M6NjEFOfetq90.jpg","[{'id':61901,'logo_path':null,'name':'The Film Arcade','origin_country':''},{'id':3916,'logo_path':null,'name':'Cold Iron Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-07-22","4417667","90","[{'iso_639_1':'en','name':'English'}]","Released","The spotlight's not for everyone.","Don't Think Twice","false","6.4","231" +"false","/49xLFrqrU1KIoQpUlixlOhiDbU6.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","331583","tt3503406","en","The Whole Truth","A defense attorney works to get his teenage client acquitted of murdering his wealthy father.","7.545","/lsuLDvhGOR8JZiNHuK6yZWTc3Vs.jpg","[{'id':507,'logo_path':'/z7H707qUWigbjHnJDMfj6QITEpb.png','name':'Atlas Entertainment','origin_country':'US'},{'id':1785,'logo_path':'/wT6aIkuQTNuq8XFoDGACK8EyR6w.png','name':'Likely Story','origin_country':'US'},{'id':45358,'logo_path':null,'name':'Merced Media Partners','origin_country':''},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':24277,'logo_path':'/u42aMBx2JxWp4vgTjqcar4Kp1HI.png','name':'PalmStar Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-03-25","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Do you solemnly swear..","The Whole Truth","false","6.4","472" +"false","/tf9DybXkQkx8pRCb0oxYOWQLy8K.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","407389","tt3894312","en","The Remains","After a family moves into an old Victorian home, they discover a chest in the attic containing antiques tainted by a malevolent spirit. As the antiques slowly possess each family member, the spirit grows stronger, hellbent on kidnapping the children.","4.67","/2lRIYheeGsqqzvra7WvnGXokwYy.jpg","[{'id':17380,'logo_path':null,'name':'EBF Productions','origin_country':''},{'id':57537,'logo_path':'/xDWgR9hco6pRM69A4djcwaSpKHz.png','name':'Diablo Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-08-05","0","85","[{'iso_639_1':'en','name':'English'}]","Released","Some things are best left alone.","The Remains","false","4.3","71" +"false","/qKbrLPdeeXFUUtOfbOxsql4V2wo.jpg","null","0","[{'id':80,'name':'Crime'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","403642","tt3330764","en","The Neighbor","In the town of Cutter, most people keep to themselves. But when John comes home to find his girlfriend missing, he sneaks into his neighbor's house, finding his girlfriend and several other kidnapped people tied up in the basement. When the neighbor come home, John is forced to get out of the house alive and lead the group to safety.","6.861","/y4q2fRKpQy18o9VL9eZ3eQBydvp.jpg","[{'id':25953,'logo_path':null,'name':'The Salt Company International','origin_country':''},{'id':5176,'logo_path':null,'name':'Fortress Features','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-08-19","0","87","[{'iso_639_1':'en','name':'English'}]","Released","We all have our secrets","The Neighbor","false","5.7","107" +"false","/fShy3BQNjlU71E9BxTpJC8u3J27.jpg","{'id':153948,'name':'Best of the Best Collection','poster_path':'/4I3QETfSJAyehWlclsrRbqXn2sU.jpg','backdrop_path':'/orC5lXKZTsitJguQFVxJcEhcTc.jpg'}","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","32049","tt0106393","en","Best of the Best 2","In an underground fight club, blackbelt Travis Brickley is killed after losing to the evil martial arts master Brakus. Travis' death is witnessed by Walter Grady, the son of his best friend Alex Grady. Alex and his partner, Tommy Lee, vow to avenge their friend's death by defeating Brakus and shutting down the fight club.","3.902","/swxAJV9uDuDuoQBEbfM8i1wxapW.jpg","[{'id':91380,'logo_path':null,'name':'Picture Securities','origin_country':''},{'id':44962,'logo_path':null,'name':'The Movie Group','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-01-01","6500000","101","[{'iso_639_1':'en','name':'English'}]","Released","Get ready for the ultimate challenge!","Best of the Best 2","false","5.7","44" +"false","/AkPViQtMLtiGPRfMTV05dLCZOPb.jpg","{'id':153948,'name':'Best of the Best Collection','poster_path':'/4I3QETfSJAyehWlclsrRbqXn2sU.jpg','backdrop_path':'/orC5lXKZTsitJguQFVxJcEhcTc.jpg'}","5000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'}]","","238751","tt0096913","en","Best of the Best","A team from the United States is going to compete against Korea in a Tae Kwon Do tournament. The team consists of fighters from all over the country--can they overcome their rivalry and work together to win?","5.196","/uoG8bCZMX1hqrPEjBjwYLawsUKk.jpg","[{'id':808,'logo_path':'/4L1apH72jCx6Z5qyH7UOJUDlRoF.png','name':'The Movie Network','origin_country':'CA'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-11-10","1700000","97","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","A team is not a team if you don't give a damn about each other.","Best of the Best","false","6.4","83" +"false","/c6gLbAnjxclnHizyUBN2841jFPH.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","352890","tt3652862","en","Morris from America","The romantic and coming-of-age misadventures of a 13-year-old American living in Germany.","3.953","/rXODjB3dTim7zE6eAX5BBUmULMp.jpg","[{'id':56403,'logo_path':'/uXT3YDtWe3lvMullnwk51l4UikF.png','name':'Beachside Films','origin_country':'US'},{'id':65803,'logo_path':null,'name':'Lichtblick Media GmbH','origin_country':''},{'id':41653,'logo_path':null,'name':'INDI Film GmbH','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'DE','name':'Germany'}]","2016-08-19","0","89","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","Nothing rhymes with Germany","Morris from America","false","6","56" +"false","/ytmjtuHHRl9remiplTnUqBtBnBD.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","257117","tt2825230","en","Blood Punch","Milton, a college dropout, was only supposed to cook meth for one day. Broken out of rehab by a brash young woman and her trigger-happy (""ex"") boyfriend and driven to a remote cabin the woods, Milton finds himself drawn into a dangerous love triangle gone haywire. The couple's deadpan half-truths spin around Milton like a song on repeat. They seem to read him like an open book, until a mysterious message opens his eyes to his cursed existence. With unlimited ammunition, any hunting tool they could desire, and an ever-growing body count, for what did Milton really sign up?","3.536","/lKAeO8q3fETPNnA0DYML1mkghr7.jpg","[{'id':83652,'logo_path':null,'name':'Bluff Road Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-02-21","0","104","[{'iso_639_1':'en','name':'English'}]","Released","","Blood Punch","false","6.7","53" +"false","/ttZeIbwoQCS377TO7cWObMWiEhl.jpg","null","0","[{'id':35,'name':'Comedy'}]","http://www.forttildenthemovie.com/","253255","tt3457734","en","Fort Tilden","Twenty-something Brooklynites Allie and Harper are directionless, privileged, and just a tiny bit damaged. All they want is to get to the beach, where a drug-fueled afternoon with cute boys awaits them. Alas, the journey becomes needlessly complicated, as the girls??? bike ride from Williamsburg to Fort Tilden Beach is littered with a barrage of unfriendly circumstances and the realization that their life skills are more limited than they should be.","1.963","/fhm3SFtrcyzA1rGT00OnOeZ4WDF.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-03-08","0","95","[{'iso_639_1':'en','name':'English'}]","Released","","Fort Tilden","false","4.8","23" +"false","/7Buqur9xETDNqqm2D1oSZa6bRT4.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.filmbros.no/","402100","tt4182064","no","Sensommer","An elderly woman has secluded herself in her remote home in the French countryside, when a young foreign couple on vacation suddenly intrudes on her isolated life.","1.895","/mq4XqHmgaPtje26nhtG79lg9Dnz.jpg","[{'id':51748,'logo_path':null,'name':'FilmBros','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'NO','name':'Norway'}]","2016-06-17","0","71","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'no','name':'Norsk'}]","Released","","Late Summer","false","3.6","5" +"false","/9MArKFeNR5DqjKHZJ0nwZGnQy4f.jpg","null","0","[{'id':35,'name':'Comedy'}]","","301629","tt4000870","en","Addicted to Fresno","Two co-dependent sisters, a recovering sex addict and a lonely lesbian who work as hotel maids in Fresno, go to ludicrous lengths to cover up an accidental crime.","2.706","/ruX8AId8IwHiXDvWPLUzVVVN5k1.jpg","[{'id':2313,'logo_path':null,'name':'Andrea Sperling Productions','origin_country':''},{'id':35562,'logo_path':'/cpeGUCuKo2vgaxzru9RvhJYBcdX.png','name':'Gamechanger Films','origin_country':'US'},{'id':37688,'logo_path':null,'name':'Leeden Media','origin_country':''},{'id':10347,'logo_path':null,'name':'Lakeview Productions','origin_country':'US'},{'id':37689,'logo_path':null,'name':'TALU Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-09-01","0","85","[{'iso_639_1':'en','name':'English'}]","Released","They always find a way to get off.","Addicted to Fresno","false","5.4","50" +"false","/elSS1VQHKZF1j2ZxOnVdA2VhZzU.jpg","{'id':206559,'name':'StreetDance Collection','poster_path':'/d0xdu3kaMbQ8FnJkfWI2tfpMATC.jpg','backdrop_path':'/mkqD8O0CJxaZf6V0ps2DyZee4HP.jpg'}","0","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","http://www.highstrungthemovie.com/","382399","tt3451230","en","High Strung","When a hip hop violinist busking in the New York subway encounters a classical dancer on scholarship at the Manhattan Conservatory of the Arts, sparks fly. With the help of a hip hop dance crew they must find a common ground while preparing for a competition that could change their lives forever.","7.097","/vBpiQ4urEIlSOntCaNNMkb1SBNR.jpg","[{'id':15048,'logo_path':null,'name':'Riviera Films','origin_country':''},{'id':79577,'logo_path':null,'name':'Sforzando Productions','origin_country':''},{'id':1370,'logo_path':'/uch218gB4XWNz3JNhlc65A5Q207.png','name':'Castel Film','origin_country':'RO'}]","[{'iso_3166_1':'RO','name':'Romania'},{'iso_3166_1':'US','name':'United States of America'}]","2016-04-08","53447","96","[{'iso_639_1':'en','name':'English'}]","Released","See the music. Hear the dance.","High Strung","false","7.1","570" +"false","/dtFiuavnsnl0krJAeSmGAOFAhw2.jpg","{'id':31562,'name':'The Bourne Collection','poster_path':'/cagvGev72iUM9FVplnv9nSqBXK4.jpg','backdrop_path':'/vA5xMglyZv7yzDTj1qUTU4OvelV.jpg'}","120000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://www.jasonbournemovie.com","324668","tt4196776","en","Jason Bourne","The most dangerous former operative of the CIA is drawn out of hiding to uncover hidden truths about his past.","21.927","/lFSSLTlFozwpaGlO31OoUeirBgQ.jpg","[{'id':862,'logo_path':'/udTjbqPmcTbfrihMuLtLcizDEM1.png','name':'The Kennedy/Marshall Company','origin_country':'US'},{'id':25716,'logo_path':null,'name':'Captivate Entertainment','origin_country':''},{'id':29313,'logo_path':'/1whsMqm5kAPxKBhnTlKNcbXBQJK.png','name':'Pearl Street Films','origin_country':'US'},{'id':31922,'logo_path':null,'name':'Double Negative','origin_country':''},{'id':10338,'logo_path':'/el2ap6lvjcEDdbyJoB3oKiYgXu9.png','name':'Perfect World Pictures','origin_country':'CN'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CN','name':'China'}]","2016-07-27","415484914","123","[{'iso_639_1':'en','name':'English'}]","Released","You know his name","Jason Bourne","false","6.1","3504" +"false","/3CYsBEo9QwyaTDENE7nDufxEzj6.jpg","null","5000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","","331588","tt1226766","en","The Great Gilly Hopkins","Wisecracking, gum-chewing 12-year-old Gilly is well known in the foster system. Totally unmanageable, she has stayed with more families than she can remember and has outwitted them all. After all, how can she settle down when her real mother, the beautiful and glamourous Courtney, might be out there waiting for her? When Gilly is sent to live with the Trotters, the weirdest family yet, she isn???t planning to stick around. But cheerful, affectionate Maime Trotter isn???t giving up on Gilly just yet...","5.614","/sbDBeQwDojQTvHO1wfKJDtPz9Q6.jpg","[{'id':35799,'logo_path':null,'name':'Arcady Bay Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-10-05","0","99","[{'iso_639_1':'en','name':'English'}]","Released","Family is where you find it","The Great Gilly Hopkins","false","6.4","119" +"false","/AaRhHX0Jfpju0O6hNzScPRgX9Mm.jpg","null","65000000","[{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","http://movies.disney.com/petes-dragon-2016","294272","tt2788732","en","Pete's Dragon","For years, old wood carver Mr. Meacham has delighted local children with his tales of the fierce dragon that resides deep in the woods of the Pacific Northwest. To his daughter, Grace, who works as a forest ranger, these stories are little more than tall tales... until she meets Pete, a mysterious 10-year-old with no family and no home who claims to live in the woods with a giant, green dragon named Elliott. And from Pete's descriptions, Elliott seems remarkably similar to the dragon from Mr. Meacham's stories. With the help of Natalie, an 11-year-old girl whose father Jack owns the local lumber mill, Grace sets out to determine where Pete came from, where he belongs, and the truth about this dragon.","8.658","/vxi7yxz41OUQH7ECEfQjYyLR6J1.jpg","[{'id':51164,'logo_path':null,'name':'Whitaker Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-08-10","143695338","103","[{'iso_639_1':'en','name':'English'}]","Released","Some secrets are too big to keep.","Pete's Dragon","false","6.3","1267" +"false","/eYT9XQBo1eC4DwPYqhCol0dFFc2.jpg","null","140000000","[{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","http://movies.disney.com/the-bfg","267935","tt3691740","en","The BFG","The BFG is no ordinary bone-crunching giant. He is far too nice and jumbly. It's lucky for Sophie that he is. Had she been carried off in the middle of the night by the Bloodbottler, or any of the other giants???rather than the BFG???she would have soon become breakfast. When Sophie hears that the giants are flush-bunking off to England to swollomp a few nice little chiddlers, she decides she must stop them once and for all. And the BFG is going to help her!","15.074","/xMvzfhXZdfeLBZZUIQRB4vw1EtA.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'},{'id':7294,'logo_path':'/kK4PRgceWp9KNrycD8xx8seWxYU.png','name':'Reliance Entertainment','origin_country':'IN'},{'id':10221,'logo_path':'/99VfWRgKasZoyK9UVB39gnYvFrZ.png','name':'Walden Media','origin_country':'US'},{'id':862,'logo_path':'/udTjbqPmcTbfrihMuLtLcizDEM1.png','name':'The Kennedy/Marshall Company','origin_country':'US'}]","[{'iso_3166_1':'IN','name':'India'},{'iso_3166_1':'US','name':'United States of America'}]","2016-06-01","183345589","120","[{'iso_639_1':'en','name':'English'}]","Released","The world is more giant than you can imagine.","The BFG","false","6.1","1843" +"false","/bCThHXQ3aLLDU3KFST0rC8mTan5.jpg","null","9900000","[{'id':80,'name':'Crime'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.dontbreathe-movie.com/site/","300669","tt4160708","en","Don't Breathe","A group of teens break into a blind man's home thinking they'll get away with the perfect crime. They're wrong.","18.571","/lw0IqOSMsQcy1QnVIEIDppLmNwk.jpg","[{'id':768,'logo_path':null,'name':'Ghost House Pictures','origin_country':'US'},{'id':3287,'logo_path':'/bz6GbCQQXGNE56LTW9dwgksW0Iw.png','name':'Screen Gems','origin_country':'US'},{'id':11341,'logo_path':'/xytTBODEy3p20ksHL4Ftxr483Iv.png','name':'Stage 6 Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-08-25","159047649","89","[{'iso_639_1':'en','name':'English'}]","Released","This house looked like an easy target, until they found out what was inside.","Don't Breathe","false","6.8","3532" +"false","/1nl9lpmE6HgaEUJlUM6z7ouWl9H.jpg","null","0","[{'id':16,'name':'Animation'},{'id':14,'name':'Fantasy'},{'id':9648,'name':'Mystery'}]","https://gkids.com/films/phantom-boy/","356161","tt1856057","fr","Phantom Boy","At a hospital in New York, Alex, a police officer, meets L??o, a boy who has the ability to get out of his body and pass through the walls like a ghost. Both team up with Mary, an intrepid journalist, to capture a disfigured villain who terrorizes the city.","3.471","/pSsF27YqzoeaGDnitTsXCyl2LlT.jpg","[{'id':11794,'logo_path':'/9bpMOXt1AcM8l88slcJRMFcmI0L.png','name':'Lunanime','origin_country':'BE'},{'id':8212,'logo_path':'/1PdW3XxfjoEkNX0RjVU3zX6SXKt.png','name':'Folimage','origin_country':'FR'},{'id':591,'logo_path':'/q5I5RDwMEiqoNmfaJgd2LraEOJY.png','name':'France 3 Cin??ma','origin_country':'FR'},{'id':1666,'logo_path':null,'name':'Rh??ne-Alpes Cin??ma','origin_country':'FR'},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':10611,'logo_path':'/zQ4fGaEnNkWfSzyygXRcUZwPmDG.png','name':'Cin??+','origin_country':'FR'},{'id':7131,'logo_path':'/eLvjHPYZ12GR58lrDgg6MXZp2a3.png','name':'France T??l??visions','origin_country':'FR'}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'FR','name':'France'}]","2015-10-14","0","82","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","My name is Leo and I have a secret","Phantom Boy","false","7","22" +"false","/5GbRKOQSY08U3SQXXcQAKEnL2rE.jpg","null","12000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':37,'name':'Western'}]","http://hellorhighwater.movie","338766","tt2582782","en","Hell or High Water","A divorced dad and his ex-con brother resort to a desperate scheme in order to save their family's farm in West Texas.","11.618","/6YOrNBdoXvT8aC5VPLkkN6t5z0V.jpg","[{'id':737,'logo_path':'/dK1GZ1u4our8sJW0Sts1JHeNSLn.png','name':'Sidney Kimmel Entertainment','origin_country':'US'},{'id':20153,'logo_path':null,'name':'Film 44','origin_country':'US'},{'id':3263,'logo_path':'/z0fbODSLBptxVKekL0950Lr71zU.png','name':'OddLot Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-08-12","37589296","102","[{'iso_639_1':'en','name':'English'}]","Released","Blood always follows money.","Hell or High Water","false","7.3","2359" +"false","/6kMu4vECAyTpj2Z7n8viJ4RAaYh.jpg","{'id':280504,'name':'Mechanic Collection','poster_path':'/rYW2tVlAwa53xR57ipFytzYhrxq.jpg','backdrop_path':'/i36Ufc9CmjwpcfUaQv1YgifPyhF.jpg'}","40000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","278924","tt3522806","en","Mechanic: Resurrection","Arthur Bishop thought he had put his murderous past behind him when his most formidable foe kidnaps the love of his life. Now he is forced to travel the globe to complete three impossible assassinations, and do what he does best, make them look like accidents.","12.579","/nhPKl3mDUPXpCrX5onoGmt6kC4U.jpg","[{'id':342,'logo_path':null,'name':'Davis-Films','origin_country':''},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':80114,'logo_path':null,'name':'ME2 Productions','origin_country':''},{'id':88016,'logo_path':null,'name':'Hurwitz Creative','origin_country':''},{'id':1020,'logo_path':'/kuUIHNwMec4dwOLghDhhZJzHZTd.png','name':'Millennium Films','origin_country':'US'},{'id':8880,'logo_path':'/fE7LBw7Jz8R29EABFGCvWNriZxN.png','name':'Winkler Films','origin_country':''}]","[{'iso_3166_1':'TH','name':'Thailand'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","2016-08-25","125729635","99","[{'iso_639_1':'bg','name':'?????????????????? ????????'},{'iso_639_1':'en','name':'English'}]","Released","Four continents. Three kills... Or the love of his life is dead.","Mechanic: Resurrection","false","5.6","1862" +"false","/aF4TrSc1IbNNtsWdwixMQNku3Dv.jpg","null","60000000","[{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'}]","http://kubothemovie.com","313297","tt4302938","en","Kubo and the Two Strings","Kubo mesmerizes the people in his village with his magical gift for spinning wild tales with origami. When he accidentally summons an evil spirit seeking vengeance, Kubo is forced to go on a quest to solve the mystery of his fallen samurai father and his mystical weaponry, as well as discover his own magical powers.","19.534","/3Kr9CIIMcXTPlm6cdZ9y3QTe4Y7.jpg","[{'id':10146,'logo_path':'/xnFIOeq5cKw09kCWqV7foWDe4AA.png','name':'Focus Features','origin_country':'US'},{'id':11537,'logo_path':'/AgCkAk8EpUG9fTmK6mWcaJA2Zwh.png','name':'Laika Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-08-18","69929545","102","[{'iso_639_1':'en','name':'English'}]","Released","The quest begins","Kubo and the Two Strings","false","7.7","1938" +"false","/bgSyVgl0OERix5RxrKWZkv3B5NS.jpg","null","0","[{'id':10751,'name':'Family'},{'id':878,'name':'Science Fiction'},{'id':35,'name':'Comedy'},{'id':16,'name':'Animation'}]","","421725","tt6151810","en","Scrat: Spaced Out","In the main events of Ice Age: Collision Course, Scrat is captured by Scratazons who take away his acorn. Now, Scrat must rescue his Acorn and escape before the aliens can catch him.","1.693","/gCeHEV36fbbKV6dGyNp7ld4mfAe.jpg","[{'id':9383,'logo_path':'/ppeMh4iZJQUMm1nAjRALeNhWDfU.png','name':'Blue Sky Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-10-11","0","15","[{'iso_639_1':'en','name':'English'}]","Released","","Scrat: Spaced Out","false","6.5","23" +"false","/AdbQM7UrobM2RSjz2HAJq7qvCVw.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://www.4thmanout.com","342672","tt3978720","en","4th Man Out","After a night of drinking, Adam Hutcherson stumbles out of the closet to his three straight buddies. A disruption to their dynamic which they now must try and overcome through alcohol, Tinder dates and forgiveness.","6.077","/msu52hNvFSzaQurUo7XO5iym09E.jpg","[{'id':44632,'logo_path':'/neCKH4sJCBhZ1B4QocTM4VXCQOR.png','name':'Gravitas Ventures','origin_country':'US'},{'id':23752,'logo_path':null,'name':'Tait Productions','origin_country':''},{'id':114629,'logo_path':null,'name':'Jed Entertainment Production','origin_country':''},{'id':114634,'logo_path':'/xJpyyIgVMtVjKuQaArUWmRqCHGj.png','name':'Moving Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-05-26","0","87","[{'iso_639_1':'en','name':'English'}]","Released","Friends don't let friends come out alone.","4th Man Out","false","6.9","191" +"false","/a0Nfu6jaJLL3lcN7DxVSTWDBIyo.jpg","null","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","369032","tt4335650","en","Carnage Park","Part crime caper gone awry, part survival horror film, this 1970s set thriller depicts a harrowing fight for survival after a pair of wannabe crooks botch a bank heist and flee into the desert, where they inexplicably stumble upon Carnage Park, a remote stretch of wilderness occupied by a psychotic ex-military sniper.","3.663","/v5PNynq0yMJOWyu0WbZYHiU3Ez7.jpg","[{'id':57537,'logo_path':'/xDWgR9hco6pRM69A4djcwaSpKHz.png','name':'Diablo Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-07-01","0","81","[{'iso_639_1':'en','name':'English'}]","Released","Out here, God don't pick no favorites","Carnage Park","false","5.4","55" +"false","/lTh32mKlJGtucSgKVEIqOBZTfpi.jpg","null","0","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","422874","tt4715356","en","Money","Two wealthy businessmen are about to get away with $5 million in ill-gotten money until their plans are revealed by an uninvited house guest.","4.063","/397hTlU3StzK8kctwEYNf8YFb3M.jpg","[{'id':13286,'logo_path':null,'name':'Kamel Films','origin_country':''},{'id':50089,'logo_path':null,'name':'Create Entertainment','origin_country':''},{'id':113135,'logo_path':null,'name':'Narola Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-04-06","0","86","[{'iso_639_1':'en','name':'English'}]","Released","There are only two things wrong with money: too much or too little.","Money","false","5.5","61" +"false","/nhuSsCGddsFTn02mNCwHjYCUyf0.jpg","null","8000000","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'}]","http://www.theperfectweaponthemovie.com/Segal/Home.html","416149","tt4616250","en","The Perfect Weapon","In a not too distant future, a totalitarian state run by ???The Director??? (Seagal) controls all aspects of life. All enemies of the state are dealt in the harshest way. Most of them are executed by the secret government???s assassins. The best operative is code-named ???Condor??? (Messner) ??? an elite agent and hit man for the government. However, in his latest assignment, ???Condor??? fails to kill an opposition leader, and finds himself on the run from the very same government agency that he works for. This sets in motion a chain of events with unforseen consequences for all involved.","4.605","/sexL6gIrPP23d9Zp3jUc7qnBZQM.jpg","[{'id':15948,'logo_path':null,'name':'Boundless Pictures','origin_country':''},{'id':16936,'logo_path':null,'name':'Arramis Films','origin_country':''},{'id':23688,'logo_path':null,'name':'VMI Worldwide','origin_country':''},{'id':63443,'logo_path':'/iKm40tfw3Hxaz7mUubWrdbApUJV.png','name':'The Fyzz Facility','origin_country':'GB'},{'id':56647,'logo_path':null,'name':'Paar Productions','origin_country':''},{'id':112544,'logo_path':null,'name':'Inopia Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-09-09","17000000","88","[{'iso_639_1':'en','name':'English'}]","Released","Everyone is a Target","The Perfect Weapon","false","4","31" +"false","/rrw0QpBIaxGQeEVmk0OtmYmLRm7.jpg","null","0","[{'id':18,'name':'Drama'}]","","109453","tt2395339","en","Mothers and Daughters","Interwoven stories of what it is to be a mom seen through the lens of photographer Rigby Gray.","5.018","/lzz7YNcXlGPuX7wZOl67nGKAxqz.jpg","[{'id':6353,'logo_path':null,'name':'Screen Media Films','origin_country':''},{'id':57021,'logo_path':null,'name':'Siempre Viva Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-05-06","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Mothers and Daughters","false","5","62" +"false","/15ruj2IGZqXXQCgln4Do8WPeAIr.jpg","null","40000000","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","http://www.wardogsthemovie.com/","308266","tt2005151","en","War Dogs","Based on the true story of two young men, David Packouz and Efraim Diveroli, who won a $300 million contract from the Pentagon to arm America's allies in Afghanistan.","12.48","/wJXku1YhMKeuzYNEHux7XtaYPsE.jpg","[{'id':1557,'logo_path':'/ccz9bqCu3jSFKbPFnfWmjAKZLBL.png','name':'The Mark Gordon Company','origin_country':'US'},{'id':3527,'logo_path':null,'name':'Green Hat Films','origin_country':'US'},{'id':83036,'logo_path':null,'name':'Joint Effort','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'KH','name':'Cambodia'},{'iso_3166_1':'US','name':'United States of America'}]","2016-08-17","86234523","114","[{'iso_639_1':'sq','name':'shqip'},{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'ro','name':'Rom??n??'}]","Released","An American dream","War Dogs","false","6.8","2291" +"false","/lubzBMQLLmG88CLQ4F3TxZr2Q7N.jpg","{'id':427084,'name':'The Secret Life of Pets Collection','poster_path':'/6efPtjryNVIYjQytNnCTJY5PK6f.jpg','backdrop_path':'/fAibj0DIT8gk5jQtsEor66QKCsR.jpg'}","75000000","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","http://www.thesecretlifeofpets.com/","328111","tt2709768","en","The Secret Life of Pets","The quiet life of a terrier named Max is upended when his owner takes in Duke, a stray whom Max instantly dislikes.","6.757","/WLQN5aiQG8wc9SeKwixW7pAR8K.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':3341,'logo_path':'/dTG5dXE1kU2mpmL9BNnraffckLU.png','name':'Fuji Television Network','origin_country':'JP'},{'id':6704,'logo_path':'/fOG2oY4m1YuYTQh4bMqqZkmgOAI.png','name':'Illumination Entertainment','origin_country':'US'},{'id':1778,'logo_path':'/69xm6sF3JxugGVjfZfm1YY6d7EE.png','name':'Dentsu','origin_country':'JP'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-06-18","875457937","87","[{'iso_639_1':'en','name':'English'}]","Released","Think this is what they do all day?","The Secret Life of Pets","false","6.1","5196" +"false","/mG2VyU0JP4YuQG3M79PMupBqQdt.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':10402,'name':'Music'}]","http://supersonic-movie.com","412924","tt5213534","en","Supersonic","From award-winning director Mat Whitecross and featuring extensive unseen archive footage, Supersonic charts the meteoric rise of Oasis from the council estates of Manchester to some of the biggest concerts of all time in just three short years. This palpable, raw and moving film shines a light on one of the most genre and generation-defining British bands that has ever existed, and features candid new interviews with Noel and Liam Gallagher, their mother, and members of the band and road crew.","4.187","/vOWuegX0Bfx4EhgS4qLz2Imq2dE.jpg","[{'id':56804,'logo_path':null,'name':'On The Corner Films','origin_country':'GB'},{'id':82962,'logo_path':null,'name':'Nemperor','origin_country':''},{'id':82963,'logo_path':null,'name':'Lorton Entertainment','origin_country':''},{'id':82964,'logo_path':null,'name':'Mint Pictures','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-10-02","226286","117","[{'iso_639_1':'en','name':'English'}]","Released","","Supersonic","false","7.6","106" +"false","/k5JcrhaCW28t8Xll7F5d7KemaZ5.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","","339148","tt3700804","en","Already Tomorrow in Hong Kong","An attraction forms when a Chinese American girl visiting Hong Kong for the first time meets an American expat who shows her the way, but timing may not quite be on their side.","3.501","/eo72XQKflZdvUgkKz7N431YnU7t.jpg","[{'id':14912,'logo_path':null,'name':'Unbound Feet Productions','origin_country':''},{'id':44632,'logo_path':'/neCKH4sJCBhZ1B4QocTM4VXCQOR.png','name':'Gravitas Ventures','origin_country':'US'}]","[{'iso_3166_1':'HK','name':'Hong Kong'},{'iso_3166_1':'US','name':'United States of America'}]","2015-06-12","0","78","[{'iso_639_1':'en','name':'English'}]","Released","","Already Tomorrow in Hong Kong","false","6","56" +"false","/pSS2NE3QLYAy8hZMbqRmuPKAidh.jpg","null","100000","[{'id':27,'name':'Horror'}]","","424182","tt4255252","en","Female Werewolf","Carrie Gemmell, an office woman that initially appears to lead a dull life working at an uninspiring office job. At night, however, she has several surreal fantasies involving sex, blood, and a young woman (Cheryl Singleton) she works with at the office. ""She"" will occasionally wake up in strange places and is convinced that she's turning into a werewolf - something that she believes is evidenced by her teeth elongating.","0.6","/wshIq707ZEsbGdKEZ7SoqyNnhbv.jpg","[{'id':22782,'logo_path':null,'name':'Artsploitation Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-10-16","0","65","[{'iso_639_1':'en','name':'English'}]","Released","The female of the species is more deadly than the male...","Female Werewolf","false","4","3" +"false","/wweNPWBO4S2isIU7kgu1j4mmyMB.jpg","null","20000000","[{'id':18,'name':'Drama'}]","","184341","tt1781827","en","Hands of Stone","The legendary Roberto Duran and his equally legendary trainer Ray Arcel change each other's lives.","7.406","/vPnuhguhrt1FVIaeo8CVMEarzl8.jpg","[{'id':52064,'logo_path':null,'name':'La Piedra Films','origin_country':''},{'id':52065,'logo_path':null,'name':'Fuego Films','origin_country':''},{'id':52066,'logo_path':null,'name':'Epicentral Studios','origin_country':''},{'id':308,'logo_path':'/e8F3mQM7DkJ5SfYYDp8FYzPBOGX.png','name':'The Weinstein Company','origin_country':'US'}]","[{'iso_3166_1':'PA','name':'Panama'},{'iso_3166_1':'US','name':'United States of America'}]","2016-08-26","0","105","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","No m??s. No surrender.","Hands of Stone","false","6.1","160" +"false","/5eovlgVfijObBm4TtW1QSaj32q3.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","267192","tt1703957","en","Genius","New York in the 1920s. Max Perkins, literary editor at Scribner???s Sons is the first to sign such subsequent literary greats as Ernest Hemingway and F. Scott Fitzgerald. When a sprawling, chaotic 1,000-page manuscript by an unknown writer named Thomas Wolfe falls into his hands, Perkins is convinced he has discovered a literary genius. Together the two men set out to work on a version for publication and a seemingly endless struggle over every single phrase ensues. During this process, Perkins the gentle family man and Wolfe the eccentric author become close ??? a relationship eyed with suspicion by their wives. When ???Look Homeward, Angel??? becomes a resounding success, the writer grows increasingly paranoid.","7.071","/nwnmZkRkXpu11Zfku8DUSRu7JWs.jpg","[{'id':62230,'logo_path':null,'name':'Pinewood Pictures','origin_country':''},{'id':25986,'logo_path':null,'name':'Desert Wolf Productions','origin_country':''},{'id':53341,'logo_path':null,'name':'Michael Grandage Company','origin_country':''},{'id':76314,'logo_path':'/oFiHo3350Nj7bi6oxYMq3Kp6VGC.png','name':'Riverstone Pictures','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2016-06-10","5681622","104","[{'iso_639_1':'en','name':'English'}]","Released","Max Perkins discovered Ernest Hemingway and F. Scott Fitzgerald. But he never met anyone like Thomas Wolfe.","Genius","false","6.5","375" +"false","/aetSSVUXwyJswGaAyG3XVvyKNZI.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","355998","tt4076164","en","In the Room","This sensitive and sensual film draws together several narratives spanning several decades, all of them transpiring in the same room of the same Singaporean hotel ??? and all of them involving sex.","2.057","/zUobxX22AjUhwmtiUCrFIa3le1u.jpg","[{'id':17365,'logo_path':'/xxgzyEjYEVPkL8KiMhvYOVmCfAU.png','name':'Zhao Wei Films','origin_country':'SG'}]","[{'iso_3166_1':'HK','name':'Hong Kong'},{'iso_3166_1':'SG','name':'Singapore'}]","2015-09-15","0","90","[{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'th','name':'?????????????????????'},{'iso_639_1':'ms','name':'Bahasa melayu'},{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","","In the Room","false","4.8","13" +"false","/lUadP0x9EsgQuvqjXZmmgpCs97Z.jpg","null","0","[{'id':27,'name':'Horror'}]","http://greenappleent.com/project/american-conjuring/","381170","tt2425866","en","American Conjuring","A family move into an abandoned orphanage and they soon learn that their new home has a disturbing history and that they aren't alone???","2.009","/kU5XcjOQhYpD1yZIUf8ZtrjJboA.jpg","[{'id':72788,'logo_path':null,'name':'Moviehouse Pictures','origin_country':''},{'id':72787,'logo_path':null,'name':'GrounDead Productions','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2016-06-21","0","86","[{'iso_639_1':'en','name':'English'}]","Released","","American Conjuring","false","3.4","17" +"false","/yBBCZwTVzblZ5IEz8r9YS3IQjsb.jpg","null","0","[{'id':28,'name':'Action'}]","http://streetthemovie.net/","409564","tt3602106","en","Street","Remo Street is a young fighter who comes from a world where nothing is easy, so when he is faced with the opportunity to train with a world class coach, he has to choose between the long hard road to honor and glory, or succumbing to a brutal future as a cage fighter for the Russian Mafia.","0.968","/dBPa6MJw6yzCu6eUVI2rL9mk9nl.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-10-30","0","85","[{'iso_639_1':'en','name':'English'}]","Released","When fighting is all you can do, sometimes you have to take it to the street.","Street","false","5.8","13" +"false","/rE5JaYnrqyEQfxatJYXckOjW7QC.jpg","null","13000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","340677","tt2679552","en","I.T.","Mike Regan is a successful, self-made man who has it all: a gorgeous wife, a beautiful teenage daughter and a sleek, state-of-the-art ???smart home???. But he soon finds himself in a deadly, high-stakes game of cat-and-mouse when his I.T. consultant, Ed, starts using his skills to stalk Mike???s daughter and endanger his family, his business, and his life. In a world where there is no privacy, and personal secrets can go viral by the click of a mouse, Mike needs to rely on his old connections to defeat a new kind of nemesis.","9.69","/46BJXoEkwu10dcZJ0psrLtCCBTP.jpg","[{'id':5353,'logo_path':null,'name':'Fastnet Films','origin_country':'IE'},{'id':597,'logo_path':null,'name':'Irish Dreamtime','origin_country':''},{'id':10611,'logo_path':'/zQ4fGaEnNkWfSzyygXRcUZwPmDG.png','name':'Cin??+','origin_country':'FR'},{'id':17653,'logo_path':null,'name':'22h22','origin_country':''},{'id':23318,'logo_path':null,'name':'Mutressa Movies','origin_country':''},{'id':53637,'logo_path':null,'name':'Friendly Films','origin_country':''},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':6626,'logo_path':'/A1BnMoWjzjOrjzpWimyBQkf84mS.png','name':'Voltage Pictures','origin_country':'US'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'US','name':'United States of America'}]","2016-09-09","0","96","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Your life is not secure.","I.T.","false","5.3","335" +"false","/yep77Seow3pLXjqFbkKEcLx8iKH.jpg","null","0","[{'id':18,'name':'Drama'}]","","340611","tt4193394","en","Indignation","In 1951, Marcus Messner, a working-class Jewish student from New Jersey, attends a small Ohio college, where he struggles with anti-Semitism, sexual repression, and the ongoing Korean War.","6.665","/lvdA0NAqOJRC5peafUDRPhP88yY.jpg","[{'id':1785,'logo_path':'/wT6aIkuQTNuq8XFoDGACK8EyR6w.png','name':'Likely Story','origin_country':'US'},{'id':103536,'logo_path':null,'name':'Symbolic Exchange','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-07-29","3924527","110","[{'iso_639_1':'en','name':'English'}]","Released","Based on the novel by Philip Roth.","Indignation","false","6.5","152" +"false","/cg4RKPl7r5AYorNLWwa2AyPSDfB.jpg","null","0","[{'id':27,'name':'Horror'}]","https://www.facebook.com/pikchurezero","380734","tt5127300","en","Forsaken","When a Priest discovers his wife is deathly ill, he decides to go against his faith and use his knowledge of exorcisms to possess her in order to save her life.","1.098","/nVAmamovbFGZtfKxQZxdVf78VO9.jpg","[{'id':67895,'logo_path':null,'name':'Pikchure Zero Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-02-02","0","89","[{'iso_639_1':'en','name':'English'}]","Released","HE has abandoned us","Forsaken","false","3.7","15" +"false","/r1Ei4M6eLiooPTQ4ej7Ikub9lJt.jpg","{'id':522871,'name':'Kickboxer (Reboot) Collection','poster_path':'/54mCCHabNGAObbtqozU0C0qqeOK.jpg','backdrop_path':null}","17000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","http://www.kickboxervengeance.com","308529","tt3082898","en","Kickboxer: Vengeance","Eric and Kurt Sloane are the descendants of a well-known Venice, California-based family of martial artists. Kurt, the younger of the two, has always been in his brother Eric???s shadow, and despite his talent has been told he lacks the instinct needed to become a champion. But when Kurt witnesses the merciless murder of his brother at the hands of Muay Thai champion Tong Po, he vows revenge. He trains with his brother???s mentor for a fight to the death with Tong Po. At first it seems impossible to turn Kurt into the living weapon he must become to beat Tong Po, but through a series of tests and dangerous encounters, Kurt proves he has a deeper strength that will carry him through to his final showdown with Tong Po.","7.749","/fHwikdzHy8btv7Rn1eRGe9rvLVO.jpg","[{'id':86465,'logo_path':null,'name':'Headmon Entertainment & Productions','origin_country':''},{'id':350,'logo_path':'/l4cEc8UZ3ZrPLisIOh1iYMKwAVP.png','name':'Radar Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-07-14","0","90","[{'iso_639_1':'th','name':'?????????????????????'},{'iso_639_1':'en','name':'English'}]","Released","","Kickboxer: Vengeance","false","4.6","175" +"false","/nZqgPV3f791t7G8RaA37BmxolBJ.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","417056","tt3827684","en","The Hollow","When a U.S. congressman's daughter passing through a small town in Mississippi dies in a mysterious triple homicide, a team of F.B.I. agents descends to investigate, the team's brilliant but jaded lead agent battling demons both past and present, as his beautiful, tough-as-nails partner tries to hold him and the case together. They find a struggling and corrupt sheriff's department, a shadowy and much-feared figure, who seems to be pulling all of the town's strings from his mansion on the edge of town and a local victim with a strange connection to a number of the town's most prominent figures.","1.243","/bk5AZW3KjHmVsXq0HbC7YAyfq9J.jpg","[{'id':81616,'logo_path':null,'name':'Historia Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-10-07","0","128","[{'iso_639_1':'en','name':'English'}]","Released","High-profile murder, low-profile town","The Hollow","false","4.8","17" +"false","/y9eEBb0sWuQWszq3cyPNQEyQ86M.jpg","null","0","[{'id':35,'name':'Comedy'}]","","336445","tt4382824","en","Army of One","Gary Faulkner is an ex-con, unemployed handyman, and modern day Don Quixote who receives a vision from God telling him to capture Osama Bin Laden. Armed with only a single sword purchased from a home-shopping network, Gary travels to Pakistan to complete his mission. While on his quest, Gary encounters old friends back home in Colorado, the new friends he makes in Pakistan, the enemies he makes at the CIA - and even God and Osama themselves.","4.718","/qL4HCSbMSvpvrpIoIy8jmwoPfeY.jpg","[{'id':2986,'logo_path':null,'name':'Kasbah-Film Tanger','origin_country':''},{'id':51513,'logo_path':'/eWhUrhDH1DapiMCnK7I9f5HPDjd.png','name':'Cond?? Nast Entertainment','origin_country':'US'},{'id':1205,'logo_path':null,'name':'Endgame Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-11-04","0","92","[{'iso_639_1':'en','name':'English'}]","Released","One Man's Wildly True Quest To Capture Osama Bin Laden","Army of One","false","5.5","116" +"false","/3iSCdXjDmY3DuEOUYsElu35vQU6.jpg","{'id':137697,'name':'Finding Nemo Collection','poster_path':'/wtie42vgM6OY1OGmrtT4kupQBBP.jpg','backdrop_path':'/2hC8HHRUvwRljYKIcQDMyMbLlxz.jpg'}","200000000","[{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","http://movies.disney.com/finding-dory","127380","tt2277860","en","Finding Dory","Dory is reunited with her friends Nemo and Marlin in the search for answers about her past. What can she remember? Who are her parents? And where did she learn to speak Whale?","13.861","/z09QAf8WbZncbitewNk6lKYMZsh.jpg","[{'id':3,'logo_path':'/1TjvGVDMYsj6JBxOAkUHpPEwLf7.png','name':'Pixar','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-06-16","1028570889","97","[{'iso_639_1':'en','name':'English'}]","Released","An unforgettable journey she probably won't remember.","Finding Dory","false","7","7576" +"false","/amwRDfQUYFjLlJ3h3kr71yUK83L.jpg","null","1300000","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","55248","tt1566486","en","Behemoth","Scientists discover a giant creature under the Earth that is wrapped around the entire planet. When the creature wakes all grumpy, it causes worldwide destruction.","1.328","/jyAJXwLKAKToe7H8DDU8TFsaqjA.jpg","[{'id':10399,'logo_path':null,'name':'CineTel Films','origin_country':'US'},{'id':63956,'logo_path':null,'name':'Goliath Pictures','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2011-01-15","0","90","[{'iso_639_1':'en','name':'English'}]","Released","A mountain. A monster. A massacre","Behemoth","false","4.4","17" +"false","/zaeAxHqXGXyfiBUi7TqnPvS3bxa.jpg","null","0","[{'id':35,'name':'Comedy'}]","http://www.crownintlpictures.com/ostitles.html","21955","tt0075086","en","The Pom Pom Girls","A football player at Rosedale High School is amorous of one of the cheerleaders, who is going with another guy. Another player can't decide which of two cheerleaders he wants to be with. Meanwhile, the Big Game with Hardin High School is approaching, and a prank war is in full swing.","1.98","/ohZBN9bEurNjmmhGfJRmfqVAhxf.jpg","[{'id':1009,'logo_path':null,'name':'Crown International Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1976-05-01","17883410","89","[{'iso_639_1':'en','name':'English'}]","Released","How can anyone forget the girls who really turned us on?","The Pom Pom Girls","false","5.4","14" +"false","/3FCnyxqVrjsM7VC6iCqnWmriY5e.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","46029","tt0118001","en","Two Much","A young gallerist is in love with two sisters at the same time. In order to solve the problem he decides to invent his own twin-brother.","3.549","/pTnIGNlRn0aLe4xWVLpXLsnDmt2.jpg","[{'id':20295,'logo_path':null,'name':'Sociedad General de Televisi??n (Sogetel)','origin_country':''},{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':10201,'logo_path':null,'name':'Interscope Communications','origin_country':''},{'id':1382,'logo_path':'/sOg7LGESPH5vCTOIdbMhLuypoLL.png','name':'PolyGram Filmed Entertainment','origin_country':'US'},{'id':1025,'logo_path':null,'name':'Lolafilms','origin_country':'ES'},{'id':11424,'logo_path':null,'name':'Fernando Trueba Producciones Cinematogr??ficas','origin_country':'ES'}]","[{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'US','name':'United States of America'}]","1995-12-01","0","118","[{'iso_639_1':'en','name':'English'}]","Released","","Two Much","false","5.5","54" +"false","/vTOLlWmZpS8R6UNHeHvxZb9xYnt.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'}]","","418243","tt3803664","en","Lost Wilderness","Four would-be siblings on an outdoor vacation are encouraged to bond by their parents. The four adventurers journey out of bounds into the wild on their ATV's in search of a family relic. They soon find themselves lost in the woods and ill equipped to deal with not only the rugged terrain but each other. This is a story of hope and overcoming, full of humor and fun. Its a coming of age tale not only for kids but for parents as well.","1.839","/7Gguwt36sJiRyRiFJOcZWjdPGMN.jpg","[{'id':82714,'logo_path':null,'name':'Red Ant Digital Creativity','origin_country':''},{'id':18903,'logo_path':null,'name':'Lighthouse Home Entertainment','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2015-10-21","0","101","[{'iso_639_1':'en','name':'English'}]","Released","Survive together... or not at all.","Lost Wilderness","false","4.5","4" +"false","/z2v38LbtulD0FpvLE1Km1FivRqz.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://www.thelastreef.co.uk/","168157","tt2070717","fr","The Last Reef: Cities Beneath the Sea","From the Academy-Award nominated creators of the Broadway show STOMP and the award-winning film Wild Ocean, The Last Reef is an uplifting, inspirational large-format and 3D cinema experience capturing one of nature's more vibrant and diverse wonderlands. Exotic coral reefs, vibrant sea walls in the sub-arctic pulsating with anemones and crustaceans: these biodiversity hot spots are as vital to our lives as the rainforests. Shot on location in Palau, Vancouver Island, French Polynesia, Mexico, and The Bahamas using groundbreaking 3D cinematography, The Last Reef takes us on a global journey to explore the connection of our cities on land with the ocean's complex, parallel world of the coral reefs beneath the sea.","0.687","/3JbzLf0lP50n6CtLAfV61iOIwwR.jpg","[]","[{'iso_3166_1':'PW','name':'Palau'}]","2012-02-03","0","40","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","","The Last Reef: Cities Beneath the Sea","false","8.3","6" +"false","/j5tnHbSXHUI4tjVbVcZBoq0JCMB.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","84558","tt1864494","en","Stormhouse","The military have captured and imprisoned a supernatural entity. And now it wants to play.","2.948","/jU6BM81jinCtazGfvjRvxYU8nKB.jpg","[{'id':3349,'logo_path':null,'name':'Scanner-Rhodes Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2011-06-15","0","88","[{'iso_639_1':'en','name':'English'}]","Released","","Stormhouse","false","3.2","10" +"false","/ipWoCersdNWHm9jo3sQa3Xgu2yg.jpg","null","8000000","[{'id':18,'name':'Drama'}]","","374461","tt4196848","en","Mr. Church","A unique friendship develops when a little girl and her dying mother inherit a cook - Mr. Church. What begins as an arrangement that should only last six months, instead spans fifteen years.","6.428","/6qewDsh3LudwGRtGtoHgFJ2woxL.jpg","[{'id':82598,'logo_path':null,'name':'Shenghua Entertainment','origin_country':''},{'id':39644,'logo_path':'/ls2IbZacuJSJL37SXu8uwDjKvdC.png','name':'Cinelou Films','origin_country':'US'},{'id':19456,'logo_path':null,'name':'Envision Media Arts','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-09-16","0","104","[{'iso_639_1':'en','name':'English'}]","Released","He was the one person she could always count on.","Mr. Church","false","7.2","238" +"false","/oWzbl4EgG5hMySCkyOfbkc7vDLz.jpg","null","30000000","[{'id':14,'name':'Fantasy'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","http://www.ninelivesmovie.com/","322240","tt4383594","en","Nine Lives","A stuffy businessman finds himself trapped inside the body of his family's cat.","8.369","/ni1AgkFH0RftjgBaUOjjnmOpcYp.jpg","[{'id':55244,'logo_path':'/6tjtQvghRRXFmCsuN8SsKJW6cIm.png','name':'Fundamental Films','origin_country':'CN'},{'id':6896,'logo_path':'/2Q89KvzxTKB5BAv9RqFIPI1qb7E.png','name':'EuropaCorp','origin_country':'FR'}]","[{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'FR','name':'France'}]","2016-08-03","57814445","87","[{'iso_639_1':'en','name':'English'}]","Released","His life just got put on paws.","Nine Lives","false","5.6","510" +"false","/zpF8ufiB9mG6IwctoD5ONRjXXv1.jpg","null","19000000","[{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'}]","http://www.sausagepartymovie.com","223702","tt1700841","en","Sausage Party","Sausage Party, the first R-rated CG animated movie, is about one sausage leading a group of supermarket products on a quest to discover the truth about their existence and what really happens when they become chosen to leave the grocery store.","14.263","/w90cORtNWQAd2k93aFlIBbpQYTC.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':13184,'logo_path':'/pfUB1a62jSMIqp4Xmaq6z2cgW0B.png','name':'Annapurna Pictures','origin_country':'US'},{'id':16615,'logo_path':'/dbxHaOtibTKvP6dUMRYdwUOULgY.png','name':'Point Grey Pictures','origin_country':'US'},{'id':46875,'logo_path':null,'name':'Nitrogen Studios Canada','origin_country':''},{'id':34,'logo_path':'/GagSvqWlyPdkFHMfQ3pNq6ix9P.png','name':'Sony Pictures','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2016-07-11","140705322","89","[{'iso_639_1':'en','name':'English'}]","Released","Always use condiments","Sausage Party","false","5.6","4086" +"false","/3Xfqf8COL5y3j4cUrLocReEBSQp.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","http://www.imperiumthemovie.com/","374617","tt4781612","en","Imperium","Nate Foster, a young, idealistic FBI agent, goes undercover to take down a radical white supremacy terrorist group. The bright up-and-coming analyst must confront the challenge of sticking to a new identity while maintaining his real principles as he navigates the dangerous underworld of white supremacy. Inspired by real events.","6.608","/aRRLpsusORQxOpFkZvXdk00TkoY.jpg","[{'id':46299,'logo_path':null,'name':'Tycor International Film Company','origin_country':''},{'id':3604,'logo_path':'/jC6Hk3ZyNRlVPJsA0xGlAhgd2RP.png','name':'Grindstone Entertainment Group','origin_country':'US'},{'id':80292,'logo_path':null,'name':'Sculptor Media','origin_country':''},{'id':80294,'logo_path':null,'name':'Green-Light International','origin_country':'US'},{'id':80528,'logo_path':null,'name':'Atomic Features','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-08-19","35000","109","[{'iso_639_1':'en','name':'English'}]","Released","Defend your nation. Become your enemy.","Imperium","false","6.4","664" +"false","/98LmnU03YiezVbQ7eY8rh9RMDQ4.jpg","null","9000000","[{'id':36,'name':'History'},{'id':53,'name':'Thriller'},{'id':10752,'name':'War'}]","http://www.bleeckerstreetmedia.com/anthropoid","351339","tt4190530","en","Anthropoid","In December 1941, Czech soldier Jozef Gab????k and Jan Kubi?? parachute into their occupied homeland to assassinate Nazi officer Reinhard Heydrich","9.809","/5hUghRVVkBYufftfNQkGevY5AmE.jpg","[{'id':10285,'logo_path':'/5jxaT7zoJKtnwqxniiJ9iJLsJru.png','name':'LD Entertainment','origin_country':'US'},{'id':17653,'logo_path':null,'name':'22h22','origin_country':''},{'id':63051,'logo_path':null,'name':'Lucky Man Films','origin_country':''}]","[{'iso_3166_1':'CZ','name':'Czech Republic'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-08-12","4600000","120","[{'iso_639_1':'cs','name':'??esk??'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","Resistance has a code name","Anthropoid","false","7","486" +"false","/2HNnwUG2oDlqnCdQevLF9BZO58c.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'},{'id':37,'name':'Western'}]","","384450","tt4405860","en","Dead 7","A ragtag group of gunslingers try to make their way in a post-apocalyptic world. The twist to this world is that it???s just not barren and dangerous, it???s also filled with flesh-eating zombies. The gunslingers will find themselves stranded in a town and forced to make a choice on either to save the citizens of the town or save themselves.","1.734","/xJdhF5RozAZinsMtVaScaArHyIY.jpg","[{'id':74136,'logo_path':null,'name':'Kaotic Productions','origin_country':''},{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-04-01","0","89","[{'iso_639_1':'en','name':'English'}]","Released","Larger Than Life!","Dead 7","false","4","31" +"false","/m9SrpqTm0qWKriZZMjaeeUyKF0p.jpg","{'id':25542,'name':'An American Girl Collection','poster_path':'/5JpcRXXuFSgYUgtSKvcdQE9LaMS.jpg','backdrop_path':'/1jt2T8oHR1NlzXr7TmSp0Ly9m9D.jpg'}","0","[{'id':10751,'name':'Family'},{'id':12,'name':'Adventure'}]","","400045","tt4827290","en","Lea to the Rescue","Born for adventure, Lea Clark heads deep into the Brazilian rainforest, where her most exciting story awaits.","8.691","/mEALpnEfwl7Hj7Vqx9VDchpAzCA.jpg","[{'id':6834,'logo_path':null,'name':'Out of Africa Entertainment','origin_country':''},{'id':53583,'logo_path':null,'name':'Martin Chase Productions','origin_country':''},{'id':41032,'logo_path':null,'name':'Shaken, Not Stirred Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-05-30","0","","[{'iso_639_1':'en','name':'English'}]","Released","","Lea to the Rescue","false","5.4","8" +"false","/6uBlEXZCUHM15UNZqNig17VdN4m.jpg","{'id':115575,'name':'Star Trek: Alternate Reality Collection','poster_path':'/w2IVqa43Ge49mrY3qSaJWpyDtz6.jpg','backdrop_path':'/gWl5pN2FplE709aVtA4lakwsE6t.jpg'}","185000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'}]","http://www.startrekmovie.com/","188927","tt2660888","en","Star Trek Beyond","The USS Enterprise crew explores the furthest reaches of uncharted space, where they encounter a mysterious new enemy who puts them and everything the Federation stands for to the test.","14.231","/mLrQMqyZgLeP8FrT5LCobKAiqmK.jpg","[{'id':82819,'logo_path':'/5Z8WWr0Lf1tInVWwJsxPP0uMz9a.png','name':'Skydance Media','origin_country':'US'},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':11461,'logo_path':'/p9FoEt5shEKRWRKVIlvFaEmRnun.png','name':'Bad Robot','origin_country':'US'},{'id':34530,'logo_path':null,'name':'Perfect Storm Entertainment','origin_country':'US'},{'id':69484,'logo_path':'/2xtmvbEse87LM7OJXVksv7DToZx.png','name':'Alibaba Pictures Group','origin_country':'CN'},{'id':83644,'logo_path':null,'name':'Sneaky Shark','origin_country':'US'},{'id':83645,'logo_path':null,'name':'Huahua Media','origin_country':'CN'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-07-07","343471816","122","[{'iso_639_1':'en','name':'English'}]","Released","","Star Trek Beyond","false","6.7","4158" +"false","/elPpPBuYB2Zn5wFwz2FSlJlKUjp.jpg","{'id':487376,'name':'Bad Moms Collection','poster_path':'/lbfuba6LomsBy52bYyKsH2exmQY.jpg','backdrop_path':'/4jZkEwRWYavVbPju2vt5pdcMXhG.jpg'}","20000000","[{'id':35,'name':'Comedy'}]","http://stxmovies.com/badmoms/","376659","tt4651520","en","Bad Moms","When three overworked and under-appreciated moms are pushed beyond their limits, they ditch their conventional responsibilities for a jolt of long overdue freedom, fun, and comedic self-indulgence.","13.664","/8sH6LX06JijKQehWo0iSJtbp446.jpg","[{'id':47729,'logo_path':'/5NRpQ7xxmODXAjt2pRWUFMLVzvP.png','name':'STX Entertainment','origin_country':'US'},{'id':78996,'logo_path':null,'name':'Huayi Brothers Pictures','origin_country':'CN'},{'id':90185,'logo_path':null,'name':'BillBlock Media','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-07-28","183936074","100","[{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'en','name':'English'}]","Released","Party like a mother.","Bad Moms","false","6.4","2490" +"false","/qgNPiQhUT4fgYbITe4hhhiazxMZ.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","","256335","tt1890559","en","The Callback Queen","In the cut-throat London film industry a vivacious actress chasing her big break struggles to maintain her integrity in the face of the director's advances.","0.745","/rtK0YEJ5vG1i1ZzkMUyPvwhVbmZ.jpg","[{'id':13739,'logo_path':null,'name':'Film Venturers','origin_country':''},{'id':41601,'logo_path':null,'name':'Powertrip Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2013-07-10","0","100","[{'iso_639_1':'en','name':'English'}]","Released","She's Hollywood's next big thing. . . He's Hollywood!","The Callback Queen","false","6.3","3" +"false","/1yo1kM8FofHU1CpFYvS7slAgYo0.jpg","null","0","[{'id':53,'name':'Thriller'}]","","332706","tt3244446","en","Bleeding Heart","Reserved yoga instructor May's peaceful, clean-living life is thrown out of balance by the arrival of her long-lost sister Shiva, a street-smart yet naive young woman trapped in an abusive relationship. May feels compelled to rescue the hapless Shiva, but she finds herself increasingly drawn out of her sedate world and deeper into Shiva's chaotic one.","4.43","/bTNMmaVn4K6kyrqkxc4AXMwqYqS.jpg","[{'id':49480,'logo_path':null,'name':'Fido Features','origin_country':''},{'id':13369,'logo_path':null,'name':'Super Crispy Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-04-16","0","80","[{'iso_639_1':'en','name':'English'}]","Released","Tied by blood. Bound by lies.","Bleeding Heart","false","5","47" +"false","/juGBbA1KQzdlJ04rUbx9HMGgIM4.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://humpbackwhalesfilm.com","323599","tt4283962","en","Humpback Whales","Humpback Whales takes audiences to Alaska, Hawaii and the Kingdom of Tonga for a close-up look at how these whales communicate, sing, feed, play and take care of their young. Humpbacks were nearly driven to extinction 50 years ago, but today are making a steady recovery. Join a team of researchers as they explore what makes humpbacks the most acrobatic of all whales, why only the males sing, and why these intelligent 50-foot, 48-ton animals migrate more than 6,000 miles round-trip every year.","1.493","/AfrFByDeI8nkM8VlnmM4Ga0Pppu.jpg","[{'id':2753,'logo_path':null,'name':'MacGillivray Freeman Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-02-13","0","40","[{'iso_639_1':'en','name':'English'}]","Released","","Humpback Whales","false","7.7","7" +"false","/dopgAZnjxSGlwuNLmw8gnFCs2cg.jpg","null","1000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.thedeadroommovie.com/","354924","tt3952108","en","The Dead Room","When a terrified family flees a desolate southern New Zealand farmhouse, two cynical scientists and a young psychic are sent to investigate their claims of a haunting. There they encounter a powerful spirit that will protect the house's secrets at all costs.","3.592","/778e779VdDJfZVcs1f897LgXlDE.jpg","[{'id':61051,'logo_path':null,'name':'Centron Pictures','origin_country':''}]","[{'iso_3166_1':'NZ','name':'New Zealand'}]","2015-10-01","0","80","[{'iso_639_1':'en','name':'English'}]","Released","There is an intruder. It's you.","The Dead Room","false","5","55" +"false","/yXJxRD67QF9v9ss0Np6lXJB0VyK.jpg","null","0","[{'id':35,'name':'Comedy'}]","http://www.amstardammovie.com","278313","tt3235880","en","Stoner Express","Jack comes to Amsterdam to find his father and, through a momentary magical encounter, finds the secret weapon that could turn around his father's ailing marijuana coffee shop.","1.193","/ddKv7SYgC05UVu5DiQjGDaQCJ24.jpg","[{'id':25796,'logo_path':null,'name':'Oh So Small Productions','origin_country':''},{'id':25797,'logo_path':null,'name':'011 Productions','origin_country':''},{'id':25798,'logo_path':null,'name':'Propeller Artists','origin_country':''},{'id':25799,'logo_path':null,'name':'ReelEeye Company','origin_country':''},{'id':25800,'logo_path':null,'name':'Applause Stage Catering','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-08-19","0","","[{'iso_639_1':'en','name':'English'}]","Released","Rolling papers at the ready for the Lennox Brothers??? debut feature, an Amsterdam adventure with a fairytale twist.","Stoner Express","false","7","8" +"false","/hzp6irYITiJc5JUA1GZhmbE10pD.jpg","null","5000000","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://www.bleeckerstreetmedia.com/captainfantastic","334533","tt3553976","en","Captain Fantastic","A father living in the forests of the Pacific Northwest with his six young kids tries to assimilate back into society.","13.953","/fnaGmGCWgGOQjCpM0TqKPZJ5x85.jpg","[{'id':82673,'logo_path':null,'name':'ShivHans Pictures','origin_country':''},{'id':8600,'logo_path':null,'name':'Electric City Entertainment','origin_country':''},{'id':82674,'logo_path':null,'name':'Post Haste Digital','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-07-02","5879736","119","[{'iso_639_1':'eo','name':'Esperanto'},{'iso_639_1':'en','name':'English'}]","Released","He Prepared Them for Everything Except the Outside World.","Captain Fantastic","false","8","3312" +"false","/d6uJKImk33aoQz4ZvqC4LsFsFHX.jpg","null","19000000","[{'id':9648,'name':'Mystery'},{'id':12,'name':'Adventure'},{'id':80,'name':'Crime'}]","http://www.playnerve.com/","328387","tt3531824","en","Nerve","Industrious high school senior, Vee Delmonico, has had it with living life on the sidelines. When pressured by friends to join the popular online game Nerve, Vee decides to sign up for just one dare in what seems like harmless fun. But as she finds herself caught up in the thrill of the adrenaline-fueled competition partnered with a mysterious stranger, the game begins to take a sinister turn with increasingly dangerous acts, leading her into a high stakes finale that will determine her entire future.","8.832","/uM1dNEmcAeyDGjMcFLlkKOyBgft.jpg","[{'id':79963,'logo_path':null,'name':'Keep Your Head','origin_country':''},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':47706,'logo_path':null,'name':'Allison Shearmur Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-07-27","85241496","96","[{'iso_639_1':'en','name':'English'}]","Released","Are you a watcher or a player?","Nerve","false","7.1","4411" +"false","/8xkEjrt00mqPCDu2QRQz0srH3NF.jpg","null","32000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","270774","tt2238032","en","Skiptrace","A detective from Hong Kong teams up with an American gambler to battle against a notorious Chinese criminal.","9.994","/sDTGLqXanwudLeOXKqfNgkxjSdU.jpg","[{'id':79731,'logo_path':null,'name':'JC Group International','origin_country':''},{'id':53634,'logo_path':null,'name':'InterTitle Films','origin_country':''},{'id':79729,'logo_path':null,'name':'Cider Mill Pictures','origin_country':''},{'id':79730,'logo_path':null,'name':'Dasym Enetertainment','origin_country':''},{'id':79732,'logo_path':null,'name':'Talent International Media','origin_country':''},{'id':79733,'logo_path':null,'name':'Talent International Film Cultural Company','origin_country':''}]","[{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'HK','name':'Hong Kong'},{'iso_3166_1':'US','name':'United States of America'}]","2016-07-21","58500000","107","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'zh','name':'?????????'}]","Released","Ready. Set. Panic.","Skiptrace","false","5.6","318" +"false","/zahnSOF0U2vsbKTWqSySoUXSUgi.jpg","null","4900000","[{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'},{'id':27,'name':'Horror'}]","http://www.lightsoutmovie.com/","345911","tt4786282","en","Lights Out","When Rebecca left home, she thought she left her childhood fears behind. Growing up, she was never really sure of what was and wasn???t real when the lights went out???and now her little brother, Martin, is experiencing the same unexplained and terrifying events that had once tested her sanity and threatened her safety. A frightening entity with a mysterious attachment to their mother, Sophie, has reemerged.","8.996","/sXqrTXcBf9TdIv5rfgeFNu9Iwu7.jpg","[{'id':76907,'logo_path':'/wChlWsVgwSd4ZWxTIm8PTEcaESz.png','name':'Atomic Monster','origin_country':'US'},{'id':8781,'logo_path':null,'name':'New Line Productions','origin_country':''},{'id':13554,'logo_path':null,'name':'Matter Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-07-21","148868835","81","[{'iso_639_1':'en','name':'English'}]","Released","You were right to be afraid of the dark.","Lights Out","false","6.3","2139" +"false","/mnssn9GMPgj5aYSGoOaunKUL4e6.jpg","null","0","[{'id':27,'name':'Horror'}]","","396004","tt4035898","en","The Evil in Us","While on a fourth of July holiday, six best friends fall victim to the insidious plan of a terrorist organization when they unknowingly take a bio-active drug that transforms them into bloodthirsty cannibals.","1.982","/5hjpfY7faXYclLRK0DDPPWtShyp.jpg","[{'id':82687,'logo_path':null,'name':'Sandcastle Pictures','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2016-08-19","0","91","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'hu','name':'Magyar'}]","Released","","The Evil in Us","false","4.9","33" +"false","/7BexECt87YN0QhmphzewJMC3cmw.jpg","null","0","[{'id':27,'name':'Horror'}]","http://thefilmditch.com/","329025","tt2523426","en","Ditch Day Massacre","Jenny Bilson, a high school senior, is the perfect student, a wonderful daughter to a veteran police detective and an all American Dream. But the one mistake she is unaware of making is about to haunt her in a very violent way, as her past returns for revenge.","1.562","/zfBxmcKh0sHKv3MtpRJKUc1c791.jpg","[{'id':82141,'logo_path':'/mPjLNqTWfNZrwQhvt0ec6GrH2dD.png','name':'Water Tree Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-09-01","0","77","[{'iso_639_1':'en','name':'English'}]","Released","There's hell to pay for cutting class.","Ditch Day Massacre","false","4.6","7" +"false","/fhNpiYiGBhj5MaiQyW4YYTh68Jt.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","http://www.hatchingthemovie.com/","391402","tt2938464","en","The Hatching","On the death of his father, Tim Webber returns to his childhood village in Somerset to find something sinister is disturbing the idyllic peace of the villagers.","2.287","/tQmFWqPqcW5ti8lXA4hb4n1N0ze.jpg","[{'id':1071,'logo_path':null,'name':'Spice Factory','origin_country':''},{'id':44537,'logo_path':null,'name':'Sabre Films','origin_country':''},{'id':31787,'logo_path':null,'name':'Creativity Capital','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-09-02","0","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","Does for the moors what","The Hatching","false","4","13" +"false","/nO3mt23nsbJ8WgxAFSQcL8teYZv.jpg","null","0","[{'id':27,'name':'Horror'}]","","404133","tt3386928","en","Blackburn","A forest fire and rock-slide trap five bickering college friends in a small Alaskan ghost town with a horrifying history. When they seek refuge inside the torched ruins of Blackburn Asylum they must fight to survive as the angry inhabitants slaughter the friends one-by-one.","1.4","/9Qgeq3mtA0GmrqkhZpp931uLGbi.jpg","[{'id':78810,'logo_path':null,'name':'3Brane Entertainment','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2016-08-02","0","84","[{'iso_639_1':'en','name':'English'}]","Released","Some Ghost Stories are Real!","Blackburn","false","4.1","14" +"false","/sz5lmLD6Lc5W7vHMXaYIdasDUNu.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","https://www.facebook.com/BlackWaterVampire","252151","tt2853182","en","The Black Water Vampire","A documentary film crew investigate a series of brutal killings known as the Black Water murders. As they delve deeper into the story, they stumble upon a horrifying secret. One they may not survive.","1.421","/gkoP5htn2hV8bwJLKaLqLJHRZje.jpg","[{'id':19611,'logo_path':null,'name':'BWV Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-01-21","0","82","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","","The Black Water Vampire","false","4.7","15" +"false","/nytZ59MtEUQEJF7iUEY9uOIPSJo.jpg","null","0","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","http://tomcatfilmsllc.com/rise-of-the-black-bat","145161","tt2205589","en","Rise of the Black Bat","In a City where crime rules supreme, District Attorney Tony Quinn has the scales of justice stacked against him. When a crime boss has Tony blinded by acid, it seems that crime has won for good. But through a miracle of modern science, Tony is given the ability to see in the dark like a bat. Tony Quinn takes the guise of the Black Bat to see to it that crime pays and that the scales of justice are balanced once more.","0.842","/eHfFkBlAuRSYd5y0kmHSXohZkjN.jpg","[{'id':66649,'logo_path':null,'name':'Brett Kelly Entertainment','origin_country':''},{'id':15132,'logo_path':null,'name':'Dudez Productions','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2012-12-06","0","80","[{'iso_639_1':'en','name':'English'}]","Released","Justice is blind... No more","Rise of the Black Bat","false","4.4","7" +"false","/n7RoG0nX5RSVglHnL2TNo0cLsjG.jpg","null","0","[{'id':53,'name':'Thriller'}]","","284875","tt2574576","en","Cut Snake","Young, charismatic, and hardworking, Sparra Farrell seems to be sailing into a happy, respectable life. He has a solid job and an adorable fianc??e named Paula, and already owns a modest house in the country outside Melbourne. The only odd thing is that Sparra says precious little about his past ??? but that past is about to catch up with him, and wrest control of his present.","1.07","/zDZ1FilPeuX5arBSdPC6iLF9IXM.jpg","[]","[{'iso_3166_1':'AU','name':'Australia'}]","2015-09-24","0","94","[]","Released","","Cut Snake","false","6.5","12" +"false","/x29tHmi2W97Apn1yOOYqsd2rHJM.jpg","null","0","[{'id':28,'name':'Action'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","56171","tt1680138","en","Mega Python vs. Gatoroid","A fanatical animal rights activist releases giant pythons into the Everglades, believing the wild animals should be set free. When they start decimating the native animal population, an over-zealous park ranger feeds experimental steroids to wild alligators so they can fight back. The giant pythons and gargantuan alligators go on a killing spree, and it is now left up to the two feuding women to put aside their differences to put a stop to the creatures and the destruction.","2.951","/7LNC320qZn3lipN227RP3USuCup.jpg","[{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'},{'id':6677,'logo_path':'/tyd27JWQI6z2eZH6AhRJlmYhr9k.png','name':'Syfy','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-01-29","0","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'de','name':'Deutsch'}]","Released","Screaming, Scratching, Biting... And that's just THE GIRLS!","Mega Python vs. Gatoroid","false","3.2","24" +"false","/jIALtpbdZcpRwC5zd5nFL5U0r1H.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':53,'name':'Thriller'}]","","502","tt0058083","en","Fail-Safe","Because of a technical defect an American bomber team mistakenly orders the destruction of Moscow. The President of the United States has but little time to prevent an atomic catastrophe from occurring.","6.34","/qrsj5hort5xkLOKw9NyraGMnlVP.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1964-10-07","0","112","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","It will have you sitting on the brink of eternity!","Fail-Safe","false","7.9","121" +"false","/st0gnIbjx0wQr1tudDCGZd0geFs.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':10402,'name':'Music'},{'id':53,'name':'Thriller'}]","http://www.meetthemobsters.com/","57021","tt0389053","en","Meet the Mobsters","Down-and-out lounge singer Johnny Slade is hired by a mystery man to open a hot new club, the catch being he's given a new--and terrible--song to sing each night. Noticing that whenever he sings one a new crime is committed, Johnny gradually realizes his songwriter-benefactor is a powerful mob boss in hiding and his ""Greatest Hits"" are the only way the man can give orders to his crew...","0.6","/soYdxUhRNsbh0wPiiR7D6ZuKFm3.jpg","[]","[]","2005-08-10","0","88","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","A little talent... can be a dangerous thing","Meet the Mobsters","false","6.3","3" +"false","/z8VTImXP5AIzaLeUyDWbiZHTiyJ.jpg","{'id':373918,'name':'Garfield CGI Collection','poster_path':null,'backdrop_path':null}","0","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","19508","tt1389762","en","Garfield's Pet Force","Nothing in the world can make Garfield get involved in anything besides eating, until the muscular super cat Garzooka comes crashing into Cartoon World from the Comic Book universe with terrifying news. Garfield summons up the willpower to join his superhero Garzooka in a fight to save their worlds.","4.37","/AbI1fwqlmRC0D5Tsy76RI2AqAFq.jpg","[]","[]","2009-08-05","0","78","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'nl','name':'Nederlands'}]","Released","","Garfield's Pet Force","false","5.6","43" +"false","/mou66QcacavDahfyuaqKfaCLdoI.jpg","{'id':304378,'name':'Independence Day Collection','poster_path':'/w0OqDRqmsfer165enT6zEEQN9ET.jpg','backdrop_path':'/p7oqa94XgNGVMazXwR49QfyGgtx.jpg'}","165000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'}]","http://www.warof1996.com","47933","tt1628841","en","Independence Day: Resurgence","We always knew they were coming back. Using recovered alien technology, the nations of Earth have collaborated on an immense defense program to protect the planet. But nothing can prepare us for the aliens??? advanced and unprecedented force. Only the ingenuity of a few brave men and women can bring our world back from the brink of extinction.","17.534","/5CHJs479xWnm3zMDOl94VkKS7MZ.jpg","[{'id':347,'logo_path':null,'name':'Centropolis Entertainment','origin_country':''},{'id':86561,'logo_path':null,'name':'Stereo D','origin_country':''},{'id':22213,'logo_path':'/qx9K6bFWJupwde0xQDwOvXkOaL8.png','name':'TSG Entertainment','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-06-22","389681935","120","[{'iso_639_1':'en','name':'English'}]","Released","We had twenty years to prepare. So did they.","Independence Day: Resurgence","false","5","3794" +"false","/ut1svoui5yDO58PoSV7BC00udpj.jpg","{'id':166698,'name':'Westworld Collection','poster_path':'/cezpGxSMDsWjwrS7VwMqZ5N4Ay8.jpg','backdrop_path':'/3yzaSCXO8cT7Q1tgCsmf8ypSxRI.jpg'}","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'},{'id':37,'name':'Western'}]","","2362","tt0070909","en","Westworld","In a futuristic resort, wealthy patrons can visit recreations of different time periods and experience their wildest fantasies with life-like robots. But when Richard Benjamin opts for the wild west, he gets more than he bargained for when a gunslinger robot goes berserk.","7.464","/cOJsaT8jEmG9s1MziVIPpHBRpQ7.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1973-11-21","0","88","[{'iso_639_1':'en','name':'English'}]","Released","Westworld ...where robot men and women are programmed to serve you for ...Romance ...Violence ...Anything","Westworld","false","6.7","566" +"false","/9lQKvI6hCqblUn1XgVqZbN7kl6.jpg","null","40000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","10336","tt0120177","en","Spawn","After being murdered by corrupt colleagues in a covert government agency, Al Simmons makes a pact with the devil to be resurrected to see his beloved wife Wanda. In exchange for his return to Earth, Simmons agrees to lead Hell's Army in the destruction of mankind.","10.312","/jMKsirHIMY5QYiwb04PGTrwTABA.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':3907,'logo_path':null,'name':'Pull Down Your Pants Pictures','origin_country':''},{'id':23364,'logo_path':null,'name':'Todd McFarlane Entertainment','origin_country':''},{'id':4286,'logo_path':null,'name':'Juno Pix','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-07-31","87840042","96","[{'iso_639_1':'en','name':'English'}]","Released","Born in darkness. Sworn to justice.","Spawn","false","5.2","531" +"false","/zDtIIaPdcRvZnvpD1qnI8v4nHOR.jpg","null","35000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","8197","tt0119668","en","Midnight in the Garden of Good and Evil","A visiting city reporter's assignment suddenly revolves around the murder trial of a local millionaire, whom he befriends.","7.964","/aBnUxDAqULcUasM5cZiMy0970ZU.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':171,'logo_path':null,'name':'Malpaso Productions','origin_country':'US'},{'id':1885,'logo_path':'/xlvoOZr4s1PygosrwZyolIFe5xs.png','name':'Silver Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-11-21","25105255","155","[{'iso_639_1':'en','name':'English'}]","Released","","Midnight in the Garden of Good and Evil","false","6.4","270" +"false","/vqLKLl9vxHQpFL5xdyBrSjsVdtM.jpg","null","700000","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':9648,'name':'Mystery'},{'id':10749,'name':'Romance'}]","","13343","tt0059221","en","The Ghost & Mr. Chicken","Luther Heggs aspires to being a reporter for his small town newspaper. He gets his big break when the editor asks him to spend the night at the Simmons mansion that, 20 years before, was the site of a now famous murder-suicide. Luther's account of his wild, ghost-ridden night in the house leads Simmons to sue for libel, but with the aid of his friend Kelsey they determines what exactly happened.","2.008","/onUsJ24EfChNOE7DTvKq5v1nS5E.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1966-01-20","0","90","[{'iso_639_1':'en','name':'English'}]","Released","G-G-GUARANTEED! YOU'LL BE SCARED UNTIL YOU LAUGH YOURSELF SILLY!","The Ghost & Mr. Chicken","false","6.9","45" +"false","/4u0dxQPuSfk7fm9mdAnsaquYcFQ.jpg","null","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","28452","tt0093995","en","Slugs, muerte viscosa","People are dying mysteriously and gruesomely, and nobody has a clue what the cause is. Only health worker Mike Brady has a possible solution, but his theory of killer slugs is laughed at by the authorities. Only when the body count begins to rise and a slug expert from England begins snooping around does it begin to look like Mike had the right idea after all.","1.765","/9K1S4TujWxGCIFe8FV3izSeE0US.jpg","[{'id':4809,'logo_path':null,'name':'Dister Group','origin_country':''}]","[{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'US','name':'United States of America'}]","1988-02-05","0","89","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","They ooze. They slime. They kill.","Slugs","false","4.9","45" +"false","/gKPSZZs41mWdogpn9wxMEWi3Hgl.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","http://stxmovies.com/desierto/","258363","tt3147312","en","Desierto","A group of Mexican emigrants attempts to cross the Mexican-US border. What begins as a hopeful journey becomes a harrowing, bloody and primal fight for survival when a deranged, rifle-toting vigilante and his loyal Belgian Malinois dog chase the group of unarmed men and women through the treacherous borderland. In the harsh, unforgiving desert terrain, the odds are stacked firmly against them as they discover there???s nowhere to hide from the unrelenting, merciless killer.","5.281","/rBX4KwzXftIOn6vMidPVZTnsarP.jpg","[{'id':16322,'logo_path':null,'name':'Itaca Films','origin_country':'MX'},{'id':70654,'logo_path':null,'name':'Esperanto Kino','origin_country':'MX'},{'id':51696,'logo_path':'/1HeS0gYnwi2AVtfGvSBaCqlXMuS.png','name':'CG Cin??ma','origin_country':'FR'},{'id':47729,'logo_path':'/5NRpQ7xxmODXAjt2pRWUFMLVzvP.png','name':'STX Entertainment','origin_country':'US'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'MX','name':'Mexico'}]","2015-04-12","0","99","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","","Desierto","false","6","179" +"false","/qZGsU6n9dtKgP93ty0GdiTmOm1V.jpg","null","0","[{'id':53,'name':'Thriller'}]","","278925","tt3701714","en","Broken Vows","""Broken Vows"" tells the story of Patrick Flynn (Bentley), whose charm and charisma masks a profound psychosis. Patrick seduces Tara Bloom (Alexander), instantly becoming infatuated with the beauty. But when Tara rejects Patrick, he is sent spiraling into madness and delusion, erupting into psychotic rage. Tara is forced to find the strength to stop Patrick from destroying her love, her family, and her life.","2.644","/p9VdBOUMFh6Xc83HimxFpvMKmTB.jpg","[{'id':115036,'logo_path':null,'name':'Bullet Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-03-21","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Obsession. Desire. Betrayal. How far would you go to hide the truth?","Broken Vows","false","4.9","50" +"false","/rk47cNWdb0L66eQahvr6p9dvZAh.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://www.raidersdoc.com/","329697","tt3551954","en","Raiders!: The Story of the Greatest Fan Film Ever Made","In 1982, three 11 year-olds in Mississippi set out to remake their favorite film: Raiders of the Lost Ark. It took seven turbulent years that tested the limits of their friendship and nearly burned down their mother's house. By the end, they had completed every scene except one... the explosive airplane scene. 30 years later, they attempt to finally realize their childhood dream by building a replica of the 75 foot ""Flying Wing"" plane from Raiders in a mud pit in the backwoods of Mississippi... and then blow it up! This is the story behind the making of what is known as ""the greatest fan film ever made.""","2.233","/6qH6ZkqIPtMvETKSaWNnRNLV6Te.jpg","[{'id':77649,'logo_path':null,'name':'Jeremy Coon Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-03-14","0","93","[{'iso_639_1':'en','name':'English'}]","Released","","Raiders!: The Story of the Greatest Fan Film Ever Made","false","7.2","31" +"false","/mxA7R71misKEgz7kca9xC54YNIj.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","191698","tt1799585","en","2 Jacks","Jack Hussar is a legendary Hollywood director, whose persona commands respect and adoration from his fans. Can his son, Jack Jr. maintain his legacy?","1.343","/q6EmDawN7SEcEjzLNZYojq6WEmd.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-08-23","0","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","not everyone can be a legend...","2 Jacks","false","5.5","6" +"false","/rLWZOJCfeYMORInc68cIWAOrYOt.jpg","null","2000000","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","3053","tt0061655","en","The Fearless Vampire Killers","A noted professor and his dim-witted apprentice fall prey to their inquiring vampires, while on the trail of the ominous damsel in distress.","5.68","/yTYTHsYan0xx4H4i95hku9x7nid.jpg","[{'id':1138,'logo_path':null,'name':'Filmways Pictures','origin_country':''},{'id':1303,'logo_path':null,'name':'Cadre Films','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1967-02-01","0","108","[{'iso_639_1':'en','name':'English'}]","Released","Who says Vampires are no laughing matter?","The Fearless Vampire Killers","false","7","251" +"false","/xhIDKXpITbh4NGfK024SVuCp1pa.jpg","null","0","[{'id':37,'name':'Western'}]","","36191","tt0047013","en","Garden of Evil","A trio of American adventurers marooned in rural Mexico are recruited by a beautiful woman to rescue her husband from Apaches.","2.259","/xMcKigrQFUEjCjc8Qiem05RiJRg.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1954-07-09","0","100","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","","Garden of Evil","false","5.7","27" +"false","/nTUWHWyinf2UriybIS5fM3iX7ZL.jpg","null","2000000","[{'id':35,'name':'Comedy'}]","","11624","tt0068555","en","Everything You Always Wanted to Know About Sex *But Were Afraid to Ask","A collection of seven vignettes, which each address a question concerning human sexuality. From aphrodisiacs to sexual perversion to the mystery of the male orgasm, characters like a court jester, a doctor, a queen and a journalist adventure through lab experiments and game shows, all seeking answers to common questions that many would never ask.","7.289","/1pvanNsn5S2Vb6gnWuzrEDHOtjl.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1972-08-06","18016290","88","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","You haven't seen anything until you've seen everything","Everything You Always Wanted to Know About Sex *But Were Afraid to Ask","false","6.6","401" +"false","/s7pyePSPvAU3G1GjyGY3qsVmeOr.jpg","null","3705538","[{'id':10749,'name':'Romance'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.miramax.com/movie/the-crying-game/","11386","tt0104036","en","The Crying Game","Irish Republican Army member Fergus (Stephen Rea) forms an unexpected bond with Jody (Forest Whitaker), a kidnapped British soldier in his custody, despite the warnings of fellow IRA members Jude (Miranda Richardson) and Maguire (Adrian Dunbar). Jody makes Fergus promise he'll visit his girlfriend, Dil (Jaye Davidson), in London, and when Fergus flees to the city, he seeks her out. Hounded by his former IRA colleagues, he finds himself increasingly drawn to the enigmatic, and surprising, Dil.","7.66","/9Qqk3svM0I9QuabOPDNrJZdv3XJ.jpg","[{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':181,'logo_path':null,'name':'Channel Four Films','origin_country':'GB'},{'id':927,'logo_path':null,'name':'Palace Pictures','origin_country':''},{'id':1202,'logo_path':null,'name':'Nippon Film Development and Finance Inc.','origin_country':''},{'id':8876,'logo_path':null,'name':'Eurotrustees','origin_country':''},{'id':12745,'logo_path':null,'name':'British Screen Productions','origin_country':'GB'}]","[{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'IE','name':'Ireland'}]","1992-09-02","62548947","112","[{'iso_639_1':'en','name':'English'}]","Released","Play At Your Own Risk.","The Crying Game","false","7","300" +"false","/uNkiLf9pW6xtD9hA1zYVZIU7Vwg.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://www.wearemanymovie.com","276536","tt1929449","en","We Are Many","The story of the biggest demonstration in human history, which took place on 15th February 2003, against the impending war on Iraq.","1.059","/u14dVXYxYvtlbyAcFiXERiDdQCH.jpg","[]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-06-08","0","104","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","The story of the largest global protest that would change the world forever.","We Are Many","false","6.9","8" +"false","/4aWNF3HT0ryJNLWTxtxBuMFrd3O.jpg","null","13000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","309886","tt3647498","en","Blood Father","An ex-con reunites with his estranged wayward 16-year old daughter to protect her from drug dealers who are trying to kill her.","9.291","/rQ3CKv33u2Z4keC2AYZqi3RGIdX.jpg","[{'id':856,'logo_path':'/3tfzS2CrX6Ntbu927XzHXEPDA6y.png','name':'Wild Bunch','origin_country':'FR'},{'id':729,'logo_path':'/hNxGdbddbsDDnEWJ7RNLcGCRSLQ.png','name':'Why Not Productions','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'}]","2016-08-11","0","88","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","They left him no choice..","Blood Father","false","6.1","805" +"false","/kGUh5qN0K6kCznCrmM5HZqORwzK.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'}]","","398218","tt4352408","en","David and Goliath","At the crossroads of two great ancient empires, a simple shepherd named David transforms into a powerful warrior and takes on a terrifying giant. One of history's most legendary battles is retold in a stylistic, bloody tale of courage and faith.","1.706","/26d3RxHLH2MJFIJEiHlkAb3CEL1.jpg","[{'id':77030,'logo_path':null,'name':'Faith Warrior Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-05-09","0","75","[{'iso_639_1':'en','name':'English'}]","Released","When God is with us, nothing can stand against us","David and Goliath","false","3.2","13" +"false","/sAF79BuXFyVRGysVRW4brM3EARP.jpg","null","10000000","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","","398891","tt4065212","en","My Bakery in Brooklyn","Two young women do their best to try and save their dead aunt's bakery","5.166","/dUSwKwi7L5Iejl5DtuJcks3Gdez.jpg","[{'id':78370,'logo_path':'/vUrbxyePsBv2dkiM3SFkrkEzhSV.png','name':'La Canica Films','origin_country':'ES'},{'id':36956,'logo_path':null,'name':'Bullet Pictures','origin_country':''},{'id':78371,'logo_path':null,'name':'El Capitan Pictures','origin_country':''}]","[{'iso_3166_1':'ES','name':'Spain'}]","2016-06-30","0","100","[{'iso_639_1':'en','name':'English'}]","Released","","My Bakery in Brooklyn","false","5","74" +"false","/bSDP4Ib1l4xthtp9otOik4Si4cO.jpg","null","0","[{'id':99,'name':'Documentary'}]","","392978","tt5192278","en","Chasing Niagara","When pro kayaker Rafa Ortiz makes the decision to paddle over Niagara Falls, he sets in motion an incredible series of events that eventually takes on a life of its own. To prepare for this mission, Rafa enlists the help of world-renowned paddler Rush Sturges and a tight team of their friends. Together they go on a remarkable three-year journey from the rainforest rivers of Mexico to the towering waterfalls of the U.S. Northwest. Their journey concludes in Canada where the team plays a cat-and-mouse game with local police before Rafa's mission comes to a heart-stopping climax at the iconic Falls.","1.006","/zO8dHymFbBwMihGDMAYdYVsU8Lj.jpg","[]","[]","2016-07-05","0","","[]","Released","","Chasing Niagara","false","7.2","11" +"false","/9cdINmfQk21ZaCUDfZMmf3D9jiY.jpg","null","25000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.theinfiltrator.com/","325789","tt1355631","en","The Infiltrator","A U.S Customs official uncovers a massive money laundering scheme involving Pablo Escobar.","9.276","/zHN3LMXJ0mMJIlKMdaWbVzocbFR.jpg","[{'id':68620,'logo_path':null,'name':'Good Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-07-13","15436808","127","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","The true story of one man against the biggest drug cartel in history.","The Infiltrator","false","6.6","913" +"false","/o29BFNqgXOUT1yHNYusnITsH7P9.jpg","{'id':8354,'name':'Ice Age Collection','poster_path':'/stQoHvo0q6ZcEkji2Z1wlAxKnDq.jpg','backdrop_path':'/2Mb92Ssoe1eUecvrCe2pEvgAlmv.jpg'}","105000000","[{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':35,'name':'Comedy'}]","http://www.iceagemovies.com/films/ice-age-collision-course","278154","tt3416828","en","Ice Age: Collision Course","Set after the events of Continental Drift, Scrat's epic pursuit of his elusive acorn catapults him outside of Earth, where he accidentally sets off a series of cosmic events that transform and threaten the planet. To save themselves from peril, Manny, Sid, Diego, and the rest of the herd leave their home and embark on a quest full of thrills and spills, highs and lows, laughter and adventure while traveling to exotic new lands and encountering a host of colorful new characters.","17.994","/gRi7lTBBiRBhn9aJID5MdldcJEJ.jpg","[{'id':9383,'logo_path':'/ppeMh4iZJQUMm1nAjRALeNhWDfU.png','name':'Blue Sky Studios','origin_country':'US'},{'id':11749,'logo_path':'/5AzTeZkSCFhiGZ86g2nz8SAHtgy.png','name':'Twentieth Century Fox Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-06-23","408579038","100","[{'iso_639_1':'en','name':'English'}]","Released","One small step. One giant mess.","Ice Age: Collision Course","false","5.9","2314" +"false","/fAIIEyPuO6eJmXqb3XVXEx6SNjn.jpg","{'id':261307,'name':'Alice in Wonderland Collection','poster_path':'/xSDwVJEdtewx9pfD125PCdRgznH.jpg','backdrop_path':'/xwv31FflSCeUeJKHe3o1fMxMnjH.jpg'}","170000000","[{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","http://movies.disney.com/alice-through-the-looking-glass","241259","tt2567026","en","Alice Through the Looking Glass","In the sequel to Tim Burton's ""Alice in Wonderland"", Alice Kingsleigh returns to Underland and faces a new adventure in saving the Mad Hatter.","18.324","/7rfucKCjV01OEsGr9grXa34Aywd.jpg","[{'id':37455,'logo_path':null,'name':'Legend3D','origin_country':''},{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':16314,'logo_path':null,'name':'Roth Films','origin_country':'US'},{'id':598,'logo_path':null,'name':'Team Todd','origin_country':''},{'id':8601,'logo_path':null,'name':'Tim Burton Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2016-05-25","299370084","113","[{'iso_639_1':'en','name':'English'}]","Released","It's time for a little madness.","Alice Through the Looking Glass","false","6.5","3632" +"false","/kPB5I9zKXsmgRanDOHOBdqOr542.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.agoraphobiafilm.com/","366506","tt3470656","en","Agoraphobia","An agoraphobic inherits her father's house in a remote part of the Florida Keys. When weird things start happening, she discovers that there's something far more terrifying trapped inside the house with her.","2.576","/mZrhekqOHlCdzR6Lf7dFnKbK5Il.jpg","[{'id':72531,'logo_path':null,'name':'Reel Heroine','origin_country':''},{'id':67014,'logo_path':null,'name':'White Lotus Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-10-01","0","86","[{'iso_639_1':'en','name':'English'}]","Released","She thought she was safe inside.","Agoraphobia","false","4.3","23" +"false","/ftEEMO5EZU1mtWc2HY131Ed9Kp3.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","298583","tt4119278","en","All Roads Lead to Rome","Maggie is an uptight, single mother and college writing teacher from New York City. In an effort to reconnect with her troubled teen daughter Summer, she decides to embark on a journey to a Tuscan village where she frequented in her younger days. Upon arrival, Maggie runs into Luca a handsome former lover who is still a bachelor and lives with his eighty-year-old mother Carmen. Summer (missing her ???bad boy??? boyfriend in NYC) and Carmen (secretly planning a wedding against Luca???s wishes to MARCELINO, her one true love in Rome) impulsively steal Luca???s car and race off to Rome. Maggie and Luca quickly pursue allowing the two mismatched couples to spend some time together and develop a new understanding of each other.","6.897","/93WbmAlYuaGgi4oGy5fRhT7hdk3.jpg","[{'id':5619,'logo_path':null,'name':'Momentum','origin_country':''},{'id':72810,'logo_path':'/vmGhorQd0J9p8SJagDJM3ZpYWN6.png','name':'Paradox Studios','origin_country':'US'},{'id':59593,'logo_path':null,'name':'AMBI Group','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'US','name':'United States of America'}]","2016-01-14","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Sometimes first love deserves a second chance...","All Roads Lead to Rome","false","5","128" +"false","/lbtG9MTb8i13KhXuyl3bmnqt7Lt.jpg","null","144000000","[{'id':28,'name':'Action'},{'id':14,'name':'Fantasy'},{'id':35,'name':'Comedy'}]","http://www.ghostbusters.com/","43074","tt1289401","en","Ghostbusters","Following a ghost invasion of Manhattan, paranormal enthusiasts Erin Gilbert and Abby Yates, nuclear engineer Jillian Holtzmann, and subway worker Patty Tolan band together to stop the otherworldly threat.","18.562","/4qnJ1hsMADxzwnOmnwjZTNp0rKT.jpg","[{'id':84042,'logo_path':null,'name':'Ghostcorps','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':34034,'logo_path':null,'name':'LStar Capital','origin_country':'US'},{'id':61791,'logo_path':'/xyiy5wZdmnxVViRa8oRMXQQvT6F.png','name':'Feigco Entertainment','origin_country':'US'},{'id':84041,'logo_path':null,'name':'Pascal Pictures','origin_country':'US'},{'id':2364,'logo_path':'/oZyR5maGM96jReVgW7oJ7mXN8ts.png','name':'The Montecito Picture Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-07-14","229147509","116","[{'iso_639_1':'en','name':'English'}]","Released","Who You Gonna Call?","Ghostbusters","false","5.4","3658" +"false","/lF11CMNFLfMY2f8ie7qieUivG7e.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","352695","tt4661798","en","Joshy","After his engagement ends badly, Josh decides to take advantage of his bachelor-party plans in Ojai, California, with the few friends still willing to join him. Focused on drugs and their own hangups, his self-absorbed friends refuse to confront the elephant in the room and ask Josh how he???s feeling. As welcome and unwelcome guests stop by, Josh will attempt to find some closure over this weekend with the guys.","4.713","/9bNHcBr12wYyeAQbXDtXz7xs05K.jpg","[{'id':70,'logo_path':'/ueaENQkPcy8rlr5fGZVBXKOhlBh.png','name':'American Zoetrope','origin_country':'US'},{'id':35043,'logo_path':'/ifwiBTBDk8GQPyClmuE2yO36Qu.png','name':'Destro Films','origin_country':'US'},{'id':37432,'logo_path':'/4jf93b9QJmuHxtb1CAFxakApt5K.png','name':'Bow and Arrow Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-08-12","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Wedding's off. Party's on.","Joshy","false","5.4","54" +"false","/7sxfPeYMXKuPNqhUIyjTWT97K6j.jpg","null","0","[{'id':28,'name':'Action'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","336265","tt4567486","en","The Mind's Eye","The Mind???s Eye follows a drifter with telekinetic abilities who targets a doctor who is creating a synthetic telekinetic power serum.","1.77","/68nShaFHfcfKjoqdOmSzd5CMEhM.jpg","[{'id':29366,'logo_path':null,'name':'Channel 83 Films','origin_country':''},{'id':14066,'logo_path':null,'name':'Site B','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-08-05","0","87","[{'iso_639_1':'en','name':'English'}]","Released","The best SCANNERS sequel we never got","The Mind's Eye","false","4.9","38" +"false","/nFOspoYt906lNUDgOzI1PtjXkH4.jpg","null","0","[{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'}]","https://www.facebook.com/INTOTHEFORESTMOVIE","334538","tt2625810","en","Into the Forest","In the not too distant future, two young women who live in a remote ancient forest discover the world around them is on the brink of an apocalypse. Informed only by rumor, they fight intruders, disease, loneliness & starvation.","6.586","/raE0Hq3HBor1sfHPK76DThFtfJQ.jpg","[{'id':164,'logo_path':'/v3zcUepvKC7Vz36yjklk1rw6k8Q.png','name':'Rhombus Media','origin_country':'CA'},{'id':13240,'logo_path':'/aTc07YaNHo8WNgkQSnvLmG6w4nW.png','name':'Bron Studios','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2016-06-03","9995","101","[{'iso_639_1':'en','name':'English'}]","Released","Hope is power","Into the Forest","false","5.8","332" +"false","/xt9YBIG1kM5tzxU5miOVwTEq8ao.jpg","null","33000000","[{'id':35,'name':'Comedy'}]","http://www.foxmovies.com/movies/mike-and-dave-need-wedding-dates","316023","tt2823054","en","Mike and Dave Need Wedding Dates","Mike and Dave are young, adventurous, fun-loving brothers who tend to get out of control at family gatherings. When their sister Jeanie reveals her Hawaiian wedding plans, the rest of the Stangles insist that the brothers bring respectable dates. After placing an ad on Craigslist, the siblings decide to pick Tatiana and Alice, two charming and seemingly normal women. Once they arrive on the island, however, Mike and Dave realize that their companions are ready to get wild and party.","9.665","/u8ynhM5I8D7jG2dUE6KlsOgwYYp.jpg","[{'id':7076,'logo_path':'/8BFxn9NUWSgp0ndih569Gm62xiC.png','name':'Chernin Entertainment','origin_country':'US'},{'id':22213,'logo_path':'/qx9K6bFWJupwde0xQDwOvXkOaL8.png','name':'TSG Entertainment','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-07-07","77068246","98","[{'iso_639_1':'en','name':'English'}]","Released","They needed hot dates. They got hot messes.","Mike and Dave Need Wedding Dates","false","6","1498" +"false","/jP0OOhRCf5c96vsbXKu8yNlCUCm.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://www.bigbanginpyongyang.com/","338353","tt4598848","en","Dennis Rodman's Big Bang in PyongYang","Dennis Rodman is on a mission. After forging an unlikely friendship with North Korean leader Kim Jong-un, he wants to improve relations between North Korea and the US by staging a historic basketball game between the two countries. But the North Korean team isn't the only opposition he'll face... Condemned by the NBA and The Whitehouse, and hounded every step of the way by the press, can Dennis keep it together and make the game happen? Or will it go up in a mushroom cloud of smoke? For the first time, discover the true story of what happened when Dennis Rodman took a team of former-NBA players to North Korea and staged the most controversial game of basketball the world has never seen.","1.58","/qQLs7mDSDhbcxVpZbgC7etgu9Rn.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-01-25","0","93","[]","Released","","Dennis Rodman's Big Bang in PyongYang","false","6.5","12" +"false","/ryfItw8TSbT44BNkQLDETgtffcb.jpg","null","0","[{'id':27,'name':'Horror'}]","http://www.magnetreleasing.com/satanic/","400411","tt4796122","en","Satanic","Four friends on their way to Coachella stop off in Los Angeles to tour true-crime occult sites, only to encounter a mysterious young runaway who puts them on a terrifying path to ultimate horror.","4.483","/ii9kWdyB8dyAekx5dQ6f2kU88Sy.jpg","[{'id':6679,'logo_path':null,'name':'MarVista Entertainment','origin_country':'US'},{'id':23921,'logo_path':'/simDvqT8y6jhP530ggUMbikvVKc.png','name':'Circle of Confusion','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-07-01","252","84","[{'iso_639_1':'en','name':'English'}]","Released","They unleashed the ultimate evil","Satanic","false","4","225" +"false","/rwmWM9QhbEtMs3Fal8cm1Rjs7Xc.jpg","null","0","[{'id':35,'name':'Comedy'}]","http://laidinamericamovie.com/","347630","tt4706888","en","Laid in America","Two foreign exchange high-school students are kidnapped during their quest to get laid on their last night in America.","2.97","/c8rLGRSpgFJFlKlxahJB0xp6AGE.jpg","[{'id':81734,'logo_path':null,'name':'Laid in America','origin_country':''},{'id':81732,'logo_path':null,'name':'Angry Adam Productions','origin_country':''},{'id':81735,'logo_path':null,'name':'Fun Group, The','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-09-26","0","86","[{'iso_639_1':'en','name':'English'}]","Released","You'll always remember your first time","Laid in America","false","5.9","41" +"false","/1jvCKo7NOFKXRfpuifvG8tVZQsA.jpg","null","2500000","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://wilderpeople.film","371645","tt4698684","en","Hunt for the Wilderpeople","Ricky is a defiant young city kid who finds himself on the run with his cantankerous foster uncle in the wild New Zealand bush. A national manhunt ensues, and the two are forced to put aside their differences and work together to survive.","13.042","/2wxvvnHKdZRB31Drf7PbRzPb0mR.jpg","[{'id':6510,'logo_path':null,'name':'Defender Films','origin_country':''},{'id':76342,'logo_path':null,'name':'Piki Films','origin_country':''},{'id':81364,'logo_path':null,'name':'Curious Film','origin_country':''}]","[{'iso_3166_1':'NZ','name':'New Zealand'}]","2016-03-31","23200000","101","[{'iso_639_1':'en','name':'English'}]","Released","Nature just got gangster","Hunt for the Wilderpeople","false","7.8","875" +"false","/lPhsKTtycmbp6bzJAG662Pd5U3N.jpg","{'id':256322,'name':'The Purge Collection','poster_path':'/fMfASrecQHhqBN7zRxqi5uYSb4.jpg','backdrop_path':'/quFWGOA4I5KCTsyDbvLh6PHNZwv.jpg'}","10000000","[{'id':28,'name':'Action'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.purgeelectionyear.com","316727","tt4094724","en","The Purge: Election Year","Two years after choosing not to kill the man who killed his son, former police sergeant Leo Barnes has become head of security for Senator Charlene Roan, the front runner in the next Presidential election due to her vow to eliminate the Purge. On the night of what should be the final Purge, a betrayal from within the government forces Barnes and Roan out onto the street where they must fight to survive the night.","16.417","/sm7p6NvWOBSDywdIPhmiX3SLSH8.jpg","[{'id':729,'logo_path':'/hNxGdbddbsDDnEWJ7RNLcGCRSLQ.png','name':'Why Not Productions','origin_country':'FR'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':3172,'logo_path':'/kDedjRZwO8uyFhuHamomOhN6fzG.png','name':'Blumhouse Productions','origin_country':'US'},{'id':2481,'logo_path':'/nVEP2IHCDOBOldgDL4SSufitN9.png','name':'Platinum Dunes','origin_country':'US'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","2016-06-29","118587880","105","[{'iso_639_1':'en','name':'English'}]","Released","Keep America great","The Purge: Election Year","false","6.3","2788" +"false","/r9ZSyEbgV1D3srxHI3yzn47iNgD.jpg","null","3000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':14,'name':'Fantasy'},{'id':12,'name':'Adventure'}]","http://swissarmyman.com/","347031","tt4034354","en","Swiss Army Man","Alone on a tiny deserted island, Hank has given up all hope of ever making it home again. But one day everything changes when a dead body washes ashore, and he soon realizes it may be his last opportunity to escape certain death. Armed with his new ???friend??? and an unusual bag of tricks, the duo go on an epic adventure to bring Hank back to the woman of his dreams.","9.299","/9BdJz7b4WdJul0KVu42YFEgqzyp.jpg","[{'id':77939,'logo_path':null,'name':'BlackBird','origin_country':''},{'id':78874,'logo_path':null,'name':'Tadmor','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-06-24","4210454","97","[{'iso_639_1':'en','name':'English'}]","Released","We all need somebody to lean on.","Swiss Army Man","false","6.9","1715" +"false","/foxgxCt3JSmHevCXUJfQ9ZGB4K5.jpg","{'id':140760,'name':'Final Fantasy Collection','poster_path':'/x6HZaopJw26YnjBZjo06sWmPEPM.jpg','backdrop_path':'/gj6XQf5cM66XHMTonCgsOE0VphX.jpg'}","0","[{'id':28,'name':'Action'},{'id':16,'name':'Animation'},{'id':878,'name':'Science Fiction'}]","http://www.kingsglaivefinalfantasyxv-movie.com","390734","tt5595168","ja","???????????????????????? ?????????????????????????????????XV","The magical kingdom of Lucis is home to the world???s last remaining Crystal, and the menacing empire of Niflheim is determined to steal it. King Regis of Lucis commands an elite force of soldiers called the Kingsglaive. Wielding their king???s magic, they fight to protect Lucis. As the overwhelming military might of the empire bears down, King Regis is faced with an impossible ultimatum ??? to marry his son, Prince Noctis to Princess Lunafreya of Tenebrae, captive of Niflheim, and surrender his lands to Niflheim rule. Although the king concedes, it becomes clear that the empire will stop at nothing to achieve their devious goals, with only the Kingsglaive standing between them and world domination.","11.121","/xGMgspge6uYoypRiasAmlluDlXH.jpg","[{'id':10038,'logo_path':'/nCueXKwYIEXrZ5ofqSJBO1YcmRr.png','name':'Square Enix','origin_country':'JP'},{'id':75080,'logo_path':null,'name':'Digic Pictures','origin_country':''},{'id':75081,'logo_path':null,'name':'Image Engine Design','origin_country':''},{'id':77884,'logo_path':'/dP2lxVNctD5Cried0IWVqgrO2o9.png','name':'Marza Animation Planet','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'US','name':'United States of America'}]","2016-07-09","269980","115","[{'iso_639_1':'ja','name':'?????????'}]","Released","Kingsglaive: Final Fantasy XV","Kingsglaive: Final Fantasy XV","false","6.8","333" +"false","/d9H2nXfKslf6B1cm7UtPBKhtUgA.jpg","null","180000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'}]","http://legendoftarzan.com","258489","tt0918940","en","The Legend of Tarzan","Tarzan, having acclimated to life in London, is called back to his former home in the jungle to investigate the activities at a mining encampment.","18.484","/6FxOPJ9Ysilpq0IgkrMJ7PubFhq.jpg","[{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':552,'logo_path':'/9dGdLfm3GteWeUDtD9c9tvlidUG.png','name':'Dark Horse Entertainment','origin_country':'US'},{'id':46339,'logo_path':null,'name':'Beagle Pug Films','origin_country':'GB'},{'id':2596,'logo_path':null,'name':'Jerry Weintraub Productions','origin_country':'US'},{'id':41624,'logo_path':'/wzKxIeQKlMP0y5CaAw25MD6EQmf.png','name':'RatPac-Dune Entertainment','origin_country':'US'},{'id':86565,'logo_path':null,'name':'Riche Productions','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2016-06-29","356743061","109","[{'iso_639_1':'en','name':'English'}]","Released","Human. Nature.","The Legend of Tarzan","false","5.7","3978" +"false","/gvNcYK0OKbKiVmQxUeEoeMAxXvl.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'}]","","394661","tt2078718","en","Sacrifice","Sacrifice is the story of consultant surgeon, Tora Hamilton, who moves with her husband, Duncan, to the remote Shetland Islands, 100 miles off the north-east coast of Scotland. Deep in the peat soil around her new home, Tora discovers the body of a young woman with rune marks carved into her skin and a gaping hole where her heart once beat. Ignoring warnings to leave well alone, Tora uncovers terrifying links to a legend that might never have been confined to the pages of the story-books.","4.687","/wIjG4JF12KsjgKUIh1gO0bjrkID.jpg","[{'id':65013,'logo_path':null,'name':'Boulder Media','origin_country':''},{'id':890,'logo_path':null,'name':'Cheyenne Enterprises','origin_country':''},{'id':39004,'logo_path':null,'name':'Subotica Entertainment','origin_country':'IE'},{'id':76293,'logo_path':null,'name':'Fundamental Entertainment','origin_country':''},{'id':76294,'logo_path':null,'name':'Schubert International Filmproduktions','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'US','name':'United States of America'}]","2016-04-29","0","91","[{'iso_639_1':'en','name':'English'}]","Released","Every life has a price","Sacrifice","false","5.2","99" +"false","/8pBD0NyN3b0OEnRmMHjJ4tQvVlN.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'},{'id':27,'name':'Horror'}]","","385320","tt5340882","en","Zoombies","When a strange virus quickly spreads through a safari park and turns all the zoo animals undead, those left in the park must stop the creatures before they escape and zombify the whole city.","2.813","/uKY3SRxKvsD2KgDSEjWrEK4F8lr.jpg","[{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-04-29","0","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","Uncaged, Undead","Zoombies","false","3.9","45" +"false","/3qF8v3X0sflEgrqT5hUsmlroPqo.jpg","null","2000000","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","http://darkskyfilms.com/night-of-the-living-deb","343284","tt3602128","en","Night of the Living Deb","After a one night stand Deb wakes up in the middle of a zombie apocalypse.","4.946","/7R1ZMHhF1Y5h1vUCDlDj4C7FUeo.jpg","[{'id':23868,'logo_path':null,'name':'Tiberius Film','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-05-30","0","85","[{'iso_639_1':'en','name':'English'}]","Released","","Night of the Living Deb","false","5.6","70" +"false","/xTmnAVCy0JglfqrLzNMNAcE3lAg.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","","360389","tt0493076","en","Nina","The story of the late jazz musician and classical pianist Nina Simone including her rise to fame and relationship with her manager Clifton Henderson.","2.65","/bdrbqEhRgoXqfmWeHE4tMlVNShu.jpg","[{'id':61933,'logo_path':null,'name':'Londinium Films','origin_country':''},{'id':2650,'logo_path':null,'name':'Ealing Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-04-22","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Singer. Activist. Survivor. Legend.","Nina","false","5.4","42" +"false","/aBsx6MgX5Sn2A6BSOfqFbbXmpTF.jpg","null","0","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","166659","tt2631580","en","Captain Sparky vs. The Flying Saucers","Victor and his beloved dog Sparky watch one of their favorite home movies.","0.749","/8DNxFusXiVH7beaIYpm0bSL8B9e.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-01-06","0","3","[{'iso_639_1':'en','name':'English'}]","Released","","Captain Sparky vs. The Flying Saucers","false","7.1","9" +"false","/oIzCTMJvo6uJGrPyz5BFdIJcLSX.jpg","null","0","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","20156","tt0109759","en","Exotica","In the upscale Toronto strip club Exotica, dancer Christina is visited nightly by the obsessive Francis, a depressed tax auditor. Her ex-boyfriend, the club's MC, Eric, still jealously pines for her even as he introduces her onstage, but Eric is having his own relationship problems with the club's owner, Zoe. Meanwhile Thomas, a mysterious pet-shop owner, is about to become unexpectedly involved in their lives. Gradually, connections between the traumatic pasts of these characters are revealed.","7.322","/ays6xwNBACFV2tO7TYNqvcFOZLO.jpg","[{'id':10166,'logo_path':null,'name':'Alliance Entertainment','origin_country':''},{'id':12800,'logo_path':null,'name':'Ego Film Arts','origin_country':''},{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'}]","1995-01-05","0","103","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'he','name':'????????????????'}]","Released","In a world of temptation, obsession is the deadliest desire.","Exotica","false","6.9","99" +"false","/tS2i2TKKkLxi8MS2jmvP8SoMG5O.jpg","null","2300000","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","360339","tt3032282","en","Eden","After their plane crashes off the coast of a deserted Pacific island, the surviving members of an American soccer team find themselves in the most dire of circumstances with limited resources, dwindling food supply and no rescue coming any time soon. Team spirit evaporates as disagreements cause the group to separate into factions - a violent one lead by an unbalanced ruler, and a compassionate one led by a selfless player.","1.962","/g2xZQZEmUP2TOylXq1UDT5SFSwo.jpg","[{'id':23513,'logo_path':null,'name':'Ombra Films','origin_country':''},{'id':63628,'logo_path':null,'name':'Perlapartment Pictures','origin_country':''},{'id':63629,'logo_path':null,'name':'Gobsmack','origin_country':''},{'id':63630,'logo_path':null,'name':'H&H Creative Ventures','origin_country':''}]","[{'iso_3166_1':'MY','name':'Malaysia'},{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'US','name':'United States of America'}]","2015-10-22","0","97","[{'iso_639_1':'en','name':'English'}]","Released","Survive at any cost.","Eden","false","5.4","28" +"false","","null","0","[]","","576468","tt1720619","en","Neverland","Raised on the streets of turn-of-the century London, orphaned Peter and his pals survive by their fearless wits as cunning young pickpockets. Now, they've been rounded up by their mentor Jimmy Hook to snatch a priceless, some believe, magical treasure which transports them to another world. Neverland is a realm of white jungles and legendary mysteries of eternal youth, where unknown friends and enemies snatched from time welcome the new travelers with both excitement and trepidation. These groups include a band of 18th century pirates led by the power-mad Elizabeth Bonny, and the Native American Kaw tribe led by a Holy Man, which has protected the secret of the tree spirits from Bonny and her gang for ages, and that has meant war. But as the fight to save this strange and beautiful world becomes vital, Hook, Peter, and the ragamuffin lost boys consider that growing old somewhere in time could be less important than growing up, right here in their new home called Neverland.","0.6","/xT3GvRSkJecQsZQXjhDhOgF1TtJ.jpg","[]","[]","2011-12-04","0","169","[]","Released","","Neverland","false","4.8","5" +"false","/wwFP2C8zVRHWhtG9HRGhFImIcHm.jpg","null","7000000","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","","301365","tt1974419","en","The Neon Demon","When aspiring model Jesse moves to Los Angeles, her youth and vitality are devoured by a group of beauty-obsessed women who will take any means necessary to get what she has.","9.277","/pksGBk7yJqSuQ2F47S9eoqbtjWt.jpg","[{'id':20580,'logo_path':'/tkFE81jJIqiFYPP8Tho57MXRQEx.png','name':'Amazon Studios','origin_country':'US'},{'id':2266,'logo_path':'/owzVs2mguyyJ3vIn7EbgowpUPnk.png','name':'Bold Films','origin_country':'US'},{'id':50481,'logo_path':'/mBgGtJJQ9aOpKBnuKXM75kHYT6D.png','name':'Vendian Entertainment','origin_country':'US'},{'id':67574,'logo_path':null,'name':'Space Rocket Nation','origin_country':''}]","[{'iso_3166_1':'DK','name':'Denmark'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","2016-06-08","1333124","118","[{'iso_639_1':'en','name':'English'}]","Released","Beauty is vicious.","The Neon Demon","false","6.6","1924" +"false","/tRChbPskrtZbQ0hxjuXyxcGLmJM.jpg","null","0","[{'id':53,'name':'Thriller'}]","","204973","tt1931601","en","Venom","After a car breaks down in an isolated desert, a mother and young daughter are relentlessly pursued by a deadly snake","1.308","/ciKCaYa3HIGRJdbwJ0aq2zdS6kS.jpg","[{'id':18608,'logo_path':null,'name':'Straight Line Movies','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-07-15","0","92","[{'iso_639_1':'en','name':'English'}]","Released","Revenge has never been this sssssssssSweet","Venom","false","4.4","5" +"false","/hDmMMpfNoFS1VldlNrmTgazioWQ.jpg","null","0","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'}]","","118621","tt1566938","en","Portrait of a Zombie","When son, Billy, becomes a zombie the family chooses to take care of him in the home much to the chagrin of the neighbors and the local crime boss.","2.042","/bPWMUY0og3srIs1W00u1IoDGXXd.jpg","[{'id':15452,'logo_path':null,'name':'Organ Hill Films','origin_country':''}]","[{'iso_3166_1':'IE','name':'Ireland'}]","2012-03-03","0","86","[{'iso_639_1':'en','name':'English'}]","Released","","Portrait of a Zombie","false","5.8","8" +"false","/mrUbDvyPEolk4HZiQI3838qb2g1.jpg","null","0","[{'id':99,'name':'Documentary'}]","","355254","tt1683048","en","De Palma","An intimate conversation between filmmakers, chronicling De Palma???s 55-year career, his life, and his filmmaking process, with revealing anecdotes and, of course, a wealth of film clips.","3.374","/CslqVcf2ViLo1GCSFYPpnhrJfc.jpg","[{'id':85187,'logo_path':null,'name':'Boxmotion','origin_country':''},{'id':75609,'logo_path':null,'name':'Empire Ward','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-06-10","0","108","[{'iso_639_1':'en','name':'English'}]","Released","Being a director is being a watcher.","De Palma","false","7.4","57" +"false","/q5hZErA4IHSrzjc9TW81hLtYMzc.jpg","null","0","[{'id':99,'name':'Documentary'}]","","158999","tt2545118","en","Blackfish","Notorious killer whale Tilikum is responsible for the deaths of three individuals, including a top killer whale trainer. Blackfish shows the sometimes devastating consequences of keeping such intelligent and sentient creatures in captivity.","6.758","/aqAYjUWZyoOjG9mHj380O0kFSxZ.jpg","[{'id':18627,'logo_path':null,'name':'Manny O Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-06-07","2063312","83","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Never capture what you can't control.","Blackfish","false","8","656" +"false","/t96xQ0OfuIECMCTHATQmNqOc9nx.jpg","{'id':517758,'name':'Barbie Collection','poster_path':'/xhUtCxXCEhOZi3L1JeLJOXsovgg.jpg','backdrop_path':null}","0","[{'id':16,'name':'Animation'}]","","285733","tt3921852","en","Barbie and the Secret Door","It's the ultimate fairytale musical! Barbie stars as Alexa, a shy princess who discovers a secret door in her kingdom and enters a whimsical land filled with magical creatures and surprises. Inside, Alexa meets Romy and Nori, a mermaid and a fairy, who explain that a spoiled ruler named Malucia is trying to take all the magic in the land. To her surprise, Alexa has magical powers in this world, and her new friends are certain that only she can restore their magic. Discover what happens when Alexa finds the courage to stand up for what's right and learns that the power of friendship is far more precious than magic.","2.648","/5lUo3LmyLZsg1g9rQv5UMXnVkiq.jpg","[{'id':33365,'logo_path':null,'name':'Mattel Playground Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-08-30","0","81","[{'iso_639_1':'en','name':'English'}]","Released","","Barbie and the Secret Door","false","6.1","75" +"false","/48ntkEHrpYDOo7fFoocAzzCpPWz.jpg","null","250000","[{'id':10752,'name':'War'},{'id':28,'name':'Action'}]","","274285","tt3099370","en","Sector 4: Extraction","Action - When an elite band of private mercenaries known as Black Knight gets caught behind enemy lines in a Middle East combat zone, their only hope for survival lies with the team leader, who has escaped but vows to return. - Salman Bokhari, Steven Dell, Eric Roberts","1.589","/racFyOXF96xnBPHNROUU5z1Xya5.jpg","[{'id':49980,'logo_path':null,'name':'Sector 4','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-07-22","0","91","[{'iso_639_1':'en','name':'English'}]","Released","","Sector 4: Extraction","false","3.3","9" +"false","/ox8sFxy5PD9mhvcPrQARbxvOuTD.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://thechosenmovie.co/","346170","tt4175888","en","The Chosen","When a child-stealing demon attaches itself to a little girl, her family is thrust into a battle against time in order to save the girl and send the demon back to hell.","2.007","/qhYbmKpkVoQgJmdJA0ymjT9n2ox.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-07-23","0","88","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","The first kill is the hardest.","The Chosen","false","4.4","47" +"false","/rYTw4curhoEItT8xZmi3op3Mb2M.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","http://amerigeddonthemovie.com/","395938","tt4059702","en","AmeriGeddon","A dire warning of a wake up call of what might be our future when a globalist terrorist organization aligned with the United Nations disables the United States power grid and institutes Martial Law. It will take a dedicated family of patriots armed with strong survival skills and the remains of the Second Amendment to save America and reclaim its freedom.","2.729","/lUZ4Ll5vX9SqEzwNLBqynWuYacp.jpg","[{'id':81544,'logo_path':null,'name':'Forewarned','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-05-13","0","90","[{'iso_639_1':'en','name':'English'}]","Released","You were WARNED","AmeriGeddon","false","4.4","21" +"false","/iVwp3G9eaVofN2uPSOcP5kEw5eT.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","https://www.facebook.com/AmongRavens/","274480","tt2328696","en","Among Ravens","The story of a group of friends who reunite for their annual 4th of July weekend only to be confronted by Chad, a strange and beautiful nature photographer who begins to change their lives one by one.","2.663","/6v976yjTa3Ppb2XjE8gzBBYJqax.jpg","[{'id':5919,'logo_path':null,'name':'Iron Circle Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-07-18","0","103","[{'iso_639_1':'en','name':'English'}]","Released","","Among Ravens","false","5.2","11" +"false","/Pbl2qhL8wnagw0xUiTgVm5QUj4.jpg","{'id':286038,'name':'Dead Snow Collection','poster_path':'/qhvXYMyPWcFeOsoO4EqOS8T9lwI.jpg','backdrop_path':'/nV090IHp1kG5oMgDCmGSYAwkN8D.jpg'}","0","[{'id':27,'name':'Horror'},{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","http://www.deadsnow.com/","241842","tt2832470","no","D??d Sn?? 2","The gruesome Nazi Zombies are back to finish their mission, but our hero is not willing to die. He is gathering his own army to give them a final fight.","7.961","/dLd6A24aHTTBZo8R7OAFzthr6h2.jpg","[{'id':36109,'logo_path':'/wca0Jcidf2N1KAPicYMjGoKOmYu.png','name':'The Fyzz','origin_country':'GB'},{'id':7941,'logo_path':null,'name':'Tappeluft Pictures','origin_country':''},{'id':859,'logo_path':'/wK6ssskf1QaGp057lSYb6fa3Nwc.png','name':'Saga Film','origin_country':'BE'}]","[{'iso_3166_1':'NO','name':'Norway'}]","2014-02-12","37473","100","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'no','name':'Norsk'},{'iso_639_1':'en','name':'English'}]","Released","Heads up. They're back.","Dead Snow 2: Red vs. Dead","false","6.6","297" +"false","/uWmlQFCB2RjsFmSxUqutKubQkFb.jpg","null","0","[{'id':27,'name':'Horror'},{'id':14,'name':'Fantasy'},{'id':9648,'name':'Mystery'},{'id':18,'name':'Drama'}]","","21198","tt0367000","fr","Saint Ange","In 1958, in the French Alp, the young servant Anna Jurin arrives in Saint Ange Orphanage to work with Helena while the orphans moved to new families. Anna, who is secretly pregnant, meets the last orphan , Judith, left behind because of her mental problems, and they become closer when Anna find that Judith also hear voices and footsteps of children.","3.766","/2d1JogvQG3Hcay30wo8261otfZ6.jpg","[]","[{'iso_3166_1':'FR','name':'France'}]","2004-06-23","0","98","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","House of Voices","false","5.6","60" +"false","/e18kAbjtteU2aPMWfHs4booqTOt.jpg","{'id':224026,'name':'Monster High Collection','poster_path':'/6Re1mtsMLuHAeoUtSE7GPAdxldO.jpg','backdrop_path':'/kDsPcm1Qx5zjPNAZ80dBSHdTowH.jpg'}","0","[{'id':16,'name':'Animation'}]","","290727","tt3824344","en","Monster High: Freaky Fusion","While attempting to help Frankie Stein learn more about her freakycool scaritage, the fashionably fierce ghoulfriends travel back in time to the first day ever of Monster High! There, they meet Sparky, a skullastic teen with an obsession for creating life. But when Sparky follows the ghouls through a killer time portal to modern-day Monster High, the event results in eight of them fusing together into four creeperiffic hybrid Monsters. Now, they'll really have to work together to control their bodies in the big Bitecentennial Play and stop one of Sparky's experiments from destroying imperfectly perfect Monster High!","3.085","/6cA5k6vFOETaVivtqWt1H7mre2o.jpg","[{'id':33365,'logo_path':null,'name':'Mattel Playground Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-10-06","0","","[{'iso_639_1':'en','name':'English'}]","Released","","Monster High: Freaky Fusion","false","7.2","30" +"false","/vG1h8UcaISJ2rrTce5OWmCfhkh3.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","356366","tt2201532","en","The Adventures of Beatle","Beatle is a quirky loner who refuses to live by society's rules. Her business cards read ""Towing/Assassination,"" and she even has a hit man infomercial to go along with it. Her only human contact is with her psychiatrist and the stripper/hooker she employs once a week. Everything changes the night she meets Athena Klendon, a suicidal blonde with a secret. With a demented killer on their tail, courtesy of Athena's crooked former employer, the two quickly strike a bargain. Athena will change her life insurance policy to reflect Beatle as the beneficiary in exchange for her own execution. And while they wait for the paperwork to come through, Beatle will provide room and board and get some extra help on her infomercial. The two have no idea that Detective Holt has been on their case reviewing their every move. Just when he thinks he's got Beatle pinned beyond a shadow of a doubt, this comedic mystery takes a wild and unexpected turn.","1.149","/bzVHYJSC3aozzQ9AWy3aviIx3rr.jpg","[{'id':63492,'logo_path':null,'name':'Side Tracked Pictures','origin_country':''},{'id':15055,'logo_path':null,'name':'Big Easy Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-10-20","0","83","[{'iso_639_1':'en','name':'English'}]","Released","","Guns for Hire","false","4.8","14" +"false","/s2bqFom8kqeyJ48j1BdSzlGlp15.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","245627","tt1480285","en","Abattoir","A reporter unearths an urban legend about a home being constructed from rooms where horrific tragedies have occurred.","5.996","/A5cREO9NNFYg5OmTErWsghYQF9m.jpg","[{'id':7882,'logo_path':null,'name':'Radical Pictures','origin_country':''},{'id':83067,'logo_path':null,'name':'Dark Web Productions','origin_country':'US'},{'id':83068,'logo_path':null,'name':'Les Enfants Terribles','origin_country':''},{'id':83069,'logo_path':null,'name':'Luminary Entertainment','origin_country':''},{'id':83070,'logo_path':null,'name':'Pacific Bridge Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-12-08","0","98","[{'iso_639_1':'en','name':'English'}]","Released","He's been expecting you","Abattoir","false","4.5","89" +"false","/7XGRtUIS6vEyeNAox8GT7U14hf9.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://www.alleycatsfilm.com","402370","tt3917318","en","Alleycats","When bike courier Chris witnesses what looks like a murder, his first instinct is to cut and run. But when his curiosity draws him back in, he's soon embroiled in a world of corruption, political power, and illegal bike racing.","1.6","/ioofAamT6r3FtVSbSBGsyMiVS9e.jpg","[{'id':78760,'logo_path':null,'name':'Elephant Gun Films','origin_country':''},{'id':36109,'logo_path':'/wca0Jcidf2N1KAPicYMjGoKOmYu.png','name':'The Fyzz','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-06-23","0","101","[{'iso_639_1':'en','name':'English'}]","Released","","Alleycats","false","5","23" +"false","/246e96e86fIX0qpEtwzyjNvO4B9.jpg","null","500000","[{'id':53,'name':'Thriller'}]","","416086","tt3907206","en","Redistributors","A city PR girl goes on the run accused of leaking information from the military supply company where she works. Chased by ex-soldiers she hides with her brother, a member of a shadowy hacker group, and has to choose between her luxury life - and the Redistributors.","1.499","/lhDDptqebO1vSmYnn0ziqWLBJ5k.jpg","[{'id':81397,'logo_path':null,'name':'Protest Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-07-02","0","82","[{'iso_639_1':'en','name':'English'}]","Released","","Redistributors","false","4.7","9" +"false","/bf463eEKvQ1qOWEUdtdfq1HSKdz.jpg","null","0","[{'id':99,'name':'Documentary'}]","","380808","tt5446858","en","Zero Days","Alex Gibney explores the phenomenon of Stuxnet, a self-replicating computer virus discovered in 2010 by international IT experts. Evidently commissioned by the US and Israeli governments, this malware was designed to specifically sabotage Iran???s nuclear programme. However, the complex computer worm ended up not only infecting its intended target but also spreading uncontrollably.","4.274","/aUEMM45wVEnZqA5GcOswsOp9POw.jpg","[{'id':6735,'logo_path':'/6yyByQrmTAgJv0QzZ1Eh1jiGX4R.png','name':'Participant Media','origin_country':'US'},{'id':2740,'logo_path':'/gSiDWkmEOyOn9MsaCgnjd8Mohmx.png','name':'Jigsaw Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-07-08","0","116","[{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fa','name':'??????????'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","World War 3.0","Zero Days","false","7.5","108" +"false","/kroZ2GvQqbLcDXs9BpsdzP6nck9.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':28,'name':'Action'}]","","51471","tt0008975","en","The Cook","In an attempt at greater efficiency, the chef of a fancy oceanside restaurant and his assistant wreak havoc in the establishment. Adding to the complications is the arrival of a robber.","1.552","/nglzD6lxcM7ZI5EyTXByWOL5kyK.jpg","[{'id':5710,'logo_path':null,'name':'Comique Film Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1918-09-15","0","22","[{'iso_639_1':'en','name':'English'}]","Released","","The Cook","false","6.4","26" +"false","/7wJkknIlJhMjvetgCYAwitO4tlM.jpg","null","0","[{'id':18,'name':'Drama'}]","","358807","tt4238858","en","The Fits","Toni, a tomboyish boxer, lands a spot on an after-school drill team in the West End community of Cincinnati. She eagerly absorbs routines, masters drills, and even pierces her own ears to fit in. It???s the joy of her first friendships and her discovery of dance. Shortly after Toni joins the team, most of the girls on the team suffer from episodes of fainting, swooning, and shaking in a seemingly uncontrollable catharsis. Nobody can explain the mysterious outbreak. These fits soon transform into a rite of passage as the trauma draws the other girls closer together. Caught between her need for control and her desire for acceptance, Toni must decide how far she will go to embody her new ideals.","2.641","/h1GnE0znG21aepA8oSYcZDqX8Du.jpg","[{'id':4748,'logo_path':'/bTMeosrSiKaTPmZiTYnSDZlin5d.png','name':'Oscilloscope','origin_country':'US'},{'id':62784,'logo_path':null,'name':'Yes Ma'am Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-01-22","0","71","[{'iso_639_1':'en','name':'English'}]","Released","","The Fits","false","6.7","62" +"false","/dNZKupTIBW0zOFkFfZF7aUvI7s6.jpg","null","0","[{'id':35,'name':'Comedy'}]","","42569","tt0066563","en","Where???s Poppa?","When New York attorney Gordon Hocheiser meets Louise Callan, the girl of his dreams, he schemes to eliminate his aging, senile mother, even though he promised his late father that he'd always take care of her. He fears that his batty mom's eccentricities will shortly lead to Louise's departure.","2.095","/3Ria0kkWlx1U1CAZc2IRmP7v09F.jpg","[{'id':53696,'logo_path':null,'name':'The Where's Poppa Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1970-11-10","0","82","[{'iso_639_1':'en','name':'English'}]","Released","I wish momma would stop saying that! Yeah.","Where???s Poppa?","false","6.8","16" +"false","/gu6ZlM48FxqG2IEuMZYAn6iGtG4.jpg","null","8500000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","http://morenafilms.com/en/peliculas/altamira-2/","329718","tt3014910","en","Altamira","The story of nine-year old Maria and her father Marcelino who, in 1879, found the first pre-historic cave paintings at the now world famous Altamira cave.","4.495","/dEvfpB05SBMmQtxuW9KE43eDz48.jpg","[{'id':10031,'logo_path':'/cUOviFxM9l3dYuNeg89giHUaqkd.png','name':'Morena Films','origin_country':'ES'},{'id':103,'logo_path':null,'name':'TVE','origin_country':''},{'id':67412,'logo_path':'/vgVqq5hunVs8GN5Je9d9rG7Q2NU.png','name':'Movistar+','origin_country':'ES'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-04-01","0","97","[{'iso_639_1':'en','name':'English'}]","Released","Some secrets are too powerful to hide.","Finding Altamira","false","5.6","70" +"false","/eHzNOoLXwn7TvdodqKB83ZALDnC.jpg","null","0","[{'id':53,'name':'Thriller'}]","","403434","tt4447108","en","Level Up","Gamers enter virtual reality video game contest for money only to realize things are not the way they seem.","3.063","/ebaf5wDCbzligIHwGUBd8cBOiYv.jpg","[{'id':4186,'logo_path':null,'name':'Quickfire Films','origin_country':'GB'},{'id':5505,'logo_path':null,'name':'Fulwell 73','origin_country':''},{'id':10583,'logo_path':null,'name':'Independent','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-08-26","0","84","[{'iso_639_1':'en','name':'English'}]","Released","One Life Remaining","Level Up","false","4.5","29" +"false","/cCKsMxxwBTeoIsVemksy76hkvlS.jpg","{'id':32916,'name':'Scooby-Doo! Animation Movies','poster_path':'/sSgWaprKYzMYRlmzah7sdAG6lo6.jpg','backdrop_path':'/7isX73SseGONsf9bYbEe6f9epEg.jpg'}","0","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","119321","tt2235542","en","Big Top Scooby-Doo!","When Scooby and the gang hear of a werewolf plaguing a traveling circus, they go undercover as circus performers to get to the bottom.","3.725","/kUpIK5QPDwuMk1HOZuAbPNcZCgh.jpg","[{'id':2785,'logo_path':'/l5zW8jjmQOCx2dFmvnmbYmqoBmL.png','name':'Warner Bros. Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-10-22","0","81","[{'iso_639_1':'en','name':'English'}]","Released","","Big Top Scooby-Doo!","false","6.6","33" +"false","/oCq6S0Jl0YoKQ2eybi8vpXvU8dF.jpg","null","0","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","http://ambidistribution.com/titles?title=Andron","395883","tt4073890","en","Andron","A group of people are plunged into a dark, claustrophobic maze, where they must fight to survive, as the outside world watches.","4.884","/d876BP9dfd4zBJJxEj4MTaVBVfR.jpg","[{'id':59593,'logo_path':null,'name':'AMBI Group','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'MT','name':'Malta'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-11-08","0","100","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Only one survives","Andron","false","3.8","77" +"false","/gLMrWlscDZCEB72PZF4eqaRphEM.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'},{'id':9648,'name':'Mystery'}]","","401222","tt2278870","en","ISRA 88","When a scientist and a pilot volunteer for a high profile space mission they are told their goal will be to do what no one has ever done before to find the end of the universe. After 13 years in space the ship crashes through the end of the known universe and into the unknown......","2.653","/fpqjKTN516VfchjH5HzWiMuGnHC.jpg","[{'id':77854,'logo_path':null,'name':'Eenie Ienie Over Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-08-08","0","119","[{'iso_639_1':'en','name':'English'}]","Released","Their mission was to reach the edge of the universe... what they found was beyond imagination.","ISRA 88","false","4.7","22" +"false","/yEqrCU3hAvoiwC0y4CuJq3v4KoG.jpg","null","9900000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.w-b-film.de/","368031","tt3352390","en","Unfriend","Enjoying college life as a popular student, Laura shares everything with her more than 800 friends on Facebook. But one day, after accepting a friend request from a social outcast named Marina, Laura???s life is cursed...","8.129","/7gfG9tGRPzmVyg3nEwQrTGOJ8C6.jpg","[{'id':336,'logo_path':null,'name':'Wiedemann & Berg Film','origin_country':'DE'},{'id':1107,'logo_path':null,'name':'Seven Pictures','origin_country':''},{'id':60227,'logo_path':null,'name':'Two Oceans Production (TOP)','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'ZA','name':'South Africa'}]","2016-01-07","2400000","92","[{'iso_639_1':'en','name':'English'}]","Released","Be careful who you click with.","Friend Request","false","5.5","745" +"false","/zaGmoSackrRF7w6NieQ0FWY0M7k.jpg","null","50000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':9648,'name':'Mystery'}]","http://www.centralintelligencemovie.com/","302699","tt1489889","en","Central Intelligence","After he reunites with an old pal through Facebook, a mild-mannered accountant is lured into the world of international espionage.","12.161","/9M5ibpQUjoVFjjnP2AdLcof4hAk.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':13778,'logo_path':null,'name':'Bluegrass Films','origin_country':'US'},{'id':41624,'logo_path':'/wzKxIeQKlMP0y5CaAw25MD6EQmf.png','name':'RatPac-Dune Entertainment','origin_country':'US'},{'id':10338,'logo_path':'/el2ap6lvjcEDdbyJoB3oKiYgXu9.png','name':'Perfect World Pictures','origin_country':'CN'},{'id':106497,'logo_path':null,'name':'Artists First','origin_country':''},{'id':37845,'logo_path':null,'name':'Principato-Young Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-06-15","216972543","107","[{'iso_639_1':'en','name':'English'}]","Released","Saving the world takes a little Hart and a big Johnson","Central Intelligence","false","6.3","2987" +"false","/9HuTrlAY3HXrrtS6XoTtQTh83Rg.jpg","null","2500000","[{'id':35,'name':'Comedy'}]","http://www.jimmyvestvood.com/","299641","tt3135556","en","Jimmy Vestvood: Amerikan Hero","A wannabe private investigator wins the Green Card lottery and moves to America to pursue his dream only to find himself embroiled in a conspiracy to start the next world war.","2.651","/40rpRhar83aVOiRPfveEGe63ghk.jpg","[{'id':62196,'logo_path':null,'name':'Worldwide Media Conspiracy','origin_country':''},{'id':75652,'logo_path':null,'name':'Soul Mining Production','origin_country':''},{'id':72165,'logo_path':null,'name':'Perfect Nose Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-03-13","230069","84","[{'iso_639_1':'en','name':'English'}]","Released","Heroes are not born, they are imported.","Jimmy Vestvood: Amerikan Hero","false","5.4","22" +"false","/lEkHdk4g0nAKtMcHBtSmC1ON3O1.jpg","null","17000000","[{'id':27,'name':'Horror'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.theshallows-movie.com","332567","tt4052882","en","The Shallows","When Nancy is surfing on a secluded beach, she finds herself on the feeding ground of a great white shark. Though she is stranded only 200 yards from shore, survival proves to be the ultimate test of wills, requiring all of Nancy's ingenuity, resourcefulness, and fortitude.","12.729","/6vuxwCfBejPfUjMxrPgk0ANmVFq.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':23513,'logo_path':null,'name':'Ombra Films','origin_country':''},{'id':67069,'logo_path':null,'name':'Weimaraner Republic Pictures','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'US','name':'United States of America'}]","2016-06-24","119100758","86","[{'iso_639_1':'en','name':'English'}]","Released","What was once in the deep is now in the shallows.","The Shallows","false","6.3","2930" +"false","/zgo0s1fmBCWUweNrCVIK1dZEOJ6.jpg","null","50000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10752,'name':'War'}]","http://stxmovies.com/freestateofjones/","316152","tt1124037","en","Free State of Jones","In 1863, Mississippi farmer Newt Knight serves as a medic for the Confederate Army. Opposed to slavery, Knight would rather help the wounded than fight the Union. After his nephew dies in battle, Newt returns home to Jones County to safeguard his family but is soon branded an outlaw deserter. Forced to flee, he finds refuge with a group of runaway slaves hiding out in the swamps. Forging an alliance with the slaves and other farmers, Knight leads a rebellion that would forever change history.","9.159","/tQcwB5nXpN4vH5ewP79tyXJcA1I.jpg","[{'id':50481,'logo_path':'/mBgGtJJQ9aOpKBnuKXM75kHYT6D.png','name':'Vendian Entertainment','origin_country':'US'},{'id':1163,'logo_path':null,'name':'Larger Than Life Productions','origin_country':'US'},{'id':50482,'logo_path':null,'name':'Route One Films','origin_country':''},{'id':47729,'logo_path':'/5NRpQ7xxmODXAjt2pRWUFMLVzvP.png','name':'STX Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-06-24","25035950","139","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","Based on the incredible true story.","Free State of Jones","false","6.6","744" +"false","/gUwgZP3cG1PSooe2kKmeU7RfLDn.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","414719","tt4497338","en","Interrogation","After the FBI receives a threat that endangers the entire city, an interrogator and an I.T. specialist are plunged into a series of mind games with a criminal mastermind, desperately racing against time to uncover the villain's true agenda as they fight to protect thousands of lives.","2.993","/j38QfMHw3GSqfC3UElC427ETg3N.jpg","[{'id':10339,'logo_path':'/oiIi36MaWXwvvHWX5eojoE2Fiyv.png','name':'WWE Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-08-20","0","93","[{'iso_639_1':'en','name':'English'}]","Released","","Interrogation","false","4.9","32" +"false","/YRHAqBlSaPRod04HKyZR5y9OCu.jpg","null","2000000","[{'id':27,'name':'Horror'},{'id':10770,'name':'TV Movie'}]","","361042","tt4472596","en","The Hollow","It's Halloween eve on Shelter Island, and the small town is preparing for a killer storm. But the dark clouds gathering over the island are bringing with them a curse one-hundred years in waiting. As the woods give birth to an ungodly and insatiable creature of fire, bones, and earth, three sisters must scramble to stay alive through the long dark night of the Hollow. For it's not something you can kill. It's only something you can try and survive.","2.724","/d6BquXFnldylPRMfOqR4StIGiLG.jpg","[{'id':22702,'logo_path':'/l4eSl1sbXdzgBtMkxdTUIGzAJX6.png','name':'Sonar Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-10-24","0","90","[{'iso_639_1':'en','name':'English'}]","Released","You cannot kill it, you can only survive it","The Hollow","false","4.5","49" +"false","/kQX0k2mVsiexLftIpiTVb5N6rZs.jpg","null","30000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.cafesocietymovie.com/#","339397","tt4513674","en","Caf?? Society","The story of a young man who arrives in Hollywood during the 1930s hoping to work in the film industry, falls in love, and finds himself swept up in the vibrant caf?? society that defined the spirit of the age.","8.164","/hRrF8R32WIldNEMLOhtNrz9OfAZ.jpg","[{'id':12966,'logo_path':null,'name':'Perdido Productions','origin_country':''},{'id':1824,'logo_path':null,'name':'Gravier Productions','origin_country':''},{'id':7493,'logo_path':'/452FO4LcI6lA6bfgl6w1kQYRBlr.png','name':'FilmNation Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-05-11","43763247","97","[{'iso_639_1':'en','name':'English'}]","Released","Anyone who is anyone will be seen at Caf?? Society.","Caf?? Society","false","6.4","1438" +"false","/5SX2rgKXZ7NVmAJR5z5LprqSXKa.jpg","null","160000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'}]","http://www.warcraft-themovie.com/","68735","tt0803096","en","Warcraft","The peaceful realm of Azeroth stands on the brink of war as its civilization faces a fearsome race of invaders: orc warriors fleeing their dying home to colonize another. As a portal opens to connect the two worlds, one army faces destruction and the other faces extinction. From opposing sides, two heroes are set on a collision course that will decide the fate of their family, their people, and their home.","17.066","/ckrTPz6FZ35L5ybjqvkLWzzSLO7.jpg","[{'id':923,'logo_path':'/5UQsZrfbfG2dYJbx8DxfoTr2Bvu.png','name':'Legendary Entertainment','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':507,'logo_path':'/z7H707qUWigbjHnJDMfj6QITEpb.png','name':'Atlas Entertainment','origin_country':'US'},{'id':16028,'logo_path':'/6hZcvVaJlKpDLy0iMKXuvC0K2A5.png','name':'Blizzard Entertainment','origin_country':'US'},{'id':81620,'logo_path':'/gNp4dfuBOXmVWdGKb63NfbFNbFi.png','name':'Tencent Pictures','origin_country':'CN'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'US','name':'United States of America'}]","2016-05-25","433677183","123","[{'iso_639_1':'en','name':'English'}]","Released","Two worlds. One home.","Warcraft","false","6.3","3918" +"false","/oQWWth5AOtbWG9o8SCAviGcADed.jpg","{'id':748,'name':'X-Men Collection','poster_path':'/1Zo4J5SAni8lyXt7NxJwJZ0f0ip.jpg','backdrop_path':'/Abnosho2v3bcdvDww6T7Hfeczm1.jpg'}","178000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'},{'id':14,'name':'Fantasy'}]","http://www.foxmovies.com/movies/x-men-apocalypse","246655","tt3385516","en","X-Men: Apocalypse","After the re-emergence of the world's first mutant, world-destroyer Apocalypse, the X-Men must unite to defeat his extinction level plan.","28.346","/zSouWWrySXshPCT4t3UKCQGayyo.jpg","[{'id':431,'logo_path':null,'name':'The Donners' Company','origin_country':'US'},{'id':7505,'logo_path':'/837VMM4wOkODc1idNxGT0KQJlej.png','name':'Marvel Entertainment','origin_country':'US'},{'id':9168,'logo_path':'/hQNXrYIuyLRxMSBuGHk0GX7CCBS.png','name':'Bad Hat Harry Productions','origin_country':'US'},{'id':22213,'logo_path':'/qx9K6bFWJupwde0xQDwOvXkOaL8.png','name':'TSG Entertainment','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'},{'id':28788,'logo_path':null,'name':'Genre Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-05-18","543934787","144","[{'iso_639_1':'en','name':'English'}]","Released","Only the strong will survive","X-Men: Apocalypse","false","6.5","7973" +"false","/8MXKQQbMm0akExVSRJieUh3GJkL.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10770,'name':'TV Movie'}]","http://www.hbo.com/movies/all-the-way","347123","tt3791216","en","All the Way","Lyndon B. Johnson's amazing 11-month journey from taking office after JFK's assassination, through the fight to pass the 1964 Civil Rights Act and his own presidential campaign, culminating on the night LBJ is actually elected to the office ??? no longer the 'accidental President.'","6.407","/eeIYbMTdvDttB1trnPBbRo8jDPx.jpg","[{'id':57023,'logo_path':null,'name':'Moon Shot Entertainment','origin_country':'US'},{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'},{'id':7429,'logo_path':'/6in9uMqxXEHx5XgYgkeRBpZ4rPw.png','name':'HBO Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-05-23","0","132","[{'iso_639_1':'en','name':'English'}]","Released","Politics is war.","All the Way","false","6.6","140" +"false","/tBuHNpTGiOxzE2eNQ2UDPKoIoMj.jpg","null","3200000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://sonyclassics.com/themeddler","337154","tt4501454","en","The Meddler","With a new iPhone, an apartment near the Grove, and a comfortable bank account left to her by her beloved late husband, Marnie Minervini has happily relocated from New Jersey to Los Angeles to be near her daughter Lori, a successful (but still single) screenwriter, and smother her with motherly love. But when the dozens of texts, unexpected visits, and conversations dominated by unsolicited advice force Lori to draw strict personal boundaries, Marnie finds ways to channel her eternal optimism and forceful generosity to change the lives of others - as well as her own - and find a new purpose in life.","7.322","/jRkOmIqH0FicZBgkQSOip49syxl.jpg","[{'id':10039,'logo_path':'/b8w4LldQolMKiLZw4FQJBcXSDGI.png','name':'Anonymous Content','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-04-05","4267218","100","[{'iso_639_1':'en','name':'English'}]","Released","","The Meddler","false","5.9","170" +"false","/999RuhZvog8ocyvcccVV9yGmMjL.jpg","{'id':401562,'name':'Teenage Mutant Ninja Turtles (Remake) Collection','poster_path':'/i3DywIl37k83YXWreQGIcWNF7kL.jpg','backdrop_path':'/tfpOdV9gvqbGJEeLGSu5X1vOLKV.jpg'}","135000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':878,'name':'Science Fiction'}]","http://www.teenagemutantninjaturtlesmovie.com/","308531","tt3949660","en","Teenage Mutant Ninja Turtles: Out of the Shadows","After supervillain Shredder escapes custody, he joins forces with mad scientist Baxter Stockman and two dimwitted henchmen, Bebop and Rocksteady, to unleash a diabolical plan to take over the world. As the Turtles prepare to take on Shredder and his new crew, they find themselves facing an even greater evil with similar intentions: the notorious Krang.","12.709","/u3M0HzkQR1pYNaadJWuxe84B34r.jpg","[{'id':47354,'logo_path':null,'name':'5150 Action','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':2348,'logo_path':'/m31fQvZJuUvAgxoqTiCGYFBfZYe.png','name':'Nickelodeon Movies','origin_country':'US'},{'id':2481,'logo_path':'/nVEP2IHCDOBOldgDL4SSufitN9.png','name':'Platinum Dunes','origin_country':'US'},{'id':77208,'logo_path':null,'name':'Gama Entertainment Partners','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-06-01","245623848","112","[{'iso_639_1':'en','name':'English'}]","Released","","Teenage Mutant Ninja Turtles: Out of the Shadows","false","5.9","1788" +"false","/zHXhNYWn8IQzcoXwYFkMeGtWjTt.jpg","null","0","[{'id':28,'name':'Action'}]","","35106","tt0089835","en","Pray For Death","Akira Saito, a Japanese businessman lives in Tokyo with his Japanese-American wife Aiko and their children, Takeshi and Tomoya. When the family has a chance to move to the United States so that Aiko can teach the children about their American heritage, they pack up and head for Houston, Texas and run a restaurant. This is where the trouble begins....","1.852","/oRDfT3s0T0JirGkC2FPpJdhEISF.jpg","[{'id':80814,'logo_path':null,'name':'Pray Films','origin_country':''},{'id':1969,'logo_path':null,'name':'Trans World Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-01-11","0","92","[{'iso_639_1':'en','name':'English'}]","Released","The Master Ninja is Back.","Pray For Death","false","5.9","15" +"false","/wsNetBzFcFegJG5dUc3jnPRTIAZ.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.afarewelltokings.com/?cpt_portfolio=black-mountain-side","267852","tt3139756","en","Black Mountain Side","A group of archaeologists uncover a strange structure in Northern Canada, dating over ten thousand years before the present. The team finds themselves isolated when their communication systems fail and it's not long before they begin to feel the effects of the solitude.","2.507","/g5emUKrTqhdn8QFtbEuxie4oOJT.jpg","[{'id':39240,'logo_path':null,'name':'A Farewell to Kings Entertainment Company','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2014-10-26","0","99","[{'iso_639_1':'en','name':'English'}]","Released","There is something under the ice","Black Mountain Side","false","5.3","46" +"false","/mG4BinljaoTZUuq6hOELfOiiRO9.jpg","{'id':517758,'name':'Barbie Collection','poster_path':'/xhUtCxXCEhOZi3L1JeLJOXsovgg.jpg','backdrop_path':null}","0","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","","415749","tt5502946","en","Barbie: Star Light Adventure","Barbie is a cosmic princess who flies high on her hoverboard through a far-off universe with her adorable and devoted pet sidekick, Pupcorn. One day, everything changes when the twinkling stars start to dim and slow their dance in the sky. Barbie travels to a beautiful new planet to join a special rescue team on a mission to save the stars. Once there, she teams up with a group of talented new friends who work together to save the galaxy through exciting hoverboarding adventures. Barbie soon discovers that if she listens to her heart, and with the help of her friends, she might be the leader the whole universe has been waiting for!","2.394","/9Yq33EXs9YpgrwGXJlJL73OTpt1.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-08-12","0","79","[{'iso_639_1':'en','name':'English'}]","Released","","Barbie: Star Light Adventure","false","6.3","34" +"false","/lU2ddmKM6wtnFFxiCm5rDDD7JUa.jpg","{'id':144689,'name':'Honey Collection','poster_path':'/eOEDDWsZmW2M9TKiQK9Nk5MjDe6.jpg','backdrop_path':'/nldi0pe9vJyUg87nE6OjL5MzrDn.jpg'}","0","[{'id':18,'name':'Drama'},{'id':10751,'name':'Family'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","","412519","tt4677938","en","Honey 3: Dare to Dance","While attending college in Cape Town, Melea Martin feels constrained by the school's strict policies, and decides to set out on her own. Searching for a way to use her talents as a dancer and inspire the community around her, Melea rents a failing theater in order to put on a Hip-Hop Romeo and Juliet performance. But much like the Capulets and Montagues, conflicts between cast members threaten to bring the whole performance to a halt...","6.811","/uWnBO4E1vkWy8nQ3KwZ4SVE19Qt.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':2365,'logo_path':null,'name':'Capital Arts Entertainment','origin_country':''},{'id':17009,'logo_path':'/ssowAxOrrqsSR2CKeiytOXwLoCW.png','name':'Universal 1440 Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-11-30","0","97","[{'iso_639_1':'en','name':'English'}]","Released","","Honey 3: Dare to Dance","false","5.9","126" +"false","/oVxdAF3dlbB5DVrMD0KC43o9xKa.jpg","null","2650000","[{'id':18,'name':'Drama'}]","","898","tt0055798","en","Birdman of Alcatraz","After killing a prison guard, convict Robert Stroud faces life imprisonment in solitary confinement. Driven nearly mad by loneliness and despair, Stroud's life gains new meaning when he happens upon a helpless baby sparrow in the exercise yard and nurses it back to health. Despite having only a third grade education, Stroud goes on to become a renowned ornithologist and achieves a greater sense of freedom and purpose behind bars than most people find in the outside world.","7.779","/6EODLN11HTX4l2cmakAhWIoJLF.jpg","[{'id':109015,'logo_path':null,'name':'Norma Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1962-07-03","3100000","147","[{'iso_639_1':'en','name':'English'}]","Released","Inside the rock called Alcatraz they tried to chain a volcano they called","Birdman of Alcatraz","false","7.4","109" +"false","/5okTmuGacOijAXM5Hykgtbm7CLm.jpg","null","4700000","[{'id':18,'name':'Drama'}]","","8895","tt1074929","en","Adoration","Director Atom Egoyan explores the concept of cyberspace as a place for redemption in this drama about an adolescent boy named Simon who reinvents his life on the internet. Before long, Simon's deeply personal journey provokes strong reactions from around the globe.","2.457","/txEYpZP6mA7TTAMDZ4IIexR806.jpg","[{'id':805,'logo_path':null,'name':'Serendipity Point Films','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2008-01-01","0","100","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'he','name':'????????????????'},{'iso_639_1':'en','name':'English'}]","Released","","Adoration","false","6.3","22" +"false","/r75lJJvFwVkH8nfevh0mu5yscnK.jpg","null","0","[{'id':14,'name':'Fantasy'}]","","404947","tt5481984","en","Sinister Squad","When a supernatural cult threatens Earth, Alice must assemble a team of fairy tale villains to face the literal forces of Death.","1.328","/phd7kaXt1RdzwE8FVXQaLzX0GTC.jpg","[{'id':13964,'logo_path':null,'name':'Vanguard Productions','origin_country':''},{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-07-05","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Super bad. But in a good way.","Sinister Squad","false","2.9","23" +"false","/p3Wdve00ZgG3WfPQQzrRePk9tZM.jpg","null","0","[{'id':53,'name':'Thriller'}]","http://www.bbc.co.uk/bbcfilms/film/the_ones_below","356842","tt4126438","en","The Ones Below","A couple expecting their first child discover an unnerving difference between themselves and the couple living in the flat below them who are also having a baby.","6.68","/Ap8Xl67D8R3CNxxbVIDBiiPf24D.jpg","[{'id':78496,'logo_path':null,'name':'Tigerlily Films','origin_country':''},{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':50079,'logo_path':null,'name':'Kreo Films FZ','origin_country':''},{'id':50082,'logo_path':null,'name':'Cuba Pictures','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-10-14","12488","87","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","How well do you know your neighbors?","The Ones Below","false","5.9","169" +"false","/uUsCt8EXyY9HIFxpOEYyP0odpgL.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","336833","tt3268790","en","A Haunting in Cawdor","In this tense tale of psychological terror, Vivian Miller (Young) is a young twenties woman who???s serving out her jail sentence at a work release program in the Midwest. Her 90 days of probation takes her to The Cawdor Theater, a dilapidated summer stock theater run by Lawrence O???Neil (Elwes). Lawrence, a failed Broadway director, is now reduced to staging amateur productions with young parolees and raging over the mistakes from his past. Vivian???s arrival in Cawdor starts a terrifying series of events that brings Lawrence???s secret past to the present. After Vivian views an old taped stage production of Macbeth, a force of evil is unleashed which soon turns its sights on her. With the help of Roddy (Welch), a local outcast, Vivian sets about trying to discover who the supernatural killer on the tape is before she becomes the next victim.","1.4","/repoOFslbLCxA1gO36i9hQt1LPg.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-05-01","0","100","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","","A Haunting in Cawdor","false","4.2","11" +"false","/uSu3DXwaCs44J41sVytzRLIKpj3.jpg","null","0","[{'id':53,'name':'Thriller'}]","","205588","tt1995390","en","Our Kind of Traitor","A young Oxford academic and his attorney girlfriend holiday on Antigua. They bump into a Russian millionaire who owns a peninsula and a diamond watch. He wants a game of tennis. What else he wants propels the lovers on a tortuous journey to the City of London and its unholy alliance with Britain's intelligence establishment, to Paris and the Alps.","7.252","/vZklhnvecz1mA5pv93v20fLdO8Y.jpg","[{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'},{'id':20664,'logo_path':'/iRrZpxnYNDnVXJkr6HiLgSLlqRc.png','name':'Anton Capital Entertainment (ACE)','origin_country':''},{'id':28275,'logo_path':'/b6VatRipyJYN52xLAV7TtzJtuXv.png','name':'The Ink Factory','origin_country':'GB'},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'},{'id':834,'logo_path':null,'name':'Potboiler Productions','origin_country':'GB'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-05-05","9930095","108","[{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Who Can You Trust With The Truth?","Our Kind of Traitor","false","6","267" +"false","/hssIPFFMwOG2eDcQtfn39yzjXJ3.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'}]","https://www.uphe.com/movies/popstar-never-stop-never-stopping","341012","tt3960412","en","Popstar: Never Stop Never Stopping","When his new album fails to sell records, pop/rap superstar Conner4real goes into a major tailspin and watches his celebrity high life begin to collapse. He'll try anything to bounce back, anything except reuniting with his old rap group The Style Boyz.","8.281","/m9k2MCvZJWkV5DfJY9fueeeqNxb.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':10105,'logo_path':'/bN4tiAS8oNlHhIqq66KBPQ1Ekqh.png','name':'Apatow Productions','origin_country':'US'},{'id':53807,'logo_path':null,'name':'Party Over','origin_country':''},{'id':53808,'logo_path':null,'name':'Lonely Island, The','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-06-03","9496130","86","[{'iso_639_1':'en','name':'English'}]","Released","","Popstar: Never Stop Never Stopping","false","6.6","642" +"false","/8M1idszeCBIU8dQlGhSDDWXdXL6.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':10402,'name':'Music'}]","","318044","tt4284010","en","What Happened, Miss Simone?","The film chronicles Nina Simone's journey from child piano prodigy to iconic musician and passionate activist, told in her own words.","4.963","/dHXeRW71m0KmEuj1XovM7RRVc32.jpg","[{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''},{'id':89394,'logo_path':'/m1Hku3PhgdsQiPO8uVe7szyrxAb.png','name':'RadicalMedia','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-01-22","0","101","[{'iso_639_1':'en','name':'English'}]","Released","Her story. Her voice.","What Happened, Miss Simone?","false","7.6","172" +"false","/gapMjTo1i5IY17HrqRCugVw8VEi.jpg","null","29000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://www.florencefosterjenkinsmovie.com/","315664","tt4136084","en","Florence Foster Jenkins","The story of Florence Foster Jenkins, a New York heiress, who dreamed of becoming an opera singer, despite having a terrible singing voice.","9.055","/aBjQeNw7JBpXWGFaPYcGNlecRyr.jpg","[{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':892,'logo_path':null,'name':'Qwerty Films','origin_country':'GB'},{'id':7981,'logo_path':'/6Yv1gIAuGkHS5Vis4UjnqHhCPWV.png','name':'Path??!','origin_country':'FR'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2016-05-06","48902953","110","[{'iso_639_1':'en','name':'English'}]","Released","People may say I couldn't sing, but no one can say I didn't sing","Florence Foster Jenkins","false","6.7","816" +"false","/5YbH3tYJJ6fisxniK0pYIgKhiI.jpg","null","0","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'}]","","89403","tt1947998","en","Dear God No!","A gang of outlaw bikers pull a home invasion on a disgraced Anthropologist hiding a secret locked in his cabin basement.","1.165","/ksAsDfNMjyyeXtDwo7Xuku1Zw4w.jpg","[{'id':31342,'logo_path':null,'name':'Big World Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-10-21","0","85","[{'iso_639_1':'en','name':'English'}]","Released","When the blood begins to flow.... who will be left to scream.","Dear God No!","false","3.5","17" +"false","/2rDgCp34j6g9GioPIRng5PMUuli.jpg","null","1000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","https://www.facebook.com/thelandmine","329556","tt2186848","en","Landmine Goes Click","After an American tourist steps on a landmine, he is forced to watch his girlfriend get assaulted.","3.309","/oWMB2n6gEkBapUBK3OexwZNGmpC.jpg","[{'id':23386,'logo_path':null,'name':'Scatena & Rosner Films','origin_country':''},{'id':67994,'logo_path':null,'name':'Sarke Studio','origin_country':''},{'id':67995,'logo_path':null,'name':'Imedi Films','origin_country':''}]","[{'iso_3166_1':'GE','name':'Georgia'}]","2015-03-03","0","110","[{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'ka','name':'?????????????????????'}]","Released","Dare to step off.","Landmine Goes Click","false","5.7","55" +"false","/5EIo0RhsNbi7FkFkcf34nL2Z8Ch.jpg","{'id':144689,'name':'Honey Collection','poster_path':'/eOEDDWsZmW2M9TKiQK9Nk5MjDe6.jpg','backdrop_path':'/nldi0pe9vJyUg87nE6OjL5MzrDn.jpg'}","18000000","[{'id':10749,'name':'Romance'},{'id':10402,'name':'Music'},{'id':10751,'name':'Family'}]","","10028","tt0322589","en","Honey","Honey Daniels (Jessica Alba) dreams of making a name for herself as a hip-hop choreographer. When she's not busy hitting downtown clubs with her friends, she teaches dance classes at a nearby community center in Harlem, N.Y., as a way to keep kids off the streets. Honey thinks she's hit the jackpot when she meets a hotshot director (David Moscow) who casts her in one of his music videos. But, when he starts demanding sexual favors from her, Honey makes a decision that will change her life.","9.371","/xyqsfWcjC9TQZjGn2NLspL5YoJ4.jpg","[{'id':41963,'logo_path':null,'name':'NuAmerica Entertainment','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':2527,'logo_path':'/osO7TGmlRMistSQ5JZusPhbKUHk.png','name':'Marc Platt Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-11-24","62646763","94","[{'iso_639_1':'en','name':'English'}]","Released","Her dream. Her terms","Honey","false","6.1","581" +"false","/n3U7yscCr9LCf1ZEW61qG1puxwc.jpg","null","0","[{'id':18,'name':'Drama'}]","","390512","tt3885524","en","The Phenom","Major-league rookie pitcher Hopper Gibson has lost his focus. After choking on the mound, he???s sent down to the minors and prescribed sessions with an unorthodox sports therapist, who pushes him to uncover the origins of his anxiety.","2.99","/qwqOLVQSVAPkn0zugFCKl4OhQF7.jpg","[{'id':26422,'logo_path':null,'name':'Elephant Eye Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-06-24","0","88","[{'iso_639_1':'en','name':'English'}]","Released","Hopper Gibson throws one hundred miles per hour. Now he needs to stop thinking.","The Phenom","false","5.6","32" +"false","/j1PYMTRe6ws9UvCUPCdjLYsqVyi.jpg","null","3000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://loveandfriendshipmovie.com/","296360","tt3068194","en","Love & Friendship","From Jane Austen???s novella, the beautiful and cunning Lady Susan Vernon visits the estate of her in-laws to wait out colorful rumors of her dalliances and to find husbands for herself and her daughter. Two young men, handsome Reginald DeCourcy and wealthy Sir James Martin, severely complicate her plans.","6.407","/v1Vrrmh8CH9waRdwbRRZqKy8Jr5.jpg","[{'id':20580,'logo_path':'/tkFE81jJIqiFYPP8Tho57MXRQEx.png','name':'Amazon Studios','origin_country':'US'},{'id':9225,'logo_path':'/7P0jOFlckSJ2HRijCcP8IspQc37.png','name':'Blinder Films','origin_country':'IE'},{'id':12398,'logo_path':null,'name':'Chic Films','origin_country':'FR'},{'id':37812,'logo_path':null,'name':'Westerly Films','origin_country':''},{'id':46421,'logo_path':null,'name':'Revolver Amsterdam','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'NL','name':'Netherlands'},{'iso_3166_1':'FR','name':'France'}]","2016-05-27","14016568","94","[{'iso_639_1':'en','name':'English'}]","Released","A lady never reveals her tactics.","Love & Friendship","false","6.2","281" +"false","/m5O3SZvQ6EgD5XXXLPIP1wLppeW.jpg","{'id':131295,'name':'Captain America Collection','poster_path':'/2tOgiY533JSFp7OrVlkeRJvsZpI.jpg','backdrop_path':'/nZSYqitBkAvmoq5IrsGsSWuhSC8.jpg'}","240000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","http://marvel.com/captainamericapremiere","271110","tt3498820","en","Captain America: Civil War","Following the events of Age of Ultron, the collective governments of the world pass an act designed to regulate all superhuman activity. This polarizes opinion amongst the Avengers, causing two factions to side with Iron Man or Captain America, which causes an epic battle between former allies.","41.013","/kSBXou5Ac7vEqKd97wotJumyJvU.jpg","[{'id':420,'logo_path':'/hUzeosd33nzE5MCNsZxCGEKTXaQ.png','name':'Marvel Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-04-27","1153304495","147","[{'iso_639_1':'ro','name':'Rom??n??'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Divided We Fall","Captain America: Civil War","false","7.3","13204" +"false","/slpgZisYNapLoN9FWXqDOC1ExbU.jpg","{'id':313086,'name':'The Conjuring Collection','poster_path':'/z5VKhNSQKQyxm0co68HAkCqHnmX.jpg','backdrop_path':'/oU1hA6PorJHcvsmhIdQOcxze6QC.jpg'}","40000000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","http://www.warnerbros.com/conjuring-2","259693","tt3065204","en","The Conjuring 2","Lorraine and Ed Warren travel to north London to help a single mother raising four children alone in a house plagued by malicious spirits.","13.85","/e3lBJCedHnZPfNfmBArKHZXXNC0.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'},{'id':11565,'logo_path':null,'name':'The Safran Company','origin_country':'US'},{'id':31375,'logo_path':null,'name':'Evergreen Media Group','origin_country':''},{'id':54392,'logo_path':null,'name':'Soho VFX','origin_country':''},{'id':76907,'logo_path':'/wChlWsVgwSd4ZWxTIm8PTEcaESz.png','name':'Atomic Monster','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-05-13","320170008","134","[{'iso_639_1':'en','name':'English'}]","Released","The next true story from the case files of Ed and Lorraine Warren","The Conjuring 2","false","7.2","3937" +"false","/2YC9E8MsnkYv4Z1chPJQoudnicn.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","119482","tt0060848","en","Poppies Are Also Flowers","In an attempt to stem the heroin trade from Iran, a group of narcotics agents working for the UN inject a radioactive compound into a seized shipment of opium, in the hopes that it will lead them to the main heroin distributor in Europe. Along the way, they encounter a mysterious woman doing her own investigating of the smuggling operation.","1.288","/tovENy4M5OfsDUyzAnEvg12tQBl.jpg","[{'id':13340,'logo_path':null,'name':'Comet','origin_country':''},{'id':17295,'logo_path':null,'name':'Telsun Foundation Inc.','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'AT','name':'Austria'},{'iso_3166_1':'US','name':'United States of America'}]","1966-10-16","0","100","[{'iso_639_1':'en','name':'English'}]","Released","The story of another war more deadly...more destructive...against the world wide opium conspiracy.","Poppies Are Also Flowers","false","5.8","4" +"false","/6ek8C6FxDKxGLGRPOmIR4ymHANf.jpg","null","0","[{'id':18,'name':'Drama'}]","http://theseaoftrees-movie.com","291351","tt3450900","en","The Sea of Trees","A suicidal American befriends a Japanese man lost in a forest near Mt. Fuji and the two search for a way out.","6.365","/fOta4nHa7yUfJJyQ1627g8wv4PG.jpg","[{'id':22842,'logo_path':'/waIZoO3pnB0VVCUVo8u6hqcYN9U.png','name':'Waypoint Entertainment','origin_country':'US'},{'id':32554,'logo_path':null,'name':'Bloom','origin_country':'US'},{'id':32555,'logo_path':null,'name':'Netter Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-04-27","0","110","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'}]","Released","Love will bring you home.","The Sea of Trees","false","6.2","237" +"false","/tl43mLoritpnT3CxC7cTdyPCtgt.jpg","null","15000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","359412","tt3963816","en","Marauders","An untraceable group of elite bank robbers is chased by a suicidal FBI agent who uncovers a deeper purpose behind the robbery-homicides.","10.33","/3iOYH67ZPflBMDMMkEv2tKRX4xe.jpg","[{'id':3604,'logo_path':'/jC6Hk3ZyNRlVPJsA0xGlAhgd2RP.png','name':'Grindstone Entertainment Group','origin_country':'US'},{'id':10405,'logo_path':null,'name':'Emmett/Furla Films','origin_country':'US'},{'id':63075,'logo_path':null,'name':'4th Wall Entertainment','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2016-07-01","0","107","[{'iso_639_1':'en','name':'English'}]","Released","The rich will pay","Marauders","false","5.7","261" +"false","/cQ0s2DRi6lFKMcc3egmLcwvGnnI.jpg","null","16000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':878,'name':'Science Fiction'}]","http://equals-the-movie.com/","301875","tt3289728","en","Equals","A futuristic love story set in a world where emotions have been eradicated.","7.356","/hhTg6vU9gmItu01Ac6r1U4ZdPGH.jpg","[{'id':1645,'logo_path':'/6Ry6uNBaa0IbbSs1XYIgX5DkA9r.png','name':'Scott Free Productions','origin_country':''},{'id':14446,'logo_path':null,'name':'Infinite Frameworks Studios','origin_country':'ID'},{'id':33769,'logo_path':null,'name':'Freedom Media','origin_country':''},{'id':80834,'logo_path':'/gWVVa74FMdRGXSnRroASmlNBEtU.png','name':'Route One Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-07-15","2084628","101","[{'iso_639_1':'en','name':'English'}]","Released","Find your equal.","Equals","false","6","765" +"false","/eC1ydhQ44SGmMZjfYT9AYvTB6aa.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':10752,'name':'War'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'}]","http://kajakimovie.com/","306650","tt3622120","en","Kajaki","British soldiers guarding the Kajaki Dam set out to rescue a three-man team after one of them loses a leg to a landmine.","6.253","/c98Vu7xLJ9I4OZaO48Fr9GRYf4b.jpg","[{'id':5056,'logo_path':'/kADFcjL04xe5HGBnlLjbfhliS2a.png','name':'Head Gear Films','origin_country':'GB'},{'id':9987,'logo_path':'/o5OTKAw7Acl5fTZYPyl8M8D9570.png','name':'Lipsync Productions','origin_country':'GB'},{'id':25954,'logo_path':null,'name':'Metrol Technology','origin_country':'GB'},{'id':50939,'logo_path':null,'name':'MENA Film','origin_country':''},{'id':50942,'logo_path':null,'name':'Pukka Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-11-12","0","108","[{'iso_639_1':'en','name':'English'}]","Released","A film about bravery, courage, heroism and the ultimate sacrifice.","Kajaki","false","6.6","136" +"false","/tX8B67b8cq1vjkNgnHi3NOkG4Dm.jpg","null","0","[{'id':18,'name':'Drama'}]","","25062","tt0055506","en","A Taste of Honey","Focuses on a working class girl who is struggling to create a life for herself with her gay co-worker after becoming pregnant from a one-night stand with a black sailor.","2.799","/91T4CeqLONPdq5f2xcsag42eGsf.jpg","[{'id':1980,'logo_path':null,'name':'Woodfall Film Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1961-09-01","0","100","[{'iso_639_1':'en','name':'English'}]","Released","The prize winning comedy-drama of a young girl's passionate love for life!...","A Taste of Honey","false","6.9","33" +"false","/bPYcNIJiiGKda6dKf4IFic5ADKv.jpg","null","4000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","257345","tt1878841","en","The Darkness","A family returns from a Grand Canyon vacation with a supernatural presence in tow.","9.044","/g3IYNRZhWmn9wceOxwVuOqAymZa.jpg","[{'id':55265,'logo_path':null,'name':'Chapter One Films','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':3172,'logo_path':'/kDedjRZwO8uyFhuHamomOhN6fzG.png','name':'Blumhouse Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-05-13","10898293","92","[{'iso_639_1':'en','name':'English'}]","Released","Evil comes home","The Darkness","false","4.8","333" +"false","/etmFxYVUZm6NQjqznui9SrHe8lZ.jpg","{'id':412680,'name':'Hard Target Collection','poster_path':'/g7Bc4ik16xOBz21BQOcsxrBL8BO.jpg','backdrop_path':'/wcBIwQY888HX1QWpnv43lAujoId.jpg'}","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","https://www.facebook.com/HardTargetMovie","402331","tt5241578","en","Hard Target 2","Forced into a deadly cat-and-mouse game, a disgraced mixed martial arts fighter is hunted through the jungles of Southeast Asia.","5.381","/osRjRf0zxuiytMT2Ftpv7elnZwl.jpg","[{'id':2877,'logo_path':null,'name':'Living Films','origin_country':''},{'id':17009,'logo_path':'/ssowAxOrrqsSR2CKeiytOXwLoCW.png','name':'Universal 1440 Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-07-14","0","104","[{'iso_639_1':'en','name':'English'}]","Released","It's hunting season again...","Hard Target 2","false","5.4","72" +"false","/nUZ8nCoAyWmjcjsVcjsTpb6739Y.jpg","null","21000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","2575","tt0236784","en","The Tailor of Panama","A British spy is banished to Panama after having an affair with an ambassador's mistress. Once there he makes connection with a local tailor with a nefarious past and connections to all of the top political and gangster figures in Panama. The tailor also has a wife, who works for the Panamanian president and a huge debt. The mission is to learn what the President intends to do with the Canal.","7.016","/crJTnaCvzw3gCCqNSzEK6yerzJU.jpg","[{'id':3201,'logo_path':null,'name':'Merlin Films','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'US','name':'United States of America'}]","2001-02-11","28008462","109","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","In a place this treacherous, what a good spy needs is a spy of his own.","The Tailor of Panama","false","6.2","191" +"false","/zZi6xxTDpevSdqM9G1cRIDCEqia.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://www.wienerdogmovie.com","326094","tt4144190","en","Wiener-Dog","Wiener-Dog tells several stories featuring people who find their life inspired or changed by one particular dachshund, who seems to be spreading a certain kind of comfort and joy. Man???s best friend starts out teaching a young boy some contorted life lessons before being taken in by a compassionate vet tech named Dawn Wiener. Dawn reunites with someone from her past and sets off on a road trip picking up some depressed mariachis along the way. Wiener-Dog then encounters a floundering film professor, as well as an embittered elderly woman and her needy granddaughter???all longing for something more.","4.979","/p9qJTbNoDsO1GC63sDYd9yuTGgC.jpg","[{'id':1422,'logo_path':'/aG7LGucYWmsrsEwnDN1HnUGfVmK.png','name':'Killer Films','origin_country':'US'},{'id':13184,'logo_path':'/pfUB1a62jSMIqp4Xmaq6z2cgW0B.png','name':'Annapurna Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-06-24","469311","88","[{'iso_639_1':'en','name':'English'}]","Released","","Wiener-Dog","false","5.6","99" +"false","/72uDkDLtcA0SiopinVL71B2uhHe.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://septembersofshiraz.film/","352179","tt3661298","en","Septembers of Shiraz","In this adaptation of the critically acclaimed debut novel by Iranian American author Dalia Sofer, a secular Jewish family is caught up in the maelstrom of the 1979 Iranian Revolution.","3.553","/1s2xayFVgYEQb8DxnmNCJZMXgGp.jpg","[{'id':8056,'logo_path':null,'name':'Eclectic pictures','origin_country':'US'},{'id':59593,'logo_path':null,'name':'AMBI Group','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-09-15","0","110","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","","Septembers of Shiraz","false","5.7","43" +"false","/surHJrbXFys7wp8rEk8fz33qhfg.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","391626","tt3894404","en","The Offering","When young and successful reporter Jamie finds out that her sister has died in mysterious circumstances, she travels to Singapore to uncover the truth. There, she discovers multiple deaths linked to her sister's and must join forces with her sister's husband in order to defeat a demonic entity that is using new technology to complete an ancient mission.","2.65","/xyRgxur6yWWkGc5gWd8J6eHHUba.jpg","[{'id':15799,'logo_path':null,'name':'Boku Films','origin_country':''},{'id':76509,'logo_path':null,'name':'Boku Films Pte Limited','origin_country':''},{'id':76510,'logo_path':null,'name':'PEP Pictures','origin_country':''}]","[{'iso_3166_1':'SG','name':'Singapore'},{'iso_3166_1':'US','name':'United States of America'}]","2016-05-06","0","95","[{'iso_639_1':'en','name':'English'}]","Released","","The Offering","false","4.1","48" +"false","/jmdr9zf2oEQtoZKI59yyo92VVs9.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://www.savedmovie.com/","13193","tt0332375","en","Saved!","Teenage Mary Cummings, who has ""been Born Again her whole life,"" is about to enter her senior year at American Eagle Christian High School near Baltimore with her Fundamentalist Christian friends Hilary Faye and Veronica, the three of whom have formed a girl group called the Christian Jewels. Everything seems perfect???until Mary???s ""perfect Christian boyfriend"" Dean tells her, as they???re swimming underwater, that he thinks he's gay.","7.494","/sh61XwFfemE6MrDzAVNpJb6ZRgR.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':279,'logo_path':null,'name':'Single Cell Pictures','origin_country':''},{'id':54280,'logo_path':null,'name':'Infinity Media','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-01-21","0","92","[{'iso_639_1':'en','name':'English'}]","Released","","Saved!","false","6.4","215" +"false","/q5nr9FB3xVVZKWHVfhHIe22hYv1.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","","382951","tt3543258","en","A Sunday Horse","After a near-fatal accident, on a horse the experts thought was nothing special, a determined rider from the wrong side of the tracks defies all the odds to pursue her dreams of winning a national jumping championship.","2.962","/hjqKAikRRrXoPTgUjxE38d5sJGj.jpg","[{'id':73243,'logo_path':null,'name':'The Sunday Horse II','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-02-15","0","108","[{'iso_639_1':'en','name':'English'}]","Released","An inspiring true story about love, family and following your dream.","A Sunday Horse","false","6.5","31" +"false","/swhbjUBaoLov0MfX6uNnOmzQKnH.jpg","{'id':101471,'name':'Return of the Living Dead Collection','poster_path':'/7ekXvck6C94gKbfH6WlKK2qqdVL.jpg','backdrop_path':'/sgOyuSHKowya0OJprukWUpXsZGq.jpg'}","2000000","[{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'},{'id':10749,'name':'Romance'},{'id':27,'name':'Horror'}]","","28260","tt0107953","en","Return of the Living Dead 3","Colonel Reynolds and his group of government scientists continue their work on re-animating the dead for military use. His son Curt uses a stolen security pass to sneak in with his thrill-seeking girlfriend Julie, with shocking, deadly results!","8.815","/5Qsfr4TGDM2g1N6iTfIJg1Ij6sL.jpg","[{'id':4777,'logo_path':null,'name':'Ozla Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-10-01","54207","97","[{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'cs','name':'??esk??'},{'iso_639_1':'en','name':'English'}]","Released","She's to die for.","Return of the Living Dead 3","false","5.9","153" +"false","/p0UX3aihaqdY7WZli5urUvsCLiX.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","11705","tt0471030","en","Red Road","Jackie is a CCTV operator. Each day, she watches over a small part of the world, protecting the people living their lives under her gaze. One day, a man shows his face on her monitor, a man she thought she would never see again, a man she hoped never to see again. Now she has no choice and is compelled to confront him.","5.826","/mO6eFssKBEYJYfJE152R4uV5VCC.jpg","[{'id':89916,'logo_path':null,'name':'Zentropa Entertainments 5','origin_country':''},{'id':53874,'logo_path':'/dolR4ahgeJscA5MtVONroxIU1pS.png','name':'Sigma Films','origin_country':'GB'}]","[{'iso_3166_1':'DK','name':'Denmark'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2006-05-20","1128345","113","[{'iso_639_1':'en','name':'English'}]","Released","","Red Road","false","6.5","93" +"false","/jwIlEwoFlleoxToBVcgcQwY1qgv.jpg","null","0","[{'id':27,'name':'Horror'}]","","404961","tt5725894","en","Ghosthunters","When one of their own loses his wife and daughter at the hands of a serial killer, a team of ghost hunters is determined to capture the spirits of the loved ones so their spirits can finally rest in peace. But as the team goes deeper into the house, the ghosts become more hostile, and the group discovers the true secrets of the house and its murderer.","1.765","/rSfv9HaRD6iPoN8F8gpHPLivE9b.jpg","[{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-07-05","0","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Don't follow too close.","Ghosthunters","false","4.5","26" +"false","/zrAO2OOa6s6dQMQ7zsUbDyIBrAP.jpg","{'id':382685,'name':'Now You See Me Collection','poster_path':'/n0ygWnRip5RYnejdI6Lpwxov0x7.jpg','backdrop_path':'/scBzORmLqP00h8hPKS19TLtyRQm.jpg'}","90000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'}]","http://nowyouseeme.movie","291805","tt3110958","en","Now You See Me 2","One year after outwitting the FBI and winning the public???s adulation with their mind-bending spectacles, the Four Horsemen resurface only to find themselves face to face with a new enemy who enlists them to pull off their most dangerous heist yet.","30.811","/hU0E130tsGdsYa4K9lc3Xrn5Wyt.jpg","[{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':7296,'logo_path':null,'name':'K/O Paper Products','origin_country':'US'},{'id':72441,'logo_path':null,'name':'TIK Films','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2016-06-02","334901337","129","[{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'en','name':'English'}]","Released","You Haven't Seen Anything Yet","Now You See Me 2","false","6.8","6462" +"false","/fXq8GvR7UY4mHx2O3aZ9vfLYpw1.jpg","null","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","http://www.closertogodmovie.com/","266882","tt3457486","en","Closer to God","A man on the cutting edge of science becomes the first to successfully clone a person, but events unravel when the news leaks out before his team could prepare for what's to come.","1.158","/m9bj6OE7y6b3CcwOTCY4L5QWPpE.jpg","[{'id':80656,'logo_path':null,'name':'LC Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-07-25","0","81","[{'iso_639_1':'en','name':'English'}]","Released","To Err Is Human","Closer to God","false","5.5","22" +"false","/hb8brf5uYGt2t1qy33I5fHvmPkM.jpg","null","20000000","[{'id':28,'name':'Action'}]","http://www.bastilledayfilm.co.uk","333669","tt2368619","en","Bastille Day","Michael Mason is an American pickpocket living in Paris who finds himself hunted by the CIA when he steals a bag that contains more than just a wallet. Sean Briar, the field agent on the case, soon realises that Michael is just a pawn in a much bigger game and is also his best asset to uncover a large-scale conspiracy.","9.466","/8QcOMU8vFSInSJ1kE7Naor7L2vM.jpg","[{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'},{'id':7460,'logo_path':null,'name':'Vendome Pictures','origin_country':''},{'id':10039,'logo_path':'/b8w4LldQolMKiLZw4FQJBcXSDGI.png','name':'Anonymous Content','origin_country':'US'},{'id':20664,'logo_path':'/iRrZpxnYNDnVXJkr6HiLgSLlqRc.png','name':'Anton Capital Entertainment (ACE)','origin_country':''},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':356,'logo_path':'/9tW5wZEGotn1Ei5pErA88m47XiD.png','name':'TF1 Films Production','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'LU','name':'Luxembourg'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2016-04-22","14397593","92","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","With law comes disorder","Bastille Day","false","6.1","626" +"false","/ye1Yym4OhOp38rXKbKQJFolQCIA.jpg","null","0","[{'id':10402,'name':'Music'},{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","http://www.debattremoncoeursestarrete-lefilm.com/","1553","tt0411270","fr","De battre mon c??ur s'est arr??t??","Like his father, Tom is a real estate agent who makes his money from dirty, and sometimes brutal, deals. But a chance encounter prompts him to take up the piano and become a concert pianist. He auditions with the help of a beautiful, young virtuoso pianist who cannot speak French - music is their only exchange. But pressures from the ugly world of his day job soon become more than he can handle...","6.021","/47zfk5IIrbupXbw6DFay25vY1cR.jpg","[{'id':11246,'logo_path':null,'name':'R??gion Ile-de-France','origin_country':''},{'id':729,'logo_path':'/hNxGdbddbsDDnEWJ7RNLcGCRSLQ.png','name':'Why Not Productions','origin_country':'FR'},{'id':10897,'logo_path':null,'name':'S??dif Productions','origin_country':''},{'id':591,'logo_path':'/q5I5RDwMEiqoNmfaJgd2LraEOJY.png','name':'France 3 Cin??ma','origin_country':'FR'},{'id':97400,'logo_path':null,'name':'Cofimage 15','origin_country':''},{'id':6301,'logo_path':null,'name':'Cin??Cin??ma','origin_country':''},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'}]","2005-03-16","0","107","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Can music tame the raging soul?","The Beat That My Heart Skipped","false","7","189" +"false","/wtC1KX6ZmmYrZZEE5WAgFxmoS0L.jpg","null","20000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","10023","tt0092925","en","Dragnet","LAPD Sgt. Joe Friday -- the equally straight-laced nephew of the famous police sergeant of the same name -- is paired up with a young, freewheeling detective named Pep Streebeck. After investigating some strange robberies at the local zoo and the theft of a stockpile of pornographic magazines, they uncover cult activity in the heart of the city and are hot on the case to figure out who's behind it all.","9.502","/vaFsRAleYZ6tIPxrDP2iwUpO3kU.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-06-25","66673516","106","[{'iso_639_1':'en','name':'English'}]","Released","""Just The Facts.""","Dragnet","false","5.9","211" +"false","/g9jWkDMl6EdwSyjQRTRgg3O1XLW.jpg","{'id':520965,'name':'Lazer Team Collection','poster_path':'/qc4LUxcndQiEKzY16H9osza9BVT.jpg','backdrop_path':'/yX1C1mhw8affwMswtG4JfJVMrgR.jpg'}","2480421","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'}]","","279096","tt3864024","en","Lazer Team","In the late 1970's, the SETI project received a one time signal from outer space. It looked exactly as theorists thought a communication from an alien civilization would -- unfortunately it has never been decoded. Or so we were told. Unbeknownst to the general public the signal was translated and told us two things: 1) We are not alone. 2) The galaxy is a dangerous place.","5.865","/obySpAUFzBBhP86miJnreeGUEtR.jpg","[{'id':34911,'logo_path':null,'name':'Rooster Teeth Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-01-27","0","102","[{'iso_639_1':'en','name':'English'}]","Released","Mankind's darkest hour needs our brightest team","Lazer Team","false","5.6","137" +"false","/yP32lHoo0WIPmczJvWRhqYCIUod.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':27,'name':'Horror'}]","","340213","tt2630992","en","Darkest Day","Dan wakes up on a beach with no memory. He discovers an empty city ravaged by a deadly virus. After befriending a small group of survivors it soon becomes clear the army are hunting him down, and the group are forced on a dangerous journey to escape.","1.129","/cmxGHBqKNPhUnBTwX0badUKgSm9.jpg","[{'id':80346,'logo_path':null,'name':'Brighthelm Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-05-15","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Darkest Day","false","3.7","21" +"false","/A5ACRzx0eNuKI8qISuOBFWICFE4.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.ifcfilms.com/films/the-man-who-knew-infinity","353326","tt0787524","en","The Man Who Knew Infinity","Growing up poor in Madras, India, Srinivasa Ramanujan Iyengar earns admittance to Cambridge University during WWI, where he becomes a pioneer in mathematical theories with the guidance of his professor, G.H. Hardy.","14.587","/stXjVMZlY8khhjiJYrq4DdQ5uyV.jpg","[{'id':4135,'logo_path':'/8lz5brU6aEkKBnawP5NOU1fvhCP.png','name':'Animus Films','origin_country':'US'},{'id':6455,'logo_path':null,'name':'Edward R. Pressman Film','origin_country':''},{'id':50079,'logo_path':null,'name':'Kreo Films FZ','origin_country':''},{'id':80468,'logo_path':'/2ZfFXAksjh7RKyldXpo8pP32WoW.png','name':'Xeitgeist Entertainment Group','origin_country':''},{'id':80469,'logo_path':null,'name':'American Entertainment Investors','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2016-04-08","11472454","108","[{'iso_639_1':'sa','name':''},{'iso_639_1':'en','name':'English'},{'iso_639_1':'ta','name':'???????????????'}]","Released","What does it take to prove the impossible?","The Man Who Knew Infinity","false","7.1","659" +"false","/5gqZdJs7CPI1tHddiMRilZtbiBU.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","353433","tt4083572","en","Urge","A group of friends on holiday on an island experiment a new designer drug that makes them lose their ability to control their urges.","5.392","/4uoWCF0AR0FCDaHhipezdHuLrPI.jpg","[{'id':80295,'logo_path':null,'name':'WeatherVarie Productions','origin_country':''},{'id':80292,'logo_path':null,'name':'Sculptor Media','origin_country':''},{'id':80293,'logo_path':null,'name':'Blackmrkt','origin_country':''},{'id':80294,'logo_path':null,'name':'Green-Light International','origin_country':'US'},{'id':80296,'logo_path':null,'name':'Europictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-02-14","0","89","[{'iso_639_1':'en','name':'English'}]","Released","Every high has its price","Urge","false","4.3","121" +"false","/8jqhQIJWmIXYpedtEYP3weF3i9l.jpg","null","10000000","[{'id':37,'name':'Western'},{'id':18,'name':'Drama'}]","","333386","tt2436682","en","The Duel","A Texas Ranger investigates a series of unexplained deaths in a town called Helena.","6.082","/1CFvHVWBDMF3ZFysThCbrItM5ji.jpg","[{'id':13235,'logo_path':null,'name':'Media House Capital','origin_country':''},{'id':2157,'logo_path':null,'name':'26 Films','origin_country':''},{'id':10227,'logo_path':'/3YfRy3DBl4abcqkzGx4RVNz12yl.png','name':'Mandeville Films','origin_country':'US'},{'id':26767,'logo_path':null,'name':'Atomic Entertainment','origin_country':''},{'id':80149,'logo_path':null,'name':'Bron Capital Partners','origin_country':''},{'id':85885,'logo_path':'/oLbUgPkkTmlwGDUO4pYp2OtPkfG.png','name':'Lionsgate Premiere','origin_country':'US'},{'id':94187,'logo_path':null,'name':'Mississippix Studios','origin_country':''},{'id':96882,'logo_path':null,'name':'Crystal Wealth','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-06-24","4500","110","[{'iso_639_1':'en','name':'English'}]","Released","Vengeance cannot be denied.","The Duel","false","5.4","141" +"false","/17zwYLAnOuKbxspWeb6k2Jab6z5.jpg","null","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","168098","tt0775440","en","Cell","When a strange signal pulsates through all cell phone networks worldwide, it starts a murderous epidemic of epic proportions when users become bloodthirsty creatures, and a group of people in New England are among the survivors to deal with the ensuing chaos after.","7.307","/c5N6Pw3P6TqQnGcqiVkhO9u85KB.jpg","[{'id':34380,'logo_path':null,'name':'Cargo Entertainment','origin_country':''},{'id':5113,'logo_path':'/qd5ru3vUvGb6dhXSzkHn7EQoX2D.png','name':'120dB Films','origin_country':'US'},{'id':6692,'logo_path':'/2Wd2CodKtgB4XyAQH4ez8qnZuqg.png','name':'Benaroya Pictures','origin_country':'US'},{'id':18950,'logo_path':null,'name':'The Genre Co.','origin_country':''},{'id':78555,'logo_path':null,'name':'International Film Trust','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-07-06","1133031","98","[{'iso_639_1':'en','name':'English'}]","Released","When everyone is connected no one is safe.","Cell","false","4.5","583" +"false","/uCDW54qYqiw9Gonc10cEgOb4tc5.jpg","null","20000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","http://www.ratchetandclankmovie.com","234004","tt2865120","en","Ratchet & Clank","Ratchet and Clank tells the story of two unlikely heroes as they struggle to stop a vile alien named Chairman Drek from destroying every planet in the Solana Galaxy. When the two stumble upon a dangerous weapon capable of destroying entire planets, they must join forces with a team of colorful heroes called The Galactic Rangers in order to save the galaxy. Along the way they'll learn about heroism, friendship, and the importance of discovering one's own identity.","8.692","/q4KgzBRorknuSeQN1q8jxlyg8ux.jpg","[{'id':2213,'logo_path':null,'name':'Rainmaker Studios','origin_country':'CA'},{'id':30786,'logo_path':null,'name':'Blockade Entertainment','origin_country':''},{'id':37,'logo_path':'/nlG4JEjJ7SAFDehgIVvHFBPW23y.png','name':'Gramercy Pictures','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'HK','name':'Hong Kong'},{'iso_3166_1':'US','name':'United States of America'}]","2016-04-13","8821329","94","[{'iso_639_1':'en','name':'English'}]","Released","Ready to kick some asteroid!","Ratchet & Clank","false","5.4","313" +"false","/o4lxNwKJz8oq3R0kLOIsDlHbDhZ.jpg","null","20000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.mebeforeyoumovie.net","296096","tt2674426","en","Me Before You","A small town girl is caught between dead-end jobs. A high-profile, successful man becomes wheelchair bound following an accident. The man decides his life is not worth living until the girl is hired for six months to be his new caretaker. Worlds apart and trapped together by circumstance, the two get off to a rocky start. But the girl becomes determined to prove to the man that life is worth living and as they embark on a series of adventures together, each finds their world changing in ways neither of them could begin to imagine.","12.542","/oN5lELHH5Xheiy0YdhnY3JB4hx2.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':5219,'logo_path':null,'name':'Sunswept Entertainment','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-06-02","207945075","110","[{'iso_639_1':'en','name':'English'}]","Released","Live boldly","Me Before You","false","7.7","5673" +"false","/cTROgsyfGK4IhMgsMa1YmzeinpC.jpg","null","0","[{'id':18,'name':'Drama'}]","https://www.facebook.com/endgamemovie","376651","tt2941396","en","Endgame","Since he was 5 yrs old, Jose's abuelita taught him to play chess like his grandfather who was a champion in Mexico. Now as part of the Brownsville school team, Jose has the chance to use his skills and for once in his life, finds himself in the spotlight, as he tries to help his team make it to the Texas state finals. As their coach, Mr. Alvarado, teaches his students the meaning of perseverance and team effort in the face of adversity, Jose discovers his own strengths and uses them to bring his broken family together.","1.076","/lU76TBQbYMFKinr8eNi1cS2zLI6.jpg","[{'id':80274,'logo_path':null,'name':'Sparkhope Productions','origin_country':''},{'id':80275,'logo_path':null,'name':'Avila Entertainment','origin_country':''},{'id':80276,'logo_path':null,'name':'Late Bloomer Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-09-25","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Endgame","false","5.8","4" +"false","/cUp2lfjeE6HopMUirgJHwMh8W7G.jpg","null","0","[{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","301804","tt3174376","en","Before I Wake","About an orphaned child whose dreams - and nightmares - manifest physically as he sleeps.","7.273","/sI9neTbF3ECdpf2MpC88EMGJH13.jpg","[{'id':24510,'logo_path':null,'name':'MICA Entertainment','origin_country':''},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':1224,'logo_path':null,'name':'Intrepid Pictures','origin_country':'US'},{'id':13241,'logo_path':null,'name':'Demarest Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-04-07","3295624","97","[{'iso_639_1':'en','name':'English'}]","Released","Fear your dreams.","Before I Wake","false","6.4","894" +"false","/Y8b33EkncHL9mLRVvSPSB2SQol.jpg","{'id':9338,'name':'Police Academy Collection','poster_path':'/q6npkfLX1jryO4a3GI63WJW9TrT.jpg','backdrop_path':'/4fjmNFs31JPfa4rYtE3gNDspGlk.jpg'}","0","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","11546","tt0110857","en","Police Academy: Mission to Moscow","The Russians need help in dealing with the Mafia and so they seek help with the veterans of the Police Academy. They head off to Moscow, in order to find evidence against Konstantin Konali, who marketed a computer game that everyone in the world is playing.","14.785","/mpUOqZcs7VVg9LrVPRZKAGPiTT2.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-06-09","126247","83","[{'iso_639_1':'en','name':'English'}]","Released","Just when we thought the Cold War was over, leave it to these guys to heat it up again.","Police Academy: Mission to Moscow","false","4.3","338" +"false","/Apyk9JRSm6mgQ9H13N5KabMiboo.jpg","{'id':9338,'name':'Police Academy Collection','poster_path':'/q6npkfLX1jryO4a3GI63WJW9TrT.jpg','backdrop_path':'/4fjmNFs31JPfa4rYtE3gNDspGlk.jpg'}","0","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","11895","tt0098105","en","Police Academy 6: City Under Siege","Our favourite police men are called together to deal with a gang who rob banks and jewelers. Using their various talents as well as their extraordinary luck, the crooks stand no chance against our men and women wearing blue..","11.431","/9mW8fM0PkXvSSmLODTb2OAYEQTY.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-03-09","11567217","84","[{'iso_639_1':'en','name':'English'}]","Released","The Grads are going undercover in the city to unmask the mastermind of crime.","Police Academy 6: City Under Siege","false","4.9","331" +"false","/pmQ4DsQ4x6iSA0iOIArRpGt8lT3.jpg","{'id':9338,'name':'Police Academy Collection','poster_path':'/q6npkfLX1jryO4a3GI63WJW9TrT.jpg','backdrop_path':'/4fjmNFs31JPfa4rYtE3gNDspGlk.jpg'}","0","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","11825","tt0095882","en","Police Academy 5: Assignment Miami Beach","The Police Academy misfits travel to Miami, Florida for their academy's commanding officer, Lassard, to receive a prestigious lifetime award pending his retirement, which takes a turn involving a group of jewel thieves after their stolen loot that Lassard unknowingly has in his possession.","14.667","/aKtwmrSaFe3Ge5BF5oYYgPoFWYs.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-03-17","19510371","90","[{'iso_639_1':'en','name':'English'}]","Released","Hold everything! The cadets are dropping in on Miami Beach for an all new adventure.","Police Academy 5: Assignment Miami Beach","false","5","359" +"false","/aHiWHHqO1a1WY02KQGwvECJ7hzH.jpg","{'id':9338,'name':'Police Academy Collection','poster_path':'/q6npkfLX1jryO4a3GI63WJW9TrT.jpg','backdrop_path':'/4fjmNFs31JPfa4rYtE3gNDspGlk.jpg'}","0","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","10587","tt0093756","en","Police Academy 4: Citizens on Patrol","A new batch of recruits arrives at Police Academy, this time a group of civilian volunteers who have joined Commandant Lassard's new Citizens on Patrol program. Although the community relations project has strong governmental support, a disgusted Captain Harris is determined to see it fail.","12.963","/AcvfIPLXGxSucYGSmfkRU2SqLi4.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-04-02","28061343","88","[{'iso_639_1':'en','name':'English'}]","Released","On land, on sea, or in the air, no place is safe from them!","Police Academy 4: Citizens on Patrol","false","5.3","467" +"false","/fxIm54v5iHtGmgVQKAu5zyN9L7T.jpg","{'id':9338,'name':'Police Academy Collection','poster_path':'/q6npkfLX1jryO4a3GI63WJW9TrT.jpg','backdrop_path':'/4fjmNFs31JPfa4rYtE3gNDspGlk.jpg'}","0","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","12118","tt0091777","en","Police Academy 3: Back in Training","When police funding is cut, the Governor announces he must close one of the academies. To make it fair, the two police academies must compete against each other to stay in operation. Mauser persuades two officers in Lassard's academy to better his odds, but things don't quite turn out as expected...","12.597","/r4j14ZjmWfcQbboG76gxloqa3N3.jpg","[{'id':69583,'logo_path':null,'name':'Police Academy Productions','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1986-03-20","43579163","83","[{'iso_639_1':'en','name':'English'}]","Released","Run for cover!","Police Academy 3: Back in Training","false","5.7","478" +"false","/b5J9DNshga1O2hKNw6MKIgathpK.jpg","{'id':9338,'name':'Police Academy Collection','poster_path':'/q6npkfLX1jryO4a3GI63WJW9TrT.jpg','backdrop_path':'/4fjmNFs31JPfa4rYtE3gNDspGlk.jpg'}","0","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","10157","tt0089822","en","Police Academy 2: Their First Assignment","Officer Carey Mahoney and his cohorts have finally graduated from the Police Academy and are about to hit the streets on their first assignment. Question is, are they ready to do battle with a band of graffiti-tagging terrorists? Time will tell, but don't sell short this cheerful band of doltish boys in blue.","17.59","/iNlm1BBGCwfP207QzuUk2Ei13sG.jpg","[{'id':7965,'logo_path':null,'name':'The Ladd Company','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-03-28","55600000","87","[{'iso_639_1':'en','name':'English'}]","Released","To protect, to serve... and make you laugh. America's funniest crimebusters are back!","Police Academy 2: Their First Assignment","false","5.9","608" +"false","/24JDK9dRRRzkBjHBsKQIGs7sBkj.jpg","null","27000000","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","303858","tt2241351","en","Money Monster","Financial TV host Lee Gates and his producer Patty are put in an extreme situation when an irate investor takes over their studio.","14.294","/4BKptydRqLY9dQoAghJJJmrJuwR.jpg","[{'id':54454,'logo_path':null,'name':'Allegiance Theater','origin_country':''},{'id':3045,'logo_path':'/5jNRqXspCmQ3XkHNzuZIbvnHOWw.png','name':'Sony Pictures Releasing','origin_country':''},{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'},{'id':34034,'logo_path':null,'name':'LStar Capital','origin_country':'US'},{'id':1782,'logo_path':'/d1mlUfuG0NoQ4x0C7bK80wLGWA1.png','name':'Smoke House Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-05-12","93282604","98","[{'iso_639_1':'en','name':'English'}]","Released","Not every conspiracy is a theory.","Money Monster","false","6.4","1788" +"false","/cJg0tjpHPaXcKZvon1fJyM0pXG5.jpg","null","0","[{'id':14,'name':'Fantasy'},{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","http://www.hiradiosilence.com/southboundpress","354251","tt4935334","en","Southbound","The film contains five stories set on desolate stretches of a desert highway. Two men on the run from their past, a band on its way to a gig, a man struggling to get home, a brother in search of his long-lost sister and a family on vacation are forced to confront their worst fears and darkest secrets in these interwoven tales.","5.652","/u4jDG1ANfVoCs7GChgafqkve3v8.jpg","[{'id':78563,'logo_path':null,'name':'Willowbrook Regent Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-09-17","23665","89","[{'iso_639_1':'en','name':'English'}]","Released","","Southbound","false","5.9","259" +"false","/aFwpfFLaCqKBCt5ybNCgABJIqws.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","","410259","tt5024894","en","Race to Win","After losing her father, a young women must find the strength to face her fears and compete in the race of her life or her family will lose everything.","2.509","/pI3Zs2yVubGRfRBQrEpzPW50sia.jpg","[{'id':14551,'logo_path':null,'name':'Capelight Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-08-05","0","","[{'iso_639_1':'en','name':'English'}]","Released","Courage is all you need to win.","Race to Win","false","5.5","11" +"false","/fESEDQRgO1UiD9vxjhPxmyYuckf.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://www.tetongravity.com/films/almost-ablaze","302037","tt5541180","en","Almost Ablaze","Awarded ""Film Of The Year"" at the 2014 International Freeski Film Festival, TGR's Almost Ablaze is a global odyssey combining state-of-the-art cinematography and the most progressive riding on The Planet. Experience a new level of sensory overload as each athlete is wired for sound, immersing the audience completely in the moment. Watch as athletes push the edge to realize a heightened state.","0.6","/f9cl1zhbzkxrRAQPPQg14IrSVgc.jpg","[]","[]","2014-10-21","0","77","[]","Released","","Almost Ablaze","false","8","2" +"false","/uV2jtr1jbC3OFkPNgEh8TClYHMF.jpg","null","600000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':10752,'name':'War'},{'id':36,'name':'History'},{'id':53,'name':'Thriller'}]","","29032","tt0058561","en","The Secret Invasion","During World War II, convicts are recruited by the Allies for an extremely hazardous mission.","0.6","/iRI1hXAR25DH3nmFnrM2XIdNQU8.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':30200,'logo_path':null,'name':'The Corman Company','origin_country':''},{'id':48426,'logo_path':null,'name':'San Carlos Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1964-09-16","0","95","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","The Daring Plan; The Staggering Odds!","The Secret Invasion","false","6","4" +"false","/auRaJv8e83zQj466Kf9nU63hjnr.jpg","null","1200000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","59917","tt0065579","en","Cotton Comes to Harlem","Harlem's African-American population is being ripped off by the Rev. Deke O'Malley, who dishonestly claims that small donations will secure parcels of land in Africa. When New York City police officers Gravedigger Jones and Coffin Ed Johnson look into O'Malley's scam, they learn that the cash is being smuggled inside a bale of cotton. However, the police, O'Malley, and lots of others find themselves scrambling when the money goes missing.","1.889","/6sX6WbXt7YOgxSppBgV6hqyshIw.jpg","[{'id':11983,'logo_path':null,'name':'Formosa Productions','origin_country':'FR'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1970-05-27","0","97","[{'iso_639_1':'en','name':'English'}]","Released","Introducing COFFIN ED and GRAVEDIGGER. Two detectives only a mother could love.","Cotton Comes to Harlem","false","6.5","21" +"false","/sUY4k2ykEG9XJ5qrSkwL0iYT7UF.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'},{'id':18,'name':'Drama'}]","","408755","tt4096750","en","The Binding","A young woman's faith is put to the ultimate test when she is forced to uncover the truth behind her husband's horrific visions.","1.837","/s9V4mGFL7PnsbUQvu6DMeDjbOu1.jpg","[]","[]","2016-08-02","0","88","[{'iso_639_1':'en','name':'English'}]","Released","Fear What You Believe","The Binding","false","4","12" +"false","/drwBoch9InCsyligf17Xk7gAEI7.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","312669","tt3471098","en","Maggie's Plan","Maggie's plan to have a baby on her own is derailed when she falls in love with John, a married man, destroying his volatile marriage to the brilliant and impossible Georgette. But one daughter and three years later, Maggie is out of love and in a quandary: what do you do when you suspect your man and his ex wife are actually perfect for each other?","6.034","/yZO9gUIbD1jzx93Ft7jCTpm2dPs.jpg","[{'id':41659,'logo_path':null,'name':'Round Films','origin_country':''},{'id':41660,'logo_path':null,'name':'Rachael Horovitz Productions','origin_country':''},{'id':22146,'logo_path':'/jPBtpMh0AUFqf9yfOJXer9d5Rei.png','name':'Black Bear Pictures','origin_country':'US'},{'id':33769,'logo_path':null,'name':'Freedom Media','origin_country':''},{'id':115406,'logo_path':null,'name':'Hall Monitor','origin_country':''},{'id':67258,'logo_path':null,'name':'Hyperion Media Group','origin_country':''},{'id':6404,'logo_path':null,'name':'Locomotive','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-04-27","3351735","98","[{'iso_639_1':'en','name':'English'}]","Released","Chapter One: Maggie Meets John","Maggie's Plan","false","5.8","211" +"false","/zjPJyC3iP8XeBJmexxVzzOmCm6b.jpg","null","4200000","[{'id':27,'name':'Horror'}]","","19185","tt0100258","en","Night of the Living Dead","In this remake of the original classic film, a group of people are trapped inside a farmhouse as legions of the walking dead try to get inside and use them for food.","8.301","/isp4lCv08asTPNvv8Xe8oQK293n.jpg","[{'id':13282,'logo_path':null,'name':'21st Century Film Corporation','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-10-18","5835247","88","[{'iso_639_1':'en','name':'English'}]","Released","There IS a fate worse than death.","Night of the Living Dead","false","6.7","344" +"false","/a7eSkK4bkLwKCXYDdYIqLxrqT2n.jpg","null","50000000","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'}]","http://www.warnerbros.com/nice-guys","290250","tt3799694","en","The Nice Guys","A private eye investigates the apparent suicide of a fading porn star in 1970s Los Angeles and uncovers a conspiracy.","11.683","/vNCeqxbKyDHL9LUza03V2Im16wB.jpg","[{'id':1885,'logo_path':'/xlvoOZr4s1PygosrwZyolIFe5xs.png','name':'Silver Pictures','origin_country':'US'},{'id':22842,'logo_path':'/waIZoO3pnB0VVCUVo8u6hqcYN9U.png','name':'Waypoint Entertainment','origin_country':'US'},{'id':32554,'logo_path':null,'name':'Bloom','origin_country':'US'},{'id':79791,'logo_path':null,'name':'Nice Guys','origin_country':''},{'id':79792,'logo_path':null,'name':'Misty Mountains','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2016-05-15","62788218","116","[{'iso_639_1':'en','name':'English'}]","Released","Private dicks","The Nice Guys","false","7.1","4064" +"false","/eIOTsGg9FCVrBc4r2nXaV61JF4F.jpg","null","175000000","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","http://movies.disney.com/the-jungle-book-2016","278927","tt3040964","en","The Jungle Book","A man-cub named Mowgli fostered by wolves. After a threat from the tiger Shere Khan, Mowgli is forced to flee the jungle, by which he embarks on a journey of self discovery with the help of the panther, Bagheera and the free-spirited bear, Baloo.","23.411","/vOipe2myi26UDwP978hsYOrnUWC.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':7297,'logo_path':'/l29JYQVZbTcjZXoz4CUYFpKRmM3.png','name':'Fairview Entertainment','origin_country':''},{'id':20478,'logo_path':'/gSS2OBc6dRsK2ewRx5lcwnARrpl.png','name':'Moving Picture Company','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2016-04-07","966550600","106","[{'iso_639_1':'en','name':'English'}]","Released","The legend will never be the same.","The Jungle Book","false","6.8","5048" +"false","/jqNFwQQ1HBUpu9M6K1Ycv2OGzjO.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","26405","tt0067541","en","Wake in Fright","Wake in Fright is the story of John Grant, a bonded teacher who arrives in the rough outback mining town of Bundanyabba planning to stay overnight before catching the plane to Sydney, but as one night stretches into several he plunges headlong into his own destruction.","5.093","/1H4L68aEvVThmt1V1PTYyaE8LpE.jpg","[{'id':55947,'logo_path':null,'name':'NLT','origin_country':''},{'id':8412,'logo_path':null,'name':'Group W','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","1971-07-21","0","114","[{'iso_639_1':'en','name':'English'}]","Released","Have a drink, mate? Have a fight, mate? Have some dust and sweat, mate? There's nothing else out here.","Wake in Fright","false","7.6","98" +"false","/g1mMMmtP3A3BRUdynZqbvPJydQz.jpg","{'id':123289,'name':'Unofficial Ghosthouse Series','poster_path':'/gO3O6VMH4GlMxBbZIMhzvVzG9mL.jpg','backdrop_path':null}","0","[{'id':27,'name':'Horror'}]","","4457","tt0096453","en","La casa 4","The deserted island hotel hides a dark and sinister secret. Hundreds of years ago a witch held sway there, dominating her coven and spreading an evil that has seeped deep into the earth. Two centuries later, a photographer and his virginal fiance sneak onto the island to research its gruesome history. Soon all will find themselves falling victim to a horror that has survived the ages....","2.527","/iVYjnOc6nRnwiYizPSclLtbMHBT.jpg","[{'id':6082,'logo_path':null,'name':'Filmirage','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'}]","1988-12-01","0","95","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","It can seduce your soul","Witchery","false","5.1","31" +"false","/j2RqEGY3DW9teKb1vExFIFapWPc.jpg","{'id':96671,'name':'The Human Centipede Collection','poster_path':'/mv0MySTqfXg2ndthOkBg6bGwlnk.jpg','backdrop_path':'/iNRMelQcaKeVdinF28uU9YOmvYx.jpg'}","2011799","[{'id':27,'name':'Horror'}]","","37169","tt1467304","en","The Human Centipede (First Sequence)","During a stopover in Germany in the middle of a carefree road trip through Europe, two American girls find themselves alone at night when their car breaks down in the woods. Searching for help at a nearby villa, they are wooed into the clutches of a deranged retired surgeon who explains his mad scientific vision to his captives' utter horror. They are to be the subjects of his sick lifetime fantasy: to be the first to connect people, one to the next, and in doing so bring to life ""the human centipede.""","13.032","/rhy5WMyLVmYQ9PfEM60pg25E3TL.jpg","[{'id':5652,'logo_path':null,'name':'Six Entertainment','origin_country':''}]","[{'iso_3166_1':'NL','name':'Netherlands'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2009-04-26","0","92","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'}]","Released","Their flesh is his fantasy","The Human Centipede (First Sequence)","false","4.9","893" +"false","/o1lRNx5zupUkWiYcFCrNqyuN9Q3.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","37196","tt1129415","en","The Daisy Chain","A grieving couple move to a remote Irish village in the wake of their baby daughter's death. They soon take in an orphaned autistic girl, only to become involved in a series of strange occurrences.","2.687","/mOWp1XNj5j8cMNC6Zs7NyHrmhw3.jpg","[{'id':25487,'logo_path':null,'name':'ContentFilm International','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'IE','name':'Ireland'}]","2008-11-09","0","89","[{'iso_639_1':'en','name':'English'}]","Released","","The Daisy Chain","false","5.3","34" +"false","/n9b8KZpzLMk02yKyAfOZrJ27ZrQ.jpg","null","0","[{'id':27,'name':'Horror'}]","","306966","tt2638662","en","Summer Camp","A group of people have just signed up to be camp Councillors at a foreign country. They expect the camp to be the place for a memorable summer. Instead, something strange is going on and some of the campers begin to act strange. Things go terribly wrong real fast as a terrible game of tag has the campers running for their lives or going after the campers.","3.342","/n7A3vB4sMqBkzQ1mcJtawKclSsB.jpg","[{'id':12371,'logo_path':null,'name':'Filmax Group','origin_country':''},{'id':62170,'logo_path':null,'name':'Castelao Pictures','origin_country':'ES'},{'id':70521,'logo_path':null,'name':'Somnium Films','origin_country':''}]","[{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'US','name':'United States of America'}]","2016-05-13","0","81","[{'iso_639_1':'en','name':'English'}]","Released","Ready for some fun?","Summer Camp","false","5.3","68" +"false","/6gMgndDLJIbHsNfEsBMr2OLcm65.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","29151","tt0790627","en","Brief Interviews with Hideous Men","After her boyfriend mysteriously leaves her with little explanation, a doctoral candidate in anthropology at a prestigious East Coast university Sara Quinn is left looking for answers as to what went wrong.","2.289","/gSG7HuD2p1sRsMDnIrU0G0VYNfZ.jpg","[{'id':66334,'logo_path':null,'name':'Woodshed Entertainment','origin_country':''},{'id':57094,'logo_path':null,'name':'Salty Features','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-01-19","0","80","[{'iso_639_1':'en','name':'English'}]","Released","","Brief Interviews with Hideous Men","false","5.1","29" +"false","/ik33JLrtjaWisatpq1XOFDvkeaa.jpg","null","0","[{'id':27,'name':'Horror'}]","http://www.breakthroughentertainment.com/show/bite","347642","tt4264426","en","Bite","While on her bachelorette party getaway, Casey, the bride to be, gets a seemingly harmless bite from an unknown insect. After returning home with cold feet, Casey tries to call off her wedding but before she's able to, she starts exhibiting insect like traits. Between her physical transformation and her wedding anxiety, Casey succumbs to her new instincts and begins creating a hive that not only houses her translucent eggs, but feeds on the flesh of others. As her transformation becomes complete, Casey discovers that everything can change with a single bite.","2.37","/rsyBsURWQFM9BbmceNxmwMmRKIj.jpg","[{'id':9315,'logo_path':null,'name':'Black Fawn Films','origin_country':''},{'id':5743,'logo_path':'/y8JaCRhsEz4ipl7MWE0ErxWVPYN.png','name':'Breakthrough Entertainment','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2015-08-15","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Bite","false","5","57" +"false","/his8aT3N2bFL9gwU7YH1dbeKL2v.jpg","null","0","[{'id':35,'name':'Comedy'}]","","339355","tt2547172","en","Larry Gaye: Renegade Male Flight Attendant","Comedy - A self-anointed 'renegade' male flight attendant must save the day when the airline he works for tries to eliminate flight attendants as a cost-cutting measure. - Stanley Tucci, Rebecca Romijn, Jayma Mays","2.392","/maHCfQtOYGGRQz7VQ34HU6MuIVF.jpg","[{'id':14576,'logo_path':null,'name':'Ascot Elite Home Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-06-05","0","99","[{'iso_639_1':'en','name':'English'}]","Released","","Larry Gaye: Renegade Male Flight Attendant","false","4.6","25" +"false","/3xvAgEh9GVs7b3uUX36oQW3ZMXG.jpg","null","1000000","[{'id':27,'name':'Horror'}]","http://www.allgirlsweekend.net/","405932","tt4247682","en","All Girls Weekend","High school friends reunite after many years to spend a weekend in the mountains, but when everything goes wrong, there is no time for girl bonding.","1.732","/1X4fGUeC7WQ9d3juiHhwsu7e39i.jpg","[]","[]","2016-07-12","0","85","[{'iso_639_1':'en','name':'English'}]","Released","Nature is a bitch","All Girls Weekend","false","3.3","26" +"false","/mmKn7ECMiCUGFhIhoX2t9SYrTQn.jpg","null","0","[{'id':18,'name':'Drama'}]","","245913","tt0995868","en","Pel??: Birth of a Legend","The life story of Brazilian football legend, Pele.","7.975","/7AQFHlPohPiAYKTd1C35Q61z0eD.jpg","[{'id':7491,'logo_path':null,'name':'Zohar International','origin_country':''},{'id':307,'logo_path':'/gUi3pAUznQJpR296lw4mSVbB7zx.png','name':'IFC Films','origin_country':'US'},{'id':23,'logo_path':'/mkxNjThahj5pvntvYKVpMbWXm3D.png','name':'Imagine Entertainment','origin_country':'US'},{'id':73670,'logo_path':null,'name':'Seine Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-05-06","27312","107","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","A boy with nothing who changed everything.","Pel??: Birth of a Legend","false","7.2","418" +"false","/uLlBxzkSLTY67nqQuCHadJ91jvT.jpg","null","0","[{'id':27,'name':'Horror'}]","","339342","tt2948712","en","Anarchy Parlor","Six young college hopefuls vacationing and partying in Lithuania get more than they bargained for when they unwittingly get caught up in a maniacal tattoo artist's fiendish side business.","4.602","/z6kxMJVIisKYu59niNTNVZkmsDN.jpg","[]","[{'iso_3166_1':'LT','name':'Lithuania'}]","2015-01-01","0","98","[{'iso_639_1':'lt','name':'Lietuvi??'},{'iso_639_1':'en','name':'English'}]","Released","","Anarchy Parlor","false","5.5","39" +"false","/o4lpqMqDQGx4RVorWzcHnSaDeRo.jpg","{'id':86578,'name':'Hostel Collection','poster_path':'/2jLQFRlH8CC9cptcANY5cEtC1q8.jpg','backdrop_path':'/rXf4gEh8m3ZcK9KHkxT78Kscxee.jpg'}","4800000","[{'id':27,'name':'Horror'}]","http://www.hostelfilm.com/","1690","tt0450278","en","Hostel","Three backpackers head to a Slovakian city that promises to meet their hedonistic expectations, with no idea of the hell that awaits them.","11.037","/zF3pEs1CUbjPgioxDH4h2MEHsWl.jpg","[{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':1507,'logo_path':null,'name':'International Production Company','origin_country':''},{'id':1631,'logo_path':null,'name':'Raw Nerve','origin_country':''},{'id':1633,'logo_path':null,'name':'Next Entertainment','origin_country':''},{'id':17793,'logo_path':null,'name':'Hostel LLC','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-01-06","80578934","94","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Welcome To Your Worst Nightmare","Hostel","false","5.8","1690" +"false","/wamiZz3fW7vt0OlRJuivM4Qx39I.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","299780","tt1517471","en","Dough","An old Jewish baker struggles to keep his business afloat until his young Muslim apprentice accidentally drops cannabis in the dough and sends sales sky high.","1.481","/bSSycWRcs7MK8bW9CQxJk0izmxP.jpg","[]","[{'iso_3166_1':'HU','name':'Hungary'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-04-14","0","97","[{'iso_639_1':'en','name':'English'}]","Released","It's not just the bread that's getting baked.","Dough","false","5.7","35" +"false","/etEALdFpDxDSHAwJhC3rdoMem1h.jpg","{'id':409343,'name':'God's Not Dead Collection','poster_path':'/Pe7qLt83hZbjWGOBJukmDn8Kve.jpg','backdrop_path':'/ykT8iDLI2kID4zD0KLWzZjBFQVt.jpg'}","5000000","[{'id':18,'name':'Drama'}]","http://www.godsnotdead.com/","347126","tt4824308","en","God's Not Dead 2","When a high school teacher is asked a question in class about Jesus, her reasoned response lands her in deep trouble and could expel God from the public square once and for all.","5.972","/6LzF5RneIAj5dkUVuJeXPDmnLRh.jpg","[{'id':79986,'logo_path':null,'name':'Pure Flix Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-04-01","23507567","121","[{'iso_639_1':'en','name':'English'}]","Released","","God's Not Dead 2","false","5.8","179" +"false","/fwtD85uAbnBFI4KjVpiJOHIik0X.jpg","null","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","","305276","tt2724236","en","Tell","Ethan Tell is a small time crook who makes a big-time score when he steals 1 million dollars. Ironically, his life radically changes for the worst when he discovers that stealing the money was the easy part and he now must keep his partner, his wife, his parole officer, and two corrupt detectives from stealing it from him.","1.684","/36GNk9e0f0eyEBPUVCr48nJftKx.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-12-04","0","89","[{'iso_639_1':'en','name':'English'}]","Released","Don't kiss, don't tell","Tell","false","5.7","27" +"false","/a3np9MYfFrDUsuJERSEKPcbPS7Z.jpg","null","10000000","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","32048","tt0084732","en","Still of the Night","When one of his patients is found murdered, psychiatrist Dr. Sam Rice is visited by the investigating officer but refuses to give up any information. He's then visited by the patient's mistress, Brooke Reynolds, whom he quickly falls for despite her being a likely murder suspect. As the police pressure on him intensifies, Rice decides to attempt solving the case on his own and soon discovers that someone is trying to kill him as well.","2.272","/qDbq1iuJ5SM3vmrqEh48UtiXja8.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1982-11-19","0","91","[{'iso_639_1':'en','name':'English'}]","Released","If looks could kill...","Still of the Night","false","6.3","36" +"false","/4ydDHr0hoClkfbuB3hXbkheZvss.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':10749,'name':'Romance'},{'id':10752,'name':'War'}]","","10491","tt0157583","en","Enigma","A romantic thriller based around the World War 2 project to crack the codes behind the Enigma machine, used by the Germans to encrypt messages sent to their submarines.","6.132","/xBRgHFHnCqhfpq4w63XqbjdMdB2.jpg","[{'id':191,'logo_path':null,'name':'Senator Film Produktion','origin_country':''},{'id':701,'logo_path':null,'name':'Meespierson Film CV','origin_country':''},{'id':763,'logo_path':null,'name':'Intermedia Films','origin_country':''},{'id':1756,'logo_path':'/d7YyNzysIF0lSb4lJRf1ar6MHxi.png','name':'Broadway Video','origin_country':'US'},{'id':8896,'logo_path':null,'name':'Manhattan Pictures International','origin_country':''},{'id':27318,'logo_path':null,'name':'Mulholland Pictures BV','origin_country':'NL'},{'id':27319,'logo_path':null,'name':'Jagged Films','origin_country':''}]","[{'iso_3166_1':'NL','name':'Netherlands'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'DE','name':'Germany'}]","2001-01-22","15705007","119","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","Unlock the secret.","Enigma","false","6.4","112" +"false","/1tx9nI8gcaolrRjEQNMHd8wDewm.jpg","null","0","[{'id':35,'name':'Comedy'}]","","163392","tt0069483","en","The War Between Men and Women","2 quirky Manhattanites crash into each other cute at an ophthalmologist's office. Peter is a grouchy cartoonist/author whose vision is failing, divorced mother Theresa is also reluctant to plunge into a relationship right now. It's not love at first sight - both have their eyes dilated, plus Peter constantly lampoons women in his work, which book seller Theresa knows well. Loosely based on James Thurber's drawings ""The War Between Men & Women,"" and Thurber's life, the film features animated sequences.","0.6","/mjhA0QNdiDi5RIYqxImdq2Yq8xE.jpg","[{'id':33973,'logo_path':null,'name':'Done Four Productions','origin_country':''},{'id':11496,'logo_path':null,'name':'Jalem Productions','origin_country':'US'},{'id':3070,'logo_path':null,'name':'Cinema Center Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1972-06-01","0","110","[{'iso_639_1':'en','name':'English'}]","Released","Any man who hates dogs, women and children can't be all bad!","The War Between Men and Women","false","7.7","3" +"false","/2XF7bs6rwvybvIRlLSJ25SWWY0A.jpg","{'id':405256,'name':'Dolemite Collection','poster_path':'/u3b7eaSqFqEjrLbr1yfVILzY3GZ.jpg','backdrop_path':'/qCqmlrv1ZPZ0yvXTq73953a1UTG.jpg'}","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","19174","tt0072895","en","Dolemite","Dolemite is a pimp who was set up by Willie Greene and the cops, who have planted drugs, stolen furs, and guns in his trunk and got him sentenced to 20 years in jail. One day, Queen B and a warden planned to get him out of Jail and get Willie Green and Mitchell busted for what they did to him.","2.333","/sAXm4DekviDqETxnxsTQM4druy5.jpg","[{'id':17953,'logo_path':null,'name':'Comedian Intl Enterprise Productions (C.I.E.)','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1975-04-26","0","90","[{'iso_639_1':'en','name':'English'}]","Released","With his All-Girl Army of Kung Fu Killers.","Dolemite","false","6.1","24" +"false","/srwj4FciDK0oMTIlYBMAG8K6lwp.jpg","{'id':308153,'name':'The Cheerleaders','poster_path':'/5ZkrxeuJkcblrQNsm5G3W4XhbuA.jpg','backdrop_path':null}","150000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","","22092","tt0072236","en","The Swinging Cheerleaders","In order to write an expose on how cheerleading demeans women, a reporter for a college newspaper infiltrates the cheerleading squad.","1.165","/j09OBHiiFj33bqQgVScyhAa36xp.jpg","[{'id':17655,'logo_path':null,'name':'Centaur','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1974-06-01","0","91","[{'iso_639_1':'en','name':'English'}]","Released","They gave their all for the team!","The Swinging Cheerleaders","false","7","9" +"false","/blE9HmsOF78Q1h1Z5VzTmVEzsdc.jpg","null","1200000","[{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'}]","","7348","tt0058530","en","Robinson Crusoe on Mars","Stranded on Mars with only a monkey as a companion, an astronaut must figure out how to find oxygen, water, and food on the lifeless planet.","3.122","/e0FxZbj0TVK4gTWWnzGyD4IY0DB.jpg","[{'id':1347,'logo_path':null,'name':'Aubrey Schenck Productions','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1964-06-01","0","110","[{'iso_639_1':'en','name':'English'}]","Released","One U.S. astronaut pitted against all the odds beyond this earth!","Robinson Crusoe on Mars","false","6.5","59" +"false","/f3XKXeKFvA05GTMaN05TRpfYz6U.jpg","null","0","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","41462","tt0045877","en","The Hitch-Hiker","Ray and Gilbert's fishing trip takes a terrifying turn when the hitchhiker they pick up turns out to be a sociopath on the run from the law. He's killed before, and he lets the two know that as soon as they're no longer useful, he'll kill again. The two friends plot an escape, but the hitchhiker's peculiar physical affliction, an eye that never closes even when he sleeps, make it impossible for them to tell when they can make a break for it.","2.103","/9ORvQWC2o0FwIEl6zYU1jw9qH0X.jpg","[{'id':6,'logo_path':'/n53F7K9scQWFXYbrCablqLKqJdp.png','name':'RKO Radio Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1953-10-16","0","71","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Who will be his NEXT victim... YOU?","The Hitch-Hiker","false","6.7","47" +"false","/g1i6EtvQR8Fjusd9k3TirP8h9vo.jpg","null","0","[{'id':35,'name':'Comedy'}]","","81522","tt0070913","it","Che?","A young American woman traveling through Italy finds herself in a strange Mediterranean villa where nothing seems right.","3.585","/67nAvh1EvTdvO55pgZBGKIrlF7J.jpg","[{'id':1714,'logo_path':null,'name':'Les Films Concordia','origin_country':''},{'id':1766,'logo_path':null,'name':'Dieter Geissler Filmproduktion','origin_country':''},{'id':10000,'logo_path':null,'name':'Compagnia Cinematografica Champion','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'IT','name':'Italy'}]","1972-12-07","0","114","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'it','name':'Italiano'}]","Released","The kinkiest caper of the year!","What?","false","6.1","41" +"false","/2cg94uSxuZJtYPoTZsV8oaq6cN9.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","86689","tt0099749","en","Headhunter","A Miami cop finds out his wife has a female lover, and he begins to have an affair with his female partner. Meanwhile, a voodoo demon from Africa arrives among Miami's Nigerian community and begins decapitating some people and possessing others--including the cop's wife.","1.094","/regAJp2SyY8gq39TqQbXGGlWY68.jpg","[{'id':17996,'logo_path':null,'name':'Gibraltar Entertainment','origin_country':''},{'id':17997,'logo_path':null,'name':'Turkey Films','origin_country':''}]","[{'iso_3166_1':'ZA','name':'South Africa'},{'iso_3166_1':'US','name':'United States of America'}]","1988-01-01","0","92","[{'iso_639_1':'en','name':'English'}]","Released","Black Magic. Pure Terror.","Headhunter","false","4.3","6" +"false","/xlsEtSY8MydAAEEcvcW563uRyj8.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","","21468","tt0047574","en","There's No Business Like Show Business","Molly and Terry Donahue, plus their three children, are The Five Donahues. Son Tim meets hat-check girl Vicky and the family act begins to fall apart.","4.76","/72q5OgHuLkcJOfa2xUoGIfXgxgU.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1954-12-16","0","117","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","","There's No Business Like Show Business","false","6.3","46" +"false","/ebd9e7rrPSKChBDQPQ3aDLaDZ1.jpg","{'id':338327,'name':'Beach Party Collection','poster_path':'/kIKGCP58y67SUvIA7qOIO8zL9nT.jpg','backdrop_path':'/dIrrW4QqenLKxKDlt0AbPVjSO1E.jpg'}","0","[{'id':10402,'name':'Music'},{'id':35,'name':'Comedy'}]","","26483","tt0058953","en","Beach Blanket Bingo","In the fourth of the highly successful Frankie and Annette beach party movies, a motorcycle gang led by Eric Von Zipper kidnaps singing star Sugar Kane managed by Bullets, who hires sky-diving surfers Steve and Bonnie from Big Drop for a publicity stunt. With the usual gang of kids and a mermaid named Lorelei.","2.784","/9I85hGKWlfbTx02HUAB99KAEQLn.jpg","[{'id':4519,'logo_path':null,'name':'alta vista productions','origin_country':''},{'id':9266,'logo_path':null,'name':'American International Pictures (AIP)','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1965-04-14","0","98","[{'iso_639_1':'en','name':'English'}]","Released","It's the game that separates the girls and the boys...into groups of two!","Beach Blanket Bingo","false","6.6","15" +"false","/sbo366QwUjNXTkok1JFV4HPJAqd.jpg","null","0","[{'id':18,'name':'Drama'},{'id':37,'name':'Western'}]","","980","tt0036244","en","The Ox-Bow Incident","Gil Carter and Art Croft ride into a small Nevada town plagued by cattle thieves. Initially suspected of being the rustlers themselves, Carter and Croft eventually join a posse out to get the criminals, who also may be involved in a recent shooting. When the posse closes in on a group that could be the fugitives, they must decide on a course of action, with numerous lives hanging in the balance.","6.743","/bCuK2h4tizhCWpQT51y1wmca8DY.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1943-03-11","0","76","[{'iso_639_1':'en','name':'English'}]","Released","LYNCH LAW RULES THE MOB!","The Ox-Bow Incident","false","8","125" +"false","/nvbYaXDcG60I6mnPapcMwzJWBjL.jpg","null","2000000","[{'id':28,'name':'Action'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","https://www.facebook.com/DayLightsEndMovie/","399894","tt3007132","en","Daylight's End","Years after a mysterious plague has devastated the planet and turned most of humanity into blood-hungry creatures, a rogue drifter on a vengeful hunt stumbles across a band of survivors in an abandoned police station and reluctantly agrees to try to help them defend themselves and escape to the sanctuary they so desperately need.","4.041","/eciq2ZimLyOo6C39h0s1DAOC3WS.jpg","[{'id':25262,'logo_path':null,'name':'Carolina Film Works','origin_country':''},{'id':23555,'logo_path':null,'name':'Indigo Pictures','origin_country':''},{'id':25263,'logo_path':null,'name':'Throttle Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-04-16","0","120","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","The Dead Rise When Daylight Ends","Daylight's End","false","5.2","62" +"false","/zYBjsB6NSO9kpFS38nufkzKVNLx.jpg","null","30000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://www.ahologramforthekingfilm.com/","270010","tt2980210","en","A Hologram for the King","Alan Clay, a struggling American businessman, travels to Saudi Arabia to sell a new technology to the King, only to be challenged by endless Middle Eastern bureaucracy, a perpetually absent monarch, and a suspicious growth on his back.","7.153","/dDHJBd2iv7KTDzI7ybNLs31vvkM.jpg","[{'id':2986,'logo_path':null,'name':'Kasbah-Film Tanger','origin_country':''},{'id':4171,'logo_path':null,'name':'Playtone','origin_country':'US'},{'id':17653,'logo_path':null,'name':'22h22','origin_country':''},{'id':54537,'logo_path':null,'name':'F??brica de Cine','origin_country':''},{'id':76642,'logo_path':null,'name':'Primeridian Entertainment','origin_country':''},{'id':96,'logo_path':'/xablpF6QaYvso36PkHBm3Plo9gY.png','name':'X-Filme Creative Pool','origin_country':'DE'}]","[{'iso_3166_1':'MX','name':'Mexico'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2016-04-22","4212494","97","[{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","How far will you go? To find yourself.","A Hologram for the King","false","5.9","562" +"false","/k15COpeexV5Ad0tuLjBW2jQFoOz.jpg","{'id':531315,'name':'Angry Birds Collection','poster_path':'/fZgUrCLPglryITiWFOYO3qxefvE.jpg','backdrop_path':'/mG6ZdoYDggcX0LeQoSc2JJxgzk2.jpg'}","73000000","[{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'}]","http://sites.sonypictures.com/angrybirds/site","153518","tt1985949","en","The Angry Birds Movie","An island populated entirely by happy, flightless birds or almost entirely. In this paradise, Red, a bird with a temper problem, speedy Chuck, and the volatile Bomb have always been outsiders. But when the island is visited by mysterious green piggies, it???s up to these unlikely outcasts to figure out what the pigs are up to.","18.025","/t2mZzQXjpQxmqtJOPpe8Dr2YpMl.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':18642,'logo_path':null,'name':'Rovio Entertainment','origin_country':''},{'id':50848,'logo_path':null,'name':'Rovio Mobile','origin_country':''},{'id':91920,'logo_path':null,'name':'Rovio Animation','origin_country':''},{'id':30692,'logo_path':null,'name':'Sony Pictures Imageworks (SPI)','origin_country':''}]","[{'iso_3166_1':'FI','name':'Finland'},{'iso_3166_1':'US','name':'United States of America'}]","2016-05-11","349779543","97","[{'iso_639_1':'en','name':'English'}]","Released","Why so angry?","The Angry Birds Movie","false","6","1773" +"false","/6ED5JMYU7nPpceUXtDVG4ImQWRl.jpg","null","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","17212","tt0078067","en","Patrick","A comatose hospital patient harasses and kills though his powers of telekinesis to claim his private nurse as his own.","1.948","/gzMIh3PEY2UixxkEPNoYKi8kbKM.jpg","[{'id':3270,'logo_path':null,'name':'Filmways Australasian','origin_country':''},{'id':5598,'logo_path':null,'name':'Australian International Film Corp. (AIFC)','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","1978-10-01","0","112","[{'iso_639_1':'de','name':'Deutsch'}]","Released","He's in a coma... Yet, he can kill...","Patrick","false","6.3","36" +"false","/29JpCi49s3Cr8MQ3f6ZNT7GUTn0.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':99,'name':'Documentary'},{'id':10751,'name':'Family'}]","http://www.bbcearth.com/tinygiants/","342562","tt3739614","en","Tiny Giants 3D","A short about what happens under and around us. A chipmunk and a small mouse go on an adventure; they grow and learn about life and its obstacles.","1.032","/5tEAqJKMulpeclfWu9i2Iw3Slgf.jpg","[{'id':8090,'logo_path':'/ktzmUmVCQPjQGblWfDPBLKsIWKA.png','name':'BBC Earth','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-05-24","0","44","[{'iso_639_1':'en','name':'English'}]","Released","","Tiny Giants 3D","false","7.8","10" +"false","/t8wLhfVbfCHbirEgDPQhiuLcFGp.jpg","null","55000000","[{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':10749,'name':'Romance'},{'id':53,'name':'Thriller'}]","http://www.crimsonpeakmovie.com/","201085","tt2554274","en","Crimson Peak","In the aftermath of a family tragedy, an aspiring author is torn between love for her childhood friend and the temptation of a mysterious outsider. Trying to escape the ghosts of her past, she is swept away to a house that breathes, bleeds??? and remembers.","11.368","/pCj8zem1NDAODdtvha9WFEB6iWR.jpg","[{'id':101082,'logo_path':null,'name':'Double Dare You Productions','origin_country':'US'},{'id':923,'logo_path':'/5UQsZrfbfG2dYJbx8DxfoTr2Bvu.png','name':'Legendary Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-10-13","74679822","119","[{'iso_639_1':'en','name':'English'}]","Released","Love makes monsters of us all.","Crimson Peak","false","6.5","2886" +"false","/huy0V3zElazL8HjhxL1zwohIgx5.jpg","null","0","[{'id':27,'name':'Horror'}]","","42487","tt0068994","en","Necromancy","Orson Welles plays the head of a witches' coven in the town of Lilith, where he needs the powers of Pamela Franklin to raise his son from the dead.","0.982","/garPOGhD7YtpsK49X9mFker3Kvf.jpg","[{'id':79613,'logo_path':null,'name':'Compass/Zenith International','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1972-09-22","0","83","[{'iso_639_1':'en','name':'English'}]","Released","","Necromancy","false","5.2","11" +"false","/thVKLHOAmavGKIbDTRIGOF7fnff.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","37635","tt0047679","en","Witness to Murder","A woman fights to convince the police that she witnessed a murder while looking out her bedroom window.","2.167","/1GjOIJsMCTAWwLA4ksPaIa0lsaz.jpg","[{'id':14108,'logo_path':null,'name':'Chester Erskine Productions','origin_country':''},{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1954-04-15","0","83","[{'iso_639_1':'en','name':'English'}]","Released","THE SUSPENSE SHOCK OF THE YEAR!","Witness to Murder","false","6.5","22" +"false","/hVtd6G4XLcWzCna0lc502ojID4b.jpg","null","0","[{'id':37,'name':'Western'}]","","398265","tt5255524","en","Traded","In the 1880s western ""Traded"", a father must leave his ranch for Dodge City to save his daughter from an old enemy, putting his reputation as the fastest draw in the west to the test.","2.97","/5ks3VJSSU5qXB5nyaNmZgy0R1Py.jpg","[{'id':63430,'logo_path':null,'name':'Puppy Entertainment','origin_country':''},{'id':35396,'logo_path':null,'name':'Status Media & Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-06-10","0","98","[{'iso_639_1':'en','name':'English'}]","Released","Revenge is a bitter deal.","Traded","false","5","33" +"false","/1JOJwE7QNPLkszixVWMAsrxIDTm.jpg","null","0","[{'id':53,'name':'Thriller'}]","http://river-film.com/","353732","tt4215810","en","River","In the south of Laos, an American volunteer doctor becomes a fugitive after he intervenes in the sexual assault of a young woman. When the assailant's body is pulled from the Mekong River, things quickly spiral out of control.","1.54","/eyHNtJ2o1oK0N6RoF6ebGINKdts.jpg","[{'id':2877,'logo_path':null,'name':'Living Films','origin_country':''},{'id':77519,'logo_path':null,'name':'Lao Art Media','origin_country':''},{'id':78476,'logo_path':null,'name':'REDLABdigital','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'LA','name':'Lao People's Democratic Republic'}]","2016-03-11","0","95","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'lo','name':''},{'iso_639_1':'th','name':'?????????????????????'}]","Released","Run for your life","River","false","6.1","30" +"false","/mncWOGmjvtH8PFtePIZ3VfNmgGA.jpg","null","750000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","14135","tt0106341","en","Bad Boy Bubby","Bad Boy Bubby is just that: a bad boy. So bad, in fact, that his mother has kept him locked in their house for his entire thirty years, convincing him that the air outside is poisonous. After a visit from his estranged father, circumstances force Bubby into the waiting world, a place which is just as unusual to him as he is to the world.","6.141","/tvipR7aVSsAbdfMlR4sbEqD1Pgd.jpg","[{'id':1380,'logo_path':null,'name':'Australian Film Finance Corporation','origin_country':'AU'},{'id':11263,'logo_path':null,'name':'Bubby Productions','origin_country':''},{'id':2441,'logo_path':null,'name':'Fandango','origin_country':''},{'id':2806,'logo_path':'/vxOhCbpsRBh10m6LZ3HyImTYpPY.png','name':'South Australian Film Corporation','origin_country':'AU'}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'IT','name':'Italy'}]","1993-09-01","0","114","[{'iso_639_1':'en','name':'English'}]","Released","All He Needs Is Love.","Bad Boy Bubby","false","7.3","109" +"false","/rtwqsm3OVADiVaXeRO1MF5JNUL.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","","24909","tt0108633","en","The Young Americans","Experienced New York Police Detective John Harris is sent to London to help a local task force investigate a series of gangster killings organized by a new player in town, an American.With the help of a young teen wronged by gangsters, Harris navigates London's seedy, drug-fueled underworld in order to take down its new criminal empire.","1.538","/9mCCxKnVew8tZJ9uDSc8TjbsOSp.jpg","[{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'},{'id':285,'logo_path':null,'name':'Live Entertainment','origin_country':''},{'id':1382,'logo_path':'/sOg7LGESPH5vCTOIdbMhLuypoLL.png','name':'PolyGram Filmed Entertainment','origin_country':'US'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'}]","1993-10-08","0","103","[{'iso_639_1':'en','name':'English'}]","Released","No Honor. No Respect. No Remorse.","The Young Americans","false","5.6","18" +"false","/xDzTADwNiCGixMNk1BzMHSaUOFk.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","","407518","tt4082524","en","Chosen","An unassuming young lawyer leads a fight against the Nazis near the end of the Second World War.","1.746","/rxRz6Dk2X6Iqysys9CL9cve3llI.jpg","[{'id':47561,'logo_path':null,'name':'Dolger Films','origin_country':''},{'id':23099,'logo_path':null,'name':'Sterling Pictures Ltd','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-08-08","0","101","[{'iso_639_1':'en','name':'English'}]","Released","Heroes are found in the most unexpected places.","Chosen","false","4.1","13" +"false","/nQ0UvXdxoMZguLuPj0sdV0U36KR.jpg","{'id':393379,'name':'The Huntsman Collection','poster_path':'/qQ3vWrNroNSJyPGRjsrgzNghTux.jpg','backdrop_path':'/xZWmMCp9DwKlcu2yEzVFN7ggpGu.jpg'}","115000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'}]","http://www.thehuntsmanmovie.com/","290595","tt2381991","en","The Huntsman: Winter's War","As two evil sisters prepare to conquer the land, two renegades???Eric the Huntsman, who aided Snow White in defeating Ravenna in Snowwhite and the Huntsman, and his forbidden lover, Sara???set out to stop them.","15.794","/b77l5vmp6PYsc98LE6Uf1mXtmHh.jpg","[{'id':16314,'logo_path':null,'name':'Roth Films','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':10338,'logo_path':'/el2ap6lvjcEDdbyJoB3oKiYgXu9.png','name':'Perfect World Pictures','origin_country':'CN'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-04-06","164602163","114","[{'iso_639_1':'en','name':'English'}]","Released","The story before Snow White","The Huntsman: Winter's War","false","6.2","2856" +"false","/8X2XRNOs3izinVwlPwd8ODWMZYe.jpg","null","30000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","22073","tt0119311","en","Hoodlum","In 1934, the second most lucrative business in New York City was running ""the numbers"". When, Madam Queen, the powerful woman who runs the scam in Harlem, is arrested. Ellsworth ""Bumpy"" Johnson takes over the business and must resist against the invasion from merciless mobster Dutch Shultz.","4.517","/pl4S4tU4qcXp9wBHnJCso2xcq8P.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-08-27","0","130","[{'iso_639_1':'en','name':'English'}]","Released","Power is measured in enemies.","Hoodlum","false","6.4","55" +"false","/tdt9nUBGBq723zxQ2WyvdfOQAy8.jpg","null","0","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","311667","tt3100274","en","Manhattan Night","Porter Wren is a Manhattan tabloid writer with an appetite for scandal. On the beat he sells murder, tragedy, and anything that passes for the truth. At home, he is a dedicated husband and father. But when Caroline, a seductive stranger asks him to dig into the unsolved murder of her filmmaker husband Simon, he is drawn into a very nasty case of sexual obsession and blackmail--one that threatens his job, his marriage, and his life.","6.602","/s8VsHs12GKX8uKdjtuoUakYAEbQ.jpg","[{'id':41551,'logo_path':null,'name':'DeCubellis Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-05-20","0","113","[{'iso_639_1':'en','name':'English'}]","Released","No reporter can resist a siren.","Manhattan Night","false","6.1","193" +"false","/y16nBhAriukPZFDqeGdyXQCG3Yl.jpg","null","8","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","14055","tt0477095","en","Starter for 10","In 1985, against the backdrop of Thatcherism, Brian Jackson enrolls in the University of Bristol, a scholarship boy from seaside Essex with a love of knowledge for its own sake and a childhood spent watching University Challenge, a college quiz show. At Bristol he tries out for the Challenge team and falls under the spell of Alice, a lovely blond with an extensive sexual past.","6.319","/n7e8NRYxRSvheHW1otSrIQmEn4S.jpg","[{'id':7419,'logo_path':null,'name':'Scion Films','origin_country':''},{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':7429,'logo_path':'/6in9uMqxXEHx5XgYgkeRBpZ4rPw.png','name':'HBO Films','origin_country':'US'},{'id':1522,'logo_path':null,'name':'Neal Street Productions','origin_country':'GB'},{'id':4171,'logo_path':null,'name':'Playtone','origin_country':'US'},{'id':35803,'logo_path':null,'name':'Scamp Film and Theatre Ltd.','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2006-09-13","21","92","[{'iso_639_1':'en','name':'English'}]","Released","","Starter for 10","false","6.4","200" +"false","/ywLZ2SMqyE6pLWLfA2LI5pV4Fdx.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","","327528","tt2133196","en","Born to Be Blue","Jazz legend Chet Baker finds love and redemption when he stars in a movie about his own troubled life to mount a comeback.","5.451","/iEdh2CkSyDXBTAPlNS6uLF9yTTH.jpg","[{'id':8204,'logo_path':null,'name':'Lumanity Production','origin_country':''},{'id':2649,'logo_path':null,'name':'New Real Films','origin_country':''},{'id':20068,'logo_path':'/6CEIvevd5R8yNG1nd7zuPd4Y9DT.png','name':'Hideaway Pictures','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-09-13","830129","97","[{'iso_639_1':'en','name':'English'}]","Released","Love is instramental","Born to Be Blue","false","6.7","102" +"false","/yWjWTIL1yL2Wx6xdqyXss0VYnvK.jpg","null","0","[{'id':28,'name':'Action'}]","","14398","tt0118900","en","Gang Related","Two corrupt cops have a successful, seemingly perfect money making scheme- they sell drugs that they seize from dealers, kill the dealers, and blame the crimes on street gangs. Their scheme is going along smoothly until they kill an undercover DEA agent posing as a dealer, and then try to cover-up their crime.","6.724","/fxlSIqCkZSttymnSvL6RHHmr0Fh.jpg","[{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'},{'id':3589,'logo_path':null,'name':'Kouf/Bigelow Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-10-08","0","102","[{'iso_639_1':'en','name':'English'}]","Released","Some cops play by the rules. Their own.","Gang Related","false","6.7","56" +"false","/nvYPcqnHBqahfSQBhQ3LDjEgRy1.jpg","null","13500000","[{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","http://www.thewildlife.movie/","368940","tt4731008","de","Robinson Crusoe: The Wild Life","On a tiny exotic island, Tuesday, an outgoing parrot lives with his quirky animal friends in paradise. However, Tuesday can't stop dreaming about discovering the world. After a violent storm, Tuesday and his friends wake up to find a strange creature on the beach: Robinson Crusoe. Tuesday immediately views Crusoe as his ticket off the island to explore new lands. Likewise, Crusoe soon realizes that the key to surviving on the island is through the help of Tuesday and the other animals. It isn't always easy at first, as the animals don't speak ""human."" Slowly but surely, they all start living together in harmony, until one day, when their comfortable life is overturned by two savage cats, who wish to take control of the island. A battle ensues between the cats and the group of friends but Crusoe and the animals soon discover the true power of friendship up against all odds (even savage cats).","8.373","/dkRJnUMvchqAKCSvC12X4SDfHT5.jpg","[{'id':8676,'logo_path':'/5u4GmXn4QMU39GQxGZoGfNtQ23r.png','name':'uFilm','origin_country':'BE'},{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'},{'id':10159,'logo_path':null,'name':'nWave Pictures','origin_country':''},{'id':10160,'logo_path':null,'name':'Illuminata Pictures','origin_country':''}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'FR','name':'France'}]","2016-02-04","3342697","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'pl','name':'Polski'},{'iso_639_1':'pt','name':'Portugu??s'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Just because you're stranded... doesn't mean you can't make some friends.","Robinson Crusoe: The Wild Life","false","5.5","129" +"false","/599KuNKdEtOS6h5EPIUvYSeikW.jpg","null","0","[{'id':28,'name':'Action'}]","http://www.highrisestudio.ca/feature-films/extraction-day/","307168","tt3793230","en","Extraction Day","Jacob Bradley wakes up in a warehouse in the midst of a tactical raid, with no memory and no idea who he is. He is found by a young woman who helps him escape, and tells him that no matter what happens, he must survive. A terrorist organization is on the cusp of releasing a virus. They have provided the antidote to only a select few, to ensure the recreation of a utopian world and before he lost his memory, Jacob was one of the few people who had discovered the details. If they are to survive, he needs to rebuild the pieces of his past. They find themselves in a race for survival, for themselves and the rest of mankind, that will demand everything they have, and reveal that Jacob has always been closer to the truth then anyone ever thought.","1.004","/hdVsABXPKSLlqS8jpaHw7HN8ojZ.jpg","[]","[{'iso_3166_1':'CA','name':'Canada'}]","2014-10-20","0","","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","They Took His Memory. Now He's Taking It Back.","Extraction Day","false","5.3","4" +"false","/5nk3yImRShLbiggrgwSsf5cDl8M.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10770,'name':'TV Movie'}]","","348390","tt4608402","en","Confirmation","Judge Clarence Thomas' nomination to the United States' Supreme Court is called into question when former colleague, Anita Hill, testifies that he had sexually harassed her.","6.826","/ohwbO0x3Fj9Luijir2XPl1TzBlg.jpg","[{'id':115025,'logo_path':null,'name':'ABC Signature Studios','origin_country':''},{'id':4205,'logo_path':null,'name':'Groundswell Productions','origin_country':'US'},{'id':7429,'logo_path':'/6in9uMqxXEHx5XgYgkeRBpZ4rPw.png','name':'HBO Films','origin_country':'US'},{'id':115026,'logo_path':null,'name':'Simpson Street','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-04-16","0","110","[{'iso_639_1':'en','name':'English'}]","Released","It Only Takes One Choice To Change History.","Confirmation","false","6.8","87" +"false","/kmLkckp6IOB6sogrX0GjxA00grL.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","https://twitter.com/Gravy_Film","262169","tt2822578","en","Gravy","It's All Hallow's Eve. A trio of costumed misfits with very special dietary requirements seizes a Mexican cantina and force the staff to engage in a late night of gaming, food and libations. The only caveat is what's on the menu.","3.006","/vEcbrgCosVKVBWRSnLYLlPqqBED.jpg","[{'id':33770,'logo_path':null,'name':'Siren Digital - Hollywood','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-10-02","0","98","[{'iso_639_1':'en','name':'English'}]","Released","You are what you eat","Gravy","false","5.8","27" +"false","/okOMFcv3Qu3rz4kJJupirY0YqzP.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':10402,'name':'Music'}]","","321974","tt3707114","en","Janis: Little Girl Blue","Musician Cat Power narrates this documentary on Janis Joplin's evolution into a star from letters that Joplin wrote over the years to her friends, family, and collaborators.","3.764","/qosDLnAcHRAUjgmZIU0c1ktEhx2.jpg","[{'id':2740,'logo_path':'/gSiDWkmEOyOn9MsaCgnjd8Mohmx.png','name':'Jigsaw Productions','origin_country':'US'},{'id':2742,'logo_path':null,'name':'Disarming Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-09-09","0","106","[{'iso_639_1':'en','name':'English'}]","Released","","Janis: Little Girl Blue","false","7.4","88" +"false","/43eXvu0b5ZDIrUgo1VDq5zKO713.jpg","null","3500000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","http://sonyclassics.com/thebronze/","308453","tt3859304","en","The Bronze","In 2004, Hope Ann Greggory became an American hero after winning the bronze medal for the women's gymnastics team. Today, she's still living in her small hometown, washed-up and embittered. Stuck in the past, Hope must reassess her life when a promising young gymnast threatens her local celebrity status.","5.112","/g9l0GiyeIROAK7r5DbrxBr5LZ1k.jpg","[{'id':1974,'logo_path':null,'name':'Duplass Brothers Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-01-22","615816","108","[{'iso_639_1':'en','name':'English'}]","Released","There's no place like third.","The Bronze","false","5.8","178" +"false","/iYrE2zV1DfZ3l7Lh4frHzNwFncq.jpg","null","3500000","[{'id':28,'name':'Action'},{'id':16,'name':'Animation'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","https://www.warnerbros.com/batman-killing-joke","382322","tt4853102","en","Batman: The Killing Joke","As Batman hunts for the escaped Joker, the Clown Prince of Crime attacks the Gordon family to prove a diabolical point mirroring his own fall into madness.","6.751","/zm0ODjtfJfJW0W269LqsQl5OhJ8.jpg","[{'id':2785,'logo_path':'/l5zW8jjmQOCx2dFmvnmbYmqoBmL.png','name':'Warner Bros. Animation','origin_country':'US'},{'id':429,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Comics','origin_country':'US'},{'id':9993,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-07-21","3775000","72","[{'iso_639_1':'en','name':'English'}]","Released","The madness begins","Batman: The Killing Joke","false","6.3","838" +"false","/cse3YIzYMPOLvpsFOnyH6O9CnYF.jpg","null","0","[{'id':35,'name':'Comedy'}]","http://puertoricansinparismovie.com","342169","tt3730510","en","Puerto Ricans in Paris","NYPD detectives Luis and Eddie visit Paris to help gorgeous French designer Colette catch the black market thief who's ripped off her new handbag design. While Luis' girlfriend Vanessa and Eddie's wife Gloria remain in New York, the hopelessly unhip odd couple stumble through a glamorous high-fashion world brimming with charming cafes, wild nightclubs and corporate treachery.","1.243","/eYIAgdWQJlExfqE5xIMSoo1sQEQ.jpg","[{'id':54350,'logo_path':null,'name':'PRIP Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-06-12","0","82","[{'iso_639_1':'en','name':'English'}]","Released","No Rules. No Merci.","Puerto Ricans in Paris","false","5.1","20" +"false","/d8TOaHhU8hwKI5Q2yHjzVvf26GX.jpg","null","900000","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","http://meettheblacksmovie.com/","377587","tt4191580","en","Meet the Blacks","As Carl Black gets the opportunity to move his family out of Chicago in hope of a better life, their arrival in Beverly Hills is timed with that city's annual purge, where all crime is legal for twelve hours.","6.624","/aDln5KsEE0b4YDPRhvStziPwOmC.jpg","[{'id':45431,'logo_path':null,'name':'Hidden Empire Film','origin_country':''},{'id':4616,'logo_path':null,'name':'Freestyle Releasing','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-04-01","9097072","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","","Meet the Blacks","false","4.3","130" +"false","/9AjSRV8RMhHJS3DsnfJcY6CM9xU.jpg","null","15000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","http://keanumovie.com/","342521","tt4139124","en","Keanu","Friends hatch a plot to retrieve a stolen cat by posing as drug dealers for a street gang.","7.895","/udU6t5xPNDLlRTxhjXqgWFFYlvO.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-04-21","20609977","99","[{'iso_639_1':'en','name':'English'}]","Released","Kitten, please.","Keanu","false","5.9","620" +"false","/pWmn8bgA8hWSDtWFNDXABydkHfK.jpg","null","0","[{'id':878,'name':'Science Fiction'}]","","44692","tt0046026","en","The Magnetic Monster","A young scientist's experiment goes awry when he creates a monster from a radioactive isotope and finds that the creature consumes energy to grow in size and terrorize the nearby town.","1.922","/ffgcz7T7JC9NRfLFxTgmlE48OHw.jpg","[{'id':5328,'logo_path':null,'name':'Ivan Tors Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1953-02-18","0","76","[{'iso_639_1':'en','name':'English'}]","Released","Terror swoops through the heart of a city in the dead of night!","The Magnetic Monster","false","5.8","14" +"false","/clje68pDYWklP50zKg7mgxa73nZ.jpg","null","65000000","[{'id':80,'name':'Crime'},{'id':28,'name':'Action'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","11412","tt0116908","en","The Long Kiss Goodnight","Samantha Caine, suburban homemaker, is the ideal mom to her 8 year old daughter Caitlin. She lives in Honesdale, PA, has a job teaching school and makes the best Rice Krispie treats in town. But when she receives a bump on her head, she begins to remember small parts of her previous life as a lethal, top-secret agent.","9.113","/4MENR8x6mYqnZvp2hGjSaPJz64J.jpg","[{'id':21920,'logo_path':null,'name':'The Steve Tisch Company','origin_country':''},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':2980,'logo_path':null,'name':'Forge','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-10-11","89456761","121","[{'iso_639_1':'en','name':'English'}]","Released","What's forgotten is not always gone.","The Long Kiss Goodnight","false","6.5","513" +"false","/j0H2qbxY1HEWdRoq5puTqR03yZx.jpg","null","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","77173","tt0061411","en","The Blood Beast Terror","A Scotland Yard Detective (Peter Cushing) must investigate a series of murders perpetrated by a giant blood-sucking moth that can take human form.","2.73","/wwTiueYqAP4ZSiRIJMGH3WbjhNl.jpg","[{'id':4579,'logo_path':null,'name':'Tigon British Film Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1968-02-01","0","88","[{'iso_639_1':'en','name':'English'}]","Released","","The Blood Beast Terror","false","5.2","16" +"false","/v4wzMG8phQyPVlKTMUNt1i33GM5.jpg","{'id':98168,'name':'Fright Night Collection','poster_path':'/4u9zOuYFwfks3ZO2FvgduYnjUi2.jpg','backdrop_path':'/qFkOju5f8h7SayY33Zm8A1dl943.jpg'}","9000000","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'}]","","11797","tt0089175","en","Fright Night","Nobody believes teenager Charley Brewster when he discovers that his suave new neighbor, Jerry Dandrige, is a vampire. So when the bloodsucker starts stalking Charley, he turns to has-been actor Peter Vincent, famed for portraying a ghoul hunter. Unfortunately for the would-be vampire slayers, Dandrige has set his sights on Charley's girlfriend.","8.268","/jE0YbuFlmaZUWeVTyYNpzYXjIbn.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':7401,'logo_path':null,'name':'Delphi IV Productions','origin_country':'US'},{'id':7402,'logo_path':null,'name':'Vistar Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-08-02","24922237","107","[{'iso_639_1':'en','name':'English'}]","Released","There are some very good reasons to be afraid of the dark.","Fright Night","false","7","494" +"false","/AqUBXOCEGg3lWxft8gPiPWh1HNA.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","323262","tt4419364","en","Holidays","An anthology feature film that puts a uniquely dark and original spin on some of the most iconic and beloved holidays of all time by challenging our folklore, traditions and assumptions.","5.34","/sk9jHoHni5u88SMK4nJKumcM7eR.jpg","[{'id':21838,'logo_path':null,'name':'Distant Corners Entertainment Group Inc.','origin_country':''},{'id':12142,'logo_path':'/rPnEeMwxjI6rYMGqkWqIWwIJXxi.png','name':'XYZ Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-04-22","0","105","[{'iso_639_1':'en','name':'English'}]","Released","Every one has a dark side.","Holidays","false","4.8","229" +"false","/b5MKzozt10WgEXlTfDST5AjCv1P.jpg","null","25000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://www.seemothersday.com/home","353069","tt4824302","en","Mother's Day","Intersecting stories with different moms collide on Mother's Day.","7.452","/7tgBdoplLSkHfaB523tzqLACs1Z.jpg","[{'id':60016,'logo_path':null,'name':'Rice Films','origin_country':''},{'id':20788,'logo_path':null,'name':'Gulfstream Pictures','origin_country':''},{'id':50492,'logo_path':null,'name':'May Day Movies','origin_country':''},{'id':92143,'logo_path':null,'name':'Triad Film Works','origin_country':''},{'id':92144,'logo_path':null,'name':'Beatnik Films','origin_country':''},{'id':50491,'logo_path':null,'name':'Capacity Pictures','origin_country':''},{'id':10427,'logo_path':'/3u5sNgPRbba0ND3SUMXPTT7On9h.png','name':'Open Road Films','origin_country':'US'},{'id':24277,'logo_path':'/u42aMBx2JxWp4vgTjqcar4Kp1HI.png','name':'PalmStar Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-04-28","48418160","118","[{'iso_639_1':'en','name':'English'}]","Released","Celebrate the one day that connects us all","Mother's Day","false","5.9","737" +"false","/enycOzeSeV4BXbCSQ0ZZN8PXI0n.jpg","null","55000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.sonypictures.com/movies/maidinmanhattan/","7303","tt0252076","en","Maid in Manhattan","Marisa Ventura is a struggling single mom who works at a posh Manhattan hotel and dreams of a better life for her and her young son. One fateful day, hotel guest and senatorial candidate Christopher Marshall meets Marisa and mistakes her for a wealthy socialite. After an enchanting evening together, the two fall madly in love. But when Marisa's true identity is revealed, issues of class and social status threaten to separate them. Can two people from very different worlds overcome their differences and live happily ever after?","9.919","/3LQ4wKp4lF41yTTRSd6QdgD6eXO.jpg","[{'id':2455,'logo_path':null,'name':'Red Om Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-12-13","154906693","105","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","","Maid in Manhattan","false","5.8","928" +"false","/sg1Ahq42HUchLSgwegzCXUemf8e.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://www.spacejunk3d.com/","227218","tt2180529","en","Space Junk 3D","50 years after launching our dreams into space, we???re left with a troubling legacy: a growing ring of orbiting debris that threatens the safety of earth???s orbits. SPACE JUNK is a visually explosive journey of discovery that weighs the solutions aimed at restoring our planet???s orbits. Experience mind-boggling collisions, both natural and man-made. Soar for the stunning depths of Meteor Crater to an unprecedented view of our increasingly crowded orbits ??? 22,000 miles above earth. Join us as foremost expert Don Kessler, the ???Father of Space Junk,??? guides us through the challenges we face in protecting them, forging a new age of space discovery.","1.944","/73D15rql6270KT2gUWO3ThLH4KM.jpg","[{'id':54911,'logo_path':null,'name':'Red Barn Productions','origin_country':''},{'id':54912,'logo_path':null,'name':'Melrae Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-01-14","0","38","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","What Goes Up Doesn't Always Come Down","Space Junk 3D","false","6","6" +"false","/ie4GEkrBH8rJdjfnig8trayeqL2.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","23627","tt0033029","en","Second Chorus","Danny O'Neill and Hank Taylor are rival trumpeters with the Perennials, a college band, and both men are still attending college by failing their exams seven years in a row. In the midst of a performance, Danny spies Ellen Miller who ends up being made band manager. Both men compete for her affections while trying to get the other one fired.","1.1","/tmHj1iqCjMY7lwfqcW3uZFbusmG.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1940-12-09","0","84","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'hu','name':'Magyar'}]","Released","","Second Chorus","false","6","14" +"false","/zda3EYoToeF0We2UhxxPF9NenVd.jpg","null","7000000","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","","25196","tt1263670","en","Crazy Heart","When reporter Jean Craddock interviews Bad Blake -- an alcoholic, seen-better-days country music legend -- they connect, and the hard-living crooner sees a possible saving grace in a life with Jean and her young son. But can he leave behind an existence playing in the shadow of Tommy, the upstart kid he once mentored?","9.131","/zwao2YMsqf27IzNEtDNWSe0W9jH.jpg","[{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'},{'id':9325,'logo_path':null,'name':'Informant Media','origin_country':''},{'id':3864,'logo_path':null,'name':'Butcher's Run Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-12-16","47405566","112","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","The harder the life, the sweeter the song.","Crazy Heart","false","6.9","457" +"false","/t8tle4irdNoZpcHERJ6v9TXFJq0.jpg","null","80000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","3595","tt0117438","en","Ransom","When a rich man's son is kidnapped, he cooperates with the police at first but then tries a unique tactic against the criminals.","12.699","/96pdw2qcx4g25vZLywNi4XRQVqm.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-11-08","309492681","117","[{'iso_639_1':'en','name':'English'}]","Released","Someone is going to pay.","Ransom","false","6.6","807" +"false","/yRYsUciFmBf2JbriUUH7YIuvxs1.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'},{'id':9648,'name':'Mystery'}]","","36960","tt0418879","en","Memory","Dr. Taylor Biggs is haunted by a past that's not his own. A hallucinatory drug gives him the power to see visions of vicious crimes, visions made all that more disturbing when he discovers that the murderous memories may belong to the father he never knew . Biggs's mother, whose own failing memory makes her powerless to help him unravel his family history.","1.834","/rzQo0MwIbijLeu0eKcONjRFp9By.jpg","[{'id':2873,'logo_path':null,'name':'Echo Bridge Entertainment','origin_country':''},{'id':63457,'logo_path':null,'name':'3210 Films','origin_country':''},{'id':63458,'logo_path':null,'name':'Badalucco Productions','origin_country':''},{'id':15655,'logo_path':null,'name':'Paradox Pictures','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2006-11-01","0","98","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'cs','name':'??esk??'},{'iso_639_1':'pl','name':'Polski'}]","Released","","Memory","false","4.2","17" +"false","/42Qw609wFkUFLlNHTHp4zyDFGS9.jpg","null","30000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","","16093","tt0055830","en","Carnival of Souls","Mary Henry ends up the sole survivor of a fatal car accident through mysterious circumstances. Trying to put the incident behind her, she moves to Utah and takes a job as a church organist. But her fresh start is interrupted by visions of a fiendish man. As the visions begin to occur more frequently, Mary finds herself drawn to the deserted carnival on the outskirts of town. The strangely alluring carnival may hold the secret to her tragic past.","4.871","/AdbQsFB8pS090l0NO3uBtLZy2zw.jpg","[{'id':3138,'logo_path':null,'name':'Harcourt Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1962-09-26","0","78","[{'iso_639_1':'en','name':'English'}]","Released","She Escaped Death. Now It Wants Her Back!","Carnival of Souls","false","6.8","155" +"false","/4ckYx9gavAZWDZhQBgoTCCg30SM.jpg","null","100000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","49988","tt1285217","en","Deadfall Trail","John, Julian and Paul enter the Kaibab National Forest for a three-week survival trip and peyote vision quest. The only items they take with them are a knife, a bottle of water and a garbage bag each. A week into their journey a disastrous turn of events changes everything and the men are forced to ultimately confront the darkest corners of their morality and mortality. Battling the elements and each other, the quest becomes to make it out of the forest alive.","0.819","/1Fi7qzvGJgf69wB86KEjxtcfYa.jpg","[{'id':79309,'logo_path':null,'name':'True Story Films','origin_country':''},{'id':37937,'logo_path':null,'name':'Gas Mask Films','origin_country':''},{'id':79307,'logo_path':null,'name':'Mirth Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-05-16","0","98","[{'iso_639_1':'en','name':'English'}]","Released","Ain't No Easy Way Out","Deadfall Trail","false","4.8","6" +"false","/ikNdtfeDsrsryquzvo56qtAsM4r.jpg","null","0","[{'id':37,'name':'Western'}]","","43804","tt0034384","en","Western Union","When Edward Creighton leads the construction of the Western Union to unite East with West, he hires a Western reformed outlaw and a tenderfoot Eastern surveyor.","2.17","/8m1Z45OUmfDYYcfSxntUC7apNhP.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1941-02-21","0","95","[{'iso_639_1':'en','name':'English'}]","Released","","Western Union","false","5.6","24" +"false","/l4LNrumbRW9Z34kIvijAEllKVG8.jpg","null","0","[{'id':28,'name':'Action'},{'id':99,'name':'Documentary'},{'id':878,'name':'Science Fiction'}]","","22559","tt0417415","en","Aliens of the Deep","James Cameron teams up with NASA scientists to explore the Mid-Ocean Ridge, a submerged chain of mountains that band the Earth and are home to some of the planet's most unique life forms.","1.942","/pB1HMawACKSpuxcYiufw2pzX63c.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':10221,'logo_path':'/99VfWRgKasZoyK9UVB39gnYvFrZ.png','name':'Walden Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-01-28","0","95","[{'iso_639_1':'en','name':'English'}]","Released","","Aliens of the Deep","false","6.5","22" +"false","/1HEdbjJ20vXn8nW1LwPMc5lY63U.jpg","null","15000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':10749,'name':'Romance'}]","","116","tt0416320","en","Match Point","Match Point is Woody Allen???s satire of the British High Society and the ambition of a young tennis instructor to enter into it. Yet when he must decide between two women - one assuring him his place in high society, and the other that would bring him far from it - palms start to sweat and a dark psychological match in his head begins.","7.876","/zuSFZEbSs7hj9lfeu2k7a4bPxdE.jpg","[{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'RU','name':'Russia'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'LU','name':'Luxembourg'}]","2005-10-26","85306374","124","[{'iso_639_1':'en','name':'English'}]","Released","Passion Temptation Obsession","Match Point","false","7.3","1981" +"false","/ix6OMgrRmpstpDznBs1BEWdywSh.jpg","null","0","[{'id':99,'name':'Documentary'}]","","122208","tt1869235","de","Safari: Africa","Featuring jaw-dropping 3D cinematography, stirring original music, and Africa's original rock star animals. Emmy Award-winning host Hunter Ellis takes viewers on an unforgettable safari that puts them up-close and personal with the wonders of Africa. With Hunter as your very own personal safari guide, you will run with a herd of graceful gazelles, travel in a hot air balloon to soar with high-flying birds, cross the wide-open plains in an elusive hunt to track down the nearly extinct African black rhino, and scramble up a steep mountain in the rain to meet a pack of gorillas in the mist.","0.874","/wWzM5uq78hzURqlfAgfSEFfXZgK.jpg","[{'id':6238,'logo_path':null,'name':'Polyband','origin_country':''}]","[]","2011-01-01","0","88","[]","Released","An Unforgettable Safari Experience.","Safari: Africa","false","5","1" +"false","/7l8kWurhMmZAhU1oZKzp2sUE3Xc.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10749,'name':'Romance'},{'id':10752,'name':'War'}]","","42668","tt0048937","en","Alexander the Great","He was a fierce military commander who led huge armies into battle without a single defeat; a magnificent warrior who many believed was part god - this was Alexander the Great (Richard Burton), the legendary Greek hero hailed by his countrymen as ""The King of Kings"". Born in 356 B.C. into a turbulent world of political unrest, educated by Aristotle (Barry Jones) and chosen to lead his people in the grand tradition of his powerful father (Fredric March), this glamorous world conqueror rose above all conflict to unite the continents of Europe and Asia to become one of the most celebrated rulers of all time! Written, produced and directed by Oscar - winner Robert Rossen and featuring the extraordinary Claire Bloom and a remarkable cast of thousands, this stunning portrait of one of history's most fascinating figures is colossal entertainment and an amazing spectacle.","2.522","/yx2j2GcVi9Thk9vedLd4mq1kCn1.jpg","[{'id':22820,'logo_path':null,'name':'Rossen Films','origin_country':''},{'id':2101,'logo_path':null,'name':'C.B. Films S.A.','origin_country':''}]","[{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'US','name':'United States of America'}]","1956-03-28","0","136","[{'iso_639_1':'en','name':'English'}]","Released","The colossus who conquered the world!","Alexander the Great","false","5.8","32" +"false","/pzJue7i8faYepC4b6j7jTKuYFfo.jpg","null","0","[{'id':28,'name':'Action'},{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","","165078","tt1687878","en","Legend of Hell","An archaeologist discovers an ancient artifact and scroll which starts a series of events that kills her several times over in various time periods, past lives and locations. It seems that the artifact and scroll are linked to a gateway to hell. Various hellish creatures pour in throughout history, it looks like the gateway has been opened. The archaeologist teams up with warriors and guides from the past to try and close the gate.","1.018","/xdvH22zGFb5IOEDKauphqaLu0mj.jpg","[{'id':5534,'logo_path':null,'name':'IMAS Filmproduktion','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'}]","2012-05-18","0","85","[{'iso_639_1':'en','name':'English'}]","Released","Once it was paradise","Legend of Hell","false","4.1","5" +"false","/apwu77Pn12BU7o5EVq9wRmDUKei.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':27,'name':'Horror'}]","","17921","tt0059792","it","Terrore nello spazio","In the near future the two spaceships Argos and Galliot are sent to investigate the mysterious planet Aura. As the Galliot lands on the planet her crew suddenly go berserk and attack each other. The strange event passes, but the crew soon discovers the crashed Argos - and learns that her crew died fighting each other! Investigating further, the explorers come to realize the existence of a race of bodiless aliens that seek to escape from their dying world.","3.856","/sjbT4u7qDASdLDNWT3dcKLi5Rdl.jpg","[{'id':1429,'logo_path':null,'name':'Italian International Film','origin_country':''},{'id':13744,'logo_path':null,'name':'America-International Pictures (AIP)','origin_country':''},{'id':10544,'logo_path':null,'name':'Castilla Cooperativa Cinematogr??fica','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'ES','name':'Spain'}]","1965-09-15","0","88","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","This was the day the universe trembled before the demon forces of the killer planet!","Planet of the Vampires","false","6.5","70" +"false","/u7i1XtbOubq0xwRy2Zbgmox6g9W.jpg","null","1","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","220","tt0048028","en","East of Eden","In the Salinas Valley, in and around World War I, Cal Trask feels he must compete against overwhelming odds with his brother Aron for the love of their father Adam. Cal is frustrated at every turn, from his reaction to the war, to how to get ahead in business and in life, to how to relate to estranged mother.","8.182","/hjH1uLOySpzgBdm1UQYjTV5yLav.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1955-03-09","5","115","[{'iso_639_1':'en','name':'English'}]","Released","Of what a girl did . . . what a boy did ... of ecstasy and revenge!","East of Eden","false","7.7","291" +"false","/buyOmAyKiJt1bMbyF9GB0lFiht0.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'},{'id':10749,'name':'Romance'}]","","28162","tt0038733","en","A Matter of Life and Death","When a young airman miraculously survives bailing out of his aeroplane without a parachute, he falls in love with an American radio operator. But the officials in the other world realise their mistake, and despatch an angel to collect him.","6.765","/6axeDaFGrNmPwq4mHFbH8uDXCFu.jpg","[{'id':4397,'logo_path':null,'name':'The Archers','origin_country':''},{'id':14377,'logo_path':null,'name':'J. Arthur Rank Organisation','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1946-08-22","0","104","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Neither Heaven nor Earth could keep them apart!","A Matter of Life and Death","false","8","138" +"false","/9j4UaRypr19wz0BOofwvkPRm1Se.jpg","null","4000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","","369557","tt3544112","en","Sing Street","A boy growing up in Dublin during the 1980s escapes his strained family life by starting a band to impress the mysterious girl he likes.","7.767","/s0C78plmx3dFcO3WMnoXCz56FiN.jpg","[{'id':513,'logo_path':null,'name':'Cosmo Film','origin_country':'DK'},{'id':42379,'logo_path':null,'name':'Filmwave Pictures','origin_country':''},{'id':68417,'logo_path':null,'name':'Distressed Films','origin_country':''},{'id':7493,'logo_path':'/452FO4LcI6lA6bfgl6w1kQYRBlr.png','name':'FilmNation Entertainment','origin_country':'US'},{'id':1785,'logo_path':'/wT6aIkuQTNuq8XFoDGACK8EyR6w.png','name':'Likely Story','origin_country':'US'},{'id':24277,'logo_path':'/u42aMBx2JxWp4vgTjqcar4Kp1HI.png','name':'PalmStar Media','origin_country':'US'}]","[{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2016-03-11","13624522","106","[{'iso_639_1':'en','name':'English'}]","Released","Boy meets girl. Girl unimpressed. Boy starts band.","Sing Street","false","8","1157" +"false","/cwxMk29NZXiWd0KqfmWWT5JCFPc.jpg","null","0","[{'id':99,'name':'Documentary'}]","","332806","tt3847390","en","I Am Belfast","Belfast, it's a city that is changing, changing because the people are leaving? But one came back, a 10,000 year old woman who claims that she is the city itself.","1.561","/q4Oa0FiYYihHet3PjuHwwHkiGjx.jpg","[{'id':13788,'logo_path':null,'name':'Hopscotch Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-04-08","0","84","[{'iso_639_1':'en','name':'English'}]","Released","","I Am Belfast","false","6.8","6" +"false","/c5ZjK1zlDrRojCE4nEHor0iUDtj.jpg","null","0","[{'id':18,'name':'Drama'}]","","254302","tt0462335","en","High-Rise","Life for the residents of a tower block begins to run out of control.","8.481","/hz3GXwcJC5csPZQa4PMbqmiPqDc.jpg","[{'id':290,'logo_path':'/Q8mw2AOQQc8Qg0uNwLWq86DVZv.png','name':'Ingenious Media','origin_country':'GB'},{'id':2395,'logo_path':'/pZz4qs03FtP6UGtZ3hjQ6qimcwi.png','name':'HanWay Films','origin_country':'GB'},{'id':11199,'logo_path':'/ursSXLOZaDxiZ84sEgfXbiFnYaa.png','name':'SCOPE Pictures','origin_country':'BE'},{'id':11561,'logo_path':'/8HB3TFUeo83keAPHfFfrNtN2MmA.png','name':'Recorded Picture Company (RPC)','origin_country':'GB'},{'id':11667,'logo_path':'/dhBJdstAolGmqRfbQfElhsU1cTo.png','name':'Northern Ireland Screen','origin_country':'GB'}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-11-22","346472","119","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","Leave the real world behind","High-Rise","false","5.6","592" +"false","/1NtfIed9n1xadwgFEEXMdEiI4OT.jpg","{'id':47983,'name':'Killer Tomatoes! Collection','poster_path':'/fjqyreSW9QihgkFh4PHbcRBS7AC.jpg','backdrop_path':null}","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","15482","tt0095989","en","Return of the Killer Tomatoes!","Crazy old Professor Gangreen has developed a way to make tomatoes look human for a second invasion.","5.548","/609eqlFRHurS1r2sbiH4cb3L7Td.jpg","[{'id':36577,'logo_path':null,'name':'Transatlantic Entertainment','origin_country':''},{'id':989,'logo_path':null,'name':'Four Square Productions','origin_country':''},{'id':78926,'logo_path':null,'name':'Tomatos II','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-04-22","0","98","[{'iso_639_1':'en','name':'English'}]","Released","They were out for blood, and rotten to the core. Now they're back ...","Return of the Killer Tomatoes!","false","5.3","68" +"false","/ySH9Jusrh4zKeQf05Ue0W4lqx3U.jpg","{'id':2366,'name':'The Jaws Collection','poster_path':'/fgraZdDCvAtBr0MHczmL6raonHd.jpg','backdrop_path':'/1e2QvI2u7Q4d2admK6Xw0AjLjVp.jpg'}","23000000","[{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'}]","","580","tt0093300","en","Jaws: The Revenge","After another deadly shark attack, Ellen Brody decides she has had enough of New England's Amity Island and moves to the Caribbean to join her son, Michael, and his family. But a great white shark has followed her there, hungry for more lives.","11.603","/8dLHxbjXlLkogGVKxOg3SH1Kjel.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-07-17","51881013","89","[{'iso_639_1':'en','name':'English'}]","Released","This time, it???s personal.","Jaws: The Revenge","false","3.7","396" +"false","/esCRA7XoKR95PmbzmcbrfhcXQNN.jpg","null","1200000","[{'id':18,'name':'Drama'}]","","1412","tt0098724","en","sex, lies, and videotape","A sexually repressed woman's husband is having an affair with her sister. The arrival of a visitor with a rather unusual fetish changes everything.","10.027","/kOXATYKziiKmoMxgKA10JOO13JZ.jpg","[{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':889,'logo_path':null,'name':'Outlaw Productions','origin_country':'US'},{'id':1419,'logo_path':null,'name':'Virgin','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-08-18","0","100","[{'iso_639_1':'en','name':'English'}]","Released","","sex, lies, and videotape","false","6.9","315" +"false","/q6jg0cSixdEGUsyzkuh2qqL6iVq.jpg","{'id':8050,'name':'Highlander Collection','poster_path':'/mNIXoyFicGseg9NoG3NHKZolKze.jpg','backdrop_path':'/gY5NPUGGJJdaGPlEM6f2pfHNtit.jpg'}","16000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':14,'name':'Fantasy'}]","","8009","tt0091203","en","Highlander","He fought his first battle on the Scottish Highlands in 1536. He will fight his greatest battle on the streets of New York City in 1986. His name is Connor MacLeod. He is immortal.","12.945","/6l4t1vWAFMuAiOpDT0mDWlrr5Mp.jpg","[{'id':2737,'logo_path':null,'name':'Davis-Panzer Productions','origin_country':''},{'id':6179,'logo_path':null,'name':'Thorn EMI Screen Entertainment','origin_country':''},{'id':107461,'logo_path':null,'name':'Highlander Productions Limited','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1986-03-07","5900000","116","[{'iso_639_1':'en','name':'English'}]","Released","There can be only one.","Highlander","false","6.9","1128" +"false","/mlUgQSSGV6Ba0Fiid0YZiqiaFmv.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","19556","tt1151922","en","Miss March","A young man awakens from a four-year coma to hear that his once virginal high-school sweetheart has since become a centerfold in one of the world's most famous men's magazines. He and his sex-crazed best friend decide to take a cross-country road trip in order to crash a party at the magazine's legendary mansion headquarters and win back the girl.","7.152","/i3381ozTbiPgcO6qfs3I6KIdEg4.jpg","[{'id':3638,'logo_path':null,'name':'The Jacobson Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-03-13","0","89","[{'iso_639_1':'en','name':'English'}]","Released","After four years in a coma, Eugene Pratt is going to be reunited with his high school sweetheart... on pages 95-97.","Miss March","false","5.3","145" +"false","/2QNF5qs3HDQmYNTchw8Wn2nl2Vh.jpg","null","31000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","9044","tt0375154","en","Tristan & Isolde","An affair between the second in line to Britain's throne (Franco) and the princess of the feuding Irish (Myles) spells doom for the young lovers.","9.643","/8AAh97XRGbgQnMWMJ6atwEQhJQ1.jpg","[{'id':2981,'logo_path':null,'name':'QI Quality International GmbH Co. KG','origin_country':''},{'id':1171,'logo_path':null,'name':'Epsilon Motion Pictures','origin_country':'CH'},{'id':1403,'logo_path':null,'name':'Franchise Pictures','origin_country':'US'},{'id':1645,'logo_path':'/6Ry6uNBaa0IbbSs1XYIgX5DkA9r.png','name':'Scott Free Productions','origin_country':''},{'id':7692,'logo_path':null,'name':'World 2000 Entertainment','origin_country':'IE'},{'id':11345,'logo_path':null,'name':'Stillking Films','origin_country':''},{'id':19951,'logo_path':null,'name':'ApolloProMedia GmbH & Co. 1. Filmproduktion KG (I)','origin_country':''},{'id':96229,'logo_path':null,'name':'MFF (Tristan & Isolde) Limited','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'CZ','name':'Czech Republic'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2006-04-07","28000000","125","[{'iso_639_1':'en','name':'English'}]","Released","Fighting countries can still love...","Tristan & Isolde","false","6.5","425" +"false","/3gMl7dmHbA3SwnCbLeIUMKjdLy9.jpg","{'id':439053,'name':'Brooklyn Cigar Store Collection','poster_path':'/bgiPsYjbjbRFmEeUfYlp8ZDBVJJ.jpg','backdrop_path':'/r4Ov7P8OADcOxfpuDujoJl2Cqry.jpg'}","2000000","[{'id':35,'name':'Comedy'}]","http://miramax.com/movie/blue-in-the-face/","5894","tt0112541","en","Blue in the Face","Auggie runs a small tobacco shop in Brooklyn, New York. The whole neighborhood comes to visit him to buy cigarettes and have some small talk. During the movie Lou Reed tries to explain why he has to have a cut on his health insurance bill if he keeps smoking and Madonna acts as a Singing Telegram.","3.545","/qa9yf3OlfXbYBb0af0mpawGB6TI.jpg","[{'id':30334,'logo_path':null,'name':'InterAL','origin_country':''},{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-09-15","1275000","83","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'cs','name':'??esk??'}]","Released","Welcome to the planet Brooklyn.","Blue in the Face","false","6.9","55" +"false","/nllMAZXUc8LEwQs2QLVkTkmZxcD.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':36,'name':'History'}]","http://www.bleeckerstreetmedia.com/elvisandnixon","301348","tt2093991","en","Elvis & Nixon","In 1970, a few days before Christmas, Elvis Presley showed up on the White House lawn seeking to be deputized into the Bureau of Narcotics and Dangerous Drugs by the President himself.","5.724","/367GHvPaAkK7uPZR1AhZwULnu0x.jpg","[{'id':47843,'logo_path':null,'name':'Autumn Productions','origin_country':''},{'id':6692,'logo_path':'/2Wd2CodKtgB4XyAQH4ez8qnZuqg.png','name':'Benaroya Pictures','origin_country':'US'},{'id':6901,'logo_path':null,'name':'Prescience','origin_country':''},{'id':21856,'logo_path':null,'name':'Holly Wiersma Productions','origin_country':''},{'id':63369,'logo_path':null,'name':'Elevated Films','origin_country':'US'},{'id':96278,'logo_path':null,'name':'jellyfish Bloom','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-03-22","1055287","87","[{'iso_639_1':'en','name':'English'}]","Released","On December 21st, 1970, two of America's greatest recording artists met for the first time.","Elvis & Nixon","false","5.8","229" +"false","/w3XAwdB90hnguNkrKYksbQTj8lD.jpg","null","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","42872","tt0078749","it","Alien 2 - Sulla terra","A group of cave explorers are confronted in an underground cavern by a mysterious living rock. Little do they know that it bears home to deadly, flesh-eating creatures, intent on wiping out the entire human population. An ultra low-budget, unofficial and unauthorized sequel to the 1979 film Alien, although the plot has little connection to the original film.","3.137","/r3EWH5SsHxjVLw9Y2eCjV3Almi7.jpg","[{'id':39904,'logo_path':null,'name':'GPS','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'}]","1980-04-11","0","92","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","","Alien 2: On Earth","false","2.7","26" +"false","/wVgXZkzJoKs0MMfhAlHdK3XdY71.jpg","null","10000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://www.foxsearchlight.com/demolition/","303991","tt1172049","en","Demolition","An emotionally desperate investment banker finds hope through a woman he meets in Chicago.","7.692","/mPIHDFbwpDAEnyW4yM75ZV2Z2oQ.jpg","[{'id':737,'logo_path':'/dK1GZ1u4our8sJW0Sts1JHeNSLn.png','name':'Sidney Kimmel Entertainment','origin_country':'US'},{'id':2130,'logo_path':'/g0lqeY2FvhzXcOI6z8RVXbORRUY.png','name':'Mr. Mudd Production','origin_country':'US'},{'id':32157,'logo_path':null,'name':'Right of Way Films','origin_country':'US'},{'id':33681,'logo_path':'/dHx2nsV9AC7IBlKN2dk1FDImvOz.png','name':'Black Label Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-04-06","1978592","101","[{'iso_639_1':'en','name':'English'}]","Released","Life: Some disassembly required.","Demolition","false","6.7","1079" +"false","/18SRMsqTVdqYiS3nc3wGYVYb79w.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","","316000","tt0790770","en","Miles Ahead","An exploration of the life and music of Miles Davis.","5.19","/k2lVWTsJ1s3e28qAoAwynGLWoKN.jpg","[{'id':38284,'logo_path':null,'name':'Bifrost Pictures','origin_country':''},{'id':3314,'logo_path':null,'name':'Crescendo Productions','origin_country':''},{'id':13923,'logo_path':'/wobbHfqb8lIBcsUxMOQEgMdVqsQ.png','name':'Sobini Films','origin_country':'US'},{'id':72749,'logo_path':null,'name':'Naked City Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-10-10","3460466","100","[{'iso_639_1':'en','name':'English'}]","Released","If you gonna tell a story, come with some attitude.","Miles Ahead","false","6.7","120" +"false","/zzSKW3BwBIZ8dPkUt0B3h00Q896.jpg","null","26000000","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","","316002","tt1137470","en","Accidental Love","A small town waitress gets a nail accidentally lodged in her head causing unpredictable behavior that leads her to Washington, DC. Sparks fly when she meets a clueless young senator who takes up her cause - but what happens when love interferes with what you stand for?","5.954","/osuJAcyYCHHFeqHmgUjzzPytoyF.jpg","[{'id':17888,'logo_path':null,'name':'K. JAM Media','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-02-10","0","100","[{'iso_639_1':'en','name':'English'}]","Released","Sometimes you nail love. Sometimes it nails you.","Accidental Love","false","4","165" +"false","/12T5sdSInLxMEVHFwrb9kyeHI7D.jpg","{'id':105324,'name':'Mirrors Collection','poster_path':'/uiEEpqieH4kXQqps2QC19wOqd8v.jpg','backdrop_path':'/iKyRjgpQVkPZGXYUeFk6zezoNkL.jpg'}","0","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","46441","tt1576699","en","Mirrors 2","When Max, who is recovering from a traumatic accident, takes a job as a nighttime security guard, he begins to see visions of a young mysterious woman in the store's mirror.","6.442","/9eRiHmKWJd4qNJzoXqKEUCvHNs5.jpg","[{'id':6724,'logo_path':null,'name':'Upload Films','origin_country':''},{'id':711,'logo_path':'/tEiIH5QesdheJmDAqQwvtN60727.png','name':'Fox 2000 Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-10-18","0","86","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pl','name':'Polski'}]","Released","Behind the world you know is a darkness you never imagined.","Mirrors 2","false","5.5","178" +"false","/3ZlkfPqLJjuJYNvPFSnxfgtxTjW.jpg","null","10000000","[{'id':35,'name':'Comedy'}]","http://www.meetnorbit.com/","9757","tt0477051","en","Norbit","A mild-mannered guy who is engaged to a monstrous woman meets the woman of his dreams, and schemes to find a way to be with her.","10.703","/nG88HIY4JR4LUsq1bRIN8jZdB5Z.jpg","[{'id':2184,'logo_path':null,'name':'Tollin/Robbins Productions','origin_country':''},{'id':1302,'logo_path':'/kQZtJdyphCmq292iGDqlUx0yk2D.png','name':'Davis Entertainment','origin_country':'US'},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-02-08","159313561","101","[{'iso_639_1':'en','name':'English'}]","Released","Have You Ever Made A Really Big Mistake?","Norbit","false","5.2","898" +"false","/w5TW2cLJknpWRYjmyuwfsQ1jFDA.jpg","null","5000000","[{'id':27,'name':'Horror'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","http://greenroom-movie.com/","313922","tt4062536","en","Green Room","A punk rock band becomes trapped in a secluded venue after finding a scene of violence. For what they saw, the band themselves become targets of violence from a gang of white power skinheads, who want to eliminate all evidence of the crime.","10.77","/sTlPvjdQrrv5cLH410aMlSxqi0x.jpg","[{'id':1976,'logo_path':'/vuNHAl3LpcNtjtRx8Ml4gpUMO2G.png','name':'filmscience','origin_country':'US'},{'id':49389,'logo_path':'/3rOhrdjnUHsf0GPa66b9KyR2MUx.png','name':'Broad Green Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-04-15","3220371","95","[{'iso_639_1':'en','name':'English'}]","Released","One way in. No way out.","Green Room","false","6.8","1257" +"false","/9tayGegNltU7dIwa6ZGFuEFofbP.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'}]","http://video.movies.go.com/wildhogs/","11199","tt0486946","en","Wild Hogs","Restless and ready for adventure, four suburban bikers leave the safety of their subdivision and head out on the open road. But complications ensue when they cross paths with an intimidating band of New Mexico bikers known as the Del Fuegos.","9.726","/7uxAapp2ZITmQmjdyodFgCAINAG.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':6354,'logo_path':null,'name':'Wild Hogs Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-03-02","253625427","100","[{'iso_639_1':'en','name':'English'}]","Released","A lot can happen on the road to nowhere.","Wild Hogs","false","5.8","1162" +"false","/jUhO9BqouPUY9lbgvVuSm18lN2X.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","378200","tt4871980","en","The Perfect Match","Terrence J. stars as Charlie, a playboy who's convinced that relationships are dead. His two best friends, Donald Faison and Robert C. Riley, bet him that if he sticks to one woman for one month, he's bound to get attached. Charlie denies this until he crosses paths with the beautiful and mysterious Eva, played by singer/actress Cassie. They may agree to a casual affair, but eventually Charlie is questioning whether he may actually want more.","4.367","/iAfySdR9cVmmSv78JbpiAl5iz9s.jpg","[{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':72634,'logo_path':null,'name':'Jorva Entertainment Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-03-11","0","96","[{'iso_639_1':'en','name':'English'}]","Released","t's what everyone's looking for","The Perfect Match","false","5.4","73" +"false","/2qJYF7jQSUhpk6kXBCd75bBA0S0.jpg","null","10000000","[{'id':35,'name':'Comedy'}]","http://www.everybodywantssomemovie.com/","295699","tt2937696","en","Everybody Wants Some!!","A comedy that follows a group of friends as they navigate their way through the freedoms and responsibilities of unsupervised adulthood.","7.154","/mIpd0rGxruvxCnMSmh4gd8wuhmv.jpg","[{'id':13184,'logo_path':'/pfUB1a62jSMIqp4Xmaq6z2cgW0B.png','name':'Annapurna Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-03-30","3400278","116","[{'iso_639_1':'en','name':'English'}]","Released","Here for a good time not a long time","Everybody Wants Some!!","false","6.4","658" +"false","/n9a3JQOXIXXcJtt8CreMkHqIr9S.jpg","{'id':201576,'name':'The Cabin Fever Collection','poster_path':'/n8vkIVzg9jgxAVRF0Nt0jtXqOiM.jpg','backdrop_path':'/j82lEJUxFlXC35Pi75P3sAbkTUq.jpg'}","0","[{'id':27,'name':'Horror'}]","","298584","tt3832096","en","Cabin Fever","In this grisly remake of the 2002 horror hit, five college chums rent an isolated woodland cabin for a party. But their fun quickly ends when the group is exposed to a hideous flesh-eating virus, and survival becomes the name of the game.","6.786","/4E9EujszaChAzBruxS9BxRcVtIc.jpg","[{'id':73192,'logo_path':null,'name':'Pelican Point Media','origin_country':''},{'id':73193,'logo_path':null,'name':'Contend','origin_country':''},{'id':35849,'logo_path':'/bHYIJoy2ri7crfHugwR0AdF3qdM.png','name':'Armory Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-02-12","0","99","[{'iso_639_1':'en','name':'English'}]","Released","You can't run from what's inside.","Cabin Fever","false","4.6","205" +"false","/uAHZoVE4tkUHTVzm03raQYTsarx.jpg","{'id':283579,'name':'Divergent Collection','poster_path':'/nXuCj7NcsC2bPJlwD6t2l9ZTDnt.jpg','backdrop_path':'/uExS9jcaFBM1wJhkn1Q1P0MFpv6.jpg'}","110000000","[{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'},{'id':9648,'name':'Mystery'}]","http://www.thedivergentseries.movie/#allegiant","262504","tt3410834","en","Allegiant","Beatrice Prior and Tobias Eaton venture into the world outside of the fence and are taken into protective custody by a mysterious agency known as the Bureau of Genetic Welfare.","17.965","/tSFBh9Ayn5uiwbUK9HvD2lrRgaQ.jpg","[{'id':10227,'logo_path':'/3YfRy3DBl4abcqkzGx4RVNz12yl.png','name':'Mandeville Films','origin_country':'US'},{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':14440,'logo_path':null,'name':'Red Wagon Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-03-09","179246868","121","[{'iso_639_1':'en','name':'English'}]","Released","Break the boundaries of your world","Allegiant","false","5.9","3960" +"false","/e3iLZLH8RcI4DAutctWiB2zvV8D.jpg","null","25000000","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","13252","tt0896798","en","Cleaner","Single father and former cop Tom Cutler has an unusual occupation: he cleans up death scenes. But when he's called in to sterilize a wealthy suburban residence after a brutal shooting, Cutler is shocked to learn he may have unknowingly erased crucial evidence, entangling himself in a dirty criminal cover-up.","6.765","/bhZ8LZXNOAMTpziYiE4ebn7est4.jpg","[{'id':925,'logo_path':'/dIb9hjXNOkgxu4kBWdIdK8nM4w.png','name':'Nu Image','origin_country':'US'},{'id':10039,'logo_path':'/b8w4LldQolMKiLZw4FQJBcXSDGI.png','name':'Anonymous Content','origin_country':'US'},{'id':1020,'logo_path':'/kuUIHNwMec4dwOLghDhhZJzHZTd.png','name':'Millennium Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-09-11","0","88","[{'iso_639_1':'en','name':'English'}]","Released","Solving a crime can be dirty work","Cleaner","false","5.9","333" +"false","/6WZFwJOKyitCqWkIj52HB34wddU.jpg","null","30000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","4347","tt0783233","en","Atonement","As a 13-year-old, fledgling writer Briony Tallis irrevocably changes the course of several lives when she accuses her older sister's lover of a crime he did not commit.","14.283","/quaWuwYZd8IbZMCOhW3CZEvyCWJ.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'},{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","2007-08-29","129266061","123","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Torn apart by betrayal. Separated by war. Bound by love.","Atonement","false","7.6","1924" +"false","/pg7W4YCvpoub573MZtV3Rmmz9fE.jpg","null","4500000","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","36419","tt0838247","en","After.Life","Following a terrible car crash, a woman awakes to find an enigmatic mortician preparing her for burial.","7.557","/8mtT1Hqp63s3DiGxZckxQj0Mioy.jpg","[{'id':12410,'logo_path':null,'name':'Lleju Productions','origin_country':''},{'id':6020,'logo_path':null,'name':'Harbor Light Entertainment','origin_country':'US'},{'id':2224,'logo_path':null,'name':'Plum Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-11-07","3606395","104","[{'iso_639_1':'en','name':'English'}]","Released","Life is the symptom. Death is the cure.","After.Life","false","5.6","395" +"false","/dHSgVh3zmKlDFqpnNue7jmCm1Hx.jpg","null","0","[{'id':99,'name':'Documentary'}]","","339934","tt3504604","en","Steve McQueen: The Man & Le Mans","Steve McQueen: The Man & Le Mans interweaves stunning newly discovered footage and voice recordings with original interviews. It is the true story of how a cinema legend would risk almost everything in pursuit of his dream.","1.982","/nSu9ta4WiMnscFsM7Iv4FBAXgN4.jpg","[{'id':77609,'logo_path':null,'name':'The Man','origin_country':''},{'id':77610,'logo_path':null,'name':'Le Mans LTD','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-05-16","0","112","[{'iso_639_1':'en','name':'English'}]","Released","The true story of a life changing passion","Steve McQueen: The Man & Le Mans","false","7.4","16" +"false","/uAq7xPyAFQVjYsZ3Q0CvPc7qzYy.jpg","null","4000000","[{'id':35,'name':'Comedy'},{'id':9648,'name':'Mystery'}]","http://www.scoopmovie.net/","512","tt0457513","en","Scoop","An American journalism student in London scoops a big story, and begins an affair with an aristocrat as the incident unfurls.","10.189","/mRRSxsCnJriz3geocV4i6Lm0nox.jpg","[{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':289,'logo_path':null,'name':'Ingenious Film Partners','origin_country':''},{'id':290,'logo_path':'/Q8mw2AOQQc8Qg0uNwLWq86DVZv.png','name':'Ingenious Media','origin_country':'GB'},{'id':291,'logo_path':null,'name':'Perdido Prod.','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2006-07-27","31584901","96","[{'iso_639_1':'en','name':'English'}]","Released","The perfect man. The perfect story. The perfect murder.","Scoop","false","6.5","739" +"false","/h2ejoOCwb1TMo8rKHXgsUhlGNum.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","25468","tt0082783","en","My Dinner with Andre","Wallace Shawn and Andre Gregory, apparently playing themselves, share their lives over the course of an evening meal at a restaurant.","5.799","/jmY4LAmCu27X9U88ksVvodm9mXW.jpg","[{'id':55642,'logo_path':null,'name':'The Andre Company','origin_country':''},{'id':55643,'logo_path':null,'name':'Saga Productions Inc.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1981-10-11","0","110","[{'iso_639_1':'en','name':'English'}]","Released","","My Dinner with Andre","false","7.8","129" +"false","/qk9pIFlAD1Bg5l95Oh6rzggTQSJ.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","29570","tt0056127","en","Journey to the Seventh Planet","A space expedition to Uranus is menaced by a giant brain that can make illusions come true.","2.017","/teVKcwWifphk2jDzFEuVMJlBiLz.jpg","[{'id':13757,'logo_path':null,'name':'Cinemagic Inc.','origin_country':''}]","[{'iso_3166_1':'DK','name':'Denmark'},{'iso_3166_1':'US','name':'United States of America'}]","1962-03-10","0","77","[{'iso_639_1':'en','name':'English'}]","Released","What is this monstrous THING? With the power of mind over matter?... There beyond the stars your unspeakable fears...deepest desires...come alive...and you are trapped in a spectacle of terror- your secret fears pitted against you!","Journey to the Seventh Planet","false","4.5","21" +"false","/w7yzaQ7P2UBtSyMqMOx0zNxc3wB.jpg","null","60000000","[{'id':10402,'name':'Music'},{'id':99,'name':'Documentary'},{'id':18,'name':'Drama'}]","http://www.thisisit-movie.com","13576","tt1477715","en","This Is It","A compilation of interviews, rehearsals and backstage footage of Michael Jackson as he prepared for his series of sold-out shows in London.","9.129","/4ZgT8FRJxxpG0mgOIPeCgjzAsBR.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-10-28","0","111","[{'iso_639_1':'en','name':'English'}]","Released","Like You've Never Seen Him Before","This Is It","false","6.9","407" +"false","/uNu37hV5FuPCXgCsXwe7aQP4p2i.jpg","null","22000000","[{'id':14,'name':'Fantasy'},{'id':10402,'name':'Music'}]","","13192","tt0095655","en","Moonwalker","A movie that starts out with the ""Man in the Mirror"" music video, it then changes to a montage of video clips of Michael's career. Next comes a parody of his Bad video by children, and then Michael is chased by fans in a fantasy sequence. 2 more videos are shown, and then a movie in which Michael plays a hero with magical powers. In it he is chased by drug dealer Mr. Big and saves three children. Videos included in the movie are ""Smooth Criminal"" and ""Come Together"".","5.565","/3GwTPQkAcgDeAirRpEuJG8HDdRz.jpg","[{'id':7702,'logo_path':null,'name':'Ultimate Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-10-29","0","93","[{'iso_639_1':'en','name':'English'}]","Released","A movie like no other","Moonwalker","false","6.3","205" +"false","/hVFmNv8jRYXfK4GgNVHppmZiv8k.jpg","{'id':33071,'name':'Cheech & Chong Collection','poster_path':'/mI9ggvzjaDIGN1qcrM9fvATHVmZ.jpg','backdrop_path':'/tJqD18aCja9kNpZ1W2r5gZK2qdq.jpg'}","0","[{'id':35,'name':'Comedy'}]","","14774","tt0087042","en","Cheech & Chong's The Corsican Brothers","Two brothers who can feel each others' pain and pleasure mess up the French revolution.","3.204","/xYlE4EHq6pzGwEr2WWCS6F5F00p.jpg","[{'id':6434,'logo_path':'/x1LyqrMQQ4SaUCScHcTjf1ZLxuY.png','name':'MGM Home Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-07-27","0","82","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","They saw Paris. They saw France. They saw the Queen in her underpants.","Cheech & Chong's The Corsican Brothers","false","5.1","35" +"false","/98h2NpMPCHjB7hWaZmEKcX8mNSz.jpg","null","47000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","1492","tt0103594","en","1492: Conquest of Paradise","1492: Conquest of Paradise depicts Christopher Columbus??? discovery of The New World and his effect on the indigenous people.","10.264","/bdrP911VLCPBX7AGgYRT3Dlr1OD.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':9,'logo_path':'/nda3dTUYdDrJ6rZqBpYvY865aDv.png','name':'Gaumont','origin_country':'FR'},{'id':591,'logo_path':'/q5I5RDwMEiqoNmfaJgd2LraEOJY.png','name':'France 3 Cin??ma','origin_country':'FR'},{'id':634,'logo_path':null,'name':'ABC Pictures','origin_country':''},{'id':10898,'logo_path':null,'name':'L??gende Entreprises','origin_country':''},{'id':10899,'logo_path':null,'name':'Due West','origin_country':''},{'id':10900,'logo_path':null,'name':'Cyrkfilms','origin_country':''},{'id':10901,'logo_path':null,'name':'Minist??re de la Culture','origin_country':'FR'},{'id':10902,'logo_path':null,'name':'Spanish Ministry of Culture','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'CR','name':'Costa Rica'},{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1992-10-09","7191399","154","[{'iso_639_1':'en','name':'English'}]","Released","Centuries before the exploration of space, there was another voyage into the unknown.","1492: Conquest of Paradise","false","6.2","337" +"false","/dsSYOWH2vRBVIxV0gQaJbelJsjq.jpg","null","1000000","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","403214","tt2181778","en","Milwood","After a fatal accident occurs, Nathan Perry is assigned to the Milwood facility for young adults. During his time at Milwood, Nathan becomes a victim of unforeseen terror and unusual behavior.","0.6","/fzz4X4uIZmYXpuhO37VKFOwMGxD.jpg","[{'id':78453,'logo_path':null,'name':'Roman Media','origin_country':''}]","[{'iso_3166_1':'BG','name':'Bulgaria'},{'iso_3166_1':'US','name':'United States of America'}]","2013-06-22","0","90","[{'iso_639_1':'en','name':'English'}]","Released","A Child's Mind is a Fragile Toy","Milwood","false","5.6","5" +"false","/vsjBeMPZtyB7yNsYY56XYxifaQZ.jpg","{'id':209131,'name':'Man of Steel Collection','poster_path':'/rNnIW6xSPeTiIUtsfEhFeIRiJVv.jpg','backdrop_path':'/csERw2A3XIsGegkzil6UGpyhqfw.jpg'}","250000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'}]","http://www.batmanvsupermandawnofjustice.com/","209112","tt2975590","en","Batman v Superman: Dawn of Justice","Fearing the actions of a god-like Super Hero left unchecked, Gotham City???s own formidable, forceful vigilante takes on Metropolis???s most revered, modern-day savior, while the world wrestles with what sort of hero it really needs. And with Batman and Superman at war with one another, a new threat quickly arises, putting mankind in greater danger than it???s ever known before.","32.128","/cGOPbv9wA5gEejkUN892JrveARt.jpg","[{'id':41624,'logo_path':'/wzKxIeQKlMP0y5CaAw25MD6EQmf.png','name':'RatPac-Dune Entertainment','origin_country':'US'},{'id':507,'logo_path':'/z7H707qUWigbjHnJDMfj6QITEpb.png','name':'Atlas Entertainment','origin_country':'US'},{'id':9995,'logo_path':'/mAIGhOYhN4N2N0F7p4dbKhgXf3l.png','name':'Cruel & Unusual Films','origin_country':'US'},{'id':429,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Comics','origin_country':'US'},{'id':9993,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Entertainment','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-03-23","873260194","151","[{'iso_639_1':'en','name':'English'}]","Released","Justice or revenge","Batman v Superman: Dawn of Justice","false","5.8","11630" +"false","/nqpqY9ApTKky4pk1Tid5nwty2by.jpg","null","0","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':10770,'name':'TV Movie'}]","","38060","tt0213065","en","The Lorax","The Once-ler, a ruined industrialist, tells the tale of his rise to wealth and subsequent fall, as he disregarded the warnings of a wise old forest creature called the Lorax about the environmental destruction caused by his greed.","2.274","/1f2T6PDGXcsCfkeizkwS4O1dyQD.jpg","[{'id':8402,'logo_path':null,'name':'DePatie-Freleng Enterprises (DFE)','origin_country':''},{'id':4898,'logo_path':null,'name':'Columbia Broadcasting System (CBS)','origin_country':''},{'id':8811,'logo_path':null,'name':'The Cat in the Hat Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1972-02-14","0","25","[{'iso_639_1':'en','name':'English'}]","Released","","The Lorax","false","7.4","32" +"false","/p22o8ZYUi1Gs1SewNqd5dWgIonu.jpg","null","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","27895","tt0346811","fr","The Curse of the Komodo","Genetically-engineered Komodo dragons have become ginormous creatures hunting people on a remote tropical island. A small group of scientists must stop the dragons before they escape the island and destroy the rest of the world.","1.646","/7oJEwqiTS8LEOAy3BLBY8EzAHhY.jpg","[{'id':11130,'logo_path':null,'name':'Royal Oaks Entertainment Inc.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-04-09","0","92","[{'iso_639_1':'en','name':'English'}]","Released","","The Curse of the Komodo","false","3.7","19" +"false","/fztkRpVydDJKSo07oEdqOYTZF1q.jpg","null","25485000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10752,'name':'War'}]","","11165","tt0066473","en","Tora! Tora! Tora!","In the summer of 1941, the United States and Japan seem on the brink of war after constant embargos and failed diplomacy come to no end. ""Tora! Tora! Tora!"", named after the code words use by the lead Japanese pilot to indicate they had surprised the Americans, covers the days leading up to the attack on Pearl Harbor, which plunged America into the Second World War.","6.248","/fInDi69s6Y6AQ1drthAxJMbY0lE.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'US','name':'United States of America'}]","1970-01-26","29548291","144","[{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'en','name':'English'}]","Released","The incredible attack on Pearl Harbor.","Tora! Tora! Tora!","false","7","216" +"false","/j29rVuIcHfCERifgFvYXBLBD8Dc.jpg","null","22000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","13257","tt0419984","en","Mr. Woodcock","Taken aback by his mother's wedding announcement, a young man returns home in an effort to stop her from marrying his old high school gym teacher, a man who made high school hell for generations of students.","8.003","/wCakZiRTNOd9jS6Rf32IjMBvIr9.jpg","[{'id':7741,'logo_path':null,'name':'Landscape Entertainment','origin_country':''},{'id':1565,'logo_path':null,'name':'Avery Pix','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-09-14","0","87","[{'iso_639_1':'en','name':'English'}]","Released","Letting Go of Your Past Is Hard... Especially When It's Dating Your Mom.","Mr. Woodcock","false","4.8","211" +"false","/anGlf5P62Eq0Eg4JtODjZzaF0g6.jpg","null","0","[{'id':27,'name':'Horror'}]","","103071","tt0082257","en","Demonoid: Messenger of Death","A British woman visits her husband at the Mexican mine he is attempting to reopen and discovers that the workers refuse to enter the mine fearing an ancient curse. The couple enter the mine to prove there is no danger and inadvertently release a demon which possess people's left hands and forces them to behave in a suitably diabolical manner. The only way for a possessed person to free themselves from this torment is to cut off their left hand after which it scurries away in search of its next victim.","2.591","/fbM1P8SI5mXA34f4o2BaUhnHJmJ.jpg","[{'id':72833,'logo_path':null,'name':'Zach Motion Pictures Inc.','origin_country':''},{'id':5561,'logo_path':null,'name':'Panorama Films','origin_country':'MX'},{'id':14223,'logo_path':null,'name':'Film Unit Queretaro STPC,RM','origin_country':''}]","[{'iso_3166_1':'MX','name':'Mexico'},{'iso_3166_1':'US','name':'United States of America'}]","1981-02-27","0","80","[{'iso_639_1':'en','name':'English'}]","Released","Up from the depths of hell comes the ultimate horror!","Demonoid: Messenger of Death","false","5.3","8" +"false","/jfrvSROMkP7omBa1bCzTqI2GQYi.jpg","null","2700000","[{'id':35,'name':'Comedy'}]","","55457","tt0077714","en","I Wanna Hold Your Hand","If they missed Beatles' first appearance in the U.S.A. they would hate themselves for the rest of their lives! So six young girls from New Jersey set off even though they don't have tickets for the show! The journey is full of surprises and misfortunes but the young ladies are determined to reach their idols.","5.007","/bsswhzIRIKfIYgplvnblKDkEdp7.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1978-04-20","0","104","[{'iso_639_1':'en','name':'English'}]","Released","Some girls will do anything to meet their idols.","I Wanna Hold Your Hand","false","6.5","37" +"false","/bNpUoJD7HgzPBzuvt1ubL8WKmRG.jpg","null","0","[{'id':27,'name':'Horror'}]","","28264","tt0085253","en","Blood Rage","In 1974, Terry commits a murder and pins it on his twin brother, Todd. Ten years later, Todd escapes from a mental institution on the same day as Terry???s murderous instincts resurface.","2.436","/pItLbkZyuUjKUOeniZrVJ6ThDpm.jpg","[{'id':55530,'logo_path':null,'name':'Film Limited Partnership','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-06-01","0","84","[{'iso_639_1':'en','name':'English'}]","Released","Not all the evil is on Elm Street ...","Blood Rage","false","5.8","48" +"false","/6XMJsBAsAdIH5lE89lLc4i8PNkt.jpg","{'id':405256,'name':'Dolemite Collection','poster_path':'/u3b7eaSqFqEjrLbr1yfVILzY3GZ.jpg','backdrop_path':'/qCqmlrv1ZPZ0yvXTq73953a1UTG.jpg'}","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","","32100","tt0074653","en","The Human Tornado","Dolemite comes to the rescue of Queen Bee, whose Nightclub is threatened by the Mafia.","1.048","/q2ziWql5KNyZUerDDt9CEA9F5bp.jpg","[{'id':14967,'logo_path':null,'name':'Comedian International','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1976-10-02","0","85","[{'iso_639_1':'en','name':'English'}]","Released","Nerve-shattering??? Brain-battering??? Mind-splattering??? A ONE MAN DISASTER!","The Human Tornado","false","6","13" +"false","/f9thi5IrzhO2kgJSEkU8ZgrJxnm.jpg","null","3000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","37247","tt0061722","en","The Graduate","Benjamin, a recent college graduate is very worried about his future, he then finds himself in a love triangle with an older woman and her daughter.","13.427","/AuFvrbtWSPiBPIv9ewH2DV4nhCD.jpg","[{'id':47557,'logo_path':null,'name':'Lawrence Turman Films, Inc.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1967-12-21","104945305","106","[{'iso_639_1':'en','name':'English'}]","Released","This is Benjamin. He's a little worried about his future.","The Graduate","false","7.7","1462" +"false","/2zc2iwf1MWFZcF26dim2r2p82uz.jpg","null","6000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","33408","tt0106627","en","The Crush","A precocious and obsessive teenager develops a crush on a naive writer with harrowing consequences.","7.979","/7DGYohz2tyo0mpkVxsccqBTf9vl.jpg","[{'id':10210,'logo_path':null,'name':'Morgan Creek Productions','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-04-02","13609396","89","[{'iso_639_1':'en','name':'English'}]","Released","He thought it was just a crush. He was dead wrong.","The Crush","false","5.8","134" +"false","/hGRi7gIQinJotc1xvTJSDl26FbQ.jpg","null","0","[{'id':18,'name':'Drama'}]","","71881","tt0093029","en","Five Corners","A psychotic young man returns to his old neighborhood after release from prison. He seeks out the woman he previously tried to rape and the man who protected her, with twisted ideas of love for her and hate for him.","2.769","/sjCavnds8Yfk57fG5GGtBhnNjrt.jpg","[{'id':20076,'logo_path':null,'name':'HandMade Films','origin_country':''},{'id':5231,'logo_path':null,'name':'Cineplex-Odeon Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1987-09-11","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Friends last forever. Goodness is its own reward. ...And there ain't no Indians in the Bronx.","Five Corners","false","5.9","21" +"false","/yxHTXF2Lcog3b9eN5kOsTtazFfV.jpg","null","0","[{'id':18,'name':'Drama'}]","","29845","tt0072417","en","A Woman Under the Influence","Mabel Longhetti, desperate and lonely, is married to a Los Angeles municipal construction worker, Nick. Increasingly unstable, especially in the company of others, she craves happiness, but her extremely volatile behavior convinces Nick that she poses a danger to their family and decides to commit her to an institution for six months. Alone with a trio of kids to raise on his own, he awaits her return, which holds more than a few surprises.","5.684","/6EJ4JoTxnH1QmGTE9pPzgtW1cLW.jpg","[{'id':454,'logo_path':null,'name':'Faces International Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1974-09-19","0","155","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","","A Woman Under the Influence","false","8","150" +"false","/xxLccKWaqBvDotAWsMSAuDdaOWw.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","36949","tt0045465","en","99 River Street","A former boxer --now taxi driver-- gets mixed up with jewel thieves.","1.95","/qsqgQJL1YITEBG3In9UIdmUUvWm.jpg","[{'id':13479,'logo_path':null,'name':'Edward Small Productions','origin_country':''},{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1953-03-10","0","83","[{'iso_639_1':'en','name':'English'}]","Released","Rips into you like a double-crossing Dame!","99 River Street","false","7","24" +"false","/sHmEUdWNYQltgoXB4CDIWyn54pF.jpg","null","0","[{'id':27,'name':'Horror'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","26234","tt0066730","en","10 Rillington Place","The story of British serial killer John Christie, who committed most or all of his crimes in the titular terraced house, and the miscarriage of justice involving Timothy Evans.","4.428","/7WYZ6wm3508EsqWcQiC9xNUTQZt.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':1138,'logo_path':null,'name':'Filmways Pictures','origin_country':''},{'id':31347,'logo_path':null,'name':'Genesis Productions Ltd.','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1971-02-10","0","106","[{'iso_639_1':'en','name':'English'}]","Released","What happened to the women at 10 Rillington Place?","10 Rillington Place","false","7.3","72" +"false","/5Ui4LUCk9Td1IYHlLbr3xdc2p5p.jpg","null","10000000","[{'id':35,'name':'Comedy'},{'id':28,'name':'Action'}]","","18764","tt0105399","cn","?????????","Twins, separated at birth, end up as a Hong Kong gangster and a New York concert pianist. When the pianist travels to Hong Kong for a concert, the two inevitably get mistaken for each other.","7.909","/vl7aI8rWk9MoRp9j6VagrRZFxRM.jpg","[{'id':71988,'logo_path':null,'name':'Hong Kong Film Directors Guild','origin_country':''},{'id':3054,'logo_path':null,'name':'Golden Way Films Ltd.','origin_country':''},{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'},{'id':3055,'logo_path':null,'name':'Paragon Films Ltd.','origin_country':''},{'id':107789,'logo_path':null,'name':'Gala Film Distribution Limited','origin_country':''}]","[{'iso_3166_1':'HK','name':'Hong Kong'}]","1992-01-15","0","89","[{'iso_639_1':'cn','name':'????????? / ?????????'}]","Released","Twice the action!","Twin Dragons","false","6.2","120" +"false","/gMGFCW5YCR0C958xxuKAoInUoiE.jpg","null","0","[{'id':37,'name':'Western'}]","","11916","tt0065134","en","Two Mules for Sister Sara","Hogan, on his way to do some reconnaissance for a future mission to capture a French fort, encounters Sister Sara, a nun in trouble. Before he knows it, Hogan is accompanying Sister Sara in the dangerous frontier while she seeks to achieve a hidden goal.","8.686","/u98Fqg9CJsvy0ppn21ndND3WDnY.jpg","[{'id':10812,'logo_path':null,'name':'Sanen Productions','origin_country':''},{'id':171,'logo_path':null,'name':'Malpaso Productions','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'MX','name':'Mexico'},{'iso_3166_1':'US','name':'United States of America'}]","1970-06-14","5050000","116","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","CLINT EASTWOOD...the deadliest man alive...takes on a whole army with two guns and a fistful of dynamite!","Two Mules for Sister Sara","false","6.8","221" +"false","/7AnyXIa6M55ZRT7kMvy10umEcD7.jpg","null","0","[{'id':18,'name':'Drama'}]","","10867","tt0213847","it","Mal??na","On the day in 1940 that Italy enters the war, two things happen to the 12-year-old Renato: he gets his first bike, and he gets his first look at Mal??na. She is a beautiful, silent outsider who's moved to this Sicilian town to be with her husband, Nico. He promptly goes off to war, leaving her to the lustful eyes of the men and the sharp tongues of the women. During the next few years, as Renato grows toward manhood, he watches Mal??na suffer and prove her mettle. He sees her loneliness, then grief when Nico is reported dead, the effects of slander on her relationship with her father, her poverty and search for work, and final humiliations. Will Renato learn courage from Mal??na and stand up for her?","9.902","/6T3CqD4hS6xf5dnuAXcrYMsVtzR.jpg","[{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':1702,'logo_path':null,'name':'Medusa Produzione','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'}]","2000-10-27","0","109","[{'iso_639_1':'it','name':'Italiano'}]","Released","She was too young to be a widow, and too beautiful to be alone. Every man wanted to have her. One boy risked everything to protect her.","Malena","false","7","559" +"false","/Ajt7HGVB8jfM82mGuSTQKu89SyW.jpg","null","10000000","[{'id':18,'name':'Drama'}]","","21641","tt1226271","en","The Damned United","Taking over Leeds United, Brian Clough's abrasive approach and his clear dislike of the players' dirty style of play make it certain there is going to be friction. Glimpses of his earlier career help explain both his hostility to previous manager Don Revie and how much he is missing right-hand man Peter Taylor.","7.648","/h9xozWgif2RpKbJ7T6M0VSrAguV.jpg","[{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':2690,'logo_path':'/9XXpd39mDfkWmcNB6R0tpvzo781.png','name':'Screen Yorkshire','origin_country':'GB'},{'id':5340,'logo_path':'/tj8dH2Kcj1v3sh7Q617ImdcUvDh.png','name':'Left Bank Pictures','origin_country':'GB'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2009-03-27","0","97","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'hu','name':'Magyar'}]","Released","They love me for what I'm not... ...they hate me for what I am.","The Damned United","false","7.3","269" +"false","/yF74RJ1r87tqXbcPpeYs9AEXYbm.jpg","{'id':176118,'name':'The Are We Collection','poster_path':'/fyQ1tpTvag7IXBJOhltUomI4LUv.jpg','backdrop_path':'/uZRixx529cMcwqmYW5xGFIso7Q3.jpg'}","32000000","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':10749,'name':'Romance'}]","","11637","tt0368578","en","Are We There Yet?","The fledgling romance between Nick, a playboy bachelor, and Suzanne, a divorced mother of two, is threatened by a particularly harrowing New Years Eve. When Suzanne's work keeps her in Vancouver for the holiday, Nick offers to bring her kids to the city from Portland, Oregon. The kids, who have never liked any of the men their mom dates, are determined to turn the trip into a nightmare for Nick.","7.747","/e081B8b8ZCAfeyof5Zm6dNwJOmp.jpg","[{'id':497,'logo_path':'/pMyhOBd3sCiLzBlmIopdJkcUFtn.png','name':'Revolution Studios','origin_country':''},{'id':2780,'logo_path':'/hgdyY2exOpOXG3EkQR8WsUAUNBZ.png','name':'Cube Vision','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-01-20","97918663","95","[{'iso_639_1':'en','name':'English'}]","Released","24 hours. 350 miles. His girlfriend's kids. What could possibly go wrong?","Are We There Yet?","false","5.3","415" +"false","/fzm0aVGf4I6d0vIDoV9NIfFipGN.jpg","null","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","112687","tt0068498","en","Doomwatch","The waters surrounding an island become contaminated by chemical dumping, and people who eat fish caught in those waters become deformed and violent.","1.712","/tuyJVMke3D9esBcEZrkJoQuID6f.jpg","[{'id':4579,'logo_path':null,'name':'Tigon British Film Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1972-03-01","0","92","[{'iso_639_1':'en','name':'English'}]","Released","An ecological nightmare gone berserk!","Doomwatch","false","6.9","9" +"false","/kkSJdkarg1oJGWiNiWHZviHbYaA.jpg","null","0","[{'id':10752,'name':'War'},{'id':99,'name':'Documentary'},{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10770,'name':'TV Movie'}]","","61302","tt0057982","en","Culloden","Culloden is a 1964 docudrama written and directed by Peter Watkins for BBC TV. It portrays the 1746 Battle of Culloden that resulted in the British Army's destruction of the Scottish Jacobite uprising and, in the words of the narrator, ""tore apart forever the clan system of the Scottish Highlands"". Described in its opening credits as ""an account of one of the most mishandled and brutal battles ever fought in Britain"", Culloden was hailed as a breakthrough for its cinematography as well as its use of non-professional actors and its presentation of an historical event in the style of modern TV war reporting. The film was based on John Prebble's study of the battle.","1.564","/oKVFnfPrkhjcK4s73dcGjD4wi1k.jpg","[{'id':3324,'logo_path':'/16fY7pucCzn7WSOYxOGRHlAayL3.png','name':'BBC','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1964-05-24","0","69","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'gd','name':''}]","Released","","Culloden","false","7.2","22" +"false","/lLifuSqnTu8z6YaP24QiOSIXAp2.jpg","null","7500000","[{'id':18,'name':'Drama'}]","","396","tt0061184","en","Who's Afraid of Virginia Woolf?","A bitter, aging couple, with the help of alcohol, use a young couple to fuel anguish and emotional pain towards each other.","6.158","/nAHXJDIefD9HN2ChhREwHO9Y6nr.jpg","[{'id':1684,'logo_path':null,'name':'Chenault Productions','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1966-06-21","33736689","131","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'la','name':'Latin'}]","Released","You are cordially invited to George and Martha's for an evening of fun and games","Who's Afraid of Virginia Woolf?","false","8","328" +"false","/oQnqRpDp61BiiT2F2EVy4FCfumD.jpg","{'id':143766,'name':'The Substitute Collection','poster_path':'/hImw5aICI3kqEFARKVBzHkehVWb.jpg','backdrop_path':null}","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","20762","tt0117774","en","The Substitute","After he did some jobs for CIA, ex-marine John Shale is visiting his high school love Jane. She's now a teacher in Columbus High School in Miami. Soon after his arriving Jane has her knee cap broken while jogging. After that, John decides to go undercover as her substitute in high school. Very soon he finds out that gang named Kings of Destruction is terrorizing the school.","6.232","/jlhe2SKWqW3F7BEQl3sOkgXLtkW.jpg","[{'id':285,'logo_path':null,'name':'Live Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-04-19","0","114","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","","The Substitute","false","5.9","104" +"false","/yPXx2QSvq8IZk8eY8P9ghbijjS9.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","274504","tt1735907","en","The Adderall Diaries","Writer and Adderall enthusiast Stephen Elliott reaches a low point when his estranged father resurfaces, claiming that Stephen has fabricated much of the dark childhood that that fuels his writing. Adrift in the precarious gray area of memory, Stephen is led by three sources of inspiration: a new romance, the best friend who shares his history, and a murder trial that reminds him more than a little of his own story. Based on the memoir of the same name.","6.717","/c4Ru5EJreB7WsnOJNHwedTt8lrk.jpg","[{'id':8924,'logo_path':'/5NTQun1m6FVJVOVHOubJ5SqyMvi.png','name':'Rabbit Bandini Productions','origin_country':'US'},{'id':50478,'logo_path':null,'name':'Windowseat Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-04-15","13191","105","[{'iso_639_1':'en','name':'English'}]","Released","The truth is a motherf_cker.","The Adderall Diaries","false","5.3","88" +"false","/x6KQ9O2zIvaDBWLjrjqws5LWDNR.jpg","{'id':366380,'name':'Sumuru Filmreihe','poster_path':null,'backdrop_path':null}","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':80,'name':'Crime'}]","","37960","tt0061976","en","The Million Eyes of Sumuru","Frankie Avalon and George Nader (that guy from ""The Robot Monster"") are a couple of wise-cracking, swingin' secret agents. Their enemy is Shirley Eaton as Su-Muru, who plans to remove all of the men who are currently in power and replace them with her army of women.","1.245","/hfSkL86Z6whuyhalN5aFWSP78c.jpg","[{'id':9266,'logo_path':null,'name':'American International Pictures (AIP)','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1967-05-05","0","80","[{'iso_639_1':'en','name':'English'}]","Released","She rules a palace of pleasure","The Million Eyes of Sumuru","false","4.5","15" +"false","/qexktbB0bS9ZWDPomNf7Fs4ov0Q.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':37,'name':'Western'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'}]","","30462","tt0054757","en","The Comancheros","Texas Ranger Jake Cutter arrests gambler Paul Regret, but soon finds himself teamed with his prisoner in an undercover effort to defeat a band of renegade arms merchants and thieves known as Comancheros.","5.029","/nJOTH28vU6Jo6VxylCWMZ3jEe75.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1961-10-30","0","105","[{'iso_639_1':'en','name':'English'}]","Released","Big Jake the Adventurer... Paul Regret the Gambler... Pilar the Gypsy beauty... Three With a Past... Destined to Cross and Clash... In a Kingdom of Killers!","The Comancheros","false","6.6","65" +"false","/yhFkVr9NIrCMUNBgGh74Vh4KOD9.jpg","null","29000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","9449","tt0118755","en","The Borrowers","The four-inch-tall Clock family secretly share a house with the normal-sized Lender family, ""borrowing"" such items as thread, safety pins, batteries and scraps of food. However, their peaceful co-existence is disturbed when evil lawyer Ocious P. Potter steals the will granting title to the house, which he plans to demolish in order to build apartments. The Lenders are forced to move, and the Clocks face the risk of being exposed to the normal-sized world.","7.237","/wJIabF2Y4tzFtMslS1NtKB1dflt.jpg","[{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'},{'id':31080,'logo_path':null,'name':'Polygram Filmed Entertainment','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1997-12-11","0","86","[{'iso_639_1':'en','name':'English'}]","Released","Little People. Big Trouble. Lots of fun.","The Borrowers","false","5.9","229" +"false","/2Po4fvS46AAshzDZGDdjkrVxPo8.jpg","null","39000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':14,'name':'Fantasy'}]","https://www.warnerbros.com/time-travelers-wife","24420","tt0452694","en","The Time Traveler's Wife","Due to a genetic disorder, handsome librarian Henry DeTamble involuntarily zips through time, appearing at various moments in the life of his true love, the beautiful artist Clare Abshire.","11.074","/ayGp00uS6XRrNfbR59XWrJh9jpC.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':81,'logo_path':'/8wOfUhA7vwU2gbPjQy7Vv3EiF0o.png','name':'Plan B Entertainment','origin_country':'US'},{'id':8073,'logo_path':null,'name':'Nick Wechsler Productions','origin_country':''},{'id':23046,'logo_path':null,'name':'Internationale Scarena Filmproduktionsgesellschaft 2','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-08-14","101229792","108","[{'iso_639_1':'en','name':'English'}]","Released","","The Time Traveler's Wife","false","6.9","1334" +"false","/uYGYJZhMuElZiQSdo94QNtcJ2AP.jpg","{'id':386162,'name':'LEGO DC Comics Super Heroes Collection','poster_path':'/rdQMvm9rhDiSTsVOr7d5ObmK9zf.jpg','backdrop_path':'/xMSbYXiCstnssIdxAajbGST8lpI.jpg'}","0","[{'id':10751,'name':'Family'},{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':28,'name':'Action'}]","","396330","tt5612702","en","LEGO DC Comics Super Heroes: Justice League - Gotham City Breakout","The caped crusader reluctantly agrees to let Batgirl and Nightwing take him on a long overdue vacation from crime-fighting, while Superman and the Justice League watch over Gotham City.","5.823","/rsONvWVId7reQKbAtPtoPukAUF2.jpg","[{'id':2785,'logo_path':'/l5zW8jjmQOCx2dFmvnmbYmqoBmL.png','name':'Warner Bros. Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-06-21","0","78","[{'iso_639_1':'en','name':'English'}]","Released","","LEGO DC Comics Super Heroes: Justice League - Gotham City Breakout","false","7.2","35" +"false","/zIqndpLMVerIfztNjsIOam9YnAN.jpg","null","37000000","[{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'},{'id':10749,'name':'Romance'}]","","10096","tt0337563","en","13 Going on 30","After total humiliation at her thirteenth birthday party, Jenna Rink wants to just hide until she's thirty. With a little magic, her wish is granted, but it turns out that being thirty isn't as always as awesome as she thought it would be!","12.92","/iSvz2Nk1vzgm7bEMqMazhQ1F3zA.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':497,'logo_path':'/pMyhOBd3sCiLzBlmIopdJkcUFtn.png','name':'Revolution Studios','origin_country':''},{'id':19636,'logo_path':null,'name':'Thirteen Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-04-13","96455697","98","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","For some, 13 feels like it was just yesterday. For Jenna, it was.","13 Going on 30","false","6.5","2536" +"false","/50fIOlGLAZkKrABUhVOoUqhzp3V.jpg","null","0","[{'id':27,'name':'Horror'}]","","29070","tt0060174","en","Blood Bath","A crazed artist who believes himself to be the reincarnation of a murderous vampire kills young women, then boils their bodies in a vat.","1.135","/y4DbfRCKdqcn2NXqE5pApOO8Iq4.jpg","[{'id':5940,'logo_path':null,'name':'Avala Film','origin_country':'RS'},{'id':13984,'logo_path':null,'name':'Jack Hill Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'RS','name':'Serbia'}]","1966-03-02","0","80","[{'iso_639_1':'en','name':'English'}]","Released","The shrieking of mutilated victims caged in a black pit of horror!","Blood Bath","false","6.2","8" +"false","/rSoyiNiE32OQ7uaucYndZdkUS7I.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'}]","","107327","tt0065720","en","Figures in a Landscape","Two escaped convicts (Robert Shaw and Malcolm McDowell) are on the run in an unnamed Latin American country. But everywhere they go, they are followed and hounded by a menacing black helicopter.","1.557","/bf9BdqHDtQmCkKM0HucCarytFGE.jpg","[{'id':5661,'logo_path':null,'name':'Cinema Center 100 Productions','origin_country':'US'},{'id':38909,'logo_path':null,'name':'Cinecrest','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1970-11-21","0","110","[{'iso_639_1':'en','name':'English'}]","Released","The Bird Has Come For Its Prey.","Figures in a Landscape","false","6.1","12" +"false","/h7ahBjwgjevmg6KmXnFVKcwvZxT.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","","16263","tt0089208","en","Girls Just Want to Have Fun","Janey is new in town, and soon meets Lynne, who shares her passion for dancing in general, and ""Dance TV"" in particular. When a competition is announced to find a new Dance TV regular couple, Janey and Lynne are determined to audition. The only problem is that Janey's father doesn't approve of that kind of thing.","12.052","/9yYqTLmfLZB8rQWUKEbpMJTV0h9.jpg","[{'id':1950,'logo_path':null,'name':'New World Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-04-12","0","87","[{'iso_639_1':'en','name':'English'}]","Released","Getting into trouble is easy but getting out of it is all the fun!","Girls Just Want to Have Fun","false","6.2","66" +"false","/rkOTlSeqNkP6zgTR27MqbQfy60s.jpg","null","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","29343","tt0080904","en","Humanoids from the Deep","They're not human. But they hunt human women. Not for killing. For mating.","5.273","/oFsXLoEwVmd8Z9PxTRVJjuYHJdH.jpg","[{'id':1950,'logo_path':null,'name':'New World Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1980-05-01","0","80","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","From The Caverns Of The Deep... It Strikes!","Humanoids from the Deep","false","5.8","74" +"false","/eCOLK9J7UOWjhdyWR3n44Um24v5.jpg","null","38000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","12312","tt0279889","en","Joe Somebody","When underappreciated video specialist Joe Scheffer is brutally humiliated by the office bully Mark McKinney in front of his daughter, Joe begins a quest for personal redemption. He proceeds by enduring a personal make-over and takes martial arts lessons from a B-action star. As news spreads of his rematch with Mark, Joe suddenly finds himself the center of attention, ascending the corporate ladder and growing in popularity. He's determined to show everyone in his life that he is not a nobody, but a force to be reckoned with.","6.85","/l5AtEKR28WbKqMFjK8A0HSpzVFw.jpg","[{'id':81134,'logo_path':null,'name':'Atchity Entertainment International (AEI)','origin_country':''},{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':711,'logo_path':'/tEiIH5QesdheJmDAqQwvtN60727.png','name':'Fox 2000 Pictures','origin_country':'US'},{'id':1171,'logo_path':null,'name':'Epsilon Motion Pictures','origin_country':'CH'},{'id':824,'logo_path':null,'name':'Kopelson Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-12-21","0","99","[{'iso_639_1':'en','name':'English'}]","Released","Someone just picked on the wrong nobody.","Joe Somebody","false","5.4","68" +"false","/6KMnX8fWgMOVkPK1UjYyzao2nPD.jpg","{'id':35792,'name':'Nanny McPhee Collection','poster_path':'/iM75l6CCjaMOLUAIyAEfv6ISyQJ.jpg','backdrop_path':'/8Ndh4t4DKrsyhasy0ZZ30raEoD6.jpg'}","25000000","[{'id':14,'name':'Fantasy'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","11283","tt0396752","en","Nanny McPhee","Widower Cedric Brown hires Nanny McPhee to care for his seven rambunctious children, who have chased away all previous nannies. Taunted by Simon and his siblings, Nanny McPhee uses mystical powers to instill discipline. And when the children's great-aunt and benefactor, Lady Adelaide Stitch, threatens to separate the kids, the family pulls together under the guidance of Nanny McPhee.","12.833","/hEUeNGOvymJW7dUsdMjuW6guwEi.jpg","[{'id':76721,'logo_path':null,'name':'Nanny McPhee Productions','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'},{'id':1973,'logo_path':null,'name':'Three Strange Angels','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'},{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2005-10-21","122489822","97","[{'iso_639_1':'en','name':'English'}]","Released","You'll learn to love her. Warts and all.","Nanny McPhee","false","6.5","1608" +"false","/8hrk035AWgJPJZXLbOxuIgfBOWg.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","","21484","tt0082933","fr","Possession","A young woman left her family for an unspecified reason. The husband determines to find out the truth and starts following his wife. At first, he suspects that a man is involved. But gradually, he finds out more and more strange behaviors and bizarre incidents that indicate something more than a possessed love affair.","11.068","/36dqEcj90gwnYIif9BqfuHXafyZ.jpg","[{'id':9,'logo_path':'/nda3dTUYdDrJ6rZqBpYvY865aDv.png','name':'Gaumont','origin_country':'FR'},{'id':1060,'logo_path':null,'name':'Oliane Productions','origin_country':''},{'id':1497,'logo_path':null,'name':'Marianne Productions','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'FR','name':'France'}]","1981-05-27","0","123","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'de','name':'Deutsch'}]","Released","Murder. Evil. Infidelity. Madness.","Possession","false","7.4","301" +"false","/335xwDfxlo0AJobArU7cb3Ztfg2.jpg","null","11500000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","2088","tt0107983","en","Romeo Is Bleeding","A corrupt cop gets in over his head when he tries to assassinate a beautiful Russian hit-woman.","7.944","/wIsjtAAR6nPLGgeV56k8YwwRuMJ.jpg","[{'id':36907,'logo_path':null,'name':'Hilary Henkin','origin_country':''},{'id':31080,'logo_path':null,'name':'Polygram Filmed Entertainment','origin_country':''},{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1993-09-13","3275585","100","[{'iso_639_1':'en','name':'English'}]","Released","The story of a cop who wanted it bad and got it worse.","Romeo Is Bleeding","false","6","59" +"false","/iG2szX3DQkdlGZTYsencb9s6Px.jpg","null","22000000","[{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","2071","tt0102900","en","Shattered","Dan Merrick comes out from a shattering car accident with amnesia. He finds that he is married to Judith who is trying to help him start his life again. He keeps getting flashbacks about events and places that he can't remember. He meets pet shop owner and part time private detective Gus Klein who is supposedly done some work for him prior to the accident. Klein helps Merrick to find out more...","3.54","/q7AAPZtD1APYACKeMc1TEU0g0KT.jpg","[{'id':927,'logo_path':null,'name':'Palace Pictures','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1991-10-11","11511031","98","[{'iso_639_1':'en','name':'English'}]","Released","","Shattered","false","6.3","57" +"false","/aidqlICh9vib4DucUjqRNOmV1f8.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","283596","tt2552394","en","The Legend of Barney Thomson","Barney Thomson, awkward, diffident, Glasgow barber, lives a life of desperate mediocrity and his uninteresting life is about to go from 0 to 60 in five seconds, as he enters the grotesque and comically absurd world of the serial killer.","3.28","/4CHtIDGCsFTsN1UMI7sohPVkfQB.jpg","[{'id':322,'logo_path':null,'name':'Sigma Films Ltd.','origin_country':''},{'id':10179,'logo_path':null,'name':'Trinity Works Entertainment','origin_country':''},{'id':15577,'logo_path':null,'name':'Latitude Media','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'CA','name':'Canada'}]","2015-07-24","0","96","[{'iso_639_1':'en','name':'English'}]","Released","","The Legend of Barney Thomson","false","6.1","73" +"false","/66thjM35d7hbG2MRQ4ctB5gXvTb.jpg","null","0","[{'id':53,'name':'Thriller'}]","http://www.tradersfilm.com/","347647","tt3531578","en","Traders","What if it made perfect sense for ordinary people to kill each other for money? Better than slow grinding financial ruin and misery, and all done according to a strict code by consenting adults. This is Trading.","1.312","/53ePuhfbUrKwTCg21tYCsg60NGZ.jpg","[{'id':5267,'logo_path':'/trP3GsUyIztMwcqev3jK1gOeCSA.png','name':'Irish Film Board','origin_country':'IE'},{'id':57402,'logo_path':null,'name':'Coco Television','origin_country':''}]","[{'iso_3166_1':'IE','name':'Ireland'}]","2016-03-11","0","90","[{'iso_639_1':'en','name':'English'}]","Released","What side of the deal will you be on?","Traders","false","6.1","25" +"false","/5h7YeuwCkKTvoo5fxjj0x5PxBvD.jpg","null","0","[{'id':28,'name':'Action'},{'id':9648,'name':'Mystery'},{'id':878,'name':'Science Fiction'}]","","382651","tt1764355","en","Helix","When a low-level cop, Aiden Magnusson, solves an infamous crime, he is promoted to Sector One and used as a ""poster boy"" of success. But his newly established status and lavish life is jeopardised when the central computer system that governs his city accuses him of murder....Now Aiden must return to the ruins he once called home to solve the mystery and prove his innocence.","1.4","/uwmRU62xeJuOgQI3oWNedjcFYUD.jpg","[{'id':73162,'logo_path':null,'name':'Greendale Productions','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2015-01-01","0","98","[{'iso_639_1':'en','name':'English'}]","Released","Everything is about to change","Helix","false","4.8","12" +"false","/uBCYY30TjNF33ZHvHlh57FKfmYP.jpg","null","0","[{'id':53,'name':'Thriller'}]","","22135","tt1127221","en","Not Forgotten","Set in a Tex-Mex border town, Not Forgotten is a classic psychological thriller about Jack and Amaya Bishop, a couple who must come to terms with their tortured pasts in order to save their kidnapped daughter. It is a tale taut with intrigue and steeped in Latino mysticism, where the line between what's real and what's imagined becomes hopelessly blurred.","2.409","/rrCw2ba5ATk6EolePwy778qWc16.jpg","[{'id':4068,'logo_path':null,'name':'Skyline Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-09-11","0","100","[{'iso_639_1':'en','name':'English'}]","Released","","Not Forgotten","false","5.1","35" +"false","/yzLqIeCPofnGRdCZt7OjfM8NOKS.jpg","null","0","[{'id':35,'name':'Comedy'}]","","11030","tt0086637","en","Zelig","Fictional documentary about the life of human chameleon Leonard Zelig, a man who becomes a celebrity in the 1920s due to his ability to look and act like whoever is around him. Clever editing places Zelig in real newsreel footage of Woodrow Wilson, Babe Ruth, and others.","5.992","/5dgjgBMWHcOrXL7EbGnU73WpXNB.jpg","[{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1983-07-15","11798616","79","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","You wanted more when it was all over!","Zelig","false","7.6","364" +"false","/r1w6PY1w1eKmRo0qYocEVW8hrRu.jpg","{'id':102777,'name':'White Noise Collection','poster_path':'/vvQYwRvYQ4Q5MIwr6OSReFC5RvI.jpg','backdrop_path':'/gvg1pvlr2A7cX4CzvVwar01qWVB.jpg'}","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':14,'name':'Fantasy'}]","","7006","tt0496436","en","White Noise 2: The Light","A man's family brought back from the verge of death, he then discovers he can identify people who are about to die.","8.614","/rLIkVizS8mF8CdmDrMyOo1MCr78.jpg","[{'id':1063,'logo_path':'/fpVBhNnopOZwGuF0gg99oBHp1ht.png','name':'Brightlight Pictures','origin_country':'CA'},{'id':12026,'logo_path':null,'name':'Gold Circle Films','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2007-01-05","0","99","[{'iso_639_1':'en','name':'English'}]","Released","Sometimes they don't come back alone.","White Noise 2: The Light","false","5.5","125" +"false","/t3UIa7eAqkKvoHTygq9o3YR7AmB.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':18,'name':'Drama'}]","http://themidnightswim-movie.com","277687","tt3569374","en","The Midnight Swim","Spirit Lake is unusually deep. No diver has ever managed to find the bottom. When Dr. Amelia Brooks disappears during a deep-water dive, her three daughters travel home. They find themselves unable to let go and become drawn into the mysteries of the lake.","1.356","/iUTioBVHXkogASkS7uV8Gh04laW.jpg","[{'id':79351,'logo_path':null,'name':'Friend of a Friend Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-06-26","0","84","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'tr','name':'T??rk??e'}]","Released","Death is not what you think","The Midnight Swim","false","5.1","14" +"false","/uC6R0C3rbgdOYi1gPoJYUu3kBoy.jpg","null","0","[{'id':27,'name':'Horror'}]","","55078","tt0847212","en","Mother's Day Massacre","Cheap thrills! It???s bargain basement horror time: a young man???s search for his estranged mother leads him to a terrifying encounter with ???Pineys???, backwoods hillbillies with a taste for violence.","0.997","/p2qgNbgfJF3m9sPP1sMyOHfSUIC.jpg","[{'id':1100,'logo_path':null,'name':'Angel Baby Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-01-06","0","77","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","A Family Reunited in Hell","Mother's Day Massacre","false","5.7","3" +"false","/5KtcFzWJg5MrFAQXM3cdt1d5PhU.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","347752","tt2929652","en","Road Games","When hitchhiker Jack rescues V??ronique from a road rage altercation, the twosome decide to travel together for safety???s sake after learning a serial killer is cutting a murderous swathe through the region. Tired and hungry, they decide against their better judgment to take up an offer to stay the night at a mysterious elderly couple???s mansion???","3.889","/wbxXcMeVRtQOJAD1fPeCzC8PoEb.jpg","[{'id':73882,'logo_path':null,'name':'Trigger Films','origin_country':'GB'},{'id':54873,'logo_path':null,'name':'February Films','origin_country':''},{'id':73883,'logo_path':null,'name':'Superbe Films','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-09-10","0","95","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Welcome to France.","Road Games","false","5.7","33" +"false","/vKxNFCfSpV4qJ6NiZBYzicYpfTt.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':10770,'name':'TV Movie'}]","http://reeloneent.com/programming/view/224","354908","tt4289566","en","Sugarbabies","Persuaded by her roommate, a college student makes an arrangement with an older man who pays for her companionship.","2.6","/SYwgNAgKLTeT8K8mRumsliZqE.jpg","[{'id':15645,'logo_path':null,'name':'Reel One Entertainment','origin_country':''},{'id':64221,'logo_path':null,'name':'Pender Street Pictures 4','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2015-01-01","0","91","[{'iso_639_1':'en','name':'English'}]","Released","When Glamour Becomes Addictive","Sugarbabies","false","6.3","15" +"false","/fR5RLhIfSq99o2HXuRGaaFLJxGp.jpg","{'id':497534,'name':'The Invoking Collection','poster_path':'/iZW8eZf08DR03B7CpnD71it4uj0.jpg','backdrop_path':'/1i4XCpmCbjM8TtuDt6khO7SsJ6P.jpg'}","0","[{'id':27,'name':'Horror'}]","","354534","tt4887842","en","The Invoking 2","""Although hundreds of disturbing paranormal events occur every year, most of these chilling encounters go unreported - until now. Bear witness as hapless victims experience the unspeakable terror of confronting demonic forces, murderous poltergeists and other evil entities that are dead set on claiming their souls. Descend into an abyss of waking nightmares as these bloodthirsty, malevolent spirits seek to possess their prey and drag them-kicking and screaming-down to hell.""","1.313","/8r4PNQDZ0QY8I0hSqQU5ZAt7SY1.jpg","[{'id':17840,'logo_path':null,'name':'Ruthless Pictures','origin_country':''},{'id':43808,'logo_path':null,'name':'RLJ Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-10-06","0","83","[{'iso_639_1':'en','name':'English'}]","Released","The Dead Never Rest","The Invoking 2","false","4","13" +"false","/hNXfIPwexOpZXmOww6ewoihMcfN.jpg","null","31500000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'},{'id':18,'name':'Drama'}]","","302156","tt3014866","en","Criminal","Bill Pope is a CIA agent on a mission in London tracking down a shadowy hacker nicknamed ""The Dutchman."" When he gets mysteriously ambushed and killed, an experimental procedure is used to transfer his memories into dangerous ex-convict Jericho Stewart. When he wakes up with the CIA agent's memories, his mission is to find The Dutchman and eliminate him before the hacker launches ICBM's and starts World War III. But complications soon arise and the mission turns personal.","10.984","/6K5JOW6HmrwJnP0VILq667cspnS.jpg","[{'id':6363,'logo_path':null,'name':'BenderSpink','origin_country':''},{'id':48738,'logo_path':null,'name':'Campbell Grobman Films','origin_country':'US'},{'id':91929,'logo_path':null,'name':'Criminal Productions','origin_country':''},{'id':40822,'logo_path':null,'name':'Fipex Holding','origin_country':''},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':1020,'logo_path':'/kuUIHNwMec4dwOLghDhhZJzHZTd.png','name':'Millennium Films','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2016-04-07","14708696","113","[{'iso_639_1':'en','name':'English'}]","Released","","Criminal","false","5.9","879" +"false","/dfHy3GmN5tv9jgD8Qa7UQzea9zw.jpg","null","0","[{'id':28,'name':'Action'},{'id':10752,'name':'War'}]","","394223","tt5344794","en","Sniper: Special Ops","A Special Ops military Force, led by expert sniper Sergeant Jake Chandler, are sent to a remote Afghan village to extract an American congressman being held by the Taliban.","3.246","/xOQwXYnnl5E5tTuGUTvCX3OIq2B.jpg","[{'id':3495,'logo_path':null,'name':'Steamroller Productions','origin_country':''},{'id':7119,'logo_path':'/2aFVtrHVcqGOq1qwYlPZ7VQ67Oi.png','name':'Hybrid','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-04-03","0","84","[{'iso_639_1':'en','name':'English'}]","Released","He's watching your six.","Sniper: Special Ops","false","4.3","38" +"false","/9ZNKp7RX9Tmlr2ANjedIs8LrFIH.jpg","null","0","[{'id':27,'name':'Horror'}]","","382052","tt1517228","en","Not Alone","Torn by years in an abusive marriage, an emotional Ellie Rose arrives alone at the family cabin on the East Coast. Her story and motives for being there are unclear. Arriving unprepared and packed with few supplies she seems anxious at either leaving or someone else arriving. The cabin unused for years, still holds memories providing hints of a shattered family.","1.319","/6lWXzqMTSgPab5EVEeAXn1Lu0oz.jpg","[{'id':38078,'logo_path':null,'name':'Happy Hour Films','origin_country':''},{'id':7130,'logo_path':null,'name':'Dead On Arrival Digital','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-10-05","0","80","[{'iso_639_1':'en','name':'English'}]","Released","When the past is better left buried.","Not Alone","false","5.5","6" +"false","/39DgNHikYGhtGrbtXuavLY1qpqi.jpg","null","29000000","[{'id':35,'name':'Comedy'}]","http://www.thebossfilm.com/","323676","tt2702724","en","The Boss","A titan of industry is sent to prison after she's caught for insider trading. When she emerges ready to rebrand herself as America's latest sweetheart, not everyone she screwed over is so quick to forgive and forget.","10.752","/w8smnnIVlEeFwD4Z0pKPC3RN2xT.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':87017,'logo_path':null,'name':'On the Day','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-04-07","78636257","91","[{'iso_639_1':'en','name':'English'}]","Released","Watch your assets","The Boss","false","5.8","791" +"false","/6uaZ6W7A8034FUtEJ826KcrmWhp.jpg","{'id':176097,'name':'Barbershop Collection','poster_path':'/glSSzT4jwKblxxGXN0lHWxbyhUH.jpg','backdrop_path':'/lCvX9g4vvxFUgJGNlFwfkZJWGiB.jpg'}","20000000","[{'id':35,'name':'Comedy'}]","https://www.warnerbros.com/barbershop-next-cut","326423","tt3628584","en","Barbershop: The Next Cut","It???s been more than 10 years since our last appointment at Calvin???s Barbershop. Calvin and his longtime crew, including Eddie, are still there, but the shop has undergone some major changes. Most noticeably, our once male-dominated sanctuary is now co-ed. The ladies bring their own flavor, drama and gossip to the shop challenging the fellas at every turn. Despite the good times and camaraderie within the shop, the surrounding community has taken a turn for the worse, forcing Calvin and our crew to come together to not only save the shop, but their neighborhood.","7.415","/aUPjbU8gnMtl84Qyybi873jawE5.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':2780,'logo_path':'/hgdyY2exOpOXG3EkQR8WsUAUNBZ.png','name':'Cube Vision','origin_country':'US'},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-04-15","55030051","112","[{'iso_639_1':'en','name':'English'}]","Released","Everybody's back for a fresh cut","Barbershop: The Next Cut","false","6.1","241" +"false","/9VuuDSIJvmZknv8EMqPQyIi6D5S.jpg","null","10000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'}]","http://stxmovies.com/hardcorehenry/","325348","tt3072482","en","Hardcore Henry","Henry, a newly resurrected cyborg who must save his wife/creator from the clutches of a psychotic tyrant with telekinetic powers, AKAN, and his army of mercenaries. Fighting alongside Henry is Jimmy, who is Henry's only hope to make it through the day. Hardcore takes place over the course of one day, in Moscow, Russia.","10.405","/qfWLO0iXmbvxzyk0ez4pXrgkRDM.jpg","[{'id':39649,'logo_path':null,'name':'Huayi Brothers Media','origin_country':'CN'},{'id':1038,'logo_path':'/o62j8ZNXmRTrq6ThviFWiL9zb8J.png','name':'Bazelevs Production','origin_country':'RU'},{'id':73079,'logo_path':null,'name':'Versus Pictures','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':47729,'logo_path':'/5NRpQ7xxmODXAjt2pRWUFMLVzvP.png','name':'STX Entertainment','origin_country':'US'}]","[{'iso_3166_1':'RU','name':'Russia'},{'iso_3166_1':'US','name':'United States of America'}]","2015-09-12","14333790","97","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","First they made him dangerous. Then they made him mad.","Hardcore Henry","false","6.2","1255" +"false","/g40569cXEDkLxKJKBOsOXIuAI32.jpg","null","26000000","[{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'}]","","9092","tt0119227","en","Snow White: A Tale of Terror","When young Lili's mother dies in childbirth, her father remarries Lady Claudia, a woman ruled by an evil mirror with the power to make her queen of all living things. After escaping an attempt on her life, Lili finds herself lost in a dark forest, where living happily ever after seems unlikely.","7.73","/hxyl6YZ0jinlOARqPJuGLDBh1pn.jpg","[{'id':10201,'logo_path':null,'name':'Interscope Communications','origin_country':''},{'id':31080,'logo_path':null,'name':'Polygram Filmed Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-07-18","0","100","[{'iso_639_1':'en','name':'English'}]","Released","The fairy tale is over.","Snow White: A Tale of Terror","false","5.9","104" +"false","/pUVaVyWFBRCRSuu6M0rFcyqAwQx.jpg","{'id':2366,'name':'The Jaws Collection','poster_path':'/fgraZdDCvAtBr0MHczmL6raonHd.jpg','backdrop_path':'/1e2QvI2u7Q4d2admK6Xw0AjLjVp.jpg'}","20000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","579","tt0077766","en","Jaws 2","Police chief Brody must protect the citizens of Amity after a second monstrous shark begins terrorizing the waters.","11.486","/zzGtimy1mUJYDjFjCmn2dpHREGV.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1978-06-16","187884007","116","[{'iso_639_1':'en','name':'English'}]","Released","Just when you thought it was safe to go back in the water...","Jaws 2","false","5.9","802" +"false","/trOzCHNmHQzLP26nmlaFcglGp8W.jpg","null","20000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","10675","tt0095174","en","Frantic","An American doctor visits Paris with his wife but then she suddenly vanishes. To find her, he navigates a puzzling web of language, locale, laissez-faire cops, triplicate-form filling bureaucrats and a defiant, mysterious waif who knows more than she tells.","8.771","/wOaBEIhiEA832ifEQ4CNxVHrh1c.jpg","[{'id':1312,'logo_path':null,'name':'The Mount Company','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","1988-02-16","17637950","120","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","They've taken his wife. Now he's taking action.","Frantic","false","6.7","402" +"false","/8zIoPFNnpQ3AuqmBKhbvCQOmqcc.jpg","null","50000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","9879","tt0117765","en","Striptease","Bounced from her job, Erin Grant needs money if she's to have any chance of winning back custody of her child. But, eventually, she must confront the naked truth: to take on the system, she'll have to take it all off. Erin strips to conquer, but she faces unintended circumstances when a hound dog of a Congressman zeroes in on her and sharpens the shady tools at his fingertips, including blackmail and murder.","9.029","/4zMy6R7acotCmGoDk4sjzRtDwKn.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':97,'logo_path':'/7znWcbDd4PcJzJUlJxYqAlPPykp.png','name':'Castle Rock Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-06-28","113309743","115","[{'iso_639_1':'en','name':'English'}]","Released","Some People Get Into Trouble No Matter What They WEAR.","Striptease","false","4.6","338" +"false","/rSaHcXMo4Mz6pXzE3y1PwwMDaqT.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","11121","tt0080009","en","Tess","A strong-willed peasant girl is sent by her father to the estate of some local aristocrats to capitalize on a rumor that their families are from the same line. This fateful visit commences an epic narrative of sex, class, betrayal, and revenge.","10.013","/m2qx66UNTMg17CoFSGZWC7csG7M.jpg","[{'id':82,'logo_path':null,'name':'Renn Productions','origin_country':''},{'id':8131,'logo_path':null,'name':'Timothy Burrill Productions','origin_country':''},{'id':6849,'logo_path':null,'name':'Soci??t?? Fran??aise de Production (SFP)','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'}]","1979-10-06","0","171","[{'iso_639_1':'en','name':'English'}]","Released","","Tess","false","6.8","114" +"false","/95Sw8Bi4b47taDe9cxDw8ooN6uE.jpg","null","1300000","[{'id':12,'name':'Adventure'},{'id':10752,'name':'War'},{'id':10749,'name':'Romance'}]","","488","tt0043265","en","The African Queen","At the start of the first World War, in the middle of Africa???s nowhere, a gin soaked riverboat captain is persuaded by a strong-willed missionary to go down river and face-off a German warship.","8.371","/vMpIeFuDQPuKsZCLF1iEOafhFaD.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':262,'logo_path':null,'name':'Independent Film Distributors','origin_country':''},{'id':3632,'logo_path':null,'name':'Romulus Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1951-12-03","10750000","105","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'sw','name':'Kiswahili'}]","Released","The greatest adventure a man ever lived...with a woman!","The African Queen","false","7.4","380" +"false","/rX2MrIlY56M2URZnKvOQXHDGf69.jpg","{'id':366380,'name':'Sumuru Filmreihe','poster_path':null,'backdrop_path':null}","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'}]","","42620","tt0062808","en","Die sieben M??nner der Sumuru","Sumuru, the beautiful leader of the all-female kingdom of Femina, plans to use her women to take over the world.","1.693","/k65l7NX58jW3T0ALJwZOxzLP5JB.jpg","[{'id':619,'logo_path':null,'name':'Terra-Filmkunst','origin_country':'DE'},{'id':1425,'logo_path':null,'name':'Udastex Films','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'US','name':'United States of America'}]","1969-03-14","0","94","[{'iso_639_1':'en','name':'English'}]","Released","An action film of the extra class!","The Girl from Rio","false","5.6","12" +"false","/tB0ViW8zZqTozlsFUfOkYpXAoEL.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","42744","tt0059362","en","The Knack... and How to Get It","In England, the times are a changing: it's mods and rockers. On the day Nancy gets off the London train, cases in hand, looking for the YWCA, Colin has had enough of missing out on the sexual revolution. He begs his smooth (and misogynistic) pal Tolen to teach him 'the knack' - how to score with women. Serendipitously, Colin and his new lodger Tom meet up with Nancy while Colin's buying a bed larger than Tolen's. The three hit it off, but their simple fun ends when Tolen meets Nancy. Colin is jealous but impotent, and Tolen both attracts and repels her. She swoons, wonders what happened, and cries 'rape.' Impish serendipity rubs against unsettling ambiguity.","2.105","/83NVXlWYsUPbkFCaHY2ZZU7AStb.jpg","[{'id':1980,'logo_path':null,'name':'Woodfall Film Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1965-05-01","0","84","[{'iso_639_1':'en','name':'English'}]","Released","Some have it, Some Don't.","The Knack... and How to Get It","false","6.7","17" +"false","/1SOYro5XNcIp4Z4EicqmcfCeIDE.jpg","{'id':91945,'name':'American Ninja Collection','poster_path':'/5cbm8oJR0QlUOxWnSvt3HkcZhb7.jpg','backdrop_path':'/djTHUyeoFXKDVuHAjJj4LJjQDJD.jpg'}","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","25528","tt0101326","en","American Ninja 4: The Annihilation","The two American Ninjas, Joe Armstrong and Sean Davidson, team up to do battle against a terrorist and his band of Ninjas.","4.885","/buxnfOfLQcmliBqd7tllC3QqcVX.jpg","[{'id':1444,'logo_path':'/5jvFLUVXGXxkyszL9cqJN5hNhJ6.png','name':'Cannon Group','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-10-30","0","99","[{'iso_639_1':'en','name':'English'}]","Released","","American Ninja 4: The Annihilation","false","4.6","53" +"false","/wlviEefkJAbJrVmHu6SJzBPq6sG.jpg","null","65000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'}]","","9292","tt0102070","en","Hudson Hawk","Eddie Hawkins, called Hudson Hawk has just been released from ten years of prison and is planning to spend the rest of his life honestly. But then the crazy Mayflower couple blackmail him to steal some of the works of Leonardo da Vinci. If he refuses, they threaten to kill his friend Tommy.","10.647","/nIXLXVnSM8t3mRE8zWS7b5UBrxX.jpg","[{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'},{'id':1885,'logo_path':'/xlvoOZr4s1PygosrwZyolIFe5xs.png','name':'Silver Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1991-05-23","17218080","100","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","Danger is his middle name.","Hudson Hawk","false","5.6","424" +"false","/gratBHgxJODetd7Z8hC0gtF2MTk.jpg","null","0","[{'id':27,'name':'Horror'}]","","85198","tt0083973","en","Frightmare","Drama students decide to pay tribute to their favorite horror star by stealing his body from his crypt for a farewell party. They fail to realize their violation of the tomb has triggered powerful black magic, and Conrad hasn't taken his final bows yet.","1.4","/pWlT9qvBPE8ITLKdCPHyrwmVI8k.jpg","[{'id':3052,'logo_path':null,'name':'Troma Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1983-09-09","0","86","[]","Released","To the limit...","Frightmare","false","4.4","14" +"false","/uwu2a0pr41OqMxSRjAV71bnAZ3O.jpg","null","15000000","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'},{'id':10751,'name':'Family'}]","","15300","tt0104990","en","Newsies","A week in the life of the exploited, child newspaper sellers in turn-of-the-century New York. When their publisher, Joseph Pulitzer, tries to squeeze a little more profit out of their labours, they organize a strike, only to be confronted with the Pulitzer's hard-ball tactics.","4.783","/x71hXgtXbCIHsOK0VQkoIrBGjlt.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':8830,'logo_path':null,'name':'Touchwood Pacific Partners 1','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-04-10","0","121","[{'iso_639_1':'en','name':'English'}]","Released","A Thousand Voices. A Single Dream.","Newsies","false","6.5","106" +"false","/7cpeCNCYoHSFvZa1ziX0k5CakxI.jpg","null","6000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':10749,'name':'Romance'}]","","10126","tt0094894","en","Colors","A confident young cop is shown the ropes by a veteran partner in the dangerous gang-controlled barrios of Los Angeles, where the gang culture is enforced by the colors the members wear.","7.194","/aK8kTpbsdY10GCimRt1dIaUq0e8.jpg","[{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-04-15","46616067","120","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","70,000 gang members. One million guns. Two cops.","Colors","false","6.5","167" +"false","/k4c8UPuRzyKbp1AAUMT7M0Mdmpp.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'}]","","18316","tt0120610","en","Black Dog","An ex-con takes a job driving a truck cross country. What he doesn't know is that the truck is filled with illegal weapons and now he must fight to survive and save his family.","5.379","/ov3xpvjZxQ24kJPCgAu3eJ5y8S2.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1998-05-01","12","88","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","The rules of the road are simple. Don't turn back.","Black Dog","false","5.3","69" +"false","/4bKLQL3mECkUNEtim6u07WPIt8u.jpg","{'id':162028,'name':'Stakeout Collection','poster_path':'/arVMKLlXLFcROIGB7o8KGeO0kwb.jpg','backdrop_path':'/w8iUdmVdeOIc1AAOJLAu8hEl7g3.jpg'}","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","","9409","tt0106292","en","Another Stakeout","Chris and Bill are called upon for their excellent surveillance record to stakeout a lakeside home where a Mafia trial witness is believed to be heading or already hiding.","6.201","/6HbSiUOtkSLjyCblRgWQ41EhFnC.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-07-22","0","105","[{'iso_639_1':'en','name':'English'}]","Released","They're on the look out for thrills, action and adventure.","Another Stakeout","false","5.1","87" +"false","/8vxkpl6cS1HQoLkFTRClCAOHYOa.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","http://www.scarehousemovie.com/","273187","tt2988852","en","The Scarehouse","When two friends open a Halloween fun house on Devil's Night it is all fun and games until their former sorority sisters begin to arrive. These six sisters are confronted by their past as the night spins out of control.","1.551","/iN3OqkECyb8PF6LNwtEQUbRRpdL.jpg","[{'id':17730,'logo_path':null,'name':'Mimetic Entertainment','origin_country':''},{'id':55302,'logo_path':null,'name':'A Named Viking','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2014-09-13","0","82","[{'iso_639_1':'en','name':'English'}]","Released","Revenge is a bitch","The Scarehouse","false","4.5","20" +"false","/rej1UsHFFI4GCs93NmTGyDiuuJA.jpg","null","13000000","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","http://sonyclassics.com/isawthelight/","297806","tt1490785","en","I Saw the Light","Singer and songwriter Hank Williams rises to fame in the 1940s, but alcohol abuse and infidelity take a toll on his career and marriage to fellow musician Audrey Mae Williams.","4.717","/xisJZ4Lmeib5ZzI2aIqwpMlGaQX.jpg","[{'id':13240,'logo_path':'/aTc07YaNHo8WNgkQSnvLmG6w4nW.png','name':'Bron Studios','origin_country':'CA'},{'id':41624,'logo_path':'/wzKxIeQKlMP0y5CaAw25MD6EQmf.png','name':'RatPac-Dune Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-02-05","1646788","123","[{'iso_639_1':'en','name':'English'}]","Released","The story of Hank Williams","I Saw the Light","false","5.9","83" +"false","/j3qvnvSpuPZONVLMFl7Ss653cDb.jpg","null","16500000","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","http://www.focusfeatures.com/termlife","257440","tt2978102","en","Term Life","If Nick Barrow can stay alive for 21 days, he'll die happy. Everyone Nick knows wants him dead; Mob bosses, contract killers, and dirty cops. Performing the last act of a desperate man, Nick takes out a million dollar insurance policy on himself, payable to his estranged daughter. The problem? The policy doesn't take effect for 21 days. Nick knows they'll be lucky to be alive for twenty-one hours.","7.108","/w32tvdYDOyasRhCoNXFXEpoAlvZ.jpg","[{'id':10339,'logo_path':'/oiIi36MaWXwvvHWX5eojoE2Fiyv.png','name':'WWE Studios','origin_country':'US'},{'id':60266,'logo_path':null,'name':'PenLife Media','origin_country':''},{'id':24277,'logo_path':'/u42aMBx2JxWp4vgTjqcar4Kp1HI.png','name':'PalmStar Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-04-29","21256","93","[{'iso_639_1':'en','name':'English'}]","Released","A daughter out of options. A father out of time.","Term Life","false","5.9","130" +"false","/nQ19ItLrQvLGDD3tcc6Cnt2TmDc.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","324807","tt2056771","en","A Bigger Splash","An American couple, Paul and Marianne, spend their vacation in Italy and experiences trouble when the wife invites a former lover and his teenage daughter to visit, which leads to jealousy and dangerous sexual scenarios.","4.233","/uMJhOiPpSuDFbJc5z6c8hD9h8CQ.jpg","[{'id':77393,'logo_path':null,'name':'Sensi Contemporanei Cinema e Audiovisivo','origin_country':''},{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'},{'id':46344,'logo_path':'/uWNb5rg5RuZwcjJ7XTItXj44Gzm.png','name':'Frenesy Film Company','origin_country':'IT'},{'id':77394,'logo_path':null,'name':'Cota Film','origin_country':''},{'id':77395,'logo_path':null,'name':'Regione Siciliana','origin_country':''},{'id':77396,'logo_path':null,'name':'Sicilia Film Commission','origin_country':''},{'id':14016,'logo_path':'/snclwsIZQbgvqYCBJP8fqNlCA5y.png','name':'Ministero per i Beni e le Attivit?? Culturali','origin_country':'IT'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'IT','name':'Italy'}]","2015-11-26","7545758","125","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","","A Bigger Splash","false","6.2","345" +"false","/q6FqAoL3laQuq4Dy0GDeQDYB6XK.jpg","null","0","[{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","293941","tt2645188","en","The Quiet Hour","In a remote part of rural, post-apocalyptic England, now occupied by unseen alien invaders, a feisty teenage girl sets out on a desperate attempt to fight back a group of bandits and defend her parents' farm, their remaining livestock, and the solar panels that keep them safe from extraterrestrials. If she doesn't succeed, she will lose her only source of food and shelter; if she resists, she and her helpless blind sibling will be killed.","1.894","/wsAUv1Ak7cBpHA5dKBkOE5Go5ck.jpg","[{'id':70196,'logo_path':null,'name':'Frenzy Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-10-07","0","85","[{'iso_639_1':'en','name':'English'}]","Released","Time is Running Out","The Quiet Hour","false","4.4","27" +"false","/tCiBfglls6kBWk05S5dCcogqtpg.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","362373","tt2109127","en","Eaters","After their friend goes missing, five road-tripping friends must confront a violent biker gang, but after they narrowly escape, their nightmare goes from bad to spine-chilling.","0.949","/aOIlanUclU8Qro9OvOfMxeku7KI.jpg","[]","[]","2015-10-06","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Prepare to meet a new breed of killers","Eaters","false","3","11" +"false","/8K9aY0o4MY94FNBM8uvhFVA9UqN.jpg","null","0","[{'id':53,'name':'Thriller'}]","","328070","tt2401842","en","Roommate Wanted","Janie is an ambitious student who dreams of a better life. Dee is a gorgeous socialite who dreams of a rich husband. They're already not the best of friends...or the best of roommates. But when Janie gets the opportunity of a lifetime, Dee becomes the roommate from hell as she desperately tries to destroy Janie's life. It's an all out girl-war, leaving a ROOMMATE WANTED.","1.412","/uYVRQ2uAQP3iqq5KCXP7t3kBqmU.jpg","[{'id':17883,'logo_path':null,'name':'Different Duck Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-05-19","0","85","[{'iso_639_1':'en','name':'English'}]","Released","Misery seeks company.","Roommate Wanted","false","4.2","12" +"false","/zGRDxdGbj1gFfUUHcmDulw2VtqM.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","344854","tt4167720","en","The Pack","Man???s best friend becomes his worst nightmare when a horde of bloodthirsty wild dogs descends upon a family???s farmhouse in a fang-bearing fight for survival.","3.552","/hiZiFlMF7dyWR8OTxz17Mv24oVu.jpg","[{'id':70784,'logo_path':null,'name':'IFC Midnight','origin_country':''},{'id':988,'logo_path':null,'name':'Kojo Pictures','origin_country':''},{'id':3256,'logo_path':'/46DvwRN1HzydHqQo2Wx01YzMXMi.png','name':'Lightning Entertainment','origin_country':'US'},{'id':7584,'logo_path':'/eGkfvvyf4fJTvBUR1xt1669IPA3.png','name':'Screen Australia','origin_country':'AU'},{'id':22897,'logo_path':null,'name':'ProdigyMovies','origin_country':''},{'id':72535,'logo_path':null,'name':'Breakout Movies','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2015-08-05","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Born to hunt. Driven to kill.","The Pack","false","5.1","54" +"false","/8QB8l9433YXR46gH7Z0hg3BfU6c.jpg","null","8000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","389425","tt4060866","en","Code of Honor","Colonel Robert Sikes is on a mission to rid his city of crime. As a stealthy, one-man assault team, he will take on street gangs, mobsters, and politicians with extreme prejudice until his mission is complete. His former prot??g??, William Porter, teams up with the local police department to bring his former commander to justice and prevent him from further vigilantism.","4.179","/oBAEIEMjldg7LQzV0c35nv74HNY.jpg","[{'id':35625,'logo_path':null,'name':'Premiere Entertainment Group','origin_country':''},{'id':3495,'logo_path':null,'name':'Steamroller Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-05-06","0","106","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'hu','name':'Magyar'}]","Released","There is no honor in revenge.","Code of Honor","false","4.2","34" +"false","/d6GxkjCS6OOxvIw7FSiYnhfg5GS.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.hello-please.com/#/anesthesia/","277710","tt3317208","en","Anesthesia","Multiple lives intersect in the aftermath of the violent mugging of a Columbia University philosophy professor.","4.566","/hiVCh4B5q9lvtfh05LtgTU0GU3A.jpg","[{'id':50479,'logo_path':null,'name':'Hello Please','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-01-08","32163","90","[{'iso_639_1':'en','name':'English'}]","Released","Who we don't know can save us","Anesthesia","false","5.9","57" +"false","/9T8XoJP200QNF3b0kwz06mrdRQz.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","http://www.terramater.at/cinema/brothers-of-the-wind/","378373","tt3532278","en","Brothers of the Wind","The way of the eagle is to raise two chicks. The stronger is destined always to throw the weaker from the nest. Man also has his ways, often to hurt those closest to him. Lukas suffers at the hands of a father who has withdrawn since the loss of his wife. Killed whilst rescuing the infant Lukas, the boy now carries the burden of her death. Our eagle???s story begins in the nest. The first-born chick pushes his weaker brother to a certain death on the forest floor. But fate intervenes and the chick is found by Lukas. Naming him Abel, Lukas cares for the creature in secret, finding a love and companionship denied to him at home. But when the day comes to release Abel back into the wild, will Lukas find his own release into a new life?","4.63","/iEldNlIn2BbpNuURcpbERa8aPG0.jpg","[{'id':10331,'logo_path':'/2sub7CkuErDYeGOcux1kBUQFVSn.png','name':'Terra Mater Factual Studios','origin_country':'AT'}]","[{'iso_3166_1':'AT','name':'Austria'}]","2015-12-24","0","98","[{'iso_639_1':'en','name':'English'}]","Released","Sometimes a friendship sets you free","Brothers of the Wind","false","7","60" +"false","/6KRBfKnaKewK0IaaUDRQ4R8KxBj.jpg","null","4000000","[{'id':28,'name':'Action'}]","","403232","tt3903852","en","Vigilante Diaries","The Vigilante Diaries is a high octane action-adventure film featuring 90's movie heroes, explosive action, and international espionage. The film revolves around a team of black-ops agents turned crime-fighters, led by a brooding anti-hero, known only as ""The Vigilante."" These jam-packed missions of rescue and revenge take us from the mega-mansions and underbelly of Los Angeles to far away places like Iraq, Armenia, Russia, and The United Kingdom to introduce us to a cast of colorful, dangerous, and hilarious characters. From Beverly Hills filmmaker Mike Hanover, to a trio of Asian femme fatales, to ruthless Armenian mobsters, and at the top, a pair of deep cover super spies hell bent on throwing the world into chaos.","3.978","/dsZ3WuPJyOajalMZ5SqtvdaFHIF.jpg","[{'id':90227,'logo_path':'/jFRxGUaoJzGcebykJ6PKkOEj6N0.png','name':'Ton of Hats','origin_country':'US'},{'id':90228,'logo_path':null,'name':'Oscar Gold Productions','origin_country':''},{'id':33460,'logo_path':null,'name':'Seskri Produktionz','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-09-01","0","107","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Crime Never Stops. Neither Do They.","Vigilante Diaries","false","4.9","31" +"false","/pZRC8VRTaQ9d6NHR0enOjKVLJjo.jpg","null","67000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':10752,'name':'War'}]","","9703","tt0462396","en","The Last Legion","As the Roman empire crumbles, young Romulus Augustus flees the city and embarks on a perilous voyage to Britain to track down a legion of supporters.","10.128","/8K4WWwFew1CzCGVkgmKdamCA6kz.jpg","[{'id':10308,'logo_path':null,'name':'Dino De Laurentiis Company','origin_country':'US'},{'id':6370,'logo_path':null,'name':'Quinta Communications','origin_country':''},{'id':289,'logo_path':null,'name':'Ingenious Film Partners','origin_country':''},{'id':16923,'logo_path':null,'name':'Zephyr Films','origin_country':'GB'},{'id':7636,'logo_path':'/e6uCvCNTf0nnery1iaQh6QSgpbn.png','name':'Nimar Studios','origin_country':'BG'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'SK','name':'Slovakia'},{'iso_3166_1':'TN','name':'Tunisia'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2007-04-19","25303038","102","[{'iso_639_1':'en','name':'English'}]","Released","The end of an empire...the beginning of a legend.","The Last Legion","false","5.4","383" +"false","/1rtNtaldeLLoROo5BO26PUjjjZV.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","","40739","tt0052415","en","The Young Lions","The Young Lions follows the lives of three soldiers: one German and two Americans, paralleling their experiences in World War II until they meet up at the end for a confrontation","3.526","/9eabfF8BCLkEvuHXRWwlNbS8hjx.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1958-04-02","0","167","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'de','name':'Deutsch'}]","Released","Irwin Shaw's monumental best-seller","The Young Lions","false","6.8","45" +"false","/dDuNQNUdVMSKeEOwvuicc7m83IL.jpg","null","3800000","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':37,'name':'Western'}]","","3090","tt0040897","en","The Treasure of the Sierra Madre","Fred C. Dobbs and Bob Curtin, both down on their luck in Tampico, Mexico in 1925, meet up with a grizzled prospector named Howard and decide to join with him in search of gold in the wilds of central Mexico. Through enormous difficulties, they eventually succeed in finding gold, but bandits, the elements, and most especially greed threaten to turn their success into disaster.","12.868","/e3lYTRwiDVPQv07xKldwlLAXikN.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1948-01-24","4307000","126","[{'iso_639_1':'en','name':'English'}]","Released","The nearer they get to their treasure, the farther they get from the law.","The Treasure of the Sierra Madre","false","8.1","463" +"false","/uZttYyxXYws0REW3BKCtGXy8dWh.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","3109","tt0045061","en","The Quiet Man","An Irish ex-boxer retires to Ireland and searches for the proper wife.","6.708","/9twLidKb0ZmPPyslgpvJI8Gbjyd.jpg","[{'id':1432,'logo_path':'/8AcaWEWQ8MFUBGlt9WxGGBAMpMG.png','name':'Republic Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1952-07-21","0","129","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ga','name':'Gaeilge'}]","Released","Action...Excitement...Romance...Fill the Screen !","The Quiet Man","false","7.4","188" +"false","/vOR8JmLf4S0QfQvz9mBD2AniA80.jpg","null","1645000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","27554","tt0067549","en","The Panic in Needle Park","This movie is a stark portrayal of life among a group of heroin addicts who hang out in Needle Park in New York City. Played against this setting is a low-key love story between Bobby, a young addict and small-time hustler, and Helen, a homeless girl who finds in her relationship with Bobby the stability she craves.","5.396","/7k45YTnFJXVX12LRaewjWVoBGUa.jpg","[{'id':79710,'logo_path':null,'name':'Didion-Dunne','origin_country':''},{'id':4689,'logo_path':null,'name':'gadd productions corp.','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1971-07-13","0","110","[{'iso_639_1':'en','name':'English'}]","Released","God help Bobby and Helen, they're in love in Needle Park","The Panic in Needle Park","false","6.8","117" +"false","/bhWbbMA70zc67Ba0OVLOFz8sRre.jpg","null","3700000","[{'id':37,'name':'Western'}]","","10747","tt0075029","en","The Outlaw Josey Wales","After avenging his family's brutal murder, Wales is pursued by a pack of soldiers. He prefers to travel alone, but ragtag outcasts are drawn to him - and Wales can't bring himself to leave them unprotected.","9.979","/92BZIFPbyCPNhExyFScxA3xF1dy.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':171,'logo_path':null,'name':'Malpaso Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1976-06-30","31800000","135","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'nv','name':''},{'iso_639_1':'es','name':'Espa??ol'}]","Released","...an army of one.","The Outlaw Josey Wales","false","7.5","468" +"false","/tWw7e5Sn7M0aKfhDGdf2qK1GdMc.jpg","null","24000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","177","tt0101889","en","The Fisher King","Two troubled men face their terrible destinies and events of their past as they join together on a mission to find the Holy Grail and thus to save themselves.","8.717","/x93W5WrOOr3PCia1cANnWmAtUwQ.jpg","[{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1991-09-09","41895491","138","[{'iso_639_1':'en','name':'English'}]","Released","A Modern Day Tale About The Search For Love, Sanity, Ethel Merman And The Holy Grail.","The Fisher King","false","7.3","593" +"false","/cPV6ulqSdHkcMZqBqGHNCh4yjpH.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","http://www.ifcfilms.com/films/the-abandoned","345875","tt3311988","en","The Abandoned","A troubled young woman who, in a last-ditch effort at getting her life together, takes a job working nights as a security guard at an abandoned luxury apartment building. Stuck with a brusque rent-a-cop as her partner, she tries to not let her mind play tricks on her while she patrols the empty halls. But as the night progresses strange things begin to happen - and she realizes it may not all be in her head.","5.236","/x0Dj1YlsDyTvjLIfGWZQoQfnbdy.jpg","[{'id':70784,'logo_path':null,'name':'IFC Midnight','origin_country':''},{'id':6525,'logo_path':null,'name':'C Plus Pictures','origin_country':''},{'id':307,'logo_path':'/gUi3pAUznQJpR296lw4mSVbB7zx.png','name':'IFC Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-01-08","0","86","[{'iso_639_1':'en','name':'English'}]","Released","Where hope goes to die.","The Abandoned","false","4.2","90" +"false","/wvBuXgA77FaCVKy2iejr4wuxa8G.jpg","null","0","[{'id':99,'name':'Documentary'}]","","330068","tt5434972","en","Fastball","Since 1912, baseball has been a game obsessed with statistics and speed. Thrown at upwards of 100 miles per hour, a fastball moves too quickly for human cognition and accelerates into the realm of intuition. Fastball is a look at how the game at its highest levels of achievement transcends logic and even skill, becoming the primal struggle for man to control the uncontrollable.","2.148","/mRcXlKku91npJNEvA6FyunkMy37.jpg","[{'id':923,'logo_path':'/5UQsZrfbfG2dYJbx8DxfoTr2Bvu.png','name':'Legendary Entertainment','origin_country':'US'},{'id':62472,'logo_path':null,'name':'Hock Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-03-25","0","87","[]","Released","","Fastball","false","6.9","24" +"false","/s9Ukl6CI1DwyJenfaDH1z1ZVlqV.jpg","null","0","[{'id':35,'name':'Comedy'}]","","14367","tt0092513","en","Adventures in Babysitting","When plans with her boyfriend fall through, high school senior Chris Parker ends up babysitting the Anderson kids, Brad and Sara. What should be a quiet night in, however, turns into a series of ridiculous exploits, starting when they leave the house to pick up Chris' friend Brenda. Soon, Brad's buddy Daryl is involved, and the group must contend with car thieves, blues musicians and much more.","8.697","/8QiAj0Xw2UMeZMIIfZKeNoIsszs.jpg","[{'id':554,'logo_path':null,'name':'Silver Screen Partners III','origin_country':''},{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-07-01","34368475","102","[{'iso_639_1':'en','name':'English'}]","Released","She thought babysitting was easy money - until she started hanging out with the Andersons.","Adventures in Babysitting","false","6.7","261" +"false","/5ELbliQwIoUxAeHtAXIrbXYhIiJ.jpg","null","0","[{'id':10770,'name':'TV Movie'},{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10752,'name':'War'}]","","31894","tt0114745","en","The Tuskegee Airmen","During the Second World War, a special project is begun by the US Army Air Corps to integrate African American pilots into the Fighter Pilot Program. Known as the ""Tuskegee Airman"" for the name of the airbase at which they were trained, these men were forced to constantly endure harassement, prejudice, and much behind the scenes politics until at last they were able to prove themselves in combat.","3.244","/r0WGtjLLrPPtyteWHFKKnjTM4id.jpg","[{'id':3268,'logo_path':'/tuomPhY2UtuPTqqFnKMVHvSb724.png','name':'HBO','origin_country':'US'},{'id':23808,'logo_path':null,'name':'Price Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-08-25","0","106","[{'iso_639_1':'en','name':'English'}]","Released","The right spirit. The right attitude. The wrong color.","The Tuskegee Airmen","false","7","32" +"false","/t3hQriDaFhwDISXjq52nRmWaq7a.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","28663","tt0043142","en","Woman on the Run","Frank Johnson, a sole witness to a gangland murder, goes into hiding and is trailed by Police Inspector Ferris, on the theory that Frank is trying to escape from possible retaliation. Frank's wife, Eleanor, suspects he is actually running away from their unsuccessful marriage. Aided by a newspaperman, Danny Leggett, Eleanor sets out to locate her husband. The killer is also looking for him, and keeps close tabs on Eleanor.","1.687","/8RttDdrSVwYSSwGpmil0z3vu98g.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1950-11-29","0","77","[{'iso_639_1':'en','name':'English'}]","Released","","Woman on the Run","false","6.7","31" +"false","/7euhzt7iC4W8W2uZYbvYlPaIWDY.jpg","null","0","[{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'}]","","27036","tt0041968","en","Too Late for Tears","One night on a lonely highway, a speeding car tosses a satchel of money, meant for somebody else, into Jane and Alan Palmer's back seat. Alan wants to turn it over to the police, but Jane persuades him to hang onto it 'for a while'. Soon, the Palmers are traced by one Danny Fuller, a sleazy character who claims the money is his.","2.363","/zMIBqFSnyvOr6Thi3RtViicdCm5.jpg","[{'id':5235,'logo_path':null,'name':'Hunt Stromberg Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1949-08-13","0","99","[{'iso_639_1':'en','name':'English'}]","Released","","Too Late for Tears","false","6.6","25" +"false","/mROp0NfaZNYnrSo6wvmzYF9RCTo.jpg","null","18000000","[{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","30194","tt0091472","en","The Manhattan Project","Named after the World War II-era program, the plot revolves around a gifted high school student who decides to construct a nuclear bomb for a national science fair. The film's underlying theme involves the Cold War of the 1980s when government secrecy and mutually assured destruction were key political and military issues.","3.544","/AwtI7WEFGpj2AH4KIMrLT9yOVoZ.jpg","[{'id':1648,'logo_path':null,'name':'Gladden Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1986-06-13","3900000","118","[{'iso_639_1':'en','name':'English'}]","Released","Paul Stevens' high school science project has gotten a little out of hand. He just built an atomic bomb. Now he's got 11 hours to make sure it doesn't work.","The Manhattan Project","false","6.3","44" +"false","/1Aucj1zrqpLZd5yLNAmF5MGldt.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':53,'name':'Thriller'},{'id':10752,'name':'War'}]","","31906","tt0066819","en","The Beguiled","Offbeat Civil War drama in which a wounded Yankee soldier, after finding refuge in an isolated girls' school in the South towards the end of the war, becomes the object of the young women's sexual fantasies. The soldier manipulates the situation for his own gratification, but when he refuses to completely comply with the girls' wishes, they make it very difficult for him to leave.","6.627","/iUTzQnTGy7rzhFs5GnsXNAT48KE.jpg","[{'id':171,'logo_path':null,'name':'Malpaso Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1971-03-31","0","105","[{'iso_639_1':'en','name':'English'}]","Released","One man...seven women...in a strange house!","The Beguiled","false","7.1","163" +"false","/fQq3OoZZFqVdHrJIRGXONffslzH.jpg","null","0","[{'id':18,'name':'Drama'}]","","29078","tt0354595","en","The Game of Their Lives","Based on a true story, this film tells the tale of the 1950 US soccer team who, against all odds, beat England 1 - 0 in the city of Belo Horizonte, Brazil. Although no US team has yet won a World Cup title, this story is about the family traditions and passions which shaped the lives of the players who made up this team of underdogs.","2.246","/yBhH7PxoH0uCs01sZnwCnVIIeVw.jpg","[{'id':2233,'logo_path':null,'name':'Bristol Bay Productions','origin_country':''},{'id':2234,'logo_path':null,'name':'Baldwin Entertainment Group','origin_country':''},{'id':2978,'logo_path':null,'name':'Crusader Entertainment','origin_country':''},{'id':4059,'logo_path':null,'name':'Independent Film Channel','origin_country':''},{'id':23359,'logo_path':null,'name':'Peter Newman/Interal','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-01-01","0","101","[{'iso_639_1':'en','name':'English'}]","Released","","The Game of Their Lives","false","6","23" +"false","/9UhCbdo7tzVGkRKKbtiQZnHL1o7.jpg","null","0","[{'id':10749,'name':'Romance'}]","","76344","tt0056626","en","Two for the Seesaw","Jerry Ryan wanders aimlessly around New York after giving up his Nebrascan law practice. His wife asks for a divorce. He meets Gittel, a struggling dancer from Greenwich Village and they try to sort out their lives. An extended conversation piece with a static camera, but reflects the moral climate of the time.","2.342","/s3zWdIEBzHBnddNRSbrraznzQR.jpg","[{'id':13218,'logo_path':null,'name':'Argyle Productions','origin_country':''},{'id':13219,'logo_path':null,'name':'Mirisch Corporation, The','origin_country':''},{'id':13220,'logo_path':null,'name':'Seesaw Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1962-11-24","0","119","[{'iso_639_1':'en','name':'English'}]","Released","A square from Nebraska? An off-beatnik from Greenwich Village? It just didn't figure ... that they would ... that they could ... that they did!","Two for the Seesaw","false","5.4","10" +"false","/ocIw3RoIAZusHpr4yr54TZvo38Q.jpg","null","0","[{'id':18,'name':'Drama'}]","http://tosavealifemovie.com/","41144","tt1270286","en","To Save A Life","Jake Taylor has everything. He has a beautiful girl, he's the champion in basketball and beer pong, and everyone loves him. Then, an old childhood friend, whom Jake used to be friends with, commits suicide. Jake begins to think. He wonders what he could've done to save his friend's life. A youth minister tells him that Jake needs God. So Jake becomes a Christian. However, things begin to spin out of control. His dad is cheating on his mom, his girlfriend is pregnant, and his former friends ridicule and mock him. During all this, Jake is going to realize just what it means to be a Christian and how, to save a life.","1.509","/qg9WrLmY29vvu57tL6A8yy0JaIV.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-11-05","0","120","[{'iso_639_1':'en','name':'English'}]","Released","Some people are just dying to be heard.","To Save A Life","false","6.5","32" +"false","/70loJS5za74GaaP2OLLpCyciiOY.jpg","null","0","[{'id':35,'name':'Comedy'}]","","332721","tt4104054","en","Dad's Army","A cinema remake of the classic sitcom Dad's Army (1968). The Walmington-on-Sea Home Guard platoon deal with a visiting female journalist and a German spy as World War II draws to its conclusion.","6.764","/nv6fwHlQ6CVuUeCTQ88rK4IOTb.jpg","[{'id':5654,'logo_path':null,'name':'DJ Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-02-05","0","100","[{'iso_639_1':'en','name':'English'}]","Released","Blend in!","Dad's Army","false","4.6","109" +"false","/72TRHWcKYrKzvVA7fproaskQSZv.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://www.bobbymooremovie.com/","402046","tt4606514","en","Bobby","A film which marks the 50th anniversary of England's victory in the 1966 World Cup, and uncovers the truth behind the man who led them to it... Bo66y is a powerful, dramatic and deeply personal portrait of a genuine footballing icon. Moore fought many battles besides those witnessed by millions on the football field. Behind the glory lies the story of a man who faced highs and lows with the same strength and bravery. But he died young, cruelly shunned by the game and by the very people who owed him so much. The story is told by his two wives, his friends and fans, including Pele, Sir Geoff Hurst Harry Redknapp, Ray Davies, Ray Winstone and Russell Brand, and more than 30 others, whose words are mixed with as yet unseen archive footage.","1.024","/rSHFB8wGL1WLowlXPhFCoouzx4S.jpg","[]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-05-27","0","97","[{'iso_639_1':'en','name':'English'}]","Released","","Bobby","false","6.6","9" +"false","/aheSIG4h3JNxWeDvdb1NxKzgjaM.jpg","null","12000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':12,'name':'Adventure'}]","","967","tt0054331","en","Spartacus","The rebellious Thracian Spartacus, born and raised a slave, is sold to Gladiator trainer Batiatus. After weeks of being trained to kill for the arena, Spartacus turns on his owners and leads the other slaves in rebellion. As the rebels move from town to town, their numbers swell as escaped slaves join their ranks. Under the leadership of Spartacus, they make their way to southern Italy, where they will cross the sea and return to their homes.","7.666","/hpICDCTdMIpcqEeNa0k3rcedw2B.jpg","[{'id':10330,'logo_path':'/nY62adzeba5GVK8LJYD6yd9R8H4.png','name':'Universal International Pictures','origin_country':''},{'id':611,'logo_path':null,'name':'Bryna Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1960-10-06","60000000","197","[{'iso_639_1':'en','name':'English'}]","Released","They trained him to kill for their pleasure ... but they trained him a little too well","Spartacus","false","7.5","875" +"false","/qHCsbrt5hG538sKNQ5uRvkXVrtU.jpg","null","13000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':10752,'name':'War'}]","","333352","tt2057392","en","Eye in the Sky","A UK-based military officer in command of a top secret drone operation to capture terrorists in Kenya discovers the targets are planning a suicide bombing and the mission escalates from ???capture??? to ???kill.??? As American pilot Steve Watts is about to engage, a nine-year old girl enters the kill zone, triggering an international dispute reaching the highest levels of US and British government over the moral, political, and personal implications of modern warfare.","18.249","/7IUUuB9Nwtp2Lslpt4Jo4bzMGoX.jpg","[{'id':60262,'logo_path':'/vyHrXz8krlqHwPGxBQkmG6DqvKV.png','name':'Raindog Films','origin_country':'GB'},{'id':69850,'logo_path':null,'name':'Entertainment One Features','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-09-11","18704595","102","[{'iso_639_1':'so','name':'Somali'},{'iso_639_1':'en','name':'English'}]","Released","Welcome to the new front line","Eye in the Sky","false","7.1","826" +"false","/mB2n4MwxT9GCuJIzlmLJGQnfis8.jpg","null","10000000","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","41374","tt0099578","en","The First Power","A young man born out of an incestuous relationship, after enduring an emotionally scarring childhood, gives in to the dark side of Satanic forces and becomes a weapon of evil. He kills with such ferocity that he becomes the main target of the L.A.P.D. Detective Russell Logan engages in a battle of wits with Channing in life and after death. It appears that Channing can't be stopped, but Logan has a few tricks of his own to match Channing's -""First Power"".","1.439","/icnsl44uYXyiArcRiSSMwseKtzx.jpg","[{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'},{'id':365,'logo_path':null,'name':'Nelson Entertainment','origin_country':''},{'id':10201,'logo_path':null,'name':'Interscope Communications','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-04-06","22424195","98","[{'iso_639_1':'en','name':'English'}]","Released","","The First Power","false","5.4","22" +"false","/ykxwtgbuJouL7d1cres6Pgc19iu.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","16659","tt0079596","en","My Brilliant Career","A young woman who is determined to maintain her independence finds herself at odds with her family who wants her to tame her wild side and get married.","2.005","/5qoIGh8gDZXbhRoBYAGlqyPqp7B.jpg","[{'id':14590,'logo_path':null,'name':'New South Wales Film Corp.','origin_country':''},{'id':38670,'logo_path':null,'name':'Greater Union Organisation (GUO)','origin_country':''},{'id':37553,'logo_path':null,'name':'Margaret Fink Productions','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","1979-08-17","0","100","[{'iso_639_1':'en','name':'English'}]","Released","","My Brilliant Career","false","5.9","15" +"false","/tCDqB3RHLQPNwls5Sv7QvTK7dQv.jpg","null","0","[{'id':18,'name':'Drama'}]","","337960","tt3671542","en","Holding the Man","In the 1970s, a young Australian boy, Timothy, finds himself confused. He falls for the captain of the football team. What follows shows all aspects of a relationship, regardless of gender or sexual preference. Conflict, temptation, and a huge burden which will affect every aspect of their lives.","6.73","/rme9LOmwNdiMhLfPPPOJO26vvFh.jpg","[{'id':6748,'logo_path':'/74qmkZFGFMbCsIKo2Dk62QVsUKf.png','name':'Goalpost Pictures','origin_country':'AU'}]","[{'iso_3166_1':'AU','name':'Australia'}]","2015-08-27","0","128","[{'iso_639_1':'en','name':'English'}]","Released","A love story for everyone","Holding the Man","false","7.9","241" +"false","/zVpffH961JjQDW1TMSgNfhcacgt.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://www.journeytospacefilm.com/","325263","tt4292554","en","Journey to Space","A sweeping overview of humanity???s accomplishments in space, as well as our ongoing activities and future plans.","1.733","/mW6v3MYsbjQkbjUWl5pYeoStKJq.jpg","[{'id':78161,'logo_path':null,'name':'K2 Films','origin_country':''},{'id':5576,'logo_path':null,'name':'Giant Screen Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-02-13","0","42","[{'iso_639_1':'en','name':'English'}]","Released","Next stop ... Mars!","Journey to Space","false","6.5","12" +"false","/ekOwZCj4TygD2zKxvrV4FtKZQOb.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","126954","tt0093881","en","The Rosary Murders","A killer of Detroit clergy confesses to a priest (Donald Sutherland), who turns sleuth because he cannot tell the police.","1.318","/gzxlFLppaua9GuzgghI45A9dulT.jpg","[]","[]","1987-08-28","0","105","[]","Released","","The Rosary Murders","false","5.5","12" +"false","/vFpaAPt38KtCS9ac7kSOihc1wUh.jpg","null","20000000","[{'id':35,'name':'Comedy'}]","","11064","tt0088850","en","Brewster's Millions","Brewster, an aging minor-league baseball player, stands to inherit 300 million dollars if he can successfully spend 30 million dollars in 30 days without anything to show for it, and without telling anyone what he's up to... A task that's a lot harder than it sounds!","8.372","/nt7zLmrTOmcCC74r4JNrGYvlDbV.jpg","[{'id':1885,'logo_path':'/xlvoOZr4s1PygosrwZyolIFe5xs.png','name':'Silver Pictures','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':1302,'logo_path':'/kQZtJdyphCmq292iGDqlUx0yk2D.png','name':'Davis Entertainment','origin_country':'US'},{'id':840,'logo_path':null,'name':'Lawrence Gordon Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-05-22","45833132","97","[{'iso_639_1':'en','name':'English'}]","Released","An American excess story.","Brewster's Millions","false","6.6","246" +"false","/vBeLbIunf5MTrD58IoRaFtjzDji.jpg","null","3800000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","29161","tt0087909","en","Phenomena","A young girl, with an amazing ability to communicate with insects, is transferred to an exclusive Swiss boarding school, where her unusual capability might help solve a string of murders.","6.031","/qUwGQT1EtkIm8vtN3VtnBDOoV7q.jpg","[{'id':4746,'logo_path':null,'name':'DACFILM Rome','origin_country':'IT'}]","[{'iso_3166_1':'IT','name':'Italy'}]","1985-01-25","0","116","[{'iso_639_1':'da','name':'Dansk'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","When Insects Attack!","Phenomena","false","6.8","283" +"false","/mrNcpvWWJn1p9E8CRUzLe1d75R4.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","","27983","tt0063829","en","Yours, Mine and Ours","When a widower with 10 children marries a widow with 8, can the 20 of them ever come together as one big happy family?","4.816","/y1JOCobaBAPOVlFbf4gIwO5nMyu.jpg","[{'id':60537,'logo_path':null,'name':'Walden Productions','origin_country':''},{'id':39856,'logo_path':'/x929GPaOozzVA92B0IkjbucZRAk.png','name':'Desilu Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1968-04-24","0","111","[{'iso_639_1':'en','name':'English'}]","Released","Their wedding night set new attendence records","Yours, Mine and Ours","false","6.5","52" +"false","/4iosJnVbfTVGZ59hxSnzJjCEygp.jpg","null","45000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","10879","tt0110093","en","I Love Trouble","Rival Chicago reporters Sabrina Peterson (Roberts) and Peter Brackett (Nolte) reluctantly join forces to uncover a train wreck conspiracy and bite off more than they can chew while pursuing the story and bickering along the way - and falling in love, despite the fact that he's many years older than she.Sabrina is an ambitious, gifted reporter willing to do whatever it takes to learn the truth about the train accident, which leads her into conflict, then reluctant partnership, with fading star newsman Peter who works for a rival paper. He is her polar opposite: he chases women, smokes cigars, and has just published his first novel. During their pursuit of the story, Peter and Sabrina clash over virtually everything - he also subjects Sabrina to indecent exposure in front of a group of boy scouts after he catches her skinny dipping.","4.852","/2QoLPgwWphEO2eVDm6ehGxCWoXV.jpg","[{'id':175,'logo_path':'/trtXLj3zv8T9ke1Vhw4SCkkM4JJ.png','name':'Caravan Pictures','origin_country':'US'},{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-06-29","61947267","123","[{'iso_639_1':'en','name':'English'}]","Released","Romance Was Never More Dangerous!","I Love Trouble","false","5.4","81" +"false","/3Sfjr8UCYrbtDubyDA0MCFjDccI.jpg","null","14000000","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':36,'name':'History'},{'id':9648,'name':'Mystery'}]","http://screenmediafilms.net/productions/details/1635/Colonia","318781","tt4005402","en","Colonia","A young woman's desperate search for her abducted boyfriend that draws her into the infamous Colonia Dignidad, a sect nobody ever escaped from.","8.615","/buEhROtfCEFNhjPWdJVgeVnrThj.jpg","[{'id':2094,'logo_path':null,'name':'Majestic Filmproduktion','origin_country':''},{'id':5754,'logo_path':null,'name':'Rat Pack Filmproduktion','origin_country':'DE'},{'id':6938,'logo_path':null,'name':'Iris Productions','origin_country':''},{'id':88045,'logo_path':null,'name':'Fred Films','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'LU','name':'Luxembourg'}]","2016-02-18","3621046","110","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","There is no turning back","Colonia","false","7.4","1073" +"false","/cVGf5o6rk1qGv7il9baBPeK7T5K.jpg","null","15000000","[{'id':10751,'name':'Family'}]","http://www.celsiusentertainment.com/films/bling/","385722","tt5161658","en","Bling","Lowly theme park mechanic Sam dreams about his childhood sweetheart Sue. With the mistaken belief that only a bling ring can win the girl of his dreams, Sam plans the most perfect night to propose to his one true love. But when super villain Oscar shows up with his own evil ring that could destroy the city, Sam???s plans are thrown into utter disarray. Mistaking each other???s rings for their own, Sam teams up with his robot super heroes to track down his engagement ring and save the city??? learning that it???s not about the size of the bling, but the size of your heart.","3.982","/4nVzGn8ezRPlSx3u6SYAWcQUYxg.jpg","[{'id':73870,'logo_path':null,'name':'Celsius Entertainment','origin_country':''},{'id':4439,'logo_path':null,'name':'Digiart Productions','origin_country':''},{'id':112648,'logo_path':null,'name':'Kidari ENT','origin_country':'KR'}]","[{'iso_3166_1':'KR','name':'South Korea'}]","2016-08-10","0","81","[{'iso_639_1':'en','name':'English'}]","Released","Prepare to engage","Bling","false","6","15" +"false","/eHWmEUP4fa7h1Fe7TXfTL7ncDl8.jpg","{'id':77816,'name':'Kung Fu Panda Collection','poster_path':'/2QT6PuYXY0T2Ry9rX0JKQYTrbwx.jpg','backdrop_path':'/uDosHOFFWtF5YteBRygHALFqLw2.jpg'}","145000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","http://www.kungfupanda.com/","140300","tt2267968","en","Kung Fu Panda 3","Continuing his ""legendary adventures of awesomeness"", Po must face two hugely epic, but different threats: one supernatural and the other a little closer to his home.","21.366","/MZFPacfKzgisnPoJIPEFZUXBBT.jpg","[{'id':76266,'logo_path':null,'name':'Pearl Studio','origin_country':'CN'},{'id':40890,'logo_path':null,'name':'China Film Co.','origin_country':''},{'id':521,'logo_path':'/kP7t6RwGz2AvvTkvnI1uteEwHet.png','name':'DreamWorks Animation','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'US','name':'United States of America'}]","2016-01-23","521170825","95","[{'iso_639_1':'en','name':'English'}]","Released","Grab destiny by the rice dumplings.","Kung Fu Panda 3","false","6.7","2823" +"false","/57aNfrYhPTgRBdlVdIhQgadHSL9.jpg","{'id':389767,'name':'My Big Fat Greek Wedding Collection','poster_path':'/oalS0sTGzk2mgiAyOQ5iVR4juJC.jpg','backdrop_path':'/UzzUEBULGUuk695tZhLO9xShxV.jpg'}","18000000","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","302688","tt3760922","en","My Big Fat Greek Wedding 2","The continuing adventures of the Portokalos family. A follow-up to the 2002 comedy, ""My Big Fat Greek Wedding.""","8.112","/gN7Su6RP9zDXJigHGyGLnRaWqsb.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':12026,'logo_path':null,'name':'Gold Circle Films','origin_country':'US'},{'id':7429,'logo_path':'/6in9uMqxXEHx5XgYgkeRBpZ4rPw.png','name':'HBO Films','origin_country':'US'},{'id':4171,'logo_path':null,'name':'Playtone','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2016-03-23","88923251","94","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'el','name':'????????????????'}]","Released","People change. Greeks don't.","My Big Fat Greek Wedding 2","false","5.7","566" +"false","/6Zy8HlUrFFmJIlsVfv9YOx4PxYO.jpg","null","23000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':12,'name':'Adventure'}]","http://www.foxmovies.com/movies/eddie-the-eagle","319888","tt1083452","en","Eddie the Eagle","Inspired by true events, Eddie the Eagle is a feel-good story about Michael ""Eddie"" Edwards, an unlikely but courageous British ski-jumper who never stopped believing in himself - even as an entire nation was counting him out. With the help of a rebellious and charismatic coach, Eddie takes on the establishment and wins the hearts of sports fans around the world by making an improbable and historic showing at the 1988 Calgary Winter Olympics.","10.9","/laEdJnz9CiojWcNpqFjPKhrKuBo.jpg","[{'id':264,'logo_path':'/fA90qwUKgPhMONqtwY60GaHRyrW.png','name':'Studio Babelsberg','origin_country':'DE'},{'id':5374,'logo_path':'/8dgIXEObpRYixczGSpyW9rgnN53.png','name':'Marv Films','origin_country':'GB'},{'id':73620,'logo_path':null,'name':'Saville Productions','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2016-02-26","46152411","106","[{'iso_639_1':'cs','name':'??esk??'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'no','name':'Norsk'}]","Released","Win or lose, always aim high","Eddie the Eagle","false","7.2","1139" +"false","/sZmsl0OpeWCcbEzOJiygpaH5qhX.jpg","null","18000000","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'}]","http://www.midnightspecialmovie.com/","245703","tt2649554","en","Midnight Special","A father and son go on the run after the dad learns his child possesses special powers.","8.962","/fqIjExm1RJEkbGPtMBXnP20MmHm.jpg","[{'id':19246,'logo_path':'/4zrEZfTf94tyG4wRB599gRS0reU.png','name':'Faliro House Productions','origin_country':'GR'},{'id':50914,'logo_path':null,'name':'Tri-State Pictures','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-02-18","6212282","112","[{'iso_639_1':'en','name':'English'}]","Released","He's not like us.","Midnight Special","false","6.3","1064" +"false","/6MuU4kX50nioR4ad1jSyFXfFv5h.jpg","null","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","1662","tt0100685","en","State of Grace","Terry Noonan returns home to New York's Hells Kitchen after a ten year absence. He soon hooks up with childhood pal Jackie who is involved in the Irish mob run by his brother Frankie. Terry also rekindles an old flame with Jackie's sister Kathleen. Soon, however, Terry is torn between his loyalty to his friends and his loyalties to others.","6.98","/5vwP5vUBqizNI5O7UU6mAgkTkGa.jpg","[{'id':761,'logo_path':null,'name':'Cinehaus','origin_country':''},{'id':364,'logo_path':null,'name':'The Rank Organisation','origin_country':''},{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'}]","1990-09-14","0","134","[{'iso_639_1':'en','name':'English'}]","Released","","State of Grace","false","7","125" +"false","/fGQLfhUo3Gog5WVQQceZKjeXYnA.jpg","{'id':478628,'name':'Sherlock Holmes (Basil Rathbone) Collection','poster_path':'/o0JPaIApMbCcONQWGqkKFHUeA1U.jpg','backdrop_path':'/e5NsMo56xOYqt1EwOvy5GYlGrLx.jpg'}","0","[{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':27,'name':'Horror'}]","","33423","tt0037248","en","The Scarlet Claw","A woman is found dead -- with her throat torn out. Villagers blame a supernatural source but Holmes has other ideas.","2.37","/bxSNJPcF8dd1au7maOatScDPkEI.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1944-05-26","0","74","[{'iso_639_1':'en','name':'English'}]","Released","Holmes vs. Monster!","The Scarlet Claw","false","7","39" +"false","/45tJCXfr3S08qb5fVP86duFUUzx.jpg","null","1600000","[{'id':37,'name':'Western'}]","","13909","tt0041866","en","She Wore a Yellow Ribbon","After Custer and the 7th Cavalry are wiped out by Indians, everyone expects the worst. Capt. Nathan Brittles is ordered out on patrol but he's also required to take along Abby Allshard, wife of the Fort's commanding officer, and her niece, the pretty Olivia Dandridge, who are being evacuated for their own safety. Brittles is only a few days away from retirement and Olivia has caught the eye of two of the young officers in the Company, Lt. Flint Cohill and 2nd Lt. Ross Pennell. She's taken to wearing a yellow ribbon in her hair, a sign that she has a beau in the Cavalry, but refuses to say for whom she is wearing it.","7.067","/u6vBfRXAUfoNfQ7RT2vDBP71XUe.jpg","[{'id':6,'logo_path':'/n53F7K9scQWFXYbrCablqLKqJdp.png','name':'RKO Radio Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1949-10-22","5400000","103","[{'iso_639_1':'en','name':'English'}]","Released","John Ford's New and Finest Picture of the Fighting Cavalry!","She Wore a Yellow Ribbon","false","6.9","114" +"false","/73bJlhccmS0W8fSAAW6AHxdhqFO.jpg","null","6000000","[{'id':37,'name':'Western'}]","","38765","tt0065547","en","Chisum","Cattle baron John Chisum joins forces with Billy the Kid and Pat Garrett to fight the Lincoln County land war.","4.446","/rZ2LU3vnSvpRVafHuCfczDAhGrF.jpg","[{'id':2532,'logo_path':'/qxGytGpK9htSl6xxv9qP1dG656e.png','name':'Batjac Productions','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'MX','name':'Mexico'},{'iso_3166_1':'US','name':'United States of America'}]","1970-07-23","0","111","[{'iso_639_1':'en','name':'English'}]","Released","THE LEGEND - John Wayne is 'Chisum'","Chisum","false","6.7","71" +"false","/kYkKifko0cwoO3qhDHJigRXSRa2.jpg","null","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':10752,'name':'War'}]","","18771","tt0038160","en","They Were Expendable","Shortly after Pearl Harbor, a squadron of PT-boat crews in the Philippines must battle the Navy brass between skirmishes with the Japanese. The title says it all about the Navy's attitude towards the PT-boats and their crews.","3.127","/50B34jRVZqyGaWQrmPAC7cBAYZi.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1945-12-20","0","135","[{'iso_639_1':'en','name':'English'}]","Released","A Tribute to Those Who Did So Much . . . With So Little!","They Were Expendable","false","6.1","41" +"false","/pGOkfCqtP09QbaFSRxrmF2BxZJj.jpg","null","0","[{'id':37,'name':'Western'}]","","301","tt0053221","en","Rio Bravo","The sheriff of a small town in southwest Texas must keep custody of a murderer whose brother, a powerful rancher, is trying to help him escape. After a friend is killed trying to muster support for him, he and his deputies - a disgraced drunk and a cantankerous old cripple - must find a way to hold out against the rancher's hired guns until the marshal arrives. In the meantime, matters are complicated by the presence of a young gunslinger - and a mysterious beauty who just came in on the last stagecoach.","9.322","/gyEfGVDe5puz4wgIq6073fn8pHc.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1959-03-17","5800000","141","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","They fought back to back... No quarter given... No quarter asked... No way in... No way out... of Rio Bravo!","Rio Bravo","false","7.9","460" +"false","/7jDLjAydj7R0uf9RRUOpt2FNW1u.jpg","null","45000000","[{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","","12412","tt1046997","en","Miracle at St. Anna","Miracle at St. Anna chronicles the story of four American soldiers who are members of the all-black 92nd ""Buffalo Soldier"" Division stationed in Tuscany, Italy during World War II.","7.345","/hXJgJ7TQWaDmmSNrjMzsV2YZvW3.jpg","[{'id':4319,'logo_path':null,'name':'40 Acres & A Mule Filmworks','origin_country':'US'},{'id':20341,'logo_path':null,'name':'On My Own','origin_country':''},{'id':2683,'logo_path':'/mOL2WcHtox2urbUf1oJvjw7kz01.png','name':'Rai Cinema','origin_country':'IT'},{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'US','name':'United States of America'}]","2008-09-15","9323833","160","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'en','name':'English'}]","Released","","Miracle at St. Anna","false","6.3","175" +"false","/3auL1uRZMXvttclXzXrul87VtPj.jpg","null","31192","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","http://downterrace.blogspot.com/","42151","tt1489167","en","Down Terrace","After serving jail time for a mysterious crime, Bill and Karl get out of jail and become preoccupied with figuring out who turned them in to the police. On top of that, the ""family business"" is on the rocks, and the motley crew of criminals who operate out of Down Terrace aren't feeling terribly trusting of one another. It might look like an ordinary house, but at Down Terrace, the walls are closing in..","2.004","/Akp4JvxGDu7LrDc7WnAZs7e39Rt.jpg","[]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2009-09-01","10000","89","[{'iso_639_1':'en','name':'English'}]","Released","You're only as good as the people you know.","Down Terrace","false","6.3","34" +"false","/t6JTCt2ESO1Yk47qWxH8N7keKeg.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","","398289","tt3727202","en","Life on the Line","A crew of men who do the high-wire work of fixing the electrical grid are hit by a sudden deadly storm.","6.907","/6wNqZSzAz5ie7eLP855ENbkZrVA.jpg","[{'id':85885,'logo_path':'/oLbUgPkkTmlwGDUO4pYp2OtPkfG.png','name':'Lionsgate Premiere','origin_country':'US'},{'id':53531,'logo_path':null,'name':'Marro Films','origin_country':''},{'id':78226,'logo_path':null,'name':'Elite Film Production','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-11-05","0","97","[{'iso_639_1':'en','name':'English'}]","Released","","Life on the Line","false","5.6","80" +"false","/gwDnVDS4ltWRcSdKnmcTfrfLopU.jpg","null","8000000","[{'id':35,'name':'Comedy'}]","","186759","tt1468846","en","Get a Job","A recent college graduate and his friends are forced to lower life expectations when they leave school for the real world. Life after college graduation is not exactly going as planned for Will and Jillian who find themselves lost in a sea of increasingly strange jobs. But with help from their family, friends and coworkers they soon discover that the most important (and hilarious) adventures are the ones that we don't see coming.","5.757","/ud9YiLyAdLDSQhJSVVTv2Pb6h56.jpg","[{'id':215,'logo_path':'/tQyeqkCj24krhY2W8qeAztcOS37.png','name':'Double Feature Films','origin_country':''},{'id':5490,'logo_path':'/xuJSR4dWsvkE194aemIJwflyNF2.png','name':'CBS Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-03-25","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Graduating was the easy part","Get a Job","false","5.3","356" +"false","/yABVX7Sj6ugDbomSFZeUtzRi3HG.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.wildlikefilm.com","300654","tt2204080","en","Wildlike","Fourteen-year-old Mackenzie is sent to live with her uncle in Juneau when her mother can???t care for her anymore. The living situation quickly takes a turn for the worse, and she runs away to rejoin her mother in Seattle. While on her dangerous journey of sleeping in cars and breaking into hotel rooms, she???s drawn to Rene, a lonesome backpacker looking for tranquility in the wilderness.","2.853","/s3Osz35ZghNDioKox3f2h8gxx9c.jpg","[{'id':38956,'logo_path':null,'name':'Tandem Pictures','origin_country':''},{'id':64430,'logo_path':null,'name':'Greenmachine Film','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-09-25","0","104","[{'iso_639_1':'en','name':'English'}]","Released","","Wildlike","false","6.6","57" +"false","/zUfJK8z6cN4vvBTfIpnw6YYGFV1.jpg","{'id':117777,'name':'Undisputed Collection','poster_path':'/uiRATuw9cgL1ZGiek9e98edToKa.jpg','backdrop_path':'/6xtQ7VgMiqMLZ2vvNEM7HzMHxxe.jpg'}","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","15255","tt0443676","en","Undisputed II: Last Man Standing","Sequel to the 2002 film. This time, Heavyweight Champ George ""Iceman"" Chambers (White) is sent to a Russian jail on trumped-up drug charges. In order to win his freedom he must fight against the jailhouse fighting champ Uri Boyka (Adkins) in a battle to the death. This time he is not fighting for a title, he is fighting for his life!","15.881","/9jEXIplaGVkoxRSVKOl01kyi2E9.jpg","[{'id':94362,'logo_path':null,'name':'Nu Image Bulgaria','origin_country':''},{'id':1020,'logo_path':'/kuUIHNwMec4dwOLghDhhZJzHZTd.png','name':'Millennium Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-04-11","0","93","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Wrongfully Accused. Unjustly Imprisoned. Now He's Fighting Back.","Undisputed II: Last Man Standing","false","7","243" +"false","/4IpQGRiSdUeo9nylGA3SQHWPXqF.jpg","{'id':478328,'name':'The Houses October Built Collection','poster_path':'/siojhNwiOdchlv48nPixf8MDjra.jpg','backdrop_path':null}","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","293572","tt1958043","en","The Houses October Built","Beneath the fake blood and cheap masks of countless haunted house attractions across the country, there are whispers of truly terrifying alternatives. Looking to find an authentic, blood-curdling good fright for Halloween, five friends set off on a road trip in an RV to track down these underground Haunts. Just when their search seems to reach a dead end, strange and disturbing things start happening and it becomes clear that the Haunt has come to them???","6.606","/ibekxJYYhUfCggBkaXyxvW5M1Uz.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-10-10","0","91","[{'iso_639_1':'en','name':'English'}]","Released","","The Houses October Built","false","5.4","153" +"false","/qAPSzD32DGK928v7ydsVn0z3YBK.jpg","null","0","[{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'},{'id':10770,'name':'TV Movie'}]","","136611","tt0325965","en","Penda's Fen","Through a series of real and imagined encounters with angels, demons, and England's pagan past, a pastor's son begins to question his religion and politics, and comes to terms with his sexuality.","1.681","/ol8R1e8l3ieKLXYhfXiltG8ip59.jpg","[{'id':3324,'logo_path':'/16fY7pucCzn7WSOYxOGRHlAayL3.png','name':'BBC','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1974-03-21","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Penda's Fen","false","7.1","7" +"false","/5KomHP9mgBt7oKcpRtIKvz8nqFh.jpg","null","1","[{'id':53,'name':'Thriller'}]","","267931","tt2320388","en","Hidden in the Woods","Hidden in the Woods tells the story of two sisters who have been raised in isolation, subjected to the torment of their abusive, drug dealing father. When they finally decide to report him to the police, he kills the two officers and is put in jail. But things go from bad to worse when the girls must answer to their Uncle Costello, a psychotic drug kingpin, who shows up looking for his missing merchandise which is hidden in the woods.","1.106","/zhHM8EAQFMwImrZUca7tptHgFpN.jpg","[{'id':58547,'logo_path':null,'name':'Blancbiehn Productions','origin_country':''},{'id':22784,'logo_path':null,'name':'WTFilms','origin_country':''},{'id':22785,'logo_path':null,'name':'Valladares Films','origin_country':''},{'id':80613,'logo_path':null,'name':'Artigo Indie','origin_country':''},{'id':68265,'logo_path':null,'name':'Hackybox Pictures','origin_country':''},{'id':80612,'logo_path':null,'name':'Small Red Star Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CL','name':'Chile'}]","2014-12-12","0","98","[{'iso_639_1':'en','name':'English'}]","Released","Hide Your Daughters","Hidden in the Woods","false","5.3","10" +"false","/AhHQivhVyuaz1oXJPaMh9el6uPi.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10770,'name':'TV Movie'}]","","37055","tt0097270","en","Elephant","A depiction of a series of violent killings in Northern Ireland with no clue as to exactly who is responsible.","1.662","/lEKG9vE17cgeeDLZTvxZxnVTsiw.jpg","[{'id':20639,'logo_path':'/qypOd6AlNrfHIXN9nArZmyMv6do.png','name':'BBC Northern Ireland','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1989-02-13","0","39","[{'iso_639_1':'en','name':'English'}]","Released","","Elephant","false","6.6","38" +"false","/hxBroLYYRiuDlTPp7JlcwfzXXZe.jpg","{'id':117777,'name':'Undisputed Collection','poster_path':'/uiRATuw9cgL1ZGiek9e98edToKa.jpg','backdrop_path':'/6xtQ7VgMiqMLZ2vvNEM7HzMHxxe.jpg'}","20000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","15070","tt0281322","en","Undisputed","Monroe Hutchens is the heavyweight champion of Sweetwater, a maximum security prison. He was convicted to a life sentence due to a passionate crime. Iceman Chambers is the heavyweight champion, who lost his title due to a rape conviction to ten years in Sweetwater. WHen these two giants collide in the same prison, they fight against each other disputing who is the real champion.","17.187","/dhBQvKYMayM61M7kHOk35IfpE8K.jpg","[{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':421,'logo_path':null,'name':'Amen Ra Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-08-23","12398628","96","[{'iso_639_1':'en','name':'English'}]","Released","Two Enemies ... The Mob ... The Ultimate Showdown.","Undisputed","false","6.3","253" +"false","/fjHKnEnlgTswengC5eCjUM6by3m.jpg","null","10000000","[{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","","10687","tt0170691","en","Tigerland","A group of recruits go through Advanced Infantry Training at Fort Polk, Louisiana's infamous Tigerland, last stop before Vietnam for tens of thousands of young men in 1971","6.054","/yyW54WcjMFX4NTRy1NnKIeaWhLS.jpg","[{'id':73949,'logo_path':null,'name':'KirchMedia','origin_country':''},{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':1363,'logo_path':null,'name':'Haft Entertainment','origin_country':''},{'id':10104,'logo_path':'/hNuGhsKVlmhnwSRcmOejDBDjh6w.png','name':'New Regency Pictures','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2000-09-22","0","101","[{'iso_639_1':'en','name':'English'}]","Released","The system wanted them to become soldiers. One soldier just wanted to be human.","Tigerland","false","6.7","245" +"false","/2SVBIMcJwnYL9Hb0m1z5AuAxNXy.jpg","{'id':167691,'name':'Trilogy of Life','poster_path':'/mpYnTCvugaQFVSCuhYapL58JKc2.jpg','backdrop_path':'/f855SLPBiPBOigC1Okh1ud6pE9Y.jpg'}","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","5691","tt0067647","it","I racconti di Canterbury","Glimpses of Chaucer penning his famous work are sprinkled through this re-enactment of several of his stories.","6.202","/m3QbRIFFBMxkNjkeS9iDxH62w7i.jpg","[{'id':64,'logo_path':null,'name':'Les Productions Artistes Associ??s','origin_country':''},{'id':7508,'logo_path':null,'name':'Produzioni Europee Associati (PEA)','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'IT','name':'Italy'}]","1972-07-01","0","111","[{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'en','name':'English'}]","Released","","The Canterbury Tales","false","6.2","71" +"false","/e7CVA0d35oWcEzOCmw5DFsmnOBp.jpg","null","22000000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","http://theinformantmovie.warnerbros.com/","11323","tt1130080","en","The Informant!","A rising star at agri-industry giant Archer Daniels Midland (ADM), Mark Whitacre suddenly turns whistleblower. Even as he exposes his company???s multi-national price-fixing conspiracy to the FBI, Whitacre envisions himself being hailed as a hero of the common man and handed a promotion.","7.639","/6882EDewH5SMvNMvET60oZv8fS4.jpg","[{'id':6822,'logo_path':null,'name':'Jaffe / Braunstein Enterprise','origin_country':''},{'id':6735,'logo_path':'/6yyByQrmTAgJv0QzZ1Eh1jiGX4R.png','name':'Participant Media','origin_country':'US'},{'id':4205,'logo_path':null,'name':'Groundswell Productions','origin_country':'US'},{'id':129,'logo_path':null,'name':'Section Eight','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-09-18","35424826","108","[{'iso_639_1':'en','name':'English'}]","Released","Based on a tattle-tale.","The Informant!","false","6.1","459" +"false","/5zkGgMbZLJOe5dTIZO1qG61oO16.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","27281","tt0114048","en","Operation Dumbo Drop","Five Green Berets stationed in Vietnam in 1968 grudgingly undertake the mission of a lifetime -- to secretly transport an 8,000-pound elephant through 200 miles of rough jungle terrain. High jinks prevail when Capt. Sam Cahill promises the Montagnard villagers of Dak Nhe that he'll replace their prized elephant in time for an important ritual. But for Capt. T.C. Doyle, the mission becomes a jumbo-sized headache!","4.563","/fPlkpcuQGdoIk4IbIFPo3OhQ0qL.jpg","[{'id':10201,'logo_path':null,'name':'Interscope Communications','origin_country':''},{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-07-28","0","107","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'vi','name':'Ti???ng Vi???t'}]","Released","A Top-Secret Mission Of Gigantic Proportions!","Operation Dumbo Drop","false","4.9","66" +"false","/qEu2EJBQUNFx5mSKOCItwZm74ZE.jpg","null","15000000","[{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'},{'id':18,'name':'Drama'}]","http://www.10cloverfieldlane.com/","333371","tt1179933","en","10 Cloverfield Lane","After getting in a car accident, a woman is held in a shelter with two men, who claim the outside world is affected by a widespread chemical attack.","13.923","/84Dhwz93vCin6T1PX6ctSvWEuNE.jpg","[{'id':78177,'logo_path':null,'name':'Spectrum Effects','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':11461,'logo_path':'/p9FoEt5shEKRWRKVIlvFaEmRnun.png','name':'Bad Robot','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-03-10","108286421","104","[{'iso_639_1':'en','name':'English'}]","Released","Monsters come in many forms.","10 Cloverfield Lane","false","6.9","4477" +"false","/jWMYenro2dEtzoEYnVcdK2vkuKq.jpg","null","0","[{'id':16,'name':'Animation'}]","http://www.quackerzmovie.com/","377878","tt3723780","en","Quackerz","Many years ago, on a faraway island, there lived a Sun Duck who protected his flock from evil powers. The Sun Duck had his loyal guardians who made sure the Sun evenly spread its energy on their flourishing land. The bliss continued until an Evil Witch learned of the Sun Duck's superpowers. She seized the guardians and stole the Sun Duck away for the only sake every living woman would understand: eternal youth and mesmerizing beauty. Today, nobody believes in old legends. Mandarin ducks peacefully reside on their island and abide by the law that prescribes ""no flying on the island"" and ""never leave the island"". The Emperor is the only one who knows that the legend is true and that the next generation Sun Duck has been born. He keeps it in strict secrecy, but the Witch also knows that the legend is true and she is coming back for her next victim.","1.952","/tkw8Dbt4U3THeXmRKLfsLfVcJ8v.jpg","[{'id':72186,'logo_path':null,'name':'ROME Animation & Film Studio','origin_country':''}]","[{'iso_3166_1':'RU','name':'Russia'}]","2016-02-14","0","81","[{'iso_639_1':'en','name':'English'}]","Released","They'll quack you up","Quackerz","false","4.7","13" +"false","/UP440aAb8YFI6xe8iQqivf7tkq.jpg","null","0","[{'id':28,'name':'Action'}]","http://magnetreleasing.com/gridlocked/","356334","tt2724532","en","Gridlocked","Former SWAT leader David Hendrix and hard-partying movie star Brody Walker must cut their ride-along short when a police training facility is attacked by a team of mercenaries.","3.997","/sBWtxprkndRWlwFRVkl3R68Wjxr.jpg","[{'id':36016,'logo_path':null,'name':'High Star Entertainment','origin_country':''},{'id':68265,'logo_path':null,'name':'Hackybox Pictures','origin_country':''},{'id':78752,'logo_path':null,'name':'North Hollywood Films','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2016-06-14","0","114","[{'iso_639_1':'en','name':'English'}]","Released","Only one way out???","Gridlocked","false","5.6","70" +"false","/sc93tDMxn6B9hqyMCYLeFiF1Qc4.jpg","null","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","347847","tt3399484","en","The Sand","Just when you thought it was safe to go back in the water again, you can???t even get across the sand! BLOOD BEACH meets SPRING BREAKERS in an ace monster mash-up of smart nostalgia and up-to-the-minute visual effects. After an all-night graduation beach party, a group of hung-over students wake up under blazing sun to find their numbers somewhat depleted. An enormous alien creature has burrowed down deep and anyone foolish enough to make contact with the sand finds themselves at the mercy of a sea of flesh-eating tentacles. Will they ever be able to escape its carnivorous clutches?","7.097","/dLa0CNIaAUqUM44nIXxMGikCBLR.jpg","[{'id':23386,'logo_path':null,'name':'Scatena & Rosner Films','origin_country':''},{'id':75875,'logo_path':null,'name':'Allegra Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-08-28","0","84","[{'iso_639_1':'en','name':'English'}]","Released","This Beach is Killer","The Sand","false","4.2","57" +"false","/h7tsseO1ewkwyzFehT4lofMZv2l.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","","356841","tt3781616","en","Checkmate","Six people are thrown together during an elaborate bank heist where any move can alter the outcome. Is it coincidence, or are they merely pawns in a much bigger game.","2.142","/gLaAw0DpM5elYpL2A94ADecQKMY.jpg","[{'id':35396,'logo_path':null,'name':'Status Media & Entertainment','origin_country':''},{'id':63430,'logo_path':null,'name':'Puppy Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-07-03","0","102","[{'iso_639_1':'en','name':'English'}]","Released","","Checkmate","false","4.2","20" +"false","/s04T6oIdglrbsZ1WPK2p20J9jag.jpg","null","35000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","","267193","tt3381008","en","Grimsby","Wrongfully accused and on the run, a top MI6 assassin joins forces with his long-lost, football hooligan brother to save the world from a sinister plot.","8.654","/iqWRyStIQikuQkZxEfkss8NqsbS.jpg","[{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':3045,'logo_path':'/5jNRqXspCmQ3XkHNzuZIbvnHOWw.png','name':'Sony Pictures Releasing','origin_country':''},{'id':443,'logo_path':'/deewJi8ncCh6Sc2STL91wvZ4O5X.png','name':'Big Talk Productions','origin_country':'GB'},{'id':33680,'logo_path':null,'name':'Blue Sky Films','origin_country':''},{'id':34620,'logo_path':null,'name':'Four by Two Films','origin_country':''},{'id':34034,'logo_path':null,'name':'LStar Capital','origin_country':'US'},{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':34,'logo_path':'/GagSvqWlyPdkFHMfQ3pNq6ix9P.png','name':'Sony Pictures','origin_country':'US'}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2016-02-24","25182929","83","[{'iso_639_1':'en','name':'English'}]","Released","Behind every hero is an embarrassing sibling","Grimsby","false","5.8","1225" +"false","/kB40zqdSF6R4ybg8CgwKTuNFb9X.jpg","null","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","53949","tt0050722","en","The Monster that Challenged the World","Giants Mollusks are released from the earth by an earthquake and start killing people.","2.408","/poW6l9DSkoHJ68Ak8jkgrb1eVgj.jpg","[{'id':37,'logo_path':'/nlG4JEjJ7SAFDehgIVvHFBPW23y.png','name':'Gramercy Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1957-06-01","0","84","[{'iso_639_1':'en','name':'English'}]","Released","A new kind of terror to numb the nerves!","The Monster that Challenged the World","false","5.2","23" +"false","/3LM6fTNcZo8SDeTPiI4CY3KI3U7.jpg","null","10000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","314385","tt3707106","en","By the Sea","Set in France during the mid-1970s, Vanessa, a former dancer, and her husband Roland, an American writer, travel the country together. They seem to be growing apart, but when they linger in one quiet, seaside town they begin to draw close to some of its more vibrant inhabitants, such as a local bar/caf??-keeper and a hotel owner.","6.629","/vctzmTinuLACl2PIFuPhTNkTc62.jpg","[{'id':73249,'logo_path':null,'name':'Pellikola Limited','origin_country':'MT'},{'id':81,'logo_path':'/8wOfUhA7vwU2gbPjQy7Vv3EiF0o.png','name':'Plan B Entertainment','origin_country':'US'},{'id':39443,'logo_path':null,'name':'Jolie Pas','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","2015-11-12","3727746","122","[{'iso_639_1':'uk','name':'??????????????????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","When we die on the inside, the outside is left wandering dangerously by the sea.","By the Sea","false","5.4","279" +"false","/m0oZM7q5iu3up55kgsJ0YJLKNBY.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':10749,'name':'Romance'},{'id':53,'name':'Thriller'}]","","9924","tt0462329","en","The Hard Corps","An Army veteran assembles a team of bodyguards to protect a former boxer. Complications arise when the boxer suspects his sister may be romantically involved with the bodyguard.","3.633","/gHUBTqFNZAhNHocVqyifNpYkbp0.jpg","[{'id':2748,'logo_path':null,'name':'Clubdeal','origin_country':''},{'id':1370,'logo_path':'/uch218gB4XWNz3JNhlc65A5Q207.png','name':'Castel Film','origin_country':'RO'}]","[{'iso_3166_1':'RO','name':'Romania'},{'iso_3166_1':'US','name':'United States of America'}]","2006-08-15","0","110","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","","The Hard Corps","false","4.9","60" +"false","/ouoi01NpFt3WxpfIwfOVQ9p8gKk.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","","35371","tt0092085","en","Thrashin'","Corey and his band of skater buddies sometimes make mischief, but they're more interested in girls and having fun on their boards than in getting into any real trouble. Notorious enemy crew the Daggers, led by Tommy Hook, get their kicks terrorizing the locals at Venice Beach. When Corey starts dating Tommy's kid sister Chrissy, the Daggers are furious. The boys then take their beef to the ""L.A. Massacre,"" a deadly skate race down a canyon road.","4.727","/7Z3q6FuVpRAMftv0i381rf8qIiK.jpg","[{'id':5484,'logo_path':null,'name':'Winters Hollywood Entertainment Holdings Corporation','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1986-08-29","0","93","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","It's not a kid's game anymore.","Thrashin'","false","6.6","25" +"false","/xy9MUcAcUCsxDnp5QEuLJIcFzGJ.jpg","null","40000000","[{'id':35,'name':'Comedy'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'}]","","11551","tt0122718","en","Small Soldiers","When missile technology is used to enhance toy action figures, the toys soon begin to take their battle programming too seriously.","7.409","/l5laJWvcxgkoqC3nRPs9N5u55jR.jpg","[{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-07-10","54682547","110","[{'iso_639_1':'en','name':'English'}]","Released","Big Movie.","Small Soldiers","false","6.2","920" +"false","/min3hiZAK8YI9g57tSxyc3HMwE0.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","19361","tt0111218","en","Sleep with Me","Six different writers wrote a scene each of this romantic comedy featuring the marriage and turbulent relationship of Joseph and Sarah, with Joseph's best friend Frank trying hard to cope with letting the love of his life marry his best friend. Featuring Quentin Tarantino in a cameo as Sid, a movie-bore party goer","2.723","/ayU3ZTpr9pvOPikY7VTEYq4dA4C.jpg","[{'id':3322,'logo_path':null,'name':'August Entertainment','origin_country':''},{'id':5841,'logo_path':null,'name':'Castleberg Productions','origin_country':''},{'id':17225,'logo_path':null,'name':'Paribas Film Corparation','origin_country':''},{'id':163,'logo_path':null,'name':'Revolution Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-01-01","161410","86","[{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'en','name':'English'}]","Released","An Unconventional Romance","Sleep with Me","false","5.7","14" +"false","/7IrRanHtGIyU6J3833vnr9gQFOc.jpg","null","0","[{'id':35,'name':'Comedy'}]","","51036","tt0100087","en","MadHouse","The luxurious villa of Mark and Jessie Bannister, a yuppie couple, is overrun by loads of uninvited guests who turn the house up side down.","3.571","/cAnv2oV2MLEwO6AIrLXDiWmL862.jpg","[{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-02-16","0","90","[{'iso_639_1':'en','name':'English'}]","Released","The bad news is you have houseguests. There is no good news.","MadHouse","false","5.6","26" +"false","/1xSUcX6GZxwxgPktgr51a5J3jzp.jpg","{'id':397444,'name':'Kindergarten Cop Collection','poster_path':'/q5Pk0utXHTqOgvRtlRxu8AMqGLC.jpg','backdrop_path':'/qdKZwhWbIjlKbBOWsHL1cCcGSa2.jpg'}","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","https://www.uphe.com/movies/kindergarten-cop-2","383121","tt4763168","en","Kindergarten Cop 2","Assigned to recover sensitive stolen data, a gruff FBI agent goes undercover as a kindergarten teacher, but the school's liberal, politically correct environment is more than he bargained for.","5.888","/1bnUlEiZcnJvr9znpl8HbruErIb.jpg","[{'id':23,'logo_path':'/mkxNjThahj5pvntvYKVpMbWXm3D.png','name':'Imagine Entertainment','origin_country':'US'},{'id':17009,'logo_path':'/ssowAxOrrqsSR2CKeiytOXwLoCW.png','name':'Universal 1440 Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-05-17","0","100","[{'iso_639_1':'en','name':'English'}]","Released","","Kindergarten Cop 2","false","4.8","104" +"false","/qSDcTNGzeWIcuOxKeRo3jECZlDB.jpg","null","0","[{'id':18,'name':'Drama'}]","","118911","tt0061796","en","Hurry Sundown","Following the Second World War, a northern cannery combine negotiates for the purchase of a large tract of uncultivated Georgia farmland. The major portion of the land is owned by Julie Ann Warren and has already been optioned by her unscrupulous, draft dodging husband, Henry. Now the combine must also obtain two smaller plots - one owned by Henry's cousin Rad McDowell, a combat veteran with a wife and family; the other by Reeve Scott, a young black man whose mother had been Julie's childhood Mammy. But neither Rad nor Reeve is interested in selling and they form an unprecedented black and white partnership to improve their land. Although infuriated by the turn of events, Henry remains determined to push through the big land deal. And when Reeve's mother Rose dies, Henry tries to persuade his wife to charge Reeve with illegal ownership of his property, confident the the bigoted Judge Purcell will rule against a Negro.","1.4","/3gDTfvPJdMx7qZUeXCs0j2oxAUt.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':3266,'logo_path':null,'name':'Otto Preminger Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1967-02-09","0","146","[{'iso_639_1':'en','name':'English'}]","Released","They are dynamite in love and in anger!","Hurry Sundown","false","6.7","7" +"false","/32QlmroPigEH88WmXlCnnVq5Po0.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","","333112","tt3711622","de","Gespensterj??ger","They couldn't be more different, the members of the trio that allies in the fight against an Ancient Ice Ghost (AIG): Tom, an easily scared boy, Hetty, a professional ghosthunter and the loveable, but pretty slimy Hugo - a ghost. Will the team manage to save their town from the next ice age?","2.125","/mh4jLFfYFRWigjBGnUJ90K3OXL0.jpg","[{'id':17821,'logo_path':'/bZp3beVId2zVhxrxrsagnale23c.png','name':'Ripple World Pictures','origin_country':''},{'id':50448,'logo_path':null,'name':'Fish Blowing Bubbles','origin_country':'DE'},{'id':50449,'logo_path':null,'name':'Lucky Bird Pictures','origin_country':'DE'},{'id':50450,'logo_path':null,'name':'Immer Wieder Gerne Film','origin_country':''},{'id':50451,'logo_path':null,'name':'Lotus Film','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'AT','name':'Austria'}]","2015-04-02","0","99","[{'iso_639_1':'de','name':'Deutsch'}]","Released","","Ghosthunters: On Icy Trails","false","5.8","33" +"false","/lGoxZB4NkXF6cCH9fbTjxwYHDF9.jpg","null","33000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","37606","tt0098575","en","Valmont","Set in Baroque France, a scheming widow and her lover make a bet regarding the corruption of a recently married woman. The lover, Valmont, bets that he can seduce her, even though she is an honorable woman. If he wins, he can have his lover to do as he will. However, in the process of seducing the married woman, Valmont falls in love. Based on the same novel as ""Dangerous Liaisons.""","6.975","/ez9OFvq9Ayzuwb8jroCHY2Z06Xb.jpg","[{'id':8131,'logo_path':null,'name':'Timothy Burrill Productions','origin_country':''},{'id':82,'logo_path':null,'name':'Renn Productions','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","1989-11-17","1132112","137","[{'iso_639_1':'en','name':'English'}]","Released","","Valmont","false","6.8","97" +"false","/dPpj232KzIacpK3uw0OQxorZJQv.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'}]","","10750","tt0103112","en","Toy Soldiers","After federal agents arrest a drug czar and put him on trial, the cartel leader's vicious son storms a prep school and takes its students hostage. They rebel against the armed intruders and try to take back their academy by any means necessary.","7.018","/nL3ccvqU1Wq1j31feHWAydzpbr2.jpg","[{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'},{'id':1595,'logo_path':null,'name':'Island World','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1991-04-24","15073942","112","[{'iso_639_1':'en','name':'English'}]","Released","They've Always been REBELS - TODAY, They Become HEROES.","Toy Soldiers","false","6.4","132" +"false","/5l58tPlYA1JaacBvcojq3YMQyL5.jpg","null","0","[{'id':18,'name':'Drama'}]","","40842","tt0079638","en","Norma Rae","Norma Rae is a southern textile worker employed in a factory with intolerable working conditions. This concern about the situation gives her the gumption to be the key associate to a visiting labor union organizer. Together, they undertake the difficult, and possibly dangerous, struggle to unionize her factory.","4.498","/iBX0F0SbPoj4fA1Sk9FXRTaYDjz.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1979-03-02","22228000","110","[{'iso_639_1':'en','name':'English'}]","Released","The story of a woman with the courage to risk everything for what she believes is right.","Norma Rae","false","7.2","53" +"false","/fpdZe3c07P1FM4TwjvSkGvWocPN.jpg","null","9000000","[{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'},{'id':37,'name':'Western'}]","","922","tt0112817","en","Dead Man","On the run after murdering a man, accountant William Blake encounters a strange North American man named Nobody who prepares him for his journey into the spiritual world.","7.703","/vGobIvxSiFvAmwqH8BlC3SpET0C.jpg","[{'id':182,'logo_path':null,'name':'JVC Entertainment','origin_country':''},{'id':254,'logo_path':null,'name':'Pandora Filmproduktion','origin_country':'DE'},{'id':506,'logo_path':null,'name':'Newmarket Capital Group','origin_country':'US'},{'id':663,'logo_path':null,'name':'12 Gauge Productions','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'US','name':'United States of America'}]","1995-12-23","103800000","121","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","No one can survive becoming a legend.","Dead Man","false","7.3","675" +"false","/ehAvtRGO0e5BadTgblk53kFR3Sm.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","363889","tt4483220","en","The Funhouse Massacre","Six of the worlds scariest psychopaths escape from a local Asylum and proceed to unleash terror on the unsuspecting crowd of a Halloween Funhouse whose themed mazes are inspired by their various reigns of terror.","2.958","/99ziAud7N3jzaDamVgY8qQn9SYW.jpg","[{'id':27460,'logo_path':null,'name':'Petri Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-11-13","0","90","[{'iso_639_1':'en','name':'English'}]","Released","MURDER IS ALL PART OF THE SHOW","The Funhouse Massacre","false","5.4","55" +"false","/9GrRa17mzHHOgTBZCfW0tGcX7RQ.jpg","null","10500000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","384737","tt4651410","en","Precious Cargo","After a botched heist, Eddie a murderous crime boss, hunts down the seductive thief Karen who failed him. In order to win back Eddie???s trust, Karen recruits her ex-lover and premier thief Jack to steal a cargo of rare precious gems. But when the job goes down, allegiances are betrayed and lines are crossed as Jack, Karen, and Eddie face off in a fateful showdown.","10.501","/aT4t2wQFA8KtVO9DSTWGw7LoXJe.jpg","[{'id':23735,'logo_path':null,'name':'Mann Made Films','origin_country':''},{'id':85885,'logo_path':'/oLbUgPkkTmlwGDUO4pYp2OtPkfG.png','name':'Lionsgate Premiere','origin_country':'US'},{'id':73685,'logo_path':null,'name':'Emmett Furla Oasis Films','origin_country':'US'},{'id':6666,'logo_path':null,'name':'Herrick Entertainment','origin_country':'US'},{'id':76991,'logo_path':'/pQjdvbv4y9yuIDSHDEHc9ijJKaS.png','name':'Highland Film Group (HFG)','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2016-07-15","100659","99","[{'iso_639_1':'en','name':'English'}]","Released","Never steal from a thief","Precious Cargo","false","5.1","152" +"false","/lVhSvCIQyz5BNvWMpoUGysLRoMm.jpg","null","0","[{'id':53,'name':'Thriller'}]","","322518","tt3496372","en","The Intruders","After the traumatic loss of her mother, a teenaged girl tries to uncover the dark secrets behind her new home, in spite of her father's disbelief.","3.005","/h9TbIWOfCyg8myPSdrKdNji7P9l.jpg","[{'id':5486,'logo_path':'/gDkL1DKC1IaXToq7APrT8vBXK4y.png','name':'Darius Films','origin_country':'CA'},{'id':20068,'logo_path':'/6CEIvevd5R8yNG1nd7zuPd4Y9DT.png','name':'Hideaway Pictures','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2015-02-24","0","92","[{'iso_639_1':'en','name':'English'}]","Released","You can't lock out what lives inside.","The Intruders","false","5.2","69" +"false","/1UVnDeeiN6IoJqgCJDfa1XTzB4N.jpg","{'id':257960,'name':'The Raid Collection','poster_path':'/dXNof3qb8sY9QOmJ7jdU48ILH7e.jpg','backdrop_path':'/oRQ7INsPDVon7U2jphXDr7LSP3H.jpg'}","4500000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","http://www.sonyclassics.com/theraid2/","180299","tt2265171","id","The Raid 2: Berandal","After fighting his way through an apartment building populated by an army of dangerous criminals and escaping with his life, SWAT team member Rama goes undercover, joining a powerful Indonesian crime syndicate to protect his family and uncover corrupt members of his own force.","11.696","/fVVU9hG6i6jeMv4HddeeTCAVzpF.jpg","[{'id':12142,'logo_path':'/rPnEeMwxjI6rYMGqkWqIWwIJXxi.png','name':'XYZ Films','origin_country':'US'},{'id':12141,'logo_path':'/423neXn2pC3088B4S7vBcfkG32c.png','name':'Pt. Merantau Films','origin_country':''}]","[{'iso_3166_1':'ID','name':'Indonesia'}]","2014-03-27","2627209","150","[{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'id','name':'Bahasa indonesia'},{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'en','name':'English'}]","Released","It's Not Over Yet","The Raid 2","false","7.7","1144" +"false","/lDyYv9aqzRawHfr1sbpvYLOgmz0.jpg","null","16000000","[{'id':18,'name':'Drama'}]","http://sites.sonypictures.com/miraclesfromheaven/site/","339984","tt4257926","en","Miracles from Heaven","When Christy discovers her 10-year-old daughter Anna has a rare, incurable disease, she becomes a ferocious advocate for her daughter???s healing as she searches for a solution. After Anna has a freak accident and falls three stories, a miracle unfolds in the wake of her dramatic rescue that leaves medical specialists mystified, her family restored and their community inspired.","9.04","/hz9VF1TfaM0D04pYneSXUkNeOZv.jpg","[{'id':16314,'logo_path':null,'name':'Roth Films','origin_country':'US'},{'id':61377,'logo_path':'/6IQmmSszsXcxbew25Dgvu3cvmRd.png','name':'Franklin Entertainment','origin_country':'US'},{'id':106277,'logo_path':null,'name':'TDJ Enterprises','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-03-17","73983359","119","[{'iso_639_1':'en','name':'English'}]","Released","How do we explain the impossible?","Miracles from Heaven","false","7","434" +"false","/rQ7qMylqniree8x0F38ldaF3uGF.jpg","null","27000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","","13092","tt0455538","en","How to Lose Friends & Alienate People","A British writer struggles to fit in at a high-profile magazine in New York. Based on Toby Young's memoir ""How to Lose Friends & Alienate People"".","7.637","/gIqp469K4w7158Zg0VqNdfo3qDk.jpg","[{'id':2452,'logo_path':'/6CLoZ59fLPG7UyxQtGTqRevjf58.png','name':'UK Film Council','origin_country':'GB'},{'id':2731,'logo_path':null,'name':'Intandem Films','origin_country':''},{'id':11752,'logo_path':null,'name':'Number 9 Films','origin_country':'GB'},{'id':3272,'logo_path':null,'name':'Aramid Entertainment Fund','origin_country':''},{'id':9987,'logo_path':'/o5OTKAw7Acl5fTZYPyl8M8D9570.png','name':'Lipsync Productions','origin_country':'GB'},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2008-10-02","17286299","110","[{'iso_639_1':'en','name':'English'}]","Released","He's across the pond, and out of his depth.","How to Lose Friends & Alienate People","false","6.1","383" +"false","/wrmr8lCW7EPHLbFe1GjnyZZecGL.jpg","null","40000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'}]","","9386","tt0107206","en","In the Line of Fire","Veteran Secret Service agent Frank Horrigan is a man haunted by his failure to save President Kennedy while serving protection detail in Dallas. Thirty years later, a man calling himself ""Booth"" threatens the life of the current President, forcing Horrigan to come back to protection detail to confront the ghosts from his past.","6.732","/bmeD5LdQiRaZmVHbySXw6WJgAVA.jpg","[{'id':97,'logo_path':'/7znWcbDd4PcJzJUlJxYqAlPPykp.png','name':'Castle Rock Entertainment','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':106891,'logo_path':null,'name':'Apple / Rose','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-07-08","176997168","128","[{'iso_639_1':'en','name':'English'}]","Released","An assassin on the loose. A president in danger. Only one man stands between them...","In the Line of Fire","false","6.9","634" +"false","/arwJHoaLgjTZ2Zj8vDFYdMj8Kx9.jpg","null","35000000","[{'id':10752,'name':'War'},{'id':35,'name':'Comedy'}]","http://www.whiskeytangofoxtrotthemovie.com/","279641","tt3553442","en","Whiskey Tango Foxtrot","In 2002, cable news producer Kim Barker decides to shake up her routine by taking a daring new assignment in Kabul, Afghanistan. Dislodged from her comfortable American lifestyle, Barker finds herself in the middle of an out-of-control war zone. Luckily, she meets Tanya Vanderpoel, a fellow journalist who takes the shell-shocked reporter under her wing. Amid the militants, warlords and nighttime partying, Barker discovers the key to becoming a successful correspondent.","7.438","/96vLovyljHFXIZIF0Ffar5qcldV.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':1756,'logo_path':'/d7YyNzysIF0lSb4lJRf1ar6MHxi.png','name':'Broadway Video','origin_country':'US'},{'id':26402,'logo_path':null,'name':'Little Stranger','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-03-04","23083334","112","[{'iso_639_1':'en','name':'English'}]","Released","From the headlines to the front lines","Whiskey Tango Foxtrot","false","6.2","583" +"false","/7fc8j4Y8Xtcz5WWNnhSqwLX1aV7.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':53,'name':'Thriller'}]","","12524","tt0120866","en","Titus","Titus Andronicus returns from the wars and sees his sons and daughters taken from him, one by one. Shakespeare's goriest and earliest tragedy.","5.799","/bwYfhs5A2Zgg2f1BNHxCjGJXRnI.jpg","[{'id':7449,'logo_path':null,'name':'Clear Blue Sky Productions','origin_country':''},{'id':888,'logo_path':null,'name':'Overseas FilmGroup','origin_country':'US'},{'id':15130,'logo_path':null,'name':'Urania Pictures S.r.l.','origin_country':''},{'id':6236,'logo_path':null,'name':'NDF International','origin_country':''},{'id':15131,'logo_path':null,'name':'Titus Productions Ltd.','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'US','name':'United States of America'}]","1999-12-25","2","162","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'la','name':'Latin'}]","Released","If you think you know Shakespeare... Think again.","Titus","false","6.5","111" +"false","/nU4L5wWAvqE1vexfYiHBUUtDjVE.jpg","{'id':116669,'name':'The Scorpion King Collection','poster_path':'/qFVW76HRCJFRtTha1vZO1tjYVQ1.jpg','backdrop_path':null}","0","[{'id':28,'name':'Action'},{'id':14,'name':'Fantasy'},{'id':12,'name':'Adventure'}]","","297291","tt3086386","en","The Scorpion King: Quest for Power","When he is betrayed by a trusted friend, Mathayus must marshal all his strength and cunning to outwit a formidable opponent who will stop at nothing to unlock a supreme ancient power.","8.802","/5GISNwtHWbmYJdbFHMpLoaotYhL.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':17009,'logo_path':'/ssowAxOrrqsSR2CKeiytOXwLoCW.png','name':'Universal 1440 Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-01-09","0","105","[{'iso_639_1':'en','name':'English'}]","Released","Action Adventure","The Scorpion King: Quest for Power","false","4.6","84" +"false","/qYIag7ACS9todyiWyYQVG2PL0Iv.jpg","null","0","[{'id':35,'name':'Comedy'}]","","10607","tt0116126","en","Don't Be a Menace to South Central While Drinking Your Juice in the Hood","When Ashtray (Shawn Wayans) moves to South Central L.A. to live with his father (who appears to be the same age he is) and grandmother (who likes to talk tough and smoke reefer), he falls in with his gang-banging cousin Loc Dog (Marlon Wayans), who along with the requisite pistols and Uzi carries a thermo-nuclear warhead for self-defense. Will Ashtray be able to keep living the straight life?","12.162","/l6D9f9WbxdI4tyCmJGs56y8tQla.jpg","[{'id':5441,'logo_path':null,'name':'Ivory Way Productions','origin_country':''},{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':3492,'logo_path':null,'name':'Island Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-01-12","0","89","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Finally, the movie that proves that Justice isn't always Poetic, Jungle Fever isn't always pretty, and Higher Learning can be a waste of time.","Don't Be a Menace to South Central While Drinking Your Juice in the Hood","false","6.2","336" +"false","/fkUAz8gKVzH8OoEEcHf9MJpO1wu.jpg","{'id':228446,'name':'Insidious Collection','poster_path':'/w1213HKk1XKSwHiBgjkWghn9biC.jpg','backdrop_path':'/5FrPZHgbbmTIq0oxpwSGqu5HyXC.jpg'}","10000000","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","280092","tt3195644","en","Insidious: Chapter 3","A twisted new tale of terror begins for a teenage girl and her family, predating the haunting of the Lambert family in the earlier movies and revealing more mysteries of the otherworldly realm The Further.","10.446","/ixANIbPRTNMAstlqJa2FlfBesyQ.jpg","[{'id':34,'logo_path':'/GagSvqWlyPdkFHMfQ3pNq6ix9P.png','name':'Sony Pictures','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2015-06-04","104303851","97","[{'iso_639_1':'en','name':'English'}]","Released","This is how you die","Insidious: Chapter 3","false","6.2","1823" +"false","/zvR7GPQSoJTZlwuU5jjZHRiMu2o.jpg","null","0","[{'id':27,'name':'Horror'}]","http://www.theofficialjohncarpenter.com/christine/","8769","tt0085333","en","Christine","Geeky student Arnie Cunningham falls for Christine, a rusty 1958 Plymouth Fury, and becomes obsessed with restoring the classic automobile to her former glory. As the car changes, so does Arnie, whose newfound confidence turns to arrogance behind the wheel of his exotic beauty. Arnie's girlfriend Leigh and best friend Dennis reach out to him, only to be met by a Fury like no other.","11.292","/eIFakrk7xLwiNNoiottTBN5EIwy.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1983-12-08","21200000","110","[{'iso_639_1':'en','name':'English'}]","Released","How do you kill something that can't possibly be alive?","Christine","false","6.6","723" +"false","/8jpdUQLOzRaF1TRXI9wzH6rMEx8.jpg","null","0","[{'id':18,'name':'Drama'}]","","51054","tt0059729","en","The Slender Thread","Alan is a Seattle college student volunteering at a crisis center. One night when at the clinic alone, a woman calls up the number and tells Alan that she needs to talk to someone. She informs Alan she took a load of pills, and he secretly tries to get help. During this time, he learns more about the woman, her family life, and why she wants to die. Can Alan get the cavalry to save her in time before it's too late?","1.527","/lfkmuGIpv17MCBNDvlPMlxos1Gd.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':18288,'logo_path':null,'name':'Stephen Alexander Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1965-12-23","0","98","[{'iso_639_1':'en','name':'English'}]","Released","When a woman's emotions sway away on a slender thread, expect anything???","The Slender Thread","false","7.6","12" +"false","/8nYQjlXQ6JiIK0ZJVaxq2PzQtEV.jpg","null","0","[{'id':28,'name':'Action'},{'id':10752,'name':'War'}]","","22994","tt0036824","en","The Fighting Seabees","Construction workers in World War II in the Pacific are needed to build military sites, but the work is dangerous and they doubt the ability of the Navy to protect them. After a series of attacks by the Japanese, something new is tried, Construction Battalions (CBs=Seabees). The new CBs have to both build and be ready to fight.","3.495","/5aAf2VuSyJyTZzKmo98rlyXbfUP.jpg","[{'id':1432,'logo_path':'/8AcaWEWQ8MFUBGlt9WxGGBAMpMG.png','name':'Republic Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1944-01-27","0","100","[{'iso_639_1':'en','name':'English'}]","Released","The thrilling story of America's supermen!","The Fighting Seabees","false","6.6","20" +"false","/hRkTWjKGwWOJeL2RFAhTGK6j5Ev.jpg","null","855","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'}]","","89139","tt0099039","en","Angel Town","A graduate student and martial-arts expert rents a room in a house owned by a single mother who lives there with her son. A local street gang is trying to recruit the son, but the new tenant tries to help the boy's mother keep him out of the gang. When they learn of this, they target both the mother and her new tenant.","1.265","/xiCoIDJG1afaBnCrSUNrM1vI2uP.jpg","[{'id':15041,'logo_path':null,'name':'Ellendale Place','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-02-23","855810","102","[{'iso_639_1':'en','name':'English'}]","Released","His justice...is one on one.","Angel Town","false","6.3","11" +"false","/mFdIufbglU7Hpsv3ZAy3kbZEXvF.jpg","null","50000000","[{'id':28,'name':'Action'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","16379","tt0120757","en","The Mod Squad","Three minor delinquints (Danes, Ribisi, and Epps) are recruited by a cop (Farina) working undercover to bust a cop/drug ring. When the officer who recruited them is killed, they go above and beyond the call of duty to solve the murder; and bust the drug ring. Suffering the jibes, and ridicule of fellow officers; they struggle to save their names, and that of their deceased benefactor.","4.661","/7c20VEblNKkDiBuA6bE6kbeHqHa.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-03-26","13260050","92","[{'iso_639_1':'en','name':'English'}]","Released","First they broke the law. Now they are the law.","The Mod Squad","false","4.2","60" +"false","/nrUkrGRfJqDQmtgvvKg7oBCLI1b.jpg","null","0","[{'id':35,'name':'Comedy'}]","","83802","tt0080808","en","The Gong Show Movie","A week in the life of ""The Gong Show"" host and creator Chuck Barris.","0.857","/v6vMFEdKbRCBfiCWfmBwtLlv12.jpg","[{'id':14177,'logo_path':null,'name':'Chuck Barris Productions','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1980-05-23","0","89","[{'iso_639_1':'en','name':'English'}]","Released","The Gong Show that was gonged by the censor.","The Gong Show Movie","false","3.9","6" +"false","/6gjlF4ja56UvTxLQc4ZqPAXd95p.jpg","null","18500000","[{'id':18,'name':'Drama'}]","","318850","tt1002563","en","The Young Messiah","Tells the story of Jesus Christ at age seven as he and his family depart Egypt to return home to Nazareth. Told from his childhood perspective, it follows young Jesus as he grows into his religious identity.","3.372","/lPlcxAdLzXJCMibZ1iUqXHRZFJa.jpg","[{'id':10146,'logo_path':'/xnFIOeq5cKw09kCWqV7foWDe4AA.png','name':'Focus Features','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-03-10","6490401","120","[{'iso_639_1':'en','name':'English'}]","Released","Before he was the savior, he was a child.","The Young Messiah","false","6.1","48" +"false","/gbbAotwXFDOovLr8puQFxTM7Sj9.jpg","null","210000","[{'id':12,'name':'Adventure'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","35073","tt0045546","en","The Beast from 20,000 Fathoms","An atomic bomb test in the Arctic Circle unfreezes a hibernating fictional dinosaur, a Rhedosaurus, that begins to wreak havoc in New York City.","4.407","/sHH78Wlxs51ApN2dZR9DuBHIw4v.jpg","[{'id':19558,'logo_path':null,'name':'Jack Dietz Productions','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1953-06-13","5000000","80","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","It's alive !","The Beast from 20,000 Fathoms","false","6.7","61" +"false","/m1XuLNKsBYHMMs3lqTPjvjGOrVn.jpg","null","35000000","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","15189","tt0785006","en","Hotel for Dogs","Placed in a foster home that doesn't allow pets, 16-year-old Andi and her younger brother, Bruce, turn an abandoned hotel into a home for their dog. Soon other strays arrive, and the hotel becomes a haven for every orphaned canine in town. But the kids have to do some quick thinking to keep the cops off their tails.","9.387","/l8bidcFpDFrAUDM9QL8FdsLGgk2.jpg","[{'id':431,'logo_path':null,'name':'The Donners' Company','origin_country':'US'},{'id':2364,'logo_path':'/oZyR5maGM96jReVgW7oJ7mXN8ts.png','name':'The Montecito Picture Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-01-16","117000198","100","[{'iso_639_1':'en','name':'English'}]","Released","No stray gets turned away.","Hotel for Dogs","false","5.8","430" +"false","/vMwMgSjFKsGbXhW6Nvy517ipMUo.jpg","null","1000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.hellomynameisdorismovie.com/","320588","tt3766394","en","Hello, My Name Is Doris","A self-help seminar inspires a sixty-something woman to romantically pursue her younger co-worker.","8.135","/hLzelb2k68qgtnxuWLicqDoBNzV.jpg","[{'id':16945,'logo_path':null,'name':'Red Crown Productions','origin_country':''},{'id':19548,'logo_path':null,'name':'Haven Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-11-27","14444999","95","[{'iso_639_1':'en','name':'English'}]","Released","She's not ready to act her age","Hello, My Name Is Doris","false","6.4","251" +"false","/jCLso9ZMvtlLt4cV1c35hAZzT4N.jpg","null","0","[{'id':14,'name':'Fantasy'}]","","23739","tt0078975","en","Circle of Iron","A young martial artist, Cord the Seeker, competes for and loses the right to go on a quest for the Book of All Knowlege held by a wizard named Zetan","2.857","/z5cTLLIyeyllxqRkbaSRcmHCXVK.jpg","[{'id':5538,'logo_path':null,'name':'Sandy Howard Productions','origin_country':''},{'id':6120,'logo_path':null,'name':'Richard St. Johns Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1978-07-25","0","102","[{'iso_639_1':'en','name':'English'}]","Released","The challenge of a lifetime...","Circle of Iron","false","6.2","23" +"false","/kwoaKaNO9SPfbelvhWRrmSYq9JH.jpg","null","0","[{'id':53,'name':'Thriller'}]","","24249","tt0099091","en","Bad Influence","Wimpy young executive, Michael is about to get pulverised by a jealous boyfriend in a bar when a handsome, mysterious stranger steps in???and then disappears. Later that night, Michael runs into a stranger on a pier, who wheedles his way into Michael's life and turns it upside down.","5.222","/7TApQ9gt74NetIO9Iz6jeRr3IKd.jpg","[{'id':1988,'logo_path':null,'name':'Epic Productions','origin_country':''},{'id':10740,'logo_path':null,'name':'Producers Representative Organization','origin_country':''},{'id':20397,'logo_path':null,'name':'Sarliu/Diamant','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-03-09","0","99","[{'iso_639_1':'en','name':'English'}]","Released","","Bad Influence","false","6","59" +"false","/qh3huQzcRUXZZihUE0cV6kW0SuE.jpg","{'id':386534,'name':'... Has Fallen Collection','poster_path':'/osh4PbHNt5CtqBS681hww1H5Wf3.jpg','backdrop_path':'/w5GjGycHi5EOfPx2JSMshCN7OJn.jpg'}","60000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","https://www.facebook.com/LondonHasFallenOfficial","267860","tt3300542","en","London Has Fallen","In London for the Prime Minister's funeral, Mike Banning discovers a plot to assassinate all the attending world leaders.","19.646","/9j2AmDhZvdwMyYKpqe4CtBkN1Tw.jpg","[{'id':73045,'logo_path':null,'name':'LHF Film','origin_country':''},{'id':73046,'logo_path':null,'name':'Gerard Butler Alan Siegel Entertainment','origin_country':''},{'id':74795,'logo_path':null,'name':'Nu Boyana Film Studios','origin_country':''},{'id':1020,'logo_path':'/kuUIHNwMec4dwOLghDhhZJzHZTd.png','name':'Millennium Films','origin_country':'US'}]","[{'iso_3166_1':'BG','name':'Bulgaria'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-03-02","205754447","99","[{'iso_639_1':'en','name':'English'}]","Released","The world's leaders have assembled. So have their enemies.","London Has Fallen","false","5.9","2518" +"false","/4P0BqurFFSJZq2whP0jqQiVLs4j.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","","324289","tt2848324","en","Touched with Fire","Carla and Marco are manic-depressive poets whose art is fueled by their emotional extremes. When they go off their meds, they end up in the same psychiatric hospital. As the chemistry between them stirs up their emotions, it intensifies their mania. Despite doctors' and parents' attempts to separate them, they pursue their beautiful but destructive romance which swings them from fantastical manic highs to suicidal depressive lows, until they have to choose between sanity and love.","2.063","/gXDU48plOVgYaDmtqu4rnIBCjqU.jpg","[{'id':4319,'logo_path':null,'name':'40 Acres & A Mule Filmworks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-02-12","0","102","[{'iso_639_1':'en','name':'English'}]","Released","Some love breaks outside the boundaries of sanity.","Touched with Fire","false","5.9","31" +"false","/yKEQdmmrekkMzv2k78b0iDRv6G3.jpg","null","0","[{'id':27,'name':'Horror'}]","","355499","tt3231734","en","Poltergeist Activity","A father and daughter encounter unexplainable occurrences and frightening visions in their new home.","1.4","/mDjexDu7cZk5F15zkQ1LTHZog8H.jpg","[{'id':16370,'logo_path':null,'name':'North Bank Entertainment','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-06-26","0","","[]","Released","","Poltergeist Activity","false","3.8","14" +"false","/45DYVh15aiMZA4WRTzSdHMeMgRD.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","10354","tt0139668","en","True Crime","Boozer, skirt chaser, careless father. You could create your own list of reporter Steve Everett's faults but there's no time. A San Quentin Death Row prisoner is slated to die at midnight ??? a man Everett has suddenly realized is innocent.","8.206","/hhRHHwwrxsGQnQIynNW78a1IlQI.jpg","[{'id':80,'logo_path':null,'name':'The Zanuck Company','origin_country':'US'},{'id':171,'logo_path':null,'name':'Malpaso Productions','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-03-19","0","127","[{'iso_639_1':'en','name':'English'}]","Released","","True Crime","false","6.5","261" +"false","/k6OumxPkrJ4KuirkOU0Gw1KhzdM.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","364116","tt3702652","en","The Other Side of the Door","Grieving over the loss of her son, a mother struggles with her feelings for her daughter and her husband. She seeks out a ritual that allows her say goodbye to her dead child, opening the veil between the world of the dead and the living. Her daughter becomes the focus of terror. She must now protect against the evil that was once her beloved son.","6.33","/fLzps86zEJL7H4u9dKpxVRJHq1J.jpg","[{'id':65607,'logo_path':null,'name':'Pindrop','origin_country':''},{'id':65608,'logo_path':null,'name':'Kriti Productions','origin_country':''},{'id':65609,'logo_path':null,'name':'Fugitive Studios','origin_country':''},{'id':65610,'logo_path':null,'name':'HireWorks','origin_country':''},{'id':10247,'logo_path':'/o5OTKAw7Acl5fTZYPyl8M8D9570.png','name':'Lipsync Post','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'IN','name':'India'}]","2016-02-25","14332467","96","[{'iso_639_1':'en','name':'English'}]","Released","It was never meant to be opened.","The Other Side of the Door","false","5.3","459" +"false","/cqU8kX6VbT4dxV5mx1t3HxW9d3f.jpg","null","30000000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","","9405","tt0119013","en","Double Team","He's a one-man arsenal... with enough voltage to rock the free world. They Don't Play by the Rules. You're either on their side...or in their way. America's top counter-terrorist usually works alone...this time he's got company.","7.958","/pRGhrtm5zAnsblDI5xXzzwVcHY6.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':1236,'logo_path':null,'name':'Mandalay Entertainment','origin_country':''},{'id':3618,'logo_path':null,'name':'Film Workshop','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-04-04","0","93","[{'iso_639_1':'en','name':'English'}]","Released","America's top counter-terrorist usually works alone... this time he's got company.","Double Team","false","4.7","287" +"false","/bwpDjq5KMmCGzA6KElkeCPqNxrH.jpg","null","0","[{'id':27,'name':'Horror'}]","","80368","tt0089034","en","The Doctor and the Devils","Grave robbers supply a doctor with bodies to test on.","1.842","/zT084DIfwCs2IpCRHZSo3qX6rxa.jpg","[]","[]","1985-10-04","0","93","[{'iso_639_1':'en','name':'English'}]","Released","It's murder shopping for Dr. Rock","The Doctor and the Devils","false","6","13" +"false","/i45OuYOFmIqnP09Yvpl60F7F8pe.jpg","null","0","[{'id':10770,'name':'TV Movie'},{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","49249","tt0081595","en","A Tale of Two Cities","Dissolute barrister Sydney Carton becomes enchanted and then hopelessly in love with the beautiful Lucie Manette. But Lucie loves and marries Charles Darnay, and remains oblivious to Carton's undimmed devotion to her. When Darnay is ensnared in the deadly web of the French Revolution and condemned to die by the guillotine, Sydney Carton concocts a dangerous plot to free the husband of the woman he loves.","1.029","/sCwlH4lcQoqgVyuUOOkyjKaWz0X.jpg","[{'id':1585,'logo_path':null,'name':'Norman Rosemont Productions','origin_country':''},{'id':9027,'logo_path':null,'name':'Hallmark Hall of Fame Productions','origin_country':'US'},{'id':18936,'logo_path':null,'name':'Marble Arch Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1980-12-02","0","162","[{'iso_639_1':'en','name':'English'}]","Released","","A Tale of Two Cities","false","5.8","5" +"false","/queNHPc676nDStWWV1tHKotBSYi.jpg","null","0","[{'id':10402,'name':'Music'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","759","tt0045810","en","Gentlemen Prefer Blondes","Lorelei Lee is a beautiful showgirl engaged to be married to the wealthy Gus Esmond, much to the disapproval of Gus' rich father, Esmond Sr., who thinks that Lorelei is just after his money. When Lorelei goes on a cruise accompanied only by her best friend, Dorothy Shaw, Esmond Sr. hires Ernie Malone, a private detective, to follow her and report any questionable behavior that would disqualify her from the marriage.","7.403","/iH9AIwajzpaAmlPzQaoiLrumXED.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1953-07-14","12000000","91","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","The Two M-M-Marvels Of Our Age In The Wonder Musical Of The World!","Gentlemen Prefer Blondes","false","7.2","330" +"false","/amW1YWQvcP8slDyDp1R652aVQZ7.jpg","null","2540800","[{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","","872","tt0045152","en","Singin' in the Rain","In 1927 Hollywood, a silent film production company and cast make a difficult transition to sound.","10.547","/uJgp7KNBWHTXjEnbJZDodBTx4oD.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1952-04-10","7200000","103","[{'iso_639_1':'en','name':'English'}]","Released","What a Glorious Feeling!","Singin' in the Rain","false","8.1","1346" +"false","/28XSsc6CBEWRIPk2E6f3b5lXFZY.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","118915","tt0067801","en","Such Good Friends","Julie Messinger is an intense woman who hides her wild emotions and desires under her conventional facade. Her husband Richard checks into the hospital for a simple mole removal that goes seriously wrong.","1.33","/82G5zdgqz6sW1eBGxqU86jLe2uh.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':3266,'logo_path':null,'name':'Otto Preminger Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1971-12-16","0","102","[{'iso_639_1':'en','name':'English'}]","Released","The little black book that became a national bestseller","Such Good Friends","false","6.3","4" +"false","/uiIwVCclBveUt2PVO8F7xkPe5Cj.jpg","null","700000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","33680","tt0022958","en","Grand Hotel","Guests at a posh Berlin hotel struggle through worry, scandal, and heartache.","5.622","/2j7dxqIlGHdTaaUW9s4Z5zfp9qS.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1932-05-25","2594000","112","[{'iso_639_1':'en','name':'English'}]","Released","Thank The Stars For A Great Entertainment !","Grand Hotel","false","6.9","115" +"false","/zRAgf1F0rRp0Tys8AnMWGBFJRZv.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","10995","tt0101316","fr","L'Amant","A poor French teenage girl engages in an illicit affair with a wealthy Chinese heir in 1920s Saigon. For the first time in her young life she has control, and she wields it deftly over her besotted lover throughout a series of clandestine meetings and torrid encounters.","9.23","/iey1UA4hav2cn60qGi1zgKxpPBl.jpg","[{'id':8131,'logo_path':null,'name':'Timothy Burrill Productions','origin_country':''},{'id':82,'logo_path':null,'name':'Renn Productions','origin_country':''},{'id':28807,'logo_path':null,'name':'Grai Phang Film Studio','origin_country':''},{'id':875,'logo_path':null,'name':'Films A2','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'VN','name':'Vietnam'}]","1992-02-22","0","115","[{'iso_639_1':'en','name':'English'}]","Released","She gave her innocence, her passion, her body. The one thing she couldn't give was her love.","The Lover","false","6.6","209" +"false","/9LkxpkVwf7eGGKrBlZ4DqywwDEl.jpg","null","1650000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':10752,'name':'War'}]","","11426","tt0045793","en","From Here to Eternity","In 1941 Hawaii, a private is cruelly punished for not boxing on his unit's team, while his captain's wife and second in command are falling in love.","7.523","/fQXKrHgjHB5SQTRAKxUQa42yVJV.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1953-08-28","30500000","118","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","Pouring out of impassioned pages...brawling their way to greatness on the screen!","From Here to Eternity","false","7.4","234" +"false","/cVIb8GGPzASoN9j9z1jIJD942oJ.jpg","null","50000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':53,'name':'Thriller'},{'id':10752,'name':'War'}]","http://www.thirteenhoursmovie.com/","300671","tt4172430","en","13 Hours: The Secret Soldiers of Benghazi","An American Ambassador is killed during an attack at a U.S. compound in Libya as a security team struggles to make sense out of the chaos.","15.597","/4gpW4MkRI0BB17GHOJzXq0WamDP.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':787,'logo_path':'/cCefBs1t7jxtiz3eCxBp9yxrxGx.png','name':'3 Arts Entertainment','origin_country':'US'},{'id':6734,'logo_path':null,'name':'Bay Films','origin_country':''},{'id':19108,'logo_path':null,'name':'Latina Pictures','origin_country':'MT'},{'id':19477,'logo_path':null,'name':'Dune Films','origin_country':'MA'}]","[{'iso_3166_1':'MT','name':'Malta'},{'iso_3166_1':'MA','name':'Morocco'},{'iso_3166_1':'US','name':'United States of America'}]","2016-01-13","69411370","144","[{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'en','name':'English'}]","Released","When everything went wrong, six men had the courage to do what was right.","13 Hours: The Secret Soldiers of Benghazi","false","7","1516" +"false","/7gXheUIaNCGsp6kwhKqpLCBeqBm.jpg","null","8000000","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.anomalisa.com/","291270","tt2401878","en","Anomalisa","A man crippled by the mundanity of his life experiences something out of the ordinary.","6.62","/5DpDEEb6UJUiSaXyNegYlCqsZdd.jpg","[{'id':32542,'logo_path':null,'name':'Starburns Industries','origin_country':'US'},{'id':8300,'logo_path':null,'name':'Harmonius Claptrap','origin_country':'US'},{'id':15159,'logo_path':null,'name':'Snoot Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-12-30","5659286","90","[{'iso_639_1':'en','name':'English'}]","Released","Welcome to the Kaufman surreal-neorealism tale in a dull world of sameness.","Anomalisa","false","7","887" +"false","/pEQVSTEuYOOBAzbD7VzBea2KlCs.jpg","null","8000000","[{'id':35,'name':'Comedy'},{'id':28,'name':'Action'},{'id':10749,'name':'Romance'}]","","333385","tt2091935","en","Mr. Right","A girl falls for the ""perfect"" guy, who happens to have a very fatal flaw: he's a hitman on the run from the crime cartels who employ him.","9.729","/y1VT2NoBOx3aC2exhkyN9AGUkMR.jpg","[{'id':23921,'logo_path':'/simDvqT8y6jhP530ggUMbikvVKc.png','name':'Circle of Confusion','origin_country':'US'},{'id':19632,'logo_path':'/q2kFlMm4C9UTWgSrJA6iSmDvWMI.png','name':'3311 Productions','origin_country':'US'},{'id':15465,'logo_path':'/vk1lVkUzNEkhxP0PEn9ZUEdPTwY.png','name':'Amasia Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-02-29","34694","95","[{'iso_639_1':'en','name':'English'}]","Released","They make a killer couple.","Mr. Right","false","6.4","706" +"false","/pdIoY6ZOqwbwPlTuDh83TbJ64xw.jpg","null","22000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","http://www.hailcaesar-film.com/ww/","270487","tt0475290","en","Hail, Caesar!","Tells the comedic tale of Eddie Mannix, a fixer who worked for the Hollywood studios in the 1950s. The story finds him at work when a star mysteriously disappears in the middle of filming.","9.952","/rzMYZYphL9qrbBClQq1Jc0zPMmY.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':2092,'logo_path':null,'name':'Mike Zoss Productions','origin_country':'US'},{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-02-05","63647656","106","[{'iso_639_1':'en','name':'English'}]","Released","Lights. Camera. Abduction.","Hail, Caesar!","false","5.9","2229" +"false","/1k4hBbJ5QgUo06CTiangSDKGbgy.jpg","null","10000","[{'id':28,'name':'Action'},{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'}]","","381214","tt2558022","de","Bunker of the Dead","After Using the instructions found in an old Jewish diary, Markus and Thomas hope to gain access to a WW II underground military base formerly codenamed: Cerusit. It was used by the Nazis as a secret research institute and is shrouded in rumors to this day about the lost gold of the Third Reich. The entrance to the cave system, however, lies right within the restricted area of a U.S. military base.. the first of many problems Markus and Thomas will have to face.","1.687","/At1o5gVj8YjiheJ9mCKtnDawRWR.jpg","[{'id':25787,'logo_path':null,'name':'Praetoria Productions','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'}]","2016-02-18","525000","76","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'ru','name':'P????????????'}]","Released","","Bunker of the Dead","false","3.8","13" +"false","/3OX6qgCIlAVditf2dM98VE9ynbo.jpg","null","3000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10749,'name':'Romance'}]","","28005","tt0116743","en","Kama Sutra - A Tale of Love","Tara and Maya are two inseparable friends in India. Their tastes, habits, and hobbies are the same. Years later, the two have matured, but have maintained their friendship. Tara gets married to the local prince, Raj Singh, who soon succeeds the throne as the sole heir. After the marriage, Raj gets bored of Tara and starts seeking another female to satisfy his sexual needs. He notices Maya and is instantly attracted to her. He has her included as one of his courtesans, and is intimate with her. Watch what happens when Tara finds out and the extent she will go to keep her marriage intact.","6.139","/dwbLcEPIjVISly6DW8GLX8vsZlE.jpg","[{'id':6236,'logo_path':null,'name':'NDF International','origin_country':''},{'id':252,'logo_path':'/iASOYficVcY1QpUOySacOWfrObX.png','name':'Mirabai Films','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'IN','name':'India'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'DE','name':'Germany'}]","1996-09-11","4109095","117","[{'iso_639_1':'en','name':'English'}]","Released","","Kama Sutra - A Tale of Love","false","5.4","67" +"false","/dsfPjQPvaOaCSESopobK02j16Ft.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","96635","tt0102043","en","Hired to Kill","A fashion photographer and seven models travel to a South American island fortress, ostensibly to do a fashion shoot. In reality, the photographer is a mercenary and their job is to free an imprisoned rebel leader","1.133","/7u42URPMywYJPK5T0rLgSMianoN.jpg","[{'id':8101,'logo_path':null,'name':'Omega Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-11-10","0","91","[]","Released","No man on earth could get him out of prison alive. Seven women did.","Hired to Kill","false","5.1","8" +"false","/aeGNiWGk0HJ4N7xHE5Mgkq9ir1y.jpg","null","11000000","[{'id':18,'name':'Drama'}]","http://www.motlys.com/louder-than-bombs","157827","tt2217859","en","Louder Than Bombs","Three years after his wife, acclaimed photographer Isabelle Reed, dies in a car crash, Gene keeps everyday life going with his shy teenage son, Conrad. A planned exhibition of Isabelle???s photographs prompts Gene's older son, Jonah, to return to the house he grew up in - and for the first time in a very long time, the father and the two brothers are living under the same roof.","4.921","/rnbs1o9UXScWCP2VqScZqPr4IwN.jpg","[{'id':2783,'logo_path':null,'name':'Motlys','origin_country':'NO'},{'id':26995,'logo_path':null,'name':'Animal Kingdom','origin_country':'US'},{'id':94,'logo_path':'/huC7HqorvUThGIrENrbcHmQVUA0.png','name':'ARTE France Cin??ma','origin_country':'FR'}]","[{'iso_3166_1':'DK','name':'Denmark'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'NO','name':'Norway'},{'iso_3166_1':'US','name':'United States of America'}]","2015-05-18","161789","109","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Break the silence","Louder Than Bombs","false","6.5","149" +"true","/zWqDploYJ9PMbEoye8JHa9EC0MH.jpg","null","0","[{'id':35,'name':'Comedy'}]","","30287","tt0372909","it","Fallo!","Lies, subterfuge, betrayal and mischief. Fallo! is a collection of six stories based on the joys of sexuality and the eroticism of a new generation of women.","6.209","/C5HakXfAFQMDZX0HplcjZIdv0i.jpg","[{'id':112741,'logo_path':null,'name':'Italgest Video','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'}]","2003-08-28","0","86","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","The maestro of Italian erotica is back!","Private","false","4.8","27" +"false","/tlRLSDnBvcWWzC82mb4Tl420jHZ.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","http://www.the-trapp-family.com/","367416","tt4742670","de","Die Trapp Familie - Ein Leben f??r die Musik","Agathe von Trapp, the eldest daughter of a well-known musical family, overcomes many obstacles to pursue her musical career and move to the United States.","1.365","/zQ62HF3yWcBNMbIHMCey3PHbFSE.jpg","[{'id':3391,'logo_path':'/t0QBs2fI3mE3HxgoH1n39bYuzNu.png','name':'??sterreichischer Rundfunk (ORF)','origin_country':'AT'},{'id':66410,'logo_path':null,'name':'Clasart Film- und Fernsehproduktion','origin_country':''},{'id':67471,'logo_path':null,'name':'Concorde Media','origin_country':''},{'id':67472,'logo_path':null,'name':'Tele M??nchen Group (TMG)','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2015-11-12","0","","[]","Released","","The von Trapp Family: A Life of Music","false","5.6","7" +"false","/5HKGqeWdYxMqP23nR9aalZ2y9AP.jpg","null","64000000","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","http://www.littleman-movie.com/","9072","tt0430304","en","Little Man","After leaving the prison, the dwarf criminal Calvin Sims joins to his moron brother Percy to steal an expensive huge diamond in a jewelry for the mobster Walken. They are chased by the police, and Calvin hides the stone in the purse of the executive Vanessa Edwards, whose husband Darryl Edwards wants to have a baby. Percy convinces Calvin to dress like a baby and be left in front of the Edwards's house to get inside the house and retrieve the diamond. Darryl and Vanessa keep Calvin for the weekend and decide to adopt him, while Walken threatens Darryl to get the stone back.","10.388","/v22zmdXFW44P9l06cH8WCJTYxox.jpg","[{'id':1608,'logo_path':null,'name':'Wayans Bros. Entertainment','origin_country':''},{'id':497,'logo_path':'/pMyhOBd3sCiLzBlmIopdJkcUFtn.png','name':'Revolution Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-08-31","101595121","98","[{'iso_639_1':'en','name':'English'}]","Released","Big things come in small packages","Little Man","false","5.4","600" +"false","/tKyxF6ZyxF65CcJKBKId1VavpGP.jpg","null","8000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","","10403","tt0105151","en","The Player","A Hollywood studio executive is being sent death threats by a writer whose script he rejected - but which one?","7.253","/eoQ9H9CEySIYSPElKn2VRVY0MEa.jpg","[{'id':8,'logo_path':'/78ilmDNTpdCfsakrsLqmAUkFTrO.png','name':'Fine Line Features','origin_country':''},{'id':251,'logo_path':null,'name':'Avenue Pictures Productions','origin_country':''},{'id':272,'logo_path':'/5dWI6BucpMxcUdwhp2YfyGtqUPB.png','name':'Spelling Entertainment','origin_country':'US'},{'id':4665,'logo_path':null,'name':'Addis Wechsler Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-04-03","21706101","124","[{'iso_639_1':'en','name':'English'}]","Released","Everything you've heard is true!","The Player","false","7.1","291" +"false","/rHuyKvgXGv59mzx70E3t5jzONxS.jpg","{'id':91427,'name':'Agent Cody Banks Collection','poster_path':'/rWMPgI0adzrSAU8tJJWGQ4ABDpm.jpg','backdrop_path':'/gh0OZpG16E5LtTAkCRkr5j0v1Fh.jpg'}","28000000","[{'id':28,'name':'Action'}]","","10923","tt0313911","en","Agent Cody Banks","Recruited by the U.S. government to be a special agent, nerdy teenager Cody Banks must get closer to cute classmate Natalie in order to learn about an evil plan hatched by her father. But despite the agent persona, Cody struggles with teen angst.","8.601","/fhK0mqqirPsckxkNisvi32A4lf6.jpg","[{'id':12027,'logo_path':null,'name':'Madacy Entertainment','origin_country':''},{'id':368,'logo_path':null,'name':'Splendid Pictures','origin_country':''},{'id':4000,'logo_path':null,'name':'Maverick Films','origin_country':'US'},{'id':8807,'logo_path':null,'name':'Dylan Sellers Productions','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2003-03-14","58795814","102","[{'iso_639_1':'en','name':'English'}]","Released","Save the world. Get the girl. Pass math.","Agent Cody Banks","false","5.2","541" +"false","/y319VH0gIFie6KEO5L4nHhxxQUw.jpg","{'id':142680,'name':'Alex Cross Collection','poster_path':'/udn1n9NrzaotFHDk6hO3onMmXcB.jpg','backdrop_path':'/eyKpawn8yMq6kdv03wgKruMuSJX.jpg'}","27000000","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","9437","tt0119468","en","Kiss the Girls","Forensic psychologist Alex Cross travels to North Carolina and teams with escaped kidnap victim Kate McTiernan to hunt down ""Casanova,"" a serial killer who abducts strong-willed women and forces them to submit to his demands. The trail leads to Los Angeles, where the duo discovers that the psychopath may not be working alone.","11.674","/m9CyzlwbXhfUPooRIAcBoE63Frg.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':11661,'logo_path':null,'name':'Rysher Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-10-03","60527873","115","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'zh','name':'?????????'}]","Released","Smart Girls. Pretty Girls. Missing Girls.","Kiss the Girls","false","6.3","590" +"false","/11Iqc90Ocj4S15FjlvxFguI5U7w.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'}]","","11385","tt0056059","en","Hatari!","A group of men trap wild animals in Africa and sell them to zoos. Will the arrival of a female wildlife photographer change their ways?","5.875","/2FAIj6rsHoDjmOzXUb7Gt0Pe4tq.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':10696,'logo_path':null,'name':'Malabar','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1962-06-19","0","157","[{'iso_639_1':'sw','name':'Kiswahili'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","Hatari means Fun! Hatari means Adventure! Hatari means Thrills!","Hatari!","false","6.6","85" +"false","/xCIgY4mUmO4tbDVlntym9PdZ9H8.jpg","null","6500000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","15144","tt0088128","en","Sixteen Candles","A teenage girls deals with her parents forgetting her birthday and a crush on her high school's heartthrob.","17.289","/rzTrRQg5ek47Yl0Vfenc69r9gOd.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-05-04","23686027","93","[{'iso_639_1':'en','name':'English'}]","Released","When you're just sixteen anything can happen!","Sixteen Candles","false","6.8","925" +"false","/kl4hzeH7jCi18QzZyZm6Xb2PzVq.jpg","null","2","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","36614","tt0111309","en","The Sum of Us","""The Sum of Us"" is an Aussie story about a father and a son both searching for love and sharing an unconventional bond. Harry, the father, is the caring and open-minded ""mate"" that borders on annoyance. His son Jeff unsuccessfully searches for love, with the unwanted guidance of his father.","2.591","/rAQAUf6HHUyoT2Ii6jUmzMu5Ppf.jpg","[{'id':798,'logo_path':'/nQgX1MOLySgug7FDONdIkht3xob.png','name':'Samuel Goldwyn Company','origin_country':'US'}]","[{'iso_3166_1':'AU','name':'Australia'}]","1994-07-12","0","100","[{'iso_639_1':'en','name':'English'}]","Released","We're all just . . . The Sum of Us.","The Sum of Us","false","6.8","25" +"false","/mgSMefETH89UnNWMffevxZPKDnO.jpg","{'id':5039,'name':'Rambo Collection','poster_path':'/feGOEOVrOLyjtEnVa88rQLgD3XY.jpg','backdrop_path':'/Yt2ZxbJv2HM842B6FNMr59Vhyb.jpg'}","10000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://www.rambofilm.com/","7555","tt0462499","en","Rambo","When governments fail to act on behalf of captive missionaries, ex-Green Beret John James Rambo sets aside his peaceful existence along the Salween River in a war-torn region of Thailand to take action. Although he's still haunted by violent memories of his time as a U.S. soldier during the Vietnam War, Rambo can hardly turn his back on the aid workers who so desperately need his help.","16.93","/ec1m7YgBYb4os06OSNW3QBaNYqZ.jpg","[{'id':925,'logo_path':'/dIb9hjXNOkgxu4kBWdIdK8nM4w.png','name':'Nu Image','origin_country':'US'},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':10405,'logo_path':null,'name':'Emmett/Furla Films','origin_country':'US'},{'id':20363,'logo_path':null,'name':'Equity Pictures Medienfonds GmbH & Co. KG IV','origin_country':''},{'id':1020,'logo_path':'/kuUIHNwMec4dwOLghDhhZJzHZTd.png','name':'Millennium Films','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2008-01-24","0","92","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'my','name':''},{'iso_639_1':'th','name':'?????????????????????'}]","Released","Heroes never die... They just reload.","Rambo","false","6.4","1663" +"false","/twR03wTv9wJGvjaQEn0ZwAX53NL.jpg","{'id':98435,'name':'Patlabor Collection','poster_path':'/nyvcnmR73RCDX45mhVyd7RjEpvL.jpg','backdrop_path':'/owvE3lxUTk37jnwDRPbfc0DvELN.jpg'}","0","[{'id':28,'name':'Action'},{'id':16,'name':'Animation'},{'id':878,'name':'Science Fiction'}]","","16402","tt0318819","ja","WXIII ??????????????????????????????","Set in the year 2000 (between the events of Patlabor and Patlabor 2), when the level of Labor accidents begin to escalate around Tokyo Bay, police detectives Kusumi and Hata are assigned to investigate. What they discover leads to a series of government cover-ups, conspiracy concerning a new biological weapon entitled WXIII-Wasted Thirteen and a tragic, personal connection to Hata. The only hope to stop this threat is to cooperate with the military and lead WXIII into a showdown with the Labors of Special Vehicle Division 2.","3.451","/3gDfXcNXo0Lh3jvQB8iPIVI6gjc.jpg","[{'id':7121,'logo_path':null,'name':'Bandai Digital Entertainment','origin_country':''},{'id':7122,'logo_path':null,'name':'Emotion','origin_country':''},{'id':7123,'logo_path':null,'name':'Headgear','origin_country':''}]","[{'iso_3166_1':'JP','name':'Japan'}]","2002-03-30","0","107","[{'iso_639_1':'ja','name':'?????????'}]","Released","","WXIII: Patlabor The Movie 3","false","6","13" +"false","/wgRijFOPdEnfJZMRcNiCdjJoK4.jpg","null","8000000","[{'id':27,'name':'Horror'}]","","11152","tt0963794","en","The Ruins","A group of friends whose leisurely Mexican holiday takes a turn for the worse when they, along with a fellow tourist embark on a remote archaeological dig in the jungle, where something evil lives among the ruins","8.201","/s11P4dl7SBIWQZzC2VJCjbM9zcm.jpg","[{'id':158,'logo_path':'/6SHlNIype9zmyEMRsBtoueUtLsq.png','name':'Spyglass Entertainment','origin_country':'US'},{'id':4024,'logo_path':null,'name':'Pacific Film and Television Commission','origin_country':''},{'id':23003,'logo_path':null,'name':'Internationale Filmproduktion Prometheus','origin_country':''},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'},{'id':2932,'logo_path':'/4uLKLjGivVg2YnAIhAn8k7ZuVFj.png','name':'Red Hour','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'AU','name':'Australia'}]","2008-04-02","0","91","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pl','name':'Polski'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Terror has evolved.","The Ruins","false","5.6","449" +"false","/ySy1a5tJTLw2MpC8QcezcRUULON.jpg","null","19800000","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","5279","tt0280707","en","Gosford Park","In 1930???s England, a group of pretentious rich and famous gather together for a weekend of relaxation at a hunting resort. But when a murder occurs, each one of these interesting characters becomes a suspect.","10.107","/7wCUMn1Fj5MutTJHFopHba0Pto.jpg","[{'id':987,'logo_path':null,'name':'USA Films','origin_country':''},{'id':11487,'logo_path':null,'name':'Sandcastle 5 Productions','origin_country':'US'},{'id':35552,'logo_path':null,'name':'Chicagofilms','origin_country':''},{'id':826,'logo_path':null,'name':'Capitol Films','origin_country':''},{'id':246,'logo_path':null,'name':'Film Council','origin_country':''},{'id':6246,'logo_path':null,'name':'Medusa Film','origin_country':'IT'}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2001-11-07","87754044","131","[{'iso_639_1':'en','name':'English'}]","Released","Tea at four. Dinner at eight. Murder at midnight.","Gosford Park","false","7.1","435" +"false","/7FJv1bVpFr3MMUo2gvInCJ4Bwy5.jpg","{'id':479692,'name':'Robert Collection','poster_path':'/dAbzGyrZtEI2DLaFmoabBLpNsCl.jpg','backdrop_path':'/dIhcKuQl3Pi6QvA9UONH8HEEvsv.jpg'}","0","[{'id':27,'name':'Horror'}]","","356149","tt4141368","en","Robert","In this chilling story based on real life events a family experience terrifying supernatural occurrences when their son acquires a vintage doll called Robert.","2.584","/me4Cyy5F7SjQ3fmxL4Mo63UIg2A.jpg","[{'id':16370,'logo_path':null,'name':'North Bank Entertainment','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-08-24","0","90","[{'iso_639_1':'en','name':'English'}]","Released","He wants to be your best friend...forever.","Robert","false","3","35" +"false","/35kMgs4XK7EgBR6KdXPax4brHw6.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':9648,'name':'Mystery'}]","","87151","tt0087777","en","The Naked Face","Chicago psychiatrist Judd Stevens (Roger Moore) is suspected of murdering one of his patients when the man turns up stabbed to death in the middle of the city. After repeated attempts to convince cops Rod Steiger and Elliott Gould of his innocence, Dr.Stevens is forced to go after the real villains himself, and he finds himself up against one of the city's most notorious Mafia kingpins.","1.752","/fmjdv7XSqjhL3GRYBXiRNjWl90y.jpg","[{'id':1444,'logo_path':'/5jvFLUVXGXxkyszL9cqJN5hNhJ6.png','name':'Cannon Group','origin_country':'US'},{'id':13549,'logo_path':null,'name':'Golan-Globus Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-06-01","0","103","[{'iso_639_1':'en','name':'English'}]","Released","Somebody wants him dead for a secret he doesn't have!","The Naked Face","false","5.7","8" +"false","/i4nALq3Lcc1wGmj7TTthHij14eu.jpg","null","0","[{'id':35,'name':'Comedy'}]","","14550","tt0097235","en","The Dream Team","This morning they were playing ping-pong in the hospital rec room. Now they're lost in New York and framed for murder. This was never covered in group therapy.","7.096","/jFBzzMFm57a3Nn2usSmlYjUe2AT.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-04-07","28890240","113","[{'iso_639_1':'en','name':'English'}]","Released","Four guys on a field trip to reality.","The Dream Team","false","6.1","94" +"false","/j6UF7h8mIUBb6MLQSMCWneHis7r.jpg","null","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","http://www.killtheirishman.com/","51209","tt1416801","en","Kill the Irishman","Over the summer of 1976, thirty-six bombs detonate in the heart of Cleveland while a turf war raged between Irish mobster Danny Greene and the Italian mafia. Based on a true story, Kill the Irishman chronicles Greene's heroic rise from a tough Cleveland neighborhood to become an enforcer in the local mob.","9.877","/stwIjts5428V8v45mYmUmD9XhHd.jpg","[{'id':5860,'logo_path':null,'name':'Anchor Bay Films','origin_country':'US'},{'id':6802,'logo_path':null,'name':'Dundee Entertainment','origin_country':''},{'id':14589,'logo_path':'/5WrEKsyGdTfT3T075EukSoIuxSU.png','name':'Code Entertainment','origin_country':'US'},{'id':21815,'logo_path':null,'name':'Sweet William Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-03-10","1188194","106","[{'iso_639_1':'en','name':'English'}]","Released","The man the mob couldn't kill.","Kill the Irishman","false","6.9","259" +"false","/b3DfxOIVK78bIo0epa1M0zURzOe.jpg","null","560000","[{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'}]","http://www.thebeatles.com/film/hard-days-night","704","tt0058182","en","A Hard Day's Night","Capturing John Lennon, Paul McCartney, George Harrison and Ringo Starr in their electrifying element, 'A Hard Day's Night' is a wildly irreverent journey through this pastiche of a day in the life of The Beatles during 1964. The band have to use all their guile and wit to avoid the pursuing fans and press to reach their scheduled television performance, in spite of Paul's troublemaking grandfather and Ringo's arrest.","8.682","/raJc1rxX0SQGzU1sRBAAFLkKGv1.jpg","[{'id':413,'logo_path':null,'name':'Proscenium Films','origin_country':''},{'id':3462,'logo_path':null,'name':'Walter Shenson Films','origin_country':''},{'id':11506,'logo_path':null,'name':'Maljack Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1964-07-06","12299668","88","[{'iso_639_1':'en','name':'English'}]","Released","The Beatles, starring in their first full-length, hilarious, action-packed film!","A Hard Day's Night","false","7.4","264" +"false","/cFUwi8jwz6Ev8sLXNmSPJMiB1PW.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","6003","tt0063518","en","Romeo and Juliet","Director Franco Zeffirelli's beloved version of one of the most well-known love stories in the English language. Romeo Montague and Juliet Capulet fall in love against the wishes of their feuding families. Driven by their passion, the young lovers defy their destiny and elope, only to suffer the ultimate tragedy.","6.849","/bnagQOzwGcrDNhw5nxQl1kbOc2e.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':1216,'logo_path':null,'name':'Dino de Laurentiis Cinematografica','origin_country':'IT'},{'id':2008,'logo_path':null,'name':'BHE Films','origin_country':''},{'id':10520,'logo_path':null,'name':'Verona Produzione','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'GB','name':'United Kingdom'}]","1968-04-02","38901218","138","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","No ordinary love story...","Romeo and Juliet","false","7.4","277" +"false","/piFvsgzTajaul3HO4g0RQDyjBsf.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","2623","tt0084434","en","An Officer and a Gentleman","Zack Mayo is an aloof, taciturn man who aspires to be a navy pilot. Once he arrives at training camp for his 13-week officer's course, Mayo runs afoul of abrasive, no-nonsense drill Sergeant Emil Foley. Mayo is an excellent cadet, but a little cold around the heart, so Foley rides him mercilessly, sensing that the young man would be prime officer material if he weren't so self-involved. Zack's affair with a working girl is likewise compromised by his unwillingness to give of himself.","8.712","/n3avYMj4bno1fN8MIC18Q0sXT9E.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':1176,'logo_path':null,'name':'Lorimar Film Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1982-07-28","129795554","124","[{'iso_639_1':'en','name':'English'}]","Released","Life gave him nothing, except the courage to win...and a woman to love.","An Officer and a Gentleman","false","6.8","423" +"false","/msff7cuqRcVVicpmhOO3GZD88NJ.jpg","null","30000","[{'id':99,'name':'Documentary'}]","http://www.iamrogue.com/catfish","42296","tt1584016","en","Catfish","Nev, a 24-year-old New York-based photographer, has no idea what he's in for when Abby, an eight-year-old girl from rural Michigan, contacts him on Facebook, seeking permission to paint one of his photographs. When he receives her remarkable painting, Nev begins a friendship and correspondence with Abby's family. But things really get interesting when he develops a cyber-romance with Abby's attractive older sister, Megan, a musician and model. Prompted by some startling revelations about Megan, Nev and his buddies embark on a road trip in search of the truth.","6.451","/9dtNrH00ac1MvPnGucIjOx35OgT.jpg","[{'id':6523,'logo_path':null,'name':'Hit the Ground Running Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-09-17","3045943","87","[{'iso_639_1':'en','name':'English'}]","Released","Don't let anyone tell you what it is.","Catfish","false","6.8","279" +"false","/44RAQbjqaOgYs6WojutUZbzIM4L.jpg","null","0","[{'id':27,'name':'Horror'}]","","83292","tt0140581","en","The Suckling","A woman goes to a back alley abortion clinic, only to have her aborted fetus attack her, her boyfriend, and everyone else at the clinic.","1.183","/3kl4fmvYLE3tGVxAGxxw2UTxav8.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-01-01","0","89","[{'iso_639_1':'en','name':'English'}]","Released","He'll always be mommy's little mutant.","The Suckling","false","3.7","17" +"false","/kVTLZOBa5jMXfUVUuCV0Dg84v37.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.dogpound-lefilm.com/","43920","tt1422020","en","Dog Pound","Three juvenile delinquents arrive at a correctional center and are put under the care of an experienced guard.","7.268","/pO0dlGykmxlGbgSIDGFwDlsvJ2X.jpg","[{'id':309,'logo_path':null,'name':'Angoa-Agicoa','origin_country':''},{'id':806,'logo_path':'/kcNh09qqR2Pkw1JAzRW4CommrW4.png','name':'T??l??film Canada','origin_country':'CA'},{'id':1784,'logo_path':null,'name':'Partizan','origin_country':''},{'id':7641,'logo_path':null,'name':'Grana Productions','origin_country':''},{'id':819,'logo_path':'/cEqVIluQuO1ubtID8RvOem4ZiIg.png','name':'Mars Films','origin_country':'FR'},{'id':310,'logo_path':'/4Gp5A4YdjPBfsHT47ngHMaXWmb9.png','name':'Centre National de la Cin??matographie','origin_country':'FR'},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':91015,'logo_path':'/xVYqWH1RoNGeYMl0HeuN7heAh9E.png','name':'Kourtrajm??','origin_country':'FR'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2010-04-24","430041","91","[{'iso_639_1':'en','name':'English'}]","Released","Fighting Back Is The Only Way Out","Dog Pound","false","7.6","171" +"false","/erLlJmxYBEk0SWeh8ddAMNRxvfT.jpg","null","3500000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","18900","tt0061809","en","In Cold Blood","After a botched robbery results in the brutal murder of a rural family, two drifters elude police, in the end coming to terms with their own mortality and the repercussions of their vile atrocity.","6.514","/8USPOx28p0Ij8chFvNTl3K4J0Tc.jpg","[{'id':29364,'logo_path':null,'name':'Pax Enterprises','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1967-12-14","13007551","134","[{'iso_639_1':'en','name':'English'}]","Released","","In Cold Blood","false","7.8","133" +"false","/uIQ67Q4je9VlGRQG2jlIjrOWSoA.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","21631","tt0040338","en","The Fallen Idol","Phillipe, the son of an ambassador in London, idolizes Baines, his father's butler, a kind of hero in the eyes of the child, whose perception changes when he accidentally discovers the secret that Baines keeps and witnesses the consequences that adults' lies can cause.","3.615","/sYbTZOSjFJ9XFAqKyEQyPU9CKj7.jpg","[{'id':659,'logo_path':null,'name':'London Film Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1948-09-30","0","96","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","The suspense is almost unbearable???","The Fallen Idol","false","7.4","57" +"false","/arPzR7bc4VuRNaROGHslaWFgxRV.jpg","null","7200000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","23954","tt0080388","en","Atlantic City","Lou, a small time gangster who thinks he used to be something big, meets and falls for a sexy casino employee named Sally. She needs his help realizing her dream of going to Monte Carlo, a symbol of the glamorous life that she has been looking for so desperately.","4.695","/awqnReDddvVCAjRHFRtBxh2CCfh.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':4952,'logo_path':null,'name':'Canadian Film Development Corporation (CFDC)','origin_country':''},{'id':16914,'logo_path':null,'name':'Famous Players Limited','origin_country':''},{'id':25762,'logo_path':null,'name':'Selta Films','origin_country':''},{'id':25765,'logo_path':null,'name':'International Cinema Corporation (ICC)','origin_country':''},{'id':25766,'logo_path':null,'name':'Cine-Neighbor','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'FR','name':'France'}]","1980-09-02","12729675","104","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","She made him become what he always wanted to be - a lover, a hero, a rich man...and a killer!","Atlantic City","false","6.9","82" +"false","/mla1FG2s2kp1u1A5Igp2nOyiKRg.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.alycemovie.com/","78093","tt1680051","en","Alyce Kills","After accidentally knocking her best friend off a roof, Alyce is haunted by guilt and delves into a brutal nightmare wonderland of sex, drugs and violence, her mind tearing itself apart??? along with anyone else who gets in her way.","3.475","/xb9TePlFyj2XQqZECsokiIW2avE.jpg","[{'id':20319,'logo_path':null,'name':'Social Construct','origin_country':'US'},{'id':15479,'logo_path':null,'name':'Scream HQ','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-09-14","0","90","[{'iso_639_1':'en','name':'English'}]","Released","She was always a bit weird...now she is truly insane.","Alyce Kills","false","5.6","51" +"false","/pagRZdOvheTzhseoihkRsIiMhR1.jpg","null","0","[{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'}]","","398581","tt2260254","en","The Other Side of the Mirror","In 1905, amidst the largest drug epidemic in American history, a teenage Alice has just moved to the Pacific Northwest. She follows a mysterious man down a rabbit hole, leading her into Wonderland; a dark and curious world inhabited by characters from turn-of-the-century America and the Pacific Northwest.","3.486","/9JL7C90I1HxS0UKMCSXaQCWkrMv.jpg","[]","[]","2016-05-03","0","123","[{'iso_639_1':'en','name':'English'}]","Released","Madder than a Hatter's tea party","The Other Side of the Mirror","false","4.5","38" +"false","/f56HoLd7Fc1zgKBwGN6nvpTweDR.jpg","null","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","http://www.filminfocus.com/focusfeatures/film/sin_nombre","21191","tt1127715","es","Sin Nombre","Sayra, a Honduran teen, hungers for a better life. Her chance for one comes when she is reunited with her long-estranged father, who intends to emigrate to Mexico and then enter the United States. Sayra's life collides with a pair of Mexican gangmembers who have boarded the same American-bound train.","7.848","/ktzyg31ibW2MWTZh4KpKMCgtgt6.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'MX','name':'Mexico'}]","2009-03-20","5101756","96","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'pl','name':'Polski'}]","Released","The greatest sin of all is risking nothing.","Sin Nombre","false","7.4","218" +"false","/jEDgjMryQF4kVixziqRVina1p8D.jpg","null","0","[{'id':18,'name':'Drama'}]","","347881","tt4210080","en","The Confirmation","Eight year old Anthony is somewhat uneasy about spending the weekend with his alcoholic, down-on-his-luck carpenter dad Walt while his mom Bonnie and her new husband Kyle go to a Catholic retreat together. Walt is just as uneasy about spending time with Anthony, especially since their first day together is a series of characteristically unfortunate events, including his truck breaking down, his landlord locking him out of the house, and the theft of his toolbox, which he needs for an upcoming job. As Walt and Anthony set about finding the guy who stole the tools and improvise around their other misfortunes, they begin to discover a true connection with each other, causing Walt to become a better father and Anthony to reveal the promise and potential of the good man he will become.","4.749","/asD0Q73qJzwmD48W5LYRJyFmzmY.jpg","[{'id':6345,'logo_path':null,'name':'Lighthouse Pictures','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2016-03-18","0","101","[{'iso_639_1':'en','name':'English'}]","Released","","The Confirmation","false","6.4","84" +"false","/vXw8ShlEgTpJadOFxUgrZZYeiiy.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","","19829","tt0972857","en","Ninja Cheerleaders","3 college cheerleaders use their martial arts know-how to save their Sensei from mafia kidnappers, but must keep their extra curricular activities a secret in order to make it into an Ivy League school.","2.616","/38me0PMQ3LkTarMeu6vRYxD9r9z.jpg","[{'id':7743,'logo_path':null,'name':'Mercurybar Productions','origin_country':''},{'id':7744,'logo_path':null,'name':'NCS Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-05-10","0","81","[{'iso_639_1':'en','name':'English'}]","Released","","Ninja Cheerleaders","false","3.8","19" +"false","/2zCJDJTHjny0ENJqyBc5Sz6ABg2.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","10739","tt0313792","en","Anything Else","Jerry Falk, an aspiring writer in New York, falls in love at first sight with a free-spirited young woman named Amanda He has heard the phrase that life is like ""anything else,"" but soon he finds that life with the unpredictable Amanda isn't like anything else at all.","7.992","/3AORDBPSmgP6I0HRInPsylO4KWc.jpg","[{'id':247,'logo_path':null,'name':'Granada Film Productions','origin_country':''},{'id':291,'logo_path':null,'name':'Perdido Prod.','origin_country':''},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'NL','name':'Netherlands'},{'iso_3166_1':'FR','name':'France'}]","2003-08-27","0","108","[{'iso_639_1':'en','name':'English'}]","Released","In any relationship one person always does the heavy lifting.","Anything Else","false","6.1","246" +"false","/uhwpghULNIshB6W7aU5rL3skdGX.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'}]","","81179","tt1876446","en","Snowmageddon","A seemingly-harmless snow globe unleashes a devastating winter storm on a peaceful mountainside community, prompting one family on a race to save their town from certain destruction. As night falls on Christmas Eve, the Miller family finds a gift-wrapped snow globe just outside their door. Inside is an exact replica of their town - right down to the smallest detail. But this isn't your typical holiday decoration, because every time it's shaken, a blank of snow a blizzard blasts through town. Later, when the buttons on the globe plunge the town into total chaos, the Miller's must find a way to stop the destruction once and for all.","1.701","/inFy2MaWGsBc1QN6eI1yYFhFC2m.jpg","[{'id':11295,'logo_path':null,'name':'Snow Globe Productions','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2011-12-10","0","86","[{'iso_639_1':'en','name':'English'}]","Released","","Snowmageddon","false","4.7","17" +"false","/aP3iXyU0lLOsGPvbN3wm13bnPNL.jpg","{'id':98435,'name':'Patlabor Collection','poster_path':'/nyvcnmR73RCDX45mhVyd7RjEpvL.jpg','backdrop_path':'/owvE3lxUTk37jnwDRPbfc0DvELN.jpg'}","0","[{'id':28,'name':'Action'},{'id':16,'name':'Animation'},{'id':878,'name':'Science Fiction'}]","","14571","tt0100339","ja","?????????????????????????????? ?????????","A mysterious suicide and a series of unmanned robot run-aways sparks off a Police investigation into the suspicious software on-board thousands of industrial robots around Tokyo.","4.149","/uX58ae3iJNdLjPsI2xIgA0sERpM.jpg","[{'id':6075,'logo_path':'/rpmYkPGtdu4ixLPgPkmFxvfnt4O.png','name':'Studio Deen','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","1989-01-01","0","100","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Patlabor: The Movie","false","6.4","43" +"false","/xfgukC8XM2sFsh3tp28hGEM1oQe.jpg","{'id':454520,'name':'Captain Harlock Collection','poster_path':'/z0NsZNauyNM1ZKj3FCfJvZoSwSA.jpg','backdrop_path':'/kpY6iMfKkssuD1WObzoGSIeMguY.jpg'}","30000000","[{'id':16,'name':'Animation'},{'id':878,'name':'Science Fiction'}]","","192577","tt2668134","ja","??????????????????????????????","Space Pirate Captain Harlock and his fearless crew face off against the space invaders who seek to conquer the planet Earth.","8.919","/lB3movQFEgRZQWeZtCceLhUiIQj.jpg","[{'id':5542,'logo_path':'/ayE4LIqoAWotavo7xdvYngwqGML.png','name':'Toei Animation','origin_country':'JP'},{'id':77884,'logo_path':'/dP2lxVNctD5Cried0IWVqgrO2o9.png','name':'Marza Animation Planet','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","2013-09-07","17137302","115","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Space Pirate Captain Harlock","false","6.5","580" +"false","/66BCOOznR9x4kNRDcEefRSwPc11.jpg","null","0","[{'id':99,'name':'Documentary'}]","","28227","tt1503769","en","Collapse","From the acclaimed director of American Movie, the documentary follows former Los Angeles police officer turned independent reporter Michael Ruppert. He recounts his career as a radical thinker and spells out his apocalyptic vision of the future, spanning the crises in economics, energy, environment and more.","2.651","/gM3uukXhkDkfK5qNqg4IM8UWlvp.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-09-12","0","82","[{'iso_639_1':'en','name':'English'}]","Released","","Collapse","false","7.6","56" +"false","/2ZbRnBXoPAQcnziA60NuLOr2L56.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","14580","tt0045555","en","The Big Heat","Dave Bannion is an upright cop on the trail of a vicious gang he suspects holds power over the police force. Bannion is tipped off after a colleague's suicide and his fellow officers' suspicious silence lead him to believe that they are on the gangsters' payroll. When a bomb meant for him kills his wife instead, Bannion becomes a furious force of vengeance and justice, aided along the way by the gangster's spurned girlfriend Debbie. As Bannion and Debbie fall further and further into the Gangland's insidious and brutal trap, they must use any means necessary (including murder) to get to the truth.","7.671","/n1xdAX2g6PU3aqQXmZtY9gXvvEz.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1953-10-14","0","89","[{'iso_639_1':'en','name':'English'}]","Released","A hard cop and a soft dame.","The Big Heat","false","7.8","167" +"false","/6pHv9P9yNXvOAp6G9UU8W8wzeLR.jpg","null","3000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","9040","tt0070666","en","Serpico","The real-life struggle of an honest New York City cop against a corrupt system.","8.71","/dq3PTFp0lLlEa2TnJepEknU2Sys.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':499,'logo_path':null,'name':'De Laurentiis Entertainment Group','origin_country':''},{'id':612,'logo_path':null,'name':'Artists Entertainment Complex','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'US','name':'United States of America'}]","1973-12-05","29800000","129","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","Many of his fellow officers considered him the most dangerous man alive - An honest cop.","Serpico","false","7.6","761" +"false","/jC6pdiupSoUuuQdQ39cWxG6OiA1.jpg","null","45000000","[{'id':53,'name':'Thriller'}]","","9754","tt0408345","en","Firewall","State-of-the-art security system creator, Jack Stanfield has cemented his reputation as a man who's thought of everything. But when a criminal finds a way into Jack's personal life, everything Jack holds dear is suddenly at stake.","11.619","/bp0BTphk7bgBof20XAfKkujRxwI.jpg","[{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':10157,'logo_path':null,'name':'Beacon Pictures','origin_country':''},{'id':3528,'logo_path':'/cCzCClIzIh81Fa79hpW5nXoUsHK.png','name':'Thunder Road Pictures','origin_country':'US'},{'id':10991,'logo_path':null,'name':'Jon Shestack Productions','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'AU','name':'Australia'}]","2006-02-08","82800000","105","[{'iso_639_1':'en','name':'English'}]","Released","Nothing Is More Dangerous Than A Man With Everything To Lose.","Firewall","false","5.7","435" +"false","/8gD3g9i24r5OVwCNcXBZ1t5mQ1c.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':37,'name':'Western'}]","","11694","tt0059017","en","Cat Ballou","A woman seeking revenge for her murdered father hires a famous gunman, but he's very different from what she expects.","5.558","/66b5cM2szzzChYUsqa9FREr0fky.jpg","[{'id':11585,'logo_path':null,'name':'Harold Hecht Productions','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1965-06-24","20666667","97","[{'iso_639_1':'en','name':'English'}]","Released","It's That Way-Out Whopper Of A Funny Western...A She-Bang To End All She-Bangs!","Cat Ballou","false","6.8","86" +"false","/mx0x96S8ZCXXoSxFinMbyI1117f.jpg","{'id':5039,'name':'Rambo Collection','poster_path':'/feGOEOVrOLyjtEnVa88rQLgD3XY.jpg','backdrop_path':'/Yt2ZxbJv2HM842B6FNMr59Vhyb.jpg'}","10000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'},{'id':10752,'name':'War'}]","","1370","tt0095956","en","Rambo III","Combat has taken its toll on Rambo, but he's finally begun to find inner peace in a monastery. When Rambo's friend and mentor Col. Trautman asks for his help on a top secret mission to Afghanistan, Rambo declines but must reconsider when Trautman is captured.","16.249","/gWYfUEkExdr0SLY5L2mjnhKgE4C.jpg","[{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'},{'id':275,'logo_path':'/2MxNWlN5b3UXt1OfmznsWEQzFwq.png','name':'Carolco Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-05-24","0","102","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","The first was for himself. The second for his country. This time it's to save his friend.","Rambo III","false","5.9","1240" +"false","/qKvzxhjGMMiGG0rWKJT6geoASZL.jpg","null","0","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","31453","tt1290400","en","Double Identity","In Chechnya, an American doctor takes a detour in life when he helps a mysterious woman escape from her would-be assailant.","2.262","/w9jumrbylMill1LOllH5UBwu0BS.jpg","[{'id':925,'logo_path':'/dIb9hjXNOkgxu4kBWdIdK8nM4w.png','name':'Nu Image','origin_country':'US'},{'id':1020,'logo_path':'/kuUIHNwMec4dwOLghDhhZJzHZTd.png','name':'Millennium Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-12-18","0","93","[{'iso_639_1':'en','name':'English'}]","Released","","Double Identity","false","4.9","34" +"false","/2a8Dr2iHznBKjdpXceVRmpxQEgm.jpg","{'id':5039,'name':'Rambo Collection','poster_path':'/feGOEOVrOLyjtEnVa88rQLgD3XY.jpg','backdrop_path':'/Yt2ZxbJv2HM842B6FNMr59Vhyb.jpg'}","10000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'},{'id':10752,'name':'War'}]","","1369","tt0089880","en","Rambo: First Blood Part II","John Rambo is released from prison by the government for a top-secret covert mission to the last place on Earth he'd want to return - the jungles of Vietnam.","21.713","/l6zUaYqaQ5TFokesv3BPzBvSN0.jpg","[{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'},{'id':275,'logo_path':'/2MxNWlN5b3UXt1OfmznsWEQzFwq.png','name':'Carolco Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-05-21","0","96","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'vi','name':'Ti???ng Vi???t'}]","Released","What most people call hell, he calls home.","Rambo: First Blood Part II","false","6.4","1529" +"false","/xfSOogUXzuVEyUhlzyenCbclXrc.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'},{'id':18,'name':'Drama'}]","","279690","tt2386404","en","He Never Died","Jack is a solitary man with a mysterious past. His strange habits will soon become stranger when his past catches up with him.","5.349","/aGPdLur4mbsMggruOHY3LHItZEW.jpg","[{'id':10530,'logo_path':null,'name':'Alternate Ending Studios','origin_country':''},{'id':26432,'logo_path':null,'name':'108 Media','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CA','name':'Canada'}]","2015-03-17","0","99","[{'iso_639_1':'en','name':'English'}]","Released","Bullets. Blood. Bingo.","He Never Died","false","6.1","216" +"false","/pISAdcw80xGj8BOMPVWpFerg48f.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':53,'name':'Thriller'}]","http://www.enlightenment-productions.com/despitethefallingsnow/","366901","tt2474932","en","Despite the Falling Snow","New York, 1961. Alexander Ivanov, a high-ranked Soviet bureaucrat, reluctantly defects to the West while is part of a diplomatic mission, feeling the grief of being unable to know the fate of his wife Katya, whom he has had to leave behind in Moscow. Only many years later, in 1991, he will finally find out the truth when his niece Lauren travels to Moscow to participate in a painting exhibition.","3.441","/xfveIBDvr0xi5Uu8RT1AqEY7gBO.jpg","[{'id':15073,'logo_path':null,'name':'Enlightenment Productions','origin_country':''},{'id':67263,'logo_path':null,'name':'Falling Snow','origin_country':''},{'id':67264,'logo_path':null,'name':'SK Enlightenment','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-01-29","0","94","[{'iso_639_1':'en','name':'English'}]","Released","You can betray your country but not your heart.","Despite the Falling Snow","false","5.3","26" +"false","/3VBB3Nc8j0sleXnJp1Gdw2aM2g5.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","http://www.cinetelfilms.com/films/film-stormageddon.html","370097","tt4525270","en","Stormageddon","What happens when you ask the most powerful computer program, run by the most powerful computers, to follow, listen and predict human behavior? The program learns, becomes sentient and begins to behave like a human. When a master computer program, Echelon, takes over America's entire online system, our country is threatened to be brought to its knees. Hacking into DARPA, Echelon gains the ability to manipulate the weather, create earthquakes, and cause a level of destruction unlike anything the country could ever imagine. But how do you stop a computer program when it has control over any and every defense you have?","2.063","/xGjZlFMhQfjj7FSCJjbTctTSwbO.jpg","[{'id':23868,'logo_path':null,'name':'Tiberius Film','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-11-18","0","90","[{'iso_639_1':'en','name':'English'}]","Released","The Echelon Disaster","Stormageddon","false","4.8","18" +"false","/kfx9xzuTIkkDxi5pAl2khj7bgWO.jpg","null","0","[{'id':28,'name':'Action'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","384798","tt2667380","en","Kill Command","Set in a near future, technology-reliant society that pits man against killing machines. Against this backdrop an elite army unit is helicoptered to a remote, off-the-grid island training facility. What starts out as a simple training exercise for Captain Bukes and his tight-knit unit, descends into a terrifying battle to the death, as the marines discover the island is overrun by an enemy that transcends the human concept of evil.","7.516","/nl9e5LIYMOYskBV48AcvEc8FUZi.jpg","[{'id':78624,'logo_path':null,'name':'Bandito','origin_country':''},{'id':10393,'logo_path':'/7MazD0kppT5OzdumzDi5IFYNthO.png','name':'Vertigo Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-05-13","0","99","[{'iso_639_1':'en','name':'English'}]","Released","You can't fight the future.","Kill Command","false","5.2","282" +"false","/umC04Cozevu8nn3JTDJ1pc7PVTn.jpg","{'id':404609,'name':'John Wick Collection','poster_path':'/pZ4hR5IIoHHfNjot9rq4F96OGAi.jpg','backdrop_path':'/fSwYa5q2xRkBoOOjueLpkLf3N1m.jpg'}","20000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://www.johnwickthemovie.com/","245891","tt2911666","en","John Wick","Ex-hitman John Wick comes out of retirement to track down the gangsters that took everything from him.","47.472","/b9uYMMbm87IBFOq59pppvkkkgNg.jpg","[{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'},{'id':23008,'logo_path':'/5SarYupipdiejsEqUkwu1SpYfru.png','name':'87Eleven','origin_country':'US'},{'id':36259,'logo_path':null,'name':'DefyNite Films','origin_country':'US'},{'id':36433,'logo_path':null,'name':'MJW Films','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'US','name':'United States of America'}]","2014-10-22","88761661","101","[{'iso_639_1':'hu','name':'Magyar'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Don't set him off.","John Wick","false","7.1","9354" +"false","/3IroWJc1xB2n4XMv559wQiIrsSo.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","370234","tt3611002","en","Dementia","After being diagnosed with Dementia, an elderly war veteran is forced by his estranged family to hire a live-in nurse, only to find she harbors a sinister secret.","2.184","/y9V8mKoRfsOUMj2m3yRUTbwR437.jpg","[{'id':18609,'logo_path':null,'name':'BoulderLight Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-12-04","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Let the memory games begin.","Dementia","false","4.6","35" +"false","/mhdeE1yShHTaDbJVdWyTlzFvNkr.jpg","null","150000000","[{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'},{'id':35,'name':'Comedy'}]","http://movies.disney.com/zootopia","269149","tt2948356","en","Zootopia","Determined to prove herself, Officer Judy Hopps, the first bunny on Zootopia's police force, jumps at the chance to crack her first case - even if it means partnering with scam-artist fox Nick Wilde to solve the mystery.","34.403","/sM33SANp9z6rXW8Itn7NnG1GOEs.jpg","[{'id':6125,'logo_path':'/tVPmo07IHhBs4HuilrcV0yujsZ9.png','name':'Walt Disney Animation Studios','origin_country':'US'},{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-02-11","1023784195","109","[{'iso_639_1':'en','name':'English'}]","Released","Welcome to the urban jungle.","Zootopia","false","7.7","9622" +"false","/cSYYbQNaTHiTLL1VJMXuyFO2n73.jpg","null","13500000","[{'id':18,'name':'Drama'}]","https://twitter.com/Stonewall_Movie","273899","tt3018070","en","Stonewall","""Stonewall"" is a drama about a young man in New York caught up during the 1969 Stonewall Riots, a pivotal event widely considered the starting point for the modern gay civil rights movement.","3.49","/dqMRsZZBvxOIuJgH2BqdwkgdGHI.jpg","[{'id':54502,'logo_path':null,'name':'Mel's Cite du Cinema','origin_country':''},{'id':347,'logo_path':null,'name':'Centropolis Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-09-18","187674","129","[{'iso_639_1':'en','name':'English'}]","Released","Where Pride Began","Stonewall","false","6.2","68" +"false","/z6gSLTHsAgqlOwID8jMHfFgeufS.jpg","null","28000000","[{'id':10749,'name':'Romance'},{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'}]","https://www.facebook.com/PPZMovie","58431","tt1374989","en","Pride and Prejudice and Zombies","A zombie outbreak has fallen upon the land in this reimagining of Jane Austen???s classic tale of the tangled relationships between lovers from different social classes in 19th century England. Feisty heroine Elizabeth Bennet (Lily James) is a master of martial arts and weaponry and the handsome Mr. Darcy (Sam Riley) is a fierce zombie killer, yet the epitome of upper class prejudice. As the zombie outbreak intensifies, they must swallow their pride and join forces on the blood-soaked battlefield in order to conquer the undead once and for all.","9.97","/jsJlOhVHiz1xXr36616EI8tJ4b2.jpg","[{'id':3287,'logo_path':'/bz6GbCQQXGNE56LTW9dwgksW0Iw.png','name':'Screen Gems','origin_country':'US'},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':8873,'logo_path':null,'name':'Handsomecharlie Films','origin_country':''},{'id':10246,'logo_path':'/rREvQNWAxkDfY9CDn2c5YxEMPdP.png','name':'Cross Creek Pictures','origin_country':'US'},{'id':12622,'logo_path':null,'name':'Darko Entertainment','origin_country':'US'},{'id':13395,'logo_path':null,'name':'Panorama Media','origin_country':'US'},{'id':72725,'logo_path':null,'name':'QC Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-02-04","16374328","108","[{'iso_639_1':'en','name':'English'}]","Released","Bloody lovely.","Pride and Prejudice and Zombies","false","5.7","1147" +"false","/xy74anT8ZGhUIGVoalnHrmRDHbQ.jpg","null","140000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'}]","","205584","tt2404233","en","Gods of Egypt","A common thief joins a mythical god on a quest through Egypt.","14.375","/uPqAW07bGoljf3cmT5gecdOvVol.jpg","[{'id':3528,'logo_path':'/cCzCClIzIh81Fa79hpW5nXoUsHK.png','name':'Thunder Road Pictures','origin_country':'US'},{'id':88715,'logo_path':null,'name':'Pyramania','origin_country':''},{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'},{'id':908,'logo_path':null,'name':'Mystery Clock Cinema','origin_country':''},{'id':72441,'logo_path':null,'name':'TIK Films','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'US','name':'United States of America'}]","2016-02-25","150680864","127","[{'iso_639_1':'en','name':'English'}]","Released","The battle for eternity begins","Gods of Egypt","false","5.4","2239" +"false","/vrVvU3QMyHoknc1X8pSJlGP3ebZ.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","17131","tt0034798","en","The Glass Key","During the campaign for reelection, the crooked politician Paul Madvig decides to clean up his past, refusing the support of the gangster Nick Varna and associating to the respectable reformist politician Ralph Henry. When Ralph's son, Taylor Henry, a gambler and the lover of Paul's sister Opal, is murdered, Paul's right arm, Ed Beaumont, finds his body on the street. Nick uses the financial situation of The Observer to force the publisher Clyde Matthews to use the newspaper to raise the suspicion that Paul Madvig might have killed Taylor.","3.191","/mjGZvo31Psv4QBcvgk9NtLDwJ4P.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1942-10-14","0","85","[{'iso_639_1':'en','name':'English'}]","Released","The Tougher They Are - The Harder They Fall","The Glass Key","false","6.5","37" +"false","/5z4jOr1KEDt3Sy7evUvnrcj9ood.jpg","null","11000000","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","http://www.mothersdaythemovie.com/","101669","tt1434435","en","Mother's Day","Crazed members of a sadistic family return to their childhood home to terrorize the new owners.","7.154","/tqeVlz9OpZslSxusMg4y6e833LI.jpg","[{'id':22105,'logo_path':null,'name':'LightTower Entertainment','origin_country':'US'},{'id':22106,'logo_path':null,'name':'Widget Films','origin_country':''},{'id':22107,'logo_path':null,'name':'Sierra/Affinity','origin_country':''},{'id':12007,'logo_path':null,'name':'Rat Entertainment','origin_country':''},{'id':18950,'logo_path':null,'name':'The Genre Co.','origin_country':''},{'id':3052,'logo_path':null,'name':'Troma Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-09-23","0","112","[{'iso_639_1':'en','name':'English'}]","Released","Don't Misbehave.","Mother's Day","false","6.4","182" +"false","/gbSBRRKFnEMixeqcFRgI72HvmZ.jpg","{'id':511021,'name':'Father Of The Bride','poster_path':null,'backdrop_path':null}","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'},{'id':10749,'name':'Romance'}]","","20758","tt0042451","en","Father of the Bride","Proud father Stanley Banks remembers the day his daughter, Kay, got married. Starting when she announces her engagement through to the wedding itself, we learn of all the surprises and disasters along the way.","5.238","/etR0YALJULnrdfCAHrX8CkuleiL.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1950-06-16","0","92","[{'iso_639_1':'en','name':'English'}]","Released","You're invited . . . to a hilarious wedding !","Father of the Bride","false","7","73" +"false","/kHGLUgNsjTNsDAgXMvYH7J48Ikx.jpg","{'id':10455,'name':'Child's Play Collection','poster_path':'/fLWDbZziq47lcN28Q1ILnIMLHEC.jpg','backdrop_path':'/AAhYXBVIEl6WgQnzfBsauTIC25.jpg'}","13000000","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'},{'id':28,'name':'Action'}]","","11187","tt0103956","en","Child's Play 3","Eight years have passed since the events of the second film. Chucky has been resurrected once again and seeks revenge on Andy, his former owner, who is now a teenager enrolled in military school.","12.045","/pDko1kIkrCaHBSfBj7pAJu1Diss.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1991-08-30","20560255","90","[{'iso_639_1':'en','name':'English'}]","Released","Chucky has a new playmate.","Child's Play 3","false","5.6","550" +"false","/qq0204J5V6uYk0bb7HNw8cYe2ld.jpg","{'id':10455,'name':'Child's Play Collection','poster_path':'/fLWDbZziq47lcN28Q1ILnIMLHEC.jpg','backdrop_path':'/AAhYXBVIEl6WgQnzfBsauTIC25.jpg'}","13000000","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'}]","","11186","tt0099253","en","Child's Play 2","When Andy's mother is admitted to a psychiatric hospital, the young boy is placed in foster care, and Chucky, determined to claim Andy's soul, is not far behind.","11.678","/xy0qUntbDOVgiTDvSIFlSM3MMzP.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-11-09","35763605","84","[{'iso_639_1':'en','name':'English'}]","Released","Look out Jack! Chucky's back!","Child's Play 2","false","5.9","647" +"false","/8DkJrxEyRN8gTseEhajybpC5smK.jpg","{'id':10455,'name':'Child's Play Collection','poster_path':'/fLWDbZziq47lcN28Q1ILnIMLHEC.jpg','backdrop_path':'/AAhYXBVIEl6WgQnzfBsauTIC25.jpg'}","9000000","[{'id':27,'name':'Horror'}]","","10585","tt0094862","en","Child's Play","A single mother gives her son a beloved doll for his birthday, only to discover that it is possessed by the soul of a serial killer.","15.032","/dSX9i2buibfyKFRpK2kOe6rtl5R.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-11-08","44196684","87","[{'iso_639_1':'en','name':'English'}]","Released","Chucky is one mean S.O.B.","Child's Play","false","6.4","1150" +"false","/kysbYy3qXyNnplyzmx7ojm6Rr1J.jpg","null","0","[{'id':18,'name':'Drama'}]","","22633","tt1109477","en","The Human Contract","A free-spirited woman leads a businessman down a path of reckless abandon.","3.504","/pLlgig2rBa09RpT74Jf0FEG0mDg.jpg","[{'id':15531,'logo_path':null,'name':'Tycoon Entertainment','origin_country':''},{'id':907,'logo_path':'/ca5SWI5uvU985f8Kbb4xc8AmVWH.png','name':'Overbrook Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-09-12","0","107","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","Bound by desire.","The Human Contract","false","4.2","23" +"false","/qFMEklZgw9hsXYu67EOL4uXDAq3.jpg","null","350000","[{'id':27,'name':'Horror'}]","","27346","tt0081114","en","Maniac","A psychotic man, troubled by his childhood abuse, loose in NYC, kills young women and takes their scalps as trophies. Will he find the perfect woman in photographer Anna, and end his killing spree?","5.852","/xkzIt15OIA3YxQB0MygZu4TVhkF.jpg","[{'id':4237,'logo_path':null,'name':'Magnum Motion Pictures Inc..','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1980-11-07","0","87","[{'iso_639_1':'en','name':'English'}]","Released","I warned you not to go out tonight.","Maniac","false","6.4","136" +"false","/hmTSp1aF9xG7uwM4f4YMUcLfVAa.jpg","{'id':115225,'name':'Children of the Corn Collection','poster_path':'/v6auJblMcNxUmZx23mQXMHmzyY3.jpg','backdrop_path':'/g4aK8Up5zSegesJdMYbxDcndn20.jpg'}","800000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","10823","tt0087050","en","Children of the Corn","A boy preacher named Isaac goes to a town in Nebraska called Gatlin and gets all the children to murder every adult in town.","7.994","/votpiVmvic2ULYe74GES8CxYgp1.jpg","[{'id':6562,'logo_path':null,'name':'Planet Productions','origin_country':''},{'id':12591,'logo_path':null,'name':'Angeles Entertainment Group','origin_country':''},{'id':5093,'logo_path':null,'name':'Cinema Group','origin_country':''},{'id':2159,'logo_path':null,'name':'Hal Roach Studios','origin_country':''},{'id':52197,'logo_path':null,'name':'Gatlin','origin_country':''},{'id':12592,'logo_path':null,'name':'Inverness Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-03-09","14000000","93","[{'iso_639_1':'en','name':'English'}]","Released","In their world adults are not allowed... to live.","Children of the Corn","false","5.7","388" +"false","/4B8RIAevGEV2HjA0MGgG8TSnR9X.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.amazinggracemovie.com/","15163","tt0454776","en","Amazing Grace","The true story of William Wilberforce and his courageous quest to end the British slave trade. Along the way, Wilberforce meets intense opposition, but his minister urges him to see the cause through.","8.128","/gSipFYPRTESPf9RD6c6nX9JRtqT.jpg","[{'id':2233,'logo_path':null,'name':'Bristol Bay Productions','origin_country':''},{'id':289,'logo_path':null,'name':'Ingenious Film Partners','origin_country':''},{'id':911,'logo_path':null,'name':'Roadside Attractions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2006-09-16","0","117","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'hu','name':'Magyar'}]","Released","Behind the song you love is a story you will never forget.","Amazing Grace","false","7","141" +"false","/3fcBsj9JMQQ27Wuk3LVrEwVZ2VT.jpg","null","5000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","","323677","tt3499096","en","Race","Based on the incredible true story of Jesse Owens, the legendary athletic superstar whose quest to become the greatest track and field athlete in history thrusts him onto the world stage of the 1936 Olympics, where he faces off against Adolf Hitler's vision of Aryan supremacy. Starring Stephan James, Jason Sudeikis, Jeremy Irons, Carice Van Houten and William Hurt - Race is an enthralling film about courage, determination, tolerance, and friendship, and an inspiring drama about one man's fight to become an Olympic legend.","7.306","/szLfTQ2vLFQkNbP3dc0pnco1rje.jpg","[{'id':78218,'logo_path':null,'name':'Trinity Race','origin_country':'DE'},{'id':12686,'logo_path':null,'name':'Forecast Pictures','origin_country':''},{'id':50083,'logo_path':null,'name':'Solofilms','origin_country':''},{'id':50084,'logo_path':'/7UKMTZt7xLOMYvj3AIM6diZo4Rq.png','name':'JoBro Productions','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'DE','name':'Germany'}]","2016-02-19","24804129","134","[{'iso_639_1':'en','name':'English'}]","Released","The incredible true story of gold medal champion Jesse Owens","Race","false","7.3","877" +"false","/cUbEfVWuKd4z20oKibiu2eEbwfe.jpg","null","0","[{'id':27,'name':'Horror'}]","","324986","tt3144266","en","The Last House on Cemetery Lane","Screenwriter John Davies has grown tired of living in London and moves to an old manor house in a sleepy West Wales village to get out of the rat race. At first he enjoys himself, embracing the quieter pace of life and starting a relationship with his beautiful neighbour Cassie Konrad. But strange, unexplained occurrences begin to occur in the manor house. John discovers he is surrounded by a supernatural presence and begins to research the house's past, discovering secrets more terrible than he ever imagined. It is now up to John to right the injustices of the past and finally lay to rest the spirits which haunt the Last House on Cemetery Lane.","1.26","/1xDy8bv5ITwyFswFaFWh5fd53md.jpg","[{'id':47028,'logo_path':null,'name':'Last House on Cemetery Lane','origin_country':''},{'id':16370,'logo_path':null,'name':'North Bank Entertainment','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-02-17","0","81","[{'iso_639_1':'en','name':'English'}]","Released","Evil Has A New Home","The Last House on Cemetery Lane","false","3.4","15" +"false","/1LD9DUrR5tO0JMT37DBFmcZS6hU.jpg","null","0","[{'id':10751,'name':'Family'}]","","141418","tt2320087","en","The Letter Writer","When a teenager receives a mysterious letter in the mail, she sets out to find the author. It's a journey that will change her life forever.","1.485","/l1ELTqCokKBAmZoC9bd4Xi1Z8G7.jpg","[{'id':5226,'logo_path':null,'name':'Mirror Films','origin_country':''}]","[]","2011-11-15","0","85","[]","Released","","The Letter Writer","false","7.1","16" +"false","/paT9Ovofjj30JvsDRyhFfjgUEfn.jpg","null","20000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","http://triple9movie.com/","146198","tt1712261","en","Triple 9","A gang of criminals and corrupt cops plan the murder of a police officer in order to pull off their biggest heist yet across town.","14.082","/36zbHT728v00HbbUBmrsOMu7Hde.jpg","[{'id':78596,'logo_path':null,'name':'Surefire Capital','origin_country':''},{'id':9015,'logo_path':null,'name':'Worldview Entertainment','origin_country':''},{'id':73493,'logo_path':null,'name':'MadRiver Pictures','origin_country':''},{'id':78595,'logo_path':null,'name':'Sierra Pictures','origin_country':''},{'id':10039,'logo_path':'/b8w4LldQolMKiLZw4FQJBcXSDGI.png','name':'Anonymous Content','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-02-19","12639297","115","[{'iso_639_1':'en','name':'English'}]","Released","The Code on the Street is Never Black & White","Triple 9","false","5.8","1220" +"false","/t2cp1A2cu8netWzv8EqHYp05Wwz.jpg","null","20000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.welcometothefamily.com/","19904","tt0814335","en","The Stepfather","Michael Harding (Penn Badgley) returns home from military school to find his mother (Sela Ward) happily in love and living with her new boyfriend, David (Dylan Walsh). As the two men get to know each other, Michael becomes more and more suspicious of the man who is always there with a helpful hand. Is he really the man of her dreams or could David be hiding a dark side?","8.384","/x4hPqqqZcXYbC1lWkFaLRJUASJ.jpg","[{'id':3287,'logo_path':'/bz6GbCQQXGNE56LTW9dwgksW0Iw.png','name':'Screen Gems','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-10-16","31198531","101","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","Daddy's home.","The Stepfather","false","5.7","364" +"false","/mRGzMFE8f7yaKxSehuB7T99Jjox.jpg","null","38000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://howtobesinglemovie.com/","259694","tt1292566","en","How to Be Single","New York City is full of lonely hearts seeking the right match, and what Alice, Robin, Lucy, Meg, Tom and David all have in common is the need to learn how to be single in a world filled with ever-evolving definitions of love.","10.808","/jAhFr4OKTq8c5YYi8Xe5raYMU8O.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'},{'id':19813,'logo_path':null,'name':'Flower Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-01-21","112343513","110","[{'iso_639_1':'en','name':'English'}]","Released","Welcome to the party","How to Be Single","false","6","1931" +"false","/a6VvlnIRTJTPUnyf1tIV9kEJO27.jpg","null","80000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':53,'name':'Thriller'}]","https://www.facebook.com/thefinesthoursmovie","300673","tt2025690","en","The Finest Hours","The Coast Guard makes a daring rescue attempt off the coast of Cape Cod after a pair of oil tankers are destroyed during a blizzard in 1952.","11.288","/5vfRMplGxOzMiJu0FGFCA1ic44Q.jpg","[{'id':78217,'logo_path':null,'name':'Red Hawk Entertainment','origin_country':''},{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':51164,'logo_path':null,'name':'Whitaker Entertainment','origin_country':'US'},{'id':77739,'logo_path':null,'name':'Bergsten Music','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-01-25","52099090","114","[{'iso_639_1':'en','name':'English'}]","Released","32 survivors, room for 12.","The Finest Hours","false","6.4","908" +"false","/8WBtQbmIhqYvEQNIJdrbPfvqCHN.jpg","{'id':352789,'name':'Zoolander Collection','poster_path':'/a53tBdjpma78xibq2OGJpMxhrNE.jpg','backdrop_path':'/tbWTPL6DiF28qv1OkDDH2gLWE6H.jpg'}","50000000","[{'id':35,'name':'Comedy'}]","http://www.zoolander.com/","329833","tt1608290","en","Zoolander 2","Derek and Hansel are modelling again when an opposing company attempts to take them out from the business.","9.353","/u2s2WOskiEH71WbGCZehZ0shduO.jpg","[{'id':258,'logo_path':null,'name':'Scott Rudin Productions','origin_country':'US'},{'id':2932,'logo_path':'/4uLKLjGivVg2YnAIhAn8k7ZuVFj.png','name':'Red Hour','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-02-06","55969000","100","[{'iso_639_1':'en','name':'English'}]","Released","Long time no Z","Zoolander 2","false","4.7","1335" +"false","/gt7HbwIA5xS1s8jrjy18t3Pfnvz.jpg","null","1400000","[{'id':18,'name':'Drama'}]","","705","tt0042192","en","All About Eve","From the moment she glimpses her idol at the stage door, Eve Harrington is determined to take the reins of power away from the great actress Margo Channing. Eve maneuvers her way into Margo's Broadway role, becomes a sensation and even causes turmoil in the lives of Margo's director boyfriend, her playwright and his wife. Only the cynical drama critic sees through Eve, admiring her audacity and perfect pattern of deceit.","7.081","/6numIZH6uR3NlJgY9m7nGH0jhs.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1950-11-09","63463","139","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","It's all about women... and their men!","All About Eve","false","8.2","652" +"false","/qS5vJMNGl98pYQvi5m913IiwqqH.jpg","{'id':174245,'name':'Alien Nation Collection','poster_path':'/sXdKjBbdBimtARvWdVFEsxc4kxu.jpg','backdrop_path':'/s8TyKSfmSlvaLKTqJLpkCCIiLK8.jpg'}","16000000","[{'id':80,'name':'Crime'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","10128","tt0094631","en","Alien Nation","A few years from now, Earth will have the first contact with an alien civilisation. These aliens, known as Newcomers, slowly begin to be integrated into human society after years of quarantine.","6.492","/cWkLFMYh6n8BjeUZEkMn0hpQyTz.jpg","[{'id':21451,'logo_path':null,'name':'American Entertainment Partners II L.P.','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-10-07","32155047","91","[{'iso_639_1':'en','name':'English'}]","Released","Prepare Yourself.","Alien Nation","false","6","130" +"false","/lxgA35XFImUtYMlU5GQTY2OW893.jpg","null","20000000","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","13279","tt0947802","en","Lakeview Terrace","A young interracial couple has just moved into their California dream home when they become the target of their next-door neighbor, who disapproves of their relationship. A tightly wound LAPD officer has appointed himself the watchdog of the neighborhood. His nightly foot patrols and overly watchful eyes bring comfort to some, but he becomes increasingly aggressive to the newlyweds. These persistent intrusions into their lives cause the couple to fight back.","8.589","/iOnQK5te4gEhHpyZ5KpGCtbNn1B.jpg","[{'id':3287,'logo_path':'/bz6GbCQQXGNE56LTW9dwgksW0Iw.png','name':'Screen Gems','origin_country':'US'},{'id':907,'logo_path':'/ca5SWI5uvU985f8Kbb4xc8AmVWH.png','name':'Overbrook Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-09-19","27640028","110","[{'iso_639_1':'en','name':'English'}]","Released","What Could Be Safer Than Living Next to a Cop?","Lakeview Terrace","false","5.9","467" +"false","/aLDNqajvmLsj2jYuJ5CDO5CdJZZ.jpg","null","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","23587","tt0084867","en","Vigilante","New York City factory worker Eddie Marino (Robert Forster, Oscar nominee for JACKIE BROWN) is a solid citizen and regular guy, until the day a sadistic street gang brutally assaults his wife and murders his child. But when a corrupt judge sets the thugs free, Eddie goes berserk and vows revenge.","2.468","/wosQm8tfAxsWystsnxOKtVdIS0Z.jpg","[{'id':4237,'logo_path':null,'name':'Magnum Motion Pictures Inc..','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1983-01-04","5091888","90","[{'iso_639_1':'en','name':'English'}]","Released","You're not safe anymore...","Vigilante","false","7","21" +"false","/uOQPSUGG3ZHiDg9ecN8irQNZ4T1.jpg","null","15000000","[{'id':12,'name':'Adventure'},{'id':36,'name':'History'}]","","665","tt0052618","en","Ben-Hur","Judah Ben-Hur, a Palestinian Jew, is battling the Roman empire at the time of Christ. His actions send him and his family into slavery, but an inspirational encounter with Jesus changes everything. He finally meets his rival in a justly famous chariot race and rescues his suffering family.","8.439","/m4WQ1dBIrEIHZNCoAjdpxwSKWyH.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'LB','name':'Lebanon'},{'iso_3166_1':'MX','name':'Mexico'},{'iso_3166_1':'US','name':'United States of America'}]","1959-12-26","146900000","212","[{'iso_639_1':'en','name':'English'}]","Released","The entertainment experience of a lifetime.","Ben-Hur","false","7.7","1132" +"false","/AowK7mEL8mj4t9nx6Fz3WRbp7fy.jpg","null","8000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://www.scsomewhere.com/","39210","tt1421051","en","Somewhere","After withdrawing to the Chateau Marmont, a passionless Hollywood actor reexamines his life when his eleven-year-old daughter surprises him with a visit.","5.695","/d3A0bbRp6sHN4uz6n3ddbtyL1tt.jpg","[{'id':70,'logo_path':'/ueaENQkPcy8rlr5fGZVBXKOhlBh.png','name':'American Zoetrope','origin_country':'US'},{'id':10146,'logo_path':'/xnFIOeq5cKw09kCWqV7foWDe4AA.png','name':'Focus Features','origin_country':'US'},{'id':1780,'logo_path':'/2KJ1cSBOGABQotDWSRPNY4C9amg.png','name':'Tohokushinsha Film Corporation','origin_country':'JP'},{'id':7981,'logo_path':'/6Yv1gIAuGkHS5Vis4UjnqHhCPWV.png','name':'Path??!','origin_country':'FR'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-09-03","0","98","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","","Somewhere","false","6.1","360" +"false","/zkgBMRvfTDnbuWo4MCsSBFranIQ.jpg","null","0","[{'id':35,'name':'Comedy'}]","","13173","tt0811106","en","The Ten","Ten stories, each inspired by one of the ten commandments.","4.55","/wTBJReT3zKBv1H2SbMqoOjzJUuI.jpg","[{'id':14576,'logo_path':null,'name':'Ascot Elite Home Entertainment','origin_country':''},{'id':2778,'logo_path':null,'name':'City Lights Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-08-03","0","96","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","If He'd meant the commandments literally, He'd have written them in stone.","The Ten","false","5.1","89" +"false","/cnT1bgohPry2QUG3rDHzY6RyBhJ.jpg","null","5760000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':53,'name':'Thriller'},{'id':10752,'name':'War'}]","","21876","tt0059885","en","Von Ryan's Express","Von Ryan's Express stars Frank Sinatra as a POW colonel who leads a daring escape from WWII Italy by taking over a freight train, but he has to win over the British soldiers he finds himself commanding.","6.092","/AjRpQePaDIPLGUnarnJUW7Dvw7G.jpg","[{'id':69791,'logo_path':null,'name':'P-R Productions Picture','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1965-06-23","0","117","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'en','name':'English'}]","Released","","Von Ryan's Express","false","7.1","84" +"false","/lC8giNQFuCI4E2uTlOW2NhMmawd.jpg","null","0","[{'id':35,'name':'Comedy'}]","","35976","tt0077504","en","The End","Wendell Lawson has only six months to live. Not wanting to endure his last few months of life waiting for the end, he decides to take matters into his own hands and enlists the help of a delusional mental patient to help him commit suicide.","1.883","/pCTbYidt1Euuu24e2KSM88gJa6N.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':5593,'logo_path':null,'name':'Gordon-Reynolds Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1978-05-10","45000000","110","[{'iso_639_1':'en','name':'English'}]","Released","Are there laughs before death?","The End","false","5.6","17" +"false","/3opLohfSvghMgJYBJC3ZCV4Buq0.jpg","null","1500000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","61650","tt0040367","en","A Foreign Affair","In occupied Berlin, an army captain is torn between an ex-Nazi cafe singer and the U.S. congresswoman investigating her.","2.187","/mloS6hrUax1BDGpT9PGFgZFLhFX.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1948-08-20","0","116","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","It would make a cigar store Indian laugh ...","A Foreign Affair","false","6.9","40" +"false","/lRWdqqOoSJVSiNLZvt28vQ2jZY2.jpg","{'id':86110,'name':'Diary of a Wimpy Kid Collection','poster_path':'/4Miizfzuds4ldROTff9vB0Z3EId.jpg','backdrop_path':'/hTbw2nLM44eE5m7ZIIXodcoDR1X.jpg'}","10000000","[{'id':10751,'name':'Family'},{'id':35,'name':'Comedy'}]","http://www.diaryofawimpykidmovie.com/","60307","tt1650043","en","Diary of a Wimpy Kid: Rodrick Rules","Back in middle school after summer vacation, Greg Heffley and his older brother Rodrick must deal with their parents' misguided attempts to have them bond.","8.88","/6oV5x9KicBdiLegFfnWbt6eTQog.jpg","[{'id':5420,'logo_path':'/du0ccP7uaodq3rTXhddhywwNPXm.png','name':'Color Force','origin_country':'US'},{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-03-25","0","99","[{'iso_639_1':'en','name':'English'}]","Released","Welcome to the next grade","Diary of a Wimpy Kid: Rodrick Rules","false","6.4","469" +"false","/zGp0dqe9oaaffZfZaO7oXe2G3s8.jpg","null","0","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","323366","tt3541080","en","Pod","A family intervention goes horrifically awry within the snowy confines of an isolated lake house.","4.323","/mFMSoQUKloJo0kdhIDbKVOAVgLZ.jpg","[{'id':45756,'logo_path':null,'name':'Illium Pictures','origin_country':''},{'id':45754,'logo_path':null,'name':'Alexander Groupe','origin_country':''},{'id':45755,'logo_path':null,'name':'High Window Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-03-16","0","76","[{'iso_639_1':'en','name':'English'}]","Released","","Pod","false","4.1","58" +"false","/udw77MsarTqfxvSjrpxiYZJwdMv.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","16164","tt0443559","en","Killshot","Beautiful Carmen Colson and her ironworker husband Wayne are placed in the Federal Witness Protection program after witnessing an ""incident"". Thinking they are at last safe, they are targeted by an experienced hit man and a psychopathic young upstart killer.","6.808","/kKMRtiCoR9O6OpjVBNldSIg6EAr.jpg","[{'id':308,'logo_path':'/e8F3mQM7DkJ5SfYYDp8FYzPBOGX.png','name':'The Weinstein Company','origin_country':'US'},{'id':1811,'logo_path':null,'name':'FilmColony','origin_country':''},{'id':2253,'logo_path':null,'name':'Lawrence Bender Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-11-13","2960993","95","[{'iso_639_1':'en','name':'English'}]","Released","He never met a target he couldn't take. Until today.","Killshot","false","5.9","121" +"false","/5mE9rLSjtjGdl1q2tSsqMAydE4F.jpg","null","70000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","","2756","tt0096754","en","The Abyss","A civilian oil rig crew is recruited to conduct a search and rescue effort when a nuclear submarine mysteriously sinks. One diver soon finds himself on a spectacular odyssey 25,000 feet below the ocean's surface where he confronts a mysterious force that has the power to change the world or destroy it.","12.601","/kRP5dGXDhKt7bDpXX4YBa4dRwlL.jpg","[{'id':574,'logo_path':'/iB6GjNVHs5hOqcEYt2rcjBqIjki.png','name':'Lightstorm Entertainment','origin_country':'US'},{'id':1280,'logo_path':null,'name':'Pacific Western','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-08-09","90000098","139","[{'iso_639_1':'en','name':'English'}]","Released","There's everything you've ever known about adventure, and then there's The Abyss.","The Abyss","false","7.2","1314" +"false","/gpSH2Mfj55EldgbfFja27ZBYZkS.jpg","{'id':122952,'name':'Vampire Hunter D Collection','poster_path':'/5UdXAnvJllxdahtfIImbCcsJO54.jpg','backdrop_path':'/6BBMiJGgaWJJ023lcfn9cHyWvCM.jpg'}","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':878,'name':'Science Fiction'}]","","15999","tt0216651","ja","?????????????????????D ?????????????????????","D has been hired to track down Meier Link, a notoriously powerful vampire who has abducted a woman, Charlotte Elbourne. D's orders are strict - find Charlotte, at any cost. For the first time, D faces serious competition. The Markus Brothers, a family of Vampire Hunters, were hired for the same bounty. D Must intercept Meier and conquer hostile forces on all sides in a deadly race against time.","9.775","/Aq2bGpoXowUfqWhp6aRMlmYuj2F.jpg","[{'id':3464,'logo_path':'/9k0nr75nwnNeT2MHerf1OXJN0hj.png','name':'Madhouse','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'US','name':'United States of America'}]","2000-08-25","0","103","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Vampire Hunter D: Bloodlust","false","7.3","161" +"false","/fZskxM5vnL0UEm1zeXeYhpFUoUJ.jpg","null","25000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'}]","","16969","tt0087062","en","City Heat","Set in Kansas City in 1933, Eastwood plays a police lieutenant known simply by his last name, Speer. Reynolds plays a former cop turned private eye named Mike Murphy. Both Speer and Murphy served on the force together and were once good friends, but are now bitter enemies. When Murphy's partner is slain they team up again to fight the mob.","5.257","/ffrOlm7QpfmjoMZ13qBli7cSpyi.jpg","[{'id':11593,'logo_path':null,'name':'Deliverance Productions','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':171,'logo_path':null,'name':'Malpaso Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-12-05","38348988","93","[{'iso_639_1':'en','name':'English'}]","Released","When a hotshot cop and a wise-guy detective get together... the heat is on!","City Heat","false","5.4","75" +"false","/uqJ6FMw8pCI4VK67yOz8EWQJql6.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","59201","tt0097670","en","Kinjite: Forbidden Subjects","A Tokyo businessman (Hiroshi Hada), transferred to L.A, molests a teenage girl on a train. It turns out that the girl is the daughter of a vice cop. But in one of those plot twists that can only occur in the movies, the cop is assigned to find the businessman's own daughter who has been kidnapped and forced into a teen prostitution ring.","1.111","/rTqTswNj2hHKrfMxECK3O7fRrIS.jpg","[{'id':1444,'logo_path':'/5jvFLUVXGXxkyszL9cqJN5hNhJ6.png','name':'Cannon Group','origin_country':'US'},{'id':13549,'logo_path':null,'name':'Golan-Globus Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-02-03","0","97","[{'iso_639_1':'en','name':'English'}]","Released","","Kinjite: Forbidden Subjects","false","4.7","20" +"false","/y2PFn5oP0jWt5Kk0EwFcWenqawp.jpg","null","5000000","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'},{'id':10751,'name':'Family'}]","","173","tt0046672","en","20,000 Leagues Under the Sea","A ship sent to investigate a wave of mysterious sinkings encounters the advanced submarine, the Nautilus, commanded by Captain Nemo.","11.641","/yhoL2CxBp9IwMhHrCj6FIb2lrYR.jpg","[{'id':3166,'logo_path':'/vyyv4Gy9nPqAZKElPm2izLlEaVS.png','name':'Walt Disney Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1954-12-23","28200000","127","[{'iso_639_1':'en','name':'English'}]","Released","The mightiest motion picture of them all!","20,000 Leagues Under the Sea","false","7","300" +"false","/jsb9lbprc5s2Le2S1GtnMxej2kt.jpg","null","0","[{'id':18,'name':'Drama'}]","","20863","tt0077807","en","King of the Gypsies","Zharko, leader of the Romanis in NYC, passes his position of leadership on to his unwilling grandson, Dave, leading to infighting between Dave and his father.","1.435","/iTx5S7SOuV52iOp8qGhL2lMMdhk.jpg","[{'id':10308,'logo_path':null,'name':'Dino De Laurentiis Company','origin_country':'US'},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1978-12-20","0","112","[{'iso_639_1':'en','name':'English'}]","Released","HIS time is here and he must carry on the tradition of ruling with vengeance!","King of the Gypsies","false","6.4","9" +"false","/1lmqCxpcmfZDfs2a76PmDVlB97s.jpg","null","18000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","332411","tt3212232","en","I Am Wrath","A man is out for justice after a group of corrupt police officers are unable to catch his wife's killer.","7.891","/1fbNrOS3OLb67d7q5gZ84fPFZD.jpg","[{'id':76777,'logo_path':'/e2tU4w8YSD9HMYJllSiXZ4MMevp.png','name':'Hannibal Classics','origin_country':'US'},{'id':2373,'logo_path':null,'name':'Patriot Pictures','origin_country':''},{'id':3084,'logo_path':null,'name':'Vallelonga Productions','origin_country':''},{'id':73316,'logo_path':null,'name':'Vengeance is Mine Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-04-14","0","92","[{'iso_639_1':'en','name':'English'}]","Released","I lay my vengeance upon them.","I Am Wrath","false","4.9","283" +"false","/nHW1dPk4FrYXzxr7Zqo54noR5vB.jpg","{'id':413102,'name':'The Hospital Collection','poster_path':null,'backdrop_path':null}","0","[{'id':27,'name':'Horror'}]","","396104","tt3718824","en","The Hospital 2","The sickness returns in THE HOSPITAL 2, the new film from Deviant Pictures.","0.6","/zthGmQJXjvV25lNFc2CBRhLm9Sq.jpg","[{'id':83289,'logo_path':null,'name':'Deviant Pictures','origin_country':''},{'id':18247,'logo_path':null,'name':'EuroVideo Medien GmbH','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-09-26","0","","[]","Released","Get Ready For A Relapse!","The Hospital 2","false","2.1","5" +"false","/4f1K5YS8Co1IY9CkNfVRa22hbkQ.jpg","{'id':179244,'name':'Pee-wee's Collection','poster_path':'/m806SvjQ9b6FPFEzS2ODG6lbXqk.jpg','backdrop_path':'/36PCFtfaB4SNHVaeGZbMiMkchaT.jpg'}","6000000","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'}]","","5683","tt0089791","en","Pee-wee's Big Adventure","The eccentric and childish Pee-wee Herman embarks on a big adventure when his beloved bicycle is stolen. Armed with information from a fortune-teller and a relentless obsession with his prized possession, Pee-wee encounters a host of odd characters and bizarre situations as he treks across the country to recover his bike.","8.371","/fg6E0mZs6qCiyEAYdChR6xQ0Yz0.jpg","[{'id':1951,'logo_path':null,'name':'Aspen Film Society','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-07-26","40940662","91","[{'iso_639_1':'en','name':'English'}]","Released","The story of a rebel and his bike.","Pee-wee's Big Adventure","false","6.4","361" +"false","/kPXA3V5EFA48ytJmmZfrQipPkym.jpg","null","80000000","[{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'}]","","2157","tt0120738","en","Lost in Space","The prospects for continuing life on Earth in the year 2058 are grim. So the Robinsons are launched into space to colonize Alpha Prime, the only other inhabitable planet in the galaxy. But when a stowaway sabotages the mission, the Robinsons find themselves hurtling through uncharted space.","13.527","/kkBDPkUnYwAkWbYY2bnyf5ANObA.jpg","[{'id':30253,'logo_path':null,'name':'Saltire Entertainment','origin_country':''},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':14024,'logo_path':null,'name':'Irwin Allen Productions','origin_country':''},{'id':19902,'logo_path':null,'name':'Prelude Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-04-03","136159423","130","[{'iso_639_1':'en','name':'English'}]","Released","Danger, Will Robinson!","Lost in Space","false","5.2","607" +"false","/yTAA85u9yIz7vd677xquOJYfl0B.jpg","null","14100000","[{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","12245","tt0488604","en","The Oxford Murders","At Oxford University, a professor and a grad student work together to try and stop a potential series of murders seemingly linked by mathematical symbols","7.142","/6RXkLDMnKXhPfxanHDFffJh575B.jpg","[{'id':2673,'logo_path':null,'name':'La Fabrique de Films','origin_country':''},{'id':1182,'logo_path':'/bkgwJWvqqLuzsXV2Qv3Mg3wfcNZ.png','name':'Telecinco Cinema','origin_country':'ES'}]","[{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2008-01-18","0","107","[{'iso_639_1':'en','name':'English'}]","Released","There is no way of finding a single absolute truth","The Oxford Murders","false","5.8","306" +"false","/hDklUzdjcAwTIDjyaEWXi14BTng.jpg","null","20000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","http://risen-movie.com","335778","tt3231054","en","Risen","Clavius, a powerful Roman military tribune, and his aide, Lucius, are tasked with solving the mystery of what happened to Jesus in the weeks following the crucifixion, in order to disprove the rumors of a risen Messiah and prevent an uprising in Jerusalem.","7.949","/uGZ1easTLqkNfDNHRLm5kvkfRw7.jpg","[{'id':59827,'logo_path':null,'name':'Patrick Aiello Productions','origin_country':''},{'id':10285,'logo_path':'/5jxaT7zoJKtnwqxniiJ9iJLsJru.png','name':'LD Entertainment','origin_country':'US'},{'id':10156,'logo_path':'/bWjWWQfiyZh9AkGYCkx1NcVdSvn.png','name':'Affirm Films','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-02-18","46069568","107","[{'iso_639_1':'en','name':'English'}]","Released","Witness the manhunt that changed the course of human history","Risen","false","5.8","413" +"false","/rhcbMOIRKsyU8xrOuocQBNdewXV.jpg","null","0","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","346651","tt3774802","en","Pandemic","After a virus of epic proportions overwhelms the planet???with more infected than uninfected???humanity is losing its grip on survival and its only hope is finding a cure and keeping the infected contained. Lauren, a doctor, arrives in Los Angeles with her crack team to lead the hunt for uncontaminated civilian survivors, but nothing can prepare them for the blood-soaked mayhem they witness as they head into the Californian streets where everything is considered a trap.","4.621","/o5Zt3nVlDJZLgeRgrhglgymDJym.jpg","[{'id':5124,'logo_path':null,'name':'New Artists Alliance','origin_country':''},{'id':56699,'logo_path':null,'name':'Tadross Media Group','origin_country':''},{'id':56696,'logo_path':null,'name':'Parkside Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-02-26","0","91","[{'iso_639_1':'en','name':'English'}]","Released","You are humanity's last stand","Pandemic","false","4.5","132" +"false","/ivm52GLofIbvTb4dp4S4zbPO6II.jpg","null","11500000","[{'id':35,'name':'Comedy'}]","http://www.dirtygrandpa.movie/","291870","tt1860213","en","Dirty Grandpa","Jason Kelly is one week away from marrying his boss's uber-controlling daughter, putting him on the fast track for a partnership at the law firm. However, when the straight-laced Jason is tricked into driving his foul-mouthed grandfather, Dick, to Daytona for spring break, his pending nuptials are suddenly in jeopardy. Between riotous frat parties, bar fights, and an epic night of karaoke, Dick is on a quest to live his life to the fullest and bring Jason along for the ride.","13.55","/cZEx6mB5Ftnt7LvlDjTKXcrTvyg.jpg","[{'id':73666,'logo_path':null,'name':'Covert Media','origin_country':''},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':90185,'logo_path':null,'name':'BillBlock Media','origin_country':''},{'id':11029,'logo_path':'/aEqqnFZjCW10ODE4TYQ1qkjvokr.png','name':'QED International','origin_country':'US'},{'id':1894,'logo_path':null,'name':'Josephson Entertainment','origin_country':''},{'id':28200,'logo_path':null,'name':'Ninjas Runnin' Wild Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-01-21","94073028","102","[{'iso_639_1':'en','name':'English'}]","Released","This is Jason. He's a little worried about his grandpa.","Dirty Grandpa","false","5.8","2556" +"false","/k06hljqysdm9cvHGZk6Meiv81e6.jpg","null","3500000","[{'id':9648,'name':'Mystery'},{'id':27,'name':'Horror'}]","http://a24films.com/films/witch/","310131","tt4263482","en","The Witch","In 1630s New England, William and Katherine lead a devout Christian life with five children, homesteading on the edge of an impassable wilderness, exiled from their settlement when William defies the local church. When their newborn son vanishes and crops mysteriously fail, the family turns on one another.","14.031","/cNNK6OHWNJdvIgWceV0iK83MPbb.jpg","[{'id':79436,'logo_path':null,'name':'Very Special Projects','origin_country':''},{'id':6531,'logo_path':null,'name':'Parts and Labor','origin_country':''},{'id':30666,'logo_path':'/g8LmDZVFWDRJW72sj0nAj1gh8ac.png','name':'RT Features','origin_country':'BR'},{'id':34456,'logo_path':'/8M1gePvKplgyHRD5WWfONbWOAuk.png','name':'Rooks Nest Entertainment','origin_country':'GB'},{'id':41641,'logo_path':null,'name':'Maiden Voyage Pictures','origin_country':''},{'id':57430,'logo_path':null,'name':'Pulse Films','origin_country':'US'},{'id':61011,'logo_path':null,'name':'Scythia Films','origin_country':'CA'},{'id':79434,'logo_path':'/Arvz4tu5nMsQyuNxXsbPh4jrMms.png','name':'Code Red Productions','origin_country':'US'},{'id':79435,'logo_path':null,'name':'Mott Street Pictures','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2016-02-19","40423945","92","[{'iso_639_1':'en','name':'English'}]","Released","Evil takes many forms.","The Witch","false","6.6","2815" +"false","/tuMNFn8rfpkgDW8huw5MnaOdyzi.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","98514","tt0110998","en","River of Grass","Cozy, a dissatisfied housewife, meets Lee at a bar. A drink turns into a home break-in, and a gun shot sends them on the run together, thinking they've committed murder.","1.4","/vQ5YQ6wTRIt31J7o6jBPjFdcTgg.jpg","[{'id':4748,'logo_path':'/bTMeosrSiKaTPmZiTYnSDZlin5d.png','name':'Oscilloscope','origin_country':'US'},{'id':10565,'logo_path':null,'name':'Good Machine','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-08-04","0","76","[{'iso_639_1':'en','name':'English'}]","Released","Being outlaws was rougher than they thought","River of Grass","false","7.1","13" +"false","/l9i799XK4cufxbsPWcrYw4mI4eP.jpg","null","0","[{'id':18,'name':'Drama'}]","","43092","tt0055779","en","Beat Girl","A British architect's (David Farrar) daughter spites her French stepmother (No??lle Adam) by hanging out with Soho beatniks.","1.912","/nsrOrihpTo2OUb0EQWvtdNfbwyp.jpg","[{'id':14003,'logo_path':null,'name':'Willoughby Film Productions','origin_country':''},{'id':8730,'logo_path':null,'name':'Renown Pictures Corporation','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1960-08-21","0","83","[{'iso_639_1':'en','name':'English'}]","Released","""My mother was a stripper... I want to be a stripper too!""","Beat Girl","false","6.3","5" +"false","/wAVoyYKexKtCCWcqzQ7cPIj8ZX6.jpg","null","0","[{'id':18,'name':'Drama'}]","","43727","tt0867334","en","Jolene","A teenage orphan spends ten years traveling to experience life.","4.843","/kH1KFFXh5GM6akMaQPNi2NBZIxG.jpg","[{'id':52387,'logo_path':null,'name':'Next Turn Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-06-13","0","121","[{'iso_639_1':'en','name':'English'}]","Released","A life between the exit signs.","Jolene","false","6.4","53" +"false","/5SvUBG8WfrumTghUABbSaarY21p.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","14412","tt0082089","en","Body Heat","In the midst of a searing Florida heat wave, a woman convinces her lover, a small-town lawyer, to murder her rich husband.","7.82","/zjKyX72bNa6aSXZUvQpB223zDBe.jpg","[{'id':7965,'logo_path':null,'name':'The Ladd Company','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1981-08-28","24058838","113","[{'iso_639_1':'en','name':'English'}]","Released","As the temperature rises, the suspense begins.","Body Heat","false","7.1","217" +"false","/yirWs7jgYXPlzzKgZcyBx8BZbXj.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'},{'id':878,'name':'Science Fiction'}]","http://www.magnetreleasing.com/synchronicity/","347945","tt2049543","en","Synchronicity","In this mind-bending 'Sci-Fi Noir' a daring physicist folds time to travel into the past, trying to stop a mysterious woman from stealing his invention. But once there, he uncovers a surprising truth about the machine, the woman, and his own fractured reality.","5.343","/xdX3j9BEmhEIYIIOHWPjdgwXcrs.jpg","[{'id':76708,'logo_path':null,'name':'Soapbox Films','origin_country':''},{'id':14531,'logo_path':null,'name':'Pop Films','origin_country':'MX'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-07-22","4505","101","[{'iso_639_1':'en','name':'English'}]","Released","To save his future he must alter his past.","Synchronicity","false","5.8","194" +"false","/3EULdjn6R9TkhE3pTUBSmgcdWLi.jpg","null","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'},{'id':10770,'name':'TV Movie'}]","http://zombiesharkmovie.com/","347849","tt4704918","en","Zombie Shark","A perfect getaway weekend turns into a nightmare for four friends who find themselves fighting for their lives against an experimental shark. In order to survive they must fight sharks, zombies, and shark zombies.","1.981","/4yvlzGuTw7GWGiiqjhUlAnmju41.jpg","[{'id':10345,'logo_path':null,'name':'Active Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-07-20","0","90","[{'iso_639_1':'en','name':'English'}]","Released","The Swimming Dead","Zombie Shark","false","4.1","19" +"false","/q5udCck2mxN8CRNK3swCvtDELe4.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'}]","","193223","tt2382090","en","Die Fighting","When a team of Shaolin-trained kung fu actors is about to get their break in Hollywood, a mysterious and sadistic Director forces them to run a gauntlet through Los Angeles. The Director films their every move as they prove their prowess by provoking a rogues' gallery of underworld thugs and martial artists.","0.843","/vGiJ8wj3GS4hUuR7mrzZAGZrdg8.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-11-03","0","110","[]","Released","Are you willing to pay the price of success?","Die Fighting","false","4.4","7" +"false","/lhYIgXqEXwQWdTBoiWju0gKkhjA.jpg","null","0","[{'id':99,'name':'Documentary'}]","","360150","tt3181886","en","Love Is a Verb","Love Is A Verb is an examination of a social movement of Sufi-inspired Sunni Muslims that began in Turkey in the l960s and now spans across the globe. The group is called Hizmet, the Turkish word for ""service"" or The G??len Movement after its inspiration and teacher, Fethullah G??len, a man TIME magazine named as one of the most influential leaders in the world in 2013 for ""...preaching a message of tolerance.""","1.158","/3kPA4EeqiOaq6RTCDcYQzZYQgZs.jpg","[]","[]","2014-04-01","0","55","[]","Released","","Love Is a Verb","false","6","2" +"false","/di8W9SdlHRxVMQx8k8Jg35omr9C.jpg","{'id':537236,'name':'Scooby-Doo LEGO Collection','poster_path':'/ckzooAlhq91tOmWNKTkbzOWE9cW.jpg','backdrop_path':'/lZsBFU27kmiEQ0kc7xHXtAVyQ77.jpg'}","0","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","","392536","tt5548284","en","Lego Scooby-Doo!: Haunted Hollywood","Oooh Hollywood! The glitz, the glam...the Headless Horseman?! Join your favorite K-9 sleuth, Scooby-Doo, along with Shaggy and the Mystery Inc. gang as they find themselves in a tinsel-town twist! While on a VIP tour of the legendary Brickton Studios, Scooby and friends get a first-hand experience of the rumored hauntings when classic movie monsters drop in for a creepy casting call. There's only one way to solve this thriller and save the aging studio - it's Mystery Inc's movie magic time! Grab your Scooby Snacks and hop in the director's chair for this all-new LEGO?? movie!","4.861","/pigMBBhYWIr9RZECHgMNmaOO0TS.jpg","[{'id':2785,'logo_path':'/l5zW8jjmQOCx2dFmvnmbYmqoBmL.png','name':'Warner Bros. Animation','origin_country':'US'},{'id':1353,'logo_path':'/yXhCcOFK5Fy3ZBQwhBYx8Zu9ZIw.png','name':'Hanna-Barbera Productions','origin_country':'US'},{'id':4081,'logo_path':'/9Q0SyrhQD61wWbz5KJOkL6tu2mg.png','name':'LEGO','origin_country':'DK'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-01-28","0","75","[{'iso_639_1':'en','name':'English'}]","Released","","Lego Scooby-Doo!: Haunted Hollywood","false","5.8","55" +"false","/zcmFf8sMcCuWTPCJxtl63Yl9New.jpg","{'id':583236,'name':'Feuerwehrmann Sam Filmreihe','poster_path':'/76ljMWRXKeHe8fX3i8Dj0iWoXD8.jpg','backdrop_path':'/kCyNPTvviA9JUAd4ttjuz0Qoosf.jpg'}","0","[{'id':10751,'name':'Family'},{'id':16,'name':'Animation'}]","","305024","tt4460032","en","Fireman Sam: Heroes of the Storm","Fireman Sam and his team are on a mission to save Pontypandy! When a hurricane threatens the town, emergencies pop up everywhere... from saving the Wildmen of Pontypandy to rescuing a group from the flooding mines to protecting their new fire station. With new recruits, a new station, and a new vehicle, these ultimate heroes are always ready to save the day!","0.94","/rbYEkeM1dsyrBgoNmdjPtpcwkqZ.jpg","[]","[]","2014-11-04","0","60","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'cs','name':'??esk??'},{'iso_639_1':'de','name':'Deutsch'}]","Released","","Fireman Sam: Heroes of the Storm","false","6.5","3" +"false","/gxrLAo0uGy9uzIleogDOrPlQnFf.jpg","{'id':44979,'name':'Big Momma's House Collection','poster_path':'/nudrKU6mwJOMtZIIyr2fKO1NcDt.jpg','backdrop_path':'/G6JKl9hOeErWUw6fO7PAfBOzAn.jpg'}","32000000","[{'id':80,'name':'Crime'},{'id':35,'name':'Comedy'},{'id':28,'name':'Action'}]","http://www.bigmommaslikefatherlikeson.com/","38322","tt1464174","en","Big Mommas: Like Father, Like Son","FBI agent Malcolm Turner and his 17-year-old son, Trent, go undercover at an all-girls performing arts school after Trent witnesses a murder. Posing as Big Momma and Charmaine, they must find the murderer before he finds them.","11.568","/tm2EddDwAfH79K4WAmSnvpHwoje.jpg","[{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':10104,'logo_path':'/hNuGhsKVlmhnwSRcmOejDBDjh6w.png','name':'New Regency Pictures','origin_country':'US'},{'id':81136,'logo_path':null,'name':'Friendly Films (II)','origin_country':''},{'id':73956,'logo_path':null,'name':'Runteldat Entertainment','origin_country':'US'},{'id':21237,'logo_path':null,'name':'The Collective Studios','origin_country':''},{'id':81137,'logo_path':null,'name':'Friendly Films Productions','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-02-16","83615414","107","[{'iso_639_1':'en','name':'English'}]","Released","Momma's got back-up.","Big Mommas: Like Father, Like Son","false","5.4","591" +"false","/vEy6qCfU1KWRO96lgSU0j5KmCE9.jpg","{'id':294468,'name':'Flubber Collection','poster_path':'/11Olg7cvRG9UcNGfbhEiyDKsbzE.jpg','backdrop_path':'/a8yIR6GefHgPMtOx0v4mdwCJGV4.jpg'}","0","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':878,'name':'Science Fiction'}]","","17984","tt0054594","en","The Absent-Minded Professor","Hailed as one of Walt Disney's most hilarious comedies, The Absent-Minded Professor contains two essential elements for laughter - Fred MacMurray and Flubber, his gravity-defying formula for flying rubber!","6.379","/btr0cn9AZ04w8xer9VrHNz8IGdH.jpg","[{'id':3166,'logo_path':'/vyyv4Gy9nPqAZKElPm2izLlEaVS.png','name':'Walt Disney Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1961-03-16","0","96","[{'iso_639_1':'en','name':'English'}]","Released","THIS UNIDENTIFIED FLYING OBJECT THREW A PENTAGON INTO A PANIC!","The Absent-Minded Professor","false","6.6","63" +"false","/kKJeUWgVJYav1jP7UYKk7CPNcWq.jpg","null","8000000","[{'id':28,'name':'Action'}]","","71677","tt1436568","en","Assassination Games","Brazil is a contract killer, willing to take any job if the price is right. Flint left the assassin game when a ruthless drug dealer???s brutal attack left his wife in a coma. When a contract is put out on the same coldblooded drug dealer, both Brazil and Flint want him dead ??? one for the money, the other for revenge. With crooked Interpol agents and vicious members of the criminal underworld hot on their trail, these two assassins reluctantly join forces to quickly take out their target before they themselves are terminated.","8.493","/mXjTj9U1nAsyIj3gyV4xLFHqAoF.jpg","[{'id':8624,'logo_path':null,'name':'Mediapro Studios','origin_country':''},{'id':23283,'logo_path':null,'name':'Rodin Entertainment','origin_country':''},{'id':2090,'logo_path':'/jYlUttNqcN5u1pzMQrh5AEhZ27t.png','name':'Motion Picture Corporation of America','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-07-28","0","101","[{'iso_639_1':'en','name':'English'}]","Released","Twice the fire... double the power!","Assassination Games","false","6","149" +"false","/aXJOanEzMdzqKqNsLmjyE2A9Lvy.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","3472","tt0301199","en","Dirty Pretty Things","An urban hotel in London is a gathering and flash point for legal and illegal immigrants attempting to cobble together their lives in a new country. The immigrants include Senay, a Turkish woman, and a Nigerian doctor named Okwe who is working as a night porter at the hotel. The pair discover the hotel is a front for all sorts of clandestine activities. Their only wish is to avoid possible deportation. Okwe becomes more entangled in the goings on when he is called to fix a toilet in one of the rooms. He discovers the plumbing has been clogged by a human heart.","8.324","/ikIhoun7gzrnR00qc8H6TyH6sW9.jpg","[{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':1390,'logo_path':null,'name':'Celador Productions','origin_country':''},{'id':12666,'logo_path':null,'name':'Jonescompany Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2002-09-05","0","97","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'so','name':'Somali'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","Every dream has its price.","Dirty Pretty Things","false","7","192" +"false","/8djDTR7aOFHiHGDD5YN2RwYg4dK.jpg","null","55000000","[{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'}]","","9374","tt0104070","en","Death Becomes Her","Madeline is married to Ernest, who was once arch-rival Helen's fiance. After recovering from a mental breakdown, Helen vows to kill Madeline and steal back Ernest. Unfortunately for everyone, the introduction of a magic potion causes things to be a great deal more complicated than a mere murder plot.","13.273","/qNIkecw9i44ljTJaMfkdeyLc4vB.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-07-30","149022650","104","[{'iso_639_1':'en','name':'English'}]","Released","In one small bottle... The fountain of youth. The secret of eternal life. The power of an ancient potion. Sometimes it works... sometimes it doesn't.","Death Becomes Her","false","6.6","1157" +"false","/xC9DRxpKgqJKDYLa9mkNa74eX4q.jpg","null","31000000","[{'id':18,'name':'Drama'},{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':36,'name':'History'}]","","79","tt0299977","zh","??????","One man defeated three assassins who sought to murder the most powerful warlord in pre-unified China.","12.202","/xkJnow23eDxwQXB0iIWAWkBF47y.jpg","[{'id':724,'logo_path':null,'name':'Beijing New Picture Film Co. Ltd.','origin_country':''},{'id':2269,'logo_path':null,'name':'China Film Co-Production Corporation','origin_country':''}]","[{'iso_3166_1':'CN','name':'China'}]","2002-07-22","177394432","99","[{'iso_639_1':'zh','name':'?????????'}]","Released","One man's strength will unite an empire.","Hero","false","7.5","1044" +"false","/wxxnaj1QiWIKe6w1aomQJZiNjU1.jpg","null","0","[{'id':18,'name':'Drama'}]","","29592","tt0049456","en","Lust for Life","An intense and imaginative artist, revered Dutch painter Vincent van Gogh possesses undeniable talent, but he is plagued by mental problems and frustrations with failure. Supported by his brother, Theo, the tormented Van Gogh eventually leaves Holland for France, where he meets volatile fellow painter Paul Gauguin and struggles to find greater inspiration.","3.961","/wxzmQQ4U3aPWLzGWneTFXZRRKsV.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1956-09-15","0","122","[{'iso_639_1':'en','name':'English'}]","Released","He had a lust for life. Sometimes he was brutal, sometimes delicate ??? always he lived with insatiable passion!","Lust for Life","false","7.3","74" +"false","/wwa9H6sHTOnkHD3Q7K3Dxi6PEJ.jpg","null","0","[{'id':27,'name':'Horror'}]","","38996","tt0068457","en","Dead of Night","A young soldier who was thought to be killed in the line of duty in Vietnam returns home shortly thereafter, much to the confusion of his family. Upon his return, he exhibits strange, withdrawn behavior and begins wandering the streets at night.","2.756","/botMIP1WgY1E0SzYUqreBOEgiyc.jpg","[{'id':13734,'logo_path':null,'name':'Impact Films','origin_country':''},{'id':13735,'logo_path':null,'name':'Quadrant Films','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'GB','name':'United Kingdom'}]","1974-08-28","0","88","[{'iso_639_1':'en','name':'English'}]","Released","The dead of night changed the lives of many... and ended the lives of some.","Dead of Night","false","6.3","44" +"false","/7YQWfORqPM3XEdeH8yUK28p2w5E.jpg","null","80000000","[{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':27,'name':'Horror'}]","","4858","tt0427392","en","The Invasion","Washington, D.C. psychologist Carol Bennell and her colleague Dr. Ben Driscoll are the only two people on Earth who are aware of an epidemic running rampant through the city. They discover an alien virus aboard a crashed space shuttle that transforms anyone who comes into contact with it into unfeeling drones while they sleep. Carol realizes her son holds the key to stopping the spread of the plague and she races to find him before it is too late.","11.123","/bhuG1ijKGuoEM3rwBijy2ZH83q1.jpg","[{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':1885,'logo_path':'/xlvoOZr4s1PygosrwZyolIFe5xs.png','name':'Silver Pictures','origin_country':'US'},{'id':829,'logo_path':'/mzpAmEQ5P1gFvdRoNyCk9q8ngiv.png','name':'Vertigo Entertainment','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'AU','name':'Australia'}]","2007-08-17","15071514","99","[{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'en','name':'English'}]","Released","Do not trust anyone. Do not show emotion. Do not fall asleep.","The Invasion","false","5.8","659" +"false","/xLdAamW5bnX4q9X7NvoM2A4sXN2.jpg","null","3000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':10752,'name':'War'}]","","30302","tt1079980","en","Death in Love","Death in Love is a psychosexual-thriller about a love affair between a Jewish woman and a doctor overseeing human experimentation at a Nazi German concentration camp, and the impact this has on her sons' lives in the 1990s.","3.159","/ekCPV5UWBFudlDkcwyVcu891G00.jpg","[{'id':22509,'logo_path':null,'name':'DI Love','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-07-17","0","97","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","Sin. Suffer. Repeat.","Death in Love","false","5.8","9" +"false","/8rxetgG9pp2diwH23HgpC9Coghi.jpg","null","49900000","[{'id':35,'name':'Comedy'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'}]","http://www.yourhighnessmovie.net/","38319","tt1240982","en","Your Highness","A fantasy movie about an arrogant, lazy prince and his more heroic brother who must complete a quest in order to save their father's kingdom.","9.158","/d0P3WWy3Fc3JuORpdkkHhPrhlVc.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':4403,'logo_path':null,'name':'Stuber Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-04-08","26121638","102","[{'iso_639_1':'en','name':'English'}]","Released","Get your quest on.","Your Highness","false","5.3","709" +"false","/n1y094tVDFATSzkTnFxoGZ1qNsG.jpg","{'id':448150,'name':'Deadpool Collection','poster_path':'/xTwwn86QC6HBuu4EZkgnnxMybYS.jpg','backdrop_path':'/dTq7mGyAR5eAydR532feWfjJjzm.jpg'}","58000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'}]","http://www.foxmovies.com/movies/deadpool","293660","tt1431045","en","Deadpool","Deadpool tells the origin story of former Special Forces operative turned mercenary Wade Wilson, who after being subjected to a rogue experiment that leaves him with accelerated healing powers, adopts the alter ego Deadpool. Armed with his new abilities and a dark, twisted sense of humor, Deadpool hunts down the man who nearly destroyed his life.","36.239","/inVq3FRqcYIRl2la8iZikYYxFNR.jpg","[{'id':7505,'logo_path':'/837VMM4wOkODc1idNxGT0KQJlej.png','name':'Marvel Entertainment','origin_country':'US'},{'id':22213,'logo_path':'/qx9K6bFWJupwde0xQDwOvXkOaL8.png','name':'TSG Entertainment','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'},{'id':28788,'logo_path':null,'name':'Genre Films','origin_country':'US'},{'id':431,'logo_path':null,'name':'The Donners' Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-02-09","783100000","108","[{'iso_639_1':'en','name':'English'}]","Released","Witness the beginning of a happy ending","Deadpool","false","7.5","19483" +"false","/aOvgn3E5OjJDepApd1WtS2doqMF.jpg","null","10000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","http://theboymovie.tumblr.com/","321258","tt3882082","en","The Boy","An American nanny is shocked that her new English family's boy is actually a life-sized doll. After she violates a list of strict rules, disturbing events make her believe that the doll is really alive.","9.975","/yHhBfL2msdFWwLpjGSgPJpVmxQN.jpg","[{'id':126,'logo_path':'/kADPanRDkKTxncPXXVahvHPUvCj.png','name':'Lakeshore Entertainment','origin_country':'US'},{'id':829,'logo_path':'/mzpAmEQ5P1gFvdRoNyCk9q8ngiv.png','name':'Vertigo Entertainment','origin_country':'US'},{'id':2912,'logo_path':null,'name':'Diamond Films','origin_country':''},{'id':47729,'logo_path':'/5NRpQ7xxmODXAjt2pRWUFMLVzvP.png','name':'STX Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'CA','name':'Canada'}]","2016-01-22","64188367","97","[{'iso_639_1':'en','name':'English'}]","Released","Every child needs to feel loved.","The Boy","false","5.8","2136" +"false","/zm5qkYyUT0tAWjxVPWcQhueP88l.jpg","null","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","37943","tt0083906","en","Eureka","An Alaskan gold prospector (Gene Hackman) lives in luxury with his family on an island gangsters want.","1.38","/nV47MrT4DtuKp8yRDvb6iK5YRIo.jpg","[{'id':57072,'logo_path':null,'name':'Sunley Productions Ltd.','origin_country':''},{'id':3893,'logo_path':null,'name':'JF Productions','origin_country':''},{'id':11561,'logo_path':'/8HB3TFUeo83keAPHfFfrNtN2MmA.png','name':'Recorded Picture Company (RPC)','origin_country':'GB'},{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1983-05-01","123572","130","[{'iso_639_1':'en','name':'English'}]","Released","","Eureka","false","5.9","19" +"false","/jWyWzGqDX999LUFaKxHGo3GvRoH.jpg","null","0","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","39918","tt0083156","de","Die S??ge des Todes","Miguel, a horribly disfigured young man, goes on a rampage at a masquerade party and rapes and then mutilates a girl. Institutionalized at a mental asylum, he is released five years later, into the care of his sister, Manuela who, along with their wheelchair bound mother operates a boarding school for young women. Miguel becomes obsessed with one of the girls at the school, and wants to resume his incestuous relationship with his sister.","2.965","/mBoJUYD08K0im1wND6abtUy3ggU.jpg","[{'id':12782,'logo_path':null,'name':'Rapid Film','origin_country':''},{'id':10437,'logo_path':null,'name':'Lisa-Film','origin_country':''},{'id':18507,'logo_path':null,'name':'Metro-Film','origin_country':'DE'}]","[{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'DE','name':'Germany'}]","1981-03-27","0","90","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'de','name':'Deutsch'}]","Released","Don't Panic... It only happens once in a... Bloody Moon.","Bloody Moon","false","5","20" +"false","/55edT1g1SBM68kHrkWOuC8At4rz.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","19415","tt0084737","en","Summer Lovers","Michael Pappas and his girlfriend, Cathy, are enjoying the white sand beaches of a Greek island as well as the freewheeling nature of the locals. When Michael meets Lina, who is in Greece from Paris doing archaeological work, he is enamored with the beautiful foreigner. Cathy, unhappy about Lina getting close to Michael, confronts the woman -- only to be unexpectedly wooed by her charms as well.","2.486","/7OKJFPzvGfLLounKpBaoISlgv4p.jpg","[{'id':1138,'logo_path':null,'name':'Filmways Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1982-07-16","0","98","[{'iso_639_1':'en','name':'English'}]","Released","Sun, surf, sand... and the sexy adventure of a lifetime.","Summer Lovers","false","5.5","26" +"false","/6mlk46ePJCq2E6nKK4O3xVbPyqm.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'},{'id':35,'name':'Comedy'}]","","14443","tt0093072","en","The Garbage Pail Kids Movie","Seven disgusting kids but nevertheless of interesting personality are being made of the green mud coming out of garbage can. Once alive their master gives them rules to obey although they think that life is funnier without following stupid regulations like no television or no candy. Naturally this will cause some conflicts.","3.341","/xMgUWvNclNqUmedJyMHboZKIaUw.jpg","[{'id':53493,'logo_path':null,'name':'Topps Chewing Gum','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-08-22","0","100","[{'iso_639_1':'en','name':'English'}]","Released","It doesn't get any grosser than this!","The Garbage Pail Kids Movie","false","3.4","43" +"false","/hnwddGNQw1d27b4NgmBR3haLjYp.jpg","null","0","[{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'}]","","15208","tt0469640","en","Bathory","Bathory is based on the legends surrounding the life and deeds of Countess Elizabeth Bathory known as the greatest murderess in the history of mankind. Contrary to popular belief, Elizabeth Bathory was a modern Renaissance woman who ultimately fell victim to men???s aspirations for power and wealth.","4.734","/1Eo1i3SSWfwmYLhzwzySVZr3nqD.jpg","[{'id':26771,'logo_path':null,'name':'St??tn?? Fond CR pro Podporu a Rozvoj Cesk?? Kinematografie','origin_country':''},{'id':26772,'logo_path':null,'name':'Jakubisko Film Slovakia','origin_country':''},{'id':16016,'logo_path':null,'name':'Eurofilm St??di??','origin_country':''},{'id':26773,'logo_path':null,'name':'J&J Jakubisko Film','origin_country':''},{'id':2568,'logo_path':null,'name':'Lunar Films','origin_country':''},{'id':26774,'logo_path':null,'name':'Concorde Film Trust','origin_country':''},{'id':11011,'logo_path':null,'name':'Fonds Eurimages du Conseil de l'Europe','origin_country':''},{'id':26775,'logo_path':null,'name':'Ministry of Culture of the Slovak Republic','origin_country':''}]","[{'iso_3166_1':'CZ','name':'Czech Republic'},{'iso_3166_1':'HU','name':'Hungary'},{'iso_3166_1':'SK','name':'Slovakia'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2008-07-04","0","141","[{'iso_639_1':'en','name':'English'}]","Released","","Bathory: Countess of Blood","false","5.8","48" +"false","/8Kl0gzMM0P04wOx9EEu7R1q2BDq.jpg","null","0","[]","","129597","tt1484918","en","A Woman","A young woman falls in love with a famous novelist and travels with him to his home in Southern Italy. There, her obsession with the memory of his dead wife begins to consume her.","1.213","/q7bcrXAEfAypRjMucLVY52pscq9.jpg","[]","[]","2010-09-04","0","100","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","A tale of obssesion","A Woman","false","4.5","2" +"false","/jyoUcqTM6i0YpkylIh873SbKBvV.jpg","{'id':86115,'name':'Garfield Collection','poster_path':'/fPCiS9fijCf8zHaddw2QHL6SLgK.jpg','backdrop_path':'/hamWxhHSk0oZTcX8uj4PnAooM6h.jpg'}","50000000","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","8920","tt0356634","en","Garfield","Garfield, the fat, lazy, lasagna lover, has everything a cat could want. But when Jon, in an effort to impress the Liz - the vet and an old high-school crush - adopts a dog named Odie and brings him home, Garfield gets the one thing he doesn't want. Competition.","17.092","/v6xvth8PjDG350ARG9H2sF7N3SF.jpg","[{'id':11749,'logo_path':'/5AzTeZkSCFhiGZ86g2nz8SAHtgy.png','name':'Twentieth Century Fox Animation','origin_country':'US'},{'id':1302,'logo_path':'/kQZtJdyphCmq292iGDqlUx0yk2D.png','name':'Davis Entertainment','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-06-10","200804534","80","[{'iso_639_1':'en','name':'English'}]","Released","Get ready for frisky business.","Garfield","false","5.4","1759" +"false","/6RvO9fyjNFLOaqZ2XeX7z2yCTjQ.jpg","null","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","70345","tt0070622","en","Sssssss","David, a college student, is looking for a job. He is hired by Dr. Stoner as a lab assistant for his research and experiments on snakes. David also begins to fall for Stoner's young daughter, Kristina. However, the good doctor has secretly brewed up a serum that can transform any man into a King Cobra snake-and he plans to use it on David.","3.828","/fIKiHta0LrDpb2f80u7ybPFesoy.jpg","[{'id':1865,'logo_path':null,'name':'Zanuck/Brown Productions','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1973-07-06","0","99","[{'iso_639_1':'en','name':'English'}]","Released","Terror is ready to strike!","Sssssss","false","5.4","27" +"false","/ayJNzysGJ8ItuME8M3IL2oOaLXW.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","74325","tt0067513","fr","L'occhio nel labirinto","Julie (Rosemary Dexter) is disturbed by the disappearance of her psychiatrist boyfriend Luca (Horst Frank) following a bizarre dream where she witnessed him murdered. She travels to a seaside village where he might be and encounters Frank (Adolfo Celi), who tells her Luca has indeed been there. Julie's investigation leads her the house of Gerta (Alida Valli), where the mystery deepens among the odd characters residing at this artists enclave.","1.354","/WRkiT7jOJxmaKapPiEn0o40RTx.jpg","[{'id':10540,'logo_path':null,'name':'Transeuropa Film','origin_country':''},{'id':9246,'logo_path':null,'name':'TV13 Filmproduktion','origin_country':''}]","[{'iso_3166_1':'MC','name':'Monaco'},{'iso_3166_1':'IT','name':'Italy'}]","1972-03-24","0","93","[{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Chilling horror!","Eye in the Labyrinth","false","6.2","10" +"false","/5ValHFqOWE6kvM5XqLR5UKaucz4.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","44399","tt0033405","en","Blood and Sand","Bullfighter Juan Gallardo falls for socialite Dona Sol, turning from the faithful Carmen who nevertheless stands by her man as he continues to face real danger in the bullring.","1.486","/i0umXiCkwcIwswsTBOsmxlkOpm0.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1941-05-30","0","125","[{'iso_639_1':'en','name':'English'}]","Released","Love flamed in the shadow of death!","Blood and Sand","false","6.4","17" +"false","/uMPrCi5DA0kuIeZGjoE7FPGqETW.jpg","null","31000000","[{'id':36,'name':'History'},{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","","606","tt0089755","en","Out of Africa","Out of Africa tells the story of the life of Danish author Karen Blixen, who at the beginning of the 20th century moved to Africa to build a new life for herself. The film is based on the autobiographical novel by Karen Blixen from 1937.","9.397","/gYNfg38sM4aSpxfC8gPkwg5UZHN.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':205,'logo_path':null,'name':'Mirage Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-12-20","128499205","161","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'sw','name':'Kiswahili'}]","Released","Based on a true story.","Out of Africa","false","7.3","553" +"false","/tmPv63fkjFRVy0F7PFuuR3cJ5Xf.jpg","{'id':97459,'name':'The Jungle Book Collection','poster_path':'/uwtMVtIFZy7dfQrR7brKHoDN5H6.jpg','backdrop_path':'/b1T7EU7e5XuYHz35iiA0eLg0yKp.jpg'}","20000000","[{'id':10751,'name':'Family'},{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'}]","","14873","tt0283426","en","The Jungle Book 2","Mowgli has been living in the man-village with his little stepbrother Ranjan and his best friend Shanti. But the man-cub still has that jungle rhythm in his heart, and he misses his old buddies Baloo and Bagheera. When Mowgli wanders back to the wild for some swingin' fun, he soon finds the man-eating tiger Shere Khan is lurking in the shadows and planning his revenge.","6.831","/q2GTnlj84EqUJGvqAQy6ib2JznI.jpg","[{'id':5391,'logo_path':'/o5AcK10ViutenSa4XTD18ClCEWe.png','name':'DisneyToon Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-02-07","135680000","72","[{'iso_639_1':'en','name':'English'}]","Released","Feel the jungle beat","The Jungle Book 2","false","5.8","562" +"false","/pfSLaXhojt0cNU6lWRGxvbQ2HWi.jpg","{'id':97459,'name':'The Jungle Book Collection','poster_path':'/uwtMVtIFZy7dfQrR7brKHoDN5H6.jpg','backdrop_path':'/b1T7EU7e5XuYHz35iiA0eLg0yKp.jpg'}","4000000","[{'id':10751,'name':'Family'},{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'}]","http://movies.disney.com/the-jungle-book-1967","9325","tt0061852","en","The Jungle Book","The boy Mowgli makes his way to the man-village with Bagheera, the wise panther. Along the way he meets jazzy King Louie, the hypnotic snake Kaa and the lovable, happy-go-lucky bear Baloo, who teaches Mowgli ""The Bare Necessities"" of life and the true meaning of friendship.","15.443","/1AreNcL9s24Qfghbzomy0IlzCFk.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1967-10-17","205843612","78","[{'iso_639_1':'en','name':'English'}]","Released","The Jungle is JUMPIN'!","The Jungle Book","false","7.2","3342" +"false","/rotQKOXZjrxgIheLVfy9uqwMTOK.jpg","null","0","[]","","370691","tt4610774","en","WWE TLC: Tables, Ladders and Chairs 2015","TLC: Tables, Ladders, and Chairs (2015) is an upcoming professional wrestling pay-per-view (PPV) event produced by WWE. It will take place on December 13, 2015 at the TD Garden in Boston, Massachusetts. It will be the seventh event under the TLC: Tables, Ladders & Chairs chronology.","1.4","/x4YVTpBhNrqpK3NeOoX6QJ38LBS.jpg","[{'id':7588,'logo_path':'/jxduCllItpBzaBQU00mhD3bxjkE.png','name':'World Wrestling Entertainment (WWE)','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-12-13","0","180","[{'iso_639_1':'en','name':'English'}]","Released","","WWE TLC: Tables, Ladders and Chairs 2015","true","6.9","9" +"false","/4QtCraUeX4JEgDf69swlDc6ncXq.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","291290","tt3236976","en","Submerged","A limo ride turns hellish as several kidnappers set their sights on the young people inside.","2.84","/fbZQfOuRvmDlTvPivoK42r335Mp.jpg","[{'id':2061,'logo_path':'/o9LbN33hRaj4qcebUv1bikyXeoB.png','name':'Twisted Pictures','origin_country':'US'},{'id':107034,'logo_path':null,'name':'ThickWater Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-11-27","0","99","[{'iso_639_1':'en','name':'English'}]","Released","You can't scream and hold your breath at the same time.","Submerged","false","4.2","32" +"false","/7slVN3DYlBx8VCCp8i7mPk9xmJ6.jpg","null","7200000","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","","13763","tt0087957","en","Purple Rain","A young man with a talent for music meets an aspiring singer, Apollonia, and finds that talent alone isn't all that he needs.","6.366","/epUyAfIgsrpIcY0qi6dhnay5rpl.jpg","[{'id':76359,'logo_path':null,'name':'Water','origin_country':'US'},{'id':76360,'logo_path':null,'name':'Purple Films','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-07-27","68392977","111","[{'iso_639_1':'en','name':'English'}]","Released","Before He Created the Magic. He Lived Every Bit of It.","Purple Rain","false","6.5","153" +"false","/kqHHv8ZgYbapHwsi7QViam3IVPn.jpg","null","600000","[{'id':10770,'name':'TV Movie'},{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'},{'id':27,'name':'Horror'}]","","335409","tt3403194","en","Sharkansas Women's Prison Massacre","When a fracking mishap accidentally rips apart the earth???s crust, the resulting hole opens up a gaping underground water way to a vast and mysterious ocean somewhere deep below. Instantly, giant prehistoric sharks begin wending their way upward toward a murky bog in the heart of the Arkansas Bayou. Unfortunately, for a group of female prisoners on a work detail in the swamp, the deadly sharks attack without warning ??? pinning a hapless group of intended victims in a small deserted cabin in the heart of the wetlands. Death may be the only means of escape!","2.359","/i1b3Sj1YfSWdYkAGHJlRKZlA6Qu.jpg","[{'id':10399,'logo_path':null,'name':'CineTel Films','origin_country':'US'},{'id':51022,'logo_path':null,'name':'CALUV Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-11-04","0","84","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","You Can Never Truly Escape","Sharkansas Women's Prison Massacre","false","5.1","19" +"false","/iAsB3wg6EEGhOXi1kn0Yy0DuR9z.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","329010","tt4503598","en","Emelie","After their regular babysitter Maggie can???t make it, the Thompson family turns to her friend Anna to supervise their children while the parents go out to celebrate their anniversary. At first Anna seems like a dream come true to the kids, allowing them to eat extra cookies and play with things that are usually off-limits, but as her behavior becomes increasingly odd, the kids soon find out that her intentions are dark and twisted, and she is not who she seems to be.","6","/r7xCjCE8gza6xQKC4IMUh3bxct3.jpg","[{'id':74006,'logo_path':null,'name':'Uncorked Productions','origin_country':''},{'id':3898,'logo_path':null,'name':'Sandbar Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-03-04","0","82","[{'iso_639_1':'en','name':'English'}]","Released","I'm your new babysitter","Emelie","false","5.2","439" +"false","/xfYiXF5zfpIo1IvA4H16iqNkPuZ.jpg","null","1000000","[{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'}]","http://creativecontrolmovie.com","320146","tt3277624","en","Creative Control","Smooth advertising executive David is in a relationship with yoga teacher Juliette. Then his eye is caught by Sophie, the girlfriend of his best friend Wim, a fashion photographer. Things get completely out of hand during a campaign for augmented reality-glasses, for which David designs an avatar of the coveted Sophie.","2.51","/eolLUf0yl4syYcTpyF5iQR1P2kE.jpg","[{'id':74293,'logo_path':null,'name':'Mathematic','origin_country':''},{'id':51071,'logo_path':null,'name':'Ghost Robot','origin_country':''},{'id':64854,'logo_path':null,'name':'Greencard Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-03-11","0","97","[{'iso_639_1':'en','name':'English'}]","Released","A story about virtually everything","Creative Control","false","5.6","34" +"false","/epmzVTsBT8etWp9NeHJnGGoTw08.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://wheretoinvadenext.com","352208","tt4897822","en","Where to Invade Next","To understand firsthand what the United States of America can learn from other nations, Michael Moore playfully ???invades??? some to see what they have to offer.","5.024","/fu3yXLoYtMxbv3NLquCDVLNK35p.jpg","[{'id':76082,'logo_path':null,'name':'IMG Films','origin_country':''},{'id':26137,'logo_path':null,'name':'Dog Eat Dog Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-12-23","3820195","121","[{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'no','name':'Norsk'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","Prepare to be liberated","Where to Invade Next","false","7.4","242" +"false","/lhCk7HTIHIoIYQDS0lHb27f2oJB.jpg","null","0","[{'id':35,'name':'Comedy'}]","http://lionsgateathome.com/blue-mountain-state","288171","tt3748440","en","Blue Mountain State: The Rise of Thadland","With Blue Mountain State football star Thad Castle recently signing a multi-million dollar NFL contract, his teammates and college life seem like a distant memory. However, when a new school dean threatens to clean up the BMS image by auctioning off the infamous Goat House, Alex, Sammy and the boys must find a way to convince him to get involved. Despite his new fortune and fame, there is one small favor that Thad needs done before he saves the day: the biggest booze-and-sloot fest in BMS history. Welcome to Thadland!","5.294","/e2OvpfJkjBHe8Mw6G1mle5mR5Jm.jpg","[{'id':72954,'logo_path':null,'name':'AllyCat Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-02-02","0","90","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","","Blue Mountain State: The Rise of Thadland","false","5.7","157" +"false","/eYc7B29btJ3HEEtyFHJAdyaf902.jpg","null","10000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.thechoice.movie/","330483","tt3797868","en","The Choice","Travis and Gabby first meet as neighbors in a small coastal town and wind up in a relationship that is tested by life's most defining events.","5.928","/7EenqQdtZjOeBAAlxNtnG1eLHnf.jpg","[{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':49825,'logo_path':null,'name':'Nicholas Sparks Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-02-04","18730891","111","[{'iso_639_1':'en','name':'English'}]","Released","Let your heart decide.","The Choice","false","7","982" +"false","/3HkbQPjPt8RhIkA4apOqb9hADss.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","","339928","tt4002772","en","Once I Was a Beehive","Lane Speer is a 16 year old girl who spends her family vacations camping in the mountains. She takes the memories for granted until she loses her father to an unexpected bout with cancer. Only a year later, as Lane is still reeling from her father's death, he mother remarries a guy that Lane hardly knows. Worst of all, he is a Mormon. To top it off, while they are on their honeymoon, they arrange to have her stay with her Mormon step-aunt who takes her away to a bible-themed girls camp with a bunch of young Mormon girls. Confronted with memories of camping with her family, she tries to find peace with her new surroundings and deal with the death of her father.","1.932","/dpOu9d89HENnzooIz2H0ibf0DYO.jpg","[{'id':69569,'logo_path':null,'name':'Main Dog Productions','origin_country':'US'},{'id':49760,'logo_path':null,'name':'Escapology','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-08-14","732655","119","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","","Once I Was a Beehive","false","6.3","37" +"false","/nlljLM7rBXolkOJuJcr7DhWs3Bp.jpg","null","3000000","[{'id':35,'name':'Comedy'}]","","10162","tt0166396","en","Waking Ned","When a lottery winner dies of shock, his fellow townsfolk attempt to claim the money.","7.416","/5rpJUAq2CTRmYUxiWRlrllBsqsx.jpg","[{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'},{'id':24356,'logo_path':null,'name':'Tomboy Films','origin_country':''},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1998-09-15","43515982","91","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ga','name':'Gaeilge'},{'iso_639_1':'la','name':'Latin'}]","Released","How far would you go to win a fortune!","Waking Ned","false","7.2","120" +"false","/1vNCPEykgJHiPzQDVL5UthRXh8a.jpg","null","12000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10402,'name':'Music'}]","","14299","tt1042877","en","Cadillac Records","The story of sex, violence, race and rock and roll in 1950s Chicago, and the exciting but turbulent lives of some of America's musical legends, including Muddy Waters, Leonard Chess, Little Walter, Howlin' Wolf, Etta James and Chuck Berry.","6.994","/jGZgtJXnJG9NOBiS0ratWhVP4Q7.jpg","[{'id':21435,'logo_path':null,'name':'Parkwood Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-12-05","8880045","109","[{'iso_639_1':'en','name':'English'}]","Released","","Cadillac Records","false","7","166" +"false","/o3uaWi4kmhPhHRF25CA9L4RsMkU.jpg","null","0","[{'id':28,'name':'Action'}]","","28797","tt0068282","en","Black Mama, White Mama","When two troublemaking female prisoners (one a revolutionary, the other a former harem-girl) can't seem to get along, they are chained together and extradited for safekeeping. The women, still chained together, stumble, stab, and cat-fight their way across the wilderness, igniting a bloody shootout between gangsters and a group of revolutionaries.","2.465","/gLP7yzXs2HNY2HSKBDJMBfBDgr4.jpg","[{'id':12944,'logo_path':null,'name':'Four Associates Ltd','origin_country':''},{'id':9266,'logo_path':null,'name':'American International Pictures (AIP)','origin_country':'US'}]","[{'iso_3166_1':'PH','name':'Philippines'},{'iso_3166_1':'US','name':'United States of America'}]","1973-01-19","0","87","[{'iso_639_1':'en','name':'English'}]","Released","Chicks in Chains - where they come from this is... Fun!","Black Mama, White Mama","false","5.6","29" +"false","/qOkRr3UWUCWPm88Fo9rETrCwYmB.jpg","null","0","[{'id':10751,'name':'Family'},{'id':16,'name':'Animation'}]","","15242","tt0069289","en","Snoopy, Come Home","When Snoopy receives a letter from his original owner Lila, he goes to visit her in the hospital while Charlie Brown and the gang are on the lookout for him. Suddenly, Snoopy feels that he must go live with Lila, but must say goodbye to all his friends. In his adventure to the hospital, he encounters numerous ""No Dogs Allowed"" signs, an annoying little girl who desires to keep him, and more!","3.169","/3pOncFlz6z6pgOV8fe5hwuPckpj.jpg","[{'id':3070,'logo_path':null,'name':'Cinema Center Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1972-09-08","0","81","[{'iso_639_1':'en','name':'English'}]","Released","Snoopy travels to see his sick former owner and then feels obliged to return to her permanently.","Snoopy, Come Home","false","6.7","43" +"false","/sht6I2skgyihxaRGD0vx2kxBtxj.jpg","null","245000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':10752,'name':'War'}]","","3060","tt0015624","en","The Big Parade","The story of an idle rich boy who joins the US Army's Rainbow Division and is sent to France to fight in World War I, becomes friends with two working class men, experiences the horrors of trench warfare, and finds love with a French girl.","3.743","/mZdjhbL0QD4qFxnNXgyB1arEwCw.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1925-11-05","22000000","151","[{'iso_639_1':'xx','name':'No Language'}]","Released","The epic of the American doughboy!","The Big Parade","false","7.5","42" +"false","/zkIiDLZUmJzRFMUftNDbKg7mOsF.jpg","null","0","[{'id':36,'name':'History'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","56167","tt0044487","it","Le carrosse d'or","A viceroy, a nobleman and a bullfighter court a comedy-troupe actress in 16th-century Peru.","1.468","/cDlxLnLMboEfdDcPelodOs71GVs.jpg","[{'id':51180,'logo_path':null,'name':'Panaria Film','origin_country':''},{'id':51181,'logo_path':null,'name':'Delphinus','origin_country':''},{'id':1737,'logo_path':null,'name':'Hoche Productions','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'IT','name':'Italy'}]","1952-12-05","0","105","[{'iso_639_1':'en','name':'English'}]","Released","","The Golden Coach","false","7.1","22" +"false","/qMtIz4EsCErBDFXc9JUBIb1JGq4.jpg","null","1200000","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","","24153","tt0077280","en","The Buddy Holly Story","A film about the life and career of the early rock and roll star.","2.533","/3aDrhKfuL5SRGLmsQNE1MewmhHx.jpg","[{'id':13962,'logo_path':null,'name':'Innovisions','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1978-05-18","14363400","113","[{'iso_639_1':'en','name':'English'}]","Released","His Story Will Have You Singing, Laughing, Crying, Cheering And Stomping Your Feet.","The Buddy Holly Story","false","7.3","38" +"false","/nriBinb7Y3Bm6LdbmOC0mFxSm8d.jpg","null","2000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","http://www.foxsearchlight.com/boysdontcry/","226","tt0171804","en","Boys Don't Cry","Female born, Teena Brandon adopts his male identity of Brandon Teena and attempts to find himself and love in Nebraska.","9.118","/6bqIZTEuJnUrgnxcymciszvOz8J.jpg","[{'id':307,'logo_path':'/gUi3pAUznQJpR296lw4mSVbB7zx.png','name':'IFC Films','origin_country':'US'},{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'},{'id':54,'logo_path':null,'name':'The Independent Film Channel Productions','origin_country':''},{'id':1422,'logo_path':'/aG7LGucYWmsrsEwnDN1HnUGfVmK.png','name':'Killer Films','origin_country':'US'},{'id':11351,'logo_path':null,'name':'Hart-Sharp Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-09-02","11540607","118","[{'iso_639_1':'en','name':'English'}]","Released","A true story about finding the courage to be yourself.","Boys Don't Cry","false","7.5","607" +"false","/6NVOrQpJ4f1UPe5zyRtZibolrPv.jpg","null","0","[{'id':36,'name':'History'},{'id':35,'name':'Comedy'},{'id':99,'name':'Documentary'}]","http://www.magpictures.com/nationallampoon/","319070","tt1674785","en","Drunk Stoned Brilliant Dead: The Story of the National Lampoon","A look at the history of the American comedy publication and production company, National Lampoon, from its beginning in the 1970s to 2010, featuring rare and never before seen footage, this is the mind boggling story of The National Lampoon from its subversive and electrifying beginnings, to rebirth as an unlikely Hollywood heavyweight, and beyond. A humour empire like no other, the impact of the magazines irreverent, often shocking, sensibility was nothing short of seismic: this is an institution whose (drunk stoned brilliant) alumni left their fingerprints all over popular culture. Both insanely great and breathtakingly innovative, The National Lampoon created the foundation of modern comic sensibility by setting the bar in comedy impossibly high.","3.137","/t7fqemeHtEaxG0Ry0bTox4spBY0.jpg","[{'id':14007,'logo_path':'/y9b4a0PEtqJfdXmtWTVI15FPpQn.png','name':'4th Row Films','origin_country':'US'},{'id':1030,'logo_path':'/bus7KzJshT0VMXuKR7dwK5bqPSO.png','name':'Magnolia Pictures','origin_country':'US'},{'id':7469,'logo_path':null,'name':'History Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-01-25","0","93","[{'iso_639_1':'en','name':'English'}]","Released","If You Don't See This Documentary, We'll Shoot This Dog","Drunk Stoned Brilliant Dead: The Story of the National Lampoon","false","6.6","29" +"false","/p1iGi77Bf5Sj9eERNA62ZQ4l48Y.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'},{'id':10770,'name':'TV Movie'}]","","32593","tt0255605","en","Snow White","Snow White's mother dies during childbirth, leaving baby Snow and father John for dead on an icy field, who then receives a visit from one of Satan's representatives, granting him three wishes.","8.19","/xIjplbyfFDbHsN7ZK40klO5nnUw.jpg","[{'id':73728,'logo_path':null,'name':'Sextant Entertainment Group','origin_country':''},{'id':40650,'logo_path':null,'name':'Babelsberg International Film Produktion','origin_country':''},{'id':4056,'logo_path':null,'name':'Hallmark Entertainment','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2001-10-28","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Deception never looked so sweet","Snow White: The Fairest of Them All","false","5.7","119" +"false","/xkmUSrBFYxzomsz5FLAPvxwMJr0.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':27,'name':'Horror'}]","","77029","tt0067446","it","La morte cammina con i tacchi alti","Exotic dancer Nicole finds herself terrorized by a black-clad assailant determined on procuring her murdered father's stolen gems. Fleeing Paris in hopes of evading her knife-wielding pursuer, Nicole arrives in England only to discover that death stalks her at every corner.","4.261","/107LxWmMYCh01Y7dYsWop7vBnx4.jpg","[{'id':17741,'logo_path':null,'name':'Cinecompany','origin_country':''},{'id':10453,'logo_path':null,'name':'Atl??ntida Films','origin_country':''}]","[{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'IT','name':'Italy'}]","1971-11-19","0","108","[{'iso_639_1':'it','name':'Italiano'}]","Released","","Death Walks on High Heels","false","6.5","18" +"false","/5nBIWhdexEU0peSUK0wZEkjgy6h.jpg","null","60000000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","http://www.foxmovies.com/movies/joy","274479","tt2446980","en","Joy","A story based on the life of a struggling Long Island single mom who became one of the country's most successful entrepreneurs.","11.91","/8HmSDWzknzMdy8i2Pyh60chSXfP.jpg","[{'id':22213,'logo_path':'/qx9K6bFWJupwde0xQDwOvXkOaL8.png','name':'TSG Entertainment','origin_country':'US'},{'id':1302,'logo_path':'/kQZtJdyphCmq292iGDqlUx0yk2D.png','name':'Davis Entertainment','origin_country':'US'},{'id':13184,'logo_path':'/pfUB1a62jSMIqp4Xmaq6z2cgW0B.png','name':'Annapurna Pictures','origin_country':'US'},{'id':711,'logo_path':'/tEiIH5QesdheJmDAqQwvtN60727.png','name':'Fox 2000 Pictures','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-12-24","101134059","124","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","","Joy","false","6.5","2633" +"false","/peukS1zqbrHl4WuKb4LAGBarSb8.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'},{'id':10749,'name':'Romance'},{'id':878,'name':'Science Fiction'}]","","11232","tt0035423","en","Kate & Leopold","When her scientist ex-boyfriend discovers a portal to travel through time -- and brings back a 19th-century nobleman named Leopold to prove it -- a skeptical Kate reluctantly takes responsibility for showing Leopold the 21st century. The more time Kate spends with Leopold, the harder she falls for him. But if he doesn't return to his own time, his absence will forever alter history.","9.503","/cpydhxnOQra4knQpcvGugwCqgpI.jpg","[{'id':85,'logo_path':null,'name':'Konrad Pictures','origin_country':''},{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-12-25","0","118","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","If they lived in the same century they'd be perfect for each other.","Kate & Leopold","false","6.2","696" +"false","/6dtu4Mqj42uMyX9Raa1WBXB0dM5.jpg","null","300000","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'}]","","86305","tt1781812","en","Exit Humanity","A decade after the American Civil War, Edward Young returns home from a hunting trip to find a horrific reanimation of his wife and that their son Adam has disappeared. He must battle his way through an unexplainable outbreak of the walking dead.","4.532","/yRdIyCpe5EYyFQArkXF8PV8TEa8.jpg","[{'id':17561,'logo_path':null,'name':'Foresight Features','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2011-10-16","0","114","[{'iso_639_1':'en','name':'English'}]","Released","History has a violent way of repeating itself.","Exit Humanity","false","5.3","49" +"false","/2csru6TjDXExFgx5OXxJmRHujVs.jpg","null","75000000","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'}]","","6435","tt0120791","en","Practical Magic","Sally and Gillian Owens, born into a magical family, have mostly avoided witchcraft themselves. But when Gillian's vicious boyfriend, Jimmy Angelov, dies unexpectedly, the Owens sisters give themselves a crash course in hard magic. With policeman Gary Hallet growing suspicious, the girls struggle to resurrect Angelov -- and unwittingly inject his corpse with an evil spirit that threatens to end their family line.","10.136","/AwmToSgf2IL3aHv0QRVsR5KvChv.jpg","[{'id':813,'logo_path':null,'name':'DiNovi Pictures','origin_country':''},{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':55474,'logo_path':null,'name':'Stargate Studios','origin_country':''},{'id':4258,'logo_path':null,'name':'Fortis Films','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-10-16","46683377","104","[{'iso_639_1':'en','name':'English'}]","Released","For two sisters from a family of witches, falling in love is the trickiest spell of all.","Practical Magic","false","6.5","637" +"false","/yH2AHxRL9OmGmECvs4X7hb7iQd9.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'},{'id':10749,'name':'Romance'}]","","36778","tt0096152","en","Spellbinder","When Jeff and his friend rescue a young beautiful woman (Kelly Preston) from an apparently abusive boyfriend, the trouble starts. Jeff unknowing becomes involved with Miranda (Kelly) and the web of intrigue that follows her. Miranda is on the run from the witches coven (to which she belongs). Miranda tells Jeff of her situation, but not the entire truth. Jeff willingly helps Miranda out of her troubles, but creates his own.","2.673","/gkm4tX0KNsOcXFtPaApaNvQsQ1l.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-09-23","1938049","99","[{'iso_639_1':'en','name':'English'}]","Released","A chance encounter. A dream come true. A man would do anything for a girl like Miranda","Spellbinder","false","5.9","21" +"false","/s5rs0TzqYhlmzJmWbapyveCspYr.jpg","null","4800000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':53,'name':'Thriller'}]","","2768","tt0080365","en","American Gigolo","Julian makes a lucrative living as an escort to older women in the Los Angeles area. He begins a relationship with Michelle, a local politician's wife, without expecting any pay. One of his clients is murdered and Detective Sunday begins pumping him for details on his different clients, something he is reluctant to do considering the nature of his work. Julian begins to suspect he's being framed. Meanwhile Michelle begins to fall in love with him.","7.48","/kwbOIABYZjLwd8UViMvkw40l2rr.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1980-02-08","22743674","117","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'sv','name':'svenska'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","He's the highest paid lover in Beverly Hills. He leaves women feeling more alive than they've ever felt before. Except one.","American Gigolo","false","6","243" +"false","/4OiSN1FjXA2FhpXmegM6lV24Anu.jpg","{'id':124951,'name':'Mannequin Collection','poster_path':'/tHUiRPu9PmsgDEa4j22fjWHjFkW.jpg','backdrop_path':'/qNRyB22N3Y6aGii099by5I51KDJ.jpg'}","13000000","[{'id':14,'name':'Fantasy'},{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'},{'id':10749,'name':'Romance'}]","","34376","tt0102395","en","Mannequin Two: On the Move","Although Jason works as a department store clerk, he is also a reincarnated prince. Long ago, his beloved Jessie was snatched away from him by an evil wizard who used his powers to transform her into wooden statue. Now Jessie is in Jason's department store as a mannequin. When he encounters her, she awakens from her thousand-year sleep. They quickly revive their romance, but the evil wizard has been reincarnated as well, and he's up to no good.","6.825","/9F0BsoDwxKUM2Mv8B115CR90Siv.jpg","[{'id':1648,'logo_path':null,'name':'Gladden Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1991-05-17","3752426","95","[{'iso_639_1':'en','name':'English'}]","Released","A lively comedy about a living doll!","Mannequin Two: On the Move","false","4.5","45" +"false","/qxxZBo0HwXAIrRm45UnA3eAI2Uw.jpg","{'id':124951,'name':'Mannequin Collection','poster_path':'/tHUiRPu9PmsgDEa4j22fjWHjFkW.jpg','backdrop_path':'/qNRyB22N3Y6aGii099by5I51KDJ.jpg'}","6000000","[{'id':14,'name':'Fantasy'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","10019","tt0093493","en","Mannequin","Jonathan Switcher, an unemployed artist, finds a job as an assistant window dresser for a department store. When Jonathan happens upon a beautiful mannequin he previously designed, she springs to life and introduces herself as Emmy, an Egyptian under an ancient spell. Despite interference from the store's devious manager, Jonathan and his mannequin fall in love while creating eye-catching window displays to keep the struggling store in business.","7.317","/y65yXUmG8F8VUsgGvds9POBlqV1.jpg","[{'id':1648,'logo_path':null,'name':'Gladden Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-02-13","42721196","89","[{'iso_639_1':'en','name':'English'}]","Released","Just because Jonathan's fallen in love with a piece of wood, it doesn't make him a dummy.","Mannequin","false","5.5","193" +"false","/ynvVZcxlUkx4U7R2jm71CkmpAKY.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","110202","tt0061451","en","La casa de las mil mu??ecas","When a vacationing couple in Tangiers run into an old friend there, they discover that he is searching for his missing girlfriend who has been kidnapped by an international gang of white slavers. Nader investigates but before he can come up with anything, his friend is murdered. Meanwhile, nightclub magician Price and his mentalist partner continue their nefarious activities--they hypnotize and kidnap young women for the white slavers, and spirit them to the ""House of 1000 Dolls."" Written by phillindholm","0.739","/qbV9Bd2992ZnpKQqMTec1IVbdRe.jpg","[{'id':5755,'logo_path':'/53JWq1rzbAXzbh1rnFo3XdqsAUh.png','name':'Constantin Film Produktion','origin_country':''},{'id':31130,'logo_path':null,'name':'Producciones Cinematogr??ficas Hispamer Films','origin_country':''}]","[{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'DE','name':'Germany'}]","1967-11-08","0","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","","House of 1,000 Dolls","false","4.3","3" +"false","/m1lpJfCDts8zSXLh60EXJB4wSz3.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'},{'id':10749,'name':'Romance'}]","","9434","tt0119229","en","Grosse Pointe Blank","Martin Blank is a freelance hitman who starts to develop a conscience, which causes him to botch a couple of routine assignments. On the advice of his secretary and his psychiatrist, he decides to attend his 10 year high school reunion in Grosse Pointe, Michigan.","7.529","/3qn4gjft8dl5syUDpmPvWqCPFAf.jpg","[{'id':175,'logo_path':'/trtXLj3zv8T9ke1Vhw4SCkkM4JJ.png','name':'Caravan Pictures','origin_country':'US'},{'id':961,'logo_path':null,'name':'Roger Birnbaum Productions','origin_country':''},{'id':915,'logo_path':'/xXojkyRWFZ0JTJyjiu13ThKeFbz.png','name':'Hollywood Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-04-11","28084357","107","[{'iso_639_1':'en','name':'English'}]","Released","Even a hit man deserves a second shot.","Grosse Pointe Blank","false","7","406" +"false","/eMS4PZJ9uu462khPtJr3RhPzqcY.jpg","null","6000000","[{'id':10752,'name':'War'},{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':53,'name':'Thriller'}]","http://www.glorious39-movie.com/","35939","tt1319694","en","Glorious 39","A mysterious tale set around a traditional British family on the eve of World War Two. Oblivious to the looming shadow of World War II, the wealthy Keyes maintain a confident fa??ade in the British countryside until daughter Anne becomes an unexpected pawn. Her accidental discovery of secret recordings creates a rift in the family.","5.54","/v8HNMSlCCT0eHmnuFAsw1671EL1.jpg","[{'id':51546,'logo_path':null,'name':'Screen East Content Investment Fund','origin_country':''},{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':4186,'logo_path':null,'name':'Quickfire Films','origin_country':'GB'},{'id':5644,'logo_path':'/uuj37wq2xE3Vru17BOs86ScNRc5.png','name':'Magic Light Pictures','origin_country':'GB'},{'id':5645,'logo_path':'/w3a8RY0Q2iP0Avx2XkXxERi2yVY.png','name':'Talkback Thames','origin_country':'GB'},{'id':2452,'logo_path':'/6CLoZ59fLPG7UyxQtGTqRevjf58.png','name':'UK Film Council','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2009-11-20","0","129","[{'iso_639_1':'en','name':'English'}]","Released","","Glorious 39","false","5.8","44" +"false","/smd6sQEp5o6sIOQUyzcYknTlE1B.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","78507","tt0019415","de","Spione","The mastermind behind a ubiquitous spy operation learns of a dangerous romance between a Russian lady in his employ and a dashing agent from the government's secret service.","2.2","/zmxhHXh1Vw75YPdRXJC1mtEb9hL.jpg","[{'id':12372,'logo_path':null,'name':'Universum Film (UFA)','origin_country':''},{'id':80588,'logo_path':null,'name':'Fritz Lang-Film','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'}]","1928-03-22","0","145","[{'iso_639_1':'xx','name':'No Language'}]","Released","","Spies","false","7.3","27" +"false","/qWPp9IV9cVM9xF58Pi1FevkUzak.jpg","null","0","[{'id':37,'name':'Western'}]","","45211","tt0061636","it","Faccia a faccia","History Professor Brad Fletcher heads west for his health, but falls in with Soloman Bennett's outlaw gang. Fascinated by their way of life, Fletcher finally takes over the gang, leading with a new 'efficient' ruthlessness.","3.434","/kvTGBGcm54aCt9kTSTwVhptuvc9.jpg","[{'id':7508,'logo_path':null,'name':'Produzioni Europee Associati (PEA)','origin_country':''},{'id':10560,'logo_path':null,'name':'Arturo Gonz??lez Producciones Cinematogr??ficas','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'ES','name':'Spain'}]","1967-11-23","0","112","[{'iso_639_1':'it','name':'Italiano'}]","Released","","Face to Face","false","7.1","36" +"false","/xiMERZL61Au30rLHZXXhXgjcJlk.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","2322","tt0105435","en","Sneakers","When shadowy U.S. intelligence agents blackmail a reformed computer hacker and his eccentric team of security experts into stealing a code-breaking 'black box' from a Soviet-funded genius, they uncover a bigger conspiracy. Now, he and his 'sneakers' must save themselves and the world economy by retrieving the box from their blackmailers.","7.734","/pAGKtPF8nMiJq4lsINOYJWvMS2D.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-09-09","105232691","126","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'ru','name':'P????????????'}]","Released","We could tell you what it's about. But then, of course, we'd have to kill you.","Sneakers","false","6.9","428" +"false","/aI3NA6YMIX2pdTteyqHRL7viNmh.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'}]","","45714","tt0056279","en","Night of the Eagle","A skeptical college professor discovers that his wife has been practicing magic for years. Like the learned, rational fellow he is, he forces her to destroy all her magical charms and protective devices, and stop that foolishness. He isn't put off by her insistence that his professional rivals are working magic against him, and her protections are necessary to his career and life.","2.508","/ePHAyuC6RFA6dxmmHtkuxSvbj4K.jpg","[{'id':4913,'logo_path':null,'name':'Independent Artists','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1962-04-25","0","90","[{'iso_639_1':'en','name':'English'}]","Released","You Must See It From the Beginning To Feel The Shock-Impact of the End!","Night of the Eagle","false","6.9","31" +"false","/7cRdp2KZWz1RZLpP603k4y3vSQq.jpg","null","50000000","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'}]","","11469","tt0265087","en","Black Knight","Martin Lawrence plays Jamal, an employee in Medieval World amusement park. After sustaining a blow to the head, he awakens to find himself in 14th century England.","8.867","/xJnGEOnYUelD6wLgpQfNg5tq8jV.jpg","[{'id':1171,'logo_path':null,'name':'Epsilon Motion Pictures','origin_country':'CH'},{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':10104,'logo_path':'/hNuGhsKVlmhnwSRcmOejDBDjh6w.png','name':'New Regency Pictures','origin_country':'US'},{'id':73956,'logo_path':null,'name':'Runteldat Entertainment','origin_country':'US'},{'id':73957,'logo_path':null,'name':'Firm, The','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-11-21","33422806","95","[{'iso_639_1':'en','name':'English'}]","Released","It's only a flesh wound!","Black Knight","false","5.2","512" +"false","/oRV5IDUkc1URRYW756XIfS6jUQE.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","31598","tt0100442","en","Q & A","A young district attorney seeking to prove a case against a corrupt police detective encounters a former lover and her new protector, a crime boss who refuse to help him.","3.198","/zkUUA5OusAY70vgWf5M72c5aWwA.jpg","[{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'},{'id':275,'logo_path':'/2MxNWlN5b3UXt1OfmznsWEQzFwq.png','name':'Carolco Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-04-27","0","132","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","When the questions are dangerous, the answers can be deadly.","Q & A","false","6.3","37" +"false","/wwW1jZSTSPW7HCcPFXgjcRVaeHM.jpg","{'id':374930,'name':'Snow Queen Collection','poster_path':'/r2ONwf2TcKULpPAEpqfOAK2bgXi.jpg','backdrop_path':'/S53UcTvYXmfwNm5dOqXu6yMbuN.jpg'}","0","[{'id':14,'name':'Fantasy'},{'id':10751,'name':'Family'},{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'}]","","292014","tt3477554","ru","?????????????? ???????????????? 2: ??????????????????????????","After the trolls' victory over the Snow Queen, Orm claims that he is destined to marry the princess and inherit great power.","3.665","/81V4u91vVxjPboozcQOADQtfsCi.jpg","[{'id':46315,'logo_path':null,'name':'Wizart Animation','origin_country':''}]","[{'iso_3166_1':'RU','name':'Russia'}]","2014-12-12","0","78","[{'iso_639_1':'ru','name':'P????????????'}]","Released","","The Snow Queen 2: Refreeze","false","6.1","40" +"false","/kJKsJO5RsyDHIziZO3xc8XJeKhw.jpg","null","80000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'}]","http://spacecopmovie.com/","280617","tt3892384","en","Space Cop","Space Cop is the story of a cop from the future of space who travels back in time to the present and is teamed up with a cop from the past who is unfrozen in the present. Together, they must defeat evil aliens with a sinister plan. Out of time and out of place, these two unwitting heroes must work together to save the world from a group of renegade aliens and the re-animated brain of a mad scientist bent on global extinction.","2.4","/1HA9VAZdCoqp94hFKTq0VHWNQLb.jpg","[{'id':15886,'logo_path':null,'name':'Red Letter Media','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2016-01-13","0","102","[{'iso_639_1':'en','name':'English'}]","Released","He's a cop. From the future. The future of space.","Space Cop","false","4.4","25" +"false","/8N14q1XanN3LN8ahGYsrhS0NQFQ.jpg","null","15000000","[{'id':18,'name':'Drama'},{'id':12,'name':'Adventure'},{'id':10749,'name':'Romance'}]","","14689","tt0060491","en","Hawaii","Abner Hale, a rigid and humorless New England missionary, marries the beautiful Jerusha Bromley and takes her to the exotic island kingdom of Hawaii, intent on converting the natives. But the clash between the two cultures is too great and instead of understanding there comes tragedy.","2.051","/cRqw7ajYhz7Kn4p0y559K6jR9Zi.jpg","[{'id':219,'logo_path':null,'name':'The Mirisch Corporation','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1966-10-10","34562222","189","[{'iso_639_1':'en','name':'English'}]","Released","James Michener's novel reaches the screen.","Hawaii","false","6.4","17" +"false","/yz3ksEUgnKduRBLtR6JrIkd7O08.jpg","null","35000000","[{'id':35,'name':'Comedy'}]","","16363","tt0083642","en","The Best Little Whorehouse in Texas","The town sheriff and a madame team up to stop a television evangelist from shutting down the local whorehouse, the famed ""Chicken Ranch.""","3.841","/yw3PNR3NVeKKfLWv8SgFQnXoHZh.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':6,'logo_path':'/n53F7K9scQWFXYbrCablqLKqJdp.png','name':'RKO Radio Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1982-07-23","69701637","114","[{'iso_639_1':'en','name':'English'}]","Released","With Burt and Dolly this much fun just couldn't be legal!","The Best Little Whorehouse in Texas","false","6.1","64" +"false","/5GVCLlr1DzfojgQeQHZS4vbJkat.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","289536","tt2222062","en","Evil Things - cose cattive","Four kids take part in a pervert game - a torturer, the blog's master, four victims, none of them really innocent.","0.845","/ja7BoEr13G4WGOt6MlkFpEzuhTK.jpg","[{'id':31370,'logo_path':null,'name':'Macaia Film','origin_country':''},{'id':31371,'logo_path':null,'name':'Inside Productions','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'}]","2012-12-12","0","","[{'iso_639_1':'en','name':'English'}]","Released","...and how evil are you?","Evil Things","false","3.3","8" +"false","/jBxHYbQjbiIRo9mZQXBhJGakPIE.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","60631","tt0094056","en","Street Smart","A New York journalist lies when his fake story about a pimp describes a real pimp up for murder.","1.69","/7aPwpPjrEozWWBr4fZEwmFeTEh5.jpg","[{'id':13549,'logo_path':null,'name':'Golan-Globus Productions','origin_country':''},{'id':1444,'logo_path':'/5jvFLUVXGXxkyszL9cqJN5hNhJ6.png','name':'Cannon Group','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CA','name':'Canada'}]","1987-03-20","0","97","[{'iso_639_1':'en','name':'English'}]","Released","Never let the truth ruin a good story.","Street Smart","false","6.5","22" +"false","/44bkwKHeLHTF99byrzCj77STjBQ.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","42541","tt0053841","en","From the Terrace","Alfred Eaton, an ambitious young executive, climbs to the top of New York's financial world as his marriage crumbles. At the brink of attaining his career goals, he is forced to choose between business success, married to the beautiful, but unfaithful Mary and starting over with his true love, the much younger Natalie.","0.983","/9gu5r0RtfJxmkw3Mr6HvjF4spi5.jpg","[{'id':54237,'logo_path':null,'name':'Linebrook','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1960-09-09","0","149","[{'iso_639_1':'en','name':'English'}]","Released","You can't buy respectability by putting a wedding ring on it!","From the Terrace","false","7.3","11" +"false","/oxRVzJXqWx7urR6LgD8SyK0KWIM.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","55539","tt0094383","en","Zombie High","A woman goes to previously all-male boarding school on a scholarship. She begins to separate herself from her boyfriend in order to devote more time to her new environment...","1.264","/a49DawYmrilzmSITTozQWoG2yQm.jpg","[{'id':5093,'logo_path':null,'name':'Cinema Group','origin_country':''}]","[]","1987-10-02","0","93","[{'iso_639_1':'en','name':'English'}]","Released","","Zombie High","false","3.6","12" +"false","/nLfxSTbLIlVeNATk9Ykn9SMcNjY.jpg","null","1700000","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'}]","","18502","tt0090094","en","The Stuff","Weird yummy goo erupts from the earth and is discovered by a couple of miners. They taste it and decide to market it because it tastes so good. The American public literally eats up the new dessert sensation now known as the Stuff but, unfortunately, it takes over the brains of those who eat it, turning them into zombie-like creatures. It is up to ex-FBI agent David Rutherford and a kid named Jason to stop the spread of the mind-devouring dessert.","6.79","/n18VCF6QdiQHOxD0ABOq0Vg80Pc.jpg","[{'id':17069,'logo_path':null,'name':'Larco Productions','origin_country':''},{'id':1950,'logo_path':null,'name':'New World Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-06-14","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Are you eating it... or is it eating you?","The Stuff","false","5.8","160" +"false","/vNeCUQ2q64essNMKu1Ob26B0M1S.jpg","null","0","[]","","46148","tt0041791","en","The Red Menace","A couple try to leave the Communist party after a murder by the group they were once loyal to.","1.277","/a7mPps5f7VfVqyeeJ3W6CGyrkJq.jpg","[{'id':1432,'logo_path':'/8AcaWEWQ8MFUBGlt9WxGGBAMpMG.png','name':'Republic Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1949-08-01","0","81","[{'iso_639_1':'en','name':'English'}]","Released","So shocking it was filmed behind locked studio doors!","The Red Menace","false","3.1","5" +"false","/ldPrb72PRw1v3ywQbrwlUhhUAe5.jpg","null","0","[{'id':37,'name':'Western'}]","","47914","tt0076915","en","The White Buffalo","In this strange western version of JAWS, Wild Bill Hickok hunts a white buffalo he has seen in a dream. Hickok moves through a variety of uniquely authentic western locations - dim, filthy, makeshift taverns; freezing, slaughterhouse-like frontier towns and beautifully desolate high country - before improbably teaming up with a young Crazy Horse to pursue the creature.","4.198","/39MC4hPmP5kl9C4PNBLCmimDi4Y.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':10308,'logo_path':null,'name':'Dino De Laurentiis Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1977-05-01","0","97","[{'iso_639_1':'en','name':'English'}]","Released","Two legendary enemies unite to fight the charging white beast!!","The White Buffalo","false","5.4","38" +"false","/7Mo5kWwyMHzLwCzOMc7Bh1WP95H.jpg","null","18000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':10749,'name':'Romance'},{'id':37,'name':'Western'}]","","38665","tt0082648","en","The Legend of the Lone Ranger","When the young Texas Ranger, John Reid, is the sole survivor of an ambush arranged by the militaristic outlaw leader, Butch Cavendich, he is rescued by an old childhood Comanche friend, Tonto. When he recovers from his wounds, he dedicates his life to fighting the evil that Cavendich represents. To this end, John Reid becomes the great masked western hero, The Lone Ranger. With the help of Tonto, the pair go to rescue President Grant when Cavendich takes him hostage.","2.439","/gcK1tL51i0vvSud663E2vdSj9N9.jpg","[{'id':1584,'logo_path':null,'name':'ITC Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1981-08-20","2945600","98","[{'iso_639_1':'en','name':'English'}]","Released","The untold story of the man behind the mask, and the legend behind the man.","The Legend of the Lone Ranger","false","3.8","18" +"false","/b7lZj3DNhtQHWAgzr4WDQQYDqwn.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':10752,'name':'War'}]","","51619","tt0044446","en","The Sound Barrier","Fictionalized story of British aerospace engineers solving the problem of supersonic flight.","2.611","/q2kfwEyuFBH3a1A0AlLOxq8T4X6.jpg","[{'id':659,'logo_path':null,'name':'London Film Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1952-12-21","0","118","[{'iso_639_1':'en','name':'English'}]","Released","","The Sound Barrier","false","6.5","19" +"false","/8SqznXDc9TFUDSKjcUSCFHtPeLr.jpg","null","0","[{'id':14,'name':'Fantasy'},{'id':35,'name':'Comedy'},{'id':16,'name':'Animation'}]","http://shadowmachine.com/#/projects/featured/hell_back","336313","tt2141773","en","Hell & Back","Two best friends set out to rescue their pal after he's accidentally dragged to hell.","5.799","/lNEjSuF8ZtYPxYHurtovXDxkobG.jpg","[{'id':4616,'logo_path':null,'name':'Freestyle Releasing','origin_country':''},{'id':30741,'logo_path':null,'name':'ShadowMachine Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-10-02","157768","86","[{'iso_639_1':'en','name':'English'}]","Released","We'll see you there","Hell & Back","false","5.2","113" +"false","/trIfE26AFtql8cyMiI2l7GeUFyI.jpg","null","0","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://ninaforever.com/","323694","tt2885628","en","Nina Forever","Holly loves Rob and tries to help him through his grief ??? even if it means contending with his dead girlfriend Nina, who comes back, bloody and broken, every time they make love","3.557","/scpGPh3MMqLRiBtg5ltrfvH8Sfu.jpg","[{'id':72690,'logo_path':null,'name':'Charlie Productions','origin_country':''},{'id':73121,'logo_path':null,'name':'Casualties Bureau','origin_country':''},{'id':73122,'logo_path':null,'name':'Jeva Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-03-14","0","98","[{'iso_639_1':'en','name':'English'}]","Released","A fucked up fairy tale","Nina Forever","false","5.4","73" +"false","/6r1nGcCP1gzlorSJgtmm5W434rw.jpg","{'id':412680,'name':'Hard Target Collection','poster_path':'/g7Bc4ik16xOBz21BQOcsxrBL8BO.jpg','backdrop_path':'/wcBIwQY888HX1QWpnv43lAujoId.jpg'}","18000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","2019","tt0107076","en","Hard Target","When a woman's father goes missing, she enlist a local to aid in her search. The pair soon discover that her father has died at the hands of a wealthy sportsman who hunts homeless men as a form of recreation.","10.262","/6WEu60V7EzncuFJSVmGJzhFvs4I.jpg","[{'id':11462,'logo_path':'/7ZymELJwuWR4k5p0oeZ3d3WAhO3.png','name':'Alphaville Films','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':467,'logo_path':null,'name':'Renaissance Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-08-20","74189677","97","[{'iso_639_1':'en','name':'English'}]","Released","Don't hunt what you can't kill.","Hard Target","false","6.1","395" +"false","/xIk449aY4PtzLv26KaFe5GpGLKw.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://www.deepwebthemovie.com","321769","tt3312868","en","Deep Web","Deep Web gives the inside story of one of the most important and riveting digital crime sagas of the century -- the arrest of Ross William Ulbricht, the 30-year-old entrepreneur convicted of being 'Dread Pirate Roberts,' creator and operator of online black market Silk Road. As the only film with exclusive access to the Ulbricht family, Deep Web explores how the brightest minds and thought leaders behind the Deep Web and Bitcoin are now caught in the crosshairs of the battle for control of a future inextricably linked to technology, with our digital rights hanging in the balance.","5.949","/jSCpBnzQZPwHZ3zOYtpeIwcNbEJ.jpg","[{'id':43613,'logo_path':null,'name':'Trouper','origin_country':''},{'id':45750,'logo_path':null,'name':'BOND/360','origin_country':'US'},{'id':55571,'logo_path':'/uGUxE09pqg0SRDv41hRAKw2jDLI.png','name':'Zipper Bros Films','origin_country':''},{'id':63267,'logo_path':'/aBsWy0FMOCdtvGGxJFQl5CPR07i.png','name':'Exhibit A Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-03-15","0","89","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","The crime saga of the digital age.","Deep Web","false","6.8","140" +"false","/1aeEzuaJNWNBSx5BJhWAB4YYLOB.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","http://www.thedamnedthingmovie.com/","392051","tt3748076","en","The Damned Thing","Three tales of horror are told from the narration of paranormal investigator Eddie Osborne to his newly hired videographer, as they document an abandoned hotel with supernatural occurrences.","1.484","/2qOqdXL7kR6CBbwEdc5AXa9Wrb2.jpg","[{'id':75270,'logo_path':null,'name':'Blue Light Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-12-05","0","87","[{'iso_639_1':'en','name':'English'}]","Released","Don't let it consume you.","The Damned Thing","false","4.4","7" +"false","/k8z6RcPui8flMTx2auZwXhS7RAS.jpg","null","0","[{'id':99,'name':'Documentary'}]","","359624","tt0060546","en","Isadora Duncan, the Biggest Dancer in the World","The outrageous life of the American dancer of the 1920s, Isadora Duncan, whom Ken Russell described as ""part genius and part charlatan"".","0.871","/afmXkEcaQTaLyzidWjdK2WY5LW9.jpg","[]","[]","1966-01-02","0","63","[]","Released","","Isadora Duncan, the Biggest Dancer in the World","false","6","1" +"false","/8YXU3meKHu3qVEingZBELJrWELy.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","91683","tt0097263","en","Edge of Sanity","When Henry Jekyll's experiments with cocaine have gotten out of control, he transforms into the hideous Jack Hyde. As Hyde he searches the London streets at night for his prey in whorehouses and opium dens. The police can't catch him, he has nothing to lose but his mind","1.342","/qXTddNRfoLW8r42CadYzNVedO4t.jpg","[{'id':3322,'logo_path':null,'name':'August Entertainment','origin_country':''},{'id':5570,'logo_path':null,'name':'Allied Vision','origin_country':''},{'id':7014,'logo_path':null,'name':'Hungarofilm','origin_country':''},{'id':75351,'logo_path':null,'name':'Allied Cine Group Pic II','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'HU','name':'Hungary'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1989-04-14","0","91","[{'iso_639_1':'en','name':'English'}]","Released","Beware the beast within!","Edge of Sanity","false","5.3","20" +"false","/6Zqw7NyvBqMP0G0m1fVeBLaFeQm.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","4939","tt0058571","en","Send Me No Flowers","At one of his many visits to his doctor, hypochondriac George Kimball mistakes a dying man's diagnosis for his own and believes he only has about two more weeks to live. Wanting to take care of his wife Judy, he doesn't tell her and tries to find her a new husband. When he finally does tell her, she quickly finds out he's not dying at all (while he doesn't) and she believes it's just a lame excuse to hide an affair, so she decides to leave him.","3.754","/uPKMszsB8ZABEch2dIo767Mnnq7.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1964-10-14","0","100","[{'iso_639_1':'en','name':'English'}]","Released","Rock is ready to make love yesterday, tomorrow, and especially to Day (Doris that is!)","Send Me No Flowers","false","6.8","45" +"false","/yNJayqw4e10wWLbgwb9TgXbf0j.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","40894","tt0055100","en","Lover Come Back","Rock Hudson and Doris Day are together again! Jerry Webster (Hudson) and Carol Templeton (Day) are rival Madison Avenue advertising executives who each dislike each other???s methods. After he steals a client out from under her cute little nose, revenge prompts her to infiltrate his secret ""VIP"" campaign in order to persuade the mystery product???s scientist to switch to her firm.","4.214","/fy6TVTQ3K391IpW5oWEVaYXFIwb.jpg","[{'id':10330,'logo_path':'/nY62adzeba5GVK8LJYD6yd9R8H4.png','name':'Universal International Pictures','origin_country':''},{'id':5823,'logo_path':null,'name':'7 Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1961-11-20","8","107","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","A riotous new twist in the art of gentle persuasion!","Lover Come Back","false","7.1","40" +"false","/z4Ausah3ytq9kX6ScjAE0jFkPdz.jpg","null","11000000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","1633","tt0101921","en","Fried Green Tomatoes","Amidst her own personality crisis, southern housewife Evelyn Couch meets Ninny, an outgoing old woman who tells her the story of Idgie Threadgoode and Ruth Jamison, two young women who experienced hardships and love in Whistle Stop, Alabama in the 1920s.","8.154","/g71l1vbJwyAAYk8zKCkIQQ58qcb.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1991-12-27","119418501","130","[{'iso_639_1':'en','name':'English'}]","Released","The secret of life? The secret's in the sauce.","Fried Green Tomatoes","false","7.8","593" +"false","/iAudhC0zatT9Uz7O4Zfgd5InvDP.jpg","null","0","[{'id':53,'name':'Thriller'}]","http://gamechanger-films.com/the-invitation","306947","tt2400463","en","The Invitation","Will and his new girlfriend Kira are invited to a dinner with old friends at the house of Will???s ex Eden and her new partner David. Although the evening appears to be relaxed, Will soon gets a creeping suspicion that their charming host David is up to something.","8.954","/v5Bdti2w5sqKNPge6I9jF2YpAqF.jpg","[{'id':12142,'logo_path':'/rPnEeMwxjI6rYMGqkWqIWwIJXxi.png','name':'XYZ Films','origin_country':'US'},{'id':35562,'logo_path':'/cpeGUCuKo2vgaxzru9RvhJYBcdX.png','name':'Gamechanger Films','origin_country':'US'},{'id':115811,'logo_path':null,'name':'Lege Artis','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-08-05","231737","100","[{'iso_639_1':'en','name':'English'}]","Released","There is nothing to be afraid of.","The Invitation","false","6.5","1000" +"false","/jTHS1VHxIqRr3UJRzP1ZNoMrGia.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'}]","","10063","tt0455362","en","The Breed","Brothers John and Matt have inherited an island cabin from their recently deceased uncle. Along with Matt's girlfriend, Nicki, and other mutual friends, the siblings travel to the cabin for a relaxing weekend getaway. But, not long after arriving, the group is besieged by ravenous dogs. They watch in horror as another vacationer, Luke, is eaten alive. Soon, they discover a training facility where the dogs have been bred to kill.","7.758","/vgjtRQPZ7HkDXvpSIPUuUZk5nBl.jpg","[{'id':7770,'logo_path':null,'name':'ApolloProMovie','origin_country':''},{'id':13534,'logo_path':null,'name':'First Look Pictures','origin_country':'US'}]","[{'iso_3166_1':'ZA','name':'South Africa'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2006-05-17","1675484","90","[{'iso_639_1':'en','name':'English'}]","Released","Let the manhunt begin.","The Breed","false","5","141" +"false","/47lRPOl0bLEWXapxybSJFwaDfli.jpg","{'id':534652,'name':'Black Caesar','poster_path':null,'backdrop_path':null}","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","22029","tt0069792","en","Black Caesar","Tommy Gibbs is a tough kid, raised in the ghetto, who aspires to be a kingpin criminal. As a young boy, his leg is broken by a bad cop on the take, during a payoff gone bad. Nursing his vengeance, he rises to power in Harlem, New York. Angry at the racist society around him, both criminal and straight, he sees the acquisition of power as the solution to his rage.","2.32","/9Qe1pEtRdCfBkp5I5bIKY4wASrl.jpg","[{'id':9266,'logo_path':null,'name':'American International Pictures (AIP)','origin_country':'US'},{'id':17069,'logo_path':null,'name':'Larco Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1973-02-07","0","94","[{'iso_639_1':'en','name':'English'}]","Released","Hail Caesar Godfather of Harlem!","Black Caesar","false","6.2","26" +"false","/o7h0XpnTQKfHMhcKib9xeOgAHna.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':27,'name':'Horror'}]","","39890","tt0053719","en","The City of the Dead","A young college student arrives in a sleepy Massachusetts town to research witchcraft; during her stay at an eerie inn, she discovers a startling secret about the town and its inhabitants.","3.469","/74TT5bPyFKCODL7riWzDk6w4W4J.jpg","[{'id':109415,'logo_path':null,'name':'Vulcan Film','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1960-09-09","0","76","[{'iso_639_1':'en','name':'English'}]","Released","300 years old! Human blood keeps them alive forever!","The City of the Dead","false","6.7","58" +"false","/2B0LaNlwqTqYKnKZ4g2z0Hz5UUN.jpg","null","225000","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","28437","tt0049013","en","The Black Sleep","In 19th century England, a noted brain surgeon rescues a former student from being hanged on a false conviction for murder, and spirits him away to an ancient, repurposed abbey far in the countryside. There, he connives his pupil into assisting him in mapping the functions of the various parts of the human brain, using living subjects who are under a terrible animation-suspending drug called ""black sleep"". Subsequently, the student, along with the daughter of one of the subjects, discover that most of these subjects have survived but are being kept in a dungeon-like cellar, in various stages of derangement...","1.668","/lFj9UXsT45qAHAtu4kiFg5072Bl.jpg","[{'id':4802,'logo_path':null,'name':'Bel-Air Productions','origin_country':''},{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1956-06-15","0","82","[{'iso_639_1':'en','name':'English'}]","Released","The Terror Drug That Wakes the Dead!","The Black Sleep","false","6.4","16" +"false","/3D0UL7M3cG6LDlI3d6QHR5bqEZs.jpg","null","0","[{'id':27,'name':'Horror'},{'id':37,'name':'Western'}]","","227603","tt0071722","en","A Knife for the Ladies","A mutilating knife-killer haunts the small Southwest-desert town of Mescal. Though most victims have been prostitutes, the first was none other than Travis Mescal, the only son of the town's first family. When the Sheriff proves unable to solve the case, the town leaders invite Investigator Burns to unravel the mystery.","1.302","/zxxAMLsMGNHCpPKC9D1DojBECJ9.jpg","[{'id':81080,'logo_path':null,'name':'Spangler / Jolley Productions','origin_country':''},{'id':81081,'logo_path':null,'name':'Bryanston Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1974-05-02","0","86","[{'iso_639_1':'en','name':'English'}]","Released","Nothing can stop the Killer with a Blood Lust for Ladies - Naked and Dead.","A Knife for the Ladies","false","3.7","6" +"false","/9ZrF8ZkGIcCbxfL1ZPr72k6aFGq.jpg","null","12796917","[{'id':10751,'name':'Family'},{'id':16,'name':'Animation'}]","http://www.blinkybill.com.au/","339669","tt3700456","en","Blinky Bill the Movie","Blinky Bill is a little koala with a big imagination. An adventurer at heart, he dreams of leaving the little town of Green Patch and following in his missing father???s footsteps. When Blinky discovers a mysterious marker that hints at his Dad???s whereabouts, he embarks on a journey that takes him beyond the boundary of Green Patch and into the wild and dangerous Outback.","2.654","/c7f5MjXeIRW4FSMEL82Spz8jacz.jpg","[{'id':51863,'logo_path':'/qkh0kHmfKanKxoi4hlL8BeU7SRm.png','name':'Studio 100 Animation','origin_country':'FR'},{'id':20187,'logo_path':null,'name':'Flying Bark Productions','origin_country':''},{'id':72280,'logo_path':null,'name':'Telegael','origin_country':'IE'},{'id':72281,'logo_path':null,'name':'Assemblage Entertainment','origin_country':'IN'},{'id':7584,'logo_path':'/eGkfvvyf4fJTvBUR1xt1669IPA3.png','name':'Screen Australia','origin_country':'AU'}]","[{'iso_3166_1':'AU','name':'Australia'}]","2015-08-21","0","93","[{'iso_639_1':'en','name':'English'}]","Released","","Blinky Bill the Movie","false","5.3","17" +"false","/gi8domyG3ZVwyAKZ02DzOs6d3QN.jpg","null","0","[{'id':28,'name':'Action'}]","","145942","tt0096436","en","White Ghost","July '72. Vietnam. Lt. Steve Shepard missing in action. Presumed dead...15 years later he's still there.","1.259","/z56TlZOKOaAXl8e5YUb5hjAv3Qg.jpg","[{'id':17996,'logo_path':null,'name':'Gibraltar Entertainment','origin_country':''},{'id':21084,'logo_path':null,'name':'Image Organization','origin_country':''},{'id':17915,'logo_path':null,'name':'Trans World Entertainment (TWE)','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-11-18","0","88","[]","Released","He may be a phantom of the past, but he's not dead yet.","White Ghost","false","4.9","4" +"false","/rZHdqFaKU6FuSCfchnyjm8nMjrd.jpg","{'id':397842,'name':'The Amityville Collection','poster_path':'/stPXPasI1lvxJRJJuDCKBr6X836.jpg','backdrop_path':'/kPfuozrsE7pmFFolkR0xFicZDJT.jpg'}","0","[{'id':27,'name':'Horror'}]","","16235","tt0083550","en","Amityville II: The Possession","The Lutz family have managed to flee their home with their lives intact, but before them, another family lived in this house and were caught up in the original evil who weren't so lucky...","6.797","/qzvf4p6bKyadZQo2aZFsR4uuT2W.jpg","[{'id':10308,'logo_path':null,'name':'Dino De Laurentiis Company','origin_country':'US'},{'id':75480,'logo_path':null,'name':'Media Transactions','origin_country':''}]","[{'iso_3166_1':'MX','name':'Mexico'},{'iso_3166_1':'US','name':'United States of America'}]","1982-09-24","12534817","104","[{'iso_639_1':'en','name':'English'}]","Released","Don't forget to check under the bed...","Amityville II: The Possession","false","5.8","118" +"false","/vkQA3aI5Ryt0HILTaRpAKj9CNE9.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","85163","tt0095005","en","Destroyer","A prison riot breaks out at the moment of a serial murderer's execution by electrocution, and his fate becomes indeterminate when the prison is shut down. 18 months later, a team of filmmakers converge on the prison to film a women-in-prison exploitation flick, but find that a certain somebody is disrupting their shooting schedule...","1.09","/yiPjRxY65nVT9jyDRv1pPcb3nbB.jpg","[{'id':75349,'logo_path':null,'name':'Weskirk','origin_country':''},{'id':13071,'logo_path':null,'name':'Wind River Productions','origin_country':''},{'id':13072,'logo_path':null,'name':'Skouras Pictures','origin_country':''},{'id':75350,'logo_path':null,'name':'Back East Money','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-04-01","0","94","[{'iso_639_1':'en','name':'English'}]","Released","3,000 voltz couldn't kill him... It just gave him a buzz.","Destroyer","false","4.6","5" +"false","/lmUzoIeQH5T8gP3gFVta3CuOmC.jpg","null","12000000","[{'id':14,'name':'Fantasy'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","8067","tt0119535","en","A Life Less Ordinary","A couple of angels, O'Reilly and Jackson, are sent to Earth to make sure that their next supervised love-connection succeeds. They follow Celine, a spoiled rich girl who has just accidentally shot a suitor and, due to a misunderstanding, is kidnapped by janitor Robert. Although Celine quickly frees herself, she stays with Robert for thrills. O'Reilly and Jackson pursue, hoping to unite the prospective lovers.","6.316","/tk7WNEwLZepFU2yPIIkRuQOO0Q9.jpg","[{'id':93311,'logo_path':null,'name':'Aaargh! Animation','origin_country':''},{'id':181,'logo_path':null,'name':'Channel Four Films','origin_country':'GB'},{'id':359,'logo_path':null,'name':'Figment Films','origin_country':''},{'id':1382,'logo_path':'/sOg7LGESPH5vCTOIdbMhLuypoLL.png','name':'PolyGram Filmed Entertainment','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1997-10-24","0","103","[{'iso_639_1':'en','name':'English'}]","Released","A comedy for anyone who's ever been in danger...of falling in love.","A Life Less Ordinary","false","6.3","206" +"false","/fX7wAWwaYQWO3jPq6uCD9cq1aWJ.jpg","null","4000000","[{'id':27,'name':'Horror'}]","http://www.blumhouse.com/tag/the-veil/","257087","tt3533916","en","The Veil","The story springs from the real-world headlines of religious cults and mass suicides. With Veil, it begins 30 years ago, when members of a religious cult known as Heaven's Veil take their own lives. The truth behind what really happened remains buried deep in the memory of the sole survivor, a five-year-old girl, who returns to the compound with a documentary crew as an adult. They soon discover something that is far more terrifying than anything they could have imagined.","7.438","/kdm4LBCphAzvr2XbGi6eRJNXeXE.jpg","[{'id':3172,'logo_path':'/kDedjRZwO8uyFhuHamomOhN6fzG.png','name':'Blumhouse Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-04-21","0","93","[{'iso_639_1':'en','name':'English'}]","Released","The dead come back","The Veil","false","4.5","183" +"false","/nc40a88alp8fPIxMO4ADyesojNv.jpg","null","0","[{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","329004","tt2580382","en","The Survivalist","In a time of starvation, a survivalist lives off a small plot of land hidden deep in forest. When two women seeking food and shelter discover his farm, he finds his existence threatened.","5.066","/hd491WgKPxeQus2LnvFbYmyUFmt.jpg","[{'id':7281,'logo_path':'/vuDafYIcuoY0YyvgcqtjXOKwn6Q.png','name':'British Film Institute','origin_country':'GB'},{'id':6715,'logo_path':null,'name':'K5 International','origin_country':'DE'},{'id':11667,'logo_path':'/dhBJdstAolGmqRfbQfElhsU1cTo.png','name':'Northern Ireland Screen','origin_country':'GB'},{'id':63443,'logo_path':'/iKm40tfw3Hxaz7mUubWrdbApUJV.png','name':'The Fyzz Facility','origin_country':'GB'},{'id':73310,'logo_path':null,'name':'The Fyzz Facility Film One','origin_country':''},{'id':75838,'logo_path':null,'name':'Goldcrest','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-04-15","0","104","[{'iso_639_1':'en','name':'English'}]","Released","Every Stranger Is The Enemy","The Survivalist","false","6.2","145" +"false","/5GsJuYZuG1bkuSI8FeWol5nvR9S.jpg","null","15000000","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'}]","http://www.krampusthefilm.com/","287903","tt3850590","en","Krampus","A horror comedy based on the ancient legend about a pagan creature who punishes children on Christmas.","9.37","/27SiV4EBHcTBMz4IKANjhX5iIoX.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':923,'logo_path':'/5UQsZrfbfG2dYJbx8DxfoTr2Bvu.png','name':'Legendary Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-11-26","61788393","98","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","You don't want to be on his list.","Krampus","false","6","1019" +"false","/czSndRLgQZjTCupTgejnJ8x48Zs.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':10749,'name':'Romance'}]","","32726","tt0063060","en","Hellfighters","The adventures of oil well fire specialist Chance Buckman (based on real-life Red Adair), who extinguishes massive fires in oil fields around the world.","3.743","/jlms997fM9PrG9YoD2p2UIORQYG.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1968-11-27","0","121","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","The Toughest Hellfighter Of All!","Hellfighters","false","6.3","35" +"false","/nrRY2LqMdxK1oWwRHRNAQzDndzU.jpg","{'id':104716,'name':'Basket Case Collection','poster_path':'/6DdpgHlruy4h6tfpwctFUw0inVj.jpg','backdrop_path':'/mT2dXQT7FPYN7GCwPrkIB0Enrq9.jpg'}","35000","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","27813","tt0083624","en","Basket Case","A young man carrying a big basket that contains his deformed Siamese-twin brother seeks vengeance on the doctors who separated them against their will.","6.068","/ciyzEBzJ1TnafkgGXr6DqEVh1wk.jpg","[{'id':37061,'logo_path':null,'name':'Basket Case Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1982-04-14","0","91","[{'iso_639_1':'en','name':'English'}]","Released","The tenant in room 7 is very small, very twisted and very mad.","Basket Case","false","6.3","146" +"false","/xnBZxfqR6EqbrIyb3yfU1w90n6q.jpg","null","0","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","11535","tt0246894","en","Rollerball","In this fast action-packed thriller, Jonathan, Marcus, and Aurora compete in a dangerous, fierce sport called Rollerball. Although, Johnathan and Marcus try to quit, cruel and vindictive promoter Alexi Petrovich encourages them to still participate.","7.778","/5Wquo3EjfDpK7S1BHcybuC3TZDO.jpg","[{'id':507,'logo_path':'/z7H707qUWigbjHnJDMfj6QITEpb.png','name':'Atlas Entertainment','origin_country':'US'},{'id':657,'logo_path':null,'name':'Toho-Towa','origin_country':''},{'id':748,'logo_path':null,'name':'Mosaic Media Group','origin_country':''},{'id':1484,'logo_path':null,'name':'Yorktown Productions','origin_country':''},{'id':2216,'logo_path':null,'name':'Helkon Media AG','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'US','name':'United States of America'}]","2002-02-08","0","98","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'ko','name':'?????????/?????????'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'en','name':'English'}]","Released","Go Ballistic","Rollerball","false","3.8","201" +"false","/slqA55Dx7qmO73kH2pAyF2HWi7W.jpg","null","27000000","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","8512","tt0112857","en","Devil in a Blue Dress","In late 1940s Los Angeles, Easy Rawlins is an unemployed black World War II veteran with few job prospects. At a bar, Easy meets DeWitt Albright, a mysterious white man looking for someone to investigate the disappearance of a missing white woman named Daphne Monet, who he suspects is hiding out in one of the city's black jazz clubs. Strapped for money and facing house payments, Easy takes the job, but soon finds himself in over his head.","5.793","/z0Boi5LktVxDMFnpyAqQEnYfPtM.jpg","[{'id':2510,'logo_path':null,'name':'Mundy Lane Entertainment','origin_country':''},{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'},{'id':1274,'logo_path':null,'name':'Clinica Estetico','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-09-15","16140822","102","[{'iso_639_1':'en','name':'English'}]","Released","Private detective Easy Rawlins has been caught on the wrong side of the most dangerous secret in town.","Devil in a Blue Dress","false","6.5","145" +"false","/iK8HCjknynH61MvyZijkgdaaHie.jpg","null","20000000","[{'id':35,'name':'Comedy'}]","","14926","tt0263757","en","Uptown Girls","Molly Gunn, the freewheeling daughter of a deceased rock legend, is forced to get a job when her manager steals her money. As nanny for precocious Ray, the oft ignored daughter of a music executive she learns what it means to be an adult while teaching Ray how to be a child.","8.076","/tNT8R6s1RNFxVbzcQPuJE75HLPi.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'},{'id':2150,'logo_path':null,'name':'GreeneStreet Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-08-15","37095657","92","[{'iso_639_1':'en','name':'English'}]","Released","They're about to teach each other how to act their age.","Uptown Girls","false","6.2","339" +"false","/gVqObIkuuaE7irQ4MC4CaCL7jlT.jpg","null","0","[{'id':18,'name':'Drama'}]","","55306","tt0120402","en","Ulee's Gold","An elderly beekeeper and Vietnam vet must rescue his daughter-in-law and protect his grandchildren from killers.","2.21","/uGoXXAGHhjdDzHmt8PkYKfSwqu3.jpg","[{'id':75348,'logo_path':null,'name':'Nunez-Gowan','origin_country':''},{'id':1274,'logo_path':null,'name':'Clinica Estetico','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-06-13","0","112","[{'iso_639_1':'en','name':'English'}]","Released","","Ulee's Gold","false","6","28" +"false","/9TuABRrgxcz1YrDF7jzXyjIMDgJ.jpg","null","19000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':53,'name':'Thriller'}]","","31618","tt0094731","en","Betrayed","An FBI agent (Debra Winger) falls in love with a white supremacist (Tom Berenger) whose group she infiltrates.","4.275","/yAnmm5hGuIbtiE2GOMnRfBszxee.jpg","[{'id':32793,'logo_path':null,'name':'CST Telecommunications','origin_country':''},{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':8880,'logo_path':'/fE7LBw7Jz8R29EABFGCvWNriZxN.png','name':'Winkler Films','origin_country':''}]","[{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'US','name':'United States of America'}]","1988-08-26","0","127","[{'iso_639_1':'en','name':'English'}]","Released","","Betrayed","false","6","41" +"false","/7lsnS82c1RXklfZUpLxiVd2HdR1.jpg","null","2300000","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","http://alanparker.com/film/midnight-express/","11327","tt0077928","en","Midnight Express","Billy Hayes is caught attempting to smuggle drugs out of Turkey. The Turkish courts decide to make an example of him, sentencing him to more than 30 years in prison. Hayes has two opportunities for release: the appeals made by his lawyer, his family, and the American government, or the ""Midnight Express"".","6.583","/vtXJf6DP2rk1yDx369MSAvwl9Cs.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':15058,'logo_path':null,'name':'Casablanca Filmworks','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1978-09-12","35000000","121","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'mt','name':'Malti'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Walk into the incredible true experience of Billy Hayes, and bring all the courage you can!","Midnight Express","false","7.7","602" +"false","/1eYXN4MH8WZFFSgg70g6cdUpSeO.jpg","null","6000000","[{'id':16,'name':'Animation'},{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'}]","","1857","tt0092106","en","The Transformers: The Movie","The Autobots must stop a colossal planet-consuming robot who goes after the Autobot Matrix of Leadership. At the same time, they must defend themselves against an all-out attack from the Decepticons.","8.313","/a6v1mtEnhwBLI9q9ACbAGmHy6bb.jpg","[{'id':2598,'logo_path':'/i42C5gRq7XqlG4S9vkchuJZfrBn.png','name':'Hasbro','origin_country':''},{'id':484,'logo_path':null,'name':'De Laurentiis Entertainment Group (DEG)','origin_country':''},{'id':2301,'logo_path':null,'name':'Marvel Productions','origin_country':'US'},{'id':3313,'logo_path':null,'name':'Sunbow Productions','origin_country':'US'}]","[{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'US','name':'United States of America'}]","1986-08-08","5849647","84","[{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'en','name':'English'}]","Released","Beyond good. Beyond evil. Beyond your wildest imagination.","The Transformers: The Movie","false","7","200" +"false","/hmzvI2zS3a7DrhfVgIibohpNQLW.jpg","null","0","[{'id':18,'name':'Drama'}]","","13384","tt0064541","en","Kes","A young, English working-class boy spends his free time caring for and training his pet falcon.","4.223","/siS5cFpMDxmsS3AS536LHLT9Uxb.jpg","[{'id':1980,'logo_path':null,'name':'Woodfall Film Productions','origin_country':''},{'id':27016,'logo_path':null,'name':'Kestrel Films Ltd.','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1969-11-18","0","110","[{'iso_639_1':'en','name':'English'}]","Released","They beat him. They deprived him. they ridiculed him. They broke his heart but they couldn't break his spirit.","Kes","false","7.4","160" +"false","/SeLXidRLbstDVeHMr6GqIJ9WqR.jpg","null","0","[{'id':99,'name':'Documentary'}]","","61487","tt0230512","en","Mayor of the Sunset Strip","A look at the history of fame in the world through the eyes of pop star impresario, Rodney Bingenheimer","1.869","/1vRVeVhozMozvQSubTlcmQlHKK0.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-06-17","0","94","[{'iso_639_1':'en','name':'English'}]","Released","One unlikely man made America listen","Mayor of the Sunset Strip","false","6.7","9" +"false","/oTbmkjg7Mkr5hJDRuEWmK2sdQP3.jpg","null","9000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","","20379","tt0060472","en","Grand Prix","Grand Prix driver Pete Aron is fired by his team after a crash at Monaco that injures his teammate, Scott Stoddard. While Stoddard struggles to recover, Aron begins to drive for another team, and starts dating Stoddard's wife.","4.458","/gfh6OOHPVXlwVQoNTNne9TZ1MD8.jpg","[{'id':2418,'logo_path':null,'name':'Cherokee Productions','origin_country':''},{'id':20412,'logo_path':null,'name':'Douglas & Lewis Productions','origin_country':''},{'id':3810,'logo_path':null,'name':'Joel Productions','origin_country':''},{'id':3811,'logo_path':null,'name':'John Frankenheimer Productions Inc.','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1966-12-21","0","176","[{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","Cinerama sweeps YOU into a drama of speed and spectacle!","Grand Prix","false","6.9","64" +"false","/pA64Ov7lDpwXBu33yq0KpmAOYJL.jpg","{'id':219691,'name':'I Spit on Your Grave Collection','poster_path':'/twoKFP4fjfOReWw8U13P39cj8xG.jpg','backdrop_path':'/y0UVHxtgIT1TtArCibBtk7wKnfT.jpg'}","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","357096","tt4530884","en","I Spit on Your Grave III: Vengeance is Mine","Jennifer Hills is still tormented by the brutal sexual assault she endured years ago. She???s changed identities and cities, reluctantly joining a support group where she begins to piece together a new life. But when her new friend???s murderer goes free and the tales of serial rapists haunt her, Jennifer will hunt down the men responsible and do what the system won???t ??? make them pay for their crimes in the most horrific ways imaginable. Only this time, no jury may be able to save her.","12.38","/6SnOlgrUoC5jqmgcYIM5lde5zYq.jpg","[{'id':10399,'logo_path':null,'name':'CineTel Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-10-01","0","91","[{'iso_639_1':'en','name':'English'}]","Released","","I Spit on Your Grave III: Vengeance is Mine","false","5.3","373" +"false","/r4c3y6hWtXaLsPBCNc6D8rdx56H.jpg","null","0","[{'id':35,'name':'Comedy'}]","","129126","tt0072953","en","Eskimo Nell","Three young men, a scriptwriter, a producer and a director are called in by Benny U Murdoch, an exotic movie producer. He wants to make a new erotic movie starring a big woman - the ""Eskimo Nell"" of the title. However problems start from the beginning, the scriptwriter is a virgin, a lover of penguins and hasn't a clue on how to write an erotic movie, each of the three main backers want a different type of movie - a western, an erotic and a kung-fu movie with different people in the main part. However problems really start for the three when Benny runs off with all the money and they have to make three different versions of the same film and try not to let the backers and stars know what has happened. And this is made harder when there is a clean-up-filth society breathing down their necks....","0.6","/Lk5PKUV77HkP2iUnMB6bqtARnu.jpg","[{'id':19970,'logo_path':null,'name':'Salon Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1975-01-17","0","","[{'iso_639_1':'en','name':'English'}]","Released","","Eskimo Nell","false","5.7","3" +"false","/w6DNdIDTaxZe0fbAcCeftX952VU.jpg","null","0","[{'id':37,'name':'Western'}]","","21717","tt0066831","en","Big Jake","An aging Texas cattle man who has outlived his time swings into action when outlaws kidnap his grandson.","4.533","/AjMigUMtBlOCCyNy4qsZ8Q8eFr3.jpg","[{'id':2532,'logo_path':'/qxGytGpK9htSl6xxv9qP1dG656e.png','name':'Batjac Productions','origin_country':'US'},{'id':3070,'logo_path':null,'name':'Cinema Center Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1971-05-26","0","110","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","They wanted gold. They gave them lead instead!","Big Jake","false","7","81" +"false","/ansfLVZ6OKelnyIpqT6ZXH94BZL.jpg","null","60000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","","14034","tt0161083","en","What's the Worst That Could Happen?","Thief Kevin Caffery attempts to rob from the home of rich businessman Max Fairbanks. But Fairbanks catches him and steals his cherished ring that his girlfriend gave him. Caffery is then bent on revenge and getting his ring back with the help of his partners.","6.34","/4Lobjxn27xcrdHOk6CAVPVTwzKH.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-05-31","32095318","94","[{'iso_639_1':'en','name':'English'}]","Released","It takes a thief to nail a crook.","What's the Worst That Could Happen?","false","5.1","108" +"false","/mxzTxmeRRVosWWivM4EaXnJTcjG.jpg","null","0","[{'id':27,'name':'Horror'}]","","344593","tt3792330","en","Cherry Tree","Faith???s world is turned upside down after she finds out that her beloved father is dying. When the mysteriously alluring Sissy Young becomes her field hockey coach, Faith finds a compassionate spirit and much-needed mother figure. Little does she know that Sissy is the head of a centuries-old witches??? coven that uses the fruit of an ancient cherry tree in a secret ritual that restores life to the dead and dying. Offering to cure her father in exchange for a child, Sissy strikes a bargain with Faith, who suddenly finds herself pregnant with a baby that???s growing at an alarming rate. But with the clock to the child???s birth ticking down and the true intention of Sissy???s plans for humanity becoming more apparent, Faith and her father must stand together in order to save both their lives.","1.34","/nhLagkPThEz2fqpXQwnEC3VqqIX.jpg","[{'id':18078,'logo_path':null,'name':'Fantastic Films','origin_country':'IE'},{'id':59485,'logo_path':'/3YR3MvjRQ7624JJKXY4O7dUWz7T.png','name':'House of Netherhorror','origin_country':'NL'},{'id':5267,'logo_path':'/trP3GsUyIztMwcqev3jK1gOeCSA.png','name':'Irish Film Board','origin_country':'IE'}]","[{'iso_3166_1':'IE','name':'Ireland'}]","2015-08-04","0","85","[{'iso_639_1':'en','name':'English'}]","Released","Death is just the beginning","Cherry Tree","false","4.3","15" +"false","/kiWvoV78Cc3fUwkOHKzyBgVdrDD.jpg","null","135000000","[{'id':37,'name':'Western'},{'id':18,'name':'Drama'},{'id':12,'name':'Adventure'}]","http://www.foxmovies.com/movies/the-revenant","281957","tt1663202","en","The Revenant","In the 1820s, a frontiersman, Hugh Glass, sets out on a path of vengeance against those who left him for dead after a bear mauling.","18.874","/oXUWEc5i3wYyFnL1Ycu8ppxxPvs.jpg","[{'id':77845,'logo_path':null,'name':'Monarchy Enterprises S.a.r.l.','origin_country':''},{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':562,'logo_path':'/k3NsSdV854UX4zEReX1dl1Psxbb.png','name':'Appian Way','origin_country':'US'},{'id':8870,'logo_path':null,'name':'CatchPlay','origin_country':''},{'id':10039,'logo_path':'/b8w4LldQolMKiLZw4FQJBcXSDGI.png','name':'Anonymous Content','origin_country':'US'},{'id':10104,'logo_path':'/hNuGhsKVlmhnwSRcmOejDBDjh6w.png','name':'New Regency Pictures','origin_country':'US'},{'id':13796,'logo_path':null,'name':'Hong Kong Alpha Motion Pictures Co.','origin_country':''},{'id':52660,'logo_path':null,'name':'M Productions','origin_country':''},{'id':41624,'logo_path':'/wzKxIeQKlMP0y5CaAw25MD6EQmf.png','name':'RatPac-Dune Entertainment','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'HK','name':'Hong Kong'},{'iso_3166_1':'TW','name':'Taiwan'},{'iso_3166_1':'US','name':'United States of America'}]","2015-12-25","532950503","157","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","(n. One who has returned, as if from the dead.)","The Revenant","false","7.4","10632" +"false","/e4uLv3xpPCVSam9bry4E4NeU7qL.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':37,'name':'Western'}]","","41857","tt0062708","en","Bandolero!","Posing as a hangman, Mace Bishop arrives in town with the intention of freeing a gang of outlaws, including his brother, from the gallows. Mace urges his younger brother to give up crime. The sheriff chases the brothers to Mexico. They join forces, however, against a group of Mexican bandits.","2.001","/pUzTZHrL0akmDSiEZ3F8U0jirZ0.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1968-06-01","12000000","106","[{'iso_639_1':'en','name':'English'}]","Released","There are ""Westerns"" and ""Westerns"". Every now and then comes a NEW kind of Western. This is ""BANDOLERO!"".","Bandolero!","false","6.4","33" +"false","/twII7mD9fFUTPdYXlzzn3NlXW1o.jpg","null","0","[{'id':18,'name':'Drama'}]","","13793","tt1037218","en","Flashbacks of a Fool","An aging Hollywood star, Joe Scott, lives a life of narcissistic hedonism, observed by his laconic personal assistant, Ophelia. The death of his childhood best friend, Boots, takes our protagonist, and the movie, into an extended flashback to a sea-side town in 1970's Britain.","6.282","/s5SdlkwOH1JK54LCstYNd4Pprgq.jpg","[{'id':1435,'logo_path':null,'name':'Left Turn Films','origin_country':''},{'id':1436,'logo_path':'/3VRz5vPmsObDLAYFMmRaSA6swkj.png','name':'Ugly Duckling Films','origin_country':'GB'},{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2008-10-17","1107542","110","[{'iso_639_1':'en','name':'English'}]","Released","","Flashbacks of a Fool","false","6.7","65" +"false","/3hzyFK48Gdqk9vpoc939tXDCM0N.jpg","null","20000000","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","http://50shadesofblackmovie.com/","351819","tt4667094","en","Fifty Shades of Black","An inexperienced college student meets a wealthy businessman whose sexual practices put a strain on their relationship.","7.482","/dwvA1Ht4e0ydhG66qIbCd8BbZXe.jpg","[{'id':10427,'logo_path':'/3u5sNgPRbba0ND3SUMXPTT7On9h.png','name':'Open Road Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-01-28","21164799","92","[{'iso_639_1':'en','name':'English'}]","Released","Way shadier than gray.","Fifty Shades of Black","false","4.4","648" +"false","/oMNXFamDcAeT7QXXlaKOIRozaxN.jpg","null","8000000","[{'id':18,'name':'Drama'},{'id':12,'name':'Adventure'},{'id':36,'name':'History'}]","","15927","tt0087892","en","A Passage to India","Set during the period of growing influence of the Indian independence movement in the British Raj, the story begins with the arrival in India of a British woman, Miss Adela Quested, who is joining her fianc??, a city magistrate named Ronny Heaslop. She and Ronny's mother, Mrs. Moore, befriend an Indian doctor, Aziz H. Ahmed.","5.569","/rsgf8xM6O2UhAig6SbdXNt8xPLI.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':538,'logo_path':null,'name':'EMI Films','origin_country':'GB'},{'id':6179,'logo_path':null,'name':'Thorn EMI Screen Entertainment','origin_country':''},{'id':6752,'logo_path':null,'name':'Home Box Office','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1984-12-14","27187653","163","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'hi','name':'??????????????????'}]","Released","David Lean, the Director of ""Doctor Zhivago"", ""Lawrence of Arabia"" and ""The Bridge on the River Kwai"", invites you on . .","A Passage to India","false","6.9","112" +"false","/1usA1K56wW97McyXPuUL1OTRDBO.jpg","null","38000000","[{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'}]","https://www.facebook.com/5thWaveMovie/","299687","tt2304933","en","The 5th Wave","16-year-old Cassie Sullivan tries to survive in a world devastated by the waves of an alien invasion that has already decimated the population and knocked mankind back to the Stone Age.","17.521","/cgxEscv6TQRK6a514FwuJOjcqQ5.jpg","[{'id':34034,'logo_path':null,'name':'LStar Capital','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':3281,'logo_path':'/8tMybAieh64uzvm8knSjXOFX8Qc.png','name':'GK Films','origin_country':'GB'},{'id':12139,'logo_path':null,'name':'Material Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-01-14","109906372","112","[{'iso_639_1':'en','name':'English'}]","Released","Protect Your Own","The 5th Wave","false","5.8","3515" +"false","/jZMNlj3tcBPRAKKXgxgx9SVpFSb.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","","321751","tt3577624","en","A Perfect Day","Film about a group of aid workers trying to resolve a crisis in an armed conflict zone in the Balkans.","5.625","/izB9659XL9DILOg6StF6mEWAGWx.jpg","[{'id':12010,'logo_path':null,'name':'Mediapro','origin_country':''},{'id':669,'logo_path':null,'name':'Reposado Producciones','origin_country':''},{'id':981,'logo_path':'/pkrdO9ykplO4Zc8edikoSX5APUN.png','name':'Televisi??n Espa??ola','origin_country':'ES'}]","[{'iso_3166_1':'ES','name':'Spain'}]","2015-08-28","1702433","106","[{'iso_639_1':'sr','name':'Srpski'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'bs','name':'Bosanski'}]","Released","","A Perfect Day","false","6.6","319" +"false","/vF4d4hAKMcrDE4Y6zLwUSijp32g.jpg","null","3000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","284","tt0053604","en","The Apartment","Bud Baxter is a minor clerk in a huge New York insurance company, until he discovers a quick way to climb the corporate ladder. He lends out his apartment to the executives as a place to take their mistresses. Although he often has to deal with the aftermath of their visits, one night he's left with a major problem to solve.","10.918","/8nrQKQjD6z0SJouKHQapXzmjFc6.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':11241,'logo_path':null,'name':'The Mirisch Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1960-06-15","25000000","125","[{'iso_639_1':'en','name':'English'}]","Released","Movie-wise, there has never been anything like it - laugh-wise, love-wise, or otherwise-wise!","The Apartment","false","8.2","866" +"false","/vA2KdcJD2Nbg4Y5gYq9RBuOvTTg.jpg","null","15000000","[{'id':35,'name':'Comedy'}]","","9493","tt0096320","en","Twins","Julius and Vincent Benedict are the results of an experiment that would allow for the perfect child. Julius was planned and grows to athletic proportions. Vincent is an accident and is somewhat smaller in stature. Vincent is placed in an orphanage while Julius is taken to a south seas island and raised by philosophers. Vincent becomes the ultimate low life and is about to be killed by loan sharks.","10.497","/i0mKmkxhLQuYBR9JPjShMbse2k6.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-12-09","216614388","107","[{'iso_639_1':'en','name':'English'}]","Released","Only their mother can tell them apart.","Twins","false","5.8","977" +"false","/3iDik1VJkpZbmUNNOKHlWKu3or4.jpg","{'id':170452,'name':'Timecop Collection','poster_path':'/7MzxlFFswI2OB7PifjnyMrrYke5.jpg','backdrop_path':'/mIqsp7AFmyTYjJ4N9qv3FhAUz60.jpg'}","27000000","[{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","","8831","tt0111438","en","Timecop","An officer for a security agency that regulates time travel, must fend for his life against a shady politician who has a tie to his past.","7.455","/q2ENMsGRUmoglHKPyOQe2fdy1cb.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':467,'logo_path':null,'name':'Renaissance Pictures','origin_country':''},{'id':552,'logo_path':'/9dGdLfm3GteWeUDtD9c9tvlidUG.png','name':'Dark Horse Entertainment','origin_country':'US'},{'id':1644,'logo_path':null,'name':'Largo Entertainment','origin_country':'US'},{'id':2982,'logo_path':null,'name':'Signature Pictures','origin_country':'US'},{'id':4248,'logo_path':null,'name':'JVC Entertainment Networks','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'JP','name':'Japan'}]","1994-09-15","101646581","99","[{'iso_639_1':'en','name':'English'}]","Released","They killed his wife ten years ago. There's still time to save her. Murder is forever... until now.","Timecop","false","5.7","464" +"false","/60RYeD8QBvYE8jnp1wCMWBj2GxN.jpg","null","200000","[{'id':18,'name':'Drama'}]","https://www.facebook.com/Ravens-Touch-543260399040704/","381108","tt3054840","en","Raven's Touch","Blaming herself for a tragic accident, Raven Michaels secludes herself at a remote family cabin. She wanders the woods on the verge of a breakdown, seeking peace in isolation. In a last ditch attempt to save her family, Kate Royce takes her two teenagers camping far from the distractions of technology and young romance. When Raven and Kate's worlds collide they offer each other unexpected opportunities for intimacy and healing.","1.899","/xbtRsJxDlfiy1a6LleSEtPWoQCl.jpg","[{'id':37330,'logo_path':null,'name':'Soul Kiss Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-08-06","0","84","[{'iso_639_1':'en','name':'English'}]","Released","","Raven's Touch","false","5.7","12" +"false","/dtX3rNnjVSqaDiEXHzC78KiyIsc.jpg","{'id':376650,'name':'Ride Along Collection','poster_path':'/7bjrke8mdxWG3PnFgvipbEOhc0Q.jpg','backdrop_path':'/3ZX5hvXjMxWJ5joyJxmWJT5nZDo.jpg'}","40000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","http://www.ridealong.com/","323675","tt2869728","en","Ride Along 2","As his wedding day approaches, Ben heads to Miami with his soon-to-be brother-in-law James to bring down a drug dealer who's supplying the dealers of Atlanta with product.","7.956","/A739odgY2FjoLvYLYdypUc6GpaY.jpg","[{'id':83397,'logo_path':null,'name':'Reel Chefs Catering','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':49968,'logo_path':'/gz2hSoMkvMJdTMgCLFGRJErPwXY.png','name':'Will Packer Productions','origin_country':'US'},{'id':2780,'logo_path':'/hgdyY2exOpOXG3EkQR8WsUAUNBZ.png','name':'Cube Vision','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-01-14","124827316","102","[{'iso_639_1':'en','name':'English'}]","Released","The brothers-in-law are back","Ride Along 2","false","6.2","900" +"false","/fyn5d6eRoFQGPOfMk2DPJ6IA2Nw.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","http://www.cj-entertainment.com/movie/veteran/","346646","tt4768764","ko","?????????","When an old collaborator gets severely injured, a veteran policeman tries to figure out the way to bring to justice the ultimately suspected aggressor, a spoiled young executive, heir to a mega corporation, who believes he is above the law.","4.529","/3ngISVEJ5K1xmSQOJODLlpZ4Hpz.jpg","[{'id':12987,'logo_path':null,'name':'Filmmaker R&K','origin_country':'KR'},{'id':112917,'logo_path':null,'name':'Froniter Works Comic','origin_country':''},{'id':111156,'logo_path':null,'name':'Stone Comics Entertainment','origin_country':''},{'id':7036,'logo_path':'/javbyY0ZCvlFJtly3tpZqf2NwLX.png','name':'CJ Entertainment','origin_country':'KR'},{'id':112927,'logo_path':null,'name':'filmK','origin_country':'KR'}]","[{'iso_3166_1':'KR','name':'South Korea'}]","2015-08-05","1200627","119","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ko','name':'?????????/?????????'},{'iso_639_1':'ru','name':'P????????????'}]","Released","The unstoppable. The untouchable","Veteran","false","7.1","75" +"false","/agihHwnIadEBr6Vp2jUnHBqG2Dn.jpg","null","0","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","15374","tt0064107","en","A Boy Named Charlie Brown","Poor Charlie Brown. He can't fly a kite, and he always loses in baseball. Having his faults projected onto a screen by Lucy doesn't help him much either. Against the sage advice and taunting of the girls in his class, he volunteers for the class spelling bee...and wins!","3.505","/whBPKLOJnFhuPxxLKmGstqxY3fP.jpg","[{'id':52263,'logo_path':null,'name':'United Feature Syndicate (UFS)','origin_country':''},{'id':3070,'logo_path':null,'name':'Cinema Center Films','origin_country':''},{'id':16340,'logo_path':null,'name':'Lee Mendelson Film Productions','origin_country':''},{'id':16341,'logo_path':null,'name':'Bill Melendez Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1969-12-04","0","86","[{'iso_639_1':'en','name':'English'}]","Released","","A Boy Named Charlie Brown","false","6.5","49" +"false","/wDIh791uYbxKjpXAZwu3ry6zS2w.jpg","null","0","[{'id':27,'name':'Horror'}]","","39988","tt0073836","it","L'ultimo treno della notte","A pair of psychotic hoodlums and an equally demented nymphomaniac woman terrorize two young girls on a train trip from Germany to Italy.","3.44","/nOdLx58FiN0UxFrQoubeM5ghBWT.jpg","[{'id':43466,'logo_path':null,'name':'European Incorporation','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'}]","1975-04-09","0","94","[{'iso_639_1':'it','name':'Italiano'}]","Released","Most movies last less than two hours! This is one of everlasting torment!","Late Night Trains","false","5.9","30" +"false","/zDtDzySAHLTBGrr49FDuw9XinSw.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","14142","tt1015976","en","Columbus Day","A thief tries to fix the damage done during the biggest heist of his career.","2.917","/m7R11UaEPy3Nzz49jnRHqqraqob.jpg","[{'id':3924,'logo_path':null,'name':'Bert Marcus Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-08-29","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Columbus Day","false","5.4","17" +"false","/r3ScRVRbOXwZ50mSuEh5zTdtOvX.jpg","null","75","[{'id':27,'name':'Horror'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","","9423","tt0120458","en","Virus","When the crew of an American tugboat boards an abandoned Russian research vessel, the alien life form aboard regards them as a virus which must be destroyed.","9.626","/5Np88iigCfnXvMlMKmCcbPVIbYQ.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':762,'logo_path':null,'name':'Mutual Film Company','origin_country':''},{'id':552,'logo_path':'/9dGdLfm3GteWeUDtD9c9tvlidUG.png','name':'Dark Horse Entertainment','origin_country':'US'},{'id':11533,'logo_path':'/tWM9pmzVYxok4GbQIttxdcml1yT.png','name':'Valhalla Motion Pictures','origin_country':'US'},{'id':7237,'logo_path':null,'name':'Tele M??nchen Fernseh Produktionsgesellschaft (TMG)','origin_country':''},{'id':23932,'logo_path':null,'name':'UGC PH','origin_country':''},{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':4650,'logo_path':null,'name':'Marubeni','origin_country':''},{'id':657,'logo_path':null,'name':'Toho-Towa','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'FR','name':'France'}]","1999-01-14","30","99","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Life on earth is in for a shock.","Virus","false","5.1","242" +"false","/h3k4ECYCjoFkIKpTqpWz1BZIREh.jpg","{'id':384920,'name':'No Retreat, No Surrender Collection','poster_path':'/p6wUC67T5WPZr1j7lEg3ecWxbnw.jpg','backdrop_path':'/qWICNUIJqyLQbG7WULwrmKfO1Zj.jpg'}","0","[{'id':28,'name':'Action'}]","","12721","tt0089695","en","No Retreat, No Surrender","Young Jason Stillwell (Kurt McKinney) moves with his parents to Seattle, where local bullies harass them without mercy. Jason's father Tom (Tim Baker) does not believe in violence, so the family takes it on the chin. One day Jason enrolls in a martial arts class and quietly rises in rank to be a major contender. His mettle is tested in an international match against Ivan, a Russian champion.","8.541","/7ge5GQZGqtTTnwKTbq1vYK0INzc.jpg","[{'id':1950,'logo_path':null,'name':'New World Pictures','origin_country':''}]","[{'iso_3166_1':'HK','name':'Hong Kong'},{'iso_3166_1':'US','name':'United States of America'}]","1986-05-02","4662137","85","[{'iso_639_1':'en','name':'English'}]","Released","Tonight, He either fights for his life or he'll be running for the rest of it.","No Retreat, No Surrender","false","5.5","156" +"false","/xNUuNEXpibVbUBxlCFWNWNBWcRJ.jpg","null","12000000","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'},{'id':28,'name':'Action'},{'id':14,'name':'Fantasy'}]","","13509","tt0093560","en","The Monster Squad","Count Dracula adjourns to Earth, accompanied by Frankenstein's Monster, the Wolfman, the Mummy, and the Gillman. The uglies are in search of a powerful amulet that will grant them power to rule the world. Our heroes - the Monster Squad are the only ones daring to stand in their way.","7.395","/ise6Cvp4nWqfQ8hOyEK0MmctLV8.jpg","[{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'},{'id':964,'logo_path':null,'name':'Keith Barish Productions','origin_country':''},{'id':965,'logo_path':null,'name':'TAFT Entertainment Pictures','origin_country':''},{'id':3268,'logo_path':'/tuomPhY2UtuPTqqFnKMVHvSb724.png','name':'HBO','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-08-14","3769990","82","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","You know who to call when you have ghosts but who do you call when you have monsters?","The Monster Squad","false","6.8","210" +"false","/gOGVX6aDZM9jIfxMF1HQ9vmXxKe.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':37,'name':'Western'},{'id':18,'name':'Drama'}]","","76140","tt0045563","en","Blowing Wild","Wildcatter Jeff Dawson does his best to bring in a gusher in Mexico despite continual bandit raids. He asks for help from his ex-employer Ward Conway, but Conway, now married to Dawson's ex-lover Marina refuses, fearing that his wife will want to renew her romance with the other man.","1.1","/riCY4P4FDrE66I14z1wRzS0rYoy.jpg","[{'id':11276,'logo_path':null,'name':'United States Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1953-09-16","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Fighting wild! Loving wild!","Blowing Wild","false","5.5","11" +"false","/o7Cwb8tOlRq6FPIxHzigvSvSo0i.jpg","null","0","[{'id':27,'name':'Horror'}]","","5733","tt0086248","en","Scalps","Silly group of college science students go an dig around in an indian burial ground for artifacts. Unfortunately, one of them becomes possessed by the evil spirit of Black Claw so he must therefore slaughter all of his friends.","1.923","/45MWqOaCnZJv9O7muTiVPSSo6RQ.jpg","[{'id':106555,'logo_path':null,'name':'American Partnership','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1983-12-03","0","84","[{'iso_639_1':'en','name':'English'}]","Released","","Scalps","false","3.8","22" +"false","/8zPQ57lSiuRmHjmkRGopGdG4QD5.jpg","null","2500000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://spectacularnowmovie.com/","157386","tt1714206","en","The Spectacular Now","Sutter, a popular party animal unexpectedly meets the introverted Aimee after waking up on a stranger's lawn. As Sutter deals with the problems in his life and Aimee plans for her future beyond school, an unexpected romance blossoms between them.","11.762","/iklgvkUqlruQrz8DlUsJzaa9HZh.jpg","[{'id':30133,'logo_path':null,'name':'Global Produce','origin_country':''},{'id':2575,'logo_path':'/9YJrHYlcfHtwtulkFMAies3aFEl.png','name':'21 Laps Entertainment','origin_country':'US'},{'id':19194,'logo_path':null,'name':'Andrew Lauren Productions (ALP)','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-08-02","6854611","95","[{'iso_639_1':'en','name':'English'}]","Released","","The Spectacular Now","false","6.6","1723" +"false","/w3e4y463Odem70xhuuRzMFvonGk.jpg","null","4000000","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'},{'id':10749,'name':'Romance'}]","http://www.youkillmethefilm.com/","8141","tt0796375","en","You Kill Me","While drying out on the West Coast, an alcoholic hit man befriends a tart-tongued woman who might just come in handy when it's time for him to return to Buffalo and settle some old scores.","6.604","/aSeaJqCWoe5qI0dQrDW7Jt1yKsy.jpg","[{'id':35444,'logo_path':null,'name':'Independent Film Group','origin_country':''},{'id':2332,'logo_path':null,'name':'Bi-polar Pictures','origin_country':''},{'id':35445,'logo_path':null,'name':'Carol Baum Productions','origin_country':''},{'id':14589,'logo_path':'/5WrEKsyGdTfT3T075EukSoIuxSU.png','name':'Code Entertainment','origin_country':'US'},{'id':35446,'logo_path':null,'name':'Dillinger Productions','origin_country':''},{'id':2147,'logo_path':'/yV2P6SlxuicJTwUvUUqoOBAEreC.png','name':'Echo Lake Entertainment','origin_country':'US'},{'id':35447,'logo_path':null,'name':'Green Tulip Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-02-09","2426851","90","[{'iso_639_1':'en','name':'English'}]","Released","Professional alcoholic hit man gets life back on track thanks to her","You Kill Me","false","6.3","112" +"false","/1c11nwTX3xoJKde5RJ7e1pTgjtb.jpg","null","0","[{'id':35,'name':'Comedy'}]","http://www.hollywoodsexwars.com/","82510","tt1764366","en","Hollywood Sex Wars","Max, Aaron and Glen have a track record littered with strike-outs and misfit hook-ups. The boys embark on a mission to up their hot babe batting average. They meet Hollywood Casanova Johnny Eyelash who teaches these boys the game of scoring A-list arm candy. But there is one problem, the girls are organized, cunning and have an agenda of their own. Its not long before the girls, led by Big Wendy and Little Wendy pick up on Johnny's tactics and Hollywood becomes one big booby trap.","1.726","/8AzOPkLiOgcqWEkwqZ77OfLdDRi.jpg","[]","[]","2011-10-03","0","98","[{'iso_639_1':'en','name':'English'}]","Released","Get laid or get played","Hollywood Sex Wars","false","3.8","6" +"false","/uYAmADjM0ZZvZHIeoEEZ2AbzZDi.jpg","null","6000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':10402,'name':'Music'}]","","10784","tt0068327","en","Cabaret","Inside the Kit Kat Club of 1931 Berlin, starry-eyed singer Sally Bowles and an impish emcee sound the clarion call to decadent fun, while outside a certain political party grows into a brutal force.","7.592","/1RmUfX3LcS897GhUWrWp5nRADo4.jpg","[{'id':4928,'logo_path':null,'name':'Allied Artists Pictures','origin_country':''},{'id':634,'logo_path':null,'name':'ABC Pictures','origin_country':''},{'id':1704,'logo_path':null,'name':'Bavaria Film','origin_country':'DE'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1972-02-13","0","124","[{'iso_639_1':'he','name':'????????????????'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","Life is a Cabaret","Cabaret","false","7.5","377" +"false","/pNzE0TVlcMWCP71t64JGcaH3Wrf.jpg","null","16000000","[{'id':18,'name':'Drama'}]","http://www.thingswelostinthefiremovie.com/","3877","tt0469623","en","Things We Lost in the Fire","A recent widow invites her husband's troubled best friend to live with her and her two children. As he gradually turns his life around, he helps the family cope and confront their loss.","7.845","/xdOtdsIn0eeodatw00olWyilmzS.jpg","[{'id':1522,'logo_path':null,'name':'Neal Street Productions','origin_country':'GB'},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-09-26","2849142","113","[{'iso_639_1':'en','name':'English'}]","Released","Hope comes with letting go.","Things We Lost in the Fire","false","6.8","152" +"false","/bHS4imk1ZUuazTz1rOMgwbFyUJS.jpg","null","9000000","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'},{'id':35,'name':'Comedy'},{'id':9648,'name':'Mystery'}]","","301608","tt3733774","en","The Trust","A pair of cops investigating a drug invasion stumble upon a mysterious bank vault.","6.459","/leh0cI5mnwJbDm9EL5IGglDkBxk.jpg","[{'id':67260,'logo_path':null,'name':'The Electric Shadow Company','origin_country':''},{'id':290,'logo_path':'/Q8mw2AOQQc8Qg0uNwLWq86DVZv.png','name':'Ingenious Media','origin_country':'GB'},{'id':40797,'logo_path':null,'name':'Prettybird','origin_country':''},{'id':51525,'logo_path':null,'name':'Saeculum Productions','origin_country':''},{'id':51526,'logo_path':null,'name':'Hassell Free Production','origin_country':'US'},{'id':76991,'logo_path':'/pQjdvbv4y9yuIDSHDEHc9ijJKaS.png','name':'Highland Film Group (HFG)','origin_country':'US'},{'id':76992,'logo_path':'/mw3j3P8SUQJKLSJQrLKuSDO9Xr6.png','name':'Saban Films','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2016-04-29","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Bad cops make the best criminals","The Trust","false","5","258" +"false","/gghNIsyNPX0JtrB3CSxoEJIGOOd.jpg","null","22000000","[{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'},{'id':18,'name':'Drama'}]","","6069","tt0094332","en","The Witches of Eastwick","Three single women in a picturesque village have their wishes granted - at a cost - when a mysterious and flamboyant man arrives in their lives.","15.593","/xWgLpOuX8PRCpVRQEddb4rMknmx.jpg","[{'id':2537,'logo_path':null,'name':'Kennedy Miller Productions','origin_country':'AU'},{'id':4357,'logo_path':null,'name':'The Guber-Peters Company','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-06-12","63766510","118","[{'iso_639_1':'en','name':'English'}]","Released","Three Beautiful Women. One Lucky Devil.","The Witches of Eastwick","false","6.4","574" +"false","/ft1AJp1kB8vzq3ayahYdyRVDSUF.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","15462","tt0074281","en","Car Wash","This day-in-the-life cult comedy focuses on a group of friends working at Sully Boyar's Car Wash in the Los Angeles ghetto. The team meets dozens of eccentric customers -- including a smooth-talking preacher, a wacky cab driver and an ex-convict -- while cracking politically incorrect jokes to a constant soundtrack of disco and funk. Some of the workers find romance as the day moves along, but most are just happy to get through another shift.","4.447","/w5RDGzwM6dGE31iE6qIvhsiLq3N.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1976-10-22","0","97","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","Hey, it's a '70s thing!","Car Wash","false","6.4","48" +"false","/aMWb0JJl1fYAhDd0AXMqVLUguwf.jpg","null","11000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","373314","tt3658772","en","Misconduct","An ambitious lawyer finds himself caught in a power struggle between a corrupt pharmaceutical executive and his firm???s senior partner. When the case takes a deadly turn, he must race to uncover the truth before he loses everything.","6.637","/u2bxPatpVigWtvfR4VdmAdB3vUV.jpg","[{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':59367,'logo_path':null,'name':'Mike and Marty Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-02-05","0","106","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","Ambition can be deadly","Misconduct","false","5.5","283" +"false","/cNM55I4KgZwT4xsl5SzB0eRHE7n.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","21148","tt0086352","en","Spring Break","Two sets of two college guys spend a spring break together in Fort Lauderdale, Florida. There they have lots of fun in and out of the sun.","2.573","/8Mts1Re4CfWPCv41RrwgJ3Xl8cC.jpg","[{'id':3909,'logo_path':null,'name':'Fogbound Inc.','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1983-03-25","24071666","102","[{'iso_639_1':'en','name':'English'}]","Released","Like it's really, totally, the most fun a couple of bodies can have. You know?","Spring Break","false","5","23" +"false","/3nphN1LJY0G4ciujvoY5xLEtJB.jpg","{'id':85946,'name':'District 13 Collection','poster_path':'/f8duPjfo6wzbd7xLKwhbQYv986B.jpg','backdrop_path':'/6d8jbKsWVUKrKBHMcf9mvBkFCgv.jpg'}","15000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","http://www.b13ultimatum-lefilm.com/","15357","tt1247640","fr","Banlieue 13 - Ultimatum","Damien and Leito return to District 13 on a mission to bring peace to the troubled sector that is controlled by five different gang bosses, before the city???s secret services take drastic measures to solve the problem.","9.645","/9dONlMfokUH5dfsjZJgpDl1KB12.jpg","[{'id':6301,'logo_path':null,'name':'Cin??Cin??ma','origin_country':''},{'id':7799,'logo_path':null,'name':'TF1 International','origin_country':'FR'},{'id':854,'logo_path':null,'name':'Sofica Europacorp','origin_country':''},{'id':6896,'logo_path':'/2Q89KvzxTKB5BAv9RqFIPI1qb7E.png','name':'EuropaCorp','origin_country':'FR'},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':105,'logo_path':'/pyiNvPJYGz4W2SImgULoG2sn4y4.png','name':'CiBy 2000','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'}]","2009-02-18","8786375","101","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","District 13: Ultimatum","false","6.1","534" +"false","/716xVRm6LzJYLj7kXAgYsKt3A55.jpg","null","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","10785","tt0044121","en","The Thing from Another World","Scientists and American Air Force officials fend off a blood-thirsty alien organism while at a remote arctic outpost.","8.563","/jb4gPm7A5nKikStVu5IiRw3vqzd.jpg","[{'id':13987,'logo_path':null,'name':'Winchester Pictures Corporation','origin_country':''},{'id':6,'logo_path':'/n53F7K9scQWFXYbrCablqLKqJdp.png','name':'RKO Radio Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1951-04-29","0","87","[{'iso_639_1':'en','name':'English'}]","Released","Look Out...It's The Thing","The Thing from Another World","false","6.8","221" +"false","/gNLoch27EP2w1ezFQQCcqQnZivq.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':14,'name':'Fantasy'}]","","27130","tt0036027","en","I Walked with a Zombie","A nurse in the Caribbean turns to voodoo in hopes of curing her patient, an unusual woman whose husband she's fallen in love with.","4.812","/uoyBR8XNxPQRojujtczfG1qJezY.jpg","[{'id':6,'logo_path':'/n53F7K9scQWFXYbrCablqLKqJdp.png','name':'RKO Radio Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1943-04-21","0","69","[{'iso_639_1':'en','name':'English'}]","Released","See this strange, strange story of a woman whose lure set brother against brother; whose love caused hate - and whose beauty bowed to the will of an evil spell in whose power we must refuse to believe - EVEN IF IT'S TRUE!","I Walked with a Zombie","false","6.9","85" +"false","/v1zDOkk97wrX40QXm2mArs6fnP0.jpg","{'id':571845,'name':'Norm of the North Collection','poster_path':'/ivZ5l72GiMTVFZmSxNJxE78WjrU.jpg','backdrop_path':'/urhaukqwM9eRnpzVTgbeUZp2Sm0.jpg'}","7000000","[{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","https://www.lionsgate.com/movies/norm-of-the-north","276905","tt1594972","en","Norm of the North","Polar bear Norm and his three Arctic lemming buddies are forced out into the world once their icy home begins melting and breaking apart. Landing in New York, Norm begins life anew as a performing corporate mascot, only to discover that his new employers are directly responsible for the destruction of his polar home.","6.764","/qv09dxeJoNQIbalsl47yObGgcc5.jpg","[{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':67327,'logo_path':null,'name':'Splash Entertainment','origin_country':'US'},{'id':72280,'logo_path':null,'name':'Telegael','origin_country':'IE'},{'id':72281,'logo_path':null,'name':'Assemblage Entertainment','origin_country':'IN'}]","[{'iso_3166_1':'IN','name':'India'},{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'US','name':'United States of America'}]","2016-01-14","17062499","86","[{'iso_639_1':'en','name':'English'}]","Released","Bear to be different","Norm of the North","false","4.2","187" +"false","/gmccz7dadvLwNNEIgifb0D1Qjgz.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","362180","tt3557406","en","Don't Grow Up","The story about a group of youths who can't face the thought of growing up because anyone who does becomes a rampaging zombie.","3.622","/kFMcTFDYjOdBpDfdFocLm40epDA.jpg","[{'id':7543,'logo_path':'/sPBVpVQf44rVP65TVTFgsn9ZVwE.png','name':'Arcadia Motion Pictures','origin_country':'ES'},{'id':7792,'logo_path':'/72Dyvk7Xo4m6uxRNpe52PxT5BrK.png','name':'Noodles Production','origin_country':''}]","[{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'FR','name':'France'}]","2015-03-11","0","81","[{'iso_639_1':'en','name':'English'}]","Released","or you will die!","Don't Grow Up","false","4.6","56" +"false","/5X6fJelnPxMo7OfRqIJfTOjyjwa.jpg","null","0","[{'id':18,'name':'Drama'}]","","277713","tt2262161","en","Sunset Song","The daughter of a Scottish farmer comes of age in the early 1900s.","3.958","/a3np8FPzZwjSEfyMJcFJkzDnuMF.jpg","[{'id':6938,'logo_path':null,'name':'Iris Productions','origin_country':''},{'id':43274,'logo_path':null,'name':'Hurricane Films','origin_country':''},{'id':75882,'logo_path':null,'name':'SellOutPictures','origin_country':''}]","[{'iso_3166_1':'LU','name':'Luxembourg'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-12-04","0","135","[{'iso_639_1':'en','name':'English'}]","Released","An epic story of love, loss and the land that inspired it all.","Sunset Song","false","6.5","54" +"false","/mNlaTEn7sgUFY2UEqZuYb91fVhP.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","216580","tt2378453","en","Savaged","After thugs brutalize a deaf-mute woman, the spirit of an Apache warrior takes over her lifeless body and sets out on a bloodthirsty quest for revenge.","3.932","/g0TOpspnq4zgg8oVwXr4Z9A0I5E.jpg","[{'id':40495,'logo_path':'/g4eeM13H87me9ZuTxf03NZ4V0UR.png','name':'Cart Before The Horse Productions','origin_country':'US'},{'id':25884,'logo_path':null,'name':'Raven Banner Entertainment','origin_country':''},{'id':25885,'logo_path':'/956ADIDUaUfQ0jQ3LCOs7QzpYn1.png','name':'Green Dog Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-08-06","0","91","[{'iso_639_1':'en','name':'English'}]","Released","They took her life. She'll take her revenge.","Savaged","false","5.8","65" +"false","/hKDU1GbRG5TqpJLvzLMgW2Oc7Kx.jpg","null","3520000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","38171","tt0048947","en","Anastasia","Russian exiles in Paris plot to collect ten million pounds from the Bank of England by grooming a destitute, suicidal girl to pose as heir to the Russian throne. While Bounin is coaching her he comes to believe she is really Anastasia. In the end the Empress must decide her claim.","3.431","/f2Qfg2pV5WLYj0FNY9UMWVQeB5F.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1956-12-13","0","105","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","From the sensational Broadway stage success that had audiences crying its acclaim!","Anastasia","false","6.9","61" +"false","/bTyOP3kqN6a8m9lGh7NCruAnz5p.jpg","null","24000000","[{'id':18,'name':'Drama'}]","http://www.miramax.com/movie/the-cider-house-rules/","1715","tt0124315","en","The Cider House Rules","Homer is an orphan who was never adopted, becoming the favorite of orphanage director Dr. Larch. Dr. Larch imparts his full medical knowledge on Homer, who becomes a skilled, albeit unlicensed, physician. But Homer yearns for a self-chosen life outside the orphanage. What will Homer learn about life and love in the cider house? What of the destiny that Dr. Larch has planned for him?","6.152","/vAWQenCtBlzICEi9PGY3nz8CWRJ.jpg","[{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':1693,'logo_path':null,'name':'Nina Saxon Film Design','origin_country':''},{'id':1811,'logo_path':null,'name':'FilmColony','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-12-17","88545092","126","[{'iso_639_1':'en','name':'English'}]","Released","A story about how far we must travel to find the place where we belong.","The Cider House Rules","false","7","510" +"false","/t2951tH7SgGMf520rvtDJW31Czq.jpg","null","24000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","11018","tt0090350","en","Year of the Dragon","In New York, racist Capt. Stanley White becomes obsessed with destroying a Chinese-American drug ring run by Joey Tai, an up-and-coming young gangster as ambitious as he is ruthless. While pursuing an unauthorized investigation, White grows increasingly willing to violate police protocol, resorting to progressively violent measures -- even as his concerned wife, Connie, and his superiors beg him to consider the consequences of his actions.","5.848","/jOGS3vnj3s64bGTPh5pFjCLk96B.jpg","[{'id':10308,'logo_path':null,'name':'Dino De Laurentiis Company','origin_country':'US'},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-08-16","18707466","134","[{'iso_639_1':'en','name':'English'}]","Released","It isn't the Bronx or Brooklyn, it isn't even New York. It's Chinatown... and it's about to explode.","Year of the Dragon","false","6.8","127" +"false","/gSY9MVmUE2eaSDNX1bObzCRphju.jpg","null","19000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","49370","tt0089798","en","Perfect","A female aerobics instructor meets a male reporter doing a story on health clubs, but it isn't love at first sight. This film contains one of the greatest scenes of the '80s, an across the room sexual dance-off between the two main characters, inside a hot n' sweaty gym class.","3.194","/ngl9JwbP9fqwLFvkvECP2helcqi.jpg","[{'id':3088,'logo_path':null,'name':'Delphi III Productions','origin_country':'US'},{'id':16686,'logo_path':null,'name':'Pluperfect','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-06-07","12918858","115","[{'iso_639_1':'en','name':'English'}]","Released","John Travolta and Jamie Lee Curtis work up a sweat together!","Perfect","false","4.4","47" +"false","/lFiEdW3zVjR2Wujxu3yZLpL2N8n.jpg","{'id':9380,'name':'American Werewolf Collection','poster_path':'/lz9ThubEYvsKGnXojflsTerhFw8.jpg','backdrop_path':'/Aa3snJ9wKKNkqjU4tAt3Kn4AL2U.jpg'}","10000000","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","814","tt0082010","en","An American Werewolf in London","Two American tourists in England are attacked by a werewolf that none of the locals will admit exists.","10.276","/dlnccJQuRQuxnpDdDtmFlW7MKH1.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':276,'logo_path':null,'name':'Guber/Peters Company','origin_country':''},{'id':606,'logo_path':null,'name':'American Werewolf Inc.','origin_country':''},{'id':607,'logo_path':null,'name':'Lyncanthrope Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1981-08-21","31973249","97","[{'iso_639_1':'en','name':'English'}]","Released","Beware the Moon.","An American Werewolf in London","false","7.3","951" +"false","/apCK4ZwOXa8lI1f3i30e8kLTcKZ.jpg","null","0","[{'id':27,'name':'Horror'},{'id':14,'name':'Fantasy'}]","","334028","tt3698558","en","Some Kind of Hate","When a troubled teen is subjected to severe bullying, he accidentally conjures the vengeful ghost of Moira Karp. Once a teenage girl pushed to suicide, Moira is now an unstoppable force on a mission of gruesome retribution. But when she goes to far, he must prevent her from spiraling out of control in this passionate and vividly violent supernatural thriller.","4.129","/7ydJbmjBF40Fu02sTCywUwmsWKm.jpg","[{'id':63805,'logo_path':'/chh6xRlO2wZsD1mn8SEF0etvJiD.png','name':'Revek Entertainment','origin_country':'US'},{'id':11049,'logo_path':null,'name':'Caliber Media Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-05-02","0","82","[{'iso_639_1':'en','name':'English'}]","Released","","Some Kind of Hate","false","4.6","66" +"false","/rbHjuU8zk7uTDVlxAFuxrTHEdds.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","51996","tt1512240","en","Thin Ice","A dishonest insurance salesman's life quickly disintegrates during a Wisconsin winter when he teams up with a psychopath to steal a rare violin at the home of a reclusive farmer.","3.853","/5mfQkllMs7xv226KGW6W6u2zWc0.jpg","[{'id':53303,'logo_path':null,'name':'Werc Werk Works','origin_country':''},{'id':1962,'logo_path':null,'name':'ATO Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-01-24","790421","93","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'pl','name':'Polski'}]","Released","Greetings from Kenosha, WI! Where Ordinary Folks Can Make a Killing","Thin Ice","false","6.1","51" +"false","/qEaSA4HLzJfbP9GnBJbVJ04dohB.jpg","{'id':110021,'name':'The Magnificent Seven Collection','poster_path':'/68FJ3GCmiV8ORYRjgndjJPInbe3.jpg','backdrop_path':'/jwevUd9BsWY9QTJZL5bFjWPoyqZ.jpg'}","0","[{'id':37,'name':'Western'}]","","12639","tt0060897","en","Return of the Seven","Chico one of the remaining members of The Magnificent Seven now lives in the town that they (The Seven) helped. One day someone comes and takes most of the men prisoner. His wife seeks out Chris, the leader of The Seven for help. Chris also meets Vin another member of The Seven. They find four other men and they go to help Chico.","5.06","/w7FsVNNBOlvEindunQSpLeyt0dT.jpg","[{'id':11579,'logo_path':null,'name':'The Mirisch Production Company','origin_country':''},{'id':2101,'logo_path':null,'name':'C.B. Films S.A.','origin_country':''}]","[{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'US','name':'United States of America'}]","1966-10-19","0","95","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Between the law and the lawless - SEVEN again... MAGNIFICENT again!","Return of the Seven","false","5.1","47" +"false","/pV0lDxkyKIrFNSogSJoR53mpr4b.jpg","null","0","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","","24655","tt0075809","en","The Car","The film is set in the fictional Utah community of Santa Ynez, which is being terrorized by a mysterious black coupe that appears out of nowhere and begins running people down. After the car kills off the town's Sheriff (John Marley), it becomes the job of Captain Wade Parent (James Brolin) to stop the murderous driver.","5.614","/oOnjZjL2MsdNHKnZwZP1WzV4d9v.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1977-05-12","0","96","[{'iso_639_1':'en','name':'English'}]","Released","What evil drives...","The Car","false","5.9","88" +"false","/55ZHDZyhxLSLMMEMSPiV4isIZhx.jpg","null","0","[{'id':27,'name':'Horror'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","19599","tt1169809","en","Book of Blood","Based on the wraparound story penned by Clive Barker in the author's ""Books of Blood"" collection, the story centers on a paranormal expert who, while investigating a gruesome slaying, finds a house that is at the intersection of ""highways"" transporting souls to the afterlife.","5.236","/uikpmjGcBsMKc5fN4bqmUrNWIVO.jpg","[{'id':43535,'logo_path':null,'name':'Plum Films','origin_country':''},{'id':698,'logo_path':null,'name':'Scottish Screen','origin_country':''},{'id':707,'logo_path':null,'name':'Matador Pictures','origin_country':''},{'id':8676,'logo_path':'/5u4GmXn4QMU39GQxGZoGfNtQ23r.png','name':'uFilm','origin_country':'BE'},{'id':12696,'logo_path':null,'name':'Regent Capital','origin_country':''},{'id':18302,'logo_path':null,'name':'Entertainment Motion Pictures','origin_country':''},{'id':22056,'logo_path':null,'name':'Midnight Picture Show','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2009-03-07","0","96","[{'iso_639_1':'en','name':'English'}]","Released","The dead will not be silenced.","Book of Blood","false","5.4","83" +"false","/jcgA09moFHz0bVoqdeeTg2uX0QO.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","88359","tt0069919","en","Cops and Robbers","Two disillusioned New York policemen plan a $10 million robbery to fuel their low pensions, only to run into one debacle after another in the process.","1.104","/rjhB4YdvxRogym8dF8u7FyRMKLW.jpg","[{'id':14391,'logo_path':null,'name':'Elliott Kastner Productions','origin_country':''},{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1973-08-17","0","89","[{'iso_639_1':'en','name':'English'}]","Released","","Cops and Robbers","false","6.1","6" +"false","/aviefl9Lt0LEUvVjFO1p6tzIjAw.jpg","null","4000000","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","31583","tt0097662","en","Kill Me Again","After Faye and her psychotic boyfriend, Vince, successfully rob a mob courier, Faye decides to abscond with the loot. She heads to Reno, where she hires feckless private investigator Jack Andrews to help fake her death. He pulls the scheme off and sets up Faye with a new identity, only to have her skip out on him without paying. Jack follows her to Vegas and learns he's not the only one after her. Vince has discovered that she's still alive.","3.358","/y9BYmlKVVlSpUZtCYaeT5LgguXG.jpg","[{'id':278,'logo_path':null,'name':'Propaganda Films','origin_country':''},{'id':1382,'logo_path':'/sOg7LGESPH5vCTOIdbMhLuypoLL.png','name':'PolyGram Filmed Entertainment','origin_country':'US'},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-10-27","0","94","[{'iso_639_1':'en','name':'English'}]","Released","Her last request was his first mistake.","Kill Me Again","false","5.9","34" +"false","/137WNOxFY9R0qgXCeHSwVk6e6Gh.jpg","null","15000000","[{'id':9648,'name':'Mystery'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","9424","tt0134619","en","Disturbing Behavior","Steve Clark is a newcomer in the town of Cradle Bay, and he quickly realizes that there's something odd about his high school classmates. The clique known as the ""Blue Ribbons"" are the eerie embodiment of academic excellence and clean living. But, like the rest of the town, they're a little too perfect. When Steve's rebellious friend Gavin mysteriously joins their ranks, Steve searches for the truth with fellow misfit Rachel.","7.461","/8eRU4c5vsCrUT5AyZi9qeRskMWk.jpg","[{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':919,'logo_path':null,'name':'Beacon Communications','origin_country':''},{'id':2848,'logo_path':null,'name':'Hoyts Film Partnership','origin_country':''},{'id':33088,'logo_path':null,'name':'Behavioral Problem Productions Ltd.','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'US','name':'United States of America'}]","1998-07-24","17507368","84","[{'iso_639_1':'en','name':'English'}]","Released","In Cradle Bay it doesn???t matter if you???re not perfect. You will be.","Disturbing Behavior","false","5.4","152" +"false","/i2KqVXm5tury4fAGgzDryiIjHw6.jpg","null","25000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':37,'name':'Western'}]","https://www.facebook.com/JaneGotAGunFilm/","174751","tt2140037","en","Jane Got a Gun","After her outlaw husband returns home shot with eight bullets and barely alive, Jane reluctantly reaches out to an ex-lover who she hasn't seen in over ten years to help her defend her farm when the time comes that her husband's gang eventually tracks him down to finish the job.","7.319","/nkIy7P21LL6kWgBI4YfGrHAkans.jpg","[{'id':14358,'logo_path':null,'name':'1821 Pictures','origin_country':''},{'id':8873,'logo_path':null,'name':'Handsomecharlie Films','origin_country':''},{'id':14359,'logo_path':null,'name':'Scott Pictures','origin_country':''},{'id':13403,'logo_path':'/be3PT29TM4LJzmTpsEAAkfkzffK.png','name':'Straight Up Films','origin_country':'US'},{'id':13242,'logo_path':null,'name':'Unanimous Pictures','origin_country':''},{'id':308,'logo_path':'/e8F3mQM7DkJ5SfYYDp8FYzPBOGX.png','name':'The Weinstein Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-12-31","1397284","98","[{'iso_639_1':'en','name':'English'}]","Released","","Jane Got a Gun","false","5.5","427" +"false","/efnhTTMdsBFGXYlAso25RW0czkx.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","http://www.tarnolgrouppictures.com/april_apocalypse.html","270064","tt2070604","en","April Apocalypse","Artie is pure bred trailer trash. He has zero ambition, is everyone's favorite punching back at school and bears the burden of his virginity in silence. And then April moves out of the state. She's his best friend and support since kindergarten and the love of his life. Three years later Artie finally has the courage to take to the road and go see April to tell her how he feels about her. One car-crash later Artie wakes up in the middle of the zombie apocalypse. But this time he's not going to hide. Artie's love for April doesn't give him wings, but does give him the courage to hack, slash, punch and kick himself a part towards the girl he loves. Time is of the essence, because that bite on his hand will make the difference between a French kiss and a bite out of April's brains.","2.215","/9w1wQfngYzjJxuhwt9HXH05JaEi.jpg","[{'id':21789,'logo_path':null,'name':'Tarnol Group Pictures','origin_country':''},{'id':2520,'logo_path':null,'name':'Arclight Films','origin_country':''},{'id':20573,'logo_path':null,'name':'Station3','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-10-12","0","84","[{'iso_639_1':'en','name':'English'}]","Released","Nothing's sicker than love, not even The Dead","April Apocalypse","false","4.8","22" +"false","/rTLd4dIgEeM7QzifI2IYwDiFoo5.jpg","null","15000000","[{'id':37,'name':'Western'}]","","11897","tt0056085","en","How the West Was Won","The epic tale of the development of the American West from the 1830s through the Civil War to the end of the century, as seen through the eyes of one pioneer family.","9.768","/ixbhzvECnuqCBYnF9J1mfVfLCPF.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1962-11-01","50000000","162","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","It's here! The mightiest adventure ever filmed!","How the West Was Won","false","7","143" +"false","/mvO1FMl3ga8Zq5eOCOe9msOVD0H.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':10402,'name':'Music'}]","","82144","tt0270677","en","Sun Ra: A Joyful Noise","Robert Mugge filmed jazz great Sun Ra on location in Philadelphia, Baltimore, and Washington, D.C. between 1978 and 1980. The resulting 60-minute film includes multiple public and private performances, poetry readings, a band rehearsal, interviews, and extensive improvisations. Transferred to HD from the original 16mm film and lovingly restored for the best possible viewing experience.","0.6","/lb4spdFvoCLOobz2lcvLElhVdlK.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","1980-10-01","0","60","[{'iso_639_1':'en','name':'English'}]","Released","","Sun Ra: A Joyful Noise","false","5.5","4" +"false","/nbWQPFWelZz1KxQEdWPDgiSv5qX.jpg","null","0","[{'id':35,'name':'Comedy'}]","","17824","tt0089839","en","Private Resort","Jack and his buddy Ben check in at a posh Florida resort, planning to spend every hour in hot pursuit of gorgeous babes. But their plans hit a major detour when they try to bed the wife of a conniving jewel thief. They'll have to outsmart him, a nasty security guard and an obnoxious jock if they're ever going to get a moment alone with the girls of their dreams!","9.25","/heIOzHhXzRWNyVmLGnCtyDuXeme.jpg","[{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-05-03","331816","82","[{'iso_639_1':'en','name':'English'}]","Released","Spend a weekend with no reservations!","Private Resort","false","5.4","90" +"false","/jMdvHyGtZQiUmXonPXTh5KjKs3F.jpg","{'id':351231,'name':'Hardbodies Collection','poster_path':null,'backdrop_path':null}","0","[{'id':35,'name':'Comedy'}]","","52736","tt0087385","en","Hardbodies","Three middle-aged daddies visit California to have a marvelous time at the beach. When they learn that a nice apartment and an expensive cabriolet isn't enough for them to score with the chicks, they employ a student to help them. At first he's as disgusted of them and his job as his girlfriend, but soon they find out how to use the situation to everyone's benefit.","3.244","/fHODPfElVZqVzRn3kh4W78CWTcU.jpg","[{'id':28398,'logo_path':null,'name':'Chroma III Productions','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-05-04","0","88","[{'iso_639_1':'en','name':'English'}]","Released","If you don't know what they are, you don't know what you're missing.","Hardbodies","false","5.3","24" +"false","/AfkACKbBjBKViIh1XhGLbXb0GOX.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","20187","tt0072926","en","The Eiger Sanction","A classical art professor and collector, who doubles as a professional assassin, is coerced out of retirement to avenge the murder of an old friend.","7.301","/zskLD1GfIBzlT5RQzZFHFmr3nO4.jpg","[{'id':3736,'logo_path':null,'name':'Jennings Lang','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':171,'logo_path':null,'name':'Malpaso Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1975-05-21","14200000","123","[{'iso_639_1':'en','name':'English'}]","Released","EASTWOOD is the man . . Eiger is the location . . and the sanction - is a licence to kill!","The Eiger Sanction","false","6.1","139" +"false","/7Yiat8NVboymVNcX1ZIvYytLcT5.jpg","{'id':390774,'name':'The Krays Collection','poster_path':'/1JOwVE8Lahs1GhGGW5L0OW0ixZQ.jpg','backdrop_path':'/7pZlQf5SwzmPir8aCOUYcLZL1NT.jpg'}","0","[{'id':80,'name':'Crime'}]","http://www.signature-entertainment.co.uk/film/1224/","375963","tt4061908","en","The Fall of the Krays","The brutal brothers from Bethnal Green are back and bloodier than ever in FALL OF THE KRAYS. Following on from the ferocious Rise Of The Krays, FALL OF THE KRAYS picks up the story of the infamous Firm as the cracks start to show in the brothers business plans and their sanity. Having secured their empire and their infamy, the brothers must now fight to keep hold of both as the obsession of one police officer becomes entwined with a burgeoning romance and a dangerous state of mind for Reggie and Ronnie respectively.","1.065","/mtGVNU2pZBVJ7TzvsQwnxhK3lCz.jpg","[{'id':62102,'logo_path':null,'name':'Torn Pictures','origin_country':''},{'id':32475,'logo_path':null,'name':'Saracen Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-01-04","0","112","[{'iso_639_1':'en','name':'English'}]","Released","The Mighty Will Fall","The Fall of the Krays","false","4.5","12" +"false","/e5jSSTIOHIjxQT8PQovYTucIh59.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","40353","tt0097557","en","I, Madman","Virginia works at a used book store. She's really into horror novels and discovers a really good book. It's called ""I, Madman"" and it's about an insane doctor who cuts off people's noses, ears, and hair and puts them on his face to please a girl he likes. Only Virginia discovers that the book is nonfiction, and every time she picks up the book to read it, she sees him. The insane doctor from the book has escaped the book into our reality.","1.876","/9jNMbZJjNtwzg6bqQpc9mg13eI2.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-01-01","151203","89","[{'iso_639_1':'en','name':'English'}]","Released","","I, Madman","false","5.6","31" +"false","/rOWMgSlj69fUjYjMVfkvL62mfz7.jpg","{'id':466894,'name':'Teen Titans Collection','poster_path':'/9A6vlFLgqCfv8YGRDC7yYGpdtQ4.jpg','backdrop_path':'/zY2h6jGkAxBxkVYrIndqf9oz5iE.jpg'}","0","[{'id':28,'name':'Action'},{'id':16,'name':'Animation'}]","","379291","tt5091548","en","Justice League vs. Teen Titans","Robin is sent by Batman to work with the Teen Titans after his volatile behavior botches up a Justice League mission. The Titans must then step up to face Trigon after he possesses the League and threatens to conquer the world.","9.116","/dQMO9EJxDBkdRzWUEWkbYzrMDC0.jpg","[{'id':429,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Comics','origin_country':'US'},{'id':9993,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Entertainment','origin_country':'US'},{'id':2785,'logo_path':'/l5zW8jjmQOCx2dFmvnmbYmqoBmL.png','name':'Warner Bros. Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-03-29","0","78","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","","Justice League vs. Teen Titans","false","6.9","340" +"false","","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","117179","tt0175777","en","Just a Little Harmless Sex","Just a Little Harmless Sex examines a young married couple that faces a serious break-up when the husband is caught committing adultery with a prostitute.","0.631","/3QD1hYWgTFE9aHr3wCJ0iN9c4wI.jpg","[{'id':40765,'logo_path':null,'name':'Miss Q','origin_country':''},{'id':40766,'logo_path':null,'name':'Isn't It Romantic','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-06-11","0","98","[{'iso_639_1':'en','name':'English'}]","Released","","Just a Little Harmless Sex","false","5.3","3" +"false","/dKenGLffFC9HwuxG4Sq7fJRkiFb.jpg","{'id':290973,'name':'Crouching Tiger, Hidden Dragon Collection','poster_path':'/8x9ajHWUm5K5rdMRvXe2vhjdLAk.jpg','backdrop_path':'/fWbparTMpxYDgutCf9LLlcJgFZT.jpg'}","17000000","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':10749,'name':'Romance'}]","","146","tt0190332","zh","????????????","Two warriors in pursuit of a stolen sword and a notorious fugitive are led to an impetuous, physically-skilled, teenage nobleman's daughter, who is at a crossroads in her life.","10.436","/3yYPhffQRuy45HlNabFxNLyP9mg.jpg","[{'id':2269,'logo_path':null,'name':'China Film Co-Production Corporation','origin_country':''},{'id':2798,'logo_path':null,'name':'Columbia Pictures Film Production Asia','origin_country':''},{'id':10565,'logo_path':null,'name':'Good Machine','origin_country':'US'},{'id':12205,'logo_path':null,'name':'EDKO Film','origin_country':''},{'id':20289,'logo_path':null,'name':'Asia Union Film & Entertainment Ltd.','origin_country':''},{'id':20290,'logo_path':null,'name':'United China Vision','origin_country':''},{'id':20291,'logo_path':null,'name':'Zoom Hunt International Productions Company Ltd.','origin_country':''}]","[{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'HK','name':'Hong Kong'},{'iso_3166_1':'TW','name':'Taiwan'},{'iso_3166_1':'US','name':'United States of America'}]","2000-07-06","213525736","120","[{'iso_639_1':'zh','name':'?????????'}]","Released","A timeless story of strength, secrets and two warriors who would never surrender.","Crouching Tiger, Hidden Dragon","false","7.3","1533" +"false","/gn2k1VUvsrMJpsof187sEQwRMbE.jpg","null","8000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","26306","tt0119937","en","Prefontaine","It's the true-life story of legendary track star Steve Prefontaine, the exciting and sometimes controversial ""James Dean of Track,"" whose spirit captured the heart of the nation! Cocky, charismatic, and tough, ""Pre"" was a running rebel who defied rules, pushed limits ... and smashed records ...","2.982","/e0VUZTs8qgvVz6uLYRnF70UXvGC.jpg","[{'id':915,'logo_path':'/xXojkyRWFZ0JTJyjiu13ThKeFbz.png','name':'Hollywood Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-01-24","589304","106","[{'iso_639_1':'en','name':'English'}]","Released","He beat the odds... And became a legend!","Prefontaine","false","6.6","37" +"false","/iSbEhQMcQWvJeR32AWbWmcX5aVJ.jpg","null","1500000","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.hashtaghorror.com/","301325","tt3526286","de","#Horror","Inspired by actual events, a group of 12 year old girls face a night of horror when the compulsive addiction of an online social media game turns a moment of cyber bullying into a night of insanity.","4.9","/48zZhMQ7HABuHrgQL1dD4CipywF.jpg","[{'id':75277,'logo_path':null,'name':'AST Studios','origin_country':''},{'id':75278,'logo_path':null,'name':'Lowland Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-11-20","0","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Death is trending.","#Horror","false","3.3","97" +"false","/xtHysq1hDKf6blOegaOsi5ZObhN.jpg","null","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","41574","tt0113858","en","Mosquito","An alien starship crashes in a swamp in a U.S. National Park. Some mosquitos begin to feed from the alien's corpses, causing them to grow to the size of a vulture. These mutant insects became very agressive, killing every human being they find. Will the few survivors fight successfully against this nightmare...?","1.848","/3YhIr9p5oeeNuD8ZHgQSKGavc44.jpg","[{'id':73687,'logo_path':null,'name':'Acme Films Ltd.','origin_country':''},{'id':73686,'logo_path':null,'name':'Antibes Inc.','origin_country':''},{'id':73688,'logo_path':null,'name':'Excalibur Motion Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-05-20","0","92","[{'iso_639_1':'en','name':'English'}]","Released","","Mosquito","false","4.6","24" +"false","/rOzFJMPj1h5AFO1SzQtGWmyaNjV.jpg","null","37000000","[{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'}]","","10658","tt0091225","en","Howard the Duck","A scientific experiment unknowingly brings extraterrestrial life forms to the Earth through a laser beam. First is the cigar smoking drake Howard from the duck's planet. A few kids try to keep him from the greedy scientists and help him back to his planet. But then a much less friendly being arrives through the beam...","8.406","/f2pj3SSj1GdFSrS5bUojT56umL6.jpg","[{'id':1,'logo_path':'/o86DbpburjxrqAzEDhXZcyE8pDb.png','name':'Lucasfilm','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1986-08-01","37962774","110","[{'iso_639_1':'en','name':'English'}]","Released","You will believe that a duck can talk.","Howard the Duck","false","5.1","399" +"false","/5opq3usPVRkA4NK5zJw1FgUSl2D.jpg","{'id':374509,'name':'Godzilla (Showa) Collection','poster_path':'/pcxnBlJ7GNvJNnkL0g5rHCyd015.jpg','backdrop_path':'/dx9YSup5zEOjxYwG4UkYBVAZIXo.jpg'}","650000","[{'id':878,'name':'Science Fiction'},{'id':27,'name':'Horror'}]","","18983","tt0197521","en","Godzilla, King of the Monsters!","A 400-foot (122-meter) dinosaur-like beast, awoken from undersea hibernation off the Japanese coast by atomic-bomb testing, attacks Tokyo.","6.037","/5ylNxgm5CusO7iQ4veMYgSDTUW5.jpg","[{'id':882,'logo_path':'/fRSWWjquvzcHjACbtF53utZFIll.png','name':'Toho Company, Ltd.','origin_country':'JP'},{'id':3582,'logo_path':null,'name':'Jewell Enterprises Inc.','origin_country':''}]","[{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'US','name':'United States of America'}]","1956-04-27","2000000","80","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'}]","Released","Incredible, unstoppable titan of terror!","Godzilla, King of the Monsters!","false","6.5","71" +"false","/tJu3sxqOGsz8GMc18qIcJBkAiOS.jpg","null","0","[{'id':99,'name':'Documentary'}]","","99189","tt0081746","en","Werner Herzog Eats His Shoe","Having lost a bet with documentarian Errol Morris, Werner Herzog eats his shoe.","2.51","/qho0icCvvb98w7McFmghMnbpZL.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","1980-12-01","0","20","[]","Released","","Werner Herzog Eats His Shoe","false","6.8","24" +"false","/tvuV5h6Bz4SL0G7MTv4VcujUrr0.jpg","null","0","[{'id':27,'name':'Horror'},{'id':16,'name':'Animation'},{'id':9648,'name':'Mystery'}]","","329020","tt3454574","en","Extraordinary Tales","Five tales by Edgard Allan Poe come to life thanks to a pictorical style animation, five tales that exude madness, pestilence, murder and torture.","3.153","/9acjcYCC5vRbzIwlhKZJBVNjMg9.jpg","[{'id':13351,'logo_path':null,'name':'Melusine Productions','origin_country':''},{'id':113784,'logo_path':null,'name':'Mel??n Digital','origin_country':''},{'id':13352,'logo_path':null,'name':'R&R Communications','origin_country':''},{'id':113785,'logo_path':null,'name':'The Big Farm','origin_country':''}]","[{'iso_3166_1':'LU','name':'Luxembourg'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'ES','name':'Spain'}]","2015-06-25","0","73","[{'iso_639_1':'en','name':'English'}]","Released","","Extraordinary Tales","false","6.2","41" +"false","/gnVXP708WiJAH6oMhdSRAik4XTl.jpg","null","3500000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","11850","tt0077745","en","Invasion of the Body Snatchers","The first remake of the paranoid infiltration classic moves the setting for the invasion, from a small town to the city of San Francisco and starts as Matthew Bennell notices that several of his friends are complaining that their close relatives are in some way different. When questioned later they themselves seem changed, as they deny everything or make lame excuses. As the invaders increase in number they become more open and Bennell, who has by now witnessed an attempted ""replacement"", realises that he and his friends must escape or suffer the same fate. But who can he trust to help him and who has already been snatched?","7.973","/skS02wdeH2C0nrbCQP3qKwJdZtZ.jpg","[{'id':10097,'logo_path':null,'name':'Solofilm','origin_country':''},{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1978-12-19","24046533","116","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'cs','name':'??esk??'}]","Released","From deep space... the seed is planted... terror grows","Invasion of the Body Snatchers","false","7.3","375" +"false","/gPuYjBYEeTND8mmd7djDBdR0zb.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","","32080","tt0070672","en","The Seven-Ups","A tough detective who is part of an elite New York City unit is trying to find out who killed his partner, but uncovers a plot to kidnap mobsters for money.","3.486","/5SR8cB0TbxI9bG3TU1XQoVahNGn.jpg","[{'id':77748,'logo_path':null,'name':'Philip D'Antoni Productions Inc.','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1973-12-14","0","103","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Mess with the Seven-Ups, and they WILL mess you worse.","The Seven-Ups","false","6.4","44" +"false","/9k2RwNOqo5iotvnRHL4Z0q2CphU.jpg","null","10000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","http://theforestisreal.com/","329440","tt3387542","en","The Forest","Set in the Aokigahara Forest, a real-life place in Japan where people go to end their lives. Against this backdrop, a young American woman comes in search of her twin sister, who has mysteriously disappeared.","7.799","/ox9y8ia8lGqtkmLZD3YghA7sZkU.jpg","[{'id':32300,'logo_path':null,'name':'Lava Bear Films','origin_country':'US'},{'id':51860,'logo_path':null,'name':'AI-Film','origin_country':''},{'id':423,'logo_path':'/uvA6e2O31qaonsbYd8tjvgqmNXh.png','name':'Phantom Four','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-01-07","37608299","95","[{'iso_639_1':'en','name':'English'}]","Released","Everyone comes here looking for a way out","The Forest","false","5","925" +"false","/8111id3VJF3nKZ5z3Rf1Pca3OvY.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.darkwasthenightmovie.com/","300467","tt2251281","en","Dark Was the Night","An evil is unleashed in a small town when a logging company sets up shop in the neighboring woods. Isolated and threatened, a mysterious force hidden within the trees outside the small town of Maiden Woods, strikes fear in the townspeople as Sheriff Paul Shields attempts to overcome the demons of his past while protecting those that he loves.","6.219","/9PckupLSVztlyDzYtSlQa3SjgK3.jpg","[{'id':75150,'logo_path':null,'name':'Maiden Woods Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-10-17","0","97","[{'iso_639_1':'en','name':'English'}]","Released","Evil's Roots Run Deep","Dark Was the Night","false","5.4","107" +"false","/rowBUiDOWYxx5sqSvlspeX3UqkX.jpg","null","0","[{'id':27,'name':'Horror'}]","","28389","tt0099384","en","Death Spa","Michael's health club is beseiged with a series of terrible murders involving killer saunas and other grisly devices. Michael's wife killed herself a while before and her brother holds Michael responsible. Michael needs to stop the bloodshed before he loses all of his clients.","2.958","/6VpGSAIeorlkffWsy3jRBxN0gMD.jpg","[{'id':16636,'logo_path':null,'name':'Shapiro-Glickenhaus Entertainment','origin_country':''},{'id':11506,'logo_path':null,'name':'Maljack Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-01-01","0","88","[{'iso_639_1':'en','name':'English'}]","Released","The evil of the past has found its place in the present","Death Spa","false","5","28" +"false","/jO2RzwksrbrlwxHnDkXjtoH2mvc.jpg","null","3800000","[{'id':10752,'name':'War'},{'id':37,'name':'Western'}]","","29715","tt0059418","en","Major Dundee","During the last winter of the Civil War, cavalry officer Amos Dundee leads a contentious troop of Army regulars, Confederate prisoners and scouts on an expedition into Mexico to destroy a band of Apaches who have been raiding U.S. bases in Texas.","3.699","/pN75ihQN0cxFDhcGXg9UH7umuUH.jpg","[{'id':11971,'logo_path':null,'name':'Jerry Bresler Productions','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1965-04-07","14873","123","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","","Major Dundee","false","6.5","57" +"false","/1tbqWPeERYs6qLUdcotZJfClQRd.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'}]","","388862","tt4872162","en","Countdown","A madman captures a young boy and rigs him with explosives. Ray Fitzpatrick, still haunted by the loss of his own son, will defy orders to stop the clock and save a life","3.898","/sIy3iJgFA3pz5yMRNez5OP97Oqh.jpg","[{'id':10339,'logo_path':'/oiIi36MaWXwvvHWX5eojoE2Fiyv.png','name':'WWE Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-04-05","0","90","[{'iso_639_1':'en','name':'English'}]","Released","The Race To Save A Life Begins Now","Countdown","false","5.1","39" +"false","/64qGtUJMTnx5cwUBrN1gdZrhWbL.jpg","null","0","[{'id':99,'name':'Documentary'}]","","376938","tt5296936","en","Snow Chick - A Penguin's Tale","A chronicle of the birth and development of one penguin chick, born late and smaller than any of its fellow toddlers.","1.355","/sW4W81tRxZnBrflMLIIsUTLy9CN.jpg","[]","[]","2015-12-23","0","60","[{'iso_639_1':'en','name':'English'}]","Released","","Snow Chick - A Penguin's Tale","false","0","0" +"false","/rsSzmE1P9T7P6ujIieQ6VxhjvDJ.jpg","null","0","[{'id':37,'name':'Western'}]","","39435","tt0051496","en","Cowboy","Chicago hotel clerk Frank Harris dreams of life as a cowboy, and he gets his chance when, jilted by the father of the woman he loves, he joins Tom Reece and his cattle-driving outfit. Soon, though, the tenderfoot finds out life on the range is neither what he expected nor what he's been looking for...","1.108","/ArI7lT0mo7EJ4FGjAs2zQScRKqb.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1958-02-19","0","92","[{'iso_639_1':'en','name':'English'}]","Released","THE REAL, TRUE STORY OF THE WEST!","Cowboy","false","6.3","21" +"false","/pUeLAXHUaoKBGSd1EseTIBxU2Z8.jpg","null","0","[{'id':18,'name':'Drama'}]","","222220","tt0018392","en","Shooting Stars","The husband and wife acting team of Mae Feather and Julian Gordon is torn apart when he discovers she is having an affair with the screen comedian Andy Wilks.","0.6","/yw6bmuk5JG7ftpNaB0sCIci4Yiw.jpg","[{'id':28184,'logo_path':null,'name':'British Instructional Films (BIF)','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1928-02-06","0","103","[{'iso_639_1':'xx','name':'No Language'}]","Released","","Shooting Stars","false","6.8","4" +"false","/xkUEYuWlG3Mw9DqBlAGGvvsCzO.jpg","null","11000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':10752,'name':'War'}]","","907","tt0059113","en","Doctor Zhivago","Doctor Zhivago is the filmed adapation of the Russian novel by Boris Pasternak from director David Lean that was an international success and today deemed a classic. Omar Sharif and Julie Christie play two protagonists who in fact love each other yet because of their current situation cannot find a way be together.","8.766","/lP1Mn1sQ9FiSNovCyZonhKjjkRM.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1965-12-22","111858363","200","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Turbulent were the times and fiery was the love story of Zhivago, his wife and the passionate, tender Lara.","Doctor Zhivago","false","7.6","445" +"false","/5PaYo1aCgIsSnEqAgsqJJuJ4vvi.jpg","null","650000","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","17470","tt0756618","en","Arc","Set in the belly of Los Angeles' criminal underworld, Arc is the story of Paris Pritchert, a former police officer turned drug dealer and addict, who embarks on a quest to find a missing child in the hope of redeeming his eroding character. The only catch is, like all addicts, Paris' confidence completely relies on the drugs in his system and -- in this case -- his firm belief that he can succeed in his mission if he can just stay high 24/7 and alive long enough to see it through. To aid in the endeavor, Paris enlists the help of Maya Gibbs, an African American prostitute versed not only in the language of the street, but also in the words of Maya Angelou and Nadine Gordimer. And together, the path of this dysfunctional duo crosses with those of the child's parents, a doctor with a penchant for soliciting ""Street Boys"", a self-ascribed King Of Porn, a drug supplier with a gift for making impeccable hors d'oeuvres, and a hardened cop with more scams than the most adept street hustler.","1.207","/kc3iVgbLmJO9K8Rj18hK2Eh2GBe.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-10-20","0","113","[{'iso_639_1':'en','name':'English'}]","Released","","Arc","false","6","6" +"false","/nY8WwkDOyrUZ5aX80jgrzHyDJkU.jpg","null","0","[{'id':27,'name':'Horror'}]","","334088","tt3796936","en","Curse of the Witching Tree","An innocent woman, accused of murdering her son and hanged as a witch, curses a tree and the children who play around it. The effects of this act of revenge echo through the years .....","0.793","/dKtBgBkcLfxmNXLPqfPi0GN5SBI.jpg","[{'id':50249,'logo_path':null,'name':'Stax Entertainment','origin_country':''},{'id':50251,'logo_path':null,'name':'Picture perfect','origin_country':''},{'id':50248,'logo_path':null,'name':'Last British Dragon','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-05-18","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Evil Never Dies","Curse of the Witching Tree","false","4.4","21" +"false","/xBXu527gioN7jUT6gaqSbkRU72A.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'},{'id':27,'name':'Horror'}]","http://theasylum.cc/product.php?id=274","355309","tt4943934","en","Martian Land","In the distant future, mankind lives on Mars, in cities that resemble those once found on Earth, protected from the alien atmosphere by dome-like force-fields. When a massive sandstorm breaks through the dome and destroys Mars New York, those in Mars Los Angeles must figure out how to stop the storm before it wipes them out next.","1.361","/vQgS4LkqrrfN2dZSJNVEMFt1Drf.jpg","[{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-10-06","0","90","[{'iso_639_1':'en','name':'English'}]","Released","There is no life on Mars. Just death.","Martian Land","false","3.4","19" +"false","/oplJNCsJhBPGhANhHp9uTpwWpx.jpg","null","46000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'},{'id':10752,'name':'War'}]","","10684","tt0115956","en","Courage Under Fire","A US Army officer had made a ""friendly fire"" mistake that was covered up and he was reassigned to a desk job. Later he was tasked to investigate a female chopper commander's worthiness to be awarded the Medal of Honor posthumously. At first all seemed in order then he begins to notice inconsistencies between the testimonies of the witnesses....","13.271","/lPAzGRgc2afaGsYwFX7Iez8gzmq.jpg","[{'id':1302,'logo_path':'/kQZtJdyphCmq292iGDqlUx0yk2D.png','name':'Davis Entertainment','origin_country':'US'},{'id':711,'logo_path':'/tEiIH5QesdheJmDAqQwvtN60727.png','name':'Fox 2000 Pictures','origin_country':'US'},{'id':1301,'logo_path':null,'name':'Joseph M. Singer Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-07-04","100860818","117","[{'iso_639_1':'en','name':'English'}]","Released","A medal for honor. A search for justice. A battle for truth.","Courage Under Fire","false","6.3","376" +"false","/5107YjuW65wugo9IGrKGkZNIgIQ.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","38805","tt0057251","en","Lilies of the Field","An unemployed construction worker (Homer Smith) heading out west stops at a remote farm in the desert to get water when his car overheats. The farm is being worked by a group of East European Catholic nuns, headed by the strict mother superior (Mother Maria), who believes that Homer has been sent by God to build a much needed church in the desert...","3.283","/gYoVx2m8NP2hTWnEpwNeROIWrQ4.jpg","[{'id':5214,'logo_path':null,'name':'Rainbow Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1963-06-04","0","94","[{'iso_639_1':'en','name':'English'}]","Released","Sidney Poitier as the life-loving ex-GI who one day encounters five nuns escaped from beyond the Berlin Wall...","Lilies of the Field","false","7.2","42" +"false","/zm7ORi1ZpbDHmtpI1ny5apZHGZ2.jpg","null","0","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","332704","tt2784936","en","Backtrack","Troubled psychotherapist Peter Bowers is suffering from nightmares and eerie visions. When he uncovers a horrifying secret that all of his patients share, he is put on a course that takes him back to the small hometown he fled years ago. There he confronts his demons and unravels a mystery 20 years in the making.","7.347","/aloSdlIQeToCVrW0nyZylOxywXn.jpg","[{'id':5056,'logo_path':'/kADFcjL04xe5HGBnlLjbfhliS2a.png','name':'Head Gear Films','origin_country':'GB'},{'id':7584,'logo_path':'/eGkfvvyf4fJTvBUR1xt1669IPA3.png','name':'Screen Australia','origin_country':'AU'},{'id':25954,'logo_path':null,'name':'Metrol Technology','origin_country':'GB'},{'id':61922,'logo_path':'/aGPysvtFfH8d8UjekpZD3GT9m7k.png','name':'Bankside Films','origin_country':'GB'}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-07-25","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Nothing haunts like the past","Backtrack","false","5.8","210" +"false","/ktj0FMA6ST4j0sZsaueBRa5LVCO.jpg","null","0","[{'id':53,'name':'Thriller'}]","","237584","tt2322517","en","Mojave","A suicidal artist goes into the desert, where he finds his doppelg??nger, a homicidal drifter.","4.445","/4Dxd5SbhiwDaca1axQIePHN8uvl.jpg","[{'id':18239,'logo_path':null,'name':'Atlas Independent','origin_country':''},{'id':18240,'logo_path':null,'name':'Henceforth Pictures','origin_country':''},{'id':22500,'logo_path':null,'name':'Highland Film Group','origin_country':''},{'id':24510,'logo_path':null,'name':'MICA Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-04-18","0","93","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","","Mojave","false","4.9","59" +"false","/vVocUMZX2gS9NnSul8vsnOFvPJn.jpg","null","11000000","[{'id':18,'name':'Drama'},{'id':37,'name':'Western'}]","","354110","tt2271563","en","Forsaken","John Henry returns to his hometown in hopes of repairing his relationship with his estranged father, but a local gang is terrorizing the town. John Henry is the only one who can stop them, however he has abandoned both his gun and reputation as a fearless quick-draw killer.","7.017","/fbTpSiqGn6ImqSAyawHlLf7goat.jpg","[{'id':21012,'logo_path':'/rSQSmT0L1u5bCUaqcUEjItjPK47.png','name':'Moving Pictures Media','origin_country':'GB'},{'id':8583,'logo_path':null,'name':'Minds Eye Entertainment','origin_country':''},{'id':13680,'logo_path':null,'name':'Panacea Entertainment','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2015-09-16","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Redemption.","Forsaken","false","5.9","155" +"false","/njv65RTipNSTozFLuF85jL0bcQe.jpg","{'id':10,'name':'Star Wars Collection','poster_path':'/iTQHKziZy9pAAY4hHEDCGPaOvFC.jpg','backdrop_path':'/d8duYyyC9J5T825Hg7grmaabfxQ.jpg'}","245000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'},{'id':14,'name':'Fantasy'}]","http://www.starwars.com/films/star-wars-episode-vii","140607","tt2488496","en","Star Wars: The Force Awakens","Thirty years after defeating the Galactic Empire, Han Solo and his allies face a new threat from the evil Kylo Ren and his army of Stormtroopers.","25.048","/weUSwMdQIa3NaXVzwUoIIcAi85d.jpg","[{'id':1634,'logo_path':null,'name':'Truenorth Productions','origin_country':''},{'id':1,'logo_path':'/o86DbpburjxrqAzEDhXZcyE8pDb.png','name':'Lucasfilm','origin_country':'US'},{'id':11461,'logo_path':'/p9FoEt5shEKRWRKVIlvFaEmRnun.png','name':'Bad Robot','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-12-15","2068223624","136","[{'iso_639_1':'en','name':'English'}]","Released","Every generation has a story.","Star Wars: The Force Awakens","false","7.4","12287" +"false","/b8mYb5Nl6C9RKiXIK0sll0U88uz.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","","259943","tt3125472","zh","??????","Lu and Feng are a devoted couple forced to separate when Lu is arrested and sent to a labor camp as a political prisoner during the Cultural Revolution. He finally returns home only to find that his beloved wife no longer remembers him.","4.418","/iWTtKxVLNmD2MCtrsuHydCuqVmd.jpg","[{'id':20966,'logo_path':null,'name':'LeVision Pictures','origin_country':'CN'}]","[{'iso_3166_1':'CN','name':'China'}]","2014-05-16","0","111","[{'iso_639_1':'zh','name':'?????????'}]","Released","","Coming Home","false","7.3","76" +"false","/oly8l39QDgAd25azeHTeaPGn79P.jpg","null","0","[{'id':18,'name':'Drama'}]","","94608","tt0064405","en","The Happy Ending","The triumphs and failures of middle age as seen through the eyes of runaway American housewife Mary Wilson, a woman who believes that ultimate reality exists above and beyond the routine procedures of conscious, uninspired, everyday life. She feels cheated by an older generation that taught her to settle for nothing less than storybook finales, people who are disillusioned and restless and don't know why, people for whom life holds no easy answers.","1.883","/9kATt9l7UimdbLQldEx7BxaM6GH.jpg","[{'id':29364,'logo_path':null,'name':'Pax Enterprises','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1969-12-21","0","107","[{'iso_639_1':'en','name':'English'}]","Released","Marriage is a 30 billion dollar business! And that's just to get married.","The Happy Ending","false","6.3","10" +"true","","null","0","[{'id':80,'name':'Crime'},{'id':27,'name':'Horror'}]","","39922","tt0070696","da","Dv??rgen","Olaf and his mother run a boarding house and a white slavery ring. They also smuggle heroin to keep the addict girls happy so they do not try and escape. A young couple move into the house and the evil landlords take a liking to the female.","1.377","/jjncR0vECvXVrBvr0A1vLghL4pN.jpg","[{'id':48812,'logo_path':null,'name':'Scandica Film','origin_country':''}]","[{'iso_3166_1':'DK','name':'Denmark'},{'iso_3166_1':'US','name':'United States of America'}]","1973-12-20","0","95","[{'iso_639_1':'en','name':'English'}]","Released","The Mother of all Dwarfsploitation films!","The Sinful Dwarf","false","5.4","19" +"false","/cfZSjNJuHccbsoZC8vx3BgQC60N.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","94069","tt0072196","it","Spasmo","While walking along the beach, Christian and his girlfriend discover a mysterious woman washed ashore. The following day, Christian meets the woman again at a yacht party and soon finds himself entangled in a web of lust, intrigue and murder.","1.957","/2F4g7bXQiQAgD4dPSvf5Gc6kYGh.jpg","[]","[]","1974-02-16","0","94","[{'iso_639_1':'en','name':'English'}]","Released","","Spasmo","false","6.2","15" +"false","/ppJHk2cyPkhoAYfwZWslKrP20rx.jpg","{'id':47391,'name':'Sleepaway Camp Collection','poster_path':'/aDSw8Y7Rat8Q72oyzBRyTaAjMeO.jpg','backdrop_path':'/51coSlxdbEgBtsoRVOOhvs21XlK.jpg'}","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","34312","tt0096119","en","Sleepaway Camp III: Teenage Wasteland","Psychotic Angela is itching to do what she does best: slaughter dozens of teenage campers. As luck would have it, the previous site of her murders has been renamed and converted into an experimental summer camp meant to bring together privileged and lower-class teens. On the day the youths are boarding the buses to camp, Angela runs over a potential camper with a garbage truck and assumes her identity. Once she has infiltrated the camp, the real terror begins.","4.885","/nRJW9YXo3HqPPpa5G6GCxNxbuCo.jpg","[{'id':8460,'logo_path':null,'name':'Double Helix Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-02-05","0","79","[{'iso_639_1':'en','name':'English'}]","Released","She's back to slash last year's record.","Sleepaway Camp III: Teenage Wasteland","false","5.1","71" +"false","/zydmt5jUmx7Kwmkp8TkhAFwY7LD.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","83613","tt0097498","en","Hellgate","A motorcycle gang kidnaps a young woman, Josie, from a diner and brutally kills her. Many years later, the girl's father finds a magic crystal that can bring the life back to dead objects. He uses it to re-animate his daughter. He lets her seduce any young man that comes to visit the small town and then kills them. Four young students, two boys and two girls spend a vacation near the town, Hellgate. They hear about the story and get involved.","2.899","/pX46N6v83yv7PuVzKTV5XwKBJi7.jpg","[{'id':48706,'logo_path':null,'name':'Ghostown Film Management','origin_country':''},{'id':85681,'logo_path':'/1GZ94KYANlFvEyt6iUL0O3MAON4.png','name':'Distant Horizon','origin_country':'ZA'}]","[{'iso_3166_1':'ZA','name':'South Africa'},{'iso_3166_1':'US','name':'United States of America'}]","1989-02-03","0","91","[{'iso_639_1':'en','name':'English'}]","Released","Beyond the darkness terror lives forever.","Hellgate","false","3.2","18" +"false","/AkNWbDvG0ToXQnsaEKy10rHEm0n.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","57665","tt0055151","en","The Mask","A young archaeologist believes he is cursed by a mask that causes him to have weird nightmares and possibly to murder. Before committing suicide, he mails the mask to his psychiatrist, Dr. Barnes, who is soon plunged into the nightmare world of the mask.","1.013","/bfiPJufTRrT0QSDKHhJEHRlrceN.jpg","[{'id':15008,'logo_path':null,'name':'Beaver-Champion Attractions','origin_country':''},{'id':17810,'logo_path':null,'name':'Taylor Roffman Productions','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","1961-10-27","0","83","[{'iso_639_1':'en','name':'English'}]","Released","Look through the mask...if you can't take it...take it off!","The Mask","false","6","12" +"false","/4QRsHokXWaoxD2cbhjfOBzQPAt4.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':10752,'name':'War'},{'id':36,'name':'History'}]","","4933","tt0051436","en","The Buccaneer","During the War of 1812 against Britain: General Andrew Jackson has only 1,200 men left to defend New Orleans when he learns that a British fleet will arrive with 60 ships and 16,000 men to take the city. In this situation an island near the city becomes strategically important to both parties, but it's inhabited by the last big buccaneer: Jean Lafitte. Although Lafitte never attacks American ships, the governor hates him for selling merchandise without taxes - and is loved by the citizens for the same reason. When the big fight gets nearer, Lafitte is drawn between the fronts. His heart belongs to America, but his people urge him to join the party that's more likely to win.","2.933","/wDiN4pOUB0Am4qKWHFBkx8U35Nt.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1958-12-11","0","119","[{'iso_639_1':'en','name':'English'}]","Released","Piercing Drama of La Fitte - Man or Devil ?","The Buccaneer","false","6.5","17" +"false","/qm9ckKqktVEHP3Vg06Te5czkpYy.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","http://www.screamatthedevil.com/","309013","tt2622672","en","Scream at the Devil","A beautiful schizophrenic woman is pushed over the edge by her husbands elicit affairs and when her hallucinations become reality the Devil comes to take his due. Is Miriam insane or has the Devil come to collect on her promise?","1.585","/glWxO7vqpxQlnwRU16E1Fx1ZJoY.jpg","[{'id':78224,'logo_path':null,'name':'Knightsbridge Theatre Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-10-30","0","98","[{'iso_639_1':'en','name':'English'}]","Released","Exorcism of the mind","Scream at the Devil","false","5.2","11" +"false","/fqcf1ArkOCsEQzWWfSm0kVxGody.jpg","null","0","[{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'},{'id':10749,'name':'Romance'}]","https://www.facebook.com/LittleDeadRottingHood/","376311","tt5113086","en","Little Dead Rotting Hood","The residents of a small town discover that something more sinister than killer wolves is lurking in the backwoods: first the wolves start turning up dead...then people.","2.937","/qpo84vI6vWrgFumPmx1Y2fwcOJb.jpg","[{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-01-05","0","90","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","She's not afraid of the big bad wolves.","Little Dead Rotting Hood","false","3.8","39" +"false","/pFjSm60DjqllScj0CwavHLQzSe8.jpg","null","0","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","","353257","tt3630556","en","Earthfall","As a rogue planet roars through our solar system, it acts as an intergalactic magnet that pulls Earth in its wake. Meteors destroy major cities. Fire and ice storms engulf the land. Casualties are in the millions. And as the situation grows even worse, Steve Lannon is determined to reunite with his wife and teenage daughter. But when they stumble into a secret government installation, they'll uncover a nuclear mission that will either blast our planet back into orbit or guarantee front row seats to the end of the world.","1.659","/a85LUngavjf2bdv45Zp1J1bwas8.jpg","[]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2015-06-22","0","89","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","The World will Never be the same.","Earthfall","false","3.5","20" +"false","/x6kRQFYoNlAbJ7jUARZTq87zOWF.jpg","{'id':417491,'name':'Bon Cop Bad Cop Collection','poster_path':'/jwl7sZpe4QMJ4VtVjf2HrajnDq4.jpg','backdrop_path':'/2t2vqGUTXGCjdLeT6KofHR0ipSj.jpg'}","8000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","15049","tt0479647","fr","Bon Cop Bad Cop","When the body of the executive of hockey Benoit Brisset is found on the billboard of the border of Quebec and Ontario, the jurisdiction of the crime is shared between the two police forces and detectives David Bouchard from Montreal and Martin Ward from Toronto are assigned to work together. With totally different styles, attitudes and languages.","7.327","/kidOf2K4pEM0Llsm8aIRcANTcSF.jpg","[{'id':7169,'logo_path':null,'name':'Park Ex Pictures','origin_country':''},{'id':88298,'logo_path':null,'name':'Sortie 22','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2006-07-06","12671300","116","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Shoot First Translate Later","Bon Cop Bad Cop","false","6.6","89" +"false","/r6Rt88SmRhnRuk5JMURUSDqZngG.jpg","null","0","[{'id':37,'name':'Western'}]","","70387","tt0066050","en","A Man Called Sledge","James Garner is Luther Sledge, the leader of a pack of rebels who are planning to steal a stash of gold. But after the thieves actually manage to get away with the bounty, they soon discover that the enemy lies within their midst. As they begin to bicker over who should get the biggest cut, the stage is set for a deadly showdown. Claude Akins and John Marley co-star in this Italian Western directed by Vic Morrow.","2.48","/Auuct25qd7P6PZseexJjkOBUBzB.jpg","[{'id':1216,'logo_path':null,'name':'Dino de Laurentiis Cinematografica','origin_country':'IT'}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'US','name':'United States of America'}]","1970-11-14","0","93","[{'iso_639_1':'en','name':'English'}]","Released","When SLEDGE hits town it stays hit!","A Man Called Sledge","false","6.2","14" +"false","/9fs9RauW4yVrYfosBjejZfiGn3W.jpg","{'id':224026,'name':'Monster High Collection','poster_path':'/6Re1mtsMLuHAeoUtSE7GPAdxldO.jpg','backdrop_path':'/kDsPcm1Qx5zjPNAZ80dBSHdTowH.jpg'}","0","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","http://www.monsterhigh.com/en-us/videos/index.html","360404","tt4779496","en","Monster High: Boo York, Boo York","The ghouls are taking a bite out of Boo York! The De Niles are hoping to meet their dynastic destiny and carve out a new empire, while Catty Noir is trying to find her music. Together the ghouls are taking Boo York by storm.","3.189","/dQxzffnMZ2S5EeiXGoztWEJksz8.jpg","[{'id':33365,'logo_path':null,'name':'Mattel Playground Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-10-19","0","72","[{'iso_639_1':'en','name':'English'}]","Released","A Monsterrific Musical!","Monster High: Boo York, Boo York","false","6.9","32" +"false","/61jXRAqQihmnIfViTChwkGHMXsT.jpg","null","0","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","12619","tt0175526","en","Cherry Falls","Cherry Falls is a quiet little town - until the night that a serial killer begins preying on its youth. After a third teen is found slain, the killer's modus operandi emerges: the victims were all virgins. Sheriff Marken is concerned for the safety of the teens in general and in particular his own daughter Jody, who is still a virgin...","7.417","/9bw9yVBFyv3nMeVDR7gjzELAATh.jpg","[{'id':376,'logo_path':null,'name':'Industry Entertainment','origin_country':''},{'id':134,'logo_path':null,'name':'Rogue Pictures','origin_country':''},{'id':74939,'logo_path':null,'name':'Fresh Produce Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-08-25","0","92","[{'iso_639_1':'en','name':'English'}]","Released","Lose your innocence... Or lose your life.","Cherry Falls","false","5","112" +"false","/w9kOdDNDMk5Lxn3UdRkGEMRgucF.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","10670","tt0076636","en","Rollercoaster","The plot is about a guile young terrorist who is able to blackmail a series of companies by placing home-made radio controlled bombs within the central attraction of amusement parks; roller coasters. The young man played by Timothy Bottoms gives a hard time to the cops after they give him UV marked money. He then wants revenge and places a bomb in a roller coaster at the most important amusement park event of the year.","3.302","/sMcGqhH4ff0Uk58Zikfr1MKirQJ.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1977-06-10","0","119","[{'iso_639_1':'en','name':'English'}]","Released","Watch out for the Man watching the Rollercoaster","Rollercoaster","false","5.7","52" +"false","/81HCFSa2dhgkJIVe3aLrftR3cX6.jpg","{'id':432,'name':'Cube Collection','poster_path':'/pRshONhwgQYb2IYcxhEIMDFc62d.jpg','backdrop_path':'/4SdZhO4M5vJ48dqp7r8PieZ37RJ.jpg'}","0","[{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'},{'id':9648,'name':'Mystery'}]","","437","tt0285492","en","Cube 2: Hypercube","The sequel to the low budget first film ???Cube.??? This time the prisoners find them selves in a more advanced cube environment that they must escape from before they are killed. A science fiction film where space and time have more than one path.","10.509","/6tPa2kvzsvOQTXK1JNO2JN9quBV.jpg","[{'id':35,'logo_path':'/wxrHa3nZ1K4zo65p56991INkGo6.png','name':'Lions Gate Films','origin_country':'US'},{'id':768,'logo_path':null,'name':'Ghost House Pictures','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2002-04-15","0","94","[{'iso_639_1':'en','name':'English'}]","Released","There is more to fear than you can see.","Cube 2: Hypercube","false","5.5","639" +"false","/vSPW9mYXemH5TBVNRIxVCjWyvIY.jpg","null","38000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","8874","tt0119738","en","My Best Friend's Wedding","When she receives word that her longtime platonic pal Michael O'Neal is getting married to debutante Kimberly Wallace, food critic Julianne Potter realizes her true feelings for Michael -- and sets out to sabotage the wedding.","6.396","/2eBKtBVObRfd85nUbS0nLhhpayR.jpg","[{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-06-19","299288605","105","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'it','name':'Italiano'}]","Released","It's about finding the love of your life. And deciding what to do about it.","My Best Friend's Wedding","false","6.6","1185" +"false","/xexkWguxm8Tqa384p8OV1usOSZM.jpg","null","0","[{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","65891","tt0065669","en","The Dunwich Horror","A university student is pursued by a man with a demonic secret.","2.721","/n9dzADA2toW6OHiJmrDsB1EBoOV.jpg","[{'id':9266,'logo_path':null,'name':'American International Pictures (AIP)','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1970-01-14","0","90","[{'iso_639_1':'en','name':'English'}]","Released","A few years ago in Dunwich a half-witted girl bore illegitimate twins. One of them was almost human!","The Dunwich Horror","false","5.3","33" +"false","/6eml0X2go4CjlLqHwjKdyBy5k4X.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","63512","tt0067457","en","Edgar Allan Poe's Murders in the Rue Morgue","The story involves a series of murders in Charron's performing company, murders caused by various members getting doused with vitriolic acid. Turns out all the people killed have a common denominator in their past, one which has recently re-surfaced, and is out for their blood. Will the past be uncovered before it kills again? What awful secret has came back to haunt the living?","0.975","/p0GHGWN3zrcA47hwBeucKiMfDWI.jpg","[{'id':9266,'logo_path':null,'name':'American International Pictures (AIP)','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1971-10-06","0","87","[{'iso_639_1':'en','name':'English'}]","Released","LOVE and MURDER are the two consuming passions of the Rue Morgue!","Murders in the Rue Morgue","false","5.7","15" +"false","/ak0RVRVrNdUAzP9EMPfIM0XX3N6.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10752,'name':'War'},{'id':37,'name':'Western'}]","","73194","tt0031252","en","Drums Along the Mohawk","Set in America's Colonial period, John Ford's adventure tale follows Gilbert (Henry Fonda) and Lana Martin (Claudette Colbert) as they try to survive the rugged frontier. After their settlement is repeatedly attacked by Indians, the couple is taken in by a spinster (Edna May Oliver). Lana bears a son, while Gilbert heads off to fight the Indians and the British. He returns, wounded, to find his family once again under attack by the Indians.","3.957","/7JUF0X7RROFNtx9eX3Vjz5zTQHg.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1939-11-03","0","104","[{'iso_639_1':'en','name':'English'}]","Released","Red-Blooded DRAMA !","Drums Along the Mohawk","false","6.4","37" +"false","/qvH4YZDwbuiKp5qJIgfPCCa1ScF.jpg","null","0","[{'id':10751,'name':'Family'},{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'}]","","387892","tt2097333","en","Get Squirrely","After breaking out of a rehabilitation zoo, Frankie, a squirrel with all the angles, returns to his forest. He learns from his dim-witted best friend, Cody, a porcupine and street-con, that while he was in lock-up, the entire forest was picked clean by The A.C.O.R.N.S. Institute (Alternative Cosmetic Oils for Regenerative Natural Skin-care). No acorn was left behind. With winter just around the corner, it's a potentially devastating blow to all forest critters. So, Frankie has no choice but to bust into the brand new, state-of-the-art, rodent-proof A.C.O.R.N.S. Processing Plant and take back all of the acorns! Though a seemingly impossible heist, success would not only save the lives of his forest friends, but it would also give Frankie a chance to win back the love of his life, Lola, a local ""show squirrel."" Sadly, Lola has been burnt by too many of Frankie's false promises in the past.","2.403","/uGwFLc57MR0BFPBIQDITtVUP0MR.jpg","[{'id':74298,'logo_path':null,'name':'Awesometown Entertainment','origin_country':''},{'id':614,'logo_path':null,'name':'Vanguard Films','origin_country':''}]","[]","2015-03-01","0","85","[{'iso_639_1':'en','name':'English'}]","Released","May Contain Nuts!","Get Squirrely","false","4.3","7" +"false","/j45pQisrQpO2eBqVFslfdz5oZBw.jpg","null","500000","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","320048","tt3836512","en","Ratter","Emma is a young and beautiful graduate student just starting a new life in New York City. Like most people her age, she is always connected - her phone and laptop are constant companions, documenting her most intimate moments. What she doesn't realize is that she's sharing her life with an uninvited and dangerous guest. A hacker is following Emma???s every move. When the voyeuristic thrill of watching her digitally isn't enough, the situation escalates to a dangerous and terrifying level.","4.689","/opW9YdBOB3rSoF27w8ALytjWgOP.jpg","[{'id':19961,'logo_path':null,'name':'Start Motion Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-01-24","0","80","[{'iso_639_1':'en','name':'English'}]","Released","Someone who hacks personal devices to stalk their victims' lives.","Ratter","false","5","202" +"false","/1b7vzPOeRylX6LQBEbC9ZXvOF2f.jpg","{'id':52888,'name':'The Visitors Collection','poster_path':'/tqLSEkKYdkFCqsNHP1v9pnr0sl.jpg','backdrop_path':'/ywYnkeaa7LZBU1bW8zavPwzve4X.jpg'}","0","[{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'}]","","56715","tt0189192","en","Just Visiting","A knight and his valet are plagued by a witch, and to repair the damage they make use of the services of a wizard. However, something goes wrong and they are transported from the 12th century to the year 2000. There the knight meets some of his family and slowly learns what this new century is like. However, he still needs to get back to the 12th century to deal with the witch, so he starts looking for a wizard.","7.379","/84wSWCuZMZFe9N1idrHPHGdUInX.jpg","[{'id':5330,'logo_path':null,'name':'Bruin Grip Services','origin_country':''},{'id':9,'logo_path':'/nda3dTUYdDrJ6rZqBpYvY865aDv.png','name':'Gaumont','origin_country':'FR'},{'id':915,'logo_path':'/xXojkyRWFZ0JTJyjiu13ThKeFbz.png','name':'Hollywood Pictures','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","2001-04-06","0","88","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","They're not just from another time, they're from France.","Just Visiting","false","4.6","326" +"false","/p0QagqfLdVHfxsOO3blJfx4aSQY.jpg","null","0","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","","271397","tt1745787","uk","????????'??","Deaf mute Sergey enters a specialized boarding school for deaf-and-dumb. In this new place, he needs to find his way through the hierarchy of the school???s network dealing with crimes and prostitution, the Tribe. By taking part of several robberies, he gets propelled higher into the organization. Then he meets one of the Chief???s concubines Anya, and unwillingly breaks all the unwritten rules of the tribe.","5.626","/puPIpa7jVZteyMASL9l84tBY75O.jpg","[{'id':13413,'logo_path':null,'name':'Hubert Bals Fund','origin_country':''},{'id':61460,'logo_path':null,'name':'Ukrainian State Film Agency','origin_country':'UA'}]","[{'iso_3166_1':'NL','name':'Netherlands'},{'iso_3166_1':'UA','name':'Ukraine'}]","2014-09-11","0","130","[{'iso_639_1':'xx','name':'No Language'}]","Released","Love and hate need no translation.","The Tribe","false","6.8","135" +"false","/vb37Nj84xHkk0H8xZUnI3hZVEoa.jpg","null","0","[{'id':99,'name':'Documentary'}]","","320420","tt3249478","en","Love Me","Love Me follows Western men and Ukrainian women as they embark on an unpredictable and riveting journey in search of love through the modern ""mail-order bride"" industry.","1.643","/7v7HxJG5CVcecPQwIC9sfEJo1SC.jpg","[]","[]","2014-04-06","0","94","[{'iso_639_1':'en','name':'English'}]","Released","","Love Me","false","6.7","22" +"false","/o1PnsdMQHSEF7r84QBCeOVDNm61.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","31503","tt0107626","en","My Boyfriend's Back","Missy McCloud is the most beautiful girl in school and Johnny Dingle has been in love with her for years. One night, Johnny is killed trying to win her over, and soon he comes back from the dead, and wins Missy's heart.","1.811","/me2PB6nN4ICUFOGWEnhZH8iuF9y.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-08-06","3335984","85","[{'iso_639_1':'en','name':'English'}]","Released","A comedy that proves true love never dies.","My Boyfriend's Back","false","5.3","31" +"false","/jvR2MRGQXQ2bHrJm0gtBJ85kZqN.jpg","null","9400000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","11576","tt0057193","en","It's a Mad, Mad, Mad, Mad World","A group of strangers come across a man dying after a car crash who proceeds to tell them about the $350,000 he buried in California. What follows is the madcap adventures of those strangers as each attempts to claim the prize for himself.","11.452","/5S8VWhy4aE47MOTYqrFitTS5Jpw.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':8040,'logo_path':null,'name':'Casey Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1963-11-07","60000000","163","[{'iso_639_1':'en','name':'English'}]","Released","The biggest entertainment ever to rock the screen with laughter!","It's a Mad, Mad, Mad, Mad World","false","7.2","239" +"false","/zUDLlFLytJgmEpUbqAUteRK5qjn.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'}]","","30117","tt0078474","en","Warlords of Atlantis","Searching for the lost world of Atlantis, Prof. Aitken, his son Charles and Greg Collinson are betrayed by the crew of their expedition's ship, attracted by the fabulous treasures of Atlantis. The diving bell disabled, a deep sea monster attacks the boat. They are all dragged to the bottom of the sea where they meet the inhabitants of the lost continent, an advanced alien race that makes sailors their slaves.","2.719","/jUHleqRyuVCR4eFy3aPyQmaJ9ug.jpg","[{'id':538,'logo_path':null,'name':'EMI Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1978-05-01","0","96","[{'iso_639_1':'en','name':'English'}]","Released","An incredible tale of terror and suspense... above and below the sea.","Warlords of Atlantis","false","6.1","29" +"false","/k86wUuUvPVZvM3zwxEhImpfyLq0.jpg","null","75000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':10749,'name':'Romance'}]","https://www.mgm.com/#/our-titles/1478/Bandits/","3172","tt0219965","en","Bandits","Two bank robbers fall in love with the girl they've kidnapped.","8.753","/67AUAkiT4rbgqN7SNlIJn0zWZqU.jpg","[{'id':1171,'logo_path':null,'name':'Epsilon Motion Pictures','origin_country':'CH'},{'id':13816,'logo_path':null,'name':'Hyde Park Entertainment','origin_country':''},{'id':1212,'logo_path':null,'name':'Empire Pictures','origin_country':''},{'id':52944,'logo_path':null,'name':'Lotus Pictures','origin_country':''},{'id':16061,'logo_path':null,'name':'Baltimore Spring Creek Productions','origin_country':''},{'id':890,'logo_path':null,'name':'Cheyenne Enterprises','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-10-12","67631903","123","[{'iso_639_1':'en','name':'English'}]","Released","Two's company, three's a crime.","Bandits","false","6.2","481" +"false","/j2HaJtXrJhrJlQqQBNs6dtB59qJ.jpg","null","0","[{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'},{'id':10749,'name':'Romance'}]","","31281","tt0099656","en","Ghosts Can't Do It","Elderly Scott kills himself after a heart attack wrecks his body, but then comes back as a ghost and convinces his loving young hot wife Kate to pick and kill a young man in order for Scott to possess his body and be with her again.","1.4","/fByyJIkm1PkCCdNIWM02sQNyBRS.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-01-01","25000","90","[{'iso_639_1':'en','name':'English'}]","Released","Only her desire can make him rise again","Ghosts Can't Do It","false","2.1","8" +"false","/45fWcO78BcsKoyjlejaT2uAjxJh.jpg","null","7000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","5896","tt0086987","en","Bolero","Follows the tale of a young woman???s sexual awakening and subsequent journey around the world in pursuit of her ideal lover. Encounters include an Arabian sheik and a Spanish bullfighter. Her friend and butler accompany her and help to arrange her couplings.","4.474","/atkfxwn1oelQYvtIWt7RtMr8rqV.jpg","[{'id':13549,'logo_path':null,'name':'Golan-Globus Productions','origin_country':''},{'id':1444,'logo_path':'/5jvFLUVXGXxkyszL9cqJN5hNhJ6.png','name':'Cannon Group','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-08-31","8914881","105","[{'iso_639_1':'en','name':'English'}]","Released","An adventure in ecstasy.","Bolero","false","3.6","39" +"false","/r3MhvwPC8zFBAv8HL5WBtl3F8cn.jpg","{'id':8945,'name':'Mad Max Collection','poster_path':'/jZowUf4okNYuSlgj5iURE7CDMho.jpg','backdrop_path':'/zI0q2ENcQOLECbe0gAEGlncVh2j.jpg'}","10000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'}]","","9355","tt0089530","en","Mad Max Beyond Thunderdome","Mad Max becomes a pawn in a decadent oasis of a technological society, and when exiled, becomes the deliverer of a colony of children.","12.653","/9ciqnBU2YlMtMrqNwRzhmaMeL9l.jpg","[{'id':2537,'logo_path':null,'name':'Kennedy Miller Productions','origin_country':'AU'}]","[{'iso_3166_1':'AU','name':'Australia'}]","1985-06-29","36230219","107","[{'iso_639_1':'en','name':'English'}]","Released","Two men enter. One man leaves.","Mad Max Beyond Thunderdome","false","6.1","1264" +"false","/sTckYn1epetNdCihfEJRC37UEic.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.undertowmovie.com/","16131","tt0360130","en","Undertow","The Munns, father John and sons Chris and Tim, recede to the woods of rural Georgia. Their life together is forever changed with the arrival of Uncle Deel, though the tragedy that follows forces troubled Chris to become a man.","4.08","/gmalxk4odkuFugogFyI7vlmyRQH.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-05-14","143597","108","[{'iso_639_1':'en','name':'English'}]","Released","","Undertow","false","6.1","54" +"false","/yktI4CvRc79bEktF0wkvGfV46OJ.jpg","null","0","[{'id':18,'name':'Drama'}]","","13993","tt0811128","en","Turn the River","A pool shark takes the ultimate gamble when she kidnaps her own son and flees her ex-husband.","0.956","/t01IZjzaAmvIOnZE5DQefcLyWh6.jpg","[{'id':3600,'logo_path':null,'name':'Bandora','origin_country':''},{'id':3601,'logo_path':null,'name':'Mr. Nice','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-05-09","0","92","[{'iso_639_1':'en','name':'English'}]","Released","","Turn the River","false","5.5","18" +"false","/vtdsegOQ8KLS05cuhRJMmxp5D5W.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://www.lifeguardmovie.com/","157375","tt2265534","en","The Lifeguard","A former valedictorian quits her reporter job in New York and returns to the place she last felt happy: her childhood home in Connecticut. She gets work as a lifeguard and starts a dangerous relationship with a troubled teenager.","7.594","/rXnkZ0JIq62EzTkPH9uIIO4O1QY.jpg","[{'id':22822,'logo_path':null,'name':'La Pistola','origin_country':''},{'id':22823,'logo_path':null,'name':'Attic Light Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-08-30","0","98","[{'iso_639_1':'en','name':'English'}]","Released","This Summer Growing Up is Optional","The Lifeguard","false","5.3","194" +"false","/mAMrabZFxnMsfrfOKi83iaugyGQ.jpg","null","4000000","[{'id':18,'name':'Drama'}]","","14063","tt0497316","en","Adrift in Manhattan","The lives of three lonely strangers intersect while commuting on New York's 1 and 9 subway lines.","2.227","/6vBkp15e2BUbxqkv3psnlxPAUoV.jpg","[{'id':14862,'logo_path':'/2YobmEkVFAcw368uz6Ie1sGP2C8.png','name':'Washington Square Films','origin_country':'US'},{'id':76253,'logo_path':null,'name':'Royal McBee','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-01-10","0","91","[{'iso_639_1':'en','name':'English'}]","Released","","Adrift in Manhattan","false","5.7","13" +"false","/pcCUBJPp8cuVrjx6wWWsXIBgguI.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","","31127","tt0098156","fr","R.O.T.O.R.","Robotic Officer Tactical Operation Research. A prototype robot intended for crime combat escapes from the development lab and goes on a killing rampage.","1.491","/l4p0Yww82XoSgqye0WrcxZ0gkry.jpg","[{'id':74248,'logo_path':null,'name':'WestWind Pictures','origin_country':''},{'id':20479,'logo_path':null,'name':'Manson International','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-10-01","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","R.O.T.O.R.","false","3.4","20" +"false","/f0vEcsn9X1gH1AMEokuVhDSg6Vl.jpg","null","0","[{'id':27,'name':'Horror'}]","","87704","tt0094929","en","Curse II: The Bite","After a young man is bitten on the hand by a radioactive snake, his hand changes into a lethal snake head, which attacks everyone he comes into contact with. Also, his body becomes filled with snakes. Now, he must prevent himself from hurting others.","1.565","/6na8nGseS6C4W9H2vcnU2owXb9B.jpg","[{'id':27927,'logo_path':null,'name':'Towa Productions','origin_country':''},{'id':17915,'logo_path':null,'name':'Trans World Entertainment (TWE)','origin_country':''},{'id':90258,'logo_path':null,'name':'VIVA Entertainment','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'JP','name':'Japan'}]","1989-06-27","0","98","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Sometimes the Body Has A Mind of Its Own.","Curse II: The Bite","false","4.6","17" +"false","/s2uvt6LanSIEP71uFlQh2cy8aac.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","74343","tt0100661","fr","Sonny Boy","A small-town car thief and his transvestite wife come across an abandoned infant; they amputate his tongue and train him for a life in crime.","1.351","/85V4oZeNOtrACvcPpoCrfFF3b1v.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-10-26","0","96","[{'iso_639_1':'en','name':'English'}]","Released","","Sonny Boy","false","4.9","6" +"false","/lv2kc5OS57ufXzXA4LCFRE3TgNG.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://laslashermovie.com/","323792","tt2735292","en","L.A. Slasher","Incensed by the tabloid culture which celebrates it, the L.A. Slasher publicly abducts a series of reality TV stars, while the media and general public in turn begin to question if society is better off without them. A biting, social satire about reality TV and the glorification of people who are famous for simply being famous, ""L.A. Slasher"" explores why it has become acceptable and even admirable for people to become influential and wealthy based on no merit or talent - purely through notoriety achieved through shameful behavior.","2.091","/iaoJ7nJ8ZV6g3f8wLQQ8tWCYqKS.jpg","[{'id':69619,'logo_path':null,'name':'JJS Films','origin_country':''},{'id':69620,'logo_path':null,'name':'JWright Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2015-06-12","0","86","[{'iso_639_1':'en','name':'English'}]","Released","Death to Reality TV","L.A. Slasher","false","3.9","16" +"false","/zOjrGd5m7UNYxKuzHL00tvS2vDv.jpg","null","0","[{'id':18,'name':'Drama'}]","","259958","tt2977090","en","Alex of Venice","After her stay-at-home husband leaves her, a workaholic lawyer finds that she is not completely up to the tasks of caring for her young son, ailing father and household all by herself.","2.731","/loDS9fw5vKvvWhmOYMrgASrNUCC.jpg","[{'id':6353,'logo_path':null,'name':'Screen Media Films','origin_country':''},{'id':8600,'logo_path':null,'name':'Electric City Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-04-17","0","86","[{'iso_639_1':'en','name':'English'}]","Released","Her life is just getting started. Again.","Alex of Venice","false","6.2","36" +"false","/nlGfLkOYiXDRn5pEom8MxGoLAIB.jpg","null","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","74747","tt0092809","en","The Curse","Nathan Hayes is a religious man trying to hold onto his farm and keep his family in line. A real estate developer is trying to buy most of the farm property in the area, including Mr. Hayes family farm, in the hope that the Tennesse Valley Authority will choose the town for the site of a new dam and recreational area. The night of a terrible storm, an unidentified, glowing object crashes on the Hayes farm and with it comes a horrible curse for the Hayes family and the members of the community.","2.792","/fcLmWHy7FPSicuopTLWhoHZtEti.jpg","[{'id':17915,'logo_path':null,'name':'Trans World Entertainment (TWE)','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'US','name':'United States of America'}]","1987-09-11","0","92","[{'iso_639_1':'en','name':'English'}]","Released","It took seed...now it needs to feed","The Curse","false","5.1","34" +"false","/vyPti4O5V5tjvrL6nXb2ZW4e9iM.jpg","{'id':9887,'name':'Species Collection','poster_path':'/t5J0JH1L8L7CmtC3sL3K2ybgTbE.jpg','backdrop_path':'/vnpcoCTZhg1EdEog1kAS0pklx1o.jpg'}","3800000","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","15212","tt0844894","en","Species: The Awakening","A scientist, Dr Holander, takes his niece Miranda to Mexico in an attempt to reverse the effects of the alien DNA he used to create her. However the treatment goes horribly wrong, and sets Miranda on a killing spree as she sets out to find a mate.","8.793","/nal9jPN9i003ntgIebR3JmMFVKj.jpg","[{'id':2894,'logo_path':null,'name':'360 Pictures','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-10-02","0","98","[{'iso_639_1':'en','name':'English'}]","Released","Irresistible beauty. Unstoppable instincts.","Species: The Awakening","false","4.1","74" +"false","/eDCg7g8ydD48iNNYk7X7iARZHy5.jpg","null","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","","84209","tt0071259","en","Busting","LA cops Gould and Blake get in over their heads when they don't heed orders from above and go after a big crime boss.","1.385","/6qC0hBOexLrFFK1UhDYFYgITATS.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","1974-02-27","0","92","[{'iso_639_1':'en','name':'English'}]","Released","What this film exposes about undercover vice cops can't be seen on your television set.","Busting","false","7.2","9" +"false","/dSzM2GF3pSttyxAv4pi1xxFWQ9w.jpg","null","0","[{'id':10402,'name':'Music'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","","2054","tt0113862","en","Mr. Holland's Opus","In 1965, passionate musician Glenn Holland takes a day job as a high school music teacher, convinced it's just a small obstacle on the road to his true calling: writing a historic opus. As the decades roll by with the composition unwritten but generations of students inspired through his teaching, Holland must redefine his life's purpose.","5.868","/kBmwWeSN3ajnYHZ3dSybEobxEPI.jpg","[{'id':915,'logo_path':'/xXojkyRWFZ0JTJyjiu13ThKeFbz.png','name':'Hollywood Pictures','origin_country':''},{'id':916,'logo_path':null,'name':'The Charlie Mopic Company','origin_country':''},{'id':10201,'logo_path':null,'name':'Interscope Communications','origin_country':''},{'id':1382,'logo_path':'/sOg7LGESPH5vCTOIdbMhLuypoLL.png','name':'PolyGram Filmed Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-12-29","106269971","137","[{'iso_639_1':'en','name':'English'}]","Released","Of All the Lives He Changed, the One That Changed the Most Was His Own.","Mr. Holland's Opus","false","7.1","168" +"false","/sLk077JHkFbVTXFnWBHuqRA7cpE.jpg","null","0","[{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","207936","tt2338424","en","Tumbledown","A young woman struggles to move on with her life after the death of her husband, an acclaimed folk singer, when a brash New York writer forces her to confront her loss and the ambiguous circumstances of his death.","5.752","/3Xse9MrfZCftdAo4xOFVCHWqi2I.jpg","[{'id':51436,'logo_path':null,'name':'Hahnscape','origin_country':''},{'id':13240,'logo_path':'/aTc07YaNHo8WNgkQSnvLmG6w4nW.png','name':'Bron Studios','origin_country':'CA'},{'id':7382,'logo_path':null,'name':'Echo Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-04-18","135026","105","[{'iso_639_1':'en','name':'English'}]","Released","Turn the page. Start a new chapter.","Tumbledown","false","6.4","85" +"false","/3nVf2F324BrirkaYmfx075fRRpK.jpg","null","0","[{'id':53,'name':'Thriller'}]","http://www.thegirlonthetrainthemovie.com/","241261","tt2387589","en","The Girl on the Train","When documentary filmmaker Danny Hart boards a train at Grand Central Station he has no reason to expect anything more than a pleasant ride to upstate New York to interview the subjects for his latest project. But a chance encounter with a mysterious young woman leads him on a journey of a very different sort. Within the blink of an eye his life of complacency is left behind for a world in which the line between fantasy and reality is blurred...a world of intrigue, danger, and the possibility of blood","1.681","/5QW22pPA2XbBtolDHv9Ql0UxSHW.jpg","[{'id':84031,'logo_path':null,'name':'8180 Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-07-03","0","80","[{'iso_639_1':'en','name':'English'}]","Released","She's every woman you'll never know....","The Girl on the Train","false","5.9","25" +"false","/aCBnoRWndAJeNGpLeAzU83ce5DO.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","15983","tt0089348","en","Invasion U.S.A.","A one-man army comes to the rescue of the United States when a spy attempts an invasion.","5.321","/kOfao6cNUlzFOToLy3DmMtWwGPp.jpg","[{'id':1444,'logo_path':'/5jvFLUVXGXxkyszL9cqJN5hNhJ6.png','name':'Cannon Group','origin_country':'US'},{'id':13549,'logo_path':null,'name':'Golan-Globus Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-09-27","0","107","[{'iso_639_1':'en','name':'English'}]","Released","America wasn't ready...but HE was!","Invasion U.S.A.","false","5.1","84" +"false","/3xOOxh2sI3HopPsq8cMmI5x5d3y.jpg","null","0","[{'id':18,'name':'Drama'},{'id':12,'name':'Adventure'},{'id':28,'name':'Action'}]","","302666","tt3488056","en","10.0 Earthquake","Los Angeles is about to be hit by a devastating earthquake, and time is running out to save the city from imminent danger.","4.228","/orOKr1k4lmLAn1FNcgJjjdhjkiB.jpg","[{'id':41945,'logo_path':null,'name':'Indy Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-10-15","0","88","[{'iso_639_1':'en','name':'English'}]","Released","The end is near.","10.0 Earthquake","false","4.2","40" +"false","/AwFTN25NOgnQvbmgL7S488lHFAe.jpg","{'id':224026,'name':'Monster High Collection','poster_path':'/6Re1mtsMLuHAeoUtSE7GPAdxldO.jpg','backdrop_path':'/kDsPcm1Qx5zjPNAZ80dBSHdTowH.jpg'}","0","[{'id':10751,'name':'Family'},{'id':16,'name':'Animation'}]","http://origin.monsterhigh.com/en-us/index.html","382581","tt5475710","en","Monster High: Great Scarrier Reef","Join the Monster High ghouls on an all new aquatic adventure as they dive deep into the crystal deep blue waters of the Great Scarrier Reef. When the ghouls get pulled in the school pool, they find themselves transported to a world of corals and florals - a wild underwater wonderland! But Lagoona is not there to see the sights - she's on a mission of the heart, as she realizes she has come home! She must confront her childhood nemesis and bully, come to terms with her own freaky flaws, win an aquatic dance extravaganza, and fight a terrible beast from the deep. So take the plunge - you won't believe what awaits you under the waves!","2.891","/fSyx6I8PVT91d6LgNReYLRyDt0e.jpg","[{'id':49983,'logo_path':null,'name':'Mattel Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-02-12","0","69","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","You won't believe what awaits you under the waves!","Monster High: Great Scarrier Reef","false","7","22" +"false","/zaXUJ67AcyNeJjVAWYH0Z2Qk2zZ.jpg","null","0","[{'id':36,'name':'History'},{'id':10770,'name':'TV Movie'},{'id':18,'name':'Drama'}]","","381167","tt4711762","en","Churchill's Secret","British Prime Minister Winston Churchill suffers from a stroke in the summer of 1953 that's kept a secret from the rest of the world.","2.751","/1OlFHHT1LkFgslKMOgty8Tjcz0u.jpg","[{'id':4793,'logo_path':null,'name':'Daybreak Pictures','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2016-02-29","0","101","[{'iso_639_1':'en','name':'English'}]","Released","","Churchill's Secret","false","6.1","13" +"false","/50ZS8RwRDwioZtu2KAS6KfzEbDO.jpg","{'id':86113,'name':'Open Water Collection','poster_path':'/85FaIaxEgpHolq41GSBYF4c14nj.jpg','backdrop_path':'/2vc1MmKa9vMPQerdwLa3fZVhBOS.jpg'}","130000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","83","tt0374102","en","Open Water","Two divers are left out at sea without a boat. There???s nothing but water for miles, unless they look at what???s underneath them...","6.68","/hua2eluUhiLvKqwHFPV2aTiY8pp.jpg","[{'id':22376,'logo_path':null,'name':'Plunge Pictures LLC','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-12-29","54667954","79","[{'iso_639_1':'en','name':'English'}]","Released","Scream all you want.","Open Water","false","5.4","557" +"false","/gfRsntRo6ajrRwvwB8ENXK9lo7e.jpg","null","22000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'}]","","6470","tt0099575","en","Fire Birds","A joint task force operation between the Drug Enforcement Administration and the U.S. Army has been formed to dismantle one of the largest drug cartels operating in South America. Multiple attempts to assault the cartel's mountainous compound have been thwarted by a Scorpion-attack helicopter piloted by a cartel leader, Eric Stoller (Bert Rhine). After having several aircraft shot down, most notably a pair of UH???60 Black Hawks and their AH???1 Cobra escorts, the army turns to the new AH???64 Apache attack helicopter, which can match its enemies' maneuverability and firepower.","4.981","/9kujKzulvgoCm5l0B80tQDm3pkM.jpg","[{'id':2098,'logo_path':null,'name':'Nova International Films','origin_country':''},{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-05-25","0","85","[{'iso_639_1':'en','name':'English'}]","Released","The best just got better","Fire Birds","false","4.8","51" +"false","/jSB5hVvIIuZ3ngn8ueiVQGrSI4T.jpg","null","0","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","http://lionsgateathome.com/exposed","331962","tt4019560","en","Exposed","After witnessing a miracle, a young Latina woman experiences strange things as a police detective searches for the truth behind his partner's death.","6.474","/nM26QosEfgjEegONCiNNrYMBTxD.jpg","[{'id':49153,'logo_path':null,'name':'Remark Films','origin_country':''},{'id':10405,'logo_path':null,'name':'Emmett/Furla Films','origin_country':'US'},{'id':24277,'logo_path':'/u42aMBx2JxWp4vgTjqcar4Kp1HI.png','name':'PalmStar Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-01-22","1787926","102","[{'iso_639_1':'en','name':'English'}]","Released","Some secrets are better left buried","Exposed","false","4.6","239" +"false","/x2JJGVftWfx2JGyqW6pqP3JrkO0.jpg","null","105000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","https://www.facebook.com/PointBreakMovie","257088","tt2058673","en","Point Break","A young undercover FBI agent infiltrates a gang of thieves who share a common interest in extreme sports. A remake of the 1991 film, ""Point Break"".","13.469","/4zfbf70df2ySChbsIEjhAC9oXJ1.jpg","[{'id':264,'logo_path':'/fA90qwUKgPhMONqtwY60GaHRyrW.png','name':'Studio Babelsberg','origin_country':'DE'},{'id':1088,'logo_path':'/9WOE5AQUXbOtLU6GTwfjS8OMF0v.png','name':'Alcon Entertainment','origin_country':'US'},{'id':10289,'logo_path':'/4lXJcFjACjb34LF78AUjEz4FtB9.png','name':'DMG Entertainment','origin_country':'US'},{'id':70993,'logo_path':null,'name':'Ehman Productions','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CN','name':'China'}]","2015-12-03","133718711","114","[{'iso_639_1':'en','name':'English'}]","Released","The only law that matters is gravity","Point Break","false","5.6","1231" +"false","/qi0qNQUNnMk3RWFGz2eRfpgoUYt.jpg","null","0","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","","39274","tt0083726","en","The Challenge","Rick, a down-and-out American boxer, is hired to transport a sword to Japan, unaware that the whole thing is a set up in a bitter blood-feud between two brothers, one who follows the traditional path of the samurai and the other a businessman. At the behest of the businessman, Rick undertakes samurai training from the other brother, but joins his cause. He also becomes romantically involved with the samurai's daughter.","1.082","/7BN8BOMjv6UojkmqIMT44HgIX4Y.jpg","[{'id':55395,'logo_path':null,'name':'Poncher-Rosen-Beckman Productions','origin_country':'US'},{'id':46410,'logo_path':null,'name':'CBS Theatrical Films','origin_country':''}]","[{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'US','name':'United States of America'}]","1982-07-23","0","113","[{'iso_639_1':'en','name':'English'}]","Released","He has trained every thought, every muscle, every nerve, for the moment of truth!","The Challenge","false","6.4","12" +"false","/m2SXRnAd0d5N6qH2cbgluRgMX4z.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","11016","tt0040506","en","Key Largo","A hurricane swells outside, but it's nothing compared to the storm within the hotel at Key Largo. There, sadistic mobster Johnny Rocco holes up - and holds at gunpoint hotel owner James Temple, his widowed daughter-in-law Nora, and ex-GI Frank McCloud.","8.267","/9Uyzz2JJZjMIaD4sOMyan4v95eR.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1948-07-31","0","100","[{'iso_639_1':'en','name':'English'}]","Released","A storm of fear and fury in the sizzling Florida Keys !","Key Largo","false","7.6","188" +"false","/mv54tbOkaUoKU0QyYE0GVqHZ3Nw.jpg","null","1000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","22733","tt0046414","en","Beat the Devil","The script, which was written on a day-to-day basis as the film was being shot, concerns the adventures of a motley crew of swindlers and ne'er-do-wells trying to lay claim to land rich in uranium deposits in Kenya as they wait in a small Italian port to travel aboard an ill-fated tramp steamer en route to Mombasa.","4.3","/btzKFyOgP6H2Kkvx5JLUNOzC5Br.jpg","[{'id':15931,'logo_path':null,'name':'Rizzoli-Haggiag','origin_country':''},{'id':3632,'logo_path':null,'name':'Romulus Films','origin_country':''},{'id':3248,'logo_path':null,'name':'Santana Pictures Corporation','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'IT','name':'Italy'}]","1953-11-24","0","89","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","They're Out To Beat the Devil At His Own Game!","Beat the Devil","false","6.4","43" +"false","/gMn5DJP9iqanuK4vHQ0U2eZ5N8z.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.insightfilm.com/personal_effects.html","14857","tt1138489","en","Personal Effects - The Space Between Loss and Love","Walter is a rising star in the NCAA wrestling world until his life is ripped apart by the brutal murder of his sister. Returning home to console his mother Gloria he seeks vengeance on the man who is accused of the crime. A chance meeting with a beautiful mature woman gives him solace to the situation. Will this unlikely pairing bloom into a romance and heal a wound the world cannot see or will the loss of his sister push him over the edge?","3.452","/iyDs4DEij8ig3oS3FYxR7kzTCWu.jpg","[{'id':5450,'logo_path':null,'name':'Picture Park','origin_country':''},{'id':2113,'logo_path':null,'name':'Cin??film AG','origin_country':''},{'id':2865,'logo_path':'/5O0gp5QS3n9ZPRvWFxaWa6QPpGX.png','name':'Insight Film Studios','origin_country':'CA'},{'id':5663,'logo_path':null,'name':'TADORA Filmproduktions','origin_country':''},{'id':63635,'logo_path':null,'name':'Three Rivers Entertainment','origin_country':''},{'id':32555,'logo_path':null,'name':'Netter Productions','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2009-02-06","0","110","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'it','name':'Italiano'}]","Released","The space between loss and love.","Personal Effects - The Space Between Loss and Love","false","6","56" +"false","/mw2HeS9mieCifAAaj1iJQw32f7y.jpg","null","0","[{'id':35,'name':'Comedy'}]","http://diaphana.fr/film/realite","179150","tt2392672","fr","R??alit??","A wanna-be director is given 48 hours by a producer to find the best groan of pain, worthy of an Oscar, as the only condition to back his film.","5.409","/1WB8ZdoJeY3yVDmvk57C0L5hMjB.jpg","[{'id':20855,'logo_path':null,'name':'Orange Sky','origin_country':''},{'id':20856,'logo_path':null,'name':'Realitism Films','origin_country':''},{'id':20857,'logo_path':null,'name':'Rubber Films','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'}]","2014-08-28","0","95","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Reality","false","7.4","201" +"false","/tst9mPqmEkYJAMicLw78cfKdpQh.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","41774","tt0105150","en","The Playboys","A young woman, Tara Maguire (Robin Wright) scandalizes her provincial Irish village in the 1950s by having a baby out of a wedlock, and refusing to name the father. She has a rare beauty and every man in town desires her, especially Sergeant Hegarty (Albert Finney). The arrival of a dramatic troupe stirs things up even more, especially when she falls in love with one f the ""Playboys"", Tom Casey (Aidan Quinn).","2.062","/yZlwsGAzArv2FIecuCmou1Ss7Gp.jpg","[{'id':798,'logo_path':'/nQgX1MOLySgug7FDONdIkht3xob.png','name':'Samuel Goldwyn Company','origin_country':'US'}]","[{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1992-04-22","0","117","[{'iso_639_1':'en','name':'English'}]","Released","","The Playboys","false","6.3","5" +"false","/qjn3fzCAHGfl0CzeUlFbjrsmu4c.jpg","{'id':131635,'name':'The Hunger Games Collection','poster_path':'/wrWNUgkBqWyR619tNhg1upWhkHw.jpg','backdrop_path':'/zWiiLNg8yXv0he3tCH6XignPaYV.jpg'}","160000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'}]","http://www.thehungergames.movie/","131634","tt1951266","en","The Hunger Games: Mockingjay - Part 2","With the nation of Panem in a full scale war, Katniss confronts President Snow in the final showdown. Teamed with a group of her closest friends ??? including Gale, Finnick, and Peeta ??? Katniss goes off on a mission with the unit from District 13 as they risk their lives to stage an assassination attempt on President Snow who has become increasingly obsessed with destroying her. The mortal traps, enemies, and moral choices that await Katniss will challenge her more than any arena she faced in The Hunger Games.","16.76","/w93GAiq860UjmgR6tU9h2T24vaV.jpg","[{'id':264,'logo_path':'/fA90qwUKgPhMONqtwY60GaHRyrW.png','name':'Studio Babelsberg','origin_country':'DE'},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':5420,'logo_path':'/du0ccP7uaodq3rTXhddhywwNPXm.png','name':'Color Force','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2015-11-18","653428261","137","[{'iso_639_1':'en','name':'English'}]","Released","The fire will burn forever.","The Hunger Games: Mockingjay - Part 2","false","6.8","7336" +"false","/odm0segzdDCtjiXf2frDUjpYs2I.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","https://www.facebook.com/jennysweddingmovie","342474","tt3289712","en","Jenny's Wedding","Jenny Farrell is getting married. But how will her straight-laced family react when they find out that the woman they thought was their daughter???s roommate is actually her fianc??e? As the old-fashioned Farrells attempt to come to terms with the prospect of a surprise daughter-in-law, they face a difficult choice: either adapt with the times or risk being left behind.","4.337","/oySIzPzOPPtAS79AgbFs9NxrU8A.jpg","[{'id':14193,'logo_path':null,'name':'MM Productions','origin_country':''},{'id':45358,'logo_path':null,'name':'Merced Media Partners','origin_country':''},{'id':24277,'logo_path':'/u42aMBx2JxWp4vgTjqcar4Kp1HI.png','name':'PalmStar Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-07-31","0","94","[{'iso_639_1':'en','name':'English'}]","Released","Family is worth fighting for.","Jenny's Wedding","false","5.5","241" +"false","/1LODCjLg0AXBjXpMLrDvY9MUBNp.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","http://tookenthemovie.com/","337663","tt3564200","en","Tooken","Spoof of the ""Taken"" franchise. An ex-CIA agent who is now a mall security guard discovers that things are being taken from him. He must team up with his mom, also an ex-CIA agent, to defeat his rival and save his family.","2.798","/4yDMCbodEGCMOS0aGhLR9wBffB8.jpg","[{'id':26484,'logo_path':null,'name':'Elevative Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-05-26","0","81","[{'iso_639_1':'en','name':'English'}]","Released","Your franchise is about to be taken.","Tooken","false","4.3","34" +"false","/y0bKaxIGFHcg8Rz38okZH1ZRjUZ.jpg","{'id':527439,'name':'Mary Poppins Collection','poster_path':'/3zPQxAI5z5K3eSuiBzlHIjSPhAz.jpg','backdrop_path':'/7f3qwby0wlw4y1vG7yQqhme5iTK.jpg'}","6000000","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","https://movies.disney.com/mary-poppins","433","tt0058331","en","Mary Poppins","A magical nanny employs music and adventure to help two neglected children become closer to their father.","18.864","/cjIIKTkeE8eKAmYULEZg6wKPZVe.jpg","[{'id':3166,'logo_path':'/vyyv4Gy9nPqAZKElPm2izLlEaVS.png','name':'Walt Disney Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1964-08-27","102272727","139","[{'iso_639_1':'en','name':'English'}]","Released","It's supercalifragilisticexpialidocious!","Mary Poppins","false","7.6","2504" +"false","/wHxPTAcHMou16x0wjSThkR57JcP.jpg","null","9000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","14811","tt0067093","en","Fiddler on the Roof","This lavishly produced and critically acclaimed screen adaptation of the international stage sensation tells the life-affirming story of Tevye (Topol), a poor milkman whose love, pride and faith help him face the oppression of turn-of-the-century Czarist Russia. Nominated for eight Academy Awards.","7.489","/mAGHsUaUOd7X3ky6Za2ZtClfpN9.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':10154,'logo_path':null,'name':'Cartier Productions','origin_country':''},{'id':13219,'logo_path':null,'name':'Mirisch Corporation, The','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1971-11-03","83304330","181","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'he','name':'????????????????'},{'iso_639_1':'ru','name':'P????????????'}]","Released","To Life!","Fiddler on the Roof","false","7.8","203" +"false","/6GTQQLQjF2j7eC2ocWXgViZAIrH.jpg","null","0","[{'id':18,'name':'Drama'}]","","328901","tt3165630","en","The Benefactor","A newly married couple are forced to navigate the all-consuming interest of a powerful, mysterious, and possessive philanthropist.","3.928","/bZZ9HqCrdsiq7jGzINdCBK12RmG.jpg","[{'id':68624,'logo_path':null,'name':'KSM','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-04-17","0","90","[{'iso_639_1':'en','name':'English'}]","Released","His help comes at a price.","The Benefactor","false","4.8","153" +"false","/98fouPqYE7i8dP7Jac0Dz1lTH7Y.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","315855","tt3066630","en","The Forbidden Room","A submarine crew, a feared pack of forest bandits, a famous surgeon, and a battalion of child soldiers all get more than they bargained for as they wend their way toward progressive ideas on life and love.","3.499","/poUrPvyWpQSnvyoiM42EHuuCPUa.jpg","[{'id':10473,'logo_path':'/lMUDQZVtg8On4PAW5XFQPaQy6UK.png','name':'National Film Board of Canada','origin_country':'CA'},{'id':11517,'logo_path':'/7tT0PqNjEalEwE1GkjxU32SlOW6.png','name':'Buffalo Gal Pictures','origin_country':'CA'},{'id':17722,'logo_path':null,'name':'PHI Film','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2015-10-07","0","128","[{'iso_639_1':'en','name':'English'}]","Released","","The Forbidden Room","false","6.3","41" +"false","/iYnQHNxOoBa8g6qpkJ3hOXycyS7.jpg","null","30000","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'}]","","45795","tt0385639","en","Death Bed: The Bed That Eats","At the edge of a grand estate, near a crumbling old mansion lies a strange stone building with just a single room. In the room there lies a bed. Born of demonic power, the bed seeks the flesh, blood and life essence of unwary travelers??? Three pretty girls arrive on vacation, searching for a place to spend the night. Instead, they tumble into nightmares ??? and the cruel, insatiable hunger of the Bed!","1.606","/1RUDllunhVu3PMF9IOdPcXCzGqU.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","1977-01-01","0","77","[{'iso_639_1':'en','name':'English'}]","Released","","Death Bed: The Bed That Eats","false","5.1","27" +"false","/jCQeQwxXGjpvB3tl2evUaLRJekT.jpg","null","70000","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'}]","","20842","tt0068370","en","Children Shouldn't Play with Dead Things","Six actors go to graveyard on a remote island to act out a necromantic ritual. The ritual works, and soon the dead are walking about and chowing down on human flesh.","2.325","/u7GcACrv3AoR6e3OnmrHKyWa1VS.jpg","[{'id':3850,'logo_path':null,'name':'Geneni Film Distributors','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1973-02-28","0","87","[{'iso_639_1':'en','name':'English'}]","Released","You're Invited To Orville's ""Coming-Out"" Party...It'll Be A Scream...YOURS!!!","Children Shouldn't Play with Dead Things","false","5.3","38" +"false","/vu82PVUjEaAmrxBdeH8hbx2ZBxy.jpg","null","35000000","[{'id':18,'name':'Drama'}]","http://www.sonypictures.com/movies/concussion/","321741","tt3322364","en","Concussion","A dramatic thriller based on the incredible true David vs. Goliath story of American immigrant Dr. Bennet Omalu, the brilliant forensic neuropathologist who made the first discovery of CTE, a football-related brain trauma, in a pro player and fought for the truth to be known. Omalu's emotional quest puts him at dangerous odds with one of the most powerful institutions in the world.","12.152","/vdK1f9kpY5QEwrAiXs9R7PlerNC.jpg","[{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':71170,'logo_path':null,'name':'The Cantillon Company','origin_country':'US'},{'id':34034,'logo_path':null,'name':'LStar Capital','origin_country':'US'},{'id':1645,'logo_path':'/6Ry6uNBaa0IbbSs1XYIgX5DkA9r.png','name':'Scott Free Productions','origin_country':''},{'id':71171,'logo_path':null,'name':'The Shuman Company','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-11-12","50363790","123","[{'iso_639_1':'en','name':'English'}]","Released","Even Legends Need a Hero","Concussion","false","7.1","1390" +"false","/rVzb10jNhyjzJAfKx2mrsDlreRs.jpg","{'id':473971,'name':'Daddy's Home Collection','poster_path':'/sKjm3JtHz3Z5ggyNZC4IEz4z4Dl.jpg','backdrop_path':'/16w6DLmX0OqGT5qBdMpfpWh4VkU.jpg'}","50000000","[{'id':35,'name':'Comedy'}]","http://daddyshomemovie.tumblr.com/","274167","tt1528854","en","Daddy's Home","The story of a mild-mannered radio executive (Ferrell) who strives to become the best stepdad ever to his wife's two children, but complications ensue when their freewheeling, freeloading real father arrives, forcing stepdad to compete for the affection of the kids.","9.019","/diEAZtU6KJzo6VStL5US8arkdIQ.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':4740,'logo_path':null,'name':'Gary Sanchez Productions','origin_country':'US'},{'id':19177,'logo_path':null,'name':'Red Granite Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-12-25","242786137","96","[{'iso_639_1':'en','name':'English'}]","Released","Choose your Daddy","Daddy's Home","false","6.1","1622" +"false","/ocE4hWL5ulV2OHckkzqXcmdNLBP.jpg","null","0","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","http://www.mgm.com/#/our-titles/2024/To-Live-and-Die-in-L.A.","9846","tt0090180","en","To Live and Die in L.A.","A fearless Secret Service agent will stop at nothing to bring down the counterfeiter who killed his partner.","7.982","/2iW3pSihBIhXjnBQmUJ0mAiZbB5.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':396,'logo_path':null,'name':'SLM Production Group','origin_country':'US'},{'id':8668,'logo_path':null,'name':'New Century Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-11-01","17307019","116","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","A federal agent is dead. A killer is loose. And the City of Angels is about to explode.","To Live and Die in L.A.","false","7","225" +"false","/jINVAxnCeBHd9dySONuBcMLWwVH.jpg","{'id':87256,'name':'Beverly Hills Chihuahua Collection','poster_path':'/v7ofpZSklN0m2ecuHUWeO8S6ZUb.jpg','backdrop_path':'/jOIk7nAwq7rKLFz8h25soLVSSFf.jpg'}","0","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","http://disney.go.com/beverly-hills-chihuahua/","105965","tt2224075","en","Beverly Hills Chihuahua 3 - Viva La Fiesta!","When Papi & co move into a luxurious hotel, his youngest pup Rosa feels neglected and he must show her how special she is.","7.091","/3PjyqcxJkxCcfQNqcYPUI6pLvWB.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-09-03","0","89","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'sv','name':'svenska'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'nl','name':'Nederlands'}]","Released","Family Always Matters","Beverly Hills Chihuahua 3 - Viva La Fiesta!","false","5.5","79" +"false","/c7T4tj3qarLNjNmRDfBPzEFSHG0.jpg","{'id':517758,'name':'Barbie Collection','poster_path':'/xhUtCxXCEhOZi3L1JeLJOXsovgg.jpg','backdrop_path':null}","0","[{'id':28,'name':'Action'},{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","","377897","tt5042436","en","Barbie: Spy Squad","Barbie and her best friends Teresa and Renee transform from hard-working gymnasts to undercover secret agents. When their amazing gymnastics skills catch the eye of a top-secret spy agency, the girls are soon following clues to a gem-stealing cat burglar, using high-tech gadgets, glam disguises and cute robo-pets to save the day.","6.808","/rP33Urpto9Ftea7MtNPKgxCGJtu.jpg","[{'id':5371,'logo_path':'/spvT3sCrBRTpE85cQHEihf0GCr6.png','name':'Nickelodeon Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-01-15","0","75","[{'iso_639_1':'en','name':'English'}]","Released","","Barbie: Spy Squad","false","6.1","79" +"false","/2LPEWa5AXpPP73CqmG3UJoggieq.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':28,'name':'Action'},{'id':10751,'name':'Family'}]","","22595","tt0019412","en","Speedy","Speedy loses his job as a soda jerk, then spends the day with his girl at Coney Island. He then becomes a cab driver and delivers Babe Ruth to Yankee Stadium, where he stays to see the game. When the railroad tries to run the last horse-drawn trolley (operated by his girl's grandfather) out of business, Speedy organizes the neighborhood old-timers to thwart their scheme.","2.308","/zGHqCG2ZM0iguDSESRSbFuB1lX5.jpg","[{'id':4111,'logo_path':null,'name':'The Harold Lloyd Corporation','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1928-04-07","0","85","[]","Released","You've Waited a Year for This But WOW! What a Hit!","Speedy","false","7.3","31" +"false","/4szWKixNkbdm9omQZ9Kzpno7FPC.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10749,'name':'Romance'}]","","329829","tt1254322","en","The Girl King","A portrait of the brilliant, extravagant Kristina of Sweden, queen from age six, who fights the conservative forces that are against her ideas to modernize Sweden and who have no tolerance for her awakening sexuality.","4.864","/eb5ZOCpGj7PbTnJweuiqHixPPtD.jpg","[{'id':17537,'logo_path':null,'name':'Anagram Film','origin_country':'SE'},{'id':10272,'logo_path':null,'name':'Starhaus Filmproduktion','origin_country':''},{'id':37323,'logo_path':null,'name':'Triptych Media','origin_country':''},{'id':42263,'logo_path':null,'name':'Marianna Films','origin_country':'FI'},{'id':4896,'logo_path':'/zCUGLv6QxlEHngDCwlVolTZu8kF.png','name':'Galafilm','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'FI','name':'Finland'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'SE','name':'Sweden'}]","2015-12-11","0","106","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'de','name':'Deutsch'}]","Released","","The Girl King","false","6.2","83" +"false","/ao18ACGz0AwkvkGSsCPm3f4nIlX.jpg","{'id':439596,'name':'Lavalantula Collection','poster_path':'/wadWF6SASXqBBpkSOjFHRZvhJRI.jpg','backdrop_path':'/zBuxwZNXVs2rNo60tNH8WrRL1PW.jpg'}","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","294562","tt4060576","en","Lavalantula","Giant lava breathing tarantulas ??? Lavalantulas ??? erupt out of ancient volcanos in the Santa Monica Mountains, raining death and destruction upon Los Angeles. With the City of Angels on the verge of incineration, only a washed up ???90s action hero actor stands in the way of this monstrous swarm of bloodthirsty creatures who burn their victims alive.","4.222","/nu2DRYXzbUjhpogIQYtzGLLTFif.jpg","[{'id':6677,'logo_path':'/tyd27JWQI6z2eZH6AhRJlmYhr9k.png','name':'Syfy','origin_country':'US'},{'id':10399,'logo_path':null,'name':'CineTel Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-08-08","0","83","[{'iso_639_1':'en','name':'English'}]","Released","Fire Burns... Lava Bites","Lavalantula","false","4.9","57" +"false","/wf8GI3QtL4IM2645Fm7OqRqXCkH.jpg","null","16500000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://becomingjane-themovie.com/","2977","tt0416508","en","Becoming Jane","A biographical portrait of a pre-fame Jane Austen and her romance with a young Irishman.","11.874","/iLNBdoaKzXNhZV4qbhJPkIEfLEg.jpg","[{'id':1267,'logo_path':'/j3kXC0bEn4vxrIyUApeKBtSUu9w.png','name':'Ecosse Films','origin_country':'GB'},{'id':2689,'logo_path':null,'name':'2 Entertain','origin_country':''},{'id':6342,'logo_path':null,'name':'Bueprint Pictures','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2007-03-02","37311672","120","[{'iso_639_1':'en','name':'English'}]","Released","Her own life is her greatest inspiration.","Becoming Jane","false","7.2","587" +"false","/ktUfhuiaxijjk3OCgT2RepGdoQB.jpg","null","0","[{'id':27,'name':'Horror'}]","","40451","tt0124014","en","The Mutilator","As a child, Ed was cleaning his father???s hunting rifles (a surprise birthday treat for the old man) when one of them went off, hitting and killing his mother. On seeing the bloodshed, his father flew into a murderous rage???Ed just barely escaped with his life. Now in his teens, he returns home; he doesn???t expect to find his father, still there, waiting for a chance to settle the score .??.??.","1.752","/WdTypYAKttmUPWMQ4uLzRS6Hye.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-01-04","0","86","[{'iso_639_1':'en','name':'English'}]","Released","","The Mutilator","false","5.3","30" +"false","/lb1lTN6Jwtjy36AyWNV9HaMmYHs.jpg","null","0","[{'id':37,'name':'Western'}]","","44921","tt0049434","en","The Last Wagon","When a handful of settlers survive an Apache attack on their wagon train they must put their lives into the hands of Comanche Todd, a white man who has lived with the Comanches most of his life and is wanted for the murder of three men.","3.251","/dG9JrA22OO7aTDlkCmKmzi1EDep.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1956-09-21","0","98","[{'iso_639_1':'en','name':'English'}]","Released","ROMANTIC WESTERN ADVENTURE!","The Last Wagon","false","6.1","30" +"false","/9fh9kS2GrJg8YV34nId4MCha5Ye.jpg","null","14000000","[{'id':35,'name':'Comedy'},{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'}]","","300602","tt3896100","es","Atrapa la bandera","When the brave and determined 12-year-old Mike Goldwing discovers that an eccentric billionaire plans to fly to the moon, steal its vast, valuable natural resources, and destroy the American flag planted by the Apollo XI astronauts during man's historic moon landing, the countdown to a spectacular adventure begins! Mike, teamed with his grandfather, best friends Amy and Marty, and a clever chameleon, blasts off on an incredible moon-bound mission, determined to thwart the billionaire's evil plan, capture the flag, and reunite his family.","7.259","/vHzwrSVDnu6Uza6GL0WYzkeXHS1.jpg","[{'id':37209,'logo_path':null,'name':'4 Cats Pictures','origin_country':'ES'},{'id':16742,'logo_path':null,'name':'Telef??nica Studios','origin_country':'ES'},{'id':104631,'logo_path':null,'name':'Los Rockets La Pel??cula','origin_country':'ES'},{'id':2875,'logo_path':'/3fNapBvM3EHlyL9TxdP5qEOUNeN.png','name':'Ikiru Films','origin_country':'ES'},{'id':104632,'logo_path':'/gxKYWKH1s5fYJogAorKdG1DZTvr.png','name':'Lightbox Animation Studios','origin_country':'ES'},{'id':1182,'logo_path':'/bkgwJWvqqLuzsXV2Qv3Mg3wfcNZ.png','name':'Telecinco Cinema','origin_country':'ES'}]","[{'iso_3166_1':'ES','name':'Spain'}]","2015-08-28","8306690","94","[{'iso_639_1':'es','name':'Espa??ol'}]","Released","","Capture the Flag","false","5.9","119" +"false","/sSvgNBeBNzAuKl8U8sP50ETJPgx.jpg","null","44000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':37,'name':'Western'}]","http://thehatefuleight.com","273248","tt3460252","en","The Hateful Eight","Bounty hunters seek shelter from a raging blizzard and get caught up in a plot of betrayal and deception.","23.128","/fqe8JxDNO8B8QfOGTdjh6sPCdSC.jpg","[{'id':308,'logo_path':'/e8F3mQM7DkJ5SfYYDp8FYzPBOGX.png','name':'The Weinstein Company','origin_country':'US'},{'id':215,'logo_path':'/tQyeqkCj24krhY2W8qeAztcOS37.png','name':'Double Feature Films','origin_country':''},{'id':1811,'logo_path':null,'name':'FilmColony','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-12-25","155760117","188","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","No one comes up here without a damn good reason.","The Hateful Eight","false","7.7","7696" +"false","/eNPSltALfL3g5yY0eWwyui5XQNT.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","","383140","tt4776564","en","Weaponized","A damaged homicide detective (Johnny Messner) must prevent a grieving father from unleashing a ""robotic virus"" that he believes will destroy the terrorist cell that murdered his son, but at an unimaginable cost.","2.315","/xTtJpfelvkA024hHuNGcn13aZPU.jpg","[{'id':63430,'logo_path':null,'name':'Puppy Entertainment','origin_country':''},{'id':35396,'logo_path':null,'name':'Status Media & Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-03-01","0","91","[{'iso_639_1':'en','name':'English'}]","Released","The Future of War is Here.","Weaponized","false","3.6","21" +"false","/5dAaXQK7ILIhQbJuHcoNEUKyMaf.jpg","null","0","[{'id':35,'name':'Comedy'}]","","30278","tt0087072","en","Comfort and Joy","Radio host Alan Bird witnesses how an icecream van is attacked and destroyed by angry competitors. This leads him into the struggle between two Italian families over the icecream market of Glasgow.","1.84","/1ANJvw6gfLOIG83YrYxg6N3Tiiu.jpg","[{'id':108983,'logo_path':null,'name':'Lake (Comfort and Joy)','origin_country':''},{'id':6179,'logo_path':null,'name':'Thorn EMI Screen Entertainment','origin_country':''},{'id':13766,'logo_path':null,'name':'Scottish Television (STV)','origin_country':''},{'id':4255,'logo_path':null,'name':'Kings Road Entertainment','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1984-10-10","0","106","[{'iso_639_1':'en','name':'English'}]","Released","Alan Bird is getting nothing he wants this Christmas.","Comfort and Joy","false","6.5","21" +"false","/xz9qv8LWUoirWOLrnIq0mDGLyxK.jpg","{'id':502828,'name':'Samurai Cop Collection','poster_path':'/le7IHBUA2DGXfOMzw55wL5VnD94.jpg','backdrop_path':'/wdV758LgH014H1771ik2NCxzQDe.jpg'}","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","65374","tt0130236","fr","Samurai Cop","When Japanese organized crime imbeds itself within LA, the police turn to one man to take down the deadly Yakuza ??? Joe Marshall, aka ""The Samurai."" With his fearless swagger and rock hard jaw, The Samurai tears a two-fisted hole through the mob and doesn't stop until the job is done.","3.999","/kbtRmNNibVxXWifMpJS39mJTKRk.jpg","[{'id':12293,'logo_path':null,'name':'Hollywood Royal Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1991-11-30","0","96","[{'iso_639_1':'en','name':'English'}]","Released","You have the right to remain silent... Dead silent","Samurai Cop","false","4.6","54" +"false","/qD0KsQA1FwMoTh4roOw2ky1uum6.jpg","null","0","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","","340835","tt3501492","en","RZ-9","After a devastating terrorist attack annihilates New York, Chicago and Los Angeles, the US government develops state-of-the-art drone patrols to counter terrorist activities and police the population. When Patterson Endcott, a scientist and drone controller, finds his name listed as a potential terrorist, he unites with a group of resistance fighters to spearhead the fight against the tyrannical government.","2.359","/sbQ98eFxzQ5igxD0mcyPnVADDjb.jpg","[{'id':24043,'logo_path':null,'name':'KSM GmbH','origin_country':''},{'id':25365,'logo_path':null,'name':'Multivisionnaire Pictures','origin_country':''},{'id':53713,'logo_path':null,'name':'Sector 16 Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-08-17","0","94","[{'iso_639_1':'en','name':'English'}]","Released","Resistance will be erased","RZ-9","false","1.9","6" +"false","/imIAEO7b7SKsGE5haXRgeyzK9et.jpg","null","30000000","[{'id':35,'name':'Comedy'}]","http://www.sistersfilm.com/","266294","tt1850457","en","Sisters","Two disconnected sisters are summoned to clean out their childhood bedrooms before their parents sell their family home.","6.663","/xXvU4owBdaCxPctBq98v83wcP2A.jpg","[{'id':26402,'logo_path':null,'name':'Little Stranger','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-12-18","105011053","118","[{'iso_639_1':'en','name':'English'}]","Released","Big sisters don't always know best.","Sisters","false","5.9","885" +"false","/1tqjyC1bqoYu31d9KBm4i5rdp6y.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","333674","tt4009278","en","Intruders","Anna suffers from agoraphobia so crippling that when a trio of criminals break into her house, she cannot bring herself to flee. But what the intruders don't realize is that agoraphobia is not her only psychosis.","5.563","/9EIfH3Hc1gj7L9eke8roywy98qR.jpg","[{'id':6302,'logo_path':null,'name':'Room 101','origin_country':''},{'id':35591,'logo_path':null,'name':'Vicarious Entertainment','origin_country':'US'},{'id':48738,'logo_path':null,'name':'Campbell Grobman Films','origin_country':'US'},{'id':52738,'logo_path':null,'name':'Jeff Rice Films','origin_country':''},{'id':70350,'logo_path':null,'name':'Black Fish Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-01-15","0","90","[{'iso_639_1':'en','name':'English'}]","Released","They Should Have Left Her Alone","Intruders","false","5.8","238" +"false","/ljTKuGdw5AnYcOqE68XBaFQzCFf.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':36,'name':'History'}]","","26408","tt0108515","en","The War Room","A behind-the-scenes documentary about the Clinton for President campaign, focusing on the adventures of spin doctors James Carville and George Stephanopoulos.","1.514","/3A0UjhIMqWivqtq5mXhidBaSZGg.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-12-05","0","96","[{'iso_639_1':'en','name':'English'}]","Released","They Changed The Way Campaigns Are Won","The War Room","false","7.3","25" +"false","/4IuHZFDUCmyxdf7JaF9oRqhTC9M.jpg","null","0","[{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'}]","http://www.corinhardy.com/the-woods/","312831","tt2474976","en","The Hallow","A family who moved into a remote mill house in Ireland finds themselves in a fight for survival with demonic creatures living in the woods.","6.545","/fTkS0EuaCFefCeP1gBSRHYsaSKY.jpg","[{'id':18078,'logo_path':null,'name':'Fantastic Films','origin_country':'IE'},{'id':19638,'logo_path':'/6R3XtbihMWuDRFnlm4MkpxhmEKf.png','name':'Altitude Film Entertainment','origin_country':'GB'},{'id':67257,'logo_path':null,'name':'Hallow Films','origin_country':''},{'id':25838,'logo_path':null,'name':'Occupant Entertainment','origin_country':''},{'id':67258,'logo_path':null,'name':'Hyperion Media Group','origin_country':''},{'id':6901,'logo_path':null,'name':'Prescience','origin_country':''},{'id':67259,'logo_path':null,'name':'Altus Media (Five)','origin_country':''},{'id':67260,'logo_path':null,'name':'The Electric Shadow Company','origin_country':''},{'id':5267,'logo_path':'/trP3GsUyIztMwcqev3jK1gOeCSA.png','name':'Irish Film Board','origin_country':'IE'}]","[{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-11-06","0","97","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ga','name':'Gaeilge'}]","Released","Nature has a dark side.","The Hallow","false","5.3","308" +"false","/ardZi7ExQAnZEjShfDT2RkWmTF2.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","http://www.altitudefilment.com/film/production/2","318922","tt2474958","en","Kill Your Friends","In the late 1990s, a drug-addled nihilist resorts to murder to climb the ladder of the London music industry.","5.656","/A2eUN6GtN3dZl2BXubUusK7cxsD.jpg","[{'id':19638,'logo_path':'/6R3XtbihMWuDRFnlm4MkpxhmEKf.png','name':'Altitude Film Entertainment','origin_country':'GB'},{'id':60323,'logo_path':null,'name':'Unigram','origin_country':''},{'id':51860,'logo_path':null,'name':'AI-Film','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-11-06","0","104","[{'iso_639_1':'en','name':'English'}]","Released","Lies. Betrayal. Murder. Just another day in the music industry.","Kill Your Friends","false","6.1","183" +"false","/1LrmX8M2nZY5j1OtPhH0GDwyVkl.jpg","{'id':87256,'name':'Beverly Hills Chihuahua Collection','poster_path':'/v7ofpZSklN0m2ecuHUWeO8S6ZUb.jpg','backdrop_path':'/jOIk7nAwq7rKLFz8h25soLVSSFf.jpg'}","20000000","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':10749,'name':'Romance'}]","","14405","tt1014775","en","Beverly Hills Chihuahua","A pampered Beverly Hills chihuahua named Chloe who, while on vacation in Mexico with her owner Viv's niece, Rachel, gets lost and must rely on her friends to help her get back home before she is caught by a dognapper who wants to ransom her.","8.026","/2aRvqtLoE06hTjG93lASvO7r1as.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':44783,'logo_path':null,'name':'Smart Entertainment','origin_country':''},{'id':10227,'logo_path':'/3YfRy3DBl4abcqkzGx4RVNz12yl.png','name':'Mandeville Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-10-03","149281606","91","[{'iso_639_1':'en','name':'English'}]","Released","50% Warrior. 50% Lover. 100% Chihuahua.","Beverly Hills Chihuahua","false","4.8","452" +"false","/vMMYUVaOw6fMPW2HGwDvgs2D0WP.jpg","{'id':87256,'name':'Beverly Hills Chihuahua Collection','poster_path':'/v7ofpZSklN0m2ecuHUWeO8S6ZUb.jpg','backdrop_path':'/jOIk7nAwq7rKLFz8h25soLVSSFf.jpg'}","12000000","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","54540","tt1482393","en","Beverly Hills Chihuahua 2","Puppy mayhem turns the lives of newlywed Chihuahua parents Papi and Chloe upside down when their rambunctious, mischievous puppies present one challenge after another. But when their human owners end up in trouble, the tiny pups will stop at nothing to save them - because in good times and hard times, the family always sticks together. So Papi, Chloe and the puppies embark on a heroic adventure, proving once again that big heroes come in small packages.","8.545","/e3ijGsYIKTeay7ooDmzhaK7GbiU.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-02-01","0","84","[{'iso_639_1':'en','name':'English'}]","Released","The family just got bigger","Beverly Hills Chihuahua 2","false","5","141" +"false","/rs2RDEk4kHZU6yV5UjbQp8ROhzX.jpg","null","3000000","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':9648,'name':'Mystery'}]","","251387","tt3323638","en","The Night Crew","A group of hard up bounty hunters must survive the night in a desert motel against a horde of savage cartel killers. They soon realize that their fugitive, a mysterious Chinese woman, is much more than she lets on.","2.715","/kkrBpBgL3XlbnaqCQ3HeoWx8Mjf.jpg","[{'id':35625,'logo_path':null,'name':'Premiere Entertainment Group','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-03-17","0","89","[{'iso_639_1':'en','name':'English'}]","Released","","The Night Crew","false","4.8","27" +"false","/9hxz7Rr9HIRyzVujbu399t6gP47.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","http://astron-6.com/editor.html","285840","tt3067274","en","The Editor","A one-time (and now one-handed) master film editor toiling in the cinematic sweatshops of 1970s Italy becomes the prime suspect in a series of brutal murders.","2.334","/rMD3yAKoUiPXQruRrlnlF6hsosa.jpg","[{'id':18906,'logo_path':null,'name':'Tele-Film','origin_country':''},{'id':6587,'logo_path':null,'name':'Astron-6 Video International','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2014-09-11","0","95","[{'iso_639_1':'en','name':'English'}]","Released","","The Editor","false","5.7","55" +"false","/gsnPjs2XTBhYDNFgnlsDgjuauDO.jpg","null","1800000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","968","tt0072890","en","Dog Day Afternoon","Based on the true story of would-be Brooklyn bank robbers John Wojtowicz and Salvatore Naturale. Sonny and Sal attempt a bank heist which quickly turns sour and escalates into a hostage situation and stand-off with the police. As Sonny's motives for the robbery are slowly revealed and things become more complicated, the heist turns into a media circus.","9.392","/qgWuZ2yNJrclU8EldQG4rLhwMoy.jpg","[{'id':612,'logo_path':null,'name':'Artists Entertainment Complex','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1975-08-11","46665856","125","[{'iso_639_1':'en','name':'English'}]","Released","The most bizarre bank siege ever","Dog Day Afternoon","false","7.8","1197" +"false","/rtlDVhRzjqjKwxchtbowrcXBUkd.jpg","null","9000000","[{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","","12182","tt0981227","en","Nick and Norah's Infinite Playlist","Nick cannot stop obsessing over his ex-girlfriend, Tris, until Tris' friend Norah suddenly shows interest in him at a club. Thus beings an odd night filled with ups and downs as the two keep running into Tris and her new boyfriend while searching for Norah's drunken friend, Caroline, with help from Nick's band mates. As the night winds down, the two have to figure out what they want from each other.","9.865","/pM199sJFY0MQo5IcfUFWmAZUlt7.jpg","[{'id':3287,'logo_path':'/bz6GbCQQXGNE56LTW9dwgksW0Iw.png','name':'Screen Gems','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':771,'logo_path':null,'name':'Mandate Pictures','origin_country':'US'},{'id':1473,'logo_path':null,'name':'Depth of Field','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-10-03","32973937","89","[{'iso_639_1':'en','name':'English'}]","Released","Every night has a soundtrack.","Nick and Norah's Infinite Playlist","false","6.4","662" +"false","/3QYUIyigGHLa3p7MefUSUe2btyd.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':12,'name':'Adventure'},{'id':27,'name':'Horror'}]","","89662","tt0051507","en","Curse of the Faceless Man","A stone-encrusted body is unearthed at Pompeii, and people left alone with it keep dying of crushed skulls...","1.331","/spOquowSZMTt1Jj5KNFHUU8WuOV.jpg","[{'id':11735,'logo_path':null,'name':'Robert E. Kent Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1958-08-14","0","67","[{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'en','name':'English'}]","Released","Entombed for eons - turned to stone - seeking women, women, women!","Curse of the Faceless Man","false","6","8" +"false","/w5YVebILgh10qdoSJXkPjNQLASD.jpg","null","0","[{'id':35,'name':'Comedy'}]","","12921","tt0086373","en","Strange Brew","Something is rotten at the Elsinore Brewery. Bob and Doug McKenzie (as seen on SCTV) help the orphan Pam regain the brewery founded by her recently-deceased father. But to do so, they must confront the suspicious Brewmeister Smith and two teams of vicious hockey players.","3.44","/rScplcvRHX7o7XK88SFb5mddo8y.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","1983-08-26","0","90","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","Something funny is brewing at Elsinore Castle...","Strange Brew","false","6.4","75" +"false","/u2EwXRVnpcjOZn3MQXuDMx6dU34.jpg","{'id':138974,'name':'The Sorority House Massacre Collection','poster_path':'/6FMJfwo42kPtb7WzcggxPYxP58P.jpg','backdrop_path':'/llVt9ngf8Kon6Ms5d6KMvtkBMRR.jpg'}","0","[{'id':27,'name':'Horror'}]","","40760","tt0091990","en","Sorority House Massacre","A little girl's brother kills the whole family but her (she escapes by hiding in the basement). He is committed, and she grows up with a new family, eventually going to college, where she joins a sorority. Due to a memory block, she doesn't remember that the sorority house was her childhood house. Her brother senses her presence in the house and escapes so he can finish the job he was unable to complete.","2.796","/50MIbPoRhNWeiGZkUYsg4Qo85aE.jpg","[{'id':4527,'logo_path':null,'name':'Concorde Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1986-10-01","0","74","[{'iso_639_1':'en','name':'English'}]","Released","Who'll survive the final exam?","Sorority House Massacre","false","4.6","36" +"false","/bxyOum4mH2p0bfNGE47api35U9Y.jpg","{'id':32916,'name':'Scooby-Doo! Animation Movies','poster_path':'/sSgWaprKYzMYRlmzah7sdAG6lo6.jpg','backdrop_path':'/7isX73SseGONsf9bYbEe6f9epEg.jpg'}","0","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':9648,'name':'Mystery'}]","","81900","tt2162709","en","Scooby-Doo! Music of the Vampire","Scooby and the gang have their first musical mystery in ???Scooby Doo: Music of the Vampire.??? It begins when they take a sing-a-long road trip into bayou country to attend the ???Vampire-Palooza Festival??? ??? an outdoor fair dedicated to all things Draculian. At first it looks as if they???re in for some fun and lots of Southern snacks, but events soon turn scary when a real live vampire comes to life, bursts from his coffin and threatens all the townsfolk. On top of that, this baritone blood sucker seems intent on taking Daphne as his vampire bride! Could the vampire be a descendant of a famous vampire hunter who is trying to sell his book? Or perhaps he???s the local politician, who has been trying to make his name in the press by attacking the vampires as downright unwholesome. The answers are to be found in a final song-filled showdown in the swamp in which our heroes unmask one of their most macabre monsters yet.","4.201","/tvdGdXGlRHB4ZYS6bbO3Sci1twu.jpg","[{'id':2785,'logo_path':'/l5zW8jjmQOCx2dFmvnmbYmqoBmL.png','name':'Warner Bros. Animation','origin_country':'US'},{'id':1353,'logo_path':'/yXhCcOFK5Fy3ZBQwhBYx8Zu9ZIw.png','name':'Hanna-Barbera Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-03-13","0","79","[{'iso_639_1':'en','name':'English'}]","Released","","Scooby-Doo! Music of the Vampire","false","6.4","36" +"false","/b2tQXzA7dlvS2IRnQpP4wUnNmaB.jpg","null","0","[{'id':18,'name':'Drama'}]","","12411","tt0445953","en","Disgrace","Disgrace is the story of a South African professor of English who loses everything: his reputation, his job, his peace of mind, his good looks, his dreams of artistic success, and finally even his ability to protect his cherished daughter. After having an affair with a student, he moves to the Eastern Cape, where he gets caught up in a mess of post-apartheid politics.","3.07","/ivyr1uyg3UNdLx9GoC8y2m318LU.jpg","[]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'ZA','name':'South Africa'}]","2008-09-06","0","120","[{'iso_639_1':'af','name':'Afrikaans'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'xh','name':''},{'iso_639_1':'zu','name':'isiZulu'}]","Released","","Disgrace","false","6.1","39" +"false","/3jQFPMk9DanjVy3s930aWuOFN2j.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':12,'name':'Adventure'}]","","18905","tt0082146","en","Caveman","In this comedy, Atouk becomes leader of the misfit cavemen. Disgraced and cast out of his tribe for lusting after Lana, the mate of tribe's head muscle man, Atouk stumbles along gathering other misfits and learning a bit about the world outside of his cave. Eventually he and friends Lar, and Tala learn the secrets of fire, cooked meat, and how to defend themselves from the brutal, yet very stupid","4.111","/cfZfl3wxO8QxHKJsiWUHZg1D62B.jpg","[{'id':662,'logo_path':null,'name':'Turman-Foster Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1981-04-17","0","91","[{'iso_639_1':'en','name':'English'}]","Released","A pre-histerical comedy!","Caveman","false","6.1","49" +"false","/AumHcvryvZT6aNfDfgq8mUr945w.jpg","{'id':185667,'name':'The Complete Monterey Pop Festival','poster_path':'/o03FNvDOE2iJWdLl3a6MYZEZ6rd.jpg','backdrop_path':'/4gC9E9mjsjaoZIY86W7cUbajUJU.jpg'}","0","[{'id':99,'name':'Documentary'},{'id':10402,'name':'Music'}]","","61708","tt0093951","en","Shake! Otis at Monterey","Renowned documentary filmmaker D.A. Pennebaker captures Otis Redding in his ascendancy, singing at the historic Monterey International Pop Festival in June 1967. Comedian Tom Smothers introduces Redding to a crowd that is leaving -- until Redding grabs them with his charged rendition of ""Shake."" Redding's performance also includes ""Respect"" (which he wrote), ""I've Been Loving You Too Long,"" ""Satisfaction,"" and ""Try a Little Tenderness."" Tragically, Redding died in a plane crash six months later. An innovative filmmaker who started in the 1950s making experimental films, Pennebaker garnered an Oscar nomination for Best Documentary Feature in 1993 for The War Room, his behind-the-scenes look at Bill Clinton's 1992 campaign. His other subjects have included Norman Mailer, Bob Dylan, and David Bowie.","1.087","/j6tHpYiHDNnU85SO3SBPKNCp9C1.jpg","[{'id':11489,'logo_path':null,'name':'HBO/Cinemax Documentary','origin_country':''},{'id':11490,'logo_path':null,'name':'Pennebaker Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-10-16","0","19","[{'iso_639_1':'en','name':'English'}]","Released","","Shake! Otis at Monterey","false","6.6","7" +"false","/bXEB1yY2vIa9BNtvuMAU7Y9jPA0.jpg","null","0","[{'id':10402,'name':'Music'},{'id':99,'name':'Documentary'}]","","373451","tt5275844","en","Michael Jackson's Journey from Motown to Off the Wall","Director Spike Lee chronicles Michael Jackson's early rise to fame.","2.266","/1sYtTu4NEvfHSDs5HhZUaAh6iBG.jpg","[{'id':4319,'logo_path':null,'name':'40 Acres & A Mule Filmworks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-02-06","0","110","[{'iso_639_1':'en','name':'English'}]","Released","","Michael Jackson's Journey from Motown to Off the Wall","false","7.2","40" +"false","/dg6euHvooHXQqgefeycmZoXGhWl.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'}]","","11548","tt0092494","en","*batteries not included","In a soon to be demolished block of apartments, the residents resist the criminal methods used to force them to leave so a greedy tycoon can build his new skyscraper. When tiny mechanical aliens land for a recharge, they decide to stay and help out.","8.62","/6N2HGV0KgCWVg41zAgAuBbwcE3e.jpg","[{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-12-18","65088797","106","[{'iso_639_1':'en','name':'English'}]","Released","Five ordinary people needed a miracle. Then one night, Faye Riley left the window open.","*batteries not included","false","6.5","320" +"false","/y5jqU5KjjAn7OAJAUfMuaiXgXo6.jpg","null","5000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10749,'name':'Romance'}]","","42661","tt0052365","en","The Vikings","Viking half-brothers fight over a throne and a beautiful captive.","7.213","/slcTbuKu9HXyCdRvEnsFcX4iEhu.jpg","[{'id':1704,'logo_path':null,'name':'Bavaria Film','origin_country':'DE'},{'id':14916,'logo_path':null,'name':'Brynaprod S.A.','origin_country':''},{'id':14908,'logo_path':null,'name':'Curtleigh Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1958-06-28","0","111","[{'iso_639_1':'en','name':'English'}]","Released","Mightiest Of Men... Mightiest Of Spectacles... Mightiest Of Motion Pictures!","The Vikings","false","7.1","100" +"false","/j5WRRmwAKlY06wkQfE3vA472McH.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':37,'name':'Western'}]","","37481","tt0052724","en","Day of the Outlaw","Blaise Starrett is a rancher at odds with homesteaders when outlaws hold up the small town. The outlaws are held in check only by their notorious leader, but he is diagnosed with a fatal wound and the town is a powder keg waiting to blow.","3.514","/wzBw1ph8RKBzKRwCR7PJxg4oCM4.jpg","[{'id':4388,'logo_path':null,'name':'Security Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1959-07-01","0","92","[{'iso_639_1':'en','name':'English'}]","Released","Watch what happens to the women... watch the west explode!","Day of the Outlaw","false","6.2","25" +"false","/h4cA31kVgmI7o9MbltZkgnA9fi8.jpg","null","40000000","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","","12590","tt0276816","en","Below","In the dark silence of the sea during World War II, the submarine U.S.S. Tiger Shark prowls on what should be a routine rescue mission. But for the shell-shocked crew, trapped together in the sub's narrow corridors and constricted spaces, this is about to become a journey into the sensory delusions, mental deceptions and runaway fear that lurk just below the surface of the ocean.","6.1","/5N0yv9QVvpp25JAlC5x1DA7raxr.jpg","[{'id':7503,'logo_path':'/3K8wbNkTn7O4wX89ucnp1ZYR1XF.png','name':'Protozoa Pictures','origin_country':'US'},{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-10-11","605562","105","[{'iso_639_1':'en','name':'English'}]","Released","Six hundred feet beneath the surface terror runs deep","Below","false","6","189" +"false","/aoHrTDANGQ05ygmLX49OXhTn9jA.jpg","{'id':43055,'name':'Conan the Barbarian Collection','poster_path':'/vguM8mJmArTn9ePTm8fK0Ryt7EI.jpg','backdrop_path':'/lGhx5lQiPJ79piSrXHgN5pSmJjh.jpg'}","18000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'}]","","9610","tt0087078","en","Conan the Destroyer","Based on a character created by Robert E. Howard, this fast-paced, occasionally humorous sequel to Conan the Barbarian features the hero (Arnold Schwarzenegger) as he is commissioned by the evil queen Taramis (Sarah Douglas) to safely escort a teen princess (Olivia D'Abo) and her powerful bodyguard (Wilt Chamberlain) to a far away castle to retrieve the magic Horn of Dagon. Unknown to Conan, the queen plans to sacrifice the princess when she returns and inherit her kingdom after the bodyguard kills Conan. The queen's plans fail to take into consideration Conan's strength and cunning and the abilities of his sidekicks: the eccentric wizard Akiro (Mako), the wild woman Zula (Grace Jones), and the inept Malak (Tracey Walter). Together the hero and his allies must defeat both mortal and supernatural foes in this voyage to sword-and-sorcery land.","11.222","/wLIpIZ0KBopuAsvPBQRSGNjjFVT.jpg","[{'id':484,'logo_path':null,'name':'De Laurentiis Entertainment Group (DEG)','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-06-29","100000000","103","[{'iso_639_1':'en','name':'English'}]","Released","The most powerful legend of all is back in a new adventure.","Conan the Destroyer","false","5.9","636" +"false","/xL8YkB2y1hxL7D3FufoVTMeBxVF.jpg","null","6000000","[{'id':18,'name':'Drama'},{'id':10752,'name':'War'},{'id':10749,'name':'Romance'}]","","11706","tt0049934","en","War and Peace","Napoleon's tumultuous relations with Russia including his disastrous 1812 invasion serve as the backdrop for the tangled personal lives of two aristocratic families.","4.974","/gMotizNZwXkta9sVX66CFmvjkFu.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':217,'logo_path':null,'name':'Ponti-De Laurentiis Cinematografica','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'US','name':'United States of America'}]","1956-08-21","12500000","208","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'ru','name':'P????????????'}]","Released","The Greatest Novel Ever Written ... Now Magnificently Alive On The Screen!","War and Peace","false","6.7","86" +"false","/f6WMgACY6VQnGpz9L4eQ3hkfcJE.jpg","null","11000000","[{'id':18,'name':'Drama'}]","","687","tt0112818","en","Dead Man Walking","A justice drama based on a true story about a man on death row who in his last days forms a strong relationship with a nun who teaches him forgiveness and gives him spirituality as she accompanies him to his execution.","11.807","/jAuo0Buh8wSOrAnUoiwrJIuOs0q.jpg","[{'id':406,'logo_path':null,'name':'Havoc','origin_country':''},{'id':1382,'logo_path':'/sOg7LGESPH5vCTOIdbMhLuypoLL.png','name':'PolyGram Filmed Entertainment','origin_country':'US'},{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'}]","1995-12-29","39363635","122","[{'iso_639_1':'en','name':'English'}]","Released","","Dead Man Walking","false","7.4","613" +"false","/1SzODl26Ldwgzx7LtKFi2jt65jc.jpg","null","0","[{'id':99,'name':'Documentary'}]","","50779","tt1122614","en","And Everything Is Going Fine","From the first time he performed Swimming to Cambodia - the one-man account of his experience of making the 1984 film The Killing Fields - Spalding Gray made the art of the monologue his own. Drawing unstintingly on the most intimate aspects of his own life, his shows were vibrant, hilarious and moving. His death came tragically early, in 2004; this compilation of interview and performance footage nails his idiosyncratic and irreplaceable brilliance.","1.915","/eKZS0Pib1D2RgfKDvyJM2EulBql.jpg","[{'id':14862,'logo_path':'/2YobmEkVFAcw368uz6Ie1sGP2C8.png','name':'Washington Square Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-06-04","0","89","[{'iso_639_1':'en','name':'English'}]","Released","A tribute to Spalding Gray","And Everything Is Going Fine","false","6.5","15" +"false","/4tUghDBbAMLSvM5KAJOv6m3I2ol.jpg","null","14000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","","11902","tt0114787","sr","Podzemlje","Black marketeers Marko and Blacky manufacture and sell weapons to the Communist resistance in WWII Belgrade, living the good life along the way. Marko's surreal duplicity propels him up the ranks of the Communist Party, and he eventually abandons Blacky and steals his girlfriend. After a lengthy stay in a below-ground shelter, the couple reemerges during the Yugoslavian Civil War of the 1990s as Marko realizes that the situation is ripe for exploitation.","8.803","/bnrLsunhGI5FO316sSThtAHikdV.jpg","[{'id':653,'logo_path':null,'name':'Komuna','origin_country':''},{'id':6242,'logo_path':null,'name':'Barrandov Studios','origin_country':'CZ'}]","[{'iso_3166_1':'RS','name':'Serbia'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'HU','name':'Hungary'},{'iso_3166_1':'CZ','name':'Czech Republic'}]","1995-04-11","0","170","[{'iso_639_1':'sr','name':'Srpski'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'en','name':'English'}]","Released","","Underground","false","7.7","252" +"false","/3jlHku8alP129fyCnG2p1rWI3Ux.jpg","null","5000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","42603","tt0076868","en","Valentino","In 1926 the tragic and untimely death of a silent screen actor caused female moviegoers to riot in the streets and in some cases to commit suicide...","1.41","/yudNUNdTezc0BDjBYIDTlzvWPZ3.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':8880,'logo_path':'/fE7LBw7Jz8R29EABFGCvWNriZxN.png','name':'Winkler Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1977-09-07","0","128","[{'iso_639_1':'en','name':'English'}]","Released","In life he was a movie star, in death he became a legend.","Valentino","false","5.6","15" +"false","/gDgGv0TGkxrFAYgO3q50Hl6ScxU.jpg","{'id':272673,'name':'Cat People Collection','poster_path':'/faeXfLsDaqG2gOCF4GlzXPTum9E.jpg','backdrop_path':'/mMN1S9UkPntpgD5NkzUqzPDCyMn.jpg'}","134000","[{'id':27,'name':'Horror'}]","","25508","tt0034587","en","Cat People","Serbian fashion designer Irena Dubrovna and American marine engineer Oliver Reed meet in Central Park, fall in love and marry after a brief courtship; but Irena won't consummate the union for fear that she will turn into a panther compelled to kill her lover, pursuant to a belief harbored by her home village.","6.126","/lQgGh5QLdmlhNABHQcl5bBn5tmk.jpg","[{'id':6,'logo_path':'/n53F7K9scQWFXYbrCablqLKqJdp.png','name':'RKO Radio Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1942-12-05","4000000","73","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'sr','name':'Srpski'}]","Released","The exciting story of a woman who kills the thing she loves!","Cat People","false","7","173" +"false","/xdXmCkiPauuxyhmRMWnq8scnYMN.jpg","null","1103000","[{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","11462","tt0034248","en","Suspicion","Wealthy, sheltered Lina McLaidlaw is swept off her feet by charming ne'er-do-well Johnnie Aysgarth. Though warned that Johnnie is little more than a fortune hunter, Lina marries him anyway. She remains loyal to her irresponsible husband as he plows his way from one disreputable business scheme to another. Gradually Lina comes to the conclusion that Johnnie intends to kill her in order to collect her inheritance. The suspicion seems confirmed when Johnnie's business partner dies under mysterious circumstances. Joan Fontaine won a Best Actress Academy Award for her performance.","5.96","/5sexQMYELq1WFl1eLFw5Nn3T3sL.jpg","[{'id':6,'logo_path':'/n53F7K9scQWFXYbrCablqLKqJdp.png','name':'RKO Radio Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1941-11-14","4500000","99","[{'iso_639_1':'en','name':'English'}]","Released","In his arms she felt safety...in his absence, haunting dread!","Suspicion","false","7.2","234" +"false","/pQFcd2TxnpoEOH6FgOqMyE8CBCO.jpg","{'id':167613,'name':'Alvin and the Chipmunks Collection','poster_path':'/fLvRQcuk5ZFKnDvUC553XK3OnPC.jpg','backdrop_path':'/qI483yHct3PBtIiOH3K3SVNUDq5.jpg'}","0","[{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","http://www.foxmovies.com/movies/alvin-and-the-chipmunks-the-road-chip","258509","tt2974918","en","Alvin and the Chipmunks: The Road Chip","Through a series of misunderstandings, Alvin, Simon and Theodore come to believe that Dave is going to propose to his new girlfriend in New York City - and dump them. They have three days to get to him and stop the proposal.","10.183","/Lg83xE4X2EBiXkA1ZCu6dFOjSx.jpg","[{'id':22213,'logo_path':'/qx9K6bFWJupwde0xQDwOvXkOaL8.png','name':'TSG Entertainment','origin_country':'US'},{'id':711,'logo_path':'/tEiIH5QesdheJmDAqQwvtN60727.png','name':'Fox 2000 Pictures','origin_country':'US'},{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':10930,'logo_path':null,'name':'Bagdasarian Productions','origin_country':''},{'id':5219,'logo_path':null,'name':'Sunswept Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-12-17","233755553","92","[{'iso_639_1':'en','name':'English'}]","Released","Fast & furry-ous","Alvin and the Chipmunks: The Road Chip","false","5.8","817" +"false","/6UyMLbe0lAPqfZLtVllAwBNFIis.jpg","null","28000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://www.thebigshortmovie.com","318846","tt1596363","en","The Big Short","The men who made millions from a global economic meltdown.","18.158","/p11Ftd4VposrAzthkhF53ifYZRl.jpg","[{'id':81,'logo_path':'/8wOfUhA7vwU2gbPjQy7Vv3EiF0o.png','name':'Plan B Entertainment','origin_country':'US'},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-12-11","133346506","131","[{'iso_639_1':'en','name':'English'}]","Released","This is a true story.","The Big Short","false","7.3","4447" +"false","/o8f91kxA1eJRUTwmYKqHwXeZeNI.jpg","null","0","[{'id':99,'name':'Documentary'}]","","339790","tt3581384","en","Burroughs: The Movie","An exploration of Burroughs??? life story, as told by Burroughs himself along with many of his contemporaries, including Allen Ginsberg, Brion Gysin, Francis Bacon, Herbert Huncke, Patti Smith, Terry Southern, and William Burroughs Jr.","0.602","/hUUzRe3gvyO2S3rXiPNCGXnA6IF.jpg","[{'id':43092,'logo_path':null,'name':'Pinball London','origin_country':''},{'id':77536,'logo_path':null,'name':'DPI','origin_country':''},{'id':79475,'logo_path':null,'name':'Citifilmworks','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-02-10","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Burroughs: The Movie","false","7.8","9" +"false","/zgIvzkcEkCuNimokxKdaHqSoxbx.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","","46875","tt0043540","en","Fixed Bayonets!","The story of a platoon during the Korean War. One by one, Corporal Denno's superiors are killed until it comes to the point where he must try to take command responsibility.","2.396","/jmBJXJFTpVIvw2NiFAxmhFHyrXf.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1951-11-21","0","92","[{'iso_639_1':'en','name':'English'}]","Released","Bayonets All-Steel???Hearts ALL-AMERICAN???Their story ALL GLORY!","Fixed Bayonets!","false","6.3","12" +"false","/ugfwELnXmAjIHgRIJRvDkv6xZZt.jpg","null","7000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'},{'id':14,'name':'Fantasy'}]","http://www.twixtmovie.com/","78381","tt1756851","en","Twixt","A declining writer arrives in a small town where he gets caught up in a murder mystery involving a young girl.","7.693","/croUg2bSjSMZwFgrTBv3FauRc6b.jpg","[{'id':70,'logo_path':'/ueaENQkPcy8rlr5fGZVBXKOhlBh.png','name':'American Zoetrope','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-09-10","0","89","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Between the living and the dead, evil is waiting.","Twixt","false","5","127" +"false","/hFftvfz0yHsxlRehchorjhv2qiT.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':37,'name':'Western'}]","","1936","tt0047422","en","River of No Return","The itinerant farmer and his young son help a heart-of-gold saloon singer search for her estranged husband","5.895","/2SQNgCCAKTkepJQMhGV9GV8b7Gf.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1954-04-30","0","91","[{'iso_639_1':'en','name':'English'}]","Released","Reckless, Roaring, Adventure of the Great Northwest Gold Rush Days!","River of No Return","false","6.6","106" +"false","/ztuRwnnkkrbH5MeX6vSAckGAZdj.jpg","null","0","[{'id':37,'name':'Western'}]","","83007","tt0082193","en","Comin' at Ya!","A young couple's wedding ceremony is brutally interrupted when a pair of outlaw brothers arrive and massacre almost everyone in sight. They kidnap the beautiful young bride and leave her husband for dead. Luckily, he only sustains a flesh wound and quickly saddles up to track down the brothers before they sell his wife and a group of other women at an auction to a group of Mexican brothel owners.","1.055","/mQHRcqf975tkGMEEntUdRiMtNm0.jpg","[{'id':24312,'logo_path':null,'name':'Lupo-Anthony-Quintano Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'ES','name':'Spain'}]","1981-07-24","0","91","[{'iso_639_1':'en','name':'English'}]","Released","3-D! It's Back! It's Bigger! It's Better! And it's... Comin' At Ya!","Comin' at Ya!","false","3.8","5" +"false","/oN9Um0WUqBc29fb5dnWVB7VysHx.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'}]","","54109","tt0075433","en","The Witch Who Came from the Sea","Anger stemming from being abused as a child drives an alcoholic's daughter to kill as an adult.","2.152","/gQojSDeqGoGuUJ0CrLVHZBKijQP.jpg","[{'id':43872,'logo_path':null,'name':'MCI','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1976-02-06","0","88","[{'iso_639_1':'en','name':'English'}]","Released","Molly really knows how to cut men down to size!!","The Witch Who Came from the Sea","false","6.3","20" +"false","/teAHPJoaKUibRQOhKI3yQ1eUGNj.jpg","{'id':534315,'name':'Snowtime! Collection','poster_path':'/3MVqmjlqHteJCVt0sXU8cvTYMbX.jpg','backdrop_path':null}","12500000","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':35,'name':'Comedy'}]","http://www.laguerredestuques3d.com/en/","366656","tt5143700","fr","La guerre des tuques 3D","To amuse themselves during the winter school break, the kids in a small village decide to have a massive snowball fight. Luke and Sophie, both 11 years old, become the leaders of the opposing sides. Sophie and her cohort defend an elaborate snow fort against the assault of Luke???s horde. Whichever side occupies the fort at the end of the winter break, wins. But what starts out as pure youthful fun and enthusiasm deteriorates into a more serious conflict. Joy is restored when all the children decide to attack the fort rather than each other and happily destroy every last bit of the snow fort.","2.924","/dC1rjdwynUgeZIexSqOUGM3kNpX.jpg","[{'id':67097,'logo_path':null,'name':'Singing Frog Studio','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2015-11-12","0","84","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'tr','name':'T??rk??e'}]","Released","War, war, it's not a reason to hurt each other!","Snowtime!","false","5.5","33" +"false","/9E1DF74YxPiNZMv8gwV0Qt0RAut.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","59726","tt1296899","en","Wake Wood","The parents of a girl who was killed by a savage dog are granted the opportunity to spend three days with their deceased daughter.","4.128","/lpF65RcsehHl1fAZ1roT8eXxXsO.jpg","[{'id':1314,'logo_path':'/gQBluDqe6dc2ZdzfJbabEHoSGoG.png','name':'Hammer Film Productions','origin_country':'GB'},{'id':23936,'logo_path':null,'name':'Exclusive Film Distribution','origin_country':''},{'id':10393,'logo_path':'/7MazD0kppT5OzdumzDi5IFYNthO.png','name':'Vertigo Films','origin_country':'GB'},{'id':18078,'logo_path':null,'name':'Fantastic Films','origin_country':'IE'},{'id':23460,'logo_path':null,'name':'Solid Entertainment','origin_country':''},{'id':5267,'logo_path':'/trP3GsUyIztMwcqev3jK1gOeCSA.png','name':'Irish Film Board','origin_country':'IE'},{'id':1923,'logo_path':'/ilgktofJY7OsURHfccJrug4GKdQ.png','name':'RT??','origin_country':'IE'},{'id':12477,'logo_path':'/8gGVVtEqAn9ZhIbY6XZzAerPKZA.png','name':'Film i Sk??ne','origin_country':'SE'}]","[{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2011-03-25","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Beware Those You Love the Most","Wake Wood","false","5.5","88" +"false","/sudSXHAdbtOymsUXGYAXnjK9vDI.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","9774","tt0481390","en","Kokoda","A bitter battle is fought between Australian and Japanese soldiers along the Kokoda trail in New Guinea during World War II.","2.076","/nB459cgCwORFLXGIv70Pu95dwKu.jpg","[{'id':1380,'logo_path':null,'name':'Australian Film Finance Corporation','origin_country':'AU'},{'id':4023,'logo_path':null,'name':'GFN Productions','origin_country':''},{'id':4024,'logo_path':null,'name':'Pacific Film and Television Commission','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2006-04-25","0","92","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","","Kokoda","false","6.1","22" +"false","/iZ4wHMpxZiKf0k41JeYwDJcrcVr.jpg","null","0","[{'id':53,'name':'Thriller'}]","","159095","tt2165859","en","In Fear","Driving, lost and tormented in the night, primal fears of the dark and the unknown give way to fear that you have let the evil in, or that it is already there.","4.902","/4DveZuvlxlFXPfT6m0mnR960IMj.jpg","[{'id':20664,'logo_path':'/iRrZpxnYNDnVXJkr6HiLgSLlqRc.png','name':'Anton Capital Entertainment (ACE)','origin_country':''},{'id':443,'logo_path':'/deewJi8ncCh6Sc2STL91wvZ4O5X.png','name':'Big Talk Productions','origin_country':'GB'},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2013-04-03","0","85","[{'iso_639_1':'en','name':'English'}]","Released","","In Fear","false","5.7","116" +"false","/uAgGu97PosJjcX8suTIXyNx69me.jpg","null","28000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':36,'name':'History'}]","","1770","tt0117039","en","Michael Collins","Michael Collins plays a crucial role in the establishment of the Irish Free State in the 1920s, but becomes vilified by those hoping to create a completely independent Irish republic.","7.716","/brIBbU6t9glEGAKRTJ4PMj9OiDC.jpg","[{'id':360,'logo_path':null,'name':'Geffen Pictures','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'GB','name':'United Kingdom'}]","1996-10-25","16900000","132","[{'iso_639_1':'en','name':'English'}]","Released","Ireland, 1916. His Dreams Inspired Hope. His Words Ignited Passion. His Courage Forged A Nation's Destiny.","Michael Collins","false","6.9","193" +"false","/wSsgo70hqClQvH0CKklbhuwHspr.jpg","null","62000","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","33468","tt0052646","en","The Brain That Wouldn't Die","Dr. Bill Cortner and his fianc??e, Jan Compton, are driving to his lab when they get into a horrible car accident. Compton is decapitated. But Cortner is not fazed by this seemingly insurmountable hurdle. His expertise is in transplants, and he is excited to perform the first head transplant. Keeping Compton's head alive in his lab, Cortner plans the groundbreaking yet unorthodox surgery. First, however, he needs a body.","3.26","/lEmcF0P87S1sGKKkzZwIYYbqv6R.jpg","[{'id':12335,'logo_path':null,'name':'Rex Carlton Productions','origin_country':''},{'id':9266,'logo_path':null,'name':'American International Pictures (AIP)','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1962-02-25","0","82","[{'iso_639_1':'en','name':'English'}]","Released","Alive... without a body... fed by an unspeakable horror from hell!","The Brain That Wouldn't Die","false","4.4","49" +"false","/eJBksbmMBf6ucrlEoabouuF2WSj.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':10749,'name':'Romance'}]","http://www.millenniumfilms.com/lonelyhearts/","1252","tt0441774","en","Lonely Hearts","Based on a true story. .??.??. In the late 1940s, Martha Beck and Raymond Fernandez were America???s notorious ???Lonely Hearts Killers.??? Their lethal scam was simple; they would swindle and then viciously murder lovelorn war widows who would answer their personal ads in which Ray would describe himself as a sexy Latin lover.","9.906","/wxsyl5wjobtYhll3rf5nGuC4kBN.jpg","[{'id':10405,'logo_path':null,'name':'Emmett/Furla Films','origin_country':'US'},{'id':1020,'logo_path':'/kuUIHNwMec4dwOLghDhhZJzHZTd.png','name':'Millennium Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-04-30","0","108","[{'iso_639_1':'en','name':'English'}]","Released","","Lonely Hearts","false","6.1","162" +"false","/smQmLecMRJ2TnnExScxZDnjGAoN.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'}]","","18252","tt0089652","en","My Science Project","Michael and Ellie break into a military junkyard to find a science project for Michael's class, and discover a strange glowing orb which absorbs electricity. When the orb begins to blend past, present, and future, its up to Michael and Ellie to stop the orb and save mankind.","3.735","/fLknudxoi1qSNnvtOlNSYRYL8Hq.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':10531,'logo_path':null,'name':'Silver Screen Partners II','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-08-09","4122748","94","[{'iso_639_1':'en','name':'English'}]","Released","We must not destroy the world.","My Science Project","false","5.9","52" +"false","/mS3voIR6A78Ja5yNB9faapmeWro.jpg","null","24000000","[{'id':35,'name':'Comedy'}]","","2617","tt0095253","en","The Great Outdoors","It's vacation time for outdoorsy Chicago man Chet Ripley, along with his wife, Connie, and their two kids, Buck and Ben. But a serene weekend of fishing at a Wisconsin lakeside cabin gets crashed by Connie's obnoxious brother-in-law, Roman Craig, his wife, Kate, and the couple's two daughters. As the excursion wears on, the Ripleys find themselves at odds with the stuffy Craig family.","8.729","/l17YuzFVzMkkEPZC3fVGdqt54Zd.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':477,'logo_path':null,'name':'Hughes Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-06-17","43455230","91","[{'iso_639_1':'en','name':'English'}]","Released","The wildlife is wild, but his brother-in-law in unbearable.","The Great Outdoors","false","6.4","231" +"false","/NRZ0Xq5DgaXCOY5m832EkEkevI.jpg","null","6000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://www.bbc.co.uk/bbcfilms/film/the_lady_in_the_van","328589","tt3722070","en","The Lady in the Van","The true story of the relationship between Alan Bennett and the singular Miss Shepherd, a woman of uncertain origins who ???temporarily??? parked her van in Bennett???s London driveway and proceeded to live there for 15 years.","6.191","/8cpr5PSQEnY12FrN6FH6Y9CSkpY.jpg","[{'id':53151,'logo_path':null,'name':'TriStar Productions','origin_country':''},{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-11-13","41387687","104","[{'iso_639_1':'en','name':'English'}]","Released","A mostly true story","The Lady in the Van","false","6.3","371" +"false","/fQ6PxZVKtt5oSaxePFKesX06Hig.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.thedeepblueseamovie.com/","51994","tt1700844","en","The Deep Blue Sea","The wife of a British Judge is caught in a self-destructive love affair with a Royal Air Force pilot.","5.605","/rK9OA1z7E0VRPH9LeOLn7bEDVVa.jpg","[{'id':2452,'logo_path':'/6CLoZ59fLPG7UyxQtGTqRevjf58.png','name':'UK Film Council','origin_country':'GB'},{'id':37676,'logo_path':null,'name':'Camberwell / Fly Films','origin_country':''},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2011-09-11","1126525","98","[{'iso_639_1':'en','name':'English'}]","Released","","The Deep Blue Sea","false","5.9","126" +"false","/z8bCwHtKypfDoqChf41pKWR41Xb.jpg","null","80000000","[{'id':10751,'name':'Family'},{'id':16,'name':'Animation'}]","http://www.disney.com/thewild","9904","tt0405469","en","The Wild","An adolescent lion is accidentally shipped from the New York Zoo to Africa. Now running free, his zoo pals must put aside their differences to help bring him back.","11.01","/uxTtgh4tpSWVulXLCDqKU10cWXo.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':58323,'logo_path':null,'name':'C.O.R.E. Feature Animation','origin_country':''},{'id':1836,'logo_path':null,'name':'Contrafilm','origin_country':''},{'id':58324,'logo_path':null,'name':'Hoytyboy Pictures','origin_country':''},{'id':58325,'logo_path':null,'name':'Nigel Productions','origin_country':''},{'id':108797,'logo_path':null,'name':'Sir Zip Studios','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2006-03-06","37384046","94","[{'iso_639_1':'en','name':'English'}]","Released","Start spreading the newspaper.","The Wild","false","5.2","459" +"false","/hxNER6rtxmkXQvWQSqGhQFjFofQ.jpg","null","20000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","23520","tt0349889","en","Unstoppable","The deranged military and former CIA agent Dean Cage is in a rehab program, trying to forget the traumatic loss of his best friend Scott in Bosnia. When he dates with his girl-friend and Scott's sister, Detective Amy Knight, in a dinning restaurant, he is mistakenly taken as being the CIA agent that is investigating the robbery of the military experiment EX by a man called Sullivan. He is injected with the drug and abducted by the thieves. Amy has six hours to find the also stolen antidote and save Dean's life.","3.54","/4IHm4o8vVJyMunZ6sxeyjjcdiPF.jpg","[{'id':1020,'logo_path':'/kuUIHNwMec4dwOLghDhhZJzHZTd.png','name':'Millennium Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'AW','name':'Aruba'}]","2004-10-20","0","96","[{'iso_639_1':'en','name':'English'}]","Released","You can't stop a man who will stop at nothing.","Unstoppable","false","5.1","46" +"false","/5HbM5l1Hmdo9CCFgC86saeHRBBQ.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","18971","tt0100519","en","Rosencrantz & Guildenstern Are Dead","Two minor characters from the play ""Hamlet"" stumble around unaware of their scripted lives and unable to deviate from them.","4.974","/85W0AoRbaLUsZIrnfN68PP9UcTD.jpg","[{'id':10492,'logo_path':'/3fcHNVpW66wgG6o0cgFJlcP8cCg.png','name':'WNET / THIRTEEN','origin_country':'US'},{'id':3593,'logo_path':null,'name':'Brandenberg','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1991-02-08","0","117","[{'iso_639_1':'en','name':'English'}]","Released","","Rosencrantz & Guildenstern Are Dead","false","7.4","126" +"false","/dAnOJk5vxsHbMueJe49EbpFANgZ.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","47003","tt0061557","en","The Deadly Bees","Trouble strikes when an exhausted pop singer, sent on a vacation to a farm, realizes that the farm's owner grows deadly bees.","1.773","/ecGIP2ixcNSD4mJMcDRyUXb3Cbx.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':4630,'logo_path':null,'name':'Amicus Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1966-12-23","0","83","[{'iso_639_1':'en','name':'English'}]","Released","","The Deadly Bees","false","4.3","11" +"false","/xcSJl5fuFnFcg9ToDWLHaMUIR87.jpg","null","0","[{'id':10752,'name':'War'},{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","43443","tt0040491","en","Joan of Arc","In the Fifteenth Century, France is a defeated and ruined nation after the One Hundred Years War against England. The fourteen years old farm girl Joan of Arc claims to hear voices from Heaven asking her to lead God's Army against Orleans and crowning the weak Dauphin Charles VII as King of France. Joan gathers the people with her faith, forms an army and conquerors Orleans. When her army is ready to attack Paris, the corrupt Charles sells his country to England and dismiss the army. Joan is arrested, sold to the Burgundians England and submitted to a shameful political trial in Rouen castle.","1.289","/7S6CfKvvTNJ1S8pLbYq7w8wpqFf.jpg","[{'id':10096,'logo_path':null,'name':'Walter Wanger Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1948-12-22","0","145","[{'iso_639_1':'en','name':'English'}]","Released","Greatest of all spectacles!","Joan of Arc","false","6.4","17" +"false","/m1yh6CL6HxOJ1mwyfSmHGuJgcHn.jpg","null","0","[{'id':27,'name':'Horror'}]","http://www.malatestascarnival.com/sitemap.html","113905","tt0215960","en","Malatesta???s Carnival of Blood","Vena Norris and her parents get jobs at Mr. Malatesta's carnival running a midway games booth. But they are really part of the traveling show circuit under incredibly false pretenses. Vena's brother disappeared one night while visiting the evil attraction, and his kinfolk are convinced they can discover what happened to him by scamming teenagers out of their allowances. What they do learn is pretty strange indeed.","1.173","/iC4ED5tsORXsL94OuJ7zBJRicVe.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","1973-01-01","0","74","[{'iso_639_1':'en','name':'English'}]","Released","You'll shriek with horror!???","Malatesta???s Carnival of Blood","false","6.3","6" +"false","/aztwSCQK32eyPfagM81mxezjAhV.jpg","null","768","[{'id':99,'name':'Documentary'}]","http://www.ibelieveinmiraclesfilm.com","363683","tt5098836","en","I Believe in Miracles","Documentary following the history making Nottingham Forest football team led by Brian Clough and Peter Taylor that won back to back European cups.","0.824","/6IXJfhRap5tRPW1XStoC2F7Obdx.jpg","[{'id':1219,'logo_path':'/6OGqCShROjIvmBOfRbeUsn7im93.png','name':'Baby Cow Productions','origin_country':'GB'},{'id':65389,'logo_path':null,'name':'BT Sport Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-10-13","0","104","[{'iso_639_1':'en','name':'English'}]","Released","","I Believe in Miracles","false","7.9","9" +"false","/9WhygmUFChAMiSgm7nmsoAcJ1WP.jpg","null","25000000","[{'id':53,'name':'Thriller'}]","","13018","tt0800240","en","Deception","As a corporate auditor who works in a number of different offices, Jonathan McQuarry wanders without an anchor among New York's power brokers. A chance meeting with charismatic lawyer Wyatt Bose leads to Jonathan's introduction to The List, an underground sex club. Jonathan begins an affair with a woman known only as S, who introduces Jonathan to a world of treachery and murder.","7.878","/mpRwbg5yZFdyeYCZ0eaEpKnhDsG.jpg","[{'id':4307,'logo_path':null,'name':'Rifkin-Eberts','origin_country':''},{'id':9076,'logo_path':null,'name':'Seed Productions','origin_country':''},{'id':6332,'logo_path':null,'name':'Dune Entertainment III','origin_country':'US'},{'id':4169,'logo_path':null,'name':'Kanzaman','origin_country':'ES'},{'id':2531,'logo_path':'/pC2iDCDCvV85vOBP7a5Ukxuc0Du.png','name':'Media Rights Capital','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-04-24","17741298","107","[{'iso_639_1':'en','name':'English'}]","Released","When you're in this world, no one is who they seem, and everyone is playing the game.","Deception","false","5.8","331" +"false","/r0fKPAS0W54mn3PCDJoYwTiaLoO.jpg","null","0","[{'id':28,'name':'Action'},{'id':37,'name':'Western'}]","","1673","tt0053729","en","Comanche Station","A man saves a woman who had been kidnapped by Comanches, then struggles to get both of them home alive.","2.147","/5be8tXSibDcrX3cCKbe3uNxrunk.jpg","[{'id':16326,'logo_path':null,'name':'Ranown Pictures Corp.','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1960-03-01","0","73","[{'iso_639_1':'en','name':'English'}]","Released","The One-Man War Against The Comancheros!","Comanche Station","false","6.4","32" +"false","/yVDp8IjrZOp8MrAHc6ruWtNTsOC.jpg","null","99000000","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","http://www.peanutsmovie.com/","227973","tt2452042","en","The Peanuts Movie","Snoopy embarks upon his greatest mission as he and his team take to the skies to pursue their arch-nemesis, while his best pal Charlie Brown begins his own epic quest.","8.228","/8Riryt5HqjAjLDeIayBSAOtxUKL.jpg","[{'id':11749,'logo_path':'/5AzTeZkSCFhiGZ86g2nz8SAHtgy.png','name':'Twentieth Century Fox Animation','origin_country':'US'},{'id':9383,'logo_path':'/ppeMh4iZJQUMm1nAjRALeNhWDfU.png','name':'Blue Sky Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-11-01","246233113","88","[{'iso_639_1':'en','name':'English'}]","Released","The story of an underdog. And his dog.","The Peanuts Movie","false","6.6","863" +"false","/enyRvLi12YAw6o9XejxzKIFTRhj.jpg","null","0","[{'id':28,'name':'Action'},{'id':37,'name':'Western'}]","","79683","tt0068246","en","El hombre de R??o Malo","Robber Roy King loses his wife, Alicia, to revolutionary Montero. Despite their rivalry they collaborate in an attempt to rob the Mexican government of one million dollars.","1.7","/AvQXGOhwrcjmcLkHp1PRguHzABx.jpg","[{'id':1378,'logo_path':null,'name':'International Apollo Films','origin_country':''},{'id':1527,'logo_path':null,'name':'Les Productions Jacques Roitfeld','origin_country':''},{'id':5008,'logo_path':null,'name':'Zurbano Films','origin_country':''}]","[{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'FR','name':'France'}]","1971-12-03","0","92","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","The gang, the rebels, the army. She sold them all down BAD MAN'S RIVER","Bad Man's River","false","3.8","8" +"false","/y2fTCho4O8sX2PF5ieVMo9Rhir7.jpg","{'id':221966,'name':'The Odd Couple Collection','poster_path':'/iSRzUpJBro5vgskqVlCNOvXNxjh.jpg','backdrop_path':'/kY2nJgcvBgjLuAJxygbXYv1el2h.jpg'}","0","[{'id':35,'name':'Comedy'}]","","11356","tt0063374","en","The Odd Couple","Felix Ungar has just broken up with his wife. Despondent, he goes to kill himself but is saved by his friend Oscar Madison. With nowhere else to go, Felix is urged by Oscar to move in with him, at least for a while. The only problem is that Felix is neat, tidy, and neurotic, whereas Oscar is slovenly and casual.","5.654","/waRFf69q6BSuPYKaHMb4EGdTNyr.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1968-02-07","44527234","106","[{'iso_639_1':'en','name':'English'}]","Released","...Say no more.","The Odd Couple","false","7.7","210" +"false","/1c03pM6R8aOmXEAqC6fXdqmOk7L.jpg","{'id':427956,'name':'Dr Goldfoot Collection','poster_path':'/dlqaP3zJUSSMppl34Z1T7lOE6aO.jpg','backdrop_path':null}","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'}]","","77076","tt0061014","it","Le spie vengono dal semifreddo","The scheming mad scientist Dr. Goldfoot (Vincent Price) plots another mad scheme to take over the world by killing off the major military leaders of every country; to that end, he creates in his secret lab a bevy of bodacious girl bombs; full-length, life-size robots that explode when embraced.","2.743","/cXmuzUai3wOiRK9asq6Tl96RJZZ.jpg","[{'id':9266,'logo_path':null,'name':'American International Pictures (AIP)','origin_country':'US'}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'US','name':'United States of America'}]","1966-11-09","0","82","[{'iso_639_1':'it','name':'Italiano'}]","Released","MEET THE MOST TITILATING TIME BOMBS EVER!","Dr. Goldfoot and the Girl Bombs","false","5.2","22" +"false","/d2NnaAGHE3qsYNsTjFkLnAnZzsJ.jpg","null","0","[{'id':35,'name':'Comedy'}]","","364708","tt3820450","en","All American Bikini Car Wash","An enterprising college student agrees to run his professor's Las Vegas car wash to avoid flunking out of school. But it's Vegas gone wild when he decides to staff it with gorgeous bikini-clad girls.","2.471","/ApfptJh7UC0IyHUt9ZxqJA4hhH.jpg","[{'id':68137,'logo_path':null,'name':'Meridien Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-08-29","0","95","[{'iso_639_1':'en','name':'English'}]","Released","What happens in Vegas...","All American Bikini Car Wash","false","4.7","26" +"false","/1TVdK1DgMkplvkd0rBp9o9XoHC3.jpg","null","40000000","[{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","http://www.foxmovies.com/movies/victor-frankenstein","228066","tt1976009","en","Victor Frankenstein","Eccentric scientist Victor Von Frankenstein creates a grotesque creature in an unorthodox scientific experiment.","11.094","/FDcYYHd6IlKj2ZitO9ASE4GlKa.jpg","[{'id':1302,'logo_path':'/kQZtJdyphCmq292iGDqlUx0yk2D.png','name':'Davis Entertainment','origin_country':'US'},{'id':20478,'logo_path':'/gSS2OBc6dRsK2ewRx5lcwnARrpl.png','name':'Moving Picture Company','origin_country':'GB'},{'id':22213,'logo_path':'/qx9K6bFWJupwde0xQDwOvXkOaL8.png','name':'TSG Entertainment','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2015-11-10","34227298","109","[{'iso_639_1':'en','name':'English'}]","Released","Discover the origin of the monster and his creation.","Victor Frankenstein","false","5.7","1153" +"false","/2itlJ0XanzXtklIISqZHEDrt0Ga.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'},{'id':27,'name':'Horror'}]","","139349","tt0075097","en","The Premonition","This Thriller/horror movie tells the tale of a young girl who is terrified that her insane mother will take her away from her beloved foster mother. One day, the crazed real mother attempts to contact the girl at school, but her foster mother has a premonition and gets there in time to protect the girl. Eventually though, the real mother and her boy friend, a carnival clown, succeed and takes her away, leaving the bereaved foster parents to enlist the assistance of a parapsychologist to help them interpret the foster mother's terrifying dreams and psychic connection to the girl and find her before it is too late.","0.936","/sbvQlhEQGfR8DD20V3man8iSYD9.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","1976-05-19","0","94","[{'iso_639_1':'en','name':'English'}]","Released","A masterpiece of terror and suspense.","The Premonition","false","4.4","10" +"false","/8uhBeKqL4hghzDuOxsHEGidLJ1Y.jpg","null","0","[{'id':37,'name':'Western'}]","","83147","tt0067003","en","Doc","A revisionist western, ""Doc"" is Frank Perry's attempt to accurately portray the lives and persons of Doc Holliday, Wyatt Earp, and the now-legendary events that took place in the town of Tombstone, starring Stacy Keach, Faye Dunaway and Harris Yulin.","2.157","/qamM3rCOnIFCX9T6Bnp2kIzM3H6.jpg","[{'id':14198,'logo_path':null,'name':'FP Films','origin_country':''},{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1971-08-01","0","96","[{'iso_639_1':'en','name':'English'}]","Released","For the past 90 years these three people have been heroes. Until now!","Doc","false","6.8","11" +"false","/22ozUuRHVqX4A05DaOLS0yODKIt.jpg","null","8000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","344041","tt3703908","en","Standoff","A troubled veteran gets a chance at redemption by protecting a girl from an assassin after she witnesses a murder. Holding a shotgun with a single shell, he engages in physical and psychological warfare in a desperate fight for the girl's life.","6.218","/adlwQTs3zEo8EL2ta1IZebhoVPE.jpg","[{'id':7424,'logo_path':null,'name':'First Point Entertainment','origin_country':''},{'id':53169,'logo_path':null,'name':'Goldrush Entertainment','origin_country':'CA'},{'id':55257,'logo_path':null,'name':'Maple Leaf Films','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2016-01-04","0","80","[{'iso_639_1':'en','name':'English'}]","Released","A deadly game only one can survive","Standoff","false","5.9","147" +"false","/Ui3aVfbkJQzeS1GLuoiBWMH27s.jpg","null","68000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'}]","","9824","tt0132347","en","Mystery Men","When Champion City's hero Captain Amazing is kidnapped by the recently paroled supervillain Casanova Frankenstein, a trio of average, everyday superheroes -- Mr. Furious, the Shoveler and the Blue Raja -- assemble a new super team to save him.","10.535","/7psRSVuCZyYfxCxt4DTmeIcplPL.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':2484,'logo_path':null,'name':'Golar Productions','origin_country':''},{'id':552,'logo_path':'/9dGdLfm3GteWeUDtD9c9tvlidUG.png','name':'Dark Horse Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-08-06","29762011","121","[{'iso_639_1':'en','name':'English'}]","Released","We're not your classic heroes, we're the other guys.","Mystery Men","false","5.8","370" +"false","/bBfnLakBXCHRGB8WpzhUzlszoyD.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'},{'id':37,'name':'Western'}]","","362703","tt4076760","en","Diablo","A young civil war veteran is forced on a desperate journey to save his kidnapped wife.","5.12","/qHxDheAS78Uvn9GQUkS6erZhWs2.jpg","[{'id':71890,'logo_path':null,'name':'Space Rock Studios','origin_country':''},{'id':71891,'logo_path':null,'name':'Diablo Movie','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2016-01-08","0","83","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'cr','name':''}]","Released","Beyond Hope, Beyond Regret, Beyond Salvation","Diablo","false","4.2","89" +"false","/uJ7nFYD9GyJtUShhZbhh13Hfc68.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':99,'name':'Documentary'}]","http://www.racingextinction.com","300792","tt1618448","en","Racing Extinction","An unlikely team of activists and innovators hatches a bold mission to save endangered species.","3.583","/wFp9zoDbF2V9EsottIeiwgspMyY.jpg","[{'id':4185,'logo_path':'/49pwak3mqOIgY60d3aUD7IpKqhi.png','name':'Oceanic Preservation Society','origin_country':'US'},{'id':7407,'logo_path':'/6uSTdFHCifrdG43w2xy6Aog9QpT.png','name':'Insurgent Docs','origin_country':'US'},{'id':73067,'logo_path':'/pSEeTGFLhX5lntHaNOdGSighVZo.png','name':'Vulcan Productions','origin_country':'US'},{'id':109417,'logo_path':null,'name':'Okeanos Foundation for the Sea','origin_country':'US'},{'id':109418,'logo_path':null,'name':'Li Ka Shing Foundation','origin_country':''},{'id':109419,'logo_path':'/tgQCrpxHXmjtNjjHTBcDEiHGoSa.png','name':'Earth Day Texas','origin_country':'US'},{'id':109420,'logo_path':'/9Arm3uQDlBbrM6W2buFM4h6EVGq.png','name':'JP's Peace, Love & Happiness Foundation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-01-24","0","90","[{'iso_639_1':'en','name':'English'}]","Released","It's better to light one candle than curse the darkness.","Racing Extinction","false","7.9","74" +"false","/2lZYvShWuVThLM6Oo8zfakdBMqw.jpg","null","4000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","1365","tt0285742","en","Monster's Ball","Set in the southern USA, a racist white man, Hank, falls in love with a black woman named Leticia. Ironically, Hank is a prison guard working on Death Row who executed Leticia's husband. Hank and Leticia's inter-racial affair leads to confusion and new ideas for the two unlikely lovers.","10.073","/s7o0AyOFIYNjTe008pV6EZMI2IP.jpg","[{'id':35,'logo_path':'/wxrHa3nZ1K4zo65p56991INkGo6.png','name':'Lions Gate Films','origin_country':'US'},{'id':695,'logo_path':null,'name':'Lee Daniels Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-11-11","44909486","111","[{'iso_639_1':'en','name':'English'}]","Released","A lifetime of change can happen in a single moment.","Monster's Ball","false","6.7","432" +"false","/zdKOHwWSBd6flUtwf8lK6Ial1zj.jpg","{'id':66761,'name':'Open Season Collection','poster_path':'/ePeybVSOnCmuWrrvGEp8hzWn979.jpg','backdrop_path':'/cnaLzqjxlqGMIp7AGCizfVXUhSn.jpg'}","0","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':12,'name':'Adventure'}]","http://www.sonypictures.com/movies/openseasonscaredsilly/","382517","tt4938374","en","Open Season: Scared Silly","The humans and animals believe a werewolf is on the loose, and former hunter Shaw uses the opportunity to re-open the season. Boog, Elliot, and Mr. Weenie have to face their fears and find the werewolf to get the season closed permanently.","8.009","/1ma0lXsFyWYkxdLkvnwW3Y9GTrR.jpg","[{'id':2251,'logo_path':'/8PUjvTVmtJDdDXURTaSoPID0Boj.png','name':'Sony Pictures Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-12-18","0","85","[{'iso_639_1':'da','name':'Dansk'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","","Open Season: Scared Silly","false","5.5","125" +"false","/fvplk3aIhDhvtrjHo3WPJNyI7uf.jpg","null","11930000","[{'id':18,'name':'Drama'}]","http://www.thedressmakermovie.com.au","298382","tt2910904","en","The Dressmaker","In 1950s Australia, beautiful, talented dressmaker Tilly returns to her tiny hometown to right wrongs from her past. As she tries to reconcile with her mother, she starts to fall in love while transforming the fashion of the town.","7.616","/vCxIK6BAVyGMhg6A6ahDAadEn4K.jpg","[{'id':78549,'logo_path':null,'name':'White Hot Productions','origin_country':''},{'id':7584,'logo_path':'/eGkfvvyf4fJTvBUR1xt1669IPA3.png','name':'Screen Australia','origin_country':'AU'},{'id':86901,'logo_path':null,'name':'Ingenious Senior Film Fund','origin_country':''},{'id':36733,'logo_path':null,'name':'Film Art Media','origin_country':''},{'id':86902,'logo_path':null,'name':'Embankment Films','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2015-10-01","18340000","118","[{'iso_639_1':'en','name':'English'}]","Released","Revenge is back in fashion","The Dressmaker","false","7","868" +"false","/eBCWXXcJn6vzTsSS9ldkh94cFYB.jpg","{'id':379920,'name':'Deadly Prey Collection','poster_path':'/3YTK8H38vb1eIK6O5H03gaV6wuW.jpg','backdrop_path':'/hHLHwTylO63SvS6JCjbDnRW46wt.jpg'}","0","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'}]","","5753","tt0092848","en","Deadly Prey","A group of sadistic mercenaries led by Col. John Hogan kidnap Michael Danton from his home, and set him loose on the grounds of their secret camp to be used as training for new recruits. Danton has been called the ""most perfect killer ever."" Now, he'll have to prove it again. This prey has become DEADLY!","2.92","/oYnpPS5XuLIyCiarMRSkwPH87LV.jpg","[{'id':1971,'logo_path':null,'name':'Action International Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-11-02","0","88","[{'iso_639_1':'en','name':'English'}]","Released","In Vietnam, he was the best... He still is!","Deadly Prey","false","4.7","34" +"false","/a3MmLFhOLSgODby8JQyPtca4o1q.jpg","null","11000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':10752,'name':'War'}]","","3175","tt0072684","en","Barry Lyndon","In the Eighteenth Century, in a small village in Ireland, Redmond Barry is a young farm boy in love with his cousin Nora Brady. When Nora engages to the British Captain John Quin, Barry challenges him for a duel of pistols. He wins and escapes to Dublin, but is robbed on the road. Without any other alternative, Barry joins the British Army to fight in the Seven Years War.","8.975","/hxl6rjUCmWD65GbVCYX5IYn1E0f.jpg","[{'id':88,'logo_path':null,'name':'Hawk Films','origin_country':''},{'id':11272,'logo_path':null,'name':'Peregrine','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1975-11-26","20000000","185","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","At long last Redmond Barry became a gentleman - and that was his tragedy.","Barry Lyndon","false","8","1079" +"false","/arlAL21cihWm8U7Xl05WWikGwYY.jpg","{'id':352789,'name':'Zoolander Collection','poster_path':'/a53tBdjpma78xibq2OGJpMxhrNE.jpg','backdrop_path':'/tbWTPL6DiF28qv1OkDDH2gLWE6H.jpg'}","28000000","[{'id':35,'name':'Comedy'}]","","9398","tt0196229","en","Zoolander","Clear the runway for Derek Zoolander, VH1's three-time male model of the year. His face falls when hippie-chic ""he's so hot right now"" Hansel scooters in to steal this year's award. The evil fashion guru Mugatu seizes the opportunity to turn Derek into a killing machine. Its a well-designed conspiracy and only with the help of Hansel and a few well-chosen accessories can Derek make the world safe.","9.003","/zNBryDxDAScAgKat8X18K2Jtg6k.jpg","[{'id':2933,'logo_path':null,'name':'Tenth Planet Productions','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':10692,'logo_path':null,'name':'VH1 Television','origin_country':''},{'id':172,'logo_path':null,'name':'NPV Entertainment','origin_country':''},{'id':258,'logo_path':null,'name':'Scott Rudin Productions','origin_country':'US'},{'id':21409,'logo_path':null,'name':'MFP Munich Film Partners GmbH & Company I. Produktions KG','origin_country':''},{'id':2932,'logo_path':'/4uLKLjGivVg2YnAIhAn8k7ZuVFj.png','name':'Red Hour','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2001-09-28","60780981","89","[{'iso_639_1':'en','name':'English'}]","Released","3% Body Fat. 1% Brain Activity.","Zoolander","false","6.1","2282" +"false","/41vanBJhYWuACVHvX7rk2Jmqbb4.jpg","null","100000000","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':36,'name':'History'}]","http://www.intheheartoftheseamovie.com/","205775","tt1390411","en","In the Heart of the Sea","In the winter of 1820, the New England whaling ship Essex was assaulted by something no one could believe: a whale of mammoth size and will, and an almost human sense of vengeance. The real-life maritime disaster would inspire Herman Melville???s Moby Dick.?? But that told only half the story.?? ???Heart of the Sea??? reveals the encounter???s harrowing aftermath, as the ship???s surviving crew is pushed to their limits and forced to do the unthinkable to stay alive.?? Braving storms, starvation, panic and despair, the men will call into question their deepest beliefs, from the value of their lives to the morality of their trade, as their captain searches for direction on the open sea and his first mate still seeks to bring the great whale down.","14.35","/zVmWh0Zfg4UhbvdGI8LQrn1lQZJ.jpg","[{'id':23,'logo_path':'/mkxNjThahj5pvntvYKVpMbWXm3D.png','name':'Imagine Entertainment','origin_country':'US'},{'id':705,'logo_path':null,'name':'Spring Creek Productions','origin_country':''},{'id':16314,'logo_path':null,'name':'Roth Films','origin_country':'US'},{'id':17888,'logo_path':null,'name':'K. JAM Media','origin_country':''},{'id':24175,'logo_path':null,'name':'Cott Productions','origin_country':''},{'id':34401,'logo_path':null,'name':'Surf Film','origin_country':''},{'id':63571,'logo_path':null,'name':'Enelmar Productions, A.I.E.','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'US','name':'United States of America'}]","2015-11-20","93820758","122","[{'iso_639_1':'en','name':'English'}]","Released","Based on the incredible true story that inspired Moby Dick","In the Heart of the Sea","false","6.6","2077" +"false","/e6IsFy4YprZzOOOxtce3Z194Uww.jpg","null","0","[{'id':99,'name':'Documentary'}]","","365764","tt5275926","en","Moto 7: The Movie","A film that rewrites the moto playbook, with the biggest jumps, the gnarliest tracks, and some of the most remote locations a motorcycle has ever touched.","0.633","/3xVwwETRqS5jQrbDmW2A4tVllzO.jpg","[]","[]","2015-10-28","0","56","[]","Released","","Moto 7: The Movie","true","6.5","1" +"false","/A2FA9p94WgqQ62LeoJ587nZj70G.jpg","null","0","[{'id':27,'name':'Horror'}]","","5752","tt0091339","en","Killer Workout","Two years ago, a young woman named Valerie was burned after entering a tanning salon. Now, her twin sister, Rhonda runs a local gym where all of a sudden, people are being murdered.","2.544","/gChfuvcRS27VjyJdzv1cPh2CXQu.jpg","[{'id':39635,'logo_path':null,'name':'Shapiro Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-04-16","0","84","[{'iso_639_1':'en','name':'English'}]","Released","This workout'll kill you!","Killer Workout","false","5.3","17" +"false","/o2lvPXjltJBDqYxnYE52fYIEoUX.jpg","{'id':115225,'name':'Children of the Corn Collection','poster_path':'/v6auJblMcNxUmZx23mQXMHmzyY3.jpg','backdrop_path':'/g4aK8Up5zSegesJdMYbxDcndn20.jpg'}","900000","[{'id':27,'name':'Horror'}]","","25748","tt0106557","en","Children of the Corn II: The Final Sacrifice","Arriving in Gatlin, Nebraska, a news-reporter and his son get wind of a story about the youth in the town murdering their parents finds that a series of brutal murders are revealed to be worshipers of the corn-stalks and try to stop them before they carry out their plans.","6.05","/jOrEK9owz9mzym4043essIFmfzY.jpg","[{'id':15342,'logo_path':null,'name':'Fifth Avenue Entertainment','origin_country':''},{'id':4415,'logo_path':null,'name':'Corn Cobb Productions','origin_country':''},{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-01-29","6980986","92","[{'iso_639_1':'en','name':'English'}]","Released","These children are home alone too. But their parents are never coming back.","Children of the Corn II: The Final Sacrifice","false","4.6","77" +"false","/qkvT9UBwaCnMaskWbzVXBDBO82P.jpg","null","0","[{'id':53,'name':'Thriller'}]","","109230","tt1433343","en","The Eves","A group of students are en route to the beach for spring break when their car overheats near a crumbling hunting lodge, leaving them alone and defenseless while an unseen force attacks them from all sides.","1.277","/uz2rQj9kWlVXI22rbjJbZFXe3bv.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-04-30","0","85","[{'iso_639_1':'en','name':'English'}]","Released","When calamity comes, the wicked are brought down...","The Eves","false","5.7","5" +"false","/kT2woIOkOYcHPTKMPjCxk46TW0Z.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","103747","tt1924394","en","The Angels' Share","Narrowly avoiding jail, new dad Robbie vows to turn over a new leaf. A visit to a whisky distillery inspires him and his mates to seek a way out of their hopeless lives.","6.003","/mPgfSMGHhm99D7SVNHEB9dDnnC0.jpg","[{'id':856,'logo_path':'/3tfzS2CrX6Ntbu927XzHXEPDA6y.png','name':'Wild Bunch','origin_country':'FR'},{'id':1926,'logo_path':'/sORCydQs61kwWqRIIzPiBpgVVag.png','name':'Les Films du Fleuve','origin_country':'BE'},{'id':7281,'logo_path':'/vuDafYIcuoY0YyvgcqtjXOKwn6Q.png','name':'British Film Institute','origin_country':'GB'},{'id':8147,'logo_path':'/q6HOAdSNgCbeOqwoMVRc6REgbXF.png','name':'Entertainment One','origin_country':'CA'},{'id':12695,'logo_path':'/pZg9WqHoiUqhCzoMwGTcPI6Bs3d.png','name':'Sixteen Films','origin_country':'GB'},{'id':15130,'logo_path':null,'name':'Urania Pictures S.r.l.','origin_country':''}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2012-06-01","7034007","101","[{'iso_639_1':'en','name':'English'}]","Released","Four Friends. One Mission. Lots of Spirit.","The Angels' Share","false","7.1","231" +"false","/2Ssexz1Y8T36wO2w2v9La0GsYZf.jpg","{'id':294226,'name':'The Dead Collection','poster_path':'/5ktVahJejSiHQFARdYDl7WfZTWp.jpg','backdrop_path':'/fi8rckkIPpR1jc9aLQn0x4h6Z8f.jpg'}","0","[{'id':27,'name':'Horror'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","","74471","tt1386925","en","The Dead","When the last evacuation flight out of war-torn Africa crashes off the coast, American Air Force Engineer Lieutenant Brian Murphy (ROB FREEMAN) emerges as the sole survivor in a land where the dead are returning to life and attacking the living.","4.771","/VS5nSPVVtc5qQb8NdhwQQLGWly.jpg","[{'id':7795,'logo_path':null,'name':'Indelible Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2010-08-30","0","105","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","The feeding begins.","The Dead","false","5.7","84" +"false","/gscut5zin2ICLmCuUAwpUrnhHKO.jpg","null","0","[{'id':14,'name':'Fantasy'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'},{'id':10749,'name':'Romance'}]","","40737","tt0820872","en","Drifter","Four characters wake in a desert, disoriented and lost with no clue where they are or how they got there.","1.357","/9j8G0FNhwTJRue1mDvNV4rgX3r.jpg","[]","[{'iso_3166_1':'NL','name':'Netherlands'}]","2008-01-01","0","100","[{'iso_639_1':'en','name':'English'}]","Released","","Drifter","false","5.1","5" +"false","/7fXKVIM8UQBvQ9aQOzFqThlq7eN.jpg","null","11000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.foxsearchlight.com/brooklyn/","167073","tt2381111","en","Brooklyn","In 1950s Ireland and New York, young Ellis Lacey has to choose between two men and two countries.","10.015","/dRpkyrSDrEMFRZDeFJG4EupqUfR.jpg","[{'id':1508,'logo_path':null,'name':'Wildgaze Films','origin_country':'GB'},{'id':5267,'logo_path':'/trP3GsUyIztMwcqev3jK1gOeCSA.png','name':'Irish Film Board','origin_country':'IE'},{'id':7177,'logo_path':null,'name':'Item 7','origin_country':'CA'},{'id':5122,'logo_path':null,'name':'Parallel Films','origin_country':'IE'}]","[{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'CA','name':'Canada'}]","2015-10-20","62076141","111","[{'iso_639_1':'en','name':'English'}]","Released","Two countries, two loves, one heart","Brooklyn","false","7.3","1857" +"false","/l8mlipFfGuEUnw5vsn1Ai45AMos.jpg","null","0","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","42636","tt0062883","en","The Detective","Police detective Joe Leland investigates the murder of a homosexual man. While investigating, he discovers links to official corruption in New York City in this drama that delves into a world of sex and drugs.","2.197","/sA9KUFWEbVLgQivVvsVoC3TDH2H.jpg","[{'id':14091,'logo_path':null,'name':'Arcola Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1968-05-28","0","114","[{'iso_639_1':'en','name':'English'}]","Released","An adult look at a police detective","The Detective","false","6.3","22" +"false","/knczzNAjBXzSYkeWxoT1u9VNmjR.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","http://carolfilm.com/","258480","tt2402927","en","Carol","In 1950s New York, a department-store clerk who dreams of a better life falls for an older, married woman.","10.557","/AbKa7ANxmui0Jmhh7gV7OSELKIL.jpg","[{'id':1422,'logo_path':'/aG7LGucYWmsrsEwnDN1HnUGfVmK.png','name':'Killer Films','origin_country':'US'},{'id':11752,'logo_path':null,'name':'Number 9 Films','origin_country':'GB'},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2015-11-20","40272135","118","[{'iso_639_1':'en','name':'English'}]","Released","Some people change your life forever.","Carol","false","7.4","1869" +"false","/6fRpJNIxhsXyd9cKC5DhJuAOYA.jpg","null","0","[]","","125268","tt1454099","en","Followed Home","A group of friends head out for a mountain retreat only to witness a gruesome murder at a near by cabin. They head home wanting to forget the experience... but are followed home by the murder.","0.6","/qA56xmjnVCYXjIqiaOZxhKhS82n.jpg","[]","[]","2010-03-03","0","74","[{'iso_639_1':'en','name':'English'}]","Released","Danger Knows Where You Live....","Followed Home","false","1.8","3" +"false","/75JeatOz360yJroTwKPj3ETOKOO.jpg","null","2000000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'}]","","12109","tt0388139","en","It's All Gone Pete Tong","Its All Gone Pete Tong is a comedy following the tragic life of legendary Frankie Wilde. The story takes us through Frankie's life from one of the best DJ's alive, through subsequent battle with a hearing disorder, culminating in his mysterious disappearance from the scene.","4.238","/4rnfaI7J029SYIXp0EEUAXZtGRz.jpg","[]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2004-09-12","120620","90","[{'iso_639_1':'en','name':'English'}]","Released","","It's All Gone Pete Tong","false","6.9","80" +"false","/oIFJulZkvhAULStAZLno9YaUNXr.jpg","null","0","[{'id':37,'name':'Western'}]","","37292","tt0042286","en","Broken Arrow","Indian scout Tom Jeffords (James Stewart) is sent out to stem the war between the Whites and Apaches in the late 1870s. He learns (through an uncomfortably close encounter) that the Indians kill only to protect themselves, or out of retaliation for white atrocities.","5.034","/1gafYQCpDxtfIj7HYBNs4Z3m4oW.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1950-08-01","0","93","[{'iso_639_1':'en','name':'English'}]","Released","The Most Powerful Weapon is Courage..","Broken Arrow","false","6.6","64" +"false","/fcZm5OIZ9f4E3XEyYUve4Vpqlmg.jpg","null","0","[{'id':35,'name':'Comedy'}]","","309298","tt3534282","en","Don Verdean","Biblical archaeologist Don Verdean is hired by a local church pastor to find faith-promoting relics in the Holy Land. But after a fruitless expedition he is forced to get creative in this comedy of faith and fraud.","4.211","/zpAffTJHPVncd1rV4tUHYImYOQ3.jpg","[{'id':35,'logo_path':'/wxrHa3nZ1K4zo65p56991INkGo6.png','name':'Lions Gate Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-12-01","31309","96","[{'iso_639_1':'en','name':'English'}]","Released","Fraud works in mysterious ways.","Don Verdean","false","4.5","63" +"false","/wcBTO7SpHvIMOW4BDddfeyVcE9j.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","58792","tt1219822","en","BreadCrumbs","Once upon a time ... Angie, an aging star reluctantly goes on one last shoot for a seedy Producer, on location, in an enchanting old cabin deep in the shadowy forest. While on the shoot the cast and crew encounter Henry, and his little sweet sister Patti, two strange and mysterious children who seem to live in the woods. A violent attack on the second evening of shooting sends Angie and the rest of the crew into a frighten frenzy. They lock themselves into their secluded cabin and find themselves trapped and surrounded by an unknown assailant. Could these two children be responsible for these vicious attacks?","1.172","/1mB61QD9gKNDCmB8fOVaeAoaui4.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-01-25","0","88","[{'iso_639_1':'en','name':'English'}]","Released","We all live in a house of candy...","BreadCrumbs","false","3.8","15" +"false","/vch5MjcuOuMlOEvXU6LGB6jpf7G.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':37,'name':'Western'}]","","18287","tt0067809","en","Support Your Local Gunfighter","A con artist arrives in a mining town controlled by two competing companies. Both companies think he's a famous gunfighter and try to hire him to drive the other out of town.","4.721","/hH8Wgd3p25qIt5yoCVwHZcUPOY9.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","1971-05-26","0","91","[{'iso_639_1':'en','name':'English'}]","Released","","Support Your Local Gunfighter","false","6.5","31" +"false","/bOJq5zQzDdze1Rk5BQLsHrpV6p7.jpg","null","3000000","[{'id':37,'name':'Western'},{'id':28,'name':'Action'}]","","3089","tt0040724","en","Red River","Dunson is driving his cattle to Red River when his adopted son, Matthew, turns against him.","7","/vcTBAss5S1Y0BOVWB35ewDLY3MX.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':1316,'logo_path':null,'name':'Monterey Productions','origin_country':''},{'id':1317,'logo_path':null,'name':'Charles K. Feldman Group','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1948-08-26","9012000","133","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","Big as the men who faced this challenge! Bold as the women who loved them!","Red River","false","7.3","165" +"false","/oU2QnkVNHyT2bP1EAxRvKz6S5ga.jpg","null","25000000","[{'id':35,'name':'Comedy'}]","https://www.facebook.com/NightBeforeMovie","296100","tt3530002","en","The Night Before","In New York City for their annual tradition of Christmas Eve debauchery, three lifelong best friends set out to find the Holy Grail of Christmas parties since their yearly reunion might be coming to an end.","10.251","/eEGZgNZgN3sZWwoSaL1u2rTGlzj.jpg","[{'id':34,'logo_path':'/GagSvqWlyPdkFHMfQ3pNq6ix9P.png','name':'Sony Pictures','origin_country':'US'},{'id':17393,'logo_path':'/k28sCof6kheeOicLqL6EXX2GHov.png','name':'Good Universe','origin_country':'US'},{'id':16615,'logo_path':'/dbxHaOtibTKvP6dUMRYdwUOULgY.png','name':'Point Grey Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-11-20","52395996","101","[{'iso_639_1':'en','name':'English'}]","Released","Their past, present and future. All in one night.","The Night Before","false","6.1","922" +"false","/ohowfrZr0H4HEmpfaaGtmvMMZBF.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","257444","tt2443822","en","The Boy","An intimate portrait of a 9 year old sociopath as he discovers his taste for killing.","4.597","/58EhIese7a77U8PtZSylT8rt4I6.jpg","[{'id':12671,'logo_path':null,'name':'Chiller Films','origin_country':''},{'id':34519,'logo_path':'/MGFizEilC4bv5aDeF8YfEyjDVG.png','name':'SpectreVision','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-08-14","0","105","[{'iso_639_1':'en','name':'English'}]","Released","Evil Always Begins Somewhere.","The Boy","false","5.6","77" +"false","/uObNyQTExliHKfVtGo5NXvRivlB.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","6591","tt0068416","it","Cosa avete fatto a Solange?","After several coeds are murdered at a college, a professor who is involved with a student becomes a suspect, along with several other male and female teachers.","3.109","/6fMOZuTuyXDs0Hqsdg7tZQVWcOr.jpg","[{'id':1429,'logo_path':null,'name':'Italian International Film','origin_country':''},{'id':11595,'logo_path':null,'name':'Clodio Cinematografica','origin_country':''},{'id':3602,'logo_path':null,'name':'Rialto Film Preben-Philipsen','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'IT','name':'Italy'}]","1972-03-09","0","107","[{'iso_639_1':'it','name':'Italiano'}]","Released","","What Have You Done to Solange?","false","7","47" +"false","/l6ohYQgTeaEgP0WqVwEhxv75Sd3.jpg","null","150000","[{'id':27,'name':'Horror'}]","","63409","tt1634058","en","Star Vehicle","""Star Vehicle"" follows the downward spiral of movie driver Donald Cardini, a self-professed movie buff with a penchant for explosive violence when provoked. Driving the stars of low-budget movies, along with their fragile egos, to and from locations in the middle of nowhere, pushes Don's buttons in all of the wrong directions. When Luke, the young and self-absorbed writer/director challenges Don's authority, murder and mayhem ensues.","0.6","/kosGWdzRwnIyAyIKHG0ce8wyCvG.jpg","[]","[]","2010-06-01","0","","[{'iso_639_1':'en','name':'English'}]","Released","Dying for a Ride?","Star Vehicle","false","4.8","2" +"false","/xhstSJACJF7QiO4zAsqAPXE1PbQ.jpg","null","15000000","[{'id':18,'name':'Drama'}]","","306819","tt0810819","en","The Danish Girl","When Gerda Wegener asks her husband Einar to fill in as a portrait model, Einar discovers the person she's meant to be and begins living her life as Lili Elbe. Having realized her true self and with Gerda's love and support, Lili embarks on a groundbreaking journey as a transgender pioneer.","10.528","/seWQ6UKCrhGH0eP7dFZvmIBQtKF.jpg","[{'id':8875,'logo_path':null,'name':'Pretty Pictures','origin_country':''},{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'},{'id':11773,'logo_path':'/8fCjsqh43LbPV6pm3SfR5Jx64GU.png','name':'Art??mis Productions','origin_country':'BE'},{'id':11921,'logo_path':null,'name':'Le Tax Shelter du Gouvernement F??d??ral de Belgique','origin_country':''},{'id':11922,'logo_path':null,'name':'Taxshelter. be','origin_country':''},{'id':23200,'logo_path':null,'name':'Shelter Productions','origin_country':''},{'id':73536,'logo_path':null,'name':'Senator Global Productions','origin_country':''},{'id':73537,'logo_path':null,'name':'Kvinde Films','origin_country':''},{'id':73538,'logo_path':null,'name':'ReVision Pictures','origin_country':''},{'id':73539,'logo_path':null,'name':'Copenhagen Film Fund','origin_country':'DK'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'DK','name':'Denmark'}]","2015-11-27","64191523","120","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'de','name':'Deutsch'}]","Released","Find the courage to be yourself.","The Danish Girl","false","7.6","3490" +"false","/6Fi9Ta7m0wdmve2B2XpDdysxAGd.jpg","null","6000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.roomthemovie.com","264644","tt3170832","en","Room","Jack is a young boy of 5 years old who has lived all his life in one room. He believes everything within it are the only real things in the world. But what will happen when his Ma suddenly tells him that there are other things outside of Room?","14.804","/eqFckcHuFCT1FrzLOAvXBb4jHwq.jpg","[{'id':82552,'logo_path':'/cLEXKtCpRQs0meQwT7HK6u3QmRH.png','name':'Elevation Pictures','origin_country':'CA'},{'id':806,'logo_path':'/kcNh09qqR2Pkw1JAzRW4CommrW4.png','name':'T??l??film Canada','origin_country':'CA'},{'id':3353,'logo_path':'/qv2v9HaStUTRjqonODM29YG0oFX.png','name':'Element Pictures','origin_country':'IE'},{'id':5267,'logo_path':'/trP3GsUyIztMwcqev3jK1gOeCSA.png','name':'Irish Film Board','origin_country':'IE'},{'id':7493,'logo_path':'/452FO4LcI6lA6bfgl6w1kQYRBlr.png','name':'FilmNation Entertainment','origin_country':'US'},{'id':35846,'logo_path':null,'name':'No Trace Camping','origin_country':''},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-10-16","35401758","117","[{'iso_639_1':'en','name':'English'}]","Released","Love knows no boundaries","Room","false","8.1","5129" +"false","/jahBdYTAGMJaEove9l9hzYpDKJD.jpg","{'id':645,'name':'James Bond Collection','poster_path':'/HORpg5CSkmeQlAolx3bKMrKgfi.jpg','backdrop_path':'/6VcVl48kNKvdXOZfJPdarlUGOsk.jpg'}","9500000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':12,'name':'Adventure'}]","http://www.mgm.com/view/movie/2347/You-Only-Live-Twice/","667","tt0062512","en","You Only Live Twice","A mysterious space craft kidnaps a Russian and American space capsule and brings the world on the verge of another World War. James Bond investigates the case in Japan and meets with his archenemy Blofeld. The fifth film from the legendary James Bond series starring Sean Connery as the British super agent.","26.103","/7dnsJZniZK1Hbc9mOFDYa5W0dHi.jpg","[{'id':7576,'logo_path':'/oYcUi1byZ312Z3xiz5ojz9RQLND.png','name':'Eon Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1967-06-12","111584787","117","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'ru','name':'P????????????'}]","Released","You Only Live Twice...and Twice is the only way to live!","You Only Live Twice","false","6.6","882" +"false","/4qdAlCR3bUYcL4gdVdTlkvnph5F.jpg","null","0","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'},{'id':12,'name':'Adventure'}]","","26369","tt0094834","en","Cannibal Women in the Avocado Jungle of Death","The U.S. government, eager to protect the nation's avacado supplies, recruits feminist professor Margo Hunt to make contact with the Piranha Women, an all-female tribe who believe men are only good as a source of food. Accompanying Dr. Hunt on her trip are Jim, a guide of questionable competence, and Bunny, a student of unquestionable incompetence.","2.565","/aBbumHMAXhPQNAYguRrJkWt296K.jpg","[{'id':5126,'logo_path':null,'name':'Beyond Infinity','origin_country':''},{'id':8443,'logo_path':null,'name':'Gaucamolle Pictures','origin_country':''},{'id':8444,'logo_path':null,'name':'Phantom Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-03-15","0","90","[{'iso_639_1':'en','name':'English'}]","Released","These women are serious about their taste in men.","Cannibal Women in the Avocado Jungle of Death","false","4.8","21" +"false","/hL3NPwzvhD9NYSkHrcRGPCirtgU.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':10402,'name':'Music'}]","http://residentsmovie.com","324320","tt2833768","en","Theory of Obscurity: A Film About the Residents","Theory of Obscurity tells the story of the renegade sound and video collective known as The Residents???a story that spans 40 years and is clouded in mystery. Many details surrounding the group are secret, including the identities of its members. They always perform wearing masks and costumes, which is part of their magic. At its heart, this story is about perseverance and chasing your dream. The Residents never caved to convention. They never compromised. They???ve followed their muse for decades and thousands of fans have hung on for the ride. Along the way they???ve also inspired many people to be weird, take chances and find their own voice.","0.6","/fR6u7R7eiEplojic7IN9O3dccOn.jpg","[]","[]","2015-03-14","0","87","[{'iso_639_1':'en','name':'English'}]","Released","","Theory of Obscurity: A Film About the Residents","false","6.9","4" +"false","/p8pPAcLCl6blrEM02BZcs3VN4O5.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","910","tt0038355","en","The Big Sleep","Private Investigator Philip Marlowe is hired by wealthy General Sternwood regarding a matter involving his youngest daughter Carmen. Before the complex case is over, Marlowe sees murder, blackmail, deception, and what might be love.","9.639","/5EBI8HfYPXIBX50O3Ppwt49MCtv.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1946-08-23","0","116","[{'iso_639_1':'en','name':'English'}]","Released","The picture they were born for!","The Big Sleep","false","7.7","419" +"false","/9dy857UU61ZTg8FKuZToQYBlD8n.jpg","null","7500000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","2577","tt0345061","en","Code 46","A futuristic 'Brief Encounter', a love story in which the romance is doomed by genetic incompatibility.","9.592","/lOEo7iG0FV6mxpvl8IQoSvsGSC3.jpg","[{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2003-09-02","0","92","[{'iso_639_1':'en','name':'English'}]","Released","How do you solve a crime when the last thing you want to know is the truth?","Code 46","false","6.3","165" +"false","/iZAXxEDTZoA7A65mdzHXdF8bySU.jpg","null","5000000","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","","11935","tt0077294","en","Capricorn One","In order to protect the reputation of the American space program, a team of scientists stages a phony Mars landing. Willingly participating in the deception are a trio of well-meaning astronauts, who become liabilities when their space capsule is reported lost on re-entry. Now, with the help of a crusading reporter,they must battle a sinister conspiracy that will stop at nothing to keep the truth","7.801","/iHhMZP9YFRdKbBP1jLFrN9Xkh3T.jpg","[{'id':4377,'logo_path':null,'name':'Associated General Films','origin_country':''},{'id':15980,'logo_path':null,'name':'Incorporated Television Company (ITC)','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1977-12-10","0","123","[{'iso_639_1':'en','name':'English'}]","Released","The mission was a sham. The murders were real.","Capricorn One","false","6.8","185" +"false","/n5G7oVph2oalbRjD0KWvzmhpirG.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","289191","tt3004746","en","I Am Here","Successful businesswoman Maria has achieved everything except what she wants the most - a baby of her own. She decides to deal with the matter by herself and embarks on a desperate and dangerous journey in order to make her dream come true.","2.837","/poZycbhGflbxv00ChXu36t6CJi.jpg","[{'id':76,'logo_path':null,'name':'Zentropa Entertainments','origin_country':'DK'}]","[{'iso_3166_1':'DK','name':'Denmark'},{'iso_3166_1':'DE','name':'Germany'}]","2014-09-30","0","97","[{'iso_639_1':'en','name':'English'}]","Released","Fear nothing. Risk everything.","I Am Here","false","5.4","36" +"false","/hDc6elmpq2E4ZxeoTEr7ZDEfnnX.jpg","null","0","[{'id':35,'name':'Comedy'}]","","554678","tt0050243","en","The Chaplin Revue","Three Chaplin silent comedies ""A Dog's Life"", ""Shoulder Arms"", and ""The Pilgrim"" are strung together to form a single feature length film. Chaplin provides new music, narration, and a small amount of new connecting material. ""Shoulder Arms"" is now described as taking place in a time before ""the atom bomb"".","0.6","/Z3SUitp5xVz8hiIgqz5yjDUIgx.jpg","[{'id':71975,'logo_path':null,'name':'Roy Export Company Establishment','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1959-09-01","0","119","[]","Released","","The Chaplin Revue","false","9","2" +"false","/5Guz8R9TiPkvWUqV4hHy0B2We8y.jpg","{'id':527817,'name':'The Stranger series','poster_path':null,'backdrop_path':null}","0","[{'id':37,'name':'Western'}]","","121927","tt0074570","en","Get Mean","The plot revolves around the return of a Spanish princess from America to her native country Spain. To help her she enlists the aid of a reluctant hero (Tony Anthony).","0.6","/oRnk5yu6GipfBzC4enLLs7Tt7WG.jpg","[{'id':15399,'logo_path':null,'name':'Cee Note','origin_country':''},{'id':15400,'logo_path':null,'name':'Stranger Productions Inc.','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'}]","1975-12-21","0","84","[{'iso_639_1':'it','name':'Italiano'}]","Released","Hung by his heels...Barbecued...Shot with a cannon. Now it's his turn to get mean!","Get Mean","false","4.3","3" +"false","/f4ixXGrhChuGK1XE1K8vfCsQYZ6.jpg","null","7000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","11503","tt0096071","en","The Serpent and the Rainbow","A Harvard anthropologist is sent to Haiti to retrieve a strange powder that is said to have the power to bring human beings back from the dead. In his quest to find the miracle drug, the cynical scientist enters the rarely seen netherworld of walking zombies, blood rites and ancient curses. Based on the true life experiences of Wade Davis and filmed on location in Haiti, it's a frightening excursion into black magic and the supernatural.","10.252","/6FcK8I3IBBndBo8gfTx1apC8DYj.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-02-05","19595031","98","[{'iso_639_1':'en','name':'English'}]","Released","Don't bury me...I'm not dead!","The Serpent and the Rainbow","false","6.3","177" +"false","/5E1U1E09rrGed7pfhoaR2Q6SvDE.jpg","null","8000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","10427","tt0105226","en","Red Rock West","When a promised job for Texan Michael fails to materialise in Wyoming, Mike is mistaken by Wayne to be the hitman he hired to kill his unfaithful wife, Suzanne. Mike takes full advantage of the situation, collects the money and runs. During his getaway, things go wrong, and soon get worse when he runs into the real hitman, Lyle.","5.638","/1qUuBCnz4JHAGzlQhO6JXvju471.jpg","[{'id':278,'logo_path':null,'name':'Propaganda Films','origin_country':''},{'id':1382,'logo_path':'/sOg7LGESPH5vCTOIdbMhLuypoLL.png','name':'PolyGram Filmed Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-07-08","2500000","98","[{'iso_639_1':'en','name':'English'}]","Released","Where nothing is as it seems.","Red Rock West","false","6.7","112" +"false","/cwFqXAHpoBL0TpDO550xc10Vt3D.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","4296","tt0097883","en","Millennium","An investigator seeking the cause of an airline disaster discovers the involvement of an organisation of time travellers from a future Earth irreparably polluted who seek to rejuvenate the human race from those about to die in the past. Based on a novel by John Varley.","5.511","/ll2YocDnf0zd1c0LvjlSJCILtIF.jpg","[{'id':59646,'logo_path':null,'name':'First Millenium Partnership','origin_country':''},{'id':1648,'logo_path':null,'name':'Gladden Entertainment','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","1989-08-25","0","108","[{'iso_639_1':'en','name':'English'}]","Released","Beyond the boundaries of time... they are waiting for you!","Millennium","false","5.4","63" +"false","/l1HCNE28JQZIrYENI6MKPb4hK8J.jpg","null","1250000","[{'id':18,'name':'Drama'}]","","43266","tt0033729","en","How Green Was My Valley","At the turn of the century in a Welsh mining village, the Morgans (he stern, she gentle) raise coal-mining sons and hope their youngest will find a better life. Lots of atmosphere, very sentimental view of pre-union miners' lives. The film is based on the 1939 Richard Llewellyn novel of the same name.","6.443","/zmYNtzq3B17DSpDYkF3JUHBa8Yx.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1941-10-28","6000000","118","[{'iso_639_1':'cy','name':'Cymraeg'},{'iso_639_1':'en','name':'English'}]","Released","Rich is their humor! Deep are their passions! Reckless are their lives! Mighty is their story!","How Green Was My Valley","false","7.3","128" +"false","/xf6BzP9EveJEjLZv6WTcrnnb701.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","346494","tt4246854","en","Coconut Hero","It's not easy being a teenager and Mike, a sixteen-year-old, has it espcially hard. He lives in the sticks with his mother, a non-stop nagger, in Faintville, a Canadian timber industry town. He has no father, no friends, not even a favorite meal. Basically, his sole wish is simply to vanish from the face of the earth. One day, Mike writes his own obituary and shoots himself. To his great disappointment he wakes up the in the local hospital. During a routine examination, the doctors discover a plum-sized tumor in his brain. Mike can scarcely believe his luck and keeps the illness to himself to avoid undergoing surgery that would save him. Staring death directly in the eyes, however, changes Mike's point of view and he re-evaluates his opinion of both enchanting and crazy Miranda. Somebody seems to understand him after all.","3.038","/aWSzrVx6CRqcIizGicXO9t4kWBn.jpg","[{'id':32291,'logo_path':null,'name':'Six Island Productions','origin_country':''},{'id':24307,'logo_path':'/xJo66MG6C99FeO81ddXVswjEmSB.png','name':'UFA Fiction','origin_country':'DE'},{'id':9291,'logo_path':null,'name':'Hessischer Rundfunk','origin_country':'DE'}]","[{'iso_3166_1':'DE','name':'Germany'}]","2015-08-13","0","101","[{'iso_639_1':'en','name':'English'}]","Released","The story of Mike Tyson... not the boxer.","Coconut Hero","false","6.3","38" +"false","/lMfnE3RAVPd7QCANxG3vOrJERIO.jpg","{'id':386162,'name':'LEGO DC Comics Super Heroes Collection','poster_path':'/rdQMvm9rhDiSTsVOr7d5ObmK9zf.jpg','backdrop_path':'/xMSbYXiCstnssIdxAajbGST8lpI.jpg'}","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","382512","tt5251438","en","LEGO DC Comics Super Heroes: Justice League: Cosmic Clash","Earth, a shiny jewel floating in the blackness of space... and for the robot known as Brainiac, the last piece to capture for his collection of planets. Not if the Justice League has anything to say about it!","8.58","/oBYcBn78CbM1doy3KF9An0soEAY.jpg","[{'id':2785,'logo_path':'/l5zW8jjmQOCx2dFmvnmbYmqoBmL.png','name':'Warner Bros. Animation','origin_country':'US'},{'id':9993,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Entertainment','origin_country':'US'},{'id':4081,'logo_path':'/9Q0SyrhQD61wWbz5KJOkL6tu2mg.png','name':'LEGO','origin_country':'DK'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-02-19","0","78","[{'iso_639_1':'en','name':'English'}]","Released","A menacing robot, a rift in time... Sounds like a job for the Justice League!","LEGO DC Comics Super Heroes: Justice League: Cosmic Clash","false","5.4","44" +"false","/juTOQXRAh02poJfDlR4maTFqkei.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","341050","tt3148552","en","Convergence","Detective Ben Walls finds himself in a modern day Dante world, passing back and forth between the present and the future. Surrounded by the residents seeking redemption, Ben is left with the task to find a way out.","1.641","/uu8HhwKfSPCgMrf5z28EAadzdIn.jpg","[{'id':72796,'logo_path':null,'name':'Drama Free Zone','origin_country':''},{'id':17413,'logo_path':null,'name':'Frame 29 Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-01-01","0","100","[{'iso_639_1':'en','name':'English'}]","Released","Where the path to heaven meets the road to hell.","Convergence","false","4.8","16" +"false","/mNgdKlVGQ3dBMUbcqWxgKV0DPNe.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","http://www.bendingtherulesmovie.com/","44032","tt1715320","en","Bending The Rules","Detective Nick Blades is a New Orleans cop on trial for corruption. Assistant District Attorney Theo Gold is the man in charge of putting him behind bars. When these two unlikely partners from opposite sides of the law stumble onto a criminal plot, they???ll need to rely on luck ??? and patience ??? to take down a dangerous killer without killing each other first.","2.145","/fnvhEgXMlQyqCLOwOV7aGCGulsT.jpg","[{'id':10339,'logo_path':'/oiIi36MaWXwvvHWX5eojoE2Fiyv.png','name':'WWE Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-03-09","0","83","[{'iso_639_1':'en','name':'English'}]","Released","Justice has one small problem. Them.","Bending The Rules","false","5.3","26" +"false","/3SfDh1dUSlljCYZJxKntKF5NkSJ.jpg","null","18000000","[{'id':10402,'name':'Music'}]","","193613","tt2172935","en","Metallica: Through the Never","Trip, a young roadie for Metallica, is sent on an urgent mission during the band's show. But what seems like a simple assignment turns into a surreal adventure.","6.001","/6oUOEfQdwNsayTog8OW6HetErvd.jpg","[{'id':11448,'logo_path':'/twhX9HMUuGW4Mhb45AyWDhRqkvR.png','name':'Exclusive Media','origin_country':'US'},{'id':11486,'logo_path':null,'name':'Picturehouse Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-09-25","7972967","93","[{'iso_639_1':'en','name':'English'}]","Released","Experience Metallica like never before","Metallica: Through the Never","false","6.7","125" +"false","/JsEKXF3crnLAIVEbhQrUrV2zvT.jpg","null","937000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","295698","tt2298394","en","Free the Nipple","An army of passionate women launch a revolution to ""Free the Nipple"" and decriminalize the female body. Based on a true story, this mass movement of topless women, armed with First Amendment lawyers, graffiti installations and national publicity stunts, invade New York City to protest the backwards censorship laws in the USA.","2.136","/aapFjpD7V8VhwmmTzFAB41eoMoo.jpg","[{'id':39430,'logo_path':null,'name':'Disruptive Films','origin_country':''},{'id':14628,'logo_path':null,'name':'Bethsab??e Mucho','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-12-12","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Free the Nipple","false","4.9","21" +"false","/AiRXUOKW4pWMIpL05EypcVPLESg.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':878,'name':'Science Fiction'},{'id':18,'name':'Drama'}]","","302036","tt2377414","en","Beyond","A suspenseful sci-fi journey tracking the turbulent relationship of Cole and Maya as they struggle to survive in a world where the human population has been left decimated after an extra-terrestrial attack.","0.84","/n7SudZj52urYKGUhK5USUlNJVCL.jpg","[{'id':37954,'logo_path':null,'name':'Attercorp Productions','origin_country':''},{'id':37955,'logo_path':null,'name':'Bigview Media','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-04-25","0","89","[{'iso_639_1':'en','name':'English'}]","Released","Survival is a Choice.","Beyond","false","3.8","12" +"false","/sPuvNSGnAsgQi2BRqLU2nggTK1G.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","","36550","tt1079968","en","Jack and the Beanstalk","A fairy tale character who is about to flunk out of fairy tale school, Jack must perform a heroic deed by Monday or fail miserably, just like his father before him. Anxious to make good, Jack sells his C.O.W. (Computer of Wonder) for a handful of magic beans and a mysterious book that records his adventures as he's having them. Accompanied by his sidekick Grayson -- a goose who ate a bean and underwent an amazing transformation -- Jack climbs the magic beanstalk to recover the fabled Harp of Destiny from the evil Giant who lives in the sky. Helping Jack on his perilous quest is the spunky Jillian, a fearless young girl whom Jack meets on his journey -- and who just may have a hidden agenda...","3.07","/yodm1zWIM80dRaPzrsuBaTjLXAf.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-11-06","0","94","[{'iso_639_1':'en','name':'English'}]","Released","An adventure of gigantic proportions","Jack and the Beanstalk","false","5.2","38" +"false","/528SvX58booJ88pRkhcjDsTfRov.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","324803","tt4441422","en","Hangman","Returning from vacation, the Miller family find their home has been broken into. After cleaning up the mess they continue with their lives, shaking off the feeling of being violated. But little do they know the nightmare has just begun.","3.206","/oFycPIlZahNAodgnOMG9Anv4Hds.jpg","[{'id':73043,'logo_path':null,'name':'Hiding in the Attic','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-03-14","0","85","[{'iso_639_1':'en','name':'English'}]","Released","Who You Fear Is Already Inside","Hangman","false","4.5","57" +"false","/xVqO8aah6HgLfP0bsG9YBidpNQJ.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'}]","http://www.protagonistpictures.com/films/american-hero","367551","tt4733536","en","American Hero","Melvin, a reluctant hero who is far from super, has been suppressing his telekinetic powers for years with booze, drugs, and women. In the process, he has failed at practically everything, most of all as a parent to his son. After a brush with death, Melvin decides to use his powers for good and clean up the streets of New Orleans with the help of his best friend/definitely-not-a-sidekick, Lucille. For a man who can do the impossible, it might be a fight even he can???t win.","4.359","/cbpv3Ocs772JVRLT6xlRJsiPwFp.jpg","[{'id':20277,'logo_path':'/aomeUwZLIBjGXHfuZq7HTVk7UNb.png','name':'Protagonist Pictures','origin_country':'GB'},{'id':6353,'logo_path':null,'name':'Screen Media Films','origin_country':''},{'id':10393,'logo_path':'/7MazD0kppT5OzdumzDi5IFYNthO.png','name':'Vertigo Films','origin_country':'GB'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-12-11","0","86","[{'iso_639_1':'en','name':'English'}]","Released","From zero to superhero","American Hero","false","5","93" +"false","/29VoISagzOfJcuuhFzKQg9ZmEUU.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://www.hbo.com/documentaries/going-clear/","318224","tt4257858","en","Going Clear: Scientology and the Prison of Belief","GOING CLEAR intimately profiles eight former members of the Church of Scientology, shining a light on how they attract true believers and the things they do in the name of religion.","7.01","/jSPtAWXKd4NFJInCiA653bxdf8L.jpg","[{'id':19900,'logo_path':null,'name':'Sky Atlantic','origin_country':''},{'id':2740,'logo_path':'/gSiDWkmEOyOn9MsaCgnjd8Mohmx.png','name':'Jigsaw Productions','origin_country':'US'},{'id':14914,'logo_path':'/1RZBWz53SpHUTLpRcM8BGv2plIP.png','name':'HBO Documentary Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-01-25","0","119","[{'iso_639_1':'en','name':'English'}]","Released","","Going Clear: Scientology and the Prison of Belief","false","7.8","464" +"false","/g3a3qMRALoLQ4vqtqErz7aPJyXq.jpg","null","0","[{'id':10402,'name':'Music'}]","","382657","tt4125206","en","Lord of the Dance: Dangerous Games","The final story of Michael flately lord of the dance series. Spectacular show","0.6","/6rGZih3lVizB0JmHUVvwTIxwTsD.jpg","[{'id':64393,'logo_path':null,'name':'JA Digital','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-11-24","0","103","[]","Released","","Lord of the Dance: Dangerous Games","false","7.5","2" +"false","/3BKq4edzOFB4vOAHltrnXUPVztW.jpg","null","60000","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","10513","tt0052077","en","Plan 9 from Outer Space","In California, an old man grieves the loss of his wife and on the next day he also dies. However, the space soldier Eros and her mate Tanna use an electric device to resurrect them both and the strong Inspector Clay that was murdered by the couple. Their intention is not to conquest Earth but to stop mankind from developing the powerful bomb ???Solobonite??? that would threaten the universe. When the population of Hollywood and Washington DC sees flying saucers on the sky, a colonel, a police lieutenant, a commercial pilot, his wife and a policeman try to stop the aliens.","7.171","/tBkJps1poCnVqWbqNfVLgAbb8br.jpg","[{'id':74116,'logo_path':null,'name':'Reynolds Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1959-07-22","0","79","[{'iso_639_1':'en','name':'English'}]","Released","Unspeakable horrors from outer space paralyze the living and resurrect the dead!","Plan 9 from Outer Space","false","4.2","219" +"false","/rqM0Uq57NNOpEx7BBk7FqBfGqzc.jpg","null","8500000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","891","tt0074119","en","All the President's Men","In the run-up to the 1972 elections, Washington Post reporter Bob Woodward covers what seems to be a minor break-in at the Democratic Party National Headquarters. He is surprised to find top lawyers already on the defense case, and the discovery of names and addresses of Republican fund organizers on the accused further arouses his suspicions. After the editor of the Post runs with the story and assigns Woodward and Carl Bernstein to it, they find the trail leading higher and higher in the Republican Party???and eventually into the White House itself.","16.581","/jvXiGgWyBYDfQb44spH9JPTOmAZ.jpg","[{'id':316,'logo_path':null,'name':'Wildwood Enterprises','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1976-04-04","70600000","138","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","The most devastating detective story of this century.","All the President's Men","false","7.7","721" +"false","/a0RG95ufS1q3Gyjrh2UI0xOlhv3.jpg","{'id':104833,'name':'Fletch Collection','poster_path':'/kf8dk2ASMf0DEi5TZRXK47MDeHU.jpg','backdrop_path':'/1mfDXSIPdbpBfTtdjmKnfSuAYUx.jpg'}","8045760","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'}]","","14628","tt0097366","en","Fletch Lives","Fletch is a fish out of water in small-town Louisiana, where he's checking out a tumbledown mansion he's inherited. When a woman he flirts with turns up dead, Fletch becomes a suspect and must find the killer and clear his name. In the meantime, he's got some serious home-ownership issues, such as termites and weird neighbors.","6.295","/A30iCFQVKXvQzGHEE4hyVC0QtrD.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':8818,'logo_path':null,'name':'Vincent Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-03-17","35150960","95","[{'iso_639_1':'en','name':'English'}]","Released","When there's more trouble than one man can handle...there's more than one man for the job.","Fletch Lives","false","5.9","133" +"false","/qixihG9pYDqBuLV2VcqinSse1kT.jpg","null","0","[{'id':10752,'name':'War'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","2143","tt0115832","en","Carla's Song","A Glasgow man (Robert Carlyle) visits war-torn Nicaragua with a refugee (Oyanka Cabezas) tormented by her memories.","2.574","/rgRwEM58034IJrAicHDs1hGKlDA.jpg","[{'id':181,'logo_path':null,'name':'Channel Four Films','origin_country':'GB'},{'id':697,'logo_path':null,'name':'Alta Films S.A.','origin_country':''},{'id':980,'logo_path':null,'name':'The Glasgow Film Fund','origin_country':''},{'id':981,'logo_path':'/pkrdO9ykplO4Zc8edikoSX5APUN.png','name':'Televisi??n Espa??ola','origin_country':'ES'},{'id':982,'logo_path':null,'name':'Road Movies Dritte Produktionen','origin_country':''},{'id':983,'logo_path':null,'name':'Parallax Pictures','origin_country':''},{'id':984,'logo_path':null,'name':'Institute of Culture','origin_country':''},{'id':985,'logo_path':null,'name':'Filmstiftung NRW','origin_country':''},{'id':986,'logo_path':null,'name':'Degeto Film','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1996-10-30","0","125","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","A dream called freedom. A nightmare called Nicaragua.","Carla's Song","false","7.4","25" +"false","/leLut51HgQ0tdr5Pz9mfDyId99N.jpg","null","0","[{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'},{'id':35,'name':'Comedy'},{'id':9648,'name':'Mystery'}]","","46837","tt1523483","en","Kaboom","Smith, a typical young college student who likes partying and engaging in acts of random sex and debauchery, has been having some interesting dreams revolving around two gorgeous women -- and is shocked when he meets the dream girls in real life. Lorelei looks just like his fantasy brunette, while a mysterious red-haired girl being chased by assassins draws him into an international conspiracy. Or is it all just a drug-induced hallucination?","5.065","/iLzwD46yuYiMAXaReS61wtQZ51F.jpg","[{'id':13369,'logo_path':null,'name':'Super Crispy Entertainment','origin_country':''},{'id':1474,'logo_path':null,'name':'Desperate Pictures','origin_country':'US'},{'id':856,'logo_path':'/3tfzS2CrX6Ntbu927XzHXEPDA6y.png','name':'Wild Bunch','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","2010-08-22","539957","86","[{'iso_639_1':'en','name':'English'}]","Released","Blow your mind.","Kaboom","false","5.7","166" +"false","/nauih3A794HfMrkxDwy25QXYdvG.jpg","null","15000000","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","9035","tt0439815","en","Slither","A small town is taken over by an alien plague, turning residents into zombies and all forms of mutant monsters.","8.649","/oRwHmH4cPRAiCsMUCGaCwZQz0Jg.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2006-03-31","12834936","95","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Horror Has A New Face","Slither","false","6.3","547" +"false","/h0WSbhgqM20wgAe9yAb8anx8Vd6.jpg","{'id':327871,'name':'Count Yorga Collection','poster_path':'/vGUhU08ptGPdDWZ9l0AzdzBcbAQ.jpg','backdrop_path':null}","64000","[{'id':27,'name':'Horror'}]","","28733","tt0066952","en","Count Yorga, Vampire","Sixties couples Michael and Donna and Paul and Erica become involved with the intense Count Yorga at a Los Angeles s??ance, the Count having latterly been involved with Erica's just-dead mother. After taking the Count home, Paul and Erica are waylayed, and next day a listless Erica is diagnosed by their doctor as having lost a lot of blood. When she is later found feasting on the family cat the doctor becomes convinced vampirism is at work, and that its focus is Count Yorga and his large isolated house.","1.989","/Dz4TlaWynEie9utKjAoECJlfN4.jpg","[{'id':14960,'logo_path':null,'name':'Erica Productions Inc.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1970-06-10","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Dashing, Dark and Deadly.","Count Yorga, Vampire","false","5.6","14" +"false","/rWFB4qlbNTZqqwcjjQEIilsCC2v.jpg","null","0","[{'id':27,'name':'Horror'},{'id':14,'name':'Fantasy'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'},{'id':9648,'name':'Mystery'}]","","27244","tt0089060","en","The Dungeonmaster","Paul, a computer whiz who spends more time with his machine than with his girlfriend, finds that he has been chosen as a worthy opponent for Mestema, and evil wizard who has spent centuries searching for a challenging foe. After having his computer changed into wristband weapon, Paul does battle with a variety of monsters before finally coming face to face with the ultimate adversary.","1.978","/2ZBACBEzWWC46xSis6onr0B3laP.jpg","[{'id':6447,'logo_path':null,'name':'Ragewar Productions','origin_country':''},{'id':1212,'logo_path':null,'name':'Empire Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-08-24","0","73","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","He is the overlord of strange beasts and stolen souls???","The Dungeonmaster","false","5.2","18" +"false","/fs2yhdSCzMVlNECrN84WuCkgXov.jpg","{'id':553717,'name':'Creed Collection','poster_path':'/c5iwhO9Oqx5zusx0VeaoyxP50Wr.jpg','backdrop_path':'/pHy9O3DychhFMJm9cd0qeGeg8nv.jpg'}","37000000","[{'id':18,'name':'Drama'}]","http://creedthemovie.com/","312221","tt3076658","en","Creed","The former World Heavyweight Champion Rocky Balboa serves as a trainer and mentor to Adonis Johnson, the son of his late friend and former rival Apollo Creed.","25.91","/hKzhV274pkZBSpXfCjUyzbyYKLl.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':8880,'logo_path':'/fE7LBw7Jz8R29EABFGCvWNriZxN.png','name':'Winkler Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-11-25","173567581","133","[{'iso_639_1':'en','name':'English'}]","Released","Your legacy is more than a name","Creed","false","7.3","3814" +"false","/c4jIWsbBcQ5qR2qaTOy8bpo7GXd.jpg","null","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","66121","tt0382443","en","The Thing Below","A top secret drilling platform in the Gulf of Mexico raises a dormant alien creature from the depths. Once loose, the creature goes on a murderous rampage.","2.127","/eTGCcgTSS5WzJMQIWsFl44s1pNR.jpg","[{'id':62524,'logo_path':null,'name':'Hellfire Productions','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2004-01-07","0","94","[{'iso_639_1':'en','name':'English'}]","Released","Fear is Rising","The Thing Below","false","3.7","10" +"false","/8UlhYT3vwoj9q2bcD8KshJqzXff.jpg","null","15000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","10083","tt0093640","en","No Way Out","Navy Lt. Tom Farrell meets a young woman, Susan Atwell , and they share a passionate fling. Farrell then finds out that his superior, Defense Secretary David Brice, is also romantically involved with Atwell. When the young woman turns up dead, Farrell is put in charge of the murder investigation. He begins to uncover shocking clues about the case, but when details of his encounter with Susan surface, he becomes a suspect as well.","7.38","/d5IH1DXNinoAAHl9gjZLDuqoaK1.jpg","[{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-08-14","35509515","114","[{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'en','name':'English'}]","Released","Is it a crime of passion, or an act of treason?","No Way Out","false","7","275" +"false","/3MUgeWaXQwlYgcdYMvCJehLDt7R.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","34459","tt0073697","en","Sheba, Baby","Sheba, a Chicago private detective returns back home to Louisville, Kentucky, to help her father fight mobsters.","0.84","/bNYLoMjgslrDD7qaxscU2GvWWum.jpg","[{'id':9266,'logo_path':null,'name':'American International Pictures (AIP)','origin_country':'US'},{'id':17778,'logo_path':null,'name':'Mid-America Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1975-03-26","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Queen Of The Private Eyes","Sheba, Baby","false","5.9","9" +"false","/gXQxBVZ69fBUFbNMNI3ZcTiBQTL.jpg","null","0","[{'id':35,'name':'Comedy'}]","","272548","tt2718440","en","Moonwalkers","What if Apollo 11 never actually made it? What if, in reality, Stanley Kubrick secretly shot the famous images of the moon landing in a studio, working for the US administration? This is the premise of a totally plausible conspiracy theory that takes us to swinging sixties London, where a stubborn CIA agent will never find Kubrick but is forced to team up with a lousy manager of a seedy rock band to develop the biggest con of all time.","6.038","/f2TmM9dp20dpJqmEFNyC8Jcl3lR.jpg","[{'id':7561,'logo_path':'/yWTuzkQnp4NCS7fDVd5vzgLjoux.png','name':'Nexus Factory','origin_country':'BE'},{'id':11911,'logo_path':null,'name':'Partizan Films','origin_country':''},{'id':16479,'logo_path':null,'name':'Potemkin Productions','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'}]","2015-03-14","0","107","[{'iso_639_1':'en','name':'English'}]","Released","Based on a true conspiracy theory","Moonwalkers","false","6.2","165" +"false","/3m3VrVhcXlmKHWNyyUdsfg8EZHb.jpg","null","0","[{'id':27,'name':'Horror'}]","","86068","tt0084096","en","The House Where Evil Dwells","At the prompting of his diplomat friend, Alex, writer Ted Fletcher takes his wife, Laura, and daughter, Amy, on an extended working holiday. Alex finds a house for them in Kyoto, Japan, and the Fletchers move in, laughing off rumors that the place is haunted. But the ghost of 19th-century samurai Shigero turns out to be very real, and is intent on making the family re-enact an ancient murder-suicide.","1.344","/i3fFQcl6fLpQgqZhbtPWJoVFf6i.jpg","[{'id':17781,'logo_path':null,'name':'Cohen','origin_country':''},{'id':17782,'logo_path':null,'name':'Commercial Credit Holdings','origin_country':''},{'id':5822,'logo_path':'/qyTbRgCyU9NLKvKaiQVbadtr7RY.png','name':'Toei Company, Ltd.','origin_country':'JP'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'JP','name':'Japan'}]","1982-05-14","0","88","[{'iso_639_1':'en','name':'English'}]","Released","An ancient curse has turned their lives into a nightmare of lust and revenge.","The House Where Evil Dwells","false","4","12" +"false","/2ilKZWAron1uRUjxaUWn7q7WT8T.jpg","null","15000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","157843","tt1837636","en","Queen of the Desert","A chronicle of Gertrude Bell's life, a traveler, writer, archaeologist, explorer, cartographer, and political attach?? for the British Empire at the dawn of the twentieth century.","5.637","/1zCCgF60bEEMPLgFNdcBYousFrw.jpg","[{'id':58092,'logo_path':null,'name':'Raslan Company of America','origin_country':''},{'id':6692,'logo_path':'/2Wd2CodKtgB4XyAQH4ez8qnZuqg.png','name':'Benaroya Pictures','origin_country':'US'},{'id':51864,'logo_path':null,'name':'H Films','origin_country':''}]","[{'iso_3166_1':'MA','name':'Morocco'},{'iso_3166_1':'US','name':'United States of America'}]","2015-09-03","0","128","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'tr','name':'T??rk??e'}]","Released","One woman can change the course of history.","Queen of the Desert","false","6","132" +"false","/ow29RHIELaYGpOgLz4MPf474XKs.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","246133","tt3343784","en","Entertainment","Set in the Mojave Desert, the film follows a broken-down comedian playing clubs across the Southwest, working his way to Los Angeles to meet his estranged daughter.","2.093","/1GUaqMLqBDVgrAQJi026mTOqLhi.jpg","[{'id':49586,'logo_path':null,'name':'Jagjaguwar','origin_country':''},{'id':19002,'logo_path':null,'name':'The Made Bed Productions','origin_country':''},{'id':19003,'logo_path':null,'name':'Nomadic Independence Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-08-11","0","113","[{'iso_639_1':'en','name':'English'}]","Released","","Entertainment","false","5.4","33" +"false","/iNC4yDbi8jezhSoMpFHQDP5Bj8.jpg","null","0","[{'id':80,'name':'Crime'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':27,'name':'Horror'}]","","40837","tt0091110","en","Ghost Warrior","When skiers in Japan come across the frozen body of centuries-old samurai warrior Yoshimita, scientists secretly whisk the corpse to a high-tech laboratory in California, where they bring him back to life. But when Yoshimita escapes onto the mean streets of 1980s Los Angeles, his ancient and strict code of honor gets him both into and out of trouble. J. Larry Carroll directs this low-budget action fantasy.","1.107","/p9mq0RwEdFUiXfcs88tHQTEyn1h.jpg","[{'id':9211,'logo_path':null,'name':'Albert Band International Productions Inc.','origin_country':''},{'id':1212,'logo_path':null,'name':'Empire Pictures','origin_country':''},{'id':9212,'logo_path':null,'name':'Harkham Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-09-30","0","81","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'}]","Released","Forgotten by time...Awakened by science...An ancient warrior faces the battle of his life.","Ghost Warrior","false","6","7" +"false","/vMD5KHflNIljoObyL9PgWlhUAn1.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","339715","tt2066070","en","Stag Hunt","Badly planned trek across Dartmoor landscape brings four friends face to face with the Dartmoor Beast. Lost and afraid the terrified party has to fight for their own lives in desperate attempt to survive the night.","0.6","/ao1ugZYOY8E5EXvmohnaQUiMsag.jpg","[{'id':45413,'logo_path':'/fk99biCgmuCgFHEjsWrEkqMMUeZ.png','name':'Dog Face Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-05-16","0","94","[{'iso_639_1':'en','name':'English'}]","Released","","Stag Hunt","false","4.3","6" +"false","/qUvO1DG80geEOl45AGfRfzuQY0A.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://lionsgatepremiere.com/extraction","326425","tt4382872","en","Extraction","A former CIA operative is kidnapped by a group of terrorists. When his son learns there is no plan for his father to be saved, he launches his own rescue operation.","8.218","/s1yyDZetHVSLoL06ZgkCrWh0MH7.jpg","[{'id':10405,'logo_path':null,'name':'Emmett/Furla Films','origin_country':'US'},{'id':33831,'logo_path':null,'name':'Oasis Films','origin_country':''},{'id':33832,'logo_path':null,'name':'Aperture Entertainment','origin_country':''},{'id':48129,'logo_path':null,'name':'Twirly Films Limited','origin_country':''},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2015-12-18","16775","83","[{'iso_639_1':'en','name':'English'}]","Released","Vengeance runs in the family.","Extraction","false","4.5","165" +"false","/o5BEOF5HW3gbALcJEVKG981rFPq.jpg","{'id':12087,'name':'Herbie Collection','poster_path':'/fD9IHehwlfRjZSUShCTcamxdfAP.jpg','backdrop_path':'/hgi9EeU50KFhv9pCDmJyx4VLp5G.jpg'}","0","[{'id':14,'name':'Fantasy'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':12,'name':'Adventure'}]","","12129","tt0080861","en","Herbie Goes Bananas","The adorable little VW helps its owners break up a counterfeiting ring in Mexico.","5.111","/jSQgfmj73baRkkBQ7UdFPnHuVSx.jpg","[{'id':3166,'logo_path':'/vyyv4Gy9nPqAZKElPm2izLlEaVS.png','name':'Walt Disney Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1980-06-25","0","110","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","Yes, We Have A Bananza!","Herbie Goes Bananas","false","5","80" +"false","/aab59dodE6hey3TQ1clEwTHOIzI.jpg","null","20000000","[{'id':18,'name':'Drama'}]","http://www.myallamerican.com/","334531","tt3719896","en","My All American","Freddie Steinmark, an underdog on the gridiron, faces the toughest challenge of his life after leading his team to a championship season.","4.683","/vGzTvGPIxgL2g4d7vt2NOVfeyor.jpg","[{'id':23596,'logo_path':null,'name':'Paul Schiff Productions','origin_country':'US'},{'id':50496,'logo_path':null,'name':'Anthem Productions','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-11-13","0","118","[{'iso_639_1':'en','name':'English'}]","Released","Hope never quits","My All American","false","7.1","61" +"false","/t3Oea7KbSpOvuqddMnlFtZ4WHn.jpg","null","20000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':36,'name':'History'}]","http://www.spotlightthefilm.com","314365","tt1895587","en","Spotlight","In 2001, editor Marty Baron of The Boston Globe assigns a team of journalists to investigate allegations against John Geoghan, an unfrocked priest accused of molesting more than 80 boys. Led by editor Walter ""Robby"" Robinson, reporters Michael Rezendes, Matt Carroll and Sacha Pfeiffer interview victims and try to unseal sensitive documents. The reporters make it their mission to provide proof of a cover-up of sexual abuse within the Roman Catholic Church.","18.017","/ngKxbvsn9Si5TYVJfi1EGAGwThU.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':6735,'logo_path':'/6yyByQrmTAgJv0QzZ1Eh1jiGX4R.png','name':'Participant Media','origin_country':'US'},{'id':10039,'logo_path':'/b8w4LldQolMKiLZw4FQJBcXSDGI.png','name':'Anonymous Content','origin_country':'US'},{'id':42421,'logo_path':null,'name':'Rocklin / Faust','origin_country':''},{'id':75807,'logo_path':'/bLzSVaxHIe8gzxhiSJCj0zI1Lj9.png','name':'First Look Media','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2015-11-06","88346473","129","[{'iso_639_1':'en','name':'English'}]","Released","Break the story. Break the silence.","Spotlight","false","7.8","4751" +"false","/98l2f2yZT0azqGrFVa0RPVnYQxE.jpg","null","0","[{'id':27,'name':'Horror'}]","","301417","tt1529558","en","Hell Fire","Meet the Antichrist. He's been kidnapped by a group of women who've mistaken him for someone else, and now they're about to find out exactly who they're messing with. One by one the women become possessed by demonic forces and turn on each other. As the bodies begin to pile up, the girls fight for their lives and to save mankind against the Prince of Evil. Hell Fire is a blood soaked, action packed tale of revenge, murder, satanic evil and demonic possession.","1.29","/xyRpL0jB9PJUEwHmTxHzeQ1VYfk.jpg","[{'id':62676,'logo_path':null,'name':'Maritim Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-01-06","0","91","[{'iso_639_1':'en','name':'English'}]","Released","","Hell Fire","false","4.3","8" +"false","/rqMvkc7P5yYfomhYXDmteWQoUeK.jpg","null","4000000","[{'id':53,'name':'Thriller'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':878,'name':'Science Fiction'}]","http://thelobster-movie.com/","254320","tt3464902","en","The Lobster","In a dystopian near future, single people, according to the laws of The City, are taken to The Hotel, where they are obliged to find a romantic partner in forty-five days or are transformed into beasts and sent off into The Woods.","11.383","/yR60EqMGS9hHq9I5Pkq2hG984TP.jpg","[{'id':71265,'logo_path':null,'name':'Scarlet Films','origin_country':'GB'},{'id':726,'logo_path':null,'name':'Haut et Court','origin_country':''},{'id':850,'logo_path':'/aF7qajGJGtMpdrtvssM9g90YanX.png','name':'Eurimages','origin_country':'FR'},{'id':2345,'logo_path':'/c6lvEKoDfR9SFtR9Ia5S1EUJTvb.png','name':'Lemming Film','origin_country':'NL'},{'id':3353,'logo_path':'/qv2v9HaStUTRjqonODM29YG0oFX.png','name':'Element Pictures','origin_country':'IE'},{'id':4508,'logo_path':'/sUq2S2ndKxp1B2NjbMJbSNlPI8V.png','name':'Nederlands Fonds voor de Film','origin_country':'NL'},{'id':7254,'logo_path':'/x5m947rMvwJbNpoGil5W76dIJjB.png','name':'Greek Film Centre','origin_country':'GR'},{'id':10611,'logo_path':'/zQ4fGaEnNkWfSzyygXRcUZwPmDG.png','name':'Cin??+','origin_country':'FR'},{'id':19246,'logo_path':'/4zrEZfTf94tyG4wRB599gRS0reU.png','name':'Faliro House Productions','origin_country':'GR'},{'id':72595,'logo_path':null,'name':'Institut Fran??ais','origin_country':''},{'id':72596,'logo_path':null,'name':'L'Aide aux Cin??mas du Monde','origin_country':''},{'id':72597,'logo_path':null,'name':'Limp Films','origin_country':''},{'id':72598,'logo_path':null,'name':'Minist??re des Affaires ??trang??res et du D??veloppement International','origin_country':''},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'},{'id':310,'logo_path':'/4Gp5A4YdjPBfsHT47ngHMaXWmb9.png','name':'Centre National de la Cin??matographie','origin_country':'FR'},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':20277,'logo_path':'/aomeUwZLIBjGXHfuZq7HTVk7UNb.png','name':'Protagonist Pictures','origin_country':'GB'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GR','name':'Greece'},{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'NL','name':'Netherlands'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-07-10","15656193","118","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","An unconventional love story...","The Lobster","false","6.9","2716" +"false","/73FqG8LVwpiILswH54YBqyMstlc.jpg","null","19500000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","http://secretintheireyes.movie/","290751","tt1741273","en","Secret in Their Eyes","A tight-knit team of FBI investigators, along with their District Attorney supervisor, is suddenly torn apart when they discover that one of their own teenage daughters has been brutally murdered.","8.52","/jHaJkzzmxjwXnvNHBFqXd8l4UE4.jpg","[{'id':290,'logo_path':'/Q8mw2AOQQc8Qg0uNwLWq86DVZv.png','name':'Ingenious Media','origin_country':'GB'},{'id':2605,'logo_path':null,'name':'Gran Via Productions','origin_country':''},{'id':7437,'logo_path':'/e5CcgFrdlxMUwlsS72si8q1yHBr.png','name':'IM Global','origin_country':'US'},{'id':47729,'logo_path':'/5NRpQ7xxmODXAjt2pRWUFMLVzvP.png','name':'STX Entertainment','origin_country':'US'},{'id':80834,'logo_path':'/gWVVa74FMdRGXSnRroASmlNBEtU.png','name':'Route One Entertainment','origin_country':'US'},{'id':88607,'logo_path':null,'name':'Union Investment Partners','origin_country':''},{'id':88608,'logo_path':null,'name':'SITE Productions','origin_country':''},{'id':88609,'logo_path':null,'name':'Willie's Movies','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2015-10-14","34854990","111","[{'iso_639_1':'en','name':'English'}]","Released","The truth lies in the most unexpected places.","Secret in Their Eyes","false","6.3","643" +"false","/jktxoLne390dWjIpRsjgB7EnbcK.jpg","null","6000000","[{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'}]","","13370","tt0310281","en","A Mighty Wind","In ""A Mighty Wind"", director Christopher Guest reunites the team from ""Best In Show"" and ""Waiting for Guffman"" to tell tell the story of 60's-era folk musicians, who inspired by the death of their former manager, get back on the stage for one concert in New York City's Town Hall.","6.309","/xwD4EsPOGLuKP50Q1gwqAsyhAFB.jpg","[{'id':97,'logo_path':'/7znWcbDd4PcJzJUlJxYqAlPPykp.png','name':'Castle Rock Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-04-16","18750246","91","[{'iso_639_1':'en','name':'English'}]","Released","Back together for the first time, again.","A Mighty Wind","false","6.9","113" +"false","/1SC7T66Ys0xFIdO5hBJ9cN23xii.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':35,'name':'Comedy'}]","http://www.tetongravity.com/films/unreal","350802","tt5180998","en","unReal","unReal is for those of us who escape. A film that celebrates breaking free from the confines of reality and venturing into a boundless world. This place isn???t remote or hard to find, and yet many never see it. Here, glacial walls transform into mountain bike trails, rain and snow aren't the only elements to fall from the sky and thousand pound mammals become riding partners. Breathtaking visuals conjure feelings of awe and pure joy; feelings that only those of us who venture outside can truly understand. This film is dedicated to you ??? the dreamers, the rule-breakers, the ones who never grow up, the ones who know the secret ??? the ones who know the way into the unReal world.","0.6","/kkQYPQ3LtcWkmF0iH3juxKrx3vr.jpg","[{'id':81329,'logo_path':null,'name':'Anthill Films','origin_country':''}]","[]","2015-07-01","0","48","[{'iso_639_1':'en','name':'English'}]","Released","unRealize your potential","unReal","false","7.3","6" +"false","/4upudpAITtzUa3N5QJ1VqFkBxYr.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","31943","tt0070030","en","Emperor of the North Pole","Hobos encounter a sadistic railway conductor that will not let anyone ""ride the rails"" for free.","3.054","/mMlbANoaofLVxYWUBJIFLIe5ox1.jpg","[{'id':5772,'logo_path':null,'name':'Inter Hemisphere','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1973-05-23","0","118","[{'iso_639_1':'en','name':'English'}]","Released","If you can ride Shack's Train and Live - You'll be...","Emperor of the North","false","6.7","47" +"false","/b6XvTsW4GEf4bimXA4ai8KWjjod.jpg","null","80000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'}]","","11228","tt0116040","en","Daylight","A group of armed robbers fleeing the police head for the New Jersey Tunnel and run right into trucks transporting toxic waste. The spectacular explosion that follows results in both ends of the tunnel collapsing and the handful of people who survived the explosion are now in peril. Kit Latura is the only man with the skill and knowledge to lead the band of survivors out of the tunnel before the structure collapses.","10.803","/cPl88Kh44fo005rYrdIxm62GQCb.jpg","[{'id':1302,'logo_path':'/kQZtJdyphCmq292iGDqlUx0yk2D.png','name':'Davis Entertainment','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-12-06","159212469","115","[{'iso_639_1':'en','name':'English'}]","Released","No air. No escape. No time.","Daylight","false","6","676" +"false","/fmo48Lt8XtMWeHeXJzi5SbPCJud.jpg","{'id':105625,'name':'House of 1000 Corpses Collection','poster_path':'/7xpo52YDhHNFG5qdrLxhG58k0ke.jpg','backdrop_path':'/osLewbX6FJMy1iUcNHm6hoiNH0j.jpg'}","7000000","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':80,'name':'Crime'}]","http://robzombie.com/movies/the-devils-rejects/","1696","tt0395584","en","The Devil's Rejects","The sequel to House of 1000 Corpses ??? the Firefly family are ambushed at their isolated home by Sheriff Wydell and a squad of armed men guns blazing ??? yet only Otis and his sister, Baby, manage to escape the barrage of bullets unharmed. Hiding out in a backwater motel, the wanted siblings wait to rendezvous with their errant father, Captain Spaulding, killing whoever happens to stand in their way.","11","/fj4rrpUlBpFjPaJecpjID6yqacx.jpg","[{'id':45966,'logo_path':null,'name':'Cinelamda Internationale Filmproduktionsgesellschaft','origin_country':''},{'id':35,'logo_path':'/wxrHa3nZ1K4zo65p56991INkGo6.png','name':'Lions Gate Films','origin_country':'US'},{'id':995,'logo_path':null,'name':'Cinerenta Medienbeteiligungs KG','origin_country':'DE'},{'id':1838,'logo_path':null,'name':'Firm Films','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2005-07-22","19246174","107","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","Death walks behind. Hell waits ahead.","The Devil's Rejects","false","6.7","567" +"false","/uusE3RV39KyyTArkPjYEU6PP7x3.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","12661","tt0108442","en","Undercover Blues","When fun-loving American agents Dennis Quaid and Kathleen Turner are called back from maternity leave for a special assignment in New Orleans, the spy parents decide to skip the sitter and give their bouncing baby girl the adventure of a lifetime. There's nothing to the dumb story about a deadly arms dealer in the Louisiana Bayou, but you'd be hard put to find a friskier pair of doting parents.","5.65","/jH99rUXsxZIiu8BHIOufBwNW8b0.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-09-10","12416686","90","[{'iso_639_1':'en','name':'English'}]","Released","Intelligence runs in the family.","Undercover Blues","false","6.2","65" +"false","/nPq1xmEotWqmRUjt9Di7k396jGL.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","58799","tt0039266","en","Christmas Eve","The greedy nephew of eccentric Matilda Reid seeks to have her judged incompetent so he can administer her wealth; but she will be saved if her three long-lost adopted sons appear for a Christmas Eve reunion. Separate stories reveal Michael as a bankrupt playboy loved by loyal Ann; Mario as a seemingly shady character tangling with a Nazi war criminal in South America; Jonathan as a hard-drinking rodeo rider intent on a flirtatious social worker. Is there hope for Matilda?","1.555","/ijgDb7aAIBpoxD857yJirNxaBfZ.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1947-10-31","0","93","[{'iso_639_1':'en','name':'English'}]","Released","","Christmas Eve","false","5.8","5" +"false","/r21n1HOabMslaEcOHwTraSzwNb8.jpg","null","0","[{'id':16,'name':'Animation'}]","","178522","tt0266643","en","In Absentia","A woman sits alone on a chair at a table in a room on one of the top floors of an asylum. Bright spot lights dot the night, sometimes shining on her window. She sharpens pencils and writes on a page in a copy book. The pencil point often breaks under her fingers' force. She places broken points outside the window on the sill. A satanic figure is somewhere nearby, animated but of straw or clay, not flesh. She finishes her writing, tears the paper from the pad, folds it, places it in an envelope, and slips it through a slot. Is she writing to her husband? ""Sweetheart, come."" Written by","1.231","/gSeTuBO84IqQJSEY7CbpRYtiW46.jpg","[]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2000-10-21","0","20","[]","Released","","In Absentia","false","6.7","13" +"false","/nNn1pStpiA0VEhT09GbwIdSG0ik.jpg","null","30","[{'id':80,'name':'Crime'},{'id':28,'name':'Action'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","11074","tt0108238","en","Striking Distance","Coming from a police family, Tom Hardy ends up fighting his uncle after the murder of his father. Tom believes the killer is another cop, and goes on the record with his allegations. Demoted to water-way duty Tom, along with new partner Jo Christman, navigate the three rivers looking for clues and discovering bodies. This time the victims are women Tom knows, he must find the killer to prove his innocence.","12.599","/1bLazrQWJQhO6u58vJZXJZ3ZFDh.jpg","[{'id':5848,'logo_path':null,'name':'Columbia Pictures Industries','origin_country':''},{'id':6386,'logo_path':null,'name':'Columbia Films S.A.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-09-17","0","102","[{'iso_639_1':'en','name':'English'}]","Released","They shouldn't have put him in the water, if they didn't want him to make waves.","Striking Distance","false","5.6","359" +"false","/f61COvOzOOIwx7whPl5Yj78s9gY.jpg","{'id':48317,'name':'The Man With No Name Collection','poster_path':'/2WXES6zvf5LEUMEfi0BXmtXIOUl.jpg','backdrop_path':'/uAkE1MAvFUiYjOllgDRndispKu3.jpg'}","600000","[{'id':37,'name':'Western'}]","","938","tt0059578","it","Per qualche dollaro in pi??","Two bounty hunters are in pursuit of ""El Indio,"" one of the most wanted fugitives in the western territories, and his gang.","13.39","/f5cEyMeoSUc5AB7o8WDgFKR8EtY.jpg","[{'id':5755,'logo_path':'/53JWq1rzbAXzbh1rnFo3XdqsAUh.png','name':'Constantin Film Produktion','origin_country':''},{'id':7508,'logo_path':null,'name':'Produzioni Europee Associati (PEA)','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'DE','name':'Germany'}]","1965-12-18","15000000","132","[{'iso_639_1':'it','name':'Italiano'}]","Released","The man with no name is back... the man in black is waiting... a walking arsenal - he uncoils, strikes and kills!","For a Few Dollars More","false","8","1667" +"false","/zQu6bClLL0wnrHDlQYA43wtSiWg.jpg","{'id':1657,'name':'Zorro Collection','poster_path':'/ziQDmVR3VE0hC0GDWgaQwz0H3Ff.jpg','backdrop_path':'/wZCWCe4jPJz04dvVGLQ8TtOq9Js.jpg'}","95000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'}]","","9342","tt0120746","en","The Mask of Zorro","It has been twenty years since Don Diego de la Vega fought Spanish oppression in Alta California as the legendary romantic hero, Zorro. Having escaped from prison he transforms troubled bandit Alejandro into his successor, in order to foil the plans of the tyrannical Don Rafael Montero who robbed him of his freedom, his wife and his precious daughter.","11.976","/QBxafkXiqUadYWsVZGhi8qyPT6.jpg","[{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'},{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-07-16","250288523","136","[{'iso_639_1':'cs','name':'??esk??'},{'iso_639_1':'en','name':'English'}]","Released","No one has seen his face... but everyone ... knows this mark.","The Mask of Zorro","false","6.4","2092" +"false","/yAVNjGQPkrp2wJ0mIbpHbpPTG4k.jpg","null","980000","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","10242","tt0056687","en","What Ever Happened to Baby Jane?","Two aging film actresses live as virtual recluses in an old Hollywood mansion. Jane Hudson, a successful child star, cares for her crippled sister Blanche, whose career in later years eclipsed that of Jane. Now the two live together, their relationship affected by simmering subconscious thoughts of mutual envy, hate and revenge.","7.384","/t2hPlHc2pFweBqQgrsNfSLNIv1j.jpg","[{'id':19754,'logo_path':null,'name':'Associates & Aldrich Company, The','origin_country':''},{'id':516,'logo_path':null,'name':'Seven Arts Productions','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1962-10-31","0","135","[{'iso_639_1':'en','name':'English'}]","Released","Sister Sister, Oh So Fair! Why Is There Blood All Over Your Hair?","What Ever Happened to Baby Jane?","false","8.1","409" +"false","/ugBu07dH72oi3jmcdvqG8q5M4Hu.jpg","{'id':427956,'name':'Dr Goldfoot Collection','poster_path':'/dlqaP3zJUSSMppl34Z1T7lOE6aO.jpg','backdrop_path':null}","0","[{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'}]","","26573","tt0059124","en","Dr. Goldfoot and the Bikini Machine","In this campy spy movie spoof Dr. Goldfoot (Vincent Price) has invented an army of bikini-clad robots who are programmed to seek out wealthy men and charm them into signing over their assets. Secret agent Craig Gamble (Frankie Avalon) and millionaire Todd Armstrong set out to foil his fiendish plot.","2.318","/tTw2lkfF4qLQJM0VgJDPbZYNC2o.jpg","[{'id':9266,'logo_path':null,'name':'American International Pictures (AIP)','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1965-11-06","0","88","[{'iso_639_1':'en','name':'English'}]","Released","Super sexbots... built to kill!","Dr. Goldfoot and the Bikini Machine","false","5.6","31" +"false","/dvvitNm9sld8n0hrsAuj5gyycEF.jpg","null","9000000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':35,'name':'Comedy'}]","","10179","tt0087451","en","The Ice Pirates","The time is the distant future, where by far the most precious commodity in the galaxy is water. The last surviving water planet was somehow removed to the unreachable centre of the galaxy at the end of the galactic trade wars. The galaxy is ruled by an evil emperor (John Carradine) presiding over a trade oligarchy that controls all mining and sale of ice from asteroids and comets.","4.317","/wDnPJkkBDLqnwZKkPZoWptgOz9U.jpg","[{'id':3893,'logo_path':null,'name':'JF Productions','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-03-16","0","91","[{'iso_639_1':'en','name':'English'}]","Released","A totally SPACED adventure! ...You have to be there to see it.","The Ice Pirates","false","5.8","68" +"false","/pDuD96Fz0ZZXf9buEvRu1UQsmFT.jpg","null","175000000","[{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","http://movies.disney.com/the-good-dinosaur","105864","tt1979388","en","The Good Dinosaur","An epic journey into the world of dinosaurs where an Apatosaurus named Arlo makes an unlikely human friend.","15.263","/2ZckiMTfSkCep2JTtZbr73tnQbN.jpg","[{'id':3,'logo_path':'/1TjvGVDMYsj6JBxOAkUHpPEwLf7.png','name':'Pixar','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-11-14","331926147","93","[{'iso_639_1':'en','name':'English'}]","Released","Little Arms With Big Attitude","The Good Dinosaur","false","6.7","3011" +"false","/fm25B84cGUAEC5UzL8G2vuv8btm.jpg","null","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","52633","tt0073778","en","Switchblade Sisters","A tough gang of teenage girls are looking for love and fighting for turf on the mean streets of the city! Bad girls to the core, these impossibly outrageous high school hoodlums go where they want ... and create mayhem wherever they go!","2.105","/sEYeoOBXAllmHynCNrNBEJjratp.jpg","[{'id':17777,'logo_path':null,'name':'Centaur Pictures Inc.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1975-01-05","0","91","[{'iso_639_1':'en','name':'English'}]","Released","So Easy to Kill, So Hard to Love","Switchblade Sisters","false","6.6","37" +"false","/epc3Ec6pghsp8B41cyyXUgvPsxs.jpg","null","0","[{'id':18,'name':'Drama'}]","http://wherehopegrowsmovie.com/","243352","tt3200980","en","Where Hope Grows","Calvin Campbell is a former professional baseball player sent to an early retirement due to his panic attacks at the plate. Even though he had all the talent for the big leagues, he struggles with the curveballs life has thrown him. Today, he mindlessly sleepwalks through his days and the challenge of raising his teenager daughter. His life is in a slow downward spiral when it is suddenly awakened and invigorated by the most unlikely person ??? Produce, a young-man with Down syndrome who works at the local grocery store.","2.448","/A5zjD5HbfbI1hyDa8uQEW5v7KQK.jpg","[{'id':72112,'logo_path':null,'name':'Godspeed Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-04-06","1156000","95","[{'iso_639_1':'en','name':'English'}]","Released","AN UNEXPECTED JOURNEY. AN UNEXPECTED FRIENDSHIP.","Where Hope Grows","false","7.1","36" +"false","/pe5eIFEeW9TOrJajLw4GoPXoLgl.jpg","null","0","[{'id':18,'name':'Drama'}]","","45219","tt0038107","en","The Southerner","Sam Tucker, a cotton picker, in search of a better future for his family, decides to grow his own cotton crop. In the first year, the Tuckers battle disease, a flood, and a jealous neighbor. Can they make it as farmers?","2.284","/6MgObyKvdwYkFTHiY9rXcVmLmNv.jpg","[{'id':14273,'logo_path':null,'name':'Jean Renoir Productions','origin_country':''},{'id':14274,'logo_path':null,'name':'Loew-Hakim','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1945-04-30","0","92","[{'iso_639_1':'en','name':'English'}]","Released","","The Southerner","false","5.8","15" +"false","/cVlhqqPsOCTv6ghPCAHAWUpoZTQ.jpg","{'id':181496,'name':'Davy Crockett Collection','poster_path':'/8CuB1HGxpy9C0og8WmpLABe4XSi.jpg','backdrop_path':null}","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'}]","","50717","tt0049125","en","Davy Crockett and the River Pirates","Davy Crockett and his sidekick Georgie compete against boastful Mike Fink (""King of the River"") in a boat race to New Orleans. Later, Davy and Georgie, allied with Fink, battle a group of river pirates trying to pass themselves off as Native Americans.","2.753","/pyxczJGcW5nty7lZy6ZZI2vDetc.jpg","[{'id':3166,'logo_path':'/vyyv4Gy9nPqAZKElPm2izLlEaVS.png','name':'Walt Disney Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1956-07-18","0","81","[{'iso_639_1':'en','name':'English'}]","Released","THRILLING ADVENTURES...frontier giants join forces to challenge the might of the River Raiders.","Davy Crockett and the River Pirates","false","6.3","20" +"false","/xUuzQGfxzCWrjYHJDFStVRElRJb.jpg","null","0","[{'id':37,'name':'Western'}]","","21027","tt0059711","en","Shenandoah","Charlie Anderson, a farmer in Shenandoah, Virginia, finds himself and his family in the middle of the Civil War he wants nothing to do with. When his youngest boy is taken prisoner by the North the Civil War is forced upon him.","3.247","/5nzMHdHrzdRuHWzTT8gHxvKvq19.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1965-06-03","0","105","[{'iso_639_1':'en','name':'English'}]","Released","Two Mighty Armies Trampled Its Valley... A Fighting Family Challenged Them Both!","Shenandoah","false","7.2","50" +"false","/5x0VEeFCnWzRBwU23KycKQRqEhN.jpg","{'id':437451,'name':'Cinderella Story Collection','poster_path':'/65raP1FRJpPC5GVWVvemQ3kLAKG.jpg','backdrop_path':'/iVqkNuy2jpcurdk2ZH2iAexJTo6.jpg'}","5000000","[{'id':10402,'name':'Music'},{'id':35,'name':'Comedy'}]","http://anothercinderellastory.warnerbros.com/","15157","tt1071358","en","Another Cinderella Story","A guy who danced with what could be the girl of his dreams at a costume ball only has one hint at her identity: the Zune she left behind as she rushed home in order to make her curfew. And with a once-in-a-lifetime opportunity in front of him, he sets out to find his masked beauty.","11.921","/qbCNfLkyKEnScRZ0Uw6ecF6I9Cr.jpg","[{'id':4811,'logo_path':'/7xym5CnL4LcMPaWpp51cN1v73AR.png','name':'Warner Premiere','origin_country':''},{'id':8806,'logo_path':null,'name':'CS2 Films','origin_country':''},{'id':8807,'logo_path':null,'name':'Dylan Sellers Productions','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2008-09-16","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Once upon a time....can happen again.","Another Cinderella Story","false","6.5","906" +"false","/nvMjK1uiIN5PDHwA6BF7ij8SUFB.jpg","{'id':43055,'name':'Conan the Barbarian Collection','poster_path':'/vguM8mJmArTn9ePTm8fK0Ryt7EI.jpg','backdrop_path':'/lGhx5lQiPJ79piSrXHgN5pSmJjh.jpg'}","20000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'}]","","9387","tt0082198","en","Conan the Barbarian","A film adaptation of the classic sword and sorcery hero, Conan the Barbarian. A horde of rampaging warriors massacre the parents of young Conan and enslave the young child for years on The Wheel of Pain. As the sole survivor of the childhood massacre, Conan is released from slavery and taught the ancient arts of fighting. Transforming himself into a killing machine, Conan travels into the wilderness to seek vengeance on Thulsa Doom, the man responsible for killing his family. In the wilderness, Conan takes up with the thieves Valeria and Subotai. The group comes upon King Osric, who wants the trio of warriors to help rescue his daughter who has joined Doom in the hills.","11.258","/9siMCK6u0TtgDVtCJQGKRQAnAqA.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':10308,'logo_path':null,'name':'Dino De Laurentiis Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1982-04-02","79114085","129","[{'iso_639_1':'en','name':'English'}]","Released","Thief. Warrior. Gladiator. King.","Conan the Barbarian","false","6.7","1102" +"false","/fJRi0ezoDEbxiVtBDNTVG5HZRxj.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","15322","tt0113375","en","I.D.","Four policemen go undercover and infiltrate a gang of football hooligans hoping to route out their leaders. For one of the four, the line between 'job' and 'yob' becomes more unclear as time passes . . .","8.728","/9FsSUtjexq7h0lriE2wDJEOG4uT.jpg","[{'id':84991,'logo_path':null,'name':'The German Ministry of the Interior','origin_country':''},{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':983,'logo_path':null,'name':'Parallax Pictures','origin_country':''},{'id':1382,'logo_path':'/sOg7LGESPH5vCTOIdbMhLuypoLL.png','name':'PolyGram Filmed Entertainment','origin_country':'US'},{'id':7397,'logo_path':null,'name':'Metropolis Filmproduction','origin_country':'DE'},{'id':8540,'logo_path':null,'name':'European Script Fund','origin_country':''},{'id':12745,'logo_path':null,'name':'British Screen Productions','origin_country':'GB'},{'id':30226,'logo_path':null,'name':'European Co-production Fund','origin_country':''},{'id':59136,'logo_path':null,'name':'Filmfonds Hamburg','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1995-05-05","0","107","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","When you go undercover, remember one thing: who you are.","I.D.","false","6.8","34" +"false","/2ZPIAUctGFWgatWLGnFb2FPcvbo.jpg","null","27000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","9549","tt0086197","en","The Right Stuff","A chronicle of the original Mercury astronauts in the formation of America's space program: Alan Shepherd, the first American in space; Gus Grissom, the benighted astronaut for whom nothing works out as planned; John Glenn, the straight-arrow 'boy scout' of the bunch who was the first American to orbit the earth; and the remaining pilots: Deke Slayton, Scott Carpenter and Wally Schirra.","8.601","/df1gdyE9S3DxmTfAeN3pNdSm64J.jpg","[{'id':7965,'logo_path':null,'name':'The Ladd Company','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1983-10-20","21500000","193","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","How the future began.","The Right Stuff","false","7.5","370" +"false","/h7ZKbGAgIsBGoya6623SbT4zTgo.jpg","{'id':354210,'name':'Born Free','poster_path':'/1VwVsWkzhvKDd36s7Wwif0u45u3.jpg','backdrop_path':'/7Vqj3BVr0OTbiquXZD2OkIlVg20.jpg'}","0","[{'id':10751,'name':'Family'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'}]","","15347","tt0060182","en","Born Free","At a national park in Kenya, English game warden George Adamson and his wife, Joy, care for three orphaned lion cubs. After the two larger lions are shipped off to a zoo in the Netherlands, the smallest of the three, Elsa, stays with the couple. When Elsa is blamed for causing an elephant stampede in the nearby village, head warden John Kendall demands the young lion either be trained to survive in the wilds of the Serengeti or be sent to a zoo.","3.76","/yMYmH3K6R9Nen8CNwWUsFdWS54j.jpg","[{'id':3066,'logo_path':null,'name':'High Road','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1966-06-22","0","95","[{'iso_639_1':'en','name':'English'}]","Released","From The Pages Of The Beloved Best Seller... A Motion Picture To Delight All The World!","Born Free","false","7","59" +"false","/oeJHW3H8b60TszYYY6PLCvMierd.jpg","{'id':366826,'name':'Navarone Collection','poster_path':'/thS5HHqTi2sFq2Qfk22LhGufHkg.jpg','backdrop_path':'/quXPBggya3DoHnxZZ6urOR9e6vR.jpg'}","5000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':10752,'name':'War'},{'id':53,'name':'Thriller'}]","","17339","tt0077572","en","Force 10 from Navarone","Mallory and Miller are back. The survivors of Navarone are sent on a mission along with a unit called Force 10, which is led by Colonel Barnsby. But Force 10 has a mission of their own which the boys know nothing about.","9.809","/hcvhw7ev8uxtMCtaXG8iWesZ2fw.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1978-11-01","7230000","118","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","","Force 10 from Navarone","false","6.4","135" +"false","/dM7ZZ3108EgJHpTfJtMwg7sjXSk.jpg","null","13000000","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","","3682","tt0120577","en","54","Shane, a Jersey boy with big dreams, crosses the river in hopes of finding a more exciting life at Studio 54. When Steve Rubell, the mastermind behind the infamous disco, plucks Shane from the sea of faces clamoring to get inside his club, Shane not only gets his foot in the door, but lands a coveted job behind the bar ??? and a front-row seat at the most legendary party on the planet.","6.437","/sDYmpuHtbm4uhmcbLHlrMpY2Cfl.jpg","[{'id':61337,'logo_path':null,'name':'Dollface','origin_country':''},{'id':1483,'logo_path':null,'name':'Redeemable Features','origin_country':''},{'id':1811,'logo_path':null,'name':'FilmColony','origin_country':''},{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-08-28","16757163","106","[{'iso_639_1':'en','name':'English'}]","Released","You've never been anywhere until you've been here","54","false","5.7","218" +"false","/pCvQ9dJsbY9BTuW2EyQOo3EVeMR.jpg","null","0","[{'id':878,'name':'Science Fiction'}]","","115054","tt0052227","en","The Space Children","A glowing brain-like creature arrives on a beach near a rocket test site via a teleportation beam. The alien communicates telepathically with the children of scientists. The kids start doing the alien's bidding as the adults try to find out what's happening to their unruly offspring.","2.245","/6JSkS6aNpRxyAInrqZTJZKdVL1a.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1958-06-01","0","69","[{'iso_639_1':'en','name':'English'}]","Released","","The Space Children","false","4.5","14" +"false","/6apIap69k6HyV0NenxXmi03lyFn.jpg","null","0","[{'id':10752,'name':'War'},{'id':99,'name':'Documentary'}]","","381491","tt4103306","en","Battle of Kings: Bannockburn","By 1314, through effort and intrigue, Scottish King Robert Bruce had captured every major English-held castle except Stirling. Now English King Edward II would try to stop him - and subdue the Scottish rebellion forever. This is the story of the pivotal campaign culminating at the decisive Battle of Bannockburn, in the shadow of Stirling Castle. Today as Scotland contemplates a countdown to a referendum for renewed Scottish independence, we search the hearts and minds of the characters whose efforts at the Battle of Bannockburn would build a nation. Filmed in the style of 300 and Sin City and with intense and bloody battle scenes, we bring to life one of the most iconic times in Scottish history.","0.973","/huuOkm6xfbBeT1HSz5LUEkLsgt2.jpg","[{'id':3507,'logo_path':null,'name':'History Channel','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2014-06-22","0","90","[]","Released","","Battle of Kings: Bannockburn","false","7.3","2" +"false","/AkwLeC0Q8GIkYJ6ZI0tc0118AY6.jpg","{'id':151263,'name':'WarGames Collection','poster_path':'/tPvDCajdnC6RpuKQqRI9G62IJ7f.jpg','backdrop_path':'/tBWSIMflBa1tUvSVVqLCuwviW1y.jpg'}","12000000","[{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","http://www.mgm.com/title_title.do?title_star=WARGAMES","860","tt0086567","en","WarGames","High School student David Lightman (Matthew Broderick) has a talent for hacking. But while trying to hack into a computer system to play unreleased video games, he unwittingly taps into the Defense Department's war computer and initiates a confrontation of global proportions! Together with his girlfriend (Ally Sheedy) and a wizardly computer genius (John Wood), David must race against time to outwit his opponent...and prevent a nuclear Armageddon.","9.011","/rQocmooj7bFKS2vZfzWBB5O12eR.jpg","[{'id':8791,'logo_path':null,'name':'Sherwood Productions','origin_country':''},{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1983-06-03","79567667","114","[{'iso_639_1':'en','name':'English'}]","Released","Is it a game, or is it real?","WarGames","false","7.1","818" +"false","/lUZheWmyQcXiA2IBzZYO9UaxSVc.jpg","null","0","[{'id':27,'name':'Horror'}]","","331352","tt4980812","en","Playing with Dolls: Bloodlust","Stina a single mother has fallen on hard times. When she has hit rock bottom she is offered a job on a reality horror show, with the promise of a million dollars to the winner. The group of contestants are taken to the deep woods where they must fight to be the last man/woman not caught by the slasher. Unbeknownst to the contestants the slasher is not an actor. They have just started a game that may be their last.","1.072","/2z3gDSWN0iaKG0s5Ww38BdIQ7R1.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-01-21","0","","[]","Released","","Playing with Dolls: Bloodlust","false","4.3","6" +"false","/9VgOCnaG4GY1zzz8QYvtPu8msNs.jpg","null","33000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","http://marvel.com/movies/movie/5/the_punisher","7220","tt0330793","en","The Punisher","When undercover FBI agent Frank Castle's wife and son are slaughtered, he becomes 'the Punisher' -- a ruthless vigilante willing to go to any length to avenge his family.","15.708","/qLeje0AueCpJBDW7pmg4Gv7cO1h.jpg","[{'id':35,'logo_path':'/wxrHa3nZ1K4zo65p56991INkGo6.png','name':'Lions Gate Films','origin_country':'US'},{'id':827,'logo_path':null,'name':'VIP 3 Medienfonds','origin_country':''},{'id':11533,'logo_path':'/tWM9pmzVYxok4GbQIttxdcml1yT.png','name':'Valhalla Motion Pictures','origin_country':'US'},{'id':19551,'logo_path':'/2WpWp9b108hizjHKdA107hFmvQ5.png','name':'Marvel Enterprises','origin_country':'US'},{'id':36326,'logo_path':null,'name':'VIP 2 Medienfonds','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2004-04-15","54700105","124","[{'iso_639_1':'en','name':'English'}]","Released","There is no justice, there is only revenge.","The Punisher","false","6.1","1319" +"false","/d8N4CM46TwQRCL8JLcUF1reUgW4.jpg","{'id':285564,'name':'Jarhead Collection','poster_path':'/aRFpBjCseFD6UmahAuLdqS7Or5q.jpg','backdrop_path':'/ifSnip5tvaHvxLPAyjkiihE6T2I.jpg'}","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","https://www.facebook.com/JarheadMovie","378385","tt4616014","en","Jarhead 3: The Siege","Corporal Evan Albright joined the elite Marine Corps Security Guards to save the world and see some action-not necessarily in that order. But his first assignment, protecting a U. S. Embassy in a seemingly safe Middle Eastern capitol, relegates his unit to wrangling ""gate groupies"" protesting outside the compound and honing their marksmanship by playing video games. So Albright and his team are caught off guard when well-armed and well-trained militants launch a surprise attack aimed at killing an informant in the embassy. Heavily out-gunned, they will have to muster all the courage and fire power they can as their once routine assignment spirals into all-out war.","6.403","/dMSGHERrKfbKqRwhQNb2oqYJvO6.jpg","[{'id':17009,'logo_path':'/ssowAxOrrqsSR2CKeiytOXwLoCW.png','name':'Universal 1440 Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-01-20","0","95","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","","Jarhead 3: The Siege","false","5.7","73" +"false","/lEQeide4sHDG0PhAxJ7wpzcDPKz.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://www.aballerinastale.com/","334682","tt4504040","en","A Ballerina's Tale","A feature documentary on African American ballerina Misty Copeland that examines her prodigious rise, her potentially career ending injury alongside themes of race and body image in the elite ballet world.","1.877","/iKQoqxN00pk91XSsEPARAMvXk5F.jpg","[]","[]","2015-10-14","0","85","[]","Released","","A Ballerina's Tale","false","6","20" +"false","/UKGQSxXZsG2EikC2cAS8J88Y4X.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","http://www.sigmafilms.com/films/swung/","287284","tt2243260","en","Swung","David???s life is on the slide: he???s broke, in the middle of a divorce and ???can???t get it up???. His girlfriend, Alice, is his rock, but the magazine she writes for is going down and the pressure is on to find a story. While job hunting online, David stumbles across the perfect antidote to his boredom: a ???Swingers??? site. The resulting inbox of lewd invitations on the home-laptop justifiably upsets Alice, until she realises this could be just the ???story??? she needs. The idea of uncovering the swinging scene causes quite a stir in Alice???s office and, much to David???s chagrin, she is urged to pursue the story. Their first reluctant foray is an hysterically low-rent initiation, however, an unexpected upturn for David???s manhood is all the extra encouragement they need. As events accelerate beyond their control the once adoring couple become lost and fundamental questions are asked of their relationship.","2.861","/wRjm5zztXRUYhXEl3FQKbIbgtMC.jpg","[{'id':15187,'logo_path':null,'name':'Sigma Film Productions','origin_country':''},{'id':107458,'logo_path':null,'name':'Boudica Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-06-19","0","87","[{'iso_639_1':'en','name':'English'}]","Released","What's your safe word?","Swung","false","4.6","9" +"false","/2q9gkXv5xP9r3CbnSsIqAjOyF9O.jpg","{'id':565280,'name':'American Poltergeist Filmreihe','poster_path':null,'backdrop_path':null}","0","[{'id':27,'name':'Horror'}]","","339345","tt2609326","en","The Poltergeist of Borley Forest","On a night of teenage partying in the woods, Paige unwittingly sets in motion a chain of events that plunge her into a waking nightmare. Tormented by terrifying and increasingly violent supernatural visitations, Paige starts digging into the past and uncovers a sinister secret, buried for decades. Behind the force that now haunts her is a malevolent entity of unspeakable evil. As its power grows and her friends fall prey to its savagery, can she (or anyone) stop The Poltergeist of Borley Forest?","1.978","/1aariBceLCapXVaOrH2uQVpEESc.jpg","[{'id':43808,'logo_path':null,'name':'RLJ Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-08-13","0","103","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","It will not rest in peace","The Poltergeist of Borley Forest","false","3.3","24" +"false","/r8pjTYuz3fDOFAhHNrhrsrh9lNa.jpg","null","15000000","[{'id':18,'name':'Drama'}]","","294016","tt3203606","en","Trumbo","The career of screenwriter Dalton Trumbo is halted by a witch hunt in the late 1940s when he defies the anti-communist HUAC committee and is blacklisted.","8.329","/zShoKppVxFtRP8pIVeVQ4j2DEkz.jpg","[{'id':33603,'logo_path':null,'name':'ShivHans Pictures','origin_country':''},{'id':4205,'logo_path':null,'name':'Groundswell Productions','origin_country':'US'},{'id':13470,'logo_path':null,'name':'Inimitable Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-10-27","8235661","124","[{'iso_639_1':'en','name':'English'}]","Released","Are you now or have you ever been...","Trumbo","false","7.2","855" +"false","/f1XrmYyFvfmhrt20aG9YyLHqPaJ.jpg","null","30000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","http://www.stevejobsthefilm.com","321697","tt2080374","en","Steve Jobs","Set backstage at three iconic product launches and ending in 1998 with the unveiling of the iMac, Steve Jobs takes us behind the scenes of the digital revolution to paint an intimate portrait of the brilliant man at its epicenter.","8.964","/ahUiUaeOE2lvnOy7srxaUJbbvYv.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':258,'logo_path':null,'name':'Scott Rudin Productions','origin_country':'US'},{'id':923,'logo_path':'/5UQsZrfbfG2dYJbx8DxfoTr2Bvu.png','name':'Legendary Entertainment','origin_country':'US'},{'id':1557,'logo_path':'/ccz9bqCu3jSFKbPFnfWmjAKZLBL.png','name':'The Mark Gordon Company','origin_country':'US'},{'id':4220,'logo_path':null,'name':'Management 360','origin_country':''},{'id':6707,'logo_path':'/5bJmjTayNNSJt1VTEKDpXFM04H1.png','name':'Cloud Eight Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2015-10-09","34441873","122","[{'iso_639_1':'en','name':'English'}]","Released","Can a great man be a good man?","Steve Jobs","false","6.8","2466" +"false","/hJ7zcIAxY3cfavFmsfz2JetRQ1x.jpg","{'id':85817,'name':'Arthur and the Invisibles Collection','poster_path':'/lpKNbnUpP0h0cnVwC1LaE9YJB3U.jpg','backdrop_path':'/e8Q363orc1wi02TSSoDDlil2qXh.jpg'}","70200000","[{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':10751,'name':'Family'}]","","42949","tt0940656","en","Arthur 3: la guerre des deux mondes","Maltazard, the Evil M, is now 7 feet tall and evolving among the humans, causing terror wherever he goes. His goal is simple: forming an army of giant henchmen and ruling over the universe. Meanwhile, Arthur is still a Minimoy, and thus in a state where he's unable to fend him off. With the help of Selenia and Betameche, he hatches a plan to regain his usual size: all they must do is infiltrate Arthur's house through the pipeworks, catch an electric train from his bedroom to his grandfather's study and find an elixir that will make him grow back to his human size. Sounds simple enough, if it weren't for Darkos, Maltazard's own son, hot on their tails.","10.677","/kcV19OrRiuJKytmoSTuA1gXCTOA.jpg","[{'id':6896,'logo_path':'/2Q89KvzxTKB5BAv9RqFIPI1qb7E.png','name':'EuropaCorp','origin_country':'FR'},{'id':1076,'logo_path':null,'name':'Apipoula??','origin_country':''},{'id':2525,'logo_path':null,'name':'Avalanche Productions','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'}]","2010-08-22","0","101","[{'iso_639_1':'en','name':'English'}]","Released","The Final...","Arthur 3: The War of the Two Worlds","false","5.6","815" +"false","/j98rDMOFD7iWdFV4JMFinq3UMj2.jpg","{'id':425164,'name':'Dragon Ball Z Movies Collection','poster_path':'/2VMZ1zRFPnUQtQp5K4WRXvDYBjh.jpg','backdrop_path':'/7PcbijxTfwi9vjWEfXdS0ReAw8q.jpg'}","5000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':14,'name':'Fantasy'}]","http://www.dragonball2015.com/","303857","tt3819668","ja","?????????????????????Z ????????????F???","One peaceful day on Earth, two remnants of Frieza's army named Sorbet and Tagoma arrive searching for the Dragon Balls with the aim of reviving Frieza. They succeed, and Frieza subsequently seeks revenge on the Saiyans.","13.225","/uYgE4QiNEDNbYTthVH5MJuCIBsX.jpg","[{'id':7485,'logo_path':null,'name':'Fox International Productions','origin_country':''},{'id':5542,'logo_path':'/ayE4LIqoAWotavo7xdvYngwqGML.png','name':'Toei Animation','origin_country':'JP'},{'id':104652,'logo_path':'/uh7DFdoi7r7mg2JwfZewtNv96rc.png','name':'Fizz Sound Creation','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","2015-04-18","61768190","93","[{'iso_639_1':'ja','name':'?????????'}]","Released","","Dragon Ball Z: Resurrection 'F'","false","6.7","652" +"false","/fgJGqpAwNv7dVgcWtBllU0Qhfe9.jpg","null","0","[{'id':28,'name':'Action'},{'id':37,'name':'Western'}]","","27349","tt0068661","en","The Great Northfield Minnesota Raid","The gangs of Jesse James and Cole Younger join forces to rob the First National Bank in Northfield, Minnesota, but things do not go as planned.","1.617","/3D3j1c9Yz1mJjfchqCkh4PhkMi1.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':14771,'logo_path':null,'name':'Robertson and Associates','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1972-05-12","0","91","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'sv','name':'svenska'},{'iso_639_1':'de','name':'Deutsch'}]","Released","The West the way it really was!","The Great Northfield Minnesota Raid","false","5.4","17" +"false","/1TIJUY1ZntUW2PgfwxA7BFZzJsp.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':9648,'name':'Mystery'},{'id':878,'name':'Science Fiction'}]","","360799","tt3013160","en","Arrowhead","Kye is a prisoner of war caught between two armies that he doesn't believe in. When offered an opportunity for freedom, Kye sets out on one last rescue mission only to become stranded when his ship crash lands. Kye soon realises that the deadliest creature on the desert moon is himself.","2.989","/qh0ne4EfyGskda3Z7VPZaObjIoZ.jpg","[{'id':2309,'logo_path':null,'name':'Mo Productions','origin_country':''},{'id':73622,'logo_path':null,'name':'GRLA','origin_country':''},{'id':73623,'logo_path':null,'name':'TVI General Entertainment','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2017-06-23","0","95","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","","Arrowhead","false","5.1","56" +"false","/nXBR8MS7v8V1i0yjHrmpLieaKHe.jpg","{'id':492896,'name':'Virgil Tibbs Collection','poster_path':null,'backdrop_path':null}","2000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","10633","tt0061811","en","In the Heat of the Night","An African American detective is asked to investigate a murder in a racist southern town.","7.187","/cC3kyApHMNSfvsF67421L5IiTbc.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':13219,'logo_path':null,'name':'Mirisch Corporation, The','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1967-08-02","27379978","109","[{'iso_639_1':'en','name':'English'}]","Released","They got a murder on their hands. They don't know what to do with it.","In the Heat of the Night","false","7.8","379" +"false","/3bCuHw1NA4FFwESs1vJCk8gHi3O.jpg","null","25000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","293646","tt2006295","en","The 33","Based on a true story about the collapse at the mine in San Jose, Chile that left 33 miners isolated underground for 69 days.","7.953","/6QkKCZCfFQ91jjRZgHndiE2npmw.jpg","[{'id':1088,'logo_path':'/9WOE5AQUXbOtLU6GTwfjS8OMF0v.png','name':'Alcon Entertainment','origin_country':'US'},{'id':11317,'logo_path':'/u3YB3GujS0tct5BVTsMJLWVyllg.png','name':'Phoenix Pictures','origin_country':'US'},{'id':24459,'logo_path':null,'name':'Fabula','origin_country':''},{'id':60255,'logo_path':null,'name':'Half Circle','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CL','name':'Chile'}]","2015-08-06","24902723","120","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","Hope Runs Deep","The 33","false","6.2","556" +"false","/tnQzvoStbtcWTFlY41u6U11F7mc.jpg","{'id':85817,'name':'Arthur and the Invisibles Collection','poster_path':'/lpKNbnUpP0h0cnVwC1LaE9YJB3U.jpg','backdrop_path':'/e8Q363orc1wi02TSSoDDlil2qXh.jpg'}","87000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","","26505","tt0940657","en","Arthur et la vengeance de Maltazard","Arthur answers a distress call from Princess Selenia, who is menaced by the nefarious Maltazard.","11.063","/m4PuHaEIT5teXSKu6Mdv7Gl9ORy.jpg","[{'id':1076,'logo_path':null,'name':'Apipoula??','origin_country':''},{'id':2525,'logo_path':null,'name':'Avalanche Productions','origin_country':'FR'},{'id':854,'logo_path':null,'name':'Sofica Europacorp','origin_country':''},{'id':6896,'logo_path':'/2Q89KvzxTKB5BAv9RqFIPI1qb7E.png','name':'EuropaCorp','origin_country':'FR'},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':356,'logo_path':'/9tW5wZEGotn1Ei5pErA88m47XiD.png','name':'TF1 Films Production','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'}]","2009-11-26","0","93","[{'iso_639_1':'en','name':'English'}]","Released","","Arthur and the Revenge of Maltazard","false","5.6","881" +"false","/afIXqsGET5k8vTfcrDDNP85B0aN.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","","82819","tt0038396","en","The Captive Heart","A series of stories about the lives and loves of nine men in a Prisoner of War Camp over five years. Location shooting in the British occupied part of Germany adds believability. The main story is of Hasek (Redgrave) a Czech soldier who needs to keep his identity a secret from the Nazis, to do this he poses as a dead English Officer and corresponds with the man's wife. Upon liberation they meet and decide to continue their lives together. The other inmates' stories are revealed episodically.","0.662","/gKaAexRdWrpGh7iX97psg91yq03.jpg","[{'id':2650,'logo_path':null,'name':'Ealing Studios','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1946-04-29","0","104","[{'iso_639_1':'en','name':'English'}]","Released","","The Captive Heart","false","7.1","10" +"false","/vQ6m3a4rdZyKJ7To2oCV3WSyVPE.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","14709","tt0139699","en","Varsity Blues","In small-town Texas, high school football is a religion, 17-year-old schoolboys carry the hopes of an entire community onto the gridiron every Friday night. When star quarterback Lance Harbor suffers an injury, the Coyotes are forced to regroup under the questionable leadership of John Moxon, a second-string quarterback with a slightly irreverent approach to the game.","8.463","/nnVA3Nmry9furen0NDmJa0QTn2F.jpg","[{'id':746,'logo_path':'/kc7bdIVTBkJYy9aDK1QDDTAL463.png','name':'MTV Films','origin_country':'US'},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-01-15","0","106","[{'iso_639_1':'en','name':'English'}]","Released","It takes a hero to know what's worth winning.","Varsity Blues","false","6.1","179" +"false","/8tdCaXOfNLTT4HAv6z65NUee9qq.jpg","null","0","[{'id':27,'name':'Horror'}]","","74826","tt0069162","en","The Rats Are Coming! The Werewolves Are Here!","The daughter in a family of werewolves decides to put an end to the family curse.","0.6","/8jaVHf53oAy2PROKeBKoKOC899O.jpg","[{'id':17740,'logo_path':null,'name':'Constitution Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1972-02-01","0","91","[{'iso_639_1':'en','name':'English'}]","Released","If You Don't Have the Guts - STAY AWAY!","The Rats Are Coming! The Werewolves Are Here!","false","2.8","2" +"false","/2AiPhfBWDbpLMT5U1jAMYzVPkTG.jpg","null","16500000","[{'id':18,'name':'Drama'}]","","33166","tt0064253","en","Downhill Racer","An ambitious young skier, determined to break all existing records, is contemptuous of the teamwork advocated by the US coach when they go to Europe for the Olympics.","2.094","/fJDQDmJDiEzRROph0T1ace8oyNK.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1969-11-06","0","101","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","How fast must a man go to get from where he's at?","Downhill Racer","false","6.2","29" +"false","/o6N0OHA3rP5sKZbCLqBq2IZg4aa.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","http://hideandseekthefilm.com","277796","tt2723176","en","Hide and Seek","Four fragile young people flee London to start an unconventional utopia, creating a world of fantasy that overwhelms them.","2.423","/wAu1ab47n92H2cJS64u56x3LLxK.jpg","[{'id':6685,'logo_path':null,'name':'Film Movement','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-06-20","0","82","[{'iso_639_1':'en','name':'English'}]","Released","A provocative modern tale of love and sex","Hide and Seek","false","4.8","15" +"false","/xlTyI4y3OA1v7Zna38D5bdSeEDJ.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","4952","tt0053172","en","Pillow Talk","A man and woman share a telephone line and despise each other, but then he has fun by romancing her with his voice disguised.","5.1","/oaMOtLOXS7VIMryBff4FWe4THuV.jpg","[{'id':10330,'logo_path':'/nY62adzeba5GVK8LJYD6yd9R8H4.png','name':'Universal International Pictures','origin_country':''},{'id':1823,'logo_path':null,'name':'Arwin Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1959-10-07","18750000","102","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","...It's What Goes On When The Lights Go Off!","Pillow Talk","false","7.2","81" +"false","/i0zFu8R6qEf5ozI7VrTjWNNaPsS.jpg","null","0","[{'id':18,'name':'Drama'}]","","129455","tt0091035","en","Fatherland","Persona Non Grata in his homeland, protest singer Klaus Drittemann must leave East Berlin, his wife and child and emigrate to West Berlin, where the representatives of an American record company are eagerly waiting for him. They plan to exploit his defection from communism both ideologically and financially. But Klaus, as ill-at-ease in the West as he was in the East, is reluctant to be used as an expendable commodity. Leaving his contract unsigned (or signed in his manner), he leaves for Cambridge to meet his father, a concert player, who -just like him - left East Berlin thirty years ago as Klaus was a little boy. He is accompanied by a young French journalist, Emma, who knows where his father has been living since he disappeared for more than a decade. The young lady is cooperative but might hide things from him...","0.907","/1CUZ7tdzPOn3BYJhp9jn1QO1bf7.jpg","[]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'DE','name':'Germany'}]","1986-09-02","0","111","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'de','name':'Deutsch'}]","Released","","Fatherland","false","6.3","3" +"false","/tPRwmGfers4tc5pRXn0seqKr3yC.jpg","null","45000000","[{'id':35,'name':'Comedy'}]","","9899","tt0395251","en","The Producers","After putting together another Broadway flop, down-on-his-luck producer Max Bialystock teams up with timid accountant Leo Bloom in a get-rich-quick scheme to put on the world's worst show.","8.13","/mE2yWqDLqG8Xp4r2PkZWhRP1rNd.jpg","[{'id':34,'logo_path':'/GagSvqWlyPdkFHMfQ3pNq6ix9P.png','name':'Sony Pictures','origin_country':'US'},{'id':145,'logo_path':null,'name':'Gaumont Columbia Tristar Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-12-25","38058335","134","[{'iso_639_1':'en','name':'English'}]","Released","","The Producers","false","6.2","229" +"false","/czSxbEIJQa8xqfqxFlWLb6blRe3.jpg","null","0","[{'id':10402,'name':'Music'}]","http://www.porcupinetree.com/anesthetize.cfm","41124","tt1626645","en","Porcupine Tree: Anesthetize","Last year Porcupine Tree released their latest album The Incident. The album marked another step forward in the incredible journey of the band from a solo studio project created by Steven Wilson in the late eighties to a Grammy nominated act and one of the world's most revered live bands, currently selling out arenas across the globe and wowing fans with their incredible performances. ""Anesthetize"" is a DVD which captures the power of the band's live show. Recorded on multi-cameras over two nights at 013 venue in Tilburg, Holland in October 2008, the concerts featured tracks from throughout the band's career. ""Anesthetize"" collects the highlights from the two shows. It is only the band's second ever DVD release.","0.632","/n1rprzpQKp2iC3om6qUq1CIdayb.jpg","[]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2010-05-20","0","130","[{'iso_639_1':'en','name':'English'}]","Released","","Porcupine Tree: Anesthetize","true","8.6","7" +"false","/7FE4OF0nNGL3BFS7NygJzTSLy91.jpg","null","70000000","[{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':878,'name':'Science Fiction'},{'id':35,'name':'Comedy'}]","https://www.warnerbros.com/iron-giant","10386","tt0129167","en","The Iron Giant","In the small town of Rockwell, Maine in October 1957, a giant metal machine befriends a nine-year-old boy and ultimately finds its humanity by unselfishly saving people from their own fears and prejudices.","14.963","/rdN6IjV4xlDDhrT8ewkkJfPvp2e.jpg","[{'id':2785,'logo_path':'/l5zW8jjmQOCx2dFmvnmbYmqoBmL.png','name':'Warner Bros. Animation','origin_country':'US'},{'id':20734,'logo_path':null,'name':'Warner Bros. Feature Animation','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-08-06","23159305","86","[{'iso_639_1':'en','name':'English'}]","Released","It came from outer space!","The Iron Giant","false","7.8","2667" +"false","/3L4hD957qYIVPI3JeBIz1ui6TFM.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","83972","tt0074381","en","Deadly Hero","Officer Lacy is an 18-year veteran of the New York Police Department who finds himself demoted from detective back to patrol duty for his violent tendencies and trigger-happy behavior.","1.505","/6UxkINPXxBxDDtpWbppa6vVoL92.jpg","[{'id':494,'logo_path':null,'name':'AVCO Embassy Pictures','origin_country':'US'},{'id':72827,'logo_path':null,'name':'City Time Partners','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1975-12-14","0","102","[{'iso_639_1':'en','name':'English'}]","Released","A young girl knows the truth. Now that truth is haunting her, and someone is hunting her.","Deadly Hero","false","5.3","4" +"false","/hkiDD71qXOGvwWXBsN8uQLSHAyH.jpg","null","0","[{'id':10752,'name':'War'},{'id':18,'name':'Drama'}]","http://rhombusmedia.com/film/hyena-road/","316042","tt4034452","en","Hyena Road","Three different men, three different worlds, three different wars ??? all stand at the intersection of modern warfare ??? a murky world of fluid morality where all is not as it seems.","4.344","/zdn34Jx3rRkhDGsD0qcB0cA1HzB.jpg","[{'id':17457,'logo_path':null,'name':'Whizbang Films','origin_country':''},{'id':164,'logo_path':'/v3zcUepvKC7Vz36yjklk1rw6k8Q.png','name':'Rhombus Media','origin_country':'CA'},{'id':6408,'logo_path':null,'name':'International Traders','origin_country':''},{'id':11517,'logo_path':'/7tT0PqNjEalEwE1GkjxU32SlOW6.png','name':'Buffalo Gal Pictures','origin_country':'CA'},{'id':43344,'logo_path':null,'name':'Triple 7 Films','origin_country':''},{'id':13240,'logo_path':'/aTc07YaNHo8WNgkQSnvLmG6w4nW.png','name':'Bron Studios','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2015-10-09","0","120","[{'iso_639_1':'en','name':'English'}]","Released","One bullet can change everything","Hyena Road","false","6.4","83" +"false","/iEDm6n3vFBMy0AndXMstp32oRnQ.jpg","null","1200000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","22527","tt0051207","en","The Wrong Man","True story of an innocent man mistaken for a criminal.","6.154","/2FDF4Z7QjH9V2j7MBO1F1mTnONQ.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1956-12-22","2000000","105","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","Somewhere...somewhere there must be the right man!","The Wrong Man","false","7.2","178" +"false","/tjvFUGlvqERs9LeRNZcxV2AFLrL.jpg","null","0","[{'id':18,'name':'Drama'}]","","9956","tt0118768","en","The Brave","A down-on-his-luck American Indian recently released from jail is offered the chance to ""star"" as the victim of a snuff film, the resulting pay of which could greatly help his poverty stricken family.","5.647","/tR4I0jFogpJTRHIRJ5RNLD5BMTT.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-07-30","0","123","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","The Brave","false","6","84" +"false","/jgA0lKp9qj95y39UCATWUSSSKvq.jpg","null","0","[{'id':99,'name':'Documentary'}]","https://www.facebook.com/towerrecordsdoc","324253","tt3272570","en","All Things Must Pass","Established in 1960, Tower Records was once a retail powerhouse with two hundred stores, in thirty countries, on five continents. From humble beginnings in a small-town drugstore, Tower Records eventually became the heart and soul of the music world, and a powerful force in the music industry. In 1999, Tower Records made $1 billion. In 2006, the company filed for bankruptcy. What went wrong? Everyone thinks they know what killed Tower Records: The Internet. But that's not the story. All Things Must Pass is a feature documentary film examining this iconic company's explosive trajectory, tragic demise, and legacy forged by its rebellious founder, Russ Solomon.","2.289","/5JYu2MZaKHVHGQDo8uKo2oB0McO.jpg","[{'id':48269,'logo_path':null,'name':'Company Name','origin_country':''}]","[{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'US','name':'United States of America'}]","2015-10-16","0","94","[{'iso_639_1':'en','name':'English'}]","Released","The rise and fall of Tower Records","All Things Must Pass","false","7.3","46" +"false","/dovfjx48L8u2vgg5dzMyb88yodd.jpg","null","0","[{'id':37,'name':'Western'}]","","79103","tt0049285","en","Gun for a Coward","A young cowboy, whose dedication to the principles of peace and reason has earned him a reputation for cowardice, overcomes his psychological aversion to violence after his elder brother unjustly censures him for not joining in a foolhardy gunfight in which their youngest brother is killed.","1.466","/z8I3r9OVmoAgFxXSdXvgiCfHT2h.jpg","[{'id':10330,'logo_path':'/nY62adzeba5GVK8LJYD6yd9R8H4.png','name':'Universal International Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1957-01-30","0","88","[{'iso_639_1':'en','name':'English'}]","Released","SAGA OF WESTERN GUN-JUSTICE!","Gun for a Coward","false","4.9","6" +"false","/aEFs5391Bp8lccgv43lL5IctiGV.jpg","null","75","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","46452","tt1104679","en","666: The Beast","Donald Lawson, the devil child from ""666: The Child"", is now an adult and is determined to fulfill his destiny as the Antichrist.","0.6","/csCmmML25J35JC9Ziu0CslResfN.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-10-16","0","89","[{'iso_639_1':'de','name':'Deutsch'}]","Released","""Let him that hath understanding count the number of the beast: for it is the number of a man."" - Revelations 13","666: The Beast","false","3.8","6" +"false","/6ZGUYAhUvhJ54HrSPliTzoZ8evy.jpg","null","6500000","[{'id':27,'name':'Horror'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","9539","tt1029234","fr","Martyrs","A young woman???s quest for revenge against the people who kidnapped and tortured her as a child leads her and her best friend, also a victim of child abuse, on a terrifying journey into a living hell of depravity.","8.877","/fC2Uld8qZ6waCuo71oTKzJTscaN.jpg","[{'id':856,'logo_path':'/3tfzS2CrX6Ntbu927XzHXEPDA6y.png','name':'Wild Bunch','origin_country':'FR'},{'id':2578,'logo_path':null,'name':'TCB Films','origin_country':''},{'id':6301,'logo_path':null,'name':'Cin??Cin??ma','origin_country':''},{'id':22029,'logo_path':null,'name':'Canal+ Horizons','origin_country':''},{'id':616,'logo_path':'/aeBPwUMUqIOFnt3Fxv9fC91hBuq.png','name':'Eskwad','origin_country':'FR'},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'FR','name':'France'}]","2008-09-03","0","99","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","They haven???t finished being alive.","Martyrs","false","7.3","1065" +"false","/E1dQIYaRhZJCnxQ2R2mGLPScsv.jpg","null","17000000","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':18,'name':'Drama'}]","http://www.cbsfilms.com/love-the-coopers/","333348","tt2279339","en","Love the Coopers","When four generations of the Cooper clan come together for their annual Christmas Eve celebration, a series of unexpected visitors and unlikely events turn the night upside down, leading them all toward a surprising rediscovery of family bonds and the spirit of the holiday.","7.236","/nL0rGAxqIT6rBBudFjN8wJDkrVM.jpg","[{'id':23,'logo_path':'/mkxNjThahj5pvntvYKVpMbWXm3D.png','name':'Imagine Entertainment','origin_country':'US'},{'id':4205,'logo_path':null,'name':'Groundswell Productions','origin_country':'US'},{'id':5490,'logo_path':'/xuJSR4dWsvkE194aemIJwflyNF2.png','name':'CBS Films','origin_country':'US'},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-11-12","42426912","107","[{'iso_639_1':'en','name':'English'}]","Released","Christmas means comfort, joy and chaos.","Love the Coopers","false","5.8","373" +"false","/kQr9oAuONOmzy2nWl1rCJh7FEbm.jpg","{'id':379897,'name':'Hayride Collection','poster_path':'/nQd19iu2ImyGhlTuMlTQ3leW8rr.jpg','backdrop_path':'/pUTvOZHKSP0strZJRtsYKQa7oas.jpg'}","60000","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","193603","tt1861343","en","Hayride","A college student returning home for Halloween is forced to face his childhood fears when an escaped killer takes refuge in his family's ""Haunted Hayride"".","1.4","/cf1KFMaikSLpxSwFcamDW6DBW7B.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-10-13","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Southern Fried Horror","Hayride","false","4.5","9" +"false","","null","0","[{'id':10402,'name':'Music'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","40208","tt0102910","en","Shock 'Em Dead","Martin is a total loser, who nobody cares for. When he fails to get a position as guitar player in Lindsay's band and loses his job on the way, he makes a deal with a Voodoo priestess. She promises him the fulfillment of all his dreams if he swears obedience to her. He becomes a rock star and has many women - but to stay alive, he has to kill other people.","0.834","/hlacUXCDgfKqWbljDbKwy5u4GBV.jpg","[{'id':35915,'logo_path':null,'name':'Noma Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1991-01-31","0","93","[{'iso_639_1':'en','name':'English'}]","Released","For the girl of his dreams, he'd make a deal with the devil.","Shock 'Em Dead","false","4.4","8" +"false","/vdE8AhK80M5FAwcIYcW4UdlVm2J.jpg","{'id':379920,'name':'Deadly Prey Collection','poster_path':'/3YTK8H38vb1eIK6O5H03gaV6wuW.jpg','backdrop_path':'/hHLHwTylO63SvS6JCjbDnRW46wt.jpg'}","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'}]","","230645","tt2385047","en","Deadliest Prey","Sequel to Deadly Prey. Colonel Hogan is still alive and just getting out of prison on parole, some 28 years later. But he has only one thing in mind and that is revenge on Mike Danton. So once again, Hogan puts together a group of mercenaries, has Danton kidnapped, and the games begin. Only this time Hogan is funded by a huge internet company in exchange for broadcasting the hunting of Danton over the internet, worldwide. For Hogan, winning is everything. Proving that there can only be one best and that it is him. What he had not thought of is that he isn???t the only one who had twenty eight years to get pissed off. Because now Mike Danton is pissed off and that means few will survive.","1.357","/2jKtxcc0GXEAKFEwSblDI6MgXwr.jpg","[{'id':17783,'logo_path':null,'name':'Night Claws Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-10-27","0","80","[{'iso_639_1':'en','name':'English'}]","Released","In Vietnam he was the best... Now he has to prove it again!","Deadliest Prey","false","4.7","7" +"false","/dK9k4l8p6eMMxS849RJZLWPadtb.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':27,'name':'Horror'}]","","296130","tt3397918","en","Harbinger Down","A group of grad students have booked passage on the fishing trawler Harbinger to study the effects of global warming on a pod of Orcas in the Bering Sea. When the ship's crew dredges up a recently thawed piece of old Soviet space wreckage, things get downright deadly. It seems that the Russians experimented with tardigrades, tiny resilient animals able to withstand the extremes of space radiation. The creatures survived, but not without mutation. Now the crew is exposed to aggressively mutating organisms. And after being locked in ice for 3 decades, the creatures aren't about to give up the warmth of human companionship.","4.836","/2MoMVCLliM9sVjiXiuWHpl63h3D.jpg","[{'id':55132,'logo_path':null,'name':'Studio ADI','origin_country':''},{'id':38767,'logo_path':'/eMK04As8PS0tFlVNfNjSHuoYMXw.png','name':'Dark Dunes Productions','origin_country':'AE'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-08-07","0","82","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Terror is just beneath the surface","Harbinger Down","false","4.5","88" +"false","/trEcBkJyXAxAZ6llhdU9sikqc7M.jpg","null","55000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","10375","tt0160184","en","D-Tox","A disgraced FBI agent with a drinking problem joins nine other troubled law enforcement officers at an isolated detox clinic in the wilds of Wyoming. But the therapeutic sanctuary becomes a nightmarish hellhole when a major snowstorm cuts off the clinic from the outside world and enables a killer on the inside to get busy.","8.746","/fiMHykdFwPF76Xtpl59hRTGo7Kf.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-01-04","6416302","96","[{'iso_639_1':'en','name':'English'}]","Released","Survival is a Killer.","D-Tox","false","5.5","210" +"false","/jeumLM0QvFBzURxGNHRLZX4rvN.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","https://www.facebook.com/FreaksOfNatureMovie","218784","tt1817771","en","Freaks of Nature","In the town of Dillford, humans, vampires and zombies were all living in peace - until the alien apocalypse arrived. Now three teenagers-one human, one vampire, and one zombie-have to team up to figure out how to get rid of the visitors.","8.644","/d04PfEiJ64vb0bWObXqA2XD8eRk.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':34,'logo_path':'/GagSvqWlyPdkFHMfQ3pNq6ix9P.png','name':'Sony Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-10-30","70958","92","[{'iso_639_1':'en','name':'English'}]","Released","Get out undead or alive.","Freaks of Nature","false","5.8","221" +"false","/pLKRnzfylOq8ownJp0V3RKGjGNV.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':27,'name':'Horror'}]","","42114","tt0086014","en","Nightmares","A collection of short stories. In one a woman who leaves her house late at night to drive to the store while a killer is loose encounters some problems. In the second an arcade whiz kid's obsession with a game leads to deadly consequences. In the third a small town priest loses his faith and decides to leave town, but in the desert is stalked by a mysterious black pick-up truck. In the final story, a family's problem with a rat is larger than they think.","2.279","/5MMoKHH62pMfCvTXsDiQ0FTrDwB.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1983-09-02","6670680","99","[{'iso_639_1':'en','name':'English'}]","Released","Nightmares... is this year's sleeper.","Nightmares","false","5.4","31" +"false","/dBrqXLVxcGdw1oldyH3sUXGXYDI.jpg","null","0","[{'id':27,'name':'Horror'}]","http://epic-pictures.com/detail.aspx?ProjectId=15790f7b-fb5a-e411-9d0b-d4ae527c3b65","339547","tt4552524","en","Jeruzalem","When a couple of American young adults fly to Israel to visit the city of Jerusalem, a biblical nightmare falls upon the city","5.885","/wx9vNunt4Q9iUbmwWBtzUM5g0SU.jpg","[{'id':7662,'logo_path':null,'name':'Epic Pictures Group','origin_country':'US'}]","[{'iso_3166_1':'IL','name':'Israel'}]","2016-01-22","0","87","[{'iso_639_1':'en','name':'English'}]","Released","On Judgement Day, Hell Shall Inherit The Earth.","Jeruzalem","false","4.5","190" +"false","/9R7NG797HehwkyYjvfCy0n8jGX3.jpg","null","600000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://sonyclassics.com/grandma/","309304","tt4270516","en","Grandma","Self-described misanthrope Elle Reid has her protective bubble burst when her 18-year-old granddaughter, Sage, shows up needing help. The two of them go on a day-long journey that causes Elle to come to terms with her past and Sage to confront her future.","6.054","/aosVg3AUMcpuZrgIcpMIzxTgXx0.jpg","[{'id':14358,'logo_path':null,'name':'1821 Pictures','origin_country':''},{'id':1473,'logo_path':null,'name':'Depth of Field','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-06-04","7087452","78","[{'iso_639_1':'en','name':'English'}]","Released","","Grandma","false","6.3","201" +"false","/rj0CXYZl9LMGeuLwCnhYzluWYXp.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","32686","tt0116447","en","Gray's Anatomy","The film documents, in an often dramatic and humorous fashion, Gray's investigations into alternative medicine for an eye condition (Macular pucker) he had developed.","1.625","/xf5JfczwahkwGaxajWubXJEUZMN.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-09-11","0","80","[{'iso_639_1':'en','name':'English'}]","Released","","Gray's Anatomy","false","6.3","13" +"false","/wLshdSSgdAt3GYz5dDZsJl0bcw6.jpg","{'id':119674,'name':'Psycho Collection','poster_path':'/29pDqAgmb4idzWzuZncoT7LZplA.jpg','backdrop_path':'/bPQZkZjNnsYuPZWzoRRl9k0VSQ8.jpg'}","0","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'},{'id':10770,'name':'TV Movie'}]","","40377","tt0102724","en","Psycho IV: The Beginning","Norman Bates is again released from the mental hospital he was placed in at the end of Psycho III after serving another few years and is apparently rehabiliated for the second time. Norman is now married to a young nurse named Connie and is expecting a child. However, Norman fears that the child will inherit his mental illness. Meanwhile, Fran Ambrose is a radio talk show host who is discussing the topic of matricide with guest Dr. Richmond, Norman's former psychologist. The radio station receives a call from Norman, who uses the alias ""Ed"" to tell his story.","7.038","/dVMDIc1TqjCKFuV459EbhuxGHlS.jpg","[{'id':101490,'logo_path':null,'name':'Smart Money Productions','origin_country':''},{'id':26727,'logo_path':'/jeTxdjXhzgKZyLr3l9MllkTn3fy.png','name':'Universal Television','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-11-10","0","96","[{'iso_639_1':'en','name':'English'}]","Released","You've met Norman. Now meet mother.","Psycho IV: The Beginning","false","5.7","90" +"false","/lM7onINZT6cDiiy8OkSW7IE8nVV.jpg","null","8000000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","93676","tt1703125","en","Someday This Pain Will Be Useful to You","A vulnerable teenager with a deep perception of the world and no idea how to live in it.","4.326","/9DtT3wJLlJruDCRtWkb9dg0icQX.jpg","[{'id':20648,'logo_path':null,'name':'Banca Nazionale del Lavoro','origin_country':''},{'id':3193,'logo_path':null,'name':'Jean Vigo Italia','origin_country':''},{'id':2683,'logo_path':'/mOL2WcHtox2urbUf1oJvjw7kz01.png','name':'Rai Cinema','origin_country':'IT'},{'id':6693,'logo_path':null,'name':'Four of a Kind Productions','origin_country':''},{'id':5708,'logo_path':null,'name':'The 7th Floor','origin_country':''},{'id':14016,'logo_path':'/snclwsIZQbgvqYCBJP8fqNlCA5y.png','name':'Ministero per i Beni e le Attivit?? Culturali','origin_country':'IT'}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'US','name':'United States of America'}]","2011-11-02","0","96","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'}]","Released","","Someday This Pain Will Be Useful to You","false","5.6","56" +"false","/4zj4CogpMXE0PTHqgYnSVZfQvXN.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':37,'name':'Western'}]","","22383","tt0060862","en","The Professionals","The Professionals is a 1966 American Western film directed by Richard Brooks. A kidnap-rescue adventure set in about 1917, it features a small group of experts heading into Mexico to free the Mexican-born wife of a wealthy Texan from several hundred bandits. The film is based on the novel A Mule for the Marquesa by Frank O'Rourke.","8.366","/xg1zl2Ymmp2kSXVztxPWpWXT7gE.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1966-11-01","0","117","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Rough, tough and ready.","The Professionals","false","7.1","92" +"false","/qJEmqCj5NJzuuuYDiZJuj1jLZkW.jpg","null","0","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","18871","tt0039768","en","Ride the Pink Horse","A con man tries to blackmail a Mexican gangster.","2.373","/6oJWu5XZ5tb7EgJVmTdOlaqcsjf.jpg","[{'id':10330,'logo_path':'/nY62adzeba5GVK8LJYD6yd9R8H4.png','name':'Universal International Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1947-10-08","0","101","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","","Ride the Pink Horse","false","7","20" +"false","/wKKmPshiWWPh7cpc1SkVFXoWZ86.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://www.isuperbiker.com/","290632","tt4011652","en","I, Superbiker: The War for Four","Mark Sloper directs this feature-length documentary taking you through the thrills and spills of the 2013 British Superbike season. This year saw riders Shane Byrne and Ryuichi Kiyonari battle it out for the chance to become the first ever four-time champion.","0.6","/rKnYzD9Fiaseg3Nx6z8h56tt3c3.jpg","[{'id':32258,'logo_path':null,'name':'400 Television','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-04-10","0","86","[{'iso_639_1':'en','name':'English'}]","Released","","I, Superbiker: The War for Four","false","4.8","2" +"false","/ltq1i8ienPm7OSdOXl3o8ROgmKc.jpg","null","15000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","http://www.miramax.com/movie/cop-land","2142","tt0118887","en","Cop Land","Freddy Heflin is the sheriff of a place everyone calls ???Cop Land??? ??? a small and seemingly peaceful town populated by the big city police officers he???s long admired. Yet something ugly is taking place behind the town???s peaceful facade. And when Freddy uncovers a massive, deadly conspiracy among these local residents, he is forced to take action and make a dangerous choice between protecting his idols and upholding the law.","10.511","/th2UDVewgUAfIXFUaWGWWBxCM91.jpg","[{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':978,'logo_path':null,'name':'Across the River Productions','origin_country':''},{'id':979,'logo_path':null,'name':'Woods Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-08-15","44862187","104","[{'iso_639_1':'en','name':'English'}]","Released","No One Is Above The Law.","Cop Land","false","6.7","623" +"false","/1UrMQ5yBty04v5Jb2gJEA7BOKtL.jpg","null","0","[{'id':14,'name':'Fantasy'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","16249","tt0062737","en","Blackbeard's Ghost","Peter Ustinov stars as the eponymous wraith, who returns to Earth to aid his descendant, elderly Elsa Lanchester (Stowecroft). The villains want to kick Lanchester and her friends out of their group home so that they can build a crooked casino. Good guy Steve Walker (Jones) gets caught in the middle of the squabble after evoking Blackbeard's ghost.","4.87","/ybo9m4BFvJZMwuXE7YJ5bOuwB4F.jpg","[{'id':3166,'logo_path':'/vyyv4Gy9nPqAZKElPm2izLlEaVS.png','name':'Walt Disney Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1968-02-08","0","106","[{'iso_639_1':'en','name':'English'}]","Released","He's out'a sight...literally!","Blackbeard's Ghost","false","6.9","68" +"false","/cQof2H4FtEuzHOInFZd7ivYoByd.jpg","null","0","[{'id':18,'name':'Drama'}]","","9918","tt0385726","en","Glory Road","In 1966, Texas Western coach Don Haskins led the first all-black starting line-up for a college basketball team to the NCAA national championship.","8","/bGRSV5tStxDNPRLCewnOeeiZzrY.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-01-13","42647449","118","[{'iso_639_1':'en','name':'English'}]","Released","The incredible story of the team that changed the game forever.","Glory Road","false","7.3","268" +"false","/hY4wkTyszCzNUJ4WLf0XJf67QrK.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':10752,'name':'War'}]","","15876","tt0050356","en","The Enemy Below","The American destroyer escort, the USS Haynes commanded by Robert Mitchum, detects a German U-Boat, commanded by Curt J??rgens, resulting in a prolonged, deadly battle of wits.","4.204","/kaDeWtlOOvWc4vZfEBO2aw72tCm.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1957-12-25","0","97","[{'iso_639_1':'en','name':'English'}]","Released","The most amazing saga in the fighting annals of the US Navy!","The Enemy Below","false","7.3","67" +"false","/wDNlL4f71ie3uVC2hQ79vVxveT8.jpg","null","0","[{'id':10751,'name':'Family'},{'id':12,'name':'Adventure'}]","","356905","tt3401748","en","Oddball","The story of Allan ""Swampy"" Marsh and his Maremma dog Oddball. Swampy convinced local authorities to allow Oddball to protect a colony of Little Penguins on Middle Island from wild cats and dogs. Oddball succeeds in his campaign and becomes a front runner for Maremma dogs being used to protect other endangered Australian wildlife.","3.661","/6YO97iJp72HHlNcgFDMmmj7pjIy.jpg","[{'id':62924,'logo_path':null,'name':'WTFN Entertainment','origin_country':'AU'},{'id':62925,'logo_path':null,'name':'Kmunications','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2015-09-17","0","95","[{'iso_639_1':'en','name':'English'}]","Released","Every underdog has his day.","Oddball","false","6.3","38" +"false","/oxEFTridWgfm5bE72KcwWuL7FUA.jpg","null","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':10749,'name':'Romance'},{'id':10752,'name':'War'}]","","78229","tt0051819","en","Kings Go Forth","Toward the end of World War II, two American soldiers fighting in Southern France become romantically involved with a young, American woman. Her background will reveal more about them than her.","1.029","/eLCfCP4BqzNfEADghwCW8biEwmK.jpg","[{'id':22911,'logo_path':null,'name':'Frank Ross-Eton Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1958-01-01","0","109","[{'iso_639_1':'en','name':'English'}]","Released","As big and brave and bold a love story as has ever been exploded on the screen!","Kings Go Forth","false","5.4","6" +"false","/qaqvNZL4OS61ZSsE2MnWBeMdF69.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'}]","","323435","tt3975510","en","One & Two","Two siblings discover a supernatural escape from a troubled home, but find their bond tested when reality threatens to tear their family apart.","2.087","/okCaT8PHuh83CllPYGpLz1ZXzMC.jpg","[{'id':72698,'logo_path':null,'name':'Son of a gun Productions','origin_country':''},{'id':37432,'logo_path':'/4jf93b9QJmuHxtb1CAFxakApt5K.png','name':'Bow and Arrow Entertainment','origin_country':'US'},{'id':72697,'logo_path':null,'name':'Melody Maker Productions & MMP Audio','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-08-01","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","One & Two","false","5.5","41" +"false","/kANaMQOlqaXPvXhGQ625LyIFW0D.jpg","null","5000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","http://www.thepardonmovie.com/","149232","tt1025102","en","The Pardon","Toni Jo tries to break her husband, Cowboy, out of prison and becomes an instant sensation due to her beauty.","0.6","/fGb44v3VuFIQOLQ91j5UzdhsgyL.jpg","[{'id':33569,'logo_path':null,'name':'The Pardon Group','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-03-22","0","109","[{'iso_639_1':'en','name':'English'}]","Released","In the end, only one thing can save her.","The Pardon","false","5","4" +"false","/s2z4t3y5gvFKId09smKOUq8I8gK.jpg","{'id':397842,'name':'The Amityville Collection','poster_path':'/stPXPasI1lvxJRJJuDCKBr6X836.jpg','backdrop_path':'/kPfuozrsE7pmFFolkR0xFicZDJT.jpg'}","0","[{'id':27,'name':'Horror'}]","","11449","tt0078767","en","The Amityville Horror","George Lutz and his wife Kathleen, move into their Long Island dream house with their children only for their lives to be turned into a hellish nightmare. The legacy of a murder committed in the house gradually affects the family and a priest is brought in to try and exorcise the demonic presence from their home.","6.685","/orociMcS1GExIcuiGbYYHlRlcL8.jpg","[{'id':9266,'logo_path':null,'name':'American International Pictures (AIP)','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1979-07-26","86432000","117","[{'iso_639_1':'en','name':'English'}]","Released","For God's Sake, Get Out!","The Amityville Horror","false","6.3","310" +"false","/3yvWvHREJ7CCggSYzbyraqHzE7C.jpg","{'id':397842,'name':'The Amityville Collection','poster_path':'/stPXPasI1lvxJRJJuDCKBr6X836.jpg','backdrop_path':'/kPfuozrsE7pmFFolkR0xFicZDJT.jpg'}","0","[{'id':27,'name':'Horror'}]","","81185","tt2042447","en","The Amityville Haunting","This movie is a 'found-footage' film about the Benson family who move in to the infamous house where the DeFeo family were murdered in the 1970s over 30 years earlier. Things start happening to anyone who visits this house, and whoever lives there. This is the footage retrieved from the camera.","2.009","/iHpniKbJBU1Ddgmea93jB97w1tK.jpg","[{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-12-27","0","86","[{'iso_639_1':'en','name':'English'}]","Released","Be warned, the footage is real.","The Amityville Haunting","false","4","36" +"false","/7quVAJlDtJAieRIYn2k0hEe4K75.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","290762","tt2245003","en","Miss You Already","The friendship between two life-long girlfriends is put to the test when one starts a family and the other falls ill.","7.413","/pwffB2oYdhoMcJYpCFvFycpyp4h.jpg","[{'id':67285,'logo_path':null,'name':'New Sparta Films','origin_country':''},{'id':39829,'logo_path':null,'name':'S Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-09-12","0","112","[{'iso_639_1':'en','name':'English'}]","Released","When life falls apart, friends keep it together","Miss You Already","false","7.4","396" +"false","/lFtm0hbjvLZPcDNnuv6KiuyYVNA.jpg","null","0","[{'id':18,'name':'Drama'}]","http://thateveningsun.com/","40856","tt1114680","en","That Evening Sun","An aging Tennessee farmer returns to his homestead and must confront a family betrayal, the reappearance of an old enemy, and the loss of his farm.","2.168","/z2ZrspgS6zPu7EUDx5U1IJQ6nNH.jpg","[]","[]","2009-11-06","0","109","[]","Released","I worked too hard. And too long. I aint goin down without a fight.","That Evening Sun","false","6.8","21" +"false","/hoTrT5OzRBbLeXovYGFBQ6wrp1.jpg","null","15000000","[{'id':36,'name':'History'},{'id':18,'name':'Drama'},{'id':10752,'name':'War'},{'id':12,'name':'Adventure'}]","http://www.macbeth-movie.com/","225728","tt2884018","en","Macbeth","Feature film adaptation of Shakespeare's Scottish play about General Macbeth whose ambitious wife urges him to use wicked means in order to gain power of the throne over the sitting king, Duncan.","7.329","/417tcPgyz8oatgp1WE0SZZ4Odgl.jpg","[{'id':20664,'logo_path':'/iRrZpxnYNDnVXJkr6HiLgSLlqRc.png','name':'Anton Capital Entertainment (ACE)','origin_country':''},{'id':7217,'logo_path':'/vFbexaF70wSMUHRA6Fy6UcuA1ju.png','name':'See-Saw Films','origin_country':'GB'},{'id':8087,'logo_path':null,'name':'Creative Scotland','origin_country':'GB'},{'id':58085,'logo_path':null,'name':'DMC Films','origin_country':''},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'},{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2015-08-16","12601706","113","[{'iso_639_1':'en','name':'English'}]","Released","All hail Macbeth that shall be king","Macbeth","false","6.5","835" +"false","/58bRLKnNL2KR4V36ql5vuhbEayx.jpg","null","0","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","241257","tt3319920","en","Regression","Minnesota, 1990. Detective Bruce Kenner investigates the case of young Angela, who accuses her father, John Gray, of an unspeakable crime. When John unexpectedly and without recollection admits guilt, renowned psychologist Dr. Raines is brought in to help him relive his memories and what they discover unmasks a horrifying nationwide mystery.","8.118","/d1dtQQfJJWU31cGSFbfhyeLtsTm.jpg","[{'id':308,'logo_path':'/e8F3mQM7DkJ5SfYYDp8FYzPBOGX.png','name':'The Weinstein Company','origin_country':'US'},{'id':784,'logo_path':null,'name':'Himen??ptero','origin_country':''},{'id':4908,'logo_path':null,'name':'First Generation Films','origin_country':''},{'id':5444,'logo_path':null,'name':'Mod Producciones','origin_country':''},{'id':7493,'logo_path':'/452FO4LcI6lA6bfgl6w1kQYRBlr.png','name':'FilmNation Entertainment','origin_country':'US'},{'id':16742,'logo_path':null,'name':'Telef??nica Studios','origin_country':'ES'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'ES','name':'Spain'}]","2015-10-01","17671101","106","[{'iso_639_1':'en','name':'English'}]","Released","Fear always finds its victim","Regression","false","5.5","1019" +"false","/AcAEUoazrhr19MNgrn0cfzaJA2q.jpg","null","15000000","[{'id':28,'name':'Action'}]","","14180","tt0416243","en","Submerged","Chris Kody, imprisoned member of the US military, is released from prison and reunited with his old team in order to pursue a renegade scientist. The catch, the scientist has developed mind control technology that can make even your friends into heartless killers.","4.187","/aBjU10jE0256pbQMbSHAinnpm8n.jpg","[{'id':19240,'logo_path':null,'name':'Euroimage EOOD','origin_country':''},{'id':73685,'logo_path':null,'name':'Emmett Furla Oasis Films','origin_country':'US'},{'id':84194,'logo_path':null,'name':'Luminosity Media','origin_country':''},{'id':1020,'logo_path':'/kuUIHNwMec4dwOLghDhhZJzHZTd.png','name':'Millennium Films','origin_country':'US'}]","[{'iso_3166_1':'BG','name':'Bulgaria'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2005-05-06","0","96","[{'iso_639_1':'en','name':'English'}]","Released","","Submerged","false","3.9","48" +"false","/kNSGiMpMqaa2mZjnJ5LvKMRVErJ.jpg","null","2300000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","14886","tt0070290","en","The Last Detail","Two Navy men are ordered to bring a young offender to prison, but decide to show him one last good time along the way.","5.352","/i0wncrydU4rLQu5Y62uzfRXVK2d.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':2992,'logo_path':null,'name':'Acrobat Productions','origin_country':''},{'id':2993,'logo_path':null,'name':'Bright-Persky Associates','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1973-12-11","10000000","105","[{'iso_639_1':'en','name':'English'}]","Released","No *#@!!* Navy's going to give some poor **!!@* kid eight years in the #@!* brig without me taking him out for the time of his *#@!!* life.","The Last Detail","false","7.2","134" +"false","/nr0QVkCtLaAOiQErp1SzF5s4gBO.jpg","null","7000000","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","334527","tt3687310","en","Criminal Activities","Four young men make a risky investment together that puts them in trouble with the mob.","7.314","/wU5TfsKFGoG16s6ACrDPtLgK74n.jpg","[{'id':50490,'logo_path':null,'name':'NeeNee Productions','origin_country':''},{'id':50491,'logo_path':null,'name':'Capacity Pictures','origin_country':''},{'id':50492,'logo_path':null,'name':'May Day Movies','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-11-20","0","94","[{'iso_639_1':'en','name':'English'}]","Released","Leave the crime to the criminals","Criminal Activities","false","5.8","159" +"false","/zFupvLYze4HaahLZngVCLhkWeF3.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","337958","tt3680410","en","Last Cab to Darwin","Rex is a loner, and when he's told he doesn't have long to live, he embarks on an epic drive through the Australian outback from Broken Hill to Darwin to die on his own terms; but his journey reveals to him that before you can end your life, you have to live it, and to live it, you've got to share it.","2.156","/2zlejlR3j08Af3SDj25Gy12qHsi.jpg","[{'id':73694,'logo_path':null,'name':'Last Cab Productions','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2015-08-06","0","124","[{'iso_639_1':'en','name':'English'}]","Released","It's never too late to start living.","Last Cab to Darwin","false","7.1","30" +"false","/5pE0qyILO2JOa9tUen8tNS36olO.jpg","{'id':90348,'name':'Witch Mountain Collection','poster_path':'/3IggdwQeJvkkfMTKRv9iEpInGnV.jpg','backdrop_path':'/aXZ0LmSgLT1ZiNWnJ5qKaQHqBiC.jpg'}","0","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'},{'id':10751,'name':'Family'}]","","14821","tt0072951","en","Escape to Witch Mountain","Tia and Tony are two orphaned youngsters with extraordinary powers. Lucas Deranian poses as their uncle in order to get the kids into the clutches of Deranian's megalomaniacal boss, evil millionaire Aristotle Bolt, who wants to exploit them. Jason, a cynical widower, helps Tia and Tony escape to witch mountain, while at the same time Tia and Tony help Jason escape the pain of the loss of his wife.","3.991","/cXicoCiCfO6FDfv6ozwcfQCnhVW.jpg","[{'id':3166,'logo_path':'/vyyv4Gy9nPqAZKElPm2izLlEaVS.png','name':'Walt Disney Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1975-03-21","20000000","97","[{'iso_639_1':'en','name':'English'}]","Released","Caught in a world where they don't belong... they have one chance to escape!","Escape to Witch Mountain","false","6.4","94" +"false","/thEusNTnCKIpTan8D5JiZLARldw.jpg","null","0","[{'id':37,'name':'Western'}]","http://www.teamtwoentertainment.com/our-films/to-kill-a-memory/","252328","tt1887923","en","Ambush at Dark Canyon","U.S. Marshall Duke Donovan is imprisoned, accused of being an accomplice in a bank robbery. After discovering that his partner is planning to kill his wife, he must escape prison in time to save his wife and clear his name.","1.39","/kDXkOdwfoz0qqKhDAzql6qQzvza.jpg","[{'id':38057,'logo_path':null,'name':'Team 2 Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-10-24","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Revenge has six bullets","Ambush at Dark Canyon","false","4","3" +"false","/iL07hp2XAkmoFJ6iS4gy55xat7r.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","362057","tt1663655","en","Martyrs","A woman and her childhood friend seek out revenge on those who victimized and abused them.","5.93","/vc2mFaWrPdeYcDUiOTZRFuAffwb.jpg","[{'id':12292,'logo_path':'/llGRXF5WYUW2fzXg0ebCoKMXjmT.png','name':'Temple Hill Entertainment','origin_country':'US'},{'id':3172,'logo_path':'/kDedjRZwO8uyFhuHamomOhN6fzG.png','name':'Blumhouse Productions','origin_country':'US'},{'id':11565,'logo_path':null,'name':'The Safran Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-01-22","0","86","[{'iso_639_1':'en','name':'English'}]","Released","","Martyrs","false","4.8","119" +"false","/wtnsUjyqDzeecIFFsOyris7Rb30.jpg","null","7000000","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","http://www.freeheld.movie/","306745","tt1658801","en","Freeheld","New Jersey car mechanic Stacie Andree and her police detective girlfriend Laurel Hester both battle to secure Hester's pension benefits after she was diagnosed with a terminal illness.","7.201","/uznb3nUaOMtKWlvy2mKeZkDkfdj.jpg","[{'id':215,'logo_path':'/tQyeqkCj24krhY2W8qeAztcOS37.png','name':'Double Feature Films','origin_country':''},{'id':52053,'logo_path':null,'name':'High Frequency Entertainment','origin_country':''},{'id':1205,'logo_path':null,'name':'Endgame Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-10-02","573335","103","[{'iso_639_1':'en','name':'English'}]","Released","A true story of love and injustice.","Freeheld","false","7.4","345" +"false","/cPDKEExnsRJ6tiPinYvZCqUrLe3.jpg","null","0","[{'id':99,'name':'Documentary'}]","","127696","tt2509902","en","Congo: The Grand Inga Project","They are the world's biggest rapids, thundering down the final pitch of the mighty Congo River. Legendary kayaker Steve Fisher and his elite expedition team battle seemingly insurmountable obstacles, navigate the maddening politics of a broken Central African country and face their own worst fears in an attempt to be the first explorers to survive the Inga Rapids.","0.631","/osZ5lmaVOrXxldSnS5uMDBJOGX5.jpg","[{'id':7724,'logo_path':'/6QV240fIM04sZXpyLUoqhKGhf7r.png','name':'Red Bull Media House','origin_country':'AT'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-04-25","0","77","[{'iso_639_1':'en','name':'English'}]","Released","","Congo: The Grand Inga Project","false","10","1" +"false","/uw9VdOp3SZrskG188qMATLEefsj.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","","353378","tt3254796","en","Big Stone Gap","A story centered around a transitional point in the life of Ave Maria Mulligan, the heart of her community in the Appalachian Mountains of Virginia.","2.31","/iGh8ceBvCkW3NmE0DovTGuLTFVp.jpg","[{'id':60877,'logo_path':null,'name':'Altar Identity Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-10-09","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Small town. Big heart.","Big Stone Gap","false","5.2","31" +"false","/wjpguMHaR3Brn9ZxET6FeSLMh6B.jpg","null","0","[{'id':16,'name':'Animation'}]","http://gibransprophetmovie.com/","283161","tt1640718","en","The Prophet","Exiled artist and poet Mustafa embarks on a journey home with his housekeeper and her daughter; together the trio must evade the authorities who fear that the truth in Mustafa's words will incite rebellion.","5.234","/iGr5sxz8XtE9KXaVLzrYSpGeWkW.jpg","[{'id':689,'logo_path':null,'name':'Ventanarosa Productions','origin_country':''},{'id':8152,'logo_path':'/shnLD1Pj9d1vB2TH93QHSNT5gzW.png','name':'Doha Film Institute','origin_country':'QA'},{'id':77961,'logo_path':null,'name':'Prophet Screen Partners','origin_country':''},{'id':77962,'logo_path':null,'name':'MyGroup Lebanon','origin_country':''},{'id':77963,'logo_path':null,'name':'FFA Private Bank','origin_country':''},{'id':73757,'logo_path':null,'name':'Bardel Entertainment Inc.','origin_country':''},{'id':60711,'logo_path':'/6EELILnZ8wjOsDmaUHFdlnOzhB7.png','name':'Code Red','origin_country':'US'},{'id':77964,'logo_path':null,'name':'Creative Projects Group','origin_country':''},{'id':77965,'logo_path':null,'name':'Gibran National Committee','origin_country':''},{'id':77966,'logo_path':null,'name':'Hanson','origin_country':''},{'id':6735,'logo_path':'/6yyByQrmTAgJv0QzZ1Eh1jiGX4R.png','name':'Participant Media','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'LB','name':'Lebanon'},{'iso_3166_1':'QA','name':'Qatar'},{'iso_3166_1':'US','name':'United States of America'}]","2014-09-06","0","85","[{'iso_639_1':'en','name':'English'}]","Released","","The Prophet","false","7.5","47" +"false","/qa2W8cvAzQaPv6YlhftQErUTuZA.jpg","null","0","[{'id':18,'name':'Drama'}]","","271736","tt3083008","en","The Program","An Irish sports journalist becomes convinced that Lance Armstrong's performances during the Tour de France victories are fueled by banned substances. With this conviction, he starts hunting for evidence that will expose Armstrong.","6.181","/w8sBqGSko8OBsKbK6z7gPvRfp7F.jpg","[{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'},{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-09-16","3286448","103","[{'iso_639_1':'en','name':'English'}]","Released","Champion. Hero. Legend. Cheat.","The Program","false","6.4","275" +"false","/xxQd4p8AyHnIyicnky1dLHmYH13.jpg","null","3500159","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www2.foxsearchlight.com/benditlikebeckham/","455","tt0286499","en","Bend It Like Beckham","Jess Bhamra, the daughter of a strict Indian couple in London, is not permitted to play organized soccer, even though she is 18. When Jess is playing for fun one day, her impressive skills are seen by Jules Paxton, who then convinces Jess to play for her semi-pro team. Jess uses elaborate excuses to hide her matches from her family while also dealing with her romantic feelings for her coach, Joe.","7.006","/aaLAIPw9vJSVyQLy390TJrntEwF.jpg","[{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'},{'id':1490,'logo_path':null,'name':'Kintop Pictures','origin_country':'US'},{'id':2406,'logo_path':'/awYxP0L1FKUxf0oIanEDEKFKuaY.png','name':'FilmF??rderung Hamburg','origin_country':'DE'},{'id':2452,'logo_path':'/6CLoZ59fLPG7UyxQtGTqRevjf58.png','name':'UK Film Council','origin_country':'GB'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'IN','name':'India'},{'iso_3166_1':'DE','name':'Germany'}]","2002-04-11","76578641","112","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pa','name':'??????????????????'}]","Released","Sometimes, to follow your dreams... you've got to bend the rules!","Bend It Like Beckham","false","6.2","1055" +"false","/wsoOmoN9mcErbCEFH4SveuD28Si.jpg","null","15000000","[{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'},{'id':10752,'name':'War'}]","http://rockthekasbahmovie.com/","253414","tt3164256","en","Rock the Kasbah","A washed-up music producer finds one last shot at redemption with a golden-voiced young girl in Afghanistan. However, when jealousy gets the better of a disgruntled ex-boyfriend, he decides to oppose the young star with talent of his own.","5.816","/7Ljch9R3uie8lV3z1GUUHZRkvKH.jpg","[{'id':2265,'logo_path':'/cA8M1Z7jx5ZXtLEFBgzot6RGPxM.png','name':'Shangri-La Entertainment','origin_country':'US'},{'id':11029,'logo_path':'/aEqqnFZjCW10ODE4TYQ1qkjvokr.png','name':'QED International','origin_country':'US'},{'id':19477,'logo_path':null,'name':'Dune Films','origin_country':'MA'},{'id':20313,'logo_path':null,'name':'Venture Forth','origin_country':''},{'id':10427,'logo_path':'/3u5sNgPRbba0ND3SUMXPTT7On9h.png','name':'Open Road Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-10-22","3020664","100","[{'iso_639_1':'en','name':'English'}]","Released","Opportunity rocks where you least expect it.","Rock the Kasbah","false","5.4","150" +"false","/o8I5TrjyuiYuRd4J7pIyFQNU6Q1.jpg","null","14000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","245168","tt3077214","en","Suffragette","Based on true events about the foot soldiers of the early feminist movement who were forced underground to evade the State.","8.954","/gG2Y8GNXzMrZCx65a8EhdNq2iuu.jpg","[{'id':2054,'logo_path':null,'name':'Ruby Films','origin_country':''},{'id':7981,'logo_path':'/6Yv1gIAuGkHS5Vis4UjnqHhCPWV.png','name':'Path??!','origin_country':'FR'},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-10-16","16002420","106","[{'iso_639_1':'en','name':'English'}]","Released","Mothers. Daughters. Rebels.","Suffragette","false","7.3","932" +"false","/q2DEwwyzf5SyzSzFZK0vVIK3DIq.jpg","null","50000000","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","9573","tt0309377","en","Blood Work","Still recovering from a heart transplant, a retired FBI profiler returns to service when his own blood analysis offers clues to the identity of a serial killer.","9.169","/bRGewrLrBJKLTYkO4zoTS8MxOHX.jpg","[{'id':171,'logo_path':null,'name':'Malpaso Productions','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-08-04","26199517","110","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","He's a heartbeat away from catching the killer","Blood Work","false","6.2","347" +"false","/o6saqjLAgKpczr0yhJkEI9fNwN7.jpg","null","90000000","[{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'}]","http://www.thelastwitchhunter.movie/","274854","tt1618442","en","The Last Witch Hunter","The modern world holds many secrets, but by far the most astounding is that witches still live among us; vicious supernatural creatures intent on unleashing the Black Death upon the world and putting an end to the human race once and for all. Armies of witch hunters have battled this unnatural enemy for centuries, including Kaulder, a valiant warrior who many years ago slayed the all-powerful Witch Queen, decimating her followers in the process. In the moments right before her death, the Queen cursed Kaulder with immortality, forever separating him from his beloved wife and daughter. Today, Kaulder is the last living hunter who has spent his immortal life tracking down rogue witches, all the while yearning for his long-lost family.","11.585","/ke0ktdLpTyDKsMuJTyMXFVK4xej.jpg","[{'id':24097,'logo_path':null,'name':'NeoReel','origin_country':''},{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'},{'id':2995,'logo_path':null,'name':'Atmosphere Entertainment MM','origin_country':'US'},{'id':12006,'logo_path':null,'name':'Goldmann Pictures','origin_country':''},{'id':33832,'logo_path':null,'name':'Aperture Entertainment','origin_country':''},{'id':72441,'logo_path':null,'name':'TIK Films','origin_country':''},{'id':1225,'logo_path':null,'name':'One Race','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-10-21","146936910","106","[{'iso_639_1':'en','name':'English'}]","Released","Hunt forever.","The Last Witch Hunter","false","5.8","2125" +"false","/qxDFG5GNOld7rYXJUJEiUgkC9TR.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","http://www.momentumpictures.net/the-wannabe","333387","tt3059816","en","The Wannabe","Based on true events, The Wannabe, a story about Thomas, a man obsessed with Mafia culture during the 1990s in New York City. When Thomas???s failed attempts to fix the trial of infamous mobster John Gotti gets him rejected by the people he idolizes most, he sets off on a drug infused crime spree with his girlfriend and longtime mob groupie, Rose, by brazenly robbing the local Mafia hangouts.","1.599","/wkMxehFqkjOHD7u4IZL6d0XH4yl.jpg","[{'id':2294,'logo_path':null,'name':'Traction Media','origin_country':''},{'id':3241,'logo_path':'/kRAMCgp7zAmd1UnCPBHiEiopSm9.png','name':'Electric Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-12-04","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Respect isn't earned. It's stolen.","The Wannabe","false","5","22" +"false","/hCRKwCg58HpQsPpkHdQmE9oQ2bk.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':37,'name':'Western'},{'id':18,'name':'Drama'}]","","9588","tt0102744","en","Quigley Down Under","American Matt Quigley answers Australian land baron Elliott Marston's ad for a sharpshooter to kill the dingoes on his property. But when Quigley finds out that Marston's real target is the aborigines, Quigley hits the road. Now, even American expatriate Crazy Cora can't keep Quigley safe in his cat-and-mouse game with the homicidal Marston.","8.098","/zaWZMk9t12lvb23hRrDmlmWgFKF.jpg","[{'id':7396,'logo_path':null,'name':'Pathe','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'US','name':'United States of America'}]","1990-10-17","0","119","[{'iso_639_1':'en','name':'English'}]","Released","There's a price on his head. A girl on his mind. And a twinkle in his eye.","Quigley Down Under","false","6.5","159" +"false","/1jpJpe5sx0AzSLOMFfds0s5alSw.jpg","{'id':334996,'name':'Son of Batman Collection','poster_path':'/4LE9hRArztsTO0NOoJXeysgT7wB.jpg','backdrop_path':'/sVvEkTNx6SjwOb80iyURe5KHtcD.jpg'}","3500000","[{'id':28,'name':'Action'},{'id':16,'name':'Animation'},{'id':878,'name':'Science Fiction'}]","","366924","tt4870838","en","Batman: Bad Blood","Bruce Wayne is missing. Alfred covers for him while Nightwing and Robin patrol Gotham City in his stead. And a new player, Batwoman, investigates Batman's disappearance.","7.777","/UUuwP7PEiOzXWH2mP1QkAkFidI.jpg","[{'id':429,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Comics','origin_country':'US'},{'id':2785,'logo_path':'/l5zW8jjmQOCx2dFmvnmbYmqoBmL.png','name':'Warner Bros. Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-03-22","0","72","[{'iso_639_1':'en','name':'English'}]","Released","Justice runs in the family","Batman: Bad Blood","false","7","365" +"false","/jfqcEcAnFnFkykuH0JhAdSXDQPM.jpg","null","0","[{'id':18,'name':'Drama'}]","","81120","tt0033853","en","Love on the Dole","Depressing and realistic family drama about the struggles of unemployment and poverty in 1930s Lancashire. The 20-year-old Kerr gives an emotionally charged performance as Hardcastle, one of the cotton workers trying to make life better. Interlaced with humour that brings a ray of sunshine to the pervasive bleakness, this remains a powerful social study of life between the wars, and was a rare problem picture to come out of Britain at the time.","0.771","/nwt5buh544Ko5Thmdq7R47A2hFq.jpg","[{'id':14197,'logo_path':null,'name':'British National Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1941-06-28","0","94","[{'iso_639_1':'en','name':'English'}]","Released","","Love on the Dole","false","5.8","6" +"false","/7dtVLmG2iIBJx442DG9sByGDiLL.jpg","null","28000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://www.ourbrandiscrisismovie.com/","10317","tt1018765","en","Our Brand Is Crisis","A feature film based on the documentary ""Our Brand Is Crisis"", which focuses on the use of American political campaign strategies in South America.","6.245","/e794uH5mC39eJj413G1FBYHWzI8.jpg","[{'id':6735,'logo_path':'/6yyByQrmTAgJv0QzZ1Eh1jiGX4R.png','name':'Participant Media','origin_country':'US'},{'id':1782,'logo_path':'/d1mlUfuG0NoQ4x0C7bK80wLGWA1.png','name':'Smoke House Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-09-11","7002261","108","[{'iso_639_1':'en','name':'English'}]","Released","May the best campaign win.","Our Brand Is Crisis","false","5.9","291" +"false","/eyCFA0OZbYywpDdTldd9CCbo8dH.jpg","null","0","[{'id':10770,'name':'TV Movie'},{'id':10751,'name':'Family'}]","","370071","tt4591840","en","A Christmas Star","Born under the Christmas Star, Noelle believes she has the gift to perform miracles, so when conniving developer McKerrod threatens her peaceful life she and her friends determine to use this gift to thwart his plans and save their village.","2.453","/4Z1iktRp5h8kXkWI5PxwBld5jUI.jpg","[{'id':68624,'logo_path':null,'name':'KSM','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2017-05-13","0","82","[{'iso_639_1':'en','name':'English'}]","Released","This Christmas prepare to believe in miracles","A Christmas Star","false","4","12" +"false","/8HqSxB9VLJkbRXRdlocbLq9wxwY.jpg","{'id':141290,'name':'The Lord of the Rings Animated Collection','poster_path':'/pQuazFOlGRdn2Lb3oWFJYPeASOc.jpg','backdrop_path':'/uUG532EWfyhtKDzsA0sLb1PsHhL.jpg'}","4000000","[{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'}]","","123","tt0077869","en","The Lord of the Rings","The Fellowship of the Ring embark on a journey to destroy the One Ring and end Sauron's reign over Middle-earth.","9.62","/1l3WpoF7TX9pOprX4XepCXjQXUV.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':286,'logo_path':null,'name':'Fantasy Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1978-11-15","30471420","132","[{'iso_639_1':'en','name':'English'}]","Released","Fantasy...beyond your imagination","The Lord of the Rings","false","6.5","340" +"false","/fop31RWFi9sVL0xK5hAJGh7Fwkz.jpg","null","53000000","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","","261023","tt1355683","en","Black Mass","The true story of Whitey Bulger, the brother of a state senator and the most infamous violent criminal in the history of South Boston, who became an FBI informant to take down a Mafia family invading his turf.","10.045","/nSbpuyd2UySuW7kaoXzYUfes1Bl.jpg","[{'id':50481,'logo_path':'/mBgGtJJQ9aOpKBnuKXM75kHYT6D.png','name':'Vendian Entertainment','origin_country':'US'},{'id':2691,'logo_path':null,'name':'Infinitum Nihil','origin_country':''},{'id':5056,'logo_path':'/kADFcjL04xe5HGBnlLjbfhliS2a.png','name':'Head Gear Films','origin_country':'GB'},{'id':10246,'logo_path':'/rREvQNWAxkDfY9CDn2c5YxEMPdP.png','name':'Cross Creek Pictures','origin_country':'US'},{'id':40106,'logo_path':null,'name':'Free State Pictures','origin_country':''},{'id':41624,'logo_path':'/wzKxIeQKlMP0y5CaAw25MD6EQmf.png','name':'RatPac-Dune Entertainment','origin_country':'US'},{'id':47169,'logo_path':null,'name':'Le Grisbi Productions','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2015-09-04","98837872","122","[{'iso_639_1':'en','name':'English'}]","Released","Keep your enemies close.","Black Mass","false","6.4","1964" +"false","/3vDzqbIXmD5ZStmmI9T2GEws8p0.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'}]","","19072","tt0038363","en","Blithe Spirit","An English mystery novelist invites a medium to his home, so she may conduct a s??ance for a small gathering. The writer hopes to gather enough material for the book he's working on, as well as to expose the medium as a charlatan. However, proceedings take an unexpected turn, resulting in a chain of supernatural events being set into motion that wreak havoc on the man's present marriage.","2.512","/6zEeRTotB5DMN5HnBNZgBaa5z8M.jpg","[{'id':83409,'logo_path':null,'name':'Noel Coward-Cineguild','origin_country':'GB'},{'id':4006,'logo_path':null,'name':'Two Cities Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1945-05-14","0","96","[{'iso_639_1':'en','name':'English'}]","Released","In blushing Technicolor","Blithe Spirit","false","6.7","37" +"false","/9RiKIEIPaR8L1AWuaAxNR6S04mx.jpg","null","0","[{'id':18,'name':'Drama'}]","","9609","tt0105046","en","Of Mice and Men","Two drifters, one a gentle but slow giant, try to make money working the fields during the Depression so they can fulfill their dreams.","6.937","/jBRcO6XrNZdWpQOVzkVpN7eJO4Q.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-09-16","5471088","110","[{'iso_639_1':'en','name':'English'}]","Released","We have a dream. Someday, we'll have a little house and a couple of acres. A place to call home.","Of Mice and Men","false","7.3","271" +"false","/lg0gP4xImvByMmbP1ZyOaeHmPJs.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","347760","tt4501706","en","Aaaaaaaah!","Alpha Male Smith and his Beta, Keith, move to take over a local community. They hook up with restless Female, Denise, igniting a deadly feud in which emotions run high and deep-seated grudges resurface amongst the tribe. Are we not men? Or are we simply beasts? Steve Oram, the actor/writer from SIGHTSEERS and KILL LIST stars in his long-awaited debut feature with a host of his friends. Get ready for the most unusual celluloid primal scream - an anarchic, hilarious, disturbing and touching look at the human condition. THEMROC meets PINK FLAMINGOS in the Cult Movie of the Year.","1.148","/p9GpMm08w82NiEOUjOZ4xOLKuuD.jpg","[]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-08-28","0","80","[]","Released","We are not men.","Aaaaaaaah!","false","4.7","19" +"false","/nqfEshhNThru5TVjNbgptqsoACa.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","33766","tt0090037","en","Smooth Talk","Based on the short story, ""Where Are You Going, Where Have You Been"", by Joyce Carol Oates, this film chronicles 15-year-old Connie's sexual awakening in the Northern California suburbs. Her experimenting begins to get out of hand when the mysterious Arnold Friend takes an interest in her.","2.735","/bYCHaVsLjKvUSLtShIwf1FMEGLl.jpg","[{'id':95937,'logo_path':null,'name':'Palmyra Films','origin_country':''},{'id':3906,'logo_path':null,'name':'American Playhouse','origin_country':''},{'id':500,'logo_path':null,'name':'Goldcrest Films International','origin_country':'GB'},{'id':5016,'logo_path':null,'name':'Nepenthe Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-11-17","0","92","[{'iso_639_1':'en','name':'English'}]","Released","","Smooth Talk","false","6.2","18" +"false","/hny5Jo6B9eG8Cp6Q1D3w5wPzgt3.jpg","null","0","[{'id':18,'name':'Drama'},{'id':37,'name':'Western'}]","http://drafthousefilms.com/film/the-keeping-room","284284","tt2488778","en","The Keeping Room","In this radically reimagined American Western set towards the end of the Civil War, Southerner Augusta encounters two renegade, drunken soldiers who are on a mission of pillage and violence. After escaping an attempted assault, Augusta races back to the isolated farmhouse that she shares with her sister Louise and their female slave Mad. When the pair of soldiers track Augusta down intent on exacting revenge, the trio of women are forced to take up arms to fend off their assailants, finding ways to resourcefully defend their home??????and themselves??????as the escalating attacks become more unpredictable and relentless.","4.732","/xHPUZzauBavVjwq8dhqrnSoKoGZ.jpg","[{'id':10039,'logo_path':'/b8w4LldQolMKiLZw4FQJBcXSDGI.png','name':'Anonymous Content','origin_country':'US'},{'id':10161,'logo_path':null,'name':'Gilbert Films','origin_country':'US'},{'id':8116,'logo_path':null,'name':'Wind Dancer Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-09-25","0","95","[{'iso_639_1':'en','name':'English'}]","Released","Some things are worth fighting for.","The Keeping Room","false","5.5","103" +"false","/xx1ifvy6TJisK2RkkqnEn11CBdP.jpg","null","8000000","[{'id':18,'name':'Drama'}]","","283235","tt2891174","en","99 Homes","After his family is evicted from their home, proud and desperate construction worker Dennis Nash tries to win his home back by striking a deal with the devil and working for Rick Carver, the corrupt real estate broker who evicted him.","8.352","/mw4b2KLWInQ3Po5uOOTU6Q0Y5VP.jpg","[{'id':74776,'logo_path':null,'name':'Noruz Films','origin_country':''},{'id':49389,'logo_path':'/3rOhrdjnUHsf0GPa66b9KyR2MUx.png','name':'Broad Green Pictures','origin_country':'US'},{'id':13816,'logo_path':null,'name':'Hyde Park Entertainment','origin_country':''},{'id':6736,'logo_path':null,'name':'Imagenation Abu Dhabi FZ','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-10-09","1411927","112","[{'iso_639_1':'en','name':'English'}]","Released","Greed is the only game in town.","99 Homes","false","6.9","376" +"false","/udOfKxGwg9eDzvZIgq0L3mW88vG.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':37,'name':'Western'}]","","322443","tt2215673","de","The Timber","In the wild west, two brothers embark on a journey to collect a bounty in a desperate attempt to save their home: but what they find along the way is more than they bargained for.","2.339","/vLLyRSEYXhhYDglYiqhmdTsZ0LU.jpg","[{'id':21817,'logo_path':null,'name':'ANA Media','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-02-27","0","81","[{'iso_639_1':'en','name':'English'}]","Released","Fortunes will be made, lives will be lost.","The Timber","false","4.5","22" +"false","/wa4NwLzxtjXIGdAqn4PAefXlR1p.jpg","null","2090000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.beyondthevalleyofthedolls.com/home.html","5722","tt0065466","en","Beyond the Valley of the Dolls","A hip and happenin' all girl rock group head to LA to claim lead-singer Kelly's inheritance and make it (and make it) in LA. Soon the girls fall into a morass of drugs and deceit as their recording success soars. It takes several tragedies to make them stop and think... but is it too late?","4.246","/82BGehJQFch1GENnT9j5KwTDQmJ.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1970-07-17","40000000","109","[{'iso_639_1':'en','name':'English'}]","Released","This Is Not A Sequel. There Has Never Been Anything Like It!","Beyond the Valley of the Dolls","false","6.5","77" +"false","/h8Tgme6e4IzD6JqGoxkPFRcC4Xb.jpg","null","0","[{'id':35,'name':'Comedy'}]","","222662","tt2024542","en","Trashology","College student Tracy (Laura Lee Black) has just received an assignment to write a report on her favorite film genre. In her research she discovers a book, now Tracy is taken into three interlocking tales of the unexpected. First in THE VAT, two women (Jenny Coulter / Rodney Horn) are harassed by a religious fanatic (Angie Keeling) about their worldly ways. When the bible thumping hypocrite threatens violence, chaos takes it's toll. Next in BIG DEBBIE, a robust woman (Rodney Horn) is abandoned at the altar, she runs into two guys that use her to fulfill their odd sexual fetish. When one accidentally dies, they're forced to get rid of the body... the only problem: a woman on the edge (Rachel Stout) witnesses the ditching and blackmails them into killing her cheating girlfriend (Kelli Ellis). Finally in INGLOURIOUS BITCHES, a quirky pair of female vigilantes (Douglas Conner / Brian Dorton) use an app on a cellphone to track down and murder sex offenders.","0.6","/6suoaM61rWa4G3uCkfnFjHLooDV.jpg","[]","[]","2012-08-06","0","84","[{'iso_639_1':'en','name':'English'}]","Released","The Bowels Of Cinema Just Got An Enema","Trashology","false","1","2" +"false","/uSIbQYre9c1iqStWzm6MI2v2GyB.jpg","null","22000000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","http://www.middlemenmovie.com/","38842","tt1251757","en","Middle Men","Chronicles Jack Harris, one of the pioneers of internet commerce, as he wrestles with his morals and struggles not to drown in a sea of conmen, mobsters, drug addicts, and pornstars.","7.36","/vFiSz5iJ8ipcUlb4ZmY7Pl7rXcI.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':12358,'logo_path':null,'name':'Mallick Media','origin_country':''},{'id':12357,'logo_path':null,'name':'Oxymoron Entertainment','origin_country':''},{'id':23410,'logo_path':null,'name':'Middle Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-05-17","0","105","[{'iso_639_1':'en','name':'English'}]","Released","Business is a lot like sex ... getting in is easy, pulling out is hard.","Middle Men","false","6.5","131" +"false","/5CDIezS2xJtcSXPL24Z2dIeUOp0.jpg","{'id':2806,'name':'American Pie Collection','poster_path':'/wpN87k1PGhpdd5c2FQkaUpZYJix.jpg','backdrop_path':'/3ptXtaqzAZlMXn3nZxaYke4anmK.jpg'}","55000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","8273","tt0328828","en","American Wedding","With high school a distant memory, Jim and Michelle are getting married -- and in a hurry, since Jim's grandmother is sick and wants to see him walk down the aisle -- prompting Stifler to throw the ultimate bachelor party. And Jim's dad is reliable as ever, doling out advice no one wants to hear.","13.036","/lcLuBjI3Hr12mGFKJvdMeZdf3AN.jpg","[{'id':52942,'logo_path':null,'name':'Loumolo & Co.','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':7161,'logo_path':null,'name':'LivePlanet','origin_country':''},{'id':3169,'logo_path':null,'name':'Zide-Perry Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-08-01","231449203","103","[{'iso_639_1':'en','name':'English'}]","Released","Forever hold your piece.","American Wedding","false","6.1","2126" +"false","/1C1d3Tpesm8Vn3BRqsQZt0LfZcG.jpg","{'id':2806,'name':'American Pie Collection','poster_path':'/wpN87k1PGhpdd5c2FQkaUpZYJix.jpg','backdrop_path':'/3ptXtaqzAZlMXn3nZxaYke4anmK.jpg'}","30000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","2770","tt0252866","en","American Pie 2","The whole gang are back and as close as ever. They decide to get even closer by spending the summer together at a beach house. They decide to hold the biggest party ever to be seen, even if the preparation doesn't always go to plan. Especially when Stifler, Finch and Jim become more close to each other than they ever want to be and when Jim mistakes super glue for lubricant...","14.273","/q4LNgUnRfltxzp3gf1MAGiK5LhV.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':2200,'logo_path':null,'name':'Liveplanet','origin_country':''},{'id':3169,'logo_path':null,'name':'Zide-Perry Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-08-10","287553595","108","[{'iso_639_1':'en','name':'English'}]","Released","This Summer It's All About Sticking Together.","American Pie 2","false","6.1","2518" +"false","/udTWgfwAzUxdztoyKSReoSrjBU7.jpg","{'id':2806,'name':'American Pie Collection','poster_path':'/wpN87k1PGhpdd5c2FQkaUpZYJix.jpg','backdrop_path':'/3ptXtaqzAZlMXn3nZxaYke4anmK.jpg'}","11000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","2105","tt0163651","en","American Pie","At a high-school party, four friends find that losing their collective virginity isn't as easy as they had thought. But they still believe that they need to do so before college. To motivate themselves, they enter a pact to all ""score."" by their senior prom.","19.052","/k40WFAXMRekWEqsjURO3jiWob67.jpg","[{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':506,'logo_path':null,'name':'Newmarket Capital Group','origin_country':'US'},{'id':3169,'logo_path':null,'name':'Zide-Perry Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-07-09","235483004","95","[{'iso_639_1':'en','name':'English'}]","Released","There's nothing like your first piece.","American Pie","false","6.4","4137" +"false","/3amJMLyjx0rDbwhnKNG8d6gzDSV.jpg","null","40000000","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","296098","tt3682448","en","Bridge of Spies","During the Cold War, the Soviet Union captures U.S. pilot Francis Gary Powers after shooting down his U-2 spy plane. Sentenced to 10 years in prison, Powers' only hope is New York lawyer James Donovan, recruited by a CIA operative to negotiate his release. Donovan boards a plane to Berlin, hoping to win the young man's freedom through a prisoner exchange. If all goes well, the Russians would get Rudolf Abel, the convicted spy who Donovan defended in court.","22.422","/xPCNA8zJxyyFKTj47QpvkXHukzB.jpg","[{'id':22213,'logo_path':'/qx9K6bFWJupwde0xQDwOvXkOaL8.png','name':'TSG Entertainment','origin_country':'US'},{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'},{'id':264,'logo_path':'/fA90qwUKgPhMONqtwY60GaHRyrW.png','name':'Studio Babelsberg','origin_country':'DE'},{'id':711,'logo_path':'/tEiIH5QesdheJmDAqQwvtN60727.png','name':'Fox 2000 Pictures','origin_country':'US'},{'id':2527,'logo_path':'/osO7TGmlRMistSQ5JZusPhbKUHk.png','name':'Marc Platt Productions','origin_country':'US'},{'id':6735,'logo_path':'/6yyByQrmTAgJv0QzZ1Eh1jiGX4R.png','name':'Participant Media','origin_country':'US'},{'id':7294,'logo_path':'/kK4PRgceWp9KNrycD8xx8seWxYU.png','name':'Reliance Entertainment','origin_country':'IN'},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'IN','name':'India'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'DE','name':'Germany'}]","2015-10-15","165478348","141","[{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","In the shadow of war, one man showed the world what we stood for.","Bridge of Spies","false","7.2","4164" +"false","/xi0NM118lbRyRWv2bEJcWNL7Zae.jpg","null","0","[{'id':37,'name':'Western'}]","","42328","tt0046808","en","Broken Lance","Cattle baron Matt Devereaux raids a copper smelter that is polluting his water, then divides his property among his sons. Son Joe takes responsibility for the raid and gets three years in prison. Matt dies from a stroke partly caused by his rebellious sons and when Joe gets out he plans revenge.","3.852","/ixAxK3x7i9Ppgoya9XvRblsacNx.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1954-09-25","0","96","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","Fury of the West's Most Lawless Feud!","Broken Lance","false","6","24" +"false","/kc1hO0JVXXtNvVGRFvKQx25SJZf.jpg","null","0","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","9905","tt0111149","en","Shallow Grave","Three friends discover their new flatmate dead but loaded with cash.","5.92","/qak9QuEiH5ENwqxyVEO0onegCx6.jpg","[{'id':181,'logo_path':null,'name':'Channel Four Films','origin_country':'GB'},{'id':980,'logo_path':null,'name':'The Glasgow Film Fund','origin_country':''},{'id':359,'logo_path':null,'name':'Figment Films','origin_country':''},{'id':1382,'logo_path':'/sOg7LGESPH5vCTOIdbMhLuypoLL.png','name':'PolyGram Filmed Entertainment','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1994-12-22","0","92","[{'iso_639_1':'en','name':'English'}]","Released","The award winning thriller that'll bury you with laughs.","Shallow Grave","false","7.1","418" +"false","/arkTLwGV97Y6bnZ8iJ3NC3busG5.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.jamiemarksisdead.net/","244562","tt2381046","en","Jamie Marks Is Dead","No one seemed to care about Jamie Marks until after his death. Hoping to find the love and friendship he never had in life, Jamie???s ghost visits former classmate Adam McCormick, drawing him into the bleak world between the living and the dead.","3.218","/eTUimmDL7KeWtwCWfNtctRFlR9Y.jpg","[{'id':92047,'logo_path':null,'name':'Mountaintop Productions','origin_country':''},{'id':22632,'logo_path':null,'name':'Verisimilitude','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-08-29","0","100","[{'iso_639_1':'en','name':'English'}]","Released","How far would you go to be remembered?","Jamie Marks Is Dead","false","5.4","50" +"false","/gbwOFHXSLi1DD3D7eI2vlZWIAyq.jpg","null","17000000","[{'id':53,'name':'Thriller'},{'id':10749,'name':'Romance'}]","","255343","tt2515030","en","Escobar: Paradise Lost","For Pablo Escobar family is everything. When young surfer Nick falls for Escobar's niece, Maria, he finds his life on the line when he's pulled into the dangerous world of the family business.","11.683","/4HngNLzCmUYCPB8FbxSZWN0eDKM.jpg","[{'id':8676,'logo_path':'/5u4GmXn4QMU39GQxGZoGfNtQ23r.png','name':'uFilm','origin_country':'BE'},{'id':7561,'logo_path':'/yWTuzkQnp4NCS7fDVd5vzgLjoux.png','name':'Nexus Factory','origin_country':'BE'},{'id':10497,'logo_path':null,'name':'Jaguar Films','origin_country':''},{'id':20339,'logo_path':null,'name':'Chapter 2','origin_country':''},{'id':63810,'logo_path':null,'name':'Roxbury','origin_country':''},{'id':19037,'logo_path':'/xhAYgpFmJfcCVLV5NMD8QKvqqHc.png','name':'Umedia','origin_country':'BE'}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'ES','name':'Spain'}]","2014-10-11","3758328","120","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","Welcome to the family","Escobar: Paradise Lost","false","6.3","457" +"false","/3xIzrSM5GKoF8JAlUnnSaG04gCS.jpg","null","26000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","14181","tt0181984","en","Boiler Room","A college dropout gets a job as a broker for a suburban investment firm, which puts him on the fast track to success, but the job might not be as legitimate as it sounds.","7.323","/ciRwkOEfDjZxa5chxB5Nnw1lxsF.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-02-18","28780255","118","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Welcome to the new American dream.","Boiler Room","false","6.7","298" +"false","/iucckhzSCUCyQjg4hp1hiY0G9ma.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","","313867","tt3205394","en","Roald Dahl's Esio Trot","Mr. Hoppy is a shy old man who lives alone in an apartment building. For many years, he has been secretly in love with Mrs. Silver, a woman who lives below him. Mr. Hoppy frequently leans over his balcony and exchanges polite conversation with Mrs. Silver, but he is too shy to disclose how he feels. Mr. Hoppy longs to express his feelings to Mrs. Silver, but he can never bring his lips to form the words. Mrs. Silver has a small pet tortoise, Alfie, whom she loves very much. One morning, Mrs. Silver mentions to Mr. Hoppy that even though she has had Alfie for many years, her pet has only grown a tiny bit and has gained only 3 ounces in weight. She confesses that she wishes she knew of some way to make her little Alfie grown into a larger, more dignified tortoise. Mr. Hoppy suddenly thinks of a way to give Mrs. Silver her wish and win her affection.","5.233","/uaz3IDv0AWJvzUuGucTQAFNbqxx.jpg","[{'id':12575,'logo_path':null,'name':'Endor Productions','origin_country':''},{'id':3324,'logo_path':'/16fY7pucCzn7WSOYxOGRHlAayL3.png','name':'BBC','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-01-02","0","87","[{'iso_639_1':'en','name':'English'}]","Released","A retired bachelor has a thing for his neighbor who only shows affection to her pet tortoise.","Roald Dahl's Esio Trot","false","7.2","55" +"false","/lE3AhPbfcEXLrCeCamqd9kLG1LO.jpg","null","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","64605","tt0054295","en","Seven Thieves","A discredited professor and a sophisticated thief decide to join together and pick a team to pull off one last job--the casino vault in Monte Carlo.","2.736","/aQ9rB6qvAiCid6psEaprNZIWzCm.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1960-03-12","0","102","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","The robbery that rocked Monte Carlo!","Seven Thieves","false","7","13" +"false","/tiCzewYzorOP5Edo9LT67Wy0ZmA.jpg","null","100000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':10751,'name':'Family'}]","","10601","tt0316396","en","Peter Pan","In stifling Edwardian London, Wendy Darling mesmerizes her brothers every night with bedtime tales of swordplay, swashbuckling and the fearsome Captain Hook. But the children become the heroes of an even greater story, when Peter Pan flies into their nursery one night and leads them over moonlit rooftops through a galaxy of stars and to the lush jungles of Neverland.","11.188","/oZEiHdVIjjGHlpqh5fCWZoUJ9RY.jpg","[{'id':497,'logo_path':'/pMyhOBd3sCiLzBlmIopdJkcUFtn.png','name':'Revolution Studios','origin_country':''},{'id':6370,'logo_path':null,'name':'Quinta Communications','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2003-12-25","121975011","113","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","All children grow up except one.","Peter Pan","false","7.1","1313" +"false","/wVTYlkKPKrljJfugXN7UlLNjtuJ.jpg","{'id':645,'name':'James Bond Collection','poster_path':'/HORpg5CSkmeQlAolx3bKMrKgfi.jpg','backdrop_path':'/6VcVl48kNKvdXOZfJPdarlUGOsk.jpg'}","245000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':80,'name':'Crime'}]","http://www.sonypictures.com/movies/spectre/","206647","tt2379713","en","Spectre","A cryptic message from Bond???s past sends him on a trail to uncover a sinister organization. While M battles political forces to keep the secret service alive, Bond peels back the layers of deceit to reveal the terrible truth behind SPECTRE.","26.455","/hE24GYddaxB9MVZl1CaiI86M3kp.jpg","[{'id':10761,'logo_path':null,'name':'Danjaq','origin_country':'US'},{'id':69434,'logo_path':null,'name':'B24','origin_country':'GB'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2015-10-26","880674609","148","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'de','name':'Deutsch'}]","Released","A Plan No One Escapes","Spectre","false","6.4","6555" +"false","/2ZnkoKBtPGA6Xa1XqRUC14HTqLI.jpg","null","0","[{'id':35,'name':'Comedy'}]","","255491","tt2114461","en","Authors Anonymous","When a dysfunctional group of unpublished writers accept Hannah into their fold, the last thing they expect is her overnight success. Can these lovable misfits achieve their artistic dreams and avoid killing one another in the process?","2.954","/hhOgOMrFhNpyy4P3SKL6AStZHJz.jpg","[{'id':8704,'logo_path':null,'name':'Bull Market Entertainment','origin_country':''},{'id':20990,'logo_path':null,'name':'EKZ Productions','origin_country':''},{'id':20991,'logo_path':null,'name':'Lainie Productions','origin_country':''},{'id':107034,'logo_path':null,'name':'ThickWater Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-04-18","0","92","[{'iso_639_1':'en','name':'English'}]","Released","","Authors Anonymous","false","3.8","26" +"false","/lgQ8axR46D8GwYT7n77YiCoGs1j.jpg","null","25000000","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","https://www.uphe.com/movies/legend-2015","276907","tt3569230","en","Legend","Suave, charming and volatile, Reggie Kray and his unstable twin brother Ronnie start to leave their mark on the London underworld in the 1960s. Using violence to get what they want, the siblings orchestrate robberies and murders while running nightclubs and protection rackets. With police Detective Leonard ""Nipper"" Read hot on their heels, the brothers continue their rapid rise to power and achieve tabloid notoriety.","10.954","/nXXI1MCJ0ugMetJ5Qn7ofDXANxf.jpg","[{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'},{'id':10246,'logo_path':'/rREvQNWAxkDfY9CDn2c5YxEMPdP.png','name':'Cross Creek Pictures','origin_country':'US'},{'id':20664,'logo_path':'/iRrZpxnYNDnVXJkr6HiLgSLlqRc.png','name':'Anton Capital Entertainment (ACE)','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'FR','name':'France'}]","2015-09-09","42972994","131","[{'iso_639_1':'en','name':'English'}]","Released","Love, fight, live, rule like a legend.","Legend","false","6.8","1608" +"false","/yX11axB1K6Pwi4bok7QO6PZKPF7.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","355264","tt3484796","en","The Fear of Darkness","A brilliant young psychiatrist is forced to confront the dark creature that dwells deep within her own unconscious when she investigates the supernatural disappearance of a university student.","1.342","/icxrcqbpOBzUzdJj3jWT6UX4qy3.jpg","[]","[]","2014-01-01","0","91","[{'iso_639_1':'en','name':'English'}]","Released","It's not just in your mind.","The Fear of Darkness","false","3.4","14" +"false","/iGBNxQ5zWYbkujZPFHLIhsu8Ost.jpg","null","9600000","[{'id':18,'name':'Drama'}]","http://sonyclassics.com/truth","300693","tt3859076","en","Truth","As a renowned producer and close associate of Dan Rather, Mary Mapes believes she???s broken the biggest story of the 2004 election: revelations of a sitting U.S. President???s military service. But when allegations come pouring in, sources change their stories, document authenticity is questioned, and the casualties begin to mount.","7.222","/qmpMRABYbQjgtxwJ6xMPc8KskzA.jpg","[{'id':34982,'logo_path':'/uvTmiRZzNfG88dVXi9hQ7eFNirq.png','name':'Mythology Entertainment','origin_country':'US'},{'id':2607,'logo_path':null,'name':'Dirty Films','origin_country':'AU'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'AU','name':'Australia'}]","2015-10-16","2541554","121","[{'iso_639_1':'en','name':'English'}]","Released","","Truth","false","6.6","256" +"false","/ucGIZAQJ7ZZTjoVj3otDiXLfn29.jpg","null","0","[{'id':35,'name':'Comedy'}]","http://www.khartonline.com/","27866","tt1420554","en","Kevin Hart: I'm a Grown Little Man","Fresh off the heels of appearing in movies like Superhero Movie and The 40 Year-Old Virgin, fast-talking comedian Kevin Hart stars in this live stand-up performance where he makes fun of everything and everybody - especially himself.","5.964","/eGR1PmPG3erNiIXOg86o6JMtqmf.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-02-03","0","72","[{'iso_639_1':'en','name':'English'}]","Released","","Kevin Hart: I'm a Grown Little Man","false","7.4","65" +"false","/qaIOhj3FiMYGQnSw1Z7yVzONqyH.jpg","{'id':256377,'name':'The Muppet Collection','poster_path':'/3O2tEgn8Z5atIVKif6W47qayIqb.jpg','backdrop_path':'/1AWd3MM90G47mxtD112gRDxSXY9.jpg'}","24000000","[{'id':14,'name':'Fantasy'},{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'},{'id':10751,'name':'Family'}]","","10208","tt0158811","en","Muppets from Space","When Gonzo's breakfast cereal tells him that he's the descendant of aliens from another planet, his attempts at extraterrestrial communication get him kidnapped by a secret government agency, prompting the Muppets to spring into action. It's hard to believe Gonzo's story at first, but Kermit and friends soon find themselves on an epic journey into outer space filled with plenty of intergalactic misadventures.","9.849","/zhiHQIgLSfII3ynPg2LRc1ZBrAE.jpg","[{'id':6254,'logo_path':'/dHfP8fUyykmTsMXbtXO0kSsYz5E.png','name':'The Jim Henson Company','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-07-14","16290976","87","[{'iso_639_1':'en','name':'English'}]","Released","Space. It's not as deep as you think.","Muppets from Space","false","5.9","142" +"false","/hGR5ALG3HnbIQTzM20byxZM2ZvG.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':28,'name':'Action'}]","","11248","tt0109779","en","Fatherland","Fictional account of what might have happened if Hitler had won the war. It is now the 1960s and Germany's war crimes have so far been kept a secret. Hitler wants to talk peace with the US president. An American journalist and a German homicide cop stumble into a plot to destroy all evidence of the genocide.","3.815","/dk8iAKhQF8a4PxJR4fXtZTYeDDY.jpg","[{'id':3268,'logo_path':'/tuomPhY2UtuPTqqFnKMVHvSb724.png','name':'HBO','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-11-26","0","106","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","","Fatherland","false","6.4","47" +"false","/6UySZThVtl5jk0evekRhOMLxNfs.jpg","null","0","[{'id':18,'name':'Drama'}]","","41464","tt0043511","it","Europa '51","A wealthy, self-absorbed Rome socialite is tacked by guilt over the death of her young son. As a way of dealing with her grief and finding meaning in her life, she decides to devote her time and money to the city???s poor and sick. Her newfound, single-minded activism leads to conflicts with her husband and questions about her sanity.","1.835","/nIg0o6SfdbO0uKZnZsW0V8qP5A9.jpg","[{'id':217,'logo_path':null,'name':'Ponti-De Laurentiis Cinematografica','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'}]","1952-08-28","0","113","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","","Europe '51","false","7.1","31" +"false","/ubioPGniCfDiASmYYpeJs5RRNaC.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","","326359","tt4007502","en","Frozen Fever","On Anna's birthday, Elsa and Kristoff are determined to give her the best celebration ever, but Elsa's icy powers may put more than just the party at risk.","9.569","/lKJiVPzsAO9IJ4LKWXZ8vkR2bg4.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':6125,'logo_path':'/tVPmo07IHhBs4HuilrcV0yujsZ9.png','name':'Walt Disney Animation Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-03-09","0","8","[{'iso_639_1':'en','name':'English'}]","Released","","Frozen Fever","false","6.8","1023" +"false","/jAitDcerFEgELU0195AyT4AWKG0.jpg","{'id':387219,'name':'The Hustler Collection','poster_path':'/8kBQvshMpK76aET1hLfAxnDle5W.jpg','backdrop_path':'/e4V9Lus4URFfgSxsdIpM3I2wgaJ.jpg'}","13800000","[{'id':18,'name':'Drama'}]","","11873","tt0090863","en","The Color of Money","Former pool hustler ""Fast Eddie"" Felson decides he wants to return to the game by taking a pupil. He meets talented but green Vincent Lauria and proposes a partnership. As they tour pool halls, Eddie teaches Vincent the tricks of scamming, but he eventually grows frustrated with Vincent's showboat antics, leading to an argument and a falling-out. Eddie takes up playing again and soon crosses paths with Vincent as an opponent.","9.959","/xBFzAIDqlvyDIy5Zf5ASVz3kHwN.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':514,'logo_path':null,'name':'Silver Screen Partners','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1986-10-07","52293982","119","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","The Hustler isn't what he used to be. But he has the next best thing. A kid who is.","The Color of Money","false","6.8","530" +"false","/pMjlqfSLdrHHD4ZPv41rMP7rKAm.jpg","null","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'}]","http://teamtwoentertainment.com/our-films/born-wild/","312158","tt1733582","en","Born Wild","After being released from prison for the murder of a fellow biker; CJ returns to his hometown to confront his former gang. However; he arrives to find that the past is not forgotten easily; and now they are out for blood.","0.744","/hMWNWSShc99cRF1ebkswmHrtxBX.jpg","[{'id':72151,'logo_path':null,'name':'Team Two Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-10-20","0","105","[{'iso_639_1':'en','name':'English'}]","Released","Ride For Your Life!","Born Wild","false","6.9","4" +"false","/A5g8agUFaYt3UNnHzUrVYeCmVHR.jpg","null","5000000","[{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'},{'id':10402,'name':'Music'}]","http://jemthemovie.com","266639","tt3614530","en","Jem and the Holograms","As a small-town girl catapults from underground video sensation to global superstar, she and her three sisters begin a one-in-a-million journey of discovering that some talents are too special to keep hidden. Four aspiring musicians will take the world by storm when they see that the key to creating your own destiny lies in finding your own voice.","7.306","/4kIgibYX725i3MVoqqdNCjEqR2G.jpg","[{'id':3172,'logo_path':'/kDedjRZwO8uyFhuHamomOhN6fzG.png','name':'Blumhouse Productions','origin_country':'US'},{'id':105898,'logo_path':null,'name':'Chu Studios','origin_country':'US'},{'id':105899,'logo_path':null,'name':'SB Projects','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-10-22","2333684","119","[{'iso_639_1':'en','name':'English'}]","Released","Every generation needs a voice","Jem and the Holograms","false","5.4","231" +"false","/iZ1Iyh6pe0Igt3n95DxkJWBfwOD.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'},{'id':10402,'name':'Music'}]","http://deathgasmthemovie.com/","323373","tt3705412","en","Deathgasm","Two teenage boys unwittingly summon an ancient evil entity known as The Blind One by delving into black magic while trying to escape their mundane lives.","5.234","/cwy9sGEOAuzpZXzXBVln1PZ4vxn.jpg","[{'id':19324,'logo_path':null,'name':'Timpson Films','origin_country':''},{'id':23457,'logo_path':null,'name':'MPI Media Group','origin_country':'US'},{'id':45767,'logo_path':null,'name':'Metalheads','origin_country':''},{'id':294,'logo_path':'/3XuHM8TXG0gDdPM3xJI14gkZbQy.png','name':'New Zealand Film Commission','origin_country':'NZ'}]","[{'iso_3166_1':'NZ','name':'New Zealand'}]","2015-08-28","0","86","[{'iso_639_1':'en','name':'English'}]","Released","Evil is coming...","Deathgasm","false","6.3","283" +"false","/emjZpOKpuqZOaOyPOE19wEDNGAt.jpg","null","100000","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","http://www.itnfilms.net/#!The-Unwanted/c1q8z/558a5e5e0cf2bba69535a098","262165","tt2488366","en","The Unwanted","Carmilla comes to a rural town where her mother mysteriously disappeared years earlier. She is aided in her quest by an emotionally troubled local girl, with whom she becomes romantically involved. Their relationship ignites the wrath of the girl's father, who holds the key to the dreadful truth Carmilla is seeking. Inspired by Joseph Sheridan Le Fanu's famed Gothic novella.","1.4","/4UONZ6sr4OdqaXMjmWWHSqi81jk.jpg","[{'id':72149,'logo_path':null,'name':'ITN Films','origin_country':''},{'id':48530,'logo_path':null,'name':'Kinokater','origin_country':''},{'id':39134,'logo_path':null,'name':'Kino Lorber','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-03-31","0","95","[{'iso_639_1':'en','name':'English'}]","Released","There's a new girl in town","The Unwanted","false","4","11" +"false","/l4pEQdGFg6U8buCG9rS52tU8sTF.jpg","null","12000000","[{'id':18,'name':'Drama'}]","","300153","tt2948840","en","Life","In 1955, young photographer Dennis Stock develops a close bond with actor James Dean while shooting pictures of the rising Hollywood star.","5.23","/7nsOhiu4LdncxCxP1lOlgpm3ke5.jpg","[{'id':7217,'logo_path':'/vFbexaF70wSMUHRA6Fy6UcuA1ju.png','name':'See-Saw Films','origin_country':'GB'},{'id':22815,'logo_path':null,'name':'Barry Films','origin_country':''},{'id':4908,'logo_path':null,'name':'First Generation Films','origin_country':''},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2015-07-24","0","112","[{'iso_639_1':'en','name':'English'}]","Released","From Rebel to Icon.","Life","false","6","203" +"false","/9EZrSF0EreJuzPSZ2m40y9EWDU1.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'}]","","537278","tt0397501","en","King Solomon's Mines","King Solomon's Mines is a 2004 two-part TV miniseries, the fifth film adaptation of the 1885 novel by the same name by Henry Rider Haggard. Starring Patrick Swayze as Allan Quartermain and Alison Doody as Elizabeth Maitland, the film was produced by Hallmark Entertainment, and originally aired June 6, 2004 on Hallmark Channel. September 2004 it was released as a one movie dvd box.","0.6","/hO2y2K22QegZorh1W3gEy1EWh2z.jpg","[]","[]","2004-06-06","0","176","[{'iso_639_1':'en','name':'English'}]","Released","","King Solomon's Mines","false","5","7" +"false","/t3zQZLSNYIHYNJi3LVDYYeZo8Rt.jpg","{'id':314023,'name':'Hercules (Lou Ferrigno) Collection','poster_path':'/8u0CHePdPsVPFzDYhZLXtacKl51.jpg','backdrop_path':null}","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'}]","","26452","tt0085672","en","Hercules","The film is an odd retelling of the story of Hercules battling the wizard Minos, who uses ""science"" in an attempt to take over the world. Hercules must stop him and rescue his princess love in the process. Part of the adventure finds Hercules battling giant robots brought to life by stop motion animation.","2.963","/pXpEKhK5CvyX8fc3hdqrZbwGd3n.jpg","[{'id':13549,'logo_path':null,'name':'Golan-Globus Productions','origin_country':''},{'id':21712,'logo_path':null,'name':'Cannon Italia Srl','origin_country':''},{'id':1444,'logo_path':'/5jvFLUVXGXxkyszL9cqJN5hNhJ6.png','name':'Cannon Group','origin_country':'US'},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'US','name':'United States of America'}]","1983-08-12","10676194","98","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","The Legend Lives!","Hercules","false","4.3","29" +"false","/itouI22hCgvU4psqC9DuwAOYuL2.jpg","{'id':508783,'name':'Goosebumps Collection','poster_path':'/yOeEWiYcSPt7ljBnzvx8ZOpZO1r.jpg','backdrop_path':'/hMOwqSghhz4AStkXxCjL1BjXdV0.jpg'}","58000000","[{'id':12,'name':'Adventure'},{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'}]","http://www.goosebumps-movie.com/","257445","tt1051904","en","Goosebumps","After moving to a small town, Zach Cooper finds a silver lining when he meets next door neighbor Hannah, the daughter of bestselling Goosebumps series author R.L. Stine. When Zach unintentionally unleashes real monsters from their manuscripts and they begin to terrorize the town, it???s suddenly up to Stine, Zach and Hannah to get all of them back in the books where they belong.","23.901","/9yOnWCvpNr6RRhc4zhJdVqR7GKw.jpg","[{'id':333,'logo_path':'/5xUJfzPZ8jWJUDzYtIeuPO4qPIa.png','name':'Original Film','origin_country':'US'},{'id':30246,'logo_path':null,'name':'Scholastic Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-08-05","158162788","103","[{'iso_639_1':'en','name':'English'}]","Released","The stories are alive.","Goosebumps","false","6.2","2031" +"false","/qkhjHfXxZKD317GeifrepN9YJSt.jpg","{'id':244242,'name':'Ninja Collection','poster_path':'/5tvYqIIfHnDZMoAqjWiueQC7fPW.jpg','backdrop_path':'/uLoTeDA85tbpBMLwIchHh6xpnaK.jpg'}","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","180894","tt2458106","en","Ninja: Shadow of a Tear","Fight everyone and trust no one: it's the code of survival practiced by martial-arts master Casey Bowman after his life of domestic bliss is shattered by a savage act of violence. Vowing revenge, the fearless American stealthily tracks the killer from Osaka to Bangkok to Rangoon with the help of a wise and crafty sensei. His only clues: a series of victims whose necks bear the distinctive mark of strangulation by barbed wire. Fighting to avenge as well as to survive, Casey must sharpen his razor-like responses and take his battle skills to the next level, even using deep meditation to fake his own death. His target: the sinister drug lord Goro, who is flooding the streets with deadly meth cooked at his remote jungle factory. To prepare for his ultimate confrontation, Casey must finally become an invisible warrior worthy of the name Ninja. But just when his prey is cornered, an unexpected twist shows Casey that his battle is only beginning: he truly can trust no one.","6.529","/k5uuo4mvWHb80ePDZylN2xvcz7h.jpg","[{'id':13693,'logo_path':null,'name':'Swingin' Productions','origin_country':''},{'id':1020,'logo_path':'/kuUIHNwMec4dwOLghDhhZJzHZTd.png','name':'Millennium Films','origin_country':'US'}]","[{'iso_3166_1':'TH','name':'Thailand'},{'iso_3166_1':'US','name':'United States of America'}]","2013-12-27","0","95","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'}]","Released","An ancient hero returns with a vengeance.","Ninja: Shadow of a Tear","false","6.2","127" +"false","/fzoMp3OuwbvKTXosew49HwlQG65.jpg","null","2240000","[{'id':18,'name':'Drama'}]","","254172","tt2582502","en","Fathers and Daughters","A Pulitzer-winning writer grapples with being a widower and father after a mental breakdown, while, 27 years later, his grown daughter struggles to forge connections of her own.","10.159","/fgzp7gGea27hN5d26mgKtZJQgX7.jpg","[{'id':7127,'logo_path':null,'name':'Andrea Leone Films','origin_country':''},{'id':40309,'logo_path':null,'name':'Fear of God Films','origin_country':''},{'id':60621,'logo_path':null,'name':'Busted Shark Productions','origin_country':'US'}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'US','name':'United States of America'}]","2015-10-01","0","116","[{'iso_639_1':'en','name':'English'}]","Released","He wrote to her, about her, and for her.","Fathers and Daughters","false","7.2","547" +"false","/558XtV03iSECLOoiVcSdD4IT9g7.jpg","{'id':456778,'name':'Max Collection','poster_path':'/jE0FdVwbsGVrwCPizLWwH82QfpB.jpg','backdrop_path':'/55dGibKCqypWoOIQDMn0PAK12xF.jpg'}","20000000","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","","272878","tt3369806","en","Max","A dog that helped soldiers in Afghanistan returns to the U.S. and is adopted by his handler's family after suffering a traumatic experience.","9.159","/ykydSx4Rx1AnnBPSTiZiuaCOfxK.jpg","[{'id':83397,'logo_path':null,'name':'Reel Chefs Catering','origin_country':''},{'id':5219,'logo_path':null,'name':'Sunswept Entertainment','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-06-26","43967255","111","[{'iso_639_1':'en','name':'English'}]","Released","Best Friend. Hero. Marine.","Max","false","6.8","401" +"false","/54Hx8e2hyJLljB1skSwMCeKFizb.jpg","{'id':937,'name':'The Pink Panther (Original) Collection','poster_path':'/xu6gZ0zGUSR8SC2QLKFaUrX2niM.jpg','backdrop_path':'/9Lc4YOIwprqMYNaUkJRRa5unakk.jpg'}","5000000","[{'id':9648,'name':'Mystery'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","11843","tt0072081","en","The Return of the Pink Panther","The famous Pink Panther jewel has once again been stolen and Inspector Clouseau is called in to catch the thief. The Inspector is convinced that 'The Phantom' has returned and utilises all of his resources ??? himself and his Asian manservant ??? to reveal the identity of 'The Phantom'.","8.116","/zmUzVu8WmHsH0gtVqWCtftar5kW.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':15980,'logo_path':null,'name':'Incorporated Television Company (ITC)','origin_country':'GB'},{'id':10257,'logo_path':null,'name':'Jewel Productions','origin_country':''},{'id':10258,'logo_path':null,'name':'Pimlico Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1975-05-21","41833347","113","[{'iso_639_1':'en','name':'English'}]","Released","","The Return of the Pink Panther","false","6.9","207" +"false","/vYCZUg7APqwyUxqOdCJwz9U0zou.jpg","null","65000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':12,'name':'Adventure'}]","","300168","tt3672840","zh","????????????","Huo An, the commander of the Protection Squad of the Western Regions, was framed by evil forces and becomes enslaved. On the other hand, a Roman general escapes to China after rescuing the Prince. The heroic duo meet in the Western Desert and a thrilling story unfolds.","9.833","/3gl11EsZS5vboQvvMYeCIzitaJz.jpg","[{'id':74459,'logo_path':null,'name':'Visualizer Film Company','origin_country':''},{'id':3407,'logo_path':null,'name':'Shanghai Film Group','origin_country':'CN'},{'id':19658,'logo_path':null,'name':'Jackie & JJ Production','origin_country':''},{'id':36958,'logo_path':null,'name':'Sparkle Roll Media','origin_country':''},{'id':39649,'logo_path':null,'name':'Huayi Brothers Media','origin_country':'CN'},{'id':69484,'logo_path':'/2xtmvbEse87LM7OJXVksv7DToZx.png','name':'Alibaba Pictures Group','origin_country':'CN'},{'id':74456,'logo_path':null,'name':'Home Media & Entertainment Fund','origin_country':''},{'id':74457,'logo_path':null,'name':'Tencent Video','origin_country':''},{'id':74458,'logo_path':null,'name':'China Film & TV Capital','origin_country':''}]","[{'iso_3166_1':'HK','name':'Hong Kong'},{'iso_3166_1':'CN','name':'China'}]","2015-02-19","121545703","127","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'zh','name':'?????????'}]","Released","When the Eagle meets the Dragon","Dragon Blade","false","6","242" +"false","/tkxq8pg3TY5AroMuV4ZSUa83DWG.jpg","{'id':285564,'name':'Jarhead Collection','poster_path':'/aRFpBjCseFD6UmahAuLdqS7Or5q.jpg','backdrop_path':'/ifSnip5tvaHvxLPAyjkiihE6T2I.jpg'}","0","[{'id':10752,'name':'War'},{'id':28,'name':'Action'}]","","285423","tt3699508","en","Jarhead 2: Field of Fire","Battle-scarred and disillusioned by the war, Corporal Chris Merrimette is put in charge of a unit whose next mission is to resupply a remote outpost on the edge of Taliban-controlled territory. While driving through the hostile Helmand province, a Navy SEAL flags down their convoy and enlists the unit on an operation of international importance: they must help an Afghan woman famous for her defiance of the Taliban escape the country. Without tanks or air support, Merrimette and his team will need all the courage and firepower they can muster to fight their way across the war-torn country and shepherd the woman to safety.","3.834","/723etWj5uk3yekIXnzCGVQPR8sp.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':7188,'logo_path':null,'name':'UFO International Productions','origin_country':''},{'id':17009,'logo_path':'/ssowAxOrrqsSR2CKeiytOXwLoCW.png','name':'Universal 1440 Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-08-14","0","103","[{'iso_639_1':'en','name':'English'}]","Released","Find the courage, fight together","Jarhead 2: Field of Fire","false","5.8","102" +"false","/dZA599P4pXhQHYQRnImuHM0UoVe.jpg","null","0","[{'id':18,'name':'Drama'}]","http://channel.nationalgeographic.com/channel/killing-kennedy/","235093","tt2815030","en","Killing Kennedy","Drama documentary based on Bill O'Reilly's and Martin Dugard's 2012 non-fiction book ""Killing Kennedy: The End of Camelot"". It follows the parallel lives of John F. Kennedy and Lee Harvey Oswald from the winter 1959-1960 to those fatal days in Dallas in November 1963, when they both died within two days after each other and were buried on the same day - John F. Kennedy in a state funeral in Washington D.C., broadcast live both to Europe and the Pacific, while Oswald was buried in Forth Worth at a small funeral where the attending reporters were asked to act as pallbearers.","2.85","/7tT0kxEmJZ2bziSdsryUl7yVWlN.jpg","[{'id':1645,'logo_path':'/6Ry6uNBaa0IbbSs1XYIgX5DkA9r.png','name':'Scott Free Productions','origin_country':''},{'id':7521,'logo_path':'/fRqMjLjyAqThtEg9P9WKCXLmCpJ.png','name':'National Geographic','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-11-10","0","87","[{'iso_639_1':'en','name':'English'}]","Released","","Killing Kennedy","false","5.8","38" +"false","/3OcSOfgO5Hcb1Vyy0zoomzJCwq3.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","","283350","tt0443465","en","Before We Go","A woman who is robbed on her way to catch the 1:30 train to Boston is left stranded in New York City. She meets a man who helps her during the course of the night and the two form a romance.","6.226","/b9YNJaIqkA2zoNdP4ORtpVMnmVo.jpg","[{'id':4022,'logo_path':'/q6Xts6ztGkTHrY1WfHttlhL3Pfc.png','name':'Wonderland Sound and Vision','origin_country':'US'},{'id':59188,'logo_path':null,'name':'G4 Productions','origin_country':''},{'id':59189,'logo_path':null,'name':'Nutmeg Film Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-09-11","37151","89","[{'iso_639_1':'en','name':'English'}]","Released","One night can change your whole life.","Before We Go","false","6.6","929" +"false","/6Fp3am76rkv3AqevktmTMiupdnz.jpg","null","1200000","[{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'},{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'}]","http://www.rockyhorror.com","36685","tt0073629","en","The Rocky Horror Picture Show","Sweethearts Brad and Janet, stuck with a flat tire during a storm, discover the eerie mansion of Dr. Frank-N-Furter, a transvestite scientist. As their innocence is lost, Brad and Janet meet a houseful of wild characters, including a rocking biker and a creepy butler. Through elaborate dances and rock songs, Frank-N-Furter unveils his latest creation: a muscular man named 'Rocky'.","8.775","/v2NC7o8f7AZvQbOAwrfRbe5Z106.jpg","[{'id':463,'logo_path':null,'name':'Michael White Productions','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1975-08-14","112892319","100","[{'iso_639_1':'en','name':'English'}]","Released","A different set of jaws","The Rocky Horror Picture Show","false","7.5","1338" +"false","/qbCDw16kzv3OTUbw6Z8EgFX8OmA.jpg","{'id':375228,'name':'The Condemned Collection','poster_path':'/303BNxNwJbkak946B6LxOnqcWeT.jpg','backdrop_path':'/6WINYcDfbuUopSU9nM6ayHVMFLo.jpg'}","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","14636","tt0443473","en","The Condemned","Jack Conrad is awaiting the death penalty in a corrupt Central American prison. He is ""purchased"" by a wealthy television producer and taken to a desolate island where he must fight to the death against nine other condemned killers from all corners of the world, with freedom going to the sole survivor.","8.461","/dYocAyHDOUg4y4pcetRWqHWH0fi.jpg","[{'id':2940,'logo_path':null,'name':'Condemned Productions','origin_country':''},{'id':2941,'logo_path':null,'name':'Sidestreet Entertainment','origin_country':''},{'id':10339,'logo_path':'/oiIi36MaWXwvvHWX5eojoE2Fiyv.png','name':'WWE Studios','origin_country':'US'},{'id':43842,'logo_path':null,'name':'Colossal Entertainment','origin_country':''},{'id':2953,'logo_path':'/Af2CjGqFS1gVCezvOlcSw41nwWJ.png','name':'New Wave Entertainment','origin_country':'US'},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-04-27","8642858","113","[{'iso_639_1':'en','name':'English'}]","Released","10 Will Fight, 9 Will Die. You Get To Watch.","The Condemned","false","5.9","330" +"false","/gX2nkTe2RI2RCM9BsNe1yyNWKFa.jpg","null","5000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","171424","tt2403021","en","The Green Inferno","A group of student activists travel from New York City to the Amazon to save the rainforest. However, once they arrive in this vast green landscape, they soon discover that they are not alone??? and that no good deed goes unpunished.","8.077","/prG32jWEgiZ2N8BpBPu1G0jMiv2.jpg","[{'id':55497,'logo_path':null,'name':'Sobras International Pictures','origin_country':''},{'id':9015,'logo_path':null,'name':'Worldview Entertainment','origin_country':''},{'id':18142,'logo_path':null,'name':'Dragonfly Entertainment','origin_country':''},{'id':73624,'logo_path':null,'name':'Top Hat Releasing','origin_country':''},{'id':73625,'logo_path':null,'name':'BH Tilt','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'CL','name':'Chile'},{'iso_3166_1':'US','name':'United States of America'}]","2014-09-04","6833445","100","[{'iso_639_1':'en','name':'English'}]","Released","Fear will eat you alive.","The Green Inferno","false","5.2","593" +"false","/d6M6G6pKIX97hp236KlrDh5uO7P.jpg","{'id':110177,'name':'Goal! Collection','poster_path':'/jaUSrep1RTzr73QPN3DNkW4LiRn.jpg','backdrop_path':'/mKTYkGMseCEFXuZ4CjuZ00xXRCd.jpg'}","30000000","[{'id':18,'name':'Drama'}]","","9763","tt0380389","en","Goal!","Like millions of kids around the world, Santiago harbors the dream of being a professional footballer...However, living in the Barrios section of Los Angeles, he thinks it is only that--a dream. Until one day an extraordinary turn of events has him trying out for Premiership club Newcastle United.","8.187","/wMHXE4qkxBdaahCNhCK2wPJHRKD.jpg","[{'id':6350,'logo_path':null,'name':'Toshiba Entertainment','origin_country':''},{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':17491,'logo_path':null,'name':'Milkshake Films','origin_country':''},{'id':26470,'logo_path':null,'name':'Little Magic Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2005-09-29","27610873","118","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","Every Dream Has A Beginning","Goal! The Dream Begins","false","6.5","490" +"false","/7rXewel4dX2JwXwdqc63iSqGsvR.jpg","null","0","[{'id':18,'name':'Drama'}]","","275696","tt2123884","en","3 Nights in the Desert","Three former band mates enter a cave after hearing it has the power to give them what they need. As unsettling desires rise to the surface, they all wonder if the cave has real power.","1.114","/mvUvfgoN5U9U3riyqRXHiswtDGo.jpg","[{'id':11049,'logo_path':null,'name':'Caliber Media Company','origin_country':''},{'id':5124,'logo_path':null,'name':'New Artists Alliance','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-01-04","0","90","[{'iso_639_1':'en','name':'English'}]","Released","One last chance to make it right.","3 Nights in the Desert","false","4.9","21" +"false","/6Sy7xPuMkfmsSD2rLsMXs2pAPPG.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10752,'name':'War'},{'id':28,'name':'Action'}]","","291851","tt2477218","en","Field of Lost Shoes","A group of teenage cadets sheltered from war at the Virginia Military Institute must confront the horrors of an adult world when they are called upon to defend the Shenandoah Valley.","1.65","/sT0UoBSZ48RbQVqctVAJddyPXdw.jpg","[{'id':73668,'logo_path':null,'name':'Tredegar Film Works','origin_country':''},{'id':3235,'logo_path':null,'name':'Brookwell-McNamara Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-03-30","0","96","[{'iso_639_1':'en','name':'English'}]","Released","Send the boys in... and may God forgive me","Field of Lost Shoes","false","6.2","19" +"false","/tie8vA3q3Q9BB5RlMlexRvv9xoh.jpg","null","1000000","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","","27","tt0411705","en","9 Songs","Matt, a young glaciologist, soars across the vast, silent, icebound immensities of the South Pole as he recalls his love affair with Lisa. They meet at a mobbed rock concert in a vast music hall - London's Brixton Academy. They are in bed at night's end. Together, over a period of several months, they pursue a mutual sexual passion whose inevitable stages unfold in counterpoint to nine live-concert songs.","11.372","/91O7z0vo7MiNWd5xD2BoivwbQsb.jpg","[{'id':163,'logo_path':null,'name':'Revolution Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2004-07-16","1574623","66","[{'iso_639_1':'en','name':'English'}]","Released","2 lovers, one summer, and the 9 songs that defined them.","9 Songs","false","4.9","161" +"false","/gv1vnLPKRuAnpql7A0g4APvRaR9.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'}]","","339527","tt1291570","en","Solace","A psychic doctor, John Clancy, works with an FBI special agent in search of a serial killer.","10.925","/pbcXpZgem8kgr90RwIUNAbC2ite.jpg","[{'id':20313,'logo_path':null,'name':'Venture Forth','origin_country':''},{'id':3604,'logo_path':'/jC6Hk3ZyNRlVPJsA0xGlAhgd2RP.png','name':'Grindstone Entertainment Group','origin_country':'US'},{'id':85885,'logo_path':'/oLbUgPkkTmlwGDUO4pYp2OtPkfG.png','name':'Lionsgate Premiere','origin_country':'US'},{'id':2273,'logo_path':null,'name':'Eden Rock Media','origin_country':''},{'id':7493,'logo_path':'/452FO4LcI6lA6bfgl6w1kQYRBlr.png','name':'FilmNation Entertainment','origin_country':'US'},{'id':34081,'logo_path':null,'name':'Flynn Picture Company','origin_country':'US'},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':12075,'logo_path':null,'name':'Silver Reel','origin_country':'CH'},{'id':88460,'logo_path':null,'name':'Supersensory','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-09-03","22586863","101","[{'iso_639_1':'en','name':'English'}]","Released","A serial killer who can see your future, a psychic who can save it","Solace","false","6.3","1219" +"false","/khvyG1IhYx84jJMilnkWaCX67d4.jpg","null","0","[{'id':27,'name':'Horror'}]","","371003","tt3024324","en","Kill Game","In the fictional town of Grace Arbor the answers are never clear.Who is underneath the mask?PRANK is the story of a group of high school kids who amuse themselves by pulling pranks on unsuspecting students and teachers. They are all popular, good looking, the kids voted most likely to succeed. But at their core lies a cruelty and shallowness which comes with the territory of privilege. One night, a prank goes horribly wrong and a teenager is killed. The gang covers it up as a drowning accident but five years later, their lives are turned upside down when Jimmy Edwards, is killed by a serial killer wearing a haunting Marilyn Monroe mask. Soon, the gang are killed one by one in manners mirroring the pranks they pulled in high school. Is it revenge? Is it karma?","2.628","/4goe29rfRRcFkxmZqGHUsgGDHk5.jpg","[{'id':69224,'logo_path':null,'name':'Juniper Post','origin_country':''},{'id':20659,'logo_path':null,'name':'Cinedigm','origin_country':''},{'id':69225,'logo_path':null,'name':'ExtraOrdinary Casting','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2018-01-19","0","102","[{'iso_639_1':'en','name':'English'}]","Released","No one is laughing now.","Kill Game","false","4.3","13" +"false","/p9zWTfvdA9wJtGBYswW0JMXGbIo.jpg","{'id':376527,'name':'Richard the Lionheart Collection','poster_path':'/wIEVHPLyx6JSMlCPmPYFAlCSCUP.jpg','backdrop_path':'/2a19noreMp6YEZIgTfzb01HEIt1.jpg'}","0","[{'id':36,'name':'History'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'}]","http://www.richardthemovie.com/","362230","tt3251306","en","Richard the Lionheart: Rebellion","The year is 1173. England and France are at war. The destiny of the two great powers has never been so intertwined. As King Henry's wife, Queen Eleanor, is captured and imprisoned by the king himself, Richard and his brothers lead the fight against their father in a heartless war. Allegiances shift with each victory or defeat as the destinies of England and France keep swaying in a delicate balance.","1.401","/m639UZGZmbjdhmUQg8qcqzFrMgH.jpg","[{'id':21820,'logo_path':null,'name':'Claang Entertainment','origin_country':''},{'id':22932,'logo_path':null,'name':'DOMA Entertainment','origin_country':''},{'id':21819,'logo_path':null,'name':'WonderPhil Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'IT','name':'Italy'}]","2015-06-11","0","96","[{'iso_639_1':'en','name':'English'}]","Released","The heartless war of King Henry II against his sons.","Richard the Lionheart: Rebellion","false","2.2","6" +"false","/w3YviKKEibcP9jUVtPtunPRkuO8.jpg","null","0","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':878,'name':'Science Fiction'}]","","47892","tt0086374","en","Strange Invaders","Charlie's ex-wife disappears, and he goes to where she grew up--a rural town in the midwest--to look for her. But, surprisingly, nobody knows about her or any of her many relatives, the Newmans. He meets aliens; but when he contacts the FBI, they don't believe him. He tells his story to a tabloid; and suddenly, he is chased by the aliens.","2.673","/5ZYxxcupYL7ca4q4j3FVnFizbf8.jpg","[{'id':21469,'logo_path':null,'name':'Lone Wolf McQuade Associates','origin_country':''},{'id':538,'logo_path':null,'name':'EMI Films','origin_country':'GB'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1983-09-16","1362303","92","[{'iso_639_1':'en','name':'English'}]","Released","Of all the worlds in all the galaxies...why did they pick this one?","Strange Invaders","false","5","27" +"false","/fdDTA06o5e7MRXnTGAf4EygL2MJ.jpg","null","28000000","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","http://www.straightouttacompton.com/","277216","tt1398426","en","Straight Outta Compton","In 1987, five young men, using brutally honest rhymes and hardcore beats, put their frustration and anger about life in the most dangerous place in America into the most powerful weapon they had: their music. Taking us back to where it all began, Straight Outta Compton tells the true story of how these cultural rebels???armed only with their lyrics, swagger, bravado and raw talent???stood up to the authorities that meant to keep them down and formed the world???s most dangerous group, N.W.A. And as they spoke the truth that no one had before and exposed life in the hood, their voice ignited a social revolution that is still reverberating today.","10.554","/X7S1RtotXOZNV7OlgCfh5VKZSB.jpg","[{'id':63924,'logo_path':null,'name':'Broken Chair Flickz','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':923,'logo_path':'/5UQsZrfbfG2dYJbx8DxfoTr2Bvu.png','name':'Legendary Entertainment','origin_country':'US'},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':2780,'logo_path':'/hgdyY2exOpOXG3EkQR8WsUAUNBZ.png','name':'Cube Vision','origin_country':'US'},{'id':63925,'logo_path':null,'name':'Crucial Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-08-13","201634991","147","[{'iso_639_1':'en','name':'English'}]","Released","The Story of N.W.A.","Straight Outta Compton","false","7.7","1996" +"false","/mlFuPxdzi6B3mZHnkZVq3YTg1rS.jpg","null","2000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","331190","tt3268668","en","Captive","Based on a miraculous true story that drew the attention of the entire nation, is the dramatic, thrilling, and spiritual journey of Ashley Smith and Brian Nichols. After being taken hostage by Brian in her own apartment, Ashley turns to Rick Warren???s inspirational book, The Purpose Driven Life, for guidance. In reading from the book, Ashley not only finds purpose in her own life, but helps Brian find a more peaceful resolution to a harrowing situation.","6.98","/jZHi6N9SL2Y0O6ZhA1mFSXfSP07.jpg","[{'id':16322,'logo_path':null,'name':'Itaca Films','origin_country':'MX'},{'id':30531,'logo_path':null,'name':'BN Films','origin_country':''},{'id':56736,'logo_path':null,'name':'1019 Entertainment','origin_country':''},{'id':56735,'logo_path':null,'name':'Brightside Entertainment','origin_country':''},{'id':65927,'logo_path':null,'name':'Yoruba Saxon Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-09-17","2801508","97","[{'iso_639_1':'en','name':'English'}]","Released","Faith. Redemption. Survival.","Captive","false","5.6","124" +"false","/6yan1Sdwz9dNKxRwEPVrtwXFjgO.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","","86835","tt2101383","en","Knight of Cups","Rick is a screenwriter living in Los Angeles. While successful in his career, his life feels empty. Haunted and confused, he finds temporary solace in the decadent Hollywood excess that defines his existence. Women provide a distraction to his daily pain, and every encounter brings him closer to finding his place in the world.","7.881","/zGN0fefqK6hg2ffxD3R7nRyaZcF.jpg","[{'id':22842,'logo_path':'/waIZoO3pnB0VVCUVo8u6hqcYN9U.png','name':'Waypoint Entertainment','origin_country':'US'},{'id':68662,'logo_path':null,'name':'Dogwood Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-02-08","566006","118","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'sr','name':'Srpski'}]","Released","A quest.","Knight of Cups","false","5.6","336" +"false","/3BvkPUpttkXVSNFrnV6lBlUdR3y.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","http://experimentermovie.com/","309299","tt3726704","en","Experimenter","Yale University, 1961. Stanley Milgram designs a psychology experiment that still resonates to this day, in which people think they???re delivering painful electric shocks to an affable stranger strapped into a chair in another room. Despite his pleads for mercy, the majority of subjects don???t stop the experiment, administering what they think is a near-fatal electric shock, simply because they???ve been told to do so. With Nazi Adolf Eichmann???s trial airing in living rooms across America, Milgram strikes a nerve in popular culture and the scientific community with his exploration into people???s tendency to comply with authority. Celebrated in some circles, he is also accused of being a deceptive, manipulative monster, but his wife Sasha stands by him through it all.","5.236","/gyFMUvk7gDMYQa988CaYz65COks.jpg","[{'id':17090,'logo_path':null,'name':'FJ Productions','origin_country':''},{'id':41602,'logo_path':null,'name':'BB Film Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-10-16","0","97","[{'iso_639_1':'en','name':'English'}]","Released","The Stanley Milgram Story","Experimenter","false","6.6","262" +"false","/pWkznG4FHJDKWR1rPY72Ka43bV3.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","https://www.bankside-films.com/screeners/ashby.html#","330112","tt3774466","en","Ashby","When new kid in town Ed Wallis is given an assignment to interview an older person, he turns to his mysterious neighbor, Ashby Holt for help. That new connection leads to unexpected journeys for both of them, as Ashby ??? who turns out to be a retired CIA assassin ??? deals with a terminal prognosis, and Ed deals with adjusting to life with his newly single mom and developing relationship with a brainy classmate, Eloise.","5.505","/o4gaHLrCIC2rHNxdsfYX427ZVYI.jpg","[{'id':25954,'logo_path':null,'name':'Metrol Technology','origin_country':'GB'},{'id':5056,'logo_path':'/kADFcjL04xe5HGBnlLjbfhliS2a.png','name':'Head Gear Films','origin_country':'GB'},{'id':64416,'logo_path':null,'name':'Langley Park Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-04-19","4631","102","[{'iso_639_1':'en','name':'English'}]","Released","Life is about knowing how to take a hit.","Ashby","false","6.1","291" +"false","/urJgrO6gU1WRGgmsT7z6ALpzoJ4.jpg","null","12000000","[{'id':18,'name':'Drama'}]","","333596","tt4183692","en","Woodlawn","Love and unity in a school torn by racism and hate in the 1970s.A gifted high school football player must learn to embrace his talent and his faith as he battles racial tensions on and off the field.","7.296","/yeAaG29HcZaXV9mpWQ9v13WSyDf.jpg","[{'id':34,'logo_path':'/GagSvqWlyPdkFHMfQ3pNq6ix9P.png','name':'Sony Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-10-15","14394097","123","[{'iso_639_1':'en','name':'English'}]","Released","One Hope. One Truth. One Way (John 14:6)","Woodlawn","false","7","76" +"false","/nyl1fNn9JguXGTtDl8tES75fSF8.jpg","null","35000000","[{'id':35,'name':'Comedy'}]","http://www.theinternmovie.com/","257211","tt2361509","en","The Intern","70-year-old widower Ben Whittaker has discovered that retirement isn't all it's cracked up to be. Seizing an opportunity to get back in the game, he becomes a senior intern at an online fashion site, founded and run by Jules Ostin.","14.803","/vQ7oVX2j7BnMDYyzuFeG1epqvGb.jpg","[{'id':735,'logo_path':null,'name':'Waverly Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-09-24","194564672","121","[{'iso_639_1':'en','name':'English'}]","Released","Experience never gets old","The Intern","false","7.1","3259" +"false","/ggOoBkkXsig7yCWpu3QPf8DAZhw.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","44326","tt0091024","en","Extremities","A woman escapes from the man who is about to rape her, but leaves her purse behind. Afraid that her attacker might come after her, she goes to the police, but with no proof of the incident, they can do nothing. In fact, the man does use the information in her bag and comes to her apartment with the intent of rape, but she sprays him in the face with insect repellent, and then holds him captive. She is then faced with deciding whether to go to the police who might not believe her and release him, or to kill him.","2.165","/pMN14kaump5CrzbSl1C0a2E0M4f.jpg","[{'id':3267,'logo_path':null,'name':'Atlantic Entertainment Group','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1986-08-22","13418091","89","[{'iso_639_1':'en','name':'English'}]","Released","When fear made her a victim, she turned fear into a weapon.","Extremities","false","6.1","28" +"false","/f7reA1qSiSA7bpQOdo6TkeFK9DH.jpg","null","6000000","[{'id':18,'name':'Drama'}]","","277546","tt3687398","en","The Runner","In the aftermath of the BP oil spill, an idealistic but imperfect New Orleans politician (Nicolas Cage) finds his plans of restoration unraveling as his own life becomes contaminated with corruption, scandal and deceit.","5.6","/eDe2xFCoIyBLcXoOyKpEc3KP661.jpg","[{'id':51566,'logo_path':null,'name':'KGB Media','origin_country':''},{'id':7372,'logo_path':'/ouJZliqslZepeihJHqBYWoBNBqR.png','name':'Paper Street Films','origin_country':'US'},{'id':7374,'logo_path':null,'name':'Back Lot Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-08-07","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Power always comes at a price","The Runner","false","4.7","92" +"false","/aEtgQ6FsHXmnqO4fhS8Fo0Y3qI4.jpg","null","0","[{'id':18,'name':'Drama'}]","","311291","tt3544082","en","45 Years","There is just one week until Kate Mercer's 45th wedding anniversary and the planning for the party is going well. But then a letter arrives for her husband. The body of his first love has been discovered, frozen and preserved in the icy glaciers of the Swiss Alps. By the time the party is upon them, five days later, there may not be a marriage left to celebrate.","7.837","/audq7llmvYDeh9ihDhLg8iSUkAt.jpg","[{'id':11895,'logo_path':null,'name':'Artificial Eye','origin_country':''},{'id':10441,'logo_path':'/aTEwjHN8l51ix2YcTxxzR92WaXy.png','name':'The Bureau','origin_country':'GB'},{'id':64479,'logo_path':'/6Do505ZuMYZYea4mX8WEGhydmnl.png','name':'Creative England','origin_country':'GB'},{'id':7281,'logo_path':'/vuDafYIcuoY0YyvgcqtjXOKwn6Q.png','name':'British Film Institute','origin_country':'GB'},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-08-04","4250507","95","[{'iso_639_1':'en','name':'English'}]","Released","","45 Years","false","6.5","415" +"false","/tq0SxmLHW7WJFKwWxflfLpxDtQY.jpg","null","50000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","http://www.olivertwistthemovie.co.uk/","257","tt0380599","en","Oliver Twist","Oliver Twist the modern filmed version of Charles Dickens bestseller, a Roman Polanski adaptation. The classic Dickens tale, where an orphan meets a pickpocket on the streets of London. From there, he joins a household of boys who are trained to steal for their master.","10.944","/7W1hGlbWlGkUI9o44E8u7D8eBbC.jpg","[{'id':2979,'logo_path':null,'name':'ETIC Films','origin_country':''},{'id':355,'logo_path':null,'name':'R.P. Productions','origin_country':'FR'},{'id':6732,'logo_path':null,'name':'Runteam III Ltd.','origin_country':''}]","[{'iso_3166_1':'CZ','name':'Czech Republic'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2005-09-23","42093706","130","[{'iso_639_1':'en','name':'English'}]","Released","","Oliver Twist","false","6.7","551" +"false","/zcJxJVhvxNHJJ2J7Q7NhgO9nPUV.jpg","{'id':108693,'name':'National Lampoon's Vacation Collection','poster_path':'/zvEUkLpDO7xlgabBEA9CCc0cvAt.jpg','backdrop_path':'/pBmhj6KkEjlzc3e7jAPkIHgGIrE.jpg'}","15000000","[{'id':35,'name':'Comedy'},{'id':12,'name':'Adventure'}]","","11153","tt0085995","en","National Lampoon's Vacation","Clark Griswold is on a quest to take his family on a quest to Walley World theme park for a vacation, but things don't go exactly as planned.","10.91","/ySI88wO1IFyKGWpSKRTSPilE3t2.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1983-07-28","61399552","99","[{'iso_639_1':'en','name':'English'}]","Released","Every summer Chevy Chase takes his family on a little trip. This year he went too far.","National Lampoon's Vacation","false","7.1","656" +"false","/fFaLQu2VyA3NJVyCHhBMXya06Om.jpg","null","0","[{'id':28,'name':'Action'},{'id':37,'name':'Western'}]","","38152","tt0072198","en","The Spikes Gang","After escaping home, three young friends form a dynamic alliance of untamed youth. They meet an old man named Spikes with the experience only a master gunfighter can offer. The gang of men go on a crime spree and are converted to outlaws with a price on their heads.","2.39","/dQbgV1jmWaMQL0bHLH7cFMLbfVl.jpg","[{'id':12272,'logo_path':null,'name':'Duo Productions','origin_country':''},{'id':219,'logo_path':null,'name':'The Mirisch Corporation','origin_country':''},{'id':12273,'logo_path':null,'name':'Sanford Productions (III)','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1974-05-01","0","96","[{'iso_639_1':'en','name':'English'}]","Released","Three boys wanted to be like their hero. Harry Spikes. They got their wish. Soon they were worth a fortune. DEAD or ALIVE.","The Spikes Gang","false","5.7","12" +"false","/lkDTOzZXx0EAxGCbHaH5bSW99GU.jpg","null","0","[{'id':18,'name':'Drama'}]","https://www.facebook.com/sotfilm","128207","tt1773764","en","Ship of Theseus","This first feature film from Indian playwright Anand Gandhi, tells three stories about persons forced to think about the ethics and moral issues raised by medical advances: a visually impaired Egyptian photographer, who after a cornea transplant has trouble adjusting to her newfound sense of sight; a devout Indian monk fighting against animal testing, who has to confront his beliefs when he is diagnosed with liver cirrhosis; and an Indian stockbroker, who after having a kidney transplant learns about the illegal trade in stolen organs and decides to help a poor victim of such theft - even though it means travelling all the way from India to Sweden.The film was first shown at the 2012 Toronto International Film Festival, where it received great critical acclaim and was touted as ""the hidden gem of the year"". It was released in India in July 2013, and was awarded Best Feature Film of 2013 at the Indian National Film Awards in 2014.","1.194","/dXnakeC4KnjnoJTxC05iEdqD22T.jpg","[{'id':34271,'logo_path':null,'name':'Recyclewala Films','origin_country':''}]","[{'iso_3166_1':'IN','name':'India'}]","2012-09-06","0","143","[{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'hi','name':'??????????????????'},{'iso_639_1':'sv','name':'svenska'}]","Released","How do you know where you end and where your environment begins?","Ship of Theseus","false","7","24" +"false","/oxVCvkl52DbymfcEWPTeLmX3Ec9.jpg","null","0","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","http://www.northsouthfilms.co.uk/","347924","tt4050596","en","North v South","For decades the criminal underworlds of the North and South bumped along begrudgingly. Like the Cold War, territories were respected out of the necessity to avoid apocalypse, with each side keeping tabs on the other???s capability. Such a precarious false harmony could not last forever. Now someone has crossed the line, and there???s no going back. An illicit love affair smolders, breaking taboo and threatening catastrophe at the smallest mistake. It is a romance of purest, unadulterated love, yet so forbidden that its discovery would wreak total carnage. The story is told through vignettes of strikingly original characters, with intertwining subplots that echo the complexity of life in the dog-eat-dog criminal underworld.","1.4","/lRr4CHMvDKyXmQVZcQROUTLfCoQ.jpg","[{'id':93006,'logo_path':null,'name':'North South Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-10-16","0","97","[{'iso_639_1':'en','name':'English'}]","Released","Long Time Coming... North v South","North v South","false","5.6","6" +"false","/awwPx7d9KgSZ9rpWetWHXhuvgz4.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","","60550","tt0037197","en","The Purple Heart","This is the story of the crew of a downed bomber, captured after a run over Tokyo, early in the war. Relates the hardships the men endure while in captivity, and their final humiliation: being tried and convicted as war criminals.","1.611","/lpyfIWkbvTCOQRxM5IYpmnaK5EA.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1944-02-25","0","99","[{'iso_639_1':'en','name':'English'}]","Released","An EPIC SAGE of RAW COURAGE!","The Purple Heart","false","6","3" +"false","/sqLUnVXLa6tE3HeLkrKONvTE0gY.jpg","null","0","[{'id':27,'name':'Horror'}]","http://www.starleafmovie.com/","306622","tt3973814","en","Star Leaf","Hikers find a secret grove of extra-terrestrial marijuana and must fight for their lives when they anger the other-worldly forces protecting the plants.","1.014","/zJ6HB8v6nEeEID6xZ9SQqgadoa8.jpg","[{'id':39661,'logo_path':null,'name':'Titan Sky Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-06-06","0","77","[{'iso_639_1':'en','name':'English'}]","Released","Some highs are out of this world.","Star Leaf","false","4.2","13" +"false","/8mIf8emFQebUNtW5kyW8xpDnMnR.jpg","null","0","[{'id':27,'name':'Horror'},{'id':80,'name':'Crime'}]","","42594","tt0064949","en","Scream and Scream Again","A serial killer, who drains his victims for blood is on the loose in London, the Police follow him to a house owned by an eccentric scientist.","1.89","/49m9QJ2ubKuVtdDj9B7XqgCyriv.jpg","[{'id':9266,'logo_path':null,'name':'American International Pictures (AIP)','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1970-02-13","0","95","[{'iso_639_1':'en','name':'English'}]","Released","TRIPLE DISTILLED HORROR... as powerful as a vat of boiling ACID!","Scream and Scream Again","false","5.3","43" +"false","/9v2a9G98m8RJxr4EekFmnh9YYfJ.jpg","{'id':171439,'name':'F/X Collection','poster_path':'/4LZcwmhKGUKmGfjDNTkq0Em0euL.jpg','backdrop_path':'/pLj66wA3xzB9vyOlzZRevSKamoD.jpg'}","16400000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'}]","","16820","tt0101846","en","F/X2","F/X man Rollie Tyler is now a toymaker. Mike, the ex-husband of his girlfriend Kim, is a cop. He asks Rollie to help catch a killer. The operation goes well until some unknown man kills both the killer and Mike. Mike's boss, Silak says it was the killer who killed Mike but Rollie knows it wasn't. Obviously, Silak is involved with Mike's death, so he calls on Leo McCarthy, the cop from the last movie, who is now a P.I., for help and they discover it's not just Silak they have to worry about.","6.198","/v44Ozx00NDrYYvvqI9fMVPHU0Gz.jpg","[{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'},{'id':3597,'logo_path':null,'name':'Dodi Fayed - Jack Wiener','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1991-04-16","0","108","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'cs','name':'??esk??'}]","Released","The Deadly Art of Illusion","F/X2","false","5.8","62" +"false","/yBeEgmgAHhxVytRt1cQ9P6D4dAV.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","http://www.rubenguthrie.com.au","336016","tt4018492","en","Ruben Guthrie","An Australian film about a hard-partying Sydney ad man who seeks to start a new chapter in his life.","1.96","/4A1j72rWGC01aajRB58n8bN3JHd.jpg","[]","[]","2015-07-17","0","94","[{'iso_639_1':'en','name':'English'}]","Released","A thirsty comedy about a man on the rocks","Ruben Guthrie","false","5","4" +"false","/rXgmI6louEPafOfVcM8raTdbS8S.jpg","null","0","[{'id':27,'name':'Horror'}]","","362430","tt4926042","en","Night of the Wild","A large meteor crashes into a quiet town, and pet dogs become mysteriously aggressive. attacking and killing the residents. Teenager Roslyn (Mays) and her old but faithful dog Shep are out camping when the attacks hit. Now separated by the chaos in town and blocked roads, Roslyn and the other members of her family must find each other by fighting back against the blood-thirsty hounds before the dogs take over the whole town and escape becomes impossible.","1.859","/fd8feGbLsAOWpm2pK3yOKvbZThI.jpg","[{'id':64705,'logo_path':null,'name':'Vox & Hound Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-10-03","0","86","[{'iso_639_1':'en','name':'English'}]","Released","Pray for Day","Night of the Wild","false","3.6","17" +"false","/3PCLsNzNzF1yy73vG58QltcWTYz.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","36850","tt0067482","en","A New Leaf","Henry Graham lives the life of a playboy. When his lawyer tells him one day that his lifestyle has consumed all his funds, he needs an idea to avoid climbing down the social ladder.","2.539","/oEkKDg1rmFKO5UmYg504hSLb26V.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':3276,'logo_path':null,'name':'Elkins Entertainment','origin_country':''},{'id':15752,'logo_path':null,'name':'Aries Productions','origin_country':''},{'id':20458,'logo_path':null,'name':'Elkins Productions International Corporation','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1971-03-11","0","102","[{'iso_639_1':'en','name':'English'}]","Released","","A New Leaf","false","7.2","42" +"false","/h3t4zZPteUPqyDBrmz5Z2zzGM61.jpg","{'id':185103,'name':'Hotel Transylvania Collection','poster_path':'/lrss5CB6dgRMnBoTlqhWoRTYbiv.jpg','backdrop_path':'/arH2YrpG7EVMnA4JCtzAXt9wQQJ.jpg'}","80000000","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","","159824","tt2510894","en","Hotel Transylvania 2","When the old-old-old-fashioned vampire Vlad arrives at the hotel for an impromptu family get-together, Hotel Transylvania is in for a collision of supernatural old-school and modern day cool.","15.432","/cFQHMUmxaO3PEDo5lxuQC8MCRIH.jpg","[{'id':34,'logo_path':'/GagSvqWlyPdkFHMfQ3pNq6ix9P.png','name':'Sony Pictures','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':2251,'logo_path':'/8PUjvTVmtJDdDXURTaSoPID0Boj.png','name':'Sony Pictures Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-09-21","473226958","89","[{'iso_639_1':'en','name':'English'}]","Released","They're back to raise a little terror","Hotel Transylvania 2","false","6.7","3026" +"false","/x12HOsLyqLWU7sAmqP5zp9EDAYZ.jpg","null","0","[{'id':10751,'name':'Family'}]","","362538","tt3978902","en","Spirit Riders","When a rebellious teen is arrested and sentenced to an equine therapy camp, she forms a connection with a spirited thoroughbred that she helps train with the guidance of the ranch's no-nonsense owner.","1.386","/eSVjSP3cmobRqcyjvJXj2XNbQG0.jpg","[{'id':71811,'logo_path':null,'name':'Edgen Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-05-09","0","92","[{'iso_639_1':'en','name':'English'}]","Released","Set your spirit free","Spirit Riders","false","5.3","7" +"false","/wnm7ySqYugSMhu4wTdMbkueqNHP.jpg","null","48000000","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'},{'id':10749,'name':'Romance'}]","","913","tt0155267","en","The Thomas Crown Affair","A very rich and successful playboy amuses himself by stealing artwork, but may have met his match in a seductive detective.","8.715","/jpRUaqNuQInXxdsLIncGJW5u3u2.jpg","[{'id':597,'logo_path':null,'name':'Irish Dreamtime','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-08-06","124305181","113","[{'iso_639_1':'en','name':'English'}]","Released","How do you get the man who has everything?","The Thomas Crown Affair","false","6.7","553" +"false","/9X0Ebv8wWOH7OlWmJOc5iucqkBm.jpg","null","16000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':12,'name':'Adventure'}]","","1541","tt0103074","en","Thelma & Louise","Whilst on a short weekend getaway, Louise shoots a man who had tried to rape Thelma. Due to the incriminating circumstances, they make a run for it and thus a cross country chase ensues for the two fugitives. Along the way, both women rediscover the strength of their friendship and surprising aspects of their personalities and self-strengths in the trying times.","10.112","/pnzuLoE52EiTfjfqRex2uTkH7LB.jpg","[{'id':21854,'logo_path':null,'name':'Star Partners III Ltd.','origin_country':''},{'id':841,'logo_path':'/6Yv1gIAuGkHS5Vis4UjnqHhCPWV.png','name':'Path?? Entertainment','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1991-05-24","45361000","130","[{'iso_639_1':'en','name':'English'}]","Released","Somebody said get a life??? so they did.","Thelma & Louise","false","7.4","1406" +"false","/j02egjvzSGDs2QiWnp7wcb2YO6L.jpg","null","6700000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","244539","tt1969062","en","Infinitely Polar Bear","A manic-depressive mess of a father tries to win back his wife by attempting to take full responsibility of their two young, spirited daughters, who don't make the overwhelming task any easier.","5.96","/guVYb5fFtlUdEqXLOKqPXMnS9KS.jpg","[{'id':13466,'logo_path':'/d2ewBAUkCGeYMj6bv2Z9PkzL5OA.png','name':'Park Pictures Features','origin_country':'US'},{'id':7372,'logo_path':'/ouJZliqslZepeihJHqBYWoBNBqR.png','name':'Paper Street Films','origin_country':'US'},{'id':11461,'logo_path':'/p9FoEt5shEKRWRKVIlvFaEmRnun.png','name':'Bad Robot','origin_country':'US'},{'id':51566,'logo_path':null,'name':'KGB Media','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-01-18","1430655","87","[{'iso_639_1':'en','name':'English'}]","Released","Sometimes family is the best medicine.","Infinitely Polar Bear","false","6.8","203" +"false","/gRc9VSxXCpqAmYpePlEiP8X6aZa.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","46797","tt0111454","en","Tom & Viv","The story of the marriage of the poet TS Eliot to socialite Vivienne Haigh-Wood, which had to cope with her gynaeological and emotional problems and his growing fame.","2.079","/vLh2r5QyIooLhmYNYEaSZ4Jxsav.jpg","[{'id':12745,'logo_path':null,'name':'British Screen Productions','origin_country':'GB'},{'id':97244,'logo_path':null,'name':'Harvey Kass','origin_country':''},{'id':1930,'logo_path':null,'name':'IRS Media','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1994-04-15","0","115","[{'iso_639_1':'en','name':'English'}]","Released","For better, for worse, forever.","Tom & Viv","false","5.9","12" +"false","/77RlF0iNf2VCXuEGH7ma1aAaD5o.jpg","null","0","[{'id':35,'name':'Comedy'}]","","288036","tt3165612","en","Sleeping with Other People","Can two serial cheaters get a second chance at love? After a one-night stand in college, New Yorkers Lainey and Jake meet by chance twelve years later and discover they each have the same problem: because of their monogamy-challenged ways, neither can maintain a relationship. Determined to stay friends despite their mutual attraction, they make a pact to keep it platonic, a deal that proves easier said than done.","9.623","/sT7WJ14n2tfU7ek9O1c0n2rVMbJ.jpg","[{'id':737,'logo_path':'/dK1GZ1u4our8sJW0Sts1JHeNSLn.png','name':'Sidney Kimmel Entertainment','origin_country':'US'},{'id':4740,'logo_path':null,'name':'Gary Sanchez Productions','origin_country':'US'},{'id':7437,'logo_path':'/e5CcgFrdlxMUwlsS72si8q1yHBr.png','name':'IM Global','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-06-26","3214116","100","[{'iso_639_1':'en','name':'English'}]","Released","A romantic comedy with commitment issues.","Sleeping with Other People","false","6.3","502" +"false","/m0VRjrm2WzEg6lPWHS9Y2khsBbr.jpg","null","15000000","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","http://www.scoutsandzombiesmovie.com/","273477","tt1727776","en","Scouts Guide to the Zombie Apocalypse","Three scouts and lifelong friends join forces with one badass cocktail waitress to become the world???s most unlikely team of heroes. When their peaceful town is ravaged by a zombie invasion, they???ll fight for the badge of a lifetime and put their scouting skills to the test to save mankind from the undead.","10.971","/3wHxtemithpFQiB7ffa50ZKI6bz.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':8000,'logo_path':'/f8NwLg72BByt3eav7lX1lcJfe60.png','name':'Broken Road Productions','origin_country':'US'},{'id':69656,'logo_path':null,'name':'Brucks Entertainment','origin_country':''},{'id':5698,'logo_path':null,'name':'Oops Doughnuts Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-10-23","14860766","93","[{'iso_639_1':'en','name':'English'}]","Released","Always bring protection.","Scouts Guide to the Zombie Apocalypse","false","6.2","876" +"false","/3C6QevUqLTm8cw3uPObJrmb0SPV.jpg","{'id':286177,'name':'Footsoldier Collection','poster_path':'/ecsYKWJ4sjNVCWZR947SaQgVW82.jpg','backdrop_path':'/qEO2IQcBy3nzcYbrLZlIVJJMEdl.jpg'}","0","[{'id':80,'name':'Crime'}]","http://www.carnabysales.com/film/rise-of-the-footsoldier-2/","373321","tt3150966","en","Rise of the Footsoldier Part II","On the 6th December 1995, three Essex gang members were brutally murdered in cold blood. It???s now early 1997 and whoever killed the three men have yet to be brought to justice. An associate of the men, still mourning the loss of his friends, is convinced that it???s only a matter of time before he???s next. For him, the only way out is to go back in and work his way back up the criminal ladder. The higher he gets, the more violent the jobs become, his quest for power turning into an obsession. With life and family on the line can he hold his nerve together one last time in order to get out alive?","2.286","/yOMBM9TNQgneQeA1fnbwr2jVXoX.jpg","[{'id':4098,'logo_path':null,'name':'Carnaby International','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-12-12","0","111","[{'iso_639_1':'en','name':'English'}]","Released","Soldier Enforcer Survivor","Rise of the Footsoldier Part II","false","4.7","17" +"false","/zAHozevwbbsB2epEVpCkzqVccWW.jpg","{'id':496796,'name':'Sicario Collection','poster_path':'/7OSBcvGv9nnrgBVrMxkur4yD1uX.jpg','backdrop_path':'/duanXKpT4H1f4TmVgSZ8ZqDyJtt.jpg'}","30000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","273481","tt3397884","en","Sicario","An idealistic FBI agent is enlisted by a government task force to aid in the escalating war against drugs at the border area between the U.S. and Mexico.","18.026","/p2SdfGmQRaw8xhFbexlHL7srMM8.jpg","[{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':3528,'logo_path':'/cCzCClIzIh81Fa79hpW5nXoUsHK.png','name':'Thunder Road Pictures','origin_country':'US'},{'id':33681,'logo_path':'/dHx2nsV9AC7IBlKN2dk1FDImvOz.png','name':'Black Label Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-09-17","84025816","122","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","The border is just another line to cross.","Sicario","false","7.3","4317" +"false","/pVcqCKF6ObW85AqQaKkiK4F9tNh.jpg","null","35000000","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.sonypictures.com/movies/thewalk/","285783","tt3488710","en","The Walk","The story of French high-wire artist Philippe Petit's attempt to cross the Twin Towers of the World Trade Center in 1974.","10.829","/j38bmdM59GZP7dQtJ4srJqX6zlw.jpg","[{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'},{'id':11395,'logo_path':null,'name':'ImageMovers','origin_country':''},{'id':34,'logo_path':'/GagSvqWlyPdkFHMfQ3pNq6ix9P.png','name':'Sony Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-09-30","61181942","123","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","Dream High.","The Walk","false","6.9","1853" +"false","/nRknN3DruUjseJRzAIGUT1jGZWi.jpg","null","0","[{'id':27,'name':'Horror'},{'id':28,'name':'Action'}]","","361159","tt4511566","en","Navy Seals vs. Zombies","A team of highly skilled Navy SEALS find themselves embarking on the battle of their lives when they come face-to-face with the undead. After a deadly outbreak occurs in New Orleans, the SEALS must fight for their lives, and the city, against an army of zombies.","4.02","/u9MaqPMe7ARQhDQWZQaqmsnuNX9.jpg","[{'id':63993,'logo_path':null,'name':'Throne Productions','origin_country':''},{'id':3546,'logo_path':null,'name':'Hollywood Media Bridge','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-10-08","0","97","[{'iso_639_1':'en','name':'English'}]","Released","","Navy Seals vs. Zombies","false","4","64" +"false","/pQwifZWonP5zq5S7pm7h3YlxSKD.jpg","null","5000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","http://www.stayinyourroom.com/","298312","tt3567288","en","The Visit","The terrifying story of a brother and sister who are sent to their grandparents' remote Pennsylvania farm for a weeklong trip. Once the children discover that the elderly couple is involved in something deeply disturbing, they see their chances of getting back home are growing smaller every day.","9.391","/32tNtTEQ1vIOLm1hEOSFkVwJT5D.jpg","[{'id':3172,'logo_path':'/kDedjRZwO8uyFhuHamomOhN6fzG.png','name':'Blumhouse Productions','origin_country':'US'},{'id':12236,'logo_path':'/uV6QBPdn3MjQzAFdgEel6od7geg.png','name':'Blinding Edge Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-09-10","98450062","94","[{'iso_639_1':'en','name':'English'}]","Released","No one loves you like your grandparents.","The Visit","false","6.2","2528" +"false","/7p8XcFCXXEcOgRCpXhRtgDwlATu.jpg","null","0","[{'id':28,'name':'Action'},{'id':99,'name':'Documentary'}]","","364832","tt4773642","en","Ben Collins Stunt Driver","Ben Collins sets out on a mission to find the perfect stunt car for an epic, high octane car chase.","0.6","/fwdEvSQalqtL6r15y5d5l3leJCb.jpg","[{'id':67045,'logo_path':null,'name':'Wise Old Fox','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-10-19","0","75","[]","Released","","Ben Collins Stunt Driver","false","5","4" +"false","/scy2xvj7ppaItKBFyKHayW7LdiX.jpg","null","0","[{'id':99,'name':'Documentary'}]","","358922","tt3916100","en","Being AP","Undoubtedly one of Britain's greatest ever sportsmen, the story of AP McCoy's final season is a fascinating mix of sacrifice, doubt, decisions, triumphs and failures, injury and ultimately, finding a way to leave the stage. With unprecedented access to a top athlete, the film tracks all the elements that make up McCoy's life.","0.6","/mQgnWeFZAK3bWEChR9qWSxqAYWy.jpg","[]","[{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-09-10","0","98","[{'iso_639_1':'en','name':'English'}]","Released","The man behind the legend","Being AP","false","5.2","6" +"false","/6IaAb0CUQyVgisQzgQLaSdlnUS8.jpg","null","0","[{'id':27,'name':'Horror'}]","","368256","tt3619102","en","Condemned","Fed up with her parents' bickering, poor-little-rich-girl Maya (Dylan Penn) moves in with her boyfriend who is squatting in an old, condemned building on Manhattan's Lower East Side. With neighbors that are meth heads, junkies and degenerates, this depraved hell hole is even more toxic than it appears: After a virus born from their combined noxious waste and garbage infects the building's residents, one by one, they succumb to a terrifying pathogen that turns them into bloodthirsty, rampaging killers and transforms their building into a savage slaughterhouse.","2.745","/f81fwTTuFSRiAPhXi2y3XafFYMj.jpg","[{'id':11049,'logo_path':null,'name':'Caliber Media Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-11-13","0","83","[{'iso_639_1':'en','name':'English'}]","Released","Death is the only escape","Condemned","false","3.4","35" +"false","/eqk6XUYgu2qwvjXXqz51PxZM7po.jpg","null","20000000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","http://burntmovie.com/","295964","tt2503944","en","Burnt","Adam Jones is a Chef who destroyed his career with drugs and diva behavior. He cleans up and returns to London, determined to redeem himself by spearheading a top restaurant that can gain three Michelin stars.","11.693","/nF7OxU8DyzmIy5jH6w26Jmavofh.jpg","[{'id':32243,'logo_path':null,'name':'PeaPie Films','origin_country':''},{'id':215,'logo_path':'/tQyeqkCj24krhY2W8qeAztcOS37.png','name':'Double Feature Films','origin_country':''},{'id':787,'logo_path':'/cCefBs1t7jxtiz3eCxBp9yxrxGx.png','name':'3 Arts Entertainment','origin_country':'US'},{'id':308,'logo_path':'/e8F3mQM7DkJ5SfYYDp8FYzPBOGX.png','name':'The Weinstein Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-10-02","36606743","100","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","Never underestimate a man with everything to lose.","Burnt","false","6.4","1753" +"false","/eXEL5VVxFoKYaGqeAoEJFE0QQvX.jpg","{'id':375228,'name':'The Condemned Collection','poster_path':'/303BNxNwJbkak946B6LxOnqcWeT.jpg','backdrop_path':'/6WINYcDfbuUopSU9nM6ayHVMFLo.jpg'}","0","[{'id':28,'name':'Action'}]","","353610","tt4151192","en","The Condemned 2","A former bounty hunter who finds himself on the run as part of a revamped Condemned tournament, in which convicts are forced to fight each other to the death as part of a game that's broadcast to the public.","4.674","/2iaerqaKRw1xAUzqIJRF96hZw2u.jpg","[{'id':10339,'logo_path':'/oiIi36MaWXwvvHWX5eojoE2Fiyv.png','name':'WWE Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-11-06","0","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","The world's deadliest game is back online","The Condemned 2","false","4.1","51" +"false","/n2RUTiFBDBTaBxNzXZv5WNktX4H.jpg","null","2000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","250124","tt3172532","en","The Diary of a Teenage Girl","Minnie Goetze is a 15-year-old aspiring comic-book artist, coming of age in the haze of the 1970s in San Francisco. Insatiably curious about the world around her, Minnie is a pretty typical teenage girl. Oh, except that she???s sleeping with her mother???s boyfriend.","6.745","/tp6cKoQOb9gY9DbhQmWIk7wdMkS.jpg","[{'id':41640,'logo_path':'/e1naE79Djln19oDgMsP3uuvLbTq.png','name':'Archer Gray','origin_country':'US'},{'id':2699,'logo_path':null,'name':'Caviar Films','origin_country':''},{'id':3916,'logo_path':null,'name':'Cold Iron Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-08-07","1477002","98","[{'iso_639_1':'en','name':'English'}]","Released","Some things are best kept secret","The Diary of a Teenage Girl","false","6.7","445" +"false","/nPof8loI01WI9ERf9bOY0B4Cwyg.jpg","{'id':358930,'name':'Contracted Collection','poster_path':'/aQ0r9I5fMSB9zXA7miDE4IeBSZy.jpg','backdrop_path':'/l3QBk7SMvVtsDtuc7BwIPuhxpzu.jpg'}","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","345468","tt4255110","en","Contracted: Phase II","Picking up directly where the previous film left off, the story follows Riley, one of the last people to come in contact with Samantha, as he scrambles to track down those responsible for the outbreak before the highly contagious disease not only consumes his body, but the world as we know it.","5.272","/iW3TPi9SlQhEu1fP9efvHQ2mbKh.jpg","[{'id':18609,'logo_path':null,'name':'BoulderLight Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-07-05","0","78","[{'iso_639_1':'en','name':'English'}]","Released","Protection is out of the question","Contracted: Phase II","false","5.3","95" +"false","/c9sSFoZ1sOpTO8ok1qauhjx0CMl.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://www.papermanthemovie.com/","39414","tt0437405","en","Paper Man","A coming-of-middle-age comedy that chronicles the unlikely friendship between failed author Richard Dunne and a Long Island teen who teaches him a thing or two about growing up, all under the disapproving eye of his long-suffering wife and his imaginary Superhero friend.","6.68","/9hxX18PbOZGjcnLeTBjhqKq1YLY.jpg","[{'id':10559,'logo_path':null,'name':'Koch Media','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-06-15","0","110","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","A little imagination goes a long way","Paper Man","false","6.2","153" +"false","/6djfBXCTOskpADDavEdNYcc9aKz.jpg","null","0","[{'id':10402,'name':'Music'},{'id':18,'name':'Drama'},{'id':80,'name':'Crime'},{'id':35,'name':'Comedy'}]","","340275","tt4594834","en","Chi-Raq","A modern day adaptation of the ancient Greek play Lysistrata by Aristophanes, set against the backdrop of gang violence in Chicago.","5.323","/qiHhMWmK7V1h7U36M7aaFP2UoDS.jpg","[{'id':20580,'logo_path':'/tkFE81jJIqiFYPP8Tho57MXRQEx.png','name':'Amazon Studios','origin_country':'US'},{'id':4319,'logo_path':null,'name':'40 Acres & A Mule Filmworks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-12-04","0","127","[{'iso_639_1':'en','name':'English'}]","Released","No peace. No piece.","Chi-Raq","false","5.7","91" +"false","/sy3e2e4JwdAtd2oZGA2uUilZe8j.jpg","null","108000000","[{'id':18,'name':'Drama'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'}]","http://www.foxmovies.com/movies/the-martian","286217","tt3659388","en","The Martian","During a manned mission to Mars, Astronaut Mark Watney is presumed dead after a fierce storm and left behind by his crew. But Watney has survived and finds himself stranded and alone on the hostile planet. With only meager supplies, he must draw upon his ingenuity, wit and spirit to subsist and find a way to signal to Earth that he is alive.","33.781","/5aGhaIHYuQbqlHWvWYqMCnj40y2.jpg","[{'id':1645,'logo_path':'/6Ry6uNBaa0IbbSs1XYIgX5DkA9r.png','name':'Scott Free Productions','origin_country':''},{'id':2735,'logo_path':null,'name':'Mid Atlantic Films','origin_country':''},{'id':6408,'logo_path':null,'name':'International Traders','origin_country':''},{'id':22213,'logo_path':'/qx9K6bFWJupwde0xQDwOvXkOaL8.png','name':'TSG Entertainment','origin_country':'US'},{'id':28788,'logo_path':null,'name':'Genre Films','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2015-09-30","630161890","141","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'zh','name':'?????????'}]","Released","Bring Him Home","The Martian","false","7.7","11762" +"false","/sjjI9CjDeGrcTIH5bPoSta6VzWx.jpg","{'id':41437,'name':'Paranormal Activity Collection','poster_path':'/lYXAMmm9XlYmj5Dr4O9diLQVCJS.jpg','backdrop_path':'/hZMiAPeINRH0M2X1PBEgn6YdULy.jpg'}","10000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","146301","tt2473510","en","Paranormal Activity: The Ghost Dimension","Using a special camera that can see spirits, a family must protect their daughter from an evil entity with a sinister plan.","8.092","/oJCDEo41ri0Q6TnC54kfAqqU5rq.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':3172,'logo_path':'/kDedjRZwO8uyFhuHamomOhN6fzG.png','name':'Blumhouse Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-10-21","78096553","88","[{'iso_639_1':'en','name':'English'}]","Released","You can't save them. All you can do is watch.","Paranormal Activity: The Ghost Dimension","false","5.2","751" +"false","/toelzaApXfuyFN3ixqK7yNvAvBz.jpg","null","0","[{'id':28,'name':'Action'}]","","360055","tt4642044","en","Riot","Copper Jack Stone purposefully orchestrates a bank robbery in order to be thrown into prison with the notorious Russian kingpin Balam. Balam is more than just a mob criminal; he's a very cunning and dangerous lord who controls the police force from behind bars. Balam lives in prison as a cover for his real power, which is King of the city. His cell is a lavish private room built specifically for him, inaccessible to most in the depths of the prison structure. Even the warden fears venturing into his area of the prison. However, even surrounded by his loyal henchmen and guards in his sectioned off fortress, Balam doesn't know Jack is coming for him to avenge his family, who Balam murdered in cold blood. Balam is tough... but Jack is tougher.","6.084","/5Q2pHzDfJ8QlUA2vx2yAXWJkof7.jpg","[{'id':9074,'logo_path':null,'name':'Mainstay Productions','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-09-27","0","88","[{'iso_639_1':'en','name':'English'}]","Released","Caged to kill.","Riot","false","5.9","63" +"false","/vUrqI1BsOXdAPkBHegX94xlDkOO.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","43461","tt0039677","en","Odd Man Out","Belfast police conduct a door-to-door manhunt for an IRA gunman (James Mason) wounded in a daring robbery.","3.239","/sp0RvgdBDgCBdZVwa8IUsU22UCU.jpg","[{'id':4006,'logo_path':null,'name':'Two Cities Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1947-01-30","0","116","[{'iso_639_1':'en','name':'English'}]","Released","This is it! the most exciting motion picture ever made!","Odd Man Out","false","7.4","64" +"false","/qw7yoEsR0ogdM2X7OwDTevnH6y5.jpg","null","0","[{'id':35,'name':'Comedy'}]","","15596","tt0090685","en","Back to School","Self-made millionaire Thornton Melon decides to get a better education and enrolls at his son Jason's college. While Jason tries to fit in with his fellow students, Thornton struggles to gain his son's respect, giving way to hilarious antics.","6.588","/8k0qfMvpHPttsyt8MqZJR8IOaRN.jpg","[{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'},{'id':3089,'logo_path':null,'name':'Paper Clip Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1986-06-13","91258000","96","[{'iso_639_1':'en','name':'English'}]","Released","Registration starts Friday, June 13, at theaters everywhere.","Back to School","false","6.3","180" +"false","/cl4SiIVD6F8bhZFFBM9UnST5JX1.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'}]","http://www.redbull.com/us/en/bike/films/1331645565522/rad-company-mountain-bike-film","276712","tt3826150","en","Brandon Semenuk's Rad Company","Brandon Semenuk's Rad Company pushes the limits of free-ride mountain biking and showcases the skills and passion that make him one of the most versatile and explosive riders on the planet. Brandon handpicked the crew of riders for this film who drive and inspire him in each discipline, ultimately creating some of the highest level of riding ever caught on camera. The film features an eclectic soundtrack that flows like your favorite mix tape, while seamlessly meshing all disciplines of mountain biking. NWD Films and Red Bull Media House have teamed up with some of the top cinematographers and digital effects artists to create an innovative style, while keeping true to the ???all killer no filler??? style of the New World Disorder.","0.921","/v60nN6Zl1Qm97SUzMwJ7GnMxCEv.jpg","[{'id':4633,'logo_path':null,'name':'New World Disorder','origin_country':''}]","[{'iso_3166_1':'FJ','name':'Fiji'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CA','name':'Canada'}]","2014-06-13","0","45","[{'iso_639_1':'en','name':'English'}]","Released","","Brandon Semenuk's Rad Company","false","8","1" +"false","/n0I2ZKfjle6KkDgpK2XR7ZWK3w0.jpg","{'id':216395,'name':'Parent Trap Collection','poster_path':null,'backdrop_path':null}","0","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","19186","tt0055277","en","The Parent Trap","Two identical twin sisters, separated at birth by their parents' divorce, are reunited years later at a summer camp, where they scheme to bring their parents back together. The girls, one of whom has been living with their mother and the other with their father, switch places after camp and go to work on their plan, the first objective being to scare off a gold-digger pursuing their father.","6.799","/lMIvsUP8CiBGDC7Tf4OrpYe3N5s.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1961-06-12","0","129","[{'iso_639_1':'en','name':'English'}]","Released","Caught in a merry marital mix-up!","The Parent Trap","false","7.1","147" +"false","/cQHtpMJ759YxYgPJzFZmnbfts5m.jpg","null","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","341077","tt2911674","en","Tiger House","A young gymnast battles a group of bank robbers at the home of her boyfriend.","5.914","/odP83vvEMsc7cKxGwsXBhA628G6.jpg","[{'id':70879,'logo_path':null,'name':'Ten10 Films','origin_country':''},{'id':19638,'logo_path':'/6R3XtbihMWuDRFnlm4MkpxhmEKf.png','name':'Altitude Film Entertainment','origin_country':'GB'},{'id':62265,'logo_path':null,'name':'Glass Man Films','origin_country':''},{'id':31787,'logo_path':null,'name':'Creativity Capital','origin_country':''},{'id':564,'logo_path':null,'name':'Industrial Development Corporation of South Africa','origin_country':''}]","[{'iso_3166_1':'ZA','name':'South Africa'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-08-24","0","80","[{'iso_639_1':'en','name':'English'}]","Released","12 Hours, 4 Killers, 1 Way Out.","Tiger House","false","5.4","136" +"false","/ljjr1LTE6Xsg8bQxcymXhcaQyLw.jpg","{'id':167613,'name':'Alvin and the Chipmunks Collection','poster_path':'/fLvRQcuk5ZFKnDvUC553XK3OnPC.jpg','backdrop_path':'/qI483yHct3PBtIiOH3K3SVNUDq5.jpg'}","60000000","[{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'},{'id':16,'name':'Animation'}]","http://www.chipmunks.com","6477","tt0952640","en","Alvin and the Chipmunks","A struggling songwriter named Dave Seville finds success when he comes across a trio of singing chipmunks: mischievous leader Alvin, brainy Simon, and chubby, impressionable Theodore.","16.926","/sAt2yb4dgrpkHjbB9dQaKD9Caor.jpg","[{'id':711,'logo_path':'/tEiIH5QesdheJmDAqQwvtN60727.png','name':'Fox 2000 Pictures','origin_country':'US'},{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':10930,'logo_path':null,'name':'Bagdasarian Productions','origin_country':''},{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-12-13","361366633","92","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'ja','name':'?????????'}]","Released","Get your squeak on!","Alvin and the Chipmunks","false","5.6","2302" +"false","/3x59nJ0umJAh0NWk9F8heCJt9nk.jpg","{'id':59586,'name':'The Blue Lagoon Collection','poster_path':'/A4U11Zhp5KjiKOrghNlqNlmrbhw.jpg','backdrop_path':'/m8LAOuIhlCBr6dWdtVF2C2ioMrc.jpg'}","4500000","[{'id':10749,'name':'Romance'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'}]","","5689","tt0080453","en","The Blue Lagoon","Two small children and a ship's cook survive a shipwreck and find safety on an idyllic tropical island. Soon, however, the cook dies and the young boy and girl are left on their own. Days become years and Emmeline and Richard make a home for themselves surrounded by exotic creatures and nature's beauty. But will they ever see civilization again?","8.815","/eOGmvumXHZYo20vEf9t3DQEa5K1.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1980-07-05","58853106","104","[{'iso_639_1':'en','name':'English'}]","Released","A sensuous story of natural love.","The Blue Lagoon","false","5.9","778" +"false","/sLF3zgqfFC6Vev84h9aK4U88M2C.jpg","{'id':86027,'name':'Aladdin Collection','poster_path':'/enl57YvMhTAdic6El5rfZppyzq2.jpg','backdrop_path':'/naeLgo2bt4WKfHF4BTrG6mkmjiY.jpg'}","3500000","[{'id':10751,'name':'Family'},{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':10749,'name':'Romance'}]","http://movies.disney.com/aladdin-the-return-of-jafar","15969","tt0107952","en","The Return of Jafar","The evil Jafar escapes from the magic lamp as an all-powerful genie, ready to plot his revenge against Aladdin. From battling elusive villains atop winged horses, to dodging flames inside an exploding lava pit, it's up to Aladdin - with Princess Jasmine and the outrageously funny Genie by his side - to save the kingdom once and for all.","12.35","/sC4wDVBMPMxmn5JJqPalMOhQ35U.jpg","[{'id':3475,'logo_path':'/jTPNzDEn7eHmp3nEXEEtkHm6jLg.png','name':'Walt Disney Television Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-12-15","0","69","[{'iso_639_1':'en','name':'English'}]","Released","The Aladdin adventure continues...","The Return of Jafar","false","5.7","885" +"false","/w0S04Q3qiQxLfUtf5AcqxQU4xUJ.jpg","null","17000000","[{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'}]","http://www.roarthemovie.com/","2989","tt0083001","en","Roar","Roar follows a family who are attacked by various African animals at the secluded home of their keeper.","2.478","/3v5T5ahdzSg8EzPddprTaEeAmrM.jpg","[{'id':8310,'logo_path':null,'name':'American Filmworks','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1981-11-12","2000000","102","[{'iso_639_1':'en','name':'English'}]","Released","No animals were harmed in the making of this movie. 70 members of the cast and crew were.","Roar","false","6","37" +"false","/c1qRUGOY1GYZf94WoduRRUgOfKx.jpg","null","11000000","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","http://www.sonyclassics.com/irrationalman/","282984","tt3715320","en","Irrational Man","On a small town college campus, a philosophy professor in existential crisis gives his life new purpose when he enters into a relationship with his student.","8.734","/aBHkXfleH4MBTUqrCQYCIGbp9Fd.jpg","[{'id':12966,'logo_path':null,'name':'Perdido Productions','origin_country':''},{'id':34,'logo_path':'/GagSvqWlyPdkFHMfQ3pNq6ix9P.png','name':'Sony Pictures','origin_country':'US'},{'id':1824,'logo_path':null,'name':'Gravier Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-07-17","27391084","95","[{'iso_639_1':'en','name':'English'}]","Released","","Irrational Man","false","6.4","1065" +"false","/l0MjWHOA5HJMXG4PfmUBZusuSib.jpg","null","0","[{'id':18,'name':'Drama'}]","","55819","tt0085398","en","Daniel","The fictionalized story of Daniel, the son of Paul and Rochelle Isaacson, who were executed as Soviet spies in the 1950s. As a graduate student in New York in the 1960s, Daniel is involved in the antiwar protest movement and contrasts his experiences to the memory of his parents and his belief that they were wrongfully convicted.","1.491","/5wr27gUyfi0sDdiTPa1jg48MvmK.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1983-08-26","0","130","[{'iso_639_1':'en','name':'English'}]","Released","","Daniel","false","7.2","11" +"false","/j6zFeNXGSnJBxkyPVpGsXLFgDLA.jpg","null","3000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","https://www.facebook.com/closerangemovie/","325173","tt3511596","en","Close Range","A rogue soldier turned outlaw is thrust into a relentless fight with a corrupt sheriff, his obedient deputies, and a dangerous drug cartel in order to protect his sister and her young daughter.","4.486","/vbKQn4YHPXNKb2hp64cJ84wsDh.jpg","[{'id':75142,'logo_path':null,'name':'Entropy','origin_country':''},{'id':1872,'logo_path':'/559H3L3CP1dJsHLSS3XSe5GNkW0.png','name':'Bleiberg Entertainment','origin_country':'US'},{'id':4322,'logo_path':'/AkdxBRkqgx0bHjjLvIyl0Mu8sxa.png','name':'Compound B','origin_country':'US'},{'id':68373,'logo_path':null,'name':'Underdogg Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-12-11","0","80","[{'iso_639_1':'en','name':'English'}]","Released","Colton MacReady...is coming home.","Close Range","false","5.3","85" +"false","/xdLTJSjRU2c001amJwj3yNtsp1i.jpg","null","55000000","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'}]","http://www.everestmovie.com/","253412","tt2719848","en","Everest","Inspired by the incredible events surrounding a treacherous attempt to reach the summit of the world's highest mountain, ""Everest"" documents the awe-inspiring journey of two different expeditions challenged beyond their limits by one of the fiercest snowstorms ever encountered by mankind. Their mettle tested by the harshest of elements found on the planet, the climbers will face nearly impossible obstacles as a lifelong obsession becomes a breathtaking struggle for survival.","14.666","/t3ELL46AnqjS9djz1vEVh4MpKv0.jpg","[{'id':10246,'logo_path':'/rREvQNWAxkDfY9CDn2c5YxEMPdP.png','name':'Cross Creek Pictures','origin_country':'US'},{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'},{'id':10221,'logo_path':'/99VfWRgKasZoyK9UVB39gnYvFrZ.png','name':'Walden Media','origin_country':'US'},{'id':62693,'logo_path':'/i8mR4YqKiyDvxwmpSqzly9tQ31f.png','name':'RVK Studios','origin_country':'IS'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':40106,'logo_path':null,'name':'Free State Pictures','origin_country':''}]","[{'iso_3166_1':'IS','name':'Iceland'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-09-10","203427584","121","[{'iso_639_1':'en','name':'English'}]","Released","The Storm Awaits.","Everest","false","6.7","2786" +"false","/oXj7C4IuTTtA2iR7hCYtGRy0BS1.jpg","null","8000000","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","232572","tt1178665","en","A Walk in the Woods","After spending two decades in England, Bill Bryson returns to the U.S., where he decides the best way to connect with his homeland is to hike the Appalachian Trail with one of his oldest friends.","5.957","/ksn8DLsROK4V542Zex9X6AmZL3A.jpg","[{'id':316,'logo_path':null,'name':'Wildwood Enterprises','origin_country':'US'},{'id':50482,'logo_path':null,'name':'Route One Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-09-02","35991087","104","[{'iso_639_1':'en','name':'English'}]","Released","When you push yourself to the edge, the real fun begins.","A Walk in the Woods","false","5.9","391" +"false","/iQY3kJ2oqHqmcSm32xPfkFF4xW9.jpg","{'id':357173,'name':'Sinister Collection','poster_path':'/uun1SgzxdQx9YIPyepoLE3ePxQh.jpg','backdrop_path':'/4JASyGk5suaz4xwMp6irzg334k6.jpg'}","10000000","[{'id':27,'name':'Horror'}]","http://www.sinistermovie.com/","283445","tt2752772","en","Sinister 2","A young mother and her twin sons move into a rural house that's marked for death.","8.642","/AeJYo2wLVL6NpkHxpWIptGbQD0N.jpg","[{'id':69110,'logo_path':null,'name':'Tank Caterpillar','origin_country':''},{'id':3172,'logo_path':'/kDedjRZwO8uyFhuHamomOhN6fzG.png','name':'Blumhouse Productions','origin_country':'US'},{'id':2514,'logo_path':null,'name':'Alliance Films','origin_country':''},{'id':7625,'logo_path':'/kzq4ibnNeZrp00zpBWv3st1QCOh.png','name':'Automatik Entertainment','origin_country':'US'},{'id':8147,'logo_path':'/q6HOAdSNgCbeOqwoMVRc6REgbXF.png','name':'Entertainment One','origin_country':'CA'},{'id':7437,'logo_path':'/e5CcgFrdlxMUwlsS72si8q1yHBr.png','name':'IM Global','origin_country':'US'},{'id':69111,'logo_path':null,'name':'Steady Aim','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-08-19","52882018","97","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Be careful, children at play.","Sinister 2","false","5.8","1091" +"false","/wM7M0HpiOnEVe5FOvysOpGu7BTg.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","http://www.naafilms.com/#400days","332502","tt3774790","en","400 Days","4 would be astronauts spend 400 days in a land locked space simulator to test the psychological effects of deep space travel but, when something goes terribly wrong and they are forced to leave the simulation, they discover that everything on earth has changed. Is this real or is the simulation on a higher level than they could have ever imagined?","5.83","/nRq4Go8AITgb2efT0B3EKyIlege.jpg","[{'id':5124,'logo_path':null,'name':'New Artists Alliance','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-10-29","0","91","[{'iso_639_1':'en','name':'English'}]","Released","Time to Kill","400 Days","false","4.3","276" +"false","/krDhvX5JXO2Ye5hWO8b3cjFokcH.jpg","null","0","[{'id':36,'name':'History'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'}]","http://??????.kr/","348689","tt3054798","ko","??????, ?????? ??????","While in medieval Korea, a young girl sets out to revenge the betrayal and the death of her mother. But therefore she must face one of the most powerful men and warriors of the Goryo Dynasty.","3.3","/dqf7fnJXoPvKdVD33w4KYl3qB55.jpg","[{'id':7819,'logo_path':'/ghFZAt4edln0M7BzDExyYMzUGX1.png','name':'Lotte Entertainment','origin_country':'KR'},{'id':70681,'logo_path':null,'name':'TPS Company','origin_country':'KR'}]","[{'iso_3166_1':'KR','name':'South Korea'}]","2015-08-13","0","121","[{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","The Fated Battle of the Three Swords","Memories of the Sword","false","6.3","36" +"false","/fuNOpjHbll3ZSBNZpQuiStHkpHv.jpg","null","0","[{'id':35,'name':'Comedy'}]","http://www.tigeraspect.co.uk/pr-and-media/bad-education-movie-begins/","348296","tt4660980","en","The Bad Education Movie","Mr Wickers and his class go on one final school trip after they finish their GCSEs.","4.127","/33zACKMdsP50a0V5qTqC0JmeDrS.jpg","[{'id':686,'logo_path':'/qMVjV8YFbxXrGVF4wD6hRjllVbr.png','name':'Tiger Aspect Productions','origin_country':'GB'}]","[]","2015-08-21","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Best school trip ever!","The Bad Education Movie","false","5.7","71" +"false","/ht993YICyNX1yb0jKlKjNe8xqtx.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","54523","tt0077188","it","Autostop rosso sangue","A bickering couple driving cross-country pick up a murderous hitchhiker whom threatens to kill them unless they take him to a santuary, and in return agrees to split some bank loot he has on him.","3.177","/bd56RxKtT84qvZQ8UKZDnuDAPlc.jpg","[{'id':15868,'logo_path':null,'name':'Medusa Distribuzione','origin_country':''},{'id':1671,'logo_path':null,'name':'Explorer Film '58','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'}]","1977-04-30","0","104","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","Hitch a Ride ... Hitch a Date with Death!","Hitch Hike","false","6.8","32" +"false","/pXVNAa2uqQiFEQUUQGJ6bICwrrE.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","","107412","tt0091957","en","Silk","Silk, the toughest cop in Honolulu, busts small time smugglers only to reveal a larger syndicate smuggling Asian mobsters into the States by buying the identities of Hawaiian citizens.","0.6","/z7a9xU7V4hpOV2J4ZVXRUX4kSAF.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'PH','name':'Philippines'}]","1986-12-01","0","84","[{'iso_639_1':'en','name':'English'}]","Released","When the heat's on no one's smoother than...","Silk","false","5.1","5" +"false","/6rWMFj9HrlJWzsLOCZJyl3HR6VJ.jpg","null","0","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","35052","tt1183665","en","Cracks","Jealousy flares after the headmistress of an elite boarding school for girls becomes obsessed with a new student.","7.513","/2zpNd8qPT9HyQMUT1uVwyXhmMjM.jpg","[{'id':10843,'logo_path':null,'name':'Future Films','origin_country':''},{'id':6538,'logo_path':null,'name':'Antena 3 Films','origin_country':'ES'},{'id':3353,'logo_path':'/qv2v9HaStUTRjqonODM29YG0oFX.png','name':'Element Pictures','origin_country':'IE'}]","[{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2009-12-04","0","104","[{'iso_639_1':'en','name':'English'}]","Released","Innocence isn't lost. It's taken.","Cracks","false","6.6","183" +"false","/xdha8DvElblfBbNnkpGsF42lAyv.jpg","null","60000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","2749","tt0179626","en","15 Minutes","When Eastern European criminals Oleg and Emil come to New York City to pick up their share of a heist score, Oleg steals a video camera and starts filming their activities, both legal and illegal. When they learn how the American media circus can make a remorseless killer look like the victim and make them rich, they target media-savvy NYPD Homicide Detective Eddie Flemming and media-naive FDNY Fire Marshal Jordy Warsaw, the cops investigating their murder and torching of their former criminal partner, filming everything to sell to the local tabloid TV show ""Top Story.""","8.51","/qqqleHV8y7NLKt7isSZAvOwVPH6.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':376,'logo_path':null,'name':'Industry Entertainment','origin_country':''},{'id':11391,'logo_path':null,'name':'Tribeca Productions','origin_country':'US'},{'id':67171,'logo_path':null,'name':'New Redemption Pictures','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2001-03-01","56359980","120","[{'iso_639_1':'el','name':'????????????????'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'cs','name':'??esk??'}]","Released","America Likes to Watch","15 Minutes","false","5.7","317" +"false","/jrEbYGtEEv981chqVvYyIU9ni6K.jpg","null","60000000","[{'id':35,'name':'Comedy'},{'id':37,'name':'Western'}]","http://www.netflix.com/title/80039517","347969","tt2479478","en","The Ridiculous 6","When his long-lost outlaw father returns, Tommy ""White Knife"" Stockburn goes on an adventure-filled journey across the Old West with his five brothers.","9.327","/k77xcsBtZMq9zIlTVQV7UBemzXD.jpg","[{'id':2608,'logo_path':'/g3YRudXiQzHesQqRXvnhFpMzfkU.png','name':'Happy Madison Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-12-11","0","119","[{'iso_639_1':'en','name':'English'}]","Released","","The Ridiculous 6","false","4.9","647" +"false","/gSRmbQaKByPHlXGkLD5hAITEoQH.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","149592","tt2215366","en","From Beneath","Jason, is bit by a strange organism while on vacation with his girlfriend, Sam, at her sister's secluded farmhouse. The bite begins a transformation in Jason, and now the couple must race against time to figure out what happened to Sam's sister and her family, and what lies in store for them. All of these elements are tantamount to the ultimate fear addressed in the film, the fear of losing a loved one and worse, becoming a monster in their eyes.","2.661","/iNWSdxP1rt3nUiJz8kWk99TR3h0.jpg","[{'id':58382,'logo_path':null,'name':'Maritime Motion Picture Company of Canada','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'}]","2012-08-19","0","82","[{'iso_639_1':'en','name':'English'}]","Released","Its been waiting....inside you","From Beneath","false","4.5","6" +"false","/qTfzRTz1Rw3RXlY9isnqHPaWc04.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'},{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'}]","","149509","tt1528071","en","Horns","In the aftermath of his girlfriend's mysterious death, a young man awakens to strange horns sprouting from his temples.","7.013","/bEMYaQbPBmdzsDrKBGbRwBTcb9J.jpg","[{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'},{'id':551,'logo_path':'/jSlzEZZ4Z1g7B2UExjZEIKsUvD9.png','name':'Mandalay Pictures','origin_country':'US'},{'id':19177,'logo_path':null,'name':'Red Granite Pictures','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2013-09-06","0","120","[{'iso_639_1':'en','name':'English'}]","Released","He Will Bring Out The Devil In You","Horns","false","6.3","1340" +"false","/9zsbG1oNRlxR9wpvf3osq76TDXM.jpg","{'id':221622,'name':'12 Rounds Collection','poster_path':'/5ra91krahJv3CKklkxb01Yo74r5.jpg','backdrop_path':'/cPNJRFgk1EtdqUAOSZ5gPigj741.jpg'}","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","351901","tt3957956","en","12 Rounds 3: Lockdown","Lockdown Follows a police officer who returns to duty after recovering from a gun shot wound to discover incriminating evidence of illegal activities against those closest to him. He quickly finds himself trapped inside his own precinct, hunted and in search of the truth, as the crooked cops stop at nothing to recover the evidence.","4.193","/nCtKVLCh0h8QBsPO6P4drq2vPCR.jpg","[{'id':10339,'logo_path':'/oiIi36MaWXwvvHWX5eojoE2Fiyv.png','name':'WWE Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-09-11","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Twelve Rounds In the Clip. One Shot at Redemption.","12 Rounds 3: Lockdown","false","4.9","67" +"false","/ebeK87shb5LYZEBUAGLqT8YbIwi.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","13776","tt0083833","en","Diner","Set in 1959, Diner shows how five young men resist their adulthood and seek refuge in their beloved Diner. The mundane, childish, and titillating details of their lives are shared. But the golden moments pass, and the men shoulder their responsibilities, leaving the Diner behind.","4.599","/pgPEhfGLo3LayiF8HqrNNt1JiIU.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1982-04-02","0","110","[{'iso_639_1':'en','name':'English'}]","Released","Suddenly, life was more than French fries, gravy, and girls.","Diner","false","6.9","127" +"false","/36EF5e1ZUJv6xnkOTm5s4vM33SC.jpg","null","50000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","http://alanparker.com/film/the-life-of-david-gayle/","11615","tt0289992","en","The Life of David Gale","A man against capital punishment is accused of murdering a fellow activist and is sent to death row.","10.879","/pwwDzbmTErcUFUPCV2fGSlHm4WP.jpg","[{'id':24,'logo_path':null,'name':'Mikona Productions GmbH & Co. KG','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':763,'logo_path':null,'name':'Intermedia Films','origin_country':''},{'id':831,'logo_path':null,'name':'Saturn Films','origin_country':'US'},{'id':81128,'logo_path':null,'name':'Dirty Hands Productions','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2003-02-21","38955598","130","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","The crime is clear. The truth is not.","The Life of David Gale","false","7.4","870" +"false","/p3G0VLxXu9AK0WXXsGrjfXr9wrA.jpg","null","21000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","858","tt0108160","en","Sleepless in Seattle","A young boy who tries to set his dad up on a date after the death of his mother. He calls into a radio station to talk about his dad???s loneliness which soon leads the dad into meeting a Journalist Annie who flies to Seattle to write a story about the boy and his dad. Yet Annie ends up with more than just a story in this popular romantic comedy.","11.159","/afkYP15OeUOD0tFEmj6VvejuOcz.jpg","[{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-06-24","227799884","105","[{'iso_639_1':'en','name':'English'}]","Released","What if someone you never met, someone you never saw, someone you never knew was the only someone for you?","Sleepless in Seattle","false","6.6","1069" +"false","/cJX3625vOEiHYb7Bz47vIX8Cuoi.jpg","null","18200000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","86597","tt1658837","en","The Tall Man","When her child goes missing, a mother looks to unravel the legend of the Tall Man, an entity who allegedly abducts children.","9.671","/1fc87E3ppCq6xBnZJ63Sa9FKRUd.jpg","[{'id':12686,'logo_path':null,'name':'Forecast Pictures','origin_country':''},{'id':12687,'logo_path':null,'name':'Iron Ocean Films','origin_country':''},{'id':12689,'logo_path':null,'name':'Radar Films','origin_country':'FR'},{'id':2902,'logo_path':'/nSPZ1BNASeC2dxJKB8AF6dJCx5q.png','name':'SND','origin_country':'FR'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'FR','name':'France'}]","2012-03-19","0","106","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Fear takes a new shape","The Tall Man","false","5.9","550" +"false","/7Tt7UjlyccQpM6IKqzJI45DYXVR.jpg","null","19000000","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","245698","tt1596345","en","Pawn Sacrifice","American chess champion Bobby Fischer prepares for a legendary match-up against Russian Boris Spassky.","10.277","/mxdpBuSMqql2Uvv27NIV1pahcsW.jpg","[{'id':54931,'logo_path':null,'name':'Gail Katz Productions','origin_country':''},{'id':24277,'logo_path':'/u42aMBx2JxWp4vgTjqcar4Kp1HI.png','name':'PalmStar Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-09-16","5578519","115","[{'iso_639_1':'en','name':'English'}]","Released","On the board he fought the Cold War. In his mind he fought his madness.","Pawn Sacrifice","false","6.7","424" +"false","/goVRe5bINwo9e5wxv6Tu1jjJmSA.jpg","null","12000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.sonypictures.com/movies/theperfectguy/","304372","tt3862750","en","The Perfect Guy","After a painful breakup, Leah seems to meet the perfect guy. But she soon discovers his violent side that disrupts her life.","5.889","/lMsMobvpvMI2JzJBT75m45p5pLu.jpg","[{'id':3287,'logo_path':'/bz6GbCQQXGNE56LTW9dwgksW0Iw.png','name':'Screen Gems','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-09-11","60273173","100","[{'iso_639_1':'en','name':'English'}]","Released","Trust one, fear the other.","The Perfect Guy","false","5.7","207" +"false","/cBlnfR0n1GA2vPoUQNcbL9pb3VW.jpg","null","8900000","[{'id':80,'name':'Crime'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","336004","tt3276924","en","Heist","A father is without the means to pay for his daughter's medical treatment. As a last resort, he partners with a greedy co-worker to rob a casino. When things go awry they're forced to hijack a city bus.","6.444","/t5tGykRvvlLBULIPsAJEzGg1ylm.jpg","[{'id':67776,'logo_path':null,'name':'Silver Plane Films','origin_country':''},{'id':10405,'logo_path':null,'name':'Emmett/Furla Films','origin_country':'US'},{'id':67777,'logo_path':null,'name':'Mass Hysteria Entertainment','origin_country':'US'},{'id':67778,'logo_path':null,'name':'Tri Vision Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-11-13","4100000","93","[{'iso_639_1':'en','name':'English'}]","Released","Never make a bet you can't afford to lose.","Heist","false","5.8","485" +"false","/5qXhNNMd9LdPzhwWotPNGFq4cN7.jpg","null","6000000","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","","301351","tt3787590","en","We Are Your Friends","Young Cole Carter dreams of hitting the big time as a Hollywood disc jockey, spending his days and nights hanging with buddies and working on the one track that will set the world on fire. Opportunity comes knocking when he meets James Reed, a charismatic DJ who takes the 23-year-old under his wing. Soon, his seemingly clear path to success gets complicated when he starts falling for his mentor's girlfriend, jeopardizing his new friendship and the future he seems destined to fulfill.","7.355","/accc6f6h3Xi8kURvYpPoATOsm2Z.jpg","[{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'FR','name':'France'}]","2015-08-26","11122090","96","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","The world is yours.","We Are Your Friends","false","6.4","1178" +"false","/6Ym6bgfhvpgQS5Sg8kKnfW1hX7P.jpg","null","150000000","[{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","","266647","tt3332064","en","Pan","Living a bleak existence at a London orphanage, 12-year-old Peter finds himself whisked away to the fantastical world of Neverland. Adventure awaits as he meets new friend James Hook and the warrior Tiger Lily. They must band together to save Neverland from the ruthless pirate Blackbeard. Along the way, the rebellious and mischievous boy discovers his true destiny, becoming the hero forever known as Peter Pan.","12.158","/uflLJBg5iVWaPpzc4Qm54HNoGYd.jpg","[{'id':20478,'logo_path':'/gSS2OBc6dRsK2ewRx5lcwnARrpl.png','name':'Moving Picture Company','origin_country':'GB'},{'id':27711,'logo_path':'/3e294jszfE6cE8TOogmj0zNd6pL.png','name':'Berlanti Productions','origin_country':'US'},{'id':41624,'logo_path':'/wzKxIeQKlMP0y5CaAw25MD6EQmf.png','name':'RatPac-Dune Entertainment','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-09-24","128388320","111","[{'iso_639_1':'en','name':'English'}]","Released","Every legend has a beginning.","Pan","false","5.9","1647" +"false","/s4WMBIM18cFjw1NEdPaJ4k2brzr.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","73588","tt1525890","en","The Caller","Troubled divorcee Mary Kee is tormented by a series of sinister phone calls from a mysterious woman. When the stranger reveals she's calling from the past, Mary tries to break off contact. But the caller doesn't like being ignored, and looks for revenge in a unique and terrifying way...","6.058","/tlhbXjcSCpNqLQTTtFSXLbV5yQg.jpg","[{'id':5056,'logo_path':'/kADFcjL04xe5HGBnlLjbfhliS2a.png','name':'Head Gear Films','origin_country':'GB'},{'id':11785,'logo_path':null,'name':'Alcove Entertainment','origin_country':''},{'id':24513,'logo_path':null,'name':'Pimienta','origin_country':'PR'},{'id':25953,'logo_path':null,'name':'The Salt Company International','origin_country':''},{'id':25954,'logo_path':null,'name':'Metrol Technology','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'PR','name':'Puerto Rico'}]","2011-08-26","0","92","[{'iso_639_1':'en','name':'English'}]","Released","Some calls are best left unanswered","The Caller","false","5.9","111" +"false","/sw2EiMMgvJckwXhs59gEruWEKXV.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","22007","tt1015474","en","Train","This new Train tells the tale of an American wrestling team who board a train that just so happens to be used as a supermarket for organ harvesters.","4.827","/30xhTYBhnrZ17kMMpstvBfyoGsn.jpg","[{'id':925,'logo_path':'/dIb9hjXNOkgxu4kBWdIdK8nM4w.png','name':'Nu Image','origin_country':'US'},{'id':1020,'logo_path':'/kuUIHNwMec4dwOLghDhhZJzHZTd.png','name':'Millennium Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-10-16","0","94","[{'iso_639_1':'en','name':'English'}]","Released","You're in for a hell of a ride.","Train","false","4.5","58" +"false","/wdDVAulIkDwtsTfmVMeH8s3oNbC.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","22175","tt1243955","en","The Shortcut","When Derek (AnDrew Seeley) moves to a new town and discovers a shortcut through the woods to his high school, he learns about a crazy old man who lives near its path: Legend has it that he abducted a group of teenagers years ago. Ignoring the warning, Derek and his friends set out to uncover the dark secret that's buried deep in the woods. But will they survive to tell it?","3.592","/tB4LeBIuKA6e8uLmvjKaEeDwfl1.jpg","[{'id':2608,'logo_path':'/g3YRudXiQzHesQqRXvnhFpMzfkU.png','name':'Happy Madison Productions','origin_country':'US'},{'id':8583,'logo_path':null,'name':'Minds Eye Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-02-07","5000000","100","[{'iso_639_1':'en','name':'English'}]","Released","Some urban legends are real","The Shortcut","false","4.7","61" +"false","/ufMks5dhC1rLrMatVDYTfFntKRk.jpg","null","0","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","77785","tt1687889","en","Madison County","A group of college kids travel to a small, mountain town called Madison County to interview the author of a tell-all book on the accounts of several grisly murders that happened there. But when the kids get to Madison County, the author is no where to be found and the towns people act like they haven't seen him in years. They also say that the killer never existed and the murders never happened. However, when the kids start digging around to get their own answers, they find out that the stories maybe more real than the townspeople are letting on!","1.317","/ekyGuo6hhsT1RhNr9zV25JRWJla.jpg","[]","[]","2012-05-08","0","81","[{'iso_639_1':'en','name':'English'}]","Released","","Madison County","false","3.9","23" +"false","/dBBNL0Hi1LruPMaBQXh6lEbJs0P.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://housethemovie.net/","14833","tt0837796","en","House","Trying to recover from the nearly marriage-breaking stress following the death of their child, Jack (Reynaldo Rosales) and Stephanie (Heidi Dippold) spontaneously take off on a road trip. But when their car breaks down in a remote area, they find themselves in a horrific nightmare. Seeking shelter in a house, they soon realize that more danger lurks inside than outside in this spine-chiller based on Ted Dekker and Frank Peretti's best-seller.","2.985","/rZGQcYemx6DdE4SQN46xxM1WnW9.jpg","[{'id':2969,'logo_path':null,'name':'Namesake Entertainment','origin_country':''},{'id':2970,'logo_path':null,'name':'More Entertainment','origin_country':''},{'id':2971,'logo_path':null,'name':'Reel Security','origin_country':''}]","[{'iso_3166_1':'PL','name':'Poland'}]","2008-11-06","0","101","[{'iso_639_1':'en','name':'English'}]","Released","","House","false","4.1","38" +"false","/vEqOOGhA9kjlpdwtFXKBN35JAXI.jpg","null","0","[{'id':10402,'name':'Music'},{'id':99,'name':'Documentary'}]","","346401","tt3833822","en","Daft Punk Unchained","Daft Punk Unchained is the first film about the pop culture phenomenon that is Daft Punk, the duo with 12 million albums sold worldwide and seven Grammy Awards. Throughout their career Thomas Bangalter and Guy-Manuel de Homem-Christo have always resisted compromise and the established codes of show business. They have remained determined to maintain control of every link in the chain of their creative process. In the era of globalisation and social networks, they rarely speak in public and neither do they show their faces on TV. This documentary explores this unprecedented cultural revolution revealing a duo of artists on a permanent quest for creativity, independence and freedom.","3.547","/akyAkLjQepQtez6DCNMiMasufCE.jpg","[{'id':56580,'logo_path':null,'name':'BBC Worldwide France','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","2015-06-24","0","85","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'en','name':'English'}]","Released","","Daft Punk Unchained","false","7.1","74" +"false","/jhDwdV2zqRyGIjqAGWkFYIZdf0l.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'}]","","61105","tt0061780","en","The Honey Pot","In Venice, the millionaire benefactor Cecil Fox watches a Seventeenth Century play 'Volpone' and plots a practical joke to play on his three former greedy mistresses. He hires the unemployed actor William McFly to act as his butler and stage manager and sends letters telling the mistresses he is terminally ill. The prime intention of Rex is to see the reaction of the women after the reading of his will but things do not go as planned.","1.446","/ybZIOWNVsscSu9HuJxMmM7MUwGr.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1967-05-21","0","125","[{'iso_639_1':'en','name':'English'}]","Released","You are cordially invited to enjoy a perfectly elegant case of murder!","The Honey Pot","false","6.8","18" +"false","/sESzXLxl1f8vf94zPr8yngIddro.jpg","{'id':4438,'name':'The Space Odyssey Series','poster_path':'/i1WdRtc6aObiwGz5NU8WWPW3r1N.jpg','backdrop_path':'/mGeBxBuhU7yx2Ga4U2ST4reEDeb.jpg'}","28000000","[{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","","4437","tt0086837","en","2010","While planet Earth poises on the brink of nuclear self-destruction, a team of Russian and American scientists aboard the Leonov hurtles to a rendezvous with the still-orbiting Discovery spacecraft and it's sole known survivor, the homicidal computer HAL.","12.15","/9Rcz2n16HEYRi2EKGliByP6ESYR.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-12-06","40400657","116","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","In the very near future a small group of Americans and Russians set out on the greatest adventure of them all... To see if there is life beyond the stars.","2010","false","6.7","423" +"false","/8K8dSNGbjqR69zei7KpM360bgQ0.jpg","null","0","[{'id':27,'name':'Horror'}]","http://tomcatfilmsllc.com/blood-redd","371332","tt1691924","en","Blood Redd","Mortimer Clark, a forensic pathologist finds himself autopsying yet another teenage girl???s body ravaged and torn by a large canine. The girls all have been slain on the full moon. A werewolf though? That???s ridiculous. But the next full moon is drawing near and another body is expected. Day of the full moon: Lauren Redd, a sixteen year old girl is being forced to spend the weekend with her grandmother. Here she steps into an elaborate trap laid out by a manipulative killer. But when Lauren???s finally cornered, the tables turn and the prey becomes the predator. Now the Redd family will go to any length to protect their daughter and hide their family secret but Mortimer is quickly following the trail that leads to the horrific truth: Werewolves do exist, and they have an appetite that must be satisfied.","1.649","/3BcK1txtoBlj7f4goqBxlnISkZb.jpg","[{'id':69357,'logo_path':null,'name':'Clockwork Mind Pictures','origin_country':''},{'id':69358,'logo_path':null,'name':'What Big Eyes','origin_country':''},{'id':69359,'logo_path':null,'name':'Red Love Film','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-01-01","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Unleash the beast","Blood Redd","false","4.3","6" +"false","/kAnxY4Lc2rNp322rsmkqW9t7qzQ.jpg","null","0","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","http://garmwars-movie.com/","302026","tt2504640","en","Garm Wars: The Last Druid","In a world where clone soldiers from three military tribes are locked in a perpetual battle of air, land and technology, one clone is separated from the battle and finds herself on the run with a group of unlikely companions.","2.593","/6PlqvUbWU9EbKKDVCj89aPkuCN8.jpg","[{'id':77760,'logo_path':null,'name':'IG Films','origin_country':''},{'id':20162,'logo_path':null,'name':'Lyla Films','origin_country':''},{'id':529,'logo_path':'/rwB6w2aPENQbx756pBWSw44Ouk.png','name':'Production I.G','origin_country':'JP'},{'id':12502,'logo_path':'/aDcFy26DtVbyZIFOZNTLsooWH5X.png','name':'Bandai Namco Entertainment','origin_country':'JP'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'JP','name':'Japan'}]","2014-10-24","0","92","[{'iso_639_1':'en','name':'English'}]","Released","","Garm Wars: The Last Druid","false","4.1","25" +"false","/awcak1m6yW8393FkyeRdiiwRC7W.jpg","null","80000000","[{'id':35,'name':'Comedy'}]","","2539","tt0371246","en","Spanglish","Mexican immigrant and single mother Flor Moreno finds housekeeping work with Deborah and John Clasky, a well-off couple with two children of their own. When Flor admits she can't handle the schedule because of her daughter, Cristina, Deborah decides they should move into the Clasky home. Cultures clash and tensions run high as Flor and the Claskys struggle to share space while raising their children on their own, and very different, terms.","10.197","/eXsj4d6kP5z1n9Pkk7rosX2TF9w.jpg","[{'id':18,'logo_path':'/uqhagSwM7NAkQWVCQhKTyoqF8XH.png','name':'Gracie Films','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-12-17","55041367","130","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","Every family has a hero.","Spanglish","false","5.9","658" +"false","/17zo8xzwqwr7pqCZt1ABaAAakTv.jpg","null","6000000","[{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","https://www.netflix.com/title/80044545","283587","tt1365050","en","Beasts of No Nation","A drama based on the experiences of Agu, a child soldier fighting in the civil war of an unnamed African country. Follows the journey of a young boy, Agu, who is forced to join a group of soldiers in a fictional West African country. While Agu fears his commander and many of the men around him, his fledgling childhood has been brutally shattered by the war raging through his country, and he is at first torn between conflicting revulsion and fascination Depicts the mechanics of war and does not shy away from explicit, visceral detail, and paints a complex, difficult picture of Agu as a child soldier.","5.923","/mhqavU5fQGQyiNyqFWFR0I0r2e4.jpg","[{'id':6735,'logo_path':'/6yyByQrmTAgJv0QzZ1Eh1jiGX4R.png','name':'Participant Media','origin_country':'US'},{'id':10146,'logo_path':'/xnFIOeq5cKw09kCWqV7foWDe4AA.png','name':'Focus Features','origin_country':'US'},{'id':16945,'logo_path':null,'name':'Red Crown Productions','origin_country':''},{'id':59811,'logo_path':'/wwemzKWzjKYJFfCeiB57q3r4Bcm.png','name':'Netflix','origin_country':''}]","[{'iso_3166_1':'GH','name':'Ghana'},{'iso_3166_1':'US','name':'United States of America'}]","2015-09-11","9077700","137","[{'iso_639_1':'en','name':'English'}]","Released","Child. Captive. Killer.","Beasts of No Nation","false","7.6","854" +"false","/gndqi33qf51dB0fgGWmzDyfgaZH.jpg","null","0","[{'id':14,'name':'Fantasy'}]","http://www.mollymoonsworld.com/the-movie/molly-moon-and-the-incredible-book-of-hypnotism/","350505","tt2445178","en","Molly Moon and the Incredible Book of Hypnotism","An orphan who practices hypnosis faces off against a bank robber who wants her book on the art form.","2.305","/2ccXCLhCSA5PX0TlR2yA1gnyTlu.jpg","[{'id':9987,'logo_path':'/o5OTKAw7Acl5fTZYPyl8M8D9570.png','name':'Lipsync Productions','origin_country':'GB'},{'id':57927,'logo_path':null,'name':'Amber Entertainment','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-04-11","0","98","[{'iso_639_1':'en','name':'English'}]","Released","Small girl. Big imagination. Massive adventure.","Molly Moon and the Incredible Book of Hypnotism","false","4.8","38" +"false","/xM399V4mfnoIorCy3XW9leEAOCj.jpg","null","2000000","[{'id':53,'name':'Thriller'}]","http://www.screenmedia.net/project/shark-lake/","299553","tt4416518","en","Shark Lake","Meredith Hendricks happens to be the best cop in her quiet town on Lake Tahoe. When a black-market exotic species dealer named Clint is paroled from prison, something he let loose begins to make its presence known. Swimmers and land-lovers alike begin to become part of the food chain at an unbelievable rate. Meredith and her team discover that they're not just hunting one eating machine, but a whole family of them. Not everyone will make it out alive, but those who do will never forget this summer at Shark Lake.","3.367","/6jkMKKxg5OCY1TWBOQpdFb0MgPh.jpg","[{'id':56696,'logo_path':null,'name':'Parkside Pictures','origin_country':''},{'id':36684,'logo_path':null,'name':'FLF Films','origin_country':''},{'id':36685,'logo_path':null,'name':'Bottom Line Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-10-02","0","92","[{'iso_639_1':'en','name':'English'}]","Released","In this lake you have to fight to survive","Shark Lake","false","3.9","31" +"false","/usY5M6yVWaobYh0LO6kRrLiVEvh.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","http://theninjamovies.com/","320433","tt3030970","en","The Ninja Immovable Heart","Reese, an elite member of a covert unit of Ninja Warriors, is captured. Being tortured for information, Reese recalls the lessons learned from his training in order to fight his way free and stop an evil conglomerate from arming a dangerous weapon.","1.268","/pJNsamiIWFH6EJwKMl8mvJkSxP7.jpg","[{'id':74006,'logo_path':null,'name':'Uncorked Productions','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2014-02-27","0","97","[{'iso_639_1':'en','name':'English'}]","Released","Rise. Awaken Your Hero Within","The Ninja Immovable Heart","false","5.1","4" +"false","/7PaZnsBeYxfH1eCx3wlg4epnK5i.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","46885","tt0083296","en","Visiting Hours","A slasher finds the hospital where a TV newswoman is recovering from his attack.","3.462","/aMIDKHxSeemWpO8Jp5fBoMagHPl.jpg","[{'id':4952,'logo_path':null,'name':'Canadian Film Development Corporation (CFDC)','origin_country':''},{'id':6160,'logo_path':null,'name':'Filmplan','origin_country':''},{'id':6161,'logo_path':null,'name':'Victor Solnicki Productions','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","1982-05-21","13258670","105","[{'iso_639_1':'en','name':'English'}]","Released","In this hospital your next visit may be your last.","Visiting Hours","false","5.7","36" +"false","/xSW4TN3AnzlFBtNGF7XQrTTRjdO.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","117974","tt2023690","en","Sightseers","Chris wants to show girlfriend Tina his world, but events soon conspire against the couple and their dream caravan holiday takes a very wrong turn.","7.665","/zyXbeDmxPMbEhoOtzyIBPmGMe8x.jpg","[{'id':443,'logo_path':'/deewJi8ncCh6Sc2STL91wvZ4O5X.png','name':'Big Talk Productions','origin_country':'GB'},{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'},{'id':7281,'logo_path':'/vuDafYIcuoY0YyvgcqtjXOKwn6Q.png','name':'British Film Institute','origin_country':'GB'},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2012-11-30","61782","88","[{'iso_639_1':'en','name':'English'}]","Released","Death has a ginger beard.","Sightseers","false","6.4","253" +"false","/szbB6i3qCy7JNstWn3F5maUl6NC.jpg","null","0","[{'id':80,'name':'Crime'}]","","73307","tt0048426","en","No Man's Woman","A greedy, scheming woman is found murdered in her studio, and the police find that there is no shortage of suspects who wanted to see her dead--among them a rich husband she wouldn't divorce unless he paid her a huge settlement, a lover she caused to be fired from his job and an assistant whose fianc?? she tried to seduce.","0.785","/fb9ZL0HC5B7gagEUHtADcqoduyM.jpg","[{'id':1432,'logo_path':'/8AcaWEWQ8MFUBGlt9WxGGBAMpMG.png','name':'Republic Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1955-10-27","0","70","[{'iso_639_1':'en','name':'English'}]","Released","Her Kisses Couldn't Stop This Killer!","No Man's Woman","false","4.3","5" +"false","/458a7UKoPEN9HvNEwtLhqyPSoXj.jpg","null","950000","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","30593","tt0070165","en","Heavy Traffic","An ""underground"" cartoonist contends with life in the inner city, where various unsavory characters serve as inspiration for his artwork.","1.857","/A9jsB1t49L0p0mD7Wqn9Y4WVFkh.jpg","[{'id':5067,'logo_path':null,'name':'Steve Krantz Productions','origin_country':''},{'id':81017,'logo_path':null,'name':'Cine Camera','origin_country':''},{'id':9266,'logo_path':null,'name':'American International Pictures (AIP)','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1973-08-08","1500000","76","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'yi','name':''}]","Released","More Spice from the makers of Fritz the Cat!","Heavy Traffic","false","6.9","30" +"false","/x03Ygs6MoOFryhpEa9JKgsYcEjq.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://screenmediafilms.net/ride/","330115","tt1930463","en","Ride","A mother travels cross-country to California to be with her son after he decides to drop out of school and become a surfer.","6.472","/3E7VFKi4rwRgxSCGo82hmZtQveJ.jpg","[{'id':3898,'logo_path':null,'name':'Sandbar Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-11-08","0","93","[{'iso_639_1':'en','name':'English'}]","Released","When her son dropped out, she dropped in.","Ride","false","5.9","84" +"false","/qJDMGu5O1HXh64wjonsyNF4yfvO.jpg","null","0","[{'id':99,'name':'Documentary'}]","","371250","tt3726252","en","Mr. Calzaghe","The story of the rise to glory of boxer Joe Calzaghe.","0.979","/ihJo50m1SrQwvXRuNlgpgmYsshY.jpg","[{'id':21873,'logo_path':null,'name':'Western Edge Pictures','origin_country':''},{'id':69334,'logo_path':null,'name':'Gennaker','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-11-20","0","90","[]","Released","Fighter. Champion. Legend.","Mr. Calzaghe","false","4.2","3" +"false","/eMWYoor3TroQyPw3lNsolnOGqnf.jpg","null","1800000","[{'id':27,'name':'Horror'},{'id':37,'name':'Western'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","294963","tt2494362","en","Bone Tomahawk","During a shootout in a saloon, Sheriff Hunt injures a suspicious stranger. One of the villagers takes care of him in prison. One day they both disappear ??? only the spear of a cannibal tribe is found. Hunt and a few of his men go in search of the prisoner and his nurse.","10.489","/8A51Ur47D0CNJhmvQlbif0vzyqZ.jpg","[{'id':63443,'logo_path':'/iKm40tfw3Hxaz7mUubWrdbApUJV.png','name':'The Fyzz Facility','origin_country':'GB'},{'id':11049,'logo_path':null,'name':'Caliber Media Company','origin_country':''},{'id':78128,'logo_path':null,'name':'Realbuilder Productions','origin_country':''},{'id':108781,'logo_path':'/kHAIsNbR9DEiupDXYnloc9FyZl7.png','name':'Cinestate','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-10-23","0","132","[{'iso_639_1':'en','name':'English'}]","Released","May the Lord have mercy and grant you a swift death","Bone Tomahawk","false","6.7","871" +"false","/9alUDrE2irI617fkbD84rlov5i4.jpg","null","3000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://warroomthemovie.com/","323272","tt3832914","en","War Room","The family-friendly movie explores the transformational role prayer plays in the lives of the Jordan family. Tony and Elizabeth Jordan, a middle-class couple who seemingly have it all ??? great jobs, a beautiful daughter, their dream home. But appearances can be deceiving. In reality, the Jordan???s marriage has become a war zone and their daughter is collateral damage. With the help of Miss Clara, an older, wiser woman, Elizabeth discovers she can start fighting for her family instead of against them. Through a newly energized faith, Elizabeth and Tony???s real enemy doesn???t have a prayer.","5.872","/ufyybGW3q0wbATNg03geeSEdsDo.jpg","[{'id':69411,'logo_path':null,'name':'Kendrick Brothers Productions','origin_country':''},{'id':10156,'logo_path':'/bWjWWQfiyZh9AkGYCkx1NcVdSvn.png','name':'Affirm Films','origin_country':'US'},{'id':3291,'logo_path':null,'name':'Provident Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-08-28","67790117","120","[{'iso_639_1':'en','name':'English'}]","Released","Prayer is a Powerful Weapon","War Room","false","7.5","163" +"false","/9fI3XpHwbCfWd4V6NmIzPMS6lMw.jpg","null","0","[{'id':35,'name':'Comedy'}]","http://tribecafilm.com/tribecafilm/filmguide/loveairsex","172469","tt2388759","en","Love & Air Sex","When brokenhearted Stan flies to Austin for the weekend in hopes of ""accidentally"" running into his ex-girlfriend Cathy, he arrives to find their best friends Jeff and Kara in the middle of their own vicious breakup. Before too long, battle lines are drawn ??? and with the Air Sex World Championships in town, anything can go down.","2.141","/mqvf2qhMvZdApYObih2fiJszA0E.jpg","[{'id':13362,'logo_path':null,'name':'Preferred Content','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-10-08","0","92","[{'iso_639_1':'en','name':'English'}]","Released","It's almost like the real thing.","Love & Air Sex","false","4.9","15" +"false","/3JdjShN5RTmovlAfJKmcAYE5o09.jpg","null","0","[{'id':35,'name':'Comedy'}]","","261820","tt2437548","en","Goodbye to All That","Otto Wall is just a little unlucky in life, and unbeknownst to him, in love. When his wife suddenly asks for a divorce, he bounces between a search for answers, desperate attempts to stay connected to his daughter, and his fateful reentry into the dating pool.","2.768","/opUPuwRZktQfGZe6nqw1DKajwDx.jpg","[{'id':60302,'logo_path':null,'name':'RC Pictures','origin_country':''},{'id':3846,'logo_path':null,'name':'Epoch Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-12-17","0","87","[{'iso_639_1':'en','name':'English'}]","Released","A modern divorce story.","Goodbye to All That","false","5","32" +"false","/uZVs1cX00LBKcLMWrmCsZznCuGu.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","338676","tt3467412","en","Extinction","And suddenly, overnight, the world came to a halt. Two men, two survivors, one kid, and hatred that separates them. A place forgotten by everyone, including the creatures that inhabit the Earth... until now.","5.825","/xEoleA3nm71cE7wiu4IXfk7yH8K.jpg","[{'id':7345,'logo_path':null,'name':'Vaca Films','origin_country':''},{'id':10137,'logo_path':null,'name':'La Ferme! Productions','origin_country':''},{'id':12520,'logo_path':null,'name':'Laokoon Filmgroup','origin_country':''},{'id':23513,'logo_path':null,'name':'Ombra Films','origin_country':''},{'id':16742,'logo_path':null,'name':'Telef??nica Studios','origin_country':'ES'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'HU','name':'Hungary'},{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'US','name':'United States of America'}]","2015-08-07","0","110","[{'iso_639_1':'en','name':'English'}]","Released","When the undead can evolve, no one is safe.","Extinction","false","5.6","301" +"false","/vjy5LEgcM7FuC5r7iGqlabdz4g3.jpg","null","1500000","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","302042","tt3731196","en","Dead on Campus","A freshman on campus discovers that the only way to be admitted into the sorority of her dreams is to seduce a nerdy introverted guy and film it. When the sorority ""prank"" goes viral, the boy is discovered dead from apparent suicide, but his sister does not buy it. She goes under cover to expose the sororities' hidden secrets.","2.361","/1Hq9gaeKxFc7BBYE5gmUqTeeF4L.jpg","[{'id':15645,'logo_path':null,'name':'Reel One Entertainment','origin_country':''},{'id':64942,'logo_path':null,'name':'NB Thrilling Films','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2014-11-10","0","88","[{'iso_639_1':'en','name':'English'}]","Released","","Dead on Campus","false","4.5","26" +"false","/73e2oDFYjCuKpOmb9hTAZttS1wr.jpg","null","0","[{'id':35,'name':'Comedy'}]","http://www.mistressamericathemovie.com/","309245","tt2872462","en","Mistress America","Tracy, a lonely college freshman in New York, is rescued from her solitude by her soon-to-be stepsister Brooke, an adventurous gal about town who entangles her in alluringly mad schemes.","8.27","/aLoPGV8c0G3AXB1ux0JhUYA1YRX.jpg","[{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'},{'id':30666,'logo_path':'/g8LmDZVFWDRJW72sj0nAj1gh8ac.png','name':'RT Features','origin_country':'BR'}]","[{'iso_3166_1':'BR','name':'Brazil'},{'iso_3166_1':'US','name':'United States of America'}]","2015-08-14","2500431","84","[{'iso_639_1':'en','name':'English'}]","Released","From Strangers to Sisters.","Mistress America","false","6.5","298" +"false","/nnQrxzPtMqgAdgeyiinmXEppA0P.jpg","null","0","[{'id':10770,'name':'TV Movie'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","81440","tt1828976","en","Good Luck Charlie, It's Christmas!","Teddy Duncan's middle-class family embarks on a road trip from their home in Denver to visit Mrs. Duncans Parents, the Blankenhoopers, in Palm Springs. When they find themselves stranded between Denver and Utah, they try to hitch a ride to Las Vegas with a seemingly normal older couple in a station wagon from Roswell, New Mexico. It turns out that the couple believes they are the victims of alien abduction. The Duncan's must resort to purchasing a clunker Yugo to get to Utah, have their luggage stolen in Las Vegas, and survive a zany Christmas with Grandpa and Grandma Blankenhooper.","6.537","/p3Lo5mBJgKIXdaX91sfXeCI9BqY.jpg","[{'id':42053,'logo_path':null,'name':'Salty Pictures','origin_country':''},{'id':3213,'logo_path':null,'name':'Disney Channel','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-12-02","0","85","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","","Good Luck Charlie, It's Christmas!","false","6.3","175" +"false","/iPmq1qy8Arxi78iU6owndClWMrk.jpg","null","150000","[{'id':99,'name':'Documentary'}]","http://www.freetoplaythemovie.com","256561","tt3203290","en","Free to Play","Follow three professional video game players as they overcome personal adversity, family pressures, and the realities of life to compete in a $1,000,000 tournament that could change their lives forever.","4.305","/7nGgDMVGpLgfWZKd0ymtY73c8Ob.jpg","[{'id':14253,'logo_path':'/j07sJ4YZ5C0MLBNsaRxjIQkPw9l.png','name':'Valve','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'SG','name':'Singapore'},{'iso_3166_1':'UA','name':'Ukraine'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CN','name':'China'}]","2014-03-19","0","75","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","One game will change their lives.","Free to Play","false","7.2","76" +"false","/oQUIw2VnqexYogO2I2x00DIZsHZ.jpg","null","25000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","360203","tt3593046","en","Lost in the Sun","A small time crook and a newly-orphaned teenage boy team up to perform a string of robberies.","3.027","/xtAsAVNxCI4cGjcEPbEShqu4Clt.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-11-05","25000","95","[{'iso_639_1':'en','name':'English'}]","Released","How far can one man go?","Lost in the Sun","false","5.9","60" +"false","/jbGbFD9DgGgrfDVyV8RVuKZjTcW.jpg","null","49000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'}]","","9548","tt0098987","en","The Adventures of Ford Fairlane","Ford ""Mr. Rock n' Roll Detective"" Fairlane is experiencing problems, and it's not with the opposite sex. One of them is that all the rock stars pay him with drum sticks, koala bears, food processors and bicycle shorts. Another one of them is that all his employers that want him to find a girl named Zuzu Petals get killed. Why didn't he become a fisherman's detective instead?","7.779","/yLeX2QLkHeRlYQRcbU8BKgMaYYD.jpg","[{'id':1885,'logo_path':'/xlvoOZr4s1PygosrwZyolIFe5xs.png','name':'Silver Pictures','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-07-11","20423389","104","[{'iso_639_1':'en','name':'English'}]","Released","Kojak. Columbo. Dirty Harry. Wimps.","The Adventures of Ford Fairlane","false","6.3","98" +"false","/iW3b4XfaYGQNqhGMYJW0WUgL2wQ.jpg","null","0","[{'id':10402,'name':'Music'},{'id':99,'name':'Documentary'}]","","324277","tt2385115","en","Jaco","JACO tells the story of Jaco Pastorius, a self-taught, larger-than-life musician who single-handedly changed the course of modern music by redefining the sound and the role of the electric bass guitar. Never-before-seen 8mm film, photographs, and audio recordings unveil the true story behind the legend of Jaco???s life, his music, and his heartbreaking end. Featuring Joni Mitchell, Sting, Flea, Herbie Hancock, Geddy Lee, Bootsy Collins, Santana, Wayne Shorter and more, JACO will leave you longing for a time when ???musicians owned the music industry.??? Produced by Metallica's Robert Trujillo with Passion Pictures (Searching for Sugar Man) and directed by Mr. Paul Marchand & Stephen Kijak.","1.4","/vNyQIbnxBUZyzY6qHnkDzdCm9rP.jpg","[]","[]","2014-10-06","0","111","[]","Released","","Jaco","false","7.4","12" +"false","/kY5ZvY6qmg2LVpihcddnQza0q1v.jpg","{'id':254636,'name':'Maniac Cop Collection','poster_path':'/dqVur72p8vcmHNFl9FAeYE96JYA.jpg','backdrop_path':'/f0iM8AhxX98ZA5Sm6oeVQVKMS1u.jpg'}","1100000","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':27,'name':'Horror'}]","","14240","tt0095583","en","Maniac Cop","In New York, people are slain and strangled to death brutally on the open street. All witnesses agree that the murderer was in a cop's uniform. Soon the police searches and finds a suspect in its own ranks: Jack Forrest, turned in by his own wife. To prove his innocence, he has to investigate on his own.","6.025","/g9dY1Sl8bAen91dcCBEvRav60ky.jpg","[{'id':16636,'logo_path':null,'name':'Shapiro-Glickenhaus Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-05-13","0","85","[{'iso_639_1':'en','name':'English'}]","Released","You have the right to remain silent. Forever.","Maniac Cop","false","6.1","140" +"false","/AhU6Za8f5LT4TfjfUtItqtqfafC.jpg","null","30000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","","9785","tt0435670","en","The Invisible","After an attack leaves him in limbo -- invisible to the living and also near death -- a teenager discovers the only person who might be able help him is his attacker.","7.147","/qmWEb9RTlGFaUKork4tIgKcLkqH.jpg","[{'id':158,'logo_path':'/6SHlNIype9zmyEMRsBtoueUtLsq.png','name':'Spyglass Entertainment','origin_country':'US'},{'id':915,'logo_path':'/xXojkyRWFZ0JTJyjiu13ThKeFbz.png','name':'Hollywood Pictures','origin_country':''},{'id':58262,'logo_path':null,'name':'Birnbaum / Barber Productions','origin_country':''},{'id':24902,'logo_path':null,'name':'Macari/Edelstein','origin_country':''},{'id':89895,'logo_path':null,'name':'Limbo Productions','origin_country':''},{'id':1929,'logo_path':null,'name':'Sonet Film','origin_country':'SE'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2007-04-27","26810113","102","[{'iso_639_1':'en','name':'English'}]","Released","Life, death and something in between.","The Invisible","false","6","243" +"false","/gDGV6FtkoFIM0hSsDxeUq6wD391.jpg","{'id':86027,'name':'Aladdin Collection','poster_path':'/enl57YvMhTAdic6El5rfZppyzq2.jpg','backdrop_path':'/naeLgo2bt4WKfHF4BTrG6mkmjiY.jpg'}","0","[{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","http://movies.disney.com/aladdin-and-the-king-of-thieves","11238","tt0115491","en","Aladdin and the King of Thieves","Legendary secrets are revealed as Aladdin and his friends???Jasmine, Abu, Carpet and, of course, the always entertaining Genie???face all sorts of terrifying threats and make some exciting last-minute escapes pursuing the King Of Thieves and his villainous crew.","12.759","/f6cwFA76j6aaRu1KOQ8bBYfSlLx.jpg","[{'id':3475,'logo_path':'/jTPNzDEn7eHmp3nEXEEtkHm6jLg.png','name':'Walt Disney Television Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-05-20","0","81","[{'iso_639_1':'en','name':'English'}]","Released","The Spectacular Adventure Continues!","Aladdin and the King of Thieves","false","6.2","950" +"false","/AeNDkeDcVAHKzbpgmvHK3mwSgRe.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'}]","","86828","tt1727770","en","Absolutely Anything","Eccentric aliens give a man the power to do anything he wants to determine if Earth is worth saving.","7.648","/zRCZvkY1MGWBkPYiqhVpN8oZ6z1.jpg","[{'id':11317,'logo_path':'/u3YB3GujS0tct5BVTsMJLWVyllg.png','name':'Phoenix Pictures','origin_country':'US'},{'id':39420,'logo_path':null,'name':'Bill and Ben Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-06-26","7200039","85","[{'iso_639_1':'en','name':'English'}]","Released","Great power. Total irresponsibility.","Absolutely Anything","false","5.7","671" +"false","/zxhhzHpGDuOkdDkyBRtwGzYL6Ks.jpg","null","0","[{'id':99,'name':'Documentary'}]","","237200","tt2385006","en","Jerusalem","JERUSALEM takes audiences on an inspiring and eye-opening tour of one of the worlds oldest and most enigmatic cities. Destroyed and rebuilt countless times over 5000 years, Jerusalem's enduring appeal remains a mystery. What made it so important to so many different cultures? How did it become the center of the world for three major religions? Why does it still matter to us?","1.243","/rlfPFvC8f7PsY2iky0x0soFrDaw.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-11-16","0","45","[{'iso_639_1':'en','name':'English'}]","Released","","Jerusalem","false","6.7","17" +"false","/dkMO5fpofyca6PRRrm4NMB2zq06.jpg","null","10000000","[{'id':80,'name':'Crime'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","10833","tt0125022","en","Heartbreakers","Max and Page are a brilliant mother/daughter con team who have their grift down to a fine science. Max targets wealthy, willing men and marries them. Page then seduces them, and Max catches her husband in the act. Then it's off to palimony city and the next easy mark.","11.139","/2yiDk4RnGL01HvMxXu96J4zmjle.jpg","[{'id':1302,'logo_path':'/kQZtJdyphCmq292iGDqlUx0yk2D.png','name':'Davis Entertainment','origin_country':'US'},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-03-23","0","123","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Caution: Dangerous Curves Ahead","Heartbreakers","false","5.9","415" +"false","/gdC8QFDbmnYqEMqDJ9y6zeHCa6c.jpg","{'id':518876,'name':'Molly Hartley - Collection','poster_path':'/hFVdMFfvWfH5u15dSTlyvgKlGRz.jpg','backdrop_path':'/iCKk9227K829osKJMutpZZIPFXK.jpg'}","0","[{'id':27,'name':'Horror'}]","","353345","tt3800796","en","The Exorcism of Molly Hartley","Taking place years after The Haunting of Molly Hartley, who now, as an adult, has fallen under the possession of an evil spirit and must be exorcised by a fallen priest before the devil completely takes her.","4.618","/zPCuID9s05ZaBfEGDEcfdaAqNsC.jpg","[{'id':20774,'logo_path':null,'name':'WT Canada Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-10-09","0","","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","","The Exorcism of Molly Hartley","false","5.1","133" +"false","/pMxG9UE1KWPr8kBRq4qo4mAfN4j.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","","346079","tt3550902","en","6 Ways to Die","Sonny ""Sundown"" Garcia is the top cocaine distributor in the United States, which has made him a very rich and powerful man. It has also made him plenty of enemies. John Doe is just such a man. A nameless man of mystery, John lives to see Sundown not just dead, but to suffer six meaningful losses before his death???his fortune, his freedom, his love, his reputation, his most valuable possession and, finally, his life. John hires six hit-men, each one assigned to inflict one of the six meaningful losses upon Sundown.","1.346","/7xg5urUUUszpywObVcklV2DiEmx.jpg","[{'id':56359,'logo_path':null,'name':'Formula Features','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-07-31","0","103","[{'iso_639_1':'en','name':'English'}]","Released","One death isn't enough","6 Ways to Die","false","4.8","12" +"false","/698uBTseU8HBQlieC0Sgc0qvC75.jpg","null","0","[{'id':18,'name':'Drama'}]","","192767","tt2626090","en","Noble","Christina Noble overcomes the harsh difficulties of her childhood in Ireland to discover her destiny on the streets of Saigon. A true story.","1.39","/jAH685v8mlDR0RqsXDr6sAwHvUa.jpg","[{'id':66179,'logo_path':null,'name':'Destiny Films','origin_country':'GB'}]","[{'iso_3166_1':'VN','name':'Vietnam'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-09-19","0","100","[{'iso_639_1':'en','name':'English'}]","Released","A fearless life. A reckless love.","Noble","false","6.8","16" +"false","/ierZJOSEsDIlaZcrUINeb2Q5ZK5.jpg","null","2500000","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","https://www.facebook.com/AtMiddleton","194722","tt1483324","en","At Middleton","Two parents fall in love over the course of a single day while playing hooky from their children's college tour.","4.665","/pJZDvfzFQM7vymHwhEuTGuNPcEj.jpg","[{'id':16649,'logo_path':null,'name':'Look at the Moon Productions','origin_country':''},{'id':16647,'logo_path':null,'name':'CineSon Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-05-17","0","101","[{'iso_639_1':'en','name':'English'}]","Released","You never know what you'll discover on your first day at college.","At Middleton","false","6.2","89" +"false","/xSRMGAs6zbgrIDlDlmfH8OtaOIf.jpg","null","9000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.newline.com/properties/setitoff.html","9400","tt0117603","en","Set It Off","Four black women, all of whom have suffered for lack of money and at the hands of the majority, undertake to rob banks. While initially successful, a policeman who was involved in shooting one of the women's brothers is on their trail. As the women add to the loot, their tastes and interests begin to change and their suspicions of each other increase on the way to a climactic robbery.","6.748","/lfMk5h35Fccl5gOsBaeYvMnBUPb.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-11-06","41590886","123","[{'iso_639_1':'en','name':'English'}]","Released","It's about crime. It's about payback. It's about survival.","Set It Off","false","6.7","120" +"false","/7d45tqSJie9u9Z8wdJNsg705ucx.jpg","null","16000000","[{'id':10752,'name':'War'},{'id':12,'name':'Adventure'}]","","20713","tt0097334","en","Farewell to the King","An American soldier who escapes the execution of his comrades by Japanese soldiers in Borneo during WWII becomes the leader of a personal empire among the headhunters in this war story told in the style of Joseph Conrad and Rudyard Kipling. The American is reluctant to rejoin the fight against the Japanese on the urging of a British commando team but conducts a war of vengeance when the Japanese attack his adopted people.","2.84","/zirgyBdcw9KanHLqzQIWaE3r7oF.jpg","[{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'},{'id':6133,'logo_path':null,'name':'Cine Location Services','origin_country':''},{'id':6135,'logo_path':null,'name':'David Hannay Productions','origin_country':''},{'id':6136,'logo_path':null,'name':'Film Plan Financing Number 1','origin_country':''},{'id':6137,'logo_path':null,'name':'Ruddy Morgan Productions','origin_country':''},{'id':6138,'logo_path':null,'name':'Southeast Asia Film Location Services Sdn. Bhd.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-03-03","2420917","117","[{'iso_639_1':'en','name':'English'}]","Released","In the midst of war, one man vanished into the jungle, and emerged as king.","Farewell to the King","false","5.8","33" +"false","/w8wOF8n52L3npxj3cBYejoc2Zkj.jpg","null","0","[{'id':35,'name':'Comedy'}]","","2609","tt0093748","en","Planes, Trains and Automobiles","A man must struggle to travel home for Thanksgiving, with an obnoxious slob of a shower ring salesman his only companion.","10.06","/3RSucVsX96Ste8WDJfZP1hbNGqQ.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-11-26","49230280","93","[{'iso_639_1':'en','name':'English'}]","Released","What he really wanted was to spend Thanksgiving with his family. What he got was three days with the turkey.","Planes, Trains and Automobiles","false","7.2","869" +"false","/4KBUjg88uwlslu0YgGUD3BSBHW0.jpg","null","2500000","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","254472","tt3300572","en","Stung","A fancy garden party turns into upper class prey when a colony of killer wasps mutates into seven foot tall predators.","4.57","/jMZxMyGpOc886yDxvFiYSVrVILG.jpg","[{'id':5754,'logo_path':null,'name':'Rat Pack Filmproduktion','origin_country':'DE'},{'id':12142,'logo_path':'/rPnEeMwxjI6rYMGqkWqIWwIJXxi.png','name':'XYZ Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'DE','name':'Germany'}]","2015-07-03","0","87","[{'iso_639_1':'en','name':'English'}]","Released","Get inside, get away, just don't get stung","Stung","false","5.1","90" +"false","/9ajYP2DlI3loIT0vVJPWerLvNAt.jpg","{'id':12203,'name':'Drunken Master Collection','poster_path':'/4YKqOyFW1IP4jyX1vy5BooM0dU.jpg','backdrop_path':'/3JWhJ6h9iR3ugJWxo7lcJl5L5ii.jpg'}","10000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","","12207","tt0111512","cn","?????????","Returning home with his father after a shopping expedition, Wong Fei-Hong is unwittingly caught up in the battle between foreigners who wish to export ancient Chinese artifacts and loyalists who don't want the pieces to leave the country. Fei-Hong must fight against the foreigners using his Drunken Boxing style, and overcome his father's antagonism as well.","9.225","/zZODgJHFtzs6wwa4cp6Nezb5AGe.jpg","[{'id':3055,'logo_path':null,'name':'Paragon Films Ltd.','origin_country':''},{'id':6379,'logo_path':null,'name':'Golden Harvest Company Ltd.','origin_country':''}]","[{'iso_3166_1':'HK','name':'Hong Kong'}]","1994-02-03","11555430","102","[{'iso_639_1':'cn','name':'????????? / ?????????'}]","Released","He's got a secret weapon with a lot of kick.","The Legend of Drunken Master","false","7.3","365" +"false","/u6gN5cD2JWWfeIwPchKWIXaUMAB.jpg","null","0","[{'id':18,'name':'Drama'}]","","123772","tt0102458","en","Mister Johnson","In 1923 British Colonial Nigeria, Mister Johnson is an oddity -- an educated black man who doesn't really fit in with the natives or the British. He works for the local British magistrate, and considers himself English, though he has never been to England. He is always scheming, trying to get ahead, which lands him in a lot of hot water.","3.079","/mHScaaVt6uVwbtVNhubL8U5GNMJ.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-09-08","0","97","[{'iso_639_1':'en','name':'English'}]","Released","Africa 1923: A clash of cultures between British imperalists and a black man too smart for his own good.","Mister Johnson","false","6.6","8" +"false","/wmViVyE9P0HTVU54sP3EriCmtIc.jpg","null","62000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","9087","tt0112346","en","The American President","Widowed U.S. president Andrew Shepherd, one of the world's most powerful men, can have anything he wants -- and what he covets most is Sydney Ellen Wade, a Washington lobbyist. But Shepherd's attempts at courting her spark wild rumors and decimate his approval ratings.","10.637","/yObOAYFIHXHkFPQ3jhgkN2ezaD.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':97,'logo_path':'/7znWcbDd4PcJzJUlJxYqAlPPykp.png','name':'Castle Rock Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-11-17","107879496","106","[{'iso_639_1':'en','name':'English'}]","Released","Why can't the most powerful man in the world have the one thing he wants most?","The American President","false","6.6","309" +"false","/r3GgdVib8nalUs7WuXd2FSYTmP2.jpg","{'id':85960,'name':'My Girl Collection','poster_path':'/stM5jbbap6O9qxOZ2p9qDfk5AJH.jpg','backdrop_path':null}","16500000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","4032","tt0102492","en","My Girl","Vada Sultenfuss is obsessed with death. Her mother is dead, and her father runs a funeral parlor. She is also in love with her English teacher, and joins a poetry class over the summer just to impress him. Thomas J., her best friend, is ""allergic to everything"", and sticks with Vada despite her hangups. When Vada's father hires Shelly, and begins to fall for her, things take a turn to the worse...","8.879","/4Csti4PTqzJM1lSY1zoFgXyjB8X.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':23,'logo_path':'/mkxNjThahj5pvntvYKVpMbWXm3D.png','name':'Imagine Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1991-11-27","0","103","[{'iso_639_1':'en','name':'English'}]","Released","When your Dad's an undertaker, your Mom's in heaven, and your Grandma's got a screw loose...it's good to have a friend who understands you. Even if he is a boy.","My Girl","false","7.1","816" +"false","/zYtm7la0BGhJb6YyOchaKJHoi0g.jpg","null","0","[{'id':27,'name':'Horror'}]","","32998","tt0107664","en","Necronomicon","H.P. Lovecraft anthology is divided into four segments: ""The Library"" which is the wraparound segment involving Lovecraft's research into the Book of The Dead and his unwitting release of a monster and his writing of the following horror segments ""The Drowned"", ""The Cold"", and ""Whispers"".","3.907","/5GAfvDVmT8bEDHtq25DWew88WLx.jpg","[{'id':342,'logo_path':null,'name':'Davis-Films','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","1993-11-01","0","96","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","","Necronomicon","false","6","47" +"false","/jA34vdJCxOZUoi4khkfhq1pX3WG.jpg","{'id':101471,'name':'Return of the Living Dead Collection','poster_path':'/7ekXvck6C94gKbfH6WlKK2qqdVL.jpg','backdrop_path':'/sgOyuSHKowya0OJprukWUpXsZGq.jpg'}","4000000","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","10925","tt0089907","en","The Return of the Living Dead","When a bumbling pair of employees at a medical supply warehouse accidentally release a deadly gas into the air, the vapors cause the dead to re-animate as they go on a rampage seeking their favorite food: brains!","11.406","/1vydUitzC8W8W5oNevEArCltydJ.jpg","[{'id':469,'logo_path':null,'name':'Hemdale Film Corporation','origin_country':''},{'id':4763,'logo_path':null,'name':'Fox Films Ltd.','origin_country':''},{'id':4764,'logo_path':null,'name':'Cinema 84','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-05-15","14237880","91","[{'iso_639_1':'en','name':'English'}]","Released","They're Back From The Grave and Ready To Party!","The Return of the Living Dead","false","7.2","456" +"false","/rFCx9xDNgywf1A5hsBbic0C0ihd.jpg","{'id':348843,'name':'Vampires Collection','poster_path':'/p15toVzxdYPN90V6vuHZAEhTVCj.jpg','backdrop_path':'/gbzoe6GXgEP9c0RkSIPy0Oh6EIs.jpg'}","20000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':37,'name':'Western'}]","http://www.theofficialjohncarpenter.com/vampires","9945","tt0120877","en","Vampires","The church enlists a team of vampire-hunters to hunt down and destroy a group of vampires searching for an ancient relic that will allow them to exist in sunlight.","7.926","/qHGawU64MeGvtU86s6V0MA7MqFV.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':1644,'logo_path':null,'name':'Largo Entertainment','origin_country':'US'},{'id':4248,'logo_path':null,'name':'JVC Entertainment Networks','origin_country':''},{'id':23893,'logo_path':null,'name':'Film Office','origin_country':''},{'id':23894,'logo_path':null,'name':'Spooky Tooth Productions','origin_country':''},{'id':23895,'logo_path':null,'name':'Storm King Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-04-15","0","108","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'la','name':'Latin'}]","Released","From the Master of Evil. Comes a New Breed of Terror","Vampires","false","6.1","441" +"false","/ApsB4lgVmAWF3R9dqSReRCcODHl.jpg","null","25000000","[{'id':18,'name':'Drama'}]","","590","tt0274558","en","The Hours","""The Hours"" is the story of three women searching for more potent, meaningful lives. Each is alive at a different time and place, all are linked by their yearnings and their fears. Their stories intertwine, and finally come together in a surprising, transcendent moment of shared recognition.","7.399","/vRTqBRCLGiZNITXfdhGZd3tZ7Qh.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':258,'logo_path':null,'name':'Scott Rudin Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-12-27","41597830","114","[{'iso_639_1':'en','name':'English'}]","Released","The time to hide is over. The time to regret is gone. The time to live is now.","The Hours","false","7.3","823" +"false","/aoZaxMnJZEfeHuzjllBFoTuPgGR.jpg","null","3000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","292431","tt3774694","en","Love","Murphy is an American living in Paris who enters a highly sexually and emotionally charged relationship with the unstable Electra. Unaware of the seismic effect it will have on their relationship, they invite their pretty neighbor into their bed.","2.477","/dw7Lbq7luiH11cbL5MlJwUdxkUk.jpg","[{'id':856,'logo_path':'/3tfzS2CrX6Ntbu927XzHXEPDA6y.png','name':'Wild Bunch','origin_country':'FR'},{'id':1157,'logo_path':null,'name':'Les Cin??mas de la Zone','origin_country':'FR'},{'id':30666,'logo_path':'/g8LmDZVFWDRJW72sj0nAj1gh8ac.png','name':'RT Features','origin_country':'BR'},{'id':2700,'logo_path':'/xVyuzrVzoMbxBh3xNZbUudm4meJ.png','name':'Rectangle Productions','origin_country':'FR'},{'id':11199,'logo_path':'/ursSXLOZaDxiZ84sEgfXbiFnYaa.png','name':'SCOPE Pictures','origin_country':'BE'}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'FR','name':'France'}]","2015-07-06","249083","134","[{'iso_639_1':'en','name':'English'}]","Released","Sex","Love","false","5.9","760" +"false","/izVa8p54MDV2qTpd4B9UIx6HWJ5.jpg","null","0","[{'id':18,'name':'Drama'}]","","63139","tt1606390","en","All Things Fall Apart","50 Cent stars as gifted college running back Deon in this touching drama. Deon's world turns upside down when an unexpected crisis jeopardizes his professional ambitions -- and causes him to look at himself and his life in a new way.","2.449","/ro7keqOD8XqtBSw5cQhmbyyQNvk.jpg","[{'id':5830,'logo_path':null,'name':'Cheetah Vision','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-03-05","0","106","[{'iso_639_1':'en','name':'English'}]","Released","He won the game. Now he must fight the battle.","All Things Fall Apart","false","5.6","33" +"false","/659LZAjV84GY0GVLDUskrkOSqcl.jpg","null","0","[{'id':27,'name':'Horror'}]","","26811","tt0059125","en","Dr. Terror's House of Horrors","Five strangers board a train and are joined by a mysterious fortune teller who offers to read their Tarot cards. Five separate stories unfold: An architect returns to his ancestoral home to find a werewolf out for revenge; a doctor discovers his new wife is a vampire; a huge plant takes over a house; a musician gets involved with voodoo; an art critic is pursued by a disembodied hand.","3.135","/9pFle6T0D0gRW9OLiD9LDbI2AH9.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':4630,'logo_path':null,'name':'Amicus Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1965-02-23","0","98","[{'iso_639_1':'en','name':'English'}]","Released","Acclaimed as ""THE FEAR OF THE YEAR""","Dr. Terror's House of Horrors","false","6.2","45" +"false","/xfnJqmwKvNIGSXbsnmSIKKB4Ti5.jpg","null","15000000","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","17258","tt0093737","en","The Pick-up Artist","A womanizer meets his match when he falls for the daughter of a gambling addict who is in debt to the mob.","6.263","/7A0NSddt0qc6tVFVZQBSG0eHnwK.jpg","[{'id':5263,'logo_path':null,'name':'Amercent Films','origin_country':''},{'id':5264,'logo_path':null,'name':'American Entertainment Partners L.P.','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-09-18","13290368","81","[{'iso_639_1':'en','name':'English'}]","Released","The Pick-Up Artist... has finally met his match.","The Pick-up Artist","false","5.5","62" +"false","/evKvNgzydY1e8LmnEpxhAO0272X.jpg","null","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","26170","tt0062824","en","Coogan's Bluff","Coogan (Clint Eastwood) an Arizona deputy sheriff goes to New York to pick up a prisoner. While escorting the prisoner to the airport he escapes and Coogan heads into the City to recapture him.","6.034","/3qesKb5OL4zzBRwc2GiQPOeGrib.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':171,'logo_path':null,'name':'Malpaso Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1968-10-02","3110000","93","[{'iso_639_1':'en','name':'English'}]","Released","Before ""Dirty Harry""... there was Coogan.","Coogan's Bluff","false","6.5","122" +"false","/f5gs9YKhwdYNTaOKP7ePfu7V1HD.jpg","null","64000000","[{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':14,'name':'Fantasy'}]","https://www.netflix.com/title/80057578","309809","tt1754656","en","The Little Prince","Based on the best-seller book 'The Little Prince', the movie tells the story of a little girl that lives with resignation in a world where efficiency and work are the only dogmas. Everything will change when accidentally she discovers her neighbor that will tell her about the story of the Little Prince that he once met.","12.086","/uUNd8rVnHxhl2DOtaU7itT2vv78.jpg","[{'id':24955,'logo_path':'/rH0gVNXekxmpTTvFeIitUzJHFSm.png','name':'Paramount Animation','origin_country':'US'},{'id':2203,'logo_path':null,'name':'Onyx Films','origin_country':''},{'id':15433,'logo_path':'/9nnaDAbuHwbikxAV1t1BC2Z60GC.png','name':'Orange Studio','origin_country':'FR'},{'id':59725,'logo_path':null,'name':'On Entertainment','origin_country':''},{'id':11261,'logo_path':null,'name':'M6','origin_country':''},{'id':84713,'logo_path':null,'name':'ON Animation Studios','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'}]","2015-07-29","97571250","108","[{'iso_639_1':'en','name':'English'}]","Released","Growing up isn't the problem... forgetting is.","The Little Prince","false","7.6","1439" +"false","/k4vcc4Cwqg7SJcaCAthReHZuopN.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","353686","tt2954474","en","Visions","After moving to a vineyard with her family, a pregnant woman experiences horrifying visions.","6.156","/wL7Wg0pARqzzlxAlBgKagEYoLXI.jpg","[{'id':55265,'logo_path':null,'name':'Chapter One Films','origin_country':''},{'id':3172,'logo_path':'/kDedjRZwO8uyFhuHamomOhN6fzG.png','name':'Blumhouse Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-08-28","0","80","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","Blood will stain the land.","Visions","false","5.2","215" +"false","/l2J8HgXlmSLbknUYzQSYbw3ISN6.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':10402,'name':'Music'}]","http://www.amy-movie.com/","331781","tt2870648","en","Amy","A documentary on the life of Amy Winehouse, the immensely talented yet doomed songstress. We see her from her teen years, where she already showed her singing abilities, to her finding success and then her downward spiral into alcoholism and drugs.","8.017","/hr0laiK7CVmsT87iQml153xs3Up.jpg","[{'id':56804,'logo_path':null,'name':'On The Corner Films','origin_country':'GB'},{'id':6793,'logo_path':null,'name':'Universal Music','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-07-03","8413144","128","[{'iso_639_1':'en','name':'English'}]","Released","The girl behind the name","Amy","false","7.6","686" +"false","/bEzJXwd6PDOtbw88pG4ZppXEN2D.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://mississippigrind-movie.com/","309242","tt2349144","en","Mississippi Grind","Gerry is a talented but down-on-his-luck gambler whose fortunes begin to change when he meets Curtis, a younger, highly charismatic poker player. The two strike up an immediate friendship and Gerry quickly persuades his new friend to accompany him on a road trip to a legendary high stakes poker game in New Orleans. As they make their way down the Mississippi River, Gerry and Curtis manage to find themselves in just about every bar, racetrack, casino, and pool hall they can find, experiencing both incredible highs and dispiriting lows, but ultimately forging a deep and genuine bond that will stay with them long after their adventure is over.","7.373","/6b95JivLvHSWt5DAnEEoPR7MWjJ.jpg","[{'id':8600,'logo_path':null,'name':'Electric City Entertainment','origin_country':''},{'id':14319,'logo_path':'/z5jJhK1AMbr47CLVqsB4HpIBtHd.png','name':'Sycamore Pictures','origin_country':'US'},{'id':74103,'logo_path':null,'name':'Gowanus Projections','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-07-04","130541","108","[{'iso_639_1':'en','name':'English'}]","Released","We can't lose.","Mississippi Grind","false","6","218" +"false","/2hCtlwiMEgbwC3aXjzOMiljhXEv.jpg","null","5000000","[{'id':18,'name':'Drama'}]","","343795","tt4337690","en","90 Minutes in Heaven","A man involved in a horrific car crash is pronounced dead, only to come back to life an hour and a half later, claiming to have seen Heaven.","4.648","/jdika2rcQA5ScfHqdXMDkGbkjL8.jpg","[{'id':68117,'logo_path':null,'name':'Giving Films','origin_country':''},{'id':10405,'logo_path':null,'name':'Emmett/Furla Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-09-11","4842699","121","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","Hope lives","90 Minutes in Heaven","false","5.2","58" +"false","/bjbSfHGvMhUf1585opiZ9M6VyU9.jpg","null","1000000","[{'id':99,'name':'Documentary'},{'id':36,'name':'History'}]","http://www.magpictures.com/bestofenemies/","319067","tt3518012","en","Best of Enemies","A documentary about the legendary series of nationally televised debates in 1968 between two great public intellectuals, the liberal Gore Vidal and the conservative William F. Buckley Jr. Intended as commentary on the issues of their day, these vitriolic and explosive encounters came to define the modern era of public discourse in the media, marking the big bang moment of our contemporary media landscape when spectacle trumped content and argument replaced substance. Best of Enemies delves into the entangled biographies of these two great thinkers, and luxuriates in the language and the theater of their debates, begging the question, ""What has television done to the way we discuss politics in our democracy today?""","3.639","/h9cS5bXxQPRtTLmZAmCqeAuLhQO.jpg","[{'id':58637,'logo_path':'/yLSNxhJzLwYS0OZmLGjwnPcUGUT.png','name':'Tremolo Productions','origin_country':'US'},{'id':76740,'logo_path':null,'name':'Media Ranch','origin_country':''},{'id':10978,'logo_path':null,'name':'Motto Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-07-31","0","87","[{'iso_639_1':'en','name':'English'}]","Released","Buckley vs. Vidal. 2 Men. 10 Debates. Television Would Never Be the Same.","Best of Enemies","false","7.3","81" +"false","/wxC0fO9fkNvdLr2joeE4AypuA3s.jpg","{'id':9518,'name':'The Transporter Collection','poster_path':'/uakYnYtFxqjS8pjEWW9lGWmdMRz.jpg','backdrop_path':'/qDuTIGAEbxF3jP9zNILLAoxNLpU.jpg'}","25000000","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'}]","http://www.thetransporterrefueled.com/","287948","tt2938956","en","The Transporter Refueled","The fast-paced action movie is again set in the criminal underworld in France, where Frank Martin is known as The Transporter, because he is the best driver and mercenary money can buy. In this installment, he meets Anna and they attempt to take down a group of ruthless Russian human traffickers who also have kidnapped Frank???s father.","8.949","/zW7oC3tucYLzu77xNbPbYjXUN4o.jpg","[{'id':6896,'logo_path':'/2Q89KvzxTKB5BAv9RqFIPI1qb7E.png','name':'EuropaCorp','origin_country':'FR'}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'FR','name':'France'}]","2015-09-03","72629670","96","[{'iso_639_1':'en','name':'English'}]","Released","He Delivers.","The Transporter Refueled","false","5.4","816" +"false","/iapRFMGKvN9tsjqPlN7MIDTCezG.jpg","{'id':295130,'name':'The Maze Runner Collection','poster_path':'/oUuLnWCtV4o9O8xwRfkDW8UmGXo.jpg','backdrop_path':'/eQ8iwAvGfuNnPjBCKTIVp5PsFw.jpg'}","61000000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","http://mazerunnermovies.com","294254","tt4046784","en","Maze Runner: The Scorch Trials","Thomas and his fellow Gladers face their greatest challenge yet: searching for clues about the mysterious and powerful organization known as WCKD. Their journey takes them to the Scorch, a desolate landscape filled with unimaginable obstacles. Teaming up with resistance fighters, the Gladers take on WCKD???s vastly superior forces and uncover its shocking plans for them all.","24.919","/vlTPQANjLYTebzFJM1G4KeON0cb.jpg","[{'id':12292,'logo_path':'/llGRXF5WYUW2fzXg0ebCoKMXjmT.png','name':'Temple Hill Entertainment','origin_country':'US'},{'id':3672,'logo_path':'/5VWXJgYYrJZUE0hixvBdVfGSfmo.png','name':'Gotham Group','origin_country':'US'},{'id':22213,'logo_path':'/qx9K6bFWJupwde0xQDwOvXkOaL8.png','name':'TSG Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-09-09","311256926","132","[{'iso_639_1':'en','name':'English'}]","Released","The Maze Was Just the Beginning.","Maze Runner: The Scorch Trials","false","6.6","6142" +"false","/kvXLZqY0Ngl1XSw7EaMQO0C1CCj.jpg","{'id':422834,'name':'Ant-Man Collection','poster_path':'/tdKbDECJQ3JmYaMubNaKFM1mgcY.jpg','backdrop_path':'/2KjtWUBiksmN8LsUouaZnxocu5N.jpg'}","130000000","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'}]","http://marvel.com/movies/movie/180/ant-man","102899","tt0478970","en","Ant-Man","Armed with the astonishing ability to shrink in scale but increase in strength, master thief Scott Lang must embrace his inner-hero and help his mentor, Doctor Hank Pym, protect the secret behind his spectacular Ant-Man suit from a new generation of towering threats. Against seemingly insurmountable obstacles, Pym and Lang must plan and pull off a heist that will save the world.","36.836","/D6e8RJf2qUstnfkTslTXNTUAlT.jpg","[{'id':420,'logo_path':'/hUzeosd33nzE5MCNsZxCGEKTXaQ.png','name':'Marvel Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-07-14","519311965","117","[{'iso_639_1':'en','name':'English'}]","Released","Heroes don't get any bigger.","Ant-Man","false","7.1","11233" +"false","/qF1vIX02MN1D5Fv074nFgJ9RBqd.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","http://www.stanfordprisonexperimentfilm.com/","308032","tt0420293","en","The Stanford Prison Experiment","This film is based on the actual events that took place in 1971 when Stanford professor Dr. Philip Zimbardo created what became one of the most shocking and famous social experiments of all time.","6.984","/fQnxFUuLajYHQlUOHJ6LkkZPqb6.jpg","[{'id':2289,'logo_path':null,'name':'Abandon Pictures','origin_country':''},{'id':17379,'logo_path':null,'name':'Coup d'Etat Films','origin_country':''},{'id':3898,'logo_path':null,'name':'Sandbar Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-07-17","643557","122","[{'iso_639_1':'en','name':'English'}]","Released","They were given 2 weeks. It lasted 6 days.","The Stanford Prison Experiment","false","6.9","524" +"false","/9T9GPRD4ptt3HdH6KbxRtzmCIZ2.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://www.magpictures.com/stevejobsthemaninthemachine/","324308","tt4425064","en","Steve Jobs: The Man in the Machine","When Steve Jobs died the world wept. But what accounted for the grief of millions of people who didn???t know him? This evocative film navigates Jobs' path from a small house in the suburbs, to zen temples in Japan, to the CEO's office of the world's richest company, exploring how Jobs??? life and work shaped our relationship with the computer. The Man in the Machine is a provocative and sometimes startling re-evaluation of the legacy of an icon.","4.451","/3c5TZijlxhLK9ABf5CpJq08S3JX.jpg","[{'id':1030,'logo_path':'/bus7KzJshT0VMXuKR7dwK5bqPSO.png','name':'Magnolia Pictures','origin_country':'US'},{'id':2740,'logo_path':'/gSiDWkmEOyOn9MsaCgnjd8Mohmx.png','name':'Jigsaw Productions','origin_country':'US'},{'id':29605,'logo_path':'/bSjv2Cinm8LoadffAngaQek4WLW.png','name':'CNN Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-08-07","494506","129","[{'iso_639_1':'en','name':'English'}]","Released","Bold. Brilliant. Brutal.","Steve Jobs: The Man in the Machine","false","6.5","164" +"false","/l5YH6TCYi2mgZwXbDjF71iA9UBP.jpg","null","3500000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","","651","tt0066026","en","M*A*S*H","The staff of a Korean War field hospital use humor and high jinks to keep their sanity in the face of the horror of war.","9.421","/cscyvJ4nDgbqewrttPXZ5EYOdwa.jpg","[{'id':37667,'logo_path':null,'name':'Aspen Productions (I)','origin_country':''},{'id':79024,'logo_path':null,'name':'Ingo Preminger Productions','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1970-01-24","81600000","116","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","M*A*S*H Gives A D*A*M*N.","M*A*S*H","false","7.1","395" +"false","/qfZd3oZSTFa103e3cGd1rewHcNJ.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","310137","tt1230213","en","Reversal","A young woman, Eve, fights back and manages to escape a malicious abductor. However, after discovering she may not be the only victim, Eve unravels a darker truth and decides to turn the tables on her captor.","5.319","/i10TBdHpX0e7CC2eDM5xUitmmGY.jpg","[{'id':41045,'logo_path':null,'name':'Dark Factory Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-06-26","0","80","[{'iso_639_1':'en','name':'English'}]","Released","Escape is just the beginning.","Bound to Vengeance","false","5.8","153" +"false","/axIHpEwsLjRASpZVVFiBNWDe1qt.jpg","{'id':390096,'name':'Hitman Collection','poster_path':'/brAGl1VgP5tApySlUymCza1nMDA.jpg','backdrop_path':'/mAOyrGwmHUdIkCy98JGvuEvZQCk.jpg'}","35000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","http://www.foxmovies.com/movies/hitman-agent-47","249070","tt2679042","en","Hitman: Agent 47","An assassin teams up with a woman to help her find her father and uncover the mysteries of her ancestry.","11.649","/4VmZeT8YkuMI6BrA623mHZDISlN.jpg","[{'id':86352,'logo_path':null,'name':'Qu??bec Production Services Tax Credit','origin_country':''},{'id':11746,'logo_path':null,'name':'Daybreak Productions','origin_country':''},{'id':11747,'logo_path':null,'name':'Prime Universe Productions','origin_country':''},{'id':34396,'logo_path':null,'name':'Giant Pictures','origin_country':''},{'id':22213,'logo_path':'/qx9K6bFWJupwde0xQDwOvXkOaL8.png','name':'TSG Entertainment','origin_country':'US'},{'id':8569,'logo_path':null,'name':'Dayday Films','origin_country':'GB'},{'id':290,'logo_path':'/Q8mw2AOQQc8Qg0uNwLWq86DVZv.png','name':'Ingenious Media','origin_country':'GB'},{'id':7485,'logo_path':null,'name':'Fox International Productions','origin_country':''},{'id':7307,'logo_path':null,'name':'Medienboard Berlin-Brandenburg','origin_country':''},{'id':45198,'logo_path':null,'name':'Deutscher Filmf??rderfonds (DFFF)','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'ID','name':'Indonesia'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2015-08-20","81967450","96","[{'iso_639_1':'en','name':'English'}]","Released","Your Number is Up.","Hitman: Agent 47","false","5.6","1705" +"false","/nkwoiSVJLeK0NI8kTqioBna61bm.jpg","{'id':266672,'name':'Ted Collection','poster_path':'/uHKT9b6ptLpttGHlUF95sKQbtqF.jpg','backdrop_path':'/dGrNuWhapf8T0WH98xTC4LXgk1G.jpg'}","68000000","[{'id':35,'name':'Comedy'}]","","214756","tt2637276","en","Ted 2","Newlywed couple Ted and Tami-Lynn want to have a baby, but in order to qualify to be a parent, Ted will have to prove he's a person in a court of law.","23.007","/A7HtCxFe7Ms8H7e7o2zawppbuDT.jpg","[{'id':44783,'logo_path':null,'name':'Smart Entertainment','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':8789,'logo_path':null,'name':'Fuzzy Door Productions','origin_country':'US'},{'id':13778,'logo_path':null,'name':'Bluegrass Films','origin_country':'US'},{'id':2531,'logo_path':'/pC2iDCDCvV85vOBP7a5Ukxuc0Du.png','name':'Media Rights Capital','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-06-25","217022588","115","[{'iso_639_1':'en','name':'English'}]","Released","Ted is Coming, Again.","Ted 2","false","6.1","4071" +"false","/rIZ5Qd8wHWhz7unRI1YUgpkTjpJ.jpg","null","0","[{'id':27,'name':'Horror'},{'id':14,'name':'Fantasy'}]","","311539","tt3688406","en","A Christmas Horror Story","Christmas is supposed to be a time of joy, peace and goodwill. But for some folks in the small town of Bailey Downs, it turns into something much less festive.","6.831","/2j7TfOmZiIpKWjHvXcqfKgOOtpw.jpg","[{'id':5106,'logo_path':'/UjER6i4eM9WuBCVxSSWFtMrsuT.png','name':'Copperheart Entertainment','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2015-07-20","0","99","[{'iso_639_1':'en','name':'English'}]","Released","You Better Watch Out","A Christmas Horror Story","false","5.6","148" +"false","/end7d5JkaLYZ2lRVJIn8yJElkDe.jpg","null","0","[{'id':99,'name':'Documentary'}]","","320586","tt3798628","en","Brand: A Second Coming","Comic Russell Brand uses drugs, sex and fame in a quest for happiness, only to find it remains elusive. As he explores iconic figures such as Gandhi, Malcolm X, Che Guevara, and Jesus, he transforms himself into a political antagonist.","0.946","/mEYXstlM4UFceTs6eFign5n0Wjc.jpg","[{'id':5443,'logo_path':null,'name':'Interloper Films','origin_country':''},{'id':66042,'logo_path':null,'name':'Mayfair Film Partnership','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2015-03-13","0","105","[{'iso_639_1':'en','name':'English'}]","Released","","Brand: A Second Coming","false","6","10" +"false","/2IBIAiLuzrLgzohCebd6oQVBYe7.jpg","null","13360000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://www.pathefilms.com/film/youth","310593","tt3312830","it","Youth","YOUTH explores the lifelong bond between two friends vacationing in a luxury Swiss Alps lodge as they ponder retirement. While Fred has no plans to resume his musical career despite the urging of his loving daughter Lena, Mick is intent on finishing the screenplay for what may be his last important film for his muse Brenda. And where will inspiration lead their younger friend Jimmy, an actor grasping to make sense of his next performance?","9.192","/9vFNTKVhFDAMrAGOVmPBMT9XDee.jpg","[{'id':1533,'logo_path':'/6ZdM1yg1LXtzS5zpuZPtZsn9YdA.png','name':'Indigo Film','origin_country':'IT'},{'id':7981,'logo_path':'/6Yv1gIAuGkHS5Vis4UjnqHhCPWV.png','name':'Path??!','origin_country':'FR'},{'id':83,'logo_path':'/9OQ0rm55xtlgX7KcAKMUePJSrQc.png','name':'France 2 Cin??ma','origin_country':'FR'},{'id':11752,'logo_path':null,'name':'Number 9 Films','origin_country':'GB'},{'id':6246,'logo_path':null,'name':'Medusa Film','origin_country':'IT'},{'id':19665,'logo_path':null,'name':'C - Films','origin_country':''},{'id':101485,'logo_path':null,'name':'Barbary Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'CH','name':'Switzerland'}]","2015-05-20","2000000","118","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","","Youth","false","6.9","1063" +"false","/nuDM5LSDJaNRbzzOIqlXGAaYvQl.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","","291549","tt3501416","ko","??????","Assassination is set in Korea and Shanghai in the 1930's during the Japanese occupation. The government resistance assigns a secret commando group with killing collaborators.","6.805","/h4waWHgfIaqcFfMQ38aKDs6Pkw3.jpg","[{'id':3491,'logo_path':'/hXRKXi3M9qfP4Npi1kjAaH4eGnM.png','name':'Showbox','origin_country':'KR'}]","[{'iso_3166_1':'KR','name':'South Korea'}]","2015-07-22","0","140","[{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'ko','name':'?????????/?????????'},{'iso_639_1':'cn','name':'????????? / ?????????'}]","Released","The country falls. The operation begins.","Assassination","false","7.2","94" +"false","/1i3jztROxADSVgjn72i7bLEQ2yK.jpg","null","14000000","[{'id':53,'name':'Thriller'},{'id':35,'name':'Comedy'}]","","19200","tt0105378","en","Shadows and Fog","With a serial strangler on the loose, a bookkeeper wanders around town searching for the vigilante group intent on catching the killer.","6.827","/8ggla5zLZhbaobL6U9IYvfiQ7yr.jpg","[{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1991-12-05","2735731","85","[{'iso_639_1':'en','name':'English'}]","Released","","Shadows and Fog","false","6.9","141" +"false","/m7I8pCRamVYaAvGn6MZCBpQNm7g.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","","41281","tt0828065","en","Moondance Alexander","The curiously named, Moondance Alexander is a spirited teen living with her eccentric mother. She is faced with another uneventful summer until she discovers a lost pinto pony named Checkers who has jumped out of his paddock. Although Moondance returns the horse to his rightful owner, the gruff and mysterious Dante Longpre, she is convinced that Checkers is a champion jumper in disguise and is determined to help him realize his full potential. Moondance manages to talk Dante into training her and Checkers for the Bow Valley Classic and despite the criticism of her peers; discovers that perseverance, loyalty and individuality can land you in the winner's circle.","1.553","/7Kig17sGjRlCgJryjZCSJUHiCQq.jpg","[{'id':4052,'logo_path':null,'name':'Sunfilm Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-04-22","37895","94","[{'iso_639_1':'de','name':'Deutsch'}]","Released","Sometimes Being Different Is The Best Way To Fit In.","Moondance Alexander","false","6.4","27" +"false","/9Tfwpw7xCwwqgvDqlqHGeiZjbA6.jpg","null","4500000","[{'id':53,'name':'Thriller'},{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","","3547","tt0062185","en","Reflections in a Golden Eye","Bizarre tale of sex, betrayal, and perversion at a military post.","2.456","/stSTnThvVpr56TQ7aJqezRqxmIv.jpg","[{'id':4051,'logo_path':'/cr7fvW3IZ1xQmlHTk0CHqoa038b.png','name':'Warner Brothers-Seven Arts','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1967-10-10","0","108","[{'iso_639_1':'en','name':'English'}]","Released","In the loosest sense he is her husband. . .and in the loosest way she is his wife!","Reflections in a Golden Eye","false","6.7","34" +"false","/nMocOE2T0QVD8OICu5pAbECsxRq.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://www.listentomemarlon.com/","319076","tt4145178","en","Listen to Me Marlon","With exclusive access to his extraordinary unseen and unheard personal archive including hundreds of hours of audio recorded over the course of his life, this is the definitive Marlon Brando cinema documentary. Charting his exceptional career as an actor and his extraordinary life away from the stage and screen with Brando himself as your guide, the film will fully explore the complexities of the man by telling the story uniquely from Marlon's perspective, entirely in his own voice. No talking heads, no interviewees, just Brando on Brando and life.","4.068","/AakOcq2BhV3F4Dr5WMBb4TLuhap.jpg","[{'id':11594,'logo_path':'/fOQ18TmeTzQaVLiMayYGfc5uzoL.png','name':'Passion Pictures','origin_country':''},{'id':36752,'logo_path':null,'name':'Cutler Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-07-29","0","103","[{'iso_639_1':'en','name':'English'}]","Released","Intimate. Explicit. Uninhibited.","Listen to Me Marlon","false","7.5","73" +"false","/37iAqVXAOfHIRNlxmZvKEv4v36n.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","19345","tt0090738","en","Black Widow","Federal agent Alexandra Barnes believes that Catherine Petersen is a serial killer who marries rich men and then murders them for their money. But since Catherine is seemingly a master of disguise and has multiple identities, Alexandra can't prove anything with conventional detective work. With no other option, she goes undercover, pursuing the same man as Catherine, and hoping that Catherine will slip up and reveal her true identity.","7.181","/oPGaK40wqDwf7abCwdD8b38if74.jpg","[{'id':5264,'logo_path':null,'name':'American Entertainment Partners L.P.','origin_country':''},{'id':5263,'logo_path':null,'name':'Amercent Films','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-02-06","25205460","102","[{'iso_639_1':'en','name':'English'}]","Released","She mates and she kills.","Black Widow","false","6.1","71" +"false","/3yYNJeR6JynSE3Y1AfVIJQ6g3UX.jpg","null","0","[{'id':35,'name':'Comedy'}]","","427","tt0050706","fr","Mon oncle","Genial, bumbling Monsieur Hulot loves his top-floor apartment in a grimy corner of the city, and cannot fathom why his sister's family has moved to the suburbs. Their house is an ultra-modern nightmare, which Hulot only visits for the sake of stealing away his rambunctious young nephew. Hulot's sister, however, wants to win him over to her new way of life, and conspires to set him up with a wife and job.","8.109","/wH6RyPiXFy8INLbViVkchLVOmBc.jpg","[{'id':13800,'logo_path':null,'name':'Gaumont Distribution','origin_country':''},{'id':30847,'logo_path':null,'name':'Specta Films','origin_country':''},{'id':7816,'logo_path':null,'name':'Gray Film','origin_country':''},{'id':21172,'logo_path':null,'name':'Alter Films','origin_country':''},{'id':93469,'logo_path':null,'name':'Film del Centauro','origin_country':''},{'id':93470,'logo_path':null,'name':'Cady Films','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'IT','name':'Italy'}]","1958-05-10","0","118","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Mr Hulot takes a precious, playful ... and purely premeditated look at modern times ...","Mon Oncle","false","7.3","182" +"false","/tkKUnTgSWg3xkN6ouDUM1JH2zGK.jpg","null","531374","[{'id':12,'name':'Adventure'},{'id':37,'name':'Western'}]","","995","tt0031971","en","Stagecoach","A group of people traveling on a stagecoach find their journey complicated by the threat of Geronimo, and learn something about each other in the process.","6.227","/wvyS90AJsztvX5wxpDSjURad9yl.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1939-03-02","1103757","96","[{'iso_639_1':'en','name':'English'}]","Released","A powerful story of 9 strange people","Stagecoach","false","7.7","392" +"false","/ncEJzSUJrFEW1dcS8bJyy11O8rm.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':99,'name':'Documentary'}]","http://www.merufilm.com/","318279","tt2545428","en","Meru","Meru is the electrifying story of three elite American climbers???Conrad Anker, Jimmy Chin, and Renan Ozturk???bent on achieving the impossible.","6.889","/ibDApPTfqYpiAk3W3Z98bhARsu7.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-01-25","2334228","89","[{'iso_639_1':'en','name':'English'}]","Released","","Meru","false","7.5","107" +"false","/61vLiK96sbXeHpQiMxI4CuqBA3z.jpg","null","2000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","","346","tt0047478","ja","????????????","A samurai answers a village's request for protection after he falls on hard times. The town needs protection from bandits, so the samurai gathers six others to help him teach the people how to defend themselves, and the villagers provide the soldiers with food. A giant battle occurs when 40 bandits attack the village.","16.129","/v6xrz4fr92KY1oNC3HsEvrsvR1n.jpg","[{'id':882,'logo_path':'/fRSWWjquvzcHjACbtF53utZFIll.png','name':'Toho Company, Ltd.','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","1954-04-26","271841","207","[{'iso_639_1':'ja','name':'?????????'}]","Released","The Mighty Warriors Who Became the Seven National Heroes of a Small Town","Seven Samurai","false","8.4","1421" +"false","/lZiHWco20L9rw8w7cJg9OQkJoj8.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","317981","tt3487994","en","Bloodsucking Bastards","An action-packed horror comedy, BLOODSUCKING BASTARDS stars Fran Kranz as Evan, a dutiful and overworked employee stuck at a soul-killing corporation with his beautiful co-worker and girlfriend Amanda (Emma Fitzpatrick) and his slacker best friend Tim (Joey Kern). Evans world begins to crumble when Amanda dumps him and his boss Ted (Joel Murray) hands his coveted promotion to his nemesis Max (Pedro Pascal). When his office mates start going through disturbing changes, Evan must find a way to stop the evil brewing admist the cubicles, and rescue his workplace pals before his life and career go from dead-end... to just dead.","3.714","/4FGuQkvZ0sRmTtsOP32GuFxvYsj.jpg","[{'id':43983,'logo_path':null,'name':'MTY Productions','origin_country':''},{'id':5176,'logo_path':null,'name':'Fortress Features','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-09-04","0","84","[{'iso_639_1':'en','name':'English'}]","Released","Work. It sucks the life out of you.","Bloodsucking Bastards","false","5.5","88" +"false","/xpcsC7LqnQoTX2m6DaA9c0KbegS.jpg","null","0","[{'id':10752,'name':'War'},{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","http://www.thelastrescue.com/","323901","tt3396166","en","The Last Rescue","World World II: Shortly after D-Day, three American soldiers and two Army Corps nurses are stranded behind enemy lines. They take a high-ranking German officer as their prisoner and try to orchestrate an escape.","1.186","/ireYmnCVJNX2Oax1uIE7C7UhplC.jpg","[{'id':2967,'logo_path':'/xtGoPUWKl6gX1eKRFrgBKNm7cfO.png','name':'Fireshoe Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-06-01","0","107","[{'iso_639_1':'en','name':'English'}]","Released","One soldier's battle for survival.","The Last Rescue","false","4.7","7" +"false","/dtJOo5p8h6IxSqBd5sw0iiFY1B8.jpg","null","0","[{'id':36,'name':'History'},{'id':99,'name':'Documentary'}]","http://www.ronaldothefilm.com","361931","tt5065822","en","Ronaldo","Filmed over 14 months with unprecedented access into the inner circle of the man and the sport, this is the first official and fully authorised film of one of the most celebrated figures in football. For the first time ever, the world gets vividly candid and un-paralleled, behind-closed-doors access to the footballer, father, family-man and friend in this moving & fascinating documentary. Through in-depth conversations, state of the art football footage and never before seen archival footage, the film gives an astonishing insight into the sporting and personal life of triple Ballon D'Or winner Cristiano Ronaldo at the peak of his career. From the makers of ???Senna??? and ???Amy???, Ronaldo takes audiences on an intimate and revealing journey of what it???s like to live as an iconic athlete in the eye of the storm.","4.169","/kW5J5u5a7J4MtZi8CNAyFT6nUoJ.jpg","[{'id':56804,'logo_path':null,'name':'On The Corner Films','origin_country':'GB'},{'id':67397,'logo_path':null,'name':'We Came, We Saw, We Conquered Studios','origin_country':''}]","[{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-11-09","0","92","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","Astonishing. Intimate. Definitive.","Ronaldo","false","6.5","160" +"false","/qZDbpjCcN3SJIITXgeexbQ3p6WX.jpg","null","28000000","[{'id':35,'name':'Comedy'},{'id':28,'name':'Action'}]","","261392","tt3316948","en","American Ultra","American Ultra is a fast-paced action comedy about Mike, a seemingly hapless and unmotivated stoner whose small-town life with his live-in girlfriend, Phoebe, is suddenly turned upside down. Unbeknownst to him, Mike is actually a highly trained, lethal sleeper agent. In the blink of an eye, as his secret past comes back to haunt him, Mike is thrust into the middle of a deadly government operation and is forced to summon his inner action-hero in order to survive.","12.136","/auQHgr1FO6upJpXx1eYEeyq2sMs.jpg","[{'id':45358,'logo_path':null,'name':'Merced Media Partners','origin_country':''},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':39707,'logo_path':null,'name':'The Bridge Finance Company','origin_country':''},{'id':23921,'logo_path':'/simDvqT8y6jhP530ggUMbikvVKc.png','name':'Circle of Confusion','origin_country':'US'},{'id':7493,'logo_path':'/452FO4LcI6lA6bfgl6w1kQYRBlr.png','name':'FilmNation Entertainment','origin_country':'US'},{'id':1785,'logo_path':'/wT6aIkuQTNuq8XFoDGACK8EyR6w.png','name':'Likely Story','origin_country':'US'},{'id':24277,'logo_path':'/u42aMBx2JxWp4vgTjqcar4Kp1HI.png','name':'PalmStar Media','origin_country':'US'}]","[{'iso_3166_1':'CH','name':'Switzerland'},{'iso_3166_1':'US','name':'United States of America'}]","2015-08-19","27139524","96","[{'iso_639_1':'en','name':'English'}]","Released","Everyone's getting smoked.","American Ultra","false","6","1702" +"false","/n63sbUk7eab8AfnIWm7cUyB2MD2.jpg","null","100000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","308084","tt3824458","en","Tangerine","It's Christmas Eve in Tinseltown and Sin-Dee is back on the block. Upon hearing that her pimp boyfriend hasn't been faithful during the 28 days she was locked up, the working girl and her best friend, Alexandra, embark on a mission to get to the bottom of the scandalous rumor. Their rip-roaring odyssey leads them through various subcultures of Los Angeles, including an Armenian family dealing with their own repercussions of infidelity.","6.005","/iSqf5MR4Df89Iz4KRApcP32IvZc.jpg","[{'id':55289,'logo_path':null,'name':'Through Films','origin_country':'US'},{'id':1974,'logo_path':null,'name':'Duplass Brothers Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-07-10","924793","87","[{'iso_639_1':'hy','name':''},{'iso_639_1':'en','name':'English'}]","Released","Merry Christmas Eve, bitch.","Tangerine","false","7","305" +"false","/wTscjd3DUyiHjzxsk81gvsBsWCp.jpg","null","0","[{'id':18,'name':'Drama'}]","http://a24films.com/films/the-end-of-the-tour/","249688","tt3416744","en","The End of the Tour","The story of the five-day interview between Rolling Stone reporter David Lipsky and acclaimed novelist David Foster Wallace, which took place right after the 1996 publication of Wallace's groundbreaking epic novel, 'Infinite Jest.'","6.698","/kXuLpzvjcjisCmYIWlBMNVmmOVp.jpg","[{'id':10039,'logo_path':'/b8w4LldQolMKiLZw4FQJBcXSDGI.png','name':'Anonymous Content','origin_country':'US'},{'id':21887,'logo_path':null,'name':'Kilburn Media','origin_country':''},{'id':105509,'logo_path':null,'name':'Modern Man Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-07-31","3002884","106","[{'iso_639_1':'en','name':'English'}]","Released","Imagine the greatest conversation you've ever had.","The End of the Tour","false","7.1","316" +"false","/m4jnKwHSllJqiKjtF0Uivztfslo.jpg","null","18000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","","275601","tt3623726","en","Ricki and the Flash","Meryl Streep stars as Ricki Rendazzo, a guitar heroine who made a world of mistakes as she followed her dreams of rock-and-roll stardom. Returning home, Ricki gets a shot at redemption and a chance to make things right as she faces the music with her family.","6.799","/aAEze9iEijSPYATn8ge4jC4AIp4.jpg","[{'id':34034,'logo_path':null,'name':'LStar Capital','origin_country':'US'},{'id':177,'logo_path':null,'name':'Columbia TriStar','origin_country':''},{'id':1274,'logo_path':null,'name':'Clinica Estetico','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-07-10","41325328","100","[{'iso_639_1':'en','name':'English'}]","Released","Get Ready for Ricki.","Ricki and the Flash","false","5.8","454" +"false","/8hpX0p0aMdEFAMHuiAr7kgcAC0f.jpg","null","20000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","346808","tt3181776","en","Momentum","When Alex, an infiltration expert with a secret past, accidentally reveals her identity during what should have been a routine heist, she quickly finds herself mixed up in a government conspiracy and entangled in a deadly game of cat-and-mouse with a master assassin and his team of killers. Armed with her own set of lethal skills, Alex looks to exact revenge for her murdered friends while uncovering the truth.","6.042","/y5pIEHodpMNDdf0nzoR90Boa2nN.jpg","[{'id':20243,'logo_path':null,'name':'Thaba Media','origin_country':''},{'id':12372,'logo_path':null,'name':'Universum Film (UFA)','origin_country':''},{'id':65734,'logo_path':null,'name':'Azari Media','origin_country':''}]","[{'iso_3166_1':'ZA','name':'South Africa'},{'iso_3166_1':'US','name':'United States of America'}]","2015-08-01","133332","96","[{'iso_639_1':'en','name':'English'}]","Released","","Momentum","false","5.8","263" +"false","/qZ5kNOkxblMcumRtBPPJM9ny8m.jpg","null","0","[{'id':18,'name':'Drama'}]","","83384","tt1690455","en","Dark Horse","Abe is a man who is in his thirties and who lives with his parents. He works regretfully for his father while pursuing his hobby of collecting toys. Aware that his family doesn't think highly of him, he tries to spark a relationship with Miranda, who recently moved back home after a failed literary/academic career. Miranda agrees to marry Abe out of desperation, but things go awry.","4.404","/rrP4AMZ6DQkja0uiurvDUy3G0Ot.jpg","[{'id':9019,'logo_path':null,'name':'Double Hope Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-09-05","0","86","[{'iso_639_1':'en','name':'English'}]","Released","","Dark Horse","false","5.7","48" +"false","/tghpPdJX3yNZ3UESabIOWaPH7E2.jpg","null","25000","[{'id':99,'name':'Documentary'}]","","341996","tt4187662","en","Paradise Found 2015","A revolutionary scientist defends his life choices to his dying father, a tyrannical CIA agent fighting for redemption.","0.6","/pa8J2gPC78xttXduZ6BvBnRJqp5.jpg","[]","[]","2015-01-01","0","26","[]","Released","The Final Frontier is within...if you survive the journey.","Paradise Found 2015","false","10","1" +"false","/jbgQaxdKXcHXj2EeY71V3eLVIik.jpg","{'id':353325,'name':'Joe Dirt Collection','poster_path':'/oweH0mRKoguOQTKfJqNtAEwVx8Z.jpg','backdrop_path':'/x1blCWyMyhAfZ5nDmqUHtdyATFS.jpg'}","0","[{'id':35,'name':'Comedy'}]","http://www.crackle.com/c/joe-dirt-2-beautiful-loser","335970","tt4126340","en","Joe Dirt 2: Beautiful Loser","When happy family man Joe Dirt finds himself transported to the recent past, he begins an epic journey to get back to his loved ones in the present.","5.396","/A9lBzMw1tOtMb8QZ2kob1edS8tf.jpg","[{'id':2608,'logo_path':'/g3YRudXiQzHesQqRXvnhFpMzfkU.png','name':'Happy Madison Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-07-16","0","107","[{'iso_639_1':'en','name':'English'}]","Released","Go Hick Yourself","Joe Dirt 2: Beautiful Loser","false","4.2","60" +"false","/cWfC9EzsRdmz6IhtkGRhOqMfmep.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","293970","tt2118624","en","The Final Girls","A young woman grieving the loss of her mother, a famous scream queen from the 1980s, finds herself pulled into the world of her mom's most famous movie. Reunited, the women must fight off the film's maniacal killer.","7.295","/l9Ub29ZLm9He2wTxdN5nkSbrFzv.jpg","[{'id':64662,'logo_path':null,'name':'Ulterior Productions','origin_country':''},{'id':4205,'logo_path':null,'name':'Groundswell Productions','origin_country':'US'},{'id':64663,'logo_path':null,'name':'Studio Solutions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-10-09","0","91","[{'iso_639_1':'en','name':'English'}]","Released","","The Final Girls","false","6.5","599" +"false","/6H0nR3V30Ok2xXqzgbrlq1efduZ.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","134048","tt0118897","en","Crazy Six","In a crumbling Europe, powerful mafia families have emerged from the anarchy to vie for control of the lucrative arms trade.","2.092","/6qq4lKGwXZO34BEtzA6MbEsHDf6.jpg","[{'id':7954,'logo_path':null,'name':'Filmwerks','origin_country':''}]","[]","1997-11-01","0","94","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'sk','name':'Sloven??ina'}]","Released","He is the sixth one in his family. And he is a little bit crazy.","Crazy Six","false","4","8" +"false","/yizTNqB30xObUjHa1MLRnNmel7Z.jpg","null","0","[{'id':27,'name':'Horror'}]","","11654","tt0085701","en","The Hunger","Miriam and John are an elegant couple with a dark secret: they are vampires. Feeding on human blood, Miriam has lived for over 2000 years. She gave her lover the gift of eternal life and together they hunt. But John begins aging rapidly, he seeks the help of Dr. Sarah Roberts. Miriam is immediately drawn to Sarah, desiring her as her next immortal companion...","7.413","/30VefQi2EKBraP6lPEkAbGzlDIP.jpg","[{'id':8846,'logo_path':null,'name':'Peerford Ltd.','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1983-04-29","5979292","97","[{'iso_639_1':'en','name':'English'}]","Released","Nothing Human Loves Forever","The Hunger","false","6.5","201" +"false","/nuanHc3EerIyVTZd4lM0JwwgHzC.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","57103","tt0052619","en","The Best of Everything","An expose of the lives and loves of Madison Avenue working girls and their higher ups.","0.77","/vA0m8vSqDgX6dQBLkggG9dCqQdp.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1959-10-09","0","121","[{'iso_639_1':'en','name':'English'}]","Released","The Female Jungle EXPOSED!","The Best of Everything","false","7","12" +"false","/2HcB0bjOlXn1h8AFPx7odvWFh7S.jpg","{'id':55428,'name':'Curious George Collection','poster_path':'/8nOAUE2VgdnzxYurRjd1KjE98Sm.jpg','backdrop_path':'/qC533xWXnpR8SG3zrll8aKmeQXV.jpg'}","0","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","","338103","tt4622340","en","Curious George 3: Back to the Jungle","When Curious George is offered a special space mission, Ted (The Man in the Yellow Hat) can't deny his little friend this exciting journey, especially after Curious George completes the training. But when he crash-lands in Africa, a worried Ted goes searching, expecting the worst, only to have it turn out to be the best.","1.184","/yWRrDUOCZiIjcGEfhTwFxQDkgIy.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':17009,'logo_path':'/ssowAxOrrqsSR2CKeiytOXwLoCW.png','name':'Universal 1440 Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-01-26","0","81","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","","Curious George 3: Back to the Jungle","false","6","14" +"false","/axHC1TOBBWqRuP55LSmjVAZ0qdj.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","","41312","tt0046714","en","Angels One Five","The summer of 1940, Pilot Officer T.B. Baird arrives straight out of flight school to join a front line RAF squadron at the height of the Battle of Britain. After an unfortunate start and a drumming down from his commanding officer, Baird (nicknamed 'Septic' due to his initials) must balance the struggle to impress his Group Captain, regain his pride, fit in with his fellow squadron mates, and survive one of the most intense air battles in history. This is the story of just one of ""The Few"" and how they managed to fight off the might of the Luftwaffe, despite overwhelming German air power.","1.489","/6HQOoGWVTlX0brGMVABpJOFVmmC.jpg","[{'id':63030,'logo_path':null,'name':'Templar Film Studios','origin_country':''},{'id':1441,'logo_path':'/28DJnfE2ZaR5oNJVlZ38uvnLaCH.png','name':'Associated British Picture Corporation','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1952-03-19","0","98","[{'iso_639_1':'en','name':'English'}]","Released","A Story of Some of ""The Few""...","Angels One Five","false","5.8","17" +"false","/6vyYudiSKpJq2kuRCDAWhZlbOEW.jpg","null","10000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'}]","","13938","tt0089461","en","The Last Dragon","A young man searches for the ""master"" to obtain the final level of martial arts mastery known as the glow. Along the way he must fight an evil martial arts expert and rescue a beautiful singer from an obsessed music promoter.","6.141","/RZQF0DGwlC0XTYNKjNSjpkSlQn.jpg","[{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'},{'id':2730,'logo_path':null,'name':'Motown Productions','origin_country':''},{'id':3088,'logo_path':null,'name':'Delphi III Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-03-22","25754284","108","[{'iso_639_1':'en','name':'English'}]","Released","His family thinks he's crazy. His enemies think he's no challenge. But she knows he's THE LAST DRAGON.","The Last Dragon","false","6.4","116" +"false","/c9mWkmJlf1OdqAjNgXkhFASZ9jU.jpg","null","27000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'}]","","2614","tt0093260","en","Innerspace","Test pilot Tuck Pendleton volunteers to test a special vessel for a miniaturization experiment. Accidentally injected into a neurotic hypochondriac, Jack Putter, Tuck must convince Jack to find his ex-girlfriend, Lydia Maxwell, to help him extract Tuck and his ship and re-enlarge them before his oxygen runs out.","9.923","/krRl7QKdIYsVUPYmOwElA1sqQE7.jpg","[{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'},{'id':4357,'logo_path':null,'name':'The Guber-Peters Company','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-06-30","25893810","120","[{'iso_639_1':'en','name':'English'}]","Released","This summer take a trip you'll never forget.","Innerspace","false","6.8","542" +"false","/5CQ4E8SC7YmPtbFTaXWfzEsqsSf.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","285843","tt2691734","en","October Gale","A doctor takes in a mysterious man who washes ashore at her remote cottage with a gunshot wound. Quickly they both learn the killer has arrived to finish the job, while a storm has cut them off from the mainland.","2.565","/eVt3vIYGPCGEz5f1Zfs27iRIduK.jpg","[{'id':45909,'logo_path':null,'name':'Pacific Northwest Pictures','origin_country':'CA'},{'id':1422,'logo_path':'/aG7LGucYWmsrsEwnDN1HnUGfVmK.png','name':'Killer Films','origin_country':'US'},{'id':11570,'logo_path':null,'name':'Foundry Films','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2014-09-11","0","91","[{'iso_639_1':'en','name':'English'}]","Released","","October Gale","false","4.9","30" +"false","/aAEVJCTaGoYQWmY0YbPFsu1v0TB.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","39991","tt0085303","it","La casa con la scala nel buio","A killer stalks a composer staying at a posh Tuscany villa while writing the score to a horror film which has an incriminating clue to the killer's identity.","2.111","/9MtwarQ6OgryRkYj4NB6IVBYEFI.jpg","[{'id':4269,'logo_path':null,'name':'Nuova Dania Cinematografica','origin_country':''},{'id':2185,'logo_path':null,'name':'National Cinematografica','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'}]","1983-08-06","0","110","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","When the lights go out, the knife goes in.","A Blade in the Dark","false","5.9","39" +"false","/rFtsE7Lhlc2jRWF7SRAU0fvrveQ.jpg","{'id':86311,'name':'The Avengers Collection','poster_path':'/qJawKUQcIBha507UahUlX0keOT7.jpg','backdrop_path':'/zuW6fOiusv4X9nnW3paHGfXcSll.jpg'}","280000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'}]","http://marvel.com/movies/movie/193/avengers_age_of_ultron","99861","tt2395427","en","Avengers: Age of Ultron","When Tony Stark tries to jumpstart a dormant peacekeeping program, things go awry and Earth???s Mightiest Heroes are put to the ultimate test as the fate of the planet hangs in the balance. As the villainous Ultron emerges, it is up to The Avengers to stop him from enacting his terrible plans, and soon uneasy alliances and unexpected action pave the way for an epic and unique global adventure.","55.904","/t90Y3G8UGQp0f0DrP60wRu9gfrH.jpg","[{'id':420,'logo_path':'/hUzeosd33nzE5MCNsZxCGEKTXaQ.png','name':'Marvel Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-04-22","1405403694","141","[{'iso_639_1':'en','name':'English'}]","Released","A New Age Has Come.","Avengers: Age of Ultron","false","7.3","12549" +"false","/aWLIsFyLSX81Z0ORQQpxMFm1zFw.jpg","null","30000000","[{'id':35,'name':'Comedy'}]","","188222","tt1674771","en","Entourage","Movie star Vincent Chase, together with his boys, Eric, Turtle and Johnny, are back???and back in business with super agent-turned-studio head Ari Gold. Some of their ambitions have changed, but the bond between them remains strong as they navigate the capricious and often cutthroat world of Hollywood.","13.599","/lR4dwcfgCBMklKjiQXuFzRM3gfl.jpg","[{'id':8537,'logo_path':null,'name':'Closest to the Hole Productions','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-06-03","49263404","104","[{'iso_639_1':'en','name':'English'}]","Released","Dream Large. Live Larger.","Entourage","false","6.2","634" +"false","/p1Q9Jgj5SLGjy2EwqNH1ZbnJJo4.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","172828","tt2274570","en","Bad Milo!","A horror comedy centered on a guy who learns that his unusual stomach problems are being caused by a demon living in his intestines.","6.331","/1dmHunFILNXKzjOkl1A7IIsTI58.jpg","[{'id':5124,'logo_path':null,'name':'New Artists Alliance','origin_country':''},{'id':19761,'logo_path':null,'name':'Floren Shieh Productions','origin_country':''},{'id':1974,'logo_path':null,'name':'Duplass Brothers Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-08-28","19613","85","[{'iso_639_1':'en','name':'English'}]","Released","Embrace your inner demon.","Bad Milo","false","5.7","132" +"false","/oD3eH32b0bkCpvPNYhrAWenSNkL.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","https://www.facebook.com/PosthumousMovie","296178","tt2463154","en","Posthumous","After false reports of his demise put him and his work on the map, an artist decides to continue the charade by posing as his own brother. Soon, a reporter enters his life and has a profound effect on him.","1.578","/aSqDyWOo7PRl00JywRbTBHVdUWx.jpg","[{'id':6694,'logo_path':null,'name':'Arden Films','origin_country':''},{'id':34588,'logo_path':null,'name':'Flying Box Productions','origin_country':''},{'id':34589,'logo_path':null,'name':'Getaway Pictures','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2014-10-04","0","94","[{'iso_639_1':'en','name':'English'}]","Released","Love, life and other lies.","Posthumous","false","6.2","28" +"false","/733japw5pomZIr6ytWis32R6I8P.jpg","null","8000000","[{'id':18,'name':'Drama'}]","","251321","tt2494384","en","Aloft","As we follow a mother and her son, we delve into a past marred by an accident that tears them apart. She will become a renowned artist and healer, and he will grow into his own and a peculiar falconer who bears the marks of a double absence. In the present, a young journalist will bring about an encounter between the two that puts the very meaning of life and art into question, so that we may contemplate the possibility of living life to its fullest, despite the uncertainties littering our paths.","3.858","/3SBOv35dmNJ6pIfBnSjsdpTwi4P.jpg","[{'id':11517,'logo_path':'/7tT0PqNjEalEwE1GkjxU32SlOW6.png','name':'Buffalo Gal Pictures','origin_country':'CA'},{'id':10046,'logo_path':'/3guxqdOBP4xtfmSy6YMZPVGTfro.png','name':'Wanda Visi??n','origin_country':'ES'},{'id':7543,'logo_path':'/sPBVpVQf44rVP65TVTFgsn9ZVwE.png','name':'Arcadia Motion Pictures','origin_country':'ES'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'ES','name':'Spain'}]","2014-02-12","53086","112","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","","Aloft","false","5.5","58" +"false","/f7ZiTgJDSvJkGnjBIkjSj3GqWWp.jpg","null","4000000","[{'id':18,'name':'Drama'}]","","254905","tt2893490","en","Manglehorn","AJ Manglehorn is an aging, ordinary guy in a small town. He nurses his sick cat, squeezes out a conversation with the local bank teller every Friday, and eats at the same place every day. But there is more to Manglehorn than meets the eye: he???s an ex-con who, 40 years ago, gave up the woman of his dreams for a big ???job???. He now obsesses daily over the choices he made. After a dramatic effort to start over, Manglehorn faces a terrifying moment and is unmasked as a guy with a very, very dark past.","4.566","/8ddkmEMUXnKqAtdfDnla4ClGC1L.jpg","[{'id':9015,'logo_path':null,'name':'Worldview Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-06-03","143101","97","[{'iso_639_1':'en','name':'English'}]","Released","You get one shot at life. Try not to miss.","Manglehorn","false","5.4","94" +"false","/rNF8nOdIqexFf0B3YjypHvAdPGc.jpg","null","0","[{'id':28,'name':'Action'},{'id':37,'name':'Western'}]","","40682","tt0070825","en","The Train Robbers","A gunhand named Lane is hired by a widow, Mrs. Lowe, to find gold stolen by her husband so that she may return it and start fresh.","4.076","/a8PgFWGw7EV48f9zFR7AigfOYkl.jpg","[{'id':2532,'logo_path':'/qxGytGpK9htSl6xxv9qP1dG656e.png','name':'Batjac Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1973-02-07","0","92","[{'iso_639_1':'en','name':'English'}]","Released","The gold or the grave. The young widow could lead them to either.","The Train Robbers","false","6.4","49" +"false","/3Kgu3ys6W6UZWWFty7rlTWgST63.jpg","null","120000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'}]","http://www.fantasticfourmovie.com/","166424","tt1502712","en","Fantastic Four","Four young outsiders teleport to a dangerous universe, which alters their physical form in shocking ways. Their lives irrevocably upended, the team must learn to harness their daunting new abilities and work together to save Earth from a former friend turned enemy.","24.515","/mf3CVm2k0UHTmx2TCnFJhBIeW7m.jpg","[{'id':20478,'logo_path':'/gSS2OBc6dRsK2ewRx5lcwnARrpl.png','name':'Moving Picture Company','origin_country':'GB'},{'id':7505,'logo_path':'/837VMM4wOkODc1idNxGT0KQJlej.png','name':'Marvel Entertainment','origin_country':'US'},{'id':22213,'logo_path':'/qx9K6bFWJupwde0xQDwOvXkOaL8.png','name':'TSG Entertainment','origin_country':'US'},{'id':5374,'logo_path':'/8dgIXEObpRYixczGSpyW9rgnN53.png','name':'Marv Films','origin_country':'GB'},{'id':28788,'logo_path':null,'name':'Genre Films','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'},{'id':47,'logo_path':'/i7Z9ot2o3N5Sa3HrF09kniFs2y8.png','name':'Constantin Film','origin_country':'DE'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-08-05","167977596","100","[{'iso_639_1':'en','name':'English'}]","Released","Change is coming.","Fantastic Four","false","4.4","3706" +"false","/6wxNihiZYwTkMN0G0lIqzmf9Jlf.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':14,'name':'Fantasy'}]","","290637","tt3733778","en","Pay the Ghost","One year after his young son disappeared during a Halloween carnival, Mike Cole is haunted by eerie images and terrifying messages he can???t explain. Together with his estranged wife, he will stop at nothing to unravel the mystery and find their son???and, in doing so, he unearths a legend that refuses to remain buried in the past.","6.255","/3ZeaXFlRlZ3DzJ61akU2VotU80X.jpg","[{'id':51524,'logo_path':null,'name':'Midnight Kitchen Productions','origin_country':''},{'id':6626,'logo_path':'/A1BnMoWjzjOrjzpWimyBQkf84mS.png','name':'Voltage Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-09-16","2160298","94","[{'iso_639_1':'en','name':'English'}]","Released","Evil walks among us.","Pay the Ghost","false","5.3","365" +"false","/kMPj0fxDTtvuckFYeTYtUZXh4Hb.jpg","null","0","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","http://www.mrholmesfilm.com/","280996","tt3168230","en","Mr. Holmes","The story is set in 1947, following a long-retired Holmes living in a Sussex village with his housekeeper and rising detective son. But then he finds himself haunted by an unsolved 50-year old case. Holmes' memory isn't what it used to be, so he only remembers fragments of the case: a confrontation with an angry husband, a secret bond with his beautiful but unstable wife.","13.601","/9v25BUcPSxRS3yJ2yd3GHZOtoS8.jpg","[{'id':7493,'logo_path':'/452FO4LcI6lA6bfgl6w1kQYRBlr.png','name':'FilmNation Entertainment','origin_country':'US'},{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':7217,'logo_path':'/vFbexaF70wSMUHRA6Fy6UcuA1ju.png','name':'See-Saw Films','origin_country':'GB'},{'id':41640,'logo_path':'/e1naE79Djln19oDgMsP3uuvLbTq.png','name':'Archer Gray','origin_country':'US'},{'id':51860,'logo_path':null,'name':'AI-Film','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2015-06-19","29355203","103","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'}]","Released","The man behind the myth.","Mr. Holmes","false","6.5","1058" +"false","/aeUT193K0ZxrVwK3zfL2EjoyQWG.jpg","null","35000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://www.trainwreckmovie.com","271718","tt3152624","en","Trainwreck","Having thought that monogamy was never possible, a commitment-phobic career woman may have to face her fears when she meets a good guy.","17.801","/2USk7mhiCXRkU9NzttXCzOjg2iV.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':10105,'logo_path':'/bN4tiAS8oNlHhIqq66KBPQ1Ekqh.png','name':'Apatow Productions','origin_country':'US'},{'id':3341,'logo_path':'/dTG5dXE1kU2mpmL9BNnraffckLU.png','name':'Fuji Television Network','origin_country':'JP'},{'id':1778,'logo_path':'/69xm6sF3JxugGVjfZfm1YY6d7EE.png','name':'Dentsu','origin_country':'JP'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-07-17","140795793","125","[{'iso_639_1':'en','name':'English'}]","Released","We All Know One.","Trainwreck","false","5.8","1684" +"false","/l97RWqhhZnrCjb2xQ5ZCGveQkq1.jpg","null","5000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","192141","tt1781922","en","No Escape","In their new overseas home, an American family soon finds themselves caught in the middle of a coup, and they frantically look for a safe escape in an environment where foreigners are being immediately executed.","9.417","/jIXZEvL4dmgkjyhD5JUDeOaASKB.jpg","[{'id':2877,'logo_path':null,'name':'Living Films','origin_country':''},{'id':2266,'logo_path':'/owzVs2mguyyJ3vIn7EbgowpUPnk.png','name':'Bold Films','origin_country':'US'},{'id':66930,'logo_path':null,'name':'Brothers Dowdle Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-08-26","54418872","103","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'th','name':'?????????????????????'}]","Released","No rescue. No refuge.","No Escape","false","6.8","1255" +"false","/pOjPWFIBlHtyNsivnzg2X6bC8JB.jpg","null","5000000","[{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","https://www.facebook.com/GIFTmovie","328425","tt4178092","en","The Gift","A husband and wife try to reinvigorate their relationship but their lives are threatened by a ""friend"" from the husband's past who holds a horrifying secret about him, sending their world into a tailspin.","10.805","/chrYVlwpBjlYM80w4bQDZzfNQZf.jpg","[{'id':39649,'logo_path':null,'name':'Huayi Brothers Media','origin_country':'CN'},{'id':3172,'logo_path':'/kDedjRZwO8uyFhuHamomOhN6fzG.png','name':'Blumhouse Productions','origin_country':'US'},{'id':32299,'logo_path':'/yNphx07jCXygH1Zh73tSPHnNi82.png','name':'Blue-Tongue Films','origin_country':'AU'},{'id':47729,'logo_path':'/5NRpQ7xxmODXAjt2pRWUFMLVzvP.png','name':'STX Entertainment','origin_country':'US'},{'id':69542,'logo_path':null,'name':'Ahimsa Films','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'US','name':'United States of America'}]","2015-07-30","58978653","108","[{'iso_639_1':'en','name':'English'}]","Released","Not every gift is welcome.","The Gift","false","6.7","1728" +"false","/iBvD5wzkghyTFDvq45sUDVmBsA9.jpg","{'id':544669,'name':'Minions Collection','poster_path':null,'backdrop_path':'/62Qe28oi9PaK3P2ljDYUDTGAyST.jpg'}","74000000","[{'id':10751,'name':'Family'},{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'}]","http://www.minionsmovie.com/","211672","tt2293640","en","Minions","Minions Stuart, Kevin and Bob are recruited by Scarlet Overkill, a super-villain who, alongside her inventor husband Herb, hatches a plot to take over the world.","13.541","/q0R4crx2SehcEEQEkYObktdeFy.jpg","[{'id':6704,'logo_path':'/fOG2oY4m1YuYTQh4bMqqZkmgOAI.png','name':'Illumination Entertainment','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-06-17","1156730962","91","[{'iso_639_1':'en','name':'English'}]","Released","Before Gru, they had a history of bad bosses","Minions","false","6.4","7179" +"false","/lWhTsYsTRMDDBg3KIUMzVb8gs2l.jpg","{'id':108693,'name':'National Lampoon's Vacation Collection','poster_path':'/zvEUkLpDO7xlgabBEA9CCc0cvAt.jpg','backdrop_path':'/pBmhj6KkEjlzc3e7jAPkIHgGIrE.jpg'}","31000000","[{'id':35,'name':'Comedy'}]","","296099","tt1524930","en","Vacation","Hoping to bring his family closer together and to recreate his childhood vacation for his own kids, a grown up Rusty Griswold takes his wife and their two sons on a cross-country road trip to the coolest theme park in America, Walley World. Needless to say, things don't go quite as planned.","11.36","/q9kL9WW0Uu4AcfTi5iCLcYzBgnm.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':6363,'logo_path':null,'name':'BenderSpink','origin_country':''},{'id':53060,'logo_path':null,'name':'David Dobkin Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-07-28","104384188","99","[{'iso_639_1':'en','name':'English'}]","Released","What could go wrong?","Vacation","false","6.2","1886" +"false","/oS1Ck6sbBnIReyactTdFlFF2Wkh.jpg","null","75000000","[{'id':35,'name':'Comedy'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'}]","","203801","tt1638355","en","The Man from U.N.C.L.E.","At the height of the Cold War, a mysterious criminal organization plans to use nuclear weapons and technology to upset the fragile balance of power between the United States and Soviet Union. CIA agent Napoleon Solo and KGB agent Illya Kuryakin are forced to put aside their hostilities and work together to stop the evildoers in their tracks. The duo's only lead is the daughter of a missing German scientist, whom they must find soon to prevent a global catastrophe.","15.252","/5ttOaThDVmTpV8iragbrhdfxEep.jpg","[{'id':23202,'logo_path':null,'name':'Wigram Productions','origin_country':''},{'id':1302,'logo_path':'/kQZtJdyphCmq292iGDqlUx0yk2D.png','name':'Davis Entertainment','origin_country':'US'},{'id':41624,'logo_path':'/wzKxIeQKlMP0y5CaAw25MD6EQmf.png','name':'RatPac-Dune Entertainment','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-08-13","108145109","116","[{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'de','name':'Deutsch'}]","Released","Saving the world never goes out of style.","The Man from U.N.C.L.E.","false","7.1","3437" +"false","/xB92CSLn0w40ZoRGwfpkw9bbBMp.jpg","null","26000000","[{'id':878,'name':'Science Fiction'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","http://selflessmovie.tumblr.com/","238615","tt2140379","en","Self/less","An extremely wealthy elderly man dying from cancer undergoes a radical medical procedure that transfers his consciousness to the body of a healthy young man but everything may not be as good as it seems when he starts to uncover the mystery of the body's origins and the secret organization that will kill to keep its secrets.","17.196","/b03zZZTE17iH6klsInFOlrgfYRN.jpg","[{'id':11092,'logo_path':null,'name':'Ram Bergman Productions','origin_country':''},{'id':1205,'logo_path':null,'name':'Endgame Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-07-10","30523226","116","[{'iso_639_1':'en','name':'English'}]","Released","God Created Man. Man Created Immortality.","Self/less","false","6.3","1754" +"false","/ifR1UeQk4j6Cmwrhqhts8UREDCW.jpg","null","0","[{'id':18,'name':'Drama'}]","","203273","tt1518191","en","Manche Hunde bei??en","Halliday (19), Casey (14) and baby Severino have been split up after their mothers death. Casey is in care; Severino has been fostered with a view to adoption, and no one really cares what Halliday does; even his mum thought he was a waste of space.","1.056","/qkuN6QmksdEu8hqWGf2hp8ji8sl.jpg","[]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2010-10-01","0","85","[{'iso_639_1':'en','name':'English'}]","Released","","Some Dogs Bite","false","6.8","4" +"false","/8HuO1RMDI3prfWDkF7t1y8EhLVO.jpg","{'id':400700,'name':'Neighbors Collection','poster_path':'/sQshvy7vnEBafeWmO6fQTNIvV2C.jpg','backdrop_path':'/x5S20jb15ruRQd0gY1ZST9dJP7b.jpg'}","35000000","[{'id':35,'name':'Comedy'}]","http://www.neighbors-movie.com/","325133","tt4438848","en","Neighbors 2: Sorority Rising","A sorority moves in next door to the home of Mac and Kelly Radner who have a young child. The Radner's enlist their former nemeses from the fraternity to help battle the raucous sisters.","15.398","/bWUeJHbKIyT306WtJFRHoSzX9nk.jpg","[{'id':10338,'logo_path':'/el2ap6lvjcEDdbyJoB3oKiYgXu9.png','name':'Perfect World Pictures','origin_country':'CN'},{'id':16615,'logo_path':'/dbxHaOtibTKvP6dUMRYdwUOULgY.png','name':'Point Grey Pictures','origin_country':'US'},{'id':17393,'logo_path':'/k28sCof6kheeOicLqL6EXX2GHov.png','name':'Good Universe','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2016-05-04","108758521","91","[{'iso_639_1':'en','name':'English'}]","Released","New neighbors.","Neighbors 2: Sorority Rising","false","5.7","2715" +"false","/fsbguhIRvF5vVOfVNF0iNrkT3kG.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","39578","tt0081178","en","The Monster Club","A writer of horror stories is invited to a ""monster club"" by a mysterious old gentleman. There, three gruesome stories are told to him; between each story some musicians play their songs. In the end, it's recognized he's the greatest monster of all ...","2.293","/bGbvXjVLlnUFreTOJ3dMQ42xyPB.jpg","[{'id':4630,'logo_path':null,'name':'Amicus Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1981-04-11","0","104","[{'iso_639_1':'en','name':'English'}]","Released","You'll meet some interesting people and hear some great songs as The Monster Club","The Monster Club","false","6","29" +"false","/o0A02xvZm4JZ5t40shQohiE1B6E.jpg","null","12700000","[{'id':35,'name':'Comedy'}]","","209185","tt2319580","en","The Grand Seduction","A small fishing village must procure a local doctor to secure a lucrative business contract. When unlikely candidate and big city doctor Paul Lewis lands in their lap for a trial residence, the townsfolk rally together to charm him into staying. As the doctor???s time in the village winds to a close, acting mayor Murray French has no choice but to pull out all the stops and begin The Grand Seduction.","6.001","/sVXFM0Lt4eVP6bX3UNCnF62WTK2.jpg","[{'id':33137,'logo_path':null,'name':'Morag Loves Company','origin_country':''},{'id':7828,'logo_path':null,'name':'Max Films Productions','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2013-09-08","3430018","112","[{'iso_639_1':'en','name':'English'}]","Released","The small town of Tickle Cove needed a doctor. What they got was a miracle.","The Grand Seduction","false","6.7","144" +"false","/oMLkfMbthvD6Uk04UdPas5dIy96.jpg","{'id':293981,'name':'Flowers in the Attic Collection','poster_path':'/fj0WRUM5LDufvhJE1wQvbc0NwYt.jpg','backdrop_path':'/xbYuLpKmkYjlbchOnEYeBVVrJUa.jpg'}","0","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'},{'id':10770,'name':'TV Movie'}]","","236399","tt3074694","en","Flowers in the Attic","After the sudden death of their father, four children face cruel treatment from their ruthless grandmother.","6.088","/w1ZkNHt9T4Kofqus8jrNj1N1qE1.jpg","[{'id':19623,'logo_path':'/amoc5KDCNLH5gmJR22D96DR7q3u.png','name':'Cue the Dog Productions','origin_country':'US'},{'id':3958,'logo_path':null,'name':'Front Street Pictures','origin_country':'CA'},{'id':3431,'logo_path':'/6LVLYfZAEQfhJey0MGvhFXdDEK1.png','name':'Lifetime','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CA','name':'Canada'}]","2014-01-18","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Flowers in the Attic","false","6.2","166" +"false","/yla8xu5thDWdlPGoZPvc5jJ1EuO.jpg","null","7000000","[{'id':12,'name':'Adventure'},{'id':10749,'name':'Romance'},{'id':36,'name':'History'},{'id':10752,'name':'War'},{'id':18,'name':'Drama'}]","","43012","tt0056556","en","Taras Bulba","Ukraine, 16th century. While the Poles dominate the Cossack steppes, Andrei, son of Taras Bulba, a Cossack leader, must choose between his love for his family and his folk and his passion for a Polish woman.","2.691","/wQObPNhuhoNSlltgvI35lyhzS7u.jpg","[{'id':5940,'logo_path':null,'name':'Avala Film','origin_country':'RS'},{'id':11585,'logo_path':null,'name':'Harold Hecht Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'YU','name':'Yugoslavia'}]","1962-11-21","4000000","119","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'la','name':'Latin'}]","Released","A love story of flesh and fire!","Taras Bulba","false","6.9","27" +"false","/v5wkrG5Fcwt1U667yisAi78IA2D.jpg","null","0","[{'id':27,'name':'Horror'}]","","31952","tt0066518","en","The Vampire Lovers","In the heart of Styria the Karnstein Family, even after their mortal deaths, rise from their tombs spreading evil in the countryside in their lust for fresh blood. Baron Hartog whose family are all victims of Karnstein vampirism, opens their graves and drives a stake through their diabolical hearts. One grave he cannot locate is that of the legendary beautiful Mircalla Karnstein. Years of peace follow that grisly night until Mircalla reappears to avenge her family's decimation and satisfy her desire for blood.","5.227","/3f1JMXD0fzyqAHoZj5d9znYEAAl.jpg","[{'id':1314,'logo_path':'/gQBluDqe6dc2ZdzfJbabEHoSGoG.png','name':'Hammer Film Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1970-10-04","0","91","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","An erotic nightmare of tormented lusts that throb in headless, undead bodies!","The Vampire Lovers","false","6.5","63" +"false","/wi4Ss7qNul81UI1rTqBUuHQo3to.jpg","null","0","[{'id':53,'name':'Thriller'}]","","278955","tt1352386","en","New Hope Manor","Becca has just arrived back to New Hope (a girls ranch) to find that there is a new set of rules she is going to need to follow.","0.6","/kAHfaMV1UT43jFyUcMwRld8VHmQ.jpg","[{'id':37747,'logo_path':null,'name':'FINC Films','origin_country':''},{'id':37748,'logo_path':null,'name':'Black Hole Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-01-01","0","","[{'iso_639_1':'en','name':'English'}]","Released","Follow the rules or die","New Hope Manor","false","4","2" +"false","/22GnNdZgrWlsSWobEu9vm2c6Hyl.jpg","null","6000000","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","14223","tt0486051","en","Wind Chill","Two college students share a ride home for the holidays. When they break down on a deserted stretch of road, they're preyed upon by the ghosts of people who have died there.","7.779","/pEVChTdLzgXO1fBvlSYFsukWlP4.jpg","[{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'},{'id':2376,'logo_path':'/yeNoWmSHZfvKsBYuL8uTRE4LPdQ.png','name':'Blueprint Pictures','origin_country':'GB'},{'id':129,'logo_path':null,'name':'Section Eight','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2007-04-27","285000","91","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'pl','name':'Polski'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","There Are Worse Things Than Dying","Wind Chill","false","5.6","173" +"false","/iwftfRF1pIkKKebIrbbaTUEfqQ6.jpg","null","12000000","[{'id':10752,'name':'War'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","","8738","tt0080736","en","The Final Countdown","In 1980, the US Navy's most powerful warship, the USS Nimitz, is caught in a storm during routine maneuvers in the Pacific. Enveloped by a strange green light, the ship passes through a vortex and when they emerge, their communications have been cut off. The ship's Captain sends out a patrol and the F-14 pilots are shocked to encounter vintage Japanese warplanes.","7.747","/4TL97w3r2QdiFA4gzfbC4o8ZpgZ.jpg","[{'id':11116,'logo_path':null,'name':'The Bryna Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1980-01-31","16647800","103","[{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'}]","Released","Trapped outside the boundaries of time and space... 102 aircraft... 6,000 men... all missing.","The Final Countdown","false","6.2","196" +"false","/lfLFO7yJgoMfHlHjyvJ9ipCPeFJ.jpg","null","0","[{'id':53,'name':'Thriller'}]","","310133","tt3813310","en","Cop Car","Two kids find themselves in the centre of a deadly game of cat and mouse after taking a sheriff's cruiser for a joy ride.","7.457","/6LTj0CJhpOFISrpHJQD0aUILnFS.jpg","[{'id':65906,'logo_path':'/yhW51nVDvB3mafbk8ND87jYpmWW.png','name':'End Cue','origin_country':'US'},{'id':13466,'logo_path':'/d2ewBAUkCGeYMj6bv2Z9PkzL5OA.png','name':'Park Pictures Features','origin_country':'US'},{'id':51611,'logo_path':null,'name':'Audax Films','origin_country':''},{'id':60891,'logo_path':null,'name':'Dark Arts Film','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-08-07","134552","86","[{'iso_639_1':'en','name':'English'}]","Released","Their first drive could be their last.","Cop Car","false","5.8","441" +"false","/hQzBPpjFz46AkaKK6Kshd04dPHg.jpg","{'id':157671,'name':'The Decline of Western Civilization Collection','poster_path':'/Aw4M955G9pMVOW6yzyisyVxNDrP.jpg','backdrop_path':'/nK0xizt2zXIRjNmqko1JtpkDe43.jpg'}","100000","[{'id':99,'name':'Documentary'},{'id':10402,'name':'Music'}]","","21137","tt0082252","en","The Decline of Western Civilization","The Los Angeles punk music scene circa 1980 is the focus of this film. With Alice Bag Band, Black Flag, Catholic Discipline, Circle Jerks, Fear, Germs, and X.","2.443","/g4uQ5U8QDXtBM0hOn1URKE70NXd.jpg","[{'id':64233,'logo_path':null,'name':'Spheeris Films Inc.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1981-07-01","0","100","[{'iso_639_1':'en','name':'English'}]","Released","","The Decline of Western Civilization","false","7.3","37" +"false","/lfwd6PUeOlUl6wdaVQf5wyVbzNE.jpg","null","0","[{'id':27,'name':'Horror'}]","http://www.facebook.com/WeAreStillHereFilm","291272","tt3520418","en","We Are Still Here","After the death of their college age son, Anne and Paul Sacchetti relocate to the snowswept New England hamlet of Aylesbury, a sleepy village where all is most certainly not as it seems. When strange sounds and eerie feelings convince Anne that her son's spirit is still with them, they invite an eccentric, New Age couple to help them get to the bottom of the mystery.","6.408","/oTslO8AmYYGaFr6MCiIv3F30vWv.jpg","[{'id':4592,'logo_path':null,'name':'Dark Sky Films','origin_country':''},{'id':7787,'logo_path':null,'name':'Snowfort Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-06-05","0","84","[{'iso_639_1':'en','name':'English'}]","Released","This house needs a family.","We Are Still Here","false","5.6","259" +"false","/vwRA35ELofnofmA8LxRfdDjgUKE.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","","253406","tt3397754","en","10,000 Saints","A sweeping multigenerational story set against the backdrop of the raw, roaring New York City of the late 1980s; adoption, teen pregnancy, drugs, hardcore punk rock, the unbridled optimism and reckless stupidity of the young???and old???are all major elements in this heart-aching tale of the son of diehard hippies and his strange odyssey through the extremes of late 20th century youth culture.","7.963","/boQZUGJN4uqgac9JbUWtbAw2SJ5.jpg","[{'id':114727,'logo_path':null,'name':'Archer Gray Productions','origin_country':''},{'id':19640,'logo_path':'/p8SE7J23xviBArUL49rMCkj0m0M.png','name':'Maven Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-08-14","0","113","[{'iso_639_1':'en','name':'English'}]","Released","Rage. Riot. Rebirth.","10,000 Saints","false","5.9","94" +"false","/7gHJicOaK81Oc7j4Goi55U4iNgi.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","33642","tt0061758","en","Hells Angels on Wheels","At first gas station attendant Poet is happy when the rockers gang ???Hell???s Angels??? finally accepts him. But he???s shocked when he learns how brutal they are ??? not even murder is a taboo to them. He gets himself in trouble when the leader???s girlfriend falls in love with him ??? and he welcomes her approaches.","2.37","/9eHmV4NSDOrZj3IKVsfHvjBkJ61.jpg","[{'id':5316,'logo_path':null,'name':'Fanfare Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1967-06-01","0","95","[{'iso_639_1':'en','name':'English'}]","Released","The shattering true story of the Hell's Angels of Northern California! The violence...The hate...The way-out parties...Exactly as it happens!","Hells Angels on Wheels","false","6.2","15" +"false","/jkSIeY26OTxRZcEF9joLWYh0vDX.jpg","null","3000000","[{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'},{'id':18,'name':'Drama'},{'id':27,'name':'Horror'}]","","351043","tt2837336","en","Amnesiac","The story of a man who wakes up in bed suffering from memory loss after being in an accident, only to begin to suspect that his wife may not be his real wife and that a web of lies and deceit deepen inside the house where he soon finds himself a prisoner.","4.705","/dlUD2hY6Ss7eUqjV1X08E18EZ1h.jpg","[{'id':61428,'logo_path':null,'name':'Infra-Red Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-08-14","0","90","[{'iso_639_1':'en','name':'English'}]","Released","What he can't remember is killing him.","Amnesiac","false","4.5","91" +"false","/7eiORd2dAXia347nAXuavUo7i6a.jpg","null","4000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","117978","tt1790869","en","In Their Skin","A couple and their young son retreat to their woodland vacation home, only to face sinister neighbors who intend to kill them and steal their identities.","3.42","/jjGaOLm9Z2uvAB8EspDafeTLyc4.jpg","[{'id':10969,'logo_path':'/3mmDprB4CsXbtR6ae7TRXrbB7LK.png','name':'Sepia Films','origin_country':'CA'},{'id':8059,'logo_path':null,'name':'Kinosmith','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2012-11-09","0","96","[{'iso_639_1':'en','name':'English'}]","Released","Yours is the life they've chosen.","In Their Skin","false","5.3","63" +"false","/fQbc5XuB4vWA9gnY1CmyxFaOufF.jpg","null","190000000","[{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'},{'id':9648,'name':'Mystery'},{'id':878,'name':'Science Fiction'}]","http://movies.disney.com/tomorrowland","158852","tt1964418","en","Tomorrowland","Bound by a shared destiny, a bright, optimistic teen bursting with scientific curiosity and a former boy-genius inventor jaded by disillusionment embark on a danger-filled mission to unearth the secrets of an enigmatic place somewhere in time and space that exists in their collective memory as ""Tomorrowland.""","25.496","/69Cz9VNQZy39fUE2g0Ggth6SBTM.jpg","[{'id':20656,'logo_path':null,'name':'Babieka','origin_country':''},{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':59778,'logo_path':null,'name':'A113','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-05-19","209154322","130","[{'iso_639_1':'en','name':'English'}]","Released","Imagine a world where nothing is impossible.","Tomorrowland","false","6.2","4484" +"false","/xnpVS4LkghyiNRBFDt55o0WltWT.jpg","null","0","[{'id':18,'name':'Drama'}]","http://neueroadmovies.com/film/every-thing-will-be-fine/","246127","tt1707380","en","Every Thing Will Be Fine","One day, driving aimlessly around the outskirts of town after a trivial domestic quarrel, a writer named Tomas accidentally hits and kills a child. Will he be able to move on?","5.35","/uv0qbWLRTOexuWOOeCXaCvU4UNK.jpg","[{'id':4503,'logo_path':null,'name':'Neue Road Movies','origin_country':''},{'id':18999,'logo_path':null,'name':'Montauk Productions','origin_country':''},{'id':2801,'logo_path':'/bswb1PLLsKDUXMLgy42bZtCtIde.png','name':'Film i V??st','origin_country':'SE'},{'id':9334,'logo_path':null,'name':'G??taFilm','origin_country':'SE'}]","[{'iso_3166_1':'SE','name':'Sweden'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'NO','name':'Norway'},{'iso_3166_1':'FR','name':'France'}]","2015-04-02","8034","118","[{'iso_639_1':'en','name':'English'}]","Released","A moment. A tragic accident. And nothing will ever be the same again.","Every Thing Will Be Fine","false","5.6","124" +"false","/g9xtoXrzBeNloWIbntTtY8pg9gb.jpg","null","5000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","45225","tt0096926","en","The Big Picture","Hollywood beckons for recent film school grad Nick Chapman, who is out to capitalize on the momentum from his national award-winning student film. Studio executive Allen Habel seduces Nick with a dream deal to make his first feature, but once production gets rolling, corporate reality begins to intervene: Nick is unable to control a series of compromises to his high-minded vision, and it's all he can do to maintain his integrity in the midst of filmmaking chaos.","3.761","/OZi4iPOXxlCN5dvcQXMYwwV9dp.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-09-15","117463","100","[{'iso_639_1':'en','name':'English'}]","Released","Film school prepared Nick for everything... everything but Hollywood.","The Big Picture","false","5.9","40" +"false","/jrSo8OTeWZ0Ego7uOYS20syIZ5N.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://www.foxsearchlight.com/meandearlandthedyinggirl/","308369","tt2582496","en","Me and Earl and the Dying Girl","Greg is coasting through senior year of high school as anonymously as possible, avoiding social interactions like the plague while secretly making spirited, bizarre films with Earl, his only friend. But both his anonymity and friendship threaten to unravel when his mother forces him to befriend a classmate with leukemia.","12.093","/4Zrvc5rddDSHD3JmfkzvAx82wuT.jpg","[{'id':9350,'logo_path':'/xz60JVoUHpOeg1cJbxzMJiwbuL7.png','name':'Indian Paintbrush','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-06-12","0","105","[{'iso_639_1':'en','name':'English'}]","Released","A Little Friendship Never Killed Anyone.","Me and Earl and the Dying Girl","false","7.6","1512" +"false","/uad02QjuZiQMXRaMIrrrxroWUXv.jpg","{'id':328247,'name':'Magic Mike Collection','poster_path':'/rEO1ue07tKQ1psGSlQj4lMHDa1x.jpg','backdrop_path':'/pMsWqd89zwqjte70rPIXj52jc0X.jpg'}","14800000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","264999","tt2268016","en","Magic Mike XXL","Three years after Mike bowed out of the stripper life at the top of his game, he and the remaining Kings of Tampa hit the road to Myrtle Beach to put on one last blow-out performance.","8.324","/pchyRNoZOfuEwfIa0OG87H4xGNT.jpg","[{'id':34981,'logo_path':null,'name':'Iron Horse Entertainment','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-07-01","122513057","115","[{'iso_639_1':'en','name':'English'}]","Released","Back to the grind.","Magic Mike XXL","false","6.2","1084" +"false","/i2otKlu6k5xM0bvA69y4z7XaCGo.jpg","null","35000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","243688","tt1029360","en","Poltergeist","Legendary filmmaker Sam Raimi and director Gil Kenan reimagine and contemporize the classic tale about a family whose suburban home is invaded by angry spirits. When the terrifying apparitions escalate their attacks and take the youngest daughter, the family must come together to rescue her.","14.343","/fWOPN0XBvHXFYr3RsPr74qBge2I.jpg","[{'id':22213,'logo_path':'/qx9K6bFWJupwde0xQDwOvXkOaL8.png','name':'TSG Entertainment','origin_country':'US'},{'id':768,'logo_path':null,'name':'Ghost House Pictures','origin_country':'US'},{'id':829,'logo_path':'/mzpAmEQ5P1gFvdRoNyCk9q8ngiv.png','name':'Vertigo Entertainment','origin_country':'US'},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-05-20","95437994","93","[{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'en','name':'English'}]","Released","They're Here. And They Know What Scares You.","Poltergeist","false","5.1","1396" +"false","/5w5VrE2CxgDA1pKOvF3GOhKodu6.jpg","{'id':157671,'name':'The Decline of Western Civilization Collection','poster_path':'/Aw4M955G9pMVOW6yzyisyVxNDrP.jpg','backdrop_path':'/nK0xizt2zXIRjNmqko1JtpkDe43.jpg'}","0","[{'id':99,'name':'Documentary'}]","http://www.declinemovies.com/","44848","tt0138393","en","The Decline of Western Civilization Part III","The Decline of Western Civilization III is a 1998 documentary film directed by Penelope Spheeris that chronicles the gutter punk lifestyle of homeless teenagers. It is the third film of a trilogy by Spheeris depicting life in Los Angeles at various points in time. The first film dealt with the punk rock scene during 1980-1981. The second film covers the Los Angeles heavy metal movement of 1986-1988. The film involves hardcore street punks called ""gutter punks"" who take the anti-establishment message with extreme seriousness, and tune out society completely. Spheeris talks to homeless teenagers living on the street or squatting in abandoned buildings in Los Angeles, as well as an unstable mother, Los Angeles Police Department officer Gary Fredo, and a paralyzed youth living on a disability.","1.206","/4kpkYrhXmIfoFnnKs28oFwx1m67.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-01-01","0","86","[{'iso_639_1':'en','name':'English'}]","Released","","The Decline of Western Civilization Part III","false","6.8","12" +"false","/qt78zvlpXqNiiy090ggqe7cWuFU.jpg","null","0","[{'id':10752,'name':'War'},{'id':28,'name':'Action'}]","","348811","tt3779300","en","War Pigs","A rag tag unit of misfits known as the War Pigs must go behind enemy lines to exterminate Nazis by any means necessary.","5.357","/aqJBaehKrf23xUJCTC6DkoyNyUT.jpg","[{'id':63443,'logo_path':'/iKm40tfw3Hxaz7mUubWrdbApUJV.png','name':'The Fyzz Facility','origin_country':'GB'},{'id':59024,'logo_path':null,'name':'Schuetzle Company Productions','origin_country':''},{'id':23688,'logo_path':null,'name':'VMI Worldwide','origin_country':''},{'id':37765,'logo_path':null,'name':'Verdi Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-08-03","0","92","[{'iso_639_1':'en','name':'English'}]","Released","Victory is the only option","War Pigs","false","4.9","61" +"false","/g4iNzTMfOmdYqfgEHWcC8tT72V9.jpg","null","2250000","[{'id':18,'name':'Drama'}]","","295196","tt2245277","en","Watercolor Postcards","A Hollywood actress and a former NFL star strive to save a troubled Texas town while bonding over their shared love of a very special 10-year-old girl who has found herself alone in the world for the very first time.","1.498","/xfYOzppjXIquT9maOzgXLdiGIKg.jpg","[{'id':41672,'logo_path':null,'name':'Watercolor Entertainment','origin_country':'US'}]","[]","2013-01-01","0","115","[{'iso_639_1':'en','name':'English'}]","Released","A buncha folks hangin their hats on the last hook of a whole lotta hope.","Watercolor Postcards","false","6.4","8" +"false","/zTnOvb9HhVHZXg4Z66x1BzOH9xv.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","12239","tt0086058","en","The Osterman Weekend","The host of an investigative news show is convinced by the CIA that the friends he has invited to a weekend in the country are engaged in a conspiracy that threatens national security in this adaptation of the Robert Ludlum novel.","5.661","/t4AkIpQ7NYw20RKdrWLrGf938sN.jpg","[{'id':89259,'logo_path':null,'name':'Osterman Weekend Associates','origin_country':''},{'id':2737,'logo_path':null,'name':'Davis-Panzer Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1983-10-14","6486797","103","[{'iso_639_1':'en','name':'English'}]","Released","The one weekend of the year you won't want to miss.","The Osterman Weekend","false","5.8","63" +"false","/cSbBSHHiy849SUhyTW6FX4Dbj43.jpg","null","500000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","19542","tt0040725","en","The Red Shoes","In this classic drama, Vicky Page is an aspiring ballerina torn between her dedication to dance and her desire to love. While her imperious instructor, Boris Lermontov, urges to her to forget anything but ballet, Vicky begins to fall for the charming young composer Julian Craster. Eventually Vicky, under great emotional stress, must choose to pursue either her art or her romance, a decision that carries serious consequences.","7.657","/oyOtIdNJJO8zVwPyCtxVRxPLuHO.jpg","[{'id':14029,'logo_path':null,'name':'Independent Producers','origin_country':''},{'id':4397,'logo_path':null,'name':'The Archers','origin_country':''},{'id':14377,'logo_path':null,'name':'J. Arthur Rank Organisation','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1948-07-20","0","133","[{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Dance she did, and dance she must - between her two loves","The Red Shoes","false","8.1","215" +"false","/txtjMxtOd8XqipVYPe0im4JyMsf.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'}]","","297621","tt1995477","en","There's Always Woodstock","When Neurotic, struggling songwriter, Catherine Brown's life in New York City falls apart, she is forced to confront her past when she spends the summer at her childhood home in Woodstock.","1.748","/xiZlRLbYZ5VmefeIwKhhev9wZVG.jpg","[{'id':24007,'logo_path':null,'name':'Sunrise Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-11-14","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Let your heart sing","There's Always Woodstock","false","5.2","16" +"false","/k7J7KnkIl2qvFaHUcIWEHUYQS5H.jpg","null","0","[{'id':18,'name':'Drama'}]","http://montereymedia.com/rhymesforyoungghouls/","212748","tt2385195","en","Rhymes for Young Ghouls","In 1976, a Mi'gMaq teenager plots revenge against the sadistic Indian agent who imprisoned her in a residential school where rape and abuse are common.","1.17","/q1ZklY4qm2mRuKz3D98AJltgA6f.jpg","[{'id':63971,'logo_path':null,'name':'Prospector Films','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2013-09-09","0","86","[{'iso_639_1':'en','name':'English'}]","Released","Growing up means getting even.","Rhymes for Young Ghouls","false","6.9","17" +"false","/t5KONotASgVKq4N19RyhIthWOPG.jpg","{'id':328,'name':'Jurassic Park Collection','poster_path':'/qIm2nHXLpBBdMxi8dvfrnDkBUDh.jpg','backdrop_path':'/pJjIH9QN0OkHFV9eue6XfRVnPkr.jpg'}","150000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","http://www.jurassicworld.com/","135397","tt0369610","en","Jurassic World","Twenty-two years after the events of Jurassic Park, Isla Nublar now features a fully functioning dinosaur theme park, Jurassic World, as originally envisioned by John Hammond.","32.379","/jjBgi2r5cRt36xF6iNUEhzscEcb.jpg","[{'id':3341,'logo_path':'/dTG5dXE1kU2mpmL9BNnraffckLU.png','name':'Fuji Television Network','origin_country':'JP'},{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'},{'id':923,'logo_path':'/5UQsZrfbfG2dYJbx8DxfoTr2Bvu.png','name':'Legendary Entertainment','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':1778,'logo_path':'/69xm6sF3JxugGVjfZfm1YY6d7EE.png','name':'Dentsu','origin_country':'JP'},{'id':862,'logo_path':'/udTjbqPmcTbfrihMuLtLcizDEM1.png','name':'The Kennedy/Marshall Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-06-06","1671713208","124","[{'iso_639_1':'en','name':'English'}]","Released","The park is open.","Jurassic World","false","6.6","13652" +"false","/9vz3VJJFejQRde353VABorhR5up.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","977","tt0022458","en","Tabu","The youngsters Matahi and Reri are in love with each other. The old warrior Hitu announces that Reri is to be the new chosen virgin for the gods. This means she must stay untouched, otherwise she and her lover will be killed. But Matahi abducts and escapes with her to an island ruled by the white man, where their gods would be harmless and powerless. Tabu is the last film from director F.W. Murnau; he died before the film???s premiere in a car accident.","3.451","/6LxXTwKLm5Du7ZYAOjVP3VUekhz.jpg","[{'id':69037,'logo_path':null,'name':'Murnau-Flaherty Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1931-08-01","0","86","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'xx','name':'No Language'}]","Released","","Tabu","false","7.4","54" +"false","/reJtl5TQMiVF5sZDenEml4l5kDF.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","11384","tt0102004","en","The Hard Way","Seeking to raise his credibility as an actor and to land a role as a tough cop on a new show, Hollywood action star Nick Lang works a deal with New York City Police Capt. Brix, who by chance is one of his fans. Nick will be paired with detective Lt. John Moss and learn how to act like a real cop. But when Nick drives John crazy with questions and imitating him, he gets in the way of John's pursuit of a serial killer.","10.052","/4JrgkB9QEntDPw0Bczmd9fYFGvV.jpg","[{'id':12646,'logo_path':null,'name':'The Badham-Cohen Group','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1991-03-08","65595485","111","[{'iso_639_1':'en','name':'English'}]","Released","There's only one way these two are going to get along...","The Hard Way","false","6.2","174" +"false","/lWlUmELLzYiwR1bYO44f9dQopod.jpg","null","30000","[{'id':18,'name':'Drama'}]","","52620","tt0046004","en","Little Fugitive","Joey Norton, seven years old, lives with his older brother Lennie in a lower middle class neighborhood of Brooklyn. Joey is too small to be taken seriously by Lennie and Lennie's friends. One day, while their mother is away visiting her sick mother, Lennie and his friends play a joke on Joey. They stage an incident so that Joey thinks he has shot and killed his brother. Francois Truffault credits this classic with inspiring the French New Wave.","1.37","/rwkNUgTlQvXED8oGlk3T9uZsjbK.jpg","[{'id':39518,'logo_path':null,'name':'Little Fugitive Production Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1953-10-06","0","80","[{'iso_639_1':'en','name':'English'}]","Released","Morris Engel's All-American Classic","Little Fugitive","false","6.6","23" +"false","/1LadgOD83FN9b6nBDXNxREKcwAb.jpg","null","0","[{'id':27,'name':'Horror'}]","","220476","tt2235876","en","Pinup Dolls on Ice","The Pinup Dolls are a hot retro act who put the tease back in striptease. But when an old friend (Suzi Lorraine) hires them to put on a show at a secluded campground, the girls find themselves being stalked by a homicidal maniac with a sick obsession with ice. As they're hunted one-by-one, they soon realize they'll have to rely on more than just their looks to survive this nightmare named Moe.","1.158","/dqjnz12rugFGpmQX5ZXdKvgxQMO.jpg","[{'id':7691,'logo_path':null,'name':'BGOI Films','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2013-07-23","0","85","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","","Pinup Dolls on Ice","false","4.8","10" +"false","/rr5Y96JX58P3jFXp69xUUDm4h4c.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","","289232","tt3009070","en","The Goob","We???re in the middle of a heat-wave in Fenland England. Goob Taylor has spent each of his sixteen summers helping Mum run the transport cafe and harvest the surrounding beet fields. When Mum shacks up with swarthy stock-car supremo and ladies??? man gene Womack, Goob becomes an unwelcome side thought. However Goob???s world turns when exotic beet picker Eva arrives. Fuelled by her flirtatious comments, Goob dreams of better things.","1.258","/vfhqRkz50ll5b0fEidUN4wIHvA6.jpg","[{'id':7281,'logo_path':'/vuDafYIcuoY0YyvgcqtjXOKwn6Q.png','name':'British Film Institute','origin_country':'GB'},{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-09-25","0","86","[{'iso_639_1':'en','name':'English'}]","Released","","The Goob","false","6.9","19" +"false","/6MBI4R5IDLZJcm17mOUfwOg8pLm.jpg","null","110000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.sanandreasmovie.com/","254128","tt2126355","en","San Andreas","In the aftermath of a massive earthquake in California, a rescue-chopper pilot makes a dangerous journey across the state in order to rescue his estranged daughter.","23.54","/qey0tdcOp9kCDdEZuJ87yE3crSe.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':34081,'logo_path':null,'name':'Flynn Picture Company','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'AU','name':'Australia'}]","2015-05-27","470490832","114","[{'iso_639_1':'en','name':'English'}]","Released","A rescue pilot survived an earthquake, this is what happens next","San Andreas","false","6.1","4942" +"false","/jbFBzW01SUDU03qiBipoi9xjmX.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","80624","tt0080802","en","The Godsend","An English family of six takes in a pregnant woman who disappears shortly after giving birth. They raise the baby girl as their own, but over the years the strange deaths of their children make them consider whether the little girl is more than she appears.","1.835","/hOTrOQ8pXTQhydtEDyRFI9Dn3w4.jpg","[{'id':1444,'logo_path':'/5jvFLUVXGXxkyszL9cqJN5hNhJ6.png','name':'Cannon Group','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1980-01-25","0","90","[{'iso_639_1':'en','name':'English'}]","Released","If Bonnie is a gift from Heaven...for God's sake take her back..!","The Godsend","false","5.1","19" +"false","/zbDMDb3CFYVm9Fu4sceldh3OEQn.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':35,'name':'Comedy'}]","","312793","tt3499458","en","Walking with the Dead","THE WALKING DECEASED is the Scary Movie of the zombie genre, ripping on the biggest and best of zombie pop-culture, arguably the most crazed genre in the world. The story follows a group of survivors from all walks of the apocalypse ??? an idiotic Sheriff with definite coma-induced brain damage, his hardass son and a hobo with only a crossbow to stave off the walking dead, four squabbling friends forced to survive this zombieland together, and a lonely zombie who just needs love to fully regain his warm body ??? who leave their once-safe mall hideout in search of the rumored Safe Haven Ranch, a refuge untouched by the zombie virus that has ravaged humanity. But despite the comforting name, they discover that this sanctuary may not be as welcoming as advertised.","2.569","/n2tDFVfffMxaJ4Sl93uT8n0Xpgq.jpg","[{'id':8146,'logo_path':'/etoxfrvduHZMLHpYE2uPkicheX2.png','name':'Splendid Film','origin_country':'DE'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-03-20","0","90","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","","The Walking Deceased","false","5","57" +"false","/bIlYH4l2AyYvEysmS2AOfjO7Dn8.jpg","{'id':528,'name':'The Terminator Collection','poster_path':'/vxiKtcxAJxHhlg2H1X8y7zcM3k6.jpg','backdrop_path':'/cpmbkwSxZnKO69V82A9a34tvk2E.jpg'}","155000000","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':12,'name':'Adventure'}]","http://www.terminatormovie.com/","87101","tt1340138","en","Terminator Genisys","The year is 2029. John Connor, leader of the resistance continues the war against the machines. At the Los Angeles offensive, John's fears of the unknown future begin to emerge when TECOM spies reveal a new plot by SkyNet that will attack him from both fronts; past and future, and will ultimately change warfare forever.","37.721","/5JU9ytZJyR3zmClGmVm9q4Geqbd.jpg","[{'id':82819,'logo_path':'/5Z8WWr0Lf1tInVWwJsxPP0uMz9a.png','name':'Skydance Media','origin_country':'US'},{'id':13184,'logo_path':'/pfUB1a62jSMIqp4Xmaq6z2cgW0B.png','name':'Annapurna Pictures','origin_country':'US'},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-06-23","440603537","126","[{'iso_639_1':'en','name':'English'}]","Released","Reset the future","Terminator Genisys","false","5.9","5174" +"false","/64FDwLmSOjIrwew0KqhccJCkFEq.jpg","null","0","[{'id':35,'name':'Comedy'}]","","12778","tt0109936","en","Greedy","Meet the McTeagues. They've come to stake a claim in their wealthy uncle's will??? only he's not dead yet!","6.05","/pj3UCLosqo45geXLGZhmH8GRFAw.jpg","[{'id':23,'logo_path':'/mkxNjThahj5pvntvYKVpMbWXm3D.png','name':'Imagine Entertainment','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-03-04","13145977","113","[{'iso_639_1':'en','name':'English'}]","Released","Where there???s a will, there???s a relative.","Greedy","false","6.2","102" +"false","/cF4TEhfzayO6UVXTXAe0wpjZzmg.jpg","null","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","28775","tt0046121","en","The Neanderthal Man","A scientist develops a formula which will cause animals to regress to the form of their primitive ancestors, and tries it on himself with disastrous results.","0.892","/xgSfeopJooq5jBe2Ax0h4pdNZsm.jpg","[{'id':4866,'logo_path':null,'name':'Global Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1953-06-19","0","78","[{'iso_639_1':'en','name':'English'}]","Released","HALF MAN...HALF BEAST...He held them all in the grip of deadly terror...nothing could keep him from this woman he claimed as his own!","The Neanderthal Man","false","4","8" +"false","/uG0MUjoSJydjh82fsUPmJWQ1bwH.jpg","{'id':12087,'name':'Herbie Collection','poster_path':'/fD9IHehwlfRjZSUShCTcamxdfAP.jpg','backdrop_path':'/hgi9EeU50KFhv9pCDmJyx4VLp5G.jpg'}","0","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'}]","","14140","tt0076137","en","Herbie Goes To Monte Carlo","Herbie, the Volkswagen Beetle with a mind of its own, is racing in the Monte Carlo Rally. But thieves have hidden a cache of stolen diamonds in Herbie's gas tank, and are now trying to get them back.","8.211","/9LaLfvXiwmnzm4wapHpBv4FTKvC.jpg","[{'id':3166,'logo_path':'/vyyv4Gy9nPqAZKElPm2izLlEaVS.png','name':'Walt Disney Productions','origin_country':'US'},{'id':16670,'logo_path':null,'name':'Soci??t?? Nouvelle de Cin??matographie (SNC)','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1977-06-24","0","105","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","The Love Bug falls 'hood-over-wheels' for a classy chassis!","Herbie Goes To Monte Carlo","false","5.8","119" +"false","/ncM5KzrxRugBbIoeRnFqnaJGgfr.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","38940","tt0110490","en","Men of War","Nick Gunar is a burnt-out, jaded and hard-up former mercenary who is having a difficult time adjusting to civilian life. At the end of his rope, he is hired by the Nitro Mine Corporation to strong-arm the natives of a South China Sea island into giving up their rights to its valuable mineral resources. Nick loathes the thought of another mission, but this seemingly easy job will earn him enough money to get back with his estranged family. He recruits some of his former mercenary buddies to help him with the job. The island people refuse to give up their land and Nick decides to help them fight the greedy corporation that hired him. As greed and treachery begin to unravel, Nick's band of mercenaries choose sides.","3.322","/MiAhFq5ngIt4IOtVGd0ayG0ylM.jpg","[{'id':10828,'logo_path':null,'name':'MDP Worldwide','origin_country':''},{'id':10829,'logo_path':null,'name':'Pomarance Corporation','origin_country':''},{'id':2982,'logo_path':null,'name':'Signature Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'ES','name':'Spain'}]","1994-09-04","0","103","[{'iso_639_1':'en','name':'English'}]","Released","Killers for hire are paid for what they can do, not for what they believe... until today.","Men of War","false","5.3","44" +"false","/pOvXE55DmfiAYo0ywu8GVEDmL85.jpg","null","0","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","19971","tt0074806","en","The Little Girl Who Lives Down the Lane","Quiet, withdrawn 13-year-old Rynn Jacobs lives peacefully in her home in a New England beach town. Whenever the prying landlady inquires after Rynn's father, she politely claims that he's in the city on business. But when the landlady's creepy and increasingly persistent son, Frank, won't leave Rynn alone, she teams up with kindly neighbor boy Mario to maintain the dark family secret that she's been keeping to herself.","6.712","/lkKmgF5Z4app9E9svOtTQh3DpNs.jpg","[{'id':59645,'logo_path':null,'name':'ICL','origin_country':''},{'id':11114,'logo_path':null,'name':'Braun Entertainment Group','origin_country':''},{'id':42182,'logo_path':null,'name':'Filmel','origin_country':''},{'id':42183,'logo_path':null,'name':'Carnelian Productions','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'FR','name':'France'}]","1976-12-25","0","91","[{'iso_639_1':'en','name':'English'}]","Released","Ask her no questions, she'll tell you no lies. Ask her too many and somebody dies.","The Little Girl Who Lives Down the Lane","false","6.9","123" +"false","/oSoCmQdD7WdHBmkEdGQ3s8qT84S.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","29106","tt0042039","en","Whirlpool","The wife of a psycho-analyst falls prey to a devious quack hypnotist when he discovers she is an habitual shoplifter. Then one of his previous patients now being treated by the real doctor is found murdered, with her still at the scene, and suspicion points only one way.","1.725","/6fdaBc7h1kNm9O6npuDxeJbResP.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1949-11-28","0","98","[{'iso_639_1':'en','name':'English'}]","Released","Tomorrow she will know what she did tonight!!","Whirlpool","false","6.1","22" +"false","/nUz2RKS3C9B97jfnhybAujXwkYz.jpg","null","0","[{'id':37,'name':'Western'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","362046","tt4510398","en","4Got10","Brian Barnes (Johnny Messner) wakes up in the desert wounded and with no memory and no idea why he's surrounded by eight bodies, a van with four million in cash and a van full of cocaine. Brian is pursued by not only notorious drug lord Danny Perez (Danny Trejo) who desperately want his money back, and DEA Agent Rooker (Dolph Lundgren), but also a by the corrupt Sheriff Olson (Michael Pare) who will stop at nothing to get his hand on the new found fortune. On the run, Brian discovers the more he remembers the less he wants to know about who he really is.","6.587","/b2lhUuG95CZbZ36CX6il0jCCobA.jpg","[{'id':63430,'logo_path':null,'name':'Puppy Entertainment','origin_country':''},{'id':35396,'logo_path':null,'name':'Status Media & Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-09-11","0","84","[{'iso_639_1':'en','name':'English'}]","Released","The good, the bad, and the dead.","4Got10","false","4.3","37" +"false","/acwUBbL92oFNjUzqyfN9H1gfzUX.jpg","null","0","[{'id':10402,'name':'Music'},{'id':99,'name':'Documentary'}]","","150084","tt2440214","en","Mr. Blue Sky: The Story of Jeff Lynne & ELO","Documentary which gets to the heart of who Jeff Lynne is and how he has had such a tremendous musical influence on our world. The story is told by the British artist himself and such distinguished collaborators and friends of Jeff as Paul McCartney, Ringo Starr, Tom Petty, Joe Walsh, Olivia and Dhani Harrison, Barbara Orbison and Eric Idle. The film reveals that Lynne is a true man of music, for whom the recording studio is his greatest instrument. With access to Lynne in his studio above LA, this is an intimate account of a great British pop classicist who has ploughed a unique furrow since starting out on the Birmingham Beat scene in the early 60s, moving from the Idle Race to the multi-million selling ELO in the 70s and then, with Bob Dylan, Tom Petty, Roy Orbison and George Harrison, as a key member of the Traveling Wilburys.","1.428","/iG7YT3JXhtn1wTpBAQTG2AZcmqd.jpg","[]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2012-10-05","0","60","[{'iso_639_1':'en','name':'English'}]","Released","","Mr. Blue Sky: The Story of Jeff Lynne & ELO","false","7.3","8" +"false","/A0AWJ7Vh5R15E4Hz2I2I5llVwxd.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","","291151","tt2238470","en","The Stranger","A supernatural thriller, laced by flashbacks, and set in Canada???s North-West, ???The Stranger??? turns on the mysterious titular figure of Martin, who comes to a small quiet town seeking to kill his wife Ana who suffers from a very dangerous decease that makes her addicted to human blood - just like himself-. However, when he arrives to the town, he discovers that Ana has been dead for a couple of years and decides to commit suicide to definitely eradicate this dangerous decease, but, before he can do it, Martin's brutally attacked by three local thugs led by Caleb, the son of a corrupt police lieutenant, and the incident suddenly starts a snowball that will plunge the community into a bloodbath.","3.312","/slFH28Vwha8IazVAc6h0tQ0TmoC.jpg","[{'id':55497,'logo_path':null,'name':'Sobras International Pictures','origin_country':''}]","[{'iso_3166_1':'CL','name':'Chile'}]","2015-06-12","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Blood will tear us apart.","The Stranger","false","4.8","52" +"false","/oKIZG0EeVK1KTgjt3k3s8i4Cq9Q.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","17221","tt0043132","en","Where the Sidewalk Ends","A police detective's violent nature keeps him from being a good cop.","3.418","/27Q0i6ZjmRnjfvegksunixnLxuG.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1950-07-07","0","95","[{'iso_639_1':'en','name':'English'}]","Released","Only a woman's heart could reach out for such a man!","Where the Sidewalk Ends","false","7.2","54" +"false","/szsupRypFOULpqoBr3wMqXPjiPn.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","19119","tt0042788","en","Night and the City","Londoner Harry Fabian is a second-rate con man looking for an angle. After years of putting up with Harry's schemes, his girlfriend, Mary, becomes fed up when he taps her for yet another loan. His latest ploy, promoting an aging Greek wrestler, goes awry when the wrestler dies and everyone points the finger at Harry. Hiding out in a riverfront barge, Harry sees his grand ambitions spiral into a nightmare of fear and desperation as the underworld closes in.","6.114","/rASB5Db25c3oIV0tSPEtsQ2pqzs.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1950-04-01","0","95","[{'iso_639_1':'en','name':'English'}]","Released","The inside story of London after dark.","Night and the City","false","7.4","78" +"false","/uQPGkgDt8jNUM9N5RNukyJR0GDP.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'}]","http://burnsandco.productions/beyond-the-mask/","318954","tt2433040","en","Beyond the Mask","A former assassin tries to redeem himself by becoming a masked highwayman in Colonial America.","3.072","/cWfsWgOADAU4ZMQa4s46RzS8KwH.jpg","[{'id':50933,'logo_path':null,'name':'Burns Family Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-04-06","1236094","103","[{'iso_639_1':'en','name':'English'}]","Released","","Beyond the Mask","false","5.4","47" +"false","/iA9zjm1bvy8hubBbq3virkPMTfw.jpg","null","0","[{'id':27,'name':'Horror'}]","","76929","tt0089665","en","Nail Gun Massacre","Following the brutal rape of a young woman by a gang of construction workers, a mysterious figure wearing a motorcycle helmet and driving a gold hearse begins hunting the perpetrators down. The masked avenger's weapon of choice, obviously, is a nail gun, with which he (or could it be she?) takes out the rapists one by one. Just who is this murderous vigilante?","2.155","/ysP03cDNu2pOnRV77QP4G3nmwIK.jpg","[{'id':35407,'logo_path':null,'name':'Futuristic Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-12-16","0","85","[{'iso_639_1':'en','name':'English'}]","Released","Forget about that guy with the chainsaw. And start worrying about the deranged Nail Gun Killer!","Nail Gun Massacre","false","4.6","18" +"false","/stSaFz5CtMXwIj3r4MDjqxqWRot.jpg","null","2500000","[{'id':18,'name':'Drama'},{'id':12,'name':'Adventure'}]","","468","tt0102494","en","My Own Private Idaho","In this loose adaptation of Shakespeare's ""Henry IV,"" Mike Waters is a gay hustler afflicted with narcolepsy. Scott Favor is the rebellious son of a mayor. Together, the two travel from Portland, Oregon to Idaho and finally to the coast of Italy in a quest to find Mike's estranged mother. Along the way they turn tricks for money and drugs, eventually attracting the attention of a wealthy benefactor and sexual deviant.","10.774","/xgWJPruxsL2TGVwhZDM8YiarbEY.jpg","[{'id':8,'logo_path':'/78ilmDNTpdCfsakrsLqmAUkFTrO.png','name':'Fine Line Features','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1991-09-29","6401336","102","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","Wherever, whatever, have a nice day.","My Own Private Idaho","false","7","409" +"false","/tVor3y29g0JmYU5xFf7WTPsZnAN.jpg","null","10000000","[{'id':28,'name':'Action'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","244316","tt1694021","en","Into the Grizzly Maze","Two estranged brothers reunite at their childhood home in the Alaskan wild. They set out on a two-day hike and are stalked by an unrelenting grizzly bear.","7.991","/lsaKo0RL7zblIroei96vLB1ChCP.jpg","[{'id':3217,'logo_path':'/7pqPGvVaoZwKoYQ56WJiPrkZUnw.png','name':'Purple Pictures','origin_country':'US'},{'id':24012,'logo_path':null,'name':'Indomitable Entertainment','origin_country':'US'},{'id':23596,'logo_path':null,'name':'Paul Schiff Productions','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2015-02-27","0","94","[{'iso_639_1':'en','name':'English'}]","Released","Hunt or be hunted.","Into the Grizzly Maze","false","5.2","113" +"false","/tTt1cdEEkKMJ1R4VBTe5vbE3bWO.jpg","null","30000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","","307081","tt1798684","en","Southpaw","Billy ""The Great"" Hope, the reigning junior middleweight boxing champion, has an impressive career, a loving wife and daughter, and a lavish lifestyle. However, when tragedy strikes, Billy hits rock bottom, losing his family, his house and his manager. He soon finds an unlikely savior in Tick Willis, a former fighter who trains the city's toughest amateur boxers. With his future on the line, Hope fights to reclaim the trust of those he loves the most.","15.078","/50d0XQQETSyg3bwBXhC7K33pKgc.jpg","[{'id':8151,'logo_path':null,'name':'Fuqua Films','origin_country':'US'},{'id':1423,'logo_path':'/9KSoL1oEQaBSPLwEhoZZRoxTzyx.png','name':'Escape Artists','origin_country':'US'},{'id':28438,'logo_path':null,'name':'Riche-Ludwig Productions','origin_country':''},{'id':83838,'logo_path':null,'name':'Wanda Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-06-15","91709827","123","[{'iso_639_1':'en','name':'English'}]","Released","Believe in Hope.","Southpaw","false","7.3","3314" +"false","/alYXuvR55YK5gIzvOJM7jdxJKEn.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","http://www.hauntingofcellblock11.com/","293901","tt2544472","en","Apparitional","A group of ghost hunters must up their game to compete in the competitive world of paranormal TV shows, leading them to a truly haunted prison with a grisly past that proves to be more than they bargained for.","1.78","/11L9QAqQaZuqQgeM25nfSLT5wDN.jpg","[{'id':29700,'logo_path':null,'name':'Aunt Max Entertainment','origin_country':''},{'id':58313,'logo_path':null,'name':'Picture Palace Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-07-01","0","85","[]","Released","","Haunting of Cellblock 11","false","3.7","17" +"false","/aO6MUtT9D1G0LkYHOrxG8itPjiU.jpg","null","0","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","678","tt0039689","en","Out of the Past","Jeff Bailey seems to be a mundane gas station owner in remote Bridgeport, CA. He is dating local girl Ann Miller and lives a quiet life. But Jeff has a secret past, and when a mysterious stranger arrives in town, Jeff is forced to return to the dark world he had tried to escape.","7.741","/6M1Qeuq0K5THG95S9nzvEIRHsyt.jpg","[{'id':6,'logo_path':'/n53F7K9scQWFXYbrCablqLKqJdp.png','name':'RKO Radio Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1947-11-13","0","97","[{'iso_639_1':'en','name':'English'}]","Released","A MAN - Trying to run away from his past... A WOMAN - Trying to escape her future...","Out of the Past","false","7.7","187" +"false","/iL484fDDFtszNVmYKBFmPP57wEA.jpg","null","28000000","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","","69","tt0358273","en","Walk the Line","A chronicle of country music legend Johnny Cash's life, from his early days on an Arkansas cotton farm to his rise to fame with Sun Records in Memphis, where he recorded alongside Elvis Presley, Jerry Lee Lewis and Carl Perkins.","11.01","/wdxL3Zyh3O5MIbmsSiZEevJAjtQ.jpg","[{'id':6402,'logo_path':null,'name':'Mars Media Beteiligungs','origin_country':''},{'id':84,'logo_path':null,'name':'Tree Line Films','origin_country':''},{'id':85,'logo_path':null,'name':'Konrad Pictures','origin_country':''},{'id':86,'logo_path':null,'name':'Catfish Productions','origin_country':''},{'id':711,'logo_path':'/tEiIH5QesdheJmDAqQwvtN60727.png','name':'Fox 2000 Pictures','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2005-09-13","186438883","136","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Love is a burning thing.","Walk the Line","false","7.4","1269" +"false","/cmAHUFBqg8VO0InX9QdDTZQSg9H.jpg","null","1250000","[{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","","143","tt0020629","en","All Quiet on the Western Front","A young soldier faces profound disillusionment in the soul-destroying horror of World War I. Together with several other young German soldiers, he experiences the horrors of war, such evil of which he had not conceived of when signing up to fight. They eventually become sad, tormented, and confused of their purpose.","8.294","/yAU6jklJLUjZot3WyvyJrxVdLKb.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1930-04-29","0","133","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","They left for war as boys never to return as men.","All Quiet on the Western Front","false","7.8","286" +"false","/m7MEwvEhfteaKN6eyYbj3feO1hN.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","","939","tt0018037","en","The Jazz Singer","A young Jewish man is torn between tradition and individuality when his old-fashioned family objects to his career as a jazz singer. This is the first full length feature film to use synchronized sound, and is the original film musical.","3.32","/uw4yn5a8dQZA13mnmbKzRjEWerg.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1927-10-06","0","89","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'yi','name':''},{'iso_639_1':'en','name':'English'}]","Released","","The Jazz Singer","false","6.5","60" +"false","/dw2v5NyQz8ehijKAA0Z1Mzj5CCh.jpg","null","3000000","[{'id':53,'name':'Thriller'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","2640","tt0097493","en","Heathers","A girl who halfheartedly tries to be part of the ""in crowd"" of her school meets a rebel who teaches her a more devious way to play social politics: by killing the popular kids.","10.914","/38DHopfWHrWqYjphcBeAxOomled.jpg","[{'id':1950,'logo_path':null,'name':'New World Pictures','origin_country':''},{'id':10170,'logo_path':null,'name':'Cinemarque Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-03-31","1108462","103","[{'iso_639_1':'en','name':'English'}]","Released","Best friends, social trends, and occasional murder.","Heathers","false","7.4","722" +"false","/gZExOTI7XAiUdNsyY4Sl0ZLVyFh.jpg","null","9500000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.trustmovie2011.com/","44945","tt1529572","en","Trust","A suburban family is torn apart when fourteen-year-old Annie meets her first boyfriend online. After months of communicating via online chat and phone, Annie discovers her friend is not who he originally claimed to be. Shocked into disbelief, her parents are shattered by their daughter's actions and struggle to support her as she comes to terms with what has happened to her once innocent life.","8.804","/oWEy6b2LxwcuZtWLmrrdBWp3hda.jpg","[{'id':65129,'logo_path':null,'name':'Dark Harbor Stories','origin_country':''},{'id':925,'logo_path':'/dIb9hjXNOkgxu4kBWdIdK8nM4w.png','name':'Nu Image','origin_country':'US'},{'id':1020,'logo_path':'/kuUIHNwMec4dwOLghDhhZJzHZTd.png','name':'Millennium Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-09-10","120000","104","[{'iso_639_1':'en','name':'English'}]","Released","What took her family years to build, a stranger stole in an instant.","Trust","false","6.6","540" +"false","/3dW1No3E53hsqyeLsu55fAobj4U.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","","26652","tt0063443","en","Play Dirty","The Dirty Dozen meet the Stiff Upper Lip. A British Petroleum executive is assigned to work with the British Army in North Africa handling port duties for incoming fuels.","1.964","/8BkQ3aRlYQMqCLO943c0u1njscG.jpg","[{'id':1802,'logo_path':null,'name':'Lowndes Productions Limited','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1969-01-01","0","118","[{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'de','name':'Deutsch'}]","Released","Forget the medals, throw away the rule book, if you want to survive??? Play Dirty","Play Dirty","false","6.8","15" +"false","/mWLw2JrRLE1dhlDbAxitzLgAQ9p.jpg","{'id':297143,'name':'Dexter Riley Collection','poster_path':'/ztp2eiwSjllglG5OVN6MJgPLZCI.jpg','backdrop_path':'/yBI5iw7ikxbYF4SSU4xpbQhxMhw.jpg'}","0","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","29228","tt0065566","en","The Computer Wore Tennis Shoes","Some college students manage to persuade the town's big businessman, A. J. Arno, to donate a computer to their college. When the problem- student, Dexter Riley, tries to fix the computer, he gets an electric shock and his brain turns to a computer; now he remembers everything he reads. Unfortunately, he also remembers information which was in the computer's memory, like Arno's illegal businesses..","2.883","/9HaU0tDmjzA7MGlW8ZIj04S5Aul.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1969-12-29","0","91","[{'iso_639_1':'en','name':'English'}]","Released","","The Computer Wore Tennis Shoes","false","6.1","41" +"false","/sQ3JgHdQqnHOsRbJPriqUPWMwv1.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'}]","","34276","tt0058100","en","First Men in the Moon","Based on the HG Wells story. The world is delighted when a space craft containing a crew made up of the world's astronauts lands on the moon, they think for the first time. But the delight turns to shock when the astronauts discover an old British flag and a document declaring that the moon is taken for Queen Victoria proving that the astronauts were not the first men on the moon.","4.022","/oCNviafZKXU9GPKiUieSIFenHF.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':8488,'logo_path':null,'name':'Ameran Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1964-07-01","0","103","[{'iso_639_1':'en','name':'English'}]","Released","H.G. Wells' Astounding Adventure in Dynamation!","First Men in the Moon","false","6.2","50" +"false","/vt1eeVkxrpCWHeSFWl5GXGNghAJ.jpg","{'id':506363,'name':'The Gallows Collection','poster_path':null,'backdrop_path':null}","100000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://thegallowsmovie.com/","299245","tt2309260","en","The Gallows","20 years after a horrific accident during a small town school play, students at the school resurrect the failed show in a misguided attempt to honor the anniversary of the tragedy - but soon discover that some things are better left alone.","6.879","/rCcmr3PqKohsjl7SlsTRZF0WcUF.jpg","[{'id':69581,'logo_path':null,'name':'Tremendum Pictures','origin_country':''},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':3172,'logo_path':'/kDedjRZwO8uyFhuHamomOhN6fzG.png','name':'Blumhouse Productions','origin_country':'US'},{'id':4220,'logo_path':null,'name':'Management 360','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-07-10","42664410","87","[{'iso_639_1':'en','name':'English'}]","Released","Every School Has Its Spirit","The Gallows","false","4.8","565" +"false","/a6GzCp5lZW9lkfw4YkwEHdMetmQ.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","8748","tt0494222","en","Eagle vs Shark","The New Zealand made ""Eagle vs Shark"" is the tale of two socially awkward misfits and the strange ways they try to find love; through revenge on high-school bullies, burgers, and video games. Love blossoms for Lily over double Meaty Boy burgers at mid-day when uber-computer nerd Jarrod comes in and leaves with free extra large fries. After gatecrashing Jarrod's party and proving her skills on the game console, Lily goes down to Jarrod's home town with him so he can settle an old score with a past school bully.","6.251","/ybKgtpmn54tENqG1mbPiyXpPXVW.jpg","[{'id':2498,'logo_path':null,'name':'Whenua Films','origin_country':''}]","[{'iso_3166_1':'NZ','name':'New Zealand'}]","2007-07-15","0","87","[{'iso_639_1':'en','name':'English'}]","Released","There's Someone For Everyone... Luckily Love Is Blind.","Eagle vs Shark","false","6.7","129" +"false","/auPv1B8wVHnDn9ypAxeit44CFMN.jpg","{'id':261590,'name':'Living Dead Collection','poster_path':'/5tzYvD8a7M6YdGy37V5goRJXsMk.jpg','backdrop_path':'/inPPfnJ9Wzc9rg1MpkPm0P3D9rJ.jpg'}","15000000","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","11683","tt0418819","en","Land of the Dead","The world is full of zombies and the survivors have barricaded themselves inside a walled city to keep out the living dead. As the wealthy hide out in skyscrapers and chaos rules the streets, the rest of the survivors must find a way to stop the evolving zombies from breaking into the city.","8.215","/1VYvkSiyJg9Za2R5KSHjUygLKEq.jpg","[{'id':55518,'logo_path':null,'name':'Romero-Grunwald Productions','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':2995,'logo_path':null,'name':'Atmosphere Entertainment MM','origin_country':'US'},{'id':55519,'logo_path':null,'name':'Exception Wild Bunch','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","2005-06-24","46770602","93","[{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'pl','name':'Polski'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'}]","Released","The dead shall inherit the Earth.","Land of the Dead","false","6","645" +"false","/mgBW4MvyDJQZjEzmSyPyiLANtMv.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","","17889","tt0037514","en","Anchors Aweigh","Two sailors, Joe and Clarence have four days shore leave in spend their shore leave trying to get a girl for Clarence. Clarence has his eye on a girl with musical aspirations, and before Joe can stop him, promises to get her an audition with Jos?? Iturbi. But the trouble really starts when Joe realizes he's falling for his buddy's girl.","4.894","/ps9TtJqKMLoxCgGy1zywztFWWMl.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1945-07-14","0","143","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","ON WAVES OF SONG, LAUGHTER AND ROMANCE ! TWO LOVE-LOST SAILORS ON A FOUR-DAY LEAVE OF FUN AND FRIVOLITY !","Anchors Aweigh","false","7","69" +"false","/5W6XO9KjLRY6W9wGojpzK8EqEgQ.jpg","{'id':328372,'name':'Mall Cop Collection','poster_path':'/dpI0Ms55QByARcgeMf0YK1z2x3D.jpg','backdrop_path':'/29gIFb0wzsl2ArW9HZ2S2ERdDp4.jpg'}","38000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","256961","tt3450650","en","Paul Blart: Mall Cop 2","Security guard Paul Blart is headed to Las Vegas to attend a Security Guard Expo with his teenage daughter Maya before she departs for college. While at the convention, he inadvertently discovers a heist - and it's up to Blart to apprehend the criminals.","15.225","/oENngJWMtyH19LERE9DfLHkFBu6.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':3045,'logo_path':'/5jNRqXspCmQ3XkHNzuZIbvnHOWw.png','name':'Sony Pictures Releasing','origin_country':''},{'id':2608,'logo_path':'/g3YRudXiQzHesQqRXvnhFpMzfkU.png','name':'Happy Madison Productions','origin_country':'US'},{'id':46222,'logo_path':null,'name':'Hey Eddie','origin_country':''},{'id':34034,'logo_path':null,'name':'LStar Capital','origin_country':'US'},{'id':34,'logo_path':'/GagSvqWlyPdkFHMfQ3pNq6ix9P.png','name':'Sony Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-04-16","107597242","94","[{'iso_639_1':'en','name':'English'}]","Released","Vegas has a new high roller.","Paul Blart: Mall Cop 2","false","5","877" +"false","/oDqbewoFuIEWA7UWurole6MzDGn.jpg","{'id':8354,'name':'Ice Age Collection','poster_path':'/stQoHvo0q6ZcEkji2Z1wlAxKnDq.jpg','backdrop_path':'/2Mb92Ssoe1eUecvrCe2pEvgAlmv.jpg'}","59000000","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':12,'name':'Adventure'}]","http://www.iceagemovies.com/films/ice-age","425","tt0268380","en","Ice Age","With the impending ice age almost upon them, a mismatched trio of prehistoric critters ??? Manny the woolly mammoth, Diego the saber-toothed tiger and Sid the giant sloth ??? find an orphaned infant and decide to return it to its human parents. Along the way, the unlikely allies become friends but, when enemies attack, their quest takes on far nobler aims.","22.638","/zpaQwR0YViPd83bx1e559QyZ35i.jpg","[{'id':9383,'logo_path':'/ppeMh4iZJQUMm1nAjRALeNhWDfU.png','name':'Blue Sky Studios','origin_country':'US'},{'id':11749,'logo_path':'/5AzTeZkSCFhiGZ86g2nz8SAHtgy.png','name':'Twentieth Century Fox Animation','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-03-10","383257136","81","[{'iso_639_1':'en','name':'English'}]","Released","They came. They thawed. They conquered.","Ice Age","false","7.2","7198" +"false","/nJKCvp8EC1ny9J9GhzcI3Scm0Jd.jpg","null","1746964","[{'id':18,'name':'Drama'}]","","655","tt0087884","en","Paris, Texas","A man wanders out of the desert not knowing who he is. His brother finds him, and helps to pull his memory back of the life he led before he walked out on his family and disappeared four years earlier.","7.455","/vbtDskCLmlDKtzpqdiJYszBhKY2.jpg","[{'id':181,'logo_path':null,'name':'Channel Four Films','origin_country':'GB'},{'id':1448,'logo_path':null,'name':'Pro-ject Filmproduktion','origin_country':''},{'id':6116,'logo_path':null,'name':'Argos Films','origin_country':'FR'},{'id':8366,'logo_path':null,'name':'Road Movies Filmproduktion','origin_country':'DE'},{'id':36229,'logo_path':null,'name':'Wim Wenders Stiftung','origin_country':'DE'},{'id':46,'logo_path':null,'name':'Westdeutscher Rundfunk (WDR)','origin_country':'DE'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1984-05-19","2181987","145","[{'iso_639_1':'en','name':'English'}]","Released","A place for dreams. A place for heartbreak. A place to pick up the pieces.","Paris, Texas","false","8.1","542" +"false","/bulq70idapgP2dPKzY95bGB0DVE.jpg","null","0","[{'id':80,'name':'Crime'},{'id':35,'name':'Comedy'},{'id':12,'name':'Adventure'}]","","37193","tt0039478","en","Hue and Cry","A gang of street boys foil a master crook who sends commands for robberies by cunningly altering a comic strip's wording each week, unknown to writer and printer. The first of the Ealing comedies.","1.344","/ihBwuIACX3240158D5TkbFqcqzO.jpg","[{'id':2650,'logo_path':null,'name':'Ealing Studios','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1947-02-01","0","82","[{'iso_639_1':'en','name':'English'}]","Released","","Hue and Cry","false","6.3","18" +"false","/4BfVF7FECyeiusk2SP0KesmYbAP.jpg","null","40000000","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'}]","","39513","tt1092026","en","Paul","For the past 60 years, a space-traveling smart-ass named Paul has been locked up in a top-secret military base, advising world leaders about his kind. But when he worries he???s outlived his usefulness and the dissection table is drawing uncomfortably close, Paul escapes on the first RV that passes by his compound in Area 51. Fortunately, it contains the two earthlings who are most likely to rescue and harbor an alien on the run.","12.81","/297N75COL0NsJJY5k5U8VTJ1DCe.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'},{'id':443,'logo_path':'/deewJi8ncCh6Sc2STL91wvZ4O5X.png','name':'Big Talk Productions','origin_country':'GB'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2011-02-14","97552050","104","[{'iso_639_1':'en','name':'English'}]","Released","Who's up for a close encounter?","Paul","false","6.5","2914" +"false","/uwEGpapJfRqnZRqvLo5UuUFUfMl.jpg","null","0","[{'id':18,'name':'Drama'},{'id':37,'name':'Western'}]","","30708","tt0069834","en","Cahill U.S. Marshal","J.D. Cahill is the toughest U.S. Marshal they've got, just the sound of his name makes bad guys stop in their tracks, so when his two young boy's want to get his attention they decide to rob a bank. They end up getting more than they bargained for.","3.423","/dGGhGdskqlqFMPQdgxk1qiCbOA6.jpg","[{'id':2532,'logo_path':'/qxGytGpK9htSl6xxv9qP1dG656e.png','name':'Batjac Productions','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1973-07-11","0","103","[{'iso_639_1':'en','name':'English'}]","Released","A lawman and his sons face the ultimate test of courage.","Cahill U.S. Marshal","false","5.7","52" +"false","/6bbZ6XyvgfjhQwbplnUh1LSj1ky.jpg","null","3300000","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","http://sonyclassics.com/whiplash/","244786","tt2582802","en","Whiplash","Under the direction of a ruthless instructor, a talented young drummer begins to pursue perfection at any cost, even his humanity.","30.443","/lIv1QinFqz4dlp5U4lQ6HaiskOZ.jpg","[{'id':2266,'logo_path':'/owzVs2mguyyJ3vIn7EbgowpUPnk.png','name':'Bold Films','origin_country':'US'},{'id':3172,'logo_path':'/kDedjRZwO8uyFhuHamomOhN6fzG.png','name':'Blumhouse Productions','origin_country':'US'},{'id':32157,'logo_path':null,'name':'Right of Way Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-10-10","13092000","107","[{'iso_639_1':'en','name':'English'}]","Released","The road to greatness can take you to the edge.","Whiplash","false","8.4","7589" +"false","/uPjtNMZtiANjxE2hOkDhYy9TQ1C.jpg","{'id':353325,'name':'Joe Dirt Collection','poster_path':'/oweH0mRKoguOQTKfJqNtAEwVx8Z.jpg','backdrop_path':'/x1blCWyMyhAfZ5nDmqUHtdyATFS.jpg'}","17700000","[{'id':9648,'name':'Mystery'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","","10956","tt0245686","en","Joe Dirt","Joe Dirt is a janitor with a mullet hairdo, acid-washed jeans and a dream to find the parents that he lost at the Grand Canyon when he was a belligerent, trailer park-raised eight-year-old. Now, blasting Van Halen in his jacked-up economy car, the irrepressibly optimistic Joe hits the road alone in search of his folks.","8.94","/8FKSjl4cEg4OEyWdCTjqAT8M6qv.jpg","[{'id':2608,'logo_path':'/g3YRudXiQzHesQqRXvnhFpMzfkU.png','name':'Happy Madison Productions','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-04-10","30987695","91","[{'iso_639_1':'en','name':'English'}]","Released","He Came. He Cleaned. He Conquered.","Joe Dirt","false","5.4","349" +"false","/aC1o1PV1zqTEfMeAf9PnOY3qKFZ.jpg","null","0","[{'id':28,'name':'Action'}]","","90728","tt0068673","en","Hammer","Hotheaded laborer B.J. Hammer can't go long without ending up in a fight, and, after he comes out on top in a particularly impressive workplace scuffle, word of his brawling skills makes its way to Davis, a top boxing manager. Hammer is hired by Davis and begins a lucrative career in the ring, only to find out that his new employer wants him to throw a fight and take part in other illicit activities. Hammer reacts to this news violently, and the feud is on.","0.6","/8v1UE7XRJVjr96MyWNrAWF3hOfi.jpg","[{'id':34990,'logo_path':null,'name':'Essaness Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1972-07-04","0","92","[{'iso_639_1':'en','name':'English'}]","Released","Fights the Syndicate With His Fists!","Hammer","false","4.8","5" +"false","/wDJLewMTvCiM5l0CUxp06lbSJhg.jpg","null","3000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10749,'name':'Romance'},{'id':53,'name':'Thriller'},{'id':12,'name':'Adventure'},{'id':10752,'name':'War'}]","","27854","tt0035896","en","For Whom the Bell Tolls","Spain in the 1930s is the place to be for a man of action like Robert Jordan. There is a civil war going on and Jordan who has joined up on the side that appeals most to idealists of that era -- like Ernest Hemingway and his friends -- has been given a high-risk assignment up in the mountains. He awaits the right time to blow up a bridge in a cave.","4.522","/8h8ezKtte82bas4c8QmWaSKOW16.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1943-07-12","0","170","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","Thunderous! Tender! Touching!","For Whom the Bell Tolls","false","6.6","70" +"false","/sZ5k4hbjqeY8inKRj3PseINvbq8.jpg","null","22000000","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","http://movies.disney.com/the-game-plan","13680","tt0492956","en","The Game Plan","Bachelor football star Joe Kingman seems to have it all. He is wealthy and carefree, and his team is on the way to capturing a championship. Suddenly, he is tackled by some unexpected news: He has a young daughter, the result of a last fling with his ex-wife. Joe must learn to balance his personal and professional lives with the needs of his child.","10.135","/fcLFvIqCUrhY96mkSmr3okxaMEw.jpg","[{'id':80510,'logo_path':null,'name':'Monkey Dance Productions','origin_country':'US'},{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':22881,'logo_path':null,'name':'Mayhem Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-09-28","147880543","110","[{'iso_639_1':'en','name':'English'}]","Released","Half his size, twice the trouble ... and she's moving in.","The Game Plan","false","6.2","913" +"false","/sId1KtuWDx6SONz88Z4xEShPEVv.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':99,'name':'Documentary'}]","","353125","tt4943594","en","The Search for Freedom","THE SEARCH FOR FREEDOM is the story of a cultural revolution fueled by the human desire to live in the moment and do what makes you feel the most alive. We discover how an electrifying new world came about through pure energy and imagination and the infinite possibilities of self-expression available to anyone willing to drop in. This documentary, written and directed by Jon Long (IMAX?? Extreme), is a visceral, visual experience told through the eyes some of the brightest pioneers, legends, visionaries and champions of surfing, snowboarding, skiing, skateboarding, mountain biking and more.","1.4","/4NBX712Smbo3TSrwsUhLThGoBFt.jpg","[]","[]","2015-08-06","0","92","[{'iso_639_1':'en','name':'English'}]","Released","Pure Energy. Infinite Possibilities.","The Search for Freedom","false","7.3","6" +"false","/lrIuSWdC1LfKJZUnBX6axJxzZGe.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","1092","tt0041959","en","The Third Man","In postwar Vienna, Austria, Holly Martins, a writer of pulp Westerns, arrives penniless as a guest of his childhood chum Harry Lime, only to learn he has died. Martins develops a conspiracy theory after learning of a ""third man"" present at the time of Harry's death, running into interference from British officer Major Calloway, and falling head-over-heels for Harry's grief-stricken lover, Anna.","11.271","/rO2Fq0AZZx9obs52KJdx4mRE8p5.jpg","[{'id':659,'logo_path':null,'name':'London Film Productions','origin_country':''},{'id':632,'logo_path':null,'name':'British Lion Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1949-08-31","596349","105","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'de','name':'Deutsch'}]","Released","Hunted by men ... Sought by WOMEN!","The Third Man","false","8.1","749" +"false","/qepQ7F6HtYJIjSxDzCMaDsgXsDy.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","2748","tt0046511","it","Viaggio in Italia","This deceptively simple tale of a bored English couple travelling to Italy to find a buyer for a house inherited from an uncle is transformed by Roberto Rossellini into a passionate story of cruelty and cynicism as their marriage disintegrates around them.","4.39","/tjli2Rjwkn8fivuynxwthnnEzeo.jpg","[{'id':1210,'logo_path':null,'name':'Sveva Film','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'FR','name':'France'}]","1954-09-07","0","85","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","","Journey to Italy","false","7.3","90" +"false","/z7MAlMZvN6rhACoqklP6r4uYtmV.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","60759","tt0055283","en","Payroll","A vicious gang of crooks plan to steal the wages of a local factory, but their carefully laid plans go wrong, when the factory employs an armoured van to carry the cash. The gang still go ahead with the robbery, but when the driver of the armoured van is killed in the raid, his wife plans revenge, and with the police closing in, the gang start to turn on each other.","2.167","/eI3fAFMXIqw4DpSua3bOAFSOqF8.jpg","[{'id':14837,'logo_path':null,'name':'Lynx Films Ltd.','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1961-01-01","0","105","[{'iso_639_1':'en','name':'English'}]","Released","Brilliant... Brutal... Torn from tonight's headlines!","Payroll","false","7.3","12" +"false","/4Ji2gNelXkNBZHiYilA39Iwsy2e.jpg","null","2175000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':80,'name':'Crime'}]","","42702","tt0062301","en","The St. Valentine's Day Massacre","Chicago February 14th 1929. Al Capone finally establishes himself as the city's boss of organised crime. In a north-side garage his hoods, dressed as policemen, surprise and mow down with machine-guns the key members of Bugs Moran's rival gang. The film traces the history of the incident, and the lives affected and in some cases ended by it.","2.885","/unFclLMoOkpK1AapR1T7ce1fMQP.jpg","[{'id':13751,'logo_path':null,'name':'Los Altos Productions','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1967-06-30","0","100","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","The shocking truth about events leading up to one of the most violent days in American history!","The St. Valentine's Day Massacre","false","6.2","35" +"false","/rguknVYM6kjB5rXU8yaYthQM0qh.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","18988","tt0063227","en","The Lion in Winter","1183 AD: King Henry II's three sons all want to inherit the throne, but he won't commit to a choice. They and his wife variously plot to force him.","7.098","/rF46dhLL00t2vq3kDxOi6hDV0UU.jpg","[{'id':494,'logo_path':null,'name':'AVCO Embassy Pictures','origin_country':'US'},{'id':18135,'logo_path':null,'name':'Haworth Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1968-01-01","0","134","[{'iso_639_1':'en','name':'English'}]","Released","The most significant reserved seat attraction of the year!","The Lion in Winter","false","7.6","129" +"false","/uv7dnGnv87NBzIXJ9PR2EctJrBc.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","254024","tt2967008","en","The Face of an Angel","Both a journalist and a documentary filmmaker chase the story of a murder and its prime suspect.","4.564","/zaAEodZLyUWgIdaYASoB9RYvljh.jpg","[{'id':53326,'logo_path':null,'name':'Ypsilon Films','origin_country':''},{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':48197,'logo_path':null,'name':'Multitrade','origin_country':''},{'id':10102,'logo_path':'/b0g4aEM39p0PwbIiaU1Cg3ZZUAq.png','name':'Cattleya','origin_country':'IT'},{'id':163,'logo_path':null,'name':'Revolution Films','origin_country':''},{'id':34381,'logo_path':null,'name':'Vedette Finance','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-09-06","0","100","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Forget the truth, find the story.","The Face of an Angel","false","5","90" +"false","/uIuSlz3LgaAhG33cTLwf2pqo2DB.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","12684","tt0028212","en","Sabotage","A Scotland Yard undercover detective is on the trail of a saboteur who is part of a plot to set off a bomb in London. But when the detective's cover is blown, the plot begins to unravel.","4.849","/9DM9MPN6jtvIhqvadCFTPBQZwiW.jpg","[{'id':4978,'logo_path':null,'name':'Gaumont British Picture Corporation','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1936-12-02","0","76","[{'iso_639_1':'en','name':'English'}]","Released","...A Bomb Plot ...A Killing ...Justice","Sabotage","false","6.7","104" +"false","/A2WK7mdiKHaxgE4hRyKuDIM4KGg.jpg","null","50000000","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","181283","tt1014763","en","Child 44","Set in Stalin-era Soviet Union, a disgraced MGB agent is dispatched to investigate a series of child murders -- a case that begins to connect with the very top of party leadership.","17.638","/nzXwfnBcsmREzHlem6fkStN1RUH.jpg","[{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'},{'id':1645,'logo_path':'/6Ry6uNBaa0IbbSs1XYIgX5DkA9r.png','name':'Scott Free Productions','origin_country':''},{'id':9015,'logo_path':null,'name':'Worldview Entertainment','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CZ','name':'Czech Republic'},{'iso_3166_1':'RO','name':'Romania'}]","2015-03-15","3324330","137","[{'iso_639_1':'en','name':'English'}]","Released","How do you find a killer who doesn???t exist?","Child 44","false","6.2","870" +"false","/8bdiJWDSExZ6YfxnDwyvmK15IBB.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'},{'id':10749,'name':'Romance'}]","","38775","tt0055230","en","Night Tide","Sailor Johnny (Dennis Hopper) falls in love with carnival-girl Mora (Linda Lawson), despite warnings that Mora is a ""jinx"" who has brought about the deaths of two previous suitors.","1.69","/m12roN0P55AI70FJ2Hjn2lrTPTw.jpg","[{'id':5721,'logo_path':null,'name':'Phoenix Films','origin_country':''},{'id':13733,'logo_path':null,'name':'The Filmgroup','origin_country':''},{'id':9266,'logo_path':null,'name':'American International Pictures (AIP)','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1961-08-15","0","84","[{'iso_639_1':'en','name':'English'}]","Released","Temptress from the sea??? loving??? killing!","Night Tide","false","6.3","23" +"false","/5YeCBUaIM041jN88w1QzNzPNyZp.jpg","null","35000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","268920","tt2967224","en","Hot Pursuit","An uptight by-the-book cop must protect the widow of a drug boss from crooked cops and gunmen.","6.979","/rQSebx3Ie1TL12TbHwFoVqRMU5r.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':15829,'logo_path':null,'name':'Pacific Standard','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-05-08","51680201","87","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","Armed and Sort-of Dangerous.","Hot Pursuit","false","5.6","960" +"false","/tv1cMZ3fmVTKH1FiNljjMrCvyz9.jpg","{'id':506355,'name':'Unfriended Collection','poster_path':'/s0BgrjsM6UFQQW2x16qYGwL8QHA.jpg','backdrop_path':'/wtyxKqJPIQVZxjHduFuT1TAOSul.jpg'}","1000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","277685","tt3713166","en","Unfriended","While video chatting one night, six high school friends receive a Skype message from a classmate who killed herself exactly one year ago. A first they think it's a prank, but when the girl starts revealing the friends' darkest secrets, they realize they are dealing with something out of this world, something that wants them dead.","9.973","/hfEBlhvVWFt61EWjNbjlKdDilBI.jpg","[{'id':1038,'logo_path':'/o62j8ZNXmRTrq6ThviFWiL9zb8J.png','name':'Bazelevs Production','origin_country':'RU'},{'id':3172,'logo_path':'/kDedjRZwO8uyFhuHamomOhN6fzG.png','name':'Blumhouse Productions','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-04-17","62882090","82","[{'iso_639_1':'en','name':'English'}]","Released","Online, your memories last forever. But so do your mistakes.","Unfriended","false","5.4","1933" +"false","/4EsqIpBezSSgSx3nfPzQCKURHH6.jpg","null","1200000","[{'id':99,'name':'Documentary'},{'id':10402,'name':'Music'}]","","24128","tt0088178","en","Stop Making Sense","A concert film documenting Talking Heads at the height of their popularity, on tour for their 1983 album ""Speaking in Tongues."" The band takes the stage one by one and is joined by a cadre of guest musicians for a career-spanning and cinematic performance that features creative choreography and visuals.","3.247","/tC2w4Bs2X4GAO9dWAZRXNSH8m7w.jpg","[{'id':5479,'logo_path':null,'name':'Talking Heads','origin_country':''},{'id':15806,'logo_path':null,'name':'Arnold Stiefel Company','origin_country':''},{'id':27934,'logo_path':null,'name':'Palm Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-11-16","4978922","88","[{'iso_639_1':'en','name':'English'}]","Released","Why stop making sense? Why a movie? Why a big suit? Where do the odd movements come from? What will the band do next?","Stop Making Sense","false","8.5","72" +"false","/ctkf5rK8spaAvwXX4GHg5sWOHcr.jpg","null","0","[{'id':14,'name':'Fantasy'},{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","","49126","tt0075704","en","Audrey Rose","A man is convinced that a young girl is the reincarnation of his own daughter Audrey Rose, who died in a fiery car accident, along with his wife, two minutes before the girl was born.","3.726","/aSleSJrBJ6hKA8HfVuF9mehuyTR.jpg","[{'id':18038,'logo_path':null,'name':'Sterobcar Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1977-04-06","0","113","[{'iso_639_1':'en','name':'English'}]","Released","Suddenly Their Lives Were Engulfed By Supernatural Terror!","Audrey Rose","false","5.7","55" +"false","/b18fAocUoEFtjQMHPbFhlxYV0AI.jpg","null","20000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","http://www.littleboymovie.com/","256962","tt1810683","en","Little Boy","An eight-year-old boy is willing to do whatever it takes to end World War II so he can bring his father home. The story reveals the indescribable love a father has for his little boy and the love a son has for his father.","6.874","/6eTWSy0kzsEpeBnlzK18aIO0qSf.jpg","[{'id':90508,'logo_path':null,'name':'Santa F?? Films','origin_country':''},{'id':7075,'logo_path':null,'name':'Metanoia Films','origin_country':''}]","[{'iso_3166_1':'MX','name':'Mexico'},{'iso_3166_1':'US','name':'United States of America'}]","2015-04-23","6485961","106","[{'iso_639_1':'en','name':'English'}]","Released","Believe the impossible.","Little Boy","false","7","280" +"false","/gyKyVGzF07hX8Y2vV5OsZQibK.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","109949","tt0052617","en","Beloved Infidel","Toward the end of his life F. Scott Fitzgerald is writing for Hollywood studios to be able to afford the cost of an asylum for his wife. He is also struggling against alcoholism. Into his life comes the famous gossip columnist.","1.473","/vRqtJ0lhomLDc4ZDutKshRPHHY0.jpg","[{'id':45228,'logo_path':null,'name':'The Company of Artists','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1959-11-17","0","123","[{'iso_639_1':'en','name':'English'}]","Released","","Beloved Infidel","false","6.3","8" +"false","/dosjfIX3BsGgfWDB0ankqxOnlG9.jpg","null","0","[{'id':27,'name':'Horror'}]","","28752","tt0054777","en","The Curse of the Werewolf","Conceived by the rape of a mute servant girl by a demented beggar, an infant is raised by a wealthy but kindly bachelor-gentleman and his woman servant who learn, years later, that he is a werewolf, a demon-possessed being whose only chance for normalcy will be, as a young man, to find a woman who will love him for himself, which will effect his release from this curse.","4.525","/bEooe0py5M8tvfIrjRZPmxzNsHy.jpg","[{'id':1314,'logo_path':'/gQBluDqe6dc2ZdzfJbabEHoSGoG.png','name':'Hammer Film Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1961-05-01","0","93","[{'iso_639_1':'en','name':'English'}]","Released","HALF-MAN... HALF-WOLF... COMPELLED BY THE HIDEOUS CURSE OF HIS EVIL BIRTH TO DESTROY - EVEN THOSE WHO LOVED HIM!","The Curse of the Werewolf","false","6.5","57" +"false","/8XeLfNQrDmFQmPTqxapfWUnKiLf.jpg","{'id':87359,'name':'Mission: Impossible Collection','poster_path':'/geEjCGfdmRAA1skBPwojcdvnZ8A.jpg','backdrop_path':'/1kvKAHlSdFZTT9mhAXR54ggkxOU.jpg'}","150000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'}]","http://www.missionimpossible.com","177677","tt2381249","en","Mission: Impossible - Rogue Nation","Ethan and team take on their most impossible mission yet???eradicating 'The Syndicate', an International and highly-skilled rogue organisation committed to destroying the IMF.","25.474","/z2sJd1OvAGZLxgjBdSnQoLCfn3M.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':11413,'logo_path':null,'name':'China Movie Channel','origin_country':''},{'id':11461,'logo_path':'/p9FoEt5shEKRWRKVIlvFaEmRnun.png','name':'Bad Robot','origin_country':'US'},{'id':21777,'logo_path':null,'name':'TC Productions','origin_country':''},{'id':69484,'logo_path':'/2xtmvbEse87LM7OJXVksv7DToZx.png','name':'Alibaba Pictures Group','origin_country':'CN'},{'id':69485,'logo_path':null,'name':'Odin','origin_country':''},{'id':82819,'logo_path':'/5Z8WWr0Lf1tInVWwJsxPP0uMz9a.png','name':'Skydance Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-07-23","682330139","131","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'sv','name':'svenska'}]","Released","Desperate Times. Desperate Measures.","Mission: Impossible - Rogue Nation","false","7.1","5083" +"false","/4ylskDQhylV5Blg2FgmmZHcPYVx.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","","362185","tt3849692","en","Operator","When the daughter of veteran 911 call center operator Pamela, and her estranged husband Jeremy, a Senior Police Officer, is kidnapped and held hostage, they are left desperate, with no choice but to follow the kidnapper's rules: send messages through dispatch for all police and fire units to scatter to remote locations throughout the city where they are met with chaos. Not knowing who or why, the one thing they do know is if they fail to discreetly collaborate with one another - they will be solely responsible for facilitating the biggest crime in the city's history. Now they must race against the clock to make the choice of their lives - save the city - or save their daughter.","3.661","/3IPhLHyluVuMhojWTaVUmJVysqE.jpg","[{'id':35396,'logo_path':null,'name':'Status Media & Entertainment','origin_country':''},{'id':64949,'logo_path':null,'name':'DV3 Productions','origin_country':''},{'id':64950,'logo_path':null,'name':'The Forgery','origin_country':''},{'id':64951,'logo_path':null,'name':'GA2 Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-08-21","0","88","[{'iso_639_1':'en','name':'English'}]","Released","Whats your emergency?","Operator","false","5.2","48" +"false","/3DqAOLBAhgOWgiPuh0372EkrRCh.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","http://www.chariotmovie.com/","252990","tt2531362","en","Chariot","Seven strangers find themselves unwitting participants in a U.S. government evacuation program gone horribly wrong.","2.438","/jadD59msWx6nOAXM9rxhwpJ6E1.jpg","[{'id':17811,'logo_path':null,'name':'Mad Dimension','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-07-15","0","94","[{'iso_639_1':'en','name':'English'}]","Released","Where do you go when there's nowhere to land?","Chariot","false","5.4","30" +"false","/vxcUvt5V3qsDddh0ivgdeSLUMyG.jpg","null","13000000","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","157544","tt1524575","en","The Vatican Tapes","In a highly secured vault deep within the walls of Vatican City, the Catholic Church holds thousands of old films and video footage documenting exorcisms/supposed exorcisms and other unexplained religious phenomena they feel the world is not ready to see. This is the first tape - Case 83-G - stolen from these archives and exposed to the public by an anonymous source.","7.83","/uiKoHzltaCzHOzvef9tU4HKhqsc.jpg","[{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':126,'logo_path':'/kADPanRDkKTxncPXXVahvHPUvCj.png','name':'Lakeshore Entertainment','origin_country':'US'},{'id':20851,'logo_path':null,'name':'H2F Entertainment','origin_country':''},{'id':58399,'logo_path':null,'name':'Pantelion Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-07-24","1784763","91","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","For 2,000 years the Vatican has recorded evidence of evil. May God have mercy on their souls.","The Vatican Tapes","false","4.7","356" +"false","/uo4Afo0DSlAz6owcIC0s3CkRwug.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.berkshirecounty-themovie.com/","298653","tt2726270","en","Berkshire County","Kylie Winters, a bullied and self-loathing teen, reluctantly agrees to babysit at an isolated country mansion on Halloween night. When a small boy in a pig mask appears at the door trick-or-treating, Kylie's night transforms into a horrifying and violent cat-and-mouse game. She must go beyond what she ever thought possible if she and the children are to survive the night.","1.987","/7GN791jxbADomVIoliZnbCXzl9Q.jpg","[{'id':36015,'logo_path':null,'name':'Narrow Edge Productions','origin_country':''},{'id':17758,'logo_path':null,'name':'A71 Productions','origin_country':''},{'id':36016,'logo_path':null,'name':'High Star Entertainment','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2014-10-05","0","83","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","This little piggy came home...","Berkshire County","false","5.1","39" +"false","/tYZ9bAGJJ0YCLZbP1p23CVB9y6Q.jpg","null","0","[{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","193687","tt1598642","en","Z for Zachariah","In the wake of a nuclear war, a young woman survives on her own, fearing she may actually be the proverbial last woman on earth, until she discovers the most astonishing sight of her life: another human being. A distraught scientist, he???s nearly been driven mad by radiation exposure and his desperate search for others. A fragile, imperative strand of trust connects them. But when a stranger enters the valley, their precarious bond begins to unravel.","5.997","/xrwxzShNKYs8l0ISnfjFVfUD0CW.jpg","[{'id':8510,'logo_path':'/kVW4RJ0lOeL2V2n30tGqMAIodhj.png','name':'Lucky Hat Entertainment','origin_country':'US'},{'id':12075,'logo_path':null,'name':'Silver Reel','origin_country':'CH'},{'id':12139,'logo_path':null,'name':'Material Pictures','origin_country':''},{'id':14938,'logo_path':null,'name':'Zik Zak Kvikmyndir','origin_country':'IS'},{'id':51295,'logo_path':'/oMSijUmmoQvW1lEk5tjyxzI32xm.png','name':'Night Fox Entertainment','origin_country':'US'},{'id':11371,'logo_path':null,'name':'Palomar Pictures','origin_country':'US'}]","[{'iso_3166_1':'IS','name':'Iceland'},{'iso_3166_1':'NZ','name':'New Zealand'},{'iso_3166_1':'CH','name':'Switzerland'},{'iso_3166_1':'US','name':'United States of America'}]","2015-08-13","121461","97","[{'iso_639_1':'en','name':'English'}]","Released","After the end of the world she thought she was alone. She was wrong.","Z for Zachariah","false","5.6","460" +"false","/kYdPPJONZFvPKIICB2zu5w19jVx.jpg","null","0","[{'id':27,'name':'Horror'}]","","13549","tt0074258","en","Burnt Offerings","A couple and their 12-year-old son move into a giant house for the summer. Things start acting strange almost immediately. It seems that every time some gets hurt on the grounds the beat-up house seems to repair itself.","5.411","/hZiqE176wGdkv0XuiI8sKJasTDx.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':7508,'logo_path':null,'name':'Produzioni Europee Associati (PEA)','origin_country':''},{'id':9228,'logo_path':null,'name':'Dan Curtis Productions','origin_country':'US'}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'US','name':'United States of America'}]","1976-10-18","0","116","[{'iso_639_1':'en','name':'English'}]","Released","Up the ancient stairs, behind the locked door, something lives, something evil, from which no one has ever returned.","Burnt Offerings","false","6.6","90" +"false","/8Oh2vix3eqZkdgvkbK4Ya7pamxA.jpg","null","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","27179","tt0051786","en","It! The Terror from Beyond Space","In 1973, the first manned expedition to Mars is marooned; by the time a rescue mission arrives, there is only one survivor: the leader, Col. Edward Carruthers, who appears to have murdered the others! According to Carruthers, an unknown life form killed his comrades during a sandstorm. But the skeptical rescuers little suspect that ""it"" has stowed away for the voyage back to Earth...","3.73","/noY7r59VAMiXiP6CreeR7IKHGOi.jpg","[{'id':11735,'logo_path':null,'name':'Robert E. Kent Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1958-07-31","0","69","[{'iso_639_1':'en','name':'English'}]","Released","The revelation shocker of things to come!","It! The Terror from Beyond Space","false","5.9","41" +"false","/5iFPUcRiGfSGecoXi68SMZ0hwNV.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","56539","tt0073019","en","Friday Foster","Friday Foster, an ex-model magazine photographer, goes to Los Angeles International airport to photograph the arrival of Blake Tarr, the richest black man in America. Three men attempt to assassinate Tarr. Foster photographs the melee and is plunged into a web of conspiracy involving the murder of her childhood friend, a US senator, and a shadowy plan called ""Black Widow"".","1.612","/c3mrFmJ12thp1DCI0SeyNkgWsrx.jpg","[{'id':9266,'logo_path':null,'name':'American International Pictures (AIP)','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1975-12-25","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Wham! Bam! Here Comes Pam!","Friday Foster","false","5.4","18" +"false","/cd77jCV1505eHRTYKJVgNtVueHk.jpg","null","62000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","7270","tt0325805","en","Matchstick Men","A phobic con artist and his protege are on the verge of pulling off a lucrative swindle when the con artist's teenage daughter arrives unexpectedly.","7.142","/vRjT0WdjQbbIpYSG5f520BAS2dn.jpg","[{'id':831,'logo_path':null,'name':'Saturn Films','origin_country':'US'},{'id':1645,'logo_path':'/6Ry6uNBaa0IbbSs1XYIgX5DkA9r.png','name':'Scott Free Productions','origin_country':''},{'id':2201,'logo_path':null,'name':'Rickshaw Productions','origin_country':''},{'id':7161,'logo_path':null,'name':'LivePlanet','origin_country':''},{'id':11395,'logo_path':null,'name':'ImageMovers','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':2199,'logo_path':null,'name':'HorsePower Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-09-01","65565672","116","[{'iso_639_1':'en','name':'English'}]","Released","Lie. Cheat. Steal. Rinse. Repeat.","Matchstick Men","false","7","820" +"false","/sG2OvPyl14XjwWvjjV3KhoEKWHT.jpg","null","0","[{'id':10770,'name':'TV Movie'},{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'}]","","301816","tt3993802","en","Christmas Icetastrophe","This Christmas, a super frozen object is going to slam into the Earth. In the middle of a small town, and very quickly, dreams of a ""White Christmas"" will turn into a FROZEN NIGHTMARE.","1.416","/4rb9TYWTAcPgEXabWnRdgg5pHnA.jpg","[{'id':10399,'logo_path':null,'name':'CineTel Films','origin_country':'US'},{'id':15645,'logo_path':null,'name':'Reel One Entertainment','origin_country':''},{'id':37773,'logo_path':null,'name':'Ice Cap Pictures Inc','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-12-20","0","82","[{'iso_639_1':'en','name':'English'}]","Released","Destruction Reigns","Christmas Icetastrophe","false","4.2","21" +"false","/pfvZ1TjUPFEbty8dKtEwGte6TZB.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","241843","tt2490326","en","Cooties","A mysterious virus hits an isolated elementary school, transforming the kids into a feral swarm of mass savages. An unlikely hero must lead a motley band of teachers in the fight of their lives.","7.858","/vqEJQ4xft6SmVlBRHSJwHeZte58.jpg","[{'id':44884,'logo_path':null,'name':'Glacier Films','origin_country':''},{'id':85885,'logo_path':'/oLbUgPkkTmlwGDUO4pYp2OtPkfG.png','name':'Lionsgate Premiere','origin_country':'US'},{'id':85886,'logo_path':null,'name':'Universal Pictures International Entertainment (UPIE)','origin_country':''},{'id':34519,'logo_path':'/MGFizEilC4bv5aDeF8YfEyjDVG.png','name':'SpectreVision','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-10-10","581011","88","[{'iso_639_1':'en','name':'English'}]","Released","Please don't feed the children.","Cooties","false","5.5","326" +"false","/xBDvHWxJbpTIaUBdokpn1U3I0ig.jpg","null","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':10749,'name':'Romance'}]","http://www.kites-thefilm.com/","37737","tt1198101","hi","Kites","In the harsh terrain of the Mexican desert, a mortally wounded man is left for dead in the heat of the desert sun. This is Jay. Once a street smart, carefree young guy. Now, a wanted man. As death looms, the only thing that keeps him alive is the quest to find the love of his life, Natasha. A woman betrothed to another man, but surely destined for Jay. A woman who comes into his life like a bolt of lightning and changes it forever.","4.872","/mSxx7W917f18dZpMHjsqo7diebC.jpg","[{'id':51955,'logo_path':null,'name':'Bollywood Hollywood Production','origin_country':''},{'id':7294,'logo_path':'/kK4PRgceWp9KNrycD8xx8seWxYU.png','name':'Reliance Entertainment','origin_country':'IN'},{'id':64779,'logo_path':null,'name':'Film Kraft','origin_country':''}]","[{'iso_3166_1':'IN','name':'India'}]","2010-05-21","0","123","[{'iso_639_1':'hi','name':'??????????????????'}]","Released","","Kites","false","5.8","65" +"false","/5L1UvTZ0oxT40wY1kIjNI5Iw9ha.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","16410","tt0047094","en","Hobson's Choice","Henry Hobson owns and tyrannically runs a successful Victorian boot maker???s shop in Salford, England. A stingy widower with a weakness for overindulging in the local Moonraker Public House, he exploits his three daughters as cheap labour. When he declares that there will be ???no marriages??? to avoid the expense of marriage settlements at ??500 each, his eldest daughter Maggie rebels.","2.65","/qnJ0A5jU2vsaSNEUx8PPFGU8HBd.jpg","[{'id':659,'logo_path':null,'name':'London Film Productions','origin_country':''},{'id':632,'logo_path':null,'name':'British Lion Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1954-04-19","0","107","[{'iso_639_1':'en','name':'English'}]","Released","","Hobson's Choice","false","7.2","39" +"false","/aX2mwtawBe2TD1csPBYvm03sx3a.jpg","null","75000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","1701","tt0118880","en","Con Air","When the government puts all its rotten criminal eggs in one airborne basket, it's asking for trouble. Before you can say, ""Pass the barf bag,"" the crooks control the plane, led by creepy Cyrus ""The Virus"" Grissom. Watching his every move is the just-released Cameron Poe, who'd rather reunite with his family.","14.318","/yhaOQ7xXw0PLHLvg1w0M9zlPdg6.jpg","[{'id':78338,'logo_path':null,'name':'Hiett Designs of Las Vegas','origin_country':''},{'id':130,'logo_path':'/c9dVHPOL3cqCr2593Ahk0nEKTEM.png','name':'Jerry Bruckheimer Films','origin_country':'US'},{'id':3589,'logo_path':null,'name':'Kouf/Bigelow Productions','origin_country':''},{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':78339,'logo_path':null,'name':'Runway Pictures Inc','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-06-01","224012234","115","[{'iso_639_1':'en','name':'English'}]","Released","They were deadly on the ground; Now they have wings","Con Air","false","6.6","2034" +"false","/ee9q4ZzmB9JheqBWR8T5DJcbGiD.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","13669","tt0037595","en","Christmas in Connecticut","Journalist Elizabeth Lane is one of the country's most famous food writers. In her columns, she describes herself as a hard working farm woman, taking care of her children and being an excellent cook. But this is all lies. In reality she is an unmarried New Yorker who can't even boil an egg. The recipes come from her good friend Felix. The owner of the magazine she works for has decided that a heroic sailor will spend his Christmas on *her* farm. Miss Lane knows that her career is over if the truth comes out, but what can she do?","4.832","/3HDX2jk89eiIUL7upuRaKEQ6a6H.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1945-12-17","0","102","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","It's the fun show that's the one show to see!","Christmas in Connecticut","false","7.2","55" +"false","/2au5IQO5AuQwSGmn0eIOTLZ0Nop.jpg","null","80000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'},{'id':10751,'name':'Family'}]","http://www.zookeeper-movie.com/","38317","tt1222817","en","Zookeeper","A comedy about a zookeeper who might be great with animals, but he doesn't know anything about the birds and the bees. The man can't find love, so he decides to quit his job at the zoo, but his animal friends try to stop him and teach him that Mother Nature knows best when it comes to love.","12.414","/qVsaDvFLnGSH6WdTgatzc2nXt7e.jpg","[{'id':3045,'logo_path':'/5jNRqXspCmQ3XkHNzuZIbvnHOWw.png','name':'Sony Pictures Releasing','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':2608,'logo_path':'/g3YRudXiQzHesQqRXvnhFpMzfkU.png','name':'Happy Madison Productions','origin_country':'US'},{'id':8000,'logo_path':'/f8NwLg72BByt3eav7lX1lcJfe60.png','name':'Broken Road Productions','origin_country':'US'},{'id':46221,'logo_path':null,'name':'Zookeeper Productions','origin_country':''},{'id':46222,'logo_path':null,'name':'Hey Eddie','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-07-06","169852759","102","[{'iso_639_1':'en','name':'English'}]","Released","Welcome to his jungle.","Zookeeper","false","5.3","851" +"false","/slOqGmCV9TgD2196f25viykbdxL.jpg","null","16000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","185567","tt2249221","en","Zulu","As a child, Ali Neuman narrowly escaped being murdered by Inkhata, a militant political party at war with Nelson Mandela's African National Congress. Only he and his mother survived the carnage of those years. But as with many survivors, the psychological scars remain.","8.07","/xg7Dh7mjevDgznqw9JHYccNo9ZQ.jpg","[{'id':616,'logo_path':'/aeBPwUMUqIOFnt3Fxv9fC91hBuq.png','name':'Eskwad','origin_country':'FR'},{'id':1115,'logo_path':'/ntH7T5gsN6wtyrfHGHJDTuneQ7o.png','name':'M6 Films','origin_country':'FR'},{'id':7981,'logo_path':'/6Yv1gIAuGkHS5Vis4UjnqHhCPWV.png','name':'Path??!','origin_country':'FR'},{'id':34044,'logo_path':null,'name':'Lobster Tree','origin_country':''},{'id':34774,'logo_path':null,'name':'W9','origin_country':''},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':10611,'logo_path':'/zQ4fGaEnNkWfSzyygXRcUZwPmDG.png','name':'Cin??+','origin_country':'FR'}]","[{'iso_3166_1':'ZA','name':'South Africa'},{'iso_3166_1':'FR','name':'France'}]","2013-12-04","0","110","[{'iso_639_1':'en','name':'English'}]","Released","","Zulu","false","6.8","259" +"false","/lLgLFzSZduH9kBxrk6BvoHc1gg0.jpg","{'id':537982,'name':'Zombieland Collection','poster_path':null,'backdrop_path':null}","23600000","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","http://www.zombieland.com/","19908","tt1156398","en","Zombieland","Columbus has made a habit of running from what scares him. Tallahassee doesn't have fears. If he did, he'd kick their ever-living ass. In a world overrun by zombies, these two are perfectly evolved survivors. But now, they're about to stare down the most terrifying prospect of all: each other.","15.352","/vUzzDpVrab1BOG3ogxhRGfLN94d.jpg","[{'id':11733,'logo_path':null,'name':'Pariah','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-10-07","102391382","88","[{'iso_639_1':'en','name':'English'}]","Released","This place is so dead","Zombieland","false","7.2","6127" +"false","/vX5DB9NkzaIDIs6CPLEKn9Z8YCW.jpg","null","0","[{'id':27,'name':'Horror'}]","http://www.charmed-apocalypse.com/","332488","tt2267454","en","Zombie Resurrection","15 months after the apocalypse, a group of survivors are forced to take refuge in an abandoned school, where they encounter a mysterious zombie with the power to bring the undead back to life.","0.618","/igNVYhRE2B3TjBfHy1JUbwry83s.jpg","[{'id':49430,'logo_path':null,'name':'Charmed Apocalypse Pictures','origin_country':''}]","[]","2014-10-25","0","79","[]","Released","Prey for salvation","Zombie Resurrection","false","4.8","6" +"false","/gSXZ0M06oUW0RaG6ZDTlkCr5Hr0.jpg","null","1000000","[{'id':27,'name':'Horror'}]","","219247","tt2978716","en","Zombie Night","Zombies come out at night and two families must survive until morning.","3.326","/hdh9wswJdpNvIWhVhgyIoiz4czr.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-10-08","0","88","[{'iso_639_1':'en','name':'English'}]","Released","Tonight, at sundown... the dead will rise again","Zombie Night","false","3.3","30" +"false","/wNPGF4UpVDB6Ux7WFZBZOyd2Ebj.jpg","{'id':568449,'name':'Zombie Massacre Collection','poster_path':null,'backdrop_path':null}","1000000","[{'id':28,'name':'Action'},{'id':27,'name':'Horror'}]","","153509","tt2081438","en","Zombie Massacre","A bacteriological weapon developed by the US Government to create a super soldier - spreads an epidemic in a quiet little town in the middle of Eastern Europe. All citizens have been turned into infected zombies. The plan is to bring an atomic bomb into the city's nuclear plant to pretend a terrible accident occurred. No one has to know the truth. A team of mercenaries is hired to complete the mission. The battle is on. Hordes of monsters against the team. Who will survive?","2.419","/8LRsVQQBD7HRL1bET321ZhtorzA.jpg","[]","[]","2013-06-06","0","90","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","There is no hope.","Zombie Massacre","false","3.1","28" +"false","/dDuCiRJoGBEm6bT8VAlFePimg50.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","https://www.facebook.com/zombiehuntermovie","206213","tt2446502","en","Zombie Hunter","Zombie Hunter is set in a post-apocalyptic Zombie wasteland caused by the mysterious street drug ""Natas"". We follow one man who has nothing left other than a beat up Camaro and a trunk full of guns and booze. He runs down Flesh Eaters, hunting for sport and redemption, while also running from his past. After crashing into a small group of survivors, who are running low on resources, he decides to lend a hand. But a surprise attack by the Flesh Eaters forces them on the run and puts the Hunter's skills to the test.","2.91","/xnvPQ4WHEt8PBVxUyrogXITMR96.jpg","[{'id':58574,'logo_path':null,'name':'The Klimax','origin_country':''},{'id':14787,'logo_path':'/cZWB9HeQ1e4G6qcy8hUu7GT4vMV.png','name':'Arrowstorm Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-07-25","0","93","[{'iso_639_1':'en','name':'English'}]","Released","","Zombie Hunter","false","3.8","48" +"false","/d0JF30sdismMh91IGrqJrwOVZTP.jpg","null","0","[{'id':27,'name':'Horror'},{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","http://www.zombeavers.com/","254474","tt2784512","en","Zombeavers","College friends find their weekend of sex and debauchery ruined when deadly zombie beavers swarm their riverside cabin.","9.26","/pn3R6VZq4UdM7qdIhw5YOHnwNna.jpg","[{'id':35849,'logo_path':'/bHYIJoy2ri7crfHugwR0AdF3qdM.png','name':'Armory Films','origin_country':'US'},{'id':6363,'logo_path':null,'name':'BenderSpink','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-10-20","14947","85","[{'iso_639_1':'en','name':'English'}]","Released","You'll be dammed!","Zombeavers","false","4.8","318" +"false","/3Kq2dwrhHPOZTlSCO78D6xt0twi.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':10770,'name':'TV Movie'}]","http://www.cinetelfilms.com/films/film-zodiac.html","285135","tt3102206","en","Zodiac","A 2,000-year-old astrology board possesses deadly powers that threaten the fate of humanity.","4.196","/dafW2jgYi345RLn4cFoyCol4mUk.jpg","[{'id':10399,'logo_path':null,'name':'CineTel Films','origin_country':'US'},{'id':5485,'logo_path':null,'name':'Zodiac Pictures','origin_country':'CH'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2014-08-16","0","89","[{'iso_639_1':'en','name':'English'}]","Released","The Signs are Everywhere","Zodiac","false","3.8","46" +"false","/jP2htGBHE7vKq4MLeC75UeC0sZH.jpg","null","65000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","1949","tt0443706","en","Zodiac","The true story of the investigation of the ""Zodiac Killer"", a serial killer who terrified the San Francisco Bay Area, taunting police with his ciphers and letters. The case becomes an obsession for three men as their lives and careers are built and destroyed by the endless trail of clues.","17.617","/bgLyOROfFQI3FqYL7jQbiaV8lkN.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':11317,'logo_path':'/u3YB3GujS0tct5BVTsMJLWVyllg.png','name':'Phoenix Pictures','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-03-02","84785914","157","[{'iso_639_1':'en','name':'English'}]","Released","There's more than one way to lose your life to a killer.","Zodiac","false","7.4","4018" +"false","/zy5hyStEkQyjZgYtvKzJQBr7MpJ.jpg","null","40000000","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","http://www.zerodarkthirty-movie.com/site/","97630","tt1790885","en","Zero Dark Thirty","A chronicle of the decade-long hunt for al-Qaeda terrorist leader Osama bin Laden after the September 2001 attacks, and his death at the hands of the Navy S.E.A.L. Team 6 in May, 2011.","16.867","/yg6IDNucLAEj7E5loTyTnUW2pgb.jpg","[{'id':20344,'logo_path':null,'name':'First Light','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':13184,'logo_path':'/pfUB1a62jSMIqp4Xmaq6z2cgW0B.png','name':'Annapurna Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-12-19","132820716","157","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ar','name':'??????????????'}]","Released","The Greatest Manhunt in History","Zero Dark Thirty","false","6.9","2477" +"false","/jzcOVeydNYF4hX0OiNftWC8QZJz.jpg","null","65000000","[{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'}]","","6795","tt0406375","en","Zathura: A Space Adventure","After their father is called into work, two young boys, Walter and Danny, are left in the care of their teenage sister, Lisa, and told they must stay inside. Walter and Danny, who anticipate a boring day, are shocked when they begin playing Zathura, a space-themed board game, which they realize has mystical powers when their house is shot into space. With the help of an astronaut, the boys attempt to return home.","9.93","/amqgIuISRBt8tsZM6cTT6gO9WLR.jpg","[{'id':2550,'logo_path':null,'name':'Teitler Film','origin_country':''},{'id':11370,'logo_path':null,'name':'Michael De Luca Productions','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':350,'logo_path':'/l4cEc8UZ3ZrPLisIOh1iYMKwAVP.png','name':'Radar Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-11-06","64321501","101","[{'iso_639_1':'en','name':'English'}]","Released","Adventure Is Waiting","Zathura: A Space Adventure","false","6.2","1554" +"false","/5xPTAstcnDpZWmai8mocGUHChKF.jpg","null","20000000","[{'id':35,'name':'Comedy'},{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'}]","http://zambeziamovie.com/","133931","tt1488181","en","Zambezia","Set in a bustling bird city on the edge of the majestic Victoria Falls, ""Zambezia"" is the story of Kai - a na??ve, but high-spirited young falcon who travels to the bird city of ""Zambezia"" where he discovers the truth about his origins and, in defending the city, learns how to be part of a community","9.773","/dLZTSTe4czdJ3Fr6vwy8XwVzLF5.jpg","[{'id':25032,'logo_path':null,'name':'Cinema Management Group','origin_country':''},{'id':10884,'logo_path':null,'name':'The Department of Trade and Industry of South Africa','origin_country':''},{'id':25033,'logo_path':null,'name':'The National Film and Video Foundation of SA','origin_country':''},{'id':564,'logo_path':null,'name':'Industrial Development Corporation of South Africa','origin_country':''},{'id':25034,'logo_path':null,'name':'Wonderful Works','origin_country':''},{'id':5113,'logo_path':'/qd5ru3vUvGb6dhXSzkHn7EQoX2D.png','name':'120dB Films','origin_country':'US'},{'id':23953,'logo_path':'/u5PflbHJXrQ2hyWw2R849pQ8Lq4.png','name':'Triggerfish Animation Studios','origin_country':'ZA'}]","[{'iso_3166_1':'ZA','name':'South Africa'}]","2012-06-05","0","83","[{'iso_639_1':'en','name':'English'}]","Released","Airborne to be wild.","Zambezia","false","5.5","124" +"false","/kKoVVOd3HBDz9EVarFEGl6xU7r6.jpg","null","24000000","[{'id':35,'name':'Comedy'}]","http://www.zackandmiri.com","10358","tt1007028","en","Zack and Miri Make a Porno","Lifelong platonic friends Zack and Miri look to solve their respective cash-flow problems by making an adult film together. As the cameras roll, however, the duo begin to sense that they may have more feelings for each other than they previously thought.","11.861","/zxwEJBhSSu5AuKTTd4ugWaCqmg.jpg","[{'id':2599,'logo_path':null,'name':'Blue Askew','origin_country':''},{'id':16934,'logo_path':null,'name':'View Askew Productions','origin_country':'US'},{'id':308,'logo_path':'/e8F3mQM7DkJ5SfYYDp8FYzPBOGX.png','name':'The Weinstein Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-09-18","42105111","102","[{'iso_639_1':'en','name':'English'}]","Released","What would you do to get out of debt?","Zack and Miri Make a Porno","false","6.1","1160" +"false","/jbdQ0PDyrWqz5HfzKmparE93ky9.jpg","null","65000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://youvegotmail.warnerbros.com","9489","tt0128853","en","You've Got Mail","Book superstore magnate, Joe Fox and independent book shop owner, Kathleen Kelly fall in love in the anonymity of the Internet???both blissfully unaware that he's trying to put her out of business.","9.617","/2XIsqnCwEE3Uf5TlP9H68STgtk6.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-12-17","250821495","119","[{'iso_639_1':'en','name':'English'}]","Released","Someone you pass on the street may already be the love of your life.","You've Got Mail","false","6.6","1581" +"false","/ssh8zq0TFlOaNP1FjApD39k23l6.jpg","null","0","[{'id':14,'name':'Fantasy'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","http://www.ywyfilm.com/","7797","tt0481797","en","Youth Without Youth","A love story wrapped in a mystery. Set in Europe before WWII, professor of language and philosophy Dominic Matei is struck by lightning and ages backwards from 70 to 40 in a week, attracting the world and the Nazis. While on the run, the professor meets a young woman who has her own experience with a lightning storm. Not only does Dominic find love again, but her new abilities hold the key to his research.","5.353","/5TmuzdAHSj2ShNJL2x50Y00xosI.jpg","[{'id':70,'logo_path':'/ueaENQkPcy8rlr5fGZVBXKOhlBh.png','name':'American Zoetrope','origin_country':'US'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'RO','name':'Romania'},{'iso_3166_1':'US','name':'United States of America'}]","2007-10-26","0","125","[{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'sa','name':''}]","Released","","Youth Without Youth","false","6.4","83" +"false","/dqbeA13zqAj9VxleTa9xDW7ikIo.jpg","null","1500000","[{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'},{'id':878,'name':'Science Fiction'}]","http://junkfilm.com/","301228","tt1957938","en","Narcopolis","In the near future, Frank, a police officer, discovers that the legalization of all recreational drugs comes with a price.","2.637","/eck7LXHO3dG6KIrI4537w5o6CPE.jpg","[{'id':37503,'logo_path':null,'name':'T Squared Film','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-09-25","0","96","[{'iso_639_1':'en','name':'English'}]","Released","The future is a fix.","Narcopolis","false","4.8","42" +"false","/1E8opVXbqzYe1GjPxIWZ8OxRTG6.jpg","null","23000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://www.mgm.com/title_title.do?title_star=HARLEYDA","2453","tt0102005","en","Harley Davidson and the Marlboro Man","It's the lawless future, and renegade biker Harley Davidson and his surly cowboy buddy, Marlboro, learn that a corrupt bank is about to foreclose on their friend's bar to further an expanding empire. Harley and Marlboro decide to help by robbing the crooked bank. But when they accidentally filch a drug shipment, they find themselves on the run from criminal financiers and the mob in this rugged action adventure.","9.704","/u2wmXRegggH2o2AtRm0HXKtJqHY.jpg","[{'id':22058,'logo_path':null,'name':'Krisjair','origin_country':''},{'id':22059,'logo_path':null,'name':'Laredo','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1991-08-23","7434726","98","[{'iso_639_1':'en','name':'English'}]","Released","When the going gets tough... the tough take the law into their own hands.","Harley Davidson and the Marlboro Man","false","6.3","151" +"false","/l5AD1J9g9GwMMfWO2TIfrWMyfG8.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","27207","tt0101483","en","Bloodsucking Pharaohs in Pittsburgh","Two cops and a detective's daughter go after a chainsaw killer.","1.321","/2Hp0DHqObkKOuRweeTlJr7i9xaY.jpg","[{'id':88324,'logo_path':null,'name':'Saratoga Film Corporation','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1991-05-02","0","89","[{'iso_639_1':'en','name':'English'}]","Released","The cannabalistic crazies with a deadly appetite for life!","Bloodsucking Pharaohs in Pittsburgh","false","5.5","10" +"false","/33vq1vmNz16ENpR6fdFhD4KJUoS.jpg","null","30000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","9024","tt0106941","en","For Love or Money","New York concierge Doug Ireland wants to go into business for himself and refurbish a hotel on Roosevelt Island, N.Y., but he needs an investor. With a few weeks left before his option on the site runs out, Doug agrees to help wealthy Christian Hanover conceal his affair with salesgirl Andy Hart from his wife. Despite his own attraction to Andy, Doug tries to stay focused on getting Christian to invest $3 million in his project.","6.407","/3F9JbiWYjUSWAttYfp8oWYHq5EN.jpg","[{'id':23,'logo_path':'/mkxNjThahj5pvntvYKVpMbWXm3D.png','name':'Imagine Entertainment','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-10-01","11146270","94","[{'iso_639_1':'en','name':'English'}]","Released","He thought there was nothing as seductive as money. He was wrong.","For Love or Money","false","6","124" +"false","/kgdnMY3wKqtgvCZK4QNN8SOV3Eg.jpg","null","300000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","http://www.thecostoflove.com/","77821","tt1587427","en","The Cost of Love","Dale is an attractive, hard-as-nails gay male escort in Greenwich, London. He specialises in fulfilling sexual fantasies - dressing up as a schoolboy, BDSM, you name it, he's done it, yet his own dreams of a happy ending are complicated when straight best friend and childhood crush Raj announces his forthcoming marriage. Meanwhile, a spate of gay hate crimes are being reported on the local heath...","0.629","/9uU30eftTvhEFg5PGElbkbJDHqA.jpg","[]","[]","2011-01-01","0","92","[]","Released","Everything has a price","The Cost of Love","false","3.9","6" +"false","/z4aXYRByEx9J2XprbFRf8rMlPjW.jpg","null","0","[{'id':18,'name':'Drama'}]","","108614","tt1615885","en","The Seminarian","The Seminarian is a story about Ryan, a closeted gay student in his final semester of seminary studies. Despite his school's hostile stance towards homosexuality, Ryan has two gay classmates - Gerald and Anthony - in whom he secretly confides. He is also close to his religiously devout mother who, as things stand, is unaware of his sexual orientation. Ryan needs to complete a solid theological thesis in order to continue doctoral work at the university of his dreams. As he works on his thesis 'The Divine Gift of Love,' Ryan begins a relationship with Bradley - a guy he has met on the Internet who seems perpetually unable to commit himself. Ryan confides in Gerald and Anthony, only to learn about their romantic struggles as well. Consequently, Ryan questions his views on God's gift of love.","2.038","/4SO94KNRWGR9jZNEoPotJUBNV3O.jpg","[]","[]","2010-01-01","0","101","[]","Released","","The Seminarian","false","5.8","8" +"false","/9LiW2PmfXchX6nbgGG8mrASk1FD.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","","75910","tt1492959","en","Lifted","The chance to shine in a singing competition offers much-needed hope for a Southern middle-schooler who's drowning in worries, from bullies in the halls to turmoil at home -- and the news that his reservist father has been called back to Afghanistan.","2.071","/4xpArsH1H1nIwsDwgpudSp8vfua.jpg","[{'id':60036,'logo_path':null,'name':'Tactical Media Productions','origin_country':''},{'id':60032,'logo_path':null,'name':'Listed Picture','origin_country':''},{'id':60030,'logo_path':null,'name':'Hunter Films','origin_country':''},{'id':20581,'logo_path':'/4EIbzjERCX6Eb8W0GLlrzPSPmRS.png','name':'Picrow','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-08-13","0","108","[{'iso_639_1':'en','name':'English'}]","Released","One small leap can move heaven and earth","Lifted","false","7.2","17" +"false","/cltrOeOpSv1T1wx2o4jo1zGNRDO.jpg","{'id':494838,'name':'2-Headed Shark Attack Collection','poster_path':null,'backdrop_path':'/yMNFAlTCMyU766Qrzo0fvyvw0V6.jpg'}","0","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'},{'id':27,'name':'Horror'}]","","342927","tt4685096","en","3-Headed Shark Attack","The world???s greatest killing machine is three times as deadly when a mutated shark threatens a cruise ship. As the shark eats its way from one end of the ship to the next, the passengers fight the deadly predator using anything they can find.","6.519","/1zb7a8zejYOSbwoAXwC5CPosYRR.jpg","[{'id':6677,'logo_path':'/tyd27JWQI6z2eZH6AhRJlmYhr9k.png','name':'Syfy','origin_country':'US'},{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-10-09","0","90","[{'iso_639_1':'en','name':'English'}]","Released","More HEADS! More DEADS!","3-Headed Shark Attack","false","3.6","65" +"false","/6Hgj4gMXAGoJupzASH746WuB73x.jpg","null","2000000","[{'id':18,'name':'Drama'}]","","13075","tt0423169","en","Sherrybaby","After serving time in prison, former drug addict Sherry Swanson returns home to reclaim her young daughter from family members who have been raising the child. Sherry's family, especially her sister-in-law, doubt Sherry's ability to be a good mother, and Sherry finds her resolve to stay clean slowly weakening.","7.812","/oT7RJc0jjPjDOiBfol0pb5D1ruF.jpg","[{'id':4732,'logo_path':null,'name':'Red Envelope Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-09-08","622806","96","[{'iso_639_1':'en','name':'English'}]","Released","No one makes it alone.","Sherrybaby","false","6.4","63" +"false","/t9svFw203MlNfgWb62HEHsrUxTt.jpg","{'id':19163,'name':'The Land Before Time Collection','poster_path':'/n1bjdBVThBezxR6nEf2dy43sTtV.jpg','backdrop_path':'/alkvR9vTtuZEmd5ygsayOfxYOMa.jpg'}","12300000","[{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'}]","","12144","tt0095489","en","The Land Before Time","An orphaned brontosaurus named Littlefoot sets off in search of the legendary Great Valley. A land of lush vegetation where the dinosaurs can thrive and live in peace. Along the way he meets four other young dinosaurs, each one a different species, and they encounter several obstacles as they learn to work together in order to survive.","16.126","/8YMjnTP9tL5Xj8eOfXii8bsikDM.jpg","[{'id':1,'logo_path':'/o86DbpburjxrqAzEDhXZcyE8pDb.png','name':'Lucasfilm','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'},{'id':6422,'logo_path':null,'name':'Sullivan Bluth Studios','origin_country':''},{'id':20448,'logo_path':null,'name':'U-Drive Productions','origin_country':''},{'id':69625,'logo_path':null,'name':'Universal City Studios','origin_country':''}]","[{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'US','name':'United States of America'}]","1988-11-18","84460846","69","[{'iso_639_1':'en','name':'English'}]","Released","A new adventure is born.","The Land Before Time","false","7","1301" +"false","/eYkUTYo6QDvyCR9hwmQFLKwnDBH.jpg","null","0","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'}]","","277688","tt3279176","en","Suburban Gothic","An awkward, unemployed man who can talk to the dead teams up with a rebellious bartender to find the vengeful ghost that's been terrorizing their town.","3.783","/2mxQyJw6d3iNWYV31jwh7ytZYDf.jpg","[{'id':30688,'logo_path':null,'name':'New Normal Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-07-19","0","90","[{'iso_639_1':'en','name':'English'}]","Released","This dead end town just got a lot deader.","Suburban Gothic","false","5.4","57" +"false","/bLv1am2xc4JqP4CzT7i48BFQjTu.jpg","{'id':90863,'name':'Rush Hour Collection','poster_path':'/uweT7ODRz1XyvZ3dMjoEDIPBJcO.jpg','backdrop_path':'/uoDt3eCCKpcxSQVWjPTgN8T0gjm.jpg'}","90000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","5175","tt0266915","en","Rush Hour 2","It's vacation time for Carter as he finds himself alongside Lee in Hong Kong wishing for more excitement. While Carter wants to party and meet the ladies, Lee is out to track down a Triad gang lord who may be responsible for killing two men at the American Embassy. Things get complicated as the pair stumble onto a counterfeiting plot. The boys are soon up to their necks in fist fights and life-threatening situations. A trip back to the U.S. may provide the answers about the bombing, the counterfeiting, and the true allegiance of sexy customs agent Isabella.","10.44","/xG43wsvHpOp2QIj2JGQEvmK8dgC.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-08-03","347325802","90","[{'iso_639_1':'cn','name':'????????? / ?????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'zh','name':'?????????'}]","Released","Get ready for a second Rush!","Rush Hour 2","false","6.5","1849" +"false","/vIeWi9GWFoaMj4WvdWSdraOzJwU.jpg","null","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'},{'id':10752,'name':'War'}]","","42700","tt0062038","en","The Night of the Generals","An unusual World War II crime thriller about a Nazi investigation into the murder of a prostitute. Major Grau finds himself focusing on three suspects: the Generals Tanz, Kahlenberg and Seydlitz-Gabler ??? all three of whom, it seems, are also involved in a plot to kill Hitler","3.028","/u5DDRtnH16Hf1MC8iQjKSzQb6YC.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':11356,'logo_path':null,'name':'Horizon Pictures (II)','origin_country':''},{'id':534,'logo_path':null,'name':'Filmsonor','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'PL','name':'Poland'},{'iso_3166_1':'GB','name':'United Kingdom'}]","1967-01-29","0","148","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","A unique manhunt across the capitals of Europe... across three decades up to today!","The Night of the Generals","false","6.7","49" +"false","/vWfDLpapdE5P2jxNVtt0VCZzdH4.jpg","null","185000","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'}]","http://tomcatfilmsllc.com/disaster-wars-%E2%80%93-earthquake-vs-tsunami","289214","tt2571362","en","Disaster Wars: Earthquake vs. Tsunami","Deep underwater in the Marianas Trench an accident results in a devastating Tsunami that destroys the Hawaiian Islands as it continues toward the west coast. Panic ensues all up and down the western coast of North and South America. In an attempt to lessen its impact, scientists launch an underwater explosion that inadvertently makes the tsunami more powerful and focused on Los Angeles. Scientists rush to a solution while the military begins planning for the worst. Los Angeles begins emergency evacuation. Lives and loves are lost even as a brash young grad student comes up with a solution: start the mother of all earthquakes to counter the rushing torrent and raise the continental shelf off the coast of the United States.","1.789","/rTbWzMzU0qk03kSyiH28dhmMxfi.jpg","[{'id':6766,'logo_path':null,'name':'Tom Cat Films','origin_country':''},{'id':3682,'logo_path':null,'name':'Infinite Spectrum Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-12-13","0","85","[]","Released","One good disaster deserves another.","Disaster Wars: Earthquake vs. Tsunami","false","3.9","10" +"false","/lH2Ga8OzjU1XlxJ73shOlPx6cRw.jpg","null","350000","[{'id':18,'name':'Drama'}]","","389","tt0050083","en","12 Angry Men","The defense and the prosecution have rested and the jury is filing into the jury room to decide if a young Spanish-American is guilty or innocent of murdering his father. What begins as an open and shut case soon becomes a mini-drama of each of the jurors' prejudices and preconceptions about the trial, the accused, and each other.","16.378","/3W0v956XxSG5xgm7LB6qu8ExYJ2.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':10212,'logo_path':null,'name':'Orion-Nova Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1957-03-25","1000000","97","[{'iso_639_1':'en','name':'English'}]","Released","Life is in their hands. Death is on their minds.","12 Angry Men","false","8.4","3578" +"false","/AmZOxE83hNnJUKQ1nKoyZ5ea5T.jpg","null","63500","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","","28170","tt0068649","en","The Gore Gore Girls","A ditsy reporter enlists the help of a sleazy private eye to solve a series of gory killings of female strippers at a Chicago nightclub.","2.321","/vBe2P2aulcG03iCyRkzC821qCRh.jpg","[{'id':17071,'logo_path':null,'name':'Lewis Motion Picture Enterprisee','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1972-12-15","0","81","[{'iso_639_1':'en','name':'English'}]","Released","In screaming color","The Gore Gore Girls","false","5.8","25" +"false","/y77zrB4xXNF1klo3inOahxYkN5x.jpg","null","0","[{'id':37,'name':'Western'}]","","171019","tt0045041","en","Pony Soldier","Duncan MacDonald, a 19th-century Royal Canadian Mountie, has to escort a group of Cree Indians back to their above-the-border reservation. His guide in this endeavor is the not-too-trustworthy half-breed Natayo.","1.299","/kGIFf42l4GWsJoWVpNvL5E8d3Kn.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1952-04-01","0","82","[{'iso_639_1':'en','name':'English'}]","Released","Before the covered wagons...Before the charging cavalry...Rode the NORTHWEST MOUNTIE","Pony Soldier","false","4.7","5" +"false","/7QjoyyGdBV32x1sEh64dAnNjwg2.jpg","null","5000000","[{'id':53,'name':'Thriller'},{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","12521","tt0098320","en","Shocker","After being sent to the electric chair, a serial killer uses electricity to come back from the dead and carry out his vengeance on the football player who turned him in to the police.","8.327","/xEDmOhNGCKlWlS3mCiqLCVzBXVA.jpg","[{'id':17823,'logo_path':null,'name':'Alive Films','origin_country':''},{'id':80461,'logo_path':null,'name':'Carolco International N.V.','origin_country':''},{'id':69625,'logo_path':null,'name':'Universal City Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-10-27","16554699","109","[{'iso_639_1':'en','name':'English'}]","Released","On October 2, at 6:45 AM mass murderer Horace Pinker was put to death. Now, he's really mad.","Shocker","false","5.5","138" +"false","/szytSpLAyBh3ULei3x663mAv5ZT.jpg","null","175000000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","http://movies.disney.com/inside-out","150540","tt2096673","en","Inside Out","Growing up can be a bumpy road, and it's no exception for Riley, who is uprooted from her Midwest life when her father starts a new job in San Francisco. Like all of us, Riley is guided by her emotions - Joy, Fear, Anger, Disgust and Sadness. The emotions live in Headquarters, the control center inside Riley's mind, where they help advise her through everyday life. As Riley and her emotions struggle to adjust to a new life in San Francisco, turmoil ensues in Headquarters. Although Joy, Riley's main and most important emotion, tries to keep things positive, the emotions conflict on how best to navigate a new city, house and school.","32.305","/aAmfIX3TT40zUHGcCKrlOZRKC7u.jpg","[{'id':3,'logo_path':'/1TjvGVDMYsj6JBxOAkUHpPEwLf7.png','name':'Pixar','origin_country':'US'},{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-06-09","857611174","95","[{'iso_639_1':'en','name':'English'}]","Released","Meet the little voices inside your head.","Inside Out","false","8","12175" +"false","/6kfPspqA8bxp7Znw5fyOFBj0Agr.jpg","null","0","[{'id':16,'name':'Animation'}]","","217057","tt0498351","en","The Hero of Color City","An imaginative tale chronicling the adventures of a diverse band of crayons as they strive to protect not only their magical multihued homeland but the imagination of children everywhere from a terrifying monster.","4.802","/vanV7K0yPaBIFTWBdDIdy9bd1Qy.jpg","[{'id':2879,'logo_path':null,'name':'Exodus Film Group','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-10-03","0","77","[{'iso_639_1':'en','name':'English'}]","Released","","The Hero of Color City","false","5.3","8" +"false","/ke1ElBrgbSAF3D8YeP42uFKpVMN.jpg","null","0","[{'id':18,'name':'Drama'}]","","290542","tt1198156","en","You're Not You","A drama centered on a classical pianist who has been diagnosed with ALS and the brash college student who becomes her caregiver.","7.392","/tJl9pbuY8e3Qv9ylpC61tmm0B4h.jpg","[{'id':813,'logo_path':null,'name':'DiNovi Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-10-10","11486","104","[{'iso_639_1':'en','name':'English'}]","Released","Life is measured in moments that leave you breathless.","You're Not You","false","7.4","435" +"false","/knyJGCOYB1yjDU5OkFzuipuLIsv.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","83899","tt1853739","en","You're Next","When the Davison family comes under attack during their wedding anniversary getaway, the gang of mysterious killers soon learns that one of their victims harbors a secret talent for fighting back.","10.294","/tCQowhMukynSnIPJAh4zNdyDulG.jpg","[{'id':2395,'logo_path':'/pZz4qs03FtP6UGtZ3hjQ6qimcwi.png','name':'HanWay Films','origin_country':'GB'},{'id':15159,'logo_path':null,'name':'Snoot Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-09-10","14347000","95","[{'iso_639_1':'en','name':'English'}]","Released","Did You Remember To Lock Your Door?","You're Next","false","6.6","1209" +"false","/5W6lvvnwc4kXUcsPx0zum6ejQ2Q.jpg","null","125000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","http://www.yoursisterssister-themovie.com/","84355","tt1742336","en","Your Sister's Sister","Iris invites her friend Jack to stay at her family's island getaway after the death of his brother. At their remote cabin, Jack's drunken encounter with Hannah, Iris' sister, kicks off a revealing stretch of days.","8.147","/e9RqNtoG6HiMaNDQJIUTv0dM80u.jpg","[{'id':1424,'logo_path':null,'name':'Ada Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-09-11","3200000","90","[{'iso_639_1':'en','name':'English'}]","Released","A comedy about doing the right thing with the wrong person.","Your Sister's Sister","false","6.6","186" +"false","/6A3UPYZEnMUlUgC7XOMntvdT0ni.jpg","null","0","[{'id':37,'name':'Western'},{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'}]","","215379","tt2693664","en","Young Ones","In a future where water is scarce, a farmer defends his land and hopes to rejuvenate his parched soil. However, his daughter's boyfriend schemes to steal the land for himself.","6.248","/kCTYduARud4wGjv6sracsqsbDtq.jpg","[{'id':4186,'logo_path':null,'name':'Quickfire Films','origin_country':'GB'},{'id':8275,'logo_path':'/sFEzEe5Rk5jjAEuiuPyXHvCGD9f.png','name':'Spier Films','origin_country':''},{'id':38284,'logo_path':null,'name':'Bifrost Pictures','origin_country':''},{'id':39004,'logo_path':null,'name':'Subotica Entertainment','origin_country':'IE'}]","[{'iso_3166_1':'ZA','name':'South Africa'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'IE','name':'Ireland'}]","2014-06-28","0","100","[{'iso_639_1':'en','name':'English'}]","Released","In a future without water, vengeance will rain.","Young Ones","false","5.8","155" +"false","/llVClV0i94ELiR9dO47fJkPwbq6.jpg","{'id':9329,'name':'Young Guns Collection','poster_path':'/5Mb6Y6RnyHu8SzO5gQl2YgO8Z6n.jpg','backdrop_path':'/whZZ13xGyCLFn21yVhQ9RXMSuKh.jpg'}","13000000","[{'id':80,'name':'Crime'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':37,'name':'Western'}]","","11967","tt0096487","en","Young Guns","A group of young gunmen, led by Billy the Kid, become deputies to avenge the murder of the rancher who became their benefactor. But when Billy takes their authority too far, they become the hunted.","13.73","/wkGbwWHIM23BkmMBm7GQHaCZan8.jpg","[{'id':10210,'logo_path':null,'name':'Morgan Creek Productions','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-08-12","44726644","107","[{'iso_639_1':'en','name':'English'}]","Released","Six reasons why the west was wild.","Young Guns","false","6.7","396" +"false","/108DrCir1YkVyhyxRP6ukB0dZpS.jpg","null","2800000","[{'id':35,'name':'Comedy'}]","","3034","tt0072431","en","Young Frankenstein","A young neurosurgeon inherits the castle of his grandfather, the famous Dr. Victor von Frankenstein. In the castle he finds a funny hunchback, a pretty lab assistant and the elderly housekeeper. Young Frankenstein believes that the work of his grandfather was delusional, but when he discovers the book where the mad doctor described his reanimation experiment, he suddenly changes his mind.","13.055","/tQJAWbIjvvqVKLLbIZHtwGw2HTf.jpg","[{'id':1296,'logo_path':null,'name':'Crossbow Productions','origin_country':''},{'id':1297,'logo_path':null,'name':'Gruskoff/Venture Films','origin_country':''},{'id':1298,'logo_path':null,'name':'Jouer Limited','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1974-12-15","86273333","106","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","The scariest comedy of all time!","Young Frankenstein","false","7.9","1565" +"false","/exAFMvwgze8wYSDcLJsyQLbvZ7y.jpg","null","12000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://www.youngadultmovie.com/","57157","tt1625346","en","Young Adult","A divorced writer from the Midwest returns to her hometown to reconnect with an old flame, who's now married with a family.","10.006","/fuYkFeGLnRkwBB95zApqI5dETQP.jpg","[{'id':9350,'logo_path':'/xz60JVoUHpOeg1cJbxzMJiwbuL7.png','name':'Indian Paintbrush','origin_country':'US'},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':3574,'logo_path':null,'name':'Denver and Delilah Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-12-16","22939027","94","[{'iso_639_1':'en','name':'English'}]","Released","Everyone gets old. Not everyone grows up.","Young Adult","false","5.7","577" +"false","/5YcSv8k2510ZuZvSB1UdIRbTFs9.jpg","null","6400000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':10749,'name':'Romance'}]","http://www.sonyclassics.com/youngadam/","237","tt0289635","en","Young Adam","A young drifter working on a river barge disrupts his employers' lives while hiding the fact that he knows more about a dead woman found in the river than he admits.","6.246","/j5AElm05tPLuSNOeSQQOc3JXA1V.jpg","[{'id':11561,'logo_path':'/8HB3TFUeo83keAPHfFfrNtN2MmA.png','name':'Recorded Picture Company (RPC)','origin_country':'GB'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2003-09-26","2500000","93","[{'iso_639_1':'en','name':'English'}]","Released","Everyone has a past. Everyone has a secret.","Young Adam","false","5.9","73" +"false","/dElx5Fp68tAEa5qr30VhqwWBiHn.jpg","null","54000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://www.youmeanddupree.com/","1819","tt0463034","en","You, Me and Dupree","After standing in as best man for his longtime friend Carl Petersen, Randy Dupree loses his job, becomes a barfly and attaches himself to the newlywed couple almost permanently -- as their houseguest. But the longer Dupree camps out on their couch, the closer he gets to Carl's bride, Molly, leaving the frustrated groom wondering when his pal will be moving out.","9.565","/mtdjrysC3phP4ZtCjdTJsHfZtIU.jpg","[{'id':59957,'logo_path':null,'name':'MMCB Film Produktion 2004','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':11844,'logo_path':null,'name':'Kaplan/Perrone Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-07-14","130431368","108","[{'iso_639_1':'en','name':'English'}]","Released","Two's company. Dupree's a crowd.","You, Me and Dupree","false","5.5","726" +"false","/fQ1pbad5AsvuZgMVTLDy2mYPcR9.jpg","null","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","73500","tt1381418","en","You May Not Kiss the Bride","An unassuming pet photographer is thrown into serious action, adventure and romance when he's forced to marry a Croatian bride and spend his honeymoon at a remote tropical resort where she is kidnapped.","7.322","/biKfpOSaiWNMvugzKhHqtBJRx9Q.jpg","[{'id':37509,'logo_path':null,'name':'Luminair Film Productions','origin_country':''},{'id':37510,'logo_path':null,'name':'Hawaii Film Partners','origin_country':''},{'id':21448,'logo_path':null,'name':'Showcase Entertainment, Inc.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-04-03","0","97","[{'iso_639_1':'en','name':'English'}]","Released","Till honeymoon do us part","You May Not Kiss the Bride","false","5.7","92" +"false","/A6kObfbwk5n35ijsMSaNJi75y3U.jpg","{'id':353721,'name':'You Got Served Collection','poster_path':'/d9CoUQNgUztnM7Mwn3rHmRXdGK8.jpg','backdrop_path':null}","10000000","[{'id':10402,'name':'Music'},{'id':18,'name':'Drama'}]","","66767","tt1568139","en","Beat the World","Three dance crews ??? one Latin American, one European and one Canadian ??? prepare to battle at the International Beat the World competition in Detroit. Along the way, they struggle with gambling debt, bad break-ups and their own egos. In the final showdown to become world champions they find that their lifelong hopes, dreams and even lives, are at stake.","2.45","/dH47OqqMUYKtLbVjdmWYVMwDgd5.jpg","[{'id':64829,'logo_path':null,'name':'Inner City Films','origin_country':''},{'id':807,'logo_path':null,'name':'The Harold Greenberg Fund','origin_country':''},{'id':11576,'logo_path':null,'name':'Ontario Media Development Corporation (OMDC)','origin_country':''},{'id':806,'logo_path':'/kcNh09qqR2Pkw1JAzRW4CommrW4.png','name':'T??l??film Canada','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2011-06-10","0","91","[{'iso_639_1':'en','name':'English'}]","Released","Feel the beat, live the dream.","Beat the World","false","4.8","25" +"false","/5WVCXiuJPMsRbRFRsH7khHszswF.jpg","null","90000000","[{'id':35,'name':'Comedy'},{'id':28,'name':'Action'}]","http://www.youdontmesswiththezohan.com/","10661","tt0960144","en","You Don't Mess with the Zohan","An Israeli counterterrorism soldier with a secretly fabulous ambition to become a Manhattan hairstylist. Zohan's desire runs so deep that he'll do anything -- including faking his own death and going head-to-head with an Arab cab driver -- to make his dreams come true.","13.599","/3n9FYKLJVqwrZ7Wf96eoF2cAowU.jpg","[{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':2608,'logo_path':'/g3YRudXiQzHesQqRXvnhFpMzfkU.png','name':'Happy Madison Productions','origin_country':'US'},{'id':3045,'logo_path':'/5jNRqXspCmQ3XkHNzuZIbvnHOWw.png','name':'Sony Pictures Releasing','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-06-05","201596308","113","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'he','name':'????????????????'}]","Released","Lather. Rinse. Save the world.","You Don't Mess with the Zohan","false","5.5","1855" +"false","/3X97h581eY2EX4QBXGHLKmjUQ4n.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","137528","tt1691452","en","You Can't Kill Stephen King","Siblings Monroe (Monroe Mann) and Hilary (Crystal Arnette) have discovered that they have inherited a lake house and to make things even better, the famous horror author Stephen King is rumoured to live somewhere nearby. They decide to take their friends down to the lake house to check things out, only to find immediate resistance from all of the locals, who insist that King doesn't live in the area. Despite being completely unwelcome, they decide to stay and soon find that people are being killed one by one in a manner similar to several deaths in various Stephen King stories.","2.062","/2F0CBnYlweumkaW0Bo2gMAR9MXv.jpg","[{'id':18120,'logo_path':null,'name':'Loco Dawn Films','origin_country':''},{'id':18121,'logo_path':null,'name':'Clownfish Productions','origin_country':''},{'id':18122,'logo_path':null,'name':'Maine Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-04-14","0","86","[{'iso_639_1':'en','name':'English'}]","Released","Based on a true story... sort of.","You Can't Kill Stephen King","false","4.6","20" +"false","/uSPlxOT3MppHyfP74mD8oUjlIQe.jpg","null","80000000","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'}]","http://www.yogibear.com/","41515","tt1302067","en","Yogi Bear","A documentary filmmaker travels to Jellystone Park to shoot a project and soon crosses paths with Yogi Bear, his sidekick Boo-Boo, and Ranger Smith.","9.583","/naXRBb196JsxbYlyQf9DNm6hBbq.jpg","[{'id':5219,'logo_path':null,'name':'Sunswept Entertainment','origin_country':''},{'id':2609,'logo_path':'/ocmrEBfmecJvrbIM4C50vjYWtlq.png','name':'De Line Pictures','origin_country':'US'},{'id':13481,'logo_path':null,'name':'Rhythm and Hues','origin_country':''},{'id':19045,'logo_path':null,'name':'Picnic Basket','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'NZ','name':'New Zealand'}]","2010-12-17","201584141","80","[{'iso_639_1':'en','name':'English'}]","Released","Life's a Pic-A-Nic.","Yogi Bear","false","5.3","371" +"false","/oe32Z6gfjeNldrEPQWIrW1IbSaF.jpg","null","70000000","[{'id':35,'name':'Comedy'}]","","10201","tt1068680","en","Yes Man","Carl Allen has stumbled across a way to shake free of post-divorce blues and a dead-end job: embrace life and say yes to everything.","12.025","/zqSqnHb045TN8Lzt2X4IVy8dfAW.jpg","[{'id':80,'logo_path':null,'name':'The Zanuck Company','origin_country':'US'},{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':437,'logo_path':'/nu20mtwbEIhUNnQ5NXVhHsNknZj.png','name':'Heyday Films','origin_country':'GB'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-12-09","225990978","104","[{'iso_639_1':'et','name':'Eesti'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","One Word Can Change Everything.","Yes Man","false","6.5","3344" +"false","/f8QpPzYH2YdmL1n1TA64khnzywg.jpg","null","12000000","[{'id':10402,'name':'Music'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","10269","tt0086619","en","Yentl","Rebbe Mendel is a single father who teaches the Talmud, a sacred text of Judaism, to the boys of his small Polish town. Behind closed doors, he also instructs his daughter, Yentl, despite the fact that girls are forbidden to study religious scripture. When Yentl's father dies, she still has a strong desire to learn about her faith -- so she disguises herself as a male, enrolls in a religious school, and unexpectedly finds love along the way.","6.079","/3CGuXcT3j8vEAhjgqqL1bxHCCH0.jpg","[{'id':8845,'logo_path':null,'name':'Ladbroke','origin_country':''},{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':3645,'logo_path':null,'name':'Barwood Films','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1983-11-18","30400000","132","[{'iso_639_1':'en','name':'English'}]","Released","In a time when the world of study belonged only to men, there lived a girl who dared to ask why?","Yentl","false","6.3","83" +"false","/bPanV7AwE7OwjmcSgY8YJN99gDa.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':12,'name':'Adventure'}]","","11609","tt0086618","en","Yellowbeard","For years Yellowbeard had looted the Spanish Main, making men eat their lips and swallow their hearts. Caught and convicted for tax evasion, he's sentenced to 20 years in St. Victim's Prison for the Extremely Naughty. In a scheme to confiscate his fabulous treasure, the Royal Navy allows him to escape and follows him, where saucy tarts, lisping demigods and some awful puns and punishments await.","4.315","/qom9prcVvoERJ6bzOOcBSdSUzin.jpg","[{'id':16599,'logo_path':null,'name':'Yellowbeard Associates','origin_country':''},{'id':469,'logo_path':null,'name':'Hemdale Film Corporation','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1983-06-24","4300000","96","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'it','name':'Italiano'}]","Released","A Shipload of Laughs.","Yellowbeard","false","5.8","55" +"false","/k4f31hLlRXlpLPsALVqaDrBnpop.jpg","null","60000000","[{'id':35,'name':'Comedy'},{'id':12,'name':'Adventure'}]","","17610","tt1045778","en","Year One","When a couple of lazy hunter-gatherers are banished from their primitive village, they set off on an epic journey through the ancient world.","10.011","/rrxNnCsUjajdvG9WGm4ePznCqn9.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':10105,'logo_path':'/bN4tiAS8oNlHhIqq66KBPQ1Ekqh.png','name':'Apatow Productions','origin_country':'US'},{'id':7433,'logo_path':null,'name':'Ocean Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-06-18","62357900","97","[{'iso_639_1':'en','name':'English'}]","Released","Meet your ancestors","Year One","false","4.7","897" +"false","/58BOLbf2ShjhVVtT7twnUEeangh.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","","3087","tt0035575","en","Yankee Doodle Dandy","A film of the life of the renowned musical composer, playwright, actor, dancer and singer George M. Cohan.","6.397","/cqLLIyJFjLr6jGOxWVEHG11WGzB.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1942-06-06","0","126","[{'iso_639_1':'en','name':'English'}]","Released","Get ready to Laugh, to Sing, to Shout! ...For here comes Uncle Sam's Star Spangled Yankee Doodle Dandy!","Yankee Doodle Dandy","false","7.2","79" +"false","/gNI9gwuzVEnDYylNvMrMLcS7IzB.jpg","{'id':52785,'name':'xXx Collection','poster_path':'/omRo1Pw4phlELRgYOQ7RyAlccLt.jpg','backdrop_path':'/jSfCi0onZRDxbeg2dPJgB5iAoxX.jpg'}","70000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","http://www.sonypictures.com/movies/xxx/","7451","tt0295701","en","xXx","Xander Cage is your standard adrenaline junkie with no fear and a lousy attitude. When the US Government ""recruits"" him to go on a mission, he's not exactly thrilled. His mission: to gather information on an organization that may just be planning the destruction of the world, led by the nihilistic Yorgi.","14.721","/86BnliVDBo2TjKmrgQTJIPHxAKd.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':333,'logo_path':'/5xUJfzPZ8jWJUDzYtIeuPO4qPIa.png','name':'Original Film','origin_country':'US'},{'id':497,'logo_path':'/pMyhOBd3sCiLzBlmIopdJkcUFtn.png','name':'Revolution Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-08-09","277448382","124","[{'iso_639_1':'cs','name':'??esk??'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'ru','name':'P????????????'}]","Released","A New Breed Of Secret Agent.","xXx","false","5.8","2286" +"false","/ZvUMs5ldKf9SJseXvYslmozkRT.jpg","{'id':52785,'name':'xXx Collection','poster_path':'/omRo1Pw4phlELRgYOQ7RyAlccLt.jpg','backdrop_path':'/jSfCi0onZRDxbeg2dPJgB5iAoxX.jpg'}","60000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","http://www.sonypictures.com/movies/xxxstateoftheunion/","11679","tt0329774","en","xXx: State of the Union","Ice Cube stars as Darius Stone, a thrill-seeking troublemaker whose criminal record and extreme sports obsession make him the perfect candidate to be the newest XXX agent. He must save the U.S. government from a deadly conspiracy led by five-star general and Secretary of Defense George Deckert (played by Willem Dafoe).","11.418","/yWKeTc8cxSZoDy5X45q3c64iN7v.jpg","[{'id':497,'logo_path':'/pMyhOBd3sCiLzBlmIopdJkcUFtn.png','name':'Revolution Studios','origin_country':''},{'id':333,'logo_path':'/5xUJfzPZ8jWJUDzYtIeuPO4qPIa.png','name':'Original Film','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-04-27","71073932","101","[{'iso_639_1':'en','name':'English'}]","Released","Prepare for the next level","xXx: State of the Union","false","4.7","933" +"false","/u2FxA8fDt0uQAnHKTwWGgkPShoL.jpg","{'id':748,'name':'X-Men Collection','poster_path':'/1Zo4J5SAni8lyXt7NxJwJZ0f0ip.jpg','backdrop_path':'/Abnosho2v3bcdvDww6T7Hfeczm1.jpg'}","110000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","36658","tt0290334","en","X2","Professor Charles Xavier and his team of genetically gifted superheroes face a rising tide of anti-mutant sentiment led by Col. William Stryker. Storm, Wolverine and Jean Grey must join their usual nemeses ??? Magneto and Mystique ??? to unhinge Stryker's scheme to exterminate all mutants.","1.274","/2ucMY4dPE4gGLPgDdYgyggYHBkF.jpg","[{'id':79026,'logo_path':null,'name':'XM2 Productions','origin_country':''},{'id':19551,'logo_path':'/2WpWp9b108hizjHKdA107hFmvQ5.png','name':'Marvel Enterprises','origin_country':'US'},{'id':431,'logo_path':null,'name':'The Donners' Company','origin_country':'US'},{'id':9168,'logo_path':'/hQNXrYIuyLRxMSBuGHk0GX7CCBS.png','name':'Bad Hat Harry Productions','origin_country':'US'},{'id':79027,'logo_path':null,'name':'XF2 Canada Productions','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-04-24","407711549","133","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'it','name':'Italiano'}]","Released","The time has come for those who are different to stand united.","X2","false","6.9","5873" +"false","/y7FF7zv8745LXYHhwXUzqzoY2sQ.jpg","null","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'},{'id':9648,'name':'Mystery'}]","","26865","tt0049967","en","X: The Unknown","When a fissure explosively opens in an English mud flat during a military exercise there, injuring one soldier and killing another, an American research scientist at a nearby nuclear plant joins with a British investigator to discover why the victims were radioactively burned and why, shortly thereafter, a series of radiation-related incidents are occurring in an ever-growing straight line away from the fissure.","2.219","/yr2qWWNwsTTKwAgfTFgdDHBfprB.jpg","[{'id':1314,'logo_path':'/gQBluDqe6dc2ZdzfJbabEHoSGoG.png','name':'Hammer Film Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1956-09-21","0","81","[{'iso_639_1':'en','name':'English'}]","Released","It rises from 2000 miles below the earth to melt everything in it's path!","X: The Unknown","false","6.1","35" +"false","/b8cZvjNIQ1nhYibnRWMKiG8Gs5o.jpg","null","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","32569","tt0057693","en","X: The Man with the X-Ray Eyes","The story concerns Dr James Xavier, ably portrayed by Ray Milland. He has invented a serum for improving human vision. When his funding is cut he proceeds to experiment on himself -- with horrifying results. From the director who gave you Swamp Women, The Wasp Woman, and The Beast with a Million Eyes!","5.606","/uyKT18IbzzKOoECknPY2iehuLXT.jpg","[{'id':4820,'logo_path':null,'name':'Alta Vista Productions','origin_country':''},{'id':9266,'logo_path':null,'name':'American International Pictures (AIP)','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1963-09-18","0","79","[{'iso_639_1':'en','name':'English'}]","Released","Suddenly he could see through clothes, flesh??? and walls!","X: The Man with the X-Ray Eyes","false","6.5","65" +"false","/crCPOQfCrvSxJuJA7Ne1QSbTqKp.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':10749,'name':'Romance'}]","http://www.xthemovie.com.au/","73454","tt1661099","en","X","Holly Rowe's retiring, kissing her callgirl life goodbye. She just has to get through her last night on the job. Shay Ryan's a teenage runaway, broke and alone. She just has to get through her first night as a hooker. Then fate throws them together on a job that goes horribly wrong and they're trapped on an out-of-control roller coaster ride, through the twilight zone of sex-for-sale. X is a sizzling adults-only thriller about love, chance, escape and the oldest profession experienced by two women, on a night that will change their lives forever.","6.39","/jrjLmDzn4tzOblDiH9y6RFbt9xO.jpg","[]","[{'iso_3166_1':'AU','name':'Australia'}]","2010-12-31","0","90","[{'iso_639_1':'en','name':'English'}]","Released","A jaded call-girl. A fledgling hooker. The night from hell.","X","false","5.7","57" +"false","/w3Yc8wi2jYLaOyCW6b6svf1B0MG.jpg","{'id':748,'name':'X-Men Collection','poster_path':'/1Zo4J5SAni8lyXt7NxJwJZ0f0ip.jpg','backdrop_path':'/Abnosho2v3bcdvDww6T7Hfeczm1.jpg'}","210000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","36668","tt0376994","en","X-Men: The Last Stand","When a cure is found to treat mutations, lines are drawn amongst the X-Men and The Brotherhood, a band of powerful mutants organized under Xavier's former ally, Magneto.","1.424","/9jsW4RurucTwCEtA5iWV2PmIv11.jpg","[{'id':19551,'logo_path':'/2WpWp9b108hizjHKdA107hFmvQ5.png','name':'Marvel Enterprises','origin_country':'US'},{'id':431,'logo_path':null,'name':'The Donners' Company','origin_country':'US'},{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'},{'id':445,'logo_path':null,'name':'Major Studio Partners','origin_country':''},{'id':9168,'logo_path':'/hQNXrYIuyLRxMSBuGHk0GX7CCBS.png','name':'Bad Hat Harry Productions','origin_country':'US'},{'id':79028,'logo_path':null,'name':'X3 Canada Productions','origin_country':''},{'id':79029,'logo_path':null,'name':'X3US Productions','origin_country':''},{'id':79030,'logo_path':null,'name':'XM3 Service','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'},{'id':446,'logo_path':null,'name':'thinkfilm','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2006-05-24","459359555","104","[{'iso_639_1':'en','name':'English'}]","Released","Take a Stand","X-Men: The Last Stand","false","6.4","5625" +"false","/mEuDxpLNBCarVgXRqDznHT7bdS8.jpg","{'id':453993,'name':'The Wolverine Collection','poster_path':'/c18HVnKTybcAUYVQd8rOcdbqwY.jpg','backdrop_path':'/QtSxEuCwcZSfCTMZfER3nHDVsG.jpg'}","150000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","http://www.x-menorigins.com/","2080","tt0458525","en","X-Men Origins: Wolverine","After seeking to live a normal life, Logan sets out to avenge the death of his girlfriend by undergoing the mutant Weapon X program and becoming Wolverine.","2.04","/kqO36IYvWbRKMPiUeiVZUFH06Rc.jpg","[{'id':7505,'logo_path':'/837VMM4wOkODc1idNxGT0KQJlej.png','name':'Marvel Entertainment','origin_country':'US'},{'id':431,'logo_path':null,'name':'The Donners' Company','origin_country':'US'},{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'},{'id':9076,'logo_path':null,'name':'Seed Productions','origin_country':''},{'id':9168,'logo_path':'/hQNXrYIuyLRxMSBuGHk0GX7CCBS.png','name':'Bad Hat Harry Productions','origin_country':'US'},{'id':10893,'logo_path':null,'name':'Big Screen Productions','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-04-28","373062864","107","[{'iso_639_1':'en','name':'English'}]","Released","Witness the Origin.","X-Men Origins: Wolverine","false","6.2","6244" +"false","/39nstYsfjR6ggyKTtB4Joga2fs8.jpg","{'id':748,'name':'X-Men Collection','poster_path':'/1Zo4J5SAni8lyXt7NxJwJZ0f0ip.jpg','backdrop_path':'/Abnosho2v3bcdvDww6T7Hfeczm1.jpg'}","160000000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':12,'name':'Adventure'}]","http://www.x-menfirstclassmovie.com/","49538","tt1270798","en","X-Men: First Class","Before Charles Xavier and Erik Lensherr took the names Professor X and Magneto, they were two young men discovering their powers for the first time. Before they were arch-enemies, they were closest of friends, working together with other mutants (some familiar, some new), to stop the greatest threat the world has ever known.","1.111","/7SSm7BfzFoVzmd6fCDccj7qRxc8.jpg","[{'id':290,'logo_path':'/Q8mw2AOQQc8Qg0uNwLWq86DVZv.png','name':'Ingenious Media','origin_country':'GB'},{'id':289,'logo_path':null,'name':'Ingenious Film Partners','origin_country':''},{'id':431,'logo_path':null,'name':'The Donners' Company','origin_country':'US'},{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'},{'id':6332,'logo_path':null,'name':'Dune Entertainment III','origin_country':'US'},{'id':7505,'logo_path':'/837VMM4wOkODc1idNxGT0KQJlej.png','name':'Marvel Entertainment','origin_country':'US'},{'id':9168,'logo_path':'/hQNXrYIuyLRxMSBuGHk0GX7CCBS.png','name':'Bad Hat Harry Productions','origin_country':'US'},{'id':10893,'logo_path':null,'name':'Big Screen Productions','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-06-01","353624124","132","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Witness the moment that will change our world.","X-Men: First Class","false","7.2","7907" +"false","/5LBcSLHAtEIIgvNkA2dPmYH5wR7.jpg","{'id':748,'name':'X-Men Collection','poster_path':'/1Zo4J5SAni8lyXt7NxJwJZ0f0ip.jpg','backdrop_path':'/Abnosho2v3bcdvDww6T7Hfeczm1.jpg'}","250000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'}]","http://www.x-menmovies.com/","127585","tt1877832","en","X-Men: Days of Future Past","The ultimate X-Men ensemble fights a war for the survival of the species across two time periods as they join forces with their younger selves in an epic battle that must change the past ??? to save our future.","40.058","/pb1IURTkK5rImP9ZV83lxJO2us7.jpg","[{'id':76043,'logo_path':'/9RO2vbQ67otPrBLXCaC8UMp3Qat.png','name':'Revolution Sun Studios','origin_country':'US'},{'id':431,'logo_path':null,'name':'The Donners' Company','origin_country':'US'},{'id':7505,'logo_path':'/837VMM4wOkODc1idNxGT0KQJlej.png','name':'Marvel Entertainment','origin_country':'US'},{'id':9168,'logo_path':'/hQNXrYIuyLRxMSBuGHk0GX7CCBS.png','name':'Bad Hat Harry Productions','origin_country':'US'},{'id':22213,'logo_path':'/qx9K6bFWJupwde0xQDwOvXkOaL8.png','name':'TSG Entertainment','origin_country':'US'},{'id':37336,'logo_path':null,'name':'Down Productions','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2014-05-15","747862775","131","[{'iso_639_1':'en','name':'English'}]","Released","To save the future, they must alter the past","X-Men: Days of Future Past","false","7.5","9703" +"false","/xm75A18CE7Wc6J9k2ZidFyqJ6rX.jpg","{'id':748,'name':'X-Men Collection','poster_path':'/1Zo4J5SAni8lyXt7NxJwJZ0f0ip.jpg','backdrop_path':'/Abnosho2v3bcdvDww6T7Hfeczm1.jpg'}","75000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","","36657","tt0120903","en","X-Men","Two mutants, Rogue and Wolverine, come to a private academy for their kind whose resident superhero team, the X-Men, must oppose a terrorist organization with similar powers.","1.608","/k01Q6ATbfzNJgw4Zuoj0LTY3T9x.jpg","[{'id':19551,'logo_path':'/2WpWp9b108hizjHKdA107hFmvQ5.png','name':'Marvel Enterprises','origin_country':'US'},{'id':431,'logo_path':null,'name':'The Donners' Company','origin_country':'US'},{'id':9168,'logo_path':'/hQNXrYIuyLRxMSBuGHk0GX7CCBS.png','name':'Bad Hat Harry Productions','origin_country':'US'},{'id':22969,'logo_path':null,'name':'Springwood Productions','origin_country':''},{'id':22970,'logo_path':null,'name':'Genetics Productions','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-07-13","296339527","104","[{'iso_639_1':'en','name':'English'}]","Released","Evolution Begins","X-Men","false","6.9","6566" +"false","/qBXTiIZ55Ce3U5HYq8uiNEllPIm.jpg","null","0","[{'id':27,'name':'Horror'}]","https://www.facebook.com/wyrmwoodmovie","290999","tt2535470","en","Wyrmwood: Road of the Dead","Barry is a talented mechanic and family man whose life is torn apart on the eve of a zombie apocalypse. His sister, Brooke, is kidnapped by a sinister team of gas-mask wearing soldiers & experimented on by a psychotic doctor. While Brooke plans her escape Barry goes out on the road to find her & teams up with Benny, a fellow survivor - together they must arm themselves and prepare to battle their way through hordes of flesh-eating monsters in a harsh Australian bushland.","6.122","/l956WoDpwQ0nWOQXmrMVu11mzKe.jpg","[{'id':32400,'logo_path':null,'name':'Guerilla Films','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2014-09-19","0","98","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","Mad Max meets Dawn Of The Dead","Wyrmwood: Road of the Dead","false","6.2","234" +"false","/euv2zu83YBRQDOjcsPy3vWkyO5n.jpg","{'id':52985,'name':'Wrong Turn Collection','poster_path':'/dtfQY5ZxvdHNG4HqNDy0ifwk1q6.jpg','backdrop_path':'/32IsLLCoj3mIkZbLfCKSXZVqd3k.jpg'}","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","125509","tt2375779","en","Wrong Turn 5: Bloodlines","A small West Virginia town is hosting the legendary Mountain Man Festival on Halloween, where throngs of costumed party goers gather for a wild night of music and mischief. But an inbred family of hillbilly cannibals kill the fun when they trick and treat themselves to a group of visiting college students.","17.25","/olnVrUyoL2ntBBuipvXBecCbTBX.jpg","[{'id':3635,'logo_path':'/e4dCQJpJjwL46i1WuGpTIO3srL6.png','name':'20th Century Fox Home Entertainment','origin_country':'US'},{'id':5755,'logo_path':'/53JWq1rzbAXzbh1rnFo3XdqsAUh.png','name':'Constantin Film Produktion','origin_country':''},{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-10-23","0","91","[{'iso_639_1':'en','name':'English'}]","Released","The inbred hillbillies are back!","Wrong Turn 5: Bloodlines","false","4.9","381" +"false","/lWU9q6992huj0TPi53kemgYGPo8.jpg","{'id':52985,'name':'Wrong Turn Collection','poster_path':'/dtfQY5ZxvdHNG4HqNDy0ifwk1q6.jpg','backdrop_path':'/32IsLLCoj3mIkZbLfCKSXZVqd3k.jpg'}","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","71672","tt1865567","en","Wrong Turn 4: Bloody Beginnings","Follows a group of friends that decide to go snowmobiling during their winter break. They make a ""wrong turn"", getting lost in a storm.","14.052","/ogAYr3SdD5j2bFRX5briSOhe0Rw.jpg","[{'id':5755,'logo_path':'/53JWq1rzbAXzbh1rnFo3XdqsAUh.png','name':'Constantin Film Produktion','origin_country':''},{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'},{'id':3635,'logo_path':'/e4dCQJpJjwL46i1WuGpTIO3srL6.png','name':'20th Century Fox Home Entertainment','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2011-10-17","0","93","[{'iso_639_1':'en','name':'English'}]","Released","These hillbillies are going crazy.","Wrong Turn 4: Bloody Beginnings","false","5.4","388" +"false","/xywrNUGd9TYsa2lxRMbVRd8hsom.jpg","{'id':52985,'name':'Wrong Turn Collection','poster_path':'/dtfQY5ZxvdHNG4HqNDy0ifwk1q6.jpg','backdrop_path':'/32IsLLCoj3mIkZbLfCKSXZVqd3k.jpg'}","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","23823","tt1261978","en","Wrong Turn 3: Left for Dead","A group of people find themselves trapped in the backwoods of West Virginia, fighting for their lives against a group of vicious and horribly disfigured inbred cannibals.","15.647","/84s4LMWuGbm4xPWW5PSbHyQhh33.jpg","[{'id':47,'logo_path':'/i7Z9ot2o3N5Sa3HrF09kniFs2y8.png','name':'Constantin Film','origin_country':'DE'},{'id':3635,'logo_path':'/e4dCQJpJjwL46i1WuGpTIO3srL6.png','name':'20th Century Fox Home Entertainment','origin_country':'US'},{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-01-01","0","91","[{'iso_639_1':'en','name':'English'}]","Released","What you don't see will kill you.","Wrong Turn 3: Left for Dead","false","5.1","402" +"false","/creyffSSB77AsPHclQlVc2Iu2BR.jpg","{'id':52985,'name':'Wrong Turn Collection','poster_path':'/dtfQY5ZxvdHNG4HqNDy0ifwk1q6.jpg','backdrop_path':'/32IsLLCoj3mIkZbLfCKSXZVqd3k.jpg'}","12600000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","9902","tt0295700","en","Wrong Turn","Chris crashes into a carload of other young people, and the group of stranded motorists is soon lost in the woods of West Virginia, where they're hunted by three cannibalistic mountain men who are grossly disfigured by generations of inbreeding.","15.803","/kyn0ZC8tvLWuKN85mhlG1lwB1WQ.jpg","[{'id':53350,'logo_path':null,'name':'DCP Wrong Turn Productions','origin_country':''},{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'},{'id':506,'logo_path':null,'name':'Newmarket Capital Group','origin_country':'US'},{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':5755,'logo_path':'/53JWq1rzbAXzbh1rnFo3XdqsAUh.png','name':'Constantin Film Produktion','origin_country':''},{'id':24211,'logo_path':null,'name':'Stan Winston Studio','origin_country':''},{'id':24212,'logo_path':null,'name':'Media Cooperation One','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2003-05-30","28650575","84","[{'iso_639_1':'en','name':'English'}]","Released","It's the last one you'll ever take.","Wrong Turn","false","6.1","1112" +"false","/6hBIRNqGhaFxMHLRyudhRJOJGHt.jpg","{'id':52985,'name':'Wrong Turn Collection','poster_path':'/dtfQY5ZxvdHNG4HqNDy0ifwk1q6.jpg','backdrop_path':'/32IsLLCoj3mIkZbLfCKSXZVqd3k.jpg'}","4000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","13186","tt0804555","en","Wrong Turn 2: Dead End","Retired military commander Colonel Dale Murphy hosts the simulated post-apocalyptic reality show where participants are challenged to survive a remote West Virginia wasteland. But the show turns into a nightmarish showdown when each realizes they are being hunted by an inbred family of cannibals determined to make them all dinner!","21.269","/ftmiyfrTrqTi5Qod62nGRP9BGPn.jpg","[{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'},{'id':47,'logo_path':'/i7Z9ot2o3N5Sa3HrF09kniFs2y8.png','name':'Constantin Film','origin_country':'DE'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2007-08-25","0","96","[{'iso_639_1':'en','name':'English'}]","Released","Evil Awaits.","Wrong Turn 2: Dead End","false","5.6","521" +"false","/fIuaMnuGMT5D38NqnxkH32OI292.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'}]","","158990","tt2166616","en","Wrong Cops","A group of bad cops look to dispose of a body that one of them accidentally shot.","5.587","/47ZWT3ZP4nszUcf1oUBZNxA3jfX.jpg","[{'id':44486,'logo_path':null,'name':'Timwe','origin_country':''},{'id':20856,'logo_path':null,'name':'Realitism Films','origin_country':''},{'id':318,'logo_path':'/q0UG4oZERwIywJdDPF4lRlvdYGW.png','name':'CTB Film Company','origin_country':'RU'},{'id':20857,'logo_path':null,'name':'Rubber Films','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'RU','name':'Russia'}]","2013-12-18","0","83","[{'iso_639_1':'en','name':'English'}]","Released","","Wrong Cops","false","6.1","109" +"false","/hRUv1HhFvhbBQThKwOEoCEtJrpT.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':9648,'name':'Mystery'}]","","83186","tt1901040","fr","Wrong","Dolph Springer wakes up one morning to realize he has lost the love of his life, his dog, Paul. During his quest to get Paul (and his life) back, Dolph radically changes the lives of others -- risking his sanity all the while.","6.14","/2e6Sf9ZuMdF566MbXfM6zdVd0RC.jpg","[{'id':6929,'logo_path':null,'name':'Realitism','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'FR','name':'France'}]","2012-09-05","0","94","[{'iso_639_1':'en','name':'English'}]","Released","","Wrong","false","6.3","146" +"false","/mLJNZhoySaaloskNrfYAmIVN9iA.jpg","{'id':404825,'name':'Wreck-It Ralph Collection','poster_path':'/ybIRfvxi0iNauoOAGyRRAZE6QQh.jpg','backdrop_path':'/1LNZm2v010cOEXDWIMAQZmxuaA4.jpg'}","165000000","[{'id':10751,'name':'Family'},{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':12,'name':'Adventure'}]","http://disney.go.com/wreck-it-ralph","82690","tt1772341","en","Wreck-It Ralph","Wreck-It Ralph is the 9-foot-tall, 643-pound villain of an arcade video game named Fix-It Felix Jr., in which the game's titular hero fixes buildings that Ralph destroys. Wanting to prove he can be a good guy and not just a villain, Ralph escapes his game and lands in Hero's Duty, a first-person shooter where he helps the game's hero battle against alien invaders. He later enters Sugar Rush, a kart racing game set on tracks made of candies, cookies and other sweets. There, Ralph meets Vanellope von Schweetz who has learned that her game is faced with a dire threat that could affect the entire arcade, and one that Ralph may have inadvertently started.","22.453","/emJc3atQsh2vnTgogQiyDIHKKPB.jpg","[{'id':6125,'logo_path':'/tVPmo07IHhBs4HuilrcV0yujsZ9.png','name':'Walt Disney Animation Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-11-01","471222889","101","[{'iso_639_1':'en','name':'English'}]","Released","The story of a regular guy just looking for a little wreck-ognition.","Wreck-It Ralph","false","7.3","7475" +"false","/mdDiviHKdjYZ8kFZKaoz4ZfYcwM.jpg","{'id':86780,'name':'Clash of the Titans Collection','poster_path':'/3TXIuCHr2m9oZcLJOc5qo9o5WsT.jpg','backdrop_path':'/vmE52XvE2yWWQFt4g1x17K070gY.jpg'}","150000000","[{'id':14,'name':'Fantasy'},{'id':12,'name':'Adventure'},{'id':28,'name':'Action'}]","http://www.wrathofthetitansmovie.org","57165","tt1646987","en","Wrath of the Titans","A decade after his heroic defeat of the monstrous Kraken, Perseus-the demigod son of Zeus-is attempting to live a quieter life as a village fisherman and the sole parent to his 10-year old son, Helius. Meanwhile, a struggle for supremacy rages between the gods and the Titans. Dangerously weakened by humanity's lack of devotion, the gods are losing control of the imprisoned Titans and their ferocious leader, Kronos, father of the long-ruling brothers Zeus, Hades and Poseidon.","13.94","/Albfq3ziSCQVyh5PzMSsFmmgHmy.jpg","[{'id':3528,'logo_path':'/cCzCClIzIh81Fa79hpW5nXoUsHK.png','name':'Thunder Road Pictures','origin_country':'US'},{'id':923,'logo_path':'/5UQsZrfbfG2dYJbx8DxfoTr2Bvu.png','name':'Legendary Entertainment','origin_country':'US'},{'id':24175,'logo_path':null,'name':'Cott Productions','origin_country':''},{'id':24176,'logo_path':null,'name':'Furia de Titanes II, A.I.E.','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'US','name':'United States of America'}]","2012-03-27","301000000","99","[{'iso_639_1':'en','name':'English'}]","Released","Feel the Wrath","Wrath of the Titans","false","5.6","2343" +"false","/wQD3Mh4ALrr2G5rCVbFzL4dARW8.jpg","null","10000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","http://www.worldsgreatestdadfilm.com/","20178","tt1262981","en","World's Greatest Dad","In the wake of a freak accident, Lance suffers the worst tragedy and the greatest opportunity of his life. He is suddenly faced with the possibility of fame, fortune and popularity, if he can only live with the knowledge of how he got there.","6.965","/AsPNGlEc1eJK7Ku2QyTDB5oincl.jpg","[{'id':1030,'logo_path':'/bus7KzJshT0VMXuKR7dwK5bqPSO.png','name':'Magnolia Pictures','origin_country':'US'},{'id':7357,'logo_path':null,'name':'Jerkschool Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-08-20","295750","99","[{'iso_639_1':'en','name':'English'}]","Released","Lance Clayton is about to get everything he deserves.","World's Greatest Dad","false","6.6","282" +"false","/xMOQVYLeIKBXenJ9KMeasj7S64y.jpg","null","200000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","http://www.worldwarzmovie.com","72190","tt0816711","en","World War Z","Life for former United Nations investigator Gerry Lane and his family seems content. Suddenly, the world is plagued by a mysterious infection turning whole human populations into rampaging mindless zombies. After barely escaping the chaos, Lane is persuaded to go on a mission to investigate this disease. What follows is a perilous trek around the world where Lane must brave horrific dangers and long odds to find answers before human civilization falls.","16.189","/Ha5t0J21eyiq6Az1EXzx0iwsGH.jpg","[{'id':3281,'logo_path':'/8tMybAieh64uzvm8knSjXOFX8Qc.png','name':'GK Films','origin_country':'GB'},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':9169,'logo_path':null,'name':'Hemisphere Media Capital','origin_country':''},{'id':23644,'logo_path':null,'name':'2DUX??','origin_country':''},{'id':11956,'logo_path':null,'name':'Apparatus Productions','origin_country':''},{'id':19108,'logo_path':null,'name':'Latina Pictures','origin_country':'MT'},{'id':82819,'logo_path':'/5Z8WWr0Lf1tInVWwJsxPP0uMz9a.png','name':'Skydance Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'MT','name':'Malta'}]","2013-06-20","531865000","116","[{'iso_639_1':'en','name':'English'}]","Released","Remember Philly!","World War Z","false","6.7","8805" +"false","/wcyLZBgMlUXi4CQ8IVAO31rqNih.jpg","null","65000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':53,'name':'Thriller'}]","","1852","tt0469641","en","World Trade Center","On September, 11th 2001, after the terrorist attack to the World Trade Center, the building collapses over the rescue team from the Port Authority Police Department. Will Jimeno and his sergeant John McLoughlin are found alive trapped under the wreckage while the rescue teams fight to save them.","10.696","/hYbKIxMGqm0YaxGBYW52NbkYNAx.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':215,'logo_path':'/tQyeqkCj24krhY2W8qeAztcOS37.png','name':'Double Feature Films','origin_country':''},{'id':763,'logo_path':null,'name':'Intermedia Films','origin_country':''},{'id':20396,'logo_path':null,'name':'Kernos Filmproduktionsgesellschaft & Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-08-09","162945894","128","[{'iso_639_1':'en','name':'English'}]","Released","The world saw evil that day. Two men saw something else.","World Trade Center","false","6","750" +"false","/9DRh30FG1Pe1u9c3N0pXyPyO9XS.jpg","null","28000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","3525","tt0096463","en","Working Girl","Witty, romantic look at life in the corporate jungle. Tess McGill is an ambitious secretary with a unique approach for climbing the ladder to success. When her classy, but villainous boss breaks a leg skiing, Tess takes over her office, her apartment and even her wardrobe. She creates a deal with a handsome investment banker that will either take her to the top, or finish her off for good.","11.831","/bzPuHOl8DjfZDzwGDCIHonnHUT6.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-12-20","103173635","114","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","For anyone who's ever won. For anyone who's ever lost. And for everyone who's still in there trying.","Working Girl","false","6.5","411" +"false","/a3yE2VJAfFX4RUlxGgvw76ch9OO.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","214075","tt2380331","en","Words and Pictures","An art instructor and an English teacher form a rivalry that ends up with a competition at their school in which students decide whether words or pictures are more important.","7.681","/xQEVzE1CZ55BiOIetH1Vjm6AHNQ.jpg","[{'id':30997,'logo_path':null,'name':'Lascaux Films','origin_country':''},{'id':30998,'logo_path':null,'name':'Latitude Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-09-06","3346257","111","[{'iso_639_1':'en','name':'English'}]","Released","Is a man worth more than his words, a woman worth more than her pictures?","Words and Pictures","false","6.6","104" +"false","/wSY3WcTBh22YSBnrJZCqnHZ26eb.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","39309","tt0065224","en","Wonderwall","The eccentric professor Collins lives completely secluded in his chaotic apartment. When the model Penny moves in next to him, he becomes fascinated of her. He drills holes in her walls and ceiling and peeps on her day and night. He loses himself in daydreams and delusions","1.707","/4i0TKXAb4UQWkpHtFEM04BAkrjw.jpg","[]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1968-05-17","0","92","[{'iso_639_1':'en','name':'English'}]","Released","...LET YOUR MIND WONDER...","Wonderwall","false","6.3","8" +"false","/csEPWGKrb1B6hqMrCIkC2EUsldC.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':878,'name':'Science Fiction'}]","http://warnervideo.com/wonderwomanmovie/","15359","tt1186373","en","Wonder Woman","On the mystical island of Themyscira, a proud and fierce warrior race of Amazons have raised a daughter of untold beauty, grace and strength: Princess Diana. When an Army fighter pilot, Steve Trevor, crash-lands on the island, the rebellious and headstrong Diana defies Amazonian law by accompanying Trevor back to civilization.","10.158","/r0YlQIDuWBX0cgkoWIFtPHcgg66.jpg","[{'id':429,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Comics','origin_country':'US'},{'id':2785,'logo_path':'/l5zW8jjmQOCx2dFmvnmbYmqoBmL.png','name':'Warner Bros. Animation','origin_country':'US'}]","[]","2009-03-03","0","74","[{'iso_639_1':'en','name':'English'}]","Released","Courageous princess. Fierce warrior. Legendary superhero.","Wonder Woman","false","7.2","227" +"false","/9kFiyuM9E5FDxkGDZKcJwB3g0gr.jpg","null","3100000","[{'id':10749,'name':'Romance'},{'id':878,'name':'Science Fiction'}]","","59457","tt1216520","en","Womb","A woman's consuming love forces her to bear the clone of her dead beloved. From his infancy to manhood, she faces the unavoidable complexities of her controversial decision.","9.467","/2GMVSKD1LkVckweKBZ8jd23bDcv.jpg","[{'id':703,'logo_path':null,'name':'Razor Film Produktion GmbH','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'HU','name':'Hungary'}]","2010-07-15","0","111","[{'iso_639_1':'en','name':'English'}]","Released","What are the consequences of giving birth to your dead boyfriend?","Womb","false","6.1","155" +"false","/blfp1vzDXeXiPX2b5qJcotXqVHN.jpg","null","11000000","[{'id':18,'name':'Drama'}]","http://womaningoldmovie.com/","304357","tt2404425","en","Woman in Gold","Maria Altmann, an octogenarian Jewish refugee, takes on the Austrian government to recover a world famous painting of her aunt plundered by the Nazis during World War II, she believes rightfully belongs to her family. She did so not just to regain what was rightfully hers, but also to obtain some measure of justice for the death, destruction, and massive art theft perpetrated by the Nazis.","7.672","/mNg0HRIhJyPgKo3NoxD3rfw061O.jpg","[{'id':8088,'logo_path':'/ztpISLBYYRBJXFD3wo2o1TFuJ3Z.png','name':'Origin Pictures','origin_country':'GB'},{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2015-03-20","61619773","120","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","Justice is priceless.","Woman in Gold","false","7.4","762" +"false","/mv0uZ3StBj4HMHphTCIGcJ34W0U.jpg","null","18000000","[{'id':27,'name':'Horror'},{'id':28,'name':'Action'}]","","290555","tt1403241","en","Wolves","The coming-of-age story of Cayden Richards. Forced to hit the road after the murder of his parents, Cayden wanders lost without purpose... Until he meets a certifiable lunatic named Wild Joe who sets him on a path to the ominous town of Lupine Ridge to hunt down the truths of his history. But in the end| who's really hunting whom?","5.953","/zY6ObzQfCp6RO4ONqP4snfVVSdH.jpg","[{'id':8147,'logo_path':'/q6HOAdSNgCbeOqwoMVRc6REgbXF.png','name':'Entertainment One','origin_country':'CA'},{'id':49925,'logo_path':null,'name':'Dark Hero Studios','origin_country':''},{'id':5106,'logo_path':'/UjER6i4eM9WuBCVxSSWFtMrsuT.png','name':'Copperheart Entertainment','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'FR','name':'France'}]","2014-08-28","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Unleash the beast","Wolves","false","5.8","138" +"false","/dtqOCl8HahfX4iL9qa1bXY4oL4b.jpg","null","17000000","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'}]","","10725","tt0083336","en","Wolfen","A New York cop investigates a series of brutal deaths that resemble animal attacks.","3.757","/4c5DNhZMaS4F8IiuG9KM0EWd4i.jpg","[{'id':14150,'logo_path':null,'name':'Orion Pictures Corporation','origin_country':''},{'id':19048,'logo_path':null,'name':'King-Hitzig Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1981-07-24","10626725","115","[{'iso_639_1':'en','name':'English'}]","Released","They can hear a cloud pass overhead, the rhythm of your blood. They can track you by yesterday's shadow. They can tear the scream from your throat.","Wolfen","false","6","74" +"false","/q2qlApdJkrQZLjDgNNwKK6R6zFc.jpg","{'id':533711,'name':'WolfCop Collection','poster_path':'/3V8QQAtaqLGnmAMXC5SBhKgUtWO.jpg','backdrop_path':'/4s1c1hRSlXzQR1EqtSOmXwpEi2D.jpg'}","761100","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'}]","","262840","tt2781516","en","WolfCop","It's not unusual for alcoholic cop Lou to black out and wake up in unfamiliar surroundings, but lately things have taken a turn for the strange...and hairy. WolfCop is the story of one cop's quest to become a better man. One transformation at a time.","4.706","/xb2FLefZoAy6YF9oK7bHYjawQ03.jpg","[{'id':37130,'logo_path':null,'name':'Echolands Creative Group','origin_country':''},{'id':103342,'logo_path':null,'name':'Coup Company, The','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2014-06-06","0","79","[{'iso_639_1':'en','name':'English'}]","Released","Here Comes The Fuzz","WolfCop","false","5.2","90" +"false","/frkFxkU02YpPDi6bOSCwUBSd6I4.jpg","{'id':268098,'name':'Wolf Creek Collection','poster_path':'/1b5hJeNfzx8iYLlmVvW7oKnfyoy.jpg','backdrop_path':'/irwRpTRWFL2W0ofRswf2nfa7Vmg.jpg'}","1000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","9885","tt0416315","en","Wolf Creek","Stranded backpackers in remote Australia fall prey to a murderous bushman, who offers to fix their car, then takes them captive.","8.652","/eiQqXee0LwUvwHWp6QnZDoP1qdI.jpg","[{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'},{'id':1380,'logo_path':null,'name':'Australian Film Finance Corporation','origin_country':'AU'},{'id':2806,'logo_path':'/vxOhCbpsRBh10m6LZ3HyImTYpPY.png','name':'South Australian Film Corporation','origin_country':'AU'},{'id':6016,'logo_path':null,'name':'403 Productions','origin_country':''},{'id':6017,'logo_path':null,'name':'True Crime Channel','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2005-01-01","27762648","99","[{'iso_639_1':'sv','name':'svenska'},{'iso_639_1':'en','name':'English'}]","Released","The thrill is in the hunt.","Wolf Creek","false","6.1","486" +"false","/jmxpUMMy63RUPCOa7sDYKc1xyyf.jpg","{'id':268098,'name':'Wolf Creek Collection','poster_path':'/1b5hJeNfzx8iYLlmVvW7oKnfyoy.jpg','backdrop_path':'/irwRpTRWFL2W0ofRswf2nfa7Vmg.jpg'}","8000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.wolfcreek2.com.au/#sthash.QKVjnVr1.dpbs","199534","tt2004432","en","Wolf Creek 2","Lured by the promise of an Australian holiday, backpackers Rutger, Katarina, and Paul visit the notorious Wolf Creek Crater. Their dream Outback adventure soon becomes a horrific reality when they encounter the site's most infamous local, the last man any traveler to the region ever wants to meet; Mick Taylor. As the backpackers flee, Mick pursues them on an epic white knuckled rampage across hostile wasteland...","6.665","/gTwyc1PDHabDauWUGm3xNOm4RyF.jpg","[{'id':33439,'logo_path':null,'name':'True Crime Australia','origin_country':''},{'id':19010,'logo_path':null,'name':'Emu Creek Pictures','origin_country':''},{'id':21379,'logo_path':null,'name':'Duo Art Productions','origin_country':''},{'id':7584,'logo_path':'/eGkfvvyf4fJTvBUR1xt1669IPA3.png','name':'Screen Australia','origin_country':'AU'},{'id':2806,'logo_path':'/vxOhCbpsRBh10m6LZ3HyImTYpPY.png','name':'South Australian Film Corporation','origin_country':'AU'}]","[{'iso_3166_1':'AU','name':'Australia'}]","2013-08-30","9630444","106","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","The outback can be crazy this time of year.","Wolf Creek 2","false","6.1","248" +"false","/qSdjoymxhUxgHvN1ATVh3qDrnBK.jpg","null","70000000","[{'id':14,'name':'Fantasy'},{'id':18,'name':'Drama'},{'id':27,'name':'Horror'}]","","10395","tt0111742","en","Wolf","Publisher Will Randall becomes a werewolf and has to fight to keep his job.","9.747","/2rVZr2WjjHaBax9qTgETEAmlSlK.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-06-17","131002597","125","[{'iso_639_1':'en','name':'English'}]","Released","The animal is out.","Wolf","false","6","403" +"false","/QHlIf8JgLDOMpEOeuraSKTTjkJ.jpg","null","12000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':53,'name':'Thriller'}]","","9281","tt0090329","en","Witness","A sheltered Amish child is the sole witness of a brutal murder in a restroom at a Philadelphia train station, and he must be protected. The assignment falls to a taciturn detective who goes undercover in a Pennsylvania Dutch community. On the farm, he slowly assimilates despite his urban grit and forges a romantic bond with the child's beautiful mother.","7.976","/pQZa314NJP3ieMAj6CgPI1v7nUY.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-02-08","68706993","113","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","A big city cop. A small country boy. They have nothing in common... but a murder.","Witness","false","7","673" +"false","/gwinmVbatxw4jY4jsXrAjCBetsI.jpg","null","150000","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","44932","tt0081764","en","Without Warning","An alien creature stalks human prey.","3.533","/walvlnCMgZxJT1OAYER3eYErEMu.jpg","[{'id':15672,'logo_path':null,'name':'Heritage Enterprises Inc.','origin_country':''},{'id':15673,'logo_path':null,'name':'World Amusement Partnership #106','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1980-09-26","0","97","[{'iso_639_1':'hu','name':'Magyar'}]","Released","It Preys On Human Fear. It Feeds On Human Flesh.","Without Warning","false","5.3","41" +"false","/imt6MemcODqpcbveRqxZ7AtFPnV.jpg","{'id':146534,'name':'Without a Paddle Collection','poster_path':'/y8VxZEETD1N7dYkLZ5iNRcUjL44.jpg','backdrop_path':'/atR4dzV6GYogbtOTuSCiq3cWN97.jpg'}","19000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'}]","","10762","tt0364751","en","Without a Paddle","Three friends, whose lives have been drifting apart, reunite for the funeral of a fourth childhood friend. When looking through their childhood belongings, they discover a trunk which contained details on a quest their friend was attempting. It revealed that he was hot on the trail of the $200,000 that went missing with airplane hijacker D.B. Cooper in 1971. They decide to continue his journey, but do not understand the dangers they will soon encounter.","6.632","/q1jdD13xunSf22Ts4pAhVbVJ6IH.jpg","[{'id':2609,'logo_path':'/ocmrEBfmecJvrbIM4C50vjYWtlq.png','name':'De Line Pictures','origin_country':'US'},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-08-20","69631118","95","[{'iso_639_1':'en','name':'English'}]","Released","The call of the wild, the thrill of adventure. The mistake of a lifetime.","Without a Paddle","false","5.4","318" +"false","/xnJKdOe3XXOAfmm0XdOoAUZRQiz.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","12582","tt0096454","en","Without a Clue","Sherlock Holmes is as dashing as ever, but with a little secret: Dr. Watson is the brains behind the operation. When Reginald Kincaid, the actor he has hired to play Holmes becomes insufferable, Watson fires him and tries to go out on his own, but finds that he has done too good a job building Holmes up in the public's mind.","8.109","/oidR3sPpNmIcM6ZYEvm2c5X6yBD.jpg","[{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1988-10-21","0","107","[{'iso_639_1':'en','name':'English'}]","Released","The flip side of Sherlock Holmes","Without a Clue","false","6.7","86" +"false","/6ef97oecBYvur6CoatTURHQscjU.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","13446","tt0094336","en","Withnail & I","Two out-of-work actors -- the anxious, luckless Marwood and his acerbic, alcoholic friend, Withnail -- spend their days drifting between their squalid flat, the unemployment office and the pub. When they take a holiday ""by mistake"" at the country house of Withnail's flamboyantly gay uncle, Monty, they encounter the unpleasant side of the English countryside: tedium, terrifying locals and torrential rain.","6.487","/lXD5UR2dvXJF54AIBt8G2kDvYGk.jpg","[{'id':20076,'logo_path':null,'name':'HandMade Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1987-06-19","1544889","108","[{'iso_639_1':'la','name':'Latin'},{'iso_639_1':'en','name':'English'}]","Released","If you don't remember the 60s don't worry, neither can they.","Withnail & I","false","7.4","250" +"false","/50qJFK6w5ibZuF5dAC0afZr6ost.jpg","{'id':168186,'name':'Witchboard Collection','poster_path':'/qLSZTs14REiR9ZEfV2IOYS6viIZ.jpg','backdrop_path':null}","0","[{'id':9648,'name':'Mystery'},{'id':27,'name':'Horror'}]","","40251","tt0108577","fr","Witchboard 2: The Devil's Doorway","A beautiful young woman starts receiving messages through a ouija board, claiming to be from the former occupant of her apartment. The former tenant claims she's been murdered, but there's no record of a murder or even her death.","2.026","/c1azcQkA7qYuyVEA3Rf3HfJTBtM.jpg","[{'id':40271,'logo_path':null,'name':'Witchboard Partners','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-09-10","168180","98","[{'iso_639_1':'en','name':'English'}]","Released","Everyone's dying to play.","Witchboard 2: The Devil's Doorway","false","5","24" +"false","/AjBYditJbqIwGiyOTQfiMk7ab8J.jpg","{'id':168186,'name':'Witchboard Collection','poster_path':'/qLSZTs14REiR9ZEfV2IOYS6viIZ.jpg','backdrop_path':null}","2000000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","17994","tt0090327","en","Witchboard","Playing around with a Ouija board, a trio of friends succeeds in contacting the spirit of a young boy. Trouble begins when the evil spirit, Malfeitor, takes over one of their bodies.","4.282","/49wKgCh7K0nPe47vN6z824dhoEF.jpg","[{'id':17951,'logo_path':null,'name':'Paragon Arts International','origin_country':''},{'id':2623,'logo_path':null,'name':'Blue Rider Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1986-12-31","7369373","98","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","It's more than just a game.","Witchboard","false","5.9","79" +"false","/kOIzQ3CjHzvFCV9LtM9suYO9gVI.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'},{'id':10749,'name':'Romance'}]","","60270","tt1684925","en","Wish You Were Here","Four friends lose themselves in a carefree South-East Asian holiday. Only three come back. Dave and Alice return home to their young family desperate for answers about Jeremy's mysterious disappearance. When Alice's sister Steph returns not long after, a nasty secret is revealed about the night her boyfriend went missing. But it is only the first of many. Who amongst them knows what happened on that fateful night when they were dancing under a full moon in Cambodia?","2.651","/wdUKCDpqLmwFxQowsBL82wFoaKC.jpg","[{'id':8147,'logo_path':'/q6HOAdSNgCbeOqwoMVRc6REgbXF.png','name':'Entertainment One','origin_country':'CA'},{'id':13788,'logo_path':null,'name':'Hopscotch Films','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2012-04-26","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Four Went. Three came back. Only one of them knows what happened.","Wish You Were Here","false","5.4","32" +"false","/qPQ6UyQuyteZEDxbGDaE04SswFO.jpg","null","5500000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","231576","tt2870708","en","Wish I Was Here","Aidan Bloom, a struggling actor, father and husband, is 35 years old and still trying to find a purpose for his life. He and his wife are barely getting by financially and Aidan passes his time by fantasizing about being the great futuristic Space-Knight he'd always dreamed he'd be as a little kid. When his ailing father can no longer afford to pay for private school for his two kids and the only available public school is on its last legs, Aidan reluctantly agrees to attempt to home-school them. Through teaching them about life his way, Aidan gradually discovers some of the parts of himself he couldn't find.","7.163","/8b54J6gCM27QodPBoBWAcC9JHnd.jpg","[{'id':856,'logo_path':'/3tfzS2CrX6Ntbu927XzHXEPDA6y.png','name':'Wild Bunch','origin_country':'FR'},{'id':9015,'logo_path':null,'name':'Worldview Entertainment','origin_country':''},{'id':215,'logo_path':'/tQyeqkCj24krhY2W8qeAztcOS37.png','name':'Double Feature Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-01-18","5483299","120","[{'iso_639_1':'en','name':'English'}]","Released","Life is an occasion. Rise to it.","Wish I Was Here","false","6.5","426" +"false","/bz2Sm9OKSmnE27eijPOlUYLJfGn.jpg","null","60000000","[{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'},{'id':9648,'name':'Mystery'},{'id':10749,'name':'Romance'}]","http://www.winterstalemovie.com/","137321","tt1837709","en","Winter's Tale","A burglar falls for an heiress as she dies in his arms. When he learns that he has the gift of reincarnation, he sets out to save her.","9.173","/7svFBuWKSB1CQGHBW43z7x85vfD.jpg","[{'id':433,'logo_path':null,'name':'Weed Road Pictures','origin_country':'US'},{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-02-13","30800231","118","[{'iso_639_1':'en','name':'English'}]","Released","This is not a true story. This is true love.","Winter's Tale","false","6.2","776" +"false","/du0zunHPR3uAT2hTyqPKL1jIbtH.jpg","null","2000000","[{'id':18,'name':'Drama'}]","http://www.wintersbonemovie.com","39013","tt1399683","en","Winter's Bone","17 year-old Ree Dolly sets out to track down her father, who put their house up for his bail bond and then disappeared. If she fails, Ree and her family will be turned out into the Ozark woods. Challenging her outlaw kin's code of silence and risking her life, Ree hacks through the lies, evasions and threats offered up by her relatives and begins to piece together the truth.","8.556","/lUFZr1hEgFbowMHzJhAKx08VMGA.jpg","[{'id':10039,'logo_path':'/b8w4LldQolMKiLZw4FQJBcXSDGI.png','name':'Anonymous Content','origin_country':'US'},{'id':19778,'logo_path':null,'name':'Winter's Bone Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-06-11","13831503","101","[{'iso_639_1':'en','name':'English'}]","Released","Talking Just Causes Witnesses","Winter's Bone","false","6.9","910" +"false","/7FZJz63TtQtF9Jlz36N2YjhODD6.jpg","null","30000000","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","http://disney.go.com/pooh/home/","51162","tt1449283","en","Winnie the Pooh","During an ordinary day in Hundred Acre Wood, Winnie the Pooh sets out to find some honey. Misinterpreting a note from Christopher Robin, Pooh convinces Tigger, Rabbit, Piglet, Owl, Kanga, Roo, and Eeyore that their young friend has been captured by a creature named ""Backson"" and they set out to save him.","13.294","/dD3IiGBPHeuqiNsvbmR2vcNMqt4.jpg","[{'id':6125,'logo_path':'/tVPmo07IHhBs4HuilrcV0yujsZ9.png','name':'Walt Disney Animation Studios','origin_country':'US'},{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-04-13","14460000","63","[{'iso_639_1':'en','name':'English'}]","Released","Oh Pooh.","Winnie the Pooh","false","6.9","429" +"false","/ca3BH6Hmtgn8oDyl2lauC6vDlkF.jpg","null","2000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':10752,'name':'War'}]","","28966","tt0018578","en","Wings","Two young men, one rich, one middle class, both in love with the same woman, become US Air Corps fighter pilots and, eventually, heroic flying aces during World War I. Devoted best friends, their mutual love of the girl eventually threatens their bond. Meanwhile, a hometown girl who's the lovestruck lifelong next door neighbor of one of them, pines away.","5.605","/a5z7gCR1xLikOJK3WYXIoXoo9Xi.jpg","[{'id':33333,'logo_path':null,'name':'Paramount Famous Lasky Corporation','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1927-08-12","0","141","[{'iso_639_1':'en','name':'English'}]","Released","Youth, hitting the clouds! Laughing at danger! Fighting, loving, dodging death! That's","Wings","false","7.3","99" +"false","/gP9C1wmbF2CV4SZkPbVvfawRuTv.jpg","null","115000000","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':36,'name':'History'},{'id':10752,'name':'War'}]","","12100","tt0245562","en","Windtalkers","Joe Enders is a gung-ho Marine assigned to protect a ""windtalker"" - one of several Navajo Indians who were used to relay messages during World War II because their spoken language was indecipherable to Japanese code breakers.","10.156","/siWpVZlD3pahKXNnV9M52yCMZJG.jpg","[{'id':2812,'logo_path':null,'name':'Lion Rock Productions','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-06-14","77628265","134","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'nv','name':''}]","Released","Honor Was Their Code.","Windtalkers","false","5.8","531" +"false","/f6oqMrLyp0hkrBNKaOvqs4weUFo.jpg","null","10831173","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","http://www.foxsearchlight.com/winwin/","55725","tt1606392","en","Win Win","When down-on-his-luck part-time high school wrestling coach Mike agrees to become legal guardian to an elderly man, his ward's troubled grandson turns out to be a star grappler, sparking dreams of a big win -- until the boy's mother retrieves him.","8.442","/s8Q2YqsJWXdZeT8Bpuzxic8UVd1.jpg","[{'id':921,'logo_path':null,'name':'Next Wednesday Productions','origin_country':''},{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'},{'id':10892,'logo_path':null,'name':'Everest Entertainment','origin_country':''},{'id':4205,'logo_path':null,'name':'Groundswell Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-03-18","10654385","106","[{'iso_639_1':'en','name':'English'}]","Released","In the game of life, you can't lose 'em all.","Win Win","false","6.8","257" +"false","/jO9m4X4ztVJAfdm36MUnHFFWVLL.jpg","null","31000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","11823","tt0360201","en","Wimbledon","A pro tennis player has lost his ambition and has fallen in rank to 119. Fortunately for him, he meets a young player on the women's circuit who helps him recapture his focus for Wimbledon.","8.511","/nwFbj6gXVhbf0vCvCyVUUlD5AdB.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2004-09-13","41512007","98","[{'iso_639_1':'en','name':'English'}]","Released","She's the golden girl. He's the longshot. It's a match made in...","Wimbledon","false","6.1","497" +"false","/nyqiCFF3pjcdwG2KmOwvM6CCLKA.jpg","null","3000000","[{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'},{'id':35,'name':'Comedy'}]","","252","tt0067992","en","Willy Wonka & the Chocolate Factory","Eccentric candy man Willy Wonka prompts a worldwide frenzy when he announces that golden tickets hidden inside five of his delicious candy bars will admit their lucky holders into his top-secret confectionary. But does Wonka have an agenda hidden amid a world of Oompa Loompas and chocolate rivers?","10.712","/b94qXd1FcIwgzv0NYMUe2bjrzJR.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':3434,'logo_path':null,'name':'David L. Wolper Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1971-06-29","4000000","100","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'de','name':'Deutsch'}]","Released","It's Scrumdiddlyumptious!","Willy Wonka & the Chocolate Factory","false","7.4","1553" +"false","/libieDOffA59XdUdpZvgM9pdnoj.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","185460","tt2885364","en","Willow Creek","A young couple ventures into the woods to capture footage of the elusive Bigfoot.","7.151","/8pP4tEeM7R6G4MSyxhFblwCja1P.jpg","[{'id':7357,'logo_path':null,'name':'Jerkschool Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-05-02","0","80","[{'iso_639_1':'en','name':'English'}]","Released","Existing Soon.","Willow Creek","false","4.9","149" +"false","/5jdg0yXqb1glzi6lj8fsn7xxsbF.jpg","null","170000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'},{'id':37,'name':'Western'}]","","8487","tt0120891","en","Wild Wild West","Legless Southern inventor Dr. Arliss Loveless plans to rekindle the Civil War by assassinating President U.S. Grant. Only two men can stop him: gunfighter James West and master-of-disguise and inventor Artemus Gordon. The two must team up to thwart Loveless' plans.","10.661","/ouhNr6KsjOBSPxXzqRZFh0fLkjZ.jpg","[{'id':16774,'logo_path':null,'name':'Peters Entertainment','origin_country':''},{'id':57088,'logo_path':null,'name':'Sonnenfeld Josephson Worldwide Entertainment','origin_country':''},{'id':2507,'logo_path':null,'name':'Todman, Simon, LeMasters Productions','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-06-29","222104681","106","[{'iso_639_1':'en','name':'English'}]","Released","It's a whole new west.","Wild Wild West","false","5.2","1713" +"false","/wvMSGevzwrJAmK3xXYvse9goQgV.jpg","{'id':33059,'name':'Wild Things Collection','poster_path':'/4OI3VZMXFMcTmpyzg9RlN4vsIro.jpg','backdrop_path':'/uE47SwTt7uHyVwpMzcCQ92Q7FsQ.jpg'}","20000000","[{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","617","tt0120890","en","Wild Things","When teen-socialite Kelly Van Ryan and troubled bad girl Suzie Toller accuse guidance counselor Sam Lombardo of rape, he's suspended by the school, rejected by the town, and fighting to get his life back. One cop suspects conspiracy, but nothing is what it seems...","11.676","/dI9iYo1cL81yzJkBVyNGipjSvy0.jpg","[{'id':1236,'logo_path':null,'name':'Mandalay Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-03-20","67200000","108","[{'iso_639_1':'en','name':'English'}]","Released","They're dying to play with you.","Wild Things","false","6.3","718" +"false","/o6nNP4IPopW7xxJloR6MJJRVBYS.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10749,'name':'Romance'}]","","82311","tt0054476","en","Wild River","A young field administrator for the TVA comes to rural Tennessee to oversee the building of a dam on the Tennessee River. He encounters opposition from the local people, in particular a farmer who objects to his employment (with pay) of local black laborers. Much of the plot revolves around the eviction of an elderly woman from her home on an island in the River, and the young man's love affair with that woman's widowed granddaughter.","3.644","/2IT8wlnGLIOFXM3YElu73jgJq7v.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1960-05-01","0","110","[{'iso_639_1':'en','name':'English'}]","Released","The wild language???the wild hungers???the wild furies!","Wild River","false","7.4","33" +"false","/nbJTlkDdO54kgetmGcRhMpLyQdC.jpg","{'id':5202,'name':'Wild Orchid Collection','poster_path':'/axzUs5DBvGp1r9bOsHlB6VBxKel.jpg','backdrop_path':'/bPQA28UCSJDGqnDqujy2SxLieqy.jpg'}","7000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","5203","tt0100934","en","Wild Orchid","A woman lawyer becomes mesmerized by a self-made millionaire during an encounter in Rio setting off a series of erotic encounters.","8.586","/pG3A7idSdod3X7a2WcdT3OSOtuJ.jpg","[{'id':10235,'logo_path':null,'name':'Vision P.D.G.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-12-22","0","105","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","","Wild Orchid","false","4.6","85" +"false","/kXq3990B6nZG1JmLRzJeNjJN8Ke.jpg","null","0","[{'id':27,'name':'Horror'}]","http://www.wildinbluemovie.com/","337218","tt3374816","en","Wild in Blue","A story about a madman with a movie camera. He's a narcissist, nihilist, sexual sadist and killer of innocent women. His name is Charlie and WILD IN BLUE is his world: a place of evil, violence and perversion where only his camera tells the truth. He set out to make an honest film for you - no lies whatsoever - and after the madness and all the hate, you will love him.","1.855","/q9iLeFs2uVmTH4KzfdL9ZvmIeZD.jpg","[{'id':4903,'logo_path':null,'name':'Nero Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-05-05","0","82","[{'iso_639_1':'en','name':'English'}]","Released","","Wild in Blue","false","4.5","13" +"false","/18W6hUmP9sVzDlzzlrsP4RaKJ7H.jpg","null","20000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","13971","tt1024255","en","Wild Child","Rebellious 16 year old Poppy from Mailibu is sent to an English boarding school. Realising her Father isn't coming back to rescue her she tries to get expelled.","10.416","/mtkVTaXslEGadjPC2uSofQlJ4jP.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'},{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2008-01-01","21972336","98","[{'iso_639_1':'en','name':'English'}]","Released","New Girl. New School. New Rules.","Wild Child","false","6.6","885" +"false","/3iQjHDKkZhpFUTvpZ2sarwNBZWI.jpg","null","30000000","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","265208","tt2231253","en","Wild Card","When a Las Vegas bodyguard with lethal skills and a gambling problem gets in trouble with the mob, he has one last play??? and it's all or nothing.","18.493","/s5qUhHvFAZZ7Q4r5Dn3GdsfaPKI.jpg","[{'id':59490,'logo_path':null,'name':'SJ Pictures','origin_country':''},{'id':45980,'logo_path':null,'name':'SJ Heat Productions','origin_country':''},{'id':972,'logo_path':null,'name':'Current Entertainment','origin_country':''},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':24049,'logo_path':'/zOHQ0A3PpNoLLeAxRZwSqNV3nPr.png','name':'Sierra / Affinity','origin_country':'US'},{'id':49969,'logo_path':null,'name':'Silver State Production Services','origin_country':''},{'id':59488,'logo_path':null,'name':'Cinema Seven Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-01-14","0","92","[{'iso_639_1':'en','name':'English'}]","Released","Never bet against a man with a killer hand.","Wild Card","false","5.5","910" +"false","/oB8oMhq8GIQdkrmUtuHnOgJwQyP.jpg","null","9500000","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","483","tt0100935","en","Wild at Heart","Young lovers Sailor and Lula run from the variety of weirdos that Lula's mom has hired to kill Sailor.","9.176","/d4fbQjSSBd4FPyAROln1skafChr.jpg","[{'id':798,'logo_path':'/nQgX1MOLySgug7FDONdIkht3xob.png','name':'Samuel Goldwyn Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-08-17","14560247","124","[{'iso_639_1':'en','name':'English'}]","Released","A wild crazy love story.","Wild at Heart","false","7.1","622" +"false","/pl6mEeLTI4IRnjbBGTMrJSBoYsU.jpg","null","15000000","[{'id':18,'name':'Drama'}]","http://howwilditwas.com/","228970","tt2305051","en","Wild","A woman with a tragic past decides to start her new life by hiking for one thousand miles on the Pacific Crest Trail.","10.563","/zpdwj7Q8ZdTX2bWbltCFjVwugJu.jpg","[{'id':93542,'logo_path':null,'name':'bob industries','origin_country':''},{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'},{'id':15829,'logo_path':null,'name':'Pacific Standard','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-12-05","52501541","115","[{'iso_639_1':'en','name':'English'}]","Released","","Wild","false","7","1408" +"false","/se6pj7NARpwviPNjPrrtyIxINvV.jpg","null","3500000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","256740","tt2761578","en","Wicked Blood","Hannah and Amber Baker are trapped in a dark Southern underworld of violence, drugs and bikers. Both live in fear of their ""Uncle Frank"" Stinson, the ruthless leader of a crime organization.","3.982","/1wbeqDYxZDmm2Gdg3vDdKiJFi00.jpg","[{'id':7720,'logo_path':null,'name':'NAZZ Productions','origin_country':''},{'id':20305,'logo_path':null,'name':'Industrial Entertainment','origin_country':''},{'id':20306,'logo_path':null,'name':'Primary PIctures','origin_country':''},{'id':20307,'logo_path':null,'name':'Thunder Smoke Media','origin_country':''},{'id':23688,'logo_path':null,'name':'VMI Worldwide','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-03-04","0","92","[{'iso_639_1':'en','name':'English'}]","Released","The Ultimate Endgame","Wicked Blood","false","5.4","51" +"false","/fr3uHikLkQTeLfh1UeSQ1D9jY7H.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","118677","tt1853643","en","Why Stop Now?","When a college piano prodigy tries to check his mother into rehab, he is taken hostage by her drug dealer and swept along on a wild adventure.","4.336","/jmvlLJMNVF0FmvNcnDCh0UnUaoO.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-08-17","0","88","[{'iso_639_1':'en','name':'English'}]","Released","A Funny Thing Happened on the Way to Rehab.","Why Stop Now?","false","5.5","53" +"false","/bykvx73yCtyKL2Do6bXmBqEN8CX.jpg","null","0","[{'id':80,'name':'Crime'},{'id':99,'name':'Documentary'}]","","246743","tt3326366","en","Whitey: United States of America v. James J. Bulger","A documentary that captures the sensational trial of infamous gangster James 'Whitey' Bulger, using the legal proceedings as a springboard to explore allegations of corruption within the highest levels of law enforcement. Academy Award-nominated filmmaker Joe Berlinger examines Bulger's relationship with the FBI and Department of Justice that allowed him to reign over a criminal empire in Boston for decades.","2.048","/jjtYEGgLJE1b1bvgm4Mn6vYXTLw.jpg","[{'id':29605,'logo_path':'/bSjv2Cinm8LoadffAngaQek4WLW.png','name':'CNN Films','origin_country':'US'},{'id':89394,'logo_path':'/m1Hku3PhgdsQiPO8uVe7szyrxAb.png','name':'RadicalMedia','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-01-18","0","107","[{'iso_639_1':'en','name':'English'}]","Released","The FBI thought they had him. It was the other way around.","Whitey: United States of America v. James J. Bulger","false","6.8","34" +"false","/eaqGitDNAJuPo2m7Uq9zMZ6emLy.jpg","null","40000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","http://www.whiteoutmovie.com/","22787","tt0365929","en","Whiteout","The only U.S. Marshal assigned to Antarctica, Carrie Stetko will soon leave the harsh environment behind for good ??? in three days, the sun will set and the Amundsen-Scott Research Station will shut down for the long winter. When a body is discovered out on the open ice, Carrie's investigation into the continent's first homicide plunges her deep into a mystery that may cost her her own life.","6.454","/oC28DSfylqtkf8AWkr0cVj7TcjS.jpg","[{'id':1786,'logo_path':'/joLFuCWg9e2lweYnFQtRPJKSLlI.png','name':'Dark Castle Entertainment','origin_country':'US'},{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'},{'id':8582,'logo_path':null,'name':'Canadian Film or Video Production Tax Credit Fund (CPTC)','origin_country':'CA'},{'id':11715,'logo_path':null,'name':'Manitoba Film and Video Production Tax Credit','origin_country':''},{'id':11576,'logo_path':null,'name':'Ontario Media Development Corporation (OMDC)','origin_country':''},{'id':4253,'logo_path':null,'name':'Don Carmody Productions','origin_country':''},{'id':20572,'logo_path':null,'name':'McMurdo (Canada) Productions','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","2009-09-09","12206028","101","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","See Your Last Breath","Whiteout","false","5.4","342" +"false","/nWV7SgqJR3A9n75A11usj5ZPh7e.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","33592","tt0094320","en","White of the Eye","Evidence of mutilated housewives points to a sound expert (David Keith) living unhappily with his wife (Cathy Moriarty) in Arizona.","2.568","/4KAEbWStG4lfUpKtyiRHgIuljf3.jpg","[{'id':26932,'logo_path':null,'name':'Mrs. White's Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1988-05-20","0","110","[{'iso_639_1':'en','name':'English'}]","Released","","White of the Eye","false","5.6","25" +"false","/dyVFl6I0IQEKE3YAbLKwYLGymyp.jpg","null","150000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","117251","tt2334879","en","White House Down","Capitol Policeman John Cale has just been denied his dream job with the Secret Service of protecting President James Sawyer. Not wanting to let down his little girl with the news, he takes her on a tour of the White House, when the complex is overtaken by a heavily armed paramilitary group. Now, with the nation's government falling into chaos and time running out, it's up to Cale to save the president, his daughter, and the country.","14.413","/niYdnzkrtBduR5lKtfeLXKXNaTT.jpg","[{'id':34981,'logo_path':null,'name':'Iron Horse Entertainment','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':34982,'logo_path':'/uvTmiRZzNfG88dVXi9hQ7eFNirq.png','name':'Mythology Entertainment','origin_country':'US'},{'id':347,'logo_path':null,'name':'Centropolis Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-06-27","205366737","131","[{'iso_639_1':'en','name':'English'}]","Released","It will start like any other day.","White House Down","false","6.4","2729" +"false","/xrSBM8TF1fXz0XDujb4XUqJymEU.jpg","null","8000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","47955","tt0084899","en","White Dog","A trainer attempts to retrain a vicious dog that's been raised to kill black people.","6.424","/i6HpXEGPwsMGUetM4l0OgT0SjlD.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1982-07-07","0","90","[{'iso_639_1':'en','name':'English'}]","Released","When man's best friend becomes his fiercest enemy...","White Dog","false","6.6","91" +"false","/qKYo0JY7YuUJpi6UzkZooxYADdD.jpg","{'id':297142,'name':'White Collar Hooligan Collection','poster_path':'/wlMDVEXKUUBaLTL3Ss6bZVffT8l.jpg','backdrop_path':null}","0","[{'id':80,'name':'Crime'}]","","283563","tt2850304","en","White Collar Hooligan 3","On the hunt for the Russian mobsters that murdered their best friend, football hooligans turned career-criminals, Mike and Eddie are led to Brazil where a major drug deal is set to take place under the cover of the World Cup. Looking to hijack the deal and gain the ultimate redemption, the pair become caught between international drug cartels, local thugs and corrupt police as they are plunged into the murky depths of the Brazilian underworld.","2.09","/9BLZmEyuFXzLAO5dd06YCtjKwzt.jpg","[{'id':32475,'logo_path':null,'name':'Saracen Films','origin_country':''},{'id':14355,'logo_path':null,'name':'Press On Features','origin_country':''},{'id':21570,'logo_path':null,'name':'Runaway Features','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-07-24","0","102","[{'iso_639_1':'en','name':'English'}]","Released","","White Collar Hooligan 3","false","5","10" +"false","/vu1m2Vae77g2u3XEdNwIts8pBL2.jpg","{'id':297142,'name':'White Collar Hooligan Collection','poster_path':'/wlMDVEXKUUBaLTL3Ss6bZVffT8l.jpg','backdrop_path':null}","0","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","https://www.facebook.com/WhiteCollarHooligan2EnglandAway","191646","tt2291606","en","White Collar Hooligan 2: England Away","Mike Jacobs thinks he's safe in Witness Protection in Spain. However, when he's spotted at an England game, a deadly game of cat and mouse between London, Marbella and New York ensues.","1.476","/2QcR4Gz9bVUyItnBI17YCi8165a.jpg","[{'id':13212,'logo_path':null,'name':'Chata Pictures','origin_country':''},{'id':14355,'logo_path':null,'name':'Press On Features','origin_country':''},{'id':14356,'logo_path':null,'name':'Shivnath Productions','origin_country':''},{'id':21570,'logo_path':null,'name':'Runaway Features','origin_country':''},{'id':14262,'logo_path':null,'name':'Templeheart Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2013-05-19","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Protect Your Turf","White Collar Hooligan 2: England Away","false","5.1","10" +"false","/7X6Cn2YZnAioH3iIjBhhGq6Or70.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","http://www.magpictures.com/whitebirdinablizzard/","157825","tt2238050","en","White Bird in a Blizzard","Kat Connors is 17 years old when her perfect homemaker mother, Eve, disappears. Having lived for so long in an emotionally repressed household, she barely registers her mother's absence and certainly doesn't blame her doormat of a father, Brock, for the loss. But as time passes, Kat begins to come to grips with how deeply Eve's disappearance has affected her. Returning home on a break from college, she finds herself confronted with the truth about her mother's departure, and her own denial about the events surrounding it...","7.85","/yeMs7MUfoPqDODlqxLSH3erTKyY.jpg","[{'id':729,'logo_path':'/hNxGdbddbsDDnEWJ7RNLcGCRSLQ.png','name':'Why Not Productions','origin_country':'FR'},{'id':856,'logo_path':'/3tfzS2CrX6Ntbu927XzHXEPDA6y.png','name':'Wild Bunch','origin_country':'FR'},{'id':1474,'logo_path':null,'name':'Desperate Pictures','origin_country':'US'},{'id':15433,'logo_path':'/9nnaDAbuHwbikxAV1t1BC2Z60GC.png','name':'Orange Studio','origin_country':'FR'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'FR','name':'France'}]","2014-08-14","33821","91","[{'iso_639_1':'en','name':'English'}]","Released","I was 17 when my mother disappeared...","White Bird in a Blizzard","false","6.2","469" +"false","/abVcMeRVFsoEmIUuU0arYzA1hac.jpg","null","10000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","http://while-were-young.com/","252512","tt1791682","en","While We're Young","An uptight documentary filmmaker and his wife find their lives loosened up a bit after befriending a free-spirited younger couple.","5.23","/r1kMa31JOk32LmDHxw1eJhFUw6i.jpg","[{'id':258,'logo_path':null,'name':'Scott Rudin Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-04-03","7587485","97","[{'iso_639_1':'en','name':'English'}]","Released","Life Never Gets Old.","While We're Young","false","5.9","598" +"false","/zN9nn1cgQvBlqfa6SCdnYuqFwin.jpg","null","100000000","[{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'}]","http://wherethewildthingsare.warnerbros.com/","16523","tt0386117","en","Where the Wild Things Are","Max imagines running away from his mom and sailing to a far-off land where large talking beasts -- Ira, Carol, Douglas, the Bull, Judith and Alexander -- crown him as their king, play rumpus, build forts and discover secret hideaways.","8.322","/2bdxzUBv6h6gFEcrTO4BUzkBIck.jpg","[{'id':923,'logo_path':'/5UQsZrfbfG2dYJbx8DxfoTr2Bvu.png','name':'Legendary Entertainment','origin_country':'US'},{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':4171,'logo_path':null,'name':'Playtone','origin_country':'US'},{'id':5289,'logo_path':null,'name':'Wild Things Productions','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-10-16","100086793","101","[{'iso_639_1':'en','name':'English'}]","Released","There's one in all of us.","Where the Wild Things Are","false","6.4","933" +"false","/yT0dZm5EicwHZIWTJZvK2MvjDqO.jpg","null","55000000","[{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'},{'id':10749,'name':'Romance'}]","","13477","tt1185416","en","When in Rome","After fishing out coins from a water fountain in Italy, cynical New Yorker Beth Harper finds herself being wooed by several ardent suitors. As she deals with the attention, Beth tries to figure out whether a charming reporter really loves her.","8.7","/lsq9k09TGKXMbAqNr5lNj8EInQf.jpg","[{'id':8299,'logo_path':null,'name':'Krasnoff Foster Productions','origin_country':''},{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':66966,'logo_path':null,'name':'Film Production Consultants','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-01-29","43042835","91","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","Did you ever wish for the impossible?","When in Rome","false","5.9","669" +"false","/l4dJvs0MfEzzWeSfY56BC8ksf64.jpg","null","15000000","[{'id':18,'name':'Drama'}]","","232679","tt2247476","en","When the Game Stands Tall","A young coach turns a losing high school football program around to go undefeated for 12 consecutive seasons.","9.477","/fN1hYn28yBbXFX6oq8AX70XP4nr.jpg","[{'id':551,'logo_path':'/jSlzEZZ4Z1g7B2UExjZEIKsUvD9.png','name':'Mandalay Pictures','origin_country':'US'},{'id':10156,'logo_path':'/bWjWWQfiyZh9AkGYCkx1NcVdSvn.png','name':'Affirm Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-08-22","30127963","115","[{'iso_639_1':'en','name':'English'}]","Released","Its Not How Hard You Fall, Its How You Get Back Up","When the Game Stands Tall","false","6.6","179" +"false","/xd5SYDUhNVGLUeK2epbEjnVBpPN.jpg","null","16000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","","639","tt0098635","en","When Harry Met Sally...","During their travel from Chicago to New York, Harry and Sally debate whether or not sex ruins a friendship between a man and a woman. Eleven years later, and they're still no closer to finding the answer.","8.911","/anYI1fzx90PgjO9PY3JStJZJmQT.jpg","[{'id':97,'logo_path':'/7znWcbDd4PcJzJUlJxYqAlPPykp.png','name':'Castle Rock Entertainment','origin_country':'US'},{'id':365,'logo_path':null,'name':'Nelson Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-07-21","92823546","96","[{'iso_639_1':'en','name':'English'}]","Released","Can two friends sleep together and still love each other in the morning?","When Harry Met Sally...","false","7.4","1854" +"false","/xw2w6c9RMJSsHDkrz5QB96jGFrm.jpg","null","0","[{'id':18,'name':'Drama'}]","","1608","tt0114917","en","When Saturday Comes","Jimmy Muir comes from a typical gritty, northern town where there are only two options: working down the pit or in a factory. But Jimmy has other ideas - he dreams of becoming a professional footballer. Confronted by a bitter and unsupportive father, hard drinking friends and a lifetime of bad habits...has Jimmy the will to achieve his ultimate goal?","1.4","/dbGW26e5T8Uki9z37gTZ5iuXXSz.jpg","[{'id':1213,'logo_path':null,'name':'Pint O'Bitter Productions','origin_country':''},{'id':1214,'logo_path':null,'name':'Guild','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1996-03-01","0","95","[{'iso_639_1':'en','name':'English'}]","Released","To Jimmy Life Was Just A Gamble...Until The Game Became His Life!","When Saturday Comes","false","5.8","16" +"false","/fAHaJJCrW8AlQTuTRYD3rAdut5k.jpg","{'id':276838,'name':'When a Stranger Calls Collection','poster_path':'/7UbKcurnuSzVrMbHsISa5AfLNNp.jpg','backdrop_path':null}","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'}]","","45964","tt0080130","en","When a Stranger Calls","A psychopathic killer terrorizes a babysitter, then returns seven years later to menace her again.","4.825","/mdhpKVuuNZcc9noZzYXruxeIxdJ.jpg","[{'id':2124,'logo_path':null,'name':'Melvin Simon Productions','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1979-10-26","0","97","[{'iso_639_1':'en','name':'English'}]","Released","...Fear is the Message!","When a Stranger Calls","false","6.3","89" +"false","/rpJ3N3NuIHrk7Z6xSu4k1dkyT8H.jpg","null","20000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://www.whatsyournumbermovie.com/","63492","tt0770703","en","What's Your Number?","Ally Darling (Anna Faris) is realizing she's a little lost in life. Her latest romance has just fizzled out, and she's just been fired from her marketing job. Then she reads an eye-opening magazine article that warns that 96 percent of women who've been with 20 or more lovers are unlikely to find a husband. Determined to turn her life around and prove the article wrong, Ally embarks on a mission to find the perfect mate from among her numerous ex-boyfriends.","7.757","/yugpF7km9nEE5GLpSWMSkGKHGNd.jpg","[{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':10104,'logo_path':'/hNuGhsKVlmhnwSRcmOejDBDjh6w.png','name':'New Regency Pictures','origin_country':'US'},{'id':1836,'logo_path':null,'name':'Contrafilm','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-09-30","30426096","106","[{'iso_639_1':'en','name':'English'}]","Released","Ally's looking for the best ex of her life.","What's Your Number?","false","6.4","1211" +"false","/mbjbcJCijpwmPYyYVYjWJcsd4Sq.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","3681","tt0059903","en","What's New Pussycat?","A playboy who refuses to give up his hedonistic lifestyle to settle down and marry his true love seeks help from a demented psychoanalyst who is having romantic problems of his own.","3.807","/5QsTdfGULylwm5RNSXAdZuqYcgo.jpg","[{'id':1482,'logo_path':null,'name':'Famous Artists Productions','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","1965-06-22","0","108","[{'iso_639_1':'en','name':'English'}]","Released","","What's New Pussycat?","false","6.3","58" +"false","/8VyW7cJxsdnIfptbPjGCIX1StUe.jpg","null","11000000","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","","1587","tt0108550","en","What's Eating Gilbert Grape","Gilbert has to care for his brother Arnie and his obese mother, which gets in the way when love walks into his life.","11.188","/jQLoOPwNxyILwDbdhn9DsfQz0Sg.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':12474,'logo_path':null,'name':'J&M Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-12-17","10032765","118","[{'iso_639_1':'en','name':'English'}]","Released","Life is a terrible thing to sleep through.","What's Eating Gilbert Grape","false","7.7","1747" +"false","/hUCf8nuuSjUwWlOmTVVPXJHl97v.jpg","null","70000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","3981","tt0207201","en","What Women Want","Advertising executive Nick Marshall is as cocky as they come, but what happens to a chauvinistic guy when he can suddenly hear what women are thinking? Nick gets passed over for a promotion, but after an accident enables him to hear women's thoughts, he puts his newfound talent to work against Darcy, his new boss, who seems to be infatuated with him.","13.058","/xiL4PMdL2b5RRdsfEkGmaol2ScW.jpg","[{'id':347,'logo_path':null,'name':'Centropolis Entertainment','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':4564,'logo_path':null,'name':'Icon Entertainment International','origin_country':''},{'id':8116,'logo_path':null,'name':'Wind Dancer Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-12-15","374111707","127","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","He has the power to hear everything women are thinking. Finally... a man is listening.","What Women Want","false","6.3","1922" +"false","/aj0WJXC0Cu172qifgkEpyLXlDEt.jpg","null","1600000","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","http://whatwedointheshadows.com/","246741","tt3416742","en","What We Do in the Shadows","Vampire housemates try to cope with the complexities of modern life and show a newly turned hipster some of the perks of being undead.","19.935","/4bqqrtzY9vVQeEcqyqWfTJWmpD9.jpg","[{'id':2372,'logo_path':null,'name':'Unison Films','origin_country':''},{'id':6510,'logo_path':null,'name':'Defender Films','origin_country':''},{'id':21213,'logo_path':'/wV3mBqWgfgdRtFEkh6hHpHW9Cb1.png','name':'Funny or Die','origin_country':'US'},{'id':294,'logo_path':'/3XuHM8TXG0gDdPM3xJI14gkZbQy.png','name':'New Zealand Film Commission','origin_country':'NZ'},{'id':43498,'logo_path':null,'name':'Resnick Interactive Development','origin_country':'US'}]","[{'iso_3166_1':'NZ','name':'New Zealand'},{'iso_3166_1':'US','name':'United States of America'}]","2014-06-19","6263224","86","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","Some interviews with some vampires","What We Do in the Shadows","false","7.6","1508" +"false","/eK6a7dhSCijYGPJNB0wJPgv9sEk.jpg","null","0","[{'id':35,'name':'Comedy'}]","","276843","tt2725962","en","What We Did on Our Holiday","Doug and Abi and their three children travel to the Scottish Highlands for Doug's father Gordie's birthday party. It's soon clear that when it comes to keeping a secret under wraps from the rest of the family, their children are their biggest liability...","6.739","/lOE9fSYHQHiREYZZECmznHBZuvs.jpg","[{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-09-26","1289998","95","[{'iso_639_1':'en','name':'English'}]","Released","","What We Did on Our Holiday","false","6.8","266" +"false","/pQVTUyQUqTKB9nWw0OeJrRrQOp2.jpg","null","40000000","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://whattoexpectthefilm.com/","76494","tt1586265","en","What to Expect When You're Expecting","Challenges of impending parenthood turn the lives of five couples upside down. Two celebrities are unprepared for the surprise demands of pregnancy; hormones wreak havoc on a baby-crazy author, while her husband tries not to be outdone by his father, who's expecting twins with his young trophy wife; a photographer's husband isn't sure about his wife's adoption plans; a one-time hook-up results in a surprise pregnancy for rival food-truck owners.","10.19","/4vD9uLJHfTOx9vRHdKEXgGvqYZU.jpg","[{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':1088,'logo_path':'/9WOE5AQUXbOtLU6GTwfjS8OMF0v.png','name':'Alcon Entertainment','origin_country':'US'},{'id':11317,'logo_path':'/u3YB3GujS0tct5BVTsMJLWVyllg.png','name':'Phoenix Pictures','origin_country':'US'},{'id':19577,'logo_path':null,'name':'What to Expect Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-05-17","79700000","110","[{'iso_639_1':'en','name':'English'}]","Released","It's too late to pull out now","What to Expect When You're Expecting","false","5.9","1083" +"false","/wRLVp4ttCWof3XvMoEsD9eDCJBn.jpg","null","0","[{'id':18,'name':'Drama'}]","","128248","tt2092011","en","What Richard Did","What Richard Did is a striking portrait of the fall of a Dublin golden-boy and high school rugby star whose world unravels one summer night.","2.596","/m9Cq5ueENbP16X7cJtOxGYbTUW8.jpg","[{'id':5267,'logo_path':'/trP3GsUyIztMwcqev3jK1gOeCSA.png','name':'Irish Film Board','origin_country':'IE'},{'id':3353,'logo_path':'/qv2v9HaStUTRjqonODM29YG0oFX.png','name':'Element Pictures','origin_country':'IE'}]","[{'iso_3166_1':'IE','name':'Ireland'}]","2012-09-09","0","87","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ga','name':'Gaeilge'}]","Released","","What Richard Did","false","6","33" +"false","/AaByZjOkMUQVl8XCEsTRu3ykhVF.jpg","null","6000000","[{'id':18,'name':'Drama'}]","http://www.whatmaisieknewmovie.com","127373","tt1932767","en","What Maisie Knew","Based on the Henry James novella, the story frames on 7-year-old Maisie, caught in a custody battle between her mother ??? a rock and roll icon ??? and her father. What Maisie Knew is an evocative portrayal of the chaos of adult life seen entirely from a child???s point of view.","5.564","/uZQCEVdOe29Y3NHcnQ571bUHw2Z.jpg","[{'id':16945,'logo_path':null,'name':'Red Crown Productions','origin_country':''},{'id':16946,'logo_path':null,'name':'Weinstock Productions','origin_country':''},{'id':6691,'logo_path':null,'name':'10th Hole Productions','origin_country':''},{'id':16947,'logo_path':null,'name':'KODA Entertainment','origin_country':''},{'id':5113,'logo_path':'/qd5ru3vUvGb6dhXSzkHn7EQoX2D.png','name':'120dB Films','origin_country':'US'},{'id':14037,'logo_path':null,'name':'Dreambridge Films','origin_country':''},{'id':3086,'logo_path':'/iksa7hXQMvPIzfSq0Tuo4WPU8gc.png','name':'Image Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-05-02","1066471","93","[{'iso_639_1':'en','name':'English'}]","Released","Based on the novel by Henry James","What Maisie Knew","false","7.1","230" +"false","/lEvg91PgSG2Z7ooB4URA4vxfHDJ.jpg","null","11000000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","212716","tt1486834","en","What If","Wallace, a medical school dropout, has been repeatedly burned by bad relationships. So while everyone around him, including his roommate Allan, seems to be finding the perfect partner, Wallace decides to put his love life on hold. It is then that he meets Chantry, an animator who lives with her long term boyfriend Ben. Wallace and Chantry form an instant connection, striking up a close friendship. But there is no denying the chemistry between them, leading the pair to wonder: what if the love of your life is actually your best friend?","10.112","/g5vPBCJbBX36oikg68brcl7PU5a.jpg","[{'id':5353,'logo_path':null,'name':'Fastnet Films','origin_country':'IE'},{'id':35846,'logo_path':null,'name':'No Trace Camping','origin_country':''},{'id':6623,'logo_path':'/qvtEf5tM9IAEJUUhX9EcBl12Fhr.png','name':'Caramel Films','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'IE','name':'Ireland'}]","2013-09-07","7847000","93","[{'iso_639_1':'en','name':'English'}]","Released","...being friends has its benefits?","What If","false","6.7","1125" +"false","/925k5OHcumv1xYNwYnDdXiVPMTf.jpg","null","35000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","9029","tt1033643","en","What Happens in Vegas","During a wild vacation in Las Vegas, career woman Joy McNally and playboy Jack Fuller come to the sober realization that they have married each other after a night of drunken abandon. They are then compelled, for legal reasons, to live life as a couple for a limited period of time. At stake is a large amount of money.","9.94","/NWQmNdQwm7blsBNSdpWIfqkGte.jpg","[{'id':4916,'logo_path':null,'name':'Penn Station Entertainment','origin_country':''},{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':2575,'logo_path':'/9YJrHYlcfHtwtulkFMAies3aFEl.png','name':'21 Laps Entertainment','origin_country':'US'},{'id':6332,'logo_path':null,'name':'Dune Entertainment III','origin_country':'US'},{'id':748,'logo_path':null,'name':'Mosaic Media Group','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-05-07","170000000","99","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'sh','name':''}]","Released","Get Lucky","What Happens in Vegas","false","6","1650" +"false","/nzeEb4z9shqdFZbTuchQw2nXiWY.jpg","null","85000000","[{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'},{'id':10749,'name':'Romance'}]","","12159","tt0120889","en","What Dreams May Come","Chris Neilson dies to find himself in a heaven more amazing than he could have ever dreamed of. There is one thing missing: his wife. After he dies, his wife, Annie killed herself and went to hell. Chris decides to risk eternity in hades for the small chance that he will be able to bring her back to heaven.","9.223","/rNQH6Q8RPXD59aqGckST3CKQbCf.jpg","[{'id':1382,'logo_path':'/sOg7LGESPH5vCTOIdbMhLuypoLL.png','name':'PolyGram Filmed Entertainment','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'NZ','name':'New Zealand'},{'iso_3166_1':'US','name':'United States of America'}]","1998-10-02","71485043","113","[{'iso_639_1':'en','name':'English'}]","Released","After life there is more. The end is just the beginning.","What Dreams May Come","false","7","1086" +"false","/gk0gnxKDrRGa1J8cN6bYz1aHLW6.jpg","null","8000000","[{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","http://www.whaleriderthemovie.com/","1088","tt0298228","en","Whale Rider","On the east coast of New Zealand, the Whangara people believe their presence there dates back a thousand years or more to a single ancestor, Paikea, who escaped death when his canoe capsized by riding to shore on the back of a whale. From then on, Whangara chiefs, always the first-born, always male, have been considered Paikea's direct descendants. Pai, an 11-year-old girl in a patriarchal New Zealand tribe, believes she is destined to be the new chief. But her grandfather Koro is bound by tradition to pick a male leader. Pai loves Koro more than anyone in the world, but she must fight him and a thousand years of tradition to fulfill her destiny.","8.248","/x6qMQ6LActtQSjuXidzuhqVW3AT.jpg","[{'id':654,'logo_path':null,'name':'South Pacific Pictures','origin_country':'NZ'}]","[{'iso_3166_1':'NZ','name':'New Zealand'}]","2003-01-30","41400000","101","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'mi','name':''}]","Released","In the ways of the ancients she found a hope for the future.","Whale Rider","false","7.4","170" +"false","/bKqbXClm3FFkJroU9Ly9jeYyx3T.jpg","null","0","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","147747","tt0090310","en","Wetherby","The mysterious death of an enigmatic young man newly arrived in the suburb of Wetherby releases the long-repressed, dark passions of some of its residents.","3.696","/4LZBtL1XQ3vDDaGgG9PX9ZMThY4.jpg","[{'id':3644,'logo_path':null,'name':'Zenith Entertainment','origin_country':''},{'id':9210,'logo_path':'/ruUf9qymJ1gKLmerDKO8pgq1CYM.png','name':'Film Four International','origin_country':''},{'id':12918,'logo_path':null,'name':'Greenpoint Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1985-06-19","0","102","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","","Wetherby","false","5.7","12" +"false","/dXI2O25RjXDP7D97Q7UcYP6IYQS.jpg","null","5000000","[{'id':35,'name':'Comedy'}]","http://www.wethotamericansummer.com/","2171","tt0243655","en","Wet Hot American Summer","The setting is Camp Firewood, the year 1981. It's the last day before everyone goes back to the real world, but there's still a summer's worth of unfinished business to resolve. At the center of the action is camp director Beth, who struggles to keep order while she falls in love with the local astrophysics professor. He is busy trying to save the camp from a deadly piece of NASA's Skylab which is hurtling toward earth. All that, plus: a dangerous waterfall rescue, love triangles, misfits, cool kids, and talking vegetable cans. The questions will all be resolved, of course, at the big talent show at the end of the day.","5.707","/2fu0uOi3h0lcXbjDfea9hzedKTq.jpg","[{'id':1002,'logo_path':null,'name':'Eureka Pictures','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-07-27","295206","97","[{'iso_639_1':'en','name':'English'}]","Released","High Times. Hard Bodies. Soft Rock.","Wet Hot American Summer","false","6.4","413" +"false","/hoSddFLIyr6FUylOwCxoahbvnXd.jpg","{'id':297923,'name':'We're the Millers Collection','poster_path':'/8i2kMT4VfYaK5wH1Q8HyxmdHtFm.jpg','backdrop_path':'/1JXiwPCJXIhubAhEuvyBh5UE6rH.jpg'}","37000000","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","http://werethemillers.warnerbros.com","138832","tt1723121","en","We're the Millers","A veteran pot dealer creates a fake family as part of his plan to move a huge shipment of weed into the U.S. from Mexico.","13.404","/digXuLXmk88Ar23LYUQTLcz5npA.jpg","[{'id':17929,'logo_path':null,'name':'Vincent Newman Entertainment','origin_country':''},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':16791,'logo_path':null,'name':'Newman/Tooley Films','origin_country':''},{'id':31073,'logo_path':null,'name':'Slap Happy Productions (II)','origin_country':''},{'id':6363,'logo_path':null,'name':'BenderSpink','origin_country':''},{'id':437,'logo_path':'/nu20mtwbEIhUNnQ5NXVhHsNknZj.png','name':'Heyday Films','origin_country':'GB'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-08-07","269994119","110","[{'iso_639_1':'en','name':'English'}]","Released","-If anyone asks.","We're the Millers","false","6.8","5034" +"false","/pkwdq2LFEtekH0WPA1asnvhJFI7.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","253287","tt3079016","en","We'll Never Have Paris","We'll Never Have Paris is a clumsy and at once human account of screwing up on a transcontinental level in a noble effort to win back ""the one.""","3.605","/8wcm5gjPL7WlG2CO90DzbOkSk7C.jpg","[{'id':38284,'logo_path':null,'name':'Bifrost Pictures','origin_country':''},{'id':39707,'logo_path':null,'name':'The Bridge Finance Company','origin_country':''},{'id':51023,'logo_path':null,'name':'E2B Capital','origin_country':''},{'id':51024,'logo_path':null,'name':'H3 Films','origin_country':''},{'id':2527,'logo_path':'/osO7TGmlRMistSQ5JZusPhbKUHk.png','name':'Marc Platt Productions','origin_country':'US'},{'id':24277,'logo_path':'/u42aMBx2JxWp4vgTjqcar4Kp1HI.png','name':'PalmStar Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-10-01","0","89","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'tr','name':'T??rk??e'}]","Released","","We'll Never Have Paris","false","4.6","55" +"false","/rhkTf26knUCe7y96k8eDVKjnvUj.jpg","null","200000","[{'id':18,'name':'Drama'}]","","8942","tt1152850","en","Wendy and Lucy","Wendy, a near-penniless drifter, is traveling to Alaska in search of work, and her only companion is her dog, Lucy. Already perilously close to losing everything, Wendy hits a bigger bump in the road when her old car breaks down and she is arrested for shoplifting dog food. When she posts bail and returns to retrieve Lucy, she finds that the dog is gone, prompting a frantic search for her pet.","5.973","/gVsJK34vymqXs5aVweg9RpWGvuA.jpg","[{'id':4748,'logo_path':'/bTMeosrSiKaTPmZiTYnSDZlin5d.png','name':'Oscilloscope','origin_country':'US'},{'id':1360,'logo_path':null,'name':'Glass Eye Pix','origin_country':''},{'id':1976,'logo_path':'/vuNHAl3LpcNtjtRx8Ml4gpUMO2G.png','name':'filmscience','origin_country':'US'},{'id':14862,'logo_path':'/2YobmEkVFAcw368uz6Ie1sGP2C8.png','name':'Washington Square Films','origin_country':'US'},{'id':31301,'logo_path':null,'name':'Field Guide Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-05-22","0","80","[{'iso_639_1':'en','name':'English'}]","Released","On the long road, friendship is everything.","Wendy and Lucy","false","6.6","112" +"false","/hAtQFystljBvSKQEinFYhxgYRl5.jpg","null","3500000","[{'id':35,'name':'Comedy'}]","","205724","tt2193265","en","Welcome to the Jungle","A company retreat on a tropical island goes terribly awry.","6.195","/xNYexoVAHKpm7eL0op08H5RgATw.jpg","[{'id':38506,'logo_path':null,'name':'Private Island Trax','origin_country':''},{'id':25953,'logo_path':null,'name':'The Salt Company International','origin_country':''},{'id':24513,'logo_path':null,'name':'Pimienta','origin_country':'PR'},{'id':5113,'logo_path':'/qd5ru3vUvGb6dhXSzkHn7EQoX2D.png','name':'120dB Films','origin_country':'US'},{'id':38507,'logo_path':null,'name':'Stun Creative','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'PR','name':'Puerto Rico'}]","2013-04-27","0","95","[{'iso_639_1':'en','name':'English'}]","Released","Unleash your inner beast!","Welcome to the Jungle","false","4.9","202" +"false","/k2G0BVfNWN0x4JsMfSvanfbfsq4.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://www.welcometomemovie.com","284537","tt2788716","en","Welcome to Me","A year in the life of Alice Klieg, a woman with Borderline Personality Disorder who wins Mega-millions, quits her meds and buys her own talk show.","6.126","/1voaGFPqqGUFuzOcjEneRSPiIdV.jpg","[{'id':13240,'logo_path':'/aTc07YaNHo8WNgkQSnvLmG6w4nW.png','name':'Bron Studios','origin_country':'CA'},{'id':4740,'logo_path':null,'name':'Gary Sanchez Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-09-05","0","105","[{'iso_639_1':'en','name':'English'}]","Released","Alice is going to be on TV whether you like it or not","Welcome to Me","false","5.8","192" +"false","/xp8UuxxljS8bRUWKoeLYGyWRJFV.jpg","null","0","[{'id':18,'name':'Drama'}]","","197696","tt2758890","en","Welcome to New York","Fiction inspired from the story of the rise and the fall of french politician and former head of the International Monetary Fund, Dominique Strauss-Kahn.","3.44","/jpyiieka3ipRPmVIGIH1TRHzwaM.jpg","[{'id':856,'logo_path':'/3tfzS2CrX6Ntbu927XzHXEPDA6y.png','name':'Wild Bunch','origin_country':'FR'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-05-22","0","125","[{'iso_639_1':'en','name':'English'}]","Released","","Welcome to New York","false","5.3","61" +"false","/5gLMyIGKBvuTrwRRvorexZD0twx.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'},{'id':878,'name':'Science Fiction'}]","","11814","tt0090305","en","Weird Science","Two unpopular teenagers, Gary and Wyatt, fail at all attempts to be accepted by their peers. Their desperation to be liked leads them to ""create"" a woman via their computer. Their living and breathing creation is a gorgeous woman, Lisa, whose purpose is to boost their confidence level by putting them into situations which require Gary and Wyatt to act like men.","12.67","/AsFxOHwUlK7mTOkC5p6SySsdEjz.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-08-01","38934048","94","[{'iso_639_1':'en','name':'English'}]","Released","If you can't get a date, make one!","Weird Science","false","6.4","603" +"false","/rJc3s3wOLnj0ZAl8PR9GVR5nc9V.jpg","null","40000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","9522","tt0396269","en","Wedding Crashers","John and his buddy, Jeremy are emotional criminals who know how to use a woman's hopes and dreams for their own carnal gain. Their modus operandi: crashing weddings. Normally, they meet guests who want to toast the romantic day with a random hook-up. But when John meets Claire, he discovers what true love ??? and heartache ??? feels like.","12.873","/5vMEXtz1DXgxFsv8pgFFGuOlI8V.jpg","[{'id':1565,'logo_path':null,'name':'Avery Pix','origin_country':''},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':870,'logo_path':null,'name':'Tapestry Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-07-13","285176741","119","[{'iso_639_1':'en','name':'English'}]","Released","Life's a Party. Crash It.","Wedding Crashers","false","6.4","2393" +"false","/4hnOS1PmSYSjT2lD0LQyyVr4Kpu.jpg","null","8000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","79120","tt1714210","en","Weekend","After a drunken house party with his straight mates, Russell heads out to a gay club. Just before closing time he picks up Glen but what's expected to be just a one-night stand becomes something else, something special.","8.193","/5OeKFn8DRm0vyPIvkbNzQaVQERO.jpg","[{'id':10441,'logo_path':'/aTEwjHN8l51ix2YcTxxzR92WaXy.png','name':'The Bureau','origin_country':'GB'},{'id':1917,'logo_path':null,'name':'EM Media','origin_country':''},{'id':10442,'logo_path':null,'name':'Glendale Picture Company','origin_country':''},{'id':10443,'logo_path':null,'name':'Synchronicity Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2011-09-22","484592","96","[{'iso_639_1':'en','name':'English'}]","Released","A (sort of) love story between two guys over a cold weekend in October.","Weekend","false","7.5","275" +"false","/8ikyF16LecHlHkkMmuZJDV9GWa7.jpg","null","75000000","[{'id':28,'name':'Action'},{'id':36,'name':'History'},{'id':10752,'name':'War'}]","","10590","tt0277434","en","We Were Soldiers","The story of the first major battle of the American phase of the Vietnam War and the soldiers on both sides that fought it.","15.005","/kjG02l5Nqcgd3ZOb7aMBb9CIIIi.jpg","[{'id':53005,'logo_path':null,'name':'Wheelhouse Entertainment','origin_country':''},{'id':4564,'logo_path':null,'name':'Icon Entertainment International','origin_country':''},{'id':53006,'logo_path':null,'name':'Motion Picture Production GmbH & Co. Erste KG','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2002-03-01","114660784","138","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'vi','name':'Ti???ng Vi???t'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","400 U.S paratroopers. 4,000 Vietnamese soldiers. 12,000 miles away from home. 1 man led them into battle.","We Were Soldiers","false","6.9","830" +"false","/ibCdoeIq6kyOCbiyHSAo4rNj7Q2.jpg","null","0","[{'id':35,'name':'Comedy'}]","","94356","tt1702016","en","We the Party","In Los Angeles, five high-school friends deal with romance, money, prom, college, sex, bullies, Facebook, fitting in, standing out, and finding themselves.","1.501","/mkqa5zpG4KVbOb4kVPscVnIOJbo.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-04-06","0","104","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","We the Party","false","3.2","5" +"false","/z1VzNMgkYtEZRN3XVfQHKnfVvrY.jpg","{'id':452146,'name':'Old Way Collection','poster_path':'/vET0IYNmi4L5GCRXSClWgrOwpwj.jpg','backdrop_path':'/8kPoanfv1NFOZNqXyJgl9dhJc4n.jpg'}","0","[{'id':80,'name':'Crime'}]","","309049","tt3157224","en","We Still Kill the Old Way","A group of aging London gangsters go on a vigilante killing spree when one of their number is murdered by a street gang.","2.436","/nZT34PAytvZ15J2SLIsQlC11vTn.jpg","[{'id':21646,'logo_path':null,'name':'Richwater Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-12-12","0","94","[{'iso_639_1':'en','name':'English'}]","Released","","We Still Kill the Old Way","false","5.7","29" +"false","/jYnjr6jNSo2CU9cmNbZZGvnrzjv.jpg","null","21000000","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","2001","tt0498399","en","We Own the Night","A New York nightclub manager tries to save his brother and father from Russian mafia hitmen.","7.634","/iUQdkZstEViwMgRjqrCu6uCfVjc.jpg","[{'id':376,'logo_path':null,'name':'Industry Entertainment','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':846,'logo_path':null,'name':'2929 Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-05-25","54926886","117","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Two brothers on opposite sides of the law. Beyond their differences lies loyalty.","We Own the Night","false","6.6","548" +"false","/pbpy2MqqArr1mfZl4PmBphC0sr6.jpg","null","7000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://kevin.oscilloscope.net","71859","tt1242460","en","We Need to Talk About Kevin","After her son Kevin commits a horrific act, troubled mother Eva reflects on her complicated relationship with her disturbed son as he grew from a toddler into a teenager.","9.097","/TBNvX42VMq5vRNppY27mPYEz4Z.jpg","[{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':10583,'logo_path':null,'name':'Independent','origin_country':''},{'id':2452,'logo_path':'/6CLoZ59fLPG7UyxQtGTqRevjf58.png','name':'UK Film Council','origin_country':'GB'},{'id':51382,'logo_path':null,'name':'Footprint Investment Fund','origin_country':''},{'id':22309,'logo_path':null,'name':'Piccadilly Pictures','origin_country':''},{'id':9987,'logo_path':'/o5OTKAw7Acl5fTZYPyl8M8D9570.png','name':'Lipsync Productions','origin_country':'GB'},{'id':2394,'logo_path':'/sUWGEjxxCU5McOoD2JPrJHDW7K3.png','name':'Artina Films','origin_country':'US'},{'id':104132,'logo_path':null,'name':'Rockinghorse Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2011-09-28","10765283","113","[{'iso_639_1':'en','name':'English'}]","Released","Mummy's little monster???","We Need to Talk About Kevin","false","7.6","1258" +"false","/3shXpoLYyfKucz3vJXrP0FCuqJM.jpg","null","50000000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","http://www.weboughtazoo.com/","74465","tt1389137","en","We Bought a Zoo","Benjamin has lost his wife and, in a bid to start his life over, purchases a large house that has a zoo ??? welcome news for his daughter, but his son is not happy about it. The zoo is in need of renovation and Benjamin sets about the work with the head keeper and the rest of the staff, but, the zoo soon runs into financial trouble.","10.242","/2gYXRzCsQz7qpZKgoE28a9zX1eu.jpg","[{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'},{'id':8518,'logo_path':null,'name':'LBI Entertainment','origin_country':''},{'id':485,'logo_path':'/tVOP0mIeoYLua4Rw66OYNzitrrI.png','name':'Vinyl Films','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-12-22","120081841","124","[{'iso_639_1':'en','name':'English'}]","Released","A True Zoo Story","We Bought a Zoo","false","6.7","1441" +"false","/BKfK0XIkjLFeNJQGOS0tsF9F2D.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","159128","tt2309021","en","We Are What We Are","In this reimagining of the 2010 Mexican film of the same name, director Jim Mickle paints a gruesome portrait of an introverted family struggling to keep their macabre traditions alive, giving us something we can really sink our teeth into.","6.124","/evlXBQlXI99bcSSj6nLbriHaY3A.jpg","[{'id':2341,'logo_path':null,'name':'Belladonna Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-09-27","81381","105","[{'iso_639_1':'en','name':'English'}]","Released","Blood is the strongest bond.","We Are What We Are","false","5.7","295" +"false","/tFgcdLeTvewNjSjFw4CncwwU31D.jpg","null","0","[{'id':35,'name':'Comedy'}]","","204255","tt2302969","en","We Are the Freaks","Three misfits embark on a weekend they will never forget.","1.4","/F4idkDOEV6s4dxflDKBn817a7J.jpg","[{'id':18903,'logo_path':null,'name':'Lighthouse Home Entertainment','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2013-06-22","0","72","[{'iso_639_1':'en','name':'English'}]","Released","","We Are the Freaks","false","5.9","6" +"false","/qZvPzSUI3qGlQtK1mVXt9Z6UCZA.jpg","null","65000000","[{'id':18,'name':'Drama'}]","","11170","tt0758794","en","We Are Marshall","When a plane crash claims the lives of members of the Marshall University football team and some of its fans, the team's new coach and his surviving players try to keep the football program alive.","9.17","/5QElczp80krYemPJwamBi9IZMd3.jpg","[{'id':4022,'logo_path':'/q6Xts6ztGkTHrY1WfHttlhL3Pfc.png','name':'Wonderland Sound and Vision','origin_country':'US'},{'id':3528,'logo_path':'/cCzCClIzIh81Fa79hpW5nXoUsHK.png','name':'Thunder Road Pictures','origin_country':'US'},{'id':923,'logo_path':'/5UQsZrfbfG2dYJbx8DxfoTr2Bvu.png','name':'Legendary Entertainment','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-12-12","43545364","124","[{'iso_639_1':'en','name':'English'}]","Released","From the ashes we rose.","We Are Marshall","false","6.8","312" +"false","/uqLUeQR6wg80RMlcIbQQHIv8EDW.jpg","{'id':8979,'name':'Wayne's World Collection','poster_path':'/pSzpPW6pYtqJq038okmxBBE5zmN.jpg','backdrop_path':'/o0FVB2mVYTIjTuu89tW98QGzZzi.jpg'}","0","[{'id':10402,'name':'Music'},{'id':35,'name':'Comedy'}]","","8873","tt0108525","en","Wayne's World 2","A message from Jim Morrison in a dream prompts cable access TV stars Wayne and Garth to put on a rock concert, ""Waynestock,"" with Aerosmith as headliners. But amid the preparations, Wayne frets that a record producer is putting the moves on his girlfriend, Cassandra, while Garth handles the advances of mega-babe Honey Hornee.","11.493","/pBs9DuzWhqWX7vPjzB6AvAXKXzM.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-12-10","47965000","95","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'cn','name':'????????? / ?????????'}]","Released","You'll laugh again! You'll cry again!! You'll hurl again!!!","Wayne's World 2","false","5.9","465" +"false","/oge7Us6Sq08K2ydjmgkoLEu429.jpg","{'id':8979,'name':'Wayne's World Collection','poster_path':'/pSzpPW6pYtqJq038okmxBBE5zmN.jpg','backdrop_path':'/o0FVB2mVYTIjTuu89tW98QGzZzi.jpg'}","20000000","[{'id':10402,'name':'Music'},{'id':35,'name':'Comedy'}]","","8872","tt0105793","en","Wayne's World","When a sleazy TV exec offers Wayne and Garth a fat contract to tape their late-night public access show at his network, they can't believe their good fortune. But they soon discover the road from basement to big-time is a gnarly one, fraught with danger, temptation and ragin' party opportunities.","8.788","/ttv6BA0DOes1zXMnQSNXTGeGkdJ.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-02-14","121697323","94","[{'iso_639_1':'cn','name':'????????? / ?????????'},{'iso_639_1':'en','name':'English'}]","Released","You'll laugh. You'll cry. You'll hurl.","Wayne's World","false","6.6","1140" +"false","/o4TqDbx5y2WZriAgBNCobEzLhM1.jpg","null","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':10749,'name':'Romance'}]","","31509","tt0011841","en","Way Down East","A naive country girl is tricked into a sham marriage by a wealthy womanizer, then must rebuild her life despite the taint of having borne a child out of wedlock.","2.545","/urvrFNnneQcSsXkWvlPhV2J14vG.jpg","[{'id':4759,'logo_path':null,'name':'D.W. Griffith Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1920-09-03","0","145","[{'iso_639_1':'xx','name':'No Language'}]","Released","A simple story for plain people.","Way Down East","false","6.7","33" +"false","/2WZjxBC95ZVRqc0rxbV8a2NdPHt.jpg","null","175000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'}]","","9804","tt0114898","en","Waterworld","In a futuristic world where the polar ice caps have melted and made Earth a liquid planet, a beautiful barmaid rescues a mutant seafarer from a floating island prison. They escape, along with her young charge, Enola, and sail off aboard his ship. But the trio soon becomes the target of a menacing pirate who covets the map to 'Dryland' ??? which is tattooed on Enola's back.","13.855","/9I0z3rM8gdIyjHBTIYniFXiwFOo.jpg","[{'id':1073,'logo_path':null,'name':'Gordon Company','origin_country':''},{'id':1302,'logo_path':'/kQZtJdyphCmq292iGDqlUx0yk2D.png','name':'Davis Entertainment','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':6092,'logo_path':null,'name':'Licht/Mueller Film Corporation','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-07-28","264218220","135","[{'iso_639_1':'en','name':'English'}]","Released","Beyond the horizon lies the secret to a new beginning.","Waterworld","false","6","1759" +"false","/ncd51Nzk7a6DJKpD5FIMx9iRbWY.jpg","null","8500000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':80,'name':'Crime'}]","","93828","tt1684233","en","Welcome to the Punch","When notorious criminal Jacob Sternwood is forced to return to London, it gives detective Max Lewinsky one last chance to take down the man he's always been after.","5.558","/eJwSM618opISwPkzia9fNeFvW4Z.jpg","[{'id':9015,'logo_path':null,'name':'Worldview Entertainment','origin_country':''},{'id':9016,'logo_path':null,'name':'Between The Eyes','origin_country':''},{'id':7625,'logo_path':'/kzq4ibnNeZrp00zpBWv3st1QCOh.png','name':'Automatik Entertainment','origin_country':'US'},{'id':7437,'logo_path':'/e5CcgFrdlxMUwlsS72si8q1yHBr.png','name':'IM Global','origin_country':'US'},{'id':1645,'logo_path':'/6Ry6uNBaa0IbbSs1XYIgX5DkA9r.png','name':'Scott Free Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2013-03-15","9747","99","[{'iso_639_1':'en','name':'English'}]","Released","A Stunning, Intelligent Thriller","Welcome to the Punch","false","5.8","356" +"false","/3gu944cvSn9fY4ON9z7m26v3Rxh.jpg","null","38000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://waterforelephantsfilm.com/","55787","tt1067583","en","Water for Elephants","In this captivating Depression-era melodrama, impetuous veterinary student Jacob Jankowski joins a celebrated circus as an animal caretaker but faces a wrenching dilemma when he's transfixed by angelic married performer Marlena.","11.349","/yL2GKiIZTnr8w3M9NkCXSdbDTxA.jpg","[{'id':10893,'logo_path':null,'name':'Big Screen Productions','origin_country':''},{'id':711,'logo_path':'/tEiIH5QesdheJmDAqQwvtN60727.png','name':'Fox 2000 Pictures','origin_country':'US'},{'id':7717,'logo_path':null,'name':'Flashpoint Entertainment','origin_country':''},{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'},{'id':290,'logo_path':'/Q8mw2AOQQc8Qg0uNwLWq86DVZv.png','name':'Ingenious Media','origin_country':'GB'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-03-15","114156230","120","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pl','name':'Polski'}]","Released","Life is the most spectacular show on earth.","Water for Elephants","false","6.9","1548" +"false","/ok6Ws65nDSLAIKkKgIjqyM5OGCc.jpg","null","130000000","[{'id':9648,'name':'Mystery'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'}]","https://www.warnerbros.com/watchmen","13183","tt0409459","en","Watchmen","In a gritty and alternate 1985 the glory days of costumed vigilantes have been brought to a close by a government crackdown, but after one of the masked veterans is brutally murdered, an investigation into the killer is initiated. The reunited heroes set out to prevent their own destruction, but in doing so uncover a sinister plot that puts all of humanity in grave danger.","16.983","/1QqwJBv5a6ddgzaT6cLytJioyrJ.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':429,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Comics','origin_country':'US'},{'id':840,'logo_path':null,'name':'Lawrence Gordon Productions','origin_country':''},{'id':923,'logo_path':'/5UQsZrfbfG2dYJbx8DxfoTr2Bvu.png','name':'Legendary Entertainment','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':9995,'logo_path':'/mAIGhOYhN4N2N0F7p4dbKhgXf3l.png','name':'Cruel & Unusual Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-03-05","185258983","163","[{'iso_639_1':'en','name':'English'}]","Released","Justice is coming to all of us. No matter what we do.","Watchmen","false","7.2","4758" +"false","/afHMfwUVpUUykpge8Kzfyr455zu.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","267863","tt2107861","en","Walking on Sunshine","Set to the music of popular hit songs from the 1980s. A beautiful coastal village, present day Italy. After a whirlwind romance, Maddie is preparing to marry gorgeous Italian Raf, and has invited her sister Taylor to the wedding. Unbeknownst to Maddie, however, Raf is Taylor's ex-holiday flame, and the love of her life...","5.548","/4k4bLIzupwoIOy8lqwM57uyy90f.jpg","[{'id':7437,'logo_path':'/e5CcgFrdlxMUwlsS72si8q1yHBr.png','name':'IM Global','origin_country':'US'},{'id':10393,'logo_path':'/7MazD0kppT5OzdumzDi5IFYNthO.png','name':'Vertigo Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-06-19","0","97","[{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'en','name':'English'}]","Released","","Walking on Sunshine","false","6.4","145" +"false","/gD4hMnRj7539lYTowUydqARWRaJ.jpg","null","15000000","[{'id':35,'name':'Comedy'}]","","187596","tt2463288","en","Walk of Shame","A reporter's dream of becoming a news anchor is compromised after a one-night stand leaves her stranded in downtown L.A. without a phone, car, ID or money - and only 8 hours to make it to the most important job interview of her life.","12.613","/5TGX6do5nemPYyHCptjqHzU4HfR.jpg","[{'id':126,'logo_path':'/kADPanRDkKTxncPXXVahvHPUvCj.png','name':'Lakeshore Entertainment','origin_country':'US'},{'id':737,'logo_path':'/dK1GZ1u4our8sJW0Sts1JHeNSLn.png','name':'Sidney Kimmel Entertainment','origin_country':'US'},{'id':7263,'logo_path':'/auaadhBBcvvTDtmW2iJzOrEjfgO.png','name':'FilmDistrict','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-05-02","59209","95","[{'iso_639_1':'en','name':'English'}]","Released","Awesome night. Epic aftermath.","Walk of Shame","false","5.8","832" +"false","/eBHZQOzXAJCAjtJtX2yiiN6G0Mq.jpg","{'id':93731,'name':'Waiting Collection','poster_path':'/2gOKaOLhI3vdaE6wO2VpsBa408K.jpg','backdrop_path':null}","3000000","[{'id':35,'name':'Comedy'}]","","7553","tt0348333","en","Waiting...","Employees at a Bennigan's-like restaurant (called, creatively enough, Shenanigan's), kill time before their real lives get started. But while they wait, they'll have to deal with picky customers who want their steak cooked to order and enthusiastic managers who want to build the perfect wait staff. Luckily, these employees have effective revenge tactics.","8.626","/3cyqShU9PGMtTpQgnV7Um3nEOmk.jpg","[{'id':1305,'logo_path':null,'name':'L.I.F.T. Production','origin_country':''},{'id':2273,'logo_path':null,'name':'Eden Rock Media','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-10-07","18637690","94","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","What happens in the kitchen ends up on the plate.","Waiting...","false","6.3","344" +"false","/nEQpiO70A5PZLkfUdXAbNaMBC9O.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':27,'name':'Horror'},{'id':18,'name':'Drama'}]","","245589","tt3341832","en","Voodoo Possession","Imagine an insatiable demon that feeds on blood, thrives on pain, and reaches from beyond the grave to torment the living...and the dead. For believers and skeptics alike, there is nothing in this world or the next to rival the relentless evil of a Voodoo Possession. Burdened since childhood with a gnawing sense of guilt, cynical Aiden Chase journeys to a Haitian insane asylum in search of his missing brother. Upon arriving, he discovers all the inmates and the hospital administrator (Danny Trejo, Machete) are seemingly possessed by a bloodthirsty voodoo spirit. Now, Aiden must abandon reality and descend into a terrifying spirit world to try to rescue his brother - or they will both be damned for eternity.","2.079","/61ftOfyVbUuRfb5VmKLS94HehkS.jpg","[{'id':84091,'logo_path':null,'name':'Jugular','origin_country':''},{'id':18926,'logo_path':null,'name':'B2FX','origin_country':''},{'id':18927,'logo_path':null,'name':'Front Row Media','origin_country':''},{'id':18928,'logo_path':null,'name':'Front Row Productions','origin_country':''},{'id':18929,'logo_path':null,'name':'Rough Riders Studios','origin_country':''},{'id':18930,'logo_path':null,'name':'Waltertainment','origin_country':''}]","[]","2014-01-14","0","94","[{'iso_639_1':'en','name':'English'}]","Released","Fearing is Believing","Voodoo Possession","false","2.8","19" +"false","/5jbCmaUkE4Nk7i5G072ewSBhCuB.jpg","null","1200000","[{'id':53,'name':'Thriller'}]","http://www.visiblescarsmovie.com/","135451","tt1684567","en","Visible Scars","Seventeen years ago, Mike kills a new mother of twin girls and took the babies to a house in the woods, claiming them as his own to appease his wife's desire for kids. 10 years later Stacy flees to her uncle's old secluded cabin in those same woods to escape her abusive boyfriend. There she is haunted by the ghosts of the little girls crying for their mother.","0.718","/c0dw1gTKOME7QyehTday1tdhRMa.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-09-28","0","100","[{'iso_639_1':'en','name':'English'}]","Released","","Visible Scars","false","4.6","8" +"false","/rkpdTSEYq3A5kL0xb8r2Aqr0pt5.jpg","null","30000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","9271","tt0114857","en","Virtuosity","The Law Enforcement Technology Advancement Centre (LETAC) has developed SID version 6.7: a Sadistic, Intelligent, and Dangerous virtual reality entity which is synthesized from the personalities of more than 150 serial killers, and only one man can stop him.","5.591","/5emgnXYrXjqyiup2JsvtuENseiV.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-08-04","24048000","106","[{'iso_639_1':'en','name':'English'}]","Released","Justice needs a new program.","Virtuosity","false","5.5","246" +"false","/PDbpQBFHqkPUwtsnVXquRVCMkG.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","","91550","tt1634136","en","Violet & Daisy","Two teenage assassins accept what they think will be a quick-and-easy job, until an unexpected target throws them off their plan.","5.613","/lFr4EJwoq8iWFw3bf07oq9Zdpjq.jpg","[{'id':17135,'logo_path':null,'name':'Magic Violet','origin_country':'US'},{'id':2150,'logo_path':null,'name':'GreeneStreet Films','origin_country':'US'},{'id':856,'logo_path':'/3tfzS2CrX6Ntbu927XzHXEPDA6y.png','name':'Wild Bunch','origin_country':'FR'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-09-15","0","88","[{'iso_639_1':'en','name':'English'}]","Released","Too much sugar can kill you.","Violet & Daisy","false","6.1","134" +"false","/yoWWfElpXuIu3mFlq6mgFQ8Q1Bd.jpg","null","0","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","","39834","tt0048790","en","Violent Saturday","Three men case a small town very carefully, with plans to rob the bank on the upcoming Saturday, which turns violent and deadly.","3.879","/zZQmZgamK4lSA4rBz8dbkfoNhsw.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1955-04-01","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Violent Saturday","false","7.1","21" +"false","/8QMNOUzMQfNvm0CdQVvin2Qo3RQ.jpg","null","0","[{'id':18,'name':'Drama'}]","","55309","tt0100873","en","Vincent & Theo","The tragic story of Vincent van Gogh broadened by focusing as well on his brother Theodore, who helped support Vincent. Based on the letters written between the two.","2.086","/2ZCnkRIRH66aPkhHJsv4MQzwDr4.jpg","[]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'NL','name':'Netherlands'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'DE','name':'Germany'}]","1990-12-02","0","138","[{'iso_639_1':'en','name':'English'}]","Released","An obsessive vision. A desperate dream. A world that didn't understand??? And a brother that did.","Vincent & Theo","false","6.4","22" +"false","/5OcRgYf28xjZhnSt9rIOJE490L8.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","http://www.theofficialjohncarpenter.com/village-of-the-damned/","12122","tt0114852","en","Village of the Damned","An American village is visited by some unknown life form which leaves the women of the village pregnant. Nine months later, the babies are born, and they all look normal, but it doesn't take the ""parents"" long to realize that the kids are not human or humane.","5.179","/1Iezq745huWW3xB5xQMPDdyyWx7.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-04-28","0","99","[{'iso_639_1':'en','name':'English'}]","Released","Beware the Children","Village of the Damned","false","5.8","306" +"false","/kRFo2bvYm8n4kUSvhcfiKdsnLPH.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","132064","tt1711018","en","Vile","A group of attractive young people (of course) awaken to find themselves prisoners in a mysterious house with no means of escape. They are each outfitted with new accouterments--electronic devices attached to the base of their skulls--and a recording on a television screen alerts them of their task. In order to escape, they must hurt themselves and each other. The chemicals that the brain produces when in pain are collected by the devices, and when it collects a predetermined amount, the doors will be opened. Fail to do it in time, and everybody dies.","5.202","/w8TlkQEZkSAHwxTdPwsK2LYQqiv.jpg","[{'id':21609,'logo_path':null,'name':'Tony-Seven Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-08-25","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Give Till It Hurts.","Vile","false","5","74" +"false","/7lK2cM9zotTi3pqX5LHe2u9IY1E.jpg","null","15600000","[{'id':12,'name':'Adventure'}]","","100542","tt1785669","en","Vikingdom","A warrior fleeing the violence of his past must take up the sword and risk everything to face a god of incalculable power.","4.939","/1WkvcHvSa1EWwAYHrldLCq4bHsJ.jpg","[{'id':15205,'logo_path':'/yioKGyNvToqvVIdTOJji2OOXnqH.png','name':'KRU Studios','origin_country':'MY'}]","[{'iso_3166_1':'MY','name':'Malaysia'}]","2013-09-11","0","114","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'zh','name':'?????????'}]","Released","Live by the Sword.","Vikingdom","false","4.5","30" +"false","/ugFOHcNFJ45ZQa8bfjrSQBHUnHS.jpg","null","5952000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':878,'name':'Science Fiction'}]","","837","tt0086541","en","Videodrome","As the president of a trashy TV channel, Max Renn is desperate for new programming to attract viewers. When he happens upon ""Videodrome,"" a TV show dedicated to gratuitous torture and punishment, Max sees a potential hit and broadcasts the show on his channel. However, after his girlfriend auditions for the show and never returns, Max investigates the truth behind Videodrome and discovers that the graphic violence may not be as fake as he thought.","9.691","/fl09Ai2lKPau49MdLp0pOc5rYlP.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':541,'logo_path':null,'name':'Famous Players Ltd','origin_country':''},{'id':542,'logo_path':null,'name':'Guardian Trust Company','origin_country':''},{'id':543,'logo_path':null,'name':'Filmplan International II','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","1983-02-04","2120439","88","[{'iso_639_1':'en','name':'English'}]","Released","First it controls your mind. Then it destroys your body.","Videodrome","false","7.3","859" +"false","/cTPS3ib89O4HSOtZDa3YXvaas5F.jpg","null","10000000","[{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'}]","","307663","tt3480796","en","Vice","Julian Michaels has designed the ultimate resort: VICE, where anything goes and the customers can play out their wildest fantasies with artificial inhabitants who look, think and feel like humans. When an artificial becomes self-aware and escapes, she finds herself caught in the crossfire between Julian's mercenaries and a cop who is hell-bent on shutting down Vice, and stopping the violence once and for all.","12.874","/gwiY5RJFYSjsoSwoeeo6AbGYjpb.jpg","[{'id':3604,'logo_path':'/jC6Hk3ZyNRlVPJsA0xGlAhgd2RP.png','name':'Grindstone Entertainment Group','origin_country':'US'},{'id':10405,'logo_path':null,'name':'Emmett/Furla Films','origin_country':'US'},{'id':6715,'logo_path':null,'name':'K5 International','origin_country':'DE'},{'id':33832,'logo_path':null,'name':'Aperture Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-01-16","0","96","[{'iso_639_1':'en','name':'English'}]","Released","Where the future is your past.","Vice","false","4.3","304" +"false","/c8xttOCoBVRyBgxKwkSRgVKCV2y.jpg","{'id':207621,'name':'V/H/S Collection','poster_path':'/esfk62fcqTWqB90dAHaVMbDWmbM.jpg','backdrop_path':'/wSdVm0uxEvYlwMxOAhipUUzey4w.jpg'}","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","159117","tt2450186","en","V/H/S/2","Inside a darkened house looms a column of TVs littered with VHS tapes, a pagan shrine to forgotten analog gods. The screens crackle and pop endlessly with monochrome vistas of static white noise permeating the brain and fogging concentration. But you must fight the urge to relax: this is no mere movie night. Those obsolete spools contain more than just magnetic tape. They are imprinted with the very soul of evil.","6.681","/t1lILqp0Yfg0SncPyEw0DtR72G5.jpg","[{'id':15156,'logo_path':null,'name':'The Collective','origin_country':''},{'id':15157,'logo_path':null,'name':'Bloody Disgusting','origin_country':''},{'id':15158,'logo_path':null,'name':'8383 Productions','origin_country':''},{'id':15159,'logo_path':null,'name':'Snoot Entertainment','origin_country':''},{'id':15160,'logo_path':null,'name':'Haxan Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'ID','name':'Indonesia'}]","2013-06-06","21833","95","[{'iso_639_1':'en','name':'English'}]","Released","Who's tracking you?","V/H/S/2","false","6.1","433" +"false","/ejgJ1x3R8aOWr8c4FJLljbqKYGy.jpg","null","0","[{'id':18,'name':'Drama'}]","","43028","tt0055597","en","Victim","In early 1960s London, barrister Melville Farr is on the path to success. With his practice winning cases and a loving marriage to his wife, Farr's career and personal life are nearly idyllic. However, when blackmailers link Farr to a young gay man, everything Farr has worked for is threatened. As it turns out, Farr is a closeted homosexual -- which is problematic, due to Britain's anti-sodomy laws. But instead of giving in, Farr decides to fight.","2.851","/h7cqCVwYnYhixDosuHMZGLtl0Tv.jpg","[]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1961-08-01","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Victim","false","7.3","38" +"false","/z1RXq7GvPcRD4oDKmlmxV2kCz8Z.jpg","{'id':207621,'name':'V/H/S Collection','poster_path':'/esfk62fcqTWqB90dAHaVMbDWmbM.jpg','backdrop_path':'/wSdVm0uxEvYlwMxOAhipUUzey4w.jpg'}","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","267806","tt3704538","en","V/H/S: Viral","V/H/S: VIRAL's segments include the story of a deranged illusionist who obtains a magical object of great power, a homemade machine that opens a door to a parallel world, teenage skaters that unwillingly become targets of a Mexican death cult ritual, and a sinister, shadowy organization that is tracking a serial killer. The segments are tied together by the story of a group of fame-obsessed teens following a violent car chase in LA that unwittingly become stars of the next internet sensation.","5.328","/e0z9RMcs3dstmNllNqdsoSfzMTh.jpg","[{'id':15157,'logo_path':null,'name':'Bloody Disgusting','origin_country':''},{'id':15158,'logo_path':null,'name':'8383 Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-10-23","2756","81","[{'iso_639_1':'en','name':'English'}]","Released","","V/H/S: Viral","false","4.4","248" +"false","/xAC9kXLxUHpdCkISgYcLzYrxIQR.jpg","{'id':207621,'name':'V/H/S Collection','poster_path':'/esfk62fcqTWqB90dAHaVMbDWmbM.jpg','backdrop_path':'/wSdVm0uxEvYlwMxOAhipUUzey4w.jpg'}","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","http://www.magnetreleasing.com/vhs/","84348","tt2105044","en","V/H/S","When a group of misfits is hired by an unknown third party to burglarize a desolate house and acquire a rare VHS tape, they discover more found footage than they bargained for.","7.201","/yo49x6Jhr1ecCjy1ByFqwAbtARJ.jpg","[{'id':15156,'logo_path':null,'name':'The Collective','origin_country':''},{'id':15157,'logo_path':null,'name':'Bloody Disgusting','origin_country':''},{'id':15158,'logo_path':null,'name':'8383 Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-07-28","100345","116","[{'iso_639_1':'en','name':'English'}]","Released","This collection is killer.","V/H/S","false","5.8","586" +"false","/ye4ivTkrs5B9p4eork7pD0vo3QB.jpg","null","0","[{'id':18,'name':'Drama'}]","","70706","tt1931602","en","Very Good Girls","Two New York City girls make a pact to lose their virginity during their first summer out of high school. When they both fall for the same street artist, the friends find their connection tested for the first time.","5.554","/vYpptLSKjfEEEdsqvwbOF2a4fgM.jpg","[{'id':55106,'logo_path':null,'name':'Herrick Productions','origin_country':''},{'id':4205,'logo_path':null,'name':'Groundswell Productions','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2013-01-22","0","91","[{'iso_639_1':'en','name':'English'}]","Released","When we lose our innocence, we have to find ourselves.","Very Good Girls","false","6","236" +"false","/c7iSbhSffDkM2yf5cg3D91FuVga.jpg","null","2479000","[{'id':9648,'name':'Mystery'},{'id':10749,'name':'Romance'},{'id':53,'name':'Thriller'}]","","426","tt0052357","en","Vertigo","A retired San Francisco detective suffering from acrophobia investigates the strange activities of an old friend's wife, all the while becoming dangerously obsessed with her.","13.876","/obhM86qyv8RsE69XSMTtT9FdE0b.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':10715,'logo_path':null,'name':'Alfred J. Hitchcock Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1958-05-09","28000000","128","[{'iso_639_1':'en','name':'English'}]","Released","Alfred Hitchcock engulfs you in a whirlpool of terror and tension!","Vertigo","false","8.2","2373" +"false","/tsYSF4tiZS14iYhBDSFUILT6fIn.jpg","null","260","[{'id':27,'name':'Horror'},{'id':18,'name':'Drama'}]","http://www.lightfilms.co.uk/production/latest-films/wasteland.html","291533","tt2352892","en","Wasteland","Wasteland is set in a world ravaged by a deadly virus and within that world is Scott Miller, a man who, against the odds, is trying to carve out some sort of life. The deadly infection that has ravaged the globe has almost totally wiped out the human race and Scott must spend his days finding water, food etc. Whilst trying to find uninfected people by radio, he must also avoid the many dangers that lurk in the outside world, while he waits for the return of the love of his life, Beth.","1.058","/iomA2ts6MrQNPOOoqsUUWimwszM.jpg","[{'id':32650,'logo_path':null,'name':'FJELD Productions','origin_country':''}]","[]","2013-10-26","0","92","[{'iso_639_1':'en','name':'English'}]","Released","The end of the world","Wasteland","false","4.1","7" +"false","/f5s2Sxn5ivRWxMpya6wZ8wmuuQX.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':10749,'name':'Romance'}]","","70418","tt1647483","en","Wasted on the Young","When a high school party goes dangerously off the rails, one teenager finds that revenge is just a computer click away.","1.932","/yJkgdID7unIVVC4M2jVD7zjjHbv.jpg","[{'id':55254,'logo_path':null,'name':'WBMC','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2010-06-13","0","97","[{'iso_639_1':'en','name':'English'}]","Released","Youth is innocent until proven guilty.","Wasted on the Young","false","5.3","23" +"false","/jaTmBoq4ivERPxpXGnyba1yipLB.jpg","null","0","[{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'}]","http://www.warrioress.co.uk/index.html","324382","tt1723129","de","Warrioress","Two powerful female warriors must journey across a post-apocalyptic land to fight a ritual duel, and fulfill an ancient prophecy.","0.6","/7jfZQQkRVxvYXF436AjUimOQDC4.jpg","[{'id':46464,'logo_path':null,'name':'Fearful Symmetry Productions','origin_country':''},{'id':46463,'logo_path':null,'name':'Angry Badger Pictures','origin_country':''},{'id':46465,'logo_path':null,'name':'Fighting Spirit Films','origin_country':''}]","[]","2011-02-08","0","92","[{'iso_639_1':'en','name':'English'}]","Released","A story of blood and betrayal","Warrioress","false","7","2" +"false","/hra7Eas9ntYDNaHgJci4KlS0wt1.jpg","null","25000000","[{'id':18,'name':'Drama'}]","http://www.warriorfilm.com/index2.html","59440","tt1291584","en","Warrior","The youngest son of an alcoholic former boxer returns home, where he's trained by his father for competition in a mixed martial arts tournament - a path that puts the fighter on a collision course with his estranged, older brother, an ex-marine with a tragic past.","11.867","/qzeShckQ34eJJFQ24dTx9QI8kcS.jpg","[{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':6573,'logo_path':null,'name':'Mimran Schur Pictures','origin_country':''},{'id':1001,'logo_path':null,'name':'Solaris Film','origin_country':''},{'id':12425,'logo_path':null,'name':'Filmtribe','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-09-09","23057115","140","[{'iso_639_1':'en','name':'English'}]","Released","Family is Worth Fighting For","Warrior","false","7.8","2107" +"false","/eYz9092lI2IFS6Ho0Xs296A5YJK.jpg","null","35000000","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","82654","tt1588173","en","Warm Bodies","After a zombie becomes involved with the girlfriend of one of his victims, their romance sets in motion a sequence of events that might transform the entire lifeless world.","9.981","/jqJEkZKTqoAlmaexoWZIkjHdtA7.jpg","[{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2013-01-31","116980662","97","[{'iso_639_1':'en','name':'English'}]","Released","Cold body. Warm heart.","Warm Bodies","false","6.3","3988" +"false","/pky7mWA79SR14JhLaAKp8epcdu6.jpg","null","0","[{'id':37,'name':'Western'}]","","37412","tt0053434","en","Warlock","A band of murderous cowboys have imposed a reign of terror on the town of Warlock. When the sheriff humiliatingly run out of town the residents hire the services of Clay Blaisedell as facto town marshal. He arrives along with his friend Tom Morgan and sets about restoring law and order on his own terms whilst also overseeing the establishment of a gambling house and saloon.","4.353","/nfmyJmhJ11eKzyv8l8U5qAHW4fk.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1959-06-10","0","122","[{'iso_639_1':'en','name':'English'}]","Released","Wherever you've been ... Whatever you've seen ... You've never run into anything like Warlock.","Warlock","false","6.8","51" +"false","/le5yDmBjPbSutl4tQJtXxaf01g0.jpg","null","0","[{'id':18,'name':'Drama'}]","","246013","tt2845578","en","War Story","Lee is a world-weary American woman who arrives in an Italian city. Her tangles with hotel staff, incessant smoking and her disregard of the persistently ringing telephone hint at her volatility brewing beneath the surface. Between fitful naps, she wanders the streets, snapping pictures of refugees as if her camera were both weapon and olive branch. Struggling to confront her demons, Lee resolves to help a beautiful young woman in need.","1.275","/igW5xaTHzwUqJV21ljBGk0v3B1x.jpg","[]","[]","2014-01-19","0","90","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","","War Story","false","4.5","9" +"false","/h5ulWbuWRqQeNQ9STH5NfH9fVSz.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':16,'name':'Animation'},{'id':878,'name':'Science Fiction'}]","http://www.wotw-goliath.com/","256601","tt2320924","ru","War of the Worlds: Goliath","Fifteen years have passed since the Martians??? first failed invasion of Earth. The year is 1914, and at the eve of World War I, Mars launches a sudden and more devastating second attack. A small defense force, A.R.E.S., is Earth???s only hope. The giant A.R.E.S. battle tripod GOLIATH is called up to war, and its young multinational crew must face their fears in their struggle to save Humanity from the alien invaders.","1.688","/lqHY6yrtUWpo6R441HxOTLjeEhB.jpg","[{'id':26258,'logo_path':null,'name':'M.S.C.','origin_country':'JP'},{'id':22902,'logo_path':null,'name':'Tripod Entertainment','origin_country':''},{'id':26259,'logo_path':null,'name':'Finas','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'MY','name':'Malaysia'},{'iso_3166_1':'JP','name':'Japan'}]","2012-07-14","0","85","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","","War of the Worlds: Goliath","false","5.3","8" +"false","/bwTb66gicrB7HbkogwNs9V37Ddb.jpg","null","132000000","[{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","","74","tt0407304","en","War of the Worlds","Ray Ferrier is a divorced dockworker and less-than-perfect father. Soon after his ex-wife and her new husband drop of his teenage son and young daughter for a rare weekend visit, a strange and powerful lightning storm touches down.","14.634","/xXMM9KY2eq1SDOQif9zO91YOBA8.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'},{'id':44,'logo_path':null,'name':'Cruise/Wagner Productions','origin_country':''},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-06-28","591739379","116","[{'iso_639_1':'en','name':'English'}]","Released","They're already here.","War of the Worlds","false","6.3","4223" +"false","/iO4fslQ9CenAOcg3JfhN6o9va2.jpg","null","66000000","[{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","http://www.warhorsemovie.com/","57212","tt1568911","en","War Horse","Follows a young man named Albert and his horse, Joey, and how their bond is broken when Joey is sold to the cavalry and sent to the trenches of World War One. Despite being too young to enlist, Albert heads to France to save his friend.","12.472","/6wMoQyJddEiLCzLUHiX7LNWhDol.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'},{'id':7294,'logo_path':'/kK4PRgceWp9KNrycD8xx8seWxYU.png','name':'Reliance Entertainment','origin_country':'IN'},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'},{'id':862,'logo_path':'/udTjbqPmcTbfrihMuLtLcizDEM1.png','name':'The Kennedy/Marshall Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-12-25","177584879","146","[{'iso_639_1':'en','name':'English'}]","Released","Separated by War. Tested by Battle. Bound by Friendship.","War Horse","false","7.2","1782" +"false","/feLN2ERkfWplR6zCT1LxsqgyAxs.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':10752,'name':'War'},{'id':37,'name':'Western'}]","","60551","tt0046532","en","War Arrow","A thrilling Cavalry-versus-Indians adventure starring Jeff Chandler as an Army official recruiting Seminole allies, against his superior's wishes, to stop a planned Kiowa attack.","1.427","/ghpiljV1gtucFlSQOS5V959SS3y.jpg","[{'id':10330,'logo_path':'/nY62adzeba5GVK8LJYD6yd9R8H4.png','name':'Universal International Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1954-01-01","0","78","[{'iso_639_1':'en','name':'English'}]","Released","Indian tomahawk and cavalry saber fighting side-by-side for the glory of the West!","War Arrow","false","6.3","8" +"false","/nUqFvwyLwZwT6Y3phbRNliTimZ5.jpg","{'id':462400,'name':'Wanted Collection','poster_path':null,'backdrop_path':null}","75000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","http://www.wantedmovie.com/","8909","tt0493464","en","Wanted","Doormat Wesley Gibson discovers that his recently murdered father ??? who Wesley never knew ??? belonged to a secret guild of assassins. After a leather-clad sexpot drafts Wesley into the society, he hones his innate killing skills and turns avenger.","15.839","/mUrkppyahzk6koYFekxeu0tmcPd.jpg","[{'id':2526,'logo_path':'/kzIW6QWhacDwzGoXEIWhac8rb70.png','name':'Kickstart','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':158,'logo_path':'/6SHlNIype9zmyEMRsBtoueUtLsq.png','name':'Spyglass Entertainment','origin_country':'US'},{'id':1038,'logo_path':'/o62j8ZNXmRTrq6ThviFWiL9zb8J.png','name':'Bazelevs Production','origin_country':'RU'},{'id':2527,'logo_path':'/osO7TGmlRMistSQ5JZusPhbKUHk.png','name':'Marc Platt Productions','origin_country':'US'},{'id':2528,'logo_path':'/5OZP2dM6B6wBXfwadqk0TJBBPJP.png','name':'Top Cow Productions','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':23955,'logo_path':null,'name':'Ringerike Zweite Filmproduktion','origin_country':''},{'id':76043,'logo_path':'/9RO2vbQ67otPrBLXCaC8UMp3Qat.png','name':'Revolution Sun Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-06-19","258270008","110","[{'iso_639_1':'en','name':'English'}]","Released","Choose your destiny.","Wanted","false","6.4","4005" +"false","/4laX0hT8ULoiuguZbD0WG3udG9s.jpg","null","35000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","50647","tt1655460","en","Wanderlust","Rattled by sudden unemployment, a Manhattan couple surveys alternative living options, ultimately deciding to experiment with living on a rural commune where free love rules.","10.697","/6dbzcnxU49xtvLrqsxqODJqRN9S.jpg","[{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':41962,'logo_path':null,'name':'A Hot Dog','origin_country':''},{'id':10105,'logo_path':'/bN4tiAS8oNlHhIqq66KBPQ1Ekqh.png','name':'Apatow Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-02-23","24159934","98","[{'iso_639_1':'en','name':'English'}]","Released","Leave your baggage behind","Wanderlust","false","5.4","666" +"false","/4ivjMedEegDXejLGobEzMvswPBe.jpg","null","25000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","10431","tt0499556","en","War","FBI agent Jack Crawford is out for revenge when his partner is killed and all clues point to the mysterious assassin Rogue. But when Rogue turns up years later to take care of some unfinished business, he triggers a violent clash of rival gangs. Will the truth come out before it's too late? And when the dust settles, who will remain standing?","10.342","/envBC1uSYRWVj2p3Im8XbPKZ4B5.jpg","[{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':748,'logo_path':null,'name':'Mosaic Media Group','origin_country':''},{'id':12138,'logo_path':null,'name':'Fierce Entertainment','origin_country':''},{'id':972,'logo_path':null,'name':'Current Entertainment','origin_country':''},{'id':23956,'logo_path':null,'name':'Rogue Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CA','name':'Canada'}]","2007-08-24","40452643","103","[{'iso_639_1':'cn','name':'????????? / ?????????'},{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'}]","Released","Vengeance is the ultimate weapon.","War","false","6.1","677" +"false","/2nFyTvssbtJMLC6eyYwwZ88gALD.jpg","null","180000000","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':878,'name':'Science Fiction'}]","https://www.pixar.com/feature-films/walle/","10681","tt0910970","en","WALL??E","WALL??E is the last robot left on an Earth that has been overrun with garbage and all humans have fled to outer space. For 700 years he has continued to try and clean up the mess, but has developed some rather interesting human-like qualities. When a ship arrives with a sleek new type of robot, WALL??E thinks he's finally found a friend and stows away on the ship when it leaves.","21.004","/9cJETuLMc6R0bTWRA5i7ctY9bxk.jpg","[{'id':3,'logo_path':'/1TjvGVDMYsj6JBxOAkUHpPEwLf7.png','name':'Pixar','origin_country':'US'},{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-06-22","521311860","98","[{'iso_639_1':'en','name':'English'}]","Released","After 700 years of doing what he was built for, he'll discover what he was meant for.","WALL??E","false","8","10394" +"false","/pZ1w2srBLJNUfKSzcyfKWqHLj6s.jpg","{'id':52783,'name':'Wall Street Collection','poster_path':'/6eT4277jNMQ8qTODYjxoNbYJhgZ.jpg','backdrop_path':'/sEKYBSwZFFppJ5GmEVxsECr7ilR.jpg'}","70000000","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","http://www.wallstreetmoneyneversleeps.com/","33909","tt1027718","en","Wall Street: Money Never Sleeps","As the global economy teeters on the brink of disaster, a young Wall Street trader partners with disgraced former Wall Street corporate raider Gordon Gekko on a two tiered mission: To alert the financial community to the coming doom, and to find out who was responsible for the death of the young trader's mentor.","9.106","/fRejmA7n1SIKQaYp4YC0jhONWCs.jpg","[{'id':6455,'logo_path':null,'name':'Edward R. Pressman Film','origin_country':''},{'id':6332,'logo_path':null,'name':'Dune Entertainment III','origin_country':'US'},{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-09-02","134748021","133","[{'iso_639_1':'en','name':'English'}]","Released","Gordon never gives up.","Wall Street: Money Never Sleeps","false","6","766" +"false","/sN3meOEJziO9HDjRzg2vhVm6uGu.jpg","{'id':52783,'name':'Wall Street Collection','poster_path':'/6eT4277jNMQ8qTODYjxoNbYJhgZ.jpg','backdrop_path':'/sEKYBSwZFFppJ5GmEVxsECr7ilR.jpg'}","15000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","10673","tt0094291","en","Wall Street","A young and impatient stockbroker is willing to do anything to get to the top, including trading on illegal inside information taken through a ruthless and greedy corporate raider whom takes the youth under his wing.","9.029","/fC9zRkJjgemBEmubrZaWXtC4FcN.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-12-10","43848069","126","[{'iso_639_1':'en','name':'English'}]","Released","Every dream has a price.","Wall Street","false","7.1","927" +"false","/msSfbrMd7LKbCW9ivIupAHo8yvp.jpg","null","80000000","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':12,'name':'Adventure'}]","http://www.walkingwithdinosaurs.com/movie/","77951","tt1762399","en","Walking with Dinosaurs","Walking with Dinosaurs 3D is a film depicting life-like 3D dinosaur characters set in photo-real landscapes that transports audiences to the prehistoric world as it existed 70 million years ago. The film is based on the 1999 documentary television miniseries Walking with Dinosaurs, produced by the BBC. Walking with Dinosaurs 3D is being produced by Evergreen Studios, the company that produced Happy Feet, and it is was released on October 11, 2013.","10.674","/3QS2WnruXRj7T4gh9joOFhY6YqB.jpg","[{'id':6733,'logo_path':null,'name':'Reliance Big Entertainment','origin_country':''},{'id':8089,'logo_path':'/kEUAzsG2hZcCV7rmSCozgLhGWaa.png','name':'Animal Logic','origin_country':'AU'},{'id':8090,'logo_path':'/ktzmUmVCQPjQGblWfDPBLKsIWKA.png','name':'BBC Earth','origin_country':'GB'},{'id':3164,'logo_path':'/gyJlH4vQsBuOJXDeaRw57FvCes2.png','name':'BBC Worldwide','origin_country':'GB'},{'id':8091,'logo_path':null,'name':'Evergreen Films','origin_country':''},{'id':53499,'logo_path':null,'name':'Evergreen MD','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'IN','name':'India'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2013-12-18","126546518","87","[{'iso_639_1':'en','name':'English'}]","Released","The Greatest Adventure in 70 Million Years","Walking with Dinosaurs","false","5.4","197" +"false","/9a3lNFkZbOoQwSRhEDAOfzasi3o.jpg","{'id':299748,'name':'Walking Tall Collection','poster_path':'/wdk59P3cjnx8w78o1K5pos0yUgN.jpg','backdrop_path':'/zzVAOPbmA8bGmRVV8NsV8swBrbG.jpg'}","56000000","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","11358","tt0351977","en","Walking Tall","A former U.S. soldier returns to his hometown to find it overrun by crime and corruption, which prompts him to clean house.","14.147","/mgYJjfWiuL2jPbypv1ICnd9JSCs.jpg","[{'id':13816,'logo_path':null,'name':'Hyde Park Entertainment','origin_country':''},{'id':10227,'logo_path':'/3YfRy3DBl4abcqkzGx4RVNz12yl.png','name':'Mandeville Films','origin_country':'US'},{'id':23938,'logo_path':null,'name':'Burke/Samples/Foster Productions','origin_country':''},{'id':10339,'logo_path':'/oiIi36MaWXwvvHWX5eojoE2Fiyv.png','name':'WWE Studios','origin_country':'US'},{'id':23940,'logo_path':null,'name':'Cub Eight Productions','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-04-02","57223890","86","[{'iso_639_1':'en','name':'English'}]","Released","One man will stand up for what's right.","Walking Tall","false","6","616" +"false","/yuK3xiw7SRgsP5nDF7vqaYEyVE2.jpg","{'id':157504,'name':'Walking Tall Original Collection','poster_path':'/gHavKYvj6kxw5W2kOlW4bXVUIsq.jpg','backdrop_path':'/310U3k32AbPzwQ40qg1o78VoVcB.jpg'}","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","25473","tt0070895","en","Walking Tall","Buford Pusser's a wrestler, whose wife wants him to settle down, so they go to his home town in Tennessee, where he plans to get into business with his father. But he is shocked to discover all sorts of graft and corruption going on. And when he is a victim of it and decides to strike back by running against the corrupt sheriff. And he wins and wages his own little war against them","4.098","/tHa5TqyibLNOPbxR7cJ3Z1Bi1i0.jpg","[{'id':5409,'logo_path':null,'name':'Bing Crosby Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1973-02-22","0","125","[{'iso_639_1':'en','name':'English'}]","Released","Take your best shot... 'cause it'll probably be your last.","Walking Tall","false","6.7","44" +"false","/kbVaXdh1wpeo9XqMDCQB9no4QlB.jpg","{'id':134011,'name':'The Fugitive / U.S. Marshals Collection','poster_path':'/a2dX7vYUPPPkg6cIzuPJMLz7b5E.jpg','backdrop_path':'/9xbrJQoHkTgkXY8oDsTmND0FiEX.jpg'}","60000000","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':28,'name':'Action'}]","","11808","tt0120873","en","U.S. Marshals","U.S. Marshal Sam Gerard is accompanying a plane load of convicts from Chicago to New York. The plane crashes spectacularly, and Mark Sheridan escapes. But when Diplomatic Security Agent John Royce is assigned to help Gerard recapture Sheridan, it becomes clear that Sheridan is more than just another murderer.","19.656","/3uixF2pHa0whTKcYmenDrArX0II.jpg","[{'id':824,'logo_path':null,'name':'Kopelson Entertainment','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-03-06","102367405","131","[{'iso_639_1':'en','name':'English'}]","Released","The cop who won't stop is back. But this time he's chasing down a lot more than a fugitive.","U.S. Marshals","false","6.3","661" +"false","/qao8lO5IIOZlFQ5k7lxC5Rid3TX.jpg","null","25000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","22947","tt1193138","en","Up in the Air","George Clooney plays the dry cynical character of Ryan Bingham, an executive who specializes in ""downsizing"". Ryan lives out of his suitcase, traveling the country for the sole purpose terminating unwanted employees day after day. Just as Ryan is about to reach his life-long goal of the ten million mile frequent flyer mark some major changes come his way. Changes that threaten to crack the cold heartless exterior that is Ryan Bingham.","11.161","/skp6h2el5rsaRmlzBhWZ6ZPyW2i.jpg","[{'id':32157,'logo_path':null,'name':'Right of Way Films','origin_country':'US'},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':2363,'logo_path':null,'name':'Cold Spring Pictures','origin_country':''},{'id':10261,'logo_path':null,'name':'DW Studios','origin_country':''},{'id':2201,'logo_path':null,'name':'Rickshaw Productions','origin_country':''},{'id':2364,'logo_path':'/oZyR5maGM96jReVgW7oJ7mXN8ts.png','name':'The Montecito Picture Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-09-05","163670000","110","[{'iso_639_1':'en','name':'English'}]","Released","The story of a man ready to make a connection.","Up in the Air","false","6.8","1956" +"false","/eXuIPt9I1xuaVddlgzEQRC2EMnJ.jpg","null","35000000","[{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","http://www.sonypictures.com/movies/untraceable/","8090","tt0880578","en","Untraceable","Special Agent Jennifer Marsh (Diane Lane) works in an elite division of the FBI dedicated to fighting cybercrime. She thinks she has seen it all, until a particularly sadistic criminal arises on the Internet. This tech-savvy killer posts live feeds of his crimes on his website; the more hits the site gets, the faster the victim dies. Marsh and her team must find the elusive killer before time runs out.","8.172","/ySUwDRDEn01lKIMPQorpFCMLWqE.jpg","[{'id':2397,'logo_path':null,'name':'Cohen/Pearl Productions','origin_country':''},{'id':3287,'logo_path':'/bz6GbCQQXGNE56LTW9dwgksW0Iw.png','name':'Screen Gems','origin_country':'US'},{'id':126,'logo_path':'/kADPanRDkKTxncPXXVahvHPUvCj.png','name':'Lakeshore Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-01-22","32483410","101","[{'iso_639_1':'en','name':'English'}]","Released","A cyber killer has finally found the perfect accomplice: You.","Untraceable","false","6","380" +"false","/6fX7NF6IUJCTVssei7Shgl9J6LL.jpg","null","175000000","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':12,'name':'Adventure'}]","http://disney.go.com/disneypictures/up/","14160","tt1049413","en","Up","Carl Fredricksen spent his entire life dreaming of exploring the globe and experiencing life to its fullest. But at age 78, life seems to have passed him by, until a twist of fate (and a persistent 8-year old Wilderness Explorer named Russell) gives him a new lease on life.","18.64","/nk11pvocdb5zbFhX5oq5YiLPYMo.jpg","[{'id':3,'logo_path':'/1TjvGVDMYsj6JBxOAkUHpPEwLf7.png','name':'Pixar','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-05-28","735099082","96","[{'iso_639_1':'en','name':'English'}]","Released","","Up","false","7.9","11889" +"false","/xd3hJY0064vBH6eUBlK9V3G1TkX.jpg","null","45000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","http://www.universalstudiosentertainment.com/unleashed/","10027","tt0342258","en","Unleashed","Raised as a slave, Danny is used to fighting for his survival. In fact, his ""master,"" Bart, thinks of him as a pet and goes as far as leashing him with a collar so they can make money in fight clubs, where Danny is the main contender. When Bart's crew is in a car accident, Danny escapes and meets a blind, kindhearted piano tuner who takes him in and uses music to free the fighter's long-buried heart.","9.952","/hfyZgFOjZAk10YlsRl9krBMuQ9K.jpg","[{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':972,'logo_path':null,'name':'Current Entertainment','origin_country':''},{'id':2748,'logo_path':null,'name':'Clubdeal','origin_country':''},{'id':6896,'logo_path':'/2Q89KvzxTKB5BAv9RqFIPI1qb7E.png','name':'EuropaCorp','origin_country':'FR'},{'id':66739,'logo_path':null,'name':'Qian Yian International','origin_country':''},{'id':356,'logo_path':'/9tW5wZEGotn1Ei5pErA88m47XiD.png','name':'TF1 Films Production','origin_country':'FR'},{'id':134,'logo_path':null,'name':'Rogue Pictures','origin_country':''},{'id':66737,'logo_path':null,'name':'Danny the Dog Productions','origin_country':'GB'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2005-02-02","50871113","103","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'de','name':'Deutsch'}]","Released","Serve No Master","Unleashed","false","6.7","867" +"false","/lENI4gPC3wRM0Ybh3CyYtvbePg.jpg","null","60000000","[{'id':10749,'name':'Romance'},{'id':878,'name':'Science Fiction'},{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'}]","","58244","tt1374992","en","Upside Down","In an alternate universe where twinned worlds have opposite gravities, a young man battles interplanetary prejudice and the laws of physics in his quest to reunite with the long-lost girl of his dreams in this visually stunning romantic adventure that poses the question: what if love was stronger than gravity?","7.468","/jSPjz6sgbtGXvsKkAdb9Ucv8nUu.jpg","[{'id':53495,'logo_path':null,'name':'Upside Down Films','origin_country':''},{'id':53496,'logo_path':null,'name':'Les Films Upside Down','origin_country':''},{'id':2203,'logo_path':null,'name':'Onyx Films','origin_country':''},{'id':48188,'logo_path':null,'name':'Transfilm','origin_country':''},{'id':2577,'logo_path':'/QZ4zbeJ0sULzGNJvfukrzgx4d8.png','name':'Studio 37','origin_country':'FR'},{'id':53497,'logo_path':null,'name':'Kinologic Films','origin_country':''},{'id':12391,'logo_path':null,'name':'Jouror Productions','origin_country':''},{'id':83,'logo_path':'/9OQ0rm55xtlgX7KcAKMUePJSrQc.png','name':'France 2 Cin??ma','origin_country':'FR'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'FR','name':'France'}]","2012-09-27","8106475","104","[{'iso_639_1':'en','name':'English'}]","Released","Two worlds. One future.","Upside Down","false","6.2","1600" +"false","/rH6NsvJg5hYyRigUZhOWDiahUPV.jpg","{'id':52760,'name':'Urban Legend Collection','poster_path':'/oa0QIdVg3BLZHU6fm9kAF2lXCVq.jpg','backdrop_path':'/hSMhHSKOXLe0VGiDSbTwBbX55xv.jpg'}","14000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","9877","tt0146336","en","Urban Legend","There's a campus killer on the loose who's making urban legends, like the one about eating pop rocks and soda at the same time will make your stomach explode and the one about a psycho with an axe stepping into the backseat of your car at the gas station when not looking, into reality.","8.896","/2oIf0ibr0zlhuhgbOwFSHimh7P6.jpg","[{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'},{'id':333,'logo_path':'/5xUJfzPZ8jWJUDzYtIeuPO4qPIa.png','name':'Original Film','origin_country':'US'},{'id':11317,'logo_path':'/u3YB3GujS0tct5BVTsMJLWVyllg.png','name':'Phoenix Pictures','origin_country':'US'},{'id':53473,'logo_path':null,'name':'Canal+ Droits Audiovisuels','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","1998-09-25","72527595","99","[{'iso_639_1':'en','name':'English'}]","Released","It Happened To Someone Who Knows Someone You Know... You're Next.","Urban Legend","false","5.7","523" +"false","/aGwSgTnv5n66bY6T3yo4NTFAvnt.jpg","null","15000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","38199","tt0914863","en","Unthinkable","A convert to Islam sends the U.S. government a tape showing him in three nondescript storage rooms, each of which may contain a nuclear bomb set to detonate in less than a week. Helen Brody, an FBI agent in L.A., is tasked with finding the bombs while a CIA ""consultant"", known as H, interrogates the suspect who has allowed himself to be caught. The suspect, whose wife and children have left him and disappeared, seems to know exactly what the interrogation will entail. Even as H ratchets up the pressure, using torture over Brody's objection, the suspect doesn't crack. Should H do the unthinkable, and will Brody acquiesce? Is any Constitutional principle worth possible loss of life?","9.33","/furv2E6Z6rCAXMRs6II7S4PgGeQ.jpg","[{'id':3319,'logo_path':null,'name':'Senator Entertainment Co','origin_country':''},{'id':12410,'logo_path':null,'name':'Lleju Productions','origin_country':''},{'id':737,'logo_path':'/dK1GZ1u4our8sJW0Sts1JHeNSLn.png','name':'Sidney Kimmel Entertainment','origin_country':'US'},{'id':12411,'logo_path':null,'name':'Kimmel International','origin_country':''},{'id':5683,'logo_path':null,'name':'ChubbCo Film','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-06-14","0","97","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'hu','name':'Magyar'}]","Released","Right and Wrong no longer exist","Unthinkable","false","6.7","610" +"false","/kAP1HdlU4rnqC7mYMx2Rg7KZST3.jpg","null","100000","[{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'},{'id':10749,'name':'Romance'}]","","145197","tt2084989","en","Upstream Color","A man and woman are drawn together, entangled in the lifecycle of an ageless organism. Identity becomes an illusion as they struggle to assemble the loose fragments of wrecked lives.","6.164","/4oVNJ0L2zm6J6yF0UDYsak3ZXx2.jpg","[{'id':44640,'logo_path':null,'name':'erbp','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-04-05","444098","96","[{'iso_639_1':'en','name':'English'}]","Released","","Upstream Color","false","6.5","413" +"false","/ueMSXqgN3FOF8y8fym7ntJqtAP.jpg","null","30000000","[{'id':28,'name':'Action'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","http://unknownmovie.warnerbros.com/","48138","tt1401152","en","Unknown","An American biologist attending a conference in Berlin awakens from a coma after a car accident, only to discover that someone has taken his identity and that no one, not even his wife, believes him. With the help of an illegal immigrant and a former Stazi agent, he sets out to prove who he is and find out why people are trying to kill him.","13.288","/4QAPgl63sRyCptq1Wd25lNsptbU.jpg","[{'id':264,'logo_path':'/fA90qwUKgPhMONqtwY60GaHRyrW.png','name':'Studio Babelsberg','origin_country':'DE'},{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'},{'id':1786,'logo_path':'/joLFuCWg9e2lweYnFQtRPJKSLlI.png','name':'Dark Castle Entertainment','origin_country':'US'},{'id':12408,'logo_path':null,'name':'Panda Productions Inc.','origin_country':''},{'id':12409,'logo_path':null,'name':'Horticus UK','origin_country':''},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':356,'logo_path':'/9tW5wZEGotn1Ei5pErA88m47XiD.png','name':'TF1 Films Production','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2011-02-16","130786397","113","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'tr','name':'T??rk??e'},{'iso_639_1':'ar','name':'??????????????'}]","Released","Take Back Your Life","Unknown","false","6.6","1964" +"false","/pddDWflAgEUex06MOjfRmAl9ZWq.jpg","null","100000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","44048","tt0477080","en","Unstoppable","A runaway train, transporting deadly, toxic chemicals, is barreling down on Stanton, Pennsylvania, and proves to be unstoppable until a veteran engineer and young conductor risk their lives to try and stop it with a switch engine.","15.029","/b2uI9tSssC4D7vCgdES6IZJXuCs.jpg","[{'id':19776,'logo_path':null,'name':'Prospect Park','origin_country':''},{'id':1645,'logo_path':'/6Ry6uNBaa0IbbSs1XYIgX5DkA9r.png','name':'Scott Free Productions','origin_country':''},{'id':1838,'logo_path':null,'name':'Firm Films','origin_country':''},{'id':19777,'logo_path':null,'name':'Millbrook Farm Productions','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-11-04","167805466","98","[{'iso_639_1':'en','name':'English'}]","Released","1,000,000 Tons. 100,000 Lives. 100 Minutes.","Unstoppable","false","6.4","1851" +"false","/88h0IfkoTFTQ9P7AwDVpGYXFsrz.jpg","{'id':10713,'name':'Universal Soldier Collection','poster_path':'/w6VKg5MJFmoACGgLcDUMmNSPYOv.jpg','backdrop_path':'/bonZuSo9YE7LFHEFE8oLD3qv32o.jpg'}","11500000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","122857","tt1659343","en","Universal Soldier: Day of Reckoning","In a world without government, the surviving Unisols maintain order and choose the strongest of their ranks to rule, testing them in life-or-death combat.","7.855","/2vFlwNhV9HgbjfYZaEhRPfNwSuW.jpg","[{'id':2982,'logo_path':null,'name':'Signature Pictures','origin_country':'US'},{'id':21897,'logo_path':null,'name':'Foresight Unlimited','origin_country':'US'},{'id':23423,'logo_path':null,'name':'Baumgarten Management and Productions (BMP)','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-10-04","1402307","114","[{'iso_639_1':'en','name':'English'}]","Released","Under their own command","Universal Soldier: Day of Reckoning","false","5.3","191" +"false","/vDzW5BmYnuHbDiMJ6je5E9FLzEJ.jpg","{'id':10713,'name':'Universal Soldier Collection','poster_path':'/w6VKg5MJFmoACGgLcDUMmNSPYOv.jpg','backdrop_path':'/bonZuSo9YE7LFHEFE8oLD3qv32o.jpg'}","23000000","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':80,'name':'Crime'}]","","9349","tt0105698","en","Universal Soldier","An American soldier who had been killed during the Vietnam War is revived 25 years later by the military as a semi-android, UniSols, a high-tech soldier of the future. After the failure of the initiative to erase all the soldier's memories, he begins to experience flashbacks that are forcing him to recall his past.","11.624","/3GjUDlGF58VAFjRdR0mVoxNAZQ6.jpg","[{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'},{'id':347,'logo_path':null,'name':'Centropolis Entertainment','origin_country':''},{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'},{'id':959,'logo_path':null,'name':'IndieProd Company Productions','origin_country':''},{'id':275,'logo_path':'/2MxNWlN5b3UXt1OfmznsWEQzFwq.png','name':'Carolco Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-07-10","0","102","[{'iso_639_1':'en','name':'English'}]","Released","The future has a bad attitude.","Universal Soldier","false","5.9","623" +"false","/qEadwHs8JtZnkQ63i4x2A6fHxbt.jpg","null","15000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'},{'id':28,'name':'Action'}]","","9829","tt0475276","en","United 93","A real time account of the events on United Flight 93, one of the planes hijacked on 9/11 that crashed near Shanksville, Pennsylvania when passengers foiled the terrorist plot.","7.513","/pHp3DlbGDcLSKAahCwGR9bzhbZs.jpg","[{'id':737,'logo_path':'/dK1GZ1u4our8sJW0Sts1JHeNSLn.png','name':'Sidney Kimmel Entertainment','origin_country':'US'},{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2006-04-28","76286096","111","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'de','name':'Deutsch'}]","Released","September 11, 2001. Four planes were hijacked. Three of them reached their target. This is the story of the fourth.","United 93","false","7.1","610" +"false","/t0rfeJYtHJYX8VKF95SfIV0xbGt.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://www.unicorncity.com/","102051","tt1734589","en","Unicorn City","Voss entices local gamers to create a utopia to impress a potential employer, but paradise is disrupted when his nemesis lays claim to the city and Voss's true love.","2.29","/ygJmUYee8kvL1V1aPY6MvDFHnrR.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-02-24","0","103","[{'iso_639_1':'en','name':'English'}]","Released","You are what you pretend to be","Unicorn City","false","5.6","19" +"false","/nKYH8DaWjKE3RhEyaa0Ue01kPCp.jpg","null","14000000","[{'id':37,'name':'Western'}]","","33","tt0105695","en","Unforgiven","William Munny is a retired, once-ruthless killer turned gentle widower and hog farmer. To help support his two motherless children, he accepts one last bounty-hunter mission to find the men who brutalized a prostitute. Joined by his former partner and a cocky greenhorn, he takes on a corrupt sheriff.","16.577","/km6qw4qUkHQRN5y2U1juM1WkBFh.jpg","[{'id':171,'logo_path':null,'name':'Malpaso Productions','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-08-07","159157447","131","[{'iso_639_1':'en','name':'English'}]","Released","Some legends will never be forgotten. Some wrongs can never be forgiven.","Unforgiven","false","7.9","1861" +"false","/35DLWRoC1Rbs7X6eOyZJqh1wE4q.jpg","null","0","[{'id':10402,'name':'Music'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","","127370","tt1047011","en","Song for Marion","Arthur is a grumpy pensioner who can't understand why his wife Marion would want to embarrass herself singing silly songs with her unconventional local choir. But choir director Elizabeth sees something special in the reluctant Arthur and refuses to give up on him. As she coaxes him out of his shell, Arthur realizes that it is never too late to change.","4.405","/uAXWILGp3KPw0uBLc9uBFiK2X3z.jpg","[{'id':15282,'logo_path':null,'name':'Steel Mill Pictures','origin_country':''},{'id':15283,'logo_path':null,'name':'Coolmore Productions','origin_country':''},{'id':2254,'logo_path':'/4OQ25tiNECBBRDUhfC5ACa1vOIR.png','name':'Egoli Tossell Film','origin_country':'DE'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2012-09-15","1697294","93","[{'iso_639_1':'en','name':'English'}]","Released","Open your heart. Find your voice.","Song for Marion","false","6.7","81" +"false","/x7vbvgCGpDVHVJC0S8hQacsQazS.jpg","null","35000000","[{'id':35,'name':'Comedy'}]","","239573","tt2358925","en","Unfinished Business","A hard-working small business owner and his two associates travel to Europe to close the most important deal of their lives. But what began as a routine business trip goes off the rails in every imaginable ??? and unimaginable ??? way, including unplanned stops at a massive sex fetish event and a global economic summit.","10.733","/syjAbeqw3pNwEmRQHlRGHZUG9kF.jpg","[{'id':264,'logo_path':'/fA90qwUKgPhMONqtwY60GaHRyrW.png','name':'Studio Babelsberg','origin_country':'DE'},{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':10104,'logo_path':'/hNuGhsKVlmhnwSRcmOejDBDjh6w.png','name':'New Regency Pictures','origin_country':'US'},{'id':1423,'logo_path':'/9KSoL1oEQaBSPLwEhoZZRoxTzyx.png','name':'Escape Artists','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-03-05","14431253","91","[{'iso_639_1':'en','name':'English'}]","Released","Best business trip ever.","Unfinished Business","false","5.2","454" +"false","/mdP4XVSJ9lfCK8PJYYrttVmZ9Xz.jpg","null","50000000","[{'id':53,'name':'Thriller'}]","","2251","tt0250797","en","Unfaithful","Connie is a wife and mother whose 11-year marriage to Edward has lost its sexual spark. When Connie literally runs into handsome book collector Paul, he sweeps her into an all-consuming affair. But Edward soon becomes suspicious and decides to confront the other man.","16.205","/ztenZXLECkDXTXN6KEugPVvMTIl.jpg","[{'id':58248,'logo_path':null,'name':'Unfaithful Filmproduktion GmbH & Co. KG','origin_country':''},{'id':711,'logo_path':'/tEiIH5QesdheJmDAqQwvtN60727.png','name':'Fox 2000 Pictures','origin_country':'US'},{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':1171,'logo_path':null,'name':'Epsilon Motion Pictures','origin_country':'CH'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-05-10","119137784","124","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","Where do you go when you've gone too far?","Unfaithful","false","6.4","510" +"false","/c9GlsmZsZ9DR0G3LhRNip2wF06Y.jpg","{'id':117777,'name':'Undisputed Collection','poster_path':'/uiRATuw9cgL1ZGiek9e98edToKa.jpg','backdrop_path':'/6xtQ7VgMiqMLZ2vvNEM7HzMHxxe.jpg'}","3000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","38234","tt1156466","en","Undisputed III: Redemption","Russian inmate Boyka, now severely hobbled by the knee injury suffered at the end of Undisputed 2. No longer the feared prison fighter he was, he has declined so far that he is now good only for cleaning toilets. But when a new prison fight tournament begins - an international affair, matching the best fighters from prisons around the globe, enticing them with the promise of freedom for the winner - Boyka must reclaim his dignity and fight for his position in the tournament.","16.595","/vLSnWLCnqk5j3oLnMnBHJGL3bO0.jpg","[{'id':50457,'logo_path':null,'name':'Undisputed 3 Productions','origin_country':''},{'id':925,'logo_path':'/dIb9hjXNOkgxu4kBWdIdK8nM4w.png','name':'Nu Image','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-05-22","0","96","[{'iso_639_1':'en','name':'English'}]","Released","One deadly tournament. Last fight for freedom.","Undisputed III: Redemption","false","7.4","292" +"false","/jCpaC069FnQJJd9q6Jw8K1dHN6s.jpg","null","75000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'}]","","11678","tt0190865","en","Vertical Limit","Trapped near the summit of K2, the world's second-highest mountain, Annie Garrett radios to base camp for help. Brother Peter hears Annie's message and assembles a team to save her and her group before they succumb to K2's unforgiving elements. But, as Annie lays injured in an icy cavern, the rescuers face several terrifying events that could end the rescue attempt -- and their lives.","10.898","/8AJXlbf29XIvMjwFvZ6zjMUvNvL.jpg","[{'id':9269,'logo_path':null,'name':'Global Entertainment Productions GmbH & Company Medien KG','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'NZ','name':'New Zealand'},{'iso_3166_1':'PK','name':'Pakistan'},{'iso_3166_1':'US','name':'United States of America'}]","2000-12-08","215663859","124","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ur','name':'????????'}]","Released","The Mountain Will Decide.","Vertical Limit","false","5.9","465" +"false","/s8891Ox7a5O7Gk0SbPUOY6EKiGN.jpg","null","6000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","http://theveronicamarsmovie.com","177494","tt2771372","en","Veronica Mars","Years after walking away from her past as a teenage private eye, Veronica Mars gets pulled back to her hometown - just in time for her high school reunion - in order to help her old flame Logan Echolls, who's embroiled in a murder mystery.","8.988","/nS3L07mQfcNJcisLEKgi8fWoBS1.jpg","[{'id':19019,'logo_path':null,'name':'Rob Thomas Productions','origin_country':'US'},{'id':13034,'logo_path':null,'name':'Warner Bros. Interactive Entertainment','origin_country':''},{'id':19378,'logo_path':'/AzOBqtpa9m4JAO0m6VzllQFt7g.png','name':'Spondoolie Productions','origin_country':''},{'id':95406,'logo_path':null,'name':'In The Groove','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-03-13","3485127","107","[{'iso_639_1':'en','name':'English'}]","Released","She thought she was out","Veronica Mars","false","6.7","678" +"false","/ngNUTQ4zbPxJJygkAJWvKm8NOpi.jpg","null","0","[{'id':80,'name':'Crime'},{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","","328214","tt0365889","en","Vengeance","Based on the true story of an old school Latino Hitman who goes through rehab and repentance after a near death experience, but is forced to fall back into his old ways when his daughter is killed by her jealous boyfriend.","0.6","/r1yIuZp55yvTdfBy10YwFq09thb.jpg","[{'id':10702,'logo_path':null,'name':'Pop Art Film Factory','origin_country':''}]","[]","2004-04-06","0","87","[]","Released","Their fate is written in blood.","Vengeance","false","1","2" +"false","/rY7MELAq9EGfbDvvaCjhEAxU9vd.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","225747","tt2572632","en","Vendetta","Special ops interrogation officer Jimmy Vickers (Danny Dyer) tracks down a gang who slaughtered his parents while at the same time avoiding being tracked down by his old unit and the cops. With police closing in and his old unit on his trail, he has to evade capture long enough to complete his gruesome crusade.","3.23","/wJDPLXAIyNc0OH2G6M4bbJ9OSU1.jpg","[{'id':80694,'logo_path':'/p1lm3kowNWPZggP9IsjNy3cPHAL.png','name':'Hereford Films','origin_country':'GB'},{'id':21646,'logo_path':null,'name':'Richwater Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2013-11-08","0","102","[{'iso_639_1':'en','name':'English'}]","Released","","Vendetta","false","6.1","34" +"false","/h4RulCNYSyzgB3O9WOFZlGHp7Cd.jpg","null","0","[{'id':53,'name':'Thriller'}]","","180948","tt1911662","en","Vehicle 19","A parolee (Paul Walker) becomes the target of a massive police manhunt after inadvertently picking up a rental car with a female whistleblower tied up in the trunk. Now, as the police attempt to silence the woman before she can testify about the city's rampant corruption, the ex-con who just regained his freedom must defend her life, and clear his own name.","6.551","/8rh9jEiPmWDcLMPDA3DkUt8JSqG.jpg","[{'id':13696,'logo_path':null,'name':'Forefront Media Group','origin_country':''},{'id':11565,'logo_path':null,'name':'The Safran Company','origin_country':'US'},{'id':564,'logo_path':null,'name':'Industrial Development Corporation of South Africa','origin_country':''},{'id':6715,'logo_path':null,'name':'K5 International','origin_country':'DE'},{'id':23923,'logo_path':null,'name':'Skyline Motion Picture Fund','origin_country':''},{'id':21917,'logo_path':null,'name':'Efish Entertainment','origin_country':''},{'id':23924,'logo_path':null,'name':'Picture Tree','origin_country':''}]","[{'iso_3166_1':'ZA','name':'South Africa'},{'iso_3166_1':'US','name':'United States of America'}]","2013-03-07","0","85","[{'iso_639_1':'en','name':'English'}]","Released","Wrong place. Wrong time. Wrong car.","Vehicle 19","false","5.1","295" +"false","/74B0al9BnzcTwmPmsid8mzKsoDi.jpg","{'id':108693,'name':'National Lampoon's Vacation Collection','poster_path':'/zvEUkLpDO7xlgabBEA9CCc0cvAt.jpg','backdrop_path':'/pBmhj6KkEjlzc3e7jAPkIHgGIrE.jpg'}","25000000","[{'id':35,'name':'Comedy'}]","","11419","tt0120434","en","Vegas Vacation","The Griswold family hits the road again for a typically ill-fated vacation, this time to the glitzy mecca of slots and showgirls???Las Vegas.","8.559","/jUOreo2AWDnPuRJsUp6T1i66tUe.jpg","[{'id':2596,'logo_path':null,'name':'Jerry Weintraub Productions','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-02-13","36400360","93","[{'iso_639_1':'en','name':'English'}]","Released","This time the Griswolds are on a roll.","Vegas Vacation","false","5.9","254" +"false","/7DwOjEHdJ3dc3kBNaN7XQ0yE258.jpg","null","40000000","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","http://www.vantagepoint-movie.com/index.php","7461","tt0443274","en","Vantage Point","The attempted assassination of the American President is told and re-told from several different perspectives.","9.819","/2PnFsTzmFC3Ydhj0uBEYjPqHWHO.jpg","[{'id':4169,'logo_path':null,'name':'Kanzaman','origin_country':'ES'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':333,'logo_path':'/5xUJfzPZ8jWJUDzYtIeuPO4qPIa.png','name':'Original Film','origin_country':'US'},{'id':31604,'logo_path':null,'name':'Art In Motion','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-02-01","151161491","90","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","8 Strangers, 8 points of view. 1 Truth.","Vantage Point","false","6.3","1075" +"false","/6XwX3HzKhlBUbTy2qZx0THQOu2T.jpg","null","68000000","[{'id':10749,'name':'Romance'},{'id':878,'name':'Science Fiction'},{'id':14,'name':'Fantasy'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","1903","tt0259711","en","Vanilla Sky","David Aames has it all: wealth, good looks and gorgeous women on his arm. But just as he begins falling for the warmhearted Sofia, his face is horribly disfigured in a car accident. That's just the beginning of his troubles as the lines between illusion and reality, between life and death, are blurred.","10.355","/ujMy9P4VczTW9YSpAM31uqdOMpz.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':349,'logo_path':null,'name':'Cruise-Wagner Productions','origin_country':''},{'id':485,'logo_path':'/tVOP0mIeoYLua4Rw66OYNzitrrI.png','name':'Vinyl Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-12-10","203388341","136","[{'iso_639_1':'en','name':'English'}]","Released","Forget everything you know, and open your eyes.","Vanilla Sky","false","6.7","1902" +"false","/5K1odsfovf5hL9W2077ENf5pIC1.jpg","{'id':43220,'name':'National Lampoon???s Van Wilder Collection','poster_path':'/9O9Dtdetrc7shP2CUr5jQqbIexC.jpg','backdrop_path':'/afX0zjd1fFYNXrndzD9jd7gHvi3.jpg'}","6000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","11452","tt0283111","en","National Lampoon's Van Wilder","Van Wilder has been attending college for far too many years and is scared to graduate, but Van???s father eventually realizes what is going on. When he stops paying his son's tuition fees, Van must come up with the money if he wants to stay in college, so he and his friends come up with a great fund-raising idea ??? throwing parties. However, when the college magazine finds out and reporter, Gwen is sent to do a story on Van Wilder, things get a little complicated.","15.717","/oYBUZdW55GPH8D3cPk1HjPQRoYP.jpg","[{'id':2188,'logo_path':null,'name':'Artisan Entertainment','origin_country':'US'},{'id':870,'logo_path':null,'name':'Tapestry Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-03-29","20000000","92","[{'iso_639_1':'en','name':'English'}]","Released","Don't Graduate. Celebrate.","National Lampoon's Van Wilder","false","5.9","1103" +"false","/sib4pGrwKQUbFRyHlhXv03HXoHj.jpg","{'id':109608,'name':'Van Helsing Collection','poster_path':'/kuqxOT5Ox7mrHUSvwuDCJG6tuRL.jpg','backdrop_path':'/uBNNmICsBnLhB2zhQ8PpwoluoYR.jpg'}","160000000","[{'id':27,'name':'Horror'},{'id':12,'name':'Adventure'},{'id':28,'name':'Action'}]","https://www.uphe.com/movies/van-helsing","7131","tt0338526","en","Van Helsing","Famed monster slayer Gabriel Van Helsing is dispatched to Transylvania to assist the last of the Valerious bloodline in defeating Count Dracula. Anna Valerious reveals that Dracula has formed an unholy alliance with Dr. Frankenstein's monster and is hell-bent on exacting a centuries-old curse on her family.","16.949","/s2OPT5CZsZBQYAIlO9Mv4AimHvV.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':11345,'logo_path':null,'name':'Stillking Films','origin_country':''},{'id':19643,'logo_path':null,'name':'Sommers Company, The','origin_country':''}]","[{'iso_3166_1':'CZ','name':'Czech Republic'},{'iso_3166_1':'US','name':'United States of America'}]","2004-05-05","300257475","132","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'la','name':'Latin'}]","Released","The One Name They All Fear.","Van Helsing","false","6.1","2927" +"false","/1lO1MIZrw29KNoEkF7V7jNTA4XK.jpg","null","16000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'},{'id':27,'name':'Horror'}]","","73935","tt1545106","en","Vamps","The modern-day story focuses on two beautiful young vampires who are living the good nightlife in New York until love enters the picture and each has to make a choice that will jeopardize their immortality.","6.09","/5Vc6ffWRQXRHNiM0BrN0VcGxfBl.jpg","[{'id':11093,'logo_path':null,'name':'Lucky Monkey Pictures','origin_country':'US'},{'id':2932,'logo_path':'/4uLKLjGivVg2YnAIhAn8k7ZuVFj.png','name':'Red Hour','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-08-25","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Dating Sucks","Vamps","false","5","143" +"false","/1A5oDak9MwbHN2TU4gy3e8kfzU7.jpg","{'id':278920,'name':'Vampires Suck Collection','poster_path':'/usy2BHdBGQE7dpnqsjJqoGALiun.jpg','backdrop_path':'/rlDK7GYKJP9p1TAj7dIBOuJ7ehO.jpg'}","20000000","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","http://www.dancingwerewolves.com/","40264","tt1666186","en","Vampires Suck","Becca, an anxious, non-vampire teen is torn between two boys. Before she can choose, Becca must get around her controlling father, who embarrasses Becca by treating her like a child. Meanwhile, Becca's friends contend with their own romantic issues - all of which collide at the prom.","9.07","/ug9h5BJ5XX9bp1nJI6Ji07QC3sx.jpg","[{'id':2648,'logo_path':null,'name':'Road Rebel','origin_country':''},{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-08-18","80547866","82","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","Some sagas just won't die.","Vampires Suck","false","4.2","628" +"false","/lZjdesSUjlbIUQ0q0ANNqxH0GEV.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':28,'name':'Action'},{'id':14,'name':'Fantasy'}]","","203739","tt1686821","en","Vampire Academy","Rose, a rebellious half-vampire/half-human guardian-in-training and her best friend, Lissa -- a mortal, royal vampire Princess - have been on the run when they are captured and returned to St. Vladamirs Academy, the very place where they believe their lives may be in most jeopardy. Rose will sacrifice everything to protect Lissa from those who intend to exploit her from within the Academy walls and the Strigoi (immortal, evil vampires) who hunt her kind from outside its sanctuary.","9.357","/cJZpKgiFfjDZ6L5aOJvbmDhsGqY.jpg","[{'id':90892,'logo_path':null,'name':'Montford / Murphy Productions','origin_country':''},{'id':15682,'logo_path':null,'name':'Preger Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-02-07","0","104","[{'iso_639_1':'en','name':'English'}]","Released","They suck at school.","Vampire Academy","false","5.9","977" +"false","/rCUCpHyQO1Eo2E96LwQ7VdXkhiV.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","167733","tt1727885","en","Vamp U","Wayne Gretzky (no relation) is a vampire who can't grow his teeth. His impotence began when he inadvertently killed Mary Lipinsky, the love of his life, 300 years ago. To take his mind off the pain, he teaches college history - who better? Attempting to regain his full power, he enlists help from his friend and colleague, Dr. Levine (Gary Cole). Nothing works until a new semester brings freshman Chris Keller. She's a dead ringer for Mary and they have a lurid affair, while rumors fly around the campus. But it all sours when he turns Chris into a vampire and her newfound bloodlust spins out of control in a bloody rampage, making the rumors a little too real. Written by Anonymous","2.596","/nJZAS85Bzj4KReHyIV8JCcXxLA9.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-02-27","0","100","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Sorority Girls Suck!","Vamp U","false","4.5","38" +"false","/ptNcTh2bewqzcV2qVpjDgsh6pTs.jpg","null","75000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':36,'name':'History'},{'id':10752,'name':'War'}]","","2253","tt0985699","en","Valkyrie","Wounded in Africa during World War II, Nazi Col. Claus von Stauffenberg returns to his native Germany and joins the Resistance in a daring plan to create a shadow government and assassinate Adolf Hitler. When events unfold so that he becomes a central player, he finds himself tasked with both leading the coup and personally killing the F??hrer.","12.919","/54GgkO63zZyJJb5Fk2CKvNIoUvr.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':9168,'logo_path':'/hQNXrYIuyLRxMSBuGHk0GX7CCBS.png','name':'Bad Hat Harry Productions','origin_country':'US'},{'id':6100,'logo_path':null,'name':'Achte Babelsberg Film','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2008-12-25","200276000","121","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","Many saw evil. They dared to stop it.","Valkyrie","false","6.8","1857" +"false","/9kADXPCK9BIh2ujdykyEVvtNkrL.jpg","null","5641880","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':14,'name':'Fantasy'}]","http://www.valhallarising.dk/","37861","tt0862467","en","Valhalla Rising","1000 AD, for years, One Eye, a mute warrior of supernatural strength, has been held prisoner by the Norse chieftain Barde. Aided by Are, a boy slave, One Eye slays his captor and together he and Are escape, beginning a journey into the heart of darkness. On their flight, One Eye and Are board a Viking vessel, but the ship is soon engulfed by an endless fog that clears only as the crew sights an unknown land. As the new world reveals its secrets and the Vikings confront their terrible and bloody fate, One Eye discovers his true self.","9.385","/gOZbRtcLCgDARcIkc6Zv2P1UDti.jpg","[{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':12412,'logo_path':null,'name':'La Belle Allee Productions','origin_country':''},{'id':12413,'logo_path':null,'name':'NWR Film Productions','origin_country':''},{'id':12414,'logo_path':null,'name':'One Eye Production','origin_country':''},{'id':12415,'logo_path':null,'name':'Savalas Audio Post-Production','origin_country':''},{'id':155,'logo_path':'/cDY49SOQwJixJSMun9Haerx8dAQ.png','name':'Nimbus Film','origin_country':'DK'}]","[{'iso_3166_1':'DK','name':'Denmark'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2009-09-04","30638","93","[{'iso_639_1':'en','name':'English'}]","Released","","Valhalla Rising","false","6","559" +"false","/9yQWwc7mwWID0ssy4eIm50fxXCd.jpg","null","52000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://www.valentinesdaymovie.com/","32856","tt0817230","en","Valentine's Day","More than a dozen Angelenos navigate Valentine's Day from early morning until midnight. Three couples awake together, but each relationship will sputter; are any worth saving? A grade-school boy wants flowers for his first true love; two high school seniors plan first-time sex at noon; a TV sports reporter gets the assignment to find romance in LA; a star quarterback contemplates his future; two strangers meet on a plane; grandparents, together for years, face a crisis; and, an ""I Hate Valentine's Day"" dinner beckons the lonely and the lied to. Can Cupid finish his work by midnight?","12.143","/qOTcfD2DdnOTmhH0r1TOE09VvNh.jpg","[{'id':4194,'logo_path':null,'name':'Karz Entertainment','origin_country':''},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':60018,'logo_path':null,'name':'Rice Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-02-10","216485654","125","[{'iso_639_1':'en','name':'English'}]","Released","A Love Story. More or Less.","Valentine's Day","false","5.8","1824" +"false","/kYhMidUHVBp79G3mCQckhtrTXIn.jpg","{'id':86112,'name':'Vacancy Collection','poster_path':'/wDLo8s0HEd1ci5980gpk3GoD2DL.jpg','backdrop_path':'/AmzchMREhCLicBZNpUaCXc6f5jQ.jpg'}","19000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","10294","tt0452702","en","Vacancy","A young married couple becomes stranded at an isolated motel and find hidden video cameras in their room. They realize that unless they escape, they'll be the next victims of a snuff film.","7.238","/raagPxrhC5098rvMh4QbnlJp7aG.jpg","[{'id':3287,'logo_path':'/bz6GbCQQXGNE56LTW9dwgksW0Iw.png','name':'Screen Gems','origin_country':'US'},{'id':23890,'logo_path':null,'name':'Hal Lieberman Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-04-20","35300645","80","[{'iso_639_1':'en','name':'English'}]","Released","Once you've checked in... The terror begins.","Vacancy","false","6.1","641" +"false","/gcxpeba5CtUA8Jkwio8sNZyimEC.jpg","null","54000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':14,'name':'Fantasy'}]","http://vforvendetta.warnerbros.com/","752","tt0434409","en","V for Vendetta","In a world in which Great Britain has become a fascist state, a masked vigilante known only as ???V??? conducts guerrilla warfare against the oppressive British government. When V rescues a young woman from the secret police, he finds in her an ally with whom he can continue his fight to free the people of Britain.","22.122","/8rI9pNiTmugkEbI249evLygl9TC.jpg","[{'id':264,'logo_path':'/fA90qwUKgPhMONqtwY60GaHRyrW.png','name':'Studio Babelsberg','origin_country':'DE'},{'id':429,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Comics','origin_country':'US'},{'id':449,'logo_path':null,'name':'Virtual Studios','origin_country':'US'},{'id':450,'logo_path':null,'name':'Anarchos Productions','origin_country':''},{'id':1885,'logo_path':'/xlvoOZr4s1PygosrwZyolIFe5xs.png','name':'Silver Pictures','origin_country':'US'},{'id':7307,'logo_path':null,'name':'Medienboard Berlin-Brandenburg','origin_country':''},{'id':23889,'logo_path':null,'name':'F??nfte Babelsberg Film','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2006-03-15","132511035","132","[{'iso_639_1':'en','name':'English'}]","Released","People should not be afraid of their governments. Governments should be afraid of their people.","V for Vendetta","false","7.9","7782" +"false","/qKnki6R8UoRy8e7Q0TkDnXNssT5.jpg","null","8000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","","14475","tt0081698","en","Used Cars","When the owner of a struggling used car lot is killed, it's up to the lot's hot-shot salesman to save the property from falling into the hands of the owner's ruthless brother and used-car rival.","6.531","/h9hqesyEBaag8ZkgrBSaUGgGNFF.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1980-07-11","11715321","113","[{'iso_639_1':'en','name':'English'}]","Released","Like new, great looking and fully loaded with laughs.","Used Cars","false","6.4","95" +"false","/gVfnoiCJBdv2SN7poIbU7eyNVq1.jpg","{'id':2326,'name':'Underworld Collection','poster_path':'/aK8qq0X0pZbf5ncE3JLQ27hdC4F.jpg','backdrop_path':'/2gSaXagD9ZCuBHOsXF4tvtW7Djd.jpg'}","35000000","[{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","12437","tt0834001","en","Underworld: Rise of the Lycans","A prequel to the first two Underworld films, this fantasy explains the origins of the feud between the Vampires and the Lycans. Aided by his secret love, Sonja, courageous Lucian leads the Lycans in battle against brutal Vampire king Viktor. Determined to break the king's enslavement of his people, Lucian faces off against the Death Dealer army in a bid for Lycan independence.","12.233","/hZtK6fkusSKzGc0f7yQ2syo14Ze.jpg","[{'id':3287,'logo_path':'/bz6GbCQQXGNE56LTW9dwgksW0Iw.png','name':'Screen Gems','origin_country':'US'},{'id':126,'logo_path':'/kADPanRDkKTxncPXXVahvHPUvCj.png','name':'Lakeshore Entertainment','origin_country':'US'},{'id':7738,'logo_path':null,'name':'Sketch Films','origin_country':''},{'id':7739,'logo_path':null,'name':'UW3 Film Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-01-22","91353501","92","[{'iso_639_1':'en','name':'English'}]","Released","Every war has a beginning.","Underworld: Rise of the Lycans","false","6.3","2076" +"false","/wSnMlhSWIZ7JQYkHq168hK9R8Lh.jpg","{'id':2326,'name':'Underworld Collection','poster_path':'/aK8qq0X0pZbf5ncE3JLQ27hdC4F.jpg','backdrop_path':'/2gSaXagD9ZCuBHOsXF4tvtW7Djd.jpg'}","50000000","[{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","http://www.sonypictures.com/movies/underworldawakening/","834","tt0401855","en","Underworld: Evolution","As the war between the vampires and the Lycans rages on, Selene, a former member of the Death Dealers (an elite vampire special forces unit that hunts werewolves), and Michael, the werewolf hybrid, work together in an effort to unlock the secrets of their respective bloodlines.","14.26","/fogihlu39MuYgL6pKObI4SQWPOY.jpg","[{'id':3287,'logo_path':'/bz6GbCQQXGNE56LTW9dwgksW0Iw.png','name':'Screen Gems','origin_country':'US'},{'id':126,'logo_path':'/kADPanRDkKTxncPXXVahvHPUvCj.png','name':'Lakeshore Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-01-12","111340801","106","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'hu','name':'Magyar'}]","Released","My God. Brother, what have you done?","Underworld: Evolution","false","6.4","2272" +"false","/8iNsXY3LPsuT0gnUiTBMoNuRZI7.jpg","{'id':2326,'name':'Underworld Collection','poster_path':'/aK8qq0X0pZbf5ncE3JLQ27hdC4F.jpg','backdrop_path':'/2gSaXagD9ZCuBHOsXF4tvtW7Djd.jpg'}","70000000","[{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'},{'id':27,'name':'Horror'}]","http://www.entertheunderworld.com","52520","tt1496025","en","Underworld: Awakening","Having escaped years of imprisonment, vampire warrioress Selene finds herself in a changed world where humans have discovered the existence of both Vampire and Lycan clans and are conducting an all-out war to eradicate both immortal species. Now Selene must battle the humans and a frightening new breed of super Lycans to ensure the death dealers' survival.","14.274","/ayazc5fQ2YAw7vjaE1WGlJWtGX9.jpg","[{'id':3287,'logo_path':'/bz6GbCQQXGNE56LTW9dwgksW0Iw.png','name':'Screen Gems','origin_country':'US'},{'id':126,'logo_path':'/kADPanRDkKTxncPXXVahvHPUvCj.png','name':'Lakeshore Entertainment','origin_country':'US'},{'id':831,'logo_path':null,'name':'Saturn Films','origin_country':'US'},{'id':7738,'logo_path':null,'name':'Sketch Films','origin_country':''},{'id':7740,'logo_path':null,'name':'UW4 Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-01-19","160112671","88","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Vengeance Returns","Underworld: Awakening","false","6.2","2524" +"false","/cPhRPAJWK8BuuJqqf6PztzvOlnZ.jpg","{'id':2326,'name':'Underworld Collection','poster_path':'/aK8qq0X0pZbf5ncE3JLQ27hdC4F.jpg','backdrop_path':'/2gSaXagD9ZCuBHOsXF4tvtW7Djd.jpg'}","22000000","[{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://www.sonypictures.com/movies/underworld/site/main.html","277","tt0320691","en","Underworld","Vampires and werewolves have waged a nocturnal war against each other for centuries. But all bets are off when a female vampire warrior named Selene, who's famous for her strength and werewolf-hunting prowess, becomes smitten with a peace-loving male werewolf, Michael, who wants to end the war.","17.374","/rdkxl5iXdpVU188cL1LLG3sy6z4.jpg","[{'id':3287,'logo_path':'/bz6GbCQQXGNE56LTW9dwgksW0Iw.png','name':'Screen Gems','origin_country':'US'},{'id':126,'logo_path':'/kADPanRDkKTxncPXXVahvHPUvCj.png','name':'Lakeshore Entertainment','origin_country':'US'},{'id':7733,'logo_path':null,'name':'Laurinfilm','origin_country':''},{'id':7734,'logo_path':null,'name':'Subterranean Productions LLC','origin_country':''},{'id':7735,'logo_path':null,'name':'Subterranean Productions UK Ltd.','origin_country':''},{'id':7736,'logo_path':null,'name':'Underworld Produktions GmbH','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'HU','name':'Hungary'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2003-09-19","95708457","121","[{'iso_639_1':'en','name':'English'}]","Released","An immortal battle for supremacy.","Underworld","false","6.7","3738" +"false","/eX5tCQQTX5oHTz2W4CyJgO50zFc.jpg","null","0","[{'id':27,'name':'Horror'}]","","80195","tt1811371","en","Underground","A group of friends fight for their lives against the lethal and ravenous creatures lurking beneath the Earth's surface. The group finds themselves at the mercy of creatures genetically engineered by the military to be expendable in battle. Though they fought countless battles in Iraq, these friends never knew real fear until they went underground.","1.826","/nbjIfNKe8wLxYM9eUXaN0vv0pO9.jpg","[{'id':3782,'logo_path':null,'name':'Tax Credit Finance','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-01-01","0","83","[{'iso_639_1':'en','name':'English'}]","Released","","Underground","false","4.4","11" +"false","/rIAAfzmooIehwrmqVkXDBcBUFtt.jpg","null","18000000","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","","10934","tt0328589","en","Under the Tuscan Sun","After a rough divoce, Frances, a 35 year old book editor from San Francisco takes a tour of Tuscany at the urgings of her friends. On a whim she buys Bramasole, a run down villa in the Tuscan countryside and begins to piece her life together starting with the villa and finds that life sometimes has unexpected ways of giving her everything she wanted.","8.734","/z5mqOKxS8R9mnzyRulIbMX0U6kG.jpg","[{'id':12207,'logo_path':null,'name':'Tatiale Films','origin_country':''},{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':679,'logo_path':null,'name':'Timnick Films','origin_country':''},{'id':3983,'logo_path':null,'name':'Blue Gardenia Productions','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'US','name':'United States of America'}]","2003-04-30","58878723","113","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'pl','name':'Polski'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'de','name':'Deutsch'}]","Released","Life offers you a thousand chances ... all you have to do is take one.","Under the Tuscan Sun","false","6.5","313" +"false","/ymeoEex1vzu8iqRyw3b0kaQ8MZB.jpg","null","13300000","[{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'},{'id':18,'name':'Drama'}]","","97370","tt1441395","en","Under the Skin","A seductive alien prowls the streets of Glasgow in search of prey: unsuspecting men who fall under her spell.","13.463","/vYbCF0Hn6f4kVtOtVF3FiktiiXd.jpg","[{'id':698,'logo_path':null,'name':'Scottish Screen','origin_country':''},{'id':2452,'logo_path':'/6CLoZ59fLPG7UyxQtGTqRevjf58.png','name':'UK Film Council','origin_country':'GB'},{'id':7493,'logo_path':'/452FO4LcI6lA6bfgl6w1kQYRBlr.png','name':'FilmNation Entertainment','origin_country':'US'},{'id':8073,'logo_path':null,'name':'Nick Wechsler Productions','origin_country':''},{'id':8087,'logo_path':null,'name':'Creative Scotland','origin_country':'GB'},{'id':12075,'logo_path':null,'name':'Silver Reel','origin_country':'CH'},{'id':27543,'logo_path':null,'name':'JW Films','origin_country':''},{'id':7281,'logo_path':'/vuDafYIcuoY0YyvgcqtjXOKwn6Q.png','name':'British Film Institute','origin_country':'GB'},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'CH','name':'Switzerland'},{'iso_3166_1':'US','name':'United States of America'}]","2014-03-14","5380251","108","[{'iso_639_1':'en','name':'English'}]","Released","A mysterious seductress preys upon the population of Scotland","Under the Skin","false","6","1735" +"false","/jTQwxIGnRdrfkMdfW3C6ffAvU2w.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':10402,'name':'Music'}]","","242093","tt2966934","en","Under the Electric Sky","This 3-D film chronicles the love, community, and life of festival-goers during Electric Daisy Carnival Las Vegas, the largest music festival in the U.S. Behind-the-scenes footage and exclusive interviews with Insomniac's Pasquale Rotella reveal the magic that makes this three-night, 345,000-person event a global phenomenon.","1.164","/e6QXfsujsf8t85hZZNjPndLVzdb.jpg","[]","[]","2014-05-29","0","85","[]","Released","","Under the Electric Sky","false","6.4","9" +"false","/lkCPWk578T6BuQ6BKmSkTbYYrdC.jpg","null","1000000","[{'id':27,'name':'Horror'}]","","128311","tt1934458","en","Under the Bed","Two brothers team up to battle a creature under the bed, in what is being described as a ""suburban nightmare"" tale.","3.511","/hb6yVc7ij3jQv69dLTIkyna2K7B.jpg","[{'id':14066,'logo_path':null,'name':'Site B','origin_country':''},{'id':14067,'logo_path':null,'name':'Through The Heart','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-07-19","0","87","[{'iso_639_1':'en','name':'English'}]","Released","","Under the Bed","false","5.1","48" +"false","/1nPbFoDf5gXJHoCi1EQM21YukLB.jpg","{'id':112399,'name':'Under Siege Collection','poster_path':'/tLU9Ki48hViJIGRvEJOsAs3bvsa.jpg','backdrop_path':'/4Ysa3x4wDwolRpUXBCrig7szGon.jpg'}","60000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","3512","tt0114781","en","Under Siege 2: Dark Territory","A passenger train has been hijacked by an electronics expert and turned into an untraceable command center for a weapons satellite. He has planned to blow up Washington DC and only one man can stop him, former Navy SEAL Casey Ryback.","11.716","/6Z1p71nkm45cYuIZWOx5JSCYc0o.jpg","[{'id':21480,'logo_path':null,'name':'Victor Company of Japan (JVC)','origin_country':''},{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':17825,'logo_path':null,'name':'Seagal/Nasso Productions','origin_country':''},{'id':63906,'logo_path':null,'name':'Cutting Edge Films','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-07-13","104324083","100","[{'iso_639_1':'en','name':'English'}]","Released","Last time he rocked the boat. This time the sky's the limit.","Under Siege 2: Dark Territory","false","5.6","348" +"false","/jwP6iz7EB3o9glhv0fP9f5uBqGI.jpg","{'id':112399,'name':'Under Siege Collection','poster_path':'/tLU9Ki48hViJIGRvEJOsAs3bvsa.jpg','backdrop_path':'/4Ysa3x4wDwolRpUXBCrig7szGon.jpg'}","35000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","8845","tt0105690","en","Under Siege","This action-packed thriller takes place on the soon-to-be-decommissioned USS Missouri. Disgruntled ex-CIA operative Strannix, his assistant Krill and their group of terrorists seize the battleship with nuclear blackmail in mind. They've planned for every contingency but ignore the ship's cook, former Navy SEAL Casey Ryback -- an error that could be fatal.","11.566","/duxM3HJ55Fpc4A3krziKn1FR22K.jpg","[{'id':644,'logo_path':null,'name':'Alcor Films','origin_country':''},{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","1992-10-08","156563139","103","[{'iso_639_1':'en','name':'English'}]","Released","It's not a job... It's an Adventure!","Under Siege","false","6.1","633" +"false","/qwnqjRNk3OSmN9sjCvkQWB6awQw.jpg","null","0","[{'id':10752,'name':'War'},{'id':18,'name':'Drama'}]","","12503","tt0086510","en","Under Fire","Three U.S. journalists (Nick Nolte, Joanna Cassidy, Gene Hackman) get too close to one another and their work in 1979 Nicaragua.","5.165","/mvscM4MPbxTxfi66AwIYHfRY7PF.jpg","[{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1983-10-21","0","128","[{'iso_639_1':'en','name':'English'}]","Released","This wasn't their war but it was their story... and they wouldn't let it go!","Under Fire","false","6.8","57" +"false","/hXijgyAgIgPREv6H7AZN8L2W0Oe.jpg","null","15000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","","2616","tt0098554","en","Uncle Buck","As an idle, good-natured bachelor, Uncle Buck is the last person you would think of to watch the kids. However, during a family crisis, he is suddenly left in charge of his nephew and nieces. Unaccustomed to suburban life, fun-loving Uncle Buck soon charms his younger relatives Miles and Maizy with his hefty cooking and his new way of doing the laundry. His carefree style does not impress everyone though - especially his rebellious teenage niece, Tia, and his impatient girlfriend, Chanice. With a little bit of luck and a lot of love, Uncle Buck manages to surprise everyone in this heartwarming family comedy.","10.88","/pfRn0CzYq5n49EDl8BV8Jjry6ZM.jpg","[{'id':477,'logo_path':null,'name':'Hughes Entertainment','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-08-16","79258538","100","[{'iso_639_1':'en','name':'English'}]","Released","He's crude. He's crass. He's family.","Uncle Buck","false","6.7","509" +"false","/eSbKT3v3RKFRGeOmxJbZhIvrevR.jpg","{'id':513060,'name':'Unbroken Collection','poster_path':'/mJU2QyJnxOMf63gn7MgvfpmFg1y.jpg','backdrop_path':'/lXS3Ww5IVQVYqSiPvxbleOgimmC.jpg'}","65000000","[{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","","227306","tt1809398","en","Unbroken","A chronicle of the life of Louis Zamperini, an Olympic runner who was taken prisoner by Japanese forces during World War II.","14.107","/1un8i8UtCjSCnY3OfdxtB5kDRvF.jpg","[{'id':923,'logo_path':'/5UQsZrfbfG2dYJbx8DxfoTr2Bvu.png','name':'Legendary Entertainment','origin_country':'US'},{'id':39443,'logo_path':null,'name':'Jolie Pas','origin_country':''},{'id':787,'logo_path':'/cCefBs1t7jxtiz3eCxBp9yxrxGx.png','name':'3 Arts Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-12-25","163442937","137","[{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'}]","Released","Survival. Resilience. Redemption.","Unbroken","false","7.4","2170" +"false","/ghcvtBcu2V3PgrkcK3VEcrk9Ofc.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://weinsteinco.com/sites/undefeated/","82620","tt1860355","en","Undefeated","Set against the backdrop of a high school football season, Dan Lindsay and T.J. Martin???s documentary UNDEFEATED is an intimate chronicle of three underprivileged student-athletes from inner-city Memphis and the volunteer coach trying to help them beat the odds on and off the field. For players and coaches alike, the season will be not only about winning games ??? it will be about how they grapple with the unforeseeable events that are part of football and part of life.","2.013","/bA5FHITjEGFntU8lySsvT4ibDrp.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-03-13","0","113","[{'iso_639_1':'en','name':'English'}]","Released","Character will be revealed.","Undefeated","false","7.7","37" +"false","/4WQG7oGOjNQX9U89CpPO0hyLFxz.jpg","null","75000000","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'}]","","9741","tt0217869","en","Unbreakable","An ordinary man makes an extraordinary discovery when a train accident leaves his fellow passengers dead ??? and him unscathed. The answer to this mystery could lie with the mysterious Elijah Price, a man who suffers from a disease that renders his bones as fragile as glass.","17.686","/pvL37V88plePxFSszCbV3wRHiBm.jpg","[{'id':3683,'logo_path':null,'name':'Limited Edition Productions Inc.','origin_country':''},{'id':17032,'logo_path':null,'name':'Barry Mendel Productions','origin_country':''},{'id':12236,'logo_path':'/uV6QBPdn3MjQzAFdgEel6od7geg.png','name':'Blinding Edge Pictures','origin_country':'US'},{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-11-13","248118121","106","[{'iso_639_1':'en','name':'English'}]","Released","Some things are only revealed by accident","Unbreakable","false","7.1","4611" +"false","/jihMKGWilrgy0VWJyopstqFw3Ti.jpg","null","30000000","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://www.sonypictures.com/movies/ultraviolet/","9920","tt0370032","en","Ultraviolet","In the late 21st century, a subculture of humans have emerged who have been modified genetically by a vampire-like disease, giving them enhanced speed, incredible stamina and acute intelligence. As they are set apart from ""normal"" and ""healthy"" humans, the world is pushed to the brink of worldwide civil war aimed at the destruction of the ""diseased"" population. In the middle of this crossed-fire is - an infected woman - Ultraviolet, who finds herself protecting a nine-year-old boy who has been marked for death by the human government as he is believed to be a threat to humans.","7.449","/cZeoFB4FjSe2KTG1BPLhckddFVA.jpg","[{'id':8003,'logo_path':null,'name':'Ultravi Productions','origin_country':''},{'id':3287,'logo_path':'/bz6GbCQQXGNE56LTW9dwgksW0Iw.png','name':'Screen Gems','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-03-03","31070211","87","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'vi','name':'Ti???ng Vi???t'}]","Released","The blood war is on.","Ultraviolet","false","4.9","723" +"false","/z4Sy8NMzZeOXBO8M3vtkTzpQuTO.jpg","null","5000000","[{'id':35,'name':'Comedy'}]","","11959","tt0098546","en","UHF","The eccentric new manager of a UHF television channel tries to save the station from financial ruin with an odd array of programming.","5.906","/2zFQ9aGCYCKqV7pYf50IuVsy1eV.jpg","[{'id':19029,'logo_path':null,'name':'Cinecorp','origin_country':''},{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-07-21","0","97","[{'iso_639_1':'en','name':'English'}]","Released","A lot of TV stations have forgotten what ""quality"" means, but not Channel 62. They NEVER knew what it meant.","UHF","false","6.9","127" +"false","/58e2QJsmWT4tKWXENu8OID7s1F4.jpg","null","19000000","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","10155","tt0120399","en","U Turn","When Bobby's car breaks down in the desert while on the run from some of the bookies who have already taken two of his fingers, he becomes trapped in the nearby small town where the people are stranger than anyone he's encountered. After becoming involved with a young married woman, her husband hires Bobby to kill her. Later, she hires Bobby to kill the husband.","11.383","/mG4GerNC6ZVnsFTXcsTeKuj8OG.jpg","[{'id':53473,'logo_path':null,'name':'Canal+ Droits Audiovisuels','origin_country':''},{'id':3480,'logo_path':null,'name':'Illusion Entertainment Group','origin_country':''},{'id':11317,'logo_path':'/u3YB3GujS0tct5BVTsMJLWVyllg.png','name':'Phoenix Pictures','origin_country':'US'},{'id':12263,'logo_path':null,'name':'Clyde Is Hungry Films','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","1997-10-03","6682098","125","[{'iso_639_1':'en','name':'English'}]","Released","Expect the Unexpected.","U Turn","false","6.6","299" +"false","/prGcR88VZWi7HsRyTdIJRjmHSgC.jpg","null","62000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':10752,'name':'War'}]","http://www.u-571.com/","3536","tt0141926","en","U-571","In the midst of World War II, the battle under the sea rages and the Nazis have the upper hand as the Allies are unable to crack their war codes. However, after a wrecked U-boat sends out an SOS signal, the Allies realise this is their chance to seize the 'enigma coding machine'.","10.526","/6zdPIbSF9vxCBZpntNvishPo5ol.jpg","[{'id':98728,'logo_path':null,'name':'Canal Plus Image International','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':10308,'logo_path':null,'name':'Dino De Laurentiis Company','origin_country':'US'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","2000-04-20","127666415","116","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Heroes are ordinary men who do extraordinary things in extraordinary times.","U-571","false","6.3","534" +"false","/vgSUtPILdiO6dMShKKf5gdqRbyM.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","76543","tt1204340","en","Tyrannosaur","The story of Joseph a man plagued by violence and a rage that is driving him to self-destruction. As Joseph's life spirals into turmoil a chance of redemption appears in the form of Hannah, a Christian charity shop worker. Their relationship develops to reveal that Hannah is hiding a secret of her own with devastating results on both of their lives.","5.444","/SPmTRQxLBytoBpWCpsGHgJEFd7.jpg","[{'id':3829,'logo_path':null,'name':'WarpX','origin_country':''},{'id':7975,'logo_path':null,'name':'Inflammable Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2011-10-07","22321","93","[{'iso_639_1':'en','name':'English'}]","Released","","Tyrannosaur","false","7.3","205" +"false","/awepqjHYn1lXUIqz8rTfZadsVSv.jpg","{'id':534673,'name':'Madea Collection','poster_path':null,'backdrop_path':'/qxLbjNPrMKTgYrMhIIDzj4zgYjf.jpg'}","47000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://www.amadeachristmasmovie.com","175555","tt2609758","en","A Madea Christmas","Madea dispenses her unique form of holiday spirit on rural town when she's coaxed into helping a friend pay her daughter a surprise visit in the country for Christmas.","3.045","/4L9OkG2IbTo3hI62Fx7CtyKCBbY.jpg","[{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-12-13","53396354","100","[{'iso_639_1':'en','name':'English'}]","Released","This Little Fool Thinks She's Getting A Damn Pony","A Madea Christmas","false","6.4","59" +"false","/7i0YF4pxkyBHRo9L9SJ2iisMygu.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","http://haveatwonightstand.com/","286554","tt2140619","en","Two Night Stand","After an extremely regrettable one night stand, two strangers wake up to find themselves snowed in after sleeping through a blizzard that put all of Manhattan on ice. They're now trapped together in a tiny apartment, forced to get to know each other way more than any one night stand should.","8.531","/787egmKPQvpL7GiUze7AlkoQB1B.jpg","[{'id':13241,'logo_path':null,'name':'Demarest Films','origin_country':''},{'id':34081,'logo_path':null,'name':'Flynn Picture Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-09-26","18612","86","[{'iso_639_1':'en','name':'English'}]","Released","Before love. After sex.","Two Night Stand","false","6.5","1183" +"false","/2hommRnVhrnKyJqN3VB3zw5S04d.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","5241","tt0096324","en","Two Moon Junction","A young Southern d??butante temporarily abandons her posh lifestyle and upcoming, semi-arranged marriage to have a lustful and erotic fling with a rugged drifter who works at a local carnival.","4.082","/l06WvRHE9pTLp8QYknkKr74uWqJ.jpg","[{'id':1886,'logo_path':null,'name':'DDM Film Corporation','origin_country':''},{'id':1887,'logo_path':null,'name':'Lorimar Motion Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-04-29","1547397","104","[{'iso_639_1':'en','name':'English'}]","Released","","Two Moon Junction","false","5","40" +"false","/9m2Dkew3lj42j55QHHg8au5PrIX.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","254772","tt2258285","en","Two Men in Town","A convict is released from prison in a small town in New Mexico. 18 years ago he killed a deputy. The then-and-now sheriff seeks revenge.","3.261","/2XnI5amXDUH6UXP3Z3xAdmhiXRK.jpg","[{'id':858,'logo_path':'/6NwjE3AuYKMuGNJdAG8TzmhmioV.png','name':'Tessalit Productions','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'}]","2014-02-06","0","120","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","","Two Men in Town","false","5.7","43" +"false","/rOd0Vp2jGsbyH0YF9mxRDs3l9Ue.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","5767","tt0062407","en","Two for the Road","The ten-year marriage of Mark and Joanna Wallace is on the rocks. In flashback they recall their first meeting, memorable moments in their courtship and early wedded life, their travels through Europe, their broken vow never to have children, and their increasing tensions that led to both of them having extra-marital affairs.","4.311","/f9GAaL5gXzSP8LhXJcAx8Remfy3.jpg","[{'id':11404,'logo_path':null,'name':'Stanley Donen Films','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1967-04-27","0","111","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","They make something wonderful out of being alive!","Two for the Road","false","7.4","87" +"false","/yhWGeoVyXxazW5HjomTgulO2Ng5.jpg","null","35000000","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.twoforthemoney.net","9910","tt0417217","en","Two for the Money","A former college athlete joins forces with a sports consultant to handicap football games for high-rolling gamblers.","6.736","/6Oc8AubEs3YwqBRGi5of8QkLA33.jpg","[{'id':10210,'logo_path':null,'name':'Morgan Creek Productions','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-10-07","30526509","122","[{'iso_639_1':'en','name':'English'}]","Released","How much will you risk?","Two for the Money","false","5.9","265" +"false","/9zAAR78OTNBZxQYVojDj4pLHOWz.jpg","null","92000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'}]","","664","tt0117998","en","Twister","TV weatherman Bill Harding is trying to get his tornado-hunter wife, Jo, to sign divorce papers so he can marry his girlfriend Melissa. But Mother Nature, in the form of a series of intense storms sweeping across Oklahoma, has other plans. Soon the three have joined the team of stormchasers as they attempt to insert a revolutionary measuring device into the very heart of several extremely violent tornados.","12.368","/tKdDCkmb6obEhWEMLgGUUz5nDNs.jpg","[{'id':23370,'logo_path':null,'name':'Constant c Productions','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-05-10","494471524","113","[{'iso_639_1':'en','name':'English'}]","Released","The Dark Side of Nature.","Twister","false","6.3","1535" +"false","/bGyusx5LtsTLbyAq0ow1DrdE7K6.jpg","null","10000000","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","1923","tt0105665","en","Twin Peaks: Fire Walk with Me","In the questionable town of Deer Meadow, Washington, FBI Agent Desmond inexplicably disappears while hunting for the man who murdered a teen girl. The killer is never apprehended, and, after experiencing dark visions and supernatural encounters, Agent Dale Cooper chillingly predicts that the culprit will claim another life. Meanwhile, in the more cozy town of Twin Peaks, hedonistic beauty Laura Palmer hangs with lowlifes and seems destined for a grisly fate.","9.22","/tOQekTHJmVCgfUYXTb6dLAu6l8W.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':105,'logo_path':'/pyiNvPJYGz4W2SImgULoG2sn4y4.png','name':'CiBy 2000','origin_country':'FR'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-06-03","4160851","135","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Meet Laura Palmer... In a town where nothing is as it seems... And everyone has something to hide.","Twin Peaks: Fire Walk with Me","false","7.4","812" +"false","/nEdBHjvRkKwEPD1Ps5A3rRiiLVN.jpg","{'id':33514,'name':'The Twilight Collection','poster_path':'/2o4zgGjVryMOPdNqLZWsSPqRkOH.jpg','backdrop_path':'/jTLkltvDalBaHjriVJ71epmwOeL.jpg'}","37000000","[{'id':14,'name':'Fantasy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","8966","tt1099212","en","Twilight","When Bella Swan moves to a small town in the Pacific Northwest to live with her father, she meets the reclusive Edward Cullen, a mysterious classmate who reveals himself to be a 108-year-old vampire. Despite Edward's repeated cautions, Bella can't help but fall in love with him, a fatal move that endangers her own life when a coven of bloodsuckers try to challenge the Cullen clan.","35.293","/lcMp3AONdNhjYE9MmTtMMTOiRDP.jpg","[{'id':57750,'logo_path':null,'name':'Twilight Productions','origin_country':'US'},{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'},{'id':12292,'logo_path':'/llGRXF5WYUW2fzXg0ebCoKMXjmT.png','name':'Temple Hill Entertainment','origin_country':'US'},{'id':4000,'logo_path':null,'name':'Maverick Films','origin_country':'US'},{'id':5218,'logo_path':'/dhb42ugM9DzSpDctTWCtABPVOW4.png','name':'Imprint Entertainment','origin_country':'US'},{'id':11843,'logo_path':null,'name':'Goldcrest Pictures','origin_country':'GB'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-11-20","392616625","122","[{'iso_639_1':'en','name':'English'}]","Released","When you can live forever, what do you live for?","Twilight","false","6","7022" +"false","/6kdccOPKiVD8HcBGxs3FLYsvEuF.jpg","null","13000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':10752,'name':'War'}]","","121642","tt1396226","it","Venuto al mondo","Full-throttle melodrama about an ill-starred romance set against the backdrop of the siege of Sarajevo. A mother brings her teenage son to Sarajevo, where his father died in the Bosnian conflict years ago.","5.097","/kELtRUNsHZN2DlfQ5PoTiJKNCRn.jpg","[{'id':6246,'logo_path':null,'name':'Medusa Film','origin_country':'IT'}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'HR','name':'Croatia'}]","2012-09-13","18295","127","[{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'bs','name':'Bosanski'}]","Released","A story of love. A story of war. A story of life.","Twice Born","false","7.3","246" +"false","/6KXbhaxkgExC5EdDqAzRinhmoZ8.jpg","null","29500000","[{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","63","tt0114746","en","Twelve Monkeys","In the year 2035, convict James Cole reluctantly volunteers to be sent back in time to discover the origin of a deadly virus that wiped out nearly all of the earth's population and forced the survivors into underground communities. But when Cole is mistakenly sent to 1990 instead of 1996, he's arrested and locked up in a mental hospital. There he meets psychiatrist Dr. Kathryn Railly, and patient Jeffrey Goines, the son of a famous virus expert, who may hold the key to the mysterious rogue group, the Army of the 12 Monkeys, thought to be responsible for unleashing the killer disease.","15.913","/6Sj9wDu3YugthXsU0Vry5XFAZGg.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':507,'logo_path':'/z7H707qUWigbjHnJDMfj6QITEpb.png','name':'Atlas Entertainment','origin_country':'US'},{'id':17031,'logo_path':null,'name':'Classico','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-12-29","168840000","129","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","The future is history.","Twelve Monkeys","false","7.5","4176" +"false","/8EQg8fsxEElycBPSb0JszATwm1l.jpg","{'id':553902,'name':'True North - Saga','poster_path':'/akiksiEppqfuu58o8mxRfjPdJ33.jpg','backdrop_path':'/1GslYRMxJP6K4bF6P0hZlH23by.jpg'}","2800000","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","246403","tt3099498","en","Tusk","When his best friend and podcast co-host goes missing in the backwoods of Canada, a young guy joins forces with his friend's girlfriend to search for him.","9.495","/ntxILPesM4IRumijc1DRJQTks9t.jpg","[{'id':9081,'logo_path':null,'name':'Phase 4 Films','origin_country':''},{'id':13241,'logo_path':null,'name':'Demarest Films','origin_country':''},{'id':13642,'logo_path':null,'name':'SModcast Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-09-19","1826705","102","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","Let me tell you a story...","Tusk","false","5.2","580" +"false","/yAsHxhQxLuKyaKrTOAan7aE4HGs.jpg","{'id':260601,'name':'The Worricker Collection','poster_path':'/7eA2F7vJRrQj1v5u3hpPmxlkWHw.jpg','backdrop_path':'/no4tk4mE24iXfa4Q5vKXocDzftZ.jpg'}","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':9648,'name':'Mystery'}]","","260202","tt2904608","en","Turks & Caicos","The second movie in David Hare's Johnny Worricker trilogy. Loose-limbed spy Johnny Worricker, last seen whistleblowing at MI5 in Page Eight, has a new life. He is hiding out in Ray-Bans on the Caribbean islands of the title, eating lobster and calling himself Tom Eliot (he???s a poet at heart). We???re drawn into his world and his predicament when Christopher Walken strolls in as a shadowy American who claims to know Johnny. The encounter forces him into the company of some ambiguous American businessmen who claim to be on the islands for a conference on the global financial crisis. When one of them falls in the sea, their financial PR seems to know more than she's letting on. Worricker soon learns the extent of their shady activities and he must act quickly to survive when links to British prime minister Alec Beasley come to light.","5.901","/3jf6UilMaR1CkPHxP7IabzoOYe9.jpg","[{'id':33473,'logo_path':null,'name':'Masterpiece','origin_country':''},{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':6196,'logo_path':null,'name':'Carnival Films','origin_country':'GB'},{'id':46339,'logo_path':null,'name':'Beagle Pug Films','origin_country':'GB'},{'id':437,'logo_path':'/nu20mtwbEIhUNnQ5NXVhHsNknZj.png','name':'Heyday Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-03-20","0","95","[{'iso_639_1':'en','name':'English'}]","Released","","Turks & Caicos","false","6.3","63" +"false","/aq3pAfZYyaXmJgr7UrfT0lhkcfn.jpg","null","10000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","9796","tt0454970","pt","Turistas","A group of young backpackers' vacation turns sour when a bus accident leaves them marooned in a remote Brazilian rural area that holds an ominous secret.","8.498","/lwj9HLVIfLaFYyF7ZIxBlntT9jM.jpg","[{'id':846,'logo_path':null,'name':'2929 Productions','origin_country':'US'},{'id':2890,'logo_path':'/sylRB38BNx3YFW3T6qV9RAXH3UU.png','name':'Fox Atomic','origin_country':''},{'id':7420,'logo_path':null,'name':'Stone Village Pictures','origin_country':''},{'id':22458,'logo_path':null,'name':'BoZ Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-12-01","0","93","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","There are some places tourists should never go","Turistas","false","5.3","348" +"false","/dvdKrICCKP8Uh1Xqkn60oQXnYer.jpg","null","135000000","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","http://www.turbomovie.com/","77950","tt1860353","en","Turbo","The tale of an ordinary garden snail who dreams of winning the Indy 500.","10.922","/kajPlPUgobxci8ME5oqvzjN430q.jpg","[{'id':521,'logo_path':'/kP7t6RwGz2AvvTkvnI1uteEwHet.png','name':'DreamWorks Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-07-11","282570682","96","[{'iso_639_1':'en','name':'English'}]","Released","SLO NO MO","Turbo","false","6.1","1678" +"false","/mjsS5mcMjLPE31yGTU5mMqRhyCc.jpg","null","5000000","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","46838","tt1465522","en","Tucker and Dale vs Evil","Two hillbillies are suspected of being killers by a group of paranoid college kids camping near the duo's West Virginian cabin. As the body count climbs, so does the fear and confusion as the college kids try to seek revenge against the pair.","12.502","/8shwLEDzajJGSfLgbpac8x8xn1U.jpg","[{'id':2273,'logo_path':null,'name':'Eden Rock Media','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2010-01-22","5476793","89","[{'iso_639_1':'en','name':'English'}]","Released","Evil just messed with the wrong hillbillies.","Tucker and Dale vs Evil","false","7.3","1372" +"false","/3Zhyn5PL4tj6mMSH2c2GQbpjnxD.jpg","null","0","[{'id':99,'name':'Documentary'}]","","79628","tt1698010","en","TT3D: Closer to the Edge","By vividly recounting the TT's legendary rivalries and the Isle of Man's unique road racing history, this 3D feature documentary discovers why modern TT riders still risk their lives to win the world's most dangerous race. The Isle of Man Tourist Trophy is the greatest motorcycle road race in the world, the ultimate challenge for rider and machine. It has always called for a commitment far beyond any other racing event, and many have made the ultimate sacrifice in their quest for victory. A story about freedom of choice, the strength of human spirit and the will to win. It's also an examination of what motivates those rare few, this elite band of brothers who risk everything to win.","4.066","/fTlrP23ynrczXnyG03bDSASv5Ra.jpg","[{'id':5705,'logo_path':null,'name':'CinemaNX','origin_country':''},{'id':2268,'logo_path':'/wgDks2qYgwN6u1OkW1bBre0rf4F.png','name':'Isle of Man Film','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2011-04-22","0","104","[{'iso_639_1':'en','name':'English'}]","Released","Just because you're breathing doesn't mean you're alive.","TT3D: Closer to the Edge","false","8","60" +"false","/cZmWjJ9V6tJc12Hxq4Utp42u08V.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","245706","tt2273657","en","True Story","A drama centered around the relationship between journalist Michael Finkel and Christian Longo, an FBI Most Wanted List murderer who for years lived outside the U.S. under Finkel's name.","7.327","/hBG9DzRbzId4uC4aUv3XTDZCn4i.jpg","[{'id':81,'logo_path':'/8wOfUhA7vwU2gbPjQy7Vv3EiF0o.png','name':'Plan B Entertainment','origin_country':'US'},{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':10104,'logo_path':'/hNuGhsKVlmhnwSRcmOejDBDjh6w.png','name':'New Regency Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-04-17","4719695","100","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","Some mysteries are beyond belief.","True Story","false","6.2","834" +"false","/f0qqTEyVmmztypEMV3THRdnBjFj.jpg","null","12500000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':10749,'name':'Romance'}]","","319","tt0108399","en","True Romance","Clarence marries hooker Alabama, steals cocaine from her pimp, and tries to sell it in Hollywood, while the owners of the coke try to reclaim it.","15.303","/xBO8R3CZfrJ9rrwrZoJ68PgJyAR.jpg","[{'id':10210,'logo_path':null,'name':'Morgan Creek Productions','origin_country':'US'},{'id':342,'logo_path':null,'name':'Davis-Films','origin_country':''},{'id':3322,'logo_path':null,'name':'August Entertainment','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-09-09","12281551","120","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","Stealing, Cheating, Killing. Who said romance was dead?","True Romance","false","7.6","1224" +"false","/eQZCyr28X5rRxlAm7EUofX3Jhxm.jpg","null","115000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","36955","tt0111503","en","True Lies","Harry Tasker is a secret agent for the United States Government. For years, he has kept his job from his wife, but is forced to reveal his identity and try to stop nuclear terrorists when he and his wife are kidnapped by them.","16.179","/mTAHr5h5i64hTLqo0cW2X2083Cx.jpg","[{'id':574,'logo_path':'/iB6GjNVHs5hOqcEYt2rcjBqIjki.png','name':'Lightstorm Entertainment','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-07-15","378882411","141","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'de','name':'Deutsch'}]","Released","When he said I do, he never said what he did.","True Lies","false","6.9","1872" +"false","/wDPmggrApz7nxy4BAQk3rCLi3R6.jpg","null","38000000","[{'id':18,'name':'Drama'},{'id':12,'name':'Adventure'},{'id':37,'name':'Western'}]","http://www.truegritmovie.com/","44264","tt1403865","en","True Grit","Following the murder of her father by hired hand Tom Chaney, 14-year-old farm girl Mattie Ross sets out to capture the killer. To aid her, she hires the toughest U.S. Marshal she can find, a man with ""true grit,"" Reuben J. ""Rooster"" Cogburn. Mattie insists on accompanying Cogburn, whose drinking, sloth, and generally reprobate character do not augment her faith in him. Against his wishes, she joins him in his trek into the Indian Nations in search of Chaney. They are joined by Texas Ranger LaBoeuf, who wants Chaney for his own purposes. The unlikely trio find danger and adventure on the journey, and each has his or her ""grit"" tested.","12.576","/qc7vaF5fIeTllAykdP3wldlMyRh.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':258,'logo_path':null,'name':'Scott Rudin Productions','origin_country':'US'},{'id':2092,'logo_path':null,'name':'Mike Zoss Productions','origin_country':'US'},{'id':82819,'logo_path':'/5Z8WWr0Lf1tInVWwJsxPP0uMz9a.png','name':'Skydance Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-12-22","252276927","110","[{'iso_639_1':'en','name':'English'}]","Released","Punishment Comes One Way or Another.","True Grit","false","7.2","2722" +"false","/cbzZhWQdzXAQUwwcUp76xSdLLFm.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","32077","tt0083232","en","True Confessions","A cop clashes with his priest brother while investigating the brutal murder of a young prostitute","3.605","/8ofh3dT6IlUfUU0TIQi2ocIwcC7.jpg","[{'id':8880,'logo_path':'/fE7LBw7Jz8R29EABFGCvWNriZxN.png','name':'Winkler Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1981-09-25","0","108","[{'iso_639_1':'en','name':'English'}]","Released","Two brothers out to save everyone else. But they couldn't save each other.","True Confessions","false","6","50" +"false","/lIyNUZbIeEwWpaWXAO5gnciB8Dq.jpg","null","175000000","[{'id':12,'name':'Adventure'},{'id':36,'name':'History'}]","","652","tt0332452","en","Troy","In year 1250 B.C. during the late Bronze age, two emerging nations begin to clash. Paris, the Trojan prince, convinces Helen, Queen of Sparta, to leave her husband Menelaus, and sail with him back to Troy. After Menelaus finds out that his wife was taken by the Trojans, he asks his brother Agamemnom to help him get her back. Agamemnon sees this as an opportunity for power. So they set off with 1,000 ships holding 50,000 Greeks to Troy. With the help of Achilles, the Greeks are able to fight the never before defeated Trojans.","20.159","/edMlij7nw2NMla32xskDnzMCFBM.jpg","[{'id':18990,'logo_path':null,'name':'Radiant Productions','origin_country':''},{'id':19107,'logo_path':null,'name':'Helena Productions','origin_country':'GB'},{'id':19108,'logo_path':null,'name':'Latina Pictures','origin_country':'MT'},{'id':81,'logo_path':'/8wOfUhA7vwU2gbPjQy7Vv3EiF0o.png','name':'Plan B Entertainment','origin_country':'US'},{'id':7636,'logo_path':'/e6uCvCNTf0nnery1iaQh6QSgpbn.png','name':'Nimar Studios','origin_country':'BG'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'MT','name':'Malta'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2004-05-03","497409852","163","[{'iso_639_1':'en','name':'English'}]","Released","For passion. For honor. For destiny. For victory. For love.","Troy","false","7","5143" +"false","/9fN6z7JcO5o3jDmJ0fHSq4PXwUT.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://troublewiththecurve.warnerbros.com/","87825","tt2083383","en","Trouble with the Curve","Slowed by age and failing eyesight, crack baseball scout Gus Lobel takes his grown daughter along as he checks out the final prospect of his career. Along the way, the two renew their bond, and she catches the eye of a young player-turned-scout.","11.32","/vNWFhlTseaTupYmpnXxJLoShJe3.jpg","[{'id':171,'logo_path':null,'name':'Malpaso Productions','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-09-21","0","111","[{'iso_639_1':'en','name':'English'}]","Released","Whatever Life Throws at You","Trouble with the Curve","false","6.7","587" +"false","/pr8sj9FozsiT45TMtkwFRWONNII.jpg","null","92000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':12,'name':'Adventure'},{'id':10752,'name':'War'}]","","7446","tt0942385","en","Tropic Thunder","Vietnam veteran 'Four Leaf' Tayback's memoir, Tropic Thunder, is being made into a film, but Director Damien Cockburn can???t control the cast of prima donnas. Behind schedule and over budget, Cockburn is ordered by a studio executive to get filming back on track, or risk its cancellation. On Tayback's advice, Cockburn drops the actors into the middle of the jungle to film the remaining scenes but, unbeknownst to the actors and production, the group have been dropped in the middle of the Golden Triangle, the home of heroin-producing gangs.","17.013","/ue9QdvhpcNPvKQyLY5a5Pd0tagS.jpg","[{'id':11843,'logo_path':null,'name':'Goldcrest Pictures','origin_country':'GB'},{'id':12379,'logo_path':null,'name':'Internationale Filmproduktion Stella-del-Sud Second','origin_country':'DE'},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'},{'id':2932,'logo_path':'/4uLKLjGivVg2YnAIhAn8k7ZuVFj.png','name':'Red Hour','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'DE','name':'Germany'}]","2008-08-09","188072649","107","[{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'en','name':'English'}]","Released","The movie they think they're making... isn't a movie anymore.","Tropic Thunder","false","6.5","2967" +"false","/6hquJfTEM97bqMekCOPO50SLbzr.jpg","{'id':63043,'name':'TRON Collection','poster_path':'/cvFlDIfOwhYe4ouAAfdyq9E5zlZ.jpg','backdrop_path':'/o8NBfffQPE9tHTR9l7FuWbdVPHu.jpg'}","170000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","http://disney.go.com/tron/","20526","tt1104001","en","TRON: Legacy","Sam Flynn, the tech-savvy and daring son of Kevin Flynn, investigates his father's disappearance and is pulled into The Grid. With the help of a mysterious program named Quorra, Sam quests to stop evil dictator Clu from crossing into the real world.","13.865","/vllvystwQjmXzy5OvBKnGl1JREF.jpg","[{'id':76043,'logo_path':'/9RO2vbQ67otPrBLXCaC8UMp3Qat.png','name':'Revolution Sun Studios','origin_country':'US'},{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':7161,'logo_path':null,'name':'LivePlanet','origin_country':''},{'id':18713,'logo_path':null,'name':'Prana Studios','origin_country':''},{'id':23791,'logo_path':null,'name':'Sean Bailey Productions','origin_country':''},{'id':76067,'logo_path':null,'name':'Kontsept Film Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-12-10","400062763","125","[{'iso_639_1':'en','name':'English'}]","Released","The Game Has Changed.","TRON: Legacy","false","6.3","4264" +"false","/owAF2FmDO0UnniCbMpCjN8VcFgA.jpg","{'id':63043,'name':'TRON Collection','poster_path':'/cvFlDIfOwhYe4ouAAfdyq9E5zlZ.jpg','backdrop_path':'/o8NBfffQPE9tHTR9l7FuWbdVPHu.jpg'}","17000000","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'}]","","97","tt0084827","en","Tron","As Kevin Flynn searches for proof that he invented a hit video game, he is ""digitalized"" by a laser and finds himself inside The Grid, where programs suffer under the tyrannical rule of the Master Control Program. With the help of TRON, a security program, Flynn seeks to free The Grid from the MCP.","7.635","/cTF8lpXvAwT1SLH9kVFZZl0AO0D.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':558,'logo_path':null,'name':'Lisberger/Kushner','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1982-07-09","33000000","96","[{'iso_639_1':'en','name':'English'}]","Released","A world inside the computer where man has never been. Until now.","Tron","false","6.7","1071" +"false","/b7cmOigq006nlcCtvse8EgoD5rv.jpg","null","0","[{'id':18,'name':'Drama'}]","","85542","tt1836987","en","Trishna","When her father is killed in a road accident, Trishna's family expect her to provide for them. The rich son of an entrepreneur starts to restlessly pursue her affections, but are his intentions as pure as they seem?","2.911","/xFCJeLJDXYhrX6Z4bHbdiDeVUgm.jpg","[{'id':5056,'logo_path':'/kADFcjL04xe5HGBnlLjbfhliS2a.png','name':'Head Gear Films','origin_country':'GB'},{'id':163,'logo_path':null,'name':'Revolution Films','origin_country':''},{'id':2801,'logo_path':'/bswb1PLLsKDUXMLgy42bZtCtIde.png','name':'Film i V??st','origin_country':'SE'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2011-09-08","0","117","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'hi','name':'??????????????????'}]","Released","","Trishna","false","5.9","29" +"false","/stARnpibahYyE0ORX8b9PaAvAmo.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","46665","tt1232838","en","Triple Dog","On the night of a sleepover, a group of teenage girls venture out in a competitive game of challenging dares. As the antics escalate, and the dares become more extreme, the girls unravel the truth behind a former student's rumored suicide.","3.438","/4VF7ciXsWLhFuaaqKXa5mAYfxAC.jpg","[]","[{'iso_3166_1':'CA','name':'Canada'}]","2010-05-10","0","92","[{'iso_639_1':'en','name':'English'}]","Released","","Triple Dog","false","5.9","58" +"false","/oFxeGxRjlwzf0qct3g1HGBujGqH.jpg","null","12000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':35,'name':'Comedy'}]","http://trickrtreat-movie.warnerbros.com/","23202","tt0862856","en","Trick 'r Treat","Four interwoven stories that occur on Halloween: an everyday high school principal has a secret life as a serial killer; a college virgin might have just met the one guy for her; a group of teenagers pull a mean prank; a bitter old recluse receives an uninvited guest.","6.817","/w0nmol4g7n6MFfhfphV7GzHHYjB.jpg","[{'id':923,'logo_path':'/5UQsZrfbfG2dYJbx8DxfoTr2Bvu.png','name':'Legendary Entertainment','origin_country':'US'},{'id':9168,'logo_path':'/hQNXrYIuyLRxMSBuGHk0GX7CCBS.png','name':'Bad Hat Harry Productions','origin_country':'US'},{'id':23784,'logo_path':null,'name':'Little Sam Films','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-12-07","0","82","[{'iso_639_1':'en','name':'English'}]","Released","Poison, Drowning, Claw, Or Knife. So Many Ways To Take A Life.","Trick 'r Treat","false","6.6","646" +"false","/rbrgx4PJev0rgwUZoObnNFrKqnp.jpg","null","0","[{'id':27,'name':'Horror'},{'id':10402,'name':'Music'}]","","25438","tt0092112","en","Trick or Treat","Eddie is your average 80's metal head teen. Now he's obsessed with his heavy-metal superstar idol, Sammi Curr who is killed in a hotel fire. Eddie becomes the recipient of the only copy of Curr's unreleased album, which when played backwards brings Sammi back to life. As Halloween approaches, Eddie begins to realize that this isn't only rock 'n roll... it's life and death.","2.805","/21ouEk4YP3kwmghiIjplbyayK3l.jpg","[{'id':484,'logo_path':null,'name':'De Laurentiis Entertainment Group (DEG)','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1986-10-24","6797218","98","[{'iso_639_1':'en','name':'English'}]","Released","What are you afraid of? It's only rock and roll...","Trick or Treat","false","5.9","63" +"false","/cL1R5nz7BUVU3d2shLDTaDcU0Ga.jpg","null","12000000","[{'id':27,'name':'Horror'}]","","26466","tt1187064","en","Triangle","The story revolves around the passengers of a yachting trip in the Atlantic Ocean who, when struck by mysterious weather conditions, jump to another ship only to experience greater havoc on the open seas.","9.899","/hjC00Wus7IoCywVTHt68W8QxcyW.jpg","[{'id':1854,'logo_path':null,'name':'Dan Films','origin_country':''},{'id':2452,'logo_path':'/6CLoZ59fLPG7UyxQtGTqRevjf58.png','name':'UK Film Council','origin_country':'GB'},{'id':3207,'logo_path':null,'name':'Pictures in Paradise','origin_country':''},{'id':4024,'logo_path':null,'name':'Pacific Film and Television Commission','origin_country':''},{'id':4564,'logo_path':null,'name':'Icon Entertainment International','origin_country':''},{'id':13502,'logo_path':null,'name':'Framestore','origin_country':''},{'id':80386,'logo_path':null,'name':'Triangle Films','origin_country':''},{'id':152,'logo_path':null,'name':'Icon Productions','origin_country':'US'}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2009-10-16","1594955","99","[{'iso_639_1':'en','name':'English'}]","Released","A Passage to Hell","Triangle","false","6.8","1049" +"false","/kHNEWn2wnAaqAsLfICIlqa7NU7d.jpg","null","36000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","70578","tt1674784","en","Trespass","Kyle (Nicolas Cage) and Sarah Miller (Nicole Kidman) have it all: a huge gated house on the water, fancy cars, and the potential for romance in their relationship. He's just back from a business trip (he brokers diamonds) and their teen daughter Avery (Liana Liberato) is sneaking out to a party, when four thugs in security uniforms and ski masks stage a home invasion. They want what's in the safe: cash and diamonds. As Kyle stalls them, trying to negotiate for Sarah's freedom, the fault lines in Kyle and Sarah's marriage and the pasts of the four robbers come into play. Is there room here for heroism?","7.757","/kZ7BE0Ob664ZFuFrWNTm9eu62qW.jpg","[{'id':925,'logo_path':'/dIb9hjXNOkgxu4kBWdIdK8nM4w.png','name':'Nu Image','origin_country':'US'},{'id':8880,'logo_path':'/fE7LBw7Jz8R29EABFGCvWNriZxN.png','name':'Winkler Films','origin_country':''},{'id':1020,'logo_path':'/kuUIHNwMec4dwOLghDhhZJzHZTd.png','name':'Millennium Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-10-13","9612469","91","[{'iso_639_1':'en','name':'English'}]","Released","When terror is at your doorstep. You can run. Or you can fight.","Trespass","false","5.5","569" +"false","/yUgmWnxcPYoonOQfrax5CfIYvDU.jpg","{'id':91799,'name':'Tremors Collection','poster_path':'/dCeNEdBgkpXMIAndv02JI3DXzKj.jpg','backdrop_path':'/87K8X2WixRlR3LxzeydW83N7nM0.jpg'}","11000000","[{'id':28,'name':'Action'},{'id':27,'name':'Horror'}]","","9362","tt0100814","en","Tremors","Hick handymen Val McKee and Earl Bassett can barely eke out a living in the Nevada hamlet of Perfection, so they decide to leave town -- despite an admonition from a shapely seismology coed who's picking up odd readings on her equipment. Before long, Val and Earl discover what's responsible for those readings: 30-foot-long carnivorous worms with a proclivity for sucking their prey underground.","13.197","/cA4ggkZ3r1d5r9hOAUWC8x5ul2i.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':3851,'logo_path':null,'name':'No Frills Film Production','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-01-19","48572000","96","[{'iso_639_1':'en','name':'English'}]","Released","The monster movie that breaks new ground.","Tremors","false","6.6","1498" +"false","/hEwbDCvPBWMxfaP9cFImy7rZQtV.jpg","null","140000000","[{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'}]","","9016","tt0133240","en","Treasure Planet","When space galleon cabin boy Jim Hawkins discovers a map to an intergalactic ""loot of a thousand worlds,"" a cyborg cook named John Silver teaches him to battle supernovas and space storms. But, soon, Jim realizes Silver is a pirate intent on mutiny!","18.633","/yfcoA7q9n852yVnYa0VcAchgA72.jpg","[{'id':6125,'logo_path':'/tVPmo07IHhBs4HuilrcV0yujsZ9.png','name':'Walt Disney Animation Studios','origin_country':'US'},{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-11-26","109578115","95","[{'iso_639_1':'en','name':'English'}]","Released","Find your place in the universe.","Treasure Planet","false","7.4","1812" +"false","/o4eUhOwLi4hVlYaIKCOgraE6QIa.jpg","{'id':91657,'name':'Disney Buddies Collection','poster_path':'/c0SunvY1GV56ezlaOYjAxkpV1Ng.jpg','backdrop_path':'/tDhCsQaxFmdorEZHIgVaZH0MGDs.jpg'}","0","[{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'}]","","78047","tt1791658","en","Treasure Buddies","Disney's irresistible talking puppies are back in an all-new movie that takes them halfway across the world to the ruins of ancient Egypt. With the help of some exotic new friends, this epic adventure is a treasure trove of pure Buddy fun. In a race against a devious cat, the Buddies and their new friends, Cammy and Babi, must avoid booby traps, solve puzzles and explore a mysterious tomb - all in search of the greatest treasure known to animalkind!","2.872","/82vMfOg88btIly1YwfOKUVYqvXU.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':19649,'logo_path':null,'name':'Key Pix Productions','origin_country':''},{'id':63908,'logo_path':null,'name':'Treasure Buddies Productions','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2012-01-31","0","93","[{'iso_639_1':'en','name':'English'}]","Released","","Treasure Buddies","false","5.2","38" +"false","/hmsUstdFthG1NQhxJQJyDNhrjcf.jpg","null","625000","[{'id':18,'name':'Drama'}]","","138976","tt2380301","en","Treachery","Treachery centers on a man (Biehn) who is reunited with his estranged son at a remote wedding party. When a storm strands the party, ugly truths are revealed.","1.452","/6eND9Xr6f02ygcrsVb8femq6jbk.jpg","[]","[]","2013-05-16","0","68","[]","Released","Deep roots... Deeper Secrets","Treachery","false","4.8","5" +"false","/aWy2DrwUYwbp5FLMdxNnmOJLDBW.jpg","null","0","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","44435","tt0104053","it","Trauma","An anorexic young woman escapes from a psychiatric clinic and meets a young man who wants to help. She is caught and returned to her parents, who are soon beheaded by a garrotting stranger making the rounds about town, apparently striking only when it rains. The orphaned young woman and her new lover launch their own investigation and are endangered when a link is discovered with the victims and a particular operation performed years before.","4.901","/yPFyT4OMBbQgIWJwl2SjXMlUpPX.jpg","[{'id':888,'logo_path':null,'name':'Overseas FilmGroup','origin_country':'US'},{'id':36546,'logo_path':null,'name':'ADC Films','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'US','name':'United States of America'}]","1993-03-12","0","106","[{'iso_639_1':'en','name':'English'}]","Released","Some Nightmares Haunt You. Some... Can Kill You.","Trauma","false","6.1","68" +"false","/vBOXMkPD9dQwOyEW9T9rey0Tu0k.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","199723","tt1766175","en","Trap for Cinderella","A young girl suffering from amnesia after surviving a house fire that takes her childhood friend's life, begins a tormented road to recovery.","1.488","/8c9mbPVBcPuplCCBwsf2IB02pwR.jpg","[{'id':9321,'logo_path':null,'name':'Forthcoming Productions','origin_country':''},{'id':12666,'logo_path':null,'name':'Jonescompany Productions','origin_country':''},{'id':9987,'logo_path':'/o5OTKAw7Acl5fTZYPyl8M8D9570.png','name':'Lipsync Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2013-07-12","0","100","[{'iso_639_1':'en','name':'English'}]","Released","The trap is set.","Trap for Cinderella","false","4.8","18" +"false","/dji4Fm0gCDVb9DQQMRvAI8YNnTz.jpg","{'id':10194,'name':'Toy Story Collection','poster_path':'/7G9915LfUQ2lVfwMEEhDsn3kT4B.jpg','backdrop_path':'/9FBwqcd9IRruEDUrTdcaafOMKUq.jpg'}","30000000","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","http://toystory.disney.com/toy-story","862","tt0114709","en","Toy Story","Led by Woody, Andy's toys live happily in his room until Andy's birthday brings Buzz Lightyear onto the scene. Afraid of losing his place in Andy's heart, Woody plots against Buzz. But when circumstances separate Buzz and Woody from their owner, the duo eventually learns to put aside their differences.","23.003","/rhIRbceoE9lR4veEXuwCC2wARtG.jpg","[{'id':3,'logo_path':'/1TjvGVDMYsj6JBxOAkUHpPEwLf7.png','name':'Pixar','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-10-30","373554033","81","[{'iso_639_1':'en','name':'English'}]","Released","","Toy Story","false","7.9","9747" +"false","/9mDrVntHWkaXeQJzLWIDbKNrwor.jpg","null","0","[{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","322061","tt1993396","en","Toxin","A pharmaceutical company recruits a well-known scientist to help develop a vaccine against a deadly virus.","1.4","/rQqiIBFMSCfuHxXhjzCIxK7zD2L.jpg","[{'id':45183,'logo_path':null,'name':'StudioLine Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-01-29","0","81","[{'iso_639_1':'en','name':'English'}]","Released","Fear is their greatest enemy","Toxin","false","2.9","17" +"false","/oVjGrqJ5wbitGfdnCpQ6DfA0jqv.jpg","null","0","[{'id':28,'name':'Action'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","261273","tt2118009","en","Toxin","Lieutenant John Paxton wants revenge against the government he and his men swore their lives to defend. The very government that abandoned and betrayed him, leaving him to die after a secret biological warfare experiment went horribly wrong. John will discover revenge is a journey that will ultimately leave millions infected, countless dead, and the lucky few survivors struggling to find the last safe corner for humanity.","0.887","/wTaIUN4WsLSMgzNM6KiNwAA9ccT.jpg","[{'id':23404,'logo_path':null,'name':'IndustryWorks Distribution','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CA','name':'Canada'}]","2014-02-25","0","72","[{'iso_639_1':'en','name':'English'}]","Released","Millions infected, countless dead, and the lucky few survivors struggling to find the last safe corner for humanity.","Toxin","false","3.2","8" +"false","/18f11LguqJG2PhiNOUABDbTSJMT.jpg","null","75000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","http://www.towerheist.com/index.php","59108","tt0471042","en","Tower Heist","A luxury condo manager leads a staff of workers to seek payback on the Wall Street swindler who defrauded them. With only days until the billionaire gets away with the perfect crime, the unlikely crew of amateur thieves enlists the help of petty crook Slide to steal the $20 million they???re sure is hidden in the penthouse.","11.523","/ze2trl2NHuLOLimimvBkjJID3yG.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':3086,'logo_path':'/iksa7hXQMvPIzfSq0Tuo4WPU8gc.png','name':'Image Entertainment','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':12007,'logo_path':null,'name':'Rat Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-11-02","152930623","104","[{'iso_639_1':'en','name':'English'}]","Released","Ordinary guys. An extraordinary robbery.","Tower Heist","false","5.9","1542" +"false","/dMeYjEPQCUO8gN8ZyGpx4r5j5iZ.jpg","null","800000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","13570","tt0080040","en","Tourist Trap","Their car breaks down and four friends find themselves stranded at The Lost Oasis, a strange museum run by the friendly Mr. Slausen. Even though they are warned not to, the teens explore a house nearby and learn that it belongs to Davey, Mr. Slausen's insane brother. Davey has a knack for making mannequins. In fact, his house is filled with them. Davey's enthusiasm shows when starts adding the teenagers to his collection.","6.503","/zPU8rFobvX1SwEXj1YCI4acd4xE.jpg","[{'id':1295,'logo_path':null,'name':'Charles Band Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1979-01-25","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Every year young people disappear","Tourist Trap","false","6.2","99" +"false","/qmzg3O0e2n7GddHNma02jmx0UMq.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.magpictures.com/touchyfeely/","154282","tt2364949","en","Touchy Feely","Abby is a sought after massage therapist and a free spirit, while her brother Paul thrives on routine, running a failing dental practice with his assistant and daughter Jenny. Suddenly, Abby develops an aversion to bodily contact, which not only makes her unable to do her job, but also severely affects her relationship with her boyfriend. As Abby navigates her way through an identity crisis, her brother's dental practice receives new life when clients seek out his ???healing touch.???","6.019","/krKqoeVUjFf6Y86zO4PSQ2toK5a.jpg","[{'id':71042,'logo_path':null,'name':'Lynn Shelton','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-01-19","35022","89","[{'iso_639_1':'en','name':'English'}]","Released","A self-improved comedy","Touchy Feely","false","4.9","51" +"false","/7c4vVXeI1m1wR4jGZHlR6GawgxH.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'}]","","11194","tt0379557","en","Touching the Void","A documentary based on the book of the same name by Joe Simpson about Simpson's and Simon Yates' disastrous and near-fatal attempt to climb 6,344m Siula Grande in the Cordillera Huayhuash in the Peruvian Andes in 1985.","6.649","/ozExRDtiwDqyIcRfZ7Zi14EPbiX.jpg","[{'id':2452,'logo_path':'/6CLoZ59fLPG7UyxQtGTqRevjf58.png','name':'UK Film Council','origin_country':'GB'},{'id':2015,'logo_path':null,'name':'Darlow Smithson Productions','origin_country':'GB'},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2003-09-05","13885802","106","[{'iso_639_1':'en','name':'English'}]","Released","The closer you are to death. The more you realize you are alive.","Touching the Void","false","7.7","199" +"false","/orFQbyZ6g7kPFaJXmgty0M88wJ0.jpg","null","125000000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'}]","http://www.welcometorecall.com/","64635","tt1386703","en","Total Recall","Welcome to Rekall, the company that can turn your dreams into real memories. For a factory worker named Douglas Quaid, even though he's got a beautiful wife who he loves, the mind-trip sounds like the perfect vacation from his frustrating life - real memories of life as a super-spy might be just what he needs. But when the procedure goes horribly wrong, Quaid becomes a hunted man. Finding himself on the run from the police - controlled by Chancellor Cohaagen, the leader of the free world - Quaid teams up with a rebel fighter to find the head of the underground resistance and stop Cohaagen. The line between fantasy and reality gets blurred and the fate of his world hangs in the balance as Quaid discovers his true identity, his true love, and his true fate.","20.862","/tWBo7aZk3I1dLxmMj7ZJcN8uke5.jpg","[{'id':12676,'logo_path':null,'name':'Rekall Productions','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':85921,'logo_path':null,'name':'Total Recall','origin_country':''},{'id':333,'logo_path':'/5xUJfzPZ8jWJUDzYtIeuPO4qPIa.png','name':'Original Film','origin_country':'US'},{'id':15357,'logo_path':null,'name':'Prime Focus','origin_country':'IN'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2012-08-02","198802074","121","[{'iso_639_1':'en','name':'English'}]","Released","What Is Real?","Total Recall","false","5.9","3393" +"false","/rPqCxVXBD89jeWMgJU3MeFA6GDV.jpg","null","10000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'}]","","861","tt0100802","en","Total Recall","Construction worker Douglas Quaid discovers a memory chip in his brain during a virtual-reality trip. He also finds that his past has been invented to conceal a plot of planetary domination. Soon, he's off to Mars to find out who he is and who planted the chip.","16.718","/ikYpJ0AjGBNnAYFnPJDUVIOcduR.jpg","[{'id':80461,'logo_path':null,'name':'Carolco International N.V.','origin_country':''},{'id':275,'logo_path':'/2MxNWlN5b3UXt1OfmznsWEQzFwq.png','name':'Carolco Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-06-01","261317921","113","[{'iso_639_1':'en','name':'English'}]","Released","They stole his mind, now he wants it back.","Total Recall","false","7.2","2778" +"false","/6o12bsxurXUd20VLhVU1uRn1P1z.jpg","null","200000","[{'id':27,'name':'Horror'}]","http://enterthetorturechamber.com/","253477","tt1663696","en","Torture Chamber","13-year-old Jimmy Morgan is possessed by an evil too powerful to be exorcised by any religion. After escaping from a mental institution, Jimmy is back with a vengeance - and an army of children who follow his every murderous desire.","1.917","/eteVp9L6GdzGgcVnCLkspZtwcEs.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-10-10","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Torture Chamber","false","3.1","10" +"false","/zYdA7xxfUF1qNliuhXHWsyQ14sJ.jpg","null","650","[{'id':35,'name':'Comedy'}]","http://www.tortoiseinlove.com/","111374","tt1521242","en","Tortoise in Love","Tortoise in Love is a feel-good romantic comedy in the tradition of Local Hero, Calendar Girls and The Full Monty. It's about an incredibly slow mover in love and the village that tries to speed him up. The entire film is set in the beautiful English countryside of the Vale of the White Horse in Oxfordshire. The story of the making of Tortoise in Love could almost be a film in itself. Almost the entire village of Kingston Bagpuize in Oxfordshire was involved in the making of the film. Young mums helped with the sales and design and publicity. Retired folk provided the drivers and stewards and props and logistics support. The Women's Institute organised a phenomenal catering effort and all the cast and crew were lodged in village homes for the duration of the shoot.","0.736","/mN6s3NRdRJQyZMKf27NOGGa0dX7.jpg","[{'id':32393,'logo_path':null,'name':'KBS Films','origin_country':''},{'id':32392,'logo_path':null,'name':'Immense Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2012-07-13","0","83","[{'iso_639_1':'en','name':'English'}]","Released","He likes you, he's just a slow mover","Tortoise in Love","false","5.2","3" +"false","/3YlXsM2cXfQmDGwedqipakqvQkO.jpg","null","40000000","[{'id':28,'name':'Action'}]","","10718","tt0329691","en","Torque","Biker Cary Ford is framed by an old rival and biker gang leader for the murder of another gang member who happens to be the brother of Trey, leader of the most feared biker gang in the country. Ford is now on the run trying to clear his name from the murder with Trey and his gang looking for his blood.","8.002","/cnutBuvmDB7qhqAZwXJwKG7CAhc.jpg","[{'id':333,'logo_path':'/5xUJfzPZ8jWJUDzYtIeuPO4qPIa.png','name':'Original Film','origin_country':'US'},{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'US','name':'United States of America'}]","2004-01-16","46546197","84","[{'iso_639_1':'en','name':'English'}]","Released","Circuit of Fire","Torque","false","4.6","218" +"false","/sLOoXgAndeJB6HsD93f1Zo1Fged.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","5052","tt0058672","en","Topkapi","Arthur Simon Simpson is a small-time crook biding his time in Greece. One of his potential victims turns out to be a gentleman thief planning to steal the emerald-encrusted dagger of the Mehmed II from Istanbul's Topkapi Museum.","3.358","/65Wtf5b7ERz7rG4h0ecotBsoavc.jpg","[{'id':1138,'logo_path':null,'name':'Filmways Pictures','origin_country':''},{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1964-09-02","0","119","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'tr','name':'T??rk??e'}]","Released","Join us - we'll cut you in on the theft of the century!","Topkapi","false","6.8","54" +"false","/9GyBSsMiGkPSk4OESIYZuedijBI.jpg","{'id':531330,'name':'Top Gun Collection','poster_path':null,'backdrop_path':null}","15000000","[{'id':28,'name':'Action'},{'id':10749,'name':'Romance'}]","","744","tt0092099","en","Top Gun","For Lieutenant Pete 'Maverick' Mitchell and his friend and co-pilot Nick 'Goose' Bradshaw, being accepted into an elite training school for fighter pilots is a dream come true. But a tragedy, as well as personal demons, will threaten Pete's dreams of becoming an ace pilot.","14.126","/xUuHj3CgmZQ9P2cMaqQs4J0d4Zc.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1986-05-16","356830601","110","[{'iso_639_1':'en','name':'English'}]","Released","Up there with the best of the best.","Top Gun","false","6.8","3023" +"false","/bN5StoTeTmI3zJ6qPs2fHMzXFFz.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","http://www.topfivemovie.com/","284296","tt2784678","en","Top Five","A comedian tries to make it as a serious actor when his reality-TV star fianc?? talks him into broadcasting their wedding on her TV show.","7.798","/chmkg6j7vRmw4sFRGj2xl95btBk.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':10351,'logo_path':null,'name':'IAC Film','origin_country':''},{'id':24021,'logo_path':null,'name':'Jax Media','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-12-12","25434291","102","[{'iso_639_1':'en','name':'English'}]","Released","","Top Five","false","6.3","274" +"false","/74Jh5SIWnKDwtusPfDP51EeCFHt.jpg","null","21000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","9576","tt0084805","en","Tootsie","When struggling, out of work actor Michael Dorsey secretly adopts a female alter ego - Dorothy Michaels - in order to land a part in a daytime drama, he unwittingly becomes a feminist icon and ends up in a romantic pickle.","9.565","/ngyCzZwb9y5sMUCig5JQT4Y33Q.jpg","[{'id':932,'logo_path':null,'name':'Mirage Enterprises','origin_country':''},{'id':2154,'logo_path':null,'name':'Punch Productions','origin_country':''},{'id':4267,'logo_path':null,'name':'Delphi Films','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1982-12-16","177200000","116","[{'iso_639_1':'en','name':'English'}]","Released","","Tootsie","false","7.1","749" +"false","/kaa4PBGpNJgicEIeIqWaCKrUkXy.jpg","{'id':222634,'name':'Tooth Fairy Collection','poster_path':'/nMouuVUwgLMIIR7ILuF1pXL63Yy.jpg','backdrop_path':'/kyIUMRJHxH2Al3nFNxN63Hnin2p.jpg'}","48000000","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","","23023","tt0808510","en","Tooth Fairy","When minor-league hockey player Derek Thompson -- who has a penchant for knocking out his opponents' teeth every time he plays -- disillusions a fan, he is sentenced to a stint for one week as a bona fide, tutu-clad, real-life tooth fairy. Soon, Derek is inspired to rekindle his youthful dreams.","9.494","/gNQA76kl251IuJVKMHfrRE12p7j.jpg","[{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'},{'id':6332,'logo_path':null,'name':'Dune Entertainment III','origin_country':'US'},{'id':10221,'logo_path':'/99VfWRgKasZoyK9UVB39gnYvFrZ.png','name':'Walden Media','origin_country':'US'},{'id':22881,'logo_path':null,'name':'Mayhem Pictures','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'},{'id':3172,'logo_path':'/kDedjRZwO8uyFhuHamomOhN6fzG.png','name':'Blumhouse Productions','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2010-01-14","112462508","101","[{'iso_639_1':'en','name':'English'}]","Released","You can't handle the tooth.","Tooth Fairy","false","5.3","1011" +"false","/6whVeRfUt2YbnaJcnDoN49DEUPo.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","","150229","tt1838475","en","Boot Tracks","Charlie Rankin, recently released from prison, seeks vengeance for his jail-house mentor William ""The Buddha"" Pettigrew. Along the way, he meets the ethereal, yet streetwise, Florence Jane. They embark on a unlikely road trip, careening towards an unlikely redemption and uncertain resolution.","2.148","/dGyJk5ktCXauDeA3nMHxuCbVAjL.jpg","[{'id':12396,'logo_path':null,'name':'Deed Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-10-31","0","91","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pl','name':'Polski'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Time is running out","Tomorrow You're Gone","false","4.3","20" +"false","/fQI2csApuWxQSYA3fpkBRyqOeUu.jpg","null","27000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'}]","http://www.twtwb.com/","43930","tt1456941","en","Tomorrow, When the War Began","Ellie Linton, a teen from an Australian coastal town, leads her friends on an excursion to a camp deep in the woods, dubbed ""Hell."" Upon their return, the youths find that their town has been overrun by an enemy army, and their friends and family have been imprisoned. When the hostile invaders become alerted to their presence, Ellie and her friends band together to escape -- and strike back against -- this mysterious enemy.","7.643","/A6w5QSdO2DkyFAii1fR8Wy3fRb7.jpg","[{'id':2729,'logo_path':null,'name':'Omnilab Media','origin_country':''},{'id':3427,'logo_path':null,'name':'Ambience Entertainment','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2010-08-08","16504936","103","[{'iso_639_1':'en','name':'English'}]","Released","Where were you when everything changed?","Tomorrow, When the War Began","false","6.3","299" +"false","/lHZ5H1jd4zVJYr1wfLKBdXYtZ17.jpg","{'id':645,'name':'James Bond Collection','poster_path':'/HORpg5CSkmeQlAolx3bKMrKgfi.jpg','backdrop_path':'/6VcVl48kNKvdXOZfJPdarlUGOsk.jpg'}","110000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://www.mgm.com/view/movie/2029/Tomorrow-Never-Dies/","714","tt0120347","en","Tomorrow Never Dies","A deranged media mogul is staging international incidents to pit the world???s superpowers against each other. Now 007 must take on this evil mastermind in an adrenaline-charged battle to end his reign of terror and prevent global pandemonium.","19.012","/k3eI9q7ISgpDEu2CMwR2s6inJVp.jpg","[{'id':7576,'logo_path':'/oYcUi1byZ312Z3xiz5ojz9RQLND.png','name':'Eon Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1997-12-11","333011068","119","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'da','name':'Dansk'},{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'cn','name':'????????? / ?????????'}]","Released","Yesterday is a memory. Today is history. Tomorrow is in the hands of one man.","Tomorrow Never Dies","false","6.2","1502" +"false","/XeGSylfb6fqKvqqEcwKsHech47.jpg","null","15000000","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'}]","","6687","tt0800241","en","Transsiberian","A Trans-Siberian train journey from China to Moscow becomes a thrilling chase of deception and murder when an American couple encounters a mysterious pair of fellow travelers.","10.323","/izYDkKxj9sI8KNKK0PR54dpuiFu.jpg","[{'id':2064,'logo_path':null,'name':'Lietuvos Kinostudija','origin_country':'LT'},{'id':2065,'logo_path':null,'name':'Scout Productions','origin_country':''},{'id':12370,'logo_path':null,'name':'Filmax International','origin_country':''},{'id':9335,'logo_path':null,'name':'Canal+ Espa??a','origin_country':'ES'},{'id':12371,'logo_path':null,'name':'Filmax Group','origin_country':''},{'id':7956,'logo_path':null,'name':'Castelao Producciones','origin_country':''},{'id':12372,'logo_path':null,'name':'Universum Film (UFA)','origin_country':''},{'id':10843,'logo_path':null,'name':'Future Films','origin_country':''},{'id':1182,'logo_path':'/bkgwJWvqqLuzsXV2Qv3Mg3wfcNZ.png','name':'Telecinco Cinema','origin_country':'ES'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'LT','name':'Lithuania'}]","2008-01-18","5926410","111","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","You can't escape your lies.","Transsiberian","false","6.5","314" +"false","/71NvWirONP0ZEBfVIdOb3D9GfQ3.jpg","{'id':9518,'name':'The Transporter Collection','poster_path':'/uakYnYtFxqjS8pjEWW9lGWmdMRz.jpg','backdrop_path':'/qDuTIGAEbxF3jP9zNILLAoxNLpU.jpg'}","32000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","9335","tt0388482","en","Transporter 2","Professional driver Frank Martin is living in Miami, where he is temporarily filling in for a friend as the chauffeur for a government narcotics control policymaker and his family. The young boy in the family is targeted for kidnapping, and Frank immediately becomes involved in protecting the child and exposing the kidnappers.","19.039","/bZKkwfQf4mHYlNbmViNjmAN60zY.jpg","[{'id':6586,'logo_path':null,'name':'TPS Star','origin_country':''},{'id':6896,'logo_path':'/2Q89KvzxTKB5BAv9RqFIPI1qb7E.png','name':'EuropaCorp','origin_country':'FR'},{'id':972,'logo_path':null,'name':'Current Entertainment','origin_country':''},{'id':95342,'logo_path':null,'name':'Sea Side Films Florida Inc.','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':356,'logo_path':'/9tW5wZEGotn1Ei5pErA88m47XiD.png','name':'TF1 Films Production','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'}]","2005-08-02","85167639","87","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'it','name':'Italiano'}]","Released","The Best In The Business Is Back In The Game.","Transporter 2","false","6.2","1725" +"false","/mBLimfLfAcAhKTSf6d2lU8fNNuJ.jpg","{'id':9518,'name':'The Transporter Collection','poster_path':'/uakYnYtFxqjS8pjEWW9lGWmdMRz.jpg','backdrop_path':'/qDuTIGAEbxF3jP9zNILLAoxNLpU.jpg'}","30000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","http://transporter3film.com/","13387","tt1129442","en","Transporter 3","Frank Martin puts the driving gloves on to deliver Valentina, the kidnapped daughter of a Ukranian government official, from Marseilles to Odessa on the Black Sea. En route, he has to contend with thugs who want to intercept Valentina's safe delivery and not let his personal feelings get in the way of his dangerous objective.","17.526","/d3rokRfJUtSg3wFaTdUKKodhfaA.jpg","[{'id':6877,'logo_path':null,'name':'Grive Productions','origin_country':''},{'id':6896,'logo_path':'/2Q89KvzxTKB5BAv9RqFIPI1qb7E.png','name':'EuropaCorp','origin_country':'FR'},{'id':356,'logo_path':'/9tW5wZEGotn1Ei5pErA88m47XiD.png','name':'TF1 Films Production','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2008-11-26","108979549","104","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'uk','name':'??????????????????????'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'hu','name':'Magyar'}]","Released","This time, the rules are the same. Except one.","Transporter 3","false","6","1706" +"false","/tg7UGXaUROpzY5ppPh7dnvy4l7P.jpg","{'id':8650,'name':'Transformers Collection','poster_path':'/vOUPHWV8aGXq4yYQ2csje5LdT6g.jpg','backdrop_path':'/zvZBNNDWd5LcsIBpDhJyCB2MDT7.jpg'}","150000000","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'}]","http://www.transformersmovie.com/","8373","tt1055369","en","Transformers: Revenge of the Fallen","Sam Witwicky leaves the Autobots behind for a normal life. But when his mind is filled with cryptic symbols, the Decepticons target him and he is dragged back into the Transformers' war.","6.21","/kVISXAXDYhjQCfu50QZeCCzzbPv.jpg","[{'id':22826,'logo_path':'/37ZxE1qShQ44VdsRPkO1zOtnMKi.png','name':'Hasbro Studios','origin_country':'US'},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'},{'id':435,'logo_path':null,'name':'Di Bonaventura Pictures','origin_country':'US'},{'id':2481,'logo_path':'/nVEP2IHCDOBOldgDL4SSufitN9.png','name':'Platinum Dunes','origin_country':'US'},{'id':76043,'logo_path':'/9RO2vbQ67otPrBLXCaC8UMp3Qat.png','name':'Revolution Sun Studios','origin_country':'US'},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-06-19","836297228","150","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","Revenge is coming.","Transformers: Revenge of the Fallen","false","6","4781" +"false","/pFc0IBKfRS16wVmZuZ1mpfP239X.jpg","{'id':8650,'name':'Transformers Collection','poster_path':'/vOUPHWV8aGXq4yYQ2csje5LdT6g.jpg','backdrop_path':'/zvZBNNDWd5LcsIBpDhJyCB2MDT7.jpg'}","195000000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':12,'name':'Adventure'}]","http://www.transformersmovie.com/","38356","tt1399103","en","Transformers: Dark of the Moon","Sam Witwicky takes his first tenuous steps into adulthood while remaining a reluctant human ally of Autobot-leader Optimus Prime. The film centers around the space race between the USSR and the USA, suggesting there was a hidden Transformers role in it all that remains one of the planet's most dangerous secrets.","5.213","/sZY3ls18QTY0pFBJn2vl2MmauTQ.jpg","[{'id':22826,'logo_path':'/37ZxE1qShQ44VdsRPkO1zOtnMKi.png','name':'Hasbro Studios','origin_country':'US'},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':435,'logo_path':null,'name':'Di Bonaventura Pictures','origin_country':'US'},{'id':19751,'logo_path':null,'name':'Indochina Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-06-28","1123746996","154","[{'iso_639_1':'en','name':'English'}]","Released","The invasion we always feared. An enemy we never expected.","Transformers: Dark of the Moon","false","6.1","4811" +"false","/cHy7nSitAVgvZ7qfCK4JO47t3oZ.jpg","{'id':8650,'name':'Transformers Collection','poster_path':'/vOUPHWV8aGXq4yYQ2csje5LdT6g.jpg','backdrop_path':'/zvZBNNDWd5LcsIBpDhJyCB2MDT7.jpg'}","210000000","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'}]","http://www.transformersmovie.com","91314","tt2109248","en","Transformers: Age of Extinction","As humanity picks up the pieces, following the conclusion of ""Transformers: Dark of the Moon,"" Autobots and Decepticons have all but vanished from the face of the planet. However, a group of powerful, ingenious businessman and scientists attempt to learn from past Transformer incursions and push the boundaries of technology beyond what they can control - all while an ancient, powerful Transformer menace sets Earth in his cross-hairs.","25.475","/ykIZB9dYBIKV13k5igGFncT5th6.jpg","[{'id':22826,'logo_path':'/37ZxE1qShQ44VdsRPkO1zOtnMKi.png','name':'Hasbro Studios','origin_country':'US'},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'},{'id':435,'logo_path':null,'name':'Di Bonaventura Pictures','origin_country':'US'},{'id':2481,'logo_path':'/nVEP2IHCDOBOldgDL4SSufitN9.png','name':'Platinum Dunes','origin_country':'US'},{'id':11413,'logo_path':null,'name':'China Movie Channel','origin_country':''},{'id':38833,'logo_path':null,'name':'Ian Bryce Productions','origin_country':''},{'id':76043,'logo_path':'/9RO2vbQ67otPrBLXCaC8UMp3Qat.png','name':'Revolution Sun Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-06-25","1091405097","165","[{'iso_639_1':'en','name':'English'}]","Released","This is not war. It's extinction.","Transformers: Age of Extinction","false","5.8","4661" +"false","/qMg2eSEnPrqT6uBjrLTzqzP2sHp.jpg","{'id':8650,'name':'Transformers Collection','poster_path':'/vOUPHWV8aGXq4yYQ2csje5LdT6g.jpg','backdrop_path':'/zvZBNNDWd5LcsIBpDhJyCB2MDT7.jpg'}","150000000","[{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'}]","http://www.transformersmovie.com/","1858","tt0418279","en","Transformers","Young teenager, Sam Witwicky becomes involved in the ancient struggle between two extraterrestrial factions of transforming robots ??? the heroic Autobots and the evil Decepticons. Sam holds the clue to unimaginable power and the Decepticons will stop at nothing to retrieve it.","7.177","/eXhVXqabU9cRs2loiJjIHyNTxKF.jpg","[{'id':22826,'logo_path':'/37ZxE1qShQ44VdsRPkO1zOtnMKi.png','name':'Hasbro Studios','origin_country':'US'},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'},{'id':435,'logo_path':null,'name':'Di Bonaventura Pictures','origin_country':'US'},{'id':2481,'logo_path':'/nVEP2IHCDOBOldgDL4SSufitN9.png','name':'Platinum Dunes','origin_country':'US'},{'id':20011,'logo_path':null,'name':'SprocketHeads','origin_country':''},{'id':76043,'logo_path':'/9RO2vbQ67otPrBLXCaC8UMp3Qat.png','name':'Revolution Sun Studios','origin_country':'US'},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'},{'id':446,'logo_path':null,'name':'thinkfilm','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-06-27","709709780","144","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","Their war. Our world.","Transformers","false","6.7","6342" +"false","/jVfw9vVgJjcXRvrNrk77ydDSjh7.jpg","null","100000000","[{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","157353","tt2209764","en","Transcendence","Two leading computer scientists work toward their goal of Technological Singularity, as a radical anti-technology organization fights to prevent them from creating a world where computers can transcend the abilities of the human brain.","11.825","/i3JqPtiJWnidaif3UA2K2Eng0hp.jpg","[{'id':9996,'logo_path':'/3tvBqYsBhxWeHlu62SIJ1el93O7.png','name':'Syncopy','origin_country':'GB'},{'id':1088,'logo_path':'/9WOE5AQUXbOtLU6GTwfjS8OMF0v.png','name':'Alcon Entertainment','origin_country':'US'},{'id':10289,'logo_path':'/4lXJcFjACjb34LF78AUjEz4FtB9.png','name':'DMG Entertainment','origin_country':'US'},{'id':13403,'logo_path':'/be3PT29TM4LJzmTpsEAAkfkzffK.png','name':'Straight Up Films','origin_country':'US'}]","[{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2014-04-16","103039258","119","[{'iso_639_1':'en','name':'English'}]","Released","Yesterday, Dr. Will Caster was only human...","Transcendence","false","6","3401" +"false","/nUTwBFGGA3Exz0VnWQSWpamFF8a.jpg","null","22000000","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","http://www.traitor-themovie.com/","13291","tt0988047","en","Traitor","When straight arrow FBI agent Roy Clayton heads up the investigation into a dangerous international conspiracy, all clues seem to lead back to former U.S. Special Operations officer, Samir Horn.","7.691","/euLk9RxsPHfpyWUHzTDNY6Dksch.jpg","[{'id':10227,'logo_path':'/3YfRy3DBl4abcqkzGx4RVNz12yl.png','name':'Mandeville Films','origin_country':'US'},{'id':1172,'logo_path':null,'name':'Hyde Park Films','origin_country':''},{'id':3314,'logo_path':null,'name':'Crescendo Productions','origin_country':''},{'id':12807,'logo_path':'/i1TyJLN5V53V6IKbugEzwM3tMvw.png','name':'Overture Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-08-23","23530831","114","[{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'en','name':'English'}]","Released","The truth is complicated.","Traitor","false","6.6","314" +"false","/oeXWfvrMk0Q6Rst0lSsExule9jQ.jpg","{'id':47627,'name':'Trancers Collection','poster_path':'/8aYVLLGT9k47kte70wRANYLIU4T.jpg','backdrop_path':null}","0","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","40740","tt0103116","en","Trancers II: The Return of Jack Deth","Once again someone from the future has come back to create an army of Trancers, human zombies who do what they're told without question or pause. Now officer Jack Deth, a cop from the future stranded in the past, must once again go forth to stop them. This sci-fi action sequel chronicles his courageous actions as he struggles to save the future. His difficulties are compounded when his boss sends his first wife back from the future to help Deth who has unfortunately, married a 20th-century girl.","1.954","/z30nP9XYPmy5M4B55Fh2dVMTh1b.jpg","[{'id':4867,'logo_path':null,'name':'Full Moon Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1991-08-22","0","85","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Time waits for no man... unless his name is JACK DETH!","Trancers II: The Return of Jack Deth","false","5.4","23" +"false","/zLGbK69ZyWPzj5Pgb8tXjDJk8J2.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'}]","http://tracks-movie.com/","203819","tt2167266","en","Tracks","Accompanied only by her faithful dog and four camels, an Australian satisfies her craving for solitude by embarking on a solo trip across the desert from Alice Springs to the Indian Ocean.","0.6","/ysXVxDpfPvl6YmojfNYDz9zjVtb.jpg","[{'id':7584,'logo_path':'/eGkfvvyf4fJTvBUR1xt1669IPA3.png','name':'Screen Australia','origin_country':'AU'},{'id':7217,'logo_path':'/vFbexaF70wSMUHRA6Fy6UcuA1ju.png','name':'See-Saw Films','origin_country':'GB'}]","[{'iso_3166_1':'AU','name':'Australia'}]","2014-03-06","4878242","112","[{'iso_639_1':'en','name':'English'}]","Released","Leave everything behind.","Tracks","false","7","267" +"false","/Aw0z8bUhGljT0ots6udf1MTLEMi.jpg","{'id':424202,'name':'Trainspotting Collection','poster_path':'/6W9nyZ3Daq4zHkfTRIzNgWg6ai6.jpg','backdrop_path':'/rIrAfUd5wjkGoDkecNx1aXjGJLu.jpg'}","4000000","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","http://www.miramax.com/movie/trainspotting","627","tt0117951","en","Trainspotting","Mark Renton, deeply immersed in the Edinburgh drug scene, tries to clean up and get out, despite the allure of the drugs and influence of friends.","31.006","/p1O3eFsdb0GEIYu87xlwV7P4jM1.jpg","[{'id':181,'logo_path':null,'name':'Channel Four Films','origin_country':'GB'},{'id':358,'logo_path':null,'name':'Noel Gay Motion Picture Company','origin_country':''},{'id':359,'logo_path':null,'name':'Figment Films','origin_country':''},{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1996-02-23","16491080","94","[{'iso_639_1':'en','name':'English'}]","Released","Choose life.","Trainspotting","false","7.9","5081" +"false","/ivAC8eZkzKoTf8EWQh7pkFD0AGS.jpg","null","48000000","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","","1900","tt0181865","en","Traffic","An exploration of the United States of America's war on drugs from multiple perspectives. For the new head of the Office of National Drug Control Policy, the war becomes personal when he discovers his well-educated daughter is abusing cocaine within their comfortable suburban home. In Mexico, a flawed, but noble policeman agrees to testify against a powerful general in league with a cartel, and in San Diego, a drug kingpin's sheltered trophy wife must learn her husband's ruthless business after he is arrested, endangering her luxurious lifestyle.","14.877","/9qPLd5hdXIlrAyknVWK38eZyUMo.jpg","[{'id':987,'logo_path':null,'name':'USA Films','origin_country':''},{'id':58333,'logo_path':null,'name':'Compulsion Inc.','origin_country':''},{'id':7380,'logo_path':null,'name':'Initial Entertainment Group (IEG)','origin_country':''},{'id':58334,'logo_path':null,'name':'Splendid Medien AG','origin_country':''},{'id':348,'logo_path':null,'name':'Bedford Falls Productions','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2000-12-27","207515725","147","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","No one gets away clean","Traffic","false","7","964" +"false","/wd66GNMSUe0UCNCmOvMJkmQb2mn.jpg","null","11000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","http://www.unlimited-movie.com/","290764","tt2401097","en","Tracers","Wanted by the mafia, a New York City bike messenger escapes into the world of parkour after meeting a beautiful stranger.","11.103","/mctuPOqqkXJM8zwqhHindrMycmt.jpg","[{'id':41649,'logo_path':null,'name':'Melbarken','origin_country':''},{'id':36614,'logo_path':null,'name':'Senator Film','origin_country':''},{'id':76992,'logo_path':'/mw3j3P8SUQJKLSJQrLKuSDO9Xr6.png','name':'Saban Films','origin_country':'US'},{'id':82423,'logo_path':null,'name':'Cowtown Cinema Ventures','origin_country':'US'},{'id':12292,'logo_path':'/llGRXF5WYUW2fzXg0ebCoKMXjmT.png','name':'Temple Hill Entertainment','origin_country':'US'},{'id':41648,'logo_path':null,'name':'Freerunning','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-01-15","593683","94","[{'iso_639_1':'en','name':'English'}]","Released","It's not a crime if they can't catch you.","Tracers","false","5.9","657" +"false","/yV7ty8IThfkQ5hzNwZH1krj86PR.jpg","null","40600000","[{'id':35,'name':'Comedy'}]","http://www.paramount.com/movies/trading-places","1621","tt0086465","en","Trading Places","A snobbish investor and a wily street con-artist find their positions reversed as part of a bet by two callous millionaires.","10.94","/8mBuLCOcpWnmYtZc4aqtvDXslv6.jpg","[{'id':11142,'logo_path':null,'name':'Cinema Group Ventures','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1983-06-07","90400000","116","[{'iso_639_1':'en','name':'English'}]","Released","They're not just getting rich... They're getting even.","Trading Places","false","7.1","1444" +"false","/oTwhCvnwLoAJ7JTazGPs9xGKlDF.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://www.tpbafk.tv/","50275","tt2608732","en","The Pirate Bay: Away from Keyboard","TPB AFK is a documentary about three computer addicts who redefined the world of media distribution with their hobby homepage The Pirate Bay. How did Tiamo, a beer crazy hardware fanatic, Brokep a tree hugging eco activist and Anakata ??? a paranoid hacker libertarian ??? get the White House to threaten the Swedish government with trade sanctions? TPB AFK explores what Hollywood???s most hated pirates go through on a personal level.","5.441","/cERJbiAXB8ji0mvMQRIOMUvLo2G.jpg","[{'id':29063,'logo_path':null,'name':'Piraya Film A/S','origin_country':''},{'id':119,'logo_path':'/1di2gITGUZr730AMuMKiCrP90Vl.png','name':'Danmarks Radio (DR)','origin_country':'DK'},{'id':5404,'logo_path':'/q5b3LxJiGcmiHgTx18bGs5J78EJ.png','name':'NRK','origin_country':'NO'},{'id':3324,'logo_path':'/16fY7pucCzn7WSOYxOGRHlAayL3.png','name':'BBC','origin_country':'GB'},{'id':4606,'logo_path':'/otZHbf1HmzLRQsZFSqJXkf8EHz7.png','name':'ZDF','origin_country':'DE'},{'id':2999,'logo_path':'/zGSqFee9aDgDuLD6vcs2mcJUem4.png','name':'SVT','origin_country':'SE'}]","[{'iso_3166_1':'SE','name':'Sweden'}]","2013-02-08","34664","82","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'sv','name':'svenska'}]","Released","","The Pirate Bay: Away from Keyboard","false","7.3","162" +"false","/A1S9fBzc4Wepc6onnCd9eVR2FLp.jpg","null","45000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","2034","tt0139654","en","Training Day","On his first day on the job as a narcotics officer, a rookie cop works with a rogue detective who isn't what he appears.","12.736","/sDT2biSB7wzBJdXq9o3ldr7VfvY.jpg","[{'id':24939,'logo_path':null,'name':'WV Films II','origin_country':''},{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':172,'logo_path':null,'name':'NPV Entertainment','origin_country':''},{'id':19507,'logo_path':null,'name':'Outlaw Productions (I)','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'US','name':'United States of America'}]","2001-10-05","104876233","122","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","The only thing more dangerous than the line being crossed, is the cop who will cross it.","Training Day","false","7.4","2700" +"false","/y2qAjM37QgatWeG84DDtwsZuMW.jpg","{'id':10194,'name':'Toy Story Collection','poster_path':'/7G9915LfUQ2lVfwMEEhDsn3kT4B.jpg','backdrop_path':'/9FBwqcd9IRruEDUrTdcaafOMKUq.jpg'}","200000000","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':35,'name':'Comedy'}]","http://disney.go.com/toystory/","10193","tt0435761","en","Toy Story 3","Woody, Buzz, and the rest of Andy's toys haven't been played with in years. With Andy about to go to college, the gang find themselves accidentally left at a nefarious day care center. The toys must band together to escape and return home to Andy.","18.677","/mMltbSxwEdNE4Cv8QYLpzkHWTDo.jpg","[{'id':3,'logo_path':'/1TjvGVDMYsj6JBxOAkUHpPEwLf7.png','name':'Pixar','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-06-16","1066969703","103","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","No toy gets left behind.","Toy Story 3","false","7.7","8015" +"false","/9Kjxr4VCU0Y4DAuXkzR2moAy7DK.jpg","{'id':10194,'name':'Toy Story Collection','poster_path':'/7G9915LfUQ2lVfwMEEhDsn3kT4B.jpg','backdrop_path':'/9FBwqcd9IRruEDUrTdcaafOMKUq.jpg'}","90000000","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","http://toystory.disney.com/toy-story-2","863","tt0120363","en","Toy Story 2","Andy heads off to Cowboy Camp, leaving his toys to their own devices. Things shift into high gear when an obsessive toy collector named Al McWhiggen, owner of Al's Toy Barn kidnaps Woody. Andy's toys mount a daring rescue mission, Buzz Lightyear meets his match and Woody has to decide where he and his heart truly belong.","16.205","/3CmK3XurcLeUyMifCR28ibzupbB.jpg","[{'id':3,'logo_path':'/1TjvGVDMYsj6JBxOAkUHpPEwLf7.png','name':'Pixar','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-10-30","497366869","92","[{'iso_639_1':'en','name':'English'}]","Released","The toys are back!","Toy Story 2","false","7.5","7234" +"false","/zp40f1wkxsxiN8VsxcbFddI08s9.jpg","{'id':47627,'name':'Trancers Collection','poster_path':'/8aYVLLGT9k47kte70wRANYLIU4T.jpg','backdrop_path':null}","400000","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'},{'id':80,'name':'Crime'}]","","5677","tt0090192","en","Trancers","Angel City trooper Jack Deth is sent back in time from 2247 to 1985 L.A. to inhabit the body of his ancestor. Deth's assignment is to find his archenemy, Whistler, who turns people into zombies, before the fiend is able to kill all the ancestors of the future's governing council.","4.685","/3a1QN6yp6Bhung7AtQocLjbEqgJ.jpg","[{'id':1212,'logo_path':null,'name':'Empire Pictures','origin_country':''},{'id':6202,'logo_path':null,'name':'# Lexyn Productions','origin_country':''},{'id':6203,'logo_path':null,'name':'Lexyn Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-11-07","0","77","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","His name is Deth. He hunts Trancers. Even in the 20th Century.","Trancers","false","6","66" +"false","/mMcHuNXGZON6G9VTBsBIfAbfKBh.jpg","null","25000000","[{'id':37,'name':'Western'}]","","11969","tt0108358","en","Tombstone","Legendary marshal Wyatt Earp, now a weary gunfighter, joins his brothers Morgan and Virgil to pursue their collective fortune in the thriving mining town of Tombstone. But Earp is forced to don a badge again and get help from his notorious pal Doc Holliday when a gang of renegade brigands and rustlers begins terrorizing the town.","10.827","/AcNqSGgdtSZTyXi1I4tEY6sHgWV.jpg","[{'id':915,'logo_path':'/xXojkyRWFZ0JTJyjiu13ThKeFbz.png','name':'Hollywood Pictures','origin_country':''},{'id':1504,'logo_path':null,'name':'Cinergi Pictures Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-12-25","56505065","130","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'la','name':'Latin'}]","Released","Justice is coming.","Tombstone","false","7.5","902" +"false","/hGf9PXmJKDYbAt5TkdkLK0xMuIO.jpg","null","0","[{'id':27,'name':'Horror'}]","http://www.tomboysthemovie.com/","55691","tt1538534","en","Tomboys","Five girls kidnap a serial rapist... to seek revenge.","1.278","/d4yRFwMof654KYzdZAi8RITzb8j.jpg","[]","[]","2009-10-16","0","79","[]","Released","How far will they go?","Tomboys","false","3.4","4" +"false","/cqvyPtQY7eRvX5mgIevxcaK5IxJ.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://www.crownintlpictures.com/tztitles.html","2189","tt0090184","en","Tomboy","A budding female race-car driver finally meets her racing idol and unbelievably they fall in love...a love that's quickly put to the test when, having received the chance to show her racing talents, the two find themselves in a race for a multi-million dollar sponsorship contract.","2.857","/ewcYC5IdvXLySpsLMBuABLGJpWK.jpg","[{'id':1009,'logo_path':null,'name':'Crown International Pictures','origin_country':''},{'id':1010,'logo_path':null,'name':'Marimark Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-11-14","14100000","91","[{'iso_639_1':'en','name':'English'}]","Released","It's not just a man's world anymore.","Tomboy","false","5.1","20" +"false","/kd59dVgAIVocN7fCw0YljkYnbHa.jpg","null","0","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","60293","tt0808508","en","Tom and Jerry: Shiver Me Whiskers","Dueling cat-and-mouse team Tom and Jerry hit the high seas on a hunt for buried treasure in this pirate adventure. The tale begins when crew member Tom sets sail with an infamous pirate and finds a treasure map along with stowaway Jerry. The furry swashbucklers race to a deserted island where X marks the spot, but along with battling each other, they must outwit ruthless buccaneers, angry monkeys and a giant octopus to strike it rich.","5.474","/3DCfnwnF9NQrPQnYhqVIzoF53yw.jpg","[{'id':2786,'logo_path':'/WkipqT3yVydHqKbS7lAMod9hc8.png','name':'Warner Home Video','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-08-21","0","74","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'no','name':'Norsk'}]","Released","","Tom and Jerry: Shiver Me Whiskers","false","6.4","32" +"false","/iupRJC8Cu4c1EEEeqFjyIdzSWYU.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10752,'name':'War'}]","","25385","tt0062377","en","Tobruk","In September 1942, the German Afrika Korps under Rommel have successfully pushed the Allies back into Egypt. A counter-attack is planned, for which the fuel dumps at Tobruk are a critical impediment. In order to aid the attack, a group of British commandos and German Jews make their way undercover through 800 miles of desert, to destroy the fuel dumps starving the Germans of fuel.","2.947","/lCCJ6qHQy7OqERbyeOeV0olOZ33.jpg","[{'id':30200,'logo_path':null,'name':'The Corman Company','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':3809,'logo_path':null,'name':'Gibraltar Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1967-02-07","0","107","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'it','name':'Italiano'}]","Released","","Tobruk","false","6.2","20" +"false","/joo7SLdJetbDceL0iojTXXYXLST.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","60281","tt1595656","en","To the Wonder","After falling in love in Paris, Marina and Neil come to Oklahoma, where problems arise. Their church's Spanish-born pastor struggles with his faith, while Neil encounters a woman from his childhood.","6.906","/zazIldLqJ1YNZoEsNRitO6KF6Ty.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-02-22","587615","112","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","To the Wonder","false","5.9","259" +"false","/uSRAoF0VPoUNCRgx3Ye1GJwPSF6.jpg","{'id':327598,'name':'To Sir, with Love Collection','poster_path':null,'backdrop_path':null}","640000","[{'id':18,'name':'Drama'}]","","25934","tt0062376","en","To Sir, with Love","Idealistic engineer-trainee and his experiences in teaching a group of rambunctious white high school students from the slums of London's East End.","6.676","/klkS3bgwLvZehrd2o3WA3LicR68.jpg","[{'id':16124,'logo_path':null,'name':'Columbia British Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1967-06-14","0","105","[{'iso_639_1':'en','name':'English'}]","Released","A story as fresh as the girls in their minis... and as tough as the kids from London's East End!","To Sir, with Love","false","7.7","119" +"false","/eb8EqwtFWVoujlbU8CmaEYc1qE5.jpg","null","2000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","595","tt0056592","en","To Kill a Mockingbird","Scout Finch, 6, and her older brother Jem live in sleepy Maycomb, Alabama, spending much of their time with their friend Dill and spying on their reclusive and mysterious neighbor, Boo Radley. When Atticus, their widowed father and a respected lawyer, defends a black man named Tom Robinson against fabricated rape charges, the trial and tangent events expose the children to evils of racism and stereotyping.","10.333","/gQg6sPYfNTUlf8wEtydzWl09RyR.jpg","[{'id':10330,'logo_path':'/nY62adzeba5GVK8LJYD6yd9R8H4.png','name':'Universal International Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1962-12-25","13129846","129","[{'iso_639_1':'en','name':'English'}]","Released","The rare film story of a father who must expose his children to a small town's outraged passions??? and can only protect them with his love.","To Kill a Mockingbird","false","8.1","1258" +"false","/lTO0w7gR5iL4d1i8Zj9JnZDDUQx.jpg","null","34000000","[{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","https://www.warnerbros.com/tmnt","1273","tt0453556","en","TMNT","After the defeat of their old arch nemesis, The Shredder, the Turtles have grown apart as a family. Struggling to keep them together, their rat sensei, Splinter, becomes worried when strange things begin to brew in New York City.","11.547","/4hGzZ2DAjdu6IjHT7dGfiVatHEu.jpg","[{'id':308,'logo_path':'/e8F3mQM7DkJ5SfYYDp8FYzPBOGX.png','name':'The Weinstein Company','origin_country':'US'},{'id':3463,'logo_path':null,'name':'Imagi Animation Studios','origin_country':''},{'id':30900,'logo_path':null,'name':'Mirage Studios','origin_country':''},{'id':70995,'logo_path':null,'name':'Imagi Production','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'HK','name':'Hong Kong'},{'iso_3166_1':'US','name':'United States of America'}]","2007-03-23","95608995","90","[{'iso_639_1':'en','name':'English'}]","Released","","TMNT","false","5.9","522" +"false","/vFUI5obFtx4IdhP6k8Om5ezHTrk.jpg","null","200000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':53,'name':'Thriller'}]","","597","tt0120338","en","Titanic","101-year-old Rose DeWitt Bukater tells the story of her life aboard the Titanic, 84 years later. On April 10, 1912, a young Rose boards the ship with her mother and fianc??. Meanwhile, Jack Dawson and Fabrizio De Rossi win third-classic tickets. Rose tells the whole story from departure through the death of Titanic on its first and last voyage, on April 15, 1912.","26.12","/kHXEpyfl6zqn8a6YuozZUujufXf.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':574,'logo_path':'/iB6GjNVHs5hOqcEYt2rcjBqIjki.png','name':'Lightstorm Entertainment','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-11-18","1845034188","194","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'sv','name':'svenska'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Nothing on Earth could come between them.","Titanic","false","7.8","13650" +"false","/4MlLN6nPOZ6RDFhPcfj4OM1meyY.jpg","null","1805000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","16535","tt0046435","en","Titanic","Unhappily married, Julia Sturges decides to go to America with her two children on the unsinkable Titanic. Her husband, Richard also arranges passage on the luxury liner so as to have custody of their two children. All this fades to insignificance once the ship hits an iceberg.","3.531","/8DMS4zPRF3uH4BZ8OC4GtZ8ewD9.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1953-04-11","4905000","98","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'eu','name':'euskera'}]","Released","TITANIC in Emotion...in Spectacle...in Climax...in Cast!","Titanic","false","6.5","40" +"false","/bqpGceqQuHbtnjEqUG9acSYIVIh.jpg","null","30000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","http://www.tinker-tailor-soldier-spy.com/","49517","tt1340800","en","Tinker Tailor Soldier Spy","In the bleak days of the Cold War, espionage veteran George Smiley is forced from semi-retirement to uncover a Soviet mole within his former colleagues at the heart of MI6.","10.434","/2N3P730TYXEcNL0BO8WBuMc6yJz.jpg","[{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'},{'id':2051,'logo_path':null,'name':'Kinowelt Filmproduktion','origin_country':''},{'id':6301,'logo_path':null,'name':'Cin??Cin??ma','origin_country':''},{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'},{'id':23697,'logo_path':null,'name':'Karla Films','origin_country':''},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2011-09-16","80630608","127","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'hu','name':'Magyar'}]","Released","How do you find an enemy who is hidden right before your eyes?","Tinker Tailor Soldier Spy","false","6.7","1359" +"false","/fNzWr09uCmRSIPBxPNHa2r8pasZ.jpg","{'id':315595,'name':'Tinker Bell Collection','poster_path':'/nTEOjP7JpFa9VZlawzqNBy4g5KY.jpg','backdrop_path':'/8wvxr06XNW2zofbOHQqEgokTmLx.jpg'}","0","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'}]","http://disneydvd.disney.go.com/tinker-bell-and-the-lost-treasure.html","25475","tt1216516","en","Tinker Bell and the Lost Treasure","A blue harvest moon will rise, allowing the fairies to use a precious moonstone to restore the Pixie Dust Tree, the source of all their magic. But when Tinker Bell accidentally puts all of Pixie Hollow in jeopardy, she must venture out across the sea on a secret quest to set things right.","8.998","/c695u6KN4E42DMbzzvq3UHLI47S.jpg","[{'id':5391,'logo_path':'/o5AcK10ViutenSa4XTD18ClCEWe.png','name':'DisneyToon Studios','origin_country':'US'},{'id':22135,'logo_path':null,'name':'Prana Animation Studios','origin_country':''}]","[{'iso_3166_1':'IN','name':'India'},{'iso_3166_1':'US','name':'United States of America'}]","2009-09-03","0","81","[{'iso_639_1':'en','name':'English'}]","Released","Adventure beyond Pixie Hollow","Tinker Bell and the Lost Treasure","false","6.5","445" +"false","/sH4J1XiOx4PJ2cZ6toEDOcFeGOl.jpg","{'id':315595,'name':'Tinker Bell Collection','poster_path':'/nTEOjP7JpFa9VZlawzqNBy4g5KY.jpg','backdrop_path':'/8wvxr06XNW2zofbOHQqEgokTmLx.jpg'}","0","[{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","http://fairies.disney.com/tinker-bell-and-the-legend-of-the-neverbeast","297270","tt3120408","en","Tinker Bell and the Legend of the NeverBeast","An ancient myth of a massive creature sparks the curiosity of Tinker Bell and her good friend Fawn, an animal fairy who???s not afraid to break the rules to help an animal in need. But this creature is not welcome in Pixie Hollow ??? and the scout fairies are determined to capture the mysterious beast, who they fear will destroy their home. Fawn must convince her fairy friends to risk everything to rescue the NeverBeast.","10.722","/lKNYRlJ9jJAPU7yNYU0qTSQ4AYa.jpg","[{'id':5391,'logo_path':'/o5AcK10ViutenSa4XTD18ClCEWe.png','name':'DisneyToon Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-12-12","0","77","[{'iso_639_1':'en','name':'English'}]","Released","","Tinker Bell and the Legend of the NeverBeast","false","6.8","463" +"false","/iYwfyTfYoazgyH8agO6mA5tDwPE.jpg","{'id':315595,'name':'Tinker Bell Collection','poster_path':'/nTEOjP7JpFa9VZlawzqNBy4g5KY.jpg','backdrop_path':'/8wvxr06XNW2zofbOHQqEgokTmLx.jpg'}","0","[{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","http://disneydvd.disney.go.com/tinker-bell-and-the-great-fairy-rescue.html","44683","tt1216515","en","Tinker Bell and the Great Fairy Rescue","During a summer stay on the mainland, Tinker Bell is accidentally discovered while investigating a little girl's fairy house. As the other fairies, led by the brash Vidia, launch a daring rescue in the middle of a fierce storm, Tink develops a special bond with the lonely, little girl.","12.781","/ggr8yq0YRaBAdLUODvdOZhgH8Um.jpg","[{'id':5391,'logo_path':'/o5AcK10ViutenSa4XTD18ClCEWe.png','name':'DisneyToon Studios','origin_country':'US'},{'id':22135,'logo_path':null,'name':'Prana Animation Studios','origin_country':''}]","[{'iso_3166_1':'IN','name':'India'},{'iso_3166_1':'US','name':'United States of America'}]","2010-08-13","0","76","[{'iso_639_1':'en','name':'English'}]","Released","","Tinker Bell and the Great Fairy Rescue","false","6.4","420" +"false","/j7r0HwdQibJYPxmStqqucqWaX7u.jpg","{'id':315595,'name':'Tinker Bell Collection','poster_path':'/nTEOjP7JpFa9VZlawzqNBy4g5KY.jpg','backdrop_path':'/8wvxr06XNW2zofbOHQqEgokTmLx.jpg'}","48000000","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'}]","http://disney.go.com/fairies/movies/about.html","13179","tt0823671","en","Tinker Bell","Journey into the secret world of Pixie Hollow and hear Tinker Bell speak for the very first time as the astonishing story of Disney's most famous fairy is finally revealed in the all-new motion picture ""Tinker Bell.""","12.265","/dx9FiWtcY4u5Kla6Cetw1a6W2qK.jpg","[{'id':5391,'logo_path':'/o5AcK10ViutenSa4XTD18ClCEWe.png','name':'DisneyToon Studios','origin_country':'US'},{'id':22135,'logo_path':null,'name':'Prana Animation Studios','origin_country':''}]","[{'iso_3166_1':'IN','name':'India'},{'iso_3166_1':'US','name':'United States of America'}]","2008-10-27","0","78","[{'iso_639_1':'en','name':'English'}]","Released","Enter the world of fairies","Tinker Bell","false","6.6","654" +"false","/4W2BiiRK9SLEn56y25PPfnuli7C.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://sonyclassics.com/timsvermeer/","212063","tt3089388","en","Tim's Vermeer","Tim Jenison, a Texas based inventor, attempts to solve one of the greatest mysteries in all art: How did Dutch Master Johannes Vermeer manage to paint so photo-realistically 150 years before the invention of photography? Spanning a decade, Jenison's adventure takes him to Holland, on a pilgrimage to the North coast of Yorkshire to meet artista David Hockney, and eventually even to Buckingham Palace. The epic research project Jenison embarques on is as extraordinary as what he discovers.","4.177","/ghWp9oTOQdsrPW1yP7S06KIqKEQ.jpg","[{'id':25582,'logo_path':null,'name':'High Delft Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-12-06","0","80","[{'iso_639_1':'en','name':'English'}]","Released","","Tim's Vermeer","false","7.3","86" +"false","/6PIQKisHu0oIvNpOGNoUHgxEJ0.jpg","null","80000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'}]","","9562","tt0300556","en","Timeline","A group of archaeological students become trapped in the past when they go there to retrieve their professor. The group must survive in 14th century France long enough to be rescued.","15.18","/A6tzqXzlUjCOZT035zYOLqfYFSr.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':762,'logo_path':null,'name':'Mutual Film Company','origin_country':''},{'id':431,'logo_path':null,'name':'The Donners' Company','origin_country':'US'},{'id':18619,'logo_path':null,'name':'Cobalt Media Group','origin_country':''},{'id':18620,'logo_path':null,'name':'Artists Production Group (APG)','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-11-26","43935763","116","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","They had to travel into the past to save the future","Timeline","false","5.6","508" +"false","/l4JNsti0e8zlTvZEIWL9YO3HrYa.jpg","null","100000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':10749,'name':'Romance'}]","","257206","tt0465643","en","Time of Her Life","Two ghosts, separated by time, who have roamed the grounds of a historic English mansion, searching for each other are brought together by Ally (LAURA PENNEYCARD), a photography student who is experiencing dreams she can't explain and Emmett (GEOFF SHAW), the son of a wealthy industrialist. Emmett befriends Ally and together they unravel the truth behind the disappearance of his long lost love, Catherine a beautiful servant girl. However, Ally must first overcome her fears of his ghostly appearance before she can help Emmett find Catherine and reunite their love. Shot in the beautiful location of Hylands House, this lavish drama with a supernatural theme, leads you through past and present in a series of spine-chilling nightmares, ghostly appearances and suspenseful chase sequences, which moves into a beautiful romance tale, drawing on all your senses from the outset.","0.6","/20k9tQlhOFPOiKz8P8wyNeuoUhL.jpg","[]","[]","2006-03-03","750000","96","[{'iso_639_1':'en','name':'English'}]","Released","A Love Story Captured In Time...","Time of Her Life","false","5.9","7" +"false","/vbG09DWm0KUpIT7iluQpzgnyRAt.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'},{'id':9648,'name':'Mystery'}]","http://www.timelapse-themovie.com/","273271","tt2669336","en","Time Lapse","Three friends discover a mysterious machine that takes pictures 24 hours into the future and conspire to use it for personal gain, until disturbing and dangerous images begin to develop.","8.027","/y3yUX68Wv0EEHe6psIbet4TppUx.jpg","[{'id':70559,'logo_path':null,'name':'XLrator Media','origin_country':''},{'id':25526,'logo_path':null,'name':'Uncooperative Pictures','origin_country':''},{'id':70560,'logo_path':null,'name':'Royal Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-05-24","0","104","[{'iso_639_1':'en','name':'English'}]","Released","Once you see the future, you can't look away.","Time Lapse","false","6.5","601" +"false","/uu1cPthWjb0ex1cvgI8wPy6kasC.jpg","null","35000000","[{'id':35,'name':'Comedy'}]","http://www.thisis40movie.com/","89492","tt1758830","en","This Is 40","Pete and Debbie are both about to turn 40, their kids hate each other, both of their businesses are failing, they're on the verge of losing their house, and their relationship is threatening to fall apart.","11.931","/5zscVRjG4f6wcF7zidVqGO7hwjg.jpg","[{'id':10105,'logo_path':'/bN4tiAS8oNlHhIqq66KBPQ1Ekqh.png','name':'Apatow Productions','origin_country':'US'},{'id':116208,'logo_path':null,'name':'Forty Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-12-20","88058786","134","[{'iso_639_1':'en','name':'English'}]","Released","The sort-of sequel to 'Knocked Up'","This Is 40","false","5.7","1252" +"false","/8C7ZLEOWMMusJERzyJoYVvTH6eh.jpg","null","0","[{'id':18,'name':'Drama'}]","","8092","tt0108330","en","This Boy???s Life","In 1957, a son and mother flee the East and an abusive boyfriend to find a new life, and end up in Seattle, where the mother meets a polite garage mechanic. The boy continually gets into trouble by hanging out with the wrong crowd. The mom marries the mechanic, but they soon find out that he's an abusive and unreasoning alcoholic, and they struggle to maintain hope in an impossible situation as the boy grows up with plans to escape the small town by any means possible. Based on a true story by Tobias Wolff.","6.913","/xs8ebrGRGu6Y9ebu2dJFdm9yaZP.jpg","[{'id':54052,'logo_path':null,'name':'Knickerbocker Films','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-04-09","4104962","115","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","A true story based on the award-winning book by Tobias Wolff.","This Boy???s Life","false","7.1","366" +"false","/wsTFhxSdD2kgH1pMeMNKVzGNfXI.jpg","null","28000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","192145","tt2343793","en","Third Person","An acclaimed novelist struggles to write an analysis of love in one of three stories, each set in a different city, that detail the beginning, middle and end of a relationship.","11.146","/oC4kDRHQIhK0YwN78VelIaj0732.jpg","[{'id':12032,'logo_path':null,'name':'Apulia Film Commission','origin_country':''},{'id':7299,'logo_path':null,'name':'Corsan','origin_country':''},{'id':6320,'logo_path':null,'name':'Hwy61','origin_country':''},{'id':32874,'logo_path':null,'name':'Volten','origin_country':''},{'id':32875,'logo_path':null,'name':'Lailaps Pictures','origin_country':''},{'id':88044,'logo_path':null,'name':'Filmfinance XII','origin_country':''}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2013-09-09","1749201","137","[{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'en','name':'English'}]","Released","Life can change at the turn of a page.","Third Person","false","5.9","328" +"false","/bVZNGCXhQMPpCCDr6HaYjqMULck.jpg","null","42000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","9378","tt0245674","en","Thir13en Ghosts","Arthur and his two children, Kathy and Bobby, inherit his Uncle Cyrus's estate: a glass house that serves as a prison to 12 ghosts. When the family, accompanied by Bobby's Nanny and an attorney, enter the house they find themselves trapped inside an evil machine ""designed by the devil and powered by the dead"" to open the Eye of Hell. Aided by Dennis, a ghost hunter, and his rival Kalina, a ghost rights activist out to set the ghosts free, the group must do what they can to get out of the house alive.","10.197","/s4KZw4vmXfZGbPLBJB7RpWsiUxk.jpg","[{'id':1786,'logo_path':'/joLFuCWg9e2lweYnFQtRPJKSLlI.png','name':'Dark Castle Entertainment','origin_country':'US'},{'id':23503,'logo_path':null,'name':'13 Ghosts Productions Canada Inc.','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2001-10-26","41867960","91","[{'iso_639_1':'en','name':'English'}]","Released","Misery loves company","Thir13en Ghosts","false","5.6","762" +"false","/jQFIxYFbgpyUfNXmpYhp6Q1p4X5.jpg","{'id':239430,'name':'Think Like a Man Collection','poster_path':'/cdbWbFLlGWc9QxVwSUig0z2IGpQ.jpg','backdrop_path':'/ciygVaqu67gxWrBB84niXXWAZx0.jpg'}","24000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://www.sonypictures.com/movies/thinklikeamantoo/","184098","tt2239832","en","Think Like a Man Too","All the couples are back for a wedding in Las Vegas, but plans for a romantic weekend go awry when their various misadventures get them into some compromising situations that threaten to derail the big event.","9.785","/xOTTC0HF25aYRteqYZJ4Xhh8uOF.jpg","[{'id':49968,'logo_path':'/gz2hSoMkvMJdTMgCLFGRJErPwXY.png','name':'Will Packer Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-06-20","70181428","105","[{'iso_639_1':'en','name':'English'}]","Released","","Think Like a Man Too","false","6.3","311" +"false","/fFOqofcQpMMAqcGjtu58AcZMynm.jpg","{'id':239430,'name':'Think Like a Man Collection','poster_path':'/cdbWbFLlGWc9QxVwSUig0z2IGpQ.jpg','backdrop_path':'/ciygVaqu67gxWrBB84niXXWAZx0.jpg'}","12000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://www.sonypictures.com/movies/thinklikeaman/","67660","tt1621045","en","Think Like a Man","The balance of power in four couples??? relationships is upset when the women start using the advice in Steve Harvey???s book, Act Like A Lady, Think Like A Man, to get more of what they want from their men. When the men realize that the women have gotten a hold of their relationship ???playbook,??? they decide that the best defense is a good offense and come up with a plan to use this information to their advantage.","7.534","/4tK8k1YbF58nEMW76bnm76jWpnZ.jpg","[{'id':1309,'logo_path':'/gdsheJrD3lznh3O2qEPBDn54Anq.png','name':'Rainforest Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-04-16","96070507","122","[{'iso_639_1':'en','name':'English'}]","Released","Let the mind games begin.","Think Like a Man","false","6.9","424" +"false","/7l8ynuiZxnobSTIlNNaDG1C2f6W.jpg","null","0","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","11524","tt0083190","en","Thief","Frank is an expert professional safecracker, specialized in high-profile diamond heists. He plans to use his ill-gotten income to retire from crime and build a nice life for himself complete with a home, wife and kids. To accelerate the process, he signs on with a top gangster for a big score.","6.581","/d7Hr3bL54fQWHivuOpbRP8FWaft.jpg","[{'id':20042,'logo_path':null,'name':'Mann/Caan Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1981-03-27","4300000","123","[{'iso_639_1':'en','name':'English'}]","Released","Tonight, his take home pay is $410,000... tax free.","Thief","false","7.2","210" +"false","/i0kj8aVTZGKlOOjeAZkZprCEfGG.jpg","null","4000000","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'}]","http://www.theofficialjohncarpenter.com/they-live/","8337","tt0096256","en","They Live","Nada, a wanderer without meaning in his life, discovers a pair of sunglasses capable of showing the world the way it truly is. As he walks the streets of Los Angeles, Nada notices that both the media and the government are comprised of subliminal messages meant to keep the population subdued, and that most of the social elite are skull-faced aliens bent on world domination. With this shocking discovery, Nada fights to free humanity from the mind-controlling aliens.","10.849","/8N8BnBGwgsxXXwZ2q9eVFFIKFL1.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':17823,'logo_path':null,'name':'Alive Films','origin_country':''},{'id':17824,'logo_path':null,'name':'Larry Franco Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-11-23","13008928","94","[{'iso_639_1':'en','name':'English'}]","Released","You see them on the street. You watch them on TV. You might even vote for one this fall. You think they're people just like you. You're wrong. Dead wrong.","They Live","false","7.2","1034" +"false","/vSnw6sAT5OihmEaKi26rYI3QcRl.jpg","null","0","[{'id':35,'name':'Comedy'}]","http://www.studiocanal.de/dvd/they_came_together","180296","tt2398249","en","They Came Together","A small business owner is about to lose her shop to a major corporate development.","7.176","/jue0hdydHvkfGgWS6FnYVlozO2d.jpg","[{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-06-27","0","83","[{'iso_639_1':'en','name':'English'}]","Released","He came...She came...They both came","They Came Together","false","5.4","218" +"false","/geNQL14KwHrRJKSMSiwTBI0soRL.jpg","null","179000","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","27429","tt0073705","en","Shivers","The residents of a suburban high-rise apartment building are being infected by a strain of parasites that turn them into mindless, sex-crazed fiends out to infect others by the slightest sexual contact.","7.073","/a9w5pMzS4xh9itERx3mlWjnf3Zt.jpg","[{'id':15989,'logo_path':null,'name':'DAL Productions','origin_country':''},{'id':4952,'logo_path':null,'name':'Canadian Film Development Corporation (CFDC)','origin_country':''},{'id':6270,'logo_path':null,'name':'Cin??pix','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'}]","1975-10-10","0","88","[{'iso_639_1':'en','name':'English'}]","Released","Going mad is just the beginning of the terror...","Shivers","false","6.4","196" +"false","/v2Ou2n5C0K0C6tcKZ5ttueaAYyh.jpg","{'id':492896,'name':'Virgil Tibbs Collection','poster_path':null,'backdrop_path':null}","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","34732","tt0066450","en","They Call Me Mister Tibbs!","A police detective's investigation of a prostitute's murder points to his best friend.","1.856","/kugj3A4TGgye6mBmtqA16yD8LFk.jpg","[{'id':219,'logo_path':null,'name':'The Mirisch Corporation','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1970-07-10","0","108","[{'iso_639_1':'en','name':'English'}]","Released","The last time Virgil Tibbs had a day like this was ""In the Heat of the Night""","They Call Me Mister Tibbs!","false","5.8","19" +"false","/zTXk5rzpAdnQvW1s2fwjqGp2z9s.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","199575","tt2268458","en","These Final Hours","What would you do on the last day on Earth? With the end of the world only hours away, the self-absorbed James heads to the ultimate party-to-end-all-parties. On his way there, he saves the life of a young girl named Rose who is searching desperately for her missing father. This simple act sets James on a path to redemption.","5.987","/eKR5xEdSiH57mW3g8cZvoURchm1.jpg","[{'id':23815,'logo_path':null,'name':'8th In Line','origin_country':''},{'id':12142,'logo_path':'/rPnEeMwxjI6rYMGqkWqIWwIJXxi.png','name':'XYZ Films','origin_country':'US'}]","[{'iso_3166_1':'AU','name':'Australia'}]","2014-07-31","0","87","[{'iso_639_1':'en','name':'English'}]","Released","It's never too late to find someone worth living for.","These Final Hours","false","6.5","276" +"false","/nVgSjEnf61vJuqzpTJElI2RFtev.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://www.theseamazingshadows.com/","80337","tt1273222","en","These Amazing Shadows","Tells the history and importance of The National Film Registry, a roll call of American cinema treasures that reflects the diversity of film, and indeed the American experience itself.","2.912","/rzP08vB5s5mMGR2NFX8pnw2G0Vs.jpg","[{'id':43867,'logo_path':null,'name':'Gravitas Docufilms','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-01-22","0","88","[{'iso_639_1':'en','name':'English'}]","Released","","These Amazing Shadows","false","7.6","36" +"false","/8ZIZJbPXCtnIG1rJpR57iFRyPTt.jpg","null","23000000","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","http://www.aboutmary.com/","544","tt0129387","en","There's Something About Mary","For Ted, prom night went about as bad as it???s possible for any night to go. Thirteen years later, he finally gets another chance with his old prom date, only to run up against other suitors including the sleazy detective he hired to find her.","15.799","/zD4ACYImREkDRk8PPiIXHDx4nZa.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-07-15","369884651","119","[{'iso_639_1':'en','name':'English'}]","Released","Love Is In The Hair.","There's Something About Mary","false","6.5","2770" +"false","/1DSzHQ9jUEjKMXpVeXhC6gDa3IW.jpg","null","25000000","[{'id':18,'name':'Drama'}]","","7345","tt0469494","en","There Will Be Blood","Ruthless silver miner, turned oil prospector, Daniel Plainview moves to oil-rich California. Using his adopted son to project a trustworthy, family-man image, Plainview cons local landowners into selling him their valuable properties for a pittance. However, local preacher Eli Sunday suspects Plainviews motives and intentions, starting a slow-burning feud that threatens both their lives.","13.624","/vtzict6koCUBt9w5ICMT9ngoFxy.jpg","[{'id':838,'logo_path':'/tcW3UqV46Mdq6GyaS1ydEDocEDF.png','name':'Paramount Vantage','origin_country':'US'},{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':178,'logo_path':null,'name':'Ghoulardi Film Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-12-28","77208711","158","[{'iso_639_1':'en','name':'English'}]","Released","There Will Be Greed. There Will Be Vengeance.","There Will Be Blood","false","8.1","2746" +"false","/z9Li6tsmVlu9Lntg6aToHqr2Utn.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","http://therebedragonsmovie.com/","45054","tt1316616","en","There Be Dragons","Arising out of the horror of the Spanish Civil War, a candidate for canonization is investigated by a journalist who discovers his own estranged father had a deep, dark and devastating connection to the saint's life.While researching the life of Josemaria Escriva, the controversial founder of Opus Dei, the young journalist Robert uncovers hidden stories of his estranged father Manolo, and is taken on a journey through the dark, terrible secrets of his family???s past.","5.747","/dKgPtWZkHkTeYQRvLTsO0RBYaQZ.jpg","[{'id':6538,'logo_path':null,'name':'Antena 3 Films','origin_country':'ES'},{'id':43251,'logo_path':null,'name':'ransom films','origin_country':''}]","[{'iso_3166_1':'ES','name':'Spain'}]","2011-03-25","0","112","[{'iso_639_1':'en','name':'English'}]","Released","","There Be Dragons","false","5.1","89" +"false","/q3ZZwrfbCcvDBaoBv6trExysLrU.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","28498","tt0070791","en","Theatre of Blood","A Shakespearean actor takes poetic revenge on the critics who denied him recognition.","4.613","/edoXcTEmlPnH1MaPuNV2diUEn4W.jpg","[{'id':4819,'logo_path':null,'name':'Cineman Productions','origin_country':''},{'id':23846,'logo_path':null,'name':'Harbour Productions Limited','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1973-03-15","1000000","104","[{'iso_639_1':'en','name':'English'}]","Released","It's curtains for his critics!","Theatre of Blood","false","6.9","73" +"false","/bbcuTz7rcypTEcsVsclpjjnCFEg.jpg","null","8500000","[{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'}]","http://www.thezerotheorem-movie.com","157834","tt2333804","en","The Zero Theorem","A computer hacker's goal to discover the reason for human existence continually finds his work interrupted thanks to the Management; this time, they send a teenager and lusty love interest to distract him.","9.286","/jsaRDf5Syw0dueU0mSXh4r1yzs0.jpg","[{'id':5125,'logo_path':'/t3oWTsVukmEzrZzvfr37XRBibo5.png','name':'Le Pacte','origin_country':'FR'},{'id':6716,'logo_path':null,'name':'Zanuck Independent','origin_country':''},{'id':11819,'logo_path':null,'name':'MediaPro Pictures','origin_country':'RO'},{'id':16923,'logo_path':null,'name':'Zephyr Films','origin_country':'GB'},{'id':27993,'logo_path':null,'name':'Picture Perfect Corporation','origin_country':''},{'id':27994,'logo_path':null,'name':'Wild Side Films','origin_country':''},{'id':6626,'logo_path':'/A1BnMoWjzjOrjzpWimyBQkf84mS.png','name':'Voltage Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'RO','name':'Romania'}]","2013-09-20","770706","107","[{'iso_639_1':'en','name':'English'}]","Released","Nothing is Everything","The Zero Theorem","false","6","602" +"false","/spKwVHuvZqj90nnJFjcDf3Auul7.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","86616","tt0055633","en","The Young Savages","A district attorney investigates the racially charged case of three teenagers accused of the murder of a blind Puerto Rican boy.","1.6","/wsl3nTqADdrpF1pnYVwuPHvwhOY.jpg","[{'id':14132,'logo_path':null,'name':'Contemporary Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1961-05-24","0","103","[{'iso_639_1':'en','name':'English'}]","Released","HERE IS THE RAW TRUTH...NAILED TO THE SCREEN!","The Young Savages","false","6.3","13" +"false","/8wQHJczZQxUfv3Tnk7sbYCGW5Vl.jpg","null","6000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.thewrestlermovie.com/","12163","tt1125849","en","The Wrestler","Aging wrestler Randy ""The Ram"" Robinson is long past his prime but still ready and rarin' to go on the pro-wrestling circuit. After a particularly brutal beating, however, Randy hangs up his tights, pursues a serious relationship with a long-in-the-tooth stripper, and tries to reconnect with his estranged daughter. But he can't resist the lure of the ring and readies himself for a comeback.","10.342","/huooRmB7yksJyVVSkqOgitxlCec.jpg","[{'id':856,'logo_path':'/3tfzS2CrX6Ntbu927XzHXEPDA6y.png','name':'Wild Bunch','origin_country':'FR'},{'id':7504,'logo_path':null,'name':'Top Rope','origin_country':''},{'id':831,'logo_path':null,'name':'Saturn Films','origin_country':'US'},{'id':7503,'logo_path':'/3K8wbNkTn7O4wX89ucnp1ZYR1XF.png','name':'Protozoa Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-09-07","44703995","109","[{'iso_639_1':'en','name':'English'}]","Released","Love. Pain. Glory.","The Wrestler","false","7.5","1754" +"false","/qI64gFiupDsCCgHJqtLE0nHvmE8.jpg","null","5000000","[{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'}]","","36819","tt0081633","en","Time Bandits","Young history buff Kevin can scarcely believe it when six dwarfs emerge from his closet one night. Former employees of the Supreme Being, they've purloined a map charting all of the holes in the fabric of time and are using it to steal treasures from different historical eras. Taking Kevin with them, they variously drop in on Napoleon, Robin Hood and King Agamemnon before the Supreme Being catches up with them.","9.332","/4VZtpwdhHQSa4LUkvujyGAHb1hG.jpg","[{'id':20076,'logo_path':null,'name':'HandMade Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1981-07-13","42365581","116","[{'iso_639_1':'en','name':'English'}]","Released","All the dreams you've ever had and not just the good ones.","Time Bandits","false","6.7","402" +"false","/cV76zimJ4QfJcy4QxZKqcOXNzJh.jpg","null","600000","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","","31179","tt0080024","en","Tim","Handsome but backward gardener Tim Melville has a new woman in his life. She is Mary, his widowed employer, a woman who had given up on love until she had found Tim. At first they are friends. But soon they become lovers, as Mary, drawn to Tim's innocence and magnetism, begins to teach him all about life - and love.","2.882","/ajXuaQkz9Es0Tqt62zxhP45jMBE.jpg","[]","[{'iso_3166_1':'AU','name':'Australia'}]","1979-07-13","809000","109","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'hu','name':'Magyar'}]","Released","A Heartrending Story of Courage and Devotion","Tim","false","6.3","22" +"false","/zFYlbVlWHxZHENt26ODMUfqJaiO.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","","327445","tt1436046","en","Till Sunset","Three strangers awake in a woodland clearing beside a shallow grave and discover one of them is destined to fill it by sunset.","0.6","/2wIlaNwUPx5C8d3C7ZuB5lQ66T.jpg","[]","[]","2012-12-23","0","72","[{'iso_639_1':'en','name':'English'}]","Released","Stay out of the shadows.","Till Sunset","false","4.3","2" +"false","/sEo92hswtqKB55opy98ripMg5TV.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","11707","tt0088272","en","Tightrope","Wes Block is a detective who's put on the case of a serial killer. His victims are young and pretty women, which he rapes and murders. The murders are getting personal when the killer chooses victims who are acquaintances of Block. Even his daughters are threatened.","7.874","/3MKGOGgd5xcgfLqRTpaGwneV17T.jpg","[{'id':171,'logo_path':null,'name':'Malpaso Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-08-17","48143579","115","[{'iso_639_1':'en','name':'English'}]","Released","A cop on the edge.","Tightrope","false","6.1","134" +"false","/7KAlzVNaIJi4kWFCpPvIYwCflTR.jpg","null","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","9812","tt0124901","en","Thursday","Casey has given up drug dealing for a suburban idyll in Houston, a job as an architect and a new wife. They are even planning to adopt a child. But Casey's past arrives on the doorstep in the shape of Nick, an old business partner. And all hell breaks loose!","8.273","/fVhzoni8VihQ4jxiWV0yZlRB64P.jpg","[{'id':1382,'logo_path':'/sOg7LGESPH5vCTOIdbMhLuypoLL.png','name':'PolyGram Filmed Entertainment','origin_country':'US'},{'id':278,'logo_path':null,'name':'Propaganda Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-09-25","3121","84","[{'iso_639_1':'en','name':'English'}]","Released","They say the past always catches up with you. This could be the day.","Thursday","false","7.1","136" +"false","/y7QwpuyJIRf8O6NiraZIAgUD776.jpg","{'id':306882,'name':'Thunderbirds (Animation) Collection','poster_path':'/tZJrhtjpbeJYLwGVoZrCDljBsa8.jpg','backdrop_path':'/svxRC8GtXNTCQwKtSm0zdxMW694.jpg'}","0","[{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'},{'id':878,'name':'Science Fiction'},{'id':16,'name':'Animation'}]","","25361","tt0063694","en","Thunderbird 6","The International Rescue team is faced with one of its toughest challenges yet, as the revolutionary lighter-than-air craft Skyship One is hijacked while on her maiden voyage around the world. Against backdrops including the Statue of Liberty and the Sphinx, Lady Penelope, Parker, Alan and Tin-Tin fight the hijackers from on-board, while the rest of the team tries to stop the airship crashing.","1.226","/8bYq7cWznhsptcNQoctSzd4auzQ.jpg","[{'id':15641,'logo_path':null,'name':'Associated Television International','origin_country':''},{'id':6141,'logo_path':null,'name':'Century 21 Television','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1968-08-03","0","89","[{'iso_639_1':'en','name':'English'}]","Released","","Thunderbird 6","false","5.8","19" +"false","/k8d8q0ast6Ozv48xEHSG7BEvplR.jpg","null","34000000","[{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'},{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'}]","http://www.nwave.com/films/3d-feature-films/13-films-cat/feature/95-the-house-of-magic-3d","202575","tt3148834","en","The House of Magic","Thunder, an abandoned young cat seeking shelter from a storm, stumbles into the strangest house imaginable, owned by an old magician and inhabited by a dazzling array of automatons and gizmos. Not everyone welcomes the new addition to the troupe as Jack Rabbit and Maggie Mouse plot to evict Thunder. The situation gets worse when the magician lands in hospital and his scheming nephew sees his chance to cash in by selling the mansion. Our young hero is determined to earn his place and so he enlists the help of some wacky magician's assistants to protect his magical new home.","7.566","/unD7Hsmqw2LBRE09RUfGKjtaSdC.jpg","[{'id':28831,'logo_path':null,'name':'Shout! Factory','origin_country':''},{'id':10159,'logo_path':null,'name':'nWave Pictures','origin_country':''},{'id':10160,'logo_path':null,'name':'Illuminata Pictures','origin_country':''},{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'US','name':'United States of America'}]","2013-12-24","0","85","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","One lost little cat. One magical adventure.","Thunder and the House of Magic","false","6.3","186" +"false","/mG5FXt0UJ3iIBlmd5cCQ7t2Veho.jpg","null","6000000","[{'id':35,'name':'Comedy'}]","","13339","tt0094138","en","Three O'Clock High","A high school nerd, Jerry Mitchell is assigned to write a piece for the school paper about new boy Buddy Revell, who is rumored to be a psychopathic nutcase. When Jerry accidentally touches Buddy, he says that they must fight in the parking lot at 3pm. Jerry will just about do anything to avoid the confrontation","5.123","/sKQVvbpiQDhltK5RljnfejTHKGL.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-10-09","3685862","97","[{'iso_639_1':'en','name':'English'}]","Released","Jerry Mitchell just bumped into Buddy Revell. Now Jerry isn't thinking about math or english. Because at three o'clock, he's history.","Three O'Clock High","false","6.6","105" +"false","/v6YQDKbnGZO386JifsJlgTvBAGR.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","245169","tt2597718","en","Three Night Stand","A man's plans for a romantic weekend go awry when he learns that his ex-girlfriend, whom he still secretly loves, manages the ski lodge where he and his wife are staying.","1.999","/z51kTRypNwJrQsRXtwY9OQdeef6.jpg","[{'id':40975,'logo_path':null,'name':'Vroom Productions','origin_country':''},{'id':40976,'logo_path':null,'name':'Banner House Productions','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2013-12-06","0","86","[{'iso_639_1':'en','name':'English'}]","Released","Meet Carl. His wife. & the Love of his Life.","Three Night Stand","false","4.8","28" +"false","/mJpepArAQPc14jprmaBEGbny2y8.jpg","null","75000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'}]","","6415","tt0120188","en","Three Kings","A group of American soldiers stationed in Iraq at the end of the Gulf War find a map they believe will take them to a huge cache of stolen Kuwaiti gold hidden near their base, and they embark on a secret mission that's destined to change everything.","12.02","/wvNga0QP6RWMRday7KgmTBbErwz.jpg","[{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':507,'logo_path':'/z7H707qUWigbjHnJDMfj6QITEpb.png','name':'Atlas Entertainment','origin_country':'US'},{'id':23689,'logo_path':null,'name':'Village-A.M. Partnership','origin_country':''},{'id':23690,'logo_path':null,'name':'Coast Ridge','origin_country':''},{'id':23691,'logo_path':null,'name':'Junger Witt Productions','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-09-27","108000000","114","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ar','name':'??????????????'}]","Released","It's good to be King.","Three Kings","false","6.6","1025" +"false","/3FweBee0xZoY77uO1bhUOlQorNH.jpg","{'id':131296,'name':'Thor Collection','poster_path':'/yw7gr7DhHHVTLlO8Se8uH17TDMA.jpg','backdrop_path':'/3KL8UNKFWgIKXzLHjwY0uwgjzYl.jpg'}","170000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'}]","https://www.marvel.com/movies/thor-the-dark-world","76338","tt1981115","en","Thor: The Dark World","Thor fights to restore order across the cosmos??? but an ancient race led by the vengeful Malekith returns to plunge the universe back into darkness. Faced with an enemy that even Odin and Asgard cannot withstand, Thor must embark on his most perilous and personal journey yet, one that will reunite him with Jane Foster and force him to sacrifice everything to save us all.","29.942","/bnX5PqAdQZRXSw3aX3DutDcdso5.jpg","[{'id':420,'logo_path':'/hUzeosd33nzE5MCNsZxCGEKTXaQ.png','name':'Marvel Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-10-29","644571402","112","[{'iso_639_1':'en','name':'English'}]","Released","Delve into the darkness","Thor: The Dark World","false","6.7","9520" +"false","/LvmmDZxkTDqp0DX7mUo621ahdX.jpg","{'id':131296,'name':'Thor Collection','poster_path':'/yw7gr7DhHHVTLlO8Se8uH17TDMA.jpg','backdrop_path':'/3KL8UNKFWgIKXzLHjwY0uwgjzYl.jpg'}","150000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'}]","http://thor.marvel.com/","10195","tt0800369","en","Thor","Against his father Odin's will, The Mighty Thor - a powerful but arrogant warrior god - recklessly reignites an ancient war. Thor is cast down to Earth and forced to live among humans as punishment. Once here, Thor learns what it takes to be a true hero when the most dangerous villain of his world sends the darkest forces of Asgard to invade Earth.","33.698","/9zDwvsISU8bR15R2yN3kh1lfqve.jpg","[{'id':420,'logo_path':'/hUzeosd33nzE5MCNsZxCGEKTXaQ.png','name':'Marvel Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-04-21","449326618","115","[{'iso_639_1':'en','name':'English'}]","Released","Two worlds. One hero.","Thor","false","6.7","12004" +"false","/fuVL383GZ1uA8Jltt5ckMHbZU9q.jpg","null","0","[{'id':18,'name':'Drama'}]","","18774","tt0057578","en","This Sporting Life","In Northern England in the early 1960s, Frank Machin is mean, tough and ambitious enough to become an immediate star in the rugby league team run by local employer Weaver.","2.549","/dRCgLi7sGFHEZa1aaUvhx4k8LVQ.jpg","[{'id':35265,'logo_path':null,'name':'Julian Wintle/Leslie Parkyn Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1963-01-15","0","134","[{'iso_639_1':'en','name':'English'}]","Released","","This Sporting Life","false","7.1","38" +"false","/aYKNl2YYxgqZY49oEaEt0qNjWHy.jpg","null","25000000","[{'id':18,'name':'Drama'}]","","53487","tt1440345","en","This Must Be the Place","A bored, retired rock star sets out to find his father's executioner, an ex-Nazi war criminal who is a refugee in the U.S.","7.376","/rNTZMp96BcKIxgF3OIUbtByJtsQ.jpg","[{'id':1533,'logo_path':'/6ZdM1yg1LXtzS5zpuZPtZsn9YdA.png','name':'Indigo Film','origin_country':'IT'},{'id':779,'logo_path':'/KFFOFoztyjV5epvnW5GerPbcvx.png','name':'Lucky Red','origin_country':'IT'},{'id':6246,'logo_path':null,'name':'Medusa Film','origin_country':'IT'},{'id':189,'logo_path':'/3NcJ66KlMs1s6yOh0AMSLMvhtSV.png','name':'ARP S??lection','origin_country':'FR'},{'id':83,'logo_path':'/9OQ0rm55xtlgX7KcAKMUePJSrQc.png','name':'France 2 Cin??ma','origin_country':'FR'}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'AT','name':'Austria'}]","2011-10-01","11790979","118","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'hu','name':'Magyar'}]","Released","Never for money. Always for love.","This Must Be the Place","false","7","559" +"false","/aJh5rFH6jQRqvZyd0HR8BMiHhRn.jpg","null","65000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://www.thismeanswarmovie.com/","59962","tt1596350","en","This Means War","Two top CIA operatives wage an epic battle against one another after they discover they are dating the same woman.","12.522","/8eqEw3NGdqAfGtHyCTiuoMb4RrM.jpg","[{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'},{'id':907,'logo_path':'/ca5SWI5uvU985f8Kbb4xc8AmVWH.png','name':'Overbrook Entertainment','origin_country':'US'},{'id':3929,'logo_path':null,'name':'Robert Simonds Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-02-14","156974557","103","[{'iso_639_1':'en','name':'English'}]","Released","It's SPY Against SPY","This Means War","false","6","2040" +"false","/rff4O6BcvD7pwd7mZJ1fTA6KMQ5.jpg","null","19800000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","239678","tt1371150","en","This Is Where I Leave You","When their father passes away, four grown, world-weary siblings return to their childhood home and are requested -- with an admonition -- to stay there together for a week, along with their free-speaking mother and a collection of spouses, exes and might-have-beens. As the brothers and sisters re-examine their shared history and the status of each tattered relationship among those who know and love them best, they reconnect in hysterically funny and emotionally significant ways.","8.892","/jMLRs4Vw2g7QzOQLiq3Rlh6qUar.jpg","[{'id':705,'logo_path':null,'name':'Spring Creek Productions','origin_country':''},{'id':2575,'logo_path':'/9YJrHYlcfHtwtulkFMAies3aFEl.png','name':'21 Laps Entertainment','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-09-10","41296320","103","[{'iso_639_1':'en','name':'English'}]","Released","Welcome Home. Get Uncomfortable.","This Is Where I Leave You","false","6.6","680" +"false","/hkuPAYz0TstcAquVpibaDnADqQS.jpg","null","32000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","http://www.thisistheend.com/","109414","tt1245492","en","This Is the End","While attending a party at James Franco's house, Seth Rogen, Jay Baruchel and many other celebrities are faced with the apocalypse.","12.262","/1rMzHyOsk1b1ddcFJgMSB6kOASu.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':771,'logo_path':null,'name':'Mandate Pictures','origin_country':'US'},{'id':16615,'logo_path':'/dbxHaOtibTKvP6dUMRYdwUOULgY.png','name':'Point Grey Pictures','origin_country':'US'},{'id':34,'logo_path':'/GagSvqWlyPdkFHMfQ3pNq6ix9P.png','name':'Sony Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-06-12","126041322","107","[{'iso_639_1':'en','name':'English'}]","Released","Nothing ruins a party like the end of the world.","This Is the End","false","6.2","3644" +"false","/2sUnp8H8vSG0BY2WXdZz0qhqWXV.jpg","null","2380000","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","http://www.thisisenglandmovie.co.uk/","11798","tt0480025","en","This Is England","A story about a troubled boy growing up in England, set in 1983. He comes across a few skinheads on his way home from school, after a fight. They become his new best friends even like family. Based on experiences of director Shane Meadows.","2.855","/wVc7lwmTgDN7QY4G9V8dfYynDec.jpg","[{'id':1917,'logo_path':null,'name':'EM Media','origin_country':''},{'id':2452,'logo_path':'/6CLoZ59fLPG7UyxQtGTqRevjf58.png','name':'UK Film Council','origin_country':'GB'},{'id':2690,'logo_path':'/9XXpd39mDfkWmcNB6R0tpvzo781.png','name':'Screen Yorkshire','origin_country':'GB'},{'id':3519,'logo_path':null,'name':'Big Arty Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2006-09-12","8176544","101","[{'iso_639_1':'en','name':'English'}]","Released","Run with the crowd, stand alone, you decide.","This Is England","false","7.5","593" +"false","/ipEenLpAyNJZUrzQHBw3fdurcm0.jpg","null","2700000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","","10017","tt0092240","en","The Wraith","Packard Walsh and his motorized gang control and terrorize an Arizona desert town where they force drivers to drag-race so they can 'win' their vehicles. After Walsh beats the decent teenager Jamie Hankins to death after finding him with his girlfriend, a mysterious power creates Jake Kesey, an extremely cool motor-biker who has a car which is invincible. Jake befriends Jamie's girlfriend Keri Johnson, takes Jamie's sweet brother Bill under his wing and manages what Sheriff Loomis couldn't; eliminate Packard's criminal gang the hard way...","7.57","/nto3xzuYHH0STlQeIyKw8z0sQK0.jpg","[{'id':10165,'logo_path':null,'name':'New Century Entertainment Corporation','origin_country':''},{'id':10166,'logo_path':null,'name':'Alliance Entertainment','origin_country':''},{'id':59346,'logo_path':null,'name':'Turbo Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CA','name':'Canada'}]","1986-11-21","3500000","93","[{'iso_639_1':'en','name':'English'}]","Released","He's not from around here...","The Wraith","false","6","160" +"false","/uTODVVo2EDocnrtvdlOvQw1bO2R.jpg","null","20000000","[{'id':35,'name':'Comedy'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","","107985","tt1213663","en","The World's End","Five friends who reunite in an attempt to top their epic pub crawl from 20 years earlier unwittingly become humankind's only hope for survival.","10.727","/9DBKqINsayQRZU0Ry0HFjeps5XJ.jpg","[{'id':10146,'logo_path':'/xnFIOeq5cKw09kCWqV7foWDe4AA.png','name':'Focus Features','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':443,'logo_path':'/deewJi8ncCh6Sc2STL91wvZ4O5X.png','name':'Big Talk Productions','origin_country':'GB'},{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2013-07-18","46089287","109","[{'iso_639_1':'en','name':'English'}]","Released","Good food. Fine ales. Total Annihilation.","The World's End","false","6.7","2842" +"false","/eztUzxFzMGpmVlsURdAojWfPxjg.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.theworldmadestraightmovie.com/","289716","tt2420166","en","The World Made Straight","In a rural Appalachian community haunted by the legacy of a Civil War massacre, a rebellious young man struggles to escape the violence that would bind him to the past.","2.362","/wQbqtoASIo8JAwMxycBgnp1Iisc.jpg","[{'id':738,'logo_path':null,'name':'Myriad Pictures','origin_country':'US'},{'id':38284,'logo_path':null,'name':'Bifrost Pictures','origin_country':''},{'id':14037,'logo_path':null,'name':'Dreambridge Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-01-09","0","119","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'tr','name':'T??rk??e'}]","Released","For blood. For money. For a way out.","The World Made Straight","false","5.5","26" +"false","/4xAb2zAe5Pmno928hBQqff4RVwr.jpg","{'id':645,'name':'James Bond Collection','poster_path':'/HORpg5CSkmeQlAolx3bKMrKgfi.jpg','backdrop_path':'/6VcVl48kNKvdXOZfJPdarlUGOsk.jpg'}","135000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://www.mgm.com/view/movie/231/The-World-Is-Not-Enough/","36643","tt0143145","en","The World Is Not Enough","Greed, revenge, world dominance and high-tech terrorism ??? it's all in a day's work for Bond, who's on a mission to protect a beautiful oil heiress from a notorious terrorist. In a race against time that culminates in a dramatic submarine showdown, Bond works to defuse the international power struggle that has the world's oil supply hanging in the balance.","17.513","/aPfALBxfgx2tsbTwRMR1MbNHSvn.jpg","[{'id':7576,'logo_path':'/oYcUi1byZ312Z3xiz5ojz9RQLND.png','name':'Eon Productions','origin_country':'GB'},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1999-11-17","361832400","128","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","As the countdown begins for the new millennium there is still one number you can always count on.","The World Is Not Enough","false","6.2","1395" +"false","/danXDS9yif7sG1giWcsgOEgTehX.jpg","null","17000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","11307","tt0084917","en","The World According to Garp","Based on the John Irving novel, this film chronicles the life of T S Garp, and his mother, Jenny. Whilst Garp sees himself as a ""serious"" writer, Jenny writes a feminist manifesto at an opportune time, and finds herself as a magnet for all manner of distressed women.","7.692","/OppguotVAHv2UEqMvVOVwSoH4Y.jpg","[{'id':8792,'logo_path':null,'name':'Pan Arts','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1982-08-13","29712172","136","[{'iso_639_1':'en','name':'English'}]","Released","Robin Williams is Garp. He's got a funny way of looking at life.","The World According to Garp","false","6.9","139" +"false","/tH5oFO4L3NblqiOaOb70G9AbGtB.jpg","null","6000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.thewordsmovie.com/","83686","tt1840417","en","The Words","The Words follows young writer Rory Jansen who finally achieves long sought after literary success after publishing the next great American novel. There's only one catch - he didn't write it. As the past comes back to haunt him and his literary star continues to rise, Jansen is forced to confront the steep price that must be paid for stealing another man's work, and for placing ambition and success above life's most fundamental three words.","7.524","/iNDSm5wcdmtfKsMM7nE8XhJUBl7.jpg","[{'id':5490,'logo_path':'/xuJSR4dWsvkE194aemIJwflyNF2.png','name':'CBS Films','origin_country':'US'},{'id':12545,'logo_path':null,'name':'Also Known As Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-09-07","13231461","96","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","There's more than one way to take a life.","The Words","false","6.6","611" +"false","/v7d5LDcIhNn9j3wWeSWp1mesgBe.jpg","null","1688000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","22490","tt0032143","en","The Women","A happily married woman lets her catty friends talk her into divorce when her husband strays.","3.802","/wMTbDI60uvt7ecLZ301XEE8mAOo.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1939-01-01","2270000","133","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","It's all about men!","The Women","false","7","44" +"false","/y0L24lZ8HGMsG0G1yKEtgH6MOs2.jpg","{'id':315560,'name':'The Woman in Black Collection','poster_path':'/z1aWCqlbehsnpitHkvEk5W4TRyx.jpg','backdrop_path':'/pw8JrqNceLQ82KWZpHg5VghWTqn.jpg'}","17000000","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://womaninblack.com/","65086","tt1596365","en","The Woman in Black","The story follows a young lawyer, Arthur Kipps, who is ordered to travel to a remote village and sort out a recently deceased client???s papers. As he works alone in the client???s isolated house, Kipps begins to uncover tragic secrets, his unease growing when he glimpses a mysterious woman dressed only in black. Receiving only silence from the locals, Kipps is forced to uncover the true identity of the Woman in Black on his own, leading to a desperate race against time when he discovers her true identity.","12.727","/y4Z9m5jbPhFAEMWsMHo71Bh1vzi.jpg","[{'id':11448,'logo_path':'/twhX9HMUuGW4Mhb45AyWDhRqkvR.png','name':'Exclusive Media','origin_country':'US'},{'id':1314,'logo_path':'/gQBluDqe6dc2ZdzfJbabEHoSGoG.png','name':'Hammer Film Productions','origin_country':'GB'},{'id':2452,'logo_path':'/6CLoZ59fLPG7UyxQtGTqRevjf58.png','name':'UK Film Council','origin_country':'GB'},{'id':2514,'logo_path':null,'name':'Alliance Films','origin_country':''},{'id':8989,'logo_path':null,'name':'Talisman Productions','origin_country':''},{'id':10246,'logo_path':'/rREvQNWAxkDfY9CDn2c5YxEMPdP.png','name':'Cross Creek Pictures','origin_country':'US'},{'id':18230,'logo_path':null,'name':'Filmgate Films','origin_country':'SE'},{'id':2801,'logo_path':'/bswb1PLLsKDUXMLgy42bZtCtIde.png','name':'Film i V??st','origin_country':'SE'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'SE','name':'Sweden'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2012-02-03","127730736","95","[{'iso_639_1':'en','name':'English'}]","Released","What did they see?","The Woman in Black","false","6.1","2042" +"false","/zZAJke7HMmQfc52L1AzvQkmMR3e.jpg","{'id':315560,'name':'The Woman in Black Collection','poster_path':'/z1aWCqlbehsnpitHkvEk5W4TRyx.jpg','backdrop_path':'/pw8JrqNceLQ82KWZpHg5VghWTqn.jpg'}","1000000","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'},{'id':18,'name':'Drama'}]","","288158","tt2339741","en","The Woman in Black 2: Angel of Death","40 years after the first haunting at Eel Marsh House, a group of children evacuated from WWII London arrive, awakening the house's darkest inhabitant.","8.302","/kzWRtyMtazWA22LJXA64KKZ3slY.jpg","[{'id':829,'logo_path':'/mzpAmEQ5P1gFvdRoNyCk9q8ngiv.png','name':'Vertigo Entertainment','origin_country':'US'},{'id':1314,'logo_path':'/gQBluDqe6dc2ZdzfJbabEHoSGoG.png','name':'Hammer Film Productions','origin_country':'GB'},{'id':2514,'logo_path':null,'name':'Alliance Films','origin_country':''},{'id':8989,'logo_path':null,'name':'Talisman Productions','origin_country':''},{'id':11448,'logo_path':'/twhX9HMUuGW4Mhb45AyWDhRqkvR.png','name':'Exclusive Media','origin_country':'US'},{'id':40107,'logo_path':null,'name':'Da Vinci Media Ventures','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CA','name':'Canada'}]","2014-12-30","26501323","90","[{'iso_639_1':'en','name':'English'}]","Released","She Never Left","The Woman in Black 2: Angel of Death","false","5.1","608" +"false","/vrQUd5yjD86aGyc2AFPBKnHpJ7g.jpg","{'id':534180,'name':'Dead River','poster_path':null,'backdrop_path':null}","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'}]","","65599","tt1714208","en","The Woman","A lawyer puts his family in jeopardy when he captures the last member of a violent clan and tries to forcibly tame her.","5.934","/uLH2rtHFJatxbXtUZfBhP8pJmGu.jpg","[{'id':5574,'logo_path':null,'name':'Moderncin??','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-10-14","0","102","[{'iso_639_1':'en','name':'English'}]","Released","Not every monster lives in the wild.","The Woman","false","6","219" +"false","/oFyaTmJ5ZPPl16uB4Ry9pWKvtDc.jpg","{'id':453993,'name':'The Wolverine Collection','poster_path':'/c18HVnKTybcAUYVQd8rOcdbqwY.jpg','backdrop_path':'/QtSxEuCwcZSfCTMZfER3nHDVsG.jpg'}","120000000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'}]","http://www.thewolverinemovie.com","76170","tt1430132","en","The Wolverine","Wolverine faces his ultimate nemesis - and tests of his physical, emotional, and mortal limits - in a life-changing voyage to modern-day Japan.","3.549","/iTST6DcLhfufWYUKCOskkusaYUq.jpg","[{'id':431,'logo_path':null,'name':'The Donners' Company','origin_country':'US'},{'id':7505,'logo_path':'/837VMM4wOkODc1idNxGT0KQJlej.png','name':'Marvel Entertainment','origin_country':'US'},{'id':9168,'logo_path':'/hQNXrYIuyLRxMSBuGHk0GX7CCBS.png','name':'Bad Hat Harry Productions','origin_country':'US'},{'id':10893,'logo_path':null,'name':'Big Screen Productions','origin_country':''},{'id':22213,'logo_path':'/qx9K6bFWJupwde0xQDwOvXkOaL8.png','name':'TSG Entertainment','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2013-07-23","415440673","126","[{'iso_639_1':'en','name':'English'}]","Released","When he's most vulnerable, he's most dangerous.","The Wolverine","false","6.3","5969" +"false","/kUXciLXDo2Igxw9PDPhXWIDkA5E.jpg","null","150000000","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':14,'name':'Fantasy'}]","http://www.thewolfmanmovie.com/","7978","tt0780653","en","The Wolfman","Lawrence Talbot, an American man on a visit to Victorian London to make amends with his estranged father, gets bitten by a werewolf and, after a moonlight transformation, leaves him with a savage hunger for flesh.","13.48","/igiSz8bGHE0BegZ8xvlokAQgAk3.jpg","[{'id':4403,'logo_path':null,'name':'Stuber Productions','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-02-11","0","102","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","When the moon is full the legend comes to life","The Wolfman","false","5.7","972" +"false","/rP36Rx5RQh0rmH2ynEIaG8DxbV2.jpg","null","100000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","http://www.thewolfofwallstreet.com/","106646","tt0993846","en","The Wolf of Wall Street","A New York stockbroker refuses to cooperate in a large securities fraud case involving corruption on Wall Street, corporate banking world and mob infiltration. Based on Jordan Belfort's autobiography.","21.983","/vK1o5rZGqxyovfIhZyMELhk03wO.jpg","[{'id':14654,'logo_path':null,'name':'EMJAG Productions','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':19177,'logo_path':null,'name':'Red Granite Pictures','origin_country':''},{'id':562,'logo_path':'/k3NsSdV854UX4zEReX1dl1Psxbb.png','name':'Appian Way','origin_country':'US'},{'id':23243,'logo_path':null,'name':'Sikelia Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-12-25","392000694","180","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","EARN. SPEND. PARTY.","The Wolf of Wall Street","false","7.9","11847" +"false","/pU2hNUkFAiq6HC8vUhnpRVcvH4G.jpg","null","2777000","[{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","http://thewizardofoz.warnerbros.com/","630","tt0032138","en","The Wizard of Oz","Young Dorothy finds herself in a magical world where she makes friends with a lion, a scarecrow and a tin man as they make their way along the yellow brick road to talk with the Wizard and ask for the things they miss most in their lives. The Wicked Witch of the West is the only thing that could stop them.","14.115","/tKEHoKPZv3af0Pn3poaOLHOJ6NM.jpg","[{'id':31892,'logo_path':null,'name':'Loew's Incorporated','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1939-08-15","33754967","102","[{'iso_639_1':'en','name':'English'}]","Released","We're off to see the Wizard, the wonderful Wizard of Oz!","The Wizard of Oz","false","7.5","2851" +"false","/k9NSgeBIx50BEMRSUyYPUOYxsqb.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","14815","tt0073906","en","The Wind and the Lion","At the beginning of the 20th century an American woman is abducted in Morocco by Berbers. The attempts to free her range from diplomatic pressure to military intervention.","4.414","/f2R11Ys1asseqyp5fnIMFC6ytE4.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1975-10-26","0","119","[{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'en','name':'English'}]","Released","Between the wind and the lion is the woman. For her, half the world may go to war.","The Wind and the Lion","false","6.9","66" +"false","/1piVIXxS4K5JVmEIkl1b10Yg3R3.jpg","null","40000000","[{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'},{'id':18,'name':'Drama'}]","https://www.warnerbros.com/wicker-man","9708","tt0450345","en","The Wicker Man","A sheriff investigating the disappearance of a young girl from a small island discovers there's a larger mystery to solve among the island's secretive, neo-pagan community.","8.004","/aeQ65vYvOCRmeO0uaVnjHOiDrXZ.jpg","[{'id':1088,'logo_path':'/9WOE5AQUXbOtLU6GTwfjS8OMF0v.png','name':'Alcon Entertainment','origin_country':'US'},{'id':831,'logo_path':null,'name':'Saturn Films','origin_country':'US'},{'id':10405,'logo_path':null,'name':'Emmett/Furla Films','origin_country':'US'},{'id':10885,'logo_path':null,'name':'Equity Pictures Medienfonds GmbH & Co. KG III','origin_country':''},{'id':1063,'logo_path':'/fpVBhNnopOZwGuF0gg99oBHp1ht.png','name':'Brightlight Pictures','origin_country':'CA'},{'id':20453,'logo_path':null,'name':'Wicker Man Productions','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':1020,'logo_path':'/kuUIHNwMec4dwOLghDhhZJzHZTd.png','name':'Millennium Films','origin_country':'US'},{'id':925,'logo_path':'/dIb9hjXNOkgxu4kBWdIdK8nM4w.png','name':'Nu Image','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'CA','name':'Canada'}]","2006-09-01","38755073","102","[{'iso_639_1':'en','name':'English'}]","Released","Some sacrifices must be made","The Wicker Man","false","4.2","626" +"false","/mc0AliG8xI0JMg4sOPeLeQSIyLN.jpg","null","60000","[{'id':27,'name':'Horror'}]","","23506","tt0066578","en","The Wizard of Gore","A TV talk-show hostess and her boyfriend investigate a shady magician whom has the ability to hypnotize and control the thoughts of people in order to stage gory on-stage illusions using his powers of mind bending.","1.514","/iwxy0zDWuESfjsba0llIhmREpDb.jpg","[{'id':61827,'logo_path':null,'name':'Mayflower Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1970-10-23","0","95","[{'iso_639_1':'en','name':'English'}]","Released","Is It Magic? Or Wholesale Slaughter?","The Wizard of Gore","false","5","36" +"false","/7cb8HXMXztytgv8xnglmhLRwBhk.jpg","null","658625","[{'id':27,'name':'Horror'}]","http://www.rialtopictures.com/catalogue/the-wicker-man-final-cut","16307","tt0070917","en","The Wicker Man","Police sergeant Neil Howie is called to an island village in search of a missing girl whom the locals claim never existed. Stranger still, however, are the rituals that take place there.","7.359","/9kHTypiwFGjqa6N4oT8fv3lB3VW.jpg","[{'id':632,'logo_path':null,'name':'British Lion Films','origin_country':'GB'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1973-12-01","0","88","[{'iso_639_1':'en','name':'English'}]","Released","Flesh to touch...Flesh to burn! Don't keep the Wicker Man waiting!","The Wicker Man","false","7.3","486" +"false","/qLDwXaDnVIJotha6rI8ZBWCmXbb.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","http://www.thewhistleblower-movie.com/","65760","tt0896872","en","The Whistleblower","Based on the experiences of Nebraska cop Kathryn Bolkovac (Rachel Weisz) who discovers a deadly sex trafficking ring while serving as a U.N. peacekeeper in post-war Bosnia. Risking her own life to save the lives of others, she uncovers an international conspiracy that is determined to stop her, no matter the cost.","7.613","/vLirzgP5DxW3Ws3z7l2xNQ083TA.jpg","[{'id':4908,'logo_path':null,'name':'First Generation Films','origin_country':''},{'id':6667,'logo_path':null,'name':'Mandalay Vision','origin_country':''},{'id':9118,'logo_path':'/9o6KLcDBRw3fNItUflJVwj8dZpC.png','name':'Samuel Goldwyn Films','origin_country':'US'},{'id':14635,'logo_path':null,'name':'Primary Productions','origin_country':''},{'id':22815,'logo_path':null,'name':'Barry Films','origin_country':''},{'id':24012,'logo_path':null,'name':'Indomitable Entertainment','origin_country':'US'},{'id':64824,'logo_path':null,'name':'Whistleblower (Gen One)','origin_country':''},{'id':6626,'logo_path':'/A1BnMoWjzjOrjzpWimyBQkf84mS.png','name':'Voltage Pictures','origin_country':'US'},{'id':24007,'logo_path':null,'name':'Sunrise Pictures','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'DE','name':'Germany'}]","2010-09-13","0","112","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ro','name':'Rom??n??'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'sr','name':'Srpski'}]","Released","Nothing is more dangerous than the truth.","The Whistleblower","false","6.7","261" +"false","/aNIgX2pw1UD1uBszje6LoNS977s.jpg","null","0","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","http://www.cthulhulives.org/whisperer/index.html","87178","tt1498878","en","The Whisperer in Darkness","Written in 1931, H.P. Lovecraft's iconic genre-bending tale of suspense and alien terrors is brought to life in the style of the classic horror films of the 1930s like Frankenstein, Dracula and King Kong. Using its Mythoscope??? process ??? a mix of vintage and modern techniques ??? the H.P. Lovecraft Historical Society expands on Lovecraft's original tale while still bringing you unparalleled authenticity. Horror and science fiction collide in the adventure of Albert Wilmarth, a folklore professor at Miskatonic University, as he investigates legends of strange creatures rumored to dwell in the most remote mountains of Vermont. Wilmarth???s investigation leads him to a discovery of horrors quite beyond anything he ever imagined, and ends in a desperate attempt to escape the remote New England hills with his life and sanity intact.","2.633","/hbWnkjan4wNupebEjTTZjrJz2ti.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-03-12","0","104","[{'iso_639_1':'en','name':'English'}]","Released","","The Whisperer in Darkness","false","6.6","41" +"false","/sWGFvPVwfzMu8o259fA2j76m2uI.jpg","null","18000000","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","","11003","tt0120888","en","The Wedding Singer","Robbie, a local rock star turned wedding singer, is dumped on the day of his wedding. Meanwhile, waitress Julia finally sets a wedding date with her fianc??e Glenn. When Julia and Robbie meet and hit it off, they find that things are more complicated than anybody thought.","9.137","/t4M6RrwBQKTqbnG9vqG339G7FCC.jpg","[{'id':3929,'logo_path':null,'name':'Robert Simonds Productions','origin_country':''},{'id':4286,'logo_path':null,'name':'Juno Pix','origin_country':''},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-02-13","123306987","95","[{'iso_639_1':'en','name':'English'}]","Released","He's gonna party like it's 1985.","The Wedding Singer","false","6.6","853" +"false","/ZpVK4T1Ooxk2f4x1enJAMZ6b5M.jpg","null","23000000","[{'id':35,'name':'Comedy'}]","","252838","tt0884732","en","The Wedding Ringer","Doug Harris is a loveable but socially awkward groom-to-be with a problem: he has no best man. With less than two weeks to go until he marries the girl of his dreams, Doug is referred to Jimmy Callahan, owner and CEO of Best Man, Inc., a company that provides flattering best men for socially challenged guys in need. What ensues is a hilarious wedding charade as they try to pull off the big con, and an unexpected budding bromance between Doug and his fakebest man Jimmy.","14.013","/u3gLkiOpkNb01r7yvrbbOfBJv3R.jpg","[{'id':3287,'logo_path':'/bz6GbCQQXGNE56LTW9dwgksW0Iw.png','name':'Screen Gems','origin_country':'US'},{'id':34034,'logo_path':null,'name':'LStar Capital','origin_country':'US'},{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-01-16","79799880","101","[{'iso_639_1':'en','name':'English'}]","Released","He's the best man... money can buy.","The Wedding Ringer","false","6.5","928" +"false","/dZEylouDXKXDNLRG5HKEu05ZOVY.jpg","null","750000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","254047","tt2199251","en","The Wedding Pact","Two best friends in college Mitch and Elizabeth make a pact that if in ten years after graduation they are both not married they will marry each other. Ten years later Mitch (still single) finds out Elizabeth never got married so he decides to travel across the country, find her and follow through on their pact. What he soon realizes is it wont be a simple as he thought.","1.757","/gNbaMdAtYaTVEOmrSGsTa8iVzwp.jpg","[{'id':10962,'logo_path':null,'name':'Freefall Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-02-04","0","91","[{'iso_639_1':'en','name':'English'}]","Released","Who remembers those crazy promises you made in college? ...He did.","The Wedding Pact","false","4.6","37" +"false","/kRoNmqktn8bHKAVwNP79bNeRI0d.jpg","null","20000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","6963","tt0384680","en","The Weather Man","A Chicago weather man, separated from his wife and children, debates whether professional and personal success are mutually exclusive.","8.352","/g36DKoIbvdhSpngVel9U8rAO3el.jpg","[{'id':11930,'logo_path':null,'name':'Kumar Mobiliengesellschaft mbH & Co. Projekt Nr. 2 KG','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':1423,'logo_path':'/9KSoL1oEQaBSPLwEhoZZRoxTzyx.png','name':'Escape Artists','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2005-10-20","12482775","101","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'cs','name':'??esk??'}]","Released","Dave Spritz is about to take his best shot . . . at life","The Weather Man","false","6.1","458" +"false","/iGDiVgC05xjlOXuTkEOEJqG6gAx.jpg","null","4600000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","147773","tt1727388","en","The Way Way Back","Over the course of his summer break, a teenager comes into his own thanks in part to the friendship he strikes up with one of the park's managers.","7.511","/cCA0ZPetEWYn7dbe6MHDwjue4UZ.jpg","[{'id':14319,'logo_path':'/z5jJhK1AMbr47CLVqsB4HpIBtHd.png','name':'Sycamore Pictures','origin_country':'US'},{'id':3263,'logo_path':'/z0fbODSLBptxVKekL0950Lr71zU.png','name':'OddLot Entertainment','origin_country':'US'},{'id':14320,'logo_path':null,'name':'The Walsh Company','origin_country':''},{'id':36208,'logo_path':null,'name':'What Just Happened Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-06-06","23198652","103","[{'iso_639_1':'en','name':'English'}]","Released","We've all been there.","The Way Way Back","false","7.1","1008" +"false","/TXWZrzM8AG0jHEJPlDOVojldZh.jpg","null","30000000","[{'id':18,'name':'Drama'},{'id':12,'name':'Adventure'},{'id':36,'name':'History'}]","http://thewaybackthemovie.com/","49009","tt1023114","en","The Way Back","Peter Weir's follow-up to Master & Commander (2003) is the stark & brilliant The Way Back, which takes on the theme of man's struggle for freedom. At the dawn of WWII, several men escape from a Russian gulag. The film details their perilous & uncertain journey to freedom, as they cross deserts, mountains, & several nations.","10.525","/5lPRuICgmMmdrBr6qMNl80psEGo.jpg","[{'id':76067,'logo_path':null,'name':'Kontsept Film Company','origin_country':''},{'id':6736,'logo_path':null,'name':'Imagenation Abu Dhabi FZ','origin_country':''},{'id':13920,'logo_path':null,'name':'Exclusive Films','origin_country':''},{'id':18392,'logo_path':null,'name':'Monolith Films','origin_country':''},{'id':23992,'logo_path':null,'name':'On the Road','origin_country':''},{'id':23993,'logo_path':null,'name':'Point Blank Productions','origin_country':''},{'id':7521,'logo_path':'/fRqMjLjyAqThtEg9P9WKCXLmCpJ.png','name':'National Geographic','origin_country':'US'}]","[{'iso_3166_1':'PL','name':'Poland'},{'iso_3166_1':'AE','name':'United Arab Emirates'},{'iso_3166_1':'US','name':'United States of America'}]","2010-09-03","20348249","133","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pl','name':'Polski'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Their escape was just the beginning.","The Way Back","false","6.9","736" +"false","/lvENbhrW0MfVkg47SHvmQ2FDvKi.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","","28916","tt0037449","en","The Way Ahead","A mismatched collection of conscripted civilians find training tough under Lieutenant Jim Perry and Sergeant Ned Fletcher when they are called up to replace an infantry battalion that had suffered casualties at Dunkirk.","2.025","/A529kHOaBv85X2CN7LGMQFKfc12.jpg","[{'id':4006,'logo_path':null,'name':'Two Cities Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1944-06-09","0","115","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'de','name':'Deutsch'}]","Released","From Workers ??? To Warriors","The Way Ahead","false","6.5","16" +"false","/4T19NwraJTDpc3QV5tM6FPP25VV.jpg","null","4000000","[{'id':10751,'name':'Family'},{'id':36,'name':'History'}]","http://www.hallmarkchannel.com/thewatsonsgotobirmingham","225935","tt2866296","en","The Watsons Go to Birmingham","In the Summer of 1963, Flint, Michigan is home to the Watsons, a close knit family. When 15 year-old Byron???s antics go over the top, his parents realize enough is enough and they decide the family needs a dose of Grandma Sands' no nonsense approach in Birmingham, Alabama. So the Watsons load up their 1948 Plymouth Brown Bomber and head South. When they finally make it to Birmingham, they meet Grandma Sands and her friend, Mr. Robert and discover that life is very different there than in Flint. During that historic summer, the Watsons find themselves caught up in something far bigger than Byron???s antics; something that will change their lives and country forever.","0.986","/wP2vmxEG8PXB68EUEksmWY8iOMc.jpg","[{'id':17145,'logo_path':null,'name':'Tonik Productions','origin_country':''},{'id':17146,'logo_path':null,'name':'WGTB Productions','origin_country':''},{'id':10221,'logo_path':'/99VfWRgKasZoyK9UVB39gnYvFrZ.png','name':'Walden Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-09-20","0","84","[{'iso_639_1':'en','name':'English'}]","Released","","The Watsons Go to Birmingham","false","7.7","9" +"false","/dztyK9ANihFQjgMshT6czMyQio2.jpg","null","23000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","10663","tt0120484","en","The Waterboy","Bobby Boucher is a water boy for a struggling college football team. The coach discovers Boucher's hidden rage makes him a tackling machine whose bone-crushing power might vault his team into the playoffs.","8.398","/wZKa2NZgEKJ85NoO2cQ7xzj8eBn.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-11-06","185991646","90","[{'iso_639_1':'en','name':'English'}]","Released","You can mess with him. But don't mess with his water.","The Waterboy","false","5.9","840" +"false","/38hCX4iAIvyLxL99CefPs7RO6Ys.jpg","null","40000000","[{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","http://www.thewaterhorse.com/","54318","tt0760329","en","The Water Horse","A lonely boy discovers a mysterious egg that hatches a sea creature of Scottish legend.","10.429","/i1DU0Nux6CozY1uEjyz5uCWBxhc.jpg","[{'id':497,'logo_path':'/pMyhOBd3sCiLzBlmIopdJkcUFtn.png','name':'Revolution Studios','origin_country':''},{'id':10221,'logo_path':'/99VfWRgKasZoyK9UVB39gnYvFrZ.png','name':'Walden Media','origin_country':'US'},{'id':10157,'logo_path':null,'name':'Beacon Pictures','origin_country':''},{'id':1267,'logo_path':'/j3kXC0bEn4vxrIyUApeKBtSUu9w.png','name':'Ecosse Films','origin_country':'GB'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'AU','name':'Australia'}]","2007-12-25","103071443","112","[{'iso_639_1':'en','name':'English'}]","Released","How Do You Keep A Secret This Big?","The Water Horse","false","6.4","494" +"false","/hbdmshT7BvCEh4geXohD5fmVbJ3.jpg","null","22500000","[{'id':10752,'name':'War'},{'id':18,'name':'Drama'}]","http://www.thewaterdiviner.com/","256917","tt3007512","en","The Water Diviner","In 1919, Australian farmer Joshua Connor travels to Turkey to discover the fate of his three sons, reported missing in action. Holding on to hope, Joshua must travel across the war-torn landscape to find the truth and his own peace.","9.042","/kIlVtC22BDNiiAiCvSZoOS7FhY9.jpg","[{'id':40309,'logo_path':null,'name':'Fear of God Films','origin_country':''},{'id':21079,'logo_path':null,'name':'Hopscotch Features','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'US','name':'United States of America'}]","2014-12-25","15520023","112","[{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'tr','name':'T??rk??e'},{'iso_639_1':'el','name':'????????????????'},{'iso_639_1':'en','name':'English'}]","Released","To honour a promise. To find his sons. To make his peace.","The Water Diviner","false","6.8","662" +"false","/2mVGExprEkZAwOmYOi9dJkyX9Mq.jpg","null","68000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'}]","","80035","tt1298649","en","The Watch","Four everyday suburban guys come together as an excuse to escape their humdrum lives one night a week. But when they accidentally discover that their town has become overrun with aliens posing as ordinary suburbanites, they have no choice but to save their neighborhood - and the world - from total extermination.","11.075","/llVq0170tBmPCcqVuFnV7CilrLj.jpg","[{'id':6332,'logo_path':null,'name':'Dune Entertainment III','origin_country':'US'},{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'},{'id':2575,'logo_path':'/9YJrHYlcfHtwtulkFMAies3aFEl.png','name':'21 Laps Entertainment','origin_country':'US'},{'id':290,'logo_path':'/Q8mw2AOQQc8Qg0uNwLWq86DVZv.png','name':'Ingenious Media','origin_country':'GB'},{'id':289,'logo_path':null,'name':'Ingenious Film Partners','origin_country':''},{'id':37336,'logo_path':null,'name':'Down Productions','origin_country':''},{'id':10893,'logo_path':null,'name':'Big Screen Productions','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-07-26","68267862","98","[{'iso_639_1':'en','name':'English'}]","Released","Got Protection?","The Watch","false","5.4","1323" +"false","/4UgcvHZtHUfC99BS7ptSQic32Zm.jpg","null","42000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'},{'id':37,'name':'Western'},{'id':53,'name':'Thriller'}]","http://www.iamrogue.com/thewarriorsway","46528","tt1032751","en","The Warrior's Way","An Asian assassin (Dong-gun Jang) is forced to hide in a small town in the American Badlands. Also starring Kate Bosworth, Danny Huston, Tony Cox and Academy Award winner Geoffrey Rush.","6.113","/ev5Einzgi2OFxPllt81DxBnfBSu.jpg","[{'id':2965,'logo_path':null,'name':'Boram Entertainment Inc.','origin_country':''}]","[{'iso_3166_1':'NZ','name':'New Zealand'},{'iso_3166_1':'KR','name':'South Korea'}]","2010-12-02","11087569","100","[{'iso_639_1':'en','name':'English'}]","Released","Assassin. Hero. Legend.","The Warrior's Way","false","6.2","195" +"false","/fUjpEhOXlHj1Ru6dkpgjhTl64Dt.jpg","null","26000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","249","tt0098621","en","The War of the Roses","The Roses, Barbara and Oliver, live happily as a married couple. Then she starts to wonder what life would be like without Oliver, and likes what she sees. Both want to stay in the house, and so they begin a campaign to force each other to leave. In the middle of the fighting is D'Amato, the divorce lawyer. He gets to see how far both will go to get rid of the other, and boy do they go far.","8.623","/9VWwYsuXhRImUtrJGvN6bYJB2He.jpg","[{'id':216,'logo_path':null,'name':'Jersey Films','origin_country':''},{'id':18,'logo_path':'/uqhagSwM7NAkQWVCQhKTyoqF8XH.png','name':'Gracie Films','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-12-08","160188546","116","[{'iso_639_1':'en','name':'English'}]","Released","Once in a lifetime comes a motion picture that makes you feel like falling in love all over again. This is not that movie.","The War of the Roses","false","6.8","489" +"false","/uz5uUsckJLEGjoEt2tcxVaY0ash.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10749,'name':'Romance'},{'id':10752,'name':'War'}]","","42664","tt0059896","en","The War Lord","A knight in the service of a duke goes to a coastal villiage where an earlier attempt to build a defensive castle has failed. He begins to rebuild the duke's authority in the face of the barbarians at the border and is making progress until he falls in love with one of the local women.","3.694","/304E9xSld7bhsqaG83zcdbxxoS3.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1965-11-17","0","123","[{'iso_639_1':'en','name':'English'}]","Released","He Battled Two Empires For The Love Of One Woman.","The War Lord","false","6.1","23" +"false","/bpZUrnJaZRtIAImqyqSxkOSnhEe.jpg","null","0","[{'id':18,'name':'Drama'}]","http://lantern-media.com/BronxGangs-Wanderers.htm","233","tt0080117","en","The Wanderers","The streets of the Bronx are owned by '60s youth gangs where the joy and pain of adolescence is lived. Philip Kaufman tells his take on the novel by Richard Price about the history of the Italian-American gang ???The Wanderers.???","7.187","/oedFtX9hZZWpD7L5wkD0WxSteY2.jpg","[{'id':14150,'logo_path':null,'name':'Orion Pictures Corporation','origin_country':''},{'id':14772,'logo_path':null,'name':'Warner Bros. Home Entertainment Group','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1979-07-13","23000000","117","[{'iso_639_1':'en','name':'English'}]","Released","It was the Wanderer's Against The World...","The Wanderers","false","7.4","80" +"false","/u2G5AS8F3VBcCGheg6dnMjqdQzA.jpg","null","6000000","[{'id':18,'name':'Drama'}]","http://www.sonyclassics.com/thewackness/","13990","tt1082886","en","The Wackness","Set in New York City in the sweltering summer, The Wackness tells the story of a troubled teenage drug dealer, who trades pot for therapy sessions with a drug-addled psychiatrist. Things get more complicated when he falls for one of his classmates, who just happens to be the doctors daughter. This is a coming-of-age story about sex, drugs, music and what it takes to be a man.","7.549","/u6CTOWpM2Se4rpuLfmlZUlBfs8N.jpg","[{'id':11665,'logo_path':null,'name':'SBK Pictures','origin_country':''},{'id':25838,'logo_path':null,'name':'Occupant Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-07-03","2899975","99","[{'iso_639_1':'en','name':'English'}]","Released","","The Wackness","false","6.4","155" +"false","/cfp28CJU7Xak3MEjjIMkZLkTtIW.jpg","null","30000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","72570","tt1606389","en","The Vow","Happy young married couple Paige and Leo are, well, happy. Then a car accident puts Paige into a life-threatening coma. Upon awakening she has lost the previous five years of memories, including those of her beloved Leo, her wedding, a confusing relationship with her parents, or the ending of her relationship with her ex-fiance. Despite these complications, Leo endeavors to win her heart again and rebuild their marriage.","12.688","/qHNjcjKa6VHJsa0Eu0DHl2BaYw3.jpg","[{'id':158,'logo_path':'/6SHlNIype9zmyEMRsBtoueUtLsq.png','name':'Spyglass Entertainment','origin_country':'US'},{'id':3287,'logo_path':'/bz6GbCQQXGNE56LTW9dwgksW0Iw.png','name':'Screen Gems','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-02-05","196114570","104","[{'iso_639_1':'en','name':'English'}]","Released","","The Vow","false","7.1","2321" +"false","/8eWTq8286Axp3iU3TpjOodTEord.jpg","null","1000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'}]","http://www.supernovafilmsinc.com/film/the-vortex/","290730","tt2112307","en","The Vortex","When a convoy of American soldiers disappears in the Mideast, a Special OPS team is deployed on a search and rescue mission. When they arrive they encounter monstrous over-sized scorpions, spiders and snakes that were created when a former government scientist opened a vortex into another dimension. Now, the team must figure out a way to close the wormhole - but can they close it in time?","1.039","/sI7EQ910gLoVXleHCmF4DYTkh78.jpg","[{'id':38913,'logo_path':null,'name':'Supernova Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-01-01","0","96","[{'iso_639_1':'de','name':'Deutsch'}]","Released","Some Dimensions Should Remain Locked","The Vortex","false","4.1","4" +"false","/3KiBuEKLBAQSyBbWbYXiKK0RXDS.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","244458","tt1567437","en","The Voices","A mentally unhinged factory worker must decide whether to listen to his talking cat and become a killer, or follow his dog's advice to keep striving for normalcy.","9.481","/lmnPpYkSFsuAxnO6WJhQOlVZCA0.jpg","[{'id':8532,'logo_path':null,'name':'1984 Private Defense Contractors','origin_country':''},{'id':6667,'logo_path':null,'name':'Mandalay Vision','origin_country':''},{'id':264,'logo_path':'/fA90qwUKgPhMONqtwY60GaHRyrW.png','name':'Studio Babelsberg','origin_country':'DE'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2014-01-19","0","101","[{'iso_639_1':'en','name':'English'}]","Released","Hearing voices can be murder.","The Voices","false","6.2","865" +"false","/zXRmKdWYwjd8aQfet3dbLvGJHnx.jpg","null","800000","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","54013","tt0080100","en","Stridulum","An ancient intergalactic warrior arrives on Earth to put a stop to a demonic child's plot to reproduce Satan's next generation of evil.","2.513","/tv45081UZKcFmXGbdFRLaOTcRHo.jpg","[{'id':4805,'logo_path':null,'name':'Film Ventures International (FVI)','origin_country':''},{'id':7331,'logo_path':null,'name':'Brouwersgracht Investments','origin_country':''},{'id':42652,'logo_path':null,'name':'Swan American Film','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'US','name':'United States of America'}]","1979-03-14","0","108","[{'iso_639_1':'en','name':'English'}]","Released","They know we are here...","The Visitor","false","4.7","36" +"false","/r5xFJvSw3oEaRQxeYlFVEYA6KwU.jpg","{'id':115142,'name':'Tales from the Crypt Collection','poster_path':'/jjZPZjBywbMZqK1nqSx6zhhk6KZ.jpg','backdrop_path':'/o9Nll2BovcZ9EDmBBMmnHx99wP4.jpg'}","0","[{'id':27,'name':'Horror'}]","","53868","tt0070868","en","The Vault of Horror","The sequel to Tales from the Crypt. Five strangers trapped in a basement vault converse about their recurring nightmares. Their stories include vampires, bodily dismemberment, east Indian mysticism, an insurance scam, and an artist who kills by painting his victims' deaths.","4.558","/g8OmiX8pPRBToSmcT5zNPEhfFpj.jpg","[{'id':15068,'logo_path':null,'name':'Metromedia Producers Corporation (MPC)','origin_country':''},{'id':4630,'logo_path':null,'name':'Amicus Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1973-03-16","0","83","[{'iso_639_1':'en','name':'English'}]","Released","Everything that makes life worth Leaving!","The Vault of Horror","false","6.5","52" +"false","/4se9tOD7rlzVR5DF94UqRgJZzcr.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","1644","tt0108473","en","The Vanishing","A young woman (Sandra Bullock) mysteriously disappears, sending her boyfriend Jeff (Kiefer Sutherland) on a years-long quest to find her. Not even a new love (Nancy Travis) can keep him from his obsessive search. All the while, the calculating psychopath (Jeff Bridges) who kidnapped his girlfriend stalks Jeff, ultimately taking him through the exact same steps that led to the crime. In order to find out what happened, Jeff must put his own life in the hands of this devious stranger.","4.999","/sfgbgbOZUZHRuE3vZ1f1tGOjn8g.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-02-05","0","109","[{'iso_639_1':'en','name':'English'}]","Released","If someone you loved mysteriously vanished how far out of your mind would you go to find them?","The Vanishing","false","6","208" +"false","/c7e3nH3wtSBDrHRB63onrGptl6D.jpg","null","6000000","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","http://www.mgm.com/#/our-titles/2083/The-Usual-Suspects","629","tt0114814","en","The Usual Suspects","Held in an L.A. interrogation room, Verbal Kint attempts to convince the feds that a mythic crime lord, Keyser Soze, not only exists, but was also responsible for drawing him and his four partners into a multi-million dollar heist that ended with an explosion in San Pedro harbor ??? leaving few survivors. Verbal lures his interrogators with an incredible story of the crime lord's almost supernatural prowess.","12.736","/jgJoRWltoS17nD5MAQ1yK2Ztefw.jpg","[{'id':9168,'logo_path':'/hQNXrYIuyLRxMSBuGHk0GX7CCBS.png','name':'Bad Hat Harry Productions','origin_country':'US'},{'id':361,'logo_path':null,'name':'Blue Parrot Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-07-19","23341568","106","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'hu','name':'Magyar'}]","Released","Five Criminals. One Line Up. No Coincidence.","The Usual Suspects","false","8.2","5434" +"false","/4I4v7bcF9fjuWzFSPjfLxZCd5Xn.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","http://www.uninvitedmovie.com","14254","tt0815245","en","The Uninvited","Anna returns home after spending time in a psychiatric facility following her mother's tragic death and discovers that her mother's former nurse, Rachel, has moved into their house and become engaged to her father. Soon after she learns this shocking news, Anna is visited by her mother's ghost, who warns her that Rachel has evil intentions.","11.151","/2EK387xtxj7ypUXKXdoV8RRYXga.jpg","[{'id':384,'logo_path':null,'name':'MacDonald/Parkes Productions','origin_country':''},{'id':829,'logo_path':'/mzpAmEQ5P1gFvdRoNyCk9q8ngiv.png','name':'Vertigo Entertainment','origin_country':'US'},{'id':2363,'logo_path':null,'name':'Cold Spring Pictures','origin_country':''},{'id':2364,'logo_path':'/oZyR5maGM96jReVgW7oJ7mXN8ts.png','name':'The Montecito Picture Company','origin_country':'US'},{'id':23856,'logo_path':null,'name':'Medien 5 Filmproduktion','origin_country':''},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-01-30","41624046","87","[{'iso_639_1':'en','name':'English'}]","Released","Can you believe what you see?","The Uninvited","false","6.3","730" +"false","/nEldfRyUUfhJAnOkBNdhGEpEw2u.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","13573","tt0301976","en","The United States of Leland","A withdrawn young man, Leland Fitzgerald is imprisoned for the murder of a mentally disabled boy, who also happened to be the brother of his girlfriend, Becky. As the community struggles to deal with the killing, Pearl Madison, a teacher at the prison, decides to write about Leland's case. Meanwhile, others affected by the murder, including Becky and her sister, Julie, must contend with their own problems.","6.939","/tYcLARQ223D2YEILTl0Uj2g6eGR.jpg","[{'id':3799,'logo_path':null,'name':'MDP Filmproduktion','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-01-18","343816","108","[{'iso_639_1':'en','name':'English'}]","Released","Crime. Confusion. Compassion. They're all just states of mind.","The United States of Leland","false","6.6","142" +"false","/oNNXMViVHSU5h9aWY2vkm1RU062.jpg","null","0","[{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","","16373","tt0037415","en","The Uninvited","A brother and sister move into an old seaside house they find abandoned for many years on the English coast. Their original enchantment with the house diminishes as they hear stories of the previous owners and meet their daughter (now a young woman) who now lives as a neighbor with her grandfather. Also heard are unexplained sounds during the night. It becomes obvious that the house is haunted.","3.753","/ymPV2ToQUfeo3MxRjHz5kkCIuJA.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1944-02-18","0","99","[{'iso_639_1':'en','name':'English'}]","Released","From the Most Popular Mystery Romance since ""Rebecca""!","The Uninvited","false","7","75" +"false","/4cJv0cghFaJfepzGdOyqeNaJWYb.jpg","null","25000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':53,'name':'Thriller'}]","","117","tt0094226","en","The Untouchables","Young Treasury Agent Elliot Ness arrives in Chicago and is determined to take down Al Capone, but it's not going to be easy because Capone has the police in his pocket. Ness meets Jimmy Malone, a veteran patrolman and probably the most honorable one on the force. He asks Malone to help him get Capone, but Malone warns him that if he goes after Capone, he is going to war.","14.049","/qx4CDBhJDX5LQoVZ8UXPxQy5pt7.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-06-03","76270454","119","[{'iso_639_1':'en','name':'English'}]","Released","What are you prepared to do?","The Untouchables","false","7.7","2644" +"false","/afbpTP5CM2zGa6twcSnbxJVzbjK.jpg","null","2000000","[{'id':27,'name':'Horror'}]","","40241","tt0083261","en","The Unseen","Freelance reporter Jennifer and her two friends, Karen and Vicki, accept an invitation for cheap room and board in a large farmhouse offered by a friendly, but shady, museum owner named Ernest Keller since all the motels in and around town are booked for a holiday parade fair Jennifer is covering. But unknown to the women, some unseen ""thing"" has been living in the basement of the house for over 20 years and is looked after by Keller and his shy sister Virginia, in which the ""thing"" soon gets out and begins harassing and killing the women one by one in various violent, but seemingly accidental, means.","1.56","/66BAwSfIef99UztzXgVBt8sNR4W.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","1980-09-01","0","94","[{'iso_639_1':'en','name':'English'}]","Released","The Ultimate Hidden Terror","The Unseen","false","5.4","24" +"false","/e8Gg3x7XIUZ4kAyKCWawgrmYJBZ.jpg","null","0","[{'id':37,'name':'Western'}]","","18972","tt0065150","en","The Undefeated","After the Civil War, ex-Union Colonel John Henry Thomas and ex-Confederate Colonel James Langdon are leading two disparate groups of people through strife-torn Mexico. John Henry and company are bringing horses to the unpopular Mexican government for $35 a head while Langdon is leading a contingent of displaced southerners, who are looking for a new life in Mexico after losing their property to carpetbaggers. The two men are eventually forced to mend their differences in order to fight off both bandits and revolutionaries, as they try to lead their friends and kin to safety.","3.47","/oORvlfyPDVts6z8nMnaKZ6vJl85.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1969-10-04","0","119","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Across 2000 Miles Of Savage Wasteland... They Lived A Thundering Adventure That Rocked Two Nations!","The Undefeated","false","5.9","43" +"false","/6tiWjJPSwBIiQiosOQ0oqJe8UHB.jpg","null","16000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","http://www.theunbornmovie.net/","13788","tt1139668","en","The Unborn","A young woman fights the spirit that is slowly taking possession of her.","7.379","/dxjxszWxiaYKd5kKoTUpY6jQMzO.jpg","[{'id':134,'logo_path':null,'name':'Rogue Pictures','origin_country':''},{'id':2481,'logo_path':'/nVEP2IHCDOBOldgDL4SSufitN9.png','name':'Platinum Dunes','origin_country':'US'},{'id':423,'logo_path':'/uvA6e2O31qaonsbYd8tjvgqmNXh.png','name':'Phantom Four','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-01-09","76514050","87","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'he','name':'????????????????'}]","Released","Evil will do anything to live.","The Unborn","false","5","673" +"false","/w9Zeo9D6kpdizGKPgFHdrOLYkFE.jpg","null","38000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://www.thetruthisntpretty.com/","20943","tt1142988","en","The Ugly Truth","A romantically challenged morning show producer is reluctantly embroiled in a series of outrageous tests by her chauvinistic correspondent to prove his theories on relationships and help her find love. His clever ploys, however, lead to an unexpected result.","8.61","/xbIEfRy1qLYyChHc3cqaYLIWdVS.jpg","[{'id':126,'logo_path':'/kADPanRDkKTxncPXXVahvHPUvCj.png','name':'Lakeshore Entertainment','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-07-24","205298907","96","[{'iso_639_1':'en','name':'English'}]","Released","The battle of the sexes is on.","The Ugly Truth","false","6.5","1910" +"false","/5IkoX9y5VPPtfw0J0VMB2JgUBHe.jpg","null","0","[{'id':53,'name':'Thriller'}]","","192149","tt1976000","en","The Two Faces of January","A thriller centered on a con artist, his wife, and a stranger who try to flee a foreign country after one of them is caught up in the murder of a private detective.","6.155","/tbpIle72s2cPMlkRaZBOzNkAtG8.jpg","[{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'},{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2014-05-16","4507463","96","[{'iso_639_1':'tr','name':'T??rk??e'},{'iso_639_1':'el','name':'????????????????'},{'iso_639_1':'en','name':'English'}]","Released","A Mysterious Past. An Unspeakable Secret.","The Two Faces of January","false","5.8","385" +"false","/oYStcIMgYyFTxT1GM7EpqcwGRcW.jpg","null","0","[{'id':10752,'name':'War'},{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","14905","tt0120490","en","Welcome to Sarajevo","Follow a group of international journalists into the heart of the once cosmopolitan city of Sarajevo???now a danger zone of sniper and mortar attacks where residents still live. While reporting on an American aid worker who???s trying to get children out of the country, a British correspondent decides to take an orphaned girl home to London.","4.279","/9kJOjSLekn2B4hwHiGMOPEhxyrU.jpg","[{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':181,'logo_path':null,'name':'Channel Four Films','origin_country':'GB'},{'id':2997,'logo_path':null,'name':'Dragon Pictures','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1997-05-09","0","103","[{'iso_639_1':'bs','name':'Bosanski'},{'iso_639_1':'sr','name':'Srpski'},{'iso_639_1':'en','name':'English'}]","Released","To get the story, they???ll risk everything.","Welcome to Sarajevo","false","6.4","38" +"false","/fOI3kFfMGBnNJJlnwYAXunpqzze.jpg","{'id':33514,'name':'The Twilight Collection','poster_path':'/2o4zgGjVryMOPdNqLZWsSPqRkOH.jpg','backdrop_path':'/jTLkltvDalBaHjriVJ71epmwOeL.jpg'}","50000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.twilightthemovie.com/","18239","tt1259571","en","The Twilight Saga: New Moon","Forks, Washington resident Bella Swan is reeling from the departure of her vampire love, Edward Cullen, and finds comfort in her friendship with Jacob Black, a werewolf. But before she knows it, she's thrust into a centuries-old conflict, and her desire to be with Edward at any cost leads her to take greater and greater risks.","25.062","/4O6OCHVrXie2Th8asDn5utvlTwC.jpg","[{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'},{'id':12292,'logo_path':'/llGRXF5WYUW2fzXg0ebCoKMXjmT.png','name':'Temple Hill Entertainment','origin_country':'US'},{'id':4000,'logo_path':null,'name':'Maverick Films','origin_country':'US'},{'id':5218,'logo_path':'/dhb42ugM9DzSpDctTWCtABPVOW4.png','name':'Imprint Entertainment','origin_country':'US'},{'id':5219,'logo_path':null,'name':'Sunswept Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-03-15","709827462","130","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","The Next Chapter Begins.","The Twilight Saga: New Moon","false","5.7","4965" +"false","/lKCZYVQQb7Agw6WR25WvQBFKJmK.jpg","{'id':33514,'name':'The Twilight Collection','poster_path':'/2o4zgGjVryMOPdNqLZWsSPqRkOH.jpg','backdrop_path':'/jTLkltvDalBaHjriVJ71epmwOeL.jpg'}","68000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://eclipsethemovie.com","24021","tt1325004","en","The Twilight Saga: Eclipse","Bella once again finds herself surrounded by danger as Seattle is ravaged by a string of mysterious killings and a malicious vampire continues her quest for revenge. In the midst of it all, she is forced to choose between her love for Edward and her friendship with Jacob, knowing that her decision has the potential to ignite the ageless struggle between vampire and werewolf. With her graduation quickly approaching, Bella is confronted with the most important decision of her life.","23.464","/4IIFFKd9vxrlicNbAPS8ONEgIFp.jpg","[{'id':5219,'logo_path':null,'name':'Sunswept Entertainment','origin_country':''},{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'},{'id':12292,'logo_path':'/llGRXF5WYUW2fzXg0ebCoKMXjmT.png','name':'Temple Hill Entertainment','origin_country':'US'},{'id':4000,'logo_path':null,'name':'Maverick Films','origin_country':'US'},{'id':5218,'logo_path':'/dhb42ugM9DzSpDctTWCtABPVOW4.png','name':'Imprint Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-06-23","698491347","124","[{'iso_639_1':'en','name':'English'}]","Released","It all begins ... With a choice.","The Twilight Saga: Eclipse","false","6","4711" +"false","/fwhRNjMmwqeGH35eQonSPmQs2ah.jpg","{'id':33514,'name':'The Twilight Collection','poster_path':'/2o4zgGjVryMOPdNqLZWsSPqRkOH.jpg','backdrop_path':'/jTLkltvDalBaHjriVJ71epmwOeL.jpg'}","110000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':10749,'name':'Romance'}]","http://www.breakingdawn-themovie.com/","50619","tt1324999","en","The Twilight Saga: Breaking Dawn - Part 1","The new found married bliss of Bella Swan and vampire Edward Cullen is cut short when a series of betrayals and misfortunes threatens to destroy their world. Bella soon discovers she is pregnant, and during a nearly fatal childbirth, Edward finally fulfills her wish to become immortal. But the arrival of their remarkable daughter, Renesmee, sets in motion a perilous chain of events that pits the Cullens and their allies against the Volturi, the fearsome council of vampire leaders, setting the stage for an all-out battle.","19.044","/q23U9glt0RJIvM0f7g5BqJbqncx.jpg","[{'id':7491,'logo_path':null,'name':'Zohar International','origin_country':''},{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'},{'id':5219,'logo_path':null,'name':'Sunswept Entertainment','origin_country':''},{'id':7490,'logo_path':null,'name':'TSBD Canada Productions','origin_country':''},{'id':58321,'logo_path':null,'name':'TSBD Louisiana','origin_country':''},{'id':58322,'logo_path':null,'name':'TSBD Productions','origin_country':''},{'id':12292,'logo_path':'/llGRXF5WYUW2fzXg0ebCoKMXjmT.png','name':'Temple Hill Entertainment','origin_country':'US'},{'id':6446,'logo_path':null,'name':'Total Entertainment','origin_country':'BR'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-03-15","712171856","117","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","Forever is just the beginning","The Twilight Saga: Breaking Dawn - Part 1","false","5.9","4908" +"false","/zMNyDSAzGWfFuTW8Q5q9JcOGrKs.jpg","null","135000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","http://www.thetunnelmovie.net","46221","tt1735485","en","The Tunnel","In 2007, in the midst of the drought and water shortages, the NSW State government has unveiled plans to tap into and recycle millions of litres of water trapped in a network of abandoned train tunnels just beneath the heart of Sydney. However the government suddenly goes cold on the plan and it is not made public why. There is talk of homeless people who use the tunnel as shelter going missing, even though the government states that there are no homeless people in there. This, and the silence from the officials and ministers, leads a journalist, Natasha to begin an investigation into a government cover-up. She and her crew Pete (Producer), Steve (Cameraman) and Tangles (Sound Technichian) decide to investigate the story in the tunnel.","7.974","/j4616ou7NWLsRB1cKUvsTmz7g3C.jpg","[{'id':23800,'logo_path':null,'name':'Distracted Media','origin_country':''},{'id':23802,'logo_path':'/nd5Cx3OoqeocjKQh8rg3CPGPLtG.png','name':'Zapruder's Other Films','origin_country':'AU'},{'id':23805,'logo_path':null,'name':'DLSHS','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2011-05-19","0","90","[{'iso_639_1':'en','name':'English'}]","Released","The light runs out","The Tunnel","false","5.5","164" +"false","/fAQaaw3OeSvYZEMYHThyxDIPQMe.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://emanuelandthetruthaboutfishes.com/","157351","tt1838520","en","The Truth About Emanuel","A troubled young woman becomes obsessed with her mysterious new neighbor, who bears a striking resemblance to the girl's dead mother.","4.662","/2E2vBHvmrKvSJChwnLh7mHxWBeP.jpg","[{'id':34456,'logo_path':'/8M1gePvKplgyHRD5WWfONbWOAuk.png','name':'Rooks Nest Entertainment','origin_country':'GB'},{'id':18402,'logo_path':null,'name':'MRB Productions','origin_country':''},{'id':60106,'logo_path':null,'name':'Pisces Rising Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-04-26","0","96","[{'iso_639_1':'en','name':'English'}]","Released","Two Lives. Two Voids. One Secret.","The Truth About Emanuel","false","6.1","138" +"false","/yw93TFk5L6jZ43yMGitll8CHa6m.jpg","null","60000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","37165","tt0120382","en","The Truman Show","Truman Burbank is the star of ""The Truman Show"", a 24-hour-a-day ""reality"" TV show that broadcasts every aspect of his life -- live and in color -- without his knowledge. His entire life has been an unending soap opera for consumption by the rest of the world. And everyone he knows -- including his wife and his best friend -- is really an actor, paid to be part of his life.","19.405","/EelZzudHRvJmjWccWscN1S5vmI.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-06-04","264118201","103","[{'iso_639_1':'en','name':'English'}]","Released","On the air. Unaware.","The Truman Show","false","8","8931" +"false","/myJvEASSSrHinqXcAIeIQVLyQnf.jpg","null","1200000","[{'id':35,'name':'Comedy'},{'id':9648,'name':'Mystery'}]","","11219","tt0048750","en","The Trouble with Harry","Trouble erupts in a small, quiet New England town when a man's body is found in the woods. The problem is that almost everyone in town thinks that they had something to do with his death.","8.524","/tXq2vB69rv6uqqkyiqfxci0TMgZ.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':10715,'logo_path':null,'name':'Alfred J. Hitchcock Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1955-10-03","7000000","99","[{'iso_639_1':'en','name':'English'}]","Released","A THRILLER with a difference!","The Trouble with Harry","false","7.1","279" +"false","/c9v236qT073n4s0J72AzvhdCjP8.jpg","null","6400000","[{'id':35,'name':'Comedy'}]","http://www.thetrotskymovie.com/","46584","tt1295072","en","The Trotsky","Leon Bronstein is not your average Montreal West high school student. For one thing, none of his peers can claim to be the reincarnation of early 20th century Soviet iconoclast and Red Army hero, Leon Trotsky. When his father sends Leon to public school as punishment for starting a hunger strike at Papa's clothing factory, Leon quickly lends new meaning to the term 'student union', determined as he is to live out his pre-ordained destiny to the fullest and change the world.","2.124","/5kxYruRZtN4W1CYdwfBuBcgALke.jpg","[{'id':807,'logo_path':null,'name':'The Harold Greenberg Fund','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2010-05-05","0","120","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'he','name':'????????????????'},{'iso_639_1':'ru','name':'P????????????'}]","Released","The revolution begins in high school","The Trotsky","false","6.3","41" +"false","/gP9M5lA7CjXaFnr9mwPVdkZL1QK.jpg","{'id':309300,'name':'The Trip Collection','poster_path':'/6ATyIyUbtgI0napk5lFxh6lQTgF.jpg','backdrop_path':null}","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","242088","tt2967006","en","The Trip to Italy","Years after their successful restaurant review tour of Northern Britain, Steve Coogan and Rob Brydon are commissioned for a new tour in Italy.","6.294","/oqmQdPom1KJKh4sYTrISV5qFAzK.jpg","[{'id':163,'logo_path':null,'name':'Revolution Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-04-24","0","108","[{'iso_639_1':'en','name':'English'}]","Released","Anyone for seconds?","The Trip to Italy","false","6.6","133" +"false","/yZjVrzVK3jl8cDIAaCu87lB9P2L.jpg","null","7000000","[{'id':18,'name':'Drama'}]","","253279","tt1323973","en","The Trials of Cate McCall","In order to be reinstated to the bar and recover custody of her daughter, a hotshot lawyer, now in recovery and on probation, must take on the appeal of a woman wrongfully convicted of murder.","6.745","/t6REm1xLy2z0X2P8P815ZPI13xM.jpg","[{'id':19851,'logo_path':null,'name':'Pitbull Pictures','origin_country':''},{'id':24007,'logo_path':null,'name':'Sunrise Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-11-28","0","89","[{'iso_639_1':'en','name':'English'}]","Released","They had the power. She had the truth.","The Trials of Cate McCall","false","6.1","100" +"false","/tBs9alJ2weUkOW83RkuBlz8Nlw6.jpg","null","32000000","[{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'}]","http://www.twowaysthroughlife.com/","8967","tt0478304","en","The Tree of Life","The impressionistic story of a Texas family in the 1950s. The film follows the life journey of the eldest son, Jack, through the innocence of childhood to his disillusioned adult years as he tries to reconcile a complicated relationship with his father. Jack finds himself a lost soul in the modern world, seeking answers to the origins and meaning of life while questioning the existence of faith.","9.846","/ptDOdfOg0srtk4TGdeYbLqxv2nd.jpg","[{'id':81,'logo_path':'/8wOfUhA7vwU2gbPjQy7Vv3EiF0o.png','name':'Plan B Entertainment','origin_country':'US'},{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'},{'id':1246,'logo_path':'/lmeFQGzHEds5t2UfmODyrbf2nXm.png','name':'River Road Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-05-18","54674226","139","[{'iso_639_1':'en','name':'English'}]","Released","Nothing stands still.","The Tree of Life","false","6.6","1672" +"false","/fhbMK7Mf69qCE7DR7g2gJxfgUjU.jpg","{'id':9518,'name':'The Transporter Collection','poster_path':'/uakYnYtFxqjS8pjEWW9lGWmdMRz.jpg','backdrop_path':'/qDuTIGAEbxF3jP9zNILLAoxNLpU.jpg'}","21000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","4108","tt0293662","en","The Transporter","Former Special Forces officer, Frank Martin will deliver anything to anyone for the right price, and his no-questions-asked policy puts him in high demand. But when he realizes his latest cargo is alive, it sets in motion a dangerous chain of events. The bound and gagged Lai is being smuggled to France by a shady American businessman, and Frank works to save her as his own illegal activities are uncovered by a French detective.","17.961","/76aHyU7aPvi0nSN5TBmNVPh4u4D.jpg","[{'id':356,'logo_path':'/9tW5wZEGotn1Ei5pErA88m47XiD.png','name':'TF1 Films Production','origin_country':'FR'},{'id':6896,'logo_path':'/2Q89KvzxTKB5BAv9RqFIPI1qb7E.png','name':'EuropaCorp','origin_country':'FR'},{'id':972,'logo_path':null,'name':'Current Entertainment','origin_country':''},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'FR','name':'France'}]","2002-10-02","43928932","92","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'zh','name':'?????????'}]","Released","Rules are made to be broken.","The Transporter","false","6.6","2734" +"false","/JnukHKeQNTaCCpsXiCk1VYtVTH.jpg","null","5800000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':10752,'name':'War'}]","","3482","tt0059825","en","The Train","As the Allied forces approach Paris in August 1944, German Colonel Von Waldheim is desperate to take all of France's greatest paintings to Germany. He manages to secure a train to transport the valuable art works even as the chaos of retreat descends upon them. The French resistance however wants to stop them from stealing their national treasures but have received orders from London that they are not to be destroyed. The station master, Labiche, is tasked with scheduling the train and making it all happen smoothly but he is also part of a dwindling group of resistance fighters tasked with preventing the theft. He and others stage an elaborate ruse to keep the train from ever leaving French territory.","7.328","/9hCN2wgZaszUjEgLp65OK4uwfRT.jpg","[{'id':64,'logo_path':null,'name':'Les Productions Artistes Associ??s','origin_country':''},{'id':7110,'logo_path':null,'name':'Les Films Ariane','origin_country':'FR'},{'id':11929,'logo_path':null,'name':'Dear Film Produzione','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","1964-09-21","6800000","133","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","It carried their hopes, their nation's honour!","The Train","false","7.6","101" +"false","/sqKF8h44aJkWHiF7sYKbOWZ2qbC.jpg","{'id':32135,'name':'The Toxic Avenger Collection','poster_path':'/zoUjTU6rvZhfVK8q0sZSFb0QThO.jpg','backdrop_path':null}","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","","28169","tt0098502","en","The Toxic Avenger Part III: The Last Temptation of Toxie","Toxie finds he has nothing to do as a superhero, as he has ridden his city of evil. So he decides to go to work for a major corporation, which he discovers may be the evilest of all his adversaries.","2.264","/qoXXzqHkMStO4Ws8nmE7xM73NMf.jpg","[{'id':3052,'logo_path':null,'name':'Troma Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-11-24","0","102","[{'iso_639_1':'en','name':'English'}]","Released","","The Toxic Avenger Part III: The Last Temptation of Toxie","false","4.6","46" +"false","/yyKXfBqIRiobVsD1wc9VQcx1Kql.jpg","{'id':32135,'name':'The Toxic Avenger Collection','poster_path':'/zoUjTU6rvZhfVK8q0sZSFb0QThO.jpg','backdrop_path':null}","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'},{'id':28,'name':'Action'}]","","28165","tt0098503","en","The Toxic Avenger Part II","The Toxic Avenger is lured to Tokyo, Japan by the evil corporation Apocalypse Inc. So while the Toxic Avenger is fighting crime in Tokyo, Apocalypse Inc. spread evil in Tromaville.","3.73","/42EWRhEjwTpPwqDcL7UemewBlLw.jpg","[{'id':3052,'logo_path':null,'name':'Troma Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-02-24","0","96","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'ru','name':'P????????????'}]","Released","","The Toxic Avenger Part II","false","5.2","63" +"false","/7qAk9JKiAfFKVVvHdEzBSICKxFD.jpg","{'id':32135,'name':'The Toxic Avenger Collection','poster_path':'/zoUjTU6rvZhfVK8q0sZSFb0QThO.jpg','backdrop_path':null}","0","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","15239","tt0090190","en","The Toxic Avenger","Tromaville has a monstrous new hero. The Toxic Avenger is born when mop boy Melvin Junko falls into a vat of toxic waste. Now evildoers will have a lot to lose.","6.076","/z9RHyAvshVHgJE5Qe7Iu3EmxFgU.jpg","[{'id':3052,'logo_path':null,'name':'Troma Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-05-01","0","82","[{'iso_639_1':'en','name':'English'}]","Released","He was 98lbs. of solid nerd until he became...","The Toxic Avenger","false","6.5","193" +"false","/asMylckPVBXViRqxjDTzik0TpOh.jpg","null","37000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://thetownmovie.warnerbros.com/","23168","tt0840361","en","The Town","Doug MacRay is a longtime thief, who, smarter than the rest of his crew, is looking for his chance to exit the game. When a bank job leads to the group kidnapping an attractive branch manager, he takes on the role of monitoring her ??? but their burgeoning relationship threatens to unveil the identities of Doug and his crew to the FBI Agent who is on their case.","14.13","/zX4fKmDXKGt4hlzhAJirdlRKFgO.jpg","[{'id':923,'logo_path':'/5UQsZrfbfG2dYJbx8DxfoTr2Bvu.png','name':'Legendary Entertainment','origin_country':'US'},{'id':3281,'logo_path':'/8tMybAieh64uzvm8knSjXOFX8Qc.png','name':'GK Films','origin_country':'GB'},{'id':3528,'logo_path':'/cCzCClIzIh81Fa79hpW5nXoUsHK.png','name':'Thunder Road Pictures','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-09-15","154026136","125","[{'iso_639_1':'en','name':'English'}]","Released","Welcome to the bank robbery capital of America.","The Town","false","7.1","2291" +"false","/wBM5IkKQoVDSSI3WrRfAJqQvmkW.jpg","null","0","[{'id':27,'name':'Horror'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","29030","tt0059821","en","The Tomb of Ligeia","Verden Fell is shattered after the death of his lovely wife. But, after an unexpected encounter with Lady Rowena Trevanion, Fell soon finds himself married again. Nevertheless, his late wife's spirit seems to hang over the dilapidated abbey that Fell shares with his new bride. Lady Rowena senses that something is amiss and, when she investigates, makes a horrifying discovery -- learning that Fell's dead wife is closer than she ever imagined possible.","3.476","/yobtx8V4nO4Ly5EMLQOkV0SgLXa.jpg","[{'id':13862,'logo_path':null,'name':'Alta Vista Film Production','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1964-11-01","0","81","[{'iso_639_1':'en','name':'English'}]","Released","Even on her wedding night she must share the man she loved with the ""female thing"" that lived in the Tomb of the Cat!","The Tomb of Ligeia","false","6.2","59" +"false","/mrxhYT4o5i0aSNIRPUEl19GqLjW.jpg","null","1500000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://todolistmovie.com/","129139","tt1758795","en","The To Do List","Feeling pressured to become more sexually experienced before she goes to college, Brandy Klark makes a list of things to accomplish before hitting campus in the fall.","6.759","/kcFuRIq7vVNkjcPcvNcdsT2Bgf9.jpg","[{'id':787,'logo_path':'/cCefBs1t7jxtiz3eCxBp9yxrxGx.png','name':'3 Arts Entertainment','origin_country':'US'},{'id':1557,'logo_path':'/ccz9bqCu3jSFKbPFnfWmjAKZLBL.png','name':'The Mark Gordon Company','origin_country':'US'},{'id':5490,'logo_path':'/xuJSR4dWsvkE194aemIJwflyNF2.png','name':'CBS Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-07-24","3566225","104","[{'iso_639_1':'en','name':'English'}]","Released","She's going from straight A's to getting her first F.","The To Do List","false","5.5","513" +"false","/mlSxz8GS2hodfRAtC9D1dRjvmhe.jpg","null","80000000","[{'id':878,'name':'Science Fiction'},{'id':12,'name':'Adventure'},{'id':28,'name':'Action'}]","http://timemachine.countingdown.com/","2135","tt0268695","en","The Time Machine","Hoping to alter the events of the past, a 19th century inventor instead travels 800,000 years into the future, where he finds mankind divided into two warring races.","11.805","/3OzdAcb0ajibR4xvVTH6WkBTYWY.jpg","[{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-03-04","123729176","96","[{'iso_639_1':'en','name':'English'}]","Released","The greatest adventure THROUGH all time!","The Time Machine","false","5.9","1042" +"false","/EVaEyQvzu13g6FPnzb4IlbbrGM.jpg","null","750000","[{'id':53,'name':'Thriller'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'},{'id':10749,'name':'Romance'}]","","2134","tt0054387","en","The Time Machine","A Victorian Englishman travels to the far future and finds that humanity has divided into two hostile species.","7.521","/cjmluKjmaqLfZmwMEwjki6tvLnS.jpg","[{'id':40552,'logo_path':null,'name':'Galaxy Films Inc.','origin_country':''},{'id':4864,'logo_path':null,'name':'George Pal Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1960-08-17","0","103","[{'iso_639_1':'en','name':'English'}]","Released","You Will Orbit into the Fantastic Future!","The Time Machine","false","7.4","338" +"false","/dLshMmcp3CY6z703jWCXqmtdwKV.jpg","null","30000000","[{'id':35,'name':'Comedy'}]","http://www.threestooges.com/movie/index.htm","76489","tt0383010","en","The Three Stooges","While trying to save their childhood orphanage, Moe, Larry and Curly inadvertently stumble into a murder plot and wind up starring in a reality TV show.","12.638","/gQxerRSIpqS5X9nAM7G5wlxWPB8.jpg","[{'id':8890,'logo_path':null,'name':'Wessler Entertainment','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'},{'id':1156,'logo_path':null,'name':'Conundrum Entertainment','origin_country':''},{'id':91002,'logo_path':null,'name':'C3 Entertainment, Inc.','origin_country':''},{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-04-13","54819301","92","[{'iso_639_1':'en','name':'English'}]","Released","Just Say Moe.","The Three Stooges","false","5.2","206" +"false","/4YNvdDlnwQF00KyS02QnLoCuoFc.jpg","null","75000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://www.threemusketeers-movie.com/","52451","tt1509767","en","The Three Musketeers","The hot-headed young D'Artagnan along with three former legendary but now down on their luck Musketeers must unite and defeat a beautiful double agent and her villainous employer from seizing the French throne and engulfing Europe in war.","12.839","/n8ob0xjLIjnvqgWY57rPQYOw7t.jpg","[{'id':264,'logo_path':'/fA90qwUKgPhMONqtwY60GaHRyrW.png','name':'Studio Babelsberg','origin_country':'DE'},{'id':5755,'logo_path':'/53JWq1rzbAXzbh1rnFo3XdqsAUh.png','name':'Constantin Film Produktion','origin_country':''},{'id':248,'logo_path':null,'name':'Impact Pictures','origin_country':''},{'id':753,'logo_path':null,'name':'Nouvelles ??ditions de Films (NEF)','origin_country':''},{'id':939,'logo_path':null,'name':'New Legacy','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2011-08-31","132274484","110","[{'iso_639_1':'en','name':'English'}]","Released","Every legend has a new beginning.","The Three Musketeers","false","5.7","1521" +"false","/ro6h9s7CGek6K4gZ71qbHG8ouKZ.jpg","null","965000","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","28285","tt0051077","en","The Three Faces of Eve","Classic dramatization of America's best-known case of a woman suffering from multiple personality disorder, and her road to recovery.","2.794","/xicoSC3vR1VyiM6FQYod1JXZQ4J.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1957-12-23","0","91","[{'iso_639_1':'en','name':'English'}]","Released","The Strangest True Experiance A Young Girl Ever Had","The Three Faces of Eve","false","7.4","45" +"false","/yT0FxS7LogdVEJz3FcdzPetzDTK.jpg","null","16000000","[{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'},{'id':9648,'name':'Mystery'}]","","1090","tt0139809","en","The Thirteenth Floor","Computer scientist Hannon Fuller has discovered something extremely important. He's about to tell the discovery to his colleague, Douglas Hall, but knowing someone is after him, the old man leaves a letter in his computer generated parallel world that's just like the 30's with seemingly real people with real emotions.","13.615","/7cm1xHOkzcqo2ienFgTl17qa35U.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':620,'logo_path':null,'name':'Centropolis Film Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-04-16","18564088","100","[{'iso_639_1':'en','name':'English'}]","Released","Question reality. You can go there even though it doesn't exist.","The Thirteenth Floor","false","7","589" +"false","/9pguay2WdWNORzgxQuOmxPVf7Z3.jpg","{'id':479888,'name':'The Thing Collection','poster_path':'/vnfxRM89Qav5d0fMluIwx1hKadc.jpg','backdrop_path':'/w0wJuoKHV3mWAO7cy0MpGQ1QyZk.jpg'}","35000000","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","http://www.uphe.com/movies/the-thing-2011","60935","tt0905372","en","The Thing","When paleontologist Kate Lloyd travels to an isolated outpost in Antarctica for the expedition of a lifetime, she joins an international team that unearths a remarkable discovery. Their elation quickly turns to fear as they realize that their experiment has freed a mysterious being from its frozen prison. Paranoia spreads like an epidemic as a creature that can mimic anything it touches will pit human against human as it tries to survive and flourish in this spine-tingling thriller.","11.173","/a2Cme25fHcSdIQ2wW6aWmE4owUI.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':10210,'logo_path':null,'name':'Morgan Creek Productions','origin_country':'US'},{'id':655,'logo_path':null,'name':'Strike Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CA','name':'Canada'}]","2011-10-12","28128670","103","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'no','name':'Norsk'},{'iso_639_1':'da','name':'Dansk'}]","Released","It's Not Human. Yet.","The Thing","false","6.1","1358" +"false","/7mdGrxp3ZL2OqNSrQ5LoYySi5MH.jpg","{'id':479888,'name':'The Thing Collection','poster_path':'/vnfxRM89Qav5d0fMluIwx1hKadc.jpg','backdrop_path':'/w0wJuoKHV3mWAO7cy0MpGQ1QyZk.jpg'}","15000000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':878,'name':'Science Fiction'}]","http://www.theofficialjohncarpenter.com/the-thing/","1091","tt0084787","en","The Thing","Scientists in the Antarctic are confronted by a shape-shifting alien that assumes the appearance of the people it kills.","19.815","/tzGY49kseSE9QAKk47uuDGwnSCu.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':662,'logo_path':null,'name':'Turman-Foster Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1982-06-25","19629760","109","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'no','name':'Norsk'}]","Released","Man is The Warmest Place to Hide.","The Thing","false","8","2921" +"false","/sn0HQZthLpYamYb8VSPbEAWT4kF.jpg","null","52000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10752,'name':'War'}]","","8741","tt0120863","en","The Thin Red Line","Based on the graphic novel by James Jones, The Thin Red Line tells the story of a group of men, an Army Rifle company called C-for-Charlie, who change, suffer, and ultimately make essential discoveries about themselves during the fierce World War II battle of Guadalcanal. It follows their journey, from the surprise of an unopposed landing, through the bloody and exhausting battles that follow, to the ultimate departure of those who survived. A powerful frontline cast - including Sean Penn, Nick Nolte, Woody Harrelson and George Clooney - explodes into action in this hauntingly realistic view of military and moral chaos in the Pacific during World War II.","15.006","/jGDK6eM6vb8VEUmR0ZoaghcCG8f.jpg","[{'id':711,'logo_path':'/tEiIH5QesdheJmDAqQwvtN60727.png','name':'Fox 2000 Pictures','origin_country':'US'},{'id':11317,'logo_path':'/u3YB3GujS0tct5BVTsMJLWVyllg.png','name':'Phoenix Pictures','origin_country':'US'},{'id':23660,'logo_path':null,'name':'Geisler-Roberdeau','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","1998-12-25","98126565","171","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'}]","Released","Every man fights his own war.","The Thin Red Line","false","7.4","1344" +"false","/kSaEzPnNu8HAvq1TpbmqWNPKP7.jpg","null","0","[{'id':80,'name':'Crime'},{'id':99,'name':'Documentary'},{'id':9648,'name':'Mystery'}]","","14285","tt0096257","en","The Thin Blue Line","Errol Morris's unique documentary dramatically re-enacts the crime scene and investigation of a police officer's murder in Dallas.","5.356","/xFN3xPDzN4O7oIBmxnLIh8VROIw.jpg","[{'id':307,'logo_path':'/gUi3pAUznQJpR296lw4mSVbB7zx.png','name':'IFC Films','origin_country':'US'},{'id':3906,'logo_path':null,'name':'American Playhouse','origin_country':''},{'id':49628,'logo_path':null,'name':'Third Floor Productions','origin_country':''},{'id':5778,'logo_path':'/2loyoQweDxvotH3AknfL2zhsthg.png','name':'Channel 4 Television','origin_country':'GB'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-08-28","1209846","103","[{'iso_639_1':'en','name':'English'}]","Released","A softcore movie, Dr. Death, a chocolate milkshake, a nosey blonde and ""The Carol Burnett Show."" Solving this mystery is going to be murder.","The Thin Blue Line","false","7.8","187" +"false","/geAe08WmchATnZF461WffQBqJk1.jpg","null","15000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.focusfeatures.com/the_theory_of_everything","266856","tt2980516","en","The Theory of Everything","The Theory of Everything is the extraordinary story of one of the world???s greatest living minds, the renowned astrophysicist Stephen Hawking, who falls deeply in love with fellow Cambridge student Jane Wilde.","17.005","/4jspr8hLLuju59bCnMiefzRW4p0.jpg","[{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-11-26","123726688","123","[{'iso_639_1':'la','name':'Latin'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'it','name':'Italiano'}]","Released","His Mind Changed Our World. Her Love Changed His.","The Theory of Everything","false","7.9","6173" +"false","/4FByzh1uuQbCO2fGsoNV9McLvqy.jpg","null","0","[{'id':27,'name':'Horror'}]","","83727","tt1763316","en","The Theatre Bizarre","Down a seedy city street in her neighborhood, young Enola Penny is obsessed with what appears to be a long abandoned theatre. One night, she sees that the front door is slightly ajar and impulsively decides to sneak inside. But there in the dark, decrepit auditorium, a show unlike any other unfolds before her eyes. Its host is an eerie human puppet named Peg Poett who will introduce Penny to six tales of the bizarre: A couple traveling in a remote part of the French Pyrenees cross paths with a lustful witch; A paranoid lover faces the wrath of a partner who has been pushed to her limit; The Freudian dreams of an unfaithful husband blur the lines between fantasy and reality; The horrors of the real world are interpreted through the mind of a child; A woman addicted to other people's memories gets her fix through the vitreous fluid of her victims' eyeballs; And a perverse obsession with sweets turns sour for a couple in too deep.","2.42","/m0EGsIHrQa3pLkb2puFoAzJ5mjN.jpg","[{'id':49855,'logo_path':null,'name':'Quota Productions','origin_country':''},{'id':38474,'logo_path':null,'name':'Severin Films','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'FR','name':'France'}]","2011-07-15","0","114","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","The Theatre Bizarre","false","5.3","48" +"false","/o4psXh7IVD6GFKvBSHjHLzjL2lV.jpg","{'id':425175,'name':'Texas Chainsaw (Reboot) Collection','poster_path':'/XOaVIesSBaEXxzu3Slf80jaZwN.jpg','backdrop_path':'/9z2HzirMPY51IBrBTFlt21JX3iP.jpg'}","16000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","10781","tt0420294","en","The Texas Chainsaw Massacre: The Beginning","Chrissie and her friends set out on a road trip for a final fling before one is shipped off to Vietnam. Along the way, bikers harass the foursome and cause an accident that throws Chrissie from the vehicle. The lawman who arrives on the scene kills one of the bikers and brings Chrissie's friends to the Hewitt homestead, where young Leatherface is learning the tools of terror.","11.692","/9elCJIG1TOJ0wew3JVx5ZMkHq5w.jpg","[{'id':56620,'logo_path':null,'name':'Texas Chainsaw Productions','origin_country':''},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':1633,'logo_path':null,'name':'Next Entertainment','origin_country':''},{'id':2481,'logo_path':'/nVEP2IHCDOBOldgDL4SSufitN9.png','name':'Platinum Dunes','origin_country':'US'},{'id':23653,'logo_path':null,'name':'Vortex/Henkel/Hooper','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-10-06","51764406","91","[{'iso_639_1':'en','name':'English'}]","Released","What you know about fear... doesn't even come close.","The Texas Chainsaw Massacre: The Beginning","false","6","771" +"false","/sOw7TZzt3vRQXXCrwdspSHwCJDR.jpg","{'id':111751,'name':'Texas Chainsaw Massacre Collection','poster_path':'/gWf6Elj8tYAGjWHi3XHURAcR8aW.jpg','backdrop_path':'/1zIwt7gUyxKhOKYXN5XNGdGxwHg.jpg'}","85000","[{'id':27,'name':'Horror'}]","","30497","tt0072271","en","The Texas Chain Saw Massacre","Five friends visiting their grandfather's house in the country are hunted and terrorized by a chain-saw wielding killer and his family of grave-robbing cannibals.","12.4","/hXF5nuEvUIlMXv4fOCIhA8KWaN2.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':1197,'logo_path':null,'name':'Vortex','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1974-10-01","30859000","83","[{'iso_639_1':'en','name':'English'}]","Released","Who will survive and what will be left of them?","The Texas Chain Saw Massacre","false","7.3","1173" +"false","/6yFoLNQgFdVbA8TZMdfgVpszOla.jpg","{'id':528,'name':'The Terminator Collection','poster_path':'/vxiKtcxAJxHhlg2H1X8y7zcM3k6.jpg','backdrop_path':'/cpmbkwSxZnKO69V82A9a34tvk2E.jpg'}","6400000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","http://www.mgm.com/#/our-titles/1970/The-Terminator/","218","tt0088247","en","The Terminator","In the post-apocalyptic future, reigning tyrannical supercomputers teleport a cyborg assassin known as the ""Terminator"" back to 1984 to kill Sarah Connor, whose unborn son is destined to lead insurgents against 21st century mechanical hegemony. Meanwhile, the human-resistance movement dispatches a lone warrior to safeguard Sarah. Can he stop the virtually indestructible killing machine?","25.234","/q8ffBuxQlYOHrvPniLgCbmKK4Lv.jpg","[{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'},{'id':1280,'logo_path':null,'name':'Pacific Western','origin_country':'US'},{'id':3952,'logo_path':null,'name':'Hemdale Film','origin_country':''},{'id':4764,'logo_path':null,'name':'Cinema 84','origin_country':''},{'id':7745,'logo_path':null,'name':'Euro Film Funding','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1984-10-26","78371200","108","[{'iso_639_1':'en','name':'English'}]","Released","Your future is in his hands.","The Terminator","false","7.5","6563" +"false","/39wUqkmY9Ikwo6DTgSRzwAMVqkS.jpg","null","60000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://www.theterminal-themovie.com/","594","tt0362227","en","The Terminal","Viktor Navorski is a man without a country; his plane took off just as a coup d'etat exploded in his homeland, leaving it in shambles, and now he's stranded at Kennedy Airport, where he's holding a passport that nobody recognizes. While quarantined in the transit lounge until authorities can figure out what to do with him, Viktor simply goes on living ??? and courts romance with a beautiful flight attendant.","16.041","/f4Dup6awDfDqAHKgWqNJ2HFw1qN.jpg","[{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'},{'id':11084,'logo_path':null,'name':'Parkes/MacDonald Productions','origin_country':''},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-06-17","219417255","128","[{'iso_639_1':'bg','name':'?????????????????? ????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Life is waiting.","The Terminal","false","7.2","3605" +"false","/sO6AnUEirDnaxjy8dxaqYEKDxGi.jpg","null","13000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","6844","tt0049833","en","The Ten Commandments","Escaping death, a Hebrew infant is raised in a royal household to become a prince. Upon discovery of his true heritage, Moses embarks on a personal quest to reclaim his destiny as the leader and liberator of the Hebrew people.","9.005","/loLrO3SfhHkN3o3fTHdx1vf9ZYf.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':12275,'logo_path':null,'name':'Motion Picture Associates','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1956-10-05","122700000","220","[{'iso_639_1':'en','name':'English'}]","Released","The Greatest Event in Motion Picture History","The Ten Commandments","false","7.6","549" +"false","/n6Iz8Mx0XSqtpFf6QS3HpBsrg52.jpg","null","20000000","[{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'}]","http://www.tempest-themovie.com/","44638","tt1274300","en","The Tempest","An adaptation of the play by William Shakespeare. Prospera (a female version of Shakespeare's Prospero) is the usurped ruler of Milan who has been banished to a mysterious island with her daughter. Using her magical powers, she draws her enemies to the island to exact her revenge.","4.898","/9BIsqTMElJHk6oiEmywixPkaECO.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-12-10","346594","110","[{'iso_639_1':'en','name':'English'}]","Released","","The Tempest","false","5.8","51" +"false","/r7LiUoNO9HRUPC3wYziFgQSQtnr.jpg","null","0","[{'id':18,'name':'Drama'}]","","38432","tt0051055","en","The Tarnished Angels","Story of a friendship between an eccentric journalist and a daredevil barnstorming pilot.","2.706","/cTO5XMFn7yBEIZCyJJfUFqh5MPt.jpg","[{'id':10330,'logo_path':'/nY62adzeba5GVK8LJYD6yd9R8H4.png','name':'Universal International Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1957-11-21","0","91","[{'iso_639_1':'en','name':'English'}]","Released","The Book They Said Could Never Be Filmed!","The Tarnished Angels","false","6.7","28" +"false","/drOgpCgdu6CCpCjHVUjzpGET53D.jpg","null","0","[{'id':14,'name':'Fantasy'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'},{'id':12,'name':'Adventure'}]","","44334","tt0044103","en","The Tales of Hoffmann","In this film adaptation of the Offenbach opera, a young poet named Hoffman broods over his failed romances. First, his affair with the beautiful Olympia is shattered when he realizes that she is really a mechanical woman designed by a scientist. Next, he believes that a striking prostitute loves him, only to find out she was hired to fake her affections by the dastardly Dapertutto. Lastly, a magic spell claims the life of his final lover.","1.906","/3rqMnYSLjFa9OYwoLhXLVacwhQ7.jpg","[{'id':38672,'logo_path':null,'name':'Vega Film Productions','origin_country':''},{'id':4397,'logo_path':null,'name':'The Archers','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1951-04-04","0","127","[{'iso_639_1':'en','name':'English'}]","Released","You Will Never See Anything Finer On The Screen!","The Tales of Hoffmann","false","6.8","22" +"false","/pOm4IfypKwWUKjM5G2SZ2HSrJyM.jpg","null","40000000","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","http://www.miramax.com/movie/the-talented-mr-ripley/","1213","tt0134119","en","The Talented Mr. Ripley","Tom Ripley is a calculating young man who believes it's better to be a fake somebody than a real nobody. Opportunity knocks in the form of a wealthy U.S. shipbuilder who hires Tom to travel to Italy to bring back his playboy son, Dickie. Ripley worms his way into the idyllic lives of Dickie and his girlfriend, plunging into a daring scheme of duplicity, lies and murder.","13.582","/uprzxfRlR9mifUDZYo3js5qOt07.jpg","[{'id':679,'logo_path':null,'name':'Timnick Films','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':932,'logo_path':null,'name':'Mirage Enterprises','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-12-25","128798265","139","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","How far would you go to become someone else?","The Talented Mr. Ripley","false","7.2","1303" +"false","/3ZmsKrY96jFXtpOIpYOsJD8pEXF.jpg","null","60000000","[{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","https://www.uphe.com/movies/the-tale-of-despereaux","10199","tt0420238","en","The Tale of Despereaux","Once upon a time... in the far away kingdom of Dor... lived a brave and virtuous mouse with comically oversized ears who dreamt of becoming a knight. Banished from his home for having such lofty ambitions, Despereaux sets off on an amazing adventure with his good-hearted rat friend Roscuro, who leads him, at long last, on a very noble quest to rescue an endangered princess and save an entire kingdom from darkness.","11.201","/8Nge4rXAQzU5w9U8OvnXuuJltL9.jpg","[{'id':1163,'logo_path':null,'name':'Larger Than Life Productions','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2008-12-19","86900000","93","[{'iso_639_1':'en','name':'English'}]","Released","Small Mouse. Big Dreams","The Tale of Despereaux","false","5.8","442" +"false","/eltn62uDNkDg27dhQS6nVvmLKIU.jpg","null","100000000","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'}]","http://www.sonypictures.com/movies/thetakingofpelham123/","18487","tt1111422","en","The Taking of Pelham 1 2 3","Armed men hijack a New York City subway train, holding the passengers hostage in return for a ransom, and turning an ordinary day's work for dispatcher Walter Garber into a face-off with the mastermind behind the crime.","11.816","/rqbG1uRKSNDLnDx1Jl7LBc4AtSy.jpg","[{'id':1423,'logo_path':'/9KSoL1oEQaBSPLwEhoZZRoxTzyx.png','name':'Escape Artists','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':1645,'logo_path':'/6Ry6uNBaa0IbbSs1XYIgX5DkA9r.png','name':'Scott Free Productions','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-06-11","150166126","106","[{'iso_639_1':'en','name':'English'}]","Released","I can't get it out of my head. I'm gonna die today.","The Taking of Pelham 1 2 3","false","6.2","1585" +"false","/dHDQ0PhyH6B21OPYqApndkni2B6.jpg","null","0","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","297608","tt3387648","en","The Taking of Deborah Logan","What starts as a poignant medical documentary about Deborah Logan's descent into Alzheimer's disease and her daughter's struggles as caregiver degenerates into a maddening portrayal of dementia at its most frightening, as hair-raising events begin to plague the family and crew and an unspeakable malevolence threatens to tear the very fabric of sanity from them all.","4.834","/lVHsBxkEXSH25TaUfyYF4KfrhlB.jpg","[{'id':72858,'logo_path':null,'name':'Guerin-Adler-Scott Pictures','origin_country':''},{'id':9168,'logo_path':'/hQNXrYIuyLRxMSBuGHk0GX7CCBS.png','name':'Bad Hat Harry Productions','origin_country':'US'},{'id':52738,'logo_path':null,'name':'Jeff Rice Films','origin_country':''},{'id':54391,'logo_path':null,'name':'Casadelic Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-10-21","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Evil lives within you","The Taking of Deborah Logan","false","6","489" +"false","/t4sclMlF4bFFuN2AJ1e9POkugkr.jpg","null","19000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","32045","tt0105526","en","The Taking of Beverly Hills","A chemical spill has caused the occupants of Beverly Hills to be forcibly evacuated. A retiring football player left behind, finds that the toxic gas emulating from the spill is a bogus front for a heist set up by fired police officers out to plunder the city of all its valuables. Finding himself siding with a corrupt cop who was once apart of the plan until he discovered the city's mayor had just been blown away, by one of the chief crooks in charge. Now both on the run with no help in sight...both must do whatever they can to stop these murderous looters.","1.395","/6odj5NeJmxn8n56ZCyMMrODVwtM.jpg","[{'id':365,'logo_path':null,'name':'Nelson Entertainment','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1991-10-10","0","96","[{'iso_639_1':'en','name':'English'}]","Released","The richest city in the world. Shut down. Ripped off. Blown up.","The Taking of Beverly Hills","false","5.3","13" +"false","/rKaWIwtdcEdVcXhfMd5SRnKYJ0e.jpg","null","13000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","185755","tt2459028","en","The Taking","Two strangers must discover a way to escape a sinister family who wishes to sacrifice their souls to an evil presence.","0.802","/aKM2SYsuw4WLssB6TnvBNz2oihi.jpg","[{'id':54393,'logo_path':null,'name':'BAPart Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-04-12","0","77","[{'iso_639_1':'en','name':'English'}]","Released","","The Taking","false","2.9","14" +"false","/4UnmIN6aJhUiCIw8JlQuxUJ9vzR.jpg","null","19000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","http://theswitch-movie.com/","41210","tt0889573","en","The Switch","An unmarried 40-year-old woman turns to a turkey baster in order to become pregnant. Seven years later, she reunites with her best friend, who has been living with a secret: he replaced her preferred sperm sample with his own.","8.27","/cikOGh4sUstWitAS3BTEpXsJ1vr.jpg","[{'id':771,'logo_path':null,'name':'Mandate Pictures','origin_country':'US'},{'id':2570,'logo_path':null,'name':'Bona Fide Productions','origin_country':''},{'id':7382,'logo_path':null,'name':'Echo Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-05-11","49830607","101","[{'iso_639_1':'en','name':'English'}]","Released","The most unexpected comedy ever conceived.","The Switch","false","6","969" +"false","/dCVbFGOlFCu1nmoMFqBuy1yVIbY.jpg","null","0","[{'id':18,'name':'Drama'}]","","33564","tt0063663","en","The Swimmer","Neddy Merrill has been away for most of the summer. He reappears at a friend's pool. As they talk, someone notices that there are pools spanning the entire valley. He decided to jog from pool to pool to swim the whole valley. As he stops in each pool his interactions tell his life story.","3.584","/dnufg3Ju7IkA9ui9BWr5Jxf4OM3.jpg","[{'id':388,'logo_path':null,'name':'Horizon Pictures','origin_country':''},{'id':17843,'logo_path':null,'name':'Dover Productions','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1968-05-15","0","95","[{'iso_639_1':'en','name':'English'}]","Released","When you talk about ""The Swimmer"" will you talk about yourself?","The Swimmer","false","7.6","55" +"false","/dZhPIZwIqLPR3yY1tau5AVgqRsk.jpg","null","5000000","[{'id':18,'name':'Drama'}]","","10217","tt0120255","en","The Sweet Hereafter","A small mountain community in Canada is devastated when a school bus accident leaves more than a dozen of its children dead. A big-city lawyer arrives to help the survivors' and victims' families prepare a class-action suit, but his efforts only seem to push the townspeople further apart. At the same time, one teenage survivor of the accident has to reckon with the loss of innocence brought about by a different kind of damage.","6.394","/bMmbAvCJ9ZLgCQq0YxygOMQxzEZ.jpg","[{'id':579,'logo_path':null,'name':'Alliance Communications','origin_country':''},{'id':8,'logo_path':'/78ilmDNTpdCfsakrsLqmAUkFTrO.png','name':'Fine Line Features','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","1997-05-14","3263585","112","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","There is no such thing as the simple truth.","The Sweet Hereafter","false","7.1","177" +"false","/5E4psmo0zoEHjsnOxNtNjevVD0Y.jpg","null","3730500","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","","116613","tt0857190","en","The Sweeney","Based on the '70s UK TV show, The Sweeney is an action-packed British police thriller from the director of Football Factory. Jack Regan (Ray Winstone), a hardened cop who doesn???t play by the rules, is confronted with a criminal from his past. With sidekick George Carter (Ben Drew aka Plan B) they are put on the case of a jewellery store heist that ends in a killing. But is that killing really an execution in disguise? With pressure from his boss and the fact that Regan is having an affair with that boss???s wife, it???s not going to be easy for him to stay out of trouble.","7.15","/wJuCqTaRawastkN9uAuvjAyPGrR.jpg","[{'id':10393,'logo_path':'/7MazD0kppT5OzdumzDi5IFYNthO.png','name':'Vertigo Films','origin_country':'GB'},{'id':22789,'logo_path':null,'name':'Embargo Films','origin_country':''},{'id':10896,'logo_path':null,'name':'Exponential Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2012-09-11","6294161","112","[{'iso_639_1':'sr','name':'Srpski'},{'iso_639_1':'en','name':'English'}]","Released","Act like a criminal to catch a criminal.","The Sweeney","false","5.9","139" +"false","/jsMlrZFwx74AzANG3QHmo7OFPPR.jpg","null","0","[{'id':35,'name':'Comedy'}]","","16561","tt0073766","en","The Sunshine Boys","Lewis and Clark, aka The Sunshine Boys, were famous comedians during the vaudeville era, but off-stage they couldn't stand each other and haven't spoken in over 20 years of retirement. Willy Clark's nephew is the producer of a TV variety show that wants to feature the reunion this classic duo. It is up to him to try to get the Sunshine Boys back together again for the show.","2.202","/7siYK1BZIhE2Nec2y8Tt8ILF9KH.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1975-11-06","0","111","[{'iso_639_1':'en','name':'English'}]","Released","For the price of a movie, you'll feel like a million!","The Sunshine Boys","false","6.9","39" +"false","/dSOBvxzexdJJkKgzPFDDYQWhFZm.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.hbo.com/movies/sunset-limited/index.html#","56831","tt1510938","en","The Sunset Limited","Based on the play of the same name by Pulitzer Prize Winner Cormac McCarthy, this searing two-character drama mixes humor and pathos while examining the relationship between strangers who are brought together by desperate circumstances. Set in a New York tenement apartment, the story focuses on two very different men - a deeply religious black ex-con who thwarts the suicide attempt of an asocial white college professor who tried to throw himself in front of an oncoming subway train, 'The Sunset Limited.' As the one attempts to connect on a rational, spiritual and emotional level, the other remains steadfast in his hard-earned despair. Locked in a philosophical debate, both passionately defend their personal credos and try to convert the other.","6.589","/vv5aU4ed63nWPCrXfnxd40Gx7fQ.jpg","[{'id':7429,'logo_path':'/6in9uMqxXEHx5XgYgkeRBpZ4rPw.png','name':'HBO Films','origin_country':'US'},{'id':2322,'logo_path':null,'name':'The Javelina Film Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-02-12","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Nothing is ever black or white.","The Sunset Limited","false","7.3","191" +"false","/zthVEHYYZd0psyAWGmWMyZuf646.jpg","null","68000000","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","http://www.paramount.com/movies/sum-all-fears","4614","tt0164184","en","The Sum of All Fears","When the president of Russia suddenly dies, a man whose politics are virtually unknown succeeds him. The change in political leaders sparks paranoia among American CIA officials, so CIA director Bill Cabot recruits a young analyst to supply insight and advice on the situation. Then the unthinkable happens: a nuclear bomb explodes in a U.S. city, and America is quick to blame the Russians.","11.366","/k3ZJrGAccBocurYccRyD3aP6ltV.jpg","[{'id':54502,'logo_path':null,'name':'Mel's Cite du Cinema','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':2767,'logo_path':null,'name':'Mace Neufeld Productions','origin_country':'US'},{'id':21409,'logo_path':null,'name':'MFP Munich Film Partners GmbH & Company I. Produktions KG','origin_country':''},{'id':21410,'logo_path':null,'name':'S.O.A.F. Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-05-31","193000000","124","[{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'uk','name':'??????????????????????'},{'iso_639_1':'de','name':'Deutsch'}]","Released","27,000 nuclear weapons. One is missing.","The Sum of All Fears","false","6.2","712" +"false","/hHvDXvBcN60U9WsJPrl0Unb5THG.jpg","null","3000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","5121","tt0072226","en","The Sugarland Express","Married small-time crooks Lou-Jean and Clovis Poplin lose their baby to the state of Texas and resolve to do whatever it takes to get him back. Lou-Jean gets Clovis out of jail, and the two steal their son from his foster home, in addition to taking a highway patrolman hostage. As a massive dragnet starts to pursue them across Texas, the couple become unlikely folk heroes and even start to bond with the captive policeman.","7.478","/9jS4EeZjUSeBuM4Fe8ZR2HprwZR.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':1865,'logo_path':null,'name':'Zanuck/Brown Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1974-04-05","12800000","110","[{'iso_639_1':'en','name':'English'}]","Released","Every cop in the state was after her. Everybody else was behind her.","The Sugarland Express","false","6.6","134" +"false","/rY3FMzhK9kS601aN4yWJEkQ4zvN.jpg","{'id':487765,'name':'The Strangers Collection','poster_path':'/yDnz0tE4QEQ8NjcZpgJ6g3PCdp5.jpg','backdrop_path':'/6m71j6oywKtXgwO0oxm28YwKOiu.jpg'}","9000000","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","http://www.universalstudiosentertainment.com/the-strangers/","10665","tt0482606","en","The Strangers","After returning from a wedding reception, a couple staying in an isolated vacation house receive a knock on the door in the mid-hours of the night. What ensues is a violent invasion by three strangers, their faces hidden behind masks. The couple find themselves in a violent struggle, in which they go beyond what either of them thought capable in order to survive.","8.416","/pZwTosOfiB9hGvXvPg9fpoOqKmp.jpg","[{'id':1224,'logo_path':null,'name':'Intrepid Pictures','origin_country':'US'},{'id':134,'logo_path':null,'name':'Rogue Pictures','origin_country':''},{'id':829,'logo_path':'/mzpAmEQ5P1gFvdRoNyCk9q8ngiv.png','name':'Vertigo Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-05-29","82391145","86","[{'iso_639_1':'en','name':'English'}]","Released","Lock the door. Pretend you're safe.","The Strangers","false","6.2","1116" +"false","/by97fEuZPkQmiaLhCRwaBnhJiJW.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","38166","tt1407078","en","The Stranger","Pro wrestling legend Steve Austin stars as a man with no name, no memory and absolutely nothing left to lose. But when he finds himself hunted by both the FBI and the Russian mob, this amnesiac decides to fight back. Pursuit cannot stop him. Torture will not break him. And with every beating, bullet and betrayal, he???ll remember another piece of the horror that took away his career, his family and his identity. Now the puzzle is nearly complete, and one man is about to take back his past???by ending a whole lot of futures. Erica Cerra (???Eureka???) and Adam Beach (Flags of Our Fathers) star in this explosive action-thriller about collateral damage, stone cold vengeance, and a double-crossed killing machine known only as The Stranger","2.294","/2AFU3pt8qPR0sGPVNuC8T7ouakk.jpg","[{'id':63875,'logo_path':null,'name':'Intruder Films','origin_country':''},{'id':7587,'logo_path':null,'name':'NGN Productions','origin_country':''},{'id':11045,'logo_path':null,'name':'Nasser Group, North','origin_country':''},{'id':11551,'logo_path':null,'name':'Movie Central Network','origin_country':''},{'id':808,'logo_path':'/4L1apH72jCx6Z5qyH7UOJUDlRoF.png','name':'The Movie Network','origin_country':'CA'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CA','name':'Canada'}]","2010-06-01","0","91","[{'iso_639_1':'en','name':'English'}]","Released","His Past Was Taken. His Vengeange Is Fueled.","The Stranger","false","5","29" +"false","/oTHPDylwlRUEZuZbm5xl7PgUor6.jpg","null","4500000","[{'id':35,'name':'Comedy'}]","","225703","tt2403029","en","The Starving Games","In this Hunger Games spoof, Kantmiss Evershot must fight for her life in the 75th annual Starving Games, where she could also win an old ham, a coupon for a foot-long sub, and a partially eaten pickle.","0.6","/2oBKmN1s9eNfkUde5M1RSWelMCl.jpg","[{'id':11565,'logo_path':null,'name':'The Safran Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-11-07","0","83","[{'iso_639_1':'en','name':'English'}]","Released","All the laughs, half the calories","The Starving Games","false","4.2","346" +"false","/2tCAEhE2rPONBmUOs4W73AlBWYg.jpg","{'id':645,'name':'James Bond Collection','poster_path':'/HORpg5CSkmeQlAolx3bKMrKgfi.jpg','backdrop_path':'/6VcVl48kNKvdXOZfJPdarlUGOsk.jpg'}","14000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://www.mgm.com/view/movie/1891/The-Spy-Who-Loved-Me/","691","tt0076752","en","The Spy Who Loved Me","Russian and British submarines with nuclear missiles on board both vanish from sight without a trace. England and Russia both blame each other as James Bond tries to solve the riddle of the disappearing ships. But the KGB also has an agent on the case.","20.523","/vYMgDqQDpqHDhz3enGkwBmTs7p7.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':7576,'logo_path':'/oYcUi1byZ312Z3xiz5ojz9RQLND.png','name':'Eon Productions','origin_country':'GB'},{'id':10761,'logo_path':null,'name':'Danjaq','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1977-07-07","185438673","125","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'ar','name':'??????????????'}]","Released","It's the BIGGEST. It's the BEST. It's BOND. And B-E-Y-O-N-D.","The Spy Who Loved Me","false","6.7","811" +"false","/sTajIGtYlBXcGJ1VIKL4sCIElJo.jpg","null","28000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","23172","tt1273678","en","The Spy Next Door","Former CIA spy Bob Ho takes on his toughest assignment to date: looking after his girlfriend's three kids, who haven't exactly warmed to their mom's beau. And when one of the youngsters accidentally downloads a top-secret formula, Bob's longtime nemesis, a Russian terrorist, pays a visit to the family.","9.44","/5Z9QrtpXnqF5BVg7kEotNMl6uPO.jpg","[{'id':46062,'logo_path':null,'name':'Spy Next Door','origin_country':''},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':3929,'logo_path':null,'name':'Robert Simonds Productions','origin_country':''},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-01-15","45236543","94","[{'iso_639_1':'en','name':'English'}]","Released","Spying is easy, Babysitting is hard.","The Spy Next Door","false","5.7","628" +"false","/x4TyJEo6fvDtvDvvuz1j4DPsoEN.jpg","null","4668069","[{'id':53,'name':'Thriller'},{'id':10752,'name':'War'}]","","75363","tt0031968","en","The Spy in Black","A German submarine is sent to the Orkney Isles in 1917 to sink the British fleet.","2.643","/nHh4KyHyCvHErIgqR1GNwuYMX7x.jpg","[{'id':73658,'logo_path':null,'name':'Irving Asher Productions','origin_country':''},{'id':659,'logo_path':null,'name':'London Film Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1939-10-07","0","82","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","Today's U-boat terror makes this the year's timeliest picture!","The Spy in Black","false","6.4","20" +"false","/1WNayre36yQ2ZBNXzXksQotoK25.jpg","{'id':275402,'name':'SpongeBob Collection','poster_path':'/bsCBgNIeqwUh0rWrEjojH7Xbqto.jpg','backdrop_path':'/uDbMvHRX0LMUxmsMyOOrPeLYHO5.jpg'}","74000000","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'},{'id':16,'name':'Animation'}]","http://www.spongebobmovie.com/","228165","tt2279373","en","The SpongeBob Movie: Sponge Out of Water","Burger Beard is a pirate who is in search of the final page of a magical book that makes any evil plan he writes in it come true, which happens to be the Krabby Patty secret formula. When the entire city of Bikini Bottom is put in danger, SpongeBob, Patrick, Mr. Krabs, Squidward, Sandy, and Plankton need to go on a quest that takes them to the surface. In order to get back the recipe and save their city, the gang must retrieve the book and transform themselves into superheroes.","14.122","/9wChSuUoQDiBKUnGTcYMkzRha60.jpg","[{'id':24955,'logo_path':'/rH0gVNXekxmpTTvFeIitUzJHFSm.png','name':'Paramount Animation','origin_country':'US'},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':2348,'logo_path':'/m31fQvZJuUvAgxoqTiCGYFBfZYe.png','name':'Nickelodeon Movies','origin_country':'US'},{'id':4859,'logo_path':'/wOF6aAYFE5BQryYyaMdQPqUWYwt.png','name':'Nickelodeon Animation Studio','origin_country':'US'},{'id':8921,'logo_path':null,'name':'United Plankton Pictures','origin_country':''},{'id':10256,'logo_path':null,'name':'Disruption Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-02-05","311594032","93","[{'iso_639_1':'en','name':'English'}]","Released","He's leaving his world behind.","The SpongeBob Movie: Sponge Out of Water","false","5.7","1122" +"false","/nS3iTWrps56ghHj1NUUml9M3ig6.jpg","null","60000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':878,'name':'Science Fiction'}]","http://www.mycityscreams.com/","8285","tt0831887","en","The Spirit","Down these mean streets a man must come. A hero born, murdered, and born again. A Rookie cop named Denny Colt returns from the beyond as The Spirit, a hero whose mission is to fight against the bad forces from the shadows of Central City. The Octopus, who kills anyone unfortunate enough to see his face, has other plans; he is going to wipe out the entire city.","10.656","/4TlzgL6yW9zI4Y0rGY0LjpmWWKJ.jpg","[{'id':429,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Comics','origin_country':'US'},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':7375,'logo_path':null,'name':'Dark Lot Entertainment','origin_country':''},{'id':7376,'logo_path':null,'name':'Continental Entertainment Group (CEG)','origin_country':''},{'id':3263,'logo_path':'/z0fbODSLBptxVKekL0950Lr71zU.png','name':'OddLot Entertainment','origin_country':'US'},{'id':5627,'logo_path':null,'name':'Media Magik Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-12-25","39031337","103","[{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","I'm gonna kill you all kinds of dead.","The Spirit","false","4.7","510" +"false","/dcHU8hCNqo5TEPLJSX4nFW2jDVY.jpg","null","45000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","2636","tt0111255","en","The Specialist","May Munro is a woman obsessed with getting revenge on the people who murdered her parents when she was still a girl. She hires Ray Quick, a retired explosives expert to kill her parent's killers. When Ned Trent, embittered ex-partner of Quick's is assigned to protect one of Quick's potential victims, a deadly game of cat and mouse ensues.","10.551","/flK0OtdFRvfbs5BixEqU327H8ZB.jpg","[{'id':2596,'logo_path':null,'name':'Jerry Weintraub Productions','origin_country':'US'},{'id':11134,'logo_path':null,'name':'Iguana Producciones','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'PE','name':'Peru'},{'iso_3166_1':'US','name':'United States of America'}]","1994-10-07","170362582","110","[{'iso_639_1':'en','name':'English'}]","Released","The government taught him to kill. Now he's using his skills to help a woman seek revenge against the Miami underworld.","The Specialist","false","5.6","517" +"false","/iklnzA0qoNQbkusQAU90H99D6Ya.jpg","null","8200000","[{'id':18,'name':'Drama'},{'id':10751,'name':'Family'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","","15121","tt0059742","en","The Sound of Music","A tomboyish postulant at an Austrian abbey becomes a governess in the home of a widowed naval captain with seven children, and brings a new love of life and music into the home.","11.744","/459fPVvI4lkEV0piSfcq0irKHi8.jpg","[{'id':6304,'logo_path':null,'name':'Robert Wise Productions','origin_country':''},{'id':6305,'logo_path':null,'name':'Argyle Enterprises','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1965-03-02","286214286","175","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","The happiest sound in all the world!","The Sound of Music","false","7.6","1594" +"false","/rUOOjdxQV42TYEIvZ3SMlD0lx4y.jpg","null","0","[{'id':18,'name':'Drama'}]","","159615","tt0053298","en","The Sound and the Fury","Passions divide a declining Southern family.","0.964","/bAGd3RVOGk6I9stq3gODBkAOwUp.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1959-03-27","0","110","[{'iso_639_1':'en','name':'English'}]","Released","","The Sound and the Fury","false","6.1","4" +"false","/v0o9M1us65w1kDQp8Q6KnB5a11s.jpg","null","150000000","[{'id':14,'name':'Fantasy'},{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://disney.go.com/disneypictures/sorcerersapprentice/","27022","tt0963966","en","The Sorcerer's Apprentice","Balthazar Blake is a master sorcerer in modern-day Manhattan trying to defend the city from his arch-nemesis, Maxim Horvath. Balthazar can't do it alone, so he recruits Dave Stutler, a seemingly average guy who demonstrates hidden potential, as his reluctant prot??g??. The sorcerer gives his unwilling accomplice a crash course in the art and science of magic, and together, these unlikely partners work to stop the forces of darkness.","12.29","/ZNSrRpdJ6FjMy4Iu6JpRTJ5Q87.jpg","[{'id':19097,'logo_path':null,'name':'Junction Entertainment','origin_country':''},{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':130,'logo_path':'/c9dVHPOL3cqCr2593Ahk0nEKTEM.png','name':'Jerry Bruckheimer Films','origin_country':'US'},{'id':831,'logo_path':null,'name':'Saturn Films','origin_country':'US'},{'id':8000,'logo_path':'/f8NwLg72BByt3eav7lX1lcJfe60.png','name':'Broken Road Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-07-13","215283742","109","[{'iso_639_1':'en','name':'English'}]","Released","It's The Coolest Job Ever.","The Sorcerer's Apprentice","false","5.9","2748" +"false","/aCSNjtvqBHAlDjs9k1fVU0kzGJp.jpg","null","0","[{'id':27,'name':'Horror'}]","","73203","tt0062292","en","The Sorcerers","The great hypnotist Professor Montserrat has developed a technique for controlling the minds, and sharing the sensations, of his subjects. He and his wife Estelle test the technique on Mike Roscoe, and enjoy 'being' the younger man. But Estelle soon grows to love the power of controlling Roscoe, and the vicarious pleasures that provides. How far will she go, and can the Professor restrain her in time?","1.207","/nDzpHpsnbJbyj7jMlxH5m7TUokT.jpg","[{'id':22331,'logo_path':null,'name':'Tigon','origin_country':''},{'id':5135,'logo_path':null,'name':'Curtwel Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1967-06-25","0","87","[{'iso_639_1':'en','name':'English'}]","Released","Boris Karloff He Turns Them On???He Turns Them Off???to live???love???die or KILL!","The Sorcerers","false","6.5","24" +"false","/ApBefsDhFfItayuZmKvxVyrU1ak.jpg","null","15000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","74536","tt1535612","en","The Son of No One","A rookie cop is assigned to the 118 Precinct in the same district where he grew up. The Precinct Captain starts receiving letters about two unsolved murders that happened many years ago in the housing projects when the rookie cop was just a kid. These letters bring back bad memories and old secrets that begin to threaten his career and break up his family.","6.952","/9FjamK28WyTvWkMTrRuFn0eqnDr.jpg","[{'id':1020,'logo_path':'/kuUIHNwMec4dwOLghDhhZJzHZTd.png','name':'Millennium Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-11-04","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Serve. Protect. Lie.","The Son of No One","false","5.2","149" +"false","/mrvlpJFAzKwZZkLm9VD7Rh2VECi.jpg","null","90000000","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'}]","","116745","tt0359950","en","The Secret Life of Walter Mitty","A timid magazine photo manager who lives life vicariously through daydreams embarks on a true-life adventure when a negative goes missing.","16.425","/b0nIj7dr2bcLAn3erYhql7f6aUm.jpg","[{'id':290,'logo_path':'/Q8mw2AOQQc8Qg0uNwLWq86DVZv.png','name':'Ingenious Media','origin_country':'GB'},{'id':22213,'logo_path':'/qx9K6bFWJupwde0xQDwOvXkOaL8.png','name':'TSG Entertainment','origin_country':'US'},{'id':9118,'logo_path':'/9o6KLcDBRw3fNItUflJVwj8dZpC.png','name':'Samuel Goldwyn Films','origin_country':'US'},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':10893,'logo_path':null,'name':'Big Screen Productions','origin_country':''},{'id':37336,'logo_path':null,'name':'Down Productions','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'},{'id':2932,'logo_path':'/4uLKLjGivVg2YnAIhAn8k7ZuVFj.png','name':'Red Hour','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-12-18","188133322","114","[{'iso_639_1':'en','name':'English'}]","Released","Stop Dreaming, Start Living","The Secret Life of Walter Mitty","false","7.1","4718" +"false","/iDiGyXXbT1eGhVVr6mIJXwZFV5E.jpg","{'id':306937,'name':'Best Exotic Marigold Hotel Collection','poster_path':'/8pMHYwfR8K2xR19RilAuVCyEBT.jpg','backdrop_path':'/f7Ceir6PotNxD6Bw34tXg6smMO4.jpg'}","10000000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","268238","tt2555736","en","The Second Best Exotic Marigold Hotel","As the Best Exotic Marigold Hotel has only a single remaining vacancy - posing a rooming predicament for two fresh arrivals - Sonny pursues his expansionist dream of opening a second hotel.","8.764","/4W6pi5wHMofabRSchK730mjrbQY.jpg","[{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'},{'id':6735,'logo_path':'/6yyByQrmTAgJv0QzZ1Eh1jiGX4R.png','name':'Participant Media','origin_country':'US'},{'id':30037,'logo_path':null,'name':'Blueprint Pictures','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2015-02-26","85978266","122","[{'iso_639_1':'en','name':'English'}]","Released","","The Second Best Exotic Marigold Hotel","false","6.4","407" +"false","/yTxqr5u6fOrk38z4dj0srLNDXcj.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","127651","tt1555093","en","The Seasoning House","The Seasoning House - where young girls are prostituted to the military. An orphaned deaf mute is enslaved to care for them. She moves between the walls and crawlspaces, planning her escape. Planning her ingenious and brutal revenge.","5.815","/kqh4MxJ1uHKFbw7SQERSCDyE69K.jpg","[{'id':14262,'logo_path':null,'name':'Templeheart Films','origin_country':''},{'id':23099,'logo_path':null,'name':'Sterling Pictures Ltd','origin_country':''},{'id':18230,'logo_path':null,'name':'Filmgate Films','origin_country':'SE'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2012-08-21","0","89","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Innocence isn't lost... it's taken.","The Seasoning House","false","6.4","112" +"false","/kiAjhX6iLmo2g0o3QgbOIwBfffQ.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","35233","tt0111094","en","The Scout","When his star recruit botches a Major League Baseball debut, humiliated talent scout, Al Percolo gets banished to rural Mexico, where he finds a potential gold mine in the arm of young phenom Steve Nebraska. Soon, the Bronx Bombers put a $55 million contract on the table???provided a psychiatrist can affirm Nebraska's mental stability.","3.035","/wH9ruOd7hthlX0D9mdXnuIp8sL3.jpg","[{'id':28822,'logo_path':null,'name':'Santo Domingo Film & Music Video','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-09-30","0","101","[{'iso_639_1':'en','name':'English'}]","Released","He was praying for a miracle. What he got was Steve Nebraska.","The Scout","false","5.1","49" +"false","/3K2e6Rn4B00T6VV3tl8BaQYJ3q0.jpg","{'id':116669,'name':'The Scorpion King Collection','poster_path':'/qFVW76HRCJFRtTha1vZO1tjYVQ1.jpg','backdrop_path':null}","0","[{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'}]","http://www.ign.com/scorpionking/","13486","tt1104123","en","The Scorpion King: Rise of a Warrior","The heroic tale of young Mathayus and his relentless quest for justice against an evil and powerful villain, King Sargon. Mathayus faces heart-stopping tribulations during his adventurous, odds-defying trajectory toward his ultimate destiny: becoming the formidable warrior king of an ancient desert empire.","16.223","/quqsgaoLSct4DzsKb6I7S5wmapw.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':3299,'logo_path':null,'name':'ApolloMovie Beteiligungs','origin_country':''},{'id':19643,'logo_path':null,'name':'Sommers Company, The','origin_country':''},{'id':773,'logo_path':'/8GHHXJTeF5XU5a5EN6myMiYwSJh.png','name':'Film Afrika Worldwide','origin_country':'ZA'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'ZA','name':'South Africa'},{'iso_3166_1':'DE','name':'Germany'}]","2008-07-19","0","109","[{'iso_639_1':'en','name':'English'}]","Released","See how the legend of The Scorpion King began!","The Scorpion King: Rise of a Warrior","false","4.2","282" +"false","/yZybOa1rTXyB7mzDpiYL96nubTM.jpg","{'id':116669,'name':'The Scorpion King Collection','poster_path':'/qFVW76HRCJFRtTha1vZO1tjYVQ1.jpg','backdrop_path':null}","5000000","[{'id':28,'name':'Action'},{'id':14,'name':'Fantasy'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'}]","","78049","tt1781896","en","The Scorpion King 3: Battle for Redemption","Since his triumphant rise to power in the original blockbuster ""The Scorpion King"", Mathayus' kingdom has fallen and he's lost his queen to plague. Now an assassin for hire, he must defend a kingdom from an evil tyrant and his ghost warriors for the chance to regain the power and glory he once knew. Starring Ron Perlman (""Hellboy"") and Billy Zane (""Titanic""), and featuring 6-time WWE champion Dave Bautista and UFC star Kimbo Slice, ""The Scorpion King 3: Battle for Redemption"" takes ""The Mummy"" phenomenon to an all-new level of epic action and non-stop adventure.","13.684","/i4BjV6dMPaCMiWCf86hPUg0BF9Z.jpg","[{'id':17009,'logo_path':'/ssowAxOrrqsSR2CKeiytOXwLoCW.png','name':'Universal 1440 Entertainment','origin_country':'US'},{'id':11462,'logo_path':'/7ZymELJwuWR4k5p0oeZ3d3WAhO3.png','name':'Alphaville Films','origin_country':''},{'id':19643,'logo_path':null,'name':'Sommers Company, The','origin_country':''},{'id':11581,'logo_path':'/yIORcWTFHtbXvWjqXAqFuMxx0K0.png','name':'Misher Films','origin_country':'US'},{'id':19865,'logo_path':null,'name':'A Grand Elephant','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-01-17","0","106","[{'iso_639_1':'en','name':'English'}]","Released","From the Producers of The Mummy","The Scorpion King 3: Battle for Redemption","false","4","151" +"false","/sP386SaCMTCz9ixvHpZtra0df49.jpg","{'id':116669,'name':'The Scorpion King Collection','poster_path':'/qFVW76HRCJFRtTha1vZO1tjYVQ1.jpg','backdrop_path':null}","60000000","[{'id':28,'name':'Action'},{'id':14,'name':'Fantasy'},{'id':12,'name':'Adventure'}]","http://www.the-scorpion-king.com/","9334","tt0277296","en","The Scorpion King","In ancient Egypt, peasant Mathayus is hired to exact revenge on the powerful Memnon and the sorceress Cassandra, who are ready to overtake Balthazar's village. Amid betrayals, thieves, abductions and more, Mathayus strives to bring justice to his complicated world.","25.768","/xHHMo8Za53XK8qpsdarrxUoxBwn.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':11462,'logo_path':'/7ZymELJwuWR4k5p0oeZ3d3WAhO3.png','name':'Alphaville Films','origin_country':''},{'id':7385,'logo_path':null,'name':'Kalima Productions GmbH & Co. KG','origin_country':''},{'id':7588,'logo_path':'/jxduCllItpBzaBQU00mhD3bxjkE.png','name':'World Wrestling Entertainment (WWE)','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'BE','name':'Belgium'}]","2002-04-18","165333180","92","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'th','name':'?????????????????????'}]","Released","Warrior. Legend. King.","The Scorpion King","false","5.4","1569" +"false","/cQ7y4GAwmDZAHev8IwOzA6Utr3z.jpg","null","68000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","11371","tt0227445","en","The Score","An aging thief hopes to retire and live off his ill-gotten wealth when a young kid convinces him into doing one last heist.","8.63","/dNWZZxtY1pgseuT4wYexNYjirDF.jpg","[{'id':19552,'logo_path':null,'name':'Horseshoe Bay Productions','origin_country':'US'},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':551,'logo_path':'/jSlzEZZ4Z1g7B2UExjZEIKsUvD9.png','name':'Mandalay Pictures','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2001-07-13","71069884","124","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","There are no partners in crime.","The Score","false","6.7","718" +"false","/mudx2Q9o7q0qF8eMrMgI3X07HFv.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","","224076","tt2887322","en","The Saratov Approach","An inspirational true story. On what seemed like any other day, Elders Travis Tuttle (Corbin Allred) and Andrew Propst (Maclain Nelson) are approached by Nikolai (Nikita Bogolyubov) to teach a friend. But then the missionaries experience the unimaginable - they are kidnapped, beaten, and held for ransom. While their families, friends, and the world pray for their safe release, Tuttle and Propst are tested physically, emotionally, and most of all spiritually.","1.027","/aQ93fy7SHMEYeFMD45fXzLaUiRw.jpg","[{'id':24906,'logo_path':null,'name':'Three Coin Productions','origin_country':''},{'id':24907,'logo_path':null,'name':'Saratov Films','origin_country':''}]","[{'iso_3166_1':'UA','name':'Ukraine'},{'iso_3166_1':'US','name':'United States of America'}]","2013-10-09","0","101","[{'iso_639_1':'uk','name':'??????????????????????'}]","Released","Abducted, Ransomed, Delivered","The Saratov Approach","false","6","18" +"false","/tCoAQSIqaXuMN6gNBMkQo5OxFwy.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","110146","tt1673697","en","The Sapphires","It's 1968, and four young, talented Australian Aboriginal girls learn about love, friendship and war when they entertain the US troops in Vietnam as singing group The Sapphires.","4.633","/h7zn7Sf0Jl6mFZjGj4TCHjSJj6T.jpg","[{'id':6748,'logo_path':'/74qmkZFGFMbCsIKo2Dk62QVsUKf.png','name':'Goalpost Pictures','origin_country':'AU'}]","[{'iso_3166_1':'AU','name':'Australia'}]","2012-08-08","0","103","[{'iso_639_1':'en','name':'English'}]","Released","Follow your heart. Discover your soul.","The Sapphires","false","6.7","96" +"false","/6gf8mPXSBWHN4owzSSy5ivJsZGb.jpg","{'id':53159,'name':'The Santa Clause Collection','poster_path':'/1h8iA6i2DpPhsHC65nUB2voVnm5.jpg','backdrop_path':'/jQiwVHJN1rsS4DqhF7hlYZTYCH.jpg'}","12000000","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':12,'name':'Adventure'}]","","13767","tt0452681","en","The Santa Clause 3: The Escape Clause","Now that Santa and Mrs. Claus have the North Pole running smoothly, the Counsel of Legendary Figures has called an emergency meeting on Christmas Eve! The evil Jack Frost has been making trouble, looking to take over the holiday! So he launches a plan to sabotage the toy factory and compel Scott to invoke the little-known Escape Clause and wish he'd never become Santa.","9.751","/kvKXyrc3cUGqXin2u76Ef8lApMI.jpg","[{'id':95593,'logo_path':null,'name':'Santa Frost Productions','origin_country':''},{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':12626,'logo_path':null,'name':'Boxing Cat Films','origin_country':''},{'id':19507,'logo_path':null,'name':'Outlaw Productions (I)','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-11-01","84500122","98","[{'iso_639_1':'en','name':'English'}]","Released","His time at the North Pole is about to go South.","The Santa Clause 3: The Escape Clause","false","5.1","474" +"false","/tftsh2e2IDGW3601QYixa9fnHFm.jpg","{'id':53159,'name':'The Santa Clause Collection','poster_path':'/1h8iA6i2DpPhsHC65nUB2voVnm5.jpg','backdrop_path':'/jQiwVHJN1rsS4DqhF7hlYZTYCH.jpg'}","65000000","[{'id':14,'name':'Fantasy'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","9021","tt0304669","en","The Santa Clause 2","Better watch out! The big guy in red is coming to town once again. This time, Scott Calvin -- also known as Santa Claus -- finds out there's an obscure clause in his contract requiring him to take on a wife. He has to leave the North Pole to fulfill his obligations, or else he'll be forced to give up his Yuletide gig.","9.341","/i7tbiDPIaa4VsQh1wWmbkY4zTRX.jpg","[{'id':12626,'logo_path':null,'name':'Boxing Cat Films','origin_country':''},{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':889,'logo_path':null,'name':'Outlaw Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-10-31","172842355","104","[{'iso_639_1':'en','name':'English'}]","Released","What's Christmas Fun without some Reindeer Games?","The Santa Clause 2","false","5.5","592" +"false","/m6kXoIPsU2zkvpA08pbJ3klRSW6.jpg","{'id':87214,'name':'The Sandlot Collection','poster_path':'/p2m9JzwjQukKKZfMrLF4HdW54X1.jpg','backdrop_path':null}","0","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","11528","tt0108037","en","The Sandlot","Scotty Smalls moves to a new neighborhood with his mom and stepdad, and wants to learn to play baseball. The neighborhood baseball guru Rodriquez takes Smalls under his wing. They fall into adventures involving baseball, treehouse sleep-ins, the desirous lifeguard at the local pool, the snooty rival ball team, and the travelling fair.","7.442","/fKJUQrAm5QbVR5DqgH9U5IflHGQ.jpg","[{'id':1595,'logo_path':null,'name':'Island World','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-04-07","32416586","101","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","A piece of paradise a half block wide and a whole summer long.","The Sandlot","false","7.3","433" +"false","/aXa6NkQlJdqySn641ltp8fdXGj2.jpg","null","12000000","[{'id':53,'name':'Thriller'}]","http://www.thesamaritanfilm.com/","98339","tt1867093","en","The Samaritan","After twenty years in prison, Foley is finished with the grifter's life. When he meets an elusive young woman named Iris, the possibility of a new start looks real. But his past is proving to be a stubborn companion.","6.528","/nKhSOX24JuELyf6pd8keRzU2rzm.jpg","[{'id':11875,'logo_path':null,'name':'H2O Motion Pictures','origin_country':''},{'id':11876,'logo_path':null,'name':'2262730 Ontario','origin_country':''},{'id':11877,'logo_path':null,'name':'Middle Child Films Inc.','origin_country':''},{'id':4186,'logo_path':null,'name':'Quickfire Films','origin_country':'GB'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2012-03-02","2521","90","[{'iso_639_1':'en','name':'English'}]","Released","","The Samaritan","false","5.6","108" +"false","/rcQZmnhcb6P4mkgJAHnCYp3c1gp.jpg","{'id':53159,'name':'The Santa Clause Collection','poster_path':'/1h8iA6i2DpPhsHC65nUB2voVnm5.jpg','backdrop_path':'/jQiwVHJN1rsS4DqhF7hlYZTYCH.jpg'}","22000000","[{'id':14,'name':'Fantasy'},{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","11395","tt0111070","en","The Santa Clause","Scott Calvin is an ordinary man, who accidentally causes Santa Claus to fall from his roof on Christmas Eve and is knocked unconscious. When he and his young son finish Santa's trip and deliveries, they go to the North Pole, where Scott learns he must become the new Santa and convince those he loves that he is indeed, Father Christmas.","10.296","/hrZjAYAF1o37k4Qb442c4yxwVLw.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':915,'logo_path':'/xXojkyRWFZ0JTJyjiu13ThKeFbz.png','name':'Hollywood Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-11-10","189833357","97","[{'iso_639_1':'en','name':'English'}]","Released","What if your dad was Santa Claus?","The Santa Clause","false","6.3","957" +"false","/vNNWdSVML7sXSzf4N4BLgVVKNFu.jpg","null","10500000","[{'id':18,'name':'Drama'},{'id':37,'name':'Western'}]","","266285","tt2720680","da","The Salvation","In 1870s America, a peaceful American settler kills his family's murderer which unleashes the fury of a notorious gang leader. His cowardly fellow townspeople then betray him, forcing him to hunt down the outlaws alone.","7.405","/b8uBcz6CgXOUsZhf2Y4RLHCwk19.jpg","[{'id':1880,'logo_path':null,'name':'Zentropa Productions','origin_country':'DK'},{'id':8275,'logo_path':'/sFEzEe5Rk5jjAEuiuPyXHvCGD9f.png','name':'Spier Films','origin_country':''},{'id':17748,'logo_path':null,'name':'Forward Films','origin_country':''},{'id':105392,'logo_path':null,'name':'TrustNordisk','origin_country':''}]","[{'iso_3166_1':'DK','name':'Denmark'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'ZA','name':'South Africa'},{'iso_3166_1':'SE','name':'Sweden'},{'iso_3166_1':'BE','name':'Belgium'}]","2014-05-22","42070000","92","[{'iso_639_1':'da','name':'Dansk'},{'iso_639_1':'en','name':'English'}]","Released","Bad men will bleed.","The Salvation","false","6.4","423" +"false","/zkwbub3cHE0KkMiQAej9Tal0oQw.jpg","null","22997992","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':10749,'name':'Romance'}]","","10170","tt0100530","en","The Russia House","An expatriate British publisher unexpectedly finds himself working for British intelligence to investigate people in Russia.","6.168","/y3Geqg8cEd7Z8YHyWkzE1vkcz6z.jpg","[{'id':841,'logo_path':'/6Yv1gIAuGkHS5Vis4UjnqHhCPWV.png','name':'Path?? Entertainment','origin_country':''},{'id':21854,'logo_path':null,'name':'Star Partners III Ltd.','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-12-19","0","122","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","","The Russia House","false","6.3","101" +"false","/r8YcQqO88VDzdLeN4W7x4qq9xxk.jpg","null","85000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'}]","http://www.therundown.com/","10159","tt0327850","en","The Rundown","When Travis, the mouthy son of a criminal, disappears in the Amazon in search of a treasured artifact, his father sends in Beck, who becomes Travis's rival for the affections of Mariana, a mysterious Brazilian woman. With his steely disposition, Beck is a man of few words -- but it takes him all the discipline he can muster to work with Travis to nab a tyrant who's after the same treasure.","8.898","/jPkfNgTuVdj8hp2znt5MxIAz5W7.jpg","[{'id':90249,'logo_path':null,'name':'IM3 Entertainment','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':10339,'logo_path':'/oiIi36MaWXwvvHWX5eojoE2Fiyv.png','name':'WWE Studios','origin_country':'US'},{'id':11581,'logo_path':'/yIORcWTFHtbXvWjqXAqFuMxx0K0.png','name':'Misher Films','origin_country':'US'},{'id':655,'logo_path':null,'name':'Strike Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-09-26","80916492","104","[{'iso_639_1':'pt','name':'Portugu??s'},{'iso_639_1':'en','name':'English'}]","Released","cut to the chase","The Rundown","false","6.4","877" +"false","/cFWrMfRaNy9xJI5xirwc7qtCncn.jpg","null","45000000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","23514","tt0376136","en","The Rum Diary","Tired of the noise and madness of New York and the crushing conventions of late Eisenhower-era America, itinerant journalist Paul Kemp travels to the pristine island of Puerto Rico to write for a local San Juan newspaper run by the downtrodden editor Lotterman. Adopting the rum-soaked lifestyle of the late ???50s version of Hemingway???s 'The Lost Generation', Paul soon becomes entangled with a very attractive American woman and her fianc??e, a businessman involved in shady property development deals.?? It is within this world that Kemp ultimately discovers his true voice as a writer and integrity as a man.","7.272","/hYtMOXjSur5QccB4pZYWbKHMDor.jpg","[{'id':816,'logo_path':null,'name':'FilmEngine','origin_country':''},{'id':3281,'logo_path':'/8tMybAieh64uzvm8knSjXOFX8Qc.png','name':'GK Films','origin_country':'GB'},{'id':2691,'logo_path':null,'name':'Infinitum Nihil','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-10-13","24000000","120","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","One part outrage. One part justice. Three parts rum. Mix well.","The Rum Diary","false","5.7","629" +"false","/aoy8HmDvoGPwWiGnQKFErg7FVYB.jpg","null","21000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","9428","tt0265666","en","The Royal Tenenbaums","Royal Tenenbaum and his wife Etheline had three children and then they separated. All three children are extraordinary --- all geniuses. Virtually all memory of the brilliance of the young Tenenbaums was subsequently erased by two decades of betrayal, failure, and disaster. Most of this was generally considered to be their father's fault. ""The Royal Tenenbaums"" is the story of the family's sudden, unexpected reunion one recent winter.","10.942","/5xw30y0pSaMtTcuZW5VaQPiR8qb.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':23449,'logo_path':null,'name':'American Empirical Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-10-12","71441250","110","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","Family Isn't A Word ... It's A Sentence.","The Royal Tenenbaums","false","7.5","2189" +"false","/8dc8WxSRpFKl7ZsVgKomyhpq4uf.jpg","null","40000000","[{'id':18,'name':'Drama'}]","http://www.thesocialnetwork-movie.com","37799","tt1285016","en","The Social Network","On a fall night in 2003, Harvard undergrad and computer programming genius Mark Zuckerberg sits down at his computer and heatedly begins working on a new idea. In a fury of blogging and programming, what begins in his dorm room as a small site among friends soon becomes a global social network and a revolution in communication. A mere six years and 500 million friends later, Mark Zuckerberg is the youngest billionaire in history... but for this entrepreneur, success leads to both personal and legal complications.","18.107","/ok5Wh8385Kgblq9MSU4VGvazeMH.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':258,'logo_path':null,'name':'Scott Rudin Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-10-01","224920315","121","[{'iso_639_1':'en','name':'English'}]","Released","You don't get to 500 million friends without making a few enemies.","The Social Network","false","7.2","5814" +"false","/tQfjvumbq1aLjVZwoprzagHZpLi.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.snowtownthemovie.com","67748","tt1680114","en","Snowtown","Based on true events, 16 year-old Jamie falls in with his mother's new boyfriend and his crowd of self-appointed neighborhood watchmen, a relationship that leads to a spree of torture and murder.","6.292","/jLLuK9PQ5rO7VOWzSqTXhKJQDYz.jpg","[{'id':7584,'logo_path':'/eGkfvvyf4fJTvBUR1xt1669IPA3.png','name':'Screen Australia','origin_country':'AU'},{'id':2806,'logo_path':'/vxOhCbpsRBh10m6LZ3HyImTYpPY.png','name':'South Australian Film Corporation','origin_country':'AU'},{'id':23315,'logo_path':null,'name':'Warp Films Australia','origin_country':''},{'id':71767,'logo_path':null,'name':'Carver Films','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2011-05-16","8452","120","[{'iso_639_1':'en','name':'English'}]","Released","Australia's most infamous crime story","Snowtown","false","6.3","145" +"false","/wDWtimW82b1Fo2DwkxAt3aCi8KT.jpg","{'id':134897,'name':'The Smurfs (Theatrical) Collection','poster_path':'/oHnEQNLwyxPlaolWKInN85CQfOx.jpg','backdrop_path':'/wMtKE8b0iBt0fZF28vcUiA7ghVt.jpg'}","110000000","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'}]","http://www.smurfhappens.com/","41513","tt0472181","en","The Smurfs","When the evil wizard Gargamel chases the tiny blue Smurfs out of their village, they tumble from their magical world and into ours -- in fact, smack dab in the middle of Central Park. Just three apples high and stuck in the Big Apple, the Smurfs must find a way to get back to their village before Gargamel tracks them down.","11.339","/ntP7anZWyi7TxFARKp78bHTLEVr.jpg","[{'id':2251,'logo_path':'/8PUjvTVmtJDdDXURTaSoPID0Boj.png','name':'Sony Pictures Animation','origin_country':'US'},{'id':7311,'logo_path':null,'name':'Kerner Entertainment Company','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-07-29","563749323","103","[{'iso_639_1':'en','name':'English'}]","Released","Smurf Happens.","The Smurfs","false","5.7","2029" +"false","/xqfnJn8ApELIa1zGLOa3W9q2Ztn.jpg","{'id':134897,'name':'The Smurfs (Theatrical) Collection','poster_path':'/oHnEQNLwyxPlaolWKInN85CQfOx.jpg','backdrop_path':'/wMtKE8b0iBt0fZF28vcUiA7ghVt.jpg'}","105000000","[{'id':14,'name':'Fantasy'},{'id':10751,'name':'Family'},{'id':35,'name':'Comedy'},{'id':16,'name':'Animation'}]","http://smurfhappens.com","77931","tt2017020","en","The Smurfs 2","The evil wizard Gargamel creates a couple of mischievous Smurf-like creatures called the Naughties that he hopes will let him harness the all-powerful, magical Smurf-essence. But when he discovers that only a real Smurf can give him what he wants, and only a secret spell that Smurfette knows can turn the Naughties into real Smurfs, Gargamel kidnaps Smurfette and brings her to Paris, where he has been winning the adoration of millions as the world??s greatest sorcerer. It's up to Papa, Clumsy, Grouchy, and Vanity to return to our world, reunite with their human friends Patrick and Grace Winslow, and rescue her! Will Smurfette, who has always felt different from the other Smurfs, find a new connection with the Naughties Vexy and Hackus or will the Smurfs convince her that their love for her is True Blue?","8.099","/mF2FXzZ3EktWoagU4fzoabNsK6J.jpg","[{'id':24097,'logo_path':null,'name':'NeoReel','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':2251,'logo_path':'/8PUjvTVmtJDdDXURTaSoPID0Boj.png','name':'Sony Pictures Animation','origin_country':'US'},{'id':9169,'logo_path':null,'name':'Hemisphere Media Capital','origin_country':''},{'id':7311,'logo_path':null,'name':'Kerner Entertainment Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-07-30","347434178","105","[{'iso_639_1':'en','name':'English'}]","Released","Get ready to get naughty!","The Smurfs 2","false","5.7","1149" +"false","/1sih2DOYueq9bT2Q0ocZlNx3BE8.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","299464","tt2386353","en","The Smoke","City lawyer Brad Walker (Matt di'Angelo) is having the worst day of his life. His high-maintenance girlfriend Sasha (Anna Passey) has left him for his so-called friend Tom (Christian Brassington) and to add insult to injury, he's been fired too. On a night out drowning his sorrows with old friend Dean (Jeff Leach), he overhears a conversation between Phil (Darren Ripley) and Ben (Stephen Marcus) - two drug dealers working for small-time gangster Jack (Alan Ford) - that will change his life forever...","0.6","/gdIzxD501avstBMfVevMhOpys1L.jpg","[]","[]","2014-10-04","0","89","[]","Released","There is no such thing as coincidence","The Smoke","false","4.5","5" +"false","/fDiWfa6w8KQyJc8us9BjG2unPBG.jpg","null","0","[{'id':10402,'name':'Music'},{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'},{'id':10749,'name':'Romance'}]","","16176","tt0075232","en","The Slipper and the Rose","In the tiny kingdom of Euphrania, the King and his court are most anxious to get Prince Edward wed. But Edward wants to marry for love. Meanwhile, young Cinderella finds life drastically altered with her father's death as she's forced to be a servant in her own house. But a cheery fairy godmother helps her with her impossible tasks, and even gets her to take an evening out at the King's bride-fin","1.424","/up1zaGFdOeYqIuwAd0s7p0Acw1F.jpg","[{'id':48941,'logo_path':null,'name':'Paradine Co-Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1976-03-24","0","146","[{'iso_639_1':'it','name':'Italiano'}]","Released","You'll forget every other love story you ever saw . . . or sang to.","The Slipper and the Rose","false","7","25" +"false","/4sSnSbwwmppyLA21EqGCLrNxAWw.jpg","null","0","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'}]","","86101","tt1971558","en","The Sleeper","It's 1981 and the girls of Alpha Gamma Theta sorority are having a party. As the new pledges arrive, so does an uninvited guest. Little do the sisters know someone is watching them in the shadows. As the girls shower, study, eat and sleep the stalker studies the girls. One by one he finds the girls at their most vulnerable and murders them. The police hunt for the missing girls and their killer, but will they find them in time? Or will the girls be forced to fight for their lives..","1.164","/bemuoXKpWRCRS5tofeqxO3d60Jz.jpg","[{'id':14466,'logo_path':null,'name':'Gamma Knife Films','origin_country':''}]","[]","2012-01-31","0","90","[{'iso_639_1':'en','name':'English'}]","Released","If I Die Before I Wake...","The Sleeper","false","3","16" +"false","/zBB1mzmqnUuSrlTuf0SFFlI1EoJ.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.skeletontwinsmovie.com","244772","tt1571249","en","The Skeleton Twins","Estranged twins Maggie and Milo coincidentally cheat death on the same day, prompting them to reunite and confront the reasons their lives went so wrong. As the twins' reunion reinvigorates them, they realize the key to fixing their lives may just lie in repairing their relationship.","7.297","/vvmv1R2jDXJeeeyYcGg0ypXc2XK.jpg","[{'id':20313,'logo_path':null,'name':'Venture Forth','origin_country':''},{'id':1974,'logo_path':null,'name':'Duplass Brothers Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-09-12","5284309","90","[{'iso_639_1':'en','name':'English'}]","Released","Family is a cruel joke.","The Skeleton Twins","false","6.7","389" +"false","/cK8aXi2m7IeNMEsOCiTjXdSBMq.jpg","null","43000000","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","9913","tt0397101","en","The Skeleton Key","A hospice nurse working at a spooky New Orleans plantation home finds herself entangled in a mystery involving the house's dark past.","12.105","/kP7s8PGey0E36JaFoFq2d3gRKNY.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':69,'logo_path':null,'name':'MFPV Film','origin_country':''},{'id':215,'logo_path':'/tQyeqkCj24krhY2W8qeAztcOS37.png','name':'Double Feature Films','origin_country':''},{'id':12269,'logo_path':null,'name':'ShadowCatcher Entertainment','origin_country':'US'},{'id':12270,'logo_path':null,'name':'Daniel Bobker Productions','origin_country':''},{'id':12271,'logo_path':null,'name':'Brick Dust Productions LLC','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2005-07-29","91974818","104","[{'iso_639_1':'en','name':'English'}]","Released","Fearing Is Believing","The Skeleton Key","false","6.5","984" +"false","/1X6F9OvfaWl6AGcCdqYl8icxG9z.jpg","null","40000000","[{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","745","tt0167404","en","The Sixth Sense","A psychological thriller about an eight year old boy named Cole Sear who believes he can see into the world of the dead. A child psychologist named Malcolm Crowe comes to Cole to help him deal with his problem, learning that he really can see ghosts of dead people.","16.2","/imps263dHNe3SuoaAJORZyNTdDT.jpg","[{'id':158,'logo_path':'/6SHlNIype9zmyEMRsBtoueUtLsq.png','name':'Spyglass Entertainment','origin_country':'US'},{'id':862,'logo_path':'/udTjbqPmcTbfrihMuLtLcizDEM1.png','name':'The Kennedy/Marshall Company','origin_country':'US'},{'id':915,'logo_path':'/xXojkyRWFZ0JTJyjiu13ThKeFbz.png','name':'Hollywood Pictures','origin_country':''},{'id':17032,'logo_path':null,'name':'Barry Mendel Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-08-06","672806292","107","[{'iso_639_1':'la','name':'Latin'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","Not every gift is a blessing.","The Sixth Sense","false","7.9","5890" +"false","/hGp2VR0Owc8WgiXtljsSzgJtIIg.jpg","null","25000000","[{'id':35,'name':'Comedy'}]","","57431","tt1366344","en","The Sitter","Noah, is not your typical entertain-the-kids-no-matter-how-boring-it-is kind of sitter. He's reluctant to take a sitting gig; he'd rather, well, be doing anything else, especially if it involves slacking. When Noah is watching the neighbor's kid he gets a booty call from his girlfriend in the city. To hook up with her, Noah takes to the streets, but his urban adventure spins out of control as he finds himself on the run from a maniacal drug lord.","9.614","/fjEbzpUboJB9TTxU0VuNpvhQOw.jpg","[{'id':20848,'logo_path':null,'name':'Rough House Pictures','origin_country':'US'},{'id':11370,'logo_path':null,'name':'Michael De Luca Productions','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-12-09","34942188","81","[{'iso_639_1':'en','name':'English'}]","Released","Worst. Babysitter. Ever.","The Sitter","false","5.4","460" +"false","/atxKnS6gCDlAIlKaQZZ4IVJhmBS.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","239562","tt2465140","en","The Single Moms Club","A group of single moms are brought together in the aftermath of an incident at their children's school.","4.713","/cKVwaF5RzibSYbKu4cXh3HAZxDx.jpg","[{'id':5984,'logo_path':null,'name':'34th Street Films','origin_country':''},{'id':3096,'logo_path':'/fkZTZ4veYYr3lwr2riVrVAOfeqD.png','name':'Tyler Perry Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-03-14","16337881","111","[{'iso_639_1':'en','name':'English'}]","Released","Nothing Like A Little Group Therapy","The Single Moms Club","false","5.8","68" +"false","/pzmrKXQgL7GEZvigD6W1bUEzXJN.jpg","{'id':9743,'name':'The Hannibal Lecter Collection','poster_path':'/aRbyr3KsdmIczGh6VrlvlgQdwMQ.jpg','backdrop_path':'/npCbvak9UhjPsZB9Oa2k2jsqI7E.jpg'}","19000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","274","tt0102926","en","The Silence of the Lambs","Clarice Starling is a top student at the FBI's training academy. Jack Crawford wants Clarice to interview Dr. Hannibal Lecter, a brilliant psychiatrist who is also a violent psychopath, serving life behind bars for various acts of murder and cannibalism. Crawford believes that Lecter may have insight into a case and that Starling, as an attractive young woman, may be just the bait to draw him out.","4.786","/qjAyTj2BSth1EQ89vNfo0JYVPFN.jpg","[{'id':55072,'logo_path':null,'name':'Strong Heart/Demme Production','origin_country':''},{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1991-02-01","272742922","119","[{'iso_639_1':'en','name':'English'}]","Released","To enter the mind of a killer she must challenge the mind of a madman.","The Silence of the Lambs","false","8.3","8081" +"false","/deecrWzgJgtHHNpOEQTXuNIGdNq.jpg","null","4000000","[{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","https://www.facebook.com/thesignalfilm","242095","tt2910814","en","The Signal","Three college students on a road trip across the Southwest experience a detour ??? the tracking of a computer genius who has already hacked into MIT and exposed security faults. When the trio find themselves drawn to an eerily isolated area, suddenly everything goes dark. When one of the students regains consciousness, he finds himself in a waking nightmare.","8.186","/aop90vZ5MBQLd1amdBkpqqfZgtP.jpg","[{'id':87213,'logo_path':null,'name':'Signal Film Group','origin_country':''},{'id':28286,'logo_path':null,'name':'Low Spark Films','origin_country':'US'},{'id':7625,'logo_path':'/kzq4ibnNeZrp00zpBWv3st1QCOh.png','name':'Automatik Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-03-15","600896","95","[{'iso_639_1':'en','name':'English'}]","Released","R U Agitated?","The Signal","false","5.9","887" +"false","/5Rcs4AThvFDpRt8VF6LDpN9JPk6.jpg","null","70000000","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","9882","tt0133952","en","The Siege","The secret US abduction of a suspected terrorist from his Middle East homeland leads to a wave of terrorist attacks in New York. An FBI senior agent and his team attempt to locate and decommission the enemy cells, but must also deal with an Army General gone rogue and a female CIA agent of uncertain loyalties.","11.358","/xifxCJU2Lx22qScn6WFjp9gtw5u.jpg","[{'id':13769,'logo_path':null,'name':'Lynda Obst Productions','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'},{'id':348,'logo_path':null,'name':'Bedford Falls Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-11-06","116672912","116","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'ar','name':'??????????????'}]","Released","On November 6th our freedom is history","The Siege","false","6.2","581" +"false","/i3MeWuUKyAfYYpaqX5s6M2x5ZJB.jpg","null","75000","[{'id':37,'name':'Western'}]","","42701","tt0062262","en","The Shooting","A hired gun seeks to enact revenge on a group of bounty hunters in the Old West.","2.639","/oaySRq49jlCtoYjhoR7IhSga6Vm.jpg","[{'id':38111,'logo_path':null,'name':'Proteus Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1966-10-23","0","82","[{'iso_639_1':'en','name':'English'}]","Released","Suspenseful desert pursuit in the ""High Noon"" tradition.","The Shooting","false","6.3","40" +"false","/h4DcDCOkQBENWBJZjNlPv3adQfM.jpg","{'id':530064,'name':'The Shining Collection','poster_path':'/Zu3LsXs8xBmIGpMTL5029EITJC.jpg','backdrop_path':'/6fI0lDcilB81ool1RHux11MUSZG.jpg'}","19000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","694","tt0081505","en","The Shining","Jack Torrance accepts a caretaker job at the Overlook Hotel, where he, along with his wife Wendy and their son Danny, must live isolated from the rest of the world for the winter. But they aren't prepared for the madness that lurks within.","21.197","/9fgh3Ns1iRzlQNYuJyK0ARQZU7w.jpg","[{'id':88,'logo_path':null,'name':'Hawk Films','origin_country':''},{'id':11272,'logo_path':null,'name':'Peregrine','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':734,'logo_path':null,'name':'Producers Circle','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1980-05-22","44017374","144","[{'iso_639_1':'en','name':'English'}]","Released","A masterpiece of modern horror.","The Shining","false","8.2","8047" +"false","/j9XKiZrVeViAixVRzCta7h1VU9W.jpg","null","25000000","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","","278","tt0111161","en","The Shawshank Redemption","Framed in the 1940s for the double murder of his wife and her lover, upstanding banker Andy Dufresne begins a new life at the Shawshank prison, where he puts his accounting skills to work for an amoral warden. During his long stretch in prison, Dufresne comes to be admired by the other inmates -- including an older prisoner named Red -- for his integrity and unquenchable sense of hope.","31.103","/9O7gLzmreU0nGkIB6K3BsJbzvNv.jpg","[{'id':97,'logo_path':'/7znWcbDd4PcJzJUlJxYqAlPPykp.png','name':'Castle Rock Entertainment','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-09-23","28341469","142","[{'iso_639_1':'en','name':'English'}]","Released","Fear can hold you prisoner. Hope can set you free.","The Shawshank Redemption","false","8.7","12594" +"false","/s43WO5oGFAgaMYdJTEVw6l5sUec.jpg","null","0","[{'id':18,'name':'Drama'}]","","194101","tt2304426","en","The Selfish Giant","A hyperactive boy and his best friend, a slow-witted youth with an affinity for horses, start collecting scrap metal for a shady dealer.","5.62","/AmqZnGqnvGYvKsCrZn05KFm3MxR.jpg","[{'id':34527,'logo_path':null,'name':'Moonspun Films','origin_country':''},{'id':7281,'logo_path':'/vuDafYIcuoY0YyvgcqtjXOKwn6Q.png','name':'British Film Institute','origin_country':'GB'},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2013-05-16","12189","91","[{'iso_639_1':'en','name':'English'}]","Released","","The Selfish Giant","false","7.4","114" +"false","/kPpQu0kgyCusHPG3Q3h1c4EWfpS.jpg","null","23000000","[{'id':14,'name':'Fantasy'},{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","http://disney.go.com/official-sites/arrietty/index","51739","tt1568921","ja","????????????????????????????????????","14-year-old Arrietty and the rest of the Clock family live in peaceful anonymity as they make their own home from items ""borrowed"" from the house's human inhabitants. However, life changes for the Clocks when a human boy discovers Arrietty.","11.856","/A4w9oSNQUwtkaucy3K7LbSngKrk.jpg","[{'id':10342,'logo_path':'/dT3UbXjca6TClutHJtr7GhkRALP.png','name':'Studio Ghibli','origin_country':'JP'},{'id':11846,'logo_path':'/olUFlCIaeecGrCTE4WLbF3ro7pa.png','name':'Hakuhodo DY Media Partners','origin_country':'JP'},{'id':20191,'logo_path':null,'name':'Mitsubishi Shoji','origin_country':''},{'id':20192,'logo_path':null,'name':'Nippon Television Network (NTV)','origin_country':'JP'},{'id':20193,'logo_path':null,'name':'Walt Disney Company','origin_country':''},{'id':1778,'logo_path':'/69xm6sF3JxugGVjfZfm1YY6d7EE.png','name':'Dentsu','origin_country':'JP'},{'id':882,'logo_path':'/fRSWWjquvzcHjACbtF53utZFIll.png','name':'Toho Company, Ltd.','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","2010-07-16","145570827","94","[{'iso_639_1':'ja','name':'?????????'}]","Released","Do not be seen by humans. That's been the law of children of the underfloor.","The Secret World of Arrietty","false","7.5","1182" +"false","/aEUpiEjbNjGYG03zh1ObwRK6UZc.jpg","null","12250000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","157845","tt2345737","en","The Rover","10 years after a global economic collapse, a hardened loner pursues the men who stole his car through the lawless wasteland of the Australian outback, aided by the brother of one of the thieves.","7.715","/ugVbrbicJHfOw8e24RUYISKqgvf.jpg","[{'id':6237,'logo_path':null,'name':'Porchlight Films','origin_country':''},{'id':7584,'logo_path':'/eGkfvvyf4fJTvBUR1xt1669IPA3.png','name':'Screen Australia','origin_country':'AU'},{'id':10951,'logo_path':'/48iBaAPgtoirf3C25HNkL9MhWfj.png','name':'Screen NSW','origin_country':'AU'},{'id':32299,'logo_path':'/yNphx07jCXygH1Zh73tSPHnNi82.png','name':'Blue-Tongue Films','origin_country':'AU'},{'id':32300,'logo_path':null,'name':'Lava Bear Films','origin_country':'US'},{'id':2806,'logo_path':'/vxOhCbpsRBh10m6LZ3HyImTYpPY.png','name':'South Australian Film Corporation','origin_country':'AU'}]","[{'iso_3166_1':'AU','name':'Australia'}]","2014-05-18","2295423","103","[{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'en','name':'English'}]","Released","Fear the man with nothing left to lose.","The Rover","false","6.2","415" +"false","/jfbwe2vlMYZKNGpRxwdkVgXtuXz.jpg","null","9250000","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","","16323","tt0079826","en","The Rose","Rock-and-roll singer Mary Rose Foster's romantic relationships and mental health are continuously imperilled by the demands of life on the road.","3.633","/uS7aPczFpLRI8AwmIf78oDg1TWN.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1979-11-07","29174648","125","[{'iso_639_1':'en','name':'English'}]","Released","She gave and gave, until she had nothing left to give","The Rose","false","6.8","45" +"false","/7jkhsizAjyEsQ2fynDINDrdHo3p.jpg","null","16000000","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':27,'name':'Horror'}]","http://www.theroommate-movie.com/","49950","tt1265990","en","The Roommate","When Sara, a young design student from Iowa, arrives for college in Los Angeles, she is eager to fit in and get to know the big city. Her wealthy roommate, Rebecca, is more than eager to take Sara under her wing and show her the ropes. The two become close, but when Sara begins to branch out and make more friends on campus, Rebecca becomes resentful. Alarmed, Sara moves in with her new boyfriend, causing Rebecca's behavior to take a violent turn.","7.609","/yvKZBncLbuNd3HX7dcqcepq83qy.jpg","[{'id':3287,'logo_path':'/bz6GbCQQXGNE56LTW9dwgksW0Iw.png','name':'Screen Gems','origin_country':'US'},{'id':829,'logo_path':'/mzpAmEQ5P1gFvdRoNyCk9q8ngiv.png','name':'Vertigo Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-02-04","52545707","91","[{'iso_639_1':'en','name':'English'}]","Released","2,000 colleges. 8 million roommates. Which one will you get?","The Roommate","false","5.3","383" +"false","/mz4lKE1bPRGOeoC14bf09SJw1tu.jpg","null","6000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.theroommovie.com/","17473","tt0368226","en","The Room","Johnny is a successful banker with great respect for and dedication to the people in his life, especially his future wife Lisa. The happy-go-lucky guy sees his world fall apart when his friends begin to betray him one-by-one.","8.841","/aUC39cFC2KO8CJ0EV0ijIJRr3PT.jpg","[{'id':3330,'logo_path':null,'name':'Chloe Productions','origin_country':''},{'id':3331,'logo_path':null,'name':'TPW Films','origin_country':''},{'id':3332,'logo_path':null,'name':'Wiseau-Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-06-27","1800","99","[{'iso_639_1':'en','name':'English'}]","Released","Can you ever really trust anyone?","The Room","false","4.2","676" +"false","/1dPfT8SAVv7ARTbPf4tiM6ThdP2.jpg","null","10000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","6723","tt0100514","en","The Rookie","Veteran cop Nick Pulovski is used to playing musical partners; many of the partners he's had in the past have died on the job, and often as a result of Nick's risky tactics. But the rookie who's been assigned to help Nick bust a carjacking ring is almost as hotheaded as he is ??? and when Nick gets kidnapped, his newbie partner is his only hope.","7.68","/eKNeRE7uxShUZavtuAJ5YY2ViYH.jpg","[{'id':171,'logo_path':null,'name':'Malpaso Productions','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-12-06","21633874","120","[{'iso_639_1':'en','name':'English'}]","Released","","The Rookie","false","5.7","216" +"false","/wyAJgNSphpSI2NYWg4VIxN2w8i9.jpg","null","15000000","[{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'}]","http://www.rockermovie.com","10186","tt1031969","en","The Rocker","Rob ""Fish"" Fishman is the drummer in '80s hair metal band Vesuvius. He's unceremoniously booted as the group signs a big record deal, is out of the music world for 20 years - and then receives a second chance with his nephew's band.","8.872","/yQfng0iKQVuGDdI5JeoKPINlXuH.jpg","[{'id':2890,'logo_path':'/sylRB38BNx3YFW3T6qV9RAXH3UU.png','name':'Fox Atomic','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-08-20","8762890","102","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Opportunity rocks.","The Rocker","false","5.8","268" +"false","/oxDIJiMnOebGkz1fD60SHbHhiTX.jpg","null","75000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'}]","","9802","tt0117500","en","The Rock","FBI chemical warfare expert Stanley Goodspeed is sent on an urgent mission with a former British spy, John Patrick Mason, to stop Gen. Francis X. Hummel from launching chemical weapons on Alcatraz Island into San Francisco. Gen. Hummel demands $100 million in war reparations to be paid to the families of slain servicemen who died on covert operations. After their SEAL team is wiped out, Stanley and John deal with the soldiers on their own.","14.563","/pAVaLJQBRM4JlZEGXvezwbxOd15.jpg","[{'id':10288,'logo_path':null,'name':'Don Simpson/Jerry Bruckheimer Films','origin_country':''},{'id':915,'logo_path':'/xXojkyRWFZ0JTJyjiu13ThKeFbz.png','name':'Hollywood Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-06-06","335062621","136","[{'iso_639_1':'en','name':'English'}]","Released","Alcatraz. Only one man has ever broken out. Now five million lives depend on two men breaking in.","The Rock","false","7","2244" +"false","/pUNlJ6jzDsgUvPjJeFfsyyOSZJx.jpg","null","32000000","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'}]","http://www.theroad-movie.com/","20766","tt0898367","en","The Road","A father and his son walk alone through burned America. Nothing moves in the ravaged landscape save the ash on the wind and water. It is cold enough to crack stones, and, when the snow falls it is gray. The sky is dark. Their destination is the warmer south, although they don't know what, if anything, awaits them there.","12.132","/nzw8YGJhWC2scIrXJmyQMy5iw6v.jpg","[{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'},{'id':846,'logo_path':null,'name':'2929 Productions','origin_country':'US'},{'id':8073,'logo_path':null,'name':'Nick Wechsler Productions','origin_country':''},{'id':13649,'logo_path':null,'name':'Chockstone Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-11-25","27635305","111","[{'iso_639_1':'en','name':'English'}]","Released","In a moment the world changed forever.","The Road","false","6.9","1802" +"false","/aZjAxTgEedMfwlONPbnmyqjUx0Y.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","11403","tt1241329","en","The River Why","A young man abandons his family for a solitary life of fly-fishing. His goal was to find his own way in the fishing world and thereby find himself and love.","3.086","/hqWOnNKoJzY7XqtAOS8bLLrC5Kh.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-04-09","0","101","[{'iso_639_1':'en','name':'English'}]","Released","One man's struggle to catch his dreams.","The River Why","false","5.7","30" +"false","/yaF4JUgdNy3NKXVtptTkKawZtlB.jpg","null","37000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","http://whatdoyoubelieve.warnerbros.com/","48171","tt1161864","en","The Rite","Seminary student Michael Kovak reluctantly attends exorcism school at the Vatican. While he???s in Rome, Michael meets an unorthodox priest who introduces him to the darker side of his faith, uncovering the devil???s reach even to one of the holiest places on Earth.","7.831","/94jKSKAOfM3EU4bPsOPkVB9AOHT.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':1836,'logo_path':null,'name':'Contrafilm','origin_country':''},{'id':2735,'logo_path':null,'name':'Mid Atlantic Films','origin_country':''},{'id':17336,'logo_path':null,'name':'Hungarian National Film Office','origin_country':''},{'id':21211,'logo_path':null,'name':'Rome Film Commission','origin_country':''},{'id':20419,'logo_path':null,'name':'Lazio Film Commission','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'HU','name':'Hungary'},{'iso_3166_1':'IT','name':'Italy'}]","2011-01-28","96047633","114","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'hu','name':'Magyar'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'la','name':'Latin'},{'iso_639_1':'cy','name':'Cymraeg'}]","Released","You can only defeat it when you believe.","The Rite","false","5.9","956" +"false","/nd5g9OaIkWMget1bZOkwbkfW28W.jpg","{'id':390774,'name':'The Krays Collection','poster_path':'/1JOwVE8Lahs1GhGGW5L0OW0ixZQ.jpg','backdrop_path':'/7pZlQf5SwzmPir8aCOUYcLZL1NT.jpg'}","2500000","[{'id':80,'name':'Crime'}]","http://www.signature-entertainment.co.uk/film/rise-of-the-krays/","356216","tt2945796","en","The Rise of the Krays","Follows the early years of two unknown 18 year old amateur boxers who quickly fought their way to becoming the most feared and respected villains in all of London. Told through the eyes of a close friend that survived them, we see them rise to infamy through drugs, sex and murder.","2.571","/2PaKVbMWqxgRYZ7hGzUa0b7xwGC.jpg","[{'id':4098,'logo_path':null,'name':'Carnaby International','origin_country':''},{'id':32475,'logo_path':null,'name':'Saracen Films','origin_country':''},{'id':62102,'logo_path':null,'name':'Torn Pictures','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-08-29","0","110","[{'iso_639_1':'en','name':'English'}]","Released","Brutal. Notorious. Legendary","The Rise of the Krays","false","4.8","26" +"false","/n4151SPSW0HypZNyPeVSfF7EE0V.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","270302","tt2717860","en","The Riot Club","Two first-year students at Oxford University join the infamous Riot Club, where reputations can be made or destroyed over the course of a single evening.","7.221","/zWc20gRd6pxmpEgrmJp9efDzj2j.jpg","[{'id':7281,'logo_path':'/vuDafYIcuoY0YyvgcqtjXOKwn6Q.png','name':'British Film Institute','origin_country':'GB'},{'id':2395,'logo_path':'/pZz4qs03FtP6UGtZ3hjQ6qimcwi.png','name':'HanWay Films','origin_country':'GB'},{'id':30037,'logo_path':null,'name':'Blueprint Pictures','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-09-19","2146041","107","[{'iso_639_1':'en','name':'English'}]","Released","Filthy Rich, Spoilt Rotten","The Riot Club","false","6","673" +"false","/jn4kOJHI7D45fOSg4KqHPsetdIB.jpg","null","0","[{'id':35,'name':'Comedy'}]","","9927","tt0267891","en","The Ringer","Pressured by a greedy uncle (Brian Cox) and a pile of debt, lovable loser Steve Barker (Knoxville) resorts to an unthinkable, contemptible, just-crazy-enough-to-work scheme. He pretends to be mentally challenged to rig the upcoming Special Olympics and bring home the gold. But when Steve's fellow competitors get wise to the con, they inspire him to rise to the greatest challenge of all: becoming a better person.","7.049","/AuqPA96KfZBjiFoBotMiDQ9mdOL.jpg","[{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-12-23","40442437","94","[{'iso_639_1':'en','name':'English'}]","Released","Make it special","The Ringer","false","5.7","164" +"false","/kQOLgJGvFjQ7EwGfaPkW9dlGFXJ.jpg","{'id':14563,'name':'The Ring Collection','poster_path':'/500xj7l72BojMZ3tNBJY46tg5YJ.jpg','backdrop_path':'/jXlFymc442CEMB5h3d62GeJefnW.jpg'}","48000000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","","565","tt0298130","en","The Ring","It sounded like just another urban legend: A videotape filled with nightmarish images, leading to a phone call foretelling the viewer's death in exactly seven days. As a newspaper reporter, Rachel Keller was naturally skeptical of the story, until four teenagers all met with mysterious deaths exactly one week after watching just such a tape. Allowing her investigative curiosity to get the better of her, Rachel tracks down the video... and watches it. Now she has just seven days to unravel the mystery of the Ring.","13.77","/zHJFdhqEXZJxG653oZvOM3PmNON.jpg","[{'id':6363,'logo_path':null,'name':'BenderSpink','origin_country':''},{'id':49325,'logo_path':null,'name':'Parkes+MacDonald Image Nation','origin_country':''},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'US','name':'United States of America'}]","2002-10-18","249348933","115","[{'iso_639_1':'en','name':'English'}]","Released","Before you die, you see","The Ring","false","6.5","3099" +"false","/qXei2iEg3lWJNTz3ER3uGOnPHow.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","","209406","tt2286990","en","The Right Kind of Wrong","Leo the dishwasher falls in love with a bride on the day of her wedding - to another man.","5.271","/bLB95CTLhQKQDpBQNG5OucfroE4.jpg","[{'id':12467,'logo_path':null,'name':'Nomadic Pictures','origin_country':'CA'},{'id':805,'logo_path':null,'name':'Serendipity Point Films','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2013-10-11","0","97","[{'iso_639_1':'en','name':'English'}]","Released","Leo just met the love of his life. At her wedding.","The Right Kind of Wrong","false","6","129" +"false","/bc8VWJSOGbOBOl6zQ2UfchVbjSb.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","","289727","tt2509850","en","The Rewrite","An Oscar-winning writer in a slump leaves Hollywood to teach screenwriting at a college on the East Coast, where he falls for a single mom taking classes there.","6.427","/49mHOUXZDbRMFavMrzUPv1KoMyj.jpg","[{'id':97,'logo_path':'/7znWcbDd4PcJzJUlJxYqAlPPykp.png','name':'Castle Rock Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-06-15","4453524","107","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","A comedy about getting on the same page.","The Rewrite","false","6","309" +"false","/aaqEZjCBlh5j6d3PCM81Kx9ldr4.jpg","null","6000000","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'}]","http://www.thereunion-movie.com/","77879","tt1792543","en","The Reunion","The Cleary brothers, Sam (John Cena), Leo (Ethan Embry) and Douglas (Boyd Holbrook) took dysfunctional families to a new level: Sam and Leo have grown up hating each other and neither likes their juvenile delinquent kid brother, Douglas, to whom they've only recently been introduced. The sons share the same father, a womanizing drunk, but all have different mothers. Their father died a rich man and when they're brought together by their sister Nina (Amy Smart) to learn which of them will inherit the old man`s fortune, they are handed an unpleasant surprise.","2.819","/qXRup4wwBS7Zv5TIJHQanJOtbtN.jpg","[{'id':10339,'logo_path':'/oiIi36MaWXwvvHWX5eojoE2Fiyv.png','name':'WWE Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-10-21","0","96","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pl','name':'Polski'}]","Released","Last Chance. Long Odds.","The Reunion","false","5.5","38" +"false","/ys8zcoWTHuxtrbMqU7KKA4UVYtf.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","227094","tt2093270","en","The Returned","In a post-zombie world, where the infected live normal lives, their retroviral drug is running out.","4.486","/xaebgpsOqxkfeKDaV4YMTbww5ss.jpg","[{'id':7956,'logo_path':null,'name':'Castelao Producciones','origin_country':''}]","[{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'CA','name':'Canada'}]","2013-11-15","0","98","[{'iso_639_1':'en','name':'English'}]","Released","","The Returned","false","6.1","116" +"false","/ni90AJz5Num872GjPFHvXmolKX8.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://www.thereturnofjoerich.com/","214703","tt1540014","en","The Return of Joe Rich","Joe believed in right and wrong until... His job outsourced to India. His teaser rate spiked. His wife bailed. But Joe has a plan...to get it all back, and more. Joe returns home, to the last place on planet Earth where real men can be found...Chicago. Joe's Uncle Dominic is ""connected"". Joe wants in...to The Mob, or ""The Outfit"", as it is called in Chicago. And he'll do anything to make it happen. Can a wanna-be wise guy live a long and happy life ? A way cool element of The Return of Joe Rich is amazing HD documentary footage of 10 real-life ""Chicago Guys"" ages 73 to 89. These ""guys"" found themselves in the same predicament, in real life, in the 1930's, 40's, and 50's, that Joe does today. They form a ""Greek Chorus"" which inter-cuts with the present day narrative of The Return of Joe Rich. Written by Sam Auster","1.4","/qd0c8V5gCf2j7Z49xyfBBQsypC0.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-10-12","0","94","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","","The Return of Joe Rich","false","3.8","2" +"false","/pBgZM68ZOerZQ4MM55o8kErpAjH.jpg","null","0","[{'id':37,'name':'Western'},{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':12,'name':'Adventure'}]","http://www.theretrieval.com/","169800","tt2635006","en","The Retrieval","On the outskirts of the Civil War, a boy is sent north by a bounty hunter gang to retrieve a wanted man.","2.296","/buXVsenVhRxWpTGTplzJujJ38zk.jpg","[{'id':45898,'logo_path':null,'name':'Sixth Street Films','origin_country':''},{'id':42039,'logo_path':null,'name':'Arts+Labor','origin_country':'US'},{'id':45899,'logo_path':null,'name':'Doki-Doki Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-04-02","0","92","[{'iso_639_1':'en','name':'English'}]","Released","","The Retrieval","false","6.7","23" +"false","/jCbLi7MXY7mO22WO6dVta2fCPmV.jpg","{'id':57971,'name':'The Rescuers Collection','poster_path':'/27YQ0qV5AolUQ4eX5caP0VbNLdQ.jpg','backdrop_path':'/bR0XKmrmPZtHX6oQ1nH1DEPX08G.jpg'}","37931000","[{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","","11135","tt0100477","en","The Rescuers Down Under","A lawless poacher wants to capture a majestic and rare golden eagle, so he kidnaps the boy who knows where to find the bird. Not to worry -- the Rescue Aid Society's top agents, heroic mice Miss Bianca and Bernard, fly to Australia to save the day. Accompanying the fearless duo are bumbling albatross Wilbur and local field operative Jake the Kangaroo Rat.","2.138","/mpIIgBqdthvx2oVwiCFHZhOUOuv.jpg","[{'id':6125,'logo_path':'/tVPmo07IHhBs4HuilrcV0yujsZ9.png','name':'Walt Disney Animation Studios','origin_country':'US'},{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':10282,'logo_path':null,'name':'Silver Screen Partners IV','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-11-16","47431461","77","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ko','name':'?????????/?????????'},{'iso_639_1':'da','name':'Dansk'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'no','name':'Norsk'},{'iso_639_1':'sv','name':'svenska'}]","Released","","The Rescuers Down Under","false","6.6","564" +"false","/yA4OiCFItCMCmFOXVFT4Xy1HsqI.jpg","null","50000000","[{'id':35,'name':'Comedy'}]","","10393","tt0191397","en","The Replacements","Maverick old-guard coach Jimmy McGinty is hired in the wake of a players' strike to help the Washington Sentinels advance to the playoffs. But that impossible dream hinges on whether his replacements can hunker down and do the job. So, McGinty dusts off his secret dossier of ex-players who never got a chance (or screwed up the one they were given) and knits together a bad-dream team of guys who just may give the Sentinels their title shot.","9.864","/cHI4RgNND66gAcV63V5SoS76tVQ.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-08-07","50054511","118","[{'iso_639_1':'en','name':'English'}]","Released","Throw the ball. Catch the girl. Keep it simple.","The Replacements","false","6.4","369" +"false","/whYdqicpLH1U9MzpD1FlVKwXTRj.jpg","null","11500000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","1245","tt0107943","en","The Remains of the Day","A rule bound head butler's world of manners and decorum in the household he maintains is tested by the arrival of a housekeeper who falls in love with him in post-WWI Britain. The possibility of romance and his master's cultivation of ties with the Nazi cause challenge his carefully maintained veneer of servitude.","10.084","/tenGs4WQdNcjlN5BAOWfaBts6fr.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':2370,'logo_path':null,'name':'Merchant Ivory Productions','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1993-11-05","23237911","134","[{'iso_639_1':'en','name':'English'}]","Released","Diamond in the Rough","The Remains of the Day","false","7.6","452" +"false","/j1wEyEwVc6GwnylWGjn4cSkEQue.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","280002","tt2714380","en","The Remaining","When a group of close-knit friends assemble for the marriage of Skylar and Dan, they have no idea they will witness The Rapture and face a series of catastrophic events turning the celebration into a life-or-death struggle.","4.967","/61ViFj4qhCWr5tqW53HUSSKLxFD.jpg","[{'id':24007,'logo_path':null,'name':'Sunrise Pictures','origin_country':'US'},{'id':10156,'logo_path':'/bWjWWQfiyZh9AkGYCkx1NcVdSvn.png','name':'Affirm Films','origin_country':'US'},{'id':49204,'logo_path':null,'name':'Cinematic','origin_country':''},{'id':49206,'logo_path':null,'name':'Baron Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-08-25","1169603","88","[{'iso_639_1':'en','name':'English'}]","Released","After the rapture, there are fates worse than death.","The Remaining","false","4.1","116" +"false","/68K4j1nLYwmt0QdodhGFt4SnTS0.jpg","null","600","[{'id':10402,'name':'Music'},{'id':14,'name':'Fantasy'},{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':35,'name':'Comedy'}]","","22752","tt0034091","en","The Reluctant Dragon","Humorist Robert Benchley attempts to find Walt Disney to ask him to adapt a short story about a gentle dragon who would rather recite poetry than be ferocious. Along the way, he is given a tour of Walt Disney Studios, and learns about the animation process.","4.917","/fNqWGKqs2kvbD6dDHxQv4Z2r7wm.jpg","[{'id':6,'logo_path':'/n53F7K9scQWFXYbrCablqLKqJdp.png','name':'RKO Radio Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1941-06-19","0","74","[{'iso_639_1':'en','name':'English'}]","Released","The big feature show with a thousand surprises!","The Reluctant Dragon","false","6.8","46" +"false","/i0lFKTGIodo6Ex8ixVXJQd2RJxz.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","5928","tt0064886","en","The Reivers","In turn-of-the-century Mississippi, an 11-year-old boy comes of age as two mischievous adult friends talk him into sneaking the family car out for a trip to Memphis and a series of adventures.","1.227","/ujZFczURdyDvAvHeBAaSC2Q8I6Y.jpg","[{'id':3070,'logo_path':null,'name':'Cinema Center Films','origin_country':''},{'id':16125,'logo_path':null,'name':'Duo Films','origin_country':''},{'id':599,'logo_path':null,'name':'Solar Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1969-12-25","0","106","[{'iso_639_1':'en','name':'English'}]","Released","Boon is a reiver (that's a cheat, a liar, a brawler and womaniser) and he had just four days to teach young Lucius the facts of life (like cheating, lying, brawling and womanizing).","The Reivers","false","6.4","18" +"false","/h09XG5f2QCKvA3jf7SoEeiWStec.jpg","null","156660","[{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'}]","http://www.clearfocus-productions.co.uk/the_redwood_massacre.html","339992","tt3242756","en","The Redwood Massacre","??????THE REDWOOD MASSACRE??? is about five adventurous friends, visiting the legendary murder site of Redwood. It has all the hallmarks of being an exciting and thrilling camping weekend away. They soon discover they???re not the only people in the mysterious location. The fun camping expedition soon turns into a nightmare as they are sadistically stalked by a mysterious unseen killer.","2.491","/1isFMzWIdydEmmCKwRgePWpeNqu.jpg","[{'id':4451,'logo_path':null,'name':'Alive Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-09-28","0","82","[{'iso_639_1':'en','name':'English'}]","Released","Evil Doesn't Die Easily","The Redwood Massacre","false","4.1","29" +"false","/g2CTu1zfnORpAlydV3PTtxRBqPl.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","1647","tt0292506","en","The Recruit","A brilliant CIA trainee must prove his worth at the Farm, the agency's secret training grounds, where he learns to watch his back and trust no one.","10.163","/hQuFWLIKUwWUWYhk6KHsBOKKeHc.jpg","[{'id':58262,'logo_path':null,'name':'Birnbaum / Barber Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-01-31","101191884","115","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fa','name':'??????????'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Trust. Betrayal. Deception. In the C.I.A. nothing is what it seems.","The Recruit","false","6.3","843" +"false","/tHskgc02jDVnhsPSmPpfEZeLL5v.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","","24122","tt1205535","en","The Rebound","Upon discovering her husband's infidelity, Sandy leaves the suburbs and moves into the city. There, she befriends Aram, a guy whose wife only married him so she could get a green card. Sandy hires Aram to be her nanny, and it isn't long until Aram and Sandy find out they get along wonderfully and start to date. But is their relationship real or is it, in fact, just a rebound for both of them?","10.761","/nkkFebe8ZgE843rnTrlaRWJy0g9.jpg","[{'id':29060,'logo_path':null,'name':'Process Media','origin_country':'US'},{'id':5257,'logo_path':null,'name':'The Film Department','origin_country':'US'},{'id':12073,'logo_path':'/usGQu4MSWRwSpgo07aZRwVQzWTY.png','name':'Dillywood','origin_country':'US'},{'id':114561,'logo_path':null,'name':'A&F Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-09-16","0","95","[{'iso_639_1':'en','name':'English'}]","Released","She's still got it. He's just getting it.","The Rebound","false","6","386" +"false","/nsqs8dV3DBeheey1qqnbTD4LSHW.jpg","null","32000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","8055","tt0976051","en","The Reader","The story of Michael Berg, a German lawyer who, as a teenager in the late 1950s, had an affair with an older woman, Hanna, who then disappeared only to resurface years later as one of the defendants in a war crimes trial stemming from her actions as a concentration camp guard late in the war. He alone realizes that Hanna is illiterate and may be concealing that fact at the expense of her freedom.","9.662","/mEqgCzhGO3gi9DkevgM7N6a5mY3.jpg","[{'id':308,'logo_path':'/e8F3mQM7DkJ5SfYYDp8FYzPBOGX.png','name':'The Weinstein Company','origin_country':'US'},{'id':315,'logo_path':'/hdu0sVxgtCuQud0xF8ZBiN7hEhY.png','name':'Filmstiftung Nordrhein-Westfalen','origin_country':'DE'},{'id':932,'logo_path':null,'name':'Mirage Enterprises','origin_country':''},{'id':7307,'logo_path':null,'name':'Medienboard Berlin-Brandenburg','origin_country':''},{'id':11238,'logo_path':null,'name':'Deutsche Filmf??rderfonds (DFFF)','origin_country':''},{'id':12346,'logo_path':null,'name':'Mitteldeutsche Medienf??rderung (MDM)','origin_country':''},{'id':264,'logo_path':'/fA90qwUKgPhMONqtwY60GaHRyrW.png','name':'Studio Babelsberg','origin_country':'DE'},{'id':2026,'logo_path':'/q9s9KGhSsFEnpTmLLwprytB3T3d.png','name':'FFA','origin_country':'DE'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2008-12-10","113019290","124","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'el','name':'????????????????'},{'iso_639_1':'la','name':'Latin'}]","Released","Behind the mystery lies a truth that will make you question everything you know.","The Reader","false","7.4","1476" +"false","/7P319Zq0RwYsAHmSjLndcOSW9kl.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","56135","tt0038873","en","The Razor's Edge","A adventuresome young man goes off to find himself and loses his socialite fianc??e in the process. But when he returns 10 years later, she will stop at nothing to get him back, even though she is already married.","2.203","/a6UTn8J0dftf4YBID6qAf1UeZEx.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1946-11-19","0","145","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Hunger no love . . . woman . . . or wealth could satisfy!","The Razor's Edge","false","6.8","34" +"false","/toSLsmtud3XDRuZrA8goZmahjLo.jpg","null","26000000","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","70436","tt1486192","en","The Raven","A fictionalized account of the last days of Edgar Allan Poe's life, in which the poet is in pursuit of a serial killer whose murders mirror those in the writer's stories.","8.111","/hvWiERBXBa8RDYNdNzCbdVbUWFH.jpg","[{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':1224,'logo_path':null,'name':'Intrepid Pictures','origin_country':'US'},{'id':7493,'logo_path':'/452FO4LcI6lA6bfgl6w1kQYRBlr.png','name':'FilmNation Entertainment','origin_country':'US'},{'id':8084,'logo_path':null,'name':'Galavis Film','origin_country':''},{'id':9217,'logo_path':null,'name':'Pioneer Pictures','origin_country':''}]","[{'iso_3166_1':'HU','name':'Hungary'},{'iso_3166_1':'RS','name':'Serbia'},{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'US','name':'United States of America'}]","2012-03-09","29657751","111","[{'iso_639_1':'en','name':'English'}]","Released","The only one who can stop a serial killer is the man who inspired him.","The Raven","false","6.3","666" +"false","/f3dFwTEt1OixC2WL9C3tAV7okef.jpg","null","350000","[{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'}]","","29056","tt0057449","en","The Raven","A magician who has been turned into a raven turns to a former sorcerer for help in this film loosely based on the Edgar Allen Poe poem.","5.475","/tt7m22ki1raa0NrvesawJgsQ4Jn.jpg","[{'id':4820,'logo_path':null,'name':'Alta Vista Productions','origin_country':''},{'id':9266,'logo_path':null,'name':'American International Pictures (AIP)','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1963-01-25","1499275","86","[{'iso_639_1':'en','name':'English'}]","Released","The Macabre Masterpiece of Terror!","The Raven","false","6.4","88" +"false","/fbcMhvsbrxw9vCTiB87qQhcURxA.jpg","null","40000000","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","11975","tt0119978","en","The Rainmaker","When Rudy Baylor, a young attorney with no clients, goes to work for a seedy ambulance chaser, he wants to help the parents of a terminally ill boy in their suit against an insurance company. But to take on corporate America, Rudy and a scrappy paralegal must open their own law firm.","7.553","/ljHBYpeNAUAc8AaxfDArpB2A4yg.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':14941,'logo_path':null,'name':'Constellation Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-11-18","45916769","135","[{'iso_639_1':'en','name':'English'}]","Released","They were totally unqualified to try the case of a lifetime... but every underdog has his day.","The Rainmaker","false","6.9","398" +"false","/6AGU1BJZthZ8WGNHiLeI0NjR3ie.jpg","null","18000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","127560","tt2058107","en","The Railway Man","A victim from World War II's ""Death Railway"" sets out to find those responsible for his torture. A true story.","8.151","/3iU9KLIhvc3pdl1SkeD0gv4BO0f.jpg","[{'id':1471,'logo_path':null,'name':'Archer Street Productions','origin_country':''},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':3207,'logo_path':null,'name':'Pictures in Paradise','origin_country':''},{'id':15577,'logo_path':null,'name':'Latitude Media','origin_country':''},{'id':15578,'logo_path':null,'name':'Thai Occidental Productions','origin_country':''},{'id':12075,'logo_path':null,'name':'Silver Reel','origin_country':'CH'}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2013-12-26","22309223","116","[{'iso_639_1':'en','name':'English'}]","Released","Revenge is never a straight line.","The Railway Man","false","6.9","392" +"false","/dIyGEvgdqvk7PjQYqDJOy5bmOh4.jpg","{'id':257960,'name':'The Raid Collection','poster_path':'/dXNof3qb8sY9QOmJ7jdU48ILH7e.jpg','backdrop_path':'/oRQ7INsPDVon7U2jphXDr7LSP3H.jpg'}","1100000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","http://www.sonyclassics.com/theraid/","94329","tt1899353","id","Serbuan maut","Deep in the heart of Jakarta's slums lies an impenetrable safe house for the world's most dangerous killers and gangsters. Until now, the run-down apartment block has been considered untouchable to even the bravest of police. Cloaked under the cover of pre-dawn darkness and silence, an elite swat team is tasked with raiding the safe house in order to take down the notorious drug lord that runs it. But when a chance encounter with a spotter blows their cover and news of their assault reaches the drug lord, the building's lights are cut and all the exits blocked. Stranded on the sixth floor with no way out, the unit must fight their way through the city's worst to survive their mission. Starring Indonesian martial arts sensation Iko Uwais.","12.541","/mfDGRp19BcZUfPIhdqzdQ2uGZrf.jpg","[{'id':860,'logo_path':'/aWrTeKCGu9jjsiiVSDsALC3vxu4.png','name':'Celluloid Dreams','origin_country':'FR'},{'id':12141,'logo_path':'/423neXn2pC3088B4S7vBcfkG32c.png','name':'Pt. Merantau Films','origin_country':''},{'id':12142,'logo_path':'/rPnEeMwxjI6rYMGqkWqIWwIJXxi.png','name':'XYZ Films','origin_country':'US'}]","[{'iso_3166_1':'ID','name':'Indonesia'}]","2011-09-08","4105187","101","[{'iso_639_1':'id','name':'Bahasa indonesia'}]","Released","1 Ruthless Crime Lord, 20 Elite Cops, 30 Floors of Hell","The Raid","false","7.4","1562" +"false","/y5FJGeHuwWH5PTW7ZN0dHfcr7UJ.jpg","{'id':257053,'name':'Carrie Collection','poster_path':'/5atZnoMxfDtEJbc1XpdYJLRLsRT.jpg','backdrop_path':'/dq9R9yertBFLssefa5d43XApBr9.jpg'}","21000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","","7341","tt0144814","en","The Rage: Carrie 2","After the suicide of her only friend, Rachel has never felt more on the outside. The one person who reached out to her, Jessie, also happens to be part of the popular crowd that lives to torment outsiders like her. But Rachel has something else that separates her from the rest, a secret amazing ability to move things with her mind. Sue Snell, the only survivor of Carrie White's rampage twenty-two years ago, may hold the key to helping Rachel come to terms with her awesome, but unwanted power. But as Rachel slowly learns to trust, a terrible trap is being laid for her. And making her angry could prove to be fatal.","7.29","/fiGEbHu1CzpTpo4fiAZqXlMJPle.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':2229,'logo_path':null,'name':'Red Bank Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-03-11","17762705","104","[{'iso_639_1':'en','name':'English'}]","Released","Looks Can Kill","The Rage: Carrie 2","false","5.1","148" +"false","/rslNlBVG6SRUwh3sNizBhkf9c3g.jpg","null","200000","[{'id':27,'name':'Horror'}]","","193612","tt2235779","en","The Quiet Ones","A university student and some classmates are recruited to carry out a private experiment -- to create a poltergeist. Their subject: an alluring, but dangerously disturbed young woman. Their quest: to explore the dark energy that her damaged psyche might manifest. As the experiment unravels along with their sanity, the rogue PHD students, led by their determined professor, are soon confronted with a terrifying reality: they have triggered an unspeakable force with a power beyond all explanation.","6.531","/dlMln6CldiB5pt9vSSJBiNL83bh.jpg","[{'id':1314,'logo_path':'/gQBluDqe6dc2ZdzfJbabEHoSGoG.png','name':'Hammer Film Productions','origin_country':'GB'},{'id':11448,'logo_path':'/twhX9HMUuGW4Mhb45AyWDhRqkvR.png','name':'Exclusive Media','origin_country':'US'},{'id':20791,'logo_path':null,'name':'Travelling Picture Show Company','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2014-04-01","17834867","98","[{'iso_639_1':'en','name':'English'}]","Released","A shocking experiment. An unspeakable evil.","The Quiet Ones","false","5","385" +"false","/cj3lukzKbMVdhz486awyKJBJ1H5.jpg","null","1000000","[{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","10176","tt0089869","en","The Quiet Earth","After a top-secret experiment misfires, a scientist may be the only man left alive in the world.","7.849","/4AYO5ge9CIezbcMK4uyAWsdHFpR.jpg","[{'id':6927,'logo_path':null,'name':'Cinepro','origin_country':'BR'},{'id':6928,'logo_path':null,'name':'Mr. Yellowbeard Productions Limited & Company','origin_country':''}]","[{'iso_3166_1':'NZ','name':'New Zealand'}]","1985-09-08","0","91","[{'iso_639_1':'en','name':'English'}]","Released","The End of the World is Just the Beginning","The Quiet Earth","false","6.6","241" +"false","/dgzttUASyU336PjMEHqfBJC5QLv.jpg","null","32000000","[{'id':37,'name':'Western'}]","","12106","tt0114214","en","The Quick and the Dead","A mysterious woman comes to compete in a quick-draw elimination tournament, in a town taken over by a notorious gunman.","8.14","/50ZzhAMO6nunlCp7FrGj7VoLxJV.jpg","[{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'}]","[{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'US','name':'United States of America'}]","1995-02-09","18552460","107","[{'iso_639_1':'en','name':'English'}]","Released","Think you are quick enough?","The Quick and the Dead","false","6.3","699" +"false","/3puBH61IH4MZgwIwpMY9CE7x6FL.jpg","{'id':123726,'name':'Quatermass (Hammer series)','poster_path':'/oqXab8eW30UasgSO46iTmyjoYac.jpg','backdrop_path':null}","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","24580","tt0049646","en","The Quatermass Xperiment","The first manned spacecraft, fired from an English launchpad, is first lost from radar, then roars back to Earth and crashes in a farmer's field, and is found to contain only one of the three men who took off in it; and he is unable to talk but appears to be undergoing a torturous physical and mental metamorphosis.","4.048","/lm6cQiUjJ0AUUqESI9WWM7veIbp.jpg","[{'id':1314,'logo_path':'/gQBluDqe6dc2ZdzfJbabEHoSGoG.png','name':'Hammer Film Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1955-08-26","0","82","[{'iso_639_1':'en','name':'English'}]","Released","You Can't Escape It!","The Quatermass Xperiment","false","6.7","66" +"false","/oRvtAJ5A0PqI3aKu23HyacjaQUz.jpg","null","6500000","[{'id':27,'name':'Horror'}]","","282813","tt2799166","en","The Pyramid","A team of U.S. archaeologists unearths an ancient pyramid buried deep beneath the Egyptian desert. As they search the pyramid's depths, they become hopelessly lost in its dark and endless catacombs. Searching for a way out, they become desperate to seek daylight again. They come to realize they aren't just trapped, they are being hunted.","7.087","/7oZdP70fQcCiajv7SVmy6ZXYYrs.jpg","[{'id':48244,'logo_path':null,'name':'Silvatar Media','origin_country':''},{'id':7485,'logo_path':null,'name':'Fox International Productions','origin_country':''},{'id':12126,'logo_path':null,'name':'Sahara Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-12-04","13865435","89","[{'iso_639_1':'en','name':'English'}]","Released","You Only Enter Once","The Pyramid","false","4.7","500" +"false","/x6G9l3Q4oVLmep9hrLRh9Msth5S.jpg","null","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':10752,'name':'War'}]","","73907","tt0047376","en","The Purple Plain","After losing his bride in a Luftwaffe air raid, bomber pilot Forrester becomes a solitary killing machine, who doesn't care whether he dies. The reckless Canadian pilot is both admired and feared by the rest of his squadron in World War II Burma. The squadron physician is assigned to determine the embittered Bill Forrester's fitness for duty. To break through the nightmare-haunted man's wall of silence, the physician drives Forrester to visit an outpost of English-speaking refugees, which includes an alluring young Burmese woman.","2.162","/imCxH01bBIVM41KPULLfalbAi7X.jpg","[{'id':1130,'logo_path':null,'name':'The Rank Organisation Film Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1954-11-25","0","100","[{'iso_639_1':'en','name':'English'}]","Released","ADVENTURE! ...With the sky as its canopy and Burma's","The Purple Plain","false","6","19" +"false","/1sZ9Nnic1ldHhHttAMDmNxaNM04.jpg","{'id':256322,'name':'The Purge Collection','poster_path':'/fMfASrecQHhqBN7zRxqi5uYSb4.jpg','backdrop_path':'/quFWGOA4I5KCTsyDbvLh6PHNZwv.jpg'}","3000000","[{'id':878,'name':'Science Fiction'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","158015","tt2184339","en","The Purge","Given the country's overcrowded prisons, the U.S. government begins to allow 12-hour periods of time in which all illegal activity is legal. During one of these free-for-alls, a family must protect themselves from a home invasion.","23.698","/tGGJOuLHX7UDlTz57sjfhW1qreP.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':729,'logo_path':'/hNxGdbddbsDDnEWJ7RNLcGCRSLQ.png','name':'Why Not Productions','origin_country':'FR'},{'id':2481,'logo_path':'/nVEP2IHCDOBOldgDL4SSufitN9.png','name':'Platinum Dunes','origin_country':'US'},{'id':3172,'logo_path':'/kDedjRZwO8uyFhuHamomOhN6fzG.png','name':'Blumhouse Productions','origin_country':'US'},{'id':18065,'logo_path':null,'name':'20th Century Fox Russia','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","2013-05-31","89328627","86","[{'iso_639_1':'en','name':'English'}]","Released","One night a year, all crime is legal.","The Purge","false","6.2","4580" +"false","/yFQg8nKzAWGNNBg277bvHyWSCJu.jpg","null","55000000","[{'id':18,'name':'Drama'}]","http://www.sonypictures.com/homevideo/thepursuitofhappyness/","1402","tt0454921","en","The Pursuit of Happyness","A struggling salesman takes custody of his son as he's poised to begin a life-changing professional career.","20.567","/iMNp6gTeDBXbzjKRNYtorxZ76G2.jpg","[{'id':1423,'logo_path':'/9KSoL1oEQaBSPLwEhoZZRoxTzyx.png','name':'Escape Artists','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':907,'logo_path':'/ca5SWI5uvU985f8Kbb4xc8AmVWH.png','name':'Overbrook Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-12-14","307077295","117","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'cn','name':'????????? / ?????????'}]","Released","","The Pursuit of Happyness","false","7.9","4901" +"false","/ier1BiquNU2zptOZcAbhAI5WCyv.jpg","null","40000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","http://www.myspace.com/proposalmovie","18240","tt1041829","en","The Proposal","When she learns she's in danger of losing her visa status and being deported, overbearing book editor Margaret Tate forces her put-upon assistant, Andrew Paxton, to marry her.","10.745","/xippClkb4VCE15uva13SAGf8Vsd.jpg","[{'id':12536,'logo_path':null,'name':'Kurtzman/Orci','origin_country':''},{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':10227,'logo_path':'/3YfRy3DBl4abcqkzGx4RVNz12yl.png','name':'Mandeville Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-06-01","317375031","108","[{'iso_639_1':'en','name':'English'}]","Released","Here comes the bribe...","The Proposal","false","6.9","3276" +"false","/zWGAnbxjjwY3xFGuOeR26LGbBlG.jpg","{'id':256322,'name':'The Purge Collection','poster_path':'/fMfASrecQHhqBN7zRxqi5uYSb4.jpg','backdrop_path':'/quFWGOA4I5KCTsyDbvLh6PHNZwv.jpg'}","9000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","238636","tt2975578","en","The Purge: Anarchy","One night per year, the government sanctions a 12-hour period in which citizens can commit any crime they wish -- including murder -- without fear of punishment or imprisonment. Leo, a sergeant who lost his son, plans a vigilante mission of revenge during the mayhem. However, instead of a death-dealing avenger, he becomes the unexpected protector of four innocent strangers who desperately need his help if they are to survive the night.","28.128","/l1DRl40x2OWUoPP42v8fjKdS1Z3.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':729,'logo_path':'/hNxGdbddbsDDnEWJ7RNLcGCRSLQ.png','name':'Why Not Productions','origin_country':'FR'},{'id':2481,'logo_path':'/nVEP2IHCDOBOldgDL4SSufitN9.png','name':'Platinum Dunes','origin_country':'US'},{'id':3172,'logo_path':'/kDedjRZwO8uyFhuHamomOhN6fzG.png','name':'Blumhouse Productions','origin_country':'US'},{'id':47354,'logo_path':null,'name':'5150 Action','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","2014-07-17","108782847","104","[{'iso_639_1':'en','name':'English'}]","Released","An American tradition","The Purge: Anarchy","false","6.6","3620" +"false","/3hTX8tOCGQsNyVeLRiwLjLU5Bcb.jpg","null","10000000","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'},{'id':10749,'name':'Romance'},{'id':53,'name':'Thriller'}]","","5185","tt0066249","en","The Private Life of Sherlock Holmes","Director Billy Wilder adds a new and intriguing twist to the personality of intrepid detective Sherlock Holmes. One thing hasn't changed however: Holmes' crime-solving talents. Holmes and Dr. Watson take on the case of a beautiful woman whose husband has vanished. The investigation proves strange indeed, involving six missing midgets, villainous monks, a Scottish castle, the Loch Ness monster, and covert naval experiments. Can the sleuths make sense of all this and solve the mystery","4.604","/vQSYu0DXkqTOEfWF21AzaqXxYCZ.jpg","[{'id':17618,'logo_path':null,'name':'Sir Nigel Films','origin_country':''},{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':11579,'logo_path':null,'name':'The Mirisch Production Company','origin_country':''},{'id':14829,'logo_path':null,'name':'Mirisch Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1970-10-29","1500000","125","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'en','name':'English'}]","Released","The Private Life of Sherlock Holmes. Anything But Elementary.","The Private Life of Sherlock Holmes","false","7.1","100" +"false","/oaXyPP3HNW0gBl0ZGXLhJOdACeH.jpg","null","16000000","[{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://princessbrideforever.com/","2493","tt0093779","en","The Princess Bride","In this enchantingly cracked fairy tale, the beautiful Princess Buttercup and the dashing Westley must overcome staggering odds to find happiness amid six-fingered swordsmen, murderous princes, Sicilians and rodents of unusual size. But even death can't stop these true lovebirds from triumphing.","10.829","/gpxjoE0yvRwIhFEJgNArtKtaN7S.jpg","[{'id':49243,'logo_path':null,'name':'The Princess Bride Ltd.','origin_country':''},{'id':49244,'logo_path':null,'name':'Buttercup Films Ltd.','origin_country':''},{'id':56485,'logo_path':'/t0M92JDUfcICcOB46NHxEOhK1FS.png','name':'Act III Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-09-25","30857814","98","[{'iso_639_1':'en','name':'English'}]","Released","It's as real as the feelings you feel.","The Princess Bride","false","7.7","2295" +"false","/1lwFk4K21cx0QIdmVDDF1qyLmTm.jpg","null","105000000","[{'id':10749,'name':'Romance'},{'id':10751,'name':'Family'},{'id':16,'name':'Animation'},{'id':10402,'name':'Music'}]","http://disney.go.com/disneypictures/princessandthefrog/","10198","tt0780521","en","The Princess and the Frog","A waitress, desperate to fulfill her dreams as a restaurant owner, is set on a journey to turn a frog prince back into a human being, but she has to face the same problem after she kisses him.","14.81","/bVRHirC6uIZL9VtRqYRxdedYnOG.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':6125,'logo_path':'/tVPmo07IHhBs4HuilrcV0yujsZ9.png','name':'Walt Disney Animation Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-12-08","270997378","97","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","Every Love Story Begins With a Kiss...","The Princess and the Frog","false","6.9","2557" +"false","/bnACOELViX2XwXjqzC8V5TclrPY.jpg","null","18000000","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'}]","","241254","tt1085492","en","The Prince","A family man who turns out to be a retired mob enforcer must travel across the country to find his daughter who has gone missing.","12.303","/tE098YTWDMUIMny6H9TMplZuX6W.jpg","[{'id':33831,'logo_path':null,'name':'Oasis Films','origin_country':''},{'id':10405,'logo_path':null,'name':'Emmett/Furla Films','origin_country':'US'},{'id':33832,'logo_path':null,'name':'Aperture Entertainment','origin_country':''},{'id':3604,'logo_path':'/jC6Hk3ZyNRlVPJsA0xGlAhgd2RP.png','name':'Grindstone Entertainment Group','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-08-22","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Mercy is for the Weak","The Prince","false","4.8","310" +"false","/32OYVMK9sbBlUuxvUUUD30Y7u8k.jpg","null","0","[{'id':18,'name':'Drama'}]","","5179","tt0064840","en","The Prime of Miss Jean Brodie","A headstrong young teacher in a private school in 1930s Edinburgh ignores the curriculum and influences her impressionable 12 year old charges with her over-romanticized world view.","3.053","/203kvF6DlEviIEfsft7Mg5wRHWW.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1969-02-24","0","116","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'la','name':'Latin'}]","Released","In the surprising world of Jean Brodie, there were two men and four girls.","The Prime of Miss Jean Brodie","false","6.8","45" +"false","/4SySh90NtCRG9SlWuVX5BkaLLRh.jpg","null","40000000","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","http://wwws.warnerbros.de/theprestige/","1124","tt0482571","en","The Prestige","A mysterious story of two magicians whose intense rivalry leads them on a life-long battle for supremacy -- full of obsession, deceit and jealousy with dangerous and deadly consequences.","19.292","/5MXyQfz8xUP3dIFPTubhTsbFY6N.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':9996,'logo_path':'/3tvBqYsBhxWeHlu62SIJ1el93O7.png','name':'Syncopy','origin_country':'GB'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-10-19","109676311","130","[{'iso_639_1':'en','name':'English'}]","Released","Are You Watching Closely?","The Prestige","false","8.1","7831" +"false","/aIQiZnS0f1QM7lEWzKih0jfbVpw.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","11851","tt0095897","en","The Presidio","Jay Austin is now a civilian police detective. Colonel Caldwell was his commanding officer years before when he left the military police over a disagreement over the handling of a drunk driver. Now a series of murders that cross jurisdictions force them to work together again. That Austin is now dating Caldwell's daughter is not helping the relationship at all.","7.311","/igG6ht20VRy48nXeTyoKf4lY6Pk.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-06-10","20324096","97","[{'iso_639_1':'en','name':'English'}]","Released","He didn't want to share the murder investigation. There's no way he's going to share his daughter.","The Presidio","false","5.8","122" +"false","/3jVJSdpW6ZFCZumFMVKJeITknDf.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.thepresencemovie.com/news.html","54700","tt1298594","en","The Presence","In this darkly romantic ghost story, a woman travels to an isolated cabin where she is stalked by an apparition who inhabits her space as his own. With the unexpected arrival of the woman???s boyfriend, the dark spirit???s haunting grows obsessive. Soon the woman begins to exhibit weirdly irrational behavior as the thin line between sanity and possession begins to unravel. Is she battling her inner demons, or is a much darker presence threatening them all?","2.242","/fVlJEyFCKhDdNxaChSbP8PZMRCD.jpg","[{'id':52160,'logo_path':null,'name':'Saturn Harvest Films','origin_country':''},{'id':52161,'logo_path':null,'name':'Khartoum','origin_country':''},{'id':12500,'logo_path':null,'name':'Flatland Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-08-04","0","83","[{'iso_639_1':'en','name':'English'}]","Released","Don't Believe Everything You Hear","The Presence","false","4.2","37" +"false","/pWn48t4B3j4c4vgh3tVStlWzzCF.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","161321","tt0817545","en","The Power of Few","Spies, cops and armed children cross paths on a day of danger, mystery and possible transformation. Five unusual characters are unknowingly connected to an extraordinary smuggling operation, as religious conspiracy collides with urban crime.","3.669","/gV0ts3jcGQU23jSqd1rckIJbs5H.jpg","[{'id':42466,'logo_path':null,'name':'Steelyard Pictures','origin_country':''},{'id':42467,'logo_path':null,'name':'iQ Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-02-15","0","96","[{'iso_639_1':'en','name':'English'}]","Released","We are all watching.","The Power of Few","false","5","36" +"false","/pcTf3ELE8MJPRC81ki4w4tKPlDc.jpg","null","12000000","[{'id':10749,'name':'Romance'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","11027","tt0082934","en","The Postman Always Rings Twice","This remake of the 1946 movie of the same name accounts an affair between a seedy drifter and a seductive wife of a roadside cafe owner. This begins a chain of events that culminates in murder. Based on a novel by James M. Cain.","10.77","/p0g8mKDx52ObdNQLhembcMavqeI.jpg","[{'id':14309,'logo_path':null,'name':'CIP Filmproduktion GmbH','origin_country':''},{'id':1176,'logo_path':null,'name':'Lorimar Film Entertainment','origin_country':'US'},{'id':21541,'logo_path':null,'name':'Northstar International','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","1981-03-20","0","122","[{'iso_639_1':'en','name':'English'}]","Released","You Will Feel The Heat","The Postman Always Rings Twice","false","6.5","202" +"false","/k8o9WHDj529SfnPqrUzUaMUUQMV.jpg","null","80000000","[{'id':18,'name':'Drama'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'}]","","9922","tt0119925","en","The Postman","In 2013 there are no highways, no I-ways, no dreams of a better tomorrow, only scattered survivors across what was once the Unites States. Into this apocalyptic wasteland comes an enigmatic drifter with a mule, a knack for Shakespeare and something yet undiscovered: the power to inspire hope.","9.698","/1JgpWKasHpkVwtzOLVHkjoR6xt0.jpg","[{'id':335,'logo_path':null,'name':'Tig Productions','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-12-25","17626234","177","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","The year is 2013. One man walked in off the horizon and hope came with him.","The Postman","false","6.1","478" +"false","/wksVb9WT6m3kPgFJCZI8YYMB2h5.jpg","null","0","[{'id':27,'name':'Horror'}]","","272692","tt2282016","en","The Possession of Michael King","The film tells the story of documentary filmmaker Michael King (Shane Johnson), who doesn???t believe in God or the Devil. Following the sudden death of his wife, Michael decides to make his next film about the search for the existence of the supernatural, making himself the center of the experiment ??? allowing demonologists, necromancers, and various practitioners of the occult to try the deepest and darkest spells and rituals they can find on him ??? in the hopes that when they fail, he???ll once and for all have proof that religion, spiritualism, and the paranormal are nothing more than myth. But something does happen. An evil and horrifying force has taken over Michael King. And it will not let him go.","4.983","/gjo8Mdb2O1wu4YsDoDVtf4WrRrr.jpg","[{'id':4186,'logo_path':null,'name':'Quickfire Films','origin_country':'GB'},{'id':12026,'logo_path':null,'name':'Gold Circle Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-08-22","0","83","[{'iso_639_1':'en','name':'English'}]","Released","If you invite it in, it will never let you go.","The Possession of Michael King","false","5.8","171" +"false","/h4ApNjVe5z1lZzqC7i4r1jZqgha.jpg","null","14000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.thepossessionmovie.com/","77883","tt0431021","en","The Possession","A young girl buys an antique box at a yard sale, unaware that inside the collectible lives a malicious ancient spirit. The girl's father teams with his ex-wife to find a way to end the curse upon their child.","11.506","/4QjzFuaZmB4btGnLwAgdp23BzIU.jpg","[{'id':768,'logo_path':null,'name':'Ghost House Pictures','origin_country':'US'},{'id':22637,'logo_path':null,'name':'North Box Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CA','name':'Canada'}]","2012-08-30","85446075","92","[{'iso_639_1':'en','name':'English'}]","Released","Fear The Demon That Doesn't Fear God","The Possession","false","5.9","876" +"false","/alTSApuicPxJVHc9EO1CP6yGKgz.jpg","null","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","32081","tt0087932","en","The Pope of Greenwich Village","Charlie and his troublesome cousin Paulie decide to steal $150000 in order to back a ""sure thing"" race horse that Paulie has inside information on. The aftermath of the robbery gets them into serious trouble with the local Mafia boss and the corrupt New York City police department.","4.321","/sSGOyGY1GfYjvI70lJC0Gm8T82k.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-06-22","0","121","[{'iso_639_1':'en','name':'English'}]","Released","Charlie and Paulie. Two dreamers fighting to get lucky.","The Pope of Greenwich Village","false","6.6","53" +"false","/AcXCaPRB037DZoZZ2cJzRSxrNBP.jpg","null","165000000","[{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","","5255","tt0338348","en","The Polar Express","When a doubting young boy takes an extraordinary train ride to the North Pole, he embarks on a journey of self-discovery that shows him that the wonder of life never fades for those who believe.","17.954","/2NETsNUxcfBdKtq3W5YbT9O03Ak.jpg","[{'id':1867,'logo_path':null,'name':'Golden Mean','origin_country':''},{'id':4171,'logo_path':null,'name':'Playtone','origin_country':'US'},{'id':11395,'logo_path':null,'name':'ImageMovers','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-11-10","310634054","100","[{'iso_639_1':'en','name':'English'}]","Released","This holiday season... believe.","The Polar Express","false","6.6","3070" +"false","/kamIvkwKZUdUgxtudMThuY8EiJ4.jpg","null","15000000","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","http://www.focusfeatures.com/the_place_beyond_the_pines","97367","tt1817273","en","The Place Beyond the Pines","A motorcycle stunt rider considers committing a crime in order to provide for his wife and child, an act that puts him on a collision course with a cop-turned-politician.","14.568","/cdsRBoAditFXVhSr8SgnJ2WTBkX.jpg","[{'id':737,'logo_path':'/dK1GZ1u4our8sJW0Sts1JHeNSLn.png','name':'Sidney Kimmel Entertainment','origin_country':'US'},{'id':8600,'logo_path':null,'name':'Electric City Entertainment','origin_country':''},{'id':22632,'logo_path':null,'name':'Verisimilitude','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-03-20","35485608","140","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","If you ride like lightning you're gonna crash like thunder","The Place Beyond the Pines","false","6.9","2682" +"false","/4t3ljePq2hnXnC4i12lbzDpgjUk.jpg","null","2000000","[{'id':27,'name':'Horror'},{'id':10749,'name':'Romance'}]","","47090","tt0100369","en","The Pit and the Pendulum","Set during the height of Spanish Inquisition. The beautiful and kind-hearted Maria is arrested as a witch when she inadvertently cries out in horror at the public whipping of a child. As Maria???s husband Antonio tries to save her, Torquemada, the Grand Inquisitor, determines to punish Maria with torture for the desire she inflames in him. Loosely based on Edgar Allen Poe's classic short story.","3.221","/hkqnTzHaLWF5zIiVA2UlQ63AZFH.jpg","[{'id':4867,'logo_path':null,'name':'Full Moon Entertainment','origin_country':''},{'id':1212,'logo_path':null,'name':'Empire Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1991-06-27","0","97","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","A bizarre descent into hell from the creator of Re-Animator.","The Pit and the Pendulum","false","5.9","44" +"false","/zD0qjCHUXAWaDEzMCl5knyBSqKk.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","","50503","tt0102674","en","Pistol: The Birth of a Legend","A story about the great basketball player ""Pistol"" Pete Maravich when he was in the eighth grade. He plays on the varsity basketball team at Daniel High School but has some very difficult obstacles standing in his way of playing. The only support he has is from his father, retired basketball pro Press Maravich.","1.022","/aG7U4YRc79GQb2CsyIl7ZRyPTMo.jpg","[{'id':8105,'logo_path':null,'name':'L.A. Film Partners','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1991-09-29","0","90","[{'iso_639_1':'en','name':'English'}]","Released","The story behind the life of one of the greatest basketball players of all time.","Pistol: The Birth of a Legend","false","6.4","14" +"false","/yJT2JCdjtuH5K202bC4YL0wOYD2.jpg","null","60000000","[{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'},{'id':35,'name':'Comedy'}]","","72197","tt1430626","en","The Pirates! In an Adventure with Scientists!","The luxuriantly bearded Pirate Captain is a boundlessly enthusiastic, if somewhat less-than-successful, terror of the High Seas. With a rag-tag crew at his side, and seemingly blind to the impossible odds stacked against him, the Captain has one dream: to beat his bitter rivals Black Bellamy and Cutlass Liz to the much coveted Pirate of the Year Award. It???s a quest that takes our heroes from the shores of exotic Blood Island to the foggy streets of Victorian London. Along the way they battle a diabolical queen and team up with a haplessly smitten young scientist, but never lose sight of what a pirate loves best: adventure!","16.239","/w5NquAU73QRayUB4ZfF6F6eyY2e.jpg","[{'id':2251,'logo_path':'/8PUjvTVmtJDdDXURTaSoPID0Boj.png','name':'Sony Pictures Animation','origin_country':'US'},{'id':297,'logo_path':'/ykJbf1z5qIreJrHWfnh1ev1alkD.png','name':'Aardman Animations','origin_country':'GB'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2012-03-12","118338361","88","[{'iso_639_1':'en','name':'English'}]","Released","It's A Plunderful Life","The Pirates! In an Adventure with Scientists!","false","6.4","552" +"false","/1DfcGAQ4EVIZFnveo1IzHFtgFTS.jpg","{'id':315595,'name':'Tinker Bell Collection','poster_path':'/nTEOjP7JpFa9VZlawzqNBy4g5KY.jpg','backdrop_path':'/8wvxr06XNW2zofbOHQqEgokTmLx.jpg'}","0","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","http://fairies.disney.com/the-pirate-fairy","175112","tt2483260","en","Tinker Bell and the Pirate Fairy","Zarina, a smart and ambitious dust-keeper fairy who???s captivated by Blue Pixie Dust and its endless possibilities, flees Pixie Hollow and joins forces with the scheming pirates of Skull Rock, who make her captain of their ship. Tinker Bell and her friends must embark on an epic adventure to find Zarina, and together they go sword-to-sword with the band of pirates led by a cabin boy named James, who???ll soon be known as Captain Hook himself.","15.017","/7pTcejxx8f0Xlw3WEmdg1lNnHrP.jpg","[{'id':5391,'logo_path':'/o5AcK10ViutenSa4XTD18ClCEWe.png','name':'DisneyToon Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-02-13","20300000","78","[{'iso_639_1':'en','name':'English'}]","Released","","Tinker Bell and the Pirate Fairy","false","6.6","481" +"false","/xT9awVPuIh8yWx1b2ODTpngY30M.jpg","{'id':130440,'name':'The Pink Panther (Steve Martin) Collection','poster_path':'/xYbMC6vo4rMIX8hkTUZva86r0i5.jpg','backdrop_path':'/tuE4QPHLHaMUkAW4Yggig5U92rl.jpg'}","65000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'},{'id':10751,'name':'Family'}]","","12096","tt0383216","en","The Pink Panther","When the coach of the France soccer team is killed by a poisoned dart in the stadium in the end of a game, and his expensive and huge ring with the diamond Pink Panther disappears, the ambitious Chief Inspector Dreyfus assigns the worst police inspector Jacques Clouseau to the case.","8.969","/eNzbcO8Mps96Zycg6DSFn9b1aO1.jpg","[{'id':2364,'logo_path':'/oZyR5maGM96jReVgW7oJ7mXN8ts.png','name':'The Montecito Picture Company','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':3929,'logo_path':null,'name':'Robert Simonds Productions','origin_country':''},{'id':1507,'logo_path':null,'name':'International Production Company','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-02-10","158851357","93","[{'iso_639_1':'en','name':'English'}]","Released","Pardon His French.","The Pink Panther","false","5.7","961" +"false","/2ca92Rt5VVpb85BCJXQekUvMkDQ.jpg","{'id':130440,'name':'The Pink Panther (Steve Martin) Collection','poster_path':'/xYbMC6vo4rMIX8hkTUZva86r0i5.jpg','backdrop_path':'/tuE4QPHLHaMUkAW4Yggig5U92rl.jpg'}","0","[{'id':35,'name':'Comedy'},{'id':9648,'name':'Mystery'}]","http://www.sonypictures.com/movies/thepinkpanther2/","15159","tt0838232","en","The Pink Panther 2","When legendary treasures from around the world are stolen, including the priceless Pink Panther Diamond, Chief Inspector Dreyfus is forced to assign Inspector Clouseau to a team of international detectives and experts charged with catching the thief and retrieving the stolen artifacts.","6.682","/bVGiumWel8Lixi87SXqlDIGwjqQ.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':3929,'logo_path':null,'name':'Robert Simonds Productions','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-02-06","75871032","92","[{'iso_639_1':'en','name':'English'}]","Released","Inspect the unexpected.","The Pink Panther 2","false","5.6","544" +"false","/o4eEeJLE2U5G7Ld9jlSvVWDt2sy.jpg","{'id':937,'name':'The Pink Panther (Original) Collection','poster_path':'/xu6gZ0zGUSR8SC2QLKFaUrX2niM.jpg','backdrop_path':'/9Lc4YOIwprqMYNaUkJRRa5unakk.jpg'}","0","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","936","tt0057413","en","The Pink Panther","The trademark of The Phantom, a renowned jewel thief, is a glove left at the scene of the crime. Inspector Clouseau, an expert on The Phantom's exploits, feels sure that he knows where The Phantom will strike next and leaves Paris for Switzerland, where the famous Lugashi jewel 'The Pink Panther' is going to be. However, he does not know who The Phantom really is, or for that matter who anyone else really is...","8.74","/azIoCxiH9wIPCCGnqaDW8DJwCLl.jpg","[{'id':23533,'logo_path':null,'name':'Mirisch G-E Productions','origin_country':''},{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1963-12-19","10878107","115","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","A Madcap Frolic Of Crime and Fun","The Pink Panther","false","7","419" +"false","/xUR95VFV1UTyzS1C8Lj06hi2n2M.jpg","null","35000000","[{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","http://www.thepianistmovie.com/","423","tt0253474","en","The Pianist","The true story of pianist Wladyslaw Szpilman's experiences in Warsaw during the Nazi occupation. When the Jews of the city find themselves forced into a ghetto, Szpilman finds work playing in a caf??; and when his family is deported in 1942, he stays behind, works for a while as a laborer, and eventually goes into hiding in the ruins of the war-torn city.","14.958","/iunmxWkOi7Vk17Ob3G2HwwjgHsr.jpg","[{'id':250,'logo_path':null,'name':'Canal+ Polska','origin_country':'PL'},{'id':208,'logo_path':'/bxQYlRhQu6nbohBEL0SWz8xIAGy.png','name':'Bac Films','origin_country':'FR'},{'id':260,'logo_path':null,'name':'Heritage Films','origin_country':'PL'},{'id':264,'logo_path':'/fA90qwUKgPhMONqtwY60GaHRyrW.png','name':'Studio Babelsberg','origin_country':'DE'},{'id':266,'logo_path':null,'name':'Agencja Produkcji Filmowej','origin_country':'PL'},{'id':268,'logo_path':null,'name':'FilmFernsehFonds Bayern','origin_country':'DE'},{'id':269,'logo_path':null,'name':'Filmboard Berlin-Brandenburg (FBB)','origin_country':'DE'},{'id':355,'logo_path':null,'name':'R.P. Productions','origin_country':'FR'},{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':6480,'logo_path':'/qJUUNzFYXNUDaisssBTV3Zdki9R.png','name':'Telewizja Polska','origin_country':'PL'},{'id':265,'logo_path':null,'name':'Runteam','origin_country':'GB'},{'id':2026,'logo_path':'/q9s9KGhSsFEnpTmLLwprytB3T3d.png','name':'FFA','origin_country':'DE'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'PL','name':'Poland'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2002-09-17","120072577","150","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Music was his passion. Survival was his masterpiece.","The Pianist","false","8.3","3755" +"false","/jbTbTZhmZsKVWxk0436ymadWQBd.jpg","null","32000000","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","169881","tt2101473","en","The Physician","The story of Rob Cole, a boy who is left a penniless orphan in an 11th-century English mining town when his mother dies of a mysterious illness. Vowing to become a physician and vanquish Death itself, he travels to Isfahan in Persia to study medicine under the great Ibn Sina. Through countless ordeals and challenges, and making many sacrifices along the way, he struggles on unwaveringly. His unflagging quest for knowledge leads to the blossoming of friendship and true love.","7.996","/zOnuvmY4vuabnkEZwQAXvErIaTE.jpg","[{'id':64893,'logo_path':null,'name':'Pixomondo','origin_country':''},{'id':27392,'logo_path':null,'name':'UFA Cinema','origin_country':''},{'id':32510,'logo_path':null,'name':'CinePostproduction','origin_country':''},{'id':44113,'logo_path':null,'name':'Beta Cinema','origin_country':''},{'id':64894,'logo_path':null,'name':'Cine Mobil','origin_country':''},{'id':6187,'logo_path':'/gtC63XG8fkFxszIuZIogffM1oY8.png','name':'ARD/Degeto Film','origin_country':'DE'}]","[{'iso_3166_1':'DE','name':'Germany'}]","2013-12-25","57284237","155","[{'iso_639_1':'en','name':'English'}]","Released","A journey out of darkness into light.","The Physician","false","7.3","560" +"false","/eAvDGsNxDBGns6xKZM0KkcwOus9.jpg","{'id':145784,'name':'The Philadelphia Experiment Collection','poster_path':'/5Ai1fCh89GC9a45OzdgfRs3lg67.jpg','backdrop_path':'/xudPnQgz1n3ZNFu9Co82s3qFoB2.jpg'}","21000000","[{'id':878,'name':'Science Fiction'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'}]","","10606","tt0087910","en","The Philadelphia Experiment","Based on an ""actual event"" that took place in 1943. About a US Navy Destroyer Escort that disappeared from the Philadelphia Naval Shipyard, and sent two men 40 years into the future to 1984.","7.871","/4J0n9oFLfdkcCA86bXCnViJKxzd.jpg","[{'id':95337,'logo_path':null,'name':'New Pictures Group','origin_country':''},{'id':1950,'logo_path':null,'name':'New World Pictures','origin_country':''},{'id':11142,'logo_path':null,'name':'Cinema Group Ventures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-08-03","0","102","[{'iso_639_1':'en','name':'English'}]","Released","Will you survive?","The Philadelphia Experiment","false","6.1","149" +"false","/haD1lZ822cAi3DPiyGs4r5Y7vi6.jpg","null","70000000","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.thephantomoftheopera.com/the-2004-film/","9833","tt0293508","en","The Phantom of the Opera","Deformed since birth, a bitter man known only as the Phantom lives in the sewers underneath the Paris Opera House. He falls in love with the obscure chorus singer Christine, and privately tutors her while terrorizing the rest of the opera house and demanding Christine be given lead roles. Things get worse when Christine meets back up with her childhood acquaintance Raoul and the two fall in love","14.333","/aTsp2VTaCBiGs8w05OTXfD97FRZ.jpg","[{'id':38504,'logo_path':null,'name':'Really Useful Films','origin_country':''},{'id':3539,'logo_path':null,'name':'Odyssey Entertainment','origin_country':''},{'id':7419,'logo_path':null,'name':'Scion Films','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2004-12-08","154648887","143","[{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'en','name':'English'}]","Released","The classic musical comes to the big screen for the first time.","The Phantom of the Opera","false","7.2","746" +"false","/jG4X5GmwcXkFSVTGr7ldXioiGRS.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':10749,'name':'Romance'}]","","86962","tt0098090","en","The Phantom of the Opera","A darker version of the classic Gaston Leroux novel. A young soprano becomes the obsession of a horribly disfigured composer who has plans for those oppose himself or the young singer.","2.237","/mupmlaAS4kNdTs8tgOMXsToWPj.jpg","[{'id':13282,'logo_path':null,'name':'21st Century Film Corporation','origin_country':''},{'id':1799,'logo_path':null,'name':'Breton Film Productions','origin_country':''},{'id':869,'logo_path':null,'name':'Dee Gee Entertainment','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-11-04","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Only love and music are forever.","The Phantom of the Opera","false","5.3","37" +"false","/uhLcaTPeBpUNgYhZXhDWkj7gMkp.jpg","null","13000000","[{'id':18,'name':'Drama'}]","http://perks-of-being-a-wallflower.com","84892","tt1659337","en","The Perks of Being a Wallflower","15-year-old freshman Charlie is a wallflower, always watching life from the sidelines, until two charismatic senior students become his mentors. Free-spirited Sam and her stepbrother Patrick help Charlie discover the joys of friendship, first love, music and more, while a teacher sparks Charlie's dreams of becoming a writer.","14.124","/cyNQLnHnXZcTUDXVVSEYmquOTOI.jpg","[{'id':2130,'logo_path':'/g0lqeY2FvhzXcOI6z8RVXbORRUY.png','name':'Mr. Mudd Production','origin_country':'US'},{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-09-20","33400000","103","[{'iso_639_1':'en','name':'English'}]","Released","We are infinite.","The Perks of Being a Wallflower","false","7.8","5682" +"false","/7TgNCIicYqknxeVh0lIi9JHq9iN.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'}]","http://www.theperfectwave.co.za/","251979","tt2414822","en","The Perfect Wave","The true story of Ian McCormack who grew up surfing the waters of New Zealand. Wanting to dive deeper, Ian sets out on a journey with his best friend that will change his life as they chase the perfect wave.","1.856","/10BGV99lVM5JIZ1OSpXlE4Q0qX8.jpg","[{'id':28024,'logo_path':null,'name':'Divine Inspiration, The Fabulous Boomtown Boys','origin_country':''}]","[{'iso_3166_1':'ZA','name':'South Africa'}]","2014-02-28","0","113","[{'iso_639_1':'en','name':'English'}]","Released","","The Perfect Wave","false","4.6","27" +"false","/ht1Sgx744CIYeFgsZTdwwK70HyO.jpg","null","120000000","[{'id':18,'name':'Drama'}]","","2133","tt0177971","en","The Perfect Storm","In October 1991, a confluence of weather conditions combined to form a killer storm in the North Atlantic. Caught in the storm was the sword-fishing boat Andrea Gail. Magnificent foreshadowing and anticipation fill this true-life drama while minute details of the fishing boats, their gear and the weather are juxtaposed with the sea adventure.","14.039","/uARMPDyjiENKyUz7JRmQmLCH8L5.jpg","[{'id':16061,'logo_path':null,'name':'Baltimore Spring Creek Productions','origin_country':''},{'id':18990,'logo_path':null,'name':'Radiant Productions','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-03-15","325756637","130","[{'iso_639_1':'en','name':'English'}]","Released","The storm is coming.","The Perfect Storm","false","6.3","1032" +"false","/jfhjs0KDEAWbG12wYEexjKbXf8n.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","http://theperfecthostmovie.com/","66195","tt1334553","en","The Perfect Host","A criminal on the run cons his way into the wrong dinner party where the host is anything but ordinary.","5.887","/n6OHmrKpwXAFvobJhNWAT5VnBTf.jpg","[{'id':8146,'logo_path':'/etoxfrvduHZMLHpYE2uPkicheX2.png','name':'Splendid Film','origin_country':'DE'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-07-01","14870","93","[{'iso_639_1':'en','name':'English'}]","Released","Dinner Parties Are A Dying Art.","The Perfect Host","false","6.3","211" +"false","/vh93OOa72WTfEfTH5e4xUUeDGGR.jpg","null","6000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","13122","tt0105121","en","The People Under the Stairs","When young Poindexter ""Fool"" Williams breaks into the creepy, immense old home of his family's greedy and uncaring landlords, he uncovers a disturbing scenario underneath the stairs.","5.87","/jQib0QxTFN8BDjpnQEeyLzfzlLU.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':17823,'logo_path':null,'name':'Alive Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1991-11-01","0","102","[{'iso_639_1':'en','name':'English'}]","Released","In every neighborhood there is one house that adults whisper about and children cross the street to avoid.","The People Under the Stairs","false","6.4","232" +"false","/96AQbWsOSJbijUZtNITVBWJQWjU.jpg","null","500000","[{'id':18,'name':'Drama'}]","","20540","tt0059575","en","The Pawnbroker","A Jewish pawnbroker, a victim of Nazi persecution, loses all faith in his fellow man until he realizes too late the tragedy of his actions.","3.454","/juL8viGD6YuuS19hsVmn82IoQWV.jpg","[{'id':93659,'logo_path':null,'name':'The Pawnbroker Co.','origin_country':''},{'id':517,'logo_path':null,'name':'Allied Artists','origin_country':''},{'id':9266,'logo_path':null,'name':'American International Pictures (AIP)','origin_country':'US'},{'id':25909,'logo_path':null,'name':'Landau Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1965-04-20","0","116","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","","The Pawnbroker","false","7.5","43" +"false","/olCrdAvGzkg6X6g3SwyA51SDMhf.jpg","null","1000000","[{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","http://www.thepatrolfilm.com","239845","tt2101507","en","The Patrol","Afghanistan, 2006, Helmand Province becomes one of the most dangerous places on Earth as the British Army is deployed into the Taliban heartland. The Operation, Herrick, became synonymous with the struggle as British troops fought a losing battle against this unseen enemy.","1.256","/znYDK2NYpSHdk4EFToPf8BEdQiY.jpg","[{'id':22055,'logo_path':null,'name':'Salt Film','origin_country':''},{'id':2986,'logo_path':null,'name':'Kasbah-Film Tanger','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'MA','name':'Morocco'}]","2013-10-04","0","85","[{'iso_639_1':'en','name':'English'}]","Released","If you know neither yourself nor your enemy, you will lose every battle","The Patrol","false","3.8","7" +"false","/lFfll0tmi5a6p9RvSIxpKBbrxY2.jpg","null","110000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10752,'name':'War'},{'id':28,'name':'Action'}]","","2024","tt0187393","en","The Patriot","After proving himself on the field of battle in the French and Indian War, Benjamin Martin wants nothing more to do with such things, preferring the simple life of a farmer. But when his son Gabriel enlists in the army to defend their new nation, America, against the British, Benjamin reluctantly returns to his old life to protect his son.","14.8","/tgXOraQmKatqrVs2KMgnNn6QpO.jpg","[{'id':347,'logo_path':null,'name':'Centropolis Entertainment','origin_country':''},{'id':762,'logo_path':null,'name':'Mutual Film Company','origin_country':''},{'id':9269,'logo_path':null,'name':'Global Entertainment Productions GmbH & Company Medien KG','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2000-06-28","215294342","165","[{'iso_639_1':'en','name':'English'}]","Released","Some things are worth fighting for.","The Patriot","false","7","1871" +"false","/clVnEHURb8Ot3twaLmf7N1lNym1.jpg","null","30000000","[{'id':18,'name':'Drama'}]","http://www.thepassionofthechrist.com/","615","tt0335345","en","The Passion of the Christ","""The Passion of the Christ"" is a film about the last 12 hours in the life of Jesus. Director Mel Gibson received much criticism from critics and audiences for his explicit depiction of and focus on violence and on Christ's suffering, especially on the part of the Jewish community. The film's languages are Arabic, Latin and Hebrew and it's actors are laymen which was controversially received as well.","12.145","/oFuLM1EaKhi1WNWiTjQ1HKIZ1Eg.jpg","[{'id':152,'logo_path':null,'name':'Icon Productions','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'IT','name':'Italy'}]","2004-02-25","611899420","127","[{'iso_639_1':'he','name':'????????????????'},{'iso_639_1':'la','name':'Latin'}]","Released","By his wounds, we were healed.","The Passion of the Christ","false","7","1620" +"false","/bvtXkrI1sstmoBP1QqXJLmcGOdk.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","32255","tt0035169","en","The Palm Beach Story","Gerry and Tom Jeffers are finding married life hard. Tom is an inventor/ architect and there is little money for them to live on. They are about to be thrown out of their apartment when Gerry meets rich businessman being shown around as a prospective tenant. He gives Gerry $700 to start life afresh but Tom refuses to believe her story and they quarrel. Gerry decides the marriage is over and heads to Palm Beach for a quick divorce but Tom has plans to stop her.","5.136","/zif5rzeW1odL8KQKmVG8xMdo2co.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1942-11-07","0","88","[{'iso_639_1':'en','name':'English'}]","Released","","The Palm Beach Story","false","7.4","64" +"false","/1dQcim3JvjHXE7YGynxVgrsY8Cz.jpg","null","1500000","[{'id':35,'name':'Comedy'}]","","10794","tt0063415","en","The Party","Hrundi V. Bakshi, an accident-prone actor from India, is accidentally put the name on the guest list for an upcoming party at the home of a Hollywood film director. Unfortunately, from the moment he arrives, one thing after another goes wrong with a compounding affect.","8.346","/pC6FB4fLIVRCpMzIbUf1xOVobmz.jpg","[{'id':219,'logo_path':null,'name':'The Mirisch Corporation','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1968-04-04","0","99","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","If you've ever been to a wilder party... you're under arrest!","The Party","false","7.4","291" +"false","/atMRLGuU69e2SVSY8A7EwhWz0ip.jpg","null","12500000","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","82390","tt1496422","en","The Paperboy","As investigative reporter Ward Jansen and his partner Yardley Acheman chase a sensational, career-making story with the help of Ward's younger brother Jack and sultry death-row groupie Charlotte Bless, the pair tries to prove violent swamp-dweller Hillary Van Wetter was framed for the murder of a corrupt local sheriff.","6.837","/foYlHgTIT8PFOeHOFxBICDZmYrm.jpg","[{'id':695,'logo_path':null,'name':'Lee Daniels Entertainment','origin_country':'US'},{'id':925,'logo_path':'/dIb9hjXNOkgxu4kBWdIdK8nM4w.png','name':'Nu Image','origin_country':'US'},{'id':6692,'logo_path':'/2Wd2CodKtgB4XyAQH4ez8qnZuqg.png','name':'Benaroya Pictures','origin_country':'US'},{'id':1020,'logo_path':'/kuUIHNwMec4dwOLghDhhZJzHZTd.png','name':'Millennium Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-09-14","1353868","107","[{'iso_639_1':'en','name':'English'}]","Released","","The Paperboy","false","5.5","392" +"false","/aD36EuebZloSGKG4RmVCCdCapNo.jpg","{'id':292068,'name':'The Pact Collection','poster_path':'/lOW30cobRoLwwDNEYKKK4XZBpU0.jpg','backdrop_path':'/xaDieVQyxBl0ZF5QWRKnLrgwrhQ.jpg'}","0","[{'id':9648,'name':'Mystery'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","228358","tt2924442","en","The Pact II","The sequel is set just weeks after Annie Barlow's deadly confrontation with the Judas Killer. In this elevated sequel, we meet June, a woman whose carefully constructed life is beginning to unravel due to lucid nightmares so awful they disturb her waking life","4.413","/7wgdW7nMRyILnt5IAvizZjEZlsA.jpg","[{'id':41046,'logo_path':null,'name':'Preferred Film & TV','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-09-05","0","96","[{'iso_639_1':'en','name':'English'}]","Released","It's Starting Again...","The Pact II","false","4.5","86" +"false","/uz8KRkFIDsHejtVqOw4mENAzV7A.jpg","{'id':292068,'name':'The Pact Collection','poster_path':'/lOW30cobRoLwwDNEYKKK4XZBpU0.jpg','backdrop_path':'/xaDieVQyxBl0ZF5QWRKnLrgwrhQ.jpg'}","0","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","111440","tt2040560","en","The Pact","After their mother passes away, sisters Nicole and Annie reluctantly return to their childhood home to pay their last respects. While staying overnight in the house, the sisters sense a mysterious presence in their midst: noises startling them in the night, objects moving about, a fallen picture of an unknown woman posed next to their mother. Annie begins experiencing a series of intense and disturbing dreams - visions that lead her to uncover something terrible about her mother's past that is finally revealing itself.","7.146","/cXEpkawNx6yduTuR5qzt5uTfpP.jpg","[{'id':13362,'logo_path':null,'name':'Preferred Content','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-05-25","0","89","[{'iso_639_1':'en','name':'English'}]","Released","Some doors should never be opened.","The Pact","false","5.6","265" +"false","/eCycNSli1RGn5YBCB6qTjP3eShp.jpg","null","27000000","[{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'},{'id':10751,'name':'Family'},{'id':16,'name':'Animation'}]","","15139","tt0110763","en","The Pagemaster","Tyler knows a lot about accidents. So much so, he is scared to do anything that might endanger him, like riding his bike, or climbing into his treehouse. While in an old library, he is mystically transported into the unknown world of books, and he has to try and get home again. Along the way he meets some interesting characters, like Fantasy, Adventure, and Horror... Written by Colin Tinto","8.899","/ikfLM0qpyBtMJG0H9JwIxZC1egG.jpg","[{'id':6189,'logo_path':null,'name':'Turner Pictures (I)','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-11-23","13670688","80","[{'iso_639_1':'da','name':'Dansk'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","All The Adventure Your Imagination Can Hold.","The Pagemaster","false","6.4","351" +"false","/fvPcmD5aJde7cy6Uu72XmoLnVx6.jpg","null","0","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'},{'id':28,'name':'Action'}]","","31606","tt0098051","en","The Package","Experienced Green Beret sergeant Johnny Gallagher is escorting a prisoner, Airborne Ranger Thomas Boyette, back to the US, but Boyette escapes and Gallagher must risk life and limb to catch him.","5.122","/93wzqMYL7ZtZqt4LopjdRq2tQC4.jpg","[{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-08-25","0","108","[{'iso_639_1':'en','name':'English'}]","Released","He's one man racing against time to stop the most explosive conspiracy in history.","The Package","false","5.9","73" +"false","/bNvl2DgQnCamLwIORaAVoN0Wc6d.jpg","null","56000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'},{'id':53,'name':'Thriller'}]","http://movies.disney.com/the-pacifier","10022","tt0395699","en","The Pacifier","Disgraced Navy SEAL Shane Wolfe is handed a new assignment: Protect the five Plummer kids from enemies of their recently deceased father -- a government scientist whose top-secret experiment remains hidden in the kids' house.","10.761","/mHFWjLbJYWFxgrfTAHgbLbVcFug.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':158,'logo_path':'/6SHlNIype9zmyEMRsBtoueUtLsq.png','name':'Spyglass Entertainment','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2005-03-04","198636868","95","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","Welcome to the infantry.","The Pacifier","false","5.9","1536" +"false","/7dwKuN6djEOUhDKHCTCahUbFupZ.jpg","null","10000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","227","tt0086066","en","The Outsiders","When two poor greasers, Johnny, and Ponyboy are assaulted by a vicious gang, the socs, and Johnny kills one of the attackers, tension begins to mount between the two rival gangs, setting off a turbulent chain of events.","10.441","/t0dy2Q1j9hlQ8kkt0TzGImYNt2C.jpg","[{'id':70,'logo_path':'/ueaENQkPcy8rlr5fGZVBXKOhlBh.png','name':'American Zoetrope','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1983-03-25","33697647","91","[{'iso_639_1':'en','name':'English'}]","Released","They grew up on the outside of society. They weren't looking for a fight. They were looking to belong.","The Outsiders","false","7.2","519" +"false","/A7QB9F5XEID5WdrTRal9T7RBAlB.jpg","null","4000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","241765","tt2198241","en","The Outsider","Revolves around a British military contractor Lex Walker who is told his daughter has died. When he arrives in Los Angeles and discovers the body is not hers, he begins an investigation.","5.596","/413N4Nz79YJVtjDgvftpwkO6ipm.jpg","[{'id':3546,'logo_path':null,'name':'Hollywood Media Bridge','origin_country':'US'},{'id':5357,'logo_path':null,'name':'Zero Gravity Management','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-03-11","0","94","[{'iso_639_1':'en','name':'English'}]","Released","Outgunned. Outnumbered. Out for blood.","The Outsider","false","4.4","47" +"false","/jcJkdaHiTQ8Ck1aWenvet64Jxua.jpg","{'id':336557,'name':'The Ouija Experiment Collection','poster_path':null,'backdrop_path':null}","0","[{'id':27,'name':'Horror'}]","","207475","tt2364842","en","The Ouija Experiment","Based on true events, five friends who fall prey to the evil entities of the Ouija board. As they set about filming their experimental session, what starts out as bit of fun, soon escalates into a terrifying series of events as paranoia and personal demons are revealed???. and recorded.","4.148","/dU7lio15IUN9tc9ITBKbLwUrwfa.jpg","[{'id':18643,'logo_path':null,'name':'La Luna Entertainment','origin_country':''},{'id':22851,'logo_path':null,'name':'Out of Body Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-05-05","0","88","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","Cross Her Heart and Hope to Die","The Ouija Experiment","false","4.2","92" +"false","/sLZULNJbQ4ZlomXzFIKKzqr4dte.jpg","null","17000000","[{'id':27,'name':'Horror'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","1933","tt0230600","en","The Others","Grace is a religious woman who lives in an old house kept dark because her two children, Anne and Nicholas, have a rare sensitivity to light. When the family begins to suspect the house is haunted, Grace fights to protect her children at any cost in the face of strange events and disturbing visions.","9.46","/k9GpVK2dyMMzjciQiMdoaL1WUlS.jpg","[{'id':44,'logo_path':null,'name':'Cruise/Wagner Productions','origin_country':''},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':692,'logo_path':null,'name':'Sogecine','origin_country':''},{'id':778,'logo_path':null,'name':'Las Producciones del Escorpion','origin_country':''},{'id':779,'logo_path':'/KFFOFoztyjV5epvnW5GerPbcvx.png','name':'Lucky Red','origin_country':'IT'},{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'},{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'}]","[{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'IT','name':'Italy'}]","2001-08-02","209947037","101","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","Sooner or later she'll see them, then everything will be different.","The Others","false","7.5","3089" +"false","/mRv6kxqL1uIJSoVA8NzGOqBBacT.jpg","null","40000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","193610","tt2203939","en","The Other Woman","After discovering her boyfriend is married, Carly soon meets the wife he's been cheating on. And when yet another affair is discovered, all three women team up to plot mutual revenge on the three-timing SOB.","9.924","/fu7K3rPwJcScizlXbxWAR7ZoUxt.jpg","[{'id':75017,'logo_path':null,'name':'LBI Productions','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-04-16","196781193","109","[{'iso_639_1':'en','name':'English'}]","Released","The oddest friends are about to get even","The Other Woman","false","6.3","2186" +"false","/if21EtykaEVebh5Rz4wWNiRgFwC.jpg","null","100000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","http://www.theotherguys-movie.com/","27581","tt1386588","en","The Other Guys","NYPD detectives Christopher Danson (Johnson) and P.K. Highsmith (Jackson) are the baddest and most beloved cops in New York City. They don't get tattoos, other men get tattoos of them. Two desks over and one back, sit detectives Allen Gamble (Ferrell) and Terry Hoitz (Wahlberg). You've seen them in the background of photos of Danson and Highsmith, out of focus and eyes closed. They're not heroes, they're ""the other guys."" But every cop has his or her day and soon Gamble and Hoitz stumble into a seemingly innocuous case no other detective wants to touch that could turn into NYC's biggest crime. It's the opportunity of their lives, but do these guys have the right stuff?","10.036","/b4mYjC8kKx32BnCNBQeDCA76WBd.jpg","[{'id':4740,'logo_path':null,'name':'Gary Sanchez Productions','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-08-06","170432927","107","[{'iso_639_1':'en','name':'English'}]","Released","When the cops are busy... Our only hope is...","The Other Guys","false","6.2","2100" +"false","/zEHZLuo6ZJAHuQosrLpALUelvh5.jpg","null","35000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","12184","tt0467200","en","The Other Boleyn Girl","A sumptuous and sensual tale of intrigue, romance and betrayal set against the backdrop of a defining moment in European history: two beautiful sisters, Anne and Mary Boleyn, driven by their family's blind ambition, compete for the love of the handsome and passionate King Henry VIII.","10.445","/hVMDKcGX7sSrJwK2DbTtOMzQOTp.jpg","[{'id':258,'logo_path':null,'name':'Scott Rudin Productions','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':10146,'logo_path':'/xnFIOeq5cKw09kCWqV7foWDe4AA.png','name':'Focus Features','origin_country':'US'},{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':2054,'logo_path':null,'name':'Ruby Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2008-02-28","78269970","115","[{'iso_639_1':'en','name':'English'}]","Released","Two sisters divided for the love of a king.","The Other Boleyn Girl","false","6.5","952" +"false","/2AHQD45kxKGmS76OiDxOK5zEmAG.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","","35280","tt0069050","en","The Other","Chilling and eerie, this supernatural tale of good versus evil coils around twin brothers living with their grandmother in a sleepy rural area during the summer of 1935. After his grandmother encourages Niles to develop what seem to be psychic gifts, Niles starts to suspect that his twin may be involved in recent fatal accidents.","2.717","/5IjTCklFZoWvruugEAwhKIYjPnz.jpg","[{'id':33132,'logo_path':null,'name':'Rem','origin_country':''},{'id':5544,'logo_path':null,'name':'Benchmark','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1972-05-23","0","108","[{'iso_639_1':'en','name':'English'}]","Released","Niles and Holland are as close as twin brothers can be. Appearances can be deceiving... and deadly.","The Other","false","6.3","50" +"false","/gRy94uRC9mAlkfeMNY6C0RERTQF.jpg","{'id':492896,'name':'Virgil Tibbs Collection','poster_path':null,'backdrop_path':null}","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","92272","tt0067535","en","The Organization","After a group of young revolutionaries break into a company's corporate headquarters and steal $5,000,000 worth of heroin to keep it off the street, they call on San Francisco Police Lieutenant Virgil Tibbs for assistance.","4.277","/1lYruWILr4LVTrFRWSB2lMsOomm.jpg","[{'id':13219,'logo_path':null,'name':'Mirisch Corporation, The','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1971-10-20","0","106","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","The Toughest Cop Has The Guts To Take On","The Organization","false","6.6","10" +"false","/xfg7Q5Q5BBNlp0YOSzFk5dLE2Ba.jpg","null","7000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","http://www.orangesthemovie.com/","89008","tt1313139","en","The Oranges","A man's (Hugh Laurie) affair with his friend's much-younger daughter (Leighton Meester) throws two neighboring families into turmoil.","15.279","/9Fid6G5aMB3lRmzZrDXb14Xepap.jpg","[{'id':1962,'logo_path':null,'name':'ATO Pictures','origin_country':''},{'id':1785,'logo_path':'/wT6aIkuQTNuq8XFoDGACK8EyR6w.png','name':'Likely Story','origin_country':'US'},{'id':7400,'logo_path':null,'name':'Olympus Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-09-09","1941667","90","[{'iso_639_1':'en','name':'English'}]","Released","It's about to get juicy.","The Oranges","false","5.5","319" +"false","/rAsHLuatmFzplJ6E1wPkchjtFcs.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","33831","tt0079668","en","The Onion Field","Greg Powell, a disturbed ex-con, recruits Jimmy Youngblood (Smith) a petty thief, as partner in crime. Powell panics when they two of are pulled over by two cops for tail lights. Powell decides to kidnap the cops and Smith goes along with his crazy scheme. They drive out to a deserted onion field in Bakersfield, where one cop is killed and the other escapes. The film explores the consequences.","4.185","/jTgQCVIS6pKXJhuF36b39BP4eFC.jpg","[{'id':5386,'logo_path':null,'name':'Black Marble Productions','origin_country':''},{'id':494,'logo_path':null,'name':'AVCO Embassy Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1979-09-09","0","122","[{'iso_639_1':'en','name':'English'}]","Released","That happened in the onion field is true. But the real crime is what happened after.","The Onion Field","false","6.3","39" +"false","/cAEtrRXMihiM68RDb6rxyUdep0k.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","242090","tt2756032","en","The One I Love","On the brink of separation, Ethan and Sophie escape to a beautiful vacation house for a weekend getaway in an attempt to save their marriage. What begins as a romantic and fun retreat soon becomes surreal, when an unexpected discovery forces the two to examine themselves, their relationship, and their future.","5.805","/6eUaKwFLb0FXt6cqHZKhbeKDXEZ.jpg","[{'id':20671,'logo_path':null,'name':'Radius-TWC','origin_country':''},{'id':1974,'logo_path':null,'name':'Duplass Brothers Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-08-08","513447","91","[{'iso_639_1':'en','name':'English'}]","Released","","The One I Love","false","6.9","355" +"false","/nCK3Api5TteYOhbc7JTrbcD9OlO.jpg","null","49000000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","10796","tt0267804","en","The One","A sheriff's deputy fights an alternate universe version of himself who grows stronger with each alternate self he kills.","9.642","/baw9Zdb1zJDWs4iJBrmfWKnx62p.jpg","[{'id':497,'logo_path':'/pMyhOBd3sCiLzBlmIopdJkcUFtn.png','name':'Revolution Studios','origin_country':''},{'id':48772,'logo_path':null,'name':'Hard Eight Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-11-02","72700000","87","[{'iso_639_1':'en','name':'English'}]","Released","Stealing the power of the universes one by one.","The One","false","5.9","693" +"false","/gwGqOoYUVFBlNsuqM5OEtgC8KL2.jpg","{'id':10919,'name':'The Omen Collection','poster_path':'/5De8Hqq0z9gmDM7SbWU0C5pTjPC.jpg','backdrop_path':'/97vU4Y2bBmoJ3Mwi3uOAL8ahdUC.jpg'}","2800000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","794","tt0075005","en","The Omen","Immediately after their miscarriage, the US diplomat Robert Thorn adopts the newborn Damien without the knowledge of his wife. Yet what he doesn???t know is that their new son is the son of the devil.","14.382","/uY14zS4Sm2DdvFXeczFKgLgkQUP.jpg","[{'id':2767,'logo_path':null,'name':'Mace Neufeld Productions','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1976-06-06","60922980","111","[{'iso_639_1':'la','name':'Latin'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","It is the greatest mystery of all because no human being will ever solve it.","The Omen","false","7.3","836" +"false","/cy9aIOXcjcAhyX02esMAuZZeiEh.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","32615","tt0070468","en","The Offence","A burned-out British police detective finally snaps while interrogating a suspected child molester.","4.189","/rXqtjNyyxV925H4uWiS0aJAdlyN.jpg","[{'id':38982,'logo_path':null,'name':'Tantallon','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1973-01-11","0","112","[{'iso_639_1':'en','name':'English'}]","Released","After 20 years, what detective-sergeant Johnson has seen and done is destroying him.","The Offence","false","7","46" +"false","/qUPiStKKvtfqfOxZ0rzmNcFgbdh.jpg","null","0","[{'id':14,'name':'Fantasy'},{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","http://disney.go.com/disneypictures/the-odd-life-of-timothy-green/","71864","tt1462769","en","The Odd Life of Timothy Green","A childless couple bury a box in their backyard, containing all of their wishes for an infant. Soon, a child is born, though Timothy Green is not all that he appears.","8.413","/nwWtTWWOJIDU1mM3cBYvSURB03B.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-08-15","51854875","105","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","He's a force of nature.","The Odd Life of Timothy Green","false","6.7","586" +"false","/84GOgNlshhXbrEzriQkDLdIWFvM.jpg","{'id':86028,'name':'The Nutty Professor Collection','poster_path':'/a6zC38ID7EyAflo8tsPDP4IE0Mt.jpg','backdrop_path':'/mW1NQFOSCwwgk03SpcpwiQEL2Lo.jpg'}","54000000","[{'id':14,'name':'Fantasy'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'},{'id':878,'name':'Science Fiction'}]","","9327","tt0117218","en","The Nutty Professor","Eddie Murphy stars as shy Dr. Sherman Klump, a kind, brilliant, 'calorifically challenged' genetic professor. When beautiful Carla Purty joins the university faculty, Sherman grows desperate to whittle his 400-pound frame down to size and win her heart. So, with one swig of his experimental fat-reducing serum, Sherman becomes 'Buddy Love', a fast-talking, pumped-up , plumped down Don Juan.","8.801","/rwAixULX9OJUu9kdDUBFZpLmLk1.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':23,'logo_path':'/mkxNjThahj5pvntvYKVpMbWXm3D.png','name':'Imagine Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-06-26","128769345","95","[{'iso_639_1':'en','name':'English'}]","Released","Inside Sherman Klump, a party animal is about to break out.","The Nutty Professor","false","5.5","1432" +"false","/aR7vb41tAYxMGIwA70UISbUjlbN.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':10749,'name':'Romance'},{'id':878,'name':'Science Fiction'}]","","18331","tt0057372","en","The Nutty Professor","Jerry Lewis directed, co-wrote and starred in this riotously funny movie that set a new standard for screen comedy and inspired the hit remake. Lewis plays a timid, nearsighted chemistry teacher who discovers a magical potion that can transform him into a suave and handsome Romeo. The Jekyll and Hyde game works well enough until the concoction starts to wear off at the most embarrassing times.","6.28","/rWgMPhNcTANgcJIbGJQqFlqfaZb.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':22745,'logo_path':null,'name':'Jerry Lewis Enterprises','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1963-06-04","0","107","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Well, any scientist who makes a girl like this can't be all mad.","The Nutty Professor","false","6.6","152" +"false","/xyfjxB68aORMLQDcXFUlXCouYt2.jpg","null","90000000","[{'id':10402,'name':'Music'},{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'},{'id':10751,'name':'Family'}]","http://www.nutcrackerin3d.com/","49852","tt1041804","en","The Nutcracker in 3D","Set in 1920's Vienna, this is the tale of a little girl, whose godfather gives her a special doll one Christmas Eve.","8.933","/vMDLIB1cwsaOK4GJRMXIgukb9OX.jpg","[{'id':24013,'logo_path':null,'name':'Vnesheconombank','origin_country':''},{'id':24014,'logo_path':null,'name':'Nutcracker Holdings','origin_country':''},{'id':24015,'logo_path':null,'name':'HCC Media Group','origin_country':''},{'id':24016,'logo_path':null,'name':'Russian Roulette Ltd.','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'HU','name':'Hungary'}]","2010-11-24","16178959","110","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","Experience the Holiday Classic as You've Never Seen it Before","The Nutcracker in 3D","false","5.5","93" +"false","/TCtQLLO9PRqCcPCFgpx77a3Pct.jpg","{'id':464308,'name':'The Nut Job Collection','poster_path':'/zaWvXEu82TTRDCUEvTj5DCSRKQG.jpg','backdrop_path':'/uKyTPq2KVTkhux7frfvJxx56Nvn.jpg'}","42000000","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':12,'name':'Adventure'}]","","227783","tt1821658","en","The Nut Job","Surly, a curmudgeon, independent squirrel is banished from his park and forced to survive in the city. Lucky for him, he stumbles on the one thing that may be able to save his life, and the rest of park community, as they gear up for winter - Maury's Nut Store.","10.654","/rXdSfDu08cs0fU9S6l3AK1bJqy8.jpg","[{'id':10427,'logo_path':'/3u5sNgPRbba0ND3SUMXPTT7On9h.png','name':'Open Road Films','origin_country':'US'},{'id':20788,'logo_path':null,'name':'Gulfstream Pictures','origin_country':''},{'id':20789,'logo_path':'/qw7Hdf230EF9ZeH4nCRS0eAo7l3.png','name':'Redrover','origin_country':'KR'},{'id':20790,'logo_path':null,'name':'ToonBox Entertainment','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'KR','name':'South Korea'}]","2014-01-17","122529966","85","[{'iso_639_1':'en','name':'English'}]","Released","Let's Get Nuts!","The Nut Job","false","5.6","510" +"false","/RiRQLkzN33cd9UqnzzPjZOd29j.jpg","null","10000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","77234","tt1659338","en","The Numbers Station","When the moral values of a longtime wetwork black ops agent is tested during his last operation, he receives an unfavorable psych evaluation. Now he is given a break and a seemingly uncomplicated assignment of simply protecting the security of a young female code announcer, code resources and remote station they are assigned to. After an ambush and one phone call later, it becomes a complicated fight for their survival.","6.625","/71KAIi3vVEHtjwrLVLtkBUiLEGg.jpg","[{'id':1420,'logo_path':null,'name':'ContentFilm','origin_country':''},{'id':22309,'logo_path':null,'name':'Piccadilly Pictures','origin_country':''},{'id':22310,'logo_path':null,'name':'Atlantic Swiss Productions','origin_country':''},{'id':22311,'logo_path':null,'name':'Blue Lake Media Fund','origin_country':'US'},{'id':3135,'logo_path':null,'name':'Furst Films','origin_country':''},{'id':707,'logo_path':null,'name':'Matador Pictures','origin_country':''},{'id':8676,'logo_path':'/5u4GmXn4QMU39GQxGZoGfNtQ23r.png','name':'uFilm','origin_country':'BE'},{'id':11921,'logo_path':null,'name':'Le Tax Shelter du Gouvernement F??d??ral de Belgique','origin_country':''},{'id':2147,'logo_path':'/yV2P6SlxuicJTwUvUUqoOBAEreC.png','name':'Echo Lake Entertainment','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'BE','name':'Belgium'}]","2013-04-18","0","90","[{'iso_639_1':'en','name':'English'}]","Released","The code has never been compromised. Until now.","The Numbers Station","false","5.4","305" +"false","/l6TkoiGymvAokMlHxgYdHNxRwUm.jpg","null","30000000","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","http://wwws.warnerbros.de/number23/","3594","tt0481369","en","The Number 23","Walter Sparrow is an animal control officer that becomes obsessed with a mysterious book that seems to be based on his own life. As soon as he opens the book, he notices strange parallels between what he reads and what he's experienced. But now he's worried that a fictional murder might materialize.","8.331","/ifG0shuMk1jAf7cTutpF25sv3Wu.jpg","[{'id':1838,'logo_path':null,'name':'Firm Films','origin_country':''},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':1836,'logo_path':null,'name':'Contrafilm','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2007-02-23","77566815","101","[{'iso_639_1':'en','name':'English'}]","Released","First it takes hold of your mind...then it takes hold of your life.","The Number 23","false","6.4","1742" +"false","/hSvpWAVXC781u5rOgI44799p2WL.jpg","null","15000000","[{'id':80,'name':'Crime'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://thenovemberman.com/","254904","tt2402157","en","The November Man","An ex- CIA operative is brought back in on a very personal mission and finds himself pitted against his former pupil in a deadly game involving high level CIA officials and the Russian president-elect.","14.98","/lcg1bkriMVvc8m0jz5zk0yvzVTA.jpg","[{'id':57944,'logo_path':null,'name':'SPD Films','origin_country':''},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':597,'logo_path':null,'name':'Irish Dreamtime','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2014-08-27","32556119","108","[{'iso_639_1':'en','name':'English'}]","Released","A spy is never out of the game.","The November Man","false","6.1","836" +"false","/AprhfmDEwy14xyjaAlcwdLolLjq.jpg","null","29000000","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","http://www.newline.com/properties/notebookthe.html","11036","tt0332280","en","The Notebook","An epic love story centered around an older man who reads aloud to a woman with Alzheimer's. From a faded notebook, the old man's words bring to life the story about a couple who is separated by World War II, and is then passionately reunited, seven years later, after they have taken different paths.","16.935","/gMfstesBXKdsHToAUXVPHujUDfb.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-06-25","115603229","123","[{'iso_639_1':'en','name':'English'}]","Released","Behind every great love is a great story.","The Notebook","false","7.8","5813" +"false","/i5r9aTDKo1y6paUX1PHsPhZstZk.jpg","null","0","[{'id':18,'name':'Drama'}]","","113833","tt1684226","en","The Normal Heart","The story of the onset of the HIV-AIDS crisis in New York City in the early 1980s, taking an unflinching look at the nation's sexual politics as gay activists and their allies in the medical community fight to expose the truth about the burgeoning epidemic to a city and nation in denial.","6.949","/fIf4nLpWHK8BsbH76fPgMbLSjuU.jpg","[{'id':7429,'logo_path':'/6in9uMqxXEHx5XgYgkeRBpZ4rPw.png','name':'HBO Films','origin_country':'US'},{'id':81,'logo_path':'/8wOfUhA7vwU2gbPjQy7Vv3EiF0o.png','name':'Plan B Entertainment','origin_country':'US'},{'id':19328,'logo_path':null,'name':'Ryan Murphy Productions','origin_country':'US'},{'id':3172,'logo_path':'/kDedjRZwO8uyFhuHamomOhN6fzG.png','name':'Blumhouse Productions','origin_country':'US'},{'id':1556,'logo_path':'/31h94rG9hzjprXoYNy3L1ErUya2.png','name':'20th Century Fox Television','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-05-25","0","133","[{'iso_639_1':'en','name':'English'}]","Released","To win a war, You have to start one","The Normal Heart","false","8","543" +"false","/7ikpBrx2YZyVZxFS5YTZUZoyIJu.jpg","null","38000000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","622","tt0142688","en","The Ninth Gate","An all-expenses-paid international search for a rare copy of the book, 'The Nine Gates of the Shadow Kingdom' brings an unscrupulous book dealer deep into a world of murder, double-dealing and satanic worship.","13.87","/uamhDQBebdW3UQqOaVmma3yW8pm.jpg","[{'id':355,'logo_path':null,'name':'R.P. Productions','origin_country':'FR'},{'id':354,'logo_path':null,'name':'Orly Films','origin_country':'FR'},{'id':208,'logo_path':'/bxQYlRhQu6nbohBEL0SWz8xIAGy.png','name':'Bac Films','origin_country':'FR'},{'id':353,'logo_path':null,'name':'Kino Visi??n','origin_country':'ES'},{'id':3315,'logo_path':null,'name':'Origen Producciones Cinematograficas','origin_country':'ES'},{'id':357,'logo_path':null,'name':'V??a Digital','origin_country':'ES'},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':356,'logo_path':'/9tW5wZEGotn1Ei5pErA88m47XiD.png','name':'TF1 Films Production','origin_country':'FR'}]","[{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'FR','name':'France'}]","1999-08-25","58401898","133","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'la','name':'Latin'},{'iso_639_1':'pl','name':'Polski'},{'iso_639_1':'pt','name':'Portugu??s'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Every book has a life of its own.","The Ninth Gate","false","6.4","1358" +"false","/lM9phimXMsRbYOsQlanEG6ToVvl.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","18910","tt0081237","en","The Ninth Configuration","Col. Vincent Kane is a military psychiatrist who takes charge of an army mental hospital situated in a secluded castle. Among Kane's many eccentric patients is Capt. Billy Cutshaw, a troubled astronaut in the midst of an existential crisis. Although Kane's own grasp on sanity is questionable, he manages to engage Cutshaw in a series of thoughtful conversations about science and faith that deeply affect the lives of both men.","3.339","/pcAm8DvzJf1nGR3W3lOBKjiLCVj.jpg","[{'id':3543,'logo_path':null,'name':'Ninth Configuration','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1980-02-29","0","118","[{'iso_639_1':'en','name':'English'}]","Released","How do you fight a war called madness?","The Ninth Configuration","false","6.8","51" +"false","/16lk65YfrDFIr6evkWRjSeOOSws.jpg","null","18000000","[{'id':14,'name':'Fantasy'},{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","","9479","tt0107688","en","The Nightmare Before Christmas","Tired of scaring humans every October 31 with the same old bag of tricks, Jack Skellington, the spindly king of Halloween Town, kidnaps Santa Claus and plans to deliver shrunken heads and other ghoulish gifts to children on Christmas morning. But as Christmas approaches, Jack's rag-doll girlfriend, Sally, tries to foil his misguided plans.","15.004","/6oxkO1VgKCq74fNILKAg6t2dVEt.jpg","[{'id':8601,'logo_path':null,'name':'Tim Burton Productions','origin_country':''},{'id':8835,'logo_path':null,'name':'Skellington Productions Inc.','origin_country':''},{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-10-09","75634409","76","[{'iso_639_1':'en','name':'English'}]","Released","This is Halloween, everybody make a scene!","The Nightmare Before Christmas","false","7.8","4437" +"false","/yUmdtoY63sZieUmsIBAixB2ALtT.jpg","null","0","[{'id':35,'name':'Comedy'}]","","42648","tt0063348","en","The Night They Raided Minsky's","Rachel arrives in New York from her Amish community intent on becoming a dancer. Unfortunately Billy Minsky's Burlesque is hardly the place for her Dances From The Bible. But the show's comedian Raymond sees a way of wrong-footing the local do-gooders by announcing the new Paris sensation ""Mme Fifi"" and putting on Rachel's performance as the place is raided. All too complicated, the more so since her father is scouring the town for her and both Raymond and his straight-man Chick are falling for Rachel.","1.35","/bjL3HL4enDJSNdD65bmCXWaC8IU.jpg","[{'id':14982,'logo_path':null,'name':'Tandem Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1968-12-22","0","99","[{'iso_639_1':'en','name':'English'}]","Released","","The Night They Raided Minsky's","false","5.2","7" +"false","/7q2O0PGWyrLwIsxbJZEBYeleUcq.jpg","null","2000000","[{'id':10770,'name':'TV Movie'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","http://hallmarkmoviesandmysteries.com/the-night-before-the-night-before-christmas","74352","tt1567140","en","The Night Before the Night Before Christmas","When Santa sets off on his Christmas duties a day early, crashes into the Fox family's house, ends up with amnesia and loses his magic sack of presents, he needs help! But the Fox family are a modern and broken family. Can they help him? The parents are preoccupied with work and the kids aren't very festive. But it's up to them to help Santa find his magical bag of toys and the clock is ticking or Christmas will be ruined. Forced to set their own problems aside and work together the Fox family rediscover how much they enjoy being together and realise that maybe they need to reprioritise their lives. The Night Before The Night Before Christmas is a crazy Christmas fantasy for all the family, brimming with festive spirit.","1.884","/c95IMuSFAS70qFVqDUBm0tExjhZ.jpg","[]","[{'iso_3166_1':'CA','name':'Canada'}]","2010-09-07","0","91","[{'iso_639_1':'en','name':'English'}]","Released","","The Night Before the Night Before Christmas","false","5.6","10" +"false","/cGB5Z26ooEFwYdf3fEMZ71RuHGU.jpg","null","30000000","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","http://www.thenextthreedaysmovie.com/index.html","43539","tt1458175","en","The Next Three Days","A married couple's life is turned upside down when the wife is accused of a murder. Lara Brennan is arrested for murdering her boss with whom she had an argument. It seems she was seen leaving the scene of the crime and her fingerprints were on the murder weapon. Her husband, John would spend the next few years trying to get her released, but there's no evidence that negates the evidence against her. And when the strain of being separated from her family, especially her son, gets to her, John decides to break her out. So he does a lot of research to find a way.","23.344","/odZECgJpQSUUK1tOMrkT7LWxSkI.jpg","[{'id':6320,'logo_path':null,'name':'Hwy61','origin_country':''},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':2927,'logo_path':null,'name':'Fid??lit?? Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'FR','name':'France'}]","2010-11-18","51148651","133","[{'iso_639_1':'en','name':'English'}]","Released","What if you had 72 hours to save everything you live for?","The Next Three Days","false","7","1408" +"false","/qY1B8hoc6AABiFg6nL4vopomRlU.jpg","{'id':8580,'name':'The Karate Kid Collection','poster_path':'/o6h2F0C5eZOy50Q76fNYzc9mvvw.jpg','backdrop_path':'/1ok5JGCsDt4Sh3CkFeXh2F2KB7F.jpg'}","12000000","[{'id':12,'name':'Adventure'}]","","11231","tt0110657","en","The Next Karate Kid","During a commemoration for Japanese soldiers fighting in the US Army during World War II, Mr. Miyagi meets the widow of his commanding officer. He gets to know her granddaughter Julie, an angry teenager who is still feeling the pain of losing both her parents in an accident and is having problems with her grandmother and her fellow pupils. Mr. Miyagi decides to teach her karate to get her through her pain and issues and back on the right path.","7.008","/gu5SOBWsoxDy6mWKAkOt20zTXOb.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-07-18","15826984","107","[{'iso_639_1':'en','name':'English'}]","Released","Who says the good guy has to be a guy?","The Next Karate Kid","false","5.1","394" +"false","/4hIopbLkzezGUK3mmUcD5f0HzQ8.jpg","null","30000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10749,'name':'Romance'}]","","11400","tt0402399","en","The New World","A drama about explorer John Smith and the clash between Native Americans and English settlers in the 17th century.","8.52","/adJ4LG3Qy46HacTUAqbvp9WFONx.jpg","[{'id':22255,'logo_path':null,'name':'The Virginia Company LLC','origin_country':''},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':22253,'logo_path':null,'name':'Sunflower Productions','origin_country':''},{'id':22254,'logo_path':null,'name':'Sarah Green Film','origin_country':''},{'id':22110,'logo_path':null,'name':'First Foot Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-12-25","30536013","135","[{'iso_639_1':'en','name':'English'}]","Released","Once discovered, it was changed forever.","The New World","false","6.5","546" +"false","/mW9wPhugQBG1Kw2WDyuorsPBWkX.jpg","{'id':91430,'name':'The Neverending Story Collection','poster_path':'/tXuOhgEbXoba7vVIybzGlnycoNq.jpg','backdrop_path':'/2IqXJIR1i0f6Ngq3A6rjXhQNqFc.jpg'}","32000000","[{'id':18,'name':'Drama'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'},{'id':12,'name':'Adventure'}]","","34636","tt0100240","en","The NeverEnding Story II: The Next Chapter","Once again, Bastian is transported to the world of Fantasia which he recently managed to save from destruction. However, the land is now being destroyed by an evil sorceress, Xayide, so he must join up with Atreyu and face the Emptiness once more.","8.589","/phOI8kStf6pSxsAI3OaBpiw0ypZ.jpg","[{'id':1766,'logo_path':null,'name':'Dieter Geissler Filmproduktion','origin_country':''},{'id':1704,'logo_path':null,'name':'Bavaria Film','origin_country':'DE'},{'id':1979,'logo_path':null,'name':'Cinevox Filmproduktion GmbH','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","1990-10-24","16283667","89","[{'iso_639_1':'en','name':'English'}]","Released","Begin an all new adventure as a young boy returns to a world of wonder on the wings of his imagination.","The NeverEnding Story II: The Next Chapter","false","5.5","334" +"false","/8HxVQljLAUJko1qqV121GIFI7yN.jpg","{'id':328073,'name':'The Net Collection','poster_path':'/sO76zaomJunfbwKmoeDvPepgk6P.jpg','backdrop_path':'/5j4HxayNgcAgGStNKqPxM0QNC7V.jpg'}","22000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'},{'id':28,'name':'Action'}]","","1642","tt0113957","en","The Net","Angela Bennett is a freelance software engineer who lives in a world of computer technology. When a cyber friend asks Bennett to debug a new game, she inadvertently becomes involved in a conspiracy that will soon turn her life upside down. While on vacation in Mexico, her purse is stolen. She soon finds that people and events may not be what they seem as she becomes the target of an assassination. Her vacation is ruined. She gets a new passport at the U.S. Embassy in Mexico but it has the wrong name, Ruth Marx. When she returns to the U.S. to sort things out, she discovers that Ruth Marx has an unsavory past and a lengthy police record. To make matters worse, another person has assumed her real identity ...","8.94","/gKDNaAFzT21cSVeKQop7d1uhoSp.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-07-28","110627965","114","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","No driver's license, no credit cards, no passport, no access to her bank accounts in a foreign country ... She finds her identity stolen.","The Net","false","5.9","582" +"false","/sqZGYcHJWWNHsECBl57FOCfjpFX.jpg","null","28000000","[{'id':18,'name':'Drama'}]","","11393","tt0087781","en","The Natural","An unknown middle-aged batter named Roy Hobbs with a mysterious past appears out of nowhere to take a losing 1930s baseball team to the top of the league.","6.338","/f1iPiQoYbQ40XsJHPyMIiBmSrDB.jpg","[{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-05-11","47951979","137","[{'iso_639_1':'en','name':'English'}]","Released","He lived for a dream that wouldn't die.","The Natural","false","7.1","239" +"false","/qthiIjX8Lt4Jg6hqPAdp2EIyJss.jpg","null","20000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","192","tt0091605","en","The Name of the Rose","14th-century Franciscan monk William of Baskerville and his young novice arrive at a conference to find that several monks have been murdered under mysterious circumstances. To solve the crimes, William must rise up against the Church's authority and fight the shadowy conspiracy of monastery monks using only his intelligence ??? which is considerable.","11.955","/dk3Vmp86t4lacnI3sQuU9ihOCUh.jpg","[{'id':45693,'logo_path':null,'name':'Cristaldifilm','origin_country':''},{'id':7110,'logo_path':null,'name':'Les Films Ariane','origin_country':'FR'},{'id':4606,'logo_path':'/otZHbf1HmzLRQsZFSqJXkf8EHz7.png','name':'ZDF','origin_country':'DE'},{'id':1583,'logo_path':'/gKP4egMJOi5rksdnplfPV1wa0sd.png','name':'RAI','origin_country':'IT'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'DE','name':'Germany'}]","1986-09-24","77200000","130","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'la','name':'Latin'}]","Released","Who, in the name of God, is getting away with murder?","The Name of the Rose","false","7.4","1391" +"false","/7rhHwSLVz4vYAweupO1Wgwxjasl.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","20482","tt0040636","en","The Naked City","The Naked City portrays the police investigation that follows the murder of a young model. A veteran cop is placed in charge of the case and he sets about, with the help of other beat cops and detectives, finding the girl's killer.","4.858","/rex4oaiSCD8UQg9204R6hQcFrX9.jpg","[{'id':10330,'logo_path':'/nY62adzeba5GVK8LJYD6yd9R8H4.png','name':'Universal International Pictures','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1948-03-04","0","96","[{'iso_639_1':'en','name':'English'}]","Released","The soul of a city. Her glory stripped! Her passion bared!","The Naked City","false","7.1","95" +"false","/8Wz64xx5c9wo7MdvHwxRRuLNDUV.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","70588","tt1174042","en","The Myth of the American Sleepover","Four young people navigate the suburban wonderland of metro-Detroit looking for love and adventure on the last weekend of summer.","2.225","/2l8ffPFv7UhMNcorcWm5hac2bjJ.jpg","[{'id':64577,'logo_path':null,'name':'Roman Spring Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-05-17","0","93","[{'iso_639_1':'en','name':'English'}]","Released","","The Myth of the American Sleepover","false","6.2","45" +"false","/ySnWwz1hKLvkkHsm0DCHX2Nsuiy.jpg","{'id':256377,'name':'The Muppet Collection','poster_path':'/3O2tEgn8Z5atIVKif6W47qayIqb.jpg','backdrop_path':'/1AWd3MM90G47mxtD112gRDxSXY9.jpg'}","45000000","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':10402,'name':'Music'}]","http://disney.go.com/muppets/","64328","tt1204342","en","The Muppets","When Kermit the Frog and the Muppets learn that their beloved theater is slated for demolition, a sympathetic human, Gary, and his puppet roommate, Walter, swoop in to help the gang put on a show and raise the $10 million they need to save the day.","11.512","/26s2jAoebRqJFvIQFfkdsG4DzfW.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-11-22","165184237","103","[{'iso_639_1':'en','name':'English'}]","Released","They're closer than you think.","The Muppets","false","6.6","797" +"false","/bJMPdI1EfzkLPrgbBCCYrBXBY49.jpg","{'id':256377,'name':'The Muppet Collection','poster_path':'/3O2tEgn8Z5atIVKif6W47qayIqb.jpg','backdrop_path':'/1AWd3MM90G47mxtD112gRDxSXY9.jpg'}","0","[{'id':10402,'name':'Music'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","11176","tt0079588","en","The Muppet Movie","Kermit the Frog is persuaded by agent Dom DeLuise to pursue a career in Hollywood. Along the way, Kermit picks up Fozzie Bear, Miss Piggy, Gonzo, and a motley crew of other Muppets with similar aspirations. Meanwhile, Kermit must elude the grasp of a frog-leg restaurant magnate.","8.792","/48Ve7uLDcPJFGaDnmYYdcV3Ve1M.jpg","[{'id':24931,'logo_path':null,'name':'Henson Associates (HA)','origin_country':''},{'id':1155,'logo_path':null,'name':'Incorporated Television Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1979-05-31","76657000","97","[{'iso_639_1':'en','name':'English'}]","Released","More entertaining than humanly possible.","The Muppet Movie","false","7","241" +"false","/h6NQoXBxD0uaIrpuk9FFV89vITT.jpg","{'id':256377,'name':'The Muppet Collection','poster_path':'/3O2tEgn8Z5atIVKif6W47qayIqb.jpg','backdrop_path':'/1AWd3MM90G47mxtD112gRDxSXY9.jpg'}","12000000","[{'id':10402,'name':'Music'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'},{'id':18,'name':'Drama'}]","","10437","tt0104940","en","The Muppet Christmas Carol","A retelling of the classic Dickens tale of Ebenezer Scrooge, miser extraordinaire. He is held accountable for his dastardly ways during night-time visitations by the Ghosts of Christmas Past, Present, and future.","11.349","/fe4nLJkDNXhyuMnrZ60MfoSpPes.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':6254,'logo_path':'/dHfP8fUyykmTsMXbtXO0kSsYz5E.png','name':'The Jim Henson Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-12-10","27281507","85","[{'iso_639_1':'en','name':'English'}]","Released","","The Muppet Christmas Carol","false","7.3","403" +"false","/caB8JFUigSHdGsdxOxaK4vZtOiN.jpg","{'id':1733,'name':'The Mummy Collection','poster_path':'/4UMn5KmXopgpkC862Ms3t5j1sXl.jpg','backdrop_path':'/1BeKi6IytbfQlQocJSvP2k6sO1a.jpg'}","145000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':14,'name':'Fantasy'}]","http://www.themummy.com/","1735","tt0859163","en","The Mummy: Tomb of the Dragon Emperor","Archaeologist Rick O'Connell travels to China, pitting him against an emperor from the 2,000-year-old Han dynasty who's returned from the dead to pursue a quest for world domination. This time, O'Connell enlists the help of his wife and son to quash the so-called 'Dragon Emperor' and his abuse of supernatural power.","19.677","/53hrZvxiV3HgG6pdhuMeErIc7Hg.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':2269,'logo_path':null,'name':'China Film Co-Production Corporation','origin_country':''},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':11462,'logo_path':'/7ZymELJwuWR4k5p0oeZ3d3WAhO3.png','name':'Alphaville Films','origin_country':''},{'id':19643,'logo_path':null,'name':'Sommers Company, The','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2008-07-01","401128639","112","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'sa','name':''}]","Released","A New Evil Awakens.","The Mummy: Tomb of the Dragon Emperor","false","5.3","2399" +"false","/zlHeYjpHrHLpH4ylN5xYRdr7NlB.jpg","{'id':1733,'name':'The Mummy Collection','poster_path':'/4UMn5KmXopgpkC862Ms3t5j1sXl.jpg','backdrop_path':'/1BeKi6IytbfQlQocJSvP2k6sO1a.jpg'}","98000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':14,'name':'Fantasy'}]","","1734","tt0209163","en","The Mummy Returns","Rick and Evelyn O???Connell, along with their 8-year-old son Alex, discover the key to the legendary Scorpion King???s might: the fabled Bracelet of Anubis. Unfortunately, a newly resurrected Imhotep has designs on the bracelet as well, and isn???t above kidnapping its new bearer, Alex, to gain control of Anubis???s otherworldly army.","16.82","/hioiYUZVIuYIhagDGhIAjyNEUu0.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':11462,'logo_path':'/7ZymELJwuWR4k5p0oeZ3d3WAhO3.png','name':'Alphaville Films','origin_country':''},{'id':20242,'logo_path':null,'name':'Imhotep Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-05-04","433013274","130","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ar','name':'??????????????'}]","Released","The most powerful force on earth is about to be unleashed by the two people who should know better.","The Mummy Returns","false","6.2","3743" +"false","/mUYxSCyWotvrODTCOohEoBYoZSs.jpg","null","0","[{'id':27,'name':'Horror'}]","","268508","tt3382842","en","The Mummy Resurrected","A team of archaeologists discover an ancient mummy, unleashing a deadly curse from its eternal tomb.","3.23","/nVPbuqzGTJCXzycYT4yOuducdm0.jpg","[{'id':4014,'logo_path':null,'name':'Halcyon International Pictures','origin_country':''},{'id':22463,'logo_path':null,'name':'Still Night Monster Movies','origin_country':''},{'id':22974,'logo_path':null,'name':'Automatic Media','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-03-01","0","80","[{'iso_639_1':'en','name':'English'}]","Released","","The Mummy Resurrected","false","3.9","42" +"false","/7rz4sMD7Ku0E4KIqYezxoiSzTMj.jpg","{'id':1733,'name':'The Mummy Collection','poster_path':'/4UMn5KmXopgpkC862Ms3t5j1sXl.jpg','backdrop_path':'/1BeKi6IytbfQlQocJSvP2k6sO1a.jpg'}","80000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':14,'name':'Fantasy'}]","http://www.mummyvideo.com/","564","tt0120616","en","The Mummy","Dashing legionnaire Rick O'Connell stumbles upon the hidden ruins of Hamunaptra while in the midst of a battle to claim the area in 1920s Egypt. It has been over three thousand years since former High Priest Imhotep suffered a fate worse than death as a punishment for a forbidden love???along with a curse that guarantees eternal doom upon the world if he is ever awoken.","27.873","/yhIsVvcUm7QxzLfT6HW2wLf5ajY.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':11462,'logo_path':'/7ZymELJwuWR4k5p0oeZ3d3WAhO3.png','name':'Alphaville Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-04-16","415885488","124","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ar','name':'??????????????'}]","Released","The legend you know. The adventure you have yet to imagine.","The Mummy","false","6.7","4742" +"false","/uuiaAvIjctW7yB30GJ1hK5rYwGX.jpg","null","0","[{'id':80,'name':'Crime'},{'id':35,'name':'Comedy'}]","","253272","tt2130270","en","The Mule","In 1983, a naive man is detained by Australian Federal Police with lethal narcotics hidden in his stomach. After being apprehended, ???The Mule??? makes a desperate choice... to defy his bodily functions and withhold the evidence ??? literally.","8.196","/sDypqsJnOap0pKlIbXvo6lNEDiH.jpg","[{'id':7584,'logo_path':'/eGkfvvyf4fJTvBUR1xt1669IPA3.png','name':'Screen Australia','origin_country':'AU'},{'id':38205,'logo_path':null,'name':'4Cows','origin_country':''},{'id':38206,'logo_path':null,'name':'Cherub Films','origin_country':''},{'id':107787,'logo_path':null,'name':'Nervous Tick','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2014-03-10","0","103","[{'iso_639_1':'hu','name':'Magyar'},{'iso_639_1':'en','name':'English'}]","Released","It's what's inside that counts.","The Mule","false","6.4","76" +"false","/6Xy3D2sNEWSHayoKxwrfTqb4Y14.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'}]","","57993","tt0049523","en","The Mountain","Selfish Chris Teller pressures his older brother, a retired climber, to accompany him on a treacherous Alpine climb to loot the bodies of plane crash victims.","2.487","/4h6L1wIepWyfMw0vGVXMInCr81p.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1956-11-14","0","105","[{'iso_639_1':'en','name':'English'}]","Released","","The Mountain","false","7.4","16" +"false","/pxphSPrB6LOW9GTuwtjyBKvxX4z.jpg","null","0","[{'id':35,'name':'Comedy'}]","","226124","tt0067381","en","The Magnificent Seven Deadly Sins","The Magnificent Seven Deadly Sins is a 1971 British comedy film directed and produced by Graham Stark. Its title is a conflation of The Magnificent Seven and the seven deadly sins. It comprises a sequence of seven sketches, each representing a sin and written by an array of British comedy-writing talent. The sketches are linked by animation sequences. The music score is by British jazz musician Roy Budd, cinematography by Harvey Harrison and editing by Rod Nelson-Keys and Roy Piper. It was produced by Tigon Pictures and distributed in the U.K. by Tigon Film Distributors Ltd..","1.495","/t0oFjSOaFx6X6nGt6yHRyBXd29O.jpg","[{'id':15120,'logo_path':null,'name':'Tigon Pictures','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1971-11-01","0","107","[{'iso_639_1':'en','name':'English'}]","Released","","The Magnificent Seven Deadly Sins","false","5.5","12" +"false","/oRSocDAAADYnCkI4jiUeRnlCnwG.jpg","{'id':110021,'name':'The Magnificent Seven Collection','poster_path':'/68FJ3GCmiV8ORYRjgndjJPInbe3.jpg','backdrop_path':'/jwevUd9BsWY9QTJZL5bFjWPoyqZ.jpg'}","2000000","[{'id':37,'name':'Western'}]","","966","tt0054047","en","The Magnificent Seven","An oppressed Mexican peasant village hires seven gunfighters to help defend their homes.","13.373","/7w3JmmyL8GpBvW6BusQfQCSm2h0.jpg","[{'id':20931,'logo_path':null,'name':'Alpha Productions','origin_country':''},{'id':219,'logo_path':null,'name':'The Mirisch Corporation','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1960-10-22","4905000","128","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","They were seven - And they fought like seven hundred!","The Magnificent Seven","false","7.5","766" +"false","/1liuAmRbSv4WPUnVrYo219Hrr5n.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://www.magpictures.com/themagicofbelleisle/","101731","tt1839654","en","The Magic of Belle Isle","In an effort to tap into his original talent, a wheelchair-bound author moves to a rural town, where he befriends a single mother and her three kids, who help reignite his passion for writing.","6.787","/jp7UnSxOJNtwazKRi4oN7Z7QMxN.jpg","[{'id':1030,'logo_path':'/bus7KzJshT0VMXuKR7dwK5bqPSO.png','name':'Magnolia Pictures','origin_country':'US'},{'id':97,'logo_path':'/7znWcbDd4PcJzJUlJxYqAlPPykp.png','name':'Castle Rock Entertainment','origin_country':'US'},{'id':906,'logo_path':'/gN893tmlrcVvWiWCBZEVAiZHpvT.png','name':'Revelations Entertainment','origin_country':'US'},{'id':23215,'logo_path':null,'name':'Summer Magic','origin_country':'US'},{'id':16060,'logo_path':null,'name':'Firebrand Productions','origin_country':''},{'id':6626,'logo_path':'/A1BnMoWjzjOrjzpWimyBQkf84mS.png','name':'Voltage Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-07-06","102388","109","[{'iso_639_1':'en','name':'English'}]","Released","A Re-Coming of Age Story.","The Magic of Belle Isle","false","7.1","177" +"false","/uqJKqddBjETEv4LsXCYLbHeIui7.jpg","null","5000000","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","4553","tt0361862","en","The Machinist","The Machinist is the story of Trevor Reznik, a lathe-operator who is dying of insomnia. In a machine shop, occupational hazards are bad enough under normal circumstances; yet for Trevor the risks are compounded by fatigue. Trevor has lost the ability to sleep. This is no ordinary insomnia...","9.769","/2tYr40n1ZjbMfYq20ieiAPsSe5.jpg","[{'id':52107,'logo_path':null,'name':'ICF','origin_country':''},{'id':7302,'logo_path':null,'name':'Filmax Entertainment','origin_country':''},{'id':7956,'logo_path':null,'name':'Castelao Producciones','origin_country':''},{'id':9335,'logo_path':null,'name':'Canal+ Espa??a','origin_country':'ES'},{'id':9974,'logo_path':null,'name':'Instituto de la Cinematograf??a y de las Artes Audiovisuales','origin_country':'ES'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'ES','name':'Spain'}]","2004-02-09","8203235","101","[{'iso_639_1':'en','name':'English'}]","Released","A little guilt goes a long way...","The Machinist","false","7.5","2307" +"false","/i8xDxOKL5FBg5XJY4P3AfN4kRty.jpg","null","1500000","[{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","http://themachinemovie.com/","174675","tt2317225","en","The Machine","Already deep into a second Cold War, Britain???s Ministry of Defense seeks a game-changing weapon. Programmer Vincent McCarthy unwittingly provides an answer in The Machine, a super-strong human cyborg. When a programming bug causes the prototype to decimate his lab, McCarthy takes his obsessive efforts underground, far away from inquisitive eyes.","7.126","/smbzmGrpVNiZWyHHazrCDihjloV.jpg","[{'id':21621,'logo_path':'/pURDha1lYQPwVvTn4ZFrAt9sMhZ.png','name':'Red & Black Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2013-04-25","314131","92","[{'iso_639_1':'en','name':'English'}]","Released","They Rise. We Fall.","The Machine","false","5.9","443" +"false","/wVqzYjPWsBXhgksC4M7GRP8GNlg.jpg","null","0","[{'id':35,'name':'Comedy'}]","","209249","tt2234261","en","The Love Punch","Retirement at last! Middle-aged and divorced, company owner Richard Jones is looking forward to a worry-free existence as he arrives at his office on his last day of work. Much to his dismay, he discovers that the management buyout of his company was fraudulent. The company is now bankrupt and the employee pension fund ??? including his own ??? has been embezzled. Enlisting the help of his ex-wife Kate, Richard sets out to track down the shady businessman behind the fraud...","4.893","/uMR6DhC8a3SRR3TaW6H1vz4WdrY.jpg","[{'id':2902,'logo_path':'/nSPZ1BNASeC2dxJKB8AF6dJCx5q.png','name':'SND','origin_country':'FR'},{'id':12689,'logo_path':null,'name':'Radar Films','origin_country':'FR'},{'id':29060,'logo_path':null,'name':'Process Media','origin_country':'US'},{'id':29061,'logo_path':null,'name':'Love Punch','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'FR','name':'France'}]","2013-09-12","0","94","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","You can't pinch a diamond without stealing a few hearts","The Love Punch","false","5.8","231" +"false","/stpd0bltukwOX088jb7C8PDCaB5.jpg","null","27000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'},{'id':10749,'name':'Romance'}]","","79698","tt1321869","en","The Lovers","The Lovers is an epic romance time travel adventure film. Helmed by Roland Joff?? from a story by Ajey Jhankar, the film is a sweeping tale of an impossible love set against the backdrop of the first Anglo-Maratha war across two time periods and continents and centred around four characters ??? a British officer in 18th century colonial India, the Indian woman he falls deeply in love with, an American present-day marine biologist and his wife.","4.077","/2tszioaFbawMOkwOXin1ig7oJkP.jpg","[{'id':76100,'logo_path':null,'name':'Wildkite','origin_country':''},{'id':7299,'logo_path':null,'name':'Corsan','origin_country':''},{'id':8186,'logo_path':null,'name':'Bliss Media','origin_country':''},{'id':8187,'logo_path':null,'name':'Limelight International Media Entertainment','origin_country':''},{'id':8188,'logo_path':null,'name':'Neelmudra Entertainment','origin_country':''},{'id':76098,'logo_path':null,'name':'Aristos Films','origin_country':''},{'id':76099,'logo_path':null,'name':'Singularity Productions','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'IN','name':'India'}]","2015-02-13","0","109","[{'iso_639_1':'en','name':'English'}]","Released","Love is longer than life.","The Lovers","false","4.7","47" +"false","/qJnrOZirSyDAZj7oGulRLwPXtqz.jpg","null","25000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://theluckyonemovie.warnerbros.com/","77877","tt1327194","en","The Lucky One","U.S. Marine Sergeant Logan Thibault returns from his third tour of duty in Iraq, with the one thing he credits with keeping him alive-a photograph he found of a woman he doesn't even know. Learning her name is Beth and where she lives, he shows up at her door, and ends up taking a job at her family-run local kennel. Despite her initial mistrust and the complications in her life, a romance develops between them, giving Logan hope that Beth could be much more than his good luck charm.","11.734","/ug0WQaS1echV9BQoSeL2im9I3hk.jpg","[{'id':813,'logo_path':null,'name':'DiNovi Pictures','origin_country':''},{'id':8057,'logo_path':null,'name':'Langley Park Production','origin_country':''},{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-04-19","99357138","101","[{'iso_639_1':'en','name':'English'}]","Released","","The Lucky One","false","6.9","1884" +"false","/bwOFTN9h4ofTIufmypgDMbG64VU.jpg","null","62000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://www.lovegurumovie.com/","12177","tt0811138","en","The Love Guru","Born in America and raised in an Indian ashram, Pitka returns to his native land to seek his fortune as a spiritualist and self-help expert. His skills are put to the test when he must get a brokenhearted hockey player's marriage back on track in time for the man to help his team win the Stanley Cup.","8.76","/q3g4UFCMPqbKXfc3qMOsYQBOGbl.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':11843,'logo_path':null,'name':'Goldcrest Pictures','origin_country':'GB'},{'id':15742,'logo_path':null,'name':'Internationale Filmproduktion','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'DE','name':'Germany'}]","2008-06-20","41819064","87","[{'iso_639_1':'en','name':'English'}]","Released","His Karma is Huge","The Love Guru","false","4.3","376" +"false","/1ob8hisSbDnG4iV19XSZJN97sKI.jpg","null","65000000","[{'id':14,'name':'Fantasy'},{'id':18,'name':'Drama'}]","http://www.lovelybones.com","7980","tt0380510","en","The Lovely Bones","After being brutally murdered, 14-year-old Susie Salmon watches from heaven over her grief-stricken family -- and her killer. As she observes their daily lives, she must balance her thirst for revenge with her desire for her family to heal.","13.987","/x6h0UMw1YJG9YIYwkN3ieVIgU4.jpg","[{'id':11,'logo_path':'/6FAuASQHybRkZUk08p9PzSs9ezM.png','name':'WingNut Films','origin_country':'NZ'},{'id':2300,'logo_path':null,'name':'Key Creatives','origin_country':''},{'id':12248,'logo_path':null,'name':'New Zealand Large Budget Screen Production Grant','origin_country':''},{'id':11843,'logo_path':null,'name':'Goldcrest Pictures','origin_country':'GB'},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'NZ','name':'New Zealand'},{'iso_3166_1':'US','name':'United States of America'}]","2009-12-26","93525586","136","[{'iso_639_1':'en','name':'English'}]","Released","The story of a life and everything that came after...","The Lovely Bones","false","6.8","2125" +"false","/5OCkbaGGsyOGhqjMtHIcBSs0U9L.jpg","{'id':12087,'name':'Herbie Collection','poster_path':'/fD9IHehwlfRjZSUShCTcamxdfAP.jpg','backdrop_path':'/hgi9EeU50KFhv9pCDmJyx4VLp5G.jpg'}","0","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","","14136","tt0064603","en","The Love Bug","Herbie is a car - but no ordinary car. The story follows the Volkswagen Beetle with a mind of its own from the showroom to the race track, with various close escapes in between. Three further Herbie movies were to follow.","7.735","/9Lc1efdYZUZia2zsRWcUkiD1KdN.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1968-12-22","0","107","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'cn','name':'????????? / ?????????'}]","Released","Herbie will honk his way into your heart.","The Love Bug","false","6.3","227" +"false","/fV88qtY79tdqoM8GQ8dBZs183Vd.jpg","{'id':328,'name':'Jurassic Park Collection','poster_path':'/qIm2nHXLpBBdMxi8dvfrnDkBUDh.jpg','backdrop_path':'/pJjIH9QN0OkHFV9eue6XfRVnPkr.jpg'}","73000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","","330","tt0119567","en","The Lost World: Jurassic Park","Four years after Jurassic Park's genetically bred dinosaurs ran amok, multimillionaire John Hammond shocks chaos theorist Ian Malcolm by revealing that Hammond has been breeding more beasties at a secret location. Malcolm, his paleontologist ladylove and a wildlife videographer join an expedition to document the lethal lizards' natural behavior in this action-packed thriller.","1.032","/u1fXmEQUCI9CjyHCCYOPBSq2DYo.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-05-23","618638999","129","[{'iso_639_1':'en','name':'English'}]","Released","Something has survived.","The Lost World: Jurassic Park","false","6.4","4226" +"false","/lPFX91Db8SvhwG50W7YWxd3X3TG.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'}]","","2982","tt0054038","en","The Lost World","Professor Challenger leads an expedition of scientists and adventurers to a remote plateau deep in the Amazonian jungle to verify his claim that dinosaurs still live there.","2.46","/tiBTklBzxgdmcNPTIAtQtL7MkH.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1960-07-13","0","97","[{'iso_639_1':'en','name':'English'}]","Released","In the middle of the twentieth century, you fall off the brink of time!","The Lost World","false","5.1","41" +"false","/3wMkHCnwG2PdNeFkfou8vTY2g5b.jpg","{'id':109076,'name':'Lost Boys Collection','poster_path':'/rpuL8zSLmVt34gwk03gSGReSjog.jpg','backdrop_path':'/qXpWa7kDopkOyEhuZtOLgIh4SW9.jpg'}","8500000","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'}]","","1547","tt0093437","en","The Lost Boys","A mother and her two teenage sons move to a seemingly nice and quiet small coastal California town yet soon find out that it's overrun by bike gangs and vampires. A couple of teenage friends take it upon themselves to hunt down the vampires that they suspect of a few mysterious murders and restore peace and calm to their town.","9.959","/evo7oiay9qDUzY510VhrB3YzyJs.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-07-31","32222567","97","[{'iso_639_1':'en','name':'English'}]","Released","Sleep all day. Party all night. Never grow old. Never die. It's fun to be a vampire.","The Lost Boys","false","6.9","841" +"false","/zdtjoIKzLYGNVAMO7qL3zpk0BUP.jpg","null","25000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","http://www.the-losers.com/","34813","tt0480255","en","The Losers","A tale of double cross and revenge, centered upon the members of an elite U.S. Special Forces unit sent into the Bolivian jungle on a search and destroy mission. The team-Clay, Jensen, Roque, Pooch and Cougar -find themselves the target of a lethal betrayal instigated from inside by a powerful enemy known only as Max. Presumed dead, the group makes plans to even the score when they're joined by the mysterious Aisha, a beautiful operative with her own agenda. Working together, they must remain deep undercover while tracking the heavily-guarded Max, a ruthless man bent on embroiling the world in a new high-tech global war.","8.406","/GJ6QMT6NF1cW2tMY5TZs49zOwx.jpg","[{'id':1786,'logo_path':'/joLFuCWg9e2lweYnFQtRPJKSLlI.png','name':'Dark Castle Entertainment','origin_country':'US'},{'id':429,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Comics','origin_country':'US'},{'id':433,'logo_path':null,'name':'Weed Road Pictures','origin_country':'US'},{'id':9993,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Entertainment','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-04-23","23580000","97","[{'iso_639_1':'en','name':'English'}]","Released","Anyone Else Would Be Dead By Now.","The Losers","false","6.2","809" +"false","/1a7qD3kTVVIj8HDXXxviWJ1Hinu.jpg","null","1500000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://robzombie.com/movies/the-lords-of-salem/","104755","tt1731697","en","The Lords of Salem","The City of Salem, Massachusetts is visited by a coven of ancient witches.","9.979","/1McyfXZO1F0zfrpbqqz3DvvlZ73.jpg","[{'id':7437,'logo_path':'/e5CcgFrdlxMUwlsS72si8q1yHBr.png','name':'IM Global','origin_country':'US'},{'id':2514,'logo_path':null,'name':'Alliance Films','origin_country':''},{'id':3172,'logo_path':'/kDedjRZwO8uyFhuHamomOhN6fzG.png','name':'Blumhouse Productions','origin_country':'US'},{'id':7625,'logo_path':'/kzq4ibnNeZrp00zpBWv3st1QCOh.png','name':'Automatik Entertainment','origin_country':'US'},{'id':21742,'logo_path':null,'name':'Haunted Movies','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2012-09-10","1165882","101","[{'iso_639_1':'en','name':'English'}]","Released","We've been waiting... we've always been waiting","The Lords of Salem","false","5.2","429" +"false","/dG4BmM32XJmKiwopLDQmvXEhuHB.jpg","{'id':119,'name':'The Lord of the Rings Collection','poster_path':'/p4UokEk2XnjjRTdXGe6DLYXlbI1.jpg','backdrop_path':'/bccR2CGTWVVSZAG0yqmy3DIvhTX.jpg'}","79000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'}]","http://www.lordoftherings.net/","121","tt0167261","en","The Lord of the Rings: The Two Towers","Frodo and Sam are trekking to Mordor to destroy the One Ring of Power while Gimli, Legolas and Aragorn search for the orc-captured Merry and Pippin. All along, nefarious wizard Saruman awaits the Fellowship members at the Orthanc Tower in Isengard.","34.173","/5VTN0pR8gcqV3EPUHHfMGnJYN9L.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':11,'logo_path':'/6FAuASQHybRkZUk08p9PzSs9ezM.png','name':'WingNut Films','origin_country':'NZ'},{'id':5237,'logo_path':null,'name':'The Saul Zaentz Company','origin_country':'US'}]","[{'iso_3166_1':'NZ','name':'New Zealand'},{'iso_3166_1':'US','name':'United States of America'}]","2002-12-18","926287400","179","[{'iso_639_1':'en','name':'English'}]","Released","A New Power Is Rising.","The Lord of the Rings: The Two Towers","false","8.2","12025" +"false","/8BPZO0Bf8TeAy8znF43z8soK3ys.jpg","{'id':119,'name':'The Lord of the Rings Collection','poster_path':'/p4UokEk2XnjjRTdXGe6DLYXlbI1.jpg','backdrop_path':'/bccR2CGTWVVSZAG0yqmy3DIvhTX.jpg'}","94000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'}]","http://www.lordoftherings.net","122","tt0167260","en","The Lord of the Rings: The Return of the King","Aragorn is revealed as the heir to the ancient kings as he, Gandalf and the other members of the broken fellowship struggle to save Gondor from Sauron's forces. Meanwhile, Frodo and Sam bring the ring closer to the heart of Mordor, the dark lord's realm.","37.259","/rCzpDGLbOoPwLjy3OAm5NUPOTrC.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':11,'logo_path':'/6FAuASQHybRkZUk08p9PzSs9ezM.png','name':'WingNut Films','origin_country':'NZ'},{'id':5237,'logo_path':null,'name':'The Saul Zaentz Company','origin_country':'US'}]","[{'iso_3166_1':'NZ','name':'New Zealand'},{'iso_3166_1':'US','name':'United States of America'}]","2003-12-01","1118888979","201","[{'iso_639_1':'en','name':'English'}]","Released","The eye of the enemy is moving.","The Lord of the Rings: The Return of the King","false","8.4","12688" +"false","/pIUvQ9Ed35wlWhY2oU6OmwEsmzG.jpg","{'id':119,'name':'The Lord of the Rings Collection','poster_path':'/p4UokEk2XnjjRTdXGe6DLYXlbI1.jpg','backdrop_path':'/bccR2CGTWVVSZAG0yqmy3DIvhTX.jpg'}","93000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'}]","http://www.lordoftherings.net/","120","tt0120737","en","The Lord of the Rings: The Fellowship of the Ring","Young hobbit Frodo Baggins, after inheriting a mysterious ring from his uncle Bilbo, must leave his home in order to keep it from falling into the hands of its evil creator. Along the way, a fellowship is formed to protect the ringbearer and make sure that the ring arrives at its final destination: Mt. Doom, the only place where it can be destroyed.","48.874","/56zTpe2xvaA4alU51sRWPoKPYZy.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':11,'logo_path':'/6FAuASQHybRkZUk08p9PzSs9ezM.png','name':'WingNut Films','origin_country':'NZ'},{'id':5237,'logo_path':null,'name':'The Saul Zaentz Company','origin_country':'US'}]","[{'iso_3166_1':'NZ','name':'New Zealand'},{'iso_3166_1':'US','name':'United States of America'}]","2001-12-18","871368364","178","[{'iso_639_1':'en','name':'English'}]","Released","One ring to rule them all","The Lord of the Rings: The Fellowship of the Ring","false","8.3","13937" +"false","/7CuXAFUWcOlR5kt07ln1fZDxdHX.jpg","null","70000000","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","","73723","tt1482459","en","The Lorax","A 12-year-old boy searches for the one thing that will enable him to win the affection of the girl of his dreams. To find it he must discover the story of the Lorax, the grumpy yet charming creature who fights to protect his world.","18.709","/6FuYtjegxaUv7n7C733hUEOQytR.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':6704,'logo_path':'/fOG2oY4m1YuYTQh4bMqqZkmgOAI.png','name':'Illumination Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-03-01","348840316","86","[{'iso_639_1':'en','name':'English'}]","Released","Meet The Original Force Of Nature","The Lorax","false","6.4","1724" +"false","/ya0JrC7rwEzhmy1Gmohg8Egc7gL.jpg","null","16000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://video.movies.go.com/thelookout/","8270","tt0427470","en","The Lookout","Chris is a once promising high school athlete whose life is turned upside down following a tragic accident. As he tries to maintain a normal life, he takes a job as a janitor at a bank, where he ultimately finds himself caught up in a planned heist.","8.339","/jSJca1tqlj08fGeqngTmr4UJ9ON.jpg","[{'id':158,'logo_path':'/6SHlNIype9zmyEMRsBtoueUtLsq.png','name':'Spyglass Entertainment','origin_country':'US'},{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-03-09","5367030","99","[{'iso_639_1':'en','name':'English'}]","Released","Whoever has the money has the power","The Lookout","false","6.6","319" +"false","/cuWppPQpm35YUZ1QKZiwiyaQiFC.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","281418","tt2497980","en","The Lookalike","Two crooks looking out for a drug lord's love interest scramble to find a look-alike after she dies unexpectedly.","2.974","/Al2MWZjRxDUnoojwcDD8qGzZtWM.jpg","[{'id':22062,'logo_path':null,'name':'Yellow Brick Films','origin_country':''},{'id':37004,'logo_path':null,'name':'Emedia Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-07-11","0","100","[{'iso_639_1':'en','name':'English'}]","Released","If looks could kill.","The Lookalike","false","5","28" +"false","/vVTMwuJ9DMRnTOSrTwws816F8IK.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","158914","tt1951216","en","The Look of Love","Paul Raymond builds a porn, entertainment and real estate empire that makes him the wealthiest man in Britain, but drugs doom his beloved daughter, Debbie.","5.541","/mmA3vPQlvXbpOzBSOSAwlYYaHOL.jpg","[{'id':9987,'logo_path':'/o5OTKAw7Acl5fTZYPyl8M8D9570.png','name':'Lipsync Productions','origin_country':'GB'},{'id':163,'logo_path':null,'name':'Revolution Films','origin_country':''},{'id':9210,'logo_path':'/ruUf9qymJ1gKLmerDKO8pgq1CYM.png','name':'Film Four International','origin_country':''},{'id':1219,'logo_path':'/6OGqCShROjIvmBOfRbeUsn7im93.png','name':'Baby Cow Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2013-04-26","0","105","[{'iso_639_1':'en','name':'English'}]","Released","Based on the outrageously true story of Britain's richest man.","The Look of Love","false","5.4","56" +"false","/9lrM0o89ASyHmDgMLfCbU5qdsAm.jpg","null","82000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","9291","tt0398165","en","The Longest Yard","Pro quarter-back, Paul Crewe and former college champion and coach, Nate Scarboro are doing time in the same prison. Asked to put together a team of inmates to take on the guards, Crewe enlists the help of Scarboro to coach the inmates to victory in a football game 'fixed' to turn out quite another way.","12.811","/ag6q9euZABqbHtbDhoRT9xEYltP.jpg","[{'id':60378,'logo_path':null,'name':'Callahan Filmworks','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':746,'logo_path':'/kc7bdIVTBkJYy9aDK1QDDTAL463.png','name':'MTV Films','origin_country':'US'},{'id':2608,'logo_path':'/g3YRudXiQzHesQqRXvnhFpMzfkU.png','name':'Happy Madison Productions','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-05-27","190320568","113","[{'iso_639_1':'en','name':'English'}]","Released","If you can't get out, get even.","The Longest Yard","false","6.3","1483" +"false","/4YA27hPiubhlVIxVtfzbWXLqC7s.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","206821","tt2064968","en","The Longest Week","Left broke and homeless by his wealthy parents' divorce, a young man moves in with an old friend and finally meets the woman of his dreams -- only to discover she's already dating his friend.","6.413","/1McLkdk0sbAf1kAr7WHHXFr3XcV.jpg","[{'id':15455,'logo_path':null,'name':'Armian pictures','origin_country':''},{'id':9038,'logo_path':null,'name':'Far Hills Pictures','origin_country':''},{'id':5387,'logo_path':'/3klEFhjGxV1hC2Ai71L4PpjGiBz.png','name':'Atlantic Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-09-05","0","86","[{'iso_639_1':'en','name':'English'}]","Released","She had him at ???I'm your best friend's girlfriend???","The Longest Week","false","5.1","166" +"false","/hLrXezbLmFnQCBsjfTBRE80HPn9.jpg","null","34000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","228205","tt2726560","en","The Longest Ride","The lives of a young couple intertwine with a much older man as he reflects back on a lost love while he's trapped in an automobile crash.","10.422","/9oduon4a0w5a398r2o1M28s3upC.jpg","[{'id':711,'logo_path':'/tEiIH5QesdheJmDAqQwvtN60727.png','name':'Fox 2000 Pictures','origin_country':'US'},{'id':12292,'logo_path':'/llGRXF5WYUW2fzXg0ebCoKMXjmT.png','name':'Temple Hill Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-04-09","63013281","128","[{'iso_639_1':'en','name':'English'}]","Released","Two couples. Two love stories. One epic tale.","The Longest Ride","false","7.5","1816" +"false","/s5rP9nQ6fqvhkrpBEe4JrSRMmOf.jpg","null","10000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10752,'name':'War'}]","","9289","tt0056197","en","The Longest Day","The retelling of June 6, 1944, from the perspectives of the Germans, US, British, Canadians, and the Free French. Marshall Erwin Rommel, touring the defenses being established as part of the Reich's Atlantic Wall, notes to his officers that when the Allied invasion comes they must be stopped on the beach. ""For the Allies as well as the Germans, it will be the longest day""","9.794","/7fnuirXJpuRHggi2lOCBEwZ3eWU.jpg","[{'id':13630,'logo_path':null,'name':'Darryl F. Zanuck Productions','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1962-09-25","50100000","178","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","This is the day that changed the world... when history held its breath.","The Longest Day","false","7.5","398" +"false","/lQJWAVnPNoXElIPb0t1eKkyndQu.jpg","null","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","14807","tt0081070","en","The Long Good Friday","In the late 1970s, Cockney crime boss Harold Shand, a gangster trying to become a legitimate property mogul, has big plans to get the American Mafia to bankroll his transformation of a derelict area of London into the possible venue for a future Olympic Games. However, a series of bombings targets his empire on the very weekend the Americans are in town. Shand is convinced there is a traitor in his organization, and sets out to eliminate the rat in typically ruthless fashion.","6.904","/pXS667me5Jfoj1b0xuxgjEMKunF.jpg","[{'id':25131,'logo_path':null,'name':'Calendar Productions','origin_country':''},{'id':20076,'logo_path':null,'name':'HandMade Films','origin_country':''},{'id':632,'logo_path':null,'name':'British Lion Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1980-11-01","0","114","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","Who lit the fuse that tore Harold's world apart?","The Long Good Friday","false","7.4","124" +"false","/sgcgfrlOOB6lVXbfl75YTszF4jI.jpg","null","255000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':37,'name':'Western'}]","http://disney.go.com/the-lone-ranger/","57201","tt1210819","en","The Lone Ranger","The Texas Rangers chase down a gang of outlaws led by Butch Cavendish, but the gang ambushes the Rangers, seemingly killing them all. One survivor is found, however, by an American Indian named Tonto, who nurses him back to health. The Ranger, donning a mask and riding a white stallion named Silver, teams up with Tonto to bring the unscrupulous gang and others of that ilk to justice.","16.722","/b4vil5ueYJNBNypHmo1tpuevh4z.jpg","[{'id':37380,'logo_path':null,'name':'Silver Bullet Productions (II)','origin_country':''},{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':130,'logo_path':'/c9dVHPOL3cqCr2593Ahk0nEKTEM.png','name':'Jerry Bruckheimer Films','origin_country':'US'},{'id':37381,'logo_path':null,'name':'Blind Wink Productions','origin_country':''},{'id':2691,'logo_path':null,'name':'Infinitum Nihil','origin_country':''},{'id':37382,'logo_path':null,'name':'Classic Media','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-07-03","89289910","149","[{'iso_639_1':'en','name':'English'}]","Released","Never Take Off the Mask","The Lone Ranger","false","6","3666" +"false","/j7qWyikT1eKNezNKxqPkkC8lKz8.jpg","null","14000000","[{'id':53,'name':'Thriller'}]","","72784","tt1850397","en","The Loft","For five men, the opportunity to share a penthouse in the city -- in which to carry on extramarital affairs -- is a dream come true, until the dead body of an unknown woman turns up. Realizing that her killer must be one of their group, the men are gripped by paranoia as each one suspects another. Friendships are tested, loyalties are questioned, and marriages crumble while fear and suspicion run rampant.","13.02","/9hE6vesQoSREyvJha9z0g5OryHH.jpg","[{'id':10427,'logo_path':'/3u5sNgPRbba0ND3SUMXPTT7On9h.png','name':'Open Road Films','origin_country':'US'},{'id':1786,'logo_path':'/joLFuCWg9e2lweYnFQtRPJKSLlI.png','name':'Dark Castle Entertainment','origin_country':'US'},{'id':10039,'logo_path':'/b8w4LldQolMKiLZw4FQJBcXSDGI.png','name':'Anonymous Content','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-10-14","10076790","108","[{'iso_639_1':'en','name':'English'}]","Released","The right place to do wrong.","The Loft","false","6.4","730" +"false","/h3t4UFRIQnzPiTvDUAWVHqwraci.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","2760","tt0017075","en","The Lodger: A Story of the London Fog","A landlady suspects her new lodger is the madman killing women in London.","5.43","/feCIblDiTU1L2uWTi3rtYw6Nzyz.jpg","[{'id':1222,'logo_path':null,'name':'Carlyle Blackwell Productions','origin_country':''},{'id':1221,'logo_path':null,'name':'Gainsborough Pictures','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1927-02-14","0","91","[{'iso_639_1':'xx','name':'No Language'}]","Released","","The Lodger: A Story of the London Fog","false","7.2","96" +"false","/3HLjK3FrlJ2HlzVdZYwYb9vtBLy.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.thelodgemovie.com/","35247","tt0475323","en","The Lodge","A young couple's weekend getaway at a secluded mountain ranch becomes an unfathomable nightmare when they discover the truth about the caretaker.","1.243","/osMO0o7JWtjtsu6OZEV85llxq6b.jpg","[{'id':21922,'logo_path':null,'name':'Brothers Shamus Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-04-11","0","83","[{'iso_639_1':'en','name':'English'}]","Released","A young couple's weekend getaway at a secluded mountain ranch becomes an unfathomable nightmare when they discover the truth about the caretaker","The Lodge","false","5.1","12" +"false","/gt0TafbcheJeT9SFewDLqYWk3Sd.jpg","{'id':645,'name':'James Bond Collection','poster_path':'/HORpg5CSkmeQlAolx3bKMrKgfi.jpg','backdrop_path':'/6VcVl48kNKvdXOZfJPdarlUGOsk.jpg'}","40000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'}]","http://www.mgm.com/view/movie/1132/The-Living-Daylights/","708","tt0093428","en","The Living Daylights","James Bond helps a Russian General escape into the west. He soon finds out that the KGB wants to kill him for helping the General. A little while later the General is kidnapped from the Secret Service leading 007 to be suspicious.","19.919","/yEryMe58dx7zm1QBhQFeuYcv2aH.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':7576,'logo_path':'/oYcUi1byZ312Z3xiz5ojz9RQLND.png','name':'Eon Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1987-06-29","191185897","130","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'cs','name':'??esk??'},{'iso_639_1':'sk','name':'Sloven??ina'}]","Released","Licensed to thrill.","The Living Daylights","false","6.4","729" +"false","/skjisxMo1NGbTMASWj2RHRd6owt.jpg","{'id':550977,'name':'The Little Rascals Collection','poster_path':'/pfLhMoLJtgmafEZAyFFCPQs57hI.jpg','backdrop_path':'/t0eMvM330ZFppuYBAWj72bEJaMy.jpg'}","8000000","[{'id':35,'name':'Comedy'}]","","260535","tt2490004","en","The Little Rascals Save the Day","The Little Rascals are back in an all-new movie! Join the fun with Spanky, Alfalfa, Darla, Buckwheat, Petey the dog and the whole gang as they are up to their usual mischief! The Rascals try anything to raise the money needed to save their grandma's (Doris Roberts) bakery. The only trouble is - they can't seem to do anything right! From botched pet washes to terrible taxi service, they just can't raise a penny. Their only hope is to win prize money from the local talent show - but have you ever heard Alfalfa sing?","2.512","/5lbdeQiOIv2voQIYnyXeUF1zrIS.jpg","[{'id':2365,'logo_path':null,'name':'Capital Arts Entertainment','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':17009,'logo_path':'/ssowAxOrrqsSR2CKeiytOXwLoCW.png','name':'Universal 1440 Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-03-25","0","93","[{'iso_639_1':'en','name':'English'}]","Released","The Little Rascals Are Back","The Little Rascals Save the Day","false","5.8","38" +"false","/yJVSn0DrkxZQJ1nD5Hgy8ygidyj.jpg","{'id':550977,'name':'The Little Rascals Collection','poster_path':'/pfLhMoLJtgmafEZAyFFCPQs57hI.jpg','backdrop_path':'/t0eMvM330ZFppuYBAWj72bEJaMy.jpg'}","0","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","10897","tt0110366","en","The Little Rascals","Spanky, Alfalfa, Buckwheat, and the other characters made famous in the Our Gang shorts of the 1920s and 1930s are brought back to life in this nostalgic children's comedy. When Alfalfa starts to question his devotion to the club's principles after falling for the beautiful nine-year old Darla, the rest of the gang sets out to keep them apart.","8.636","/9B0t7TJxmkktGd0OBQWyXCP9dW.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':23506,'logo_path':null,'name':'King World Entertainment','origin_country':''},{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-08-05","67308282","82","[{'iso_639_1':'en','name':'English'}]","Released","Mischief loves company","The Little Rascals","false","6.4","436" +"false","/gJBGcnhGhxoOpcqK29kZNq3UR6i.jpg","{'id':33085,'name':'The Little Mermaid Collection','poster_path':'/y0EOuK02TasfRGSZBdv5U910QaV.jpg','backdrop_path':'/eWVVSybV9xkrvGBAx2I721iROPx.jpg'}","40000000","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","","10144","tt0097757","en","The Little Mermaid","This colorful adventure tells the story of an impetuous mermaid princess named Ariel who falls in love with the very human Prince Eric and puts everything on the line for the chance to be with him. Memorable songs and characters -- including the villainous sea witch Ursula.","16.105","/9bUM8n1FG7MoM8xKQyC9cdUQaGB.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':10282,'logo_path':null,'name':'Silver Screen Partners IV','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-11-17","211343479","83","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Somewhere under the sea and beyond your imagination is an adventure in fantasy.","The Little Mermaid","false","7.3","3884" +"false","/imfa94wbqj1wjtNX5eYAmAN006y.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","276844","tt2785032","en","The Little Death","A comedy film that looks into the loosely connected lives of people with strange sexual fantasies. A woman with a dangerous fantasy and her partner's struggle to please her. A man who begins an affair with his own wife without her knowing anything about it. A couple struggling to keep things together after a sexual experiment spins out of control. A woman who can only find pleasure in her husband's pain. A call centre operator caught in the middle of a dirty and chaotic phone call. And the distractingly charming new neighbour who connects them all.","6.241","/eFxgujAuoCZ3mwqAjhHi5nvZ8Sd.jpg","[{'id':25954,'logo_path':null,'name':'Metrol Technology','origin_country':'GB'},{'id':5056,'logo_path':'/kADFcjL04xe5HGBnlLjbfhliS2a.png','name':'Head Gear Films','origin_country':'GB'},{'id':14604,'logo_path':null,'name':'Spectrum Films','origin_country':''},{'id':25231,'logo_path':'/q8aYQQd4eILlcgucbTPNu0o8Gte.png','name':'See Pictures','origin_country':'AU'}]","[{'iso_3166_1':'AU','name':'Australia'}]","2014-06-13","0","96","[{'iso_639_1':'en','name':'English'}]","Released","A little weird, a little kinky, and a little twisted.","The Little Death","false","6.7","226" +"false","/mOXpgCVPy43L3Sbq9keft6VSQ7O.jpg","{'id':94032,'name':'The Lion King Collection','poster_path':'/oG1heUs503GV6xBnFhgyYTGWm05.jpg','backdrop_path':'/A9IEaj9cPAwEgFnTmteB70oxgJY.jpg'}","0","[{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","","9732","tt0120131","en","The Lion King 2: Simba's Pride","The circle of life continues for Simba, now fully grown and in his rightful place as the king of Pride Rock. Simba and Nala have given birth to a daughter, Kiara who's as rebellious as her father was. But Kiara drives her parents to distraction when she catches the eye of Kovu, the son of the evil lioness, Zira. Will Kovu steal Kiara's heart?","14.089","/6YOBZYEkVxNzX7Sod7yChotUp5g.jpg","[{'id':3475,'logo_path':'/jTPNzDEn7eHmp3nEXEEtkHm6jLg.png','name':'Walt Disney Television Animation','origin_country':'US'}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'US','name':'United States of America'}]","1998-10-24","0","81","[{'iso_639_1':'en','name':'English'}]","Released","The Circle of Life Continues...","The Lion King 2: Simba's Pride","false","6.9","2172" +"false","/6lL49SOgBtqiXMs7Y5HWBYH3X9Z.jpg","{'id':94032,'name':'The Lion King Collection','poster_path':'/oG1heUs503GV6xBnFhgyYTGWm05.jpg','backdrop_path':'/A9IEaj9cPAwEgFnTmteB70oxgJY.jpg'}","45000000","[{'id':10751,'name':'Family'},{'id':16,'name':'Animation'},{'id':18,'name':'Drama'}]","http://movies.disney.com/the-lion-king","8587","tt0110357","en","The Lion King","A young lion cub named Simba can't wait to be king. But his uncle craves the title for himself and will stop at nothing to get it.","22.609","/bKPtXn9n4M4s8vvZrbw40mYsefB.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':6125,'logo_path':'/tVPmo07IHhBs4HuilrcV0yujsZ9.png','name':'Walt Disney Animation Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-05-07","987483777","89","[{'iso_639_1':'en','name':'English'}]","Released","Life's greatest adventure is finding your place in the Circle of Life.","The Lion King","false","8.2","9731" +"false","/pql1l2FPU5e4nPxoY2TbYaPwjLj.jpg","{'id':94032,'name':'The Lion King Collection','poster_path':'/oG1heUs503GV6xBnFhgyYTGWm05.jpg','backdrop_path':'/A9IEaj9cPAwEgFnTmteB70oxgJY.jpg'}","0","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","11430","tt0318403","en","The Lion King 1??","Timon the meerkat and Pumbaa the warthog are best pals and the unsung heroes of the African savanna. This prequel to the smash Disney animated adventure takes you back -- way back -- before Simba's adventure began. You'll find out all about Timon and Pumbaa and tag along as they search for the perfect home and attempt to raise a rambunctious lion cub.","10.223","/vDfaIoXTaQLUD5HVAv2hLIFKAcq.jpg","[{'id':3475,'logo_path':'/jTPNzDEn7eHmp3nEXEEtkHm6jLg.png','name':'Walt Disney Television Animation','origin_country':'US'}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'US','name':'United States of America'}]","2004-02-06","0","77","[{'iso_639_1':'en','name':'English'}]","Released","You Don't Know The ?? Of It!","The Lion King 1??","false","6.5","1495" +"false","/Fp3piEuHXxKnPBO5R0Wj4wjZHg.jpg","{'id':2344,'name':'The Matrix Collection','poster_path':'/lh4aGpd3U9rm9B8Oqr6CUgQLtZL.jpg','backdrop_path':'/bRm2DEgUiYciDw3myHuYFInD7la.jpg'}","150000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","","604","tt0234215","en","The Matrix Reloaded","Six months after the events depicted in The Matrix, Neo has proved to be a good omen for the free humans, as more and more humans are being freed from the matrix and brought to Zion, the one and only stronghold of the Resistance. Neo himself has discovered his superpowers including super speed, ability to see the codes of the things inside the matrix and a certain degree of pre-cognition. But a nasty piece of news hits the human resistance: 250,000 machine sentinels are digging to Zion and would reach them in 72 hours. As Zion prepares for the ultimate war, Neo, Morpheus and Trinity are advised by the Oracle to find the Keymaker who would help them reach the Source. Meanwhile Neo's recurrent dreams depicting Trinity's death have got him worried and as if it was not enough, Agent Smith has somehow escaped deletion, has become more powerful than before and has fixed Neo as his next target.","29.466","/ezIurBz2fdUc68d98Fp9dRf5ihv.jpg","[{'id':375,'logo_path':null,'name':'Heineken Branded Entertainment','origin_country':''},{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':1885,'logo_path':'/xlvoOZr4s1PygosrwZyolIFe5xs.png','name':'Silver Pictures','origin_country':'US'},{'id':172,'logo_path':null,'name':'NPV Entertainment','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'US','name':'United States of America'}]","2003-05-15","738599701","138","[{'iso_639_1':'en','name':'English'}]","Released","Free your mind.","The Matrix Reloaded","false","6.9","5482" +"false","/icmmSD4vTTDKOq2vvdulafOGw93.jpg","{'id':2344,'name':'The Matrix Collection','poster_path':'/lh4aGpd3U9rm9B8Oqr6CUgQLtZL.jpg','backdrop_path':'/bRm2DEgUiYciDw3myHuYFInD7la.jpg'}","63000000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","http://www.warnerbros.com/matrix","603","tt0133093","en","The Matrix","Set in the 22nd century, The Matrix tells the story of a computer hacker who joins a group of underground insurgents fighting the vast and powerful computers who now rule the earth.","35.034","/hEpWvX6Bp79eLxY1kX5ZZJcme5U.jpg","[{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':372,'logo_path':null,'name':'Groucho II Film Partnership','origin_country':''},{'id':1885,'logo_path':'/xlvoOZr4s1PygosrwZyolIFe5xs.png','name':'Silver Pictures','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'US','name':'United States of America'}]","1999-03-30","463517383","136","[{'iso_639_1':'en','name':'English'}]","Released","Welcome to the Real World.","The Matrix","false","8.1","13878" +"false","/54PNQTSoCREz7MfuA79IcdCQRHU.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'}]","","309199","tt0102416","en","Sherlock Holmes: The Master Blackmailer","For years, a blackmailer has been preying on the weaknesses of others throughout London. When Holmes hears of the utter misery this mystery man is creating, he adopts a campaign to thwart his evil scheming. The campaign astonishes Dr. Watson by its strangeness and finds Holmes falling in love.","1.67","/mNrEjZyGi6vOuogEVjimq6hGFKP.jpg","[{'id':14063,'logo_path':'/s35rUpfWA84wFLOjAJRMJWD0Tc6.png','name':'Granada Television','origin_country':'GB'},{'id':10197,'logo_path':'/1obQrU1cAJDWvXwOdqXAoo6Zwmp.png','name':'WGBH Boston','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1992-02-02","0","107","[{'iso_639_1':'en','name':'English'}]","Released","","Sherlock Holmes: The Master Blackmailer","false","6.6","7" +"false","/pF996qNhWgdpHT6qIY4fExQnqun.jpg","null","32000000","[{'id':18,'name':'Drama'}]","","68722","tt1560747","en","The Master","Freddie, a volatile, heavy-drinking veteran who suffers from post-traumatic stress disorder, finds some semblance of a family when he stumbles onto the ship of Lancaster Dodd, the charismatic leader of a new ""religion"" he forms after World War II.","11.609","/k0r8UEqU6RIBcZMQzZUoG1r81qR.jpg","[{'id':13184,'logo_path':'/pfUB1a62jSMIqp4Xmaq6z2cgW0B.png','name':'Annapurna Pictures','origin_country':'US'},{'id':308,'logo_path':'/e8F3mQM7DkJ5SfYYDp8FYzPBOGX.png','name':'The Weinstein Company','origin_country':'US'},{'id':178,'logo_path':null,'name':'Ghoulardi Film Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-09-07","28258060","137","[{'iso_639_1':'en','name':'English'}]","Released","Every man needs a guide.","The Master","false","7.1","1259" +"false","/oYVf9gqxZduttG6HW2Qo4ZUxLWW.jpg","{'id':43072,'name':'The Mask Collection','poster_path':'/pl2vNt9XlxITTgm8wCQ2Y6ThkpT.jpg','backdrop_path':'/ucDNm5TJW1ji7kIjnX2SZYm7ATM.jpg'}","23000000","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':14,'name':'Fantasy'}]","","854","tt0110475","en","The Mask","When timid bank clerk Stanley Ipkiss discovers a magical mask containing the spirit of the Norse god Loki, his entire life changes. While wearing the mask, Ipkiss becomes a supernatural playboy exuding charm and confidence which allows him to catch the eye of local nightclub singer Tina Carlyle. Unfortunately, under the mask's influence, Ipkiss also robs a bank, which angers junior crime lord Dorian Tyrell, whose goons get blamed for the heist.","24.916","/v8x8p441l1Bep8p82pAG6rduBoK.jpg","[{'id':552,'logo_path':'/9dGdLfm3GteWeUDtD9c9tvlidUG.png','name':'Dark Horse Entertainment','origin_country':'US'},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-07-29","351583407","101","[{'iso_639_1':'sv','name':'svenska'},{'iso_639_1':'en','name':'English'}]","Released","From zero to hero.","The Mask","false","6.8","4988" +"false","/suJoy0DOeWIEW4EgnFwEfFDqSJb.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':37,'name':'Western'}]","","32093","tt0032762","en","The Mark of Zorro","Around 1820 the son of a California nobleman comes home from Spain to find his native land under a villainous dictatorship. On the one hand he plays the useless fop, while on the other he is the masked avenger Zorro.","3.06","/f0qqNWFWDlS8nEYKRIA2N7FZCy7.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1940-11-08","0","94","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","","The Mark of Zorro","false","7.4","66" +"false","/uSZweG7S50fe8vqMHnJHl8H6S33.jpg","{'id':334356,'name':'The Man with the Iron Fists Collection','poster_path':'/3ag7T0qwL3yAMrocJERu4z3eMYW.jpg','backdrop_path':'/1gTLyR2zGYhbeJ9rfsJBu8MJQ3o.jpg'}","15000000","[{'id':28,'name':'Action'}]","","97430","tt1258972","en","The Man with the Iron Fists","In feudal China, a blacksmith who makes weapons for a small village is put in the position where he must defend himself and his fellow villagers.","10.373","/rYnPhYmG4qyWSXRmVUlzmlA0RFg.jpg","[{'id':11112,'logo_path':null,'name':'Arcade Pictures','origin_country':''},{'id':11113,'logo_path':null,'name':'Iron Fists','origin_country':''}]","[{'iso_3166_1':'HK','name':'Hong Kong'},{'iso_3166_1':'US','name':'United States of America'}]","2012-11-02","15608545","96","[{'iso_639_1':'en','name':'English'}]","Released","You can't spell Kung Fu without F and U!","The Man with the Iron Fists","false","5.3","549" +"false","/8KgxcRcHP60EJeBgp6B4dP1uE94.jpg","{'id':324458,'name':'The Mark Collection','poster_path':'/aaYlS6ccvuuiIDmT97eyWtQ7ApC.jpg','backdrop_path':null}","0","[{'id':28,'name':'Action'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'}]","","203591","tt2563562","en","The Mark: Redemption","Moments after parachuting from Flight 777, a former Marine and a flight attendant find themselves descending into a world of madness. Panic and chaos plague the streets, cities are on fire, and they're being hunted by a team of mercenaries.","0.97","/aR1sspr6FexhtT0rPeALs7mxKIA.jpg","[]","[]","2013-01-01","0","94","[{'iso_639_1':'en','name':'English'}]","Released","","The Mark: Redemption","false","2.8","3" +"false","/8eUeXY5XvVbOuU7tkctOmTNJ3PU.jpg","{'id':166373,'name':'The Marine Collection','poster_path':'/7sPY1VK4yD5Zlv16DUei65rtrjn.jpg','backdrop_path':'/rpUficLJq3I7GvRafTVT1TVRsms.jpg'}","20000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","8975","tt0419946","en","The Marine","A group of diamond thieves on the run kidnap the wife of a recently discharged marine who goes on a chase through the South Carolinian wilderness to retrieve her.","8.536","/nyfNJo6Htju5h0Xgj6szROpxqdt.jpg","[{'id':4024,'logo_path':null,'name':'Pacific Film and Television Commission','origin_country':''},{'id':10339,'logo_path':'/oiIi36MaWXwvvHWX5eojoE2Fiyv.png','name':'WWE Studios','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-10-13","22165608","92","[{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","War is Fine But The Fight Continues","The Marine","false","5.4","265" +"false","/umJaQKA3T7IGRlrRdUvlOuS31xo.jpg","{'id':334356,'name':'The Man with the Iron Fists Collection','poster_path':'/3ag7T0qwL3yAMrocJERu4z3eMYW.jpg','backdrop_path':'/1gTLyR2zGYhbeJ9rfsJBu8MJQ3o.jpg'}","0","[{'id':28,'name':'Action'}]","http://www.universalstudiosentertainment.com/man-with-the-iron-fists-the/","321494","tt3625152","en","The Man with the Iron Fists 2","When a stranger, Thaddeus, is found badly wounded near the village, miner Li Kung and his wife Ah Ni offer him refuge. As he heals, he becomes entrenched in a conflict that pits the townsfolk against the evil Master Ho, his nefarious Beetle Clan and the terrifying Lord Pi.","6.374","/njPa0RO0KKmwBCGHcEOTbxljftF.jpg","[{'id':2877,'logo_path':null,'name':'Living Films','origin_country':''},{'id':11112,'logo_path':null,'name':'Arcade Pictures','origin_country':''},{'id':11113,'logo_path':null,'name':'Iron Fists','origin_country':''},{'id':17009,'logo_path':'/ssowAxOrrqsSR2CKeiytOXwLoCW.png','name':'Universal 1440 Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-03-10","0","90","[{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'en','name':'English'}]","Released","","The Man with the Iron Fists 2","false","4.9","88" +"false","/tyIBikDluLbsh7mDf1DH9Dyrbm7.jpg","{'id':166373,'name':'The Marine Collection','poster_path':'/7sPY1VK4yD5Zlv16DUei65rtrjn.jpg','backdrop_path':'/rpUficLJq3I7GvRafTVT1TVRsms.jpg'}","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","27310","tt1266027","en","The Marine 2","Rebels seize control of the hotel where a Marine sniper and his wife are staying. Can he save the day?","4.196","/o4sUQjTHLd4D4n45Dc1iobOScOz.jpg","[{'id':89638,'logo_path':null,'name':'Marine 2 Productions','origin_country':''},{'id':10339,'logo_path':'/oiIi36MaWXwvvHWX5eojoE2Fiyv.png','name':'WWE Studios','origin_country':'US'},{'id':3635,'logo_path':'/e4dCQJpJjwL46i1WuGpTIO3srL6.png','name':'20th Century Fox Home Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-12-29","0","95","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","","The Marine 2","false","5.4","78" +"false","/f6HNlsfahFWcYC3VH5sQsMrOL72.jpg","{'id':645,'name':'James Bond Collection','poster_path':'/HORpg5CSkmeQlAolx3bKMrKgfi.jpg','backdrop_path':'/6VcVl48kNKvdXOZfJPdarlUGOsk.jpg'}","7000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://www.mgm.com/view/movie/1213/The-Man-with-the-Golden-Gun/","682","tt0071807","en","The Man with the Golden Gun","A golden bullet has 007 engraved on it as it smashes into the secret service headquarters. The bullet came from the professional killer Scaramanga who has yet to miss a target and James Bond begins a mission to try and stop him.","17.315","/7VSVgxAvA7IdTf8T6Oon1eaReeJ.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':7576,'logo_path':'/oYcUi1byZ312Z3xiz5ojz9RQLND.png','name':'Eon Productions','origin_country':'GB'},{'id':10761,'logo_path':null,'name':'Danjaq','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1974-12-01","97572000","125","[{'iso_639_1':'th','name':'?????????????????????'},{'iso_639_1':'cn','name':'????????? / ?????????'},{'iso_639_1':'en','name':'English'}]","Released","The man with the golden gun is ready to assassinate James Bond.","The Man with the Golden Gun","false","6.4","860" +"false","/gFPXmQUKhaGxkDTi0DGL5gjGyNE.jpg","null","0","[{'id':37,'name':'Western'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","147764","tt1977953","en","The Man Who Shook the Hand of Vicente Fernandez","Rex is an old man who is bitter about never becoming famous and having lived a life without any meaning. After suffering a stroke, he ends up in a nursing home staffed by Latin American immigrants. Put off by the situation, he focuses his energy on getting out, which places him at odds with the Latino workers. However, their relationship takes on new meaning when it is discovered that he once shook hands with Vicente Fernandez, a Mexican singer, producer and actor idolized throughout Latin culture. The employees soon begin to treat Rex like the celebrity he's always dreamed of being.","1.086","/1suJt7I7ucbpadQipuRh67Xzp8u.jpg","[{'id':44628,'logo_path':null,'name':'Filmatics','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-04-27","0","99","[{'iso_639_1':'en','name':'English'}]","Released","","The Man Who Shook the Hand of Vicente Fernandez","false","6.1","4" +"false","/ngrd70H4uInf6m5hhZ9wHtVxRGL.jpg","null","20000000","[{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':28,'name':'Action'}]","","9414","tt0120483","en","The Man Who Knew Too Little","An American gets a ticket for an audience participation game in London, then gets involved in a case of mistaken identity. As an international plot unravels around him, he thinks it's all part of the act.","5.855","/32UQkAUWy9NpuvJfF82xrMr2A0G.jpg","[{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':897,'logo_path':null,'name':'Taurus Films','origin_country':''},{'id':3415,'logo_path':null,'name':'Polar Productions','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-11-14","13801755","97","[{'iso_639_1':'en','name':'English'}]","Released","He???s on a mission so secret, even he doesn???t know about it.","The Man Who Knew Too Little","false","6.4","199" +"false","/cByOkC6oQWMEKrNUtWPdpKMKnzT.jpg","null","35000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","9313","tt0120744","en","The Man in the Iron Mask","Years have passed since the Three Musketeers, Aramis, Athos and Porthos, have fought together with their friend, D'Artagnan. But with the tyrannical King Louis using his power to wreak havoc in the kingdom while his twin brother, Philippe, remains imprisoned, the Musketeers reunite to abduct Louis and replace him with Philippe.","9.318","/mNbLk9qdBMnzBFWBrjy3Nuw9Ovi.jpg","[{'id':8213,'logo_path':null,'name':'United Artists Corporation','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1998-03-12","182968902","132","[{'iso_639_1':'en','name':'English'}]","Released","For the honor of a king. And the destiny of a country. All for one.","The Man in the Iron Mask","false","6.5","1959" +"false","/clAY7PPLpdMeOoJvR1aGYPCa3Fq.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","http://www.mannowhere.com/","51608","tt1527788","ko","?????????","His only friend called him 'the man from nowhere'... Taesik, a former special agent becomes a loner after losing his wife in a miserable accident and lives a bitter life running a pawnshop. He only has a few customers and a friend named Somi, a little girl next door. As Taesik spends more and more time with Somi, he gets attached to her. Then Somi is kidnapped by a gang, and as Taesik tries to save Somi by becoming deeply associated with the gang his mysterious past is revealed...","9.223","/owZopv729tpgNvybqtZO9tSIynJ.jpg","[{'id':868,'logo_path':null,'name':'Cinema Service','origin_country':'KR'},{'id':7270,'logo_path':null,'name':'Opus Pictures','origin_country':'KR'},{'id':7271,'logo_path':null,'name':'United Pictures','origin_country':''}]","[{'iso_3166_1':'KR','name':'South Korea'}]","2010-08-04","43059790","119","[{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","Nothing to lose, nothing to compromise.","The Man from Nowhere","false","7.6","518" +"false","/6v3KDYITvOPKDfy4KOPNG8ttPDI.jpg","null","0","[{'id':37,'name':'Western'}]","","18264","tt0048342","en","The Man from Laramie","Will Lockhart (James Stewart) becomes entangled in the happenings of Coronado, an isolated western town, after delivering supplies there. He is especially involved with the Waggomans, an influential ranching family, and begins his search for someone selling rifles to the local Apaches, only to find out it is the son of the most powerful man in the area. It is at this point that his troubles begin.","5.426","/c5JbxVnLBy9bZWjconkU1ZThTEC.jpg","[{'id':3473,'logo_path':null,'name':'William Goetz Productions','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1955-08-31","0","104","[{'iso_639_1':'en','name':'English'}]","Released","THE MAN You'll Never Forget!","The Man from Laramie","false","7.1","73" +"false","/orynci7ZQ2sq8P9xCfn6byBuXCg.jpg","{'id':464270,'name':'The Man from Earth Collection','poster_path':'/8qkYt13q4VDT0y8n0Ioew2AssFJ.jpg','backdrop_path':'/qFmRn6T7vM0EuOwbeiGkWabluQJ.jpg'}","0","[{'id':878,'name':'Science Fiction'},{'id':18,'name':'Drama'}]","http://manfromearth.com/","13363","tt0756683","en","The Man from Earth","An impromptu goodbye party for Professor John Oldman becomes a mysterious interrogation after the retiring scholar reveals to his colleagues he never ages and has walked the earth for 14,000 years.","10.526","/zYP2lBJ5GRV1HaIi4USqRl3phe.jpg","[{'id':2741,'logo_path':null,'name':'Falling Sky Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-06-10","0","87","[{'iso_639_1':'en','name':'English'}]","Released","From one of the acclaimed writers of Star Trek and The Twilight Zone comes a story that transcends both time and space...","The Man from Earth","false","7.7","1086" +"false","/55gGvO7h1g1OZBiph0NRbqF8Gdj.jpg","null","72000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","","11086","tt0268995","en","The Majestic","Set in 1951, a blacklisted Hollywood writer gets into a car accident, loses his memory and settles down in a small town where he is mistaken for a long-lost son.","8.253","/A7P4oUpLl4tmgUn0oQjTb0nRjW4.jpg","[{'id':172,'logo_path':null,'name':'NPV Entertainment','origin_country':''},{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':97,'logo_path':'/7znWcbDd4PcJzJUlJxYqAlPPykp.png','name':'Castle Rock Entertainment','origin_country':'US'},{'id':3982,'logo_path':null,'name':'Darkwoods Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-12-21","37317558","152","[{'iso_639_1':'en','name':'English'}]","Released","Sometimes your life comes into focus one frame at a time.","The Majestic","false","6.7","319" +"false","/7NKaU3Bm07UXhsYWeNzjNav4eRy.jpg","null","20000000","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","24271","tt1107860","en","The Maiden Heist","A comedy centered on three museum security guards who devise a plan to steal back the artworks to which they have become attached after they are transferred to another museum.","10.677","/w4B1dt2aB9CuhzEgoW6IGZJBtqn.jpg","[{'id':4302,'logo_path':null,'name':'Dog Pond Productions','origin_country':'US'},{'id':4303,'logo_path':null,'name':'Yan Film Group','origin_country':''},{'id':7046,'logo_path':null,'name':'Paris Film','origin_country':''},{'id':906,'logo_path':'/gN893tmlrcVvWiWCBZEVAiZHpvT.png','name':'Revelations Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-05-09","0","91","[{'iso_639_1':'en','name':'English'}]","Released","They're not bad guys, just bad thieves.","The Maiden Heist","false","5.8","168" +"false","/n1dmnOIfGKwno9dSQmAcMbaJoVU.jpg","null","0","[{'id':18,'name':'Drama'}]","","214091","tt2450440","en","The Last of Robin Hood","Errol Flynn, the swashbuckling Hollywood star and notorious ladies man, flouted convention all his life, but never more brazenly than in his last years when, swimming in vodka and unwilling to face his mortality, he undertook a liaison with an aspiring actress, Beverly Aadland. The two had a high-flying affair that spanned the globe and was enabled by the girl's fame-obsessed mother, Florence. It all came crashing to an end in October 1959, when events forced the relationship into the open, sparking an avalanche of publicity castigating Beverly and her mother - which only fed Florence's need to stay in the spotlight.","4.446","/igZzcHPqpkD3OBBwRjMNSZV2vs6.jpg","[{'id':1422,'logo_path':'/aG7LGucYWmsrsEwnDN1HnUGfVmK.png','name':'Killer Films','origin_country':'US'},{'id':6831,'logo_path':'/ojg8jqsVLGDvuJowOkZQZVV42AA.png','name':'Big Indie Pictures','origin_country':'US'},{'id':18441,'logo_path':'/rJmXT9sgCKG8uSUO1T93kOTfAzm.png','name':'A+E Studios','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-09-06","0","92","[{'iso_639_1':'en','name':'English'}]","Released","Beware Cupid's arrow.","The Last of Robin Hood","false","6","31" +"false","/9IApWHVAtkXuVdSOnvji3n5zLcq.jpg","null","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","21159","tt0058700","en","The Last Man on Earth","Robert Morgan is the last man on earth, as far as he can tell. A plague killed everyone else on the planet several years ago. He was immune to it, and can only guess why. Vampires that were formerly human attack Morgan's home every night","5.062","/u6UvgbuIRSmS1OnPJl6ogErqElW.jpg","[{'id':4141,'logo_path':null,'name':'Associated Producers (API)','origin_country':'US'},{'id':4142,'logo_path':null,'name':'Produzioni La Regina','origin_country':''},{'id':9266,'logo_path':null,'name':'American International Pictures (AIP)','origin_country':'US'}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'US','name':'United States of America'}]","1964-03-08","0","86","[{'iso_639_1':'en','name':'English'}]","Released","Do you dare imagine what it would be like to be...The last man on earth...Or the last woman.","The Last Man on Earth","false","6.8","135" +"false","/eDbb6ox3TngEDlXSPLNC9pfPzc1.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://www.thelastlions.com/","53505","tt1692928","en","The Last Lions","In Botswana's Okavango Delta, an ostracized lioness and her two cubs must fight alone to survive - overcoming all manner of hazards. Their only defense is to escape to Duba Island -- and with that, an unknown future. The setting for this epic tale is one of the last regions where lions can live in the wild. Faced with dwindling land and increasing pressure from hunting, lions - like our lone lioness and her cubs - are approaching the brink of extinction.","2.551","/wQRKJhkmVun6ByaF3ZPXxCJaofn.jpg","[{'id':114038,'logo_path':null,'name':'National Geographic Films','origin_country':'US'}]","[{'iso_3166_1':'BW','name':'Botswana'}]","2011-02-11","0","88","[{'iso_639_1':'en','name':'English'}]","Released","The Most Powerful Force In Nature Is A Mother's Love","The Last Lions","false","7.6","25" +"false","/p7WgP9egrM3hEogrhrLiHA8QD1r.jpg","null","6000000","[{'id':18,'name':'Drama'}]","","1523","tt0455590","en","The Last King of Scotland","Young Scottish doctor, Nicholas Garrigan decides it's time for an adventure after he finishes his formal education, so he decides to try his luck in Uganda, and arrives during the downfall of President Obote. General Idi Amin comes to power and asks Garrigan to become his personal doctor.","9.518","/rgJa3DRf8L2EnYKr5ZRMpuQn0s2.jpg","[{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'},{'id':245,'logo_path':'/9oyhlRJFKrGPmhbRseNbuD9H6dN.png','name':'Cowboy Films','origin_country':'GB'},{'id':284,'logo_path':null,'name':'DNA Films','origin_country':'GB'},{'id':698,'logo_path':null,'name':'Scottish Screen','origin_country':''},{'id':2452,'logo_path':'/6CLoZ59fLPG7UyxQtGTqRevjf58.png','name':'UK Film Council','origin_country':'GB'},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'},{'id':20369,'logo_path':null,'name':'Slate Films','origin_country':''},{'id':20370,'logo_path':null,'name':'Tatfilm','origin_country':''}]","[{'iso_3166_1':'UG','name':'Uganda'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2006-09-01","48027970","121","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'sw','name':'Kiswahili'}]","Released","Charming. Magnetic. Murderous.","The Last King of Scotland","false","7.5","979" +"false","/nK0PbzrByeEggsiYEqw7HtAl9Zr.jpg","null","0","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'}]","","57901","tt0087592","en","The Last Horror Film","A New York taxi driver stalks a beautiful actress attending the Cannes Film Festival, which coincides with a series of violent killings of the lady's friends.","2.345","/8ctBcGmOh5XNIalqYJCSaJZki2P.jpg","[{'id':3052,'logo_path':null,'name':'Troma Entertainment','origin_country':''},{'id':5484,'logo_path':null,'name':'Winters Hollywood Entertainment Holdings Corporation','origin_country':''},{'id':17019,'logo_path':null,'name':'Shere Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1982-10-09","0","87","[{'iso_639_1':'en','name':'English'}]","Released","She's Dying To Be In His Film???","The Last Horror Film","false","5.4","26" +"false","/mw57LkPtALElE1MizNSP1h3nsXB.jpg","null","0","[{'id':37,'name':'Western'}]","","38450","tt0074776","en","The Last Hard Men","In the early 20th century, some convicts while on a road gang escape and one of the convicts is Zach Provo, a half Indian, who was sent to prison during the latter part of the 19th century. He escapes with 6 others to exact vengeance on Sam Burgade the lawman who not only captured him but was also responsible for the death of Provo's wife, at least in Provo's mind. Part of his plan is to kidnap Burgade's daughter, which prompts him to strap on his guns and go after him on horseback. Can Burgade who has been retired for sometime still have what it takes to track Provo down?","2.881","/wlOsEUceksiMZKw4T0YM6LL47LP.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1976-04-22","0","98","[{'iso_639_1':'en','name':'English'}]","Released","Too Mean to Forgive ... Too Mad to Forget!","The Last Hard Men","false","6.3","20" +"false","/yTBd7vk8eHBvBSdxH6sTsnx1RpH.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","","206296","tt2474024","en","The Last Five Years","In New York, a struggling actress and a successful writer sing about their failed marriage from two perspectives.","5.968","/q9eIWmcL7GGjZQwjfINQuqLBJRM.jpg","[{'id':20671,'logo_path':null,'name':'Radius-TWC','origin_country':''},{'id':11093,'logo_path':null,'name':'Lucky Monkey Pictures','origin_country':'US'},{'id':15353,'logo_path':null,'name':'Sh-K-Boom Records','origin_country':''},{'id':15354,'logo_path':null,'name':'Grand Peaks Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-11-03","0","94","[{'iso_639_1':'en','name':'English'}]","Released","There are two sides to every love story.","The Last Five Years","false","5.9","225" +"false","/8dqbSrHv2MfZ1SNCtm30Eu1I8zI.jpg","{'id':177675,'name':'The Last Exorcism Collection','poster_path':'/qHW7u9UxFLbKypwkvkE6rpBftn7.jpg','backdrop_path':'/jCXId2VCkC4NMfQwSzzWOS6Uld1.jpg'}","5000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","146203","tt2034139","en","The Last Exorcism Part II","As Nell Sweetzer tries to build a new life after the events of the first movie, the evil force that once possessed her returns with an even more horrific plan.","9.048","/jsk1EBoGZsXxiafwEhxnx83hOuR.jpg","[{'id':5490,'logo_path':'/xuJSR4dWsvkE194aemIJwflyNF2.png','name':'CBS Films','origin_country':'US'},{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-02-28","15179302","88","[{'iso_639_1':'en','name':'English'}]","Released","The second coming","The Last Exorcism Part II","false","4.5","291" +"false","/swXcukNqS52UffiBSrG0M1pm3t6.jpg","{'id':177675,'name':'The Last Exorcism Collection','poster_path':'/qHW7u9UxFLbKypwkvkE6rpBftn7.jpg','backdrop_path':'/jCXId2VCkC4NMfQwSzzWOS6Uld1.jpg'}","1800000","[{'id':27,'name':'Horror'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://thelastexorcism.com/","38358","tt1320244","en","The Last Exorcism","After years of performing ???exorcisms??? and taking believers??? money, Reverend Marcus travels to rural Louisiana with a film crew so he can dispel what he believes is the myth of demonic possession. The dynamic reverend is certain that this will be another routine ???exorcism??? on a disturbed religious fanatic but instead comes upon the blood-soaked farm of the Sweetzer family and a true evil he would have never thought imaginable.","9.728","/iWPm2Xlc5arD0oRb18k6MurmqHD.jpg","[{'id':655,'logo_path':null,'name':'Strike Entertainment','origin_country':''},{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'},{'id':11112,'logo_path':null,'name':'Arcade Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'FR','name':'France'}]","2010-08-27","67738090","87","[{'iso_639_1':'en','name':'English'}]","Released","Believe In Him.","The Last Exorcism","false","5.6","501" +"false","/2tenopPRkgQHfBCSq3280EjjJg6.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","190847","tt1709143","en","The Last Days on Mars","On the last day of the first manned mission to Mars, a crew member of Tantalus Base believes he has made an astounding discovery ??? fossilized evidence of bacterial life. Unwilling to let the relief crew claims all the glory, he disobeys orders to pack up and goes out on an unauthorized expedition to collect further samples. But a routine excavation turns to disaster when the porous ground collapses and he falls into a deep crevice and near certain death. His devastated colleagues attempt to recover his body. However, when another vanishes, they start to suspect that the life-form they have discovered is not without danger.","7.668","/m0uxoxv6iJz6AdAFx5YOjPEKpTe.jpg","[{'id':7281,'logo_path':'/vuDafYIcuoY0YyvgcqtjXOKwn6Q.png','name':'British Film Institute','origin_country':'GB'},{'id':5267,'logo_path':'/trP3GsUyIztMwcqev3jK1gOeCSA.png','name':'Irish Film Board','origin_country':'IE'},{'id':892,'logo_path':null,'name':'Qwerty Films','origin_country':'GB'},{'id':18078,'logo_path':null,'name':'Fantastic Films','origin_country':'IE'},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'}]","[{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2013-08-11","24084","98","[{'iso_639_1':'en','name':'English'}]","Released","The search for life is about to end.","The Last Days on Mars","false","5.3","398" +"false","/iN6pzLHcFBWbI2Vh96nd7B2xNNr.jpg","null","8000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","16980","tt0120728","en","The Last Days of Disco","Two young women and their friends spend spare time at an exclusive nightclub in 1980s New York.","4.97","/h4xnwIVcbhSAuD6rr1E1JwS4NMx.jpg","[{'id':37812,'logo_path':null,'name':'Westerly Films','origin_country':''},{'id':97,'logo_path':'/7znWcbDd4PcJzJUlJxYqAlPPykp.png','name':'Castle Rock Entertainment','origin_country':'US'},{'id':1382,'logo_path':'/sOg7LGESPH5vCTOIdbMhLuypoLL.png','name':'PolyGram Filmed Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-05-29","0","113","[{'iso_639_1':'en','name':'English'}]","Released","History is made at night.","The Last Days of Disco","false","6.6","74" +"false","/7crRVZFSGSrDk0wR3Lahxr1Fb7P.jpg","null","29000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","https://www.warnerbros.com/last-boy-scout","9319","tt0102266","en","The Last Boy Scout","When the girl that detective Joe Hallenback is protecting gets murdered, the boyfriend of the murdered girl attempts to investigate and solve the case. What they discover is that there is deep seated corruption going on between a crooked politician and the owner of a pro football team.","12.21","/cTl2WqsERuZ5vYmAmtfsPIJBLr0.jpg","[{'id':360,'logo_path':null,'name':'Geffen Pictures','origin_country':''},{'id':1885,'logo_path':'/xlvoOZr4s1PygosrwZyolIFe5xs.png','name':'Silver Pictures','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1991-12-11","59509925","105","[{'iso_639_1':'en','name':'English'}]","Released","Everyone had counted them out. But they're about to get back in the game.","The Last Boy Scout","false","6.6","799" +"false","/kWHIl3xsgzQuo6R6YJCaqhmd7xX.jpg","null","0","[{'id':35,'name':'Comedy'}]","","27088","tt0084234","en","The Last American Virgin","The friendship of a group of young friends struggling with teen sex, drugs, and work is jeopardized by a romantic interest which may turn pals into bitter rivals.","6.491","/3nGKDx5I7egbyZcDpV83tgHoANQ.jpg","[{'id':13549,'logo_path':null,'name':'Golan-Globus Productions','origin_country':''},{'id':1444,'logo_path':'/5jvFLUVXGXxkyszL9cqJN5hNhJ6.png','name':'Cannon Group','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1982-06-26","0","92","[{'iso_639_1':'en','name':'English'}]","Released","The comedy that puts ZIP into being a teen...","The Last American Virgin","false","6.1","83" +"false","/qalBnz5eA76YQ73kCPFz0dNzjkZ.jpg","null","2300000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","3766","tt0040525","en","The Lady from Shanghai","A romantic drifter gets caught between a corrupt tycoon and his voluptuous wife.","5.364","/v4OHLpYjrYjcx5hBeo71DaXQAuR.jpg","[{'id':11447,'logo_path':null,'name':'Mercury Productions','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1947-12-24","0","87","[{'iso_639_1':'cn','name':'????????? / ?????????'},{'iso_639_1':'en','name':'English'}]","Released","I told you... you know nothing about wickedness","The Lady from Shanghai","false","7.3","210" +"false","/vbDjhQ1PBf3kcbxJKVDqaZuil87.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","162145","tt2081437","en","The Liability","When 19-year-old Adam agrees to do a day's driving for his mum's gangster boyfriend Peter, it takes him on a 24-hour journey into a nightmarish world of murder, sex trafficking and revenge, in the company of aging hit man Roy.","5.809","/wpjO1o7dav8ZTPJg0CiuXL5C7DF.jpg","[{'id':12905,'logo_path':null,'name':'Corona Pictures','origin_country':''},{'id':12906,'logo_path':null,'name':'Starchild Pictures','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2012-11-24","0","95","[{'iso_639_1':'en','name':'English'}]","Released","They had their turn... now it's his","The Liability","false","5.8","104" +"false","/27BUhE6bYl7Wo7sHgmQa0DrezWX.jpg","null","40000000","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","http://wwws.warnerbros.de/thelakehouse/","2044","tt0410297","en","The Lake House","A lonely doctor who once occupied an unusual lakeside home begins exchanging love letters with its former resident, a frustrated architect. They must try to unravel the mystery behind their extraordinary romance before it's too late.","14.46","/tHpc1118dYWLnHZleGhwZxRbpae.jpg","[{'id':1143,'logo_path':null,'name':'Sound for Film','origin_country':''},{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':829,'logo_path':'/mzpAmEQ5P1gFvdRoNyCk9q8ngiv.png','name':'Vertigo Entertainment','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-06-16","114830111","99","[{'iso_639_1':'en','name':'English'}]","Released","How do you hold on to someone you've never met?","The Lake House","false","6.7","1240" +"false","/zxN5XhQKDT5GwlpZo7yKxDAJMyQ.jpg","null","40000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.thelincolnlawyermovie.com/","50348","tt1189340","en","The Lincoln Lawyer","A lawyer conducts business from the back of his Lincoln town car while representing a high-profile client in Beverly Hills.","12.396","/bTXtxFUyqQ6T9FRa3ajSdMtwnAj.jpg","[{'id':737,'logo_path':'/dK1GZ1u4our8sJW0Sts1JHeNSLn.png','name':'Sidney Kimmel Entertainment','origin_country':'US'},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':126,'logo_path':'/kADPanRDkKTxncPXXVahvHPUvCj.png','name':'Lakeshore Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-03-17","85412898","119","[{'iso_639_1':'en','name':'English'}]","Released","This Case is a Dangerous Game of Life and Death","The Lincoln Lawyer","false","7.1","1469" +"false","/wPRiV4TVpRCV2es81q0S1eRaUbm.jpg","{'id':325470,'name':'The Lego Movie Collection','poster_path':'/qwuwukEjuh6Zs51NnhtPVriARey.jpg','backdrop_path':'/sQNiamRBTh2aTjQ8aYCJ69MngTM.jpg'}","60000000","[{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","http://www.thelegomovie.com","137106","tt1490017","en","The Lego Movie","An ordinary Lego mini-figure, mistakenly thought to be the extraordinary MasterBuilder, is recruited to join a quest to stop an evil Lego tyrant from gluing the universe together.","17.037","/lMHbadNmznKs5vgBAkHxKGHulOa.jpg","[{'id':2723,'logo_path':null,'name':'Lin Pictures','origin_country':'US'},{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':429,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Comics','origin_country':'US'},{'id':2785,'logo_path':'/l5zW8jjmQOCx2dFmvnmbYmqoBmL.png','name':'Warner Bros. Animation','origin_country':'US'},{'id':4081,'logo_path':'/9Q0SyrhQD61wWbz5KJOkL6tu2mg.png','name':'LEGO','origin_country':'DK'},{'id':8089,'logo_path':'/kEUAzsG2hZcCV7rmSCozgLhGWaa.png','name':'Animal Logic','origin_country':'AU'},{'id':25120,'logo_path':'/lqUpBvDLQYG3QaKNpe2lxfpgh36.png','name':'Warner Animation Group','origin_country':'US'},{'id':41624,'logo_path':'/wzKxIeQKlMP0y5CaAw25MD6EQmf.png','name':'RatPac-Dune Entertainment','origin_country':'US'},{'id':829,'logo_path':'/mzpAmEQ5P1gFvdRoNyCk9q8ngiv.png','name':'Vertigo Entertainment','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-02-06","469160692","100","[{'iso_639_1':'en','name':'English'}]","Released","The story of a nobody who saved everybody.","The Lego Movie","false","7.4","4660" +"false","/pJnU0JArW4aLcOoS9u2vQHDGJpK.jpg","null","15000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","http://www.kingsspeech.com/","45269","tt1504320","en","The King's Speech","The King's Speech tells the story of the man who became King George VI, the father of Queen Elizabeth II. After his brother abdicates, George ('Bertie') reluctantly assumes the throne. Plagued by a dreaded stutter and considered unfit to be king, Bertie engages the help of an unorthodox speech therapist named Lionel Logue. Through a set of unexpected techniques, and as a result of an unlikely friendship, Bertie is able to find his voice and boldly lead the country into war.","18.21","/nkFTbA1XjKWo9LCTaV1hV2Lsgr1.jpg","[{'id':308,'logo_path':'/e8F3mQM7DkJ5SfYYDp8FYzPBOGX.png','name':'The Weinstein Company','origin_country':'US'},{'id':2452,'logo_path':'/6CLoZ59fLPG7UyxQtGTqRevjf58.png','name':'UK Film Council','origin_country':'GB'},{'id':19578,'logo_path':null,'name':'Momentum Pictures','origin_country':''},{'id':7309,'logo_path':null,'name':'Aegis Film Fund','origin_country':''},{'id':19579,'logo_path':null,'name':'Molinare Investment','origin_country':''},{'id':7493,'logo_path':'/452FO4LcI6lA6bfgl6w1kQYRBlr.png','name':'FilmNation Entertainment','origin_country':'US'},{'id':7217,'logo_path':'/vFbexaF70wSMUHRA6Fy6UcuA1ju.png','name':'See-Saw Films','origin_country':'GB'},{'id':5005,'logo_path':null,'name':'Bedlam Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2010-09-06","414211549","118","[{'iso_639_1':'en','name':'English'}]","Released","Find your voice.","The King's Speech","false","7.7","4828" +"false","/cN7dCe6ig4ZVbBbGqO5m4oZvink.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","156700","tt2179116","en","The Kings of Summer","Joe Toy, on the verge of adolescence, finds himself increasingly frustrated by his single father, Frank's attempts to manage his life. Declaring his freedom once and for all, he escapes to a clearing in the woods with his best friend, Patrick, and a strange kid named Biaggio. He announces that they are going to build a house there, free from responsibility and parents. Once their makeshift abode is finished, the three young men find themselves masters of their own destiny, alone in the woods.","7.508","/4HGYmH5mYcBBTIMHhbOBdT1Antl.jpg","[{'id':28286,'logo_path':null,'name':'Low Spark Films','origin_country':'US'},{'id':188,'logo_path':'/40E8iNvy6brH6t4BbmQL211jIpl.png','name':'Big Beach','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-01-19","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Why live when you can rule.","The Kings of Summer","false","7","645" +"false","/x2EutNySnFRVrjOXsnGyj3HHvf7.jpg","null","50000000","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","421","tt0362270","en","The Life Aquatic with Steve Zissou","Renowned oceanographer Steve Zissou has sworn vengeance upon the rare shark that devoured a member of his crew. In addition to his regular team, he is joined on his boat by Ned, a man who believes Zissou to be his father, and Jane, a journalist pregnant by a married man. They travel the sea, all too often running into pirates and, perhaps more traumatically, various figures from Zissou's past, including his estranged wife, Eleanor.","11.372","/kKwNRePEqTfC6DnNlJzz1yX44iR.jpg","[{'id':23449,'logo_path':null,'name':'American Empirical Pictures','origin_country':'US'},{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-12-10","34808403","119","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'is','name':'??slenska'},{'iso_639_1':'pt','name':'Portugu??s'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'tl','name':''},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'it','name':'Italiano'}]","Released","The deeper you go, the weirder life gets.","The Life Aquatic with Steve Zissou","false","7.2","1283" +"false","/iRD5SBgro8MRmcU9Y4JNJxYmh3k.jpg","{'id':1657,'name':'Zorro Collection','poster_path':'/ziQDmVR3VE0hC0GDWgaQwz0H3Ff.jpg','backdrop_path':'/wZCWCe4jPJz04dvVGLQ8TtOq9Js.jpg'}","75000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'}]","http://www.sonypictures.com/homevideo/thelegendofzorro/index.html","1656","tt0386140","en","The Legend of Zorro","Having spent the last 10 years fighting injustice and cruelty, Alejandro de la Vega is now facing his greatest challenge: his loving wife Elena has thrown him out of the house! Elena has filed for divorce and found comfort in the arms of Count Armand, a dashing French aristocrat. But Alejandro knows something she doesn't: Armand is the evil mastermind behind a terrorist plot to destroy the United States. And so, with his marriage and the county's future at stake, it's up to Zorro to save two unions before it's too late.","10.296","/rH3WJbSE3APS1l1hTXZZbz3NVP1.jpg","[{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'MX','name':'Mexico'},{'iso_3166_1':'US','name':'United States of America'}]","2005-10-24","142400065","129","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","The original caped crusader is back!","The Legend of Zorro","false","6","1520" +"false","/qs8BKPnOQhAG0EKGeNiJnHoxF2l.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","136386","tt1877797","en","The Knot","A couple endures a series of mishaps right before their wedding day.","1.891","/yuYSIXroum9w90Hrvk7p61y6ta5.jpg","[{'id':25999,'logo_path':null,'name':'Beactive Entertainment','origin_country':''},{'id':6371,'logo_path':'/zjXvcv1md91eXLZiJExUOTEwgdd.png','name':'Unstoppable Entertainment','origin_country':'GB'},{'id':26000,'logo_path':null,'name':'New Treatment','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2012-10-05","0","92","[{'iso_639_1':'en','name':'English'}]","Released","One Wedding... And Another Wedding... But Absolutely No Funerals","The Knot","false","3.8","13" +"false","/zGP9UgLsMUZUlZwR2s6wUk0Qgp5.jpg","null","70000000","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","http://www.thekingdommovie.com/","4349","tt0431197","en","The Kingdom","A team of U.S. government agents is sent to investigate the bombing of an American facility in the Middle East.","12.612","/83eJJlHscLsi9DHsqsyk1hIXL83.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':675,'logo_path':null,'name':'Forward Pass','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':7786,'logo_path':null,'name':'FilmWorks','origin_country':''},{'id':12246,'logo_path':null,'name':'MDBF Zweite Filmgesellschaft','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2007-08-22","86658558","110","[{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'en','name':'English'}]","Released","How do you stop an enemy who isn't afraid to die?","The Kingdom","false","6.6","758" +"false","/nK8dfV4WgJprKZFMBLJYRSBUHqh.jpg","null","0","[{'id':10751,'name':'Family'},{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'}]","http://www.thelegendofsarila.com/","233423","tt2296935","en","The Legend of Sarila","Three young Inuits set off in search of a promised land to save their clan from starvation.","2.964","/aKFNEurZueBaSIl0viRdW3D540w.jpg","[{'id':20182,'logo_path':'/8q7vbukhNuX9a9EE7AqzeWZEmll.png','name':'CarpeDiem Film & TV','origin_country':'CA'},{'id':20183,'logo_path':'/uTFqSaBC6BMJegqq8WECicS79YE.png','name':'Productions 10th Ave','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2013-02-22","15000000","80","[{'iso_639_1':'en','name':'English'}]","Released","Discover the wonder. Follow the magic. Find the promised land.","The Legend of Sarila","false","4.8","13" +"false","/5W1jTxgPcoTKbXLb0fgMDrbphpH.jpg","null","70000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'}]","","188207","tt1043726","en","The Legend of Hercules","In Ancient Greece 1200 B.C., a queen succumbs to the lust of Zeus to bear a son promised to overthrow the tyrannical rule of the king and restore peace to a land in hardship. But this prince, Hercules, knows nothing of his real identity or his destiny. He desires only one thing: the love of Hebe, Princess of Crete, who has been promised to his own brother. When Hercules learns of his greater purpose, he must choose: to flee with his true love or to fulfill his destiny and become the true hero of his time. The story behind one of the greatest myths is revealed in this action-packed epic - a tale of love, sacrifice and the strength of the human spirit.","12.823","/eIHrBHeqfQodgEjSPdZWh9b5lV3.jpg","[{'id':1020,'logo_path':'/kuUIHNwMec4dwOLghDhhZJzHZTd.png','name':'Millennium Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-01-10","61279452","99","[{'iso_639_1':'en','name':'English'}]","Released","Every Man Has a Destiny","The Legend of Hercules","false","4.5","791" +"false","/pKf721WaYpxEdISJ9LYg23fd3wM.jpg","null","150000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","http://www.thelastairbendermovie.com/","10196","tt0938283","en","The Last Airbender","The story follows the adventures of Aang, a young successor to a long line of Avatars, who must put his childhood ways aside and stop the Fire Nation from enslaving the Water, Earth and Air nations.","13.954","/zgwRTYWEEPivTwjB9S03HtmMcbM.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':2348,'logo_path':'/m31fQvZJuUvAgxoqTiCGYFBfZYe.png','name':'Nickelodeon Movies','origin_country':'US'},{'id':12236,'logo_path':'/uV6QBPdn3MjQzAFdgEel6od7geg.png','name':'Blinding Edge Pictures','origin_country':'US'},{'id':8805,'logo_path':'/vrpvFCl4DqYk5npjTyPJ8amBgsA.png','name':'Industrial Light & Magic','origin_country':'US'},{'id':862,'logo_path':'/udTjbqPmcTbfrihMuLtLcizDEM1.png','name':'The Kennedy/Marshall Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-06-30","318502923","103","[{'iso_639_1':'en','name':'English'}]","Released","Four nations, one destiny","The Last Airbender","false","4.6","2068" +"false","/gEq9WmI8tGwV6XPzJGJ2468cxqA.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","","15982","tt0089470","en","The Legend of Billie Jean","Average Texas teen, Billie Jean Davy, is caught up in an odd fight for justice. She is usually followed and harrased around by local boys, who, one day, decide to trash her brother's scooter for fun. The boys' father refuses to pay them back the price of the scooter. The fight for ""fair is fair"" takes the teens around the state and produces an unlikely hero.","4.72","/auRbZDruB9q40ibPURjWZnqVpRz.jpg","[{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'},{'id':3088,'logo_path':null,'name':'Delphi III Productions','origin_country':'US'},{'id':4357,'logo_path':null,'name':'The Guber-Peters Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-07-19","3099497","96","[{'iso_639_1':'en','name':'English'}]","Released","When you're seventeen, people think they can do anything to you. Billie Jean is about to prove them wrong.","The Legend of Billie Jean","false","6.5","77" +"false","/vMOhKge0XqT50ge49ZGA4th0C5Y.jpg","{'id':70068,'name':'Ip Man Collection','poster_path':'/iXhYIEUNoYXeq3XiNasMAcThHMU.jpg','backdrop_path':'/1oCPXe4e0VHZTJX4nLkvxzayXK9.jpg'}","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':36,'name':'History'}]","","44249","tt1641638","cn","????????????","Featuring some of the most spectacular, innovative and explosive martial arts ever staged, The Legend Is Born is the remarkable true story of the early life of Ip Man, the formidable kung fu genius who would become Bruce Lee's mentor.Beginning at the start of his journey from his initial training through to the ultimate battle to become supreme master of the art of Wing Chun, The Legend Is Born has already been hailed as one of the greatest martial arts films of all time and features an all-star cast, including Sammo Hung (Enter The Dragon), Yuen Biao and Ip Man's real life son, 76-year-old Ip Chun, as Ip Man's kung fu master.","1.982","/309PfuM6jt1BAMcHsEchADl7Lsc.jpg","[{'id':7885,'logo_path':null,'name':'Mei Ah Entertainment','origin_country':''}]","[{'iso_3166_1':'HK','name':'Hong Kong'}]","2010-06-24","0","100","[{'iso_639_1':'cn','name':'????????? / ?????????'}]","Released","","The Legend Is Born: Ip Man","false","6.7","308" +"false","/o6zCDG1yl2HgPYkGrwmG0wUM6fW.jpg","null","10000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://ledgemovie.com/","63493","tt1535970","en","The Ledge","A thriller in which a battle of philosophies between a fundamentalist Christian and an atheist escalates into a lethal battle of wills.","7.164","/7iHQhaF2LRGlHpZcjcdODDn6pj.jpg","[{'id':21897,'logo_path':null,'name':'Foresight Unlimited','origin_country':'US'},{'id':21898,'logo_path':null,'name':'VIP Media Group','origin_country':''},{'id':21899,'logo_path':null,'name':'Michael Mailer Films','origin_country':''},{'id':1208,'logo_path':null,'name':'Rising Star','origin_country':''},{'id':21901,'logo_path':null,'name':'Ledge Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'DE','name':'Germany'}]","2011-05-06","610986","101","[{'iso_639_1':'en','name':'English'}]","Released","One life. One chance. One step.","The Ledge","false","6.1","175" +"false","/rWtdOms2x2r1H4hx2IG463fuis6.jpg","null","78000000","[{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","","8698","tt0311429","en","The League of Extraordinary Gentlemen","To prevent a world war from breaking out, famous characters from Victorian literature band together to do battle against a cunning villain.","12.561","/AliSeCLFB6ZAkQIxosr8RAkFf6R.jpg","[{'id':475,'logo_path':null,'name':'JD Productions','origin_country':''},{'id':1507,'logo_path':null,'name':'International Production Company','origin_country':''},{'id':12087,'logo_path':null,'name':'Angry Films','origin_country':''},{'id':19352,'logo_path':null,'name':'Mediastream Dritte Film GmbH & Co. Beteiligungs KG','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'CZ','name':'Czech Republic'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2003-07-11","179265204","110","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'it','name':'Italiano'}]","Released","The power of seven become a league of one.","The League of Extraordinary Gentlemen","false","5.8","2070" +"false","/onedOXewvF98i2DW0Hf4WzOPG4z.jpg","null","9750000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.sonypictures.com/movies/thelazarusproject/","13825","tt0464041","en","The Lazarus Project","After Ben Garvey foolishly turned back to crime, he thought his life was over when he was sentenced to death by lethal injection. But his death sentence isn't quite what it seems, as Ben regains consciousness near an eerie psychiatric ward, where he's told he's been hired as the groundskeeper. With the state of his soul in question, and the love for his wife and daughter all the more real and powerful, Ben must figure out if he's truly cheated death, or if he's become part of something far more sinister.","7.325","/oehWKqXq3ZxKuIKbzGDNDYa4HhR.jpg","[{'id':7419,'logo_path':null,'name':'Scion Films','origin_country':''},{'id':2823,'logo_path':null,'name':'Be Good Productions','origin_country':''},{'id':10227,'logo_path':'/3YfRy3DBl4abcqkzGx4RVNz12yl.png','name':'Mandeville Films','origin_country':'US'},{'id':11278,'logo_path':null,'name':'Inferno Distribution','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2008-10-24","558000","99","[{'iso_639_1':'en','name':'English'}]","Released","Cheating death is only the beginning","The Lazarus Project","false","6.1","183" +"false","/4iC6NTjLUZMWqz4W8ddLTQND7kS.jpg","null","3300000","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","https://www.facebook.com/thelazaruseffect","243940","tt2918436","en","The Lazarus Effect","Medical researcher Frank, his fiancee Zoe and their team have achieved the impossible: they have found a way to revive the dead. After a successful, but unsanctioned, experiment on a lifeless animal, they are ready to make their work public. However, when their dean learns what they've done, he shuts them down. Zoe is killed during an attempt to recreate the experiment, leading Frank to test the process on her. Zoe is revived -- but something evil is within her.","6.813","/3oqjCN38pb7MI5i8lUlDQd4IAeA.jpg","[{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':3172,'logo_path':'/kDedjRZwO8uyFhuHamomOhN6fzG.png','name':'Blumhouse Productions','origin_country':'US'},{'id':55265,'logo_path':null,'name':'Chapter One Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-01-29","64110728","83","[{'iso_639_1':'en','name':'English'}]","Released","Evil will rise.","The Lazarus Effect","false","5.1","793" +"false","/giIxsCU1wLQGeLVu1iFjKYyKt3Y.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","106717","tt2332831","en","The Last Will and Testament of Rosalind Leigh","The story of Leon, an antiques collector who inherits a house from his estranged mother only to discover that she had been living in a shrine devoted to a mysterious cult. Soon, Leon comes to suspect that his mother's oppressive spirit still lingers within her home and is using items in the house to contact him with an urgent message.","3.583","/e9d2Xwk9hQPvAtHp4fX6Dw6RndX.jpg","[{'id':17105,'logo_path':null,'name':'Someone At The Door Productions','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2012-11-09","0","82","[{'iso_639_1':'en','name':'English'}]","Released","","The Last Will and Testament of Rosalind Leigh","false","5.1","59" +"false","/41mTvUFC5qtrAI12kQbgxw3Zig.jpg","null","15000000","[{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'}]","","11884","tt0087597","en","The Last Starfighter","A video game expert Alex Rogan finds himself transported to another planet after conquering The Last Starfighter video game only to find out it was just a test. He was recruited to join the team of best Starfighters to defend their world from the attack.","8.255","/an1H0DPADLDlEsiUy8vE9AWqrhm.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':1176,'logo_path':null,'name':'Lorimar Film Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-07-13","28733290","101","[{'iso_639_1':'en','name':'English'}]","Released","He didn't find his dreams... his dreams found him.","The Last Starfighter","false","6.5","312" +"false","/p4Xazn7f63Sqwslw8va7IqDQBki.jpg","null","30000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","http://www.thelaststandfilm.com","76640","tt1549920","en","The Last Stand","Ray Owens is sheriff of the quiet US border town of Sommerton Junction after leaving the LAPD following a bungled operation. Following his escape from the FBI, a notorious drug baron, his gang, and a hostage are heading toward Sommerton Junction where the police are preparing to make a last stand to intercept them before they cross the border. Owens is reluctant to become involved but ultimately joins in with the law enforcement efforts","12.483","/eOfpuaNcCcitHi3HOik7XFavRP4.jpg","[{'id':435,'logo_path':null,'name':'Di Bonaventura Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-01-12","0","107","[{'iso_639_1':'en','name':'English'}]","Released","Not in his town. Not on his watch.","The Last Stand","false","5.8","1650" +"false","/vlsf3SDSNqMtnirDSX17lLGIh2d.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10751,'name':'Family'},{'id':10749,'name':'Romance'}]","","35690","tt1294226","en","The Last Song","A drama centered on a rebellious girl who is sent to a Southern beach town for the summer to stay with her father. Through their mutual love of music, the estranged duo learn to reconnect.","7.978","/deOzvJHnSSl8FI1HEJjPGgOsS9U.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-03-31","0","107","[{'iso_639_1':'en','name':'English'}]","Released","A story about family, first love, second chances and the moment in life that lead you back home.","The Last Song","false","7.2","2055" +"false","/AaYwLAoWAJlzTESW0TWrzR9gNV8.jpg","null","2500000","[{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'},{'id':10749,'name':'Romance'}]","","25284","tt0110308","en","The Last Seduction","Looking to escape her unhappy marriage, villainous femme fatale Bridget Gregory (Linda Fiorentino) convinces her husband, Clay (Bill Pullman), to sell cocaine, then steals the profits and runs out on him. She stops in a small town en route to Chicago, where she ensnares her next conquest, insurance man Mike Swale (Peter Berg). After getting a job at his insurance company, Bridget convinces Mike to run a scam -- but things take a deadly turn when she recruits him to help get rid of her husband.","5.848","/9gB7E2GPGURD2QbzlM6kSv5Uc94.jpg","[{'id':236,'logo_path':null,'name':'October Films','origin_country':'US'},{'id':15980,'logo_path':null,'name':'Incorporated Television Company (ITC)','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1994-05-26","0","110","[{'iso_639_1':'en','name':'English'}]","Released","She wants it all...","The Last Seduction","false","6.7","125" +"false","/lm15lu2jt3I3Syxsb90UJzUzMRV.jpg","null","140000000","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':10752,'name':'War'},{'id':36,'name':'History'}]","https://www.warnerbros.com/last-samurai","616","tt0325710","en","The Last Samurai","Nathan Algren is an American hired to instruct the Japanese army in the ways of modern warfare, which finds him learning to respect the samurai and the honorable principles that rule them. Pressed to destroy the samurai's way of life in the name of modernization and open trade, Algren decides to become an ultimate warrior himself and to fight for their right to exist.","17.133","/sLv5pXysIz7QbtKFJy85d5yxv2W.jpg","[{'id':44,'logo_path':null,'name':'Cruise/Wagner Productions','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':350,'logo_path':'/l4cEc8UZ3ZrPLisIOh1iYMKwAVP.png','name':'Radar Pictures','origin_country':'US'},{'id':348,'logo_path':null,'name':'Bedford Falls Productions','origin_country':''}]","[{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'NZ','name':'New Zealand'}]","2003-12-05","456758981","154","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'}]","Released","In the face of an enemy, in the heart of one man, lies the soul of a warrior.","The Last Samurai","false","7.4","3279" +"false","/fRkIu9XNb4Xi9k5ikAxGTiDrj1G.jpg","null","40000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10749,'name':'Romance'},{'id':10752,'name':'War'}]","","9361","tt0104691","en","The Last of the Mohicans","As the British and French soldiers battle for control of the American colonies in the 18th century, the settlers and native Americans are forced to take sides. Cora and her sister Alice unwittingly walk into trouble but are reluctantly saved by Hawkeye, an orphaned settler adopted by the last of the Mohicans.","10.663","/6FHoUoYrfmwXJsDIR0s8YvV1Ctj.jpg","[{'id':10210,'logo_path':null,'name':'Morgan Creek Productions','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-09-25","75505856","112","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","The first American hero.","The Last of the Mohicans","false","7.3","1317" +"false","/jmlupvvB2vpOCvEwH65i9rbh9gu.jpg","null","0","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","80318","tt1559036","en","The Motel Life","A pair of working-class brothers flee their Reno Motel after getting involved in a fatal hit-and-run accident.","2.579","/3ZM2qKKlrkWX9EvsFUAhGkPRUjM.jpg","[{'id':10478,'logo_path':null,'name':'Polsky Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-11-16","0","95","[{'iso_639_1':'en','name':'English'}]","Released","","The Motel Life","false","6.1","24" +"false","/bH0LGWWwtWDsHN031sW70ktPhoE.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'}]","","11120","tt0091557","en","The Mosquito Coast","Allie Fox, an American inventor exhausted by the perceived danger and degradation of modern society, decides to escape with his wife and children to Belize. In the jungle, he tries with mad determination to create a utopian community with disastrous results.","7.33","/8A1iDYSp8H5WORWZVCV3E3SpkGD.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1986-11-26","14302779","119","[{'iso_639_1':'en','name':'English'}]","Released","He went too far.","The Mosquito Coast","false","6.4","202" +"false","/xIisiN3GxiOMpYQOYarzWlgpDNT.jpg","null","60000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':10749,'name':'Romance'},{'id':14,'name':'Fantasy'}]","http://www.themortalinstrumentsmovie.com/","123553","tt1538403","en","The Mortal Instruments: City of Bones","In New York City, Clary Fray, a seemingly ordinary teenager, learns that she is descended from a line of Shadowhunters ??? half-angel warriors who protect humanity from evil forces. After her mother disappears, Clary joins forces with a group of Shadowhunters and enters Downworld, an alternate realm filled with demons, vampires, and a host of other creatures. Clary and her companions must find and protect an ancient cup that holds the key to her mother's future.","13.648","/6tUdKoNdBsu321nMpvQsj81DA8e.jpg","[{'id':3287,'logo_path':'/bz6GbCQQXGNE56LTW9dwgksW0Iw.png','name':'Screen Gems','origin_country':'US'},{'id':5755,'logo_path':'/53JWq1rzbAXzbh1rnFo3XdqsAUh.png','name':'Constantin Film Produktion','origin_country':''},{'id':22656,'logo_path':null,'name':'Don Carmody Productions','origin_country':''},{'id':60746,'logo_path':null,'name':'Unique Features','origin_country':''},{'id':60747,'logo_path':null,'name':'Mr. Smith Productions','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2013-08-21","90565421","130","[{'iso_639_1':'en','name':'English'}]","Released","You have been chosen","The Mortal Instruments: City of Bones","false","6.3","2784" +"false","/6AaXKJAigIsIAOtoayjHeDcBWoc.jpg","null","70000000","[{'id':10752,'name':'War'},{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':28,'name':'Action'}]","http://www.monumentsmen.com/","152760","tt2177771","en","The Monuments Men","Based on the true story of the greatest treasure hunt in history, The Monuments Men is an action drama focusing on seven over-the-hill, out-of-shape museum directors, artists, architects, curators, and art historians who went to the front lines of WWII to rescue the world???s artistic masterpieces from Nazi thieves and return them to their rightful owners. With the art hidden behind enemy lines, how could these guys hope to succeed?","15.73","/lhCUqVEPA3MMxnV8QTeVBTmRrP4.jpg","[{'id':264,'logo_path':'/fA90qwUKgPhMONqtwY60GaHRyrW.png','name':'Studio Babelsberg','origin_country':'DE'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':711,'logo_path':'/tEiIH5QesdheJmDAqQwvtN60727.png','name':'Fox 2000 Pictures','origin_country':'US'},{'id':24970,'logo_path':null,'name':'Obelisk Productions','origin_country':''},{'id':1782,'logo_path':'/d1mlUfuG0NoQ4x0C7bK80wLGWA1.png','name':'Smoke House Pictures','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2014-01-24","154984035","118","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","It was the greatest art heist in history","The Monuments Men","false","5.9","2167" +"false","/9gjl1uOJ3GGGDLxRbrNz1c3HSlV.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","222911","tt2513092","en","The Monkey's Paw","After Jake Tilton is given a mystical ""monkey's paw"" talisman that grants its possessor three wishes, he finds his world turned upside down after his first two wishes result in his malevolent coworker, Tony Cobb, being resurrected from the dead. When Cobb pressures Jake into using the final wish to reunite Cobb with his son, his intimidation quickly escalates into relentless murder - forcing Jake to outwit his psychotic friend and save his remaining loved ones.","2.867","/dQ5KUWUfkQjjKQQ4BesKy3ueOjb.jpg","[{'id':26637,'logo_path':null,'name':'Jay-X Entertainment','origin_country':'US'},{'id':26638,'logo_path':null,'name':'TMP Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-10-08","0","88","[{'iso_639_1':'en','name':'English'}]","Released","One Wish. A Thousand Regrets.","The Monkey's Paw","false","4.3","43" +"false","/wfhWgaJK1MvV0ygYM2tU2puMqJa.jpg","null","10000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","10466","tt0091541","en","The Money Pit","After being evicted from their Manhattan apartment, a couple buys what looks like the home of their dreams ??? only to find themselves saddled with a bank-account-draining nightmare. Struggling to keep their relationship together as their rambling mansion falls to pieces around them, the two watch in hilarious horror as everything ??? including the kitchen sink ??? disappears into the 'Money Pit'.","9.461","/vzUfCSAXDIQemW6Kdk2RU2JtfiV.jpg","[{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1986-03-15","54999651","91","[{'iso_639_1':'en','name':'English'}]","Released","For everyone who's ever been deeply in Love or deeply in debt.","The Money Pit","false","6.4","459" +"false","/slQnhKRIPkA2Cm5x6VvrOPXt4Qu.jpg","null","18000000","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","http://www.themist-movie.com/","5876","tt0884328","en","The Mist","After a violent storm, a dense cloud of mist envelops a small Maine town, trapping artist David Drayton and his five-year-old son in a local grocery store with other people. They soon discover that the mist conceals deadly horrors that threaten their lives, and worse, their sanity.","11.75","/uYVheUBf8ITaocUP4Og9GXxOMIH.jpg","[{'id':3982,'logo_path':null,'name':'Darkwoods Productions','origin_country':'US'},{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-11-21","57096190","126","[{'iso_639_1':'en','name':'English'}]","Released","Belief divides them, mystery surrounds them, but fear changes everything.","The Mist","false","6.8","2416" +"false","/iQCwnQ27DhFDD6ZVF1Pr1aRXEOI.jpg","null","0","[{'id':18,'name':'Drama'},{'id':37,'name':'Western'}]","","42252","tt0074906","en","The Missouri Breaks","Tom Logan is a horse thief. Rancher David Braxton has horses, and a daughter, worth stealing. But Braxton has just hired Lee Clayton, an infamous ""regulator"", to hunt down the horse thieves; one at a time.","5.175","/vDvDxKRrLsJvDHn2ZbMWkmH0dHz.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':29119,'logo_path':null,'name':'Devon/Persky-Bright','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1976-05-19","0","126","[{'iso_639_1':'en','name':'English'}]","Released","One Steals, One Kills, One Loves, One Dies","The Missouri Breaks","false","6.4","68" +"false","/5lBBkfIZxUKkIhYcY1POfrTiZRv.jpg","null","0","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","6028","tt0081163","en","The Mirror Crack'd","Jane Marple solves the mystery when a local woman is poisoned and a visiting movie star seems to have been the intended victim.","5.436","/uMeVKjoHwlVZksrDhib4tt6CF29.jpg","[{'id':1555,'logo_path':null,'name':'G.W. Films','origin_country':''},{'id':538,'logo_path':null,'name':'EMI Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1980-09-19","11000000","105","[{'iso_639_1':'en','name':'English'}]","Released","Mirror, mirror on the wall, who is the murderer among them all?","The Mirror Crack'd","false","6.1","75" +"false","/2GLQ4nPyCzMGLAjS044JDOlIQuN.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","http://www.abandonedminethemovie.com","203186","tt1329404","en","The Mine","Five school friends seek adventure on Halloween night in an abandoned, haunted mine, only to find to their horror that the ghostly rumors may be true as they fight for survival.","1.4","/rHhTN8U02puLXp40ikUMym5RP9m.jpg","[{'id':60644,'logo_path':null,'name':'Mountainbridge Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-08-15","0","95","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","It's Alive","The Mine","false","3.8","16" +"false","/jbREFnhxvVFCfgdMLkcI7Fb3Hz7.jpg","{'id':10709,'name':'The Mighty Ducks Collection','poster_path':'/3Fhf0oteJHXmCNUEVZjyx8AzldY.jpg','backdrop_path':'/8C8f3UkMgNofmipZ4b42UqdnUYb.jpg'}","10000000","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","10414","tt0104868","en","The Mighty Ducks","After reckless young lawyer Gordon Bombay gets arrested for drunk driving, he must coach a kids hockey team for his community service. Gordon has experience on the ice, but isn't eager to return to hockey, a point hit home by his tense dealings with his own former coach, Jack Reilly. The reluctant Gordon eventually grows to appreciate his team, which includes promising young Charlie Conway, and leads them to take on Reilly's tough players.","9.026","/4qXfjDlDEGuN3xRNawh4WZo5o96.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-10-02","50752337","101","[{'iso_639_1':'en','name':'English'}]","Released","They can't skate. They can't win. They can't be serious.","The Mighty Ducks","false","6.4","328" +"false","/tb9YVWwfVFNUlTAZ6Rjg32g18bt.jpg","null","6500000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10752,'name':'War'}]","http://www.themessengermovie.com/","28089","tt0790712","en","The Messenger","Will Montgomery (Ben Foster), a U.S. Army Staff Sergeant who has returned home from Iraq, is assigned to the Army???s Casualty Notification service. Montgomery is partnered with Captain Tony Stone (Woody Harrelson), to give notice to the families of fallen soldiers. The Sergeant is drawn to Olivia Pitterson (Samantha Morton), to whom he has delivered news of her husband???s death.","6.108","/el6yT5RjrT5PeoQDTrO96rziHKa.jpg","[{'id':4748,'logo_path':'/bTMeosrSiKaTPmZiTYnSDZlin5d.png','name':'Oscilloscope','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-11-13","1521261","113","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","The Scars of War Will Last Forever","The Messenger","false","6.7","203" +"false","/rmg1iMCveruz7mQaY28gPvD0I23.jpg","null","24000000","[{'id':35,'name':'Comedy'},{'id':10752,'name':'War'}]","http://www.themenwhostareatgoatsmovie.com/","10313","tt1234548","en","The Men Who Stare at Goats","A reporter in Iraq might just have the story of a lifetime when he meets Lyn Cassady, a guy who claims to be a former member of the U.S. Army's New Earth Army, a unit that employs paranormal powers in their missions.","7.651","/dCr1NYTxj7jJi2OlreTzCH7xJcM.jpg","[{'id':2054,'logo_path':null,'name':'Ruby Films','origin_country':''},{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':1782,'logo_path':'/d1mlUfuG0NoQ4x0C7bK80wLGWA1.png','name':'Smoke House Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2009-10-17","68729358","93","[{'iso_639_1':'en','name':'English'}]","Released","No goats. No glory.","The Men Who Stare at Goats","false","5.9","1228" +"false","/rRzIrZfHd39gX3WdKsStorBnmgb.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","","11623","tt0077921","en","The Medusa Touch","""I have a gift for disaster,"" says John Morlar (Richard Burton). Morlar is cursed with a unique telekinesis power that only seems to cause disaster.","5.047","/mGrKagtK5xA7EWRH1aKTLxyQBgf.jpg","[{'id':17744,'logo_path':null,'name':'Coatesgold','origin_country':''},{'id':15980,'logo_path':null,'name':'Incorporated Television Company (ITC)','origin_country':'GB'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'}]","1978-04-13","0","105","[{'iso_639_1':'en','name':'English'}]","Released","","The Medusa Touch","false","7.2","55" +"false","/3xUXBdbHA0NBTs09mlfmWV5i05O.jpg","null","41000000","[{'id':53,'name':'Thriller'},{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","","10610","tt0288045","en","The Medallion","A Hong Kong detective suffers a fatal accident involving a mysterious medallion and is transformed into an immortal warrior with superhuman powers.","9.379","/9iJrg37ceCBeQkQHnIy97VekINb.jpg","[{'id':2877,'logo_path':null,'name':'Living Films','origin_country':''},{'id':3320,'logo_path':null,'name':'Emperor Multimedia Group (EMG)','origin_country':''},{'id':73998,'logo_path':null,'name':'Golden Port Productions Ltd.','origin_country':''}]","[{'iso_3166_1':'HK','name':'Hong Kong'},{'iso_3166_1':'US','name':'United States of America'}]","2003-08-15","0","88","[{'iso_639_1':'en','name':'English'}]","Released","","The Medallion","false","5.3","487" +"false","/fLMv873bBAvrCtzeAbRVjb4Mi9Y.jpg","{'id':280504,'name':'Mechanic Collection','poster_path':'/rYW2tVlAwa53xR57ipFytzYhrxq.jpg','backdrop_path':'/i36Ufc9CmjwpcfUaQv1YgifPyhF.jpg'}","40000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","http://www.themechanicmovie.com/","27582","tt0472399","en","The Mechanic","Arthur Bishop is a 'mechanic' - an elite assassin with a strict code and unique talent for cleanly eliminating targets. It's a job that requires professional perfection and total detachment, and Bishop is the best in the business. But when he is ordered to take out his mentor and close friend Harry, Bishop is anything but detached.","14.623","/eScKoGnjaUvGD2OkK3DImyzfVkt.jpg","[{'id':22035,'logo_path':null,'name':'Scared Productions','origin_country':''},{'id':5490,'logo_path':'/xuJSR4dWsvkE194aemIJwflyNF2.png','name':'CBS Films','origin_country':'US'},{'id':1020,'logo_path':'/kuUIHNwMec4dwOLghDhhZJzHZTd.png','name':'Millennium Films','origin_country':'US'},{'id':925,'logo_path':'/dIb9hjXNOkgxu4kBWdIdK8nM4w.png','name':'Nu Image','origin_country':'US'},{'id':8880,'logo_path':'/fE7LBw7Jz8R29EABFGCvWNriZxN.png','name':'Winkler Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-01-13","51070807","93","[{'iso_639_1':'en','name':'English'}]","Released","Someone has to fix the problems.","The Mechanic","false","6.3","1621" +"false","/lWEHUyJgL9LrSUoUipm3nbdEbMd.jpg","null","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","19403","tt0068931","en","The Mechanic","Arthur Bishop is a veteran hit man who, owing to his penchant for making his targets' deaths seem like accidents, thinks himself an artist. It's made him very rich, but as he hits middle age, he's so depressed and lonely that he takes on one of his victim's sons, Steve McKenna, as his apprentice. Arthur puts him through a rigorous training period and brings him on several hits. As Steven improves, Arthur worries that he'll discover who killed his father.","8.094","/hizE0MwFJOBlfLSFqFNKv7cSxkT.jpg","[{'id':12253,'logo_path':null,'name':'Carlino Productions','origin_country':''},{'id':8880,'logo_path':'/fE7LBw7Jz8R29EABFGCvWNriZxN.png','name':'Winkler Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1972-10-06","0","100","[{'iso_639_1':'en','name':'English'}]","Released","He has 100 ways to kill... and they all work!","The Mechanic","false","6.9","99" +"false","/uBnZ4JxkHcDXL9CY7ekNoXZl9Y5.jpg","null","0","[{'id':35,'name':'Comedy'}]","","4543","tt0085959","en","The Meaning of Life","Life's questions are 'answered' in a series of outrageous vignettes, beginning with a staid London insurance company which transforms before our eyes into a pirate ship. Then there's the National Health doctors who try to claim a healthy liver from a still-living donor. The world's most voracious glutton brings the art of vomiting to new heights before his spectacular demise.","12.93","/uCdQLoSQYJXrH3HvwNOJp5ing6q.jpg","[{'id':12016,'logo_path':null,'name':'Celandine Films','origin_country':''},{'id':12017,'logo_path':null,'name':'The Monty Python Partnership','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1983-03-31","0","107","[{'iso_639_1':'en','name':'English'}]","Released","It took God six days to create the earth, and Monty Python just 90 minutes to screw it up.","The Meaning of Life","false","7.4","868" +"false","/lkOZcsXcOLZYeJ2YxJd3vSldvU4.jpg","{'id':295130,'name':'The Maze Runner Collection','poster_path':'/oUuLnWCtV4o9O8xwRfkDW8UmGXo.jpg','backdrop_path':'/eQ8iwAvGfuNnPjBCKTIVp5PsFw.jpg'}","34000000","[{'id':28,'name':'Action'},{'id':9648,'name':'Mystery'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","http://themazerunnermovie.com/","198663","tt1790864","en","The Maze Runner","Set in a post-apocalyptic world, young Thomas is deposited in a community of boys after his memory is erased, soon learning they're all trapped in a maze that will require him to join forces with fellow ???runners??? for a shot at escape.","33.865","/coss7RgL0NH6g4fC2s5atvf3dFO.jpg","[{'id':290,'logo_path':'/Q8mw2AOQQc8Qg0uNwLWq86DVZv.png','name':'Ingenious Media','origin_country':'GB'},{'id':3672,'logo_path':'/5VWXJgYYrJZUE0hixvBdVfGSfmo.png','name':'Gotham Group','origin_country':'US'},{'id':8569,'logo_path':null,'name':'Dayday Films','origin_country':'GB'},{'id':12292,'logo_path':'/llGRXF5WYUW2fzXg0ebCoKMXjmT.png','name':'Temple Hill Entertainment','origin_country':'US'},{'id':22213,'logo_path':'/qx9K6bFWJupwde0xQDwOvXkOaL8.png','name':'TSG Entertainment','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-09-10","348300000","113","[{'iso_639_1':'en','name':'English'}]","Released","Remember. Survive. Run.","The Maze Runner","false","7.1","10301" +"false","/pdVHUsb2eEz9ALNTr6wfRJe5xVa.jpg","{'id':2344,'name':'The Matrix Collection','poster_path':'/lh4aGpd3U9rm9B8Oqr6CUgQLtZL.jpg','backdrop_path':'/bRm2DEgUiYciDw3myHuYFInD7la.jpg'}","150000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","","605","tt0242653","en","The Matrix Revolutions","The human city of Zion defends itself against the massive invasion of the machines as Neo fights to end the war at another front while also opposing the rogue Agent Smith.","20.27","/2aJvwc4zXqtVUDbEu62e14J0mhe.jpg","[{'id':1885,'logo_path':'/xlvoOZr4s1PygosrwZyolIFe5xs.png','name':'Silver Pictures','origin_country':'US'},{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':172,'logo_path':null,'name':'NPV Entertainment','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'AU','name':'Australia'}]","2003-11-05","424988211","129","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Everything that has a beginning has an end.","The Matrix Revolutions","false","6.6","4921" +"false","/p5n7VTC6qmFIuBFjACWURYCAlKP.jpg","null","44000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","","228967","tt2788710","en","The Interview","Dave Skylark and his producer Aaron Rapaport run the celebrity tabloid show ""Skylark Tonight"". When they land an interview with a surprise fan, North Korean dictator Kim Jong-un, they are recruited by the CIA to turn their trip to Pyongyang into an assassination mission.","20.801","/2uWb0aSm5cFmRCHP95OdA6hvTEs.jpg","[{'id':16615,'logo_path':'/dbxHaOtibTKvP6dUMRYdwUOULgY.png','name':'Point Grey Pictures','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-12-25","12342632","112","[{'iso_639_1':'ko','name':'?????????/?????????'},{'iso_639_1':'en','name':'English'}]","Released","The Film Hackers Tried To Get Banned","The Interview","false","6.2","3467" +"false","/4Iupq57fGTFOy2aysaMJLVRPoiE.jpg","null","80000000","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","http://www.theinterpretermovie.com/","179","tt0373926","en","The Interpreter","After Silvia Broome, an interpreter at United Nations headquarters, overhears plans of an assassination, an American Secret Service agent is sent to investigate.","11.295","/aAW4W8x41TwWQUQpLQqkWNQbtlv.jpg","[{'id':932,'logo_path':null,'name':'Mirage Enterprises','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'},{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'},{'id':11581,'logo_path':'/yIORcWTFHtbXvWjqXAqFuMxx0K0.png','name':'Misher Films','origin_country':'US'},{'id':20194,'logo_path':null,'name':'Motion Picture JOTA Produktions','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2005-04-08","162944923","128","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","The truth needs no translation.","The Interpreter","false","6.3","680" +"false","/dmnaqPsvJuBSoDtbd8BkDZzPGzi.jpg","null","58000000","[{'id':35,'name':'Comedy'}]","http://www.theinternshipmovie.com/","116741","tt2234155","en","The Internship","Two recently laid-off men in their 40s try to make it as interns at a successful Internet company where their managers are in their 20s.","0.6","/xxOKDTQbQo7h1h7TyrQIW7u8KcJ.jpg","[{'id':22213,'logo_path':'/qx9K6bFWJupwde0xQDwOvXkOaL8.png','name':'TSG Entertainment','origin_country':'US'},{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':2796,'logo_path':null,'name':'Wild West Picture Show Productions','origin_country':'US'},{'id':2575,'logo_path':'/9YJrHYlcfHtwtulkFMAies3aFEl.png','name':'21 Laps Entertainment','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-06-07","44000000","119","[{'iso_639_1':'en','name':'English'}]","Released","Hiring them was a brilliant mistake.","The Internship","false","6.2","2534" +"false","/maBp3qhubFvMYI8cHHx7LUkdgYO.jpg","null","50000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","http://www.sonypictures.com/movies/theinternational/site/","4959","tt0963178","en","The International","An interpol agent and an attorney are determined to bring one of the world's most powerful banks to justice. Uncovering money laundering, arms trading, and conspiracy to destabilize world governments, their investigation takes them from Berlin, Milan, New York and Istanbul. Finding themselves in a chase across the globe, their relentless tenacity puts their own lives at risk.","11.061","/xwH65cbBMAoZ01kcRpQw2dCRsw0.jpg","[{'id':264,'logo_path':'/fA90qwUKgPhMONqtwY60GaHRyrW.png','name':'Studio Babelsberg','origin_country':'DE'},{'id':507,'logo_path':'/z7H707qUWigbjHnJDMfj6QITEpb.png','name':'Atlas Entertainment','origin_country':'US'},{'id':748,'logo_path':null,'name':'Mosaic Media Group','origin_country':''},{'id':96,'logo_path':'/xablpF6QaYvso36PkHBm3Plo9gY.png','name':'X-Filme Creative Pool','origin_country':'DE'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2009-02-03","60161391","118","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Is your money making a killing?","The International","false","6.1","576" +"false","/7oq51chQ7MW7RVKqhL4ivxhrwGf.jpg","null","90000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","9008","tt0140352","en","The Insider","Tells the true story of a 60 Minutes television series expos?? of the tobacco industry, as seen through the eyes of a real tobacco executive, Jeffrey Wigand.","10.709","/sYQsmMl4oG56NtFaNkDxuJhhODa.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':675,'logo_path':null,'name':'Forward Pass','origin_country':'US'},{'id':8758,'logo_path':null,'name':'Kaitz Productions','origin_country':''},{'id':8759,'logo_path':null,'name':'Mann/Roth Productions','origin_country':''},{'id':158,'logo_path':'/6SHlNIype9zmyEMRsBtoueUtLsq.png','name':'Spyglass Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-10-28","60289912","157","[{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'fa','name':'??????????'}]","Released","Two men driven to tell the truth... whatever the cost.","The Insider","false","7.5","793" +"false","/yXYfI435HVWYu7TwrZ4rRVoYqwI.jpg","null","0","[{'id':18,'name':'Drama'}]","","158908","tt2113075","en","The Inevitable Defeat of Mister & Pete","Coming of age story about two inner city youths, who are left to fend for themselves over the summer after their mothers are taken away by the authorities.","2.8","/6zPGqjUBuYnQNiSDjG2qpu4pc29.jpg","[{'id':20313,'logo_path':null,'name':'Venture Forth','origin_country':''},{'id':3766,'logo_path':null,'name':'iDeal Partners Film Fund','origin_country':''},{'id':3356,'logo_path':null,'name':'State Street Pictures','origin_country':''},{'id':19761,'logo_path':null,'name':'Floren Shieh Productions','origin_country':''},{'id':41640,'logo_path':'/e1naE79Djln19oDgMsP3uuvLbTq.png','name':'Archer Gray','origin_country':'US'},{'id':13238,'logo_path':'/kDNZz8imH866Mezx1YhLWljoQTV.png','name':'Unified Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-10-11","0","108","[{'iso_639_1':'en','name':'English'}]","Released","Only the strong Rise Above","The Inevitable Defeat of Mister & Pete","false","7.6","42" +"false","/wiDGnsn9RtNglgKQy4J1jZQBG5v.jpg","{'id':468222,'name':'The Incredibles Collection','poster_path':'/l7GqbzkJwowYRIXAtUz2iCPi64a.jpg','backdrop_path':'/9eDW2dVhnzPS2HvaRdK2OlAGaLq.jpg'}","92000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","http://disney.go.com/disneyvideos/animatedfilms/incredibles/main.html","9806","tt0317705","en","The Incredibles","Bob Parr has given up his superhero days to log in time as an insurance adjuster and raise his three children with his formerly heroic wife in suburbia. But when he receives a mysterious assignment, it's time to get back into costume.","24.713","/2LqaLgk4Z226KkgPJuiOQ58wvrm.jpg","[{'id':3,'logo_path':'/1TjvGVDMYsj6JBxOAkUHpPEwLf7.png','name':'Pixar','origin_country':'US'},{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-11-05","631442092","115","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","No gut, no glory","The Incredibles","false","7.7","10187" +"false","/pZ75L6epfBTvlzf4RuMGhAMDpt9.jpg","null","750000","[{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'}]","","31682","tt0050539","en","The Incredible Shrinking Man","While on a boating trip, Scott Carey is exposed to a radioactive cloud. Nothing seems amiss at first, but several months later Scott realizes that he's shrunk in height by several inches. He sees a doctor, who admits that he's baffled. As Scott continues to shrink, decreasing to three feet tall, he becomes bitter, and lashes out at his wife, Louise. He begins to fear a cure will never be found -- since even as he becomes a national sensation, he's still shrinking.","5.775","/pBBgIy2ncPgX5lRtYsWm0BmMFjg.jpg","[{'id':10330,'logo_path':'/nY62adzeba5GVK8LJYD6yd9R8H4.png','name':'Universal International Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1957-02-22","0","81","[{'iso_639_1':'en','name':'English'}]","Released","A fascinating adventure into the unknown!","The Incredible Shrinking Man","false","7.4","148" +"false","/cVpBJxRBIwTjajKQ08TE6BINTEu.jpg","null","150000000","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'}]","","1724","tt0800080","en","The Incredible Hulk","Scientist Bruce Banner scours the planet for an antidote to the unbridled force of rage within him: the Hulk. But when the military masterminds who dream of exploiting his powers force him back to civilization, he finds himself coming face to face with a new, deadly foe.","27.097","/gCQ4e8klADtzoa6bL7XLPnjiUIg.jpg","[{'id':420,'logo_path':'/hUzeosd33nzE5MCNsZxCGEKTXaQ.png','name':'Marvel Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-06-12","163712074","114","[{'iso_639_1':'pt','name':'Portugu??s'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","You'll like him when he's angry.","The Incredible Hulk","false","6.2","5858" +"false","/nl7fSIHSYYUSb1kTOUlWA5DLH7D.jpg","null","30000000","[{'id':35,'name':'Comedy'}]","","124459","tt0790628","en","The Incredible Burt Wonderstone","After breaking up with his longtime stage partner, a famous but jaded Vegas magician fights for relevance when a new, ""hip"" street magician appears on the scene.","7.823","/dQp1uK9AHZ0iSLw69IyL5WAPqFJ.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':11175,'logo_path':null,'name':'Benderspink','origin_country':''},{'id':11176,'logo_path':null,'name':'Carousel Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-03-14","27437881","100","[{'iso_639_1':'en','name':'English'}]","Released","Abracatastic!","The Incredible Burt Wonderstone","false","5.4","896" +"false","/dhivLxSN9zHloFqpN3QesdBUdkx.jpg","{'id':279959,'name':'The Inbetweeners Collection','poster_path':'/a0TY3FKTs1c8GCZ2yxATfZNn98s.jpg','backdrop_path':'/7yim7pBz0PfFghRNft7Qy4MSp62.jpg'}","0","[{'id':35,'name':'Comedy'}]","https://itunes.apple.com/us/movie/the-inbetweeners/id586818977?ign-mpt=uo%3D4","69798","tt1716772","en","The Inbetweeners Movie","High school graduation just wouldn???t be complete without an un-chaperoned, uninhibited and unforgettable final holiday. At least that???s what Will, Jay, Simon and Neil think when they book a two-week stay on an exotic Greek island. As their dreams of sun-drenched days and booze-filled nights are left hopelessly unfulfilled, the lads fight their way into the party scene with hilariously humiliating results in this smash hit UK raunchy comedy.","7.162","/705cX3NvfegQUCPNhSqeIZanYDj.jpg","[{'id':5778,'logo_path':'/2loyoQweDxvotH3AknfL2zhsthg.png','name':'Channel 4 Television','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2011-08-19","88025781","97","[{'iso_639_1':'en','name':'English'}]","Released","This year four boys become men.","The Inbetweeners Movie","false","6.2","507" +"false","/4qyOBWkymaX4SwENJLquhgorm6c.jpg","{'id':279959,'name':'The Inbetweeners Collection','poster_path':'/a0TY3FKTs1c8GCZ2yxATfZNn98s.jpg','backdrop_path':'/7yim7pBz0PfFghRNft7Qy4MSp62.jpg'}","0","[{'id':35,'name':'Comedy'}]","","242022","tt3097204","en","The Inbetweeners 2","Neil, Will and Simon receive an invite from Jay to join him in Australia whilst on his gap year, who promises them it???s ???the sex capital of the world???. With their lives now rather dull compared to their hedonistic school days and legendary lads holiday, it???s an offer they can???t refuse. Once again, they put growing up temporarily on-hold, and embark on a backpacking holiday of a lifetime in an awful car, inspired by Peter Andre???s ???Mysterious Girl???. Will soon finds himself battling with the lads to do something cultural, whilst they focus their attention on drinking, girls, and annoying fellow travelers.","6.411","/qaUeXI9am1IkEoDoccnBy5W6kA4.jpg","[{'id':5778,'logo_path':'/2loyoQweDxvotH3AknfL2zhsthg.png','name':'Channel 4 Television','origin_country':'GB'}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-08-06","0","96","[{'iso_639_1':'en','name':'English'}]","Released","","The Inbetweeners 2","false","6.1","291" +"false","/8SQLXZPTMf5G8FpdPARJcKqARZA.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","http://imposterfilm.com","84287","tt1966604","en","The Imposter","In 1994 a 13-year-old boy disappeared without a trace from his home in San Antonio, Texas. Three and a half years later he is found alive thousands of miles away in a village in southern Spain with a horrifying story of kidnap and torture. His family is overjoyed to bring him home. But all is not quite as it seems.","7.322","/aj6kq3QskRkC1qJyau8ukB478Hw.jpg","[{'id':23949,'logo_path':'/3QFwomSxcZZgMQGBkdUPuJEnSFB.png','name':'RAW','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2012-07-13","0","99","[{'iso_639_1':'en','name':'English'}]","Released","There are two sides to every lie.","The Imposter","false","7.4","390" +"false","/r6LI3kLwRUMiyoo5HofgOIlnNCI.jpg","null","42000000","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","80278","tt1649419","en","Lo imposible","In December 2004, close-knit family Maria, Henry and their three sons begin their winter vacation in Thailand. But the day after Christmas, the idyllic holiday turns into an incomprehensible nightmare when a terrifying roar rises from the depths of the sea, followed by a wall of black water that devours everything in its path. Though Maria and her family face their darkest hour, unexpected displays of kindness and courage ameliorate their terror.","15.344","/sEx5mrVvVyyJHICMGe55KaUzEgt.jpg","[{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'},{'id':8111,'logo_path':null,'name':'Apaches Entertainment','origin_country':''},{'id':9335,'logo_path':null,'name':'Canal+ Espa??a','origin_country':'ES'},{'id':9974,'logo_path':null,'name':'Instituto de la Cinematograf??a y de las Artes Audiovisuales','origin_country':'ES'},{'id':18309,'logo_path':null,'name':'Institut Valenci?? de Cinematografia (IVAC)','origin_country':''},{'id':21632,'logo_path':'/gEto1Q487D4JPriz2qVfkkvyqjy.png','name':'Mediaset Espa??a','origin_country':'ES'},{'id':53490,'logo_path':null,'name':'La Trini','origin_country':''},{'id':53491,'logo_path':null,'name':'Generalitat Valenciana','origin_country':''},{'id':1182,'logo_path':'/bkgwJWvqqLuzsXV2Qv3Mg3wfcNZ.png','name':'Telecinco Cinema','origin_country':'ES'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'ES','name':'Spain'}]","2012-09-09","180274123","113","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'th','name':'?????????????????????'},{'iso_639_1':'sv','name':'svenska'}]","Released","Nothing is more powerful than the human spirit.","The Impossible","false","7.2","3465" +"false","/qnvApBAWbXNm4C1PaiMsOcWfjnj.jpg","null","16000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://theimmigrant-lefilm.com/","152599","tt1951181","en","The Immigrant","In 1921 New York. an immigrant woman is tricked into a life of burlesque and vaudeville until a dazzling magician tries to save her and reunite her with her sister who is being held in the confines of Ellis Island.","8.054","/s1KTOHIQkn78NT74bz7pmxM6c7x.jpg","[{'id':770,'logo_path':null,'name':'Kingsgate Films','origin_country':''},{'id':9015,'logo_path':null,'name':'Worldview Entertainment','origin_country':''},{'id':308,'logo_path':'/e8F3mQM7DkJ5SfYYDp8FYzPBOGX.png','name':'The Weinstein Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-07-03","5867686","117","[{'iso_639_1':'la','name':'Latin'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'pl','name':'Polski'}]","Released","","The Immigrant","false","6.2","421" +"false","/qcb6z1HpokTOKdjqDTsnjJk0Xvg.jpg","null","14000000","[{'id':36,'name':'History'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':10752,'name':'War'}]","http://theimitationgamemovie.com/","205596","tt2084970","en","The Imitation Game","Based on the real life story of legendary cryptanalyst Alan Turing, the film portrays the nail-biting race against time by Turing and his brilliant team of code-breakers at Britain's top-secret Government Code and Cypher School at Bletchley Park, during the darkest days of World War II.","28.357","/noUp0XOqIcmgefRnRZa1nhtRvWO.jpg","[{'id':38145,'logo_path':null,'name':'Bristol Automotive','origin_country':'US'},{'id':22146,'logo_path':'/jPBtpMh0AUFqf9yfOJXer9d5Rei.png','name':'Black Bear Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-11-14","233555708","113","[{'iso_639_1':'en','name':'English'}]","Released","The true enigma was the man who cracked the code.","The Imitation Game","false","8.1","9992" +"false","/dJl5xLVNoIUOyeQdrrc2W9cl88m.jpg","null","40000000","[{'id':14,'name':'Fantasy'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':10749,'name':'Romance'}]","","1491","tt0443543","en","The Illusionist","With his eye on a lovely aristocrat, a gifted illusionist named Eisenheim uses his powers to win her away from her betrothed, a crowned prince. But Eisenheim's scheme creates tumult within the monarchy and ignites the suspicion of a dogged inspector.","13.086","/sRYw9oAiporMpq1GWcYHqmpdeAO.jpg","[{'id':52740,'logo_path':null,'name':'Contagious Entertainment','origin_country':'US'},{'id':1187,'logo_path':null,'name':'Michael London Productions','origin_country':'US'},{'id':55369,'logo_path':null,'name':'Koppelman-Levien','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-08-18","86915017","110","[{'iso_639_1':'en','name':'English'}]","Released","Nothing is what it seems","The Illusionist","false","7.2","2640" +"false","/fWy4ATlV8T3mYKicihloXfBeVAd.jpg","null","12500000","[{'id':18,'name':'Drama'}]","http://www.sonypictures.com/movies/theidesofmarch/","10316","tt1124035","en","The Ides of March","Dirty tricks stand to soil an ambitious young press spokesman's idealism in a cutthroat presidential campaign where 'victory' is relative.","10.827","/xnYM774QZtouyApuLrd3VeSOVn1.jpg","[{'id':562,'logo_path':'/k3NsSdV854UX4zEReX1dl1Psxbb.png','name':'Appian Way','origin_country':'US'},{'id':9018,'logo_path':'/tNi25gbdvKdyt3ykpNC4FTWThfv.png','name':'Crystal City Entertainment','origin_country':''},{'id':10246,'logo_path':'/rREvQNWAxkDfY9CDn2c5YxEMPdP.png','name':'Cross Creek Pictures','origin_country':'US'},{'id':11448,'logo_path':'/twhX9HMUuGW4Mhb45AyWDhRqkvR.png','name':'Exclusive Media','origin_country':'US'},{'id':1782,'logo_path':'/d1mlUfuG0NoQ4x0C7bK80wLGWA1.png','name':'Smoke House Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-09-24","75993061","101","[{'iso_639_1':'en','name':'English'}]","Released","Ambition seduces. Power corrupts.","The Ides of March","false","6.7","1363" +"false","/9MGXVywW01Yh9wZIfGbJd1xVp7i.jpg","null","12000000","[{'id':10402,'name':'Music'},{'id':18,'name':'Drama'}]","http://theidenticalmovie.com/","279914","tt2326574","en","The Identical","During the Great Depression, identical twins are separated at birth. One, Drexel Hemsley becomes a wildly successful '50s rock star, while the other, Ryan Wade, struggles to balance his passion for music and pleasing his parents, who want him to become a preacher. Finally, Ryan rebels against his parents' wishes and launches his own music career -- performing the hits of Drexel Hemsley. Ryan later learns the truth about Drexel when their fates tragically collide.","2.248","/8pWeIpeeNhIVd1YvcYsVjnTKVmz.jpg","[{'id':31035,'logo_path':null,'name':'Identical Production Company','origin_country':''},{'id':31034,'logo_path':null,'name':'City of Peace Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-09-05","0","107","[{'iso_639_1':'en','name':'English'}]","Released","If He is in your dream, nothing can stand against them.","The Identical","false","5","18" +"false","/6xXbrtqvXItwJmPGW3ymcIsuwgT.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'}]","","336598","tt1808452","en","The Ideal","It's a high school summer job for Julia and Alexander - the chance to earn money and work with eccentric, charismatic social studies teacher, Mr. Zenidro. But something else awaits them in the empty, yet mysterious school building. As the past and present begin to blur together so do sanity and madness, and Mr. Zenidro draws them into a lesson on history one can't find in books.","0.6","/yBnlfrttEfucclQyBrnapxbO4JM.jpg","[{'id':51981,'logo_path':null,'name':'PoCu Films','origin_country':''},{'id':51982,'logo_path':null,'name':'Millions of Pixels','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-12-11","0","96","[{'iso_639_1':'en','name':'English'}]","Released","Sometimes you're not alone in an empty building.","The Ideal","false","4.2","5" +"false","/cR7lFfi0swhnfx4bZADohHVW7wh.jpg","null","20000000","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","68812","tt1491044","en","The Iceman","The true story of Richard Kuklinski, the notorious contract killer and family man.","8.65","/xLurXBsrgkNMg2Im1KA4HXC56xv.jpg","[{'id':1872,'logo_path':'/559H3L3CP1dJsHLSS3XSe5GNkW0.png','name':'Bleiberg Entertainment','origin_country':'US'},{'id':1020,'logo_path':'/kuUIHNwMec4dwOLghDhhZJzHZTd.png','name':'Millennium Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-09-01","1969193","105","[{'iso_639_1':'en','name':'English'}]","Released","Loving husband. Devoted father. Ruthless killer.","The Iceman","false","6.4","542" +"false","/3iPnZOXR9mpcK8RwvAW7b7Axr8v.jpg","null","15000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':10752,'name':'War'}]","http://www.thehurtlocker-movie.com/","12162","tt0887912","en","The Hurt Locker","Forced to play a dangerous game of cat-and-mouse in the chaos of war, an elite Army bomb squad unit must come together in a city where everyone is a potential enemy and every object could be a deadly bomb.","17.8","/3ZEqU9Ykmn8zGDUwWnmTfHaaWRB.jpg","[{'id':20343,'logo_path':null,'name':'Film Capital Europe Funds (FCEF )','origin_country':''},{'id':20344,'logo_path':null,'name':'First Light','origin_country':'US'},{'id':770,'logo_path':null,'name':'Kingsgate Films','origin_country':''},{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'},{'id':6626,'logo_path':'/A1BnMoWjzjOrjzpWimyBQkf84mS.png','name':'Voltage Pictures','origin_country':'US'},{'id':114737,'logo_path':null,'name':'Grosvenor Park Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-10-10","42000000","131","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'tr','name':'T??rk??e'}]","Released","You'll know when you're in it.","The Hurt Locker","false","7.3","2965" +"false","/6mc6iHxYakoE9ilRttxVqZ4Y8yO.jpg","null","0","[{'id':12,'name':'Adventure'}]","","38662","tt0023038","en","The Hurricane Express","The Wrecker wrecks trains on the L & R Railroad. One of his victims is Larry Baker's father. Baker wants to find the evildoer, among a host of suspects, but it will be difficult since the Wrecker can disguise himself to look like almost anyone","0.855","/hlEV7CF74V72HVp2ZLW3OUYL3dx.jpg","[{'id':4743,'logo_path':null,'name':'Mascot Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1932-08-01","0","79","[{'iso_639_1':'en','name':'English'}]","Released","A CRASHING ADVENTURE SERIAL!","The Hurricane Express","false","5.7","6" +"false","/i8AGAKxZL5aXnDcXVOZK5JkkDhn.jpg","null","50000000","[{'id':18,'name':'Drama'}]","","10400","tt0174856","en","The Hurricane","The story of Rubin ""Hurricane"" Carter, a boxer wrongly imprisoned for murder, and the people who aided in his fight to prove his innocence.","9.657","/6SoTMHbcZ6XItPiEfIe1WzeET3c.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':10619,'logo_path':null,'name':'Azoff Entertainment','origin_country':''},{'id':919,'logo_path':null,'name':'Beacon Communications','origin_country':''},{'id':10157,'logo_path':null,'name':'Beacon Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-09-17","73956241","146","[{'iso_639_1':'en','name':'English'}]","Released","His greatest fight was for justice.","The Hurricane","false","7.4","639" +"false","/llg9e9Pf9h84J38WNtEq05HN3XX.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':10770,'name':'TV Movie'}]","","231474","tt2963232","en","The Hunters","Imagine if all mythical artifacts, from Jason's Golden Fleece to Cinderella's glass slippers, were real. Well, they are -- and for centuries, a secret society called the Hunters has been sworn to protect them from an evil force called the Krugen.","6.847","/hwPh4ifSzurfVwY1vGC0B5NA5fK.jpg","[{'id':21569,'logo_path':null,'name':'Content Media Corp.','origin_country':''},{'id':23702,'logo_path':null,'name':'Eh-Okay','origin_country':''},{'id':23703,'logo_path':null,'name':'Arc Entertainment','origin_country':''},{'id':23607,'logo_path':null,'name':'Raindance Entertainment','origin_country':'US'}]","[{'iso_3166_1':'FR','name':'France'}]","2013-10-25","0","85","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","For centuries, a secret organization has protected the world's treasures... Meet the next generation.","The Hunters","false","5.3","160" +"false","/kA22q4Vvn5VSkvgx4HJdjgHJ9A7.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':12,'name':'Adventure'}]","http://www.thehuntermovie.com/","70954","tt1703148","en","The Hunter","Martin, a mercenary, is sent from Europe by an anonymous biotech company to the Tasmanian wilderness on a hunt for the last Tasmanian tiger.","7.277","/qFMEHgp8iHxnLx2jrAQJFkuLv6y.jpg","[{'id':6237,'logo_path':null,'name':'Porchlight Films','origin_country':''},{'id':7584,'logo_path':'/eGkfvvyf4fJTvBUR1xt1669IPA3.png','name':'Screen Australia','origin_country':'AU'},{'id':10951,'logo_path':'/48iBaAPgtoirf3C25HNkL9MhWfj.png','name':'Screen NSW','origin_country':'AU'},{'id':8632,'logo_path':null,'name':'Screen Tasmania','origin_country':''},{'id':14430,'logo_path':null,'name':'Fulcrum Media Finance','origin_country':''},{'id':21592,'logo_path':null,'name':'Madman Entertainment','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2011-10-06","176669","102","[{'iso_639_1':'en','name':'English'}]","Released","Some mysteries should never be solved.","The Hunter","false","6.7","322" +"false","/pXBGI43RCsbxNQNEPnkXC6GQMx3.jpg","{'id':192492,'name':'The Jack Ryan Collection','poster_path':'/uCuiExsQDyJagov5aVAyw38YEm.jpg','backdrop_path':'/qYlcVBifq5T4wyWV00a5Awq0kUi.jpg'}","30000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'}]","http://www.paramount.com/movies/hunt-red-october","1669","tt0099810","en","The Hunt for Red October","A new, technologically-superior Soviet sub, the Red October, is heading for the U.S. coast under the command of Captain Marko Ramius. The American government thinks Ramius is planning to attack. A lone CIA analyst has a different idea: he thinks Ramius is planning to defect, but he has only a few hours to find him and prove it ??? because the entire Russian naval and air commands are trying to find him, too.","14.407","/bqvlKYlWq2uibsuVzKTWseeccd2.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':2767,'logo_path':null,'name':'Mace Neufeld Productions','origin_country':'US'},{'id':1693,'logo_path':null,'name':'Nina Saxon Film Design','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-03-02","199200000","134","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Invisible. Silent. Stolen.","The Hunt for Red October","false","7.4","1500" +"false","/4PwyB0ErucIANzW24Kori71J6gU.jpg","{'id':131635,'name':'The Hunger Games Collection','poster_path':'/wrWNUgkBqWyR619tNhg1upWhkHw.jpg','backdrop_path':'/zWiiLNg8yXv0he3tCH6XignPaYV.jpg'}","125000000","[{'id':878,'name':'Science Fiction'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'}]","http://www.thehungergames.movie/","131631","tt1951265","en","The Hunger Games: Mockingjay - Part 1","Katniss Everdeen reluctantly becomes the symbol of a mass rebellion against the autocratic Capitol.","25.405","/gj282Pniaa78ZJfbaixyLXnXEDI.jpg","[{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':5420,'logo_path':'/du0ccP7uaodq3rTXhddhywwNPXm.png','name':'Color Force','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-11-18","752100229","123","[{'iso_639_1':'en','name':'English'}]","Released","Fire burns brighter in the darkness","The Hunger Games: Mockingjay - Part 1","false","6.8","9762" +"false","/wRCPG1lsgfTFkWJ7G3eWgxCgv0C.jpg","{'id':131635,'name':'The Hunger Games Collection','poster_path':'/wrWNUgkBqWyR619tNhg1upWhkHw.jpg','backdrop_path':'/zWiiLNg8yXv0he3tCH6XignPaYV.jpg'}","130000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","http://www.thehungergames.movie/","101299","tt1951264","en","The Hunger Games: Catching Fire","Katniss Everdeen has returned home safe after winning the 74th Annual Hunger Games along with fellow tribute Peeta Mellark. Winning means that they must turn around and leave their family and close friends, embarking on a ""Victor's Tour"" of the districts. Along the way Katniss senses that a rebellion is simmering, but the Capitol is still very much in control as President Snow prepares the 75th Annual Hunger Games (The Quarter Quell) - a competition that could change Panem forever.","16.69","/Hn0KgefVEp0GkdTexS6gfKTMfi.jpg","[{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':5420,'logo_path':'/du0ccP7uaodq3rTXhddhywwNPXm.png','name':'Color Force','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-11-15","847423452","146","[{'iso_639_1':'en','name':'English'}]","Released","Every revolution begins with a spark.","The Hunger Games: Catching Fire","false","7.4","10799" +"false","/1LTLrl06uII4w2BTpnQnmWwrKi.jpg","{'id':131635,'name':'The Hunger Games Collection','poster_path':'/wrWNUgkBqWyR619tNhg1upWhkHw.jpg','backdrop_path':'/zWiiLNg8yXv0he3tCH6XignPaYV.jpg'}","75000000","[{'id':878,'name':'Science Fiction'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'}]","http://www.thehungergames.movie/","70160","tt1392170","en","The Hunger Games","Every year in the ruins of what was once North America, the nation of Panem forces each of its twelve districts to send a teenage boy and girl to compete in the Hunger Games. Part twisted entertainment, part government intimidation tactic, the Hunger Games are a nationally televised event in which ???Tributes??? must fight with one another until one survivor remains. Pitted against highly-trained Tributes who have prepared for these Games their entire lives, Katniss is forced to rely upon her sharp instincts as well as the mentorship of drunken former victor Haymitch Abernathy. If she???s ever to return home to District 12, Katniss must make impossible choices in the arena that weigh survival against humanity and life against love. The world will be watching.","13.065","/iLJdwmzrHFjFwI5lvYAT1gcpRuA.jpg","[{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':5420,'logo_path':'/du0ccP7uaodq3rTXhddhywwNPXm.png','name':'Color Force','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-03-12","691210692","142","[{'iso_639_1':'en','name':'English'}]","Released","May The Odds Be Ever In Your Favor.","The Hunger Games","false","7.1","14156" +"false","/ab7Ys3EdW3hIwg2tZ7j9Aag9jPa.jpg","null","22000000","[{'id':18,'name':'Drama'}]","","228194","tt2980648","en","The Hundred-Foot Journey","A story centered around an Indian family who moves to France and opens a restaurant across the street from a Michelin-starred French restaurant.","9.217","/zQWT270zHKC4xVs0ogUwrU8EwqB.jpg","[{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'},{'id':3298,'logo_path':null,'name':'Harpo Films','origin_country':''},{'id':6735,'logo_path':'/6yyByQrmTAgJv0QzZ1Eh1jiGX4R.png','name':'Participant Media','origin_country':'US'},{'id':6736,'logo_path':null,'name':'Imagenation Abu Dhabi FZ','origin_country':''},{'id':7294,'logo_path':'/kK4PRgceWp9KNrycD8xx8seWxYU.png','name':'Reliance Entertainment','origin_country':'IN'},{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'IN','name':'India'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'AE','name':'United Arab Emirates'}]","2014-08-06","88880821","122","[{'iso_639_1':'hi','name':'??????????????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Life's greatest journey begins with the first step.","The Hundred-Foot Journey","false","7.3","755" +"false","/oslaee3VX9kJAjVezbjZKlEJDzn.jpg","{'id':97456,'name':'The Hunchback of Notre Dame Collection','poster_path':'/vX0k6lP6tBi8XHdvNtOvsbNgyxM.jpg','backdrop_path':'/oAq4tE4fTXfsWz35kyajoWNzHfo.jpg'}","100000000","[{'id':18,'name':'Drama'},{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","","10545","tt0116583","en","The Hunchback of Notre Dame","When Quasimodo defies the evil Frollo and ventures out to the Festival of Fools, the cruel crowd jeers him. Rescued by fellow outcast the gypsy Esmeralda, Quasi soon finds himself battling to save the people and the city he loves.","18.626","/gpMXF2Bp7GHTT8GbMgf7yuBEyuV.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-06-21","100138851","91","[{'iso_639_1':'la','name':'Latin'},{'iso_639_1':'en','name':'English'}]","Released","Join the party!","The Hunchback of Notre Dame","false","7","2454" +"false","/efEUNV1Ne93rTUqEbViep0WNQrG.jpg","null","2000000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","254023","tt1568343","en","The Humbling","Following a breakdown and suicide attempt, an aging actor becomes involved with a much younger woman but soon finds that it's difficult to keep pace with her.","4.679","/9xSlS80W3vD9CznoW1vZ6o5XV2G.jpg","[{'id':42158,'logo_path':null,'name':'Hammerton Productions','origin_country':''},{'id':59593,'logo_path':null,'name':'AMBI Group','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-03-26","0","112","[{'iso_639_1':'en','name':'English'}]","Released","Older but not wiser.","The Humbling","false","5.4","57" +"false","/8bJSeOlW0mPYIzlGiyK8T22sa2w.jpg","null","567000","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'}]","","185267","tt1427298","en","The Human Race","One moment some 80 people are walking on a big city street. Suddenly a blinding light appears that transports them to a very peculiar racing course. A voice sounds in everybody???s head : ???The school, the house and the prison are safe. Follow the arrows or you will die. Stay on the path or you will die. If you???re doubled twice, you will die. Do not touch the grass or you will die. Race or die.??? Whether you???re rich or poor, old or young, blind, strong, handicapped, courageous or a coward; the rules make no distinction. There can be only one winner !","3.307","/hef9UpzvgzJb3amvNCeShPHNjeG.jpg","[{'id':19730,'logo_path':null,'name':'Paul Hough Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-04-10","0","87","[{'iso_639_1':'en','name':'English'}]","Released","Race Or Die...","The Human Race","false","5.1","87" +"false","/1nexT60UlMYOAl7bdIJui27iPbq.jpg","null","425000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","40229","tt0085694","en","The House on Sorority Row","After a seemingly innocent prank goes horribly wrong, a group of sorority sisters are stalked and murdered one by one in their sorority house while throwing a party to celebrate their graduation.","4.46","/dvffSQjmXqUbt7Gv2ZIqkEpv5aJ.jpg","[{'id':17096,'logo_path':null,'name':'VAE Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1983-01-21","10604986","91","[{'iso_639_1':'en','name':'English'}]","Released","Sorority sisters... Sisters in life. Sisters in death.","The House on Sorority Row","false","5.8","64" +"false","/fjeNjXQNq1TyTAJtU6po5ZWaRmp.jpg","null","25000000","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","","2259","tt0107151","en","The House of the Spirits","A rancher, his clairvoyant wife and their family face turbulent years in South America.","13.051","/zcm1tp34jNFbTltJhlr7bsvIvmh.jpg","[{'id':118,'logo_path':'/AiBorgNTCS1lT1FdFPYheax9jfF.png','name':'Det Danske Filminstitut','origin_country':'DK'},{'id':705,'logo_path':null,'name':'Spring Creek Productions','origin_country':''},{'id':850,'logo_path':'/aF7qajGJGtMpdrtvssM9g90YanX.png','name':'Eurimages','origin_country':'FR'},{'id':10598,'logo_path':null,'name':'Costa do Castelo Filmes','origin_country':'PT'},{'id':33027,'logo_path':null,'name':'House of Spirits Film','origin_country':''},{'id':47,'logo_path':'/i7Z9ot2o3N5Sa3HrF09kniFs2y8.png','name':'Constantin Film','origin_country':'DE'}]","[{'iso_3166_1':'DK','name':'Denmark'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'PT','name':'Portugal'},{'iso_3166_1':'US','name':'United States of America'}]","1993-10-19","0","140","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","","The House of the Spirits","false","6.8","280" +"false","/4P7XYBG4Tll1uuzkR0Mguf33NQ1.jpg","null","0","[{'id':27,'name':'Horror'}]","","42452","tt0071627","en","The House of Seven Corpses","A director is filming on location in a house where seven murders were committed. The caretaker warns them not to mess with things they do not understand (the murders were occult related), but the director wants to be as authentic as possible and has his cast re-enact rituals that took place in the house thus summoning a ghoul from the nearby cemetery to bump the whole film crew off one by one.","2.029","/rfMnomjzIP1ePLngokfgLIAxpGl.jpg","[{'id':65909,'logo_path':null,'name':'Television Corporation of America','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1974-02-01","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","The House of Seven Corpses","false","4.4","16" +"false","/4YHdxPEMtIWp8leQ7xoMGuGqeOD.jpg","null","25000000","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","http://www.thehousebunny.com/","12620","tt0852713","en","The House Bunny","Shelley is living a carefree life until a rival gets her tossed out of the Playboy Mansion. With nowhere to go, fate delivers her to the sorority girls from Zeta Alpha Zeta. Unless they can sign a new pledge class, the seven socially clueless women will lose their house to the scheming girls of Phi Iota Mu. In order to accomplish their goal, they need Shelley to teach them the ways of makeup and men; at the same time, Shelley needs some of what the Zetas have - a sense of individuality. The combination leads all the girls to learn how to stop pretending and start being themselves.","10.159","/r4QlWdvduWGJdiGlYiwIsDC1kPu.jpg","[{'id':15636,'logo_path':null,'name':'Alta Loma Entertainment','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':2608,'logo_path':'/g3YRudXiQzHesQqRXvnhFpMzfkU.png','name':'Happy Madison Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-08-22","70442940","97","[{'iso_639_1':'en','name':'English'}]","Released","For the girls of ZETA house college life was no party, until Shelley showed up.","The House Bunny","false","5.6","1033" +"false","/cacVeQR28wdQCax1rTZPLv0obBN.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","11791","tt0052905","en","The Hound of the Baskervilles","When a nobleman is threatened by a family curse on his newly inherited estate, detective Sherlock Holmes is hired to investigate.","6.319","/fHds2wqJXLHCKvg7zGX2nb6mtRP.jpg","[{'id':1314,'logo_path':'/gQBluDqe6dc2ZdzfJbabEHoSGoG.png','name':'Hammer Film Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1959-05-04","0","87","[{'iso_639_1':'en','name':'English'}]","Released","The Most Horror-Dripping TALE EVER WRITTEN!","The Hound of the Baskervilles","false","6.9","112" +"false","/j69L2Fhp6LpVNyn0FqQtoQGlw3r.jpg","null","44000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':10749,'name':'Romance'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","http://thehostthefilm.com/","72710","tt1517260","en","The Host","A parasitic alien soul is injected into the body of Melanie Stryder. Instead of carrying out her race's mission of taking over the Earth, ""Wanda"" (as she comes to be called) forms a bond with her host and sets out to aid other free humans.","11.012","/jnPOLAPQLhqMeDLV2BsQfrd6R11.jpg","[{'id':10427,'logo_path':'/3u5sNgPRbba0ND3SUMXPTT7On9h.png','name':'Open Road Films','origin_country':'US'},{'id':8073,'logo_path':null,'name':'Nick Wechsler Productions','origin_country':''},{'id':12075,'logo_path':null,'name':'Silver Reel','origin_country':'CH'},{'id':13649,'logo_path':null,'name':'Chockstone Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-03-22","63327201","125","[{'iso_639_1':'en','name':'English'}]","Released","You will be one of us","The Host","false","6.2","2699" +"false","/rlWOOdefsyVMbWDYVMsiIb9c47E.jpg","null","20000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","262","tt0085794","en","The King of Comedy","Aspiring comic Rupert Pupkin attempts to achieve success in show business by stalking his idol, a late night talk-show host who craves his own privacy.","8.443","/pbAqLKoLydP7jl6P0vmYwlDtRPD.jpg","[{'id':10214,'logo_path':null,'name':'Embassy International Pictures','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1982-12-18","0","109","[{'iso_639_1':'en','name':'English'}]","Released","It's No Laughing Matter.","The King of Comedy","false","7.6","603" +"false","/dVszwjtJP2rL4SbxoNzBOmXX2RT.jpg","null","0","[{'id':18,'name':'Drama'}]","","120399","tt2072263","en","The King Is Dead!","A happy, unsuspecting couple, Max (Dan Wyllie) and Therese (Bojana Novakovic), buy a house in what appears to be a quiet, friendly neighbourhood. Settling in well, they make friends with a nice family on one side and soon meet a more interesting family on the other side. But interesting soon becomes loud and loud soon becomes intolerable. When the intolerable becomes violent and the police are powerless, Max and Therese attempt to take matters into their own hands.","1.379","/1nrcwAyVhiTZqOoKFeSr3I46WIn.jpg","[]","[{'iso_3166_1':'AU','name':'Australia'}]","2012-07-12","0","102","[{'iso_639_1':'en','name':'English'}]","Released","Love Thy Neighbour","The King Is Dead!","false","5.8","8" +"false","/5lHA4F4d8kCj99XP0E3kaxi5xOD.jpg","null","4550000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':12,'name':'Adventure'}]","","16520","tt0049408","en","The King and I","Widowed Welsh mother Anna Loenowens becomes a governess and English tutor to the wives and many children of the stubborn King Mongkut of Siam. Anna and the King have a clash of personalities as she works to teach the royal family about the English language, customs and etiquette, and rushes to prepare a party for a group of European diplomats who must change their opinions about the King.","7.437","/69YTqDgrmzPh71pMGYob89FcuNd.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1956-06-29","21300000","133","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'th','name':'?????????????????????'}]","Released","More than your eyes have ever seen... More than your heart has ever known!","The King and I","false","7.2","172" +"false","/gF7v48JI9Vf6bBVU5aykiPtcCub.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","14638","tt0038669","en","The Killers","Two hit men walk into a diner asking for a man called ""the Swede"". When the killers find the Swede, he's expecting them and doesn't put up a fight. Since the Swede had a life insurance policy, an investigator, on a hunch, decides to look into the murder. As the Swede's past is laid bare, it comes to light that he was in love with a beautiful woman who may have lured him into pulling off a bank robbery overseen by another man.","7.542","/uXnuc6pW01s1MDwb6QwBWg2JQeX.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1946-08-28","0","105","[{'iso_639_1':'en','name':'English'}]","Released","She's a match for any mobster!","The Killers","false","7.5","131" +"false","/fZ8oFcREAr6wgWcXISGql0xyxjB.jpg","null","3500000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://filminfocus.com/focusfeatures/film/the_kids_are_all_right/","39781","tt0842926","en","The Kids Are All Right","Two women, Nic and Jules, brought a son and daughter into the world through artificial insemination. When one of their children reaches age, both kids go behind their mothers' backs to meet with the donor. Life becomes so much more interesting when the father, two mothers and children start to become attached to each other.","8.194","/fPDeK4MmoGfi2X0oWZev7LrbMqM.jpg","[{'id':10146,'logo_path':'/xnFIOeq5cKw09kCWqV7foWDe4AA.png','name':'Focus Features','origin_country':'US'},{'id':6667,'logo_path':null,'name':'Mandalay Vision','origin_country':''},{'id':6691,'logo_path':null,'name':'10th Hole Productions','origin_country':''},{'id':10161,'logo_path':null,'name':'Gilbert Films','origin_country':'US'},{'id':23910,'logo_path':null,'name':'Saint Aire Production','origin_country':''},{'id':23911,'logo_path':null,'name':'Artist International','origin_country':''},{'id':23912,'logo_path':null,'name':'Antidote Films (I)','origin_country':''},{'id':23913,'logo_path':null,'name':'Artist International Management','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-07-09","34705850","106","[{'iso_639_1':'en','name':'English'}]","Released","Nic and Jules had the perfect family, until they met the man who made it all possible.","The Kids Are All Right","false","6.5","831" +"false","/wEo4UtBAWdB4aOmQ9wRjI1aS7Dt.jpg","null","250000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","10098","tt0012349","en","The Kid","Considered one of Charlie Chaplin's best films, The Kid also made a star of little Jackie Coogan, who plays a boy cared for by The Tramp when he's abandoned by his mother, Edna. Later, Edna has a change of heart and aches to be reunited with her son. When she finds him and wrests him from The Tramp, it makes for what turns out be one of the most heart-wrenching scenes ever included in a comedy.","7.786","/drgMcyTsySQBnUPGaBThCHGdlWT.jpg","[{'id':3245,'logo_path':null,'name':'First National Pictures','origin_country':''},{'id':1315,'logo_path':null,'name':'Charles Chaplin Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1921-01-21","2500000","68","[{'iso_639_1':'xx','name':'No Language'}]","Released","6 reels of Joy.","The Kid","false","8.2","785" +"false","/amki7UxRbvkhLOfiUKWOxowkmtp.jpg","null","10000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","26583","tt1296869","en","The Keeper","Roland Sallinger is an LA cop who after nearly being killed by his greedy partner, and eventually being forced to retire for medical reasons, flees to San Antonio, Texas, after being asked to work as a bodyguard for the daughter of a wealthy businessman. The businessman had been a colleague of Sallinger years before, when they were both cops. When mobsters kidnap the businessman's daughter, he hunts them down to rescue her and protect her","4.416","/woe5usR12spT0S9ucvNp2njOM6v.jpg","[{'id':3495,'logo_path':null,'name':'Steamroller Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-10-03","0","94","[{'iso_639_1':'en','name':'English'}]","Released","","The Keeper","false","5.3","39" +"false","/3VZwYb2N46lHsTrXVxk3KcbPyxw.jpg","{'id':8580,'name':'The Karate Kid Collection','poster_path':'/o6h2F0C5eZOy50Q76fNYzc9mvvw.jpg','backdrop_path':'/1ok5JGCsDt4Sh3CkFeXh2F2KB7F.jpg'}","0","[{'id':10751,'name':'Family'},{'id':12,'name':'Adventure'}]","","10495","tt0097647","en","The Karate Kid, Part III","Kreese, his life in tatters after his karate school was defeated by Daniel and Mr. Miyagi, visits Terry, a friend from Vietnam. Terry is a ruthless business man and a martial arts expert, and he vows to help Kreese take revenge on Daniel and Mr. Miyagi.","5.292","/2Z0EJl11kOSPMMvHqZ4r5Csh7Ph.jpg","[{'id':57092,'logo_path':null,'name':'Weintraub International Group','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-06-29","38956288","112","[{'iso_639_1':'en','name':'English'}]","Released","First it was teacher to student. Then it was father to son. Now, it's man to man.","The Karate Kid, Part III","false","5.7","586" +"false","/dRoRqvQahkeGsOKuCNdx4nPGfF.jpg","{'id':8580,'name':'The Karate Kid Collection','poster_path':'/o6h2F0C5eZOy50Q76fNYzc9mvvw.jpg','backdrop_path':'/1ok5JGCsDt4Sh3CkFeXh2F2KB7F.jpg'}","113","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':10749,'name':'Romance'},{'id':10751,'name':'Family'}]","","8856","tt0091326","en","The Karate Kid, Part II","Mr. Miyagi and Daniel take a trip to Okinawa to visit Mr. Miyagi's dying father. After arriving Mr. Miyagi finds he still has feelings for an old love. This stirs up trouble with an old rival who he originally left Okinawa to avoid. In the mean time, Daniel encounters a new love and also makes some enemies.","10.046","/4zmEPGKrD3sgjHZUs99tknEBaJy.jpg","[{'id':1174,'logo_path':null,'name':'Delphi V Productions','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1986-06-18","115103979","113","[{'iso_639_1':'en','name':'English'}]","Released","This time, the combat is real.","The Karate Kid, Part II","false","6.1","819" +"false","/rfhnEYubWD4hnUUm8xXmotpqffb.jpg","null","40000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","http://www.karatekid-themovie.com/","38575","tt1155076","en","The Karate Kid","12-year-old Dre Parker could have been the most popular kid in Detroit, but his mother's latest career move has landed him in China. Dre immediately falls for his classmate Mei Ying but the cultural differences make such a friendship impossible. Even worse, Dre's feelings make him an enemy of the class bully, Cheng. With no friends in a strange land, Dre has nowhere to turn but maintenance man Mr. Han, who is a kung fu master. As Han teaches Dre that kung fu is not about punches and parries, but maturity and calm, Dre realizes that facing down the bullies will be the fight of his life.","14.003","/bucxUHJd1DFy15iHzuXSOoFrObW.jpg","[{'id':2596,'logo_path':null,'name':'Jerry Weintraub Productions','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':5635,'logo_path':null,'name':'China Film Group','origin_country':''},{'id':907,'logo_path':'/ca5SWI5uvU985f8Kbb4xc8AmVWH.png','name':'Overbrook Entertainment','origin_country':'US'}]","[{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'US','name':'United States of America'}]","2010-06-10","357852395","140","[{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'en','name':'English'}]","Released","A Challenge He Never Imagined. A Teacher He Never Expected.","The Karate Kid","false","6.3","3012" +"false","/gV4hrwc62LivwxmU3mzuM40CUzs.jpg","{'id':8580,'name':'The Karate Kid Collection','poster_path':'/o6h2F0C5eZOy50Q76fNYzc9mvvw.jpg','backdrop_path':'/1ok5JGCsDt4Sh3CkFeXh2F2KB7F.jpg'}","8000000","[{'id':18,'name':'Drama'}]","","1885","tt0087538","en","The Karate Kid","Hassled by the school bullies, Daniel LaRusso has his share of adolescent woes. Luckily, his apartment building houses a resident martial arts master: Kesuke Miyagi, who agrees to train Daniel ... and ends up teaching him much more than self-defense. Armed with newfound confidence, skill and wisdom, Daniel ultimately faces off against his tormentors in this hugely popular classic underdog tale.","11.557","/5kKor5pZ3ov08CAstSyk7FGDKVN.jpg","[{'id':4267,'logo_path':null,'name':'Delphi Films','origin_country':''},{'id':2596,'logo_path':null,'name':'Jerry Weintraub Productions','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-06-22","90815558","126","[{'iso_639_1':'en','name':'English'}]","Released","Only the 'Old One' could teach him the secrets of the masters.","The Karate Kid","false","7","1633" +"false","/eB43LYncKDJS3p5xYSUN9dUrL2A.jpg","null","50000000","[{'id':18,'name':'Drama'}]","http://thejudgemovie.com/","205587","tt1872194","en","The Judge","A successful lawyer returns to his hometown for his mother's funeral only to discover that his estranged father, the town's judge, is suspected of murder.","15.352","/v6s65U6qisvxWgO3cNnreaaaite.jpg","[{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':8406,'logo_path':null,'name':'Big Kid Pictures','origin_country':''},{'id':27467,'logo_path':'/xYus2VP8xXlaZ4KSBDVGltoEnuP.png','name':'Team Downey','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-10-08","83719388","141","[{'iso_639_1':'en','name':'English'}]","Released","Defend your Honor.","The Judge","false","7.3","2249" +"false","/gCz20Q91KFTM78Sskd5fj6IC2na.jpg","null","0","[{'id':35,'name':'Comedy'}]","","6471","tt0079367","en","The Jerk","After discovering he's not really black like the rest of his family, likable dimwit Navin Johnson runs off on a hilarious misadventure in this comedy classic that takes him from rags to riches and back to rags again. The slaphappy jerk strikes it rich, but life in the fast lane isn't all it's cracked up to be and, in the end, all that really matters to Johnson is his true love.","6.401","/wb6mB6R9vscPhyAegbbNDFZUAIs.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':1951,'logo_path':null,'name':'Aspen Film Society','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1979-12-14","73961419","94","[{'iso_639_1':'en','name':'English'}]","Released","A rags to riches to rags story.","The Jerk","false","7","402" +"false","/4y4jpkHGh10QPNWy1iClCUgF8rX.jpg","null","29000000","[{'id':53,'name':'Thriller'}]","","9667","tt0366627","en","The Jacket","A military veteran goes on a journey into the future, where he can foresee his death and is left with questions that could save his life and those he loves.","9.981","/ts5hSSpgHEcPFpdfk6gmLLgx5k4.jpg","[{'id':11509,'logo_path':null,'name':'Warner Independent Pictures (WIP)','origin_country':''},{'id':129,'logo_path':null,'name':'Section Eight','origin_country':'US'},{'id':551,'logo_path':'/jSlzEZZ4Z1g7B2UExjZEIKsUvD9.png','name':'Mandalay Pictures','origin_country':'US'},{'id':827,'logo_path':null,'name':'VIP 3 Medienfonds','origin_country':''},{'id':846,'logo_path':null,'name':'2929 Productions','origin_country':'US'},{'id':1208,'logo_path':null,'name':'Rising Star','origin_country':''},{'id':3801,'logo_path':null,'name':'VIP 2 Medienfonds','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2005-03-04","21126225","103","[{'iso_639_1':'en','name':'English'}]","Released","Terror has a new name.","The Jacket","false","6.9","711" +"false","/ckpSxGKHrzUg8Kh4zVvrDKofdeJ.jpg","null","60000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':12,'name':'Adventure'},{'id':80,'name':'Crime'}]","","4824","tt0119395","en","The Jackal","Hired by a powerful member of the Russian mafia to avenge an FBI sting that left his brother dead, a psychopathic hitman known only as The Jackal proves an elusive target for the people charged with the task of bringing him down: a deputy FBI director, a Russian MVK Major, and a jailed IRA terrorist who can recognize him.","12.205","/6Hh2ROGTRKdbUfEXVVv5fNhmXK3.jpg","[{'id':54502,'logo_path':null,'name':'Mel's Cite du Cinema','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':762,'logo_path':null,'name':'Mutual Film Company','origin_country':''},{'id':11462,'logo_path':'/7ZymELJwuWR4k5p0oeZ3d3WAhO3.png','name':'Alphaville Films','origin_country':''},{'id':7237,'logo_path':null,'name':'Tele M??nchen Fernseh Produktionsgesellschaft (TMG)','origin_country':''},{'id':23932,'logo_path':null,'name':'UGC PH','origin_country':''},{'id':4650,'logo_path':null,'name':'Marubeni','origin_country':''},{'id':657,'logo_path':null,'name':'Toho-Towa','origin_country':''},{'id':3324,'logo_path':'/16fY7pucCzn7WSOYxOGRHlAayL3.png','name':'BBC','origin_country':'GB'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-11-14","159330280","124","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","How do you stop an assassin who has no identity?","The Jackal","false","6.2","851" +"false","/8I5CLsSExzgA9b1UzEYiqNfE6kd.jpg","null","60000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","http://www.italianjobmovie.com/","9654","tt0317740","en","The Italian Job","Charlie Croker pulled off the crime of a lifetime. The one thing that he didn't plan on was being double-crossed. Along with a drop-dead gorgeous safecracker, Croker and his team take off to re-steal the loot and end up in a pulse-pounding, pedal-to-the-metal chase that careens up, down, above and below the streets of Los Angeles.","18.51","/jNRCNX1uDiUf6mteFxOBn30wL8Q.jpg","[{'id':2609,'logo_path':'/ocmrEBfmecJvrbIM4C50vjYWtlq.png','name':'De Line Pictures','origin_country':'US'},{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2003-05-30","176070171","110","[{'iso_639_1':'uk','name':'??????????????????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","Get in. Get out. Get even.","The Italian Job","false","6.7","2973" +"false","/7gckgf6lmlKsjtkmS8O0oT3iEev.jpg","null","126000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'},{'id':12,'name':'Adventure'}]","http://www.theisland-themovie.com/","1635","tt0399201","en","The Island","In 2019, Lincoln Six-Echo is a resident of a seemingly ""Utopian"" but contained facility. Like all of the inhabitants of this carefully-controlled environment, Lincoln hopes to be chosen to go to The Island ??? reportedly the last uncontaminated location on the planet. But Lincoln soon discovers that everything about his existence is a lie.","14.716","/zE9OTe7JvcX1jyFXs0GEL2f3RkZ.jpg","[{'id':2481,'logo_path':'/nVEP2IHCDOBOldgDL4SSufitN9.png','name':'Platinum Dunes','origin_country':'US'},{'id':11084,'logo_path':null,'name':'Parkes/MacDonald Productions','origin_country':''},{'id':7296,'logo_path':null,'name':'K/O Paper Products','origin_country':'US'},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-07-21","162949164","136","[{'iso_639_1':'en','name':'English'}]","Released","Your time will come...","The Island","false","6.6","2929" +"false","/dfM5XwQcw36HAnKhowEh5776MJl.jpg","null","13000000","[{'id':36,'name':'History'},{'id':18,'name':'Drama'}]","http://weinsteinco.com/sites/iron-lady/","71688","tt1007029","en","The Iron Lady","A look at the life of Margaret Thatcher, the former Prime Minister of the United Kingdom, with a focus on the price she paid for power.","7.57","/e67tal4u66eFz8yGnJGTO5FYRxY.jpg","[{'id':2452,'logo_path':'/6CLoZ59fLPG7UyxQtGTqRevjf58.png','name':'UK Film Council','origin_country':'GB'},{'id':5654,'logo_path':null,'name':'DJ Films','origin_country':''},{'id':6301,'logo_path':null,'name':'Cin??Cin??ma','origin_country':''},{'id':7981,'logo_path':'/6Yv1gIAuGkHS5Vis4UjnqHhCPWV.png','name':'Path??!','origin_country':'FR'},{'id':11843,'logo_path':null,'name':'Goldcrest Pictures','origin_country':'GB'},{'id':19749,'logo_path':null,'name':'Yuk Films','origin_country':''},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2011-12-30","114956699","105","[{'iso_639_1':'en','name':'English'}]","Released","Never Compromise","The Iron Lady","false","6.4","873" +"false","/wtNG2gTXr70EAOficmv9iDz8Piy.jpg","null","18500000","[{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'},{'id':10749,'name':'Romance'}]","http://the-invention-of-lying.warnerbros.com/","23082","tt1058017","en","The Invention of Lying","Set in a world where the concept of lying doesn't exist, a loser changes his lot when he invents lying and uses it to get ahead.","9.238","/3A6AjKUo63tfpt7Dj4md8cOR5Gg.jpg","[{'id':11845,'logo_path':null,'name':'Wintergreen Productions','origin_country':''},{'id':2531,'logo_path':'/pC2iDCDCvV85vOBP7a5Ukxuc0Du.png','name':'Media Rights Capital','origin_country':'US'},{'id':14358,'logo_path':null,'name':'1821 Pictures','origin_country':''},{'id':2723,'logo_path':null,'name':'Lin Pictures','origin_country':'US'},{'id':13769,'logo_path':null,'name':'Lynda Obst Productions','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':350,'logo_path':'/l4cEc8UZ3ZrPLisIOh1iYMKwAVP.png','name':'Radar Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-09-13","31912793","100","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","In a world where everyone can only tell the truth... This guy can lie.","The Invention of Lying","false","6.1","808" +"false","/lKZkYIpLvZP7YmLOZWN6DNQWWCC.jpg","null","1000000","[{'id':35,'name':'Comedy'}]","http://thehooliganfactory.com/","281524","tt2360446","en","The Hooligan Factory","Danny wants something more. Expelled from school and living in his grandfathers flat, he longs to live up to the image of his estranged father Danny Senior","1.448","/9QrzR2c432kjvB9dsWIk6um7nfp.jpg","[{'id':27726,'logo_path':null,'name':'Think Big Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-06-13","0","90","[{'iso_639_1':'en','name':'English'}]","Released","These boys will leave you in stitches!","The Hooligan Factory","false","5.1","14" +"false","/1ynkj5XwR7NJrjz05D3CPJOicsL.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10749,'name':'Romance'}]","","111473","tt1700845","en","The Invisible Woman","In 1857, at the height of his fame and fortune, novelist and social critic Charles Dickens meets and falls in love with teenage stage actress Nelly Ternan. As she becomes the focus of his heart and mind, as well as his muse, painful secrecy is the price both must pay.","4.86","/cIMdqerF4DuVEYnkSQPWLc9qAc2.jpg","[{'id':26783,'logo_path':null,'name':'Taeoo Entertainment','origin_country':''},{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':13151,'logo_path':null,'name':'Headline Pictures','origin_country':''},{'id':18188,'logo_path':null,'name':'Magnolia Mae Films','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2013-12-25","1234254","111","[{'iso_639_1':'en','name':'English'}]","Released","His greatest story was the one he could never tell.","The Invisible Woman","false","6","109" +"false","/c58oBT5z2QwRMvnUC9FMgYgDDdY.jpg","null","16000000","[{'id':37,'name':'Western'},{'id':18,'name':'Drama'}]","","264656","tt2398231","en","The Homesman","When three women living on the edge of the American frontier are driven mad by harsh pioneer life, the task of saving them falls to the pious, independent-minded Mary Bee Cuddy. Transporting the women by covered wagon to Iowa, she soon realizes just how daunting the journey will be, and employs a low-life drifter, George Briggs, to join her. The unlikely pair and the three women head east, where a waiting minister and his wife have offered to take the women in. But the group first must traverse the harsh Nebraska Territories marked by stark beauty, psychological peril and constant threat.","8.098","/wzOzeuWYIlRq7Eus1TWnHtYo304.jpg","[{'id':2322,'logo_path':null,'name':'The Javelina Film Company','origin_country':''},{'id':6896,'logo_path':'/2Q89KvzxTKB5BAv9RqFIPI1qb7E.png','name':'EuropaCorp','origin_country':'FR'},{'id':11765,'logo_path':null,'name':'Ithaca Pictures','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","2014-05-18","3442853","122","[{'iso_639_1':'en','name':'English'}]","Released","","The Homesman","false","6.5","382" +"false","/9TP7FGdo9ppnuXX3DbB9RtzYKkh.jpg","null","85000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://www.sonypictures.com/movies/theholiday/","1581","tt0457939","en","The Holiday","Two women, one from the United States and one from the United Kingdom, swap homes at Christmastime after bad breakups with their boyfriends. Each woman finds romance with a local man but realizes that the imminent return home may end the relationship.","13.839","/ixNtpuq8OVp4IckgzkSJIflFDkw.jpg","[{'id':735,'logo_path':null,'name':'Waverly Films','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2006-12-08","194168700","136","[{'iso_639_1':'en','name':'English'}]","Released","It's Christmas Eve and we are going to go celebrate being young and being alive","The Holiday","false","7","2440" +"false","/tssM4KLIghSpU8mjCTFTmrfnnUZ.jpg","null","3000000","[{'id':53,'name':'Thriller'}]","http://www.theholding-movie.co.uk/","74394","tt1582621","en","The Holding","A heart-pounding suspense thriller, set on an isolated farm in England's beautiful, rugged Peak District.","1.172","/xEzUWPW3bLGYTBPd9PNSz2J0Y2o.jpg","[{'id':7353,'logo_path':'/yV5sxmYy4nBptmedJbsUKpr6W4M.png','name':'Gateway Films','origin_country':''},{'id':21549,'logo_path':null,'name':'Notorious Films','origin_country':''},{'id':20636,'logo_path':null,'name':'Pistachio Pictures','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2011-09-09","0","88","[{'iso_639_1':'en','name':'English'}]","Released","","The Holding","false","5.2","17" +"false","/hyR7Fs6Tepgu3yCQGtgO4Ilz9tY.jpg","{'id':121938,'name':'The Hobbit Collection','poster_path':'/j4e06Vg7Rb3Z4rN17kOtDS5Q8pD.jpg','backdrop_path':'/7wO7MSnP5UcwR2cTHdJFF1vP4Ie.jpg'}","250000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'}]","http://www.thehobbit.com/","57158","tt1170358","en","The Hobbit: The Desolation of Smaug","The Dwarves, Bilbo and Gandalf have successfully escaped the Misty Mountains, and Bilbo has gained the One Ring. They all continue their journey to get their gold back from the Dragon, Smaug.","19.646","/gQCiuxGsfiXH1su6lp9n0nd0UeH.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':11,'logo_path':'/6FAuASQHybRkZUk08p9PzSs9ezM.png','name':'WingNut Films','origin_country':'NZ'},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'NZ','name':'New Zealand'},{'iso_3166_1':'US','name':'United States of America'}]","2013-12-11","958400000","161","[{'iso_639_1':'en','name':'English'}]","Released","Beyond darkness... beyond desolation... lies the greatest danger of all.","The Hobbit: The Desolation of Smaug","false","7.6","7444" +"false","/qhH3GyIfAnGv1pjdV3mw03qAilg.jpg","{'id':121938,'name':'The Hobbit Collection','poster_path':'/j4e06Vg7Rb3Z4rN17kOtDS5Q8pD.jpg','backdrop_path':'/7wO7MSnP5UcwR2cTHdJFF1vP4Ie.jpg'}","250000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'}]","http://www.thehobbit.com/","122917","tt2310332","en","The Hobbit: The Battle of the Five Armies","Immediately after the events of The Desolation of Smaug, Bilbo and the dwarves try to defend Erebor's mountain of treasure from others who claim it: the men of the ruined Laketown and the elves of Mirkwood. Meanwhile an army of Orcs led by Azog the Defiler is marching on Erebor, fueled by the rise of the dark lord Sauron. Dwarves, elves and men must unite, and the hope for Middle-Earth falls into Bilbo's hands.","59.969","/9zRzFJuaj0CHIOhAkcCcFTvyu2X.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':11,'logo_path':'/6FAuASQHybRkZUk08p9PzSs9ezM.png','name':'WingNut Films','origin_country':'NZ'},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':7413,'logo_path':null,'name':'3Foot7','origin_country':'NZ'},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'NZ','name':'New Zealand'},{'iso_3166_1':'US','name':'United States of America'}]","2014-12-10","956019788","144","[{'iso_639_1':'en','name':'English'}]","Released","Witness the defining chapter of the Middle-Earth saga","The Hobbit: The Battle of the Five Armies","false","7.2","8074" +"false","/LXNMeisGBRDMERehjNQDnz9qKI.jpg","{'id':121938,'name':'The Hobbit Collection','poster_path':'/j4e06Vg7Rb3Z4rN17kOtDS5Q8pD.jpg','backdrop_path':'/7wO7MSnP5UcwR2cTHdJFF1vP4Ie.jpg'}","250000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'}]","http://www.thehobbit.com/","49051","tt0903624","en","The Hobbit: An Unexpected Journey","Bilbo Baggins, a hobbit enjoying his quiet life, is swept into an epic quest by Gandalf the Grey and thirteen dwarves who seek to reclaim their mountain home from Smaug, the dragon.","27.362","/ysX7vDmSh5O19vFjAi56WL7l4nk.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':11,'logo_path':'/6FAuASQHybRkZUk08p9PzSs9ezM.png','name':'WingNut Films','origin_country':'NZ'},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'NZ','name':'New Zealand'},{'iso_3166_1':'US','name':'United States of America'}]","2012-11-26","1021103568","169","[{'iso_639_1':'en','name':'English'}]","Released","From the smallest beginnings come the greatest legends.","The Hobbit: An Unexpected Journey","false","7.2","11744" +"false","/hhuwQa0tcFAVxcVkVaLWl2UJY26.jpg","null","50000000","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':878,'name':'Science Fiction'}]","","7453","tt0371724","en","The Hitchhiker's Guide to the Galaxy","Mere seconds before the Earth is to be demolished by an alien construction crew, Arthur Dent is swept off the planet by his friend Ford Prefect, a researcher penning a new edition of ""The Hitchhiker's Guide to the Galaxy.""","12.094","/fOb4cJMhnZ11BoHNUii3Vcfo3XU.jpg","[{'id':158,'logo_path':'/6SHlNIype9zmyEMRsBtoueUtLsq.png','name':'Spyglass Entertainment','origin_country':'US'},{'id':2242,'logo_path':null,'name':'Everyman Pictures','origin_country':'US'},{'id':2243,'logo_path':null,'name':'Hammer & Tongs','origin_country':''},{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2005-04-28","104478416","109","[{'iso_639_1':'en','name':'English'}]","Released","Don't leave Earth without it.","The Hitchhiker's Guide to the Galaxy","false","6.7","2247" +"false","/5kM1Emgu5F1LMA3j3Q5WZiZuRn6.jpg","null","6000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","58626","tt1575694","en","The Hit List","A disgruntled man creates a hit list with a stranger during a drunken night out and must then race to try to save those he marked for extermination as the bodies begin to pile up and all fingers point to him.","5.309","/1FOaPY4hj8QDAygkdL2r6QSMs4k.jpg","[{'id':1804,'logo_path':null,'name':'North by Northwest Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-04-02","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Who's on your list?","The Hit List","false","5.4","112" +"false","/7npFn5reJNnlsAFOVU6U49Wfbkg.jpg","null","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","19621","tt0087414","en","The Hit","Ex-gangster Willie Parker has betrayed his former ""colleagues"" and now lives in Spain where he thinks he can hide from their vengeance...","5.319","/alYtSR6GKxUS1Lr5zRuowpr9JdZ.jpg","[{'id':11561,'logo_path':'/8HB3TFUeo83keAPHfFfrNtN2MmA.png','name':'Recorded Picture Company (RPC)','origin_country':'GB'},{'id':3649,'logo_path':null,'name':'Central','origin_country':''},{'id':3644,'logo_path':null,'name':'Zenith Entertainment','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1984-09-12","0","98","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Even bad guys have bad days","The Hit","false","6.5","63" +"false","/3c0Yt2KnRQQl2e6iuUDJQxdp2IE.jpg","null","15000000","[{'id':36,'name':'History'},{'id':53,'name':'Thriller'}]","","17599","tt0073113","en","The Hindenburg","In this highly speculative historical thriller, Colonel Franz Ritter (George C. Scott), a former hero pilot now working for military intelligence, is assigned to the great Hindenburg airship as its chief of security. As he races against the clock to uncover a possible saboteur aboard the doomed zeppelin he finds that any of the passengers and crew could be the culprit.","4.383","/3HQyhJFs5171W2gDtY3Rdx0KPjd.jpg","[{'id':12277,'logo_path':null,'name':'The Filmakers Group','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1975-12-25","0","125","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'hu','name':'Magyar'}]","Released","The truth at last? What really happened to The Hindenburg?","The Hindenburg","false","6.4","43" +"false","/53vdUXxtUogIupD3oln7ywZ2d02.jpg","{'id':8918,'name':'The Hills Have Eyes (Reboot) Collection','poster_path':'/gtD46W2GXsdGOFa9jfUT3G0OEij.jpg','backdrop_path':'/A0LX8YBYBZtfj0gR5Pkgz87cmcb.jpg'}","15000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.foxsearchlight.com/thehillshaveeyes/","9792","tt0454841","en","The Hills Have Eyes","Based on Wes Craven's 1977 suspenseful cult classic, The Hills Have Eyes is the story of a family road trip that goes terrifyingly awry when the travelers become stranded in a government atomic zone. Miles from nowhere, the Carter family soon realizes the seemingly uninhabited wasteland is actually the breeding ground of a blood-thirsty mutant family...and they are the prey.","10.802","/hNuqY8h1oBGTnEQK75AH4IwuiPG.jpg","[{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'},{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'},{'id':445,'logo_path':null,'name':'Major Studio Partners','origin_country':''},{'id':1600,'logo_path':null,'name':'Craven-Maddalena Films','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","2006-03-10","69623713","107","[{'iso_639_1':'en','name':'English'}]","Released","The lucky ones die first.","The Hills Have Eyes","false","6.2","1311" +"false","/dskiB6nk4VA9pmw20L9oN7I4tkO.jpg","null","25000000","[{'id':18,'name':'Drama'}]","http://thehelpmovie.com/#/splash","50014","tt1454029","en","The Help","Aibileen Clark is a middle-aged African-American maid who has spent her life raising white children and has recently lost her only son; Minny Jackson is an African-American maid who has often offended her employers despite her family's struggles with money and her desperate need for jobs; and Eugenia ""Skeeter"" Phelan is a young white woman who has recently moved back home after graduating college to find out her childhood maid has mysteriously disappeared. These three stories intertwine to explain how life in Jackson, Mississippi revolves around ""the help""; yet they are always kept at a certain distance because of racial lines.","13.177","/6u85CuvnbrzWMhKbGk4Bm5RnO3V.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':7294,'logo_path':'/kK4PRgceWp9KNrycD8xx8seWxYU.png','name':'Reliance Entertainment','origin_country':'IN'},{'id':6736,'logo_path':null,'name':'Imagenation Abu Dhabi FZ','origin_country':''},{'id':436,'logo_path':'/A7WCkG3F0NFvjGCwUnclpGdIu9E.png','name':'1492 Pictures','origin_country':'US'},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'},{'id':6735,'logo_path':'/6yyByQrmTAgJv0QzZ1Eh1jiGX4R.png','name':'Participant Media','origin_country':'US'}]","[{'iso_3166_1':'IN','name':'India'},{'iso_3166_1':'AE','name':'United Arab Emirates'},{'iso_3166_1':'US','name':'United States of America'}]","2011-08-09","124272124","146","[{'iso_639_1':'en','name':'English'}]","Released","Change begins with a whisper.","The Help","false","8.1","3760" +"false","/2wKw8M6g7wj0RNz9zAeqU9s1BKl.jpg","null","43000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","136795","tt2404463","en","The Heat","Uptight and straight-laced, FBI Special Agent Sarah Ashburn is a methodical investigator with a reputation for excellence--and hyper-arrogance. Shannon Mullins, one of Boston P.D.'s ""finest,"" is foul-mouthed and has a very short fuse, and uses her gut instinct and street smarts to catch the most elusive criminals. Neither has ever had a partner, or a friend for that matter. When these two wildly incompatible law officers join forces to bring down a ruthless drug lord, they become the last thing anyone expected: Buddies.","17.722","/tM3hDt8JcU8Y8i6vzTcbnocM2bx.jpg","[{'id':289,'logo_path':null,'name':'Ingenious Film Partners','origin_country':''},{'id':7076,'logo_path':'/8BFxn9NUWSgp0ndih569Gm62xiC.png','name':'Chernin Entertainment','origin_country':'US'},{'id':22213,'logo_path':'/qx9K6bFWJupwde0xQDwOvXkOaL8.png','name':'TSG Entertainment','origin_country':'US'},{'id':290,'logo_path':'/Q8mw2AOQQc8Qg0uNwLWq86DVZv.png','name':'Ingenious Media','origin_country':'GB'},{'id':10893,'logo_path':null,'name':'Big Screen Productions','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-06-27","158674180","117","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'bg','name':'?????????????????? ????????'}]","Released","Action's never been so hot!","The Heat","false","6.6","2357" +"false","/jLHosrVbjzQCdZfniiXxyYBnbUo.jpg","{'id':267922,'name':'The Hills Have Eyes (Original) Collection','poster_path':'/AbGcpZEihHoR0M7Ls2qTPX4HF60.jpg','backdrop_path':'/3Tezeh4KTsqPqFKqatjtd3cAjMk.jpg'}","700000","[{'id':27,'name':'Horror'}]","","18477","tt0089274","en","The Hills Have Eyes Part 2","A group of young and wild motocross racers venture through the desert and are stranded at an old mining ranch. They soon realize that they are being watched by a group of savage cannibals unknown to the civilized world. The film is full of flashbacks to the original film; even the dog has a flashback.","4.449","/5rVCjl4D3jigaaMx0Nv6IqRu08H.jpg","[{'id':20716,'logo_path':null,'name':'VTC','origin_country':''},{'id':6429,'logo_path':null,'name':'Castle Hill Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1984-06-01","0","86","[{'iso_639_1':'en','name':'English'}]","Released","So you think you're lucky to be alive...","The Hills Have Eyes Part 2","false","4.3","78" +"false","/hHpWbON0DNGTnzRuHwuvhqrndSt.jpg","null","60000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","9038","tt0408839","en","The Heartbreak Kid","Eddie, the 40-year-old confirmed bachelor finally says ""I do"" to the beautiful and sexy Lila. But during their honeymoon in Mexico, the woman of his dreams turns out to be a total nightmare, and the guy who could never pull the trigger realizes he???s jumped the gun.","7.393","/2mXchbgTsqYx9qXIatsINjGowDy.jpg","[{'id':1156,'logo_path':null,'name':'Conundrum Entertainment','origin_country':''},{'id':1302,'logo_path':'/kQZtJdyphCmq292iGDqlUx0yk2D.png','name':'Davis Entertainment','origin_country':'US'},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'},{'id':350,'logo_path':'/l4cEc8UZ3ZrPLisIOh1iYMKwAVP.png','name':'Radar Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-10-05","127766650","116","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","He waited all his life to get married. Too bad he didn't wait another week.","The Heartbreak Kid","false","5.6","775" +"false","/nnGWgtJOc0H2nI36AkDfpXLqrqC.jpg","null","0","[{'id':27,'name':'Horror'}]","","11772","tt0057129","en","The Haunting","Dr. Markway, doing research to prove the existence of ghosts, investigates Hill House, a large, eerie mansion with a lurid history of violent death and insanity.","5.85","/QDO3dClQX70yxTLM08SGjXOqA0.jpg","[{'id':6305,'logo_path':null,'name':'Argyle Enterprises','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1963-09-18","0","112","[{'iso_639_1':'en','name':'English'}]","Released","You may not believe in ghosts but you cannot deny terror","The Haunting","false","7.4","237" +"false","/SqkzvLiTZLMpXXcktaxPp4Lh77.jpg","null","0","[{'id':27,'name':'Horror'}]","","30137","tt0057128","en","The Haunted Palace","A warlock burned at the stake comes back and takes over the body of his great grandson to take his revenge on the descendents of the villages that burned him.","4.209","/9LZfUpzn0aMSpNKTB8tQl7EoMUC.jpg","[{'id':4820,'logo_path':null,'name':'Alta Vista Productions','origin_country':''},{'id':9266,'logo_path':null,'name':'American International Pictures (AIP)','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1963-08-28","1200000","87","[{'iso_639_1':'en','name':'English'}]","Released","A warlock's home is his castle...Forever!","The Haunted Palace","false","6.5","53" +"false","/ardDe5n33i0061Au5qNZaWiEPJg.jpg","null","90000000","[{'id':53,'name':'Thriller'},{'id':14,'name':'Fantasy'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':9648,'name':'Mystery'}]","","10756","tt0338094","en","The Haunted Mansion","Workaholic Jim Evers and his wife/business partner, Sara get a call one night from mansion owner, Edward Gracey wants to sell his house. Once the Evers family arrive at the mansion a butler takes them to dine with Gracey. Gracey takes one look at Sara and he thinks she's his lost lover.","8.788","/lGi5yio4pdDz5PkSeZCbnMQz5vK.jpg","[{'id':47122,'logo_path':null,'name':'Doom Buggy Productions','origin_country':''},{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':3538,'logo_path':null,'name':'Gunn Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-11-25","182290266","88","[{'iso_639_1':'en','name':'English'}]","Released","Check your pulse at the door... if you have one.","The Haunted Mansion","false","5.3","960" +"false","/VlNJZXBn3SDyTSH4JVJ7eC0lR3.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","229182","tt2543336","en","The Harvest","Maryann moves in with her grandparents after she's orphaned. Desperately lonely, she sets out to befriend a neighboring deathly ill, bed-ridden boy, despite the outright disapproval of his mother. Maryann's persistence pays off, however, and during a series of secret visits she gradually uncovers some seriously sinister goings-on in the house.","5.399","/jzQuSdbgHQit7Js6j7WQWgGFxkB.jpg","[{'id':26421,'logo_path':null,'name':'Living Out Loud Films','origin_country':''},{'id':8739,'logo_path':null,'name':'Das Films','origin_country':''},{'id':26422,'logo_path':null,'name':'Elephant Eye Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-10-19","0","104","[{'iso_639_1':'en','name':'English'}]","Released","First the Fall, then The Harvest.","The Harvest","false","6","105" +"false","/uAZu2fBccwcsGADXcwP6odM1LRq.jpg","null","0","[{'id':35,'name':'Comedy'}]","","228558","tt3013528","en","The Harry Hill Movie","The comedy film sees TV Burp star Hill embark on a road trip to Blackpool with his Nan (Julie Walters) when he discovers that his hamster only has one week to live.","1.597","/6GhqOGEgnRPYpHp3tdJCfiRh6LC.jpg","[]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2013-12-20","0","85","[{'iso_639_1':'en','name':'English'}]","Released","","The Harry Hill Movie","false","3.6","15" +"false","/zC70GYoU1Z9AAItwr9wrj0beqGX.jpg","null","0","[{'id':10402,'name':'Music'},{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","","7514","tt0070155","en","The Harder They Come","Ivanhoe Martin arrives in Kingston, Jamaica, looking for work and, after some initial struggles, lands a recording contract as a reggae singer. He records his first song, ""The Harder They Come,"" but after a bitter dispute with a manipulative producer named Hilton, soon finds himself resorting to petty crime in order to pay the bills. He deals marijuana, kills some abusive cops and earns local folk hero status. Meanwhile, his record is topping the charts.","1.837","/lfL1K3XXr3O9xcDII9QyL1aHOBJ.jpg","[{'id':4717,'logo_path':null,'name':'Xenon Pictures','origin_country':''},{'id':31400,'logo_path':null,'name':'International Films','origin_country':''}]","[{'iso_3166_1':'JM','name':'Jamaica'}]","1972-09-01","0","103","[{'iso_639_1':'en','name':'English'}]","Released","With a Piece in His Hand He Takes on the Man!","The Harder They Come","false","6.6","34" +"false","/psMX52bwU6aHbhoA8BqY2tFEnTT.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","16311","tt0280490","en","The Hard Word","Three fraternal bank robbers languishing in jail, discover a profitable (if not dodgy) way to spend their time. Crime can most certainly pay, if you ""know wot I mean?"" However when sex and greed rear-up between the good crims and the bad cops, the consequences are both bizarre and fatal.","1.738","/pXF2tpXjR3Bx6OnQbhouRXi1a3b.jpg","[{'id':1380,'logo_path':null,'name':'Australian Film Finance Corporation','origin_country':'AU'},{'id':2857,'logo_path':null,'name':'Wildheart Films','origin_country':''},{'id':3174,'logo_path':null,'name':'Alibi Films','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2002-05-30","0","102","[{'iso_639_1':'en','name':'English'}]","Released","In a word, they're gone","The Hard Word","false","5.6","17" +"false","/hnu7rEmUXyrRBqlRTd2CzDBUap4.jpg","{'id':86119,'name':'The Hangover Collection','poster_path':'/aMmNLuyXvdBih1R5RRHtdtNaS6N.jpg','backdrop_path':'/uEtsf26a9RsRDy85MOIv1xAj44x.jpg'}","80000000","[{'id':35,'name':'Comedy'}]","http://hangoverpart2.warnerbros.com/","45243","tt1411697","en","The Hangover Part II","The Hangover crew heads to Thailand for Stu's wedding. After the disaster of a bachelor party in Las Vegas last year, Stu is playing it safe with a mellow pre-wedding brunch. However, nothing goes as planned and Bangkok is the perfect setting for another adventure with the rowdy group.","15.623","/yoiJyVknXfU4jcJvPYeMOCgyLky.jpg","[{'id':923,'logo_path':'/5UQsZrfbfG2dYJbx8DxfoTr2Bvu.png','name':'Legendary Entertainment','origin_country':'US'},{'id':2877,'logo_path':null,'name':'Living Films','origin_country':''},{'id':3527,'logo_path':null,'name':'Green Hat Films','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-05-25","254455986","102","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'th','name':'?????????????????????'}]","Released","The Wolfpack Is Back","The Hangover Part II","false","6.4","5992" +"false","/vj8ymcJBa78jt1YYUCVE95u1RHk.jpg","null","60000000","[{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","http://www.thehappeningmovie.com","8645","tt0949731","en","The Happening","When a deadly airborne virus threatens to wipe out the northeastern United States, teacher Elliott Moore (Mark Wahlberg) and his wife (Zooey Deschanel) flee from contaminated cities into the countryside in a fight to discover the truth. Is it terrorism, the accidental release of some toxic military bio weapon -- or something even more sinister? John Leguizamo and Betty Buckley co-star in this thriller from writer-director M. Night Shyamalan.","11.479","/c8Asvr5ORuL9NtaTGZZJsq4heDf.jpg","[{'id':2320,'logo_path':'/nSAXfUCy16cNRiPlBMHeb700t9p.png','name':'UTV Motion Pictures','origin_country':'IN'},{'id':158,'logo_path':'/6SHlNIype9zmyEMRsBtoueUtLsq.png','name':'Spyglass Entertainment','origin_country':'US'},{'id':12236,'logo_path':'/uV6QBPdn3MjQzAFdgEel6od7geg.png','name':'Blinding Edge Pictures','origin_country':'US'},{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'IN','name':'India'},{'iso_3166_1':'FR','name':'France'}]","2008-06-11","163403799","91","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","We've Sensed It. We've Seen The Signs. Now... It's Happening.","The Happening","false","5.1","1654" +"false","/xxKd56iFbMeRQARUosTGgxKxrnF.jpg","{'id':86119,'name':'The Hangover Collection','poster_path':'/aMmNLuyXvdBih1R5RRHtdtNaS6N.jpg','backdrop_path':'/uEtsf26a9RsRDy85MOIv1xAj44x.jpg'}","35000000","[{'id':35,'name':'Comedy'}]","http://hangoverpart2.warnerbros.com/dvd/","18785","tt1119646","en","The Hangover","When three friends finally come to after a raucous night of bachelor-party revelry, they find a baby in the closet and a tiger in the bathroom. But they can't seem to locate their best friend, Doug ??? who's supposed to be tying the knot. Launching a frantic search for Doug, the trio perseveres through a nasty hangover to try to make it to the church on time.","18.794","/eshEkiG7NmU4ekA8CtpIdYiYufZ.jpg","[{'id':923,'logo_path':'/5UQsZrfbfG2dYJbx8DxfoTr2Bvu.png','name':'Legendary Entertainment','origin_country':'US'},{'id':3527,'logo_path':null,'name':'Green Hat Films','origin_country':'US'},{'id':12235,'logo_path':null,'name':'IFP Westcoast Erste','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2009-06-02","459270619","100","[{'iso_639_1':'en','name':'English'}]","Released","Some guys just can't handle Vegas.","The Hangover","false","7.2","10046" +"false","/xIrtFqXc62VGcWKHOsQfCq4j3x0.jpg","{'id':86119,'name':'The Hangover Collection','poster_path':'/aMmNLuyXvdBih1R5RRHtdtNaS6N.jpg','backdrop_path':'/uEtsf26a9RsRDy85MOIv1xAj44x.jpg'}","103000000","[{'id':35,'name':'Comedy'}]","","109439","tt1951261","en","The Hangover Part III","This time, there's no wedding. No bachelor party. What could go wrong, right? But when the Wolfpack hits the road, all bets are off.","14.146","/vtxuPWkdllLNLVyGjKYa267ntuH.jpg","[{'id':3527,'logo_path':null,'name':'Green Hat Films','origin_country':'US'},{'id':923,'logo_path':'/5UQsZrfbfG2dYJbx8DxfoTr2Bvu.png','name':'Legendary Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-05-23","362000072","100","[{'iso_639_1':'en','name':'English'}]","Released","It all ends.","The Hangover Part III","false","6.1","4925" +"false","/lxsr2jhzXc6kWOnhkIGSMjslqZP.jpg","null","11700000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","11087","tt0104389","en","The Hand that Rocks the Cradle","A suburban family chooses seemingly sweet Peyton Flanders as their newborn's nanny. Only much later does the infant's mother, Claire Bartel, realize Peyton's true intentions -- to destroy Claire and replace her in the family. The nail-biting suspense builds quickly in this chilling psychological thriller about deception and bitter revenge.","8.369","/mKNDQjZ49UdkbH6SPC9wbxtcp39.jpg","[{'id':915,'logo_path':'/xXojkyRWFZ0JTJyjiu13ThKeFbz.png','name':'Hollywood Pictures','origin_country':''},{'id':10201,'logo_path':null,'name':'Interscope Communications','origin_country':''},{'id':12883,'logo_path':null,'name':'Nomura Babcock & Brown','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-01-10","88036683","110","[{'iso_639_1':'en','name':'English'}]","Released","Trust is her weapon. Innocence her opportunity. Revenge her only desire.","The Hand that Rocks the Cradle","false","6.6","354" +"false","/xjMfHG9hd9AudabAz4OmSKVkM6X.jpg","{'id':264339,'name':'The Hamiltons Collection','poster_path':'/gZzEapPW7oscqDA8XWiri0IF8GM.jpg','backdrop_path':'/yhEUkS0Sv1ohevI7Yt7YorIVfoR.jpg'}","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","15495","tt0443527","en","The Hamiltons","The Hamilton's seem to be an ordinary American family, living in a small town in Northern California and dealing with the problems of everyday life. They've also been recently adjusting to the untimely death of their parents, but since have moved on.","4.573","/sVuTRXmzdOGAaYBzqGz6yoEpV7L.jpg","[{'id':52166,'logo_path':null,'name':'Industrial City Films','origin_country':''},{'id':23928,'logo_path':null,'name':'San Francisco Independent Cinema','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-11-19","0","86","[{'iso_639_1':'en','name':'English'}]","Released","Every Family Has Its Secrets.","The Hamiltons","false","4.8","88" +"false","/5fJwN2WYv9bMmFDDI1BXue9dXma.jpg","null","0","[{'id':27,'name':'Horror'}]","","77586","tt1339098","en","The Hagstone Demon","Douglas Elmore is an alcoholic writer and caretaker haunted by visions of his dead wife and pursued by supernatural forces bent on revenge for his past deeds. When tenants start turning up dead in the hallways and stairwells of his brownstone apartment building, Douglas suspects a strange but sexually alluring homeless prostitute named Karna who sleeps in his basement by day and prowls the empty city by night. But as the bodies pile up, Douglas is torn between his growing obsession with Karna and the threat of becoming a prime suspect in a murder investigation. Douglas must find the origin of the evil residing in the old Hagstone building before the secrets of his past return to destroy him.","1.685","/v2YTXxxVsgPoAwoVN1NqyrNxVVC.jpg","[]","[]","2011-09-27","0","96","[]","Released","Mark Borchardt is back, in BLACK.","The Hagstone Demon","false","3.3","5" +"false","/7eiLN6o9jDgy2Q2qq4RRTzPpKcN.jpg","null","0","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","288463","tt2992524","en","The Guvnors","The Guvnors is a violent thriller set amongst the clans and firms of South East London, bringing two generations together in brutal conflict.","2.597","/2XxJMTTccZuGD3XjlXZ6FiWK2A5.jpg","[{'id':5505,'logo_path':null,'name':'Fulwell 73','origin_country':''},{'id':13584,'logo_path':null,'name':'DP Films','origin_country':''},{'id':31787,'logo_path':null,'name':'Creativity Capital','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-06-24","0","95","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Revenge is its own executioner","The Guvnors","false","5.4","32" +"false","/jVU1bRNcXCfX9LC8pj9Hp9McN7x.jpg","null","40000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","","266396","tt2515034","en","The Gunman","Eight years after fleeing the Congo following his assassination of that country's minister of mining, former assassin Jim Terrier is back, suffering from PTSD and digging wells to atone for his violent past. After an attempt is made on his life, Terrier flies to London to find out who wants him dead -- and why. Terrier's search leads him to a reunion with Annie, a woman he once loved, who is now married to an oily businessman with dealings in Africa.","10.087","/lnUozDnDANTsDYEdsNsHC6b8IiS.jpg","[{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'},{'id':1885,'logo_path':'/xlvoOZr4s1PygosrwZyolIFe5xs.png','name':'Silver Pictures','origin_country':'US'},{'id':9974,'logo_path':null,'name':'Instituto de la Cinematograf??a y de las Artes Audiovisuales','origin_country':'ES'},{'id':11068,'logo_path':'/jOdUllzDZRFy0tPIFDEwpP4Mpv4.png','name':'Nostromo Pictures','origin_country':'ES'},{'id':20664,'logo_path':'/iRrZpxnYNDnVXJkr6HiLgSLlqRc.png','name':'Anton Capital Entertainment (ACE)','origin_country':''},{'id':35559,'logo_path':null,'name':'Institut Catal?? de les Empreses Culturals (ICEC)','origin_country':''},{'id':58772,'logo_path':null,'name':'Prone Gunman','origin_country':''},{'id':58774,'logo_path':null,'name':'Prone Gunman A.I.E.','origin_country':''},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':356,'logo_path':'/9tW5wZEGotn1Ei5pErA88m47XiD.png','name':'TF1 Films Production','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2015-02-16","13644292","115","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","Armed With the Truth.","The Gunman","false","5.7","568" +"false","/tLTWqdazwadvgtBDkcYzUXvj15p.jpg","null","40000000","[{'id':35,'name':'Comedy'}]","","82687","tt1694020","en","The Guilt Trip","An inventor and his mom hit the road together so he can sell his latest invention.","9.233","/kSkn9lunpGQClYzpmcu7fnTX8ZZ.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':82819,'logo_path':'/5Z8WWr0Lf1tInVWwJsxPP0uMz9a.png','name':'Skydance Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-12-19","41863726","95","[{'iso_639_1':'en','name':'English'}]","Released","Get ready for one mother of a road trip","The Guilt Trip","false","5.4","398" +"false","/dQ1eV5vn9794wsdpqe7QGK4Yo99.jpg","null","5000000","[{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'},{'id':28,'name':'Action'}]","","241848","tt2980592","en","The Guest","A soldier introduces himself to the Peterson family, claiming to be a friend of their son who died in action. After the young man is welcomed into their home, a series of accidental deaths seem to be connected to his presence.","8.304","/xxSuU7Q9ZmPjw9TNQ1WzmHVAxBI.jpg","[{'id':2395,'logo_path':'/pZz4qs03FtP6UGtZ3hjQ6qimcwi.png','name':'HanWay Films','origin_country':'GB'},{'id':15159,'logo_path':null,'name':'Snoot Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-09-17","2367161","99","[{'iso_639_1':'en','name':'English'}]","Released","Be careful who you let in","The Guest","false","6.5","933" +"false","/iGjj8r38g4zqCd0h8LK1MrDlsBz.jpg","null","10000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'}]","","4643","tt0406816","en","The Guardian","A high school swim champion with a troubled past enrolls in the U.S. Coast Guard's 'A' School, where legendary rescue swimmer, Ben Randall teaches him some hard lessons about loss, love, and self-sacrifice.","11.888","/4sUo2eUsVctI2WFg6bNNexycFOr.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':10157,'logo_path':null,'name':'Beacon Pictures','origin_country':''},{'id':1836,'logo_path':null,'name':'Contrafilm','origin_country':''},{'id':1838,'logo_path':null,'name':'Firm Films','origin_country':''},{'id':15763,'logo_path':null,'name':'Eyetronics','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-09-28","0","139","[{'iso_639_1':'en','name':'English'}]","Released","How Do You Decide Who Lives Or Who Dies?","The Guardian","false","6.9","670" +"false","/33E1uX8tOvaUI1NKZqQZIonQzai.jpg","{'id':1974,'name':'The Grudge Collection','poster_path':'/dohOSIYDEK42stdfKo0pQfrve0h.jpg','backdrop_path':'/nRfDTqIuaVLu2aB0qFuSmw8btp0.jpg'}","5000000","[{'id':9648,'name':'Mystery'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.sonypictures.com/homevideo/thegrudge3/","1977","tt1053859","en","The Grudge 3","Jake, the sole survivor of The Grudge 2 massacre, is tortured by chilling visions of Kayako and Toshio that have led to his hospitalization. Jake's caretaker, Dr. Sullivan is determined to investigate his horrifying tales. She explores his Chicago home, finding another family on the brink of succumbing to the curse. It becomes clear that Jake's terrifying stories are true, and a mysterious Japanese woman may be the only hope of banishing the spirits forever...unless her plan destroys them all.","7.932","/vYCVXrk7K5BaFdz3kxdsC8515gQ.jpg","[{'id':2617,'logo_path':null,'name':'Ozla Pictures','origin_country':''},{'id':11341,'logo_path':'/xytTBODEy3p20ksHL4Ftxr483Iv.png','name':'Stage 6 Films','origin_country':'US'},{'id':768,'logo_path':null,'name':'Ghost House Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-05-12","38610009","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'pl','name':'Polski'}]","Released","You can't escape the curse.","The Grudge 3","false","5.3","257" +"false","/jLtAbxJvYdveTr3AeBZyzf9dkOM.jpg","{'id':1974,'name':'The Grudge Collection','poster_path':'/dohOSIYDEK42stdfKo0pQfrve0h.jpg','backdrop_path':'/nRfDTqIuaVLu2aB0qFuSmw8btp0.jpg'}","10000000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","1970","tt0391198","en","The Grudge","American nurse, Karen Davis moves to Tokyo and encounters a vengeful supernatural spirit known as The Grudge that often possesses its victims. When a series of horrifying and mysterious deaths occur ??? with the spirit passing its curse onto each victim - Karen must find away to break the spell before she becomes the spirit's next victim.","9.331","/y05X9RL0FIcEwoVSTppCPcQwhvf.jpg","[{'id':829,'logo_path':'/mzpAmEQ5P1gFvdRoNyCk9q8ngiv.png','name':'Vertigo Entertainment','origin_country':'US'},{'id':768,'logo_path':null,'name':'Ghost House Pictures','origin_country':'US'},{'id':4154,'logo_path':null,'name':'Colombia Pictures','origin_country':''},{'id':4710,'logo_path':null,'name':'Fellah Pictures','origin_country':''},{'id':830,'logo_path':null,'name':'Senator International','origin_country':''}]","[{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'US','name':'United States of America'}]","2004-10-22","183474602","92","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'}]","Released","It never forgives. It never forgets.","The Grudge","false","5.9","1502" +"false","/1d3RaNQC1CzaK0N3E3n6EQ7k2v1.jpg","{'id':1974,'name':'The Grudge Collection','poster_path':'/dohOSIYDEK42stdfKo0pQfrve0h.jpg','backdrop_path':'/nRfDTqIuaVLu2aB0qFuSmw8btp0.jpg'}","20000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.sonypictures.com/homevideo/thegrudge2/","1975","tt0433386","en","The Grudge 2","In Tokyo, a young woman is exposed to the same mysterious curse that afflicted her sister. The supernatural force, which fills a person with rage before spreading to its next victim, brings together a group of previously unrelated people who attempt to unlock its secret to save their lives.","7.52","/lPN7FyCuPDHwoupcuPT72cRE8lY.jpg","[{'id':768,'logo_path':null,'name':'Ghost House Pictures','origin_country':'US'},{'id':829,'logo_path':'/mzpAmEQ5P1gFvdRoNyCk9q8ngiv.png','name':'Vertigo Entertainment','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-10-13","39143839","102","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'ru','name':'P????????????'}]","Released","What Was Once Trapped, Will Now Be Unleashed","The Grudge 2","false","5.4","471" +"false","/fRMggmOJ9LadLlWXK5aZrIhpUGw.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","18129","tt0099703","en","The Grifters","A young short-con grifter suffers both injury and the displeasure of reuniting with his criminal mother, all the while dating an unpredictable young lady.","6.36","/uyaZkvfe907W8zH6QonaFjPxJ63.jpg","[{'id':5231,'logo_path':null,'name':'Cineplex-Odeon Films','origin_country':''},{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-10-10","13446769","110","[{'iso_639_1':'en','name':'English'}]","Released","Seduction. Betrayal. Murder. Who's conning who?","The Grifters","false","6.6","161" +"false","/888jtZz0mWfANiml4Pfe9567o3X.jpg","null","25000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.thegreythemovie.com/","75174","tt1601913","en","The Grey","An oil drilling team struggles to survive after a plane crash strands them in the wilds of Alaska. Hunting them is a pack of wolves that sees them as intruders.","12.549","/bwN4x9RTLtDUDvaOWg4yvOBU38I.jpg","[{'id':10427,'logo_path':'/3u5sNgPRbba0ND3SUMXPTT7On9h.png','name':'Open Road Films','origin_country':'US'},{'id':1645,'logo_path':'/6Ry6uNBaa0IbbSs1XYIgX5DkA9r.png','name':'Scott Free Productions','origin_country':''},{'id':8532,'logo_path':null,'name':'1984 Private Defense Contractors','origin_country':''},{'id':10285,'logo_path':'/5jxaT7zoJKtnwqxniiJ9iJLsJru.png','name':'LD Entertainment','origin_country':'US'},{'id':11278,'logo_path':null,'name':'Inferno Distribution','origin_country':''},{'id':12234,'logo_path':null,'name':'Chambara Pictures','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2012-01-26","77278331","117","[{'iso_639_1':'en','name':'English'}]","Released","Live or Die on This Day","The Grey","false","6.5","2213" +"false","/Rlt20sEbOQKPVjia7lUilFm49W.jpg","null","60000000","[{'id':14,'name':'Fantasy'},{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","http://thegreenmile.warnerbros.com/","497","tt0120689","en","The Green Mile","A supernatural tale set on death row in a Southern prison, where gentle giant John Coffey possesses the mysterious power to heal people's ailments. When the cell block's head guard, Paul Edgecomb, recognizes Coffey's miraculous gift, he tries desperately to help stave off the condemned man's execution.","21.008","/sOHqdY1RnSn6kcfAHKu28jvTebE.jpg","[{'id':97,'logo_path':'/7znWcbDd4PcJzJUlJxYqAlPPykp.png','name':'Castle Rock Entertainment','origin_country':'US'},{'id':3982,'logo_path':null,'name':'Darkwoods Productions','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-12-10","284600000","189","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","Miracles do happen.","The Green Mile","false","8.4","7890" +"false","/obqNqj4tBoUkWzufsMLmDABFLEL.jpg","null","120000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':35,'name':'Comedy'}]","http://www.sonypictures.com/movies/thegreenhornet/","40805","tt0990407","en","The Green Hornet","Britt Reid (Seth Rogen), the heir to the largest newspaper fortune in Los Angeles, is a spoiled playboy who has been, thus far, happy to lead an aimless life. After his father (Tom Wilkinson) dies, Britt meets Kato (Jay Chou), a resourceful company employee. Realizing that they have the talent and resources to make something of their lives, Britt and Kato join forces as costumed crime-fighters to bring down the city's most-powerful criminal, Chudnofsky (Christoph Waltz).","14.355","/hZvTFnyqiTiQDO1FRsQvwhFNg3G.jpg","[{'id':333,'logo_path':'/5xUJfzPZ8jWJUDzYtIeuPO4qPIa.png','name':'Original Film','origin_country':'US'},{'id':6733,'logo_path':null,'name':'Reliance Big Entertainment','origin_country':''},{'id':34,'logo_path':'/GagSvqWlyPdkFHMfQ3pNq6ix9P.png','name':'Sony Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-01-12","227817248","119","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'zh','name':'?????????'}]","Released","Breaking the Law to Protect It.","The Green Hornet","false","5.5","1830" +"false","/AtKczjXnHUrYODJlFgod3ley6u9.jpg","null","25000000","[{'id':18,'name':'Drama'}]","","15487","tt0388980","en","The Greatest Game Ever Played","A biopic of 20-year-old Francis Ouimet who defeated his golfing idol and 1900 US Open Champion, Harry Vardon.","6.367","/qn0AtESY7e5EgzYxmOZU5UeirEH.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-09-30","15431177","120","[{'iso_639_1':'en','name':'English'}]","Released","Based on a True Story","The Greatest Game Ever Played","false","7","187" +"false","/hxQch7RR2nheUqIGjgUvB1onYN6.jpg","null","6000000","[{'id':53,'name':'Thriller'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","","11583","tt0079240","en","The First Great Train Robbery","In Victorian England, a master criminal makes elaborate plans to steal a shipment of gold from a moving train.","6.752","/6dfiOhkLiy2NVvDS5yfHjEk85y2.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':23126,'logo_path':null,'name':'Starling Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1978-12-14","0","110","[{'iso_639_1':'en','name':'English'}]","Released","Never have so few taken so much from so many.","The First Great Train Robbery","false","6.8","124" +"false","/grhkv9OEJtLamZBDcshrmvBqVwc.jpg","null","80000000","[{'id':28,'name':'Action'},{'id':36,'name':'History'},{'id':10752,'name':'War'}]","","13922","tt0326905","en","The Great Raid","As World War II rages, the elite Sixth Ranger Battalion is given a mission of heroic proportions: push 30 miles behind enemy lines and liberate over 500 American prisoners of war.","6.503","/o4ZdK0xbx6qKxSYQzo90w3PbdPU.jpg","[{'id':2253,'logo_path':null,'name':'Lawrence Bender Productions','origin_country':'US'},{'id':12552,'logo_path':null,'name':'Marty Katz Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-08-12","10166502","132","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'}]","Released","The most daring rescue mission of our time is a story that has never been told","The Great Raid","false","6.7","135" +"false","/2vhFNuYW4ukV1pZ96f5Sgy5lpR2.jpg","null","105000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","64682","tt1343092","en","The Great Gatsby","An adaptation of F. Scott Fitzgerald's Long Island-set novel, where Midwesterner Nick Carraway is lured into the lavish world of his neighbor, Jay Gatsby. Soon enough, however, Carraway will see through the cracks of Gatsby's nouveau riche existence, where obsession, madness, and tragedy await.","21.914","/oJpOYPpVWyPeunGbbDGH1KFvea0.jpg","[{'id':14604,'logo_path':null,'name':'Spectrum Films','origin_country':''},{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':240,'logo_path':null,'name':'Bazmark Films','origin_country':''},{'id':14440,'logo_path':null,'name':'Red Wagon Entertainment','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':18441,'logo_path':'/rJmXT9sgCKG8uSUO1T93kOTfAzm.png','name':'A+E Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'AU','name':'Australia'}]","2013-05-10","351040419","143","[{'iso_639_1':'en','name':'English'}]","Released","Reserving judgments is a matter of infinite hope... I come to the admission that it has a limit.","The Great Gatsby","false","7.4","6824" +"false","/nb70B4EXuoegiQ0C5N1fNVHIaYc.jpg","null","4000000","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':53,'name':'Thriller'},{'id':10752,'name':'War'}]","","5925","tt0057115","en","The Great Escape","The Nazis, exasperated at the number of escapes from their prison camps by a relatively small number of Allied prisoners, relocates them to a high-security 'escape-proof' camp to sit out the remainder of the war. Undaunted, the prisoners plan one of the most ambitious escape attempts of World War II. Based on a true story.","10.032","/qhy4HgUqhEbwQ1ekKTv7yEB3b0e.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':219,'logo_path':null,'name':'The Mirisch Corporation','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1963-06-20","11744471","173","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Put a fence in front of these men... and they'll climb it!","The Great Escape","false","7.9","1168" +"false","/qkpsvso2neEr7v6YnyMoZtm6R9F.jpg","null","2000000","[{'id':35,'name':'Comedy'}]","","914","tt0032553","en","The Great Dictator","Dictator Adenoid Hynkel tries to expand his empire while a poor Jewish barber tries to avoid persecution from Hynkel's regime.","11.157","/hK2KsU0lNiYRqIrYJcC3x63dPnH.jpg","[{'id':71975,'logo_path':null,'name':'Roy Export Company Establishment','origin_country':''},{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1940-10-15","11000000","125","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'eo','name':'Esperanto'}]","Released","Once again - the whole world laughs!","The Great Dictator","false","8.4","1393" +"false","/3VxesUXsQsgkZde1KqrKHHzg3hw.jpg","null","15000000","[{'id':18,'name':'Drama'}]","","14047","tt0427309","en","The Great Debaters","The true story of a brilliant but politically radical debate team coach who uses the power of words to transform a group of underdog African American college students into an historical powerhouse that took on the Harvard elite.","14.381","/yPUA5rdLy6TQTip1KvfUDz1hfsl.jpg","[{'id':8801,'logo_path':null,'name':'Marshall Production','origin_country':''},{'id':308,'logo_path':'/e8F3mQM7DkJ5SfYYDp8FYzPBOGX.png','name':'The Weinstein Company','origin_country':'US'},{'id':3298,'logo_path':null,'name':'Harpo Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-12-27","30226144","126","[{'iso_639_1':'en','name':'English'}]","Released","When the nation was in need, he inspired them to give us hope.","The Great Debaters","false","7.2","254" +"false","/k1u3HgqponlIXdIHVzpEa4bRJX7.jpg","null","0","[{'id':35,'name':'Comedy'}]","http://greatbuckhowardmovie.com/","16279","tt0460810","en","The Great Buck Howard","When a law school dropout answers an advertisement to be a personal assistant he unknowingly signs on to work for a belligerent has-been magician struggling to resurrect his career. This leads to a journey across the country staging the comeback of a lifetime.","7.094","/dAswO0EDb0hJxKMEBmIOSlWfvoV.jpg","[{'id':2233,'logo_path':null,'name':'Bristol Bay Productions','origin_country':''},{'id':4171,'logo_path':null,'name':'Playtone','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-01-18","900689","87","[{'iso_639_1':'en','name':'English'}]","Released","Greatness is a state of mind.","The Great Buck Howard","false","5.9","123" +"false","/wy4qzLQ72xBHqzSeEuTDT8iGFb9.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","25767","tt0053877","en","The Grass Is Greener","Victor and Hillary are down on their luck to the point that they allow tourists to take guided tours of their castle. But Charles Delacro, a millionaire oil tycoon, visits, and takes a liking to more than the house. Soon, Hattie Durant gets involved and they have a good old fashioned love triangle.","3.461","/jlHA51o8mrDvIddOskmuuKSmBwK.jpg","[{'id':4448,'logo_path':null,'name':'Grandon Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1960-12-23","6000000","104","[{'iso_639_1':'en','name':'English'}]","Released","Ever See a Four-Sided Triangle?","The Grass Is Greener","false","6.2","40" +"false","/qKeyO9gXaaK0g87tvvqOPK1siwc.jpg","null","19000000","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","9340","tt0089218","en","The Goonies","A young teenager named Mikey Walsh finds an old treasure map in his father's attic. Hoping to save their homes from demolition, Mikey and his friends Data Wang, Chunk Cohen, and Mouth Devereaux run off on a big quest to find the secret stash of Pirate One-Eyed Willie.","12.283","/bZUbpjwnarSHJK40W9sGpyedWhx.jpg","[{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-06-07","61503218","114","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'cn','name':'????????? / ?????????'}]","Released","The pirates map, The villainous crooks, The underground caverns, The booby traps, The skeletons, The monster, The lost treasure, and the magic that is... THE GOONIES.","The Goonies","false","7.5","2729" +"false","/xGC2fY5KFmtuXnsuQwYQKFOLZFy.jpg","{'id':48317,'name':'The Man With No Name Collection','poster_path':'/2WXES6zvf5LEUMEfi0BXmtXIOUl.jpg','backdrop_path':'/uAkE1MAvFUiYjOllgDRndispKu3.jpg'}","1200000","[{'id':37,'name':'Western'}]","http://www.mgm.com/#/our-titles/766/The-Good,-the-Bad-and-the-Ugly","429","tt0060196","it","Il buono, il brutto, il cattivo","While the Civil War rages between the Union and the Confederacy, three men ??? a quiet loner, a ruthless hit man and a Mexican bandit ??? comb the American Southwest in search of a strongbox containing $200,000 in stolen gold.","19.157","/wfPHdfofBD5PN96dV96a51B3Ja2.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':5755,'logo_path':'/53JWq1rzbAXzbh1rnFo3XdqsAUh.png','name':'Constantin Film Produktion','origin_country':''},{'id':7508,'logo_path':null,'name':'Produzioni Europee Associati (PEA)','origin_country':''},{'id':42498,'logo_path':null,'name':'Arturo Gonz??lez Producciones Cinematogr??ficas S.A.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'DE','name':'Germany'}]","1966-12-23","25100000","161","[{'iso_639_1':'it','name':'Italiano'}]","Released","For three men the Civil War wasn't hell. It was practice.","The Good, the Bad and the Ugly","false","8.4","3864" +"false","/lUbst5qINYbuHp5o9fsevu5wrFq.jpg","null","3200000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","39037","tt1247662","en","The Good Guy","Ambitious young Manhattanite and urban conservationist Beth wants it all: a good job, good friends, and a good guy to share the city with. Of course that last one is often the trickiest of all. Beth falls hard for Tommy, a sexy, young Wall Street hot-shot. But just as everything seems to be falling into place, complications arise in the form of Tommy's sensitive and handsome co-worker Daniel. Beth soon learns that the game of love in the big city is a lot like Wall Street -- high risk, high reward and everybody has an angle.","5.581","/oEyViPQkM5RwVC5gfmAD9pQcK7y.jpg","[{'id':26127,'logo_path':null,'name':'Whitest Pouring Films','origin_country':''},{'id':2341,'logo_path':null,'name':'Belladonna Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-04-25","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","The Good Guy","false","5.6","88" +"false","/m5eYy0SY33hLnxWAdrILJddTi49.jpg","null","923000","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","962","tt0015864","en","The Gold Rush","A lone prospector ventures into Alaska looking for gold. He gets mixed up with some burly characters and falls in love with the beautiful Georgia. He tries to win her heart with his singular charm.","8.132","/eQRFo1qwRREYwj47Yoe1PisgOle.jpg","[{'id':1315,'logo_path':null,'name':'Charles Chaplin Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1925-06-25","2500000","95","[{'iso_639_1':'xx','name':'No Language'}]","Released","The World's Greatest Laughing Picture!","The Gold Rush","false","8","581" +"false","/3qvtPTzdeV5cJFBpJO56KFAkF4d.jpg","null","85000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':36,'name':'History'}]","http://www.thegoodshepherdmovie.com/","1247","tt0343737","en","The Good Shepherd","Edward Wilson, the only witness to his father's suicide and member of the Skull and Bones Society while a student at Yale, is a morally upright young man who values honor and discretion, qualities that help him to be recruited for a career in the newly founded OSS. His dedication to his work does not come without a price though, leading him to sacrifice his ideals and eventually his family.","8.844","/s2RYkRXrjUIyOlmzym37kpLTKRz.jpg","[{'id':10210,'logo_path':null,'name':'Morgan Creek Productions','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':70,'logo_path':'/ueaENQkPcy8rlr5fGZVBXKOhlBh.png','name':'American Zoetrope','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-12-11","59908565","167","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'ln','name':''}]","Released","The untold story of the most powerful covert agency in the world.","The Good Shepherd","false","6.4","524" +"false","/qUDa6F6qDp6zcQcw3yuR6Ysc77d.jpg","null","180000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'}]","http://www.goldencompassmovie.com/index_german.html","2268","tt0385752","en","The Golden Compass","After overhearing a shocking secret, precocious orphan Lyra Belacqua trades her carefree existence roaming the halls of Jordan College for an otherworldly adventure in the far North, unaware that it's part of her destiny.","16.746","/97dPFOvgUb5Q8LjRNt8u6lbJSfp.jpg","[{'id':1473,'logo_path':null,'name':'Depth of Field','origin_country':'US'},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':289,'logo_path':null,'name':'Ingenious Film Partners','origin_country':''},{'id':1938,'logo_path':null,'name':'Scholastic Productions','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2007-12-04","372234864","113","[{'iso_639_1':'is','name':'??slenska'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","There are worlds beyond our own - the compass will show the way.","The Golden Compass","false","5.9","2490" +"false","/dEuqTwwhfvk66jUKQa7bMqM5Cf7.jpg","{'id':230,'name':'The Godfather Collection','poster_path':'/sSbkKCHtIEakht5rnEjrWeR2LLG.jpg','backdrop_path':'/3WZTxpgscsmoUk81TuECXdFOD0R.jpg'}","54000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.imdb.com/title/tt0099674/","242","tt0099674","en","The Godfather: Part III","In the midst of trying to legitimize his business dealings in 1979 New York and Italy, aging mafia don, Michael Corleone seeks forgiveness for his sins while taking a young protege under his wing.","11.734","/1hdm3Axw9LjITbApvAXBbqO58zE.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'US','name':'United States of America'}]","1990-12-24","136766062","162","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'la','name':'Latin'}]","Released","All the power on earth can't change destiny.","The Godfather: Part III","false","7.3","2757" +"false","/5FPUoQtnNC0C0YZ7sUeTLq6eZqa.jpg","null","30000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","120467","tt2278388","en","The Grand Budapest Hotel","The Grand Budapest Hotel tells of a legendary concierge at a famous European hotel between the wars and his friendship with a young employee who becomes his trusted prot??g??. The story involves the theft and recovery of a priceless Renaissance painting, the battle for an enormous family fortune and the slow and then sudden upheavals that transformed Europe during the first half of the 20th century.","19.021","/nX5XotM9yprCKarRH4fzOq1VM1J.jpg","[{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'},{'id':258,'logo_path':null,'name':'Scott Rudin Productions','origin_country':'US'},{'id':264,'logo_path':'/fA90qwUKgPhMONqtwY60GaHRyrW.png','name':'Studio Babelsberg','origin_country':'DE'},{'id':9350,'logo_path':'/xz60JVoUHpOeg1cJbxzMJiwbuL7.png','name':'Indian Paintbrush','origin_country':'US'},{'id':22213,'logo_path':'/qx9K6bFWJupwde0xQDwOvXkOaL8.png','name':'TSG Entertainment','origin_country':'US'},{'id':23449,'logo_path':null,'name':'American Empirical Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'DE','name':'Germany'}]","2014-02-26","174600318","99","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","A perfect holiday without leaving home.","The Grand Budapest Hotel","false","8","7764" +"false","/aA4wSPa55YnW8Z8t6RRKF1fdCNt.jpg","null","0","[{'id':18,'name':'Drama'}]","","250538","tt2652092","en","The Good Lie","A young refugee of the Sudanese Civil War who wins a lottery for relocation to the United States with three other lost boys. Encountering the modern world for the first time, they develop an unlikely friendship with a brash American woman assigned to help them, but the young man struggles to adjust to this new life and his feelings of guilt about the brother he left behind.","6.12","/uTBubhbaq3wt4i3QYEwXc99Uk46.jpg","[{'id':33680,'logo_path':null,'name':'Blue Sky Films','origin_country':''},{'id':1088,'logo_path':'/9WOE5AQUXbOtLU6GTwfjS8OMF0v.png','name':'Alcon Entertainment','origin_country':'US'},{'id':33681,'logo_path':'/dHx2nsV9AC7IBlKN2dk1FDImvOz.png','name':'Black Label Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-06-27","0","110","[{'iso_639_1':'en','name':'English'}]","Released","Miracles are made by people who refuse to stop believing.","The Good Lie","false","7.4","283" +"false","/hI1EeVHJgyNmtsqEX6MUH1GTDtF.jpg","null","0","[{'id':12,'name':'Adventure'}]","","101030","tt0045828","de","The Golden Blade","Harum is a fearless man of the people who comes to Bagdad to avenge the murder of his father and meets Krairuzan, a princess disguised as a commoner, working against a plot by a band of evil schemers trying to do away with her father, the Caliph. She gives Harum a golden sword which, in his hands, makes him invincible. Harum uses the sword in the name of justice and is doing quite well until a duplicate sword is placed in his scabbard during one of his off-guard moments, and he winds up in chains.","1.541","/6hSZZ3Agf6XIy3cD2CAAwM0y3KA.jpg","[{'id':10330,'logo_path':'/nY62adzeba5GVK8LJYD6yd9R8H4.png','name':'Universal International Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1953-08-11","0","81","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","","The Golden Blade","false","6.6","11" +"false","/gLbBRyS7MBrmVUNce91Hmx9vzqI.jpg","{'id':230,'name':'The Godfather Collection','poster_path':'/sSbkKCHtIEakht5rnEjrWeR2LLG.jpg','backdrop_path':'/3WZTxpgscsmoUk81TuECXdFOD0R.jpg'}","13000000","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","","240","tt0071562","en","The Godfather: Part II","In the continuing saga of the Corleone crime family, a young Vito Corleone grows up in Sicily and in 1910s New York. In the 1950s, Michael Corleone attempts to expand the family business into Las Vegas, Hollywood and Cuba.","18.594","/bVq65huQ8vHDd1a4Z37QtuyEvpA.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':536,'logo_path':null,'name':'The Coppola Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1974-12-20","102600000","202","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'la','name':'Latin'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","I don't feel I have to wipe everybody out, Tom. Just my enemies.","The Godfather: Part II","false","8.5","5626" +"false","/6xKCYgH16UuwEGAyroLU6p8HLIn.jpg","{'id':230,'name':'The Godfather Collection','poster_path':'/sSbkKCHtIEakht5rnEjrWeR2LLG.jpg','backdrop_path':'/3WZTxpgscsmoUk81TuECXdFOD0R.jpg'}","6000000","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","http://www.thegodfather.com/","238","tt0068646","en","The Godfather","Spanning the years 1945 to 1955, a chronicle of the fictional Italian-American Corleone crime family. When organized crime family patriarch, Vito Corleone barely survives an attempt on his life, his youngest son, Michael steps in to take care of the would-be killers, launching a campaign of bloody revenge.","31.828","/rPdtLWNsZmAtoZl9PK7S2wE3qiS.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':10211,'logo_path':null,'name':'Alfran Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1972-03-14","245066411","175","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'la','name':'Latin'}]","Released","An offer you can't refuse.","The Godfather","false","8.6","9650" +"false","/qejJ5JuHPpjNZ5z9eOa3KLZWUxw.jpg","null","0","[{'id':36,'name':'History'},{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","","17729","tt0047030","en","The Glenn Miller Story","A vibrant tribute to one of America's legendary bandleaders, charting Glenn Miller's rise from obscurity and poverty to fame and wealth in the early 1940s.","3.199","/5lGSfdv770m7tLf9FO6vLF28HE6.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1954-01-08","0","115","[{'iso_639_1':'en','name':'English'}]","Released","Their Love Made Such Wonderful Music!","The Glenn Miller Story","false","6.8","59" +"false","/iX87PLg7PgTCxwK4TSoDAWwRxnx.jpg","null","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","72031","tt0109906","en","The Glass Shield","J.J. is a rookie in the Sheriff's Department and the first black officer at that station. Racial tensions run high in the department as some of J.J.'s fellow officers resent his presence. His only real friend is the other new trooper, the first female officer to work there, who also suffers similar discrimination in the otherwise all-white male work environment. When J.J. becomes increasingly aware of police corruption during the murder trial of Teddy Woods, whom he helped to arrest, he faces difficult decisions and puts himself into grave personal danger in the service of justice.","2.251","/6wFQuUE6dehsU8XQqYF1jZHRuUa.jpg","[{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'FR','name':'France'}]","1994-09-16","0","109","[{'iso_639_1':'en','name':'English'}]","Released","In a world filled with violence... his only weapon is the truth!","The Glass Shield","false","5.2","13" +"false","/qqK1tYQieFylsbtYtHLs9CI48IY.jpg","null","25000000","[{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'}]","http://thegiverfilm.com/","227156","tt0435651","en","The Giver","In a seemingly perfect community, without war, pain, suffering, differences or choice, a young boy is chosen to learn from an elderly man about the true pain and pleasure of the ""real"" world.","11.308","/pBId6jhii1vP2CShtrGLB3SuKhc.jpg","[{'id':308,'logo_path':'/e8F3mQM7DkJ5SfYYDp8FYzPBOGX.png','name':'The Weinstein Company','origin_country':'US'},{'id':53464,'logo_path':null,'name':'Asis Productions','origin_country':''},{'id':17145,'logo_path':null,'name':'Tonik Productions','origin_country':''},{'id':10221,'logo_path':'/99VfWRgKasZoyK9UVB39gnYvFrZ.png','name':'Walden Media','origin_country':'US'},{'id':12005,'logo_path':null,'name':'Yucaipa Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-08-11","66980456","94","[{'iso_639_1':'en','name':'English'}]","Released","Search for truth. Find freedom.","The Giver","false","6.5","2972" +"false","/1fk2xS5hRkblBuag5JXZkmE8pg6.jpg","{'id':575987,'name':'The Girl - Millennium Collection','poster_path':'/eZEAiTIF3DrnWdDLz25ibINs5iJ.jpg','backdrop_path':'/mXWbLzegIKw8ieicXahH7o4lFKi.jpg'}","90000000","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'},{'id':18,'name':'Drama'}]","http://dragontattoo.com/","65754","tt1568346","en","The Girl with the Dragon Tattoo","This English-language adaptation of the Swedish novel by Stieg Larsson follows a disgraced journalist, Mikael Blomkvist, as he investigates the disappearance of a weary patriarch's niece from 40 years ago. He is aided by the pierced, tattooed, punk computer hacker named Lisbeth Salander. As they work together in the investigation, Blomkvist and Salander uncover immense corruption beyond anything they have ever imagined.","15.946","/voxRWFTtagLiqnJQs9tWQLB0MN.jpg","[{'id':47479,'logo_path':null,'name':'Ground Control','origin_country':'NO'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':258,'logo_path':null,'name':'Scott Rudin Productions','origin_country':'US'},{'id':8083,'logo_path':null,'name':'Film Rites','origin_country':'US'},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'},{'id':5746,'logo_path':'/sWgSj9muRStENKBoIoaDK6OZmDu.png','name':'Yellow Bird','origin_country':'SE'}]","[{'iso_3166_1':'NO','name':'Norway'},{'iso_3166_1':'SE','name':'Sweden'},{'iso_3166_1':'US','name':'United States of America'}]","2011-12-14","232617430","158","[{'iso_639_1':'en','name':'English'}]","Released","Evil shall with evil be expelled.","The Girl with the Dragon Tattoo","false","7.3","3827" +"false","/tDqlntuks32YxTKJCnpO20pYvbS.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':10749,'name':'Romance'},{'id':80,'name':'Crime'}]","","2762","tt0029811","en","Young and Innocent","Robert Tisdall finds on the beach the corpse of a woman. Unfortunately, due to a misunderstanding he is believed to be the murderer, so he flees, despite his innocence. In his desperate attempt to prove that he is not the culprit, he will only count on the help of a young girl.","4.632","/8teH96d4Hcg1BWwCePXcuHrcYxw.jpg","[{'id':4978,'logo_path':null,'name':'Gaumont British Picture Corporation','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1937-11-01","0","83","[{'iso_639_1':'en','name':'English'}]","Released","A romantic murder-mystery drama!","Young and Innocent","false","6.8","68" +"false","/uPLe50Gi6h1nxHucIherq0kTqoY.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","10591","tt0265208","en","The Girl Next Door","Exceptionally ambitious high schooler Matthew has aspirations for a career in politics when he falls in love with his gorgeous 19-year-old neighbor, Danielle. But Matthew's bright future is jeopardized when he finds Danielle was once a porn star. As Danielle's past catches up with her, Matthew's love for her forces him to re-evaluate his goals.","13.371","/lWybRfPlUCKKOaYFSjY67pNhkxa.jpg","[{'id':1171,'logo_path':null,'name':'Epsilon Motion Pictures','origin_country':'CH'},{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':10104,'logo_path':'/hNuGhsKVlmhnwSRcmOejDBDjh6w.png','name':'New Regency Pictures','origin_country':'US'},{'id':49241,'logo_path':null,'name':'Daybreak','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-04-09","31635150","110","[{'iso_639_1':'en','name':'English'}]","Released","Matt never saw her coming... but all his friends had!","The Girl Next Door","false","6.4","1438" +"false","/17DPnjwKCVZKWwHAtGUt6XeO1MB.jpg","null","10000000","[{'id':27,'name':'Horror'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","2046","tt0219699","en","The Gift","When a local woman disappears and the police can't seem to find any leads, her father turns to a poor young woman with psychic powers. Slowly she starts having visions of the woman chained and in a pond. Her visions lead to the body and the arrest of an abusive husband, but did he really do it?","7.597","/mC66QbJk1PbUrVMu3kh14adLpQl.jpg","[{'id':126,'logo_path':'/kADPanRDkKTxncPXXVahvHPUvCj.png','name':'Lakeshore Entertainment','origin_country':'US'},{'id':11462,'logo_path':'/7ZymELJwuWR4k5p0oeZ3d3WAhO3.png','name':'Alphaville Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-12-22","12008642","111","[{'iso_639_1':'en','name':'English'}]","Released","The only witness to the crime was not even there.","The Gift","false","6.5","499" +"false","/pGvaSHkfVsO0nDnNOQceA06KkKP.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","100046","tt1769363","en","The Giant Mechanical Man","An offbeat romantic comedy about a silver-painted street performer and the soft spoken zoo worker who falls for him.","4.546","/r9K2kmLrm2gIJuUPO6VamakgvDE.jpg","[]","[]","2012-04-27","0","94","[{'iso_639_1':'en','name':'English'}]","Released","","The Giant Mechanical Man","false","6.3","69" +"false","/rgi3ykaqwcC8s4FiQ8QEhdvk662.jpg","null","45000000","[{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","11439","tt1139328","en","The Ghost Writer","A writer stumbles upon a long-hidden secret when he agrees to help former British Prime Minister Adam Lang complete his memoirs on a remote island after the politician's assistant drowns in a mysterious accident. In director Roman Polanski's tense drama, the author realizes that his discovery threatens some very powerful people who will do anything to ensure that certain episodes from Lang's past remain buried.","7.835","/p4HtT6IHPAVg8usYdyv8gZN8Qbm.jpg","[{'id':355,'logo_path':null,'name':'R.P. Productions','origin_country':'FR'},{'id':264,'logo_path':'/fA90qwUKgPhMONqtwY60GaHRyrW.png','name':'Studio Babelsberg','origin_country':'DE'},{'id':265,'logo_path':null,'name':'Runteam','origin_country':'GB'},{'id':83,'logo_path':'/9OQ0rm55xtlgX7KcAKMUePJSrQc.png','name':'France 2 Cin??ma','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2010-02-12","60222298","128","[{'iso_639_1':'en','name':'English'}]","Released","Read between the lies.","The Ghost Writer","false","6.8","1100" +"false","/7g8JUzwESKfhWspI4JA1U9EXG86.jpg","null","3352254","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","5916","tt0068638","en","The Getaway","A recently released ex-con and his loyal wife go on the run after a heist goes awry.","5.769","/7KOC8DferBKJI3n6RHuthDG0fDp.jpg","[{'id':93222,'logo_path':null,'name':'Foster-Brower Productions','origin_country':''},{'id':4376,'logo_path':null,'name':'First Artists','origin_country':''},{'id':599,'logo_path':null,'name':'Solar Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1972-12-13","58831997","122","[{'iso_639_1':'en','name':'English'}]","Released","It takes two to make it ... The big two.","The Getaway","false","7.1","214" +"false","/7QSm8b79BWB9x71CxXglyvgjcLu.jpg","null","10000000","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","13333","tt0077594","cn","????????????","A martial arts movie star must fake his death to find the people who are trying to kill him.","11.335","/xXZHuTg6qtxWbbXAbTZsEqhpL3.jpg","[{'id':2521,'logo_path':null,'name':'Orange Sky Golden Harvest','origin_country':'HK'},{'id':3526,'logo_path':null,'name':'Concord Productions Inc.','origin_country':''}]","[{'iso_3166_1':'HK','name':'Hong Kong'},{'iso_3166_1':'US','name':'United States of America'}]","1978-03-23","0","94","[{'iso_639_1':'cn','name':'????????? / ?????????'},{'iso_639_1':'en','name':'English'}]","Released","Bruce Lee challenges the underworld to a Game of Death.","Game of Death","false","6.3","241" +"false","/qmeLOI0Dkb49yZARVFT2Vqc9bf5.jpg","null","50000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","2649","tt0119174","en","The Game","In honor of his birthday, San Francisco banker Nicholas Van Orton, a financial genius and a coldhearted loner, receives an unusual present from his younger brother, Conrad -- a gift certificate to play a unique kind of game. In nearly a nanosecond, Nicholas finds himself consumed by a dangerous set of ever-changing rules, unable to distinguish where the charade ends and reality begins.","14.287","/4b7QXyDJsDFXrwVHUNlrmezCZJC.jpg","[{'id':1382,'logo_path':'/sOg7LGESPH5vCTOIdbMhLuypoLL.png','name':'PolyGram Filmed Entertainment','origin_country':'US'},{'id':10164,'logo_path':null,'name':'Popaganda Films','origin_country':''},{'id':1519,'logo_path':null,'name':'A&B Produ????es','origin_country':'PT'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-09-12","109423648","129","[{'iso_639_1':'cn','name':'????????? / ?????????'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","What do you get for the man who has everything?","The Game","false","7.6","2800" +"false","/1RJPQF39moa25GeB02Q5P9TxRQf.jpg","null","25000000","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","http://www.thegamblermovie.com/","284536","tt2039393","en","The Gambler","Literature professor Jim Bennett leads a secret life as a high-stakes gambler. Always a risk-taker, Bennett bets it all when he borrows from a gangster and offers his own life as collateral. Staying one step ahead, he pits his creditor against the operator of an illicit gambling ring while garnering the attention of Frank, a paternalistic loan shark. As his relationship with a student deepens, Bennett must risk everything for a second chance.","7.88","/sB03tHmWpIU9oKo4axwOJUf57qV.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':8537,'logo_path':null,'name':'Closest to the Hole Productions','origin_country':'US'},{'id':8536,'logo_path':null,'name':'Leverage','origin_country':'US'},{'id':8880,'logo_path':'/fE7LBw7Jz8R29EABFGCvWNriZxN.png','name':'Winkler Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-12-25","39171130","111","[{'iso_639_1':'en','name':'English'}]","Released","The only way out is all in","The Gambler","false","5.8","761" +"false","/3b8GIGYA3UugEkDj7LT6VVXgm4i.jpg","null","5500000","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","12611","tt0077588","en","The Fury","A government agent is determined to come to his son's rescue, when a sinister official kidnaps him to harness his extremely powerful psychic abilities.","7.909","/u23CCG87bWtpnPuSLMWpLkdK75H.jpg","[{'id':4988,'logo_path':null,'name':'Frank Yablans Presentations','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1978-03-10","24000000","118","[{'iso_639_1':'en','name':'English'}]","Released","An experience in terror and suspense.","The Fury","false","6.2","120" +"false","/fFiGUW0Gx2alOG1nQe8W8oooEeW.jpg","{'id':211860,'name':'Mountain Family Robinson Collection','poster_path':'/qClx7Wguu4lVdhF3FqPYyGcqdi2.jpg','backdrop_path':null}","0","[{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'}]","","52485","tt0077587","en","Further Adventures of the Wilderness Family","The Wilderness Family now face terrifying times in fierce winter storms, an avalanche, and being attacked by a ferocious pack of hungry wolves. Watch as America's favorite family stands strong together to prove that the best things in life are really free.","0.6","/zX0ijLyGSCnLh68AcwwxjxzWIqj.jpg","[{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1978-11-15","0","105","[{'iso_639_1':'en','name':'English'}]","Released","The true story of a modern pioneer family who turned their backs on civilization...never to return.","Further Adventures of the Wilderness Family","false","5.7","6" +"false","/mAaSPfGA4ixiKSXYydNpbwZswi6.jpg","null","3500000","[{'id':35,'name':'Comedy'}]","","9427","tt0119164","en","The Full Monty","Sheffield, England. Gaz, a jobless steelworker in need of quick cash persuades his mates to bare it all in a one-night-only strip show.","9.446","/xkMiZv2FPrhIAtxvEcN1jAbkHRY.jpg","[{'id':8764,'logo_path':null,'name':'Redwave Films','origin_country':''},{'id':181,'logo_path':null,'name':'Channel Four Films','origin_country':'GB'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1997-08-13","257850122","91","[{'iso_639_1':'en','name':'English'}]","Released","The year's most revealing comedy.","The Full Monty","false","7","746" +"false","/ezrXYtsPg1hpSk0wXG8zUIIMqMA.jpg","null","27220000","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","199373","tt2005374","en","The Frozen Ground","An Alaska State Trooper partners with a young woman who escaped the clutches of serial killer Robert Hansen to bring the murderer to justice. Based on actual events.","8.389","/2bD6kKCqzsHdcDRxfpMJjSHQmey.jpg","[{'id':27993,'logo_path':null,'name':'Picture Perfect Corporation','origin_country':''},{'id':3604,'logo_path':'/jC6Hk3ZyNRlVPJsA0xGlAhgd2RP.png','name':'Grindstone Entertainment Group','origin_country':'US'},{'id':10405,'logo_path':null,'name':'Emmett/Furla Films','origin_country':'US'},{'id':5830,'logo_path':null,'name':'Cheetah Vision','origin_country':''},{'id':30023,'logo_path':null,'name':'Court Five','origin_country':''},{'id':31833,'logo_path':null,'name':'Valentina Films','origin_country':''},{'id':6715,'logo_path':null,'name':'K5 International','origin_country':'DE'},{'id':6819,'logo_path':null,'name':'Paradox Entertainment','origin_country':''},{'id':11030,'logo_path':null,'name':'Envision Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-07-18","5496951","105","[{'iso_639_1':'en','name':'English'}]","Released","The hunter becomes the hunted","The Frozen Ground","false","6.3","745" +"false","/63fKJu7hH6lHE7nGzCDlJYOLxwT.jpg","null","4000000","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","987","tt0071524","en","The Front Page","A journalist suffering from burn-out wants to finally say goodbye to his office ??? but his boss doesn???t like the idea one bit.","6.458","/r4RtbJk8wVyZ1yk6yBZjzGD4ANU.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1974-12-01","0","105","[{'iso_639_1':'en','name':'English'}]","Released","They'd do anything for a story???and do.","The Front Page","false","7.2","111" +"false","/gtlFcHIj8TWYGJErsYyiyjTPlIZ.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","25680","tt0070077","en","The Friends of Eddie Coyle","As a small time hood Eddie is about to go back to jail. In order to escape this fate he deals information on stolen guns to the feds. Simultaneously he is supplying arms to his bank robbing/kidnapping hoodlum chums.","3.319","/b9Asm0okdbPt4MRhcre4d0ownx.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1973-06-26","0","102","[{'iso_639_1':'en','name':'English'}]","Released","It's a grubby, violent, dangerous world. But it's the only world they know. And they're the only friends Eddie has.","The Friends of Eddie Coyle","false","7.6","58" +"false","/qnXHb2wabV8zETsVo3YmdkCgXXt.jpg","null","10000000","[{'id':9648,'name':'Mystery'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","http://www.thefourthkind.net/","22824","tt1220198","en","The Fourth Kind","Since the 1960s, a disproportionate number of the population in and around Nome, Alaska, have gone missing. Despite FBI investigations, the disappearances remain a mystery. Dr. Abigail Tyler, a psychologist, may be on the verge of blowing the unsolved cases wide open when, during the course of treating her patients, she finds evidence of alien abductions.","7.112","/usUYAvVCiGZ4YlX3xBS8fLzjtiO.jpg","[{'id':63903,'logo_path':null,'name':'Fourth Kind Productions','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':12026,'logo_path':null,'name':'Gold Circle Films','origin_country':'US'},{'id':12234,'logo_path':null,'name':'Chambara Pictures','origin_country':''},{'id':26082,'logo_path':null,'name':'Dead Crow Productions','origin_country':''},{'id':859,'logo_path':'/wK6ssskf1QaGp057lSYb6fa3Nwc.png','name':'Saga Film','origin_country':'BE'},{'id':10146,'logo_path':'/xnFIOeq5cKw09kCWqV7foWDe4AA.png','name':'Focus Features','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-11-06","47709193","98","[{'iso_639_1':'en','name':'English'}]","Released","There are four kinds of alien encounters. The fourth kind is abduction.","The Fourth Kind","false","5.9","749" +"false","/nSLtlPuJ0qy41bI1V5wF4bDf55Z.jpg","null","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","42245","tt0074540","en","The Food of the Gods","Morgan and his friends are on a hunting trip on a remote Canadian island when they are attacked by a swarm of giant wasps. Looking for help, Morgan stumbles across a barn inhabited by an enormous killer chicken. After doing some exploring, they discover the entire island is crawling with animals that have somehow grown to giant size. The most dangerous of all of these, however, are the rats, who are mobilizing to do battle with the human intruders.","3.478","/4Xy69IdK1MPwZdudHpPHdcYbDr4.jpg","[{'id':9266,'logo_path':null,'name':'American International Pictures (AIP)','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1976-06-18","0","88","[{'iso_639_1':'en','name':'English'}]","Released","Welcome to the Bottom of the Food Chain!","The Food of the Gods","false","4.6","38" +"false","/jPXJxQE64xP8TArB8BTLfGdR41l.jpg","null","1000000","[{'id':27,'name':'Horror'}]","http://www.theofficialjohncarpenter.com/the-fog/","790","tt0080749","en","The Fog","Strange things begin to occurs as a tiny California coastal town prepares to commemorate its centenary. Inanimate objects spring eerily to life; Rev. Malone stumbles upon a dark secret about the town's founding; radio announcer Stevie witnesses a mystical fire; and hitchhiker Elizabeth discovers the mutilated corpse of a fisherman. Then a mysterious iridescent fog descends upon the village, and more people start to die.","8.172","/u9wAIHya0BHJvGJh3mBPr010U7C.jpg","[{'id':494,'logo_path':null,'name':'AVCO Embassy Pictures','origin_country':'US'},{'id':495,'logo_path':null,'name':'EDI','origin_country':''},{'id':498,'logo_path':null,'name':'Debra Hill Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1980-02-08","21378361","89","[{'iso_639_1':'en','name':'English'}]","Released","Lock your doors. Bolt your windows. There's something in THE FOG!","The Fog","false","6.5","560" +"false","/vbWvWqZJiEiffj8xag0owDExRVg.jpg","{'id':351684,'name':'The Flintstones (Live-Action) Collection','poster_path':'/v70Luw2mGhib4s0Osw7Ux8rQgBt.jpg','backdrop_path':'/qD0rip0E8EcRcjCPcdu5wUknLZJ.jpg'}","46000000","[{'id':14,'name':'Fantasy'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","888","tt0109813","en","The Flintstones","Modern Stone Age family the Flintstones hit the big screen in this live-action version of the classic cartoon. Fred helps Barney adopt a child. Barney sees an opportunity to repay him when Slate Mining tests its employees to find a new executive. But no good deed goes unpunished.","10.296","/dnYXJZgstixBsOjF4JJrPCDRd2n.jpg","[{'id':1353,'logo_path':'/yXhCcOFK5Fy3ZBQwhBYx8Zu9ZIw.png','name':'Hanna-Barbera Productions','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-05-26","341631208","91","[{'iso_639_1':'en','name':'English'}]","Released","Yabba-Dabba-Doo!","The Flintstones","false","5.2","1124" +"false","/hPlzjKzbO8KuCerm1lOxDtUjlHD.jpg","{'id':155474,'name':'French Connection Collection','poster_path':'/zheN2WhCSS1M8rkjObQGr0dZdvZ.jpg','backdrop_path':'/islbdTICsxPE1c3YEFzEc9Wb46p.jpg'}","1800000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","1051","tt0067116","en","The French Connection","Tough narcotics detective 'Popeye' Doyle is in hot pursuit of a suave French drug dealer who may be the key to a huge heroin-smuggling operation.","11.573","/xwDi4wF0I1L5bSW08Y8GocDGjJP.jpg","[{'id':646,'logo_path':null,'name':'D'Antoni Productions','origin_country':''},{'id':73950,'logo_path':null,'name':'Schine-Moore Productions','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1971-10-09","41158757","104","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","There are no rules and no holds barred when Popeye cuts loose!","The French Connection","false","7.5","719" +"false","/jFKuLmv8oKQsqHJx8Zqs99EIxOj.jpg","null","15000000","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","255157","tt2376218","en","The Forger","A former child art prodigy and second generation petty thief arranges to buy his way out of prison to spend time with his ailing son, only to be forced to alter his plans and commit one more job for the man who financed his release.","6.742","/kDeZdsXON4TW6n6U1epw8f1vrIz.jpg","[{'id':33768,'logo_path':null,'name':'The Solution','origin_country':'US'},{'id':33769,'logo_path':null,'name':'Freedom Media','origin_country':''},{'id':14589,'logo_path':'/5WrEKsyGdTfT3T075EukSoIuxSU.png','name':'Code Entertainment','origin_country':'US'},{'id':33770,'logo_path':null,'name':'Siren Digital - Hollywood','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-09-10","0","95","[{'iso_639_1':'en','name':'English'}]","Released","Never too late for a final blow","The Forger","false","5.6","187" +"false","/nIvI9RhKlsyiNXSD4cKCFp1ekU3.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","","270672","tt2328490","en","The Formula","The story of Quinn and Graham, two engineering students who discover a mathematical formula to pick up women with ease.","1.028","/lBx8QLjHzdyuOzTnji5VT1dohIl.jpg","[{'id':41606,'logo_path':null,'name':'Backrow Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-04-15","0","90","[{'iso_639_1':'en','name':'English'}]","Released","They Did The Math So You Don't Have To","The Formula","false","4","8" +"false","/2TMCA4HYfTSJmTg61lpEYofbTxq.jpg","null","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","169865","tt2646378","en","The Frankenstein Theory","From the makers of The Last Exorcism comes a boldly original vision of horror. What if the most chilling novel of all time was actually based on a true account of a horrific experiment gone awry? When he is suspended from his university job for his outlandish ideas, Professor John Venkenheim leads a documentary film crew to the rim of the Arctic Circle in a desperate effort to vindicate his academic reputation. His theory: Mary Shelley's ghastly story, ""Frankenstein,"" is, in fact, a work of non-fiction disguised as fantasy. In the vast, frozen wilderness, Venkenheim and his team search for the legendary monster, a creature mired in mystery and drenched in blood. What they find is an unspeakable truth more terrifying than any fiction...a nightmare from which there is no waking.","2.038","/648gh0hKtbROuc9CrX0Yd5cDJu1.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-03-01","0","87","[{'iso_639_1':'en','name':'English'}]","Released","","The Frankenstein Theory","false","4.3","40" +"false","/AaDQV5YnNoX3hggCd3Nx7a5rTzp.jpg","null","0","[{'id':35,'name':'Comedy'}]","","256273","tt3532608","en","The Fluffy Movie","Stand-up comic Gabriel Iglesias delights audiences during his sold-out ""Unity Through Laughter"" tour, which spans more than 400 cities in 23 countries. During his set, Iglesias -- nicknamed ""Fluffy"" -- pounces on topics like communicating with his teenage son, struggling with his weight, performing his concert tour across India, and handling the reappearance of his father after a 30-year absence.","2.475","/6eC3K9eTaFJ8mg43UhZwuJ9ys9n.jpg","[{'id':10427,'logo_path':'/3u5sNgPRbba0ND3SUMXPTT7On9h.png','name':'Open Road Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-07-25","0","101","[{'iso_639_1':'en','name':'English'}]","Released","Experience a comic phenomenon like you've never seen before.","The Fluffy Movie","false","6.8","65" +"false","/owoPx8ldvh07NZBy5wG0UTY0Uuj.jpg","null","55000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'}]","http://www.forbiddenkingdommovie.com/","1729","tt0865556","en","The Forbidden Kingdom","An American teenager who is obsessed with Hong Kong cinema and kung-fu classics makes an extraordinary discovery in a Chinatown pawnshop: the legendary stick weapon of the Chinese sage and warrior, the Monkey King. With the lost relic in hand, the teenager unexpectedly finds himself travelling back to ancient China to join a crew of warriors from martial arts lore on a dangerous quest to free the imprisoned Monkey King.","10.722","/4jTVS5uij49cqzLKXjaQywIp7cV.jpg","[{'id':877,'logo_path':null,'name':'Casey Silver Productions','origin_country':''},{'id':2269,'logo_path':null,'name':'China Film Co-Production Corporation','origin_country':''},{'id':3393,'logo_path':null,'name':'Huayi Brothers','origin_country':'HK'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'}]","[{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'US','name':'United States of America'}]","2008-04-18","127906624","104","[{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'en','name':'English'}]","Released","The battle for eternity is the fantasy of a lifetime.","The Forbidden Kingdom","false","6.4","762" +"false","/kUGJWvouKUnbV3ruAl7TrSDiMU7.jpg","null","35000000","[{'id':18,'name':'Drama'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'},{'id':10749,'name':'Romance'}]","http://thefountainmovie.warnerbros.com/","1381","tt0414993","en","The Fountain","Spanning over one thousand years, and three parallel stories, The Fountain is a story of love, death, spirituality, and the fragility of our existence in this world.","10.068","/lGIJvQ8ZQazOHVAA0E34yIy7gxv.jpg","[{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':7503,'logo_path':'/3K8wbNkTn7O4wX89ucnp1ZYR1XF.png','name':'Protozoa Pictures','origin_country':'US'},{'id':10104,'logo_path':'/hNuGhsKVlmhnwSRcmOejDBDjh6w.png','name':'New Regency Pictures','origin_country':'US'},{'id':6438,'logo_path':'/hQVRii7CRnfG0rowSEc6ibt2Pke.png','name':'Muse Entertainment','origin_country':'CA'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2006-09-06","15304890","96","[{'iso_639_1':'en','name':'English'}]","Released","Death is the road to awe","The Fountain","false","6.9","1401" +"false","/fAbDSD1wMTLbM5ANAUBFKeCJkxO.jpg","{'id':109609,'name':'The Fly (1986) Collection','poster_path':'/r6mRcDV2MIbDQ79JpeGls5DnDfr.jpg','backdrop_path':'/6nU5cC8qaVO3hzSMDMJp4HCFwDA.jpg'}","15000000","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","9426","tt0091064","en","The Fly","When Seth Brundle makes a huge scientific and technological breakthrough in teleportation, he decides to test it on himself. Unbeknownst to him, a common housefly manages to get inside the device and the two become one.","10.372","/q49tjSe3O152t9QVwaradePGu7W.jpg","[{'id':396,'logo_path':null,'name':'SLM Production Group','origin_country':'US'},{'id':5612,'logo_path':null,'name':'Brooksfilms','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1986-08-15","60629159","96","[{'iso_639_1':'en','name':'English'}]","Released","Be afraid. Be very afraid.","The Fly","false","7.2","1871" +"false","/A5QzvRYQwbVTpvP3nauE5ZDvbV3.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","84199","tt1763303","en","The First Time","Dave, a high school senior, spends most of his time pining away over a girl he can???t have. Aubrey, a junior with artistic aspirations, has a hot boyfriend who doesn???t quite understand her or seem to care. Although they go to different schools, Dave and Aubrey find themselves at the same party. When both head outside to get some air, they meet. A casual conversation sparks an instant connection, and, over the course of a weekend, things turn magical, romantic, complicated, and funny as Aubrey and Dave discover what it's like to fall in love for the first time.","10.178","/snjMdf7vmpM5fQT5IWLKORmO4PA.jpg","[{'id':769,'logo_path':null,'name':'Destination Films','origin_country':''},{'id':9118,'logo_path':'/9o6KLcDBRw3fNItUflJVwj8dZpC.png','name':'Samuel Goldwyn Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-10-19","22836","95","[{'iso_639_1':'en','name':'English'}]","Released","Nervous is normal.","The First Time","false","7","1360" +"false","/fBOs1E9C2XeZo32Os9sAJm1xiAd.jpg","null","42000000","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","37233","tt0106918","en","The Firm","Mitch McDeere is a young man with a promising future in Law. About to sit his Bar exam, he is approached by 'The Firm' and made an offer he doesn't refuse. Seduced by the money and gifts showered on him, he is totally oblivious to the more sinister side of his company. Then, two Associates are murdered. The FBI contact him, asking him for information and suddenly his life is ruined. He has a choice - work with the FBI, or stay with the Firm. Either way he will lose his life as he knows it. Mitch figures the only way out is to follow his own plan...","12.756","/2yKjIGzQF5mhG634MwG6oBTH1ce.jpg","[{'id':932,'logo_path':null,'name':'Mirage Enterprises','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':1302,'logo_path':'/kQZtJdyphCmq292iGDqlUx0yk2D.png','name':'Davis Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-06-30","270248367","154","[{'iso_639_1':'en','name':'English'}]","Released","Power can be murder to resist.","The Firm","false","6.7","832" +"false","/NV9FSiCEcnzuJFeSTm3JycufyD.jpg","null","30000000","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","http://www.thefiveyearengagementmovie.com/","72207","tt1195478","en","The Five-Year Engagement","Exactly one year after Tom meets Violet, he surprises her with a wedding ring. By all accounts, Tom and Violet are destined for their happily ever after. However, this engaged couple just keep getting tripped up on the long walk down the aisle.","8.65","/mnUhavveXHR2SH1OZD7bVWJpGcy.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':10105,'logo_path':'/bN4tiAS8oNlHhIqq66KBPQ1Ekqh.png','name':'Apatow Productions','origin_country':'US'},{'id':23876,'logo_path':null,'name':'Stoller Global Solutions','origin_country':''},{'id':1778,'logo_path':'/69xm6sF3JxugGVjfZfm1YY6d7EE.png','name':'Dentsu','origin_country':'JP'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-04-27","53909751","124","[{'iso_639_1':'en','name':'English'}]","Released","A comedy about the journey between popping the question and tying the knot.","The Five-Year Engagement","false","5.8","704" +"false","/s7BL1QkkGzX3af2ZxzVmeyuLfz4.jpg","null","12000000","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.theeyethefilm.com","9030","tt0406759","en","The Eye","Violinist Sydney Wells was accidentally blinded by her sister Helen when she was five years old. She submits to a cornea transplantation, and while recovering from the operation, she realizes that she is seeing dead people.","9.139","/iFeK07UppNGNtvooixF5lZudhWk.jpg","[{'id':838,'logo_path':'/tcW3UqV46Mdq6GyaS1ydEDocEDF.png','name':'Paramount Vantage','origin_country':'US'},{'id':4622,'logo_path':null,'name':'VN Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-02-01","56309766","98","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","How can you believe your eyes when they're not yours?","The Eye","false","5.5","473" +"false","/beI4Qf2VeHphkFvizKGl1LR5tZw.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","https://tribecafilm.com/tribecafilm/filmguide/fitzgerald-family-christm","127916","tt2331880","en","The Fitzgerald Family Christmas","The siblings of the Fitzgerald family must decide if the dad who abandoned them 20 years ago can come home for Christmas. Can the big Irish clan get past their grievances to be a family again?","2.492","/6YpOJNBkI2U8p0gigEgOXucHvaJ.jpg","[{'id':60919,'logo_path':null,'name':'Marlboro Road Gang Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-09-09","0","103","[{'iso_639_1':'en','name':'English'}]","Released","A time to share the spirit of the season.","The Fitzgerald Family Christmas","false","6.5","7" +"false","/k50StEyeSwlPg6k1sNkswDKp8JD.jpg","null","0","[{'id':18,'name':'Drama'}]","","101325","tt1368858","en","The Forger","While staying at a picturesque village, a teen encounters the underground world of art forgery.","4.707","/4PclX0u4l5gUHKrySCny4S2uz2n.jpg","[{'id':8333,'logo_path':null,'name':'Jetlag Productions','origin_country':''},{'id':33199,'logo_path':null,'name':'Bahr Productions Inc.','origin_country':''},{'id':38245,'logo_path':null,'name':'Experience Media Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-03-09","0","96","[{'iso_639_1':'en','name':'English'}]","Released","Love by design, Friendship by paint, Death by brush.","The Forger","false","6","70" +"false","/5ldMfEYNk0fea8QQ0mjyrksIr1M.jpg","{'id':126125,'name':'The Expendables Collection','poster_path':'/x0HDq725ccCUmFtEzYGemUKtraN.jpg','backdrop_path':'/lA7oDSt6LkyDqtbFGbyuG0afmTI.jpg'}","90000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'}]","http://theexpendables3film.com/","138103","tt2333784","en","The Expendables 3","Barney, Christmas and the rest of the team comes face-to-face with Conrad Stonebanks, who years ago co-founded The Expendables with Barney. Stonebanks subsequently became a ruthless arms trader and someone who Barney was forced to kill??? or so he thought. Stonebanks, who eluded death once before, now is making it his mission to end The Expendables -- but Barney has other plans. Barney decides that he has to fight old blood with new blood, and brings in a new era of Expendables team members, recruiting individuals who are younger, faster and more tech-savvy. The latest mission becomes a clash of classic old-school style versus high-tech expertise in the Expendables??? most personal battle yet.","19.726","/xczFwJhcCb2rUMylXam0Ni7Yn5o.jpg","[{'id':342,'logo_path':null,'name':'Davis-Films','origin_country':''},{'id':925,'logo_path':'/dIb9hjXNOkgxu4kBWdIdK8nM4w.png','name':'Nu Image','origin_country':'US'},{'id':28384,'logo_path':null,'name':'Ex3 Productions','origin_country':''},{'id':40822,'logo_path':null,'name':'Fipex Holding','origin_country':''},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':1020,'logo_path':'/kuUIHNwMec4dwOLghDhhZJzHZTd.png','name':'Millennium Films','origin_country':'US'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","2014-08-04","206172544","127","[{'iso_639_1':'en','name':'English'}]","Released","New team. New attitude. New mission.","The Expendables 3","false","6.1","2779" +"false","/x5u73uBylbyCCnkzUGzt3uozqRp.jpg","{'id':126125,'name':'The Expendables Collection','poster_path':'/x0HDq725ccCUmFtEzYGemUKtraN.jpg','backdrop_path':'/lA7oDSt6LkyDqtbFGbyuG0afmTI.jpg'}","80000000","[{'id':53,'name':'Thriller'},{'id':12,'name':'Adventure'},{'id':28,'name':'Action'}]","http://expendablesthemovie.com/","27578","tt1320253","en","The Expendables","Barney Ross leads a band of highly skilled mercenaries including knife enthusiast Lee Christmas, a martial arts expert, heavy weapons specialist, demolitionist, and a loose-cannon sniper. When the group is commissioned by the mysterious Mr. Church to assassinate the dictator of a small South American island, Barney and Lee visit the remote locale to scout out their opposition and discover the true nature of the conflict engulfing the city.","21.142","/4gLFKsalwRy0ONzfYaRsKr5wilK.jpg","[{'id':7636,'logo_path':'/e6uCvCNTf0nnery1iaQh6QSgpbn.png','name':'Nimar Studios','origin_country':'BG'},{'id':696,'logo_path':null,'name':'Rogue Marble','origin_country':''},{'id':1020,'logo_path':'/kuUIHNwMec4dwOLghDhhZJzHZTd.png','name':'Millennium Films','origin_country':'US'},{'id':925,'logo_path':'/dIb9hjXNOkgxu4kBWdIdK8nM4w.png','name':'Nu Image','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-08-03","274470394","103","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Choose Your Weapon.","The Expendables","false","6.1","4512" +"false","/pIjnoUnXdLpROFzIRPNziPzgBUp.jpg","{'id':126125,'name':'The Expendables Collection','poster_path':'/x0HDq725ccCUmFtEzYGemUKtraN.jpg','backdrop_path':'/lA7oDSt6LkyDqtbFGbyuG0afmTI.jpg'}","100000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'}]","http://theexpendables2film.com/","76163","tt1764651","en","The Expendables 2","Mr. Church reunites the Expendables for what should be an easy paycheck, but when one of their men is murdered on the job, their quest for revenge puts them deep in enemy territory and up against an unexpected threat.","15.309","/dJPnTe1qOcO7XqsJvESFph83m6m.jpg","[{'id':925,'logo_path':'/dIb9hjXNOkgxu4kBWdIdK8nM4w.png','name':'Nu Image','origin_country':'US'},{'id':1020,'logo_path':'/kuUIHNwMec4dwOLghDhhZJzHZTd.png','name':'Millennium Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-08-08","312573423","103","[{'iso_639_1':'en','name':'English'}]","Released","Back for War.","The Expendables 2","false","6.2","4099" +"false","/be0nR66qvr539GN2n8wVz78SqaC.jpg","{'id':12263,'name':'The Exorcist Collection','poster_path':'/wjMqwHkOuDBSOY5MujL5GSdlBTk.jpg','backdrop_path':'/gZnEheMdhKxSZQUEzphCHXldud1.jpg'}","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","","11587","tt0099528","en","The Exorcist III","Set fifteen years after the original film, The Exorcist III centers around the philosophical Lieutenant William F. Kinderman who is investigating a baffling series of murders around Georgetown that all contain the hallmarks of The Gemini, a deceased serial killer. It eventually leads him to a catatonic patient in a psychiatric hospital who has recently started to speak, claiming he is the The Gemini and detailing the murders, but bears a striking resemblance to Father Damien Karras.","9.23","/xU1mJq4AihDXAhEmdOmCgPCy1li.jpg","[{'id':10210,'logo_path':null,'name':'Morgan Creek Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-08-17","39024251","110","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","Do you dare walk these steps again?","The Exorcist III","false","6","231" +"false","/8fbVKzK59OMe5s2l22dfeaM8oxJ.jpg","{'id':12263,'name':'The Exorcist Collection','poster_path':'/wjMqwHkOuDBSOY5MujL5GSdlBTk.jpg','backdrop_path':'/gZnEheMdhKxSZQUEzphCHXldud1.jpg'}","8000000","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'}]","http://theexorcist.warnerbros.com/","9552","tt0070047","en","The Exorcist","12-year-old Regan MacNeil begins to adapt an explicit new personality as strange events befall the local area of Georgetown. Her mother becomes torn between science and superstition in a desperate bid to save her daughter, and ultimately turns to her last hope: Father Damien Karras, a troubled priest who is struggling with his own faith.","13.543","/4ucLGcXVVSVnsfkGtbLY4XAius8.jpg","[{'id':48184,'logo_path':null,'name':'Hoya Productions','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1973-12-26","441306145","122","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'la','name':'Latin'},{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'el','name':'????????????????'},{'iso_639_1':'en','name':'English'}]","Released","Something almost beyond comprehension is happening to a girl on this street, in this house... and a man has been sent for as a last resort. This man is The Exorcist.","The Exorcist","false","7.6","3728" +"false","/6thnbe32tzVJlNHGmAKaHoQJRwP.jpg","null","19000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","8643","tt0404032","en","The Exorcism of Emily Rose","When a younger girl called Emily Rose dies, everyone puts blame on the exorcism which was performed on her by Father Moore prior to her death. The priest is arrested on suspicion of murder. The trial begins with lawyer Erin Bruner representing Moore, but it is not going to be easy, as no one wants to believe what Father Moore says is true.","8.343","/lDffYgWFiAfA7ztBW6R4LWdjXK6.jpg","[{'id':126,'logo_path':'/kADPanRDkKTxncPXXVahvHPUvCj.png','name':'Lakeshore Entertainment','origin_country':'US'},{'id':1838,'logo_path':null,'name':'Firm Films','origin_country':''},{'id':3287,'logo_path':'/bz6GbCQQXGNE56LTW9dwgksW0Iw.png','name':'Screen Gems','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-09-09","144216468","122","[{'iso_639_1':'en','name':'English'}]","Released","What happened to Emily?","The Exorcism of Emily Rose","false","6.4","1292" +"false","/4AjfaDM9BALkm4RFFioKfUu8oLd.jpg","{'id':123720,'name':'Frankenstein (Hammer) Collection','poster_path':'/p0KHQiCZCYjjksOVjyseO9BByFT.jpg','backdrop_path':'/gl9Gi60C9WYVkObOMll19OROhMC.jpg'}","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","3124","tt0058073","en","The Evil of Frankenstein","Once hounded from his castle by outraged villagers for creating a monstrous living being, Baron Frankenstein returns to Karlstaad. High in the mountains they stumble on the body of the creature, perfectly preserved in the ice. He is brought back to life with the help of the hypnotist Zoltan who now controls the creature. Can Frankenstein break Zoltan's hypnotic spell that incites the monster to commit these horrific murders or will Zoltan induce the creature to destroy its creator?","3.744","/ck7aPQ4Rudvm6wbQxlVcUwSNonL.jpg","[{'id':1314,'logo_path':'/gQBluDqe6dc2ZdzfJbabEHoSGoG.png','name':'Hammer Film Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1964-04-08","0","86","[{'iso_639_1':'en','name':'English'}]","Released","He's never been more shocking! shocking! shocking!","The Evil of Frankenstein","false","6.3","40" +"false","/9jCyLmRaF1eCRJHxM0Bh3RvXhLd.jpg","{'id':1960,'name':'Evil Dead Collection','poster_path':'/eWFADubShlTEUiNsPcN6BMOKakr.jpg','backdrop_path':'/jrLLRe7pctP1aFDRuD9mt59YGHX.jpg'}","350000","[{'id':27,'name':'Horror'}]","","764","tt0083907","en","The Evil Dead","When a group of college students finds a mysterious book and recording in the old wilderness cabin they've rented for the weekend, they unwittingly unleash a demonic force from the surrounding forest.","13.906","/7cpSdCrBY7UhiygkcP57dpixXsW.jpg","[{'id':467,'logo_path':null,'name':'Renaissance Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1981-10-15","29400000","85","[{'iso_639_1':'en','name':'English'}]","Released","The Ultimate Experience In Grueling Terror","The Evil Dead","false","7.3","1616" +"false","/hEJ52KqwOmyRpcihs10h7xOwN7e.jpg","{'id':523855,'name':'The Equalizer Collection','poster_path':'/w9taToc4xcVE9duBwbywp0nAnue.jpg','backdrop_path':'/snZcRgLGgdB7VBDVeGVSdDFRlid.jpg'}","55000000","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","http://www.sonypictures.com/movies/theequalizer/discanddigital/","156022","tt0455944","en","The Equalizer","McCall believes he has put his mysterious past behind him and dedicated himself to beginning a new, quiet life. But when he meets Teri, a young girl under the control of ultra-violent Russian gangsters, he can???t stand idly by ??? he has to help her. Armed with hidden skills that allow him to serve vengeance against anyone who would brutalize the helpless, McCall comes out of his self-imposed retirement and finds his desire for justice reawakened. If someone has a problem, if the odds are stacked against them, if they have nowhere else to turn, McCall will help. He is The Equalizer.","34.02","/2eQfjqlvPAxd9aLDs8DvsKLnfed.jpg","[{'id':41096,'logo_path':null,'name':'Lonetree Entertainment','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':1423,'logo_path':'/9KSoL1oEQaBSPLwEhoZZRoxTzyx.png','name':'Escape Artists','origin_country':'US'},{'id':34034,'logo_path':null,'name':'LStar Capital','origin_country':'US'},{'id':2767,'logo_path':null,'name':'Mace Neufeld Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-09-24","192330738","132","[{'iso_639_1':'en','name':'English'}]","Released","What do you see when you look at me?","The Equalizer","false","7.2","4780" +"false","/iJNkqCLAHm9hseBMLFeuwxD7Wpo.jpg","null","94000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10752,'name':'War'}]","http://www.theflowersofwarmovie.com/","76758","tt1410063","zh","???????????????","A Westerner finds refuge with a group of women in a church during Japan's rape of Nanking in 1937. Posing as a priest, he attempts to lead the women to safety.","8.826","/s9Lgt28YhHIVllsF3N1FxwNuGre.jpg","[{'id':49512,'logo_path':null,'name':'New Picture Company','origin_country':''},{'id':724,'logo_path':null,'name':'Beijing New Picture Film Co. Ltd.','origin_country':''},{'id':12205,'logo_path':null,'name':'EDKO Film','origin_country':''}]","[{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'HK','name':'Hong Kong'}]","2011-12-15","95311434","146","[{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'en','name':'English'}]","Released","Fighting for freedom","The Flowers of War","false","7.4","325" +"false","/hpuUxS0d7Y6FgzY1GShkgbCm7F1.jpg","null","0","[{'id':53,'name':'Thriller'}]","","73818","tt1650535","en","The Entitled","Without the security of the job he wants or the future he dreamed of, Paul Dynan plans the perfect crime to help his struggling family ??? abduct the socialite children of three wealthy men and collect a ransom of $3-million dollars. Over the course of one long night, Paul and his accomplices hold the rich kids hostage awaiting the ransom with little idea of the secrets that will surface between the fathers when they are forced to choose between their children and their money.","4.871","/9qGoX7ixviNno3BO2HBzP9jr33L.jpg","[{'id':12215,'logo_path':null,'name':'South Creek Pictures','origin_country':''},{'id':12216,'logo_path':null,'name':'Dynan Productions','origin_country':''},{'id':12217,'logo_path':null,'name':'Foundation Features','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2011-09-06","0","91","[{'iso_639_1':'en','name':'English'}]","Released","","The Entitled","false","5.9","55" +"false","/zL4mJP7rrbXBZHsf0VEuhZ7BJ42.jpg","{'id':168949,'name':'The Encounter Collection','poster_path':null,'backdrop_path':null}","0","[{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","","128540","tt2209792","en","The Encounter: Paradise Lost","Seven years after the world's most devastating tsunami in Thailand six strangers find themselves trapped in a beach side resort on the brink of an oncoming hurricane. Each of their hearts are broken and silently cry out on the most desperate night of their lives. As the storm rages on and the six strangers fall deeper into the heart of darkness another guest arrives at the hotel. He says he is Jesus Christ, and he knows what each of them suffers from. Knowing their dire need, he came to bring them all a message of hope and rescue them from the darkest corners of their own hearts.","1.831","/kXaQ9vGdWKaVzqY3X7hX6f3N0Yk.jpg","[{'id':6427,'logo_path':null,'name':'Pure Flix Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-09-18","0","100","[{'iso_639_1':'en','name':'English'}]","Released","","The Encounter: Paradise Lost","false","4.4","14" +"false","/9hvL6KAAlwNRehz5T8M3JlKKr4C.jpg","null","0","[{'id':99,'name':'Documentary'}]","","125414","tt2318701","en","The Final Member","Thirty miles from the Arctic Circle, in the northern Icelandic town of Husavik, stands the Icelandic Phallological Museum - the world's only Penis museum. Over 40 years, the founder and curator has collected every specimen from every mammal except for one elusive penis needed to complete his collection: The Human Specimen. The film follows the curator's incredible, sublimely comic, often shocking quest to complete his eccentric collection, and the two intrepid men who have raised their hands to be the first human","1.417","/yxqCRqG99QjfllQgJvFtqzgImKp.jpg","[]","[{'iso_3166_1':'IS','name':'Iceland'}]","2012-05-01","0","90","[{'iso_639_1':'en','name':'English'}]","Released","The world's only penis museum has every animal specimen except one","The Final Member","false","6","16" +"false","/hefSVfmzUQuGIxUQL4BGXzx500E.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","174321","tt2055765","en","The English Teacher","Teacher Linda Sinclair balances her staid home life with an incredible passion for her subject, but her routine is forever altered when a former star pupil and his unsupportive father reenter her life.","9.829","/ivLgwEX7XE5XygL95HlYAD6Nu92.jpg","[{'id':66497,'logo_path':null,'name':'Mirabelle Pictures Productions','origin_country':''},{'id':2394,'logo_path':'/sUWGEjxxCU5McOoD2JPrJHDW7K3.png','name':'Artina Films','origin_country':'US'},{'id':19369,'logo_path':null,'name':'Procinvest Sas','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-05-16","104810","91","[{'iso_639_1':'en','name':'English'}]","Released","Refuse To Live Life By The Book","The English Teacher","false","5.7","203" +"false","/dCaHwtzcWrK24amXI8KjrzkNBEX.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://tombstonedistribution.com/film/The-Elevator","312316","tt2195552","en","The Elevator: Three Minutes Can Change Your Life","A disturbing psychological thriller, that engages the audience to the point that it is always caught off guard, thus changing the point of view of the two main performers.","0.901","/39922RiMkXxRog1z3rDw5oD8kjw.jpg","[{'id':41656,'logo_path':null,'name':'Lupin Film','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'}]","2013-01-30","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Three Minutes Can Change Your Life","The Elevator: Three Minutes Can Change Your Life","false","5.1","8" +"false","/A5ywtnmjIleXuaJkURKkjHNtB4A.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'}]","","330590","tt0104178","en","Sherlock Holmes: The Eligible Bachelor","Sherlock Holmes' problem with disturbing dreams proves to be both an impediment and an aid in the search for a missing woman.","0.6","/itnEPAlRPt3ZdHgTod84cAJSJ61.jpg","[{'id':14063,'logo_path':'/s35rUpfWA84wFLOjAJRMJWD0Tc6.png','name':'Granada Television','origin_country':'GB'},{'id':10197,'logo_path':'/1obQrU1cAJDWvXwOdqXAoo6Zwmp.png','name':'WGBH Boston','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1993-02-03","0","60","[{'iso_639_1':'en','name':'English'}]","Released","","Sherlock Holmes: The Eligible Bachelor","false","4","3" +"false","/sTlSEHQ7x7gx05OwaRJxFSWY5PW.jpg","null","5000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","46625","tt0119062","en","The End of Violence","Mike Max is a Hollywood producer who became powerful and rich thanks to brutal and bloody action films. His ignored wife Paige is close to leaving him. Suddenly Mike is kidnapped by two bandits, but escapes and hides out with his Mexican gardener's family for a while. At the same time, surveillance expert Ray Bering is looking for what happens in the city, but it is not clear what he wants. The police investigation for Max's disappearance is led by detective Doc Block, who falls in love with actress Cat who is playing in ongoing Max's production.","1.614","/pdvhVK5gglsFRoejBtzKDaMQdEH.jpg","[{'id':1490,'logo_path':null,'name':'Kintop Pictures','origin_country':'US'},{'id':19320,'logo_path':null,'name':'Road Movies Filmproduktion','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'},{'id':105,'logo_path':'/pyiNvPJYGz4W2SImgULoG2sn4y4.png','name':'CiBy 2000','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","1997-05-11","0","122","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","Nothing Lasts Forever","The End of Violence","false","5.3","27" +"false","/166hLHfpVEvXpMQWqvFiqzUgZ6W.jpg","{'id':8864,'name':'Final Destination Collection','poster_path':'/y7tkwRUVuCvnVQILA4XuhfnHmoa.jpg','backdrop_path':'/y3aWOInifbGKXM34KjtcMITrZRZ.jpg'}","40000000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","http://www.TheFinalDestinationMovie.com/","19912","tt1144884","en","The Final Destination","After a young man's premonition of a deadly race-car crash helps saves the lives of his peers, Death sets out to collect those who evaded their end.","13.943","/5vxXrr1MqGsT4NNeRITpfDnl4Rq.jpg","[{'id':48792,'logo_path':null,'name':'Parallel Zide','origin_country':'US'},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':48788,'logo_path':null,'name':'Practical Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-08-26","186167139","82","[{'iso_639_1':'en','name':'English'}]","Released","Rest In Pieces","The Final Destination","false","5.6","1550" +"false","/vhYPNslhcyL8PIRgLRWX6odr4RP.jpg","null","27000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':10752,'name':'War'}]","","409","tt0116209","en","The English Patient","In the 1930s, Count Alm??sy is a Hungarian map maker employed by the Royal Geographical Society to chart the vast expanses of the Sahara Desert along with several other prominent explorers. As World War II unfolds, Alm??sy enters into a world of love, betrayal, and politics.","11.412","/yqaKkARc9Ku8mIENQt8bGVHaowJ.jpg","[{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':12204,'logo_path':null,'name':'Tiger Moth Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1996-11-05","231976425","162","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'en','name':'English'}]","Released","In love, there are no boundaries.","The English Patient","false","7.1","968" +"false","/7TXuc6kYEVN3h8tWXBdhFc7dqKy.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'}]","","11532","tt0089087","en","The Emerald Forest","For ten years, engineer Bill Markham has searched tirelessly for his son Tommy who disappeared from the edge of the Brazilian rainforest. Miraculously, he finds the boy living among the reclusive Amazon tribe who adopted him. And that's when Bill's adventure truly begins. For his son is now a grown tribesman who moves skillfully through this beautiful-but-dangerous terrain, fearful only of those who would exploit it. And as Bill attempts to ""rescue"" him from the savagery of the untamed jungle, Tommy challenges Bill's idea of true civilization and his notions about who needs rescuing.","7.212","/aiO9s3kuhrViz9s78wS1bsesdmW.jpg","[{'id':419,'logo_path':null,'name':'Embassy Pictures Corporation','origin_country':'US'},{'id':32336,'logo_path':null,'name':'Christel Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1985-06-26","24467000","114","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","What kind of man would return year after year for ten years to rescue a missing boy from the most savage jungle in the world? His father.","The Emerald Forest","false","6.8","103" +"false","/qAuVpPhjFn82cAPFQ1or0fBGkL8.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","4288","tt0082379","en","The Final Terror","A group of friends and their girlfriends head out for what is expected to be a vacation of hiking, camping and a good time, but when a backwoods mama finds them on her turf, it becomes anything but a vacation.","1.875","/pJz1Qs0UpRvbLUGzguwmASWuTx1.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","1983-05-01","0","82","[{'iso_639_1':'en','name':'English'}]","Released","Without knowing they have awakened an unknown force. Can anyone survive?","The Final Terror","false","4.9","26" +"false","/lxueaqFKKLZ7u4mHzrgqg0O8WXx.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':37,'name':'Western'}]","","15266","tt0041361","en","The Fighting Kentuckian","John Breen (John Wayne), a Kentucky militiaman falls in love with French exile Fleurette De Marchand (Vera Ralston). He discovers a plot to steal the land that Fleurette's exiles plan to settle on and aims to foil it.","1.97","/8g8lgyb9h9Iuj2u9ksnYGqqOWAg.jpg","[{'id':1432,'logo_path':'/8AcaWEWQ8MFUBGlt9WxGGBAMpMG.png','name':'Republic Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1949-09-15","0","100","[{'iso_639_1':'en','name':'English'}]","Released","ROUGHER, TOUGHER, MORE ROMANTIC THAT EVER!","The Fighting Kentuckian","false","5.8","25" +"false","/sraEMMM67zLqpZrz6vtrgwTqXgz.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'}]","","9433","tt0119051","en","The Edge","The plane carrying wealthy Charles Morse crashes down in the Alaskan wilderness. Together with the two other passengers, photographer Robert and assistant Stephen, Charles devises a plan to help them reach civilization. However, his biggest obstacle might not be the elements, or even the Kodiak bear stalking them -- it could be Robert, whom Charles suspects is having an affair with his wife and would not mind seeing him dead.","9.166","/fvokkKZuhMosdpABHduMdOdIDkp.jpg","[{'id':4700,'logo_path':'/A32wmjrs9Psf4zw0uaixF0GXfxq.png','name':'The Linson Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-09-06","43312294","117","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'ru','name':'P????????????'}]","Released","They were fighting over a woman when the plane went down. Now, their only chance for survival is each other.","The Edge","false","6.7","554" +"false","/43fnzmOMO5zOUFH3EzyuwSh87IS.jpg","null","25000000","[{'id':18,'name':'Drama'}]","http://www.thefightermovie.com","45317","tt0964517","en","The Fighter","The Fighter, is a drama about boxer ""Irish"" Micky Ward's unlikely road to the world light welterweight title. His Rocky-like rise was shepherded by half-brother Dicky, a boxer-turned-trainer who rebounded in life after nearly being KO'd by drugs and crime.","13.468","/ytGIpdxYyvXwch5QILfquSTMA9f.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-12-17","93617009","116","[{'iso_639_1':'en','name':'English'}]","Released","Every dream deserves a fighting chance.","The Fighter","false","7.3","2258" +"false","/1V0SLzEHNDJvkKSUgtGBEnXF4qK.jpg","null","28000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","162903","tt1837703","en","The Fifth Estate","A look at the relationship between WikiLeaks founder Julian Assange and his early supporter and eventual colleague Daniel Domscheit-Berg, and how the website's growth and influence led to an irreparable rift between the two friends.","8.511","/uIMI7d9DXe8uc5KzXnMFdmmEnNC.jpg","[{'id':6735,'logo_path':'/6yyByQrmTAgJv0QzZ1Eh1jiGX4R.png','name':'Participant Media','origin_country':'US'},{'id':7294,'logo_path':'/kK4PRgceWp9KNrycD8xx8seWxYU.png','name':'Reliance Entertainment','origin_country':'IN'},{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':10039,'logo_path':'/b8w4LldQolMKiLZw4FQJBcXSDGI.png','name':'Anonymous Content','origin_country':'US'},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'IN','name':'India'},{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'US','name':'United States of America'}]","2013-10-11","8555008","128","[{'iso_639_1':'en','name':'English'}]","Released","You can't expose the world's secrets without exposing yourself","The Fifth Estate","false","5.9","528" +"false","/qlGoGQSVMzIjGbpvXzZUOH1FjNu.jpg","null","90000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","","18","tt0119116","en","The Fifth Element","In 2257, a taxi driver is unintentionally given the task of saving a young girl who is part of the key that will ensure the survival of humanity.","23.689","/zaFa1NRZEnFgRTv5OVXkNIZO78O.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':9,'logo_path':'/nda3dTUYdDrJ6rZqBpYvY865aDv.png','name':'Gaumont','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'}]","1997-05-07","263920180","126","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'sv','name':'svenska'},{'iso_639_1':'de','name':'Deutsch'}]","Released","There is no future without it","The Fifth Element","false","7.4","6022" +"false","/hZWp4W5aQvGm1WiiGFYIuBUOQ3K.jpg","null","12000000","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","","222935","tt2582846","en","The Fault in Our Stars","Despite the tumor-shrinking medical miracle that has bought her a few years, Hazel has never been anything but terminal, her final chapter inscribed upon diagnosis. But when a patient named Augustus Waters suddenly appears at Cancer Kid Support Group, Hazel's story is about to be completely rewritten.","14.576","/sc6XLX6J714LDkVV3Ys3clgypQS.jpg","[{'id':22213,'logo_path':'/qx9K6bFWJupwde0xQDwOvXkOaL8.png','name':'TSG Entertainment','origin_country':'US'},{'id':711,'logo_path':'/tEiIH5QesdheJmDAqQwvtN60727.png','name':'Fox 2000 Pictures','origin_country':'US'},{'id':12292,'logo_path':'/llGRXF5WYUW2fzXg0ebCoKMXjmT.png','name':'Temple Hill Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-05-16","307166834","125","[{'iso_639_1':'en','name':'English'}]","Released","One Sick Love Story","The Fault in Our Stars","false","7.6","6968" +"false","/67Cvciv67nyJml3DjYIKVzYMLFV.jpg","{'id':9485,'name':'The Fast and the Furious Collection','poster_path':'/uv63yAGg1zETAs1XQsOQpava87l.jpg','backdrop_path':'/z5A5W3WYJc3UVEWljSGwdjDgQ0j.jpg'}","85000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.thefastandthefurious3.com/","9615","tt0463985","en","The Fast and the Furious: Tokyo Drift","In order to avoid a jail sentence, Sean Boswell heads to Tokyo to live with his military father. In a low-rent section of the city, Shaun gets caught up in the underground world of drift racing","2.906","/f9V0iTSYwnxW6tPIjSE7jrGC7eP.jpg","[{'id':103453,'logo_path':null,'name':'MP Munich Pape Filmproductions','origin_country':''},{'id':333,'logo_path':'/5xUJfzPZ8jWJUDzYtIeuPO4qPIa.png','name':'Original Film','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'US','name':'United States of America'}]","2006-06-03","158468292","104","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'}]","Released","On the streets of Tokyo, speed needs no translation...","The Fast and the Furious: Tokyo Drift","false","6.2","3006" +"false","/yVJTG4nXUxdUJVK2y3md4miS6NN.jpg","{'id':10456,'name':'Dirty Harry Collection','poster_path':'/wv5v7fTSZgULWqriWFxaWVk0CWm.jpg','backdrop_path':'/nlpixhOhb3JmFqVXKjCwpYFpldf.jpg'}","9000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","10649","tt0074483","en","The Enforcer","Dirty Harry Callahan returns again, this time saddled with a rookie female partner. Together, they must stop a terrorist group consisting of angry Vietnam veterans.","9.38","/mpiX5JtQc0zXnoMQpolaFwBP5Uf.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1976-12-20","46236000","96","[{'iso_639_1':'en','name':'English'}]","Released","The dirtiest Harry of them all.","The Enforcer","false","6.7","353" +"false","/jY9ef5nqY4xIIMu3yzW3qamUCoi.jpg","{'id':9485,'name':'The Fast and the Furious Collection','poster_path':'/uv63yAGg1zETAs1XQsOQpava87l.jpg','backdrop_path':'/z5A5W3WYJc3UVEWljSGwdjDgQ0j.jpg'}","38000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","9799","tt0232500","en","The Fast and the Furious","Domenic Toretto is a Los Angeles street racer suspected of masterminding a series of big-rig hijackings. When undercover cop Brian O'Conner infiltrates Toretto's iconoclastic crew, he falls for Toretto's sister and must choose a side: the gang or the LAPD.","1.91","/x4So4OkqnjfOSBCCNd5uosMmQiB.jpg","[{'id':26281,'logo_path':null,'name':'Ardustry Entertainment','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':333,'logo_path':'/5xUJfzPZ8jWJUDzYtIeuPO4qPIa.png','name':'Original Film','origin_country':'US'},{'id':26282,'logo_path':null,'name':'Mediastream Film GmbH & Co. Productions KG','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2001-06-22","207283925","106","[{'iso_639_1':'en','name':'English'}]","Released","Live life 1/4 mile at a time.","The Fast and the Furious","false","6.7","5235" +"false","/43jCshnMFhwsht0pizxXmyUYgAG.jpg","null","10000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'},{'id':878,'name':'Science Fiction'}]","","62127","tt0113026","en","The Fantasticks","Two rural teens sing and dance their way through a forbidden romance and a dangerous travelling carnival.","1.522","/coOzPkcj1J3H17vIomI5EePDDvq.jpg","[{'id':51207,'logo_path':null,'name':'Sullivan Street Productions','origin_country':''},{'id':51208,'logo_path':null,'name':'Michael Ritchie Productions','origin_country':''},{'id':51209,'logo_path':null,'name':'Radmin Company, The','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-12-27","0","86","[{'iso_639_1':'en','name':'English'}]","Released","Try to remember the first time magic happened","The Fantasticks","false","5.4","16" +"false","/fooPk1h3gmJy3sEdcj9SCCjnP0h.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","http://www.thefamilytreemovie.com/","73846","tt1175713","en","The Family Tree","A mother and wife stricken with memory loss allows a dysfunctional family a second chance at harmony and happiness.","3.226","/ac1TBO0dRCV7Tm7ozXNhbBMoET7.jpg","[{'id':8147,'logo_path':'/q6HOAdSNgCbeOqwoMVRc6REgbXF.png','name':'Entertainment One','origin_country':'CA'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-09-26","0","87","[{'iso_639_1':'en','name':'English'}]","Released","","The Family Tree","false","5.1","17" +"false","/2wCGvIfbY3skp3T1YAvRC4v17or.jpg","null","60000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':14,'name':'Fantasy'}]","","5994","tt0218967","en","The Family Man","Jack's lavish, fast-paced lifestyle changes one Christmas night when he stumbles into a grocery store holdup and disarms the gunman. The next morning he wakes up in bed lying next to Kate, his college sweetheart he left in order to pursue his career, and to the horrifying discovery that his former life no longer exists. As he stumbles through this alternate suburban universe, Jack finds himself at a crossroad where he must choose between his high-power career and the woman he loves.","12.887","/9iyQxVjLgFW0ztYKRxnEFtpVTSw.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-12-12","0","125","[{'iso_639_1':'en','name':'English'}]","Released","What if you made different choices? What if you said yes, instead of no? What if you got a second chance?","The Family Man","false","6.7","912" +"false","/3igy0yH1ihCBbvzWo2AeldRzbSg.jpg","null","30000000","[{'id':80,'name':'Crime'},{'id':35,'name':'Comedy'},{'id':28,'name':'Action'}]","","112205","tt2404311","en","The Family","The Manzoni family, a notorious mafia clan, is relocated to Normandy, France under the witness protection program, where fitting in soon becomes challenging as their old habits die hard.","9.857","/9Qnug9QrwUCQhd7dSfGJfJMO1zS.jpg","[{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':6877,'logo_path':null,'name':'Grive Productions','origin_country':''},{'id':6896,'logo_path':'/2Q89KvzxTKB5BAv9RqFIPI1qb7E.png','name':'EuropaCorp','origin_country':'FR'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':22123,'logo_path':'/zPTy6QDAlCKGeAALZoFEL3QAlut.png','name':'TF1','origin_country':'FR'},{'id':31824,'logo_path':null,'name':'Malavita','origin_country':''},{'id':356,'logo_path':'/9tW5wZEGotn1Ei5pErA88m47XiD.png','name':'TF1 Films Production','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","2013-09-13","36894225","111","[{'iso_639_1':'en','name':'English'}]","Released","Some call it organized crime. Others call it family.","The Family","false","6.2","1601" +"false","/83a4YqnHHUhomRt44ZpkI2rERNY.jpg","null","30000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':18,'name':'Drama'}]","http://www.thefallthemovie.com/","14784","tt0460791","en","The Fall","In a hospital on the outskirts of 1920s Los Angeles, an injured stuntman begins to tell a fellow patient, a little girl with a broken arm, a fantastic story about 5 mythical heroes. Thanks to his fractured state of mind and her vivid imagination, the line between fiction and reality starts to blur as the tale advances.","8.544","/gUex3Twn97Jp8F27Op1r7OnMTFt.jpg","[{'id':3586,'logo_path':null,'name':'Absolute Entertainment','origin_country':''},{'id':11150,'logo_path':null,'name':'Googly Films','origin_country':''},{'id':11151,'logo_path':null,'name':'Deep Films','origin_country':''},{'id':11153,'logo_path':null,'name':'Tree Top Films Inc.','origin_country':''},{'id':89394,'logo_path':'/m1Hku3PhgdsQiPO8uVe7szyrxAb.png','name':'RadicalMedia','origin_country':'US'}]","[{'iso_3166_1':'IN','name':'India'},{'iso_3166_1':'US','name':'United States of America'}]","2008-01-03","3669465","117","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ro','name':'Rom??n??'},{'iso_639_1':'la','name':'Latin'}]","Released","A little blessing in disguise.","The Fall","false","7.7","650" +"false","/xuHuW4XhghQpVJSIna7JBb60bva.jpg","null","15000000","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","9276","tt0133751","en","The Faculty","When some very creepy things start happening around school, the kids at Herrington High make a chilling discovery that confirms their worst suspicions: their teachers really are from another planet! As mind-controlling parasites rapidly begin spreading from the faculty to the students' bodies, it's ultimately up to the few who are left ??? an unlikely collection of loners, leaders, nerds and jocks ??? to save the world from alien domination.","9.306","/6L1SgKyzDy5x2oEskUyfMcdVed2.jpg","[{'id':11705,'logo_path':null,'name':'Los Hooligans Productions','origin_country':''},{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-12-25","40283321","104","[{'iso_639_1':'en','name':'English'}]","Released","Take me to your teacher.","The Faculty","false","6.2","855" +"false","/kZQPMPDo6Ve7UzeGB8lNqddKViN.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","39219","tt0053810","en","The Facts of Life","Two romantic couples are each married to different people! They really DO love each other. At the beginning Kitty thinks Larry is un-funny...","1.746","/oIdIVz8Avn3l7r29G7SurEJzjSa.jpg","[{'id':89197,'logo_path':null,'name':'HLP','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1960-11-14","0","103","[{'iso_639_1':'en','name':'English'}]","Released","","The Facts of Life","false","5.2","11" +"false","/iXo3BKTd8zIAcYOwyoiINfRpGjs.jpg","null","25000000","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","136911","tt1132285","en","The Factory","An obsessed cop is on the trail of a serial killer prowling the streets of Buffalo, N.Y. but when his teenage daughter disappears, he drops any professional restraint to get the killer.","7.611","/jmrZtvaEzlO5Lq1mNiwvCtxnlCb.jpg","[{'id':1786,'logo_path':'/joLFuCWg9e2lweYnFQtRPJKSLlI.png','name':'Dark Castle Entertainment','origin_country':'US'},{'id':1885,'logo_path':'/xlvoOZr4s1PygosrwZyolIFe5xs.png','name':'Silver Pictures','origin_country':'US'},{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-10-19","0","108","[{'iso_639_1':'en','name':'English'}]","Released","Based on Actual Events","The Factory","false","5.7","170" +"false","/v0U7MBXyjkWQjtHpRBHE0wVbK9y.jpg","null","4000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","214086","tt1839642","en","The Face of Love","A widow falls for a guy who bears a striking resemblance to her late husband.","4.867","/lQyzmUb57m6GpfldrHY7sWfwbPT.jpg","[{'id':1092,'logo_path':null,'name':'Mockingbird Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-10-25","350006","92","[{'iso_639_1':'en','name':'English'}]","Released","She lost her perfect love... until she found his perfect double.","The Face of Love","false","6.1","68" +"false","/bfP2qWNwqxdzqR9diAQBFz09u64.jpg","null","13000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","10875","tt0097322","en","The Fabulous Baker Boys","Frank and Jack Baker are professional musicians who play small clubs. They play smaltzy music and have never needed a day job...","7.122","/1nS8AxnoYE2Y1ANMpVKZnm8iLxP.jpg","[{'id':480,'logo_path':null,'name':'Tobis','origin_country':'DE'},{'id':1648,'logo_path':null,'name':'Gladden Entertainment','origin_country':''},{'id':19534,'logo_path':null,'name':'Mirage','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-10-13","0","114","[{'iso_639_1':'en','name':'English'}]","Released","For 31 years it's been just the Fabulous Baker Boys... but times change.","The Fabulous Baker Boys","false","6.5","134" +"false","/pCpSgYq14TMXut68JdUe7iaha3O.jpg","null","6500000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.theeastmovie.com/","87499","tt1869716","en","The East","An operative for an elite private intelligence firm finds her priorities irrevocably changed after she is tasked with infiltrating an anarchist group known for executing covert attacks upon major corporations.","7.927","/nGoFIX5WmthZZ3eLBd0QwDSkWNy.jpg","[{'id':1645,'logo_path':'/6Ry6uNBaa0IbbSs1XYIgX5DkA9r.png','name':'Scott Free Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2013-05-31","2401510","116","[{'iso_639_1':'en','name':'English'}]","Released","Spy on us, we'll spy on you.","The East","false","6.6","425" +"false","/aRL0VSl58stheyPRVDRtgbq1TEx.jpg","null","25000000","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'}]","http://focusfeatures.com/the_eagle","49494","tt1034389","en","The Eagle","In 140 AD, twenty years after the unexplained disappearance of the entire Ninth Legion in the mountains of Scotland, young centurion Marcus Aquila (Tatum) arrives from Rome to solve the mystery and restore the reputation of his father, the commander of the Ninth. Accompanied only by his British slave Esca (Bell), Marcus sets out across Hadrian's Wall into the uncharted highlands of Caledonia - to confront its savage tribes, make peace with his father's memory, and retrieve the lost legion's golden emblem, the Eagle of the Ninth.","7.215","/1e3SKFIEy8zPYICzQXBqeKM6xx8.jpg","[{'id':15357,'logo_path':null,'name':'Prime Focus','origin_country':'IN'},{'id':6326,'logo_path':null,'name':'Toledo Productions','origin_country':'GB'},{'id':10146,'logo_path':'/xnFIOeq5cKw09kCWqV7foWDe4AA.png','name':'Focus Features','origin_country':'US'},{'id':20899,'logo_path':null,'name':'Twins Financing','origin_country':''},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-02-08","27122040","114","[{'iso_639_1':'en','name':'English'}]","Released","The destiny of a soldier. The honour of a slave. The fate of an empire.","The Eagle","false","6.1","670" +"false","/wR62oXChaSzwJZq3EEaeibD4c6H.jpg","null","1000000","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':10749,'name':'Romance'}]","","250225","tt2570858","en","The Duke of Burgundy","Day in and day out, lovers Cynthia and Evelyn enact an elaborate sadomasochistic fantasy as mistress and maid. But as their ritual of domination and submission begins to turn stale, Cynthia yearns for something more conventional, while Evelyn tries to push their taboos even further.","5.319","/cCcxut0dyLD4KMOeRRO2oysHSnP.jpg","[{'id':9217,'logo_path':null,'name':'Pioneer Pictures','origin_country':''},{'id':16853,'logo_path':'/ihiEwwDAc8ghtdNxpMp0T34OhIi.png','name':'Rook Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'HU','name':'Hungary'}]","2014-10-18","0","104","[{'iso_639_1':'en','name':'English'}]","Released","","The Duke of Burgundy","false","6.4","137" +"false","/awGZf5T1hflis9Z2KvRMhp798xU.jpg","null","8500000","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","http://www.duffmovie.com/","272693","tt1666801","en","The DUFF","Bianca's universe turns upside down when she learns that her high school refers to her as a ???DUFF' (Designated Ugly Fat Friend). Hoping to erase that label, she enlists the help of a charming jock and her favorite teacher. Together they'll face the school's mean girl and remind everyone that we are all someone's DUFF??? and that's totally fine.","10.284","/dBBgPTCN5Zze4POXWVVpwf3wkra.jpg","[{'id':4022,'logo_path':'/q6Xts6ztGkTHrY1WfHttlhL3Pfc.png','name':'Wonderland Sound and Vision','origin_country':'US'},{'id':5490,'logo_path':'/xuJSR4dWsvkE194aemIJwflyNF2.png','name':'CBS Films','origin_country':'US'},{'id':42119,'logo_path':null,'name':'Vast Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-02-20","43528634","100","[{'iso_639_1':'en','name':'English'}]","Released","You either know one, you have one, or you are one.","The DUFF","false","6.8","2842" +"false","/vEpDdfgOzdOy3sBa27iVx60ix02.jpg","null","17759769","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10749,'name':'Romance'}]","http://www.theduchessmovie.com/","12783","tt0864761","en","The Duchess","A chronicle of the life of 18th century aristocrat Georgiana, Duchess of Devonshire, who was reviled for her extravagant political and personal life.","9.28","/tOv8ftJIER6Jrwshv1GQ8FhmGUN.jpg","[{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':838,'logo_path':'/tcW3UqV46Mdq6GyaS1ydEDocEDF.png','name':'Paramount Vantage','origin_country':'US'},{'id':892,'logo_path':null,'name':'Qwerty Films','origin_country':'GB'},{'id':18188,'logo_path':null,'name':'Magnolia Mae Films','origin_country':'US'},{'id':225,'logo_path':'/cmxkBc3dmwWaIHFCrkXZoAfGoOa.png','name':'BIM Distribuzione','origin_country':'IT'},{'id':7981,'logo_path':'/6Yv1gIAuGkHS5Vis4UjnqHhCPWV.png','name':'Path??!','origin_country':'FR'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2008-09-05","43306325","110","[{'iso_639_1':'en','name':'English'}]","Released","Based on the incredible true story.","The Duchess","false","6.9","832" +"false","/raF6cm0KGq27wXm6qIGGNHNaTi1.jpg","null","0","[{'id':27,'name':'Horror'},{'id':14,'name':'Fantasy'},{'id':53,'name':'Thriller'}]","http://www.blackfawnfilms.com/","263986","tt3450134","en","The Drownsman","After almost drowning in a lake, Madison finds herself bound to a life of fear. Unable to describe what happened to her during the moments she was underwater, she begins to develop hydrophobia: an abnormal fear of water. Crippled by her post trauma, Madison attempts to shut out the world but her fear intensifies and she is faced with the vision of a dark figure that haunts her day and night. After watching her struggle for one year with the phobia and visions, Madison's four friends attempt an unconventional intervention in which they accidentally open a floodgate to a dark place where none of them are safe. As Madison and her friends dive deeper into the dark history of this figure that haunts them, it reaches out and begins dragging them to a horrifying place that they can never come back from.","1.726","/4iiQU9RYkBJwc9SSiSPZ5FhPrz6.jpg","[]","[{'iso_3166_1':'CA','name':'Canada'}]","2014-08-22","0","88","[{'iso_639_1':'en','name':'English'}]","Released","","The Drownsman","false","4.5","31" +"false","/lI7TD9Z9TsASnc3GxkLbBBpXCac.jpg","null","12600000","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","","154400","tt1600196","en","The Drop","Bob Saginowski finds himself at the center of a robbery gone awry and entwined in an investigation that digs deep into the neighborhood's past where friends, families, and foes all work together to make a living - no matter the cost.","13.54","/lj8AMCjWx0jU93XajzUEOUUNKZF.jpg","[{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'},{'id':7076,'logo_path':'/8BFxn9NUWSgp0ndih569Gm62xiC.png','name':'Chernin Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-09-12","19054534","106","[{'iso_639_1':'en','name':'English'}]","Released","","The Drop","false","6.7","1190" +"false","/9zI8K73roVhW1zsJNFlQ0g23G0R.jpg","null","0","[{'id':18,'name':'Drama'}]","","1944","tt0348593","en","The Door in the Floor","Alternately tragic and comic, an exploration of the complexities of love in both its brightest and darkest corners. Adapted from John Irving's best-selling novel A Widow for One Year, the film is set in the privileged beach community of East Hampton, New York and chronicles one pivotal summer in the lives of famous children's book author Ted Cole (Jeff Bridges) and his beautiful wife Marion (Kim Basinger). Their once-great marriage has been strained by tragedy. Her resulting despondency and his subsequent infidelities have prevented the couple from confronting a much-needed change in their relationship. Eddie O'Hare, the young man Ted hires to work as his summer assistant, is the couple's unwitting yet willing pawn - and, ultimately, the catalyst in the transformation of their lives.","6.084","/snmS5sgdoVVXY8YJMbrdPAEPuIM.jpg","[{'id':1043,'logo_path':null,'name':'Revere Pictures','origin_country':''},{'id':10146,'logo_path':'/xnFIOeq5cKw09kCWqV7foWDe4AA.png','name':'Focus Features','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-07-18","0","111","[{'iso_639_1':'en','name':'English'}]","Released","","The Door in the Floor","false","6","89" +"false","/5pPMcj7JThD2XNehL2kx7Of4V5B.jpg","null","17000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","http://www.thedoublemovie.com/","73499","tt1646980","en","The Double","The mysterious murder of a US senator bearing the distinctive trademark of the legendary Soviet assassin 'Cassius', forces retired CIA operative, Paul Shepherson to team with rookie FBI agent, Ben Geary to solve the crime. Having spent his career chasing Cassius, Shepherdson is convinced his nemesis is long dead, but is pushed to take on the case by his former supervisor, Tom Highland. Geary, who wrote his Master's thesis on Shepherdson's pursuit of the Soviet killer, is certain that Cassius has resurfaced.","6.173","/7FEQQuznwV1RyNEOxJWhQ3tUqnr.jpg","[{'id':376,'logo_path':null,'name':'Industry Entertainment','origin_country':''},{'id':6736,'logo_path':null,'name':'Imagenation Abu Dhabi FZ','origin_country':''},{'id':13816,'logo_path':null,'name':'Hyde Park Entertainment','origin_country':''},{'id':46353,'logo_path':null,'name':'Agent Two','origin_country':''},{'id':46354,'logo_path':null,'name':'Brandt/Haas Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-10-27","3696232","98","[{'iso_639_1':'en','name':'English'}]","Released","Keep your enemies close","The Double","false","5.9","330" +"false","/vewrjWMWreEWfF962fSdFgEvi84.jpg","null","65000000","[{'id':35,'name':'Comedy'}]","http://www.dictatorthemovie.com/","76493","tt1645170","en","The Dictator","The heroic story of a dictator who risks his life to ensure that democracy would never come to the country he so lovingly oppressed.","10.754","/uAvG211cGNKSFyPzXFVMZzjkBB8.jpg","[{'id':20567,'logo_path':null,'name':'Four By Two Productions','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-05-15","179379533","83","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'he','name':'????????????????'}]","Released","","The Dictator","false","5.9","2897" +"false","/9s76McxDHYsfh66bIv7LLvl5fD2.jpg","null","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","2153","tt0077474","en","The Driver","The Driver specializes in driving getaway cars for robberies. His exceptional talent has prevented him from being caught yet. After another successful flight from the police a self-assured detective makes it his primary goal to catch the Driver. He promises pardons to a gang if they help to convict him in a set-up robbery. The Driver seeks help from The Player to mislead the detective.","6.882","/sf2hoHenR9lBP5wKVUAkZFAsXgp.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'},{'id':538,'logo_path':null,'name':'EMI Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1978-06-08","0","91","[{'iso_639_1':'en','name':'English'}]","Released","To break the driver, the cop was willing to break the law.","The Driver","false","7.2","152" +"false","/gSNqUnQSgYWxsFQ59xH077dW1Zx.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","http://www.magpictures.com/thedouble/","146015","tt1825157","en","The Double","An awkward office drone becomes increasingly unhinged after a charismatic and confident look-alike takes a job at his workplace and seduces the woman he desires.","7.996","/hN6bP9XWKHI8JhlZpk8ieF1lcyG.jpg","[{'id':11785,'logo_path':null,'name':'Alcove Entertainment','origin_country':''},{'id':11786,'logo_path':null,'name':'Attercop Productions','origin_country':''},{'id':7281,'logo_path':'/vuDafYIcuoY0YyvgcqtjXOKwn6Q.png','name':'British Film Institute','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-04-04","200406","93","[{'iso_639_1':'en','name':'English'}]","Released","","The Double","false","6.6","517" +"false","/a8xpxCnvqKyshdrDNFGs6oy4r8N.jpg","null","15000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","1278","tt0309987","en","The Dreamers","A young American studying in Paris in 1968 strikes up a friendship with a French brother and sister. Set against the background of the '68 Paris student riots.","18.113","/7ABcfmXQZeCXl5sNrDuLS1URMPN.jpg","[{'id':20783,'logo_path':null,'name':'Fiction Films','origin_country':''},{'id':11561,'logo_path':'/8HB3TFUeo83keAPHfFfrNtN2MmA.png','name':'Recorded Picture Company (RPC)','origin_country':'GB'},{'id':682,'logo_path':null,'name':'Peninsula Films','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2003-09-01","15121165","115","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Together nothing is impossible. Together nothing is forbidden.","The Dreamers","false","7.2","1406" +"false","/fga0uB9NqkU1hcgd5Z8MMaMrBRR.jpg","{'id':446782,'name':'The Disappearance Of Eleanor Rigby Collection','poster_path':'/o7y7Dc97R85nBs5noeQA95DvHwb.jpg','backdrop_path':'/3eyH0cwrBdrSCwKF24oOwy8fO7O.jpg'}","0","[{'id':18,'name':'Drama'}]","http://eleanorrigby-movie.com/","275060","tt3720788","en","The Disappearance of Eleanor Rigby: Her","Told from the female perspective, the story of a couple trying to reclaim the life and love they once knew and pick up the pieces of a past that may be too far gone.","6.726","/ynQT7JLYoLwV8P2ropoQEpTH7gG.jpg","[{'id':738,'logo_path':null,'name':'Myriad Pictures','origin_country':'US'},{'id':2372,'logo_path':null,'name':'Unison Films','origin_country':''},{'id':14036,'logo_path':null,'name':'Division Films','origin_country':''},{'id':14037,'logo_path':null,'name':'Dreambridge Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-10-10","0","100","[{'iso_639_1':'en','name':'English'}]","Released","Two Films. One Love.","The Disappearance of Eleanor Rigby: Her","false","6.8","96" +"false","/8sKiYJ5Urc09T3s9fglCbG0wNeM.jpg","{'id':446782,'name':'The Disappearance Of Eleanor Rigby Collection','poster_path':'/o7y7Dc97R85nBs5noeQA95DvHwb.jpg','backdrop_path':'/3eyH0cwrBdrSCwKF24oOwy8fO7O.jpg'}","3","[{'id':18,'name':'Drama'}]","http://eleanorrigby-movie.com/","157829","tt3729920","en","The Disappearance of Eleanor Rigby: Them","A New York couple's relationship is tested after the loss of their child. This film is the wide-released combination of the original two :him and :her volumes that premiered at the Cannes Film Festival.","6.712","/krN80A0I1pKlyx8NuaTCG8qRCP8.jpg","[{'id':738,'logo_path':null,'name':'Myriad Pictures','origin_country':'US'},{'id':2372,'logo_path':null,'name':'Unison Films','origin_country':''},{'id':10425,'logo_path':null,'name':'Kim and Jim Productions','origin_country':''},{'id':14036,'logo_path':null,'name':'Division Films','origin_country':''},{'id':14037,'logo_path':null,'name':'Dreambridge Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-05-14","0","119","[{'iso_639_1':'en','name':'English'}]","Released","Two films. One love.","The Disappearance of Eleanor Rigby: Them","false","6.2","166" +"false","/q8lR8lPyGOkFFg2tbjgPA9PE8gR.jpg","null","0","[{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':10752,'name':'War'}]","http://www.thedevilsrock.com/","70386","tt1712578","en","The Devil's Rock","Set in the Channel Islands on the eve of D Day, two Kiwi commandos, sent to destroy German gun emplacements to distract Hitler's forces away from Normandy, discover a Nazi occult plot to unleash demonic forces to win the war.","3.783","/12AeQQpwIrUFeHT42qKapXvLU8Q.jpg","[{'id':45979,'logo_path':null,'name':'Chameleon Pictures','origin_country':''},{'id':294,'logo_path':'/3XuHM8TXG0gDdPM3xJI14gkZbQy.png','name':'New Zealand Film Commission','origin_country':'NZ'},{'id':13160,'logo_path':null,'name':'Severe Features','origin_country':''}]","[{'iso_3166_1':'NZ','name':'New Zealand'}]","2011-07-08","0","83","[{'iso_639_1':'en','name':'English'}]","Released","War is a Bitch","The Devil's Rock","false","5.8","47" +"false","/cJT8p80Rau1UWuoGWDbw2T2YYTU.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':10770,'name':'TV Movie'}]","http://www.cryptozoological.co.uk","119698","tt1907779","en","The Dinosaur Project","Found footage of an expedition into the Congo jungle where a team of explorers stumbles upon a colony of Dinosaurs.","5.943","/wuiY4NFrLvLT4iHS9Y9PfIctkC8.jpg","[{'id':9137,'logo_path':null,'name':'Moonlighting Films','origin_country':'ZA'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2012-08-09","0","83","[{'iso_639_1':'pl','name':'Polski'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","The discovery of a lifetime will become a fight for survival.","The Dinosaur Project","false","4.6","89" +"false","/yizVvKBF2QtmEqSplZkxWkYWcTB.jpg","null","0","[{'id':12,'name':'Adventure'}]","","59447","tt1708534","zh","????????????","When teenagers JOSH (Louis Corbett) and LING (Li Lin Jin) join their respective parents, CHRIS (Sam Neill) and Dr LI (Wang Ji) on an archaeological dig in China they encounter something trapped beneath a temple beyond their wildest imagination. A real live Chinese dragon. Two thousand years earlier, to defend his kingdom, the dragon lent an emperor his all powerful pearl. Instead of being returned, the pearl was buried with the emperor beneath his palace, and helpless without its source of power the dragon has remained entombed ever since.","2.728","/a8wERZIxQhKpWSEnf3MhiJ2e4Ws.jpg","[{'id':7924,'logo_path':null,'name':'M Pictures','origin_country':'TH'}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'CN','name':'China'}]","2011-03-11","0","93","[{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'th','name':'?????????????????????'}]","Released","Finding courage when no-one believes","The Dragon Pearl","false","5","13" +"false","/xeryavxVWVSIaJboLHVHb8Zg5fS.jpg","null","0","[{'id':80,'name':'Crime'}]","","296138","tt2945474","de","The Disappearance Of Lenka Wood","A woman is kidnapped on her honeymoon and her ex-soldier husband endeavors to free her. A kidnap thriller set in New York and Turkey.","1.537","/qoSTRB8uRnyNyEmlV2e7t1Y4nzA.jpg","[{'id':14576,'logo_path':null,'name':'Ascot Elite Home Entertainment','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-09-01","0","","[{'iso_639_1':'en','name':'English'}]","Released","","The Disappearance Of Lenka Wood","false","3.4","9" +"false","/x7yCQSWXSczdHUMKEMk5qyoUazO.jpg","null","3000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","2576","tt0052738","en","The Diary of Anne Frank","The true, harrowing story of a young Jewish girl who, with her family and their friends, is forced into hiding in an attic in Nazi-occupied Amsterdam.","7.217","/9oBQj09CuLQmxMeQugXk35TNAYg.jpg","[{'id':13579,'logo_path':null,'name':'George Stevens Productions','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'NL','name':'Netherlands'},{'iso_3166_1':'US','name':'United States of America'}]","1959-03-18","0","180","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","","The Diary of Anne Frank","false","7.2","132" +"false","/tu9olMdZeCWYTgq6YPYTl2N7A65.jpg","null","0","[{'id':18,'name':'Drama'}]","","32122","tt0074404","en","The Devil's Playground","A powerful drama relating the intimate aspect of teenage boys and their priest/educators behind the walls of a religious institution where rigid discipline backfires natural feelings are deemed unnatural acts and human lives are controlled in the names of good intentions.","0.906","/mlUHOeqFDvgeuF5kUnWRNbcLXDC.jpg","[{'id':34341,'logo_path':null,'name':'The Film House','origin_country':''},{'id':417,'logo_path':'/w7d3hoHQaC0XwjrxEG1yPeuUhu5.png','name':'Australian Film Commission','origin_country':'AU'}]","[{'iso_3166_1':'AU','name':'Australia'}]","1976-08-12","0","107","[{'iso_639_1':'en','name':'English'}]","Released","","The Devil's Playground","false","7.1","10" +"false","/1RnWP6fBgcDXQ3AnCNpm9BgJLVv.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'}]","","20681","tt0080641","en","The Dogs of War","Mercenary James Shannon, on a reconnaissance job to the African nation of Zangaro, is tortured and deported. He returns to lead a coup.","5","/mC39RlWfat7wVxnGOVv0Lir5gFC.jpg","[{'id':5417,'logo_path':null,'name':'Juniper Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1980-12-17","0","118","[{'iso_639_1':'en','name':'English'}]","Released","","The Dogs of War","false","5.4","47" +"false","/5cJlGJMtM0XnxghwEPQ6st4OkG8.jpg","null","12000000","[{'id':18,'name':'Drama'}]","","26142","tt0101746","en","The Doctor","Jack McKee is a doctor with it all: he's successful, he's rich, and he has no problems.... until he is diagnosed with throat cancer. Now that he has seen medicine, hospitals, and doctors from a patient's perspective, he realises that there is more to being a doctor than surgery and prescriptions.","2.437","/o2zFxTXZf5UHxs5XqADK2wT9g14.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1991-07-24","38120905","122","[{'iso_639_1':'en','name':'English'}]","Released","An Uplifting Story About Finding New Meaning In Life.","The Doctor","false","6.5","33" +"false","/faWgAhDJtAzfvfXYq1eaH3u7yZq.jpg","null","0","[{'id':18,'name':'Drama'}]","","191820","tt2401715","de","The Devil's Violinist","The life story of Italian violinist and composer, Niccol?? Paganini, who rose to fame as a virtuoso in the early 19th Century.","4.367","/ja0TH6VlH2s72OEZeHJtAN82Dy7.jpg","[{'id':3391,'logo_path':'/t0QBs2fI3mE3HxgoH1n39bYuzNu.png','name':'??sterreichischer Rundfunk (ORF)','origin_country':'AT'},{'id':608,'logo_path':null,'name':'Dor Film Produktionsgesellschaft GmbH','origin_country':''},{'id':44225,'logo_path':null,'name':'Construction Film','origin_country':''},{'id':7333,'logo_path':null,'name':'Bayerischer Rundfunk (BR)','origin_country':''},{'id':33199,'logo_path':null,'name':'Bahr Productions Inc.','origin_country':''},{'id':19639,'logo_path':null,'name':'Film House Germany','origin_country':''},{'id':587,'logo_path':'/6UIpEURdjnmcJPwgTDRzVRuwADr.png','name':'ARTE','origin_country':'DE'}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'DE','name':'Germany'}]","2013-01-30","11294","122","[{'iso_639_1':'en','name':'English'}]","Released","","The Devil's Violinist","false","5.8","59" +"false","/7VgCdErgM40YYa3xxObS34CVE7D.jpg","null","0","[{'id':53,'name':'Thriller'}]","","173980","tt2137359","en","The Devil's in the Details","7 minutes from now in Nogales, Arizona, Thomas Conrad's life will forever change when he gets caught up in a Mexican cartels poetic game of drug mule chess.","1.752","/qRc0rb7K693yvGuFLiNPrcezarr.jpg","[{'id':45959,'logo_path':null,'name':'Boondock Films','origin_country':''},{'id':7662,'logo_path':null,'name':'Epic Pictures Group','origin_country':'US'},{'id':3546,'logo_path':null,'name':'Hollywood Media Bridge','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-03-06","0","100","[{'iso_639_1':'en','name':'English'}]","Released","Payback is Hell","The Devil's in the Details","false","3.8","9" +"false","/jEwkxllRIzuxQTESI2TVpvODhQe.jpg","{'id':446782,'name':'The Disappearance Of Eleanor Rigby Collection','poster_path':'/o7y7Dc97R85nBs5noeQA95DvHwb.jpg','backdrop_path':'/3eyH0cwrBdrSCwKF24oOwy8fO7O.jpg'}","0","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","http://www.eleanorrigby-movie.com","276401","tt1531924","en","The Disappearance of Eleanor Rigby: Him","Told from the male perspective, the story of a couple trying to reclaim the life and love they once knew and pick up the pieces of a past that may be too far gone.","5.547","/7vQLbx22YV8uN6N8Y3LppEecm3k.jpg","[{'id':14037,'logo_path':null,'name':'Dreambridge Films','origin_country':''},{'id':2372,'logo_path':null,'name':'Unison Films','origin_country':''},{'id':738,'logo_path':null,'name':'Myriad Pictures','origin_country':'US'},{'id':10425,'logo_path':null,'name':'Kim and Jim Productions','origin_country':''},{'id':14036,'logo_path':null,'name':'Division Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-10-10","0","89","[{'iso_639_1':'en','name':'English'}]","Released","Two Films. One Love.","The Disappearance of Eleanor Rigby: Him","false","6.7","112" +"false","/adjmLN1vPxZXMy47gxghoAH0xB2.jpg","null","7000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","220471","tt2290739","en","Where the Devil Hides","Five young Amish girls accused of being Satan's children must fight for their lives when their devout community elders insist they be ""cleansed"" before turning 18.","3.358","/qP0rQO1ElmnDXjrfz2aH3ZVWFMg.jpg","[{'id':10285,'logo_path':'/5jxaT7zoJKtnwqxniiJ9iJLsJru.png','name':'LD Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-10-10","0","86","[{'iso_639_1':'en','name':'English'}]","Released","Forgive me father for I am sin","The Devil's Hand","false","5.2","64" +"false","/98OmSugAkjJqLGw5rrejj3qjQ9H.jpg","null","19100000","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':10752,'name':'War'}]","","62630","tt1270262","en","The Devil's Double","A chilling vision of the House of Saddam Hussein comes to life through the eyes of the man who was forced to become the double of Hussein's sadistic son.","7.085","/df536wZ17wHIW1hqGJNDXhBE3Hl.jpg","[{'id':7178,'logo_path':null,'name':'Corrino Media Corporation','origin_country':''},{'id':7299,'logo_path':null,'name':'Corsan','origin_country':''},{'id':7300,'logo_path':null,'name':'Staccato Films','origin_country':''}]","[{'iso_3166_1':'NL','name':'Netherlands'},{'iso_3166_1':'BE','name':'Belgium'}]","2011-02-11","5728213","109","[{'iso_639_1':'en','name':'English'}]","Released","The 80's were brilliant, if you were in charge.","The Devil's Double","false","6.7","284" +"false","/adGGzfXNmu0iLgiPAW9Ghd138f7.jpg","null","35000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.devilwearspradamovie.com/","350","tt0458352","en","The Devil Wears Prada","Andy moves to New York to work in the fashion industry. Her boss is extremely demanding, cruel and won't let her succeed if she doesn't fit into the high class elegant look of their magazine.","25.814","/8unCRm0LeiO0fM6skWAZy3ZfXR1.jpg","[{'id':711,'logo_path':'/tEiIH5QesdheJmDAqQwvtN60727.png','name':'Fox 2000 Pictures','origin_country':'US'},{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'},{'id':445,'logo_path':null,'name':'Major Studio Partners','origin_country':''},{'id':682,'logo_path':null,'name':'Peninsula Films','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-06-30","326551094","109","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Meet Andy Sachs. A million girls would kill to have her job. She's not one of them.","The Devil Wears Prada","false","7.2","6236" +"false","/jp4uQV79C1WzAaVjW5hRTu1iSxd.jpg","null","1000000","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","http://www.devilinsidemovie.com","76487","tt1560985","en","The Devil Inside","In Italy, a woman becomes involved in a series of unauthorized exorcisms during her mission to discover what happened to her mother, who allegedly murdered three people during her own exorcism.","6.063","/xClxu7PoHWMpCHHaqd3ZRdwOCnr.jpg","[{'id':6302,'logo_path':null,'name':'Room 101','origin_country':''},{'id':24048,'logo_path':null,'name':'Prototype','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-01-06","101758490","83","[{'iso_639_1':'en','name':'English'}]","Released","No soul is safe.","The Devil Inside","false","4.7","426" +"false","/2NjC1Zrr2LcGShIT23wdCxizjUI.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","135647","tt1433207","en","The Details","When a family of raccoons discover worms living underneath the sod in Jeff and Nealy's backyard, this pest problem begins a darkly comic and wild chain reaction of domestic tension, infidelity and murder.","6.567","/c9dtcoL8UeLpJatf9nYljVPNyWH.jpg","[{'id':10285,'logo_path':'/5jxaT7zoJKtnwqxniiJ9iJLsJru.png','name':'LD Entertainment','origin_country':'US'},{'id':1557,'logo_path':'/ccz9bqCu3jSFKbPFnfWmjAKZLBL.png','name':'The Mark Gordon Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-01-01","0","96","[{'iso_639_1':'en','name':'English'}]","Released","Doing the right thing has never gone so wrong.","The Details","false","6","87" +"false","/6negeW7Y401KLpsF00jdZcg22jS.jpg","{'id':87258,'name':'The Descent Collection','poster_path':'/nKF0faDJsoALc70tptEoQsQsIUq.jpg','backdrop_path':'/5I9Avp1dL16ZaO1qkVSfo0k3PpC.jpg'}","0","[{'id':12,'name':'Adventure'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","34480","tt1073105","en","The Descent: Part 2","Distraught, confused, and half-wild with fear, Sarah Carter emerges alone from the Appalachian cave system where she encountered unspeakable terrors. Unable to plausibly explain to the authorities what happened - or why she's covered in her friends' blood - Sarah is forced back to the subterranean depths to help locate her five missing companions.","7.056","/4rZtrCSvDjK43kO2rK2z9FaytlW.jpg","[{'id':3573,'logo_path':null,'name':'Celador Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2009-10-14","0","94","[{'iso_639_1':'en','name':'English'}]","Released","Fear runs deeper","The Descent: Part 2","false","5.9","457" +"false","/hqz7LxiEATVXgJZMWIHsnbLLAI5.jpg","null","20000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://www.foxsearchlight.com/thedescendants/","65057","tt1033575","en","The Descendants","With his wife Elizabeth on life support after a boating accident, Hawaiian land baron, Matt King takes his daughters on a trip from Oahu to Kauai to confront the young real estate broker, who was having an affair with Elizabeth before her misfortune.","13.67","/5lpBvuPNaPiOpitehczWmJgf6wb.jpg","[{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'},{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'},{'id':2361,'logo_path':null,'name':'Ad Hominem Enterprises','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-09-09","177243185","115","[{'iso_639_1':'en','name':'English'}]","Released","The South Pacific ain't that terrific.","The Descendants","false","6.8","1469" +"false","/8Od5zV7Q7zNOX0y9tyNgpTmoiGA.jpg","null","90000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","http://thedeparted.com","1422","tt0407887","en","The Departed","To take down South Boston's Irish Mafia, the police send in one of their own to infiltrate the underworld, not realizing the syndicate has done likewise. While an undercover cop curries favor with the mob kingpin, a career criminal rises through the police ranks. But both sides soon discover there's a mole among them.","18.906","/tGLO9zw5ZtCeyyEWgbYGgsFxC6i.jpg","[{'id':829,'logo_path':'/mzpAmEQ5P1gFvdRoNyCk9q8ngiv.png','name':'Vertigo Entertainment','origin_country':'US'},{'id':5552,'logo_path':'/wdtjT9x5OG7nLusPctACI3i7Im2.png','name':'Media Asia Films','origin_country':''},{'id':7380,'logo_path':null,'name':'Initial Entertainment Group (IEG)','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':81,'logo_path':'/8wOfUhA7vwU2gbPjQy7Vv3EiF0o.png','name':'Plan B Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-10-05","289847354","151","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'cn','name':'????????? / ?????????'}]","Released","Lies. Betrayal. Sacrifice. How far will you take it?","The Departed","false","8.1","7559" +"false","/yiJonnQUW5luTsQy2KuUuOZqtjM.jpg","{'id':87258,'name':'The Descent Collection','poster_path':'/nKF0faDJsoALc70tptEoQsQsIUq.jpg','backdrop_path':'/5I9Avp1dL16ZaO1qkVSfo0k3PpC.jpg'}","0","[{'id':12,'name':'Adventure'},{'id':27,'name':'Horror'}]","","9392","tt0435625","en","The Descent","After a tragic accident, six friends reunite for a caving expedition. Their adventure soon goes horribly wrong when a collapse traps them deep underground and they find themselves pursued by bloodthirsty creatures. As their friendships deteriorate, they find themselves in a desperate struggle to survive the creatures and each other.","10.526","/ldzNyitGjBLjjOzLTaQyYDMVDF1.jpg","[{'id':7981,'logo_path':'/6Yv1gIAuGkHS5Vis4UjnqHhCPWV.png','name':'Path??!','origin_country':'FR'},{'id':3573,'logo_path':null,'name':'Celador Films','origin_country':''},{'id':45785,'logo_path':null,'name':'Northmen Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2005-07-08","0","99","[{'iso_639_1':'en','name':'English'}]","Released","Scream your last breath.","The Descent","false","6.9","1790" +"false","/kzRUFR2FiITeP9LMPe8j2zrC7Xv.jpg","null","15000000","[{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","","11778","tt0077416","en","The Deer Hunter","A group of working-class friends decides to enlist in the Army during the Vietnam War and finds it to be hellish chaos -- not the noble venture they imagined. Before they left, Steven married his pregnant girlfriend -- and Michael and Nick were in love with the same woman. But all three are different men upon their return.","16.097","/slNJESItHPqp1CENEJQUPw8d7WE.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':538,'logo_path':null,'name':'EMI Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1978-12-08","50000000","183","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'vi','name':'Ti???ng Vi???t'}]","Released","","The Deer Hunter","false","8","1671" +"false","/8CIYv7iQgB5aXBC82a49DJ1TrCc.jpg","null","3000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","24936","tt0250323","en","The Deep End","With her husband Jack perpetually away at work, Margaret Hall raises her children virtually alone. Her teenage son is testing the waters of the adult world, and early one morning she wakes to find the dead body of his gay lover on the beach of their rural lakeside home. What would you do? What is rational and what do you do to protect your child? How far do you go and when do you stop?","5.259","/oUgBDA13TqyWUKnNgazqfqpcYhN.jpg","[{'id':26927,'logo_path':null,'name':'i5 Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-01-21","0","101","[{'iso_639_1':'en','name':'English'}]","Released","","The Deep End","false","6.1","56" +"false","/b7jIi5nqxYrJbUnr6OQrR2YPdZf.jpg","null","20000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.debt-themovie.com/","48289","tt1226753","en","The Debt","Rachel Singer is a former Mossad agent who tried to capture a notorious Nazi war criminal ??? the Surgeon of Birkenau ??? in a secret Israeli mission that ended with his death on the streets of East Berlin. Now, 30 years later, a man claiming to be the doctor has surfaced, and Rachel must return to Eastern Europe to uncover the truth. Overwhelmed by haunting memories of her younger self and her two fellow agents, the still-celebrated heroine must relive the trauma of those events and confront the debt she has incurred.","7.901","/3yahVgm0VUdWynMdxKcSEKPmIuw.jpg","[{'id':9217,'logo_path':null,'name':'Pioneer Pictures','origin_country':''},{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':5374,'logo_path':'/8dgIXEObpRYixczGSpyW9rgnN53.png','name':'Marv Films','origin_country':'GB'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-06-15","45636368","113","[{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","Every secret comes with a price.","The Debt","false","6.5","385" +"false","/hnGKOICt6j6GEUFp9AdlMdtmBxD.jpg","null","22000000","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","10425","tt0473188","en","The Death and Life of Bobby Z","A DEA agent provides former Marine Tim Kearney with a way out of his prison sentence: impersonate Bobby Z, a recently deceased drug dealer, in a hostage switch with a crime lord. When the negotiations go awry, Kearney flees, with Z's son in tow.","7.391","/CrwVuuaxOr4AZuMqLXsL3bQAbo.jpg","[{'id':8056,'logo_path':null,'name':'Eclectic pictures','origin_country':'US'},{'id':1020,'logo_path':'/kuUIHNwMec4dwOLghDhhZJzHZTd.png','name':'Millennium Films','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2007-07-23","413454","97","[{'iso_639_1':'en','name':'English'}]","Released","To live a life of his own, he has to die first.","The Death and Life of Bobby Z","false","5.9","165" +"false","/hw0CSbY5ciKQzv715oGrarpoOan.jpg","{'id':126166,'name':'The Delta Force Collection','poster_path':'/d1HmnEvLQF2KMZZf6BBVyJQQiQJ.jpg','backdrop_path':'/xBmRGgMgesDqU5ypbRNEj2HlxM2.jpg'}","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","16113","tt0090927","en","The Delta Force","A 707 aircraft jetliner on its way from Athens to Rome and then to New York City is hijacked by Lebanese terrorists. The terrorists demand that the pilot take them to Beirut. What the terrorists don't realize is that an elite team of commandoes led by Major McCoy (Norris) and by Colonel Alexander (Marvin) has been called into service to eliminate all terrorists on the jetliner.","7.664","/s4eOKbrvL4ifBcTS0te0mjXfKd7.jpg","[{'id':1444,'logo_path':'/5jvFLUVXGXxkyszL9cqJN5hNhJ6.png','name':'Cannon Group','origin_country':'US'},{'id':13549,'logo_path':null,'name':'Golan-Globus Productions','origin_country':''}]","[{'iso_3166_1':'IL','name':'Israel'},{'iso_3166_1':'US','name':'United States of America'}]","1986-02-14","17768900","125","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'el','name':'????????????????'},{'iso_639_1':'he','name':'????????????????'}]","Released","They don't negotiate with terrorists... they blow them away!","The Delta Force","false","5.6","145" +"false","/7LRuImFC4NKxutT3yvdqxinEXjo.jpg","null","10000000","[{'id':27,'name':'Horror'}]","","11336","tt0085407","en","The Dead Zone","Johnny Smith is a schoolteacher with his whole life ahead of him but, after leaving his fiancee's home one night, is involved in a car crash which leaves him in a coma for 5 years. When he wakes, he discovers he has an ability to see into the past, present and future life of anyone with whom he comes into physical contact.","8.103","/bKpc5xO3o3DHDqaUJWMoVxgpJRM.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':1176,'logo_path':null,'name':'Lorimar Film Entertainment','origin_country':'US'},{'id':10308,'logo_path':null,'name':'Dino De Laurentiis Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1983-10-21","20766616","103","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","In his mind, he has the power to see the future. In his hands, he has the power to change it.","The Dead Zone","false","7","568" +"false","/v761yOHKO3p6Yr7LDCjud6tUL5G.jpg","{'id':10456,'name':'Dirty Harry Collection','poster_path':'/wv5v7fTSZgULWqriWFxaWVk0CWm.jpg','backdrop_path':'/nlpixhOhb3JmFqVXKjCwpYFpldf.jpg'}","20000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","10651","tt0094963","en","The Dead Pool","Dirty Harry Callahan returns for his final film adventure. Together with his partner Al Quan, he must investigate the systematic murder of actors and musicians. By the time Harry learns that the murders are a part of a sick game to predict the deaths of celebrities before they happen, it may be too late...","9.263","/9ZUSqox9lIxN4xaYBac2QXMFcZj.jpg","[{'id':171,'logo_path':null,'name':'Malpaso Productions','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-07-12","0","91","[{'iso_639_1':'en','name':'English'}]","Released","Dirty Harry Just Learned A New Game.","The Dead Pool","false","6.4","336" +"false","/A8uCJhXcwHyUcb2h6IdgHKAN5jS.jpg","{'id':294226,'name':'The Dead Collection','poster_path':'/5ktVahJejSiHQFARdYDl7WfZTWp.jpg','backdrop_path':'/fi8rckkIPpR1jc9aLQn0x4h6Z8f.jpg'}","0","[{'id':27,'name':'Horror'}]","","214464","tt2917336","en","The Dead 2: India","The Sequel to the Ford brothers The Dead. The action moves to India.","1.469","/ywi8BieG0cK9fKsOw1HwlTsyejl.jpg","[]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2013-08-22","0","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'hi','name':'??????????????????'}]","Released","The Feeding Continues","The Dead 2: India","false","5.1","25" +"false","/bfRgom0djZB8z7qbtjM542j3xrT.jpg","null","80000000","[{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","10200","tt0970416","en","The Day the Earth Stood Still","A representative of an alien race that went through drastic evolution to survive its own climate change, Klaatu comes to Earth to assess whether humanity can prevent the environmental damage they have inflicted on their own planet. When barred from speaking to the United Nations, he decides humankind shall be exterminated so the planet can survive.","13.313","/7fNFk4EAGbuRFqrSJprgXEIX5Za.jpg","[{'id':6332,'logo_path':null,'name':'Dune Entertainment III','origin_country':'US'},{'id':20374,'logo_path':null,'name':'Earth Canada Productions','origin_country':''},{'id':20375,'logo_path':null,'name':'Hammerhead Productions','origin_country':''},{'id':787,'logo_path':'/cCefBs1t7jxtiz3eCxBp9yxrxGx.png','name':'3 Arts Entertainment','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2008-12-10","233093859","104","[{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'en','name':'English'}]","Released","12.12.08 is the Day the Earth Stood Still","The Day the Earth Stood Still","false","5.3","1690" +"false","/5nuEZfbbBdg6eXsytbmVbntH9ES.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':18,'name':'Drama'}]","","28430","tt0054790","en","The Day the Earth Caught Fire","British reporters suspect an international cover-up of a global disaster in progress... and they're right. Hysterical panic has engulfed the world after the United States and the Soviet Union simultaneously detonate nuclear devices and have caused the orbit of the Earth to alter, sending it hurtling towards the sun.","2.671","/m0G0b528YVdrayoqmuuwKxRMXdS.jpg","[{'id':16206,'logo_path':null,'name':'Pax Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1961-11-01","0","98","[{'iso_639_1':'en','name':'English'}]","Released","The INCREDIBLE becomes Real! The IMPOSSIBLE becomes Fact! The UNBELIEVABLE becomes True!","The Day the Earth Caught Fire","false","7.3","43" +"false","/2ZR6XaM6g4Q511Yf70rUayX5mg7.jpg","null","16000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':12,'name':'Adventure'}]","","166452","tt1899285","en","Bitwa pod Wiedniem","Storyline: In the summer of 1683, 300 000 Ottoman Empire's warriors begin the siege of Vienna. City's fall, will open way to conquer the Europe. The Sept 11 is the day of main battle between Polish cavalry under the King Jan III Sobieski and Turks.","3.185","/dxIXolhiyXEg2ZWuGC4U4kr9llk.jpg","[{'id':2683,'logo_path':'/mOL2WcHtox2urbUf1oJvjw7kz01.png','name':'Rai Cinema','origin_country':'IT'},{'id':36299,'logo_path':null,'name':'Agresywna Banda','origin_country':''},{'id':26261,'logo_path':'/thn5VXJ5JegdrtiJn7mFuV2NWB6.png','name':'Film Commission Torino Piemonte','origin_country':'IT'},{'id':34751,'logo_path':null,'name':'Martinelli Film Company International','origin_country':''}]","[{'iso_3166_1':'PL','name':'Poland'},{'iso_3166_1':'IT','name':'Italy'}]","2012-10-11","0","114","[{'iso_639_1':'en','name':'English'}]","Released","","September Eleven 1683","false","5.2","18" +"false","/6cX77zv88I7acchSvbO9Qx4dqxc.jpg","null","125000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","http://www.thedayaftertomorrow.com/","435","tt0319262","en","The Day After Tomorrow","After years of increases in the greenhouse effect, havoc is wreaked globally in the form of catastrophic hurricanes, tornadoes, tidal waves, floods and the beginning of a new Ice Age. Paleoclimatologist, Jack Hall tries to warn the world while also shepherding to safety his son, trapped in New York after the city is overwhelmed by the start of the new big freeze.","11.91","/pRmpaFjtegy8PnUvSBDyT9dm7c.jpg","[{'id':54502,'logo_path':null,'name':'Mel's Cite du Cinema','origin_country':''},{'id':35,'logo_path':'/wxrHa3nZ1K4zo65p56991INkGo6.png','name':'Lions Gate Films','origin_country':'US'},{'id':347,'logo_path':null,'name':'Centropolis Entertainment','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'},{'id':1557,'logo_path':'/ccz9bqCu3jSFKbPFnfWmjAKZLBL.png','name':'The Mark Gordon Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-05-26","544272402","124","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Where will you be?","The Day After Tomorrow","false","6.4","4177" +"false","/gPFvmqpmHoNWbRiMfWqYXxzUHTh.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","84226","tt1756799","en","The Day","Open war against humanity rages. For five survivors ??? lost and on the run ??? the pursuit is relentless, the bullets are dwindling and the battle is everywhere. This is a 24-hour look into their lives.","5.935","/iRW0Bu6ywti3pmuH3V74Yt2tb3D.jpg","[{'id':44815,'logo_path':null,'name':'Faction M','origin_country':''},{'id':13362,'logo_path':null,'name':'Preferred Content','origin_country':''},{'id':44816,'logo_path':null,'name':'Guy A. Danella Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-09-15","0","85","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","Fight. Or Die.","The Day","false","5","121" +"false","/otZSXsHSJNUSd6vIT4YUPTbviI5.jpg","null","30000000","[{'id':27,'name':'Horror'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","","71469","tt1093357","en","The Darkest Hour","In Moscow, five young people lead the charge against an alien race which has attacked Earth via our power supply.","10.672","/vRfn8Zxm4Xfssb7TFiSMDfpJEn.jpg","[{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':1038,'logo_path':'/o62j8ZNXmRTrq6ThviFWiL9zb8J.png','name':'Bazelevs Production','origin_country':'RU'},{'id':3638,'logo_path':null,'name':'The Jacobson Company','origin_country':''},{'id':10104,'logo_path':'/hNuGhsKVlmhnwSRcmOejDBDjh6w.png','name':'New Regency Pictures','origin_country':'US'},{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'RU','name':'Russia'}]","2011-12-22","64626786","89","[{'iso_639_1':'en','name':'English'}]","Released","Survive The Holidays","The Darkest Hour","false","4.9","707" +"false","/40OhgCuezMi5q97D4YxfoDH1W74.jpg","null","0","[{'id':53,'name':'Thriller'}]","","44041","tt0038455","en","The Dark Mirror","De Havilland plays two roles in this entertaining psychological drama. A sister and her disturbed twin are implicated in a Hollywood murder and a police detective must figure out which one's the killer.","2.882","/9cJ5pernmB55fTZUGUovBCEgbYk.jpg","[{'id':4995,'logo_path':null,'name':'International Pictures (I)','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1946-10-17","0","85","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Twins! One who loves... one who loves to Kill!","The Dark Mirror","false","7.1","33" +"false","/f6ljQGv7WnJuwBPty017oPWfqjx.jpg","{'id':263,'name':'The Dark Knight Collection','poster_path':'/bqS2lMgGkuodIXtDILFWTSWDDpa.jpg','backdrop_path':'/xfKot7lqaiW4XpL5TtDlVBA9ei9.jpg'}","250000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.thedarkknightrises.com/","49026","tt1345836","en","The Dark Knight Rises","Following the death of District Attorney Harvey Dent, Batman assumes responsibility for Dent's crimes to protect the late attorney's reputation and is subsequently hunted by the Gotham City Police Department. Eight years later, Batman encounters the mysterious Selina Kyle and the villainous Bane, a new terrorist leader who overwhelms Gotham's finest. The Dark Knight resurfaces to protect a city that has branded him an enemy.","25.206","/dEYnvnUfXrqvqeRSqvIEtmzhoA8.jpg","[{'id':9996,'logo_path':'/3tvBqYsBhxWeHlu62SIJ1el93O7.png','name':'Syncopy','origin_country':'GB'},{'id':923,'logo_path':'/5UQsZrfbfG2dYJbx8DxfoTr2Bvu.png','name':'Legendary Entertainment','origin_country':'US'},{'id':9993,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Entertainment','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-07-16","1084939099","165","[{'iso_639_1':'en','name':'English'}]","Released","The Legend Ends","The Dark Knight Rises","false","7.7","13508" +"false","/hqkIcbrOHL86UncnHIsHVcVmzue.jpg","{'id':263,'name':'The Dark Knight Collection','poster_path':'/bqS2lMgGkuodIXtDILFWTSWDDpa.jpg','backdrop_path':'/xfKot7lqaiW4XpL5TtDlVBA9ei9.jpg'}","185000000","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","http://thedarkknight.warnerbros.com/dvdsite/","155","tt0468569","en","The Dark Knight","Batman raises the stakes in his war on crime. With the help of Lt. Jim Gordon and District Attorney Harvey Dent, Batman sets out to dismantle the remaining criminal organizations that plague the streets. The partnership proves to be effective, but they soon find themselves prey to a reign of chaos unleashed by a rising criminal mastermind known to the terrified citizens of Gotham as the Joker.","32.292","/1hRoyzDtpgMU7Dz4JF22RANzQO7.jpg","[{'id':9993,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Entertainment','origin_country':'US'},{'id':429,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Comics','origin_country':'US'},{'id':923,'logo_path':'/5UQsZrfbfG2dYJbx8DxfoTr2Bvu.png','name':'Legendary Entertainment','origin_country':'US'},{'id':9996,'logo_path':'/3tvBqYsBhxWeHlu62SIJ1el93O7.png','name':'Syncopy','origin_country':'GB'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2008-07-16","1004558444","152","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'zh','name':'?????????'}]","Released","Why So Serious?","The Dark Knight","false","8.4","18294" +"false","/xW6U2KXOo7hB1tRAmV01960SIYF.jpg","null","15000000","[{'id':9648,'name':'Mystery'},{'id':27,'name':'Horror'}]","","10349","tt0106664","en","The Dark Half","Thad Beaumont is the author of a highly successful series of violent pulp thrillers written under the pseudonym of ???George Stark???, but when he decides to ???kill-off??? his alter-ego in a mock ceremony, it precipitates a string of sadistic murders matching those in his pulp novels, which are soon discovered to be the work of Stark himself. Looking like a maniacal version of his counterpart, Stark is not so willing to quit the writing game ??? even if it means coming after Thad's wife and their baby.","7.983","/x9ROx7QrJkMK7vet6uhsgrM4Y8Z.jpg","[{'id':40490,'logo_path':null,'name':'George A. Romero Productions','origin_country':''},{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-04-23","10611160","122","[{'iso_639_1':'en','name':'English'}]","Released","There are very good reasons to be afraid of the dark.","The Dark Half","false","5.8","142" +"false","/mUjLt8b7dKbLHiaVBpSp7AUJXfn.jpg","null","3000000","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","","258086","tt2387408","en","The Damned","After suffering the recent loss of his wife, David Reynolds decides to take his family on a cathartic trip to her home village in Columbia. While en route, they get into a car accident and seek refuge in a secluded inn. While there they find a mysterious young girl, Ana Maria, locked up with cryptic symbols painted on the walls of her cell. Shocked by the treatment of her caretaker, the family sets Ana free only to realize that she is possessed by an evil spirit from centuries past. What???s worse, the spirit can jump from person to person, creating a deadly dynamic amongst the once loving family. Now, David must figure out a way to lock the spirit up for good before it destroys him and his family.","7.094","/r7rp9wxy8nkCUwro6A792NB8Hb2.jpg","[{'id':13921,'logo_path':null,'name':'Launchpad Productions','origin_country':''},{'id':28494,'logo_path':null,'name':'Bowery Hills Entertainment','origin_country':'US'},{'id':28496,'logo_path':null,'name':'RCN Films & e-nnovva','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-10-17","5758519","87","[{'iso_639_1':'en','name':'English'}]","Released","Every Body Has a Secret.","The Damned","false","5","110" +"false","/hcAMO4LF6G2hvsTpNgmY1kFj3jJ.jpg","{'id':115776,'name':'Robert Langdon Collection','poster_path':'/8AeWdpMobmSlo4G2eY4w8REdIDe.jpg','backdrop_path':'/j1IqpLhCypllamjKe6C2RstjfEQ.jpg'}","125000000","[{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","http://www.sonypictures.com/movies/thedavincicode/","591","tt0382625","en","The Da Vinci Code","A murder in Paris??? Louvre Museum and cryptic clues in some of Leonardo da Vinci???s most famous paintings lead to the discovery of a religious mystery. For 2,000 years a secret society closely guards information that ??? should it come to light ??? could rock the very foundations of Christianity.","21.645","/5IqaT3fza0Y9vKazjGwDGsNuuS8.jpg","[{'id':23,'logo_path':'/mkxNjThahj5pvntvYKVpMbWXm3D.png','name':'Imagine Entertainment','origin_country':'US'},{'id':8253,'logo_path':null,'name':'Skylark Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-05-17","767820459","149","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'la','name':'Latin'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Seek the truth","The Da Vinci Code","false","6.6","4868" +"false","/u4izHlsHk8jwalt5m7E2uzP8q9E.jpg","null","150000000","[{'id':14,'name':'Fantasy'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'},{'id':10749,'name':'Romance'}]","http://www.benjaminbutton.com/","4922","tt0421715","en","The Curious Case of Benjamin Button","Tells the story of Benjamin Button, a man who starts aging backwards with bizarre consequences.","17.283","/gjMR102u5hPdIAWX7O2rim8ZWgA.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':862,'logo_path':'/udTjbqPmcTbfrihMuLtLcizDEM1.png','name':'The Kennedy/Marshall Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-12-25","333932083","166","[{'iso_639_1':'en','name':'English'}]","Released","Life isn't measured in minutes, but in moments.","The Curious Case of Benjamin Button","false","7.4","6277" +"false","/ylLdD5dj4JGr0qgVrb444pCka7G.jpg","null","1754000","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","http://www.thecuremovie.com/","260203","tt2175947","en","The Cure","When a young female scientist discovers that the pharmaceutical company she works for had developed a cure for cancer years earlier, she attempts to release it to the world. Knowing that they make more money from chemotherapy drugs than the cure, the company does everything it can to stop her.","1.256","/fLVH69fdX23rdJrdu4wniZfv4Qk.jpg","[{'id':40111,'logo_path':null,'name':'David Gould Studios','origin_country':''}]","[{'iso_3166_1':'NZ','name':'New Zealand'}]","2014-02-06","0","89","[{'iso_639_1':'en','name':'English'}]","Released","The cure for cancer must never be revealed","The Cure","false","4.5","16" +"false","/scQjM3WP7cDvdizKnTb6MCu0WWb.jpg","{'id':9436,'name':'The Crow Collection','poster_path':'/kfU8OZptlBfR5DL9LNGL301Zmlz.jpg','backdrop_path':'/xxJs7xqY0vMuNlznQboBzq8RlZm.jpg'}","15000000","[{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","https://www.miramax.com/movie/the-crow/","9495","tt0109506","en","The Crow","Exactly one year after young rock guitarist Eric Draven and his fianc??e are brutally killed by a ruthless gang of criminals, Draven -- watched over by a hypnotic crow -- returns from the grave to exact revenge.","14.783","/vrQZSCP3WeYXCTXdJQ6mXgxb9L4.jpg","[{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'},{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':4028,'logo_path':null,'name':'Crowvision Inc.','origin_country':''},{'id':4029,'logo_path':null,'name':'Entertainment Media Investment Corporation','origin_country':''},{'id':4030,'logo_path':null,'name':'Jeff Most Productions','origin_country':''},{'id':6455,'logo_path':null,'name':'Edward R. Pressman Film','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-05-11","94000000","102","[{'iso_639_1':'en','name':'English'}]","Released","Believe in angels.","The Crow","false","7.4","1735" +"false","/5f52cZjCdE5BTFaoKzvnayhhD3j.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","27526","tt0112744","en","The Crossing Guard","After his daughter died in a hit and run, Freddy Gale has waited six years for John Booth, the man responsible, to be released from prison. On the day of release, Gale visits Booth and announces that he will kill him in one week. Booth uses his time to try and make peace with himself and his entourage, and even finds romance. Gale, whose life is spiraling down because of his obsession towards Booth, will bring himself on the very edge of sanity. At he end of the week, both men will find themselves on a collision course with each other.","7.562","/mMXL84GqES2HYpJ0Zt18I7m6mfU.jpg","[{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-11-15","0","111","[{'iso_639_1':'en','name':'English'}]","Released","...some lives cross, others collide.","The Crossing Guard","false","6","115" +"false","/vg2hf8eAZhULxtQRS87CbrH2WMQ.jpg","{'id':464577,'name':'The Croods Collection','poster_path':'/ngKY2KzudNpC7j8a0OWjJRY0tHv.jpg','backdrop_path':'/8MjzBahFKCuQbwytpPPds7qboQa.jpg'}","135000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","http://www.thecroodsmovie.com/","49519","tt0481499","en","The Croods","The Croods is a prehistoric comedy adventure that follows the world's first family as they embark on a journey of a lifetime when the cave that has always shielded them from danger is destroyed. Traveling across a spectacular landscape, the Croods discover an incredible new world filled with fantastic creatures -- and their outlook is changed forever.","20.798","/eHi3Nbgh6Cs2KiIyEMF4Ig4CdjX.jpg","[{'id':521,'logo_path':'/kP7t6RwGz2AvvTkvnI1uteEwHet.png','name':'DreamWorks Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-03-20","585178928","98","[{'iso_639_1':'en','name':'English'}]","Released","Meet the first modern family.","The Croods","false","6.8","3735" +"false","/9payiNC2a617CoAat8vxIRiVC1Z.jpg","null","20000000","[{'id':9648,'name':'Mystery'},{'id':27,'name':'Horror'},{'id':28,'name':'Action'}]","","29427","tt0455407","en","The Crazies","Four friends find themselves trapped in their small hometown after they discover their friends and neighbors going quickly and horrifically insane.","8.901","/s15bIs5uLEqPEQERH5YqjCjY6gd.jpg","[{'id':4916,'logo_path':null,'name':'Penn Station Entertainment','origin_country':''},{'id':6735,'logo_path':'/6yyByQrmTAgJv0QzZ1Eh1jiGX4R.png','name':'Participant Media','origin_country':'US'},{'id':12807,'logo_path':'/i1TyJLN5V53V6IKbugEzwM3tMvw.png','name':'Overture Films','origin_country':'US'},{'id':6736,'logo_path':null,'name':'Imagenation Abu Dhabi FZ','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-02-26","54956140","101","[{'iso_639_1':'en','name':'English'}]","Released","Fear Thy Neighbor","The Crazies","false","6.2","1011" +"false","/doMoN3efVN4NefceDtLVY8879fR.jpg","null","15000000","[{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':35,'name':'Comedy'}]","","9100","tt0115963","en","The Craft","A Catholic school newcomer falls in with a clique of teen witches who wield their powers against all who dare to cross them -- be they teachers, rivals or meddlesome parents.","8.611","/8UCScpzQbeJcSkY7ZgRpblYh0lP.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-05-03","24769466","101","[{'iso_639_1':'en','name':'English'}]","Released","Welcome to the witching hour.","The Craft","false","6.4","656" +"false","/ctnHBZ6e25NsGVSWx7rF1OklR7D.jpg","null","20000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","9954","tt0475944","en","The Covenant","Four young men who belong to a supernatural legacy are forced to battle a fifth power long thought to have died out. Another great force they must contend with is the jealousy and suspicion that threatens to tear them apart.","9.667","/4ePrI1DZsXaRH3a9fklZOY2TYp4.jpg","[{'id':3287,'logo_path':'/bz6GbCQQXGNE56LTW9dwgksW0Iw.png','name':'Screen Gems','origin_country':'US'},{'id':126,'logo_path':'/kADPanRDkKTxncPXXVahvHPUvCj.png','name':'Lakeshore Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-09-08","37597471","97","[{'iso_639_1':'en','name':'English'}]","Released","Only the power of Hell can help them.","The Covenant","false","5.3","504" +"false","/n6UosJIf4xUDrCeZMbLXW6M6peg.jpg","null","35000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","11362","tt0245844","en","The Count of Monte Cristo","Edmond Dant??s's life and plans to marry the beautiful Mercedes are shattered when his best friend, Fernand, deceives him. After spending 13 miserable years in prison, Dant??s escapes with the help of a fellow inmate and plots his revenge, cleverly insinuating himself into the French nobility.","10.466","/u1tLUDAMjOutrnSCyDhiiyZs50L.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':158,'logo_path':'/6SHlNIype9zmyEMRsBtoueUtLsq.png','name':'Spyglass Entertainment','origin_country':'US'},{'id':7692,'logo_path':null,'name':'World 2000 Entertainment','origin_country':'IE'},{'id':7693,'logo_path':null,'name':'Count of Monte Cristo Ltd.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-01-23","75395048","131","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Prepare for adventure. Count on revenge.","The Count of Monte Cristo","false","7.4","756" +"false","/aWqyoI3u1PigWrXAMyeX568vTXW.jpg","null","25000000","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","109091","tt2193215","en","The Counselor","A lawyer finds himself in far over his head when he attempts to get involved in drug trafficking.","8.63","/uxp6rHVBzUqZCyTaUI8xzUP5sOf.jpg","[{'id':14384,'logo_path':null,'name':'Translux','origin_country':''},{'id':711,'logo_path':'/tEiIH5QesdheJmDAqQwvtN60727.png','name':'Fox 2000 Pictures','origin_country':'US'},{'id':1645,'logo_path':'/6Ry6uNBaa0IbbSs1XYIgX5DkA9r.png','name':'Scott Free Productions','origin_country':''},{'id':8073,'logo_path':null,'name':'Nick Wechsler Productions','origin_country':''},{'id':13649,'logo_path':null,'name':'Chockstone Pictures','origin_country':''},{'id':22213,'logo_path':'/qx9K6bFWJupwde0xQDwOvXkOaL8.png','name':'TSG Entertainment','origin_country':'US'},{'id':290,'logo_path':'/Q8mw2AOQQc8Qg0uNwLWq86DVZv.png','name':'Ingenious Media','origin_country':'GB'},{'id':10893,'logo_path':null,'name':'Big Screen Productions','origin_country':''},{'id':4169,'logo_path':null,'name':'Kanzaman','origin_country':'ES'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2013-10-25","71009334","117","[{'iso_639_1':'en','name':'English'}]","Released","Sin Is A Choice.","The Counselor","false","5.1","1041" +"false","/5pbP4dPcODqHl6eWPjeMkvIzdGJ.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","7452","tt0097108","en","The Cook, the Thief, His Wife & Her Lover","The wife of an abusive criminal finds solace in the arms of a kind regular guest in her husband's restaurant.","7.166","/aDgKRKZD4ntHriXoqKfXxtvvSB5.jpg","[{'id':2238,'logo_path':null,'name':'Elsevira','origin_country':''},{'id':2240,'logo_path':null,'name':'Erbograph Co.','origin_country':''},{'id':2241,'logo_path':null,'name':'Vendex','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'FR','name':'France'}]","1989-09-10","0","125","[{'iso_639_1':'en','name':'English'}]","Released","Lust...Murder...Dessert. Bon Appetit!","The Cook, the Thief, His Wife & Her Lover","false","7.5","234" +"false","/wnL9c82VuHoA5Tzb1W4I62aQLhq.jpg","null","25000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","9455","tt0142192","en","The Corruptor","Danny is a young cop partnered with Nick, a seasoned but ethically tainted veteran. As the two try to stop a gang war in Chinatown, Danny relies on Nick but grows increasingly uncomfortable with the way Nick gets things done.","7.071","/1kpKP7kRrM5fILamcdiQs996fcc.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':3480,'logo_path':null,'name':'Illusion Entertainment Group','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-03-12","15156200","110","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'cn','name':'????????? / ?????????'},{'iso_639_1':'zh','name':'?????????'}]","Released","You can't play by the rules if there aren't any.","The Corruptor","false","6.1","103" +"false","/6cc8S1PkwWXyDe4MJr4QdwcMziZ.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","59018","tt0481494","de","The Controller","A billionaire has 8 hours to get his wife back, with help from armchair combat professionals.","0.6","/yehKFGJXea1axfiWnhDE58NkTga.jpg","[]","[]","2008-01-01","0","100","[]","Released","Armchair Combat Professionals : The Heroic Adventure for the 21st Century","The Controller","false","3.2","6" +"false","/wDbRly7L34PcvzPlbUqgsttubAU.jpg","null","60000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'}]","","9341","tt0298814","en","The Core","Geophysicist Dr. Josh Keyes discovers that an unknown force has caused the earth's inner core to stop rotating. With the planet's magnetic field rapidly deteriorating, our atmosphere literally starts to come apart at the seams with catastrophic consequences. To resolve the crisis, Keyes, along with a team of the world's most gifted scientists, travel into the earth's core. Their mission: detonate a device that will reactivate the core.","8.962","/xPhO4FuZbbjZrN4LxTDeK45hgfT.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':496,'logo_path':null,'name':'David Foster Productions','origin_country':''},{'id':2199,'logo_path':null,'name':'HorsePower Entertainment','origin_country':'US'},{'id':12213,'logo_path':null,'name':'Core Productions','origin_country':''},{'id':7161,'logo_path':null,'name':'LivePlanet','origin_country':''},{'id':12214,'logo_path':null,'name':'Munich Film Partners New Century & Company (MFP) Core Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'DE','name':'Germany'}]","2003-03-28","74208267","136","[{'iso_639_1':'en','name':'English'}]","Released","Earth has a deadline.","The Core","false","5.6","802" +"false","/cQRFjaXsEfCTtd2h18xZv49REqP.jpg","null","25000000","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","1985","tt0387131","en","The Constant Gardener","Justin Quayle is a low-level British diplomat who has always gone about his work very quietly, not causing any problems. But after his radical wife Tessa is killed he becomes determined to find out why, thrusting himself into the middle of a very dangerous conspiracy.","9.813","/r7QOXMcuIqZUeIVXVc4BCZrd9ni.jpg","[{'id':7419,'logo_path':null,'name':'Scion Films','origin_country':''},{'id':264,'logo_path':'/fA90qwUKgPhMONqtwY60GaHRyrW.png','name':'Studio Babelsberg','origin_country':'DE'},{'id':1171,'logo_path':null,'name':'Epsilon Motion Pictures','origin_country':'CH'},{'id':2452,'logo_path':'/6CLoZ59fLPG7UyxQtGTqRevjf58.png','name':'UK Film Council','origin_country':'GB'},{'id':10146,'logo_path':'/xnFIOeq5cKw09kCWqV7foWDe4AA.png','name':'Focus Features','origin_country':'US'},{'id':33680,'logo_path':null,'name':'Blue Sky Films','origin_country':''},{'id':834,'logo_path':null,'name':'Potboiler Productions','origin_country':'GB'}]","[{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2005-08-31","82466670","129","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'sw','name':'Kiswahili'}]","Released","Love. At any cost.","The Constant Gardener","false","7.1","688" +"false","/9RyMAuWODfrpWXPUkL32vBx7rjc.jpg","null","25000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","http://www.conspiratorthemovie.com/","60309","tt0968264","en","The Conspirator","Mary Surratt is the lone female charged as a co-conspirator in the assassination trial of Abraham Lincoln. As the whole nation turns against her, she is forced to rely on her reluctant lawyer to uncover the truth and save her life.","5.634","/pWLyclt4Ejl3elm2MtVG3jx4a0X.jpg","[{'id':316,'logo_path':null,'name':'Wildwood Enterprises','origin_country':'US'},{'id':7486,'logo_path':null,'name':'American Film Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-09-10","15478800","122","[{'iso_639_1':'en','name':'English'}]","Released","One bullet killed the President. But not one man.","The Conspirator","false","6.5","220" +"false","/ksV4twEYj9HUjq2MP6q2dM0rxWX.jpg","{'id':313086,'name':'The Conjuring Collection','poster_path':'/z5VKhNSQKQyxm0co68HAkCqHnmX.jpg','backdrop_path':'/oU1hA6PorJHcvsmhIdQOcxze6QC.jpg'}","13000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://theconjuring.warnerbros.com","138843","tt1457767","en","The Conjuring","Paranormal investigators Ed and Lorraine Warren work to help a family terrorized by a dark presence in their farmhouse. Forced to confront a powerful entity, the Warrens find themselves caught in the most terrifying case of their lives.","18.278","/ejrD1lkCIQX26TO8k4gePsFpcyX.jpg","[{'id':31375,'logo_path':null,'name':'Evergreen Media Group','origin_country':''},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':11565,'logo_path':null,'name':'The Safran Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-07-18","319494638","112","[{'iso_639_1':'en','name':'English'}]","Released","Based on the true case files of the Warrens","The Conjuring","false","7.5","5648" +"false","/hMOdYPLsU4L5NUCoNIj8Y9kW8OP.jpg","null","0","[{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'},{'id':16,'name':'Animation'}]","","152795","tt1821641","en","The Congress","More than two decades after catapulting to stardom with The Princess Bride, Robin Wright decides to take her final job: preserving her likeness for a future Hollywood. Through a deal brokered by her loyal, longtime agent and the head of Miramount Studios, her digital doppelganger will be controlled by the studio, and will star in any film they want, with no restrictions. In return, she receives healthy compensation so she can care for her ailing son. Twenty years later, under the creative vision of the studio???s head animator, Wright???s double rises to immortal stardom. With her contract expiring, she is invited to speak at Miramount's ""Futurological Congress"". However, a group of terrorists plot an attack on the convention.","5.759","/nnKX3ahYoT7P3au92dNgLf4pKwA.jpg","[{'id':254,'logo_path':null,'name':'Pandora Filmproduktion','origin_country':'DE'},{'id':3984,'logo_path':'/pvOBu9K0zTRuwJW7WII34x17kdz.png','name':'Entre Chien et Loup','origin_country':'BE'},{'id':6477,'logo_path':'/tn6i5FOfcfCrYR3zviZVvYdolwu.png','name':'Opus Film','origin_country':'PL'},{'id':17931,'logo_path':null,'name':'Bridgit Folman Film Gang','origin_country':''},{'id':19437,'logo_path':'/1VqbDOThEcmDR6gn7et7cAs4lwr.png','name':'Paul Thiltges Distributions','origin_country':'LU'},{'id':60111,'logo_path':null,'name':'Liverpool','origin_country':''}]","[{'iso_3166_1':'IL','name':'Israel'},{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'LU','name':'Luxembourg'},{'iso_3166_1':'PL','name':'Poland'}]","2013-05-16","455815","122","[{'iso_639_1':'en','name':'English'}]","Released","","The Congress","false","6.6","258" +"false","/2p4dSrGUij4Geg17C2N7augYL4T.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","87496","tt1381404","en","The Company You Keep","A former Weather Underground activist goes on the run from a journalist who discovers his identity.","6.957","/8tP3MK8A5Qah2bMHcXB6E7QF1aN.jpg","[{'id':55063,'logo_path':null,'name':'TCYK North Productions','origin_country':''},{'id':316,'logo_path':null,'name':'Wildwood Enterprises','origin_country':'US'},{'id':1063,'logo_path':'/fpVBhNnopOZwGuF0gg99oBHp1ht.png','name':'Brightlight Pictures','origin_country':'CA'},{'id':770,'logo_path':null,'name':'Kingsgate Films','origin_country':''},{'id':6626,'logo_path':'/A1BnMoWjzjOrjzpWimyBQkf84mS.png','name':'Voltage Pictures','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2012-09-06","19633027","121","[{'iso_639_1':'en','name':'English'}]","Released","The greatest manhunt in history.","The Company You Keep","false","6.1","368" +"false","/81PhsYhDrI99jAPhvrWr7OySL4Q.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","199647","tt2133333","en","The Color of Time","A poetic road trip through Pulitzer prize-winning CK Williams' life over the course of 40 years.","4.118","/1OMeWLLMjBzU6mKm9exgI2VGX8q.jpg","[{'id':73383,'logo_path':null,'name':'Victorino Noval Productions','origin_country':''},{'id':8924,'logo_path':'/5NTQun1m6FVJVOVHOubJ5SqyMvi.png','name':'Rabbit Bandini Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-11-16","0","72","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","One man, one life. A thousand memories","The Color of Time","false","3.9","14" +"false","","null","0","[{'id':14,'name':'Fantasy'},{'id':35,'name':'Comedy'},{'id':12,'name':'Adventure'}]","","589879","tt1079959","fr","The Colour of Magic","","1.095","/mT50atAtA2X2wUliX2GGV5lbqw4.jpg","[]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2011-11-02","0","","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","The Colour of Magic","false","0","0" +"false","/kCF76wyci4fe4DYsOIRLq1KI92t.jpg","null","16000000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':27,'name':'Horror'}]","http://www.afterthefreeze.com","178809","tt1160996","en","The Colony","Forced underground by the next ice age, a struggling outpost of survivors must fight to preserve humanity against a threat even more savage than nature.","8.827","/oYeCfvBSdIfxGSlSXMwtAUzKiJC.jpg","[{'id':43808,'logo_path':null,'name':'RLJ Entertainment','origin_country':''},{'id':4909,'logo_path':null,'name':'Alcina Pictures','origin_country':''},{'id':5113,'logo_path':'/qd5ru3vUvGb6dhXSzkHn7EQoX2D.png','name':'120dB Films','origin_country':'US'},{'id':7177,'logo_path':null,'name':'Item 7','origin_country':'CA'},{'id':14495,'logo_path':null,'name':'Sierra Pictures (II)','origin_country':''},{'id':43807,'logo_path':null,'name':'Mad Samurai Productions','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2013-04-12","0","95","[{'iso_639_1':'en','name':'English'}]","Released","One day, it started to snow .. and it never stopped","The Colony","false","5.2","616" +"false","/qGaTWV4nJRREsPqmfKaFpvPiSd0.jpg","{'id':165369,'name':'The Collector Collection','poster_path':'/AhwErLgytU4ICqvvcIYbAM1xeeu.jpg','backdrop_path':'/4x4mtl1xgxIH5yxGr05L1WZeTjG.jpg'}","3400000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://thecollector-movie.com/","21407","tt0844479","en","The Collector","Desperate to repay his debt to his ex-wife, an ex-con plots a heist at his new employer's country home, unaware that a second criminal has also targeted the property, and rigged it with a series of deadly traps.","9.2","/mAJccHaJ17u40Xm8wXb73eqGQKD.jpg","[{'id':43760,'logo_path':null,'name':'Imaginarium Entertainment Group','origin_country':''},{'id':5176,'logo_path':null,'name':'Fortress Features','origin_country':''},{'id':10285,'logo_path':'/5jxaT7zoJKtnwqxniiJ9iJLsJru.png','name':'LD Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-07-09","114000000","88","[{'iso_639_1':'en','name':'English'}]","Released","He always takes one","The Collector","false","6.3","585" +"false","/pToJnYKV3llPG6U9AWcgHZaEjDo.jpg","{'id':165369,'name':'The Collector Collection','poster_path':'/AhwErLgytU4ICqvvcIYbAM1xeeu.jpg','backdrop_path':'/4x4mtl1xgxIH5yxGr05L1WZeTjG.jpg'}","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","134597","tt1748227","en","The Collection","Arkin escapes with his life from the vicious grips of ""The Collector"" during an entrapment party where he adds beautiful Elena to his ""Collection."" Instead of recovering from the trauma, Arkin is suddenly abducted from the hospital by mercenaries hired by Elena's wealthy father. Arkin is blackmailed to team up with the mercenaries and track down The Collector's booby trapped warehouse and save Elena.","7.395","/9d534e6SzjliZDaiR4AwgvKknMf.jpg","[{'id':10285,'logo_path':'/5jxaT7zoJKtnwqxniiJ9iJLsJru.png','name':'LD Entertainment','origin_country':'US'},{'id':5176,'logo_path':null,'name':'Fortress Features','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-09-21","6842058","94","[{'iso_639_1':'en','name':'English'}]","Released","Every great collector has a vision.","The Collection","false","6.1","445" +"false","/dFOC8NGMkKPZr9ic2hMo1nJOuzZ.jpg","null","20000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","77948","tt1366365","en","The Cold Light of Day","After his family is kidnapped during their sailing trip in Spain, a young Wall Street trader is confronted by the people responsible: intelligence agents looking to recover a mysterious briefcase.","6.376","/zXhphNKS56VQbVJXqk3OMrjtNNc.jpg","[{'id':8083,'logo_path':null,'name':'Film Rites','origin_country':'US'},{'id':8084,'logo_path':null,'name':'Galavis Film','origin_country':''},{'id':8085,'logo_path':null,'name':'Picture Machine','origin_country':''},{'id':1224,'logo_path':null,'name':'Intrepid Pictures','origin_country':'US'},{'id':23625,'logo_path':null,'name':'Fria Luz Del Dia, A.I.E.','origin_country':''}]","[{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'US','name':'United States of America'}]","2012-04-04","16863583","93","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Instinct is his greatest weapon.","The Cold Light of Day","false","5","446" +"false","/mytE3FmPsXKZSOR4ZfD7P8fkjtN.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10751,'name':'Family'},{'id':53,'name':'Thriller'}]","","339060","tt3877296","en","The Cokeville Miracle","On May 9, 1986, a small ranching community in Wyoming experiences a divine intervention when a couple detonates a bomb inside a crowded classroom.","2.099","/sBstUVhHeD9WN1SPeU0dHrNmwfC.jpg","[]","[]","2015-06-05","0","94","[{'iso_639_1':'en','name':'English'}]","Released","Based on actual events.","The Cokeville Miracle","false","4.7","25" +"false","/gNA3IMQFmMoaWkpnSOpumGZWvKI.jpg","null","0","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'}]","http://www.theasylum.cc/product.php?id=249","275985","tt3608654","en","The Coed and the Zombie Stoner","When a sorority girl falls in love with a zombie, it's only a matter of time before a zombie apocalypse is unleashed on campus. The sorority girl discovers that weed is the cure. Now, she must smoke out the whole school before it's too late.","1.773","/4A9ZGCOkaE068URrww7jILAeNf9.jpg","[{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-04-18","0","91","[{'iso_639_1':'en','name':'English'}]","Released","","The Coed and the Zombie Stoner","false","3.2","23" +"false","/fdP1YTHyskg4zH8Ap41Wczf5yWG.jpg","null","0","[{'id':14,'name':'Fantasy'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","238215","tt3203616","en","The Cobbler","Max Simkin repairs shoes in the same New York shop that has been in his family for generations. Disenchanted with the grind of daily life, Max stumbles upon a magical heirloom that allows him to step into the lives of his customers and see the world in a new way. Sometimes walking in another man's shoes is the only way one can discover who they really are.","7.284","/rUMpmOaoJdoLjkoUfUJaTfk3QyL.jpg","[{'id':2608,'logo_path':'/g3YRudXiQzHesQqRXvnhFpMzfkU.png','name':'Happy Madison Productions','origin_country':'US'},{'id':102973,'logo_path':null,'name':'Golden Spike (II)','origin_country':''},{'id':102975,'logo_path':null,'name':'Next Wednesday Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-09-11","0","98","[{'iso_639_1':'en','name':'English'}]","Released","Saving the neighborhood one sole at a time.","The Cobbler","false","5.6","880" +"false","/1xskUvVyZtE4hG6VjlDZEbl9mBv.jpg","null","2000000","[{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'},{'id':27,'name':'Horror'}]","http://www.theclothmovie.com/","86215","tt2088923","en","The Cloth","Action/horror story centered on a secret organization formed by the Catholic Church to counteract the rising number of cases of demonic possessions across the country. The story follows a young godless man who is being recruited into the cloth in order to prepare a new generation with the tools needed to stop the rise of the ultimate evil; Beelzebub.","2.175","/okmlOC04Uc7mJPhYwvZ8Y1SZMQI.jpg","[{'id':26712,'logo_path':null,'name':'9/02 Entertainment','origin_country':''},{'id':26711,'logo_path':null,'name':'Bethesda Films','origin_country':''},{'id':26710,'logo_path':null,'name':'Eminence Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-10-28","0","88","[{'iso_639_1':'en','name':'English'}]","Released","The battle for your soul, has begun!","The Cloth","false","2.3","16" +"false","/mWnyIvkvNTBRcNamrwdJY8UjAuV.jpg","null","0","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","10742","tt0331952","en","The Clearing","When affluent executive, Wayne Hayes is kidnapped by a disgruntled employee and held for ransom in a forest, Wayne???s wife is forced to reckon with the FBI agents as they negotiate with the kidnapper.","5.751","/pGh01z6ZgoKuLTdIjcbsqKZDbuQ.jpg","[{'id':19352,'logo_path':null,'name':'Mediastream Dritte Film GmbH & Co. Beteiligungs KG','origin_country':''},{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'},{'id':316,'logo_path':null,'name':'Wildwood Enterprises','origin_country':'US'},{'id':380,'logo_path':null,'name':'Thousand Words','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2004-07-02","12520799","95","[{'iso_639_1':'en','name':'English'}]","Released","","The Clearing","false","5.8","104" +"false","/ywcoJ3Z2LgHO7Yj9b1fM97yjhlX.jpg","null","0","[{'id':99,'name':'Documentary'}]","","240629","tt3311384","en","The Class of '92","A documentary about the rise of six youth team players at Manchester United. From 1992 to 1999, the year of the Treble. Nicky Butt, Paul Scholes, the Neville brothers, Ryan Giggs and David Beckham give their insight to breaking into the first team and the emotions of playing at one of the biggest clubs in the world.","3.107","/VP8tKXFPYvxmheacAjkyoZN6pH.jpg","[]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2013-12-01","0","98","[{'iso_639_1':'en','name':'English'}]","Released","The Players Who Inspired A Generation","The Class of '92","false","7.2","46" +"false","/wcT7srQ4GeeMqlszMFEtPZ7v8T7.jpg","null","9000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","28978","tt0018773","en","The Circus","Charlie, a wandering tramp, becomes a circus handyman and falls in love with the circus owner's daughter. Unaware of Charlie's affection, the girl falls in love with a handsome young performer. Charlie's versatility makes him star of the show when he substitutes for an ailing tightwire walker. He is discharged from the company when he protects the girl from her father's abuse, but he returns and appeals to the handsome performer to marry the girl. After the wedding the father prevails upon them to rejoin the circus. Charlie is hired again, but he stays behind when the caravan moves on.","5.632","/PEcMW6QcDTyDt05vNI9TI2AN5.jpg","[{'id':1315,'logo_path':null,'name':'Charles Chaplin Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1928-01-06","0","72","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'xx','name':'No Language'}]","Released","","The Circus","false","8.1","243" +"false","/AoLVfcYPziZZQbAFQuKoceHreXD.jpg","{'id':2794,'name':'The Chronicles of Riddick Collection','poster_path':'/4R2zrqk9KzgxU9UDH3yUUsENXR.jpg','backdrop_path':'/xb5zyHecWA7UACdiNPXDA3m5HSY.jpg'}","105000000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","","2789","tt0296572","en","The Chronicles of Riddick","After years of outrunning ruthless bounty hunters, escaped convict Riddick suddenly finds himself caught between opposing forces in a fight for the future of the human race. Now, waging incredible battles on fantastic and deadly worlds, this lone, reluctant hero will emerge as humanity's champion - and the last hope for a universe on the edge of annihilation.","8.961","/hVAfGskQdktDwYTqrT7wY1f2M4y.jpg","[{'id':350,'logo_path':'/l4cEc8UZ3ZrPLisIOh1iYMKwAVP.png','name':'Radar Pictures','origin_country':'US'},{'id':1225,'logo_path':null,'name':'One Race','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-06-11","115772733","119","[{'iso_639_1':'en','name':'English'}]","Released","All the power in the universe can't change destiny","The Chronicles of Riddick","false","6.4","2254" +"false","/rB5SbbBEkMZYAS6MgoFp2CTxazo.jpg","{'id':420,'name':'The Chronicles of Narnia Collection','poster_path':'/sh6Kn8VBfXotJ6qsvJkdfscxXKR.jpg','backdrop_path':'/3dPVWuhk0MpnDkxUeNcYvUmsRTK.jpg'}","155000000","[{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","","10140","tt0980970","en","The Chronicles of Narnia: The Voyage of the Dawn Treader","This time around Edmund and Lucy Pevensie, along with their pesky cousin Eustace Scrubb find themselves swallowed into a painting and on to a fantastic Narnian ship headed for the very edges of the world.","18.501","/pRzEyrMSyvpHf92EhsVSg9Yr81t.jpg","[{'id':10221,'logo_path':'/99VfWRgKasZoyK9UVB39gnYvFrZ.png','name':'Walden Media','origin_country':'US'},{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'},{'id':711,'logo_path':'/tEiIH5QesdheJmDAqQwvtN60727.png','name':'Fox 2000 Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-08-13","415686217","113","[{'iso_639_1':'en','name':'English'}]","Released","Return to magic. Return to hope. Return to Narnia.","The Chronicles of Narnia: The Voyage of the Dawn Treader","false","6.3","3076" +"false","/4ZwXJcUT3KdE8Kan9TJ7l0Rg5LG.jpg","{'id':420,'name':'The Chronicles of Narnia Collection','poster_path':'/sh6Kn8VBfXotJ6qsvJkdfscxXKR.jpg','backdrop_path':'/3dPVWuhk0MpnDkxUeNcYvUmsRTK.jpg'}","0","[{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","","411","tt0363771","en","The Chronicles of Narnia: The Lion, the Witch and the Wardrobe","Siblings Lucy, Edmund, Susan and Peter step through a magical wardrobe and find the land of Narnia. There, the they discover a charming, once peaceful kingdom that has been plunged into eternal winter by the evil White Witch, Jadis. Aided by the wise and magnificent lion, Aslan, the children lead Narnia into a spectacular, climactic battle to be free of the Witch's glacial powers forever.","29.534","/l8RKDgjl9co0IgFZblxhtIOi5Uj.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':10221,'logo_path':'/99VfWRgKasZoyK9UVB39gnYvFrZ.png','name':'Walden Media','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2005-12-07","0","143","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Evil Has Reigned For 100 Years...","The Chronicles of Narnia: The Lion, the Witch and the Wardrobe","false","7","5488" +"false","/eiET76GO3xECOic1rL8VcTLuy3L.jpg","{'id':420,'name':'The Chronicles of Narnia Collection','poster_path':'/sh6Kn8VBfXotJ6qsvJkdfscxXKR.jpg','backdrop_path':'/3dPVWuhk0MpnDkxUeNcYvUmsRTK.jpg'}","0","[{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","","2454","tt0499448","en","The Chronicles of Narnia: Prince Caspian","One year after their incredible adventures in the Lion, the Witch and the Wardrobe, Peter, Edmund, Lucy and Susan Pevensie return to Narnia to aid a young prince whose life has been threatened by the evil King Miraz. Now, with the help of a colorful cast of new characters, including Trufflehunter the badger and Nikabrik the dwarf, the Pevensie clan embarks on an incredible quest to ensure that Narnia is returned to its rightful heir.","20.966","/kSSyzqw9C4wUggicG4D81XmptR1.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':10221,'logo_path':'/99VfWRgKasZoyK9UVB39gnYvFrZ.png','name':'Walden Media','origin_country':'US'},{'id':11345,'logo_path':null,'name':'Stillking Films','origin_country':''},{'id':11440,'logo_path':null,'name':'Ozumi Films','origin_country':''},{'id':11441,'logo_path':null,'name':'Propeler','origin_country':''},{'id':11442,'logo_path':null,'name':'Silverbell Films','origin_country':''},{'id':76043,'logo_path':'/9RO2vbQ67otPrBLXCaC8UMp3Qat.png','name':'Revolution Sun Studios','origin_country':'US'}]","[{'iso_3166_1':'CZ','name':'Czech Republic'},{'iso_3166_1':'PL','name':'Poland'},{'iso_3166_1':'SI','name':'Slovenia'},{'iso_3166_1':'US','name':'United States of America'}]","2008-05-15","0","150","[{'iso_639_1':'en','name':'English'}]","Released","Everything you know is about to change forever.","The Chronicles of Narnia: Prince Caspian","false","6.5","3377" +"false","/djniIXcoida7VulOLfF8Lq9RGBm.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","20139","tt0054743","en","The Children's Hour","A private school for young girls is scandalized when one spiteful student, Mary Tilford, accuses the two young women who run the school of having a lesbian relationship.","6.766","/goyEWixvULM2IRN4KsKibyrJE4J.jpg","[{'id':219,'logo_path':null,'name':'The Mirisch Corporation','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1961-01-01","0","108","[{'iso_639_1':'en','name':'English'}]","Released","One simple lie destroyed everything they had.","The Children's Hour","false","8","126" +"false","/6BBr5HH3SzTDT17S6jAK25s70ta.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","http://www.thechristmascandlemovie.com/","226354","tt2739338","en","The Christmas Candle","Deep in the heart of the English countryside lies the enchanting village of Gladbury. Legend has it every 25 years an angel visits the village candlemaker and touches a single candle. Whoever lights this candle receives a miracle on Christmas Eve. But in 1890, at the dawn of the electric age, this centuries old legend may come to an end.","1.597","/wNA9PLh3xf2Y0aP3yInFDa92bn7.jpg","[{'id':39281,'logo_path':null,'name':'EchoLight Studios','origin_country':''},{'id':10283,'logo_path':null,'name':'Impact Productions LLC','origin_country':''},{'id':19404,'logo_path':null,'name':'Pinewood Studios','origin_country':''},{'id':36988,'logo_path':null,'name':'Big Book Media','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2013-11-22","0","100","[{'iso_639_1':'en','name':'English'}]","Released","Believe the Miracle","The Christmas Candle","false","6","15" +"false","/uRq4L5ebjXZ5JX3HsoMMTL13Ck7.jpg","null","52000000","[{'id':35,'name':'Comedy'}]","http://www.thechangeupmovie.com/","49520","tt1488555","en","The Change-Up","Dave is a married man with two kids and a loving wife, and Mitch is a single man who is at the prime of his sexual life. One fateful night while Mitch and Dave are peeing in a fountain when lightning strikes, they switch bodies.","10.7","/iXWxlpmaeHQTjFnJhyo95p7Jrnc.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':333,'logo_path':'/5xUJfzPZ8jWJUDzYtIeuPO4qPIa.png','name':'Original Film','origin_country':'US'},{'id':8406,'logo_path':null,'name':'Big Kid Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-08-05","75450437","112","[{'iso_639_1':'en','name':'English'}]","Released","Who says men can't change?","The Change-Up","false","6","1323" +"false","/b1Jhmhyt42soyaegY1zrzDqWlv9.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':10770,'name':'TV Movie'},{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","http://www.bbc.co.uk/programmes/p00zstkn","177203","tt2421662","en","The Challenger","Factual drama exploring the truth behind the space shuttle Challenger's 1986 explosion.","3.267","/c3TKITQbZ6ACGFgJcXq7EmguWEN.jpg","[{'id':8400,'logo_path':null,'name':'Science Channel','origin_country':''},{'id':3324,'logo_path':'/16fY7pucCzn7WSOYxOGRHlAayL3.png','name':'BBC','origin_country':'GB'},{'id':20641,'logo_path':null,'name':'Erste Weltweit Medien','origin_country':''},{'id':38006,'logo_path':null,'name':'Pictureshow Productions','origin_country':''},{'id':37457,'logo_path':'/muAU7kbTOnS3K5dcpZE4LJogpoQ.png','name':'The Open University','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2013-03-18","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","The Challenger","false","7.2","43" +"false","/tVhb5riMg1oqIkRhOqMjLAHqy2j.jpg","null","30000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","9042","tt0402901","en","The Cave","After a group of biologists discovers a huge network of unexplored caves in Romania and, believing it to be an undisturbed eco-system that has produced a new species, they hire the best American team of underwater cave explorers in the world. While exploring deeper into the underwater caves, a rockslide blocks their exit, and they soon discover a larger carnivorous creature has added them to its food chain.","6.126","/q7eyZY2Akj68ivnRZ86OduCUexy.jpg","[{'id':26033,'logo_path':null,'name':'City Productions','origin_country':''},{'id':26032,'logo_path':null,'name':'Cineblue Internationale Filmproduktionsgesellschaft','origin_country':''},{'id':126,'logo_path':'/kADPanRDkKTxncPXXVahvHPUvCj.png','name':'Lakeshore Entertainment','origin_country':'US'},{'id':3287,'logo_path':'/bz6GbCQQXGNE56LTW9dwgksW0Iw.png','name':'Screen Gems','origin_country':'US'},{'id':995,'logo_path':null,'name':'Cinerenta Medienbeteiligungs KG','origin_country':'DE'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2005-08-26","15007991","97","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ro','name':'Rom??n??'}]","Released","There are places man was never meant to go.","The Cave","false","5.1","361" +"false","/fD4Q03vX0xqumc6iuDt6SujrlxI.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","244761","tt2326612","en","The Captive","Eight years after the disappearance of Cassandra, some disturbing incidents seem to indicate that she's still alive. Police, parents and Cassandra herself, will try to unravel the mystery of her disappearance.","12.655","/sw3dqauWXgHSbDFUIbDXRikfeYL.jpg","[{'id':22884,'logo_path':null,'name':'The Film Farm','origin_country':''},{'id':12800,'logo_path':null,'name':'Ego Film Arts','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2014-06-10","1075178","112","[{'iso_639_1':'en','name':'English'}]","Released","When hope is all you have.","The Captive","false","5.9","547" +"false","/l3cBa0u2eaxwrKLWw3Dyy7JBH9s.jpg","null","250000","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","http://www.kickstarter.com/projects/1094772583/the-canyons","109729","tt2292959","en","The Canyons","The discovery of an illicit love affair leads two young Angelenos on a violent, sexually charged tour through the dark side of human nature.","8.325","/wORjpodSO8vYPwLkDK9HZcUe0IZ.jpg","[{'id':40796,'logo_path':null,'name':'Filmworks/FX','origin_country':''},{'id':40797,'logo_path':null,'name':'Prettybird','origin_country':''},{'id':40798,'logo_path':null,'name':'Post Empire Films','origin_country':''},{'id':40799,'logo_path':null,'name':'Sodium Fox','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-07-29","56825","99","[{'iso_639_1':'en','name':'English'}]","Released","It's not the hills.","The Canyons","false","4.3","126" +"false","/e1svWjxTXMOmdgkVLSPHSfWv90R.jpg","{'id':31562,'name':'The Bourne Collection','poster_path':'/cagvGev72iUM9FVplnv9nSqBXK4.jpg','backdrop_path':'/vA5xMglyZv7yzDTj1qUTU4OvelV.jpg'}","75000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","https://www.uphe.com/movies/the-bourne-supremacy","2502","tt0372183","en","The Bourne Supremacy","When a CIA operation to purchase classified Russian documents is blown by a rival agent, who then shows up in the sleepy seaside village where Bourne and Marie have been living. The pair run for their lives and Bourne, who promised retaliation should anyone from his former life attempt contact, is forced to once again take up his life as a trained assassin to survive.","18.105","/jXwZgmqOtsqsXuB9oGhocOAegCM.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':862,'logo_path':'/udTjbqPmcTbfrihMuLtLcizDEM1.png','name':'The Kennedy/Marshall Company','origin_country':'US'},{'id':7384,'logo_path':null,'name':'Hypnotic','origin_country':''},{'id':11346,'logo_path':null,'name':'Motion Picture THETA Produktionsgesellschaft','origin_country':''},{'id':11347,'logo_path':null,'name':'Ludlum Entertainment','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2004-07-23","288500217","108","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'it','name':'Italiano'}]","Released","They should have left him alone.","The Bourne Supremacy","false","7.3","4225" +"false","/AkvG7Ujjlughd34hOIhQSeC6RBZ.jpg","null","60000000","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","","170687","tt0787474","en","The Boxtrolls","An orphaned boy raised by underground creatures called Boxtrolls comes up from the sewers and out of his box to save his family and the town from the evil exterminator, Archibald Snatcher.","13.249","/82BWSf1NfCm18ZJtAOIym1QRd24.jpg","[{'id':11537,'logo_path':'/AgCkAk8EpUG9fTmK6mWcaJA2Zwh.png','name':'Laika Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-09-10","108255770","97","[{'iso_639_1':'en','name':'English'}]","Released","When troubles strikes friends stack together","The Boxtrolls","false","6.7","989" +"false","/gCdJYpX1TXGEZrEJl0mMTTpinMh.jpg","{'id':31562,'name':'The Bourne Collection','poster_path':'/cagvGev72iUM9FVplnv9nSqBXK4.jpg','backdrop_path':'/vA5xMglyZv7yzDTj1qUTU4OvelV.jpg'}","130000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://www.thebournelegacy.com","49040","tt1194173","en","The Bourne Legacy","New CIA operative, Aaron Cross experiences life-or-death stakes that have been triggered by the previous actions of Jason Bourne.","17.999","/aVd03scP2vG08d8CMKqxCEpLC3d.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':25716,'logo_path':null,'name':'Captivate Entertainment','origin_country':''},{'id':1778,'logo_path':'/69xm6sF3JxugGVjfZfm1YY6d7EE.png','name':'Dentsu','origin_country':'JP'},{'id':862,'logo_path':'/udTjbqPmcTbfrihMuLtLcizDEM1.png','name':'The Kennedy/Marshall Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-08-08","276572938","135","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","There Was Never Just One","The Bourne Legacy","false","6.1","3536" +"false","/tOSXbzvyfBhDKq5rSZ4sjzjHurV.jpg","null","0","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","265010","tt2517658","en","The Canal","Film archivist David and his wife are perfectly happy or so he believes. When a looming secret shatters their marriage at the same time as a turn-of-the-century film reel he is studying reveals their house to be the site of a 1902 multiple-murder, David begins to unravel, and the house???s eerie history threatens to repeat itself. Dripping with tension and chilling to the core, this visceral Irish ghost story is a visually arresting and genuinely shocking journey into the darkness within.","5.574","/qfEykPXchXot1lcRdo7thz1wZOI.jpg","[{'id':21872,'logo_path':null,'name':'Treasure Entertainment','origin_country':''},{'id':9286,'logo_path':null,'name':'The Orchard','origin_country':'US'},{'id':21871,'logo_path':null,'name':'Park Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'IE','name':'Ireland'}]","2014-10-10","0","92","[{'iso_639_1':'en','name':'English'}]","Released","Fear will pull you under","The Canal","false","5.7","213" +"false","/2Fr1vqBiDn8xRJM9elcplzHctTN.jpg","{'id':31562,'name':'The Bourne Collection','poster_path':'/cagvGev72iUM9FVplnv9nSqBXK4.jpg','backdrop_path':'/vA5xMglyZv7yzDTj1qUTU4OvelV.jpg'}","60000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","http://www.universalstudiosentertainment.com/the-bourne-identity/","2501","tt0258463","en","The Bourne Identity","Wounded to the brink of death and suffering from amnesia, Jason Bourne is rescued at sea by a fisherman. With nothing to go on but a Swiss bank account number, he starts to reconstruct his life, but finds that many people he encounters want him dead. However, Bourne realizes that he has the combat and mental skills of a world-class spy???but who does he work for?","20.902","/bXQIL36VQdzJ69lcjQR1WQzJqQR.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':7384,'logo_path':null,'name':'Hypnotic','origin_country':''},{'id':7385,'logo_path':null,'name':'Kalima Productions GmbH & Co. KG','origin_country':''},{'id':11345,'logo_path':null,'name':'Stillking Films','origin_country':''},{'id':862,'logo_path':'/udTjbqPmcTbfrihMuLtLcizDEM1.png','name':'The Kennedy/Marshall Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'CZ','name':'Czech Republic'}]","2002-06-14","214034224","119","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'nl','name':'Nederlands'},{'iso_639_1':'it','name':'Italiano'}]","Released","He was the perfect weapon until he became the target.","The Bourne Identity","false","7.4","5238" +"false","/6WpDOqkZFmhNJ0rwuLJiZVKlZi1.jpg","{'id':31562,'name':'The Bourne Collection','poster_path':'/cagvGev72iUM9FVplnv9nSqBXK4.jpg','backdrop_path':'/vA5xMglyZv7yzDTj1qUTU4OvelV.jpg'}","70000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","http://www.universalstudiosentertainment.com/the-bourne-ultimatum/","2503","tt0440963","en","The Bourne Ultimatum","Bourne is brought out of hiding once again by reporter Simon Ross who is trying to unveil Operation Blackbriar, an upgrade to Project Treadstone, in a series of newspaper columns. Information from the reporter stirs a new set of memories, and Bourne must finally uncover his dark past while dodging The Company's best efforts to eradicate him.","14.724","/fHho6JYYY0nRcETWSoeI19iZsNF.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':862,'logo_path':'/udTjbqPmcTbfrihMuLtLcizDEM1.png','name':'The Kennedy/Marshall Company','origin_country':'US'},{'id':11347,'logo_path':null,'name':'Ludlum Entertainment','origin_country':''},{'id':11348,'logo_path':null,'name':'Motion Picture BETA Produktionsgesellschaft','origin_country':''},{'id':11349,'logo_path':null,'name':'Bourne Again','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2007-08-03","442824138","115","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Remember everything. Forgive nothing.","The Bourne Ultimatum","false","7.3","4298" +"false","/bBIVXF96zbNtXmoAdMfstKAfMXU.jpg","null","40000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://www.thebountyhunter-movie.net/","27573","tt1038919","en","The Bounty Hunter","Milo Boyd is a bounty hunter whose latest gig is rather satisfying, as he finds out that the bail-skipper he must chase down is his own ex-wife, Nicole -- but she has no intention of getting nabbed without a fight. Complicating matters, Nicole's wannabe-boyfriend, Stewart, joins the chase.","11.474","/lAuOwnlWrBOOiWGpS3wqhfF4CRx.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':333,'logo_path':'/5xUJfzPZ8jWJUDzYtIeuPO4qPIa.png','name':'Original Film','origin_country':'US'},{'id':12199,'logo_path':'/gYYIgHpgRsyhyUkeFev1GnwBqHb.png','name':'Madhouse Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-03-16","136000000","110","[{'iso_639_1':'en','name':'English'}]","Released","It's a Job. It Isn't Personal. Well, Maybe a Little...","The Bounty Hunter","false","5.7","1549" +"false","/cyoM4hIMHnIOWcLvfMlpmbpRer4.jpg","{'id':87186,'name':'The Boondock Saints Collection','poster_path':'/u4hp2I1DgWw2ZnkX2VTZDixGP87.jpg','backdrop_path':'/kdxXEiS3sDB7pvQapiqiTRbwkKr.jpg'}","8000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","http://www.sonypictures.com/movies/boondocksaints2/","22821","tt1300851","en","The Boondock Saints II: All Saints Day","Skillfully framed by an unknown enemy for the murder of a priest, wanted vigilante MacManus brothers Murphy and Connor must come out of hiding on a sheep farm in Ireland to fight for justice in Boston.","12.448","/hjU3caMd9O3h21e5kzJeUOAoy7h.jpg","[{'id':11341,'logo_path':'/xytTBODEy3p20ksHL4Ftxr483Iv.png','name':'Stage 6 Films','origin_country':'US'},{'id':2461,'logo_path':null,'name':'Chris Brinker Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-11-24","10629321","118","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","The Saints Are Calling","The Boondock Saints II: All Saints Day","false","6","389" +"false","/zL6GpSqaEyRwNMkqKVXsROinzSa.jpg","{'id':87186,'name':'The Boondock Saints Collection','poster_path':'/u4hp2I1DgWw2ZnkX2VTZDixGP87.jpg','backdrop_path':'/kdxXEiS3sDB7pvQapiqiTRbwkKr.jpg'}","6000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","http://www.theboondocksaints.com","8374","tt0144117","en","The Boondock Saints","With a God-inspired moral obligation to act against evil, twin brothers Conner and Murphy set out to rid Boston of criminals. However, rather than working within the system, these Irish Americans decide to take swift retribution into their own hands.","16.419","/fg6fhyKg3vbdGtnf9Hq27Q5gS3r.jpg","[{'id':1403,'logo_path':null,'name':'Franchise Pictures','origin_country':'US'},{'id':11342,'logo_path':null,'name':'Brood Syndicate','origin_country':''},{'id':20088,'logo_path':null,'name':'B.D.S. Productions Inc.','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","1999-01-22","30471","108","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Thy Kingdom Come. Thy Will Be Done.","The Boondock Saints","false","7.3","1249" +"false","/yGBa4cj6GBu4426Phj2voxfz1nz.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.thebookthief.com/","203833","tt0816442","en","The Book Thief","While subjected to the horrors of WWII Germany, young Liesel finds solace by stealing books and sharing them with others. Under the stairs in her home, a Jewish refuge is being sheltered by her adoptive parents.","10.814","/rUJbwJkJNjwEcFYzEktOrgm5YUd.jpg","[{'id':264,'logo_path':'/fA90qwUKgPhMONqtwY60GaHRyrW.png','name':'Studio Babelsberg','origin_country':'DE'},{'id':711,'logo_path':'/tEiIH5QesdheJmDAqQwvtN60727.png','name':'Fox 2000 Pictures','origin_country':'US'},{'id':5219,'logo_path':null,'name':'Sunswept Entertainment','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2013-11-08","76586316","131","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","Courage beyond words.","The Book Thief","false","7.5","2671" +"false","/lVshZpxU5EB8zXJrnXxblaDps6m.jpg","null","50000000","[{'id':10749,'name':'Romance'},{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","http://www.bookoflifemovie.com/","228326","tt2262227","en","The Book of Life","The journey of Manolo, a young man who is torn between fulfilling the expectations of his family and following his heart. Before choosing which path to follow, he embarks on an incredible adventure that spans three fantastical worlds where he must face his greatest fears.","13.952","/puTDvsUADxCA5NjJuwgEWqQ3xGA.jpg","[{'id':2787,'logo_path':null,'name':'Reel FX Creative Studios','origin_country':''},{'id':79031,'logo_path':null,'name':'Chatrone','origin_country':''},{'id':11749,'logo_path':'/5AzTeZkSCFhiGZ86g2nz8SAHtgy.png','name':'Twentieth Century Fox Animation','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'MX','name':'Mexico'},{'iso_3166_1':'US','name':'United States of America'}]","2014-10-01","97437106","95","[{'iso_639_1':'en','name':'English'}]","Released","","The Book of Life","false","7.4","1185" +"false","/c7bWk5CZ3aHhH4NQbPkSeHAxfyf.jpg","null","0","[{'id':18,'name':'Drama'}]","","199153","tt2521404","en","The Book of Esther","When Ester becomes King Xerxes??? queen, her Cousin Mordecai and that despicable Haman engage in a dangerous game of intrigue for control of the young Persian King Xerxes.","2.744","/8TV76zCTNfEFnOPpWFFopMrmDq7.jpg","[{'id':6427,'logo_path':null,'name':'Pure Flix Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-05-31","0","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","Who Is Your Hero?","The Book of Esther","false","5.5","9" +"false","/yT91We6RqDDfM4q7RX1QTHaq5q4.jpg","null","80000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","","20504","tt1037705","en","The Book of Eli","A post-apocalyptic tale, in which a lone man fights his way across America in order to protect a sacred book that holds the secrets to saving humankind.","13.521","/qL3FnEug9DyBcaBXVb0oT3DJMJu.jpg","[{'id':1088,'logo_path':'/9WOE5AQUXbOtLU6GTwfjS8OMF0v.png','name':'Alcon Entertainment','origin_country':'US'},{'id':1885,'logo_path':'/xlvoOZr4s1PygosrwZyolIFe5xs.png','name':'Silver Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-01-11","157107755","118","[{'iso_639_1':'en','name':'English'}]","Released","Some will kill to have it. He will kill to protect it.","The Book of Eli","false","6.7","3389" +"false","/4UDcCKjWyUoq6Mh0iGO6M9vRPjK.jpg","null","0","[{'id':27,'name':'Horror'}]","","33721","tt0082094","en","The Boogens","Otherworldly creatures inhabit the bootleg tunnels underneath a small town mining community, and they kill any of the townsfolk who invade their home.","1.706","/9V6YsgJVMaNrkm7WY9Tfy0yHVF6.jpg","[]","[]","1981-09-25","0","95","[{'iso_639_1':'en','name':'English'}]","Released","Some Things Shouldn't Be Disturbed...","The Boogens","false","5.8","27" +"false","/7pMLwK6AFO5BSBzeKTXmiPodUrp.jpg","null","73000000","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","9481","tt0145681","en","The Bone Collector","Rookie cop, Amelia Donaghy reluctantly teams with Lincoln Rhyme ??? formerly the department's top homicide detective but now paralyzed as a result of a spinal injury ??? to catch a grisly serial killer dubbed 'The Bone Collector'. The murderer's special signature is to leave tantalizing clues based on the grim remains of his crimes.","12.999","/dCTuPRukbDs3mOSx9SD0PCMRd2g.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-11-04","151493655","118","[{'iso_639_1':'en','name':'English'}]","Released","Serial killer vs. forensic genius","The Bone Collector","false","6.7","1529" +"false","/9u0BWsv2Hz4dI3reXRNWCOdps6r.jpg","null","25000000","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","","619","tt0103855","en","The Bodyguard","A former Secret Service agent grudgingly takes an assignment to protect a pop idol who's threatened by a crazed fan. At first, the safety-obsessed bodyguard and the self-indulgent diva totally clash. But before long, all that tension sparks fireworks of another sort, and the love-averse tough guy is torn between duty and romance.","12.018","/cbUiIu4357JQ4FBCtRJovHNv1gi.jpg","[{'id':13040,'logo_path':null,'name':'Kasdan Pictures','origin_country':''},{'id':335,'logo_path':null,'name':'Tig Productions','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-11-25","411006740","129","[{'iso_639_1':'en','name':'English'}]","Released","Never let her out of your sight. Never let your guard down. Never fall in love.","The Bodyguard","false","6.4","1239" +"false","/q3eNcig4YFEsUTnmIYDA90FdndO.jpg","{'id':112636,'name':'The Blues Brothers Collection','poster_path':'/pQf9LzCokihzlLmgQlPG7yBpZ1o.jpg','backdrop_path':'/i4Jai1IlkbOWd8eNFM0S1lupyLt.jpg'}","27000000","[{'id':10402,'name':'Music'},{'id':35,'name':'Comedy'},{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","","525","tt0080455","en","The Blues Brothers","Jake Blues is just out of jail, and teams up with his brother, Elwood on a 'mission from God' to raise funds for the orphanage in which they grew up. The only thing they can do is do what they do best: play music. So they get their old band together, and set out on their way???while getting in a bit of trouble here and there.","14.437","/6hesUNBkpVRqBTBw2HlTg0h8b56.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1980-06-17","115229890","133","[{'iso_639_1':'en','name':'English'}]","Released","They'll never get caught. They're on a mission from God.","The Blues Brothers","false","7.7","1863" +"false","/7NpwpHqRPsPhP4Mio9lbVRhLVLx.jpg","null","19000000","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","9599","tt0094761","en","The Blob","Remake of the 1958 horror sci-fi about a deadly blob which is the spawn of a secret government germ warfare project which consumes everyone in its path. Teenagers try in vain to warn the townsfolk, who refuse to take them seriously, while government agents try to cover up the evidence and confine the creature.","6.269","/hUZXLtqL0In7F6IXEQHapkqXa0G.jpg","[{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'},{'id':42225,'logo_path':null,'name':'Palisades California Inc.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-08-05","8247943","95","[{'iso_639_1':'en','name':'English'}]","Released","Scream now, while there's still room to breathe. Terror has no shape.","The Blob","false","6.4","307" +"false","/y1tkSSc73Xhoi6UXz4Sf0PhbUbF.jpg","null","15000000","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","","96936","tt2132285","en","The Bling Ring","Inspired by actual events, a group of fame-obsessed teenagers use the Internet to track celebrities' whereabouts in order to rob their homes.","10.854","/9Z2KAOP1X3ACE22moHu9QdYUK7U.jpg","[{'id':3012,'logo_path':'/6Yv1gIAuGkHS5Vis4UjnqHhCPWV.png','name':'Path?? Distribution','origin_country':'FR'},{'id':70,'logo_path':'/ueaENQkPcy8rlr5fGZVBXKOhlBh.png','name':'American Zoetrope','origin_country':'US'},{'id':2088,'logo_path':null,'name':'NALA Films','origin_country':''},{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-06-12","19145732","90","[{'iso_639_1':'en','name':'English'}]","Released","Living the Dream, One Heist at a Time","The Bling Ring","false","5.4","1988" +"false","/qVjKZMB0IdOc2JlwiiGsuKTvTJs.jpg","null","29000000","[{'id':18,'name':'Drama'}]","http://www.theblindsidemovie.com/","22881","tt0878804","en","The Blind Side","The story of Michael Oher, a homeless and traumatized boy who became an All American football player and first round NFL draft pick with the help of a caring woman and her family","19.041","/wEGFSgPebLk6g1ngKsJ6a46PYLV.jpg","[{'id':1088,'logo_path':'/9WOE5AQUXbOtLU6GTwfjS8OMF0v.png','name':'Alcon Entertainment','origin_country':'US'},{'id':12193,'logo_path':null,'name':'Left Tackle Pictures','origin_country':''},{'id':12194,'logo_path':null,'name':'Zucker/Netter Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-11-20","309208309","129","[{'iso_639_1':'en','name':'English'}]","Released","Based on the extraordinary true story","The Blind Side","false","7.5","2692" +"false","/ddiziGXyDRh0uyNIloW8yie6tbK.jpg","null","7000000","[{'id':28,'name':'Action'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","45273","tt1206881","en","The Bleeding","Surrounded by carnage, slaughter, brutal crashes and total mayhem, Shawn Black is in a race to save the world from pure evil.","1.4","/gPrkGT9KbmRREjMwwdWRjsXf3Vw.jpg","[{'id':42218,'logo_path':null,'name':'Indifferent Entertainment','origin_country':''},{'id':25575,'logo_path':null,'name':'Iron Bull Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-11-02","0","80","[{'iso_639_1':'en','name':'English'}]","Released","","The Bleeding","false","2.7","12" +"false","/8mKomlkHvO753Wc9w2Q25ffc4UC.jpg","null","95000000","[{'id':35,'name':'Comedy'}]","","77953","tt1790886","en","The Campaign","Two rival politicians compete to win an election to represent their small North Carolina congressional district in the United States House of Representatives.","10.037","/6uH8BOWN60mu2Vd5z4jCaVWb2ix.jpg","[{'id':36431,'logo_path':null,'name':'Location Gourmet','origin_country':''},{'id':4740,'logo_path':null,'name':'Gary Sanchez Productions','origin_country':'US'},{'id':2242,'logo_path':null,'name':'Everyman Pictures','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-08-09","104907746","85","[{'iso_639_1':'en','name':'English'}]","Released","May The Best Loser Win.","The Campaign","false","5.7","936" +"false","/fKJtoe292xfYcEDcdCHW8Ujrpse.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':37,'name':'Western'}]","","119819","tt0026164","en","Call of the Wild","Jack Thornton has trouble winning enough at cards for the stake he needs to get to the Alaska gold fields. His luck changes when he pays $250 for Buck, a sled dog that is part wolf to keep him from being shot by an arrogant Englishman also headed for the Yukon. En route to the Yukon with Shorty Houlihan -- who spent time in jail for opening someone else's letter with a map of where gold is to be found -- Jack rescues a woman whose husband was the addressee of that letter. Buck helps Jack win a $1,000 bet to get the supplies he needs. And when Jack and Claire Blake pet Buck one night, fingers touch.","3.625","/yhlz8WV0BhlgkPVy4AAceFmlpAX.jpg","[{'id':4985,'logo_path':null,'name':'20th Century Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1935-08-09","0","81","[{'iso_639_1':'en','name':'English'}]","Released","An Epic Novel . . . An Epic Picture !","Call of the Wild","false","6.3","16" +"false","/dQq32z4XmYIiK406tZhMhfxmnr.jpg","null","13000000","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","http://www.call-movie.com/","158011","tt1911644","en","The Call","Jordan Turner is an experienced 911 operator but when she makes an error in judgment and a call ends badly, Jordan is rattled and unsure if she can continue. But when teenager Casey Welson is abducted in the back of a man's car and calls 911, Jordan is the one called upon to use all of her experience, insights and quick thinking to help Casey escape, and not just to save her, but to make sure the man is brought to justice.","9","/ekKVxnKeHEQiBznaEnj0VmK28bc.jpg","[{'id':15462,'logo_path':null,'name':'Troika Pictures','origin_country':''},{'id':10339,'logo_path':'/oiIi36MaWXwvvHWX5eojoE2Fiyv.png','name':'WWE Studios','origin_country':'US'},{'id':15463,'logo_path':null,'name':'Emergency Films','origin_country':''},{'id':15464,'logo_path':null,'name':'Apotheosis Media Group','origin_country':''},{'id':15465,'logo_path':'/vk1lVkUzNEkhxP0PEn9ZUEdPTwY.png','name':'Amasia Entertainment','origin_country':'US'},{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-03-14","68572378","94","[{'iso_639_1':'en','name':'English'}]","Released","There are 188 million 911 calls a year. This one made it personal.","The Call","false","6.7","1724" +"false","/214TKe8WBBbFXVrBRV9RECeE4oW.jpg","null","30000000","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'}]","http://www.discoverthecabininthewoods.com/","22970","tt1259521","en","The Cabin in the Woods","Five college friends spend the weekend at a remote cabin in the woods, where they get more than they bargained for. Together, they must discover the truth behind the cabin in the woods.","14.301","/utfJuX6DfR28Mv2FMfnPFAYOmTU.jpg","[{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':10567,'logo_path':'/kbZu62C3ZwNfOtao1ECIFTzL40Q.png','name':'Mutant Enemy Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-04-12","70742948","95","[{'iso_639_1':'en','name':'English'}]","Released","You think you know the story.","The Cabin in the Woods","false","6.5","3997" +"false","/zXTUrm0BIrrZn3nEhybg0hlY275.jpg","{'id':52749,'name':'The Butterfly Effect Collection','poster_path':'/4K2RPVSmHiUBD2sAdVJS3E0h7dC.jpg','backdrop_path':'/7DsbbkQAKSci07Jp4fJVq3QXSEF.jpg'}","13000000","[{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","1954","tt0289879","en","The Butterfly Effect","A young man struggles to access sublimated childhood memories. He finds a technique that allows him to travel back into the past, to occupy his childhood body and change history. However, he soon finds that every change he makes has unexpected consequences.","14.223","/3PAQy3CyNNJPES772OFMx47lFEE.jpg","[{'id':816,'logo_path':null,'name':'FilmEngine','origin_country':''},{'id':817,'logo_path':null,'name':'Katalyst Films','origin_country':''},{'id':6363,'logo_path':null,'name':'BenderSpink','origin_country':''},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2004-01-22","96060858","113","[{'iso_639_1':'en','name':'English'}]","Released","Such minor changes, such huge consequences.","The Butterfly Effect","false","7.5","3683" +"false","/mVqJofGWozzmOf9gg0zQj4f1DmT.jpg","null","1500000","[{'id':27,'name':'Horror'}]","","24124","tt0082118","en","The Burning","A caretaker at a summer camp is burned when a prank goes tragically wrong. After several years of intensive treatment at hospital, he is released back into society, albeit missing some social skills. What follows is a bloody killing spree with the caretaker making his way back to his old stomping ground to confront one of the youths that accidently burned him.","5.581","/eHqxGUZ9jOsCPSxhG6Ngr1uSBYJ.jpg","[{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':23094,'logo_path':null,'name':'The Cropsy Venture','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CA','name':'Canada'}]","1981-05-08","0","91","[{'iso_639_1':'en','name':'English'}]","Released","A legend of terror isn't a campfire story anymore!","The Burning","false","6.2","150" +"false","/rO3KDh0qbLz5gXETJlQtWC6V5tk.jpg","{'id':70764,'name':'Largo Winch Collection','poster_path':'/bpUPREscFpjllSnPR28UW6FdFEq.jpg','backdrop_path':'/x9pdroUaQU0hNYkbhC1Mx6AjBLm.jpg'}","21169000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'}]","","57331","tt1322333","fr","Largo Winch II","Propelled to the head of the W Group after the death of his adoptive father, Largo Winch decides, to everyone's surprise, to sell it, and use the proceeds to create an ambitious humanitarian foundation. But on the very same day, he finds himself accused of crimes against humanity by a mysterious witness. To prove his innocence, Largo will have to retrace the steps of his past life, in the heart of the Burmese jungle.","5.197","/g7ezeCqIb9E5v2k3yhPqTHOXbse.jpg","[{'id':796,'logo_path':null,'name':'Pan Europ??enne Production','origin_country':''},{'id':856,'logo_path':'/3tfzS2CrX6Ntbu927XzHXEPDA6y.png','name':'Wild Bunch','origin_country':'FR'},{'id':356,'logo_path':'/9tW5wZEGotn1Ei5pErA88m47XiD.png','name':'TF1 Films Production','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'DE','name':'Germany'}]","2011-02-16","0","119","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'sr','name':'Srpski'},{'iso_639_1':'th','name':'?????????????????????'}]","Released","The Burma Conspiracy","Largo Winch II","false","6","178" +"false","/yCOTJnV7I0UcusTycv5bGEDQ5ll.jpg","null","18000000","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","11974","tt0096734","en","The 'Burbs","When secretive new neighbors move in next door, suburbanite Ray Peterson and his friends let their paranoia get the best of them as they start to suspect the newcomers of evildoings and commence an investigation. But it's hardly how Ray, who much prefers drinking beer, reading his newspaper and watching a ball game on the tube expected to spend his vacation.","11.402","/zPEECSo5ZOBr9oEmBLSVXcqndTO.jpg","[{'id':23,'logo_path':'/mkxNjThahj5pvntvYKVpMbWXm3D.png','name':'Imagine Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-02-17","36602000","101","[{'iso_639_1':'en','name':'English'}]","Released","He's a man of peace in a savage land... Suburbia.","The 'Burbs","false","6.7","511" +"false","/6gbCxC5p6kown2O6I2H8mt6hQCJ.jpg","null","45000000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","http://www.warnerbros.com/bucket-list","7350","tt0825232","en","The Bucket List","Corporate billionaire Edward Cole and working class mechanic Carter Chambers are worlds apart. At a crossroads in their lives, they share a hospital room and discover they have two things in common: a desire to spend the time they have left doing everything they ever wanted to do and an unrealized need to come to terms with who they are. Together they embark on the road trip of a lifetime, becoming friends along the way and learning to live life to the fullest, with insight and humor.","8.325","/hbfrU8JmCiVWeFck91qHNrGZao3.jpg","[{'id':17049,'logo_path':null,'name':'Two Ton Films','origin_country':''},{'id':70994,'logo_path':null,'name':'Zadan / Meron Productions','origin_country':''},{'id':86256,'logo_path':null,'name':'Reiner / Greisman Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-12-25","175372502","97","[{'iso_639_1':'en','name':'English'}]","Released","Find the joy.","The Bucket List","false","7.1","1765" +"false","/tn7EGGDPYqDn6T1boyfwhizyHkZ.jpg","null","88000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'}]","","4442","tt0355295","en","The Brothers Grimm","Folklore collectors and con artists, Jake and Will Grimm, travel from village to village pretending to protect townsfolk from enchanted creatures and performing exorcisms. However, they are put to the test when they encounter a real magical curse in a haunted forest with real magical beings, requiring genuine courage.","11.085","/g6EgJUwwQre5RsvFj2hDsLzXUsH.jpg","[{'id':76043,'logo_path':'/9RO2vbQ67otPrBLXCaC8UMp3Qat.png','name':'Revolution Sun Studios','origin_country':'US'},{'id':308,'logo_path':'/e8F3mQM7DkJ5SfYYDp8FYzPBOGX.png','name':'The Weinstein Company','origin_country':'US'},{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'},{'id':507,'logo_path':'/z7H707qUWigbjHnJDMfj6QITEpb.png','name':'Atlas Entertainment','origin_country':'US'},{'id':748,'logo_path':null,'name':'Mosaic Media Group','origin_country':''},{'id':1649,'logo_path':null,'name':'Reforma Films','origin_country':''},{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'CZ','name':'Czech Republic'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2005-08-26","105316267","118","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'it','name':'Italiano'}]","Released","Eliminating Evil Since 1812.","The Brothers Grimm","false","5.7","1473" +"false","/nj45ofC3bvmix3oW4AN12iDiBGL.jpg","null","20000000","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.brothersbloom.com/","21755","tt0844286","en","The Brothers Bloom","The Brothers Bloom are the best con men in the world, swindling millionaires with complex scenarios of lust and intrigue. Now they've decided to take on one last job ??? showing a beautiful and eccentric heiress the time of her life with a romantic adventure that takes them around the world.","9.428","/xIz8iwzyjgWGzcIwHKpqhBs77ML.jpg","[{'id':308,'logo_path':'/e8F3mQM7DkJ5SfYYDp8FYzPBOGX.png','name':'The Weinstein Company','origin_country':'US'},{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'},{'id':1205,'logo_path':null,'name':'Endgame Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-09-09","5530764","114","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'cs','name':'??esk??'},{'iso_639_1':'ja','name':'?????????'}]","Released","They'd never let the truth come between them.","The Brothers Bloom","false","6.7","312" +"false","/9LzEMytCssIpZCpFuB0jmv7kXn8.jpg","null","0","[{'id':80,'name':'Crime'}]","http://www.abc.net.au/tv/programs/broken-shore/","254559","tt2391073","en","The Broken Shore","An evocative crime thriller that captures the chilling action and sharp wit of Peter Temple's acclaimed novel The Broken Shore. In this gripping adaptation, Detective Joe Cashin uncovers a web of lies, betrayal and police corruption in a small coastal town where tensions are at boiling point and the shocking face behind the community's respectable mask is slowly unveiled.","1.101","/mGfGSsRmDbTnlXrps8jMYccrjRf.jpg","[{'id':6747,'logo_path':null,'name':'Essential Media and Entertainment','origin_country':'AU'}]","[{'iso_3166_1':'AU','name':'Australia'}]","2013-10-15","0","103","[{'iso_639_1':'en','name':'English'}]","Released","The smallest towns hide the darkest secrets.","The Broken Shore","false","5.3","5" +"false","/4TnGcUsyd6ixuLWHaaEG5BGkAIp.jpg","null","24000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","688","tt0112579","en","The Bridges of Madison County","Photographer Robert Kincaid wanders into the life of housewife Francesca Johnson for four days in the 1960s.","9.799","/8TfLAfIh5Qxp2J4ZjOafHYhWtDb.jpg","[{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'},{'id':171,'logo_path':null,'name':'Malpaso Productions','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-05-28","182016617","135","[{'iso_639_1':'en','name':'English'}]","Released","The path of Francesca Johnson's future seems destined due to an unexpected fork in the road...","The Bridges of Madison County","false","7.5","754" +"false","/d23XXntJrVwNENvdriJdqlW1ae6.jpg","null","3000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10752,'name':'War'}]","","826","tt0050212","en","The Bridge on the River Kwai","The classic story of English POWs in Burma forced to build a bridge to aid the war effort of their Japanese captors. British and American intelligence officers conspire to blow up the structure, but Col. Nicholson , the commander who supervised the bridge's construction, has acquired a sense of pride in his creation and tries to foil their plans.","11.832","/vtPR6tSHeu35rF6qTDw3Yjr9eDg.jpg","[{'id':11356,'logo_path':null,'name':'Horizon Pictures (II)','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1957-10-02","27200000","161","[{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'th','name':'?????????????????????'},{'iso_639_1':'en','name':'English'}]","Released","It spans a whole new world of entertainment!","The Bridge on the River Kwai","false","7.9","874" +"false","/9OMSEzFWrqBNlF09DefYuGrFJqJ.jpg","{'id':123724,'name':'Dracula (Hammer) Collection','poster_path':'/n5SozLvdQZ7cYJb22ZIwNw1DzSg.jpg','backdrop_path':'/hybYYwBqaomfePU3uaiJfpg7ykC.jpg'}","0","[{'id':27,'name':'Horror'}]","","23220","tt0053677","en","The Brides of Dracula","A young teacher on her way to a position in Transylvania helps a young man escape the shackles his mother has put on him. In so doing she innocently unleashes the horrors of the undead once again on the populace, including those at her school for ladies. Luckily for some, Dr Van Helsing is already on his way.","4.789","/zO3v1I1CEGVoerS1nD0wTMULr6d.jpg","[{'id':4202,'logo_path':null,'name':'Hotspur Film Productions Ltd.','origin_country':''},{'id':1314,'logo_path':'/gQBluDqe6dc2ZdzfJbabEHoSGoG.png','name':'Hammer Film Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1960-01-01","0","85","[{'iso_639_1':'en','name':'English'}]","Released","He Turned Innocent Beauty Into Unspeakable Horror.","The Brides of Dracula","false","6.6","71" +"false","/tUSXZ37j0XpNtmOb5uwqogdcq7E.jpg","null","1000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","2108","tt0088847","en","The Breakfast Club","Five disparate high school students meet in Saturday detention, and discover they have a lot more in common than they thought.","12.882","/4ZejrrCpfoypR5lHoT3pq6yVldW.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':11043,'logo_path':null,'name':'A&M Films','origin_country':''},{'id':8812,'logo_path':null,'name':'Channel Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-02-15","51525171","98","[{'iso_639_1':'en','name':'English'}]","Released","They only met once, but it changed their lives forever.","The Breakfast Club","false","7.8","4156" +"false","/ttdIBocxJOLaDHlibyp8tVfXnLH.jpg","null","52000000","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","https://www.uphe.com/movies/the-break-up","9767","tt0452594","en","The Break-Up","Pushed to the breaking-up point after their latest 'why can't you do this one little thing for me?' argument, Brooke calls it quits with her boyfriend Gary. What follows is a hilarious series of remedies, war tactics, overtures and undermining tricks ??? all encouraged by the former couple's friends and confidantes ???and the occasional total stranger! When neither ex is willing to move out of their shared apartment, the only solution is to continue living as hostile roommates until one of them reaches breaking point.","9.925","/wjbKWg1Zcu70mNWo5SzqMkQlQQe.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':748,'logo_path':null,'name':'Mosaic Media Group','origin_country':''},{'id':2796,'logo_path':null,'name':'Wild West Picture Show Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-06-02","204999686","106","[{'iso_639_1':'en','name':'English'}]","Released","???pick a side.","The Break-Up","false","5.7","1410" +"false","/hwZOU3LdND19IaTGhu47LWe8LLo.jpg","null","0","[{'id':18,'name':'Drama'}]","","34377","tt0065488","en","The Boys in the Band","A witty, perceptive and devastating look at the personal agendas and suppressed revelations swirling among a group of gay men in Manhattan. Harold is celebrating a birthday, and his friend Michael has drafted some other friends to help commemorate the event. As the evening progresses, the alcohol flows, the knives come out, and Michael's demand that the group participate in a devious telephone game, unleashing dormant and unspoken emotions.","1.889","/2fpNvnbH6LZ2scoIRQkNcT7hK1y.jpg","[{'id':18781,'logo_path':null,'name':'Leo Films','origin_country':''},{'id':3070,'logo_path':null,'name':'Cinema Center Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1970-03-16","0","118","[{'iso_639_1':'en','name':'English'}]","Released","Extraordinary. Groundbreaking. Controversial.","The Boys in the Band","false","7","25" +"false","/vj4IhmH4HCMZYYjTMiYBybTWR5o.jpg","null","4000000","[{'id':53,'name':'Thriller'}]","http://www.theboynextdoorfilm.com/","241251","tt3181822","en","The Boy Next Door","A recently cheated on married woman falls for a younger man who has moved in next door, but their torrid affair soon takes a dangerous turn.","8.936","/h28t2JNNGrZx0fIuAw8aHQFhIxR.jpg","[{'id':44783,'logo_path':null,'name':'Smart Entertainment','origin_country':''},{'id':3172,'logo_path':'/kDedjRZwO8uyFhuHamomOhN6fzG.png','name':'Blumhouse Productions','origin_country':'US'},{'id':1620,'logo_path':null,'name':'Nuyorican Productions','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-01-23","52425855","91","[{'iso_639_1':'en','name':'English'}]","Released","A Moment She Couldn't Resist. An Obsession He Can't Control.","The Boy Next Door","false","4.4","1351" +"false","/prhrYZvQN1eXxBeZdLlNSyLfPQb.jpg","null","12500000","[{'id':10752,'name':'War'},{'id':18,'name':'Drama'}]","","14574","tt0914798","en","The Boy in the Striped Pyjamas","When his family moves from their home in Berlin to a strange new house in Poland, young Bruno befriends Shmuel, a boy who lives on the other side of the fence where everyone seems to be wearing striped pajamas. Unaware of Shmuel's fate as a Jewish prisoner or the role his own Nazi father plays in his imprisonment, Bruno embarks on a dangerous journey inside the camp's walls.","15.447","/f40R9to84FGF7T5bp3KGB84Lklb.jpg","[{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':437,'logo_path':'/nu20mtwbEIhUNnQ5NXVhHsNknZj.png','name':'Heyday Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2008-05-07","20416563","94","[{'iso_639_1':'en','name':'English'}]","Released","Lines may divide us, but hope will unite us.","The Boy in the Striped Pyjamas","false","7.8","3354" +"false","/bjg4PvNHq7CSuJEz5jXVB9HyTjf.jpg","{'id':306937,'name':'Best Exotic Marigold Hotel Collection','poster_path':'/8pMHYwfR8K2xR19RilAuVCyEBT.jpg','backdrop_path':'/f7Ceir6PotNxD6Bw34tXg6smMO4.jpg'}","10000000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","http://www.foxsearchlight.com/thebestexoticmarigoldhotel/","74534","tt1412386","en","The Best Exotic Marigold Hotel","British retirees travel to India to take up residence in what they believe is a newly restored hotel. Less luxurious than its advertisements, the Marigold Hotel nevertheless slowly begins to charm in unexpected ways as the residents find new purpose in their old age.","8.421","/iRMzRGR5DHSik3IA9gkeMUZGPv6.jpg","[{'id':6735,'logo_path':'/6yyByQrmTAgJv0QzZ1Eh1jiGX4R.png','name':'Participant Media','origin_country':'US'},{'id':6736,'logo_path':null,'name':'Imagenation Abu Dhabi FZ','origin_country':''}]","[{'iso_3166_1':'AE','name':'United Arab Emirates'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2011-11-28","136836156","124","[{'iso_639_1':'hi','name':'??????????????????'},{'iso_639_1':'en','name':'English'}]","Released","Share the journey. Share the laughter.","The Best Exotic Marigold Hotel","false","6.9","723" +"false","/ffYSVJljm6WlJMPBmR3Hj0KvmlW.jpg","null","0","[{'id':35,'name':'Comedy'}]","","59419","tt1438251","en","The Best and the Brightest","Set in the world of New York City's elite private kindergartens, The Best and the Brightest centers on a fresh-faced young couple, Samantha and Jeff, who have only recently moved into town. The comedy centers on their dawning realization of the lengths they must go to in order to get their five-year-old daughter into school.","1.263","/wSaxqt9qNzBoETMrhIcXNYXZQmC.jpg","[{'id':66349,'logo_path':null,'name':'High Treason Pictures','origin_country':''},{'id':6831,'logo_path':'/ojg8jqsVLGDvuJowOkZQZVV42AA.png','name':'Big Indie Pictures','origin_country':'US'},{'id':66350,'logo_path':null,'name':'Wellfleet Phantasy Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-01-01","0","93","[{'iso_639_1':'en','name':'English'}]","Released","","The Best and the Brightest","false","4.5","11" +"false","/qmOjsNEFclQuld6s7Vfc1255dXK.jpg","null","0","[{'id':35,'name':'Comedy'}]","","9957","tt0437863","en","The Benchwarmers","A trio of guys try and make up for missed opportunities in childhood by forming a three-player baseball team to compete against standard little league squads.","9.244","/zQy6T5qV0lvLkkKi5S9VIYykSQD.jpg","[{'id':2608,'logo_path':'/g3YRudXiQzHesQqRXvnhFpMzfkU.png','name':'Happy Madison Productions','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':497,'logo_path':'/pMyhOBd3sCiLzBlmIopdJkcUFtn.png','name':'Revolution Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-04-07","0","80","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Get off the bench and get into the game.","The Benchwarmers","false","5.3","379" +"false","/9sMlph93OVceY6Bw28pnVkVOTDr.jpg","{'id':12077,'name':'St. Trinian's Collection','poster_path':'/siu1m6v3zhW0DM6w5qBvvc14eCf.jpg','backdrop_path':'/8ZB31bmNPtldnpm5anQlFHAnCe0.jpg'}","0","[{'id':35,'name':'Comedy'}]","","11402","tt0046766","en","The Belles of St. Trinian's","Story of manic schoolgirls who are more interested in racing form than books as they try to get-rich-quick, aided by the head-mistress' brother, played by Alastair Sim, who also plays the head-mistress.","2.352","/euOEY3tHlitcfHuEZrbpXk6mrOZ.jpg","[]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1954-09-28","0","91","[{'iso_639_1':'en','name':'English'}]","Released","","The Belles of St. Trinian's","false","6.5","21" +"false","/8oppdGc6y4s7YdtFuSwmqxgGrUR.jpg","null","0","[{'id':27,'name':'Horror'}]","","220677","tt2991532","en","The Bell Witch Haunting","Based on true events. The Robertson County Sheriff's Department has released footage found on the bodies of the Sawyer family's cell phones and video cameras. What was first thought to be a murder-suicide is now believed to be the return of a centuries-old demon responsible for America's most famous paranormal event.","1.843","/wpXR3g96vDC1rtQD2eQpGoy0IdF.jpg","[{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-11-05","0","91","[]","Released","","The Bell Witch Haunting","false","3.4","27" +"false","/wlu2sDytH49B2Q5pOyO558tjCbW.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","32076","tt0092632","en","The Believers","Mourning the accidental death of his wife and having just moved to New York with his young son, laconic police psychologist Cal Jamison (Martin Sheen) is reluctantly drawn into a series of grisly, ritualistic murders involving the immolation of two youths.","3.572","/wMDOgjHoDdKKj3UNZzjP8AW0wxR.jpg","[{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'},{'id':14150,'logo_path':null,'name':'Orion Pictures Corporation','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-06-09","18753438","114","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","Nothing can stop them, no one can help you. They know who you are.","The Believers","false","6.1","63" +"false","/cbEDtWCFs1wJ5w9waTC7fm1obAj.jpg","null","21000000","[{'id':18,'name':'Drama'}]","http://www.thebeaver-movie.com/","50780","tt1321860","en","The Beaver","Suffering from a severe case of depression, toy company CEO Walter Black (Mel Gibson) begins using a beaver hand puppet to help him open up to his family. With his father seemingly going insane, adolescent son Porter (Anton Yelchin) pushes for his parents to get a divorce. Jodie Foster directs and co-stars as Walter's wife in this dark comedy that also features Riley Thomas Stewart and Jennifer Lawrence.","8.847","/yE0GIDaivwfSgYAXpVLvq6DjngQ.jpg","[{'id':10039,'logo_path':'/b8w4LldQolMKiLZw4FQJBcXSDGI.png','name':'Anonymous Content','origin_country':'US'},{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'},{'id':6735,'logo_path':'/6yyByQrmTAgJv0QzZ1Eh1jiGX4R.png','name':'Participant Media','origin_country':'US'},{'id':6736,'logo_path':null,'name':'Imagenation Abu Dhabi FZ','origin_country':''}]","[{'iso_3166_1':'AE','name':'United Arab Emirates'},{'iso_3166_1':'US','name':'United States of America'}]","2011-02-11","970816","91","[{'iso_639_1':'en','name':'English'}]","Released","He's here to save Walter's life.","The Beaver","false","6.3","453" +"false","/5zvhbWED5bnng7xR2sE797f92Qk.jpg","null","0","[{'id':35,'name':'Comedy'}]","http://www.crownintlpictures.com/actitles.html","54803","tt0083628","en","The Beach Girls","School is out, and three girls head to the beach for vacation. Two of the girls are world-wise party-goers who attempt to loosen up their naive, virginal friend, whose uncle has allowed the girls to stay at his beach house. When the near-sighted, drug smuggling Captain Bly dumps his cargo of marijuana, the bales wash up on shore. The two party girls, Ginger and Ducky, quickly stuff the dope into giant bags and spirit it back to the beach house, where it fuels a party with assorted misfits, delivery persons, and passersby.","2.995","/dIKiLn96CmN3BoKZJvhIzP0gZsQ.jpg","[{'id':1009,'logo_path':null,'name':'Crown International Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1982-03-26","0","91","[{'iso_639_1':'en','name':'English'}]","Released","Celebrate summer and fun with a slew of bikini-clad beach bunnies!","The Beach Girls","false","5","12" +"false","/uqseIBb0MH9dXic9RGmGaLvf56q.jpg","null","40000000","[{'id':18,'name':'Drama'},{'id':12,'name':'Adventure'},{'id':10749,'name':'Romance'},{'id':53,'name':'Thriller'}]","","1907","tt0163978","en","The Beach","Twenty-something Richard travels to Thailand and finds himself in possession of a strange map. Rumours state that it leads to a solitary beach paradise, a tropical bliss - excited and intrigued, he sets out to find it.","13.834","/4VgPflOJMxlqOYpAqXCm5J6BkYm.jpg","[{'id':359,'logo_path':null,'name':'Figment Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2000-02-11","144056873","119","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'hr','name':'Hrvatski'},{'iso_639_1':'sv','name':'svenska'},{'iso_639_1':'th','name':'?????????????????????'}]","Released","Somewhere on this planet it must exist.","The Beach","false","6.4","2259" +"false","/17lPU2ykoUcxbg4UvQM00eqPtLo.jpg","null","6000","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'}]","http://www.thebatterymovie.com/","177221","tt2272350","en","The Battery","In rural Connecticut, baseball players Ben and Mickey are trying to survive a zombie plague. They are forced to form a battery: a catcher and a pitcher who work together to outwit the batter, the one who hits the ball. And the batter in this case just happens to be a zombie. Tough Ben and gentle Mickey frequently disagree on the best way to go about the situation. Then they suddenly hear a human voice through their walkie-talkies. Is salvation nearby, like Mickey thinks, or is Ben???s suspicion justified?","4.505","/4SUoy9s4f2RZ09IiaDLi1EHNbDV.jpg","[{'id':22633,'logo_path':null,'name':'O. Hannah Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-10-13","0","101","[{'iso_639_1':'en','name':'English'}]","Released","In a land ravaged by the undead, Ben and Mickey must learn to survive... each other.","The Battery","false","6.3","126" +"false","/k66qUqJM7H2AXr7Iz94J3mQXigy.jpg","null","0","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","","10474","tt0112461","en","The Basketball Diaries","Film adaptation of street tough Jim Carroll's epistle about his kaleidoscopic free fall into the harrowing world of drug addiction.","11.282","/8BkedYL5LdpkyHc7JtuohMr8a9N.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':3492,'logo_path':null,'name':'Island Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-04-21","0","102","[{'iso_639_1':'en','name':'English'}]","Released","The true story of the death of innocence and the birth of an artist.","The Basketball Diaries","false","7.3","824" +"false","/h3aTGDGZly8ee9EHxIjIK7UaKf2.jpg","null","20000000","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","http://thebankjobmovie.com/","8848","tt0200465","en","The Bank Job","Terry is a small-time car dealer trying to leave his shady past behind and start a family. Martine is a beautiful model from Terry's old neighbourhood who knows that Terry is no angel. When Martine proposes a foolproof plan to rob a bank, Terry recognises the danger but realises this may be the opportunity of a lifetime. As the resourceful band of thieves burrows its way into a safe-deposit vault at a Lloyds Bank, they quickly realise that, besides millions in riches, the boxes also contain secrets that implicate everyone from London's most notorious underworld gangsters to powerful government figures, and even the Royal Family. Although the heist makes headlines throughout Britain for several days, a government gag order eventually brings all reporting of the case to an immediate halt.","10.811","/zS3mDKTGRTQtnfiIRPnjHZM9r0l.jpg","[{'id':2729,'logo_path':null,'name':'Omnilab Media','origin_country':''},{'id':748,'logo_path':null,'name':'Mosaic Media Group','origin_country':''},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':37774,'logo_path':null,'name':'Skyline (Baker St)','origin_country':''},{'id':507,'logo_path':'/z7H707qUWigbjHnJDMfj6QITEpb.png','name':'Atlas Entertainment','origin_country':'US'}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2008-02-28","64822796","112","[{'iso_639_1':'en','name':'English'}]","Released","The true story of a heist gone wrong... in all the right ways.","The Bank Job","false","6.8","1054" +"false","/cbaVSjuOckQbkm4fiNvXaO5DUs7.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'}]","","29376","tt0045537","en","The Band Wagon","A Broadway artiste turns a faded film star's comeback vehicle into an artsy flop.","5.081","/5CvUmTWK46rShfgLmw7LuKF2fYL.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1953-08-07","0","112","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","Get Aboard!","The Band Wagon","false","7.1","79" +"false","/r5PyW3jlLr8NOYIaFJVsuFumHNy.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","242076","tt2212008","en","The Bag Man","A criminal waits in a seedy motel and waits for his boss after killing several men to steal a bag.","6.184","/deDlo05grvi8kiczHBGBdbk6Y12.jpg","[{'id':20658,'logo_path':null,'name':'TinRes Entertainment','origin_country':''},{'id':19177,'logo_path':null,'name':'Red Granite Pictures','origin_country':''},{'id':20659,'logo_path':null,'name':'Cinedigm','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'BS','name':'Bahamas'}]","2014-02-28","56574","108","[{'iso_639_1':'en','name':'English'}]","Released","The cat's in the bag.","The Bag Man","false","5.2","179" +"false","/oMw0msN4MlclSJT2Nr3vGKuQth2.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","http://www.thebackpackerthemovie.com/","274172","tt1831776","en","The Backpacker","On the lonely back roads of rural Australia a deadly secret from the past awaits returned soldier Sergeant Ben Cross. Vincent Malek, a cruel and uncompromising killer forces Ben to play his deadly game. Relentlessly hunted through unforgiving terrain, Ben must draw on all his strength to survive, and unravel the truth along the way. The ultimate psychological chase film with revenge at its core, The Backpacker is a thriller in the same chilling vein as the late 60's box office sensation 'Deliverance'. As Malek hunts Ben relentlessly through his forest hunting ground in a gruesome game of cat and mouse, the action revolves around one crucial question: how far would you go for revenge...","0.6","/vB90sbU0WSQUg7Tdf92RbN3mbeR.jpg","[{'id':51148,'logo_path':null,'name':'Emerald Partners','origin_country':''},{'id':112748,'logo_path':null,'name':'Embassy Pictures','origin_country':'US'}]","[{'iso_3166_1':'AU','name':'Australia'}]","2011-02-17","0","86","[{'iso_639_1':'en','name':'English'}]","Released","Stay off the back roads","The Backpacker","false","3.4","5" +"false","/4s7TicMuqg0HjFahZgidHCzsfbC.jpg","null","35000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://www.theback-upplan.com/","34806","tt1212436","en","The Back-Up Plan","When Zoe tires of looking for Mr. Right, she decides to have a baby on her own. But on the day she's artificially inseminated, she meets Stan, who seems to be just who she's been searching for all her life. Now, Zoe has to figure out how to make her two life's dreams fit with each other.","7.388","/1Ig6ZQpLZfLsdvMLHD0inc2w0HB.jpg","[{'id':1423,'logo_path':'/9KSoL1oEQaBSPLwEhoZZRoxTzyx.png','name':'Escape Artists','origin_country':'US'},{'id':5490,'logo_path':'/xuJSR4dWsvkE194aemIJwflyNF2.png','name':'CBS Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-04-23","77477008","106","[{'iso_639_1':'en','name':'English'}]","Released","Fall in love, get married, have a baby. Not necessarily in that order.","The Back-Up Plan","false","5.9","769" +"false","/7k7xAkr1o6Tq2mYV3W9J1gCjXj.jpg","null","600000","[{'id':35,'name':'Comedy'}]","","215962","tt2573858","en","The Stag","At his fianc??e???s urging, a very modern Irish groom-to-be reluctantly agrees to a stag weekend with his friends, camping in the western wilderness of Ireland. Much to their chagrin, these modern men are joined by the brother of the bride, a crazy, unpredictable alpha male known as ???The Machine???, and an explosive Id to their collective Ego. The Machine is a force of nature, and under his leadership, the men???stripped of modern comfort, convenience and, finally, clothing???must begin their journey into the wild.","4.065","/7Hf1iayLRcKwQv9LV4DGDQuNEjM.jpg","[{'id':21872,'logo_path':null,'name':'Treasure Entertainment','origin_country':''}]","[{'iso_3166_1':'IE','name':'Ireland'}]","2013-09-10","0","94","[{'iso_639_1':'en','name':'English'}]","Released","Mistakes were made","The Stag","false","5.7","51" +"false","/nz01xI4046cJdOebO5XwRpGf009.jpg","null","0","[{'id':35,'name':'Comedy'}]","","98066","tt0835418","en","The Babymakers","After he flunks a fertility test, a man realizes that the only way he can get his wife pregnant is by robbing a sperm bank to take back the last of the deposits he made there years earlier.","6.458","/1BmWBVEbumvWJ2W1DbqtlqyTXhr.jpg","[{'id':3172,'logo_path':'/kDedjRZwO8uyFhuHamomOhN6fzG.png','name':'Blumhouse Productions','origin_country':'US'},{'id':7625,'logo_path':'/kzq4ibnNeZrp00zpBWv3st1QCOh.png','name':'Automatik Entertainment','origin_country':'US'},{'id':84640,'logo_path':'/1f6Y4AOGdifPqvfICycoOOIdHzc.png','name':'Duck Attack Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-08-03","0","98","[{'iso_639_1':'en','name':'English'}]","Released","She's fired up. He's firing blanks.","The Babymakers","false","4.9","74" +"false","/pJ10mpKs2mM2AXTUOmM4yl5PJi8.jpg","null","2000000","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'}]","http://thebabadook.com/","242224","tt2321549","en","The Babadook","A single mother, plagued by the violent death of her husband, battles with her son's fear of a monster lurking in the house, but soon discovers a sinister presence all around her.","10.999","/4zPxsfmeNX438gf77hjb9eYGiLh.jpg","[{'id':7584,'logo_path':'/eGkfvvyf4fJTvBUR1xt1669IPA3.png','name':'Screen Australia','origin_country':'AU'},{'id':21181,'logo_path':null,'name':'Smoking Gun Productions','origin_country':'AU'},{'id':32301,'logo_path':'/2Ucj9ycQjpkcvSSyzr9zoT0Q8cH.png','name':'Causeway Films','origin_country':'AU'},{'id':2806,'logo_path':'/vxOhCbpsRBh10m6LZ3HyImTYpPY.png','name':'South Australian Film Corporation','origin_country':'AU'},{'id':8147,'logo_path':'/q6HOAdSNgCbeOqwoMVRc6REgbXF.png','name':'Entertainment One','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'AU','name':'Australia'}]","2014-05-22","6676471","94","[{'iso_639_1':'en','name':'English'}]","Released","If it's in a word, or it's in a look, you can't get rid of the Babadook.","The Babadook","false","6.5","3387" +"false","/97vocRyj35cdKwCpK4ZEfb7oFZm.jpg","null","4798235","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","77949","tt1687901","en","The Awakening","1921 England is overwhelmed by the loss and grief of World War I. Hoax exposer Florence Cathcart (Hall) visits a boarding school to explain sightings of a child ghost.","9.531","/1iIB1eR9pFxoOdAp4FhPCYwQ1TA.jpg","[{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':9987,'logo_path':'/o5OTKAw7Acl5fTZYPyl8M8D9570.png','name':'Lipsync Productions','origin_country':'GB'},{'id':8087,'logo_path':null,'name':'Creative Scotland','origin_country':'GB'},{'id':8088,'logo_path':'/ztpISLBYYRBJXFD3wo2o1TFuJ3Z.png','name':'Origin Pictures','origin_country':'GB'},{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2011-08-17","209696","107","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","Sometimes dead does not mean gone.","The Awakening","false","6.4","767" +"false","/uYusKBIK023fGZm5QycSpcfYbR4.jpg","null","110000000","[{'id':18,'name':'Drama'}]","","2567","tt0338751","en","The Aviator","A biopic depicting the life of filmmaker and aviation pioneer Howard Hughes from 1927 to 1947, during which time he became a successful film producer and an aviation magnate, while simultaneously growing more unstable due to severe obsessive-compulsive disorder.","17.248","/3MKBQgIHI5DPVNvryiTesskS5mf.jpg","[{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':562,'logo_path':'/k3NsSdV854UX4zEReX1dl1Psxbb.png','name':'Appian Way','origin_country':'US'},{'id':675,'logo_path':null,'name':'Forward Pass','origin_country':'US'},{'id':691,'logo_path':null,'name':'Cappa Productions','origin_country':''},{'id':7380,'logo_path':null,'name':'Initial Entertainment Group (IEG)','origin_country':''},{'id':19116,'logo_path':null,'name':'IMF Internationale Medien und Film GmbH & Co. 3. Produktions KG','origin_country':'DE'},{'id':54502,'logo_path':null,'name':'Mel's Cite du Cinema','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2004-12-17","102000000","170","[{'iso_639_1':'en','name':'English'}]","Released","For some men, the sky was the limit. For him, it was just the beginning.","The Aviator","false","7.1","2578" +"false","/8YW4rwWQgC2JRlBcpStMNUko13k.jpg","null","60000000","[{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","","9320","tt0118661","en","The Avengers","British Ministry agent John Steed, under direction from ""Mother"", investigates a diabolical plot by arch-villain Sir August de Wynter to rule the world with his weather control machine. Steed investigates the beautiful Doctor Mrs. Emma Peel, the only suspect, but simultaneously falls for her and joins forces with her to combat Sir August.","6.542","/zxjJ2IxhilZLzl8eXjj7S0apZ7k.jpg","[{'id':2596,'logo_path':null,'name':'Jerry Weintraub Productions','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-08-13","48585416","89","[{'iso_639_1':'en','name':'English'}]","Released","Saving the World in Style.","The Avengers","false","4.3","320" +"false","/hbn46fQaRmlpBuUrEiFqv0GDL6Y.jpg","{'id':86311,'name':'The Avengers Collection','poster_path':'/qJawKUQcIBha507UahUlX0keOT7.jpg','backdrop_path':'/zuW6fOiusv4X9nnW3paHGfXcSll.jpg'}","220000000","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'}]","http://marvel.com/avengers_movie/","24428","tt0848228","en","The Avengers","When an unexpected enemy emerges and threatens global safety and security, Nick Fury, director of the international peacekeeping agency known as S.H.I.E.L.D., finds himself in need of a team to pull the world back from the brink of disaster. Spanning the globe, a daring recruitment effort begins!","60.944","/cezWGskPY5x7GaglTTRN4Fugfb8.jpg","[{'id':420,'logo_path':'/hUzeosd33nzE5MCNsZxCGEKTXaQ.png','name':'Marvel Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-04-25","1519557910","143","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'hi','name':'??????????????????'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Some assembly required.","The Avengers","false","7.6","18591" +"false","/j3TnmpdEalVROAvH0ypDpeawpAf.jpg","null","0","[{'id':27,'name':'Horror'}]","","299551","tt3280916","en","The Atticus Institute","In the early 1970s, Dr. Henry West creates an institute to find people with supernatural abilities. When Judith Winstead comes to the facility, she exhibits amazing abilities that the military wants to turn into a weapon.","5.828","/jDNr74CkdoufjWrX3kFrbgdVbgq.jpg","[{'id':46405,'logo_path':null,'name':'Poznan Film Group','origin_country':''},{'id':11565,'logo_path':null,'name':'The Safran Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-01-20","0","92","[{'iso_639_1':'en','name':'English'}]","Released","The only case of possession confirmed by the U.S. Government.","The Atticus Institute","false","5.6","182" +"false","/sCwkfBjLUstJtNoJ796pVGwtlF3.jpg","null","75000000","[{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","2900","tt0138304","en","The Astronaut's Wife","When astronaut Spencer Armacost returns to Earth after a mission that nearly cost him his life, he decides to take a desk job in order to see his beautiful wife, Jillian, more often. Gradually, Jillian notices that Spencer's personality seems to have changed, but her concerns fade when she discovers that she's pregnant. As Jillian grows closer to becoming a mother, her suspicions about Spencer return. Why does it seem as if he's a different person?","8.379","/2zm3a3453aWN078Qd6nIQngbEkM.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':1757,'logo_path':null,'name':'Mad Chance','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-08-26","19598588","109","[{'iso_639_1':'en','name':'English'}]","Released","How well do you know the one you love?","The Astronaut's Wife","false","5.5","458" +"false","/tr6OExnBfjLADi9OyZoW308mPAp.jpg","null","15000000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://www.warnerbros.fr/the-artist","74643","tt1655442","en","The Artist","Hollywood, 1927: As silent movie star George Valentin wonders if the arrival of talking pictures will cause him to fade into oblivion, he sparks with Peppy Miller, a young dancer set for a big break.","10.264","/i0mpvMIIjyubXsVKug9vX0lYpnd.jpg","[{'id':8676,'logo_path':'/5u4GmXn4QMU39GQxGZoGfNtQ23r.png','name':'uFilm','origin_country':'BE'},{'id':1992,'logo_path':'/tGYQyvkKTqAEXidVisQ5FDipKAP.png','name':'La Petite Reine','origin_country':'FR'},{'id':2577,'logo_path':'/QZ4zbeJ0sULzGNJvfukrzgx4d8.png','name':'Studio 37','origin_country':'FR'},{'id':50630,'logo_path':null,'name':'La Classe Am??ricaine','origin_country':''},{'id':71510,'logo_path':null,'name':'JD Prod','origin_country':''},{'id':591,'logo_path':'/q5I5RDwMEiqoNmfaJgd2LraEOJY.png','name':'France 3 Cin??ma','origin_country':'FR'},{'id':12391,'logo_path':null,'name':'Jouror Productions','origin_country':''}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'FR','name':'France'}]","2011-06-26","133432856","100","[{'iso_639_1':'fr','name':'Fran??ais'}]","Released","A Breath Of Fresh Vintage Air","The Artist","false","7.4","1724" +"false","/kGc6w9in99OnNgemZX0XKsJsxOo.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","209247","tt2172985","en","The Art of the Steal","Crunch Calhoun, a third-rate motorcycle daredevil and part-time art thief, teams up with his snaky brother to steal one of the most valuable books in the world. But it's not just about the book for Crunch ??? he's keen to rewrite some chapters of his own past as well.","9.276","/cKR7yXINpyt38PoJCzuodNocNiO.jpg","[{'id':34,'logo_path':'/GagSvqWlyPdkFHMfQ3pNq6ix9P.png','name':'Sony Pictures','origin_country':'US'},{'id':5486,'logo_path':'/gDkL1DKC1IaXToq7APrT8vBXK4y.png','name':'Darius Films','origin_country':'CA'},{'id':8147,'logo_path':'/q6HOAdSNgCbeOqwoMVRc6REgbXF.png','name':'Entertainment One','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2013-09-11","64065","90","[{'iso_639_1':'en','name':'English'}]","Released","It takes a great artist to pull off the perfect con","The Art of the Steal","false","6.2","303" +"false","/ksboR1WDSRXjEDjcuKifPI9QSGz.jpg","{'id':25410,'name':'The Art of War Collection','poster_path':'/8VJpn8DZwZvKnyA3HBfQfjGKupG.jpg','backdrop_path':'/9G3CBEg7QlQ9MQcNgA5IwcghNYO.jpg'}","40000000","[{'id':80,'name':'Crime'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'}]","","11398","tt0160009","en","The Art of War","When ruthless terrorists threaten to bring down the United Nations, they frame the one man they believe can stop them: an international security expert named Shaw. Now he must run from his own allies and become a solitary force for good, as he tries to stop what could become World War III.","6.691","/oKj3DNThu3525pox53lxT9RG0F5.jpg","[{'id':421,'logo_path':null,'name':'Amen Ra Films','origin_country':''},{'id':1403,'logo_path':null,'name':'Franchise Pictures','origin_country':'US'},{'id':10210,'logo_path':null,'name':'Morgan Creek Productions','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2000-08-23","30199105","117","[{'iso_639_1':'en','name':'English'}]","Released","Who is your foe?","The Art of War","false","5.7","224" +"false","/hJxUb5YljPWhoJPoQyctlMxxNS4.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.foxsearchlight.com/theartofgettingby/","64678","tt1645080","en","The Art of Getting By","George, a lonely and fatalistic teen who's made it all the way to his senior year without ever having done a real day of work, is befriended by Sally, a popular but complicated girl who recognizes in him a kindred spirit.","8.886","/5J7d5YNbOvTxYnIRYiJBOmmpYAf.jpg","[{'id':500,'logo_path':null,'name':'Goldcrest Films International','origin_country':'GB'},{'id':5387,'logo_path':'/3klEFhjGxV1hC2Ai71L4PpjGiBz.png','name':'Atlantic Pictures','origin_country':'US'},{'id':7499,'logo_path':null,'name':'Gigi Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-06-17","1406224","83","[{'iso_639_1':'en','name':'English'}]","Released","The toughest lesson is love.","The Art of Getting By","false","6.5","725" +"false","/tMjsBJZfCactTXyE6WkvkPoQQ6U.jpg","null","0","[{'id':99,'name':'Documentary'}]","","214083","tt1638364","en","The Armstrong Lie","In 2009, Alex Gibney was hired to make a film about Lance Armstrong???s comeback to cycling. The project was shelved when the doping scandal erupted, and re-opened after Armstrong???s confession. The Armstrong Lie picks up in 2013 and presents a riveting, insider's view of the unraveling of one of the most extraordinary stories in the history of sports. As Lance Armstrong says himself, ???I didn???t live a lot of lies, but I lived one big one.???","3.398","/2prcQF85tNKeWAenzJDh9TWlgBw.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-09-08","383294","124","[{'iso_639_1':'en','name':'English'}]","Released","","The Armstrong Lie","false","7","64" +"false","/pxUrrHIasgRVnMLYFfecocBeUI3.jpg","null","0","[{'id':18,'name':'Drama'}]","","18590","tt0466665","en","The Architect","An architect engages in conflict with an activist who lives in a dangerous complex the architect designed.","1.448","/jYdvNcumrVzbjkhTr1Y68pKIWN.jpg","[{'id':3097,'logo_path':null,'name':'HDNet Films','origin_country':''},{'id':54514,'logo_path':null,'name':'Sly Dog Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-12-01","0","82","[{'iso_639_1':'en','name':'English'}]","Released","","The Architect","false","5.8","17" +"false","/6V0mI06ksLhmWi1eK4MvfevIlik.jpg","{'id':87232,'name':'The Apple Dumpling Gang Collection','poster_path':'/vd0szkY491LPcz6pZk9TmQThb3S.jpg','backdrop_path':null}","0","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':37,'name':'Western'}]","","18660","tt0072653","en","The Apple Dumpling Gang","A roving bachelor gets saddled with three children and a wealth of trouble when the youngsters stumble upon a huge gold nugget. They join forces with two bumbling outlaws to fend off the greedy townspeople and soon find themselves facing a surly gang of sharpshooters.","2.702","/riyhAKdGo7DzcFanbDzFvZfx2yq.jpg","[{'id':3166,'logo_path':'/vyyv4Gy9nPqAZKElPm2izLlEaVS.png','name':'Walt Disney Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1975-07-01","0","100","[{'iso_639_1':'en','name':'English'}]","Released","Wanted: For chicanery, skulduggery, tomfoolery and habitual bungling!","The Apple Dumpling Gang","false","6.5","51" +"false","/hOZBtXAlq9VX5z16UiB8aN35etx.jpg","null","1000000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","181095","tt2290709","en","The Appearing","A woman once possessed by a mysterious entity uncovers a shocking secret about her past and must face the demon that is lurking inside of her.","2.059","/reNkQzLlLf0utsAva4MHNIPNRDF.jpg","[{'id':45304,'logo_path':null,'name':'KK Ranch Productions','origin_country':''},{'id':45305,'logo_path':null,'name':'Sean Robert Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-01-10","0","92","[{'iso_639_1':'en','name':'English'}]","Released","It took her soul. You're next.","The Appearing","false","3.5","31" +"false","/46q5jQbgEOUXsxheIx1KM4hlGO8.jpg","null","17000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://theapparition.warnerbros.com","79694","tt1433822","en","The Apparition","Plagued by frightening occurrences in their home, Kelly and Ben learn that a university's parapsychology experiment produced an entity that is now haunting them. The malevolent spirit feeds on fear and torments the couple no matter where they run. Desperate, Kelly and Ben turn to a paranormal researcher, but even with his aid, it may already be too late to save themselves from the terrifying presence.","7.352","/qEHx7H3Gvt1zYM1AyitTA8c2XOH.jpg","[{'id':37826,'logo_path':null,'name':'Studio Babelsberg Motion Pictures','origin_country':''},{'id':1786,'logo_path':'/joLFuCWg9e2lweYnFQtRPJKSLlI.png','name':'Dark Castle Entertainment','origin_country':'US'},{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-08-23","9627492","82","[{'iso_639_1':'en','name':'English'}]","Released","Once You Believe You Die","The Apparition","false","4.3","212" +"false","/2xudmFFYabaap82va87odz8FCuG.jpg","null","5000000","[{'id':16,'name':'Animation'},{'id':878,'name':'Science Fiction'}]","http://www.intothematrix.com/","55931","tt0328832","en","The Animatrix","Straight from the creators of the groundbreaking Matrix trilogy, this collection of short animated films from the world's leading anime directors fuses computer graphics and Japanese anime to provide the background of the Matrix universe and the conflict between man and machines. The shorts include Final Flight of the Osiris, The Second Renaissance, Kid's Story, Program, World Record, Beyond, A Detective Story and Matriculated.","9.327","/1ISkdhJ48PDvETdxjllQ1AswTGv.jpg","[{'id':1885,'logo_path':'/xlvoOZr4s1PygosrwZyolIFe5xs.png','name':'Silver Pictures','origin_country':'US'},{'id':3464,'logo_path':'/9k0nr75nwnNeT2MHerf1OXJN0hj.png','name':'Madhouse','origin_country':'JP'},{'id':11671,'logo_path':'/iRdYQdn1eunwV3qAs6RK5Mqwn8Z.png','name':'Studio 4??C','origin_country':'JP'},{'id':89136,'logo_path':null,'name':'DNA Productions','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'US','name':'United States of America'}]","2003-05-09","0","102","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'}]","Released","Free your mind.","The Animatrix","false","7","653" +"false","/tp6GSi9CuptS149015jwsW6tY2k.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","https://www.facebook.com/TheAnomalyMovie?fref=ts","269173","tt2962726","en","The Anomaly","A former soldier is taken captive and awakens in the back of a van where he learns that he only has less than 10 minutes to figure out how he got there.","7.179","/7STXBkSO5WEVF98B3ZOXanKMNK6.jpg","[{'id':36735,'logo_path':null,'name':'Tea Shop & Film Company','origin_country':''},{'id':6371,'logo_path':'/zjXvcv1md91eXLZiJExUOTEwgdd.png','name':'Unstoppable Entertainment','origin_country':'GB'},{'id':36109,'logo_path':'/wca0Jcidf2N1KAPicYMjGoKOmYu.png','name':'The Fyzz','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-06-19","0","97","[{'iso_639_1':'en','name':'English'}]","Released","","The Anomaly","false","4.9","190" +"false","/6IUkMwLKv9mqsHzZtedD5gFXQLL.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","152790","tt1294970","en","The Angriest Man in Brooklyn","After learning that a brain aneurysm will kill him in about 90 minutes, a perpetually unhappy man struggles to come to terms with his fate and make amends with everyone he has ever hurt.","8.049","/aX1VbLmzVZsBlVIv6H8LsDsTOud.jpg","[{'id':34381,'logo_path':null,'name':'Vedette Finance','origin_country':''},{'id':7741,'logo_path':null,'name':'Landscape Entertainment','origin_country':''},{'id':24510,'logo_path':null,'name':'MICA Entertainment','origin_country':''},{'id':34385,'logo_path':null,'name':'Prominent Media Group','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-05-23","0","84","[{'iso_639_1':'en','name':'English'}]","Released","Everyone has a bad day. Henry has one every day.","The Angriest Man in Brooklyn","false","5.6","258" +"false","/pyzCZ11vbhmPEwwWv1fDvpG1Axe.jpg","null","6500000","[{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","10514","tt0066769","en","The Andromeda Strain","When virtually all of the residents of Piedmont, New Mexico, are found dead after the return to Earth of a space satellite, the head of the US Air Force's Project Scoop declares an emergency. A group of eminent scientists led by Dr. Jeremy Stone scramble to a secure laboratory and try to first isolate the life form while determining why two people from Piedmont - an old alcoholic and a six-month-old baby - survived. The scientists methodically study the alien life form unaware that it has already mutated and presents a far greater danger in the lab, which is equipped with a nuclear self-destruct device designed to prevent the escape of dangerous biological agents..","8.255","/nGI6h63HtxB0SbvaNXc5WcrRycq.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1971-03-12","12376563","131","[{'iso_639_1':'en','name':'English'}]","Released","The picture runs 130 minutes!... The story covers 96 of the most critical hours in man's history!... The suspense will last through your lifetime!","The Andromeda Strain","false","7","283" +"false","/qo6Q2hUOTYvX2hgdEnCquFFuZNc.jpg","{'id':397842,'name':'The Amityville Collection','poster_path':'/stPXPasI1lvxJRJJuDCKBr6X836.jpg','backdrop_path':'/kPfuozrsE7pmFFolkR0xFicZDJT.jpg'}","19000000","[{'id':27,'name':'Horror'}]","","10065","tt0384806","en","The Amityville Horror","A family is terrorized by demonic forces after moving into a home that was the site of a grisly mass-murder.","14.302","/cZW2ajrHSiA0Ar2o00g4ezUYqZX.jpg","[{'id':2481,'logo_path':'/nVEP2IHCDOBOldgDL4SSufitN9.png','name':'Platinum Dunes','origin_country':'US'},{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'},{'id':350,'logo_path':'/l4cEc8UZ3ZrPLisIOh1iYMKwAVP.png','name':'Radar Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-04-14","108047131","90","[{'iso_639_1':'en','name':'English'}]","Released","What happened over the next 28 days has never been explained.","The Amityville Horror","false","6.1","1109" +"false","/zS2r1rMP7zyvnviQHprcEj3N3m1.jpg","{'id':397842,'name':'The Amityville Collection','poster_path':'/stPXPasI1lvxJRJJuDCKBr6X836.jpg','backdrop_path':'/kPfuozrsE7pmFFolkR0xFicZDJT.jpg'}","20000","[{'id':27,'name':'Horror'}]","","216016","tt2216212","en","The Amityville Asylum","Lisa Templeton begins a new job as a cleaner at High Hopes Hospital, a mental institution in Amityville, Long Island. Initially delighted to get the job, Lisa soon realises that all is not as it seems. Intimidated by staff and the psychotic ramblings of the patients, she is further unnerved by apparent supernatural occurrences on the night shift. To preserve her sanity Lisa must uncover the mysterious history of the institution and it's inmates. But the truth is far more terrifying than she could ever imagine.","1.514","/wXYJG2vVVC8zxI0ZuTgFujBuFLF.jpg","[]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2013-06-03","0","88","[{'iso_639_1':'en','name':'English'}]","Released","Kill them. Kill them all.","The Amityville Asylum","false","3.9","16" +"false","/86wyFNKmL83IMaK4wYbyrdvNCI6.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","42791","tt0057840","en","The Americanization of Emily","During the build-up to D-Day in 1944, the British found their island hosting many thousands of American soldiers who were ""oversexed, overpaid, and over here"". That's Charlie Madison exactly; he knows all the angles to make life as smooth and risk-free as possible for himself. But things become complicated when he falls for an English woman, and his commanding officer's nervous breakdown leads to Charlie being sent on a senseless and dangerous mission.","2.392","/zA9254usF2X0m0P5CeEXft7uzSe.jpg","[{'id':1138,'logo_path':null,'name':'Filmways Pictures','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1964-10-27","0","115","[{'iso_639_1':'en','name':'English'}]","Released","Why did Emily call Charlie the most immoral man she'd ever met?","The Americanization of Emily","false","6.8","28" +"false","/aMpCGYbiftyy30iphUfe03jc4Zi.jpg","null","20000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://focusfeatures.com/film/the_american/","27579","tt1440728","en","The American","Dispatched to a small Italian town to await further orders, assassin Jack embarks on a double life that may be more relaxing than is good for him.","8.156","/fSjOt5mNKb1ht8oKu4mVICAwbAt.jpg","[{'id':20899,'logo_path':null,'name':'Twins Financing','origin_country':''},{'id':10059,'logo_path':null,'name':'This Is That Productions','origin_country':''},{'id':10146,'logo_path':'/xnFIOeq5cKw09kCWqV7foWDe4AA.png','name':'Focus Features','origin_country':'US'},{'id':72503,'logo_path':null,'name':'Greenlit Rights','origin_country':''},{'id':1782,'logo_path':'/d1mlUfuG0NoQ4x0C7bK80wLGWA1.png','name':'Smoke House Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2010-08-31","65464324","104","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","","The American","false","5.8","673" +"false","/ujAY1ad7yS2TfV0GDNGUZ7DK0mo.jpg","{'id':125574,'name':'The Amazing Spider-Man Collection','poster_path':'/moNJa86FgDYy8SWeDym2gnsLLMa.jpg','backdrop_path':'/aLrNTcLN2kDu9jAJ4tS5haiWGc6.jpg'}","215000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'}]","http://www.theamazingspiderman.com","1930","tt0948470","en","The Amazing Spider-Man","Peter Parker is an outcast high schooler abandoned by his parents as a boy, leaving him to be raised by his Uncle Ben and Aunt May. Like most teenagers, Peter is trying to figure out who he is and how he got to be the person he is today. As Peter discovers a mysterious briefcase that belonged to his father, he begins a quest to understand his parents' disappearance ??? leading him directly to Oscorp and the lab of Dr. Curt Connors, his father's former partner. As Spider-Man is set on a collision course with Connors' alter ego, The Lizard, Peter will make life-altering choices to use his powers and shape his destiny to become a hero.","30.092","/5jsLnOo7kzj7HmAoiJkp1Y5yEgb.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':7505,'logo_path':'/837VMM4wOkODc1idNxGT0KQJlej.png','name':'Marvel Entertainment','origin_country':'US'},{'id':326,'logo_path':null,'name':'Laura Ziskin Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-06-27","752215857","136","[{'iso_639_1':'en','name':'English'}]","Released","The untold story begins.","The Amazing Spider-Man","false","6.5","10065" +"false","/tmFDgDmrdp5DYezwpL0ymQKIbnV.jpg","{'id':125574,'name':'The Amazing Spider-Man Collection','poster_path':'/moNJa86FgDYy8SWeDym2gnsLLMa.jpg','backdrop_path':'/aLrNTcLN2kDu9jAJ4tS5haiWGc6.jpg'}","200000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'}]","http://www.theamazingspiderman.com","102382","tt1872181","en","The Amazing Spider-Man 2","For Peter Parker, life is busy. Between taking out the bad guys as Spider-Man and spending time with the person he loves, Gwen Stacy, high school graduation cannot come quickly enough. Peter has not forgotten about the promise he made to Gwen???s father to protect her by staying away, but that is a promise he cannot keep. Things will change for Peter when a new villain, Electro, emerges, an old friend, Harry Osborn, returns, and Peter uncovers new clues about his past.","22.938","/mUjWof8LHDgCZC9mFp0UYKBf1Dm.jpg","[{'id':7505,'logo_path':'/837VMM4wOkODc1idNxGT0KQJlej.png','name':'Marvel Entertainment','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':31828,'logo_path':null,'name':'Avi Arad Productions','origin_country':'US'},{'id':53462,'logo_path':null,'name':'Matt Tolmach Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-04-16","705717432","142","[{'iso_639_1':'en','name':'English'}]","Released","No more secrets.","The Amazing Spider-Man 2","false","6.4","6933" +"false","/dYfphqE7Q6s2KkhGTwsesN0luvx.jpg","null","34000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","10436","tt0106226","en","The Age of Innocence","Tale of 19th century New York high society in which a young lawyer falls in love with a woman separated from her husband, while he is engaged to the woman's cousin.","7.345","/xdkFwyufgtTR4E9rk4CL2r4l00a.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-09-17","32255440","139","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","In a world of tradition. In an age of innocence. They dared to break the rules.","The Age of Innocence","false","7","367" +"false","/m3xgF9JiTlfN1rO9hcvTd4PTIQy.jpg","null","130000000","[{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':9648,'name':'Mystery'}]","http://www.us.movie.tintin.com/","17578","tt0983193","en","The Adventures of Tintin","Intrepid young reporter, Tintin, and his loyal dog, Snowy, are thrust into a world of high adventure when they discover a ship carrying an explosive secret. As Tintin is drawn into a centuries-old mystery, Ivan Ivanovitch Sakharine suspects him of stealing a priceless treasure. Tintin and Snowy, with the help of salty, cantankerous Captain Haddock and bumbling detectives, Thompson and Thomson, travel half the world, one step ahead of their enemies, as Tintin endeavors to find the Unicorn, a sunken ship that may hold a vast fortune, but also an ancient curse.","13.665","/3XOaHJARdZIXcd7sgJV24Txp3gf.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':11,'logo_path':'/6FAuASQHybRkZUk08p9PzSs9ezM.png','name':'WingNut Films','origin_country':'NZ'},{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'},{'id':2348,'logo_path':'/m31fQvZJuUvAgxoqTiCGYFBfZYe.png','name':'Nickelodeon Movies','origin_country':'US'},{'id':9169,'logo_path':null,'name':'Hemisphere Media Capital','origin_country':''},{'id':862,'logo_path':'/udTjbqPmcTbfrihMuLtLcizDEM1.png','name':'The Kennedy/Marshall Company','origin_country':'US'}]","[{'iso_3166_1':'NZ','name':'New Zealand'},{'iso_3166_1':'US','name':'United States of America'}]","2011-10-25","371940071","107","[{'iso_639_1':'en','name':'English'}]","Released","This year, discover how far adventure will take you.","The Adventures of Tintin","false","6.8","3147" +"false","/bXUdFmuVvDr1HuyhXXXNNp9uJF3.jpg","null","46630000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'},{'id':10751,'name':'Family'}]","","14506","tt0096764","en","The Adventures of Baron Munchausen","An account of Baron Munchausen's supposed travels and fantastical experiences with his band of misfits.","9.302","/75SlrEn0RCb2Ng18cCE82S00Hi5.jpg","[{'id':1755,'logo_path':null,'name':'Allied Filmmakers','origin_country':''},{'id':1593,'logo_path':null,'name':'Laura Films','origin_country':''},{'id':11352,'logo_path':null,'name':'Prominent Features','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'GB','name':'United Kingdom'}]","1988-12-07","8083123","126","[{'iso_639_1':'en','name':'English'}]","Released","Remarkable. Unbelievable. Impossible. And true.","The Adventures of Baron Munchausen","false","6.9","343" +"false","/fWmm5X31wPqt5fC5fxf1W17DvAy.jpg","null","25000000","[{'id':14,'name':'Fantasy'},{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'}]","","227707","tt1376213","en","The Adventurer: The Curse of the Midas Box","Seventeen-year-old Mariah Mundi's life is turned upside down when his parents vanish and his younger brother is kidnapped. Following a trail of clues to the darkly majestic Prince Regent Hotel, Mariah discovers a hidden realm of child-stealing monsters, deadly secrets and a long-lost artefact that grants limitless wealth???but also devastating supernatural power. With the fate of his world, and his family at stake, Mariah will risk everything to unravel the Curse of the Midas Box.","4.979","/symtByZWJj0wGsSoKQDKmgiQbce.jpg","[{'id':19037,'logo_path':'/xhAYgpFmJfcCVLV5NMD8QKvqqHc.png','name':'Umedia','origin_country':'BE'},{'id':707,'logo_path':null,'name':'Matador Pictures','origin_country':''},{'id':7543,'logo_path':'/sPBVpVQf44rVP65TVTFgsn9ZVwE.png','name':'Arcadia Motion Pictures','origin_country':'ES'},{'id':16742,'logo_path':null,'name':'Telef??nica Studios','origin_country':'ES'},{'id':20386,'logo_path':null,'name':'Entertainment Motion Pictures','origin_country':''},{'id':53195,'logo_path':null,'name':'Nix Films','origin_country':''},{'id':66897,'logo_path':null,'name':'International Pictures Two','origin_country':''},{'id':66899,'logo_path':null,'name':'Cronos Entertainment AIE','origin_country':''},{'id':49252,'logo_path':null,'name':'Cinema One','origin_country':''},{'id':10069,'logo_path':null,'name':'Afrodita Audiovisual, A.I.E.','origin_country':''},{'id':8676,'logo_path':'/5u4GmXn4QMU39GQxGZoGfNtQ23r.png','name':'uFilm','origin_country':'BE'},{'id':11921,'logo_path':null,'name':'Le Tax Shelter du Gouvernement F??d??ral de Belgique','origin_country':''}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'ES','name':'Spain'}]","2013-12-05","6399","99","[{'iso_639_1':'en','name':'English'}]","Released","The new name for adventure.","The Adventurer: The Curse of the Midas Box","false","5.1","103" +"false","/nlwzLx5WVZPZDwXvexGGfaktts7.jpg","null","50200000","[{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'},{'id':10749,'name':'Romance'}]","http://www.theadjustmentbureau.com/","38050","tt1385826","en","The Adjustment Bureau","A man glimpses the future Fate has planned for him ??? and chooses to fight for his own destiny. Battling the powerful Adjustment Bureau across, under and through the streets of New York, he risks his destined greatness to be with the only woman he's ever loved.","12.775","/g87PqGH9Oo3d3Tbczcfk7ZMAIEk.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':2531,'logo_path':'/pC2iDCDCvV85vOBP7a5Ukxuc0Du.png','name':'Media Rights Capital','origin_country':'US'},{'id':6933,'logo_path':null,'name':'Gambit Pictures','origin_country':''},{'id':11834,'logo_path':null,'name':'Electric Shepherd Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-03-03","127869379","106","[{'iso_639_1':'en','name':'English'}]","Released","Fight for your fate.","The Adjustment Bureau","false","6.6","2514" +"false","/5ZVG87nRXvzTv8VXdcYE5GzLg4K.jpg","{'id':11716,'name':'Addams Family Collection','poster_path':'/2ZVopkpVBRkgY1G3iMWFmoo8TIa.jpg','backdrop_path':'/gS5yZLrSJ6uNbsz17xoxf70X2Ws.jpg'}","30000000","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'}]","","2907","tt0101272","en","The Addams Family","Uncle Fester has been missing for 25 years. An evil doctor finds out and introduces a fake Fester in an attempt to get the Addams Family's money. The youngest daughter has some doubts about the new uncle Fester, but the fake uncle adapts very well to the strange family. Can the doctor carry out her evil plans and take over the Addams Family's fortune?","14.495","/ajiQj0jbacMAmPxDU3fP9TeIfTi.jpg","[{'id':258,'logo_path':null,'name':'Scott Rudin Productions','origin_country':'US'},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1991-11-22","191502426","99","[{'iso_639_1':'en','name':'English'}]","Released","Weird Is Relative","The Addams Family","false","6.9","1968" +"false","/AqqoTCV3xGs3E9r2TYo4hPb67vq.jpg","{'id':116847,'name':'Dr. Phibes Collection','poster_path':'/qjewCqGqnM6uBHdMWbejkkxTXDU.jpg','backdrop_path':'/5eVk3lK6bE3JM6z9EuSYL1xsSxf.jpg'}","3000000","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","17965","tt0066740","en","The Abominable Dr. Phibes","Famous organist Anton Phibes is horribly disfigured in an automobile accident while rushing to the side of his sick wife and presumed to be dead. Once Phibes learns that his wife died on the operating table, he is convinced the doctors are responsible and begins exacting his revenge on all those involved.","5.357","/jfw3lj3lt8AeA7oS7rPnUsSS3za.jpg","[{'id':9266,'logo_path':null,'name':'American International Pictures (AIP)','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1971-05-18","0","94","[{'iso_639_1':'en','name':'English'}]","Released","Love means never having to say you're ugly.","The Abominable Dr. Phibes","false","6.9","125" +"false","/81bEnqHu9jbPGpfW7LMZrfiZ5U3.jpg","{'id':207632,'name':'The ABCs of Death Collection','poster_path':'/fzrKAtcg75Je7N0NereOdKePHDM.jpg','backdrop_path':null}","0","[{'id':27,'name':'Horror'}]","","193726","tt2926810","en","ABCs of Death 2","Taking all that was great from the first installment, ABCs OF DEATH 2 aims to be a wilder, leaner, faster paced and even more entertaining anthology this time around, with a new crop of award-winning, visionary filmmakers from around the globe.","6.544","/npN4yjO7MLg1ouMUF4VZ87ChiO1.jpg","[{'id':10485,'logo_path':'/87tUvESDOf46JSIYLXLGIWhE73q.png','name':'Drafthouse Films','origin_country':'US'},{'id':3595,'logo_path':'/fmr2EBtGqqIPXOB3tCHCviRRy7z.png','name':'Magnet Releasing','origin_country':'US'},{'id':19324,'logo_path':null,'name':'Timpson Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'NZ','name':'New Zealand'},{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'IL','name':'Israel'},{'iso_3166_1':'JP','name':'Japan'}]","2014-10-02","7171","125","[{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'he','name':'????????????????'},{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'pt','name':'Portugu??s'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Some people never learn","ABCs of Death 2","false","5.2","142" +"false","/rRBpKgStVlFlK0Rl42tqxNqX5E.jpg","null","110000000","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","http://www.ateam-movie.com","34544","tt0429493","en","The A-Team","A group of Iraq War veterans goes on the run from U.S. military forces while they try to clear their names after being framed for a crime they didn't commit. Along the way, Col. Hannibal Smith, Capt. H.M. ???Howling Mad??? Murdock , Sgt. Bosco ???B.A.??? Baracus, and Lt. Templeton ???Faceman??? Peck help out various people they encounter.","14.881","/eMwotYpkcE42lGlaoCpPFaolvst.jpg","[{'id':10908,'logo_path':null,'name':'Phoenix Film Partners','origin_country':''},{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'},{'id':5585,'logo_path':null,'name':'Stephen J. Cannell Productions','origin_country':''},{'id':2528,'logo_path':'/5OZP2dM6B6wBXfwadqk0TJBBPJP.png','name':'Top Cow Productions','origin_country':'US'},{'id':1645,'logo_path':'/6Ry6uNBaa0IbbSs1XYIgX5DkA9r.png','name':'Scott Free Productions','origin_country':''},{'id':10893,'logo_path':null,'name':'Big Screen Productions','origin_country':''},{'id':289,'logo_path':null,'name':'Ingenious Film Partners','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-06-10","177238796","117","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'sw','name':'Kiswahili'}]","Released","There Is No Plan B","The A-Team","false","6.3","2619" +"false","/eiVnTqQ7qjssGwXEfXf7BKx4ugH.jpg","{'id':321063,'name':'The Sinbad Collection','poster_path':'/t1vJrS8oSN9JpiLdVRhadMXy52X.jpg','backdrop_path':'/27q8t5Tnw3wn5R6sHpq0e7ueYnR.jpg'}","650000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","","15515","tt0051337","en","The 7th Voyage of Sinbad","When a princess is shrunken by an evil wizard, Sinbad must undertake a quest to an island of monsters to cure her and prevent a war.","7.295","/mzEFF9YRN13HLz6Cq7jMYR8aHVb.jpg","[{'id':5040,'logo_path':null,'name':'Morningside Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1958-12-05","0","88","[{'iso_639_1':'en','name':'English'}]","Released","See these incredible scenes before your unbelieving eyes!","The 7th Voyage of Sinbad","false","6.9","91" +"false","/xPHJ4X3i4O6G9fojMSWQe9zl2Lr.jpg","null","82000000","[{'id':9648,'name':'Mystery'},{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'}]","","8452","tt0216216","en","The 6th Day","Futuristic action about a man who meets a clone of himself and stumbles into a grand conspiracy about clones taking over the world.","14.95","/6pBUekwhnjW99V0cLphx7dZE2Wx.jpg","[{'id':11317,'logo_path':'/u3YB3GujS0tct5BVTsMJLWVyllg.png','name':'Phoenix Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-11-17","96085477","123","[{'iso_639_1':'en','name':'English'}]","Released","Are You Who You Think You Are","The 6th Day","false","5.9","967" +"false","/rTxVvB9snqgEBI2BPLdw4iwvK2E.jpg","null","26000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://www.universalstudiosentertainment.com/the-40-year-old-virgin/","6957","tt0405422","en","The 40 Year Old Virgin","Andy Stitzer has a pleasant life with a nice apartment and a job stamping invoices at an electronics store. But at age 40, there's one thing Andy hasn't done, and it's really bothering his sex-obsessed male co-workers: Andy is still a virgin. Determined to help Andy get laid, the guys make it their mission to de-virginize him. But it all seems hopeless until Andy meets small business owner Trish, a single mom.","13.321","/5WTywBaFoQhjHTaztkKAfcVmxZn.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':10105,'logo_path':'/bN4tiAS8oNlHhIqq66KBPQ1Ekqh.png','name':'Apatow Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-08-11","109449237","116","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","The longer you wait, the harder it gets","The 40 Year Old Virgin","false","6.3","3505" +"false","/a4ZCzyNRsiRFcwAkC9nDK8LE714.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'}]","http://www.the25threich.com/","111208","tt1931551","en","The 25th Reich","In 1943, five US soldiers are recruited by the OSS for a time travel mission to save the world from the tyranny of Hitler's 25th Reich.","0.948","/xuq11Tkvr78QoDMRKOmcFQXA2fw.jpg","[{'id':24330,'logo_path':null,'name':'KikGroup','origin_country':''},{'id':24332,'logo_path':null,'name':'Revolution Pictures','origin_country':''},{'id':24329,'logo_path':null,'name':'Acme Film Company','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2012-05-09","0","85","[{'iso_639_1':'en','name':'English'}]","Released","They came back from the past, to save the future!","The 25th Reich","false","4.2","10" +"false","/mrjQsj4BtLtHj6Qcvp7n9XxdDnx.jpg","null","160000000","[{'id':12,'name':'Adventure'},{'id':36,'name':'History'}]","","1911","tt0120657","en","The 13th Warrior","A Muslim ambassador exiled from his homeland, Ahmad ibn Fadlan finds himself in the company of Vikings. While the behavior of the Norsemen initially offends ibn Fadlan, the more cultured outsider grows to respect the tough, if uncouth, warriors. During their travels together, ibn Fadlan and the Vikings get word of an evil presence closing in, and they must fight the frightening and formidable force, which was previously thought to exist only in legend.","14.661","/ooR8S0O0ZgxK2OBnT1GWHrr9w92.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-08-13","61698899","102","[{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'la','name':'Latin'},{'iso_639_1':'sv','name':'svenska'}]","Released","Prey For The Living.","The 13th Warrior","false","6.5","834" +"false","/nazhtLZUpFo2WYpR7G5fXV8vQFy.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","","57118","tt1606180","en","That's What I Am","A coming-of-age story that follows 12-year-old Andy Nichol, a bright student who, like most kids his age, will do anything to avoid conflict for fear of suffering overwhelming ridicule and punishment from his junior high school peers.","4.464","/j8AddZbcTNirCbMalghR021U6R.jpg","[{'id':10339,'logo_path':'/oiIi36MaWXwvvHWX5eojoE2Fiyv.png','name':'WWE Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-04-01","0","101","[{'iso_639_1':'en','name':'English'}]","Released","I'm a Teacher. I'm a Singer. I'm a Writer.","That's What I Am","false","6.9","87" +"false","/gXoX0IVLD1KOLvfOUDMtQjb6eem.jpg","null","70000000","[{'id':35,'name':'Comedy'}]","http://www.sonypictures.com/movies/thatsmyboy/","87428","tt1232200","en","That's My Boy","While in his teens, Donny fathered a son, Todd, and raised him as a single parent up until Todd's 18th birthday. Now, after not seeing each other for years, Todd's world comes crashing down when Donny resurfaces just before Todd's wedding.","12.712","/2SuDV2uwRGgvpYgTI9CKErtyro1.jpg","[{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':2608,'logo_path':'/g3YRudXiQzHesQqRXvnhFpMzfkU.png','name':'Happy Madison Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-06-14","58058367","116","[{'iso_639_1':'en','name':'English'}]","Released","The story of a child??? and his son.","That's My Boy","false","5.5","797" +"false","/z5iVwH0seutJgYjChJwjSUjFEXZ.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","12708","tt0056575","en","That Touch of Mink","A rich businessman and a young woman are attracted to each other, but he only wants an affair while she wants to save her virginity for marriage.","4.317","/tge7YgnebiYKGkeKxn0itY7MfzR.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':1823,'logo_path':null,'name':'Arwin Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1962-06-14","0","99","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","Two of Hollywood's most beloved stars, Cary Grant and Doris Day, sparkle in a breezy, stylish comedy that's rich with romantic delights.","That Touch of Mink","false","6.6","58" +"false","/9meRflNXU5LUVdU0FoW2QSEBuOU.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","","26771","tt0080012","en","That Sinking Feeling","Ronnie, Wal, Andy and Vic are four bored, unemployed teens in dreary, rainy Glasgow. Ronnie comes up with a great idea. He has noticed that stainless steel sinks are worth a lot of money and comes up with a complicated scheme: to steal sinks from a warehouse dressed as girls and using a stop-motion-potion.","1.4","/9javszaejtG5aHoo2FtdAdgUU1Y.jpg","[{'id':74205,'logo_path':null,'name':'Minor Miracle Film Cooperative','origin_country':''},{'id':13765,'logo_path':null,'name':'Lake Films','origin_country':'GB'},{'id':74203,'logo_path':null,'name':'Glasgow Youth Theatre','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1980-10-01","0","93","[{'iso_639_1':'en','name':'English'}]","Released","","That Sinking Feeling","false","6.6","10" +"false","/unSGNsOvQgTHkIAFMeXzEZ24RB4.jpg","null","8000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","225565","tt1800246","en","That Awkward Moment","Best pals Jason and Daniel indulge in casual flings and revel in their carefree, unattached lives. After learning that the marriage of their friend Mikey is over, they gladly welcome him back into their circle. The three young men make a pact to have fun and avoid commitment. However, when all three find themselves involved in serious relationships, they must keep their romances secret from one another.","7.629","/lvj2Nqr9RLA6ichyui5Th8oZq5s.jpg","[{'id':14580,'logo_path':null,'name':'Treehouse Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-01-29","26049082","94","[{'iso_639_1':'en','name':'English'}]","Released","When you realize getting some means wanting more.","That Awkward Moment","false","6.1","1689" +"false","/D1VqMoYT4K2aFcywu3kGnycD6n.jpg","null","6500000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","9388","tt0427944","en","Thank You for Smoking","Nick Naylor is a charismatic spin-doctor for Big Tobacco who'll fight to protect America's right to smoke -- even if it kills him -- while still remaining a role model for his 12-year old son. When he incurs the wrath of a senator bent on snuffing out cigarettes, Nick's powers of ""filtering the truth"" will be put to the test.","11.354","/v8PKsbAGIvAhKbbRUjdQ3jgFD2S.jpg","[{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'},{'id':3567,'logo_path':null,'name':'Room 9 Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-09-05","24793509","92","[{'iso_639_1':'en','name':'English'}]","Released","Tobacco lobbyist Nick Naylor is trying to SAVE YOUR ASH!","Thank You for Smoking","false","7.2","1080" +"false","/jHh5Oy4NZIV4UuuR70hNsND9Uap.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'}]","","72477","tt1389127","en","Texas Killing Fields","In the Texas bayous, a local homicide detective teams up with a cop from New York City to investigate a series of unsolved murders.","8.493","/rvM3xqGDoNwXhzfO7qTLlIU8DZ8.jpg","[{'id':11029,'logo_path':'/aEqqnFZjCW10ODE4TYQ1qkjvokr.png','name':'QED International','origin_country':'US'},{'id':8504,'logo_path':null,'name':'Block / Hanson','origin_country':'US'},{'id':8505,'logo_path':null,'name':'Watley Entertainment','origin_country':'US'},{'id':5860,'logo_path':null,'name':'Anchor Bay Films','origin_country':'US'},{'id':28064,'logo_path':null,'name':'Blue Light','origin_country':'US'},{'id':675,'logo_path':null,'name':'Forward Pass','origin_country':'US'},{'id':107362,'logo_path':null,'name':'Gideon Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-10-14","957240","105","[{'iso_639_1':'en','name':'English'}]","Released","No one is safe.","Texas Killing Fields","false","5.8","225" +"false","/syZp6erObU03jSEzc3Kvrtk9gV1.jpg","{'id':111751,'name':'Texas Chainsaw Massacre Collection','poster_path':'/gWf6Elj8tYAGjWHi3XHURAcR8aW.jpg','backdrop_path':'/1zIwt7gUyxKhOKYXN5XNGdGxwHg.jpg'}","10000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","76617","tt1572315","en","Texas Chainsaw 3D","A young woman learns that she has inherited a Texas estate from her deceased grandmother.??After embarking on a road trip with friends to uncover her roots, she finds she is the sole owner of a lavish, isolated Victorian mansion. But her newfound wealth comes at a price as she stumbles upon a horror that awaits her in the mansion???s dank cellars.","14.945","/p0kJOoNvwnWgmvKvL4GqlV3OPUV.jpg","[{'id':925,'logo_path':'/dIb9hjXNOkgxu4kBWdIdK8nM4w.png','name':'Nu Image','origin_country':'US'},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-01-03","0","92","[{'iso_639_1':'en','name':'English'}]","Released","Evil wears many faces.","Texas Chainsaw 3D","false","5.3","744" +"false","/a17pGiXiDAKMlTnBpixc61Jjka1.jpg","null","0","[{'id':36,'name':'History'},{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","","284689","tt1441953","en","Testament of Youth","Testament of Youth is a powerful story of love, war and remembrance, based on the First World War memoir by Vera Brittain, which has become the classic testimony of that war from a woman???s point of view. A searing journey from youthful hopes and dreams to the edge of despair and back again, it???s a film about young love, the futility of war and how to make sense of the darkest times.","7.89","/bm4LR8WLYg1CKEjpFcDkIL0DBjS.jpg","[{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':437,'logo_path':'/nu20mtwbEIhUNnQ5NXVhHsNknZj.png','name':'Heyday Films','origin_country':'GB'}]","[{'iso_3166_1':'DK','name':'Denmark'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-10-14","1822250","129","[{'iso_639_1':'en','name':'English'}]","Released","Divided by war. United by love.","Testament of Youth","false","7.4","463" +"false","/2C6AmlsMP6MLyJeODMWXRm6IG3c.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","48669","tt1444252","en","Terror Trap","Driving to a weekend getaway, a car breakdown strands young couple Don and Nancy (David James Elliot and Heather Marsden) while passing through a small, rural Louisiana town. Finding the couple on the roadside, the towns inhospitable Sheriff Taylor (Jeff Fahey) tells them therell be no one to repair their car before morning. He directs them to a nearby motel for the night run by Carter (Michael Madsen). Checking into the seedy, rundown establishment, Don and Nancy have no way of knowing how this place deals with outsiders. Badge aside, the Sherriff answers to Carter, as do a gang of twisted, masked kidnappers, torturers, and killers. By the time Don and Nancy realize whats happening, its too late to flee. They must fight to survive the night, or be the next victims of the Terror Trap...","2.753","/fHici0a9mUWbWYfLZ4U0oy1ZRBv.jpg","[{'id':23641,'logo_path':null,'name':'Dan Garcia Productions','origin_country':''},{'id':23642,'logo_path':null,'name':'DMG Holdings','origin_country':''},{'id':15521,'logo_path':null,'name':'Most Wanted Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-09-22","0","86","[{'iso_639_1':'en','name':'English'}]","Released","Once you check in, there's no escape...","Terror Trap","false","4.9","26" +"false","/tBCOpjphzSLzC6oOjqzTEg6bJ7q.jpg","{'id':528,'name':'The Terminator Collection','poster_path':'/vxiKtcxAJxHhlg2H1X8y7zcM3k6.jpg','backdrop_path':'/cpmbkwSxZnKO69V82A9a34tvk2E.jpg'}","200000000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","https://www.warnerbros.com/terminator-salvation","534","tt0438488","en","Terminator Salvation","All grown up in post-apocalyptic 2018, John Connor must lead the resistance of humans against the increasingly dominating militaristic robots. But when Marcus Wright appears, his existence confuses the mission as Connor tries to determine whether Wright has come from the future or the past -- and whether he's friend or foe.","21.719","/gw6JhlekZgtKUFlDTezq3j5JEPK.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':4021,'logo_path':null,'name':'The Halcyon Company','origin_country':''},{'id':4022,'logo_path':'/q6Xts6ztGkTHrY1WfHttlhL3Pfc.png','name':'Wonderland Sound and Vision','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2009-05-20","371353001","115","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","The End Begins.","Terminator Salvation","false","5.9","3586" +"false","/8ZuMyOjFpwq1tNU9MAFN836Wb1b.jpg","{'id':528,'name':'The Terminator Collection','poster_path':'/vxiKtcxAJxHhlg2H1X8y7zcM3k6.jpg','backdrop_path':'/cpmbkwSxZnKO69V82A9a34tvk2E.jpg'}","200000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","","296","tt0181852","en","Terminator 3: Rise of the Machines","It's been 10 years since John Connor saved Earth from Judgment Day, and he's now living under the radar, steering clear of using anything Skynet can trace. That is, until he encounters T-X, a robotic assassin ordered to finish what T-1000 started. Good thing Connor's former nemesis, the Terminator, is back to aid the now-adult Connor ??? just like he promised.","22.678","/lz4xYdF1n09lyiCfZWtWT44SZiG.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':763,'logo_path':null,'name':'Intermedia Films','origin_country':''},{'id':7340,'logo_path':null,'name':'C-2 Pictures','origin_country':''},{'id':19116,'logo_path':null,'name':'IMF Internationale Medien und Film GmbH & Co. 3. Produktions KG','origin_country':'DE'},{'id':23636,'logo_path':null,'name':'Mostow/Lieberman Productions','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2003-07-02","435000000","109","[{'iso_639_1':'en','name':'English'}]","Released","The Machines Will Rise.","Terminator 3: Rise of the Machines","false","6","3401" +"false","/d9AqtruwS8nljKjL5aYzM42hQJr.jpg","{'id':528,'name':'The Terminator Collection','poster_path':'/vxiKtcxAJxHhlg2H1X8y7zcM3k6.jpg','backdrop_path':'/cpmbkwSxZnKO69V82A9a34tvk2E.jpg'}","102000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","","280","tt0103064","en","Terminator 2: Judgment Day","Nearly 10 years have passed since Sarah Connor was targeted for termination by a cyborg from the future. Now her son, John, the future leader of the resistance, is the target for a newer, more deadly terminator. Once again, the resistance has managed to send a protector back to attempt to save John and his mother Sarah.","33.092","/2y4dmgWYRMYXdD1UyJVcn2HSd1D.jpg","[{'id':61409,'logo_path':null,'name':'T2 Productions','origin_country':''},{'id':574,'logo_path':'/iB6GjNVHs5hOqcEYt2rcjBqIjki.png','name':'Lightstorm Entertainment','origin_country':'US'},{'id':1280,'logo_path':null,'name':'Pacific Western','origin_country':'US'},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':275,'logo_path':'/2MxNWlN5b3UXt1OfmznsWEQzFwq.png','name':'Carolco Pictures','origin_country':'US'},{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","1991-07-03","520000000","137","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","It's nothing personal.","Terminator 2: Judgment Day","false","7.9","6465" +"false","/9tn3lFCxUcfOH8fsYuEQ17JiV3K.jpg","null","23000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':80,'name':'Crime'},{'id':10749,'name':'Romance'},{'id':53,'name':'Thriller'}]","","10396","tt0096244","en","Tequila Sunrise","In a seaside California town, best friends Mac and Nick are on opposite sides of the law. Mac is a former drug dealer trying to clean up his act, while Nick is a high-profile detective trying to take down a Mexican drug lord named Carlos. Soon Nick's loyalties are put to the test when he begins an affair with restaurateur Jo Ann -- a love interest of Mac's -- unwittingly leading his friend into a police-orchestrated trap.","8.741","/57M9kLofAmUaHaVth3nSFGi1eZ9.jpg","[{'id':67709,'logo_path':null,'name':'Cinema City Films','origin_country':''},{'id':1312,'logo_path':null,'name':'The Mount Company','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-12-02","0","115","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","A business on the line. A friendship on the edge. A woman caught in the middle.","Tequila Sunrise","false","6","192" +"false","/dATUvv7pQsLasEuEiuEWkRu4DXV.jpg","null","12000000","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","27135","tt1135095","en","Tell-Tale","A man's recently transplanted heart leads him on a frantic search to find the donor's killer before a similar fate befalls him.","4.637","/1Qf3mRkhkVCtgj6AAdcqreAIOjK.jpg","[{'id':2394,'logo_path':'/sUWGEjxxCU5McOoD2JPrJHDW7K3.png','name':'Artina Films','origin_country':'US'},{'id':4634,'logo_path':null,'name':'Oceana Media Finance','origin_country':''},{'id':4635,'logo_path':null,'name':'Poe Boy Productions','origin_country':''},{'id':4637,'logo_path':null,'name':'Steel Company, The','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2009-04-24","0","92","[{'iso_639_1':'en','name':'English'}]","Released","","Tell-Tale","false","5.3","62" +"false","/skxCAn417Vavo4JWp18yQ95EPZh.jpg","{'id':294172,'name':'Tekken Collection','poster_path':'/amqmsjZIyrq9DqzIhs7fNfai25a.jpg','backdrop_path':'/4WOhFDNOvyqbAu8eB3HO3Eep0ND.jpg'}","0","[{'id':28,'name':'Action'}]","","286548","tt3462696","en","TEKKEN: A Man Called X","A young man, Kazuya Mishima, wakes up alone in an unfamiliar hotel room without any recollection of who he is or how he got there. He is tormented by flashes of his past and by the face of an ominous stranger. The next thing he knows, Kazuya is ambushed and kidnapped by an underground crime organization and, soon after, turned into a ruthless assassin. During a mission to assassinate a man named Brian Fury, Kazuya finds that his target harbors clues to his true identity. With the help of Fury and a female assassin, Kazuya follows the clues, leading him to the lab of his reoccurring flashbacks. Here, he will finally confront his past and the ominous man of his nightmares - Heihachi Mishima, face the ultimate betrayal, and Ieam the truth about who, and what, he really is. TEKKEN 2: KAZUYA???S REVENGE is non-stop action from the first scene to the last.","6.115","/mgr0lSUeBsbNiKEhsqQPmqasrpO.jpg","[{'id':78306,'logo_path':null,'name':'SP Entertainments','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-08-12","0","90","[{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'en','name':'English'}]","Released","Survival Is No Game","TEKKEN: Kazuya's Revenge","false","4","49" +"false","/bish2R7eWff3qt0BnDVuSQhPJwj.jpg","null","0","[{'id':28,'name':'Action'},{'id':16,'name':'Animation'}]","http://www.tekken-bloodvengeance.com/","79516","tt2005363","ja","?????? ?????????????????????????????????","Set in the rich Tekken universe, Tekken: Blood Vengeance 3D follows Xiaoyu Ling, seasoned martial artist and high school student, tasked by the G Corporation to infiltrate an international school in Kyoto to gather information on the mysterious student Shin Kamiya. Before she can make any progress in the investigation, Shin is kidnapped by an unknown assailant. Digging deeper into Shin???s background in an attempt to rescue him, Xiaoyu learns about the frightening underbelly of the Mishima Zaibatsu. Jin Kazama, Kazuya Mishima??? and the late Heihachi Mishima???s conspiracy that???s stained with blood.","3.796","/7Q8uqpqtwAZIQlNUXMDhHn5PsJO.jpg","[{'id':3033,'logo_path':null,'name':'Asmik Ace','origin_country':'JP'},{'id':3361,'logo_path':null,'name':'Digital Frontier','origin_country':''},{'id':12502,'logo_path':'/aDcFy26DtVbyZIFOZNTLsooWH5X.png','name':'Bandai Namco Entertainment','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","2011-07-26","0","100","[{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'pt','name':'Portugu??s'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","","TEKKEN: Blood Vengeance","false","6.1","61" +"false","/OqCXGt5nl1cHPeotxCDvXLLe6p.jpg","{'id':401562,'name':'Teenage Mutant Ninja Turtles (Remake) Collection','poster_path':'/i3DywIl37k83YXWreQGIcWNF7kL.jpg','backdrop_path':'/tfpOdV9gvqbGJEeLGSu5X1vOLKV.jpg'}","125000000","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':35,'name':'Comedy'}]","http://www.teenagemutantninjaturtlesmovie.com","98566","tt1291150","en","Teenage Mutant Ninja Turtles","The city needs heroes. Darkness has settled over New York City as Shredder and his evil Foot Clan have an iron grip on everything from the police to the politicians. The future is grim until four unlikely outcast brothers rise from the sewers and discover their destiny as Teenage Mutant Ninja Turtles. The Turtles must work with fearless reporter April and her wise-cracking cameraman Vern Fenwick to save the city and unravel Shredder's diabolical plan.","30.069","/oDL2ryJ0sV2bmjgshVgJb3qzvwp.jpg","[{'id':2348,'logo_path':'/m31fQvZJuUvAgxoqTiCGYFBfZYe.png','name':'Nickelodeon Movies','origin_country':'US'},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':2481,'logo_path':'/nVEP2IHCDOBOldgDL4SSufitN9.png','name':'Platinum Dunes','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-08-07","477200000","101","[{'iso_639_1':'en','name':'English'}]","Released","Mysterious. Dangerous. Reptilious. You've never seen heroes like this.","Teenage Mutant Ninja Turtles","false","5.8","4129" +"false","/sPiFgbWMSQxVMO6TuRFrkeWwarI.jpg","{'id':266672,'name':'Ted Collection','poster_path':'/uHKT9b6ptLpttGHlUF95sKQbtqF.jpg','backdrop_path':'/dGrNuWhapf8T0WH98xTC4LXgk1G.jpg'}","50000000","[{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'}]","http://www.tedisreal.com/","72105","tt1637725","en","Ted","John Bennett, a man whose childhood wish of bringing his teddy bear to life came true, now must decide between keeping the relationship with the bear or his girlfriend, Lori.","16.593","/5ExgYTRafm4kFRwHp2jH6C23Yl4.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':2531,'logo_path':'/pC2iDCDCvV85vOBP7a5Ukxuc0Du.png','name':'Media Rights Capital','origin_country':'US'},{'id':8789,'logo_path':null,'name':'Fuzzy Door Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-06-29","549368315","106","[{'iso_639_1':'en','name':'English'}]","Released","Ted is coming.","Ted","false","6.3","7467" +"false","/nr2BExOvSUFW4dTtQQduSY6Xd6m.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","31601","tt0088242","en","Teachers","A teacher tries to overcome his frustration teaching a high-school that seems to be full of flunkies.","3.312","/l9qtaDaF7HVmSzJXatT4g5qGose.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-10-05","0","107","[{'iso_639_1':'en','name':'English'}]","Released","They fall asleep in class. Throw ink on each other. Never come in Mondays. And they're just the teachers.","Teachers","false","5.9","28" +"false","/hjmJKAVoZ3n2KWbKgasbfdugwhu.jpg","null","1300000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","103","tt0075314","en","Taxi Driver","A mentally unstable Vietnam War veteran works as a night-time taxi driver in New York City where the perceived decadence and sleaze feeds his urge for violent action, attempting to save a preadolescent prostitute in the process.","19.221","/ekstpH614fwDX8DUln1a2Opz0N8.jpg","[{'id':46059,'logo_path':null,'name':'Italo/Judeo Productions','origin_country':''},{'id':46060,'logo_path':null,'name':'Bill/Phillips','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1976-02-07","28262574","114","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","On every street in every city, there's a nobody who dreams of being a somebody.","Taxi Driver","false","8.1","4951" +"false","/rEUhIQZCk9ZAhyEyRFG0wPLYdXn.jpg","{'id':64750,'name':'Blair Witch Collection','poster_path':'/qDQuKJZYLHrs1Ej64tYYFooFxc1.jpg','backdrop_path':'/e5GwLq0zBer3SuSJZodcNROnT6Z.jpg'}","60000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","http://www.blairwitch.com/","2667","tt0185937","en","The Blair Witch Project","In October of 1994 three student filmmakers disappeared in the woods near Burkittsville, Maryland, while shooting a documentary. A year later their footage was found.","10.832","/hyaOKmxuF8YJKHqWlwpiZU5QsAr.jpg","[{'id':15160,'logo_path':null,'name':'Haxan Films','origin_country':''},{'id':2188,'logo_path':null,'name':'Artisan Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-07-14","248000000","81","[{'iso_639_1':'en','name':'English'}]","Released","The scariest movie of all time is a true story.","The Blair Witch Project","false","6.3","2080" +"false","/oxeJQCZwQ07rOXI2U0JJ1RVJsTU.jpg","null","1300000","[{'id':35,'name':'Comedy'}]","http://www.halfwaytoablackout.com/","218855","tt2141761","en","The Blackout","A rag tag band of idiots on the verge of signing a recording contract is sandbagged by their lead singer, Chas Knopfler, into throwing the mother of all parties the night before they embark on a world tour. Eddie Mesmer, the rhythm guitarist, awakens to find his drummer, Toss Dunbar, hanging from a tree like a scarecrow, and the house completely destroyed. Eddie and Toss quickly realize that A: they can't remember anything and B: there's a dead guy in the pool. Now, they have to figure out what happened the night before or their Rock and Roll dream is over.","0.6","/bPSprb51rlHksfGcBZUespB4TJ.jpg","[{'id':60603,'logo_path':null,'name':'La Dolce Vita Inc.','origin_country':''},{'id':60604,'logo_path':null,'name':'Glossy Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-09-01","0","90","[{'iso_639_1':'en','name':'English'}]","Released","It was the best night of their lives, if they could only remember.","The Blackout","false","4.5","4" +"false","/mVAU81wyA4vwspb7ZJ60V51pfv9.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","116983","tt0960066","en","The Black Waters of Echo's Pond","Nine friends take a holiday at a Victorian home on a private island and uncover a game that when played brings out the worst in each of them. Jealously, greed, hatred, lust, all of the things they keep buried deep inside themselves rise to the surface and come to a boil.","2.807","/48E4IscjPbknWlXs3VpP8mHEm7G.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-01-01","0","","[]","Released","Where your deepest secrets are revealed.","The Black Waters of Echo's Pond","false","5","20" +"false","/miAq5yBSW1o6rdbSx6oLl5HkZxP.jpg","null","50000000","[{'id':18,'name':'Drama'}]","","9676","tt0387877","en","The Black Dahlia","Lee Blanchard and Bucky Bleichert are former boxers-turned-cops in 1940s Los Angeles and, when an aspiring young actress turns up dead, Blanchard and Bleichert must grapple with corruption, narcissism, stag films and family madness as they pursue the killer.","8.936","/t56f2c0KaBED6tpyrHPKzZJ9NaX.jpg","[{'id':4700,'logo_path':'/A32wmjrs9Psf4zw0uaixF0GXfxq.png','name':'The Linson Company','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':2982,'logo_path':null,'name':'Signature Pictures','origin_country':'US'},{'id':10885,'logo_path':null,'name':'Equity Pictures Medienfonds GmbH & Co. KG III','origin_country':''},{'id':342,'logo_path':null,'name':'Davis-Films','origin_country':''},{'id':1020,'logo_path':'/kuUIHNwMec4dwOLghDhhZJzHZTd.png','name':'Millennium Films','origin_country':'US'},{'id':925,'logo_path':'/dIb9hjXNOkgxu4kBWdIdK8nM4w.png','name':'Nu Image','origin_country':'US'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2006-09-15","49111202","121","[{'iso_639_1':'en','name':'English'}]","Released","Inspired by the most notorious unsolved murder in California history.","The Black Dahlia","false","5.7","508" +"false","/eFwGJjLJ1m3WYFYcjBE89zoPxcL.jpg","null","5000000","[{'id':18,'name':'Drama'}]","","8747","tt0865297","en","The Black Balloon","Thomas is turning 16. His dad's in the army and they've just moved to a town in New South Wales; his mom is pregnant; his older brother, Charlie, who's autistic, has his own adolescent sexual issues. Thomas finds Charlie an embarrassment in public, so when Thomas is attracted to Jackie, a girl in his swim class, Charlie presents any number of obstacles when she drops by their house, when the three of them go for a walk, and during a family birthday dinner. Can Thomas find a way to enter the world of teen romance and still be his brother's keeper, or is Charlie's disability going to prove more than Thomas can handle?","3.637","/gi2qtnQ8Jw72wfJQYbvJbgp1xLF.jpg","[{'id':2497,'logo_path':null,'name':'Black Balloon Productions','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2008-03-08","5000000","97","[{'iso_639_1':'en','name':'English'}]","Released","Sometimes it's hard to be the odd one in.","The Black Balloon","false","6.6","45" +"false","/oHrTL0iTwLJMKbx2T3R5L5DPSyz.jpg","null","2500000","[{'id':27,'name':'Horror'}]","","571","tt0056869","en","The Birds","Chic socialite Melanie Daniels enjoys a passing flirtation with an eligible attorney in a San Francisco pet shop and, on an impulse, follows him to his hometown bearing a gift of lovebirds. But upon her arrival, the bird population runs amok. Suddenly, the townsfolk face a massive avian onslaught, with the feathered fiends inexplicably attacking people all over Bodega Bay.","10.355","/z0iYrJ6GsAMP3abOha7uGMuc5kZ.jpg","[{'id':10715,'logo_path':null,'name':'Alfred J. Hitchcock Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1963-03-28","11403529","119","[{'iso_639_1':'en','name':'English'}]","Released","...and remember, the next scream you hear may be your own!","The Birds","false","7.5","1773" +"false","/mP8q3nQIWPsj3NEQs8PKssvwPSk.jpg","null","41000000","[{'id':35,'name':'Comedy'}]","","73937","tt1053810","en","The Big Year","Three fanatical bird-watchers spend an entire year competing to spot the highest number of species as El Nino sends an extraordinary variety of rare breeds flying up into the U.S., but they quickly discover that there are more important things than coming out on top of the competition","8.228","/kBnR6jbFRnbSQTqLEcDpKd7FxK5.jpg","[{'id':290,'logo_path':'/Q8mw2AOQQc8Qg0uNwLWq86DVZv.png','name':'Ingenious Media','origin_country':'GB'},{'id':711,'logo_path':'/tEiIH5QesdheJmDAqQwvtN60727.png','name':'Fox 2000 Pictures','origin_country':'US'},{'id':812,'logo_path':null,'name':'Deuce Three Productions','origin_country':''},{'id':5219,'logo_path':null,'name':'Sunswept Entertainment','origin_country':''},{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'},{'id':2932,'logo_path':'/4uLKLjGivVg2YnAIhAn8k7ZuVFj.png','name':'Red Hour','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-10-13","7448385","100","[{'iso_639_1':'en','name':'English'}]","Released","Everyone is searching for something.","The Big Year","false","5.8","376" +"false","/iLKMuz7iurPIuCtHCT3XGTsDTjd.jpg","null","18000000","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","9968","tt0402850","en","The Big White","To remedy his financial problems, a travel agent has his eye on a frozen corpse, which just happens to be sought after by two hitmen.","7.19","/g83W5BE7d2gE0dxkKxc9m7Y2eqy.jpg","[{'id':1208,'logo_path':null,'name':'Rising Star','origin_country':''},{'id':826,'logo_path':null,'name':'Capitol Films','origin_country':''},{'id':1204,'logo_path':null,'name':'Ascendant Pictures','origin_country':''},{'id':31599,'logo_path':null,'name':'Film & Entertainment VIP Medienfonds 2 GmbH & Co. KG','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'NZ','name':'New Zealand'},{'iso_3166_1':'US','name':'United States of America'}]","2005-10-27","0","100","[{'iso_639_1':'en','name':'English'}]","Released","When you need somebody, anybody will do.","The Big White","false","6.4","145" +"false","/AtxgS50gewNMgTsbS8M1NKaNIIb.jpg","null","35000000","[{'id':35,'name':'Comedy'}]","","87567","tt1931435","en","The Big Wedding","To the amusement of their adult children and friends, long divorced couple Don and Ellie Griffin are once again forced to play the happy couple for the sake of their adopted son's wedding after his ultra conservative biological mother unexpectedly decides to fly halfway across the world to attend. With all of the wedding guests looking on, the Griffins are hilariously forced to confront their past, present and future - and hopefully avoid killing each other in the process.","9.464","/bPYDvbXRrb5d4FFyn4kb93J8I4X.jpg","[{'id':1020,'logo_path':'/kuUIHNwMec4dwOLghDhhZJzHZTd.png','name':'Millennium Films','origin_country':'US'},{'id':17049,'logo_path':null,'name':'Two Ton Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-04-25","21819348","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'la','name':'Latin'}]","Released","It's never too late to start acting like a family","The Big Wedding","false","5.8","662" +"false","/tCbCbYdE12UazKLJzJTZwAY86pv.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':37,'name':'Western'},{'id':10749,'name':'Romance'}]","","42640","tt0020691","en","The Big Trail","Breck Coleman leads a wagon train of pioneers through Indian attack, storms, deserts, swollen rivers, down cliffs and so on while looking for the murder of a trapper and falling in love with Ruth Cameron.","2.554","/6uvnyapOMclNz2Uop7bcxpYiP3b.jpg","[{'id':5488,'logo_path':null,'name':'Fox Film Corporation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1930-11-01","0","125","[{'iso_639_1':'en','name':'English'}]","Released","The Most Important Picture Ever Produced","The Big Trail","false","6.8","41" +"false","/p4z0XDQcFNmyIAlsQdFZHP8GNsZ.jpg","null","4500000","[{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","","16121","tt0080437","en","The Big Red One","A veteran sergeant of the World War I leads a squad in World War II, always in the company of the survivor Pvt. Griff, the writer Pvt. Zab, the Sicilian Pvt. Vinci and Pvt. Johnson in Vichy French Africa, Sicily, D-Day at Omaha Beach, Belgium and France, ending in a concentration camp in Czechoslovakia where they face the true horror of war.","5.622","/gjBEpIv2mC8HEP7tC7hcNuJSbBU.jpg","[{'id':898,'logo_path':'/pBh5kde6mhGEMglYLwCdFnqK5zh.png','name':'Lorimar Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1980-05-28","7206220","113","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'de','name':'Deutsch'}]","Released","Only chance could have thrown them together. Now, nothing can pull them apart.","The Big Red One","false","6.8","125" +"false","/77ElMccPnTMPouRxSdbJ4nEjf69.jpg","null","15000000","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","http://www.biglebowskibluray.com/splash.php","115","tt0118715","en","The Big Lebowski","Jeffrey ""The Dude"" Lebowski, a Los Angeles slacker who only wants to bowl and drink white Russians, is mistaken for another Jeffrey Lebowski, a wheelchair-bound millionaire, and finds himself dragged into a strange series of events involving nihilists, adult film producers, ferrets, errant toes, and large sums of money.","18.721","/qiE3ovg9TPylHReZjizQ40LsKZV.jpg","[{'id':37,'logo_path':'/nlG4JEjJ7SAFDehgIVvHFBPW23y.png','name':'Gramercy Pictures','origin_country':'US'},{'id':1382,'logo_path':'/sOg7LGESPH5vCTOIdbMhLuypoLL.png','name':'PolyGram Filmed Entertainment','origin_country':'US'},{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1998-03-06","46189568","117","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'he','name':'????????????????'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'de','name':'Deutsch'}]","Released","Times like these call for a Big Lebowski.","The Big Lebowski","false","7.9","5369" +"false","/czOthdoq4oTC91KhdvF6Bvx9YZK.jpg","null","13000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'}]","","9448","tt0120609","en","The Big Hit","Affable hit man Melvin Smiley is constantly being scammed by his cutthroat colleagues in the life-ending business. So, when he and his fellow assassins kidnap the daughter of an electronics mogul, it's naturally Melvin who takes the fall when their prime score turns sour. That's because the girl is the goddaughter of the gang's ruthless crime boss. But, even while dodging bullets, Melvin has to keep his real job secret from his unsuspecting fianc??e, Pam.","7.661","/4J1eAqwaf16mpgUNzaDmrQukUTm.jpg","[{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-04-24","27007143","91","[{'iso_639_1':'en','name':'English'}]","Released","Nothing's more dangerous than some nice guys... with a little time to kill.","The Big Hit","false","5.9","176" +"false","/8faVhusJPZqr5jvKc2K3M9sQgL3.jpg","null","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'}]","","11028","tt0092654","en","The Big Easy","Remy McSwain is a New Orleans police lieutenant who investigates the murder of a local mobster. His investigation leads him to suspect that fellow members of the police force may be involved.","5.255","/nD8sNuwcvd396E07uXAM2swi0Jo.jpg","[{'id':4255,'logo_path':null,'name':'Kings Road Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1986-11-27","0","102","[{'iso_639_1':'en','name':'English'}]","Released","A cop and a lady lawyer caught in an explosive truth of police corruption.","The Big Easy","false","6.4","79" +"false","/1Zwi2C1aS2ZM2Ner1WOj1trG9dy.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","19974","tt0040160","en","The Big Clock","Stroud, a crime magazine's crusading editor has to post-pone a vacation with his wife, again, when a glamorous blonde is murdered and he is assigned by his publishing boss Janoth to find the killer. As the investigation proceeds to its conclusion, Stroud must try to disrupt his ordinarily brilliant investigative team as they increasingly build evidence (albeit wrong) that he is the killer.","3.758","/gHpZSDEwXtpzDY2z2oNitYo3lQV.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1948-04-09","0","95","[{'iso_639_1':'en','name':'English'}]","Released","The Strangest and Most Savage Manhunt in History!","The Big Clock","false","7.1","49" +"false","/zLudKzsMPHZgrstEx7OLMSkzZnn.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","12560","tt0085244","en","The Big Chill","A couple's marital troubles are put on hold while they host an unhappy reunion of former college pals gathered for the funeral of one of their own, a suicide victim named Alex. As the weekend unfolds, the friends catch up with each other, play the music of their youth, reminisce, smoke marijuana, and pair off with each other.","6.694","/rU8kjMEL5Mn0EWm3gOShPHBEZ4l.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1983-09-09","0","105","[{'iso_639_1':'en','name':'English'}]","Released","The story of eight old friends searching for something they lost, and finding that all they needed was each other.","The Big Chill","false","7.1","221" +"false","/cXr2GkUKUUPEDY91sMc1ku8pbrI.jpg","null","0","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","","15433","tt0096866","en","The BFG","Sophie is snatched from her orphanage early one morning by the BFG (Big Friendly Giant), whom she witnesses engaged in mysterious activities. She is soon put at ease, as she learns that BFG's job is to collect, catalog and deliver pleasant dreams to children. She joins him that night, but a mean giants follow them, planning to eat the children of the world.","3.736","/4UNbDKaG0WgIJjrEYRevwUKqR7c.jpg","[{'id':8180,'logo_path':null,'name':'Cosgrove Hall Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1989-12-25","0","87","[{'iso_639_1':'da','name':'Dansk'}]","Released","","The BFG","false","6.7","72" +"false","/vH1FgUSUo3Js8BxuePINqfqMogr.jpg","null","13500000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'}]","http://lamiglioreoffertailfilm.it","152742","tt1924396","en","La migliore offerta","Virgil Oldman is a world renowned antiques expert and auctioneer. An eccentric genius, he leads a solitary life, going to extreme lengths to keep his distance from the messiness of human relationships. When appointed by the beautiful but emotionally damaged Claire to oversee the valuation and sale of her family???s priceless art collection, Virgil allows himself to form an attachment to her ??? and soon he is engulfed by a passion which will rock his bland existence to the core.","9.38","/bXk6T8npfh2Ly24VMWSeZLsTLhC.jpg","[{'id':20416,'logo_path':null,'name':'Regione Lazio','origin_country':''},{'id':3110,'logo_path':null,'name':'Paco Cinematografica','origin_country':''},{'id':20644,'logo_path':null,'name':'Business Location Sudtirol Alto Adige','origin_country':''},{'id':38591,'logo_path':null,'name':'Friuli Venezia Giulia Film Commission','origin_country':''},{'id':38592,'logo_path':null,'name':'UniCredit Group','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'IT','name':'Italy'}]","2013-01-01","19255873","124","[{'iso_639_1':'en','name':'English'}]","Released","A Master of Possession. A Crime of Obsession","The Best Offer","false","7.8","1378" +"false","/9BSWyBUr3avGF2v8omu6iW20mel.jpg","{'id':243598,'name':'The Best Man Collection','poster_path':'/8bFCMCJ6rlOzkgVFk3v54Mmkbs9.jpg','backdrop_path':null}","17000000","[{'id':35,'name':'Comedy'}]","","146304","tt2083355","en","The Best Man Holiday","When college friends reunite after 15 years over the Christmas holidays, they discover just how easy it is for long-forgotten rivalries and romances to be reignited.","7.908","/1JAWHObAVzVLUmsDggIsew54dUr.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-11-15","71625195","123","[{'iso_639_1':'en','name':'English'}]","Released","Times change. Friendship doesn't.","The Best Man Holiday","false","6.6","143" +"false","/bKFtlJPPsV0RALwpMIyPdOWQJxW.jpg","null","0","[{'id':28,'name':'Action'},{'id':37,'name':'Western'}]","","44697","tt0073784","en","Take a Hard Ride","After his cattle rancher boss dies, right-hand man Pike is given the job of returning $86,000 to some families who live across the border in Senora, Mexico. Honest Pike is joined on the trip through the wilderness by a dishonest gambler named Tyree","2.273","/cQ812UyaYwk3exHQI3a8XOISar0.jpg","[{'id':15401,'logo_path':null,'name':'Bernsen-Ludwig-Bercovici Production','origin_country':''},{'id':15402,'logo_path':null,'name':'Cine Y Television','origin_country':''},{'id':15403,'logo_path':null,'name':'Euro International Productions','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'US','name':'United States of America'}]","1975-10-29","0","103","[{'iso_639_1':'en','name':'English'}]","Released","It Rides With The Great Westerns","Take a Hard Ride","false","5.5","17" +"false","/iJZ1FleWX0gH9KbA4GLr4Nr5AZR.jpg","{'id':492969,'name':'The Adventures of Tad Jones','poster_path':'/kpILOMR8xSzivfw3gbSywILJkQW.jpg','backdrop_path':'/9iTuTyvEu9TnbbPTVmuswPwZrP.jpg'}","10500000","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'}]","http://www.tadeojones.com/","121734","tt1764625","es","Las aventuras de Tadeo Jones","Tad is a celebrity archaeologist and adventurer just like his hero Max Mordon... in his dreams! In reality, Tad is a Chicago construction worker. One day, however, he is mistaken for a real professor and takes his place on a flight to Peru in search of the lost city of Paititi.","8.807","/bAY99D8aljc6byKNfF1WNiwJ32k.jpg","[{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'},{'id':105276,'logo_path':null,'name':'El Toro Pictures','origin_country':''},{'id':15285,'logo_path':'/rt5C9eCSrz7K1ReFRfTfddpe9K3.png','name':'Lightbox Entertainment','origin_country':'GB'},{'id':2875,'logo_path':'/3fNapBvM3EHlyL9TxdP5qEOUNeN.png','name':'Ikiru Films','origin_country':'ES'},{'id':16742,'logo_path':null,'name':'Telef??nica Studios','origin_country':'ES'},{'id':1182,'logo_path':'/bkgwJWvqqLuzsXV2Qv3Mg3wfcNZ.png','name':'Telecinco Cinema','origin_country':'ES'}]","[{'iso_3166_1':'ES','name':'Spain'}]","2012-08-10","23000000","90","[{'iso_639_1':'es','name':'Espa??ol'}]","Released","No whip, no gun... All fun!","Tad, the Lost Explorer","false","5.8","250" +"false","/s39ikTKcPr8KNL6PGNCpbq8UxwI.jpg","null","26000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","239571","tt1972779","en","The Best of Me","A pair of former high school sweethearts reunite after many years when they return to visit their small hometown.","7.265","/449Qq1XKgurG4IFTohtsEuBWJ8H.jpg","[{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-10-16","35926213","117","[{'iso_639_1':'en','name':'English'}]","Released","You never forget your first love.","The Best of Me","false","7.3","1432" +"false","/myIX1F00DWUg2kJjpCb8OOJDMUr.jpg","null","8400000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","70008","tt1458915","en","Tactical Force","A training exercise for the LAPD SWAT Team goes terribly wrong when they find themselves pitted against two rival gangs while trapped in an abandoned Hangar, armed with nothing but blanks.","4.037","/akYxkDBKozoEc9wmBzxzNddKjmu.jpg","[{'id':7587,'logo_path':null,'name':'NGN Productions','origin_country':''},{'id':11049,'logo_path':null,'name':'Caliber Media Company','origin_country':''},{'id':23613,'logo_path':null,'name':'Hangar 14 Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-08-09","0","91","[{'iso_639_1':'en','name':'English'}]","Released","","Tactical Force","false","4.9","47" +"false","/fZ8F1eZM7fB7ulDd1MPLnGkTn9K.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","","81859","tt0111345","en","T-Force","In the 21st Century, cybernetic research has developed advanced robots with human traits, whioch are widely used in the service industry. They have also been turned into cyber cops with a licence to kill....","1.153","/7RkI1Aycywdtwg2CKViw4tv8Axq.jpg","[]","[]","1994-12-08","0","95","[]","Released","Created to Obey","T-Force","false","5.9","8" +"false","/4RfjsB8ysaEZUnLGF9zTmqpTrDi.jpg","null","6000000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","72525","tt0762138","en","Syrup","A slacker hatches a million-dollar idea. But, in order to see it through, he has to learn to trust his attractive corporate counterpart. Based on Max Barry's novel.","6.234","/iSXHzEvbx825vUbxxTnkr3vrNXE.jpg","[{'id':20913,'logo_path':null,'name':'Windward Entertainment','origin_country':''},{'id':7633,'logo_path':null,'name':'Lila 9th Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-11-22","0","90","[{'iso_639_1':'en','name':'English'}]","Released","It's all about image.","Syrup","false","5.7","107" +"false","/urovI2vLKwXPHd2OUFEs8aU8UOp.jpg","null","50000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://syrianamovie.warnerbros.com/","231","tt0365737","en","Syriana","The Middle Eastern oil industry is the backdrop of this tense drama, which weaves together numerous story lines. Bennett Holiday is an American lawyer in charge of facilitating a dubious merger of oil companies, while Bryan Woodman, a Switzerland-based energy analyst, experiences both personal tragedy and opportunity during a visit with Arabian royalty. Meanwhile, veteran CIA agent Bob Barnes uncovers an assassination plot with unsettling origins.","10.573","/ArLpoafsdFhs5USOn2AUsEIImxI.jpg","[{'id':6735,'logo_path':'/6yyByQrmTAgJv0QzZ1Eh1jiGX4R.png','name':'Participant Media','origin_country':'US'},{'id':20665,'logo_path':null,'name':'4M','origin_country':''},{'id':129,'logo_path':null,'name':'Section Eight','origin_country':'US'},{'id':7786,'logo_path':null,'name':'FilmWorks','origin_country':''},{'id':20666,'logo_path':null,'name':'MID Foundation','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-11-23","93974620","128","[{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fa','name':'??????????'},{'iso_639_1':'ur','name':'????????'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'zh','name':'?????????'}]","Released","Everything is connected.","Syriana","false","6.4","676" +"false","/ozphwDZ3yUWABj1lJsvrl2mRuB5.jpg","null","21000000","[{'id':18,'name':'Drama'}]","http://www.sonyclassics.com/synecdocheny","4960","tt0383028","en","Synecdoche, New York","A theater director struggles with his work, and the women in his life, as he attempts to create a life-size replica of New York inside a warehouse as part of his new play.","7.237","/l3r5MgeN0UUySPbf6aWeUyKGdb2.jpg","[{'id':1785,'logo_path':'/wT6aIkuQTNuq8XFoDGACK8EyR6w.png','name':'Likely Story','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-10-24","0","124","[{'iso_639_1':'en','name':'English'}]","Released","","Synecdoche, New York","false","7.6","517" +"false","/yOu2pvieajOJktIcLXfztnQanV8.jpg","null","600000","[{'id':27,'name':'Horror'}]","","228496","tt2041331","en","Sx_Tape","From the director of CANDYMAN and the producers of PARANORMAL ACTIVITY comes a found-footage nightmare of lust, possession, and destruction. Jill's an artist. Ian's a filmmaker. And their love life is off the chain. There's no experience too wild, no dare too dangerous???not even when Jill lets Ian strap her to a gurney in the abandoned hospital they're scoping out for their next art show. But he shouldn't have left her alone. Not even as a joke. Now, Jill's hookup with horror has awakened something in that place. Something with a lust for more than flesh.","2.399","/fpLtTyvKCnlh9DduOB1CgvIIvr4.jpg","[{'id':26770,'logo_path':null,'name':'Aeroplano','origin_country':''},{'id':26648,'logo_path':null,'name':'La.Lune Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-10-10","0","85","[{'iso_639_1':'en','name':'English'}]","Released","Some tapes shouldn't be made","Sx_Tape","false","3.6","47" +"false","/9iUG3L5pJjfIJBaaCOl1ucdAM4e.jpg","null","102000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","9705","tt0244244","en","Swordfish","Rogue agent Gabriel Shear is determined to get his mitts on $9 billion stashed in a secret Drug Enforcement Administration account. He wants the cash to fight terrorism, but lacks the computer skills necessary to hack into the government mainframe. Enter Stanley Jobson, a n'er-do-well encryption expert who can log into anything.","14.65","/uJdI3eau8BHgTsrUbAeccnKn0ez.jpg","[{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':1885,'logo_path':'/xlvoOZr4s1PygosrwZyolIFe5xs.png','name':'Silver Pictures','origin_country':'US'},{'id':46458,'logo_path':null,'name':'Jonathan Krane Group','origin_country':''},{'id':172,'logo_path':null,'name':'NPV Entertainment','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'US','name':'United States of America'}]","2001-06-07","147080413","99","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","Log On. Hack In. Go Anywhere. Get Everything.","Swordfish","false","6.1","1427" +"false","/jcaN0lHWmY8PPdFumbDAGMDOsjJ.jpg","null","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'}]","http://www.protagonistpictures.com/films/sword-of-vengeance","313074","tt3622332","en","Sword of Vengeance","Returning to his homeland after years of slavery, a Norman prince seeks revenge on his father's murderer ??? his ruthless uncle, Earl Durant. Gaining the trust of a band of exiled farmers, he leads them into battle against Durant, exploiting them in his inexorable quest for vengeance. As one by one they are slaughtered in the brutal battle, will the prince sacrifice everything an everyone to fulfil his quest for blood?","4.367","/uyZdLJxPRsNPvrLDZQatE3CE3af.jpg","[{'id':10393,'logo_path':'/7MazD0kppT5OzdumzDi5IFYNthO.png','name':'Vertigo Films','origin_country':'GB'},{'id':20277,'logo_path':'/aomeUwZLIBjGXHfuZq7HTVk7UNb.png','name':'Protagonist Pictures','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-10-03","0","86","[{'iso_639_1':'en','name':'English'}]","Released","","Sword of Vengeance","false","5.2","45" +"false","/1fPBbfrl9KfQ9W5VOqPT4Wc07ZA.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'}]","","18444","tt0054357","en","Swiss Family Robinson","After being shipwrecked, the Robinson family is marooned on an island inhabited only by an impressive array of wildlife. In true pioneer spirit, they quickly make themselves at home but soon face a danger even greater than nature: dastardly pirates. A rousing adventure suitable for the whole family, this Disney adaptation of the classic Johann Wyss novel stars Dorothy McGuire and John Mills as Mother and Father Robinson.","7.692","/jj2Pkkgrasm4A5AUqXwpJhb5VX3.jpg","[{'id':3166,'logo_path':'/vyyv4Gy9nPqAZKElPm2izLlEaVS.png','name':'Walt Disney Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1960-12-21","0","126","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","THE ADVENTURE OF ADVENTURES!","Swiss Family Robinson","false","7","131" +"false","/r4FxNYtWmYj97w90wn48kec1gyo.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://www.sweetkarma-themovie.com/","46534","tt1467088","en","Sweet Karma","A mute Russian girl infiltrates Toronto's underground sex trade to avenge the death of her sister.","2.415","/oKch8nWjMQR1AlBhVnZI1E3yGuE.jpg","[{'id':105272,'logo_path':null,'name':'Filament Films','origin_country':''},{'id':9315,'logo_path':null,'name':'Black Fawn Films','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2009-01-01","0","85","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","","Sweet Karma","false","5","17" +"false","/oZRsdp7H8ZIvo4ZH4IDOLpPjlMI.jpg","null","50000000","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'}]","http://www.sweeneytoddmovie.com/","13885","tt0408236","en","Sweeney Todd: The Demon Barber of Fleet Street","The infamous story of Benjamin Barker, a.k.a Sweeney Todd, who sets up a barber shop down in London which is the basis for a sinister partnership with his fellow tenant, Mrs. Lovett. Based on the hit Broadway musical.","12.443","/v2pOGxz1wi3plr9aT0zScH6Em4X.jpg","[{'id':8601,'logo_path':null,'name':'Tim Burton Productions','origin_country':''},{'id':49325,'logo_path':null,'name':'Parkes+MacDonald Image Nation','origin_country':''},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':80,'logo_path':null,'name':'The Zanuck Company','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2007-12-20","152000000","116","[{'iso_639_1':'en','name':'English'}]","Released","Never Forget. Never Forgive.","Sweeney Todd: The Demon Barber of Fleet Street","false","7.1","3136" +"false","/kr2wPnB0mxdonoOIXKXzbR4cCOi.jpg","{'id':221111,'name':'S.W.A.T. Collection','poster_path':'/iaBn9GPUik9xwfHIelzTXJi5ClY.jpg','backdrop_path':'/75To7hSFaAuciz4EXAFfj4LH6Od.jpg'}","80000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","http://www.sonypictures.com/homevideo/swat/","9257","tt0257076","en","S.W.A.T.","Hondo Harrelson recruits Jim Street to join an elite unit of the Los Angeles Police Department. Together they seek out more members, including tough Deke Kay and single mom Chris Sanchez. The team's first big assignment is to escort crime boss Alex Montel to prison. It seems routine, but when Montel offers a huge reward to anyone who can break him free, criminals of various stripes step up for the prize.","13.421","/AgwobKKS20WRaQCHj5ut2R4KyHa.jpg","[{'id':333,'logo_path':'/5xUJfzPZ8jWJUDzYtIeuPO4qPIa.png','name':'Original Film','origin_country':'US'},{'id':11728,'logo_path':null,'name':'Camelot Pictures','origin_country':''},{'id':20033,'logo_path':null,'name':'Chris Lee Productions','origin_country':''},{'id':20034,'logo_path':null,'name':'Illusion Entertainment','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-08-08","116643346","117","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","You're either S.W.A.T. or you're not.","S.W.A.T.","false","5.9","1198" +"false","/edtTILTCloNUKsXNwJBc6j0LB91.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'}]","","14685","tt0072233","en","Swallows and Amazons","On holiday with their mother in the Lake District in 1929 four children are allowed to sail over to the nearby island in their boat Swallow and set up camp for a few days. They soon realise this has been the territory of two other girls who sail the Amazon, and the scene is set for serious rivalry.","0.6","/xPe4StaglDyi8YMpXs3zjz98Kr1.jpg","[]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1974-06-01","0","92","[{'iso_639_1':'en','name':'English'}]","Released","","Swallows and Amazons","false","7.5","9" +"false","/3WVLCfSSK8NQ3WSqCjkic0tMXyp.jpg","null","0","[]","","204761","tt2265565","en","Suspension of Disbelief","Martin is a screenwriter, who finds himself in one of his own plays: A young woman is found dead in the Thames and no one really knows, what has happened to her.","2.552","/6p3ye0n2CNNxeUbirkYTGesAdqr.jpg","[{'id':26721,'logo_path':null,'name':'Suspension','origin_country':''},{'id':26722,'logo_path':null,'name':'Sosho Production','origin_country':''},{'id':26723,'logo_path':null,'name':'Red Mullet','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2012-11-01","0","112","[{'iso_639_1':'en','name':'English'}]","Released","","Suspension of Disbelief","false","3.8","9" +"false","/tGxBYYSKSmBUpjSHDpRelsbNeBy.jpg","null","20000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","http://survivormovie.com/","334074","tt3247714","en","Survivor","A Foreign Service Officer in London tries to prevent a terrorist attack set to hit New York, but is forced to go on the run when she is framed for crimes she did not commit.","12.867","/XtvR1aSph7X3wqrE2PY66IPzVi.jpg","[{'id':54409,'logo_path':null,'name':'Survivor Productions','origin_country':''},{'id':925,'logo_path':'/dIb9hjXNOkgxu4kBWdIdK8nM4w.png','name':'Nu Image','origin_country':'US'},{'id':8880,'logo_path':'/fE7LBw7Jz8R29EABFGCvWNriZxN.png','name':'Winkler Films','origin_country':''},{'id':1020,'logo_path':'/kuUIHNwMec4dwOLghDhhZJzHZTd.png','name':'Millennium Films','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2015-05-21","0","96","[{'iso_639_1':'en','name':'English'}]","Released","His Next Target is Now Hunting Him","Survivor","false","5.5","571" +"false","/tCj7ELtobUMyWqgnr4KrgfWVbha.jpg","null","45000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","15566","tt0252028","en","Surviving Christmas","Drew Latham is an executive leading an empty, shallow life with only wealth on his side. Facing another lonely Christmas ahead, he revisit his old childhood home in the hope of reliving some old holiday memories ??? but he finds that the house in which he was raised is no longer the home in which he grew up.","6.305","/dR7bbxzIqW2lfIz5eZCsYQxF5Jc.jpg","[{'id':7161,'logo_path':null,'name':'LivePlanet','origin_country':''},{'id':10239,'logo_path':null,'name':'Tall Trees Productions','origin_country':''},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-09-21","14793624","91","[{'iso_639_1':'en','name':'English'}]","Released","","Surviving Christmas","false","5.5","237" +"false","/lQ872mmHvHXip5sC1t0cvCSP8IO.jpg","null","80000000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","http://chooseyoursurrogate.com/","19959","tt0986263","en","Surrogates","Set in a futuristic world where humans live in isolation and interact through surrogate robots, a cop is forced to leave his home for the first time in years in order to investigate the murders of others' surrogates.","10.259","/pHAnrezPCpWzNYYceLivTMcQ4jM.jpg","[{'id':11845,'logo_path':null,'name':'Wintergreen Productions','origin_country':''},{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':10227,'logo_path':'/3YfRy3DBl4abcqkzGx4RVNz12yl.png','name':'Mandeville Films','origin_country':'US'},{'id':41978,'logo_path':null,'name':'Top Shelf Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-09-24","122444772","89","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","How do you save humanity when the only thing that's real is you?","Surrogates","false","6","1779" +"false","/v6cvZfSAiUjvFVCCiaPNaZLA7gk.jpg","{'id':436295,'name':'Surf's Up Collection','poster_path':'/7h8x4evTAlErpv7OQwCLpS0KLXm.jpg','backdrop_path':'/tkoEC5mLB1lyGiIejCRgulYaeLf.jpg'}","85000000","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","http://www.sonypictures.com/homevideo/surfsup/","9408","tt0423294","en","Surf's Up","Cody is a surfing penguin from Shiverpool who dreams of making it big and being like his idol Big Z. On his journey he discovers his talents are not all he thinks they are and he must learn to accept that their is more to surfing than fame and fortune. Surf's Up is a 2007 American computer-animated mockumentary film produced by Sony Pictures Animation and distributed by Columbia Pictures and ImageWorks Studios. It stars the voices of Shia LaBeouf, Jeff Bridges, Zooey Deschanel, Jon Heder among others.","10.172","/2Car4vWVDenBIMhfCjBvAHzameI.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':2251,'logo_path':'/8PUjvTVmtJDdDXURTaSoPID0Boj.png','name':'Sony Pictures Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-06-08","149044513","85","[{'iso_639_1':'en','name':'English'}]","Released","In the coldest place on Earth, he's the hottest thing around.","Surf's Up","false","6.1","1164" +"false","/wPbv4JgnF6aKVLvD6NS4nDvTX6C.jpg","null","25000000","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","11045","tt0316732","en","Taxi","A mouthy and feisty taxicab driver has hot tips for a green and inept cop set on solving a string of New York City bank robberies committed by a quartet of female Brazilian bank robbers.","10.38","/7Ly55SeRBozH3ZBeSOodcgKGYlF.jpg","[{'id':3929,'logo_path':null,'name':'Robert Simonds Productions','origin_country':''},{'id':6896,'logo_path':'/2Q89KvzxTKB5BAv9RqFIPI1qb7E.png','name':'EuropaCorp','origin_country':'FR'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","2004-10-06","36609966","97","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Take a Ride on the Wild Side.","Taxi","false","4.9","419" +"false","/mWpUKAaJHjckIPFdEFEpeMTjjki.jpg","null","0","[{'id':16,'name':'Animation'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'}]","","230222","tt1705952","en","Tarzan","One of the most classic and revered stories of all time, Edgar Rice Burroughs' Tarzan returns to the big screen for a new generation. Tarzan and Jane face a mercenary army dispatched by the evil CEO of Greystoke Energies, a man who took over the company from Tarzan's parents, after they died in a plane crash in the African jungle.","9.555","/p0Ut3h7Sx6GlsVltt2ZAp8XDFmi.jpg","[{'id':5755,'logo_path':'/53JWq1rzbAXzbh1rnFo3XdqsAUh.png','name':'Constantin Film Produktion','origin_country':''},{'id':8104,'logo_path':null,'name':'Ambient Entertainment GmbH','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'}]","2013-10-17","0","94","[{'iso_639_1':'en','name':'English'}]","Released","The legend starts here","Tarzan","false","5.6","336" +"false","/vwS3vyNaD94h4BjLjNvbVOCNfsJ.jpg","{'id':106768,'name':'Tarzan (Animation) Collection','poster_path':'/A7ox3LFDn87561sddxe2nZfpahX.jpg','backdrop_path':'/esBiZuIJyxr6sZL0OqkILcOkoUX.jpg'}","150000000","[{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","http://disneydvd.disney.go.com/tarzanr-special-edition.html","37135","tt0120855","en","Tarzan","Tarzan was a small orphan who was raised by an ape named Kala since he was a child. He believed that this was his family, but on an expedition Jane Porter is rescued by Tarzan. He then finds out that he's human. Now Tarzan must make the decision as to which family he should belong to...","18.79","/hnTrfKJmnPLMTajHw2RDgv6hVyH.jpg","[{'id':6125,'logo_path':'/tVPmo07IHhBs4HuilrcV0yujsZ9.png','name':'Walt Disney Animation Studios','origin_country':'US'},{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':13730,'logo_path':null,'name':'Edgar Rice Burroughs Inc.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-06-18","448000000","88","[{'iso_639_1':'en','name':'English'}]","Released","An immortal legend. As you've only imagined.","Tarzan","false","7.4","3425" +"false","/ccjSeVoh3ZPXoiFSkFmZZM1HmsC.jpg","null","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","9077","tt0048696","en","Tarantula","A lone-wolf scientist sequestered in a mansion near a small desert town arouses the suspicion of the town's doctor when his lab assistant is found dead from a case of acromegaly which took only four days to develop. As the doctor investigates, aided by the scientist's new, and very female, assistant, they discover that, far worse, something much larger and hungrier than it ever should be, is devouring local cattle - and humans - in increasingly large quantities.","5.84","/gPjlVSys2CJP1aQKXnhj4kKDxrB.jpg","[{'id':10330,'logo_path':'/nY62adzeba5GVK8LJYD6yd9R8H4.png','name':'Universal International Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1955-03-23","0","80","[{'iso_639_1':'en','name':'English'}]","Released","More terrifying than any horror known to man comes a creeping crawling monster whose towering fury no one can escape!","Tarantula","false","6.2","90" +"false","/kN7GhhVZtjwssCE0vQKgkSYPu1M.jpg","null","14000000","[{'id':18,'name':'Drama'}]","","10627","tt0083169","en","Taps","Military cadets take extreme measures to insure the future of their academy when its existence is threatened by local condo developers.","6.335","/4bpwsjSg6bnFbe5BkCVoyr0qGeX.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1981-12-20","35856053","126","[{'iso_639_1':'en','name':'English'}]","Released","This school is our home, we think it's worth defending.","Taps","false","6.7","115" +"false","/9Rhe1vlm6FMQvGCt3ak8dDQFiH.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","","257447","tt2361184","en","Tapped Out","A disgruntled teenager, sent to do community service at a rundown Karate school, enters an MMA tournament to face the man who killed his parents.","3.188","/xKmmfA41yA0ddXnswH4EaIreFdS.jpg","[{'id':68261,'logo_path':null,'name':'Meems','origin_country':''},{'id':68265,'logo_path':null,'name':'Hackybox Pictures','origin_country':''},{'id':68260,'logo_path':null,'name':'Tapped Pictures','origin_country':''},{'id':68264,'logo_path':null,'name':'Oriah Entertainment','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2014-05-27","0","105","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","He lost everything... except the will to fight","Tapped Out","false","5.8","34" +"false","/7h9o929I810HCI0ahTLYOTSUxVu.jpg","null","25000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'}]","","9067","tt0114614","en","Tank Girl","Based on the British cult comic-strip, our tank-riding anti-heroine fights a mega-corporation, which controls the world's water supply.","8.06","/n3QWQhb5oVJxTLNKMLmA9xC5XwB.jpg","[{'id':2231,'logo_path':null,'name':'Trilogy Entertainment Group','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-03-31","4064495","98","[{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'en','name':'English'}]","Released","In 2033, justice rides a tank and wears lip gloss.","Tank Girl","false","5.5","225" +"false","/oeEBJtwDdB5kGumLwv8IvC9InMV.jpg","null","55000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'}]","","9618","tt0098439","en","Tango & Cash","Ray Tango and Gabriel Cash are narcotics detectives who, while both being extremely successful, can't stand each other. Crime Lord Yves Perret, furious at the loss of income that Tango and Cash have caused him, frames the two for murder. Caught with the murder weapon on the scene of the crime, the two have no alibi. Thrown into prison with most of the criminals they helped convict, it appears that they are going to have to trust each other if they are to clear their names and catch the evil Perret.","14.137","/mHDDTtNMyDkjy807KmNsuSJyIQK.jpg","[{'id':4357,'logo_path':null,'name':'The Guber-Peters Company','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-12-22","63408614","104","[{'iso_639_1':'en','name':'English'}]","Released","Two of L.A.'s top rival cops are going to have to work together... Even if it kills them.","Tango & Cash","false","6.3","816" +"false","/uFg02Gt69UM6Ouam4slMdD0s029.jpg","null","260000000","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","http://disney.go.com/disneypictures/tangled/","38757","tt0398286","en","Tangled","When the kingdom's most wanted-and most charming-bandit Flynn Rider hides out in a mysterious tower, he's taken hostage by Rapunzel, a beautiful and feisty tower-bound teen with 70 feet of magical, golden hair. Flynn's curious captor, who's looking for her ticket out of the tower where she's been locked away for years, strikes a deal with the handsome thief and the unlikely duo sets off on an action-packed escapade, complete with a super-cop horse, an over-protective chameleon and a gruff gang of pub thugs.","20.425","/re6AOJbhBk9FIK3knwU6rYlbPDx.jpg","[{'id':6125,'logo_path':'/tVPmo07IHhBs4HuilrcV0yujsZ9.png','name':'Walt Disney Animation Studios','origin_country':'US'},{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-02-03","591794936","100","[{'iso_639_1':'en','name':'English'}]","Released","They're taking adventure to new lengths.","Tangled","false","7.5","6092" +"false","/vmrDTWGTupJQ8KRUNrx4RLGtTVp.jpg","null","20000000","[{'id':35,'name':'Comedy'}]","","226486","tt2103254","en","Tammy","After losing her job and learning that her husband has been unfaithful, a woman hits the road with her profane, hard-drinking grandmother.","9.657","/cq6wvDqETqJXgpQplkL0FBw2leM.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':4740,'logo_path':null,'name':'Gary Sanchez Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-07-02","100525432","97","[{'iso_639_1':'en','name':'English'}]","Released","She hit the road. The road hit back.","Tammy","false","5.2","705" +"false","/glBFNYHKkOZpKBe7Io5mjUcGekV.jpg","null","72500000","[{'id':35,'name':'Comedy'}]","http://www.sonypictures.com/homevideo/talladeganights/","9718","tt0415306","en","Talladega Nights: The Ballad of Ricky Bobby","Lifelong friends and national idols Ricky Bobby and Cal Naughton Jr. have earned their NASCAR stripes with their uncanny knack of finishing races in the first and second slots, respectively, and slinging catchphrases like ""Shake and bake!"" But when a rival French driver coasts onto the track to challenge their records, they'll have to floor it to retain their top-dog status.","14.223","/hi8whfL7t6cL2LITLJjzJ7UWuZA.jpg","[{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':10105,'logo_path':'/bN4tiAS8oNlHhIqq66KBPQ1Ekqh.png','name':'Apatow Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-08-04","162966177","107","[{'iso_639_1':'en','name':'English'}]","Released","The story of a man who could only count to #1","Talladega Nights: The Ballad of Ricky Bobby","false","6.3","779" +"false","/IhS8mxCgGPNXZwFr4ZuGBWIfjC.jpg","{'id':115142,'name':'Tales from the Crypt Collection','poster_path':'/jjZPZjBywbMZqK1nqSx6zhhk6KZ.jpg','backdrop_path':'/o9Nll2BovcZ9EDmBBMmnHx99wP4.jpg'}","0","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'}]","","9059","tt0114608","en","Tales from the Crypt: Demon Knight","A man on the run is hunted by a demon known as the Collector.","9.079","/8uD5yk0ECebJ59lhvhTBKhUojc.jpg","[{'id':69626,'logo_path':null,'name':'Tales From The Crypt Holdings','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-01-13","0","92","[{'iso_639_1':'en','name':'English'}]","Released","Ready for your deadtime story?","Tales from the Crypt: Demon Knight","false","6.6","163" +"false","/em4nfgXczAUXuuyT6kJc4llwONw.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","66892","tt0127919","en","Tale of the Mummy","When an archaeological expedition opens an ancient Egyptian tomb, the unimaginable evil of a cursed pharaoh is unleashed.","3.439","/qTsplptvgS68s20BfsrO5TRBdCv.jpg","[]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'LU','name':'Luxembourg'},{'iso_3166_1':'US','name':'United States of America'}]","1998-03-19","0","88","[{'iso_639_1':'en','name':'English'}]","Released","The curse is legend. The terror is real.","Tale of the Mummy","false","3.8","39" +"false","/qcjTmSVyYqGMCVRH7FjXwMdan40.jpg","null","45000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","11081","tt0364045","en","Taking Lives","Recruited to assist Montreal police in their desperate search for a serial killer who assumes the identities of his victims, FBI profiler Illeana Scott knows it's only a matter of time before the killer strikes again. Her most promising lead is a museum employee who might be the killer's only eyewitness.","15.982","/2LE560KT69RLnxIU83wrTvClj8D.jpg","[{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':2995,'logo_path':null,'name':'Atmosphere Entertainment MM','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-03-19","65470529","103","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","He would kill to be you.","Taking Lives","false","6.2","594" +"false","/n6FokmbxhCWH0ad7i1lJzAbrZqK.jpg","null","32000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.whoarethetakers.com/","22907","tt1135084","en","Takers","A seasoned team of bank robbers, including Gordon Jennings (Idris Elba), John Rahway (Paul Walker), A.J. (Hayden Christensen), and brothers Jake (Michael Ealy) and Jesse Attica (Chris Brown) successfully complete their latest heist and lead a life of luxury while planning their next job. When Ghost (Tip T.I. Harris), a former member of their team, is released from prison he convinces the group to strike an armored car carrying $20 million. As the ""Takers"" carefully plot out their strategy and draw nearer to exacting the grand heist, a reckless police officer (Matt Dillon) inches closer to apprehending the criminals.","10.234","/zwepORN3ONa5qSLzmcZSPlpQxce.jpg","[{'id':1309,'logo_path':'/gdsheJrD3lznh3O2qEPBDn54Anq.png','name':'Rainforest Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-08-26","69055695","107","[{'iso_639_1':'en','name':'English'}]","Released","Who's Taking Who?","Takers","false","6.2","578" +"false","/cU6R5EgOEmiIVKommjnU89hsvcD.jpg","{'id':135483,'name':'Taken Collection','poster_path':'/4PNFiSaJWvWhkdOw0KF9Vf7v3gC.jpg','backdrop_path':'/hO1R1TI429PjkOjby4dTPBrWFwn.jpg'}","48000000","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'}]","http://www.taken3movie.com/","260346","tt2446042","en","Taken 3","Ex-government operative Bryan Mills finds his life is shattered when he's falsely accused of a murder that hits close to home. As he's pursued by a savvy police inspector, Mills employs his particular set of skills to track the real killer and exact his unique brand of justice.","31.872","/ikDwR3i2bczqnRf1urJTy77YTFf.jpg","[{'id':6896,'logo_path':'/2Q89KvzxTKB5BAv9RqFIPI1qb7E.png','name':'EuropaCorp','origin_country':'FR'},{'id':1115,'logo_path':'/ntH7T5gsN6wtyrfHGHJDTuneQ7o.png','name':'M6 Films','origin_country':'FR'},{'id':6877,'logo_path':null,'name':'Grive Productions','origin_country':''},{'id':10611,'logo_path':'/zQ4fGaEnNkWfSzyygXRcUZwPmDG.png','name':'Cin??+','origin_country':'FR'},{'id':11261,'logo_path':null,'name':'M6','origin_country':''},{'id':22213,'logo_path':'/qx9K6bFWJupwde0xQDwOvXkOaL8.png','name':'TSG Entertainment','origin_country':'US'},{'id':87854,'logo_path':null,'name':'Taken 3','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","2014-12-16","325771424","109","[{'iso_639_1':'en','name':'English'}]","Released","It Ends Here","Taken 3","false","6.1","3310" +"false","/lcqVBBirzzX520AyOK3k7kXBDJ6.jpg","{'id':135483,'name':'Taken Collection','poster_path':'/4PNFiSaJWvWhkdOw0KF9Vf7v3gC.jpg','backdrop_path':'/hO1R1TI429PjkOjby4dTPBrWFwn.jpg'}","25000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","8681","tt0936501","en","Taken","While vacationing with a friend in Paris, an American girl is kidnapped by a gang of human traffickers intent on selling her into forced prostitution. Working against the clock, her ex-spy father must pull out all the stops to save her. But with his best years possibly behind him, the job may be more than he can handle.","31.055","/3zlffXmo7QpVBc17QIJWrRfasVr.jpg","[{'id':11845,'logo_path':null,'name':'Wintergreen Productions','origin_country':''},{'id':6896,'logo_path':'/2Q89KvzxTKB5BAv9RqFIPI1qb7E.png','name':'EuropaCorp','origin_country':'FR'},{'id':1115,'logo_path':'/ntH7T5gsN6wtyrfHGHJDTuneQ7o.png','name':'M6 Films','origin_country':'FR'},{'id':6877,'logo_path':null,'name':'Grive Productions','origin_country':''},{'id':6586,'logo_path':null,'name':'TPS Star','origin_country':''},{'id':11261,'logo_path':null,'name':'M6','origin_country':''},{'id':23614,'logo_path':null,'name':'All Pictures Media','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2008-02-18","226830568","94","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'sq','name':'shqip'}]","Released","They took his daughter. He'll take their lives.","Taken","false","7.3","6575" +"false","/uLQjXZq6307jTgcACnhOeh5mCK2.jpg","{'id':135483,'name':'Taken Collection','poster_path':'/4PNFiSaJWvWhkdOw0KF9Vf7v3gC.jpg','backdrop_path':'/hO1R1TI429PjkOjby4dTPBrWFwn.jpg'}","45000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","82675","tt1397280","en","Taken 2","In Istanbul, retired CIA operative Bryan Mills and his wife are taken hostage by the father of a kidnapper Mills killed while rescuing his daughter.","17.623","/rDX2zd9aVMJnBmlS8efwOYsi76R.jpg","[{'id':6896,'logo_path':'/2Q89KvzxTKB5BAv9RqFIPI1qb7E.png','name':'EuropaCorp','origin_country':'FR'},{'id':6877,'logo_path':null,'name':'Grive Productions','origin_country':''},{'id':1115,'logo_path':'/ntH7T5gsN6wtyrfHGHJDTuneQ7o.png','name':'M6 Films','origin_country':'FR'},{'id':10611,'logo_path':'/zQ4fGaEnNkWfSzyygXRcUZwPmDG.png','name':'Cin??+','origin_country':'FR'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'}]","2012-09-27","376141306","91","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'tr','name':'T??rk??e'},{'iso_639_1':'ar','name':'??????????????'}]","Released","First they took his daughter. Now they're coming for him.","Taken 2","false","6.2","3915" +"false","/bf0SeEgGPa575YCjZQAnTlJOVsM.jpg","null","5000000","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","http://www.sonyclassics.com/takeshelter/","64720","tt1675192","en","Take Shelter","Plagued by a series of apocalyptic visions, a young husband and father questions whether to shelter his family from a coming storm, or from himself.","8.235","/jFHe1RSju7m4EyRr7fP7QGq8QpO.jpg","[{'id':10936,'logo_path':null,'name':'Hydraulx','origin_country':''},{'id':21925,'logo_path':null,'name':'REI Capital','origin_country':''},{'id':21926,'logo_path':null,'name':'Grove Hill Productions','origin_country':''},{'id':21927,'logo_path':null,'name':'Strange Matter Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-09-30","3099314","120","[{'iso_639_1':'en','name':'English'}]","Released","","Take Shelter","false","7.2","762" +"false","/8eCiasauFjjYAOZ81cRwNZGlgnP.jpg","null","19000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.iamrogue.com/takemehometonight/fullsite/","50725","tt0810922","en","Take Me Home Tonight","Recent MIT grad Matt Franklin should be well on his way to a successful career at a Fortune 500 company, but instead he rebels against maturity by taking a job at a video store. Matt rethinks his position when his unrequited high-school crush, Tori, walks in and invites him to an end-of-summer party. With the help of his twin sister and his best friend, Matt hatches a plan to change the course of his life.","7.13","/glRBoVKClP7qYQO0gQi5keCQ6ko.jpg","[{'id':134,'logo_path':null,'name':'Rogue Pictures','origin_country':''},{'id':23,'logo_path':'/mkxNjThahj5pvntvYKVpMbWXm3D.png','name':'Imagine Entertainment','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':19855,'logo_path':null,'name':'Internationale Filmproduktion Blackbird Dritte','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'DE','name':'Germany'}]","2011-03-04","6928068","97","[{'iso_639_1':'en','name':'English'}]","Released","Best. Night. Ever.","Take Me Home Tonight","false","6.1","318" +"false","/2ygkXUd9gwhm3u8UADN9JQRhOdB.jpg","null","90000000","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","10384","tt0134983","en","Supernova","Set in the 22nd century, when a battered salvage ship sends out a distress signal, the seasoned crew of the rescue hospital ship Nova-17 responds. What they find is a black hole--that threatens to destroy both ships--and a mysterious survivor whose body quickly mutates into a monstrous and deadly form.","7.539","/xSw9HKPKwFx63p2puHQkxcmCVia.jpg","[{'id':20375,'logo_path':null,'name':'Hammerhead Productions','origin_country':''},{'id':23587,'logo_path':null,'name':'Screenland Pictures','origin_country':''},{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'CH','name':'Switzerland'},{'iso_3166_1':'US','name':'United States of America'}]","2000-01-14","14828081","91","[{'iso_639_1':'en','name':'English'}]","Released","In the farthest reaches of space, something has gone terribly wrong.","Supernova","false","4.8","156" +"false","/craUEp6KvOiYzotrjxMvSbP8Li7.jpg","null","0","[{'id':99,'name':'Documentary'}]","https://dogwoof.com/supermensch","209416","tt3074780","en","Supermensch: The Legend of Shep Gordon","Supermensch documents the astounding career of Hollywood insider, the loveable Shep Gordon, who fell into music management by chance after moving to LA straight out of college, and befriending Janis Joplin, Jim Morrison and Jimi Hendrix. Shep managed rock stars such as Pink Floyd, Luther Vandross, Teddy Pendergrass and Alice Cooper, and later went on to manage chefs such as Emeril Lagasse, ushering in the era of celebrity chefs on television.","2.579","/1spRBeofv0knLliedyqOI8DS7sz.jpg","[{'id':54414,'logo_path':null,'name':'Nomoneyfun Films','origin_country':''},{'id':7315,'logo_path':'/pn1L5r75URMfY1XQB38NLKTlX3U.png','name':'A&E IndieFilms','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-09-07","0","75","[{'iso_639_1':'en','name':'English'}]","Released","","Supermensch: The Legend of Shep Gordon","false","7.3","42" +"false","/amXWhCkrsN7p9S6rnLCgD9fNwE6.jpg","null","3500000","[{'id':28,'name':'Action'},{'id':16,'name':'Animation'},{'id':878,'name':'Science Fiction'},{'id':10751,'name':'Family'}]","http://www.warnerbros.com/superman-doomsday","13640","tt0934706","en","Superman: Doomsday","When LexCorps accidentally unleash a murderous creature, Doomsday, Superman meets his greatest challenge as a champion. Based on the ""The Death of Superman"" storyline that appeared in DC Comics' publications in the 1990s","9.938","/3of4nShmv1hBmrebOQqGlfZ9ZL0.jpg","[{'id':429,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Comics','origin_country':'US'},{'id':2786,'logo_path':'/WkipqT3yVydHqKbS7lAMod9hc8.png','name':'Warner Home Video','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-09-18","0","75","[{'iso_639_1':'en','name':'English'}]","Released","Where were you the day Superman died?","Superman: Doomsday","false","6.5","230" +"false","/bMNEElThWSUgzFUOn5SYU4eHYXG.jpg","{'id':290933,'name':'Superman / Batman (Animated) Collection','poster_path':'/hj0AOSamY8YMK9fs5by9oX7MiOO.jpg','backdrop_path':'/leoLyMvUq2qExFZMtI8XAHNWQ94.jpg'}","3500000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':878,'name':'Science Fiction'}]","http://warnervideo.com/supermanbatmanapocalypse//","45162","tt1673430","en","Superman/Batman: Apocalypse","Batman discovers a mysterious teen-aged girl with superhuman powers and a connection to Superman. When the girl comes to the attention of Darkseid, the evil overlord of Apokolips, events take a decidedly dangerous turn.","10.032","/wNtrbql45NqvomsYKr3uHXgFj2D.jpg","[{'id':429,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Comics','origin_country':'US'},{'id':4811,'logo_path':'/7xym5CnL4LcMPaWpp51cN1v73AR.png','name':'Warner Premiere','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-09-28","0","78","[{'iso_639_1':'en','name':'English'}]","Released","The end is near.","Superman/Batman: Apocalypse","false","7","283" +"false","/9fRNgX2bI6f27sxFEFuCPNYY4Lv.jpg","null","3500000","[{'id':16,'name':'Animation'},{'id':28,'name':'Action'}]","","103269","tt2224455","ru","Superman vs. The Elite","The Man of Steel finds himself outshone by a new team of ruthless superheroes who hold his idealism in contempt.","6.63","/cilpU63HE0nsbqMytvO3Mlltotw.jpg","[{'id':429,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Comics','origin_country':'US'},{'id':4811,'logo_path':'/7xym5CnL4LcMPaWpp51cN1v73AR.png','name':'Warner Premiere','origin_country':''},{'id':2785,'logo_path':'/l5zW8jjmQOCx2dFmvnmbYmqoBmL.png','name':'Warner Bros. Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-06-12","0","76","[{'iso_639_1':'en','name':'English'}]","Released","World saved. Humanity lost.","Superman vs. The Elite","false","6.7","163" +"false","/mIbwk59WP9kcRA9pprpHD2cjFxi.jpg","null","0","[{'id':16,'name':'Animation'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'}]","http://www.dccomics.com/movies/superman-unbound-2013","166076","tt2617456","en","Superman: Unbound","Based on the Geoff Johns/Gary Frank 2008 release ""Superman: Brainiac,"" Superman: Unbound finds the horrific force responsible for the destruction of Krypton (Brainiac) descending upon Earth. Brainiac has crossed the universe, collecting cities from interesting planets, Kandor included, and now the all-knowing, ever-evolving android has his sights fixed on Metropolis. Superman must summon all of his physical and intellectual resources to protect his city, the love of his life, and his newly-arrived cousin, Supergirl.","8.089","/sbGj8yQeUlIDZdffsuFv4Cy9snk.jpg","[{'id':429,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Comics','origin_country':'US'},{'id':4811,'logo_path':'/7xym5CnL4LcMPaWpp51cN1v73AR.png','name':'Warner Premiere','origin_country':''},{'id':9993,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Entertainment','origin_country':'US'},{'id':2785,'logo_path':'/l5zW8jjmQOCx2dFmvnmbYmqoBmL.png','name':'Warner Bros. Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-05-06","2915767","75","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","The machine is coming","Superman: Unbound","false","6.4","163" +"false","/uAVdwu4vEx0TwuC4ewp9RqplKEV.jpg","{'id':8537,'name':'Superman Collection','poster_path':'/fgTdu62v1jjNDPh68V9TJZMgXbo.jpg','backdrop_path':'/la0EhOrgVAiY8sf3ILz3wgoaNXH.jpg'}","270000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","http://www.superman.com","1452","tt0348150","en","Superman Returns","Superman returns to discover his 5-year absence has allowed Lex Luthor to walk free, and that those he was closest to felt abandoned and have moved on. Luthor plots his ultimate revenge that could see millions killed and change the face of the planet forever, as well as ridding himself of the Man of Steel.","21.476","/e3aLTaD5ppxo3en0GAGceekEPAe.jpg","[{'id':429,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Comics','origin_country':'US'},{'id':923,'logo_path':'/5UQsZrfbfG2dYJbx8DxfoTr2Bvu.png','name':'Legendary Entertainment','origin_country':'US'},{'id':9168,'logo_path':'/hQNXrYIuyLRxMSBuGHk0GX7CCBS.png','name':'Bad Hat Harry Productions','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':16774,'logo_path':null,'name':'Peters Entertainment','origin_country':''},{'id':113288,'logo_path':null,'name':'Red Sun Productions Pty. Ltd.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-06-28","391081192","154","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Superman Returns","false","5.5","2266" +"false","/5VdpO1zWqritRhZnulbbhprBatW.jpg","{'id':8537,'name':'Superman Collection','poster_path':'/fgTdu62v1jjNDPh68V9TJZMgXbo.jpg','backdrop_path':'/la0EhOrgVAiY8sf3ILz3wgoaNXH.jpg'}","17000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'}]","","11411","tt0094074","en","Superman IV: The Quest for Peace","With global superpowers engaged in an increasingly hostile arms race, Superman leads a crusade to rid the world of nuclear weapons. But Lex Luthor, recently sprung from jail, is declaring war on the Man of Steel and his quest to save the planet. Using a strand of Superman's hair, Luthor synthesizes a powerful ally known as Nuclear Man and ignites an epic battle spanning Earth and space.","12.278","/q1P6UHWdrtZNkmdnoprV0ILfLlr.jpg","[{'id':1444,'logo_path':'/5jvFLUVXGXxkyszL9cqJN5hNhJ6.png','name':'Cannon Group','origin_country':'US'},{'id':6231,'logo_path':null,'name':'London-Cannon Films','origin_country':'GB'},{'id':13549,'logo_path':null,'name':'Golan-Globus Productions','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1987-07-23","19300000","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Nuclear Power. In the best hands, it is dangerous. In the hands of Lex Luthor, it is pure evil. This is Superman's greatest battle. And it is for all of us.","Superman IV: The Quest for Peace","false","4.2","539" +"false","/pkqkxX7tkN0QLBtOYzugtBqyu0C.jpg","{'id':8537,'name':'Superman Collection','poster_path':'/fgTdu62v1jjNDPh68V9TJZMgXbo.jpg','backdrop_path':'/la0EhOrgVAiY8sf3ILz3wgoaNXH.jpg'}","39000000","[{'id':35,'name':'Comedy'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'}]","","9531","tt0086393","en","Superman III","Aiming to defeat the Man of Steel, wealthy executive Ross Webster hires bumbling but brilliant Gus Gorman to develop synthetic kryptonite, which yields some unexpected psychological effects in the third installment of the 1980s Superman franchise. Between rekindling romance with his high school sweetheart and saving himself, Superman must contend with a powerful supercomputer.","11.89","/pDjfBk3YkdvRK2VERvoHaXJdNxF.jpg","[{'id':51861,'logo_path':null,'name':'Dovemead Films','origin_country':''},{'id':51903,'logo_path':null,'name':'Cantharus Productions','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1983-06-17","75850624","125","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","If the world's most powerful computer can control even Superman...no one on earth is safe.","Superman III","false","5.3","793" +"false","/1d0bPDy0Ud7g7vZ5qnKI6HsduLE.jpg","{'id':8537,'name':'Superman Collection','poster_path':'/fgTdu62v1jjNDPh68V9TJZMgXbo.jpg','backdrop_path':'/la0EhOrgVAiY8sf3ILz3wgoaNXH.jpg'}","54000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'}]","","8536","tt0081573","en","Superman II","Three escaped criminals from the planet Krypton test the Man of Steel's mettle. Led by Gen. Zod, the Kryptonians take control of the White House and partner with Lex Luthor to destroy Superman and rule the world. But Superman, who attempts to make himself human in order to get closer to Lois, realizes he has a responsibility to save the planet.","12.346","/uvxjXSfph2FD07A2jBG9NHJnl27.jpg","[{'id':51861,'logo_path':null,'name':'Dovemead Films','origin_country':''},{'id':51862,'logo_path':null,'name':'Film Export A.G.','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1980-12-04","190458706","127","[{'iso_639_1':'en','name':'English'}]","Released","The Man of Steel meets his match!","Superman II","false","6.6","1068" +"false","/nS0rEXPbkHI449SF6R4WUQvTVxE.jpg","{'id':8537,'name':'Superman Collection','poster_path':'/fgTdu62v1jjNDPh68V9TJZMgXbo.jpg','backdrop_path':'/la0EhOrgVAiY8sf3ILz3wgoaNXH.jpg'}","55000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'}]","","1924","tt0078346","en","Superman","Mild-mannered Clark Kent works as a reporter at the Daily Planet alongside his crush, Lois Lane. Clark must summon his superhero alter-ego when the nefarious Lex Luthor launches a plan to take over the world.","18.4","/n2DOECThGG7h7m5AjLi2Nuh23u1.jpg","[{'id':51861,'logo_path':null,'name':'Dovemead Films','origin_country':''},{'id':51862,'logo_path':null,'name':'Film Export A.G.','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1978-12-13","300218018","143","[{'iso_639_1':'en','name':'English'}]","Released","You'll Believe a Man Can Fly!","Superman","false","7","1782" +"false","/bzxhsX3aGz6OitDLWSYSlfYFF1j.jpg","null","20000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","","325358","tt2933474","en","Superfast!","Undercover cop Lucas White joins Vin Serento's LA gang of illegal street racers. They are fast and they are furious and they plan to double cross LA crime kingpin Juan Carlos de la Sol who hides his cash in a downtown Taco Bell. The gang's outrageous plan is as daring as it is ridiculous and will see them towing the whole damn restaurant, at crazy speeds.","5.776","/yP4E5AOuaXGuksQwdUZEwQyhPaA.jpg","[{'id':11565,'logo_path':null,'name':'The Safran Company','origin_country':'US'},{'id':19248,'logo_path':null,'name':'3 in the Box','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-03-05","0","99","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","They're going nowhere... fast.","Superfast!","false","4.7","172" +"false","/hG9xlpZktfsAdlzg9uyk9GRz1iN.jpg","null","20000000","[{'id':35,'name':'Comedy'}]","http://www.areyousuperbad.com/","8363","tt0829482","en","Superbad","Two co-dependent high school seniors are forced to deal with separation anxiety after their plan to stage a booze-soaked party goes awry.","13.808","/7RZWtDkf0mgrxvJNFj43YW2Ugi8.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':10105,'logo_path':'/bN4tiAS8oNlHhIqq66KBPQ1Ekqh.png','name':'Apatow Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-08-17","121463226","113","[{'iso_639_1':'en','name':'English'}]","Released","Come and Get Some!","Superbad","false","7.1","3371" +"false","/2HBnowJtFGpmXpTi8a0R8cT1Pev.jpg","{'id':449462,'name':'Super Troopers Collection','poster_path':'/cpC33CbO25Vo9N1fbwdrl3yA1X9.jpg','backdrop_path':'/6BGdTvwgcknQZxw9CMAJUdYNyEP.jpg'}","1200000","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'}]","http://www.brokenlizard.com/movies/supertroopers/","39939","tt0247745","en","Super Troopers","Five bored, occasionally high and always ineffective Vermont state troopers must prove their worth to the governor or lose their jobs. After stumbling on a drug ring, they plan to make a bust, but a rival police force is out to steal the glory.","9.723","/w8Uu4bqq21onmvQx4ZsTm7dqXwq.jpg","[{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'},{'id':2773,'logo_path':'/ubyU2v6XcREGwyeieqdcxvZzvKc.png','name':'Broken Lizard Industries','origin_country':'US'},{'id':37497,'logo_path':null,'name':'Jersey Shore','origin_country':''},{'id':52948,'logo_path':null,'name':'Cataland Films','origin_country':''},{'id':106323,'logo_path':null,'name':'??rp??d Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-01-18","18492362","100","[{'iso_639_1':'en','name':'English'}]","Released","Altered State Police","Super Troopers","false","6.7","556" +"false","/prtM6joU0bEKJjyb4mWoEZjDkHl.jpg","null","48000000","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","","9607","tt0108255","en","Super Mario Bros.","Mario and Luigi, plumbers from Brooklyn, find themselves in an alternate universe where evolved dinosaurs live in hi-tech squalor. They're the only hope to save our universe from invasion by the dino dictator, Koopa.","9.486","/bmv7fmcBFzjnJvirfAdZm75qERY.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':915,'logo_path':'/xXojkyRWFZ0JTJyjiu13ThKeFbz.png','name':'Hollywood Pictures','origin_country':''},{'id':1504,'logo_path':null,'name':'Cinergi Pictures Entertainment','origin_country':''},{'id':1755,'logo_path':null,'name':'Allied Filmmakers','origin_country':''},{'id':12288,'logo_path':'/r2EGQhzBsx7GON251DPpfsWtaj2.png','name':'Nintendo','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1993-05-28","20915465","104","[{'iso_639_1':'en','name':'English'}]","Released","This Ain't No Game.","Super Mario Bros.","false","4.1","463" +"false","/ddpLzzpXD27q7PBqTNoecRXyKr5.jpg","null","50000000","[{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'},{'id':9648,'name':'Mystery'}]","http://www.super8-movie.com/","37686","tt1650062","en","Super 8","In 1979 Ohio, several youngsters are making a zombie movie with a Super-8 camera. In the midst of filming, the friends witness a horrifying train derailment and are lucky to escape with their lives. They soon discover that the catastrophe was no accident, as a series of unexplained events and disappearances soon follows. Deputy Jackson Lamb, the father of one of the kids, searches for the terrifying truth behind the crash.","12.686","/f5PgX5qX5OoNeFnvwGQDDRPSl1P.jpg","[{'id':23300,'logo_path':null,'name':'K/O Camera Toys','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'},{'id':11461,'logo_path':'/p9FoEt5shEKRWRKVIlvFaEmRnun.png','name':'Bad Robot','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-06-08","260095987","112","[{'iso_639_1':'en','name':'English'}]","Released","It Arrives.","Super 8","false","6.7","3816" +"false","/1ShlNNtyjbqg0kB8bPiiHXnYkys.jpg","null","22000000","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':80,'name':'Crime'},{'id':10749,'name':'Romance'}]","","10279","tt0162677","en","Summer of Sam","Spike Lee's take on the ""Son of Sam"" murders in New York City during the summer of 1977 centering on the residents of an Italian-American South Bronx neighborhood who live in fear and distrust of one another.","7.128","/fERQTWukzEsufDh5Yu4a0NnKAig.jpg","[{'id':4319,'logo_path':null,'name':'40 Acres & A Mule Filmworks','origin_country':'US'},{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-07-02","19288130","142","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","No one is safe from son of sam","Summer of Sam","false","6.5","186" +"false","/3DL6BmslkyGHm70HXFNUwoYYIjb.jpg","null","1200000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","845","tt0044079","en","Strangers on a Train","A psychotic socialite confronts a pro tennis star with a theory on how two complete strangers can get away with murder...a theory that he plans to implement.","11.339","/ihC083U7ef56Ui4x0P0dobojrZ1.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1951-06-18","7000000","101","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","It starts with a shriek of a train whistle...and ends with shrieking excitement.","Strangers on a Train","false","7.8","659" +"false","/vise7XoPrUGV9hmdK8Gt3BWGkym.jpg","null","50000000","[{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","1272","tt0448134","en","Sunshine","Fifty years into the future, the sun is dying, and Earth is threatened by arctic temperatures. A team of astronauts is sent to revive the Sun ??? but the mission fails. Seven years later, a new team is sent to finish the mission as mankind???s last hope.","9.624","/upgi8oTlMthM9sweAyBoXqr8doZ.jpg","[{'id':2452,'logo_path':'/6CLoZ59fLPG7UyxQtGTqRevjf58.png','name':'UK Film Council','origin_country':'GB'},{'id':284,'logo_path':null,'name':'DNA Films','origin_country':'GB'},{'id':289,'logo_path':null,'name':'Ingenious Film Partners','origin_country':''},{'id':20478,'logo_path':'/gSS2OBc6dRsK2ewRx5lcwnARrpl.png','name':'Moving Picture Company','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2007-04-05","32017803","107","[{'iso_639_1':'en','name':'English'}]","Released","If the sun dies, so do we.","Sunshine","false","7","1854" +"false","/mA3cMu5YdLQ6GgNf5kwTWINDXfC.jpg","null","2500000","[{'id':35,'name':'Comedy'},{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","http://www.thecrimsonbolt.com/","45132","tt1512235","en","Super","After his wife falls under the influence of a drug dealer, an everyday guy transforms himself into Crimson Bolt, a superhero with the best intentions, though he lacks for heroic skills.","10.188","/wRYZdWGCcC7ttY7MFNbIKpR3pnn.jpg","[{'id':10059,'logo_path':null,'name':'This Is That Productions','origin_country':''},{'id':14406,'logo_path':null,'name':'Ambush Entertainment','origin_country':''},{'id':14407,'logo_path':null,'name':'Crimson Bolt','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-09-09","324138","96","[{'iso_639_1':'en','name':'English'}]","Released","Shut up, crime!","Super","false","6.6","703" +"false","/4Y5D2jC8y67Fr0VQyJw0mHZdvC9.jpg","null","0","[{'id':18,'name':'Drama'}]","","45938","tt0067805","en","Sunday Bloody Sunday","Recently divorced career woman Alex Greville begins a romantic relationship with glamorous mod artist Bob Elkin, fully aware that he's also intimately involved with middle-aged doctor Daniel Hirsh. For both Alex and Daniel, the younger man represents a break with their repressive pasts, and though both know that Bob is seeing both of them, neither is willing to let go of the youth and vitality he brings to their otherwise stable lives.","3.174","/qY7ItJ1tdxLw5rp63qOzJSa1f7m.jpg","[{'id':11707,'logo_path':null,'name':'Vic Films Productions','origin_country':''},{'id':34757,'logo_path':null,'name':'Vectia','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1971-07-01","0","110","[{'iso_639_1':'en','name':'English'}]","Released","It's about three decent people. They will break your heart.","Sunday Bloody Sunday","false","6.7","41" +"false","/45V39ywEYIUBwTOg9fAs4khQO6s.jpg","null","10000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","245846","tt2325977","en","Strangerland","Newly arrived to a remote desert town, Catherine and Matthew are tormented by a suspicion when their two teenage children mysteriously vanish.","7.375","/cSGg9nvkB7djAUUNxk94gF0g6h4.jpg","[{'id':9015,'logo_path':null,'name':'Worldview Entertainment','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2015-07-01","17472","111","[{'iso_639_1':'en','name':'English'}]","Released","To find the truth they must lose themselves.","Strangerland","false","5.2","135" +"false","/sqq5nDBcgTDrIJ3Hcqq8q4a1iut.jpg","null","30000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'},{'id':10749,'name':'Romance'}]","http://www.sonypictures.com/homevideo/strangerthanfiction","1262","tt0420223","en","Stranger Than Fiction","Harold Crick is a lonely IRS agent whose mundane existence is transformed when he hears a mysterious voice narrating his life.","8.453","/AtjCCvfMq9kmjwjbVwTJ0mWG7zp.jpg","[{'id':1973,'logo_path':null,'name':'Three Strange Angels','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-09-09","53653224","113","[{'iso_639_1':'en','name':'English'}]","Released","Harold Crick isn't ready to go. Period.","Stranger Than Fiction","false","7.2","1155" +"false","/iZbxX1dLjm8AOvLOZTyYEJlsUND.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':99,'name':'Documentary'}]","","128217","tt1754546","en","Storm Surfers 3D","This pulse-racing real-life adventure follows two of Australia's greatest surf legends on their quest to hunt down and ride the Pacific's biggest and most dangerous waves. With 3D cameras installed on their boards, Ross Clarke-Jones and Tom Carroll defy middle age by pushing the limits of what they ??? and cinema technology ??? can do. (TIFF)","0.6","/vN6x2XAJ2eLy2tkl6LXHgbBOHXS.jpg","[{'id':6749,'logo_path':null,'name':'Firelight Productions','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2012-08-13","117090","95","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","","Storm Surfers 3D","false","6.3","6" +"false","/zyT8A0tZOyOlizq8HkDvbIEPj0U.jpg","null","0","[{'id':10751,'name':'Family'},{'id':18,'name':'Drama'}]","","232898","tt3020226","en","Storm Rider","Spoiled 18-yr-old Dani Fielding's world is turned upside down when her father gets arrested for securities fraud, and she has to leave her upscale life in the city to stay with her gruff Uncle Sam out in the country. As Dani and her uncle struggle to bond, she's given an orphaned horse to foster and train. Dani pours her affection into this young horse, calling her Stormy and giving her all the attention she's missing from her unsettled life. Dani soon realizes that truly caring about others is the answer to most of life's biggest problems. And when her uncle and friends need her the most, Dani and Stormy work together to save the day and learn the true meaning of the word, family.","1.631","/nS6Sq4mRhSPEEPtVLvgWmWw8Xjl.jpg","[{'id':33475,'logo_path':null,'name':'Stone Five Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-10-22","0","90","[]","Released","Courage Weathers All Storms","Storm Rider","false","5.7","13" +"false","/3H6R5JRn5x13UHFHTH8mrDFaAUY.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","","9876","tt0105477","en","Stop! Or My Mom Will Shoot","A tough cop's (Sylvester Stallone) seemingly frail mother (Estelle Getty) comes to stay with him and progressively interferes in his life. She buys him an illegal MAC-10 machine pistol and starts poking around in his police cases. Eventually, the film draws to a denouement involving the title of the film and the revelation that even though she seems frail and weak she is capable of strong actions in some circumstances, i.e. when her son is threatened by thugs and she shoots herself in the shoulder.","10.438","/sQXdlCaX6demEdOgI1FbV9fX8aO.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-02-21","70611210","87","[{'iso_639_1':'en','name':'English'}]","Released","","Stop! Or My Mom Will Shoot","false","4.9","398" +"false","/4UMzMJss5r192EZipzKEqzwXWxF.jpg","null","0","[{'id':53,'name':'Thriller'}]","http://www.stonehearstasylum.com","207933","tt1772264","en","Stonehearst Asylum","A Harvard Medical School graduate takes a position at a mental institution and soon becomes obsessed with a female mental patient, but he has no idea of a recent and horrifying staffing change.","18.701","/fZxGCCQ0NAtraevqULJ84wSSjo0.jpg","[{'id':152,'logo_path':null,'name':'Icon Productions','origin_country':'US'},{'id':13923,'logo_path':'/wobbHfqb8lIBcsUxMOQEgMdVqsQ.png','name':'Sobini Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-09-11","0","112","[{'iso_639_1':'en','name':'English'}]","Released","No one is what they seem.","Stonehearst Asylum","false","6.7","665" +"false","/4nV0kSGGLDOUTRaGjhAbF8gU2Ze.jpg","null","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","21338","tt0102984","en","Stone Cold","Joe Huff (Brian Bosworth) is a tough, loner cop with a flair for infiltrating dangerous biker gangs. The FBI blackmail Joe into an undercover operation that entails infiltrating ""The Brotherhood"" - a powerful Mississippi biker gang linked in the murder of government officials as well as dealing drugs with the mafia.","4.947","/tcD8X3iAbKYlXT7e0oQTJPWNbZ7.jpg","[{'id':3603,'logo_path':null,'name':'Vision International','origin_country':''},{'id':3470,'logo_path':null,'name':'Stone Group Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1991-05-17","0","92","[{'iso_639_1':'en','name':'English'}]","Released","A cop who enforces his own brand of justice.","Stone Cold","false","5.7","54" +"false","/4aL29QaCEkYDxeiRX8VKKEVL9tM.jpg","null","22000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.stonemovie.com/stone.html","44113","tt1423995","en","Stone","Parole officer Jack Mabry has only a few weeks left before retirement and wishes to finish out the cases he's been assigned. One such case is that of Gerald 'Stone' Creeson, a convicted arsonist who is up for parole. Jack is initially reluctant to indulge Stone in the coarse banter he wishes to pursue and feels little sympathy for the prisoner's pleads for an early release. Seeing little hope in convincing Jack himself, Stone arranges for his wife to seduce the officer, but motives and intentions steadily blur amidst the passions and buried secrets of the corrupted players in this deadly game of deception.","6.713","/A0dauCBqNmZ4PAB4IvjK06cC4V2.jpg","[{'id':6572,'logo_path':null,'name':'Stone Productions','origin_country':''},{'id':6573,'logo_path':null,'name':'Mimran Schur Pictures','origin_country':''},{'id':21856,'logo_path':null,'name':'Holly Wiersma Productions','origin_country':''},{'id':1020,'logo_path':'/kuUIHNwMec4dwOLghDhhZJzHZTd.png','name':'Millennium Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-10-07","9479718","105","[{'iso_639_1':'en','name':'English'}]","Released","Some People Tell Lies. Others Live Them.","Stone","false","5.2","321" +"false","/qEgY9zsLVHozYx6L40HpDh6YOF1.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':10770,'name':'TV Movie'}]","","222890","tt2494032","en","Stonados","A storm chaser tries to save Boston from destruction when a freak tornado bombards the city with huge boulders.","3.882","/urM0BOm6xrwqd8L6y7uYBJ0TjRY.jpg","[{'id':14987,'logo_path':null,'name':'Two 4 The Money Media','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-08-31","0","90","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Stonados","false","3.8","23" +"false","/6EUqhJaw9bqi2E4jvit0K8CAVbh.jpg","{'id':160727,'name':'Stomp the Yard Collection','poster_path':'/2qAqDHlxVS4wOf1Z8mBGpTgp7PB.jpg','backdrop_path':null}","13000000","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","","1931","tt0775539","en","Stomp the Yard","After the death of his younger brother, a troubled 19-year-old street dancer from Los Angeles is able to bypass juvenile hall by enrolling in the historically black, Truth University in Atlanta, Georgia. But his efforts to get an education and woo the girl he likes are sidelined when he is courted by the top two campus fraternities, both of which want and need his fierce street-style dance moves to win the highly coveted national step show competition.","7.235","/u4EaJcyoYMC6LYAdOSsXm3DsLQ.jpg","[{'id':3287,'logo_path':'/bz6GbCQQXGNE56LTW9dwgksW0Iw.png','name':'Screen Gems','origin_country':'US'},{'id':1309,'logo_path':'/gdsheJrD3lznh3O2qEPBDn54Anq.png','name':'Rainforest Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-05-16","75511123","114","[{'iso_639_1':'en','name':'English'}]","Released","He will challenge their traditions. Their traditions will change his life.","Stomp the Yard","false","6.3","161" +"false","/lTgaLmNGfv3w37Yo6OnAmcFcerd.jpg","{'id':160727,'name':'Stomp the Yard Collection','poster_path':'/2qAqDHlxVS4wOf1Z8mBGpTgp7PB.jpg','backdrop_path':null}","0","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","","33473","tt1533817","en","Stomp the Yard 2: Homecoming","Chance Harris looks to find a balance between his school, work, relationships and opportunity to perform at the nationally televised step competition during homecoming weekend at Truth University.","4.034","/aLvbmLqz08NXCXmd2DctFqJiBDI.jpg","[{'id':34,'logo_path':'/GagSvqWlyPdkFHMfQ3pNq6ix9P.png','name':'Sony Pictures','origin_country':'US'},{'id':1309,'logo_path':'/gdsheJrD3lznh3O2qEPBDn54Anq.png','name':'Rainforest Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-10-10","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Stomp the Yard 2: Homecoming","false","4.7","48" +"false","/bLOFgTOrqBZI7p7SeS5JwA3T1Pu.jpg","null","35000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","http://millennium-media.net/mf-films/stolen/","127493","tt1656186","en","Stolen","Master thief Will Montgomery is just released from the State penitentiary after serving a 10 year sentence, is contacted by Vincent, his ex comrade in crime, who is holding Will???s teenage daughter ransom in a hijacked taxi cab. Vincent will only surrender her when Will reveals the whereabouts of the 20 million dollars he contrived to conceal from their last robbery.","10.662","/pkJyIiDg8s9zEbmOvm628rRGzC6.jpg","[{'id':831,'logo_path':null,'name':'Saturn Films','origin_country':'US'},{'id':925,'logo_path':'/dIb9hjXNOkgxu4kBWdIdK8nM4w.png','name':'Nu Image','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-09-06","2106557","96","[{'iso_639_1':'sv','name':'svenska'},{'iso_639_1':'en','name':'English'}]","Released","Never steal from the world's greatest thief.","Stolen","false","5.3","543" +"false","/9jAQTw2uLxx5L5oFTiV6TrYQzzi.jpg","null","100000","[{'id':27,'name':'Horror'}]","","115210","tt2126362","en","Stitches","The clumsy and unfunny clown Richard ""Stitches"" Grindle entertains at the 10th birthday party of little Tom, but the boy and his friends play a prank with Stitches, tying his shoelaces. Stitches slips, falls and dies. Six years later, Tom gives a birthday party for his friends at home, but Stitches revives to haunt the teenagers and revenge his death.","5.512","/pLpKEqVkristz626uirMXmxkVGe.jpg","[{'id':23457,'logo_path':null,'name':'MPI Media Group','origin_country':'US'},{'id':23459,'logo_path':null,'name':'Tailored Films','origin_country':''},{'id':18078,'logo_path':null,'name':'Fantastic Films','origin_country':'IE'},{'id':1898,'logo_path':null,'name':'B??rd Scann??n na h??ireann','origin_country':''},{'id':5267,'logo_path':'/trP3GsUyIztMwcqev3jK1gOeCSA.png','name':'Irish Film Board','origin_country':'IE'},{'id':23460,'logo_path':null,'name':'Solid Entertainment','origin_country':''}]","[{'iso_3166_1':'IE','name':'Ireland'}]","2012-05-19","95000","86","[{'iso_639_1':'en','name':'English'}]","Released","You'll die laughing...","Stitches","false","5.6","133" +"false","/kwdmLQgWOmx9oXDpC6KwA2YJOFC.jpg","{'id':143757,'name':'Stir of Echoes Collection','poster_path':null,'backdrop_path':null}","12000000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","11601","tt0164181","en","Stir of Echoes","After being hypnotized by his sister in law, Tom Witzky begins seeing haunting visions of a girl's ghost and a mystery begins to unfold around her.","8.635","/tdsVfsvvkj9ygu0LIiFtpCgwg8h.jpg","[{'id':2188,'logo_path':null,'name':'Artisan Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-09-10","21133087","99","[{'iso_639_1':'en','name':'English'}]","Released","In every mind there is a door that should never be opened.","Stir of Echoes","false","6.6","542" +"false","/6BqAHEKpm88t3z678mxJnpWNx55.jpg","null","12000000","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.foxsearchlight.com/stoker/","86825","tt1682180","en","Stoker","After India's father dies, her Uncle Charlie, who she never knew existed, comes to live with her and her unstable mother. She comes to suspect this mysterious, charming man has ulterior motives and becomes increasingly infatuated with him.","10.139","/SnWKUNVfnLCkKfXkOfpbbAaPUp.jpg","[{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'},{'id':9350,'logo_path':'/xz60JVoUHpOeg1cJbxzMJiwbuL7.png','name':'Indian Paintbrush','origin_country':'US'},{'id':1645,'logo_path':'/6Ry6uNBaa0IbbSs1XYIgX5DkA9r.png','name':'Scott Free Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-02-28","12077441","99","[{'iso_639_1':'en','name':'English'}]","Released","Innocence Ends.","Stoker","false","6.6","1247" +"false","/zQy36RVopQy283K4KGJDRccdhL5.jpg","null","0","[{'id':18,'name':'Drama'}]","","128215","tt2073086","en","Still Mine","An elderly couple fight against local authorities in rural New Brunswick to build their final home.","3.444","/arG5MG72w5zV1zpzV9DyykkF4S2.jpg","[{'id':3745,'logo_path':null,'name':'Mulmur Feed','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2012-09-10","0","102","[{'iso_639_1':'en','name':'English'}]","Released","Still Devoted. Still Determined.","Still Mine","false","7.1","34" +"false","/yxr7oOXdb1rO9SjZiRa8K3ClCZf.jpg","null","5000000","[{'id':18,'name':'Drama'}]","","284293","tt3316960","en","Still Alice","Alice Howland, happily married with three grown children, is a renowned linguistics professor who starts to forget words. When she receives a devastating diagnosis, Alice and her family find their bonds tested.","11.341","/4n7T0G6kNLszUyfqKAboesNTm55.jpg","[{'id':99944,'logo_path':null,'name':'Shriver Films','origin_country':''},{'id':1422,'logo_path':'/aG7LGucYWmsrsEwnDN1HnUGfVmK.png','name':'Killer Films','origin_country':'US'},{'id':6831,'logo_path':'/ojg8jqsVLGDvuJowOkZQZVV42AA.png','name':'Big Indie Pictures','origin_country':'US'},{'id':28361,'logo_path':null,'name':'BSM Studio','origin_country':''},{'id':99945,'logo_path':null,'name':'Lutzus-Brown','origin_country':''},{'id':5381,'logo_path':'/m6vSpFeYtFoW1lNv5mpLHzH4eLL.png','name':'Backup Media','origin_country':'FR'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-12-05","43884652","101","[{'iso_639_1':'en','name':'English'}]","Released","Shattering to Behold..","Still Alice","false","7.5","1885" +"false","/1QX6QERf39ius66rzWmoJg3P8go.jpg","null","4000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","15542","tt1027747","en","Stiletto","The seemingly random killings of an assassin puzzle her former lover, a wealthy Greek crime boss whose organization is jeopardized by his love for her, and the detective following her rising body count","3.886","/tjwznbqClq0B6h8URmkHFkBqRdp.jpg","[{'id':20658,'logo_path':null,'name':'TinRes Entertainment','origin_country':''},{'id':3084,'logo_path':null,'name':'Vallelonga Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-04-29","0","118","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Revenge never looked so good.","Stiletto","false","4.4","25" +"false","/pX5YaBrCkc9OZmIaLIMWvzebWxw.jpg","null","29000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","10307","tt0145531","en","Stigmata","A young woman with no strong religious beliefs, Frankie Paige begins having strange and violent experiences, showing signs of the wounds that Jesus received when crucified. When the Vatican gets word of Frankie's situation, a high-ranking cardinal requests that the Rev. Andrew Kiernan investigate her case. Soon Kiernan realizes that very sinister forces are at work, and tries to rescue Frankie from the entity that is plaguing her.","8.426","/23ld0uMga2AnnOP3iSHv40gDwsK.jpg","[{'id':2347,'logo_path':null,'name':'FGM Entertainment','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-09-10","50041732","103","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","The messenger must be silenced.","Stigmata","false","6.1","439" +"false","/jqPdQtSzezmdXuMbNhqvFnbN8l.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.summerinfebruary.com/","180951","tt2184287","en","Summer in February","The Newlyn School of artists flourished at the beginning of the 20th Century and the film focuses on the wild and bohemian Lamorna Group, which included Alfred Munnings and Laura and Harold Knight. The incendiary anti-Modernist Munnings, now regarded as one of Britain's most sought-after artists, is at the centre of the complex love triangle, involving aspiring artist Florence Carter-Wood and Gilbert Evans, the land agent in charge of the Lamorna Valley estate. True - and deeply moving - the story is played out against the timeless beauty of the Cornish coast, in the approaching shadow of The Great War.","3.914","/f0DEGfhf6z3tBfO3vwBcPKrnD2w.jpg","[{'id':32200,'logo_path':null,'name':'Marwood Pictures','origin_country':''},{'id':32201,'logo_path':null,'name':'CrossDay Productions Ltd.','origin_country':''},{'id':32202,'logo_path':null,'name':'Apart Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2013-06-13","0","101","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'hu','name':'Magyar'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","A true tale of love, liberty and scandal amongst the Edwardian artists' colony in Cornwall","Summer in February","false","5.7","55" +"false","/ypDNV4yt2wfpQlquvSVbPOmgVBF.jpg","null","700000","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","16305","tt0034240","en","Sullivan's Travels","Successful movie director John L. Sullivan, convinced he won't be able to film his ambitious masterpiece until he has suffered, dons a hobo disguise and sets off on a journey, aiming to ""know trouble"" first-hand. When all he finds is a train ride back to Hollywood and a beautiful blonde companion, he redoubles his efforts, managing to land himself in more trouble than he bargained for when he loses his memory and ends up a prisoner on a chain gang.","6.206","/bZfw8EpYfbEG325mlzcE59fv20N.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1941-11-30","0","91","[{'iso_639_1':'en','name':'English'}]","Released","A Happy-Go Lucky Hitch-Hiker on the Highway to happiness! He wanted to see the world . . . but wound up in Lover's Lane!","Sullivan's Travels","false","7.8","175" +"false","/jIsDBDSIZEul1q58zSWPX0q5O44.jpg","null","97","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","81694","tt1615075","en","Suing The Devil","Luke O'Brien, a washed-up salesman turned night law student, decides to sue Satan for $8 trillion dollars. On the last day before Luke files a default judgment, Satan appears to defend himself. On Satan's legal team are 10 of the country's best trial lawyers. The entire world watches on Legal TV to see who will win the Trial of the Century","1.266","/uxZxOuQ1JnAR4pnfvVRnCNHGEwg.jpg","[{'id':8254,'logo_path':null,'name':'Mouthwatering Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-08-26","0","104","[{'iso_639_1':'en','name':'English'}]","Released","Let the spiritual battle begin....","Suing The Devil","false","3.8","19" +"false","/qNhzPkFRbaPYMzccuk0vChPrhYm.jpg","null","0","[{'id':80,'name':'Crime'},{'id':28,'name':'Action'},{'id':27,'name':'Horror'}]","","54008","tt0072225","en","Sugar Hill","When her boyfriend is brutally murdered, after refusing to be shaken down by the local gangsters running their protection racket, Sugar Hill, decides not to get mad, but BAD! Calling upon the help of aged voodoo queen Mama Maitresse, Sugar entreats her to call upon Baron Zamedi, the Lord of the Dead, for help in gaining a gruesome revenge. In exchange for her soul, the Dark Master raises up a zombie army to do her bidding. The bad guys who thought they were getting away clean are about to find out that they're DEAD wrong.","1.914","/75IPUufoHBmhekKn7yV4pmBsndm.jpg","[{'id':9266,'logo_path':null,'name':'American International Pictures (AIP)','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1974-02-01","0","91","[{'iso_639_1':'en','name':'English'}]","Released","Meet Sugar Hill and her zombie hitmen... The mafia has never met anything like them!","Sugar Hill","false","5.9","20" +"false","/wiGez9vknlmmdF31bZyjV58gayH.jpg","{'id':99727,'name':'Stuart Little Collection','poster_path':'/tBWjHQBmEa91Pa3R96zGdosULom.jpg','backdrop_path':'/diOx2L0SIlgrriuYebChp9UNX65.jpg'}","120000000","[{'id':10751,'name':'Family'},{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'}]","","10996","tt0243585","en","Stuart Little 2","Stuart, an adorable white mouse, still lives happily with his adoptive family, the Littles, on the east side of Manhattan's Central Park. More crazy mouse adventures are in store as Stuart, his human brother, George, and their mischievous cat, Snowbell, set out to rescue a friend.","9.823","/bbTU6npKQaUowoYzfcD4VSVrZbd.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':34,'logo_path':'/GagSvqWlyPdkFHMfQ3pNq6ix9P.png','name':'Sony Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-07-19","169956806","78","[{'iso_639_1':'en','name':'English'}]","Released","A Little Goes A Long Way","Stuart Little 2","false","5.6","1217" +"false","/za2VGJy9h5glkjAveF1z5S9eV1Z.jpg","null","55000000","[{'id':35,'name':'Comedy'}]","","1792","tt0338466","en","Stuck on You","In Martha's Vineyard, Mass., conjoined twins Walt (Greg Kinnear) and Bob Tenor (Matt Damon) make the best of their handicap by being the fastest grill cooks in town. While outgoing Walt hopes to one day become a famous actor, shy Bob prefers to stay out of the spotlight. When a fading Hollywood actress, Cher (Cher), decides to get her show ""Honey and the Beaze"" cancelled, she hires Walt -- and his brotherly appendage -- as her costars. But their addition surprisingly achieves the opposite.","8.795","/gUbNzcIdKCoqp9amNFpFQfpBzrB.jpg","[{'id':1156,'logo_path':null,'name':'Conundrum Entertainment','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-12-10","33828318","118","[{'iso_639_1':'en','name':'English'}]","Released","Whatever happens to the boys, one thing is certain. Nothing will ever come between them.","Stuck on You","false","5.2","316" +"false","/oopJgSxY9UooC4asQtWOADpxI6h.jpg","{'id':10456,'name':'Dirty Harry Collection','poster_path':'/wv5v7fTSZgULWqriWFxaWVk0CWm.jpg','backdrop_path':'/nlpixhOhb3JmFqVXKjCwpYFpldf.jpg'}","22000000","[{'id':80,'name':'Crime'}]","","10650","tt0086383","en","Sudden Impact","When a young rape victim takes justice into her own hands and becomes a serial killer, it's up to Dirty Harry Callahan, on suspension from the SFPD, to bring her to justice.","8.397","/pXRSzPXFOCKDisLO9jWJhm8Jr47.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1983-12-07","67642693","117","[{'iso_639_1':'en','name':'English'}]","Released","Dirty Harry is at it again","Sudden Impact","false","6.5","347" +"false","/uRPwLTPPjhmMNG3exWeHkuTEtYO.jpg","null","0","[{'id':53,'name':'Thriller'}]","","271651","tt1375754","en","Stricken","Horror / Suspense - After her mother's death and her father's brutal suicide, 25 year old Sarah Black fears she is losing her grip on reality. She is haunted by nightmares and terrifying visions, and she can't shake the feeling that something evil is about to find her. When people she cares about start to die, Sarah believes she may be next. Detective Scott Aro has been investigating a string of murders for 10 years, but nothing he has seen can prepare him for what lies ahead. As hope seems lost, the two must face the evil that has been unleashed and battle to stay alive as they discover that some things won't stay dead. It waits in the dark.","0.904","/3V9Qj9gsgtYJkK8GFTB1ntDk1Ip.jpg","[]","[]","2010-07-27","0","90","[]","Released","","Stricken","false","2","2" +"false","/jRHZDSOv7WUKaY3NfrwYSXH3uRC.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://warpfilms.com/feature/submarine","49020","tt1440292","en","Submarine","15-year-old deep-thinking Welsh schoolboy, Oliver Tate struggles to initiate and maintain a relationship with Jordana, his devilish, dark-haired classmate at their Swansea high school. As his parents' marriage begins to fall apart, similar problems arise in his relationship with Jordana.","8.777","/ibYScMoDmBktoIZzUDFrhPpTPlH.jpg","[{'id':12177,'logo_path':'/9P2VDiqTAr9qupVBbgCpf6FhLhn.png','name':'Ffilm Cymru Wales','origin_country':'GB'},{'id':12179,'logo_path':null,'name':'Warp (Submarine)','origin_country':'GB'},{'id':12180,'logo_path':'/ye2vKF2MZbVPzof7YZjeRUkL7Up.png','name':'Warp Films','origin_country':'GB'},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'},{'id':2932,'logo_path':'/4uLKLjGivVg2YnAIhAn8k7ZuVFj.png','name':'Red Hour','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2011-03-18","864659","97","[{'iso_639_1':'en','name':'English'}]","Released","A comedy that doesn't let principles stand in the way of progress.","Submarine","false","7.4","733" +"false","/thGE7y795wcw7I6bEJbbreO6uLQ.jpg","null","10000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","","10890","tt0083131","en","Stripes","John Winger, an indolent sad sack in his 30s, impulsively joins the U.S. Army after losing his job, his girlfriend and his apartment.","9.482","/nqfLX1bJLUlZnfflqpUIWrGQwSv.jpg","[{'id':5848,'logo_path':null,'name':'Columbia Pictures Industries','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1981-06-25","85300000","106","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'pl','name':'Polski'}]","Released","The story of a man who wanted to keep the world safe for democracy...and meet girls.","Stripes","false","6.6","397" +"false","/3BmbWPdohaildOX5NnbIZA52UZR.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':35,'name':'Comedy'}]","","264227","tt1763288","en","Stripped","Four friends head to Vegas for a 21st birthday in hopes of finding adventure, debauchery and memories that will last them a lifetime.","2.878","/bKbl6yjhUG41fYGjKDFgwgbuKNu.jpg","[{'id':24156,'logo_path':null,'name':'American Film Productions','origin_country':''},{'id':24155,'logo_path':null,'name':'Discovery Bay Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-05-14","0","80","[{'iso_639_1':'en','name':'English'}]","Released","","Stripped","false","3.8","17" +"false","/p0TQPs9GIXx8qXzfYMY0FrdBzxx.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'}]","","227300","tt2494280","en","Stretch","A hard-luck limo driver struggling to go straight and pay off a debt to his bookie takes on a job with a crazed passenger whose sought-after ledger implicates some seriously dangerous criminals.","6.414","/5nl4WEEpLb75Y82NC4QZ45H6jG2.jpg","[{'id':7437,'logo_path':'/e5CcgFrdlxMUwlsS72si8q1yHBr.png','name':'IM Global','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':3172,'logo_path':'/kDedjRZwO8uyFhuHamomOhN6fzG.png','name':'Blumhouse Productions','origin_country':'US'},{'id':12234,'logo_path':null,'name':'Chambara Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-10-14","0","94","[{'iso_639_1':'en','name':'English'}]","Released","","Stretch","false","6.2","347" +"false","/sypQlfdD6dij70dzpQMRE4QjGVA.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","111969","tt2205697","en","Stuck in Love","An acclaimed writer, his ex-wife, and their teenaged children come to terms with the complexities of love in all its forms over the course of one tumultuous year.","9.154","/wxrH3NZ4wTtHVzbquknLRRQMFWW.jpg","[{'id':65466,'logo_path':null,'name':'Troy Entertainment','origin_country':''},{'id':9325,'logo_path':null,'name':'Informant Media','origin_country':''},{'id':24510,'logo_path':null,'name':'MICA Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-09-09","81071","97","[{'iso_639_1':'en','name':'English'}]","Released","A story about first loves and second chances.","Stuck in Love","false","7.3","1132" +"false","/hVpUs9zBGDuAG6RcTeHkBQshJkk.jpg","null","82000000","[{'id':28,'name':'Action'},{'id':14,'name':'Fantasy'},{'id':53,'name':'Thriller'}]","http://suckerpunchmovie.warnerbros.com","23629","tt0978764","en","Sucker Punch","A young girl is institutionalized by her abusive stepfather. Retreating to an alternative reality as a coping strategy, she envisions a plan which will help her escape from the mental facility.","17.06","/m1I0CywBnbr5uWQ4GVGwPOaLLlv.jpg","[{'id':923,'logo_path':'/5UQsZrfbfG2dYJbx8DxfoTr2Bvu.png','name':'Legendary Entertainment','origin_country':'US'},{'id':22119,'logo_path':null,'name':'Lennox House Films','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':9995,'logo_path':'/mAIGhOYhN4N2N0F7p4dbKhgXf3l.png','name':'Cruel & Unusual Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-03-24","89792502","110","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","You will be unprepared","Sucker Punch","false","6","2635" +"false","/iV3FuoJa6d6LtYVteQxLgoW19X.jpg","{'id':206559,'name':'StreetDance Collection','poster_path':'/d0xdu3kaMbQ8FnJkfWI2tfpMATC.jpg','backdrop_path':'/mkqD8O0CJxaZf6V0ps2DyZee4HP.jpg'}","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':10402,'name':'Music'}]","","85373","tt1718903","en","StreetDance 2","After suffering humiliation by the crew Invincible, street dancer Ash looks to gather the best dancers from around the world for a rematch.","7.6","/5EVriguQ8N0s4DGCPPhYingOeLd.jpg","[{'id':829,'logo_path':'/mzpAmEQ5P1gFvdRoNyCk9q8ngiv.png','name':'Vertigo Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-03-30","0","85","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","StreetDance 2","false","5.8","207" +"false","/bfiybUiH5TEiuk1Znn2cYG4w0YD.jpg","{'id':99727,'name':'Stuart Little Collection','poster_path':'/tBWjHQBmEa91Pa3R96zGdosULom.jpg','backdrop_path':'/diOx2L0SIlgrriuYebChp9UNX65.jpg'}","133000000","[{'id':16,'name':'Animation'},{'id':14,'name':'Fantasy'},{'id':10751,'name':'Family'},{'id':35,'name':'Comedy'}]","","10137","tt0164912","en","Stuart Little","The adventures of a heroic and debonair stalwart mouse named Stuart Little with human qualities, who faces some comic misadventures while searching for his lost bird friend and living with a human family as their child.","11.922","/539JU71suy9q4Wd5vvkKQLl5fTC.jpg","[{'id':5555,'logo_path':null,'name':'Global Medien KG','origin_country':''},{'id':58331,'logo_path':null,'name':'Franklin/Waterman Productions','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","1999-12-17","300135367","84","[{'iso_639_1':'en','name':'English'}]","Released","The Little Family Just Got Bigger","Stuart Little","false","5.9","2129" +"false","/yfexKj0LSfsKTxVZkdZoa7oDUPs.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","22172","tt0094057","en","Street Trash","A group of hobos begin melting into multicolored piles of goo after drinking sixty-year-old liquor. At the same time, the psychotic Vietnam War vet who rules the hobo camp snaps and begins killing at random. Two brothers set out to stop the liquor and the killer.","7.621","/yGWFe3vRPNfUnlnTxZhSJ2LVRvZ.jpg","[{'id':16837,'logo_path':null,'name':'Street Trash Joint Venture','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-05-09","0","100","[{'iso_639_1':'en','name':'English'}]","Released","Things in New York are about to go down the toilet...","Street Trash","false","6","117" +"false","/vQL3dus5e8XtpAiJKFcI8YiITlV.jpg","{'id':124881,'name':'Street Kings Collection','poster_path':'/r0c2hR2KQsZO3vdhFQdUsnSuUef.jpg','backdrop_path':'/lKOSWtpAQZh7x8YuyYFDv0Y6LWo.jpg'}","20000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","1266","tt0421073","en","Street Kings","Tom Ludlow is a disillusioned L.A. Police Officer, rarely playing by the rules and haunted by the death of his wife. When evidence implicates him in the execution of a fellow officer, he is forced to go up against the cop culture he's been a part of his entire career, ultimately leading him to question the loyalties of everyone around him.","10.11","/2h2mThLae2QZLprtovKXRBgMM1E.jpg","[{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'},{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':6332,'logo_path':null,'name':'Dune Entertainment III','origin_country':'US'},{'id':73685,'logo_path':null,'name':'Emmett Furla Oasis Films','origin_country':'US'},{'id':74624,'logo_path':null,'name':'Yari Film Group (YFG)','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-04-10","65569869","109","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'tr','name':'T??rk??e'}]","Released","Their city. Their rules. No prisoners.","Street Kings","false","6.4","620" +"false","/ho7jLHVAwI4W3qWHcsLmFyRWsKl.jpg","{'id':124881,'name':'Street Kings Collection','poster_path':'/r0c2hR2KQsZO3vdhFQdUsnSuUef.jpg','backdrop_path':'/lKOSWtpAQZh7x8YuyYFDv0Y6LWo.jpg'}","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","58625","tt1707687","en","Street Kings 2: Motor City","Ray Liotta (Goodfellas) delivers an intense, electrifying performance in this explosive follow-up to the gritty urban crime thriller Street Kings. Liotta plays Detroit detective Marty Kingston, the leader of an undercover narcotics team, whose members are being systematically murdered one by one. To solve the brutal killings, Kingston joins forces with a cocky, young homicide detective. But neither of them is prepared for the shocking corruption their investigation will uncover ??? stunning secrets that will set both men on a violent collision course with betrayal and vengeance.","2.903","/svVKzBrVQSvu8Wgut5xrUocwlKm.jpg","[{'id':23909,'logo_path':null,'name':'Silver Nitrate','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-07-15","0","93","[{'iso_639_1':'en','name':'English'}]","Released","","Street Kings 2: Motor City","false","4.4","34" +"false","/fnf88hi6JQ45KGLccDiboRuaMux.jpg","null","25000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.strawdogsmovie.com/","64639","tt0999913","en","Straw Dogs","L.A. screenwriter David Sumner relocates with his wife, Amy, to her hometown in the deep South. There, while tensions build between them, a brewing conflict with locals becomes a threat to them both.","8.93","/ixUD7ORJkIPWDMwQPqjpve0S075.jpg","[{'id':3287,'logo_path':'/bz6GbCQQXGNE56LTW9dwgksW0Iw.png','name':'Screen Gems','origin_country':'US'},{'id':2108,'logo_path':null,'name':'Battleplan Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-09-16","10324441","110","[{'iso_639_1':'en','name':'English'}]","Released","Everyone Has A Breaking Point","Straw Dogs","false","5.7","240" +"false","/697HWfGtDmK5Yi5QTEL19Q8dzPL.jpg","{'id':86092,'name':'Step Up Collection','poster_path':'/f4KxUp5IL5sgoDzFUL9GoUfy01C.jpg','backdrop_path':'/3jr0rQcsWyfqBlmzE0h0igjJohS.jpg'}","33000000","[{'id':10402,'name':'Music'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","85446","tt1800741","en","Step Up Revolution","Emily arrives in Miami with aspirations to become a professional dancer. She sparks with Sean, the leader of a dance crew whose neighborhood is threatened by Emily's father's development plans.","10.388","/5fsid0rNk0fsIO9EXKlIotzgYX7.jpg","[{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-07-26","140470746","99","[{'iso_639_1':'en','name':'English'}]","Released","One Step Can Change Your World","Step Up Revolution","false","6.8","1192" +"false","/24uuwm3w99OYkV6qlfVfbG1IzKR.jpg","{'id':86092,'name':'Step Up Collection','poster_path':'/f4KxUp5IL5sgoDzFUL9GoUfy01C.jpg','backdrop_path':'/3jr0rQcsWyfqBlmzE0h0igjJohS.jpg'}","45000000","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","http://stepupmovie.com/","243683","tt2626350","en","Step Up All In","All-stars from the previous Step Up installments come together in glittering Las Vegas, battling for a victory that could define their dreams and their careers.","11.203","/jFkvtmhE4NqENI4e0sZxmI8vrSS.jpg","[{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'},{'id':2378,'logo_path':null,'name':'Offspring Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-07-16","86165646","112","[{'iso_639_1':'en','name':'English'}]","Released","Every Step Has Led To This","Step Up All In","false","6.7","1152" +"false","/x0CplJ778BVE4lsuGUv1uSCt8BN.jpg","{'id':86092,'name':'Step Up Collection','poster_path':'/f4KxUp5IL5sgoDzFUL9GoUfy01C.jpg','backdrop_path':'/3jr0rQcsWyfqBlmzE0h0igjJohS.jpg'}","30000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://stepupmovie.com/","41233","tt1193631","en","Step Up 3D","A tight-knit group of New York City street dancers, including Luke and Natalie, team up with NYU freshman Moose, and find themselves pitted against the world's best hip hop dancers in a high-stakes showdown that will change their lives forever.","14.674","/q8Pm7UpAqDdxo1Xnt29EHHAl2u2.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-08-04","159291809","107","[{'iso_639_1':'en','name':'English'}]","Released","Two Worlds. One Dream.","Step Up 3D","false","6.7","1093" +"false","/sKD3PfyP1u4tcoVQkpiAZqnx4H8.jpg","{'id':86092,'name':'Step Up Collection','poster_path':'/f4KxUp5IL5sgoDzFUL9GoUfy01C.jpg','backdrop_path':'/3jr0rQcsWyfqBlmzE0h0igjJohS.jpg'}","12000000","[{'id':10402,'name':'Music'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':80,'name':'Crime'}]","","9762","tt0462590","en","Step Up","Everyone deserves a chance to follow their dreams, but some people only get one shot. Tyler Gage is a rebel from the wrong side of Baltimore's tracks and the only thing that stands between him and an unfulfilled life are his dreams of one day making it out of there. Nora is a privileged ballet dancer attending Baltimore's ultra-elite Maryland School of the Arts","17.636","/gyLww7ZlcwuzqvIwM1osR9Ioqtm.jpg","[{'id':74192,'logo_path':null,'name':'Eketahuna LLC','origin_country':''},{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'},{'id':2378,'logo_path':null,'name':'Offspring Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-08-11","114194847","104","[{'iso_639_1':'en','name':'English'}]","Released","Every Second Chance Begins With a First Step","Step Up","false","6.8","2107" +"false","/fGq48GZp2PLVgx9IwW5lBf4DBYJ.jpg","{'id':86092,'name':'Step Up Collection','poster_path':'/f4KxUp5IL5sgoDzFUL9GoUfy01C.jpg','backdrop_path':'/3jr0rQcsWyfqBlmzE0h0igjJohS.jpg'}","23000000","[{'id':10402,'name':'Music'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","8328","tt1023481","en","Step Up 2: The Streets","When rebellious street dancer Andie lands at the elite Maryland School of the Arts, she finds herself fighting to fit in while also trying to hold onto her old life. When she joins forces with the schools hottest dancer, Chase, to form a crew of classmate outcasts to compete in Baltimore s underground dance battle The Streets.","14.135","/5SwoeOUyfkS8s6aGB2bLYAL5jKR.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'},{'id':2378,'logo_path':null,'name':'Offspring Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-02-14","150816700","98","[{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'en','name':'English'}]","Released","It's not where you're from. It's where you're at.","Step Up 2: The Streets","false","6.5","1257" +"false","/n53EPBWZiz69sYzNDZmamYHdo6Q.jpg","null","65000000","[{'id':35,'name':'Comedy'}]","","12133","tt0838283","en","Step Brothers","Brennan Huff and Dale Doback might be grown men. But that doesn't stop them from living at home and turning into jealous, competitive stepbrothers when their single parents marry. Brennan's constant competition with Dale strains his mom's marriage to Dale's dad, leaving everyone to wonder whether they'll ever see eye to eye.","13.045","/tDFNUuYkQ4ZeAlrBHeTtimAumXo.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':748,'logo_path':null,'name':'Mosaic Media Group','origin_country':''},{'id':4740,'logo_path':null,'name':'Gary Sanchez Productions','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':10105,'logo_path':'/bN4tiAS8oNlHhIqq66KBPQ1Ekqh.png','name':'Apatow Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-02-05","128107642","98","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","They grow up so fast.","Step Brothers","false","6.5","1672" +"false","/kG8LFEgwK4BrRF8XjNHrW9sSqOv.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'}]","","27786","tt0094033","en","Steel Dawn","In a post-apocalyptic world, a warrior wandering through the desert comes upon a group of settlers who are being menaced by a murderous gang that is after the water they control.","3.54","/q7LS8SLlxiQZw57RB60XaOw1pTW.jpg","[{'id':38209,'logo_path':null,'name':'Toron Screen Corporation','origin_country':''},{'id':12360,'logo_path':null,'name':'Vestron Pictures','origin_country':''},{'id':89445,'logo_path':null,'name':'Independent Film Centre','origin_country':''},{'id':35,'logo_path':'/wxrHa3nZ1K4zo65p56991INkGo6.png','name':'Lions Gate Films','origin_country':'US'},{'id':11601,'logo_path':null,'name':'Silver Lion Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-11-06","0","97","[{'iso_639_1':'en','name':'English'}]","Released","he is the desert warrior, carving the future with his sword.","Steel Dawn","false","5.1","45" +"false","/uiw9D7ud7oUsQtTFoXzTkXlc9u3.jpg","null","135000000","[{'id':28,'name':'Action'}]","","10048","tt0382992","en","Stealth","Deeply ensconced in a top-secret military program, three pilots struggle to bring an artificial intelligence program under control ... before it initiates the next world war.","10.447","/tiezxIq6TJO4B09c13Z8a675dDy.jpg","[{'id':333,'logo_path':'/5xUJfzPZ8jWJUDzYtIeuPO4qPIa.png','name':'Original Film','origin_country':'US'},{'id':11317,'logo_path':'/u3YB3GujS0tct5BVTsMJLWVyllg.png','name':'Phoenix Pictures','origin_country':'US'},{'id':326,'logo_path':null,'name':'Laura Ziskin Productions','origin_country':''},{'id':19523,'logo_path':null,'name':'AFG Talons Productions','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-07-27","76932943","121","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ko','name':'?????????/?????????'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Fear The Sky","Stealth","false","5.1","482" +"false","/dpo2SgBttTkiWwqdjsC74lv0lOO.jpg","null","50000000","[{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","8066","tt0371257","en","Stay","Psychiatrist Sam Foster has a new patient, Henry Letham, who claims to be suicidal. In trying to diagnose him, Sam visits Henry's prior therapist and also finds Henry's mother -- even though Henry has said that he murdered both of his parents. As reality starts to contradict fact, Sam spirals into an unstable mental state. Then he finds a clue as to how and when Henry may try to kill himself, and races to try to stop him.","7.901","/gseatc9N1a4zsaHC4cda7txOiAZ.jpg","[{'id':1171,'logo_path':null,'name':'Epsilon Motion Pictures','origin_country':'CH'},{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':10104,'logo_path':'/hNuGhsKVlmhnwSRcmOejDBDjh6w.png','name':'New Regency Pictures','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-09-24","8342132","99","[{'iso_639_1':'en','name':'English'}]","Released","Between the worlds of the living and the dead there is a place you're not supposed to stay.","Stay","false","6.6","593" +"false","/gGApniZQyEnUTSPzCqqheYhB18f.jpg","null","60000000","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","http://www.stateofplaymovie.net/","16995","tt0473705","en","State of Play","Handsome, unflappable U.S. Congressman Stephen Collins is the future of his political party: an honorable appointee who serves as the chairman of a committee overseeing defense spending. All eyes are upon the rising star to be his party's contender for the upcoming presidential race. Until his research assistant/mistress is brutally murdered and buried secrets come tumbling out.","13.881","/lH5rHsUM7Umo9xyyjPguK5kTXKd.jpg","[{'id':1683,'logo_path':null,'name':'Andell Entertainment','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'},{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2009-04-17","87784194","127","[{'iso_639_1':'cn','name':'????????? / ?????????'},{'iso_639_1':'en','name':'English'}]","Released","Find The Truth","State of Play","false","6.8","794" +"false","/7LBqlW288n1xSoipCGHZSpkn2vd.jpg","null","1300000","[{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","136476","tt1705134","pt","State of Emergency","Chaos consumes a small town when a chemical facility explodes releasing a deadly toxin. Moments after the leak, the town's residents show signs of mutation, causing the military to quarantine the area leaving any survivors helpless and trapped inside. The story follows Jim, a young man isolated within the red zone, as he eludes flesh eating zombies in an attempt to win back his freedom.","2.267","/psKpVNmmOspaEXIqpIq5p8yIJ1M.jpg","[{'id':52257,'logo_path':null,'name':'Clay Bros. Motion Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-01-01","0","90","[{'iso_639_1':'en','name':'English'}]","Released","The end is near.","State of Emergency","false","4.4","34" +"false","/vo76SJEEU08qBFHQTmwyXHe5snf.jpg","null","0","[{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","","27686","tt0038116","en","State Fair","During their annual visit to the Iowa State Fair, the Frake family enjoy many adventures. Proud patriarch Abel (Charles Winninger) has high hopes for his champion swine Blueboy; and his wife Melissa (Fay Bainter) enters the mincemeat and pickles contest...with hilarious results.","2.884","/3XkoNBceZTuzAoBXPNPW1O030bu.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1945-08-29","0","96","[{'iso_639_1':'en','name':'English'}]","Released","","State Fair","false","6.7","27" +"false","/xe1zdnzfc5PjQm7c51FN4iImAaI.jpg","null","60000000","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","9384","tt0335438","en","Starsky & Hutch","Join uptight David Starsky and laid-back Ken ""Hutch"" Hutchinson as they're paired for the first time as undercover cops. The new partners must overcome their differences to solve an important case with help from street informant Huggy Bear and persuasive criminal Reese Feldman.","14.477","/plbKo5JoCijmqghCWrw2ef8WFhg.jpg","[{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'},{'id':53610,'logo_path':null,'name':'AR-TL','origin_country':''},{'id':433,'logo_path':null,'name':'Weed Road Pictures','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':2932,'logo_path':'/4uLKLjGivVg2YnAIhAn8k7ZuVFj.png','name':'Red Hour','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-03-05","170268750","101","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","They're the man.","Starsky & Hutch","false","5.7","1141" +"false","/4u7lPYOCxQxNPrSYJP8VGIYaBn7.jpg","{'id':10522,'name':'Starship Troopers Collection','poster_path':'/uumu3Xj1ME1632SCsyVJwITgOKZ.jpg','backdrop_path':'/hwZXCuY6GVw50o17nDGbSR8WMFJ.jpg'}","0","[{'id':16,'name':'Animation'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","http://www.starshiptroopersinvasion-movie.com/","114478","tt2085930","en","Starship Troopers: Invasion","A distant Federation outpost Fort Casey comes under attack by bugs. The team on the fast attack ship Alesia is assigned to help the Starship John A. Warden stationed in Fort Casey evacuate along with the survivors and bring military intelligence safely back to Earth. Carl Jenkins, now ministry of Paranormal Warfare, takes the starship on a clandestine mission before its rendezvous with the Alesia and goes missing in the nebula. Now, the battle-hardened troopers are charged with a rescue mission that may lead to a much more sinister consequence than they ever could have imagined....","7.438","/3znAWfEzXzR1slLKc9VQwtD6XmD.jpg","[{'id':23333,'logo_path':null,'name':'Sola Digital Arts','origin_country':''},{'id':11341,'logo_path':'/xytTBODEy3p20ksHL4Ftxr483Iv.png','name':'Stage 6 Films','origin_country':'US'}]","[{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'US','name':'United States of America'}]","2012-07-21","0","89","[{'iso_639_1':'en','name':'English'}]","Released","Everyone Fights. No One Quits.","Starship Troopers: Invasion","false","5.7","188" +"false","/qGpwDDiKKKfAiwwsM1TaNDRLkq6.jpg","{'id':10522,'name':'Starship Troopers Collection','poster_path':'/uumu3Xj1ME1632SCsyVJwITgOKZ.jpg','backdrop_path':'/hwZXCuY6GVw50o17nDGbSR8WMFJ.jpg'}","9000000","[{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'}]","","11127","tt0844760","en","Starship Troopers 3: Marauder","The war against the Bugs continues! A Federation Starship crash-lands on the distant Alien planet OM-1, stranding beloved leader Sky Marshal Anoke and several others, including comely but tough pilot Lola Beck. It's up to Colonel/General Johnny Rico, reluctant hero of the original Bug Invasion on Planet P, to lead a team of Troopers on a daring rescue mission.","8.811","/1ZAnyXWOlY0oz1zXaLs0quogUD2.jpg","[{'id':5388,'logo_path':'/i6tbNeVEi7s1uN97s2o0LhEMuF0.png','name':'Sony Pictures Home Entertainment','origin_country':'US'},{'id':3299,'logo_path':null,'name':'ApolloMovie Beteiligungs','origin_country':''},{'id':2266,'logo_path':'/owzVs2mguyyJ3vIn7EbgowpUPnk.png','name':'Bold Films','origin_country':'US'},{'id':773,'logo_path':'/8GHHXJTeF5XU5a5EN6myMiYwSJh.png','name':'Film Afrika Worldwide','origin_country':'ZA'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'ZA','name':'South Africa'},{'iso_3166_1':'DE','name':'Germany'}]","2008-07-19","0","105","[{'iso_639_1':'en','name':'English'}]","Released","Do you have what it takes to be a Citizen?","Starship Troopers 3: Marauder","false","4.4","216" +"false","/elCm3CYwflEV6EaZdyf9zgS699i.jpg","{'id':10522,'name':'Starship Troopers Collection','poster_path':'/uumu3Xj1ME1632SCsyVJwITgOKZ.jpg','backdrop_path':'/hwZXCuY6GVw50o17nDGbSR8WMFJ.jpg'}","7000000","[{'id':12,'name':'Adventure'},{'id':27,'name':'Horror'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","","10304","tt0367093","en","Starship Troopers 2: Hero of the Federation","In the sequel to Paul Verhoeven's loved/reviled sci-fi film, a group of troopers taking refuge in an abandoned outpost after fighting alien bugs, failing to realize that more danger lays in wait.","8.586","/xoQpKbnmGPuZub5NAPQq18hDEWA.jpg","[{'id':3483,'logo_path':null,'name':'Startroop Pictures Inc.','origin_country':''},{'id':18616,'logo_path':null,'name':'Tippett Studio','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-04-20","0","88","[{'iso_639_1':'en','name':'English'}]","Released","They're Coming Back to Wipe Us Out!","Starship Troopers 2: Hero of the Federation","false","3.9","253" +"false","/cYWI1lnHEvoVKDdlrRt2b5et3Bj.jpg","{'id':10522,'name':'Starship Troopers Collection','poster_path':'/uumu3Xj1ME1632SCsyVJwITgOKZ.jpg','backdrop_path':'/hwZXCuY6GVw50o17nDGbSR8WMFJ.jpg'}","105000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","","563","tt0120201","en","Starship Troopers","Set in the future, the story follows a young soldier named Johnny Rico and his exploits in the Mobile Infantry. Rico's military career progresses from recruit to non-commissioned officer and finally to officer against the backdrop of an interstellar war between mankind and an arachnoid species known as ""the Bugs"".","15.034","/zeCD9WkhABFJmPq3SlTozXJGEtr.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'},{'id':23434,'logo_path':null,'name':'Big Bug Pictures','origin_country':''},{'id':76068,'logo_path':null,'name':'Digital Image Associates','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-11-07","121214377","129","[{'iso_639_1':'en','name':'English'}]","Released","The only good bug is a dead bug.","Starship Troopers","false","6.8","2375" +"false","/a8XVrljgUGnux3495J3DaTgiJNY.jpg","null","3000000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","","277778","tt2547942","en","Starship: Rising","A corrupt planetary federation??? The ultimate weapon of destruction.... One starship captain stands between them???.and intergalactic armageddon. STARSHIP: RISING - RISE UP OR DIE In the distant future, an immortal bionic leader, the product of genetic engineering, has ruled over the universe for 200 years. An uprising is being staged by those preserving natural birth.","1.274","/3j3717Od6KdGxmJIr3ffr6iEgf1.jpg","[{'id':21576,'logo_path':null,'name':'Morphius Film','origin_country':''},{'id':25933,'logo_path':null,'name':'Circle Pictures','origin_country':''},{'id':5569,'logo_path':null,'name':'Empire Motion Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-08-08","0","91","[{'iso_639_1':'en','name':'English'}]","Released","Rebellion starts with one ship","Starship Rising","false","3.1","17" +"false","/pCPOaPO9aANGJ5D9JmVthxaDl4E.jpg","null","0","[{'id':18,'name':'Drama'}]","","209276","tt2567712","en","Starred Up","19-year-old Eric, arrogant and ultra-violent, is prematurely transferred to the same adult prison facility as his estranged father. As his explosive temper quickly finds him enemies in both prison authorities and fellow inmates ??? and his already volatile relationship with his father is pushed past breaking point ??? Eric is approached by a volunteer psychotherapist, who runs an anger management group for prisoners. Torn between gang politics, prison corruption, and a glimmer of something better, Eric finds himself in a fight for his own life, unsure if his own father is there to protect him or join in punishing him.","6.151","/cP5vXTItgkNahGEsaIHudbdIDRG.jpg","[{'id':4186,'logo_path':null,'name':'Quickfire Films','origin_country':'GB'},{'id':322,'logo_path':null,'name':'Sigma Films Ltd.','origin_country':''},{'id':9987,'logo_path':'/o5OTKAw7Acl5fTZYPyl8M8D9570.png','name':'Lipsync Productions','origin_country':'GB'},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'},{'id':8087,'logo_path':null,'name':'Creative Scotland','origin_country':'GB'},{'id':11667,'logo_path':'/dhBJdstAolGmqRfbQfElhsU1cTo.png','name':'Northern Ireland Screen','origin_country':'GB'}]","[{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2013-09-09","54915","106","[{'iso_639_1':'en','name':'English'}]","Released","We're all different on the inside.","Starred Up","false","7.2","510" +"false","/aEANLNhgPmzqgYdHTOGRVJljnPI.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.facebook.com/StarletFilm","91679","tt2035630","en","Starlet","An unlikely friendship forms between 21 year-old Jane and the elderly Sadie after Jane discovers a hidden stash of money inside an object at Sadie's yard sale.","5.857","/fnW6bFF2rGqYDYLIl1FXcY7uYR7.jpg","[{'id':10056,'logo_path':null,'name':'Cunningham & Maybach Films','origin_country':''},{'id':26952,'logo_path':null,'name':'Maybach Film Productions','origin_country':''},{'id':88152,'logo_path':null,'name':'Cre Film','origin_country':''},{'id':17731,'logo_path':null,'name':'Freestyle Picture Company','origin_country':''},{'id':3728,'logo_path':null,'name':'Mangusta Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2012-11-09","0","103","[{'iso_639_1':'en','name':'English'}]","Released","","Starlet","false","6.9","74" +"false","/vgnrUb8KbV3S8gVUcq6rXng9cnz.jpg","{'id':44215,'name':'Stargate SG-1 Collection','poster_path':'/dxlCi4530gCAah2QlW6nIGUH66d.jpg','backdrop_path':'/fwVVh9o0WZsZNstpX3O55ff7Hs8.jpg'}","55000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'}]","","2164","tt0111282","en","Stargate","An interstellar teleportation device, found in Egypt, leads to a planet with humans resembling ancient Egyptians who worship the god Ra.","9.988","/39WsfbB5BshvdbPAYRFXdsjC481.jpg","[{'id':347,'logo_path':null,'name':'Centropolis Entertainment','origin_country':''},{'id':10320,'logo_path':'/1ywmAg1nMuDTcro4rTx4Q2BIXbm.png','name':'Carolco Entertainment','origin_country':''},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","1994-10-27","196567262","121","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'no','name':'Norsk'},{'iso_639_1':'sv','name':'svenska'}]","Released","It will take you a million light years from home. But will it bring you back?","Stargate","false","6.9","1560" +"false","/sUdXKWpvZv8jcJAO1tXoibsWyJT.jpg","null","70000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':10749,'name':'Romance'},{'id':10751,'name':'Family'}]","http://www.stardustmovie.com","2270","tt0486655","en","Stardust","In a countryside town bordering on a magical land, a young man makes a promise to his beloved that he'll retrieve a fallen star by venturing into the magical realm. His journey takes him into a world beyond his wildest dreams and reveals his true identity.","15.206","/A9gXvPOnMu961E36x5p3RT4FQ5E.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':5374,'logo_path':'/8dgIXEObpRYixczGSpyW9rgnN53.png','name':'Marv Films','origin_country':'GB'},{'id':23420,'logo_path':null,'name':'Vaughn Productions','origin_country':''},{'id':435,'logo_path':null,'name':'Di Bonaventura Pictures','origin_country':'US'},{'id':289,'logo_path':null,'name':'Ingenious Film Partners','origin_country':''}]","[{'iso_3166_1':'IS','name':'Iceland'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2007-08-09","135560026","127","[{'iso_639_1':'en','name':'English'}]","Released","This Summer A Star Falls. The Chase Begins.","Stardust","false","7.2","2095" +"false","/iuEVgNFRbVboZXFbM7Mj8z67Bky.jpg","{'id':325798,'name':'Star Crash Collection','poster_path':'/6PEV9Wgg5ISfjjSbgmDPFqmEP3u.jpg','backdrop_path':'/an2ceogCMamhYxluJFGcDSedAbu.jpg'}","0","[{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'}]","","22049","tt0079946","en","Starcrash","A pair of smugglers manage to pick up a castaway while running from the authorities, who turns out to be the only survivor from a secret mission to destroy a mysterious superweapon designed by the evil Count Zartharn. The smugglers are soon recruited by the Emperor to complete the mission, as well as to rescue the Emperor's son, who has gone missing.","5.945","/8HrNus0kH5hVN01KKmMHf6b5iP3.jpg","[{'id':86473,'logo_path':null,'name':'Nat and Patrick Wachsberger Productions','origin_country':''},{'id':1950,'logo_path':null,'name':'New World Pictures','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'US','name':'United States of America'}]","1978-12-21","0","94","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","A galactic adventure beyond your wildest dreams!","Starcrash","false","4.4","60" +"false","/koE7aMeR2ATivI18mCbscLsI0Nm.jpg","{'id':10,'name':'Star Wars Collection','poster_path':'/iTQHKziZy9pAAY4hHEDCGPaOvFC.jpg','backdrop_path':'/d8duYyyC9J5T825Hg7grmaabfxQ.jpg'}","32350000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","http://www.starwars.com/films/star-wars-episode-vi-return-of-the-jedi","1892","tt0086190","en","Return of the Jedi","As Rebel leaders map their strategy for an all-out attack on the Emperor's newer, bigger Death Star. Han Solo remains frozen in the cavernous desert fortress of Jabba the Hutt, the most loathsome outlaw in the universe, who is also keeping Princess Leia as a slave girl. Now a master of the Force, Luke Skywalker rescues his friends, but he cannot become a true Jedi Knight until he wages his own crucial battle against Darth Vader, who has sworn to win Luke over to the dark side of the Force.","15.457","/lrJWyjOVjPhghl4KyAMtOepAxs.jpg","[{'id':1,'logo_path':'/o86DbpburjxrqAzEDhXZcyE8pDb.png','name':'Lucasfilm','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1983-05-23","572700000","135","[{'iso_639_1':'en','name':'English'}]","Released","The Empire Falls...","Return of the Jedi","false","8","7813" +"false","/amYkOxCwHiVTFKendcIW0rSrRlU.jpg","{'id':10,'name':'Star Wars Collection','poster_path':'/iTQHKziZy9pAAY4hHEDCGPaOvFC.jpg','backdrop_path':'/d8duYyyC9J5T825Hg7grmaabfxQ.jpg'}","18000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","http://www.starwars.com/films/star-wars-episode-v-the-empire-strikes-back","1891","tt0080684","en","The Empire Strikes Back","The epic saga continues as Luke Skywalker, in hopes of defeating the evil Galactic Empire, learns the ways of the Jedi from aging master Yoda. But Darth Vader is more determined than ever to capture Luke. Meanwhile, rebel leader Princess Leia, cocky Han Solo, Chewbacca, and droids C-3PO and R2-D2 are thrown into various stages of capture, betrayal and despair.","18.568","/9SKDSFbaM6LuGqG1aPWN3wYGEyD.jpg","[{'id':1,'logo_path':'/o86DbpburjxrqAzEDhXZcyE8pDb.png','name':'Lucasfilm','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1980-05-20","538400000","124","[{'iso_639_1':'en','name':'English'}]","Released","The Adventure Continues...","The Empire Strikes Back","false","8.3","9477" +"false","/wUYTfFbfPiZC6Lcyt1nonr69ZmK.jpg","{'id':10,'name':'Star Wars Collection','poster_path':'/iTQHKziZy9pAAY4hHEDCGPaOvFC.jpg','backdrop_path':'/d8duYyyC9J5T825Hg7grmaabfxQ.jpg'}","113000000","[{'id':878,'name':'Science Fiction'},{'id':12,'name':'Adventure'},{'id':28,'name':'Action'}]","http://www.starwars.com/films/star-wars-episode-iii-revenge-of-the-sith","1895","tt0121766","en","Star Wars: Episode III - Revenge of the Sith","Years after the onset of the Clone Wars, the noble Jedi Knights lead a massive clone army into a galaxy-wide battle against the Separatists. When the sinister Sith unveil a thousand-year-old plot to rule the galaxy, the Republic crumbles and from its ashes rises the evil Galactic Empire. Jedi hero Anakin Skywalker is seduced by the dark side of the Force to become the Emperor's new apprentice ??? Darth Vader. The Jedi are decimated, as Obi-Wan Kenobi and Jedi Master Yoda are forced into hiding. The only hope for the galaxy are Anakin's own offspring ??? the twin children born in secrecy who will grow up to become heroes.","14.984","/tgr5Pdy7ehZYBqBkN2K7Q02xgOb.jpg","[{'id':1,'logo_path':'/o86DbpburjxrqAzEDhXZcyE8pDb.png','name':'Lucasfilm','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-05-17","850000000","140","[{'iso_639_1':'en','name':'English'}]","Released","The saga is complete.","Star Wars: Episode III - Revenge of the Sith","false","7.2","7186" +"false","/1Slt26IGf2XHqv8xjEJ7LMZqCYb.jpg","{'id':10,'name':'Star Wars Collection','poster_path':'/iTQHKziZy9pAAY4hHEDCGPaOvFC.jpg','backdrop_path':'/d8duYyyC9J5T825Hg7grmaabfxQ.jpg'}","120000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","","1894","tt0121765","en","Star Wars: Episode II - Attack of the Clones","Ten years after the invasion of Naboo, the galaxy is on the brink of civil war. Under the leadership of a renegade Jedi named Count Dooku, thousands of solar systems threaten to break away from the Galactic Republic. When an assassination attempt is made on Senator Padm?? Amidala, the former Queen of Naboo, twenty-year-old Jedi apprentice Anakin Skywalker is assigned to protect her. In the course of his mission, Anakin discovers his love for Padm?? as well as his own darker side. Soon, Anakin, Padm??, and Obi-Wan Kenobi are drawn into the heart of the Separatist movement and the beginning of the Clone Wars.","15.551","/2vcNFtrZXNwIcBgH5e2xXCmVR8t.jpg","[{'id':1,'logo_path':'/o86DbpburjxrqAzEDhXZcyE8pDb.png','name':'Lucasfilm','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-05-15","649398328","142","[{'iso_639_1':'en','name':'English'}]","Released","A Jedi Shall Not Know Anger. Nor Hatred. Nor Love.","Star Wars: Episode II - Attack of the Clones","false","6.5","6924" +"false","/v6lRzOActebITc9rizhNAdwQR1O.jpg","{'id':10,'name':'Star Wars Collection','poster_path':'/iTQHKziZy9pAAY4hHEDCGPaOvFC.jpg','backdrop_path':'/d8duYyyC9J5T825Hg7grmaabfxQ.jpg'}","115000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","http://www.starwars.com/films/star-wars-episode-i-the-phantom-menace","1893","tt0120915","en","Star Wars: Episode I - The Phantom Menace","Anakin Skywalker, a young slave strong with the Force, is discovered on Tatooine. Meanwhile, the evil Sith have returned, enacting their plot for revenge against the Jedi.","19.642","/n8V09dDc02KsSN6Q4hC2BX6hN8X.jpg","[{'id':1,'logo_path':'/o86DbpburjxrqAzEDhXZcyE8pDb.png','name':'Lucasfilm','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-05-19","924317558","136","[{'iso_639_1':'en','name':'English'}]","Released","Every generation has a legend. Every journey has a first step. Every saga has a beginning.","Star Wars: Episode I - The Phantom Menace","false","6.4","7666" +"false","/4iJfYYoQzZcONB9hNzg0J0wWyPH.jpg","{'id':10,'name':'Star Wars Collection','poster_path':'/iTQHKziZy9pAAY4hHEDCGPaOvFC.jpg','backdrop_path':'/d8duYyyC9J5T825Hg7grmaabfxQ.jpg'}","11000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","http://www.starwars.com/films/star-wars-episode-iv-a-new-hope","11","tt0076759","en","Star Wars","Princess Leia is captured and held hostage by the evil Imperial forces in their effort to take over the galactic Empire. Venturesome Luke Skywalker and dashing captain Han Solo team together with the loveable robot duo R2-D2 and C-3PO to rescue the beautiful princess and restore peace and justice in the Empire.","35.474","/btTdmkgIvOi0FFip1sPuZI2oQG6.jpg","[{'id':1,'logo_path':'/o86DbpburjxrqAzEDhXZcyE8pDb.png','name':'Lucasfilm','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1977-05-25","775398007","121","[{'iso_639_1':'en','name':'English'}]","Released","A long time ago in a galaxy far, far away...","Star Wars","false","8.2","11061" +"false","/qzrOCLviAseY5WOmsgkNVIAHQea.jpg","{'id':151,'name':'Star Trek: The Original Series Collection','poster_path':'/zcB8KxHA4EapOoZZPAvwgmE1iGK.jpg','backdrop_path':'/9BQj9hq0aK6yM9Tm2NJ28jg572y.jpg'}","27000000","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'}]","","174","tt0102975","en","Star Trek VI: The Undiscovered Country","On the eve of retirement, Kirk and McCoy are charged with assassinating the Klingon High Chancellor and imprisoned. The Enterprise crew must help them escape to thwart a conspiracy aimed at sabotaging the last best hope for peace.","8.502","/5PvIZAOFDe63M1oByFEFDoQobkc.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1991-12-05","96900000","113","[{'iso_639_1':'en','name':'English'}]","Released","The battle for peace has begun.","Star Trek VI: The Undiscovered Country","false","7","606" +"false","/nNH43KDwtiXJIie6oviBIEwE8xd.jpg","{'id':151,'name':'Star Trek: The Original Series Collection','poster_path':'/zcB8KxHA4EapOoZZPAvwgmE1iGK.jpg','backdrop_path':'/9BQj9hq0aK6yM9Tm2NJ28jg572y.jpg'}","30000000","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'}]","","172","tt0098382","en","Star Trek V: The Final Frontier","Capt. Kirk and his crew must deal with Mr. Spock's half brother who kidnaps three diplomats and hijacks the Enterprise in his obsessive search for God.","10.803","/kugwPq2E5IkzrgoxRycnoqqUS9H.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-06-09","70200000","107","[{'iso_639_1':'en','name':'English'}]","Released","Adventure and imagination will meet at the final frontier.","Star Trek V: The Final Frontier","false","5.7","561" +"false","/w9iSKX1GSlaPPASW7jSFkFkkDnz.jpg","{'id':151,'name':'Star Trek: The Original Series Collection','poster_path':'/zcB8KxHA4EapOoZZPAvwgmE1iGK.jpg','backdrop_path':'/9BQj9hq0aK6yM9Tm2NJ28jg572y.jpg'}","35000000","[{'id':878,'name':'Science Fiction'},{'id':12,'name':'Adventure'},{'id':9648,'name':'Mystery'}]","","152","tt0079945","en","Star Trek: The Motion Picture","When a destructive space entity is spotted approaching Earth, Admiral Kirk resumes command of the Starship Enterprise in order to intercept, examine, and hopefully stop it.","15.483","/ys5Sgpc27mVo3H5zYLPV9LWDq5.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1979-12-06","139000000","132","[{'iso_639_1':'en','name':'English'}]","Released","The human adventure is just beginning.","Star Trek: The Motion Picture","false","6.4","807" +"false","/1SLR0LqYPU3ahXyPK9RZISjI3B7.jpg","{'id':115570,'name':'Star Trek: The Next Generation Collection','poster_path':'/sddV6vaUC6x37icJS3opIXTXB07.jpg','backdrop_path':'/r7MMQenUURHhAVHFymtOb8AX4Bm.jpg'}","60000000","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'}]","","201","tt0253754","en","Star Trek: Nemesis","En route to the honeymoon of William Riker to Deanna Troi on her home planet of Betazed, Captain Jean-Luc Picard and the crew of the U.S.S. Enterprise receives word from Starfleet that a coup has resulted in the installation of a new Romulan political leader, Shinzon, who claims to seek peace with the human-backed United Federation of Planets. Once in enemy territory, the captain and his crew make a startling discovery: Shinzon is human, a slave from the Romulan sister planet of Remus, and has a secret, shocking relationship to Picard himself.","13.003","/n4TpLWPi062AofIq4kwmaPNBSvA.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':76068,'logo_path':null,'name':'Digital Image Associates','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-12-13","67312826","117","[{'iso_639_1':'en','name':'English'}]","Released","A generation's final journey... begins.","Star Trek: Nemesis","false","6.2","698" +"false","/2SmriSA5l4WE40KnZ8mA0GuqtEJ.jpg","{'id':151,'name':'Star Trek: The Original Series Collection','poster_path':'/zcB8KxHA4EapOoZZPAvwgmE1iGK.jpg','backdrop_path':'/9BQj9hq0aK6yM9Tm2NJ28jg572y.jpg'}","24000000","[{'id':878,'name':'Science Fiction'},{'id':12,'name':'Adventure'}]","","168","tt0092007","en","Star Trek IV: The Voyage Home","Fugitives of the Federation for their daring rescue of Spock from the doomed Genesis Planet, Admiral Kirk (William Shatner) and his crew begin their journey home to face justice for their actions. But as they near Earth, they find it at the mercy of a mysterious alien presence whose signals are slowly destroying the planet. In a desperate attempt to answer the call of the probe, Kirk and his crew race back to the late twentieth century. However they soon find the world they once knew to be more alien than anything they've encountered in the far reaches of the galaxy!","12.665","/62nATuMKuaLhd5VHKumHOrJnCZa.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1986-11-25","133000000","119","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fi','name':'suomi'}]","Released","The key to saving the future can only be found in the past.","Star Trek IV: The Voyage Home","false","7.2","708" +"false","/ns0IojuqJe24AHTxe8RVcWJUCDM.jpg","{'id':115575,'name':'Star Trek: Alternate Reality Collection','poster_path':'/w2IVqa43Ge49mrY3qSaJWpyDtz6.jpg','backdrop_path':'/gWl5pN2FplE709aVtA4lakwsE6t.jpg'}","190000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'}]","","54138","tt1408101","en","Star Trek Into Darkness","When the crew of the Enterprise is called back home, they find an unstoppable force of terror from within their own organization has detonated the fleet and everything it stands for, leaving our world in a state of crisis. With a personal score to settle, Captain Kirk leads a manhunt to a war-zone world to capture a one man weapon of mass destruction. As our heroes are propelled into an epic chess game of life and death, love will be challenged, friendships will be torn apart, and sacrifices must be made for the only family Kirk has left: his crew.","15.278","/41mhrXASAW3sdn7LBWF49uCX0xi.jpg","[{'id':11461,'logo_path':'/p9FoEt5shEKRWRKVIlvFaEmRnun.png','name':'Bad Robot','origin_country':'US'},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':12536,'logo_path':null,'name':'Kurtzman/Orci','origin_country':''},{'id':82819,'logo_path':'/5Z8WWr0Lf1tInVWwJsxPP0uMz9a.png','name':'Skydance Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-05-05","467365246","132","[{'iso_639_1':'en','name':'English'}]","Released","Earth Will Fall","Star Trek Into Darkness","false","7.4","6033" +"false","/yaattgmMQ9dLg6n8XPXAER8WI2C.jpg","{'id':115570,'name':'Star Trek: The Next Generation Collection','poster_path':'/sddV6vaUC6x37icJS3opIXTXB07.jpg','backdrop_path':'/r7MMQenUURHhAVHFymtOb8AX4Bm.jpg'}","70000000","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'}]","","200","tt0120844","en","Star Trek: Insurrection","When an alien race and factions within Starfleet attempt to take over a planet that has ""regenerative"" properties, it falls upon Captain Picard and the crew of the Enterprise to defend the planet's people as well as the very ideals upon which the Federation itself was founded.","9.716","/9pbc44kltJhArUNyrdQcantMEvH.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':76068,'logo_path':null,'name':'Digital Image Associates','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-12-10","118000000","103","[{'iso_639_1':'en','name':'English'}]","Released","The battle for paradise has begun.","Star Trek: Insurrection","false","6.4","583" +"false","/vLsXNaLn7xIhwZdq3rUqQtoI8hd.jpg","{'id':151,'name':'Star Trek: The Original Series Collection','poster_path':'/zcB8KxHA4EapOoZZPAvwgmE1iGK.jpg','backdrop_path':'/9BQj9hq0aK6yM9Tm2NJ28jg572y.jpg'}","18000000","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'}]","","157","tt0088170","en","Star Trek III: The Search for Spock","Admiral Kirk and his bridge crew risk their careers stealing the decommissioned Enterprise to return to the restricted Genesis planet to recover Spock's body.","6.777","/b9ZaPiD6AaZR7CgQP5P4Kg893QL.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-05-31","87000000","105","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","A dying planet. A fight for life.","Star Trek III: The Search for Spock","false","6.6","635" +"false","/gih4L6m9u1yB3PGwyJxB5wjzbqR.jpg","{'id':151,'name':'Star Trek: The Original Series Collection','poster_path':'/zcB8KxHA4EapOoZZPAvwgmE1iGK.jpg','backdrop_path':'/9BQj9hq0aK6yM9Tm2NJ28jg572y.jpg'}","12000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","154","tt0084726","en","Star Trek II: The Wrath of Khan","Admiral James T. Kirk is feeling old; the prospect of accompanying his old ship the Enterprise on a two week cadet cruise is not making him feel any younger. But the training cruise becomes a life or death struggle when Khan escapes from years of exile and captures the power of creation itself.","8.432","/7VKpj4Xl3hTzgAS3xpVuOyqNnSv.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1982-06-03","96800000","113","[{'iso_639_1':'en','name':'English'}]","Released","At the end of the universe lies the beginning of vengeance.","Star Trek II: The Wrath of Khan","false","7.5","974" +"false","/mmwQBfWmEqJBOwfsjIBJPchXlSP.jpg","{'id':115570,'name':'Star Trek: The Next Generation Collection','poster_path':'/sddV6vaUC6x37icJS3opIXTXB07.jpg','backdrop_path':'/r7MMQenUURHhAVHFymtOb8AX4Bm.jpg'}","38000000","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'}]","","193","tt0111280","en","Star Trek: Generations","Captain Jean-Luc Picard and the crew of the Enterprise-D find themselves at odds with the renegade scientist Soran who is destroying entire star systems. Only one man can help Picard stop Soran's scheme...and he's been dead for seventy-eight years.","6.686","/wjrXjlNpDq9U8vYmAwf420yDFtn.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-11-17","120000000","118","[{'iso_639_1':'en','name':'English'}]","Released","Boldly go.","Star Trek: Generations","false","6.5","645" +"false","/welkOTUozJ968u1KLx33vPpo7aS.jpg","{'id':115570,'name':'Star Trek: The Next Generation Collection','poster_path':'/sddV6vaUC6x37icJS3opIXTXB07.jpg','backdrop_path':'/r7MMQenUURHhAVHFymtOb8AX4Bm.jpg'}","46000000","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'}]","http://www.startrek.com/startrek/view/series/MOV/008/index.html","199","tt0117731","en","Star Trek: First Contact","The Borg, a relentless race of cyborgs, are on a direct course for Earth. Violating orders to stay away from the battle, Captain Picard and the crew of the newly-commissioned USS Enterprise E pursue the Borg back in time to prevent the invaders from changing Federation history and assimilating the galaxy.","11.694","/qhVB8eUGwkdVvd8Fezk0AgcMPDH.jpg","[{'id':76068,'logo_path':null,'name':'Digital Image Associates','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-11-21","150000000","111","[{'iso_639_1':'en','name':'English'}]","Released","Resistance is futile.","Star Trek: First Contact","false","7.2","913" +"false","/1XOSh6BFZbQ0xN75m4avqgzClyG.jpg","{'id':115575,'name':'Star Trek: Alternate Reality Collection','poster_path':'/w2IVqa43Ge49mrY3qSaJWpyDtz6.jpg','backdrop_path':'/gWl5pN2FplE709aVtA4lakwsE6t.jpg'}","150000000","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'}]","","13475","tt0796366","en","Star Trek","The fate of the galaxy rests in the hands of bitter rivals. One, James Kirk, is a delinquent, thrill-seeking Iowa farm boy. The other, Spock, a Vulcan, was raised in a logic-based society that rejects all emotion. As fiery instinct clashes with calm reason, their unlikely but powerful partnership is the only thing capable of leading their crew through unimaginable danger, boldly going where no one has gone before. The human adventure has begun again.","18.908","/xPihqTMhCh6b8DHYzE61jrIiNMS.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':11461,'logo_path':'/p9FoEt5shEKRWRKVIlvFaEmRnun.png','name':'Bad Robot','origin_country':'US'},{'id':158,'logo_path':'/6SHlNIype9zmyEMRsBtoueUtLsq.png','name':'Spyglass Entertainment','origin_country':'US'},{'id':23419,'logo_path':null,'name':'MavroCine Pictures GmbH & Co. KG','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2009-05-06","385680446","127","[{'iso_639_1':'en','name':'English'}]","Released","The future begins.","Star Trek","false","7.4","6246" +"false","/8bZtmUCYPDyJI5xV7yzElH67FLz.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':35,'name':'Comedy'},{'id':28,'name':'Action'}]","http://www.standupguysfilm.com","121824","tt1389096","en","Stand Up Guys","After serving 28 years in prison for accidentally killing the son of a crime boss, newly paroled gangster Val reunites with his former partners in crime, Doc and Hirsch, for a night on the town. As the three men revisit old haunts, reflect on their glory days and try to make up for lost time, one wrestles with a terrible quandary: Doc has orders to kill Val, and time is running out for him to figure out a way out of his dilemma.","9.001","/pitHkpmZqGlfyRnm2nssoRXYSGa.jpg","[{'id':126,'logo_path':'/kADPanRDkKTxncPXXVahvHPUvCj.png','name':'Lakeshore Entertainment','origin_country':'US'},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':737,'logo_path':'/dK1GZ1u4our8sJW0Sts1JHeNSLn.png','name':'Sidney Kimmel Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-01-31","0","95","[{'iso_639_1':'en','name':'English'}]","Released","They don't make 'em like they used to.","Stand Up Guys","false","6","448" +"false","/pOeL0gtSLNqwenJeojlTgy1D5Qk.jpg","null","8000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","235","tt0092005","en","Stand by Me","After the death of a friend, a writer recounts a boyhood journey to find the body of a missing boy.","11.681","/7QbJa6syM4ZYxtey0d7qB7bmhzb.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':90897,'logo_path':null,'name':'Act III','origin_country':''},{'id':56485,'logo_path':'/t0M92JDUfcICcOB46NHxEOhK1FS.png','name':'Act III Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1986-08-08","52287414","89","[{'iso_639_1':'en','name':'English'}]","Released","For some, it's the last real taste of innocence, and the first real taste of life.","Stand by Me","false","7.9","2719" +"false","/gg44CEzDnr0FZSxNuKyy1A5T5qz.jpg","{'id':473843,'name':'Stake Land Collection','poster_path':'/xAwBPbxAlDnSqhHoDNGNXcsTpIO.jpg','backdrop_path':'/72PvRN7CSR2zpMc5wrRg9j4JTIQ.jpg'}","650000","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","http://www.stakelandthefilm.com/","52015","tt1464580","en","Stake Land","Martin was a normal teenage boy before the country collapsed in an empty pit of economic and political disaster. A vampire epidemic has swept across what is left of the nation's abandoned towns and cities, and it's up to Mister, a death dealing, rogue vampire hunter, to get Martin safely north to Canada, the continent's New Eden.","8.424","/xohrZtjqSsP5hWK5J3dn8YyelKY.jpg","[{'id':1360,'logo_path':null,'name':'Glass Eye Pix','origin_country':''},{'id':2341,'logo_path':null,'name':'Belladonna Productions','origin_country':''},{'id':3768,'logo_path':null,'name':'Off Hollywood Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-09-30","33245","98","[{'iso_639_1':'en','name':'English'}]","Released","The Most Dangerous Thing Is To Be Alive.","Stake Land","false","6.2","409" +"false","/htjMW9lN6ZJ0iQ927PaogentbdW.jpg","null","0","[{'id':27,'name':'Horror'}]","","156597","tt2190838","en","Stage Fright","A snobby musical theater camp is terrorized by a blood-thirsty killer who hates musical theater.","5.615","/6sUjDhrm0EHetIEnJodQmc3hPVQ.jpg","[{'id':805,'logo_path':null,'name':'Serendipity Point Films','origin_country':''},{'id':24630,'logo_path':null,'name':'Citizen Jones','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2014-04-03","0","89","[{'iso_639_1':'en','name':'English'}]","Released","Sing Your Heart Out!","Stage Fright","false","5.4","81" +"false","/wvu2KaOUKbBZ42tY7JK7wqkfiyc.jpg","null","0","[{'id':35,'name':'Comedy'}]","http://www.americanunitedent.com/stag2.htm","96378","tt1821617","en","Stag","Ken Andrews (Faison) has been the orchestrator of the hazing pranks at all of his buddies' stags - elaborate, hilarious pranks that have left many emotional scars and a few physical ones. And now today is Ken's stag! He nervously awaits the fate that his pals surely have in store for him, comforted only by the knowledge that Carl (Pat Thornton) will be there to watch his back. That is, so long as Carl can extract himself from the Hollywood celebrity, Veronica (Amurri). Ken will soon discover that payback is worse than he could ever imagine. Written by Brett Heard","1.396","/rQ337IECVX8W4RE7GCzzUbTROBA.jpg","[{'id':19012,'logo_path':null,'name':'Fresh Baked Entertainment','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2013-08-19","0","83","[{'iso_639_1':'en','name':'English'}]","Released","One Stripper. Six friends. And a pineapple.","Stag","false","5","12" +"false","/sycS64dwK8eRxMeKALPE29z0HXv.jpg","null","13000000","[{'id':35,'name':'Comedy'}]","http://stvincent-movie.com/","239563","tt2170593","en","St. Vincent","A young boy whose parents just divorced finds an unlikely friend and mentor in the misanthropic, bawdy, hedonistic, war veteran who lives next door.","13.606","/w0hzr4eQBk1X4m63fb7sOSt9Bnn.jpg","[{'id':7076,'logo_path':'/8BFxn9NUWSgp0ndih569Gm62xiC.png','name':'Chernin Entertainment','origin_country':'US'},{'id':308,'logo_path':'/e8F3mQM7DkJ5SfYYDp8FYzPBOGX.png','name':'The Weinstein Company','origin_country':'US'},{'id':3314,'logo_path':null,'name':'Crescendo Productions','origin_country':''},{'id':15855,'logo_path':null,'name':'Goldenlight Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-10-09","54837234","102","[{'iso_639_1':'en','name':'English'}]","Released","Love Thy Neighbor","St. Vincent","false","7.1","1044" +"false","/pv6hyhnCTBRO0hx2eI6ebNAkPeV.jpg","null","0","[{'id':27,'name':'Horror'}]","","25241","tt0075261","en","Squirm","At the beginning of the film, we learn from one of the characters that earthworms can be called to the surface with electricity, but somehow it turns them into vicious flesh-eaters. Sure enough, a storm that night causes some power lines to break and touch the ground, drawing millions of man-eating worms out of the earth, and into town where they quickly start munching on the locals.","2.637","/9RTmbrB7ECr2WaVDw60EtZ4sHc4.jpg","[{'id':13099,'logo_path':null,'name':'Squirm Company','origin_country':''},{'id':9266,'logo_path':null,'name':'American International Pictures (AIP)','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1976-07-30","0","92","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","This was the night of the CRAWLING TERROR!","Squirm","false","5.1","47" +"false","/aezGIrtl4Q8KaLltPum0hR4VRuB.jpg","{'id':86486,'name':'Spy Kids Collection','poster_path':'/yqpS8N5w7VYo3gmFtHsGwHTV4Td.jpg','backdrop_path':'/oxjNAfQJ1OrySttZSeLayky6T9k.jpg'}","27000000","[{'id':10751,'name':'Family'},{'id':35,'name':'Comedy'},{'id':28,'name':'Action'}]","http://spykidsmovie.net/","56288","tt1517489","en","Spy Kids: All the Time in the World","Eight years after the third film, the OSS has become the world's top spy agency, while the Spy Kids department has since become defunct. A retired spy Marissa (Jessica Alba) is thrown back into the action along with her stepchildren when a maniacal Timekeeper (Jeremy Piven) attempts to take over the world. In order to save the world, Rebecca (Rowan Blanchard) and Cecil (Mason Cook) must team up with their hated stepmother. Carmen and Juni have since also grown up and will provide gadgets to them.","7.931","/eHldUGDNxb4ZPQSPDnGolyFDECa.jpg","[{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-08-18","85564310","89","[{'iso_639_1':'en','name':'English'}]","Released","","Spy Kids: All the Time in the World","false","4.7","455" +"false","/bmuTrxbPcr1nKCsV5YWWJi73PGR.jpg","{'id':86486,'name':'Spy Kids Collection','poster_path':'/yqpS8N5w7VYo3gmFtHsGwHTV4Td.jpg','backdrop_path':'/oxjNAfQJ1OrySttZSeLayky6T9k.jpg'}","38000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':878,'name':'Science Fiction'}]","","12279","tt0338459","en","Spy Kids 3-D: Game Over","Carmen's caught in a virtual reality game designed by the Kids' new nemesis, the Toymaker. It's up to Juni to save his sister, and ultimately the world.","13.897","/tethGDyocmatW6Li1NcUBXQo6Oo.jpg","[{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-07-25","197011982","84","[{'iso_639_1':'en','name':'English'}]","Released","3rd Mission. 3rd Dimension.","Spy Kids 3-D: Game Over","false","4.9","1031" +"false","/8eqrTjeswE5yWsAHu3qPRQYJxCO.jpg","{'id':86486,'name':'Spy Kids Collection','poster_path':'/yqpS8N5w7VYo3gmFtHsGwHTV4Td.jpg','backdrop_path':'/oxjNAfQJ1OrySttZSeLayky6T9k.jpg'}","35000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':12,'name':'Adventure'}]","","10054","tt0227538","en","Spy Kids","Carmen and Juni think their parents are boring. Little do they know that in their day, Gregorio and Ingrid Cortez were the top secret agents from their respective countries. They gave up that life to raise their children. Now, the disappearances of several of their old colleagues forces the Cortez' return from retirement. What they didn't count on was Carmen and Juni joining the ""family business.""","9.673","/10zMofjfvnKahF8wqZ4nNzVeNps.jpg","[{'id':10807,'logo_path':'/j0BcMaJKIiDDYHq9lriTcM0Npka.png','name':'Troublemaker Studios','origin_country':'US'},{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'},{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-03-18","147934180","88","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","Real spies...only smaller","Spy Kids","false","5.7","1716" +"false","/5rKa5UKXnTdLsgY0mJbjAEQX3gB.jpg","{'id':86486,'name':'Spy Kids Collection','poster_path':'/yqpS8N5w7VYo3gmFtHsGwHTV4Td.jpg','backdrop_path':'/oxjNAfQJ1OrySttZSeLayky6T9k.jpg'}","38000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'}]","","9488","tt0287717","en","Spy Kids 2: The Island of Lost Dreams","Exploring the further adventures of Carmen and Juni Cortez, who have now joined the family spy business as Level 2 OSS agents. Their new mission is to save the world from a mad scientist living on a volcanic island populated by an imaginative menagerie of creatures. On this bizarre island, none of the Cortez's gadgets work and they must rely on their wits--and each other--to survive and save the day.","10.349","/tt8IpWLJYmTlATHFhsxmA1U5RDy.jpg","[{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-08-07","119723358","100","[{'iso_639_1':'en','name':'English'}]","Released","Little Spies. Big Attitudes.","Spy Kids 2: The Island of Lost Dreams","false","5.5","1034" +"false","/ncF0ozvDnIVFzKF0J5iqwEIezRJ.jpg","null","115000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","1535","tt0266987","en","Spy Game","On the day of his retirement, a veteran CIA agent learns that his former prot??g?? has been arrested in China, is sentenced to die the next morning in Beijing, and that the CIA is considering letting that happen to avoid an international scandal.","11.43","/hsb8hBeU3tkTX8SUYW6YYw6JPYD.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':656,'logo_path':'/rqmaM1yOhp5KSGjjQToeOYPuMUx.png','name':'Metropolitan Filmexport','origin_country':'FR'},{'id':657,'logo_path':null,'name':'Toho-Towa','origin_country':''},{'id':919,'logo_path':null,'name':'Beacon Communications','origin_country':''},{'id':7385,'logo_path':null,'name':'Kalima Productions GmbH & Co. KG','origin_country':''},{'id':780,'logo_path':null,'name':'Red Wagon Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2001-11-18","143049560","126","[{'iso_639_1':'cn','name':'????????? / ?????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","It's not how you play the game. It's how the game plays you.","Spy Game","false","6.9","963" +"false","/4qwAXfVn91mwENzMy0wacEWQEjH.jpg","{'id':253537,'name':'Spud Collection','poster_path':'/iE0uyXJ8eLlbflDEjKklPP5m2zw.jpg','backdrop_path':null}","0","[{'id':35,'name':'Comedy'}]","","317953","tt3121562","en","Spud 3: Learning to Fly","As Spud Milton continues his awkward stagger through adolescence, he learns one of life's most important lessons: When dealing with women and cretins, nothing is ever quite as it seems. ""I'm practically a man in most areas,"" writes Spud confidently on his sixteenth birthday. The year is 1992 and, in South Africa, radical change is in the air. The country may be on the bumpy road to an uncertain future, but Spud Milton is hoping for a smooth ride as he returns to boarding school as a senior. Instead, he discovers that his vindictive arch enemy is back to taunt him and that a garrulous Malawian has taken residence in his dormitory, along with the regular inmates and misfits he calls friends. Spud's world has never seemed less certain; he attempts to master Shakespeare, wrestles constantly with his God, and the power of negative thinking, and develops an aversion to fried fish after a shocking discovery about his grandmother, Wombat.","1.844","/fUweNM8bDoY5MpMRQCQMGDPYb7Q.jpg","[{'id':28149,'logo_path':null,'name':'Rogue Star Films','origin_country':'ZA'}]","[{'iso_3166_1':'ZA','name':'South Africa'}]","2014-12-16","0","89","[{'iso_639_1':'en','name':'English'}]","Released","","Spud 3: Learning to Fly","false","6","12" +"false","/7zkykZghzy5mspzKUhIeaeen2SM.jpg","{'id':253537,'name':'Spud Collection','poster_path':'/iE0uyXJ8eLlbflDEjKklPP5m2zw.jpg','backdrop_path':null}","5000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://spudthemovie.com/","61410","tt1059969","en","Spud","It's South Africa 1990. Two major events are about to happen: The release of Nelson Mandela and, more importantly, it's Spud Milton's first year at an elite boys only private boarding school. John Milton is a boy from an ordinary background who wins a scholarship to a private school in Kwazulu-Natal, South Africa. Surrounded by boys with nicknames like Gecko, Rambo, Rain Man and Mad Dog, Spud has his hands full trying to adapt to his new home. Along the way Spud takes his first tentative steps along the path to manhood. (The path it seems could be a rather long road). Spud is an only child. He is cursed with parents from well beyond the lunatic fringe and a senile granny. His dad is a fervent anti-communist who is paranoid that the family domestic worker is running a shebeen from her room at the back of the family home. His mom is a free spirit and a teenager's worst nightmare, whether it's shopping for Spud's underwear in the local supermarket","3.125","/x3yH9xeeP1CZwDgZO7FBygeB2K4.jpg","[{'id':28149,'logo_path':null,'name':'Rogue Star Films','origin_country':'ZA'}]","[{'iso_3166_1':'ZA','name':'South Africa'}]","2010-12-03","0","103","[{'iso_639_1':'en','name':'English'}]","Released","","Spud","false","6.9","23" +"false","/mUA4cTeJ7UWJk6l3EIzPf9Q4aDu.jpg","{'id':253537,'name':'Spud Collection','poster_path':'/iE0uyXJ8eLlbflDEjKklPP5m2zw.jpg','backdrop_path':null}","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","200580","tt2262270","en","Spud 2: The Madness Continues","The year is 1991, and Spud Milton's long walk to manhood is still creeping along at an unnervingly slow pace. Approaching the ripe old age of fifteen and still no signs of the much anticipated ball-drop, Spud is coming to terms with the fact that he may well be a freak of nature. With a mother hell-bent on emigrating, a father making a killing out of selling homemade moonshine, and a demented grandmother called Wombat, the new year seems to offer little except extreme embarrassment and more mortifying Milton madness. But Spud is returning to a boarding school where he is no longer the youngest or the smallest. His dormitory mates, known as the Crazy Eight, have an unusual new member and his house has a new clutch of first years (the Normal Seven). If Spud thinks his second year will be a breeze, however, he is seriously mistaken.","2.846","/sCVS5XKFd1ozwxDa6FkvP7X1pSi.jpg","[{'id':28149,'logo_path':null,'name':'Rogue Star Films','origin_country':'ZA'}]","[{'iso_3166_1':'ZA','name':'South Africa'}]","2013-06-06","0","91","[{'iso_639_1':'en','name':'English'}]","Released","","Spud 2: The Madness Continues","false","6.8","15" +"false","/o6tykUWcN5DttLvSxbAsKtp4Hd4.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':10402,'name':'Music'}]","","199782","tt2513616","en","Bruce Springsteen: Springsteen & I","For 40 years Bruce Springsteen has influenced fans from all over. His songs defined more than a generation. This film gives the fans just as much time as The Boss himself, with never shown footage and live performances from his last tour.","1.744","/r8jD8MWpK02UYwDE9clJWnE5JVH.jpg","[{'id':1645,'logo_path':'/6Ry6uNBaa0IbbSs1XYIgX5DkA9r.png','name':'Scott Free Productions','origin_country':''},{'id':42269,'logo_path':'/lxzUWz2w7H5Sx6ENULKWaEJJUVG.png','name':'Black Dog Films','origin_country':'GB'},{'id':4545,'logo_path':null,'name':'RSA Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2013-07-22","0","77","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","A documentary project on Bruce Springsteen made by the people and for the people!","Bruce Springsteen: Springsteen & I","true","7.4","17" +"false","/2StbHBqMZdbXYmtJpBPcJ8RhVZk.jpg","null","5000000","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","http://www.springbreakersmovie.com/","122081","tt2101441","en","Spring Breakers","After four college girls rob a restaurant to fund their spring break in Florida, they get entangled with a weird dude with his own criminal agenda.","14.283","/dd71jKm9j1AJEP8MDbHYrUAfdsD.jpg","[{'id':78780,'logo_path':'/53Dcwrv1Pd296sN2yLZsgAdrIrX.png','name':'Iconoclast','origin_country':'FR'},{'id':8924,'logo_path':'/5NTQun1m6FVJVOVHOubJ5SqyMvi.png','name':'Rabbit Bandini Productions','origin_country':'US'},{'id':14036,'logo_path':null,'name':'Division Films','origin_country':''},{'id':15231,'logo_path':'/iFbzMtXFBv2ekA9Ldrw6LqjLrvX.png','name':'Muse Productions','origin_country':'US'},{'id':26676,'logo_path':null,'name':'O' Salvation','origin_country':''},{'id':17719,'logo_path':null,'name':'MJZ','origin_country':''},{'id':14531,'logo_path':null,'name':'Pop Films','origin_country':'MX'},{'id':350,'logo_path':'/l4cEc8UZ3ZrPLisIOh1iYMKwAVP.png','name':'Radar Pictures','origin_country':'US'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","2013-01-24","31724284","94","[{'iso_639_1':'en','name':'English'}]","Released","A little sun can bring out your dark side.","Spring Breakers","false","5","2398" +"false","/fLLzQ7dCvPnuam9ftkcU6hSZ28P.jpg","null","0","[{'id':27,'name':'Horror'},{'id':10749,'name':'Romance'},{'id':878,'name':'Science Fiction'}]","","241855","tt3395184","en","Spring","A young man in a personal tailspin flees the US to Italy, where he sparks up a romance with a woman harboring a dark, primordial secret.","5.656","/2lgCTUFLEJADL8fJ4kxKawt7yL0.jpg","[{'id':12142,'logo_path':'/rPnEeMwxjI6rYMGqkWqIWwIJXxi.png','name':'XYZ Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-03-20","49970","109","[{'iso_639_1':'en','name':'English'}]","Released","Love is a monster.","Spring","false","6.6","291" +"false","/dUaUqJMpNivPw6JxszQNfADVQow.jpg","null","7","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","13006","tt0105459","en","Split Second","In a futuristic London, the rising sea levels mean that large areas are under feet of water. Hauer plays a cop who previously lost his partner to some strange creature. Now the creature is back and its after him.","6.435","/p4kPTjdNziADHuTXFNl6hLgKpCL.jpg","[{'id':75037,'logo_path':null,'name':'Challenge Film Corporation','origin_country':''},{'id':7676,'logo_path':null,'name':'Entertainment','origin_country':''},{'id':15231,'logo_path':'/iFbzMtXFBv2ekA9Ldrw6LqjLrvX.png','name':'Muse Productions','origin_country':'US'},{'id':75038,'logo_path':null,'name':'XYZ Funding N.V.','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1992-05-01","5","90","[{'iso_639_1':'en','name':'English'}]","Released","He's seen the future. Now he has to kill it.","Split Second","false","6","100" +"false","/hokjXL3skx6ppfxXMHJrhXQ32ag.jpg","null","21000000","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'}]","","9473","tt0158983","en","South Park: Bigger, Longer & Uncut","When the four boys see an R-rated movie featuring Canadians Terrance and Philip, they are pronounced ""corrupted"", and their parents pressure the United States to wage war against Canada.","9.363","/mDjhs2xoEHn2IiOPOt4LZGgR8Vl.jpg","[{'id':7480,'logo_path':null,'name':'Comedy Central Films','origin_country':''},{'id':45852,'logo_path':null,'name':'Comedy Partners','origin_country':''},{'id':1538,'logo_path':'/3q7NjXSLVUPQ24CG3zrBPK7GQqH.png','name':'Comedy Central','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':258,'logo_path':null,'name':'Scott Rudin Productions','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-06-30","78608288","81","[{'iso_639_1':'en','name':'English'}]","Released","UH-OH.","South Park: Bigger, Longer & Uncut","false","7.2","1378" +"false","/t8qbynl2QHikSZQ2FY8Zxi3DiXF.jpg","null","32000000","[{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'},{'id':9648,'name':'Mystery'}]","http://www.enterthesourcecode.com","45612","tt0945513","en","Source Code","Decorated soldier Captain Colter Stevens wakes up in the body of an unknown man, discovering he's involved in a mission to find the bomber of a Chicago commuter train. He learns he's part of a top-secret experimental program that enables him to experience the final 8 minutes of another person's life. Colter re-lives the train incident over and over again, gathering more clues each time.","11.052","/cpl7R5d3qwWvykRRSxdhQ0htstU.jpg","[{'id':1557,'logo_path':'/ccz9bqCu3jSFKbPFnfWmjAKZLBL.png','name':'The Mark Gordon Company','origin_country':'US'},{'id':7460,'logo_path':null,'name':'Vendome Pictures','origin_country':''},{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2011-03-30","147332697","93","[{'iso_639_1':'en','name':'English'}]","Released","Make Every Second Count","Source Code","false","7.2","4338" +"false","/kkRc3JndbQtbH6ZQeOvU4vztgKS.jpg","null","18000000","[{'id':10751,'name':'Family'},{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","http://www.soulsurferthemovie.com","43959","tt1596346","en","Soul Surfer","The true story of teen surfer Bethany Hamilton, who lost her arm in a shark attack and courageously overcame all odds to become a champion again, through her sheer determination and unwavering faith.","9.108","/t7twsxCK3vIkn4z0w4WwHuVZPNy.jpg","[{'id':7263,'logo_path':'/auaadhBBcvvTDtmW2iJzOrEjfgO.png','name':'FilmDistrict','origin_country':'US'},{'id':3235,'logo_path':null,'name':'Brookwell-McNamara Entertainment','origin_country':''},{'id':10156,'logo_path':'/bWjWWQfiyZh9AkGYCkx1NcVdSvn.png','name':'Affirm Films','origin_country':'US'},{'id':551,'logo_path':'/jSlzEZZ4Z1g7B2UExjZEIKsUvD9.png','name':'Mandalay Pictures','origin_country':'US'},{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-04-08","47088990","106","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","When you come back from a loss, beat the odds, and never say never, you find a champion.","Soul Surfer","false","7","656" +"false","/pucjrwL0tArV9USS1JDOhFVrA9s.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':10402,'name':'Music'}]","http://www.spandauballetthemovie.com/","253333","tt3636326","en","Soul Boys of the Western World","A journey through the 1980s and beyond; the story of a band, an era and how one small gathering of outsiders in London shaped the entire world???s view of music and fashion. The film is not only a fascinating, often hard-hitting social and cultural document of the time, but a brutally honest story of how friendships can be won, lost and ultimately regained.","0.617","/3YrIVXeUyVDY4jy2NxHck7HoFTy.jpg","[{'id':37129,'logo_path':null,'name':'Wellingmax','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-09-30","0","102","[{'iso_639_1':'en','name':'English'}]","Released","Spandau Ballet: The Movie","Soul Boys of the Western World","false","5.3","6" +"false","/dKiQPDMCIDdwDLlh1ZKOI5QMXKL.jpg","null","12500000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","","26688","tt1232783","en","Sorority Row","When five sorority girls inadvertently cause the murder of one of their sisters in a prank gone wrong, they agree to keep the matter to themselves and never speak of it again, so they can get on with their lives. This proves easier said than done, when after graduation a mysterious killer goes after the five of them and anyone who knows their secret.","6.778","/rbZU0hrndaubP7ovlmeCf670Ojh.jpg","[{'id':4194,'logo_path':null,'name':'Karz Entertainment','origin_country':''},{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'},{'id':105100,'logo_path':null,'name':'House Row Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-09-09","27206120","101","[{'iso_639_1':'en','name':'English'}]","Released","The Sisters of Theta Pi Are Dying To Keep a Secret.","Sorority Row","false","5.3","271" +"false","/4ZV3ncSfyjxP8tfbU51l0wy7Uro.jpg","null","0","[{'id':35,'name':'Comedy'}]","http://www.sordidlives-themovie.com/","19094","tt0204640","en","Sordid Lives","""Sordid Lives"" is about a family in a small Texas town preparing for the funeral of the mother. Among the characters are the grandson trying to find his identity in West Hollywood, the son who has spent the past twenty-three years dressed as Tammy Wynette, the sister and her best friend (who live in delightfully kitschy homes), and the two daughters (one strait-laced and one quite a bit looser).","3.533","/nClQ1ZH0Tdj7XutwrdHhasdg7do.jpg","[{'id':7069,'logo_path':null,'name':'Daly-Harris Productions','origin_country':''},{'id':7070,'logo_path':null,'name':'Davis Entertainment Classics','origin_country':''},{'id':7071,'logo_path':null,'name':'Sordid Lives LLC','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-05-25","1079726","111","[{'iso_639_1':'en','name':'English'}]","Released","A black comedy about white trash.","Sordid Lives","false","6.8","21" +"false","/d9qJDJtW4ogjPkl9aXle8HMu6fb.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'}]","","41889","tt0086340","en","Sorceress","To maintain his powers, the evil wizard Traigon must sacrifice his firstborn child to the god Caligara. His wife, however, has other ideas and runs away after giving birth with her twin daughters. Before dying, she hands the girls over to the warrior Krona who promises to raise them as great soldiers. Twenty years later, Traigon returns and begins hunting down his daughters once again. Will the twins, with the help of the Barbarian Erlik and the Viking Baldar, be able to defeat their father?","2.344","/xhCDbB2HaujmgzLRG4JW6SZrzcy.jpg","[{'id':13121,'logo_path':null,'name':'Corporaci??n Nacional Cinematogr??fica (CONACINE)','origin_country':''},{'id':1950,'logo_path':null,'name':'New World Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'MX','name':'Mexico'}]","1982-03-01","0","83","[{'iso_639_1':'en','name':'English'}]","Released","An age undreamed of; an age of fantasy and magic...","Sorceress","false","3.7","16" +"false","/pxGwXidOIW5dh9b5ZmLCZhnyK1P.jpg","null","12000000","[{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'}]","","38985","tt0076740","en","Sorcerer","Four men from different parts of the globe, all hiding from their pasts in the same remote South American town, agree to risk their lives transporting gallons of unstable nitroglycerin across dangerous jungle.","5.337","/iGDkhDPQKiA4ycpExU9kbDPW9QA.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':10956,'logo_path':null,'name':'Film Properties International N.V.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1977-06-24","9000000","122","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","The only wages worth running for, dying for, killing for, are the wages of fear","Sorcerer","false","7.5","159" +"false","/sAJYgPSU1YTFyEfPUX34BKhIjBI.jpg","null","12000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","15764","tt0084707","en","Sophie's Choice","Stingo, a young writer, moves to Brooklyn in 1947 to begin work on his first novel. As he becomes friendly with Sophie and her lover Nathan, he learns that she is a Holocaust survivor. Flashbacks reveal her harrowing story, from pre-war prosperity to Auschwitz. In the present, Sophie and Nathan's relationship increasingly unravels as Stingo grows closer to Sophie and Nathan's fragile mental state becomes ever more apparent.","5.743","/6zayvLCWvF8ImK5UqwRUbETcpVU.jpg","[{'id':1155,'logo_path':null,'name':'Incorporated Television Company','origin_country':''},{'id':964,'logo_path':null,'name':'Keith Barish Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1982-12-08","30036000","151","[{'iso_639_1':'cs','name':'??esk??'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'pl','name':'Polski'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'en','name':'English'}]","Released","Between the innocent, the romantic, the sensual, and the unthinkable. There are still some things we have yet to imagine.","Sophie's Choice","false","7.5","313" +"false","/3tDvu54GdCRTXue0DhIjgCIHMZN.jpg","null","6000000","[{'id':18,'name':'Drama'}]","http://songonemovie.tumblr.com/","244783","tt2182972","en","Song One","Estranged from her family, Franny returns home when an accident leaves her brother comatose. Retracing his life as an aspiring musician, she tracks down his favorite musician, James Forester. Against the backdrop of Brooklyn???s music scene, Franny and James develop an unexpected relationship and face the realities of their lives.","6.148","/olpHf5Jmh92dLgqqgHL6NP7z9R.jpg","[{'id':9015,'logo_path':null,'name':'Worldview Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-01-22","32251","86","[{'iso_639_1':'en','name':'English'}]","Released","A moment can change everything.","Song One","false","5.5","124" +"false","/pmzR5Q8W0wbxpBV3lp548hBESiE.jpg","null","0","[{'id':10751,'name':'Family'},{'id':16,'name':'Animation'},{'id':14,'name':'Fantasy'}]","http://www.cartoonsaloon.ie/2009/06/feature-films-song-of-the-sea/","110416","tt1865505","en","Song of the Sea","The story of the last Seal Child???s journey home. After their mother???s disappearance, Ben and Saoirse are sent to live with Granny in the city. When they resolve to return to their home by the sea, their journey becomes a race against time as they are drawn into a world Ben knows only from his mother???s folktales. But this is no bedtime story; these fairy folk have been in our world far too long. It soon becomes clear to Ben that Saoirse is the key to their survival.","6.982","/uvNv23Arf2ZYtimiStSB2c1DAEX.jpg","[{'id':5267,'logo_path':'/trP3GsUyIztMwcqev3jK1gOeCSA.png','name':'Irish Film Board','origin_country':'IE'},{'id':11904,'logo_path':null,'name':'Digital Graphics','origin_country':''},{'id':13350,'logo_path':null,'name':'Big Farm','origin_country':''},{'id':23948,'logo_path':'/uneZYGxTZcwAzmPTTaefmDNWPzN.png','name':'Cartoon Saloon','origin_country':'IE'},{'id':69190,'logo_path':null,'name':'Super Productions','origin_country':''},{'id':69191,'logo_path':null,'name':'Magellan Films','origin_country':''},{'id':69192,'logo_path':null,'name':'M??lusine Productions','origin_country':''},{'id':69193,'logo_path':null,'name':'Noerlum Studios','origin_country':''},{'id':69194,'logo_path':null,'name':'Studio 352','origin_country':''}]","[{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'DK','name':'Denmark'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'LU','name':'Luxembourg'}]","2014-09-06","857522","93","[{'iso_639_1':'en','name':'English'}]","Released","Let the song of the sea sway your heart...","Song of the Sea","false","8.2","671" +"false","/fabLQCBndX9Zfd3mX0RS1OjyqEX.jpg","null","22000000","[{'id':18,'name':'Drama'}]","","235260","tt3210686","en","Son of God","The life story of Jesus is told from his humble birth through his teachings, crucifixion and ultimate resurrection.","7.265","/xyFaNh1IGdHEJbuLdba6a7GxLzP.jpg","[{'id':7483,'logo_path':null,'name':'Hearst Entertainment Productions','origin_country':''},{'id':23920,'logo_path':null,'name':'LightWorkers Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-02-28","67800064","138","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'he','name':'????????????????'}]","Released","Their Empire. His Kingdom.","Son of God","false","6.3","118" +"false","/7UWPr9LUq3GizuZDG3e6PvSlvck.jpg","null","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","294652","tt2452200","en","Son of a Gun","Locked up for a minor crime, 19 year old JR quickly learns the harsh realities of prison life. Protection, if you can get it, is paramount. JR soon finds himself under the watchful eye of Australia's most notorious criminal, Brendan Lynch, but protection comes at a price.","8.785","/pJoofuXXnEsDu5U4L1L48qkgUPf.jpg","[{'id':13235,'logo_path':null,'name':'Media House Capital','origin_country':''},{'id':19638,'logo_path':'/6R3XtbihMWuDRFnlm4MkpxhmEKf.png','name':'Altitude Film Entertainment','origin_country':'GB'},{'id':36148,'logo_path':null,'name':'Daydream Productions','origin_country':''},{'id':41636,'logo_path':null,'name':'Bridle Path Films','origin_country':''},{'id':55251,'logo_path':null,'name':'Southern Light Films','origin_country':'AU'},{'id':55254,'logo_path':null,'name':'WBMC','origin_country':''},{'id':7584,'logo_path':'/eGkfvvyf4fJTvBUR1xt1669IPA3.png','name':'Screen Australia','origin_country':'AU'},{'id':7888,'logo_path':null,'name':'ScreenWest','origin_country':''},{'id':29051,'logo_path':null,'name':'Lotterywest','origin_country':''},{'id':10951,'logo_path':'/48iBaAPgtoirf3C25HNkL9MhWfj.png','name':'Screen NSW','origin_country':'AU'},{'id':105099,'logo_path':null,'name':'Hopscotch Entertainment One','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-10-16","0","108","[{'iso_639_1':'en','name':'English'}]","Released","Everyone gets what they deserve","Son of a Gun","false","6.2","391" +"false","/4hqhzKb7yheP1BPnfXphIqnWWKT.jpg","null","5100000","[{'id':878,'name':'Science Fiction'},{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'},{'id':10749,'name':'Romance'}]","","16633","tt0081534","en","Somewhere in Time","Young writer, Richard Collier is met on the opening night of his first play by an old lady who begs him to, ""Come back to me."" Mystified, he tries to find out about her, and learns that she is a famous stage actress from the early 1900s. Becoming more and more obsessed with her, he manages ??? by self-hypnosis ??? to travel back in time where he meets her. They fall in love, a matching that is not appreciated by her manager. Can their love outlast the immense problems caused by their 'time"" difference, and can Richard remain in a time that is not his?","7.651","/2ZCInnOBrGJzEPIYJkYWylvKdPz.jpg","[{'id':2070,'logo_path':null,'name':'Rastar Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1980-10-02","0","103","[{'iso_639_1':'en','name':'English'}]","Released","Beyond fantasy. Beyond obsession. Beyond time itself... he will find her.","Somewhere in Time","false","7.3","179" +"false","/1bimEcQ0Bjd5U97H8tmxGHG8N4k.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","236329","tt2542502","it","Something Good: The Mercury Factor","In a small village in China's Yunnan region, Xiwen mourns the sudden loss of her beloved, only child, a young boy poisoned by tainted food. Numbed by the pain, she seeks a reason to live.","0.6","/sHbhIpiCuShns6fcQppBNWGy3jQ.jpg","[]","[{'iso_3166_1':'IT','name':'Italy'}]","2013-11-07","0","115","[{'iso_639_1':'en','name':'English'}]","Released","","Something Good: The Mercury Factor","false","5.8","3" +"false","/zsyu6szRiyS1BSEqWQcHegV9uSO.jpg","null","35000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://somethingborrowedmovie.warnerbros.com/","49022","tt0491152","en","Something Borrowed","Though Rachel is a successful attorney and a loyal, generous friend, she is still single. After one drink too many at her 30th-birthday celebration, Rachel unexpectedly falls into bed with her longtime crush, Dex -- who happens to be engaged to her best friend, Darcy. Ramifications of the liaison threaten to destroy the women's lifelong friendship, while Ethan, Rachel's confidant, harbors a potentially explosive secret of his own.","8.732","/yQ7xDM7y0mIAuvkRoOFOuxhv0Zy.jpg","[{'id':38010,'logo_path':null,'name':'Wild Ocean Films','origin_country':''},{'id':1088,'logo_path':'/9WOE5AQUXbOtLU6GTwfjS8OMF0v.png','name':'Alcon Entertainment','origin_country':'US'},{'id':38011,'logo_path':null,'name':'2S Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-05-05","65090821","112","[{'iso_639_1':'en','name':'English'}]","Released","It's a thin line between love and friendship.","Something Borrowed","false","6.1","567" +"false","/dQs77icKutJatzS67XJXEibXfyg.jpg","null","0","[{'id':35,'name':'Comedy'}]","","249923","tt1978532","en","Someone Marry Barry","A trio of friends scheme to find a wife for their socially inappropriate friend Barry, and end up finding a girl just like him.","6.42","/yqwIV4PME7Ub8TARMbRZXCMAwmh.jpg","[{'id':13403,'logo_path':'/be3PT29TM4LJzmTpsEAAkfkzffK.png','name':'Straight Up Films','origin_country':'US'},{'id':16258,'logo_path':null,'name':'Madrose Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-02-07","0","86","[{'iso_639_1':'en','name':'English'}]","Released","","Someone Marry Barry","false","5.6","90" +"false","/kYFffvENJIFYixhH9iVzybBx2JC.jpg","null","0","[{'id':35,'name':'Comedy'}]","","253344","tt1725986","en","Some Kind of Beautiful","By day, Richard Haig is a successful and well-respected English professor at renowned Trinity College in Cambridge. By night, Richard indulges his own romantic fantasies with a steady stream of beautiful undergraduates. But Richard has grown tired of the game and is looking for something more meaningful and lasting. So when Kate, Richard???s tanned, athletic, 25-year-old American girlfriend tells him that she is pregnant, Richard is thrilled. He looks forward to having a family of his own, being a father his children could be proud of, not some sex-fueled bobcat. There is only one problem. Richard???s not in love with Kate. Richard is in love with Kate???s sister, Olivia. He had been in love with her ever since he first saw her.","7.218","/gNISIaKnEnoUTFVJIOMnOT0HuIh.jpg","[{'id':30131,'logo_path':null,'name':'Southpaw Entertainment','origin_country':''},{'id':597,'logo_path':null,'name':'Irish Dreamtime','origin_country':''},{'id':8739,'logo_path':null,'name':'Das Films','origin_country':''},{'id':46961,'logo_path':null,'name':'Knightsbridge Entertainment','origin_country':''},{'id':74494,'logo_path':null,'name':'Landafar','origin_country':''},{'id':74496,'logo_path':null,'name':'Landafar Entertainment','origin_country':'US'},{'id':11030,'logo_path':null,'name':'Envision Entertainment','origin_country':'US'},{'id':24277,'logo_path':'/u42aMBx2JxWp4vgTjqcar4Kp1HI.png','name':'PalmStar Media','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2015-07-16","0","99","[{'iso_639_1':'en','name':'English'}]","Released","Every good love story has three sides.","Some Kind of Beautiful","false","5.6","309" +"false","/pLI4UGXKzKE8s12yR2OQS2C7U4Z.jpg","null","300000","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://someguywhokillspeople.com/","80468","tt1568341","en","Some Guy Who Kills People","A former mental patient's repressed anger reaches the boiling point, leading him to embark on a mission of revenge against the thugs who once subjected him to severe physical and mental trauma.","3.582","/bGSDCxEI0Y4tIcV9p5Eh5WCz1aL.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-04-14","0","97","[{'iso_639_1':'en','name':'English'}]","Released","Your number is up.","Some Guy Who Kills People","false","6.1","57" +"false","/rEAuvuZLher0Jt9xGT3b90Yx5Zq.jpg","null","45000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'}]","http://www.solomonkane.com/","32985","tt0970452","en","Solomon Kane","A nomadic 16th century warrior, condemned to hell for his brutal past, seeks redemption by renouncing violence, but finds some things are worth burning for as he fights to free a young Puritan woman from the grip of evil.","12.497","/n5SHBE4ulsDDVa9gYttUYwp1VZU.jpg","[{'id':342,'logo_path':null,'name':'Davis-Films','origin_country':''},{'id':20473,'logo_path':null,'name':'Czech Anglo Productions','origin_country':''},{'id':20474,'logo_path':null,'name':'Wandering Star Pictures','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'CZ','name':'Czech Republic'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2009-09-16","7810000","104","[{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'en','name':'English'}]","Released","Fight evil... With evil.","Solomon Kane","false","5.8","642" +"false","/iPTMOZdrWE3q8rXQnUYSPRedah6.jpg","null","26000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","http://www.splicethefilm.com/","37707","tt1017460","en","Splice","Elsa and Clive, two young rebellious scientists, defy legal and ethical boundaries and forge ahead with a dangerous experiment: splicing together human and animal DNA to create a new organism. Named ""Dren"", the creature rapidly develops from a deformed female infant into a beautiful but dangerous winged human-chimera, who forges a bond with both of her creators - only to have that bond turn deadly.","8.374","/2ERwnTksOfNnAyZFp6oUn3BSRqK.jpg","[{'id':9,'logo_path':'/nda3dTUYdDrJ6rZqBpYvY865aDv.png','name':'Gaumont','origin_country':'FR'},{'id':1786,'logo_path':'/joLFuCWg9e2lweYnFQtRPJKSLlI.png','name':'Dark Castle Entertainment','origin_country':'US'},{'id':5106,'logo_path':'/UjER6i4eM9WuBCVxSSWFtMrsuT.png','name':'Copperheart Entertainment','origin_country':'CA'},{'id':3319,'logo_path':null,'name':'Senator Entertainment Co','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","2009-10-06","0","104","[{'iso_639_1':'en','name':'English'}]","Released","Science's newest miracle...is a mistake.","Splice","false","5.5","1080" +"false","/dQ5pVVXtitBZwYZO7vcO4RBPKri.jpg","null","0","[{'id':10752,'name':'War'}]","","16444","tt0034734","en","The First of the Few","This 1942 fictionalized biopic chronicles the true story of how two of the most remarkable men in aviation history - visionary Spitfire designer R.J. Mitchell and his test pilot Geoffrey Crisp - designed a streamlined monoplane that led to the development of the Spitfire.","1.755","/5ampIpIxG35j2AE0EiQSnUbQGwJ.jpg","[{'id':3192,'logo_path':null,'name':'British Aviation Pictures','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1942-09-14","0","118","[{'iso_639_1':'en','name':'English'}]","Released","","The First of the Few","false","6.5","16" +"false","/7UzVI4BepB9g8822H7UCXPjrMan.jpg","null","80000000","[{'id':37,'name':'Western'},{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","9023","tt0166813","en","Spirit: Stallion of the Cimarron","As a wild stallion travels across the frontiers of the Old West, he befriends a young human and finds true love with a mare.","11.067","/nhrcR2KtVjXxJNSrPvcxVSyEf4c.jpg","[{'id':521,'logo_path':'/kP7t6RwGz2AvvTkvnI1uteEwHet.png','name':'DreamWorks Animation','origin_country':'US'},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-05-24","122563539","83","[{'iso_639_1':'en','name':'English'}]","Released","Leader. Hero. Legend.","Spirit: Stallion of the Cimarron","false","7.6","1909" +"false","/7IBpOrw0ATwL1AOV97mtsceDpYs.jpg","{'id':556,'name':'Spider-Man Collection','poster_path':'/aNknE3vw8QC5gDHBRYpOz9gzuPc.jpg','backdrop_path':'/waZqriYTuBE3WqXI3SDGi3kfDQE.jpg'}","258000000","[{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'}]","http://www.sonypictures.com/movies/spider-man3/","559","tt0413300","en","Spider-Man 3","The seemingly invincible Spider-Man goes up against an all-new crop of villains???including the shape-shifting Sandman. While Spider-Man???s superpowers are altered by an alien organism, his alter ego, Peter Parker, deals with nemesis Eddie Brock and also gets caught up in a love triangle.","28.123","/2N9lhZg6VtVJoGCZDjXVC3a81Ea.jpg","[{'id':19551,'logo_path':'/2WpWp9b108hizjHKdA107hFmvQ5.png','name':'Marvel Enterprises','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':326,'logo_path':null,'name':'Laura Ziskin Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-05-01","890871626","139","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","The battle within.","Spider-Man 3","false","6.1","6773" +"false","/5yAEbTXiJZQpNx7eCyyOhnY9MYw.jpg","{'id':556,'name':'Spider-Man Collection','poster_path':'/aNknE3vw8QC5gDHBRYpOz9gzuPc.jpg','backdrop_path':'/waZqriYTuBE3WqXI3SDGi3kfDQE.jpg'}","139000000","[{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'}]","http://www.sonypictures.com/movies/spider-man/","557","tt0145487","en","Spider-Man","After being bitten by a genetically altered spider, nerdy high school student Peter Parker is endowed with amazing powers.","26.473","/A9BYH1DSetvC7bjbHWCaL17Qbp5.jpg","[{'id':19551,'logo_path':'/2WpWp9b108hizjHKdA107hFmvQ5.png','name':'Marvel Enterprises','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-05-01","821708551","121","[{'iso_639_1':'en','name':'English'}]","Released","With great power comes great responsibility.","Spider-Man","false","7","9394" +"false","/inHzBSWqQhHaamuBSZ0I0YQ1OQf.jpg","{'id':556,'name':'Spider-Man Collection','poster_path':'/aNknE3vw8QC5gDHBRYpOz9gzuPc.jpg','backdrop_path':'/waZqriYTuBE3WqXI3SDGi3kfDQE.jpg'}","200000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'}]","http://www.sonypictures.com/movies/spider-man2/","558","tt0316654","en","Spider-Man 2","Peter Parker is going through a major identity crisis. Burned out from being Spider-Man, he decides to shelve his superhero alter ego, which leaves the city suffering in the wake of carnage left by the evil Doc Ock. In the meantime, Parker still can't act on his feelings for Mary Jane Watson, a girl he's loved since childhood.","12.254","/olxpyq9kJAZ2NU1siLshhhXEPR7.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':326,'logo_path':null,'name':'Laura Ziskin Productions','origin_country':''},{'id':19551,'logo_path':'/2WpWp9b108hizjHKdA107hFmvQ5.png','name':'Marvel Enterprises','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-06-25","783766341","127","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'zh','name':'?????????'}]","Released","There's a hero in all of us.","Spider-Man 2","false","6.9","7648" +"false","/41c9Posihpr1acKmY1zfVle8yET.jpg","null","80000000","[{'id':878,'name':'Science Fiction'},{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","https://www.warnerbros.com/sphere","10153","tt0120184","en","Sphere","The OSSA discovers a spacecraft thought to be at least 300 years old at the bottom of the ocean. Immediately following the discovery, they decide to send a team down to the depths of the ocean to study the space craft. They are the best of best, smart and logical, and the perfect choice to learn more about the spacecraft.","9.597","/jrjzPjKnpJq99GPePKf64k7Fzqh.jpg","[{'id':2154,'logo_path':null,'name':'Punch Productions','origin_country':''},{'id':11407,'logo_path':null,'name':'Baltimore Pictures','origin_country':''},{'id':23370,'logo_path':null,'name':'Constant c Productions','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-02-13","37020277","134","[{'iso_639_1':'en','name':'English'}]","Released","A thousand feet beneath the sea, the blackest holes are in the mind...","Sphere","false","6","748" +"false","/1Z9wB1nXqbAknnI0vVs6ceUF5tJ.jpg","{'id':43064,'name':'Speed Collection','poster_path':'/nK6q8iJYl39vVq8vmwR78CUDQp0.jpg','backdrop_path':'/75mSNcKIkfZSjXDgytC8UFe6vBl.jpg'}","160000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'}]","","1639","tt0120179","en","Speed 2: Cruise Control","Sandra Bullock and Jason Patric star as a young couple whose dream cruise turns to terror when a lunatic computer genius (Willem Dafoe) sets a new course for destruction.","11.079","/iHktqeAGoJpENiiuXfsXaHmhr7D.jpg","[{'id':35304,'logo_path':null,'name':'Blue Tulip Productions','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-06-13","164508066","121","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","As the stakes get higher, the ride gets even faster.","Speed 2: Cruise Control","false","4.3","754" +"false","/3dWSyYEdcmvNjzwIPy4sPHjdJpw.jpg","{'id':9887,'name':'Species Collection','poster_path':'/t5J0JH1L8L7CmtC3sL3K2ybgTbE.jpg','backdrop_path':'/vnpcoCTZhg1EdEog1kAS0pklx1o.jpg'}","35000000","[{'id':878,'name':'Science Fiction'},{'id':27,'name':'Horror'},{'id':28,'name':'Action'}]","","9348","tt0114508","en","Species","In 1993, the Search for Extra Terrestrial Intelligence Project receives a transmission detailing an alien DNA structure, along with instructions on how to splice it with human DNA. The result is Sil, a sensual but deadly creature who can change from a beautiful woman to an armour-plated killing machine in the blink of an eye.","14.378","/94P6kzKH8aPmQmPr9yZjgy7BtQQ.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-07-07","113374103","108","[{'iso_639_1':'en','name':'English'}]","Released","Our time is up.","Species","false","5.6","685" +"false","/5tbEFOVutwr0HdihrGj27eGIsxC.jpg","null","120000000","[{'id':10751,'name':'Family'}]","http://www.speedracerthemovie.warnerbros.com/","7459","tt0811080","en","Speed Racer","Speed Racer is the tale of a young and brilliant racing driver. When corruption in the racing leagues costs his brother his life, he must team up with the police and the mysterious Racer X to bring an end to the corruption and criminal activities. Inspired by the cartoon series.","10.91","/dKx5lckYIQh0MpnsXxYbSkhASK2.jpg","[{'id':264,'logo_path':'/fA90qwUKgPhMONqtwY60GaHRyrW.png','name':'Studio Babelsberg','origin_country':'DE'},{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':1885,'logo_path':'/xlvoOZr4s1PygosrwZyolIFe5xs.png','name':'Silver Pictures','origin_country':'US'},{'id':450,'logo_path':null,'name':'Anarchos Productions','origin_country':''},{'id':12170,'logo_path':null,'name':'Velocity Productions','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2008-05-07","93945766","135","[{'iso_639_1':'en','name':'English'}]","Released","Go!","Speed Racer","false","5.7","630" +"false","/nqBgOC3lcWVnVskPsaNDnKGCcwh.jpg","null","1000000","[{'id':18,'name':'Drama'}]","","15058","tt0378793","en","Speak","Freshman high-school student Melinda has refused to speak ever since she called the cops on a popular summer party. With her old friends snubbing her for being a rat, and her parents too busy to notice her troubles, she folds into herself, trying to hide her secret: that star senior Andy raped her at the party. But Melinda does manage to find solace in her art class headed by Mr. Freeman.","6.154","/eWx9SHNOFnmtXLBRnmrgGHFRtEC.jpg","[{'id':102893,'logo_path':null,'name':'Speak Film Inc.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-01-20","0","89","[{'iso_639_1':'en','name':'English'}]","Released","The Truth Will Change Everything.","Speak","false","6.8","233" +"false","/pGVpDc6MgLRtOYdxsA5fhj1SZki.jpg","{'id':43064,'name':'Speed Collection','poster_path':'/nK6q8iJYl39vVq8vmwR78CUDQp0.jpg','backdrop_path':'/75mSNcKIkfZSjXDgytC8UFe6vBl.jpg'}","30000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':80,'name':'Crime'}]","","1637","tt0111257","en","Speed","Los Angeles SWAT cop Jack Traven is up against bomb expert Howard Payne, who's after major ransom money. First it's a rigged elevator in a very tall building. Then it's a rigged bus--if it slows, it will blow, bad enough any day, but a nightmare in LA traffic. And that's still not the end.","15.612","/u5ZqizbcZ0RZhVqmu8lSU4SARBT.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-06-09","350448145","116","[{'iso_639_1':'en','name':'English'}]","Released","Get ready for rush hour","Speed","false","6.9","2954" +"false","/anb475UerOlhhBnFgs4EGGo5ahA.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","88012","tt0057521","en","Sparrows Can't Sing","Charlie returns to the East End after two years at sea to find his house demolished and wife Maggie gone. Everyone else knows she is now shacked up with married bus driver Bert and a toddler, and they all watch with more than a little interest at the trail of mayhem Charlie leaves as he goes about sorting things out.","1.4","/ifgBjwaZF3nIugvRDQ2JrOKVbAI.jpg","[]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1963-03-26","0","94","[{'iso_639_1':'en','name':'English'}]","Released","","Sparrows Can't Sing","false","5.6","6" +"false","/5Gmzym8lzL9Zol5KMWKrq1AIg3L.jpg","null","463455","[{'id':18,'name':'Drama'}]","","73575","tt0017423","en","Sparrows","Evil Mr.Grimes keeps a rag-tag bunch orphans on his farm deep in a swamp in the US South. He forces them to work in his garden and treats them like slaves. They are watched over by the eldest, Molly. A gang in league with Mr. Grimes kidnaps Doris, the beautiful little daughter of a rich man, and hides her out on Grimes' farm, awaiting ransom. When the police close in, and Mr. Grimes threatens to throw Doris into the bottomless mire, Molly must lead her little flock out through the alligator-infested swamp.","1.992","/3ZPfhlwZ9HIYViUCgoZusCszohT.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':14646,'logo_path':null,'name':'Pickford Corporation','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1926-05-14","966878","84","[{'iso_639_1':'en','name':'English'}]","Released","","Sparrows","false","7.5","14" +"false","/pBeg5yR45Gm7mENdMXiPGjy3K3u.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","171776","tt2234429","en","Sparks","A masked vigilante who discovers the dark side to heroism. Going after the nation's most notorious super criminal leaves Sparks' life and reputation in ruins.","4.085","/eNlwlxXRjTUMcSQouLDfBPqPpK6.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-03-01","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Sparks","false","5.1","49" +"false","/97WVUzZAVKHvgJSZ3deqJzpByZc.jpg","null","0","[{'id':18,'name':'Drama'}]","","264337","tt3233418","en","Spare Parts","With the help of their high school's newest teacher, four Hispanic students form a robotics club. Although they have no experience, the youths set their sights on a national robotics contest. With $800 and parts scavenged from old cars, they build a robot and compete against reigning champion MIT. Along the way, the students learn not only how to build a robot but something far more important: how to forge bonds that will last a lifetime.","4.591","/qOlGxO6WfcGFwLBPlNwrkiGxFXO.jpg","[{'id':20911,'logo_path':null,'name':'Televisa','origin_country':''},{'id':3235,'logo_path':null,'name':'Brookwell-McNamara Entertainment','origin_country':''},{'id':23921,'logo_path':'/simDvqT8y6jhP530ggUMbikvVKc.png','name':'Circle of Confusion','origin_country':'US'},{'id':8573,'logo_path':null,'name':'Pantelion Film','origin_country':''},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'}]","[]","2015-01-16","0","83","[{'iso_639_1':'en','name':'English'}]","Released","It takes a dream to build a team.","Spare Parts","false","7","89" +"false","/pZz5VmundsZO29sB3TgZKjnFEEM.jpg","null","22700000","[{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'}]","http://www.mgm.com/view/movie/1873/Spaceballs/","957","tt0094012","en","Spaceballs","When the nefarious Dark Helmet hatches a plan to snatch Princess Vespa and steal her planet's air, space-bum-for-hire Lone Starr and his clueless sidekick fly to the rescue. Along the way, they meet Yogurt, who puts Lone Starr wise to the power of ""The Schwartz."" Can he master it in time to save the day?","11.753","/xWt9KAcToCRdJ6JH8JyZZlhkVgG.jpg","[{'id':617,'logo_path':null,'name':'Brooksfilms Ltd.','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-06-24","38119483","96","[{'iso_639_1':'en','name':'English'}]","Released","May the schwartz be with you","Spaceballs","false","6.8","1476" +"false","/umiJxGHwGI85BGGhvBdgdJMhPHV.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'}]","","188507","tt2328745","en","Space Warriors","The son of a retired astronaut competes to win a seat on the next space shuttle.","2.451","/4zMYymKiY2EZZOIfhe6ZpUPDRx6.jpg","[{'id':58572,'logo_path':null,'name':'Meteor 17','origin_country':''},{'id':23703,'logo_path':null,'name':'Arc Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-04-26","0","93","[{'iso_639_1':'en','name':'English'}]","Released","","Space Warriors","false","4.4","19" +"false","/kBTdPNTAzagAY6UiwY957KCDGuu.jpg","null","80000000","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","http://www.warnerbros.com/archive/spacejam/movie/jam.htm","2300","tt0117705","en","Space Jam","In a desperate attempt to win a basketball match and earn their freedom, the Looney Tunes seek the aid of retired basketball champion, Michael Jordan.","10.799","/xI9AwhOWtsbFlS8tYD2PXa80p7u.jpg","[{'id':55527,'logo_path':null,'name':'Courtside Seats Productions','origin_country':''},{'id':3592,'logo_path':null,'name':'Warner Bros. Family Entertainment','origin_country':''},{'id':8816,'logo_path':null,'name':'Northern Lights Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-11-15","250200000","88","[{'iso_639_1':'en','name':'English'}]","Released","Get ready to jam.","Space Jam","false","6.7","2626" +"false","/yDq3Mi5iqPWqnN1ym5VZrEL07EN.jpg","null","65000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'}]","http://movies.warnerbros.com/spacecowboys/index.html","5551","tt0186566","en","Space Cowboys","Frank Corvin, ???Hawk??? Hawkins, Jerry O'Neill and ???Tank??? Sullivan were hotdog members of Project Daedalus, the Air Force's test program for space travel, but their hopes were dashed in 1958 with the formation of NASA and the use of trained chimps. They blackmail their way into orbit when Russia's mysterious ???Ikon??? communications satellite's orbit begins to degrade and threatens to crash to Earth.","10.001","/aBhWg4uQMnpWnsn8pgNw6mQasOJ.jpg","[{'id':76068,'logo_path':null,'name':'Digital Image Associates','origin_country':''},{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':171,'logo_path':null,'name':'Malpaso Productions','origin_country':'US'},{'id':1757,'logo_path':null,'name':'Mad Chance','origin_country':''},{'id':10566,'logo_path':null,'name':'Clipsal Films','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-07-31","128884132","130","[{'iso_639_1':'en','name':'English'}]","Released","Space will never be the same.","Space Cowboys","false","6.3","639" +"false","/cOi8BwdlT58goH3HDQfSx4FqiEo.jpg","null","5000000","[{'id':36,'name':'History'},{'id':10749,'name':'Romance'}]","","29996","tt0053290","en","Solomon and Sheba","Under the rule of King David, Israel is united and prosperous although surrounded by enemies including Egypt and its allies. The aging King David favors his younger son, Solomon, as his successor, but David's elder son Prince Adonijah, a warrior, declares himself King. When David learns of this, he publicly announces Solomon to be his successor. Adonijah and Joab, his general, withdraw in rage. Israel prospers under King Solomon's wise and benevolent rule and is seen as a threat to more tyrannical monarchs in the region. The Pharaoh of Egypt agrees to cede a Red Sea port to the Queen of Sheba in a plot to undermine Solomon's rule. Sheba is to seduce Solomon and introduce Sheban pagan worship into Jerusalem. Meanwhile, Prince Adonijah, now banished, also conspires with Pharaoh and is given an army to defeat Solomon. The film is a highly fictionalized dramatization of events depicted in The Bible -- First Kings chapter 10 and Second Chronicles chapter 9.","3.3","/evSeuAEnEZ0vX5ZRP7PFwW59Od9.jpg","[{'id':13479,'logo_path':null,'name':'Edward Small Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1959-12-25","12200000","139","[{'iso_639_1':'en','name':'English'}]","Released","Only once in 3000 years...anything like...","Solomon and Sheba","false","6.2","22" +"false","/4sfYmP6TzqF5IMHVUS1NfsKuil.jpg","null","8000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'}]","","112304","tt1678051","en","Soldiers of Fortune","Wealthy thrill-seekers pay huge premiums to have themselves inserted into military adventures, only this time things don't go exactly to plan.","6","/rxZ7IEvgcpGC6WNvyXRmVGyCMAL.jpg","[{'id':23319,'logo_path':null,'name':'Globus-film','origin_country':''},{'id':4030,'logo_path':null,'name':'Jeff Most Productions','origin_country':''},{'id':23323,'logo_path':null,'name':'Most/Rice Films','origin_country':''},{'id':23320,'logo_path':null,'name':'Crombie Film','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'RU','name':'Russia'}]","2012-06-07","0","94","[{'iso_639_1':'en','name':'English'}]","Released","","Soldiers of Fortune","false","4.7","67" +"false","/eYrjffVvcc0MEgy9RcquvWyBGtQ.jpg","null","75000000","[{'id':28,'name':'Action'},{'id':10752,'name':'War'},{'id':878,'name':'Science Fiction'},{'id':18,'name':'Drama'}]","http://www.wb-soldier.com/","9425","tt0120157","en","Soldier","Sergeant Todd is a veteran soldier for an elite group of the armed forces. After being defeated by a new breed of genetically engineered soldiers, he is dumped on a waste planet and left for dead. He soon interacts with a group of crash survivors who lead out a peaceful existence. The peace is broken as the new soldiers land on the planet to eliminate the colony, which Sergeant Todd must defend.","15.21","/lpByPXb2xJvsmeEBxO9YPADLLdi.jpg","[{'id':248,'logo_path':null,'name':'Impact Pictures','origin_country':''},{'id':2596,'logo_path':null,'name':'Jerry Weintraub Productions','origin_country':'US'},{'id':10210,'logo_path':null,'name':'Morgan Creek Productions','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-10-23","14567883","99","[{'iso_639_1':'en','name':'English'}]","Released","Left for dead on a remote planet for obsolete machines and people, a fallen hero has one last battle to fight","Soldier","false","6.1","320" +"false","/lCSS5wMaOuZYDMHg9CdY3KKHOVx.jpg","null","25000000","[{'id':878,'name':'Science Fiction'}]","","36677","tt0091981","en","Solarbabies","In a future in which most water has disappeared from the Earth, we find a group of children, mostly teenagers, who are living at an orphanage, run by the despotic rulers of the new Earth. The group in question plays a hockey based game on roller skates and is quite good. It has given them a unity that transcends the attempts to bring them to heel by the government. Finding an orb of special power, they find it has unusual effects on them. They escape from the orphanage (on skates) and try to cross the wasteland looking for a place they can live free as the storm-troopers search for them and the orb.","1.643","/biQozy811d1eBkeItu4mAJVzQe9.jpg","[{'id':5612,'logo_path':null,'name':'Brooksfilms','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1986-11-26","1579260","94","[{'iso_639_1':'en','name':'English'}]","Released","Who will rule the future?","Solarbabies","false","5.2","25" +"false","/4oOeUtr4fHyFDHEtxZd6K1T5uIL.jpg","null","0","[{'id':10770,'name':'TV Movie'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","236324","tt2953196","en","Social Nightmare","A student's chances of getting into a good college hang in the balance when inappropriate photos of her are posted on the Internet.","3.128","/k65V0T9fmwaSv19b2oT3y3pispv.jpg","[{'id':20486,'logo_path':null,'name':'Go2 Digital Media','origin_country':''},{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'},{'id':20485,'logo_path':null,'name':'Choices','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-08-31","0","91","[{'iso_639_1':'en','name':'English'}]","Released","Mother - She'll Keep you Safe","Social Nightmare","false","5.4","33" +"false","/7HZrKOoAoKvB6SJvklUzmk6XFeP.jpg","null","0","[{'id':28,'name':'Action'}]","","93837","tt1766094","en","So Undercover","When the FBI hires her to go undercover at a college sorority, Molly Morris (Miley Cyrus) must transform herself from a tough, streetwise private investigator to a refined, sophisticated university girl to help protect the daughter of a one-time Mobster. With several suspects on her list, Molly unexpectedly discovers that not everyone is who they appear to be, including herself.","7.492","/mfMndRWFbzXbTx0g3rHUXFAxyOh.jpg","[{'id':61240,'logo_path':null,'name':'Kappa Undercover Pictures','origin_country':''},{'id':11448,'logo_path':'/twhX9HMUuGW4Mhb45AyWDhRqkvR.png','name':'Exclusive Media','origin_country':'US'},{'id':9018,'logo_path':'/tNi25gbdvKdyt3ykpNC4FTWThfv.png','name':'Crystal City Entertainment','origin_country':''},{'id':61241,'logo_path':null,'name':'Scarlet Fire Entertainment','origin_country':'US'},{'id':61242,'logo_path':null,'name':'Hope Town Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-01-01","0","94","[{'iso_639_1':'en','name':'English'}]","Released","Meet the FBI's new secret weapon","So Undercover","false","6","678" +"false","/gQSp8Ai5qRs1IkVya9qEoyxLzPT.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","227655","tt2081367","en","So This Is Christmas","Eighteen-year old Ashley's life is headed in the wrong direction. She's been hanging out with a bad crowd and seeking an escape from the drama at home. Everything begins to change when a handyman working on the family's house encourages her to volunteer for a Christmas play with underprivileged children. Ashley finds purpose by helping people in need and uses that to help heal her troubled family. Together, they discover the impact one person can make through the gift of giving.","1.281","/r2WurEIQK3k7TVo3xVKsZoXkQYT.jpg","[{'id':38571,'logo_path':null,'name':'Foster Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-10-01","0","115","[{'iso_639_1':'en','name':'English'}]","Released","Sometimes the greatest gifts are the ones you already have","So This Is Christmas","false","5.8","4" +"false","/dUrRhiIb9sWckFsKmdNR39Ot1eG.jpg","null","39200000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':18,'name':'Drama'}]","http://snowpiercer-film.com/","110415","tt1706620","ko","Snowpiercer","In a future where a failed global-warming experiment kills off most life on the planet, a class system evolves aboard the Snowpiercer, a train that travels around the globe via a perpetual-motion engine.","13.342","/oP0ZWr6MsaQ1TV7xvnZJMKSfz0H.jpg","[{'id':7036,'logo_path':'/javbyY0ZCvlFJtly3tpZqf2NwLX.png','name':'CJ Entertainment','origin_country':'KR'},{'id':7270,'logo_path':null,'name':'Opus Pictures','origin_country':'KR'},{'id':11345,'logo_path':null,'name':'Stillking Films','origin_country':''},{'id':21122,'logo_path':null,'name':'SnowPiercer','origin_country':''},{'id':34725,'logo_path':null,'name':'Moho Film','origin_country':'KR'}]","[{'iso_3166_1':'CZ','name':'Czech Republic'},{'iso_3166_1':'KR','name':'South Korea'}]","2013-08-01","86758912","126","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","AD 2031, the passengers in the train are the only survivors on Earth.","Snowpiercer","false","6.8","4575" +"false","/i5qm0Zw4GiN9sWK5yAVQMtK44w5.jpg","{'id':393379,'name':'The Huntsman Collection','poster_path':'/qQ3vWrNroNSJyPGRjsrgzNghTux.jpg','backdrop_path':'/xZWmMCp9DwKlcu2yEzVFN7ggpGu.jpg'}","170000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':18,'name':'Drama'}]","http://www.snowwhiteandthehuntsman.com/","58595","tt1735898","en","Snow White and the Huntsman","After the Evil Queen marries the King, she performs a violent coup in which the King is murdered and his daughter, Snow White, is taken captive. Almost a decade later, a grown Snow White is still in the clutches of the Queen. In order to obtain immortality, The Evil Queen needs the heart of Snow White. After Snow escapes the castle, the Queen sends the Huntsman to find her in the Dark Forest.","17.201","/40iabcM7KQLJzmO8yGm8AvUbxZR.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':16314,'logo_path':null,'name':'Roth Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-05-30","396600000","127","[{'iso_639_1':'en','name':'English'}]","Released","The Fairytale is Over","Snow White and the Huntsman","false","5.9","5084" +"false","/rRK0LRpvRI2didoMaBFt1GqxjEy.jpg","null","35000000","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","134411","tt0882977","en","Snitch","Construction company owner John Matthews learns that his estranged son, Jason, has been arrested for drug trafficking. Facing an unjust prison sentence for a first time offender courtesy of mandatory minimum sentence laws, Jason has nothing to offer for leniency in good conscience. Desperately, John convinces the DEA and the opportunistic DA Joanne Keeghan to let him go undercover to help make arrests big enough to free his son in return. With the unwitting help of an ex-con employee, John enters the narcotics underworld where every move could be his last in an operation that will demand all his resources, wits and courage to survive.","9.341","/6bIr7h0AcZGZds7ep8ShsQRwUxX.jpg","[{'id':11448,'logo_path':'/twhX9HMUuGW4Mhb45AyWDhRqkvR.png','name':'Exclusive Media','origin_country':'US'},{'id':6735,'logo_path':'/6yyByQrmTAgJv0QzZ1Eh1jiGX4R.png','name':'Participant Media','origin_country':'US'},{'id':6736,'logo_path':null,'name':'Imagenation Abu Dhabi FZ','origin_country':''},{'id':1450,'logo_path':null,'name':'Front Street Productions','origin_country':'US'},{'id':14739,'logo_path':null,'name':'Spitfire Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'AE','name':'United Arab Emirates'}]","2013-02-21","42930462","112","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","How Far Would You Go To Save Your Son?","Snitch","false","5.9","1465" +"false","/lE1srrhvN9LHmJrFIrBkdo6NqSh.jpg","null","10000000","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","107","tt0208092","en","Snatch","The second film from British director Guy Ritchie. Snatch tells an obscure story similar to his first fast-paced crazy character-colliding filled film ???Lock, Stock and Two Smoking Barrels.??? There are two overlapping stories here ??? one is the search for a stolen diamond, and the other about a boxing promoter who???s having trouble with a psychotic gangster.","15.835","/on9JlbGEccLsYkjeEph2Whm1DIp.jpg","[{'id':3287,'logo_path':'/bz6GbCQQXGNE56LTW9dwgksW0Iw.png','name':'Screen Gems','origin_country':'US'},{'id':13419,'logo_path':null,'name':'SKA Films','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2000-09-01","83557872","103","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Stealin' Stones and Breakin' Bones.","Snatch","false","7.8","4564" +"false","/iF5ix0kDBBdcJpMTAwa41znmxC1.jpg","null","33000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","326","tt0417148","en","Snakes on a Plane","America is on the search for the murderer Eddie Kim. Sean Jones must fly to L.A. to testify in a hearing against Kim. Accompanied by FBI agent Neville Flynn, the flight receives some unexpected visitors.","10.592","/dbt9YEAPZjd0LbaK1r8UnOZp2Uv.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-08-06","62022014","105","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'th','name':'?????????????????????'}]","Released","At 30,000 feet, snakes aren't the deadliest thing on this plane.","Snakes on a Plane","false","5.2","820" +"false","/kePmBXwM3amfr1ZDgKgyZ4I1fD3.jpg","null","73000000","[{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","8688","tt0120832","en","Snake Eyes","All bets are off when corrupt homicide cop Rick Santoro witnesses a murder during a boxing match. It's up to him and lifelong friend and naval intelligence agent Kevin Dunne to uncover the conspiracy behind the killing. At every turn, Santoro makes increasingly shocking discoveries that even he can't turn a blind eye to.","10.68","/lCKdTf0Cy3R3kBuw2xmWmbxX6pZ.jpg","[{'id':54502,'logo_path':null,'name':'Mel's Cite du Cinema','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':2519,'logo_path':null,'name':'DeBart','origin_country':''},{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","1998-08-07","103891409","98","[{'iso_639_1':'cs','name':'??esk??'},{'iso_639_1':'en','name':'English'}]","Released","Believe everything except your eyes.","Snake Eyes","false","5.9","556" +"false","/tr7Yqv9m0dEfyLTCQrTjKCrHfSj.jpg","null","0","[{'id':18,'name':'Drama'}]","","217719","tt1718898","en","Snake & Mongoose","The untold story of how Southern California drag racers, Don ""The Snake"" Prudhomme and Tom ""The Mongoose"" McEwen combined with corporate giants to change the face of sports and ultimately became the most famous rivalry in racing history.","2.481","/txrgqECyskfUBhPq5KXPMHbXHPI.jpg","[]","[]","2013-09-06","0","102","[{'iso_639_1':'en','name':'English'}]","Released","Fast Friends, Arch Rivals!","Snake & Mongoose","false","5.3","6" +"false","/68DzpzWIOA54ooEvplDxtCfkWY5.jpg","{'id':96680,'name':'Smokin' Aces Collection','poster_path':'/nlVbASd2BX1k70cuY0LHb6EbX7R.jpg','backdrop_path':'/1TbMf5bJnYCP9sXhRSVHULPJDbw.jpg'}","17000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","http://www.smokinaces.net/","7516","tt0475394","en","Smokin' Aces","When a Las Vegas performer-turned-snitch named Buddy Israel decides to turn state's evidence and testify against the mob, it seems that a whole lot of people would like to make sure he's no longer breathing.","11.339","/sIxQqvlhqWRiw0czLNuGS8q3P4F.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'},{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':7419,'logo_path':null,'name':'Scion Films','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2006-12-09","57103895","109","[{'iso_639_1':'en','name':'English'}]","Released","Nobody gets away clean.","Smokin' Aces","false","6.5","811" +"false","/vyHGkJC68KkocwBWtQxIEnUUVsM.jpg","null","500000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","84341","tt2063781","en","Smashed","Kate and Charlie like to have a good time. Their marriage thrives on a shared fondness for music, laughter??? and getting smashed. When Kate???s partying spirals into hard-core asocial behavior, compromising her job as an elementary schoolteacher, something???s got to give. But change isn???t exactly a cakewalk. Sobriety means she will have to confront the lies she???s been spinning at work, her troubling relationship with her mother, and the nature of her bond with Charlie.","6.694","/clBwWIRhFqYiHIUbveYgoPnB3fV.jpg","[{'id':13369,'logo_path':null,'name':'Super Crispy Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-09-12","376597","85","[{'iso_639_1':'en','name':'English'}]","Released","","Smashed","false","6.5","130" +"false","/rQ0KsXdK161m8DrhQJdCZJzeShV.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.smalltownsaturdaynight.com/","39477","tt1063111","en","Small Town Saturday Night","Just days before Rhett (Chris Pine) is leaving for Nashville to pursue a lifelong dream of being a singer/songwriter, his girlfriend Samantha (Bre Blair) realizes that ""his"" future may not be ""their"" future. This news comes as a shock to Rhett, and he is faced with having to choose between following his dream and staying in his hometown in order to be with the woman he loves.","2.123","/ul0kH4XDMx0s7HfAbgz9EfOl31I.jpg","[{'id':6570,'logo_path':null,'name':'Perfect Weekend','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-05-31","0","94","[{'iso_639_1':'en','name':'English'}]","Released","","Small Town Saturday Night","false","6.2","17" +"false","/a81ZNawHhoZyN1hYrRPpWgOCahH.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","http://www.asylument.com/shows/small-time/","249266","tt2310109","en","Small Time","Al Klein and his longtime friend, Ash Martini, own a used car lot and these two know every trick in the book when it comes to selling cars. Klein still pines for his ex-wife Barbara who left him years ago for a more successful man. After their son Freddy graduates from high school, he decides to forego college in favor of selling cars with his old man. But what???s good for Klein might not be the best thing for Freddy, as he quickly transforms from an innocent young man into a jaded car salesman, leaving Al with a tough decision to make.","2.327","/plL7UtSuJCseH2WltA7lnOBYZtb.jpg","[{'id':5860,'logo_path':null,'name':'Anchor Bay Films','origin_country':'US'},{'id':4382,'logo_path':'/z9gOkP6vTSvd7uqYgUBdROe7ffj.png','name':'Asylum Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-04-18","0","95","[{'iso_639_1':'en','name':'English'}]","Released","Close the Deal","Small Time","false","5.5","16" +"false","/l3cjRFKXaZR94dlhKsq8rQRwSpG.jpg","null","5000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","14662","tt0120831","en","Slums of Beverly Hills","In 1976, a lower-middle-class teenager struggles to cope living with her neurotic family of nomads on the outskirts of Beverly Hills.","5.208","/u0690Aor60ZM7Zhg6rwUD1KvJOr.jpg","[{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-08-14","0","91","[{'iso_639_1':'en','name':'English'}]","Released","Growing Up is Hard to Do","Slums of Beverly Hills","false","6.5","91" +"false","/aIv7WnkxMWsswEpaeRuNbC32D9d.jpg","null","15000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.foxsearchlight.com/slumdogmillionaire","12405","tt1010048","en","Slumdog Millionaire","Jamal Malik is an impoverished Indian teen who becomes a contestant on the Hindi version of ???Who Wants to Be a Millionaire???? but, after he wins, he is suspected of cheating.","14.238","/gWE4R4DjcUlXX1VNBO4DjzdtNXW.jpg","[{'id':3573,'logo_path':null,'name':'Celador Films','origin_country':''},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2008-05-12","377910544","120","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'hi','name':'??????????????????'},{'iso_639_1':'en','name':'English'}]","Released","What does it take to find a lost love? A. Money, B. Luck, C. Smarts, D. Destiny","Slumdog Millionaire","false","7.7","5550" +"false","/9qF6lhj6X0ImH4iWGZs1uspXJI0.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':53,'name':'Thriller'},{'id':37,'name':'Western'},{'id':18,'name':'Drama'}]","","223485","tt3205376","en","Slow West","In the Old West, a 17-year-old Scottish boy teams up with a mysterious gunman to find the woman with whom he is infatuated.","8.58","/uZ9dBBn0GaEw0YIBvQd01Io3pho.jpg","[{'id':14631,'logo_path':null,'name':'See Saw Films','origin_country':''},{'id':58085,'logo_path':null,'name':'DMC Films','origin_country':''},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'},{'id':294,'logo_path':'/3XuHM8TXG0gDdPM3xJI14gkZbQy.png','name':'New Zealand Film Commission','origin_country':'NZ'}]","[{'iso_3166_1':'NZ','name':'New Zealand'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-04-16","229094","84","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'tr','name':'T??rk??e'}]","Released","Wanted Dead or Dead","Slow West","false","6.7","525" +"false","/fwreQBx5CD55c1DpH117cS8915P.jpg","null","40000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","867","tt0108162","en","Sliver","A woman moves into an apartment in Manhattan and learns that the previous tenant's life ended mysteriously after they fell from the balcony.","9.686","/av21Dfu31DQPtp5jkorMMS58rQC.jpg","[{'id':94856,'logo_path':null,'name':'Robert Evans Company','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-05-21","116300000","108","[{'iso_639_1':'en','name':'English'}]","Released","You like to watch... don't you?","Sliver","false","5.2","237" +"false","/xrcs6pvARTrgyL4HRJwRotJ3gBY.jpg","null","0","[{'id':878,'name':'Science Fiction'}]","","24029","tt0381601","en","Slipstream","A scientist plots a bank robbery based around his newest invention -- a time travel gadget that will send its user 10 minutes into the past. Everything goes according to plan, until he encounters a group of thieves who've planned their heist for the same day.","2.389","/axbLX4xn39IPZAM3ECCaXPRE1O3.jpg","[{'id':33441,'logo_path':null,'name':'ApolloProMedia GmbH & Co. 2. Filmproduktion KG','origin_country':''},{'id':19951,'logo_path':null,'name':'ApolloProMedia GmbH & Co. 1. Filmproduktion KG (I)','origin_country':''},{'id':773,'logo_path':'/8GHHXJTeF5XU5a5EN6myMiYwSJh.png','name':'Film Afrika Worldwide','origin_country':'ZA'}]","[{'iso_3166_1':'ZM','name':'Zambia'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'ZA','name':'South Africa'}]","2005-02-03","0","89","[{'iso_639_1':'en','name':'English'}]","Released","He's got 10 minutes to change the past, or his future is history","Slipstream","false","4.7","27" +"false","/8EYj7lENYgLab54yuGP7X4EWOA9.jpg","null","1000000","[{'id':18,'name':'Drama'}]","https://www.miramax.com/movie/sling-blade/","12498","tt0117666","en","Sling Blade","Karl Childers is a mentally disabled man who has been in the custody of the state mental hospital since the age of 12 for killing his mother and her lover. Although thoroughly institutionalized, Karl is deemed fit to be released into the outside world.","8.154","/tUQRe2VQWdiIdSjpD28w7Rm8Ccb.jpg","[{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':1596,'logo_path':null,'name':'Shooting Gallery','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-08-30","24444121","135","[{'iso_639_1':'en','name':'English'}]","Released","A simple man. A difficult choice.","Sling Blade","false","7.6","367" +"false","/3p5YkOrajk3DVYrGwX64p8ervti.jpg","null","100000000","[{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'},{'id':27,'name':'Horror'}]","","2668","tt0162661","en","Sleepy Hollow","New York detective Ichabod Crane is sent to Sleepy Hollow to investigate a series of mysterious deaths in which the victims are found beheaded. But the locals believe the culprit to be none other than the ghost of the legendary Headless Horseman.","14.488","/2UDsmTvWSxVvuGoRQyV3zVaIRyu.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':551,'logo_path':'/jSlzEZZ4Z1g7B2UExjZEIKsUvD9.png','name':'Mandalay Pictures','origin_country':'US'},{'id':70,'logo_path':'/ueaENQkPcy8rlr5fGZVBXKOhlBh.png','name':'American Zoetrope','origin_country':'US'},{'id':8601,'logo_path':null,'name':'Tim Burton Productions','origin_country':''},{'id':23310,'logo_path':null,'name':'Karol Film Productions','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","1999-11-18","206071502","105","[{'iso_639_1':'en','name':'English'}]","Released","Heads will roll.","Sleepy Hollow","false","7.1","3340" +"false","/kSZd5IkmNbSbL7jPkfKFGTMpe6u.jpg","null","19000000","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","7442","tt0102945","en","Sleeping with the Enemy","A young woman fakes her own death in an attempt to escape her nightmarish marriage, but discovers it is impossible to elude her controlling husband.","9.554","/mf7WgHsZ0lwn0wb7iHN3WSTUeuE.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1991-01-13","174999005","99","[{'iso_639_1':'en','name':'English'}]","Released","Self-Defense is not murder","Sleeping with the Enemy","false","6.4","419" +"false","/xV7kqjmVgxxKlcvlblRFovViq9w.jpg","null","0","[{'id':14,'name':'Fantasy'},{'id':12,'name':'Adventure'}]","http://www.theasylum.cc/product.php?id=251","275318","tt3343136","en","Sleeping Beauty","When a young Prince and his trusted aid learn of a beautiful Princess's cursed eternal slumber, they embark on a journey to rescue her. They must battle an evil queen and legions of undead monsters before she will be free.","6.502","/39ekSlNk5dB5E6bKF1rvUXqLDyE.jpg","[{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-05-13","0","89","[{'iso_639_1':'en','name':'English'}]","Released","Blood will run for a single kiss.","Sleeping Beauty","false","4.2","43" +"false","/6V1a4GHhyjr5niyYCGkyVB9rT6F.jpg","null","10000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://sleepingbeautyfilm.com/","64586","tt1588398","en","Sleeping Beauty","A haunting erotic fairytale about Lucy, a young University student drawn into a mysterious hidden world of beauty and desire.","7.1","/9fc7K82At056IlrK9dOzPSQYhSY.jpg","[{'id':14430,'logo_path':null,'name':'Fulcrum Media Finance','origin_country':''},{'id':7584,'logo_path':'/eGkfvvyf4fJTvBUR1xt1669IPA3.png','name':'Screen Australia','origin_country':'AU'},{'id':47178,'logo_path':null,'name':'Magic Films','origin_country':''},{'id':10951,'logo_path':'/48iBaAPgtoirf3C25HNkL9MhWfj.png','name':'Screen NSW','origin_country':'AU'},{'id':82491,'logo_path':null,'name':'Deluxe Australia','origin_country':''},{'id':14604,'logo_path':null,'name':'Spectrum Films','origin_country':''},{'id':82492,'logo_path':null,'name':'Big Ears Productions','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2011-06-10","0","102","[{'iso_639_1':'en','name':'English'}]","Released","Awaken to a World of Wonders!","Sleeping Beauty","false","5.3","289" +"false","/zWKl0O88hHRinqadToYFVWuPkdG.jpg","null","6000000","[{'id':14,'name':'Fantasy'},{'id':16,'name':'Animation'},{'id':10749,'name':'Romance'},{'id':10751,'name':'Family'}]","","10882","tt0053285","en","Sleeping Beauty","A beautiful princess born in a faraway kingdom is destined by a terrible curse to prick her finger on the spindle of a spinning wheel and fall into a deep sleep that can only be awakened by true love's first kiss. Determined to protect her, her parents ask three fairies to raise her in hiding. But the evil Maleficent is just as determined to seal the princess's fate.","15.355","/czw47LFa7ptfqfsfwzWFJqQKHg7.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':3166,'logo_path':'/vyyv4Gy9nPqAZKElPm2izLlEaVS.png','name':'Walt Disney Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1959-01-28","51000000","75","[{'iso_639_1':'en','name':'English'}]","Released","Awaken to a World of Wonders!","Sleeping Beauty","false","6.8","2691" +"false","/vvdo7wDPJZHfstNMKprqRIM8l3B.jpg","null","44000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","819","tt0117665","en","Sleepers","Two gangsters seek revenge on the state jail worker who during their stay at a youth prison sexually abused them. A sensational court hearing takes place to charge him for the crimes.","13.493","/cDqEv4Fw4JZh2zCfecqw3z09L8z.jpg","[{'id':278,'logo_path':null,'name':'Propaganda Films','origin_country':''},{'id':11407,'logo_path':null,'name':'Baltimore Pictures','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-10-18","165615285","147","[{'iso_639_1':'en','name':'English'}]","Released","When friendship runs deeper than blood","Sleepers","false","7.5","1351" +"false","/kpdIEsr8no3GfGLdgPnfP9TGpMY.jpg","{'id':47391,'name':'Sleepaway Camp Collection','poster_path':'/aDSw8Y7Rat8Q72oyzBRyTaAjMeO.jpg','backdrop_path':'/51coSlxdbEgBtsoRVOOhvs21XlK.jpg'}","350000","[{'id':27,'name':'Horror'}]","","13567","tt0086320","en","Sleepaway Camp","Slightly disturbed and painfully shy Angela Baker is sent away to summer camp with her cousin. Not long after Angela's arrival, things start to go horribly wrong for anyone with sinister or less than honorable intentions.","6.931","/gkAgVMS2mShi8bXWUSB8VvDshl2.jpg","[{'id':2775,'logo_path':null,'name':'American Eagle','origin_country':'US'},{'id':95947,'logo_path':null,'name':'United Film Distribution Company (UFDC)','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1983-11-18","0","85","[{'iso_639_1':'en','name':'English'}]","Released","???you won't be coming home!","Sleepaway Camp","false","6.2","219" +"false","/rI518OaXb00F1nLDx6RLS7pwHLw.jpg","{'id':261526,'name':'Slap Shot Collection','poster_path':'/mmBJwlksdef8tQ6SmzpYvCHL31P.jpg','backdrop_path':'/Abqfc8k2Pzf2TVEiDbu5SECqUUJ.jpg'}","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","https://www.uphe.com/movies/slap-shot","11590","tt0076723","en","Slap Shot","To build up attendance at their games, the management of a struggling minor-league hockey team signs up the Hanson Brothers, three hard-charging players whose job is to demolish the opposition.","6.648","/sI0s4FikzWz9iDlyadROYtn521j.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1977-02-25","28000000","123","[{'iso_639_1':'en','name':'English'}]","Released","Slap Shot out slaps... out swears... out laughs...","Slap Shot","false","7","156" +"false","/8c6K1UdDn5dJgj1Tjq05AIwfP3g.jpg","{'id':484312,'name':'Skyline Collection','poster_path':'/jaWM0xXSLeb1O2lpfQ9kI0WiGOu.jpg','backdrop_path':'/cBSgCoAThLuq40fDFhzAojIyR5I.jpg'}","10000000","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'}]","","42684","tt1564585","en","Skyline","When strange lights descend on the city of Los Angeles, people are drawn outside like moths to a flame where an extraterrestrial force threatens to swallow the entire human population off the face of the Earth. Now the band of survivors must fight for their lives as the world unravels around them.","8.776","/AdadT2HuwHkYWxbzme4QP77M6Wt.jpg","[{'id':12007,'logo_path':null,'name':'Rat Entertainment','origin_country':''},{'id':134,'logo_path':null,'name':'Rogue Pictures','origin_country':''},{'id':10936,'logo_path':null,'name':'Hydraulx','origin_country':''},{'id':12158,'logo_path':null,'name':'Transmission Pictures','origin_country':''},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-11-11","66821036","92","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","Don't look up","Skyline","false","4.8","806" +"false","/6bjRujKSnCVSrzC1qjmqfAyaiET.jpg","{'id':645,'name':'James Bond Collection','poster_path':'/HORpg5CSkmeQlAolx3bKMrKgfi.jpg','backdrop_path':'/6VcVl48kNKvdXOZfJPdarlUGOsk.jpg'}","200000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'}]","http://www.skyfall-movie.com","37724","tt1074638","en","Skyfall","When Bond's latest assignment goes gravely wrong and agents around the world are exposed, MI6 is attacked forcing M to relocate the agency. These events cause her authority and position to be challenged by Gareth Mallory, the new Chairman of the Intelligence and Security Committee. With MI6 now compromised from both inside and out, M is left with one ally she can trust: Bond. 007 takes to the shadows - aided only by field agent, Eve - following a trail to the mysterious Silva, whose lethal and hidden motives have yet to reveal themselves.","24.53","/lQCkPLDxFONmgzrWLvq085v1g2d.jpg","[{'id':10761,'logo_path':null,'name':'Danjaq','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':7576,'logo_path':'/oYcUi1byZ312Z3xiz5ojz9RQLND.png','name':'Eon Productions','origin_country':'GB'},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2012-10-25","1108561013","143","[{'iso_639_1':'en','name':'English'}]","Released","Think on your sins.","Skyfall","false","7.1","10208" +"false","/tEHvtdGUKiWtELUNYF9aHJ1p6kT.jpg","null","35000000","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","http://disney.go.com/disneypictures/skyhigh/","11459","tt0405325","en","Sky High","Set in a world where superheroes are commonly known and accepted, young Will Stronghold, the son of the Commander and Jetstream, tries to find a balance between being a normal teenager and an extraordinary being.","12.467","/ddskSEIu1B2PwodOzZNWB5YVQzq.jpg","[{'id':56980,'logo_path':null,'name':'Max Stronghold Productions Inc.','origin_country':''},{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':3538,'logo_path':null,'name':'Gunn Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-07-29","86369815","100","[{'iso_639_1':'en','name':'English'}]","Released","Saving The World... One Homework Assignment At A Time.","Sky High","false","6","1103" +"false","/fMakUN0qcOZzzSTkdh6xWGimJnN.jpg","null","70000000","[{'id':9648,'name':'Mystery'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'},{'id':12,'name':'Adventure'}]","http://www.skycaptain.com/","5137","tt0346156","en","Sky Captain and the World of Tomorrow","When gigantic robots attack New York City, ""Sky Captain"" uses his private air force to fight them off. His ex-girlfriend, reporter Polly Perkins, has been investigating the recent disappearance of prominent scientists. Suspecting a link between the global robot attacks and missing men, Sky Captain and Polly decide to work together. They fly to the Himalayas in pursuit of the mysterious Dr. Totenkopf, the mastermind behind the robots.","11.569","/7tO8s7n6Hga2y0NIUT0aoGQelPG.jpg","[{'id':804,'logo_path':null,'name':'Natural Nylon Entertainment','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':10672,'logo_path':null,'name':'Brooklyn Films II','origin_country':''},{'id':1668,'logo_path':null,'name':'Riff Raff Film Productions','origin_country':''},{'id':4753,'logo_path':null,'name':'Filmauro','origin_country':''},{'id':107760,'logo_path':null,'name':'Blue Flower Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2004-09-17","57958696","107","[{'iso_639_1':'bo','name':''},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","Who will save us?","Sky Captain and the World of Tomorrow","false","5.8","653" +"false","/2Vrce8QAgk1djPLWv9aLLFqI9wb.jpg","null","0","[{'id':16,'name':'Animation'},{'id':878,'name':'Science Fiction'}]","","14258","tt0353014","ko","????????? ?????????","Civilization has been destroyed by war and pollution, but the survivors have built the last city of Ecoban. As most natural resources have been exhausted, Ecoban is powered by pollution. The citizens of Ecoban need to continue creating this pollution leading them into conflict with the inhabitants of Marr while one man just wants to clear away the clouds and see the sky.","4.976","/wzfmZFEiKbIxBdKNzWfBkcc9fjh.jpg","[{'id':21723,'logo_path':null,'name':'Tin House Productions','origin_country':''}]","[{'iso_3166_1':'KR','name':'South Korea'}]","2003-07-17","0","86","[{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","A fantastic journey to the future begins","Wonderful Days","false","6.4","67" +"false","/gvaLVOzDYTRMNHPKKAPCICecLJb.jpg","null","0","[{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'},{'id':27,'name':'Horror'}]","","14219","tt0461703","en","Skinwalkers","Creatures, bound by the blood of the wolf, that can kill with curses and move at lightening speed, watching the night sky for the rise of the blood-red crescent moon. They are SKINWALKERS. They feed on our flesh and thirst for the taste of human blood. The red moon signals each pack, divided by principles, hell bent to survive an ancient prophecy.","8.574","/9HUBNlFDZ4xNm9kJaGTxAHom3Vk.jpg","[]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CA','name':'Canada'}]","2006-03-20","0","110","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pl','name':'Polski'},{'iso_639_1':'cs','name':'??esk??'}]","Released","For them to live, we must die.","Skinwalkers","false","4.5","123" +"false","/rlQZwrgZiyapL0vCuGj3YK2aCTH.jpg","null","0","[{'id':18,'name':'Drama'}]","","302135","tt2784036","en","Skating to New York","The coming-of-age journey of 5 teenage boys who leave their small, Canadian town behind and risk skating across Lake Ontario to New York on the coldest day of the year.","1.458","/AeHgpnbU9raQUaWXk0491rKQNKm.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CA','name':'Canada'}]","2013-11-02","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Sometimes the greatest adventure is right outside your front door.","Skating to New York","false","5.8","9" +"false","/ks866aNgbHgGNWH0LZop36G0SZ.jpg","null","0","[{'id':35,'name':'Comedy'}]","","104111","tt1816642","en","Sisters & Brothers","Deflated Dustin Milligan is fed up of living in the shadow of a movie star brother, but what can be done?","1.742","/4r3rOZKzmYmaHXi3xJZTa5N3sRJ.jpg","[]","[]","2011-01-01","0","90","[]","Released","A comedy about getting to know the person you thought you knew all your life...","Sisters & Brothers","false","5.5","1" +"false","/tCAvkUjZqUVWBo2zHIuNKnSTsdU.jpg","{'id':103573,'name':'Sister Act Collection','poster_path':'/m9xbNgB8MrrGOCvc4vjOtSWdqh9.jpg','backdrop_path':'/5zLMzYgpx2TNmISTk1MnRyRWY9M.jpg'}","38000000","[{'id':10402,'name':'Music'},{'id':35,'name':'Comedy'}]","","6279","tt0108147","en","Sister Act 2: Back in the Habit","Deloris Van Cartier is again asked to don the nun's habit to help a run-down Catholic school, presided over by Mother Superior. And if trying to reach out to a class full of uninterested students wasn't bad enough, the sisters discover that the school is due to be closed by the unscrupulous local authority chief Mr. Crisp.","9.172","/tLbvfUYw8Pr7DMI5TGL5DX1bx5S.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-12-09","57319029","107","[{'iso_639_1':'en','name':'English'}]","Released","","Sister Act 2: Back in the Habit","false","6.2","785" +"false","/oaLqlJxt8TJSjsdfMpSkLexZ4l5.jpg","{'id':103573,'name':'Sister Act Collection','poster_path':'/m9xbNgB8MrrGOCvc4vjOtSWdqh9.jpg','backdrop_path':'/5zLMzYgpx2TNmISTk1MnRyRWY9M.jpg'}","31000000","[{'id':10402,'name':'Music'},{'id':35,'name':'Comedy'}]","","2005","tt0105417","en","Sister Act","A Reno singer witnesses a mob murder and the cops stash her in a nunnery to protect her from the hitmen. The mother superior does not trust her, and takes steps to limit her influence on the other nuns. Eventually the singer rescues the failing choir and begins helping with community projects, which gets her an interview on TV.","6.788","/7wQxLtybiUbtC6tsJh9htFEmqq3.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-05-28","231605150","100","[{'iso_639_1':'en','name':'English'}]","Released","No booze! No sex! No drugs!... No way!","Sister Act","false","6.7","1473" +"false","/lAdRfK0Clun517bq5V0meoIx7SG.jpg","{'id':357173,'name':'Sinister Collection','poster_path':'/uun1SgzxdQx9YIPyepoLE3ePxQh.jpg','backdrop_path':'/4JASyGk5suaz4xwMp6irzg334k6.jpg'}","3000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","82507","tt1922777","en","Sinister","Found footage helps a true-crime novelist realize how and why a family was murdered in his new home, though his discoveries put his entire family in the path of a supernatural entity.","11.212","/hrRYY7FcRc46Ue7h9jcKiW1xqJ3.jpg","[{'id':7625,'logo_path':'/kzq4ibnNeZrp00zpBWv3st1QCOh.png','name':'Automatik Entertainment','origin_country':'US'},{'id':3172,'logo_path':'/kDedjRZwO8uyFhuHamomOhN6fzG.png','name':'Blumhouse Productions','origin_country':'US'},{'id':2514,'logo_path':null,'name':'Alliance Films','origin_country':''},{'id':7437,'logo_path':'/e5CcgFrdlxMUwlsS72si8q1yHBr.png','name':'IM Global','origin_country':'US'},{'id':23277,'logo_path':null,'name':'Possessed Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-03-29","77712439","110","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'br','name':''}]","Released","Once you see him, nothing can save you.","Sinister","false","6.8","2818" +"false","/nKlImrjpkuzXVp612BovoaMYnIb.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","11068","tt0105415","en","Singles","Romantic comedy about six of Seattle's young people, most of whom live in the same apartment building and whose lives revolve around the city's ever-expanding music scene. The interrelated stories about each character's progress through the singles scene are intriguing and often very funny, and the soundtrack is a grunge fanatic's dream, with the likes of Soundgarden, Pearl Jam and Mudhoney.","5.761","/lnZ8W60Cjd3EWs7ty6rJk1K1Qiw.jpg","[{'id':12917,'logo_path':null,'name':'Atkinson/Knickerbocker Productions','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-09-18","18472850","99","[{'iso_639_1':'en','name':'English'}]","Released","Love is a game. Easy to start. Hard to finish.","Singles","false","6.6","161" +"false","/7KQ9f0n8UTFS2nVsEJKTn9ITkWx.jpg","null","0","[{'id':14,'name':'Fantasy'},{'id':10751,'name':'Family'},{'id':12,'name':'Adventure'}]","http://www.sinbadthemovie.com/","54415","tt1403862","en","Sinbad: The Fifth Voyage","When the Sultan's first born is taken by an evil sorcerer, Sinbad is tasked with traveling to a desert of magic and creatures to save her.","2.695","/hU93Z2UadMGJjBZ9bnobeUyIUT9.jpg","[{'id':35153,'logo_path':null,'name':'Giant Flick Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-02-07","0","89","[{'iso_639_1':'en','name':'English'}]","Released","Discover the Legend","Sinbad: The Fifth Voyage","false","4.7","12" +"false","/wX514bPKfnK15uPICjvdza4RmXQ.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'}]","","44126","tt0098333","en","Sinbad of the Seven Seas","Fantasy tale based on the tale of the legendary sailor. Here Sinbad must recover five magical stones to free the city of Basra from the evil spell cast by a wizard. His journey takes him to the isle of the Amazons where the queen tries to capture him, to a battle with ghost warriors on the isle of the dead, and ultimately to a battle with his own double.","3.838","/ktRtSqYz0JndKbfSRtQWDKuJz8L.jpg","[{'id':1444,'logo_path':'/5jvFLUVXGXxkyszL9cqJN5hNhJ6.png','name':'Cannon Group','origin_country':'US'},{'id':13549,'logo_path':null,'name':'Golan-Globus Productions','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'US','name':'United States of America'}]","1989-04-01","0","93","[{'iso_639_1':'en','name':'English'}]","Released","He must conquer evil on land and at sea!","Sinbad of the Seven Seas","false","3.7","19" +"false","/55g7Kwkh5yIGGCrIUdp2Tcnkpt2.jpg","{'id':321063,'name':'The Sinbad Collection','poster_path':'/t1vJrS8oSN9JpiLdVRhadMXy52X.jpg','backdrop_path':'/27q8t5Tnw3wn5R6sHpq0e7ueYnR.jpg'}","3500000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'}]","","11940","tt0076716","en","Sinbad and the Eye of the Tiger","Princess Farah refuses to marry Sinbad until Prince Kassim, her brother, is able to give his consent. However, the Prince's wicked stepmother, Queen Zenobia, has changed Kassim into a baboon in order to have her own son crowned as caliph. Sinbad, his crew, the Princess and the transformed Prince travel to a distant land, fighting every obstacle Zenobia places in their path, to seek the advice of a legendary wise man who can possibly tell how to end the spell.","4.783","/oahAmW8yKUhuF4IYJPz8f0AQoms.jpg","[{'id':32838,'logo_path':null,'name':'Andor Films','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1977-07-15","16000000","113","[{'iso_639_1':'en','name':'English'}]","Released","New!! Sinbad's Boldest And Most Daring Adventure!","Sinbad and the Eye of the Tiger","false","6.3","65" +"false","/fQQpxJf65P9eaSUya2mI6GU0ZPn.jpg","{'id':135179,'name':'Sin City Collection','poster_path':'/7QwUclJOsZrd8vGO4rX8PHEhJSX.jpg','backdrop_path':'/qs200GlvLNIQKUns6AIeLcJWtPT.jpg'}","65000000","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","http://sincity-2.com/","189","tt0458481","en","Sin City: A Dame to Kill For","Some of Sin City's most hard-boiled citizens cross paths with a few of its more reviled inhabitants.","22.789","/k80qKrJ0qQ6ocVo5N932stNSg6j.jpg","[{'id':41658,'logo_path':null,'name':'Residaco','origin_country':''},{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':10807,'logo_path':'/j0BcMaJKIiDDYHq9lriTcM0Npka.png','name':'Troublemaker Studios','origin_country':'US'},{'id':11006,'logo_path':null,'name':'Aldamisa Entertainment','origin_country':''},{'id':13241,'logo_path':null,'name':'Demarest Films','origin_country':''},{'id':29076,'logo_path':null,'name':'Solipsist Film','origin_country':''},{'id':11005,'logo_path':null,'name':'AR Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-08-20","39407616","102","[{'iso_639_1':'en','name':'English'}]","Released","There is no justice without sin.","Sin City: A Dame to Kill For","false","6.3","2126" +"false","/my81Hjt7NpZhaMX9bHi4wVhFy0v.jpg","{'id':135179,'name':'Sin City Collection','poster_path':'/7QwUclJOsZrd8vGO4rX8PHEhJSX.jpg','backdrop_path':'/qs200GlvLNIQKUns6AIeLcJWtPT.jpg'}","40000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","http://www.miramax.com/movie/sin-city/","187","tt0401792","en","Sin City","Welcome to Sin City. This town beckons to the tough, the corrupt, the brokenhearted. Some call it dark??? Hard-boiled. Then there are those who call it home ??? Crooked cops, sexy dames, desperate vigilantes. Some are seeking revenge, others lust after redemption, and then there are those hoping for a little of both. A universe of unlikely and reluctant heroes still trying to do the right thing in a city that refuses to care.","15.425","/vKJVGOKPyWqp9d2EX5NH1liqRqR.jpg","[{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'},{'id':10807,'logo_path':'/j0BcMaJKIiDDYHq9lriTcM0Npka.png','name':'Troublemaker Studios','origin_country':'US'},{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-04-01","158733820","124","[{'iso_639_1':'en','name':'English'}]","Released","Walk down the right back alley in Sin City and you can find anything...","Sin City","false","7.4","4403" +"false","/pzPaaVzfSX3RuGAhrFy4JoGpv53.jpg","null","26000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':37,'name':'Western'}]","","11509","tt0090022","en","Silverado","Four unwitting heroes cross paths on their journey to the sleepy town of Silverado. Little do they know the town where their family and friends reside has been taken over by a corrupt sheriff and a murderous posse. It's up to the sharp-shooting foursome to save the day, but first they have to break each other out of jail, and learn who their real friends are.","8.467","/71nP6NbVPM0tqSM20ZvBfHGIHXm.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-07-10","0","127","[{'iso_639_1':'en','name':'English'}]","Released","Four strangers become friends. Four friends become heros. On the road to...","Silverado","false","7.1","259" +"false","/fpOVmEvq3ADu0RKpQLjXZOGGHqa.jpg","null","6500000","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':10749,'name':'Romance'},{'id':53,'name':'Thriller'}]","","11558","tt0075223","en","Silver Streak","A somewhat daffy book editor on a rail trip from Los Angeles to Chicago thinks that he sees a murdered man thrown from the train. When he can find no one who will believe him, he starts doing some investigating of his own. But all that accomplishes is to get the killer after him.","6.102","/fNOh3ljmTonQ9kuICJhp02bXGDg.jpg","[{'id':4988,'logo_path':null,'name':'Frank Yablans Presentations','origin_country':''},{'id':12283,'logo_path':null,'name':'Miller-Milkis Productions','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1976-12-03","51079064","114","[{'iso_639_1':'en','name':'English'}]","Released","By train, by plane, by the edge of your seat - It's the most hilarious suspense ride of your life!","Silver Streak","false","6.7","139" +"false","/6SzDcMSnED0PXvg6dfzkNvkeCwr.jpg","null","21000000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://silverliningsplaybookmovie.com/","82693","tt1045658","en","Silver Linings Playbook","After spending eight months in a mental institution, a former teacher moves back in with his parents and tries to reconcile with his ex-wife.","14.842","/ilrZAV2klTB0FLxLb01bOp5pzD9.jpg","[{'id':308,'logo_path':'/e8F3mQM7DkJ5SfYYDp8FYzPBOGX.png','name':'The Weinstein Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-09-08","236412453","122","[{'iso_639_1':'en','name':'English'}]","Released","Watch For The Signs","Silver Linings Playbook","false","7.1","7381" +"false","/sUBzh1HU299QGbCBzFTqJgnwmdF.jpg","null","15000000","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","24206","tt0117653","en","Silent Trigger","Waxman is a former Special Forces soldier who is now working as a heavily armed assassin for a top secret government agency. When a covert mission goes terribly wrong, Waxman and fellow assassin Clegg become that agency's prime targets.","3.328","/xwlxtpOadsET3mE5VRHsm5wnE1Z.jpg","[{'id':506,'logo_path':null,'name':'Newmarket Capital Group','origin_country':'US'},{'id':54940,'logo_path':null,'name':'Algonquin Productions Limited','origin_country':''},{'id':40144,'logo_path':null,'name':'Cine Grande Corporation','origin_country':''},{'id':50433,'logo_path':null,'name':'Conquistador Entertainment','origin_country':''},{'id':40759,'logo_path':null,'name':'Filmline International','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'GB','name':'United Kingdom'}]","1996-06-26","76382","93","[{'iso_639_1':'en','name':'English'}]","Released","The Terms are Clear. Kill or be Killed.","Silent Trigger","false","5.2","34" +"false","/i1hv7In5o3ll3b7RDVPsqsDTK2d.jpg","null","0","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","224944","tt2672180","en","Silent Retreat","Janey arrives at a silent retreat in the middle of the woods for rehabilitation, only to discover that the men who run it aren't afraid to show her what lurks beyond the trees.","1.986","/lWW5rviLA1GRodJALtbOjomKcWG.jpg","[{'id':47547,'logo_path':'/4C84dtUA7wAWvuKjXF9BZpsTW8h.png','name':'A Film Monkey Production','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2013-10-20","0","85","[{'iso_639_1':'en','name':'English'}]","Released","The only way to escape the silence is to scream","Silent Retreat","false","5","17" +"false","/ylrwx7Smk0Ybs40dkBY0IRlsh3x.jpg","{'id':256296,'name':'Silent Night, Deadly Night Collection','poster_path':'/4FqLNnITkZza1QKyTd5nprion1y.jpg','backdrop_path':'/wZM7UP8tdoZLHUgV4Lj5ixSqKSB.jpg'}","1065000","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","27414","tt0088117","en","Silent Night, Deadly Night","Little Billy witnesses his parents being brutally murdered by Santa. Years later, when he has to fill in for an absent in-store Santa Claus, his childhood trauma materializes once again.","6.7","/2Lu1ry6sM1aQzZijIQrdBF70rX8.jpg","[{'id':98544,'logo_path':null,'name':'Slayride','origin_country':''},{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-11-09","2491460","79","[{'iso_639_1':'en','name':'English'}]","Released","You've made it through Halloween, now try and survive Christmas.","Silent Night, Deadly Night","false","5.7","124" +"false","/fLP19oyg6LKsmp4gLdDGle8gDBC.jpg","{'id':256296,'name':'Silent Night, Deadly Night Collection','poster_path':'/4FqLNnITkZza1QKyTd5nprion1y.jpg','backdrop_path':'/wZM7UP8tdoZLHUgV4Lj5ixSqKSB.jpg'}","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","139455","tt2347497","en","Silent Night","The police force of a remote Midwestern town search for a killer Santa Claus who is picking off citizens on Christmas Eve.","6.334","/f5UMEIJEIbWz9wnBSxACxu5crz.jpg","[{'id':11517,'logo_path':'/7tT0PqNjEalEwE1GkjxU32SlOW6.png','name':'Buffalo Gal Pictures','origin_country':'CA'},{'id':18949,'logo_path':null,'name':'Ember Productions','origin_country':''},{'id':18950,'logo_path':null,'name':'The Genre Co.','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2012-11-30","14567","94","[{'iso_639_1':'en','name':'English'}]","Released","He Knows Who's Been Naughty","Silent Night","false","4.8","115" +"false","/muJenxL1EiDwHJIDclNpReFfsVE.jpg","null","2000000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","","92182","tt1767382","en","Silent House","Sarah returns with her father and uncle to fix up the family's longtime summerhouse after it was violated by squatters in the off-season. As they work in the dark, Sarah begins to hear sounds from within the walls of the boarded-up building. Although she barely remembers the place, Sarah senses the past may still haunt the home.","5.982","/bHC30EkfgFQ4p8hdXj3OVw1QTsL.jpg","[{'id':6930,'logo_path':null,'name':'Elle Driver','origin_country':''},{'id':25904,'logo_path':null,'name':'Tazora Films','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","2011-01-21","13101672","85","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","Experience 88 minutes of real fear, captured In real time","Silent House","false","5.2","180" +"false","/hkfL4220Tf7LmAGq55wwRtu0GPr.jpg","{'id':64748,'name':'Silent Hill Collection','poster_path':'/4cJgWqtVfVxxzpqyKkUtClHY0VM.jpg','backdrop_path':'/8oss4BUsACgNItOaI1dPoCWCK1T.jpg'}","20000000","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","","61012","tt0938330","en","Silent Hill: Revelation 3D","Heather Mason and her father have been on the run, always one step ahead of dangerous forces that she doesn't fully understand, Now on the eve of her 18th birthday, plagued by horrific nightmares and the disappearance of her father, Heather discovers she's not who she thinks she is. The revelation leads her deeper into a demonic world that threatens to trap her forever.","18.328","/2CCTIpe69ekgpvyeZdVM7QinPmz.jpg","[{'id':343,'logo_path':null,'name':'Konami Corporation Ltd.','origin_country':''},{'id':342,'logo_path':null,'name':'Davis-Films','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':104448,'logo_path':null,'name':'Dynamic Effects Canada','origin_country':''},{'id':104449,'logo_path':null,'name':'Silent Hill 2 DCP','origin_country':''},{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","2012-10-10","52302796","94","[{'iso_639_1':'en','name':'English'}]","Released","This Halloween prepare for a 3D ride through hell.","Silent Hill: Revelation 3D","false","5.2","752" +"false","/rvaHG8kWvay9mPH7GCOn6eFhDy7.jpg","{'id':64748,'name':'Silent Hill Collection','poster_path':'/4cJgWqtVfVxxzpqyKkUtClHY0VM.jpg','backdrop_path':'/8oss4BUsACgNItOaI1dPoCWCK1T.jpg'}","50000000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","http://www.sonypictures.com/homevideo/silenthill/","588","tt0384537","en","Silent Hill","The eerie and deserted ghost town of Silent Hill draws a young mother desperate to find a cure for her only child's illness. Unable to accept the doctor's diagnosis that her daughter should be permanently institutionalized for psychiatric care, Rose flees with her child, heading for the abandoned town in search of answers ??? and ignoring the protests of her husband. It's soon clear this place is unlike anywhere she's ever been. It's smothered by fog, inhabited by a variety of strange beings and periodically overcome by a living 'darkness' that literally transforms everything it touches. As Rose searches for her little girl, she begins to learn the history of the strange town and realizes that her daughter is just a pawn in a larger game.","13.24","/4Zz9cF8S4E7DITosNYh3spybYJb.jpg","[{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'},{'id':341,'logo_path':null,'name':'Silent Hill DCP Inc.','origin_country':''},{'id':342,'logo_path':null,'name':'Davis-Films','origin_country':''},{'id':55914,'logo_path':null,'name':'Konami','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'US','name':'United States of America'}]","2006-04-21","97607453","125","[{'iso_639_1':'en','name':'English'}]","Released","We've been expecting you.","Silent Hill","false","6.4","2051" +"false","/kormVYncbZMrToXaOV58o74LNIz.jpg","null","72000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'},{'id':9648,'name':'Mystery'}]","","2675","tt0286106","en","Signs","A family living on a farm finds mysterious crop circles in their fields which suggests something more frightening to come.","10.828","/bY9lCUVUajpkKWlfjWF1mtXaSUp.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':12236,'logo_path':'/uV6QBPdn3MjQzAFdgEel6od7geg.png','name':'Blinding Edge Pictures','origin_country':'US'},{'id':862,'logo_path':'/udTjbqPmcTbfrihMuLtLcizDEM1.png','name':'The Kennedy/Marshall Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-08-02","408247917","106","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","It???s not like they didn???t warn us.","Signs","false","6.5","2735" +"false","/viDgWsq06MsCPEz2sglrGRCzG2P.jpg","null","16000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.foxsearchlight.com/sideways","9675","tt0375063","en","Sideways","Two middle-aged men embark on a spiritual journey through Californian wine country. One is an unpublished novelist suffering from depression, and the other is only days away from walking down the aisle.","9.881","/k8UfdLAP07SDfilmWOHFPv23tu7.jpg","[{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'},{'id':1187,'logo_path':null,'name':'Michael London Productions','origin_country':'US'},{'id':12157,'logo_path':null,'name':'Sideways Productions Inc.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-10-22","109502303","127","[{'iso_639_1':'hy','name':''},{'iso_639_1':'en','name':'English'}]","Released","In search of wine. In search of women. In search of themselves.","Sideways","false","7.1","768" +"false","/jQR6de9dwOjvx91wC4tqpTlMqCD.jpg","null","30000000","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","http://www.sideeffectsmayvary.com","109421","tt2053463","en","Side Effects","A woman turns to prescription medication as a way of handling her anxiety concerning her husband's upcoming release from prison.","12.546","/ttD69Yhh2BV1WVqr27NRbF8ubOW.jpg","[{'id':10427,'logo_path':'/3u5sNgPRbba0ND3SUMXPTT7On9h.png','name':'Open Road Films','origin_country':'US'},{'id':435,'logo_path':null,'name':'Di Bonaventura Pictures','origin_country':'US'},{'id':1205,'logo_path':null,'name':'Endgame Entertainment','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-02-07","63372757","106","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","One pill can change your life.","Side Effects","false","6.5","1835" +"false","/drpLTdkYZEi79fkeWhFi7ggy6da.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':27,'name':'Horror'}]","http://sicksurvivethenight.com/","308867","tt2172055","en","Sick","Two years into the outbreak, SICK roam the land and the remaining survivors struggle day-to-day trying to rebuild civilization. With the SICK more active at night time, three people need to seek shelter in an empty home.","0.6","/20m9IlazoOgnd50QtWYQgtwb3o7.jpg","[{'id':92737,'logo_path':null,'name':'Blackguardism Creations','origin_country':''},{'id':92738,'logo_path':null,'name':'Hellfire Pictures','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2012-11-30","0","95","[]","Released","Survive the Night","Sick","false","4.8","7" +"false","/bcb3FYtLbuPgNYO4M1IY7rfeMal.jpg","null","80000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","http://www.shutterisland.com/","11324","tt1130884","en","Shutter Island","World War II soldier-turned-U.S. Marshal Teddy Daniels investigates the disappearance of a patient from a hospital for the criminally insane, but his efforts are compromised by his troubling visions and also by a mysterious doctor.","25.829","/aZqKsvpJDFy2UzUMsdskNFbfkOd.jpg","[{'id':562,'logo_path':'/k3NsSdV854UX4zEReX1dl1Psxbb.png','name':'Appian Way','origin_country':'US'},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':11317,'logo_path':'/u3YB3GujS0tct5BVTsMJLWVyllg.png','name':'Phoenix Pictures','origin_country':'US'},{'id':23243,'logo_path':null,'name':'Sikelia Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-02-14","294804195","138","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","Someone is missing.","Shutter Island","false","8.1","12073" +"false","/7fT1IogBbxM6S7SOIGSe7BXLEMq.jpg","{'id':2150,'name':'Shrek Collection','poster_path':'/g1Kcbi5zSelArzR5UYkxKvG6K2a.jpg','backdrop_path':'/gMWrKQjoTIpYjhc8SxZF20EDIES.jpg'}","160000000","[{'id':14,'name':'Fantasy'},{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","http://www.shrekthethird.com/flash/index.html","810","tt0413267","en","Shrek the Third","The King of Far Far Away has died and Shrek and Fiona are to become King & Queen. However, Shrek wants to return to his cozy swamp and live in peace and quiet, so when he finds out there is another heir to the throne, they set off to bring him back to rule the kingdom.","17.105","/lA17Mlz8hXVZsW5Y3WuUa8KPilQ.jpg","[{'id':521,'logo_path':'/kP7t6RwGz2AvvTkvnI1uteEwHet.png','name':'DreamWorks Animation','origin_country':'US'},{'id':520,'logo_path':'/pU7YTI9FfrICurXpl5V9TfCO0oJ.png','name':'Pacific Data Images (PDI)','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-05-17","798958165","93","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","Who's ready for Thirds?","Shrek the Third","false","6.1","4551" +"false","/pEN2RC9uCKTvQHgvMPwPkRIhS9R.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'},{'id':14,'name':'Fantasy'}]","","381696","tt3070936","en","Shrek the Musical","Shrek The Musical is a musical with music by Jeanine Tesori and book and lyrics by David Lindsay-Abaire. It is based on the 2001 DreamWorks Animation's film Shrek and William Steig's 1990 book Shrek! It was nominated for 8 Tony Awards including Best Musical.On July 19, 2013, following the closure of the national tour and West End productions, Amazon.com confirmed that the filmed performance would be available for instant viewing on September 17, 2013. A DVD, Blu-ray, and digital download was also released on that day.The performance is an edit of several live performances as well as a performance shot without an audience. The original principal cast appear, as well as various alumni across the show's Broadway run. Also, it keeps the song ""Donkey Pot Pie"" instead of the replacement, ""Forever.""","2.719","/6I9zvWp2mUvbAKJuzgabGC4n0D7.jpg","[{'id':73933,'logo_path':null,'name':'DreamWorks Theatricals','origin_country':''},{'id':89394,'logo_path':'/m1Hku3PhgdsQiPO8uVe7szyrxAb.png','name':'RadicalMedia','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-09-17","0","130","[{'iso_639_1':'en','name':'English'}]","Released","Make room for ogre-sized family fun as the greatest fairy tale never told comes to life in this breathtaking Broadway musical adaptation of the hit movie!","Shrek the Musical","false","7.3","40" +"false","/aD8iOuLlEiMfVlHTnAe15fZLo0S.jpg","{'id':2150,'name':'Shrek Collection','poster_path':'/g1Kcbi5zSelArzR5UYkxKvG6K2a.jpg','backdrop_path':'/gMWrKQjoTIpYjhc8SxZF20EDIES.jpg'}","165000000","[{'id':35,'name':'Comedy'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","http://www.shrekforeverafter.com/","10192","tt0892791","en","Shrek Forever After","A bored and domesticated Shrek pacts with deal-maker Rumpelstiltskin to get back to feeling like a real ogre again, but when he's duped and sent to a twisted version of Far Far Away???where Rumpelstiltskin is king, ogres are hunted, and he and Fiona have never met???he sets out to restore his world and reclaim his true love.","14.423","/enqVwbUu6OX5LHq0fuk7sLT35zy.jpg","[{'id':521,'logo_path':'/kP7t6RwGz2AvvTkvnI1uteEwHet.png','name':'DreamWorks Animation','origin_country':'US'},{'id':520,'logo_path':'/pU7YTI9FfrICurXpl5V9TfCO0oJ.png','name':'Pacific Data Images (PDI)','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-05-16","752600867","93","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","It ain't Ogre... Til it's Ogre","Shrek Forever After","false","6.1","3657" +"false","/2l5UHZBcp9cx1PwKLdisJ0gV9jB.jpg","{'id':2150,'name':'Shrek Collection','poster_path':'/g1Kcbi5zSelArzR5UYkxKvG6K2a.jpg','backdrop_path':'/gMWrKQjoTIpYjhc8SxZF20EDIES.jpg'}","60000000","[{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","http://www.dreamworksanimation.com/shrek/","808","tt0126029","en","Shrek","It ain't easy bein' green -- especially if you're a likable (albeit smelly) ogre named Shrek. On a mission to retrieve a gorgeous princess from the clutches of a fire-breathing dragon, Shrek teams up with an unlikely compatriot -- a wisecracking donkey.","19.26","/140ewbWv8qHStD3mlBDvvGd0Zvu.jpg","[{'id':521,'logo_path':'/kP7t6RwGz2AvvTkvnI1uteEwHet.png','name':'DreamWorks Animation','origin_country':'US'},{'id':520,'logo_path':'/pU7YTI9FfrICurXpl5V9TfCO0oJ.png','name':'Pacific Data Images (PDI)','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-05-16","484409218","90","[{'iso_639_1':'en','name':'English'}]","Released","The greatest fairy tale never told.","Shrek","false","7.5","8194" +"false","/gdFAYLb5NR5HqcEKnPloOM6fX4B.jpg","{'id':2150,'name':'Shrek Collection','poster_path':'/g1Kcbi5zSelArzR5UYkxKvG6K2a.jpg','backdrop_path':'/gMWrKQjoTIpYjhc8SxZF20EDIES.jpg'}","150000000","[{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","http://www.shrek2.com/","809","tt0298148","en","Shrek 2","Shrek, Fiona and Donkey set off to Far, Far Away to meet Fiona's mother and father. But not everyone is happy. Shrek and the King find it hard to get along, and there's tension in the marriage. The fairy godmother discovers that Shrek has married Fiona instead of her Son Prince Charming and sets about destroying their marriage.","18.74","/akWDA0BMVYK4OTM92T5i91DYnsT.jpg","[{'id':521,'logo_path':'/kP7t6RwGz2AvvTkvnI1uteEwHet.png','name':'DreamWorks Animation','origin_country':'US'},{'id':520,'logo_path':'/pU7YTI9FfrICurXpl5V9TfCO0oJ.png','name':'Pacific Data Images (PDI)','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-05-19","919838758","93","[{'iso_639_1':'en','name':'English'}]","Released","Once upon another time...","Shrek 2","false","6.9","5907" +"false","/vtBsfwJBktS8XPp4Zjd2vwIudus.jpg","{'id':247294,'name':'Showgirls Collection','poster_path':'/6Doq6SInhJPEeXXWhsbjrAgsgez.jpg','backdrop_path':'/nKMLBnDGCPdHipJs0Xk8NzNmLFS.jpg'}","45000000","[{'id':18,'name':'Drama'}]","","10802","tt0114436","en","Showgirls","A young drifter named Nomi arrives in Las Vegas to become a dancer and soon sets about clawing and pushing her way to become a top showgirl.","10.024","/7O2SxrsXYaGFZ5cZgJF0Ab5SV5J.jpg","[{'id':183,'logo_path':null,'name':'Le Studio Canal+','origin_country':''},{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':275,'logo_path':'/2MxNWlN5b3UXt1OfmznsWEQzFwq.png','name':'Carolco Pictures','origin_country':'US'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","1995-09-22","20350754","131","[{'iso_639_1':'en','name':'English'}]","Released","Beyond your wildest dreams. Beyond your wildest fantasies.","Showgirls","false","5.1","433" +"false","/rK4HUlTwNeqQc4OMfA5KnITq9yH.jpg","null","10000000","[{'id':28,'name':'Action'},{'id':10752,'name':'War'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","39419","tt0075214","en","Shout at the Devil","During World War One an English adventurer, an American elephant poacher and the latter's attractive young daughter, set out to destroy a German battle-cruiser which is awaiting repairs in an inlet just off Zanzibar. The story is based on a novel by Wilbur Smith, which in turn is very loosely based on events involving the light cruiser SMS K??nigsberg, which was sunk after taking refuge in Rufigi delta in 1915.","1.55","/1yfNSnyWbfRB65hT3lkeyLT8IsN.jpg","[{'id':13915,'logo_path':null,'name':'Tonav Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1976-04-12","0","147","[{'iso_639_1':'en','name':'English'}]","Released","A spectacular adventure you will always remember and a beautiful love story you will never forget.","Shout at the Devil","false","6","18" +"false","/dWmpJj4GUCDflRs9O4Q4FMydZj4.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.shortterm12.com/","169813","tt2370248","en","Short Term 12","Grace, a compassionate young supervisor at a foster care facility, works with her boyfriend and colleague, Mason, to help at-risk teens. But when a new charge dredges up memories of her own troubled past, Grace's tough exterior begins eroding.","10.259","/wYkiNNMM1O5c2yEcj8Lf9UbaB1a.jpg","[{'id':2294,'logo_path':null,'name':'Traction Media','origin_country':''},{'id':26995,'logo_path':null,'name':'Animal Kingdom','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-08-23","1600000","96","[{'iso_639_1':'en','name':'English'}]","Released","Support them. Take care of them. But don't become their friend.","Short Term 12","false","7.8","677" +"false","/yoOgUFzKst23wCcW4TdakAJ1lXd.jpg","{'id':86347,'name':'Short Circuit Collection','poster_path':'/gU0WgYpbWfiZfZFnBvRrI51Pa0U.jpg','backdrop_path':'/o3C0qlKyg7Haot9ZVqtRtsrKwWc.jpg'}","10000000","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':878,'name':'Science Fiction'}]","","2605","tt0091949","en","Short Circuit","After a lightning bolt zaps a robot named Number 5, the lovable machine starts to think he's human and escapes the lab. Hot on his trail is his designer, Newton, who hopes to get to Number 5 before the military does. In the meantime, a spunky animal lover mistakes the robot for an alien and takes him in, teaching her new guest about life on Earth.","9.587","/7HGVea7ful5Hvm7yngAQhIXubJv.jpg","[{'id':427,'logo_path':null,'name':'PSO International','origin_country':''},{'id':496,'logo_path':null,'name':'David Foster Productions','origin_country':''},{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1986-05-09","40697761","98","[{'iso_639_1':'en','name':'English'}]","Released","Something wonderful has happened... No. 5 is alive!","Short Circuit","false","6.5","769" +"false","/wZ2u6C7Fw0DahC3Ilr3judpDWYO.jpg","null","61000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","https://www.mim-essay.com/","7485","tt0822854","en","Shooter","A marksman living in exile is coaxed back into action after learning of a plot to kill the president. Ultimately double-crossed and framed for the attempt, he goes on the run to track the real killer and find out who exactly set him up, and why??","18.584","/wCZv0lNx58sfuLT698RYYJVEeTr.jpg","[{'id':57421,'logo_path':null,'name':'Grosvenor Park Impact Productions','origin_country':'CA'},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':435,'logo_path':null,'name':'Di Bonaventura Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-03-22","95696996","124","[{'iso_639_1':'en','name':'English'}]","Released","Yesterday was about honor. Today is about justice.","Shooter","false","7","2244" +"false","/6bqvfvhXuWMfDEaTGsK19HNGsy1.jpg","null","39000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","http://wwws.warnerbros.de/shootemup/","4141","tt0465602","en","Shoot 'Em Up","A man named Mr. Smith delivers a woman's baby during a shootout, and is then called upon to protect the newborn from the army of gunmen.","10.275","/8Qdl9Q5UjVBxFuI9ZIOhS981PtZ.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':12087,'logo_path':null,'name':'Angry Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-07-26","26820641","86","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","Just another family man making a living.","Shoot 'Em Up","false","6.4","904" +"false","/oUUVTwbGUdwD6LPLflOmqAVEcyL.jpg","null","200000","[{'id':10752,'name':'War'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","26680","tt0076704","en","Shock Waves","Visitors to a remote island discover that a reclusive Nazi commandant has been breeding a group of zombie soldiers.","3.206","/piNoJ2bWeaB90KexL8nmG6W4OYt.jpg","[{'id':4559,'logo_path':null,'name':'Zopix Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1977-07-15","0","85","[{'iso_639_1':'en','name':'English'}]","Released","The Deep End of Horror!","Shock Waves","false","5.2","45" +"false","/2X5vFFR5xIvImeIziPyp7WBEdxo.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10752,'name':'War'},{'id':10749,'name':'Romance'}]","","30080","tt0059712","en","Ship of Fools","Passengers on a ship traveling from Mexico to Europe in the 1930s represent society at large in that era. The crew is German, including the ship's Dr. Schumann, who falls in love with one of the passengers, La Condesa. A young American woman, Jenny, is traveling with the man she loves, David. Jenny is fascinated and puzzled by just who some of the other passengers are.","2.077","/gIUmTvAYRSbQyEMV0dJtNWq62b5.jpg","[{'id':893,'logo_path':null,'name':'Stanley Kramer Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1965-07-29","0","149","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'de','name':'Deutsch'}]","Released","EXPLORER, MISTRESS, VAGRANT, LOAFER, ARTIST, TRAMP ... THEY ARE ALL AT THE CAPTAIN'S TABLE!","Ship of Fools","false","6.4","28" +"false","/jSuctgrS6UhRJsKHQbC7zqvpnpl.jpg","null","18000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':53,'name':'Thriller'}]","","38295","tt0120112","en","She's So Lovely","Maureen is pregnant and her husband Eddie is missing. Nervous, Maureen shares a couple of drinks with neighbor Kiefer, who tries to rape her and then beats her. When Eddie returns and finds his wife bruised, he goes ballistic, shoots a paramedic and is put in a psychiatric institution. Ten years later, Eddie is released and finds that Maureen has divorced him and is remarried with three children, one of whom is his little girl Jeanie. Eddie goes to reclaim his wife","4.469","/gDOgvYTg1CU6NIKQEFvznwHrxRq.jpg","[{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","1997-08-29","0","100","[{'iso_639_1':'en','name':'English'}]","Released","The story of one outrageous woman. Caught between two men. Both of them certain of one thing...","She's So Lovely","false","5.8","46" +"false","/9Pu4kGTcq7c1bvufK13p5WaHe7K.jpg","null","20000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://www.getyourrating.com/","34016","tt0815236","en","She's Out of My League","When he starts dating drop-dead gorgeous Molly, insecure airport security agent Kirk can't believe it. As his friends and family share their doubts about the relationship lasting, Kirk does everything he can to avoid losing Molly forever.","9.811","/jtoZLyid2QGjbkuMrQ4cMt8iRFd.jpg","[{'id':54634,'logo_path':null,'name':'Mosaic','origin_country':''},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-03-11","49779728","104","[{'iso_639_1':'en','name':'English'}]","Released","When she's this hot, You get one shot.","She's Out of My League","false","6.1","926" +"false","/f2Vyj75EU1Cbdh0homXignBcdYG.jpg","null","10000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","10314","tt0160862","en","She's All That","High school hotshot Zach Siler is the envy of his peers. But his popularity declines sharply when his cheerleader girlfriend, Taylor, leaves him for sleazy reality-television star Brock Hudson. Desperate to revive his fading reputation, Siler agrees to a seemingly impossible challenge. He has six weeks to gain the trust of nerdy outcast Laney Boggs -- and help her to become the school's next prom queen.","8.703","/2kWpjQ3O6DZywdIoPlvXCk3T91P.jpg","[{'id':870,'logo_path':null,'name':'Tapestry Films','origin_country':''},{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':1811,'logo_path':null,'name':'FilmColony','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-01-29","103166989","95","[{'iso_639_1':'en','name':'English'}]","Released","These two opposites attract... but EVERYONE'S trying to keep them apart!","She's All That","false","6","861" +"false","/sDSwD63e0qfNE1YvH8aczFoSGTt.jpg","null","5000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","11826","tt0203119","en","Sexy Beast","The idyllic life of retired safecracker Gal is put at risk when a psychotic gangster from his past arrives at his villa in southern Spain, intent on bringing him out of retirement for one last job.","8.051","/rpo9njGpJVLPqRrdM6R7wIqiQ7K.jpg","[{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'},{'id':4169,'logo_path':null,'name':'Kanzaman','origin_country':'ES'},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'},{'id':11561,'logo_path':'/8HB3TFUeo83keAPHfFfrNtN2MmA.png','name':'Recorded Picture Company (RPC)','origin_country':'GB'}]","[{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2001-01-12","0","89","[{'iso_639_1':'en','name':'English'}]","Released","There's a bit of the beast in all of us.","Sexy Beast","false","7","349" +"false","/82j1VNKMnDx7ZA7Pm06vm0XMKas.jpg","null","40000000","[{'id':35,'name':'Comedy'}]","","225886","tt1956620","en","Sex Tape","When Jay and Annie first got together, their romantic connection was intense ??? but ten years and two kids later, the flame of their love needs a spark. To kick things up a notch, they decide ??? why not? ??? to make a video of themselves trying out every position in The Joy of Sex in one marathon three-hour session. It seems like a great idea ??? until they discover that their most private video is no longer private. With their reputations on the line, they know they???re just one click away from being laid bare to the world... but as their race to reclaim their video leads to a night they'll never forget, they'll find that their video will expose even more than they bargained for.","20.776","/2BMmIPGu5ZbTrwXwomdSUuTB2Ul.jpg","[{'id':1423,'logo_path':'/9KSoL1oEQaBSPLwEhoZZRoxTzyx.png','name':'Escape Artists','origin_country':'US'},{'id':34034,'logo_path':null,'name':'LStar Capital','origin_country':'US'},{'id':2531,'logo_path':'/pC2iDCDCvV85vOBP7a5Ukxuc0Du.png','name':'Media Rights Capital','origin_country':'US'},{'id':34,'logo_path':'/GagSvqWlyPdkFHMfQ3pNq6ix9P.png','name':'Sony Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-07-17","126069509","97","[{'iso_639_1':'en','name':'English'}]","Released","A movie about a movie they don't want you to see.","Sex Tape","false","5.3","2591" +"false","/3GuYLuqn34guNrgUlZnXyLogD6u.jpg","null","19000000","[{'id':35,'name':'Comedy'},{'id':12,'name':'Adventure'},{'id':10749,'name':'Romance'}]","http://www.sexdrivethemovie.com/","13523","tt1135985","en","Sex Drive","A high school senior drives cross-country with his best friends to hook up with a babe he met online.","9.772","/bwXrZy2xqsyDnno4z8AENEgVfsO.jpg","[{'id':11843,'logo_path':null,'name':'Goldcrest Pictures','origin_country':'GB'},{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'},{'id':10067,'logo_path':'/p1kZoVNfkVvk7xyJZEposRxcfh8.png','name':'Alloy Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-10-16","18755936","109","[{'iso_639_1':'en','name':'English'}]","Released","He's leaving virgin territory","Sex Drive","false","6.1","547" +"false","/qWUH5iTMCZJUpKgQREVf6W5dluI.jpg","null","0","[{'id':35,'name':'Comedy'}]","","251266","tt2301147","en","Sex After Kids","An edgy comedy about the sexual adventures in parenthood.","1.794","/p6yk1EGZYmWXMtbACD5VuJ4stBK.jpg","[{'id':40772,'logo_path':null,'name':'Cryingman Productions','origin_country':''},{'id':40773,'logo_path':null,'name':'Believerville Productions','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2013-01-26","0","105","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pl','name':'Polski'}]","Released","By Any Means Necessary","Sex After Kids","false","5.3","16" +"false","/iAX8lPlDEeGHatw79k1LfGLbTi2.jpg","null","95000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'}]","http://www.seventhsonmovie.com/","68737","tt1121096","en","Seventh Son","John Gregory, who is a seventh son of a seventh son and also the local spook, has protected the country from witches, boggarts, ghouls and all manner of things that go bump in the night. However John is not young anymore, and has been seeking an apprentice to carry on his trade. Most have failed to survive. The last hope is a young farmer's son named Thomas Ward. Will he survive the training to become the spook that so many others couldn't?","19.403","/A3SBRfCSgKNcW2IkbaaOgugLwRt.jpg","[{'id':40890,'logo_path':null,'name':'China Film Co.','origin_country':''},{'id':923,'logo_path':'/5UQsZrfbfG2dYJbx8DxfoTr2Bvu.png','name':'Legendary Entertainment','origin_country':'US'},{'id':3528,'logo_path':'/cCzCClIzIh81Fa79hpW5nXoUsHK.png','name':'Thunder Road Pictures','origin_country':'US'},{'id':13444,'logo_path':null,'name':'Outlaw Sinema','origin_country':''},{'id':20478,'logo_path':'/gSS2OBc6dRsK2ewRx5lcwnARrpl.png','name':'Moving Picture Company','origin_country':'GB'},{'id':40112,'logo_path':null,'name':'Pendle Mountain Productions','origin_country':''},{'id':90795,'logo_path':null,'name':'Beijing Skywheel Entertainment Co.','origin_country':''}]","[{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-12-12","114178613","102","[{'iso_639_1':'en','name':'English'}]","Released","When darkness falls, the son will rise. When the son falls, the dark knight will rise.","Seventh Son","false","5.3","1505" +"false","/4H6vE7fvB0gvaaSRJyguUu67FvF.jpg","null","15000000","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","http://www.sevenpsychopaths.com/","86838","tt1931533","en","Seven Psychopaths","A struggling screenwriter inadvertently becomes entangled in the Los Angeles criminal underworld after his oddball friends kidnap a gangster's beloved Shih Tzu.","9.236","/3Zs6Ne6QAEOzQRz85VToH8ml6ab.jpg","[{'id':5490,'logo_path':'/xuJSR4dWsvkE194aemIJwflyNF2.png','name':'CBS Films','origin_country':'US'},{'id':7281,'logo_path':'/vuDafYIcuoY0YyvgcqtjXOKwn6Q.png','name':'British Film Institute','origin_country':'GB'},{'id':2376,'logo_path':'/yeNoWmSHZfvKsBYuL8uTRE4LPdQ.png','name':'Blueprint Pictures','origin_country':'GB'},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2012-09-07","33035736","110","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'vi','name':'Ti???ng Vi???t'}]","Released","They Won't Take Any Shih Tzu.","Seven Psychopaths","false","6.8","2036" +"false","/ymzaJLm2EIYbG9n7snVfCnHAPQk.jpg","null","55000000","[{'id':18,'name':'Drama'}]","http://www.sonypictures.com/movies/sevenpounds/","11321","tt0814314","en","Seven Pounds","An IRS agent with a fateful secret embarks on an extraordinary journey of redemption by forever changing the lives of seven strangers.","12.941","/mX8SsTw2uApc02W8SBIKeprcWr1.jpg","[{'id':1423,'logo_path':'/9KSoL1oEQaBSPLwEhoZZRoxTzyx.png','name':'Escape Artists','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':907,'logo_path':'/ca5SWI5uvU985f8Kbb4xc8AmVWH.png','name':'Overbrook Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-12-18","168167691","123","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Seven names. Seven strangers. One secret.","Seven Pounds","false","7.6","3608" +"false","/mEv4jeolrc0PYhdOPJLIsbXRkPl.jpg","null","0","[{'id':18,'name':'Drama'},{'id':99,'name':'Documentary'}]","","278990","tt3149640","en","Seve","Despite being blocked at almost every turn in pursuit of the sport he loved, Seve Ballesteros fought against adversity to become the most spectacular and charismatic golfer to ever play the game.","1.249","/6Z3XqhSjVA9zxY1DvTa8UFO3YxZ.jpg","[{'id':23385,'logo_path':'/Ajqe4ToDv3J81KqmR0TNLil8wPm.png','name':'FishCorb Films','origin_country':'ES'},{'id':3102,'logo_path':null,'name':'Renaissance Films','origin_country':''}]","[{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-06-27","0","124","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","","Seve","false","7.8","9" +"false","/tUfbdGr8nKCH5oVcBcvBN43Ga7y.jpg","null","20000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","70586","tt1748197","en","Setup","A group of friends plan out a detailed heist that turns deadly when one betrays the other by taking off with the goods. Taking matters into his own hands, Sonny seeks out his revenge teaming up with the most dangerous mob boss in town to get back what is rightfully his. When he finally comes face to face with his longtime friend he will be forced to make a life changing choice.","6.349","/hSE2TZqF6x46Exo6Et5aCqPWtej.jpg","[{'id':3604,'logo_path':'/jC6Hk3ZyNRlVPJsA0xGlAhgd2RP.png','name':'Grindstone Entertainment Group','origin_country':'US'},{'id':5830,'logo_path':null,'name':'Cheetah Vision','origin_country':''},{'id':6819,'logo_path':null,'name':'Paradox Entertainment','origin_country':''},{'id':7788,'logo_path':null,'name':'Gunny Entertainment','origin_country':''},{'id':11449,'logo_path':null,'name':'Hedge Fund Film Partners','origin_country':''},{'id':103814,'logo_path':null,'name':'Action Jackson Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-10-17","2128186","85","[{'iso_639_1':'en','name':'English'}]","Released","","Setup","false","4.9","220" +"false","/wQTvIeIe6MqN2fteQiCTOJ342O.jpg","null","0","[{'id':18,'name':'Drama'}]","","277847","tt3455740","en","Set Fire to the Stars","An aspiring poet in 1950s New York has his ordered world shaken when he embarks on a week-long retreat to save his hell raising hero, Dylan Thomas.","2.231","/ArpvBHmNheeUGNa4UKX7Er1wewx.jpg","[{'id':52855,'logo_path':'/9BWTbwgruGMPcVvwCCDjqctdCTA.png','name':'Mad as Birds','origin_country':'GB'},{'id':52854,'logo_path':null,'name':'Masnomis','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-11-07","0","97","[{'iso_639_1':'en','name':'English'}]","Released","Never Meet Your Heroes","Set Fire to the Stars","false","5.8","19" +"false","/mNJNTpHVWXnru5cgZhxfbEt5QrO.jpg","null","0","[{'id':18,'name':'Drama'}]","","336605","tt2505366","en","S.E.R.P.","When the search engine he designs answers ""yes"" to the question ""is the government of the United States evil?"", a brilliant computer programmer is arrested and held in isolation. Desperate, but keenly aware of the answer's potential effect on the public, the programmer strikes a deal with his interrogators, agreeing to re-design the software in exchange for his freedom. As they search to understand why the program answered an ethical question and try to find a way to change its response, the faith and patience of both the programmer and his captors are put to the test. Suspenseful and darkly comic, S.E.R.P. is a film about coercion, innovation, and whether it is possible to do something good in the service of something evil.","0.6","/W38kySzx3J4M2TMXwOfR7eoGzJ.jpg","[]","[]","2013-12-17","0","90","[]","Released","Even digital revolutions require sacrifice","S.E.R.P.","false","5.8","2" +"false","/k2qLUz5fymFOOYfehaQt6ewXSth.jpg","null","39000000","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'}]","","16320","tt0379786","en","Serenity","When the renegade crew of Serenity agrees to hide a fugitive on their ship, they find themselves in an action-packed battle between the relentless military might of a totalitarian regime who will destroy anything ??? or anyone ??? to get the girl back and the bloodthirsty creatures who roam the uncharted areas of space. But... the greatest danger of all may be on their ship.","16.791","/1Hq659V31ER9pQQvVBUUJbwR7NT.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':17032,'logo_path':null,'name':'Barry Mendel Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-09-03","38869464","119","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'zh','name':'?????????'}]","Released","Can't stop the signal.","Serenity","false","7.4","1904" +"false","/i3Vv3LblTj2or6jH8fZ1JpNEM8S.jpg","null","28000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","","9778","tt0240890","en","Serendipity","Although strangers Sara and Jonathan are both already in relationships, they realize they have genuine chemistry after a chance encounter ??? but part company soon after. Years later, they each yearn to reunite, despite being destined for the altar. But to give true love a chance, they have to find one another again.","12.276","/2fNiavOBFAcaacnOUKzTgxLTPZP.jpg","[{'id':870,'logo_path':null,'name':'Tapestry Films','origin_country':''},{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':21518,'logo_path':null,'name':'Simon Fields Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-10-05","77516304","90","[{'iso_639_1':'en','name':'English'}]","Released","Sometimes True Love Can Have More Than One Face.","Serendipity","false","6.8","925" +"false","/fcFsyzk0oLxQslP2YPtgiAVB9Ol.jpg","null","18000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':37,'name':'Western'}]","","13249","tt0479537","en","Seraphim Falls","The Civil War has ended, but Colonel Morsman Carver is on one final mission ??? to kill Gideon, no matter what it takes. Launched by a gunshot and propelled by rage, the relentless pursuit takes the two men through frigid snow-capped mountains and arid deserts, far from the comforts and codes of civilisation, into the bloodiest recesses of their own souls.","11.911","/9OEc8U0h8lr52UTIIqz3luvt2fD.jpg","[{'id':152,'logo_path':null,'name':'Icon Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-09-13","1196307","115","[{'iso_639_1':'en','name':'English'}]","Released","Never Turn Your Back on the Past","Seraphim Falls","false","6.4","252" +"false","/vu0Fz34Q8rsvBqRchePBNybe536.jpg","null","11000000","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':36,'name':'History'},{'id':37,'name':'Western'},{'id':10749,'name':'Romance'}]","","14877","tt0473700","en","September Dawn","A story set against the Mountain Meadows Massacre, the film is based upon the tragedy which occurred in Utah in 1857. A group of settlers, traveling on wagons, was murdered by the native Mormons. All together, about 140 souls of men, women and children, were taken.","1.897","/tvr4lCvmio6BLhtFCgVdrhD5gTo.jpg","[{'id':73675,'logo_path':null,'name':'Black Diamond Pictures','origin_country':''},{'id':2987,'logo_path':null,'name':'September Dawn','origin_country':''},{'id':2988,'logo_path':null,'name':'Voice Pictures','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2007-05-17","0","110","[{'iso_639_1':'en','name':'English'}]","Released","","September Dawn","false","5.1","19" +"false","/kh7i02Ij5O6ZM3seHn4nYYS1bsy.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","","41558","tt1324058","en","Separation City","A comedy-drama which follows the collapse of two marriages.","1.401","/vOnJjMOW0ff4fkqxO4aZAZrLZsR.jpg","[{'id':10229,'logo_path':null,'name':'New Holland Pictures','origin_country':''},{'id':23437,'logo_path':null,'name':'K5 Film','origin_country':'DE'},{'id':26074,'logo_path':null,'name':'Eltham Strathmore Pictures','origin_country':''}]","[{'iso_3166_1':'NZ','name':'New Zealand'}]","2009-08-06","0","107","[{'iso_639_1':'en','name':'English'}]","Released","A tale of falling out of love for the first time.","Separation City","false","5.6","9" +"false","/rCt65gUTAN2I6mMUoypVIlNkUVo.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","43136","tt0052182","en","Separate Tables","Boarders at an English resort struggle with emotional problems.","3.175","/qOZg26pCRsU93C5oFqWpL5xUOko.jpg","[{'id':12266,'logo_path':null,'name':'Norlan Productions','origin_country':''},{'id':613,'logo_path':null,'name':'Hecht-Hill-Lancaster Productions','origin_country':''},{'id':40444,'logo_path':null,'name':'Clifton Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1958-12-18","0","100","[{'iso_639_1':'en','name':'English'}]","Released","The international stage success seen by more than 42 million people in 145 cities all over the world!","Separate Tables","false","7","43" +"false","/9o1Ni0t6kdDWS8SV3G8y0AJTSrZ.jpg","null","0","[{'id':35,'name':'Comedy'}]","https://www.warnerbros.com/semi-pro","13260","tt0839980","en","Semi-Pro","Jackie Moon is the owner, promoter, coach, and star player of the Flint Michigan Tropics of the American Basketball Association (ABA). In 1976 before the ABA collapses, the National Basketball Association (NBA) plans to merge with the best teams of the ABA at the end of the season. Only the top four teams will make the move and the worst teams will fold. The Tropics are the worst team in the league and if they want to make it to the NBA, Jackie Moon must rally his team and start winning. The only problem is the fact that Jackie Moon is not really the coach and star basketball player he thinks he is. To keep his team from oblivion and leave his mark in the city, Jackie Moon must inspire his team to win fourth place in the playoffs.","9.42","/idFmbYkCmBqZ1YbzLEqeplmbBrc.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':748,'logo_path':null,'name':'Mosaic Media Group','origin_country':''},{'id':431,'logo_path':null,'name':'The Donners' Company','origin_country':'US'},{'id':2648,'logo_path':null,'name':'Road Rebel','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-02-28","33472850","91","[{'iso_639_1':'en','name':'English'}]","Released","Putting the funk into the dunk.","Semi-Pro","false","5.6","401" +"false","/dMKslph3Qw0tPvCHjwSvIdivf0V.jpg","null","20000000","[{'id':36,'name':'History'},{'id':18,'name':'Drama'}]","","273895","tt1020072","en","Selma","""Selma,"" as in Alabama, the place where segregation in the South was at its worst, leading to a march that ended in violence, forcing a famous statement by President Lyndon B. Johnson that ultimately led to the signing of the Civil Rights Act.","7.351","/xj1H3dpEHhouyJNB1lfpkKf9fXX.jpg","[{'id':81,'logo_path':'/8wOfUhA7vwU2gbPjQy7Vv3EiF0o.png','name':'Plan B Entertainment','origin_country':'US'},{'id':3298,'logo_path':null,'name':'Harpo Films','origin_country':''},{'id':3573,'logo_path':null,'name':'Celador Films','origin_country':''},{'id':7981,'logo_path':'/6Yv1gIAuGkHS5Vis4UjnqHhCPWV.png','name':'Path??!','origin_country':'FR'},{'id':6707,'logo_path':'/5bJmjTayNNSJt1VTEKDpXFM04H1.png','name':'Cloud Eight Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2014-12-25","66787908","127","[{'iso_639_1':'en','name':'English'}]","Released","One dream can change the world.","Selma","false","7.5","1297" +"false","/47KqyhPlKVdsudOKXKeJaJ6KoV5.jpg","null","17000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","74998","tt1214962","en","Seeking Justice","After his wife is assaulted, a husband enlists the services of a vigilante group to help him settle the score.","9.965","/c6KIX0NY9qGlMNLyII8NloC1AC1.jpg","[{'id':1205,'logo_path':null,'name':'Endgame Entertainment','origin_country':'US'},{'id':2236,'logo_path':null,'name':'Maguire Entertainment','origin_country':''},{'id':12137,'logo_path':null,'name':'Aura Film Partnership','origin_country':''},{'id':12138,'logo_path':null,'name':'Fierce Entertainment','origin_country':''},{'id':12139,'logo_path':null,'name':'Material Pictures','origin_country':''},{'id':11092,'logo_path':null,'name':'Ram Bergman Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-09-02","12355798","105","[{'iso_639_1':'en','name':'English'}]","Released","Vengeance always has a price","Seeking Justice","false","5.9","510" +"false","/k8nSKp54r0j1uy9QwM9RaD3goah.jpg","{'id':102322,'name':'Sherlock Holmes Collection','poster_path':'/bsUN9Ph1nUituteKWOhPQGguNXt.jpg','backdrop_path':'/aeLom584FZdu6253WMaYEUCrTdu.jpg'}","90000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'}]","http://sherlock-holmes-movie.warnerbros.com/","10528","tt0988045","en","Sherlock Holmes","Eccentric consulting detective, Sherlock Holmes and Doctor John Watson battle to bring down a new nemesis and unravel a deadly plot that could destroy England.","39.362","/22ngurXbLqab7Sko6aTSdwOCe5W.jpg","[{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':1885,'logo_path':'/xlvoOZr4s1PygosrwZyolIFe5xs.png','name':'Silver Pictures','origin_country':'US'},{'id':19855,'logo_path':null,'name':'Internationale Filmproduktion Blackbird Dritte','origin_country':''},{'id':23202,'logo_path':null,'name':'Wigram Productions','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2009-12-23","524028679","128","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Nothing escapes him.","Sherlock Holmes","false","7.1","8742" +"false","/phFrA59NzB9TBkx9aoD3qwuXvs8.jpg","null","4000000","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'}]","","747","tt0365748","en","Shaun of the Dead","Shaun lives a supremely uneventful life, which revolves around his girlfriend, his mother, and, above all, his local pub. This gentle routine is threatened when the dead return to life and make strenuous attempts to snack on ordinary Londoners.","15.598","/2evlcGnsfdFWLb7geNlIjIewc0Q.jpg","[{'id':53047,'logo_path':null,'name':'De Wolfe Music','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':10462,'logo_path':null,'name':'WT2 Productions','origin_country':''},{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'},{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'},{'id':443,'logo_path':'/deewJi8ncCh6Sc2STL91wvZ4O5X.png','name':'Big Talk Productions','origin_country':'GB'},{'id':53048,'logo_path':null,'name':'Inside Track 2','origin_country':''},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'FR','name':'France'}]","2004-04-09","30332385","99","[{'iso_639_1':'en','name':'English'}]","Released","A romantic comedy. With zombies.","Shaun of the Dead","false","7.6","4248" +"false","/lpijXnrjtUw9uzRJK9IudJnQDtl.jpg","{'id':102322,'name':'Sherlock Holmes Collection','poster_path':'/bsUN9Ph1nUituteKWOhPQGguNXt.jpg','backdrop_path':'/aeLom584FZdu6253WMaYEUCrTdu.jpg'}","125000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'}]","http://sherlockholmes2.warnerbros.com/index.html","58574","tt1515091","en","Sherlock Holmes: A Game of Shadows","There is a new criminal mastermind at large (Professor Moriarty) and not only is he Holmes??? intellectual equal, but his capacity for evil and lack of conscience may give him an advantage over the detective.","18.853","/7OFqsVuS6DlVM10GUD72vCGpQm9.jpg","[{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':1885,'logo_path':'/xlvoOZr4s1PygosrwZyolIFe5xs.png','name':'Silver Pictures','origin_country':'US'},{'id':2723,'logo_path':null,'name':'Lin Pictures','origin_country':'US'},{'id':23202,'logo_path':null,'name':'Wigram Productions','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-11-22","334615000","129","[{'iso_639_1':'en','name':'English'}]","Released","The game is afoot.","Sherlock Holmes: A Game of Shadows","false","7.1","6182" +"false","/p4uc6n3jyvxZJR0d2HMLec6l28v.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'}]","","30694","tt0105242","en","The Resurrected","Charles Dexter Ward's wife enlists the help of a private detective to find out what her husband is up to in a remote cabin owned by his family for centuries. The husband is a chemical engineer, and the smells from his experiments (and the delivery of what appear to be human remains at all hours) are beginning to arouse the attention of neighbors and local law enforcement officials.","4.061","/7bwjC2WSd6776gALFl4bupMomm3.jpg","[{'id':78172,'logo_path':null,'name':'Euro Brothers Pictures','origin_country':''},{'id':65820,'logo_path':null,'name':'Scotti Brothers Pictures (I)','origin_country':''},{'id':78173,'logo_path':null,'name':'Borde/Raich','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1991-10-06","0","108","[{'iso_639_1':'en','name':'English'}]","Released","","The Resurrected","false","6.4","40" +"false","/jdGHRopcOEPDRQVfvuIv4BkxUgw.jpg","null","0","[{'id':10751,'name':'Family'},{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':12,'name':'Adventure'}]","http://www.shaunthesheep.com/","263109","tt2872750","en","Shaun the Sheep Movie","When Shaun decides to take the day off and have some fun, he gets a little more action than he bargained for. A mix up with the Farmer, a caravan and a very steep hill lead them all to the Big City and it's up to Shaun and the flock to return everyone safely to the green grass of home.","11.173","/aOHsNN1p2nuiF9WaMaCNXy0T80J.jpg","[{'id':297,'logo_path':'/ykJbf1z5qIreJrHWfnh1ev1alkD.png','name':'Aardman Animations','origin_country':'GB'},{'id':20664,'logo_path':'/iRrZpxnYNDnVXJkr6HiLgSLlqRc.png','name':'Anton Capital Entertainment (ACE)','origin_country':''},{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-02-05","59700000","85","[{'iso_639_1':'en','name':'English'}]","Released","Moving on to Pastures New.","Shaun the Sheep Movie","false","6.9","684" +"false","/447jSult4ccYwUjtYPdiiPPmogl.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","14664","tt0083064","en","Sharky's Machine","Police officer Tom Sharky gets busted back to working vice, where he happens upon a scandalous conspiracy involving a local politician. Sharky's new 'machine' gathers evidence while Sharky falls in love with a woman he has never met.","3.315","/unpEPbhTSyPPQhHvzTRiXvUwtHd.jpg","[{'id':11593,'logo_path':null,'name':'Deliverance Productions','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1981-12-18","35610100","122","[{'iso_639_1':'en','name':'English'}]","Released","If you mess with a cop like Sharky, you better be very tough . . . or very beautiful.","Sharky's Machine","false","6","40" +"false","/gf5XbeE5mgF11CKQ9ZfE4hOlqY7.jpg","{'id':286023,'name':'Sharknado Collection','poster_path':'/l525ueVZgelZoCSMgPZKKOEJMEC.jpg','backdrop_path':'/iJ7pFCD0xNUHkbSoTY60CDGfRjQ.jpg'}","0","[{'id':28,'name':'Action'},{'id':10770,'name':'TV Movie'},{'id':878,'name':'Science Fiction'},{'id':35,'name':'Comedy'},{'id':12,'name':'Adventure'}]","http://www.theasylum.cc/product.php?id=272","331446","tt3899796","en","Sharknado 3: Oh Hell No!","The sharks take bite out of the East Coast when the sharknado hits Washington, D.C. and Orlando, Florida.","6.347","/hEpMnXqC7bIklSrUN1qPGyKxRBJ.jpg","[{'id':6677,'logo_path':'/tyd27JWQI6z2eZH6AhRJlmYhr9k.png','name':'Syfy','origin_country':'US'},{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-07-22","0","88","[{'iso_639_1':'en','name':'English'}]","Released","","Sharknado 3: Oh Hell No!","false","4.3","238" +"false","/riGVdQS9gXy38VoSaXXBhmR6A4h.jpg","{'id':286023,'name':'Sharknado Collection','poster_path':'/l525ueVZgelZoCSMgPZKKOEJMEC.jpg','backdrop_path':'/iJ7pFCD0xNUHkbSoTY60CDGfRjQ.jpg'}","1000000","[{'id':878,'name':'Science Fiction'},{'id':10770,'name':'TV Movie'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'}]","http://www.theasylum.cc/product.php?id=230","205321","tt2724064","en","Sharknado","A freak hurricane hits Los Angeles, causing man-eating sharks to be scooped up in tornadoes and flooding the city with shark-infested seawater. Surfer and bar-owner Fin sets out with his friends Baz and Nova to rescue his estranged wife April and teenage daughter Claudia.","9.027","/6nxewN7l5XGxDqCcGkLaXJ3ljdz.jpg","[{'id':6677,'logo_path':'/tyd27JWQI6z2eZH6AhRJlmYhr9k.png','name':'Syfy','origin_country':'US'},{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'},{'id':22872,'logo_path':null,'name':'Southward Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-07-11","0","86","[{'iso_639_1':'en','name':'English'}]","Released","Enough said!","Sharknado","false","3.8","845" +"false","/mmJW75gBTxqSOrU2ohPbNlcFR2B.jpg","{'id':286023,'name':'Sharknado Collection','poster_path':'/l525ueVZgelZoCSMgPZKKOEJMEC.jpg','backdrop_path':'/iJ7pFCD0xNUHkbSoTY60CDGfRjQ.jpg'}","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","http://www.theasylum.cc/product.php?id=253","248504","tt3062074","en","Sharknado 2: The Second One","A freak weather system turns its deadly fury on New York City, unleashing a Sharknado on the population and its most cherished, iconic sites - and only Fin and April can save the Big Apple.","7.955","/4s08U8YMeUIRxSUhBxw3e4EKH3P.jpg","[{'id':6677,'logo_path':'/tyd27JWQI6z2eZH6AhRJlmYhr9k.png','name':'Syfy','origin_country':'US'},{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-07-30","0","86","[{'iso_639_1':'en','name':'English'}]","Released","Shark happens!","Sharknado 2: The Second One","false","4.4","323" +"false","/kswg4QdvlhuofO0Y7qclcGfQw4K.jpg","null","28000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.iamrogue.com/sharknight3d/fullsite/index.html","65055","tt1633356","en","Shark Night 3D","A weekend at a lake house in the Louisiana Gulf turns into a nightmare for seven vacationers as they are subjected to fresh-water shark attacks.","7.295","/ckvd7BKUYwAVViKmyYPh15eONdc.jpg","[{'id':7215,'logo_path':null,'name':'Incentive Filmed Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-09-02","10126458","91","[{'iso_639_1':'en','name':'English'}]","Released","Terror runs deep.","Shark Night 3D","false","5","235" +"false","/qznEajxCwTDpYgqnRFpncwFhvF0.jpg","{'id':59567,'name':'Shanghai Noon Collection','poster_path':'/ni5KHVDmSGjdqdcf0sew2c2xZ37.jpg','backdrop_path':'/xkA3OKXATV7c0hIXoETdHXUIpE8.jpg'}","50000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':37,'name':'Western'}]","","6038","tt0300471","en","Shanghai Knights","The dynamic duo of Chon Wang and Roy O'Bannon return for another crazy adventure. This time, they're in London to avenge the murder of Chon's father, but end up on an even bigger case. Chon's sister is there to do the same, but instead unearths a plot to kill the royal family. No one believes her, though, and it's up to Chon and Roy (who has romance on his mind) to prove her right.","9.633","/g5BFUJPgv9CoGDyAX4XZFcEY36a.jpg","[{'id':58264,'logo_path':null,'name':'All Knight Productions','origin_country':''},{'id':158,'logo_path':'/6SHlNIype9zmyEMRsBtoueUtLsq.png','name':'Spyglass Entertainment','origin_country':'US'},{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':58262,'logo_path':null,'name':'Birnbaum / Barber Productions','origin_country':''},{'id':58263,'logo_path':null,'name':'Jackie Chan Films Limited','origin_country':''}]","[{'iso_3166_1':'HK','name':'Hong Kong'},{'iso_3166_1':'US','name':'United States of America'}]","2003-02-06","88323487","115","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'zh','name':'?????????'}]","Released","A Royal Kick In The Arse.","Shanghai Knights","false","6","1198" +"false","/t3RoDq8kxbc5AuN6KXuJpA7xHfA.jpg","null","50000000","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':10749,'name':'Romance'}]","","38407","tt1092634","en","Shanghai","An American man returns to a corrupt, Japanese-occupied Shanghai four months before Pearl Harbor and discovers his friend has been killed. While he unravels the mysteries of the death, he falls in love and discovers a much larger secret that his own government is hiding.","5.398","/b2PcMcV1mSH45kBBWwUKolFwwi1.jpg","[{'id':2877,'logo_path':null,'name':'Living Films','origin_country':''},{'id':11317,'logo_path':'/u3YB3GujS0tct5BVTsMJLWVyllg.png','name':'Phoenix Pictures','origin_country':'US'},{'id':15757,'logo_path':null,'name':'TWC Asian Film Fund','origin_country':''},{'id':308,'logo_path':'/e8F3mQM7DkJ5SfYYDp8FYzPBOGX.png','name':'The Weinstein Company','origin_country':'US'}]","[{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'US','name':'United States of America'}]","2010-06-10","0","105","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'en','name':'English'}]","Released","","Shanghai","false","6.1","77" +"false","/phU0dUF5jDdWubTO1qIycTzwgnq.jpg","null","6500000","[{'id':18,'name':'Drama'}]","http://www.foxsearchlight.com/shame/","76025","tt1723811","en","Shame","Brandon is a New Yorker who shuns intimacy with women but feeds his desires with a compulsive addiction to sex. When his wayward younger sister moves into his apartment stirring memories of their shared painful past, Brandon's insular life spirals out of control.","10.72","/wo6j31YThvs8VPTv9DAI3StSoby.jpg","[{'id':2395,'logo_path':'/pZz4qs03FtP6UGtZ3hjQ6qimcwi.png','name':'HanWay Films','origin_country':'GB'},{'id':7217,'logo_path':'/vFbexaF70wSMUHRA6Fy6UcuA1ju.png','name':'See-Saw Films','origin_country':'GB'},{'id':2452,'logo_path':'/6CLoZ59fLPG7UyxQtGTqRevjf58.png','name':'UK Film Council','origin_country':'GB'},{'id':9987,'logo_path':'/o5OTKAw7Acl5fTZYPyl8M8D9570.png','name':'Lipsync Productions','origin_country':'GB'},{'id':2514,'logo_path':null,'name':'Alliance Films','origin_country':''},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2011-10-02","17693675","101","[{'iso_639_1':'en','name':'English'}]","Released","","Shame","false","7","1550" +"false","/k9fMBC1MMgrt4w6IVuB7kTX3yqz.jpg","null","40000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","9889","tt0256380","en","Shallow Hal","A shallow man falls in love with a 300 pound woman because of her ""inner beauty"".","11.855","/xhdJKfDp7TihFcO5CF6BFY1xImE.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-11-01","141069860","114","[{'iso_639_1':'en','name':'English'}]","Released","Are You A Shallow Guy?","Shallow Hal","false","5.9","1436" +"false","/wp736xsdgoW5iVfY9UJ0Yg9JSal.jpg","null","72000","[{'id':27,'name':'Horror'}]","http://www.shallowgroundmovie.com","24702","tt0369918","en","Shallow Ground","A naked teenage boy covered in blood appears at a remote sheriff's station one year after the brutal unsolved murder of a local girl. Now Sheriff Jack Shepherd, guilt ridden over the girl's murder, must confront his own demons as he desperately searches for the boy's true identity and possible victims. Little does Jack realize that he has started down a path that will bring him face to face with an unthinkable horror. Before sunrise the living will pay for the pain the dead have suffered.","2.807","/1gnMeYyiREaNmV7P0jV1o8svLcU.jpg","[{'id':10721,'logo_path':null,'name':'Deco Filmworks','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-06-28","0","97","[{'iso_639_1':'en','name':'English'}]","Released","Fear your past... it will find you","Shallow Ground","false","5.1","52" +"false","/sBvFyOlfcD5B2126ewELx67Wwmi.jpg","null","50000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","http://www.miramax.com/shallwedance/","4380","tt0358135","en","Shall We Dance?","Upon first sight of a beautiful instructor, a bored and overworked estate lawyer signs up for ballroom dancing lessons.","7.731","/ntKMVXdb1tVr4q3sT9vJOV9wnfN.jpg","[{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-10-15","170128460","107","[{'iso_639_1':'en','name':'English'}]","Released","Step out of the ordinary","Shall We Dance?","false","6.1","563" +"false","/qvhpBNfb53wLnEbVnmC5GNGFRHO.jpg","null","25000000","[{'id':36,'name':'History'},{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","","1934","tt0138097","en","Shakespeare in Love","Young Shakespeare is forced to stage his latest comedy, ""Romeo and Ethel, the Pirate's Daughter,"" before it's even written. When a lovely noblewoman auditions for a role, they fall into forbidden love -- and his play finds a new life (and title). As their relationship progresses, Shakespeare's comedy soon transforms into tragedy.","11.258","/sAN5jedynbs3pa3ww0UXQ1k0lRF.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':348,'logo_path':null,'name':'Bedford Falls Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-12-11","289317794","122","[{'iso_639_1':'en','name':'English'}]","Released","Love is the only inspiration.","Shakespeare in Love","false","6.9","1614" +"false","/sefjKdVb0cVLhyKNrHkZven8puC.jpg","null","46000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","479","tt0162650","en","Shaft","New York police detective John Shaft arrests Walter Wade Jr. for a racially motivated slaying. But the only eyewitness disappears, and Wade jumps bail for Switzerland. Two years later Wade returns to face trial, confident his money and influence will get him acquitted -- especially since he's paid a drug kingpin to kill the witness.","9.162","/bqlpFp96uWu2VDpsm4MVvLXdumh.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':258,'logo_path':null,'name':'Scott Rudin Productions','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2000-06-15","107196498","99","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'de','name':'Deutsch'}]","Released","Still the man, any questions?","Shaft","false","5.7","486" +"false","/uOdldehI5KQ7MpSss1QEXGME4Tm.jpg","null","0","[{'id':53,'name':'Thriller'}]","","176570","tt1764647","en","Shadow People","A radio talk show host unravels a conspiracy about encounters with mysterious beings known as The Shadow People and their role in the unexplained deaths of several hundred victims in the 1980s.","3.037","/DclkCjLsZz3IEV8hxnt9U31b7X.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-03-17","0","89","[{'iso_639_1':'en','name':'English'}]","Released","","Shadow People","false","5.1","52" +"false","/p1vyzAzImH166B68zc5aHTz7rxW.jpg","null","6300000","[{'id':53,'name':'Thriller'}]","","84336","tt1770734","en","Shadow Dancer","Set in 1990s Belfast, a woman is forced to betray all she believes in for the sake of her son.","5.168","/y9gwGDTZWFrC3TvtM1cJgoypsQW.jpg","[{'id':13242,'logo_path':null,'name':'Unanimous Pictures','origin_country':''},{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':3353,'logo_path':'/qv2v9HaStUTRjqonODM29YG0oFX.png','name':'Element Pictures','origin_country':'IE'},{'id':5267,'logo_path':'/trP3GsUyIztMwcqev3jK1gOeCSA.png','name':'Irish Film Board','origin_country':'IE'},{'id':9987,'logo_path':'/o5OTKAw7Acl5fTZYPyl8M8D9570.png','name':'Lipsync Productions','origin_country':'GB'},{'id':37343,'logo_path':null,'name':'UKFS','origin_country':''}]","[{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2012-02-12","419953","101","[{'iso_639_1':'en','name':'English'}]","Released","","Shadow Dancer","false","6","122" +"false","/sBt1lqLvW3nFfiSiYG6qTkbGpvx.jpg","null","10000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':878,'name':'Science Fiction'}]","","88005","tt1307068","en","Seeking a Friend for the End of the World","As an asteroid nears Earth, a man finds himself alone after his wife leaves in a panic. He decides to take a road trip to reunite with his high school sweetheart. Accompanying him is a neighbor who inadvertently puts a wrench in his plan.","8.7","/86v2AXXQP6mKNn3Nne910h7UlNK.jpg","[{'id':9350,'logo_path':'/xz60JVoUHpOeg1cJbxzMJiwbuL7.png','name':'Indian Paintbrush','origin_country':'US'},{'id':771,'logo_path':null,'name':'Mandate Pictures','origin_country':'US'},{'id':10146,'logo_path':'/xnFIOeq5cKw09kCWqV7foWDe4AA.png','name':'Focus Features','origin_country':'US'},{'id':10039,'logo_path':'/b8w4LldQolMKiLZw4FQJBcXSDGI.png','name':'Anonymous Content','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-06-22","9636289","101","[{'iso_639_1':'en','name':'English'}]","Released","Nice knowing you.","Seeking a Friend for the End of the World","false","6.4","1081" +"false","/l0hl4uo6TkgKhLBIkqKHrITYw2W.jpg","{'id':285879,'name':'Seed Collection','poster_path':'/AvwruMfjbfydS9156uzq8gBZ4XN.jpg','backdrop_path':null}","1200000","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","283327","tt2916324","en","Seed 2: The New Breed","Coming back from her bachelor party in Las Vegas, Christine and her friends are driving through the hot desert of Nevada. But they are not alone - serial killer Max Seed is back and he brought the whole family.","0.886","/qBP44cQsJxwDQOogJANQr4jDrmF.jpg","[{'id':29741,'logo_path':null,'name':'Matador-Film','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2014-07-25","0","78","[{'iso_639_1':'en','name':'English'}]","Released","","Seed 2","false","2.1","14" +"false","/u7bylbrEzOKRXVq2BzbjYQIpqSy.jpg","null","18000000","[{'id':80,'name':'Crime'},{'id':35,'name':'Comedy'}]","","11185","tt0098282","en","See No Evil, Hear No Evil","A murder takes place in the shop of David Lyons, a deaf man who fails to hear the gunshot being fired. Outside, blind man Wally Karue hears the shot but cannot see the perpetrator. Both are arrested, but escape to form an unlikely partnership. Being chased by both the law AND the original killers, can the pair work together to outwit them all?","10.676","/psB1Zb6sqnzHyCgtJrEJqphflVx.jpg","[{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-05-12","46908987","103","[{'iso_639_1':'en','name':'English'}]","Released","MURDER! The blind guy couldn't see it. The deaf guy couldn't hear it. Now they're both wanted for it.","See No Evil, Hear No Evil","false","6.6","390" +"false","/l9fdcaqaQQLE2K8cYwfoIPXi0i7.jpg","{'id':296872,'name':'See No Evil Collection','poster_path':'/i8oH7qZXgg96r03Tyf8BEe2x52M.jpg','backdrop_path':'/xUwlkY068q0VJrBpcyShwNwVoRI.jpg'}","8000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","10007","tt0437179","en","See No Evil","A group of delinquents are sent to clean the Blackwell Hotel. Little do they know reclusive psychopath Jacob Goodnight (Jacobs) has holed away in the rotting hotel. When one of the teens is captured, those who remain -- a group that includes the cop who put a bullet in Goodnight's head four years ago -- band together to survive against the brutal killer.","6.851","/rZ0YSY6iRhXENygGlNebP9RfZlM.jpg","[{'id':35,'logo_path':'/wxrHa3nZ1K4zo65p56991INkGo6.png','name':'Lions Gate Films','origin_country':'US'},{'id':10339,'logo_path':'/oiIi36MaWXwvvHWX5eojoE2Fiyv.png','name':'WWE Studios','origin_country':'US'}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'US','name':'United States of America'}]","2006-05-19","18564467","84","[{'iso_639_1':'en','name':'English'}]","Released","This summer. Evil gets raw.","See No Evil","false","5","270" +"false","/aE7rUxqvCgQRQzMZa5LAFseW2bg.jpg","null","0","[{'id':99,'name':'Documentary'}]","","193645","tt2402179","en","Seduced and Abandoned","SEDUCED AND ABANDONED combines acting legend Alec Baldwin with director James Toback as they lead us on a troublesome and often hilarious journey of raising financing for their next feature film. Moving from director to financier to star actor, the two players provide us with a unique look behind the curtain at the world's biggest and most glamourous film festival, shining a light on the bitter-sweet relationship filmmakers have with Cannes and the film business. Featuring insights from directors Martin Scorsese, 'Bernando Bertolucci' and Roman Polanski; actors Ryan Gosling and Jessica Chastain and a host of film distribution luminaries.","1.686","/mLYWDTniE62LQNMEhifiMbFFKWS.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-05-20","0","100","[{'iso_639_1':'en','name':'English'}]","Released","BEYOND THE GLAMOUR OF CANNES LIES THE NAKED TRUTH OF MOVIEMAKING.","Seduced and Abandoned","false","6.7","20" +"false","/yjMyR5wwqDjSwG6CE3ty1PRJMSH.jpg","null","4500000","[{'id':18,'name':'Drama'}]","","11159","tt0117589","en","Secrets & Lies","A middle-aged London factory worker is shocked when the mixed-race daughter she gave up at birth decides to track her down. At first she denies she is her mother. All family members become emotional, as everyone's secrets are exposed.","8.312","/8uinoRlLK1wh2l7l7P2PqnuxRiS.jpg","[{'id':181,'logo_path':null,'name':'Channel Four Films','origin_country':'GB'},{'id':236,'logo_path':null,'name':'October Films','origin_country':'US'},{'id':10100,'logo_path':null,'name':'Thin Man Films','origin_country':''},{'id':105,'logo_path':'/pyiNvPJYGz4W2SImgULoG2sn4y4.png','name':'CiBy 2000','origin_country':'FR'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'FR','name':'France'}]","1996-05-24","13417292","142","[{'iso_639_1':'en','name':'English'}]","Released","Roxanne drives her mother crazy. Maurice never speaks to his niece. Cynthia has a shock for her family. Monica can't talk to her husband. Hortense has never met her mother.","Secrets & Lies","false","7.5","217" +"false","/ojsY0XyCSsJvm0n7YTwumQcvBqT.jpg","null","40000000","[{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","1586","tt0363988","en","Secret Window","Mort Rainey, a writer just emerging from a painful divorce with his ex-wife, is stalked at his remote lake house by a psychotic stranger and would-be scribe who claims Rainey swiped his best story idea. But as Rainey endeavors to prove his innocence, he begins to question his own sanity.","11.944","/f5t7Df50xjniLlE80ty2dYsZBqI.jpg","[{'id':54502,'logo_path':null,'name':'Mel's Cite du Cinema','origin_country':''},{'id':1271,'logo_path':null,'name':'Pariah Entertainment Group','origin_country':''},{'id':23651,'logo_path':null,'name':'Grand Slam Productions','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-03-12","92913171","96","[{'iso_639_1':'en','name':'English'}]","Released","The most important part of a story is the ending.","Secret Window","false","6.5","1816" +"false","/rwLHk6ozjFAcQNlpVO0Rn8UD8hs.jpg","{'id':98513,'name':'Behind Enemy Lines Collection','poster_path':'/baDDWPQgZyBKiDNeipLJ9LEZ5BX.jpg','backdrop_path':'/5sMWk8wutGCFAM7MAFPQJyc0ny0.jpg'}","0","[{'id':28,'name':'Action'},{'id':10752,'name':'War'},{'id':18,'name':'Drama'}]","","260063","tt2992552","en","Seal Team Eight: Behind Enemy Lines","Seal Team Eight must fight their way deep into Africa's Congo, decommission a secret uranium mine, and stop our most dangerous enemy from smuggling weapon's grade yellow-cake out of the country.","4.679","/kelqhmAPtLyldeoGDtcnKJPOf4d.jpg","[{'id':3635,'logo_path':'/e4dCQJpJjwL46i1WuGpTIO3srL6.png','name':'20th Century Fox Home Entertainment','origin_country':'US'},{'id':773,'logo_path':'/8GHHXJTeF5XU5a5EN6myMiYwSJh.png','name':'Film Afrika Worldwide','origin_country':'ZA'}]","[{'iso_3166_1':'ZA','name':'South Africa'}]","2014-03-01","0","98","[{'iso_639_1':'en','name':'English'}]","Released","The Fight For Freedom Never Ends","Seal Team Eight: Behind Enemy Lines","false","4.9","60" +"false","/9hyy9ZUgGPsmd6sgb8b26WVPACS.jpg","null","0","[{'id':28,'name':'Action'}]","","19167","tt0458471","en","Second In Command","Armed insurgents attempt a coup d'etat in a troubled Eastern European country, and the president flees to the U.S. embassy for protection. When the U.S. ambassador is murdered by the ruthless and gun-happy rebels, it comes down to the second-in-command of the embassy, Sam Keenan, played by Belgian kickboxer Jean-Claude Van Damme, to use his amazing martial arts technique to defend the besieged.","4.773","/3MlHO10nWkQkzO7B5BE9OCKjC7Z.jpg","[{'id':63961,'logo_path':null,'name':'Pueblo Film Group','origin_country':''},{'id':1370,'logo_path':'/uch218gB4XWNz3JNhlc65A5Q207.png','name':'Castel Film','origin_country':'RO'},{'id':2748,'logo_path':null,'name':'Clubdeal','origin_country':''},{'id':63962,'logo_path':null,'name':'Micro Fusion 2004-15','origin_country':''},{'id':2090,'logo_path':'/jYlUttNqcN5u1pzMQrh5AEhZ27t.png','name':'Motion Picture Corporation of America','origin_country':'US'}]","[{'iso_3166_1':'RO','name':'Romania'},{'iso_3166_1':'US','name':'United States of America'}]","2006-05-02","0","91","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","","Second In Command","false","4.9","57" +"false","/egbrQk8JaPfHZGTSc4cVMopGOGe.jpg","{'id':201930,'name':'Blacula Collection','poster_path':'/a6vO8xlFstWmMCOUACrkQHWuCHo.jpg','backdrop_path':'/iD8e6pN4zkPlBOaqu42H8snZt5a.jpg'}","0","[{'id':27,'name':'Horror'}]","","42466","tt0070656","en","Scream Blacula Scream","After a dying Voodoo queen chooses an adopted apprentice as her successor, her true heir is outraged. Seeking revenge, he buys the bones of Blacula the vampire off of a dealer, and uses voodoo to bring the vampire back to do his bidding. In turn, Blacula turns him into a vampire and makes him his slave. Meanwhile, a police officer with a large collection of African antiques and an interest in the occult investigates the murders caused by Blacula and his vampire horde.","2.1","/tOLLObTjEyYcMKBPjvUnPNSAoo8.jpg","[{'id':20227,'logo_path':null,'name':'Power Productions','origin_country':''},{'id':9266,'logo_path':null,'name':'American International Pictures (AIP)','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1973-06-27","0","96","[{'iso_639_1':'en','name':'English'}]","Released","The black prince of shadows stalks the earth again!","Scream Blacula Scream","false","5.9","25" +"false","/2afgeexneWGIi5w2LUYNpo9QEFk.jpg","null","20000000","[{'id':35,'name':'Comedy'}]","","239568","tt2758904","en","Search Party","Two oafs must rescue their stranded pal in Mexico.","5.204","/f0Kog0nsJY9fwKoaa8w7TDhz7Wh.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-10-30","0","93","[{'iso_639_1':'en','name':'English'}]","Released","This is not a vacation. It's a rescue mission.","Search Party","false","5.2","92" +"false","/wMpL6qA67gTupcwXV8w6VIJzLxa.jpg","{'id':315595,'name':'Tinker Bell Collection','poster_path':'/nTEOjP7JpFa9VZlawzqNBy4g5KY.jpg','backdrop_path':'/8wvxr06XNW2zofbOHQqEgokTmLx.jpg'}","0","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'},{'id':12,'name':'Adventure'}]","","75258","tt1217213","en","Secret of the Wings","Tinkerbell wanders into the forbidden Winter woods and meets Periwinkle. Together they learn the secret of their wings and try to unite the warm fairies and the winter fairies to help Pixie Hollow.","14.166","/4oBoAsIGEw9z4R5XqhtuVmpznGk.jpg","[{'id':5391,'logo_path':'/o5AcK10ViutenSa4XTD18ClCEWe.png','name':'DisneyToon Studios','origin_country':'US'},{'id':22135,'logo_path':null,'name':'Prana Animation Studios','origin_country':''}]","[{'iso_3166_1':'IN','name':'India'},{'iso_3166_1':'US','name':'United States of America'}]","2012-08-17","0","92","[{'iso_639_1':'en','name':'English'}]","Released","Two Worlds. One Magical Secret.","Secret of the Wings","false","6.8","549" +"false","/A0WKbRIojF9DUWG4XLCmg5JK6I5.jpg","null","33000000","[{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","http://www.sevenmovie.com/","807","tt0114369","en","Se7en","Two homicide detectives are on a desperate hunt for a serial killer whose crimes are based on the ""seven deadly sins"" in this dark and haunting film that takes viewers from the tortured remains of one victim to the next. The seasoned Det. Sommerset researches each sin in an effort to get inside the killer's mind, while his novice partner, Mills, scoffs at his efforts to unravel the case.","26.956","/8zw8IL4zEPjkh8Aysdcd0FwGMb0.jpg","[{'id':4286,'logo_path':null,'name':'Juno Pix','origin_country':''},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':65394,'logo_path':null,'name':'Cecchi Gori Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-09-22","327311859","127","[{'iso_639_1':'en','name':'English'}]","Released","Seven deadly sins. Seven ways to die.","Se7en","false","8.3","10185" +"false","/5VqyrIpMbnwXdZFcISmtKr3n75A.jpg","{'id':2602,'name':'Scream Collection','poster_path':'/3DjOcwfd8cTcKBkWTcNntAZajEg.jpg','backdrop_path':'/jPTbJp1601vLu27WhyjhpVk8w0h.jpg'}","40000000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","http://www.scream-4.com/","41446","tt1262416","en","Scream 4","Sidney Prescott, now the author of a self-help book, returns home to Woodsboro on the last stop of her book tour. There she reconnects with Sheriff Dewey and Gale, who are now married, as well as her cousin Jill and her Aunt Kate. Unfortunately, Sidney's appearance also brings about the return of Ghostface, putting Sidney, Gale, and Dewey, along with Jill, her friends, and the whole town of Woodsboro in danger.","14.881","/rg8ePhFERD5YjPoO0jQPYcN8jHH.jpg","[{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-04-11","97138686","111","[{'iso_639_1':'en','name':'English'}]","Released","New Decade. New Rules.","Scream 4","false","6.2","1541" +"false","/dtmmUCOjCtrjzRCtXHXwaBSySjN.jpg","null","40000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'}]","http://www.seasonofthewitchmovie.com","23047","tt0479997","en","Season of the Witch","A 14th century Crusader returns with his comrade to a homeland devastated by the Black Plague. The Church commands the two knights to transport a witch to a remote abbey, where monks will perform a ritual in hopes of ending the pestilence.","15.051","/71XUlmCSJomhBZoXDBBIMxzoLFx.jpg","[{'id':507,'logo_path':'/z7H707qUWigbjHnJDMfj6QITEpb.png','name':'Atlas Entertainment','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-01-07","91627228","95","[{'iso_639_1':'la','name':'Latin'},{'iso_639_1':'en','name':'English'}]","Released","Not all souls can be saved.","Season of the Witch","false","5.2","1296" +"false","/i4rAX3m2GKoKP7tFeGlJjFCWw0Y.jpg","null","0","[{'id':53,'name':'Thriller'}]","http://www.arrow-entertainment.com/html/Seance/Seance.html","101962","tt1796607","en","Seance","After a loudmouth college punk singer accuses an amateur medium of being a fake, four college students break into the city morgue and video themselves holding a seance. When the kids summon a demon by mistake, they have to find a way to drive the demon out of their friend before it destroys them all.","2.102","/hXLKEEsZOFUmDP7zMK5S8L2dTMW.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-04-30","0","85","[{'iso_639_1':'en','name':'English'}]","Released","Dare to play?","Seance","false","3.5","12" +"false","/6xezVJoUp0cZUBQeIDpW6lFuhcd.jpg","null","32000000","[{'id':14,'name':'Fantasy'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","9647","tt0096061","en","Scrooged","In this modern take on Charles Dickens' ""A Christmas Carol,"" Frank Cross (Bill Murray) is a wildly successful television executive whose cold ambition and curmudgeonly nature has driven away the love of his life, Claire Phillips (Karen Allen). But after firing a staff member, Eliot Loudermilk (Bobcat Goldthwait), on Christmas Eve, Frank is visited by a series of ghosts who give him a chance to re-evaluate his actions and right the wrongs of his past.","10.597","/9gUQPVt0QZYKUBrGGtknfrsRQ1c.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-11-22","60328558","101","[{'iso_639_1':'en','name':'English'}]","Released","The spirits will move you in odd and hysterical ways.","Scrooged","false","6.8","653" +"false","/frxiigkZplwaXnJYVA2rEYHqWeN.jpg","{'id':2602,'name':'Scream Collection','poster_path':'/3DjOcwfd8cTcKBkWTcNntAZajEg.jpg','backdrop_path':'/jPTbJp1601vLu27WhyjhpVk8w0h.jpg'}","40000000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","","4234","tt0134084","en","Scream 3","A murdering spree begins to happen again, this time its targeted toward the original Woodsboro survivors and those associated with the movie inside a movie, 'Stab 3'. Sydney must face the demons of her past to stop the killer.","14.845","/3GWGslNffuMvaW9yzTCNkLmwkkE.jpg","[{'id':1600,'logo_path':null,'name':'Craven-Maddalena Films','origin_country':''},{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'},{'id':85,'logo_path':null,'name':'Konrad Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-02-03","161834276","116","[{'iso_639_1':'en','name':'English'}]","Released","Someone has taken their love of trilogies one step too far.","Scream 3","false","5.8","1364" +"false","/kCYo9BjPcL8KhomZgSUnK4RjI2W.jpg","null","0","[{'id':10770,'name':'TV Movie'},{'id':10751,'name':'Family'},{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","230917","tt2173768","en","Season of Miracles","Based on the award-winning novel by Rusty Whitener, Season of Miracles follows the Robins, an underdog Little League team through their 1974 season with newcomer and autistic baseball savant, Rafer. Team leader Zack takes Rafer under his wing despite taunting from their rivals, the Hawks.","0.6","/av0yuDvjwuRPUMElUCFe0Jb4zYA.jpg","[]","[]","2013-10-01","0","80","[]","Released","Miracles happen when you least expect","Season of Miracles","false","5.5","3" +"false","/cBUvJWcV8k7GTEGoL2Dp6CmgUV1.jpg","{'id':2602,'name':'Scream Collection','poster_path':'/3DjOcwfd8cTcKBkWTcNntAZajEg.jpg','backdrop_path':'/jPTbJp1601vLu27WhyjhpVk8w0h.jpg'}","24000000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","","4233","tt0120082","en","Scream 2","Two years after the terrifying events that occurred in Woodsboro, Sidney is now attending Windsor College in Cincinnati, and Gale Weathers' best selling book on Sidney's life has now been made into a major motion picture. When two college students are killed in a theatre while watching the new film 'Stab', Sidney knows deep down that history is repeating itself.","15.62","/c5AyWNWooMGkJXlqLwmPQCjUwHt.jpg","[{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':85,'logo_path':null,'name':'Konrad Pictures','origin_country':''},{'id':1601,'logo_path':null,'name':'Maven Entertainment','origin_country':''},{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-12-09","172363301","120","[{'iso_639_1':'en','name':'English'}]","Released","Someone has taken their love of sequels one step too far.","Scream 2","false","6.3","1567" +"false","/tdcb0RHusaQxScWORevtKQ0u9NG.jpg","{'id':2602,'name':'Scream Collection','poster_path':'/3DjOcwfd8cTcKBkWTcNntAZajEg.jpg','backdrop_path':'/jPTbJp1601vLu27WhyjhpVk8w0h.jpg'}","14000000","[{'id':80,'name':'Crime'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","","4232","tt0117571","en","Scream","A killer known as Ghostface begins killing off teenagers, and as the body count begins rising, one girl and her friends find themselves contemplating the 'rules' of horror films as they find themselves living in a real-life one.","12.31","/ewi7gYW22t8T3piRvrXO73GlzuL.jpg","[{'id':979,'logo_path':null,'name':'Woods Entertainment','origin_country':''},{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-12-20","173046663","111","[{'iso_639_1':'en','name':'English'}]","Released","Someone has taken their love of scary movies one step too far.","Scream","false","7.1","2748" +"false","/9UBtFxBdWDtwMLX5brS45Ryo840.jpg","null","60000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://www.scottpilgrimthemovie.com/","22538","tt0446029","en","Scott Pilgrim vs. the World","Scott Pilgrim is a 23 year old radical Canadian gamer and wannabe rockstar who falls in love with an American delivery girl, Ramona Flowers, and must defeat her seven evil exes to be able to date her.","16.375","/lafRuPbjEQrrHG9QEaoyV2znZC.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':2527,'logo_path':'/osO7TGmlRMistSQ5JZusPhbKUHk.png','name':'Marc Platt Productions','origin_country':'US'},{'id':443,'logo_path':'/deewJi8ncCh6Sc2STL91wvZ4O5X.png','name':'Big Talk Productions','origin_country':'GB'},{'id':87733,'logo_path':null,'name':'Closed on Mondays Entertainment','origin_country':''},{'id':1778,'logo_path':'/69xm6sF3JxugGVjfZfm1YY6d7EE.png','name':'Dentsu','origin_country':'JP'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2010-07-27","47664559","112","[{'iso_639_1':'en','name':'English'}]","Released","Get the hot girl. Defeat her evil exes. Hit love where it hurts.","Scott Pilgrim vs. the World","false","7.3","3731" +"false","/hWFBRYR8Nb6fqgJkkSOJCsFDIY3.jpg","null","1700000","[{'id':53,'name':'Thriller'}]","","242033","tt2293750","en","Scorned","Sadie and Kevin have decided to spend a romantic weekend together at his lake house. But when an unexpected- and unfortunate- text from her best friend Jennifer to Kevin reveals a lurid love affair between the two, Sadie spirals a into a hunger for revenge.","2.063","/mbIrFTLNRhSHBinxqM8pcdWewEz.jpg","[{'id':26344,'logo_path':null,'name':'Horse Head Pictures','origin_country':'US'},{'id':5860,'logo_path':null,'name':'Anchor Bay Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-11-14","0","86","[{'iso_639_1':'en','name':'English'}]","Released","Hell Hath No Fury","Scorned","false","4.7","25" +"false","/7gCk738YzhqljcCjbX3Dbi23vuK.jpg","{'id':32916,'name':'Scooby-Doo! Animation Movies','poster_path':'/sSgWaprKYzMYRlmzah7sdAG6lo6.jpg','backdrop_path':'/7isX73SseGONsf9bYbEe6f9epEg.jpg'}","0","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':9648,'name':'Mystery'}]","","258893","tt2337576","en","Scooby-Doo! WrestleMania Mystery","The mystery begins when Shaggy and Scooby win tickets to ""WrestleMania"" and convince the crew to go with them to WWE City. But this city harbors a spooky secret - a ghastly Ghost Bear holds the town in his terrifying grip! To protect the coveted WWE Championship Title, the gang gets help from WWE Superstars like John Cena, Triple H, Sin Cara, Brodus Clay, AJ Lee, The Miz and Kane. Watch Scooby and the gang grapple with solving this case before it's too late.","5.48","/1Wvdnwlv9OJ8Ph4wnO5jnGxahv6.jpg","[{'id':10339,'logo_path':'/oiIi36MaWXwvvHWX5eojoE2Fiyv.png','name':'WWE Studios','origin_country':'US'},{'id':20734,'logo_path':null,'name':'Warner Bros. Feature Animation','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-03-25","0","84","[{'iso_639_1':'en','name':'English'}]","Released","","Scooby-Doo! WrestleMania Mystery","false","6.2","68" +"false","/pM1CnP0ZN2VxmrTAbBZOS3PNoNE.jpg","null","35000000","[{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'}]","http://www.schoolofrockmovie.com","1584","tt0332379","en","School of Rock","Fired from his band and hard up for cash, guitarist and vocalist Dewey Finn finagles his way into a job as a fifth-grade substitute teacher at a private school, where he secretly begins teaching his students the finer points of rock 'n' roll. The school's hard-nosed principal is rightly suspicious of Finn's activities. But Finn's roommate remains in the dark about what he's doing.","11.861","/cREN222Yw78zvSQ9bg17Y9QZS0c.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':258,'logo_path':null,'name':'Scott Rudin Productions','origin_country':'US'},{'id':8647,'logo_path':null,'name':'NEW Century','origin_country':''},{'id':21409,'logo_path':null,'name':'MFP Munich Film Partners GmbH & Company I. Produktions KG','origin_country':''},{'id':88628,'logo_path':null,'name':'Sor Productions','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2003-10-03","131282949","110","[{'iso_639_1':'en','name':'English'}]","Released","He just landed the gig of his life: 5th grade.","School of Rock","false","6.9","2815" +"false","/2n93eRvXg8g5BDohdFuKsXqzEhg.jpg","null","0","[{'id':35,'name':'Comedy'}]","","36741","tt0054279","en","School for Scoundrels","Hapless Henry Palfrey is patronised by his self-important chief clerk at work, ignored by restaurant waiters, conned by shady second-hand car salesmen, and, worst of all, endlessly wrong-footed by unspeakably rotten cad Raymond Delauney who has set his cap at April, new love of Palfrey's life. In desperation Henry enrolls at the College of Lifemanship to learn how to best such bounders and win the girl.","1.71","/6v0voCmFRYQzPnpJz22e3LMtnWT.jpg","[{'id':20582,'logo_path':null,'name':'Guardsman Films','origin_country':''},{'id':1441,'logo_path':'/28DJnfE2ZaR5oNJVlZ38uvnLaCH.png','name':'Associated British Picture Corporation','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1960-03-24","0","94","[{'iso_639_1':'en','name':'English'}]","Released","Learn to gain weight by LOSING scruples!","School for Scoundrels","false","7","22" +"false","/cTNYRUTXkBgPH3wP3kmPUB5U6dA.jpg","null","22000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10752,'name':'War'}]","http://www.schindlerslist.com/","424","tt0108052","en","Schindler's List","The true story of how businessman Oskar Schindler saved over a thousand Jewish lives from the Nazis while they worked as slaves in his factory during World War II.","23.087","/yPisjyLweCl1tbgwgtzBCNCBle.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-12-15","321365567","195","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'pl','name':'Polski'},{'iso_639_1':'he','name':'????????????????'},{'iso_639_1':'en','name':'English'}]","Released","Whoever saves one life, saves the world entire.","Schindler's List","false","8.5","7644" +"false","/xDw3Yz797LSBGSxSrzBFEsP3Px4.jpg","null","31000000","[{'id':18,'name':'Drama'}]","","9475","tt0105323","en","Scent of a Woman","Charlie Simms is a student at a private preparatory school who comes from a poor family. To earn the money for his flight home to Gresham, Oregon for Christmas, Charlie takes a job over Thanksgiving looking after retired U.S. Army officer Lieutenant Colonel Frank Slade, a cantankerous middle-aged man who lives with his niece and her family.","14.164","/22m6tUzIYxXs5cjyl7KJJPULlMT.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':136,'logo_path':null,'name':'City Light Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-12-23","134095253","157","[{'iso_639_1':'en','name':'English'}]","Released","Col. Frank Slade has a very special plan for the weekend!","Scent of a Woman","false","7.6","1302" +"false","/u2XK9QsxbQun0LmpauPOFn4hLYB.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","172847","tt2012011","en","Scenic Route","Stranded on an isolated desert road, two life-long friends fight for survival as their already strained relationship spirals into knife-wielding madness.","4.214","/f4OVjo7OKTFF8o54BY60Y3fBiBF.jpg","[{'id':10039,'logo_path':'/b8w4LldQolMKiLZw4FQJBcXSDGI.png','name':'Anonymous Content','origin_country':'US'},{'id':15710,'logo_path':null,'name':'Best Medicine Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-08-23","0","85","[{'iso_639_1':'en','name':'English'}]","Released","There is no turning back","Scenic Route","false","6.3","104" +"false","/jNoW4xqUljVyVQ1yrrhv9TGOWlM.jpg","{'id':4246,'name':'Scary Movie Collection','poster_path':'/rFOREADs0En0sdyj149V4E7n9aV.jpg','backdrop_path':'/qPRZ1HpvpPM81cBTwNKXlqtH9MT.jpg'}","20000000","[{'id':35,'name':'Comedy'}]","","4258","tt0795461","en","Scary Movie 5","Home with their newly-formed family, happy parents Dan and Jody are haunted by sinister, paranormal activities. Determined to expel the insidious force, they install security cameras and discover their family is being stalked by an evil dead demon.","15.928","/zYptQLRnePlv5rYg2kYOCZ3C31Q.jpg","[{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-04-11","78378744","86","[{'iso_639_1':'en','name':'English'}]","Released","Evil is coming. Bring protection.","Scary Movie 5","false","4.7","1426" +"false","/s7dcAllZEVSrVIVMUVAUmwAxFmn.jpg","{'id':4246,'name':'Scary Movie Collection','poster_path':'/rFOREADs0En0sdyj149V4E7n9aV.jpg','backdrop_path':'/qPRZ1HpvpPM81cBTwNKXlqtH9MT.jpg'}","19000000","[{'id':35,'name':'Comedy'}]","","4247","tt0175142","en","Scary Movie","Following on the heels of popular teen-scream horror movies, with uproarious comedy and biting satire. Marlon and Shawn Wayans, Shannon Elizabeth and Carmen Electra pitch in to skewer some of Hollywood's biggest blockbusters, including Scream, I Know What You Did Last Summer, The Matrix, American Pie and The Blair Witch Project.","19.486","/bvVmVFBVQLytK1H4TJTFdnhvf4T.jpg","[{'id':10958,'logo_path':null,'name':'Brad Grey Pictures','origin_country':''},{'id':1607,'logo_path':null,'name':'Gold/Miller Productions','origin_country':''},{'id':1608,'logo_path':null,'name':'Wayans Bros. Entertainment','origin_country':''},{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-07-07","278019771","88","[{'iso_639_1':'en','name':'English'}]","Released","No mercy. No shame. No sequel.","Scary Movie","false","6.1","3175" +"false","/51fjuzYoJKvGW43j32nBpWW6Tm1.jpg","null","25000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","111","tt0086250","en","Scarface","After getting a green card in exchange for assassinating a Cuban government official, Tony Montana stakes a claim on the drug trade in Miami. Viciously murdering anyone who stands in his way, Tony eventually becomes the biggest drug lord in the state, controlling nearly all the cocaine that comes through Miami. But increased pressure from the police, wars with Colombian drug cartels and his own drug-fueled paranoia serve to fuel the flames of his eventual downfall.","14.456","/zr2p353wrd6j3wjLgDT4TcaestB.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1983-12-08","65884703","170","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","The world is yours...","Scarface","false","8.1","5193" +"false","/8Dc3aSFxDULuy4sgEep6OfUhmT7.jpg","null","425000","[{'id':27,'name':'Horror'}]","","40168","tt0096046","en","Scarecrows","Five men heist the Camp Pendleton payroll and kidnap a pilot and his daughter, who are forced to fly them to Mexico. Enroute a double cross has one of the thieves parachute with the loot into an abandoned graveyard surrounded by strange scarecrows. The rest of the team jump after their loot and their former partner. Everything happens during the course of one very dark night.","3.349","/gBv0Dwr2AZiMOxeWzMj6071mbpG.jpg","[{'id':31182,'logo_path':null,'name':'Effigy Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-09-28","0","83","[{'iso_639_1':'en','name':'English'}]","Released","Trespassers will be violated","Scarecrows","false","5.3","58" +"false","/n7rXLeKo28a3Rxiyg9MQBoX7heX.jpg","{'id':656,'name':'Saw Collection','poster_path':'/xmC2A7qPEfiOkQC58fZh8srWQ5v.jpg','backdrop_path':'/kKdI4h6VuCFAtHZc1POTWwY5r0I.jpg'}","11000000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","http://www.saw6film.com/","22804","tt1233227","en","Saw VI","Special Agent Strahm is dead, and Detective Hoffman has emerged as the unchallenged successor to Jigsaw's legacy. However, when the FBI draws closer to Hoffman, he is forced to set a game into motion, and Jigsaw's grand scheme is finally understood.","13.363","/iCVk1uniEoQLXdluUGUXBaAgD1H.jpg","[{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':2061,'logo_path':'/o9LbN33hRaj4qcebUv1bikyXeoB.png','name':'Twisted Pictures','origin_country':'US'}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2009-10-22","68233629","96","[{'iso_639_1':'en','name':'English'}]","Released","The game has come full circle","Saw VI","false","6.2","1489" +"false","/riCNFvTbbgjWYIhy6Ow5gBd8ZqW.jpg","{'id':656,'name':'Saw Collection','poster_path':'/xmC2A7qPEfiOkQC58fZh8srWQ5v.jpg','backdrop_path':'/kKdI4h6VuCFAtHZc1POTWwY5r0I.jpg'}","10800000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","11917","tt1132626","en","Saw V","Detective Hoffman is seemingly the last person alive to carry on the Jigsaw legacy. But when his secret is threatened, he must go on the hunt to eliminate all the loose ends.","11.37","/AkfY99GJjnsuOpIaQlFzCsv5pBl.jpg","[{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':2061,'logo_path':'/o9LbN33hRaj4qcebUv1bikyXeoB.png','name':'Twisted Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-10-23","113857533","95","[{'iso_639_1':'en','name':'English'}]","Released","You Won't Believe How It Ends","Saw V","false","6.1","1648" +"false","/dUof53pTXTLlfw6svPhqdgma3WK.jpg","{'id':656,'name':'Saw Collection','poster_path':'/xmC2A7qPEfiOkQC58fZh8srWQ5v.jpg','backdrop_path':'/kKdI4h6VuCFAtHZc1POTWwY5r0I.jpg'}","10000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","http://movies.break.com/saw4/","663","tt0890870","en","Saw IV","Jigsaw and his apprentice Amanda are dead. Now, upon the news of Detective Kerry's murder, two seasoned FBI profilers, Agent Strahm and Agent Perez, arrive in the terrified community to assist the veteran Detective Hoffman in sifting through Jigsaw's latest grisly remains and piecing together the puzzle. However, when SWAT Commander Rigg is abducted and thrust into a game, the last officer untouched by Jigsaw has but ninety minutes to overcome a series of demented traps and save an old friend...or face the deadly consequences.","13.131","/veApHw5ARGHWf3ptKf30rOGFY9n.jpg","[{'id':2061,'logo_path':'/o9LbN33hRaj4qcebUv1bikyXeoB.png','name':'Twisted Pictures','origin_country':'US'},{'id':35,'logo_path':'/wxrHa3nZ1K4zo65p56991INkGo6.png','name':'Lions Gate Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-10-25","139352633","96","[{'iso_639_1':'en','name':'English'}]","Released","You think it is over...but the games have just begun","Saw IV","false","6.1","1791" +"false","/fJQ5kjLx4UdK05MC323Vlzwr6S8.jpg","null","35000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","140823","tt2140373","en","Saving Mr. Banks","Author P.L. Travers travels from London to Hollywood as Walt Disney Pictures adapts her novel Mary Poppins for the big screen.","10.309","/mvs3reS18RP6IhjLwwLeVtkoeg0.jpg","[{'id':21079,'logo_path':null,'name':'Hopscotch Features','origin_country':''},{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':2054,'logo_path':null,'name':'Ruby Films','origin_country':''},{'id':6747,'logo_path':null,'name':'Essential Media and Entertainment','origin_country':'AU'},{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2013-11-16","112544580","125","[{'iso_639_1':'en','name':'English'}]","Released","Where her book ended, their story began.","Saving Mr. Banks","false","7.4","1970" +"false","/1AG4zhL1MPdJGwAp3GODLG1j1LY.jpg","{'id':656,'name':'Saw Collection','poster_path':'/xmC2A7qPEfiOkQC58fZh8srWQ5v.jpg','backdrop_path':'/kKdI4h6VuCFAtHZc1POTWwY5r0I.jpg'}","10000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","214","tt0489270","en","Saw III","Jigsaw has disappeared. Along with his new apprentice Amanda, the puppet-master behind the cruel, intricate games that have terrified a community and baffled police has once again eluded capture and vanished. While city detective scramble to locate him, Doctor Lynn Denlon and Jeff Reinhart are unaware that they are about to become the latest pawns on his vicious chessboard.","13.581","/zHMw9xGrNlrDsuK6Lnx5NlL72Eu.jpg","[{'id':2061,'logo_path':'/o9LbN33hRaj4qcebUv1bikyXeoB.png','name':'Twisted Pictures','origin_country':'US'},{'id':23019,'logo_path':null,'name':'Evolution Entertainment','origin_country':''},{'id':35,'logo_path':'/wxrHa3nZ1K4zo65p56991INkGo6.png','name':'Lions Gate Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-10-27","163876815","114","[{'iso_639_1':'en','name':'English'}]","Released","Suffering? You Haven't Seen Anything Yet...","Saw III","false","6.4","2168" +"false","/5iHDEhrsL0ObbdbIzTK23jHgkFA.jpg","{'id':656,'name':'Saw Collection','poster_path':'/xmC2A7qPEfiOkQC58fZh8srWQ5v.jpg','backdrop_path':'/kKdI4h6VuCFAtHZc1POTWwY5r0I.jpg'}","4000000","[{'id':27,'name':'Horror'}]","","215","tt0432348","en","Saw II","When a new murder victim is discovered with all the signs of Jigsaw's hand, Detective Eric Matthews begins a full investigation and apprehends Jigsaw with little effort. But for Jigsaw, getting caught is just another part of his plan. Eight more of his victims are already fighting for their lives and now it's time for Matthews to join the game...","12.42","/vC7ggR8njwtQOZRmrSvMtHqy9hx.jpg","[{'id':64651,'logo_path':null,'name':'Saw 2 Productions','origin_country':''},{'id':35,'logo_path':'/wxrHa3nZ1K4zo65p56991INkGo6.png','name':'Lions Gate Films','origin_country':'US'},{'id':1053,'logo_path':null,'name':'Got Films','origin_country':''},{'id':2061,'logo_path':'/o9LbN33hRaj4qcebUv1bikyXeoB.png','name':'Twisted Pictures','origin_country':'US'},{'id':23019,'logo_path':null,'name':'Evolution Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-10-28","152925093","89","[{'iso_639_1':'en','name':'English'}]","Released","Oh Yes... There Will Be Blood.","Saw II","false","6.5","2586" +"false","/upb2343U23pPcEFcHAzX1SXfEHf.jpg","null","1000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10752,'name':'War'}]","","18712","tt0041841","en","Sands of Iwo Jima","The relationship between Sergeant Stryker and a group of rebellious recruits is made difficult by the Sergeant's tough training tactics. At Tarawa, the leathernecks have a chance to see Stryker in action, and begin to appreciate him.","4.195","/utpy9JLuyhsxpw2E3yExw23f3eS.jpg","[{'id':1432,'logo_path':'/8AcaWEWQ8MFUBGlt9WxGGBAMpMG.png','name':'Republic Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1949-12-14","7800000","100","[{'iso_639_1':'en','name':'English'}]","Released","A Great Human Story... Makes A Mighty Motion Picture!!!","Sands of Iwo Jima","false","6.1","44" +"false","/drGwqcfJ7YdIyUS8ElePGsTGIyL.jpg","null","5000000","[{'id':10749,'name':'Romance'},{'id':36,'name':'History'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","","207871","tt1797487","en","Savannah","Savannah is the true story of Ward Allen, a romantic and bombastic character who rejects his plantation heritage for the freedom of life on a river. Ward navigates the change of early 20th century America on the wrong side of the law and society, his long-time friend, a freed slave named Christmas Moultrie, at his side. Master of Shakespeare, and the shotgun that provides Savannah's markets with fowl, Ward fights for his rights as a hunter. His charisma and eloquent rhetoric win the heart of a society woman who defies her father to marry him. An elderly Moultrie tells the story of life on the river with his friend to a little boy, who passes the legendary Ward Allen down to the next generation.","2.196","/uzRvPSqWdMGDeUdIk4bn0RPyQhA.jpg","[{'id':31141,'logo_path':null,'name':'Meddin Studios','origin_country':''},{'id':31142,'logo_path':null,'name':'Unclaimed Freight Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-04-25","0","101","[{'iso_639_1':'en','name':'English'}]","Released","","Savannah","false","6.2","10" +"false","/bnuJERjQAXGynTktZ1dqNknzyKw.jpg","null","0","[{'id':10751,'name':'Family'}]","","213826","tt2350954","en","Santa's Summer House","A dense fog falls over Southern California, sending a group of discontent vacationers to a mysterious island occupied by a jolly old soul whose Christmas magic works all year round. Before this trip is over, each of the weary travelers learn to see their lives through a more optimistic lens. ~ Jason Buchanan, Rovi","0.6","/onIh03mbK4AuZezGyVUl5SvRFa9.jpg","[{'id':4881,'logo_path':null,'name':'Rapid Heart Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-12-11","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Even the toughest actions stars in the world ... Have a soft spot in their hearts for Christmas.","Santa's Summer House","false","3.8","5" +"false","/tEccxQ53HiuiVjqYKv5ZFF6omDi.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","167960","tt2449810","en","Sanitarium","Malcom McDowell, Lou Diamond Phillips and Robert Englund star in three separate stories set in an eerie mental asylum.","2.6","/vuubgejILfXGy0uf4uxDaEfcyds.jpg","[{'id':22500,'logo_path':null,'name':'Highland Film Group','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-03-01","0","106","[{'iso_639_1':'en','name':'English'}]","Released","Locked in insamity","Sanitarium","false","4.9","34" +"false","/gSArEgFJb4qUYpjhqMApcKmD7Ye.jpg","null","0","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':10770,'name':'TV Movie'}]","http://www.theasylum.cc/product.php?id=268","339533","tt4547120","en","San Andreas Quake","When a discredited L.A. Seismologist warns of an impending 12.7 earthquake, no one takes her seriously. Now on her own, she races desperately to get her family to safety before the earthquake breaks Los Angeles apart from the mainland.","5.277","/4W3VWMgSt0Fsc1wrsGM6i8ePJ3K.jpg","[{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-05-19","0","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'de','name':'Deutsch'}]","Released","","San Andreas Quake","false","3.5","102" +"false","/hjQp148VjWF4KjzhsD90OCMr11h.jpg","null","70000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10752,'name':'War'}]","","857","tt0120815","en","Saving Private Ryan","As U.S. troops storm the beaches of Normandy, three brothers lie dead on the battlefield, with a fourth trapped behind enemy lines. Ranger captain John Miller and seven men are tasked with penetrating German-held territory and bringing the boy home.","23.48","/miDoEMlYDJhOCvxlzI0wZqBs9Yt.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'},{'id':762,'logo_path':null,'name':'Mutual Film Company','origin_country':''},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'},{'id':1557,'logo_path':'/ccz9bqCu3jSFKbPFnfWmjAKZLBL.png','name':'The Mark Gordon Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-07-24","481840909","169","[{'iso_639_1':'cs','name':'??esk??'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","The mission is a man.","Saving Private Ryan","false","8.1","8092" +"false","/hAQ6V21C8EhTaEVuF8Rq054yqTj.jpg","null","45000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.savagesfilm.com/","82525","tt1615065","en","Savages","Pot growers Ben and Chon face off against the Mexican drug cartel who kidnapped their shared girlfriend.","10.5","/ecN4PGSU6zhYlAUL8Jh4qyE2um9.jpg","[{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':4198,'logo_path':null,'name':'Ixtlan','origin_country':''},{'id':11802,'logo_path':null,'name':'Onda Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-07-06","82966152","131","[{'iso_639_1':'en','name':'English'}]","Released","Young Beautiful Deadly.","Savages","false","6.3","1203" +"false","/91BYD9M2YsPOP2Mrr2m2PCzoqWf.jpg","{'id':484270,'name':'Golden Winter Collection','poster_path':'/7le2UrqaAAGxAuwLxeSaTCDT2oK.jpg','backdrop_path':'/hmwjAzHIjGLmfLGVwMKKVJOo3Pj.jpg'}","0","[{'id':10751,'name':'Family'}]","","299400","tt3922810","en","Santa Claws","Santa is allergic to cats, so he has a policy against delivering them as gifts, but little Tommy has been SO good, and all he wants is one small kitty. Santa says OK, but instead of one, the whole litter climbs into the sack. When Santa has a major allergic reaction, the kittens have to take over and deliver the presents on time.","1.21","/ayAtrtpgszhCCSxg7lpiCvvFqy8.jpg","[{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-11-04","0","86","[{'iso_639_1':'en','name':'English'}]","Released","","Santa Claws","false","3.9","8" +"false","/jAQnzbR1c78VfGefpGGjK46iJLY.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':37,'name':'Western'}]","","8693","tt0064923","en","Sam Whiskey","Sam Whiskey is an all-round talent, but when the attractive widow Laura offers him a job, he hesitates: he shall salvage gold bars, which Laura's dead husband stole recently, from a sunken ship and secretly bring them back to the mint before they are missed. But how shall he manage to get several hundred pounds of gold into the mint without anyone noticing?","2.142","/h9iFBGELfjSC1Tg1kGrwmHnYXUF.jpg","[{'id':36248,'logo_path':null,'name':'Levy-Gardner-Laven','origin_country':''},{'id':23896,'logo_path':null,'name':'Brighton Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1969-04-01","0","96","[{'iso_639_1':'en','name':'English'}]","Released","Don't mix with ""Sam Whiskey"" - It's risky!","Sam Whiskey","false","4.7","10" +"false","/bPBW0mETVimiCeQepPRgKnmyeb6.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","19761","tt0079285","en","Saturn 3","In the future, Earth is overcrowded and the population relies on distant bases to be fed. In the Saturn 3 station, Major Adam and the scientist Alex, who is also his lover and has never been on Earth, have been researching hydroponics for three years in the base alone with their dog Sally. Meanwhile, the psychotic Captain Benson fails the mental test required to travel to Saturn 3 and kills his replacement, Captain James, taking his place in the mission of assembling and programming the Demi-God series robot Hector to replace one of the scientists in Saturn 3. On the arrival, the mentally disturbed Captain Benson becomes sexually obsessed for Alex. Then he uses an interface to link his brain to program Hector, but incapable to control his emotions, he transfers his homicidal tendency and insanity to Hector. Now Major Adam and Alex are trapped in the station with a dangerous psychopath robot.","7.245","/zAoLR1azwd8QbglnjWpOwJ4PI6C.jpg","[{'id':1584,'logo_path':null,'name':'ITC Entertainment','origin_country':''},{'id':23015,'logo_path':null,'name':'Transcontinental Film Productions (London)','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1980-02-15","0","95","[{'iso_639_1':'en','name':'English'}]","Released","Some thing is watching... waiting... and wanting on...","Saturn 3","false","5.4","87" +"false","/1VyqqcG4pUZjkBS7ndNGP6G3lBE.jpg","null","50000000","[{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'},{'id':35,'name':'Comedy'}]","","13764","tt0089961","en","Santa Claus: The Movie","The first half of this film, set hundreds of years ago, shows how the old man who eventually became Santa Claus was given immortality and chosen to deliver toys to all the children of the world. The second half moves into the modern era, in which Patch, the head elf, strikes out on his own and falls in with an evil toy manufacturer who wants to corner the market and eliminate Santa Claus.","6.159","/tZvGQF2623FD0MZgvOy18J5d7x5.jpg","[{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'},{'id':12958,'logo_path':null,'name':'Calash Corporation','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-10-29","23717291","108","[{'iso_639_1':'en','name':'English'}]","Released","Guess Who's Coming To Town!","Santa Claus: The Movie","false","6","97" +"false","/wDcMtqcFM1KP53BIKtN2lGne3eA.jpg","null","8000000","[{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","http://www.ifcfilms.com/uncategorized/salvation-boulevard","51995","tt1251743","en","Salvation Boulevard","Set in the world of mega-churches in which a former Deadhead-turned-born again-Christian finds himself on the run from fundamentalist members of his mega-church who will do anything to protect their larger-than-life pastor.","3.481","/q8kPPcpPUGhdAOP5LYHDMKZBXYP.jpg","[{'id':6667,'logo_path':null,'name':'Mandalay Vision','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-07-15","0","96","[{'iso_639_1':'en','name':'English'}]","Released","Faith alone doesn???t cut it anymore","Salvation Boulevard","false","5.6","35" +"false","/8pfPI7PNYfSZFxoBM4qQrBYDn3n.jpg","null","30000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://www.sanctummovie.com/","48340","tt0881320","en","Sanctum","The 3-D action-thriller Sanctum, from executive producer James Cameron, follows a team of underwater cave divers on a treacherous expedition to the largest, most beautiful and least accessible cave system on Earth. When a tropical storm forces them deep into the caverns, they must fight raging water, deadly terrain and creeping panic as they search for an unknown escape route to the sea. Master diver Frank McGuire (Richard Roxburgh) has explored the South Pacific's Esa-ala Caves for months. But when his exit is cut off in a flash flood, Frank's team--including 17-year-old son Josh (Rhys Wakefield) and financier Carl Hurley (Ioan Gruffudd)--are forced to radically alter plans. With dwindling supplies, the crew must navigate an underwater labyrinth to make it out. Soon, they are confronted with the unavoidable question: Can they survive, or will they be trapped forever?","6.176","/vnfSwR7J5dI0fq3fqSz5T515jTu.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':5703,'logo_path':null,'name':'Wayfare Entertainment','origin_country':''},{'id':19960,'logo_path':null,'name':'Great Wight Productions/ Osford Films','origin_country':''},{'id':6490,'logo_path':null,'name':'Sanctum Australia','origin_country':''},{'id':19961,'logo_path':null,'name':'Start Motion Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'AU','name':'Australia'}]","2011-02-03","108609310","108","[{'iso_639_1':'en','name':'English'}]","Released","The only way out is down.","Sanctum","false","5.9","505" +"false","/2WkmqO1qjWEs3hySK56q3ES7W7b.jpg","null","110000000","[{'id':28,'name':'Action'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","http://www.sonypictures.com/homevideo/salt/","27576","tt0944835","en","Salt","As a CIA officer, Evelyn Salt swore an oath to duty, honor and country. Her loyalty will be tested when a defector accuses her of being a Russian spy. Salt goes on the run, using all her skills and years of experience as a covert operative to elude capture. Salt's efforts to prove her innocence only serve to cast doubt on her motives, as the hunt to uncover the truth behind her identity continues and the question remains: ""Who is Salt?""","15.852","/956xMjH4sPoqimqoLOP6AI19mjm.jpg","[{'id':11845,'logo_path':null,'name':'Wintergreen Productions','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':435,'logo_path':null,'name':'Di Bonaventura Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-07-21","293329073","100","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","Who is Salt?","Salt","false","6.3","3146" +"false","/cnt7Q0jrwM4BZo0CmFTmM8pKCwD.jpg","null","5000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","http://www.fishingintheyemen.com/","81025","tt1441952","en","Salmon Fishing in the Yemen","A fisheries expert is approached by a consultant to help realize a sheik's vision of bringing the sport of fly-fishing to the desert and embarks on an upstream journey of faith and fish to prove the impossible possible.","8.785","/bzLlr1RhZYQ2uLvNjR9hb5A5kZ9.jpg","[{'id':16880,'logo_path':null,'name':'Shine Pictures','origin_country':'GB'},{'id':2452,'logo_path':'/6CLoZ59fLPG7UyxQtGTqRevjf58.png','name':'UK Film Council','origin_country':'GB'},{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':5490,'logo_path':'/xuJSR4dWsvkE194aemIJwflyNF2.png','name':'CBS Films','origin_country':'US'},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':14175,'logo_path':null,'name':'Davis Films','origin_country':''},{'id':3445,'logo_path':'/7Jkq08LdnkxhK9M2LHuIOwHFfX8.png','name':'Kudos','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2011-09-10","34564651","107","[{'iso_639_1':'en','name':'English'}]","Released","Make the Improbable Possible","Salmon Fishing in the Yemen","false","6.4","482" +"false","/l4HZu5bNOgrMXfvr11ELoRbevep.jpg","{'id':306063,'name':'Saints and Soldiers Collection','poster_path':'/ypL9pYL6dY7zO12r4qYIQM1Ekvr.jpg','backdrop_path':'/uAv2zvBtIGujt9jGELeHKEaNjRi.jpg'}","0","[{'id':10752,'name':'War'},{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","","294690","tt1270114","en","Saints and Soldiers: The Void","Germany, May 1945, deep in the Harz Mountains a U.S. tank crew discovers a platoon of Germans preparing to ambush U.S. supply trucks.","2.288","/aKxmzaFNk8R8ToGY1uolPvTjZKa.jpg","[{'id':10890,'logo_path':null,'name':'Koan Films','origin_country':''},{'id':102521,'logo_path':null,'name':'Go Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-08-15","0","96","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Saints and Soldiers: The Void","false","5.3","31" +"false","/fLL6WfUXvdQee1fD4xuzNnWfVBk.jpg","{'id':656,'name':'Saw Collection','poster_path':'/xmC2A7qPEfiOkQC58fZh8srWQ5v.jpg','backdrop_path':'/kKdI4h6VuCFAtHZc1POTWwY5r0I.jpg'}","1200000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':80,'name':'Crime'}]","","176","tt0387564","en","Saw","Obsessed with teaching his victims the value of life, a deranged, sadistic serial killer abducts the morally wayward. Once captured, they must face impossible choices in a horrific game of survival. The victims must fight to win their lives back, or die trying...","18.066","/dHYvIgsax8ZFgkz1OslE4V6Pnf5.jpg","[{'id':2061,'logo_path':'/o9LbN33hRaj4qcebUv1bikyXeoB.png','name':'Twisted Pictures','origin_country':'US'},{'id':23019,'logo_path':null,'name':'Evolution Entertainment','origin_country':''},{'id':55405,'logo_path':null,'name':'Saw Productions Inc.','origin_country':''},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-10-01","103911669","103","[{'iso_639_1':'en','name':'English'}]","Released","Live or die. Make your choice.","Saw","false","7.4","4610" +"false","/8yTDTKaSrSoz944H2ibPEG11JwC.jpg","null","130000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","7364","tt0318649","en","Sahara","Scouring the ocean depths for treasure-laden shipwrecks is business as usual for a thrill-seeking underwater adventurer and his wisecracking buddy. But when these two cross paths with a beautiful doctor, they find themselves on the ultimate treasure hunt.","9.943","/xB5JjL6wLzq5goIWTPoJ4tFreL5.jpg","[{'id':19481,'logo_path':null,'name':'Babelsberg Film','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':2233,'logo_path':null,'name':'Bristol Bay Productions','origin_country':''},{'id':2234,'logo_path':null,'name':'Baldwin Entertainment Group','origin_country':''},{'id':2235,'logo_path':null,'name':'Desertlands Entertainment','origin_country':''},{'id':2767,'logo_path':null,'name':'Mace Neufeld Productions','origin_country':'US'},{'id':4169,'logo_path':null,'name':'Kanzaman','origin_country':'ES'},{'id':12124,'logo_path':null,'name':'J.K. Livin Productions','origin_country':''},{'id':12125,'logo_path':null,'name':'Moguletta','origin_country':''},{'id':12126,'logo_path':null,'name':'Sahara Productions','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2005-04-06","119269486","124","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'ar','name':'??????????????'}]","Released","Dirk Pitt. Adventure has a new name.","Sahara","false","5.8","687" +"false","/lOGKmhoTWDIvmlQlX7vMSzL3f6R.jpg","null","750000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'},{'id':878,'name':'Science Fiction'},{'id':18,'name':'Drama'}]","","84332","tt1862079","en","Safety Not Guaranteed","Three magazine employees head out on an assignment to interview a guy who placed a classified ad seeking a companion for time travel.","8.082","/18jsp9dpGnpIluiCLwrFv75pIZR.jpg","[{'id':1974,'logo_path':null,'name':'Duplass Brothers Productions','origin_country':'US'},{'id':188,'logo_path':'/40E8iNvy6brH6t4BbmQL211jIpl.png','name':'Big Beach','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-06-08","4007792","85","[{'iso_639_1':'en','name':'English'}]","Released","What would you go back for?","Safety Not Guaranteed","false","6.9","768" +"false","/KgtCygdbUuteeKxm3N5hnm150Y.jpg","{'id':656,'name':'Saw Collection','poster_path':'/xmC2A7qPEfiOkQC58fZh8srWQ5v.jpg','backdrop_path':'/kKdI4h6VuCFAtHZc1POTWwY5r0I.jpg'}","20000000","[{'id':27,'name':'Horror'},{'id':80,'name':'Crime'}]","http://www.saw3dmovie.com","41439","tt1477076","en","Saw 3D","As a deadly battle rages over Jigsaw's brutal legacy, a group of Jigsaw survivors gathers to seek the support of self-help guru and fellow survivor Bobby Dagen, a man whose own dark secrets unleash a new wave of terror.","13.942","/mBQX4TCfDEk2a5mvu0Z0PFeFoUp.jpg","[{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':2061,'logo_path':'/o9LbN33hRaj4qcebUv1bikyXeoB.png','name':'Twisted Pictures','origin_country':'US'},{'id':6680,'logo_path':null,'name':'Serendipity Productions','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2010-10-21","136150434","90","[{'iso_639_1':'en','name':'English'}]","Released","The Traps Come Alive","Saw: The Final Chapter","false","6","1433" +"false","/wX0mOAa91dTAT2WCGRvvpWUKAeD.jpg","null","85000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://www.nooneissafe.com","59961","tt1599348","en","Safe House","A dangerous CIA renegade resurfaces after a decade on the run. When the safe house he's remanded to is attacked by mercenaries, a rookie operative escapes with him. Now, the unlikely allies must stay alive long enough to uncover who wants them dead.","12.344","/q83VacoG2hHLvORTPtvCXKsdBSN.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':13778,'logo_path':null,'name':'Bluegrass Films','origin_country':'US'},{'id':1778,'logo_path':'/69xm6sF3JxugGVjfZfm1YY6d7EE.png','name':'Dentsu','origin_country':'JP'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-02-09","208076205","115","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'af','name':'Afrikaans'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","No one is safe","Safe House","false","6.4","1935" +"false","/rxWM3Jnb4sCmmyALeSwK6RlyooP.jpg","null","28000000","[{'id':10749,'name':'Romance'}]","","112949","tt1702439","en","Safe Haven","A young woman with a mysterious past lands in Southport, North Carolina where her bond with a widower forces her to confront the dark secret that haunts her.","8.49","/q5u3anNtsMoCFi1uwK2UfWHkOFt.jpg","[{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':12292,'logo_path':'/llGRXF5WYUW2fzXg0ebCoKMXjmT.png','name':'Temple Hill Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-02-07","97594140","115","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","You know it when you find it","Safe Haven","false","7.1","1371" +"false","/eZ7XAU70UcMvMsDajqphFeQNQ8S.jpg","null","30000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","http://www.safethefilm.com/","72387","tt1656190","en","Safe","After a former elite agent rescues a 12-year-old Chinese girl who's been abducted, they find themselves in the middle of a standoff between Triads, the Russian Mafia and high-level corrupt New York City politicians and police.","10.425","/eoiqqDHohBCDwFWQOvczUeNoixK.jpg","[{'id':7437,'logo_path':'/e5CcgFrdlxMUwlsS72si8q1yHBr.png','name':'IM Global','origin_country':'US'},{'id':7625,'logo_path':'/kzq4ibnNeZrp00zpBWv3st1QCOh.png','name':'Automatik Entertainment','origin_country':'US'},{'id':2253,'logo_path':null,'name':'Lawrence Bender Productions','origin_country':'US'},{'id':23008,'logo_path':'/5SarYupipdiejsEqUkwu1SpYfru.png','name':'87Eleven','origin_country':'US'},{'id':7626,'logo_path':'/4839MGss4pPAalhqqYH1AD1CnEj.png','name':'Trigger Street Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-04-16","40346186","94","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'ru','name':'P????????????'}]","Released","She has the code. He is the key.","Safe","false","6.3","1211" +"false","/1h5bmySkJUxNK0LuTnSIQJe03R8.jpg","null","0","[{'id':18,'name':'Drama'}]","","32646","tt0114323","en","Safe","Carol, a typical upper middle-class housewife, begins to complain of vague symptoms of illness. She ""doesn't feel right,"" has unexplained headaches, congestion, a dry cough, nosebleeds, vomiting, and trouble breathing. Her family doctor treats her concerns dismissively and suggests a psychiatrist. Eventually, an allergist tells her that she has Environmental Illness.","6.048","/ihX2udk636JMAAaWDIMj6n5ejhb.jpg","[{'id':3906,'logo_path':null,'name':'American Playhouse','origin_country':''},{'id':1422,'logo_path':'/aG7LGucYWmsrsEwnDN1HnUGfVmK.png','name':'Killer Films','origin_country':'US'},{'id':39861,'logo_path':null,'name':'Chemical Films','origin_country':''},{'id':38692,'logo_path':null,'name':'Kardana Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1995-06-23","0","119","[{'iso_639_1':'en','name':'English'}]","Released","In the 21st century nobody will be??? Safe.","Safe","false","7.1","102" +"false","/zb0zgDuXC25zMGyiPeOiFDEHvmi.jpg","null","35000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","144336","tt1742334","en","Sabotage","John ""Breacher"" Wharton leads an elite DEA task force that takes on the world's deadliest drug cartels. When the team successfully executes a high-stakes raid on a cartel safe house, they think their work is done ??? until, one-by-one, the team members mysteriously start to be eliminated. As the body count rises, everyone is a suspect.","12.858","/iVpNb776SBRslpXBd20G38i9oBy.jpg","[{'id':10427,'logo_path':'/3u5sNgPRbba0ND3SUMXPTT7On9h.png','name':'Open Road Films','origin_country':'US'},{'id':11029,'logo_path':'/aEqqnFZjCW10ODE4TYQ1qkjvokr.png','name':'QED International','origin_country':'US'},{'id':16311,'logo_path':null,'name':'Albert S. Ruddy Productions','origin_country':''},{'id':16312,'logo_path':null,'name':'Crave Films','origin_country':'US'},{'id':16314,'logo_path':null,'name':'Roth Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-03-28","17508518","110","[{'iso_639_1':'en','name':'English'}]","Released","Leave no loose ends","Sabotage","false","5.5","763" +"false","/hY3MIfukrNWveQlAiP0bQJzCqL3.jpg","null","50000000","[{'id':35,'name':'Comedy'}]","","9530","tt0449089","en","RV","Climbing aboard their mammoth recreational vehicle for a cross-country road trip to the Colorado Rockies, the McNeive family ??? led by dysfunctional patriarch, Bob ??? prepares for the adventure of a lifetime. But spending two weeks together in one seriously small space has a way of cramping their style.","9.429","/eqV0JjfwcEJuK3JPZ2rsNvS1p30.jpg","[{'id':93603,'logo_path':null,'name':'RV Camping Productions Ltd.','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':763,'logo_path':null,'name':'Intermedia Films','origin_country':''},{'id':19116,'logo_path':null,'name':'IMF Internationale Medien und Film GmbH & Co. 3. Produktions KG','origin_country':'DE'},{'id':14440,'logo_path':null,'name':'Red Wagon Entertainment','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2006-04-28","87528173","99","[{'iso_639_1':'en','name':'English'}]","Released","One Family. Eight Wheels. No brakes.","RV","false","5.7","866" +"false","/icesiq5ay5KZr7ozy7uz4Z4cuBF.jpg","null","0","[{'id':35,'name':'Comedy'}]","","319924","tt4257950","en","Russell Madness","Russell, an undersized but big-hearted terrier, dreams of having a family of his own. After running away from his pet store, Russell gets taken in by The Ferraros, who discover their new pet pooch has incredible wrestling skills.","1.321","/2NKe1WqfsalEYdanoAuqQL5qTfy.jpg","[{'id':48861,'logo_path':null,'name':'Air Bud Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-02-21","0","92","[{'iso_639_1':'en','name':'English'}]","Released","The strongest tag team is family.","Russell Madness","false","4.8","12" +"false","/kEebOhvrUkFICZV3LaGbPSXh4Rv.jpg","null","9000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","11545","tt0128445","en","Rushmore","When a beautiful first-grade teacher arrives at a prep school, she soon attracts the attention of an ambitious teenager named Max, who quickly falls in love with her. Max turns to the father of two of his schoolmates for advice on how to woo the teacher. However, the situation soon gets complicated when Max's new friend becomes involved with her, setting the two pals against one another in a war for her attention.","7.32","/q3ov1BFTCRWoR9Q6udaRbmgfWwg.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':23449,'logo_path':null,'name':'American Empirical Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-10-09","17096053","93","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'la','name':'Latin'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Love. Expulsion. Revolution.","Rushmore","false","7.5","1136" +"false","/cjWXBvA7DnaYjQHCG6yaL1ZTkJ.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","191824","tt1536437","en","Rushlights","Young lovers Billy and Sarah journey from L.A. to Texas with plans to make a false claim to the valuable assets left behind by a dead friend. But when their voyage brings them to Tremo, Texas, they find a bizarre and sinister world awaiting them.","1.891","/aApIUXj3cuM8sJ6t1Iuug8ver1G.jpg","[]","[]","2013-06-21","0","96","[{'iso_639_1':'en','name':'English'}]","Released","All is fair in love and murder.","Rushlights","false","5.1","19" +"false","/awz4HjFA02ldEhVcJY27Ek2sfuT.jpg","{'id':90863,'name':'Rush Hour Collection','poster_path':'/uweT7ODRz1XyvZ3dMjoEDIPBJcO.jpg','backdrop_path':'/uoDt3eCCKpcxSQVWjPTgN8T0gjm.jpg'}","140000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","5174","tt0293564","en","Rush Hour 3","After an attempted assassination on Ambassador Han, Inspector Lee and Detective Carter are back in action as they head to Paris to protect a French woman with knowledge of the Triads' secret leaders. Lee also holds secret meetings with a United Nations authority, but his personal struggles with a Chinese criminal mastermind named Kenji, which reveals that it's Lee's long-lost...brother.","11.178","/qgaDWYLrnEPJpc5Lp35WbgX7GfS.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-08-08","258022233","91","[{'iso_639_1':'la','name':'Latin'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'zh','name':'?????????'}]","Released","The Rush Is On!","Rush Hour 3","false","6.2","1385" +"false","/8GgXo5TQO3ccARNLn7rcWdbTTsx.jpg","{'id':90863,'name':'Rush Hour Collection','poster_path':'/uweT7ODRz1XyvZ3dMjoEDIPBJcO.jpg','backdrop_path':'/uoDt3eCCKpcxSQVWjPTgN8T0gjm.jpg'}","33000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","2109","tt0120812","en","Rush Hour","When Hong Kong Inspector Lee is summoned to Los Angeles to investigate a kidnapping, the FBI doesn't want any outside help and assigns cocky LAPD Detective James Carter to distract Lee from the case. Not content to watch the action from the sidelines, Lee and Carter form an unlikely partnership and investigate the case themselves.","13.402","/jdfxpW5LF36sHsHjyH8CMBEG4TF.jpg","[{'id':961,'logo_path':null,'name':'Roger Birnbaum Productions','origin_country':''},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-09-18","244386864","98","[{'iso_639_1':'en','name':'English'}]","Released","The Fastest Hands in the East Meet the Biggest Mouth in the West.","Rush Hour","false","6.8","2136" +"false","/bXRrKLsOgx6Fb1LlmlAezblU7uQ.jpg","null","38000000","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'}]","","96721","tt1979320","en","Rush","A biographical drama centered on the rivalry between Formula 1 drivers James Hunt and Niki Lauda during the 1976 Formula One motor-racing season.","13.395","/cjEepHZOZAwmK6nAj5jis6HV75E.jpg","[{'id':31922,'logo_path':null,'name':'Double Negative','origin_country':''},{'id':11448,'logo_path':'/twhX9HMUuGW4Mhb45AyWDhRqkvR.png','name':'Exclusive Media','origin_country':'US'},{'id':10246,'logo_path':'/rREvQNWAxkDfY9CDn2c5YxEMPdP.png','name':'Cross Creek Pictures','origin_country':'US'},{'id':163,'logo_path':null,'name':'Revolution Films','origin_country':''},{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'},{'id':23,'logo_path':'/mkxNjThahj5pvntvYKVpMbWXm3D.png','name':'Imagine Entertainment','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2013-09-02","90247624","123","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Everyone's driven by something.","Rush","false","7.7","3690" +"false","/9rH03A3Twe1rDSizAKngtbvjw3g.jpg","null","17000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","https://www.warnerbros.com/running-scared","7304","tt0404390","en","Running Scared","After a drug-op gone bad, Joey Gazelle is put in charge of disposing the gun that shot a dirty cop. But things goes wrong for Joey after the neighbor kid stole the gun and used it to shoot his abusive father. Now Joey has to find the kid and the gun before the police and the mob find them first.","10.868","/lTb9focF0HA0JLdj8WVPRHgmEiW.jpg","[{'id':2227,'logo_path':null,'name':'True Grit Productions','origin_country':''},{'id':1507,'logo_path':null,'name':'International Production Company','origin_country':''},{'id':18621,'logo_path':null,'name':'Pierce/Williams Entertainment','origin_country':''},{'id':5357,'logo_path':null,'name':'Zero Gravity Management','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2006-01-06","9500000","122","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Every bullet leaves a trail.","Running Scared","false","7","482" +"false","/dVJBibP6PzGm2RsegzUMLDjk8Uc.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","15698","tt0091875","en","Running Scared","Two street-wise Chicago cops have to shake off some rust after returning from a Key West vacation to pursue a drug dealer that nearly killed them in the past.","6.064","/2LoovCuL3mP7deokeMlqtZRMq1v.jpg","[{'id':662,'logo_path':null,'name':'Turman-Foster Company','origin_country':''},{'id':496,'logo_path':null,'name':'David Foster Productions','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1986-06-27","0","107","[{'iso_639_1':'en','name':'English'}]","Released","Two of Chicago's Finest?","Running Scared","false","6.1","82" +"false","/wULBSnY3AaR9PfN6kYT8vLA8HfW.jpg","null","30000000","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","http://www.runnerrunnermovie.com/","146238","tt2364841","en","Runner Runner","When a poor college student who cracks an online poker game goes bust, he arranges a face-to-face with the man he thinks cheated him, a sly offshore entrepreneur.","8.734","/vh3pmcySB3sWkNwLRIyrbTugSrD.jpg","[{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':215,'logo_path':'/tQyeqkCj24krhY2W8qeAztcOS37.png','name':'Double Feature Films','origin_country':''},{'id':562,'logo_path':'/k3NsSdV854UX4zEReX1dl1Psxbb.png','name':'Appian Way','origin_country':'US'},{'id':7420,'logo_path':null,'name':'Stone Village Pictures','origin_country':''},{'id':10104,'logo_path':'/hNuGhsKVlmhnwSRcmOejDBDjh6w.png','name':'New Regency Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-09-24","62616646","91","[{'iso_639_1':'en','name':'English'}]","Released","The house always wins.","Runner Runner","false","5.6","734" +"false","/on7RwevEYFO9Q3U1augjdIRU1ur.jpg","null","1530000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","104","tt0130827","de","Lola rennt","Lola receives a phone call from her boyfriend Manni. He lost 100,000 DM in a subway train that belongs to a very bad guy. She has 20 minutes to raise this amount and meet Manni. Otherwise, he will rob a store to get the money. Three different alternatives may happen depending on some minor event along Lola's run.","12.258","/3L8QhF5IkZOnEnBFdpj6GVkkp7d.jpg","[{'id':96,'logo_path':'/xablpF6QaYvso36PkHBm3Plo9gY.png','name':'X-Filme Creative Pool','origin_country':'DE'},{'id':46,'logo_path':null,'name':'Westdeutscher Rundfunk (WDR)','origin_country':'DE'}]","[{'iso_3166_1':'DE','name':'Germany'}]","1998-08-20","7267585","81","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'}]","Released","Every second of every day you're faced with a decision that can change your life.","Run Lola Run","false","7.3","1036" +"false","/ataSToX6mARHLbv0NpEmKr7IJJs.jpg","null","10000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://www.runfatboyrunmovie.com/","7942","tt0425413","en","Run Fatboy Run","Five years after jilting his pregnant fianc??e on their wedding day, out-of-shape Dennis decides to run a marathon to win her back.","7.997","/s6ehbUfScpU0408ahsxCzlUwAzG.jpg","[{'id':2245,'logo_path':null,'name':'Entertainment Films','origin_country':''},{'id':2246,'logo_path':null,'name':'Material Entertainment','origin_country':''},{'id':6847,'logo_path':null,'name':'Beech Hill Films','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2007-09-06","33000000","100","[{'iso_639_1':'en','name':'English'}]","Released","Love. Commitment. Responsibility. There's nothing he won't run away from.","Run, Fatboy, Run","false","6.2","348" +"false","/rSf0RYkPiMo9TyjHs2vI8rHlmfF.jpg","null","50000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","241554","tt2199571","en","Run All Night","Brooklyn mobster and prolific hit man Jimmy Conlon has seen better days. Longtime best friend of a mob boss, Jimmy is haunted by the sins of his past???as well as a dogged police detective who???s been one step behind Jimmy for 30 years. But when Jimmy???s estranged son becomes a target, Jimmy must make a choice between the crime family he chose and the real family he abandoned long ago. Now, with nowhere safe to turn, Jimmy has just one night to figure out exactly where his loyalties lie and to see if he can finally make things right.","18.841","/aqNJrAxudMRNo8jg3HOUQqdl2xr.jpg","[{'id':41624,'logo_path':'/wzKxIeQKlMP0y5CaAw25MD6EQmf.png','name':'RatPac-Dune Entertainment','origin_country':'US'},{'id':829,'logo_path':'/mzpAmEQ5P1gFvdRoNyCk9q8ngiv.png','name':'Vertigo Entertainment','origin_country':'US'},{'id':18617,'logo_path':null,'name':'Energy Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-03-11","71561644","114","[{'iso_639_1':'en','name':'English'}]","Released","No sin goes unpunished","Run All Night","false","6.4","1634" +"false","/6dUkpGBZdFrwjT6MsLoXd7iSVFi.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","","224087","tt2215457","en","Run","A street smart, 17-year-old named Daniel practices Parkour and is both hero and thief.","1.4","/hXPfBPWRfE9R7okF23pyXvTNzYb.jpg","[{'id':25994,'logo_path':null,'name':'Spinning Owls Productions','origin_country':''},{'id':25996,'logo_path':null,'name':'224 Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-07-03","0","106","[{'iso_639_1':'en','name':'English'}]","Released","","Run","false","5.7","29" +"false","/nbRLEVED6dHZLztxCSr8NrsB43t.jpg","null","70000000","[{'id':35,'name':'Comedy'}]","http://rumorhasitmovie.warnerbros.com","2800","tt0398375","en","Rumor Has It...","Sarah Huttinger's return home with her fiance convinces her that the sedate, proper, country-club lifestyle of her family isn't for her ??? and that maybe the Huttinger family isn't even hers ??? as she uncovers secrets that suggest the Huttingers are neither sedate nor proper.","6.378","/6Hj5mFf1nv6gsYhGpz0xetPGYbg.jpg","[{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':129,'logo_path':null,'name':'Section Eight','origin_country':'US'},{'id':705,'logo_path':null,'name':'Spring Creek Productions','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-12-23","88933562","97","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","Based on a true rumor","Rumor Has It...","false","5.5","537" +"false","/zQdYrlENSC2VOs9GVv3XjfHJfT0.jpg","null","12000000","[{'id':18,'name':'Drama'}]","","14534","tt0108002","en","Rudy","Rudy grew up in a steel mill town where most people ended up working, but wanted to play football at Notre Dame instead. There were only a couple of problems. His grades were a little low, his athletic skills were poor, and he was only half the size of the other players. But he had the drive and the spirit of 5 people and has set his sights upon joining the team.","6.15","/lkimdKMignuOmaZ3SmEtpvBTbdQ.jpg","[{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-09-17","22750363","114","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","It's not the size of the dog in the fight, It's the size of the fight in the dog.","Rudy","false","7.4","268" +"false","/eJZCmIgZdFlq6XqL3qtFcJsG0P6.jpg","null","8000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'},{'id':14,'name':'Fantasy'},{'id':18,'name':'Drama'}]","http://www.foxsearchlight.com/rubysparks/","103332","tt1839492","en","Ruby Sparks","Calvin is a young novelist who achieved phenomenal success early in his career but is now struggling with his writing ??? as well as his romantic life. Finally, he makes a breakthrough and creates a character named Ruby who inspires him. When Calvin finds Ruby, in the flesh, sitting on his couch about a week later, he is completely flabbergasted that his words have turned into a living, breathing person.","8.038","/9BYlY8cqxunyl9GpZlDXu5WuXQ7.jpg","[{'id':2570,'logo_path':null,'name':'Bona Fide Productions','origin_country':''},{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-07-25","9128263","104","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","She's Out Of His Mind","Ruby Sparks","false","7.1","878" +"false","/qDE5nJPgfYuBr0g4oe4Dp7A8Njq.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://room237movie.com/","84330","tt2085910","en","Room 237","A subjective documentary that explores various theories about hidden meanings in Stanley Kubrick's classic film The Shining. Five very different points of view are illuminated through voice over, film clips, animation and dramatic reenactments.","6.118","/7qu60yUk1GlJY0cG6fScOVPsxyN.jpg","[{'id':70784,'logo_path':null,'name':'IFC Midnight','origin_country':''},{'id':58674,'logo_path':null,'name':'Highland Park Classics','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-10-26","0","102","[{'iso_639_1':'en','name':'English'}]","Released","Some movies stay with you forever... and ever... and ever.","Room 237","false","6.3","285" +"false","/7mSHms6FFbinPojVj334NqPj1Rv.jpg","null","5000000","[{'id':10402,'name':'Music'},{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","244403","tt1798243","en","Rudderless","A grieving father in a downward spiral stumbles across a box of his recently deceased son's demo tapes and lyrics. Shocked by the discovery of this unknown talent, he forms a band in the hope of finding some catharsis.","5.997","/lUHBfNh5kgKw4f8E8psVjVtPlOO.jpg","[{'id':23031,'logo_path':null,'name':'Amberdale Productions','origin_country':''},{'id':13238,'logo_path':'/kDNZz8imH866Mezx1YhLWljoQTV.png','name':'Unified Pictures','origin_country':'US'},{'id':34846,'logo_path':null,'name':'Tee Rob Pictures','origin_country':''},{'id':4302,'logo_path':null,'name':'Dog Pond Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-10-17","58293","105","[{'iso_639_1':'en','name':'English'}]","Released","The way back begins with a single chord.","Rudderless","false","7.4","145" +"false","/2jFbitksV0a8VLVVG40fMsSr7uz.jpg","null","0","[{'id':18,'name':'Drama'}]","","222649","tt2752688","en","Rosewater","In 2009, Iranian Canadian journalist Maziar Bahari was covering Iran's volatile elections for Newsweek. One of the few reporters living in the country with access to US media, he made an appearance on The Daily Show with Jon Stewart, in a taped interview with comedian Jason Jones. The interview was intended as satire, but if the Tehran authorities got the joke they didn't like it - and it would quickly came back to haunt Bahari when he was rousted from his family home and thrown into prison. Making his directorial debut, Jon Stewart tells the tale of Bahari's months-long imprisonment and interrogation in this powerful and affecting docudrama featuring a potent and performance by Gael Garc??a Bernal recounting Bahari's efforts to maintain his hope and his sanity in the face of isolation and persecution-through memories of his family, recollections of the music he loves, and thoughts of his wife and unborn child.","5.873","/zcbCroomUAsPiLgGMapozwcmKqf.jpg","[{'id':6408,'logo_path':null,'name':'International Traders','origin_country':''},{'id':3263,'logo_path':'/z0fbODSLBptxVKekL0950Lr71zU.png','name':'OddLot Entertainment','origin_country':'US'},{'id':8290,'logo_path':null,'name':'Busboy Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-11-07","0","103","[{'iso_639_1':'en','name':'English'}]","Released","","Rosewater","false","6.7","119" +"false","/hzbeuT5WezSPdf8LYuLlg7KQVyk.jpg","null","12000000","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","","10220","tt0128442","en","Rounders","A young man is a reformed gambler who must return to playing big stakes poker to help a friend pay off loan sharks.","11.376","/j5IzmdWdO5CqgeoyJLZ1dO7w375.jpg","[{'id':1566,'logo_path':null,'name':'Spanky Pictures','origin_country':''},{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-09-11","22921898","121","[{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'he','name':'????????????????'}]","Released","Trust everyone... But always cut the cards.","Rounders","false","7","778" +"false","/l1OwGq9f2ZzlFJ35tP6mhhDqkMw.jpg","null","55000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':12,'name':'Adventure'}]","","8195","tt0122690","en","Ronin","A briefcase with undisclosed contents ??? sought by Irish terrorists and the Russian mob ??? makes its way into criminals' hands. An Irish liaison assembles a squad of mercenaries, or 'ronin', and gives them the thorny task of recovering the case.","12.436","/UoFUXemMYGKuCN01Y111JlPjjr.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':2347,'logo_path':null,'name':'FGM Entertainment','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1998-09-25","70692101","122","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Your ally could become your enemy.","Ronin","false","6.9","1049" +"false","/yIAwrHHGZRlddCnPs6niueDKRq7.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","10412","tt0105275","en","Romper Stomper","Nazi skinheads in Melbourne take out their anger on local Vietnamese, who are seen as threatening racial purity. Finally the Vietnamese have had enough and confront the skinheads in an all-out confrontation, sending the skinheads running. A woman who is prone to epileptic seizures joins the skins' merry band, and helps them on their run from justice, but is her affliction also a sign of impurity?","5.864","/wW9J9InM3gdZS6vcoJVQJo9pIVj.jpg","[{'id':39712,'logo_path':null,'name':'Seon Film Productions','origin_country':''},{'id':11840,'logo_path':'/8oyCRYf6ezxB5h8HJIPVG8JjzgL.png','name':'Film Victoria','origin_country':'AU'},{'id':50619,'logo_path':null,'name':'Romper Stomper Pty. Ltd.','origin_country':''},{'id':417,'logo_path':'/w7d3hoHQaC0XwjrxEG1yPeuUhu5.png','name':'Australian Film Commission','origin_country':'AU'}]","[{'iso_3166_1':'AU','name':'Australia'}]","1992-03-05","0","94","[{'iso_639_1':'pt','name':'Portugu??s'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'vi','name':'Ti???ng Vi???t'}]","Released","Give Him Smack In Head Special ...","Romper Stomper","false","6.7","220" +"false","/51N8GQvpWKOxmq53UdkNRpBtXvg.jpg","null","25000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","2085","tt0165929","en","Romeo Must Die","Two warring gang families (one African-American, the other Chinese) maneuver for bragging rights to the Oakland, California, docks. Hang Sing and Trish O'Day uncover a trail of deceit that leaves most of the warring factions dead ??? or worse!","9.446","/pZuGxXuAFMIKilwMaDAHucCEaNt.jpg","[{'id':1885,'logo_path':'/xlvoOZr4s1PygosrwZyolIFe5xs.png','name':'Silver Pictures','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-03-20","91036760","115","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'zh','name':'?????????'}]","Released","In the city ruled by criminals, two families have forgotten their fear. He will make them remember.","Romeo Must Die","false","5.9","527" +"false","/3A5tRj07cK0D5hsWeU5hOUo6iOr.jpg","null","0","[{'id':35,'name':'Comedy'}]","","9611","tt0120032","en","Romy and Michele's High School Reunion","Two not-too-bright party girls reinvent themselves for their high school reunion. Armed with a borrowed Jaguar, new clothes and the story of their success as the inventors of Post-It notes, Romy and Michele descend on their alma mater, but their fa??ade crumbles quickly.","11.184","/fvgLTx3vM3dUQqytaWCRaTdAdrs.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-04-25","29235353","92","[{'iso_639_1':'en','name':'English'}]","Released","The Blonde Leading The Blonde.","Romy and Michele's High School Reunion","false","6.1","249" +"false","/qTCdJVgpC0ORKanJfMvx2ls8exs.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","91745","tt1645131","en","Romeo & Juliet","In Verona, bad blood between the Montague and Capulet families leads to much bitterness. Despite the hostility, Romeo Montague manages an invitation to a masked ball at the estate of the Capulets and meets Juliet, their daughter. The two are instantly smitten but dismayed to learn that their families are enemies. Romeo and Juliet figure out a way to pursue their romance, but Romeo is banished for his part in the slaying of Juliet's cousin, Tybalt.","8.481","/6qTVai1r54595VxoPMGCIQkk5m0.jpg","[{'id':16310,'logo_path':null,'name':'amber entertainment','origin_country':''},{'id':2147,'logo_path':'/yV2P6SlxuicJTwUvUUqoOBAEreC.png','name':'Echo Lake Entertainment','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2013-09-12","1162635","118","[{'iso_639_1':'en','name':'English'}]","Released","The most dangerous love story ever told.","Romeo & Juliet","false","6.7","320" +"false","/y0wy89A4tl9Ldf7pGMcWkdZ9cMo.jpg","null","0","[{'id':99,'name':'Documentary'}]","","119415","tt2079571","en","Roman Polanski: A Film Memoir","An interview with film director Roman Polanski conducted during his period of house arrest, discussing his life and work.","1.066","/78DFS4QcjCBi89NtiEqAROpSkIz.jpg","[{'id':19956,'logo_path':null,'name':'Anagram Film','origin_country':''},{'id':18795,'logo_path':null,'name':'Casanova Multimedia','origin_country':''},{'id':264,'logo_path':'/fA90qwUKgPhMONqtwY60GaHRyrW.png','name':'Studio Babelsberg','origin_country':'DE'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'DE','name':'Germany'}]","2011-09-27","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Roman Polanski: A Film Memoir","false","6.3","13" +"false","/vDEuilWiK33oy74tDSxtU9eL8RK.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","","11484","tt0073631","en","Rollerball","In a corporate-controlled future, an ultra-violent sport known as Rollerball represents the world, and one of its powerful athletes is out to defy those who want him out of the game.","4.89","/ilPJofDdyoKC1hJG7sdykLBUKZc.jpg","[{'id':8772,'logo_path':null,'name':'Algonquin','origin_country':''},{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'}]","1975-06-25","30000000","125","[{'iso_639_1':'en','name':'English'}]","Released","In the not-too-distant future, wars will no longer exist. But there WILL be...The Game","Rollerball","false","6.2","180" +"false","/z8K4NtRJMRyNB6PVuTbwgxIWlHu.jpg","null","28000000","[{'id':35,'name':'Comedy'}]","","15373","tt0430922","en","Role Models","Two salesmen trash a company truck on an energy drink-fueled bender. Upon their arrest, the court gives them a choice: do hard time or spend 150 service hours with a mentorship program. After one day with the kids, however, jail doesn't look half bad.","9.789","/bq6wxu0rv1GIkEwslBT2rVgLkxe.jpg","[{'id':28787,'logo_path':null,'name':'WideAwake','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':3075,'logo_path':null,'name':'Internationale Filmproduktion Stella-del-S??d','origin_country':''},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':67334,'logo_path':null,'name':'Stuber/Parent','origin_country':''},{'id':10104,'logo_path':'/hNuGhsKVlmhnwSRcmOejDBDjh6w.png','name':'New Regency Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-11-07","92380927","100","[{'iso_639_1':'en','name':'English'}]","Released","They're about to get more than they plea-bargained for.","Role Models","false","6.4","886" +"false","/hwO0HeMdV9mEuu1yUQweEhcUU3W.jpg","null","160000","[{'id':99,'name':'Documentary'},{'id':36,'name':'History'},{'id':35,'name':'Comedy'}]","","1779","tt0098213","en","Roger & Me","A documentary about the closure of General Motors' plant at Flint, Michigan, which resulted in the loss of 30,000 jobs. Details the attempts of filmmaker Michael Moore to get an interview with GM CEO Roger Smith.","5.275","/kTaqM1mxJCgDq7nhc7zHvtR3LPk.jpg","[{'id':26137,'logo_path':null,'name':'Dog Eat Dog Films','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-09-01","6706368","91","[{'iso_639_1':'en','name':'English'}]","Released","","Roger & Me","false","7.3","152" +"false","/cXGZyD77g3p1d2MQwQjGNra90Hw.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","13441","tt0299117","en","Roger Dodger","After breaking up with his lover and boss, a smooth-talking man takes his teenaged nephew out on the town in search of sex.","7.865","/mEq4fOMmFwbYNu86uePqpes91Rj.jpg","[{'id':30639,'logo_path':null,'name':'Roger Dodger LLC','origin_country':''},{'id':2757,'logo_path':null,'name':'Holedigger Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-05-09","1260761","106","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","The naked differences between men and women.","Roger Dodger","false","6.1","85" +"false","/dr5pdEDOdCvelCQqP32UZubiSgE.jpg","{'id':1575,'name':'Rocky Collection','poster_path':'/O66XFv0mU6JKfmrgkoTQLwbFDG.jpg','backdrop_path':'/JhGydj4q5y8MoWZFyj15yKNrzC.jpg'}","42000000","[{'id':18,'name':'Drama'}]","","1375","tt0100507","en","Rocky V","A lifetime of taking shots has ended Rocky???s career, and a crooked accountant has left him broke. Inspired by the memory of his trainer, however, Rocky finds glory in training and takes on an up-and-coming boxer.","19.879","/5P2RiuLt31mWyb6duww8qlAhs6G.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':8880,'logo_path':'/fE7LBw7Jz8R29EABFGCvWNriZxN.png','name':'Winkler Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-10-18","119946358","104","[{'iso_639_1':'en','name':'English'}]","Released","Go for it!","Rocky V","false","5.5","1362" +"false","/6qYptQG2ynJANbyjjYOt4fpHfxF.jpg","{'id':1575,'name':'Rocky Collection','poster_path':'/O66XFv0mU6JKfmrgkoTQLwbFDG.jpg','backdrop_path':'/JhGydj4q5y8MoWZFyj15yKNrzC.jpg'}","17000000","[{'id':18,'name':'Drama'}]","","1371","tt0084602","en","Rocky III","Now the world champion, Rocky Balboa is living in luxury and only fighting opponents who pose no threat to him in the ring, until Clubber Lang challenges him to a bout. After taking a pounding from Lang, the humbled champ turns to former bitter rival Apollo Creed for a rematch with Lang.","13.738","/ns55NGqTDEEjcI9z2a9htA2cFtG.jpg","[{'id':8880,'logo_path':'/fE7LBw7Jz8R29EABFGCvWNriZxN.png','name':'Winkler Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1982-05-28","270000000","99","[{'iso_639_1':'en','name':'English'}]","Released","The greatest challenge.","Rocky III","false","6.7","1754" +"false","/xx9DyVNmehDJPrYGsy9AJgYzAtd.jpg","{'id':1575,'name':'Rocky Collection','poster_path':'/O66XFv0mU6JKfmrgkoTQLwbFDG.jpg','backdrop_path':'/JhGydj4q5y8MoWZFyj15yKNrzC.jpg'}","7000000","[{'id':18,'name':'Drama'}]","","1367","tt0079817","en","Rocky II","After Rocky goes the distance with champ Apollo Creed, both try to put the fight behind them and move on. Rocky settles down with Adrian but can't put his life together outside the ring, while Creed seeks a rematch to restore his reputation. Soon enough, the ""Master of Disaster"" and the ""Italian Stallion"" are set on a collision course for a climactic battle that is brutal and unforgettable.","15.131","/fqJH7mI4dFANRay8qdJoGa7fK1k.jpg","[{'id':8880,'logo_path':'/fE7LBw7Jz8R29EABFGCvWNriZxN.png','name':'Winkler Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1979-06-15","200182160","119","[{'iso_639_1':'en','name':'English'}]","Released","Once he fought for a dream. Now he's fighting for love!","Rocky II","false","7.1","1916" +"false","/gcFhaI5IrKxvMs4TtvlHbYE4b0.jpg","{'id':1575,'name':'Rocky Collection','poster_path':'/O66XFv0mU6JKfmrgkoTQLwbFDG.jpg','backdrop_path':'/JhGydj4q5y8MoWZFyj15yKNrzC.jpg'}","24000000","[{'id':18,'name':'Drama'}]","http://www.rocky.com/","1246","tt0479143","en","Rocky Balboa","When he loses a highly publicized virtual boxing match to ex-champ Rocky Balboa, reigning heavyweight titleholder, Mason Dixon retaliates by challenging Rocky to a nationally televised, 10-round exhibition bout. To the surprise of his son and friends, Rocky agrees to come out of retirement and face an opponent who's faster, stronger and thirty years his junior.","14.444","/n82AAPWnAafDAZjxkYK2rAPwk4A.jpg","[{'id':696,'logo_path':null,'name':'Rogue Marble','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':497,'logo_path':'/pMyhOBd3sCiLzBlmIopdJkcUFtn.png','name':'Revolution Studios','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'},{'id':8880,'logo_path':'/fE7LBw7Jz8R29EABFGCvWNriZxN.png','name':'Winkler Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-12-20","155721132","102","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","It ain't over 'til it's over.","Rocky Balboa","false","6.6","1604" +"false","/2kkyt0FLROrXt41IgSdE7goCFNQ.jpg","{'id':1575,'name':'Rocky Collection','poster_path':'/O66XFv0mU6JKfmrgkoTQLwbFDG.jpg','backdrop_path':'/JhGydj4q5y8MoWZFyj15yKNrzC.jpg'}","1000000","[{'id':18,'name':'Drama'}]","","1366","tt0075148","en","Rocky","When world heavyweight boxing champion, Apollo Creed wants to give an unknown fighter a shot at the title as a publicity stunt, his handlers choose palooka Rocky Balboa, an uneducated collector for a Philadelphia loan shark. Rocky teams up with trainer Mickey Goldmill to make the most of this once in a lifetime break.","17.634","/9TUR3s1PMJHwDRbpm7PWQ0S7IRy.jpg","[{'id':8880,'logo_path':'/fE7LBw7Jz8R29EABFGCvWNriZxN.png','name':'Winkler Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1976-11-21","117235147","119","[{'iso_639_1':'en','name':'English'}]","Released","His whole life was a million-to-one shot.","Rocky","false","7.7","3543" +"false","/g6FLR1fSleLUmYxufJNMTYiVpA4.jpg","null","18000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","http://rocknrolla.warnerbros.com/","13809","tt1032755","en","RockNRolla","When a Russian mobster sets up a real estate scam that generates millions of pounds, various members of London's criminal underworld pursue their share of the fortune. Various shady characters, including Mr One-Two, Stella the accountant, and Johnny Quid, a druggie rock-star, try to claim their slice.","10.413","/9tnHUDuUDrNJxJ3raxpKIrnYXlH.jpg","[{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'},{'id':1786,'logo_path':'/joLFuCWg9e2lweYnFQtRPJKSLlI.png','name':'Dark Castle Entertainment','origin_country':'US'},{'id':2900,'logo_path':null,'name':'Toff Guy Films','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2008-09-04","25739015","114","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","A story of sex, thugs and rock 'n roll.","RockNRolla","false","6.9","1347" +"false","/3tqHhXoFBU9dWrkv3qhHho6AQFw.jpg","null","0","[{'id':27,'name':'Horror'}]","","309193","tt2279241","en","Rockabilly Zombie Weekend","A young couple plans to have a rockabilly themed wedding out at the old farm, despite warnings of a West Nile Virus outbreak. Things go horribly wrong when the virus spawns zombie-creating mosquitoes, who begin to feed on the wedding guests.","1.397","/nsLUhcTftkualLAjWj23iOjCkoG.jpg","[]","[]","2013-05-19","0","88","[{'iso_639_1':'en','name':'English'}]","Released","","Rockabilly Zombie Weekend","false","5.7","6" +"false","/7rBbIWriZUllqLabRYtN8O4tDTu.jpg","null","57000000","[{'id':10402,'name':'Music'},{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","12508","tt0202470","en","Rock Star","Rock Star tells the story of Chris Cole and a rock band called Steel Dragon. Cole is a photocopier technician by day, and the lead singer of a Steel Dragon tribute band called ""Blood Pollution"" by night.Internal struggles between the Steel Dragon band members culminate with the firing of the lead singer, Bobby Beers and the starting of recruitment sessions to find a new vocalist. Loosely inspired by the true story of the heavy metal band Judas Priest.","7.208","/eMbsUnRfRciBGLclsqmICPOXbir.jpg","[{'id':89134,'logo_path':null,'name':'Metal Productions Inc.','origin_country':''},{'id':788,'logo_path':null,'name':'Bel Air Entertainment','origin_country':''},{'id':89135,'logo_path':null,'name':'Maysville Pictures','origin_country':''},{'id':12245,'logo_path':null,'name':'Robert Lawrence Productions','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-09-04","16991902","105","[{'iso_639_1':'en','name':'English'}]","Released","The story of a wanna be who got to be.","Rock Star","false","6.1","289" +"false","/epwiE1BS0WqnHoKdT1GcOh8VYYW.jpg","null","75000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","http://www.warnerbros.com/rock-ages","80585","tt1336608","en","Rock of Ages","A small town girl and a city boy meet on the Sunset Strip, while pursuing their Hollywood dreams.","11.835","/k5au98wpdbViuRWZMy6RbxMBXjl.jpg","[{'id':2378,'logo_path':null,'name':'Offspring Entertainment','origin_country':''},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':8871,'logo_path':null,'name':'Corner Store Entertainment','origin_country':''},{'id':12139,'logo_path':null,'name':'Material Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-06-13","59418613","123","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'th','name':'?????????????????????'}]","Released","Nothin' but a good time","Rock of Ages","false","6.1","660" +"false","/x26ENDCC7GNKni7aX1NA28SnBCv.jpg","null","75000000","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':878,'name':'Science Fiction'}]","","9928","tt0358082","en","Robots","Rodney Copperbottom is a young robot inventor who dreams of making the world a better place, until the evil Ratchet takes over Big Weld Industries. Now, Rodney's dreams ??? and those of his friends ??? are in danger of becoming obsolete.","15.581","/12n6dEayPtv7CqgbeSkznFQSKzh.jpg","[{'id':9383,'logo_path':'/ppeMh4iZJQUMm1nAjRALeNhWDfU.png','name':'Blue Sky Studios','origin_country':'US'},{'id':11749,'logo_path':'/5AzTeZkSCFhiGZ86g2nz8SAHtgy.png','name':'Twentieth Century Fox Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-03-10","260696994","91","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","You can shine no matter what you're made of.","Robots","false","6.2","2387" +"false","/vWrWTEXfkF3r1sIgZlORVN7UPVr.jpg","null","2500000","[{'id':878,'name':'Science Fiction'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","","84329","tt1990314","en","Robot & Frank","A delightful dramatic comedy, a buddy picture, and, for good measure, a heist film. Curmudgeonly old Frank lives by himself. His routine involves daily visits to his local library, where he has a twinkle in his eye for the librarian. His grown children are concerned about their father???s well-being and buy him a caretaker robot. Initially resistant to the idea, Frank soon appreciates the benefits of robotic support ??? like nutritious meals and a clean house ??? and eventually begins to treat his robot like a true companion. With his robot???s assistance, Frank???s passion for his old, unlawful profession is reignited, for better or worse.","6.113","/euOI0iOczBCEQgPhToZcvQ2eIj7.jpg","[{'id':13466,'logo_path':'/d2ewBAUkCGeYMj6bv2Z9PkzL5OA.png','name':'Park Pictures Features','origin_country':'US'},{'id':13467,'logo_path':null,'name':'TBB','origin_country':''},{'id':13468,'logo_path':null,'name':'Dog Run Pictures','origin_country':''},{'id':13469,'logo_path':null,'name':'White Hat Entertainment','origin_country':'US'},{'id':9118,'logo_path':'/9o6KLcDBRw3fNItUflJVwj8dZpC.png','name':'Samuel Goldwyn Films','origin_country':'US'},{'id':11341,'logo_path':'/xytTBODEy3p20ksHL4Ftxr483Iv.png','name':'Stage 6 Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-08-16","3325038","85","[{'iso_639_1':'en','name':'English'}]","Released","Friendship doesn't have an off switch","Robot & Frank","false","6.9","609" +"false","/hoeYZl5107GCmRYKDk6HzLkhPZ4.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'},{'id':878,'name':'Science Fiction'}]","","187462","tt1037222","en","Robosapien: Rebooted","At Kinetech Labs, an inventor named Allan Topher designs a robot for search and rescue, but when he finds out that the robot will be used for military purposes, he programs the robot to flee. The robot escapes but is damaged in the process. It is discovered by 12-year-old Henry Keller, who fixes it and names it Cody. The robot does not remember its past, and Henry and Cody develop a friendship. Eventually, Kinetech and the inventor find Cody and bring the robot back to the laboratories. The inventor feels guilty for taking Cody away, so he returns the robot to Henry. The inventor meets Henry's mother, Joanna, in the process and falls in love. Kinetech wants the robot back, so it kidnaps the inventor and Joanna. Henry and Cody embark to save them and to bring down Kinetech.","4.315","/z5DSPVZYSwZlzCvsRQNlUZKMT3P.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-04-01","0","86","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","","Robosapien: Rebooted","false","5.5","27" +"false","/3xRpLfsfexxTbZ22fVdhRsF6Frr.jpg","{'id':5547,'name':'RoboCop Collection','poster_path':'/foJBQb9oEOH0mGh77tXyoxXCfzU.jpg','backdrop_path':'/azQScQWHpz5puIV4YeCcqgiT9Tn.jpg'}","22000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':80,'name':'Crime'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","5550","tt0107978","en","RoboCop 3","The mega corporation Omni Consumer Products is still bent on creating their pet project, Delta City, to replace the rotting city of Detroit. Unfortunately, the inhabitants of the area have no intention of abandoning their homes simply for desires of the company. To this end, OCP have decided to force them to leave by employing a ruthless mercenary army to attack and harass them. An underground resistance begins and in this fight, Robocop must decide where his loyalties lie.","10.806","/iXmx1JOrkBUYqvm2vTNPOiill7b.jpg","[{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-04-17","10696210","104","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'}]","Released","He's back to lay down the law.","RoboCop 3","false","4.5","500" +"false","/kxe2Dyhyl0GoBQe47qpDZlfqJEN.jpg","null","120000000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","http://www.robocop.com","97020","tt1234721","en","RoboCop","In RoboCop, the year is 2028 and multinational conglomerate OmniCorp is at the center of robot technology. Overseas, their drones have been used by the military for years, but have been forbidden for law enforcement in America. Now OmniCorp wants to bring their controversial technology to the home front, and they see a golden opportunity to do it. When Alex Murphy ??? a loving husband, father and good cop doing his best to stem the tide of crime and corruption in Detroit ??? is critically injured, OmniCorp sees their chance to build a part-man, part-robot police officer. OmniCorp envisions a RoboCop in every city and even more billions for their shareholders, but they never counted on one thing: there is still a man inside the machine.","17.726","/hFQcC5eSSHqJfk70RdgrMMxGuYt.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':655,'logo_path':null,'name':'Strike Entertainment','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2014-01-30","242688965","102","[{'iso_639_1':'en','name':'English'}]","Released","We've got the future under control.","RoboCop","false","5.8","3300" +"false","/pkuf3xajNzDPzAXtvGNNhs59XBL.jpg","{'id':5547,'name':'RoboCop Collection','poster_path':'/foJBQb9oEOH0mGh77tXyoxXCfzU.jpg','backdrop_path':'/azQScQWHpz5puIV4YeCcqgiT9Tn.jpg'}","35000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':80,'name':'Crime'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","5549","tt0100502","en","RoboCop 2","After a successful deployment of the Robocop Law Enforcement unit, OCP sees its goal of urban pacification come closer and closer, but as this develops, a new narcotic known as ""Nuke"" invades the streets led by God-delirious leader Cane. As this menace grows, it may prove to be too much for Murphy to handle. OCP tries to replicate the success of the first unit, but ends up with failed prototypes with suicidal issues... until Dr. Faxx, a scientist straying away from OCP's path, uses Cane as the new subject for the Robocop 2 project, a living God.","14.64","/jHE1jOJQILXSPudL4h94NI3TRL.jpg","[{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-06-22","45681173","117","[{'iso_639_1':'en','name':'English'}]","Released","He's back to protect the innocent.","RoboCop 2","false","5.8","781" +"false","/szd5SbG2ASP4CUZeF9bdoJ4tVn7.jpg","{'id':5547,'name':'RoboCop Collection','poster_path':'/foJBQb9oEOH0mGh77tXyoxXCfzU.jpg','backdrop_path':'/azQScQWHpz5puIV4YeCcqgiT9Tn.jpg'}","13000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","","5548","tt0093870","en","RoboCop","In a violent, near-apocalyptic Detroit, evil corporation Omni Consumer Products wins a contract from the city government to privatize the police force. To test their crime-eradicating cyborgs, the company leads street cop Alex Murphy into an armed confrontation with crime lord Boddicker so they can use his body to support their untested RoboCop prototype. But when RoboCop learns of the company's nefarious plans, he turns on his masters.","17.76","/gtGreTdzYBuQsEwTliEFdTzPleV.jpg","[{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-07-17","53000000","102","[{'iso_639_1':'en','name':'English'}]","Released","Part man. Part machine. All cop. The future of law enforcement.","RoboCop","false","7.1","2335" +"false","/jQ6whDbJWVKh82WYTeqxjm9Q5O6.jpg","null","48000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","https://www.warnerbros.com/robin-hood-prince-thieves","8367","tt0102798","en","Robin Hood: Prince of Thieves","When the dastardly Sheriff of Nottingham murders Robin's father, the legendary archer vows vengeance. To accomplish his mission, Robin joins forces with a band of exiled villagers (and comely Maid Marian), and together they battle to end the evil sheriff's reign of terror.","20.4","/bDqqiu3yi7V5idgdei61XBairBZ.jpg","[{'id':10210,'logo_path':null,'name':'Morgan Creek Productions','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1991-06-14","390493908","143","[{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'en','name':'English'}]","Released","Sometimes the only way to uphold justice...is to break the law.","Robin Hood: Prince of Thieves","false","6.8","1598" +"false","/avhEibZxIr8NzHQFBjw3FjLjN7u.jpg","null","200000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'}]","http://www.robinhoodthemovie.com/","20662","tt0955308","en","Robin Hood","When soldier Robin happens upon the dying Robert of Loxley, he promises to return the man's sword to his family in Nottingham. There, he assumes Robert's identity; romances his widow, Marion; and draws the ire of the town's sheriff and King John's henchman, Godfrey.","14.775","/4gH0vhyOcl7QV3t81653CpWjEB6.jpg","[{'id':1645,'logo_path':'/6Ry6uNBaa0IbbSs1XYIgX5DkA9r.png','name':'Scott Free Productions','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':23,'logo_path':'/mkxNjThahj5pvntvYKVpMbWXm3D.png','name':'Imagine Entertainment','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2010-05-12","310669540","140","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'uk','name':'??????????????????????'}]","Released","Rise and rise again, until lambs become lions.","Robin Hood","false","6.3","2460" +"false","/gidtawc8Mne3Dc5UrkvXhoIZqCZ.jpg","null","15000000","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","","11886","tt0070608","en","Robin Hood","With King Richard off to the Crusades, Prince John and his slithering minion, Sir Hiss, set about taxing Nottingham's citizens with support from the corrupt sheriff - and staunch opposition by the wily Robin Hood and his band of merry men.","14.774","/78yFcKivWbLwlPcUOPj2A75k4Ii.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':3166,'logo_path':'/vyyv4Gy9nPqAZKElPm2izLlEaVS.png','name':'Walt Disney Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1973-11-08","32056467","83","[{'iso_639_1':'en','name':'English'}]","Released","Meet Robin Hood and his MERRY MENagerie!","Robin Hood","false","7.2","2242" +"false","/gFWAQnvPGVU8MLj37tFcZTvSLEX.jpg","null","0","[{'id':10402,'name':'Music'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':12,'name':'Adventure'}]","","17696","tt0058529","en","Robin and the 7 Hoods","In prohibition-era Chicago, the corrupt sheriff and Guy Gisborne, a south-side racketeer, knock off the boss Big Jim. Everyone falls in line behind Guy except Robbo, who controls the north side. Although he's out-gunned, Robbo wants to keep his own territory. A pool-playing dude from Indiana and the director of a boys' orphanage join forces with Robbo; and, when he gives some money to the orphanage, he becomes the toast of the town as a hood like Robin Hood. Meanwhile, Guy schemes to get rid of Robbo, and Big Jim's heretofore unknown daughter Marian appears and goes from man to man trying to find an ally in her quest to run the whole show. Can Robbo hold things together?","3.082","/9e1yuv3GON6FvWCcSMlTRXJGDBZ.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1964-03-11","0","123","[{'iso_639_1':'en','name':'English'}]","Released","Like we've taken the Robin Hood legend and changed the bows and arrows to machine guns!... Like with songs yet!... Like WILD!","Robin and the 7 Hoods","false","6.6","30" +"false","/wxlNsguxVdmN0BrhcydZH6HpwKF.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","http://www.robthemobmovie.com/","243935","tt2481480","en","Rob the Mob","The true-life story of a crazy-in-love Queens couple who robbed a series of mafia social clubs and got away with it??? for a while??? until they stumble upon a score bigger than they ever planned and become targets of both the mob and the FBI.","6.657","/lWVJ93Tyjocrvl9myAB6YvPIiqw.jpg","[{'id':44308,'logo_path':null,'name':'RTM Film Inc','origin_country':''},{'id':25140,'logo_path':null,'name':'The Exchange','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-03-21","206909","104","[{'iso_639_1':'en','name':'English'}]","Released","True Crime. True Love. True Story.","Rob the Mob","false","6.3","122" +"false","/5PKLhTwf7sCoyUTWtqgrD3CbIXx.jpg","null","325000","[{'id':27,'name':'Horror'}]","","224301","tt2345695","en","Roadside Massacre","Five college friends take a detour while traveling to their spring break destination. They end up in the remote mountain town of Blueridge, where Karen (Marina Resa) believes her older sister went missing 2 years before. After a few odd encounters with the locals, Karen and her friends decide to continue their journey until an unexpected auto malfunction leaves them stranded. The group takes refuge in a local motel and soon learns that in Blueridge, ""missing persons"" is just a way of life. One-by-one they begin disappearing until the grizzly discovery is made that the local BBQ Rib Restaurant might be serving up more than anyone had bargained.","1.024","/1wVLuFbuhYRbF9ikgmFlP8hhZEz.jpg","[{'id':17148,'logo_path':null,'name':'MKSK Global Media','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-05-01","0","83","[{'iso_639_1':'en','name':'English'}]","Released","Out here, you're on your own.","Roadside Massacre","false","3.3","4" +"false","/1XaEMJy0v95VfcNopkm5ZTG5op7.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'}]","","21024","tt0081433","en","Roadie","A young Texas good ol' boy has a knack with electronic equipment, and that talent gets him a job as a roadie with a raucous traveling rock-and-roll show.","2.186","/tLX9DzSxvUowFpvlrnZOhcdcGBv.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1980-06-13","0","106","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","Bands make it Rock...Roadies make it Roll!","Roadie","false","6.7","14" +"false","/pnm0dnlJ3v9z8m35qxzMx2pQLyI.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'}]","","333545","tt4530832","en","Road Wars","After the earth???s water supply is depleted, the survivors form roving road gangs, armed to the teeth and desperate to find and protect water supplies. But when a new breed of blood-drinking humans emerges, the survivors must contend with a whole new threat to their existence.","1.421","/n0gbMzfMSWRg9Mja8J3XAxc1vUC.jpg","[{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-05-05","0","90","[{'iso_639_1':'en','name':'English'}]","Released","WELCOME TO HELL!","Road Wars","false","2.8","15" +"false","/vXT5Gw09k99o9XXqqxBPz9NKgsa.jpg","{'id':96679,'name':'Road Trip Collection','poster_path':'/7bXQaid9TkgGAPuoYFHzbr1alv9.jpg','backdrop_path':'/iuYpphSiPphENadtbohjjhId7rP.jpg'}","16000000","[{'id':35,'name':'Comedy'},{'id':12,'name':'Adventure'}]","","9285","tt0215129","en","Road Trip","Four friends take off on an 1800 mile road trip to retrieve an illicit tape mistakenly mailed to a girl friend.","9.895","/DCoZVnHVvtKTYwfM00dfVRbfUQ.jpg","[{'id':2364,'logo_path':'/oZyR5maGM96jReVgW7oJ7mXN8ts.png','name':'The Montecito Picture Company','origin_country':'US'},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-05-19","119754278","93","[{'iso_639_1':'en','name':'English'}]","Released","The greatest college tradition of all.","Road Trip","false","6","879" +"false","/z1ePpG598FI2az9fZrvHmKbV5Tz.jpg","null","80000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","4147","tt0257044","en","Road to Perdition","Mike Sullivan works as a hit man for crime boss John Rooney. Sullivan views Rooney as a father figure, however after his son is witness to a killing, Mike Sullivan finds himself on the run in attempt to save the life of his son and at the same time looking for revenge on those who wronged him.","12.964","/jn0GH8klINSQtRNifY8W2Kv4ajl.jpg","[{'id':80,'logo_path':null,'name':'The Zanuck Company','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-07-12","181001478","117","[{'iso_639_1':'en','name':'English'}]","Released","Pray for Michael Sullivan.","Road to Perdition","false","7.3","1773" +"false","/8U7VBQDxCIACnzKBwMRYnqdEBtw.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","268060","tt2386285","en","Road to Paloma","While Native American Wolf is being pursued by the FBI for having taken the law into his own hands, when his mother was raped and killed on their reservation he crosses paths with Cash, a down and out musician who is coping with the end of his marriage. An unlikely friendship develops, as they ride together towards the Teton mountain range, where Wolf will spread his mothers ashes.","5.376","/dXfNkgzM9dMObZojreiVg9fprxn.jpg","[{'id':27049,'logo_path':null,'name':'Pride of Gypsies','origin_country':''},{'id':27050,'logo_path':null,'name':'Boss Media','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-04-12","0","91","[{'iso_639_1':'en','name':'English'}]","Released","On the road. On the run.","Road to Paloma","false","6.4","46" +"false","/2tQ4Hf7LJMHvqZrJCEDmAY9LoBX.jpg","{'id':224976,'name':'Road House Collection','poster_path':'/cadfcktKwvKMpg9FFvCTTzj9pFY.jpg','backdrop_path':'/3sC0DdygqYHesLqzFT8etDmDTAX.jpg'}","15000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","10135","tt0098206","en","Road House","The Double Deuce is the meanest, loudest and rowdiest bar south of the Mason-Dixon Line, and Dalton (Patrick Swayze) has been hired to clean it up. He might not look like much, but the Ph.D.-educated bouncer proves he's more than capable -- busting the heads of troublemakers and turning the roadhouse into a jumping hot-spot. But Dalton's romance with the gorgeous Dr. Clay (Kelly Lynch) puts him on the bad side of cutthroat local big shot Brad Wesley (Ben Gazzara).","4.06","/epxeFRI1Ig3CU7hnz9pZVkarfOz.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':206,'logo_path':null,'name':'Star Partners II Ltd.','origin_country':''},{'id':1885,'logo_path':'/xlvoOZr4s1PygosrwZyolIFe5xs.png','name':'Silver Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-05-19","30050028","114","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","Dalton lives like a loner, fights like a professional. And loves like there's no tomorrow.","Road House","false","6.4","384" +"false","/a11u2JkzhH3SVsdHQHOq588nVkb.jpg","null","0","[{'id':27,'name':'Horror'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","56537","tt1421049","en","River of Darkness","When brutal murdering starts in a small riverside town, the sheriff must investigate and face the horrific past.","0.624","/jzb4Cp7qECGqd4jzr7hjVnvOYmK.jpg","[{'id':5213,'logo_path':null,'name':'North Shore Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-03-29","0","84","[{'iso_639_1':'en','name':'English'}]","Released","The Hunt is On","River of Darkness","false","2.1","8" +"false","/oxrovtv9Yo9snk4WLM0bK0SCRES.jpg","{'id':173710,'name':'Planet of the Apes (Reboot) Collection','poster_path':'/afGkMC4HF0YtXYNkyfCgTDLFe6m.jpg','backdrop_path':'/uRRPDjkcavi8HuSYGiqOsLJefhL.jpg'}","93000000","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'}]","http://www.apeswillrise.com/","61791","tt1318514","en","Rise of the Planet of the Apes","Scientist Will Rodman is determined to find a cure for Alzheimer's, the disease which has slowly consumed his father. Will feels certain he is close to a breakthrough and tests his latest serum on apes, noticing dramatic increases in intelligence and brain activity in the primate subjects ??? especially Caesar, his pet chimpanzee.","25.396","/j87XPCcAnJUnjQ0gvZoWS6XQpfh.jpg","[{'id':6332,'logo_path':null,'name':'Dune Entertainment III','origin_country':'US'},{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'},{'id':7076,'logo_path':'/8BFxn9NUWSgp0ndih569Gm62xiC.png','name':'Chernin Entertainment','origin_country':'US'},{'id':290,'logo_path':'/Q8mw2AOQQc8Qg0uNwLWq86DVZv.png','name':'Ingenious Media','origin_country':'GB'},{'id':10893,'logo_path':null,'name':'Big Screen Productions','origin_country':''},{'id':289,'logo_path':null,'name':'Ingenious Film Partners','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-08-03","482860185","105","[{'iso_639_1':'en','name':'English'}]","Released","Evolution Becomes Revolution.","Rise of the Planet of the Apes","false","7.2","7037" +"false","/uLAzeXooxaCJvxltbEqZQHLxniP.jpg","null","145000000","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","http://www.riseoftheguardians.com/","81188","tt1446192","en","Rise of the Guardians","When an evil spirit known as Pitch lays down the gauntlet to take over the world, the immortal Guardians must join forces for the first time to protect the hopes, beliefs and imagination of children all over the world.","14.745","/sIZr3pWcnLTjMkOaTkBrV967lTK.jpg","[{'id':521,'logo_path':'/kP7t6RwGz2AvvTkvnI1uteEwHet.png','name':'DreamWorks Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-11-21","306941670","97","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","You better believe.","Rise of the Guardians","false","7.3","3551" +"false","/xkjeG2Iv9sX88uNvk4pNipBPx6i.jpg","{'id':286177,'name':'Footsoldier Collection','poster_path':'/ecsYKWJ4sjNVCWZR947SaQgVW82.jpg','backdrop_path':'/qEO2IQcBy3nzcYbrLZlIVJJMEdl.jpg'}","4000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.riseofthefootsoldier.co.uk/","13054","tt0901507","en","Rise of the Footsoldier","Rise of the Footsoldier follows the inexorable rise of Carlton Leach from one of the most feared generals of the football terraces to becoming a member of a notorious gang of criminals who rampaged their way through London and Essex in the late eighties and early nineties.","7.406","/iPJdTZ9pe7fjo4rB6YgsLDLOgO6.jpg","[{'id':4098,'logo_path':null,'name':'Carnaby International','origin_country':''},{'id':4249,'logo_path':null,'name':'Hanover Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2007-09-07","0","119","[{'iso_639_1':'en','name':'English'}]","Released","Based on the Shocking True Story","Rise of the Footsoldier","false","6.6","111" +"false","/aTjMXroOL6f3FObPvwcA5hpWtXm.jpg","null","130000000","[{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","http://www.ripd.com/","49524","tt0790736","en","R.I.P.D.","A recently slain cop joins a team of undead police officers working for the Rest in Peace Department and tries to find the man who murdered him. Based on the comic by Peter M. Lenkov.","17.184","/ldBBulVDkifYnT501PWXIvtCgmO.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':552,'logo_path':'/9dGdLfm3GteWeUDtD9c9tvlidUG.png','name':'Dark Horse Entertainment','origin_country':'US'},{'id':333,'logo_path':'/5xUJfzPZ8jWJUDzYtIeuPO4qPIa.png','name':'Original Film','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-07-18","61648500","96","[{'iso_639_1':'en','name':'English'}]","Released","To protect and serve the living","R.I.P.D.","false","5.6","1972" +"false","/zAB9WNeq6FBcsFhy4SCzRKDHcvN.jpg","null","0","[{'id':80,'name':'Crime'}]","","28023","tt0047417","en","Riot in Cell Block 11","A prisoner leads his counterparts in a protest for better living conditions which turns violent and ugly.","1.806","/i7YyyVzkMid1yoLUtBe6I4ZDoQX.jpg","[{'id':4928,'logo_path':null,'name':'Allied Artists Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1954-02-28","0","80","[{'iso_639_1':'en','name':'English'}]","Released","FILMED ON THE SPOT BEHIND PRISON WALLS!","Riot in Cell Block 11","false","7.1","18" +"false","/5HVvY8R2rK8lVhY1Zvi8zzsz3eE.jpg","null","0","[{'id':28,'name':'Action'},{'id':37,'name':'Western'}]","","32560","tt0058525","en","Rio Conchos","Two Army officers, an alcoholic ex-Confederate soldier and a womanizing Mexican travel to Mexico on a secret mission to prevent a megalomaniacal ex-Confederate colonel from selling a cache of stolen rifles to a band of murderous Apaches.","1.376","/9pVZCC0ytCZ6HsQuuIBJBHuDIOB.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1964-10-28","0","107","[{'iso_639_1':'en','name':'English'}]","Released","Four men stalking the Apache nation...on a mission that could drench the whole Southwest in blood and flames!","Rio Conchos","false","5.9","16" +"false","/odbEuhGUgSkeWWD1sPoylXTZMUa.jpg","{'id':229932,'name':'Rio Collection','poster_path':'/AuaToCmX55xDycK4oFJEYMgcK0O.jpg','backdrop_path':'/ndCkoXtdQErEb7RAfq0Y93xZzoG.jpg'}","90000000","[{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","http://www.riomovies.com/","46195","tt1436562","en","Rio","Captured by smugglers when he was just a hatchling, a macaw named Blu never learned to fly and lives a happily domesticated life in Minnesota with his human friend, Linda. Blu is thought to be the last of his kind, but when word comes that Jewel, a lone female, lives in Rio de Janeiro, Blu and Linda go to meet her. Animal smugglers kidnap Blu and Jewel, but the pair soon escape and begin a perilous adventure back to freedom -- and Linda.","13.026","/isQ9BSjdF8IrSm2g4WPHSJYN5s9.jpg","[{'id':9383,'logo_path':'/ppeMh4iZJQUMm1nAjRALeNhWDfU.png','name':'Blue Sky Studios','origin_country':'US'},{'id':11749,'logo_path':'/5AzTeZkSCFhiGZ86g2nz8SAHtgy.png','name':'Twentieth Century Fox Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-04-03","484635760","96","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","1 out of every 8 Americans is afraid of flying. Most of them don't have feathers.","Rio","false","6.6","3575" +"false","/bRQPOVpvBmvep9WYnGcKguxjlg2.jpg","{'id':229932,'name':'Rio Collection','poster_path':'/AuaToCmX55xDycK4oFJEYMgcK0O.jpg','backdrop_path':'/ndCkoXtdQErEb7RAfq0Y93xZzoG.jpg'}","103000000","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':10402,'name':'Music'},{'id':16,'name':'Animation'}]","http://www.riomovies.com/","172385","tt2357291","en","Rio 2","It's a jungle out there for Blu, Jewel and their three kids after they're hurtled from Rio de Janeiro to the wilds of the Amazon. As Blu tries to fit in, he goes beak-to-beak with the vengeful Nigel, and meets the most fearsome adversary of all: his father-in-law.","13.874","/jZcF7xZVvrX2A4qNOqeHpmtbdBT.jpg","[{'id':9383,'logo_path':'/ppeMh4iZJQUMm1nAjRALeNhWDfU.png','name':'Blue Sky Studios','origin_country':'US'},{'id':11749,'logo_path':'/5AzTeZkSCFhiGZ86g2nz8SAHtgy.png','name':'Twentieth Century Fox Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-03-19","500188435","102","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","He's villainous, she's venomous.","Rio 2","false","6.3","1714" +"false","/bWMkiU2ryh8JL7hkrxoiWRquyKa.jpg","null","60000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.righteouskill-themovie.com","13389","tt1034331","en","Righteous Kill","Two veteran New York City detectives work to identify the possible connection between a recent murder and a case they believe they solved years ago; is there a serial killer on the loose, and did they perhaps put the wrong person behind bars?","10.608","/97Jvzj9ekO9mzYqgvsyGRMepres.jpg","[{'id':2831,'logo_path':null,'name':'InVenture Entertainment','origin_country':''},{'id':10405,'logo_path':null,'name':'Emmett/Furla Films','origin_country':'US'},{'id':1020,'logo_path':'/kuUIHNwMec4dwOLghDhhZJzHZTd.png','name':'Millennium Films','origin_country':'US'},{'id':925,'logo_path':'/dIb9hjXNOkgxu4kBWdIdK8nM4w.png','name':'Nu Image','origin_country':'US'},{'id':114737,'logo_path':null,'name':'Grosvenor Park Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-09-11","73174566","101","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Most people respect the badge. Everybody respects the gun.","Righteous Kill","false","5.9","594" +"false","/nq8s1PSyXLRel9TANEuSQ1Aeehz.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","59058","tt0100491","en","Riff-Raff","The story of Stevie, a construction worker, and his girlfriend, an unemployed pop singer, serves to show the living conditions of the British poor class.","2.993","/r8TLVWaIiW0bVH5WbivplK8mgwa.jpg","[{'id':983,'logo_path':null,'name':'Parallax Pictures','origin_country':''},{'id':5778,'logo_path':'/2loyoQweDxvotH3AknfL2zhsthg.png','name':'Channel 4 Television','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1991-06-21","295444","95","[{'iso_639_1':'en','name':'English'}]","Released","","Riff-Raff","false","6.7","40" +"false","/1OqvMR93L2hxwuWgpC5RaRHiqsg.jpg","null","0","[{'id':37,'name':'Western'}]","","60555","tt0059653","en","Ride in the Whirlwind","Three cowhands, between jobs, have the bad dumb luck to pitch night camp in the same valley as a cabin full of guys who just robbed a stagecoach and killed the guard. Come morning, a posse arrives, forms up along the ridge, and takes for granted that everyone down below is guilty--fit for either shooting to bits or hanging from a tree, whichever comes first. Precisely half of Ride in the Whirlwind's 82 minutes is devoted to tapping the matter-of-fact, absurdist horror of that situation. In the remaining half, the two surviving cowpokes (Jack Nicholson and Cameron Mitchell) seek shelter at a farmhouse where they reluctantly threaten the farmer, accept breakfast from his wife, flirt with his daughter (Millie Perkins), play some checkers, and hope to remain undetected till nightfall.","2.418","/Afx1Wigd0sr9nM1Unq2MkVd2RT1.jpg","[{'id':38111,'logo_path':null,'name':'Proteus Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1966-10-23","0","82","[{'iso_639_1':'en','name':'English'}]","Released","ride with the Easy Rider into an action whirlwind.","Ride in the Whirlwind","false","6.3","30" +"false","/cRaD42r5Hte1D9Z24L6v0dtlYGj.jpg","{'id':376650,'name':'Ride Along Collection','poster_path':'/7bjrke8mdxWG3PnFgvipbEOhc0Q.jpg','backdrop_path':'/3ZX5hvXjMxWJ5joyJxmWJT5nZDo.jpg'}","25000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","","168530","tt1408253","en","Ride Along","For the past two years, high-school security guard Ben has been trying to show decorated APD detective James that he's more than just a video-game junkie who's unworthy of James' sister, Angela. When Ben finally gets accepted into the academy, he thinks he's earned the seasoned policeman's respect and asks for his blessing to marry Angela. Knowing that a ride along will demonstrate if Ben has what it takes to take care of his sister, James invites him on a shift designed to scare the hell out of the trainee. But when the wild night leads them to the most notorious criminal in the city, James will find that his new partner's rapid-fire mouth is just as dangerous as the bullets speeding at it.","9.476","/fLXPcxZ1fJjxqUg94FFb8wwM9YN.jpg","[{'id':1309,'logo_path':'/gdsheJrD3lznh3O2qEPBDn54Anq.png','name':'Rainforest Entertainment','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':2780,'logo_path':'/hgdyY2exOpOXG3EkQR8WsUAUNBZ.png','name':'Cube Vision','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-01-07","153997819","99","[{'iso_639_1':'en','name':'English'}]","Released","Propose to this cop's sister? Rookie mistake.","Ride Along","false","6.2","1243" +"false","/7DlIoyQ3ecGMklVWyKsneZmVnsi.jpg","{'id':2794,'name':'The Chronicles of Riddick Collection','poster_path':'/4R2zrqk9KzgxU9UDH3yUUsENXR.jpg','backdrop_path':'/xb5zyHecWA7UACdiNPXDA3m5HSY.jpg'}","38000000","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://www.riddick-movie.com","87421","tt1411250","en","Riddick","Betrayed by his own kind and left for dead on a desolate planet, Riddick fights for survival against alien predators and becomes more powerful and dangerous than ever before. Soon bounty hunters from throughout the galaxy descend on Riddick only to find themselves pawns in his greater scheme for revenge. With his enemies right where he wants them, Riddick unleashes a vicious attack of vengeance before returning to his home planet of Furya to save it from destruction.","14.944","/duoN6oNGp1emHkkhlTcY76Wz2ED.jpg","[{'id':1225,'logo_path':null,'name':'One Race','origin_country':'US'},{'id':23634,'logo_path':null,'name':'Riddick Canada Productions','origin_country':''},{'id':350,'logo_path':'/l4cEc8UZ3ZrPLisIOh1iYMKwAVP.png','name':'Radar Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-09-02","98337295","119","[{'iso_639_1':'en','name':'English'}]","Released","Survival Is His Revenge","Riddick","false","6.2","2786" +"false","/umffJT3hNdbP2MqrpUoK2EzPawp.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://www.magpictures.com/richardpryor/","174340","tt2401223","en","Richard Pryor: Omit the Logic","Mike Epps, Richard Pryor Jr. and others recount the culture-defining influence of Richard Pryor - one of America's most brilliant, iconic comic minds.","1.924","/3lULtb8tzwNqOeZAcJ6XLtTIOw8.jpg","[{'id':78083,'logo_path':null,'name':'Club 55 Productions','origin_country':''},{'id':53926,'logo_path':null,'name':'Fresh One Productions','origin_country':''},{'id':78082,'logo_path':null,'name':'Tarnished Angel, Inc','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2013-04-23","0","83","[{'iso_639_1':'en','name':'English'}]","Released","The True Story of an American Icon","Richard Pryor: Omit the Logic","false","7.1","24" +"false","/5dwDLlXcYK0qBJRHqdXdqMRmVDO.jpg","null","0","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':12,'name':'Adventure'}]","","256690","tt2066048","en","Ribbit","A frog who hates the water and jumping wishes that he could be like the other animals in the Amazon rainforest.","2.179","/dbWbDq0heBFGbatuBEj5kkiIyQv.jpg","[{'id':15205,'logo_path':'/yioKGyNvToqvVIdTOJji2OOXnqH.png','name':'KRU Studios','origin_country':'MY'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'MY','name':'Malaysia'}]","2014-06-21","0","88","[{'iso_639_1':'en','name':'English'}]","Released","A frog with an identity crisis","Ribbit","false","4.7","18" +"false","/61Kpt3kubCNNY3xFdv20Jon3Axc.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'}]","http://www.sonypictures.com/movies/revolver/","10851","tt0365686","en","Revolver","Hotshot gambler Jake Green (Jason Statham) is long on bravado and seriously short of common sense. Rarely is he allowed in any casino because he's a bona fide winner and, in fact, has taken so much money over the years that he's the sole client of his accountant elder brother, Billy. Invited to a private game, Jake is in fear of losing his life.","8.249","/jscEs0gtxoAwKcF4509oYAFDXIw.jpg","[{'id':2899,'logo_path':null,'name':'Revolver Pictures Co.','origin_country':'GB'},{'id':2900,'logo_path':null,'name':'Toff Guy Films','origin_country':''},{'id':6896,'logo_path':'/2Q89KvzxTKB5BAv9RqFIPI1qb7E.png','name':'EuropaCorp','origin_country':'FR'},{'id':2268,'logo_path':'/wgDks2qYgwN6u1OkW1bBre0rf4F.png','name':'Isle of Man Film','origin_country':'GB'},{'id':769,'logo_path':null,'name':'Destination Films','origin_country':''},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2005-09-11","0","115","[{'iso_639_1':'en','name':'English'}]","Released","Your mind will not accept a game this big","Revolver","false","6.4","615" +"false","/s2bSuTAM06otWIUscPhi97N9sdP.jpg","null","35000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","4148","tt0959337","en","Revolutionary Road","A young couple living in a Connecticut suburb during the mid-1950s struggle to come to terms with their personal problems while trying to raise their two children. Based on a novel by Richard Yates.","13.192","/bnOK1lmdlqdy2HX6IgKx9TQD7Ax.jpg","[{'id':258,'logo_path':null,'name':'Scott Rudin Productions','origin_country':'US'},{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':1522,'logo_path':null,'name':'Neal Street Productions','origin_country':'GB'},{'id':1550,'logo_path':null,'name':'Evamere Entertainment','origin_country':''},{'id':11843,'logo_path':null,'name':'Goldcrest Pictures','origin_country':'GB'},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2008-12-19","75225693","119","[{'iso_639_1':'en','name':'English'}]","Released","How do you break free without breaking apart?","Revolutionary Road","false","6.9","1682" +"false","/7nGbHs8BuV1cBxvMBOuWIBC7flG.jpg","{'id':48190,'name':'Revenge of the Nerds Collection','poster_path':'/B058AkK8Nz5lsbGbQAk0Rh1fX5.jpg','backdrop_path':'/jFfYhKpBQ1u5xKbTMJOdHzdWnHN.jpg'}","0","[{'id':35,'name':'Comedy'}]","","14052","tt0088000","en","Revenge of the Nerds","At Adams College, the jocks rule the school from their house on high, the Alpha Beta fraternity. So when a group of socially-challenged misfits try to go Greek, they're instantly rejected by every house on campus. Deciding to start their own fraternity to protect their outcast brothers, the campus nerds soon find themselves in a battle royale as the Alpha Betas try to crush their new rivals.","5.478","/wCcMAx1J4JxBviEzy5Ay2FW79Nb.jpg","[{'id':79025,'logo_path':null,'name':'Zacharias-Buhai Productions','origin_country':''},{'id':10201,'logo_path':null,'name':'Interscope Communications','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-07-20","0","90","[{'iso_639_1':'en','name':'English'}]","Released","The time has come for REVENGE OF THE NERDS","Revenge of the Nerds","false","6.5","319" +"false","/k0gurn4kV6A2jJI6Pna4QL6Mr0a.jpg","null","5000000","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","","286709","tt1396523","en","Revenge of the Green Dragons","A true immigrant story set against the vibrant backdrop of Flushing, N.Y. in the 1980s and 1990s.","2.601","/7VGCxVCeGHTGuV3esVVs2qC2R6n.jpg","[{'id':3240,'logo_path':null,'name':'Artfire Films','origin_country':''},{'id':5708,'logo_path':null,'name':'The 7th Floor','origin_country':''},{'id':49981,'logo_path':null,'name':'Initial A Entertainment','origin_country':''},{'id':49982,'logo_path':null,'name':'IM Global Octane','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-03-15","0","94","[{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'en','name':'English'}]","Released","The American Dream Isn't Free","Revenge of the Green Dragons","false","5.5","46" +"false","/5LKmQX9SVB3IAIkOZfxS1FHudQe.jpg","{'id':221537,'name':'Creature From The Black Lagoon Collection','poster_path':'/f41TORvnRk8u9nZ834uxAzxIGuH.jpg','backdrop_path':'/jPVq82CMKAm6fKVeW2nyRC2X9Yc.jpg'}","1100000","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","40761","tt0048554","en","Revenge of the Creature","Men capture the creature from the Black Lagoon and make him an aquarium attraction, from which he escapes.","3.32","/lPyFz1UMsTL11t2L8PPKJAj0YY7.jpg","[{'id':10330,'logo_path':'/nY62adzeba5GVK8LJYD6yd9R8H4.png','name':'Universal International Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1955-07-22","0","82","[{'iso_639_1':'en','name':'English'}]","Released","All New Thrills! Shocks! Suspense!","Revenge of the Creature","false","5.7","46" +"false","/yzO7RSh46cWceoBfW5RhiqgVJrW.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':53,'name':'Thriller'}]","","14249","tt0100485","en","Revenge","Michael ???Jay??? Cochran has just left the Navy after 12 years and he's not quite sure what he's going to do, except that he knows he wants a holiday. He decides to visit Tiburon Mendez, a powerful but shady Mexican businessman who he once flew to Alaska for a hunting trip. Arriving at the Mendez mansion in Mexico, he is immediately surprised by the beauty and youth of Mendez???s wife, Miryea.","6.812","/j0dnMRoeYZ5KoIymS9qVHdgo8xX.jpg","[{'id':1950,'logo_path':null,'name':'New World Pictures','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'MX','name':'Mexico'},{'iso_3166_1':'US','name':'United States of America'}]","1990-02-16","15645616","123","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","A passion that cannot be denied. A betrayal that cannot be forgiven.","Revenge","false","6.4","162" +"false","/jQr8SS6WXooFa6VHzF7hIkciaAc.jpg","{'id':263866,'name':'Nuke 'Em High Collection','poster_path':'/eI4x4Sv2C4Et7Be2RCZY7EpNk0H.jpg','backdrop_path':null}","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","136585","tt2279922","en","Return to Nuke 'Em High Volume 1","Return to the Class of Nuke 'Em High follows a young couple that are up against the school glee club. Unfortunately, the glee club has mutated into a gang called The Cretins. When the other students begin to undergo mutations, our couple must solve the mystery and save Tromaville High School","3.744","/elpbF2qmAh6T9U0vYDjFTt4BHy6.jpg","[{'id':3052,'logo_path':null,'name':'Troma Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-05-16","0","85","[{'iso_639_1':'en','name':'English'}]","Released","Readin'... Writin'... Radiation... Again!","Return to Nuke 'Em High Volume 1","false","5.1","30" +"false","/sISrZ3ImbwvFSca5F2wIjPoBwun.jpg","{'id':232844,'name':'Nim's Island Collection','poster_path':'/rRPq295zZflnjp9Y8uhJppJBayQ.jpg','backdrop_path':'/iRh0E4dR2m7ZiJQ9u58r8jPV0WU.jpg'}","0","[{'id':10751,'name':'Family'},{'id':12,'name':'Adventure'}]","","172386","tt2221648","en","Return to Nim's Island","Fourteen year old Nim, more determined than ever to protect her island and all the wildlife that call it home, faces off against resort developers and animal poachers. Soon she realizes she can???t depend on her animal cohorts alone and must make her first human friend ??? Edmund, who???s run away to the island from the mainland ??? to save her home.","3.972","/4qvNFKT0fBkNxj0ABd7dlKDfbB5.jpg","[{'id':66178,'logo_path':null,'name':'Universal Pictures Germany GmbH','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'US','name':'United States of America'}]","2013-03-15","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Adventure runs wild, again.","Return to Nim's Island","false","5","62" +"false","/hEUEUF9dRnyZUBi5MnQeonLPwJ5.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","73936","tt1410051","en","Retreat","Kate and Martin escape from personal tragedy to an Island Retreat. Cut off from the outside world, their attempts to recover are shattered when a man is washed ashore, with news of airborne killer disease that is sweeping through Europe.","5.442","/ZjfCPOLpIN50RqcbfVHV3DIWGM.jpg","[{'id':22926,'logo_path':null,'name':'Magnet Films','origin_country':''},{'id':17821,'logo_path':'/bZp3beVId2zVhxrxrsagnale23c.png','name':'Ripple World Pictures','origin_country':''},{'id':20613,'logo_path':null,'name':'SC Films International','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2011-10-14","0","89","[{'iso_639_1':'en','name':'English'}]","Released","No Neighbours. No Help. No Escape.","Retreat","false","5.6","134" +"false","/iHMJM1hkV0vripthQHmRMpH6Bjg.jpg","null","8000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.restlessmovie.com/","47760","tt1498569","en","Restless","A powerful and emotional coming of age story, this remarkable tale is told with honesty and originality that will leave audiences moved. In the film, two outsiders, both shaped by the circumstances that have brought them together, forge a deep and lasting love. Directed by Gus Van Sant, one of the most astute observers of people living life on the edge, comes a take on friendship and young love as engaging and true as it is provocative and stirring.","5.194","/1caJ9CkTFlhVnM8V5sblCt9FbtY.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':23,'logo_path':'/mkxNjThahj5pvntvYKVpMbWXm3D.png','name':'Imagine Entertainment','origin_country':'US'},{'id':2894,'logo_path':null,'name':'360 Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-09-16","163265","91","[{'iso_639_1':'en','name':'English'}]","Released","Who do you live for?","Restless","false","6.4","249" +"false","/cJ6fdIpGDEdhjaWPAS1pR0GUoSV.jpg","null","25000000","[{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","http://movies.disney.com/return-to-oz","13155","tt0089908","en","Return to Oz","Dorothy, saved from a psychiatric experiment by a mysterious girl, finds herself back in the land of her dreams, and makes delightful new friends, and dangerous new enemies.","5.212","/awQpBhnxmbDK7br3RqajtNATrUL.jpg","[{'id':15395,'logo_path':null,'name':'Oz Productions Ltd.','origin_country':''},{'id':10531,'logo_path':null,'name':'Silver Screen Partners II','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1985-06-21","11137801","109","[{'iso_639_1':'en','name':'English'}]","Released","An all-new adventure down the yellow brick road.","Return to Oz","false","6.6","225" +"false","/mNyYYz8q1ysI1Kk2rOzhp7WYqeJ.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","http://resolutionstory.com","121606","tt1977895","en","Resolution","Michael is committed to getting his best friend Chris to sober up and get his life back on track. With the best of intentions, Michael implements a plan to convince Chris to go to rehab before his drug addiction leads to an early death. But what begins as an attempt to save his friend's life quickly takes an unexpected turn as the two friends confront personal demons, the consequences of past actions, and forces beyond their control.","6.238","/3aSPNKARW911kNiX9fmmwMG3bWH.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-04-20","0","93","[{'iso_639_1':'en','name':'English'}]","Released","","Resolution","false","6.3","139" +"false","/ffdP6ifVLY05RU0HP6oY8J0O5YY.jpg","null","0","[{'id':10752,'name':'War'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","96944","tt1391116","en","Resistance","It is 1944 and the D-Day invasion has failed, Germany's army have successfully invaded England and the Nazi war-machine is now heading west towards Wales. A group of women in an isolated Welsh village near the English border wake up to discover all of the their husbands have mysteriously vanished. They have headed into the mountains to join the Resistance.","2.119","/jFoE1pCFuN1hBgcSwW9z44pH7R5.jpg","[{'id':22922,'logo_path':null,'name':'Big Rich Films','origin_country':''},{'id':12177,'logo_path':'/9P2VDiqTAr9qupVBbgCpf6FhLhn.png','name':'Ffilm Cymru Wales','origin_country':'GB'},{'id':22923,'logo_path':null,'name':'Square One Entertainment','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'DE','name':'Germany'}]","2011-11-25","0","92","[{'iso_639_1':'en','name':'English'}]","Released","","Resistance","false","5.1","15" +"false","/6H1ZMkxCOewI3o4017L2La6wReo.jpg","{'id':17255,'name':'Resident Evil Collection','poster_path':'/lBbg3Yu5zZ1O0C24wjfUCNq5iF0.jpg','backdrop_path':'/8utTJ9WoQeYcZ0Ztciv6auqwLXl.jpg'}","65000000","[{'id':28,'name':'Action'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","http://www.residentevil-movie.com/site/","71679","tt1855325","en","Resident Evil: Retribution","The Umbrella Corporation???s deadly T-virus continues to ravage the Earth, transforming the global population into legions of the flesh eating Undead. The human race???s last and only hope, Alice, awakens in the heart of Umbrella???s most clandestine operations facility and unveils more of her mysterious past as she delves further into the complex. Without a safe haven, Alice continues to hunt those responsible for the outbreak; a chase that takes her from Tokyo to New York, Washington, D.C. and Moscow, culminating in a mind-blowing revelation that will force her to rethink everything that she once thought to be true. Aided by new found allies and familiar friends, Alice must fight to survive long enough to escape a hostile world on the brink of oblivion. The countdown has begun.","1.441","/qRhi9UDgfstP9aIJTCoO9u13Q7t.jpg","[{'id':3287,'logo_path':'/bz6GbCQQXGNE56LTW9dwgksW0Iw.png','name':'Screen Gems','origin_country':'US'},{'id':12163,'logo_path':null,'name':'Davis Films/Impact Pictures (RE5)','origin_country':''},{'id':342,'logo_path':null,'name':'Davis-Films','origin_country':''},{'id':248,'logo_path':null,'name':'Impact Pictures','origin_country':''},{'id':47,'logo_path':'/i7Z9ot2o3N5Sa3HrF09kniFs2y8.png','name':'Constantin Film','origin_country':'DE'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2012-09-12","240159255","95","[{'iso_639_1':'en','name':'English'}]","Released","The Ultimate Battle Begins","Resident Evil: Retribution","false","5.7","2254" +"false","/mjQoekfYIT1t18j9hf2JSZEi60Y.jpg","{'id':17255,'name':'Resident Evil Collection','poster_path':'/lBbg3Yu5zZ1O0C24wjfUCNq5iF0.jpg','backdrop_path':'/8utTJ9WoQeYcZ0Ztciv6auqwLXl.jpg'}","45000000","[{'id':27,'name':'Horror'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","http://www.sonypictures.com/movies/residentevilextinction/index.html","7737","tt0432021","en","Resident Evil: Extinction","Years after the Racoon City catastrophe, survivors travel across the Nevada desert, hoping to make it to Alaska. Alice joins the caravan and their fight against hordes of zombies and the evil Umbrella Corp.","3.803","/84s6e0V8hB87eOI5X3zVtkDboto.jpg","[{'id':3287,'logo_path':'/bz6GbCQQXGNE56LTW9dwgksW0Iw.png','name':'Screen Gems','origin_country':'US'},{'id':248,'logo_path':null,'name':'Impact Pictures','origin_country':''},{'id':342,'logo_path':null,'name':'Davis-Films','origin_country':''},{'id':5755,'logo_path':'/53JWq1rzbAXzbh1rnFo3XdqsAUh.png','name':'Constantin Film Produktion','origin_country':''},{'id':58249,'logo_path':null,'name':'Resident Evil Productions','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2007-09-20","148412065","94","[{'iso_639_1':'en','name':'English'}]","Released","The Extinction Is Coming...","Resident Evil: Extinction","false","6.2","2081" +"false","/imz5ZodpQFYR9kbEmuNiJ5xvt2Q.jpg","{'id':133352,'name':'Resident Evil: Biohazard','poster_path':'/i5BkIcEPSXqEcPiwrbwsVjS95FK.jpg','backdrop_path':'/TSpFZFIgVX4I3Zsnlm3HAlDO14.jpg'}","0","[{'id':16,'name':'Animation'},{'id':27,'name':'Horror'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","http://www.sonypictures.com/homevideo/residentevildegeneration","13648","tt1174954","ja","Baiohaz??do: Dijener??shon","A zombie attack brings chaos to Harvardville Airport. Leon Kennedy and Claire Redfield , who fought the sinister Umbrella Corporation during the Raccoon City tragedy 7 years ago, are back. In high-octane Resident Evil style, they're ready to battle a rogue warrior who is seeking revenge after his family was killed in Raccoon City. The deadly G-Virus is unleashed and a new mutated monster rampages.","8.467","/vcduy3H9RelaER3F7jn7OGby1ws.jpg","[{'id':7220,'logo_path':null,'name':'Capcom','origin_country':''},{'id':34,'logo_path':'/GagSvqWlyPdkFHMfQ3pNq6ix9P.png','name':'Sony Pictures','origin_country':'US'}]","[{'iso_3166_1':'JP','name':'Japan'}]","2008-02-13","0","97","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'}]","Released","","Resident Evil: Degeneration","false","6.4","406" +"false","/sqYyYcKfkgm9ZF6F58O0ZspMwnG.jpg","{'id':133352,'name':'Resident Evil: Biohazard','poster_path':'/i5BkIcEPSXqEcPiwrbwsVjS95FK.jpg','backdrop_path':'/TSpFZFIgVX4I3Zsnlm3HAlDO14.jpg'}","0","[{'id':16,'name':'Animation'},{'id':27,'name':'Horror'}]","http://www.sonypictures.com/homevideo/residentevildamnation/","133121","tt1753496","en","Biohazard: Damnation","U.S. federal agent Leon S. Kennedy sneaks into the ""East Slavic Republic"" to verify rumors that Bio-Organic Weapons (BOWs) are being used in the country's civil war, which the U.S. and Russia are making preparations to jointly intervene in. Right after his infiltration, the U.S. government orders him to leave immediately. Determined to uncover the truth, Leon ignores the order and enters the battlefield to end the chain of tragedies caused by the BOWs.","7.942","/hj2xHc35cEscP7oj6DqCK6IbNIC.jpg","[{'id':14788,'logo_path':null,'name':'Capcom Company','origin_country':''},{'id':3361,'logo_path':null,'name':'Digital Frontier','origin_country':''},{'id':34,'logo_path':'/GagSvqWlyPdkFHMfQ3pNq6ix9P.png','name':'Sony Pictures','origin_country':'US'}]","[{'iso_3166_1':'JP','name':'Japan'}]","2012-09-25","0","100","[{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'en','name':'English'}]","Released","The worst evil has been unleashed.","Resident Evil: Damnation","false","6.4","310" +"false","/hSXacpUqjPS7EJ4clG0TTZqJjlH.jpg","{'id':17255,'name':'Resident Evil Collection','poster_path':'/lBbg3Yu5zZ1O0C24wjfUCNq5iF0.jpg','backdrop_path':'/8utTJ9WoQeYcZ0Ztciv6auqwLXl.jpg'}","45000000","[{'id':27,'name':'Horror'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","","1577","tt0318627","en","Resident Evil: Apocalypse","As the city is locked down under quarantine, Alice joins a small band of elite soldiers, enlisted to rescue the missing daughter of the creator of the mutating T-virus. It's a heart-pounding race against time as the group faces off against hordes of blood- thirsty zombies, stealthy Lickers, mutant canines and the most sinister foe yet.","7.229","/zJFZUe1TgvUevJwg2gmSPBbvutF.jpg","[{'id':3287,'logo_path':'/bz6GbCQQXGNE56LTW9dwgksW0Iw.png','name':'Screen Gems','origin_country':'US'},{'id':53530,'logo_path':null,'name':'Constantin Film','origin_country':'GB'},{'id':12163,'logo_path':null,'name':'Davis Films/Impact Pictures (RE5)','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2004-09-10","129394835","94","[{'iso_639_1':'en','name':'English'}]","Released","You're all going to die.","Resident Evil: Apocalypse","false","6.2","2097" +"false","/o3P90r3owOlD86e27aC801rk4QI.jpg","{'id':17255,'name':'Resident Evil Collection','poster_path':'/lBbg3Yu5zZ1O0C24wjfUCNq5iF0.jpg','backdrop_path':'/8utTJ9WoQeYcZ0Ztciv6auqwLXl.jpg'}","60000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","http://www.sonypictures.com/movies/residentevilafterlife/site/","35791","tt1220634","en","Resident Evil: Afterlife","In a world ravaged by a virus infection, turning its victims into the Undead, Alice continues on her journey to find survivors and lead them to safety. Her deadly battle with the Umbrella Corporation reaches new heights, but Alice gets some unexpected help from an old friend. A new lead that promises a safe haven from the Undead takes them to Los Angeles, but when they arrive the city is overrun by thousands of Undead - and Alice and her comrades are about to step into a deadly trap.","0.841","/szUA5nI2209cCQIv8iIP6tOw8Rf.jpg","[{'id':3287,'logo_path':'/bz6GbCQQXGNE56LTW9dwgksW0Iw.png','name':'Screen Gems','origin_country':'US'},{'id':248,'logo_path':null,'name':'Impact Pictures','origin_country':''},{'id':342,'logo_path':null,'name':'Davis-Films','origin_country':''},{'id':5755,'logo_path':'/53JWq1rzbAXzbh1rnFo3XdqsAUh.png','name':'Constantin Film Produktion','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2010-09-09","300228084","97","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'ja','name':'?????????'}]","Released","She's back...And she's bringing a few of her friends.","Resident Evil: Afterlife","false","5.9","2047" +"false","/s41Er80jGJf3tNkgYHxUCttjmwv.jpg","{'id':17255,'name':'Resident Evil Collection','poster_path':'/lBbg3Yu5zZ1O0C24wjfUCNq5iF0.jpg','backdrop_path':'/8utTJ9WoQeYcZ0Ztciv6auqwLXl.jpg'}","33000000","[{'id':27,'name':'Horror'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","http://www.sonypictures.com/movies/residentevil/index.html","1576","tt0120804","en","Resident Evil","When a virus leaks from a top-secret facility, turning all resident researchers into ravenous zombies and their lab animals into mutated hounds from hell, the government sends in an elite military task force to contain the outbreak. Alice and Rain are charged with leading the mission. But they only have three hours before the pathogen becomes airborne and infects the world.","13.278","/fttmSgLEOdBNwQepW2lC6t0mbOm.jpg","[{'id':3287,'logo_path':'/bz6GbCQQXGNE56LTW9dwgksW0Iw.png','name':'Screen Gems','origin_country':'US'},{'id':248,'logo_path':null,'name':'Impact Pictures','origin_country':''},{'id':342,'logo_path':null,'name':'Davis-Films','origin_country':''},{'id':939,'logo_path':null,'name':'New Legacy','origin_country':''},{'id':5755,'logo_path':'/53JWq1rzbAXzbh1rnFo3XdqsAUh.png','name':'Constantin Film Produktion','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2002-03-15","102984862","100","[{'iso_639_1':'en','name':'English'}]","Released","A secret experiment. A deadly virus. A fatal mistake.","Resident Evil","false","6.5","3291" +"false","/fupyzBwFAn1PoeCXhp54bYVM2ER.jpg","null","10000000","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","500","tt0105236","en","Reservoir Dogs","A botched robbery indicates a police informant, and the pressure mounts in the aftermath at a warehouse. Crime begets violence as the survivors -- veteran Mr. White, newcomer Mr. Orange, psychopathic parolee Mr. Blonde, bickering weasel Mr. Pink and Nice Guy Eddie -- unravel.","21.546","/jX94vnfcuJ8rTnFbsoriY6dlHrC.jpg","[{'id':285,'logo_path':null,'name':'Live Entertainment','origin_country':''},{'id':26198,'logo_path':null,'name':'Dog Eat Dog Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-09-02","0","99","[{'iso_639_1':'en','name':'English'}]","Released","Every dog has his day.","Reservoir Dogs","false","8.2","6801" +"false","/bj1ZF5vj23N8pFIGlG2f7IPTtpf.jpg","null","10000000","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","","9952","tt0462504","en","Rescue Dawn","A US Fighter pilot's epic struggle of survival after being shot down on a mission over Laos during the Vietnam War.","11.205","/sNQ1drGljoZ0PpCJoKYtIDiNQ61.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-09-09","7177143","126","[{'iso_639_1':'en','name':'English'}]","Released","A true story of survival... declassified.","Rescue Dawn","false","6.9","530" +"false","/c5g1Dn1tF22CS2oOvHDNKr1Ve2U.jpg","null","4500000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","http://www.requiemforadream.com/","641","tt0180093","en","Requiem for a Dream","The hopes and dreams of four ambitious people are shattered when their drug addictions begin spiraling out of control. A look into addiction and how it overcomes the mind and body.","5.25","/nOd6vjEmzCT0k4VYqsA2hwyi87C.jpg","[{'id':2188,'logo_path':null,'name':'Artisan Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-10-06","7390108","102","[{'iso_639_1':'en','name':'English'}]","Released","","Requiem for a Dream","false","8","4643" +"false","/kg256KnKNo2wPtiVa5LjxrDabUS.jpg","null","32000000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","http://www.repomenarecoming.com/","31867","tt1053424","en","Repo Men","In the future, medical technology has advanced to the point where people can buy artificial organs to extend their lives. But if they default on payments, an organization known as the Union sends agents to repossess the organs. Remy is one of the best agents in the business, but when he becomes the recipient of an artificial heart, he finds himself in the same dire straits as his many victims.","10.323","/owCZCoKCutG7cf3Gu2ykrbfyRnl.jpg","[{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':4403,'logo_path':null,'name':'Stuber Productions','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':1778,'logo_path':'/69xm6sF3JxugGVjfZfm1YY6d7EE.png','name':'Dentsu','origin_country':'JP'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2010-03-18","18409891","111","[{'iso_639_1':'en','name':'English'}]","Released","For a price, any organ in your body can be replaced. But it can also be repossessed.","Repo Men","false","6.2","932" +"false","/abwnz0BRJBYdakx00v3JOyrEmdK.jpg","null","17000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","10596","tt0238552","en","Replicant","Scientists create a genetic clone of a serial killer in order to help catch the killer, teaming up with two cops.","8.253","/uIM1iIf0PMccaQIEOvX7WkTMPki.jpg","[{'id':2188,'logo_path':null,'name':'Artisan Entertainment','origin_country':'US'},{'id':3383,'logo_path':null,'name':'777 Films Corporation','origin_country':''},{'id':1020,'logo_path':'/kuUIHNwMec4dwOLghDhhZJzHZTd.png','name':'Millennium Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-05-11","0","100","[{'iso_639_1':'en','name':'English'}]","Released","","Replicant","false","5.3","158" +"false","/wQAx1JTVURAW9sC0UyLmmtWEITi.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'}]","http://www.mgm.com/view/Movie/1621/Remo-Williams:-The-Adventure-Begins/","10553","tt0089901","en","Remo Williams: The Adventure Begins","An officially ""dead"" cop is trained to become an extraordinary unique assassin in service of the US President.","6.792","/xTSrGyfmr3xbnnlT9d1SVYC4gtt.jpg","[{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'},{'id':91444,'logo_path':null,'name':'Dick Clark Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-10-11","14393902","121","[{'iso_639_1':'en','name':'English'}]","Released","A hero who doesn't exist must save America from an enemy we never knew we had.","Remo Williams: The Adventure Begins","false","6.5","95" +"false","/2c5rkSPvdLfB0uzuHUtJiZ1sIC8.jpg","null","30000000","[{'id':18,'name':'Drama'}]","http://movies.disney.com/remember-the-titans","10637","tt0210945","en","Remember the Titans","After leading his football team to 15 winning seasons, coach Bill Yoast is demoted and replaced by Herman Boone ??? tough, opinionated and as different from the beloved Yoast as he could be. The two men learn to overcome their differences and turn a group of hostile young men into champions.","10.786","/iI12IRzif2VjTkQJRDQw3WyWKdS.jpg","[{'id':72823,'logo_path':null,'name':'Technical Black','origin_country':''},{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':130,'logo_path':'/c9dVHPOL3cqCr2593Ahk0nEKTEM.png','name':'Jerry Bruckheimer Films','origin_country':'US'},{'id':72824,'logo_path':null,'name':'Run It Up Productions Inc.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-09-29","136706683","113","[{'iso_639_1':'en','name':'English'}]","Released","History is written by the winners.","Remember the Titans","false","7.6","1285" +"false","/kbxk09QgBJfJjnp66ey3JCEshKf.jpg","null","16000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://rememberme-movie.com/","23169","tt1403981","en","Remember Me","Still reeling from a heartbreaking family event and his parents' subsequent divorce, Tyler Hawkins discovers a fresh lease on life when he meets Ally Craig, a gregarious beauty who witnessed her mother's death. But as the couple draws closer, the fallout from their separate tragedies jeopardizes their love.","9.815","/rlWRvkApEUM33yOPmzULJwUnAZI.jpg","[{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-03-12","56032889","113","[{'iso_639_1':'en','name':'English'}]","Released","Live in the moments.","Remember Me","false","7","1964" +"false","/A0ja6FuljENXsI8vD6aidvQg5Ek.jpg","null","750000","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","84449","tt1870527","en","Remains","The story centers on two lone survivors of a bizarre accident that reduced most of the world's population to zombies. They take refuge in a vacant casino and fight a losing battle against the undead.","2.28","/wR6UM5CmvnWpPTqSBwpVBQlPAsB.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-12-06","0","88","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","This Town Will Eat You Alive.","Remains","false","4.6","30" +"false","/eNibS7NTK5S8CgL8KRYNOjVawcs.jpg","null","42000000","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","2155","tt0184858","en","Reindeer Games","After assuming his dead cellmate's identity to get with his girlfriend, an ex-con finds himself the reluctant participant in a casino heist.","11.669","/rK1P7za5gHvCqjrOVcsUTSlaSNq.jpg","[{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'},{'id':12552,'logo_path':null,'name':'Marty Katz Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-02-25","32168970","124","[{'iso_639_1':'en','name':'English'}]","Released","The trap is set. The game is on.","Reindeer Games","false","5.5","287" +"false","/xtyNXEmCjSR55cBSIYJ59RSuK7t.jpg","null","60000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':14,'name':'Fantasy'}]","","6278","tt0253556","en","Reign of Fire","In post-apocalyptic England, an American volunteer and a British survivor team up to fight off a brood of fire-breathing dragons seeking to return to global dominance after centuries of rest underground. The Brit -- leading a clan of survivors to hunt down the King of the Dragons -- has much at stake: His mother was killed by a dragon, but his love is still alive.","12.232","/c9FlSkQ0EV2vzln4Bo5NCvzzxWm.jpg","[{'id':80,'logo_path':null,'name':'The Zanuck Company','origin_country':'US'},{'id':158,'logo_path':'/6SHlNIype9zmyEMRsBtoueUtLsq.png','name':'Spyglass Entertainment','origin_country':'US'},{'id':7692,'logo_path':null,'name':'World 2000 Entertainment','origin_country':'IE'},{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':22902,'logo_path':null,'name':'Tripod Entertainment','origin_country':''}]","[{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2002-07-12","82150183","101","[{'iso_639_1':'en','name':'English'}]","Released","Fight Fire With Fire","Reign of Fire","false","6","1082" +"false","/chXTC5lzTlJ1ALyfNa0NFb5GNNk.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","50714","tt1071203","de","Reflections","Europol Agent Tom Brindle is called to Barcelona, Spain, to track down the notorious serial killer known as Pygmalion. A set of fingerprints lead to a young, volatile soldier, Marco Soler. Agent Brindle arrests Marco and intensely interrogates him, convinced that he has his man. Marco has an airtight alibi though and further investigation of the suspect leads Agent Brindle to a shocking discovery.","1.461","/fYEM4kadypHpgJ5SWPiuqw66zae.jpg","[]","[{'iso_3166_1':'ES','name':'Spain'}]","2008-06-24","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Their DNA is the missing piece to this deadly puzzle.","Reflections","false","4.3","8" +"false","/mZpuf2zIF2gyYZs6FlfbKBe2uvU.jpg","null","2700000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","http://www.redirectedmovie.com","190469","tt2275946","en","Redirected","Four friends become stranded in Eastern Europe and have to become hit men, prostitutes, corrupt cops, smugglers and more to make it home.","7.606","/dbmXS7kEJxhAqVVmm5vpmDYpiqh.jpg","[{'id':25795,'logo_path':null,'name':'Wellington Films','origin_country':''},{'id':41314,'logo_path':null,'name':'Kinokultas','origin_country':''}]","[{'iso_3166_1':'LT','name':'Lithuania'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-01-10","0","99","[{'iso_639_1':'pl','name':'Polski'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'lt','name':'Lietuvi??'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Right crime. Wrong country.","Redirected","false","5.8","210" +"false","/3qAM6vvbf6RXR9pLL9yUwHvhEA3.jpg","null","58000000","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':36,'name':'History'},{'id':10752,'name':'War'}]","http://www.redtails2012.com/","72431","tt0485985","en","Red Tails","The story of the Tuskegee Airmen, the first African-American pilots to fly in a combat squadron during World War II.","7.508","/Atq5js5fbsu5EXubZRizWaSXoBJ.jpg","[{'id':1,'logo_path':'/o86DbpburjxrqAzEDhXZcyE8pDb.png','name':'Lucasfilm','origin_country':'US'},{'id':22883,'logo_path':null,'name':'Partnership Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-01-19","50365377","125","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'de','name':'Deutsch'}]","Released","High-Octane Action and Daring Dogfights!","Red Tails","false","6","251" +"false","/mKWrj4BAeuzAWOoShVcmhwmyza6.jpg","null","4000000","[{'id':27,'name':'Horror'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","48572","tt0873886","en","Red State","Set in Middle America, a group of teens receive an online invitation for sex, though they soon encounter Christian fundamentalists with a much more sinister agenda.","8.824","/h43jPTebYOabSXqNQqrRQpg6DPc.jpg","[{'id':13642,'logo_path':null,'name':'SModcast Pictures','origin_country':''},{'id':7784,'logo_path':null,'name':'The Harvey Boys','origin_country':''},{'id':7785,'logo_path':null,'name':'NVSH Productions','origin_country':''},{'id':9081,'logo_path':null,'name':'Phase 4 Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-08-19","1104682","88","[{'iso_639_1':'en','name':'English'}]","Released","Fear God.","Red State","false","6.1","460" +"false","/b1EpwGmKL24BP2dRTU6IMSUgf3I.jpg","null","17900000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'}]","","9626","tt0089893","en","Red Sonja","The tyrant Gedren seeks the total power in a world of barbarism. She raids the city Hablac and kills the keeper of a talisman that gives her great power. Red Sonja, sister of the keeper, sets out with her magic sword to overthrow Gedren.","11.43","/lvRlHJeMAYlUzSD8cebfIfNOhyl.jpg","[{'id':3418,'logo_path':null,'name':'Famous Films (II)','origin_country':''},{'id':10308,'logo_path':null,'name':'Dino De Laurentiis Company','origin_country':'US'},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'NL','name':'Netherlands'},{'iso_3166_1':'US','name':'United States of America'}]","1985-04-09","6948633","89","[{'iso_639_1':'en','name':'English'}]","Released","A woman and a warrior that became a legend.","Red Sonja","false","5.1","341" +"false","/3vRJ7Bspomj8gho5kJvGOTh9O7F.jpg","{'id':291090,'name':'The Red Riding Trilogy','poster_path':'/cYW0wKyudiODdWrxJipoelI8r4A.jpg','backdrop_path':'/gpLyb2HHsGuncYPTGSZwetT8oR0.jpg'}","0","[{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","291081","tt1259574","en","Red Riding: In the Year of Our Lord 1974","It's Yorkshire in 1974, and fear, mistrust and institutionalised police corruption are running riot. Rookie journalist Eddie Dunford is determined to search for the truth in an increasingly complex maze of lies and deceit surrounding the police investigation into a series of child abductions. When young Clare Kemplay goes missing, Eddie and his colleague, Barry, persuade their editor to let them investigate links with two similar abductions in the last decade. But after a mutilated body is found on a construction site owned by a local property magnate, Eddie and Barry are drawn into a deadly world of secrecy, intimidation, shocking revelations and police brutality.","7.782","/r1GClWdvOQ3Vgu4OV0T4LGyWzBE.jpg","[{'id':2690,'logo_path':'/9XXpd39mDfkWmcNB6R0tpvzo781.png','name':'Screen Yorkshire','origin_country':'GB'},{'id':181,'logo_path':null,'name':'Channel Four Films','origin_country':'GB'},{'id':9987,'logo_path':'/o5OTKAw7Acl5fTZYPyl8M8D9570.png','name':'Lipsync Productions','origin_country':'GB'},{'id':163,'logo_path':null,'name':'Revolution Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2009-02-28","0","102","[{'iso_639_1':'en','name':'English'}]","Released","An epic tale of murder, corruption and obsession.","Red Riding: In the Year of Our Lord 1974","false","6.8","96" +"false","/1hPMsHO2KMBCtVLevPdXtN1ohrA.jpg","null","42000000","[{'id':14,'name':'Fantasy'},{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","http://www.redridinghoodmovie.com/","49730","tt1486185","en","Red Riding Hood","Valerie is in love with a brooding outsider, Peter, but her parents have arranged for her to marry another man ??? who is wealthy. Unwilling to lose each other, Valerie and Peter plan to run away together when they learn that Valerie's older sister has been killed by a werewolf that prowls the dark forest surrounding their village. Hungry for revenge, the people call on famed werewolf hunter, Father Solomon, to help them kill the wolf. But Solomon's arrival brings unintended consequences as he warns that the wolf, who takes human form by day, could be any one of them.","9.962","/btUc7lekzeRjEFzxhKwW0l3kdJn.jpg","[{'id':562,'logo_path':'/k3NsSdV854UX4zEReX1dl1Psxbb.png','name':'Appian Way','origin_country':'US'},{'id':7262,'logo_path':null,'name':'Random Films','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2011-03-11","89162162","100","[{'iso_639_1':'en','name':'English'}]","Released","Who's afraid?","Red Riding Hood","false","5.9","1792" +"false","/iluJrJJRuKJ16Apsjh4O61uVsYQ.jpg","null","80000000","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","","8870","tt0199753","en","Red Planet","Astronauts search for solutions to save a dying Earth by searching on Mars, only to have the mission go terribly awry.","10.114","/sMholOUc89LQhp0X33JZExgxupB.jpg","[{'id':53997,'logo_path':null,'name':'Mars Production Pty. Ltd.','origin_country':''},{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':172,'logo_path':null,'name':'NPV Entertainment','origin_country':''},{'id':22351,'logo_path':null,'name':'The Canton Company','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'US','name':'United States of America'}]","2000-11-10","33463969","106","[{'iso_639_1':'en','name':'English'}]","Released","Not A Sound. Not A Warning. Not A Chance. Not Alone.","Red Planet","false","5.5","443" +"false","/kAlz6J4UHwQsB6A9850frALGmP8.jpg","null","14000000","[{'id':53,'name':'Thriller'}]","","75638","tt1748179","en","Red Lights","Two investigators of paranormal hoaxes, the veteran Dr. Margaret Matheson and her young assistant, Tom Buckley, study the most varied metaphysical phenomena with the aim of proving their fraudulent origins. Simon Silver, a legendary blind psychic, reappears after an enigmatic absence of 30 years to become the greatest international challenge to both orthodox science and professional sceptics. Tom starts to develop an intense obsession with Silver, whose magnetism becomes stronger with each new manifestation of inexplicable events. As Tom gets closer to Silver, tension mounts, and his worldview is threatened to its core.","8.518","/iiNGtxUhO2oDeCci7E6OF7OEASk.jpg","[{'id':58260,'logo_path':null,'name':'Attitude Pin??culas y Films A.I.E.','origin_country':''},{'id':22862,'logo_path':null,'name':'Cindy Cowan Entertainment','origin_country':'US'},{'id':4908,'logo_path':null,'name':'First Generation Films','origin_country':''},{'id':11068,'logo_path':'/jOdUllzDZRFy0tPIFDEwpP4Mpv4.png','name':'Nostromo Pictures','origin_country':'ES'},{'id':6538,'logo_path':null,'name':'Antena 3 Films','origin_country':'ES'},{'id':22863,'logo_path':null,'name':'La Sexta','origin_country':''},{'id':9335,'logo_path':null,'name':'Canal+ Espa??a','origin_country':'ES'},{'id':1020,'logo_path':'/kuUIHNwMec4dwOLghDhhZJzHZTd.png','name':'Millennium Films','origin_country':'US'},{'id':5085,'logo_path':'/mPuVc7m1Ki7OQQvAYwYfIlEI3vu.png','name':'Televisi?? de Catalunya','origin_country':'ES'}]","[{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'US','name':'United States of America'}]","2012-03-02","13551174","119","[{'iso_639_1':'en','name':'English'}]","Released","How much do you want to believe?","Red Lights","false","6.1","596" +"false","/kLWavbQnfAPE0s8BKtOhWVcJHvs.jpg","{'id':9743,'name':'The Hannibal Lecter Collection','poster_path':'/aRbyr3KsdmIczGh6VrlvlgQdwMQ.jpg','backdrop_path':'/npCbvak9UhjPsZB9Oa2k2jsqI7E.jpg'}","78000000","[{'id':80,'name':'Crime'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","9533","tt0289765","en","Red Dragon","Former FBI Agent Will Graham, who was once almost killed by the savage Hannibal 'The Cannibal' Lecter, now has no choice but to face him again, as it seems Lecter is the only one who can help Graham track down a new serial killer.","2.995","/sULs7GLEM2tqNBwE5ac5d6FRlBR.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2002-09-29","209196298","124","[{'iso_639_1':'en','name':'English'}]","Released","Before the Silence.","Red Dragon","false","6.9","1938" +"false","/A8pTsx0emucHHZQwLxnsOKzzAlK.jpg","{'id':568294,'name':'Red Dog Collection','poster_path':'/p2guNFKI2ZsSAa6agxcbspKgSND.jpg','backdrop_path':'/697B3REkavMhzbCdkCTD3CGQge7.jpg'}","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","http://www.reddogmovie.com/","66125","tt0803061","en","Red Dog","Based on the legendary true story of the Red Dog who united a disparate local community while roaming the Australian outback in search of his long lost master.","7.227","/kKvfHzfuZq2lub9NnM1OYJwNGiA.jpg","[{'id':7887,'logo_path':null,'name':'Endymion Films','origin_country':''},{'id':7888,'logo_path':null,'name':'ScreenWest','origin_country':''},{'id':53042,'logo_path':null,'name':'Woss Group Film Productions','origin_country':''},{'id':7584,'logo_path':'/eGkfvvyf4fJTvBUR1xt1669IPA3.png','name':'Screen Australia','origin_country':'AU'},{'id':46381,'logo_path':null,'name':'Essential Entertainment','origin_country':''},{'id':2806,'logo_path':'/vxOhCbpsRBh10m6LZ3HyImTYpPY.png','name':'South Australian Film Corporation','origin_country':'AU'}]","[{'iso_3166_1':'AU','name':'Australia'}]","2011-08-04","0","92","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pl','name':'Polski'}]","Released","He's Been Everywhere Mate.","Red Dog","false","7.1","127" +"false","/1XGdQbJbv6EDLa3MP4qGhcg9S8a.jpg","null","65000000","[{'id':10752,'name':'War'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","http://www.mgm.com/view/Movie/2394/Red%20Dawn%20%282010%29/","60747","tt1234719","en","Red Dawn","A city in Washington state awakens to the surreal sight of foreign paratroopers dropping from the sky - shockingly, the U.S. has been invaded and their hometown is the initial target. Quickly and without warning, the citizens find themselves prisoners and their town under enemy occupation. Determined to fight back, a group of young patriots seek refuge in the surrounding woods, training and reorganizing themselves into a guerrilla group of fighters. Taking inspiration from their high school mascot, they call themselves the Wolverines, banding together to protect one another, liberate their town from its captors, and take back their freedom.","9.535","/tNkIfqiuWFYCUIiyVblar8rB1GV.jpg","[{'id':1836,'logo_path':null,'name':'Contrafilm','origin_country':''},{'id':7263,'logo_path':'/auaadhBBcvvTDtmW2iJzOrEjfgO.png','name':'FilmDistrict','origin_country':'US'},{'id':7493,'logo_path':'/452FO4LcI6lA6bfgl6w1kQYRBlr.png','name':'FilmNation Entertainment','origin_country':'US'},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'},{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-11-21","44806783","93","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","Welcome To the Home of the Brave","Red Dawn","false","5.4","832" +"false","/9obFHiluXvDaALGsrdJIOhh5HO9.jpg","null","17000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':10752,'name':'War'}]","","1880","tt0087985","en","Red Dawn","It is the dawn of World War III. In mid-western America, a group of teenagers band together to defend their town, and their country, from invading Soviet forces.","13.155","/hVyeN1aFmqLsRK9VNElETYBDtnf.jpg","[{'id':774,'logo_path':null,'name':'Valkyrie Films','origin_country':''},{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-08-10","38376497","114","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'en','name':'English'}]","Released","In our time, no foreign army has ever occupied American soil. Until now.","Red Dawn","false","6.3","334" +"false","/a9ShuMDpuGbJ02D4TWjtET7MoAM.jpg","null","0","[{'id':35,'name':'Comedy'}]","","292850","tt2258545","en","Red Balls","Four teams from the grittiest corners of Chicago meet for a no holds barred dodge ball tournament.","0.6","/iXWgUkU8e5AxJZ4f4ulRH5Nmn9j.jpg","[{'id':33596,'logo_path':null,'name':'FND Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-07-26","0","84","[{'iso_639_1':'en','name':'English'}]","Released","","Red Balls","false","4.5","3" +"false","/dI84LmGgTPTLXBEO2xtMr8QJcJp.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':36,'name':'History'}]","http://www.imdb.com/title/tt3264102/","256876","tt3264102","en","Red Army","From Oscar and Emmy award winning filmmakers, Red Army highlights the Soviet Union's legendary and enigmatic hockey training culture and world-dominating team through the eyes of the team's Captain Slava Fetisov, following his shift from hockey star and celebrated national hero to political enemy. The film turns a unique lens on the social and cultural transformation of the Soviet Union leading up to the fall of Communism, mirroring the rise and fall of the Red Army team. A film by Gabe Polsky and Executive Producers Werner Herzog and Jerry Weintraub.","3.597","/anI2SmhSQM7f2RXP98NkPv8b4js.jpg","[{'id':27063,'logo_path':null,'name':'Russian Film Committee','origin_country':''},{'id':46936,'logo_path':null,'name':'Gabriel Polsky Productions','origin_country':''}]","[{'iso_3166_1':'RU','name':'Russia'}]","2014-08-13","694600","76","[{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'en','name':'English'}]","Released","Cold War On Ice","Red Army","false","7.5","74" +"false","/1TFEtFxD1M9OvMGlGcSAR5Pg53I.jpg","{'id':163902,'name':'RED Collection','poster_path':'/d9T3DkXxDahif4eXPzrH28yayaL.jpg','backdrop_path':'/7OsWpRJowfXdZ610iKiBA7FzaD6.jpg'}","58000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","39514","tt1245526","en","RED","When his peaceful life is threatened by a high-tech assassin, former black-ops agent, Frank Moses reassembles his old team in a last ditch effort to survive and uncover his assailants.","14.344","/q2mwTRKrq1etP9S4SZVDIJq0wI2.jpg","[{'id':429,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Comics','origin_country':'US'},{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'},{'id':435,'logo_path':null,'name':'Di Bonaventura Pictures','origin_country':'US'},{'id':9993,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-10-13","71664962","111","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Still armed. Still dangerous. Still got it.","RED","false","6.6","4039" +"false","/iOkkgY4byK8MBoF3Mexybu22J1I.jpg","{'id':163902,'name':'RED Collection','poster_path':'/d9T3DkXxDahif4eXPzrH28yayaL.jpg','backdrop_path':'/7OsWpRJowfXdZ610iKiBA7FzaD6.jpg'}","84000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","http://red-themovie.com/","146216","tt1821694","en","RED 2","Retired C.I.A. agent Frank Moses reunites his unlikely team of elite operatives for a global quest to track down a missing portable nuclear device.","15","/dvWITvEzlq8IaUbxUuBVKvXqfo6.jpg","[{'id':429,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Comics','origin_country':'US'},{'id':435,'logo_path':null,'name':'Di Bonaventura Pictures','origin_country':'US'},{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'},{'id':9993,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Entertainment','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","2013-07-18","0","116","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'ru','name':'P????????????'}]","Released","The best never rest.","RED 2","false","6.5","2291" +"false","/if2aSsnyOYO6p7AkQfOZgMS6X9n.jpg","null","0","[{'id':28,'name':'Action'}]","","91333","tt1839591","en","Recoil","A cop turns vigilante after his family is murdered, exacting vengeance on the killers - and then on all criminals who have slipped through the system.","5.335","/x4ul6QROSFcSyzuwWmypTjUH9I4.jpg","[{'id':11049,'logo_path':null,'name':'Caliber Media Company','origin_country':''},{'id':7587,'logo_path':null,'name':'NGN Productions','origin_country':''},{'id':11045,'logo_path':null,'name':'Nasser Group, North','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2011-01-01","0","94","[{'iso_639_1':'cs','name':'??esk??'},{'iso_639_1':'en','name':'English'}]","Released","","Recoil","false","5.6","46" +"false","/NsowQ6FxfAz6lD1GKp9sUf42nf.jpg","null","0","[{'id':53,'name':'Thriller'}]","","286654","tt3202890","en","Reclaim","After their newly adopted daughter goes missing in a small town, Steven and Shannon will stop at nothing to uncover the truth behind her disappearance and the dangerous secret behind the adoption agency they trusted. Risking their own lives, they will discover just what being a parent means and how far they will go to get their child back.","5.362","/clJ1hvzte3msYVecjnUCDhGfuvZ.jpg","[{'id':2520,'logo_path':null,'name':'Arclight Films','origin_country':''},{'id':47236,'logo_path':null,'name':'Beijing Shuijing Shenlan International Media Co.','origin_country':''},{'id':47237,'logo_path':null,'name':'Asia Tropical Films','origin_country':''}]","[{'iso_3166_1':'MY','name':'Malaysia'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CN','name':'China'}]","2014-09-19","0","96","[{'iso_639_1':'en','name':'English'}]","Released","Take What's Yours","Reclaim","false","5.2","80" +"false","/aFrfCpEwyyAhIbooDANgWiFzV9R.jpg","null","1500000","[{'id':18,'name':'Drama'}]","","221","tt0048545","en","Rebel Without a Cause","After moving to a new town, troublemaking teen Jim Stark is supposed to have a clean slate, although being the new kid in town brings its own problems. While searching for some stability, Stark forms a bond with a disturbed classmate, Plato, and falls for local girl Judy. However, Judy is the girlfriend of neighborhood tough, Buzz. When Buzz violently confronts Jim and challenges him to a drag race, the new kid's real troubles begin.","8.592","/bEAoNvtqvO0c2lItNkKlKUqhPuw.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1955-10-29","4500000","111","[{'iso_639_1':'en','name':'English'}]","Released","The bad boy from a good family.","Rebel Without a Cause","false","7.7","704" +"false","/2e9KWnC5CpqvtoAOb442CdCXBjm.jpg","null","8000000","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","240916","tt2304953","en","Reasonable Doubt","When up-and-coming District Attorney Mitch Brockden commits a fatal hit-and-run, he feels compelled to throw the case against the accused criminal who was found with the body and blamed for the crime. Following the trial, Mitch's worst fears come true when he realizes that he acquitted a guilty man, and he soon finds himself on the hunt for the killer before more victims pile up.","7.55","/HwcSgZ4DuvmwdibfKCUz5dnPBx.jpg","[{'id':6819,'logo_path':null,'name':'Paradox Entertainment','origin_country':''},{'id':3604,'logo_path':'/jC6Hk3ZyNRlVPJsA0xGlAhgd2RP.png','name':'Grindstone Entertainment Group','origin_country':'US'},{'id':12215,'logo_path':null,'name':'South Creek Pictures','origin_country':''},{'id':20681,'logo_path':null,'name':'Bavariapool','origin_country':''},{'id':806,'logo_path':'/kcNh09qqR2Pkw1JAzRW4CommrW4.png','name':'T??l??film Canada','origin_country':'CA'},{'id':11520,'logo_path':'/q8oAysfDiYiSJQSp4UB5VNlWctW.png','name':'Manitoba Film & Music','origin_country':'CA'},{'id':63576,'logo_path':'/4qMMMs4smEdD2fjoLLSSleRjG9J.png','name':'Eagle Vision','origin_country':'CA'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'CA','name':'Canada'}]","2014-01-17","0","91","[{'iso_639_1':'en','name':'English'}]","Released","Proof is the Burden","Reasonable Doubt","false","5.9","327" +"false","/AlM4EkXB97RJw9x0y103x1IHNsl.jpg","null","11500000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","2788","tt0110950","en","Reality Bites","A small circle of friends suffering from post-collegiate blues must confront the hard truth about life, love and the pursuit of gainful employment. As they struggle to map out survival guides for the future, the Gen-X quartet soon begins to realize that reality isn't all it's cracked up to be.","7.747","/gbi7dmxPNVqJQpKnHOpZ9dmeWAO.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':216,'logo_path':null,'name':'Jersey Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-02-18","20079850","99","[{'iso_639_1':'en','name':'English'}]","Released","A comedy about love in the '90s","Reality Bites","false","6.6","320" +"false","/pP2sONJEJraOioyrdCtwbVHDkRy.jpg","null","110000000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':18,'name':'Drama'}]","http://www.steelgetsreal.com/","39254","tt0433035","en","Real Steel","Charlie Kenton is a washed-up fighter who retired from the ring when robots took over the sport. After his robot is trashed, he reluctantly teams up with his estranged son to rebuild and train an unlikely contender.","13.628","/drtXi58nN6P3zcoLh6wUlsZAYqh.jpg","[{'id':76069,'logo_path':null,'name':'Wardour Street Pictures','origin_country':''},{'id':2575,'logo_path':'/9YJrHYlcfHtwtulkFMAies3aFEl.png','name':'21 Laps Entertainment','origin_country':'US'},{'id':7294,'logo_path':'/kK4PRgceWp9KNrycD8xx8seWxYU.png','name':'Reliance Entertainment','origin_country':'IN'},{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':11395,'logo_path':null,'name':'ImageMovers','origin_country':''},{'id':12087,'logo_path':null,'name':'Angry Films','origin_country':''},{'id':76067,'logo_path':null,'name':'Kontsept Film Company','origin_country':''},{'id':76043,'logo_path':'/9RO2vbQ67otPrBLXCaC8UMp3Qat.png','name':'Revolution Sun Studios','origin_country':'US'},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'IN','name':'India'},{'iso_3166_1':'US','name':'United States of America'}]","2011-09-28","299268508","127","[{'iso_639_1':'en','name':'English'}]","Released","If you get one shot, make it real.","Real Steel","false","6.8","4433" +"false","/jH8BMePGkoIpCV7q1p34atKABUc.jpg","null","5000000","[{'id':18,'name':'Drama'}]","http://thereachmemovie.com/","251994","tt0959306","en","Reach Me","Each member of a group of people has a connection to a self-help book authored by a reclusive former football coach.","5.361","/2tuVmhqGRo3QvECV5yBIMalLtmx.jpg","[{'id':18922,'logo_path':null,'name':'Windy Hill Pictures','origin_country':''},{'id':38297,'logo_path':null,'name':'Seraphim Films Inc.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-03-14","0","95","[{'iso_639_1':'en','name':'English'}]","Released","There's no stopping someone who will stop at nothing!","Reach Me","false","5.3","46" +"false","/57l9stjFkeX66zKf1UESszyLmbe.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://razethemovie.com/","174682","tt2111392","en","Raze","After Sabrina is abducted, she finds herself in an underground lair, forced to do battle with other innocent women for the amusement of unseen spectators. Each of these reluctant warriors has something to lose, but only one will remain when the game is done.","4.05","/8sgLWUJMoqu2PXz16RgpCeYVYx6.jpg","[{'id':12142,'logo_path':'/rPnEeMwxjI6rYMGqkWqIWwIJXxi.png','name':'XYZ Films','origin_country':'US'},{'id':24086,'logo_path':null,'name':'Quincy Pictures','origin_country':''},{'id':24087,'logo_path':null,'name':'Cinipix','origin_country':''},{'id':24088,'logo_path':null,'name':'Cosmic Toast Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-04-21","0","92","[{'iso_639_1':'en','name':'English'}]","Released","Fight or die!","Raze","false","5.3","76" +"false","/hS3sMjKXx0l6Vv1svbao7Ag6gqD.jpg","null","0","[{'id':27,'name':'Horror'}]","https://www.facebook.com/pages/Raymond-Did-It/205521879470","228550","tt1716760","en","Raymond Did It","Mentally challenged Raymond Rourke gets blamed and framed by several kids after they accidentally kill his younger brother Bryce. Six years later, Raymond escapes from the state mental hospital he's been locked up in so he can exact a harsh revenge on the folks who killed his brother and set him up.","1.455","/tRoVePclQvT5sqERuSmoMXXTX1J.jpg","[]","[]","2011-03-27","0","83","[{'iso_639_1':'en','name':'English'}]","Released","Mom's Pretty Mad At Me","Raymond Did It","false","3.7","8" +"false","/7JZVnIwgNRi6PJdxCgTIibWENT.jpg","null","5500000","[{'id':27,'name':'Horror'}]","","26178","tt0087981","en","Razorback","In the Australian outback a vicious wild boar kills and causes havoc to a small community.","4.491","/u5dVvyZeYFCQwljsPY7DsSwjDG7.jpg","[{'id':8808,'logo_path':null,'name':'McElroy & McElroy','origin_country':''},{'id':22040,'logo_path':null,'name':'UAA Films','origin_country':''},{'id':22041,'logo_path':null,'name':'Western Film Productions','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","1984-04-19","801000","95","[{'iso_639_1':'it','name':'Italiano'}]","Released","It's waiting outside and it can sense your fear. No nightmare will prepare you for it!","Razorback","false","5.7","59" +"false","/lcVQocaLf4wf5Inmwj7TtrPRnPp.jpg","null","40000000","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","","1677","tt0350258","en","Ray","Born on a sharecropping plantation in Northern Florida, Ray Charles went blind at seven. Inspired by a fiercely independent mom who insisted he make his own way, He found his calling and his gift behind a piano keyboard. Touring across the Southern musical circuit, the soulful singer gained a reputation and then exploded with worldwide fame when he pioneered couping gospel and country together.","8.872","/fPDsBL0MdegEvyPhim9b5srHOqG.jpg","[{'id':2233,'logo_path':null,'name':'Bristol Bay Productions','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':8833,'logo_path':null,'name':'Anvil Films','origin_country':''},{'id':2234,'logo_path':null,'name':'Baldwin Entertainment Group','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-10-29","124731534","152","[{'iso_639_1':'en','name':'English'}]","Released","The extraordinary life story of Ray Charles.","Ray","false","7.4","809" +"false","/tG7ydFmDr2Y1kecUCM6foFxmJjP.jpg","null","12000000","[{'id':27,'name':'Horror'},{'id':37,'name':'Western'},{'id':35,'name':'Comedy'}]","","10212","tt0129332","en","Ravenous","Upon receiving reports of missing persons at Fort Spencer, a remote Army outpost on the Western frontier, Capt. John Boyd investigates. After arriving at his new post, Boyd and his regiment aid a wounded frontiersman who recounts a horrifying tale of a wagon train murdered by its supposed guide -- a vicious U.S. Army colonel gone rogue. Fearing the worst, the regiment heads out into the wilderness to verify the gruesome claims.","8.306","/spwvStEA4CraTXPOcONrDzncXOZ.jpg","[{'id':2979,'logo_path':null,'name':'ETIC Films','origin_country':''},{'id':25820,'logo_path':null,'name':'Engulf & Devour Productions Inc.','origin_country':''},{'id':711,'logo_path':'/tEiIH5QesdheJmDAqQwvtN60727.png','name':'Fox 2000 Pictures','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'},{'id':437,'logo_path':'/nu20mtwbEIhUNnQ5NXVhHsNknZj.png','name':'Heyday Films','origin_country':'GB'}]","[{'iso_3166_1':'CZ','name':'Czech Republic'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1999-03-16","0","100","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","You Are Who You Eat","Ravenous","false","6.9","228" +"false","/mZlf2J8qAuKr4lV0LP0FaFiyWl.jpg","null","150000000","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","http://disney.go.com/disneypictures/ratatouille/","2062","tt0382932","en","Ratatouille","A rat named Remy dreams of becoming a great French chef despite his family's wishes and the obvious problem of being a rat in a decidedly rodent-phobic profession. When fate places Remy in the sewers of Paris, he finds himself ideally situated beneath a restaurant made famous by his culinary hero, Auguste Gusteau. Despite the apparent dangers of being an unlikely - and certainly unwanted - visitor in the kitchen of a fine French restaurant, Remy's passion for cooking soon sets into motion a hilarious and exciting rat race that turns the culinary world of Paris upside down.","19.185","/xVxxSYHAfrEbllyWFQG5df5nwH4.jpg","[{'id':3,'logo_path':'/1TjvGVDMYsj6JBxOAkUHpPEwLf7.png','name':'Pixar','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-06-22","623722818","111","[{'iso_639_1':'en','name':'English'}]","Released","He's dying to become a chef.","Ratatouille","false","7.6","8612" +"false","/uye4WGczRSSHYgJQHZN7onfyuUq.jpg","null","0","[{'id':27,'name':'Horror'}]","","28161","tt0482577","en","Rapturious","Hip-hop meets horror in this twisted tale directed by Kamal Ahmed (The Jerky Boys). Binging on hard drugs, white rapper Rapturious spins into murderous hallucinations - or is he really committing these blood-splattering crimes?","0.785","/ciHJI4vcQW825Sg9KQNyYc2xPQZ.jpg","[{'id':328,'logo_path':null,'name':'TLA Releasing','origin_country':''}]","[]","2007-10-02","0","92","[{'iso_639_1':'en','name':'English'}]","Released","The Price of Fame Just Got Higher.","Rapturious","false","5.6","4" +"false","/wQfBP2dSauy1S0YZQmYD4L30c4e.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'}]","","174188","tt1879032","en","Rapture-Palooza","Two teens battle their way through a religious apocalypse on a mission to defeat the Antichrist.","6.638","/fGnj6Av0dB3X80XjcbwfW2KqMbH.jpg","[{'id':748,'logo_path':null,'name':'Mosaic Media Group','origin_country':''},{'id':6573,'logo_path':null,'name':'Mimran Schur Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-06-07","0","85","[{'iso_639_1':'en','name':'English'}]","Released","A match made in hell","Rapture-Palooza","false","5.1","139" +"false","/s1yy9rsQFrhRFYBKB2oC9OhG8jf.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","http://www.uncorkedentertainment.com/film/the-dinosaur-experiment/","230453","tt1343103","en","Raptor Ranch","A group of young people stuck in the small Texas town of Fossil Ridge have to fight for their lives against dinosaurs that have been reanimated by a local scientist.","1.205","/7MXD564VpdZwEftNyEkPpL006m8.jpg","[{'id':55978,'logo_path':null,'name':'Nu Imagination','origin_country':''}]","[{'iso_3166_1':'RU','name':'Russia'},{'iso_3166_1':'US','name':'United States of America'}]","2013-09-13","0","90","[{'iso_639_1':'en','name':'English'}]","Released","They're very very hungry.","Raptor Ranch","false","3.6","8" +"false","/fX6o5DCdGVEEZ1OT1IourOUkQMb.jpg","null","10000000","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':37,'name':'Western'},{'id':12,'name':'Adventure'}]","http://www.rangomovie.com/","44896","tt1192628","en","Rango","When Rango, a lost family pet, accidentally winds up in the gritty, gun-slinging town of Dirt, the less-than-courageous lizard suddenly finds he stands out. Welcomed as the last hope the town has been waiting for, new Sheriff Rango is forced to play his new role to the hilt.","16.071","/afxRbCwwKjrWgGJtsVNs1BW1Dk5.jpg","[{'id':24955,'logo_path':'/rH0gVNXekxmpTTvFeIitUzJHFSm.png','name':'Paramount Animation','origin_country':'US'},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':2348,'logo_path':'/m31fQvZJuUvAgxoqTiCGYFBfZYe.png','name':'Nickelodeon Movies','origin_country':'US'},{'id':3281,'logo_path':'/8tMybAieh64uzvm8knSjXOFX8Qc.png','name':'GK Films','origin_country':'GB'},{'id':10262,'logo_path':null,'name':'Blind Wink','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-03-02","0","107","[{'iso_639_1':'en','name':'English'}]","Released","Heroes come in all different colors.","Rango","false","6.6","3285" +"false","/vYhEg4AhVZknmHwr6RJvLbcRT35.jpg","null","12000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","http://rampartmovie.com/","75622","tt1640548","en","Rampart","Follows veteran police officer Dave Brown, the last of the renegade cops, as he struggles to take care of his family, and fights for his own survival.","8.736","/iyQgIe3Lm6jliVD1aCVl5PytqwU.jpg","[{'id':22841,'logo_path':null,'name':'Lightstream Pictures','origin_country':'US'},{'id':22842,'logo_path':'/waIZoO3pnB0VVCUVo8u6hqcYN9U.png','name':'Waypoint Entertainment','origin_country':'US'},{'id':22843,'logo_path':null,'name':'TheThird Mind Pictures','origin_country':''},{'id':22844,'logo_path':null,'name':'Amalgam Features','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-11-23","972512","108","[{'iso_639_1':'en','name':'English'}]","Released","The most corrupt cop you've ever seen on screen","Rampart","false","5.4","182" +"false","/mvfXbtJJwtuy0YzbnMhShE2dikR.jpg","{'id':283417,'name':'Rampage Collection','poster_path':'/h29sBF0iBIIYxMB6dr9HUsOfQWN.jpg','backdrop_path':'/qqQRTxW9vwRqEyGK4As1Tid9x7j.jpg'}","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","250388","tt3448226","en","Rampage: Capital Punishment","A man takes over a TV station and holds a number of hostages as a political platform to awaken humanity, instead of money.","6.158","/tQuaZZWsHYNZROzJZjEH6LLHSWW.jpg","[{'id':34887,'logo_path':null,'name':'Amok II Productions','origin_country':''},{'id':1062,'logo_path':null,'name':'Boll Kino Beteiligungs GmbH & Co. KG','origin_country':''},{'id':23633,'logo_path':null,'name':'Studio West Productions(VCC)','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'DE','name':'Germany'}]","2014-07-19","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Land of the Free. Home of the Insane.","Rampage: Capital Punishment","false","5.6","114" +"false","/cMStYBpyjyDvfvuHg32n5Scf1Ct.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","62463","tt0107920","en","Raining Stones","This Ken Loach film tells the story of a man devoted to his family and his religion. Proud, though poor, Bob wants his little girl to have a beautiful (and costly) brand-new dress for her First Communion. His stubbornness and determination get him into trouble as he turns to more and more questionable measures, in his desperation to raise the needed money. This tragic flaw leads him to risk all that he loves and values, his beloved family, indeed even his immortal soul and salvation, in blind pursuit of that goal.","2.154","/eWUZT0vdQZLyeKpWtwheGY23TdW.jpg","[{'id':983,'logo_path':null,'name':'Parallax Pictures','origin_country':''},{'id':181,'logo_path':null,'name':'Channel Four Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1993-09-09","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Raining Stones","false","6.6","37" +"false","/eZ4Aj1O6E95Mk5O9oKKdvfnSWzf.jpg","null","25000000","[{'id':18,'name':'Drama'}]","","380","tt0095953","en","Rain Man","Selfish yuppie Charlie Babbitt's father left a fortune to his savant brother Raymond and a pittance to Charlie; they travel cross-country.","14.679","/vllKYkA7eYi2UMM9yWQ1JegefBh.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':206,'logo_path':null,'name':'Star Partners II Ltd.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-12-11","412800000","134","[{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'en','name':'English'}]","Released","A journey through understanding and fellowship.","Rain Man","false","7.7","3024" +"false","/cVJqCPwndkpCOyAEtFMf0F0xlJs.jpg","null","0","[{'id':27,'name':'Horror'}]","","340855","tt3959690","en","Raiders Of The Lost Shark","Four friends set out by boat for an idyllic vacation on a private, remote island. But unknown to them, a weaponized shark has escaped from a top secret military lab nearby, a shark that was genetically engineered with hate in its blood, and programmed to hunt any human within range. Now, these friends must band together to battle an all new brand of predator who will stop at nothing to remain at the top of the food chain.","1.96","/iWww4wSJSA4dIgFeTFlnSH9iAC6.jpg","[{'id':26025,'logo_path':null,'name':'Ascot Elite Entertainment Group','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-05-19","0","71","[]","Released","Evil Has An Appetite.","Raiders Of The Lost Shark","false","3","22" +"false","/1TxaXNobCO3fhcgYUfLHj6CkEFP.jpg","{'id':84,'name':'Indiana Jones Collection','poster_path':'/lpxDrACKJhbbGOlwVMNz5YCj6SI.jpg','backdrop_path':'/9f8kjuytZPJEPf1bhJgkekaoanr.jpg'}","18000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'}]","http://www.indianajones.com","85","tt0082971","en","Raiders of the Lost Ark","When Dr. Indiana Jones ??? the tweed-suited professor who just happens to be a celebrated archaeologist ??? is hired by the government to locate the legendary Ark of the Covenant, he finds himself up against the entire Nazi regime.","21.361","/44sKJOGP3fTm4QXBcIuqu0RkdP7.jpg","[{'id':1,'logo_path':'/o86DbpburjxrqAzEDhXZcyE8pDb.png','name':'Lucasfilm','origin_country':'US'},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1981-06-12","389925971","115","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'he','name':'????????????????'},{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'ne','name':''}]","Released","Indiana Jones - the new hero from the creators of JAWS and STAR WARS.","Raiders of the Lost Ark","false","7.9","6357" +"false","/yt88nEyDJLN8gOg1FTvCcXCM672.jpg","null","18000000","[{'id':18,'name':'Drama'}]","","1578","tt0081398","en","Raging Bull","When Jake LaMotta steps into a boxing ring and obliterates his opponent, he's a prizefighter. But when he treats his family and friends the same way, he's a ticking time bomb, ready to go off at any moment. Though LaMotta wants his family's love, something always seems to come between them. Perhaps it's his violent bouts of paranoia and jealousy. This kind of rage helped make him a champ, but in real life, he winds up in the ring alone.","11.922","/3cgzzWsUOBlNjmA5m4qs9BGkezC.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1980-11-14","23000000","129","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","","Raging Bull","false","7.9","1753" +"false","/d7S5j0zxR4LFgBrBGKSRYFeEgw1.jpg","null","21000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","http://hannibalclassics.com/films/tokarev-aka-rage","242310","tt2401807","en","Tokarev","When the Russian mob kidnaps the daughter of a reformed criminal, he rounds up his old crew and seeks his own brand of justice.","7.405","/gV2QQqj0ub0OQOtAby4O5Y06zZt.jpg","[{'id':24972,'logo_path':null,'name':'Vocal Yokels','origin_country':''},{'id':8692,'logo_path':'/pHqckAyfDN3WTYdMb6wcSb91EMV.png','name':'Hannibal Pictures','origin_country':'US'},{'id':22347,'logo_path':null,'name':'Marco Polo Production','origin_country':''},{'id':22348,'logo_path':null,'name':'Patriot Pictures','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","2014-05-09","0","98","[{'iso_639_1':'en','name':'English'}]","Released","The past never stays dead","Rage","false","5.2","414" +"false","/v70566PKJXBZSMqVdro2pmVCIBK.jpg","null","0","[{'id':18,'name':'Drama'}]","http://ragamuffinthemovie.com/","268386","tt2412568","en","Ragamuffin","RAGAMUFFIN is based on the true story of Rich Mullins, a musical prodigy who rose to Christian music fame and fortune only to walk away and live on a Navajo reservation. An artistic genius raised on a tree farm in Indiana by a weathered, callous father, Rich wrestled all of his life with the brokenness and crippling insecurity born of his childhood. A lover of Jesus and a rebel in the church, Rich refused to let his struggles with alcoholism, addiction and women tear him away from a God he was determined to love. As he struggled with success in Nashville, depression in Wichita, and oblivion in the Four Corners, Rich became one of the first of his time to live honestly amidst a culture of religion and conformity.","0.6","/JAjQcUFZVUef4VfdCgnIReZJZx.jpg","[]","[]","2014-01-09","0","137","[]","Released","His life was a whirlwind. His music was honest. His faith was reckless.","Ragamuffin","false","7","7" +"false","/wGqoTaC94JnXUYfnzbcwWtgLtAP.jpg","null","16000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","","30890","tt0093818","en","Radio Days","The Narrator tells us how the radio influenced his childhood in the days before TV. In the New York City of the late 1930s to the New Year's Eve 1944, this coming-of-age tale mixes the narrator's experiences with contemporary anecdotes and urban legends of the radio stars.","8.361","/mrLXdWckkIYpAUZPRXNiDGnIrO2.jpg","[{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-01-30","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Radio Days","false","7.2","222" +"false","/rMsr8JcgVRlP4orRCa8DDkxaoSS.jpg","null","50000000","[{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'},{'id':28,'name':'Action'}]","","13836","tt1075417","en","Race to Witch Mountain","A taxi driver gets more than he bargained for when he picks up two teen runaways. Not only does the pair possess supernatural powers, but they're also trying desperately to escape people who have made them their targets.","10.227","/jKGmK0nWoPNnHypfWgL7ZI7fN5Q.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':3538,'logo_path':null,'name':'Gunn Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-03-12","106303988","98","[{'iso_639_1':'en','name':'English'}]","Released","The race is on","Race to Witch Mountain","false","5.5","832" +"false","/vKnAW5y22TpzcB7xpFFWTXOfsjG.jpg","null","530000","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","29437","tt0076590","en","Rabid","After undergoing radical surgery for injuries from a motorcycle accident, a young woman develops a strange phallic growth on her body and a thirst for human blood - the only nourishment that will now sustain her.","6.764","/q41ufRSwRPTavOs3LMbpclfJ5Ot.jpg","[{'id':88951,'logo_path':null,'name':'Famous Players Film Corporation [ca]','origin_country':''},{'id':4952,'logo_path':null,'name':'Canadian Film Development Corporation (CFDC)','origin_country':''},{'id':6270,'logo_path':null,'name':'Cin??pix','origin_country':'CA'},{'id':46689,'logo_path':null,'name':'The Dilbar Syndicate','origin_country':''},{'id':46690,'logo_path':null,'name':'Cinema Entertainment Enterprises Ltd.','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","1977-04-08","0","91","[{'iso_639_1':'en','name':'English'}]","Released","Pray it doesn't happen to you.","Rabid","false","6.4","149" +"false","/6Ae5hTEgmowsgKcotKTXvoiKlpt.jpg","null","0","[{'id':36,'name':'History'},{'id':18,'name':'Drama'}]","","11450","tt0110932","en","Quiz Show","Quiz Show is a 1994 American historical drama film which tells the true story of the Twenty One quiz show scandal of the 1950s.","8.393","/yoGJo1h3Hl2exXPVcG9UXWDENtX.jpg","[{'id':11407,'logo_path':null,'name':'Baltimore Pictures','origin_country':''},{'id':316,'logo_path':null,'name':'Wildwood Enterprises','origin_country':'US'},{'id':915,'logo_path':'/xXojkyRWFZ0JTJyjiu13ThKeFbz.png','name':'Hollywood Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-08-25","0","133","[{'iso_639_1':'en','name':'English'}]","Released","Fifty million people watched but no one saw a thing.","Quiz Show","false","7.3","404" +"false","/eR8BDUyk439EdcAW0EExG9tPRMI.jpg","{'id':217704,'name':'The Vampire Chronicles','poster_path':'/dORFwFuRap1z6JzaMa3qYZduojy.jpg','backdrop_path':'/5margBoJC97ZrciVpAUc0PiY6Rc.jpg'}","35000000","[{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'}]","","11979","tt0238546","en","Queen of the Damned","Lestat de Lioncourt is awakened from his slumber. Bored with his existence, he has now become this generation's new Rock God. While in the course of time, another has arisen, Akasha, the Queen of the Vampires and the Dammed. He wants immortal fame, his fellow vampires want him eternally dead for his betrayal, and the Queen wants him for her King. Who will be the first to reach him? Who shall win?","10.688","/cF5wsCDJgBdM9nL6qtOaCIxg0dT.jpg","[{'id':67988,'logo_path':null,'name':'WV Films LLC','origin_country':''},{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':172,'logo_path':null,'name':'NPV Entertainment','origin_country':''},{'id':67989,'logo_path':null,'name':'Material','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'US','name':'United States of America'}]","2002-02-10","45479110","101","[{'iso_639_1':'en','name':'English'}]","Released","This time there are no interviews.","Queen of the Damned","false","5.5","410" +"false","/cTOZopbtjnaSSptIlGgVFtnYATV.jpg","null","11000000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","121826","tt1441951","en","Quartet","The directorial debut of Dustin Hoffman, Quartet is a high-drama comedy about temperamental divas and old grudges, passion and pride, romance and Rigoletto. At a home for retired musicians, the annual concert to celebrate Verdi's birthday is disrupted by the arrival of Jean, an eternal diva and former wife of one of the residents. Expect poignancy and plenty of laughs.","6.334","/9XJCnqQA1Yl3hiIHeH1jpibyT1i.jpg","[{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':13151,'logo_path':null,'name':'Headline Pictures','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2012-09-08","59520298","98","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Four Friends Looking For A Little Harmony","Quartet","false","6.6","201" +"false","/mQXCYqGUPt4Ld6UX6uljM5azbGb.jpg","{'id':123932,'name':'Quarantine Collection','poster_path':'/Aa0hh5DGedQPdFs2e43uRzqXw50.jpg','backdrop_path':'/7tMlGUiAGrryUimeKDnECC9mWEZ.jpg'}","12000000","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","13812","tt1082868","en","Quarantine","A television reporter and her cameraman are trapped inside a building quarantined by the CDC after the outbreak of a mysterious virus which turns humans into bloodthirsty killers.","8.111","/diJgLy6vSGbNYNW5jZ1YpX7PHJ4.jpg","[{'id':3287,'logo_path':'/bz6GbCQQXGNE56LTW9dwgksW0Iw.png','name':'Screen Gems','origin_country':'US'},{'id':22791,'logo_path':null,'name':'Andale Pictures','origin_country':''},{'id':829,'logo_path':'/mzpAmEQ5P1gFvdRoNyCk9q8ngiv.png','name':'Vertigo Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-10-10","40855419","89","[{'iso_639_1':'en','name':'English'}]","Released","Contain The Truth.","Quarantine","false","5.6","552" +"false","/hfZVY8lMiE7HH1cDc2qzSFF6Kbt.jpg","{'id':645,'name':'James Bond Collection','poster_path':'/HORpg5CSkmeQlAolx3bKMrKgfi.jpg','backdrop_path':'/6VcVl48kNKvdXOZfJPdarlUGOsk.jpg'}","200000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","http://www.mgm.com/view/movie/234/Quantum-of-Solace/","10764","tt0830515","en","Quantum of Solace","Quantum of Solace continues the adventures of James Bond after Casino Royale. Betrayed by Vesper, the woman he loved, 007 fights the urge to make his latest mission personal. Pursuing his determination to uncover the truth, Bond and M interrogate Mr. White, who reveals that the organization that blackmailed Vesper is far more complex and dangerous than anyone had imagined.","21.332","/6mlNx0Jiqhg3D7NlANT9pidsgPJ.jpg","[{'id':7576,'logo_path':'/oYcUi1byZ312Z3xiz5ojz9RQLND.png','name':'Eon Productions','origin_country':'GB'},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':22790,'logo_path':null,'name':'B22','origin_country':''},{'id':10761,'logo_path':null,'name':'Danjaq','origin_country':'US'},{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2008-10-30","586090727","106","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'de','name':'Deutsch'}]","Released","For love, for hate, for justice, for revenge.","Quantum of Solace","false","6.2","4341" +"false","/fZCAeLvohhFOMIZBbT9cFOz0Olu.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':14,'name':'Fantasy'},{'id':53,'name':'Thriller'}]","","27726","tt0084556","en","Q","New York police are bemused by reports of a giant flying lizard that has been spotted around the rooftops of New York, until the lizard starts to eat people. An out-of-work ex-con is the only person who knows the location of the monster's nest and is determined to turn the knowledge to his advantage, but will his gamble pay off or will he end up as lizard food?","4.552","/nL9mJ0noLOC86gRJcMUrVrPYHza.jpg","[{'id':17069,'logo_path':null,'name':'Larco Productions','origin_country':''},{'id':4705,'logo_path':null,'name':'Arkoff International','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1982-10-29","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Its name is Quetzalcoatl. Just call it Q. That's all you'll have time to say before it tears you apart!","Q","false","5.7","62" +"false","/2ai9WLc1NlZxOdM9NV481UL4ebJ.jpg","{'id':94602,'name':'Puss in Boots Collection','poster_path':'/anHwj9IupRoRZZ98WTBvHpTiE6A.jpg','backdrop_path':'/feU1DWV5zMWxXUHJyAIk3dHRQ9c.jpg'}","130000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'},{'id':35,'name':'Comedy'}]","","417859","tt0448694","en","Puss in Boots","Long before he even met Shrek, the notorious fighter, lover and outlaw Puss in Boots becomes a hero when he sets off on an adventure with the tough and street smart Kitty Softpaws and the mastermind Humpty Dumpty to save his town. This is the true story of The Cat, The Myth, The Legend... The Boots.","11.453","/ziA7hA7FoA1F08z7aKiLmnT8LC1.jpg","[{'id':521,'logo_path':'/kP7t6RwGz2AvvTkvnI1uteEwHet.png','name':'DreamWorks Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-10-28","554987477","90","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","Live for danger. Fight for justice. Pray for mercy.","Puss in Boots","false","6.3","1328" +"false","/cta0YLPKH1Xb9EHmZAWFmLVQHeS.jpg","null","38000000","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'}]","http://www.push-themovie.com/","13455","tt0465580","en","Push","After his father, an assassin, is brutally murdered, Nick Gant vows revenge on Division, the covert government agency that dabbles in psychic warfare and experimental drugs. Hiding in Hong Kong's underworld, Nick assembles a band of rogue psychics dedicated to destroying Division. Together with Cassie, a teenage clairvoyant, Nick goes in search of a missing girl and a stolen suitcase that could be the key to accomplishing their mutual goal.","8.613","/qN73wDiyplutRKOHiXaLYFgPhwK.jpg","[{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'},{'id':152,'logo_path':null,'name':'Icon Productions','origin_country':'US'},{'id':212,'logo_path':null,'name':'Infinity Features Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CA','name':'Canada'}]","2009-02-04","45465299","111","[{'iso_639_1':'en','name':'English'}]","Released","One push can change everything.","Push","false","6","1140" +"false","/rYADwU9cEkgVK3Hssn1X1AWJRt0.jpg","{'id':558027,'name':'Pure Country','poster_path':'/mh8kfwaTc6UX2MkSLkYGSaXYx0O.jpg','backdrop_path':null}","0","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","http://purecountry2thegift.warnerbros.com/dvd/","58936","tt1549571","en","Pure Country 2: The Gift","Three angels bestow the gift of song to a young girl, who must follow a series of rules in order hold on to it during her rise to fame and fortune.","1.144","/5snZKjjQ3ZN1wSG8a6yBPPGJor1.jpg","[{'id':6820,'logo_path':null,'name':'Angry Monkey Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-10-15","133771","112","[{'iso_639_1':'en','name':'English'}]","Released","Fame led her away. Faith will lead her home.","Pure Country 2: The Gift","false","6","11" +"false","/mGhRXTXqkbvNkiatILMJNM0LifC.jpg","{'id':558027,'name':'Pure Country','poster_path':'/mh8kfwaTc6UX2MkSLkYGSaXYx0O.jpg','backdrop_path':null}","0","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","","22627","tt0105191","en","Pure Country","Dusty Chandler (Strait) is a super star in the country music world, but his shows have the style of a '70s rock concert. One day he takes a walk - out of his overdone concerts to find his real country roots. He's helped and hindered by friends and staff, but pushes on in his search for a real music style as well as a real romance.","2.481","/n3kkUVWqqr4mrO3PQVx5yWpehdO.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-10-23","0","112","[{'iso_639_1':'en','name':'English'}]","Released","Bright Lights. Hit Songs. Country's biggest star. He'd trade it all to find the kind of love he'd only sung about.","Pure Country","false","7","30" +"false","/pTknvVpOWIhm8yO3mjep7csM2za.jpg","{'id':107949,'name':'Puppet Master Collection','poster_path':'/xJY6No7QOKSJd4olftBEvfbjXvE.jpg','backdrop_path':'/crDZjaOpoUCIOoiQ9nLIAt8ZBul.jpg'}","0","[{'id':27,'name':'Horror'}]","","139659","tt2301900","en","Puppet Master X: Axis Rising","Puppet Master X follows the characters of Danny as he attempts to rescue his girlfriend Beth with the help of Toulon's puppets. However their help is short lived as they end up getting stolen by Ozu (Terumi Shimazu). Danny and Beth must try to rescue the puppets while trying to defend themselves against a new batch of puppets. Meanwhile the occultist Commandant Moebius is attempting to use the serum that animates the puppets to create a master race and take over the world","1.418","/jUINBBCRUaNSO0aU4F7sWZuGAet.jpg","[{'id':15352,'logo_path':null,'name':'Full Moon Features','origin_country':''}]","[]","2012-09-15","0","86","[{'iso_639_1':'en','name':'English'}]","Released","","Puppet Master X: Axis Rising","false","3.9","15" +"false","/9kp9LukiGwRYLgPP8L7tX30js7v.jpg","{'id':107949,'name':'Puppet Master Collection','poster_path':'/xJY6No7QOKSJd4olftBEvfbjXvE.jpg','backdrop_path':'/crDZjaOpoUCIOoiQ9nLIAt8ZBul.jpg'}","800000","[{'id':27,'name':'Horror'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'}]","","26956","tt0102728","en","Puppet Master III: Toulon's Revenge","In Berlin during WWII, the Nazi regime is attempting to develop a drug that will reanimate the dead in order to use them in the war effort. Toulon arouses suspicion as a Nazi dissident, and his secret is discovered. During a Nazi raid on his home, Toulon's beautiful wife is murdered. Toulon vows revenge, with the help of his animated puppets.","4.695","/BF7jnHlq8rwG1X0H7nFXQSbNlX.jpg","[{'id':4867,'logo_path':null,'name':'Full Moon Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1991-10-17","0","86","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","When Good Puppets Go Bad","Puppet Master III: Toulon's Revenge","false","6","56" +"false","/8APFXi4mCFNKnBxeGDi2YMLpkUX.jpg","null","15000000","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","","166248","tt1199779","en","Black to the Moon 3D","Blackie, the black sheep, is obsessed with going to the moon. Kanuto, the sheepdog, is obsessed with Blackie, but he will not hear of rockets. However, undertaking the trip just dreamed Blackie. Along the way are cows that are opera singers, gallant wolves, spiders illegal immigrants and a strange little group of dogs that have a rocket ready to take off. But Pinky, a huge pink sheep devilish character, prevents it.","1.364","/ud5CELFA8WWy2f99vNPz7G2vrfr.jpg","[{'id':22139,'logo_path':null,'name':'Art'Mell','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'BE','name':'Belgium'}]","2013-02-15","0","81","[{'iso_639_1':'en','name':'English'}]","Released","Up to his old tricks","Black to the Moon 3D","false","5.6","4" +"false","/hjxzA9vfSUqxsksLKAjTHYtqQdi.jpg","null","1910000","[{'id':18,'name':'Drama'}]","","83939","tt0444648","en","Punk Love","Set in the rainy environs of Oregon and Washington, Punk Love is the story of two forlorn lovers, searching for that elusive Hollywood Ending to the story of their dreams. Sarah is a lost 15-year-old, trapped in an unloving home, in a dreary small paper mill town. When she meets Spike, she envisions a new life for herself. Falling in love, Sarah and Spike go on a crime spree of small-time con jobs, both to support themselves and their drug habit. Spike has dreams of his own, and when he successfully auditions for a band, he can't help but feel that he and Sarah are starting on the road to escaping their ill-fated existence. But just as things are looking up, everything goes uncontrollably wrong, and Spike and Sarah have only their undying love for each other as a means of survival against all odds. Director/writer Nick Lyon's Punk Love is a modern-day fairy tale about two fallen angels searching for meaning in a world without pity...","0.74","/bv8yMGgOEePExNwfNGkW2qWd9s7.jpg","[{'id':27608,'logo_path':null,'name':'Blondie Production','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'US','name':'United States of America'}]","2006-03-04","0","96","[{'iso_639_1':'en','name':'English'}]","Released","In a town without pitty, everybody needs an angel.","Punk Love","false","4.2","3" +"false","/i6Zg52KFtG5vCZXBMMyoLLsQAHU.jpg","null","20500000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","http://punisherwarzonemovie.com","13056","tt0450314","en","Punisher: War Zone","Waging his one-man war on the world of organized crime, ruthless vigilante-hero Frank Castle sets his sights on overeager mob boss Billy Russoti. After Russoti is left horribly disfigured by Castle, he sets out for vengeance under his new alias: Jigsaw. With the ""Punisher Task Force"" hot on his trail and the FBI unable to take Jigsaw in, Frank must stand up to the formidable army that Jigsaw has recruited before more of his evil deeds go unpunished.","10.344","/xrBl7FvGZFicZoMXtlSZ04duTL9.jpg","[{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':8848,'logo_path':null,'name':'MHF Zweite Academy Film','origin_country':''},{'id':11106,'logo_path':'/h4XR8uTNylVX9hJTiN50e76booZ.png','name':'Marvel Knights','origin_country':'US'},{'id':11533,'logo_path':'/tWM9pmzVYxok4GbQIttxdcml1yT.png','name':'Valhalla Motion Pictures','origin_country':'US'},{'id':33808,'logo_path':null,'name':'SGF Entertainment','origin_country':''},{'id':6438,'logo_path':'/hQVRii7CRnfG0rowSEc6ibt2Pke.png','name':'Muse Entertainment','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2008-12-05","10089373","102","[{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'en','name':'English'}]","Released","Vengeance has a name","Punisher: War Zone","false","5.7","518" +"false","/9vYqY0wqQYLq6pmQs2FDXIza1Z3.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","","252830","tt2909476","en","Puncture Wounds","After returning home from a traumatic tour of duty in Iraq, John finds himself struggling with PTSD. What little peace he had managed to build around him is shattered one fateful day when he rescues a local call girl from a group of violent Aryan Brotherhood pimps. Having killed several of the high-ranking brotherhood during the rescue, John and his family are now the prime targets of Hollis, the ruthless criminal leader of the group.","2.944","/fL9gaUB296G1ULYacc3um6Ddn7q.jpg","[{'id':3546,'logo_path':null,'name':'Hollywood Media Bridge','origin_country':'US'},{'id':21442,'logo_path':null,'name':'Picture Perfect Corp.','origin_country':''},{'id':6626,'logo_path':'/A1BnMoWjzjOrjzpWimyBQkf84mS.png','name':'Voltage Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-08-18","0","96","[{'iso_639_1':'en','name':'English'}]","Released","Pain runs deep.","Puncture Wounds","false","4.6","32" +"false","/d08DeN6Y5DMtyMKjO7fhI3iE6uT.jpg","null","0","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","72432","tt1582248","en","Puncture","A David and Goliath law drama about a drug-addicted lawyer who takes on a health supply corporation while battling his own personal demons.","7.615","/l97mC5sjjz1B8OL6khwbQzOb4a3.jpg","[{'id':36550,'logo_path':null,'name':'Cherry Sky Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-09-23","68945","100","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Madman. Genius. Playboy. Friend. Fool. Lawyer.","Puncture","false","6.8","179" +"false","/gxoO809imgs2hxDwFUmKamfxSHa.jpg","null","25000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","8051","tt0272338","en","Punch-Drunk Love","A beleaguered small-business owner gets a harmonium and embarks on a romantic journey with a mysterious woman.","6.126","/k4pekJKEdaV2fv4S89A8GCV7u7Y.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':178,'logo_path':null,'name':'Ghoulardi Film Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-10-25","17000000","96","[{'iso_639_1':'en','name':'English'}]","Released","You can go to places in the world with pudding.","Punch-Drunk Love","false","7","937" +"false","/8BLDWKdskiPATaOVRoKaZbdJ70N.jpg","{'id':123256,'name':'Pumpkinhead Collection','poster_path':'/3CHL2ezo3OclNNBQ51BRVXHE7Ji.jpg','backdrop_path':'/9ztpzbRg53xQYpWd2mvjqp6KFAP.jpg'}","3500000","[{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'}]","","26515","tt0095925","en","Pumpkinhead","A man conjures up a gigantic vengeance demon called Pumpkinhead to destroy the teenagers who accidentally killed his son.","7.403","/hr2iS7hLHI0NBA9FG3sQKgxLjao.jpg","[{'id':484,'logo_path':null,'name':'De Laurentiis Entertainment Group (DEG)','origin_country':''},{'id':29393,'logo_path':null,'name':'Lion Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-06-09","4385516","86","[{'iso_639_1':'en','name':'English'}]","Released","For each of man's evils a special demon exists...","Pumpkinhead","false","6","168" +"false","/sl5sjCDyBogAUqOW29MBYeTgNXT.jpg","{'id':245129,'name':'Pumping Iron Collection','poster_path':'/a8HOLbj8BYgFKhvbZ39cPzqOpHq.jpg','backdrop_path':'/5hEdn0wwFH9r87ocRxaoUOGd1F3.jpg'}","1000000","[{'id':99,'name':'Documentary'}]","","5205","tt0076578","en","Pumping Iron","Pumping Iron is a 1977 documentary film about the run-up to the 1975 Mr. Olympia bodybuilding competition. The film focuses on Arnold Schwarzenegger and his competitors, Lou Ferrigno and Franco Columbu. The documentary was co-directed by Robert Fiore and George Butler. It was based on the book of the same name by Charles Gaines and George Butler (Simon and Schuster, 1974).","7.386","/sFr91QWRZb2Xe8zpGJw1BW7dema.jpg","[{'id':1879,'logo_path':null,'name':'White Mountain Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1977-01-18","0","86","[{'iso_639_1':'cs','name':'??esk??'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","","Pumping Iron","false","7.1","216" +"false","/4cDFJr4HnXN5AdPw4AKrmLlMWdO.jpg","null","8000000","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","680","tt0110912","en","Pulp Fiction","A burger-loving hit man, his philosophical partner, a drug-addled gangster's moll and a washed-up boxer converge in this sprawling, comedic crime caper. Their adventures unfurl in three stories that ingeniously trip back and forth in time.","29.925","/dM2w364MScsjFf8pfMbaWUcWrR.jpg","[{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':59,'logo_path':'/yH7OMeSxhfP0AVM6iT0rsF3F4ZC.png','name':'A Band Apart','origin_country':'US'},{'id':216,'logo_path':null,'name':'Jersey Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-09-10","213928762","154","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Just because you are a character doesn't mean you have character.","Pulp Fiction","false","8.4","14617" +"false","/dV4rezXfqXM49G98j8HqwIq7mt9.jpg","null","0","[{'id':10402,'name':'Music'},{'id':99,'name':'Documentary'}]","","253332","tt3265262","en","Pulp: a Film About Life, Death & Supermarkets","Pulp found fame on the world stage in the 1990s with anthems including ???Common People??? and ???Disco 2000???. 25 years (and 10 million album sales) later, they return to Sheffield for their last UK concert. Giving a career-best performance exclusive to the film, the band members share their thoughts on fame, love, mortality ??? & car maintenance. Director Florian Habicht (Love Story) weaves together the band???s personal offerings with dream-like specially-staged tableaux featuring ordinary people recruited on the streets of Sheffield. Pulp is a music film like no other ??? by turns funny, moving, life-affirming & (occasionally) bewildering.","1.601","/vYzaFZRWaOzomDstDHvb4kOtUBC.jpg","[{'id':4748,'logo_path':'/bTMeosrSiKaTPmZiTYnSDZlin5d.png','name':'Oscilloscope','origin_country':'US'},{'id':20636,'logo_path':null,'name':'Pistachio Pictures','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-03-09","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Pulp: a Film About Life, Death & Supermarkets","false","6.9","13" +"false","/uDFdyFW0fL52ztHKJ4DbeWsldnI.jpg","null","1200000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","41445","tt1351784","en","Psychosis","A serial killer unleashes his blood lust at a remote environmental-camp. Years later a horror novelist relocates to rural England and is plagued to the point of madness by horrific hauntings of a massacre.","2.319","/trQAQaQwAUIcNC0wLMpbvQce33L.jpg","[{'id':5857,'logo_path':null,'name':'Kingsway Films','origin_country':'GB'},{'id':5858,'logo_path':null,'name':'Red Sparrow','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2010-07-19","0","89","[{'iso_639_1':'en','name':'English'}]","Released","","Psychosis","false","3.9","18" +"false","/z3s3TdRvEWC1TFrwtk0qhB7OdHh.jpg","{'id':119674,'name':'Psycho Collection','poster_path':'/29pDqAgmb4idzWzuZncoT7LZplA.jpg','backdrop_path':'/bPQZkZjNnsYuPZWzoRRl9k0VSQ8.jpg'}","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","12662","tt0091799","en","Psycho III","Norman Bates is still running his little motel, and he has kept the dressed skeleton he calls 'mother'. One day a nosey journalist comes to see him to ask questions about his past.","5.916","/etiLhEebRnFExeb70COwqqeO8Kd.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1986-04-02","14481606","93","[{'iso_639_1':'en','name':'English'}]","Released","Norman Bates is back to normal. But Mother's off her rocker again!","Psycho III","false","5.5","144" +"false","/1egC8NH3RLbebr3XPjdYVXGugpD.jpg","null","80000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","http://www.publicenemies.net/","11322","tt1152836","en","Public Enemies","Depression-era bank robber John Dillinger's charm and audacity endear him to much of America's downtrodden public, but he's also a thorn in the side of J. Edgar Hoover and the fledgling FBI. Desperate to capture the elusive outlaw, Hoover makes Dillinger his first Public Enemy Number One and assigns his top agent, Melvin Purvis, the task of bringing him in dead or alive.","12.153","/qisfF7ENdmGI8fpQJoCxIIU1QhH.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':675,'logo_path':null,'name':'Forward Pass','origin_country':'US'},{'id':11581,'logo_path':'/yIORcWTFHtbXvWjqXAqFuMxx0K0.png','name':'Misher Films','origin_country':'US'},{'id':11391,'logo_path':null,'name':'Tribeca Productions','origin_country':'US'},{'id':562,'logo_path':'/k3NsSdV854UX4zEReX1dl1Psxbb.png','name':'Appian Way','origin_country':'US'},{'id':1778,'logo_path':'/69xm6sF3JxugGVjfZfm1YY6d7EE.png','name':'Dentsu','origin_country':'JP'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-07-01","214104620","140","[{'iso_639_1':'en','name':'English'}]","Released","America's Most Wanted.","Public Enemies","false","6.6","2219" +"false","/nagC0a0F9TsosA6wRjtV2NNNHD1.jpg","{'id':119674,'name':'Psycho Collection','poster_path':'/29pDqAgmb4idzWzuZncoT7LZplA.jpg','backdrop_path':'/bPQZkZjNnsYuPZWzoRRl9k0VSQ8.jpg'}","5000000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","10576","tt0086154","en","Psycho II","After years of treatment at a mental institution for the criminally insane, serial killer Norman Bates is finally released. Deciding to move back into his long-dead mother's infamous old house, he soon finds himself tormented by 'her' demands and begins to question his own sanity.","6.889","/tYNx7yIU9Q3O2xxjy3ie5YCkIak.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':16838,'logo_path':null,'name':'Oak','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1983-06-03","34725000","113","[{'iso_639_1':'en','name':'English'}]","Released","It's 22 years later, and Norman Bates is finally coming home.","Psycho II","false","6.2","253" +"false","/7Aw6Yy5vPvB1LR6mOdeTi1WNN8m.jpg","null","60000000","[{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'}]","","11252","tt0155975","en","Psycho","A young female embezzler arrives at the Bates Motel, which has terrible secrets of its own. Although this version is in color, features a different cast, and is set in 1998, it is closer to a shot-for-shot remake than most remakes, with director Gus Van Sant (Good Will Hunting, Milk, Hanson's Music Video ""Weird"") often copying Hitchcock's camera movements and editing, and Joseph Stefano's script is mostly carried over. Bernard Herrmann's musical score is reused as well, though with a new arrangement by Danny Elfman and recorded in stereo.","5.974","/5emaTTGS8rnLgZrBS98zqv1XWqE.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':23,'logo_path':'/mkxNjThahj5pvntvYKVpMbWXm3D.png','name':'Imagine Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-12-04","37141130","105","[{'iso_639_1':'en','name':'English'}]","Released","A new vision of a classic nightmare.","Psycho","false","5.1","434" +"false","/3md49VBCeqY6MSNyAVY6d5eC6bA.jpg","{'id':119674,'name':'Psycho Collection','poster_path':'/29pDqAgmb4idzWzuZncoT7LZplA.jpg','backdrop_path':'/bPQZkZjNnsYuPZWzoRRl9k0VSQ8.jpg'}","806948","[{'id':27,'name':'Horror'}]","","539","tt0054215","es","Psycho","When larcenous real estate clerk Marion Crane goes on the lam with a wad of cash and hopes of starting a new life, she ends up at the notorious Bates Motel, where manager Norman Bates cares for his housebound mother. The place seems quirky, but fine??? until Marion decides to take a shower.","18.193","/81d8oyEFgj7FlxJqSDXWr8JH8kV.jpg","[{'id':10717,'logo_path':null,'name':'Shamley Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1960-06-16","32000000","109","[{'iso_639_1':'en','name':'English'}]","Released","A new???and altogether different???screen excitement!!!","Psycho","false","8.4","4677" +"false","/75ybu5PY5ujvghe1hbn5x1DdESl.jpg","null","30000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","https://www.warnerbros.com/ps-i-love-you","6023","tt0431308","en","P.S. I Love You","A young widow discovers that her late husband has left her 10 messages intended to help ease her pain and start a new life.","11.647","/esfuYEvv7WrLvXNkCg7MCufEEdH.jpg","[{'id':412,'logo_path':null,'name':'Wendy Finerman Productions','origin_country':''},{'id':1088,'logo_path':'/9WOE5AQUXbOtLU6GTwfjS8OMF0v.png','name':'Alcon Entertainment','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':114744,'logo_path':null,'name':'Grosvenor Park Films LLP','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-11-15","156835339","126","[{'iso_639_1':'en','name':'English'}]","Released","His life ended. Now, a new one will begin.","P.S. I Love You","false","7.1","1840" +"false","/akBUi17Fm1QGWKm48KDb3d8FTK6.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.proxythemovie.com/","211065","tt2191888","en","Proxy","While walking home from her latest OB appointment, a very pregnant Esther Woodhouse is brutally attacked and disfigured by a hooded assailant. This horrible event seems to be a blessing in disguise when Esther finds consolation in a support group. Her life of sadness and solitude is opened up to friendship, understanding, and even acceptance. However, friendship and understanding can be very dangerous things when accepted by the wrong people.","3.399","/mrMDm14RUbKOFPbgXbcGDbApMiT.jpg","[{'id':29475,'logo_path':null,'name':'FSC Productions','origin_country':''},{'id':29476,'logo_path':null,'name':'Along The Tracks','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-09-19","0","122","[{'iso_639_1':'en','name':'English'}]","Released","","Proxy","false","5.9","56" +"false","/275ywEHPVfW47kJXiRDQgYM5ax9.jpg","null","20000000","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","http://www.miramax.com/movie/proof","9777","tt0377107","en","Proof","Catherine is a woman in her late twenties who is strongly devoted to her father, Robert, a brilliant and well-known mathematician whose grip on reality is beginning to slip away. As Robert descends into madness, Catherine begins to wonder if she may have inherited her father???s mental illness along with his mathematical genius. When Robert???s work reveals a mathematical proof of potentially historic proportions, it sets off shock waves in more ways than one.","6.723","/eGVCVdbUR4gaAKPk1P4mar91qSX.jpg","[{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':1205,'logo_path':null,'name':'Endgame Entertainment','origin_country':'US'},{'id':11351,'logo_path':null,'name':'Hart-Sharp Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-09-05","7535331","100","[{'iso_639_1':'en','name':'English'}]","Released","The biggest risk in life is not taking one.","Proof","false","6.4","329" +"false","/1EVBIHiydd9p1PiiIqshWZrpQTo.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","14904","tt0102721","en","Proof","The life of a blind photographer who is looked after by a housekeeper is disrupted by the arrival of an agreeable restaurant worker.","2.098","/ghPbOsvg8WrJQBSThtNakBGuDi4.jpg","[{'id':39250,'logo_path':null,'name':'House & Moorhouse Films','origin_country':''},{'id':11840,'logo_path':'/8oyCRYf6ezxB5h8HJIPVG8JjzgL.png','name':'Film Victoria','origin_country':'AU'},{'id':417,'logo_path':'/w7d3hoHQaC0XwjrxEG1yPeuUhu5.png','name':'Australian Film Commission','origin_country':'AU'}]","[{'iso_3166_1':'AU','name':'Australia'}]","1991-08-15","524668","86","[{'iso_639_1':'en','name':'English'}]","Released","Photographs don't lie, people do.","Proof","false","6.9","40" +"false","/a4TcSTendjjerZr3GuwVhwbppDp.jpg","null","15000000","[{'id':18,'name':'Drama'}]","","133694","tt2091473","en","Promised Land","A salesman for a natural gas company experiences life-changing events after arriving in a small town, where his corporation wants to tap into the available resources.","7.47","/dzbv1mDRERrEvhUIJIRqvFB3IVL.jpg","[{'id':6736,'logo_path':null,'name':'Imagenation Abu Dhabi FZ','origin_country':''},{'id':10146,'logo_path':'/xnFIOeq5cKw09kCWqV7foWDe4AA.png','name':'Focus Features','origin_country':'US'},{'id':29311,'logo_path':null,'name':'Media Farm','origin_country':''},{'id':29312,'logo_path':null,'name':'Sunday Night','origin_country':'US'},{'id':29313,'logo_path':'/1whsMqm5kAPxKBhnTlKNcbXBQJK.png','name':'Pearl Street Films','origin_country':'US'},{'id':6735,'logo_path':'/6yyByQrmTAgJv0QzZ1Eh1jiGX4R.png','name':'Participant Media','origin_country':'US'}]","[{'iso_3166_1':'AE','name':'United Arab Emirates'},{'iso_3166_1':'US','name':'United States of America'}]","2012-09-23","8138788","106","[{'iso_639_1':'en','name':'English'}]","Released","What's your price?","Promised Land","false","6.2","366" +"false","/rRhoMIqgdX9wEtRUOLsqXKkH9I0.jpg","{'id':135416,'name':'Prometheus Collection','poster_path':'/gMjiXB5dhV8nN77xXnhTIhARE7a.jpg','backdrop_path':'/cK83Pq8SJoeSTnLJucr8IWn35KF.jpg'}","130000000","[{'id':878,'name':'Science Fiction'},{'id':12,'name':'Adventure'},{'id':9648,'name':'Mystery'}]","https://www.alienuniverse.com/","70981","tt1446714","en","Prometheus","A team of explorers discover a clue to the origins of mankind on Earth, leading them on a journey to the darkest corners of the universe. There, they must fight a terrifying battle to save the future of the human race.","19.629","/ng8ALjSDhUmwLl7vtjUWIZNQSlt.jpg","[{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'},{'id':1645,'logo_path':'/6Ry6uNBaa0IbbSs1XYIgX5DkA9r.png','name':'Scott Free Productions','origin_country':''},{'id':19747,'logo_path':null,'name':'Brandywine Productions','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2012-05-30","403170142","124","[{'iso_639_1':'gd','name':''},{'iso_639_1':'en','name':'English'}]","Released","The Search for Our Beginning Could Lead to Our End.","Prometheus","false","6.4","7191" +"false","/pvOMqkszX0K4PyJfLXRqLR9ZJLY.jpg","{'id':123255,'name':'Prom Night Collection','poster_path':'/tHhPnpJad4RVICIwaeERIq63ARg.jpg','backdrop_path':null}","0","[{'id':80,'name':'Crime'},{'id':27,'name':'Horror'},{'id':18,'name':'Drama'}]","http://www.sonypictures.com/movies/promnight/","8617","tt0926129","en","Prom Night","Donna's senior prom is supposed to be the best night of her life, though a sadistic killer from her past has different plans for her and her friends.","7.814","/uNBnpeaxPUcOtaevIjQMG6Ne3mZ.jpg","[{'id':2514,'logo_path':null,'name':'Alliance Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-04-10","14796236","88","[{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'en','name':'English'}]","Released","A Night To Die For.","Prom Night","false","4.9","301" +"false","/IxfFpzqylMSK1MqakVyjAJJHMC.jpg","null","8000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://disney.go.com/disneypictures/prom/index.html#home","51588","tt1604171","en","Prom","At ???Prom,??? every couple has a story and no two are exactly alike. As the big dance approaches for Nova Prescott, it???s a battle of wills as she finds herself drawn to the guy who gets in the way of her perfect prom. Fellow seniors Mei and Tyler harbor secrets, while others face all the insecurity and anticipation that surrounds one of high school???s most seminal events.","7.894","/3rFLX3kC9XyJGw6V6fVICV9S0ZF.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':2201,'logo_path':null,'name':'Rickshaw Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-04-29","10130000","104","[{'iso_639_1':'en','name':'English'}]","Released","There are hundreds of nights in high school, but there???s only one prom.","Prom","false","6","263" +"false","/iFLAEKnLQZNeYztE7Vy5NbL4Tw1.jpg","null","12000000","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","57214","tt1636826","en","Project X","Three high school seniors throw a party to make a name for themselves. As the night progresses, things spiral out of control as word of the party spreads.","15.232","/cWXkRLmzKfYutvWeJXaednoGKdF.jpg","[{'id':1885,'logo_path':'/xlvoOZr4s1PygosrwZyolIFe5xs.png','name':'Silver Pictures','origin_country':'US'},{'id':3527,'logo_path':null,'name':'Green Hat Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-03-01","100000000","88","[{'iso_639_1':'en','name':'English'}]","Released","Witness it","Project X","false","6.4","2848" +"false","/lbHj5sZB0LDpB8x1P8gShZWKFVB.jpg","null","18000000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","18410","tt0093793","en","Project X","A young inductee into the military is given the task of looking after some chimpanzees used in the mysterious 'Project X'. Getting to know the chimps fairly well, he begins to suspect there is more to the secret project than he is being told.","6.214","/lYpFgtaUsu1e9yeWWutO9Sa01TB.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'},{'id':5263,'logo_path':null,'name':'Amercent Films','origin_country':''},{'id':5264,'logo_path':null,'name':'American Entertainment Partners L.P.','origin_country':''},{'id':67713,'logo_path':null,'name':'Parkes/Lasker productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-04-17","18532286","108","[{'iso_639_1':'en','name':'English'}]","Released","When the Air Force assigned Jimmy Garrett to a top secret project, he didn't know what he was in for. Neither did they.","Project X","false","6.1","116" +"false","/7MJNhkXpbsoE8BuxwJLuTPcjYvH.jpg","{'id':123255,'name':'Prom Night Collection','poster_path':'/tHhPnpJad4RVICIwaeERIq63ARg.jpg','backdrop_path':null}","1000000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","36599","tt0081383","en","Prom Night","This slasher movie follows a relentless killer who is out to avenge the death of a young girl who died after being bullied and teased by four of her classmates. Now high-school students, the guilt-ridden kids have kept their involvement a secret, but when they start being murdered, one by one, it's clear that someone knows the truth. Also coping with the past are members of the dead girl's family, most notably her prom-queen sister, Kim Hammond (Jamie Lee Curtis).","7.321","/3KIy1qFmdLMwUrSlRAiovX5anhR.jpg","[{'id':15059,'logo_path':null,'name':'Simcom Limited','origin_country':''},{'id':542,'logo_path':null,'name':'Guardian Trust Company','origin_country':''},{'id':15060,'logo_path':null,'name':'Prom Night Productions','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","1980-07-18","14796236","92","[{'iso_639_1':'en','name':'English'}]","Released","If you're not back by midnight... you won't be coming home!","Prom Night","false","5.7","134" +"false","/xniiaYVNR4y9Bv0Sdc6hx3MOGyW.jpg","null","12000000","[{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","http://www.projectalmanac.com/","227719","tt2436386","en","Project Almanac","A group of teens discover secret plans of a time machine, and construct one. However, things start to get out of control.","10.89","/cMzjoLBYulLCdmIKEdHeyZODzXf.jpg","[{'id':7377,'logo_path':'/zdVYfWyiQmLgyq8V73HRHpCWjRO.png','name':'Insurge Pictures','origin_country':'US'},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':746,'logo_path':'/kc7bdIVTBkJYy9aDK1QDDTAL463.png','name':'MTV Films','origin_country':'US'},{'id':2481,'logo_path':'/nVEP2IHCDOBOldgDL4SSufitN9.png','name':'Platinum Dunes','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-01-28","32248241","106","[{'iso_639_1':'en','name':'English'}]","Released","Today is better the second time around","Project Almanac","false","6.5","1404" +"false","/tuAMryZ4tZZ4LOMvXSANCcLEoWM.jpg","{'id':189159,'name':'Project A Collection','poster_path':'/2YntfHePgqmu1Wk3pQ29Ya2ncZB.jpg','backdrop_path':null}","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':12,'name':'Adventure'}]","","21519","tt0085127","cn","A??????","In late 19th Century Hong Kong the British may rule the land, but the pirates rule the waters. One Coast Guard officer is Dragon Ma, who is determined that his beloved Coast Guard will not be made a fool of.","8.823","/aiEtQitm0pbRC93ABsrHhw9HhMR.jpg","[{'id':6379,'logo_path':null,'name':'Golden Harvest Company Ltd.','origin_country':''},{'id':3055,'logo_path':null,'name':'Paragon Films Ltd.','origin_country':''}]","[{'iso_3166_1':'HK','name':'Hong Kong'}]","1983-12-22","0","106","[{'iso_639_1':'cn','name':'????????? / ?????????'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","Rip-roaring adventure on the old China Coast.","Project A","false","7.2","140" +"false","/6r51tGsNIACyuQazQoGW2cWjUdV.jpg","null","18","[{'id':9648,'name':'Mystery'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':27,'name':'Horror'}]","","241958","tt0496375","en","Prisoners of the Sun","A multinational expedition discovers a lost city beneath a pyramid, where they must stop the reawakened gods of ancient Egypt from initiating the apocalypse","1.745","/u181DAmOzcIhbcTFBc93rrEAXXZ.jpg","[{'id':20301,'logo_path':null,'name':'ME Completion','origin_country':''},{'id':20302,'logo_path':null,'name':'Cinemakers','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'DE','name':'Germany'}]","2013-12-16","0","85","[{'iso_639_1':'en','name':'English'}]","Released","An ancient pyramid. A present threat. A mystery unchained after 5,000 years","Prisoners of the Sun","false","3.7","27" +"false","/cLGKawjQ5tUJCuDyR0OnGYT4fyf.jpg","null","46000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","http://prisonersmovie.warnerbros.com/","146233","tt1392214","en","Prisoners","When Keller Dover's daughter and her friend go missing, he takes matters into his own hands as the police pursue multiple leads and the pressure mounts. But just how far will this desperate father go to protect his family?","13.286","/yAhqW57pwMAsCgmZpM5zSIVQVTh.jpg","[{'id':12199,'logo_path':'/gYYIgHpgRsyhyUkeFev1GnwBqHb.png','name':'Madhouse Entertainment','origin_country':'US'},{'id':1088,'logo_path':'/9WOE5AQUXbOtLU6GTwfjS8OMF0v.png','name':'Alcon Entertainment','origin_country':'US'},{'id':18208,'logo_path':null,'name':'8:38 Productions','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-09-18","122126687","153","[{'iso_639_1':'en','name':'English'}]","Released","Every moment matters.","Prisoners","false","8","5569" +"false","/fV27iSj7EDz7W3ud0JyfTnzz58R.jpg","null","26500000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':16,'name':'Animation'}]","","128","tt0119698","ja","???????????????","Ashitaka, a prince of the disappearing Ainu tribe, is cursed by a demonized boar god and must journey to the west to find a cure. Along the way, he encounters San, a young human woman fighting to protect the forest, and Lady Eboshi, who is trying to destroy it. Ashitaka must find a way to bring balance to this conflict.","14.988","/mNqZOtJIQfFQPjo3hmYLIn8Qqhf.jpg","[{'id':10342,'logo_path':'/dT3UbXjca6TClutHJtr7GhkRALP.png','name':'Studio Ghibli','origin_country':'JP'},{'id':12516,'logo_path':null,'name':'Nibariki','origin_country':''},{'id':20192,'logo_path':null,'name':'Nippon Television Network (NTV)','origin_country':'JP'},{'id':2752,'logo_path':null,'name':'DENTSU Music And Entertainment','origin_country':''},{'id':67681,'logo_path':null,'name':'TNDG','origin_country':''},{'id':1779,'logo_path':null,'name':'Tokuma Shoten','origin_country':''}]","[{'iso_3166_1':'JP','name':'Japan'}]","1997-07-12","159375308","134","[{'iso_639_1':'ja','name':'?????????'}]","Released","The Fate Of The World Rests On The Courage Of One Warrior.","Princess Mononoke","false","8.3","3578" +"false","/2JK9IllXGo7V2PZzLmclkB5Cf8k.jpg","null","150000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'},{'id':10749,'name':'Romance'}]","http://disney.go.com/disneypictures/princeofpersia","9543","tt0473075","en","Prince of Persia: The Sands of Time","A rogue prince reluctantly joins forces with a mysterious princess and together, they race against dark forces to safeguard an ancient dagger capable of releasing the Sands of Time ??? gift from the gods that can reverse time and allow its possessor to rule the world.","18.173","/dtjz9Z6MTsuFyrzqdwVB4dgHENA.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':130,'logo_path':'/c9dVHPOL3cqCr2593Ahk0nEKTEM.png','name':'Jerry Bruckheimer Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-05-19","335154643","116","[{'iso_639_1':'en','name':'English'}]","Released","Defy the Future","Prince of Persia: The Sands of Time","false","6.1","3887" +"false","/j6MfYUiDrtJ54f0FqD4xcHr8fZO.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","2313","tt0387514","en","Prime","A career driven professional from Manhattan is wooed by a young painter, who also happens to be the son of her psychoanalyst.","8.374","/dQxtI83slU5fAq6WZjEmIDAtYvM.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':598,'logo_path':null,'name':'Team Todd','origin_country':''},{'id':1046,'logo_path':null,'name':'Prime Film Productions LLC','origin_country':''},{'id':1047,'logo_path':null,'name':'Younger Than You','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-09-21","0","102","[{'iso_639_1':'en','name':'English'}]","Released","A Therapeutic New Comedy","Prime","false","5.9","449" +"false","/nUI0P1hoa63qaEtITeE2QJZno0d.jpg","null","30000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","1592","tt0117381","en","Primal Fear","An arrogant, high-powered attorney takes on the case of a poor altar boy found running away from the scene of the grisly murder of the bishop who has taken him in. The case gets a lot more complex when the accused reveals that there may or may not have been a 3rd person in the room. The intensity builds when a surprise twist alters everyone's perception of the crime.","14.286","/qJf2TzE8nRTFbFMPJNW6c8mI0KU.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':11661,'logo_path':null,'name':'Rysher Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-04-03","102616183","129","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Sooner or later, a man who wears two faces forgets which one is real.","Primal Fear","false","7.6","1199" +"false","/7pCsrkl7yPNFU7wIuWy52wdAFQs.jpg","null","60000000","[{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'}]","http://www.priest-themovie.com/","38321","tt0822847","en","Priest","In an alternate world, humanity and vampires have warred for centuries. After the last Vampire War, the veteran Warrior Priest lives in obscurity with other humans inside one of the Church's walled cities. When the Priest's niece is kidnapped by vampires, the Priest breaks his vows to hunt them down. He is accompanied by the niece's boyfriend, who is a wasteland sheriff, and a former Warrior Priestess.","11.607","/pE28BDqICBPe3FgphsYSxtH6FcZ.jpg","[{'id':3287,'logo_path':'/bz6GbCQQXGNE56LTW9dwgksW0Iw.png','name':'Screen Gems','origin_country':'US'},{'id':11370,'logo_path':null,'name':'Michael De Luca Productions','origin_country':'US'},{'id':8931,'logo_path':null,'name':'Stars Road Entertainment','origin_country':''},{'id':22641,'logo_path':null,'name':'TOKYOPOP','origin_country':''},{'id':11250,'logo_path':null,'name':'Buckaroo Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-05-05","78309131","87","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","The War is Eternal. His Mission is Just the Beginning.","Priest","false","5.5","1107" +"false","/1G44M3SNVcVBZer0I5ogQBUnVCz.jpg","null","5500000","[{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","206487","tt2397535","en","Predestination","Predestination chronicles the life of a Temporal Agent sent on an intricate series of time-travel journeys designed to prevent future killers from committing their crimes. Now, on his final assignment, the Agent must stop the one criminal that has eluded him throughout time and prevent a devastating attack in which thousands of lives will be lost.","11.004","/kDdUtDsGMQ3OYwoBtEQyJIGPz4V.jpg","[{'id':10950,'logo_path':'/6TdE9m9KgV2az7vNI8n95rQiYr3.png','name':'Screen Queensland','origin_country':'AU'},{'id':7584,'logo_path':'/eGkfvvyf4fJTvBUR1xt1669IPA3.png','name':'Screen Australia','origin_country':'AU'},{'id':15392,'logo_path':null,'name':'Blacklab Entertainment','origin_country':''},{'id':15393,'logo_path':null,'name':'Wolfhound Pictures','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2014-08-28","3000000","97","[{'iso_639_1':'en','name':'English'}]","Released","To save the future he must reshape the past.","Predestination","false","7.4","3226" +"false","/Yavh2wmlZKFcqT4VIr2i4OZ4lZ.jpg","null","35000000","[{'id':80,'name':'Crime'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://www.premiumrush.com/","49526","tt1547234","en","Premium Rush","In Manhattan, a bike messenger picks up an envelope that attracts the interest of a dirty cop, who pursues the cyclist throughout the city.","12.412","/khfyc8Yeub0JvD9kk29vqYsPsIi.jpg","[{'id':1271,'logo_path':null,'name':'Pariah Entertainment Group','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-08-24","31083599","91","[{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'en','name':'English'}]","Released","Ride Like Hell","Premium Rush","false","6.2","1206" +"false","/7KhG9nYAlKsDLY2VdjOxQtfysEq.jpg","null","0","[{'id':18,'name':'Drama'}]","","27857","tt0093776","en","Prick Up Your Ears","Stephen Frears directs this biographical drama focusing on controversial British playwright Joe Orton, revealed in flashback after his murder by lover Kenneth Halliwell. Born in 1933 in Leicester, in the English Midlands, John 'Joe' Orton moves to London in 1951, to study at RADA, and enjoys an openly gay relationship with Halliwell in their famous Islington flat in the 1960s. However, when Orton achieves spectacular success with such plays as 'What the Butler Saw' and 'Loot', Halliwell begins to feel alienated and the pair's future looks increasingly uncertain.","3.748","/aNWBWKOhZZvzSSdCSfRIkF30tBg.jpg","[{'id':4721,'logo_path':null,'name':'civilhand','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1987-04-17","0","111","[{'iso_639_1':'en','name':'English'}]","Released","","Prick Up Your Ears","false","7","35" +"false","/aBLsGBlDnDMgoKn3jmcVpiyUqGV.jpg","{'id':399,'name':'Predator Collection','poster_path':'/6Z7lASptoiRVxiCFvZaFgH9qp7u.jpg','backdrop_path':'/fXVzk9OxQwROCuiWvd0Cv76qmZi.jpg'}","40000000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'}]","","34851","tt1424381","en","Predators","A mercenary reluctantly leads a motley crew of warriors who soon come to realize they've been captured and deposited on an alien planet by an unknown nemesis. With the exception of a peculiar physician, they are all cold-blooded killers, convicts, death squad members... hunters who have now become the hunted.","17.937","/gsnUhWMYLSD8VZS7nrMT9mj9BYr.jpg","[{'id':10807,'logo_path':'/j0BcMaJKIiDDYHq9lriTcM0Npka.png','name':'Troublemaker Studios','origin_country':'US'},{'id':1302,'logo_path':'/kQZtJdyphCmq292iGDqlUx0yk2D.png','name':'Davis Entertainment','origin_country':'US'},{'id':6332,'logo_path':null,'name':'Dune Entertainment III','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-07-03","126248813","107","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Fear is Reborn","Predators","false","6","1911" +"false","/wjaifhJRyN33uP7uqQPqancqGBL.jpg","null","30000000","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","http://www.prideandglorymovie.com/","13150","tt0482572","en","Pride and Glory","A saga centered on a multi-generational family of New York City Police officers. The family's moral codes are tested when Ray Tierney, investigates a case that reveals an incendiary police corruption scandal involving his own brother-in-law. For Ray, the truth is revelatory, a Pandora's Box that threatens to upend not only the Tierney legacy but the entire NYPD.","10.365","/uHMPqBVR0lP6kGgF6TPcK7uD3eX.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':1001,'logo_path':null,'name':'Solaris Film','origin_country':''},{'id':12066,'logo_path':null,'name':'O'Connor Brothers','origin_country':''},{'id':1565,'logo_path':null,'name':'Avery Pix','origin_country':''},{'id':12067,'logo_path':null,'name':'Kumar Mobiliengesellschaft mbH & Co. Projekt Nr. 1 KG','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'DE','name':'Germany'}]","2008-09-09","31148328","130","[{'iso_639_1':'en','name':'English'}]","Released","Truth. Honor. Loyalty. Family. What are you willing to sacrifice?","Pride and Glory","false","6.4","404" +"false","/nxCgMSSzzyLdoYLqFQ4DHklhXil.jpg","null","1800000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':53,'name':'Thriller'}]","","32969","tt0063456","en","Pretty Poison","A young man gets in over his head when he convinces a small-town girl he's a secret agent.","2.534","/qM3MiqX4uSZqaoBMKZL2XL1QYGu.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1968-07-18","0","89","[{'iso_639_1':'en','name':'English'}]","Released","She's such a sweet girl. He's such a nice boy. They'll scare the hell out of you.","Pretty Poison","false","6.8","35" +"false","/bXYpV6XAQnspjHaKPLtVclFdugD.jpg","{'id':399,'name':'Predator Collection','poster_path':'/6Z7lASptoiRVxiCFvZaFgH9qp7u.jpg','backdrop_path':'/fXVzk9OxQwROCuiWvd0Cv76qmZi.jpg'}","35000000","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","169","tt0100403","en","Predator 2","Ten years after a band of mercenaries first battled a vicious alien, the invisible creature from another world has returned to Earth???and this time, it???s drawn to the gang-ruled and ravaged city of Los Angeles. When it starts murdering drug dealers, detective-lieutenant Mike Harrigan and his police force set out to capture the creature, ignoring warnings from a mysterious government agent to stay away.","18.857","/4cAQgbIPislEeBJahLO5BsqAUZN.jpg","[{'id':1302,'logo_path':'/kQZtJdyphCmq292iGDqlUx0yk2D.png','name':'Davis Entertainment','origin_country':'US'},{'id':840,'logo_path':null,'name':'Lawrence Gordon Productions','origin_country':''},{'id':1885,'logo_path':'/xlvoOZr4s1PygosrwZyolIFe5xs.png','name':'Silver Pictures','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-11-20","57120318","108","[{'iso_639_1':'en','name':'English'}]","Released","Silent. Invisible. Invincible. He???s in town with a few days to kill.","Predator 2","false","6","1275" +"false","/3tuWpnCTe14zZZPt6sI1W9ByOXx.jpg","null","14000000","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","","114","tt0100405","en","Pretty Woman","When a millionaire wheeler-dealer enters a business contract with a Hollywood hooker Vivian Ward, he loses his heart in the bargain.","14.102","/fgmdaCMxXClZm2ePteLzCPySB1n.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':10282,'logo_path':null,'name':'Silver Screen Partners IV','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-03-23","463000000","119","[{'iso_639_1':'en','name':'English'}]","Released","Who knew it was so much fun to be a hooker?","Pretty Woman","false","7.3","3558" +"false","/4pMGBmAsYis9KtMu161ORTfh4oQ.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","http://pridemovie.co.uk","234200","tt3169706","en","Pride","Set in the summer of 1984 ??? Margaret Thatcher is in power and the National Union of Mineworkers (NUM) is on strike. At the Gay Pride March in London, a group of gay and lesbian activists decides to raise money to support the families of the striking miners. But there is a problem. The Union seems embarrassed to receive their support.","8.18","/fk81iMvZTYo7MaYWGirPc0uzA55.jpg","[{'id':26369,'logo_path':null,'name':'Calamity Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-09-12","7523634","122","[{'iso_639_1':'en','name':'English'}]","Released","Based on the inspirational true story.","Pride","false","7.9","712" +"false","/eMBPHubjEyYx0XdTja5kNn8aOaJ.jpg","{'id':399,'name':'Predator Collection','poster_path':'/6Z7lASptoiRVxiCFvZaFgH9qp7u.jpg','backdrop_path':'/fXVzk9OxQwROCuiWvd0Cv76qmZi.jpg'}","18000000","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'}]","","106","tt0093773","en","Predator","Dutch and his group of commandos are hired by the CIA to rescue downed airmen from guerillas in a Central American jungle. The mission goes well but as they return they find that something is hunting them. Nearly invisible, it blends in with the forest, taking trophies from the bodies of its victims as it goes along. Occasionally seeing through its eyes, the audience sees it is an intelligent alien hunter, hunting them for sport, killing them off one at a time.","21.223","/gUpto7r2XwoM5eW7MUvd8hl1etB.jpg","[{'id':5263,'logo_path':null,'name':'Amercent Films','origin_country':''},{'id':5264,'logo_path':null,'name':'American Entertainment Partners L.P.','origin_country':''},{'id':1302,'logo_path':'/kQZtJdyphCmq292iGDqlUx0yk2D.png','name':'Davis Entertainment','origin_country':'US'},{'id':840,'logo_path':null,'name':'Lawrence Gordon Productions','origin_country':''},{'id':1885,'logo_path':'/xlvoOZr4s1PygosrwZyolIFe5xs.png','name':'Silver Pictures','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-06-12","98235548","107","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","If it bleeds, we can kill it...","Predator","false","7.4","3588" +"false","/vYoNyFxv4IOOh22cRrp9nIsG7tI.jpg","null","0","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","http://pressedthemovie.com/","80957","tt1716759","en","Pressed","Brian, (Luke Goss, DEATH RACE 2, HELLBOY II) is desperately trying to seek a ""quick fix"" business deal that will put him back on top financially after being let go from his executive position at one of the top investment firms. Brian decides to go ""all in"", investing the rest of his savings into a short-term drug deal that would allow him to preserve his high-end life style. When two recluse teenagers unknowingly intercept the illicit drug money hidden in the back seat of a car, Brian???s deal is botched. He soon finds himself in a desperate situation as he owes a merciless drug lord the missing money. At the same time the teenagers learn that they've stolen from the wrong people. What follows is a twisted tale of greed, deceit, murder and wealth. In this Crime-thriller, three relationships collide in a fantastic saga where only one will get out alive.","2.06","/mHeYFRjcNbhFDWyMORHrMENJOEv.jpg","[{'id':8230,'logo_path':null,'name':'QubeFilm','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2011-02-18","0","105","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'de','name':'Deutsch'}]","Released","There Is No Such Thing As Easy Money","Pressed","false","5","11" +"false","/97V5HHtErJjD7AewmuJ3EIod70Y.jpg","null","0","[{'id':80,'name':'Crime'},{'id':27,'name':'Horror'}]","http://www.theprankmovie.com/","202083","tt2064905","en","Prank","Harmless prank or violent revenge? Three high school students, sick of living in fear of bullies, plan the ultimate payback. But when their prank goes way too far, they come to realize that getting even can have deadly consequences. Packed with unpredictable twists and turns, this cutting-edge thriller pulls no punches and delivers a shocking conclusion you'll never forget. Just remember...no matter how sweet revenge might taste, there's always a price to pay","1.202","/3FIcnAi2V0c5LMPcLRXp9iIWZXF.jpg","[{'id':41064,'logo_path':null,'name':'Plan 9 Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-06-18","0","82","[{'iso_639_1':'en','name':'English'}]","Released","For the Bullies, it was fun and games. For him, it was deadly serious.","Prank","false","4.6","17" +"false","/3VNDvTYWVJclVUmxsJRhCYgYZoc.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.powderbluemovie.com/","17740","tt1032819","en","Powder Blue","On the gritty streets of LA, the destinies of four people desperate for connection and redemption are about to collide.","6.784","/s0IiJuZOJr9cgcPjl9KHX95l4wv.jpg","[{'id':3378,'logo_path':null,'name':'Blue Snow Productions','origin_country':''},{'id':3379,'logo_path':null,'name':'Eleven Eleven Films','origin_country':''},{'id':3380,'logo_path':null,'name':'Spirit Dance Entertainment','origin_country':''},{'id':114737,'logo_path':null,'name':'Grosvenor Park Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-05-08","0","106","[{'iso_639_1':'en','name':'English'}]","Released","Every life has a breaking point","Powder Blue","false","6.2","97" +"false","/wfOWMBV77uUXiWeAWTs2x7AzR09.jpg","null","28000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.prideandprejudicemovie.net/splash.html","4348","tt0414387","en","Pride & Prejudice","Pride & Prejudice is a humorous story of love and life among English gentility during the Georgian era. Mr. Bennet is an English gentleman living in Hertfordshire with his overbearing wife and five daughters. If Mr. Bennet dies their house will be inherited by a distant cousin whom they have never met, so the family's future happiness and security is dependent on the daughters making good marriages.","12.934","/dAC0hkYmz5ZOCHURZCyj9isPMPd.jpg","[{'id':7419,'logo_path':null,'name':'Scion Films','origin_country':''},{'id':10146,'logo_path':'/xnFIOeq5cKw09kCWqV7foWDe4AA.png','name':'Focus Features','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'},{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2005-09-16","121147947","135","[{'iso_639_1':'en','name':'English'}]","Released","A romance ahead of its time.","Pride & Prejudice","false","7.9","3061" +"false","/7gTvtxQ4MyDq3JsO2dhaBz0XqmJ.jpg","null","7500000","[{'id':28,'name':'Action'}]","","326284","tt3488328","en","Pound of Flesh","In China to donate his kidney to his dying niece, former black-ops agent Deacon awakes the day before the operation to find he is the latest victim of organ theft. Stitched up and pissed-off, Deacon descends from his opulent hotel in search of his stolen kidney and carves a blood-soaked path through the darkest corners of the city. The clock is ticking for his niece and with each step he loses blood.","5.412","/2FSYeHnn2CPLAHpl6QVUwTIluIW.jpg","[{'id':23283,'logo_path':null,'name':'Rodin Entertainment','origin_country':''},{'id':17161,'logo_path':'/jW6tiXeLHrqrDZSl6POoS7G3M9.png','name':'Odyssey Media','origin_country':'CA'},{'id':56344,'logo_path':null,'name':'Chunqiu Time Culture Co.','origin_country':''},{'id':56343,'logo_path':null,'name':'Ace Film Company','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2015-05-07","0","104","[{'iso_639_1':'en','name':'English'}]","Released","The black market is about to get bloody","Pound of Flesh","false","5.5","93" +"false","/axh2ySoOb7pouOq0VYkuoMIsF8Y.jpg","null","0","[{'id':10751,'name':'Family'},{'id':35,'name':'Comedy'},{'id':16,'name':'Animation'}]","","245685","tt2062622","en","Postman Pat: The Movie","Like always, Postman Pat is happily going about his duty delivering letters and parcels around the fictional town of Greendale. One day, auditions for the TV talent show, ""You're the One"", are held in Greendale, which Pat manages to pass. With Pat required to be away from Greendale whilst participating in the contest, various Patbot 3000 robots are deployed to take Pat's postal duties. This soon turns out to be an evil plot to take over the world, which Pat must now stop.","2.449","/pHtxB0azqCEVGVs6M1MX4vkALpj.jpg","[{'id':114185,'logo_path':null,'name':'DreamWorks Classics','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-05-23","0","88","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'sv','name':'svenska'}]","Released","","Postman Pat: The Movie","false","4.8","23" +"false","/b5xjDKB60tLvJiqFQ7kSLTqXieA.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':53,'name':'Thriller'}]","","20849","tt0039725","en","Possessed","A dazed woman walks the streets of Los Angeles looking for a man named David. After collapsing in a diner, she's taken to the psychiatric ward of a nearby hospital. Flashbacks reveal her obsession for David as a result of borderline personality disorder which ultimately leads to murder.","1.224","/RfQXnFgzSpMzqLWYS3HN7qXrYQ.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1947-07-26","0","108","[{'iso_639_1':'en','name':'English'}]","Released","In all your life you've seen no portrayals to match the thrill of the unquenchable love of Joan Crawford for Van Heflin in ""Possessed""!","Possessed","false","7","22" +"false","/2Zk32VD1QgLxbUG4RiH1U7XIdVW.jpg","null","0","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':27,'name':'Horror'}]","","244852","tt2690160","en","Poseidon Rex","Jackson Slate, famous treasure hunter, is out to find the legendary Lost Gold Of Cortez in the open waters off a secluded island in the Caribbean Sea. Using dynamite to blast his way through centuries of silt, new chasms are created reaching miles below the ancient ocean floor. From here, an ancient evil is released, that quickly, savagely, and without warning, destroys Jackson s boat and kills his crew. The sole survivor of the carnage, Jackson teams up with marine biologist, Sarah, to venture back to the site and investigate the horrific events. They extract an egg from the darkest depths of the ocean and take it back to the lab to investigate. But when it hatches, they realise they have awaken a deadly prehistoric monster, the P-Rex, which will stop at nothing until the entire island is destroyed...","2.48","/mZTWpAthlyK6WLVrNeZ9SCqVaYU.jpg","[{'id':39081,'logo_path':null,'name':'Titan Global Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-04-18","0","76","[{'iso_639_1':'en','name':'English'}]","Released","Half Dinosaur, Half Sea Monster, All Trouble","Poseidon Rex","false","3.1","20" +"false","/rXZVGIDZHeb0gKuRg8V4LynbReW.jpg","null","160000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www2.warnerbros.com/poseidon/","503","tt0409182","en","Poseidon","A packed cruise ship traveling the Atlantic is hit and overturned by a massive wave, compelling the passengers to begin a dramatic fight for their lives.","10.914","/yeiCuwMSHLmf7NoYzxiEAjkJHkg.jpg","[{'id':449,'logo_path':null,'name':'Virtual Studios','origin_country':'US'},{'id':18990,'logo_path':null,'name':'Radiant Productions','origin_country':''},{'id':1633,'logo_path':null,'name':'Next Entertainment','origin_country':''},{'id':14024,'logo_path':null,'name':'Irwin Allen Productions','origin_country':''},{'id':19943,'logo_path':null,'name':'Synthesis Entertainment','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-05-12","181674817","99","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Mayday","Poseidon","false","5.7","983" +"false","/3ATX4tlD90ckVfe1QSx88Yb4FlM.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.die-paepstin.de/","9503","tt0458455","en","Die P??pstin","A 9th century woman of English extraction born in the German city of Ingelheim disguises herself as a man and rises through the Vatican ranks.","6.754","/vra0oI4vbVGHgZ1INqeMsXKrN3W.jpg","[{'id':12372,'logo_path':null,'name':'Universum Film (UFA)','origin_country':''},{'id':47,'logo_path':'/i7Z9ot2o3N5Sa3HrF09kniFs2y8.png','name':'Constantin Film','origin_country':'DE'},{'id':19477,'logo_path':null,'name':'Dune Films','origin_country':'MA'},{'id':2875,'logo_path':'/3fNapBvM3EHlyL9TxdP5qEOUNeN.png','name':'Ikiru Films','origin_country':'ES'},{'id':17051,'logo_path':null,'name':'MSM Studios','origin_country':''},{'id':6246,'logo_path':null,'name':'Medusa Film','origin_country':'IT'},{'id':72498,'logo_path':null,'name':'UFA International Film & TV Production GmbH','origin_country':''},{'id':6187,'logo_path':'/gtC63XG8fkFxszIuZIogffM1oY8.png','name':'ARD/Degeto Film','origin_country':'DE'}]","[{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'IT','name':'Italy'}]","2009-10-22","27412220","149","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'la','name':'Latin'}]","Released","","Pope Joan","false","6.8","184" +"false","/yckDxebg26CROABvWoZWDP5BPvl.jpg","null","0","[{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","","221321","tt1900920","fr","Pop Star","When talented young singer, Roxie Santos, meets music producer, Eddie Marz, he promises her an amazing new lifestyle and a future record deal. All he needs her to do is first lend her voice to a celebrity with no singing talent. However, when things go too far and it looks like she might lose her ???voice??? forever, she sets off to prove the truth.","0.6","/1OTl96XKCBjwOGa3wEPjfdVoecd.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-05-28","0","90","[{'iso_639_1':'en','name':'English'}]","Released","What would you risk for your big break?","Pop Star","false","5","4" +"false","/6Q4GeMo08AOJJos9BzgnutFiZTG.jpg","null","130000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':36,'name':'History'},{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","","76649","tt1921064","en","Pompeii","In 79 A.D., Milo, a slave turned gladiator, finds himself in a race against time to save his true love Cassia, the beautiful daughter of a wealthy merchant who has been unwillingly betrothed to a corrupt Roman Senator. As Mount Vesuvius erupts in a torrent of blazing lava, Milo must fight his way out of the arena in order to save his beloved as the once magnificent Pompeii crumbles around him.","12.581","/idiv0IxVhVSDW8cWxfprYyY5Yev.jpg","[{'id':4253,'logo_path':null,'name':'Don Carmody Productions','origin_country':''},{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'},{'id':7263,'logo_path':'/auaadhBBcvvTDtmW2iJzOrEjfgO.png','name':'FilmDistrict','origin_country':'US'},{'id':248,'logo_path':null,'name':'Impact Pictures','origin_country':''},{'id':47,'logo_path':'/i7Z9ot2o3N5Sa3HrF09kniFs2y8.png','name':'Constantin Film','origin_country':'DE'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2014-02-18","117831631","105","[{'iso_639_1':'en','name':'English'}]","Released","No warning. No escape.","Pompeii","false","5.4","1998" +"false","/b0I6M2Ws1KnFit7xCJeYpK2NV4s.jpg","{'id':10453,'name':'Poltergeist Collection','poster_path':'/8Z6P04pKGvCnkmHdAl2lmbfAIbN.jpg','backdrop_path':'/i8QZZV1olny9FCPNrxAL7Kk9CJy.jpg'}","19000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","11133","tt0091778","en","Poltergeist II: The Other Side","The Freeling family move in with Diane's mother in an effort to escape the trauma and aftermath of Carol Anne's abduction by the Beast. But the Beast is not to be put off so easily and appears in a ghostly apparition as the Reverend Kane, a religeous zealot responsible for the deaths of his many followers. His goal is simple - he wants the angelic Carol Anne.","8.058","/wp8IkFabtxJohz8ivfwNWt4Bcse.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1986-05-23","40996665","91","[{'iso_639_1':'en','name':'English'}]","Released","They're back.","Poltergeist II: The Other Side","false","5.8","266" +"false","/i998vFSbMKlLL5EfMVY1kvDDUuO.jpg","{'id':10453,'name':'Poltergeist Collection','poster_path':'/8Z6P04pKGvCnkmHdAl2lmbfAIbN.jpg','backdrop_path':'/i8QZZV1olny9FCPNrxAL7Kk9CJy.jpg'}","10700000","[{'id':27,'name':'Horror'}]","","609","tt0084516","en","Poltergeist","Steve Freeling lives with his wife, Diane, and their three children, Dana, Robbie, and Carol Anne, in Southern California where he sells houses for the company that built the neighborhood. It starts with just a few odd occurrences, such as broken dishes and furniture moving around by itself. However, when he realizes that something truly evil haunts his home, Steve calls in a team of parapsychologists led by Dr. Lesh to help before it's too late.","11.793","/hKs6umpuLSgZhOiZI1pxpO0iVTQ.jpg","[{'id':396,'logo_path':null,'name':'SLM Production Group','origin_country':'US'},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1982-06-04","122200000","114","[{'iso_639_1':'en','name':'English'}]","Released","They're here.","Poltergeist","false","7.1","1298" +"false","/uXcRC29Y2RFdlzJA8EqTZZK1za9.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","","31102","tt0054195","en","Pollyanna","A young girl comes to an embittered town and confronts its attitude with her determination to see the best in life.","6.36","/oWxzmMZHIqtZLXztpPv5kbrcuD9.jpg","[{'id':3166,'logo_path':'/vyyv4Gy9nPqAZKElPm2izLlEaVS.png','name':'Walt Disney Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1960-05-19","0","134","[{'iso_639_1':'en','name':'English'}]","Released","Meet the people, the pleasure, the entertainment of the year! All the love, laughter and drama that life can hold, poured into one unforgettable motion picture!","Pollyanna","false","7","81" +"false","/3Gvj33dyiAXHGqWKItDQ9anap7c.jpg","{'id':9338,'name':'Police Academy Collection','poster_path':'/q6npkfLX1jryO4a3GI63WJW9TrT.jpg','backdrop_path':'/4fjmNFs31JPfa4rYtE3gNDspGlk.jpg'}","4500000","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","9336","tt0087928","en","Police Academy","New rules enforced by the Lady Mayoress mean that sex, weight, height and intelligence need no longer be a factor for joining the Police Force. This opens the floodgates for all and sundry to enter the Police Academy, much to the chagrin of the instructors. Not everyone is there through choice, though. Social misfit Mahoney has been forced to sign up as the only alternative to a jail sentence and it doesn't take long before he falls foul of the boorish Lieutenant Harris. But before long, Mahoney realises that he is enjoying being a police cadet and decides he wants to stay... while Harris decides he wants Mahoney out!","14.086","/J1UDZYfVaLJjoIfw0VDmpBZ2Sm.jpg","[{'id':7965,'logo_path':null,'name':'The Ladd Company','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-03-22","146198896","96","[{'iso_639_1':'en','name':'English'}]","Released","What an Institution!","Police Academy","false","6.6","1088" +"false","/5V5U0JZMNHhlgauXwRh3kblqb8q.jpg","null","0","[{'id':99,'name':'Documentary'}]","","147177","tt2403931","en","Polar Bears: A Summer Odyssey","Polar Bears in Hudson Bay struggle in a green world. Up close and personal, originally shot all on native 3D.","1.138","/A1hnbutMdTM9ZDes1N9MHXPTTDR.jpg","[]","[{'iso_3166_1':'CA','name':'Canada'}]","2012-04-08","0","50","[{'iso_639_1':'en','name':'English'}]","Released","","Polar Bears: A Summer Odyssey","false","5.7","6" +"false","/jMF9VxLClFVyiEQse4NgsO6oyAK.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","http://www.highlandfilmgroup.com/poker-night.aspx","298093","tt2548208","en","Poker Night","When you become a detective in Warsaw Indiana - you go to Poker Night, where you play against some of the best cops in the business. They tell you stories about their time on the job - their successes and failures. When new Detective Stan Jeter leaves the game, he is caught by a vicious psychopath and locked in a basement. Using the stories he heard at Poker Night, he must match wits against his captor - and save not only himself, but the young girl trapped in the basement with him. Like Seven and Usual Suspect, Poker Night combines thrills and twists and turns that will leave you guessing till the very end.","4.475","/oO1CJgHGq5TA6VnT26Kjt2UlFpy.jpg","[{'id':3019,'logo_path':null,'name':'Wingman Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CA','name':'Canada'}]","2014-12-20","0","104","[{'iso_639_1':'en','name':'English'}]","Released","How do you catch a killer when he's holding all the cards?...","Poker Night","false","6","111" +"false","/b6lTtyq6o4k10CEMnblFBPiaH6t.jpg","null","24000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","1089","tt0102685","en","Point Break","In the coastal town of Los Angeles, a gang of bank robbers call themselves The Ex-Presidents commit their crimes while wearing masks of Reagan, Carter, Nixon and Johnson. The F.B.I. believes that the members of the gang could be surfers and send young agent Johnny Utah undercover at the beach to mix with the surfers and gather information.","12.593","/eGSfqknufcsXmM2Rb59H9SiNd4T.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'},{'id':1644,'logo_path':null,'name':'Largo Entertainment','origin_country':'US'},{'id':4248,'logo_path':null,'name':'JVC Entertainment Networks','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1991-07-12","83531958","120","[{'iso_639_1':'en','name':'English'}]","Released","They only live to get radical","Point Break","false","7","1521" +"false","/i2TGM3HNeFHrihH6uazSuHgeIWB.jpg","null","2500000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","26039","tt0062138","en","Point Blank","After being double-crossed and left for dead, a mysterious man named Walker single-mindedly tries to retrieve the rather inconsequential sum of money that was stolen from him.","6.863","/slqptHys6HQJKXOnRm1LqxFxzJP.jpg","[{'id':8880,'logo_path':'/fE7LBw7Jz8R29EABFGCvWNriZxN.png','name':'Winkler Films','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1967-08-30","3200000","92","[{'iso_639_1':'en','name':'English'}]","Released","There are two kinds of people in his up-tight world: his victims and his women. And sometimes you can't tell them apart.","Point Blank","false","7.1","146" +"false","/b0qKtKUtXtuYVBy3dqbJe75h8Ud.jpg","null","2900000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","248","tt0055312","en","Pocketful of Miracles","Damon Runyon's fairytale, sweet and funny, is told by director Frank Capra. Boozy, brassy Apple Annie, a beggar with a basket of apples, is as much as part of downtown New York as old Broadway itself. Bootlegger Dave the Dude is a sucker for her apples --- he thinks they bring him luck. But Dave and girlfriend Queenie Martin need a lot more than luck when it turns out that Annie is in a jam and only they can help: Annie's daughter Louise, who has lived all her life in a Spanish convent, is coming to America with a Count and his son. The count's son wants to marry Louise, who thinks her mother is part of New York society. It's up to Dave and Queenie and their Runyonesque cronies to turn Annie into a lady and convince the Count and his son that they are hobnobbing with New York's elite.","3.382","/4s5aoejcKbCawjESf2nCHIF67QZ.jpg","[{'id':1044,'logo_path':null,'name':'Franton Production','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1961-12-18","5000000","136","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","You have to see it to believe it!","Pocketful of Miracles","false","7.4","48" +"false","/fzAnRGmaKJtm8sZuZ8a1nwSNTd3.jpg","{'id':136214,'name':'Pocahontas Collection','poster_path':'/s4RkDe4AjwyrlltdF6Ui7INlME6.jpg','backdrop_path':'/qqeOxNmtAW7WXdbrmQftgluvve7.jpg'}","0","[{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':10749,'name':'Romance'},{'id':10751,'name':'Family'}]","","13761","tt0143808","en","Pocahontas II: Journey to a New World","When news of John Smith's death reaches America, Pocahontas is devastated. She sets off to London with John Rolfe, to meet with the King of England on a diplomatic mission: to create peace and respect between the two great lands. However, Governor Ratcliffe is still around; he wants to return to Jamestown and take over. He will stop at nothing to discredit the young princess.","10.183","/yaksflTZ4x5nxcYVZiARQK2rYhX.jpg","[{'id':3475,'logo_path':'/jTPNzDEn7eHmp3nEXEEtkHm6jLg.png','name':'Walt Disney Television Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-08-04","0","72","[{'iso_639_1':'en','name':'English'}]","Released","","Pocahontas II: Journey to a New World","false","5.2","674" +"false","/dm6NraLaLOCvGfzYPl7puMvvxfr.jpg","{'id':136214,'name':'Pocahontas Collection','poster_path':'/s4RkDe4AjwyrlltdF6Ui7INlME6.jpg','backdrop_path':'/qqeOxNmtAW7WXdbrmQftgluvve7.jpg'}","55000000","[{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':10749,'name':'Romance'}]","https://movies.disney.com/pocahontas","10530","tt0114148","en","Pocahontas","Pocahontas, daughter of a Native American tribe chief, falls in love with an English soldier as colonists invade 17th century Virginia.","16.503","/qk95miOV8wDABbO5gyCpCrvbVFu.jpg","[{'id':6125,'logo_path':'/tVPmo07IHhBs4HuilrcV0yujsZ9.png','name':'Walt Disney Animation Studios','origin_country':'US'},{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-06-14","346079773","81","[{'iso_639_1':'en','name':'English'}]","Released","An American legend comes to life.","Pocahontas","false","6.9","3012" +"false","/7JIcDcw9V0rmEOuCR1kuZFeuLiS.jpg","null","0","[{'id':53,'name':'Thriller'}]","http://plushthemovie.com/","215881","tt2226519","en","Plush","A young singer/songwriter, despite being married, becomes involved with her new guitarist, who she soon discovers has a dark past and may be a danger to her and those close to her.","4.638","/7ha0XS7sc2n8hVRF9hsyk8tXka4.jpg","[{'id':52075,'logo_path':null,'name':'Reliance','origin_country':''},{'id':3172,'logo_path':'/kDedjRZwO8uyFhuHamomOhN6fzG.png','name':'Blumhouse Productions','origin_country':'US'},{'id':49982,'logo_path':null,'name':'IM Global Octane','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-09-13","0","98","[{'iso_639_1':'en','name':'English'}]","Released","There's a fine line between love and obsession.","Plush","false","5.7","61" +"false","/ptzeF9IfgcuJpjjY7GfkM1EH61G.jpg","null","0","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","","36521","tt0050847","en","Plunder Road","A spectacular heist starts to unravel as the crooks take it on the lam.","1.911","/AcAD1ZK6jJanG5rxisHZBr2g8l.jpg","[{'id':13973,'logo_path':null,'name':'Regal Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1957-12-05","0","72","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","","Plunder Road","false","6.7","15" +"false","/cETJshzAwUClQBAEeeIkXyuEoUx.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","251783","tt2091327","en","Pleasure or Pain","A young designer falls under a man's erotic spell and is drawn into a world of sexual abandon from which she may never return.","4.816","/kVPMuYjBsGVExXTCQZb3oL7NwGc.jpg","[{'id':30833,'logo_path':null,'name':'Visual Arts Entertainment','origin_country':''},{'id':30834,'logo_path':null,'name':'Last Night Productions','origin_country':''},{'id':30835,'logo_path':null,'name':'The Zalman King Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-09-05","0","102","[{'iso_639_1':'en','name':'English'}]","Released","How far would you go... as far as you dare.","Pleasure or Pain","false","4.8","29" +"false","/dDxwX9quYcQRaLb8Q5g3owrok9e.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","277547","tt2139555","en","Playing It Cool","The story of a young man disillusioned by love who meets a breathtaking young woman at a charity dinner by pretending to be a philanthropist. Turns out that she???s engaged to a guy who doesn???t like her going on dates. Challenged by the chase, and egged on by his eclectic friends, he feigns a platonic relationship in order to keep seeing her as he tries to conquer her heart","11.936","/mBzSxaPOcq8XwXq4qkkyy8Ev9Go.jpg","[{'id':4022,'logo_path':'/q6Xts6ztGkTHrY1WfHttlhL3Pfc.png','name':'Wonderland Sound and Vision','origin_country':'US'},{'id':6626,'logo_path':'/A1BnMoWjzjOrjzpWimyBQkf84mS.png','name':'Voltage Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-09-26","0","94","[{'iso_639_1':'en','name':'English'}]","Released","Love... it's a balancing act","Playing It Cool","false","5.8","412" +"false","/cWHOiGw3JxKok3BdqFlxSmLKZ1O.jpg","null","35000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","77875","tt1540128","en","Playing for Keeps","A former sports star who's fallen on hard times starts coaching his son's soccer team in an attempt to get his life together.","9.576","/eOBekVFBGK4TwETQSwfuk22B41o.jpg","[{'id':8056,'logo_path':null,'name':'Eclectic pictures','origin_country':'US'},{'id':5802,'logo_path':null,'name':'Evil Twins','origin_country':''},{'id':1020,'logo_path':'/kuUIHNwMec4dwOLghDhhZJzHZTd.png','name':'Millennium Films','origin_country':'US'},{'id':103331,'logo_path':null,'name':'G-BASE','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-11-29","0","106","[{'iso_639_1':'en','name':'English'}]","Released","","Playing for Keeps","false","5.6","401" +"false","/i76jVzAzlvg1BQAWmfwyrJV3an5.jpg","null","20000000","[{'id':18,'name':'Drama'}]","","825","tt0145734","en","Playing by Heart","Eleven articulate people work through affairs of the heart in L.A. Paul produces Hannah's TV cooking show. Mark is dying of AIDS. Men have scalded Meredith so she rebuffs Trent's charm, but he persists. The trendy, prolix Joan tries to pull the solitary Keenan into her orbit. An adulterous couple meet at hotels for evening sex. Hugh tells tall tales, usually tragic, to women in bars.","6.431","/uGYcD5DzpmWM11PR44q32FTzD7m.jpg","[{'id':532,'logo_path':null,'name':'Morpheus','origin_country':''},{'id':7339,'logo_path':null,'name':'Hyperion Pictures','origin_country':''},{'id':763,'logo_path':null,'name':'Intermedia Films','origin_country':''},{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-12-30","3970078","121","[{'iso_639_1':'en','name':'English'}]","Released","If romance is a mystery, there's only one way to figure it out.","Playing by Heart","false","6.8","84" +"false","/Ag5FK27xMQpmao27AzAV5kUfCOz.jpg","null","24000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","20761","tt0196857","en","Play It to the Bone","Two aging fighters in LA, friends, get a call from a Vegas promoter because his undercard fighters for a Mike Tyson bout that night are suddenly unavailable. He wants them to box each other. They agree as long as the winner gets a shot at the middleweight title. They enlist Grace, Cesar's current and Vinnie's ex girlfriend, to drive them to Vegas.","6.935","/pVT6G8VZMd39iziJB4UZYwsRDAC.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-12-25","8434146","124","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Play It to the Bone","false","5.7","77" +"false","/a9lSR1Lu7Tphl6lSLuxvKLfqWBC.jpg","null","6000000","[{'id':18,'name':'Drama'},{'id':10752,'name':'War'},{'id':28,'name':'Action'}]","","792","tt0091763","en","Platoon","As a young and naive recruit in Vietnam, Chris Taylor faces a moral crisis when confronted with the horrors of war and the duality of man.","13.647","/sYPOQI57JVNmjiLI3KeZ5KA8O9i.jpg","[{'id':469,'logo_path':null,'name':'Hemdale Film Corporation','origin_country':''},{'id':104411,'logo_path':null,'name':'Cinema 86','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'}]","1986-12-19","138530565","120","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'vi','name':'Ti???ng Vi???t'}]","Released","The first casualty of war is innocence.","Platoon","false","7.7","2047" +"false","/bf5gH4j2avVVlC49iaD3O75Lq2G.jpg","null","10","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","208869","tt2556874","en","Plastic","Sam & Fordy run a credit card fraud scheme, but when they steal from the wrong man, they find themselves threatened by sadistic gangster. They need to raise ??5m and pull off a daring diamond heist to clear their debt.","8.455","/klgrP7KrmBtWXQ4G6QHd4cBc4LL.jpg","[{'id':7353,'logo_path':'/yV5sxmYy4nBptmedJbsUKpr6W4M.png','name':'Gateway Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-04-30","0","102","[{'iso_639_1':'en','name':'English'}]","Released","HUSTLE. HEIST. REPEAT.","Plastic","false","6.1","112" +"false","/a2zIKDg5QGFc2vzdaPXT7uZKipe.jpg","{'id':339577,'name':'Grindhouse Collection','poster_path':'/1JeEt8UQuUwtTuzNFaWND2k9h2n.jpg','backdrop_path':'/sKzlF5NSoq1r2ct2f9rIZLyeeU9.jpg'}","0","[{'id':27,'name':'Horror'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://www.planetterror.senator.de/","1992","tt1077258","en","Planet Terror","Two doctors find their graveyard shift inundated with townspeople ravaged by sores. Among the wounded is Cherry, a dancer whose leg was ripped from her body. As the invalids quickly become enraged aggressors, Cherry and her ex-boyfriend Wray lead a team of accidental warriors into the night.","13.224","/7Yjzttt0VfPphSsUg8vFUO9WaEt.jpg","[{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-04-06","0","105","[{'iso_639_1':'en','name':'English'}]","Released","Humanity's last hope??? rests on a high power machine gun!","Planet Terror","false","6.6","1754" +"false","/r87F9i3JyJbCym8zNtdciEnexOS.jpg","null","100000000","[{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'}]","","869","tt0133152","en","Planet of the Apes","After a spectacular crash-landing on an uncharted planet, brash astronaut Leo Davidson finds himself trapped in a savage world where talking apes dominate the human race. Desperate to find a way home, Leo must evade the invincible gorilla army led by Ruthless General Thade.","16.157","/uHp6PTo7SCrqdH5wCSrCCf8EQFX.jpg","[{'id':8601,'logo_path':null,'name':'Tim Burton Productions','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'},{'id':80,'logo_path':null,'name':'The Zanuck Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-07-25","362211740","119","[{'iso_639_1':'en','name':'English'}]","Released","You'll be sorry you were ever born human.","Planet of the Apes","false","5.7","2092" +"false","/u4s4b3xRz5gOHwzO2KneDqIl7Bf.jpg","{'id':1709,'name':'Planet of the Apes Original Collection','poster_path':'/7OvC0TNbINmhfEmi3lMYEnGWNOr.jpg','backdrop_path':'/eYf3GRnuVCgeFQfEo0qK7ua5rCR.jpg'}","5800000","[{'id':878,'name':'Science Fiction'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':28,'name':'Action'}]","http://www.foxmovies.com/movies/planet-of-the-apes","871","tt0063442","en","Planet of the Apes","An U.S. Spaceship lands on a desolate planet, stranding astronaut Taylor in a world dominated by apes, 2000 years into the future, who use a primitive race of humans for experimentation and sport. Soon Taylor finds himself among the hunted, his life in the hands of a benevolent chimpanzee scientist.","17.104","/hjRLPGCbADVsSaa26pdjV0qlSjt.jpg","[{'id':12943,'logo_path':null,'name':'APJAC Productions','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1968-02-07","33395426","112","[{'iso_639_1':'en','name':'English'}]","Released","Somewhere in the Universe, there must be something better than man!","Planet of the Apes","false","7.6","1566" +"false","/3MET6hEfk8n8i0KFRq9BHnJq7ju.jpg","{'id':270252,'name':'Planes Collection','poster_path':'/f6XVQw9bjlKbcQD9arjjywxryTl.jpg','backdrop_path':'/zGoePWKFLVJlxDWUUJhxSQgmkCa.jpg'}","50000000","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'}]","http://movies.disney.com/planes-fire-and-rescue","218836","tt2980706","en","Planes: Fire & Rescue","When world-famous air racer Dusty learns that his engine is damaged and he may never race again, he must shift gears and is launched into the world of aerial firefighting. Dusty joins forces with veteran fire and rescue helicopter Blade Ranger and his team, a bunch of all-terrain vehicles known as The Smokejumpers. Together, the fearless team battles a massive wildfire, and Dusty learns what it takes to become a true hero.","9.628","/b5Xn7UQf7s6ZPsDTVT0NeLqiiHY.jpg","[{'id':3475,'logo_path':'/jTPNzDEn7eHmp3nEXEEtkHm6jLg.png','name':'Walt Disney Television Animation','origin_country':'US'},{'id':18713,'logo_path':null,'name':'Prana Studios','origin_country':''},{'id':22135,'logo_path':null,'name':'Prana Animation Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-07-17","151165787","83","[{'iso_639_1':'en','name':'English'}]","Released","When others fly out, heroes fly in.","Planes: Fire & Rescue","false","6","407" +"false","/jUe7RbnkLXGYC9MPhdN9cruy4L0.jpg","{'id':270252,'name':'Planes Collection','poster_path':'/f6XVQw9bjlKbcQD9arjjywxryTl.jpg','backdrop_path':'/zGoePWKFLVJlxDWUUJhxSQgmkCa.jpg'}","50000000","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'}]","","151960","tt1691917","en","Planes","Dusty is a cropdusting plane who dreams of competing in a famous aerial race. The problem? He is hopelessly afraid of heights. With the support of his mentor Skipper and a host of new friends, Dusty sets off to make his dreams come true.","8.189","/c8ALtmmmtofVYOxSJG0S5ZcP2pF.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':6125,'logo_path':'/tVPmo07IHhBs4HuilrcV0yujsZ9.png','name':'Walt Disney Animation Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-08-09","219788712","91","[{'iso_639_1':'en','name':'English'}]","Released","From above the world of Cars","Planes","false","5.8","838" +"false","/giwHyGSqtpY9nMBwdAa8DOIk9IU.jpg","null","88000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'}]","http://www.pixels-movie.com/","257344","tt2120120","en","Pixels","Video game experts are recruited by the military to fight 1980s-era video game characters who've attacked New York.","22.386","/ktyVmIqfoaJ8w0gDSZyjhhOPpD6.jpg","[{'id':106728,'logo_path':null,'name':'Columbia Pictures Corporation','origin_country':'US'},{'id':34034,'logo_path':null,'name':'LStar Capital','origin_country':'US'},{'id':40890,'logo_path':null,'name':'China Film Co.','origin_country':''},{'id':436,'logo_path':'/A7WCkG3F0NFvjGCwUnclpGdIu9E.png','name':'1492 Pictures','origin_country':'US'},{'id':113210,'logo_path':null,'name':'Film Croppers Entertainment','origin_country':''},{'id':15357,'logo_path':null,'name':'Prime Focus','origin_country':'IN'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-07-16","243637091","105","[{'iso_639_1':'en','name':'English'}]","Released","Game On.","Pixels","false","5.6","4293" +"false","/ePqwTIoJeKJwShMABMst5duBcw9.jpg","{'id':306031,'name':'Pitch Perfect Collection','poster_path':'/mVo5seaJ1KkHvbQutsSpOa9fzQM.jpg','backdrop_path':'/jolu4gMP6g2VmUZt099U6X6jNNJ.jpg'}","17000000","[{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","http://www.pitchperfectmovie.com/","114150","tt1981677","en","Pitch Perfect","College student Beca knows she does not want to be part of a clique, but that's exactly where she finds herself after arriving at her new school. Thrust in among mean gals, nice gals and just plain weird gals, Beca finds that the only thing they have in common is how well they sing together. She takes the women of the group out of their comfort zone of traditional arrangements and into a world of amazing harmonic combinations in a fight to the top of college music competitions.","14.48","/cLUMPdwCV0Dxd3P1ZkCXe7bVImI.jpg","[{'id':12365,'logo_path':null,'name':'Brownstone Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-09-28","115350426","112","[{'iso_639_1':'en','name':'English'}]","Released","Get pitch slapped.","Pitch Perfect","false","7.3","4057" +"false","/6bnI08rrGXRkngRqJWCMXDZuJ1j.jpg","{'id':306031,'name':'Pitch Perfect Collection','poster_path':'/mVo5seaJ1KkHvbQutsSpOa9fzQM.jpg','backdrop_path':'/jolu4gMP6g2VmUZt099U6X6jNNJ.jpg'}","29000000","[{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'}]","","254470","tt2848292","en","Pitch Perfect 2","The Bellas are back, and they are better than ever. After being humiliated in front of none other than the President of the United States of America, the Bellas are taken out of the Aca-Circuit. In order to clear their name, and regain their status, the Bellas take on a seemingly impossible task: winning an international competition no American team has ever won. In order to accomplish this monumental task, they need to strengthen the bonds of friendship and sisterhood and blow away the competition with their amazing aca-magic! With all new friends and old rivals tagging along for the trip, the Bellas can hopefully accomplish their dreams.","17.421","/qSjruLiFB4uqRtz2xheQPxG8uaB.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':12026,'logo_path':null,'name':'Gold Circle Films','origin_country':'US'},{'id':12365,'logo_path':null,'name':'Brownstone Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-05-07","287506194","115","[{'iso_639_1':'en','name':'English'}]","Released","We're back pitches","Pitch Perfect 2","false","6.9","3454" +"false","/yc0cEEZ9OO6ydyYmCEfY90Q9jII.jpg","{'id':2794,'name':'The Chronicles of Riddick Collection','poster_path':'/4R2zrqk9KzgxU9UDH3yUUsENXR.jpg','backdrop_path':'/xb5zyHecWA7UACdiNPXDA3m5HSY.jpg'}","23000000","[{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'}]","http://www.pitchblack.com/","2787","tt0134847","en","Pitch Black","When their ship crash-lands on a remote planet, the marooned passengers soon learn that escaped convict Riddick isn't the only thing they have to fear. Deadly creatures lurk in the shadows, waiting to attack in the dark, and the planet is rapidly plunging into the utter blackness of a total eclipse. With the body count rising, the doomed survivors are forced to turn to Riddick with his eerie eyes to guide them through the darkness to safety. With time running out, there's only one rule: Stay in the light.","8.906","/j4iBVA49KDBX4ypfVcZxl1y7CCT.jpg","[{'id':10201,'logo_path':null,'name':'Interscope Communications','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-02-18","53187659","108","[{'iso_639_1':'en','name':'English'}]","Released","Don't be afraid of the dark. Be afraid of what's in the dark","Pitch Black","false","6.8","2552" +"false","/dYN6jqj5idgp7lj2NXRqyulXLgC.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","","92378","tt0064819","en","Pit Stop","Richard Davalos plays Rick Bowman, a drag racing street punk who comes to the attention of car enthusiast Grant Willard. Willard bails him out of jail and offers him sponsorship as a race car driver. Bowman eventually accepts and becomes entranced by the tricky ""figure eight"" track Willard introduces him to. The king of the track is cocky and talented hot dogger Hawk Sidney (Hill regular Sid Haig in one of his most memorable and entertaining roles). Bowman and Sidney clash and Bowman sets his sights on knocking the latter of his perch while stealing his girl Jolene. This is just the beginning for the ruthless Bowman who will let nobody stand in his way and will attempt to destroy any man, and seduce any woman who crosses his path. Pretty soon he has his eyes on Ellen McLeod the wife of champion racer Ed McLeod who he befriends. Will he betray his friends and colleagues on the eve of The Big Race, or will he finally discover he has a conscience?","1.455","/AjfrE5SlGvVUAWrak7R5scVqMu6.jpg","[{'id':13984,'logo_path':null,'name':'Jack Hill Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1969-05-14","0","92","[{'iso_639_1':'en','name':'English'}]","Released","Flesh Against Steel!","Pit Stop","false","6.5","8" +"false","/8AUQ7YlJJA9C8kWk8P4YNHIcFDE.jpg","{'id':295,'name':'Pirates of the Caribbean Collection','poster_path':'/zT5UKFhq9nk97VGlBbAxlAK8UFN.jpg','backdrop_path':'/zJd4E0ImT1U6O8k6aX3ssc9iUBS.jpg'}","140000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'}]","http://disney.go.com/disneyvideos/liveaction/pirates/main_site/main.html","22","tt0325980","en","Pirates of the Caribbean: The Curse of the Black Pearl","Jack Sparrow, a freewheeling 19th-century pirate, quarrels with a rival pirate bent on pillaging Port Royal. When the governor's daughter is kidnapped, Sparrow decides to help the girl's love save her.","46.573","/tkt9xR1kNX5R9rCebASKck44si2.jpg","[{'id':130,'logo_path':'/c9dVHPOL3cqCr2593Ahk0nEKTEM.png','name':'Jerry Bruckheimer Films','origin_country':'US'},{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-07-09","655011224","143","[{'iso_639_1':'en','name':'English'}]","Released","Prepare to be blown out of the water.","Pirates of the Caribbean: The Curse of the Black Pearl","false","7.7","11893" +"false","/l7zANdjgTvYqwZUx76Vk0EKpCH5.jpg","{'id':295,'name':'Pirates of the Caribbean Collection','poster_path':'/zT5UKFhq9nk97VGlBbAxlAK8UFN.jpg','backdrop_path':'/zJd4E0ImT1U6O8k6aX3ssc9iUBS.jpg'}","380000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':14,'name':'Fantasy'}]","http://disney.go.com/pirates/index-on-stranger-tides.html#/video/","1865","tt1298650","en","Pirates of the Caribbean: On Stranger Tides","Captain Jack Sparrow crosses paths with a woman from his past, and he's not sure if it's love -- or if she's a ruthless con artist who's using him to find the fabled Fountain of Youth. When she forces him aboard the Queen Anne's Revenge, the ship of the formidable pirate Blackbeard, Jack finds himself on an unexpected adventure in which he doesn't know who to fear more: Blackbeard or the woman from his past.","31.144","/wNUDAq5OUMOtxMlz64YaCp7gZma.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':130,'logo_path':'/c9dVHPOL3cqCr2593Ahk0nEKTEM.png','name':'Jerry Bruckheimer Films','origin_country':'US'},{'id':20478,'logo_path':'/gSS2OBc6dRsK2ewRx5lcwnARrpl.png','name':'Moving Picture Company','origin_country':'GB'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-05-14","1045713802","136","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Live Forever Or Die Trying.","Pirates of the Caribbean: On Stranger Tides","false","6.4","8255" +"false","/yD3gXOtGmXnbJBPLgqluZU2QF5c.jpg","{'id':295,'name':'Pirates of the Caribbean Collection','poster_path':'/zT5UKFhq9nk97VGlBbAxlAK8UFN.jpg','backdrop_path':'/zJd4E0ImT1U6O8k6aX3ssc9iUBS.jpg'}","200000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'}]","http://disney.go.com/disneypictures/pirates/","58","tt0383574","en","Pirates of the Caribbean: Dead Man's Chest","Captain Jack Sparrow works his way out of a blood debt with the ghostly Davey Jones, he also attempts to avoid eternal damnation.","30.118","/waFr5RVKaQ9dzOt3nQuIVB1FiPu.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':130,'logo_path':'/c9dVHPOL3cqCr2593Ahk0nEKTEM.png','name':'Jerry Bruckheimer Films','origin_country':'US'},{'id':19936,'logo_path':null,'name':'Second Mate Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-06-20","1065659812","151","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'tr','name':'T??rk??e'},{'iso_639_1':'el','name':'????????????????'},{'iso_639_1':'zh','name':'?????????'}]","Released","Jack is back!","Pirates of the Caribbean: Dead Man's Chest","false","7.2","9041" +"false","/EDloimImeTz1rFM7YIJ5Dw1mzU.jpg","{'id':295,'name':'Pirates of the Caribbean Collection','poster_path':'/zT5UKFhq9nk97VGlBbAxlAK8UFN.jpg','backdrop_path':'/zJd4E0ImT1U6O8k6aX3ssc9iUBS.jpg'}","300000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'}]","http://disney.go.com/disneypictures/pirates/","285","tt0449088","en","Pirates of the Caribbean: At World's End","Captain Barbossa, long believed to be dead, has come back to life and is headed to the edge of the Earth with Will Turner and Elizabeth Swann. But nothing is quite as it seems.","29.668","/bXb00CkHqx7TPchTGG131sWV59y.jpg","[{'id':130,'logo_path':'/c9dVHPOL3cqCr2593Ahk0nEKTEM.png','name':'Jerry Bruckheimer Films','origin_country':'US'},{'id':19936,'logo_path':null,'name':'Second Mate Productions','origin_country':'US'},{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-05-19","961000000","169","[{'iso_639_1':'en','name':'English'}]","Released","At the end of the world, the adventure begins.","Pirates of the Caribbean: At World's End","false","7.1","8031" +"false","/jQMlDLS5rwjvUEBnzQbs9n74GB9.jpg","null","40000000","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'}]","","11483","tt0091757","en","Pirates","Captain Red runs a hardy pirate ship with the able assistance of Frog, a dashing young French sailor. One day Capt. Red is captured and taken aboard a Spanish galleon, but thanks to his inventiveness, he raises the crew to mutiny, takes over the ship, and kidnaps the niece of the governor of Maracaibo. The question is, can he keep this pace up?","6.176","/2NljKDHFCjBATferrMmvWmrWMtj.jpg","[{'id':76167,'logo_path':null,'name':'Cominco','origin_country':''},{'id':20395,'logo_path':null,'name':'Carthago Films S.a.r.l.','origin_country':''},{'id':76168,'logo_path':null,'name':'Accent Films','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'TN','name':'Tunisia'}]","1986-05-08","1641825","124","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Pirates","false","6.2","83" +"false","/7XZwpJ0UDFIQIQsQ4F8t060kf0S.jpg","null","50000000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","http://www.theboatthatrocked.net/","18947","tt1131729","en","The Boat That Rocked","The Boat that Rocked is an ensemble comedy, where the romance is between the young people of the 60s, and pop music. It's about a band of DJs that captivate Britain, playing the music that defines a generation and standing up to a government that wanted control of popular culture via the British Broadcasting Corporation. Loosely based on the events in Britain in the 60's when the Labour government of Harold Wilson, wanted to bring the pirate stations under control, enough to see the passage of the Marine Broadcasting Offences Act on 15 August 1967","12.54","/9yPSnwksl3vcTISI3Jn4zpVSMRA.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'},{'id':12196,'logo_path':null,'name':'Medienproduktion Prometheus Filmgesellschaft','origin_country':''},{'id':12197,'logo_path':null,'name':'Portobello Studios','origin_country':''},{'id':12198,'logo_path':null,'name':'Tightrope Pictures','origin_country':''},{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'FR','name':'France'}]","2009-04-01","36348784","135","[{'iso_639_1':'en','name':'English'}]","Released","On air. Off shore. Out of control.","The Boat That Rocked","false","7.3","1132" +"false","/yVfZlZyOtE8QoBSL6gojfopMxr8.jpg","{'id':104830,'name':'Piranha 3D Collection','poster_path':'/saX8LYerNYcbsEfjoq2s6jLUjJS.jpg','backdrop_path':'/6FzU0eEVXOizfDEdJUlaCEt2t3m.jpg'}","5000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':35,'name':'Comedy'}]","http://piranha-3d.com/","71668","tt1714203","en","Piranha 3DD","After the events at Lake Victoria, the prehistoric school of blood-thirsty piranhas make their way into swimming pools, plumbing, and a newly opened water park.","10.937","/xua3x47piJTIRCVtVGjzXPDrbsN.jpg","[{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'},{'id':11761,'logo_path':null,'name':'Mark Canton Productions','origin_country':''},{'id':18524,'logo_path':null,'name':'Intellectual Properties Worldwide','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-05-11","8493728","83","[{'iso_639_1':'en','name':'English'}]","Released","Twice the Teeth. Twice the Terror.","Piranha 3DD","false","4.1","482" +"false","/pX7Cpy6mIejuk1dWxJ1LwvZcVmt.jpg","{'id':104830,'name':'Piranha 3D Collection','poster_path':'/saX8LYerNYcbsEfjoq2s6jLUjJS.jpg','backdrop_path':'/6FzU0eEVXOizfDEdJUlaCEt2t3m.jpg'}","24000000","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","http://www.piranha-3d.com","43593","tt0464154","en","Piranha 3D","Each year the population of sleepy Lake Victoria, Arizona explodes from 5,000 to 50,000 residents for the annual Spring Break celebration. But then, an earthquake opens an underwater chasm, releasing an enormous swarm of ancient Piranha that have been dormant for thousands of years, now with a taste for human flesh. This year, there's something more to worry about than the usual hangovers and complaints from locals, a new type of terror is about to be cut loose on Lake Victoria.","12.983","/q112cRpvz05fg8T2nXMhbH8yPPP.jpg","[{'id':308,'logo_path':'/e8F3mQM7DkJ5SfYYDp8FYzPBOGX.png','name':'The Weinstein Company','origin_country':'US'},{'id':2995,'logo_path':null,'name':'Atmosphere Entertainment MM','origin_country':'US'},{'id':7332,'logo_path':null,'name':'Chako Film Company','origin_country':''},{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'},{'id':18524,'logo_path':null,'name':'Intellectual Properties Worldwide','origin_country':''},{'id':22596,'logo_path':null,'name':'Aja / Levasseur Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-08-20","83188165","88","[{'iso_639_1':'en','name':'English'}]","Released","There's something in the water.","Piranha 3D","false","5.2","985" +"false","/n8v2ugyc3DPYiU68d0XqNKWNQIv.jpg","null","2600000","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","","10895","tt0032910","en","Pinocchio","Lonely toymaker Geppetto has his wishes answered when the Blue Fairy arrives to bring his wooden puppet Pinocchio to life. Before becoming a real boy, however, Pinocchio must prove he's worthy as he sets off on an adventure with his whistling sidekick and conscience, Jiminy Cricket.","16.709","/hu9sn5kHTXZsafNQYQf4qQ16BGI.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':3166,'logo_path':'/vyyv4Gy9nPqAZKElPm2izLlEaVS.png','name':'Walt Disney Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1940-02-23","84300000","88","[{'iso_639_1':'en','name':'English'}]","Released","When you wish upon a star, your dreams come true.","Pinocchio","false","7","2822" +"false","/3Yc7IKB5G0bJ0w2jirxQvEBVtYF.jpg","null","0","[{'id':35,'name':'Comedy'}]","","246011","tt2402985","en","Ping Pong Summer","In 1985 a summer vacation in Ocean City, Md., changes the life of a shy white teen who's obsessed with table tennis and hip-hop music.","1.243","/2dXEEznF48Hr48BU9QQeiXVLaOr.jpg","[{'id':19003,'logo_path':null,'name':'Nomadic Independence Pictures','origin_country':''},{'id':9198,'logo_path':null,'name':'Compass Entertainment','origin_country':''},{'id':27912,'logo_path':null,'name':'Indie Entertainment','origin_country':''},{'id':27913,'logo_path':null,'name':'Epic Match Media','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-06-06","25781","92","[{'iso_639_1':'en','name':'English'}]","Released","1985 - Wish You Were Here!","Ping Pong Summer","false","6","26" +"false","/8J3ts256esihBAKnn0POYK1GUVN.jpg","null","0","[{'id':35,'name':'Comedy'}]","","18755","tt1065106","en","Pigs","A college ladies man accepts a challenge from his dorm buddies - sleep with the entire alphabet, A through Z, before graduation. The rules are simple: the rarer the first letter of the girl's last name, the higher the payout. All goes well until he falls for the ""X"". Now he's torn between his feelings for the girl and winning the bet for his friends.","1.994","/yh1OeVKp7Sqi1IK9HTNESnhnvkq.jpg","[{'id':27259,'logo_path':null,'name':'Hill's Production Services','origin_country':''},{'id':5117,'logo_path':null,'name':'Bad Monkey Productions','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2007-11-05","0","85","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","26 girls. 26 letters in the alphabet. 1 campus legend.","Pigs","false","4.1","29" +"false","/5ggXR86OMwOoTpdS2AtqfGn0MIk.jpg","null","19000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","9413","tt0119896","en","Picture Perfect","A young advertising executive's life becomes increasingly complicated when, in order to impress her boss, she pretends to be engaged to a man she has just met.","7.498","/xYnvr4o7GEaA2uyt4Q1ASUI5Obv.jpg","[{'id':787,'logo_path':'/cCefBs1t7jxtiz3eCxBp9yxrxGx.png','name':'3 Arts Entertainment','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-01-08","44332015","105","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","She was prepared for anything until love stormed in.","Picture Perfect","false","5.2","184" +"false","/j8sUDRN49OxOpZSZQDkYVssHtwK.jpg","null","0","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","11020","tt0073540","en","Picnic at Hanging Rock","In the early 1900s, Miranda attends a girls boarding school in Australia. One Valentine's Day, the school's typically strict headmistress treats the girls to a picnic field trip to an unusual but scenic volcanic formation called Hanging Rock. Despite rules against it, Miranda and several other girls venture off. It's not until the end of the day that the faculty realizes the girls and one of the teachers have disappeared mysteriously.","7.057","/7BAXwmFN4pZDNb9N6kzmAAwdssi.jpg","[{'id':8808,'logo_path':null,'name':'McElroy & McElroy','origin_country':''},{'id':16232,'logo_path':null,'name':'Picnic Productions Pty. Ltd.','origin_country':''},{'id':74363,'logo_path':null,'name':'British Empire Films Australia','origin_country':''},{'id':417,'logo_path':'/w7d3hoHQaC0XwjrxEG1yPeuUhu5.png','name':'Australian Film Commission','origin_country':'AU'}]","[{'iso_3166_1':'AU','name':'Australia'}]","1975-09-02","84744","117","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","On St. Valentine's Day in 1900 a party of schoolgirls set out to picnic at Hanging Rock ... Some were never to return.","Picnic at Hanging Rock","false","7.2","289" +"false","/8lIkPDvw4berZGOodXg3r4bNxaV.jpg","null","27000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","http://www.sonypictures.com/movies/pineappleexpress/","10189","tt0910936","en","Pineapple Express","A stoner and his dealer are forced to go on the run from the police after the pothead witnesses a cop commit a murder.","11.952","/scEvOPl6ZJctQVnRWHvq0pP0DkM.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':10105,'logo_path':'/bN4tiAS8oNlHhIqq66KBPQ1Ekqh.png','name':'Apatow Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-08-06","101624843","111","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","Put this in your pipe and smoke it.","Pineapple Express","false","6.6","1862" +"false","/o85Dzz3N6118X3P0baXZ5Jgaq4K.jpg","null","780000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","25955","tt0046187","en","Pickup on South Street","In New York City, an insolent pickpocket, Skip McCoy, inadvertently sets off a chain of events when he targets ex-prostitute Candy and steals her wallet. Unaware that she has been making deliveries of highly classified information to the communists, Candy, who has been trailed by FBI agents for months in hopes of nabbing the spy ringleader, is sent by her ex-boyfriend, Joey, to find Skip and retrieve the valuable microfilm he now holds.","5.523","/et4fY4BxLyAPwxvUFUbzCUrGsjR.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1953-05-27","0","80","[{'iso_639_1':'en','name':'English'}]","Released","How the law took a chance on a B-girl ??? and won!","Pickup on South Street","false","7.4","98" +"false","/yAH2318Mx6WGLZveKes8aj2Yrcl.jpg","null","60000","[{'id':9648,'name':'Mystery'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.pithemovie.com/","473","tt0138704","en","Pi","The debut film from Darren Aronofsky in which a mathematical genius Maximilian Cohen discovers a link in the connection between numbers and reality and thus believes he can predict the future.","8.65","/d4pDorUHjIVFiVGiJar6sF2r8TQ.jpg","[{'id':22566,'logo_path':null,'name':'Harvest Filmworks','origin_country':''},{'id':379,'logo_path':null,'name':'Truth and Soul Pictures Inc','origin_country':''},{'id':22567,'logo_path':null,'name':'Plantain Films','origin_country':''},{'id':7503,'logo_path':'/3K8wbNkTn7O4wX89ucnp1ZYR1XF.png','name':'Protozoa Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-07-10","3221152","84","[{'iso_639_1':'en','name':'English'}]","Released","There will be no order, only chaos","Pi","false","7.1","1055" +"false","/znySLR8WcHPE9whOQ4zKvRZ2hrd.jpg","null","0","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","41938","tt0098093","en","Physical Evidence","A police officer suspended and now accused of murder is forced to join forces with his court-appointed attorney to assemble the pieces of a deadly puzzle to find the missing link before time runs out.","1.819","/95JrCZlbXrfqRrbUVl6y5zmQNYp.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-01-27","0","99","[{'iso_639_1':'en','name':'English'}]","Released","If he's innocent, the truth could save him. If he's guilty, the lies could kill her.","Physical Evidence","false","5","19" +"false","/39qFDO2UOLQ3Z69E5EGisCTQAAx.jpg","null","13000000","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","1817","tt0183649","en","Phone Booth","A slick New York publicist who picks up a ringing receiver in a phone booth is told that if he hangs up, he'll be killed... and the little red light from a laser rifle sight is proof that the caller isn't kidding.","12.535","/xIaUpPok8WFnr79EAvgtGsIaJzV.jpg","[{'id':711,'logo_path':'/tEiIH5QesdheJmDAqQwvtN60727.png','name':'Fox 2000 Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-09-09","97837138","81","[{'iso_639_1':'sw','name':'Kiswahili'},{'iso_639_1':'en','name':'English'}]","Released","No options. No lies. No fear. No deals. Just keep talking.","Phone Booth","false","6.8","1817" +"false","/1RTiQXeHoEMXkZNWaB8W5uaEZ2.jpg","null","12000000","[{'id':18,'name':'Drama'}]","","205220","tt2431286","en","Philomena","A woman searches for her adult son, who was taken away from her decades ago when she was forced to live in a convent.","7.46","/6BTXHupSPkrwsoz4Br6qwwSVmhj.jpg","[{'id':1219,'logo_path':'/6OGqCShROjIvmBOfRbeUsn7im93.png','name':'Baby Cow Productions','origin_country':'GB'},{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':18188,'logo_path':null,'name':'Magnolia Mae Films','origin_country':'US'},{'id':7981,'logo_path':'/6Yv1gIAuGkHS5Vis4UjnqHhCPWV.png','name':'Path??!','origin_country':'FR'},{'id':12005,'logo_path':null,'name':'Yucaipa Films','origin_country':''},{'id':308,'logo_path':'/e8F3mQM7DkJ5SfYYDp8FYzPBOGX.png','name':'The Weinstein Company','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2013-11-01","100129872","98","[{'iso_639_1':'en','name':'English'}]","Released","These two unlikely companions are on a journey to find her long lost son.","Philomena","false","7.4","913" +"false","/yBdG61cpcah7lrPeXw8KVlHaaQS.jpg","null","26000000","[{'id':18,'name':'Drama'}]","","9800","tt0107818","en","Philadelphia","Two competing lawyers join forces to sue a prestigious law firm for AIDS discrimination. As their unlikely friendship develops their courage overcomes the prejudice and corruption of their powerful adversaries.","8.602","/4Y4cwVV6qd6fwhlVfRHUXELEbpr.jpg","[{'id':1274,'logo_path':null,'name':'Clinica Estetico','origin_country':''},{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-12-22","206678440","126","[{'iso_639_1':'en','name':'English'}]","Released","No one would take on his case... until one man was willing to take on the system.","Philadelphia","false","7.7","1949" +"false","/eLOKujSMudMf62ATU7XnpLaID1c.jpg","{'id':55422,'name':'Peter Pan Collection','poster_path':'/t0mINaIut2aDKdGseQtC7UcbRNW.jpg','backdrop_path':'/AnhKboZjfeGuHI6qg7pp9RCesTF.jpg'}","4000000","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'}]","","10693","tt0046183","en","Peter Pan","Leaving the safety of their nursery behind, Wendy, Michael and John follow Peter Pan to a magical world where childhood lasts forever. But while in Neverland, the kids must face Captain Hook and foil his attempts to get rid of Peter for good.","15.445","/aWLgUzpkVFk8OVcg5jJte5I0Ces.jpg","[{'id':6,'logo_path':'/n53F7K9scQWFXYbrCablqLKqJdp.png','name':'RKO Radio Pictures','origin_country':'US'},{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':3166,'logo_path':'/vyyv4Gy9nPqAZKElPm2izLlEaVS.png','name':'Walt Disney Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1953-02-05","87404651","77","[{'iso_639_1':'en','name':'English'}]","Released","It will live in your heart forever!","Peter Pan","false","7.2","2767" +"false","/1aG39wdiTQ52rl5tVL0r2e4PLgn.jpg","null","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':10402,'name':'Music'}]","","43321","tt0048484","en","Pete Kelly's Blues","In 1927 Kansas City Pete Kelly and his jazz band play nightly at a speakeasy. A local gangster starts to move in on them and when their drummer is killed Kelly gives in...","0.927","/gpZmZpRYgXtZmP5cAEAC95y3TCw.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':13700,'logo_path':null,'name':'Mark VII Ltd.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1955-07-31","0","95","[{'iso_639_1':'en','name':'English'}]","Released","A jazz-man of the wide-open '20s - caught in the crossfire of its blazing .38s!","Pete Kelly's Blues","false","6","10" +"false","/aztRWo0OTy3lJQpDuQb99ro8bO0.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'}]","","257521","tt1761005","en","Persecuted","Nationally acclaimed evangelist John Luther is the last obstacle in the way of sweeping religious reform in the States. When a U.S. Senator and Luther's own supporters abduct and frame him in the murder of an innocent teenage girl, an unprecedented era of persecution is unleashed. Out on personal recognizance, Luther escapes police surveillance in search of the truth. And suddenly, a once-normal life is targeted by a team of ex-military operatives who wage a relentless campaign to eliminate the incriminating evidence. As evangelist turned fugitive, Luther vows to expose anyone involved with or profiting from the girl's murder; a mission that brings him face-to-face with the coming storm of persecution that will threaten the entire Christian community in America.","1.61","/wggn5vuaqmfUGPNI33tbeO6VBOt.jpg","[{'id':24972,'logo_path':null,'name':'Vocal Yokels','origin_country':''},{'id':54838,'logo_path':null,'name':'Indieproduction','origin_country':'US'},{'id':54839,'logo_path':null,'name':'One Media','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-05-09","1558836","93","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","And you shall suffer as Christ.","Persecuted","false","5.2","13" +"false","/3i8bJa5yvLZW2k4sg2Cd1Yy0a1x.jpg","null","50000000","[{'id':80,'name':'Crime'},{'id':14,'name':'Fantasy'},{'id':18,'name':'Drama'}]","http://www.parfum.film.de/","1427","tt0396171","en","Perfume: The Story of a Murderer","Jean-Baptiste Grenouille, born in the stench of 18th century Paris, develops a superior olfactory sense, which he uses to create the world's finest perfumes. However, his work takes a dark turn as he tries to preserve scents in the search for the ultimate perfume.","14.424","/zC9JHS6NlkJKPYFxOOqBl7fQCjT.jpg","[{'id':1208,'logo_path':null,'name':'Rising Star','origin_country':''},{'id':5755,'logo_path':'/53JWq1rzbAXzbh1rnFo3XdqsAUh.png','name':'Constantin Film Produktion','origin_country':''},{'id':2116,'logo_path':null,'name':'VIP Medienfonds 4','origin_country':''},{'id':753,'logo_path':null,'name':'Nouvelles ??ditions de Films (NEF)','origin_country':''},{'id':7956,'logo_path':null,'name':'Castelao Producciones','origin_country':''},{'id':342,'logo_path':null,'name':'Davis-Films','origin_country':''},{'id':2875,'logo_path':'/3fNapBvM3EHlyL9TxdP5qEOUNeN.png','name':'Ikiru Films','origin_country':'ES'}]","[{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'FR','name':'France'}]","2006-09-13","132180323","147","[{'iso_639_1':'en','name':'English'}]","Released","Based on the best-selling novel","Perfume: The Story of a Murderer","false","7.2","2163" +"false","/oyWX7H6yHFlzcMUue6kI5ymdsWj.jpg","null","0","[{'id':35,'name':'Comedy'}]","","262742","tt1411762","en","Pastor Shepherd","The tale of a down-on-his-luck freeze-dried-pet-salesman and his journey to become the first-ever-cyber-evangelist.","0.875","/y3znkntJ6KJD7LjBUuA048t97zW.jpg","[{'id':6020,'logo_path':null,'name':'Harbor Light Entertainment','origin_country':'US'}]","[]","2010-04-16","0","91","[{'iso_639_1':'en','name':'English'}]","Released","Love Thy Neighbor","Pastor Shepherd","false","3.8","8" +"false","/w9ecomJahB1UlVkXWFgnFtRAgkc.jpg","null","15000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'}]","","10538","tt0105104","en","Passenger 57","An infamous terrorist has evaded capture for a long time by being extremely clever and ruthless. Things get interesting when he hijacks a plane carrying famous security expert John Cutter, who isn't about to stand this sort of thing.","10.622","/mOh1t38TkW6JVg6ylQusKBPxxqa.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-11-05","44065653","84","[{'iso_639_1':'en','name':'English'}]","Released","He's an ex-cop with a bad mouth, a bad attitude, and a bad seat. For the terrorists on flight 163 . . . he's very bad news.","Passenger 57","false","5.7","409" +"false","/705lwXif54pQuk4TvnXvXAJY4xU.jpg","null","1300000","[{'id':878,'name':'Science Fiction'}]","","270654","tt2495104","en","Parts Per Billion","The interwoven stories of three couples which are forced to make life altering decisions in the face of a disastrous war. Inspired and sometimes blinded by their love, Len, Mia, Andy, Esther, Anna and Erik are as flawed and beautiful as any of the billions who are facing this human-made biological disaster.","3.157","/8UIJzHrDXVLYegP7lnLebMr5Jr4.jpg","[{'id':12142,'logo_path':'/rPnEeMwxjI6rYMGqkWqIWwIJXxi.png','name':'XYZ Films','origin_country':'US'},{'id':6692,'logo_path':'/2Wd2CodKtgB4XyAQH4ez8qnZuqg.png','name':'Benaroya Pictures','origin_country':'US'},{'id':46240,'logo_path':'/8jiwvypPWazxmJcY6os2aACfk3d.png','name':'Miscellaneous Entertainment','origin_country':'US'},{'id':24277,'logo_path':'/u42aMBx2JxWp4vgTjqcar4Kp1HI.png','name':'PalmStar Media','origin_country':'US'},{'id':46241,'logo_path':null,'name':'Traverse Media','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-03-25","15000000","98","[{'iso_639_1':'en','name':'English'}]","Released","When The Earth Ends, Will Love Survive?","Parts Per Billion","false","4.4","38" +"false","/lLEj2UCOB6JNr2wLVDEj7lKlKPO.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://particlefever.com/","202141","tt1385956","en","Particle Fever","As the Large Hadron Collider is about to be launched for the first time, physicists are on the cusp of the greatest scientific discovery of all time -- or perhaps their greatest failure.","4.516","/bvbsaBSc4IJbpOYAQM45QrenvKA.jpg","[{'id':31775,'logo_path':null,'name':'Anthos Media','origin_country':''},{'id':31776,'logo_path':null,'name':'Particle Fever','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-06-14","0","99","[{'iso_639_1':'en','name':'English'}]","Released","With one switch, everything changes.","Particle Fever","false","7.1","139" +"false","/ytU5qFmKYIDhWg8mnJxh1V603Rj.jpg","null","10000000","[{'id':36,'name':'History'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","209262","tt2345112","en","Parkland","November 22nd, 1963 was a day that changed the world forever ??? when young American President John F. Kennedy was assassinated in Dallas, Texas. This film follows, almost in real time, a handful of individuals forced to make split-second decisions after an event that would change their lives and forever alter the world???s landscape.","6.213","/4XnQohEzB4XwISgoJEmH7M8GcPq.jpg","[{'id':11448,'logo_path':'/twhX9HMUuGW4Mhb45AyWDhRqkvR.png','name':'Exclusive Media','origin_country':'US'},{'id':4171,'logo_path':null,'name':'Playtone','origin_country':'US'},{'id':7486,'logo_path':null,'name':'American Film Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-10-02","653651","94","[{'iso_639_1':'en','name':'English'}]","Released","November 22, 1963, 12:38 pm - A trauma patient is rushed to Parkland Memorial Hospital in Dallas. His name is President John F. Kennedy.","Parkland","false","6.1","196" +"false","/y9lH6ijs5YXS8njSHtiJJj5UohO.jpg","null","35000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","","119283","tt1904996","en","Parker","A thief with a unique code of professional ethics is double-crossed by his crew and left for dead. Assuming a new disguise and forming an unlikely alliance with a woman on the inside, he looks to hijack the score of the crew's latest heist.","9.154","/f5KkE5sOdcNF7eb15cCTIzDVlys.jpg","[{'id':7215,'logo_path':null,'name':'Incentive Filmed Entertainment','origin_country':''},{'id':24049,'logo_path':'/zOHQ0A3PpNoLLeAxRZwSqNV3nPr.png','name':'Sierra / Affinity','origin_country':'US'},{'id':63965,'logo_path':null,'name':'Alexander/Mitchell Productions','origin_country':''},{'id':972,'logo_path':null,'name':'Current Entertainment','origin_country':''},{'id':737,'logo_path':'/dK1GZ1u4our8sJW0Sts1JHeNSLn.png','name':'Sidney Kimmel Entertainment','origin_country':'US'},{'id':8833,'logo_path':null,'name':'Anvil Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-01-23","46216641","118","[{'iso_639_1':'en','name':'English'}]","Released","To get away clean, you have to play dirty.","Parker","false","5.8","1817" +"false","/ezJPRHaVXQPFDoR7nOXWhgvV92o.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","","33710","tt0055278","en","Paris Blues","Ram Bowen and Eddie Cook are two expatriate jazz musicians living in Paris where, unlike America at the time, Jazz musicians are celebrated and racism is a non-issue. When they meet and fall in love with two young American girls, Lillian and Connie, who are vacationing in France, Ram and Eddie must decide whether they should move back to America with them, or stay in Paris for the freedom it allows them. Ram, who wants to be a serious composer, finds Paris more exciting than America and is reluctant to give up his music for a relationship, and Eddie wants to stay for the city's more tolerant racial atmosphere.","2.422","/uBkyc8tDHcbwzOwjPA0x0ig7bXD.jpg","[{'id':32994,'logo_path':null,'name':'Monmouth','origin_country':''},{'id':10568,'logo_path':null,'name':'Pennebaker Productions','origin_country':''},{'id':32995,'logo_path':null,'name':'Diane Productions','origin_country':''},{'id':32996,'logo_path':null,'name':'Jason Films','origin_country':''},{'id':32997,'logo_path':null,'name':'Monica Corp.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1961-09-27","0","98","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","A love-spectacular so personally exciting, you feel it's happening to you!","Paris Blues","false","6.3","15" +"false","/wQAwqf2VgSJRyU7u8vNDWl6qXQf.jpg","null","25000000","[{'id':35,'name':'Comedy'}]","","88042","tt1047540","en","Parental Guidance","Artie and Diane agree to look after their three grandkids when their type-A helicopter parents need to leave town for work. Problems arise when the kids' 21st-century behavior collides with Artie and Diane's old-school methods.","9.136","/1B3y7uToOeuDo0oDxaHANmdAVJi.jpg","[{'id':6332,'logo_path':null,'name':'Dune Entertainment III','origin_country':'US'},{'id':7076,'logo_path':'/8BFxn9NUWSgp0ndih569Gm62xiC.png','name':'Chernin Entertainment','origin_country':'US'},{'id':10221,'logo_path':'/99VfWRgKasZoyK9UVB39gnYvFrZ.png','name':'Walden Media','origin_country':'US'},{'id':48638,'logo_path':null,'name':'Face Productions','origin_country':''},{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-12-25","119772232","104","[{'iso_639_1':'en','name':'English'}]","Released","Here come the grandparents. There go the rules.","Parental Guidance","false","5.8","269" +"false","/tTSXZG8uHc0olcq9gOneDgLQL5G.jpg","null","60000000","[{'id':10751,'name':'Family'},{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'}]","http://paranorman.com","77174","tt1623288","en","ParaNorman","In the town of Blithe Hollow, Norman Babcock is a boy who can speak to the dead, but no one besides his eccentric new friend, Neil, believes his ability is real. One day, Norman's estranged eccentric uncle tells him of an important annual ritual he must take up to protect the town from an curse cast by a witch it condemned centuries ago. Eventually, Norman decides to cooperate, but things don't go according to plan. Now, a magic storm of the witch threatens Blithe Hollow as the accursed dead rise. Together with unexpected new companions, Norman struggles to save his town, only to discover the horrific truth of the curse. With that insight, Norman must resolve the crisis for good as only he can.","9.621","/pfGmWVyGHgdJrdKrZ5RWZpbAhkn.jpg","[{'id':10146,'logo_path':'/xnFIOeq5cKw09kCWqV7foWDe4AA.png','name':'Focus Features','origin_country':'US'},{'id':11537,'logo_path':'/AgCkAk8EpUG9fTmK6mWcaJA2Zwh.png','name':'Laika Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-08-03","107139399","90","[{'iso_639_1':'en','name':'English'}]","Released","It's all fun and games until someone raises the dead.","ParaNorman","false","6.8","1302" +"false","/qS5VSrIT92gNWl03mfed4j2xcyX.jpg","null","0","[{'id':35,'name':'Comedy'}]","","185474","tt2392846","en","Paranormal Movie","A man, long haunted by the paranormal, captures on camera the horror and hilarity he and his beautiful girlfriend encounter after moving into a new home.","1.914","/95Nm8Nrq4ASZiO0dmI0YKwEh6NB.jpg","[{'id':14050,'logo_path':null,'name':'Paranormal Movie Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-04-08","0","87","[{'iso_639_1':'en','name':'English'}]","Released","So scary, it will scare the S#&% out of you!","Paranormal Movie","false","3.1","13" +"false","/sOt3wOM8gHZCXCEU7VNaGzRDvSF.jpg","null","0","[{'id':27,'name':'Horror'}]","","222264","tt2748088","en","Paranormal Asylum: The Revenge of Typhoid Mary","Filmmaker friends Mark and Andy investigate the legend of Typhoid Mary, a girl who was locked up in an insane asylum that was believed to be haunted. But bad things start to happen after Andy's fianc??e conducts a s??ance to summon Mary's spirit.","1.138","/se5D5veLN9PnuS6Cp9mWxwFdeAT.jpg","[]","[]","2013-09-17","0","88","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","","Paranormal Asylum: The Revenge of Typhoid Mary","false","3.3","15" +"false","/zEgaJ33dWkXBcl7J5IjRBTWdyLL.jpg","{'id':41437,'name':'Paranormal Activity Collection','poster_path':'/lYXAMmm9XlYmj5Dr4O9diLQVCJS.jpg','backdrop_path':'/hZMiAPeINRH0M2X1PBEgn6YdULy.jpg'}","5000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","227348","tt2473682","en","Paranormal Activity: The Marked Ones","Seventeen-year-old Jesse has been hearing terrifying sounds coming from his neighbor???s apartment, but when he turns on his camera and sets out to uncover their source, he encounters an ancient evil that won???t rest until it???s claimed his very soul.","8.816","/fMC6CqCRDzQDxAibydeZF9XBAJ4.jpg","[{'id':3172,'logo_path':'/kDedjRZwO8uyFhuHamomOhN6fzG.png','name':'Blumhouse Productions','origin_country':'US'},{'id':21223,'logo_path':null,'name':'Solana Films','origin_country':''},{'id':6302,'logo_path':null,'name':'Room 101','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-01-01","86362372","84","[{'iso_639_1':'en','name':'English'}]","Released","You're one of us now.","Paranormal Activity: The Marked Ones","false","5.2","723" +"false","/qDaIOqnC5pQyknm7SLnxlffklVy.jpg","{'id':41437,'name':'Paranormal Activity Collection','poster_path':'/lYXAMmm9XlYmj5Dr4O9diLQVCJS.jpg','backdrop_path':'/hZMiAPeINRH0M2X1PBEgn6YdULy.jpg'}","5000000","[{'id':27,'name':'Horror'}]","","82990","tt2109184","en","Paranormal Activity 4","It has been five years since the disappearance of Katie and Hunter, and a suburban family witness strange events in their neighborhood when a woman and a mysterious child move in.","7.354","/fBUlONud4kLwDlkg5uZfi9NVEAX.jpg","[{'id':6302,'logo_path':null,'name':'Room 101','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':3172,'logo_path':'/kDedjRZwO8uyFhuHamomOhN6fzG.png','name':'Blumhouse Productions','origin_country':'US'},{'id':21223,'logo_path':null,'name':'Solana Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-10-17","142817992","95","[{'iso_639_1':'en','name':'English'}]","Released","It's closer than you think","Paranormal Activity 4","false","5.3","981" +"false","/7b0ksqDWSZzmfOLSOok7Hh8eKqk.jpg","{'id':41437,'name':'Paranormal Activity Collection','poster_path':'/lYXAMmm9XlYmj5Dr4O9diLQVCJS.jpg','backdrop_path':'/hZMiAPeINRH0M2X1PBEgn6YdULy.jpg'}","5000000","[{'id':27,'name':'Horror'}]","http://www.paranormalmovie.com/","72571","tt1778304","en","Paranormal Activity 3","In 1988, evil begins to terrorize young sisters Katie and Kristi for the first time when an invisible entity resides in their home.","8.152","/uDO3wyyxrMm93lZZBuslLQxNMgJ.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':3172,'logo_path':'/kDedjRZwO8uyFhuHamomOhN6fzG.png','name':'Blumhouse Productions','origin_country':'US'},{'id':21223,'logo_path':null,'name':'Solana Films','origin_country':''},{'id':6302,'logo_path':null,'name':'Room 101','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-10-19","205703818","83","[{'iso_639_1':'en','name':'English'}]","Released","It Runs In The Family","Paranormal Activity 3","false","5.9","1158" +"false","/sPaDUSuVQy1SL7ybnxilgWzLDAQ.jpg","{'id':41437,'name':'Paranormal Activity Collection','poster_path':'/lYXAMmm9XlYmj5Dr4O9diLQVCJS.jpg','backdrop_path':'/hZMiAPeINRH0M2X1PBEgn6YdULy.jpg'}","15000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","http://www.paranormalactivity-movie.com/","23827","tt1179904","en","Paranormal Activity","After a young, middle class couple moves into a suburban 'starter' tract house, they become increasingly disturbed by a presence that may or may not be somehow demonic but is certainly most active in the middle of the night. Especially when they sleep. Or try to.","8.486","/ns7J1iMSDs5UkEVjMXLPiss7Lrt.jpg","[{'id':3172,'logo_path':'/kDedjRZwO8uyFhuHamomOhN6fzG.png','name':'Blumhouse Productions','origin_country':'US'},{'id':21223,'logo_path':null,'name':'Solana Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-09-25","193355800","86","[{'iso_639_1':'en','name':'English'}]","Released","What Happens When You Sleep?","Paranormal Activity","false","5.9","2618" +"false","/dhaxwFoaOGIKnJiqHl5hndmyU0s.jpg","{'id':41437,'name':'Paranormal Activity Collection','poster_path':'/lYXAMmm9XlYmj5Dr4O9diLQVCJS.jpg','backdrop_path':'/hZMiAPeINRH0M2X1PBEgn6YdULy.jpg'}","3000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.paranormalmovie.com/trailer/","41436","tt1536044","en","Paranormal Activity 2","Just as Dan and Kristi welcome a newborn baby into their home, a demonic presence begins terrorizing them, tearing apart their perfect world and turning it into an inescapable nightmare. Security cameras capture the torment, making every minute horrifyingly real.","8.138","/hFMMrqDR16yNRf77plyvbkxohg6.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':3172,'logo_path':'/kDedjRZwO8uyFhuHamomOhN6fzG.png','name':'Blumhouse Productions','origin_country':'US'},{'id':21223,'logo_path':null,'name':'Solana Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-10-20","177512032","91","[{'iso_639_1':'en','name':'English'}]","Released","In 2009 you demanded it. Nothing can prepare you for what's next.","Paranormal Activity 2","false","5.7","1294" +"false","/wjQLsKKwBFZNWcj6lrEZc4rWk2.jpg","null","35000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","115348","tt1413495","en","Paranoia","An entry-level employee at a powerful corporation finds himself occupying a corner office, but at a dangerous price: he must spy on his boss's old mentor to secure for him a multi-billion dollar advantage.","9.978","/kSxJnejeNaMlQv3I2hnvBMSOqoo.jpg","[{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':9,'logo_path':'/nda3dTUYdDrJ6rZqBpYvY865aDv.png','name':'Gaumont','origin_country':'FR'},{'id':1490,'logo_path':null,'name':'Kintop Pictures','origin_country':'US'},{'id':7294,'logo_path':'/kK4PRgceWp9KNrycD8xx8seWxYU.png','name':'Reliance Entertainment','origin_country':'IN'},{'id':7437,'logo_path':'/e5CcgFrdlxMUwlsS72si8q1yHBr.png','name':'IM Global','origin_country':'US'},{'id':13241,'logo_path':null,'name':'Demarest Films','origin_country':''},{'id':14654,'logo_path':null,'name':'EMJAG Productions','origin_country':''},{'id':34077,'logo_path':null,'name':'Film 360','origin_country':''},{'id':36353,'logo_path':null,'name':'E Stars Films','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","2013-08-14","13785015","106","[{'iso_639_1':'en','name':'English'}]","Released","In a war between kings even a pawn can change the game.","Paranoia","false","5.7","512" +"false","/p9BAiTnq6Cz2YA6zo4L89KL8vCa.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","","23916","tt0078056","en","Paradise Alley","Sylvester Stallone is fighting the odds again, this time in the wrestling ring. As Cosmo Carboni, he and his two brothers dream of getting out of Hell's Kitchen (circa 1946) and into the big time. The exit signs point to Paradise Alley, a sleazy private club where the floorshow consists of raucous wrestling matches with big purses. Stallone not only starred in and wrote this action-packed film, he also made his directorial debut in this tale of three guys who could take anything Hell's Kitchen could dish out.","5.189","/bdXHLDsfFTW8LyaK3TRKvmjsMlK.jpg","[{'id':14121,'logo_path':null,'name':'Image Ten','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1978-09-22","7185518","107","[{'iso_639_1':'en','name':'English'}]","Released","The Carboni Boys. They haul ice, lay out stiffs and dance with monkeys.","Paradise Alley","false","5.7","46" +"false","/gmbRYunstwcgzBpClDxNAcFRRlp.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","152756","tt1262990","en","Paradise","After surviving a plane crash a young conservative woman suffers a crisis of faith.","2.102","/aB0VbI6q4oNqh8pT6v2fsIUvbeP.jpg","[{'id':771,'logo_path':null,'name':'Mandate Pictures','origin_country':'US'},{'id':23,'logo_path':'/mkxNjThahj5pvntvYKVpMbWXm3D.png','name':'Imagine Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-10-18","0","86","[{'iso_639_1':'en','name':'English'}]","Released","","Paradise","false","5.1","33" +"false","/w6XYdZIXZlMNL2efDXdXI6q4lhm.jpg","null","12000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","5924","tt0070511","en","Papillon","A man befriends a fellow criminal as the two of them begin serving their sentence on a dreadful prison island, which inspires the man to plot his escape.","9.49","/q1tmTQvEWbJgf8eccX1XWXxWKkK.jpg","[{'id':4928,'logo_path':null,'name':'Allied Artists Pictures','origin_country':''},{'id':599,'logo_path':null,'name':'Solar Productions','origin_country':''},{'id':60832,'logo_path':null,'name':'Corona-General','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1973-12-13","53267000","151","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","The greatest adventure of escape!","Papillon","false","8","803" +"false","/3ijGTH1g2LEI7fi7MqGmBZ3ndDq.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","","26606","tt0066214","en","Performance","Young gangster Chas Devlin seeks refuge from the mob in a basement belonging to a reclusive, fading rock star Turner.","4.474","/yKuqk84TtTpj0nYZS5m680JmprG.jpg","[{'id':4597,'logo_path':null,'name':'Goodtimes Enterprises','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1970-08-03","0","101","[{'iso_639_1':'en','name':'English'}]","Released","See them all in a film about fantasy. And reality. Vice. And versa.","Performance","false","7","66" +"false","/r1zXPaEPZQwjK2BvT0qo7pq5DTd.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","","206192","tt2027231","en","Perfect Sisters","Tired of their mother's alcoholism and a string of her abusive boyfriends, two sisters plot to kill her.","6.281","/7ZIEWAzwkG2DTvNvnsNS2d8hzPE.jpg","[{'id':34994,'logo_path':null,'name':'Julijette','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2014-04-08","0","100","[{'iso_639_1':'en','name':'English'}]","Released","Being a teenager can be murder.","Perfect Sisters","false","5.7","162" +"false","/dfEkYX40b9jtGNCCgqe60nmzIhB.jpg","null","0","[{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'},{'id':10749,'name':'Romance'}]","","51999","tt1439572","en","Perfect Sense","Susan is a scientist searching for answers to important questions. So important that she has given up on other things, like love - until she meets Michael. Susan and Michael find themselves embarking on a sensual adventure while the world around them seems to be falling apart. A life-affirming look at what it means to love and be loved in turbulent times.","7.612","/auGreFF58MJW6r6UzJCvHA8mVBc.jpg","[{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':76,'logo_path':null,'name':'Zentropa Entertainments','origin_country':'DK'},{'id':698,'logo_path':null,'name':'Scottish Screen','origin_country':''},{'id':2801,'logo_path':'/bswb1PLLsKDUXMLgy42bZtCtIde.png','name':'Film i V??st','origin_country':'SE'},{'id':118,'logo_path':'/AiBorgNTCS1lT1FdFPYheax9jfF.png','name':'Det Danske Filminstitut','origin_country':'DK'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'SE','name':'Sweden'},{'iso_3166_1':'DK','name':'Denmark'}]","2011-01-24","908000","92","[{'iso_639_1':'cs','name':'??esk??'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","Without love there is nothing.","Perfect Sense","false","6.8","525" +"false","/nQk6qnJgHe2xzT8OQs7Z9yfHWpf.jpg","null","17000","[{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'}]","http://www.facebook.com/PerfectAndroidRising","282659","tt2385169","en","Perfect: Android Rising","The perfect killing machine is reprogrammed to think and feel.","1.387","/uPnPoFpjp9mGql84TPCkrdeLqKB.jpg","[{'id':6766,'logo_path':null,'name':'Tom Cat Films','origin_country':''},{'id':27787,'logo_path':null,'name':'Blinky Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-06-14","0","85","[{'iso_639_1':'en','name':'English'}]","Released","Our Future Is At War","Perfect: Android Rising","false","3.3","14" +"false","/lu8I9g402OxX2gmxlKqxdierq4w.jpg","null","15","[{'id':35,'name':'Comedy'}]","http://www.peeplesmovie.com/","72359","tt1699755","en","Peeples","The story follows what happens when a child psychologist surprises his girlfriend by showing up at her political family's annual get-together at their Sag Harbor vacation home only to find them desperately in need of therapy.","2.404","/hZ7UoorC681ZFxTLIm3pCFo4cz.jpg","[{'id':5984,'logo_path':null,'name':'34th Street Films','origin_country':''},{'id':8840,'logo_path':null,'name':'Homegrown Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-05-09","0","95","[{'iso_639_1':'en','name':'English'}]","Released","","Peeples","false","5.2","33" +"false","/xD7ArtghcrUAvWWPMm2kjnQ8xwn.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","43795","tt0034012","en","Penny Serenade","A light-hearted romantic drama starring Cary Grant & Irene Dunne as a couple who meet, fall in love, quarrel and reunite. While listening to a recording of ""Penny Serenade"", Julie Gardiner Adams (Irene Dunne) begins reflecting on her past. She recalls her impulsive marriage to newspaper reporter Roger Adams (Cary Grant), which begins on a deliriously happy note but turns out to be fraught with tragedy. Other songs remind her of their courtship, their marriage, their desire for a child, and the joys and sorrows they have shared. A flood of memories come back to her as she ponders on their present problems and how they arose.","3.199","/ksL4CNT4HVrYsKVz1AmUyatAM6A.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1941-04-24","0","119","[{'iso_639_1':'en','name':'English'}]","Released","""Remember the tune they were singing the night we fell in love?...""","Penny Serenade","false","6.6","36" +"false","/cDctk61tUeQz4LX7tTFPknI28ea.jpg","null","140000000","[{'id':36,'name':'History'},{'id':10749,'name':'Romance'},{'id':10752,'name':'War'},{'id':18,'name':'Drama'}]","","676","tt0213149","en","Pearl Harbor","The lifelong friendship between Rafe McCawley and Danny Walker is put to the ultimate test when the two ace fighter pilots become entangled in a love triangle with beautiful Naval nurse Evelyn Johnson. But the rivalry between the friends-turned-foes is immediately put on hold when they find themselves at the center of Japan's devastating attack on Pearl Harbor on Dec. 7, 1941.","16.214","/gzjMpcyV1RksWonaA87DZ8wQTH0.jpg","[{'id':130,'logo_path':'/c9dVHPOL3cqCr2593Ahk0nEKTEM.png','name':'Jerry Bruckheimer Films','origin_country':'US'},{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-05-21","449220945","183","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'}]","Released","It takes a moment to change history. It takes love to change lives.","Pearl Harbor","false","6.8","3246" +"false","/3NK02PLJSs01SY1hsXUAcqbG3WP.jpg","{'id':179919,'name':'Percy Jackson Collection','poster_path':'/fimFFNm5LTSTaYcQEbjrFXT4rgo.jpg','backdrop_path':'/a7ptPlBghCbXkLaeSro6bNXFfIe.jpg'}","90000000","[{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","http://www.percyjacksonthemovie.com/us/#!/home","76285","tt1854564","en","Percy Jackson: Sea of Monsters","In their quest to confront the ultimate evil, Percy and his friends battle swarms of mythical creatures to find the mythical Golden Fleece and to stop an ancient evil from rising.","14.686","/k1bhUW7XM5X0yD3iewAEvloFBEo.jpg","[{'id':6332,'logo_path':null,'name':'Dune Entertainment III','origin_country':'US'},{'id':711,'logo_path':'/tEiIH5QesdheJmDAqQwvtN60727.png','name':'Fox 2000 Pictures','origin_country':'US'},{'id':5219,'logo_path':null,'name':'Sunswept Entertainment','origin_country':''},{'id':436,'logo_path':'/A7WCkG3F0NFvjGCwUnclpGdIu9E.png','name':'1492 Pictures','origin_country':'US'},{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'},{'id':22213,'logo_path':'/qx9K6bFWJupwde0xQDwOvXkOaL8.png','name':'TSG Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-08-07","174578751","106","[{'iso_639_1':'en','name':'English'}]","Released","Where There Are Gods, There Are Monsters.","Percy Jackson: Sea of Monsters","false","5.9","2980" +"false","/fBYnaVOcc2Ghfkv473z0xdBRQ0m.jpg","null","132000000","[{'id':10751,'name':'Family'},{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'}]","","270946","tt1911658","en","Penguins of Madagascar","Skipper, Kowalski, Rico and Private join forces with undercover organization The North Wind to stop the villainous Dr. Octavius Brine from destroying the world as we know it.","20.99","/pRer59eyY4rjkLPeKXKo7fPxCHH.jpg","[{'id':521,'logo_path':'/kP7t6RwGz2AvvTkvnI1uteEwHet.png','name':'DreamWorks Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-11-22","373552094","92","[{'iso_639_1':'en','name':'English'}]","Released","The Movie Event That Will Blow Their Cover","Penguins of Madagascar","false","6.4","2192" +"false","/lDxexgNTafPaGUwDOXQWa6RQ2OG.jpg","null","16000000","[{'id':18,'name':'Drama'}]","","98548","tt1716777","en","People Like Us","It tells the story of a struggling man who, after flying home to L.A. for the funeral of his estranged record-producer father, discovers that the will stipulates that he must deliver $150,000 in cash to a 30-year-old alcoholic sister he never knew existed, and her troubled 12-year-old son.","10.305","/lMAHB1r1vSUOZRKCYR143mm6VMk.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-06-29","12434778","114","[{'iso_639_1':'en','name':'English'}]","Released","Find your family.","People Like Us","false","6.8","348" +"false","/tT8Vb5kvlk8yDZQrOUr6fupx26D.jpg","null","90000000","[{'id':80,'name':'Crime'}]","","2112","tt0120784","en","Payback","With friends like these, who needs enemies? That's the question bad guy Porter is left asking after his wife and partner steal his heist money and leave him for dead -- or so they think. Five months and an endless reservoir of bitterness later, Porter's partners and the crooked cops on his tail learn how bad payback can be.","11.785","/6wvtqAKsMso4oKTCmAlKtV2W0Zy.jpg","[{'id':152,'logo_path':null,'name':'Icon Productions','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-02-05","161626121","100","[{'iso_639_1':'en','name':'English'}]","Released","No More Mr. Nice Guy.","Payback","false","6.7","822" +"false","/sipnWmSLFPQtVICfnpeIUQ3F7is.jpg","null","5000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","","199420","tt1741243","en","Pawn Shop Chronicles","The stories of a missing wife, a couple of meth heads and an Elvis impersonator are connected by the items found in a small town's pawn shop.","6.476","/aC1UOsq7G4oGVSzpog0iNkxKA88.jpg","[{'id':87396,'logo_path':null,'name':'Laguna Ridge Pictures','origin_country':''},{'id':5113,'logo_path':'/qd5ru3vUvGb6dhXSzkHn7EQoX2D.png','name':'120dB Films','origin_country':'US'},{'id':5515,'logo_path':null,'name':'Louisiana Media Productions','origin_country':''},{'id':6573,'logo_path':null,'name':'Mimran Schur Pictures','origin_country':''},{'id':6724,'logo_path':null,'name':'Upload Films','origin_country':''},{'id':22876,'logo_path':null,'name':'Suretone Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-07-12","0","107","[{'iso_639_1':'en','name':'English'}]","Released","One small town pawn shop. One big time wild ride.","Pawn Shop Chronicles","false","5.8","107" +"false","/2kk4Rkb13NVbtlcI0OISbtJCDF8.jpg","null","60000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':9648,'name':'Mystery'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","9620","tt0338337","en","Paycheck","Michael Jennings is a genius who's hired ??? and paid handsomely ??? by high-tech firms to work on highly sensitive projects, after which his short-term memory is erased so he's incapable of breaching security. But at the end of a three-year job, he's told he isn't getting a paycheck and instead receives a mysterious envelope. In it are clues he must piece together to find out why he wasn't paid ??? and why he's now in hot water.","9.513","/fvp8I0d21MMbpd0Z8HMeGZXMKGU.jpg","[{'id':11567,'logo_path':null,'name':'Province of British Columbia Film Incentive BC','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':1302,'logo_path':'/kQZtJdyphCmq292iGDqlUx0yk2D.png','name':'Davis Entertainment','origin_country':'US'},{'id':2812,'logo_path':null,'name':'Lion Rock Productions','origin_country':''},{'id':22536,'logo_path':null,'name':'Solomon/Hackett Productions','origin_country':''},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2003-12-25","95427515","119","[{'iso_639_1':'en','name':'English'}]","Released","Remember the future.","Paycheck","false","6.1","889" +"false","/H3MAP9yPIItLApFZQH6FRk53bv.jpg","null","83000000","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","165739","tt1551630","en","Pawn","A petty robbery spirals into a tense hostage situation after three gunmen hold up a diner that's a front for the mob.","5.107","/yGYFuvUOCtC5ED298WcOIkDev7K.jpg","[{'id':5218,'logo_path':'/dhb42ugM9DzSpDctTWCtABPVOW4.png','name':'Imprint Entertainment','origin_country':'US'},{'id':22506,'logo_path':null,'name':'Most Films','origin_country':'US'},{'id':22507,'logo_path':null,'name':'Extravaganza Entertainment','origin_country':''},{'id':22508,'logo_path':null,'name':'42 Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-04-23","0","88","[{'iso_639_1':'en','name':'English'}]","Released","Every move is a game changer","Pawn","false","5.6","75" +"false","/uHQzRMqhs1bA1fLEP6J1Qc19Nfg.jpg","{'id':179919,'name':'Percy Jackson Collection','poster_path':'/fimFFNm5LTSTaYcQEbjrFXT4rgo.jpg','backdrop_path':'/a7ptPlBghCbXkLaeSro6bNXFfIe.jpg'}","95000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':10751,'name':'Family'}]","","32657","tt0814255","en","Percy Jackson & the Olympians: The Lightning Thief","Accident prone teenager, Percy discovers he's actually a demi-God, the son of Poseidon, and he is needed when Zeus' lightning is stolen. Percy must master his new found skills in order to prevent a war between the Gods that could devastate the entire world.","18.965","/5NhyXkodMzDRW8uqtPqlxJsoBhf.jpg","[{'id':28431,'logo_path':null,'name':'TCF Vancouver Productions','origin_country':''},{'id':711,'logo_path':'/tEiIH5QesdheJmDAqQwvtN60727.png','name':'Fox 2000 Pictures','origin_country':'US'},{'id':436,'logo_path':'/A7WCkG3F0NFvjGCwUnclpGdIu9E.png','name':'1492 Pictures','origin_country':'US'},{'id':5219,'logo_path':null,'name':'Sunswept Entertainment','origin_country':''},{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'},{'id':10893,'logo_path':null,'name':'Big Screen Productions','origin_country':''},{'id':289,'logo_path':null,'name':'Ingenious Film Partners','origin_country':''},{'id':6332,'logo_path':null,'name':'Dune Entertainment III','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2010-02-01","226497209","118","[{'iso_639_1':'en','name':'English'}]","Released","Worlds Collide","Percy Jackson & the Olympians: The Lightning Thief","false","6.1","4037" +"false","/v0emjNwZGlhKhELLmkvaAjCqje9.jpg","{'id':328372,'name':'Mall Cop Collection','poster_path':'/dpI0Ms55QByARcgeMf0YK1z2x3D.jpg','backdrop_path':'/29gIFb0wzsl2ArW9HZ2S2ERdDp4.jpg'}","26000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","http://paulblartmallcop.com/","14560","tt1114740","en","Paul Blart: Mall Cop","Mild-mannered Paul Blart (Kevin James) has always had huge dreams of becoming a State Trooper. Until then, he patrols the local mall as a security guard. With his closely cropped moustache, personal transporter and gung-ho attitude, only Blart seems to take his job seriously. All that changes when a team of thugs raids the mall and takes hostages. Untrained, unarmed and a super-size target, Blart has to become a real cop to save the day.","11.549","/iQpC6Yia7LpwjYlmHkeyEOeG9w2.jpg","[{'id':46222,'logo_path':null,'name':'Hey Eddie','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':2608,'logo_path':'/g3YRudXiQzHesQqRXvnhFpMzfkU.png','name':'Happy Madison Productions','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-01-15","183293131","91","[{'iso_639_1':'en','name':'English'}]","Released","Safety Never Takes A Holiday.","Paul Blart: Mall Cop","false","5.3","1305" +"false","/yshFp0rXuP9851vi36sGHGCYwvQ.jpg","{'id':192492,'name':'The Jack Ryan Collection','poster_path':'/uCuiExsQDyJagov5aVAyw38YEm.jpg','backdrop_path':'/qYlcVBifq5T4wyWV00a5Awq0kUi.jpg'}","45000000","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","9869","tt0105112","en","Patriot Games","When CIA Analyst Jack Ryan interferes with an IRA assassination, a renegade faction targets Jack and his family as revenge.","12.665","/nB8fcOEQPS0V64U0ZUJXCTEaCDY.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':2767,'logo_path':null,'name':'Mace Neufeld Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-06-04","178051587","117","[{'iso_639_1':'en','name':'English'}]","Released","Not for honor. Not for country. For his wife and child.","Patriot Games","false","6.6","699" +"false","/qwxHBi2xZeSHFMTqI1aLws5akR1.jpg","null","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","199578","tt2147459","en","Patrick","Patrick lays comatose in a small private hospital, his only action being his involuntary spitting. When a pretty young nurse, just separated from her husband, begins work at the hospital, she senses that Patrick is communicating with her, and he seems to be using his psychic powers to manipulate events in her life.","5.223","/2tecSyDZkYTcdAqQDxl8GnFbb0x.jpg","[{'id':7584,'logo_path':'/eGkfvvyf4fJTvBUR1xt1669IPA3.png','name':'Screen Australia','origin_country':'AU'},{'id':17526,'logo_path':null,'name':'F.G. Film Productions','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2013-10-15","0","96","[{'iso_639_1':'en','name':'English'}]","Released","Cruel. Controlling. Comatose.","Patrick","false","4.9","87" +"false","/vSDl3hqsxxNaj0tE5ZLsTQeL0dS.jpg","null","935000","[{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","","975","tt0050825","en","Paths of Glory","During World War I, commanding officer General Broulard orders his subordinate, General Mireau, to attack a German trench position, offering a promotion as an incentive. Though the mission is foolhardy to the point of suicide, Mireau commands his own subordinate, Colonel Dax, to plan the attack. When it ends in disaster, General Mireau demands the court-martial of three random soldiers in order to save face.","10.082","/f3DEXseCs3WBtvCv9pVPCtoluuG.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':611,'logo_path':null,'name':'Bryna Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1957-09-18","0","88","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'la','name':'Latin'}]","Released","It explodes in the no-man's land no picture ever dared cross before!","Paths of Glory","false","8.3","1106" +"false","/7eocmQD8ytxdwrqcW4d4sLrGZO5.jpg","null","45000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'}]","","1534","tt0446013","en","Pathfinder","A Viking boy is left behind after his clan battles a Native American tribe. Raised within the tribe, he ultimately becomes their savior in a fight against the Norsemen.","9.267","/y3OvDjTiq7LdM6nDlZQbuEAFKou.jpg","[{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'},{'id':11317,'logo_path':'/u3YB3GujS0tct5BVTsMJLWVyllg.png','name':'Phoenix Pictures','origin_country':'US'},{'id':445,'logo_path':null,'name':'Major Studio Partners','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-01-11","30822861","99","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'is','name':'??slenska'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Two Worlds, One War. The Ultimate Battle Begins.","Pathfinder","false","5.4","285" +"false","/q73LK360vOxcH1VS8MuLBj8TaXJ.jpg","null","0","[{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'}]","","41965","tt0098061","en","Paperhouse","Anna is becoming lost in the loneliness of her own world when she discovers she can visit another, a house she has drawn herself and occupied by a young disabled boy. But as she discovers more of the links between her fantasy world and the mundane present, she is drawn only deeper into a dream turning into a nightmare.","3.657","/u7stsZdWiVMaYaWrobSgIk7KEZQ.jpg","[]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1988-02-17","241","92","[{'iso_639_1':'en','name':'English'}]","Released","A drawing that became a dream. A dream that became reality.","Paperhouse","false","6.9","54" +"false","/pqWMomwBpW4ncWrZOyDGGk8K4Pd.jpg","null","12000000","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':10749,'name':'Romance'}]","","286565","tt3622592","en","Paper Towns","Quentin Jacobsen has spent a lifetime loving the magnificently adventurous Margo Roth Spiegelman from afar. So when she cracks open a window and climbs back into his life-dressed like a ninja and summoning him for an ingenious campaign of revenge-he follows. After their all-nighter ends and a new day breaks, Q arrives at school to discover that Margo, always an enigma, has now become a mystery. But Q soon learns that there are clues-and they're for him. Urged down a disconnected path, the closer he gets, the less Q sees of the girl he thought he knew.","9.569","/wAb39FuMWWrOROsitPVPqRcWPjH.jpg","[{'id':711,'logo_path':'/tEiIH5QesdheJmDAqQwvtN60727.png','name':'Fox 2000 Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-06-18","85512300","109","[{'iso_639_1':'en','name':'English'}]","Released","Get Lost. Get Found.","Paper Towns","false","6","3460" +"false","/koQRgwuWvAqI95pdWAmbvlx1js0.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","11293","tt0070510","en","Paper Moon","During the Great Depression, a con man finds himself saddled with a young girl who may or may not be his daughter, and the two forge an unlikely partnership.","7.421","/xq7F3iUFJY1L4UFIHoO2Y3fmnE6.jpg","[{'id':14120,'logo_path':null,'name':'The Directors Company','origin_country':''},{'id':2153,'logo_path':null,'name':'Saticoy Productions','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1973-05-09","0","102","[{'iso_639_1':'en','name':'English'}]","Released","These aren't everyday people and this is no ordinary movie.","Paper Moon","false","7.9","264" +"false","/mwDMnH7P8W7tNgxIW4uflqVLWti.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://www.papadopoulosandsons.com","173294","tt2006810","el","Papadopoulos & Sons","Following his ruin in the latest banking crisis, a self-made millionaire reluctantly re-unites with his estranged freewheeling brother to re-open the abandoned fish and chip shop they shared in their youth.","2.937","/95FUMUsAPVuYKThE9bQcG7Lf85y.jpg","[{'id':28917,'logo_path':null,'name':'Double M Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2012-12-20","0","109","[{'iso_639_1':'en','name':'English'}]","Released","Success is the joy you feel! Only when you lose everything, do you find it all.","Papadopoulos & Sons","false","6.2","19" +"false","/dyVdTlcr78m6OaXZzNVMVJybdQa.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.panicbuttonmovie.com/","78294","tt1727358","en","Panic Button","Four young men have won a trip with their favorite social network. On board the private plane that took him to New York, they are invited to participate in an in-flight entertainment: a new online gaming experience. But this is no ordinary Thurs Trapped at 30,000 feet, they will play for their lives and those of their families. They will discover the hard way that put his life online can have dire consequences ...","4.584","/wjbubsW5rYQPGIsOfJK5HQZPQFw.jpg","[{'id':22445,'logo_path':null,'name':'Movie Mogul Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2011-08-27","0","96","[{'iso_639_1':'en','name':'English'}]","Released","Have You Read The Terms & Conditions?","Panic Button","false","5.4","78" +"false","/srxnkz09MEB2ow59FnC7VHQIaAQ.jpg","null","33000000","[{'id':28,'name':'Action'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","http://www.pandorummovie.com/","19898","tt1188729","en","Pandorum","Two crew members wake up on an abandoned spacecraft with no idea who they are, how long they've been asleep, or what their mission is. The two soon discover they're actually not alone ??? and the reality of their situation is more horrifying than they could have imagined.","14.019","/qFd7dNvV1neXBV5OZdU5jOhdDZ6.jpg","[{'id':248,'logo_path':null,'name':'Impact Pictures','origin_country':''},{'id':5755,'logo_path':'/53JWq1rzbAXzbh1rnFo3XdqsAUh.png','name':'Constantin Film Produktion','origin_country':''},{'id':264,'logo_path':'/fA90qwUKgPhMONqtwY60GaHRyrW.png','name':'Studio Babelsberg','origin_country':'DE'},{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2009-09-08","20645327","108","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'vi','name':'Ti???ng Vi???t'},{'iso_639_1':'de','name':'Deutsch'}]","Released","Don't fear the end of the world. Fear what happens next.","Pandorum","false","6.5","1182" +"false","/2891jIJ6pNYrp8OjaeftWMsJUYG.jpg","null","0","[{'id':18,'name':'Drama'}]","","192132","tt2479800","en","Palo Alto","Palo Alto weaves together three stories of teenage lust, boredom, and self-destruction: shy, sensitive April, torn between an illicit flirtation with her soccer coach and an unrequited crush on sweet stoner Teddy; Emily, who offers sexual favors to any boy to cross her path; and the increasingly dangerous exploits of Teddy and his best friend Fred, whose behavior may or may not be sociopathic.","8.787","/5r84O9PuuNBPP8rBDhxBobLcS1L.jpg","[{'id':8924,'logo_path':'/5NTQun1m6FVJVOVHOubJ5SqyMvi.png','name':'Rabbit Bandini Productions','origin_country':'US'},{'id':20670,'logo_path':null,'name':'Tribeca Film','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-05-09","0","100","[{'iso_639_1':'en','name':'English'}]","Released","In every city some seek love, some look for trouble, others look for both.","Palo Alto","false","6.4","510" +"false","/uWREpRwvl2AYqKNmrubGgE68gnC.jpg","null","25000000","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","http://www.painandgainmovie.com/","134374","tt1980209","en","Pain & Gain","Daniel Lugo, manager of the Sun Gym in 1990s Miami, decides that there is only one way to achieve his version of the American dream: extortion. To achieve his goal, he recruits musclemen Paul and Adrian as accomplices. After several failed attempts, they abduct rich businessman Victor Kershaw and convince him to sign over all his assets to them. But when Kershaw makes it out alive, authorities are reluctant to believe his story.","12.493","/mFaT4CfHGlRXAWe8qS7IJHwZgeb.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':2609,'logo_path':'/ocmrEBfmecJvrbIM4C50vjYWtlq.png','name':'De Line Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-04-18","86175291","130","[{'iso_639_1':'en','name':'English'}]","Released","Their American dream is bigger than yours.","Pain & Gain","false","6.1","2421" +"false","/wCbhLdn0iuC6ulGHBo7idulOfef.jpg","null","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","13098","tt0259484","en","Paid in Full","Ace is an impressionable young man working for a dry cleaning business. His friend, drug dealer Mitch goes to prison. In an unrelated incident, he finds some cocaine in a pants pocket. Soon, Ace finds himself dealing cocaine for Lulu. Via lucky breaks and solid interpersonal skills, Ace moves to the top of the Harlem drug world. Of course, unfaithful employees and/or rivals conspire to bring about Ace's fall.","5.404","/k8hSrpnoQe8OFd10BljdYF0m1Wi.jpg","[{'id':66002,'logo_path':null,'name':'Loud Films','origin_country':''},{'id':4367,'logo_path':null,'name':'Roc-a-fella Films','origin_country':''},{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'},{'id':12007,'logo_path':null,'name':'Rat Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-10-25","3090862","93","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","The American Dream... Their way.","Paid in Full","false","6.9","93" +"false","/zwMEMIo1j5TjP9oUG89aWCKDjYt.jpg","{'id':488924,'name':'Paddington Collection','poster_path':'/fn8nOJd72KmhSOWm1E12EiC3JgZ.jpg','backdrop_path':'/toCfwADOGcjizpfJ22G7kurBEUG.jpg'}","55000000","[{'id':35,'name':'Comedy'},{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'}]","http://www.paddington.com/","116149","tt1109624","en","Paddington","A young Peruvian bear travels to London in search of a new home. Finding himself lost and alone at Paddington Station, he meets the kindly Brown family.","16.299","/Sw7g22Wt4IILyD8LepkjNe5ql9.jpg","[{'id':437,'logo_path':'/nu20mtwbEIhUNnQ5NXVhHsNknZj.png','name':'Heyday Films','origin_country':'GB'},{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'},{'id':20664,'logo_path':'/iRrZpxnYNDnVXJkr6HiLgSLlqRc.png','name':'Anton Capital Entertainment (ACE)','origin_country':''},{'id':356,'logo_path':'/9tW5wZEGotn1Ei5pErA88m47XiD.png','name':'TF1 Films Production','origin_country':'FR'},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':10611,'logo_path':'/zQ4fGaEnNkWfSzyygXRcUZwPmDG.png','name':'Cin??+','origin_country':'FR'},{'id':22123,'logo_path':'/zPTy6QDAlCKGeAALZoFEL3QAlut.png','name':'TF1','origin_country':'FR'},{'id':104931,'logo_path':'/aNOZx62BIqRT1ji0gWowiNRXZ4o.png','name':'Amazon Prime Video','origin_country':''},{'id':308,'logo_path':'/e8F3mQM7DkJ5SfYYDp8FYzPBOGX.png','name':'The Weinstein Company','origin_country':'US'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2014-11-28","259207227","96","[{'iso_639_1':'en','name':'English'}]","Released","Please look after this bear. Thank you","Paddington","false","7","1833" +"false","/iB0RsWVoOXzicPi2Yy5xmTYMbho.jpg","{'id':363369,'name':'Pacific Rim Collection','poster_path':'/mirLNoHhkBKRZMgpCSoQS33PFkm.jpg','backdrop_path':'/vbg4Mm8auNINPersFlYvyGLqFq0.jpg'}","180000000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':12,'name':'Adventure'}]","","68726","tt1663662","en","Pacific Rim","When legions of monstrous creatures, known as Kaiju, started rising from the sea, a war began that would take millions of lives and consume humanity's resources for years on end. To combat the giant Kaiju, a special type of weapon was devised: massive robots, called Jaegers, which are controlled simultaneously by two pilots whose minds are locked in a neural bridge. But even the Jaegers are proving nearly defenseless in the face of the relentless Kaiju. On the verge of defeat, the forces defending mankind have no choice but to turn to two unlikely heroes???a washed-up former pilot (Charlie Hunnam) and an untested trainee (Rinko Kikuchi)???who are teamed to drive a legendary but seemingly obsolete Jaeger from the past. Together, they stand as mankind's last hope against the mounting apocalypse.","19.601","/sCJEwEShZvruTpQ2a4yiX3Q9EyZ.jpg","[{'id':101082,'logo_path':null,'name':'Double Dare You Productions','origin_country':'US'},{'id':923,'logo_path':'/5UQsZrfbfG2dYJbx8DxfoTr2Bvu.png','name':'Legendary Entertainment','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2013-07-11","407602906","131","[{'iso_639_1':'en','name':'English'}]","Released","To Fight Monsters, We Created Monsters","Pacific Rim","false","6.8","7434" +"false","/fBlWdSURXg5WFMNsGRh4Xd21HFr.jpg","null","0","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':14,'name':'Fantasy'}]","","261047","tt2721152","en","P-51 Dragon Fighter","As World War Two rages on, the allies are about to push the Nazis out of North Africa. That's when the Nazis turn up the heat, unleashing their secret Weapon: DRAGONS!!! The allies quickly lose ground to the ancient monster, and are close to complete annihilation when the Allies put together a group of special fighter-pilots, specially trained to fight a beast everyone thought was a myth.","1.625","/tFI5QeQK2JnqFpqW2ylwhoHODfl.jpg","[{'id':21139,'logo_path':null,'name':'Archstone Pictures','origin_country':''},{'id':21140,'logo_path':'/1Crg4yDLUpOvTFoKM3ysiWhfx3M.png','name':'424 Post','origin_country':''},{'id':21141,'logo_path':null,'name':'ISS Prop House','origin_country':''},{'id':18013,'logo_path':null,'name':'Rogue State','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-06-17","0","84","[{'iso_639_1':'en','name':'English'}]","Released","","P-51 Dragon Fighter","false","3.5","7" +"false","/4cCQkOv4GfQoTtDzHl54KS3S39N.jpg","null","200000000","[{'id':14,'name':'Fantasy'},{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'}]","","68728","tt1623205","en","Oz the Great and Powerful","Oscar Diggs, a small-time circus illusionist and con-artist, is whisked from Kansas to the Land of Oz where the inhabitants assume he's the great wizard of prophecy, there to save Oz from the clutches of evil.","14.929","/7qzLIcYR7ev7iXngY8NKHBZHwwT.jpg","[{'id':16314,'logo_path':null,'name':'Roth Films','origin_country':'US'},{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-03-07","491868548","130","[{'iso_639_1':'en','name':'English'}]","Released","In Oz, nothing is what it seems","Oz the Great and Powerful","false","5.8","4715" +"false","/s14FZ7wvYzfgV501dy4mTIMZnj4.jpg","null","0","[{'id':10752,'name':'War'},{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","55343","tt0073502","en","Overlord","During the war a young lad is called up and, with an increasing sense of foreboding, undertakes his army training ready for D-day.","1.531","/bqMHOBwPXWvV1Lp02Y551gctFna.jpg","[{'id':77733,'logo_path':null,'name':'Joswend','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1975-07-01","0","83","[{'iso_639_1':'en','name':'English'}]","Released","Code Name: D-Day, June 6th 1944","Overlord","false","7","26" +"false","/rQOvOIi9tDfU4XJ9SE2HvSwLFBs.jpg","{'id':108804,'name':'Outpost Collection','poster_path':'/xiAWTgzyb1TxW8kN05qiVKNJFxb.jpg','backdrop_path':'/7glOZjnZWYYcr67pvz3mSIYIBOC.jpg'}","3000000","[{'id':28,'name':'Action'},{'id':27,'name':'Horror'}]","http://www.outpostthemovies.com/","100183","tt1418712","en","Outpost: Black Sun","A pair of investigators team up with a Special Forces Unit to venture deep inside a war raging between the military and a massive army of Nazi Zombie Stormtroopers. Their mission is to fight their way behind enemy lines, locate the technology at the source of this growing threat and prevent the seemingly inevitable rise of the 4th Reich.","3.822","/cuEu43u2MNTJgyNIzf9z7AK6hpE.jpg","[{'id':12977,'logo_path':null,'name':'Black Camel Pictures','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2012-01-01","0","101","[{'iso_639_1':'en','name':'English'}]","Released","War in Hell","Outpost: Black Sun","false","5","41" +"false","/rOmTlcLUmNbjpSM03MqPmVe35aC.jpg","null","50000000","[{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","","10529","tt0462465","en","Outlander","During the reign of the Vikings, a man from another world crash-lands on Earth, bringing with him an alien predator. The man must fuse his advanced technology with the weaponry of the vikings to fight the monster.","7.572","/fjRXOzuBEg0VGDM701ftBaVqWTr.jpg","[{'id':1204,'logo_path':null,'name':'Ascendant Pictures','origin_country':''},{'id':1208,'logo_path':null,'name':'Rising Star','origin_country':''},{'id':2116,'logo_path':null,'name':'VIP Medienfonds 4','origin_country':''},{'id':2366,'logo_path':null,'name':'Virtual Films','origin_country':''},{'id':20571,'logo_path':null,'name':'Outlander Productions','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2008-04-24","7033683","115","[{'iso_639_1':'en','name':'English'}]","Released","It destroyed his world. He won't let it destroy ours.","Outlander","false","6.1","543" +"false","/jmZ8cnELpLGhEEgoRp5QR5VoGyp.jpg","null","25000000","[{'id':28,'name':'Action'}]","","289720","tt1552224","en","Outcast","A mysterious warrior teams up with the daughter and son of a deposed Chinese Emperor to defeat their cruel Uncle, who seeks their deaths.","16.278","/dUIubxF5osHOJxS3mJNWCqTqWn5.jpg","[{'id':8976,'logo_path':null,'name':'Media Max Productions','origin_country':''},{'id':21549,'logo_path':null,'name':'Notorious Films','origin_country':''},{'id':17653,'logo_path':null,'name':'22h22','origin_country':''}]","[{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","2014-09-26","0","98","[{'iso_639_1':'en','name':'English'}]","Released","To save their souls they must save a kingdom.","Outcast","false","4.7","216" +"false","/wrlZRyyOnD24KQzo3OVi4lWyqdF.jpg","null","50000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","6950","tt0114069","en","Outbreak","A deadly airborne virus finds its way into the USA and starts killing off people at an epidemic rate. Col Sam Daniels' job is to stop the virus spreading from a small town, which must be quarantined, and to prevent an over reaction by the White House.","11.28","/4KymNvlWR0XF0sqX2BWRd9Z3yXR.jpg","[{'id':824,'logo_path':null,'name':'Kopelson Entertainment','origin_country':''},{'id':16775,'logo_path':null,'name':'Arnold Kopelson Productions','origin_country':''},{'id':2154,'logo_path':null,'name':'Punch Productions','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-03-10","189859560","127","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ko','name':'?????????/?????????'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","This animal carries a deadly virus... and the greatest medical crisis in the world is about to happen.","Outbreak","false","6.4","824" +"false","/yv4IWmkZc4Xc00Leu9chsOkI7OB.jpg","null","5300000","[{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'}]","","136405","tt1867086","en","The Outback","Being teased for his color, Johnny the white koala joins a traveling carnival with Hamish, a Tasmanian devil, and Higgens, a photographer monkey as talent agents. On the way through the Australian outback desert, the trailer they are in comes loose and crashes. Johnny must live up to the hero status Hamish presents him as while the outback locals try to rescue a kidnapped koala from Bog, a giant crocodile and his dingo lackeys.","2.994","/dsBMAvcJFFlv8MniORwl944Nk7V.jpg","[{'id':17619,'logo_path':null,'name':'Atlas Film','origin_country':''},{'id':4439,'logo_path':null,'name':'Digiart Productions','origin_country':''},{'id':7819,'logo_path':'/ghFZAt4edln0M7BzDExyYMzUGX1.png','name':'Lotte Entertainment','origin_country':'KR'},{'id':15196,'logo_path':null,'name':'Animation Picture Company','origin_country':''}]","[{'iso_3166_1':'KR','name':'South Korea'},{'iso_3166_1':'US','name':'United States of America'}]","2012-01-12","0","85","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","From Zero to Hero","The Outback","false","5.2","19" +"false","/adnZPm5HFmrtT1DwC82p512Vmqx.jpg","null","50000000","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","2116","tt0313443","en","Out of Time","Matt Lee Whitlock, respected chief of police in small Banyan Key, Florida, must solve a vicious double homicide before he himself falls under suspicion. Matt Lee has to stay a few steps ahead of his own police force and everyone he's trusted in order to find out the truth.","9.855","/wdniUkm0hwXv2RqzvwWy5XtRNvB.jpg","[{'id':966,'logo_path':null,'name':'Monarch Pictures','origin_country':''},{'id':333,'logo_path':'/5xUJfzPZ8jWJUDzYtIeuPO4qPIa.png','name':'Original Film','origin_country':'US'},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-10-03","55495563","105","[{'iso_639_1':'en','name':'English'}]","Released","The Clock Is Ticking...","Out of Time","false","6.2","498" +"false","/nmd0rRg0IcNaJRCTgHqyyN0oIDv.jpg","null","22000000","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","","164457","tt1206543","en","Out of the Furnace","Two brothers live in the economically-depressed Rust Belt, when a cruel twist of fate lands one in prison. His brother is then lured into one of the most violent crime rings in the Northeast.","9.56","/uzAdwkg8jJZaILUmhqMVup8gEyy.jpg","[{'id':18617,'logo_path':null,'name':'Energy Entertainment','origin_country':''},{'id':562,'logo_path':'/k3NsSdV854UX4zEReX1dl1Psxbb.png','name':'Appian Way','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':1645,'logo_path':'/6Ry6uNBaa0IbbSs1XYIgX5DkA9r.png','name':'Scott Free Productions','origin_country':''},{'id':19177,'logo_path':null,'name':'Red Granite Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-12-06","15400000","116","[{'iso_639_1':'en','name':'English'}]","Released","Sometimes your battles choose you.","Out of the Furnace","false","6.6","1045" +"false","/1rCRv0yKZBvpqzp9UwPxeIt8zwr.jpg","null","0","[{'id':99,'name':'Documentary'}]","","105781","tt1564058","en","Out in the Silence","There may not be any secrets in a small town, but there is an expectation of silence. In A Town Called Oil City, the return of a native son to announce his same sex wedding and help a gay teen who is being tormented at school offers a chance to change the way things have always been done.","0.867","/jUzZStis2IYK2YHmk5Tr3tgPdR6.jpg","[{'id':48786,'logo_path':null,'name':'qWaves.com','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-08-05","0","56","[{'iso_639_1':'en','name':'English'}]","Released","Love collides with hate in small town America","Out in the Silence","false","5.9","9" +"false","/bcogrgihGyLDnsBT2ckHQCf5Ngm.jpg","null","14000000","[{'id':35,'name':'Comedy'}]","http://www.foxsearchlight.com/ourfamilywedding/","34563","tt1305583","en","Our Family Wedding","The weeks leading up to a young couple's wedding is comic and stressful, especially as their respective fathers try to lay to rest their feud.","4.395","/yBqiXGeRcKAoS0V6pVUlz1mfWfv.jpg","[{'id':55015,'logo_path':null,'name':'Pointe Studios','origin_country':''},{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'},{'id':1975,'logo_path':null,'name':'Sneak Preview Entertainment','origin_country':''},{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-03-12","21409028","103","[{'iso_639_1':'en','name':'English'}]","Released","To have and to hold... 'Til dads do us part.","Our Family Wedding","false","5.5","57" +"false","/pJXFPBOild76vDAiapX5BOTtj2B.jpg","{'id':426103,'name':'Ouija Collection','poster_path':'/Hn8bic15hWcTVJnZkf6WGu5Mm7.jpg','backdrop_path':'/m5nPr3cOxqzU68luWfwNngazHnE.jpg'}","5000000","[{'id':27,'name':'Horror'}]","","242512","tt1204977","en","Ouija","A group of friends must confront their most terrifying fears when they awaken the dark powers of an ancient spirit board.","15.579","/vHTXN00kJktCbSLV50Vbk9siNiX.jpg","[{'id':88762,'logo_path':null,'name':'White Noise Factory','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':2481,'logo_path':'/nVEP2IHCDOBOldgDL4SSufitN9.png','name':'Platinum Dunes','origin_country':'US'},{'id':2531,'logo_path':'/pC2iDCDCvV85vOBP7a5Ukxuc0Du.png','name':'Media Rights Capital','origin_country':'US'},{'id':3172,'logo_path':'/kDedjRZwO8uyFhuHamomOhN6fzG.png','name':'Blumhouse Productions','origin_country':'US'},{'id':47354,'logo_path':null,'name':'5150 Action','origin_country':''},{'id':22826,'logo_path':'/37ZxE1qShQ44VdsRPkO1zOtnMKi.png','name':'Hasbro Studios','origin_country':'US'},{'id':1778,'logo_path':'/69xm6sF3JxugGVjfZfm1YY6d7EE.png','name':'Dentsu','origin_country':'JP'},{'id':3341,'logo_path':'/dTG5dXE1kU2mpmL9BNnraffckLU.png','name':'Fuji Television Network','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'US','name':'United States of America'}]","2014-10-24","103590271","89","[{'iso_639_1':'en','name':'English'}]","Released","Keep telling yourself it's just a game","Ouija","false","5.1","1603" +"false","/olYVAwFw5EZjpSkm7MVqolzpsWa.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","47697","tt0045251","en","Othello","When a secret marriage is planned between Othello, a Moorish general, and Desdemona, the daughter of Senator Brabantio, her old suitor Roderigo takes it hard. He allies himself with Iago, who has his own grudge against Othello, and the two conspire to bring Othello down. When their first plan, to have him accused of witchcraft, fails, they plant evidence intended to make him believe Desdemona is unfaithful.","4.444","/61A7EJqfMsrQO0YWsUWq8gbgbu0.jpg","[{'id':2260,'logo_path':null,'name':'Les Films Marceau','origin_country':''},{'id':11447,'logo_path':null,'name':'Mercury Productions','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'MA','name':'Morocco'},{'iso_3166_1':'US','name':'United States of America'}]","1951-11-27","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Orson Welles' magnificent screening of Shakespeare's immortal tragedy","Othello","false","7.3","72" +"false","/rffIJQUkcqwMq0yacxa9crJzGqW.jpg","null","20000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","21208","tt1148204","en","Orphan","A married couple with a rocky past adopt 9-year old, Esther to fill the void created by a recently-stillborn baby. However, Esther is not quite who she seems.","9.543","/lCGpOgoTOGLtZnBiGY9HRg5Xnjd.jpg","[{'id':1786,'logo_path':'/joLFuCWg9e2lweYnFQtRPJKSLlI.png','name':'Dark Castle Entertainment','origin_country':'US'},{'id':4252,'logo_path':null,'name':'Studio Babelsberg StudioBabelsberg Motion Pictures','origin_country':''},{'id':4253,'logo_path':null,'name':'Don Carmody Productions','origin_country':''},{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2009-07-24","41596251","123","[{'iso_639_1':'et','name':'Eesti'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","Can you keep a secret?","Orphan","false","6.8","2414" +"false","/is3I5v8FwLiEWxaksfN8D4MLNGH.jpg","null","42000000","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","2057","tt0218922","en","Original Sin","A young man is plunged into a life of subterfuge, deceit and mistaken identity in pursuit of a femme fatale whose heart is never quite within his grasp","12.023","/yGis1Mai4ivspEXdWtXLg0bZPkX.jpg","[{'id':1171,'logo_path':null,'name':'Epsilon Motion Pictures','origin_country':'CH'},{'id':13816,'logo_path':null,'name':'Hyde Park Entertainment','origin_country':''},{'id':10103,'logo_path':null,'name':'Via Rosa Productions','origin_country':''},{'id':813,'logo_path':null,'name':'DiNovi Pictures','origin_country':''},{'id':763,'logo_path':null,'name':'Intermedia Films','origin_country':''},{'id':76083,'logo_path':null,'name':'UGC DA International','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","2001-05-08","35402320","118","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'la','name':'Latin'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","This is not a love story ??? it's a story about love.","Original Sin","false","5.9","367" +"false","/pjd44Wor7uGD9E6QifUN0R1Cw4m.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'}]","","12490","tt0160611","en","Ordinary Decent Criminal","Michael Lynch is a notorious criminal with two wives and a flair for showmanship. He's also a huge embarrassment to the local police, who are determined to bring him down once and for all.","6.697","/o4Ff4WvP2UhvzEVu76GZuXm9WcA.jpg","[{'id':550,'logo_path':null,'name':'Little Bird','origin_country':'IE'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'US','name':'United States of America'}]","2000-01-07","0","93","[{'iso_639_1':'en','name':'English'}]","Released","No Bank He Didn't Rob, No Heart He Didn't Steal.","Ordinary Decent Criminal","false","6.2","123" +"false","/vNplghrLfJaPdKVsNonMF476oV1.jpg","null","1000000","[{'id':53,'name':'Thriller'}]","","35004","tt1159721","en","Order of Chaos","Almost rich, almost thirty, he never lies or cheats, even when his beautiful fianc?? orders him around and his ball-busting boss uses threats as motivation. John never makes a sound, eager to do right. Rick Carlson is not. A smooth talking and coercive, Rick turns John's life upside down when he not only moves into his building, but starts working at his competitive law firm.","1.892","/hdp0hDIXt7SxFXsi5MeA5vJ04yq.jpg","[{'id':5510,'logo_path':null,'name':'Ten/Four Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-01-01","0","90","[{'iso_639_1':'en','name':'English'}]","Released","In a world of no absolutes, right and wrong is just a matter of perspective.","Order of Chaos","false","4.4","12" +"false","/jYZ415g5qBx0ea4ZgriNeWH0Tl7.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","9660","tt0053143","en","Operation Petticoat","A World War II submarine commander finds himself stuck with a decrepit sub, a con-man executive officer, and a group of army nurses.","7.608","/emhiXStVB3HoE2MtYVRzTNOgOMn.jpg","[{'id':10330,'logo_path':'/nY62adzeba5GVK8LJYD6yd9R8H4.png','name':'Universal International Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1959-12-05","6800000","124","[{'iso_639_1':'en','name':'English'}]","Released","20,000 Laughs Under The Sea!","Operation Petticoat","false","7.2","111" +"false","/xyBLT9V5auaRl5d1g4Ow36ncVgw.jpg","null","4000000","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","","151368","tt2409818","en","Open Windows","Nick is excited to discover that he's won a dinner date with his favorite actress, Jill Goddard. But when Jill refuses to honor the contest, he receives an offer he can't refuse: the ability to view Jill secretly via computer. Nick begins watching the unknowing star on her webcam, not realizing that this decision will put both himself and Jill at risk as they enter a terrifying world of cat-and-mouse where nothing-and no one-are as they seem.","6.542","/ATI8sLJ0pYNyJOIPaxX8tzcBsF.jpg","[{'id':856,'logo_path':'/3tfzS2CrX6Ntbu927XzHXEPDA6y.png','name':'Wild Bunch','origin_country':'FR'},{'id':7344,'logo_path':'/lASNQOHmUmW54FB8f8l2CEPQjlN.png','name':'Sayaka Producciones Audiovisuales','origin_country':'ES'},{'id':8111,'logo_path':null,'name':'Apaches Entertainment','origin_country':''},{'id':17727,'logo_path':'/wsFoLgLvaS1FaYBt0pJ1LJ9v3cB.png','name':'LA Panda','origin_country':'US'},{'id':29566,'logo_path':'/4rFxqmQqdqrZPqsFjrjOdhCg7Yt.png','name':'Atresmedia Cine','origin_country':'ES'},{'id':34519,'logo_path':'/MGFizEilC4bv5aDeF8YfEyjDVG.png','name':'SpectreVision','origin_country':'US'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'ES','name':'Spain'}]","2014-07-04","100000","101","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","The 21st Century REAR WINDOW.","Open Windows","false","5.1","262" +"false","/nSJ4tj3fFJJi4DQoI1FxJIeCpxj.jpg","{'id':86113,'name':'Open Water Collection','poster_path':'/85FaIaxEgpHolq41GSBYF4c14nj.jpg','backdrop_path':'/2vc1MmKa9vMPQerdwLa3fZVhBOS.jpg'}","1200000","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","9592","tt0470055","en","Open Water 2: Adrift","A weekend cruise on a luxurious party yacht goes horribly wrong for a group of old high-school friends. They forget to let the ladder down before they jump into the ocean for a swim. The boat proves impossible to climb. They are stuck in the water many miles from shore, with baby Sara left alone on board. Sara's mother Amy must contend with her aqua-phobia as well as the group's increasing desperation, as the friends begin to turn on each other. Soon the exhaustion of keeping afloat and the struggle to get back on board begin to take a terrible toll. The happy reunion turns into a fight for survival...","9.012","/50VKqxDhyREtk3ddufuDB0MqXCV.jpg","[{'id':166,'logo_path':null,'name':'Peter Rommel Productions','origin_country':''},{'id':2032,'logo_path':null,'name':'Orange Pictures','origin_country':''},{'id':12372,'logo_path':null,'name':'Universum Film (UFA)','origin_country':''},{'id':12068,'logo_path':null,'name':'Shotgun Pictures','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'}]","2006-07-10","0","94","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Fatigue. Hypothermia. Death.","Open Water 2: Adrift","false","5.3","325" +"false","/xzbz22qOOzWgaw6T2bp2vAvSVEo.jpg","{'id':66761,'name':'Open Season Collection','poster_path':'/ePeybVSOnCmuWrrvGEp8hzWn979.jpg','backdrop_path':'/cnaLzqjxlqGMIp7AGCizfVXUhSn.jpg'}","0","[{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':35,'name':'Comedy'}]","","51170","tt1646926","en","Open Season 3","Boog, Elliot, and their forest friends return with an all-new adventure, this time in a Big Top Circus! The comedy begins when Boog's pals choose their family obligations over the annual guy's trip, and a disappointed Boog decides to take a trip of his own, which leads him right into the middle of a circus ring...literally. When he switches places with a devious look-a-like circus grizzly and falls for an alluring Russian troupe member, he'll come to realize that maybe you don't have to choose between family and friendship after all.","10.793","/djxT6i7xxJWAayNQY1imB879SbC.jpg","[{'id':2251,'logo_path':'/8PUjvTVmtJDdDXURTaSoPID0Boj.png','name':'Sony Pictures Animation','origin_country':'US'},{'id':2787,'logo_path':null,'name':'Reel FX Creative Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-01-25","0","75","[{'iso_639_1':'en','name':'English'}]","Released","Boog and Elliot are Back and the Fur is Going to Fly!","Open Season 3","false","5.6","227" +"false","/7bmzhqOJ9TGXUU5d4pqYUWl3YZ8.jpg","{'id':66761,'name':'Open Season Collection','poster_path':'/ePeybVSOnCmuWrrvGEp8hzWn979.jpg','backdrop_path':'/cnaLzqjxlqGMIp7AGCizfVXUhSn.jpg'}","85000000","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':16,'name':'Animation'}]","http://www.sonypictures.com/movies/openseason/","7484","tt0400717","en","Open Season","Boog, a domesticated 900lb. Grizzly bear finds himself stranded in the woods 3 days before Open Season. Forced to rely on Elliot, a fast-talking mule deer, the two form an unlikely friendship and must quickly rally other forest animals if they are to form a rag-tag army against the hunters.","14.962","/9TY3wQPNhZ60Mng0JetKEOfXqxU.jpg","[{'id':2251,'logo_path':'/8PUjvTVmtJDdDXURTaSoPID0Boj.png','name':'Sony Pictures Animation','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-09-29","197309027","83","[{'iso_639_1':'en','name':'English'}]","Released","One Fur All & All Fur One","Open Season","false","6.1","1319" +"false","/kAL2rfvUn4pdCXHSUsCgpLC7Sq0.jpg","{'id':66761,'name':'Open Season Collection','poster_path':'/ePeybVSOnCmuWrrvGEp8hzWn979.jpg','backdrop_path':'/cnaLzqjxlqGMIp7AGCizfVXUhSn.jpg'}","0","[{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","13690","tt1107365","en","Open Season 2","After falling head over hooves in love with Giselle, Elliot's road to the altar takes a slight detour when Mr. Weenie is kidnapped by a group of pampered pets determined to return him to his owners.","8.711","/6IluI1quoKaM8h2llbBgdpFWtx3.jpg","[{'id':2251,'logo_path':'/8PUjvTVmtJDdDXURTaSoPID0Boj.png','name':'Sony Pictures Animation','origin_country':'US'},{'id':2787,'logo_path':null,'name':'Reel FX Creative Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-09-24","0","76","[{'iso_639_1':'en','name':'English'}]","Released","This time it's pets against wilds. Wiener takes all!","Open Season 2","false","5.7","599" +"false","/6AMxmRkwk2pZuf8GkRYeGvc20yN.jpg","null","22000000","[{'id':37,'name':'Western'}]","","2055","tt0316356","en","Open Range","A former gunslinger is forced to take up arms again when he and his cattle crew are threatened by a corrupt lawman.","11.03","/ykW80VDB24lg4m5QkIPsXtWkWTr.jpg","[{'id':335,'logo_path':null,'name':'Tig Productions','origin_country':''},{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':18619,'logo_path':null,'name':'Cobalt Media Group','origin_country':''},{'id':10157,'logo_path':null,'name':'Beacon Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-08-29","68296293","139","[{'iso_639_1':'en','name':'English'}]","Released","No place to run. No reason to hide.","Open Range","false","7.2","430" +"false","/9uYPUbJ2eagOQdDZMV2Ds9AksRZ.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","215830","tt2071550","en","Open Grave","A man awakes-- without memory -- in a pit full of bodies and must figure out if the people who rescued him are the killers, or if he is the murderer.","6.015","/uO9pr6aMgHz8ofLrOAjHvhv7J3e.jpg","[{'id':18239,'logo_path':null,'name':'Atlas Independent','origin_country':''},{'id':8703,'logo_path':null,'name':'Speranza Film','origin_country':'NO'},{'id':18892,'logo_path':null,'name':'852 Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-08-13","0","102","[{'iso_639_1':'en','name':'English'}]","Released","The moment you wake up, the nightmare begins.","Open Grave","false","6","328" +"false","/5qoIoGjYm5APqRVTNwhG6JbbfPN.jpg","null","7000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","152603","tt1714915","en","Only Lovers Left Alive","A depressed musician reunites with his lover in the desolate streets of Detroit. Though their romance has endured several centuries, it is tested by the arrival of her capricious and unpredictable younger sister.","9.749","/AfIr2ZUwAW3E5qBPfrJGDyKufAl.jpg","[{'id':140,'logo_path':'/ooz5b0ov3PLfBoOJyMmdoffVuHs.png','name':'Pandora Film','origin_country':'DE'},{'id':4503,'logo_path':null,'name':'Neue Road Movies','origin_country':''},{'id':6187,'logo_path':'/gtC63XG8fkFxszIuZIogffM1oY8.png','name':'ARD/Degeto Film','origin_country':'DE'},{'id':11561,'logo_path':'/8HB3TFUeo83keAPHfFfrNtN2MmA.png','name':'Recorded Picture Company (RPC)','origin_country':'GB'},{'id':19244,'logo_path':null,'name':'Snow Wolf Produktion','origin_country':''},{'id':19245,'logo_path':null,'name':'Lago Film','origin_country':''},{'id':19246,'logo_path':'/4zrEZfTf94tyG4wRB599gRS0reU.png','name':'Faliro House Productions','origin_country':'GR'}]","[{'iso_3166_1':'GR','name':'Greece'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'CY','name':'Cyprus'}]","2013-12-12","0","123","[{'iso_639_1':'tr','name':'T??rk??e'},{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Only Lovers Left Alive","false","7.4","1000" +"false","/bWOeaxfLBf5G7qfsC2a2gGuKx6X.jpg","null","4800000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","77987","tt1602613","en","Only God Forgives","Julian, who runs a Thai boxing club as a front organization for his family's drug smuggling operation, is forced by his mother Crystal to find and kill the individual responsible for his brother's recent death.","9.068","/8KUPbn7gBm5o4cHM1K8SFfCpxOg.jpg","[{'id':856,'logo_path':'/3tfzS2CrX6Ntbu927XzHXEPDA6y.png','name':'Wild Bunch','origin_country':'FR'},{'id':19865,'logo_path':null,'name':'A Grand Elephant','origin_country':''},{'id':2266,'logo_path':'/owzVs2mguyyJ3vIn7EbgowpUPnk.png','name':'Bold Films','origin_country':'US'},{'id':9,'logo_path':'/nda3dTUYdDrJ6rZqBpYvY865aDv.png','name':'Gaumont','origin_country':'FR'},{'id':2801,'logo_path':'/bswb1PLLsKDUXMLgy42bZtCtIde.png','name':'Film i V??st','origin_country':'SE'}]","[{'iso_3166_1':'DK','name':'Denmark'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'SE','name':'Sweden'},{'iso_3166_1':'US','name':'United States of America'}]","2013-05-22","10337387","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'th','name':'?????????????????????'}]","Released","Time to Meet The Devil","Only God Forgives","false","5.8","1351" +"false","/8TzaYgGVzN2mHnDGJ1TBbWL20UA.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","43832","tt0031762","en","Only Angels Have Wings","Geoff Carter is the head of a crumbling air freight service in desperate need of a replacement pilot. He is forced to hire a descredited aviator who arrives with his wife, Carter's ex-lover. Meanwhile, traveler Bonnie Lee tries to get close to the emotionally closed-off Carter.","4.335","/7v5ZsdIpK2m9p5nNSg4lcOGkjnI.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1939-05-15","0","121","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","BIG As The Fog-Shrouded Andes!","Only Angels Have Wings","false","7.4","78" +"false","/cvLzLj7h1vwPhEQa2lS5I9YrVo5.jpg","null","0","[{'id':10751,'name':'Family'},{'id':99,'name':'Documentary'}]","http://www.bbcearth.com/movies/modal/one-life-movie/","75720","tt1762300","en","One Life","One Life captures unprecedented and beautiful sequences of animal behaviour guaranteed to bring you closer to nature than ever before, as well as a second disc packed full of never before seen extras including an exclusive making of featurette narrated by Daniel Craig.","2.691","/zorlrbxahQjtIy6rHovTBTK8FcC.jpg","[{'id':8090,'logo_path':'/ktzmUmVCQPjQGblWfDPBLKsIWKA.png','name':'BBC Earth','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2011-07-19","0","85","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'ru','name':'P????????????'}]","Released","The journey of life continues","One Life","false","7.6","31" +"false","/kColeuSDndLtah6WDo0cVeJGb9C.jpg","null","6000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","122924","tt1881024","en","One in the Chamber","A seasoned assassin plays both sides in a Russian gang war and becomes the target of an unknown enemy.","3.575","/20Nz7JNEtBv857KqTJU1Yj2Uj22.jpg","[{'id':2090,'logo_path':'/jYlUttNqcN5u1pzMQrh5AEhZ27t.png','name':'Motion Picture Corporation of America','origin_country':'US'},{'id':8624,'logo_path':null,'name':'Mediapro Studios','origin_country':''},{'id':25263,'logo_path':null,'name':'Throttle Films','origin_country':''}]","[{'iso_3166_1':'RO','name':'Romania'},{'iso_3166_1':'US','name':'United States of America'}]","2012-08-21","0","91","[{'iso_639_1':'en','name':'English'}]","Released","When killers collide, every bullet counts.","One in the Chamber","false","5","55" +"false","/9zYUh0zOjk2dFQWg1urP3P1ySEl.jpg","null","12000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.foxsearchlight.com/onehourphoto/","9357","tt0265459","en","One Hour Photo","Sy ""the photo guy"" Parrish has lovingly developed photos for the Yorkin family since their son was a baby. But as the Yorkins' lives become fuller, Sy's only seems lonelier, until he eventually believes he's part of their family. When ""Uncle"" Sy's picture-perfect fantasy collides with an ugly dose of reality, what happens next ""has the spine-tingling elements of the best psychological thrillers!""","6.558","/6ke85Kb6aX8RunZLwKpXCKYO9xv.jpg","[{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'},{'id':7053,'logo_path':null,'name':'Catch 23 Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-08-21","52223306","96","[{'iso_639_1':'en','name':'English'}]","Released","The things that we fear the most have already happened to us...","One Hour Photo","false","6.6","765" +"false","/aoXNn1N5En9XxENR4J2Cg13CdEV.jpg","null","40000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","http://www.oneforthemoneyfilm.com/index2.html","54054","tt1598828","en","One for the Money","An unemployed lingerie buyer convinces her bail bondsman cousin to give her a shot as a bounty hunter. Her first assignment is to track down a former cop on the run for murder ??? the same man who broke her heart years before. With the help of some friends and the best bounty hunter in the business, she slowly learns what it takes to be a true bounty hunter.","8.487","/g8BxtvxvfbiM1UsJUyFjqeygrye.jpg","[{'id':126,'logo_path':'/kADPanRDkKTxncPXXVahvHPUvCj.png','name':'Lakeshore Entertainment','origin_country':'US'},{'id':737,'logo_path':'/dK1GZ1u4our8sJW0Sts1JHeNSLn.png','name':'Sidney Kimmel Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-01-26","36893721","91","[{'iso_639_1':'en','name':'English'}]","Released","She's looking for a few not-so-good men","One for the Money","false","5.5","594" +"false","/4E7YQcwui0PfNXguf4V2X8YocPC.jpg","null","3000000","[{'id':18,'name':'Drama'}]","","510","tt0073486","en","One Flew Over the Cuckoo's Nest","While serving time for insanity at a state mental hospital, implacable rabble-rouser, Randle Patrick McMurphy, inspires his fellow patients to rebel against the authoritarian rule of head nurse, Mildred Ratched.","25.706","/2Sns5oMb356JNdBHgBETjIpRYy9.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':286,'logo_path':null,'name':'Fantasy Films','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1975-11-18","108981275","133","[{'iso_639_1':'en','name':'English'}]","Released","If he's crazy, what does that make you?","One Flew Over the Cuckoo's Nest","false","8.4","5265" +"false","/9OMoGTleP7elYOYhhVERXaRWjjO.jpg","null","20000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","6072","tt0118531","en","One Eight Seven","After surviving a stabbing by a student, teacher Trevor Garfield moves from New York to Los Angeles. There, he resumes teaching as a substitute teacher. The education system, where violent bullies control the classrooms and the administration is afraid of lawsuits, slowly drives Garfield mad.","6.996","/2PnCFUn9SwGxWpnrZnw33lDVAKS.jpg","[{'id':4564,'logo_path':null,'name':'Icon Entertainment International','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-07-29","5716080","119","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","When schools become war zones and both sides start taking casualties, what then?","One Eight Seven","false","6.6","234" +"false","/X9SJs5GVy1N8ZIc2CJUF6Q8wDP.jpg","null","10000000","[{'id':99,'name':'Documentary'},{'id':10402,'name':'Music'}]","http://www.1dthisisus-movie.com/feature/mosaic/","164558","tt2515086","en","One Direction: This Is Us","Go behind the scenes during One Directions sell out ""Take Me Home"" tour and experience life on the road.","5.743","/f8HCLK5RgOkSiNJ9bGvB0PAZX9j.jpg","[{'id':34,'logo_path':'/GagSvqWlyPdkFHMfQ3pNq6ix9P.png','name':'Sony Pictures','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-08-30","0","92","[{'iso_639_1':'pt','name':'Portugu??s'},{'iso_639_1':'en','name':'English'}]","Released","A motion picture event.","One Direction: This Is Us","false","8.1","354" +"false","/bQW1TnxHlmkWof0vsALj4HBkoxj.jpg","null","15000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.focusfeatures.com/one_day","51828","tt1563738","en","One Day","A romantic comedy centered on Dexter and Emma, who first meet during their graduation in 1988 and proceed to keep in touch regularly. The film follows what they do on July 15 annually, usually doing something together.","12.66","/xzOz17yC3K6SZWtWylXimcHUqpD.jpg","[{'id':5420,'logo_path':'/du0ccP7uaodq3rTXhddhywwNPXm.png','name':'Color Force','origin_country':'US'},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2011-03-02","59389433","107","[{'iso_639_1':'en','name':'English'}]","Released","Twenty years. Two people.","One Day","false","7.2","2021" +"false","/qSZGFCuRPOHHrHn6q5G87HTMSPJ.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'}]","","209361","tt1196956","en","One Chance","This film follows the remarkable and inspirational true story of Paul Potts, a shy, bullied shop assistant by day and an amateur opera singer by night.","4.977","/v7J3MW82NXvothqsN7gBizljnVj.jpg","[{'id':2912,'logo_path':null,'name':'Diamond Films','origin_country':''},{'id':26025,'logo_path':null,'name':'Ascot Elite Entertainment Group','origin_country':''},{'id':308,'logo_path':'/e8F3mQM7DkJ5SfYYDp8FYzPBOGX.png','name':'The Weinstein Company','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2013-09-09","10900434","103","[{'iso_639_1':'en','name':'English'}]","Released","The incredible true story of an underdog who never gave up","One Chance","false","6.6","159" +"false","/ninIdXC6iCDKuQRKFJw7nY4uRY2.jpg","{'id':300546,'name':'Once were Warriors Collection','poster_path':'/5jOL47fOMudM1ZAn1am4bXVHu6b.jpg','backdrop_path':null}","0","[{'id':18,'name':'Drama'}]","","527","tt0110729","en","Once Were Warriors","A drama about a Maori family lving in Auckland, New Zealand. Lee Tamahori tells the story of Beth Heke???s strong will to keep her family together during times of unemployment and abuse from her violent and alcoholic husband.","8.432","/8QF48QS5lvtrhOclt22RFz3bSQm.jpg","[{'id':293,'logo_path':null,'name':'Avalon Studios','origin_country':''},{'id':294,'logo_path':'/3XuHM8TXG0gDdPM3xJI14gkZbQy.png','name':'New Zealand Film Commission','origin_country':'NZ'},{'id':295,'logo_path':'/24lAsHZaGi4GzNrWzlkK60HLMBx.png','name':'NZ on Air','origin_country':'NZ'}]","[{'iso_3166_1':'NZ','name':'New Zealand'}]","1994-09-02","1608570","99","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'mi','name':''}]","Released","A family in crisis, a life in chaos... Nothing is more powerful than a mother's love.","Once Were Warriors","false","7.6","172" +"false","/sNaQWTsQFfdhjKweXbgjSHKZ8YS.jpg","null","5000000","[{'id':37,'name':'Western'}]","","335","tt0064116","it","C'era una volta il West","A widow whose land and life are in danger as the railroad is getting closer and closer to taking them over. A mysterious harmonica player joins forces with a desperado to protect the woman and her land.","16.853","/rVAHRtAMhV8QVXQMQ8NxNbZXCDp.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':218,'logo_path':null,'name':'Rafran Cinematografica','origin_country':''},{'id':11386,'logo_path':null,'name':'Finanzia San Marco','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'US','name':'United States of America'}]","1968-12-21","5321508","166","[{'iso_639_1':'it','name':'Italiano'}]","Released","There were three men in her life. One to take her... one to love her... and one to kill her.","Once Upon a Time in the West","false","8.2","1946" +"false","/vQi6zDyPoX3bq9YHazcOojXkAKP.jpg","{'id':9649,'name':'Mexico Trilogy','poster_path':'/qmPhILSFQKaRyc81mVJWl05tHai.jpg','backdrop_path':'/6p1OzuIKWnTDfDea7IpB9xra5J.jpg'}","29000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","1428","tt0285823","en","Once Upon a Time in Mexico","Hitman ""El Mariachi"" becomes involved in international espionage involving a psychotic CIA agent and a corrupt Mexican general.","9.298","/j3Mz1jaM3MVr5K1Ijh5D2T93VF2.jpg","[{'id':10807,'logo_path':'/j0BcMaJKIiDDYHq9lriTcM0Npka.png','name':'Troublemaker Studios','origin_country':'US'},{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-09-11","98185582","102","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","The Time Has Come.","Once Upon a Time in Mexico","false","6.2","1026" +"false","/e1USRrzvFliaqDrD9JiOBkZZL0s.jpg","null","0","[{'id':80,'name':'Crime'},{'id':28,'name':'Action'}]","http://www.goat-the-movie.com/","188313","tt1598172","en","Once Upon a Time in Brooklyn","After being released from prison, Bobby goes back to the mob connected streets. When forced to make a life altering decision the truth is revealed that he was too blind to see.","1.59","/kYzjtRUR8K96eNV6mwiIS2abS8J.jpg","[]","[]","2013-05-21","0","116","[{'iso_639_1':'en','name':'English'}]","Released","","Once Upon a Time in Brooklyn","false","4.8","6" +"false","/vnT6HzjLSDrAweHn9xWykb8Ii6T.jpg","null","20000000","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","","311","tt0087843","en","Once Upon a Time in America","A former Prohibition-era Jewish gangster returns to the Lower East Side of Manhattan over thirty years later, where he once again must confront the ghosts and regrets of his old life.","12.086","/fqP3Q7DWMFqW7mh11hWXbNwN9rz.jpg","[{'id':7965,'logo_path':null,'name':'The Ladd Company','origin_country':'US'},{'id':10214,'logo_path':null,'name':'Embassy International Pictures','origin_country':'US'},{'id':11670,'logo_path':null,'name':'Producers Sales Organization (PSO)','origin_country':''},{'id':218,'logo_path':null,'name':'Rafran Cinematografica','origin_country':''},{'id':68621,'logo_path':null,'name':'St. Petersburg Clearwater Film Commission','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'IT','name':'Italy'}]","1984-05-23","5300000","229","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'it','name':'Italiano'}]","Released","Crime, passion and lust for power.","Once Upon a Time in America","false","8.4","2135" +"false","/xR5brEuyRFlkxQF3cFFK2MIV66N.jpg","null","3200000","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","19064","tt0089730","en","Once Bitten","Mark wants to lose his virginity, but his girlfriend wants to wait. Unfortunately for both of them, a 400-year-old vampire Countess needs to turn a virgin into a vampire before Halloween in order to preserve her own youthful appearance, and when she finds Mark, she turns his life upside-down.","7.243","/eK3dxRrMQGpZ1kLD9wdyOI8urFZ.jpg","[{'id':3344,'logo_path':null,'name':'Night Light Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-11-15","10000000","94","[{'iso_639_1':'en','name':'English'}]","Released","A one-night stand with eternal complications!","Once Bitten","false","5.4","121" +"false","/5e9rYIQzaSy3v6ntyFuA3N4QN6b.jpg","null","160000","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","http://www.foxsearchlight.com/once/","5723","tt0907657","en","Once","A vacuum repairman moonlights as a street musician and hopes for his big break. One day a Czech immigrant, who earns a living selling flowers, approaches him with the news that she is also an aspiring singer-songwriter. The pair decide to collaborate, and the songs that they compose reflect the story of their blossoming love.","6.696","/fEjwJfeDxgsRBlYgEWMgvrKQ6VB.jpg","[{'id':11571,'logo_path':null,'name':'Samson Films','origin_country':''},{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'},{'id':1923,'logo_path':'/ilgktofJY7OsURHfccJrug4GKdQ.png','name':'RT??','origin_country':'IE'}]","[{'iso_3166_1':'IE','name':'Ireland'}]","2007-03-23","20710513","85","[{'iso_639_1':'cs','name':'??esk??'},{'iso_639_1':'en','name':'English'}]","Released","How often do you find the right person?","Once","false","7.5","679" +"false","/kwgJmgvTvjTDstqqX6j2xEvOIij.jpg","null","2133000","[{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","","31516","tt0041716","en","On the Town","Three sailors - Gabey, Chip and Ozzie - let loose on a 24-hour pass in New York and the Big Apple will never be the same! Gabey falls head over heels for ""Miss Turnstiles of the Month"" (he thinks she's a high society deb when she's really a 'cooch dancer at Coney Island); innocent Chip gets highjacked (literally) by a lady cab driver; and Ozzie becomes the object of interest of a gorgeous anthropologist who thinks he's the perfect example of a ""prehistoric man"". Wonderful music and terrific shots of New York at its best.","6.075","/1nzJskheUXOZYmfVkbqFgbChH0e.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1949-12-08","4428000","98","[{'iso_639_1':'en','name':'English'}]","Released","They Paint The Town With Joy!","On the Town","false","6.9","99" +"false","/h5OB8Hj5EN6HTcqazIULYs6rQnW.jpg","null","25000000","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'}]","http://www.ontheroad-themovie.com/?lang=en","83770","tt0337692","en","On the Road","Dean and Sal are the portrait of the Beat Generation. Their search for ""It"" results in a fast paced, energetic roller coaster ride with highs and lows throughout the U.S.","7.575","/uORuwLgdDFkA4BuU9b9nuhTkuy.jpg","[{'id':8372,'logo_path':null,'name':'SPAD Films','origin_country':''},{'id':70,'logo_path':'/ueaENQkPcy8rlr5fGZVBXKOhlBh.png','name':'American Zoetrope','origin_country':'US'},{'id':79077,'logo_path':null,'name':'Jerry Leider Company','origin_country':''},{'id':614,'logo_path':null,'name':'Vanguard Films','origin_country':''},{'id':83,'logo_path':'/9OQ0rm55xtlgX7KcAKMUePJSrQc.png','name':'France 2 Cin??ma','origin_country':'FR'},{'id':10611,'logo_path':'/zQ4fGaEnNkWfSzyygXRcUZwPmDG.png','name':'Cin??+','origin_country':'FR'},{'id':346,'logo_path':null,'name':'VideoFilmes','origin_country':''},{'id':21914,'logo_path':'/iF5QYCtPLuwkU90jWdjrul25d71.png','name':'K&S Films','origin_country':'AR'},{'id':12467,'logo_path':null,'name':'Nomadic Pictures','origin_country':'CA'},{'id':6274,'logo_path':null,'name':'MK2 Productions','origin_country':'FR'},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':7131,'logo_path':'/eLvjHPYZ12GR58lrDgg6MXZp2a3.png','name':'France T??l??visions','origin_country':'FR'}]","[{'iso_3166_1':'BR','name':'Brazil'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2012-05-22","8784318","137","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","The best teacher is experience.","On the Road","false","5.6","502" +"false","/5gsvPd8MPWLHPruC9ccFHDWycYj.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","","29577","tt0043882","en","On the Riviera","In this fast-paced remake of the Muarice Chavlier vehicle Folies Bergere, talented Danny Kaye plays both a performer and a heroic French military pilot.","0.855","/qX7CWjPzWPqzAJ44XDYefOOE1gq.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1951-04-20","0","89","[{'iso_639_1':'en','name':'English'}]","Released","","On the Riviera","false","7.3","5" +"false","/s3eV6XjaTKiiOVKUMGo4bvedNil.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","35412","tt0053137","en","On the Beach","In 1964, atomic war wipes out humanity in the northern hemisphere; one American submarine finds temporary safe haven in Australia, where life-as-usual covers growing despair. In denial about the loss of his wife and children in the holocaust, American Captain Towers meets careworn but gorgeous Moira Davidson, who begins to fall for him. The sub returns after reconnaissance a month (or less) before the end; will Towers and Moira find comfort with each other?","5.083","/lTDuj5zalrI0fpQel7UfPHTexTK.jpg","[{'id':893,'logo_path':null,'name':'Stanley Kramer Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1959-12-16","0","134","[{'iso_639_1':'en','name':'English'}]","Released","The Biggest Story of Our Time!","On the Beach","false","6.7","92" +"false","/o71ywQSmQ1hNPSLKJuCMyDTrL7K.jpg","{'id':645,'name':'James Bond Collection','poster_path':'/HORpg5CSkmeQlAolx3bKMrKgfi.jpg','backdrop_path':'/6VcVl48kNKvdXOZfJPdarlUGOsk.jpg'}","6500000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://www.mgm.com/view/movie/1411/On-Her-Majesty%E2%80%99s-Secret-Service/","668","tt0064757","en","On Her Majesty's Secret Service","James Bond tracks his archnemesis, Ernst Blofeld, to a mountaintop retreat where he is training an army of beautiful, lethal women. Along the way, Bond falls for Italian contessa Tracy Draco, and marries her in order to get closer to Blofeld.","16.942","/7mcqT56ES5U3wg26vQQuEnOaFSj.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':7576,'logo_path':'/oYcUi1byZ312Z3xiz5ojz9RQLND.png','name':'Eon Productions','origin_country':'GB'},{'id':10761,'logo_path':null,'name':'Danjaq','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1969-12-12","81974493","142","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","Far up! Far out! Far more! James Bond 007 is back!","On Her Majesty's Secret Service","false","6.5","772" +"false","/j5cE2YUjyzEeRgWHuO2ccDL5Wps.jpg","null","0","[{'id':18,'name':'Drama'}]","","11816","tt0082846","en","On Golden Pond","For Norman and Ethel Thayer, this summer on golden pond is filled with conflict and resolution. When their daughter Chelsea arrives, the family is forced to renew the bonds of love and overcome the generational friction that has existed for years. Norman must find his way through his anger and fear of growing old, while Chelsea struggles to rebuild their relationship. Ethel's consistent support of her ""Knight in shining armor"" is inspirational in its simplicity. This is a movie to ponder and always keep in your heart.","8.569","/h88NQA1slcXmdmUKBjyymAEV8sS.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1981-12-04","19255967","109","[{'iso_639_1':'en','name':'English'}]","Released","when life is at its finest...when love is at its fullest...","On Golden Pond","false","7.5","176" +"false","/lxbMXD12UCj7kMgfqjaZq5irGAu.jpg","{'id':386534,'name':'... Has Fallen Collection','poster_path':'/osh4PbHNt5CtqBS681hww1H5Wf3.jpg','backdrop_path':'/w5GjGycHi5EOfPx2JSMshCN7OJn.jpg'}","70000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","117263","tt2302755","en","Olympus Has Fallen","When the White House (Secret Service Code: ""Olympus"") is captured by a terrorist mastermind and the President is kidnapped, disgraced former Presidential guard Mike Banning finds himself trapped within the building. As the national security team scrambles to respond, they are forced to rely on Banning's inside knowledge to help retake the White House, save the President and avert an even bigger disaster.","17.839","/l542hLtKhsmOWEBFoC7Aajk0nKt.jpg","[{'id':925,'logo_path':'/dIb9hjXNOkgxu4kBWdIdK8nM4w.png','name':'Nu Image','origin_country':'US'},{'id':1020,'logo_path':'/kuUIHNwMec4dwOLghDhhZJzHZTd.png','name':'Millennium Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-03-20","161025640","120","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","When our flag falls our nation will rise.","Olympus Has Fallen","false","6.2","3991" +"false","/bknnd6MxnAfIvKcoDcajKAFcamy.jpg","null","0","[{'id':35,'name':'Comedy'}]","","305141","tt3166406","en","Oliver, Stoned.","The world's biggest stoner, Oliver, loses a high profile car, forcing him to steal an ice cream truck and enlist his wacky friends to help track down the thief before it's too late.","1.664","/rX9rEvyJgCxSAJPTRfWAkXZAaV6.jpg","[{'id':39043,'logo_path':null,'name':'Traveling Picture Show Company (TPSC)','origin_country':''},{'id':39044,'logo_path':null,'name':'Pelican House Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-03-20","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Oliver, Stoned.","false","3.8","7" +"false","/bk7oQqahFMarYBFri6xzjvXDzwm.jpg","null","30000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'},{'id':28,'name':'Action'}]","","87516","tt1321511","en","Oldboy","An everyday man has only three and a half days and limited resources to discover why he was imprisoned in a nondescript room for 20 years without any explanation.","8.14","/cmspwpe1usgG5hYijfEcTrueKRC.jpg","[{'id':4319,'logo_path':null,'name':'40 Acres & A Mule Filmworks','origin_country':'US'},{'id':829,'logo_path':'/mzpAmEQ5P1gFvdRoNyCk9q8ngiv.png','name':'Vertigo Entertainment','origin_country':'US'},{'id':17393,'logo_path':'/k28sCof6kheeOicLqL6EXX2GHov.png','name':'Good Universe','origin_country':'US'},{'id':17395,'logo_path':null,'name':'OB Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-11-14","4861022","104","[{'iso_639_1':'en','name':'English'}]","Released","Ask not why you were imprisoned. Ask why you were set free.","Oldboy","false","5.9","992" +"false","/dYxm1GXu9AJtTzZvVm871nsWQjr.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':37,'name':'Western'}]","","22660","tt0050798","en","Old Yeller","Young Travis Coates is left to take care of the family ranch with his mother and younger brother while his father goes off on a cattle drive in the 1860s. When a yellow mongrel comes for an uninvited stay with the family, Travis reluctantly adopts the dog.","5.982","/cpmJyQpmg6fF8VkBUAAFIs8tLKh.jpg","[{'id':3166,'logo_path':'/vyyv4Gy9nPqAZKElPm2izLlEaVS.png','name':'Walt Disney Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1957-12-25","0","83","[{'iso_639_1':'en','name':'English'}]","Released","All the heart, all the excitement of a great frontier adventure!","Old Yeller","false","7","110" +"false","/ixpnr4IeYWiuPfPcLPnoy8xNQC6.jpg","null","24000000","[{'id':35,'name':'Comedy'}]","http://www.oldschool-themovie.com","11635","tt0302886","en","Old School","Three friends attempt to recapture their glory days by opening up a fraternity near their alma mater.","11.536","/lvcyZumUoA6OBeqcJknfZVTmKKF.jpg","[{'id':2364,'logo_path':'/oZyR5maGM96jReVgW7oJ7mXN8ts.png','name':'The Montecito Picture Company','origin_country':'US'},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-02-21","87055349","91","[{'iso_639_1':'en','name':'English'}]","Released","All the fun of college, none of the education.","Old School","false","6.6","863" +"false","/vTUPejhvJgdHuSP6CWGRb4Tx7UH.jpg","null","300000","[{'id':18,'name':'Drama'}]","","26518","tt0468526","en","Old Joy","Soon to be a father, Mark feels the pressure of domestic responsibility closing in, so he is more than happy to accept when his old friend Kurt proposes a camping trip in the Oregon wilderness. During their time together, the men come to grips with the changes in their lives and the effect on their relationship.","4.223","/uv0JeHG3Oj0YJgpHy0egA4WGTkv.jpg","[{'id':14862,'logo_path':'/2YobmEkVFAcw368uz6Ie1sGP2C8.png','name':'Washington Square Films','origin_country':'US'},{'id':1976,'logo_path':'/vuNHAl3LpcNtjtRx8Ml4gpUMO2G.png','name':'filmscience','origin_country':'US'},{'id':31302,'logo_path':null,'name':'Van Hoy/Knudsen Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-01-20","0","73","[{'iso_639_1':'en','name':'English'}]","Released","","Old Joy","false","6.3","49" +"false","/stu0zX05E4oqXVcBFGA2I5KxlX4.jpg","null","35000000","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","http://disney.go.com/olddogs/","22949","tt0976238","en","Old Dogs","Charlie and Dan have been best friends and business partners for thirty years; their Manhattan public relations firm is on the verge of a huge business deal with a Japanese company. With two weeks to sew up the contract, Dan gets a surprise: a woman he married on a drunken impulse nearly nine years before (annulled the next day) shows up to tell him he's the father of her twins, now seven, and she'll be in jail for 14 days for a political protest. Dan volunteers to keep the tykes, although he's up tight and clueless. With Charlie's help is there any way they can be dad and uncle, meet the kids' expectations, and still land the account?","9.235","/2B4tOJ71vJQktyjsG0iqGM0Yh10.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':870,'logo_path':null,'name':'Tapestry Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-11-24","92219310","88","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'uk','name':'??????????????????????'}]","Released","Sit. Stay. Play Dad.","Old Dogs","false","5.3","342" +"false","/nG2dPA1kWgXSqskWZoj1gKZ03Xw.jpg","null","0","[{'id':37,'name':'Western'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","","13936","tt0048445","en","Oklahoma!","This joyous celebration of frontier life combines tender romance and violent passion in the Oklahoma Territory of the 1900's, with a timeless score filled with unforgettable songs. Rodgers and Hammerstein's hit Broadway musical.","4.09","/ztqT5GmJVI2o8vShGWRVVqykQqA.jpg","[{'id':6,'logo_path':'/n53F7K9scQWFXYbrCablqLKqJdp.png','name':'RKO Radio Pictures','origin_country':'US'},{'id':3296,'logo_path':null,'name':'Magna Corporation','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1955-10-10","0","145","[{'iso_639_1':'en','name':'English'}]","Released","It's Here!","Oklahoma!","false","6.5","66" +"false","/6NctMKZun8nxhEOyYoLY4hah8RL.jpg","null","12000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","100544","tt1925479","en","Officer Down","When a cop's crooked past comes back to get him, can he do the right thing, or will he succumb to the threats of his dangerous connections?","2.989","/fsuAjoIjvIQPA5mQzaDyIL7Dzyk.jpg","[{'id':4030,'logo_path':null,'name':'Jeff Most Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-01-22","0","98","[{'iso_639_1':'en','name':'English'}]","Released","Once a bad cop, always a bad cop.","Officer Down","false","5.8","42" +"false","/8QSLv5XMSLDRcFsstS669F5ZRZl.jpg","null","10000000","[{'id':35,'name':'Comedy'}]","","1542","tt0151804","en","Office Space","Three office workers strike back at their evil employers by hatching a hapless attempt to embezzle money.","10.379","/iO9aZzrfmMvm3IqkFiQyuuUMLh2.jpg","[{'id':7458,'logo_path':null,'name':'Cubicle Inc.','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-02-19","10827810","89","[{'iso_639_1':'en','name':'English'}]","Released","Work sucks.","Office Space","false","7.5","1511" +"false","/8NzoW8esBde5bx5T67RHmkZerwG.jpg","null","2000000","[{'id':53,'name':'Thriller'}]","","122044","tt1821427","en","Offender","Justice needs to be served at Britain's most notorious young offenders institute.","3.174","/tgu9GgsQtZ9B8UkaEfXTInjI7Fi.jpg","[{'id':7352,'logo_path':'/jtH0etKssdTBMcxmVX5mVXsOvEE.png','name':'Gunslinger','origin_country':''},{'id':22322,'logo_path':null,'name':'RDT Productions','origin_country':''},{'id':7437,'logo_path':'/e5CcgFrdlxMUwlsS72si8q1yHBr.png','name':'IM Global','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2012-08-08","0","102","[{'iso_639_1':'en','name':'English'}]","Released","This summer ... justice will be served","Offender","false","6.7","29" +"false","/3WlBOkEbVz8s9tSkHsu2RogoQHV.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","279817","tt1405413","en","Of Silence","An ailing former scuba diver, who faces extremely tough times, begins experiencing otherworldly incidents.","1.4","/qjsLWWlQtwtz3DPkLXjfMuhTS1T.jpg","[]","[]","2014-01-14","0","94","[]","Released","What if Silence Was a Living Thing?","Of Silence","false","4.1","11" +"false","/yjorFsCy0DsSiK0HwABu0SHQv1P.jpg","null","5000000","[{'id':27,'name':'Horror'}]","http://oculus.tumblr.com/","157547","tt2388715","en","Oculus","A woman tries to exonerate her brother's murder conviction by proving that the crime was committed by a supernatural phenomenon.","9.165","/ic8C94ylSfcoLkXqPOKzL6DqPcH.jpg","[{'id':24510,'logo_path':null,'name':'MICA Entertainment','origin_country':''},{'id':1224,'logo_path':null,'name':'Intrepid Pictures','origin_country':'US'},{'id':3172,'logo_path':'/kDedjRZwO8uyFhuHamomOhN6fzG.png','name':'Blumhouse Productions','origin_country':'US'},{'id':10339,'logo_path':'/oiIi36MaWXwvvHWX5eojoE2Fiyv.png','name':'WWE Studios','origin_country':'US'},{'id':112802,'logo_path':null,'name':'Lasser Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-04-03","44030246","104","[{'iso_639_1':'en','name':'English'}]","Released","You see what it wants you to see","Oculus","false","6.4","1696" +"false","/nOp4RM4AYlW8Ux0XHBTqXbPlSgY.jpg","{'id':645,'name':'James Bond Collection','poster_path':'/HORpg5CSkmeQlAolx3bKMrKgfi.jpg','backdrop_path':'/6VcVl48kNKvdXOZfJPdarlUGOsk.jpg'}","27500000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://www.mgm.com/view/movie/1394/Octopussy/","700","tt0086034","en","Octopussy","James Bond is sent to investigate after a fellow ???00??? agent is found dead with a priceless Faberg?? egg. James Bond follows the mystery and uncovers a smuggling scandal and a Russian General who wants to provoke a new World War.","17.783","/s1GeJcwTclopbed1Bo2hjunSika.jpg","[{'id':7576,'logo_path':'/oYcUi1byZ312Z3xiz5ojz9RQLND.png','name':'Eon Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1983-06-05","187500000","131","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","James Bond???s all time high.","Octopussy","false","6.3","865" +"false","/jtkmj9pIbnYNOF8LvqEvEF9F24b.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","","13466","tt0132477","en","October Sky","Based on the true story of Homer Hickam, a coal miner's son who was inspired by the first Sputnik launch to take up rocketry against his father's wishes, and eventually became a NASA scientist.","9.774","/oeFdjM0P3DMIKOloApLAn96GHiM.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-02-19","0","108","[{'iso_639_1':'en','name':'English'}]","Released","Sometimes one dream is enough to light up the whole sky.","October Sky","false","7.6","468" +"false","/bYfM7W5bPTRLptXTItYExgTZLQV.jpg","{'id':304,'name':'Ocean's Collection','poster_path':'/1c1r5LViqx9LtqQmNkbu5XdcVEP.jpg','backdrop_path':'/z2TbwtEzjMxYZ8TXfbJmhbahkom.jpg'}","110000000","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","http://oceans12.warnerbros.com/","163","tt0349903","en","Ocean's Twelve","Danny Ocean reunites with his old flame and the rest of his merry band of thieves in carrying out three huge heists in Rome, Paris and Amsterdam ??? but a Europol agent is hot on their heels.","14.04","/nS3iDLQuy13XY1JH58NNl1rCuNN.jpg","[{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':2596,'logo_path':null,'name':'Jerry Weintraub Productions','origin_country':'US'},{'id':129,'logo_path':null,'name':'Section Eight','origin_country':'US'},{'id':12202,'logo_path':null,'name':'WV Films III','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-12-09","362744280","125","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'nl','name':'Nederlands'},{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'en','name':'English'}]","Released","Twelve is the new eleven.","Ocean's Twelve","false","6.5","3772" +"false","/7ytb78OyijteFpFKKoZsYSvPw2u.jpg","{'id':304,'name':'Ocean's Collection','poster_path':'/1c1r5LViqx9LtqQmNkbu5XdcVEP.jpg','backdrop_path':'/z2TbwtEzjMxYZ8TXfbJmhbahkom.jpg'}","85000000","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","http://oceans13.warnerbros.com/","298","tt0496806","en","Ocean's Thirteen","Danny Ocean's team of criminals are back and composing a plan more personal than ever. When ruthless casino owner Willy Bank doublecrosses Reuben Tishkoff, causing a heart attack, Danny Ocean vows that he and his team will do anything to bring down Willy Bank along with everything he's got. Even if it means asking for help from an enemy.","11.689","/5QTc2a782KkHwz4NntHMDgcp3PX.jpg","[{'id':129,'logo_path':null,'name':'Section Eight','origin_country':'US'},{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':2596,'logo_path':null,'name':'Jerry Weintraub Productions','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-06-06","311312624","122","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","What are the odds of getting even? 13 to one.","Ocean's Thirteen","false","6.6","3336" +"false","/z2fiN0tgkgOcAFl5gxvQlYXCn3l.jpg","{'id':304,'name':'Ocean's Collection','poster_path':'/1c1r5LViqx9LtqQmNkbu5XdcVEP.jpg','backdrop_path':'/z2TbwtEzjMxYZ8TXfbJmhbahkom.jpg'}","85000000","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","http://www.warnerbros.co.uk/movies/oceans-eleven","161","tt0240772","en","Ocean's Eleven","Less than 24 hours into his parole, charismatic thief Danny Ocean is already rolling out his next plan: In one night, Danny's hand-picked crew of specialists will attempt to steal more than $150 million from three Las Vegas casinos. But to score the cash, Danny risks his chances of reconciling with ex-wife, Tess.","16.795","/o0h76DVXvk5OKjmNez5YY0GODC2.jpg","[{'id':24939,'logo_path':null,'name':'WV Films II','origin_country':''},{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':172,'logo_path':null,'name':'NPV Entertainment','origin_country':''},{'id':2596,'logo_path':null,'name':'Jerry Weintraub Productions','origin_country':'US'},{'id':129,'logo_path':null,'name':'Section Eight','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-12-07","450717150","116","[{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'en','name':'English'}]","Released","Are you in or out?","Ocean's Eleven","false","7.3","6368" +"false","/kmKZVgUPqf9v4c0UitSZlDM3RPv.jpg","null","40000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","http://ninja-assassin-movie.warnerbros.com","22832","tt1186367","en","Ninja Assassin","Ninja Assassin follows Raizo, one of the deadliest assassins in the world. Taken from the streets as a child, he was transformed into a trained killer by the Ozunu Clan, a secret society whose very existence is considered a myth. But haunted by the merciless execution of his friend by the Clan, Raizo breaks free from them and vanishes. Now he waits, preparing to exact his revenge.","11.864","/k0Nu7HuUdnjfeNPR6YSY0PDH2et.jpg","[{'id':7307,'logo_path':null,'name':'Medienboard Berlin-Brandenburg','origin_country':''},{'id':923,'logo_path':'/5UQsZrfbfG2dYJbx8DxfoTr2Bvu.png','name':'Legendary Entertainment','origin_country':'US'},{'id':1786,'logo_path':'/joLFuCWg9e2lweYnFQtRPJKSLlI.png','name':'Dark Castle Entertainment','origin_country':'US'},{'id':1885,'logo_path':'/xlvoOZr4s1PygosrwZyolIFe5xs.png','name':'Silver Pictures','origin_country':'US'},{'id':450,'logo_path':null,'name':'Anarchos Productions','origin_country':''},{'id':69582,'logo_path':null,'name':'Rocklock Films','origin_country':''},{'id':264,'logo_path':'/fA90qwUKgPhMONqtwY60GaHRyrW.png','name':'Studio Babelsberg','origin_country':'DE'},{'id':11238,'logo_path':null,'name':'Deutsche Filmf??rderfonds (DFFF)','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2009-09-29","60462347","99","[{'iso_639_1':'en','name':'English'}]","Released","Fear not the weapon, but the hand that wields it.","Ninja Assassin","false","6.1","584" +"false","/hVzII4DQU9X9TVhXwQoLgeweZV9.jpg","{'id':232844,'name':'Nim's Island Collection','poster_path':'/rRPq295zZflnjp9Y8uhJppJBayQ.jpg','backdrop_path':'/iRh0E4dR2m7ZiJQ9u58r8jPV0WU.jpg'}","37000000","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","","10488","tt0410377","en","Nim's Island","A young girl inhabits an isolated island with her scientist father and communicates with a reclusive author of the novel she's reading.","9.038","/wNSQsaz1btAHSZ6vNJpjbVmQWQG.jpg","[{'id':10221,'logo_path':'/99VfWRgKasZoyK9UVB39gnYvFrZ.png','name':'Walden Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-04-03","100076342","96","[{'iso_639_1':'en','name':'English'}]","Released","Be the hero of your own story.","Nim's Island","false","5.8","617" +"false","/gktL2rfE7d1xrwPSSTohxLOjLSs.jpg","null","8500000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://nightcrawlerfilm.com","242582","tt2872718","en","Nightcrawler","When Lou Bloom, desperate for work, muscles into the world of L.A. crime journalism, he blurs the line between observer and participant to become the star of his own story. Aiding him in his effort is Nina, a TV-news veteran.","23.083","/8oPY6ULFOTbAEskySNhgsUIN4fW.jpg","[{'id':24049,'logo_path':'/zOHQ0A3PpNoLLeAxRZwSqNV3nPr.png','name':'Sierra / Affinity','origin_country':'US'},{'id':2266,'logo_path':'/owzVs2mguyyJ3vIn7EbgowpUPnk.png','name':'Bold Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-10-23","50300000","118","[{'iso_639_1':'en','name':'English'}]","Released","The city shines brightest at night","Nightcrawler","false","7.7","5616" +"false","/ziIeKtCZpjNXoEmgHpdDKY1Zy7C.jpg","null","11000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'}]","","20481","tt0100260","en","Nightbreed","A troubled young man is drawn to a mythical place called Midian where a variety of monsters are hiding from humanity.","5.582","/d9T7jZmyXr5htsDtqipveqmKbAa.jpg","[{'id':3557,'logo_path':null,'name':'Seraphim Films','origin_country':''},{'id':10210,'logo_path':null,'name':'Morgan Creek Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-02-16","8862354","102","[{'iso_639_1':'en','name':'English'}]","Released","Come meet the dead of night.","Nightbreed","false","6.3","165" +"false","/yYAmwJa7igBqXCGbDzMglWfzOI5.jpg","null","0","[{'id':27,'name':'Horror'}]","","49352","tt0087798","en","Night Train to Terror","God and Satan are on a train discussing the fate of three individuals. The stories of the people in question are told in a trio of very strange vignettes. One involves an insane anylum with some very interesting treatment plans. Another involves a 'death club'. The final story shows us the adventures of a server of Satan.","2.163","/hqIIacARCSgYVxV4PZiTmsbxgO1.jpg","[{'id':23820,'logo_path':null,'name':'Visto International Inc.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-05-01","0","98","[{'iso_639_1':'en','name':'English'}]","Released","A one-way ticket to Hell...and beyond.","Night Train to Terror","false","5.4","28" +"false","/cz8jCliR5J5SUXrgVmnC2VMRVM8.jpg","null","7700000","[{'id':9648,'name':'Mystery'},{'id':10749,'name':'Romance'},{'id':53,'name':'Thriller'}]","http://www.nighttrain-film.com/","160139","tt1654523","en","Night Train to Lisbon","Raimund Gregorius, having saved a beautiful Portuguese woman from leaping to her death, stumbles upon a mesmerizing book by a Portuguese author, which compels him to suddenly abandon the boring life he has led for years and to embark on an enthralling adventure. In search of the author, Gregorius acts as detective, pulling together pieces of a puzzle that involves political and emotional intrigue and the highest possible stakes. His voyage is one that transcends time and space, delving into the realms of history, medicine and love, all in search of true meaning to his life.","5.535","/70NCPrI6qscWbVRRNMM0ZNq0sd6.jpg","[{'id':7237,'logo_path':null,'name':'Tele M??nchen Fernseh Produktionsgesellschaft (TMG)','origin_country':''},{'id':680,'logo_path':null,'name':'Studio Hamburg Filmproduktion','origin_country':''},{'id':6663,'logo_path':null,'name':'C-Films AG','origin_country':''},{'id':24277,'logo_path':'/u42aMBx2JxWp4vgTjqcar4Kp1HI.png','name':'PalmStar Media','origin_country':'US'},{'id':21917,'logo_path':null,'name':'Efish Entertainment','origin_country':''},{'id':8683,'logo_path':null,'name':'Cinemate','origin_country':''},{'id':6715,'logo_path':null,'name':'K5 International','origin_country':'DE'},{'id':23437,'logo_path':null,'name':'K5 Film','origin_country':'DE'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'PT','name':'Portugal'},{'iso_3166_1':'CH','name':'Switzerland'}]","2013-03-07","0","111","[{'iso_639_1':'en','name':'English'}]","Released","Only when you are lost can you truly find yourself","Night Train to Lisbon","false","6.6","197" +"false","/4RhlmYox1ZNuBZ7Me0KvoQS1Z4H.jpg","null","250000","[{'id':878,'name':'Science Fiction'},{'id':18,'name':'Drama'}]","http://nightsightsthemovie.com/","287940","tt2363309","en","Night Sights","After losing their son, grieving parents stumble upon a network of people that collect souls of the deceased, preparing them for their journey out of Purgatory.","1.592","/8vqbvW1jBu5WmO18BkHryxN6wPq.jpg","[{'id':30638,'logo_path':null,'name':'Envoy Pictures','origin_country':''},{'id':30637,'logo_path':null,'name':'Medal Lion Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-12-31","0","89","[{'iso_639_1':'en','name':'English'}]","Released","There is no way back for Lost Souls","Night Sights","false","3.4","9" +"false","/hLMx2lfGDrjHTPadn5vAfZjwIar.jpg","null","3500000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","339","tt0102536","en","Night on Earth","An anthology of 5 different cab drivers in 5 American and European cities and their remarkable fares on the same eventful night.","8.08","/aREHjLD3kwQFcL1ncNOx8ggDGxA.jpg","[{'id':181,'logo_path':null,'name':'Channel Four Films','origin_country':'GB'},{'id':182,'logo_path':null,'name':'JVC Entertainment','origin_country':''},{'id':183,'logo_path':null,'name':'Le Studio Canal+','origin_country':''},{'id':184,'logo_path':null,'name':'Locus Solus Entertainment','origin_country':''},{'id':185,'logo_path':null,'name':'Pandora Cinema','origin_country':''},{'id':186,'logo_path':'/1xlcFvAz1PQIkMhO0pBLBPW4PWY.png','name':'Pyramide Productions','origin_country':'FR'},{'id':187,'logo_path':null,'name':'Victor Musical Industries, Inc.','origin_country':'JP'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'FI','name':'Finland'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1991-12-12","2015810","129","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fi','name':'suomi'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'it','name':'Italiano'}]","Released","Five Taxis. Five Cities. One Night.","Night on Earth","false","7.5","312" +"false","/kzYiFzzjLwCuFWCB4NkoXxPGBlU.jpg","null","20","[{'id':27,'name':'Horror'}]","","190829","tt2006801","en","Night of the Living Dead: Resurrection","The deceased have risen with the instinct to feed on the living as a family is trapped during a zombie apocalypse. Wales. Based on George A. Romero's classic ""Night of the Living Dead"".","1.836","/kQwc4sMURBw1Iw2HnzWjOx9xIvw.jpg","[]","[]","2012-11-28","0","86","[{'iso_639_1':'en','name':'English'}]","Released","When the Sun Goes Down, the Terror Begins","Night of the Living Dead: Resurrection","false","3.6","14" +"false","/w2jDXc2LInYx0cnRg5FkfhrQRlw.jpg","{'id':136218,'name':'Night of the Demons Collection','poster_path':'/5GrdNoRI4cHrIlm5XrjinS4HVvm.jpg','backdrop_path':'/vuMASrjy8ItbQXQbZGBz7Vhdo0I.jpg'}","1300000","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","24925","tt0110667","en","Night of the Demons 2","Angela, the universe's most unpleasant party crasher, returns! Angela's sister, Mouse, is taken by her bullying Catholic school classmates to a party at Angela's favorite haunt, and before long, everybody's being turned into demons and only a butt-kickin' nun, who wields her ruler like a mighty sword of steel, can save the day.","3.618","/6GsLJvrOzQJGDaBugIkUDRvnH2Y.jpg","[{'id':2623,'logo_path':null,'name':'Blue Rider Pictures','origin_country':'US'},{'id':10348,'logo_path':null,'name':'Republic Pictures (II)','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-05-31","0","96","[{'iso_639_1':'en','name':'English'}]","Released","Angela's Having Another Party -- Wait Till You Meet Her Friends.","Night of the Demons 2","false","5.7","52" +"false","/Aug4ZZebfPOQCxEqgKIRGLcYcGL.jpg","{'id':136218,'name':'Night of the Demons Collection','poster_path':'/5GrdNoRI4cHrIlm5XrjinS4HVvm.jpg','backdrop_path':'/vuMASrjy8ItbQXQbZGBz7Vhdo0I.jpg'}","1200000","[{'id':27,'name':'Horror'}]","","24924","tt0093624","en","Night of the Demons","While conducting a seance during a Halloween party, high-school seniors unlock the demon that remains locked in the crematorium.","5.032","/qWUVkyCZUSAMDLycjFoSMMhkDRu.jpg","[{'id':8634,'logo_path':null,'name':'Meridian Productions','origin_country':''},{'id':17951,'logo_path':null,'name':'Paragon Arts International','origin_country':''},{'id':2623,'logo_path':null,'name':'Blue Rider Pictures','origin_country':'US'},{'id':10348,'logo_path':null,'name':'Republic Pictures (II)','origin_country':''},{'id':13072,'logo_path':null,'name':'Skouras Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-10-14","3109904","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","Angela is having a party, Jason and Freddy are too scared to come. But You'll have a hell of a time.","Night of the Demons","false","6.4","119" +"false","/3nMpp4EvYo0Wy4QAANRIccS9WCk.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","157823","tt2043933","en","Night Moves","The story about three radical environmentalists coming together to execute the most intense protest of their lives: the explosion of a hydroelectric dam.","7.206","/v823S3VnKA548RbKMNr45lDpt1N.jpg","[{'id':30666,'logo_path':'/g8LmDZVFWDRJW72sj0nAj1gh8ac.png','name':'RT Features','origin_country':'BR'},{'id':26952,'logo_path':null,'name':'Maybach Film Productions','origin_country':''},{'id':1976,'logo_path':'/vuNHAl3LpcNtjtRx8Ml4gpUMO2G.png','name':'filmscience','origin_country':'US'},{'id':30667,'logo_path':null,'name':'Tipping Point Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-04-23","271755","112","[{'iso_639_1':'en','name':'English'}]","Released","","Night Moves","false","5.7","155" +"false","/gfv6Op0iYoRFEruEXYU0SsIWMvz.jpg","null","0","[{'id':27,'name':'Horror'}]","","19201","tt0056277","en","Captain Clegg","What secret lay behind the dreaded Marsh Phantoms, the ghostly riders whose silent approach in the darkness of the bleak, unwelcoming Romney Marshes causes men to die of fright? Are they a genuine manifestation or a cover for illegal smuggling activities. Perhaps Dr Blyss, the benign vicar of the quiet village of Dymchurch, knows the truth about the ruthless pirate and smuggler who lies buried in the village graveyard and can unravel the phenomenon of the curse of Captain Clegg.","2.788","/xvyXuNgLtZCx1ZhRAaXq0TrhJSb.jpg","[{'id':1314,'logo_path':'/gQBluDqe6dc2ZdzfJbabEHoSGoG.png','name':'Hammer Film Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1962-06-13","0","80","[{'iso_639_1':'en','name':'English'}]","Released","Who knows the truth about the curse of Captain Clegg?","Captain Clegg","false","6.3","28" +"false","/Mjel2GjWo7UVIPpdzswJDwobH4.jpg","null","100000","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","147230","tt0985060","en","Night Crawlers","Blood is thicker than water in this tiny Texas town. After two centuries of Vampire blood lust one man becomes a hero...without a clue.","0.6","/sqL7xu9XTBHQgkPKE6toyoZIVe4.jpg","[{'id':31265,'logo_path':null,'name':'DeadMenR67 Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-02-07","0","75","[{'iso_639_1':'en','name':'English'}]","Released","","Night Crawlers","false","3.5","4" +"false","/41lWHGWupPIy5EQS4Iwum8GTBsP.jpg","null","0","[{'id':27,'name':'Horror'}]","http://www.nightclaws.com/","151193","tt1874649","en","Night Claws","A small town is being terrorized by a killer Bigfoot. One that is blood thirsty, vicious and kills without warning and without discrimination. A scientist by the name of Sarah Evans (Leilani Sarelle) shows up to help the town's sheriff (Reb Brown) and his deputy girlfriend Roberta (Sherrie Rose) hunt this thing down and put an end to the killings. At the same time, Hunter Crawford (David Campbell) is a thug-like character who along with his two henchmen, is hunting the creature himself, for his own personal gain and he does not care who he has to go through to accomplish his goal.","1.702","/8g0CI6kPmNfmSeKZdfyDv8wE4cL.jpg","[{'id':17783,'logo_path':null,'name':'Night Claws Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-08-23","0","83","[{'iso_639_1':'en','name':'English'}]","Released","Survival is Not an Option","Night Claws","false","2.4","7" +"false","/8b9mOlxer8DVw4k368IXNG5HPBI.jpg","{'id':85943,'name':'Night at the Museum Collection','poster_path':'/q2nwE0Qi8U6tsU5HDmiWS2D3dSJ.jpg','backdrop_path':'/z0nqqHwEY3niKa41kKbR4zhnvHw.jpg'}","127000000","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'},{'id':10751,'name':'Family'}]","","181533","tt2692250","en","Night at the Museum: Secret of the Tomb","When the magic powers of The Tablet of Ahkmenrah begin to die out, Larry Daley spans the globe, uniting favorite and new characters while embarking on an epic quest to save the magic before it is gone forever.","29.164","/tWwASv4CU1Au1IukacdSUewDCV3.jpg","[{'id':20478,'logo_path':'/gSS2OBc6dRsK2ewRx5lcwnARrpl.png','name':'Moving Picture Company','origin_country':'GB'},{'id':2575,'logo_path':'/9YJrHYlcfHtwtulkFMAies3aFEl.png','name':'21 Laps Entertainment','origin_country':'US'},{'id':436,'logo_path':'/A7WCkG3F0NFvjGCwUnclpGdIu9E.png','name':'1492 Pictures','origin_country':'US'},{'id':22213,'logo_path':'/qx9K6bFWJupwde0xQDwOvXkOaL8.png','name':'TSG Entertainment','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2014-12-17","349424282","97","[{'iso_639_1':'en','name':'English'}]","Released","One Final Night to Save the Day.","Night at the Museum: Secret of the Tomb","false","6.2","3384" +"false","/632jziQ0Etz5J6yQvPNW3pmjQT8.jpg","{'id':85943,'name':'Night at the Museum Collection','poster_path':'/q2nwE0Qi8U6tsU5HDmiWS2D3dSJ.jpg','backdrop_path':'/z0nqqHwEY3niKa41kKbR4zhnvHw.jpg'}","150000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","http://www.nightatthemuseummovie.com","18360","tt1078912","en","Night at the Museum: Battle of the Smithsonian","Hapless museum night watchman Larry Daley must help his living, breathing exhibit friends out of a pickle now that they've been transferred to the archives at the Smithsonian Institution. Larry's (mis)adventures this time include close encounters with Amelia Earhart, Abe Lincoln and Ivan the Terrible.","18.33","/qbU6AxmO69bBwu6Tw8HtcRoltAA.jpg","[{'id':2575,'logo_path':'/9YJrHYlcfHtwtulkFMAies3aFEl.png','name':'21 Laps Entertainment','origin_country':'US'},{'id':436,'logo_path':'/A7WCkG3F0NFvjGCwUnclpGdIu9E.png','name':'1492 Pictures','origin_country':'US'},{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'},{'id':20478,'logo_path':'/gSS2OBc6dRsK2ewRx5lcwnARrpl.png','name':'Moving Picture Company','origin_country':'GB'},{'id':10224,'logo_path':null,'name':'Museum Canada Productions','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CA','name':'Canada'}]","2009-05-20","413106170","105","[{'iso_639_1':'en','name':'English'}]","Released","When the lights go off the battle is on.","Night at the Museum: Battle of the Smithsonian","false","6","3841" +"false","/fDuTrT0qJUgEJjexaZOce4kmO0V.jpg","{'id':85943,'name':'Night at the Museum Collection','poster_path':'/q2nwE0Qi8U6tsU5HDmiWS2D3dSJ.jpg','backdrop_path':'/z0nqqHwEY3niKa41kKbR4zhnvHw.jpg'}","110000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","","1593","tt0477347","en","Night at the Museum","Chaos reigns at the natural history museum when night watchman Larry Daley accidentally stirs up an ancient curse, awakening Attila the Hun, an army of gladiators, a Tyrannosaurus rex and other exhibits.","22.128","/NUbCSwy2EQ9Z6psUjPqr3WdVI2.jpg","[{'id':289,'logo_path':null,'name':'Ingenious Film Partners','origin_country':''},{'id':436,'logo_path':'/A7WCkG3F0NFvjGCwUnclpGdIu9E.png','name':'1492 Pictures','origin_country':'US'},{'id':2575,'logo_path':'/9YJrHYlcfHtwtulkFMAies3aFEl.png','name':'21 Laps Entertainment','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2006-10-20","574480841","108","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'he','name':'????????????????'}]","Released","Where History Comes To Life","Night at the Museum","false","6.5","5662" +"false","/3D0Bz4zVdFJpZjxxPupReqPLpCX.jpg","null","12000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","27418","tt0097967","en","Next of Kin","Truman Gates, a Chicago cop, sets out to find his brother's killer. Meanwhile, another of his brothers, Briar (a hillbilly) decides to find the killer himself.","6.245","/uCs7jWkPCu5813PDOveNBW9mRYu.jpg","[{'id':1176,'logo_path':null,'name':'Lorimar Film Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-10-20","15942628","108","[{'iso_639_1':'en','name':'English'}]","Released","A Chicago cop from the hills of Kentucky. Hunting his brother's killer. Seeking justice country style.","Next of Kin","false","5.2","82" +"false","/gMCKSic0my5n5ovqJU7fjMC0tD.jpg","{'id':43563,'name':'Friday Collection','poster_path':'/cJUiqO2Z0PDL6cZ2Ic04F1i4gnb.jpg','backdrop_path':'/pXszT8ZWGj3fohU9FY0niA0IDEw.jpg'}","11000000","[{'id':35,'name':'Comedy'}]","","10471","tt0195945","en","Next Friday","Ice Cube returns as Craig Jones, a streetwise man from South Central Los Angeles who has a knack for getting into trouble. This time out, Craig is still trying to outsmart neighborhood bully Debo (Tommy ""Tiny"" Lister Jr.); after Craig gets the better of Debo in a fist fight, Debo is determined to flatten Craig in a rematch. Looking to stay out of Debo's way, Craig's dad decides that it would be a good idea for Craig to hide out with his Uncle Elroy and cousin Day-Day in Rancho Cucamonga... but trouble seems to find him there also.","8.62","/zUzn6YBbnEhdIkqtf9w0xG58NMC.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-01-12","59827328","98","[{'iso_639_1':'en','name':'English'}]","Released","The suburbs make the hood look good.","Next Friday","false","6.4","239" +"false","/jOwf5Y72e9gkxHVQsj8NlbFuYcV.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","248774","tt2910274","en","Obvious Child","An immature, newly unemployed comic must navigate the murky waters of adulthood after her fling with a graduate student results in an unplanned pregnancy.","9.752","/pPrL08T3aTATKKailk1IMSTK4gj.jpg","[{'id':10479,'logo_path':null,'name':'Sundial Pictures','origin_country':''},{'id':34455,'logo_path':null,'name':'Votiv Films','origin_country':'US'},{'id':34456,'logo_path':'/8M1gePvKplgyHRD5WWfONbWOAuk.png','name':'Rooks Nest Entertainment','origin_country':'GB'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-06-06","3123963","83","[{'iso_639_1':'en','name':'English'}]","Released","","Obvious Child","false","6.7","253" +"false","/8TE77jL2e4zdERpv8hnBAHUmFRx.jpg","null","120000000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':12,'name':'Adventure'},{'id':9648,'name':'Mystery'}]","https://www.uphe.com/movies/oblivion","75612","tt1483013","en","Oblivion","Jack Harper is one of the last few drone repairmen stationed on Earth. Part of a massive operation to extract vital resources after decades of war with a terrifying threat known as the Scavs, Jack???s mission is nearly complete. His existence is brought crashing down when he rescues a beautiful stranger from a downed spacecraft. Her arrival triggers a chain of events that forces him to question everything he knows and puts the fate of humanity in his hands.","17.528","/hmOzkHlkGvi8x24fYpFSnXvjklv.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':19647,'logo_path':null,'name':'Monolith Pictures (III)','origin_country':''},{'id':7076,'logo_path':'/8BFxn9NUWSgp0ndih569Gm62xiC.png','name':'Chernin Entertainment','origin_country':'US'},{'id':19648,'logo_path':null,'name':'Radical Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-04-10","286168572","124","[{'iso_639_1':'en','name':'English'}]","Released","Earth is a memory worth fighting for","Oblivion","false","6.5","6661" +"false","/s4SmtlX13p1E2laSQqmVZQ8sYbe.jpg","null","26000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'}]","","134","tt0190590","en","O Brother, Where Art Thou?","In the deep south during the 1930s, three escaped convicts search for hidden treasure while a relentless lawman pursues them. On their journey they come across many comical characters and incredible situations. Based upon Homer's 'Odyssey'.","14.307","/eIqSzq6j3yuxNmifiUOh6iTpG9N.jpg","[{'id':2092,'logo_path':null,'name':'Mike Zoss Productions','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'},{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2000-08-30","71868327","106","[{'iso_639_1':'en','name':'English'}]","Released","They have a plan...but not a clue.","O Brother, Where Art Thou?","false","7.3","1896" +"false","/kEigUs8nOwJnP4KyDmXkudyopHv.jpg","{'id':258664,'name':'Nymphomaniac Collection','poster_path':'/mkML1KIuHsv9bF5cdwMl6W8S0V1.jpg','backdrop_path':'/pUswifNwnQ5beSsqbAj1585ugIa.jpg'}","0","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","http://www.magpictures.com/nymphomaniac","249397","tt2382009","en","Nymphomaniac: Vol. II","The continuation of Joe's sexually dictated life delves into the darker aspects of her adult life and what led to her being in Seligman's care.","13.837","/2FBFiDhx3tGe8PG4A5iuCbeIJ4s.jpg","[{'id':76,'logo_path':null,'name':'Zentropa Entertainments','origin_country':'DK'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'DK','name':'Denmark'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'SE','name':'Sweden'}]","2013-12-25","2227167","124","[{'iso_639_1':'en','name':'English'}]","Released","Forget About Love","Nymphomaniac: Vol. II","false","6.7","1409" +"false","/nvnjUR2HykupMjZfQo9zBXRz5RQ.jpg","null","0","[{'id':10770,'name':'TV Movie'},{'id':18,'name':'Drama'}]","","279973","tt3034594","en","Nowhere Safe","Nowhere to run...Nowhere to hide. After two teen girls cruelly impersonate her online in a reverse cyber bullying plot, Ashley s reputation is ruined. She and her mother, Julie (a high school teacher), are ostracized, forcing them to flee an escalating threat to their lives. Starting over in a new town and school, romantic interests and the poignant lessons from Kevin, an eccentric history teacher, draw them out of seclusion. However, when the past catches up with Ashley, she draws on what she s learned from Kevin s history lessons, giving her strength to stand tall rather than giving in to the bullies that torment her. With the support of her mother and new found friends, Ashley confronts her painful past, using the very tools of social media and technology that originally hurt her to expose lies and spread the truth.","2.317","/nDCVlzlASrlddOlANTMoHr0HTae.jpg","[{'id':38207,'logo_path':null,'name':'Gradual Elevate Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-10-05","0","93","[{'iso_639_1':'en','name':'English'}]","Released","","Nowhere Safe","false","6.1","31" +"false","/9wbXqcx6rHhoZ9Esp03C7amQzom.jpg","{'id':382685,'name':'Now You See Me Collection','poster_path':'/n0ygWnRip5RYnejdI6Lpwxov0x7.jpg','backdrop_path':'/scBzORmLqP00h8hPKS19TLtyRQm.jpg'}","75000000","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","75656","tt1670345","en","Now You See Me","An FBI agent and an Interpol detective track a team of illusionists who pull off bank heists during their performances and reward their audiences with the money.","18.287","/A06e9YJ5ry3WXEIFIAD1mKBxcuZ.jpg","[{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'},{'id':7296,'logo_path':null,'name':'K/O Paper Products','origin_country':'US'},{'id':23271,'logo_path':null,'name':'SOIXAN7E QUIN5E','origin_country':''},{'id':23272,'logo_path':null,'name':'See Me Louisiana','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'FR','name':'France'}]","2013-05-29","117698894","116","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","4 amazing magicians. 3 impossible heists. 1 billion dollars. This is no illusion.","Now You See Me","false","7.4","9512" +"false","/vdoJql494lQhcMhqA4ct3oeXZku.jpg","null","42000000","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://www.notting-hill.com/","509","tt0125439","en","Notting Hill","William Thacker is a London bookstore owner whose humdrum existence is thrown into romantic turmoil when famous American actress Anna Scott appears in his shop. A chance encounter over spilled orange juice leads to a kiss that blossoms into a full-blown affair. As the average bloke and glamorous movie star draw closer and closer together, they struggle to reconcile their radically different lifestyles in the name of love.","10.201","/f1gMw3PVicfdq9thlvUIjJ5UdvS.jpg","[{'id':283,'logo_path':null,'name':'Notting Hill Pictures','origin_country':''},{'id':31080,'logo_path':null,'name':'Polygram Filmed Entertainment','origin_country':''},{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'},{'id':282,'logo_path':null,'name':'Bookshop Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1999-05-13","363889678","124","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Can the most famous film star in the world fall for the man on the street?","Notting Hill","false","7.1","2706" +"false","/xBug003nu97sBYaHzXox2PVR6Mw.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","http://www.notorious09.com","14410","tt0472198","en","Notorious","NOTORIOUS is the story of Christopher Wallace. Through raw talent and sheer determination, Wallace transforms himself from Brooklyn street hustler (once selling crack to pregnant women) to one of the greatest rappers of all time; THE NOTORIOUS B.I.G. Follow his meteoric rise to fame and his refusal to succumb to expectations - redefining our notion of ""The American Dream.""","6.446","/lfKALQovRf46vVC12Rnl0mSRPyu.jpg","[{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-01-16","43051547","122","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","No dream is too B.I.G.","Notorious","false","6.7","275" +"false","/b8WFk5jSQNju3SGptSOREo51qmE.jpg","null","2000000","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","303","tt0038787","en","Notorious","In order to help bring Nazis to justice, U.S. government agent T.R. Devlin recruits Alicia Huberman, the American daughter of a convicted German war criminal, as a spy. As they begin to fall for one another, Alicia is instructed to win the affections of Alexander Sebastian, a Nazi hiding out in Brazil. When Sebastian becomes serious about his relationship with Alicia, the stakes get higher, and Devlin must watch her slip further undercover.","10.651","/vcdSvOr5NcY6alt0kBqDQlFC3Nk.jpg","[{'id':6,'logo_path':'/n53F7K9scQWFXYbrCablqLKqJdp.png','name':'RKO Radio Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1946-08-15","24464742","103","[{'iso_639_1':'en','name':'English'}]","Released","Notorious woman of affairs .??.??. Adventurous man of the world","Notorious","false","7.9","628" +"false","/3NDmhl4pwHpb8vg5wA49N4kbajd.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","258864","tt1481573","en","Nothing Special","A young and successful insurance underwriter must allow her mentally unstable mother to move in with her after the institution in which the mother had been living is deemed unfit for occupancy. The mother then begins to dislike how close her daughter is with her boss.","0.915","/pbpmdtnu0OHoKQloeLWHUpRh65t.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-01-01","0","99","[{'iso_639_1':'en','name':'English'}]","Released","","Nothing Special","false","4","1" +"false","/6fJBo6ZtIOsgZcDQfkLDEMYQLfO.jpg","null","11500000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","14637","tt1073241","en","Nothing But the Truth","When reporter Rachel Armstrong writes a story that reveals the identity of a covert CIA operative, the government demands that Rachel reveal her source. She defies the special prosecutor and is thrown in jail. Meanwhile, her attorney, Albert Burnside argues her case all the way to the U.S. Supreme Court.","9.914","/s5RIzwciZDHUg0ViqnkNLL0Nj63.jpg","[{'id':2108,'logo_path':null,'name':'Battleplan Productions','origin_country':'US'},{'id':2448,'logo_path':null,'name':'Yari Film Group','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-12-19","186702","108","[{'iso_639_1':'en','name':'English'}]","Released","Don't Reveal the Source.","Nothing But the Truth","false","7","212" +"false","/hqSThhiEMal7eSWEoWgeVyvSLAW.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'}]","","6404","tt0079641","de","Nosferatu: Phantom der Nacht","Jonathan Harker, a real state agent, goes to Transylvania to visit the mysterious Count Dracula and formalize the purchase of a property in Wismar. Once Jonathan is caught under his evil spell, Dracula travels to Wismar where he meets the beautiful Lucy, Jonathan's wife, while a plague spreads through the town, now ruled by death.","5.953","/fKFkl1G6XldPz4jD82DpFdYduI6.jpg","[{'id':843,'logo_path':null,'name':'Werner Herzog Filmproduktion','origin_country':''},{'id':9,'logo_path':'/nda3dTUYdDrJ6rZqBpYvY865aDv.png','name':'Gaumont','origin_country':'FR'},{'id':4606,'logo_path':'/otZHbf1HmzLRQsZFSqJXkf8EHz7.png','name':'ZDF','origin_country':'DE'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'FR','name':'France'}]","1979-01-17","0","107","[{'iso_639_1':'de','name':'Deutsch'}]","Released","Nosferatu??? he who is doomed to wander alone in darkness","Nosferatu the Vampyre","false","7.5","268" +"false","/6ubxvt0EApBariHPOL9X6gn0enM.jpg","null","0","[{'id':12,'name':'Adventure'}]","","286873","tt2290553","en","Northmen: A Viking Saga","A band of Vikings cross enemy lines and a panicked race begins. The losers will pay with their lives.","6.214","/f5UBaGIzLtPAToCePAqzPeEGbQg.jpg","[{'id':60227,'logo_path':null,'name':'Two Oceans Production (TOP)','origin_country':''},{'id':37888,'logo_path':null,'name':'Elite Filmproduktion','origin_country':''},{'id':24143,'logo_path':'/1LV8wGAiimVXJVvt240QVLOYkO6.png','name':'Jumping Horse Film','origin_country':'DE'}]","[{'iso_3166_1':'ZA','name':'South Africa'},{'iso_3166_1':'CH','name':'Switzerland'},{'iso_3166_1':'DE','name':'Germany'}]","2014-09-27","0","97","[{'iso_639_1':'en','name':'English'}]","Released","There's No Time To Bleed","Northmen: A Viking Saga","false","5.3","179" +"false","/vhUcGnabLlJWqD7IPj1AAiJyv8i.jpg","null","0","[{'id':10402,'name':'Music'},{'id':18,'name':'Drama'}]","http://www.northernsoulthefilm.com/","297265","tt1837613","en","Northern Soul","Set in 1974, an authentic and uplifting tale of two friends whose horizons are opened up by the discovery of black American soul music.","3.051","/3UZkeHBP8nuSlUpFC0yl9jMeuGR.jpg","[{'id':1219,'logo_path':'/6OGqCShROjIvmBOfRbeUsn7im93.png','name':'Baby Cow Productions','origin_country':'GB'},{'id':35180,'logo_path':null,'name':'Stubborn Heart Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-10-17","0","102","[{'iso_639_1':'en','name':'English'}]","Released","","Northern Soul","false","5.7","41" +"false","/9nvKnbKPX6JvCX7CrbIdkuRgADg.jpg","null","50000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","225574","tt2024469","en","Non-Stop","Bill Marks is a burned-out veteran of the Air Marshals service. He views the assignment not as a life-saving duty, but as a desk job in the sky. However, today's flight will be no routine trip. Shortly into the transatlantic journey from New York to London, he receives a series of mysterious text messages ordering him to have the government transfer $150 million into a secret account, or a passenger will die every 20 minutes.","11.011","/ifgEHE1ortukpBF6wh03HCuctdr.jpg","[{'id':22123,'logo_path':'/zPTy6QDAlCKGeAALZoFEL3QAlut.png','name':'TF1','origin_country':'FR'},{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'},{'id':1885,'logo_path':'/xlvoOZr4s1PygosrwZyolIFe5xs.png','name':'Silver Pictures','origin_country':'US'},{'id':20664,'logo_path':'/iRrZpxnYNDnVXJkr6HiLgSLlqRc.png','name':'Anton Capital Entertainment (ACE)','origin_country':''},{'id':26387,'logo_path':null,'name':'LOVEFiLM International','origin_country':''},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':356,'logo_path':'/9tW5wZEGotn1Ei5pErA88m47XiD.png','name':'TF1 Films Production','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2014-02-26","222809600","106","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","The hijacking was just the beginning.","Non-Stop","false","6.8","3244" +"false","/jnoJgpITphPoqA3e7JnNC4mtAVX.jpg","null","125000000","[{'id':18,'name':'Drama'},{'id':12,'name':'Adventure'}]","","86834","tt1959490","en","Noah","A man who suffers visions of an apocalyptic deluge takes measures to protect his family from the coming flood.","12.774","/5wioUjzwr91fvq7ydunxK2CPSxi.jpg","[{'id':10256,'logo_path':null,'name':'Disruption Entertainment','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':7503,'logo_path':'/3K8wbNkTn7O4wX89ucnp1ZYR1XF.png','name':'Protozoa Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-03-07","362637473","138","[{'iso_639_1':'en','name':'English'}]","Released","The end of the world is just the beginning.","Noah","false","5.6","3826" +"false","/25PacoKjy6iQgYcs3PqGZq20Bh9.jpg","null","25000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://www.nostringsattachedmovie.com/","41630","tt1411238","en","No Strings Attached","Emma is a busy doctor who sets up a seemingly perfect arrangement when she offers her best friend Adam a relationship with one rule: No strings attached. But when a fling becomes a thing, can sex friends stay best friends?","14.434","/1AxDwc2eugEvG4dRTear9q8Hzmw.jpg","[{'id':817,'logo_path':null,'name':'Katalyst Films','origin_country':''},{'id':2364,'logo_path':'/oZyR5maGM96jReVgW7oJ7mXN8ts.png','name':'The Montecito Picture Company','origin_country':'US'},{'id':8873,'logo_path':null,'name':'Handsomecharlie Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-01-21","147780440","107","[{'iso_639_1':'en','name':'English'}]","Released","Friendship has its benefits.","No Strings Attached","false","6.2","2471" +"false","/1ct4AFN6uxw6y5hl5mo4lz7p4Z8.jpg","null","13200000","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","http://www.sonypictures.com/movies/nogooddeed/","136835","tt2011159","en","No Good Deed","Terri is a devoted wife and mother of two, living an ideal suburban life in Atlanta when Colin, a charming but dangerous escaped convict, shows up at her door claiming car trouble. Terri offers her phone to help him but soon learns that no good deed goes unpunished as she finds herself fighting for survival when he invades her home and terrorizes her family.","10.775","/x42BcGsV7gbINP3EIBdykdOZDDY.jpg","[{'id':49968,'logo_path':'/gz2hSoMkvMJdTMgCLFGRJErPwXY.png','name':'Will Packer Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-09-10","53830415","83","[{'iso_639_1':'en','name':'English'}]","Released","First he gets into your house. Then he gets into your head.","No Good Deed","false","5.8","273" +"false","/7hx7ANh11TbbvHLDXUuywYkg5rK.jpg","null","25000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","6977","tt0477348","en","No Country for Old Men","Llewelyn Moss stumbles upon dead bodies, $2 million and a hoard of heroin in a Texas desert, but methodical killer Anton Chigurh comes looking for it, with local sheriff Ed Tom Bell hot on his trail. The roles of prey and predator blur as the violent pursuit of money and justice collide.","19.608","/6o0UWX2naW7HK45PDNYmoMIk5qs.jpg","[{'id':838,'logo_path':'/tcW3UqV46Mdq6GyaS1ydEDocEDF.png','name':'Paramount Vantage','origin_country':'US'},{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':258,'logo_path':null,'name':'Scott Rudin Productions','origin_country':'US'},{'id':2092,'logo_path':null,'name':'Mike Zoss Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-11-08","171627166","122","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","There are no clean getaways.","No Country for Old Men","false","7.9","5678" +"false","/3L8r7JYW1r5NqjwtrpsiyCD4Ysd.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","http://nitrocircus.com/go/the-nitro-circus-3d-movie/","110112","tt1815852","en","Nitro Circus: The Movie","You will see Travis Pastrana and the whole Nitro Circus crew perform some of the most ridiculous, awe-inspiring, and simply insane stunts ever caught on camera. Coming to you in three dimensional glory, it will feel like you are there sitting shotgun with the crew.","3.171","/158atB3JPFOJ75hUPsP0Nb7oYRN.jpg","[{'id':23703,'logo_path':null,'name':'Arc Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-08-08","3903479","92","[{'iso_639_1':'en','name':'English'}]","Released","","Nitro Circus: The Movie","false","6.5","53" +"false","/gRNqvSnpqCy0qs8hsCV3ekLYlvw.jpg","null","70000000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","1738","tt0435705","en","Next","Las Vegas showroom magician Cris Johnson has a secret which torments him: he can see a few minutes into the future. Sick of the examinations he underwent as a child and the interest of the government and medical establishment in his power, he lies low under an assumed name in Vegas, performing cheap tricks and living off small-time gambling ""winnings."" But when a terrorist group threatens to detonate a nuclear device in Los Angeles, government agent Callie Ferris must use all her wiles to capture Cris and convince him to help her stop the cataclysm.","11.238","/lYqsINoop9spG1FV4SjxXvcYfss.jpg","[{'id':449,'logo_path':null,'name':'Virtual Studios','origin_country':'US'},{'id':497,'logo_path':'/pMyhOBd3sCiLzBlmIopdJkcUFtn.png','name':'Revolution Studios','origin_country':''},{'id':831,'logo_path':null,'name':'Saturn Films','origin_country':'US'},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':8000,'logo_path':'/f8NwLg72BByt3eav7lX1lcJfe60.png','name':'Broken Road Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-04-24","76066841","96","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'de','name':'Deutsch'}]","Released","If you can see the future, you can save it.","Next","false","5.9","1453" +"false","/zpoWepchcTiG49cMiMDzttjaI1V.jpg","null","56000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","62838","tt1598822","en","New Year's Eve","The lives of several couples and singles in New York intertwine over the course of New Year's Eve.","10.932","/el1pKVogVwmE1dpbeAO1Ol6y1Vl.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-12-08","142044638","118","[{'iso_639_1':'en','name':'English'}]","Released","The one night anything is possible.","New Year's Eve","false","5.8","1251" +"false","/bFdZFVHMn6stFWr4c08OTJDZHcG.jpg","{'id':8581,'name':'A Nightmare on Elm Street Collection','poster_path':'/BcgmrOz69AUBRukw5LLGeYsOgo.jpg','backdrop_path':'/xDScJToK3YDTZmxNqQ0hFTObeXq.jpg'}","14000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'},{'id':14,'name':'Fantasy'}]","","11596","tt0111686","en","New Nightmare","In this meta horror film, a demonic entity uses the fictional character of Freddy Krueger to enter the real world and torment ""Elm Street"" heroine Heather Langenkamp and her family.","11.741","/oLEZibnraixTE68rTaYv4FEmvYd.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-10-13","18090181","112","[{'iso_639_1':'en','name':'English'}]","Released","This time the terror doesn't stop at the screen.","New Nightmare","false","6.4","531" +"false","/3gfj59kMk1Oqj9b4Y5Bfkiks79j.jpg","null","8500000","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","10952","tt0102526","en","New Jack City","A gangster, Nino, is in the Cash Money Brothers, making a million dollars every week selling crack. A cop, Scotty, discovers that the only way to infiltrate the gang is to become a dealer himself.","7.236","/txv0O2JFb2FimlR3Afhzc1z2Gas.jpg","[{'id':73997,'logo_path':null,'name':'Jacmac Films','origin_country':''},{'id':37350,'logo_path':null,'name':'Jackson/McHenry Company,The','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1991-03-08","47624253","97","[{'iso_639_1':'en','name':'English'}]","Released","They're a new breed of gangster. The new public enemy. The new family of crime.","New Jack City","false","6.6","206" +"false","/uMiYqtLm5hpUJNDduHLzlp3QWs2.jpg","null","6400000","[{'id':53,'name':'Thriller'},{'id':10749,'name':'Romance'}]","","48781","tt0113965","en","Never Talk to Strangers","Sarah Taylor, a police psychologist, meets a mysterious and seductive young man, Tony Ramirez, and falls in love with him. As a cause of this relationship, she changes her personality when she begins to receive anonymous telephone calls.","5.174","/vrtFEH0VXf12ZK30CEIunkcXvLg.jpg","[{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'DE','name':'Germany'}]","1995-10-20","6","86","[{'iso_639_1':'en','name':'English'}]","Released","In A World Where Love Isn't Always Safe, Trust Can Be Deadly.","Never Talk to Strangers","false","5.1","65" +"false","/jYO08KXUKvJvzx3KcE7MoaDYvoM.jpg","{'id':645,'name':'James Bond Collection','poster_path':'/HORpg5CSkmeQlAolx3bKMrKgfi.jpg','backdrop_path':'/6VcVl48kNKvdXOZfJPdarlUGOsk.jpg'}","36000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://www.mgm.com/view/movie/1345/Never-Say-Never-Again/","36670","tt0086006","en","Never Say Never Again","James Bond returns as the secret agent 007 one more time to battle the evil organization SPECTRE. Bond must defeat Largo, who has stolen two atomic warheads for nuclear blackmail. But Bond has an ally in Largo's girlfriend, the willowy Domino, who falls for Bond and seeks revenge. This is the last time for Sean Connery as Her Majesty's Secret Agent 007. Made outside of the traditional Broccoli production environment due to separate rights having been obtained for this specific Ian Fleming story.","12.339","/s9tBlhTEW0OtYJdemVMPbRcD7wk.jpg","[{'id':427,'logo_path':null,'name':'PSO International','origin_country':''},{'id':67984,'logo_path':null,'name':'TaliaFilm II Productions','origin_country':''},{'id':67985,'logo_path':null,'name':'Woodcote','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1983-10-07","160000000","134","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Sean Connery is James Bond 007","Never Say Never Again","false","6","588" +"false","/91usy6D1cqS6xcj7t3gN6wfOBk3.jpg","null","15000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':878,'name':'Science Fiction'}]","http://www.foxsearchlight.com/neverletmego/","42188","tt1334260","en","Never Let Me Go","As children, Kathy, Ruth, and Tommy spend their childhood at an idyllic and secluded English boarding school. As they grow into adults, they must come to terms with the complexity and strength of their love for one another while also preparing for the haunting reality awaiting them.","6.929","/i5sE6EINofvT7Xq0rpZz9jRbRMS.jpg","[{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'},{'id':284,'logo_path':null,'name':'DNA Films','origin_country':'GB'},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2010-09-15","9455232","104","[{'iso_639_1':'en','name':'English'}]","Released","These students have everything they need. Except time.","Never Let Me Go","false","6.8","1248" +"false","/dwL6x4yBLuJmFN9PCFJQMRrnoSc.jpg","null","3000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","20304","tt0354766","en","Never Die Alone","A drug kingpin's return home touches off a turf war.","3.176","/uQy6wONTZA5hxHk7ktipRFYm8KO.jpg","[{'id':91636,'logo_path':null,'name':'White Orchid Films','origin_country':''},{'id':1420,'logo_path':null,'name':'ContentFilm','origin_country':''},{'id':91637,'logo_path':null,'name':'Fearon Entertainment','origin_country':''},{'id':91638,'logo_path':null,'name':'Bloodline Films','origin_country':''},{'id':60615,'logo_path':null,'name':'Visionbox Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-03-26","5923000","88","[{'iso_639_1':'en','name':'English'}]","Released","No king rules forever.","Never Die Alone","false","5.6","57" +"false","/39jfRKSZZlHxfrdZOsR4R80gVoc.jpg","{'id':96676,'name':'Never Back Down Collection','poster_path':'/2srb1k1nAPHk7lzpheLK8e76Clp.jpg','backdrop_path':'/f069jw6rYHIWfypDjzQvODuGSz8.jpg'}","20000000","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'}]","http://www.neverbackdownthemovie.com/","8456","tt1023111","en","Never Back Down","Rebellious Jake Tyler is lured into an ultimate underground fight Scene at his new high school, after receiving threats to the safety of his friends and family Jake decides to seek the mentoring of a veteran fighter who trains him for one final no-holds-barred elimination fight with his nemesis and local martial arts champion Ryan McCarthy.","16.24","/6vT35MJ67U3llfi6W7MbM5r2dav.jpg","[{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'},{'id':551,'logo_path':'/jSlzEZZ4Z1g7B2UExjZEIKsUvD9.png','name':'Mandalay Pictures','origin_country':'US'},{'id':23423,'logo_path':null,'name':'Baumgarten Management and Productions (BMP)','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-03-04","41627431","115","[{'iso_639_1':'en','name':'English'}]","Released","Win or lose... Everyone has their fight.","Never Back Down","false","6.6","1052" +"false","/2frYzn80IRK2m4BNCVov5Bky6Ok.jpg","{'id':286948,'name':'Nemesis Collection','poster_path':'/oUXKeZxb7hsdSFwgsc2KY56KfzE.jpg','backdrop_path':'/5bgXrLCxkMGB6E7S2wu5dKJFOr2.jpg'}","0","[{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","24230","tt0107668","en","Nemesis","In the future, chaos is rampant as 'information terrorists' threaten to destroy order in society. Alex is a part-man, part-machine LAPD cop who is the best at what he does. When one of the terrorists calls him a machine, Alex questions his humanity and decides to leave the force. His final assignment is to apprehend an old colleague who has stolen some data. However, there is more than meets the eye and Alex must question his allegiance.","5.219","/klAvhy1F3f2jOS7CCUeQ9JTLo5c.jpg","[{'id':8992,'logo_path':null,'name':'Scanbox','origin_country':''},{'id':21437,'logo_path':null,'name':'Imperial Entertainment','origin_country':''},{'id':22249,'logo_path':null,'name':'Shah/Jensen','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'DK','name':'Denmark'}]","1992-12-26","2001124","94","[{'iso_639_1':'en','name':'English'}]","Released","In the future... it pays to be more than human.","Nemesis","false","5.2","69" +"false","/anApKvoqZgMIdsVtadQvylcGrkf.jpg","{'id':400700,'name':'Neighbors Collection','poster_path':'/sQshvy7vnEBafeWmO6fQTNIvV2C.jpg','backdrop_path':'/x5S20jb15ruRQd0gY1ZST9dJP7b.jpg'}","18000000","[{'id':35,'name':'Comedy'}]","","195589","tt2004420","en","Neighbors","A couple with a newborn baby face unexpected difficulties after they are forced to live next to a fraternity house.","16.42","/bpj8myebvnTw5HDmzTSI8N6WFYr.jpg","[{'id':17393,'logo_path':'/k28sCof6kheeOicLqL6EXX2GHov.png','name':'Good Universe','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':16615,'logo_path':'/dbxHaOtibTKvP6dUMRYdwUOULgY.png','name':'Point Grey Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-05-08","268157400","96","[{'iso_639_1':'en','name':'English'}]","Released","Family vs. Frat","Neighbors","false","6.2","4374" +"false","/kiLEAfRQhs93r3tSsQFpD2EpbyR.jpg","null","66000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","136797","tt2369135","en","Need for Speed","The film revolves around a local street-racer who partners with a rich and arrogant business associate, only to find himself framed by his colleague and sent to prison. After he gets out, he joins a New York-to-Los Angeles race to get revenge. But when the ex-partner learns of the scheme, he puts a massive bounty on the racer's head, forcing him to run a cross-country gauntlet of illegal racers in all manner of supercharged vehicles.","14.902","/lN0mP3BNaKirkKl6FJ0yL0wmjSJ.jpg","[{'id':76043,'logo_path':'/9RO2vbQ67otPrBLXCaC8UMp3Qat.png','name':'Revolution Sun Studios','origin_country':'US'},{'id':7294,'logo_path':'/kK4PRgceWp9KNrycD8xx8seWxYU.png','name':'Reliance Entertainment','origin_country':'IN'},{'id':8403,'logo_path':null,'name':'Bandito Brothers','origin_country':''},{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':34890,'logo_path':null,'name':'Electronic Arts','origin_country':''},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'PH','name':'Philippines'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'FR','name':'France'}]","2014-03-13","203277636","130","[{'iso_639_1':'en','name':'English'}]","Released","For honor. For love. For redemption.","Need for Speed","false","6.1","2304" +"false","/pjVhL1UZ33jBWPBd8HxOpfhAiA7.jpg","null","12000000","[{'id':18,'name':'Drama'},{'id':12,'name':'Adventure'}]","","129670","tt1821549","en","Nebraska","An aging, booze-addled father takes a trip from Montana to Nebraska with his estranged son in order to claim what he believes to be a million-dollar sweepstakes prize.","9.522","/zyG3vYWK7SwWT4bvrWeFef0J7fp.jpg","[{'id':838,'logo_path':'/tcW3UqV46Mdq6GyaS1ydEDocEDF.png','name':'Paramount Vantage','origin_country':'US'},{'id':2570,'logo_path':null,'name':'Bona Fide Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-09-21","17654912","115","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Life's not about winning or losing. It's about how you get there in the end.","Nebraska","false","7.4","939" +"false","/l6pleT9BWjOOcFzpL2G1j5ApBTr.jpg","null","34000000","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","241","tt0110632","en","Natural Born Killers","Two victims of traumatized childhoods become lovers and psychopathic serial murderers irresponsibly glorified by the mass media.","13.435","/w5sruoTQ87PFAGRJQyyaCOM1C4A.jpg","[{'id':68551,'logo_path':null,'name':'J D Productions','origin_country':''},{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':644,'logo_path':null,'name':'Alcor Films','origin_country':''},{'id':4198,'logo_path':null,'name':'Ixtlan','origin_country':''},{'id':10104,'logo_path':'/hNuGhsKVlmhnwSRcmOejDBDjh6w.png','name':'New Regency Pictures','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-08-25","50282766","119","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'nv','name':''},{'iso_639_1':'ja','name':'?????????'}]","Released","The Media Made Them Superstars.","Natural Born Killers","false","7.1","1561" +"false","/ivrtuhSZnkEqzkdCyFXcH8UbPVp.jpg","{'id':52984,'name':'National Treasure Collection','poster_path':'/z5EIRaI8XS0brelYwDFEVlxcpzM.jpg','backdrop_path':'/a0GLVfaDSf5GNZKK5H4FgGCD2VW.jpg'}","130000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","http://movies.disney.com/national-treasure-book-of-secrets","6637","tt0465234","en","National Treasure: Book of Secrets","Benjamin Franklin Gates and Dr. Abigail Chase re-team with Riley Poole and, now armed with a stack of long-lost pages from John Wilkes Booth???s diary, Ben must follow a clue left there to prove his ancestor???s innocence in the assassination of Abraham Lincoln.","19.032","/sHr05tz70r7y8A6XrdCBsHPK7tF.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':130,'logo_path':'/c9dVHPOL3cqCr2593Ahk0nEKTEM.png','name':'Jerry Bruckheimer Films','origin_country':'US'},{'id':831,'logo_path':null,'name':'Saturn Films','origin_country':'US'},{'id':19097,'logo_path':null,'name':'Junction Entertainment','origin_country':''},{'id':20012,'logo_path':null,'name':'Sparkler Entertainment','origin_country':''},{'id':20013,'logo_path':null,'name':'NT2 Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-12-13","457363168","124","[{'iso_639_1':'la','name':'Latin'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","The Greatest Adventure History Has Ever Revealed","National Treasure: Book of Secrets","false","6.2","2862" +"false","/2kOgnTByORg6gvEWWy8ynyJpCXa.jpg","{'id':52984,'name':'National Treasure Collection','poster_path':'/z5EIRaI8XS0brelYwDFEVlxcpzM.jpg','backdrop_path':'/a0GLVfaDSf5GNZKK5H4FgGCD2VW.jpg'}","100000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","http://movies.disney.com/national-treasure","2059","tt0368891","en","National Treasure","Modern treasure hunters, led by archaeologist Ben Gates, search for a chest of riches rumored to have been stashed away by George Washington, Thomas Jefferson and Benjamin Franklin during the Revolutionary War. The chest's whereabouts may lie in secret clues embedded in the Constitution and the Declaration of Independence, and Gates is in a race to find the gold before his enemies do.","14.848","/luMoc56LLMWUt60vUNNpwxrbTNt.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':130,'logo_path':'/c9dVHPOL3cqCr2593Ahk0nEKTEM.png','name':'Jerry Bruckheimer Films','origin_country':'US'},{'id':831,'logo_path':null,'name':'Saturn Films','origin_country':'US'},{'id':19097,'logo_path':null,'name':'Junction Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-11-19","347451894","131","[{'iso_639_1':'la','name':'Latin'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","The greatest adventure history has ever revealed.","National Treasure","false","6.5","3376" +"false","/tnSB171AQf4hnAR1simsgROtF0h.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","11078","tt0271668","en","National Security","Two mismatched security guards are thrown together to bust a smuggling operation.","8.817","/5YFPkMgy5NCzUSYl5Ep8p0vK9qB.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-01-17","50097949","88","[{'iso_639_1':'en','name':'English'}]","Released","They only look like cops.","National Security","false","5.5","400" +"false","/gUMwUgF2cKQD3Xclhec2g67Kfbx.jpg","null","6500000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","11022","tt0272207","en","Narc","An undercover narc dies, the investigation stalls, so the Detroit P.D. brings back Nick Tellis, fired 18-months ago when a stray bullet hits a pregnant woman. Tellis teams with Henry Oak, a friend of the dead narc and an aggressive cop constantly under the scrutiny of internal affairs. They follow leads and informants turn up dead.","6.82","/e4Nn2EBJI3QETADT0cuNaWC9nYv.jpg","[{'id':44,'logo_path':null,'name':'Cruise/Wagner Productions','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':35,'logo_path':'/wxrHa3nZ1K4zo65p56991INkGo6.png','name':'Lions Gate Films','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2002-01-14","12633747","105","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'pl','name':'Polski'}]","Released","","Narc","false","6.8","227" +"false","/Ac1DJFbYXWANxO59l1uabUcYQT0.jpg","null","400000","[{'id':35,'name':'Comedy'}]","","8193","tt0374900","en","Napoleon Dynamite","A listless and alienated teenager decides to help his new friend win the class presidency in their small western high school, while he must deal with his bizarre family life back home.","9.315","/s0yuDUKiAJNl5XkO9OT4aFwnA3I.jpg","[{'id':746,'logo_path':'/kc7bdIVTBkJYy9aDK1QDDTAL463.png','name':'MTV Films','origin_country':'US'},{'id':2339,'logo_path':null,'name':'Access Films','origin_country':''},{'id':2340,'logo_path':null,'name':'Napoleon Pictures Limited','origin_country':''},{'id':6196,'logo_path':null,'name':'Carnival Films','origin_country':'GB'},{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-06-11","46118097","95","[{'iso_639_1':'en','name':'English'}]","Released","He's out to prove he's got nothing to prove.","Napoleon Dynamite","false","6.8","885" +"false","/cLZsdMMC3hoVQy9xwn3YJ4CR9Pd.jpg","null","40000000","[{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","","11172","tt0758766","en","Music and Lyrics","A washed up singer is given a couple days to compose a chart-topping hit for an aspiring teen sensation. Though he's never written a decent lyric in his life, he sparks with an offbeat younger woman with a flair for words.","9.116","/jhv9qSAuwGkzVj1pSnu3HQBb8Qe.jpg","[{'id':97,'logo_path':'/7znWcbDd4PcJzJUlJxYqAlPPykp.png','name':'Castle Rock Entertainment','origin_country':'US'},{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':10222,'logo_path':null,'name':'Reserve Room','origin_country':''},{'id':19813,'logo_path':null,'name':'Flower Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-02-09","145896422","96","[{'iso_639_1':'en','name':'English'}]","Released","Share the music with someone you love.","Music and Lyrics","false","6.3","896" +"false","/2SIKkUKn38U17WLbHvCniy4nH8S.jpg","null","0","[{'id':99,'name':'Documentary'}]","","179822","tt1790825","en","MURPH: The Protector","A documentary based on the honor, courage and commitment of Navy SEAL LT Michael P. Murphy, who gave his life for his men in 2005 and was posthumously awarded the Medal of Honor in 2007.","1.175","/2RJ6X871zpqncivDGFrQbF9cUHx.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-03-22","0","79","[{'iso_639_1':'en','name':'English'}]","Released","","MURPH: The Protector","false","5.5","9" +"false","/9P3g2ECZFuSICHdAtxk0hLb8cPI.jpg","null","3000000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","236","tt0110598","en","Muriel's Wedding","A young social outcast in Australia steals money from her parents to finance a vacation where she hopes to find happiness, and perhaps love.","7.105","/zJyTr8Fo412a2OIfJGXTRAm4IwX.jpg","[{'id':105,'logo_path':'/pyiNvPJYGz4W2SImgULoG2sn4y4.png','name':'CiBy 2000','origin_country':'FR'},{'id':11840,'logo_path':'/8oyCRYf6ezxB5h8HJIPVG8JjzgL.png','name':'Film Victoria','origin_country':'AU'},{'id':39250,'logo_path':null,'name':'House & Moorhouse Films','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'FR','name':'France'}]","1994-08-22","15119639","106","[{'iso_639_1':'en','name':'English'}]","Released","Success is the best revenge.","Muriel's Wedding","false","7.1","172" +"false","/tAXK5R0ytrN2l2qgGfyxums5J0w.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","4176","tt0071877","en","Murder on the Orient Express","In 1935, when his train is stopped by deep snow, detective Hercule Poirot is called on to solve a murder that occurred in his car the night before.","8.262","/66B9pHWl2KU7CwB3xcBNYvEo2CH.jpg","[{'id':538,'logo_path':null,'name':'EMI Films','origin_country':'GB'},{'id':1555,'logo_path':null,'name':'G.W. Films','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1974-11-24","27634716","128","[{'iso_639_1':'sv','name':'svenska'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'tr','name':'T??rk??e'},{'iso_639_1':'it','name':'Italiano'}]","Released","The greatest cast of suspicious characters ever involved in murder.","Murder on the Orient Express","false","7.2","537" +"false","/j5KtmMiOzLlyW0VWVP74exW3N5F.jpg","{'id':256377,'name':'The Muppet Collection','poster_path':'/3O2tEgn8Z5atIVKif6W47qayIqb.jpg','backdrop_path':'/1AWd3MM90G47mxtD112gRDxSXY9.jpg'}","50000000","[{'id':35,'name':'Comedy'},{'id':12,'name':'Adventure'},{'id':80,'name':'Crime'},{'id':10751,'name':'Family'}]","","145220","tt2281587","en","Muppets Most Wanted","While on a grand world tour, The Muppets find themselves wrapped into an European jewel-heist caper headed by a Kermit the Frog look-alike and his dastardly sidekick.","8.578","/bxDby1r6WW3HyWzA9vd8uCMG9E6.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':32,'logo_path':null,'name':'Buena Vista','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-03-20","80383290","112","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","Taking the world by farce","Muppets Most Wanted","false","6.2","454" +"false","/4P5yVNTA3RWXLgXWPAxCWRTJ4le.jpg","null","70000000","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':36,'name':'History'},{'id':53,'name':'Thriller'}]","","612","tt0408306","en","Munich","During the 1972 Olympic Games in Munich, eleven Israeli athletes are taken hostage and murdered by a Palestinian terrorist group known as Black September. In retaliation, the Israeli government recruits a group of Mossad agents to track down and execute those responsible for the attack.","11.787","/7vVNo6KNonhUYYcT40Zb6QnxmY5.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'},{'id':17032,'logo_path':null,'name':'Barry Mendel Productions','origin_country':''},{'id':803,'logo_path':'/jEMVaCuEjQ3lzkhakWDKNVjwd9Q.png','name':'Alliance Atlantis Communications','origin_country':''},{'id':682,'logo_path':null,'name':'Peninsula Films','origin_country':''},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'},{'id':862,'logo_path':'/udTjbqPmcTbfrihMuLtLcizDEM1.png','name':'The Kennedy/Marshall Company','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'FR','name':'France'}]","2005-12-23","130358911","164","[{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'el','name':'????????????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'he','name':'????????????????'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'ru','name':'P????????????'}]","Released","The world was watching in 1972 as 11 Israeli athletes were murdered at the Munich Olympics. This is the story of what happened next.","Munich","false","7.1","1187" +"false","/6Xk2RR6h4dq1JHorzL9WIsh8aJA.jpg","null","0","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","10990","tt0117107","en","Mulholland Falls","In 1950s Los Angeles, a special crime squad of the LAPD investigates the murder of a young woman.","7.057","/hZRbWIPqVlp1fslaAmC2WOWNjBU.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'},{'id':1644,'logo_path':null,'name':'Largo Entertainment','origin_country':'US'},{'id':80,'logo_path':null,'name':'The Zanuck Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-04-26","0","107","[{'iso_639_1':'en','name':'English'}]","Released","This isn't America, this is Los Angeles.","Mulholland Falls","false","6","116" +"false","/1P4vCGTvJc13VxejbRLbHA1dT6f.jpg","null","15000000","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","1018","tt0166924","en","Mulholland Drive","Blonde Betty Elms has only just arrived in Hollywood to become a movie star when she meets an enigmatic brunette with amnesia. Meanwhile, as the two set off to solve the second woman's identity, filmmaker Adam Kesher runs into ominous trouble while casting his latest project.","15.626","/tVxGt7uffLVhIIcwuldXOMpFBPX.jpg","[{'id':373,'logo_path':null,'name':'Asymmetrical Productions','origin_country':''},{'id':635,'logo_path':null,'name':'Les Films Alain Sarde','origin_country':''},{'id':636,'logo_path':null,'name':'Babbo Inc.','origin_country':''},{'id':637,'logo_path':null,'name':'The Picture Factory','origin_country':''},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","2001-09-08","20117339","147","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","An actress longing to be a star. A woman searching for herself. Both worlds will collide... on Mulholland Drive.","Mulholland Drive","false","7.8","2835" +"false","/mUYV0ZdsDEliGaQahcQH1F3grsP.jpg","{'id':87236,'name':'Mulan Collection','poster_path':'/1fjZKATXsAKvtO6uJqCiNL5u4mK.jpg','backdrop_path':'/uzQqTJMTCcAbXCg3LUsiA8cJ5m0.jpg'}","90000000","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':12,'name':'Adventure'}]","","10674","tt0120762","en","Mulan","A tomboyish girl disguises herself as a young man so she can fight with the Imperial Chinese Army against the invading Huns. With help from wise-cracking dragon Mushu, Mulan just might save her country -- and win the heart of handsome Captain Li Shang.","17.936","/7orfSLncDBQrFQpUkoAfunWNySk.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':6125,'logo_path':'/tVPmo07IHhBs4HuilrcV0yujsZ9.png','name':'Walt Disney Animation Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-06-18","304320254","88","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'zh','name':'?????????'}]","Released","This time, the princess saves the prince.","Mulan","false","7.9","4458" +"false","/cct5idxwiY3wWtGSKvJ09iHNIvf.jpg","null","10000000","[{'id':18,'name':'Drama'}]","","103731","tt1935179","en","Mud","Two boys find a fugitive hiding out on an island in the Mississippi River and form a pact to help him reunite with his lover and escape.","11.598","/pKElR1ssiqRSYb9tylSt46UXOFx.jpg","[{'id':10892,'logo_path':null,'name':'Everest Entertainment','origin_country':''},{'id':7493,'logo_path':'/452FO4LcI6lA6bfgl6w1kQYRBlr.png','name':'FilmNation Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-05-01","21587700","130","[{'iso_639_1':'en','name':'English'}]","Released","Running from his past. Hiding from the law. Only one way out.","Mud","false","7.1","1545" +"false","/13CJ49eWFnw6mqLt755DR3nOj9v.jpg","null","0","[{'id':27,'name':'Horror'}]","","256030","tt2207484","en","Muck","After narrowly escaping an ancient burial ground, long forgotten and buried underneath the marshes of Cape Cod, a group of friends emerge from the thick, marshy darkness, tattered and bloody, lucky to be alive. They have already lost two of their friends in the marsh, presumably dead. They stumble upon an empty Cape Cod vacation house alongside the foggy marsh and break in to take shelter. Whatever was in the marsh is still after them and soon after one of them goes for help, the rest of the group learns that the evil in the marsh is not the only thing that wants them dead. Something worse, something more savage, was lying in wait just outside the marsh, in the house. What happens next is unspeakable, horror that cannot be unseen. These unlucky travelers spend their St. Patrick's Day trapped between two evils forcing them to fight, die, or go back the way they came.","2.972","/7FCu6d96SKyGSomKbAWWkkL0oRd.jpg","[{'id':49011,'logo_path':null,'name':'WithanO Productions','origin_country':''},{'id':49012,'logo_path':null,'name':'Universal Studios Sound Facilities','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-03-15","0","99","[{'iso_639_1':'en','name':'English'}]","Released","On this Feast of Saint Patrick, the lucky ones are already dead...","Muck","false","3.3","49" +"false","/oSRoGt8vOsWV78E14BOFdKQ2vls.jpg","null","0","[{'id':35,'name':'Comedy'}]","http://muchadomovie.com","91739","tt2094064","en","Much Ado About Nothing","A modern retelling of Shakespeare's classic comedy about two pairs of lovers with different takes on romance and a way with words.","5.216","/6UrtVVSv4dDOv1cEIbhgsAsBB65.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-09-08","0","107","[{'iso_639_1':'en','name':'English'}]","Released","Shakespeare Knew How to Throw a Party","Much Ado About Nothing","false","7.2","163" +"false","/tAKtdu7GSDeexyQzWG3YSOBD2t9.jpg","null","62000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","22171","tt0082776","en","Ms .45","A shy and mute seamstress goes insane after being attacked and raped twice in one day. She wanders the New York streets at night in a sexy black dress with her attacker's gun strapped to her garter belt, blowing away any man who tries to pick her up.","6.096","/y2svLBTp724nJMKOdovXXtIJTNj.jpg","[{'id':20858,'logo_path':null,'name':'Navaron Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1981-04-24","0","81","[{'iso_639_1':'en','name':'English'}]","Released","She was abused and violated. It will never happen again!","Ms .45","false","6.5","102" +"false","/qNsWEoqmGPJJk9c0orgycftzRQi.jpg","null","25000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","","788","tt0107614","en","Mrs. Doubtfire","Loving but irresponsible dad Daniel Hillard, estranged from his exasperated spouse, is crushed by a court order allowing only weekly visits with his kids. When Daniel learns his ex needs a housekeeper, he gets the job -- disguised as an English nanny. Soon he becomes not only his children's best pal but the kind of parent he should have been from the start.","15.896","/jowem7ShDXxMd2mXq26cy5LDEHP.jpg","[{'id':10230,'logo_path':null,'name':'Blue Wolf','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-11-24","441286195","125","[{'iso_639_1':'en','name':'English'}]","Released","She makes dinner. She does windows. She reads bedtime stories. She's a blessing... in disguise.","Mrs. Doubtfire","false","7.1","3126" +"false","/mTowJZIDlaOz7K7QudpF49KwqHf.jpg","null","5900000","[{'id':35,'name':'Comedy'}]","http://www.mrsbrownsboysmovie.co.uk/","262340","tt3433074","en","Mrs. Brown's Boys D'Movie","When Moore Street market-trader Agnes Brown finds her livelihood under threat from a ruthless developer, she and her family embark on a campaign to save her stall, aided as only the Browns will be by a motley troop of blind trainee Ninjas, an alcoholic solicitor, and a barrister with Tourettes Syndrome.","3.603","/sbIjTpHfLi73wnfmjSp7B7pw8nd.jpg","[{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':32182,'logo_path':null,'name':'That's Nice Films','origin_country':''},{'id':32183,'logo_path':null,'name':'BocFlix','origin_country':''}]","[{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-06-27","23000000","94","[{'iso_639_1':'en','name':'English'}]","Released","","Mrs. Brown's Boys D'Movie","false","4.6","40" +"false","/w4tzSHxYSY6XqrQfpn1NqArJ8lE.jpg","null","0","[{'id':36,'name':'History'},{'id':18,'name':'Drama'}]","","245700","tt2473794","en","Mr. Turner","Eccentric British painter J.M.W. Turner lives his last 25 years with gusto and secretly becomes involved with a seaside landlady, while his faithful housekeeper bears an unrequited love for him.","6.952","/uZkqc8bHT0XPQrCKZV8QAtmT4cI.jpg","[{'id':47802,'logo_path':null,'name':'Untitled 13','origin_country':''},{'id':9987,'logo_path':'/o5OTKAw7Acl5fTZYPyl8M8D9570.png','name':'Lipsync Productions','origin_country':'GB'},{'id':10100,'logo_path':null,'name':'Thin Man Films','origin_country':''},{'id':11267,'logo_path':null,'name':'Focus Features International (FFI)','origin_country':''},{'id':45503,'logo_path':null,'name':'Xofa Productions','origin_country':''},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'},{'id':591,'logo_path':'/q5I5RDwMEiqoNmfaJgd2LraEOJY.png','name':'France 3 Cin??ma','origin_country':'FR'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-10-31","5405500","150","[{'iso_639_1':'en','name':'English'}]","Released","","Mr. Turner","false","6.5","294" +"false","/kJTtIU4sBfgGa6GqPkpFh3K07qM.jpg","null","55000000","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","http://www.popperspenguins.com/main.html","58224","tt1396218","en","Mr. Popper's Penguins","Jim Carrey stars as Tom Popper, a successful businessman who???s clueless when it comes to the really important things in life...until he inherits six ???adorable??? penguins, each with its own unique personality. Soon Tom???s rambunctious roommates turn his swank New York apartment into a snowy winter wonderland ??? and the rest of his world upside-down.","8.757","/qKkyePjlG9yilHpS89ZOc3N2Cd1.jpg","[{'id':1302,'logo_path':'/kQZtJdyphCmq292iGDqlUx0yk2D.png','name':'Davis Entertainment','origin_country':'US'},{'id':6332,'logo_path':null,'name':'Dune Entertainment III','origin_country':'US'},{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-06-17","187361754","94","[{'iso_639_1':'en','name':'English'}]","Released","","Mr. Popper's Penguins","false","5.8","1472" +"false","/hpIUiHIyNKWsid3Tz4adtYsUqo1.jpg","null","145000000","[{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'}]","","82703","tt0864835","en","Mr. Peabody & Sherman","A young boy and his dog, who happens to have a genius-level IQ, spring into action when their time-travel machine is stolen and moments in history begin to be changed.","13.513","/q4FQXK4a4HSb4pajZL4ZFKHVsjC.jpg","[{'id':520,'logo_path':'/pU7YTI9FfrICurXpl5V9TfCO0oJ.png','name':'Pacific Data Images (PDI)','origin_country':'US'},{'id':521,'logo_path':'/kP7t6RwGz2AvvTkvnI1uteEwHet.png','name':'DreamWorks Animation','origin_country':'US'},{'id':73952,'logo_path':null,'name':'Bullwinkle Studios','origin_country':''},{'id':73951,'logo_path':null,'name':'Classic Media Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-02-07","272912430","92","[{'iso_639_1':'en','name':'English'}]","Released","He's Leaving His Mark On History","Mr. Peabody & Sherman","false","6.7","1309" +"false","/k7TEmxiEc3SPVZdlq9zT41YTYDo.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'},{'id':10749,'name':'Romance'}]","","53834","tt0040614","en","Mr. Peabody and the Mermaid","As told to a psychiatrist: Mr. Peabody, middle-aged Bostonian on vacation with his wife in the Caribbean, hears mysterious, wordless singing on an uninhabited rock in the bay. Fishing in the vicinity, he catches...a mermaid. He takes her home and, though she has no spoken language, falls in love with her. Of course, his wife won't believe that thing in the bathtub is anything but a large fish. Predictable complications follow in rather tame fashion.","0.6","/zi4MRJrM8oBrPheeRhnxSUEBia8.jpg","[{'id':19088,'logo_path':null,'name':'Nunnally Johnson Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1948-08-11","0","89","[{'iso_639_1':'en','name':'English'}]","Released","","Mr. Peabody and the Mermaid","false","6.2","9" +"false","/r9jAdQDK1tYq2wlFPBJBH9UX5TX.jpg","null","47000000","[{'id':878,'name':'Science Fiction'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':14,'name':'Fantasy'}]","","31011","tt0485947","en","Mr. Nobody","Nemo Nobody leads an ordinary existence with his wife and 3 children; one day, he wakes up as a mortal centenarian in the year 2092.","13.746","/jxd2XSsnUHHUbo50nzVnVnHRPVJ.jpg","[{'id':796,'logo_path':null,'name':'Pan Europ??enne Production','origin_country':''},{'id':2366,'logo_path':null,'name':'Virtual Films','origin_country':''}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'}]","2009-11-06","2331721","156","[{'iso_639_1':'en','name':'English'}]","Released","Nothing is real, everything is possible.","Mr. Nobody","false","7.9","3129" +"false","/1GgMvtxxuzvkvMe4WPaiQeWEVhz.jpg","{'id':309259,'name':'Naked Collection','poster_path':'/8cdzu60RQ9owYFbjA5tKWOaKJQi.jpg','backdrop_path':'/zGDcNvc2gN9DZDG3YFgPFGDjYD2.jpg'}","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","10855","tt0341495","cn","????????????","A mysterious woman, known as Madame M, kidnaps forty pre-teen girls and transports them to a remote island to train them as the most deadly assassins. CIA operative Jack Chen follows the case for 6 years with no leads, but when a series of assassinations begin to occur, Jack suspects that Madame M is back in business.","1.469","/dg0Kqd2iTV7qwnGe9ZqzwIFQ4B3.jpg","[{'id':5552,'logo_path':'/wdtjT9x5OG7nLusPctACI3i7Im2.png','name':'Media Asia Films','origin_country':''}]","[{'iso_3166_1':'HK','name':'Hong Kong'}]","2002-11-15","0","90","[{'iso_639_1':'cn','name':'????????? / ?????????'},{'iso_639_1':'en','name':'English'}]","Released","They will seduce you - just before they kill you!","Naked Weapon","false","5.8","71" +"false","/lrjPcY9Y3ErQNJqpgog9XR4NH1i.jpg","null","0","[{'id':27,'name':'Horror'}]","http://www.nailbitermovie.com/","101724","tt2122424","en","Nailbiter","A horror film that combines classic monster movie elements set within the backdrop of unpredictable Kansas weather. Start with a mother and her three daughters forced to take shelter from an advancing tornado in a local storm cellar. What is waiting for them underneath is another story entirely.","1.49","/yPgNJ5HP7Ma5yagwTrTwoVIWhCX.jpg","[{'id':17404,'logo_path':null,'name':'SenoReality Pictures','origin_country':''},{'id':38160,'logo_path':null,'name':'Ministry Machine Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-05-28","0","82","[{'iso_639_1':'en','name':'English'}]","Released","In the shadow of the storm it waits.","Nailbiter","false","4.4","31" +"false","/3KqlM9rJqZPB5XujLuUxDp0e0CY.jpg","{'id':363092,'name':'Mythica Collection','poster_path':'/nbsXfLZmgkwjB9mZ5p9Bt5SOFRY.jpg','backdrop_path':'/nL8ZqjrpblbQHWiQEjj9Scp91C8.jpg'}","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'}]","http://www.mythicamovie.com/#!blank/wufvh","347096","tt3478232","en","Mythica: The Darkspore","When Teela???s sister is murdered and a powerful relic stolen, Marek and her friends face a sinister new enemy ??? Kishkumen, a foreign mystic bent on reclaiming the Darkspore for his master Szorlok. Armed with twin maps, Marek and her team race Kishkumen and his horde through creature-infested lands, to a long abandoned underground city ??? all the while pursued by bounty hunters intent on returning Marek to slavery.","5.409","/f6gVR4Cm6gfiQa6DQquJ2NE5uwX.jpg","[{'id':14787,'logo_path':'/cZWB9HeQ1e4G6qcy8hUu7GT4vMV.png','name':'Arrowstorm Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-06-24","0","108","[{'iso_639_1':'en','name':'English'}]","Released","","Mythica: The Darkspore","false","5.9","67" +"false","/77SSqcbjWooVLUndqjhGugA8eln.jpg","null","25000000","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","322","tt0327056","en","Mystic River","The lives of three men who were childhood friends are shattered when one of them has a family tragedy.","10.775","/qeHasONCKH5sR9HcTWquXI5ZN5y.jpg","[{'id':171,'logo_path':null,'name':'Malpaso Productions','origin_country':'US'},{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':172,'logo_path':null,'name':'NPV Entertainment','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-10-07","156822020","138","[{'iso_639_1':'en','name':'English'}]","Released","We bury our sins, we wash them clean.","Mystic River","false","7.7","2879" +"false","/bE0YkLtlKs8ZXb6nVESHIlA9xi2.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'}]","","199818","tt2236054","en","Mystery Road","An indigenous detective returns to the Outback to investigate the murder of a young girl.","3.776","/dq5Z03brQhjK1osXwCsLihbqTnj.jpg","[{'id':7584,'logo_path':'/eGkfvvyf4fJTvBUR1xt1669IPA3.png','name':'Screen Australia','origin_country':'AU'},{'id':34445,'logo_path':null,'name':'Mystery Road Films','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2013-06-05","0","121","[{'iso_639_1':'en','name':'English'}]","Released","","Mystery Road","false","6","73" +"false","/ez5WJJ9VsFvOASh0nbm8L4lkdju.jpg","null","6400000","[{'id':18,'name':'Drama'}]","http://myweekwithmarilynmovie.com/","75900","tt1655420","en","My Week with Marilyn","Sir Laurence Olivier is making a movie in London. Young Colin Clark, an eager film student, wants to be involved and he navigates himself a job on the set. When film star Marilyn Monroe arrives for the start of shooting, all of London is excited to see the blonde bombshell, while Olivier is struggling to meet her many demands and acting ineptness, and Colin is intrigued by her. Colin's intrigue is met when Marilyn invites him into her inner world where she struggles with her fame, her beauty and her desire to be a great actress.","8.507","/exyLhOls9XyWr5Eq5F8HX0I6mPu.jpg","[{'id':308,'logo_path':'/e8F3mQM7DkJ5SfYYDp8FYzPBOGX.png','name':'The Weinstein Company','origin_country':'US'},{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':22153,'logo_path':null,'name':'Trademark Films','origin_country':''},{'id':2452,'logo_path':'/6CLoZ59fLPG7UyxQtGTqRevjf58.png','name':'UK Film Council','origin_country':'GB'},{'id':9987,'logo_path':'/o5OTKAw7Acl5fTZYPyl8M8D9570.png','name':'Lipsync Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2011-11-23","35057696","99","[{'iso_639_1':'en','name':'English'}]","Released","","My Week with Marilyn","false","6.7","709" +"false","/qoXFNXmGNV9twtEg4gz1ViqS2IQ.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.crownintlpictures.com/lntitles.html","2193","tt0085980","en","My Tutor","High school senior Bobby Chrystal fails his French class, which will block him from entering Yale. His rich, authoritarian father hires an attractive 29-year-old to tutor Bobby over the summer and help him pass a make-up exam. While Bobby's friends lead him away into strange excursions aimed at losing their virginity, Bobby finds all the extracurricular activities he needs with his new tutor.","8.373","/vXv3DjdmCMxrc8uTZkMmwrq20xm.jpg","[{'id':1010,'logo_path':null,'name':'Marimark Productions','origin_country':''},{'id':1009,'logo_path':null,'name':'Crown International Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1983-03-04","22587000","97","[{'iso_639_1':'en','name':'English'}]","Released","School's out...But Bobby's education has just begun","My Tutor","false","5.6","28" +"false","/jr4LERW2A5MjWi7wJyvVq1NHfRX.jpg","null","0","[{'id':14,'name':'Fantasy'},{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':878,'name':'Science Fiction'}]","","4474","tt0465624","en","My Super Ex-Girlfriend","When New York architect Matt Saunders dumps his new girlfriend Jenny Johnson - a smart, sexy and reluctant superhero known as G-Girl - she uses her powers to make his life a living hell!","6.685","/aP7lAuOywcuUVk9kVMdj2FNDQy7.jpg","[{'id':89632,'logo_path':null,'name':'S E Productions Inc.','origin_country':''},{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':11733,'logo_path':null,'name':'Pariah','origin_country':''},{'id':10104,'logo_path':'/hNuGhsKVlmhnwSRcmOejDBDjh6w.png','name':'New Regency Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-06-20","60896147","95","[{'iso_639_1':'en','name':'English'}]","Released","Hell hath no fury like a superwoman scorned.","My Super Ex-Girlfriend","false","4.8","742" +"false","/7iLtecAcFPpWXS0bpTBoPWa2ACR.jpg","null","25000000","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","43931","tt0872230","en","My Soul to Take","A serial killer returns to his hometown to stalk seven children who share the same birthday as the date he was allegedly put to rest.","8.093","/96LAzRlBdYyajKRZroLnae9qrpX.jpg","[{'id':8853,'logo_path':null,'name':'Rogue','origin_country':''},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-10-08","19829957","107","[{'iso_639_1':'en','name':'English'}]","Released","Only One Has The Power To Save Their Souls","My Soul to Take","false","5.4","239" +"false","/jmIEKbkqPbZPSwT6AGBxCvnkRZI.jpg","null","30000000","[{'id':18,'name':'Drama'}]","http://www.mysisterskeepermovie.com/","10024","tt1078588","en","My Sister's Keeper","Sara and Brian live an idyllic life with their young son and daughter. But their family is rocked by sudden, heartbreaking news that forces them to make a difficult and unorthodox choice in order to save their baby girl's life. The parents' desperate decision raises both ethical and moral questions and rips away at the foundation of their relationship. Their actions ultimately set off a court case that threatens to tear the family apart, while revealing surprising truths that challenge everyone's perceptions of love and loyalty and give new meaning to the definition of healing.","6.187","/yuqhtwuFRE0ixkKsTE9IM0fr1wT.jpg","[{'id':2604,'logo_path':null,'name':'Mark Johnson Productions','origin_country':''},{'id':2605,'logo_path':null,'name':'Gran Via Productions','origin_country':''},{'id':12029,'logo_path':null,'name':'Curmudgeon Films','origin_country':''},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-06-26","95714875","109","[{'iso_639_1':'hr','name':'Hrvatski'},{'iso_639_1':'en','name':'English'}]","Released","A tale of life, love, and letting go.","My Sister's Keeper","false","7.3","1104" +"false","/kQgHSjKgw1HD5mQWhDo4W2emx5h.jpg","null","5000000","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","282296","tt2908856","en","My Old Lady","Mathias Gold (Kevin Kline) is a down-on-his-luck New Yorker who inherits a Parisian apartment from his estranged father. But when he arrives in France to sell the vast domicile, he's shocked to discover a live-in tenant who is not prepared to budge. His apartment is a viager - an ancient French real estate system with complex rules pertaining to its resale - and the feisty Englishwoman Mathilde Girard (Maggie Smith), who has lived in the apartment with her daughter Chlo?? (Kristin Scott Thomas) for many years, can by contract collect monthly payments from Mathias until her death.","6.226","/vmPllVt39Ap1U2vmpyRjevwnBTh.jpg","[{'id':35758,'logo_path':null,'name':'Deux Chevaux Films','origin_country':''},{'id':9122,'logo_path':'/hwrOt7ZHLrZFEbkIU4ortVhUqXl.png','name':'Cohen Media Group','origin_country':'US'},{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2014-09-09","7527232","107","[{'iso_639_1':'en','name':'English'}]","Released","He's in the will. She's in the way.","My Old Lady","false","6.3","136" +"false","/owKONaJodHVbGtEVDoGStczLfSk.jpg","null","0","[{'id':35,'name':'Comedy'}]","","272160","tt2166934","en","My Man is a Loser","When it comes to women, playboy Mike has all the right moves. So when Mike's buddies ask for advice on how to reconnect with their wives, Mike figures he'll share some secrets and help the guys regain their marriage mojo. But when Mike's lessons start backfiring with hilarious results, it takes a beautiful, no-nonsense friend to show Mike he still has a thing or two to learn about relationships.","2.266","/9k1Hp52seJxq9Y8AdFcgqw7dOjd.jpg","[{'id':108197,'logo_path':null,'name':'Step One of Many Entertainment','origin_country':''},{'id':5218,'logo_path':'/dhb42ugM9DzSpDctTWCtABPVOW4.png','name':'Imprint Entertainment','origin_country':'US'}]","[]","2014-07-25","0","95","[{'iso_639_1':'en','name':'English'}]","Released","Sometimes it takes a player to help you score with your wife.","My Man Is a Loser","false","4.5","23" +"false","/uvf7I14bemTo7fs4rSwOgkograB.jpg","{'id':343297,'name':'My Little Pony: Equestria Girls Collection','poster_path':'/4M2ILVXIbwMRWdAlqRRdVLHua4T.jpg','backdrop_path':'/xZQpaBH9UOhTx5WWV9ND5mudi1Q.jpg'}","0","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'},{'id':10402,'name':'Music'}]","http://www.hasbro.com/equestriagirls/","201676","tt2908228","en","My Little Pony: Equestria Girls","Via a magic mirror, Twilight Sparkle travels into an alternate universe in order to recover a crown that was stolen from the Crystal Empire. Upon her arrival she is horrified to learn that she has turned into a human.","6.288","/bt6VDN7vUAzj2h2Qg6Wqj2ucK68.jpg","[{'id':7225,'logo_path':'/qcGIZjdRc1YOJPyWhBj9L2Rf3q9.png','name':'DHX Media','origin_country':'CA'},{'id':2598,'logo_path':'/i42C5gRq7XqlG4S9vkchuJZfrBn.png','name':'Hasbro','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-06-16","0","72","[{'iso_639_1':'de','name':'Deutsch'}]","Released","The magic of friendship never changes.","My Little Pony: Equestria Girls","false","6.9","61" +"false","/1pEOhzSFpolCDScpOytkDBofFHL.jpg","null","0","[{'id':18,'name':'Drama'},{'id':37,'name':'Western'}]","","3088","tt0038762","en","My Darling Clementine","Wyatt Earp and his brothers Morgan and Virgil ride into Tombstone and leave brother James in charge of their cattle herd. On their return they find their cattle stolen and James dead. Wyatt takes on the job of town marshal, making his brothers deputies, and vows to stay in Tombstone until James' killers are found. He soon runs into the brooding, coughing, hard-drinking Doc Holliday as well as the sullen and vicious Clanton clan. Wyatt discovers the owner of a trinket stolen from James' dead body and the stage is set for the Earps' long-awaited revenge.","6.102","/hNRPIgWfx5EVG1DtNSFZGEnF6AJ.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1946-12-03","0","103","[{'iso_639_1':'en','name':'English'}]","Released","She was everything the West was - young, fiery, exciting!","My Darling Clementine","false","7.4","136" +"false","/AwwmaIX5FsK9h4APnDVJMcO15sm.jpg","null","14000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","2830","tt0270980","en","My Boss's Daughter","When a young man agrees to housesit for his boss, he thinks it'll be the perfect opportunity to get close to the woman he desperately has a crush on ??? his boss's daughter. But he doesn't plan on the long line of other houseguests that try to keep him from his mission. And he also has to deal with the daughter's older brother, who's on the run from local drug dealers.","7.595","/du7joY11DJZeXXph7FwkJ3uo7om.jpg","[{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-08-21","0","83","[{'iso_639_1':'en','name':'English'}]","Released","","My Boss's Daughter","false","4.6","343" +"false","/gqyl17Lm0LPVd3sss3MQwrDWf6m.jpg","null","0","[{'id':35,'name':'Comedy'}]","","58728","tt1512274","en","My Bloody Wedding","Doug, a dorky young mamma's boy, who is about to get married to his beautiful bride, Callista, when he notices a change come over her. He catches her sneaking around at night and lying to him, and she's begun to display flu-like symptoms. So naturally Doug thinks she caught a disease while cheating on him. In reality she has become possessed via an ancient stone and she's been eating his friends and family without him knowing.","0.6","/giSRdLZ9pCzzvh1BgrZQ5iEaQYd.jpg","[{'id':31623,'logo_path':null,'name':'Clothespin Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-08-20","0","88","[{'iso_639_1':'en','name':'English'}]","Released","A story about a boy, his robot, and his man-eating bride.","My Bloody Wedding","false","2.9","4" +"false","/3ggNo1od6Rs1eJwhU3TkwJi3wbi.jpg","{'id':264437,'name':'My Bloody Valentine Collection','poster_path':'/hzu7n4cPnxh0VpBK4oWHb9Ol29G.jpg','backdrop_path':null}","15000000","[{'id':9648,'name':'Mystery'},{'id':27,'name':'Horror'}]","http://www.mybloodyvalentinein3d.com/","14435","tt1179891","en","My Bloody Valentine","Ten years ago, a tragedy changed the town of Harmony forever. Tom Hanniger, an inexperienced coal miner, caused an accident in the tunnels that trapped and killed five men and sent the only survivor, Harry Warden, into a permanent coma. But Harry Warden wanted revenge. Exactly one year later, on Valentine???s Day, he woke up???and brutally murdered twenty-two people with a pickaxe before being killed.","9.458","/kVR7uUedn4RNEZ3LByvpihhWn3.jpg","[{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-01-16","102836002","101","[{'iso_639_1':'en','name':'English'}]","Released","He's gonna break your heart.","My Bloody Valentine","false","5.4","536" +"false","/coLGEhak0KhPpMYABmZdDnZbnSv.jpg","{'id':264437,'name':'My Bloody Valentine Collection','poster_path':'/hzu7n4cPnxh0VpBK4oWHb9Ol29G.jpg','backdrop_path':null}","2200000","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","","39874","tt0082782","en","My Bloody Valentine","Twenty years ago in the sleepy mining town of Valentine Bluffs, a fatal mining disaster occurred on Valentine's Day while some of the crew was decorating for a party. The sole survivor of the accident killed the remaining crewmembers and warned the town not to celebrate Valentine's Day again. When a group of teenagers decides to defy that order, a murderous maniac in mining gear begins dispatching townsfolk in bloody and creative ways.","7.273","/kl3mewFceFtYIavvGts2atzB0e0.jpg","[{'id':36778,'logo_path':null,'name':'Secret Films','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':541,'logo_path':null,'name':'Famous Players Ltd','origin_country':''},{'id':4952,'logo_path':null,'name':'Canadian Film Development Corporation (CFDC)','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","1981-02-11","5672031","90","[{'iso_639_1':'en','name':'English'}]","Released","Cross your heart...and hope to die.","My Bloody Valentine","false","6.3","135" +"false","/miFwBsaWZER118kg0AAuHcy1YOa.jpg","{'id':389767,'name':'My Big Fat Greek Wedding Collection','poster_path':'/oalS0sTGzk2mgiAyOQ5iVR4juJC.jpg','backdrop_path':'/UzzUEBULGUuk695tZhLO9xShxV.jpg'}","5000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","8346","tt0259446","en","My Big Fat Greek Wedding","A young Greek woman falls in love with a non-Greek and struggles to get her family to accept him while she comes to terms with her heritage and cultural identity.","8.789","/vqGs8K6MdMHVPMTgMhzKHBVgu0t.jpg","[{'id':22210,'logo_path':null,'name':'Ontario Film Development Corporation','origin_country':''},{'id':12026,'logo_path':null,'name':'Gold Circle Films','origin_country':'US'},{'id':3268,'logo_path':'/tuomPhY2UtuPTqqFnKMVHvSb724.png','name':'HBO','origin_country':'US'},{'id':95018,'logo_path':null,'name':'MPH Entertainment Productions','origin_country':''},{'id':4171,'logo_path':null,'name':'Playtone','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2002-02-22","368744044","95","[{'iso_639_1':'el','name':'????????????????'},{'iso_639_1':'en','name':'English'}]","Released","Love is here to stay... so is her family.","My Big Fat Greek Wedding","false","6.3","1104" +"false","/bK2DVT9ULIw47kGrOlXkIB1hJoy.jpg","null","20000000","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","http://www.mybestfriendsgirlmovie.com","13596","tt1046163","en","My Best Friend's Girl","When Dustin's girlfriend, Alexis, breaks up with him, he employs his best buddy, Tank, to take her out on the worst rebound date imaginable in the hopes that it will send her running back into his arms. But when Tank begins to really fall for Alexis, he finds himself in an impossible position.","7.857","/l6OAtXIo1xerbwo8xezvqr6s27Q.jpg","[{'id':2953,'logo_path':'/Af2CjGqFS1gVCezvOlcSw41nwWJ.png','name':'New Wave Entertainment','origin_country':'US'},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':4220,'logo_path':null,'name':'Management 360','origin_country':''},{'id':7948,'logo_path':null,'name':'Terra Firma Films','origin_country':''},{'id':12020,'logo_path':null,'name':'Superfinger Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-09-19","36620508","101","[{'iso_639_1':'en','name':'English'}]","Released","It's funny what love can make you do...","My Best Friend's Girl","false","5.5","365" +"false","/fAwYX0Fha35CaYYUJ06VTN3bEeh.jpg","null","110000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","787","tt0356910","en","Mr. & Mrs. Smith","After five (or six) years of vanilla-wedded bliss, ordinary suburbanites John and Jane Smith are stuck in a huge rut. Unbeknownst to each other, they are both coolly lethal, highly-paid assassins working for rival organisations. When they discover they're each other's next target, their secret lives collide in a spicy, explosive mix of wicked comedy, pent-up passion, nonstop action and high-tech weaponry.","19.532","/dqs5BmwSULtB28Kls3IB6khTQwp.jpg","[{'id':1171,'logo_path':null,'name':'Epsilon Motion Pictures','origin_country':'CH'},{'id':433,'logo_path':null,'name':'Weed Road Pictures','origin_country':'US'},{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':10104,'logo_path':'/hNuGhsKVlmhnwSRcmOejDBDjh6w.png','name':'New Regency Pictures','origin_country':'US'},{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-06-07","478207520","120","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Smart and sexy.","Mr. & Mrs. Smith","false","6.6","5436" +"false","/9B6iq3goyTMNlTLu4tqWUVJscx9.jpg","null","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","26173","tt0071866","en","Mr. Majestyk","Watermelon farmer Vince Majestyk (Charles Bronson) goes after the Mob, when they try to strong arm him to use their melon picking crew.","3.922","/y6vy91TC7hRQ0vilLradF8oVY2x.jpg","[{'id':13219,'logo_path':null,'name':'Mirisch Corporation, The','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1974-07-17","0","103","[{'iso_639_1':'en','name':'English'}]","Released","He didn't want to be hero... until the day they pushed him too far.","Mr. Majestyk","false","6.9","54" +"false","/xtakWvSypuS56QT4R82aJ2xg1ra.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","174678","tt2507280","en","Mr. Jones","Scott (Jon Foster) is a filmmaker in need of inspiration. He and his girlfriend Penny (Sarah Jones) move into a desolate house hoping to make a breakthrough. Then they discover their neighbor, the elusive Mr. Jones. Famous for his haunting sculptures, Mr. Jones has remained a mystery to the world. Scott and Penny, convinced that they have found the perfect film subject, sneak into his workshop and realize that their curiosity may have chilling consequences. Who is Mr. Jones?","3.779","/goIV0VcFyfAxqnHuibkiceS7FXr.jpg","[]","[]","2013-05-02","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Escape your nightmares","Mr. Jones","false","4.9","50" +"false","/5evLzJzWb3W6sKO4KPBnazoLVFd.jpg","null","0","[{'id':18,'name':'Drama'}]","","191037","tt0883391","en","Mr Hockey The Gordie Howe Story","The story of the 1973 hockey season when aging legend Gordie Howe returned to the ice at the age of 44.","2.093","/tS13WfN5lzzv3U4bf4l3WZCDuIQ.jpg","[]","[{'iso_3166_1':'CA','name':'Canada'}]","2013-04-28","0","88","[{'iso_639_1':'en','name':'English'}]","Released","","Mr Hockey The Gordie Howe Story","false","6.7","3" +"false","/bDPs32HRBalnN8HyYMH0xoG4VIW.jpg","null","50000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","2022","tt0280590","en","Mr. Deeds","When Longfellow Deeds, a small-town pizzeria owner and poet, inherits $40 billion from his deceased uncle, he quickly begins rolling in a different kind of dough. Moving to the big city, Deeds finds himself besieged by opportunists all gunning for their piece of the pie. Babe, a television tabloid reporter, poses as an innocent small-town girl to do an expos?? on Deeds.","9.844","/l3hmNjhxmqjXrvGNMMmeOmsyX3r.jpg","[{'id':2608,'logo_path':'/g3YRudXiQzHesQqRXvnhFpMzfkU.png','name':'Happy Madison Productions','origin_country':'US'},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':879,'logo_path':null,'name':'Out of the Blue... Entertainment','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-06-28","171269535","96","[{'iso_639_1':'en','name':'English'}]","Released","Small town kid, big time right hook.","Mr. Deeds","false","5.7","1118" +"false","/yJjvkbIZesG6ViXDsOLOufmTEIX.jpg","null","20000000","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","3432","tt0780571","en","Mr. Brooks","A psychological thriller about a man who is sometimes controlled by his murder-and-mayhem-loving alter ego.","12.632","/atLwYVquG4YrGEk06tx9tJuTcN5.jpg","[{'id':335,'logo_path':null,'name':'Tig Productions','origin_country':''},{'id':2274,'logo_path':null,'name':'Element Films','origin_country':''},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':2273,'logo_path':null,'name':'Eden Rock Media','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-06-01","41637263","120","[{'iso_639_1':'en','name':'English'}]","Released","The man who has everything has everything to hide.","Mr. Brooks","false","6.9","822" +"false","/A2WTqeHJfPUZoFvbvvhiedwYpgd.jpg","{'id':103372,'name':'Mr. Bean Collection','poster_path':'/61Jcc1Gwc2KE7sIJ1HPqqdt67ji.jpg','backdrop_path':'/aIXcqHz5VKRLXHPsNo0dFoK7YP5.jpg'}","25000000","[{'id':10751,'name':'Family'},{'id':35,'name':'Comedy'}]","","1268","tt0453451","en","Mr. Bean's Holiday","Mr. Bean wins a trip to Cannes where he unwittingly separates a young boy from his father and must help the two reunite. On the way he discovers France, bicycling and true love, among other things.","13.36","/fmxGDfCt9Xco7a0LTved4mQZ9er.jpg","[{'id':686,'logo_path':'/qMVjV8YFbxXrGVF4wD6hRjllVbr.png','name':'Tiger Aspect Productions','origin_country':'GB'},{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'}]","2007-03-22","229736344","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Disaster has a passport.","Mr. Bean's Holiday","false","6.2","1399" +"false","/aWtrv5JGLdi0e4i3QLpENDqRBl6.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","18722","tt0104926","en","Mr. Baseball","Jack Elliot, a one-time MVP for the New York Yankees is now on the down side of his baseball career. With a falling batting average, does he have one good year left and can the manager of the Chunichi Dragons, a Japanese Central baseball league find it in him?","3.797","/15WAVwCZfzwLKrYwU37VhtxWFXv.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'JP','name':'Japan'}]","1992-10-01","20000000","108","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'hu','name':'Magyar'},{'iso_639_1':'en','name':'English'}]","Released","He's the biggest thing to hit Japan since Godzilla!","Mr. Baseball","false","5.9","54" +"false","/eGWVsZhgEyNpQ327udKz5iCLHcF.jpg","null","6000000","[{'id':35,'name':'Comedy'}]","","87818","tt1333125","en","Movie 43","The film is composed of multiple comedy shorts presented through an overarching segment titled ""The Pitch"", in which Charlie Wessler, a mad screenwriter, is attempting to pitch a script to film executive Griffin Schraeder. After revealing several of the stories in his script, Wessler becomes agitated when Schraeder dismisses his outrageous ideas, and he pulls a gun on him and forces him to listen to multiple other stories before making Schraeder consult his manager, Bob Mone, to purchase the film.","12.19","/dv2rQ4mbFYkPTopmiOdv60DtHht.jpg","[{'id':8891,'logo_path':null,'name':'Witness Protection Films','origin_country':''},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':8852,'logo_path':null,'name':'Virgin Produced','origin_country':''},{'id':2150,'logo_path':null,'name':'GreeneStreet Films','origin_country':'US'},{'id':8890,'logo_path':null,'name':'Wessler Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-01-01","32438988","90","[{'iso_639_1':'en','name':'English'}]","Released","The biggest cast ever assembled for the most outrageous comedy ever made.","Movie 43","false","4.4","1284" +"false","/iwD6Ud09g2tZoCFekDUW9yOzsz9.jpg","null","52500000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","824","tt0203009","en","Moulin Rouge!","A celebration of love and creative inspiration takes place in the infamous, gaudy and glamorous Parisian nightclub, at the cusp of the 20th century. A young poet, who is plunged into the heady world of Moulin Rouge, begins a passionate affair with the club's most notorious and beautiful star.","11.247","/xhuQz2yKPlWvMvvnf2u9RVkAQx6.jpg","[{'id':240,'logo_path':null,'name':'Bazmark Films','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'US','name':'United States of America'}]","2001-03-09","179213434","127","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","No Laws. No Limits. One Rule. Never Fall In Love.","Moulin Rouge!","false","7.6","2479" +"false","/dDjaRfZ6MuEgPzhlkUa6pl76sip.jpg","null","0","[{'id':18,'name':'Drama'}]","","157384","tt2094890","en","Mother of George","A story about a woman willing to do anything and risk everything for her marriage.","1.772","/3wPN8isCREeMk1M3XHqbEDghPJu.jpg","[{'id':4748,'logo_path':'/bTMeosrSiKaTPmZiTYnSDZlin5d.png','name':'Oscilloscope','origin_country':'US'},{'id':6531,'logo_path':null,'name':'Parts and Labor','origin_country':''},{'id':26950,'logo_path':null,'name':'Fried Alligator Films','origin_country':''},{'id':26951,'logo_path':null,'name':'Loveless','origin_country':'US'},{'id':26952,'logo_path':null,'name':'Maybach Film Productions','origin_country':''},{'id':26953,'logo_path':null,'name':'SimonSays Entertainment','origin_country':'US'}]","[{'iso_3166_1':'NG','name':'Nigeria'},{'iso_3166_1':'US','name':'United States of America'}]","2013-01-18","0","106","[{'iso_639_1':'en','name':'English'}]","Released","","Mother of George","false","6.6","10" +"false","/5VKLHR7JzhTMdvcmsFpbFwnmly5.jpg","null","7000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","37080","tt1121977","en","Mother and Child","The lives of three women have a commonality: adoption. Karen is a physical therapist who regrets that, as a teenager, she gave up her daughter for adoption. Elizabeth was an adopted child and is now a successful lawyer, but her personal life lacks warmth. Lucy and her husband have failed to conceive and now hope to adopt a baby to make their family complete.","3.73","/osN48CyfDUJG5qWXYG5BdMeYE7O.jpg","[{'id':1092,'logo_path':null,'name':'Mockingbird Pictures','origin_country':''},{'id':10892,'logo_path':null,'name':'Everest Entertainment','origin_country':''}]","[{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'US','name':'United States of America'}]","2009-11-07","0","125","[{'iso_639_1':'en','name':'English'}]","Released","","Mother and Child","false","6.9","65" +"false","/1weckF7H7mWDqljtr2XXkkp4OCY.jpg","{'id':326849,'name':'Mostly Ghostly Collection','poster_path':null,'backdrop_path':null}","0","[{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'}]","https://www.facebook.com/MG2.haveyoumetmyghoulfriend","289239","tt3138192","en","Mostly Ghostly: Have You Met My Ghoulfriend?","Bella Thorne, Madison Pettis and Ryan Ochoa lead an ensemble cast in this spook-tacular adventure with new ghosts, new thrills, and the return of some old friends. Max (Ochoa) only has eyes for Cammy (Thorne), the smart, popular redhead at school. When Max finally scores a date with Cammy on Halloween, Phears, an evil ghost with plans on taking over the world, unleashes his ghouls and things go haywire. With the help of his ghostly pals, Tara and Nicky, can Max thwart Phears' evil plot, help reunite his ghost friends with their long-lost parents and still make his date with Cammy on Halloween? R.L. Stine's Mostly Ghostly: Have You Met My Ghoulfriend? is a frightful family delight!","2.888","/eiVY4kKpbo1f7wyNubgJX5ILpxg.jpg","[{'id':32429,'logo_path':null,'name':'Lookout Entertainment','origin_country':''},{'id':32430,'logo_path':null,'name':'Commotion Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-09-02","0","91","[{'iso_639_1':'en','name':'English'}]","Released","A spook-tacular family adventure!","Mostly Ghostly: Have You Met My Ghoulfriend?","false","5.1","38" +"false","/wNnuYx5tMiVEnru3zJS85kSzzRs.jpg","null","60000000","[{'id':35,'name':'Comedy'},{'id':12,'name':'Adventure'}]","http://mortdecaithemovie.com/","210860","tt3045616","en","Mortdecai","Art dealer, Charles Mortdecai, searches for a stolen painting rumored to contain a secret code that gains access to hidden Nazi gold.","15.085","/56rS3ipzekH2VlHpnH8VOTkKjwR.jpg","[{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':1757,'logo_path':null,'name':'Mad Chance','origin_country':''},{'id':39649,'logo_path':null,'name':'Huayi Brothers Media','origin_country':'CN'},{'id':2691,'logo_path':null,'name':'Infinitum Nihil','origin_country':''},{'id':3263,'logo_path':'/z0fbODSLBptxVKekL0950Lr71zU.png','name':'OddLot Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-01-21","30418560","106","[{'iso_639_1':'en','name':'English'}]","Released","Sophistication Has a Name.","Mortdecai","false","5.4","1605" +"false","/78bJIN0a9Upl5VfD07Wgc9YwQFq.jpg","{'id':9818,'name':'Mortal Kombat Collection','poster_path':'/vpXyAxrNUcLec1HkA6w4mJlOXhO.jpg','backdrop_path':'/qD3efz57VGNywAN4lTvgz3FHnBb.jpg'}","30000000","[{'id':28,'name':'Action'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'}]","","9823","tt0119707","en","Mortal Kombat: Annihilation","A group of heroic warriors has only six days to save the planet in ""Mortal Kombat Annihilation."" To succeed they must survive the most spectacular series of challenges any human, or god, has ever encountered as they battle an evil warlord bent on taking control of Earth. Sequel to the film ""Mortal Kombat,"" and based on the popular video game.","8.829","/rV6gISHgfmppOJ41UNFlAvNg9ZI.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':4174,'logo_path':null,'name':'Threshold Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-11-21","51376861","95","[{'iso_639_1':'en','name':'English'}]","Released","The world was created in six days, so too shall it be destroyed and on the seventh day mankind will rest... in peace","Mortal Kombat: Annihilation","false","4","395" +"false","/mOIvM0pQA7J9I0Caai0zTPxnE3f.jpg","{'id':9818,'name':'Mortal Kombat Collection','poster_path':'/vpXyAxrNUcLec1HkA6w4mJlOXhO.jpg','backdrop_path':'/qD3efz57VGNywAN4lTvgz3FHnBb.jpg'}","18000000","[{'id':28,'name':'Action'},{'id':14,'name':'Fantasy'}]","","9312","tt0113855","en","Mortal Kombat","For nine generations an evil sorcerer has been victorious in hand-to-hand battle against his mortal enemies. If he wins a tenth Mortal Kombat tournament, desolation and evil will reign over the multiverse forever. To save Earth, three warriors must overcome seemingly insurmountable odds, their own inner demons, and superhuman foes in this action/adventure movie based on one of the most popular video games of all time.","11.079","/bdXWixjWVA7Y03PvW74xufrROiJ.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':4174,'logo_path':null,'name':'Threshold Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-08-18","122195920","101","[{'iso_639_1':'en','name':'English'}]","Released","Nothing In This World Has Prepared You For This.","Mortal Kombat","false","5.6","856" +"false","/iG9m93hbjXyv2DtJx7e0KzH4SMW.jpg","null","40000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.morningglorymovie.com/","38357","tt1126618","en","Morning Glory","A young and devoted morning television producer is hired as an executive producer on a long-running morning show at a once-prominent but currently failing station in New York City. Eager to keep the show on air, she recruits a former news journalist and anchor who disapproves of co-hosting a show that does not deal with real news stories.","9.472","/bGBS0EUj2BMGcpoxdx190hUj4PY.jpg","[{'id':11843,'logo_path':null,'name':'Goldcrest Pictures','origin_country':'GB'},{'id':11461,'logo_path':'/p9FoEt5shEKRWRKVIlvFaEmRnun.png','name':'Bad Robot','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-11-10","58785180","102","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'uk','name':'??????????????????????'}]","Released","Breakfast TV just got interesting.","Morning Glory","false","6.3","669" +"false","/4G7GYQUDpZkHs6unFrmMCzQCfnl.jpg","null","0","[{'id':37,'name':'Western'},{'id':28,'name':'Action'}]","","122160","tt0064695","en","More Dead than Alive","When the multiple murderer Cain is released from prison after 18 years, he wants to settle down as a rancher and never touch a gun again. But his former life haunts him; not only that nobody wants to give him a job, some villains also want to pay him back. So he has to accept the offer of showman Ruffalo to perform as ""Killer Cain"" in his traveling shooting show. However after 18 years without practice even Ruffalo's young assistant Billy shoots better than Cain.","1.306","/wG8NPh1JV0jWQ6BznO1wRTcE3hz.jpg","[{'id':1347,'logo_path':null,'name':'Aubrey Schenck Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1969-01-15","0","101","[{'iso_639_1':'en','name':'English'}]","Released","Killers in pairs... death by the dozen... They left the west... More Dead than Alive.","More Dead than Alive","false","5.9","6" +"false","/n7GvK0HK6Pcac2ncVjtdU1Ubwva.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","2039","tt0093565","en","Moonstruck","No sooner does Italian-American widow Loretta accept a marriage proposal from her doltish boyfriend, Johnny, than she finds herself falling for his younger brother, Ronny. She tries to resist, but Ronny lost his hand in an accident he blames on his brother, and has no scruples about aggressively pursuing her while Johnny is out of the country. As Loretta falls deeper in love, she comes to learn that she's not the only one in her family with a secret romance.","10.692","/2OIxyH2zMPYBzaECdIlX81Qc398.jpg","[{'id':67823,'logo_path':null,'name':'Star Partners','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-12-18","80640528","102","[{'iso_639_1':'en','name':'English'}]","Released","Life. Family. Love.","Moonstruck","false","6.8","335" +"false","/44Hu70lh1vg0szq0rNC1UBjmUGK.jpg","null","16000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.moonrisekingdom.com","83666","tt1748122","en","Moonrise Kingdom","Set on an island off the coast of New England in the summer of 1965, Moonrise Kingdom tells the story of two twelve-year-olds who fall in love, make a secret pact, and run away together into the wilderness. As various authorities try to hunt them down, a violent storm is brewing off-shore ??? and the peaceful island community is turned upside down in more ways than anyone can handle.","11.372","/ysTohGF7NY9Z6MYz9vLNYiyzh0r.jpg","[{'id':10146,'logo_path':'/xnFIOeq5cKw09kCWqV7foWDe4AA.png','name':'Focus Features','origin_country':'US'},{'id':258,'logo_path':null,'name':'Scott Rudin Productions','origin_country':'US'},{'id':9350,'logo_path':'/xz60JVoUHpOeg1cJbxzMJiwbuL7.png','name':'Indian Paintbrush','origin_country':'US'},{'id':23449,'logo_path':null,'name':'American Empirical Pictures','origin_country':'US'},{'id':25626,'logo_path':null,'name':'Moonrise','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-05-24","68263166","94","[{'iso_639_1':'en','name':'English'}]","Released","A tormenting and surprising story of children and adults during the stormy days of the summer of 1965.","Moonrise Kingdom","false","7.7","2904" +"false","/yMmRfOGjhaw5Tz3U9UwNDdqK4Yx.jpg","null","5000000","[{'id':878,'name':'Science Fiction'},{'id':18,'name':'Drama'}]","http://www.sonyclassics.com/moon/","17431","tt1182345","en","Moon","With only three weeks left in his three year contract, Sam Bell is getting anxious to finally return to Earth. He is the only occupant of a Moon-based manufacturing facility along with his computer and assistant, GERTY. When he has an accident however, he wakens to find that he is not alone.","12.513","/2tgl9q3ZaVQUfSsbftqhRxXCElB.jpg","[{'id':3317,'logo_path':null,'name':'Lunar Industries','origin_country':''},{'id':3316,'logo_path':null,'name':'Liberty Films UK','origin_country':''},{'id':3318,'logo_path':null,'name':'Xingu Films','origin_country':''},{'id':12018,'logo_path':null,'name':'Limelight Fund','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2009-06-12","9760104","97","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","The last place you'd ever expect to find yourself.","Moon","false","7.6","2968" +"false","/ueJ8K4ik1UQKa3cVUa8RHfDDqL.jpg","{'id':645,'name':'James Bond Collection','poster_path':'/HORpg5CSkmeQlAolx3bKMrKgfi.jpg','backdrop_path':'/6VcVl48kNKvdXOZfJPdarlUGOsk.jpg'}","34000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","http://www.mgm.com/view/movie/1292/Moonraker/","698","tt0079574","en","Moonraker","During the transportation of a Space Shuttle a Boeing 747 crashes in the Atlantic Ocean yet when they go to look for the destroyed shuttle it is not there. James Bond investigates the missing mission space shuttle and soon learns that the shuttles owner Hugo Drax wants to kill all of mankind.","14.333","/pz2r25q3NzNTDGygTYesq5mvwbz.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':7576,'logo_path':'/oYcUi1byZ312Z3xiz5ojz9RQLND.png','name':'Eon Productions','origin_country':'GB'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1979-06-26","210308099","126","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","Outer space now belongs to 007.","Moonraker","false","6.1","868" +"false","/g6IWjpqDA9kUjYzQ5o18vBoaYWT.jpg","null","20000000","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","59860","tt1067774","en","Monte Carlo","Three young women vacationing in Paris find themselves whisked away to Monte Carlo after one of the girls is mistaken for a British heiress.","9.706","/sXgh0TTEsJdK1Z390W6beu5tMNu.jpg","[{'id':32537,'logo_path':null,'name':'Blossom Films','origin_country':''},{'id':711,'logo_path':'/tEiIH5QesdheJmDAqQwvtN60727.png','name':'Fox 2000 Pictures','origin_country':'US'},{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':813,'logo_path':null,'name':'DiNovi Pictures','origin_country':''},{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'},{'id':6332,'logo_path':null,'name':'Dune Entertainment III','origin_country':'US'}]","[{'iso_3166_1':'HU','name':'Hungary'},{'iso_3166_1':'US','name':'United States of America'}]","2011-07-01","39667665","109","[{'iso_639_1':'en','name':'English'}]","Released","She's having the time of someone else's life.","Monte Carlo","false","6.2","1128" +"false","/a5zAJBPShxIQmkUsXMPsHhORQXO.jpg","null","175000000","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'}]","http://www.monstersvsaliens.com/","15512","tt0892782","en","Monsters vs Aliens","When Susan Murphy is unwittingly clobbered by a meteor full of outer space gunk on her wedding day, she mysteriously grows to 49-feet-11-inches. The military jumps into action and captures Susan, secreting her away to a covert government compound. She is renamed Ginormica and placed in confinement with a ragtag group of Monsters...","13.842","/uNGGJQR82y7z9uTRaSj6UQUqxOl.jpg","[{'id':521,'logo_path':'/kP7t6RwGz2AvvTkvnI1uteEwHet.png','name':'DreamWorks Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-03-19","381509870","94","[{'iso_639_1':'en','name':'English'}]","Released","When aliens attack, monsters fight back.","Monsters vs Aliens","false","6.1","2453" +"false","/wpqal2ryvtXZQPSH90L2dmWV1lY.jpg","null","0","[{'id':18,'name':'Drama'}]","","42134","tt0084354","en","Moonlighting","A Polish contractor, Nowak, leads a group of workmen to London so they can provide cheap labor for a government official based there. Nowak (Irons) has to manage the project and the men as they encounter the tempations of the West and loneliness and separation from their families. Nowak is the only one of the group who speaks English, and he uses this as a tool over his team. When the unrest in Poland leads to a military takeover, Nowak is faced with a much more difficult situation than he expected.","1.634","/kFasMNoZBKPvImXomvZfGGpX3jj.jpg","[{'id':4606,'logo_path':'/otZHbf1HmzLRQsZFSqJXkf8EHz7.png','name':'ZDF','origin_country':'DE'},{'id':5778,'logo_path':'/2loyoQweDxvotH3AknfL2zhsthg.png','name':'Channel 4 Television','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1982-09-18","0","97","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pl','name':'Polski'}]","Released","","Moonlighting","false","6.8","14" +"false","/5mDCKKS7M8aUZKdShnCa7lLbzmH.jpg","{'id':137696,'name':'Monsters, Inc. Collection','poster_path':'/8xHtCUKfre8b4tkpUWU1y67Cnqr.jpg','backdrop_path':'/uzKkKhTWGSEdsN2rYanJTVAyTLi.jpg'}","200000000","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","","62211","tt1453405","en","Monsters University","A look at the relationship between Mike and Sulley during their days at Monsters University ??? when they weren't necessarily the best of friends.","16.945","/a05xQU9huY3P5uurLcGGHmsf2Vh.jpg","[{'id':3,'logo_path':'/1TjvGVDMYsj6JBxOAkUHpPEwLf7.png','name':'Pixar','origin_country':'US'},{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-06-20","743559607","104","[{'iso_639_1':'en','name':'English'}]","Released","School never looked this scary.","Monsters University","false","7","6107" +"false","/eKBUYeSgGVvztO2MZxD5YMcz6kv.jpg","{'id':137696,'name':'Monsters, Inc. Collection','poster_path':'/8xHtCUKfre8b4tkpUWU1y67Cnqr.jpg','backdrop_path':'/uzKkKhTWGSEdsN2rYanJTVAyTLi.jpg'}","115000000","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","http://movies.disney.com/monsters-inc","585","tt0198781","en","Monsters, Inc.","James Sullivan and Mike Wazowski are monsters, they earn their living scaring children and are the best in the business... even though they're more afraid of the children than they are of them. When a child accidentally enters their world, James and Mike suddenly find that kids are not to be afraid of and they uncover a conspiracy that could threaten all children across the world.","23.649","/93Y9BGx8blzmZOPSoivkFfaifqU.jpg","[{'id':3,'logo_path':'/1TjvGVDMYsj6JBxOAkUHpPEwLf7.png','name':'Pixar','origin_country':'US'},{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-11-01","562816256","92","[{'iso_639_1':'en','name':'English'}]","Released","We Scare Because We Care.","Monsters, Inc.","false","7.7","10381" +"false","/8SJCVXATM3nnto5Dux2u9QBmtRm.jpg","{'id':306926,'name':'Monsters Collection','poster_path':'/64tYLixu5g9W3l4u9mTHnhbVYlz.jpg','backdrop_path':'/2k8KXYTcqxkKpq7lBZFMJ4zjBUF.jpg'}","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'}]","","145221","tt1935302","en","Monsters: Dark Continent","Seven years on from the events of Monsters, and the ???Infected Zones??? have spread worldwide. Humans have been knocked off the top of the food chain, with disparate communities struggling for survival. American soldiers are being sent abroad to protect US interests from the Monsters, but the war is far from being won.","4.944","/ssnnmRnJVxCFefvxvSQH62RQV04.jpg","[{'id':6408,'logo_path':null,'name':'International Traders','origin_country':''},{'id':9016,'logo_path':null,'name':'Between The Eyes','origin_country':''},{'id':10393,'logo_path':'/7MazD0kppT5OzdumzDi5IFYNthO.png','name':'Vertigo Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-10-09","0","119","[{'iso_639_1':'en','name':'English'}]","Released","Know Your Enemy","Monsters: Dark Continent","false","4.3","137" +"false","/pYiqbhfyz7QVik4JyImFbjYq5hM.jpg","null","75000000","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","http://www.sonypictures.com/movies/monsterhouse/","9297","tt0385880","en","Monster House","Monsters under the bed are scary enough, but what happens when an entire house is out to get you? Three teens aim to find out when they go up against a decrepit neighboring home and unlock its frightening secrets.","13.501","/vOhKyKxlmtRwRHqKGV2VrFhJjCG.jpg","[{'id':11395,'logo_path':null,'name':'ImageMovers','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'},{'id':34,'logo_path':'/GagSvqWlyPdkFHMfQ3pNq6ix9P.png','name':'Sony Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-07-21","140175006","91","[{'iso_639_1':'en','name':'English'}]","Released","The House is . . . ALIVE!","Monster House","false","6.5","1840" +"false","/hwLSF1VKxs4QqRPZbXmVTVnVlXT.jpg","{'id':224026,'name':'Monster High Collection','poster_path':'/6Re1mtsMLuHAeoUtSE7GPAdxldO.jpg','backdrop_path':'/kDsPcm1Qx5zjPNAZ80dBSHdTowH.jpg'}","0","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","","324963","tt4137924","en","Monster High: Haunted","Lurk what's waiting for the Monster High ghouls when they bring their killer fashion to the howlways of the spooktacular Haunted High! When the ghouls of Monster High follow Spectra Vondergeist one day, they discover a creeperiffic Ghost World with an all-spirit school. But their scary-cute student bodies are hardly welcome with the very strict Principal Revenant, and she punishes Spectra with frightful detention chains that prevent her from re-joining Monster High. Now, it's up to the imperfectly perfect friends to take on ghostly forms in order to save one of their own from disappearing forever!","3.463","/3olW6cKD87a0L5B4MB2h4mOdz4R.jpg","[{'id':33365,'logo_path':null,'name':'Mattel Playground Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-03-02","0","75","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","","Monster High: Haunted","false","6.6","41" +"false","/z1RpzKeX2KeplVRIb7nIbeNnYqV.jpg","{'id':224026,'name':'Monster High Collection','poster_path':'/6Re1mtsMLuHAeoUtSE7GPAdxldO.jpg','backdrop_path':'/kDsPcm1Qx5zjPNAZ80dBSHdTowH.jpg'}","0","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","","134632","tt2446108","en","Monster High: Ghouls Rule","Monster High: Ghouls Rule unearths an old conflict between ""Normies"" and monsters - and things are about to get scary! For years, students at Monster High were warned that Halloween was a night to stay inside and avoid conflict at all costs. But Frankie and her friends discover that ghouls and ""Normies"" once loved to spend the holiday together! The ghouls decide to turn back the clock and use the night to celebrate their individuality and show that it's okay to ""Be Yourself. Be Unique. Be a Monster!""","4.079","/3DgGHRL8YSOD1ePR6tIJ4c94KWH.jpg","[{'id':49983,'logo_path':null,'name':'Mattel Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-10-09","0","70","[{'iso_639_1':'en','name':'English'}]","Released","","Monster High: Ghouls Rule","false","6.3","34" +"false","/awQwyN5Qau8HsBfCi1hI7nmFPOa.jpg","null","8000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","504","tt0340855","en","Monster","An emotionally scarred highway drifter shoots a sadistic trick who rapes her, and ultimately becomes America's first female serial killer.","8.969","/aevmNtJCNG4ZlfEeEGZ79frMUes.jpg","[{'id':28,'logo_path':null,'name':'Newmarket Films','origin_country':'US'},{'id':2226,'logo_path':null,'name':'Media 8 Entertainment','origin_country':''},{'id':25433,'logo_path':null,'name':'DEJ Productions','origin_country':''},{'id':103676,'logo_path':null,'name':'K/W Productions','origin_country':''},{'id':3574,'logo_path':null,'name':'Denver and Delilah Productions','origin_country':'US'},{'id':3801,'logo_path':null,'name':'VIP 2 Medienfonds','origin_country':''},{'id':10828,'logo_path':null,'name':'MDP Worldwide','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-12-24","60378584","110","[{'iso_639_1':'en','name':'English'}]","Released","The first female serial killer of America","Monster","false","7.2","945" +"false","/gAv8v1OkLbDwNTw33BGcHh3spp3.jpg","null","7000000","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","29787","tt0095652","en","Monkey Shines","A quadriplegic man is given a trained monkey help him with every day activities, until the little monkey begins to develop feelings, and rage, against its new master and those who get too close to him.","5.627","/ddcNlSKvfLzYzZ44NLTrF3gYNMS.jpg","[{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-07-29","5344577","113","[{'iso_639_1':'en','name':'English'}]","Released","Once there was a man whose prison was a chair. The man had a monkey, they made the strangest pair. The monkey ruled the man, it climbed inside his head. And now as fate would have it, one of them is dead.","Monkey Shines","false","6.2","96" +"false","/T9a9Q6Pin6Pra7dNMwWzAibxkk.jpg","null","50000000","[{'id':18,'name':'Drama'}]","http://www.moneyball-movie.com","60308","tt1210166","en","Moneyball","The story of Oakland Athletics general manager Billy Beane's successful attempt to put together a baseball team on a budget, by employing computer-generated analysis to draft his players.","14.464","/3oAa8mJJ97CH9AeGEY6vjAxqcvZ.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':258,'logo_path':null,'name':'Scott Rudin Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-09-22","110206216","134","[{'iso_639_1':'en','name':'English'}]","Released","What are you really worth?","Moneyball","false","7.1","2161" +"false","/Sn8pERR9BhUJM0MKzJ1nosvoMM.jpg","null","0","[{'id':18,'name':'Drama'}]","","159667","tt2388705","en","Molly Maxwell","At Phoenix Progressive School, students take notes lying on parlor couches and are encouraged to explore their gifts through electives like break-dancing and graphic-novel writing. In the midst of all this liberal pedagogy and budding talent, Molly Maxwell feels unexceptional, until she embarks on a photography independent study under the tutelage of her attractive English teacher, Ben. Their relationship quickly evolves beyond the darkroom, introducing Molly to the throes of a first love, and putting Ben???s job in jeopardy.","1.86","/g2gihO47mTbgwKSKS9V4eLTWqR0.jpg","[{'id':14185,'logo_path':'/bjwHArtlcoC9WvlT1vM66ad2ij2.png','name':'Canadian Film Centre (CFC)','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2013-01-06","0","91","[{'iso_639_1':'en','name':'English'}]","Released","Love doesn't act its age.","Molly Maxwell","false","6.6","25" +"false","/s58uDwuyVMqgsbmnfyrbpfF147.jpg","null","1500000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","3082","tt0027977","en","Modern Times","The Tramp struggles to live in modern industrial society with the help of a young homeless woman.","8.488","/hqhKw9WWjxfPlffK3plCMdZFiHA.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':1315,'logo_path':null,'name':'Charles Chaplin Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1936-02-05","8500000","87","[{'iso_639_1':'xx','name':'No Language'}]","Released","He stands alone as the greatest entertainer of modern times! No one on earth can make you laugh as heartily or touch your heart as deeply...the whole world laughs, cries and thrills to his priceless genius!","Modern Times","false","8.3","1669" +"false","/jhk9YKQhF4ghQjFxLd0giL9rtDf.jpg","null","4500000","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'}]","","10339","tt0049513","en","Moby Dick","In 1841, young Ishmael signs up for service abroad the Pequod, a whaler sailing out of New Bedford. The ship is under the command of Captain Ahab, a strict disciplinarian who exhorts his men to find Moby Dick, the great white whale. Ahab lost his his leg to that creature and is desperate for revenge. As the crew soon learns, he will stop at nothing to gain satisfaction.","6.931","/C2OklD5ELtFZ16AlcGXQWzIUKR.jpg","[{'id':14373,'logo_path':null,'name':'Moulin Productions Inc.','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1956-06-27","10400000","116","[{'iso_639_1':'en','name':'English'}]","Released","From the immortal adventure classic...of whaling men, their ships, and the sea!","Moby Dick","false","6.9","146" +"false","/ijeW8McIsGAfYbAjSqjh1guYtPh.jpg","null","10000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':10402,'name':'Music'},{'id':35,'name':'Comedy'}]","","41823","tt0100168","en","Mo' Better Blues","Opens with Bleek as a child learning to play the trumpet, his friends want him to come out and play but mother insists he finish his lessons. Bleek grows into adulthood and forms his own band - The Bleek Gilliam Quartet. The story of Bleek's and Shadow's friendly rivalry on stage which spills into their professional relationship and threatens to tear apart the quartet.","5.355","/eF6mhJfx3CAHXcbbLKt8Knj0YSL.jpg","[{'id':4319,'logo_path':null,'name':'40 Acres & A Mule Filmworks','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-08-03","16153593","129","[{'iso_639_1':'en','name':'English'}]","Released","","Mo' Better Blues","false","6.5","87" +"false","/4ypwob4uxh0q1osOFq2Wh7zdopT.jpg","null","15000000","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","http://alanparker.com/film/mississippi-burning/","1632","tt0095647","en","Mississippi Burning","Two FBI agents investigating the murder of civil rights workers during the 60s seek to breach the conspiracy of silence in a small Southern town where segregation divides black and white. The younger agent trained in FBI school runs up against the small town ways of his, former Sheriff, partner.","9.693","/uSukdUQwx0l4rRuMXNqugR1tu4n.jpg","[{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-12-08","34604000","128","[{'iso_639_1':'en','name':'English'}]","Released","1964. When America was at war with itself.","Mississippi Burning","false","7.6","628" +"false","/y97xS60jrTzOmDb2jwB0IP57qig.jpg","null","90000000","[{'id':878,'name':'Science Fiction'}]","","2067","tt0183523","en","Mission to Mars","When contact is lost with the crew of the first Mars expedition, a rescue mission is launched to discover their fate.","9.101","/eco5chujn3Mt7HnuMTUIuobPMoX.jpg","[{'id':22103,'logo_path':null,'name':'Red Horizon Productions','origin_country':''},{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':158,'logo_path':'/6SHlNIype9zmyEMRsBtoueUtLsq.png','name':'Spyglass Entertainment','origin_country':'US'},{'id':3638,'logo_path':null,'name':'The Jacobson Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-03-10","60874615","114","[{'iso_639_1':'en','name':'English'}]","Released","Let There Be Life.","Mission to Mars","false","5.9","632" +"false","/kOELgNnVt6EGCjtDXx85YUw6p8X.jpg","{'id':87359,'name':'Mission: Impossible Collection','poster_path':'/geEjCGfdmRAA1skBPwojcdvnZ8A.jpg','backdrop_path':'/1kvKAHlSdFZTT9mhAXR54ggkxOU.jpg'}","150000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://www.missionimpossible.com/","956","tt0317919","en","Mission: Impossible III","Retired from active duty to train new IMF agents, Ethan Hunt is called back into action to confront sadistic arms dealer, Owen Davian. Hunt must try to protect his girlfriend while working with his new team to complete the mission.","20.296","/qjy8ABAbWooV4jLG6UjzDHlv4RB.jpg","[{'id':264,'logo_path':'/fA90qwUKgPhMONqtwY60GaHRyrW.png','name':'Studio Babelsberg','origin_country':'DE'},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':44,'logo_path':null,'name':'Cruise/Wagner Productions','origin_country':''},{'id':658,'logo_path':null,'name':'MI 3 Film','origin_country':''},{'id':2269,'logo_path':null,'name':'China Film Co-Production Corporation','origin_country':''},{'id':22102,'logo_path':null,'name':'The Fourth Production Company Film Group','origin_country':''},{'id':14714,'logo_path':'/oQHaOZEnPzlJACVTisV0FICrS82.png','name':'China Film Group Corporation','origin_country':'CN'}]","[{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2006-05-03","397850012","126","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'cs','name':'??esk??'},{'iso_639_1':'cn','name':'????????? / ?????????'}]","Released","The Mission Begins 05:05:06.","Mission: Impossible III","false","6.6","3443" +"false","/bDdVZNvxb670EMlZqeIy6RdyJ4V.jpg","{'id':87359,'name':'Mission: Impossible Collection','poster_path':'/geEjCGfdmRAA1skBPwojcdvnZ8A.jpg','backdrop_path':'/1kvKAHlSdFZTT9mhAXR54ggkxOU.jpg'}","125000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://www.missionimpossible.com/","955","tt0120755","en","Mission: Impossible II","With computer genius Luther Stickell at his side and a beautiful thief on his mind, agent Ethan Hunt races across Australia and Spain to stop a former IMF agent from unleashing a genetically engineered biological weapon called Chimera. This mission, should Hunt choose to accept it, plunges him into the center of an international crisis of terrifying magnitude.","20.608","/di800v3Racf2FQ1ObZ1dskgS0px.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':44,'logo_path':null,'name':'Cruise/Wagner Productions','origin_country':''},{'id':51199,'logo_path':null,'name':'Munich Film Partners & Company (MFP) MI2 Productions','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2000-05-24","546388105","123","[{'iso_639_1':'en','name':'English'}]","Released","Expect the impossible again.","Mission: Impossible II","false","6","3404" +"false","/pc7a2qrIkIxzqWGqcexd3mHzIxy.jpg","{'id':87359,'name':'Mission: Impossible Collection','poster_path':'/geEjCGfdmRAA1skBPwojcdvnZ8A.jpg','backdrop_path':'/1kvKAHlSdFZTT9mhAXR54ggkxOU.jpg'}","145000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':12,'name':'Adventure'}]","http://www.missionimpossible.com/","56292","tt1229238","en","Mission: Impossible - Ghost Protocol","Ethan Hunt and his team are racing against time to track down a dangerous terrorist named Hendricks, who has gained access to Russian nuclear launch codes and is planning a strike on the United States. An attempt to stop him ends in an explosion causing severe destruction to the Kremlin and the IMF to be implicated in the bombing, forcing the President to disavow them. No longer being aided by the government, Ethan and his team chase Hendricks around the globe, although they might still be too late to stop a disaster.","24.027","/s58mMsgIVOFfoXPtwPWJ3hDYpXf.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':11461,'logo_path':'/p9FoEt5shEKRWRKVIlvFaEmRnun.png','name':'Bad Robot','origin_country':'US'},{'id':21777,'logo_path':null,'name':'TC Productions','origin_country':''},{'id':76043,'logo_path':'/9RO2vbQ67otPrBLXCaC8UMp3Qat.png','name':'Revolution Sun Studios','origin_country':'US'},{'id':76067,'logo_path':null,'name':'Kontsept Film Company','origin_country':''},{'id':82819,'logo_path':'/5Z8WWr0Lf1tInVWwJsxPP0uMz9a.png','name':'Skydance Media','origin_country':'US'}]","[{'iso_3166_1':'CZ','name':'Czech Republic'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'AE','name':'United Arab Emirates'}]","2011-12-07","694713380","133","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'sv','name':'svenska'}]","Released","No Plan. No Backup. No Choice.","Mission: Impossible - Ghost Protocol","false","6.9","5928" +"false","/tjQHn6xW5BiB1RJ3OZIPDzIOSkF.jpg","{'id':87359,'name':'Mission: Impossible Collection','poster_path':'/geEjCGfdmRAA1skBPwojcdvnZ8A.jpg','backdrop_path':'/1kvKAHlSdFZTT9mhAXR54ggkxOU.jpg'}","80000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://www.missionimpossible.com/","954","tt0117060","en","Mission: Impossible","When Ethan Hunt, the leader of a crack espionage team whose perilous operation has gone awry with no explanation, discovers that a mole has penetrated the CIA, he's surprised to learn that he's the No. 1 suspect. To clear his name, Hunt now must ferret out the real double agent and, in the process, even the score.","26.737","/1PVKS17pIBFsIhgFws2uagPDNLW.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':44,'logo_path':null,'name':'Cruise/Wagner Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-05-22","457696359","110","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'cs','name':'??esk??'}]","Released","Expect the Impossible.","Mission: Impossible","false","6.9","4554" +"false","/3zENQycuQKTQnSFXd0bdJwRH80m.jpg","{'id':46512,'name':'Missing in Action Collection','poster_path':'/t1pfgb8r4Kx3qLN4H8vDZdfD50R.jpg','backdrop_path':'/6VIGk6OIqlKWrb4rjTvDklBfv1n.jpg'}","2410000","[{'id':28,'name':'Action'},{'id':10752,'name':'War'}]","","12764","tt0089604","en","Missing in Action 2: The Beginning","Prequel to the first Missing In Action, set in the early 1980s it shows the capture of Colonel Braddock during the Vietnam war in the 1970s, and his captivity with other American POWs in a brutal prison camp, and his plans to escape.","6.517","/fXCXuj3zaigyGTo8oXP82M5ykf9.jpg","[{'id':13549,'logo_path':null,'name':'Golan-Globus Productions','origin_country':''},{'id':1444,'logo_path':'/5jvFLUVXGXxkyszL9cqJN5hNhJ6.png','name':'Cannon Group','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-03-01","10755447","100","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'vi','name':'Ti???ng Vi???t'}]","Released","Chuck Norris is back! A one-man time bomb set to explode!","Missing in Action 2: The Beginning","false","5.5","100" +"false","/3veOJjrDpkGfdOJhsjPJuwYGF3z.jpg","{'id':46512,'name':'Missing in Action Collection','poster_path':'/t1pfgb8r4Kx3qLN4H8vDZdfD50R.jpg','backdrop_path':'/6VIGk6OIqlKWrb4rjTvDklBfv1n.jpg'}","1500000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'},{'id':10752,'name':'War'}]","","15379","tt0087727","en","Missing in Action","American servicemen are still being held captive in Vietnam and it's up to one man to bring them home in this blistering, fast-paced action/adventure starring martial arts superstar Chuck Norris.Following a daring escape from a Vietnamese POW camp, Special Forces Colonel James Braddock (Norris) is on a mission to locate and save remaining MIAs.","7.454","/ehQiQVAeIqGPreR8in2lHE7gNHf.jpg","[{'id':1444,'logo_path':'/5jvFLUVXGXxkyszL9cqJN5hNhJ6.png','name':'Cannon Group','origin_country':'US'},{'id':13549,'logo_path':null,'name':'Golan-Globus Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-11-16","22812411","101","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'vi','name':'Ti???ng Vi???t'}]","Released","The war's not over until the last man comes home.","Missing in Action","false","5.5","174" +"false","/7hLq5EKhVnkXNRPI7EIalEM1C6T.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","15600","tt0084335","en","Missing","Based on the real-life experiences of Ed Horman. A conservative American businessman travels to a South American country to investigate the sudden disappearance of his son after a right-wing military takeover. Accompanied by his son's wife he uncovers a trail of cover-ups that implicate the US State department which supports the right-wing dictatorship.","5.617","/b7L4cl5OUHMr1aB2CUajWXJwAZy.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1982-02-12","14000000","122","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","","Missing","false","7.3","128" +"false","/nPWi695GVbUyESt2yOIIF0qLjwI.jpg","null","2000000","[{'id':18,'name':'Drama'}]","","261037","tt3128900","en","Miss Meadows","Miss Meadows is a school teacher with impeccable manners and grace. However, underneath the candy-sweet exterior hides a ruthless gun-toting vigilante who takes it upon herself to right the wrongs in the world by whatever means necessary. For Miss Meadows, bad behavior is simply unforgivable.","4.466","/lZxDV6wI4pXXzRG23bBFGnH6dGT.jpg","[{'id':8147,'logo_path':'/q6HOAdSNgCbeOqwoMVRc6REgbXF.png','name':'Entertainment One','origin_country':'CA'},{'id':45783,'logo_path':null,'name':'Wiretap Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-09-12","0","88","[{'iso_639_1':'en','name':'English'}]","Released","She doesn't play well with others.","Miss Meadows","false","5.2","101" +"false","/tJIuKj1cFIpu1xvtYv8y7G8GMfs.jpg","null","0","[{'id':27,'name':'Horror'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.mischiefnight-themovie.com/","228676","tt2872810","en","Mischief Night","Young Emily Walton, who has suffered from psychosomatic blindness ever since the car accident that took her mother's life, must summon every instinct at her disposal to protect herself and her loved ones from a mysterious intruder","3.433","/jzhiwkIYNphYxcuWMdh5Pnc02el.jpg","[{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-10-30","0","87","[{'iso_639_1':'en','name':'English'}]","Released","The Lucky Ones Die Quickly","Mischief Night","false","4.6","50" +"false","/v2t6Zbg6X0LeklL3A5iQsz4p4sh.jpg","{'id':105324,'name':'Mirrors Collection','poster_path':'/uiEEpqieH4kXQqps2QC19wOqd8v.jpg','backdrop_path':'/iKyRjgpQVkPZGXYUeFk6zezoNkL.jpg'}","35000000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","13515","tt0790686","en","Mirrors","An ex-cop and his family are the target of an evil force that is using mirrors as a gateway into their home.","14.81","/h0Lf0PoLqvcDDpWhvCpiLGSREmp.jpg","[{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':10104,'logo_path':'/hNuGhsKVlmhnwSRcmOejDBDjh6w.png','name':'New Regency Pictures','origin_country':'US'},{'id':15361,'logo_path':null,'name':'Luna Pictures','origin_country':''},{'id':3273,'logo_path':null,'name':'ASAF','origin_country':''},{'id':1370,'logo_path':'/uch218gB4XWNz3JNhlc65A5Q207.png','name':'Castel Film','origin_country':'RO'}]","[{'iso_3166_1':'RO','name':'Romania'},{'iso_3166_1':'US','name':'United States of America'}]","2008-08-15","72436439","110","[{'iso_639_1':'en','name':'English'}]","Released","There is evil...On the other side.","Mirrors","false","6.1","854" +"false","/vvOT6lEBmhbs3uohk9BO2bPpdEj.jpg","null","28000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","14292","tt0349825","en","Miracle","In 1980, the United States Ice Hockey team's coach, Herb Brooks, put a ragtag squad of college kids up against the legendary juggernaut from the Soviet Union at the Olympic Games. Despite the long odds, Team USA carried the pride of a nation yearning for a distraction from world events. With the world watching, the team rose to the occasion, prompting broadcaster Al Michaels' now famous question to the millions viewing at home: ""Do you believe in miracles?"" Yes!","9.019","/u2OCExn2VMgEQnVeoGaHl9bSrtQ.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-02-06","64445708","135","[{'iso_639_1':'en','name':'English'}]","Released","If you believe in yourself, anything can happen.","Miracle","false","7.1","260" +"false","/bwC6eydgNpGIaLGosyhw0DUBmgb.jpg","null","102000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'},{'id':9648,'name':'Mystery'}]","","180","tt0181689","en","Minority Report","John Anderton is a top 'Precrime' cop in the late-21st century, when technology can predict crimes before they're committed. But Anderton becomes the quarry when another investigator targets him for a murder charge.","16.796","/h3lpltSn7Rj1eYTPQO1lYGdw4Bz.jpg","[{'id':76068,'logo_path':null,'name':'Digital Image Associates','origin_country':''},{'id':44,'logo_path':null,'name':'Cruise/Wagner Productions','origin_country':''},{'id':766,'logo_path':null,'name':'Blue Tulip Productions','origin_country':''},{'id':26265,'logo_path':null,'name':'Ronald Shusett/Gary Goldman','origin_country':''},{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-06-20","358372926","145","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'sv','name':'svenska'}]","Released","The system is perfect until it comes after you.","Minority Report","false","7.3","4415" +"false","/amjWCaTfrRJcMrR0LPWa1vJubab.jpg","null","85000000","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","","62764","tt1667353","en","Mirror Mirror","After she spends all her money, an evil enchantress queen schemes to marry a handsome, wealthy prince. There's just one problem - he's in love with a beautiful princess, Snow White. Now, joined by seven rebellious dwarves, Snow White launches an epic battle of good vs. evil...","19.515","/twCU43qv4VVqqsIi1NMnGj2kXmp.jpg","[{'id':11581,'logo_path':'/yIORcWTFHtbXvWjqXAqFuMxx0K0.png','name':'Misher Films','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':12005,'logo_path':null,'name':'Yucaipa Films','origin_country':''},{'id':12006,'logo_path':null,'name':'Goldmann Pictures','origin_country':''},{'id':12007,'logo_path':null,'name':'Rat Entertainment','origin_country':''},{'id':12008,'logo_path':null,'name':'Misha Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-03-15","183018522","106","[{'iso_639_1':'en','name':'English'}]","Released","The Snow White legend comes alive.","Mirror Mirror","false","5.8","2005" +"false","/9TQ7Y95aVhgeDbg6vnOzwTziQh2.jpg","null","1000000","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","45779","tt0100152","en","Mindwarp","Revolting mutants hunt human outcasts and underground fighters (Bruce Campbell, Marta Alicia) in a future world of mind control.","2.806","/nfFff31DgAFv2kjqtpnHZEl7paj.jpg","[{'id':53472,'logo_path':null,'name':'Fangoria Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-05-25","0","91","[{'iso_639_1':'en','name':'English'}]","Released","In the future, life will be a dream. And reality a nightmare.","Mindwarp","false","5.5","31" +"false","/xJtHIxZ8gga6OYuQ4QEx8ZwjcD0.jpg","null","27000000","[{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","http://www.mindhunters-thefilm.com/","16617","tt0297284","en","Mindhunters","Trainees in the FBI's psychological profiling program must put their training into practice when they discover a killer in their midst.","8.086","/bnGrgK00xeMs85ae5BTOlJjnKTR.jpg","[{'id':19507,'logo_path':null,'name':'Outlaw Productions (I)','origin_country':''},{'id':19511,'logo_path':null,'name':'Outlaw Victoria Productions Inc.','origin_country':''},{'id':251,'logo_path':null,'name':'Avenue Pictures Productions','origin_country':''},{'id':433,'logo_path':null,'name':'Weed Road Pictures','origin_country':'US'},{'id':763,'logo_path':null,'name':'Intermedia Films','origin_country':''},{'id':4588,'logo_path':null,'name':'Egmond Film & Television','origin_country':''},{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'},{'id':19508,'logo_path':null,'name':'Mindhunters (UK) Limited','origin_country':''},{'id':19509,'logo_path':null,'name':'Mindhunters Productie BV','origin_country':''},{'id':19510,'logo_path':null,'name':'Tonna Oy','origin_country':''}]","[{'iso_3166_1':'FI','name':'Finland'},{'iso_3166_1':'NL','name':'Netherlands'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2004-05-07","21148829","106","[{'iso_639_1':'en','name':'English'}]","Released","For seven elite profilers, finding a serial killer is a process of elimination. Their own.","Mindhunters","false","6.5","555" +"false","/7nGW4MhYQ7sJfp482XkrgqPYQ2S.jpg","null","30000000","[{'id':18,'name':'Drama'}]","http://www.milliondollarbaby-derfilm.de/","70","tt0405159","en","Million Dollar Baby","Despondent over a painful estrangement from his daughter, trainer Frankie Dunn isn't prepared for boxer Maggie Fitzgerald to enter his life. But Maggie's determined to go pro and to convince Dunn and his cohort to help her.","13.444","/h4VZKi2Jt4VoBYJmtC4c3bO8KqM.jpg","[{'id':126,'logo_path':'/kADPanRDkKTxncPXXVahvHPUvCj.png','name':'Lakeshore Entertainment','origin_country':'US'},{'id':171,'logo_path':null,'name':'Malpaso Productions','origin_country':'US'},{'id':1171,'logo_path':null,'name':'Epsilon Motion Pictures','origin_country':'CH'},{'id':16311,'logo_path':null,'name':'Albert S. Ruddy Productions','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-12-15","216763646","132","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ga','name':'Gaeilge'}]","Released","Beyond his silence, there is a past. Beyond her dreams, there is a feeling. Beyond hope, there is a memory. Beyond their journey, there is a love.","Million Dollar Baby","false","7.9","4641" +"false","/x5ZwyoTfApcvw0mwToWlY2qUliY.jpg","null","25000000","[{'id':18,'name':'Drama'}]","http://movies.disney.com/million-dollar-arm","198185","tt1647668","en","Million Dollar Arm","In a last-ditch effort to save his career, sports agent JB Bernstein (Jon Hamm) dreams up a wild game plan to find Major League Baseball???s next great pitcher from a pool of cricket players in India. He soon discovers two young men who can throw a fastball but know nothing about the game of baseball. Or America. It???s an incredible and touching journey that will change them all ??? especially JB, who learns valuable lessons about teamwork, commitment and family.","7.232","/rYOQL42cDdsbhfgaxeEW4SlszUp.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-05-09","38307627","124","[{'iso_639_1':'hi','name':'??????????????????'},{'iso_639_1':'en','name':'English'}]","Released","Sometimes to win, sometimes you have to change the game","Million Dollar Arm","false","6.8","341" +"false","/dYClzpvR7dCnlcQOE06OkgzfnyG.jpg","null","14000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","379","tt0100150","en","Miller's Crossing","Set in 1929, a political boss and his advisor have a parting of the ways when they both fall for the same woman.","10.672","/gmUAhNHY4bxQzgHjXci5JAW7u62.jpg","[{'id':11273,'logo_path':null,'name':'Circle Films','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-09-21","5080409","115","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ga','name':'Gaeilge'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'yi','name':''}]","Released","Up is down, black is white, and nothing is what it seems.","Miller's Crossing","false","7.6","717" +"false","/i8NcYenVqMzB95pVz8YOPIqmGj8.jpg","null","20000000","[{'id':36,'name':'History'},{'id':18,'name':'Drama'}]","http://focusfeatures.com/milk","10139","tt1013753","en","Milk","The story of California's first openly gay elected official, Harvey Milk, who became an outspoken agent for change, seeking equal rights and opportunities for all. His great love for the city and its people brought him backing from young and old, straight and gay alike ??? at a time when prejudice and violence against gays were openly accepted as the norm.","8.703","/sFYmJJSVXqfqPI79tx4UG4IR5Jb.jpg","[{'id':10146,'logo_path':'/xnFIOeq5cKw09kCWqV7foWDe4AA.png','name':'Focus Features','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-11-26","54586584","128","[{'iso_639_1':'en','name':'English'}]","Released","Never blend in","Milk","false","7.3","1096" +"false","/6jeTEV03QLsjkEomKM6XhjoVJch.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10752,'name':'War'}]","","11422","tt0074899","en","Midway","This war drama depicts the U.S. and Japanese forces in the naval Battle of Midway, which became a turning point for Americans during World War II.","8.473","/2JF27vjTCCneksfgzTQgUanP79x.jpg","[{'id':219,'logo_path':null,'name':'The Mirisch Corporation','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1976-06-18","0","132","[{'iso_639_1':'en','name':'English'}]","Released","A war's defining battle. A nation's defining moment.","Midway","false","6.4","106" +"false","/3eS5z23sZLgYpjUbYJoLdrdnFNG.jpg","null","0","[{'id':53,'name':'Thriller'}]","","12617","tt0054084","en","Midnight Lace","This 1960 thriller, set in London, stars Doris Day as a wife who begins to unravel when she receives threatening telephone calls informing her she's soon to be murdered.","4.892","/hs2AbcDFCNyuKCB7WdRhgz0QjbQ.jpg","[{'id':1823,'logo_path':null,'name':'Arwin Productions','origin_country':''},{'id':10330,'logo_path':'/nY62adzeba5GVK8LJYD6yd9R8H4.png','name':'Universal International Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1960-10-13","0","110","[{'iso_639_1':'en','name':'English'}]","Released","Even with the arms of her love around her...she still felt the menace of that voice in the night!","Midnight Lace","false","6.9","38" +"false","/7sIDEHnw51k7Him2fEtA70I1OBw.jpg","null","30000000","[{'id':14,'name':'Fantasy'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://www.sonyclassics.com/midnightinparis","59436","tt1605783","en","Midnight in Paris","A romantic comedy about a family traveling to the French capital for business. The party includes a young engaged couple forced to confront the illusion that a life different from their own is better.","15.261","/xxSopLYATHXSepXcEaBh9Gazv6p.jpg","[{'id':24785,'logo_path':null,'name':'Pontchartrain Productions','origin_country':''},{'id':1824,'logo_path':null,'name':'Gravier Productions','origin_country':''},{'id':12010,'logo_path':null,'name':'Mediapro','origin_country':''},{'id':8531,'logo_path':null,'name':'Vers??til Cinema','origin_country':''},{'id':5085,'logo_path':'/mPuVc7m1Ki7OQQvAYwYfIlEI3vu.png','name':'Televisi?? de Catalunya','origin_country':'ES'}]","[{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'US','name':'United States of America'}]","2011-05-11","151119219","94","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","","Midnight in Paris","false","7.5","3791" +"false","/8WodHELOg5guFPMIQf0M88IQhNE.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","21385","tt0371823","en","Mickey, Donald, Goofy: The Three Musketeers","In Disney's take on the Alexander Dumas tale, Mickey Mouse, Donald Duck and Goofy want nothing more than to perform brave deeds on behalf of their queen (Minnie Mouse), but they're stymied by the head Musketeer, Pete. Pete secretly wants to get rid of the queen, so he appoints Mickey and his bumbling friends as guardians to Minnie, thinking such a maneuver will ensure his scheme's success. The score features songs based on familiar classical melodies.","9.235","/uDvv54as7hLH7aWHwPyIVvoNb9K.jpg","[{'id':3475,'logo_path':'/jTPNzDEn7eHmp3nEXEEtkHm6jLg.png','name':'Walt Disney Television Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-08-04","0","68","[{'iso_639_1':'en','name':'English'}]","Released","All for fun and fun for all","Mickey, Donald, Goofy: The Three Musketeers","false","6.4","380" +"false","/u9XBmeqp9tYVj9B5U5uhwEQGMI4.jpg","null","25000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://michaelclayton.warnerbros.com/","4566","tt0465538","en","Michael Clayton","A law firm brings in its 'fixer' to remedy the situation after a lawyer has a breakdown while representing a chemical company that he knows is guilty in a multi-billion dollar class action suit.","8.257","/pteOsXsjy4JpPY5jXMYDIo1yZlk.jpg","[{'id':97,'logo_path':'/7znWcbDd4PcJzJUlJxYqAlPPykp.png','name':'Castle Rock Entertainment','origin_country':'US'},{'id':932,'logo_path':null,'name':'Mirage Enterprises','origin_country':''},{'id':129,'logo_path':null,'name':'Section Eight','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-09-28","92991835","119","[{'iso_639_1':'en','name':'English'}]","Released","The truth can be adjusted","Michael Clayton","false","6.7","797" +"false","/7hqUfCmuIL9aiY8fF0209xO9LxR.jpg","null","5060730","[{'id':16,'name':'Animation'},{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","http://metropiathemovie.com","36800","tt0985058","en","Metropia","In the near future, oil reserves are nearly depleted and Europe is connected by series of underground tunnels. While navigating these tunnels, Roger hears voices, one in particular. Seeking a way to rid himself of the voice only leads Roger deeper into a bizarre conspiracy of control - mind and body.","5.363","/ncU8ylabRehPw3gtcUwvEO6Oqpa.jpg","[{'id':4226,'logo_path':null,'name':'Atmo Media Network','origin_country':''},{'id':76,'logo_path':null,'name':'Zentropa Entertainments','origin_country':'DK'}]","[{'iso_3166_1':'SE','name':'Sweden'},{'iso_3166_1':'DK','name':'Denmark'},{'iso_3166_1':'NO','name':'Norway'},{'iso_3166_1':'FI','name':'Finland'}]","2009-10-21","0","86","[{'iso_639_1':'en','name':'English'}]","Released","Someone is listening to your thoughts","Metropia","false","6.3","82" +"false","/jQtRU9fqfGqqFAq20evDdWZEAyj.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':12,'name':'Adventure'}]","","40160","tt0079550","en","Meteor","After a collision with a comet, a nearly 8km wide piece of the asteroid ""Orpheus"" is heading towards Earth. If it will hit it will cause a incredible catastrophe which will probably extinguish mankind. To stop the meteor NASA wants to use the illegal nuclear weapon satellite ""Hercules"" but discovers soon that it doesn't have enough fire power. Their only chance to save the world is to join forces with the USSR who have also launched such an illegal satellite. But will both governments agree?","3.665","/bEtEIOtliMJmEijCo4m9wzNK5cD.jpg","[{'id':2379,'logo_path':null,'name':'Palladium Productions','origin_country':''},{'id':9266,'logo_path':null,'name':'American International Pictures (AIP)','origin_country':'US'},{'id':33304,'logo_path':null,'name':'Meteor Joint Venture','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1979-10-19","0","107","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","There's No Place On Earth To Hide!","Meteor","false","5.2","53" +"false","/nNXLiWRWu0arwQSkj4BSw0W3CI7.jpg","null","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","14931","tt0100143","en","Miami Blues","When Fred gets out of prison, he decides to start over in Miami, where he starts a violent one-man crime wave. He soon meets up with amiable college student Susie. Opposing Fred is Sgt Hoke Moseley, a cop who is getting a bit old for the job, especially since the job of cop in 1980's Miami is getting crazier all the time.","4.203","/ej7SWEPYm8mWtP70LrUAkiHJNeh.jpg","[{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'},{'id':3002,'logo_path':null,'name':'Tristes Tropiques','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-04-20","9","97","[{'iso_639_1':'en','name':'English'}]","Released","Real badge. Real gun. Fake cop.","Miami Blues","false","5.9","65" +"false","/HJkIjNgAIINjVVfH9dTH7Bzjfn.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':10402,'name':'Music'}]","","11401","tt0387412","en","Metallica: Some Kind of Monster","Some Kind of Monster is a music documentary about Metallica's making of their album St. Anger and the difficulties they had to go through in the process. The directors shot over 1200 hours and followed the band around night and day for over a year to create this documentary.","3.379","/kc1AHVUkdK6A6c1LFLUKNPClD2s.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-01-21","0","141","[{'iso_639_1':'en','name':'English'}]","Released","Documentary Making of St. Anger","Metallica: Some Kind of Monster","false","6.8","72" +"false","/nIZMk567n7DztnRFkL2y1RXFqo4.jpg","null","80000000","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","","10207","tt0139462","en","Message in a Bottle","A woman finds a romantic letter in a bottle washed ashore and tracks down the author, a widowed shipbuilder whose wife died tragically early. As a deep and mutual attraction blossoms, the man struggles to make peace with his past so that he can move on and find happiness.","6.722","/majQar87QNbrC47qYMcmK1oCohZ.jpg","[{'id':18093,'logo_path':null,'name':'Tiger Productions','origin_country':''},{'id':788,'logo_path':null,'name':'Bel Air Entertainment','origin_country':''},{'id':813,'logo_path':null,'name':'DiNovi Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-02-22","118880016","131","[{'iso_639_1':'en','name':'English'}]","Released","A story of love lost and found.","Message in a Bottle","false","6.1","361" +"false","/pQvqotL0tjP6kuNoxq7eAPXicrk.jpg","null","60000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","8838","tt0120749","en","Mercury Rising","Renegade FBI agent Art Jeffries protects a nine-year-old autistic boy who has cracked the government's new ""unbreakable"" code.","10.125","/2vEQLyrH0uKgjvLzYmYc9coNrgI.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':23,'logo_path':'/mkxNjThahj5pvntvYKVpMbWXm3D.png','name':'Imagine Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-04-03","0","111","[{'iso_639_1':'en','name':'English'}]","Released","Someone knows too much.","Mercury Rising","false","6.2","620" +"false","/6lmYWSFwMmew7PKZtwDruxehWvz.jpg","null","15000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","13722","tt0427528","en","Mercenary for Justice","Mercenary John Seeger is one of the best in the business. John and his crew battle some soldiers on Galmoral Island in Southern Africa as they're trying to rescue the French Ambassador -- there's a coup going on. Some of John's soldiers unload their machine guns into the Ambassador and his family, blowing the mission and getting his best friend Radio Jones killed. He heads back to the US and visits Radio's wife Shondra to tells her the news, and then promises that he'll take care of her and her son Eddie. But shortly after he makes that vow, Shondra and Eddie get kidnapped.","5.109","/7oV5BkxFv7jpLiwu8q2YEMr8uVa.jpg","[]","[{'iso_3166_1':'AW','name':'Aruba'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'ZA','name':'South Africa'}]","2006-04-25","0","91","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'cs','name':'??esk??'}]","Released","","Mercenary for Justice","false","4.6","41" +"false","/lsTeqTEUTHYForgPZcjAJ82EsHV.jpg","null","0","[{'id':28,'name':'Action'}]","http://www.theasylum.cc/product.php?id=257","277597","tt3598222","en","Mercenaries","A diplomatic official is captured and imprisoned while touring a war zone, so a team of elite female commandos is assembled to infiltrate a women's prison for a daring rescue.","2.907","/ny1pZ1j3AQkF6g9bHtSdMeE6RoM.jpg","[{'id':25092,'logo_path':null,'name':'Tiki Terrors','origin_country':''},{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-08-05","0","90","[{'iso_639_1':'en','name':'English'}]","Released","They're the Best Man for the job.","Mercenaries","false","4.2","46" +"false","/ot2TMCbJtwAIEgea0oJk00s3dWt.jpg","null","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'}]","","80177","tt1728979","en","Mercenaries","Andy Marlow, an ex British S.A.S serviceman turned mercenary, is sent into the Balkans after a military coup has arisen to rescue a U.S ambassador and his aide.","2.868","/e9pvyqfbn9JcuJlmi7WWuBVmKu.jpg","[{'id':25479,'logo_path':null,'name':'Robert Fucilla Company','origin_country':''},{'id':105455,'logo_path':null,'name':'International Artists Management','origin_country':''},{'id':46463,'logo_path':null,'name':'Angry Badger Pictures','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2011-09-01","0","97","[{'iso_639_1':'en','name':'English'}]","Released","Outgunned, Outnumbered, and Outside the Law","Mercenaries","false","5.6","9" +"false","/fQPZ4trYK3wxPMSv9JmpKqgzsma.jpg","null","3500000","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","","9516","tt0107554","en","Menace II Society","Sobering and incisive, this cautionary drama centers on a street tough 18-year-old facing a moral quandary while trying to turn his life around.","8.77","/s1uQMgbK2tfaYltK6uDXU1xoYWA.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-05-26","27900000","97","[{'iso_639_1':'en','name':'English'}]","Released","This is the truth. This is what's real.","Menace II Society","false","7.4","280" +"false","/7wVtInOyDrYlcZGQcaGGH4rm8iJ.jpg","null","82343495","[{'id':18,'name':'Drama'}]","","11978","tt0203019","en","Men of Honor","Against formidable odds -- and an old-school diving instructor embittered by the U.S. Navy's new, less prejudicial policies -- Carl Brashear sets his sights on becoming the Navy's first African-American master diver in this uplifting true story. Their relationship starts out on the rocks, but fate ultimately conspires to bring the men together into a setting of mutual respect, triumph and honor.","8.607","/wNUAnXV1mzOOfvnVBIYsalkk078.jpg","[{'id':711,'logo_path':'/tEiIH5QesdheJmDAqQwvtN60727.png','name':'Fox 2000 Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-09-13","48814909","129","[{'iso_639_1':'en','name':'English'}]","Released","History is made by those who break the rules.","Men of Honor","false","7.2","925" +"false","/b1q5h4YmT6V4GwGIMVbHbF2QRSx.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","","61370","tt0050699","en","Men in War","In Korea, on 6 September 1950, Lieutenant Benson's platoon finds itself isolated in enemy-held territory after a retreat. Soon they are joined by Sergeant Montana, whose overriding concern is caring for his catatonic colonel. Benson and Montana can't stand each other, but together they must get the survivors to Hill 465, where they hope the division is waiting. It's a long, harrowing march, fraught with all the dangers the elusive enemy can summon.","1.226","/5TSCPpYA96tK6HtkmLoOv2gpbhz.jpg","[{'id':4388,'logo_path':null,'name':'Security Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1957-03-19","0","102","[{'iso_639_1':'en','name':'English'}]","Released","""One more step and I'll fill your guts with lead!""","Men in War","false","7","18" +"false","/cITp4EM8HEKrlhXDEeGNy2IB8D9.jpg","{'id':86055,'name':'Men In Black Collection','poster_path':'/rWcgZaoJ0nxTFRn0H6w9bdtoDUI.jpg','backdrop_path':'/xKz6YaOvmnIJQ3MYIpnaa7FBaAB.jpg'}","140000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'}]","http://www.sonypictures.com/homevideo/meninblackii/","608","tt0120912","en","Men in Black II","Kay and Jay reunite to provide our best, last and only line of defense against a sinister seductress who levels the toughest challenge yet to the MIB's untarnished mission statement ??? protecting Earth from the scum of the universe. It's been four years since the alien-seeking agents averted an intergalactic disaster of epic proportions. Now it's a race against the clock as Jay must convince Kay ??? who not only has absolutely no memory of his time spent with the MIB, but is also the only living person left with the expertise to save the galaxy ??? to reunite with the MIB before the earth submits to ultimate destruction.","27.654","/qWjRfBwr4VculczswwojXgoU0mq.jpg","[{'id':49325,'logo_path':null,'name':'Parkes+MacDonald Image Nation','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-07-03","441818803","88","[{'iso_639_1':'en','name':'English'}]","Released","Same Planet. New Scum.","Men in Black II","false","6.2","5461" +"false","/mhokitPCejvcZb0r3SHURZDp7OO.jpg","{'id':86055,'name':'Men In Black Collection','poster_path':'/rWcgZaoJ0nxTFRn0H6w9bdtoDUI.jpg','backdrop_path':'/xKz6YaOvmnIJQ3MYIpnaa7FBaAB.jpg'}","225000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'}]","http://www.sonypictures.com/movies/meninblack3/","41154","tt1409024","en","Men in Black 3","Agents J and K are back...in time. J has seen some inexplicable things in his 15 years with the Men in Black, but nothing, not even aliens, perplexes him as much as his wry, reticent partner. But when K's life and the fate of the planet are put at stake, Agent J will have to travel back in time to put things right. J discovers that there are secrets to the universe that K never told him - secrets that will reveal themselves as he teams up with the young Agent K to save his partner, the agency, and the future of humankind.","24.435","/l9hrvXyGq19f6jPRZhSVRibTMwW.jpg","[{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'},{'id':9169,'logo_path':null,'name':'Hemisphere Media Capital','origin_country':''},{'id':6736,'logo_path':null,'name':'Imagenation Abu Dhabi FZ','origin_country':''},{'id':5627,'logo_path':null,'name':'Media Magik Entertainment','origin_country':''},{'id':11084,'logo_path':null,'name':'Parkes/MacDonald Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-05-23","624026776","106","[{'iso_639_1':'en','name':'English'}]","Released","They are back... in time.","Men in Black 3","false","6.4","6197" +"false","/agCihVGrXk3hmmwMIgsn2ao1eEa.jpg","{'id':86055,'name':'Men In Black Collection','poster_path':'/rWcgZaoJ0nxTFRn0H6w9bdtoDUI.jpg','backdrop_path':'/xKz6YaOvmnIJQ3MYIpnaa7FBaAB.jpg'}","90000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'}]","http://www.sonypictures.com/homevideo/meninblack","607","tt0119654","en","Men in Black","After a police chase with an otherworldly being, a New York City cop is recruited as an agent in a top-secret organization established to monitor and police alien activity on Earth: the Men in Black. Agent Kay and new recruit Agent Jay find themselves in the middle of a deadly plot by an intergalactic terrorist who has arrived on Earth to assassinate two ambassadors from opposing galaxies.","28.117","/f24UVKq3UiQWLqGWdqjwkzgB8j8.jpg","[{'id':49325,'logo_path':null,'name':'Parkes+MacDonald Image Nation','origin_country':''},{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-07-02","589390539","98","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Protecting the Earth from the scum of the universe.","Men in Black","false","7","7551" +"false","/pJzjVv6xPI7290gUOAq1yvYGK61.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","10169","tt0100135","en","Men at Work","Two garbage men find the body of a city councilman in a trash can on their route. With help from a supervisor, the duo must solve the case and find the man's killer while hiding the body from the cops.","5.859","/c59ikc8y1dG9OmhDOq5DBTprCMf.jpg","[{'id':73999,'logo_path':null,'name':'Euphoria Films Production','origin_country':''},{'id':1988,'logo_path':null,'name':'Epic Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-08-24","0","98","[{'iso_639_1':'en','name':'English'}]","Released","Two garbagemen who know when something smells funny!","Men at Work","false","5.5","150" +"false","/2a9Zt5H72xNsogJLLiBLA7ulofM.jpg","null","23000000","[{'id':18,'name':'Drama'},{'id':10752,'name':'War'},{'id':28,'name':'Action'}]","","12651","tt0100133","en","Memphis Belle","The ""Memphis Belle"" is a World War II bomber, piloted by a young crew on dangerous bombing raids into Europe. The crew only have to make one more bombing raid before they have finished their duty and can go home. In the briefing before their last flight, the crew discover that the target for the day is Dresden, a heavily-defended city that invariably causes many Allied casualties","8.825","/epsraI4swsSu9Fyefj7vPPhsOHK.jpg","[{'id':89600,'logo_path':null,'name':'County Natwest Ventures','origin_country':''},{'id':7049,'logo_path':null,'name':'Enigma Productions','origin_country':''},{'id':22038,'logo_path':null,'name':'Fujisankei Communication Group','origin_country':''},{'id':89601,'logo_path':null,'name':'British Satellite Broadcasting (BSB)','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1990-09-07","0","107","[{'iso_639_1':'en','name':'English'}]","Released","Brave young men who rode on the wings of victory.","Memphis Belle","false","6.7","163" +"false","/mhEPV19vQsApRYgCIUu6tJJVUer.jpg","null","85000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10749,'name':'Romance'}]","http://www.sonypictures.com/homevideo/memoirsofageisha/index.html","1904","tt0397535","en","Memoirs of a Geisha","A sweeping romantic epic set in Japan in the years before World War II, a penniless Japanese child is torn from her family to work as a maid in a geisha house.","12.914","/rhqL5iuhfwtDnpwMYAY2iuNZbxo.jpg","[{'id':158,'logo_path':'/6SHlNIype9zmyEMRsBtoueUtLsq.png','name':'Spyglass Entertainment','origin_country':'US'},{'id':780,'logo_path':null,'name':'Red Wagon Productions','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-12-06","162242962","145","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'ja','name':'?????????'}]","Released","My world is as forbidden as it is fragile; without its mysteries, it cannot survive.","Memoirs of a Geisha","false","7.6","1248" +"false","/puuwLLytKjZuv73SFqBihd6X5ES.jpg","null","9000000","[{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","http://www.otnemem.com/","77","tt0209144","en","Memento","Leonard Shelby is tracking down the man who raped and murdered his wife. The difficulty of locating his wife's killer, however, is compounded by the fact that he suffers from a rare, untreatable form of short-term memory loss. Although he can recall details of life before his accident, Leonard cannot remember what happened fifteen minutes ago, where he's going, or why.","14.229","/fQMSaP88cf1nz4qwuNEEFtazuDM.jpg","[{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'},{'id':506,'logo_path':null,'name':'Newmarket Capital Group','origin_country':'US'},{'id':598,'logo_path':null,'name':'Team Todd','origin_country':''},{'id':34446,'logo_path':null,'name':'I Remember Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-10-11","39723096","113","[{'iso_639_1':'en','name':'English'}]","Released","Some memories are best forgotten.","Memento","false","8.2","7522" +"false","/j06Jj2pPvFayeRXG7W3AX53ueUi.jpg","null","7400000","[{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'}]","","62215","tt1527186","da","Melancholia","Two sisters find their already strained relationship challenged as a mysterious new planet threatens to collide with Earth.","10.812","/eCjATHunhgLl9ARKUFtmKguaWDJ.jpg","[{'id':38069,'logo_path':null,'name':'Legion Entertainment','origin_country':'US'},{'id':76,'logo_path':null,'name':'Zentropa Entertainments','origin_country':'DK'},{'id':321,'logo_path':null,'name':'Memfis Film','origin_country':'SE'},{'id':8288,'logo_path':null,'name':'Zentropa International Sweden','origin_country':'SE'},{'id':7777,'logo_path':'/vd6oWpxQXyaeWGfm0A5SnJi8pyo.png','name':'Slot Machine','origin_country':'FR'},{'id':11239,'logo_path':null,'name':'Liberator Productions','origin_country':''},{'id':8289,'logo_path':null,'name':'Zentropa International K??ln','origin_country':''},{'id':119,'logo_path':'/1di2gITGUZr730AMuMKiCrP90Vl.png','name':'Danmarks Radio (DR)','origin_country':'DK'},{'id':6301,'logo_path':null,'name':'Cin??Cin??ma','origin_country':''},{'id':38071,'logo_path':null,'name':'Edition Video','origin_country':''},{'id':38072,'logo_path':null,'name':'Nordisk Film Distribution','origin_country':''},{'id':118,'logo_path':'/AiBorgNTCS1lT1FdFPYheax9jfF.png','name':'Det Danske Filminstitut','origin_country':'DK'},{'id':850,'logo_path':'/aF7qajGJGtMpdrtvssM9g90YanX.png','name':'Eurimages','origin_country':'FR'},{'id':310,'logo_path':'/4Gp5A4YdjPBfsHT47ngHMaXWmb9.png','name':'Centre National de la Cin??matographie','origin_country':'FR'},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':2302,'logo_path':'/rPXEdpqwFycAY9ZgrAJXv13qcWW.png','name':'Svenska Filminstitutet','origin_country':'SE'},{'id':2999,'logo_path':'/zGSqFee9aDgDuLD6vcs2mcJUem4.png','name':'SVT','origin_country':'SE'},{'id':2801,'logo_path':'/bswb1PLLsKDUXMLgy42bZtCtIde.png','name':'Film i V??st','origin_country':'SE'},{'id':315,'logo_path':'/hdu0sVxgtCuQud0xF8ZBiN7hEhY.png','name':'Filmstiftung Nordrhein-Westfalen','origin_country':'DE'}]","[{'iso_3166_1':'DK','name':'Denmark'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'SE','name':'Sweden'}]","2011-05-26","21817298","136","[{'iso_639_1':'en','name':'English'}]","Released","Enjoy it while it lasts","Melancholia","false","7.1","1580" +"false","/ixIJRnkjEclMf8ZCYijT84En5Bb.jpg","{'id':558303,'name':'Megamind - Collection','poster_path':'/vBYvoQXpKwN5r2umiaMdpwmjZ6S.jpg','backdrop_path':'/b2L8J4M8B5KLwyoMf8cfzawO8Uc.jpg'}","130000000","[{'id':16,'name':'Animation'},{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':878,'name':'Science Fiction'}]","http://www.megamind.com","38055","tt1001526","en","Megamind","Bumbling supervillain Megamind finally defeats his nemesis, the superhero Metro Man. But without a hero, he loses all purpose and must find new meaning to his life.","14.622","/mws4hcv746iKsTv81sY393LY4YI.jpg","[{'id':521,'logo_path':'/kP7t6RwGz2AvvTkvnI1uteEwHet.png','name':'DreamWorks Animation','origin_country':'US'},{'id':520,'logo_path':'/pU7YTI9FfrICurXpl5V9TfCO0oJ.png','name':'Pacific Data Images (PDI)','origin_country':'US'},{'id':2932,'logo_path':'/4uLKLjGivVg2YnAIhAn8k7ZuVFj.png','name':'Red Hour','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-10-28","321887208","95","[{'iso_639_1':'en','name':'English'}]","Released","His brain is off the chain.","Megamind","false","6.8","3454" +"false","/pbn7Aod3pfyyASZNevZPyMjSXu6.jpg","{'id':264481,'name':'Mega Shark Collection','poster_path':'/bes4BLHnrAaf0wJ1wpdSkM5RTAL.jpg','backdrop_path':null}","0","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","http://www.theasylum.cc/product.php?id=242","246594","tt3152098","en","Mega Shark vs. Mecha Shark","When another Mega Shark returns from the depths of the sea, world militaries go on high alert. Ocean traffic grinds to a standstill as everyone lives in fear of the insatiable beast. Out of options, the US government unleashes the top secret Mecha Shark project -- a mechanical shark built to have the same exact characteristics as Mega. A pair of scientists pilot the mechanical creature as they fight Mega in a pitched battle to save the planet. But when faulty mechanics cause the Mecha to go after humans, the scientists must somehow guide Mega to Mecha in hopes that the two titans will kill each other - or risk untold worldwide destruction.","2.249","/aD8VXYRfwJbeXOBRhuZR2PJ2FHC.jpg","[{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-01-28","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Monster vs Metal","Mega Shark vs. Mecha Shark","false","2.9","42" +"false","/vyadoLcl6sXNLUSOgtAPOwjAZeE.jpg","{'id':264481,'name':'Mega Shark Collection','poster_path':'/bes4BLHnrAaf0wJ1wpdSkM5RTAL.jpg','backdrop_path':null}","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","17911","tt1350498","en","Mega Shark vs. Giant Octopus","The California coast is terrorized by two enormous prehistoric sea creatures as they battle each other for supremacy of the sea.","7.175","/7iKy7AS6K4xgL82PFOowI4fRRE6.jpg","[{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-05-19","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Winner... Eats... All!","Mega Shark vs. Giant Octopus","false","3.4","92" +"false","/jxWA2lDLidicmmDymnxlz53zAb9.jpg","null","150000000","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","1267","tt0396555","en","Meet the Robinsons","In this animated adventure, brilliant preteen inventor Lewis creates a memory scanner to retrieve his earliest recollections and find out why his mother gave him up for adoption. But when the villainous Bowler Hat Guy steals the machine, Lewis is ready to give up on his quest until the mysterious Wilbur Robinson shows up on the scene, whisking Lewis to the future to find the scanner and his mom.","12.927","/oe7w9SxGmpSW1dlz5QaVVKWBEVz.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':6125,'logo_path':'/tVPmo07IHhBs4HuilrcV0yujsZ9.png','name':'Walt Disney Animation Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-03-23","169332978","95","[{'iso_639_1':'en','name':'English'}]","Released","Think your family's weird?","Meet the Robinsons","false","6.8","1413" +"false","/iMBlLEjC74OQbQ60bubdF27P35K.jpg","{'id':51509,'name':'Meet the Parents Collection','poster_path':'/WFkinadVm4NRynRKuUcaLFNIDx.jpg','backdrop_path':'/7UWRq79VHc58QXTSn57UsOUKQLZ.jpg'}","55000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","1597","tt0212338","en","Meet the Parents","Greg Focker is ready to marry his girlfriend, Pam, but before he pops the question, he must win over her formidable father, humorless former CIA agent Jack Byrnes, at the wedding of Pam's sister. As Greg bends over backward to make a good impression, his visit to the Byrnes home turns into a hilarious series of disasters, and everything that can go wrong does, all under Jack's critical, hawklike gaze.","11.23","/wVjtQtzv9IcNRGnOOdcK797Sdxx.jpg","[{'id':11391,'logo_path':null,'name':'Tribeca Productions','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':41248,'logo_path':null,'name':'Nancy Tenenbaum Films','origin_country':''},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-10-06","330444045","108","[{'iso_639_1':'en','name':'English'}]","Released","First comes love. Then comes the interrogation.","Meet the Parents","false","6.6","3146" +"false","/k3Lgejnnh1vdj3FU8Ps2gbZsq2q.jpg","{'id':51509,'name':'Meet the Parents Collection','poster_path':'/WFkinadVm4NRynRKuUcaLFNIDx.jpg','backdrop_path':'/7UWRq79VHc58QXTSn57UsOUKQLZ.jpg'}","80000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://www.meetthefockers.com/index.php","693","tt0290002","en","Meet the Fockers","Hard-to-crack ex-CIA man, Jack Byrnes and his wife, Dina head for the warmer climes of Florida to meet son-in-law-to-be, Greg Focker's parents. Unlike their happily matched offspring, the future in-laws find themselves in a situation of opposites that definitely do not attract.","12.466","/xHAqB06iL5D6HyOS6QpgyKkRQHD.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':2242,'logo_path':null,'name':'Everyman Pictures','origin_country':'US'},{'id':11391,'logo_path':null,'name':'Tribeca Productions','origin_country':'US'},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-12-22","516642939","115","[{'iso_639_1':'en','name':'English'}]","Released","Misery loves family.","Meet the Fockers","false","6.2","2533" +"false","/kLoToyIV3QD6FbIbNb8wSUAQeZf.jpg","null","10000","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","264480","tt3043176","en","Meet Me There","After several years of sexual dysfunction, Ada and her boyfriend, Calvin travel to her hometown in rural Oklahoma in hopes of piecing together her fragmented childhood memories. They find their answers, but can they find their way back home?","0.667","/4cS5BpooC1Bi59ZgySk2auhAL1p.jpg","[{'id':46132,'logo_path':null,'name':'SGL Entertainment','origin_country':''},{'id':59785,'logo_path':null,'name':'Greenless Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-04-04","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Going home to stay.","Meet Me There","false","4.1","15" +"false","/14Y8zA34cD4gFaEujY0qGHPO4T7.jpg","null","90000000","[{'id':14,'name':'Fantasy'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","https://www.uphe.com/movies/meet-joe-black","297","tt0119643","en","Meet Joe Black","When the grim reaper comes to collect the soul of megamogul Bill Parrish, he arrives with a proposition: Host him for a ""vacation"" among the living in trade for a few more days of existence. Parrish agrees, and using the pseudonym Joe Black, Death begins taking part in Parrish's daily agenda and falls in love with the man's daughter. Yet when Black's holiday is over, so is Parrish's life.","12.443","/s5maEXmEsVZYUx6dWc11GhL0zww.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':136,'logo_path':null,'name':'City Light Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-11-12","142940100","178","[{'iso_639_1':'nl','name':'Nederlands'},{'iso_639_1':'en','name':'English'}]","Released","Sooner or later everyone does.","Meet Joe Black","false","7.1","2107" +"false","/xw5ohWPLROEmlDJ1S5EdO55e0b6.jpg","null","60000000","[{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'},{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'}]","http://www.meetdavemovie.com/","11260","tt0765476","en","Meet Dave","A crew of miniature aliens operate a spaceship that has a human form. While trying to save their planet, the aliens encounter a new problem, as their ship becomes smitten with an Earth woman.","9.683","/gQKUAQGaNIsUhGL07zdhcrPyWdV.jpg","[{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'},{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':2645,'logo_path':null,'name':'Guy Walks into a Bar Productions','origin_country':''},{'id':2646,'logo_path':null,'name':'Deep River Productions','origin_country':''},{'id':81136,'logo_path':null,'name':'Friendly Films (II)','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-07-08","50650079","90","[{'iso_639_1':'en','name':'English'}]","Released","There's a Whole Other World Going on Inside of Him.","Meet Dave","false","5.1","689" +"false","/11HyjcaDbuHQceElP9gpAshdNez.jpg","null","500000","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","","203","tt0070379","en","Mean Streets","A small-time hood must choose from among love, friendship and the chance to rise within the mob.","10.861","/3awGnJPs7XmGyCB2eFdxVm6GlGd.jpg","[{'id':120,'logo_path':null,'name':'Scorsese Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1973-10-02","3000000","110","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","You don't make up for your sins in church. You do it in the streets...","Mean Streets","false","7.2","745" +"false","/nt2e2QL5Nktok8udDar6627f1Ws.jpg","{'id':99606,'name':'Mean Girls Collection','poster_path':'/9XoyvX5uWQRoiz9IodCgUoXLw2V.jpg','backdrop_path':'/cfMzxU4leHPtfcAprSavXLllVPq.jpg'}","17000000","[{'id':35,'name':'Comedy'}]","http://www.meangirls.com/","10625","tt0377092","en","Mean Girls","Cady Heron is a hit with The Plastics, the A-list girl clique at her new school, until she makes the mistake of falling for Aaron Samuels, the ex-boyfriend of alpha Plastic Regina George.","15.283","/lDlGPZS0UJYKxVlpyff3BMyPc2H.jpg","[{'id':1756,'logo_path':'/d7YyNzysIF0lSb4lJRf1ar6MHxi.png','name':'Broadway Video','origin_country':'US'},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':89094,'logo_path':null,'name':'M.G. Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-04-30","129042871","97","[{'iso_639_1':'sw','name':'Kiswahili'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'vi','name':'Ti???ng Vi???t'}]","Released","Welcome to girl world.","Mean Girls","false","7.1","4579" +"false","/vKEMIoqP2HqYG9jKqFgjnaPssKK.jpg","null","51000000","[{'id':35,'name':'Comedy'}]","","2123","tt0183505","en","Me, Myself & Irene","Rhode Island State Trooper Charlie Baileygates has a multiple personality disorder. One personality is crazy and aggressive, while the other is more friendly and laid back. Both of these personalities fall in love with the same woman named Irene after Charlie loses his medication.","11.521","/y7OG1Y2UvnaEoQEQIonnykJvdwt.jpg","[{'id':1156,'logo_path':null,'name':'Conundrum Entertainment','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-06-22","149270999","116","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","From gentle to mental.","Me, Myself & Irene","false","6.3","1743" +"false","/j9ROmwHHL3SlZOBgdHAQGeFtWXd.jpg","null","10000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","9980","tt0091499","en","Maximum Overdrive","When a comet passes close to the earth, machines all over the world come alive and go on homicidal rampages. A group of people at a desolate truck stop are held hostage by a gang of homicidal 18-wheelers. The frightened people set out to defeat the killer machines ... or be killed by them.","8.079","/cFrKCumtZMHCWwWNxgGRyaxhYu2.jpg","[{'id':484,'logo_path':null,'name':'De Laurentiis Entertainment Group (DEG)','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1986-07-25","7433663","97","[{'iso_639_1':'en','name':'English'}]","Released","Stephen King's masterpiece of terror directed by the master himself.","Maximum Overdrive","false","5.4","266" +"false","/idBsXr4rdYzqmvLV9fLzaX82onB.jpg","null","0","[{'id':18,'name':'Drama'}]","","228203","tt2097298","en","McFarland, USA","A track coach in a small California town transforms a team of athletes into championship contenders.","6.871","/kV3Bk0PGwYhHLy1JppK3ZbVh7IB.jpg","[{'id':22881,'logo_path':null,'name':'Mayhem Pictures','origin_country':'US'},{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-02-20","45710059","128","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","Champions Can Come From Anywhere.","McFarland, USA","false","7.3","343" +"false","/hdC33Z71RX53JCPHDI1mPx9kEe1.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","214140","tt2295564","en","McCanick","Over the course of one feverish day, a harried narcotics detective and his reluctant partner frantically track down a recently released convict who knows a secret from the past.","1.844","/i3QnkHoNIfAxPVZ9UCU0NBu0s5Z.jpg","[{'id':1872,'logo_path':'/559H3L3CP1dJsHLSS3XSe5GNkW0.png','name':'Bleiberg Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-02-17","0","96","[{'iso_639_1':'en','name':'English'}]","Released","The truth has stayed buried for over seven years. But now-this day-the reckoning will come.","McCanick","false","4.6","23" +"false","/gTHuNNqF3r2GLm34Ojd3ZXpq2IW.jpg","{'id':522250,'name':'Maya the Bee Collection','poster_path':'/8tE3eXiGfvxdNF6YpM89PGmpoT2.jpg','backdrop_path':'/w4IzsOdmkXvT9sYkWhTzxKvIIjE.jpg'}","0","[{'id':10751,'name':'Family'},{'id':16,'name':'Animation'}]","http://studio100film.com/en/movies.php?item=4","261103","tt3336368","en","Maya the Bee Movie","Freshly hatched bee Maya is a little whirlwind and won't follow the rules of the hive. One of these rules is not to trust the hornets that live beyond the meadow. When the Royal Jelly is stolen, the hornets are suspected and Maya is thought to be their accomplice. No one believes that she is the innocent victim and no one will stand by her except for her good-natured and best friend Willy. After a long and eventful journey to the hornets hive Maya and Willy soon discover the true culprit and the two friends finally bond with the other residents of the opulent meadow.","4.602","/pMQ88CvnQroSjxk4IhM7YNbcjTx.jpg","[{'id':68110,'logo_path':null,'name':'Pixomondo Munich','origin_country':''},{'id':7584,'logo_path':'/eGkfvvyf4fJTvBUR1xt1669IPA3.png','name':'Screen Australia','origin_country':'AU'},{'id':68111,'logo_path':null,'name':'Buzz Studios','origin_country':''},{'id':68112,'logo_path':'/tyKz3ju6yod8fza47LH22bLpGSs.png','name':'Studio 100 Media','origin_country':'DE'},{'id':10951,'logo_path':'/48iBaAPgtoirf3C25HNkL9MhWfj.png','name':'Screen NSW','origin_country':'AU'},{'id':20187,'logo_path':null,'name':'Flying Bark Productions','origin_country':''},{'id':4606,'logo_path':'/otZHbf1HmzLRQsZFSqJXkf8EHz7.png','name':'ZDF','origin_country':'DE'},{'id':50448,'logo_path':null,'name':'Fish Blowing Bubbles','origin_country':'DE'},{'id':68113,'logo_path':null,'name':'M.A.R.K.13(TM)','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'AU','name':'Australia'}]","2014-09-11","0","79","[{'iso_639_1':'en','name':'English'}]","Released","Friendship is thicker than honey","Maya the Bee Movie","false","6.1","53" +"false","/1nICjTbJ0SnEIK8PW9bZxuih4ct.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'}]","","118683","tt2119474","en","Maximum Conviction","When former black ops operative Tom Steele and his partner Manning are assigned to decommission an old prison, they must oversee the arrival of two mysterious female prisoners. Before long, an elite force of mercenaries assault the prison in search of the new arrivals. As the true identities of the women are revealed, Steele realizes he's caught in the middle of something far bigger than he had imagined.","4.645","/ccwbJ27wPv66Qhgp1sFpyfUbbG3.jpg","[{'id':3495,'logo_path':null,'name':'Steamroller Productions','origin_country':''},{'id':6626,'logo_path':'/A1BnMoWjzjOrjzpWimyBQkf84mS.png','name':'Voltage Pictures','origin_country':'US'},{'id':8146,'logo_path':'/etoxfrvduHZMLHpYE2uPkicheX2.png','name':'Splendid Film','origin_country':'DE'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-10-25","0","97","[{'iso_639_1':'en','name':'English'}]","Released","Soldier of Vengeance","Maximum Conviction","false","5","59" +"false","/zFff3M0eFH9INTkUczm8eeY5OOd.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","157380","tt2492664","en","May in the Summer","A bride-to-be is forced to reevaluate her life when she reunites with her family in Jordan and finds herself confronted with the aftermath of her parents??? divorce.","1.499","/5sYGf5YXdhce3k5joegVNq2QPGR.jpg","[{'id':3095,'logo_path':null,'name':'Whitewater Films','origin_country':''},{'id':42374,'logo_path':null,'name':'Displaced Pictures','origin_country':''},{'id':10039,'logo_path':'/b8w4LldQolMKiLZw4FQJBcXSDGI.png','name':'Anonymous Content','origin_country':'US'},{'id':42375,'logo_path':null,'name':'Durga Entertainment','origin_country':''}]","[{'iso_3166_1':'QA','name':'Qatar'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'JO','name':'Jordan'}]","2013-01-17","0","100","[{'iso_639_1':'en','name':'English'}]","Released","Get ready to clear the air","May in the Summer","false","5.9","15" +"false","/2PlLl1rSrGGyW1l4rNJ9Xpc0xJh.jpg","null","35000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","http://www.maxpaynethemovie.com","13051","tt0467197","en","Max Payne","Coming together to solve a series of murders in New York City are a DEA agent whose family was slain as part of a conspiracy and an assassin out to avenge her sister's death. The duo will be hunted by the police, the mob, and a ruthless corporation.","9.152","/7zb2UsXRhcJn0NVk0wGBD2F7ML6.jpg","[{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'},{'id':2724,'logo_path':null,'name':'Abandon Entertainment','origin_country':''},{'id':2179,'logo_path':null,'name':'Collision Entertainment','origin_country':''},{'id':11995,'logo_path':null,'name':'Depth Entertainment','origin_country':''},{'id':1838,'logo_path':null,'name':'Firm Films','origin_country':''},{'id':2725,'logo_path':null,'name':'Foxtor Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CA','name':'Canada'}]","2008-10-15","85416905","100","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","When a man has lost everything, he only has revenge.","Max Payne","false","5.2","990" +"false","/wTUO3HhVaxLtzEuTnAwlGdwSwAp.jpg","null","36000000","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","","10830","tt0117008","en","Matilda","An extraordinarily intelligent young girl from a cruel and uncaring family discovers she possesses telekinetic powers and is sent off to a school headed by a tyrannical principal.","9.703","/vddUwPL3L8MBH4FrEDCAZM9T6sj.jpg","[{'id':216,'logo_path':null,'name':'Jersey Films','origin_country':''},{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-08-02","33459416","98","[{'iso_639_1':'en','name':'English'}]","Released","A little magic goes a long way.","Matilda","false","7","1979" +"false","/sW2inpfADKdm6QFq2KRSbQdA6q5.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","26103","tt0119642","en","Mean Guns","One hundred mid- and low-level gangsters who are on their boss' bad side are locked inside a newly-built high-security prison, and given plenty of guns, ammo, and baseball bats, then told that the last survivor will get a suitcase with 10 million dollars.","2.209","/3J6wTRELPplvLNVqEFTOa8sl3YF.jpg","[{'id':7954,'logo_path':null,'name':'Filmwerks','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-11-21","0","110","[{'iso_639_1':'en','name':'English'}]","Released","","Mean Guns","false","5.4","35" +"false","/clvXbDeR3kyX8kVDcDB9K7sAVPd.jpg","null","0","[{'id':18,'name':'Drama'}]","","76424","tt1234546","en","Master Harold... and the Boys","This movie is of Hally, an adolescent white South African. He is stuck between his intolerant father's outlook of him and those of his caretaker, Sam. Sam is a black waiter and Hally's friend and teacher. Hally is required to laugh at his father's racist jokes, by contrast, Sam exposes Hally to uplifting experiences. One day Hally was terribly humiliated by his father and Sam shows Hally how to be proud of something he can achieve.","1.136","/t4LvChxmOriqNHqZOqA4QnlkTrB.jpg","[{'id':8275,'logo_path':'/sFEzEe5Rk5jjAEuiuPyXHvCGD9f.png','name':'Spier Films','origin_country':''}]","[{'iso_3166_1':'ZA','name':'South Africa'}]","2010-03-17","0","87","[{'iso_639_1':'en','name':'English'}]","Released","","Master Harold... and the Boys","false","5.8","6" +"false","/uuPbSNgk2dfhMH8l4cKSQUBBk6k.jpg","null","150000000","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","http://www.masterandcommanderthefarsideoftheworld.com/","8619","tt0311113","en","Master and Commander: The Far Side of the World","After an abrupt and violent encounter with a French warship inflicts severe damage upon his ship, a captain of the British Royal Navy begins a chase over two oceans to capture or destroy the enemy, though he must weigh his commitment to duty and ferocious pursuit of glory against the safety of his devoted crew, including the ship's thoughtful surgeon, his best friend.","19.965","/s1cVTQEZYn4nSjZLnFbzLP0j8y2.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':9118,'logo_path':'/9o6KLcDBRw3fNItUflJVwj8dZpC.png','name':'Samuel Goldwyn Films','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'},{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-11-14","212011111","138","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'pt','name':'Portugu??s'},{'iso_639_1':'en','name':'English'}]","Released","The courage to do the impossible lies in the hearts of men.","Master and Commander: The Far Side of the World","false","7.1","1422" +"false","/8UxYHvKBNFnoyfHjgjMwzj4zOuy.jpg","null","590235","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://www.maryandmax.com/","24238","tt0978762","en","Mary and Max","A tale of friendship between two unlikely pen pals: Mary, a lonely, eight-year-old girl living in the suburbs of Melbourne, and Max, a forty-four-year old, severely obese man living in New York. In the mid-1970's, a homely, friendless Australian girl of 8 picks a name out of a Manhattan phone book and writes to him; she includes a chocolate bar. He writes back, with chocolate. Thus begins a 20-year correspondence. Will the two ever meet face to face?","7.492","/k0lQISUC4NuvKYasJn59JHc2rla.jpg","[{'id':4096,'logo_path':null,'name':'icon','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2009-02-09","1725381","92","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'yi','name':''}]","Released","Sometimes perfect strangers make the best friends.","Mary and Max","false","7.8","938" +"false","/hXaLRcECttjPJIlPzEkGXyF6pVv.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10770,'name':'TV Movie'}]","http://www.bbc.co.uk/programmes/b04jmx7l","295144","tt3659786","en","Marvellous","Dramatisation of the true story of the life of Neil ""Nello"" Baldwin. Born with a mild learning disability but without the burden of social embarrassment & how his inexhaustible ability to see the good in any situation overcame any stigma society tried to label him with.","3.012","/2N9By7kKC6ea0rYDMSQwzffhary.jpg","[{'id':686,'logo_path':'/qMVjV8YFbxXrGVF4wD6hRjllVbr.png','name':'Tiger Aspect Productions','origin_country':'GB'},{'id':32806,'logo_path':null,'name':'Fifty Fathoms Productions','origin_country':''},{'id':3324,'logo_path':'/16fY7pucCzn7WSOYxOGRHlAayL3.png','name':'BBC','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-02-19","0","90","[{'iso_639_1':'en','name':'English'}]","Released","I always wanted to be happy, so I decided to be.","Marvellous","false","7.4","46" +"false","/A4v8kRlaLtnijs0aRLQJ21tEFm9.jpg","null","343000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","15919","tt0048356","en","Marty","Marty, a butcher who lives in the Bronx with his mother is unmarried at 34. Good-natured but socially awkward he faces constant badgering from family and friends to get married but has reluctantly resigned himself to bachelorhood. Marty meets Clara, an unattractive school teacher, realising their emotional connection, he promises to call but family and friends try to convince him not to.","6.738","/ml29uk3ROm8rgaXfsMvp96z0C6G.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':30724,'logo_path':null,'name':'Hecht-Lancaster Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1955-04-11","3000000","90","[{'iso_639_1':'en','name':'English'}]","Released","EVERYBODY'S RAVING ABOUT","Marty","false","7.6","124" +"false","/77bst4zXUHWTtjxzwZ8FmUjfGPl.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.foxsearchlight.com/marthamarcymaymarlene/","50837","tt1441326","en","Martha Marcy May Marlene","After several years of living with a cult, Martha finally escapes and calls her estranged sister, Lucy, for help. Martha finds herself at the quiet Connecticut home Lucy shares with her new husband, Ted, but the memories of what she experienced in the cult make peace hard to find. As flashbacks continue to torment her, Martha fails to shake a terrible sense of dread, especially in regard to the cult's manipulative leader.","7.943","/f68uBuxkEfesHmw5eJxFOnNalTY.jpg","[{'id':10056,'logo_path':null,'name':'Cunningham & Maybach Films','origin_country':''},{'id':10057,'logo_path':null,'name':'FilmHaven Entertainment','origin_country':''},{'id':10058,'logo_path':'/yXWostV0eJ6WeP5Jqym5lfnsUra.png','name':'BorderLine Films','origin_country':'US'},{'id':10059,'logo_path':null,'name':'This Is That Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-10-21","3538446","101","[{'iso_639_1':'en','name':'English'}]","Released","You can get away. But you can never escape.","Martha Marcy May Marlene","false","6.7","400" +"false","/3TTP2qVda479YgtOLDWxhzaASXU.jpg","null","150000000","[{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","http://disney.go.com/disneypictures/marsneedsmoms/#home","50321","tt1305591","en","Mars Needs Moms","When Martians suddenly abduct his mom, mischievous Milo rushes to the rescue and discovers why all moms are so special.","9.58","/6S7pkMjLrtmzn8uU5vRyTn5Az2A.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-03-09","38992758","88","[{'iso_639_1':'en','name':'English'}]","Released","Mom needs a little space.","Mars Needs Moms","false","5.7","281" +"false","/bAlizRLmB0yJubWCwtJyofBfY0f.jpg","null","70000000","[{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'}]","http://marsattacks.warnerbros.com/","75","tt0116996","en","Mars Attacks!","'We come in peace' is not what those green men from Mars mean when they invade our planet, armed with irresistible weapons and a cruel sense of humor. This star studded cast must play victim to the alien???s fun and games in this comedy homage to science fiction films of the '50s and '60s.","15.619","/gaTuHICwavPUmqQzPZFEXKSRwsC.jpg","[{'id':8601,'logo_path':null,'name':'Tim Burton Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-12-12","101371017","106","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Nice planet. We'll take it!","Mars Attacks!","false","6.3","2784" +"false","/9JF3ScksjwwPMK9aoySrnTg0pYW.jpg","null","10000000","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':10749,'name':'Romance'}]","","2321","tt0095593","en","Married to the Mob","Angela de Marco is fed up with her gangster husband's line of work and wants no part of the crime world. When her husband is killed for having an affair with the mistress of mob boss Tony ""The Tiger"" Russo, Angela and her son depart for New York City to make a fresh start. Unfortunately, Tony has set his sights upon Angela -- and so has an undercover FBI agent looking to use her to bust Tony.","8.192","/wQAJv7qukZSd7grUWmXf6vt4OXC.jpg","[{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'},{'id':14150,'logo_path':null,'name':'Orion Pictures Corporation','origin_country':''},{'id':1072,'logo_path':null,'name':'Mysterious Arts','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-08-19","21486757","104","[{'iso_639_1':'en','name':'English'}]","Released","They're her family... Whether she likes it or not.","Married to the Mob","false","5.7","109" +"false","/bskL6AmfHEOUP1WXWpJR3HUP7aW.jpg","null","2135161","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'},{'id':10749,'name':'Romance'}]","","506","tt0058329","en","Marnie","Marnie is a thief, a liar, and a cheat. When her new boss, Mark Rutland, catches on to her routine kleptomania, she finds herself being blackmailed.","9.988","/mwEuBWMJyebtJ1OP4W2jeRcVf3k.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1964-07-09","7000000","130","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Thief... Liar... Cheat... she was all of these and he knew it!","Marnie","false","7.3","405" +"false","/xu54k4O5F9OlLWncWmXtyQO9Uyj.jpg","{'id':230532,'name':'Marley & Me Collection','poster_path':'/2GTOEdjaUbElrXhH0XhOADDoZxf.jpg','backdrop_path':'/gRoCEiWVcTsV0HxWIezuhVoDiAa.jpg'}","60000000","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","http://marleyandmemovie.com/","14306","tt0822832","en","Marley & Me","A newly married couple who, in the process of starting a family, learn many of life's important lessons from their trouble-loving retriever, Marley. Packed with plenty of laughs to lighten the load, the film explores the highs and lows of marriage, maturity and confronting one's own mortality, as seen through the lens of family life with a dog.","10.168","/nbfwgfNGxl3WiqvUCnSYrS8Qwhp.jpg","[{'id':5219,'logo_path':null,'name':'Sunswept Entertainment','origin_country':''},{'id':6332,'logo_path':null,'name':'Dune Entertainment III','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-12-25","242717113","115","[{'iso_639_1':'en','name':'English'}]","Released","Heel the love.","Marley & Me","false","7.1","2579" +"false","/sqj8CMPak8z90aoNQgC5bP1PWrK.jpg","null","0","[{'id':10402,'name':'Music'},{'id':99,'name':'Documentary'}]","http://www.magpictures.com/marley/","90125","tt1183919","en","Marley","Bob Marley's universal appeal, impact on music history and role as a social and political prophet is both unique and unparalleled. Directed by Academy Award-winning director Kevin Macdonald (The Last King of Scotland), MARLEY is the definitive life story of the musician, revolutionary, and legend, from his early days to his rise to international superstardom. Made with the support of the Marley family, the film features rare footage, incredible performances and revelatory interviews with the people that knew him best.","5.255","/hIkihuykLU1kEniuL9MMWMT7Pql.jpg","[{'id':2265,'logo_path':'/cA8M1Z7jx5ZXtLEFBgzot6RGPxM.png','name':'Shangri-La Entertainment','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2012-04-20","0","144","[{'iso_639_1':'en','name':'English'}]","Released","","Marley","false","7.6","144" +"false","/sL6QVgVl4HgLwksS2rOSb9tRdTD.jpg","null","0","[{'id':99,'name':'Documentary'}]","","84309","tt2073029","en","Marina Abramovi??: The Artist Is Present","Performance artist Marina Abramovic prepares for a major retrospective of her work at the Museum of Modern Art in New York.","3.663","/6CbjWJpB4TowXNXykRoUzqvyfVH.jpg","[{'id':88739,'logo_path':null,'name':'Show of Force','origin_country':''},{'id':105171,'logo_path':null,'name':'Dakota Group','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-01-01","0","106","[{'iso_639_1':'en','name':'English'}]","Released","The hardest thing is to do something which is close to nothing.","Marina Abramovi??: The Artist Is Present","false","7.6","64" +"false","/rPVPJga5BTKK1cpeaChJeUh5ZMK.jpg","null","3500000","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","http://www.margincallmovie.com/","50839","tt1615147","en","Margin Call","A thriller that revolves around the key people at an investment bank over a 24-hour period during the early stages of the financial crisis.","11.652","/h4Cv588VpNpO9twXsdorhz6K8t1.jpg","[{'id':46225,'logo_path':null,'name':'Untitled Entertainment','origin_country':'US'},{'id':14861,'logo_path':null,'name':'Before the Door Pictures','origin_country':''},{'id':6692,'logo_path':'/2Wd2CodKtgB4XyAQH4ez8qnZuqg.png','name':'Benaroya Pictures','origin_country':'US'},{'id':14862,'logo_path':'/2YobmEkVFAcw368uz6Ie1sGP2C8.png','name':'Washington Square Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-09-28","19504039","107","[{'iso_639_1':'en','name':'English'}]","Released","Be first. Be smarter. Or cheat.","Margin Call","false","6.8","823" +"false","/Vi5V1mr0fCAXpLs0QBbKaeylWc.jpg","null","14000000","[{'id':18,'name':'Drama'}]","http://www.foxsearchlight.com/margaret/","44754","tt0466893","en","Margaret","A young woman witnesses a bus accident, and is caught up in the aftermath, where the question of whether or not it was intentional affects many people's lives.","7.548","/reXVqyRmZ8NhL1iRrfiEwC7h5Mk.jpg","[{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'},{'id':10161,'logo_path':null,'name':'Gilbert Films','origin_country':'US'},{'id':258,'logo_path':null,'name':'Scott Rudin Productions','origin_country':'US'},{'id':932,'logo_path':null,'name':'Mirage Enterprises','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-09-30","46495","149","[{'iso_639_1':'en','name':'English'}]","Released","","Margaret","false","6.2","129" +"false","/i1DPN19CK8rTkwyMS9iy4D9iRAO.jpg","null","15000000","[{'id':18,'name':'Drama'}]","","157851","tt2172584","en","Maps to the Stars","Driven by an intense need for fame and validation, members of a dysfunctional Hollywood family are chasing celebrity, one another and the relentless ghosts of their pasts.","7.295","/ciIFIMR78V9BMfLEylJGSwnlwm.jpg","[{'id':2844,'logo_path':null,'name':'Prospero Pictures','origin_country':''},{'id':23514,'logo_path':null,'name':'Sentient Entertainment','origin_country':''},{'id':8997,'logo_path':null,'name':'SBS Productions','origin_country':''},{'id':1905,'logo_path':null,'name':'Integral Film','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'}]","2014-05-21","1338365","112","[{'iso_639_1':'en','name':'English'}]","Released","Eventually stars burn out.","Maps to the Stars","false","6","587" +"false","/uK5R8eHKoCVNtgfU5WyNKFAL5xJ.jpg","null","0","[{'id':35,'name':'Comedy'}]","http://www.mannylewisthemovie.com/","326434","tt3852066","en","Manny Lewis","The film follows the story of a famous fictional stand-up comedian Manny Lewis, who connects with millions of fans but finds it hard to connect to one person. Manny struggles to overcome his sense of alienation and shyness, and a difficult relationship with his father, in a romantic and feel-good quest for the love of the quirky Maria.","0.844","/8arMU3ZykE4wAlBL0GBA6NZMUSZ.jpg","[{'id':46814,'logo_path':'/b3sb5sFRj0EEpMHlNtFBO0fQKSw.png','name':'Seven Network','origin_country':'AU'},{'id':4536,'logo_path':null,'name':'A-List Entertainment','origin_country':'AU'},{'id':79162,'logo_path':null,'name':'Beyond Screen Production','origin_country':'AU'}]","[{'iso_3166_1':'AT','name':'Austria'}]","2015-03-12","0","89","[{'iso_639_1':'en','name':'English'}]","Released","He connects to thousands, but can't connect to one.","Manny Lewis","false","6.2","7" +"false","/nHUxxVrA4joQUUErSo9u9SMLhZT.jpg","null","82000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","http://www.universalpictures.com/manonthemoon/","1850","tt0125664","en","Man on the Moon","A film about the life and career of the eccentric avant-garde comedian, Andy Kaufman.","7.993","/otB2n1cXZ6ASbbRSwKm0Ze7kcNn.jpg","[{'id':762,'logo_path':null,'name':'Mutual Film Company','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-12-22","47434430","118","[{'iso_639_1':'en','name':'English'}]","Released","Hello, my name is Andy and this is my movie.","Man on the Moon","false","7.2","802" +"false","/hAuZ9ZIQDbBzKlnmZheNMFQMc1z.jpg","null","15000000","[{'id':27,'name':'Horror'}]","http://www.mamamovie.com/","132232","tt2023587","en","Mama","Guillermo del Toro presents Mama, a supernatural thriller that tells the haunting tale of two little girls who disappeared into the woods the day that their parents were killed. When they are rescued years later and begin a new life, they find that someone or something still wants to come tuck them in at night.","9.887","/kFMrQCo0Ue9GkeptoiB65FwF0lg.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':10677,'logo_path':null,'name':'Toma 78','origin_country':''},{'id':10678,'logo_path':null,'name':'De Milo','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'ES','name':'Spain'}]","2013-01-17","146497771","100","[{'iso_639_1':'en','name':'English'}]","Released","A Mother's Love is Forever","Mama","false","6.1","2342" +"false","/8kzOrFjKpF5WRZ5ZfpHtv6Il44t.jpg","null","300","[{'id':35,'name':'Comedy'}]","","134653","tt1866197","en","Mancation","Vince has carefully planned out every aspect of his seemingly successful life until his plans come crashing down around him just one day after his wedding, leaving his three under-qualified friends to pick up the pieces. As they head to Atlantic City for the wildest and most spontaneous weekend of their lives they???ll be sure that this Mancation will be one that will never be forgotten!","1.96","/lWr2K0Qi0sq79CkLQ8EgmnopzPC.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-10-09","0","95","[{'iso_639_1':'en','name':'English'}]","Released","Not all vacations are created equal.","Mancation","false","3.4","6" +"false","/2AEEUEn5wyRiD276jCN8RPwdS1x.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':10752,'name':'War'}]","","22404","tt0033873","en","Man Hunt","British hunter Thorndike vacationing in Bavaria has Hitler in his gun sight. He is captured, beaten, left for dead, and escapes back to London where he is hounded by German agents and aided by a young woman.","2.354","/i5b6AWt0eaup4Mxnq6hEjs4FKhJ.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1941-06-13","0","105","[{'iso_639_1':'en','name':'English'}]","Released","","Man Hunt","false","7.2","46" +"false","/ozViP5mbas3e19WYZyysGShtxYd.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","27342","tt0093483","en","Malone","Erstwhile C.I.A. assassin Richard Malone hopes for a tranquil retirement in the placid Pacific Northwest, but what he gets is a rumble with a right-wing extremist plotting a secret revolution. Adapted from the novel ""Shotgun,"" by William Wingate.","2.692","/30LF6JBFDFkuJcRLKUcr8bIug0r.jpg","[{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-05-01","0","92","[{'iso_639_1':'en','name':'English'}]","Released","Ex-Cop, Ex-CIA, Explosive","Malone","false","6.5","23" +"false","/2thAmQ4DBGeq3Q9YURyAvyz3CDh.jpg","null","0","[{'id':37,'name':'Western'}]","","43319","tt0048340","en","Man Without a Star","Man Without a Star is a 1955 western film starring Kirk Douglas as a wanderer who gets dragged into a range war. It was based on the novel of the same name by Dee Linford.","2.149","/aOFvBuzVZ1IzL3lZToyyhZYQhQM.jpg","[{'id':10330,'logo_path':'/nY62adzeba5GVK8LJYD6yd9R8H4.png','name':'Universal International Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1955-03-24","0","89","[{'iso_639_1':'en','name':'English'}]","Released","A love-bargain is like barbed-wire...fight it and you'll get hurt!","Man Without a Star","false","6.7","27" +"false","/iol2mmfheqTk9AmQXwmgCwKYHm7.jpg","null","42000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","http://www.manonaledge.com/","49527","tt1568338","en","Man on a Ledge","An ex-cop turned con threatens to jump to his death from a Manhattan hotel rooftop. The NYPD dispatch a female police psychologist to talk him down. However, unbeknownst to the police on the scene, the suicide attempt is a cover for the biggest diamond heist ever pulled.","8.498","/ssl4ZcThbMtEPNBEXmWpSgtT9xK.jpg","[{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'},{'id':435,'logo_path':null,'name':'Di Bonaventura Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-01-13","46221189","102","[{'iso_639_1':'en','name':'English'}]","Released","You can only push an innocent man so far","Man on a Ledge","false","6.3","1411" +"false","/2cBmeSLCyLqkn6YIERKdRUToqsa.jpg","null","70000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","9509","tt0328107","en","Man on Fire","Jaded ex-CIA operative John Creasy reluctantly accepts a job as the bodyguard for a 10-year-old girl in Mexico City. They clash at first, but eventually bond, and when she's kidnapped he's consumed by fury and will stop at nothing to save her life.","15.245","/qAbRLPe8T7ehKzr1Tgo78T7ASrS.jpg","[{'id':1171,'logo_path':null,'name':'Epsilon Motion Pictures','origin_country':'CH'},{'id':711,'logo_path':'/tEiIH5QesdheJmDAqQwvtN60727.png','name':'Fox 2000 Pictures','origin_country':'US'},{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':10104,'logo_path':'/hNuGhsKVlmhnwSRcmOejDBDjh6w.png','name':'New Regency Pictures','origin_country':'US'},{'id':1645,'logo_path':'/6Ry6uNBaa0IbbSs1XYIgX5DkA9r.png','name':'Scott Free Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2004-04-23","130293714","146","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Creasy's art is death, and he is about to paint his masterpiece.","Man on Fire","false","7.4","2450" +"false","/txtRue33MaXv5HQpTiHPOmOcDxE.jpg","{'id':458558,'name':'Mamma Mia! Collection','poster_path':'/xRbDA4Ys0Y2Bvbnme02fVBwMWFe.jpg','backdrop_path':'/vgxvUK0hJTZyrgwxG3QivJjCdDi.jpg'}","52000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://www.mammamiamovie.com","11631","tt0795421","en","Mamma Mia!","An independent, single mother who owns a small hotel on a Greek island is about to marry off the spirited young daughter she's raised alone. But, the daughter has secretly invited three of her mother's ex-lovers in the hopes of finding her biological father.","16.276","/gOm2iMMbC6EonrFzmSQ8xvCa4Ei.jpg","[{'id':34441,'logo_path':null,'name':'Littlestar','origin_country':'GB'},{'id':4171,'logo_path':null,'name':'Playtone','origin_country':'US'},{'id':2655,'logo_path':null,'name':'Internationale Filmproduktion Richter','origin_country':'DE'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2008-07-02","609841637","108","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'el','name':'????????????????'}]","Released","Take a trip down the aisle you'll never forget","Mamma Mia!","false","6.9","3460" +"false","/pYOg7Ds6auGHUGQIEr5uoYl36Ph.jpg","null","6000000","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","","2293","tt0113749","en","Mallrats","Both dumped by their girlfriends, two best friends seek refuge in the local mall.","7.988","/4saVIltqkhq9is5NmD7N87Q40M.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':37,'logo_path':'/nlG4JEjJ7SAFDehgIVvHFBPW23y.png','name':'Gramercy Pictures','origin_country':'US'},{'id':11462,'logo_path':'/7ZymELJwuWR4k5p0oeZ3d3WAhO3.png','name':'Alphaville Films','origin_country':''},{'id':16934,'logo_path':null,'name':'View Askew Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-10-20","2122561","94","[{'iso_639_1':'en','name':'English'}]","Released","They're not there to shop. They're not there to work. They're just there.","Mallrats","false","6.8","588" +"false","/jYLh4mdOqkt30i7LTFs3o02UcGF.jpg","{'id':209131,'name':'Man of Steel Collection','poster_path':'/rNnIW6xSPeTiIUtsfEhFeIRiJVv.jpg','backdrop_path':'/csERw2A3XIsGegkzil6UGpyhqfw.jpg'}","225000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'}]","http://www.manofsteel.com/","49521","tt0770828","en","Man of Steel","A young boy learns that he has extraordinary powers and is not of this earth. As a young man, he journeys to discover where he came from and what he was sent here to do. But the hero in him must emerge if he is to save the world from annihilation and become the symbol of hope for all mankind.","31.051","/xWlaTLnD8NJMTT9PGOD9z5re1SL.jpg","[{'id':923,'logo_path':'/5UQsZrfbfG2dYJbx8DxfoTr2Bvu.png','name':'Legendary Entertainment','origin_country':'US'},{'id':9993,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Entertainment','origin_country':'US'},{'id':9996,'logo_path':'/3tvBqYsBhxWeHlu62SIJ1el93O7.png','name':'Syncopy','origin_country':'GB'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':9995,'logo_path':'/mAIGhOYhN4N2N0F7p4dbKhgXf3l.png','name':'Cruel & Unusual Films','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2013-06-12","668045518","143","[{'iso_639_1':'en','name':'English'}]","Released","You will believe that a man can fly.","Man of Steel","false","6.5","9477" +"false","/lTn5kQ5jyQUuag2DfqVMENIe3ne.jpg","null","0","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","","2246","tt0107497","en","Malice","A tale about a happily married couple who would like to have children. Tracy teaches infants, Andy's a college professor. Things are never the same after she is taken to hospital and operated upon by Jed, a ""know all"" doctor.","8.979","/zswEZJxYqkxY7ezLJqobiCXl9JP.jpg","[{'id':1023,'logo_path':null,'name':'Nelvana Limited','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':97,'logo_path':'/7znWcbDd4PcJzJUlJxYqAlPPykp.png','name':'Castle Rock Entertainment','origin_country':'US'},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-09-29","46405336","107","[{'iso_639_1':'en','name':'English'}]","Released","Her doctor wasn't playing God. He thought he was God.","Malice","false","6.1","176" +"false","/dZtWZKqKAWM1uzn4P4T7CR6UW7z.jpg","null","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","http://www.astron-6.com/manborg.html","53101","tt2060525","en","Manborg","The evil Count Draculon and his army of demons have conquered Earth, but a young soldier who lost his life in the first war against Hell has reawakened in the future as MANBORG! Together with a crew of post-apocalyptic rebels, the half-man half-machine hero will fight to defeat Draculon and take back the planet!","1.727","/7CUgqkDSJFdhMCVa8PaiU42S1i1.jpg","[{'id':6587,'logo_path':null,'name':'Astron-6 Video International','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2011-09-22","0","75","[{'iso_639_1':'en','name':'English'}]","Released","Revenge is Back","Manborg","false","5.2","34" +"false","/cErD4u2yGgoqttLy9hQ9AUcGExC.jpg","null","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","109706","tt0289589","en","Malevolent","Troubled police detective Jack Lucas is falsely accused of a series of murders and must prove his innocence by catching the real serial killer.","1.24","/dQsB8kmzBtPK075tkNL7gMXzKKa.jpg","[]","[]","2002-06-27","0","95","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pl','name':'Polski'}]","Released","The Setup. The Betrayal. Vengeance is Coming.","Malevolent","false","5","4" +"false","/tO4xw0P4mdia3EcS6pHkox3cOIy.jpg","{'id':531331,'name':'Maleficent Collection','poster_path':'/4zIUr1v37UmjHaQMKlnLibcBXrq.jpg','backdrop_path':'/1Iuskagp0RZSGKG2mGgxLoESJVk.jpg'}","180000000","[{'id':14,'name':'Fantasy'},{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':10751,'name':'Family'},{'id':10749,'name':'Romance'}]","http://movies.disney.com/maleficent","102651","tt1587310","en","Maleficent","A beautiful, pure-hearted young woman, Maleficent has an idyllic life growing up in a peaceable forest kingdom, until one day when an invading army threatens the harmony of the land. Maleficent rises to be the land's fiercest protector, but she ultimately suffers a ruthless betrayal ??? an act that begins to turn her heart into stone. Bent on revenge, Maleficent faces an epic battle with the invading King's successor and, as a result, places a curse upon his newborn infant Aurora. As the child grows, Maleficent realizes that Aurora holds the key to peace in the kingdom ??? and to Maleficent's true happiness as well.","23.894","/4FYu1AAu14tuBU0lns0hbKiHUcH.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':16314,'logo_path':null,'name':'Roth Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-05-28","758539785","97","[{'iso_639_1':'en','name':'English'}]","Released","Don't believe the fairy tale.","Maleficent","false","7","7871" +"false","/q6rZELSmaTmg1jISuRKvtJhQ2SW.jpg","null","34000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","1883","tt0104797","en","Malcolm X","A tribute to the controversial black activist and leader of the struggle for black liberation. He hit bottom during his imprisonment in the '50s, he became a Black Muslim and then a leader in the Nation of Islam. His assassination in 1965 left a legacy of self-determination and racial pride.","6.992","/jDQ2iBJuiimvYqk9orA2YaigBmW.jpg","[{'id':4319,'logo_path':null,'name':'40 Acres & A Mule Filmworks','origin_country':'US'},{'id':182,'logo_path':null,'name':'JVC Entertainment','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-11-18","48169908","202","[{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'en','name':'English'}]","Released","","Malcolm X","false","7.5","653" +"false","/kfOQMPe1niLLKH5RCIUkGbQgbPH.jpg","null","0","[{'id':18,'name':'Drama'}]","","167153","tt1592265","en","Maladies","A talented and successful actor retires at a young age due to a perceived mental illness. Now living in a small town with his deranged sister and his best friend, we watch as their Maladies intertwine.","1.6","/kK2IIzypZ0d886nsPJtl4lmT02U.jpg","[{'id':22506,'logo_path':null,'name':'Most Films','origin_country':'US'},{'id':23323,'logo_path':null,'name':'Most/Rice Films','origin_country':''},{'id':20670,'logo_path':null,'name':'Tribeca Film','origin_country':''},{'id':8924,'logo_path':'/5NTQun1m6FVJVOVHOubJ5SqyMvi.png','name':'Rabbit Bandini Productions','origin_country':'US'},{'id':34951,'logo_path':null,'name':'Stardust Pictures','origin_country':''},{'id':47330,'logo_path':null,'name':'Dot Dot Dot Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-02-09","0","96","[{'iso_639_1':'en','name':'English'}]","Released","","Maladies","false","5.2","9" +"false","/c82nEAuvUHMTaBpt76cjztQIeFQ.jpg","null","15","[{'id':10402,'name':'Music'}]","","212769","tt1828959","en","Make Your Move","A pair of star-crossed dancers in New York find themselves at the center of a bitter rivalry between their brothers' underground dance clubs.","4.307","/aQ3isQnlHt5Gm5Mo3FgkxXQDlRv.jpg","[{'id':6680,'logo_path':null,'name':'Serendipity Productions','origin_country':''},{'id':7036,'logo_path':'/javbyY0ZCvlFJtly3tpZqf2NwLX.png','name':'CJ Entertainment','origin_country':'KR'},{'id':99961,'logo_path':null,'name':'SM Entertainment','origin_country':'KR'},{'id':99962,'logo_path':null,'name':'Robert Cort Productions','origin_country':'US'}]","[{'iso_3166_1':'KR','name':'South Korea'},{'iso_3166_1':'US','name':'United States of America'}]","2013-08-07","122","110","[{'iso_639_1':'en','name':'English'}]","Released","Move to your beat. Move to your moment. Move to your love.","Make Your Move","false","5.9","47" +"false","/bdQf4GBBb9NKHGGBibuW6oUifOi.jpg","{'id':10456,'name':'Dirty Harry Collection','poster_path':'/wv5v7fTSZgULWqriWFxaWVk0CWm.jpg','backdrop_path':'/nlpixhOhb3JmFqVXKjCwpYFpldf.jpg'}","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","10648","tt0070355","en","Magnum Force","""Dirty"" Harry Callahan is a San Francisco Police Inspector on the trail of a group of rogue cops who have taken justice into their own hands. When shady characters are murdered one after another in grisly fashion, only Dirty Harry can stop them.","11.182","/3gqV4jpKNFqxUWug3BRD6yUzSL1.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1973-12-23","39768000","124","[{'iso_639_1':'en','name':'English'}]","Released","A man's got to know his limitations.","Magnum Force","false","7.1","404" +"false","/6rBluXjJoBtH1CtpFrtmvLStbnJ.jpg","null","35000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","192136","tt2304771","en","Mandela: Long Walk to Freedom","A chronicle of Nelson Mandela's life journey from his childhood in a rural village through to his inauguration as the first democratically elected president of South Africa.","5.891","/2GxPdf7xa5LNYeJFWAQuWOS3aU6.jpg","[{'id':5031,'logo_path':null,'name':'Videovision Entertainment','origin_country':''},{'id':7396,'logo_path':null,'name':'Pathe','origin_country':''},{'id':8088,'logo_path':'/ztpISLBYYRBJXFD3wo2o1TFuJ3Z.png','name':'Origin Pictures','origin_country':'GB'},{'id':773,'logo_path':'/8GHHXJTeF5XU5a5EN6myMiYwSJh.png','name':'Film Afrika Worldwide','origin_country':'ZA'},{'id':85681,'logo_path':'/1GZ94KYANlFvEyt6iUL0O3MAON4.png','name':'Distant Horizon','origin_country':'ZA'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'ZA','name':'South Africa'}]","2013-12-06","27330000","141","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'af','name':'Afrikaans'},{'iso_639_1':'xh','name':''}]","Released","It is an ideal for which I am prepared to die.","Mandela: Long Walk to Freedom","false","6.9","302" +"false","/cosApMCd8Ik6KPhDEybl16ct0tp.jpg","null","6000000","[{'id':27,'name':'Horror'}]","","103620","tt2103217","en","Maniac","As he helps a young artist with her upcoming exhibition, the owner of a mannequin shop's deadly, suppressed desires come to the surface.","7.571","/ag1IgAqYartblOy0IiDIMNoJUVI.jpg","[{'id':1992,'logo_path':'/tGYQyvkKTqAEXidVisQ5FDipKAP.png','name':'La Petite Reine','origin_country':'FR'},{'id':10611,'logo_path':'/zQ4fGaEnNkWfSzyygXRcUZwPmDG.png','name':'Cin??+','origin_country':'FR'},{'id':2577,'logo_path':'/QZ4zbeJ0sULzGNJvfukrzgx4d8.png','name':'Studio 37','origin_country':'FR'},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","2012-12-26","31081","89","[{'iso_639_1':'en','name':'English'}]","Released","I Warned You Not to Go Out Tonight.","Maniac","false","6","451" +"false","/9In3XGQSdr2yfgUoEdCpqxEGAOO.jpg","null","37000000","[{'id':18,'name':'Drama'}]","https://www.warnerbros.com/magnolia","334","tt0175880","en","Magnolia","An epic mosaic of many interrelated characters in search of happiness, forgiveness, and meaning in the San Fernando Valley.","12.261","/jxkHxPiMfGiFvxSOduNV4oIKJI5.jpg","[{'id':178,'logo_path':null,'name':'Ghoulardi Film Company','origin_country':''},{'id':179,'logo_path':null,'name':'The Magnolia Project','origin_country':''},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-12-10","48451803","189","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'de','name':'Deutsch'}]","Released","Things fall down. People look up. And when it rains, it pours.","Magnolia","false","7.7","1506" +"false","/rQk2Mn6g9CDZPk8OkJr8QY3Ye9n.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","13457","tt0047203","en","Magnificent Obsession","When churlish, spoiled rich man Bob Merrick foolishly wrecks his speed boat, the rescue team resuscitates him with equipment that's therefore unavailable to aid a local hero, Dr. Wayne Phillips, who dies as a result. Phillips had helped many people, and when Merrick learns Phillips' secret, to give selflessly and in secret, he tries it in a ham-handed way.","3.398","/riGttzAmYDMhUL3gCGgV3lqu9NA.jpg","[{'id':10330,'logo_path':'/nY62adzeba5GVK8LJYD6yd9R8H4.png','name':'Universal International Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1954-08-07","0","108","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","","Magnificent Obsession","false","7.2","36" +"false","/uaHEBPugW19sneaJNNeuOtZiSxB.jpg","{'id':328247,'name':'Magic Mike Collection','poster_path':'/rEO1ue07tKQ1psGSlQj4lMHDa1x.jpg','backdrop_path':'/pMsWqd89zwqjte70rPIXj52jc0X.jpg'}","7000000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","http://magicmikemovie.warnerbros.com","77930","tt1915581","en","Magic Mike","Mike, an experienced stripper, takes a younger performer called The Kid under his wing and schools him in the arts of partying, picking up women, and making easy money.","12.278","/lEtUcdnGdtZzMUUMdrVVmJNIl6T.jpg","[{'id':34981,'logo_path':null,'name':'Iron Horse Entertainment','origin_country':'US'},{'id':8850,'logo_path':null,'name':'Extension 765','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-06-28","167221571","110","[{'iso_639_1':'en','name':'English'}]","Released","Work all day. Work it all night.","Magic Mike","false","6.1","1780" +"false","/sPFXDHaCTfe3MHZWCYUqXlIClVB.jpg","null","0","[{'id':53,'name':'Thriller'}]","","139519","tt1929308","en","Magic Magic","In remote Chile, a vacationing young woman begins to mentally unravel; meanwhile, her friends ignore her claim until it's too late.","5.051","/3Akvfuo8J1PH2PabdDTd0Q8DaI9.jpg","[{'id':21622,'logo_path':'/2aRykuGbavtyeB4UecrHFQPX5gv.png','name':'Braven Films','origin_country':'US'},{'id':1422,'logo_path':'/aG7LGucYWmsrsEwnDN1HnUGfVmK.png','name':'Killer Films','origin_country':'US'},{'id':21623,'logo_path':null,'name':'Rip Cord Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CL','name':'Chile'}]","2013-07-26","0","97","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","Beware of the Unseen","Magic Magic","false","5.2","100" +"false","/xZ2KDrQqwgyRsRgMcREtFnhgbOL.jpg","null","15000000","[{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'},{'id':18,'name':'Drama'}]","","61868","tt1247681","en","Magic Journey to Africa","Jana???s magical journey to Africa contains a deep message about friendship, love, passion, nature and imagination. It is a spiritual journey for adults and a magical one for kids, full of mysteries, adventures and discoveries","0.769","/qgWzqLYJqkA3cFXxqwIyuKqd1W2.jpg","[{'id':69614,'logo_path':null,'name':'Apuntolapospo','origin_country':''},{'id':53640,'logo_path':null,'name':'Orbita Max','origin_country':''},{'id':5085,'logo_path':'/mPuVc7m1Ki7OQQvAYwYfIlEI3vu.png','name':'Televisi?? de Catalunya','origin_country':'ES'}]","[{'iso_3166_1':'ES','name':'Spain'}]","2010-05-07","0","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","","Magic Journey to Africa","false","4.4","4" +"false","/rsmeo6c3JsB5UEcjLtZy6gshoYW.jpg","null","16800000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","229297","tt2870756","en","Magic in the Moonlight","Set in the 1920s French Riviera, a master magician is commissioned to try and expose a psychic as a fraud.","7.243","/tdOeHeBCJQWIJNVpskWnqWgdo5e.jpg","[{'id':12966,'logo_path':null,'name':'Perdido Productions','origin_country':''},{'id':23716,'logo_path':null,'name':'Harbor Picture Company','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2014-07-25","51029361","97","[{'iso_639_1':'en','name':'English'}]","Released","","Magic in the Moonlight","false","6.5","1219" +"false","/c6rXGTXNQvlwlHjm75exK1QZjjW.jpg","{'id':534673,'name':'Madea Collection','poster_path':null,'backdrop_path':'/qxLbjNPrMKTgYrMhIIDzj4zgYjf.jpg'}","20000000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","http://madeaswitnessprotectionmovie.com/","103370","tt2215285","en","Madea's Witness Protection","A Wall Street investment banker who has been set up as the linchpin of his company's mob-backed Ponzi scheme is relocated with his family to Aunt Madea's southern home.","5.829","/xoSdV1bxD94oSANYl3ouUUzxNg8.jpg","[{'id':3096,'logo_path':'/fkZTZ4veYYr3lwr2riVrVAOfeqD.png','name':'Tyler Perry Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-06-29","66899242","114","[{'iso_639_1':'en','name':'English'}]","Released","Believe it or not, they know too much.","Madea's Witness Protection","false","5.7","78" +"false","/7FdY6kCnk2IOcH2EngyhHkYP1td.jpg","null","40000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","10761","tt0866439","en","Made of Honor","Tom and Hannah have been platonic friends for 10 years. He's a serial dater, while she wants marriage but hasn't found Mr. Right. Just as Tom is starting to think that he is relationship material after all, Hannah gets engaged. When she asks Tom to be her 'maid' of honor, he reluctantly agrees just so he can attempt to stop the wedding and woo her.","9.909","/676inzl4mQBKdXTfkv6XCXGCi4.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':333,'logo_path':'/5xUJfzPZ8jWJUDzYtIeuPO4qPIa.png','name':'Original Film','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2008-05-02","84601681","101","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'en','name':'English'}]","Released","He'll do anything to get the groom out of the picture.","Made of Honor","false","6.2","803" +"false","/anxiz37Z9FPKeuCsJcxViSWmPxg.jpg","{'id':14740,'name':'Madagascar Collection','poster_path':'/kjA2VkYx929rPKMPFQRb0lPqY3w.jpg','backdrop_path':'/lzTIAbvMeGWB7PUrmBZXulGA28M.jpg'}","150000000","[{'id':10751,'name':'Family'},{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'}]","http://www.madagascar-themovie.com","10527","tt0479952","en","Madagascar: Escape 2 Africa","Alex, Marty, and other zoo animals find a way to escape from Madagascar when the penguins reassemble a wrecked airplane. The precariously repaired craft stays airborne just long enough to make it to the African continent. There the New Yorkers encounter members of their own species for the first time. Africa proves to be a wild place, but Alex and company wonder if it is better than their Central Park home.","17.003","/9mohxwknsHcwFBSAAhoQXwFV5zn.jpg","[{'id':521,'logo_path':'/kP7t6RwGz2AvvTkvnI1uteEwHet.png','name':'DreamWorks Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-10-30","603900354","89","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","Still together. Still lost!","Madagascar: Escape 2 Africa","false","6.3","3546" +"false","/etybioibi04QJK9xxn3Rv5NLuKs.jpg","{'id':8945,'name':'Mad Max Collection','poster_path':'/jZowUf4okNYuSlgj5iURE7CDMho.jpg','backdrop_path':'/zI0q2ENcQOLECbe0gAEGlncVh2j.jpg'}","2000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","","8810","tt0082694","en","Mad Max 2","Max Rockatansky returns as the heroic loner who drives the dusty roads of a postapocalyptic Australian Outback in an unending search for gasoline. Arrayed against him and the other scraggly defendants of a fuel-depot encampment are the bizarre warriors commanded by the charismatic Lord Humungus, a violent leader whose scruples are as barren as the surrounding landscape.","14.224","/voNuYkvQgDSqijCDllEaRntq7ln.jpg","[{'id':2537,'logo_path':null,'name':'Kennedy Miller Productions','origin_country':'AU'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'AU','name':'Australia'}]","1981-12-24","24600832","95","[{'iso_639_1':'en','name':'English'}]","Released","When all that's left is one last chance, pray that he's still out there ... somewhere!","Mad Max 2","false","7.4","1616" +"false","/rnA8SQJbfurzCPYx3k5I2NFcbYi.jpg","null","10000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'}]","http://iamrogue.com/macgruber/","37931","tt1470023","en","MacGruber","Ex-special operative MacGruber (Forte) is called back into action to take down his archenemy, Dieter Von Cunth (Kilmer), who's in possession of a nuclear warhead and bent on destroying Washington, DC.","6.752","/4X8eGHtYPnLUQF9l3cb0Aj6IDaU.jpg","[{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-05-21","6110000","90","[{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'en','name':'English'}]","Released","He's the ultimate tool.","MacGruber","false","5.3","259" +"false","/hnn2rJedWAWtmWroJ2xEdO33JPe.jpg","null","30000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","http://www.machinegunpreacher.org/movie/","45610","tt1586752","en","Machine Gun Preacher","The true story of Sam Childers, a former drug-dealing biker who finds God and became a crusader for hundreds of Sudanese children who've been kidnapped and pressed into duty as soldiers.","8.716","/1gEP9ZC7jpSiuMWNfbOfXTWWF5n.jpg","[{'id':8852,'logo_path':null,'name':'Virgin Produced','origin_country':''},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':5294,'logo_path':null,'name':'Mpower Pictures','origin_country':''},{'id':11956,'logo_path':null,'name':'Apparatus Productions','origin_country':''},{'id':11957,'logo_path':null,'name':'GG Filmz','origin_country':''},{'id':8532,'logo_path':null,'name':'1984 Private Defense Contractors','origin_country':''},{'id':11958,'logo_path':null,'name':'ITS Capital','origin_country':''},{'id':11959,'logo_path':null,'name':'Merlina Entertainment','origin_country':''},{'id':11960,'logo_path':null,'name':'MGP Productions','origin_country':''},{'id':9137,'logo_path':null,'name':'Moonlighting Films','origin_country':'ZA'},{'id':11961,'logo_path':null,'name':'Safady Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-09-23","2527904","129","[{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'en','name':'English'}]","Released","Hope is the greatest weapon of all","Machine Gun Preacher","false","6.5","455" +"false","/phszHPFVhPHhMZgo0fWTKBDQsJA.jpg","{'id':8945,'name':'Mad Max Collection','poster_path':'/jZowUf4okNYuSlgj5iURE7CDMho.jpg','backdrop_path':'/zI0q2ENcQOLECbe0gAEGlncVh2j.jpg'}","150000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'}]","http://www.madmaxmovie.com","76341","tt1392190","en","Mad Max: Fury Road","An apocalyptic story set in the furthest reaches of our planet, in a stark desert landscape where humanity is broken, and most everyone is crazed fighting for the necessities of life. Within this world exist two rebels on the run who just might be able to restore order. There's Max, a man of action and a man of few words, who seeks peace of mind following the loss of his wife and child in the aftermath of the chaos. And Furiosa, a woman of action and a woman who believes her path to survival may be achieved if she can make it across the desert back to her childhood homeland.","29.163","/kqjL17yufvn9OVLyXYpvtyrFfak.jpg","[{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':2537,'logo_path':null,'name':'Kennedy Miller Productions','origin_country':'AU'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'US','name':'United States of America'}]","2015-05-13","378858340","121","[{'iso_639_1':'en','name':'English'}]","Released","What a Lovely Day.","Mad Max: Fury Road","false","7.4","14002" +"false","/k95sN7BDpuFGhAwIn00t3z27NQs.jpg","{'id':8945,'name':'Mad Max Collection','poster_path':'/jZowUf4okNYuSlgj5iURE7CDMho.jpg','backdrop_path':'/zI0q2ENcQOLECbe0gAEGlncVh2j.jpg'}","400000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","","9659","tt0079501","en","Mad Max","In a self-destructing world, a vengeful Australian policeman sets out to stop a violent motorcycle gang.","14.018","/5LrI4GiCSrChgkdskVZiwv643Kg.jpg","[{'id':2537,'logo_path':null,'name':'Kennedy Miller Productions','origin_country':'AU'},{'id':11962,'logo_path':null,'name':'Crossroads','origin_country':''},{'id':8831,'logo_path':null,'name':'Mad Max Films','origin_country':''},{'id':9266,'logo_path':null,'name':'American International Pictures (AIP)','origin_country':'US'}]","[{'iso_3166_1':'AU','name':'Australia'}]","1979-04-12","100000000","91","[{'iso_639_1':'en','name':'English'}]","Released","The Maximum Force Of The Future","Mad Max","false","6.7","1978" +"false","/peWblezkYNcI7nE0QWBk4pzK6ci.jpg","null","0","[{'id':10752,'name':'War'},{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","11316","tt0067372","en","Macbeth","A ruthlessly ambitious Scottish lord siezes the throne with the help of his scheming wife and a trio of witches.","6.062","/6dveJH0aZe6qjiUrbr3dIyLLoAl.jpg","[{'id':8313,'logo_path':null,'name':'Playboy Productions','origin_country':''},{'id':25767,'logo_path':null,'name':'Caliban Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1971-10-13","0","140","[{'iso_639_1':'en','name':'English'}]","Released","","Macbeth","false","7","113" +"false","/oflUMHqXVGsRBcMnftGKNVf66ql.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","25870","tt1486799","en","Machined Reborn","When a property in the Sonoran Desert, AZ, fell into default foreclosure and went up for public auction, an eager young newlywed couple jumped at the opportunity to purchase. Little did they know it used to be a torture ground owned by the serial killer ""Motorman Dan"" whose crimes became the most puzzling in U.S. history. Now, their honeymoon phase has come to a horrifying halt, as the Motorman rises for one more round of terror.","1.193","/wSF8pjQmOBjcHl4EH7BGnRQzOmf.jpg","[]","[]","2009-01-01","0","80","[]","Released","","Machined Reborn","false","2.8","8" +"false","/cfVpqzAy0FD0PtNDxOYcwhh7zXn.jpg","null","0","[{'id':35,'name':'Comedy'}]","","104859","tt1870425","en","Mac & Devin Go to High School","A comedy that follows two high school students -- one overachiever struggling to write his valedictorian speech, the other a senior now going on his 15th year of school.","9.525","/xKUFpfYtS0m1GFOstaVJPBsdnsp.jpg","[]","[]","2012-07-03","0","75","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","","Mac & Devin Go to High School","false","5.1","131" +"false","/8nvayG5l0urcjvvpszoECDqLWzD.jpg","null","27000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'}]","","186","tt0425210","en","Lucky Number Slevin","Slevin is mistakenly put in the middle of a personal war between the city???s biggest criminal bosses. Under constant watch, Slevin must try not to get killed by an infamous assassin and come up with an idea of how to get out of his current dilemma. A film with many twists and turns.","10.987","/jtKq0EtothAzWlnRBBWGCA8uFuu.jpg","[{'id':308,'logo_path':'/e8F3mQM7DkJ5SfYYDp8FYzPBOGX.png','name':'The Weinstein Company','origin_country':'US'},{'id':816,'logo_path':null,'name':'FilmEngine','origin_country':''},{'id':826,'logo_path':null,'name':'Capitol Films','origin_country':''},{'id':1204,'logo_path':null,'name':'Ascendant Pictures','origin_country':''},{'id':2116,'logo_path':null,'name':'VIP Medienfonds 4','origin_country':''},{'id':21962,'logo_path':null,'name':'The Complex Studio','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2006-02-24","56308881","110","[{'iso_639_1':'en','name':'English'}]","Released","Wrong Time. Wrong Place. Wrong Number.","Lucky Number Slevin","false","7.5","2143" +"false","/5bxyCKV3AHlzwmvtqXkcr7Li56s.jpg","{'id':210006,'name':'Machete Collection','poster_path':'/7kN9MY7htPG0sI598VJK2pB6zEs.jpg','backdrop_path':'/vURYjEnOd8if3juhZh6HRcTJs7T.jpg'}","12000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","106747","tt2002718","en","Machete Kills","Ex-Federale agent Machete is recruited by the President of the United States for a mission which would be impossible for any mortal man ??? he must take down a madman revolutionary and an eccentric billionaire arms dealer who has hatched a plan to spread war and anarchy across the planet.","11.566","/ltblMRM8clWKsjC2qQITuRN40Yr.jpg","[{'id':10427,'logo_path':'/3u5sNgPRbba0ND3SUMXPTT7On9h.png','name':'Open Road Films','origin_country':'US'},{'id':10808,'logo_path':null,'name':'Overnight Films','origin_country':''},{'id':11005,'logo_path':null,'name':'AR Films','origin_country':''},{'id':11006,'logo_path':null,'name':'Aldamisa Entertainment','origin_country':''},{'id':13241,'logo_path':null,'name':'Demarest Films','origin_country':''},{'id':14358,'logo_path':null,'name':'1821 Pictures','origin_country':''},{'id':25608,'logo_path':null,'name':'Quick Draw Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-09-12","15008161","107","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Trained to kill. Left for dead. Back for more.","Machete Kills","false","5.5","1036" +"false","/qVVNK28vyKxFMUwhMcSFKu5R9Ue.jpg","{'id':210006,'name':'Machete Collection','poster_path':'/7kN9MY7htPG0sI598VJK2pB6zEs.jpg','backdrop_path':'/vURYjEnOd8if3juhZh6HRcTJs7T.jpg'}","20000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'}]","http://www.vivamachete.com/","23631","tt0985694","en","Machete","After being set-up and betrayed by the man who hired him to assassinate a Texas Senator, an ex-Federale launches a brutal rampage of revenge against his former boss.","10.603","/3RCX4EzTrpO6wNz536EQPhYM2Fk.jpg","[{'id':10807,'logo_path':'/j0BcMaJKIiDDYHq9lriTcM0Npka.png','name':'Troublemaker Studios','origin_country':'US'},{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'},{'id':6332,'logo_path':null,'name':'Dune Entertainment III','origin_country':'US'},{'id':10808,'logo_path':null,'name':'Overnight Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-09-01","31327899","105","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","He was given an offer he couldn't refuse...","Machete","false","6.3","1785" +"false","/alkQ9DQJdZutBCKdEHXUVCZnuAF.jpg","{'id':14740,'name':'Madagascar Collection','poster_path':'/kjA2VkYx929rPKMPFQRb0lPqY3w.jpg','backdrop_path':'/lzTIAbvMeGWB7PUrmBZXulGA28M.jpg'}","145000000","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':35,'name':'Comedy'}]","","80321","tt1277953","en","Madagascar 3: Europe's Most Wanted","Animal pals Alex, Marty, Melman, and Gloria are still trying to make it back to New York's Central Park Zoo. They are forced to take a detour to Europe to find the penguins and chimps who broke the bank at a Monte Carlo casino. When French animal-control officer Capitaine Chantel DuBois picks up their scent, Alex and company are forced to hide out in a traveling circus.","17.637","/wd7NcMifnuf66gD2Fm7Tzz3yJ54.jpg","[{'id':521,'logo_path':'/kP7t6RwGz2AvvTkvnI1uteEwHet.png','name':'DreamWorks Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-06-06","746921274","93","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Six years ago, they disappeared without a trace. Next summer, they finally resurface.","Madagascar 3: Europe's Most Wanted","false","6.5","3224" +"false","/pCGZ8707SsPvbgaqy78eahOX4e0.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","","10433","tt0107473","en","Mad Dog and Glory","Wayne Dobie is a shy cop whose low-key demeanor has earned him the affectionate nickname ""Mad Dog."" After Mad Dog saves the life of Frank Milo, a crime boss and aspiring stand-up comedian, he's offered the company of an attractive young waitress named Glory for a week. At first both are uneasy about the arrangement, but they eventually fall in love. However, the situation becomes complicated when Milo demands Glory back.","6.924","/xZlVITyuTxI3Olu9h64xYPdpZyP.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':18736,'logo_path':null,'name':'Mad Dog Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-03-05","11081586","96","[{'iso_639_1':'en','name':'English'}]","Released","A cop who'd rather be an artist. A mobster who'd rather be a comic. And a woman who'd rather be anywhere but between them.","Mad Dog and Glory","false","5.7","129" +"false","/eCgIoGvfNXrbSiQGqQHccuHjQHm.jpg","null","40000000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","http://lucymovie.com","240832","tt2872732","en","Lucy","A woman, accidentally caught in a dark deal, turns the tables on her captors and transforms into a merciless warrior evolved beyond human logic.","17.003","/rwn876MeqienhOVSSjtUPnwxn0Z.jpg","[{'id':6896,'logo_path':'/2Q89KvzxTKB5BAv9RqFIPI1qb7E.png','name':'EuropaCorp','origin_country':'FR'},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':10611,'logo_path':'/zQ4fGaEnNkWfSzyygXRcUZwPmDG.png','name':'Cin??+','origin_country':'FR'},{'id':356,'logo_path':'/9tW5wZEGotn1Ei5pErA88m47XiD.png','name':'TF1 Films Production','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'}]","2014-07-25","126546825","89","[{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","The average person uses 10% of their brain capacity. Imagine what she could do with 100%.","Lucy","false","6.3","9671" +"false","/2p3Qn7O83w6xj4wHafLyzbYeDvK.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://www.theluckymovie.com/","70585","tt1473397","en","Lucky","A wannabe serial killer wins the lottery and pursues his lifelong crush.","2.411","/5chaqPFAMUiegLio2Y7W1EgPf5j.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-07-15","0","103","[]","Released","Even a serial killer can win the lottery","Lucky","false","4.8","36" +"false","/kZtVcwVmuSU9iW0VdQgURvUCiL.jpg","null","0","[{'id':18,'name':'Drama'}]","","214096","tt1885299","en","Lucky Them","More interested in partying and flirting with young musicians than work, veteran rock journalist Ellie Klug has one last chance to prove her value to her magazine???s editor: a no-stone-unturned search to discover what really happened to long lost rock god, Matt Smith, who also happens to be her ex-boyfriend. Teaming up with an eccentric amateur documentary filmmaker, Ellie hits the road in search of answers.","3.216","/vxTCm5hvhhmZ9heN4fc8m0HSZEa.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-09-06","0","96","[{'iso_639_1':'en','name':'English'}]","Released","","Lucky Them","false","5.8","35" +"false","/dFiI0Q8WptkUKFK6Pu5M9gelVxR.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","","319389","tt2404299","en","Lovesick","The story of Charlie Darby, who has everything going for him: a great job, friends, family, the whole package. The one thing Charlie doesn't have is love, because every time he gets close, he goes clinically insane. When he meets the perfect girl, Charlie must overcome his psychosis to claim his chance at true love.","5.403","/cOnSzmvxiTPxGNTpNxVsZw83NE.jpg","[{'id':24133,'logo_path':null,'name':'Night and Day Pictures','origin_country':''},{'id':26342,'logo_path':null,'name':'Full Blitz Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-04-24","0","100","[{'iso_639_1':'en','name':'English'}]","Released","Love Hurts","Lovesick","false","5","42" +"false","/wUetiqu2EFhHW94yTP0pWABfyUG.jpg","{'id':14740,'name':'Madagascar Collection','poster_path':'/kjA2VkYx929rPKMPFQRb0lPqY3w.jpg','backdrop_path':'/lzTIAbvMeGWB7PUrmBZXulGA28M.jpg'}","75000000","[{'id':10751,'name':'Family'},{'id':16,'name':'Animation'}]","","953","tt0351283","en","Madagascar","Alex the lion is the king of the urban jungle, the main attraction at New York???s Central Park Zoo. He and his best friends???Marty the zebra, Melman the giraffe and Gloria the hippo???have spent their whole lives in blissful captivity before an admiring public and with regular meals provided for them. Not content to leave well enough alone, Marty lets his curiosity get the better of him and makes his escape???with the help of some prodigious penguins???to explore the world.","16.552","/2YiESGB68BGQSAFvfJxBi774sc4.jpg","[{'id':520,'logo_path':'/pU7YTI9FfrICurXpl5V9TfCO0oJ.png','name':'Pacific Data Images (PDI)','origin_country':'US'},{'id':521,'logo_path':'/kP7t6RwGz2AvvTkvnI1uteEwHet.png','name':'DreamWorks Animation','origin_country':'US'},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-05-25","532680671","86","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'pt','name':'Portugu??s'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Someone's got a zoo loose.","Madagascar","false","6.8","5935" +"false","/5oKtYtC0Vq3VkM7Qu2GWr42ViK.jpg","null","1000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.youtube.com/watch?v=aGZpzhzayvE","74505","tt1707392","en","Lovely Molly","Newlywed Molly moves into her deceased father's house in the countryside, where painful memories soon begin to haunt her.","5.348","/xK8lotVkCjNEgqlKlCIFKOEtg3x.jpg","[{'id':16310,'logo_path':null,'name':'amber entertainment','origin_country':''},{'id':15160,'logo_path':null,'name':'Haxan Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-05-18","0","100","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Lovely Molly","false","5.1","119" +"false","/4z77i6kxomsphwdSbksCKFeWnJZ.jpg","null","10000000","[{'id':18,'name':'Drama'}]","","77805","tt1426329","en","Lovelace","Story of Linda Lovelace, who is used and abused by the porn industry at the behest of her coercive husband, before taking control of her life.","8.822","/6J4zI97usxdjhzobBkqFW1d9OQ5.jpg","[{'id':2123,'logo_path':null,'name':'Helios-Filmproduktion','origin_country':''},{'id':4135,'logo_path':'/8lz5brU6aEkKBnawP5NOU1fvhCP.png','name':'Animus Films','origin_country':'US'},{'id':1020,'logo_path':'/kuUIHNwMec4dwOLghDhhZJzHZTd.png','name':'Millennium Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-08-08","1585582","92","[{'iso_639_1':'en','name':'English'}]","Released","The truth goes deeper than you think.","Lovelace","false","6.1","350" +"false","/91eECWblmF3emxXA8N48r10evph.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","52109","tt0087644","en","Love Streams","Two closely-bound, emotionally wounded siblings reunite after years apart.","2.278","/c5uyQfWvzCVsCHL13J5JBZ61SQJ.jpg","[{'id':1444,'logo_path':'/5jvFLUVXGXxkyszL9cqJN5hNhJ6.png','name':'Cannon Group','origin_country':'US'},{'id':13549,'logo_path':null,'name':'Golan-Globus Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-02-20","0","141","[{'iso_639_1':'en','name':'English'}]","Released","","Love Streams","false","7.4","38" +"false","/ifokXGHhxSImZKZB4NROO3FN9Ho.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","200727","tt1638002","en","Love, Rosie","Since the moment they met at age 5, Rosie and Alex have been best friends, facing the highs and lows of growing up side by side. A fleeting shared moment, one missed opportunity, and the decisions that follow send their lives in completely different directions. As each navigates the complexities of life, love, and everything in between, they always find their way back to each other - but is it just friendship, or something more? Based on Cecelia Ahern's bestselling novel, LOVE, ROSIE is a heart-warming, modern comedy-of-errors posing the ultimate question: do we really only get one shot at true love?","8.942","/qGYr7P3s0gx5YLvrILnbAkpTt1K.jpg","[{'id':47,'logo_path':'/i7Z9ot2o3N5Sa3HrF09kniFs2y8.png','name':'Constantin Film','origin_country':'DE'},{'id':1266,'logo_path':null,'name':'Octagon Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2014-10-16","4439431","102","[{'iso_639_1':'en','name':'English'}]","Released","Right Love. Wrong Time.","Love, Rosie","false","7.8","3413" +"false","/oCS8EsEPOe6YfBfwBDRwvHBl1FN.jpg","null","30000000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://www.loveandotherdrugsthemovie.com/","43347","tt0758752","en","Love & Other Drugs","Maggie, an alluring free spirit who won't let anyone - or anything - tie her down. But she meets her match in Jamie, whose relentless and nearly infallible charm serve him well with the ladies and in the cutthroat world of pharmaceutical sales. Maggie and Jamie's evolving relationship takes them both by surprise, as they find themselves under the influence of the ultimate drug: love.","7.888","/4jU64i4kAEtQUlsYsQPAdfpI7aP.jpg","[{'id':711,'logo_path':'/tEiIH5QesdheJmDAqQwvtN60727.png','name':'Fox 2000 Pictures','origin_country':'US'},{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':10104,'logo_path':'/hNuGhsKVlmhnwSRcmOejDBDjh6w.png','name':'New Regency Pictures','origin_country':'US'},{'id':4403,'logo_path':null,'name':'Stuber Productions','origin_country':''},{'id':348,'logo_path':null,'name':'Bedford Falls Productions','origin_country':''},{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-11-22","102820008","112","[{'iso_639_1':'en','name':'English'}]","Released","Addicted to one-night stands or dependent on one another?","Love & Other Drugs","false","6.9","2403" +"false","/eMMZEn9y9yTdF0DLqHQPkSc5X5S.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","270643","tt2246831","en","Love of My Life","A young man is held captive by a deranged surgeon and faced with the choice which can alter his life and the life of his loved ones forever.","0.856","/evcdiW0cheS4Gwgy2hHNlepLvD2.jpg","[]","[{'iso_3166_1':'AU','name':'Australia'}]","2013-01-01","0","96","[{'iso_639_1':'en','name':'English'}]","Released","This is what love looks like","Love of My Life","false","5.2","6" +"false","/iQPMPNnKL8WJEyKgflqZLM4AxoN.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","http://www.loveandmercyfilm.com/","271714","tt0903657","en","Love & Mercy","In the late 1960s, the Beach Boys' Brian Wilson stops touring, produces ""Pet Sounds"" and begins to lose his grip on reality. By the 1980s, Wilson, under the sway of a controlling therapist, finds a savior in Melinda Ledbetter.","7.957","/mLF7MACdHelANuVe0XAd0nSdWUn.jpg","[{'id':1512,'logo_path':null,'name':'John Wells Productions','origin_country':'US'},{'id':1246,'logo_path':'/lmeFQGzHEds5t2UfmODyrbf2nXm.png','name':'River Road Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-05-29","28641776","120","[{'iso_639_1':'en','name':'English'}]","Released","The Life, Love and Genius of Brian Wilson","Love & Mercy","false","7.2","351" +"false","/vgJA10c8yYqbu0vga41P1jJchJY.jpg","null","0","[{'id':10770,'name':'TV Movie'},{'id':18,'name':'Drama'}]","","4975","tt0119577","en","Love Is the Devil: Study for a Portrait of Francis Bacon","Biography of the British painter Francis Bacon. The movie focuses on his relationship with George Dyer, his lover. Dyer was a former small time crook.","3.062","/wRYFf3o6JP4ezL5Ci8yF8m7EHf6.jpg","[]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1998-09-16","0","90","[{'iso_639_1':'en','name':'English'}]","Released","There's no beauty without the wound","Love Is the Devil: Study for a Portrait of Francis Bacon","false","6.9","30" +"false","/p85H2qMw12VNzKcqt0PpJ0YAwb2.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.sonyclassics.com/loveisstrange/","244268","tt2639344","en","Love Is Strange","After 39 years together, Ben and George finally tie the knot, but George loses his job as a result, and the newlyweds must sell their New York apartment and live apart, relying on friends and family to make ends meet.","6.356","/nU6Cs1pozL4LqRKSUgBGc7cluwi.jpg","[{'id':6531,'logo_path':null,'name':'Parts and Labor','origin_country':''},{'id':39024,'logo_path':null,'name':'Mm...Buttered Panini Productions','origin_country':''},{'id':45004,'logo_path':null,'name':'Charlie Guidance','origin_country':''}]","[{'iso_3166_1':'BR','name':'Brazil'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GR','name':'Greece'},{'iso_3166_1':'US','name':'United States of America'}]","2014-02-07","2262223","98","[{'iso_639_1':'en','name':'English'}]","Released","","Love Is Strange","false","6.4","148" +"false","/sV6bKdIa3Mttr39BukrTQTEEYeJ.jpg","null","18000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.lovehappensmovie.com","25643","tt0899106","en","Love Happens","Dr. Burke Ryan is a successful self-help author and motivational speaker with a secret. While he helps thousands of people cope with tragedy and personal loss, he secretly is unable to overcome the death of his late wife. It's not until Burke meets a fiercely independent florist named Eloise that he is forced to face his past and overcome his demons.","8.848","/pN51u0l8oSEsxAYiHUzzbMrMXH7.jpg","[{'id':4403,'logo_path':null,'name':'Stuber Productions','origin_country':''},{'id':4404,'logo_path':null,'name':'Camp / Thompson Pictures','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':7419,'logo_path':null,'name':'Scion Films','origin_country':''},{'id':11953,'logo_path':null,'name':'Traveling Film Productions','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2009-09-18","36133014","109","[{'iso_639_1':'en','name':'English'}]","Released","Sometimes when you least expect it...","Love Happens","false","5.8","334" +"false","/hap5kZXyaDX0ISOhE5so1SCunXg.jpg","null","20000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","14736","tt0199725","en","Love & Basketball","A young African-American couple navigates the tricky paths of romance and athletics in this drama. Quincy McCall (Omar Epps) and Monica Wright (Sanaa Lathan) grew up in the same neighborhood and have known each other since childhood. As they grow into adulthood, they fall in love, but they also share another all-consuming passion: basketball. They've followed the game all their lives and have no small amount of talent on the court. As Quincy and Monica struggle to make their relationship work, they follow separate career paths though high school and college basketball and, they hope, into stardom in big-league professional ball.","5.974","/zNZWNX19FZ5QyedprVM0ldsXFiP.jpg","[{'id':4319,'logo_path':null,'name':'40 Acres & A Mule Filmworks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-04-21","27728118","124","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","All's fair in love and basketball.","Love & Basketball","false","7.3","160" +"false","/kkaJwTrpPKD7sd1dfITThbYABWY.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'},{'id':10770,'name':'TV Movie'}]","http://www.mylifetime.com/movies/love-at-the-christmas-table","150015","tt2460976","en","Love at the Christmas Table","Family friends Sam and Kat spend every Christmas Eve at the Children's Table. They grow up together, sharing the highs and lows of young adulthood. And at thirty, Sam realizes that Kat is the one...but he's afraid that the past will get in the way.","4.154","/1hRWCN9tV4C6llQgJLIdK518RB3.jpg","[{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-11-25","0","91","[{'iso_639_1':'en','name':'English'}]","Released","","Love at the Christmas Table","false","5.9","55" +"false","/uWcP8K18A2VQZPgIztoP0P3zDzk.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","18966","tt0079489","en","Love at First Bite","Dracula and Renefield relocate to 70's era New York in search of Cindy Sondheim (the reincarnation of Dracula's one true love, Mina Harker). ""Trouble adjusting"" is a wild understatement for the Count as he battles Cindy's psychiatrist, Jeffrey Rosenberg (a descendant of Van Helsing who changed his name for professional reasons?), who may almost certainly, possibly, may be in love with Cindy too.","3.193","/yb4uCXp9MmoVYLECk8J0FA5WETz.jpg","[{'id':2124,'logo_path':null,'name':'Melvin Simon Productions','origin_country':''},{'id':9266,'logo_path':null,'name':'American International Pictures (AIP)','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1979-04-26","43885000","96","[{'iso_639_1':'en','name':'English'}]","Released","Your favorite pain in the neck is about to bite your funny bone!","Love at First Bite","false","6.1","48" +"false","/nnfORNm5LclB9zxN3TqDKFTGOvT.jpg","null","40000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","http://www.loveactually.com/","508","tt0314331","en","Love Actually","Follows seemingly unrelated people as their lives begin to intertwine while they fall in ??? and out ??? of love. Affections languish and develop as Christmas draws near.","16.979","/kfX8Ctin3fSZbdnjh6CXSNZUOVP.jpg","[{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'},{'id':284,'logo_path':null,'name':'DNA Films','origin_country':'GB'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2003-09-07","244931766","135","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","The ultimate romantic comedy.","Love Actually","false","7.1","3450" +"false","/nt52LkPTb6NmHUJU8OY4XbujTHo.jpg","null","500000","[{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'}]","","54320","tt1541874","en","Love","After losing contact with Earth, Astronaut Lee Miller becomes stranded in orbit alone aboard the International Space Station. As time passes and life support systems dwindle, Lee battles to maintain his sanity - and simply stay alive. His world is a claustrophobic and lonely existence, until he makes a strange discovery aboard the ship.","6.732","/8ipBVqInnO3RjTyRf1aU4dE1SKD.jpg","[{'id':97854,'logo_path':null,'name':'National CineMedia','origin_country':''},{'id':21959,'logo_path':'/e6TWATLzn5bLouGIdQFLYL07Ude.png','name':'Angels & Airwaves','origin_country':'US'},{'id':77902,'logo_path':null,'name':'Company 3','origin_country':''},{'id':97850,'logo_path':null,'name':'New Dog Media','origin_country':''},{'id':97851,'logo_path':null,'name':'Griffin Interplanetary Studios','origin_country':'CA'},{'id':97852,'logo_path':null,'name':'Five VFX','origin_country':''},{'id':97853,'logo_path':'/4eG0WVk8h8kcOhdnAJNJ3F31MX9.png','name':'Zoic Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-02-02","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Have you ever felt alone?...What if you truly were?","Love","false","5.2","102" +"false","/bnrovkKFtI3INDcKELBT0z9fohz.jpg","null","0","[{'id':35,'name':'Comedy'}]","","41382","tt0979434","en","Lottery Ticket","Kevin Carson is a young man living in the projects who has to survive a three-day weekend after his opportunistic neighbors find out he's holding a winning lottery ticket worth $370 million","6.014","/uJlta7GItfgWpjDBd5JFXVXeImq.jpg","[{'id':49966,'logo_path':null,'name':'Sweepstake Productions','origin_country':''},{'id':2780,'logo_path':'/hgdyY2exOpOXG3EkQR8WsUAUNBZ.png','name':'Cube Vision','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-08-20","0","99","[{'iso_639_1':'en','name':'English'}]","Released","Winning is Just the Beginning Surviving is Another Story","Lottery Ticket","false","5.5","85" +"false","/kwBY65Hjqv8Rud2pvRjEOd6q38l.jpg","null","2000000","[{'id':14,'name':'Fantasy'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","167810","tt2366608","en","Lost River","A single mother is swept into a dark underworld, while her teenage son discovers a road that leads him to a secret underwater town.","7.736","/sa84rNBCvCFiqpnMyG7aE6pTzVC.jpg","[{'id':2266,'logo_path':'/owzVs2mguyyJ3vIn7EbgowpUPnk.png','name':'Bold Films','origin_country':'US'},{'id':2527,'logo_path':'/osO7TGmlRMistSQ5JZusPhbKUHk.png','name':'Marc Platt Productions','origin_country':'US'},{'id':109042,'logo_path':null,'name':'Phantasma Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-04-08","45431","95","[{'iso_639_1':'en','name':'English'}]","Released","Dive deep into the underwater town","Lost River","false","5.8","343" +"false","/iJP2ogeM5YpZyUOkmCiZ5UXWyBf.jpg","null","4000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","","153","tt0335266","en","Lost in Translation","Two lost souls visiting Tokyo -- the young, neglected wife of a photographer and a washed-up movie star shooting a TV commercial -- find an odd solace and pensive freedom to be real in each other's company, away from their lives in America.","12.403","/5T8VvuFTdaawKLJk34i69Utaw7o.jpg","[{'id':70,'logo_path':'/ueaENQkPcy8rlr5fGZVBXKOhlBh.png','name':'American Zoetrope','origin_country':'US'}]","[{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'US','name':'United States of America'}]","2003-08-31","119723856","102","[{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'en','name':'English'}]","Released","Everyone wants to be found.","Lost in Translation","false","7.4","3333" +"false","/r27m44vZSharfeDYHKDlM9ktZ3c.jpg","null","15000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","638","tt0116922","en","Lost Highway","A tormented jazz musician finds himself lost in an enigmatic story involving murder, surveillance, gangsters, doppelgangers, and an impossible transformation inside a prison cell.","12.35","/z6yhgEzGUJaBBgAxoyggRzwLnVM.jpg","[{'id':105,'logo_path':'/pyiNvPJYGz4W2SImgULoG2sn4y4.png','name':'CiBy 2000','origin_country':'FR'},{'id':236,'logo_path':null,'name':'October Films','origin_country':'US'},{'id':373,'logo_path':null,'name':'Asymmetrical Productions','origin_country':''},{'id':374,'logo_path':null,'name':'Lost Highway Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-01-15","3675201","134","[{'iso_639_1':'en','name':'English'}]","Released","","Lost Highway","false","7.6","1064" +"false","/iagiSelvrPjnjlwn8wYsoT97KXa.jpg","null","3440000","[{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","241766","tt1800337","en","Lords of London","Tony is a notorious gangster with a big problem. He has woken up in an abandoned farmhouse, with blood on his shirt, and no memory of how he got there. He stumbles into a small town and discovers he???s in an Italian village that seems to be lost in time.","1.252","/w1Xn9zfGCLHaqWjadAUqCmmnNyo.jpg","[]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-01-06","0","90","[{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'en','name':'English'}]","Released","In this city, crime is a family business.","Lords of London","false","3.8","8" +"false","/l31Gz3jLhDOlt3MRY7nbltwbptm.jpg","null","50000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","1830","tt0399295","en","Lord of War","Yuri Orlov is a globetrotting arms dealer and, through some of the deadliest war zones, he struggles to stay one step ahead of a relentless Interpol agent, his business rivals and even some of his customers who include many of the world's most notorious dictators. Finally, he must also face his own conscience.","15.26","/nwPUI9WlYtDmE5VO6eEFCfrNXWl.jpg","[{'id':1205,'logo_path':null,'name':'Endgame Entertainment','origin_country':'US'},{'id':1206,'logo_path':null,'name':'Entertainment Manufacturing Company','origin_country':''},{'id':1204,'logo_path':null,'name':'Ascendant Pictures','origin_country':''},{'id':831,'logo_path':null,'name':'Saturn Films','origin_country':'US'},{'id':1208,'logo_path':null,'name':'Rising Star','origin_country':''},{'id':21938,'logo_path':null,'name':'Copag V','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'DE','name':'Germany'}]","2005-09-16","72617068","122","[{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'uk','name':'??????????????????????'},{'iso_639_1':'tr','name':'T??rk??e'}]","Released","Where there's a will, there's a weapon","Lord of War","false","7.2","2173" +"false","/chEIFJpFS8D6srbptxrgm1ebtWT.jpg","null","250000","[{'id':53,'name':'Thriller'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'}]","","9960","tt0057261","en","Lord of the Flies","Amidst a nuclear war, a plane carrying a group of schoolboys crash lands on a deserted island. With no adult survivors, the boys are forced to fend for themselves. At first they cooperate, but when the they split into two separate camps -- one led by the pragmatic Ralph and the other by militaristic Jack -- their society falls into disarray, leading to a disturbing examination of human nature and a chilling conclusion.","6.965","/pTWtPWLKHzBsaDaGkePIQf4AW7e.jpg","[{'id':41956,'logo_path':null,'name':'Two Arts Ltd.','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1963-08-13","0","92","[{'iso_639_1':'en','name':'English'}]","Released","Evil is inherent in the human mind, whatever innocence may cloak it...","Lord of the Flies","false","6.7","265" +"false","/oyiIM1QuTq3DHBLxJbCauH07lbe.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","8973","tt0113690","en","Lord of Illusions","During a routine case in L.A., NY private investigator Harry D'Amour stumbles over members of a fanatic cult who are preparing for the resurrection of their leader Nix, a powerful magician who was killed 13 years earlier.","8.739","/9pwdoUes8V8ntTetsKtv2ThGeIm.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':3557,'logo_path':null,'name':'Seraphim Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-08-25","0","119","[{'iso_639_1':'en','name':'English'}]","Released","Trust Nothing Except Your Fear.","Lord of Illusions","false","6","131" +"false","/yv3udfOEDHlZLYn9FhhQXlPBLxg.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'}]","","11387","tt0059399","en","Lord Jim","After being discredited as a coward, a 19th century seaman (Peter O'Toole) lives for only one purpose: to redeem himself. Based on Joseph Conrad's novel written in 1900.","2.978","/v02aUJBT3NGUavHRuq7vkuNAli3.jpg","[{'id':16124,'logo_path':null,'name':'Columbia British Productions','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':3862,'logo_path':null,'name':'Keep Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1965-02-15","0","154","[{'iso_639_1':'en','name':'English'}]","Released","Lord Jim blasts the screen with breathless adventure!","Lord Jim","false","6.8","25" +"false","/70lFQLLYlYUCsKuYIiyIrsKflyY.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","79465","tt1568337","en","Loosies","A young pickpocket in the New York subways, living a fast, free, lifestyle is confronted by a woman whom he had a one night affair with, she informs him that she is now pregnant with his child, he must now choose between continuing the lifestyle he lead or take responsibility for his actions.","3.051","/vZ9M4JcA2YX1h9dMHeANhOqWoKv.jpg","[{'id':307,'logo_path':'/gUi3pAUznQJpR296lw4mSVbB7zx.png','name':'IFC Films','origin_country':'US'},{'id':10387,'logo_path':null,'name':'Woodhaven Production Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-02-01","0","89","[{'iso_639_1':'en','name':'English'}]","Released","Love is not a crime","Loosies","false","5.6","59" +"false","/vuHG8VlYnvw4gUKtS7GY5kZol69.jpg","null","30000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","http://loopermovie.com/","59967","tt1276104","en","Looper","In the futuristic action thriller Looper, time travel will be invented but it will be illegal and only available on the black market. When the mob wants to get rid of someone, they will send their target 30 years into the past where a looper, a hired gun, like Joe is waiting to mop up. Joe is getting rich and life is good until the day the mob decides to close the loop, sending back Joe's future self for assassination.","13.57","/sNjL6SqErDBE8OUZlrDLkexfsCj.jpg","[{'id':11092,'logo_path':null,'name':'Ram Bergman Productions','origin_country':''},{'id':1205,'logo_path':null,'name':'Endgame Entertainment','origin_country':'US'},{'id':10289,'logo_path':'/4lXJcFjACjb34LF78AUjEz4FtB9.png','name':'DMG Entertainment','origin_country':'US'},{'id':7263,'logo_path':'/auaadhBBcvvTDtmW2iJzOrEjfgO.png','name':'FilmDistrict','origin_country':'US'}]","[{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'US','name':'United States of America'}]","2012-09-26","47042000","118","[{'iso_639_1':'en','name':'English'}]","Released","Hunted By Your Future, Haunted By Your Past","Looper","false","6.8","6537" +"false","/3yc2at1aIrK0ri7Z8vvfS9o9vgK.jpg","null","80000000","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","10715","tt0318155","en","Looney Tunes: Back in Action","Bugs Bunny and Daffy Duck are up to their feuding ways again. Tired of playing second fiddle to Bugs, Daffy has decided to leave the Studio for good. He is aided by Warner Bros.' humor impaired Vice President of Comedy, Kate Houghton, who releases him from his contract and instructs WB security guard/aspiring stunt man DJ Drake to capture and ""escort"" Daffy off the studio lot.","10.355","/ownVrxw7OYOo8vwk2g4q74Oe8Wa.jpg","[{'id':20734,'logo_path':null,'name':'Warner Bros. Feature Animation','origin_country':''},{'id':2785,'logo_path':'/l5zW8jjmQOCx2dFmvnmbYmqoBmL.png','name':'Warner Bros. Animation','origin_country':'US'},{'id':16061,'logo_path':null,'name':'Baltimore Spring Creek Productions','origin_country':''},{'id':12006,'logo_path':null,'name':'Goldmann Pictures','origin_country':''},{'id':430,'logo_path':null,'name':'Lonely Film Productions GmbH & Co. KG.','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2003-11-14","68514844","90","[{'iso_639_1':'en','name':'English'}]","Released","Real life has never been so animated.","Looney Tunes: Back in Action","false","5.8","591" +"false","/mwgVxHlZhX5lKxZfmbWEUCaZTTy.jpg","null","0","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","39995","tt0079482","en","Long Weekend","When a suburban couple go camping for the weekend at a remote beach, they discover that nature isn't in an accommodating mood.","3.693","/qPrgamCgUaa3G2sEzaiPtuONzZz.jpg","[{'id':22046,'logo_path':null,'name':'Victorian Film','origin_country':''},{'id':74065,'logo_path':null,'name':'Dugong Films','origin_country':''},{'id':417,'logo_path':'/w7d3hoHQaC0XwjrxEG1yPeuUhu5.png','name':'Australian Film Commission','origin_country':'AU'}]","[{'iso_3166_1':'AU','name':'Australia'}]","1978-10-14","0","92","[{'iso_639_1':'en','name':'English'}]","Released","Their crime was against nature. Nature found them guilty.","Long Weekend","false","6.5","54" +"false","/pPFbXcONHBntJIAsEn8TaIPPCpZ.jpg","null","40000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","http://www.lonesurvivorfilm.com","193756","tt1091191","en","Lone Survivor","Four Navy SEALs on a covert mission to neutralize a high-level al-Qaeda operative must make an impossible moral decision in the mountains of Afghanistan that leads them into an enemy ambush. As they confront unthinkable odds, the SEALs must find reserves of strength and resilience to fight to the finish.","15.576","/c7Sqof18FgkoNcA0r5BFUcPLER1.jpg","[{'id':10405,'logo_path':null,'name':'Emmett/Furla Films','origin_country':'US'},{'id':11030,'logo_path':null,'name':'Envision Entertainment','origin_country':'US'},{'id':20153,'logo_path':null,'name':'Film 44','origin_country':'US'},{'id':6666,'logo_path':null,'name':'Herrick Entertainment','origin_country':'US'},{'id':8536,'logo_path':null,'name':'Leverage','origin_country':'US'},{'id':22611,'logo_path':null,'name':'Spikings Entertainment','origin_country':''},{'id':104770,'logo_path':null,'name':'Single Berry','origin_country':''},{'id':8537,'logo_path':null,'name':'Closest to the Hole Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-12-24","149295601","121","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ps','name':'????????'}]","Released","Based on true acts of courage","Lone Survivor","false","7.4","2231" +"false","/aBKrZLj2jld1sAOwh77YJfn3bjR.jpg","null","25000000","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","http://www.ifcfilms.com/films/london-boulevard","48838","tt1213648","en","London Boulevard","A parolee battles a gangster for the affections of a reclusive movie star.","6.451","/dYdfVHlKmHRJi1JcywGWS4gwOu4.jpg","[{'id':43792,'logo_path':null,'name':'London Boulevard','origin_country':''},{'id':3281,'logo_path':'/8tMybAieh64uzvm8knSjXOFX8Qc.png','name':'GK Films','origin_country':'GB'},{'id':6899,'logo_path':null,'name':'Henceforth','origin_country':''},{'id':21923,'logo_path':null,'name':'Projection Pictures','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2010-11-10","4644108","103","[{'iso_639_1':'en','name':'English'}]","Released","Not every criminal wants to be one.","London Boulevard","false","5.9","392" +"false","/vMRSYEA8Tb5l5e5ZjIxNM2v1ZTi.jpg","null","62000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","9769","tt0119558","en","Lolita","Urbane professor Humbert Humbert marries a New England widow to be near her nymphet daughter.","9.882","/v7ZRAYz0WZrMQ1MH34cSFvC8drq.jpg","[{'id':7981,'logo_path':'/6Yv1gIAuGkHS5Vis4UjnqHhCPWV.png','name':'Path??!','origin_country':'FR'},{'id':21143,'logo_path':null,'name':'Lolita Productions','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","1997-09-27","1060056","137","[{'iso_639_1':'en','name':'English'}]","Released","A forbidden love. An unthinkable attraction. The ultimate price.","Lolita","false","7.1","576" +"false","/qFdqdBiqTsfXYvKDeCfxTucxQzU.jpg","null","11000000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","80271","tt1592873","en","LOL","In a world connected by YouTube, iTunes, and Facebook, Lola and her friends navigate the peer pressures of high school romance and friendship while dodging their sometimes overbearing and confused parents. When Lola's mom, Anne, ""accidentally"" reads her teenage daughter's racy journal, she realizes just how wide their communication gap has grown.","7.729","/vlG6iHT1RuT9xLj17SmNNUd8jJZ.jpg","[{'id':84637,'logo_path':null,'name':'PIC Agency','origin_country':''},{'id':215,'logo_path':'/tQyeqkCj24krhY2W8qeAztcOS37.png','name':'Double Feature Films','origin_country':''},{'id':84638,'logo_path':null,'name':'Lol Productions','origin_country':''},{'id':771,'logo_path':null,'name':'Mandate Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-02-10","0","97","[{'iso_639_1':'en','name':'English'}]","Released","You can change your status, but not your heart.","LOL","false","6.1","1721" +"false","/t2qDw8mZlwIvdBVOBogRnFdL018.jpg","null","20000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","http://www.lockoutfilm.com/","81796","tt1592525","en","Lockout","Set in the near future, Lockout follows a falsely convicted ex-government agent , whose one chance at obtaining freedom lies in the dangerous mission of rescuing the President's daughter from rioting convicts at an outer space maximum security prison.","9.186","/rE1AMAaUVuzKcPwv3CR8KC0Pv0n.jpg","[{'id':10611,'logo_path':'/zQ4fGaEnNkWfSzyygXRcUZwPmDG.png','name':'Cin??+','origin_country':'FR'},{'id':6896,'logo_path':'/2Q89KvzxTKB5BAv9RqFIPI1qb7E.png','name':'EuropaCorp','origin_country':'FR'},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'}]","2012-04-12","32204030","95","[{'iso_639_1':'en','name':'English'}]","Released","Take no prisoners.","Lockout","false","5.8","975" +"false","/g4MfFVg4mJqpEYxoveEHiC4VVUS.jpg","null","2000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","210479","tt2692904","en","Locke","Ivan Locke has worked hard to craft a good life for himself. Tonight, that life will collapse around him. On the eve of the biggest challenge of his career, Ivan receives a phone call that sets in motion a series of events that will unravel his family, job, and soul.","7.353","/2Prgt4JXhwiwkgotknBO4scXR8S.jpg","[{'id':7437,'logo_path':'/e5CcgFrdlxMUwlsS72si8q1yHBr.png','name':'IM Global','origin_country':'US'},{'id':28473,'logo_path':null,'name':'Shoebox Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2014-04-10","4635300","85","[{'iso_639_1':'en','name':'English'}]","Released","No turning back","Locke","false","6.9","1320" +"false","/kzeR7BA0htJ7BeI6QEUX3PVp39s.jpg","null","1350000","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","http://www.universalstudiosentertainment.com/lock-stock-and-two-smoking-barrels/","100","tt0120735","en","Lock, Stock and Two Smoking Barrels","A card shark and his unwillingly-enlisted friends need to make a lot of cash quick after losing a sketchy poker match. To do this they decide to pull a heist on a small-time gang who happen to be operating out of the flat next door.","7.067","/qV7QaSf7f7yC2lc985zfyOJIAIN.jpg","[{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'},{'id':21920,'logo_path':null,'name':'The Steve Tisch Company','origin_country':''},{'id':13419,'logo_path':null,'name':'SKA Films','origin_country':''},{'id':1382,'logo_path':'/sOg7LGESPH5vCTOIdbMhLuypoLL.png','name':'PolyGram Filmed Entertainment','origin_country':'US'},{'id':20076,'logo_path':null,'name':'HandMade Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1998-03-05","28356188","105","[{'iso_639_1':'en','name':'English'}]","Released","A Disgrace to Criminals Everywhere.","Lock, Stock and Two Smoking Barrels","false","8","2887" +"false","/4C0FFgbbZ0zQHQ2TMAIuLOl9vTR.jpg","null","3250000","[{'id':18,'name':'Drama'}]","http://www.localcolormovie.com/","2324","tt0472126","en","Local Color","A successful artist looks back with loving memories on the summer of his defining year, 1974. A talented but troubled 18-year-old aspiring artist befriends a brilliant elderly alcoholic painter who has turned his back on not only art but life. The two form what appears to be at first a tenuous relationship. The kid wants to learn all the secrets the master has locked away inside his head and heart. Time has not been kind to the old master. His life appears pointless to him until the kid rekindles his interest in his work and ultimately gives him the will to live. Together, they give one another a priceless gift. The kid learns to see the world through the master's eyes. And the master learns to see life through the eyes of innocence again. This story is based on a real life experience.","2.103","/bGMuv4pejg5Sov7UPdrmAdDVFHV.jpg","[{'id':2226,'logo_path':null,'name':'Media 8 Entertainment','origin_country':''},{'id':2324,'logo_path':null,'name':'Empire Films','origin_country':''},{'id':2959,'logo_path':null,'name':'Alla Prima Productions','origin_country':''},{'id':2960,'logo_path':null,'name':'Brushwork Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-09-19","32788","107","[{'iso_639_1':'en','name':'English'}]","Released","","Local Color","false","6.7","10" +"false","/74J904knbahSF7csIEfmRtmdi0t.jpg","{'id':1570,'name':'Die Hard Collection','poster_path':'/xhnb5lVfwE7NHycdPNdIxHx7kZi.jpg','backdrop_path':'/5kHVblr87FUScuab1PVSsK692IL.jpg'}","110000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","https://www.foxmovies.com/movies/live-free-or-die-hard","1571","tt0337978","en","Live Free or Die Hard","John McClane is back and badder than ever, and this time he's working for Homeland Security. He calls on the services of a young hacker in his bid to stop a ring of Internet terrorists intent on taking control of America's computer infrastructure.","20.502","/pHWgbaXiQD2nmex7u8Xv6XmhaZS.jpg","[{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'},{'id':289,'logo_path':null,'name':'Ingenious Film Partners','origin_country':''},{'id':890,'logo_path':null,'name':'Cheyenne Enterprises','origin_country':''},{'id':11845,'logo_path':null,'name':'Wintergreen Productions','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2007-06-20","383531464","128","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","The old school cop is back!","Live Free or Die Hard","false","6.5","3185" +"false","/1N4CeQyy3kh1pqmTGvMU090sCvh.jpg","{'id':645,'name':'James Bond Collection','poster_path':'/HORpg5CSkmeQlAolx3bKMrKgfi.jpg','backdrop_path':'/6VcVl48kNKvdXOZfJPdarlUGOsk.jpg'}","7000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://www.mgm.com/view/movie/1130/Live-and-Let-Die/","253","tt0070328","en","Live and Let Die","James Bond must investigate a mysterious murder case of a British agent in New Orleans. Soon he finds himself up against a gangster boss named Mr. Big.","17.779","/p34OScaro2KdISrT4EMfeh1aS0E.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':7576,'logo_path':'/oYcUi1byZ312Z3xiz5ojz9RQLND.png','name':'Eon Productions','origin_country':'GB'},{'id':10761,'logo_path':null,'name':'Danjaq','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1973-07-05","161777836","121","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'hu','name':'Magyar'}]","Released","Roger Moore is James Bond.","Live and Let Die","false","6.5","858" +"false","/kGOuFe4EJKBcgj4VPodYTFuDAFY.jpg","null","25000000","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'}]","","10776","tt0091419","en","Little Shop of Horrors","Seymour Krelborn is a nerdy orphan working at Mushnik's, a flower shop in urban Skid Row. He harbors a crush on fellow co-worker Audrey Fulquard, and is berated by Mr. Mushnik daily. One day as Seymour is seeking a new mysterious plant, he finds a very mysterious unidentified plant which he calls Audrey II. The plant seems to have a craving for blood and soon begins to sing for his supper.","9.64","/iKkbN17OmFosaW6asCNZTTsyvpu.jpg","[{'id':360,'logo_path':null,'name':'Geffen Pictures','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1986-12-19","38748395","94","[{'iso_639_1':'en','name':'English'}]","Released","Don't feed the plants.","Little Shop of Horrors","false","6.8","660" +"false","/2II5wbEvodIXLEGPAkmkBe60rYD.jpg","null","8000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://www.foxsearchlight.com/littlemisssunshine/","773","tt0449059","en","Little Miss Sunshine","A family loaded with quirky, colorful characters piles into an old van and road trips to California for little Olive to compete in a beauty pageant.","9.929","/5ZuviyEOkelod8x5j5CWa45jsw2.jpg","[{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'},{'id':2570,'logo_path':null,'name':'Bona Fide Productions','origin_country':''},{'id':188,'logo_path':'/40E8iNvy6brH6t4BbmQL211jIpl.png','name':'Big Beach','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-07-26","100523181","102","[{'iso_639_1':'en','name':'English'}]","Released","A family on the verge of a breakdown","Little Miss Sunshine","false","7.6","3333" +"false","/gpodYxsJZ6OVlpPo0fYkubTBWx9.jpg","{'id':51509,'name':'Meet the Parents Collection','poster_path':'/WFkinadVm4NRynRKuUcaLFNIDx.jpg','backdrop_path':'/7UWRq79VHc58QXTSn57UsOUKQLZ.jpg'}","100000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://www.littlefockers.net/","39451","tt0970866","en","Little Fockers","It has taken 10 years, two little Fockers with wife Pam and countless hurdles for Greg to finally get in with his tightly wound father-in-law, Jack. After the cash-strapped dad takes a job moonlighting for a drug company, Jack's suspicions about his favorite male nurse come roaring back. When Greg and Pam's entire clan descends for the twins' birthday party, Greg must prove to the skeptical Jack that he's fully capable as the man of the house.","10.173","/qixmjH8fLD9IkboPO7FKxAqzwRJ.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':11391,'logo_path':null,'name':'Tribeca Productions','origin_country':'US'},{'id':2242,'logo_path':null,'name':'Everyman Pictures','origin_country':'US'},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-12-21","310650585","98","[{'iso_639_1':'en','name':'English'}]","Released","Kids bring everyone closer, right?","Little Fockers","false","5.5","1799" +"false","/8i8Epd76HEX5ZAqbG1QboRFiiJm.jpg","null","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':10749,'name':'Romance'}]","","27899","tt0021079","en","Little Caesar","A small-time hood shoots his way to the top, but how long can he stay there?","4.951","/pk313GaluiVstxTvnVwtAInUUo.jpg","[{'id':3245,'logo_path':null,'name':'First National Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1931-01-25","0","79","[{'iso_639_1':'en','name':'English'}]","Released","The Power-Mad Monarch of the Murder Mobs!","Little Caesar","false","7.1","94" +"false","/kd4z5FJOVjCvuTSGmf8SH3JarC9.jpg","null","35000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","1689","tt0107426","en","Little Buddha","Little Buddha is a movie about the life of Siddhartha starring Keanu Reeves and Bridget Fonda and directed by Bernardo Bertolucci.","6.07","/lXbIlZEisZs2V44YGA6yr4PBHZs.jpg","[{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'LI','name':'Liechtenstein'},{'iso_3166_1':'GB','name':'United Kingdom'}]","1993-12-01","4858139","140","[{'iso_639_1':'en','name':'English'}]","Released","A magical journey to a place where the past and present meet","Little Buddha","false","6.2","167" +"false","/jMElmC9I51Vjic8xOyJr2T6Dqh0.jpg","{'id':141615,'name':'Niko Collection','poster_path':'/z4pHMEQlUBqwuYEjlkozzsZ8EyC.jpg','backdrop_path':'/vBxogSO7WrbRfLJg9V1YkXRrxCR.jpg'}","0","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'}]","","141614","tt1856053","fi","Niko 2: Lent??j??veljekset","Set right before Christmas, Niko the reindeer must deal with his mom getting re-married and his being tasked with looking after his little stepbrother.","2.03","/AlFzZDr4B7ENrMOuaMnmQ5WEf7d.jpg","[{'id':11851,'logo_path':'/vSYOpJKsujv4m2jSSeFUILOc5F1.png','name':'Anima Vitae','origin_country':'FI'},{'id':38773,'logo_path':null,'name':'Ulysses','origin_country':'DE'},{'id':38775,'logo_path':null,'name':'Cinemaker Oy','origin_country':'FI'},{'id':112750,'logo_path':null,'name':'Tidal Films','origin_country':'IE'},{'id':3922,'logo_path':'/aCdyqd55D2XvjbdpPGvaIY7G64t.png','name':'A. Film Production','origin_country':'DK'},{'id':811,'logo_path':null,'name':'Universum Film','origin_country':'DE'}]","[{'iso_3166_1':'FI','name':'Finland'}]","2012-10-12","17000000","79","[{'iso_639_1':'fi','name':'suomi'}]","Released","Small things come in big packages","Niko 2 - Little Brother, Big Trouble","false","5.8","26" +"false","/if8ikVNTAqH2iQhYervA2R0JnUL.jpg","null","0","[{'id':18,'name':'Drama'}]","","244260","tt3125220","en","Little Accidents","In a small American coal town living in the shadow of a recent mining accident, the disappearance of a teenage boy draws three people together???a surviving miner, the lonely wife of a mine executive, and a local boy???in a web of secrets.","3.54","/gQ1YO5dvq5QKs70yja2tYuQDf9L.jpg","[{'id':41639,'logo_path':null,'name':'MindSmack Productions','origin_country':''},{'id':41640,'logo_path':'/e1naE79Djln19oDgMsP3uuvLbTq.png','name':'Archer Gray','origin_country':'US'},{'id':41641,'logo_path':null,'name':'Maiden Voyage Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-01-16","0","105","[{'iso_639_1':'en','name':'English'}]","Released","The truth is rarely pure and never simple.","Little Accidents","false","5.7","37" +"false","/9VVPZHoNXcxb1UgClVkzGe2JYLJ.jpg","null","6000000","[{'id':28,'name':'Action'}]","","9399","tt0100029","en","Lionheart","Lyon Gaultier is a deserter in the Foreign Legion arriving in the USA entirely hard up. He finds his brother between life and death and his sister-in-law without the money needed to heal her husband and to maintain her child. To earn the money needed, Gaultier decides to take part in some very dangerous clandestine fights.","8.992","/6dVDVZ5nUAVgj23qSWFUqzRaZrx.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':2007,'logo_path':null,'name':'Imperial Filmproduktion','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-06-07","24271196","105","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","When the streets are a jungle... There can only be one king.","Lionheart","false","6.1","316" +"false","/9vZzjmaXIYotKGnCfQyWBD7PAIO.jpg","null","65000000","[{'id':36,'name':'History'},{'id':18,'name':'Drama'}]","","72976","tt0443272","en","Lincoln","A revealing drama that focuses on the 16th President's tumultuous final months in office. In a nation divided by war and the strong winds of change, Lincoln pursues a course of action designed to end the war, unite the country and abolish slavery. With the moral courage and fierce determination to succeed, his choices during this critical moment will change the fate of generations to come.","16.02","/gkkiDu9srCCbCMxGKwNwKCxK7KF.jpg","[{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'},{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'},{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'},{'id':862,'logo_path':'/udTjbqPmcTbfrihMuLtLcizDEM1.png','name':'The Kennedy/Marshall Company','origin_country':'US'},{'id':6735,'logo_path':'/6yyByQrmTAgJv0QzZ1Eh1jiGX4R.png','name':'Participant Media','origin_country':'US'},{'id':7294,'logo_path':'/kK4PRgceWp9KNrycD8xx8seWxYU.png','name':'Reliance Entertainment','origin_country':'IN'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'IN','name':'India'},{'iso_3166_1':'US','name':'United States of America'}]","2012-11-09","275293450","149","[{'iso_639_1':'en','name':'English'}]","Released","With the moral courage and fierce determination to succeed, his choices will change the fate of generations to come.","Lincoln","false","6.8","2171" +"false","/9ISArgiVBdNLASKmvflRDMOYYMj.jpg","null","27000000","[{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'},{'id':878,'name':'Science Fiction'}]","http://www.iamrogue.com/limitless/fullsite/","51876","tt1219289","en","Limitless","A paranoia-fueled action thriller about an unsuccessful writer whose life is transformed by a top-secret ""smart drug"" that allows him to use 100% of his brain and become a perfect version of himself. His enhanced abilities soon attract shadowy forces that threaten his new life in this darkly comic and provocative film.","14.75","/bQfOFEeXxi51ijQrbQY9qvMtYhZ.jpg","[{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':8852,'logo_path':null,'name':'Virgin Produced','origin_country':''},{'id':8854,'logo_path':null,'name':'Many Rivers Productions','origin_country':''},{'id':8855,'logo_path':null,'name':'Boy of the Year','origin_country':''},{'id':8856,'logo_path':null,'name':'Intermedia','origin_country':''},{'id':134,'logo_path':null,'name':'Rogue Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-03-08","161849455","105","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","What if a pill could make you rich and powerful?","Limitless","false","7.1","6052" +"false","/lTxilYEz4T3ig9WeMaeb8gfEfZC.jpg","null","0","[{'id':18,'name':'Drama'}]","","248212","tt2560102","en","Lilting","A young man of Chinese-Cambodian descent dies, leaving behind his isolated mother and his lover of four years. Though the two don't share a language, they grow close through their grief.","3.597","/5xmAPL4RKqTfKpRd4t1FLcGDOaf.jpg","[{'id':34312,'logo_path':null,'name':'Stink Films','origin_country':''},{'id':34313,'logo_path':null,'name':'Dominic Buchanan Productions','origin_country':''},{'id':21628,'logo_path':null,'name':'Microwave Film','origin_country':''},{'id':34314,'logo_path':null,'name':'SUMS* Film and Media','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-08-07","0","91","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'cn','name':'????????? / ?????????'}]","Released","","Lilting","false","7.3","68" +"false","/12HtFEQLi4vz6Pe1bc6UAfsTuHS.jpg","{'id':97461,'name':'Lilo & Stitch Collection','poster_path':'/bstyyXaLinnYwoyvo5HaDceJN07.jpg','backdrop_path':'/oKfkaJLqc1cRURbq8DG2D6TOeAX.jpg'}","80000000","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","https://movies.disney.com/lilo-stitch","11544","tt0275847","en","Lilo & Stitch","As Stitch, a runaway genetic experiment from a faraway planet, wreaks havoc on the Hawaiian Islands, he becomes the mischievous adopted alien ""puppy"" of an independent little girl named Lilo and learns about loyalty, friendship, and 'ohana, the Hawaiian tradition of family.","14.902","/tVaEulzowKhMhDvHNNYb9rNEZPB.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':6125,'logo_path':'/tVPmo07IHhBs4HuilrcV0yujsZ9.png','name':'Walt Disney Animation Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-06-21","145771527","85","[{'iso_639_1':'en','name':'English'}]","Released","There's one in every family.","Lilo & Stitch","false","7.4","2892" +"false","/llyyZzIlmReLc2Gd5CiGbercbjk.jpg","null","250000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.likecrazy.com/","60420","tt1758692","en","Like Crazy","A British college student falls for an American student, only to be separated from him when she's banned from the U.S. after overstaying her visa.","8.871","/2fZBxMPmUdvDW7XKj9yD6RBpkRF.jpg","[{'id':838,'logo_path':'/tcW3UqV46Mdq6GyaS1ydEDocEDF.png','name':'Paramount Vantage','origin_country':'US'},{'id':2313,'logo_path':null,'name':'Andrea Sperling Productions','origin_country':''},{'id':9350,'logo_path':'/xz60JVoUHpOeg1cJbxzMJiwbuL7.png','name':'Indian Paintbrush','origin_country':'US'},{'id':13369,'logo_path':null,'name':'Super Crispy Entertainment','origin_country':''},{'id':21892,'logo_path':null,'name':'Ascension Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-10-28","3542353","90","[{'iso_639_1':'en','name':'English'}]","Released","I Want You. I Need You. I Love You. I Miss You.","Like Crazy","false","6.5","621" +"false","/lklNDcmHCoQGdZMHUPYTsiPl7gr.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","214218","tt2132374","en","Life's a Breeze","Life's A Breeze tells the story of a family as they search for a lost fortune around the streets of Dublin.","1.41","/fLtnYne27TOHAroXytsJc1LFVte.jpg","[{'id':5353,'logo_path':null,'name':'Fastnet Films','origin_country':'IE'},{'id':17537,'logo_path':null,'name':'Anagram Film','origin_country':'SE'},{'id':2801,'logo_path':'/bswb1PLLsKDUXMLgy42bZtCtIde.png','name':'Film i V??st','origin_country':'SE'}]","[{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'SE','name':'Sweden'}]","2013-07-19","0","83","[{'iso_639_1':'en','name':'English'}]","Released","One man's trash is a mother's treasure","Life's a Breeze","false","6.1","18" +"false","/5JrLFqszE2IaPai86yFm5kU3OPO.jpg","null","120000000","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':28,'name':'Action'}]","http://www.lifeofpimovie.com/","87827","tt0454876","en","Life of Pi","The story of an Indian boy named Pi, a zookeeper's son who finds himself in the company of a hyena, zebra, orangutan, and a Bengal tiger after a shipwreck sets them adrift in the Pacific Ocean.","18.576","/sLYdcz7easaS7CmJGwQcVVYZqiF.jpg","[{'id':711,'logo_path':'/tEiIH5QesdheJmDAqQwvtN60727.png','name':'Fox 2000 Pictures','origin_country':'US'},{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'},{'id':290,'logo_path':'/Q8mw2AOQQc8Qg0uNwLWq86DVZv.png','name':'Ingenious Media','origin_country':'GB'},{'id':13480,'logo_path':null,'name':'Haishang Films','origin_country':''},{'id':10893,'logo_path':null,'name':'Big Screen Productions','origin_country':''},{'id':289,'logo_path':null,'name':'Ingenious Film Partners','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'TW','name':'Taiwan'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2012-11-20","609016565","127","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'hi','name':'??????????????????'},{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'ta','name':'???????????????'}]","Released","Believe The Unbelievable","Life of Pi","false","7.3","8482" +"false","/erlpqOX6MN8U23DXdTAq1NXQ7kW.jpg","null","12000000","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","209189","tt1663207","en","Life of Crime","Two common criminals get more than they bargained for after kidnapping the wife of a corrupt real-estate developer who shows no interest in paying the $1 million dollar ransom for her safe return.","10.166","/dSEjpA64DfGvhOPNOqVUfypwdpc.jpg","[{'id':23700,'logo_path':null,'name':'Abbolita Productions','origin_country':''},{'id':3672,'logo_path':'/5VWXJgYYrJZUE0hixvBdVfGSfmo.png','name':'Gotham Group','origin_country':'US'},{'id':23701,'logo_path':null,'name':'Starstream Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-09-14","265452","94","[{'iso_639_1':'en','name':'English'}]","Released","Right target. Wrong woman.","Life of Crime","false","5.6","197" +"false","/lkDIBexci357AVOCRiEGdpzAV8y.jpg","null","4000000","[{'id':35,'name':'Comedy'}]","","583","tt0079470","en","Life of Brian","Brian Cohen is an average young Jewish man, but through a series of ridiculous events, he gains a reputation as the Messiah. When he's not dodging his followers or being scolded by his shrill mother, the hapless Brian has to contend with the pompous Pontius Pilate and acronym-obsessed members of a separatist movement. Rife with Monty Python's signature absurdity, the tale finds Brian's life paralleling Biblical lore, albeit with many more laughs.","11.85","/cKpJnXJ6DzAGafAjUWB5PjT904O.jpg","[{'id':20076,'logo_path':null,'name':'HandMade Films','origin_country':''},{'id':416,'logo_path':null,'name':'Python (Monty) Pictures Limited','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1979-08-17","20045115","94","[{'iso_639_1':'en','name':'English'}]","Released","He wasn't the messiah. He was a very naughty boy.","Life of Brian","false","7.8","2043" +"false","/5DRR8pUaO47KARW6WG5If2LFQec.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.lifeofakingmovie.com/","201550","tt2708254","en","Life of a King","Life of a King is the true story of one man's mission to give inner city kids of Washington DC something he never had - a future. After being incarcerated for eighteen years, Eugene Brown established the Big Chair Chess Club to get kids off the streets and working towards lives they never believed they were capable of. This is his inspirational story.","2.985","/jxN7ES6VV9jBGvGc3aDmLyplhGx.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-06-22","0","101","[{'iso_639_1':'en','name':'English'}]","Released","","Life of a King","false","6.8","45" +"false","/3jzhLeQXOMlw04tZ2N8vJmBYAf3.jpg","null","45202","[{'id':99,'name':'Documentary'},{'id':18,'name':'Drama'}]","http://movies.nationalgeographic.com/movies/life-in-a-day/","66150","tt1687247","en","Life in a Day","A documentary shot by filmmakers all over the world that serves as a time capsule to show future generations what it was like to be alive on the 24th of July, 2010.","4.873","/5DuRrghdhSL0dPMHlWb8rc75bYx.jpg","[{'id':49694,'logo_path':null,'name':'YouTube','origin_country':''},{'id':1645,'logo_path':'/6Ry6uNBaa0IbbSs1XYIgX5DkA9r.png','name':'Scott Free Productions','origin_country':''},{'id':49695,'logo_path':null,'name':'LG','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2011-01-27","225861","95","[{'iso_639_1':'en','name':'English'}]","Released","The story of one day on Earth.","Life in a Day","false","7.3","112" +"false","/few3uz5eiHGc0d87PGXG9pSHfMU.jpg","null","38000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","","38408","tt1055292","en","Life As We Know It","After a distastrous first date for caterer Holly and network sports director Messer, all they have is common is a dislike for each other and their love for their goddaughter Sophie. But when they suddenly become all Sophie has in this world, Holly and Messer must set their differences aside. Juggling careers and social calendars, they'll have to find common ground while living under the same roof.","9.891","/u7Gei2Hvh0ux4weJRDZsgMoXSTI.jpg","[{'id':1894,'logo_path':null,'name':'Josephson Entertainment','origin_country':''},{'id':12026,'logo_path':null,'name':'Gold Circle Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-10-02","105610124","114","[{'iso_639_1':'en','name':'English'}]","Released","A comedy about taking it one step at a time.","Life As We Know It","false","6.8","1676" +"false","/8pbMTSRJybyM4kHMTzsW83Bhrbo.jpg","null","2400000","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","http://a24films.com/films/life-after-beth/","244566","tt2581244","en","Life After Beth","Zach is devastated by the unexpected death of his girlfriend, Beth. When she mysteriously returns, he gets a second chance at love. Soon his whole world turns upside down...","5.78","/8SBHU1oLnj6gurSR9o5EQGCPrCK.jpg","[{'id':23700,'logo_path':null,'name':'Abbolita Productions','origin_country':''},{'id':23701,'logo_path':null,'name':'Starstream Entertainment','origin_country':''},{'id':35043,'logo_path':'/ifwiBTBDk8GQPyClmuE2yO36Qu.png','name':'Destro Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-08-15","88273","90","[{'iso_639_1':'en','name':'English'}]","Released","Be Careful What You Wish For...","Life After Beth","false","5.1","342" +"false","/6YUzx0ncxTOpj7fTh54y1L5JkXE.jpg","null","80000000","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","6522","tt0123964","en","Life","Two men in 1930s Mississippi become friends after being sentenced to life in prison together for a crime they did not commit.","6.928","/c9phL8FXuL7i15CrjQH5PfM60NB.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':23,'logo_path':'/mkxNjThahj5pvntvYKVpMbWXm3D.png','name':'Imagine Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-04-16","73521587","108","[{'iso_639_1':'en','name':'English'}]","Released","Share it with someone you love.","Life","false","6.4","307" +"false","/usytd3cSezlOafuE1jiqE5m0dRe.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","14938","tt0409681","en","The Alibi","Con man Ray Elliot decides to leave crime behind to start a company that sells fake alibis to clients who have been unfaithful to their significant others. It seems that the streetwise Ray has found his calling, until he unexpectedly becomes a murder suspect in a case involving one of his most influential customers. Now, as the police and an assassin called ""The Mormon"" track Ray, he and his attractive assistant, Lola, must clear their own names.","3.941","/c7V9glx6zCc2qppd4oOrWoeVZ8S.jpg","[{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'},{'id':1205,'logo_path':null,'name':'Endgame Entertainment','origin_country':'US'}]","[{'iso_3166_1':'NL','name':'Netherlands'},{'iso_3166_1':'US','name':'United States of America'}]","2006-01-12","0","90","[{'iso_639_1':'en','name':'English'}]","Released","We keep your private life private.","The Alibi","false","5.7","47" +"false","/fm6bpJxls3QdxGchiZAVbDySmri.jpg","null","35000000","[{'id':35,'name':'Comedy'}]","http://licensetowedthemovie.warnerbros.com/","2959","tt0762114","en","License to Wed","Newly engaged, Ben and Sadie can't wait to start their life together and live happily ever after. However Sadie's family church's Reverend Frank won't bless their union until they pass his patented, ""foolproof"" marriage prep course consisting of outrageous classes, outlandish homework assignments and some outright invasion of privacy.","7.805","/9I8NiY5cfFmwgI8Y5NKQqsuDawS.jpg","[{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':3929,'logo_path':null,'name':'Robert Simonds Productions','origin_country':''},{'id':11317,'logo_path':'/u3YB3GujS0tct5BVTsMJLWVyllg.png','name':'Phoenix Pictures','origin_country':'US'},{'id':49326,'logo_path':'/yEL4snpknzPU7eHkOGJr1gLnGLh.png','name':'Underground Films','origin_country':'US'},{'id':49327,'logo_path':null,'name':'Proposal Productions','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'US','name':'United States of America'}]","2007-07-04","69307224","91","[{'iso_639_1':'en','name':'English'}]","Released","First came love... then came Reverend Frank.","License to Wed","false","5.6","484" +"false","/lNNTk5VpV8OtZlAm9nf4Jl1unAY.jpg","{'id':645,'name':'James Bond Collection','poster_path':'/HORpg5CSkmeQlAolx3bKMrKgfi.jpg','backdrop_path':'/6VcVl48kNKvdXOZfJPdarlUGOsk.jpg'}","32000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://www.mgm.com/view/movie/1111/License-to-Kill/","709","tt0097742","en","Licence to Kill","When drug lord Franz Sanchez exacts his brutal vengeance on Bond's friend Felix Leiter, 007 resigns from the British Secret Service and begins a fierce vendetta against the master criminal. Bond won't be satisfied until Sanchez is defeated, and to accomplish this aim he allies himself with a beautiful pilot and Sanchez's sexy girlfriend.","21.795","/27EySoBH3oBuI6xat2QOquB9X8j.jpg","[{'id':7576,'logo_path':'/oYcUi1byZ312Z3xiz5ojz9RQLND.png','name':'Eon Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1989-07-07","156167015","133","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","His bad side is a dangerous place to be.","Licence to Kill","false","6.1","877" +"false","/z27PNUrpd8WYKSyacfbhUP1u6DR.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","84306","tt1872818","en","Liberal Arts","Newly single, 35, and uninspired by his job, Jesse Fisher worries that his best days are behind him. But no matter how much he buries his head in a book, life keeps pulling Jesse back. When his favorite college professor invites him to campus to speak at his retirement dinner, Jesse jumps at the chance. He is prepared for the nostalgia of the dining halls and dorm rooms, the parties and poetry seminars; what he doesn???t see coming is Zibby ??? a beautiful, precocious, classical-music-loving sophomore. Zibby awakens scary, exciting, long-dormant feelings of possibility and connection that Jesse thought he had buried forever.","5.805","/c9Q2to1Jpq8a0Zqto6Mqc1ujLYn.jpg","[{'id':7373,'logo_path':null,'name':'Tom Sawyer Entertainment','origin_country':''},{'id':10290,'logo_path':'/imFSHWEIgpk3YjqIMxafZ6BYT9H.png','name':'BCDF Pictures','origin_country':'US'},{'id':66431,'logo_path':null,'name':'Strategic Motion Ventures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-09-14","327345","97","[{'iso_639_1':'en','name':'English'}]","Released","","Liberal Arts","false","6.3","274" +"false","/m6Rnnr7IkGalYpFw4XLa06yoQvV.jpg","null","0","[{'id':53,'name':'Thriller'}]","","196305","tt1865545","ru","Liars All","On New Year's eve in London, a provocative game spins out of control and ends in murder, the true killer elusive amidst conflicting testimony and hidden motives.","1.743","/chJ4p8QAzh9GD4OAg2JVg7lYyiq.jpg","[{'id':13362,'logo_path':null,'name':'Preferred Content','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-08-06","0","91","[{'iso_639_1':'en','name':'English'}]","Released","","Liars All","false","4.8","18" +"false","/r2HPHDQGEoOYUvFqbKmPADPa0Em.jpg","null","45000000","[{'id':35,'name':'Comedy'}]","","1624","tt0119528","en","Liar Liar","Fletcher Reede is a fast-talking attorney and habitual liar. When his son Max blows out the candles on his fifth birthday he has just one wish - that his dad will stop lying for 24 hours. When Max's wish comes true, Fletcher discovers that his mouth has suddenly become his biggest liability.","13.258","/qd8VcWKrE4cNfInl9Osb8o8h9KP.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':23,'logo_path':'/mkxNjThahj5pvntvYKVpMbWXm3D.png','name':'Imagine Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-03-21","302710615","86","[{'iso_639_1':'en','name':'English'}]","Released","Trust me.","Liar Liar","false","6.5","2696" +"false","/fEGYZoKIId7CNtHoORAeVdj54eO.jpg","null","930000","[{'id':35,'name':'Comedy'}]","http://www.lifehappensfilm.com/","91070","tt1726589","en","L!fe Happens","A comedy centered on two best friends, Kim and Deena, who fight to maintain normalcy in their lives after Kim gets pregnant and has a baby.","6.332","/xFq3IQEWCBBoPP7pCb4TarAi8tt.jpg","[{'id':47330,'logo_path':null,'name':'Dot Dot Dot Productions','origin_country':''},{'id':34951,'logo_path':null,'name':'Stardust Pictures','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2011-06-18","30905","100","[{'iso_639_1':'en','name':'English'}]","Released","A comedy that's a real mother.","L!fe Happens","false","5.3","91" +"false","/fFy8YgmgHbrQDTFBDz0btNXZcqR.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://www.leviathanfilm.org","127962","tt2332522","en","Leviathan","Set aboard a hulking fishing vessel as it navigates the treacherous waves off the New England coast. The very waters that once inspired Moby Dick, the film captures the harsh, unforgiving world of the fishermen in starkly haunting, yet beautiful detail.","2.735","/cO8D5E08SnUezFGKDoGYLHGXfWK.jpg","[{'id':27025,'logo_path':null,'name':'Arrete Ton Cinema','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2012-08-09","0","87","[{'iso_639_1':'en','name':'English'}]","Released","","Leviathan","false","7","39" +"false","/mwI5fTor198yK4w7LDOfuPssxF2.jpg","null","30000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.letterstojuliet-movie.com/","37056","tt0892318","en","Letters to Juliet","An American girl on vacation in Italy finds an unanswered ""letter to Juliet"" -- one of thousands of missives left at the fictional lover's Verona courtyard, which are typically answered by a the ""secretaries of Juliet"" -- and she goes on a quest to find the lovers referenced in the letter.","9.802","/kUBSfYpsE1RLdl2WZL2YMJfNOEm.jpg","[{'id':28048,'logo_path':null,'name':'Applehead Pictures','origin_country':''},{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-05-14","82148538","105","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","What if you had a second chance to find true love?","Letters to Juliet","false","6.9","1622" +"false","/reSdVTh8QLIiEaY0cIyC4Jo90Z1.jpg","null","5000000","[{'id':35,'name':'Comedy'}]","","300706","tt2980708","en","Let's Kill Ward's Wife","Everyone hates Ward???s wife and wants her dead, Ward (Donald Faison) most of all. But when his friends??? murderous fantasies turn into an (accidental) reality, they have to deal with a whole new set of problems ??? like how to dispose of the body and still make their 3 p.m. tee time. Scott Foley's directorial debut, also starring Foley, Patrick Wilson, Amy Acker, and Nicolette Sheridan, is a blackly comic caper about helping a friend out of a bad relationship by any means necessary.","7.143","/ftwgH3Qp4C1ePPH7bRrQ8gPJ3V9.jpg","[{'id':39328,'logo_path':null,'name':'Lost Rhino Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-12-23","0","81","[{'iso_639_1':'en','name':'English'}]","Released","Real Friends Do the Dirty Work.","Let's Kill Ward's Wife","false","5.6","93" +"false","/43GrPpAeBUOvOCZ8L1A3MLuDnkc.jpg","null","17000000","[{'id':35,'name':'Comedy'}]","","193893","tt1924435","en","Let's Be Cops","It's the ultimate buddy cop movie except for one thing: they're not cops. When two struggling pals dress as police officers for a costume party, they become neighborhood sensations. But when these newly-minted ???heroes??? get tangled in a real life web of mobsters and dirty detectives, they must put their fake badges on the line.","14.135","/ayYibwWAA9NxJPaD9GSybPShtvL.jpg","[{'id':28787,'logo_path':null,'name':'WideAwake','origin_country':''},{'id':28788,'logo_path':null,'name':'Genre Films','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-08-13","136621271","104","[{'iso_639_1':'en','name':'English'}]","Released","Fake Cops. Real Trouble.","Let's Be Cops","false","6.3","1654" +"false","/jssTFAf5MCBbZPA02vRSYSeVtHh.jpg","{'id':945,'name':'Lethal Weapon Collection','poster_path':'/5zg6QLY0tdDLVHLwn28oowG3m8H.jpg','backdrop_path':'/neQ6voPqqvOFrdLCYkChgc3Ff85.jpg'}","140000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","944","tt0122151","en","Lethal Weapon 4","In the combustible action franchise's final installment, maverick detectives Martin Riggs and Roger Murtaugh square off against Asian mobster Wah Sing Ku, who's up to his neck in slave trading and counterfeit currency. With help from gumshoe Leo Getz and smart-aleck rookie cop Lee Butters, Riggs and Murtaugh aim to take down Ku and his gang.","14.207","/kpC9Y0jhwTqtRlcetxbgn3crnlU.jpg","[{'id':1885,'logo_path':'/xlvoOZr4s1PygosrwZyolIFe5xs.png','name':'Silver Pictures','origin_country':'US'},{'id':5739,'logo_path':null,'name':'Donner/Shuler-Donner Productions','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-07-10","285444603","127","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'cn','name':'????????? / ?????????'},{'iso_639_1':'zh','name':'?????????'}]","Released","The faces you love. The action you expect.","Lethal Weapon 4","false","6.5","1246" +"false","/rnMLbWNSWX70eWFxWOpkfngXtwD.jpg","{'id':945,'name':'Lethal Weapon Collection','poster_path':'/5zg6QLY0tdDLVHLwn28oowG3m8H.jpg','backdrop_path':'/neQ6voPqqvOFrdLCYkChgc3Ff85.jpg'}","35000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","943","tt0104714","en","Lethal Weapon 3","Archetypal buddy cops Riggs and Murtaugh are back for another round of high-stakes action, this time setting their collective sights on bringing down a former Los Angeles police lieutenant turned black market weapons dealer. Lorna Cole joins as the beautiful yet hardnosed internal affairs sergeant who catches Riggs's eye.","14.216","/pr5RcT2TdJ09PkETdhRiwixf8PW.jpg","[{'id':68619,'logo_path':null,'name':'St. Petersburg Clearwater Film Commision','origin_country':''},{'id':68621,'logo_path':null,'name':'St. Petersburg Clearwater Film Commission','origin_country':''},{'id':1885,'logo_path':'/xlvoOZr4s1PygosrwZyolIFe5xs.png','name':'Silver Pictures','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-05-15","321731527","118","[{'iso_639_1':'en','name':'English'}]","Released","The magic is back again!","Lethal Weapon 3","false","6.6","1330" +"false","/7AwySjHxakk3yCItwtjQbYhWAOg.jpg","{'id':945,'name':'Lethal Weapon Collection','poster_path':'/5zg6QLY0tdDLVHLwn28oowG3m8H.jpg','backdrop_path':'/neQ6voPqqvOFrdLCYkChgc3Ff85.jpg'}","25000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","942","tt0097733","en","Lethal Weapon 2","In the opening chase, Martin Riggs and Roger Murtaugh stumble across a trunk full of Krugerrands. They follow the trail to a South African diplomat who's using his immunity to conceal a smuggling operation. When he plants a bomb under Murtaugh's toilet, the action explodes!","14.901","/7XAusKpFNv8x9sHpFLAS2lWCT8l.jpg","[{'id':1885,'logo_path':'/xlvoOZr4s1PygosrwZyolIFe5xs.png','name':'Silver Pictures','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-07-07","227853986","114","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'af','name':'Afrikaans'}]","Released","The magic is back!","Lethal Weapon 2","false","6.8","1675" +"false","/xQpCA4QIEKcfsLf7CSeSM0tHCY7.jpg","{'id':945,'name':'Lethal Weapon Collection','poster_path':'/5zg6QLY0tdDLVHLwn28oowG3m8H.jpg','backdrop_path':'/neQ6voPqqvOFrdLCYkChgc3Ff85.jpg'}","15000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","941","tt0093409","en","Lethal Weapon","Veteran buttoned-down LAPD detective Roger Murtaugh is partnered with unhinged cop Martin Riggs, who -- distraught after his wife's death -- has a death wish and takes unnecessary risks with criminals at every turn. The odd couple embark on their first homicide investigation as partners, involving a young woman known to Murtaugh with ties to a drug and prostitution ring.","15.496","/drp80fBSWhz0vAmzUibXDyn0Pjo.jpg","[{'id':1885,'logo_path':'/xlvoOZr4s1PygosrwZyolIFe5xs.png','name':'Silver Pictures','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-03-06","120207127","110","[{'iso_639_1':'en','name':'English'}]","Released","If these two can learn to stand each other... the bad guys don't stand a chance.","Lethal Weapon","false","7.1","2217" +"false","/6y5s5XboARsaZARPBO9L3oYM9Bl.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","276488","tt3148348","en","Let Us Prey","Rachel, a rookie cop, is about to begin her first night shift in a neglected police station in a Scottish, backwater town. The kind of place where the tide has gone out and stranded a motley bunch of the aimless, the forgotten, the bitter-and-twisted who all think that, really, they deserve to be somewhere else. They all think they're there by accident and that, with a little luck, life is going to get better. Wrong, on both counts. Six is about to arrive - and All Hell Will Break Loose!","7.728","/yQgKyDXbV8XQKKarJ8ph5Y9dpQe.jpg","[{'id':47348,'logo_path':null,'name':'Greenhouse Media Investment','origin_country':''},{'id':2446,'logo_path':null,'name':'Makar Productions','origin_country':''},{'id':18078,'logo_path':null,'name':'Fantastic Films','origin_country':'IE'}]","[{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-04-17","0","88","[{'iso_639_1':'en','name':'English'}]","Released","Darkness Shall Rise","Let Us Prey","false","5.6","142" +"false","/qcnsvMdFKiMyf4gJhbi5iWpNYD6.jpg","null","20000000","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","http://www.letmein-movie.com","41402","tt1228987","en","Let Me In","A bullied young boy befriends a young female vampire who lives in secrecy with her guardian. A remake of the movie ???Let The Right One In??? which was an adaptation of a book.","7.831","/90Y8RVSlOnWsG8PO6evI4ycXItg.jpg","[{'id':1314,'logo_path':'/gQBluDqe6dc2ZdzfJbabEHoSGoG.png','name':'Hammer Film Productions','origin_country':'GB'},{'id':3576,'logo_path':null,'name':'EFTI','origin_country':''},{'id':12807,'logo_path':'/i1TyJLN5V53V6IKbugEzwM3tMvw.png','name':'Overture Films','origin_country':'US'},{'id':11448,'logo_path':'/twhX9HMUuGW4Mhb45AyWDhRqkvR.png','name':'Exclusive Media','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2010-10-01","24145613","116","[{'iso_639_1':'en','name':'English'}]","Released","Innocence dies. Abby doesn't.","Let Me In","false","6.7","1029" +"false","/srWMIJYWQYPUgcE3Tqw17GeyEfB.jpg","null","61000000","[{'id':36,'name':'History'},{'id':18,'name':'Drama'}]","http://www.lesmiserablesfilm.com","82695","tt1707386","en","Les Mis??rables","An adaptation of the successful stage musical based on Victor Hugo's classic novel set in 19th-century France, in which a paroled prisoner named Jean Valjean seeks redemption.","15.526","/qEsrAHoxj746FRb7OLGYjrx1AI3.jpg","[{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2012-12-18","441809770","157","[{'iso_639_1':'en','name':'English'}]","Released","Fight. Dream. Hope. Love.","Les Mis??rables","false","7.4","3153" +"false","/5r52emjfcu5jqxDWgQrdAXN8FHp.jpg","{'id':19285,'name':'Leprechaun Collection (Original Series)','poster_path':'/kdnaM7K8T8oXwWk2QdiWEs8Zg2w.jpg','backdrop_path':'/pRjYboGyfjO5PkY7Rdg21s4FhoI.jpg'}","0","[{'id':27,'name':'Horror'}]","","126172","tt2345613","en","Leprechaun: Origins","Two young couples backpacking through Ireland discover that one of Ireland's most famous legends is a terrifying reality.","6.494","/rDMP96zoVQiuSXZTagmDoGpsGgG.jpg","[{'id':10339,'logo_path':'/oiIi36MaWXwvvHWX5eojoE2Fiyv.png','name':'WWE Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-08-22","0","90","[{'iso_639_1':'en','name':'English'}]","Released","A horror icon is reborn","Leprechaun: Origins","false","3.7","82" +"false","/8mk6TyGmjd0QVywaekjKGc4s2ns.jpg","{'id':19285,'name':'Leprechaun Collection (Original Series)','poster_path':'/kdnaM7K8T8oXwWk2QdiWEs8Zg2w.jpg','backdrop_path':'/pRjYboGyfjO5PkY7Rdg21s4FhoI.jpg'}","0","[{'id':27,'name':'Horror'}]","","18011","tt0209095","en","Leprechaun in the Hood","When Butch, Postmaster P, and Stray Bullet loot the local hip-hop mogul's studio to fund their demo album, the threesome unwittingly ends up with the secret of Mack Daddy's success: a magical flute. Their gigs instantly turn golden but a blood-thristy Leprechaun and an angry Mack Daddy are hot on their trail, leaving a wake of destruction tainted by politically incorrect limericks.","5.029","/lCRwtuxnJWkZ04gwtfYF9h1GUkl.jpg","[{'id':4063,'logo_path':null,'name':'Trimark Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-03-28","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Evil's in the house.","Leprechaun in the Hood","false","4.5","55" +"false","/6xZrqzy2Uhq1DvB0zdE834p4gfB.jpg","{'id':19285,'name':'Leprechaun Collection (Original Series)','poster_path':'/kdnaM7K8T8oXwWk2QdiWEs8Zg2w.jpg','backdrop_path':'/pRjYboGyfjO5PkY7Rdg21s4FhoI.jpg'}","0","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'}]","","19288","tt0339294","en","Leprechaun: Back 2 tha Hood","When Emily Woodrow and her friends happen on a treasure chest full of gold coins, they fail to to heed the warnings of a wise old psychic who had foretold that they would encounter trouble with a very nasty and protective Leprechaun.","4.364","/dIyJ9mA3mPW1WEme5tUjaadHrYb.jpg","[{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-12-30","0","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Evil has a whole new rap!","Leprechaun: Back 2 tha Hood","false","4.8","45" +"false","/nZjPrLrKOkykGCHCL5fOWuIoYBE.jpg","{'id':19285,'name':'Leprechaun Collection (Original Series)','poster_path':'/kdnaM7K8T8oXwWk2QdiWEs8Zg2w.jpg','backdrop_path':'/pRjYboGyfjO5PkY7Rdg21s4FhoI.jpg'}","0","[{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","19287","tt0116861","en","Leprechaun 4: In Space","On a planet in a distant galaxy, a power hungry Leprechaun, holds a beautiful alien princess hostage in order to marry her for her royal title. With her title and his beloved gold, he'll be able to rule the universe. While making his maniacal plans, what he doesn't count on is an invading platoon of marines from Earth, to save the princess and foil his plans. An accomplished trickster, the Leprechaun stows himself away on the orbiting spaceship and wreaks havoc on the crew in an attempt to recapture his bride.","6.303","/l5wiWnZXrBtlOQcEJ05nFPFiwaY.jpg","[{'id':3879,'logo_path':null,'name':'Front Street Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-12-25","0","95","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","One small step for man... one giant leap of terror.","Leprechaun 4: In Space","false","3.9","54" +"false","/wR7ymcbZDTygjvSSgbIIkEzQbq8.jpg","{'id':19285,'name':'Leprechaun Collection (Original Series)','poster_path':'/kdnaM7K8T8oXwWk2QdiWEs8Zg2w.jpg','backdrop_path':'/pRjYboGyfjO5PkY7Rdg21s4FhoI.jpg'}","0","[{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'}]","","19286","tt0113636","en","Leprechaun 3","It was a normal night in Las Vegas, Nevada, all the lights were flashing brightly, until a man with one hand, one eye, and one leg walks into a pawn shop with a statue of a hideous looking Leprechaun. The owner claims it's a good luck charm. The statue also wore a medallion around it's neck. The careless pawn shop owner took off the medallion setting the Leprechaun free...","5.964","/gWNgoZwh7RaAfPlMm44xz50qeqM.jpg","[{'id':4063,'logo_path':null,'name':'Trimark Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-07-04","0","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Welcome to Vegas... the odds are you won't leave alive!","Leprechaun 3","false","5","75" +"false","/1XfpEBNpRMcozlgVHgOkwRVBDad.jpg","{'id':19285,'name':'Leprechaun Collection (Original Series)','poster_path':'/kdnaM7K8T8oXwWk2QdiWEs8Zg2w.jpg','backdrop_path':'/pRjYboGyfjO5PkY7Rdg21s4FhoI.jpg'}","2000000","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","18009","tt0110329","en","Leprechaun 2","A thousand years ago, the Leprechaun left a bloody trail when he ripped through the countryside in search of his stolen gold. Now he's back in the big city using all of his deadly tricks to snare the girl of his nightmares. His bloody quest becomes more deadly when her boyfriend steals one of the Leprechaun's gold coins. The town soon discovers two dead bodies and a trail of gold dust leads them to the Leprechaun's lair.","7.187","/fnCLZ3rpy3enYSHrzcBxnx3fozK.jpg","[{'id':6562,'logo_path':null,'name':'Planet Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-04-07","2260622","85","[{'iso_639_1':'en','name':'English'}]","Released","This time... luck has nothing to do with it.","Leprechaun 2","false","4.7","89" +"false","/dI7hNqmofB4CrELGiZVkdiJnz21.jpg","{'id':19285,'name':'Leprechaun Collection (Original Series)','poster_path':'/kdnaM7K8T8oXwWk2QdiWEs8Zg2w.jpg','backdrop_path':'/pRjYboGyfjO5PkY7Rdg21s4FhoI.jpg'}","900000","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","11811","tt0107387","en","Leprechaun","A horrific Leprechaun goes on a rampage after his precious bag of gold coins is stolen. He uses all of his magical destructive powers to trick, terrorize and kill anyone who is unlucky enough to hinder his relentless search. In a frantic attempt to survive the wrath of the Leprechaun, Tori and her friends scramble to find the only weapon known to kill this Irish monster...a four-leaf clover.","7.805","/2dsUS77eZIjWduahxqYtp3U0zS2.jpg","[{'id':4063,'logo_path':null,'name':'Trimark Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-01-08","8556940","92","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","Your luck just ran out.","Leprechaun","false","5.1","219" +"false","/dXQ7HILRK1Tg33RT64JwbQI7Osh.jpg","null","16000000","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","101","tt0110413","fr","L??on","L??on, the top hit man in New York, has earned a rep as an effective ""cleaner"". But when his next-door neighbors are wiped out by a loose-cannon DEA agent, he becomes the unwilling custodian of 12-year-old Mathilda. Before long, Mathilda's thoughts turn to revenge, and she considers following in L??on's footsteps.","22.87","/gE8S02QUOhVnAmYu4tcrBlMTujz.jpg","[{'id':9,'logo_path':'/nda3dTUYdDrJ6rZqBpYvY865aDv.png','name':'Gaumont','origin_country':'FR'},{'id':66743,'logo_path':null,'name':'Les Films du Dauphin','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","1994-09-14","45284974","111","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'it','name':'Italiano'}]","Released","If you want a job done well, hire a professional.","L??on: The Professional","false","8.3","7318" +"false","/iH65TTlQtDKCFZ9FZI04jz6xKPF.jpg","null","140000000","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","11774","tt0339291","en","Lemony Snicket's A Series of Unfortunate Events","Three wealthy children's parents are killed in a fire. When they are sent to a distant relative, they find out that he is plotting to kill them and seize their fortune. This movie is extremely alarming, an expression which here means ""a thrilling misadventure involving three ingenious orphans and a villainous actor named Count Olaf (Jim Carrey) who wants their enormous fortune."" It includes a suspicious fire, delicious pasta, Jim Carrey, poorly behaved looches, Billy Connolly, an incredibly deadly viper, Meryl Streep, and the voice of an imposter named Jude Law.","12.133","/dHQMAj9E2G2ewjN1aCOPubsZaj1.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':258,'logo_path':null,'name':'Scott Rudin Productions','origin_country':'US'},{'id':2348,'logo_path':'/m31fQvZJuUvAgxoqTiCGYFBfZYe.png','name':'Nickelodeon Movies','origin_country':'US'},{'id':11930,'logo_path':null,'name':'Kumar Mobiliengesellschaft mbH & Co. Projekt Nr. 2 KG','origin_country':''},{'id':49325,'logo_path':null,'name':'Parkes+MacDonald Image Nation','origin_country':''},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2004-12-16","209073645","108","[{'iso_639_1':'en','name':'English'}]","Released","Mishaps. Misadventures. Mayhem. Oh Joy.","Lemony Snicket's A Series of Unfortunate Events","false","6.8","2853" +"false","/e9apNTJqYec03PeefeEOu0nB8tn.jpg","null","0","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","280000","tt2396436","en","Lemon Tree Passage","An Australian urban legend comes screaming on the Ozploitation scene. It???s said that if you drive down the creepy road of Lemon Tree Passage, and witness a sudden flash of light in the trees, you'll be forever haunted by the tormented spirit of a man killed by thrill speeding teenagers. Wanting to put this old wives??? tale to the test, a car-load of non-believers take the supposedly cursed journey and do indeed see a strange manifestation. But it???s not the one of popular myth - this sudden possession of one of their number involves another altogether more shocking crime. That of a young girl raped and murdered on the same stretch of highway. As one urban legend trumps another, the scared passengers must sort out the facts of both cases before vengeful justice from beyond the grave can be meted out with moody atmosphere, ghostly thrills and supernatural suspense.","3","/8kopiojZ7neDOHD9OzwDGp3GTyp.jpg","[{'id':46177,'logo_path':null,'name':'Thirteen Disciples','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2014-08-25","0","84","[{'iso_639_1':'en','name':'English'}]","Released","","Lemon Tree Passage","false","4.3","52" +"false","/tNLqvS8Nqw2BayKrw2DdM1BA8lh.jpg","null","26000000","[{'id':27,'name':'Horror'}]","http://www.legionmovie.com","22894","tt1038686","en","Legion","When God loses faith in humankind, he sends his legion of angels to bring on the Apocalypse. Humanity's only hope for survival lies in a group of strangers trapped in an out-of-the-way, desert diner with the Archangel Michael.","14.021","/mXJJPsVfQdf0OWxgoWgDUFyzJQo.jpg","[{'id':3287,'logo_path':'/bz6GbCQQXGNE56LTW9dwgksW0Iw.png','name':'Screen Gems','origin_country':'US'},{'id':2266,'logo_path':'/owzVs2mguyyJ3vIn7EbgowpUPnk.png','name':'Bold Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-01-21","67918658","100","[{'iso_639_1':'en','name':'English'}]","Released","When the last angel falls, the fight for mankind begins.","Legion","false","5.3","1103" +"false","/brfFrMWat9T4w07ovSOV9UV7vSt.jpg","null","30000000","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':10752,'name':'War'}]","","4476","tt0110322","en","Legends of the Fall","An epic tale of three brothers and their father living in the remote wilderness of 1900s USA and how their lives are affected by nature, history, war, and love.","8.932","/uh0sJcx3SLtclJSuKAXl6Tt6AV0.jpg","[{'id':348,'logo_path':null,'name':'Bedford Falls Productions','origin_country':''},{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'},{'id':1656,'logo_path':null,'name':'Pangaea','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-12-16","160638883","133","[{'iso_639_1':'kw','name':''},{'iso_639_1':'en','name':'English'}]","Released","After the Fall from Innocence the Legend begins.","Legends of the Fall","false","7.4","1063" +"false","/6lwiZ1v5n3F0oY9ouCLlI9LgRRm.jpg","null","80000000","[{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","https://www.warnerbros.com/legend-guardians-owls-gahoole","41216","tt1219342","en","Legend of the Guardians: The Owls of Ga'Hoole","Soren, a young barn owl, is kidnapped by owls of St. Aggie's, ostensibly an orphanage, where owlets are brainwashed into becoming soldiers. He and his new friends escape to the island of Ga'Hoole, to assist its noble, wise owls who fight the army being created by the wicked rulers of St. Aggie's. The film is based on the first three books in the series.","14.094","/mgkRaVtdrOAZT2cFZi9Ihh9QpuL.jpg","[{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':8089,'logo_path':'/kEUAzsG2hZcCV7rmSCozgLhGWaa.png','name':'Animal Logic','origin_country':'AU'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':9995,'logo_path':'/mAIGhOYhN4N2N0F7p4dbKhgXf3l.png','name':'Cruel & Unusual Films','origin_country':'US'}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'US','name':'United States of America'}]","2010-07-10","140073390","97","[{'iso_639_1':'en','name':'English'}]","Released","On his way to finding a legend...he will become one.","Legend of the Guardians: The Owls of Ga'Hoole","false","6.6","1163" +"false","/kiTjtGWfQNuwz8YMyzicn4wDkET.jpg","null","24500000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'}]","https://www.uphe.com/movies/legend-1986","11976","tt0089469","en","Legend","Set in a timeless mythical forest inhabited by fairies, goblins, unicorns and mortals, this fantastic story follows a mystical forest dweller, chosen by fate, to undertake a heroic quest. He must save the beautiful Princess Lili and defeat the demonic Lord of Darkness, or the world will be plunged into a never-ending ice age.","11.137","/xNWs9LM46vJWwf1q0VGPOccTKg4.jpg","[{'id':10214,'logo_path':null,'name':'Embassy International Pictures','origin_country':'US'},{'id':10215,'logo_path':null,'name':'Legend Production Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'}]","1985-07-19","15502112","94","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","There may never be another dawn.","Legend","false","6.2","476" +"false","/rusiQnUaorH0Z71hYMsrR8Ortrf.jpg","{'id':86024,'name':'Legally Blonde Collection','poster_path':'/2hRPa13K9cljmKJdaLVs1J1zzay.jpg','backdrop_path':'/aabPyPAA6E8hJ7tUipwunr3Itzb.jpg'}","18000000","[{'id':35,'name':'Comedy'}]","","8835","tt0250494","en","Legally Blonde","Elle Woods has it all. She's the president of her sorority, a Hawaiian Tropic girl, Miss June in her campus calendar, and, above all, a natural blonde. She dates the cutest fraternity boy on campus and wants nothing more than to be Mrs. Warner Huntington III. But, there's just one thing stopping Warner from popping the question: Elle is too blonde.","11.302","/1gAnkZNAd3HqgWL7aqSOQFwt7D1.jpg","[{'id':2527,'logo_path':'/osO7TGmlRMistSQ5JZusPhbKUHk.png','name':'Marc Platt Productions','origin_country':'US'},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-07-13","141774679","96","[{'iso_639_1':'en','name':'English'}]","Released","Don't judge a book by its hair color!","Legally Blonde","false","6.4","1731" +"false","/dAhgl1ffOHwaqgRCnAY3nxc96bt.jpg","{'id':86024,'name':'Legally Blonde Collection','poster_path':'/2hRPa13K9cljmKJdaLVs1J1zzay.jpg','backdrop_path':'/aabPyPAA6E8hJ7tUipwunr3Itzb.jpg'}","45000000","[{'id':35,'name':'Comedy'}]","","10327","tt0333780","en","Legally Blonde 2: Red, White & Blonde","After Elle Woods, the eternally perky, fashionably adventurous, famously blonde Harvard Law grad gets fired by her law firm because of her opposition to animal testing, she takes her fight to Washington. As an aide for Congresswoman Victoria Rudd, she pushes for a bill to ban testing once and for all, but it's her building's doorman who advises her on how to get her way on the Hill.","12.085","/wECfNeNPTO5stVguJZ4lWYzd3J6.jpg","[{'id':2308,'logo_path':null,'name':'Type A Films','origin_country':''},{'id':2527,'logo_path':'/osO7TGmlRMistSQ5JZusPhbKUHk.png','name':'Marc Platt Productions','origin_country':'US'},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-07-02","124914842","95","[{'iso_639_1':'en','name':'English'}]","Released","Bigger. Bolder. Blonder.","Legally Blonde 2: Red, White & Blonde","false","5.4","733" +"false","/oUZn1QXB7FTqMBnM7GdqK5PFNzn.jpg","null","16000000","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","http://www.leftbehindmovie.com/","218043","tt2467046","en","Left Behind","A small group of survivors are left behind after millions of people suddenly vanish during the rapture and the world is plunged into chaos and destruction.","12.311","/lWf8po2lGleVuzRB4lpHavVT1Lv.jpg","[{'id':16558,'logo_path':null,'name':'Stoney Lake Entertainment','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2014-10-03","19682924","110","[{'iso_639_1':'en','name':'English'}]","Released","The End Begins","Left Behind","false","3.9","673" +"false","/lUdkzFIzaeiaAul60eyC9AM4hfF.jpg","null","0","[{'id':35,'name':'Comedy'}]","http://www.leeevans.net/","23677","tt0186298","en","Lee Evans: Live in Scotland","Filmed live at the Edinburgh Playhouse Lee Evans, star of Mousehunt and Something About Mary, returns to the stage.","0.988","/w64P93xywGiYiOn8IZzb2bK7pIM.jpg","[{'id':2963,'logo_path':null,'name':'Open Mike Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1998-01-01","0","60","[{'iso_639_1':'en','name':'English'}]","Released","","Lee Evans: Live in Scotland","true","8.9","5" +"false","/zZggWJSG18wPIOrZOgV5LI12LMi.jpg","null","25000000","[{'id':18,'name':'Drama'}]","","132363","tt1327773","en","The Butler","A look at the life of Cecil Gaines who served eight presidents as the White House's head butler from 1952 to 1986, and had a unique front-row seat as political and racial history was made.","18.044","/hUjEYTN5NuK8kYRQxngS7itpBQC.jpg","[{'id':18919,'logo_path':null,'name':'Follow Through Productions','origin_country':''},{'id':18920,'logo_path':null,'name':'Salamander Pictures','origin_country':''},{'id':326,'logo_path':null,'name':'Laura Ziskin Productions','origin_country':''},{'id':695,'logo_path':null,'name':'Lee Daniels Entertainment','origin_country':'US'},{'id':18921,'logo_path':null,'name':'Pam Williams Productions','origin_country':''},{'id':18922,'logo_path':null,'name':'Windy Hill Pictures','origin_country':''},{'id':308,'logo_path':'/e8F3mQM7DkJ5SfYYDp8FYzPBOGX.png','name':'The Weinstein Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-08-16","115922175","132","[{'iso_639_1':'en','name':'English'}]","Released","One quiet voice can ignite a revolution.","The Butler","false","7.4","1759" +"false","/2gJDuPxrZBns5ab47HQbyU2l6Im.jpg","null","3600000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.mgm.com/title_title.do?title_star=LEAVINGL","451","tt0113627","en","Leaving Las Vegas","Ben Sanderson, an alcoholic Hollywood screenwriter who lost everything because of his drinking, arrives in Las Vegas to drink himself to death. There, he meets and forms an uneasy friendship and non-interference pact with prostitute Sera.","8.559","/37qHRJxnSh5YkuaN9FgfNnMl3Tj.jpg","[{'id':15547,'logo_path':null,'name':'Intial Productions','origin_country':''},{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':25129,'logo_path':'/9kyYRk8aHbIdJCIj3cLh1f6FTXR.png','name':'Lumi??re Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-10-27","49800000","112","[{'iso_639_1':'en','name':'English'}]","Released","I Love You... The Way You Are.","Leaving Las Vegas","false","7.2","584" +"false","/bZKUrgIdjuOvPY4P68G6xig3qzD.jpg","null","750000","[{'id':99,'name':'Documentary'},{'id':10402,'name':'Music'}]","http://leavetheworldbehind.com/","250578","tt3288290","en","Swedish House Mafia - Leave the World Behind","A music documentary following the breakup of Swedish House Mafia and their subsequent One Last Tour. The largest electronic tour in history, selling over 1 million tickets in one week. Director Christian Larson captures the band in a unique fly on the wall manner as they call it quits and seek closure by going on the tour they had always dreamed of. With breathtaking live moments, huge laughs and dark lows, the band start to unravel why they came to the decision to end the biggest achievement of their lives to date to save their friendship. The film maps out three of the biggest stars in a scene which has gripped youth the world over and the psychology of the band. A film not to be missed.","2.143","/foLe0dW1Q9DqUfigZKzwejfChhY.jpg","[{'id':15826,'logo_path':null,'name':'Ridley Scott Associates','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2014-03-12","0","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'sv','name':'svenska'}]","Released","The film maps out three of the biggest stars in a scene which has gripped youth the world over.","Leave the World Behind","false","7.3","30" +"false","/saWThDpek8WdO6OChaOZUuA4zD1.jpg","null","19000000","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","http://www.leapyearfilm.net","25195","tt1216492","en","Leap Year","When yet another anniversary passes without a marriage proposal from her boyfriend, Anna decides to take action. Aware of a Celtic tradition that allows women to pop the question on Feb. 29, she plans to follow her lover to Dublin and ask him to marry her. Fate has other plans, however, and Anna winds up on the other side of the Emerald Isle with handsome, but surly, Declan -- an Irishman who may just lead Anna down the road to true love.","13.663","/zQzJIjlbkjhH5Eu79eH8L3KoEra.jpg","[{'id':58262,'logo_path':null,'name':'Birnbaum / Barber Productions','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':158,'logo_path':'/6SHlNIype9zmyEMRsBtoueUtLsq.png','name':'Spyglass Entertainment','origin_country':'US'},{'id':1266,'logo_path':null,'name':'Octagon Films','origin_country':''},{'id':6363,'logo_path':null,'name':'BenderSpink','origin_country':''}]","[{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'US','name':'United States of America'}]","2010-01-08","29922472","100","[{'iso_639_1':'en','name':'English'}]","Released","Anna planned to propose to her boyfriend on February 29th. This is not her boyfriend.","Leap Year","false","6.7","930" +"false","/nedUYyhwKz7c1pqq9P2aaYLSuRE.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","209350","tt2392326","en","Le Week-End","Nick and Meg Burrows return to Paris, the city where they honeymooned, to celebrate their 30th wedding anniversary and rediscover some romance in their long-lived marriage. The film follows the couple as long-established tensions in their marriage break out in humorous and often painful ways.","4.222","/prXVssvfnzAvKpdAfKunjdAouNa.jpg","[{'id':39509,'logo_path':null,'name':'Free Range Films','origin_country':''},{'id':2137,'logo_path':null,'name':'Le Bureau','origin_country':''},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2013-10-04","2225098","93","[{'iso_639_1':'en','name':'English'}]","Released","","Le Week-End","false","6.4","70" +"false","/neSLpxwG5TWNzCPDUIZ9kbl2bOL.jpg","null","6500000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","http://www.sonypictures.co.uk/homevideo/layercake/index.html","4836","tt0375912","en","Layer Cake","When a seemingly straight-forward drug deal goes awry, XXXX has to break his die-hard rules and turn up the heat, not only to outwit the old regime and come out on top, but to save his own skin...","12.565","/y6BzUkrx789OhVMDXZiBBVHu6OQ.jpg","[{'id':5374,'logo_path':'/8dgIXEObpRYixczGSpyW9rgnN53.png','name':'Marv Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2004-09-30","11850214","105","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ro','name':'Rom??n??'}]","Released","","Layer Cake","false","7.1","856" +"false","/2Ag23rl87hgDMPWCEAPjkMZZICq.jpg","null","26350000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","84305","tt1132449","en","Lay the Favorite","A former stripper's talent with numbers lands her a job with a professional gambler who runs a sports book in Las Vegas.","6.635","/A5m1r8yhPYLxhz4P3JmMbMvzChn.jpg","[{'id':10146,'logo_path':'/xnFIOeq5cKw09kCWqV7foWDe4AA.png','name':'Focus Features','origin_country':'US'},{'id':7262,'logo_path':null,'name':'Random Films','origin_country':''},{'id':1785,'logo_path':'/wT6aIkuQTNuq8XFoDGACK8EyR6w.png','name':'Likely Story','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2012-06-22","1576687","94","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","How far can a losing shot take you?","Lay the Favorite","false","5.3","119" +"false","/lENerYvUcfl9GlolqA1emj5gb4k.jpg","null","15000000","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10752,'name':'War'}]","","947","tt0056172","en","Lawrence of Arabia","The story of British officer T.E. Lawrence's mission to aid the Arab tribes in their revolt against the Ottoman Empire during the First World War. Lawrence becomes a flamboyant, messianic figure in the cause of Arab unity but his psychological instability threatens to undermine his achievements.","10.625","/j21UXCOq0EbV8EPTtmPn1CGePfB.jpg","[{'id':11356,'logo_path':null,'name':'Horizon Pictures (II)','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1962-12-10","69995385","217","[{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'tr','name':'T??rk??e'}]","Released","A Mighty Motion Picture Of Action And Adventure!","Lawrence of Arabia","false","8","1372" +"false","/qNXTnWdDura71AHfSu1Cf3VXupA.jpg","null","26000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","http://lawless-film.com/","82633","tt1212450","en","Lawless","Set in the Depression-era Franklin County, Virginia, a bootlegging gang is threatened by authorities who want a cut of their profits.","12.266","/uViCpDSOo0Pexx1KWX7NXQaS9BH.jpg","[{'id':308,'logo_path':'/e8F3mQM7DkJ5SfYYDp8FYzPBOGX.png','name':'The Weinstein Company','origin_country':'US'},{'id':6692,'logo_path':'/2Wd2CodKtgB4XyAQH4ez8qnZuqg.png','name':'Benaroya Pictures','origin_country':'US'},{'id':12005,'logo_path':null,'name':'Yucaipa Films','origin_country':''},{'id':13184,'logo_path':'/pfUB1a62jSMIqp4Xmaq6z2cgW0B.png','name':'Annapurna Pictures','origin_country':'US'},{'id':13507,'logo_path':null,'name':'Pie Films Inc.','origin_country':''},{'id':14440,'logo_path':null,'name':'Red Wagon Entertainment','origin_country':''},{'id':15495,'logo_path':null,'name':'Revolt Films','origin_country':''},{'id':47124,'logo_path':null,'name':'Blum Hanson Allen Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-08-29","53676580","115","[{'iso_639_1':'en','name':'English'}]","Released","When the law became corrupt, outlaws became heroes.","Lawless","false","7","1609" +"false","/xFBmZefwrKNeuN7IOksPSdX5ETG.jpg","null","53000000","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","22803","tt1197624","en","Law Abiding Citizen","A frustrated man decides to take justice into his own hands after a plea bargain sets one of his family's killers free. He targets not only the killer but also the district attorney and others involved in the deal.","23.481","/p7zwLp8gCKyrNLCHP3RhmN5izHo.jpg","[{'id':5257,'logo_path':null,'name':'The Film Department','origin_country':'US'},{'id':5802,'logo_path':null,'name':'Evil Twins','origin_country':''},{'id':12180,'logo_path':'/ye2vKF2MZbVPzof7YZjeRUkL7Up.png','name':'Warp Films','origin_country':'GB'},{'id':103331,'logo_path':null,'name':'G-BASE','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-10-15","126690726","109","[{'iso_639_1':'en','name':'English'}]","Released","The System Must Pay.","Law Abiding Citizen","false","7.3","2490" +"false","/ptuzyLVOszxNSzWJlNEyHF1zrVP.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","254193","tt2420756","en","Late Phases","When deadly attacks from the forests beset a secluded retirement community, it is up to a grizzled veteran to figure what the residents are hiding.","5.726","/7ulbyPajXTNZkki9AtcLI9YYhc2.jpg","[{'id':14066,'logo_path':null,'name':'Site B','origin_country':''},{'id':4592,'logo_path':null,'name':'Dark Sky Films','origin_country':''},{'id':1360,'logo_path':null,'name':'Glass Eye Pix','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-11-21","0","95","[{'iso_639_1':'en','name':'English'}]","Released","The hunt is on","Late Phases","false","5.8","118" +"false","/f0fqJ4AEwpkdFWvtk0jGkhfOQmS.jpg","null","28000000","[{'id':35,'name':'Comedy'}]","","137093","tt1204975","en","Last Vegas","Three sixty-something friends take a break from their day-to-day lives to throw a bachelor party in Las Vegas for their last remaining single pal.","9.299","/ylZnvqSWnGXxFRgDmQ8nihtFBv6.jpg","[{'id':34886,'logo_path':null,'name':'Gidden Media','origin_country':'US'},{'id':5490,'logo_path':'/xuJSR4dWsvkE194aemIJwflyNF2.png','name':'CBS Films','origin_country':'US'},{'id':17393,'logo_path':'/k28sCof6kheeOicLqL6EXX2GHov.png','name':'Good Universe','origin_country':'US'},{'id':415,'logo_path':null,'name':'Laurence Mark Productions','origin_country':''},{'id':13444,'logo_path':null,'name':'Outlaw Sinema','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-10-31","134402450","105","[{'iso_639_1':'en','name':'English'}]","Released","It's going to be legendary","Last Vegas","false","6.4","1179" +"false","/aS44CCwLqmjbRxTWt8bvyLQ3KSn.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","https://www.facebook.com/LastPassengerMovie","104329","tt1858481","en","Last Passenger","Independent British thriller starring Dougray Scott and Kara Tointon. Lewis (Scott), an overworked doctor, is on his way home from London with his young son Max (Joshua Kaynama). Clearly exhausted from his work, Lewis decides to take a nap on the train while an attractive young woman (Tointon) watches over his son. When he wakes, all but a few passengers have alighted and he realises that the train is not stopping to let anyone else off. Determined to get to the bottom of the mystery, Lewis goes to investigate and finds that the train has been taken over by an unstable driver who is hellbent on destroying the vehicle along with all the remaining passengers on board.","4.835","/woBKW8h4UQJlZ1Ox4Es3ee7QDP2.jpg","[{'id':6236,'logo_path':null,'name':'NDF International','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-10-18","0","96","[{'iso_639_1':'en','name':'English'}]","Released","A small group of everyday passengers on a speeding London commuter train battle their warped driver who has a dark plan for everyone on board.","Last Passenger","false","5.8","86" +"false","/dsFqdUHxyKZuTz0MV9dsYzOnlsm.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.lastouncethemovie.com","130774","tt2359137","en","Last Ounce of Courage","Bob Revere is a small town Mayor and combat decorated veteran. He faces a root of bitterness from his past filled with heartbreaking loss. His grandson comes back into his life after many years to ask the most important question, ???What are we doing with our life to make a difference???? Bob had grown apathetic along with an entire town. Now with the help of children, a group of people all band together to inspire hope, take back the freedoms that are being lost and take a stand for truth. The cast includes Marshall Teague (Roadhouse), Jennifer O???Neill (Summer of ???42), Fred Williamson (Black Ceasar) and Jenna Boyd (Sisterhood of the Traveling Pants).","1.391","/oDZFw1PEZavqAFzh5D0yOo4v2i.jpg","[{'id':6994,'logo_path':null,'name':'Veritas Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-09-14","0","99","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","A story of faith and freedom.","Last Ounce of Courage","false","3.5","6" +"false","/lD1ukTu3oEHMC4lFMt7Xfj0QaQ1.jpg","null","67000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","9333","tt0116830","en","Last Man Standing","John Smith is a mysterious stranger who is drawn into a vicious war between two Prohibition-era gangs. In a dangerous game, he switches allegiances from one to another, offering his services to the highest bidder. As the death toll mounts, Smith takes the law into his own hands in a deadly race to stay alive.","9.627","/fkURS96D2ceuocZIBuyiIBGHilF.jpg","[{'id':656,'logo_path':'/rqmaM1yOhp5KSGjjQToeOYPuMUx.png','name':'Metropolitan Filmexport','origin_country':'FR'},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-09-20","47267001","101","[{'iso_639_1':'en','name':'English'}]","Released","In a town with no justice, there is only one law... Every man for himself.","Last Man Standing","false","6.2","391" +"false","/mmrBi2PKgCFgYK614YCnhGVkg1Z.jpg","null","8200000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","201749","tt1838603","en","Mr. Morgan's Last Love","The film centres on a retired, widowed professor living in Paris who develops a special relationship with a younger French woman.","5.489","/i1bNPyhp5aBb6Bw8bc4ex87KVOC.jpg","[{'id':16937,'logo_path':'/8AFNIZ179EwZiCrY3JldjQg891y.png','name':'Bavaria Pictures','origin_country':'DE'},{'id':191,'logo_path':null,'name':'Senator Film Produktion','origin_country':''}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'FR','name':'France'}]","2013-08-22","0","116","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","It's never too late to love life again.","Mr. Morgan's Last Love","false","6.8","138" +"false","/muH4327Zxw7lLj1nprJPJlO0u6q.jpg","null","0","[{'id':28,'name':'Action'}]","","73819","tt1527823","en","The Last Kung Fu Monk","When a car accident orphans his young nephew, a Shaolin monk journeys to the United States to look after the lad and open his own martial arts academy, but he soon gets caught up in a dangerous kung fu underworld.","0.6","/eE5cYLCjiaCpzxj0HjDzjhm85YH.jpg","[{'id':13628,'logo_path':null,'name':'Shaolin Film Productions','origin_country':''},{'id':40750,'logo_path':null,'name':'Hot Bagels Entertainment','origin_country':''},{'id':13627,'logo_path':null,'name':'Man From Shaolin, The','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CN','name':'China'}]","2010-10-01","0","94","[{'iso_639_1':'de','name':'Deutsch'}]","Released","His fight arrives in New York","The Last Kung Fu Monk","false","4.5","6" +"false","/htDjxVDvVbia575PIIrCtjtRuni.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'}]","","308504","tt2493486","en","Last Knights","When an evil emperor executes their leader, his band of knights ??? bound by duty and honour ??? embarks on a journey of vengeance that will not come to an end until they've destroyed their mortal foe.","9.758","/jKcbKy4C9bbwcBWGkMQR70vBNXJ.jpg","[{'id':46441,'logo_path':null,'name':'Luka Productions','origin_country':''},{'id':80834,'logo_path':'/gWVVa74FMdRGXSnRroASmlNBEtU.png','name':'Route One Entertainment','origin_country':'US'},{'id':87208,'logo_path':null,'name':'Sovik Global Contents Fund','origin_country':''},{'id':87211,'logo_path':null,'name':'DMM.com','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-04-03","3643591","115","[{'iso_639_1':'en','name':'English'}]","Released","","Last Knights","false","6.3","512" +"false","/4u56Xj0tSqOCi5sBXAu3BRW0EVF.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","135461","tt1745740","en","Last Kind Words","17-year old Eli moves with his family to the isolated farm of reclusive Waylon, a man whose dark past threatens to overtake him. Eli???s family works to restore the desolate fields, while he becomes fascinated with the forests. While on the farm, Eli meets the mysterious Amanda when she gives him an apple. The next day she extracts a promise from him to avoid the deep woods. Reeling from a violent encounter with his father, one night he breaks this promise and finds her body hanging from a tree.","1.863","/mlH1wqMIeOrQUWT6lprOkOYR4Cw.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-06-08","0","85","[{'iso_639_1':'en','name':'English'}]","Released","","Last Kind Words","false","4.5","27" +"false","/xyoWrtCVaHLuh3HddKiGT5xhyeh.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'},{'id':10749,'name':'Romance'}]","","37923","tt0079437","en","Last Embrace","Secret agent Harry Hannan suffers a mental breakdown when a botched mission in Mexico results in the death of his wife. He is sent to a mental asylum, after which he eventually returns to work. But, once again, he begins to doubt his sanity when he receives a bizarre death threat written in Hebrew. Not knowing which of his colleagues wants to kill him, Hannan teams up with pretty young college student Ellie Fabian to attempt to unravel the mystery.","3.192","/xtYjCXQhCRDhCF53UynH1lfjZN5.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':48617,'logo_path':null,'name':'Taylor-Wigutow Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1979-05-04","0","102","[{'iso_639_1':'en','name':'English'}]","Released","It begins with an ancient warning. It ends at the edge of Niagara Falls. In between there are 5 murders. Solve the mystery. Or die trying.","Last Embrace","false","5.6","22" +"false","/bJY92zlsVLBsdK1BKSTS4h2FZr5.jpg","null","85000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","9593","tt0107362","en","Last Action Hero","Danny is obsessed with a fictional movie character action hero Jack Slater. When a magical ticket transports him into Jack's latest adventure, Danny finds himself in a world where movie magic and reality collide. Now it's up to Danny to save the life of his hero and new friend.","13.037","/yeLurMF2Xy3nex17hBbxft6zGR0.jpg","[{'id':55528,'logo_path':null,'name':'Oak Productions','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-06-18","137298489","130","[{'iso_639_1':'en','name':'English'}]","Released","This isn't the movies anymore.","Last Action Hero","false","6.2","1202" +"false","/rvxV5bXhtRpxx51mDiy29b56cb2.jpg","null","12000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.mgm.com/#/our-titles/1082/Lars-and-the-Real-Girl","6615","tt0805564","en","Lars and the Real Girl","Extremely shy Lars finds it impossible to make friends or socialize. His brother and sister-in-law worry about him, so when he announces that he has a girlfriend he met on the Internet, they are overjoyed. But Lars' new lady is a life-size plastic woman. On the advice of a doctor, his family and the rest of the community go along with his delusion.","8.478","/t8CjVSDVT5fy2AMZRwL0l9OCVhG.jpg","[{'id':737,'logo_path':'/dK1GZ1u4our8sJW0Sts1JHeNSLn.png','name':'Sidney Kimmel Entertainment','origin_country':'US'},{'id':19731,'logo_path':null,'name':'Lars Productions','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-10-12","11293663","106","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","The search for true love begins outside the box.","Lars and the Real Girl","false","7.1","879" +"false","/3zJQ9ga8fqvCrjpFRsRg0u1Skai.jpg","null","30000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","https://www.uphe.com/movies/larry-crowne","59861","tt1583420","en","Larry Crowne","When he suddenly finds himself without his long-standing blue-collar job, Larry Crowne enrolls at his local college to start over. There, he becomes part of an eclectic community of students and develops a crush on his teacher.","8.055","/iyX6KVFC3iQNHZivURoyrz3Gbf.jpg","[{'id':4170,'logo_path':null,'name':'Playtone Productions','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':7460,'logo_path':null,'name':'Vendome Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-06-30","36160375","98","[{'iso_639_1':'en','name':'English'}]","Released","Rediscover life and love","Larry Crowne","false","5.8","645" +"false","/806IiIwpOKek2XIFnnvbAYRfqpb.jpg","{'id':2467,'name':'Tomb Raider Collection','poster_path':'/sgaP4WtVlKzz8FIcjbkevOycJiq.jpg','backdrop_path':'/plM0vErSrAwT3tJldstB9bv2AyN.jpg'}","115000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","1995","tt0146316","en","Lara Croft: Tomb Raider","English aristocrat Lara Croft is skilled in hand-to-hand combat and in the middle of a battle with a secret society. The shapely archaeologist moonlights as a tomb raider to recover lost antiquities and meets her match in the evil Powell, who's in search of a powerful relic.","15.598","/m6aodY7SrvlTRiUFkxClaNAIQT.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':657,'logo_path':null,'name':'Toho-Towa','origin_country':''},{'id':762,'logo_path':null,'name':'Mutual Film Company','origin_country':''},{'id':840,'logo_path':null,'name':'Lawrence Gordon Productions','origin_country':''},{'id':3324,'logo_path':'/16fY7pucCzn7WSOYxOGRHlAayL3.png','name':'BBC','origin_country':'GB'},{'id':4650,'logo_path':null,'name':'Marubeni','origin_country':''},{'id':19105,'logo_path':'/pJCF2BKGwpeEslaOC61vywdFpAe.png','name':'Eidos Interactive','origin_country':'GB'}]","[{'iso_3166_1':'KH','name':'Cambodia'},{'iso_3166_1':'US','name':'United States of America'}]","2001-06-11","274703340","100","[{'iso_639_1':'en','name':'English'}]","Released","Born into Wealth. Groomed by the Elite. Trained for Combat.","Lara Croft: Tomb Raider","false","5.8","3607" +"false","/b29eqhsGmCJnRrUb4Tr85UzSnnp.jpg","null","100000000","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'},{'id':10751,'name':'Family'}]","","18162","tt0457400","en","Land of the Lost","On his latest expedition, Dr. Rick Marshall is sucked into a space-time vortex alongside his research assistant and a redneck survivalist. In this alternate universe, the trio make friends with a primate named Chaka, their only ally in a world full of dinosaurs and other fantastic creatures.","8.757","/tcb3yslo5U1iuubH34Eawp7qofr.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':11916,'logo_path':null,'name':'Sid & Marty Krofft Pictures','origin_country':''},{'id':748,'logo_path':null,'name':'Mosaic Media Group','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-06-05","68688831","102","[{'iso_639_1':'en','name':'English'}]","Released","Right place. Wrong time.","Land of the Lost","false","5.3","607" +"false","/ftKyRpi1FX7UIGjNwDsQ19xqQxw.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':12,'name':'Adventure'}]","","252102","tt3283556","en","Land Ho!","A pair of former brothers-in-law embark on a road trip through Iceland.","2.758","/yWXHFq41n52I2IxVGUxwJC7bxPa.jpg","[{'id':35561,'logo_path':null,'name':'Vintage Pictures','origin_country':''},{'id':35562,'logo_path':'/cpeGUCuKo2vgaxzru9RvhJYBcdX.png','name':'Gamechanger Films','origin_country':'US'},{'id':35563,'logo_path':null,'name':'Max Cap Productions','origin_country':''},{'id':20311,'logo_path':null,'name':'Syncopated Films','origin_country':''},{'id':14912,'logo_path':null,'name':'Unbound Feet Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'IS','name':'Iceland'}]","2014-07-11","0","96","[{'iso_639_1':'en','name':'English'}]","Released","Come party with these guys!","Land Ho!","false","5.6","32" +"false","/2LEtGEGV6I1UfheBI3yL4hvaGHc.jpg","{'id':97768,'name':'Lake Placid Collection','poster_path':'/x3f6Wcshd4E5tyaFZ1rBglusvAl.jpg','backdrop_path':'/vu2GcWvUcaAf6BHafjMLFp6haSG.jpg'}","2500000","[{'id':27,'name':'Horror'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","http://www.syfy.com/movies/originals/index.php?pageid=136","44037","tt1499249","en","Lake Placid 3","A game warden moves his family to Lake Placid, once the site of deadly crocodile attacks. Locals assure him the crocs are gone, but his mischievous young son finds a few baby crocs and begins feeding them. They quickly grow into very big adults and start attacking the game warden's family and nearby town.","3.95","/gSzn441p0Q8pIK8g5IaJwBvbGKo.jpg","[{'id':12029,'logo_path':null,'name':'Curmudgeon Films','origin_country':''},{'id':11341,'logo_path':'/xytTBODEy3p20ksHL4Ftxr483Iv.png','name':'Stage 6 Films','origin_country':'US'},{'id':17837,'logo_path':null,'name':'RCR Media Group','origin_country':''},{'id':51569,'logo_path':null,'name':'UFO Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-08-21","0","93","[{'iso_639_1':'en','name':'English'}]","Released","","Lake Placid 3","false","4.4","65" +"false","/zqt5I7pXq4hMYEYPYPzh3h9rtDc.jpg","{'id':97768,'name':'Lake Placid Collection','poster_path':'/x3f6Wcshd4E5tyaFZ1rBglusvAl.jpg','backdrop_path':'/vu2GcWvUcaAf6BHafjMLFp6haSG.jpg'}","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","17038","tt0974583","en","Lake Placid 2","Man-eating crocodiles return to the lake as two males and one aggressive female crocodile, which is protecting her nest, wreak havoc on the locals.","5.702","/lrITIlh0ONEdCcFNWBvj1lfgpJk.jpg","[{'id':8963,'logo_path':null,'name':'Asgaard Branding','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'},{'id':34,'logo_path':'/GagSvqWlyPdkFHMfQ3pNq6ix9P.png','name':'Sony Pictures','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2007-04-28","0","88","[{'iso_639_1':'en','name':'English'}]","Released","","Lake Placid 2","false","4.3","59" +"false","/9q5X0G5zUxLZNwGKT49ZpB0AqNC.jpg","{'id':97768,'name':'Lake Placid Collection','poster_path':'/x3f6Wcshd4E5tyaFZ1rBglusvAl.jpg','backdrop_path':'/vu2GcWvUcaAf6BHafjMLFp6haSG.jpg'}","27000000","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","9825","tt0139414","en","Lake Placid","When a man is eaten alive by an unknown creature, the local Game Warden teams up with a paleontologist from New York to find the beast. Add to the mix an eccentric philanthropist with a penchant for ""Crocs"", and here we go! This quiet, remote lake is suddenly the focus of an intense search for a crocodile with a taste for live animals...and people!","8.206","/6lE0EahK7xDOYWRH6On5uKPnwQZ.jpg","[{'id':67109,'logo_path':null,'name':'Rocking Chair Productions','origin_country':''},{'id':711,'logo_path':'/tEiIH5QesdheJmDAqQwvtN60727.png','name':'Fox 2000 Pictures','origin_country':'US'},{'id':11317,'logo_path':'/u3YB3GujS0tct5BVTsMJLWVyllg.png','name':'Phoenix Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-07-15","56870414","82","[{'iso_639_1':'en','name':'English'}]","Released","You'll never know what bit you.","Lake Placid","false","5.5","416" +"false","/k8H7ye6Sab7OrDJoo8Qp5WFGHGk.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","","244264","tt2034031","en","Laggies","Overeducated and underemployed, 28 year old Megan is in the throes of a quarterlife crisis. Squarely into adulthood with no career prospects, no particular motivation to think about her future and no one to relate to, Megan is comfortable lagging a few steps behind - while her friends check off milestones and celebrate their new grown-up status. When her high-school sweetheart proposes, Megan panics and- given an unexpected opportunity to escape for a week - hides out in the home of her new friend, 16-year old Annika and Annika's world-weary single dad Craig.","8.553","/dNcoXoRC7JHiqbe7k5Ufo6syiPP.jpg","[{'id':10039,'logo_path':'/b8w4LldQolMKiLZw4FQJBcXSDGI.png','name':'Anonymous Content','origin_country':'US'},{'id':45358,'logo_path':null,'name':'Merced Media Partners','origin_country':''},{'id':60266,'logo_path':null,'name':'PenLife Media','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-09-25","1066981","100","[{'iso_639_1':'en','name':'English'}]","Released","Acting your age is so overrated.","Laggies","false","6.1","703" +"false","/osSsQ4QWXS7Flu3y39QqP924Lud.jpg","{'id':97460,'name':'Lady and the Tramp Collection','poster_path':'/fvk72hTShONXVDDSdoTEVm7DJh0.jpg','backdrop_path':'/8YIec6FKfOHn9uw7MMH1200wbyK.jpg'}","0","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","","10340","tt0048280","en","Lady and the Tramp","Lady, a golden cocker spaniel, meets up with a mongrel dog who calls himself the Tramp. He is obviously from the wrong side of town, but happenings at Lady's home make her decide to travel with him for a while.","14.367","/AqQpqEn33UYExlAoWA02Hizb2lc.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':3166,'logo_path':'/vyyv4Gy9nPqAZKElPm2izLlEaVS.png','name':'Walt Disney Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1955-06-16","93600000","76","[{'iso_639_1':'en','name':'English'}]","Released","She's from the leash and license set... he's footloose and collar free!","Lady and the Tramp","false","7","2576" +"false","/zWGxpPFVvnhwKgrqVzflZOdjdkr.jpg","null","60000000","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","11128","tt0349710","en","Ladder 49","Under the watchful eye of his mentor, Captain Mike Kennedy, probationary firefighter Jack Morrison matures into a seasoned veteran at a Baltimore fire station. However, Jack has reached a crossroads as the sacrifices he's made have put him in harm's way innumerable times and significantly impacted his relationship with his wife and kids.","11.261","/opgPMSdkXsTOB5W169VlivKyaZQ.jpg","[{'id':919,'logo_path':null,'name':'Beacon Communications','origin_country':''},{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':10157,'logo_path':null,'name':'Beacon Pictures','origin_country':''},{'id':877,'logo_path':null,'name':'Casey Silver Productions','origin_country':''},{'id':53987,'logo_path':null,'name':'Fantail Films Inc.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-10-01","74541707","115","[{'iso_639_1':'en','name':'English'}]","Released","Their greatest challenge lies in rescuing one of their own","Ladder 49","false","6.3","343" +"false","/bFEzwEdCjSx9Xlh4p7XJu3zkySG.jpg","null","25000000","[{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","","13597","tt0091369","en","Labyrinth","When teen Sarah is forced to babysit Toby, her baby stepbrother, she summons Jareth the Goblin King to take him away. When he is actually kidnapped, Sarah is given just thirteen hours to solve a labyrinth and rescue him.","11.019","/40D6CVNGYbIgg7Sdt1jAYkFA08d.jpg","[{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'},{'id':24931,'logo_path':null,'name':'Henson Associates (HA)','origin_country':''},{'id':1,'logo_path':'/o86DbpburjxrqAzEDhXZcyE8pDb.png','name':'Lucasfilm','origin_country':'US'},{'id':6254,'logo_path':'/dHfP8fUyykmTsMXbtXO0kSsYz5E.png','name':'The Jim Henson Company','origin_country':'US'},{'id':1174,'logo_path':null,'name':'Delphi V Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1986-06-27","12729917","102","[{'iso_639_1':'en','name':'English'}]","Released","Where everything seems possible and nothing is what it seems.","Labyrinth","false","7.3","1037" +"false","/rW6RcTt45MjqpXFZokdPvAQRGKk.jpg","null","18000000","[{'id':18,'name':'Drama'}]","","130150","tt1967545","en","Labor Day","Depressed single mom Adele and her son Henry offer a wounded, fearsome man a ride. As police search town for the escaped convict, the mother and son gradually learn his true story as their options become increasingly limited.","7.878","/4TKMiTqZnG6KJWjmxy2ZCDuG3M0.jpg","[{'id':32157,'logo_path':null,'name':'Right of Way Films','origin_country':'US'},{'id':2130,'logo_path':'/g0lqeY2FvhzXcOI6z8RVXbORRUY.png','name':'Mr. Mudd Production','origin_country':'US'},{'id':9350,'logo_path':'/xz60JVoUHpOeg1cJbxzMJiwbuL7.png','name':'Indian Paintbrush','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-12-27","20275812","111","[{'iso_639_1':'en','name':'English'}]","Released","","Labor Day","false","6.9","511" +"false","/oithRKTtZfEU4qb8l7YEXhGNvGN.jpg","null","0","[{'id':18,'name':'Drama'}]","","33060","tt0978800","en","La Cucina","A small group of amateur cooks and kitchen guests discover exactly why some refer to the kitchen as the ""heart of the house"".","1.143","/dBs3dkUKK6blktb17nQ8SpL4PQ4.jpg","[]","[]","2007-03-23","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","La Cucina","false","5.2","6" +"false","/hNIzJtfkidpgER4jDQbmuK8Ebgn.jpg","null","35000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","2118","tt0119488","en","L.A. Confidential","Three detectives in the corrupt and brutal L.A. police force of the 1950s use differing methods to uncover a conspiracy behind the shotgun slayings of the patrons at an all-night diner.","13.378","/rIXzJCAvyd3Ci8ipylDQ5wUKqwh.jpg","[{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':2428,'logo_path':null,'name':'Wolper Organization','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-09-19","126216940","138","[{'iso_639_1':'en','name':'English'}]","Released","Everything is suspect... Everyone is for sale... And nothing is what it seems.","L.A. Confidential","false","7.8","2207" +"false","/Ao8KLVPsxsdyhwB6wS6UnFVQvJt.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'}]","","321662","tt3312936","en","LA Apocalypse","For 5 billion years the Earth's core has operated like a giant, nuclear reactor. Now it's overheated, melting down like a bomb that's about to explode. The earth is being ripped apart at the seams and beneath LA, pressure is building. After a mass evacuation, Calvin Crawford is one of few left, desperately searching for his fianc??e, Ashley Pace, who unbeknownst to him, has been kidnapped and is being held hostage. With LA becoming more unstable by the minute, Calvin, must find a way to save Ashley and get them both to safety before the city is completely annihilated.","1.485","/oX1IHsiG8OvVQIrOmLckBb03bWM.jpg","[{'id':91613,'logo_path':null,'name':'Doomed Pictures','origin_country':''},{'id':10399,'logo_path':null,'name':'CineTel Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-06-20","0","80","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","","LA Apocalypse","false","4.6","17" +"false","/Acu2ohowDQl5vXXkdUB6fWUtQEc.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':10402,'name':'Music'}]","","319075","tt4229236","en","Cobain: Montage of Heck","The authorized documentary on late Guitar/lead singer Kurt Cobain from his early days in Aberdeen Washington to his success and downfall with Grunge band Nirvana.","5.138","/htA9NuFvrcCSycAlaxGY3uvnAlQ.jpg","[{'id':52759,'logo_path':null,'name':'Public Road Productions','origin_country':''},{'id':14914,'logo_path':'/1RZBWz53SpHUTLpRcM8BGv2plIP.png','name':'HBO Documentary Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-03-23","0","132","[{'iso_639_1':'en','name':'English'}]","Released","","Cobain: Montage of Heck","false","7.7","389" +"false","/pmLEmMLYCreFAxfdCt5uO1wDgSi.jpg","{'id':77816,'name':'Kung Fu Panda Collection','poster_path':'/2QT6PuYXY0T2Ry9rX0JKQYTrbwx.jpg','backdrop_path':'/uDosHOFFWtF5YteBRygHALFqLw2.jpg'}","130000000","[{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':35,'name':'Comedy'}]","http://www.kungfupanda.com/","9502","tt0441773","en","Kung Fu Panda","When the Valley of Peace is threatened, lazy Po the panda discovers his destiny as the ""chosen one"" and trains to become a kung fu hero, but transforming the unsleek slacker into a brave warrior won't be easy. It's up to Master Shifu and the Furious Five -- Tigress, Crane, Mantis, Viper and Monkey -- to give it a try.","18.367","/2Paj1nufT0jeSY0G4u3RC31HIGT.jpg","[{'id':521,'logo_path':'/kP7t6RwGz2AvvTkvnI1uteEwHet.png','name':'DreamWorks Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-06-04","631744560","90","[{'iso_639_1':'en','name':'English'}]","Released","Prepare for awesomeness.","Kung Fu Panda","false","7","5842" +"false","/eyiE1vuizMKVu8MoZkg2xsramFl.jpg","{'id':77816,'name':'Kung Fu Panda Collection','poster_path':'/2QT6PuYXY0T2Ry9rX0JKQYTrbwx.jpg','backdrop_path':'/uDosHOFFWtF5YteBRygHALFqLw2.jpg'}","150000000","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","http://www.kungfupanda.com/","49444","tt1302011","en","Kung Fu Panda 2","Po is now living his dream as The Dragon Warrior, protecting the Valley of Peace alongside his friends and fellow kung fu masters, The Furious Five - Tigress, Crane, Mantis, Viper and Monkey. But Po???s new life of awesomeness is threatened by the emergence of a formidable villain, who plans to use a secret, unstoppable weapon to conquer China and destroy kung fu. It is up to Po and The Furious Five to journey across China to face this threat and vanquish it. But how can Po stop a weapon that can stop kung fu? He must look to his past and uncover the secrets of his mysterious origins; only then will he be able to unlock the strength he needs to succeed.","17.572","/Fzyy2dauoKxjUzUPYYo3kJkJAW.jpg","[{'id':521,'logo_path':'/kP7t6RwGz2AvvTkvnI1uteEwHet.png','name':'DreamWorks Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-05-25","665692281","91","[{'iso_639_1':'en','name':'English'}]","Released","Prepare for the Year of Awesomeness!","Kung Fu Panda 2","false","6.7","3464" +"false","/qpJWj6MI6VLRt9bGbJVZtmFvqWw.jpg","null","20000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':14,'name':'Fantasy'}]","","9470","tt0373074","cn","??????","Set in Canton, China in the 1940s, the story revolves in a town ruled by the Axe Gang, Sing who desperately wants to become a member. He stumbles into a slum ruled by eccentric landlords who turns out to be the greatest kung-fu masters in disguise. Sing's actions eventually cause the Axe Gang and the slumlords to engage in an explosive kung-fu battle. Only one side will win and only one hero will emerge as the greatest kung-fu master of all.","13.157","/18BmJuz8LgY5GyiRO6H16hN7iWP.jpg","[{'id':3477,'logo_path':null,'name':'Star Overseas','origin_country':''},{'id':2269,'logo_path':null,'name':'China Film Co-Production Corporation','origin_country':''}]","[{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'HK','name':'Hong Kong'}]","2004-02-10","101434304","99","[{'iso_639_1':'cn','name':'????????? / ?????????'}]","Released","So many gangsters...so little time.","Kung Fu Hustle","false","7.2","1224" +"false","/itW5kKcm3B8F2iZEQGe0XU8ZHSA.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':27,'name':'Horror'}]","","30644","tt0084573","en","Raw Force","A group of martial arts students are en route to an island that supposedly is home to the ghosts of martial artists who have lost their honor. A Hitler lookalike and his gang are running a female slavery operation on the island as well. Soon, the two groups meet and all sorts of crazy things happen which include cannibal monks, piranhas, zombies, and more!","0.994","/mwYLlRqjacA8Fs1WqWrhOYbdclv.jpg","[{'id':18176,'logo_path':null,'name':'Ansor International','origin_country':''}]","[{'iso_3166_1':'PH','name':'Philippines'},{'iso_3166_1':'US','name':'United States of America'}]","1982-07-01","0","86","[{'iso_639_1':'en','name':'English'}]","Released","???Invaders of the Jade Tombs!","Raw Force","false","5.7","19" +"false","/1HikGI1vfLngSeWe4QWg0T71UGd.jpg","null","0","[{'id':18,'name':'Drama'}]","","244563","tt3263614","en","Kumiko, the Treasure Hunter","In the massive city of Tokyo, Kumiko, a twenty-nine year old, lives in utter solitude. She works a dreadful, dead-end job under an awful boss, is intimidated by her well-off peers, and nagged incessantly by her overbearing mother who is exasperated by the fact that her daughter is not married or even in a relationship. The only joys in her life come from a grainy VHS tape ??? an American film in which a man buries a satchel of money in the snowy Midwestern plains - and her beloved pet rabbit, Bunzo. Kumiko is somehow convinced that this treasure is real, and obsesses over its discovery. With a hand-stitched treasure map and a quixotic spirit, Kumiko embarks on an incredible journey over the Pacific and through the frozen Minnesota wilderness to uncover a purported fortune.","5.194","/eXUcHrc1Wb0ew0xtOEIXZZPKWRd.jpg","[{'id':2361,'logo_path':null,'name':'Ad Hominem Enterprises','origin_country':''},{'id':7633,'logo_path':null,'name':'Lila 9th Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-11-13","0","100","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'}]","Released","A Zellner Bros. Adventure","Kumiko, the Treasure Hunter","false","6.4","144" +"false","/lNxD2BA4gOR9ymmqeLVxn2QEqJl.jpg","null","27000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'}]","","849","tt0085811","en","Krull","A prince and a fellowship of companions set out to rescue his bride from a fortress of alien invaders who have arrived on their home planet.","7.06","/4gBMeO66KOXLyYfm1uri04a6kKG.jpg","[{'id':553,'logo_path':null,'name':'Barclays Mercantile Industrial Finance','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'US','name':'United States of America'}]","1983-07-29","16519460","117","[{'iso_639_1':'en','name':'English'}]","Released","A world light-years beyond your imagination.","Krull","false","5.9","208" +"false","/z9FjlaCnWuL7IvZQn9kozQSqTDX.jpg","null","0","[{'id':27,'name':'Horror'}]","","248561","tt2578608","en","Krampus: The Christmas Devil","Jeremy, a local police officer leads a life of a confusing past, spending his current time searching for his kidnapper as a child. After other children begin missing, Jeremy pieces together the truth and realizes that his childhood kidnapper could be a creature of ancient yuletide lore, Krampus, who is the brother of St. Nick, and punisher of children who perform acts of unspeakable evil without repercussion. Can Jeremy kill Krampus and prevent more missing children?","2.056","/lEiSaXSDvtPEGuTbCjmubxKHZeU.jpg","[{'id':40538,'logo_path':null,'name':'Snowdog Studio','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-08-17","0","83","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","Are you on the naughty list?","Krampus: The Christmas Devil","false","2.4","32" +"false","/aE33zDunu8FTj76IXqJmHVbcRWg.jpg","null","8000000","[{'id':18,'name':'Drama'}]","","12102","tt0079417","en","Kramer vs. Kramer","Ted Kramer is a career man for whom his work comes before his family. His wife Joanna cannot take this anymore, so she decides to leave him. Ted is now faced with the tasks of housekeeping and taking care of himself and their young son Billy.","8.553","/oyYtH37h8rLUxlERoD49losVvlg.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1979-12-18","106260000","105","[{'iso_639_1':'en','name':'English'}]","Released","There are three sides to this love story","Kramer vs. Kramer","false","7.5","914" +"false","/dBG07MrpyiBUXXQIe6s8x09fXP4.jpg","null","50000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","http://knowing-themovie.com/","13811","tt0448011","en","Knowing","A teacher opens a time capsule that has been dug up at his son's elementary school; in it are some chilling predictions -- some that have already occurred and others that are about to -- that lead him to believe his family plays a role in the events that are about to unfold.","12.584","/5XnNteYoOQ727JoZqyVcENT28Dv.jpg","[{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'},{'id':1423,'logo_path':'/9KSoL1oEQaBSPLwEhoZZRoxTzyx.png','name':'Escape Artists','origin_country':'US'},{'id':908,'logo_path':null,'name':'Mystery Clock Cinema','origin_country':''},{'id':11843,'logo_path':null,'name':'Goldcrest Pictures','origin_country':'GB'},{'id':11844,'logo_path':null,'name':'Kaplan/Perrone Entertainment','origin_country':''},{'id':11845,'logo_path':null,'name':'Wintergreen Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'AU','name':'Australia'}]","2009-03-19","155446362","121","[{'iso_639_1':'en','name':'English'}]","Released","429733","Knowing","false","5.9","2626" +"false","/cmEojt7Ykuk6p2argyu0hEDoo0d.jpg","null","30000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","http://knockedupmovie.com/","4964","tt0478311","en","Knocked Up","For fun loving party animal Ben Stone, the last thing he ever expected was for his one night stand to show up on his doorstep eight weeks later to tell him she's pregnant.","14.753","/b4OaXw2MW97VvIiZE0Sbn1NfxSh.jpg","[{'id':10105,'logo_path':'/bN4tiAS8oNlHhIqq66KBPQ1Ekqh.png','name':'Apatow Productions','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-06-01","219076518","129","[{'iso_639_1':'en','name':'English'}]","Released","Save the due date.","Knocked Up","false","6.2","2070" +"false","/u4cy44GWQLSCCMiHU2PljvgnPta.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","","55859","tt0047152","en","Knock On Wood","Ventriloquist Jerry Morgan has failed with another love affair. The reason: when the relationship reaches the point when it is time to discuss marriage, his doll Clarence becomes mean and jealous. His fianc??e Audrey leaves him and Jerry smashes his two dolls, Clarence and Terrence. Morgan's dollmaker Papinek is member of a spy ring who has stolen the secret plans to the top secret Lafayette airplane. Since Morgan is leaving for Zurich the same night, he decides to use Morgan's dolls as a mailbox and hides the secret plan in the heads of the dolls. Another secret spy ring also wants to get their hands on Jerry's luggage and they *also* follow him. Eventually, Jerry is chased by both these organizations as well as the police, who suspects him of murder.","0.977","/w8vCwSemFQkmcLzQOJM86HscZlp.jpg","[{'id':14153,'logo_path':null,'name':'Dena Productions','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1954-04-06","0","103","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'hu','name':'Magyar'},{'iso_639_1':'it','name':'Italiano'}]","Released","The No. 1 Song-and-Dance Clown at his best!","Knock On Wood","false","7","12" +"false","/gJduaRau3X2oE3xkmjs1FufT2GE.jpg","null","2500000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://knockknockmovie.tumblr.com/","263472","tt3605418","en","Knock Knock","When a devoted husband and father is left home alone for the weekend, two stranded young women unexpectedly knock on his door for help. What starts out as a kind gesture results in a dangerous seduction and a deadly game of cat and mouse.","8.405","/eynMtjBB1fXsB5vsQylVmsDLmvw.jpg","[{'id':55497,'logo_path':null,'name':'Sobras International Pictures','origin_country':''},{'id':85885,'logo_path':'/oLbUgPkkTmlwGDUO4pYp2OtPkfG.png','name':'Lionsgate Premiere','origin_country':'US'},{'id':12372,'logo_path':null,'name':'Universum Film (UFA)','origin_country':''},{'id':22146,'logo_path':'/jPBtpMh0AUFqf9yfOJXer9d5Rei.png','name':'Black Bear Pictures','origin_country':'US'},{'id':83744,'logo_path':null,'name':'Camp Grey','origin_country':''},{'id':18142,'logo_path':null,'name':'Dragonfly Entertainment','origin_country':''}]","[{'iso_3166_1':'CL','name':'Chile'},{'iso_3166_1':'US','name':'United States of America'}]","2015-06-26","6341684","99","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","One night can cost you everything.","Knock Knock","false","5","1417" +"false","/sSeo9o603MABEbAv8BGkgbLn0om.jpg","null","117000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","http://www.knightanddaymovie.com","37834","tt1013743","en","Knight and Day","A fugitive couple goes on a glamorous and sometimes deadly adventure where nothing and no one ??? even themselves ??? are what they seem. Amid shifting alliances and unexpected betrayals, they race across the globe, with their survival ultimately hinging on the battle of truth vs. trust.","11.654","/aHEpzwXvMtIEMBE13tWXS5oHZ7d.jpg","[{'id':21845,'logo_path':null,'name':'Pink Machine','origin_country':''},{'id':84,'logo_path':null,'name':'Tree Line Films','origin_country':''},{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'},{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-06-15","261930431","109","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Every Hit Man Deserves a Second Shot!","Knight and Day","false","6","2413" +"false","/s7p8KoX5gBzUrtDXNwiSdWZBjbp.jpg","null","7000000","[{'id':18,'name':'Drama'}]","","157919","tt1931466","en","Knife Fight","A political strategist juggling three clients questions whether or not to take the high road as the ugly side of his work begins to haunt him.","0.6","/tCwYgKwHNkbc3PuaaoOhoS2Uj6F.jpg","[{'id':22353,'logo_path':null,'name':'Divisadero Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-01-25","0","99","[{'iso_639_1':'en','name':'English'}]","Released","When it comes to getting elected, there's no such thing as going too far.","Knife Fight","false","4.9","18" +"false","/bA9uAF8PRaCbUtm2HhpkYUiOMqp.jpg","null","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'}]","http://kitethemovie.com/","192712","tt2044801","en","Kite","Based on the groundbreaking, cult classic anime, KITE tells the story of Sawa, a young woman living in a corrupt society where crime and gangs terrorize the streets. When Sawa's mother and policeman father are found victims of a grisly double homicide, she begins a ruthless pursuit for the man who murdered them. With the help of her father's ex-partner, Karl Aker, and a mysterious friend from her past, she becomes a merciless teen assassin, blasting her way through the dark world of human trafficking only to uncover a devastating truth","6.591","/6X9lG1fj3b8QFD7DIcm10L2623L.jpg","[{'id':15507,'logo_path':null,'name':'Detalle Films','origin_country':'MX'},{'id':5031,'logo_path':null,'name':'Videovision Entertainment','origin_country':''},{'id':85681,'logo_path':'/1GZ94KYANlFvEyt6iUL0O3MAON4.png','name':'Distant Horizon','origin_country':'ZA'}]","[{'iso_3166_1':'MX','name':'Mexico'},{'iso_3166_1':'US','name':'United States of America'}]","2014-06-13","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Never underestimate a girl with nothing to lose.","Kite","false","4.3","133" +"false","/s8UP8c1wNuOaKe1JAQ5l4m7yfkP.jpg","null","1000000","[{'id':35,'name':'Comedy'}]","","15647","tt0264761","en","Kissing Jessica Stein","Jessica, a Jewish copy editor living and working in New York City, is plagued by failed blind dates with men, and decides to answer a newspaper's personal advertisement. The advertisement has been placed by 'lesbian-curious' Helen Cooper, a thirtysomething art gallerist.","5.71","/tIO7bQuhAFF2VMxlM1H3exYcjQ6.jpg","[{'id':84889,'logo_path':null,'name':'Michael Alden Productions','origin_country':''},{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'},{'id':84890,'logo_path':null,'name':'Brad Zions Films','origin_country':''},{'id':4143,'logo_path':null,'name':'Eden Wurmfeld Films','origin_country':''},{'id':11078,'logo_path':null,'name':'Cineric','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-04-21","10013424","97","[{'iso_639_1':'en','name':'English'}]","Released","When it comes to love, sometimes she just can't think straight.","Kissing Jessica Stein","false","6.1","94" +"false","/wS4DaBON5GtMdD3UQcVyqqKXGs9.jpg","null","0","[{'id':18,'name':'Drama'}]","","11703","tt0089424","en","Kiss of the Spider Woman","Luis Molina and Valentin Arregui are cell mates in a South American prison. Luis, a gay man, is found guilty of immoral behaviour and Valentin is a political prisoner. To escape reality Luis invents romantic movies, while Valentin tries to keep his mind on the situation he's in. During the time they spend together, the two men come to understand and respect one another.","4.256","/xvKVV1plZeJmwUZT9fMoUIugsCx.jpg","[{'id':2434,'logo_path':null,'name':'Hector Babenco Filmes','origin_country':'BR'}]","[{'iso_3166_1':'BR','name':'Brazil'},{'iso_3166_1':'US','name':'United States of America'}]","1985-07-26","0","120","[{'iso_639_1':'pt','name':'Portugu??s'}]","Released","","Kiss of the Spider Woman","false","7.1","84" +"false","/cPQijLSIXcNXVCf4XsU6hSDqsfq.jpg","null","3500000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","53021","tt0058265","en","Kiss Me, Stupid","Jealous piano teacher Orville Spooner (Ray Walston) sends his beautiful wife Zelda (Kim Novak) away for the night while he tries to sell a song to amorous nightclub singer Dino (Dean Martin), who is stranded in town.","4.343","/sbMILWDfzwQI8ZBIn42zGNU4xqg.jpg","[{'id':13219,'logo_path':null,'name':'Mirisch Corporation, The','origin_country':''},{'id':1167,'logo_path':null,'name':'Phalanx Productions','origin_country':''},{'id':20199,'logo_path':null,'name':'Claude Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1964-12-22","0","125","[{'iso_639_1':'en','name':'English'}]","Released","It happened in Climax, Nevada","Kiss Me, Stupid","false","7.1","63" +"false","/zY1wiIV4JzVbIEeObuiU9DF7ZEu.jpg","null","0","[{'id':10402,'name':'Music'},{'id':35,'name':'Comedy'}]","","34857","tt0045963","en","Kiss Me Kate","Fred and Lilly are a divorced pair of actors who are brought together by Cole Porter who has written a musical version of The Taming of the Shrew. Of course, the couple seem to act a great deal like the characters they play. A fight on the opening night threatens the production, as well as two thugs who have the mistaken idea that Fred owes their boss money and insist on staying next to him all night.","2.656","/cnssMIjdRfibNStLjSG58NhKGr.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1953-11-26","0","109","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'it','name':'Italiano'}]","Released","The Greatest of All Great MGM MUsicals... Bigger, Better Blushin-er than the famed Broadway Smash Hit","Kiss Me Kate","false","6.8","36" +"false","/wGoyTXBDWHh2V7Jft0R9A0HdKHA.jpg","null","15000000","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","https://www.warnerbros.com/kiss-kiss-bang-bang","5236","tt0373469","en","Kiss Kiss Bang Bang","A petty thief posing as an actor is brought to Los Angeles for an unlikely audition and finds himself in the middle of a murder investigation along with his high school dream girl and a detective who's been training him for his upcoming role...","10.035","/5Lif1qGiyaF8OqG9lR3eqzeEC3S.jpg","[{'id':1885,'logo_path':'/xlvoOZr4s1PygosrwZyolIFe5xs.png','name':'Silver Pictures','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-09-05","15785148","103","[{'iso_639_1':'en','name':'English'}]","Released","SeX. MurdEr. MyStery. Welcome to the party.","Kiss Kiss Bang Bang","false","7.2","1378" +"false","/7McaexSsSTLD8V17UgaZAfI0Cu9.jpg","{'id':391860,'name':'Kingsman Collection','poster_path':'/iR8L2XHA72wmYHc6O8LZmwV5hd5.jpg','backdrop_path':'/8XZnIWG7on74SaJ6t23kdPOYXUG.jpg'}","81000000","[{'id':80,'name':'Crime'},{'id':35,'name':'Comedy'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'}]","http://www.kingsmanmovie.com/","207703","tt2802144","en","Kingsman: The Secret Service","The story of a super-secret spy organization that recruits an unrefined but promising street kid into the agency's ultra-competitive training program just as a global threat emerges from a twisted tech genius.","21.184","/8x7ej0LnHdKUqilNNJXYOeyB6L9.jpg","[{'id':22213,'logo_path':'/qx9K6bFWJupwde0xQDwOvXkOaL8.png','name':'TSG Entertainment','origin_country':'US'},{'id':5374,'logo_path':'/8dgIXEObpRYixczGSpyW9rgnN53.png','name':'Marv Films','origin_country':'GB'},{'id':78995,'logo_path':null,'name':'Cloudy Productions','origin_country':'GB'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'},{'id':2265,'logo_path':'/cA8M1Z7jx5ZXtLEFBgzot6RGPxM.png','name':'Shangri-La Entertainment','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2015-01-24","414351546","129","[{'iso_639_1':'en','name':'English'}]","Released","Manners maketh man.","Kingsman: The Secret Service","false","7.6","9941" +"false","/ydblBL3E6rByoLzqTVzdR1r3okE.jpg","null","0","[{'id':36,'name':'History'},{'id':12,'name':'Adventure'}]","","80027","tt0057225","en","Kings of the Sun","In order to flee from powerful enemies, young Mayan king Balam leads his people north across the Gulf of Mexico to the coast of what will become the United States. They build a home in the new land but come into conflict with a tribe of Native Americans led by their chief, Black Eagle, while both Balam and Black Eagle fall in love the beautiful Mayan princess Ixchel.","1.644","/luWboioLUipYdlcfolprXoMi2Fm.jpg","[{'id':219,'logo_path':null,'name':'The Mirisch Corporation','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1963-12-18","0","108","[{'iso_639_1':'en','name':'English'}]","Released","Now a lost world becomes a new world of adventure!","Kings of the Sun","false","6","18" +"false","/rLW1reSSMCMlKF9A6IViIV1Zbt7.jpg","null","27000000","[{'id':35,'name':'Comedy'}]","","11543","tt0116778","en","Kingpin","After bowler Roy Munson swindles the wrong crowd and is left with a hook for a hand, he settles into impoverished obscurity. That is, until he uncovers the next big thing: an Amish kid named Ishmael. So, the corrupt and the hopelessly na??ve hit the circuit intent on settling an old score with Big Ern.","10.728","/l2LObt7s0hakFi9ga6tOKMqKkuo.jpg","[{'id':2090,'logo_path':'/jYlUttNqcN5u1pzMQrh5AEhZ27t.png','name':'Motion Picture Corporation of America','origin_country':'US'},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-07-04","25023434","114","[{'iso_639_1':'en','name':'English'}]","Released","You wouldn't want to meet these pinheads in an alley.","Kingpin","false","6.6","379" +"false","/dzMGckpN2xAQDLr2Ddr8CZ3WbYF.jpg","null","130000000","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':36,'name':'History'},{'id':10752,'name':'War'}]","http://www.kingdomofheavendvd.com/","1495","tt0320661","en","Kingdom of Heaven","After his wife dies, a blacksmith named Balian is thrust into royalty, political intrigue and bloody holy wars during the Crusades.","16.344","/aB4urkgTxBURJMUkd0kceDD7FUM.jpg","[{'id':264,'logo_path':'/fA90qwUKgPhMONqtwY60GaHRyrW.png','name':'Studio Babelsberg','origin_country':'DE'},{'id':1645,'logo_path':'/6Ry6uNBaa0IbbSs1XYIgX5DkA9r.png','name':'Scott Free Productions','origin_country':''},{'id':4169,'logo_path':null,'name':'Kanzaman','origin_country':'ES'},{'id':19477,'logo_path':null,'name':'Dune Films','origin_country':'MA'},{'id':19478,'logo_path':null,'name':'BK','origin_country':'GB'},{'id':19479,'logo_path':null,'name':'KOH','origin_country':'US'},{'id':19480,'logo_path':null,'name':'Reino del Cielo','origin_country':'ES'},{'id':19482,'logo_path':null,'name':'Inside Track 3','origin_country':'GB'},{'id':19483,'logo_path':null,'name':'Calle Cruzada','origin_country':'ES'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'MA','name':'Morocco'},{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2005-05-03","211643158","144","[{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'la','name':'Latin'}]","Released","Be without fear in the face of your enemies. Safeguard the helpless, and do no wrong","Kingdom of Heaven","false","6.7","1999" +"false","/iIsRdCmeP3suR0f6oE2Pd18ncv0.jpg","null","3000000","[{'id':27,'name':'Horror'}]","","295723","tt2701772","en","Kingdom Come","A group of strangers wake up in an abandoned hospital to find themselves stalked by a supernatural force with sinister intentions.","1.946","/7HbmLtSfHiXvj2G9nB8JtrWYnIj.jpg","[{'id':108441,'logo_path':'/ykzjGtn82zc2nRT9zf5uJyYHPdM.png','name':'Matchbox Pictures','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2014-08-20","0","99","[{'iso_639_1':'en','name':'English'}]","Released","","Kingdom Come","false","4.6","29" +"false","/kHcBQD6HetBeUFPvDz4RiyYtrpr.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'}]","","47853","tt0770778","en","King of the Avenue","A drug dealer sells his soul to the devil to become the top drug dealer on the block.","1.755","/5sel6vjI92zMr5TE9tgtRwzWEoG.jpg","[{'id':80813,'logo_path':null,'name':'Freedom Reign Productions','origin_country':''}]","[]","2010-09-17","0","83","[{'iso_639_1':'en','name':'English'}]","Released","There's no right way to do wrong.","King of the Avenue","false","4.5","9" +"false","/7FIh52gySnFC11HluVcaPkBjPit.jpg","null","207000000","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':28,'name':'Action'}]","","254","tt0360717","en","King Kong","In 1933 New York, an overly ambitious movie producer coerces his cast and hired ship crew to travel to mysterious Skull Island, where they encounter Kong, a giant ape who is immediately smitten with the leading lady.","15.178","/iQYMVoI9QE2wQCOSrxhiBYd4v0w.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':11,'logo_path':'/6FAuASQHybRkZUk08p9PzSs9ezM.png','name':'WingNut Films','origin_country':'NZ'},{'id':68,'logo_path':null,'name':'Big Primate Pictures','origin_country':''},{'id':69,'logo_path':null,'name':'MFPV Film','origin_country':''}]","[{'iso_3166_1':'NZ','name':'New Zealand'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'DE','name':'Germany'}]","2005-12-12","550517357","187","[{'iso_639_1':'en','name':'English'}]","Released","The eighth wonder of the world.","King Kong","false","6.7","4097" +"false","/ydiIbLKBH1bpDd9HJRKSa1RIkIF.jpg","{'id':135498,'name':'King Kong (Remake) Collection','poster_path':'/qi6lnlTKDk0khlRunDOn0K2aW9b.jpg','backdrop_path':null}","23000000","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'}]","","10730","tt0074751","en","King Kong","In this remake of the 1933 classic about the giant ape, an oil company expedition disturbs the peace of Kong and brings him back to New York to exploit him. Even though a woman somewhat tames Kong, he finally breaks loose and terrorizes the city, and as the military attempt to stop him, he falls to his death from the top of the World Trade Center.","6.133","/paYKhEwUaxKA05vmOfU7FlleTln.jpg","[{'id':10308,'logo_path':null,'name':'Dino De Laurentiis Company','origin_country':'US'},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1976-09-08","90614445","134","[{'iso_639_1':'en','name':'English'}]","Released","The most exciting original motion picture event of all time.","King Kong","false","6","330" +"false","/8IKZs6lh6n79QzZ0nKBpyh3LQJS.jpg","null","0","[{'id':10752,'name':'War'},{'id':18,'name':'Drama'}]","","96394","tt0058263","fr","King and Country","During World War I a British soldier, charged with desertion, is defended by an officer who at first despises his actions and then grows to feel sympathy for him.","2.072","/pCjt0h7HfGskmsnIk4ItL5yEV54.jpg","[{'id':2008,'logo_path':null,'name':'BHE Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1964-09-05","0","85","[{'iso_639_1':'en','name':'English'}]","Released","The most intense excitement you have ever experienced in this shock-filled story of the incident that rocked an empire!","King and Country","false","6.9","19" +"false","/u633783ZPMkQamBwp5fliTO34jR.jpg","null","120000000","[{'id':12,'name':'Adventure'},{'id':10752,'name':'War'},{'id':36,'name':'History'}]","","9477","tt0349683","en","King Arthur","The story of the Arthurian legend, based on the 'Sarmatian hypothesis' which contends that the legend has a historical nucleus in the Sarmatian heavy cavalry troops stationed in Britain, and that the Roman-British military commander, Lucius Artorius Castus is the historical person behind the legend.","12.412","/kKHayVkXaF3EZDx0ybkaWypJECJ.jpg","[{'id':130,'logo_path':'/c9dVHPOL3cqCr2593Ahk0nEKTEM.png','name':'Jerry Bruckheimer Films','origin_country':'US'},{'id':7692,'logo_path':null,'name':'World 2000 Entertainment','origin_country':'IE'},{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':19098,'logo_path':null,'name':'Green Hills Productions','origin_country':''}]","[{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2004-07-07","203567857","126","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'gd','name':''},{'iso_639_1':'ga','name':'Gaeilge'},{'iso_639_1':'la','name':'Latin'},{'iso_639_1':'cy','name':'Cymraeg'}]","Released","Rule Your Fate.","King Arthur","false","6.2","1412" +"false","/rQL7szccj4cSVPRFZxelFry44MV.jpg","{'id':397444,'name':'Kindergarten Cop Collection','poster_path':'/q5Pk0utXHTqOgvRtlRxu8AMqGLC.jpg','backdrop_path':'/qdKZwhWbIjlKbBOWsHL1cCcGSa2.jpg'}","15000000","[{'id':35,'name':'Comedy'}]","","951","tt0099938","en","Kindergarten Cop","Hard-edged cop John Kimble gets more than he bargained for when he goes undercover as a kindergarten teacher to get the goods on a brutal drug lord while at the same time protecting the man's young son. Pitted against a class of boisterous moppets whose antics try his patience and test his mettle, Kimble may have met his match ??? in more ways than one.","5.167","/7NkSMYuyVamvCnM5mYD6FkD59Wu.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':23,'logo_path':'/mkxNjThahj5pvntvYKVpMbWXm3D.png','name':'Imagine Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-12-21","201957688","111","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Go ahead, you tell him you didn't do your homework.","Kindergarten Cop","false","5.9","1140" +"false","/jikIWGfMFq8YxYziXVFyqBI7e3o.jpg","null","15000000","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","http://killingthemsoftlymovie.com/","64689","tt1764234","en","Killing Them Softly","Jackie Cogan is an enforcer hired to restore order after three dumb guys rob a Mob protected card game, causing the local criminal economy to collapse.","12.14","/b0BcZFItcgVdwJo0m2TgRDoOeu6.jpg","[{'id':81,'logo_path':'/8wOfUhA7vwU2gbPjQy7Vv3EiF0o.png','name':'Plan B Entertainment','origin_country':'US'},{'id':13649,'logo_path':null,'name':'Chockstone Pictures','origin_country':''},{'id':8532,'logo_path':null,'name':'1984 Private Defense Contractors','origin_country':''},{'id':13184,'logo_path':'/pfUB1a62jSMIqp4Xmaq6z2cgW0B.png','name':'Annapurna Pictures','origin_country':'US'},{'id':13648,'logo_path':null,'name':'Inferno Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-09-20","37930465","97","[{'iso_639_1':'en','name':'English'}]","Released","In America you're on your own.","Killing Them Softly","false","6","1073" +"false","/f9LlozyhLSy88JJzXBs2lkXBUCR.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","77663","tt1480295","en","Killing Season","Two veterans of the Bosnian War, one American, one Serbian, who clash in the remote Smoky Mountain wilderness.","10.198","/ftZVLKyr3RDGtVelU06GAbtOFQa.jpg","[{'id':30815,'logo_path':null,'name':'Promised Land Productions','origin_country':''},{'id':925,'logo_path':'/dIb9hjXNOkgxu4kBWdIdK8nM4w.png','name':'Nu Image','origin_country':'US'},{'id':7299,'logo_path':null,'name':'Corsan','origin_country':''},{'id':1020,'logo_path':'/kuUIHNwMec4dwOLghDhhZJzHZTd.png','name':'Millennium Films','origin_country':'US'}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'US','name':'United States of America'}]","2013-07-12","39881","91","[{'iso_639_1':'en','name':'English'}]","Released","The purest form of war is one on one.","Killing Season","false","5.5","560" +"false","/5HRttSPAGIGbYCI088M0foPVUXY.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10770,'name':'TV Movie'}]","http://channel.nationalgeographic.com/killing-jesus/","332356","tt3609402","en","Killing Jesus","Jesus of Nazareth???s life and ministry were subject to seismic social and political events that led to his execution and changed the world forever.","2.915","/pPcNbx6tSSq9HURzawLhQFdDPik.jpg","[{'id':19477,'logo_path':null,'name':'Dune Films','origin_country':'MA'},{'id':1645,'logo_path':'/6Ry6uNBaa0IbbSs1XYIgX5DkA9r.png','name':'Scott Free Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-04-05","0","132","[{'iso_639_1':'en','name':'English'}]","Released","","Killing Jesus","false","4.4","11" +"false","/tcv1qOo2k6ifKjz9hD2oTYtrsOq.jpg","null","75000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'},{'id':10749,'name':'Romance'}]","http://killersfilm.com/","37821","tt1103153","en","Killers","When an elite assassin marries a beautiful computer whiz after a whirlwind romance, he gives up the gun and settles down with his new bride. That is, until he learns that someone from his past has put a contract out on his life.","9.027","/bQHs6vyYwvxYvWEIi1G9rk4qNdw.jpg","[{'id':817,'logo_path':null,'name':'Katalyst Films','origin_country':''},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':60020,'logo_path':null,'name':'Aversano Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-06-04","98159963","100","[{'iso_639_1':'en','name':'English'}]","Released","Perfect wife. Perfect target.","Killers","false","5.8","1271" +"false","/8UigwLLO5e8xtlDZxSWsiYf5OuR.jpg","null","10000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://killerjoethemovie.com/","73567","tt1726669","en","Killer Joe","A cop who moonlights as a hit man agrees to kill the hated mother of a desperate drug dealer in exchange for a tumble with the young man's virginal sister.","8.939","/mGLeViPOSwkF4rG9c0ZngJECrk2.jpg","[{'id':21817,'logo_path':null,'name':'ANA Media','origin_country':''},{'id':37833,'logo_path':null,'name':'Picture Perfect (I)','origin_country':''},{'id':9015,'logo_path':null,'name':'Worldview Entertainment','origin_country':''},{'id':6626,'logo_path':'/A1BnMoWjzjOrjzpWimyBQkf84mS.png','name':'Voltage Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-09-10","3665069","102","[{'iso_639_1':'en','name':'English'}]","Released","A Totally Deep-Fried Texas Redneck Trailer Park Murder Story.","Killer Joe","false","6.5","681" +"false","/pQcSfSu4hy4AJ1KjjTxXKBQdMzE.jpg","null","66000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'}]","","49021","tt1448755","en","Killer Elite","Based on a shocking true story, Killer Elite pits two of the world???s most elite operatives???Danny, an ex-special ops agent and Hunter, his longtime mentor???against the cunning leader of a secret military society. Covering the globe from Australia to Paris, London and the Middle East, Danny and Hunter are plunged into a highly dangerous game of cat and mouse???where the predators become the prey.","12.911","/cnhNUChZVkLxrvfqDEVLKgBPy1z.jpg","[{'id':10427,'logo_path':'/3u5sNgPRbba0ND3SUMXPTT7On9h.png','name':'Open Road Films','origin_country':'US'},{'id':972,'logo_path':null,'name':'Current Entertainment','origin_country':''},{'id':2729,'logo_path':null,'name':'Omnilab Media','origin_country':''},{'id':3427,'logo_path':null,'name':'Ambience Entertainment','origin_country':''},{'id':6408,'logo_path':null,'name':'International Traders','origin_country':''},{'id':11369,'logo_path':null,'name':'Sighvatsson Films','origin_country':''},{'id':11371,'logo_path':null,'name':'Palomar Pictures','origin_country':'US'},{'id':11840,'logo_path':'/8oyCRYf6ezxB5h8HJIPVG8JjzgL.png','name':'Film Victoria','origin_country':'AU'},{'id':11841,'logo_path':null,'name':'Wales Creative IP Fund','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'US','name':'United States of America'}]","2011-09-23","57777106","116","[{'iso_639_1':'en','name':'English'}]","Released","May the best man live.","Killer Elite","false","6.2","1054" +"false","/7QlsMlAnv5PJoqTKKzYZwelldAm.jpg","null","1030064","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':53,'name':'Thriller'}]","","157370","tt1311071","en","Kill Your Darlings","A murder in 1944 draws together the great poets of the beat generation: Allen Ginsberg, Jack Kerouac and William Burroughs.","8.538","/j9437B8S3UzDG80WFJRpzIvhPo9.jpg","[{'id':1422,'logo_path':'/aG7LGucYWmsrsEwnDN1HnUGfVmK.png','name':'Killer Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-09-19","0","104","[{'iso_639_1':'en','name':'English'}]","Released","A true story of obsession and murder.","Kill Your Darlings","false","7.2","819" +"false","/3jltN8ZNpYWikZQBhpNvWTIaGLL.jpg","null","5000000","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","245916","tt1216491","en","Kill the Messenger","A reporter becomes the target of a vicious smear campaign that drives him to the point of suicide after he exposes the CIA's role in arming Contra rebels in Nicaragua and importing cocaine into California. Based on the true story of journalist Gary Webb.","11.712","/8gaNZiKZHvKCqMDByY00dUIV0YC.jpg","[{'id':27450,'logo_path':null,'name':'The Combine','origin_country':''},{'id':27451,'logo_path':null,'name':'Bluegrass Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-10-09","2450846","112","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","Can you keep a national secret?","Kill the Messenger","false","6.6","492" +"false","/72F5hAiwu6L6bYMVWGk2xXDiz2u.jpg","null","10000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://www.insightfilm.com/killswitch.html","14452","tt1107859","en","Kill Switch","A troubled detective travels to Memphis in order to track down a pair of serial killers.","5.199","/9GuAu2yEXdIOnzw8Hue2wZ35j22.jpg","[{'id':925,'logo_path':'/dIb9hjXNOkgxu4kBWdIdK8nM4w.png','name':'Nu Image','origin_country':'US'},{'id':2865,'logo_path':'/5O0gp5QS3n9ZPRvWFxaWa6QPpGX.png','name':'Insight Film Studios','origin_country':'CA'},{'id':10399,'logo_path':null,'name':'CineTel Films','origin_country':'US'},{'id':2393,'logo_path':null,'name':'Peace Arch Entertainment Group','origin_country':''},{'id':3495,'logo_path':null,'name':'Steamroller Productions','origin_country':''},{'id':11567,'logo_path':null,'name':'Province of British Columbia Film Incentive BC','origin_country':''},{'id':8582,'logo_path':null,'name':'Canadian Film or Video Production Tax Credit Fund (CPTC)','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2008-10-06","0","96","[{'iso_639_1':'en','name':'English'}]","Released","","Kill Switch","false","4.4","48" +"false","/8YrFY8zcXYx9y89Zn9OS2E89CZm.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","237756","tt2393845","en","Kill Me Three Times","While on a seemingly routine job, a jaded hit man discovers that he's not the only one with his target in the crosshairs.","7.045","/zqTlUUBlVZTzVMYUnJQve0kJc3o.jpg","[{'id':2561,'logo_path':null,'name':'Cargo Films','origin_country':''},{'id':13235,'logo_path':null,'name':'Media House Capital','origin_country':''},{'id':1012,'logo_path':null,'name':'Parabolic Pictures','origin_country':''},{'id':1013,'logo_path':null,'name':'Stable Way Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'AU','name':'Australia'}]","2015-04-10","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Once is never enough.","Kill Me Three Times","false","5.6","255" +"false","/ugTOWovCYRe99FPGmN1Bk9o2cEy.jpg","null","500000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","http://www.kill-list.com/","74725","tt1788391","en","Kill List","Nearly a year after a botched job, a hitman takes a new assignment with the promise of a big payoff for three killings. What starts off as an easy task soon unravels, sending the killer into the heart of darkness.","6.78","/y0mJcIW1qFtFhAFjzPmxI9zLqjj.jpg","[{'id':17817,'logo_path':null,'name':'Warp X','origin_country':''},{'id':16853,'logo_path':'/ihiEwwDAc8ghtdNxpMp0T34OhIi.png','name':'Rook Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2011-09-02","171760","95","[{'iso_639_1':'sv','name':'svenska'},{'iso_639_1':'en','name':'English'}]","Released","","Kill List","false","6.1","326" +"false","/oJPxuduUSj4qWRDL1Qz9A9kcw0X.jpg","null","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","150230","tt1928335","en","Kill 'em All","Captured international assassins are locked up inside a high-tech bunker known as the Killing Chamber. To break out of this concrete hell they must duel each other, fight deadly ninjas and battle against gangs of masked maniacs. And... if they survive this, they will have to confront Snakehead: the lethal, deranged top dog who will stop at nothing to kill 'em all!","1.33","/47m9NSoPdNJfGUNgp4voruKVyLW.jpg","[{'id':7662,'logo_path':null,'name':'Epic Pictures Group','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-12-11","0","86","[{'iso_639_1':'en','name':'English'}]","Released","I'm going to hell when I die","Kill 'em All","false","5.1","13" +"false","/33WfP01Pu8SMuuHYnoJXMRCMtmI.jpg","{'id':2883,'name':'Kill Bill Collection','poster_path':'/tf1nUtw3LJGUGv1EFFi23iz6ngr.jpg','backdrop_path':'/oCLKNACMNrEf4T1EP6BpMXDl5m1.jpg'}","30000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","393","tt0378194","en","Kill Bill: Vol. 2","The Bride unwaveringly continues on her roaring rampage of revenge against the band of assassins who had tried to kill her and her unborn child. She visits each of her former associates one-by-one, checking off the victims on her Death List Five until there's nothing left to do ??? but kill Bill.","21.278","/2yhg0mZQMhDyvUQ4rG1IZ4oIA8L.jpg","[{'id':39121,'logo_path':null,'name':'Super Cool ManChu','origin_country':''},{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':59,'logo_path':'/yH7OMeSxhfP0AVM6iT0rsF3F4ZC.png','name':'A Band Apart','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-04-16","152159461","136","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'cn','name':'????????? / ?????????'}]","Released","The bride is back for the final cut.","Kill Bill: Vol. 2","false","7.8","7112" +"false","/kkS8PKa8c134vXsj2fQkNqOaCXU.jpg","{'id':2883,'name':'Kill Bill Collection','poster_path':'/tf1nUtw3LJGUGv1EFFi23iz6ngr.jpg','backdrop_path':'/oCLKNACMNrEf4T1EP6BpMXDl5m1.jpg'}","30000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","http://www.miramax.com/movie/kill-bill-volume-1/","24","tt0266697","en","Kill Bill: Vol. 1","An assassin is shot by her ruthless employer, Bill, and other members of their assassination circle ??? but she lives to plot her vengeance.","24.546","/v7TaX8kXMXs5yFFGR41guUDNcnB.jpg","[{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':59,'logo_path':'/yH7OMeSxhfP0AVM6iT0rsF3F4ZC.png','name':'A Band Apart','origin_country':'US'},{'id':39121,'logo_path':null,'name':'Super Cool ManChu','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-10-10","180949045","111","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Go for the kill.","Kill Bill: Vol. 1","false","7.9","8962" +"false","/mO1ZrsrbnpWRL5BaV4M6BlJdNxL.jpg","null","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","http://kidnappingmrheinekenmovie.com/","228968","tt2917388","en","Kidnapping Mr. Heineken","The true story of the kidnapping of Freddy Heineken, the grandson of the founder of the Heineken brewery, and his driver. They were released after a ransom of 35 million Dutch guilders was paid.","15.539","/567sh0LAl6pgfFQz9D9KsfT3g9s.jpg","[{'id':19037,'logo_path':'/xhAYgpFmJfcCVLV5NMD8QKvqqHc.png','name':'Umedia','origin_country':'BE'},{'id':8146,'logo_path':'/etoxfrvduHZMLHpYE2uPkicheX2.png','name':'Splendid Film','origin_country':'DE'},{'id':48191,'logo_path':null,'name':'Informant Europe SPRL','origin_country':''},{'id':54238,'logo_path':null,'name':'European Film Company','origin_country':''},{'id':9325,'logo_path':null,'name':'Informant Media','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'NL','name':'Netherlands'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-03-12","2633527","95","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'nl','name':'Nederlands'},{'iso_639_1':'en','name':'English'}]","Released","It was the perfect crime until they got away with it.","Kidnapping Mr. Heineken","false","5.9","305" +"false","/3n9kKETWCvlHrVhZXBI2QzzmUbJ.jpg","null","0","[{'id':18,'name':'Drama'}]","","212231","tt0780548","en","Kid Cannabis","An eighteen year old high school drop out and his twenty-seven year old friend start trafficking marijuana across the border of Canada in order to make money and their lives are changed forever.","6.618","/2WpHnrbPco4sbIRea5FPDIGztX2.jpg","[{'id':3019,'logo_path':null,'name':'Wingman Productions','origin_country':''},{'id':5218,'logo_path':'/dhb42ugM9DzSpDctTWCtABPVOW4.png','name':'Imprint Entertainment','origin_country':'US'},{'id':12876,'logo_path':null,'name':'Gordon Bijelonic / Datari Turner Films','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2014-04-18","0","110","[{'iso_639_1':'en','name':'English'}]","Released","","Kid Cannabis","false","6.2","87" +"false","/wEEKRZoRXh3FrIU0Hu5kc44lzwD.jpg","{'id':105322,'name':'Kickboxer Collection','poster_path':'/frOnbHEHWISXBC43wjsrBGOhqGJ.jpg','backdrop_path':'/lnUDOYV8hUOrXAx1RFpJeguenuQ.jpg'}","1500000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","10222","tt0097659","en","Kickboxer","If your enemy refuses to be humbled... Destroy him. Accompanied by his brother Kurt (Van Damme), American kickboxing champion Eric Sloane (Dennis Alexio), arrives in Thailand to defeat the Eastern warriors at their own sport. His opponent: ruthless fighter and Thai champion, Tong Po. Tong not only defeats Eric, he paralyzes him for life. Crazed with anger, Kurt vows revenge.","10.664","/8kNEhA31mXwUOuFuBGaN0T5oQwU.jpg","[{'id':4255,'logo_path':null,'name':'Kings Road Entertainment','origin_country':'US'},{'id':1444,'logo_path':'/5jvFLUVXGXxkyszL9cqJN5hNhJ6.png','name':'Cannon Group','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-04-20","14697005","97","[{'iso_639_1':'en','name':'English'}]","Released","An Ancient Sport Becomes A Deadly Game.","Kickboxer","false","6.4","437" +"false","/ngPkB9K8ZpIjv8HpIC8ExqAfG6H.jpg","{'id':179892,'name':'Kick-Ass Collection','poster_path':'/2UzHizIS6Z87ocDdY4TALPj1EqD.jpg','backdrop_path':'/fYMsCXEMguNlSORJIHydfBgOnty.jpg'}","28000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","","23483","tt1250777","en","Kick-Ass","Dave Lizewski is an unnoticed high school student and comic book fan who one day decides to become a super-hero, even though he has no powers, training or meaningful reason to do so.","14.98","/gtfggr5n3ED1neoTqVYmsVCoSS.jpg","[{'id':5374,'logo_path':'/8dgIXEObpRYixczGSpyW9rgnN53.png','name':'Marv Films','origin_country':'GB'},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2010-03-22","96188903","117","[{'iso_639_1':'en','name':'English'}]","Released","Shut up. Kick ass.","Kick-Ass","false","7.1","7298" +"false","/fGuoOLZeM4elFV8CBcPCLMc1fwj.jpg","{'id':179892,'name':'Kick-Ass Collection','poster_path':'/2UzHizIS6Z87ocDdY4TALPj1EqD.jpg','backdrop_path':'/fYMsCXEMguNlSORJIHydfBgOnty.jpg'}","28000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':80,'name':'Crime'}]","","59859","tt1650554","en","Kick-Ass 2","After Kick-Ass??? insane bravery inspires a new wave of self-made masked crusaders, he joins a patrol led by the Colonel Stars and Stripes. When these amateur superheroes are hunted down by Red Mist ??? reborn as The Mother Fucker ??? only the blade-wielding Hit-Girl can prevent their annihilation.","16.967","/pmdvrKYRdw7QxkLDaJzr6xMEqEZ.jpg","[{'id':5374,'logo_path':'/8dgIXEObpRYixczGSpyW9rgnN53.png','name':'Marv Films','origin_country':'GB'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2013-07-17","60700000","103","[{'iso_639_1':'en','name':'English'}]","Released","You Can't Fight Your Destiny.","Kick-Ass 2","false","6.4","3630" +"false","/e02lQ6SVBpuooN6ZQZ3bXfGAugX.jpg","null","20000000","[{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'}]","http://www.triggerfish.co.za/khumba/","172391","tt1487931","en","Khumba","A half-striped zebra is blamed for the drought and leaves his herd in search of his missing stripes. He is joined on his quest by an overprotective wildebeest and a flamboyant ostrich; they defeat the tyrannical leopard and save his herd.","9.193","/47L9VufChwKF4K6VXeBr6IMWODm.jpg","[{'id':23953,'logo_path':'/u5PflbHJXrQ2hyWw2R849pQ8Lq4.png','name':'Triggerfish Animation Studios','origin_country':'ZA'}]","[{'iso_3166_1':'ZA','name':'South Africa'}]","2013-07-18","27187375","85","[{'iso_639_1':'en','name':'English'}]","Released","Half a zebra, a whole lot of adventure!","Khumba","false","5.6","123" +"false","/levkEOeRrgMx5PbOJEpXsVqm7iU.jpg","null","0","[{'id':36,'name':'History'},{'id':10752,'name':'War'},{'id':12,'name':'Adventure'}]","","29710","tt0060588","en","Khartoum","English General Charles George Gordon, a devout Christian, is appointed military governor of Anglo-Egyptian Sudan by the Prime Minister. Ordered to evacuate Egyptians from the Sudan, Gordon stays on to protect the people of Khartoum, who are under threat of being conquered by a Muslim army.","2.394","/uFe9JSxQbeDct54Klx5tVi07zNR.jpg","[{'id':16628,'logo_path':null,'name':'Julian Blaustein Productions Ltd.','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1966-06-09","0","134","[{'iso_639_1':'en','name':'English'}]","Released","Where the Nile divides, the great Cinerama adventure begins!","Khartoum","false","6.4","37" +"false","/c1b0bZ71KtS0ZZ9ikaJE6BcEYFx.jpg","null","12000000","[{'id':99,'name':'Documentary'},{'id':10402,'name':'Music'}]","http://www.katyperry.com/movie/","101267","tt2215719","en","Katy Perry: Part of Me","Giving fans unprecedented access to the real life of the music sensation, Katy Perry: Part of Me exposes the hard work, dedication and phenomenal talent of a girl who remained true to herself and her vision in order to achieve her dreams. Featuring rare behind-the-scenes interviews, personal moments between Katy and her friends, and all-access footage of rehearsals, choreography, Katy???s signature style and more, Katy Perry: Part of Me reveals the singer???s unwavering belief that if you can be yourself, then you can be anything.","6.556","/yPW5Lmptt7z8rCYtVYjkpyjI3SY.jpg","[{'id':23,'logo_path':'/mkxNjThahj5pvntvYKVpMbWXm3D.png','name':'Imagine Entertainment','origin_country':'US'},{'id':746,'logo_path':'/kc7bdIVTBkJYy9aDK1QDDTAL463.png','name':'MTV Films','origin_country':'US'},{'id':7377,'logo_path':'/zdVYfWyiQmLgyq8V73HRHpCWjRO.png','name':'Insurge Pictures','origin_country':'US'},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-06-28","32726956","93","[{'iso_639_1':'en','name':'English'}]","Released","Be yourself and you can be anything","Katy Perry: Part of Me","false","6.7","135" +"false","/njuKz2JFb8njCgXbsflb7yjqjtM.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","https://www.facebook.com/Kantemir","287525","tt2525156","en","Kantemir","A group of actors gather in a remote Northeastern town to rehearse for a mysterious stage production, only to be plunged into a hellish world where their real lives mirror the grisly story of the play.","1.096","/rgcd780sK0Slu8QR8hevKJ1ZD6K.jpg","[{'id':30382,'logo_path':null,'name':'Indie Chi Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-08-18","0","84","[{'iso_639_1':'en','name':'English'}]","Released","If You Die in the Play You Die for Real","Kantemir","false","4.5","15" +"false","/yrPhUxZcTo68CFjsVCdHXYm8emP.jpg","null","48000000","[{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'}]","http://www.k-pax.com/","167","tt0272152","en","K-PAX","Prot is a patient at a mental hospital who claims to be from a far away Planet. His psychiatrist tries to help him, only to begin to doubt his own explanations.","9.186","/pCZxl9Si7i46nduSqUSzFdHYiEO.jpg","[{'id':763,'logo_path':null,'name':'Intermedia Films','origin_country':''},{'id':840,'logo_path':null,'name':'Lawrence Gordon Productions','origin_country':''},{'id':1178,'logo_path':null,'name':'Path?? Pictures International','origin_country':'GB'},{'id':19116,'logo_path':null,'name':'IMF Internationale Medien und Film GmbH & Co. 3. Produktions KG','origin_country':'DE'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2001-10-22","50315140","120","[{'iso_639_1':'en','name':'English'}]","Released","Change the way you look at the world.","K-PAX","false","7.2","1156" +"false","/tPhbQaiiFauAipdEuc9TQVgOmn6.jpg","null","100000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10752,'name':'War'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","8665","tt0267626","en","K-19: The Widowmaker","When Russia's first nuclear submarine malfunctions on its maiden voyage, the crew must race to save the ship and prevent a nuclear disaster.","12.35","/sRLT9pkLnC9gjYnixxw99iLImzN.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':763,'logo_path':null,'name':'Intermedia Films','origin_country':''},{'id':10104,'logo_path':'/hNuGhsKVlmhnwSRcmOejDBDjh6w.png','name':'New Regency Pictures','origin_country':'US'},{'id':11371,'logo_path':null,'name':'Palomar Pictures','origin_country':'US'},{'id':20344,'logo_path':null,'name':'First Light','origin_country':'US'},{'id':114038,'logo_path':null,'name':'National Geographic Films','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2002-07-19","35168966","138","[{'iso_639_1':'en','name':'English'}]","Released","Fate has found its hero.","K-19: The Widowmaker","false","6.4","445" +"false","/x3AMXIPoBGrjPmneUY58qFBYMw7.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':10402,'name':'Music'}]","","229296","tt3165608","en","Justin Bieber: Believe","A backstage and on-stage look at Justin Bieber during his rise to super stardom.","4.714","/ytodsbPbg75ZtAwem52LflyStwR.jpg","[{'id':10427,'logo_path':'/3u5sNgPRbba0ND3SUMXPTT7On9h.png','name':'Open Road Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-12-19","0","92","[{'iso_639_1':'en','name':'English'}]","Released","","Justin Bieber: Believe","false","7.3","102" +"false","/rw0m3vEpHJ7nTlLRrlO2a56mdOH.jpg","null","13000000","[{'id':99,'name':'Documentary'},{'id':10402,'name':'Music'},{'id':10751,'name':'Family'}]","http://www.justinbieberneversaynever.com/","54518","tt1702443","en","Justin Bieber: Never Say Never","Tells the story of Justin Bieber, the kid from Canada with the hair, the smile and the voice: It chronicles his unprecedented rise to fame, all the way from busking in the streets of Stratford, Canada to putting videos on YouTube to selling out Madison Square Garden in New York as the headline act during the My World Tour from 2010. It features Usher, Scooter Braun, Ludacris, Sean Kingston, Antonio ""L.A."" Reid, Boyz II Men, Miley Cyrus, Jaden Smith, Justin's family members and parts of his crew and huge fanbase in a mix of interviews and guest performances. It was released in 3D in theaters all around the world and is the highest grossing concert movie of all time, beating the previous record held by Michael Jackson's This Is It from 2009.","6.557","/dGNMD5XTBQN3teIth21ohKOCJcR.jpg","[{'id':7377,'logo_path':'/zdVYfWyiQmLgyq8V73HRHpCWjRO.png','name':'Insurge Pictures','origin_country':'US'},{'id':7378,'logo_path':null,'name':'Magical Elves Productions','origin_country':'US'},{'id':7379,'logo_path':null,'name':'Scooter Braun Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-02-11","98441954","105","[{'iso_639_1':'en','name':'English'}]","Released","Find out what's possible if you never give up.","Justin Bieber: Never Say Never","false","5.1","226" +"false","/4LQmfAzJn5w7hGk4sSHLt0jgszK.jpg","{'id':256287,'name':'Justice League (Animated) Collection','poster_path':'/5qm3MlCJkAtEUvnGPYwnKzrgAIO.jpg','backdrop_path':'/v4ijBegXGXDltrqRbhlEQqfoDl2.jpg'}","3500000","[{'id':16,'name':'Animation'}]","http://www.dccomics.com/movies/justice-league-war-2014","217993","tt3060952","en","Justice League: War","The world is under attack by an alien armada led by the powerful Apokoliptian, Darkseid. A group of superheroes consisting of Superman, Batman, Wonder Woman, The Flash, Green Lantern, Cyborg, and Shazam must set aside their differences and gather together to defend Earth.","12.219","/11X9WnPuSCnKavfTe0AJ935MDl4.jpg","[{'id':9993,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Entertainment','origin_country':'US'},{'id':2785,'logo_path':'/l5zW8jjmQOCx2dFmvnmbYmqoBmL.png','name':'Warner Bros. Animation','origin_country':'US'},{'id':429,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Comics','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-02-02","5155325","79","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","A time when heroes became legends.","Justice League: War","false","7.2","402" +"false","/cvtUPueAyalnWIDmSrGfNuIc2y7.jpg","{'id':256287,'name':'Justice League (Animated) Collection','poster_path':'/5qm3MlCJkAtEUvnGPYwnKzrgAIO.jpg','backdrop_path':'/v4ijBegXGXDltrqRbhlEQqfoDl2.jpg'}","3500000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':878,'name':'Science Fiction'},{'id':10751,'name':'Family'}]","","14011","tt0902272","en","Justice League: The New Frontier","The human race is threatened by a powerful creature, and only the combined power of Superman, Batman, Wonder Woman, Green Lantern, Martian Manhunter and The Flash can stop it. But can they overcome their differences to thwart this enemy using the combined strength of their newly formed Justice League?","9.887","/l3yNQyvUozuMuAWmf2Vxx9iX4ZO.jpg","[{'id':2785,'logo_path':'/l5zW8jjmQOCx2dFmvnmbYmqoBmL.png','name':'Warner Bros. Animation','origin_country':'US'},{'id':9993,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-02-26","5231128","75","[{'iso_639_1':'en','name':'English'}]","Released","We stand, today, on the edge of a new frontier...","Justice League: The New Frontier","false","6.7","197" +"false","/50gUUeIQZXHI1vXtuyiFAYa499u.jpg","{'id':256287,'name':'Justice League (Animated) Collection','poster_path':'/5qm3MlCJkAtEUvnGPYwnKzrgAIO.jpg','backdrop_path':'/v4ijBegXGXDltrqRbhlEQqfoDl2.jpg'}","0","[{'id':28,'name':'Action'},{'id':16,'name':'Animation'},{'id':53,'name':'Thriller'}]","http://www.warnerbros.com/justice-league-doom","76589","tt2027128","en","Justice League: Doom","An adaptation of Mark Waid's ""Tower of Babel"" story from the JLA comic. Vandal Savage steals confidential files Batman has compiled on the members of the Justice League, and learns all their weaknesses.","9.449","/4KIk5Odvkpwlf5y0QYqohTTlujw.jpg","[{'id':9993,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Entertainment','origin_country':'US'},{'id':429,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Comics','origin_country':'US'},{'id':2785,'logo_path':'/l5zW8jjmQOCx2dFmvnmbYmqoBmL.png','name':'Warner Bros. Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-02-28","0","77","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","The end of justice.","Justice League: Doom","false","7.3","344" +"false","/aJBZSAmTyTFCQ6vYc2O9Tr4uLrS.jpg","null","18000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","12090","tt0305711","en","Just Married","Tom Leezak and Sarah McNerney fall in love and plan to get married, despite opposition from Sarah's uptight, rich family. When they do get married, and get a chance to prove Sarah's family wrong, they go on a European honeymoon and run into disaster after disaster. They have to decide whether the honeymoon from hell and a few pre-marital mistakes are worth throwing away their love and marriage.","9.942","/15Xm4K7vPLRYDDErYK6lnbuvXWY.jpg","[{'id':19352,'logo_path':null,'name':'Mediastream Dritte Film GmbH & Co. Beteiligungs KG','origin_country':''},{'id':3929,'logo_path':null,'name':'Robert Simonds Productions','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2003-01-09","101564935","95","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Welcome to the honeymoon from hell.","Just Married","false","5.5","665" +"false","/7pa08RTp610h72pZnqqgkmsB76l.jpg","null","80000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://www.justgowithit-movie.com","50546","tt1564367","en","Just Go with It","A plastic surgeon, romancing a much younger schoolteacher, enlists his loyal assistant to pretend to be his soon to be ex-wife, in order to cover up a careless lie. When more lies backfire, the assistant's kids become involved, and everyone heads off for a weekend in Hawaii that will change all their lives.","13.557","/j6OOxKd6T6WctfhXsbOteb4XYMs.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':2608,'logo_path':'/g3YRudXiQzHesQqRXvnhFpMzfkU.png','name':'Happy Madison Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-02-10","214918407","117","[{'iso_639_1':'en','name':'English'}]","Released","Sometimes a guy's best wingman... is a wingwoman","Just Go with It","false","6.4","2816" +"false","/d9Qqu2gOnCyf5J6p2ybUyICNGXX.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","10033","tt0433400","en","Just Friends","While visiting his hometown during Christmas, a man comes face-to-face with his old high school crush whom he was best friends with ??? a woman whose rejection of him turned him into a ferocious womanizer.","7.716","/cyih5NtdEXF0uSGWJFWgiIEQknb.jpg","[{'id':94719,'logo_path':null,'name':'Just Friends Productions','origin_country':''},{'id':11278,'logo_path':null,'name':'Inferno Distribution','origin_country':''},{'id':995,'logo_path':null,'name':'Cinerenta Medienbeteiligungs KG','origin_country':'DE'},{'id':6363,'logo_path':null,'name':'BenderSpink','origin_country':''},{'id':5496,'logo_path':null,'name':'Cinezeta','origin_country':''},{'id':54280,'logo_path':null,'name':'Infinity Media','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2005-11-23","50817508","96","[{'iso_639_1':'en','name':'English'}]","Released","He loves her. She loves him not.","Just Friends","false","5.9","729" +"false","/3rnc0O7I7jkr4OSYMVZsdBrs9gY.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","9061","tt0113501","en","Just Cause","Bobby Earl is facing the electric chair for the murder of a young girl. Eight years after the crime he calls in Paul Armstrong, a professor of law, to help prove his innocence. Armstrong quickly uncovers some overlooked evidence to present to the local police, but they aren't interested - Bobby was their killer.","8.029","/tPQ8kT5HVxfyKXVeoiC6NkF5gsu.jpg","[{'id':36854,'logo_path':null,'name':'Lee Rich Productions','origin_country':''},{'id':414,'logo_path':null,'name':'Fountainbridge Films','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-02-17","0","102","[{'iso_639_1':'en','name':'English'}]","Released","Buried deep in the Florida Everglades is a secret that can save an innocent man or let a killer kill again.","Just Cause","false","6.2","202" +"false","/t2g1F4JJm7AmMURuOVbCf37EcN9.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","258099","tt2980472","en","Just Before I Go","Ted Morgan has been treading water for most of his life. After his wife leaves him, Ted realizes he has nothing left to live for. Summoning the courage for one last act, Ted decides to go home and face the people he feels are responsible for creating the shell of a person he has become. But life is tricky. The more determined Ted is to confront his demons, to get closure, and to withdraw from his family, the more Ted is yanked into the chaos of their lives. So, when Ted Morgan decides to kill himself, he finds a reason to live.","5.55","/dzFqPZUvLAPR47TGwL7fvTi5SUJ.jpg","[{'id':2580,'logo_path':null,'name':'Coquette Productions','origin_country':''},{'id':5124,'logo_path':null,'name':'New Artists Alliance','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-04-24","0","95","[{'iso_639_1':'en','name':'English'}]","Released","Ending it all was only the beginning.","Just Before I Go","false","6.3","155" +"false","/q3Y8DvY8G7Y6ggrYhOW0Zp3MahR.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","15936","tt0790723","en","Just Add Water","An offbeat romantic comedy about a decent guy, Ray Tuckby, with a dead-end life in the dead-end town of Trona, CA. After encouragement from a stranger whom he happens upon, Ray begins to dream again. He sheds the parasites in his life, musters the nerve to pursue his childhood love, and finally takes back his community by toppling the local teenage Meth-baron.","2.249","/wOgfdyoQRFLwtC9wwmz9vC6elQb.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-03-18","0","95","[{'iso_639_1':'en','name':'English'}]","Released","Because a life can grow anywhere.","Just Add Water","false","5.2","28" +"false","/5n6Mzt4uXsHKMqPx7CCUefk76jP.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'},{'id':27,'name':'Horror'}]","","347064","tt3469284","en","Jurassic Prey","A woman steals money from her mob boss husband hoping to start a new life with her lover. Meanwhile, a washed-up former child star and his buddies rob a bank with a police detective hot on their trail. Through a twist of fate, these people all find themselves at a remote cabin, unaware that recent construction work has unleashed a ferocious creature which now roams the surrounding area! Who will survive in MEATEATERS!","1.029","/1RYXi7KK8aknaNKfGgRhatKrHVK.jpg","[{'id':11976,'logo_path':null,'name':'Polonia Brothers Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-06-23","0","87","[{'iso_639_1':'de','name':'Deutsch'}]","Released","Prepare for extinction","Jurassic Prey","false","3","11" +"false","/5tNgurgAzF3teAziqpX83gaA9d1.jpg","{'id':328,'name':'Jurassic Park Collection','poster_path':'/qIm2nHXLpBBdMxi8dvfrnDkBUDh.jpg','backdrop_path':'/pJjIH9QN0OkHFV9eue6XfRVnPkr.jpg'}","93000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","","331","tt0163025","en","Jurassic Park III","In need of funds for research, Dr. Alan Grant accepts a large sum of money to accompany Paul and Amanda Kirby on an aerial tour of the infamous Isla Sorna. It isn't long before all hell breaks loose and the stranded wayfarers must fight for survival as a host of new -- and even more deadly -- dinosaurs try to make snacks of them.","0.681","/26L7XODsNlxX3VwkfuUnYOslbRF.jpg","[{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-07-18","368780809","92","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","This time, it's not just a walk in the park!","Jurassic Park III","false","6","3612" +"false","/8LZ0r7r2SdJIApRvGo2k6CXHq8x.jpg","{'id':328,'name':'Jurassic Park Collection','poster_path':'/qIm2nHXLpBBdMxi8dvfrnDkBUDh.jpg','backdrop_path':'/pJjIH9QN0OkHFV9eue6XfRVnPkr.jpg'}","63000000","[{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'}]","http://www.jurassicpark.com/","329","tt0107290","en","Jurassic Park","A wealthy entrepreneur secretly creates a theme park featuring living dinosaurs drawn from prehistoric DNA. Before opening day, he invites a team of experts and his two eager grandchildren to experience the park and help calm anxious investors. However, the park is anything but amusing as the security systems go off-line and the dinosaurs escape.","14.383","/c414cDeQ9b6qLPLeKmiJuLDUREJ.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-06-11","920100000","127","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","An adventure 65 million years in the making.","Jurassic Park","false","7.8","8620" +"false","/4liSXBZZdURI0c1Id1zLJo6Z3Gu.jpg","null","176000003","[{'id':878,'name':'Science Fiction'},{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'}]","http://www.jupiterascending.com","76757","tt1617661","en","Jupiter Ascending","In a universe where human genetic material is the most precious commodity, an impoverished young Earth woman becomes the key to strategic maneuvers and internal strife within a powerful dynasty???","27.738","/aMEsvTUklw0uZ3gk3Q6lAj6302a.jpg","[{'id':450,'logo_path':null,'name':'Anarchos Productions','origin_country':''},{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-02-04","183987723","124","[{'iso_639_1':'en','name':'English'}]","Released","Expand your universe.","Jupiter Ascending","false","5.3","4271" +"false","/xfcb5Cq5pYrGcAxGjFQqKCPVOK3.jpg","null","7500000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.foxsearchlight.com/juno/","7326","tt0467406","en","Juno","A young girl named Juno gets herself pregnant and tries to stand on her own, but soon learns a few lessons about being grown up.","9.616","/eE64N6PYCSRW2mtQucfK2av5Wk2.jpg","[{'id':771,'logo_path':null,'name':'Mandate Pictures','origin_country':'US'},{'id':2130,'logo_path':'/g0lqeY2FvhzXcOI6z8RVXbORRUY.png','name':'Mr. Mudd Production','origin_country':'US'},{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-12-05","231411584","96","[{'iso_639_1':'en','name':'English'}]","Released","A comedy about growing up??? and the bumps along the way.","Juno","false","7","3998" +"false","/fyFlVXCL35syV8uabOympsraSNb.jpg","null","0","[{'id':35,'name':'Comedy'}]","","93094","tt1837584","en","Junkie","Junkie is a pitch black comedy about two heavily addicted, drug addled brothers.","0.932","/hQkUUQRw1SCNGywMrUSW0sBNbDd.jpg","[{'id':17811,'logo_path':null,'name':'Mad Dimension','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-10-05","0","84","[{'iso_639_1':'en','name':'English'}]","Released","Just say yes","Junkie","false","4.9","11" +"false","/flDZQoz3u0DynAPuhu26pg4zqud.jpg","null","60000000","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':10749,'name':'Romance'}]","","6280","tt0110216","en","Junior","As part of a fertility research project, a male scientist agrees to carry a pregnancy in his own body.","7.847","/bwt2hkLGKo5KAVMCw4u1umUPhax.jpg","[{'id':8816,'logo_path':null,'name':'Northern Lights Entertainment','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-11-22","108431355","109","[{'iso_639_1':'en','name':'English'}]","Released","Nothing is inconceivable","Junior","false","4.9","665" +"false","/iJJzAJVnhwhODvXq06vvcO4mGGu.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","","23033","tt0034928","en","Jungle Book","Rudyard Kipling's Jungle Book is given the full treatment in this lavish retelling filled with huge sets, exotic animals, a large cast and the incomparable Sabu, starring as Mowgli, the young orphan boy raised by wolves. Curious to reconnect with his human village, Mowgli returns only to find disappointment in the greed and treachery of man. Over time, Mowgli and the village members do grow to trust one another, but not before the village finds itself under siege. It's up to Mowgli and his jungle friends to save the day.","2.096","/wHkgkGSfxbwz7xCkoAvaMviKLmD.jpg","[{'id':4167,'logo_path':null,'name':'Alexander Korda Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1942-04-03","0","108","[{'iso_639_1':'en','name':'English'}]","Released","A jewelled secret city...guarded by the jungle's fiercest denizens!","Jungle Book","false","6.6","31" +"false","/3gZ2iiqCqwVg7sKm2KUspzxfelQ.jpg","null","85000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'}]","http://www.fox.co.uk/jumper","8247","tt0489099","en","Jumper","David Rice is a man who knows no boundaries, a Jumper, born with the uncanny ability to teleport instantly to anywhere on Earth. When he discovers others like himself, David is thrust into a dangerous and bloodthirsty war while being hunted by a sinister and determined group of zealots who have sworn to destroy all Jumpers. Now, David???s extraordinary gift may be his only hope for survival!","16.801","/3pPZ9JhNz3VMmASVir5SMHvTDUU.jpg","[{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'},{'id':7384,'logo_path':null,'name':'Hypnotic','origin_country':''},{'id':10104,'logo_path':'/hNuGhsKVlmhnwSRcmOejDBDjh6w.png','name':'New Regency Pictures','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2008-02-13","222231186","88","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","anywhere is possible.","Jumper","false","6","3077" +"false","/7k4zEgUZbzMHawDaMc9yIkmY1qR.jpg","{'id':495527,'name':'Jumanji Collection','poster_path':'/6sjMsBcIuqU44GpG5tL33KUFOQR.jpg','backdrop_path':'/dsaUpJoxSqYJh96s5Z9hHzoRKQ3.jpg'}","65000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':10751,'name':'Family'}]","http://www.sonypictures.com/movies/jumanji/","8844","tt0113497","en","Jumanji","When siblings Judy and Peter discover an enchanted board game that opens the door to a magical world, they unwittingly invite Alan -- an adult who's been trapped inside the game for 26 years -- into their living room. Alan's only hope for freedom is to finish the game, which proves risky as all three find themselves running from giant rhinoceroses, evil monkeys and other terrifying creatures.","3.987","/vgpXmVaVyUL7GGiDeiK1mKEKzcX.jpg","[{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'},{'id':10201,'logo_path':null,'name':'Interscope Communications','origin_country':''},{'id':2550,'logo_path':null,'name':'Teitler Film','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-12-15","262797249","104","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Roll the dice and unleash the excitement!","Jumanji","false","7.1","5707" +"false","/v5fC4udCQLOzZZRbI87QyQ8V2cd.jpg","null","40000000","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","http://www.julieandjulia.com/","24803","tt1135503","en","Julie & Julia","Julia Child and Julie Powell ??? both of whom wrote memoirs ??? find their lives intertwined. Though separated by time and space, both women are at loose ends... until they discover that with the right combination of passion, fearlessness and butter, anything is possible.","9.673","/4BFGuCcdV7y8mFYzBhgj00d3b1z.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':11804,'logo_path':null,'name':'Easy There Tiger Productions','origin_country':''},{'id':258,'logo_path':null,'name':'Scott Rudin Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-08-06","129540499","123","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Based on Two True Stories","Julie & Julia","false","6.6","1074" +"false","/dIJsnIOv3W0q8nWjkEw9MkWPbgK.jpg","null","4000000","[{'id':27,'name':'Horror'}]","","84228","tt1533058","en","Julia X","Meeting a man on the Internet, Julia decides to see him in person, only to get abducted and branded with the letter ""x"" by that guy. A game of cat and mouse follows, but the story has an unexpected twist.","2.503","/ylJoLM9hhg5YDHFtT7yHy8e3phI.jpg","[{'id':26610,'logo_path':null,'name':'Dixie Theatrical Corporation','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-09-24","0","92","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Julia X","false","4.9","47" +"false","/emadLNKo4XKq6qBRd8BTQ5QmgRE.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","http://tombstonedistribution.com/julia/","278632","tt2582426","en","Julia","After suffering a brutal trauma, Julia uses an unorthodox form of therapy to restore herself.","3.86","/n90Yh2GtoN8DS1xHjhkYRVcN5AN.jpg","[{'id':5357,'logo_path':null,'name':'Zero Gravity Management','origin_country':''},{'id':46297,'logo_path':null,'name':'Farraj Factory','origin_country':''},{'id':46298,'logo_path':null,'name':'Kinetic Arts','origin_country':''},{'id':46299,'logo_path':null,'name':'Tycor International Film Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-10-14","2710","95","[{'iso_639_1':'en','name':'English'}]","Released","","Julia","false","5","44" +"false","/4RxnVVMDWrX3ZtRFt9MxULnnwOW.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","http://jugfacethemovie.com/","157115","tt2620736","en","Jug Face","The pit has spoken. Dawai, the potter of a backwoods community, has crafted a face on a ceramic jug of the person that the pit wants sacrificed. Ada, pregnant with her brother???s child, has seen her face on the jug and hides it in the woods, determined to save the life of her unborn. If she does not sacrifice herself however, the creature from the pit will kill everyone in the village until she does.","5.624","/tt8B0YEpsMW06Jvom2GuRoA340Y.jpg","[{'id':25406,'logo_path':null,'name':'New Company','origin_country':''},{'id':5574,'logo_path':null,'name':'Moderncin??','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-08-09","0","81","[{'iso_639_1':'en','name':'English'}]","Released","The pit wants what it wants","Jug Face","false","5.3","96" +"false","/g8yVrnJ72eOt1Xw4uyYBIsBBE2g.jpg","null","3000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","821","tt0055031","en","Judgment at Nuremberg","In 1947, four German judges who served on the bench during the Nazi regime face a military tribunal to answer charges of crimes against humanity. Chief Justice Haywood hears evidence and testimony not only from lead defendant Ernst Janning and his defense attorney Hans Rolfe, but also from the widow of a Nazi general, an idealistic U.S. Army captain and reluctant witness Irene Wallner.","7.748","/iu7VMhBma5S94M3wh0fR8cmwgUf.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':526,'logo_path':null,'name':'Roxlom Films','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","1961-12-01","10000000","186","[{'iso_639_1':'en','name':'English'}]","Released","The event the world will never forget","Judgment at Nuremberg","false","8","279" +"false","/mSZADd1N0wWkkNJmwcpYAq93bke.jpg","null","90000000","[{'id':878,'name':'Science Fiction'}]","","9482","tt0113492","en","Judge Dredd","In a dystopian future, Dredd, the most famous judge (a cop with instant field judiciary powers) is convicted for a crime he did not commit while his murderous counterpart escapes.","16.587","/r17S4XlQ3Jq5U1KRovFUwU8P4aG.jpg","[{'id':1504,'logo_path':null,'name':'Cinergi Pictures Entertainment','origin_country':''},{'id':915,'logo_path':'/xXojkyRWFZ0JTJyjiu13ThKeFbz.png','name':'Hollywood Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-06-30","113493481","96","[{'iso_639_1':'en','name':'English'}]","Released","In the future, one man is the law.","Judge Dredd","false","5.5","1102" +"false","/6LhwAiSscN1ef4c2alt9pjr1au7.jpg","{'id':166378,'name':'Joy Ride Collection','poster_path':'/ln6CZn4pEBOea3757FaMukhgp25.jpg','backdrop_path':'/eDU0xWJge0Sj2A1hyp5NtTcc3OZ.jpg'}","0","[{'id':53,'name':'Thriller'}]","","259074","tt3138376","en","Joy Ride 3","Rusty Nail is back on the road again looking to punish injustice at every turn - and this time it's with a group of hotheaded street racers on their way to the Road Rally 1000. As they drive through a desolate shortcut on the way to the race, an encounter with Rusty turns sour and soon he is tracking, teasing and torturing them until the end of the road.","3.251","/qfZsy4gxrBDvIzoiT0HqFjQgobP.jpg","[{'id':20774,'logo_path':null,'name':'WT Canada Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-06-03","0","96","[{'iso_639_1':'en','name':'English'}]","Released","Rusty Returns...","Joy Ride 3","false","4.7","81" +"false","/yjBHjhg8J0bxMDKVKFz3oTBHWow.jpg","null","0","[{'id':878,'name':'Science Fiction'}]","","40430","tt0064519","en","Doppelg??nger","A planet is discovered in the same orbit as Earth's but is located on the exact opposite side of the sun, making it not visible from Earth. The European Space Exploration Council decide to send American astronaut Glenn Ross and British scientist John Kane via spaceship to explore the other planet. After a disastrous crash-landing Ross awakes to learn that Kane lies near death and that they apparently have returned to Earth, as evidenced by the presence of the Council director and his staff. Released to the custody of his wife, he soon learns things are not as they seem.","3.339","/o0LM7Mleo9Fwl9kUl6GVqd4IGQ9.jpg","[{'id':6141,'logo_path':null,'name':'Century 21 Television','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1969-08-27","0","101","[{'iso_639_1':'en','name':'English'}]","Released","You will meet yourself face-to-face when Earth meets its duplicate in outer space!","Journey to the Far Side of the Sun","false","6.3","48" +"false","/wr9KMaCGGquZQqmjN8mRqOR2FeM.jpg","{'id':166378,'name':'Joy Ride Collection','poster_path':'/ln6CZn4pEBOea3757FaMukhgp25.jpg','backdrop_path':'/eDU0xWJge0Sj2A1hyp5NtTcc3OZ.jpg'}","23000000","[{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","10866","tt0206314","en","Joy Ride","Three young people on a road trip from Colorado to New Jersey talk to a trucker on their CB radio, then must escape when he turns out to be a psychotic killer.","7.784","/q8y2T2LvJV0mvia1RA9pS1K33GR.jpg","[{'id':1171,'logo_path':null,'name':'Epsilon Motion Pictures','origin_country':'CH'},{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':7161,'logo_path':null,'name':'LivePlanet','origin_country':''},{'id':11461,'logo_path':'/p9FoEt5shEKRWRKVIlvFaEmRnun.png','name':'Bad Robot','origin_country':'US'},{'id':10104,'logo_path':'/hNuGhsKVlmhnwSRcmOejDBDjh6w.png','name':'New Regency Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-10-05","36642838","97","[{'iso_639_1':'en','name':'English'}]","Released","It was just a joke, just for fun.","Joy Ride","false","6.4","535" +"false","/djrr3n1XTnVNf6F3ZqvTtYWXgjm.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':10751,'name':'Family'}]","","11571","tt0052948","en","Journey to the Center of the Earth","An Edinburgh professor and assorted colleagues follow an explorer's trail down an extinct Icelandic volcano to the earth's center.","8.378","/4rSP91Gonskgq29AuJ1Xn3RIQAK.jpg","[{'id':10199,'logo_path':null,'name':'Cooga Mooga','origin_country':''},{'id':10200,'logo_path':null,'name':'Joseph M. Schenck Enterprises','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1959-12-14","10000000","132","[{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'is','name':'??slenska'},{'iso_639_1':'it','name':'Italiano'}]","Released","A fabulous world below the world","Journey to the Center of the Earth","false","6.8","169" +"false","/tBMh4ig85nU6EC57pXhWfosSGlW.jpg","null","45000000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","88751","tt0373051","en","Journey to the Center of the Earth","On a quest to find out what happened to his missing brother, a scientist, his nephew and their mountain guide discover a fantastic and dangerous lost world in the center of the earth.","18.142","/nlYk34gpPfM6KFujxB9HTHZyeiL.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':10221,'logo_path':'/99VfWRgKasZoyK9UVB39gnYvFrZ.png','name':'Walden Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-07-10","101702060","93","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'is','name':'??slenska'},{'iso_639_1':'it','name':'Italiano'}]","Released","Same Planet. Different World.","Journey to the Center of the Earth","false","5.9","2563" +"false","/ouwnS5Gk47AmGHPXndogYikmhmq.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://www.journeytolemans.com","303665","tt4021190","en","Journey to Le Mans","Le Mans the biggest motorsport event in the world, is truly a spectacle like no other. The twenty-four hour race is considered the most physically and mentally demanding race on earth. Man and machine push themselves to the limits of endurance, many never make it past the finish line, and some never make it home.","1.161","/39lEuVmUf1LKTO0RCnzxBSFx8Iq.jpg","[]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-10-23","0","92","[{'iso_639_1':'en','name':'English'}]","Released","200 MPH. 24 Hours. 1 Race.","Journey to Le Mans","false","5.7","10" +"false","/j9AGoD7PG2pvjxyMqKWSRlo7YS1.jpg","null","79000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","http://www.themysteriousisland.com/","72545","tt1397514","en","Journey 2: The Mysterious Island","Sean Anderson partners with his mom's boyfriend on a mission to find his grandfather, who is thought to be missing on a mythical island.","15.061","/jMu45saMeqB2RGDqV3HoQ3XgZ2a.jpg","[{'id':10221,'logo_path':'/99VfWRgKasZoyK9UVB39gnYvFrZ.png','name':'Walden Media','origin_country':'US'},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':1836,'logo_path':null,'name':'Contrafilm','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-01-19","355692760","94","[{'iso_639_1':'en','name':'English'}]","Released","Believe the Impossible. Discover the Incredible.","Journey 2: The Mysterious Island","false","5.9","2041" +"false","/igIZS6AiZl06faj2qpkcIhvJPoH.jpg","null","47000000","[{'id':28,'name':'Action'},{'id':37,'name':'Western'},{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'},{'id':53,'name':'Thriller'}]","http://jonah-hex.warnerbros.com/","20533","tt1075747","en","Jonah Hex","Gunslinger Jonah Hex (Josh Brolin) is appointed by President Ulysses Grant to track down terrorist Quentin Turnbull (John Malkovich), a former Confederate officer determined on unleashing hell on earth. Jonah not only secures freedom by accepting this task, he also gets revenge on the man who slayed his wife and child. Megan Fox plays a prostitute as well as Jonah Hex's love interst in the film.","12.662","/fhpl0NYcwQ8oUmur30L0ANOay4L.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-06-18","10539000","81","[{'iso_639_1':'en','name':'English'}]","Released","Revenge gets ugly.","Jonah Hex","false","4.6","677" +"false","/vNsGZPwf45rA3BrXEu8TVRwSqKF.jpg","null","25000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","9886","tt0113481","en","Johnny Mnemonic","A data courier, literally carrying a data package inside his head, must deliver it before he dies from the burden or is killed by the Yakuza. In a dystopian 2021, Johnny (Keanu Reeves) is a data trafficker who has an implant that allows him to securely store data too sensitive for regular computer networks. On one delivery run, he accepts a package that not only exceeds the implant's safety limits - and will kill him if the data is not removed in time - but also contains information far more important and valuable than he had ever imagined. On a race against time, he must avoid the assassins sent to kill him and remove the data before it, too, ends his life.","9.995","/s9LyQtKhfUcQlZEw8hJLP6XqroO.jpg","[{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'},{'id':2480,'logo_path':null,'name':'Alliance Communications Corporation','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","1995-05-26","19075720","97","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'}]","Released","The hottest data on earth. In the coolest head in town.","Johnny Mnemonic","false","5.6","585" +"false","/2lpBuRBRlftqWw3U3w1q4awy6UD.jpg","null","0","[{'id':10752,'name':'War'},{'id':18,'name':'Drama'}]","","16328","tt0067277","en","Johnny Got His Gun","Joe, a young American soldier, is hit by a mortar shell on the last day of World War I. He lies in a hospital bed in a fate worse than death - a quadruple amputee who has lost his arms, legs, eyes, ears, mouth and nose. Unbeknown to his doctors, he remains conscious and able to think, thereby reliving his life through strange dreams and memories and unable to distinguish whether he is awake or dreaming. He remains frustrated by his situation, until one day when Joe discovers a unique way to communicate with his caregivers.","5.645","/o9bM6OjvM68FDuvh4Q7m3SuxDi7.jpg","[{'id':40413,'logo_path':null,'name':'World Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1971-08-04","0","111","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'de','name':'Deutsch'}]","Released","The most shattering experience you'll ever live.","Johnny Got His Gun","false","7.4","129" +"false","/5QJbfO5EZtNHTABWKkGqOyvOvNg.jpg","{'id':86117,'name':'Johnny English Collection','poster_path':'/3a2BVS2aFHK66pnIqFKcJ9HaC45.jpg','backdrop_path':'/gxQykppFPXiiIG234rbcDTgqQ5B.jpg'}","45000000","[{'id':80,'name':'Crime'},{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'}]","http://www.johnnyenglishreborn.com/","58233","tt1634122","en","Johnny English Reborn","The most prominent heads of state in the world begin gathering for a conference that could have a major impact on global politics. When MI-7 receives word that the Chinese premier has become the target of some high-powered killers, it falls on Johnny English to save the day. Armed with the latest high-tech weaponry and gadgets that would make even James Bond jealous, the once-disgraced agent uncovers evidence of a massive conspiracy involving some of the world's most powerful organisations, and vows to redeem his tarnished reputation by stopping the killers before they can strike.","17.467","/vnS4Lb5rNx2ZucVdrW3TQd6n2AL.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'},{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'}]","[{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'HK','name':'Hong Kong'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2011-09-15","160078586","101","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'cn','name':'????????? / ?????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'ru','name':'P????????????'}]","Released","One man. One mission. No chance.","Johnny English Reborn","false","6.1","1738" +"false","/wNEsGAHws1UATmZfnjNBRi2Ln5.jpg","{'id':86117,'name':'Johnny English Collection','poster_path':'/3a2BVS2aFHK66pnIqFKcJ9HaC45.jpg','backdrop_path':'/gxQykppFPXiiIG234rbcDTgqQ5B.jpg'}","40000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","","9486","tt0274166","en","Johnny English","Rowan plays the eponymous lead character in a spoof spy thriller. During the course of the story we follow our hero as he attempts to single-handedly save the country from falling into the hands of a despot.","15.48","/fvFOJFDwgtINOxxtrFFiCMUrGdR.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2003-03-14","160583018","88","[{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","He knows no fear, he knows no danger, he knows nothing.","Johnny English","false","6.2","1670" +"false","/jaloByWdyDRDhdK1iXgZygB3v6N.jpg","null","0","[{'id':99,'name':'Documentary'}]","","114593","tt2400555","en","Johnny Carson: King of Late Night","Chronological look at the life and career of Johnny Carson (1925-2005), with commentary from an ex-wife and more than 30 fellow comedians, friends, employees, and biographers. The biography defines why Carson was an enduring star (his cool, his timing, his genuine laugh, his breadth of knowledge) and pursues his motivations and inner self (a loner with a drinking problem, a decent Midwesterner whose mother withheld approval, a quiet person who loved to entertain). The key to understanding him, argues the biography, is his love of magic.","1.173","/7P3WZEnYClQSYa5jjwa7irNK5eu.jpg","[{'id':8273,'logo_path':'/pXZ6qUs6bZUsS5zsRXrojW9aZ1f.png','name':'Eagle Rock Entertainment','origin_country':'GB'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-01-01","0","115","[{'iso_639_1':'en','name':'English'}]","Released","","Johnny Carson: King of Late Night","false","7.3","7" +"false","/r4gHoGDrgUkIhEJj5PrC19JJanb.jpg","null","18000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","9293","tt0455967","en","John Tucker Must Die","After discovering they are all dating the same same guy, three popular students from different cliques band together for revenge, so they enlist the help of a new gal in town and conspire to break the jerk's heart, while destroying his reputation.","7.078","/qIVlqRILy5vtNylsVsZk7aUb0c9.jpg","[{'id':7742,'logo_path':null,'name':'John US Productions','origin_country':''},{'id':7741,'logo_path':null,'name':'Landscape Entertainment','origin_country':''},{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'},{'id':445,'logo_path':null,'name':'Major Studio Partners','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2006-07-27","41009669","87","[{'iso_639_1':'en','name':'English'}]","Released","Don't Get Mad. Get Even.","John Tucker Must Die","false","6","731" +"false","/yU5KUTk653SgITAIVxBS6WEyTQx.jpg","null","36000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","8470","tt0251160","en","John Q","John Quincy Archibald is a father and husband whose son is diagnosed with an enlarged heart and then finds out he cannot receive a transplant because HMO insurance will not cover it. Therefore, he decides to take a hospital full of patients hostage until the hospital puts his son's name on the donor's list.","8.274","/4jX2XxZbpMy2rGSigoIaFAbhOez.jpg","[{'id':23019,'logo_path':null,'name':'Evolution Entertainment','origin_country':''},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':17106,'logo_path':null,'name':'Burg/Koules Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-02-15","102244770","116","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Give a father no options and you leave him no choice.","John Q","false","7.1","1031" +"false","/5elIQbN8uuXSjpIg4fUux5s9HjC.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","http://johndoevigilantefilm.com/","253849","tt1418754","en","John Doe: Vigilante","Jamie Bamber portrays John Doe ??? a man accused of being a vigilante serial killer. As we await verdict on his trial, the film dissects the reasoning behind his actions which have divided the community. While imprisoned, a vigilante group called Speak for the Dead emerges in support of John Doe's cause elevating the debate about justice versus vengeance.","6.089","/caHxOZs30QhBi6T6WXTaBg7yCWz.jpg","[{'id':46446,'logo_path':null,'name':'Screen Corporation','origin_country':''},{'id':46447,'logo_path':null,'name':'Rapidfire Entertainment','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2014-03-21","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Hero or Villain? Justice or Vengeance? You Decide.","John Doe: Vigilante","false","6.6","77" +"false","/2eDepJWMMBHmZ7pt9MSqzGQeoDc.jpg","null","250000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'}]","http://movies.disney.com/john-carter","49529","tt0401729","en","John Carter","John Carter is a war-weary, former military captain who's inexplicably transported to the mysterious and exotic planet of Barsoom (Mars) and reluctantly becomes embroiled in an epic conflict. It's a world on the brink of collapse, and Carter rediscovers his humanity when he realizes the survival of Barsoom and its people rests in his hands.","17.843","/4QDBNt9PmxqUH4Ab2R5xKWqzXiQ.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-03-07","284139100","132","[{'iso_639_1':'en','name':'English'}]","Released","Lost in our world, found in another.","John Carter","false","6.1","3220" +"false","/183Jzh007eOZRkrfIDAcpvhzKli.jpg","null","4000000","[{'id':18,'name':'Drama'}]","","157847","tt2382396","en","Joe","The rough-hewn boss of a lumber crew courts trouble when he steps in to protect the youngest member of his team from an abusive father.","9.858","/bvcLnoffCm67n7pZPVdJ6pluJsi.jpg","[{'id':20848,'logo_path':null,'name':'Rough House Pictures','origin_country':'US'},{'id':9015,'logo_path':null,'name':'Worldview Entertainment','origin_country':''},{'id':14037,'logo_path':null,'name':'Dreambridge Films','origin_country':''},{'id':10989,'logo_path':null,'name':'Muskat Filmed Properties','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-04-11","2365467","118","[{'iso_639_1':'en','name':'English'}]","Released","","Joe","false","6.6","496" +"false","/ycyJiG1aRY0eGsbvDYc2DWiTGYF.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':18,'name':'Drama'}]","","191720","tt1935156","en","Jodorowsky's Dune","Shot in France, England, Switzerland and the United States, this documentary covers director Alejandro Jodorowsky (El Topo, Holy Mountain, Santa Sangre) and his 1974 Quixotic attempt to adapt the seminal sci-fi novel Dune into a feature film. After spending 2 years and millions of dollars, the massive undertaking eventually fell apart, but the artists Jodorowsky assembled for the legendary project continued to work together. This group of artists, or his ???warriors??? as Jodorowsky named them, went on to define modern sci-fi cinema with such films as Alien, Blade Runner, Star Wars and Total Recall.","5.93","/a5nWHsTZ4uL7RXpk8njh7WpBHhW.jpg","[{'id':7787,'logo_path':null,'name':'Snowfort Pictures','origin_country':''},{'id':6454,'logo_path':null,'name':'Cam??ra One','origin_country':''},{'id':14664,'logo_path':null,'name':'Endless Picnic','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","2013-08-30","0","90","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","The greatest science fiction movie never made","Jodorowsky's Dune","false","8","266" +"false","/2ZhXQHekE0I4WFYrmLLimPPHfka.jpg","null","12000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","http://thejobsmovie.com/","115782","tt2357129","en","Jobs","The story of Steve Jobs' ascension from college dropout into one of the most revered creative entrepreneurs of the 20th century.","7.961","/ioI5pOOr5yWZAAZPEts5oSQwUrT.jpg","[{'id':10427,'logo_path':'/3u5sNgPRbba0ND3SUMXPTT7On9h.png','name':'Open Road Films','origin_country':'US'},{'id':12073,'logo_path':'/usGQu4MSWRwSpgo07aZRwVQzWTY.png','name':'Dillywood','origin_country':'US'},{'id':12074,'logo_path':null,'name':'Five Star Institute','origin_country':''},{'id':12075,'logo_path':null,'name':'Silver Reel','origin_country':'CH'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-08-16","35931410","128","[{'iso_639_1':'en','name':'English'}]","Released","Some see what's possible, others change what's possible.","Jobs","false","6.1","1586" +"false","/tMDuJug0NuutxVLQnDlwkyFYMSi.jpg","null","0","[{'id':53,'name':'Thriller'}]","http://www.jinnthemovie.com/","52653","tt1562899","en","Jinn","From the beginning, stories of angels and men have captured our imaginations and have been etched into our history crossing all boundaries of culture, religion, and time. These two races have dominated the landscape of modern mythology for countless centuries, almost washing away the evidence that a third ever existed. This third race, born of smokeless fire, was called the jinn. Similar to humans in many ways, the jinn lived invisibly among us and only under dire or unusual circumstances were our paths ever meant to cross.","2.607","/qX3urv2W4Snu9IXcLt9a8KexEaO.jpg","[{'id':42681,'logo_path':null,'name':'Exxodus Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-04-04","149337","97","[{'iso_639_1':'en','name':'English'}]","Released","The Secret that Half the World has been Keeping...","Jinn","false","4","43" +"false","/bsRhkkFDXNKTaqzvzoPkZfdpGFr.jpg","{'id':307637,'name':'Jingle All the Way Collection','poster_path':'/r8HluT9hKTWKtCggX1Krx9RMWZs.jpg','backdrop_path':'/grCEwz2sIneF1wlDtVx6UiLqtLc.jpg'}","10000000","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","289728","tt3486392","en","Jingle All the Way 2","Larry's daughter wants only one thing for Christmas - a talking bear. His daughter's step-dad intends to make sure that Larry can't get one.","2.096","/nQBQ8E1U9FvPySDmSvJ3gjvxJN7.jpg","[{'id':10339,'logo_path':'/oiIi36MaWXwvvHWX5eojoE2Fiyv.png','name':'WWE Studios','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-12-02","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Two Dads. One Mission. Double the Holiday Fun!","Jingle All the Way 2","false","4.6","30" +"false","/9SNO9BglZJgGTMOB5K4NVgecgX1.jpg","{'id':307637,'name':'Jingle All the Way Collection','poster_path':'/r8HluT9hKTWKtCggX1Krx9RMWZs.jpg','backdrop_path':'/grCEwz2sIneF1wlDtVx6UiLqtLc.jpg'}","60000000","[{'id':10751,'name':'Family'},{'id':35,'name':'Comedy'}]","","9279","tt0116705","en","Jingle All the Way","Meet Howard Langston, a salesman for a mattress company is constantly busy at his job, and he also constantly disappoints his son, after he misses his son's karate exposition, his son tells Howard that he wants for Christmas is an action figure of his son's television hero, he tries hard to to make it up to him. Unfortunately for Howard, it is Christmas Eve, and every store is sold out of Turbo Man, now Howard must travel all over town and compete with everybody else to find a Turbo Man action figure.","14.857","/aaVkNhUONnkSv5ijPjq7pEmmWyE.jpg","[{'id':436,'logo_path':'/A7WCkG3F0NFvjGCwUnclpGdIu9E.png','name':'1492 Pictures','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-11-15","129832389","89","[{'iso_639_1':'en','name':'English'}]","Released","Two Dads, One Toy, No Prisoners.","Jingle All the Way","false","5.7","1130" +"false","/7p5aWxNbuJtKwgHWXYDkMIeYSCu.jpg","null","0","[{'id':36,'name':'History'},{'id':18,'name':'Drama'}]","","262958","tt3110960","en","Jimmy's Hall","In the 1930s political activist Jimmy Gralton is deported from Ireland during the 'Red Scare'.","4.427","/AmuALEbwnF0eMGNNFqblOJIqeoM.jpg","[{'id':729,'logo_path':'/hNxGdbddbsDDnEWJ7RNLcGCRSLQ.png','name':'Why Not Productions','origin_country':'FR'},{'id':12695,'logo_path':'/pZg9WqHoiUqhCzoMwGTcPI6Bs3d.png','name':'Sixteen Films','origin_country':'GB'},{'id':3353,'logo_path':'/qv2v9HaStUTRjqonODM29YG0oFX.png','name':'Element Pictures','origin_country':'IE'}]","[{'iso_3166_1':'IE','name':'Ireland'}]","2014-05-30","2606000","106","[{'iso_639_1':'en','name':'English'}]","Released","Where Anything Goes and Everyone Belongs.","Jimmy's Hall","false","6.7","80" +"false","/v2cykcDfjbcMDhwbOuXWSf4bqc5.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","","192133","tt2402085","en","Jimi: All Is by My Side","A drama based on Jimi Hendrix's life as he left New York City for London, where his career took off.","5.581","/uSsCEuRot797GM8zXr4IaszbIft.jpg","[{'id':39004,'logo_path':null,'name':'Subotica Entertainment','origin_country':'IE'},{'id':12622,'logo_path':null,'name':'Darko Entertainment','origin_country':'US'},{'id':37816,'logo_path':null,'name':'Freeman Film','origin_country':''}]","[{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2013-09-07","340911","118","[{'iso_639_1':'en','name':'English'}]","Released","","Jimi: All Is by My Side","false","5.5","93" +"false","/3vrtpYhLZB9uxpG89Fps1ngANs4.jpg","null","40000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':36,'name':'History'}]","","820","tt0102138","en","JFK","New Orleans District Attorney Jim Garrison discovers there's more to the Kennedy assassination than the official story.","12.359","/9bmXpKDJv2kdtD4QNexErjGTIOz.jpg","[{'id':525,'logo_path':null,'name':'Ixtlan Productions','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':644,'logo_path':null,'name':'Alcor Films','origin_country':''},{'id':11728,'logo_path':null,'name':'Camelot Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1991-12-20","205405498","189","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","The story that won???t go away.","JFK","false","7.7","866" +"false","/mtO25MOf4Gn5ndvIBGDGOXuyMig.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://jewtopiamovie.com/","220746","tt0878814","en","Jewtopia","Smitten with a Jewish woman, a gentile asks his Jewish pal to advise him on how to act like a member of the community.","2.986","/n9zaCIPbCPLD1FWrkM2B9C2QQOa.jpg","[{'id':5698,'logo_path':null,'name':'Oops Doughnuts Productions','origin_country':'US'},{'id':22539,'logo_path':null,'name':'Tooley Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-04-26","0","90","[{'iso_639_1':'en','name':'English'}]","Released","The story of a gentile who wants to marry a Jewish girl... so he'll never have to make another decision.","Jewtopia","false","4.1","20" +"false","/8yO9qIL6uUjg4bdpDxEwwySYotN.jpg","null","1400000","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'}]","http://www.jerseyshoremassacre.com/","288154","tt2713642","en","Jersey Shore Massacre","A typical weekend down the shore takes a bizarre turn as six girls and five obnoxious fist-pumpers become the unsuspecting targets of a deranged killer.","2.387","/iAo7zItR1MiUUfZkQvNRG1IKQdL.jpg","[{'id':31296,'logo_path':null,'name':'Spy Global Media','origin_country':''},{'id':31297,'logo_path':null,'name':'JSM productions1','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-08-22","0","88","[{'iso_639_1':'en','name':'English'}]","Released","You're not the only one who wants them dead.","Jersey Shore Massacre","false","3.4","28" +"false","/zLYEkkGA5jY8eJ6Nrdf9c8hYvbs.jpg","null","40000000","[{'id':10402,'name':'Music'},{'id':18,'name':'Drama'}]","","209451","tt1742044","en","Jersey Boys","From director Clint Eastwood comes the big-screen version of the Tony Award-winning musical Jersey Boys. The film tells the story of four young men from the wrong side of the tracks in New Jersey who came together to form the iconic 1960s rock group The Four Seasons. The story of their trials and triumphs are accompanied by the songs that influenced a generation, including ???Sherry,??? ???Big Girls Don???t Cry,??? ???Walk Like a Man,??? ???Rag Doll,??? and many more.","8.649","/eauqByydTE8zx74Hd4CSE5mCw3u.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-06-05","67347013","134","[{'iso_639_1':'en','name':'English'}]","Released","","Jersey Boys","false","6.9","367" +"false","/n1Gh3MJAVvXmkgSDf3SOLlPCjag.jpg","null","50000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","9390","tt0116695","en","Jerry Maguire","Jerry Maguire used to be a typical sports agent: willing to do just about anything he could to get the biggest possible contracts for his clients, plus a nice commission for himself. Then, one day, he suddenly has second thoughts about what he's really doing. When he voices these doubts, he ends up losing his job and all of his clients, save Rod Tidwell, an egomaniacal football player.","13.192","/99YTEdKOKDRClsscOpJfdkbaTrQ.jpg","[{'id':18,'logo_path':'/uqhagSwM7NAkQWVCQhKTyoqF8XH.png','name':'Gracie Films','origin_country':'US'},{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'},{'id':485,'logo_path':'/tVOP0mIeoYLua4Rw66OYNzitrrI.png','name':'Vinyl Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-12-13","273552592","139","[{'iso_639_1':'en','name':'English'}]","Released","Everybody loved him... Everybody disappeared.","Jerry Maguire","false","6.8","1537" +"false","/aTmh5w201d86lt3juFk8tbK297Y.jpg","null","16000000","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","19994","tt1131734","en","Jennifer's Body","A newly possessed cheerleader turns into a killer who specializes in offing her male classmates. Can her best friend put an end to the horror?","9.547","/tdNlGoHmz77XQlBB21tL8qtxFHq.jpg","[{'id':2890,'logo_path':'/sylRB38BNx3YFW3T6qV9RAXH3UU.png','name':'Fox Atomic','origin_country':''},{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-09-18","31556061","100","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","She's evil... and not just high school evil","Jennifer's Body","false","5.4","1577" +"false","/uHmSupRi8iy95PqSNuZTaGw0ECA.jpg","null","20000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","10424","tt0104549","en","Jennifer Eight","A big city cop from LA moves to a small town police force and immediately finds himself investigating a murder. Using theories rejected by his colleagues, the cop, John Berlin, meets a young blind woman named Helena, who he is attracted to. Meanwhile, a serial killer is on the loose and only John knows it.","8.342","/pMlk8spEliRD6hr4ILs5ubHeBGT.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-11-06","11390479","124","[{'iso_639_1':'en','name':'English'}]","Released","Is anyone there?","Jennifer Eight","false","6","139" +"false","/fnQvtfv5nyxpqVQSO3Alm7PeEsN.jpg","null","10000000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","82532","tt1588334","en","Jeff, Who Lives at Home","Dispatched from his basement room on an errand for his mother, slacker Jeff might discover his destiny (finally) when he spends the day with his brother as he tracks his possibly adulterous wife.","9.223","/qWA3dwYZgDaOnywP6YQst9mR9AW.jpg","[{'id':32157,'logo_path':null,'name':'Right of Way Films','origin_country':'US'},{'id':9350,'logo_path':'/xz60JVoUHpOeg1cJbxzMJiwbuL7.png','name':'Indian Paintbrush','origin_country':'US'},{'id':98176,'logo_path':null,'name':'Jeff Brothers Productions','origin_country':''},{'id':2130,'logo_path':'/g0lqeY2FvhzXcOI6z8RVXbORRUY.png','name':'Mr. Mudd Production','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-09-13","4417580","83","[{'iso_639_1':'en','name':'English'}]","Released","The first step to finding your destiny is leaving your mother's basement.","Jeff, Who Lives at Home","false","6.1","307" +"false","/l3OJ9kGOwX2P9vuiubM3tSgpezg.jpg","{'id':94899,'name':'Jeepers Creepers Collection','poster_path':'/2qyn3GJXqLP54fbWazRGvsnkmAA.jpg','backdrop_path':'/mzFtvzOdmuDYoQQuOzulsJkAUQB.jpg'}","10000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","8922","tt0263488","en","Jeepers Creepers","A college-age brother and sister get more than they bargained for on their road trip home from spring break. When the bickering siblings witness a creepy truck driver tossing body bags into a sewer near an abandoned church, they investigate. Bad move! Opening a Pandora's Box of unspeakable evil, the pair must flee for their lives -- with a monstrous ""shape"" in hot pursuit.","8.602","/esHPuOSsEKoJXG8i1zJX0sn5NL8.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':70,'logo_path':'/ueaENQkPcy8rlr5fGZVBXKOhlBh.png','name':'American Zoetrope','origin_country':'US'},{'id':995,'logo_path':null,'name':'Cinerenta Medienbeteiligungs KG','origin_country':'DE'},{'id':21784,'logo_path':null,'name':'Cinerenta-Cinebeta','origin_country':''},{'id':21785,'logo_path':null,'name':'VCL Communications','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2001-07-01","59217789","90","[{'iso_639_1':'en','name':'English'}]","Released","What???s eating you?","Jeepers Creepers","false","6.3","1307" +"false","/1Y3ThCgBgGy0woQTUgjGxQmEByS.jpg","null","22000000","[{'id':35,'name':'Comedy'}]","","2294","tt0261392","en","Jay and Silent Bob Strike Back","When Jay and Silent Bob learn that their comic-book alter egos, Bluntman and Chronic, have been sold to Hollywood as part of a big-screen movie that leaves them out of any royalties, the pair travels to Tinseltown to sabotage the production.","13.092","/8xI9g6su8aKwg3Nk5qUnS025NyA.jpg","[{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'},{'id':16934,'logo_path':null,'name':'View Askew Productions','origin_country':'US'},{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-08-22","33788161","104","[{'iso_639_1':'en','name':'English'}]","Released","Hollywood had it coming","Jay and Silent Bob Strike Back","false","6.3","749" +"false","/uTVuKo6OTGiead1ncsfH2klqYHC.jpg","{'id':2366,'name':'The Jaws Collection','poster_path':'/fgraZdDCvAtBr0MHczmL6raonHd.jpg','backdrop_path':'/1e2QvI2u7Q4d2admK6Xw0AjLjVp.jpg'}","7000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':12,'name':'Adventure'}]","http://www.jaws25.com/","578","tt0073195","en","Jaws","An insatiable great white shark terrorizes the townspeople of Amity Island, The police chief, an oceanographer and a grizzled shark hunter seek to destroy the bloodthirsty beast.","17.453","/l1yltvzILaZcx2jYvc5sEMkM7Eh.jpg","[{'id':1865,'logo_path':null,'name':'Zanuck/Brown Productions','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1975-06-18","470653000","124","[{'iso_639_1':'en','name':'English'}]","Released","Don't go in the water.","Jaws","false","7.6","4739" +"false","/t1A9CZ0Bh1d5Iw2G1sxsA8oaqg1.jpg","null","15000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","174645","tt2083231","en","Java Heat","An American in Indonesia teams up with a Muslim cop to track down a terrorist.","4.255","/cavBAymYCPl7clbnN2pCKkaB6a8.jpg","[{'id':13498,'logo_path':null,'name':'Margate House Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-03-06","1061","104","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'id','name':'Bahasa indonesia'}]","Released","","Java Heat","false","5.3","44" +"false","/1WMJkYQTaU1JhIzqqydJ7pnzlbe.jpg","{'id':9735,'name':'Friday the 13th Collection','poster_path':'/zIsnaiX2ox5hy6oJrmyZv5SojNG.jpg','backdrop_path':'/c7pMKwv5NzIN6N3KM4L8fYMTtPw.jpg'}","11000000","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","11470","tt0211443","en","Jason X","In the year 2455, Old Earth is now a contaminated planet abandoned for centuries -- a brown world of violent storms, toxic landmasses and poisonous seas. Yet humans have returned to the deadly place that they once fled, not to live, but to research the ancient, rusting artifacts of the long-gone civilizations. But it's not the harmful environment that could prove fatal to the intrepid, young explorers who have just landed on Old Earth. For them, it's Friday the 13th, and Jason lives!","11.065","/zdfRa0FLVxfRwWhwitIZhjEIepI.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':21783,'logo_path':'/4iJR3l3eZ6vLwy2v8XLMGb0rADg.png','name':'Crystal Lake Entertainment','origin_country':'US'},{'id':17611,'logo_path':null,'name':'Sean S. Cunningham Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-07-24","16951798","91","[{'iso_639_1':'en','name':'English'}]","Released","Evil has an upgrade.","Jason X","false","4.6","509" +"false","/lxZxbLpg4JhGptq0CejbElATU98.jpg","{'id':9735,'name':'Friday the 13th Collection','poster_path':'/zIsnaiX2ox5hy6oJrmyZv5SojNG.jpg','backdrop_path':'/c7pMKwv5NzIN6N3KM4L8fYMTtPw.jpg'}","3000000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","10225","tt0091080","en","Friday the 13th Part VI: Jason Lives","Determined to finish off the infamous killer Jason Voorhees once and for all, Tommy Jarvis and a friend exhume Jason???s corpse in order to cremate him. Things go awry when Jason is instead resurrected, sparking a new chain of ruthlessly brutal murders. Now it???s up to Tommy to stop the dark, devious and demented deaths that he unwittingly brought about.","10.197","/527lL7kLmvxLXnMoaMrKashaC58.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1986-08-01","19472057","86","[{'iso_639_1':'en','name':'English'}]","Released","Kill or be killed!","Friday the 13th Part VI: Jason Lives","false","5.9","398" +"false","/2n6awnTBWiMREWijGQ0vbxSC8qY.jpg","{'id':9735,'name':'Friday the 13th Collection','poster_path':'/zIsnaiX2ox5hy6oJrmyZv5SojNG.jpg','backdrop_path':'/c7pMKwv5NzIN6N3KM4L8fYMTtPw.jpg'}","3000000","[{'id':27,'name':'Horror'}]","","10285","tt0107254","en","Jason Goes to Hell: The Final Friday","Jason Voorhees, the living, breathing essence of evil, is back for one fierce, final fling! Tracked down and blown to bits by a special FBI task force, everyone now assumes that he's finally dead. But everybody assumes wrong. Jason has been reborn with the bone-chilling ability to assume the identity of anyone he touches. The terrifying truth is that he could be anywhere, or anybody. In this shocking, blood-soaked finale to Jason's carnage-ridden reign of terror, the horrible secret of his unstoppable killing instinct is finally revealed.","11.286","/8yLdCrD1Eh6eoGTIIQ4jNBFLkUb.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':17611,'logo_path':null,'name':'Sean S. Cunningham Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-08-13","15938065","87","[{'iso_639_1':'en','name':'English'}]","Released","Evil has finally found a home.","Jason Goes to Hell: The Final Friday","false","4.3","341" +"false","/8stDsK4qpm4YDv9nVd3dD6j6QRI.jpg","null","1000000","[{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","","11533","tt0057197","en","Jason and the Argonauts","Jason, a fearless sailor and explorer, returns to his home land of Thessaly after a long voyage to claim his rightful throne. He learns, however, that he must first find the magical Golden Fleece. To do so, he must embark on an epic quest fraught with fantastic monsters and terrible perils.","7.362","/oTvf290Awne5aAEgmPBabN3XVLU.jpg","[{'id':5040,'logo_path':null,'name':'Morningside Productions','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1963-06-19","0","104","[{'iso_639_1':'en','name':'English'}]","Released","Greatest Odyssey Of The Ages - for the first time on the screen","Jason and the Argonauts","false","7.1","220" +"false","/shg7ZGAGVxhM9ZfOtV6bp93QZwt.jpg","{'id':285564,'name':'Jarhead Collection','poster_path':'/aRFpBjCseFD6UmahAuLdqS7Or5q.jpg','backdrop_path':'/ifSnip5tvaHvxLPAyjkiihE6T2I.jpg'}","72000000","[{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","","25","tt0418763","en","Jarhead","Jarhead is a film about a US Marine Anthony Swofford???s experience in the Gulf War. After putting up with an arduous boot camp, Swofford and his unit are sent to the Persian Gulf where they are eager to fight, but are forced to stay back from the action. Swofford struggles with the possibility of his girlfriend cheating on him, and as his mental state deteriorates, his desire to kill increases.","11.657","/iEYnXqUsfTaKwO1svSa39Ap07of.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':14440,'logo_path':null,'name':'Red Wagon Entertainment','origin_country':''},{'id':1522,'logo_path':null,'name':'Neal Street Productions','origin_country':'GB'},{'id':19934,'logo_path':null,'name':'Motion Picture KAPPA Produktionsgesellschaft','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2005-11-04","96889998","123","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'la','name':'Latin'}]","Released","Welcome to the suck.","Jarhead","false","6.6","1240" +"false","/qmERQjNTQ8HhBi5dxwv8BNzrOX.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://janeeyrethemovie.com/","38684","tt1229822","en","Jane Eyre","After a bleak childhood, Jane Eyre goes out into the world to become a governess. As she lives happily in her new position at Thornfield Hall, she meet the dark, cold, and abrupt master of the house, Mr. Rochester. Jane and her employer grow close in friendship and she soon finds herself falling in love with him. Happiness seems to have found Jane at last, but could Mr. Rochester's terrible secret be about to destroy it forever?","10.984","/oC7wvdrBA0RgbXaJZwcxsl1zKBR.jpg","[{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':2054,'logo_path':null,'name':'Ruby Films','origin_country':''},{'id':10146,'logo_path':'/xnFIOeq5cKw09kCWqV7foWDe4AA.png','name':'Focus Features','origin_country':'US'},{'id':9987,'logo_path':'/o5OTKAw7Acl5fTZYPyl8M8D9570.png','name':'Lipsync Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2011-03-11","34710627","120","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","She sought refuge??? and found a place haunted by secrets.","Jane Eyre","false","7.1","730" +"false","/n4LORo4y9EynX5eCVZE38I7cy7S.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","22744","tt0036969","en","Jane Eyre","After a harsh childhood, orphan Jane Eyre is hired by Edward Rochester, the brooding lord of a mysterious manor house to care for his young daughter.","3.657","/eC3aradopHU4Uoxmx3nByFwSnmo.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1943-12-24","0","97","[{'iso_639_1':'en','name':'English'}]","Released","A love story every woman would die a thousand deaths to live!","Jane Eyre","false","6.7","51" +"false","/2guPpIs4PLY65lniaQe3GVT9Tqe.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","233470","tt1673734","en","Jamesy Boy","Based on the true story of teenager James Burns who goes from a suburban street gang to a maximum-security prison cell surrounded by hardened criminals. He turns his life around in prison thanks to the unexpected friendship he forms with a convicted murderer who becomes his mentor.","6.238","/jLdqPFp2tM0aofdPVjjx697ZXK1.jpg","[{'id':27497,'logo_path':'/1QuLulTFEynrZnFsogW0UefcKYC.png','name':'Star Thrower Entertainment','origin_country':'US'},{'id':76315,'logo_path':null,'name':'Synergics Films','origin_country':'US'},{'id':90854,'logo_path':null,'name':'Filmsters Academy','origin_country':''},{'id':77208,'logo_path':null,'name':'Gama Entertainment Partners','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-01-03","0","109","[{'iso_639_1':'en','name':'English'}]","Released","Never Back Down","Jamesy Boy","false","6.4","77" +"false","/55W7YNtxgbVlRrRoerQQc2EUT3C.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':80,'name':'Crime'}]","","31995","tt0031505","en","Jamaica Inn","In coastal Cornwall, England, during the early 19th Century, a young woman discovers that she's living with a gang of criminals who arrange shipwrecking for profit.","4.427","/80V3ScsMRzsuLF0T17SlRN4tiah.jpg","[{'id':14701,'logo_path':null,'name':'Mayflower Pictures Corporation','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1939-05-11","0","108","[{'iso_639_1':'en','name':'English'}]","Released","","Jamaica Inn","false","5.9","70" +"false","/xahHn2vJFHgqXUdFcG83rE7crFh.jpg","null","25000000","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':27,'name':'Horror'}]","","2291","tt0099871","en","Jacob's Ladder","A traumatized Vietnam war veteran finds out that his post-war life isn't what he believes it to be when he's attacked by horned creatures in the subway and his dead son comes to visit him...","8.91","/2Byg7AV91LF7pfByz4ZMvnkZnH7.jpg","[{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'},{'id':275,'logo_path':'/2MxNWlN5b3UXt1OfmznsWEQzFwq.png','name':'Carolco Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-11-02","25965144","113","[{'iso_639_1':'en','name':'English'}]","Released","The most frightening thing about Jacob Singer's nightmare is that he isn't dreaming.","Jacob's Ladder","false","7.4","643" +"false","/dWxkseQ8fN8cQVavpfkcEJSVPNW.jpg","null","900000","[{'id':27,'name':'Horror'}]","http://www.odysseepictures.com/?cat=6","166161","tt1801063","en","Jacob","Lonely and disturbed Jacob Kell loved his little sister more than anything on earth. When tragedy strikes, Jacob retaliates the only way he knows how - and anyone who crosses his path will know there is no limit to his brutal vengeance.","1.496","/nG1WdvRSc9JRT8OyraGBUgocOMN.jpg","[{'id':14217,'logo_path':null,'name':'Odyssee Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-09-30","0","90","[{'iso_639_1':'de','name':'Deutsch'}]","Released","Where innocence ends, vengeance begins.","Jacob","false","4.2","9" +"false","/lXnsC7wRDLccJR3Ju4nInvLiKO.jpg","null","12000000","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","184","tt0119396","en","Jackie Brown","Jackie Brown is a flight attendant who gets caught in the middle of smuggling cash into the country for her gunrunner boss. When the cops try to use Jackie to get to her boss, she hatches a plan???with help from a bail bondsman???to keep the money for herself. Based on Elmore Leonard's novel ???Rum Punch???.","12.393","/4XVPYOdMAizdNMSwS0SK3fPJcvR.jpg","[{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':59,'logo_path':'/yH7OMeSxhfP0AVM6iT0rsF3F4ZC.png','name':'A Band Apart','origin_country':'US'},{'id':2253,'logo_path':null,'name':'Lawrence Bender Productions','origin_country':'US'},{'id':114715,'logo_path':null,'name':'Mighty Mighty Afrodite Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-12-24","39673162","154","[{'iso_639_1':'en','name':'English'}]","Released","Six players on the trail of a half a million in Cash. There's only one question... Who's playing who?","Jackie Brown","false","7.3","2875" +"false","/hlCpFt1PwuG7M8WZufccTT57uUH.jpg","{'id':17178,'name':'Jackass Collection','poster_path':'/olpnvtLgoScLiCg3YHJ3f27F98f.jpg','backdrop_path':'/lidPLbyE1JCUacEDOzkTCncCPBL.jpg'}","0","[{'id':35,'name':'Comedy'}]","","273641","tt3766424","en","Jackass Presents: Bad Grandpa .5","Bad Grandpa .5 gives you a whole new perspective on the world of Irving Zisman with bonus scenes and pranks also featuring Spike Jonze as ""Gloria"" and Catherine Keener as Irving's wife ""Ellie"", plus a look at the evolution of Johnny Knoxville's naughty alter-ego, the makeup effects, and a behind-the-scenes peek at the idiocy it takes to make a hidden camera movie in public.","5.072","/48HKtHMiQJYQFjFWULnlCEqkELG.jpg","[{'id':746,'logo_path':'/kc7bdIVTBkJYy9aDK1QDDTAL463.png','name':'MTV Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-06-03","0","76","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'cs','name':'??esk??'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Unrated","Jackass Presents: Bad Grandpa .5","false","5.7","125" +"false","/qPxbuKexc8842G6rPrQb3PV9cKq.jpg","{'id':17178,'name':'Jackass Collection','poster_path':'/olpnvtLgoScLiCg3YHJ3f27F98f.jpg','backdrop_path':'/lidPLbyE1JCUacEDOzkTCncCPBL.jpg'}","15000000","[{'id':35,'name':'Comedy'}]","","208134","tt3063516","en","Jackass Presents: Bad Grandpa","86-year-old Irving Zisman is on a journey across America with the most unlikely companion: his 8 year-old grandson, Billy.","6.822","/9XJ1RICUVM8nxSHFphl5c6ZyQtH.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':746,'logo_path':'/kc7bdIVTBkJYy9aDK1QDDTAL463.png','name':'MTV Films','origin_country':'US'},{'id':6328,'logo_path':null,'name':'Dickhouse Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-10-22","151831537","92","[{'iso_639_1':'en','name':'English'}]","Released","Real people. Real reactions. Real messed up.","Jackass Presents: Bad Grandpa","false","6","908" +"false","/uqq2Pdb9eWXQz0Fe8IMpDvbOutD.jpg","{'id':17178,'name':'Jackass Collection','poster_path':'/olpnvtLgoScLiCg3YHJ3f27F98f.jpg','backdrop_path':'/lidPLbyE1JCUacEDOzkTCncCPBL.jpg'}","0","[{'id':35,'name':'Comedy'},{'id':99,'name':'Documentary'},{'id':28,'name':'Action'}]","http://www.jackassmovie.com/#/dvd","65851","tt1753968","en","Jackass 3.5","Jackass 3.5 is a 2011 sequel to Jackass 3D, composed of unused footage shot during the filming of Jackass 3D and interviews from cast and crew","7.211","/ppjN0BZaOJ6aHMXsECHJ0dpFb8Z.jpg","[{'id':7277,'logo_path':null,'name':'Paradise F.X. Corp.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-08-03","0","85","[{'iso_639_1':'en','name':'English'}]","Released","","Jackass 3.5","false","6","253" +"false","/cIAl0oODM0XEXp1RBIKzhKfxj4y.jpg","null","195000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","http://jackthegiantkiller.warnerbros.com","81005","tt1351685","en","Jack the Giant Slayer","The story of an ancient war that is reignited when a young farmhand unwittingly opens a gateway between our world and a fearsome race of giants. Unleashed on the Earth for the first time in centuries, the giants strive to reclaim the land they once lost, forcing the young man, Jack into the battle of his life to stop them. Fighting for a kingdom, its people, and the love of a brave princess, he comes face to face with the unstoppable warriors he thought only existed in legend???and gets the chance to become a legend himself.","11.419","/wn4aSJcKiQ0fPzJ92XEf6M9Kmlo.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':923,'logo_path':'/5UQsZrfbfG2dYJbx8DxfoTr2Bvu.png','name':'Legendary Entertainment','origin_country':'US'},{'id':333,'logo_path':'/5xUJfzPZ8jWJUDzYtIeuPO4qPIa.png','name':'Original Film','origin_country':'US'},{'id':8406,'logo_path':null,'name':'Big Kid Pictures','origin_country':''},{'id':9168,'logo_path':'/hQNXrYIuyLRxMSBuGHk0GX7CCBS.png','name':'Bad Hat Harry Productions','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-02-27","197687603","114","[{'iso_639_1':'en','name':'English'}]","Released","Prepare for a giant adventure","Jack the Giant Slayer","false","5.6","3321" +"false","/9mJl5BiRUW5zXpW8SY6K1SJc3RJ.jpg","null","0","[{'id':28,'name':'Action'},{'id':37,'name':'Western'}]","","55150","tt0058238","en","Invitation to a Gunfighter","When Confederate soldier Matt Weaver returns to town after the Civil War, he finds that his home has been sold by town boss Sam Brewster. Brewster hires gunfighter Jules Gaspard d'Estaing to deal with Weaver, but d'Estaing's independent approach settles the town's problems in a very unorthodox manner.","2.53","/z7CD9PKxAvLmVMstcXURHaOqiBF.jpg","[{'id':893,'logo_path':null,'name':'Stanley Kramer Productions','origin_country':'US'},{'id':41127,'logo_path':null,'name':'Hermes Productions','origin_country':''},{'id':41128,'logo_path':null,'name':'Larcas Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1964-10-14","0","92","[{'iso_639_1':'en','name':'English'}]","Released","He Kills By Invitation","Invitation to a Gunfighter","false","5.5","26" +"false","/fiyQ2uN60AEiOgjncHE9p8juD65.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","11652","tt0445990","en","Invincible","Inspired by the true story of Vince Papale, a man with nothing to lose who ignored the staggering odds and made his dream come true. When the coach of Papale's beloved hometown football team hosted an unprecedented open tryout, the public consensus was that it was a waste of time ??? no one good enough to play professional football was going to be found this way.","8.356","/yB6K696MEnZ79MBHdr2RvgPRpVL.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-08-25","57806952","105","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Dreams are not lived on the sidelines","Invincible","false","6.8","382" +"false","/xYBKpoSlw2bkk515alcFwoGiigc.jpg","null","60000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","http://invictusmovie.warnerbros.com","22954","tt1057500","en","Invictus","Newly elected President Nelson Mandela knows his nation remains racially and economically divided in the wake of apartheid. Believing he can bring his people together through the universal language of sport, Mandela rallies South Africa's rugby team as they make their historic run to the 1995 Rugby World Cup Championship match.","10.423","/esOAiQi9jLb9JyLIyLt2JuVd8fa.jpg","[{'id':158,'logo_path':'/6SHlNIype9zmyEMRsBtoueUtLsq.png','name':'Spyglass Entertainment','origin_country':'US'},{'id':171,'logo_path':null,'name':'Malpaso Productions','origin_country':'US'},{'id':906,'logo_path':'/gN893tmlrcVvWiWCBZEVAiZHpvT.png','name':'Revelations Entertainment','origin_country':'US'},{'id':2767,'logo_path':null,'name':'Mace Neufeld Productions','origin_country':'US'},{'id':76466,'logo_path':null,'name':'Liberty Pictures (II)','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-12-10","122233971","134","[{'iso_639_1':'en','name':'English'}]","Released","His people needed a leader. He gave them a champion.","Invictus","false","7.2","2025" +"false","/nCJvpSUitSj7gl59zIiAnjx1H38.jpg","null","12000000","[{'id':9648,'name':'Mystery'},{'id':878,'name':'Science Fiction'},{'id':27,'name':'Horror'},{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'}]","","31909","tt0091276","en","Invaders from Mars","In this attempted remake of the classic 50s SF tale, a boy tries to stop an invasion of his town by aliens who take over the the minds of his parents, his least-liked schoolteacher and other townspeople. With the aid of the school nurse the boy enlists the aid of the U.S. Marines.","6.133","/5z1D8ggj0whtOgwXTTY3I4kqWhr.jpg","[{'id':1444,'logo_path':'/5jvFLUVXGXxkyszL9cqJN5hNhJ6.png','name':'Cannon Group','origin_country':'US'},{'id':13549,'logo_path':null,'name':'Golan-Globus Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1986-01-01","4884663","100","[{'iso_639_1':'en','name':'English'}]","Released","Their conquest has already begun. .??.??. He knows they???re here.","Invaders from Mars","false","5.5","85" +"false","/2sy3NRPvqwAn3mEcTzuuOLB6FBu.jpg","null","13000000","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'},{'id':14,'name':'Fantasy'}]","","63207","tt1634121","en","Intruders","Though no one can see him, Hollow Face lurks in the corners, desperately desiring love but only knowing how to spread fear and hate. He creeps into the life of John Farrow after Farrow???s beloved 13-year-old daughter Mia is assaulted in their home. The line between the real and the imaginary blurs as fissures start to open within the family unit. It seems that no security measure can keep Hollow Face out.","6.66","/doK1kQ6ZqGpNnghH0YFPu3Gihqu.jpg","[{'id':6538,'logo_path':null,'name':'Antena 3 Films','origin_country':'ES'},{'id':8111,'logo_path':null,'name':'Apaches Entertainment','origin_country':''},{'id':5726,'logo_path':'/rnMFkRXYfeDDsDMKg9HjabsHQif.png','name':'Universal Pictures International (UPI)','origin_country':''},{'id':11408,'logo_path':null,'name':'Ministerio de Cultura','origin_country':''},{'id':9335,'logo_path':null,'name':'Canal+ Espa??a','origin_country':'ES'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2011-09-12","3012210","100","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","The Nightmare is Real.","Intruders","false","5.5","252" +"false","/lzJzB0QfkjpGCm9qUC4XpEIB6pm.jpg","null","50000000","[{'id':14,'name':'Fantasy'},{'id':35,'name':'Comedy'}]","http://movies.disney.com/into-the-woods/","224141","tt2180411","en","Into the Woods","In a woods filled with magic and fairy tale characters, a baker and his wife set out to end the curse put on them by their neighbor, a spiteful witch.","22.275","/5h91odPFNlBuJbRBj5N4MEBfXDE.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':2527,'logo_path':'/osO7TGmlRMistSQ5JZusPhbKUHk.png','name':'Marc Platt Productions','origin_country':'US'},{'id':17021,'logo_path':null,'name':'Lucamar Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-12-25","212902372","125","[{'iso_639_1':'en','name':'English'}]","Released","Be careful what you wish for...","Into the Woods","false","5.7","2785" +"false","/9yJehIjvR7ULOLxeDJoth4kDDNe.jpg","null","15000000","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'}]","http://www.intothewild.com/","5915","tt0758758","en","Into the Wild","After graduating from Emory University in 1992, top student and athlete Christopher McCandless abandons his possessions, gives his entire $24,000 savings account to charity, and hitchhikes to Alaska to live in the wilderness.","13.43","/lHyYgaocXR6KcJLxVmxZDj115hH.jpg","[{'id':1246,'logo_path':'/lmeFQGzHEds5t2UfmODyrbf2nXm.png','name':'River Road Entertainment','origin_country':''},{'id':838,'logo_path':'/tcW3UqV46Mdq6GyaS1ydEDocEDF.png','name':'Paramount Vantage','origin_country':'US'},{'id':41051,'logo_path':null,'name':'Into the Wild','origin_country':''},{'id':4700,'logo_path':'/A32wmjrs9Psf4zw0uaixF0GXfxq.png','name':'The Linson Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-09-11","56255142","148","[{'iso_639_1':'da','name':'Dansk'},{'iso_639_1':'en','name':'English'}]","Released","Into the heart. Into the soul.","Into the Wild","false","7.8","5500" +"false","/i0umpdqVURR1VZFX67QGJEXKvLe.jpg","null","50000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","216282","tt2106361","en","Into the Storm","The town of Silverton is in one day destroyed by the unprecedented power of a series of tornadoes. The population is at the mercy of the unpredictable and deadly cyclones, while hunters warn that the worst is yet to come. Most people find shelter, but some just go to the tornado for that one, unique shot.","11.087","/dtuyhlOtqj8zPPFgTgWJ0bF3s2h.jpg","[{'id':41624,'logo_path':'/wzKxIeQKlMP0y5CaAw25MD6EQmf.png','name':'RatPac-Dune Entertainment','origin_country':'US'},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':8000,'logo_path':'/f8NwLg72BByt3eav7lX1lcJfe60.png','name':'Broken Road Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-08-06","160602194","89","[{'iso_639_1':'en','name':'English'}]","Released","There is no calm before the storm","Into the Storm","false","5.8","1139" +"false","/48Qrvo5LCY5r08CzyjNI9ZCTgjr.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://www.intothemindmovie.com/","163875","tt2673812","en","Into the Mind","From the makers of All.I.Can comes the new feature film Into the Mind. Blur the lines between dream state and reality, as you perceive the world through the minds of many. Into the Mind contemplates the experiences passed between mentors and peers to paint a philosophical portrait of human kind. What drives us to overcome challenge? How do we justify risk? What forces are at the core of a mountain addiction? Unique athlete segments over a multitude of mountain sport genres depict the connectivity of Earth, and window into never-seen-before moments. Explore how we begin our perception of self, construct the foundations of confidence, and are ultimately led up the path of self-actualization.","1.4","/ep2CPCIp4lNTcTQsuoMUTd6PHwk.jpg","[{'id':11127,'logo_path':null,'name':'Sherpas Cinema','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-09-25","0","83","[{'iso_639_1':'en','name':'English'}]","Released","","Into the Mind","false","7.4","14" +"false","/bHzx5rzOMtncR5XHXQxlHx95v3s.jpg","{'id':174386,'name':'Into the Blue Collection','poster_path':'/dbWCijxyc3YxFdiQen63GTyvu4l.jpg','backdrop_path':'/sWnLZZaUHEKGQOVn445k91pfjrb.jpg'}","50000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':12,'name':'Adventure'},{'id':80,'name':'Crime'}]","","11968","tt0378109","en","Into the Blue","When they take some friends on an extreme sport adventure, the last thing Jared and Sam expect to see below the shark-infested waters is a legendary pirate ship rumored to contain millions of dollars in gold. But their good fortune is short-lived, as a ruthless gang of criminals gets word of what they have uncovered.","13.951","/bBGta4jszCg1RiqtGXOEQI0dFmo.jpg","[{'id':551,'logo_path':'/jSlzEZZ4Z1g7B2UExjZEIKsUvD9.png','name':'Mandalay Pictures','origin_country':'US'},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-09-30","44434439","110","[{'iso_639_1':'en','name':'English'}]","Released","Treasure has its price.","Into the Blue","false","5.7","768" +"false","/GRyynLqafMrLFMHqvfGdUweavA.jpg","{'id':217704,'name':'The Vampire Chronicles','poster_path':'/dORFwFuRap1z6JzaMa3qYZduojy.jpg','backdrop_path':'/5margBoJC97ZrciVpAUc0PiY6Rc.jpg'}","60000000","[{'id':27,'name':'Horror'},{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'}]","","628","tt0110148","en","Interview with the Vampire","A vampire relates his epic life story of love, betrayal, loneliness, and dark hunger to an over-curious reporter.","17.893","/hldXwwViSfHJS0kIJr07KBGmHJI.jpg","[{'id':360,'logo_path':null,'name':'Geffen Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-11-11","223664608","123","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Drink from me and live forever","Interview with the Vampire","false","7.3","2672" +"false","/hFQc6YWhXbLMKnco4j2qKcQWRz.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","118737","tt2061712","en","Interview with a Hitman","An elite hitman returns to erase his past only to find that somebody has messed with his future.","5.052","/hHHKhK6SyjVp5vbcaiIKn9QfXaW.jpg","[{'id':21745,'logo_path':null,'name':'Kirlian Pictures','origin_country':''},{'id':3349,'logo_path':null,'name':'Scanner-Rhodes Productions','origin_country':''},{'id':21746,'logo_path':null,'name':'Northstar Ventures','origin_country':''},{'id':21747,'logo_path':null,'name':'Northern Film and Media','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2012-07-20","0","95","[{'iso_639_1':'en','name':'English'}]","Released","","Interview with a Hitman","false","5.3","65" +"false","/xu9zaAevzQ5nnrsXN6JcahLnG4i.jpg","null","165000000","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'}]","http://www.interstellarmovie.net/","157336","tt0816692","en","Interstellar","Interstellar chronicles the adventures of a group of explorers who make use of a newly discovered wormhole to surpass the limitations on human space travel and conquer the vast distances involved in an interstellar voyage.","43.96","/nBNZadXqJSdt05SHLqgT0HuC5Gm.jpg","[{'id':923,'logo_path':'/5UQsZrfbfG2dYJbx8DxfoTr2Bvu.png','name':'Legendary Entertainment','origin_country':'US'},{'id':9996,'logo_path':'/3tvBqYsBhxWeHlu62SIJ1el93O7.png','name':'Syncopy','origin_country':'GB'},{'id':13769,'logo_path':null,'name':'Lynda Obst Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2014-11-05","675120017","169","[{'iso_639_1':'en','name':'English'}]","Released","Mankind was born on Earth. It was never meant to die here.","Interstellar","false","8.2","17890" +"false","/xOKGkKwfK79xjmBd1EiIbPpc71k.jpg","{'id':283579,'name':'Divergent Collection','poster_path':'/nXuCj7NcsC2bPJlwD6t2l9ZTDnt.jpg','backdrop_path':'/uExS9jcaFBM1wJhkn1Q1P0MFpv6.jpg'}","110000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","http://www.thedivergentseries.movie/#insurgent","262500","tt2908446","en","Insurgent","Beatrice Prior must confront her inner demons and continue her fight against a powerful alliance which threatens to tear her society apart.","26.734","/6w1VjTPTjTaA5oNvsAg0y4H6bou.jpg","[{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'},{'id':14440,'logo_path':null,'name':'Red Wagon Entertainment','origin_country':''},{'id':10227,'logo_path':'/3YfRy3DBl4abcqkzGx4RVNz12yl.png','name':'Mandeville Films','origin_country':'US'},{'id':24097,'logo_path':null,'name':'NeoReel','origin_country':''},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-03-18","295238201","119","[{'iso_639_1':'en','name':'English'}]","Released","One Choice Can Destroy You","Insurgent","false","6.3","6555" +"false","/p8UHSddGu2frGk0nCkuPjDemjka.jpg","null","46000000","[{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","320","tt0278504","en","Insomnia","Two Los Angeles homicide detectives are dispatched to a northern town where the sun doesn't set to investigate the methodical murder of a local teen.","12.038","/zb0D3vfjcPFvuyHp1mFPOIcYJWH.jpg","[{'id':1088,'logo_path':'/9WOE5AQUXbOtLU6GTwfjS8OMF0v.png','name':'Alcon Entertainment','origin_country':'US'},{'id':1089,'logo_path':null,'name':'Witt/Thomas Productions','origin_country':''},{'id':129,'logo_path':null,'name':'Section Eight','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-05-24","113714830","118","[{'iso_639_1':'en','name':'English'}]","Released","A tough cop. A brilliant killer. An unspeakable crime.","Insomnia","false","6.9","2143" +"false","/59baGxEztxeXW1oFjs8EBgXxTXk.jpg","{'id':228446,'name':'Insidious Collection','poster_path':'/w1213HKk1XKSwHiBgjkWghn9biC.jpg','backdrop_path':'/5FrPZHgbbmTIq0oxpwSGqu5HyXC.jpg'}","5000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.insidiousch2.com/","91586","tt2226417","en","Insidious: Chapter 2","The haunted Lambert family seeks to uncover the mysterious childhood secret that has left them dangerously connected to the spirit world.","12.543","/vmWgw1Lsc6bHThA6S2k8fPsROaI.jpg","[{'id':7263,'logo_path':'/auaadhBBcvvTDtmW2iJzOrEjfgO.png','name':'FilmDistrict','origin_country':'US'},{'id':34,'logo_path':'/GagSvqWlyPdkFHMfQ3pNq6ix9P.png','name':'Sony Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-09-12","0","106","[{'iso_639_1':'en','name':'English'}]","Released","It will take what you love most.","Insidious: Chapter 2","false","6.6","2197" +"false","/xVNR5eperbCm1DI1JfGhUXd4lqm.jpg","{'id':228446,'name':'Insidious Collection','poster_path':'/w1213HKk1XKSwHiBgjkWghn9biC.jpg','backdrop_path':'/5FrPZHgbbmTIq0oxpwSGqu5HyXC.jpg'}","1500000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.insidious-movie.com/","49018","tt1591095","en","Insidious","A family discovers that dark spirits have invaded their home after their son inexplicably falls into an endless sleep. When they reach out to a professional for help, they learn things are a lot more personal than they thought.","14.283","/6Tjg6DWVo2cpqDLxrOQNw1UvIMB.jpg","[{'id':11341,'logo_path':'/xytTBODEy3p20ksHL4Ftxr483Iv.png','name':'Stage 6 Films','origin_country':'US'},{'id':2514,'logo_path':null,'name':'Alliance Films','origin_country':''},{'id':7437,'logo_path':'/e5CcgFrdlxMUwlsS72si8q1yHBr.png','name':'IM Global','origin_country':'US'},{'id':21742,'logo_path':null,'name':'Haunted Movies','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CA','name':'Canada'}]","2010-09-13","97009150","103","[{'iso_639_1':'en','name':'English'}]","Released","It's not the house that's haunted.","Insidious","false","6.8","3428" +"false","/qWsBoJdLPAhbDOke0bcXuMD5avX.jpg","null","0","[{'id':27,'name':'Horror'}]","","141524","tt1705790","en","Inside the Whore","During the shooting of Reinart Kiil's feature film 'Hora' (in English ""The Whore"") a lot of mysterious things happened on set. This is the story that should have been told.","0.852","/9DwOuz83Ivq6anZjlFh26SX5ty6.jpg","[]","[]","2012-10-03","0","90","[{'iso_639_1':'no','name':'Norsk'}]","Released","What comes around whores around","Inside the Whore","false","5","6" +"false","/6sLQFh6VFxU8nIkVaYg2yyJ6FL.jpg","null","45000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://theinsideman.net","388","tt0454848","en","Inside Man","When an armed, masked gang enter a Manhattan bank, lock the doors and take hostages, the detective assigned to effect their release enters negotiations preoccupied with corruption charges he is facing.","12.991","/z6wYRuvk1lf60R4SmWETfdUvGsm.jpg","[{'id':4319,'logo_path':null,'name':'40 Acres & A Mule Filmworks','origin_country':'US'},{'id':23,'logo_path':'/mkxNjThahj5pvntvYKVpMbWXm3D.png','name':'Imagine Entertainment','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-03-23","185798265","129","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'sq','name':'shqip'}]","Released","It looked like the perfect bank robbery. But you can't judge a crime by its cover.","Inside Man","false","7.4","2793" +"false","/6QOZ7RGucRJLGvm7TH5k2BN0xSp.jpg","null","11000000","[{'id':18,'name':'Drama'}]","http://www.cbsfilms.com/inside-llewyn-davis/","86829","tt2042568","en","Inside Llewyn Davis","In Greenwich Village in the early 1960s, gifted but volatile folk musician Llewyn Davis struggles with money, relationships, and his uncertain future following the suicide of his singing partner.","10.025","/mRYOb0fgxj3o03u5y62YPhAunby.jpg","[{'id':5490,'logo_path':'/xuJSR4dWsvkE194aemIJwflyNF2.png','name':'CBS Films','origin_country':'US'},{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'},{'id':20664,'logo_path':'/iRrZpxnYNDnVXJkr6HiLgSLlqRc.png','name':'Anton Capital Entertainment (ACE)','origin_country':''},{'id':258,'logo_path':null,'name':'Scott Rudin Productions','origin_country':'US'},{'id':2092,'logo_path':null,'name':'Mike Zoss Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2013-10-13","32935319","105","[{'iso_639_1':'en','name':'English'}]","Released","","Inside Llewyn Davis","false","7.2","1353" +"false","/2u68eDsoKOXBtfZWKCdqmt28ZxJ.jpg","null","79000000","[{'id':35,'name':'Comedy'}]","http://www.jackandjill-movie.com/","71880","tt0810913","en","Jack and Jill","Jack Sadelstein, a successful advertising executive in Los Angeles with a beautiful wife and kids, dreads one event each year: the Thanksgiving visit of his twin sister Jill. Jill's neediness and passive-aggressiveness is maddening to Jack, turning his normally tranquil life upside down.","8.584","/yI6tiyhRbeK6CbIHPrNYfEjJCeg.jpg","[{'id':8000,'logo_path':'/f8NwLg72BByt3eav7lX1lcJfe60.png','name':'Broken Road Productions','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':2608,'logo_path':'/g3YRudXiQzHesQqRXvnhFpMzfkU.png','name':'Happy Madison Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-11-11","149673788","91","[{'iso_639_1':'en','name':'English'}]","Released","His twin sister is coming for the holidays... ...and it ain't pretty.","Jack and Jill","false","4","1069" +"false","/8VHxc79a8wZRM6jfw2yhXtZkn1.jpg","null","35000000","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'},{'id':36,'name':'History'}]","http://jedgarmovie.warnerbros.com/dvd/","88794","tt1616195","en","J. Edgar","As the face of law enforcement in America for almost 50 years, J. Edgar Hoover was feared and admired, reviled and revered. But behind closed doors, he held secrets that would have destroyed his image, his career and his life.","10.255","/upACO9i21lb5lG7ovf51m3lIPcv.jpg","[{'id':23,'logo_path':'/mkxNjThahj5pvntvYKVpMbWXm3D.png','name':'Imagine Entertainment','origin_country':'US'},{'id':171,'logo_path':null,'name':'Malpaso Productions','origin_country':'US'},{'id':11845,'logo_path':null,'name':'Wintergreen Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-11-09","84606030","137","[{'iso_639_1':'en','name':'English'}]","Released","The most powerful man in the world.","J. Edgar","false","6.2","1258" +"false","/u3kOcfdPhZXdYM1axAkU5sPYZS9.jpg","null","8000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://focusfeatures.com/its_kind_of_a_funny_story","43923","tt0804497","en","It's Kind of a Funny Story","A clinically depressed teenager gets a new start after he checks himself into an adult psychiatric ward.","8.378","/wADblWdHMk2SIaZRBazTGOTBf4w.jpg","[{'id':10146,'logo_path':'/xnFIOeq5cKw09kCWqV7foWDe4AA.png','name':'Focus Features','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-07-06","6491240","101","[{'iso_639_1':'en','name':'English'}]","Released","Sometimes what's in your head isn't as crazy as you think.","It's Kind of a Funny Story","false","7","1264" +"false","/lt7K8envOZJGRDfZ8GcN4epSzPd.jpg","null","85000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://itscomplicatedmovie.com/","22897","tt1230414","en","It's Complicated","Ten years after their divorce, Jane and Jake Adler unite for their son's college graduation and unexpectedly end up sleeping together. But Jake is married, and Jane is embarking on a new romance with her architect. Now, she has to sort out her life ??? just when she thought she had it all figured out.","8.823","/foHRwmVZG7m0XMDq15wRuNoKca6.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':735,'logo_path':null,'name':'Waverly Films','origin_country':'US'},{'id':258,'logo_path':null,'name':'Scott Rudin Productions','origin_country':'US'},{'id':1778,'logo_path':'/69xm6sF3JxugGVjfZfm1YY6d7EE.png','name':'Dentsu','origin_country':'JP'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-12-23","219103655","121","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","First comes marriage. Then comes divorce. And then...","It's Complicated","false","6.4","657" +"false","/nMomMy1sD3SN2QsKop3zBXCJfDJ.jpg","null","3180000","[{'id':18,'name':'Drama'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","","1585","tt0038650","en","It's a Wonderful Life","A holiday favourite for generations... George Bailey has spent his entire life giving to the people of Bedford Falls. All that prevents rich skinflint Mr. Potter from taking over the entire town is George's modest building and loan company. But on Christmas Eve the business's $8,000 is lost and George's troubles begin.","20.535","/rgj6QjdyCeDrO9KGt1kusGyhvb2.jpg","[{'id':6,'logo_path':'/n53F7K9scQWFXYbrCablqLKqJdp.png','name':'RKO Radio Pictures','origin_country':'US'},{'id':11770,'logo_path':null,'name':'Liberty Films (II)','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1946-12-20","9644124","130","[{'iso_639_1':'en','name':'English'}]","Released","It's a wonderful laugh! It's a wonderful love!","It's a Wonderful Life","false","8.2","1936" +"false","/wfFTStTBWo3zIciBW4Eob3sarSz.jpg","null","325000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","3078","tt0025316","en","It Happened One Night","Having just tied the knot with society aviator, King Westley, Ellie Andrews is whisked away to her father's yacht and out of King's clutches. Ellie jumps ship and eventually winds up on a bus headed back to her husband. Reluctantly she must accept the help of out-of- work reporter, Peter Warne. Actually, Warne doesn't give her any choice???either she sticks with him until he gets her back to her husband, or he'll blow the whistle on Ellie to her father. Either way, Peter gets what he wants???a really juicy newspaper story.","8.808","/k63JqnFvkIGWGhjsqRiksZw2OSs.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1934-02-22","4500000","105","[{'iso_639_1':'en','name':'English'}]","Released","TOGETHER... for the first time","It Happened One Night","false","7.9","468" +"false","/nwQgcgGVrKyjlxNzaDZud82pUly.jpg","null","2000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","270303","tt3235888","en","It Follows","For 19-year-old Jay, fall should be about school, boys and weekends out at the lake. But a seemingly innocent physical encounter turns sour and gives her the inescapable sense that someone, or something, is following her. Faced with this burden, Jay and her teenage friends must find a way to escape the horror that seems to be only a few steps behind.","22.098","/4MrwJZr0R9LbyOgZqwLNmtzzxbu.jpg","[{'id':52739,'logo_path':null,'name':'Two Flints','origin_country':''},{'id':8714,'logo_path':null,'name':'Northern Lights Films','origin_country':'US'},{'id':26995,'logo_path':null,'name':'Animal Kingdom','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-11-13","14674076","101","[{'iso_639_1':'en','name':'English'}]","Released","It doesn't think, it doesn't feel, it doesn't give up","It Follows","false","6.5","3352" +"false","/ilhxNZplLP0sVp1lxYy0WXuEoJC.jpg","null","5000000","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","25967","tt0446719","en","Isolation","On a remote Irish farm, five people become unwilling participants in an experiment that goes nightmarishly wrong.","3.807","/2BUV4sw6xBAfdBp4XowwWnf8XnR.jpg","[{'id':35,'logo_path':'/wxrHa3nZ1K4zo65p56991INkGo6.png','name':'Lions Gate Films','origin_country':'US'},{'id':10441,'logo_path':'/aTEwjHN8l51ix2YcTxxzR92WaXy.png','name':'The Bureau','origin_country':'GB'},{'id':2274,'logo_path':null,'name':'Element Films','origin_country':''},{'id':21772,'logo_path':null,'name':'Castle Films','origin_country':''},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'},{'id':5267,'logo_path':'/trP3GsUyIztMwcqev3jK1gOeCSA.png','name':'Irish Film Board','origin_country':'IE'}]","[{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2005-09-10","0","95","[{'iso_639_1':'en','name':'English'}]","Released","","Isolation","false","5.5","79" +"false","/aUew9ZnEseQQwvDxURf6Ncn9jfR.jpg","null","0","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'},{'id':28,'name':'Action'}]","https://www.facebook.com/pages/Isle-of-Dogs-Official-Movie-Page/107332959303102?v=wall&ref=mf","223902","tt1588362","en","Isle of Dogs","When London gangland boss Darius Deel discovers his new trophy-wife Nadia is having an affair, he hunts down her lover Riley and a deadly game begins.","0.751","/qMoU1B6prDw0XBSUa3slix9vKGk.jpg","[]","[]","2011-10-01","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Three lovers. Two corpses. One way out.","Isle of Dogs","false","4","4" +"false","/4o4RPGm4vQDG1xde18vPpqGZDc2.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","54801","tt0062037","en","Night of the Big Heat","While mainland Britain shivers in deepest winter, the northern island of Fara bakes in the nineties, and the boys at the Met station have no more idea what is going on than the regulars at the Swan. Only a stand-offish visting scientist realizes space aliens are to blame.","2.769","/meBNYIyjVkIFOfbVbip1x4KG79D.jpg","[{'id':13718,'logo_path':null,'name':'Planet Film Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1967-05-01","0","94","[{'iso_639_1':'en','name':'English'}]","Released","","Island of the Burning Damned","false","5.5","17" +"false","/aqaLrBJDT0CmpJvZWZ18LLJi32a.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","","42626","tt0063141","en","Isadora","A biography of the dancer Isadora Duncan, the 1920s dancer who forever changed people's ideas of ballet. Her nude, semi-nude, and pro-Soviet dance projects as well as her attitudes on free love, debt, dress, and lifestyle shocked the public of her time.","1.539","/e4nTLz3HlfnMMIxi2ooUXOn9qv8.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':70430,'logo_path':null,'name':'Hakim','origin_country':''},{'id':7046,'logo_path':null,'name':'Paris Film','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'}]","1968-09-14","0","131","[{'iso_639_1':'en','name':'English'}]","Released","The Life and Many Loves of the Most Exciting Woman of Our Time","Isadora","false","7","12" +"false","/hxGSxNREU4xbA1kfiJRvnPPoL29.jpg","{'id':259085,'name':'Ironclad Collection','poster_path':'/bCqCEQxcZvfqk2kLTk4lM2mq9xG.jpg','backdrop_path':'/rprg34i9MfIRAJdBcjAWaV7JXRe.jpg'}","25000000","[{'id':10749,'name':'Romance'},{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':36,'name':'History'}]","","38543","tt1233301","en","Ironclad","In the year 1215, the rebel barons of England have forced their despised King John to put his royal seal on the Magna Carta, a seminal document that upheld the rights of free men. Yet within months of pledging himself to the great charter, the King reneged on his word and assembled a mercenary army on the south coast of England with the intention of bringing the barons and the country back under his tyrannical rule. Barring his way stood the mighty Rochester castle, a place that would become the symbol of the rebel's momentous struggle for justice and freedom.","7.527","/kxAkA3cL0pSiGlW1JeiGHJr5Jv2.jpg","[{'id':13792,'logo_path':null,'name':'Perpetual Media Capital','origin_country':''},{'id':5706,'logo_path':null,'name':'Mythic International Entertainment','origin_country':''},{'id':25487,'logo_path':null,'name':'ContentFilm International','origin_country':''},{'id':7416,'logo_path':null,'name':'Film & Entertainment VIP Medienfonds 4 GmbH & Co. KG (I)','origin_country':''},{'id':23238,'logo_path':null,'name':'VIP 4 Medienfonds','origin_country':''},{'id':3870,'logo_path':null,'name':'Premiere Picture','origin_country':''},{'id':1208,'logo_path':null,'name':'Rising Star','origin_country':''},{'id':12075,'logo_path':null,'name':'Silver Reel','origin_country':'CH'},{'id':11841,'logo_path':null,'name':'Wales Creative IP Fund','origin_country':''},{'id':19579,'logo_path':null,'name':'Molinare Investment','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2011-03-03","0","121","[{'iso_639_1':'da','name':'Dansk'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'hu','name':'Magyar'},{'iso_639_1':'la','name':'Latin'}]","Released","Heavy metal goes medieval.","Ironclad","false","6.1","355" +"false","/mIOWtdsUg9VZXVMwVdO30TejAxn.jpg","{'id':312977,'name':'Iron Sky Collection','poster_path':'/kjuDiz5vGEBVqPYZpl4Tzue2v6S.jpg','backdrop_path':'/A3gUwCnqz05B6wtZrunWrbcT9jt.jpg'}","7500000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'}]","http://www.ironsky.net/","10679","tt1034314","en","Iron Sky","In the last moments of World War II, a secret Nazi space program evaded destruction by fleeing to the Dark Side of the Moon. During 70 years of utter secrecy, the Nazis construct a gigantic space fortress with a massive armada of flying saucers.","8.528","/4qyVtcCFqrlLMgHtlyxP57PI3ls.jpg","[{'id':7330,'logo_path':null,'name':'Blind Spot Pictures','origin_country':'FI'},{'id':9282,'logo_path':null,'name':'27 Films Production','origin_country':''},{'id':10229,'logo_path':null,'name':'New Holland Pictures','origin_country':''}]","[{'iso_3166_1':'FI','name':'Finland'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'AU','name':'Australia'}]","2012-03-10","8135031","93","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","We come in peace!","Iron Sky","false","5.7","803" +"false","/1kXtLaTyuUT0zNZyglhNJBTC5mM.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':16,'name':'Animation'},{'id':28,'name':'Action'}]","","169934","tt2654124","ja","????????????????????????????????????????????????????????????","Iron Man enlists the help of ruthless vigilante the Punisher to track down War Machine's murderer. All the while, he's being pursued by S.H.I.E.L.D. agents Black Widow and Hawkeye, who suspect his involvement in a recent terrorist plot.","7.886","/jHo43hitRyIMPC5y3tCxmZow0uN.jpg","[{'id':82346,'logo_path':'/jqgK6CSkPrEsIv6Nk390JaBcXYF.png','name':'Sony Pictures','origin_country':'JP'},{'id':3464,'logo_path':'/9k0nr75nwnNeT2MHerf1OXJN0hj.png','name':'Madhouse','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","2013-04-24","0","88","[{'iso_639_1':'ja','name':'?????????'}]","Released","Can Iron Man save the world when the world is against him?","Iron Man: Rise of Technovore","false","5.4","80" +"false","/n9X2DKItL3V0yq1q1jrk8z5UAki.jpg","{'id':131292,'name':'Iron Man Collection','poster_path':'/fbeJ7f0aD4A112Bc1tnpzyn82xO.jpg','backdrop_path':'/rI8zOWkRQJdlAyQ6WJOSlYK6JxZ.jpg'}","200000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'}]","https://www.marvel.com/movies/iron-man-3","68721","tt1300854","en","Iron Man 3","When Tony Stark's world is torn apart by a formidable terrorist called the Mandarin, he starts an odyssey of rebuilding and retribution.","26.531","/7XiGqZE8meUv7L4720L0tIDd7gO.jpg","[{'id':420,'logo_path':'/hUzeosd33nzE5MCNsZxCGEKTXaQ.png','name':'Marvel Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-04-18","1215439994","130","[{'iso_639_1':'en','name':'English'}]","Released","Unleash the power behind the armor.","Iron Man 3","false","6.9","13461" +"false","/ZQixhAZx6fH1VNafFXsqa1B8QI.jpg","{'id':131292,'name':'Iron Man Collection','poster_path':'/fbeJ7f0aD4A112Bc1tnpzyn82xO.jpg','backdrop_path':'/rI8zOWkRQJdlAyQ6WJOSlYK6JxZ.jpg'}","140000000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':12,'name':'Adventure'}]","https://www.marvel.com/movies/iron-man","1726","tt0371746","en","Iron Man","After being held captive in an Afghan cave, billionaire engineer Tony Stark creates a unique weaponized suit of armor to fight evil.","40.326","/rYy4MShKrZVXhiG4BLqwW1PeSOT.jpg","[{'id':420,'logo_path':'/hUzeosd33nzE5MCNsZxCGEKTXaQ.png','name':'Marvel Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-04-30","585174222","126","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fa','name':'??????????'},{'iso_639_1':'ur','name':'????????'},{'iso_639_1':'ar','name':'??????????????'}]","Released","Heroes aren't born. They're built.","Iron Man","false","7.5","14790" +"false","/jxdSxqAFrdioKgXwgTs5Qfbazjq.jpg","{'id':131292,'name':'Iron Man Collection','poster_path':'/fbeJ7f0aD4A112Bc1tnpzyn82xO.jpg','backdrop_path':'/rI8zOWkRQJdlAyQ6WJOSlYK6JxZ.jpg'}","200000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","https://www.marvel.com/movies/iron-man-2","10138","tt1228705","en","Iron Man 2","With the world now aware of his dual life as the armored superhero Iron Man, billionaire inventor Tony Stark faces pressure from the government, the press and the public to share his technology with the military. Unwilling to let go of his invention, Stark, with Pepper Potts and James 'Rhodey' Rhodes at his side, must forge new alliances ??? and confront powerful enemies.","29.516","/ArqpkNYGfcTIA6umWt6xihfIZZv.jpg","[{'id':420,'logo_path':'/hUzeosd33nzE5MCNsZxCGEKTXaQ.png','name':'Marvel Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-04-28","623933331","124","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","It's not the armor that makes the hero, but the man inside.","Iron Man 2","false","6.8","11590" +"false","/lcRGF2RpurdvBiSQVocfzRrxV9u.jpg","{'id':70068,'name':'Ip Man Collection','poster_path':'/iXhYIEUNoYXeq3XiNasMAcThHMU.jpg','backdrop_path':'/1oCPXe4e0VHZTJX4nLkvxzayXK9.jpg'}","11715578","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':36,'name':'History'}]","http://www.ipman-movie.com/","14756","tt1220719","cn","??????","A semi-biographical account of Yip Man, the first martial arts master to teach the Chinese martial art of Wing Chun. The film focuses on events surrounding Ip that took place in the city of Foshan between the 1930s to 1940s during the Second Sino-Japanese War. Directed by Wilson Yip, the film stars Donnie Yen in the lead role, and features fight choreography by Sammo Hung.","9.874","/wQqXSPg559WfdyHOVPPeNMBy5vv.jpg","[{'id':4054,'logo_path':null,'name':'Mandarin Films Distribution Co.','origin_country':''}]","[{'iso_3166_1':'HK','name':'Hong Kong'}]","2008-12-12","21888598","108","[{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'cn','name':'????????? / ?????????'}]","Released","The celebrated Kung Fu master of Bruce Lee.","Ip Man","false","7.6","1850" +"false","/ddIyFf15chpnCS5ayHoH1pgb80R.jpg","{'id':70068,'name':'Ip Man Collection','poster_path':'/iXhYIEUNoYXeq3XiNasMAcThHMU.jpg','backdrop_path':'/1oCPXe4e0VHZTJX4nLkvxzayXK9.jpg'}","12902809","[{'id':28,'name':'Action'},{'id':36,'name':'History'},{'id':18,'name':'Drama'}]","http://www.ipman2-movie.com/","37472","tt1386932","cn","??????2","Having defeated the best fighters of the Imperial Japanese army in occupied Shanghai, Ip Man and his family settle in post-war Hong Kong.Struggling to make a living, Master Ip opens a kung fu school to bring his celebrated art of Wing Chun to the troubled youth of Hong Kong. His growing reputation soon brings challenges from powerful enemies, including pre-eminent Hung Gar master, Hung Quan. However, when corrupt colonial officials stage a life-or-death contest with formidable British boxer, Twister, to humiliate the Chinese people, the masters quickly forget their differences. Soon, the eyes of the nation are on the one man capable of securing a victory-Grandmaster Ip Man!","2.324","/9mu13RSsvyDdlyD8TyjuQVrT0gM.jpg","[{'id':4054,'logo_path':null,'name':'Mandarin Films Distribution Co.','origin_country':''}]","[{'iso_3166_1':'HK','name':'Hong Kong'},{'iso_3166_1':'CN','name':'China'}]","2010-04-21","36000000","109","[{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'cn','name':'????????? / ?????????'},{'iso_639_1':'en','name':'English'}]","Released","Behind every great martial artist lies a teacher.","Ip Man 2","false","7.3","1020" +"false","/9mJl5BiRUW5zXpW8SY6K1SJc3RJ.jpg","null","0","[{'id':28,'name':'Action'},{'id':37,'name':'Western'}]","","55150","tt0058238","en","Invitation to a Gunfighter","When Confederate soldier Matt Weaver returns to town after the Civil War, he finds that his home has been sold by town boss Sam Brewster. Brewster hires gunfighter Jules Gaspard d'Estaing to deal with Weaver, but d'Estaing's independent approach settles the town's problems in a very unorthodox manner.","2.53","/z7CD9PKxAvLmVMstcXURHaOqiBF.jpg","[{'id':893,'logo_path':null,'name':'Stanley Kramer Productions','origin_country':'US'},{'id':41127,'logo_path':null,'name':'Hermes Productions','origin_country':''},{'id':41128,'logo_path':null,'name':'Larcas Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1964-10-14","0","92","[{'iso_639_1':'en','name':'English'}]","Released","He Kills By Invitation","Invitation to a Gunfighter","false","5.5","26" +"false","/85uNq0R2uGEW90SDnWnCH8bfqs7.jpg","null","0","[{'id':27,'name':'Horror'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","http://www.inlandempirecinema.com/","1730","tt0460829","en","Inland Empire","An actress's perception of reality becomes increasingly distorted as she finds herself falling for her co-star in a remake of an unfinished Polish production that was supposedly cursed.","8.01","/s5f0FbVAABEnJYKaApWORTxhiFC.jpg","[{'id':11608,'logo_path':null,'name':'Fundacja Kultury','origin_country':''},{'id':11609,'logo_path':null,'name':'Camerimage Festival','origin_country':''},{'id':11610,'logo_path':null,'name':'Absurda','origin_country':''},{'id':373,'logo_path':null,'name':'Asymmetrical Productions','origin_country':''},{'id':747,'logo_path':null,'name':'Inland Empire Productions','origin_country':''},{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'}]","[{'iso_3166_1':'PL','name':'Poland'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'FR','name':'France'}]","2006-09-06","849055","180","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pl','name':'Polski'}]","Released","A woman in trouble","Inland Empire","false","7.1","476" +"false","/3eFtDATl9WRgfu23S6ioZUI2aYP.jpg","null","0","[{'id':27,'name':'Horror'}]","","87835","tt1650537","en","Inkubus","Inkubus tells the story of a skeleton crew working the final shift at a soon to be demolished police station. The night takes a gruesome turn when the demon, Inkubus, calmly walks into the station holding the severed head of a murdered girl. Inkubus toys with the crew, allowing himself to be restrained, and begins to proudly confess to his litany of crimes, some dating back to the Middle Ages. Why? Inkubus has a score to settle with the one detective that almost put him away some thirteen years ago. To their dismay, the cops quickly become pawns in Inkubus' brutal crowning achievement of murder, gore, and mayhem. They ultimately realize it's his world, they only die in it. Written by Anonymous (www.imdb.com)","1.749","/h3jQubPFth8U7GovTQfZZlTUGgs.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-10-28","0","82","[{'iso_639_1':'en','name':'English'}]","Released","New demon, new nightmare","Inkubus","false","4.8","17" +"false","/8oD8m3W9BRU1lPNMTMXCYEZRueP.jpg","null","60000000","[{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","http://www.inkheartmovie.com/","2309","tt0494238","en","Inkheart","The adventures of a father and his young daughter, in their search for a long lost book that will help reunite a missing, close relative.","12.964","/3yIVMwPDrWLeZ8fJ5HLbGWnCz9f.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':20360,'logo_path':null,'name':'Internationale Filmproduktion Blackbird Erste','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2008-12-11","57490374","106","[{'iso_639_1':'en','name':'English'}]","Released","Every story ever written is just waiting to become real.","Inkheart","false","6.2","1135" +"false","/rNCQeXLwSHOB0LxzQ6FUjSP0ByF.jpg","null","500000","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'}]","","133463","tt1857842","en","Redd Inc.","Six captive office workers are literally chained to their desks by a demented, escaped serial killer; former regional manager Thomas Reddmann (Redd). He assigns his 'human resources' the impossible task of proving his innocence or suffering gruesome consequences.","3.214","/5wYU2EnwI7vD7hsRGOJhwbM4gIf.jpg","[{'id':8822,'logo_path':'/fTvWOZdHQJMTNaIEwigpgMpefo9.png','name':'Green Light Productions','origin_country':'AU'}]","[{'iso_3166_1':'AU','name':'Australia'}]","2012-11-03","1000000","93","[{'iso_639_1':'en','name':'English'}]","Released","Heads Will Roll","Redd Inc.","false","5.6","36" +"false","/42T54EzgmhRzJKetN62fOvk0nBZ.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","1908","tt0053946","en","Inherit the Wind","This gripping adaptation of the Jerome Lawrence-Robert E. Lee play examines an issue that still causes great controversy: the role religion should play in the schools.","6.823","/eXEk7xVHb4b1FY8uKQT7LVyhB3J.jpg","[{'id':893,'logo_path':null,'name':'Stanley Kramer Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1960-06-24","0","128","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","It's all about the fabulous ""Monkey Trial"" that rocked America!","Inherit the Wind","false","7.8","149" +"false","/uCjCNaxLyLkcwBq4aOHOeiKKwPE.jpg","null","20000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","http://inherentvicemovie.com/","171274","tt1791528","en","Inherent Vice","In Los Angeles at the turn of the 1970s, drug-fueled detective Larry ""Doc"" Sportello investigates the disappearance of an ex-girlfriend.","18.779","/2fCg6FORkgRLpFIKlUg4gULIn1u.jpg","[{'id':93105,'logo_path':null,'name':'IAC Films','origin_country':''},{'id':178,'logo_path':null,'name':'Ghoulardi Film Company','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-12-25","11110975","148","[{'iso_639_1':'en','name':'English'}]","Released","Under the paving stones, the beach!","Inherent Vice","false","6.6","1294" +"false","/7nF6B9yCEq1ZCT82sGJVtNxOcl5.jpg","null","70000000","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':10752,'name':'War'}]","http://www.inglouriousbasterds-movie.com/","16869","tt0361748","en","Inglourious Basterds","In Nazi-occupied France during World War II, a group of Jewish-American soldiers known as ""The Basterds"" are chosen specifically to spread fear throughout the Third Reich by scalping and brutally killing Nazis. The Basterds, lead by Lt. Aldo Raine soon cross paths with a French-Jewish teenage girl who runs a movie theater in Paris which is targeted by the soldiers.","25.845","/ai0LXkzVM3hMjDhvFdKMUemoBe.jpg","[{'id':308,'logo_path':'/e8F3mQM7DkJ5SfYYDp8FYzPBOGX.png','name':'The Weinstein Company','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':59,'logo_path':'/yH7OMeSxhfP0AVM6iT0rsF3F4ZC.png','name':'A Band Apart','origin_country':'US'},{'id':6817,'logo_path':null,'name':'Zehnte Babelsberg Film','origin_country':'DE'},{'id':6818,'logo_path':null,'name':'Visiona Romantica','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2009-08-18","319131050","153","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'it','name':'Italiano'}]","Released","Once upon a time in Nazi occupied France...","Inglourious Basterds","false","8.1","11437" +"false","/6tW23q4lZDWL4RWbpRDGEzFMZVm.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","113655","tt0991174","en","Lightbulb","A rags-to-riches story of two friends, a small-time inventor and a sharky salesman, who hit rock bottom before coming up with a gizmo that becomes a worldwide phenomenon.","2.8","/xawXqdVDVga9DlhMepIchcuINo1.jpg","[{'id':10602,'logo_path':null,'name':'Pacific Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-02-01","0","85","[{'iso_639_1':'en','name':'English'}]","Released","","Ingenious","false","5.3","34" +"false","/mNXY26IKbk9YUPDTXGNgU9SZFQI.jpg","null","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","http://www.infinimovie.com","301728","tt3327624","en","Infini","A search and rescue team are transported through deep space to a distant mining colony to save the sole survivor of a biological outbreak. During their mission, they find a lethal weapon which is set to arrive on Earth within the hour.","4.634","/tP3BOSgYneJTPe3TpELH7XBWE1w.jpg","[{'id':77479,'logo_path':null,'name':'Storm Alley Entertainment','origin_country':''},{'id':37723,'logo_path':null,'name':'Storm Vision Entertainment','origin_country':''},{'id':53020,'logo_path':null,'name':'Eclectik Vision','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2015-05-08","0","110","[{'iso_639_1':'en','name':'English'}]","Released","Search. Rescue. Destroy.","Infini","false","5.2","212" +"false","/lr6BKFRDgeVcvDJUYh1V52kuF0z.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","http://www.iconmovies.net/infestation/","22476","tt1020543","en","Infestation","Our hero, Cooper, awakes to find himself nauseous, weak and covered in webbing, hanging from the ceiling of an office where, just minutes ago, he started his new job. As he struggles out of his slimy prison he comes face to face with his opponent - a grotesque, powerful and very angry bug. All 3 ft of it","5.827","/6cN9V88eNlvnMenqEsxmcs0AgAt.jpg","[{'id':152,'logo_path':null,'name':'Icon Productions','origin_country':'US'},{'id':4097,'logo_path':null,'name':'Heavy Duty Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-02-05","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Prepare for global swarming!","Infestation","false","5.8","104" +"false","/r2jNX2TDHBPZYig0AmmdfdIRUno.jpg","null","1200000","[{'id':878,'name':'Science Fiction'},{'id':27,'name':'Horror'}]","","184710","tt2536086","en","Quarantine L.A.","Seven strangers try to survive in the aftermath of a devastating outbreak. They must band together to escape from an isolated Los Angeles that has been hit by a virus that dramatically alters infected humans.","1.391","/kPXHdkVp6bFcLisg3fusXdERKRg.jpg","[{'id':14019,'logo_path':null,'name':'Magic Elevator','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-03-09","0","75","[{'iso_639_1':'en','name':'English'}]","Released","","Quarantine L.A.","false","3.8","12" +"false","/tKSzOfTq7DnN8S6RpfIHHotlrKh.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://inequalityforall.com/","159008","tt2215151","en","Inequality for All","U.S. Labor Secretary Robert Reich tries to raise awareness of the country's widening economic gap.","4.447","/eASRRqzSsTM4XXGKKHpSl0lHwWF.jpg","[{'id':25844,'logo_path':null,'name':'72 Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-01-19","0","88","[{'iso_639_1':'en','name':'English'}]","Released","","Inequality for All","false","7.7","61" +"false","/mWuFDpOxXJpPxLM3p8f3w02pBb2.jpg","{'id':84,'name':'Indiana Jones Collection','poster_path':'/lpxDrACKJhbbGOlwVMNz5YCj6SI.jpg','backdrop_path':'/9f8kjuytZPJEPf1bhJgkekaoanr.jpg'}","28000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'}]","http://www.indianajones.com","87","tt0087469","en","Indiana Jones and the Temple of Doom","After arriving in India, Indiana Jones is asked by a desperate village to find a mystical stone. He agrees ??? and stumbles upon a secret cult plotting a terrible plan in the catacombs of an ancient palace.","19.369","/f2nTRKk2zGdUTE7tLJ5EGGSuKA6.jpg","[{'id':1,'logo_path':'/o86DbpburjxrqAzEDhXZcyE8pDb.png','name':'Lucasfilm','origin_country':'US'},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-05-23","333000000","118","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'si','name':'???????????????'}]","Released","If adventure has a name... it must be Indiana Jones.","Indiana Jones and the Temple of Doom","false","7.2","4669" +"false","/vfvVuu1JdnEGcyZUj7VHrhhbeMj.jpg","{'id':84,'name':'Indiana Jones Collection','poster_path':'/lpxDrACKJhbbGOlwVMNz5YCj6SI.jpg','backdrop_path':'/9f8kjuytZPJEPf1bhJgkekaoanr.jpg'}","48000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'}]","http://www.indianajones.com/crusade","89","tt0097576","en","Indiana Jones and the Last Crusade","When Dr. Henry Jones Sr. suddenly goes missing while pursuing the Holy Grail, eminent archaeologist Indiana must team up with Marcus Brody, Sallah and Elsa Schneider to follow in his father's footsteps and stop the Nazis from recovering the power of eternal life.","22.77","/4p1N2Qrt8j0H8xMHMHvtRxv9weZ.jpg","[{'id':1,'logo_path':'/o86DbpburjxrqAzEDhXZcyE8pDb.png','name':'Lucasfilm','origin_country':'US'},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-05-24","474171806","127","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'el','name':'????????????????'},{'iso_639_1':'en','name':'English'}]","Released","The man with the hat is back. And this time, he's bringing his Dad.","Indiana Jones and the Last Crusade","false","7.8","5162" +"false","/m9vS8UfYd9XZedhO7ifpAznxSOj.jpg","{'id':84,'name':'Indiana Jones Collection','poster_path':'/lpxDrACKJhbbGOlwVMNz5YCj6SI.jpg','backdrop_path':'/9f8kjuytZPJEPf1bhJgkekaoanr.jpg'}","185000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'}]","http://www.indianajones.com/site/index.html","217","tt0367882","en","Indiana Jones and the Kingdom of the Crystal Skull","Set during the Cold War, the Soviets ??? led by sword-wielding Irina Spalko ??? are in search of a crystal skull which has supernatural powers related to a mystical Lost City of Gold. After being captured and then escaping from them, Indy is coerced to head to Peru at the behest of a young man whose friend ??? and Indy's colleague ??? Professor Oxley has been captured for his knowledge of the skull's whereabouts.","22.621","/qY1x6v5daMDTr904G3y84WVgpfC.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':1,'logo_path':'/o86DbpburjxrqAzEDhXZcyE8pDb.png','name':'Lucasfilm','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-05-21","786636033","122","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'ru','name':'P????????????'}]","Released","The adventure continues . . .","Indiana Jones and the Kingdom of the Crystal Skull","false","5.8","4270" +"false","/4E2xKGrU2qcqUE2S3Nl27hwZdqy.jpg","{'id':304378,'name':'Independence Day Collection','poster_path':'/w0OqDRqmsfer165enT6zEEQN9ET.jpg','backdrop_path':'/p7oqa94XgNGVMazXwR49QfyGgtx.jpg'}","75000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'}]","","602","tt0116629","en","Independence Day","On July 2, a giant alien mothership enters orbit around Earth and deploys several dozen saucer-shaped 'destroyer' spacecraft that quickly lay waste to major cities around the planet. On July 3, the United States conducts a coordinated counterattack that fails. On July 4, a plan is devised to gain access to the interior of the alien mothership in space, in order to plant a nuclear missile.","23.301","/bqLlWZJdhrS0knfEJRkquW7L8z2.jpg","[{'id':347,'logo_path':null,'name':'Centropolis Entertainment','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-06-25","817400891","145","[{'iso_639_1':'en','name':'English'}]","Released","Earth. Take a good look. It might be your last.","Independence Day","false","6.8","5270" +"false","/q793LSnNfTDTvolHyWjieEceDYk.jpg","null","38000000","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","","4478","tt0107211","en","Indecent Proposal","Robert Redford stars as billionaire John Gage, who offers a down-on-his-luck yuppie husband $1 million for the opportunity to spend the night with the man's wife.","9.705","/tBsmJ9owjjnT4rO4kE1mOzxQAJc.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-04-07","266614059","117","[{'iso_639_1':'en','name':'English'}]","Released","A husband. A wife. A millionaire. A proposal.","Indecent Proposal","false","6","559" +"false","/s2bT29y0ngXxxu2IA8AOzzXTRhd.jpg","null","160000000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':12,'name':'Adventure'}]","http://inceptionmovie.warnerbros.com/","27205","tt1375666","en","Inception","Cobb, a skilled thief who commits corporate espionage by infiltrating the subconscious of his targets is offered a chance to regain his old life as payment for a task considered to be impossible: ""inception"", the implantation of another person's idea into a target's subconscious.","38.909","/qmDpIHrmpJINaRKAfWQfftjCdyi.jpg","[{'id':923,'logo_path':'/5UQsZrfbfG2dYJbx8DxfoTr2Bvu.png','name':'Legendary Entertainment','origin_country':'US'},{'id':9996,'logo_path':'/3tvBqYsBhxWeHlu62SIJ1el93O7.png','name':'Syncopy','origin_country':'GB'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2010-07-15","825532764","148","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'}]","Released","Your mind is the scene of the crime.","Inception","false","8.3","21454" +"false","/6UuWedysH2gHgl7smMraeXJgCp5.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","http://www.inbredmovie.com/","82743","tt1723124","en","Inbred","Four young offenders and their workers spend a weekend in the remote Yorkshire village of Mortlake, which prides on keeping itself to itself. A minor incident with locals rapidly escalates into a blood-soaked, deliriously warped nightmare.","3.788","/9fKswnksV8AMPIMedNmCLOJNMw1.jpg","[{'id':20314,'logo_path':null,'name':'New Flesh Films','origin_country':''},{'id':20315,'logo_path':null,'name':'Split Second Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2011-09-30","0","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","They came in peace but left in pieces.","Inbred","false","5.6","54" +"false","/obcaAop3TyTohqor0Gq7gl65AyA.jpg","null","0","[{'id':35,'name':'Comedy'}]","http://www.inappropriatecomedy.com","156268","tt1754811","en","InAPPropriate Comedy","A no-nonsense cop has a flair for fashion and a celebrity takes revenge on the paparazzi in a collection of comedic sketches.","3.173","/vEav647jvfHMxUJtdKBUGusckVG.jpg","[]","[]","2013-03-22","228","84","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","An equal opportunity offender.","InAPPropriate Comedy","false","3","47" +"false","/6UuWedysH2gHgl7smMraeXJgCp5.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","http://www.inbredmovie.com/","82743","tt1723124","en","Inbred","Four young offenders and their workers spend a weekend in the remote Yorkshire village of Mortlake, which prides on keeping itself to itself. A minor incident with locals rapidly escalates into a blood-soaked, deliriously warped nightmare.","3.788","/9fKswnksV8AMPIMedNmCLOJNMw1.jpg","[{'id':20314,'logo_path':null,'name':'New Flesh Films','origin_country':''},{'id':20315,'logo_path':null,'name':'Split Second Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2011-09-30","0","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","They came in peace but left in pieces.","Inbred","false","5.6","54" +"false","/obcaAop3TyTohqor0Gq7gl65AyA.jpg","null","0","[{'id':35,'name':'Comedy'}]","http://www.inappropriatecomedy.com","156268","tt1754811","en","InAPPropriate Comedy","A no-nonsense cop has a flair for fashion and a celebrity takes revenge on the paparazzi in a collection of comedic sketches.","3.173","/vEav647jvfHMxUJtdKBUGusckVG.jpg","[]","[]","2013-03-22","228","84","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","An equal opportunity offender.","InAPPropriate Comedy","false","3","47" +"false","/cnGPiAd7D50YFcpt6HK7CwTUCew.jpg","null","40000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","http://www.intimemovie.com/","49530","tt1637688","en","In Time","In the not-too-distant future the aging gene has been switched off. To avoid overpopulation, time has become the currency and the way people pay for luxuries and necessities. The rich can live forever, while the rest try to negotiate for their immortality. A poor young man who comes into a fortune of time, though too late to help his mother from dying. He ends up on the run from a corrupt police force known as 'time keepers'.","19.253","/lnYuAr3QOPzvuEFlzpsRUq41IEy.jpg","[{'id':655,'logo_path':null,'name':'Strike Entertainment','origin_country':''},{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':10104,'logo_path':'/hNuGhsKVlmhnwSRcmOejDBDjh6w.png','name':'New Regency Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-10-27","173930596","109","[{'iso_639_1':'en','name':'English'}]","Released","Time Is Power","In Time","false","6.8","5963" +"false","/bT8LlrXnvQoRoIDOAkHkJeRphqo.jpg","{'id':122922,'name':'In the Name of the King Collection','poster_path':'/sGZ0KQnLLjtneVhH9Z8tU3I1mdZ.jpg','backdrop_path':'/rJaHFKkYvtnjjJ58L9W5KgYxA6w.jpg'}","4500000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':18,'name':'Drama'},{'id':28,'name':'Action'}]","","80410","tt1767319","en","In the Name of the King 2: Two Worlds","Granger, an ex-Special Forces soldier gets thrown back to medieval times to fulfill an ancient prophecy. Venturing through the now war torn Kingdom of Ehb, he teams up with an unlikely band of allies with the goal of slaying the leader of the ""Dark Ones"". Fighting against all odds, they must free the land from the grasp of the evil tyrant Raven and save the world.","5.017","/nFH0lhU5NwWAlaYpcYEZXssKw2e.jpg","[]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'CA','name':'Canada'}]","2011-11-03","0","96","[{'iso_639_1':'en','name':'English'}]","Released","Fight to the End","In the Name of the King 2: Two Worlds","false","3.8","63" +"false","/pBvKhZ0ZrVeu9Nwyr0BHd8emvN4.jpg","null","13000000","[{'id':18,'name':'Drama'}]","","7984","tt0107207","en","In the Name of the Father","A small time thief from Belfast, Gerry Conlon, is falsely implicated in the IRA bombing of a pub that kills several people while he is in London. He and his four friends are coerced by British police into confessing their guilt. Gerry's father and other relatives in London are also implicated in the crime. He spends fifteen years in prison with his father trying to prove his innocence.","7.969","/22UfH59UppgMtDIMjD6DxhO8J2C.jpg","[{'id':2307,'logo_path':null,'name':'Hell's Kitchen Films','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'IE','name':'Ireland'}]","1993-12-12","65796862","133","[{'iso_639_1':'en','name':'English'}]","Released","Falsely accused. Wrongly imprisoned. He fought for justice to clear his father's name.","In the Name of the Father","false","7.9","712" +"false","/sSaSuZ9A9MAKyEs3jdyFwEHgzvO.jpg","null","8000000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","http://www.theofficialjohncarpenter.com/in-the-mouth-of-madness/","2654","tt0113409","en","In the Mouth of Madness","With the disappearance of hack horror writer Sutter Cane, all Hell is breaking loose...literally! Author Cane, it seems, has a knack for description that really brings his evil creepy-crawlies to life. Insurance investigator John Trent is sent to investigate Cane's mysterious vanishing act and ends up in the sleepy little East Coast town of Hobb's End.","9.234","/xgrCUFFimv5gom3X01KpLIPVt1E.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-12-12","8946600","95","[{'iso_639_1':'en','name':'English'}]","Released","Lived Any Good Books Lately?","In the Mouth of Madness","false","7.3","601" +"false","/zehZjIuMAcn7rNu06jl5uL7UzFt.jpg","null","0","[{'id':35,'name':'Comedy'}]","","19833","tt1226774","en","In the Loop","The US President and the UK Prime Minister are looking to launch a war in the Middle East. The plot follows government officials and advisers in their behind-the-scenes efforts either to promote the war or prevent it.","8.266","/jL6txnziFSeEifQkqnPBtaPaiXU.jpg","[{'id':3272,'logo_path':null,'name':'Aramid Entertainment Fund','origin_country':''},{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2009-01-22","6149791","106","[{'iso_639_1':'en','name':'English'}]","Released","The fate of the world is on the line.","In the Loop","false","7.2","292" +"false","/dUPNgGIDTU7W0fEDB4bNI1KbKxN.jpg","null","10000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","256474","tt2101570","en","In the Blood","When her husband goes missing during their Caribbean vacation, a woman sets off on her own to take down the men she thinks are responsible.","6.855","/o9nbDhwQlHhNPLpuzxH24tI6nh9.jpg","[{'id':3635,'logo_path':'/e4dCQJpJjwL46i1WuGpTIO3srL6.png','name':'20th Century Fox Home Entertainment','origin_country':'US'},{'id':5860,'logo_path':null,'name':'Anchor Bay Films','origin_country':'US'},{'id':12410,'logo_path':null,'name':'Lleju Productions','origin_country':''},{'id':21655,'logo_path':null,'name':'Movie Package Company (MPC)','origin_country':''},{'id':21656,'logo_path':null,'name':'Verso Entertainment','origin_country':''},{'id':24510,'logo_path':null,'name':'MICA Entertainment','origin_country':''},{'id':24511,'logo_path':null,'name':'The Way We Roll Productions','origin_country':''},{'id':24513,'logo_path':null,'name':'Pimienta','origin_country':'PR'},{'id':24514,'logo_path':null,'name':'Derby Street Films','origin_country':''},{'id':24517,'logo_path':null,'name':'ITB Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'PR','name':'Puerto Rico'}]","2014-04-04","0","108","[{'iso_639_1':'en','name':'English'}]","Released","She Will Stop At Nothing","In the Blood","false","5.4","166" +"false","/pitVkmKEAbS1PZjTjmKs19d28H9.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","http://insecretmovie.com/","172226","tt0409379","en","In Secret","In 1860s Paris, a young woman, Therese, is trapped in a loveless marriage to the sickly Camille by her domineering aunt, Madame Raquin. She spends her days behind the counter of a small shop and her evenings watching Madame play dominos with an eclectic group. After she meets her husband???s alluring friend, Laurent, she embarks on an illicit affair that leads to tragic consequences. Based on Emile Zola???s novel, Th??r??se Raquin.","6.805","/oBLKU5TlaH5mzDfVTylQ2D3jjDT.jpg","[{'id':10285,'logo_path':'/5jxaT7zoJKtnwqxniiJ9iJLsJru.png','name':'LD Entertainment','origin_country':'US'},{'id':11448,'logo_path':'/twhX9HMUuGW4Mhb45AyWDhRqkvR.png','name':'Exclusive Media','origin_country':'US'},{'id':9217,'logo_path':null,'name':'Pioneer Pictures','origin_country':''},{'id':11140,'logo_path':null,'name':'Wonderful Films PLC','origin_country':''},{'id':18697,'logo_path':null,'name':'Work in Progress','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-09-17","0","101","[{'iso_639_1':'en','name':'English'}]","Released","","In Secret","false","5.9","97" +"false","/enR3QQW5AtpNbRtSMsFPTX3eX4O.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.alsdasmeerverschwand.de/","1126","tt0385017","en","In My Father's Den","Paul (Macfadyen), a prize-winning war journalist, returns to his remote New Zealand hometown due to the death of his father, battle-scarred and world-weary. For the discontented sixteen-year-old Celia (Barclay) he opens up a world she has only dreamed of. She actively pursues a friendship with him, fascinated by his cynicism and experience of the world beyond her small-town existence. But many, including the members of both their families (Otto, Moy), frown upon the friendship and when Celia goes missing, Paul becomes the increasingly loathed and persecuted prime suspect in her disappearance. As the violent and urgent truth gradually emerges, Paul is forced to confront the family tragedy and betrayal that he ran from as a youth, and to face the grievous consequences of silence and secrecy that has surrounded his entire adult life.","3.247","/6ZQUlZc3nNNfiRcPYqx6FE2piBO.jpg","[{'id':667,'logo_path':null,'name':'IFMD Ltd.','origin_country':''},{'id':13323,'logo_path':null,'name':'Little Bird','origin_country':'GB'}]","[{'iso_3166_1':'NZ','name':'New Zealand'}]","2004-06-11","0","126","[{'iso_639_1':'en','name':'English'}]","Released","","In My Father's Den","false","7.7","44" +"false","/tkHlTVLylEIBpUypq0z3ZbtxUKc.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","11931","tt0388125","en","In Her Shoes","Irresponsible party girl Maggie (Cameron Diaz) is kicked out of her father's (Ken Howard) and stepmother's (Candice Azzara) home, where she lives for free, and is taken in by her hard-working sister, Philadelphia lawyer Rose (Toni Collette). After Maggie's disruptive ways ruin her sister's love life, Rose turns her out as well. But when their grandmother, who they never knew existed, comes into their lives, the sisters face some complicated truths about themselves and their family.","8.575","/4jqnazZX2bh8UMUS8rl4nHWWtyb.jpg","[{'id':812,'logo_path':null,'name':'Deuce Three Productions','origin_country':''},{'id':711,'logo_path':'/tEiIH5QesdheJmDAqQwvtN60727.png','name':'Fox 2000 Pictures','origin_country':'US'},{'id':1645,'logo_path':'/6Ry6uNBaa0IbbSs1XYIgX5DkA9r.png','name':'Scott Free Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-10-07","83073883","130","[{'iso_639_1':'en','name':'English'}]","Released","Friends. Rivals. Sisters.","In Her Shoes","false","6","682" +"false","/3rS0W0aHwd9GvmyJabu9D1xOcE8.jpg","null","15000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","http://www.filminfocus.com/film/in_bruges","8321","tt0780536","en","In Bruges","Ray and Ken, two hit men, are in Bruges, Belgium, waiting for their next mission. While they are there they have time to think and discuss their previous assignment. When the mission is revealed to Ken, it is not what he expected.","12.344","/kBABboeLU2HsKWSG7DwiF9saHl5.jpg","[{'id':20899,'logo_path':null,'name':'Twins Financing','origin_country':''},{'id':2376,'logo_path':'/yeNoWmSHZfvKsBYuL8uTRE4LPdQ.png','name':'Blueprint Pictures','origin_country':'GB'},{'id':10146,'logo_path':'/xnFIOeq5cKw09kCWqV7foWDe4AA.png','name':'Focus Features','origin_country':'US'},{'id':7419,'logo_path':null,'name':'Scion Films','origin_country':''},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2008-02-08","34533783","108","[{'iso_639_1':'en','name':'English'}]","Released","Shoot first. Sightsee later.","In Bruges","false","7.5","2345" +"false","/8Z1yZDmAgmNYt84uSGIwtSwmEYF.jpg","null","1000000","[{'id':35,'name':'Comedy'}]","http://inaworldmovie.com/","157360","tt2294677","en","In a World...","An underachieving vocal coach is motivated by her father, the king of movie-trailer voice-overs, to pursue her aspirations of becoming a voice-over star. Amidst pride, sexism and family dysfunction, she sets out to change the voice of a generation.","8.04","/dNtDUD9OzMSDj5Z7ZyDoouLnioU.jpg","[{'id':80062,'logo_path':null,'name':'More Films','origin_country':''},{'id':19632,'logo_path':'/q2kFlMm4C9UTWgSrJA6iSmDvWMI.png','name':'3311 Productions','origin_country':'US'},{'id':19633,'logo_path':null,'name':'In A World','origin_country':''},{'id':19634,'logo_path':null,'name':'Team G','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2013-08-09","2963902","93","[{'iso_639_1':'en','name':'English'}]","Released","Speak up and let your voice be heard","In a World...","false","6.4","311" +"false","/fZtpvkpkxd5OubG75NgUTksqksA.jpg","null","0","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':878,'name':'Science Fiction'}]","","241930","tt2166880","en","Implanted","When your memory lies, how do you find the truth?","1.094","/u8fkJiwzUMVdBuqOoVnH1fxYzBV.jpg","[{'id':41094,'logo_path':null,'name':'Skylight Cinema','origin_country':''},{'id':37870,'logo_path':null,'name':'Gold Lion Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-12-06","0","88","[{'iso_639_1':'en','name':'English'}]","Released","When your memory lies, how do you find the truth?","Implanted","false","4.7","8" +"false","/pNw0c7aiUZHhu8WuolfOA8xube9.jpg","null","75000000","[{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","http://www.immortalsmovie.com/splash/","37958","tt1253864","en","Immortals","Theseus is a mortal man chosen by Zeus to lead the fight against the ruthless King Hyperion, who is on a rampage across Greece to obtain a weapon that can destroy humanity.","11.85","/3oM3xqBefB9pyZnHZ5Bkkrv797z.jpg","[{'id':8852,'logo_path':null,'name':'Virgin Produced','origin_country':''},{'id':11761,'logo_path':null,'name':'Mark Canton Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-11-10","226904017","110","[{'iso_639_1':'el','name':'????????????????'},{'iso_639_1':'en','name':'English'}]","Released","The Gods need a hero.","Immortals","false","5.8","1395" +"false","/i7vFnw7Nb8gU8NPKOfqkRnZynRr.jpg","null","24665810","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","","5552","tt0314063","fr","Immortel (ad vitam)","New York City in the year 2095 where genetically altered humans live side by side with unaltered men and women.","7.988","/ycyNgloYgG3IpR9GmRDRvGA5uGG.jpg","[{'id':844,'logo_path':null,'name':'Sofica Valor 6','origin_country':''},{'id':1169,'logo_path':null,'name':'RF2K Productions','origin_country':''},{'id':23872,'logo_path':null,'name':'Force Majeure Productions','origin_country':''},{'id':6246,'logo_path':null,'name':'Medusa Film','origin_country':'IT'},{'id':6586,'logo_path':null,'name':'TPS Star','origin_country':''},{'id':21631,'logo_path':null,'name':'Cofimage 13','origin_country':''},{'id':22366,'logo_path':null,'name':'Natexis Banques Populaires Images 2','origin_country':''},{'id':356,'logo_path':'/9tW5wZEGotn1Ei5pErA88m47XiD.png','name':'TF1 Films Production','origin_country':'FR'},{'id':105,'logo_path':'/pyiNvPJYGz4W2SImgULoG2sn4y4.png','name':'CiBy 2000','origin_country':'FR'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'IT','name':'Italy'}]","2004-03-13","0","103","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Immortal","false","5.9","197" +"false","/jPNjYqMWt9g0fimGzkoM3c28lUW.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","34148","tt0052918","en","Imitation of Life","Lora Meredith, a white single mother who dreams of being on Broadway, has a chance encounter with Annie Johnson, a black widow. Annie becomes the caretaker of Lora's daughter, Suzie, while Lora pursues her stage career. Both women deal with the difficulties of motherhood: Lora's thirst for fame threatens her relationship with Suzie, while Annie's light-skinned daughter, Sarah Jane, struggles with her African-American identity.","5.524","/7Eh9ZVKOhyqyYVlKJBm9J51Qbhu.jpg","[{'id':10330,'logo_path':'/nY62adzeba5GVK8LJYD6yd9R8H4.png','name':'Universal International Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1959-04-30","0","125","[{'iso_639_1':'en','name':'English'}]","Released","Fannie Hurst's best selling novel of today's tormented generation!","Imitation of Life","false","7.3","100" +"false","/bMlinD3ybayN2CtUgAWhUCG206l.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","47921","tt0025301","en","Imitation of Life","A widow and her housekeeper go into business together but almost lose their daughters.","2.331","/kqymXLeKSb8YWQdMiv3nfQjfP2v.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1934-11-26","0","111","[{'iso_639_1':'en','name':'English'}]","Released","Claudette Colbert at her finest in Imitation of Life","Imitation of Life","false","7.2","29" +"false","/otmFl90PAaqPLO57v59MkKMz2nq.jpg","null","4275000","[{'id':14,'name':'Fantasy'},{'id':18,'name':'Drama'}]","http://www.imaginaerum.com/","75204","tt1959409","en","Imaginaerum","Imaginaerum tells the story of an elderly composer, Tom, who suffers from severe dementia. As he has had the disease for years and has regressed into childhood, he remembers practically nothing from his adult life. His music, friends, all his past including the memory of his daughter are a blur in his fragile mind. All he has left is the imagination of a ten year old boy. As he drifts away into coma, it seems impossible to get back what he has lost. Or is it?","4.568","/hpieMxAsLJyieJeLCJv6n6h3Cpr.jpg","[{'id':14551,'logo_path':null,'name':'Capelight Pictures','origin_country':''},{'id':14552,'logo_path':null,'name':'Al!ve AG','origin_country':''}]","[{'iso_3166_1':'FI','name':'Finland'},{'iso_3166_1':'CA','name':'Canada'}]","2012-11-10","0","80","[{'iso_639_1':'en','name':'English'}]","Released","","Imaginaerum","false","5.8","80" +"false","/tmrXLlsnctVVAlbZKBi2tZtoV6x.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","207883","tt1618432","en","I'm in Love with a Church Girl","Miles Montego has it all - cars, boats, good looks, mansion, money, women, but more importantly, he has a past.","2.501","/dj3QN8vjkiJ0TZqcvpUcjrOBvEA.jpg","[{'id':26073,'logo_path':null,'name':'Reverence Gospel Media','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-10-18","0","118","[{'iso_639_1':'en','name':'English'}]","Released","Sometimes God needs to use Extreme Measures to deal with Extreme Circumstances","I'm in Love with a Church Girl","false","5.2","24" +"false","/6gYuLKbP52Zrts5Ob0z67tEwX5X.jpg","null","0","[{'id':35,'name':'Comedy'}]","","34783","tt0052911","en","I'm All Right Jack","Naive Stanley Windrush returns from the war, his mind set on a successful career in business. Much to his own dismay, he soon finds he has to start from the bottom and work his way up, and also that the management as well as the trade union use him as a tool in their fight for power.","2.249","/tEkGPT0uylZDqLvVLKQJ7xa9lFG.jpg","[{'id':8622,'logo_path':null,'name':'Charter Film Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1959-08-18","0","105","[{'iso_639_1':'en','name':'English'}]","Released","","I'm All Right Jack","false","6.9","27" +"false","/fRnuoybfMeswDPBndhpobG6zAe5.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","310121","tt3236120","en","I'll See You in My Dreams","A sudden loss disrupts Carol???s orderly life, propelling her into the dating world for the first time in 20 years. Finally living in the present tense, she finds herself swept up in not one, but two unexpected relationships that challenge her assumptions about what it means to grow old.","7.003","/9VINpMrTwmMNscQYDkcua2PiN3H.jpg","[{'id':52738,'logo_path':null,'name':'Jeff Rice Films','origin_country':''},{'id':52739,'logo_path':null,'name':'Two Flints','origin_country':''},{'id':8714,'logo_path':null,'name':'Northern Lights Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-05-15","7449681","92","[{'iso_639_1':'en','name':'English'}]","Released","","I'll See You in My Dreams","false","6.3","76" +"false","/9LHxuKsf0eEBWbHHLri3wbBbWCZ.jpg","null","170000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","http://www.illmanors.com/","109843","tt1760967","en","Ill Manors","Ensemble film revolving around characters living in Forest Gate, London. Over the course of a few days, six inter-linking stories explore issues of drug use, prostitution and urban poverty.","3.771","/uOFTeOrO6pX4BkrHz2Na0P08YPj.jpg","[{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':21627,'logo_path':null,'name':'Film London','origin_country':''},{'id':21628,'logo_path':null,'name':'Microwave Film','origin_country':''},{'id':21629,'logo_path':null,'name':'Aimimage Productions','origin_country':''},{'id':7352,'logo_path':'/jtH0etKssdTBMcxmVX5mVXsOvEE.png','name':'Gunslinger','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2012-06-06","0","121","[{'iso_639_1':'en','name':'English'}]","Released","We are all products of our environment ...some environments are just harder to survive in","Ill Manors","false","6.2","57" +"false","/7lRnEIvGNuaAV31I3SfnVqFjXpz.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","https://www.facebook.com/pages/Ill-Follow-You-Down/222501401232131","273404","tt2048770","en","I'll Follow You Down","After the disappearance of a young scientist on a business trip, his son and wife struggle to cope, only to make a bizarre discovery years later - one that may bring him home.","4.384","/v5I9ba6qYQ7Zj5CJN1kEc59Up5F.jpg","[{'id':11576,'logo_path':null,'name':'Ontario Media Development Corporation (OMDC)','origin_country':''},{'id':22208,'logo_path':null,'name':'Harold Greenberg Fund','origin_country':''},{'id':24195,'logo_path':null,'name':'Resolute Films and Entertainment','origin_country':'CA'},{'id':806,'logo_path':'/kcNh09qqR2Pkw1JAzRW4CommrW4.png','name':'T??l??film Canada','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2013-07-28","0","93","[{'iso_639_1':'en','name':'English'}]","Released","","I'll Follow You Down","false","6.1","83" +"false","/3pUd5uJgBEKkTR38fmd0omepqXf.jpg","null","11000000","[{'id':18,'name':'Drama'}]","","249164","tt1355630","en","If I Stay","Mia Hall, a talented young cellist, thought the most difficult decision she would ever have to make would be whether to pursue her musical dreams at prestigious Juilliard or follow her heart to be with the love of her life, Adam, a rock singer/guitarist. However, a car wreck changes everything in an instant, and now Mia's life hangs in the balance. Suspended between life and death, Mia faces a choice that will decide her future.","9.627","/isUQKy3cdfN62DfIp0dhl4hD5oc.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-08-21","78874843","106","[{'iso_639_1':'en','name':'English'}]","Released","Live for Love.","If I Stay","false","7.4","2593" +"false","/arcpWGGnUkGkakOwZo7xfPsaz7h.jpg","null","10000000","[{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","2832","tt0309698","en","Identity","Complete strangers stranded at a remote desert motel during a raging storm soon find themselves the target of a deranged murderer. As their numbers thin out, the travelers begin to turn on each other, as each tries to figure out who the killer is.","10.544","/xSNSp2wmCUwFavxdkMF417hBc39.jpg","[{'id':85,'logo_path':null,'name':'Konrad Pictures','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-04-25","0","90","[{'iso_639_1':'en','name':'English'}]","Released","The secret lies within.","Identity","false","7.1","1773" +"false","/crwNKUOVf24JdNbPdVAZVbt6q9X.jpg","null","30000000","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'}]","","7512","tt0387808","en","Idiocracy","To test its top-secret Human Hibernation Project, the Pentagon picks the most average Americans it can find - an Army private and a prostitute - and sends them to the year 2505 after a series of freak events. But when they arrive, they find a civilization so dumbed-down that they're the smartest people around.","12.677","/fPAhLmWdXDuwDPb37ccc6DqkJiw.jpg","[{'id':20992,'logo_path':null,'name':'Ternion Pictures','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-09-01","495303","84","[{'iso_639_1':'en','name':'English'}]","Released","In the future, intelligence is extinct.","Idiocracy","false","6.3","1224" +"false","/ztFmxiUnQCCItWFPW29Rzqs1n1A.jpg","null","0","[{'id':14,'name':'Fantasy'}]","","339503","tt2258399","en","Iconoclast","Iconoclast is the story of a lone warrior who is resurrected by a dark goddess and sent into the wilderness to slay all of the old gods and take their power, so that she can craft him into a powerful weapon to wield against the crusading knights that sweep across the land.","0.6","/GIhkFjaPirlHbBn89SI343CH3r.jpg","[{'id':4924,'logo_path':null,'name':'Hocus Focus Productions','origin_country':''},{'id':53000,'logo_path':null,'name':'Cthulhu Blues Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'NZ','name':'New Zealand'}]","2012-03-22","0","109","[]","Released","the wheel upon which we must all be broken","Iconoclast","false","1.5","2" +"false","/yUq8fOyG1Z39LeLcfUqDRWVimkH.jpg","null","25000000","[{'id':53,'name':'Thriller'},{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","6552","tt0138510","en","Idle Hands","Anton is a cheerful but exceedingly non-ambitious 17-year-old stoner who lives to stay buzzed, watch TV, and moon over Molly, the beautiful girl who lives next door. However, it turns out that the old clich?? about idle hands being the devil's playground has a kernel of truth after all.","6.072","/sRpgxBdFFDwZz9sgl5QiAJV44Sj.jpg","[{'id':6092,'logo_path':null,'name':'Licht/Mueller Film Corporation','origin_country':''},{'id':598,'logo_path':null,'name':'Team Todd','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-04-30","4152230","92","[{'iso_639_1':'en','name':'English'}]","Released","The touching story of a boy and his right hand.","Idle Hands","false","6","283" +"false","/q9MgSS0QvapgerVJ2C0Y6F8jOwx.jpg","null","35000000","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","http://www.identitythiefmovie.com","109431","tt2024432","en","Identity Thief","When a mild-mannered businessman learns his identity has been stolen, he hits the road in an attempt to foil the thief -- a trip that puts him in the path of a deceptively harmless-looking woman.","10.076","/lOF4rI6SxgRsVLW8odsauqnhB9Z.jpg","[{'id':4403,'logo_path':null,'name':'Stuber Productions','origin_country':''},{'id':37361,'logo_path':null,'name':'Aggregate Films','origin_country':''},{'id':37362,'logo_path':null,'name':'DumbDumb','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-02-07","173965010","111","[{'iso_639_1':'en','name':'English'}]","Released","She's having the time of his life","Identity Thief","false","5.8","2172" +"false","/AozEK9FiKZDHedBJrlFAfqCmFoO.jpg","null","0","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","","255692","tt3104304","en","Ice Soldiers","A scientist discovers the bodies of three frozen genetically modified Russians buried in the Canadian North. Upon thawing them out he realizes he has unleashed a deadly threat to Western society and must stop them at all costs.","3.593","/naXjdtDQXK9EeWq2Oy6yP0h2qeT.jpg","[{'id':20066,'logo_path':null,'name':'Bunk 11 Pictures','origin_country':''},{'id':20067,'logo_path':null,'name':'TAJJ Media','origin_country':''},{'id':20068,'logo_path':'/6CEIvevd5R8yNG1nd7zuPd4Y9DT.png','name':'Hideaway Pictures','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2013-12-06","0","95","[{'iso_639_1':'en','name':'English'}]","Released","The Cold War Begins Again.","Ice Soldiers","false","4.2","35" +"false","/lxNCa4FifUuLeUkWUQl2yuf9JnJ.jpg","{'id':8354,'name':'Ice Age Collection','poster_path':'/stQoHvo0q6ZcEkji2Z1wlAxKnDq.jpg','backdrop_path':'/2Mb92Ssoe1eUecvrCe2pEvgAlmv.jpg'}","80000000","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':35,'name':'Comedy'},{'id':12,'name':'Adventure'}]","http://www.iceagemovies.com/films/ice-age-the-meltdown","950","tt0438097","en","Ice Age: The Meltdown","Diego, Manny and Sid return in this sequel to the hit animated movie Ice Age. This time around, the deep freeze is over, and the ice-covered earth is starting to melt, which will destroy the trio's cherished valley. The impending disaster prompts them to reunite and warn all the other beasts about the desperate situation.","17.579","/oQhkGeoVcHuRBsEvxnzd62tIeB6.jpg","[{'id':11749,'logo_path':'/5AzTeZkSCFhiGZ86g2nz8SAHtgy.png','name':'Twentieth Century Fox Animation','origin_country':'US'},{'id':9383,'logo_path':'/ppeMh4iZJQUMm1nAjRALeNhWDfU.png','name':'Blue Sky Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-03-29","660940780","91","[{'iso_639_1':'en','name':'English'}]","Released","The Ice age is melting away.","Ice Age: The Meltdown","false","6.6","5552" +"false","/2ZkYXWejAwpkFkNnOY6nQYcJSPn.jpg","{'id':8354,'name':'Ice Age Collection','poster_path':'/stQoHvo0q6ZcEkji2Z1wlAxKnDq.jpg','backdrop_path':'/2Mb92Ssoe1eUecvrCe2pEvgAlmv.jpg'}","90000000","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':12,'name':'Adventure'}]","http://www.iceagemovies.com/films/ice-age-dawn-of-the-dinosaurs","8355","tt1080016","en","Ice Age: Dawn of the Dinosaurs","Times are changing for Manny the moody mammoth, Sid the motor mouthed sloth and Diego the crafty saber-toothed tiger. Life heats up for our heroes when they meet some new and none-too-friendly neighbors ??? the mighty dinosaurs.","20.511","/crAf8b9gFpcdvY7majL8xWzTbem.jpg","[{'id':9383,'logo_path':'/ppeMh4iZJQUMm1nAjRALeNhWDfU.png','name':'Blue Sky Studios','origin_country':'US'},{'id':11749,'logo_path':'/5AzTeZkSCFhiGZ86g2nz8SAHtgy.png','name':'Twentieth Century Fox Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-06-29","886686817","94","[{'iso_639_1':'en','name':'English'}]","Released","You Won't Believe Your Ice!","Ice Age: Dawn of the Dinosaurs","false","6.6","4370" +"false","/tZGKKeWGejt63jiSdi7MTAjCFE9.jpg","{'id':8354,'name':'Ice Age Collection','poster_path':'/stQoHvo0q6ZcEkji2Z1wlAxKnDq.jpg','backdrop_path':'/2Mb92Ssoe1eUecvrCe2pEvgAlmv.jpg'}","95000000","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'}]","http://www.iceagemovies.com/films/ice-age-continental-drift","57800","tt1667889","en","Ice Age: Continental Drift","Manny, Diego, and Sid embark upon another adventure after their continent is set adrift. Using an iceberg as a ship, they encounter sea creatures and battle pirates as they explore a new world.","18.921","/u30xsZd3mijrdBKA6CeDsozx48g.jpg","[{'id':11749,'logo_path':'/5AzTeZkSCFhiGZ86g2nz8SAHtgy.png','name':'Twentieth Century Fox Animation','origin_country':'US'},{'id':9383,'logo_path':'/ppeMh4iZJQUMm1nAjRALeNhWDfU.png','name':'Blue Sky Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-06-26","877244782","88","[{'iso_639_1':'en','name':'English'}]","Released","Manny, Diego, and Sid embark upon another adventure after their continent is set adrift.","Ice Age: Continental Drift","false","6.3","4402" +"false","/kXZk3v0YPKysLj6J9oimbuxpmCW.jpg","null","0","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':10770,'name':'TV Movie'}]","http://www.blueskystudios.com","79218","tt2100546","en","Ice Age: A Mammoth Christmas","When Sid accidentally destroys Manny's heirloom Christmas rock and ends up on Santa's naughty list, he leads a hilarious quest to the North Pole to make things right and ends up making things much worse. Now it's up to Manny and his prehistoric posse to band together and save Christmas for the entire world!","11.567","/bBKkG54YXVTFCKeZ4a5pmRubTQg.jpg","[{'id':11749,'logo_path':'/5AzTeZkSCFhiGZ86g2nz8SAHtgy.png','name':'Twentieth Century Fox Animation','origin_country':'US'},{'id':9383,'logo_path':'/ppeMh4iZJQUMm1nAjRALeNhWDfU.png','name':'Blue Sky Studios','origin_country':'US'},{'id':2787,'logo_path':null,'name':'Reel FX Creative Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-11-24","0","26","[{'iso_639_1':'en','name':'English'}]","Released","Why am I on Santa's naughty list? Why? Why?","Ice Age: A Mammoth Christmas","false","6.2","307" +"false","/t39TYfMtZMCPjBc5q3arKuYiqFq.jpg","null","5000000","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':10749,'name':'Romance'},{'id':53,'name':'Thriller'}]","","216374","tt2179087","en","I Will Follow You Into the Dark","A woman reeling from the death of her parents becomes attached to an alluring man whose sudden disappearance sends her and her friends into a haunted high-rise to find him.","2.884","/vi1EX3pUdZInyKwT3k7WsRuV1Vn.jpg","[{'id':5357,'logo_path':null,'name':'Zero Gravity Management','origin_country':''},{'id':13894,'logo_path':null,'name':'Castlight Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-12-20","0","107","[{'iso_639_1':'en','name':'English'}]","Released","How far would you go to find the one you love?","I Will Follow You Into the Dark","false","4.3","27" +"false","/4HYq2w38M8ok96R2RKxjsqqfvo.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","https://www.facebook.com/isazh","279997","tt2536124","en","I Survived a Zombie Holocaust","From the land of early Peter Jackson comes another Braindead movie in bad taste. It???s the third day of shooting the low budget horror ???Tonight They Come??? on location in the wilds of New Zealand. Director SMP is already beside himself having to work with a self-obsessed leading man and a bimbo actress when into his line of fire comes a new runner, wannabe screenwriter Wesley Pennington. Clearly an accident-prone nerd, Wesley nevertheless tries his best to fit in with the crazed cast and demented crew while falling head over heels for Susan, the set caterer. But something nasty has entered the local water supply and suddenly the zombie extras start acting like genuine members of the living dead, gore stunts looks even more authentic and actual severed limbs fly. Reel life turns real as Wesley attempts to save the day while ensuring his latest script will get made.","1.631","/6gn2cL63dkTSAOqC9gmwytsvAkk.jpg","[{'id':61014,'logo_path':null,'name':'38 Pictures Films','origin_country':''}]","[{'iso_3166_1':'NZ','name':'New Zealand'}]","2014-08-25","0","104","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","Shoot, Cut, Stay Alive","I Survived a Zombie Holocaust","false","5.5","22" +"false","/iaFSFtxX02lXsT2zQHiykNSj7YP.jpg","{'id':3601,'name':'I Know What You Did Last Summer Collection','poster_path':'/2g6Ui3CCNcDtL4wasCziivogpfW.jpg','backdrop_path':'/g7RBq92ijQg1MAF2hF69rWT6Ux8.jpg'}","65000000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","3600","tt0130018","en","I Still Know What You Did Last Summer","Unfinished business with coed Julie James brings the murderer to the Bahamas to terrorize her and her friends, Karla, Tyrell and Will, during a vacation. Can Ray Bronson who survived a bloody attack alongside Julie two summers ago, get to the island in time to save everyone?","9.588","/j4s1TK90tZWZj7lQ84UDJXHI9Kh.jpg","[{'id':1464,'logo_path':null,'name':'Summer Knowledge LLC','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':1236,'logo_path':null,'name':'Mandalay Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-11-13","40002112","100","[{'iso_639_1':'en','name':'English'}]","Released","Someone is dying for a second chance.","I Still Know What You Did Last Summer","false","5.2","684" +"false","/g9V4nHoYaWCcZ43VB1v2aF2X0R.jpg","{'id':219691,'name':'I Spit on Your Grave Collection','poster_path':'/twoKFP4fjfOReWw8U13P39cj8xG.jpg','backdrop_path':'/y0UVHxtgIT1TtArCibBtk7wKnfT.jpg'}","2000000","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':27,'name':'Horror'}]","","43947","tt1242432","en","I Spit on Your Grave","A remake of the 1979 controversial cult classic, I Spit on Your Grave retells the horrific tale of writer Jennifer Hills who takes a retreat from the city to a charming cabin in the woods to start on her next book. But Jennifer's presence in the small town attracts the attention of a few morally deprived locals led by Johnny, the town's service station owner, his two co-workers, Andy and Stanley, who along with their socially and mentally challenged friend Matthew, set out one night to teach this city girl a lesson.","12.75","/7hA8FfUAwBJut4MSIhR6eCF8li7.jpg","[{'id':5860,'logo_path':null,'name':'Anchor Bay Films','origin_country':'US'},{'id':21624,'logo_path':null,'name':'Family of the Year Productions','origin_country':''},{'id':10399,'logo_path':null,'name':'CineTel Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-06-17","572809","108","[{'iso_639_1':'en','name':'English'}]","Released","It's Date Night","I Spit on Your Grave","false","6.4","936" +"false","/8PUnfgnw615Ii8obYnIdGd4DINU.jpg","null","120000000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","","2048","tt0343818","en","I, Robot","In 2035, where robots are common-place and abide by the three laws of robotics, a techno-phobic cop investigates an apparent suicide. Suspecting that a robot may be responsible for the death, his investigation leads him to believe that humanity may be in danger.","26.213","/2mkFzf168xJrV6Leqq0bjqOlJCK.jpg","[{'id':19354,'logo_path':null,'name':'Mediastream Vierte Film GmbH & Co. Vermarktungs KG','origin_country':''},{'id':1302,'logo_path':'/kQZtJdyphCmq292iGDqlUx0yk2D.png','name':'Davis Entertainment','origin_country':'US'},{'id':415,'logo_path':null,'name':'Laurence Mark Productions','origin_country':''},{'id':19355,'logo_path':null,'name':'Canlaws Productions','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'},{'id':907,'logo_path':'/ca5SWI5uvU985f8Kbb4xc8AmVWH.png','name':'Overbrook Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'DE','name':'Germany'}]","2004-07-15","347234916","115","[{'iso_639_1':'en','name':'English'}]","Released","Laws are made to be broken.","I, Robot","false","6.8","6607" +"false","/1IfS3Y7D6ITaXU2pHKuxHuFyW3G.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':18,'name':'Drama'}]","","244267","tt2884206","en","I Origins","I Origins follows a molecular biologist studying the evolution of the human eye. He finds his work permeating his life after a brief encounter with an exotic young woman who slips away from him. As his research continues years later with his lab partner, they make a stunning scientific discovery that has far reaching implications and complicates both his scientific and and spiritual beliefs. Traveling half way around the world, he risks everything he has ever known to validate his theory.","9.011","/wyC666XyqCGlPEkmS7JkvoWYduF.jpg","[{'id':36186,'logo_path':null,'name':'Bersin Pictures','origin_country':''},{'id':22632,'logo_path':null,'name':'Verisimilitude','origin_country':''},{'id':36187,'logo_path':null,'name':'WeWork Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-07-18","336472","106","[{'iso_639_1':'en','name':'English'}]","Released","","I Origins","false","7.6","1747" +"false","/c6tx2v4DCiiHqJZhGd1dq1jJpn9.jpg","null","85000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://www.chuckandlarry.com/index.php","3563","tt0762107","en","I Now Pronounce You Chuck & Larry","Firefighters Chuck Ford and Larry Valentine are guy's guys, loyal to the core ??? which is why, when widower Larry asks Chuck to pose as his gay lover so that he can get domestic partner benefits for his kids, his buddy agrees. However, things get dicey when a bureaucrat comes calling, and the boys are forced to present a picture of domestic bliss.","8.36","/9CrSPxDr7r01coqofKghYiGplAc.jpg","[{'id':2608,'logo_path':'/g3YRudXiQzHesQqRXvnhFpMzfkU.png','name':'Happy Madison Productions','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-07-12","186072214","115","[{'iso_639_1':'en','name':'English'}]","Released","They're as straight as can be, but don't tell anyone.","I Now Pronounce You Chuck & Larry","false","5.9","1108" +"false","/vxmuG9yKRrsGQGgUzBIMvR5HgQf.jpg","null","5300000","[{'id':12,'name':'Adventure'}]","","292127","tt2077766","de","I Love Your Moves","After moving to America from his home in Russia, Ari, an awkward teen, has trouble making friends and adapting to his new life. But everything changes when he falls in love with Paris, who's not only the most popular girl in school but also a champion ballroom dancer. To get closer to Paris, Ari joins the school's ballroom team, unaware of the secret from his past that will help him succeed.","0.6","/3htMlBAPynAIGem2KGobla4rZbY.jpg","[{'id':7901,'logo_path':null,'name':'Harmony Gold','origin_country':''},{'id':33273,'logo_path':null,'name':'The Border Productions','origin_country':''},{'id':33274,'logo_path':null,'name':'Cinemotion 21st Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-03-01","0","100","[{'iso_639_1':'en','name':'English'}]","Released","Follow the rhythem of your heart","I Love Your Moves","false","8.2","3" +"false","/xImbM4eokn6qqbTAXGCPjMUKGtP.jpg","null","13000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","8952","tt1045772","en","I Love You Phillip Morris","Steve Russell is a small-town cop. Bored with his bland lifestyle, Russell turns to fraud as a means of shaking things up. Before long, Russell's criminal antics have landed him behind bars, where he encounters the charismatic Phillip Morris. Smitten, Russell devotes his entire life to being with Morris regardless of the consequences.","8.178","/qtAuWLGQ7N4PNQ6boZeqqoUY2l9.jpg","[{'id':6896,'logo_path':'/2Q89KvzxTKB5BAv9RqFIPI1qb7E.png','name':'EuropaCorp','origin_country':'FR'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-01-18","20722843","98","[{'iso_639_1':'en','name':'English'}]","Released","The Conman who wouldn't go straight.","I Love You Phillip Morris","false","6.4","841" +"false","/A3D37AUJvB2wFGFtAxJlwUsoIgz.jpg","null","41000000","[{'id':35,'name':'Comedy'}]","http://www.iloveyouman.com/","16538","tt1155056","en","I Love You, Man","Peter Klaven is a successful real estate agent who, upon getting engaged to the woman of his dreams, Zooey, discovers, to his dismay and chagrin, that he has no male friend close enough to serve as his Best Man. Peter immediately sets out to rectify the situation, embarking on a series of bizarre and awkward ""man-dates.""","9.933","/gFL5cazCOhgsoO2mQuYPMdFekfE.jpg","[{'id':2364,'logo_path':'/oZyR5maGM96jReVgW7oJ7mXN8ts.png','name':'The Montecito Picture Company','origin_country':'US'},{'id':2609,'logo_path':'/ocmrEBfmecJvrbIM4C50vjYWtlq.png','name':'De Line Pictures','origin_country':'US'},{'id':3194,'logo_path':null,'name':'Bernard Gayle Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-03-20","91636986","105","[{'iso_639_1':'en','name':'English'}]","Released","He needed a best man... He got the worst.","I Love You, Man","false","6.5","864" +"false","/yhPACm8sW0tL2oK3R3hLmn0nfBb.jpg","null","18000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://www.iloveyoubethcoopermovie.com/","19840","tt1032815","en","I Love You, Beth Cooper","A valedictorian's declaration of love for a high-school cheerleader launches a night of revelry, reflection and romance for a group of graduating seniors.","12.275","/xqCKWj5REwnTC1a7k1wwO2pudZw.jpg","[{'id':289,'logo_path':null,'name':'Ingenious Film Partners','origin_country':''},{'id':2890,'logo_path':'/sylRB38BNx3YFW3T6qV9RAXH3UU.png','name':'Fox Atomic','origin_country':''},{'id':436,'logo_path':'/A7WCkG3F0NFvjGCwUnclpGdIu9E.png','name':'1492 Pictures','origin_country':'US'},{'id':11755,'logo_path':null,'name':'Bece Canada Productions','origin_country':''},{'id':6332,'logo_path':null,'name':'Dune Entertainment III','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2009-07-10","15345201","102","[{'iso_639_1':'en','name':'English'}]","Released","Popularity is nice. Popular girls are not.","I Love You, Beth Cooper","false","5.2","352" +"false","/3s1jogOznYmG0xPqHE45D5ir3bx.jpg","{'id':3601,'name':'I Know What You Did Last Summer Collection','poster_path':'/2g6Ui3CCNcDtL4wasCziivogpfW.jpg','backdrop_path':'/g7RBq92ijQg1MAF2hF69rWT6Ux8.jpg'}","17000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","3597","tt0119345","en","I Know What You Did Last Summer","As they celebrate their high school graduation, four friends are involved in a hit-and-run accident when their car hits and apparently kills a pedestrian on an isolated roadway. They dispose of the body and vow to keep the incident a secret, a year later somebody starts sending them letters bearing the warning ""I Know What You Did Last Summer"".","11.316","/cruOfvjIqMTbOQxld8SpM8OzVnf.jpg","[{'id':1464,'logo_path':null,'name':'Summer Knowledge LLC','origin_country':''},{'id':1236,'logo_path':null,'name':'Mandalay Entertainment','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-10-17","125586134","100","[{'iso_639_1':'en','name':'English'}]","Released","If you're going to bury the truth, make sure it stays buried.","I Know What You Did Last Summer","false","5.8","1271" +"false","/9498vD4khnvpiKIWgr0KyxtThxS.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","150117","tt2244901","en","I Give It a Year","After a quick courtship, two lovers hastily decide to tie the knot. As their first year of marriage unfolds, temptation and incompatibility put their relationship in jeopardy.","6.619","/d05UThmFSAUD6FTHNjYxhrmdTec.jpg","[{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':255,'logo_path':null,'name':'Paradis Films','origin_country':'FR'},{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'},{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'},{'id':20664,'logo_path':'/iRrZpxnYNDnVXJkr6HiLgSLlqRc.png','name':'Anton Capital Entertainment (ACE)','origin_country':''},{'id':26387,'logo_path':null,'name':'LOVEFiLM International','origin_country':''},{'id':57778,'logo_path':null,'name':'Starcrossed Films','origin_country':''},{'id':10611,'logo_path':'/zQ4fGaEnNkWfSzyygXRcUZwPmDG.png','name':'Cin??+','origin_country':'FR'},{'id':356,'logo_path':'/9tW5wZEGotn1Ei5pErA88m47XiD.png','name':'TF1 Films Production','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2013-02-08","28234657","97","[{'iso_639_1':'en','name':'English'}]","Released","","I Give It a Year","false","5.4","477" +"false","/rzzabQ2HNUDil53Zfueu0iyasgB.jpg","null","65000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.ifrankensteinfilm.com","100241","tt1418377","en","I, Frankenstein","200 years after his shocking creation, Dr. Frankenstein's creature, Adam, still walks the earth. But when he finds himself in the middle of a war over the fate of humanity, Adam discovers he holds the key that could destroy humankind.","11.238","/7DhoIiGPXDhKHy4sjghAAOloPJM.jpg","[{'id':737,'logo_path':'/dK1GZ1u4our8sJW0Sts1JHeNSLn.png','name':'Sidney Kimmel Entertainment','origin_country':'US'},{'id':13788,'logo_path':null,'name':'Hopscotch Films','origin_country':''},{'id':126,'logo_path':'/kADPanRDkKTxncPXXVahvHPUvCj.png','name':'Lakeshore Entertainment','origin_country':'US'},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'AU','name':'Australia'}]","2014-01-22","71154592","92","[{'iso_639_1':'en','name':'English'}]","Released","In the battle between good and evil, an immortal holds the key","I, Frankenstein","false","5.2","1050" +"false","/dv7Dx98ZHASTVPo7fytbIq7xAha.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","128081","tt2133239","en","I Declare War","Summer war games between the neighborhood kids turns deadly serious when jealousy and betrayal enter the mix, in this alternately hilarious and horrifying black comedy that mixes equal parts Lord of the Flies and Roald Dahl.","2.001","/cF8vVuKCtYajHLCS1HG7ajIfoHC.jpg","[{'id':18956,'logo_path':null,'name':'Samaritan Entertainment','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2013-05-10","0","94","[{'iso_639_1':'en','name':'English'}]","Released","Rules were made to be broken.","I Declare War","false","6.3","37" +"false","/dtHYfr21a8XlpyEl6mh89LQwd4F.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':10752,'name':'War'}]","","259453","tt2717318","en","I Am Soldier","I Am Soldier follows Mickey Tomlinson (Tom Hughes), a military chef, who attempts the most dangerous military selection known to man: The Special Air Service (S.A.S.) selection. The S.A.S. Is the United Kingdom's most renowned Special Forces Regiment, tasked with life threatening missions in some of the most dangerous places on the planet. Mickey has more military experience than simply being a chef, something he doesn't let on to the other candidates... Mickey is smashed by this selection process - his mind, body and soul scream for mercy as he endures torturous speed-marches over the steepest mountains, running for his life during 'Escape and Evasion' and then facing the most evil interrogation possible, during the deadly phase known as: 'Tactical Questioning.' Even after everything, there is still only one way you can really prove yourself: in combat... Many try to get into the S.A.S. Only the elite make it.","3.006","/3HSBdnfOOcKWv1fwgM4f0bDHGW3.jpg","[{'id':13161,'logo_path':null,'name':'Tea Shop & Film Company','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-03-17","0","84","[{'iso_639_1':'en','name':'English'}]","Released","","I Am Soldier","false","5.2","40" +"false","/uAYP25A0J9QviKTqsrHrJs7a9Qi.jpg","null","0","[{'id':18,'name':'Drama'},{'id':99,'name':'Documentary'},{'id':35,'name':'Comedy'}]","","298445","tt2526846","en","I Am Santa Claus","Everyone thinks of Santa Claus as a magical figure without flaws, but the men who keep his legend alive, real-bearded professional Santas, are nothing like the jolly ol' Saint Nick we've all grown up knowing. In reality, the mall Santa in your cherished children's photo has problems just like the rest of us. Even the jolliest of men fall victim to divorce, job loss, insecurity and even the occasional hangover. 'I Am Santa Claus' is a documentary that follows the lives of five real-bearded professional Santa Clauses as they anticipate and prepare the coming holiday season while showing them for who they actually are flawed, flesh and blood men who feel an overbearing responsibility to protect the integrity of the spotless, untarnished reputation of the ""Red Suit.""","1.87","/lNrWm9E8tMUaDcdJhB92aNJaRQp.jpg","[{'id':70839,'logo_path':null,'name':'Double Windsor Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-11-04","0","89","[{'iso_639_1':'en','name':'English'}]","Released","","I Am Santa Claus","false","6.4","24" +"false","/fMdkQ9aDwaWVMRUVapnjZjYMsBe.jpg","null","0","[{'id':10402,'name':'Music'},{'id':35,'name':'Comedy'}]","","86274","tt1727300","en","Hunky Dory","Musical film about the trials and tribulations of an idealistic drama teacher as she tries to put on the end of year show.","1.96","/xiU2z8Jh6Pff6Uq61pgXVWdMvTl.jpg","[]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2011-10-25","0","110","[{'iso_639_1':'en','name':'English'}]","Released","","Hunky Dory","false","5.4","12" +"false","/u6Qg7TH7Oh1IFWCQSRr4htFFt0A.jpg","null","150000000","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","http://iamlegend.warnerbros.com/","6479","tt0480249","en","I Am Legend","Robert Neville is a scientist who was unable to stop the spread of the terrible virus that was incurable and man-made. Immune, Neville is now the last human survivor in what is left of New York City and perhaps the world. For three years, Neville has faithfully sent out daily radio messages, desperate to find any other survivors who might be out there. But he is not alone.","16.676","/6OA0I8hhW9zftWoCYxJAzXW9UIN.jpg","[{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':433,'logo_path':null,'name':'Weed Road Pictures','origin_country':'US'},{'id':333,'logo_path':'/5xUJfzPZ8jWJUDzYtIeuPO4qPIa.png','name':'Original Film','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':437,'logo_path':'/nu20mtwbEIhUNnQ5NXVhHsNknZj.png','name':'Heyday Films','origin_country':'GB'},{'id':907,'logo_path':'/ca5SWI5uvU985f8Kbb4xc8AmVWH.png','name':'Overbrook Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-12-14","585349010","101","[{'iso_639_1':'en','name':'English'}]","Released","The last man on Earth is not alone","I Am Legend","false","7.1","8571" +"false","/74Snr9uFmovkZ4AZfRwGmWigspd.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","87504","tt1477855","en","Hyde Park on Hudson","The story of the love affair between FDR and his distant cousin Margaret Stuckley, centered around the weekend in 1939 when the King and Queen of the United Kingdom visited upstate New York.","6.114","/3mbfrCzlXlzO5kDTq2Qgj9EefYz.jpg","[{'id':39509,'logo_path':null,'name':'Free Range Films','origin_country':''},{'id':4793,'logo_path':null,'name':'Daybreak Pictures','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2012-12-07","8887603","94","[{'iso_639_1':'en','name':'English'}]","Released","The President. The First Lady. The King. The Queen. The Mother. The Mistress...One weekend would unite two great nations...After cocktails of course.","Hyde Park on Hudson","false","5.3","110" +"false","/viln9CzkYWLf6wjtuNlRgSfyCgG.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","10360","tt0986233","en","Hunger","The story of Bobby Sands, the IRA member who led the 1981 hunger strike in which Republican prisoners tried to win political status. It dramatises events in the Maze prison in the six weeks prior to Sands??? death.","8.779","/397BUdT1bIt9tICgq7wSbF05Dsy.jpg","[{'id':2600,'logo_path':'/ePDVrW3gJCd3kxi8ucLckJoG3Bu.png','name':'Blast! Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2008-05-15","2724474","96","[{'iso_639_1':'en','name':'English'}]","Released","An odyssey, in which the smallest gestures become epic and when the body is the last resource for protest.","Hunger","false","7.3","539" +"false","/mAXgaPxxUQg6U446yz8KPRYSUT.jpg","null","170000000","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","http://www.hugomovie.com/","44826","tt0970179","en","Hugo","Orphaned and alone except for an uncle, Hugo Cabret lives in the walls of a train station in 1930s Paris. Hugo's job is to oil and maintain the station's clocks, but to him, his more important task is to protect a broken automaton and notebook left to him by his late father. Accompanied by the goddaughter of an embittered toy merchant, Hugo embarks on a quest to solve the mystery of the automaton and find a place he can call home.","14.438","/rSmmVKeW3nsP86V2S6R7ePs4CFw.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':2691,'logo_path':null,'name':'Infinitum Nihil','origin_country':''},{'id':3281,'logo_path':'/8tMybAieh64uzvm8knSjXOFX8Qc.png','name':'GK Films','origin_country':'GB'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2011-11-22","185770160","126","[{'iso_639_1':'en','name':'English'}]","Released","One of the most legendary directors of our time takes you on an extraordinary adventure.","Hugo","false","7.1","3924" +"false","/xk54VrAwFH3FqVdcV4fZOrMEeEq.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","90232","tt1815746","en","Humans vs Zombies","Dark Comedy and Horror unite in this satirical thriller based on the ""Live Action Role-Playing"" game of the same name. Students on summer break are exposed to a deadly virus that is spread rapidly through direct human contact. The infected become enslaved by the invading ""swarm"" intelligence and driven by an insatiable appetite to consume human flesh. Returning home, the students spread the infection to their fellow classmates and other unsuspecting townspeople.","1.02","/hjVNeHqZzNIMAwW8KAlvMHkwWZp.jpg","[{'id':14649,'logo_path':null,'name':'Studio 3 Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-11-11","0","105","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","The infection has begun.","Humans vs Zombies","false","4.3","10" +"false","/b6rXH9f1UMP01qtyN5LiBX4ubIU.jpg","null","50000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'},{'id':12,'name':'Adventure'}]","http://www.findnumberfour.com/","46529","tt1464540","en","I Am Number Four","A teenage fugitive with an incredible secret races to stay one step ahead of the mysterious forces seeking destroy him in this sci-fi action thriller. With three dead and one on the run, the race to find the elusive Number Four begins. Outwardly normal teen John Smith never gets too comfortable in the same identity, and along with his guardian, Henri, he is constantly moving from town to town. With each passing day, John gains a stronger grasp on his extraordinary new powers, and his bond to the beings that share his fantastic fate grows stronger.","15.231","/36E6t6YgzT4mwgqNt5XbcV4MRNU.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':6733,'logo_path':null,'name':'Reliance Big Entertainment','origin_country':''},{'id':6734,'logo_path':null,'name':'Bay Films','origin_country':''},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-02-18","144492830","109","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","Three like him have already been killed???he is Number Four.","I Am Number Four","false","6","2694" +"false","/ds5ijyZjCs4DbkQrHvDaIEEAJoA.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","107020","tt2128679","en","Huff","A woman steals her abusive boyfriend's drug money for her three teenage daughters to seek better lives for themselves and a bloody pursuit ensues.","1.035","/A5Nmt6EXSRGIHjj9Csabvklxphf.jpg","[{'id':44753,'logo_path':null,'name':'Windchaser Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-04-05","0","","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","By the hair of your chin, don't let him in!","Huff","false","5.1","5" +"false","/biED5BtLphULJdY8deefHOEnVAK.jpg","null","137000000","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","","1927","tt0286716","en","Hulk","Bruce Banner, a genetics researcher with a tragic past, suffers massive radiation exposure in his laboratory that causes him to transform into a raging green monster when he gets angry.","19.756","/ogCQV6mnLtCJuiiHtMB83jvSRfY.jpg","[{'id':19551,'logo_path':'/2WpWp9b108hizjHKdA107hFmvQ5.png','name':'Marvel Enterprises','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':10565,'logo_path':null,'name':'Good Machine','origin_country':'US'},{'id':11533,'logo_path':'/tWM9pmzVYxok4GbQIttxdcml1yT.png','name':'Valhalla Motion Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-06-19","245360480","138","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Unleash the hero within","Hulk","false","5.4","2955" +"false","/dEhTNJ7RoFC5C72jFVXoVLYBeb4.jpg","{'id':89137,'name':'How to Train Your Dragon Collection','poster_path':'/4tBKIkPLFMkiZETjAMOHNoty8B1.jpg','backdrop_path':'/vBSuGU5OyJ5lGamkqXo2kVAe01F.jpg'}","165000000","[{'id':14,'name':'Fantasy'},{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","http://www.howtotrainyourdragon.com/","10191","tt0892769","en","How to Train Your Dragon","As the son of a Viking leader on the cusp of manhood, shy Hiccup Horrendous Haddock III faces a rite of passage: he must kill a dragon to prove his warrior mettle. But after downing a feared dragon, he realizes that he no longer wants to destroy it, and instead befriends the beast ??? which he names Toothless ??? much to the chagrin of his warrior father","45.052","/hIXX3IRFy0InUOmYeWjvhCAgQNj.jpg","[{'id':521,'logo_path':'/kP7t6RwGz2AvvTkvnI1uteEwHet.png','name':'DreamWorks Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-03-10","494878759","100","[{'iso_639_1':'en','name':'English'}]","Released","One adventure will change two worlds","How to Train Your Dragon","false","7.7","7266" +"false","/2WmdaMjTufY8MIRe4SBmo22haaM.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","75802","tt1435513","en","Hysteria","Two doctors in Victorian England use manual stimulation of female genitalia to cure their patients' ills, leading to the invention of the vibrator.","8.427","/1vtHZYTBS5iRA5ADibY6cwU7Ffm.jpg","[{'id':9321,'logo_path':null,'name':'Forthcoming Productions','origin_country':''},{'id':9323,'logo_path':null,'name':'Beachfront Films','origin_country':''},{'id':9324,'logo_path':null,'name':'Chimera Films LLC','origin_country':''},{'id':9325,'logo_path':null,'name':'Informant Media','origin_country':''},{'id':94,'logo_path':'/huC7HqorvUThGIrENrbcHmQVUA0.png','name':'ARTE France Cin??ma','origin_country':'FR'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'LU','name':'Luxembourg'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'CH','name':'Switzerland'}]","2011-06-06","9504139","100","[{'iso_639_1':'en','name':'English'}]","Released","A comedy about the birth of the vibrator in Victorian England.","Hysteria","false","6.7","430" +"false","/4tGGDGUFcZNvjkTqVKoDnFqKbar.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://www.focusfeatures.com/i_am_ali","293262","tt4008652","en","I Am Ali","Unprecedented access to Muhammad Ali's personal archive of ""audio journals"" as well as interviews and testimonials from his inner circle of family and friends are used to tell the legend's life story.","3.253","/sngOKT4Eg0rpUnmodzlAhbLOIGO.jpg","[{'id':10146,'logo_path':'/xnFIOeq5cKw09kCWqV7foWDe4AA.png','name':'Focus Features','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-10-10","7205","111","[{'iso_639_1':'en','name':'English'}]","Released","Fighter. Lover. Brother. Father.","I Am Ali","false","7","38" +"false","/kxMnGToxk5EtDhTBuz3kkZPzg1b.jpg","{'id':89137,'name':'How to Train Your Dragon Collection','poster_path':'/4tBKIkPLFMkiZETjAMOHNoty8B1.jpg','backdrop_path':'/vBSuGU5OyJ5lGamkqXo2kVAe01F.jpg'}","145000000","[{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","http://www.howtotrainyourdragon.com/","82702","tt1646971","en","How to Train Your Dragon 2","The thrilling second chapter of the epic How To Train Your Dragon trilogy brings back the fantastical world of Hiccup and Toothless five years later. While Astrid, Snotlout and the rest of the gang are challenging each other to dragon races (the island's new favorite contact sport), the now inseparable pair journey through the skies, charting unmapped territories and exploring new worlds. When one of their adventures leads to the discovery of a secret ice cave that is home to hundreds of new wild dragons and the mysterious Dragon Rider, the two friends find themselves at the center of a battle to protect the peace.","42.579","/lRjOR4uclMQijUav4OjeZprlehu.jpg","[{'id':521,'logo_path':'/kP7t6RwGz2AvvTkvnI1uteEwHet.png','name':'DreamWorks Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-06-09","609123048","102","[{'iso_639_1':'en','name':'English'}]","Released","The training is over.","How to Train Your Dragon 2","false","7.7","5327" +"false","/ilq2p7qQ8QSYcD8V33PMvovBUXN.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':10749,'name':'Romance'}]","","3001","tt0060522","en","How to Steal a Million","A woman must steal a statue from a Paris museum to help conceal her father's art forgeries.","7.576","/iwvS2LwATS6vNI0WqZbEc81BOql.jpg","[{'id':1286,'logo_path':null,'name':'World Wide Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1966-07-13","0","123","[{'iso_639_1':'en','name':'English'}]","Released","A movie about those who appreciate the finest things in life... for free!","How to Steal a Million","false","7.6","243" +"false","/hbIPlNXYnK2EKAYoa9l34CrkvQJ.jpg","null","22000000","[{'id':18,'name':'Drama'}]","","10950","tt0277027","en","I Am Sam","Sam has the mental capacity of a 7-year-old. He has a daughter with a homeless woman who abandons them when they leave the hospital, leaving Sam to raise Lucy on his own. But as Lucy grows up, Sam's limitations start to become a problem and the authorities take her away. Sam shames high-priced lawyer Rita into taking his case pro bono and in turn teaches her the value of love and family.","8.018","/9M24jRJetTjiw17kS4scTtlPoPl.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-12-28","92542418","132","[{'iso_639_1':'en','name':'English'}]","Released","love is all you need","I Am Sam","false","7.4","989" +"false","/yQTyCeQLVDH25BdeVKEjbaBYNki.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://tribecafilm.com/tribecafilm/filmguide/how-to-make-money-selling","124071","tt1276962","en","How to Make Money Selling Drugs","Ten easy steps show you how to make money from drugs, featuring a series of interviews with drug dealers, prison employees, and lobbyists arguing for tougher drug laws.","3.893","/4nvmCvYOEYjVTlKDyyMCQkibun3.jpg","[{'id':3924,'logo_path':null,'name':'Bert Marcus Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-09-07","0","96","[{'iso_639_1':'en','name':'English'}]","Released","","How to Make Money Selling Drugs","false","6.9","56" +"false","/rDunLaDBXfULz4oju8JOzSbkNle.jpg","null","50000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","9919","tt0251127","en","How to Lose a Guy in 10 Days","An advice columnist, Andie Anderson (Kate Hudson), tries pushing the boundaries of what she can write about in her new piece about how to get a man to leave you in 10 days. Her editor, Lana (Bebe Neuwirth), loves it, and Andie goes off to find a man she can use for the experiment. Enter executive Ben Berry (Matthew McConaughey), who is so confident in his romantic prowess that he thinks he can make any woman fall in love with him in 10 days. When Andie and Ben meet, their plans backfire.","12.565","/aiB7u6xZ9RWeDTQ7c92J8AoiHj3.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2003-02-07","177371441","116","[{'iso_639_1':'en','name':'English'}]","Released","One of them is lying. So is the other.","How to Lose a Guy in 10 Days","false","6.6","1709" +"false","/wWPJpoCGNq3cDYbFqPTWtvJSzqs.jpg","null","123000000","[{'id':10751,'name':'Family'},{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'}]","http://www.grinched.com/","8871","tt0170016","en","How the Grinch Stole Christmas","Inside a snowflake exists the magical land of Whoville. In Whoville, live the Whos, an almost mutated sort of Munchkin-like people. All the Whos love Christmas, yet just outside of their beloved Whoville lives the Grinch. The Grinch is a nasty creature that hates Christmas, and plots to steal it away from the Whos, whom he equally abhors. Yet a small child, Cindy Lou Who, decides to try befriending the Grinch.","14.844","/vQfgNHbcIWS2j3AAAzLOtPUGVmB.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':23,'logo_path':'/mkxNjThahj5pvntvYKVpMbWXm3D.png','name':'Imagine Entertainment','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2000-11-17","345141403","104","[{'iso_639_1':'en','name':'English'}]","Released","He puts the mean in green.","How the Grinch Stole Christmas","false","6.6","3454" +"false","/4jrOUW5EA5NSMnXIJXUcK4Bny9n.jpg","null","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':10752,'name':'War'}]","","162215","tt1894476","en","How I Live Now","An American girl on holiday in the English countryside with her family finds herself in hiding and fighting for her survival as war breaks out.","8.719","/p2uUWeuPTePuofay6oClacXnHrC.jpg","[{'id':16877,'logo_path':null,'name':'BFI Film Fund','origin_country':'GB'},{'id':11594,'logo_path':'/fOQ18TmeTzQaVLiMayYGfc5uzoL.png','name':'Passion Pictures','origin_country':''},{'id':245,'logo_path':'/9oyhlRJFKrGPmhbRseNbuD9H6dN.png','name':'Cowboy Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2013-09-10","0","101","[{'iso_639_1':'en','name':'English'}]","Released","Love will lead you home","How I Live Now","false","6.6","428" +"false","/yxgAcVuXTiPSNG6sFZDnX1Cfo0.jpg","null","120000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.howdoyouknow-movie.com/","42888","tt1341188","en","How Do You Know","After being cut from the USA softball team and feeling a bit past her prime, Lisa finds herself evaluating her life and in the middle of a love triangle, as a corporate guy in crisis competes with her current, baseball-playing beau.","8.15","/5gwKI65TnSAT9PI2iFWZXpmTZ3C.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':18,'logo_path':'/uqhagSwM7NAkQWVCQhKTyoqF8XH.png','name':'Gracie Films','origin_country':'US'},{'id':2648,'logo_path':null,'name':'Road Rebel','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-12-17","48668907","121","[{'iso_639_1':'en','name':'English'}]","Released","How do you know it's love?","How Do You Know","false","5.1","423" +"false","/jDlZkHKuF9yCqUadzFvs4COA0ae.jpg","null","0","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'}]","http://www.houseboundthemovie.com/","253306","tt3504048","en","Housebound","When Kylie Bucknell is sentenced to home detention, she's forced to come to terms with her unsociable behaviour, her blabbering mother and a hostile spirit who seems less than happy about the new living arrangement.","6.424","/5pooROOhs9ctkmMiZAfE9DDrh9j.jpg","[{'id':35852,'logo_path':null,'name':'Semi-Professional','origin_country':''}]","[{'iso_3166_1':'NZ','name':'New Zealand'}]","2014-09-04","0","109","[{'iso_639_1':'en','name':'English'}]","Released","Terror Gets Domesticated","Housebound","false","6.6","491" +"false","/tUjmF6YPrQWFFaoIPiEU7JG7YAJ.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","232888","tt1740762","fr","House Swap","A young California screenwriter and his composer girlfriend exchange their Echo Park home for a sprawling Tudor mansion near Glastonbury, England, in the hope of finding creative inspiration. Thinking they have the best of the bargain, they soon learn that the house comes with a stalker who seems able to enter through locked doors. Driven beyond endurance by the continual harassment, the screenwriter sets a trap to exact his revenge...","1.174","/gusmJ6sWOdrAmyeTogsWeqFoOR5.jpg","[]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2010-01-01","0","87","[{'iso_639_1':'en','name':'English'}]","Released","","House Swap","false","4","11" +"false","/xY4V3ItGqdg44CVQhWiUcH96O7q.jpg","null","0","[{'id':27,'name':'Horror'},{'id':80,'name':'Crime'}]","","287601","tt2513864","en","House On The Hill","Based on a true story, ""House On The Hill"" is a true crime melodrama with strong horror elements, chronicling the outrageous 1980s murder spree of serial killer Leonard Lake, who would target, kidnap, rob and kill people - and even whole families. Sonia, the only survivor of Lake's killing spree, teams up with a private investigator to help him locate a woman who disappeared into Lake's compound. In the process, Sonia recounts the horrors of the house, where Lake and his accomplice would force her to videotape the killings.","1.087","/gbvK5XgMIKcHoxAe5GlfQzN03rh.jpg","[{'id':44889,'logo_path':null,'name':'North 40 Productions','origin_country':''},{'id':44890,'logo_path':null,'name':'Options Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-05-11","0","85","[{'iso_639_1':'en','name':'English'}]","Released","No one gets out alive","House On The Hill","false","3.2","7" +"false","/5QKRDCD4RKYXGF37jYPe20LILE.jpg","{'id':248339,'name':'House on Haunted Hill Collection','poster_path':'/zzbnXD3zTzrZUm7vTyncNhngC6W.jpg','backdrop_path':'/zDPoIqkC0SGWCQrcKyJpZJZEF1E.jpg'}","19000000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","11377","tt0185371","en","House on Haunted Hill","A remake of the 1959 film of the same name. A millionaire offers a group of diverse people $1,000,000 to spend the night in a haunted house with a horrifying past.","9.88","/yedchBbI23FgDjWP1tvahOZgiks.jpg","[{'id':1786,'logo_path':'/joLFuCWg9e2lweYnFQtRPJKSLlI.png','name':'Dark Castle Entertainment','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-10-29","40846082","93","[{'iso_639_1':'en','name':'English'}]","Released","Evil loves to party.","House on Haunted Hill","false","5.5","363" +"false","/5Wi2IrO0787hhYjsBVzXUFHN1KJ.jpg","null","200000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","","15856","tt0051744","en","House on Haunted Hill","Frederick Loren has invited five strangers to a party of a lifetime. He is offering each of them $10,000 if they can stay the night in a house. But the house is no ordinary house. This house has a reputation for murder. Frederick offers them each a gun for protection. They all arrived in a hearse and will either leave in it $10,000 richer or leave in it dead!","5.574","/fnlPkYlVXrWUkQsVa8Y2tkFoPQq.jpg","[{'id':10324,'logo_path':null,'name':'William Castle Productions','origin_country':''},{'id':4928,'logo_path':null,'name':'Allied Artists Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1959-02-17","0","75","[{'iso_639_1':'en','name':'English'}]","Released","Consult your doctor! Bring your seat belts!","House on Haunted Hill","false","6.9","180" +"false","/20IgqkdFw5kuItqDCJtidSESP0t.jpg","null","40000000","[{'id':27,'name':'Horror'},{'id':18,'name':'Drama'}]","","10066","tt0397065","en","House of Wax","A group of unwitting teens are stranded near a strange wax museum and soon must fight to survive and keep from becoming the next exhibit.","9.344","/uM1RebQywM5PPYsauayefpXGxVk.jpg","[{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':1786,'logo_path':'/joLFuCWg9e2lweYnFQtRPJKSLlI.png','name':'Dark Castle Entertainment','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-04-30","68766121","113","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Prey. Slay. Display","House of Wax","false","5.7","1280" +"false","/jh1RyJeB9ramb7lRlo2PhBH0PGE.jpg","null","0","[{'id':10770,'name':'TV Movie'}]","","226360","tt3077060","en","House of Versace","Based on Wall Street Journal reporter Deborah Ball???s widely-read book ""House of Versace: The Untold Story of Genius, Murder, and Survival"", the movie brings to light the story of Donatella, who, following the brazen murder of her brother, world-renowned designer Gianni Versace (Colantoni) at the height of his success, is suddenly thrust into the spotlight as head designer of his fashion empire. At first ridiculed by critics worldwide, Donatella falls victim to drug addiction and nearly bankrupts the company. With the help of her family, including daughter Allegra, Aunt Lucia (Welch) and brother Santo (Feore), she enters rehab to confront her demons and soon comes back stronger than ever to re-ignite the beloved Versace brand with her own vision and builds one of the most powerful and influential fashion houses ever known.","1.878","/KcdMm5ViaROesA7FnRuuRhguV.jpg","[{'id':3431,'logo_path':'/6LVLYfZAEQfhJey0MGvhFXdDEK1.png','name':'Lifetime','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2013-10-04","0","85","[{'iso_639_1':'en','name':'English'}]","Released","Every Empire has a Fall and Rise","House of Versace","false","5.7","30" +"false","/5v8x9k9SNEzVHvjeQoic4Oeo0tu.jpg","null","270000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","23439","tt0053925","en","House of Usher","After a long journey, Philip arrives at the Usher mansion seeking his loved one, Madeline. Upon arriving, however, he discovers that Madeline and her brother Roderick Usher have been afflicted with a mysterious malady: Roderick's senses have become painfully acute, while Madeline has become catatonic. That evening, Roderick tells his guest of an old Usher family curse: any time there has been more than one Usher child, all of the siblings have gone insane and died horrible deaths. As the days wear on, the effects of the curse reach their terrifying climax.","4.797","/d5mtkURuKuszmN4cXeyp1cxf11Y.jpg","[{'id':4820,'logo_path':null,'name':'Alta Vista Productions','origin_country':''},{'id':9266,'logo_path':null,'name':'American International Pictures (AIP)','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1960-06-21","1450000","79","[{'iso_639_1':'en','name':'English'}]","Released","Edgar Allan Poe's demonic tale of The Ungodly... The Evil House of Usher","House of Usher","false","6.6","109" +"false","/qn8zn1zvmpT5fBO7uiMxBrRVMTN.jpg","null","16500000","[{'id':18,'name':'Drama'}]","","11093","tt0315983","en","House of Sand and Fog","Behrani, an Iranian immigrant buys a California bungalow, thinking he can fix it up, sell it again, and make enough money to send his son to college. However, the house is the legal property of former drug addict Kathy. After losing the house in an unfair legal dispute with the county, she is left with nowhere to go. Wanting her house back, she hires a lawyer and befriends a police officer. Neither Kathy nor Behrani have broken the law, so they find themselves involved in a difficult moral dilemma.","9.875","/su4tynEOu7bv0CBcIPCjpQWP6BP.jpg","[{'id':59951,'logo_path':null,'name':'Bisgrove Entertainment','origin_country':''},{'id':18619,'logo_path':null,'name':'Cobalt Media Group','origin_country':''},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-12-19","16942795","126","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fa','name':'??????????'}]","Released","Some dreams can't be shared.","House of Sand and Fog","false","7.1","320" +"false","/myscU9CyAXNg5m2gZVW5xn3Ea0E.jpg","null","0","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","191137","tt2321341","en","House of Bodies","While indulging his appetite for the grim and gruesome by patronizing a voyeuristic Web site that's based in a house where a serial killer once lived, a hearing-impaired boy begins to suspect that the site's violence is more than just make-believe.","1.2","/dSRJ7mRLPri5dyD8c8tCUQgexx1.jpg","[{'id':5677,'logo_path':null,'name':'Flavor Unit Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-04-19","0","78","[{'iso_639_1':'en','name':'English'}]","Released","","House of Bodies","false","5.4","18" +"false","/sETTal2HPPkUC3lWc27HL1AFu9C.jpg","{'id':185103,'name':'Hotel Transylvania Collection','poster_path':'/lrss5CB6dgRMnBoTlqhWoRTYbiv.jpg','backdrop_path':'/arH2YrpG7EVMnA4JCtzAXt9wQQJ.jpg'}","85000000","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","http://www.sonypictures.com/movies/hoteltransylvania/","76492","tt0837562","en","Hotel Transylvania","Welcome to Hotel Transylvania, Dracula's lavish five-stake resort, where monsters and their families can live it up and no humans are allowed. One special weekend, Dracula has invited all his best friends to celebrate his beloved daughter Mavis's 118th birthday. For Dracula catering to all of these legendary monsters is no problem but the party really starts when one ordinary guy stumbles into the hotel and changes everything!","19.525","/9qugesYpAWHUpdrw2w8URSGkAPt.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':2251,'logo_path':'/8PUjvTVmtJDdDXURTaSoPID0Boj.png','name':'Sony Pictures Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-09-20","358375603","91","[{'iso_639_1':'en','name':'English'}]","Released","Even monsters need a vacation","Hotel Transylvania","false","6.9","4778" +"false","/hFYWZ7JdU0fTPh2vnqUPd9avRh8.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","","10074","tt0787475","en","Hot Rod","For Rod Kimball, performing stunts is a way of life, even though he is rather accident-prone. Poor Rod cannot even get any respect from his stepfather, Frank, who beats him up in weekly sparring matches. When Frank falls ill, Rod devises his most outrageous stunt yet to raise money for Frank's operation -- and then Rod will kick Frank's butt.","8.877","/6LDKcAFFNJ3ra1a5LgPSiAbyJHC.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-08-03","14334401","88","[{'iso_639_1':'en','name':'English'}]","Released","Smack destiny in the face.","Hot Rod","false","6.3","443" +"false","/7aHa9or0TdQiwddj2PLV67EVOxO.jpg","null","12000000","[{'id':80,'name':'Crime'},{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","http://www.universalstudiosentertainment.com/hot-fuzz/","4638","tt0425112","en","Hot Fuzz","As a former London constable, Nicholas Angel finds it difficult to adapt to his new assignment in the sleepy British village of Sandford. Not only does he miss the excitement of the big city, but he also has a well-meaning oaf for a partner. However, when a series of grisly accidents rocks Sandford, Angel smells something rotten in the idyllic village.","19.703","/5Jx6s6VXnunh8wCLgR0YgjwSgjh.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':443,'logo_path':'/deewJi8ncCh6Sc2STL91wvZ4O5X.png','name':'Big Talk Productions','origin_country':'GB'},{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'},{'id':3656,'logo_path':null,'name':'GAGA','origin_country':''},{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2007-02-14","80573774","121","[{'iso_639_1':'en','name':'English'}]","Released","Big cops. Small town. Moderate violence.","Hot Fuzz","false","7.5","3793" +"false","/qlAll8FyQD6E2PSkZ3ID90YFxs1.jpg","null","4000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","172803","tt2094018","en","Hours","A father struggles to keep his infant daughter alive in the wake of Hurricane Katrina.","6.804","/8KEuqkOmxvtR4rLynkvBhpaNMfM.jpg","[{'id':27408,'logo_path':null,'name':'Hours Capital','origin_country':''},{'id':11565,'logo_path':null,'name':'The Safran Company','origin_country':'US'},{'id':24277,'logo_path':'/u42aMBx2JxWp4vgTjqcar4Kp1HI.png','name':'PalmStar Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-11-29","0","97","[{'iso_639_1':'en','name':'English'}]","Released","Every second counts.","Hours","false","6.4","390" +"false","/1kcxHvOK57OmmTTDk0hajhybClQ.jpg","null","6900000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","82505","tt1582507","en","House at the End of the Street","A mother and daughter move to a new town and find themselves living next door to a house where a young girl murdered her parents. When the daughter befriends the surviving son, she learns the story is far from over.","9.278","/g33AdUWEVjG9ib15bganWBJs4yC.jpg","[{'id':5855,'logo_path':null,'name':'A Bigger Boat','origin_country':''},{'id':7493,'logo_path':'/452FO4LcI6lA6bfgl6w1kQYRBlr.png','name':'FilmNation Entertainment','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-09-21","44287131","101","[{'iso_639_1':'en','name':'English'}]","Released","Fear reaches out... for the girl next door.","House at the End of the Street","false","5.8","991" +"false","/e2au5ZOOxThV3mB6Wu0fK8OFqpq.jpg","{'id':313576,'name':'Hot Tub Time Machine Collection','poster_path':'/iEhb00TGPucF0b4joM1ieyY026U.jpg','backdrop_path':'/noeTVcgpBiD48fDjFVic1Vz7ope.jpg'}","14000000","[{'id':35,'name':'Comedy'}]","","243938","tt2637294","en","Hot Tub Time Machine 2","When Lou, who has become the ""father of the Internet,"" is shot by an unknown assailant, Jacob and Nick fire up the time machine again to save their friend.","11.077","/tQtWuwvMf0hCc2QR2tkolwl7c3c.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-02-20","12314651","93","[{'iso_639_1':'en','name':'English'}]","Released","The Laws of Space and Time are About to be Violated.","Hot Tub Time Machine 2","false","5.1","490" +"false","/jgIFaB128e9VI8kQDYTkhD1T0l.jpg","null","0","[{'id':18,'name':'Drama'}]","","14882","tt0415856","en","Hounddog","A drama set in the American South, where a precocious, troubled girl finds a safe haven in the music and movement of Elvis Presley.","3.269","/dvLVtIRKfKOjWCmng0ixl3EtJ2J.jpg","[{'id':5200,'logo_path':null,'name':'Motion Picture Group, The','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-09-19","0","102","[{'iso_639_1':'en','name':'English'}]","Released","Every heart has an awakening. Every soul needs a song.","Hounddog","false","6.1","48" +"false","/i4xX5YUHUfNvlHt65DPDXQgJT7m.jpg","{'id':313576,'name':'Hot Tub Time Machine Collection','poster_path':'/iEhb00TGPucF0b4joM1ieyY026U.jpg','backdrop_path':'/noeTVcgpBiD48fDjFVic1Vz7ope.jpg'}","36000000","[{'id':878,'name':'Science Fiction'},{'id':35,'name':'Comedy'},{'id':12,'name':'Adventure'}]","http://www.mgm.com/view/Movie/2387/Hot-T...","23048","tt1231587","en","Hot Tub Time Machine","A malfunctioning time machine at a ski resort takes a man back to 1986 with his two friends and nephew, where they must relive a fateful night and not change anything to make sure the nephew is born.","14.252","/zERxFAXiQdPAfsumIIcBFH8fOVt.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':12886,'logo_path':null,'name':'New Crime Productions','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-03-26","64572262","101","[{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'en','name':'English'}]","Released","Kick some past","Hot Tub Time Machine","false","6","1343" +"false","/dQCTuhrP8bgsctRYeHSX21ceNX1.jpg","null","17500000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10752,'name':'War'}]","http://www.metrofilms.com/hotelrwanda/","205","tt0395169","en","Hotel Rwanda","Inspired by true events, this film takes place in Rwanda in the 1990s when more than a million Tutsis were killed in a genocide that went mostly unnoticed by the rest of the world. Hotel owner Paul Rusesabagina houses over a thousand refuges in his hotel in attempt to save their lives.","9.755","/p3pHw85UMZPegfMZBA6dZ06yarm.jpg","[{'id':7495,'logo_path':null,'name':'Sixth Sense Productions','origin_country':''},{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':35,'logo_path':'/wxrHa3nZ1K4zo65p56991INkGo6.png','name':'Lions Gate Films','origin_country':'US'},{'id':564,'logo_path':null,'name':'Industrial Development Corporation of South Africa','origin_country':''},{'id':2760,'logo_path':null,'name':'Miracle Pictures','origin_country':''},{'id':19834,'logo_path':null,'name':'Inside Track Films','origin_country':''},{'id':11912,'logo_path':null,'name':'Mikado Film','origin_country':''},{'id':1205,'logo_path':null,'name':'Endgame Entertainment','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'ZA','name':'South Africa'}]","2004-09-11","38000000","121","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","When the world closed its eyes, he opened his arms.","Hotel Rwanda","false","7.7","1361" +"false","/chaAIPhuuWDu3NCv4ONmCKlR7Vp.jpg","null","52000000","[{'id':9648,'name':'Mystery'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","2026","tt0340163","en","Hostage","When a mafia accountant is taken hostage on his beat, a police officer ??? wracked by guilt from a prior stint as a negotiator ??? must negotiate the standoff, even as his own family is held captive by the mob.","11.771","/simhaVNOea3uhRUM0gT8WdidEto.jpg","[{'id':2448,'logo_path':null,'name':'Yari Film Group','origin_country':''},{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':890,'logo_path':null,'name':'Cheyenne Enterprises','origin_country':''},{'id':11027,'logo_path':null,'name':'Stratus Film Co.','origin_country':''},{'id':26947,'logo_path':null,'name':'Syndicate Films International','origin_country':''},{'id':26948,'logo_path':null,'name':'Equity Pictures Medienfonds GmbH & Co. KG II','origin_country':''},{'id':26949,'logo_path':null,'name':'Hostage GmbH','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2005-03-10","77944725","113","[{'iso_639_1':'en','name':'English'}]","Released","Every Second Counts","Hostage","false","6.3","811" +"false","/hXqJ8p5LWU3a6hGQQ0yczKCy4IQ.jpg","{'id':86578,'name':'Hostel Collection','poster_path':'/2jLQFRlH8CC9cptcANY5cEtC1q8.jpg','backdrop_path':'/rXf4gEh8m3ZcK9KHkxT78Kscxee.jpg'}","6000000","[{'id':27,'name':'Horror'}]","","71670","tt1255916","en","Hostel: Part III","Set in Las Vegas, the film centers on a man who attends his best friend's bachelor party, unaware of an insidious agenda that plays into hunting humans.","8.164","/yElnsRDzujnHDHli5UuAgrCVQsT.jpg","[{'id':1631,'logo_path':null,'name':'Raw Nerve','origin_country':''},{'id':17837,'logo_path':null,'name':'RCR Media Group','origin_country':''},{'id':11341,'logo_path':'/xytTBODEy3p20ksHL4Ftxr483Iv.png','name':'Stage 6 Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-12-27","0","88","[{'iso_639_1':'hu','name':'Magyar'},{'iso_639_1':'en','name':'English'}]","Released","Do you feel lucky?","Hostel: Part III","false","5","492" +"false","/jft2L1Jhe9xhKhB5uYBzYIjGXkw.jpg","null","85000000","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'}]","","12222","tt0451079","en","Horton Hears a Who!","One day, Horton the elephant hears a cry from help coming from a speck of dust. Even though he can't see anyone on the speck, he decides to help it. As it turns out, the speck of dust is home to the Whos, who live in their city of Whoville. Horton agrees to help protect the Whos and their home","11.464","/cYc2MbsXsDbMcf3tZDSiuNLn7kn.jpg","[{'id':9383,'logo_path':'/ppeMh4iZJQUMm1nAjRALeNhWDfU.png','name':'Blue Sky Studios','origin_country':'US'},{'id':11749,'logo_path':'/5AzTeZkSCFhiGZ86g2nz8SAHtgy.png','name':'Twentieth Century Fox Animation','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-03-03","297138014","88","[{'iso_639_1':'en','name':'English'}]","Released","A persons a person no matter how small!","Horton Hears a Who!","false","6.3","1661" +"false","/jNTn1MwN63hR9nXRUGGCm2oE0k0.jpg","null","0","[{'id':14,'name':'Fantasy'},{'id':53,'name':'Thriller'}]","","204904","tt1464539","en","House of Last Things","A mind-bending thriller set in Portland, Oregon about an unspoken tragedy and its effects on a house, its temporary caretakers and the owners, a classical music critic and his wife on a recuperative trip to Italy.","1.483","/nwJxv8di46k1MeiRFoNgwU7IRr2.jpg","[{'id':27028,'logo_path':null,'name':'Cloudcover Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-01-30","0","110","[{'iso_639_1':'en','name':'English'}]","Released","Pick Up the Key. Unlock the Past.","House of Last Things","false","5.5","24" +"false","/pGBkdZQfyTAg20xQKjL9A05btL0.jpg","{'id':105625,'name':'House of 1000 Corpses Collection','poster_path':'/7xpo52YDhHNFG5qdrLxhG58k0ke.jpg','backdrop_path':'/osLewbX6FJMy1iUcNHm6hoiNH0j.jpg'}","7000000","[{'id':27,'name':'Horror'}]","http://robzombie.com/movies/house-of-1000-corpses/","2662","tt0251736","en","House of 1000 Corpses","Two teenage couples traveling across the backwoods of Texas searching for urban legends of serial killers end up as prisoners of a bizarre and sadistic backwater family of serial killers.","9.883","/n2ZXryIYvGwZVPRhS4n5uSpSqu.jpg","[{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':10370,'logo_path':null,'name':'Spectacle Entertainment Group','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-04-11","17949758","89","[{'iso_639_1':'en','name':'English'}]","Released","You'll never get out alive.","House of 1000 Corpses","false","6.1","570" +"false","/qrnj80liNAaAwukDXjOMjY9hAJA.jpg","null","0","[{'id':80,'name':'Crime'},{'id':27,'name':'Horror'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://www.necrostorm.com","256742","tt3398788","en","Hotel Inferno","The contract killer Frank Zimosa has just been hired for a ridiculously lucrative mission by the rich and powerful Jorge Mistrandia. The objective: to kill a couple of people hiding in one of his European hotels. What would look like one of the simplest jobs Frank has ever had is just about to turn into a living nightmare. He will soon realize he's nothing more than prey for Mistrandia and his army of crazy henchmen that have hiding in the hotel along with an ancient and unstoppable Horror. In their hotels you can only rent rooms....in Hell! See everything through the eyes of the Anti-Hero Frank Zimosa and boost your mind with an overdose of: nonstop violence, adrenaline, and pure fear, surrounded in a mysterious, deep and twisted story. You won't just watch it, you will experience it.","2.05","/k56Z9BUdBwRjewaMrmaeeupv7o2.jpg","[{'id':18418,'logo_path':'/jBFQBoj8dxi8Niofz8f4weuoS71.png','name':'Necrostorm','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'}]","2013-12-26","0","80","[{'iso_639_1':'en','name':'English'}]","Released","The First and Only splatter movie in","Hotel Inferno","false","5.4","27" +"false","/7MorkyWQXVOi2XKYci6pIGbjb2x.jpg","{'id':86578,'name':'Hostel Collection','poster_path':'/2jLQFRlH8CC9cptcANY5cEtC1q8.jpg','backdrop_path':'/rXf4gEh8m3ZcK9KHkxT78Kscxee.jpg'}","10200000","[{'id':27,'name':'Horror'}]","","1691","tt0498353","en","Hostel: Part II","Following a geographical tour of Slovakia, three young American women are lured into a hostel by a handsome young man who sells them to the twisted masters, ties them up and brings upon an unthinkable world of pain.","8.277","/fRRjGgHCh6dWvRn1wSbv2VMO6JL.jpg","[{'id':35,'logo_path':'/wxrHa3nZ1K4zo65p56991INkGo6.png','name':'Lions Gate Films','origin_country':'US'},{'id':3287,'logo_path':'/bz6GbCQQXGNE56LTW9dwgksW0Iw.png','name':'Screen Gems','origin_country':'US'},{'id':1633,'logo_path':null,'name':'Next Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-06-08","35619521","93","[{'iso_639_1':'en','name':'English'}]","Released","Americans...they have no imagination.","Hostel: Part II","false","5.6","876" +"false","/5v9YtGBrTmIpOP21FgsGWTpGgIj.jpg","null","0","[{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'}]","","285549","tt2242176","en","Horsehead","Since her childhood, Jessica has been haunted by recurrent nightmares whose meaning escapes her. This peculiarity has led her to study the psychophysiology of dreams and to follow a therapy with Sean, her mentor and boyfriend, to try and understand the origin of her nightmares. Following the death of her maternal grandmother she hardly knew, Jessica reluctantly returns to the family home. Jessica then begins to wander in a nightmarish world inhabited by twisted versions of her family members. She gradually improves her skills as a lucid dreamer and investigates to solve the mystery that gnaws her and haunts the family home...","2.303","/6zKG9GTZXVBEucR4CXkLm0wW89d.jpg","[{'id':29238,'logo_path':null,'name':'HorseHead Pictures','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'}]","2014-09-07","0","89","[{'iso_639_1':'en','name':'English'}]","Released","","Horsehead","false","5.4","41" +"false","/sMnAqxWDeAk4YuyfJQbPA2sinCa.jpg","null","0","[{'id':10751,'name':'Family'}]","","69961","tt1313121","en","Horse Crazy 2: The Legend of Grizzly Mountain","From the makers of ""Racing Ace"" comes another exciting adventure for the entire family. Grizzly Mountain Ranch is under siege! The bank is trying to take over the land and the Stanger family is bound and determined they are going to hang on to the property that has been in the family for years. In the meantime, notorious horse thieves Luke and Carl Dawson have their sights set on stealing a valuable newborn colt...but for these two bandits a simple crime quickly turns into a comedy of errors when they come up against eight year-old twins BJ and Belle, their teenage babysitter Sam, and a giant grizzly bear named Thor.","0.731","/kCIwFgtFw5wlwA97vSr5Q8gDAOa.jpg","[{'id':5338,'logo_path':null,'name':'Tiberius Film Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-01-02","0","","[{'iso_639_1':'en','name':'English'}]","Released","An Adventure that will lasso your heart","Horse Crazy 2: The Legend of Grizzly Mountain","false","4.4","4" +"false","/64bRhXagiqrj72PvovOlHXPoWb4.jpg","null","0","[{'id':27,'name':'Horror'}]","","30934","tt0068716","en","Tower of Evil","A group of experienced archeologists are searching for an old and mystic Phoenician treasure when they are surprised by a series of mysterious murders...","1.698","/2LrHcQ5SNZcrrfAalxOCQuoS9CH.jpg","[{'id':15848,'logo_path':null,'name':'Grenadier Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1972-05-19","0","89","[{'iso_639_1':'en','name':'English'}]","Released","One way in, no way out","Tower of Evil","false","5.4","21" +"false","/1iVZJmeHW8MVMq7xlaHgLSv6qrc.jpg","{'id':280588,'name':'Horrible Bosses Collection','poster_path':'/zU3dVVBa3JW1nQVUsaFM0BeTnK.jpg','backdrop_path':'/kGvdIEuzy0rHnbIJ0qmnIjRGSKW.jpg'}","35000000","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","http://horriblebossesmovie.warnerbros.com/index.html","51540","tt1499658","en","Horrible Bosses","For Nick, Kurt and Dale, the only thing that would make the daily grind more tolerable would be to grind their intolerable bosses into dust. Quitting is not an option, so, with the benefit of a few-too-many drinks and some dubious advice from a hustling ex-con, the three friends devise a convoluted and seemingly foolproof plan to rid themselves of their respective employers... permanently.","12.667","/17rVRW7ond0PR2KJHY0xY00isTB.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':12007,'logo_path':null,'name':'Rat Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-07-08","117000000","98","[{'iso_639_1':'en','name':'English'}]","Released","Ever wish your boss was dead?","Horrible Bosses","false","6.5","3704" +"false","/7OluTl9LoaMDZ2MVdrFVuU2os09.jpg","{'id':280588,'name':'Horrible Bosses Collection','poster_path':'/zU3dVVBa3JW1nQVUsaFM0BeTnK.jpg','backdrop_path':'/kGvdIEuzy0rHnbIJ0qmnIjRGSKW.jpg'}","42000000","[{'id':35,'name':'Comedy'}]","","227159","tt2170439","en","Horrible Bosses 2","Dale, Kurt and Nick decide to start their own business but things don't go as planned because of a slick investor, prompting the trio to pull off a harebrained and misguided kidnapping scheme.","13.759","/3ZFxaLTzJBGRCShCiImC8IPccEA.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':6363,'logo_path':null,'name':'BenderSpink','origin_country':''},{'id':41624,'logo_path':'/wzKxIeQKlMP0y5CaAw25MD6EQmf.png','name':'RatPac-Dune Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-11-26","107670357","108","[{'iso_639_1':'en','name':'English'}]","Released","New Crime. Same Tools.","Horrible Bosses 2","false","6.1","2497" +"false","/7NLZUPc4NQan5vMeUe1hyijw3Hn.jpg","null","30000000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","82696","tt1535438","en","Hope Springs","After thirty years of marriage, a middle-aged couple attends an intense, week-long counseling session to work on their relationship.","8.365","/56w8H7i84rI1t8bankC5nO9hBw.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':771,'logo_path':null,'name':'Mandate Pictures','origin_country':'US'},{'id':1423,'logo_path':'/9KSoL1oEQaBSPLwEhoZZRoxTzyx.png','name':'Escape Artists','origin_country':'US'},{'id':4220,'logo_path':null,'name':'Management 360','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-08-07","114281051","100","[{'iso_639_1':'en','name':'English'}]","Released","Sometimes to keep the magic, you need to learn a few tricks.","Hope Springs","false","6.1","412" +"false","/4ROkS8GjAfOe71PJn5ocFlKmMF8.jpg","null","63000000","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","http://www.iwantcandy.com/","50359","tt1411704","en","Hop","E.B., the Easter Bunny's teenage son, heads to Hollywood, determined to become a drummer in a rock 'n' roll band. In L.A., he's taken in by Fred after the out-of-work slacker hits E.B. with his car.","11.777","/avbiy6qaRMbfeI8HRpNg2HLaNwD.jpg","[{'id':6704,'logo_path':'/fOG2oY4m1YuYTQh4bMqqZkmgOAI.png','name':'Illumination Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-03-30","183953723","95","[{'iso_639_1':'en','name':'English'}]","Released","Candy, chicks and rock 'n' roll.","Hop","false","5.6","579" +"false","/8fO36dTJeENJoY65kfip4ueDYui.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","http://en.wikipedia.org/wiki/Hooper_(film)","16214","tt0077696","en","Hooper","Burt Reynolds plays a legendary stunt man known as Sonny Hooper, who remains one of the top men in his field, but due to too many stressful impacts to the spine and the need to pop pain killers several times a day, he knows he should get out of the industry before he ends up permanently disabled.","3.923","/avUeUtx98iNd0hw4CzAl53bhDwD.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1978-07-28","78000000","107","[{'iso_639_1':'en','name':'English'}]","Released","The greatest stuntman alive!","Hooper","false","6.1","49" +"false","/dLZ6XJP5VpeifymHkobzT5s5s1L.jpg","null","700000","[{'id':99,'name':'Documentary'}]","","14275","tt0110057","en","Hoop Dreams","Every school day, African-American teenagers William Gates and Arthur Agee travel 90 minutes each way from inner-city Chicago to St. Joseph High School in Westchester, Illinois, a predominately white suburban school well-known for the excellence of its basketball program. Gates and Agee dream of NBA stardom, and with the support of their close-knit families, they battle the social and physical obstacles that stand in their way. This acclaimed documentary was shot over the course of five years.","5.368","/7qHwh3mFJs7ldwzGSWsBLmgecfj.jpg","[{'id':8,'logo_path':'/78ilmDNTpdCfsakrsLqmAUkFTrO.png','name':'Fine Line Features','origin_country':''},{'id':13042,'logo_path':'/nqHJl4qOfwPHNac0VFyn2SV60HH.png','name':'Kartemquin Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-09-12","7830611","174","[{'iso_639_1':'en','name':'English'}]","Released","An Extraordinary True Story.","Hoop Dreams","false","7.9","141" +"false","/rAb7vx2UauhHUmrYhZVoQxXuz37.jpg","null","70000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","879","tt0102057","en","Hook","The boy who wasn't supposed to grow up???Peter Pan???did just that, becoming a soulless corporate lawyer whose workaholism could cost him his wife and kids. But a trip to see Granny Wendy in London, where the vengeful Capt. Hook kidnaps Peter's kids and forces Peter to return to Neverland, could lead to a chance at redemption, in this family-oriented fantasy from director Steven Spielberg.","11.631","/6plGuz8L3fvkuENB0G2ZpBz6kej.jpg","[{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'},{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1991-12-11","300854823","142","[{'iso_639_1':'en','name':'English'}]","Released","What if Peter Pan grew up?","Hook","false","6.8","2826" +"false","/gaRVg06EmJSxCyddFDji3QNAx9j.jpg","null","25000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'},{'id':53,'name':'Thriller'}]","","12518","tt0104438","en","Honeymoon in Vegas","On her deathbed, a mother makes her son promise never to get married, which scars him with psychological blocks to a commitment with his girlfriend. They finally decide to tie the knot in Vegas, but a wealthy gambler arranges for the man to lose $65K in a poker game and offers to clear the debt for a weekend with his fianc??e.","6.285","/9D6ZOO5cL4qk1J98IISAzYIh4df.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':97,'logo_path':'/7znWcbDd4PcJzJUlJxYqAlPPykp.png','name':'Castle Rock Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-08-28","35","96","[{'iso_639_1':'en','name':'English'}]","Released","A comedy about one bride, two grooms, and a wedding party you won't believe.","Honeymoon in Vegas","false","5.5","125" +"false","/5G5rOi7Qkg5F3u94vpy1lrwr06W.jpg","null","1000000","[{'id':27,'name':'Horror'}]","","254191","tt3177316","en","Honeymoon","A newlywed couple finds their lake-country honeymoon descend into chaos after Paul finds Bea wandering and disoriented in the middle of the night.","5.346","/5jZRisBShiBpsH2k5rDYGEl9fSh.jpg","[{'id':33606,'logo_path':null,'name':'Fewlas Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-09-12","9318","87","[{'iso_639_1':'en','name':'English'}]","Released","After the ceremony comes the ritual.","Honeymoon","false","5.4","367" +"false","/vcFs3Vh6g6A5K9zZeFYnQNHLUQb.jpg","null","22000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","204082","tt2312718","en","Homefront","Phil Broker is a former DEA agent who has gone through a crisis after his action against a biker gang went horribly wrong and it cost the life of his boss' son. He is recently widowed and is left with a 9-years-old daughter,Maddy. He decides to quit the turbulent and demanding life of thrill for Maddy's sake and retires to a small town. His daughter fights off a boy who was bullying her at school and this sets in motion a round of events that end in his direct confrontation with the local Meth drug lord. His past history with the biker gang also enters the arena, making matters more complex. But he has a mission in his mind to protect his daughter and he is ready to pay any cost that it demands.","12.576","/6ymSuhG28tF2lnDxVTNibzlYzn0.jpg","[{'id':10427,'logo_path':'/3u5sNgPRbba0ND3SUMXPTT7On9h.png','name':'Open Road Films','origin_country':'US'},{'id':1020,'logo_path':'/kuUIHNwMec4dwOLghDhhZJzHZTd.png','name':'Millennium Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-11-27","43058898","100","[{'iso_639_1':'en','name':'English'}]","Released","How far would you go to protect your home?","Homefront","false","6.4","1343" +"false","/xpW3IqNqsZcRMthXq8Pv39OfHDD.jpg","null","3000000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","276839","tt2802136","en","Home Sweet Hell","Mona and Don???s seemingly perfect suburban bliss is disrupted by a sexy extortionist and Mona will stop at nothing, including killing the competition, to keep her little slice of heaven.","9.295","/pFKQZliM8kTv0cGSbvOaCfptUHk.jpg","[{'id':45779,'logo_path':null,'name':'Passcode Entertainment','origin_country':''},{'id':12622,'logo_path':null,'name':'Darko Entertainment','origin_country':'US'},{'id':45780,'logo_path':null,'name':'Donnybrook4 Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-03-13","0","98","[{'iso_639_1':'en','name':'English'}]","Released","Psycho Wife. Unhappy Life.","Home Sweet Hell","false","5.2","257" +"false","/awfFoaZCYVcGOTaWIR8hY1Kakvo.jpg","null","1200000","[{'id':18,'name':'Drama'}]","http://www.homerunthemovie.com/","176124","tt2051894","en","Home Run","A pro ball player with a substance abuse problem is forced into rehab in his hometown, finding new hope when he gets honest about his checkered past, and takes on coaching duties for a misfit Little League team","3.118","/x6j0NsUrstM8mDk4lUmaRI5SXQh.jpg","[{'id':3291,'logo_path':null,'name':'Provident Films','origin_country':''},{'id':9118,'logo_path':'/9o6KLcDBRw3fNItUflJVwj8dZpC.png','name':'Samuel Goldwyn Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-04-19","2861020","114","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","Freedom is possible","Home Run","false","6.3","32" +"false","/rQKlcMY8i3elENXEHlkAbQr3xiG.jpg","null","110000000","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","http://movies.disney.com/home-on-the-range","13700","tt0299172","en","Home on the Range","When a greedy outlaw schemes to take possession of the ""Patch Of Heaven"" dairy farm, three determined cows, a karate-kicking stallion and a colorful corral of critters join forces to save their home. The stakes are sky-high as this unlikely animal alliance risk their hides and match wits with a mysterious band of bad guys.","13.317","/1KFa2Mzzn2DMlC95eJwRYgRsHI.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-04-02","103951461","76","[{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'en','name':'English'}]","Released","Bust a Moo","Home on the Range","false","5.9","917" +"false","/dS1EMlZK8Axj5wrgRpWGLOb85KN.jpg","{'id':9888,'name':'Home Alone Collection','poster_path':'/zYPsleQJo1n1rBPlecJBRb3iwSO.jpg','backdrop_path':'/cYS2aWxECESUN2OS3JiLrKMmOko.jpg'}","18000000","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':12,'name':'Adventure'},{'id':80,'name':'Crime'}]","","772","tt0104431","en","Home Alone 2: Lost in New York","Instead of flying to Florida with his folks, Kevin ends up alone in New York, where he gets a hotel room with his dad's credit card???despite problems from a clerk and meddling bellboy. But when Kevin runs into his old nemeses, the Wet Bandits, he's determined to foil their plans to rob a toy store on Christmas eve.","14.232","/ezGcLFTvwR64I3Z7RqHnXRFet4r.jpg","[{'id':477,'logo_path':null,'name':'Hughes Entertainment','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-11-19","358991681","120","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","He's up past his bedtime in the city that never sleeps.","Home Alone 2: Lost in New York","false","6.5","4746" +"false","/bD5bJcjr14hnkWS11soQepslUmz.jpg","{'id':9888,'name':'Home Alone Collection','poster_path':'/zYPsleQJo1n1rBPlecJBRb3iwSO.jpg','backdrop_path':'/cYS2aWxECESUN2OS3JiLrKMmOko.jpg'}","18000000","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","https://www.foxconnect.com/home-alone-4.html","771","tt0099785","en","Home Alone","Eight-year-old Kevin McCallister makes the most of the situation after his family unwittingly leaves him behind when they go on Christmas vacation. But when a pair of bungling burglars set their sights on Kevin's house, the plucky kid stands ready to defend his territory. By planting booby traps galore, adorably mischievous Kevin stands his ground as his frantic mother attempts to race home before Christmas Day.","0.783","/5Lo3sWuvbO4AnrAHYBgB5U1Opqd.jpg","[{'id':477,'logo_path':null,'name':'Hughes Entertainment','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-11-09","476684675","103","[{'iso_639_1':'en','name':'English'}]","Released","A Family Comedy Without the Family.","Home Alone","false","7.2","5102" +"false","/6xjBbCZp3bXFps5ET1Y4zfq6bws.jpg","null","135000000","[{'id':14,'name':'Fantasy'},{'id':35,'name':'Comedy'},{'id':16,'name':'Animation'},{'id':878,'name':'Science Fiction'},{'id':10751,'name':'Family'}]","http://www.meettheboov.com/","228161","tt2224026","en","Home","When Earth is taken over by the overly-confident Boov, an alien race in search of a new place to call home, all humans are promptly relocated, while all Boov get busy reorganizing the planet. But when one resourceful girl, Tip, manages to avoid capture, she finds herself the accidental accomplice of a banished Boov named Oh. The two fugitives realize there???s a lot more at stake than intergalactic relations as they embark on the road trip of a lifetime.","11.645","/b7czgMTk5txqLr2UczBb0Wez77E.jpg","[{'id':521,'logo_path':'/kP7t6RwGz2AvvTkvnI1uteEwHet.png','name':'DreamWorks Animation','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-03-18","368871007","94","[{'iso_639_1':'en','name':'English'}]","Released","Worlds Collide","Home","false","6.8","2281" +"false","/hSlBVnFsHnTyrxkUmtT1RusLZUV.jpg","null","5860000","[{'id':37,'name':'Western'}]","","27945","tt0061770","en","Hombre","John Russell, disdained by his ""respectable"" fellow stagecoach passengers because he was raised by Indians, becomes their only hope for survival when they are set upon by outlaws.","4.741","/p8scdJqfnEKgEgWQwGJq7hJiE3D.jpg","[{'id':22064,'logo_path':null,'name':'Hombre Productions','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1967-03-21","12000000","111","[{'iso_639_1':'en','name':'English'}]","Released","Hombre means man... Paul Newman is Hombre!","Hombre","false","7.3","82" +"false","/1VkgV8ANGlOrdG7ZlIZcM4GyKlb.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","45022","tt1143896","en","Holy Rollers","Inspired by actual events in the late nineties when Hasidic Jews were recruited as mules to smuggle ecstasy from Europe into the United States.","4.064","/mHoRlncFlS0HqSZWZL5yQOypYex.jpg","[{'id':25577,'logo_path':null,'name':'Safehouse Pictures','origin_country':'US'},{'id':58550,'logo_path':null,'name':'DeerJen','origin_country':'US'},{'id':63568,'logo_path':null,'name':'Lookbook Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-05-21","0","89","[{'iso_639_1':'en','name':'English'}]","Released","In 1998, 1 million ecstasy pills were smuggled into the USA by a group of Hasidic Jews.","Holy Rollers","false","5.9","43" +"false","/ruJnCxmriVGFEz2fZScGDk2jVjr.jpg","null","60000000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","9713","tt0120701","en","Holy Man","Eddie Murphy stars as an over-the-top television evangelist who finds a way to turn television home shopping into a religious experience, and takes America by storm.","7.011","/11mINUUPFtqEBdsbayBenOaTWbP.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':175,'logo_path':'/trtXLj3zv8T9ke1Vhw4SCkkM4JJ.png','name':'Caravan Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-10-08","0","114","[{'iso_639_1':'en','name':'English'}]","Released","The Comedy Where Nothing's Sacred!","Holy Man","false","4.9","182" +"false","/6vs3u9IaTjjvkUlhn79waTrHUIv.jpg","null","2000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","172792","tt2298224","en","Holy Ghost People","On the trail of her missing sister, Charlotte enlists the help of Wayne, an ex-Marine and alcoholic, to infiltrate the Church of One Accord - a community of snake-handlers who risk their lives seeking salvation in the Holy Ghost.","1.462","/qT3GMn0TNhE6FF1e74QfZiSzkP6.jpg","[{'id':23928,'logo_path':null,'name':'San Francisco Independent Cinema','origin_country':''},{'id':27912,'logo_path':null,'name':'Indie Entertainment','origin_country':''}]","[]","2013-03-10","120000","93","[{'iso_639_1':'en','name':'English'}]","Released","","Holy Ghost People","false","4.4","16" +"false","/pD5Q77kFEtrJuy9IzITFSzKJRoB.jpg","null","0","[{'id':35,'name':'Comedy'}]","","34101","tt0093200","en","Hollywood Shuffle","Aspiring actor and hot-dog stand employee Bobby Taylor catches the ire of his grandmother for auditioning for a role in the regrettably titled exploitation film ""Jivetime Jimmy's Revenge."" When Tinseltown Studios casts Taylor in the title role, he has a series of conflicted dreams satirizing African-American stereotypes in Hollywood, and must reconcile his career goals with his desire to remain a positive role model for his little brother.","2.579","/yPfxRKMZwljrzT3RbyR2Z9rvPCI.jpg","[]","[]","1987-03-20","0","78","[{'iso_639_1':'en','name':'English'}]","Released","Bobby Taylor was on his way to becoming a star, when a funny thing happened...","Hollywood Shuffle","false","6.2","29" +"false","/uL4kslrqgePcfSieTq29AqdOnYk.jpg","null","23000","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","27412","tt0095312","en","Hollywood Chainsaw Hookers","Los Angeles private eye Jack Chandler is hired by a worried mother to find her missing runaway daughter, Samantha. As Chandler searches for her whereabouts, he uncovers an evil cult that worships an Egyptian god, whose followers commit human sacrifices with chainsaws to appease their deity. He soon learns that Samantha has revenge in store for the cult leader and his bevy of blood-thirsty, chainsaw-wielding hookers.","3.184","/2IRG18T8Jt6H8oa0dNM01Ikxc5e.jpg","[{'id':4701,'logo_path':null,'name':'American Independent Productions','origin_country':''},{'id':16932,'logo_path':null,'name':'Camp Video','origin_country':''},{'id':16933,'logo_path':null,'name':'Savage Cinema','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-03-01","0","75","[{'iso_639_1':'en','name':'English'}]","Released","They charge an arm and a leg!","Hollywood Chainsaw Hookers","false","5.5","43" +"false","/bvVSwx2GL9OorrI7FMdvt7wz0TG.jpg","{'id':166376,'name':'Hollow Man Collection','poster_path':'/3yc4NVh77VL14V7CvXM2rJhRh4n.jpg','backdrop_path':'/r7GbKuuNdoEAzXCfA4My1kj85Z2.jpg'}","95000000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","9383","tt0164052","en","Hollow Man","Cocky researcher, Sebastian Caine is working on a project to make living creatures invisible and he's so confident he's found the right formula that he tests it on himself and soon begins to vanish. The only problem is ??? no-one can determine how to make him visible again. Caine's predicament eventually drives him mad, with terrifying results.","11.901","/gBQyPpUztIJWt2Q6r1wTqcYeo6x.jpg","[{'id':9269,'logo_path':null,'name':'Global Entertainment Productions GmbH & Company Medien KG','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2000-08-04","190213455","112","[{'iso_639_1':'en','name':'English'}]","Released","What would you do if you knew you couldn't be seen?","Hollow Man","false","5.7","1128" +"false","/j9hOAo4BTCcUJ3lyEuOVWzlYDWR.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","","13485","tt0034862","en","Holiday Inn","Lovely Linda Mason has crooner Jim Hardy head over heels, but suave stepper Ted Hanover wants her for his new dance partner after femme fatale Lila Dixon gives him the brush. Jim's supper club, Holiday Inn, is the setting for the chase by Hanover and manager Danny Reed. The music's the thing.","6.046","/9Hxrm3wtxcjQ6QvOpXFH74ekpRs.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1942-07-10","0","100","[{'iso_639_1':'en','name':'English'}]","Released","","Holiday Inn","false","7.4","87" +"false","/9RwOrSuLWA6pcKyTXYm8IwNY435.jpg","null","0","[{'id':27,'name':'Horror'}]","","127548","tt2240312","en","Hold Your Breath","There is an old wives' tale that you should hold your breath when passing by a cemetery lest an evil spirit rejected by both heaven and hell gets inside of you when you inhale. Someone in a carload of college kids on holiday doesn't hold his/her breath when driving by a graveyard, allowing the spirit of a recently executed serial killer to get inside him/her to begin a spree of body-jumping carnage.","2.479","/alqqRmqzEt7glOLdKSOaRUZ49Bk.jpg","[{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-10-05","0","87","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","","Hold Your Breath","false","3.4","39" +"false","/tFNHw6u2UQ3jW1xuciD0mQmcLZn.jpg","null","28000000","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'}]","","10439","tt0107120","en","Hocus Pocus","After 300 years of slumber, three sister witches are accidentally resurrected in Salem on Halloween night, and it is up to three kids and their newfound feline friend to put an end to the witches' reign of terror once and for all.","10.003","/4boIuVTbEYv9pynSj99jK5EezfA.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-07-16","39514713","96","[{'iso_639_1':'en','name':'English'}]","Released","It's just a bunch of Hocus Pocus.","Hocus Pocus","false","6.8","1037" +"false","/6wBfey6EVR5qxYLB8pxoTVQYWkS.jpg","{'id':390096,'name':'Hitman Collection','poster_path':'/brAGl1VgP5tApySlUymCza1nMDA.jpg','backdrop_path':'/mAOyrGwmHUdIkCy98JGvuEvZQCk.jpg'}","24000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.hitmanmovie.com/","1620","tt0465494","en","Hitman","The best-selling videogame, Hitman, roars to life with both barrels blazing in this hardcore action-thriller starring Timothy Olyphant. A genetically engineered assassin with deadly aim, known only as ""Agent 47"" eliminates strategic targets for a top-secret organization. But when he's double-crossed, the hunter becomes the prey as 47 finds himself in a life-or-death game of international intrigue.","14.306","/1U2FpMotSyaciATw5qfEsKdgpX4.jpg","[{'id':867,'logo_path':null,'name':'Anka Film','origin_country':''},{'id':11746,'logo_path':null,'name':'Daybreak Productions','origin_country':''},{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'},{'id':11747,'logo_path':null,'name':'Prime Universe Productions','origin_country':''},{'id':6896,'logo_path':'/2Q89KvzxTKB5BAv9RqFIPI1qb7E.png','name':'EuropaCorp','origin_country':'FR'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","2007-11-21","99965753","89","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'sr','name':'Srpski'}]","Released","Assassin 47","Hitman","false","5.9","1585" +"false","/wLczRlndrKOFcBffSzUEKNyBEi2.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.hitchcockthemovie.com/","112336","tt0975645","en","Hitchcock","HITCHCOCK follows the relationship between director Alfred Hitchcock and his wife Alma Reville during the making of his most famous film, PSYCHO, and the trials and tribulations the director faced from Hollywood censors.","10.628","/qQGr8DQiAelkcy4w8cXn2qTMkMq.jpg","[{'id':18713,'logo_path':null,'name':'Prana Studios','origin_country':''},{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'},{'id':2363,'logo_path':null,'name':'Cold Spring Pictures','origin_country':''},{'id':2364,'logo_path':'/oZyR5maGM96jReVgW7oJ7mXN8ts.png','name':'The Montecito Picture Company','origin_country':'US'},{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'},{'id':290,'logo_path':'/Q8mw2AOQQc8Qg0uNwLWq86DVZv.png','name':'Ingenious Media','origin_country':'GB'},{'id':10893,'logo_path':null,'name':'Big Screen Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-11-22","23570541","98","[{'iso_639_1':'en','name':'English'}]","Released","Good evening.","Hitchcock","false","6.5","797" +"false","/4aur0Sum8KnL5XZU0tNDjRJDUtC.jpg","null","70000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","8488","tt0386588","en","Hitch","Dating coach Alex 'Hitch' Hitchens mentors a bumbling client, Albert, who hopes to win the heart of the glamorous Allegra Cole. While Albert makes progress, Hitch faces his own romantic setbacks when proven techniques fail to work on Sara Melas, a tabloid reporter digging for dirt on Allegra Cole's love life. When Sara discovers Hitch's connection to Albert ??? now Allegra's boyfriend ??? it threatens to destroy both relationships.","13.076","/wY1AsrhhymgxVruhkPtfBoLnUA3.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-02-11","368100420","118","[{'iso_639_1':'en','name':'English'}]","Released","The cure for the common man.","Hitch","false","6.4","2953" +"false","/tRRL9pIKXad7fgaVrMvUFXkfFxC.jpg","null","2000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://www.hitandrunmovie.com/","109513","tt2097307","en","Hit & Run","Former getaway driver Charlie Bronson jeopardizes his Witness Protection Plan identity in order to help his girlfriend get to Los Angeles. The feds and Charlie's former gang chase them on the road.","8.188","/fKlHDj9vGuapS3MKpezwlKFqz4w.jpg","[{'id':10424,'logo_path':null,'name':'Primate Pictures','origin_country':''},{'id':10425,'logo_path':null,'name':'Kim and Jim Productions','origin_country':''},{'id':10426,'logo_path':null,'name':'Panay Films','origin_country':''},{'id':11448,'logo_path':'/twhX9HMUuGW4Mhb45AyWDhRqkvR.png','name':'Exclusive Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-08-22","14400000","100","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'pl','name':'Polski'}]","Released","A Comedy That Never Takes Its Foot Off The Gas","Hit & Run","false","5.6","300" +"false","/jfQpMi154aMUk04RkKRXyZoRVeO.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","119117","tt1986857","en","Hijacked","A special agent's plans to reconcile with his ex-fianc?? are ruined when she boards a private jet that is targeted by hijackers working for the same crime lord that he is chasing.","2.043","/5KIPtBx6xzHlhApuDZL3RRBmq3H.jpg","[{'id':94790,'logo_path':null,'name':'Swift Street Productions','origin_country':''},{'id':94791,'logo_path':null,'name':'NuttHouse Moving Pictures Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-07-31","0","86","[{'iso_639_1':'en','name':'English'}]","Released","","Hijacked","false","3.6","21" +"false","/fiQnsl4edGJUFuliRIxdsLiVPO1.jpg","null","0","[{'id':14,'name':'Fantasy'},{'id':35,'name':'Comedy'}]","","21362","tt0095304","en","High Spirits","When Peter Plunkett's Irish castle turned hotel is about to be repossesed, he decides to spice up the attraction a bit for the 'Yanks' by having his staff pretend to haunt the castle. The trouble begins when a busload of American tourists arrive - along with some real ghosts.","5.751","/mX85r9x5biMJGCtmgXWVbnQQdyK.jpg","[{'id':927,'logo_path':null,'name':'Palace Pictures','origin_country':''},{'id':4109,'logo_path':null,'name':'Vision PDG','origin_country':''}]","[{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1988-11-18","7399763","99","[{'iso_639_1':'en','name':'English'}]","Released","He's an American. She's a ghost. Vacation romances are always a hassle.","High Spirits","false","5.6","92" +"false","/oKJUshF2NYNQXJzwAZzDW4oekiB.jpg","null","0","[{'id':35,'name':'Comedy'}]","","48954","tt0047085","en","The Maggie","The poor, elderly and wily Scottish skipper of a broken-down old 'puffer' boat tricks an American tycoon into paying him to transport his personal cargo. When the tycoon learns of the trick, he attempts to track down the boat and remove his possessions.","1.277","/fMepZ6WZ8j3ts2estQvKYcpWwQL.jpg","[{'id':2650,'logo_path':null,'name':'Ealing Studios','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1954-02-25","0","92","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'gd','name':''}]","Released","","The Maggie","false","6.1","17" +"false","/fkO1oDgP1TEdP4TuUHtk83NxXHK.jpg","null","0","[{'id':18,'name':'Drama'}]","http://hideyoursmilingfaces.com/","163710","tt1964773","en","Hide Your Smiling Faces","Tommy and his older brother Eric live in the midst of vast remote forests. The death of their friend pushes them close to the edge. Eric doesn???t know how to channel his energy. All at once, nature???s vastness feels stifling.","2.026","/50QL6qrxJhHotBCY2ymgf8THJhF.jpg","[{'id':24635,'logo_path':null,'name':'Flies','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-03-25","0","81","[{'iso_639_1':'en','name':'English'}]","Released","","Hide Your Smiling Faces","false","6.7","23" +"false","/gGFDS4JxyhftFR6fIqgRfQ31TYr.jpg","null","30000000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","11096","tt0382077","en","Hide and Seek","David Callaway tries to piece together his life in the wake of his wife's suicide and has been left to raise his nine-year-old daughter, Emily on his own. David is at first amused to discover that Emily has created an imaginary friend named 'Charlie', but it isn't long before 'Charlie' develops a sinister and violent side, and as David struggles with his daughter's growing emotional problems, he comes to the frightening realisation that 'Charlie' isn't just a figment of Emily's imagination.","7.354","/g8qIjDUzru1c0reqca7dJ6cmte8.jpg","[{'id':73955,'logo_path':null,'name':'MBC Beteiligungs Filmproduktion','origin_country':''},{'id':711,'logo_path':'/tEiIH5QesdheJmDAqQwvtN60727.png','name':'Fox 2000 Pictures','origin_country':'US'},{'id':1894,'logo_path':null,'name':'Josephson Entertainment','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-01-27","122650962","101","[{'iso_639_1':'en','name':'English'}]","Released","Come out, come out, whatever you are.","Hide and Seek","false","6.3","771" +"false","/2iYjbQOgu6Yvz83ZNjNEiRlwL9x.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","47869","tt0099768","en","Hidden Agenda","In Ireland, American lawyer Ingrid Jessner and her activist partner, Paul Sullivan, struggle to uncover atrocities committed by the British government against the Northern Irish during the ""Troubles."" But when Sullivan is assassinated in the streets, Jessner teams up with Peter Kerrigan, a British investigator acting against the will of his own government, and struggles to uncover a conspiracy that may even implicate one of Kerrigan's colleagues.","3.728","/tIZXy9tCxJwVi3BaQVVnN0FPAIo.jpg","[{'id':37358,'logo_path':null,'name':'Initial (II)','origin_country':''},{'id':3952,'logo_path':null,'name':'Hemdale Film','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1990-11-21","1030938","108","[{'iso_639_1':'en','name':'English'}]","Released","Every government has one.","Hidden Agenda","false","7","40" +"false","/1tH9AnFjBFemdowMfDrnnhY8Y1z.jpg","null","100000000","[{'id':37,'name':'Western'},{'id':12,'name':'Adventure'}]","","2023","tt0317648","en","Hidalgo","Set in 1890, this is the story of a Pony Express courier who travels to Arabia to compete with his horse, Hidalgo, in a dangerous race for a massive contest prize, in an adventure that sends the pair around the world...","10.295","/5BiWWo12FnSFTatD8dfMpoF7bVs.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':877,'logo_path':null,'name':'Casey Silver Productions','origin_country':''},{'id':19477,'logo_path':null,'name':'Dune Films','origin_country':'MA'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'MA','name':'Morocco'}]","2004-03-05","108103450","136","[{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'en','name':'English'}]","Released","Unbridled. Unbroken. Unbeaten.","Hidalgo","false","6.5","517" +"false","/wuhtPwdmsIggkUZr9oahfmMkBrO.jpg","null","0","[{'id':80,'name':'Crime'},{'id':28,'name':'Action'}]","","85126","tt0068698","en","Hickey & Boggs","Two veteran private eyes trigger a criminal reign of terror with their search for a missing girl.","1.741","/eF8C8zOZtyy80a3xsFofdGri74w.jpg","[{'id':16127,'logo_path':null,'name':'Film Guarantors','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1972-10-04","0","111","[{'iso_639_1':'en','name':'English'}]","Released","They're Not Cool Slick Heroes.","Hickey & Boggs","false","6.4","14" +"false","/czx5wMOnwSq8SYKg93cSL1NIkVd.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","42257","tt0073107","en","Hester Street","Steven Keats plays a Russian emigre who prides himself on the way he's molded himself into a real Yankee in the USA, though the world he lives in, New York's Lower East Side in the late 19th century, is almost exclusively populated by other Jewish immigrants. When his wife (Carol Kane) finally arrives in the New World, however, she has a lot of assimilating to do. This causes the tension which drives the movie along, though it maintains a fairly light atmosphere most of the time.","1.727","/52Y0yBsv1H3Pts3DOHeBDTOnJ0.jpg","[{'id':31702,'logo_path':null,'name':'Midwest Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1975-10-19","0","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'yi','name':''}]","Released","","Hester Street","false","6.7","7" +"false","/7N4xMXU0ZewVzdkWGdM3M3fJ9Kw.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","94363","tt1205558","en","Hick","A pistol-packing teen meets an unstable rebel and a cocaine-snorting drifter as she hitchhikes her way out West.","6.763","/pTz9ShhcJfZgT364UmwUKJ9EBaL.jpg","[{'id':9036,'logo_path':null,'name':'Taylor Lane Productions','origin_country':''},{'id':9034,'logo_path':null,'name':'Stone River Productions','origin_country':''},{'id':18903,'logo_path':null,'name':'Lighthouse Home Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-09-10","0","99","[{'iso_639_1':'en','name':'English'}]","Released","Trouble travels together.","Hick","false","5.7","235" +"false","/lyltBzgnMcWo13FTc1RyU8Xl1Zk.jpg","null","40000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","http://www.hesjustnotthatintoyoumovie.com/","10184","tt1001508","en","He's Just Not That Into You","Remember that really cute guy who said he'd call ??? and didn't? Maybe he lost your number. Maybe he's in the hospital. Maybe he's awed by your beauty, brains or success. Or maybe... he's just not that into you.","13.692","/ruc33YnCrmCL8PHdPQVzfa4shWX.jpg","[{'id':51190,'logo_path':null,'name':'Internationale Filmproduktion Blackswan','origin_country':''},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':19813,'logo_path':null,'name':'Flower Films','origin_country':'US'}]","[{'iso_3166_1':'NL','name':'Netherlands'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'DE','name':'Germany'}]","2009-02-06","177259441","129","[{'iso_639_1':'en','name':'English'}]","Released","Are you the exception... or the rule?","He's Just Not That Into You","false","6.4","1883" +"false","/hqoT9VmekkuQ9vQFPjJOzLPdPfb.jpg","null","50000000","[{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'}]","http://hereafter.warnerbros.com/","44603","tt1212419","en","Hereafter","A supernatural thriller centered on three people -- a blue-collar American, a French journalist and a London school boy -- who are touched by death in different ways.","9.303","/iyC8fKWncwX2d06NwUz5qbf2P1.jpg","[{'id':171,'logo_path':null,'name':'Malpaso Productions','origin_country':'US'},{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':862,'logo_path':'/udTjbqPmcTbfrihMuLtLcizDEM1.png','name':'The Kennedy/Marshall Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-10-22","105197635","129","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Touched by death. Changed by life.","Hereafter","false","5.9","817" +"false","/ftgPQvQCKP4IBd0jA7HJRDWqlmu.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","","87826","tt1648179","en","Here Comes the Boom","A high school biology teacher moonlights as a mixed-martial arts fighter in an effort to raise money to save the school's music program.","9.927","/sB7UeSr1D4uIhTm76GdtA1e7F0t.jpg","[{'id':8000,'logo_path':'/f8NwLg72BByt3eav7lX1lcJfe60.png','name':'Broken Road Productions','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':2608,'logo_path':'/g3YRudXiQzHesQqRXvnhFpMzfkU.png','name':'Happy Madison Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-10-11","73100172","105","[{'iso_639_1':'en','name':'English'}]","Released","No one will fight for his students like Mr. Voss.","Here Comes the Boom","false","6.1","795" +"false","/vP1yJyHaFvHxqoHm9TopUByrvIG.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'}]","http://www.theasylum.cc/product.php?id=252","277594","tt3499424","en","Hercules Reborn","When a young man's bride is kidnapped by an evil king, he turns to Hercules for help. The fallen hero has been living in exile, banished for killing his family, but the young man's courage inspires Hercules. Together, they fight to rescue the bride and reclaim the honor of Hercules.","1.106","/86uaUZoswk3ZyqctCQg2EIZaFf3.jpg","[{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-07-08","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Hercules Reborn","false","4.3","49" +"false","/ci4ExweJvC3a2LA7Y1gkD2MSCny.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'}]","","5227","tt0065832","en","Hercules in New York","Hercules (Schwarzenegger) is sent to Earth where he finds true love and starts a promising career in the bodybuilder business.","5.967","/2Rad0CXcWSyjp6vidmz08QriYNZ.jpg","[{'id':1881,'logo_path':null,'name':'RAF Industries','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1969-02-23","0","91","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'hu','name':'Magyar'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","","Hercules in New York","false","3.8","98" +"false","/pNPdcgHT1FpCmauzFWepyfDvDo9.jpg","null","100000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'}]","","184315","tt1267297","en","Hercules","Fourteen hundred years ago, a tormented soul walked the earth that was neither man nor god. Hercules was the powerful son of the god king Zeus, for this he received nothing but suffering his entire life. After twelve arduous labors and the loss of his family, this dark, world-weary soul turned his back on the gods finding his only solace in bloody battle. Over the years he warmed to the company of six similar souls, their only bond being their love of fighting and presence of death. These men and woman never question where they go to fight or why or whom, just how much they will be paid. Now the King of Thrace has hired these mercenaries to train his men to become the greatest army of all time. It is time for this bunch of lost souls to finally have their eyes opened to how far they have fallen when they must train an army to become as ruthless and blood thirsty as their reputation has become.","25.378","/wGAWxOnVjwXqvoiKX7Pf6XOWnPJ.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':19648,'logo_path':null,'name':'Radical Studios','origin_country':''},{'id':34081,'logo_path':null,'name':'Flynn Picture Company','origin_country':'US'},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-07-23","243400000","99","[{'iso_639_1':'en','name':'English'}]","Released","Before he was a legend, he was a man.","Hercules","false","5.6","2518" +"false","/mlI0GuNH7AezVQzuabFHz0I4vVT.jpg","null","85000000","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","11970","tt0119282","en","Hercules","Bestowed with superhuman strength, a young mortal named Hercules sets out to prove himself a hero in the eyes of his father, the great god Zeus. Along with his friends Pegasus, a flying horse, and Phil, a personal trainer, Hercules is tricked by the hilarious, hotheaded villain Hades, who's plotting to take over Mount Olympus!","13.356","/yds93kIrmH1aNN0YKAcHLyOkNEV.jpg","[{'id':6125,'logo_path':'/tVPmo07IHhBs4HuilrcV0yujsZ9.png','name':'Walt Disney Animation Studios','origin_country':'US'},{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-06-20","252712101","93","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'el','name':'????????????????'}]","Released","Zero to Hero!","Hercules","false","7.5","3634" +"false","/4f4tWe6uhwtuKMygfIAytR2W0pj.jpg","null","23000000","[{'id':10749,'name':'Romance'},{'id':878,'name':'Science Fiction'},{'id':18,'name':'Drama'}]","http://www.herthemovie.com/","152601","tt1798709","en","Her","In the not so distant future, Theodore, a lonely writer purchases a newly developed operating system designed to meet the user's every needs. To Theodore's surprise, a romantic relationship develops between him and his operating system. This unconventional love story blends science fiction and romance in a sweet tale that explores the nature of love and the ways that technology isolates and connects us all.","18.863","/fsoTLnUXEUTNuVCBxAJMY0HPPd.jpg","[{'id':13184,'logo_path':'/pfUB1a62jSMIqp4Xmaq6z2cgW0B.png','name':'Annapurna Pictures','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':11654,'logo_path':null,'name':'Ascot Elite - Ascot Life!','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-12-18","47351251","126","[{'iso_639_1':'en','name':'English'}]","Released","A Spike Jonze Love Story","Her","false","7.9","7451" +"false","/usbfKNeqx5FrHByBf7Fzf9WDuIl.jpg","null","9000000","[{'id':10752,'name':'War'},{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10749,'name':'Romance'}]","","10705","tt0097499","en","Henry V","Gritty adaption of William Shakespeare's play about the English King's bloody conquest of France.","10.525","/lGvLBxPDSqBbrvZBmbKFEi91QDo.jpg","[{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':3102,'logo_path':null,'name':'Renaissance Films','origin_country':''},{'id':798,'logo_path':'/nQgX1MOLySgug7FDONdIkht3xob.png','name':'Samuel Goldwyn Company','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1989-10-05","0","137","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","The great adventure of a king who defied the odds to prove himself a man.","Henry V","false","7.4","147" +"false","/hNIIY0i0hN5lyd0AAPlaDJlIETi.jpg","null","0","[{'id':10749,'name':'Romance'}]","","17993","tt0099762","en","Henry & June","While traveling in Paris, author Henry Miller and his wife, June, meet Anais Nin, and sexual sparks fly as Nin starts an affair with the openly bisexual June. When June is forced to return to the U.S., she gives Nin her blessing to sleep with her husband. Then, when June returns to France, an unexpected, and sometimes contentious, threesome forms.","4.923","/vh5vFqyj45wtyDPfq9INu1l3vF9.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':35480,'logo_path':null,'name':'Walrus & Associates','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-09-28","11567449","136","[{'iso_639_1':'en','name':'English'}]","Released","A true adventure more erotic than any fantasy","Henry & June","false","6.5","71" +"false","/lUJTk3RPJtWbKHhOMIAprCDZxg1.jpg","{'id':8917,'name':'Hellraiser Collection','poster_path':'/lIK0UgJsA18Z5I1PwpucXzgyF3A.jpg','backdrop_path':'/uaEUgCqB6lGkvM4Wy5blNwLJdfa.jpg'}","350000","[{'id':27,'name':'Horror'}]","","70584","tt1716747","en","Hellraiser: Revelations","Two friends in Mexico discover the Lament Configuration and unleash Pinhead, but one decides to try to survive by swapping himself with someone else. Once they go missing, family members go in search of them, but find Pinhead instead.","6.561","/iRvm4Ql8BsYHcEWuq9y0REuFRY8.jpg","[{'id':2811,'logo_path':null,'name':'Neo Art & Logic','origin_country':''},{'id':15345,'logo_path':null,'name':'Puzzlebox Films','origin_country':''},{'id':7619,'logo_path':null,'name':'Dimension Extreme','origin_country':''},{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-10-18","0","75","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","","Hellraiser: Revelations","false","3","87" +"false","/2yagY3Q2lAhBdInADCn3B9H56XM.jpg","{'id':8917,'name':'Hellraiser Collection','poster_path':'/lIK0UgJsA18Z5I1PwpucXzgyF3A.jpg','backdrop_path':'/uaEUgCqB6lGkvM4Wy5blNwLJdfa.jpg'}","2000000","[{'id':80,'name':'Crime'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","12597","tt0229440","en","Hellraiser: Inferno","A shady police detective becomes embroiled in a strange world of murder, sadism and madness after being assigned a murder investigation against a madman known only as ""The Engineer"".","8.81","/kb2t4DkT2dNQouRlJlcqzSkzCwv.jpg","[{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':2811,'logo_path':null,'name':'Neo Art & Logic','origin_country':''},{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'},{'id':308,'logo_path':'/e8F3mQM7DkJ5SfYYDp8FYzPBOGX.png','name':'The Weinstein Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-10-03","0","99","[{'iso_639_1':'en','name':'English'}]","Released","The Terrifying New Chapter In The ""Hellraiser"" Legacy!","Hellraiser: Inferno","false","5.3","171" +"false","/9qAb7Xq8MeqP6zpMO9UtTlZVTq7.jpg","{'id':8917,'name':'Hellraiser Collection','poster_path':'/lIK0UgJsA18Z5I1PwpucXzgyF3A.jpg','backdrop_path':'/uaEUgCqB6lGkvM4Wy5blNwLJdfa.jpg'}","5000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':10752,'name':'War'}]","","11569","tt0104409","en","Hellraiser III: Hell on Earth","Pinhead is trapped in a sculpture and fortunately for him the sculpture is bought by a young playboy who owns his own night club. Pinhead busies himself escaping by getting the playboy to lure victims to his presence so he can use their blood. Once free, he seeks to destroy the puzzle cube so he need never return to Hell, but a female reporter is investigating the grisly murders and stands in his way.","10.48","/6gQGP4JEVXZcz1tANNF0h9e7tqc.jpg","[{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'},{'id':15342,'logo_path':null,'name':'Fifth Avenue Entertainment','origin_country':''},{'id':15343,'logo_path':null,'name':'Trans Atlantic Entertainment','origin_country':''},{'id':53458,'logo_path':'/duvBwB5816mJ52ohQUden2PHwY2.png','name':'Lakeshore International','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","1992-09-11","12534961","93","[{'iso_639_1':'en','name':'English'}]","Released","What started in hell, will end on Earth","Hellraiser III: Hell on Earth","false","5.5","264" +"false","/1xgnmicPKkugOm7jrvN9ZwcBgnT.jpg","{'id':8917,'name':'Hellraiser Collection','poster_path':'/lIK0UgJsA18Z5I1PwpucXzgyF3A.jpg','backdrop_path':'/uaEUgCqB6lGkvM4Wy5blNwLJdfa.jpg'}","4000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","","8766","tt0116514","en","Hellraiser: Bloodline","In the 22nd century, a scientist attempts to right the wrong his ancestor created: the puzzle box that opens the gates of Hell and unleashes Pinhead and his Cenobite legions","8.902","/gw8wzitvvPUX7pK6a56KPDbxFqB.jpg","[{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'},{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':15343,'logo_path':null,'name':'Trans Atlantic Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-03-08","16675000","86","[{'iso_639_1':'en','name':'English'}]","Released","This year, the past, the present and the future will all meet at the crossroads of hell.","Hellraiser: Bloodline","false","5","180" +"false","/jd7pIx2XnO8wRdPT5ncAjhFxNwL.jpg","{'id':8917,'name':'Hellraiser Collection','poster_path':'/lIK0UgJsA18Z5I1PwpucXzgyF3A.jpg','backdrop_path':'/uaEUgCqB6lGkvM4Wy5blNwLJdfa.jpg'}","1000000","[{'id':27,'name':'Horror'}]","","9003","tt0093177","en","Hellraiser","Larry and his wife, Julia move into an old house and discover a hideous creature - the man's half-brother, who is also the woman's former lover - hiding upstairs. Having lost his earthly body to a trio of S&M demons, the Cenobites, Frank, is brought back into existence by a drop of blood on the floor. He soon forces his former mistress to bring him his necessary human sacrifices to complete his body... but the Cenobites won't be happy about this.","11.902","/4nfAhOTlfZUHNorHJXEib7GYFpp.jpg","[{'id':1950,'logo_path':null,'name':'New World Pictures','origin_country':''},{'id':15338,'logo_path':null,'name':'Cinemarque Entertainment BV','origin_country':''},{'id':15339,'logo_path':null,'name':'Film Futures','origin_country':''},{'id':15340,'logo_path':null,'name':'Rivdel Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1987-09-11","14564027","94","[{'iso_639_1':'en','name':'English'}]","Released","He'll tear your soul apart.","Hellraiser","false","7","874" +"false","/6ilhg0yLJha3Vva2uYbuOGX2zlJ.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","84281","tt2063666","en","Hello I Must Be Going","Divorced and demoralized Amy Minsky???s prospects look bleak when she is condemned to move back in with her parents at the age of 35. Everyone wants to help, but, as her patience level with advice is plummeting, a bold teenage boy enters her life, igniting her last bit of self-esteem. What ensues is an unconventional love story infused with all the good things Amy needs to get on in life, and that just may include great sex.","4.243","/75vIVOUaUOkoJIkSRO7Rwu4KKj4.jpg","[{'id':4748,'logo_path':'/bTMeosrSiKaTPmZiTYnSDZlin5d.png','name':'Oscilloscope','origin_country':'US'},{'id':921,'logo_path':null,'name':'Next Wednesday Productions','origin_country':''},{'id':21775,'logo_path':null,'name':'Union Entertainment Group (II)','origin_country':''},{'id':26197,'logo_path':null,'name':'Skyscraper Films','origin_country':''},{'id':7372,'logo_path':'/ouJZliqslZepeihJHqBYWoBNBqR.png','name':'Paper Street Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-09-07","0","95","[{'iso_639_1':'en','name':'English'}]","Released","*Meet Amy Minsky. She's just getting over her divorce.","Hello I Must Be Going","false","5.9","69" +"false","/x8VKsbVA98Sr8CLrWIu6qV78PPA.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","244536","tt3186318","en","Hellion","When motocross and heavy metal obsessed, 13-year-old Jacob's delinquent behavior forces CPS to place his little brother Wes with his aunt, Jacob and his emotionally absent father must finally take responsibility for their actions and each other in order to bring Wes home.","3.752","/qGk8K5GEjlfbL8ZwaF3r5i3Bbtx.jpg","[{'id':42037,'logo_path':null,'name':'Silver Sail Entertainment','origin_country':''},{'id':42038,'logo_path':null,'name':'Across Town Productions','origin_country':''},{'id':307,'logo_path':'/gUi3pAUznQJpR296lw4mSVbB7zx.png','name':'IFC Films','origin_country':'US'},{'id':42039,'logo_path':null,'name':'Arts+Labor','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-06-13","0","98","[{'iso_639_1':'en','name':'English'}]","Released","","Hellion","false","5.8","65" +"false","/ePokSUzeMxG3CLYRseg0rIGWCsr.jpg","{'id':17235,'name':'Hellboy Collection','poster_path':'/81B1OdGY7f3TVN06eKra25vHzYk.jpg','backdrop_path':'/i6WF7cYiogl8g5ryZDbZBw8RNVN.jpg'}","85000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'}]","","11253","tt0411477","en","Hellboy II: The Golden Army","In this continuation to the adventure of the demon superhero, an evil elf breaks an ancient pact between humans and creatures, as he declares war against humanity. He is on a mission to release The Golden Army, a deadly group of fighting machines that can destroy the human race. As Hell on Earth is ready to erupt, Hellboy and his crew set out to defeat the evil prince.","18.003","/fFcZqnWDeQsImDAAIyAimc3SGEl.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':552,'logo_path':'/9dGdLfm3GteWeUDtD9c9tvlidUG.png','name':'Dark Horse Entertainment','origin_country':'US'},{'id':21498,'logo_path':null,'name':'Internationale Filmproduktion Eagle','origin_country':'DE'},{'id':2735,'logo_path':null,'name':'Mid Atlantic Films','origin_country':''},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':840,'logo_path':null,'name':'Lawrence Gordon Productions','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2008-07-11","160388063","120","[{'iso_639_1':'en','name':'English'}]","Released","Saving the world is a hell of a job.","Hellboy II: The Golden Army","false","6.6","2673" +"false","/13DIK3beAoroeJSdrcYm66s6hal.jpg","{'id':17235,'name':'Hellboy Collection','poster_path':'/81B1OdGY7f3TVN06eKra25vHzYk.jpg','backdrop_path':'/i6WF7cYiogl8g5ryZDbZBw8RNVN.jpg'}","66000000","[{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","http://www.sonypictures.com/homevideo/hellboy/","1487","tt0167190","en","Hellboy","In the final days of World War II, the Nazis attempt to use black magic to aid their dying cause. The Allies raid the camp where the ceremony is taking place, but not before a demon - Hellboy - has already been conjured. Joining the Allied forces, Hellboy eventually grows to adulthood, serving the cause of good rather than evil.","15.796","/3fAWzI9MUosggdGMu7EaDhn44m6.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':497,'logo_path':'/pMyhOBd3sCiLzBlmIopdJkcUFtn.png','name':'Revolution Studios','origin_country':''},{'id':552,'logo_path':'/9dGdLfm3GteWeUDtD9c9tvlidUG.png','name':'Dark Horse Entertainment','origin_country':'US'},{'id':840,'logo_path':null,'name':'Lawrence Gordon Productions','origin_country':''},{'id':21497,'logo_path':null,'name':'Starlite Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-04-02","99318987","122","[{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'en','name':'English'}]","Released","From the Dark Side to Our Side.","Hellboy","false","6.6","3820" +"false","/s3YnyO4lwQ5tgdWw664zdKsKkpk.jpg","{'id':8917,'name':'Hellraiser Collection','poster_path':'/lIK0UgJsA18Z5I1PwpucXzgyF3A.jpg','backdrop_path':'/uaEUgCqB6lGkvM4Wy5blNwLJdfa.jpg'}","3000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","9064","tt0095294","en","Hellbound: Hellraiser II","Doctor Channard is sent a new patient, a girl warning of the terrible creatures that have destroyed her family, Cenobites who offer the most intense sensations of pleasure and pain. But Channard has been searching for the doorway to Hell for years, and Kirsty must follow him to save her father and witness the power struggles among the newly damned.","8.616","/ryuo4unQkzcEKhfAfzhbQo8oxVm.jpg","[{'id':15339,'logo_path':null,'name':'Film Futures','origin_country':''},{'id':1950,'logo_path':null,'name':'New World Pictures','origin_country':''},{'id':10170,'logo_path':null,'name':'Cinemarque Entertainment','origin_country':''},{'id':20607,'logo_path':null,'name':'King Video Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1988-12-23","12090735","97","[{'iso_639_1':'en','name':'English'}]","Released","Time to play.","Hellbound: Hellraiser II","false","6.4","387" +"false","/jgemgAqvyFbsSLLE2BH16vgQDUn.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","13300","tt0411475","en","Hell Ride","Hell Ride is a 2008 feature film from Larry Bishop being released under the ???Quentin Tarantino Presents??? banner. The film promises to be a blood and sex-soaked tale of motorcycle revenge and retribution.","8.638","/zO3kXAJoyI8asGuQQWal4kFPcwY.jpg","[{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-08-08","194287","84","[{'iso_639_1':'en','name':'English'}]","Released","The rebellion against all there is","Hell Ride","false","5.4","87" +"false","/jQeO3v3fFO5mFJfwBdWT3l92wxM.jpg","{'id':160468,'name':'The Frogtown Collection','poster_path':'/61RhYSdIyD6rMhqREIbC06oA2yL.jpg','backdrop_path':'/1MrAuY0KlCwyK63JKzry2W35LBk.jpg'}","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","22572","tt0093171","en","Hell Comes to Frogtown","'Hell' is the name of the hero of the story. He's a prisoner of the women who now run the USA after a nuclear/biological war. Results of the war are that mutants have evolved, and the human race is in danger of extinction due to infertility. Hell is given the task of helping in the rescue of a group of fertile women from the harem of the mutant leader (resembling a frog). Hell cannot escape since he has a bomb attached to his private parts which will detonate if he strays more than a few hundred yards from his guard.","2.569","/xa3PQee2vxEB4s4vGl3KfqhRKoL.jpg","[{'id':1950,'logo_path':null,'name':'New World Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-01-01","0","88","[{'iso_639_1':'en','name':'English'}]","Released","A new breed of enemy has taken over the world... Sam Hell has come to take it back.","Hell Comes to Frogtown","false","5.9","48" +"false","/rm7oyDmZWN33ZwQ8AKKXOFgs3tU.jpg","null","2500000","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","159092","tt2318527","en","Hell Baby","After she and her husband move into a haunted house, a woman gives birth to a demonic infant that wreaks havoc.","5.814","/wUyEk4Q8udCbaTLHGMQWhUqvwfA.jpg","[{'id':12622,'logo_path':null,'name':'Darko Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-09-06","0","98","[{'iso_639_1':'en','name':'English'}]","Released","The Devil got a baby mama.","Hell Baby","false","4.9","118" +"false","/3H5PRkmFcczTISVoK1tF4TQuofo.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","254375","tt1626146","en","Hector and the Search for Happiness","Hector is a quirky psychiatrist who has become increasingly tired of his humdrum life. As he tells his girlfriend, Clara, he feels like a fraud: he hasn???t really tasted life, and yet he???s offering advice to patients who are just not getting any happier. So Hector decides to break out of his deluded and routine driven life. Armed with buckets of courage and child-like curiosity, he embarks on a global quest in hopes of uncovering the elusive secret formula for true happiness. And so begins a larger than life adventure with riotously funny results.","7.026","/tgjU6tYG6KSebqFX9VyUQD8mwkm.jpg","[{'id':856,'logo_path':'/3tfzS2CrX6Ntbu927XzHXEPDA6y.png','name':'Wild Bunch','origin_country':'FR'},{'id':2221,'logo_path':null,'name':'Erfttal Film','origin_country':''},{'id':5056,'logo_path':'/kADFcjL04xe5HGBnlLjbfhliS2a.png','name':'Head Gear Films','origin_country':'GB'},{'id':25954,'logo_path':null,'name':'Metrol Technology','origin_country':'GB'},{'id':44225,'logo_path':null,'name':'Construction Film','origin_country':''},{'id':44226,'logo_path':null,'name':'Screen Siren Pictures','origin_country':''},{'id':773,'logo_path':'/8GHHXJTeF5XU5a5EN6myMiYwSJh.png','name':'Film Afrika Worldwide','origin_country':'ZA'},{'id':2254,'logo_path':'/4OQ25tiNECBBRDUhfC5ACa1vOIR.png','name':'Egoli Tossell Film','origin_country':'DE'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'ZA','name':'South Africa'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'CA','name':'Canada'}]","2014-08-14","1124445","114","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Sometimes to find yourself you need to get a little lost.","Hector and the Search for Happiness","false","6.9","452" +"false","/iOGODt9Z92SHVEyuEQiN8wYidmQ.jpg","{'id':141086,'name':'Heavy Metal Collection','poster_path':'/tPzcbhK32OqnYmOccqbRw0eje7a.jpg','backdrop_path':'/iao9hIahX41T1Lxpa5h62J28rQF.jpg'}","9300000","[{'id':16,'name':'Animation'},{'id':878,'name':'Science Fiction'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':10402,'name':'Music'}]","","11827","tt0082509","en","Heavy Metal","A glowing orb terrorizes a young girl with a collection of stories of dark fantasy, eroticism and horror.","11.465","/aWDqK6EhzTRKE7WvZE737Fbeo9D.jpg","[{'id':4952,'logo_path':null,'name':'Canadian Film Development Corporation (CFDC)','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","1981-08-07","20100000","90","[{'iso_639_1':'hu','name':'Magyar'},{'iso_639_1':'en','name':'English'}]","Released","A Step Beyond Science Fiction","Heavy Metal","false","6.2","245" +"false","/hAEPnPMOnTr9AT2kRwqxRw53bRA.jpg","null","0","[{'id':18,'name':'Drama'}]","","285024","tt3687186","en","Heaven Knows What","A young heroin addict roams the streets of New York to panhandle and get her next fix, while her unstable boyfriend drifts in and out of her life at random.","2.568","/edlo6REnoTEqSYVBO5woFwuhzMj.jpg","[{'id':94312,'logo_path':null,'name':'Elara Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-05-29","0","94","[{'iso_639_1':'en','name':'English'}]","Released","Would you forgive me if I die?","Heaven Knows What","false","6.6","60" +"false","/dAXDNDz1RuN3GjEFMnPVIAhmDP.jpg","null","12000000","[{'id':18,'name':'Drama'}]","http://www.sonypictures.com/movies/heavenisforreal/","236751","tt1929263","en","Heaven is for Real","Based on the #1 New York Times best-selling book, Heaven is for Real recounts the true story of a small-town father who must find the courage and conviction to share his son's extraordinary, life-changing experience with the world. Starring Academy Award?? nominee Greg Kinnear (Best Supporting Actor, As Good As It Gets , 1997) as Todd Burpo, the real-life father whose son Colton claims to have visited Heaven during a near death experience. Colton shares the details of his amazing journey with childlike innocence and speaks matter-of-factly about things that happened before his birth ... things he couldn't possibly know.","10.659","/uvhp5z3t3lw2wCk0RmrP7EcT03E.jpg","[{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'},{'id':3287,'logo_path':'/bz6GbCQQXGNE56LTW9dwgksW0Iw.png','name':'Screen Gems','origin_country':'US'},{'id':16314,'logo_path':null,'name':'Roth Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-04-16","101332962","99","[{'iso_639_1':'en','name':'English'}]","Released","Unlock the mystery","Heaven is for Real","false","6.2","347" +"false","/yyCl2cQsMXo0TIXtnNuzleI5niN.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':10752,'name':'War'}]","","42449","tt0071604","en","Hearts and Minds","Many times during his presidency, Lyndon B. Johnson said that ultimate victory in the Vietnam War depended upon the U.S. military winning the ""hearts and minds"" of the Vietnamese people. Filmmaker Peter Davis uses Johnson's phrase in an ironic context in this anti-war documentary, filmed and released while the Vietnam War was still under way, juxtaposing interviews with military figures like U.S. Army Chief of Staff William C. Westmoreland with shocking scenes of violence and brutality.","2.697","/uOEqgM1Rw71QByBZoxOSwuAJTeO.jpg","[{'id':15266,'logo_path':null,'name':'BBS Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1974-01-01","30000","112","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'vi','name':'Ti???ng Vi???t'}]","Released","The Forever War. Goes On","Hearts and Minds","false","8.2","38" +"false","/r3WBA9nNswpLdHucQKIXtOTykik.jpg","{'id':360112,'name':'He Who Dares Collection','poster_path':'/4qnJAKPAzpyFgKu1stNg4G2YDEk.jpg','backdrop_path':null}","1000000","[{'id':28,'name':'Action'}]","","233487","tt2740538","en","He Who Dares","On Christmas Eve a group of ruthless masked terrorists kidnap the Prime Ministers daughter, fortifying themselves in an underground car park rigged with explosives. Crack SAS operative Chris Lowe and his team are sent in and must take the building one level at a time. ""The Raid meets Die Hard"" in this explosive action thriller.","1.146","/3K2ui4kxtoj4iq7EMawUE3EblDU.jpg","[{'id':21569,'logo_path':null,'name':'Content Media Corp.','origin_country':''},{'id':21570,'logo_path':null,'name':'Runaway Features','origin_country':''},{'id':14262,'logo_path':null,'name':'Templeheart Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-01-31","0","82","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","15 Floors. 1 Way In. 1 Way Out.","He Who Dares","false","3.4","14" +"false","/AjE2mqKN5qulD1TOugPiT9kvuZp.jpg","null","15000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","","10015","tt0091187","en","Heartbreak Ridge","A hard-nosed, hard-living Marine gunnery sergeant clashes with his superiors and his ex-wife as he takes command of a spoiled recon platoon with a bad attitude.","7.871","/hbKkfRpjtoCYabxEmhklM6MhF7g.jpg","[{'id':11742,'logo_path':null,'name':'Jay Weston Productions','origin_country':''},{'id':171,'logo_path':null,'name':'Malpaso Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1986-12-05","42724017","130","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","...the scars run deep.","Heartbreak Ridge","false","6.7","410" +"false","/3Ykv8a6IjEIqOD2EEE9jlkBageU.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'}]","","38615","tt0095288","en","Heartbreak Hotel","When a teen tries to set up a band at his school, his mother who was a big fan of Elvis Presley gets in a wreck he and his band members decides to kidnap Elvis and have him hooked up with his mother.","1.301","/eTR3YnxTun2WgqZejoxQ4YQ7i3b.jpg","[{'id':554,'logo_path':null,'name':'Silver Screen Partners III','origin_country':''},{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-09-30","0","97","[{'iso_639_1':'en','name':'English'}]","Released","A rock and roll fantasy.","Heartbreak Hotel","false","5.1","12" +"false","/1bm55fptJb2MusLsMoAr3hmQSyO.jpg","null","25000000","[{'id':18,'name':'Drama'}]","","9469","tt0124718","en","He Got Game","A basketball player's father must try to convince him to go to a college so he can get a shorter sentence.","5.343","/kd8hRaysUQOz7AvSorZDJHuihcJ.jpg","[{'id':4319,'logo_path':null,'name':'40 Acres & A Mule Filmworks','origin_country':'US'},{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-05-01","21567853","136","[{'iso_639_1':'en','name':'English'}]","Released","The father, the son and the holy game.","He Got Game","false","6.8","278" +"false","/jMzVSwQp1lLVq9fnQQ4yOjr1YZ2.jpg","null","60000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","949","tt0113277","en","Heat","Obsessive master thief, Neil McCauley leads a top-notch crew on various daring heists throughout Los Angeles while determined detective, Vincent Hanna pursues him without rest. Each man recognizes and respects the ability and the dedication of the other even though they are aware their cat-and-mouse game may end in violence.","17.942","/zMyfPUelumio3tiDKPffaUpsQTD.jpg","[{'id':675,'logo_path':null,'name':'Forward Pass','origin_country':'US'},{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-12-15","187436818","170","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","A Los Angeles Crime Saga","Heat","false","7.8","3066" +"false","/fM8h8M0KcLPWSV35BDOVUcRdlBa.jpg","null","3000000","[{'id':27,'name':'Horror'}]","","280127","tt3170972","en","Hazard Jack","A group of college kids get together for a weekend of booze and war games at an abandoned hospital. The hospital has become the haven for a PTSD stricken war vet coping and acting upon his delusions. Who will survive the game?","0.847","/9uwgV3WC9dkA3k5CMWrkAmuLZq4.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-05-13","0","82","[{'iso_639_1':'en','name':'English'}]","Released","","Hazard Jack","false","3.3","15" +"false","/g9CDUXFBflsIch95wZxeNajTTX2.jpg","null","23000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","http://www.haywiremovie.com/","70435","tt1506999","en","Haywire","Mallory Kane is a highly trained operative who works for a government security contractor in the dirtiest, most dangerous corners of the world. After successfully freeing a Chinese journalist held hostage, she is double crossed and left for dead by someone close to her in her own agency. Suddenly the target of skilled assassins who know her every move, Mallory must find the truth in order to stay alive.","11.897","/o12IDVPUYOhbe3MnQGmbaUreRn9.jpg","[{'id':5267,'logo_path':'/trP3GsUyIztMwcqev3jK1gOeCSA.png','name':'Irish Film Board','origin_country':'IE'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'}]","[{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'US','name':'United States of America'}]","2011-07-05","33372606","93","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","They left her no choice","Haywire","false","5.6","723" +"false","/lFolNwiEfEyiaEBG6NQsu5FzoKY.jpg","null","0","[{'id':53,'name':'Thriller'}]","","278334","tt3663040","en","Heatstroke","On a family trip in the African desert, a research scientist unintentionally travels off course and is brutally murdered by an arms dealer. His girlfriend is put to the ultimate survival test as she attempts to evade the killers and protect his teenage daughter.","2.307","/efxNRLIMozBbhLDZQriOLHOC5Sf.jpg","[{'id':2266,'logo_path':'/owzVs2mguyyJ3vIn7EbgowpUPnk.png','name':'Bold Films','origin_country':'US'}]","[{'iso_3166_1':'ZA','name':'South Africa'}]","2013-12-19","0","92","[{'iso_639_1':'en','name':'English'}]","Released","","Heatstroke","false","5.1","47" +"false","/p5rhvTBf0X6sNyyUQYakXnDshyk.jpg","null","0","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","166271","tt2345567","en","Haunter","A teenager is stuck in a time loop that is not quite the same each time. She must uncover the truth but her actions have consequences for herself and others.","5.564","/vq9kFAIPxhfpnIqlE7Gp5H7UwIg.jpg","[{'id':856,'logo_path':'/3tfzS2CrX6Ntbu927XzHXEPDA6y.png','name':'Wild Bunch','origin_country':'FR'},{'id':5106,'logo_path':'/UjER6i4eM9WuBCVxSSWFtMrsuT.png','name':'Copperheart Entertainment','origin_country':'CA'},{'id':8582,'logo_path':null,'name':'Canadian Film or Video Production Tax Credit Fund (CPTC)','origin_country':'CA'},{'id':11575,'logo_path':null,'name':'Movie Central','origin_country':''},{'id':808,'logo_path':'/4L1apH72jCx6Z5qyH7UOJUDlRoF.png','name':'The Movie Network','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2013-10-25","0","97","[{'iso_639_1':'en','name':'English'}]","Released","","Haunter","false","6","304" +"false","/hnYpaNVKtWhhuZkaFX6pTbmrRM.jpg","null","0","[{'id':27,'name':'Horror'}]","","128655","tt2034009","en","Haunted High","A group of students is trapped at school after a time capsule from the 1950's is cracked open by an earthquake. The students soon realize that ghostly spirits escaped from the time capsule, and possessed the principal and three other teachers.","1.865","/4HK05Atzbth29fZMsP34eeImpDY.jpg","[{'id':10345,'logo_path':null,'name':'Active Entertainment','origin_country':''},{'id':6677,'logo_path':'/tyd27JWQI6z2eZH6AhRJlmYhr9k.png','name':'Syfy','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-08-25","0","85","[{'iso_639_1':'en','name':'English'}]","Released","Showing your school spirit can be deadly.","Ghostquake","false","3.5","10" +"false","/q94MOw98AlBFMtgEy3joRh0NjXz.jpg","null","0","[{'id':27,'name':'Horror'}]","","146243","tt2386278","en","Haunt","An introverted teen sparks with his new neighbor, and together the couple begins to explore the haunted house that is family has unknowingly just purchased.","6.211","/rftGGeT5rCRjLa60UBA7wJqcJYV.jpg","[{'id':73666,'logo_path':null,'name':'Covert Media','origin_country':''},{'id':11029,'logo_path':'/aEqqnFZjCW10ODE4TYQ1qkjvokr.png','name':'QED International','origin_country':'US'},{'id':24428,'logo_path':'/zH6o8LH5x3mpaJgshhFrVRnbJpD.png','name':'Revolver Picture Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-02-19","0","86","[{'iso_639_1':'en','name':'English'}]","Released","The Feeding Never Ends","Haunt","false","5.2","138" +"false","/wATd8lO8UnyaXXst5SG1TdMB4I2.jpg","null","0","[{'id':18,'name':'Drama'}]","","209271","tt2463512","en","Hateship Loveship","A wild teenage girl orchestrates a romance between her nanny and her father, who is a recovering addict.","4.738","/c8q9ksBmRungE0plqgdqXvSbAvB.jpg","[{'id':21773,'logo_path':null,'name':'Film Community, The','origin_country':''},{'id':13045,'logo_path':null,'name':'Fork Films','origin_country':''},{'id':21775,'logo_path':null,'name':'Union Entertainment Group (II)','origin_country':''},{'id':20313,'logo_path':null,'name':'Venture Forth','origin_country':''},{'id':6692,'logo_path':'/2Wd2CodKtgB4XyAQH4ez8qnZuqg.png','name':'Benaroya Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-09-07","0","103","[{'iso_639_1':'en','name':'English'}]","Released","Dare to care.","Hateship Loveship","false","5.8","70" +"false","/7A6IWD6tA5h1zeVXJ8KtfqvDPmS.jpg","null","70000000","[{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","","10592","tt0251114","en","Hart's War","Fourth-generation Army Col. William McNamara is imprisoned in a brutal German POW camp. Still, as the senior-ranking American officer, he commands his fellow inmates, keeping a sense of honor alive in a place where honor is easy to destroy, all under the dangerous eye of the Luftwafe vetran Col. Wilhelm Visser. Never giving up the fight to win the war, McNamara is silently planning, waiting for his moment to strike back at the enemy. A murder in the camp gives him the chance to set a risky plan in motion. With a court martial to keep Visser and the Germans distracted, McNamara orchestrates a cunning scheme to escape and destroy a nearby munitions plant, enlisting the unwitting help of young Lt. Tommy Hart. Together with his men, McNamara uses a hero's resolve to carry out his mission, ultimately forced to weigh the value of his life against the good of his country.","9.014","/yRUhSU7vzs5ePa72LNPcKKCCMZ5.jpg","[{'id':496,'logo_path':null,'name':'David Foster Productions','origin_country':''},{'id':890,'logo_path':null,'name':'Cheyenne Enterprises','origin_country':''},{'id':21447,'logo_path':null,'name':'David Ladd Films','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-02-15","32287044","125","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","Beyond Courage, Beyond Honor.","Hart's War","false","6.2","389" +"false","/ooWqV1Tm9LbAbEAzTqhonI7StGO.jpg","null","2000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':28,'name':'Action'}]","http://www.harshtimes.com/","7873","tt0433387","en","Harsh Times","Jim Davis is an ex-Army Ranger who finds himself slipping back into his old life of petty crime after a job offer from the LAPD evaporates. His best friend is pressured by his girlfriend Sylvia to find a job, but Jim is more interested in hanging out and making cash from small heists, while trying to get a law enforcement job so he can marry his Mexican girlfriend.","9.113","/bULoDSFMxJ0OnyrORPwT9844B9v.jpg","[{'id':2313,'logo_path':null,'name':'Andrea Sperling Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-09-11","5967038","120","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","Take A Ride To The Edge","Harsh Times","false","6.5","311" +"false","/pZIiPOoNhhzVpBuVEpDK7vbBz4l.jpg","{'id':1241,'name':'Harry Potter Collection','poster_path':'/eVPs2Y0LyvTLZn6AP5Z6O2rtiGB.jpg','backdrop_path':'/wfnMt6LGqYHcNyOfsuusw5lX3bL.jpg'}","125000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':10751,'name':'Family'}]","http://harrypotter.warnerbros.com/harrypotterandthedeathlyhallows/mainsite/index.html","671","tt0241527","en","Harry Potter and the Philosopher's Stone","Harry Potter has lived under the stairs at his aunt and uncle's house his whole life. But on his 11th birthday, he learns he's a powerful wizard -- with a place waiting for him at the Hogwarts School of Witchcraft and Wizardry. As he learns to harness his newfound powers with the help of the school's kindly headmaster, Harry uncovers the truth about his parents' deaths -- and about the villain who's to blame.","52.26","/dCtFvscYcXQKTNvyyaQr2g2UacJ.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2001-11-16","976475550","152","[{'iso_639_1':'en','name':'English'}]","Released","Let the Magic Begin.","Harry Potter and the Philosopher's Stone","false","7.8","13312" +"false","/wUpBH6RIH4uOiWoPjj8MKUemu9F.jpg","{'id':1241,'name':'Harry Potter Collection','poster_path':'/eVPs2Y0LyvTLZn6AP5Z6O2rtiGB.jpg','backdrop_path':'/wfnMt6LGqYHcNyOfsuusw5lX3bL.jpg'}","130000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':10751,'name':'Family'}]","","673","tt0304141","en","Harry Potter and the Prisoner of Azkaban","Harry, Ron and Hermione return to Hogwarts for another magic-filled year. Harry comes face to face with danger yet again, this time in the form of escaped convict, Sirius Black???and turns to sympathetic Professor Lupin for help.","27.617","/jUFjMoLh8T2CWzHUSjKCojI5SHu.jpg","[{'id':436,'logo_path':'/A7WCkG3F0NFvjGCwUnclpGdIu9E.png','name':'1492 Pictures','origin_country':'US'},{'id':437,'logo_path':'/nu20mtwbEIhUNnQ5NXVhHsNknZj.png','name':'Heyday Films','origin_country':'GB'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2004-05-31","789804554","141","[{'iso_639_1':'en','name':'English'}]","Released","Something wicked this way comes.","Harry Potter and the Prisoner of Azkaban","false","7.9","11092" +"false","/gGt4ePOhD8ilxd3FYhKB06L2CyG.jpg","{'id':1241,'name':'Harry Potter Collection','poster_path':'/eVPs2Y0LyvTLZn6AP5Z6O2rtiGB.jpg','backdrop_path':'/wfnMt6LGqYHcNyOfsuusw5lX3bL.jpg'}","150000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':10751,'name':'Family'},{'id':9648,'name':'Mystery'}]","http://www.harrypotterorderofthephoenix.com/","675","tt0373889","en","Harry Potter and the Order of the Phoenix","Returning for his fifth year of study at Hogwarts, Harry is stunned to find that his warnings about the return of Lord Voldemort have been ignored. Left with no choice, Harry takes matters into his own hands, training a small group of students ??? dubbed 'Dumbledore's Army' ??? to defend themselves against the dark arts.","30.692","/4YnLxYLHhT4UQ8i9jxAXWy46Xuw.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':437,'logo_path':'/nu20mtwbEIhUNnQ5NXVhHsNknZj.png','name':'Heyday Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2007-06-28","938212738","138","[{'iso_639_1':'en','name':'English'}]","Released","Evil Must Be Confronted.","Harry Potter and the Order of the Phoenix","false","7.6","10335" +"false","/gYsG0HDxFtdhC7MiMxirjogwtf2.jpg","{'id':1241,'name':'Harry Potter Collection','poster_path':'/eVPs2Y0LyvTLZn6AP5Z6O2rtiGB.jpg','backdrop_path':'/wfnMt6LGqYHcNyOfsuusw5lX3bL.jpg'}","250000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':10751,'name':'Family'}]","http://harrypotter.warnerbros.com/harrypotterandthehalf-bloodprince/dvd/index.html","767","tt0417741","en","Harry Potter and the Half-Blood Prince","As Harry begins his sixth year at Hogwarts, he discovers an old book marked as 'Property of the Half-Blood Prince', and begins to learn more about Lord Voldemort's dark past.","29.151","/bFXys2nhALwDvpkF3dP3Vvdfn8b.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':437,'logo_path':'/nu20mtwbEIhUNnQ5NXVhHsNknZj.png','name':'Heyday Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2009-07-07","933959197","153","[{'iso_639_1':'en','name':'English'}]","Released","Dark Secrets Revealed","Harry Potter and the Half-Blood Prince","false","7.6","10084" +"false","/gzKW3emulMxIHzuXxZoyDB1lei9.jpg","{'id':1241,'name':'Harry Potter Collection','poster_path':'/eVPs2Y0LyvTLZn6AP5Z6O2rtiGB.jpg','backdrop_path':'/wfnMt6LGqYHcNyOfsuusw5lX3bL.jpg'}","150000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':10751,'name':'Family'}]","http://harrypotter.warnerbros.com/","674","tt0330373","en","Harry Potter and the Goblet of Fire","Harry starts his fourth year at Hogwarts, competes in the treacherous Triwizard Tournament and faces the evil Lord Voldemort. Ron and Hermione help Harry manage the pressure ??? but Voldemort lurks, awaiting his chance to destroy Harry and all that he stands for.","27.66","/6sASqcdrEHXxUhA3nFpjrRecPD2.jpg","[{'id':462,'logo_path':null,'name':'Patalex IV Productions Limited','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':437,'logo_path':'/nu20mtwbEIhUNnQ5NXVhHsNknZj.png','name':'Heyday Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2005-11-16","895921036","157","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Dark And Difficult Times Lie Ahead.","Harry Potter and the Goblet of Fire","false","7.7","10625" +"false","/n5A7brJCjejceZmHyujwUTVgQNC.jpg","{'id':1241,'name':'Harry Potter Collection','poster_path':'/eVPs2Y0LyvTLZn6AP5Z6O2rtiGB.jpg','backdrop_path':'/wfnMt6LGqYHcNyOfsuusw5lX3bL.jpg'}","125000000","[{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'},{'id':12,'name':'Adventure'}]","http://hpwishlist.warnerbros.com/","12445","tt1201607","en","Harry Potter and the Deathly Hallows: Part 2","Harry, Ron and Hermione continue their quest to vanquish the evil Voldemort once and for all. Just as things begin to look hopeless for the young wizards, Harry discovers a trio of magical objects that endow him with powers to rival Voldemort's formidable skills.","32.067","/fTplI1NCSuEDP4ITLcTps739fcC.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':437,'logo_path':'/nu20mtwbEIhUNnQ5NXVhHsNknZj.png','name':'Heyday Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2011-07-07","1342000000","130","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","It all ends here.","Harry Potter and the Deathly Hallows: Part 2","false","8.1","11066" +"false","/8YA36faYlkpfp6aozcGsqq68pZ9.jpg","{'id':1241,'name':'Harry Potter Collection','poster_path':'/eVPs2Y0LyvTLZn6AP5Z6O2rtiGB.jpg','backdrop_path':'/wfnMt6LGqYHcNyOfsuusw5lX3bL.jpg'}","250000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':10751,'name':'Family'}]","http://www.harrypotter.com","12444","tt0926084","en","Harry Potter and the Deathly Hallows: Part 1","Harry, Ron and Hermione walk away from their last year at Hogwarts to find and destroy the remaining Horcruxes, putting an end to Voldemort's bid for immortality. But with Harry's beloved Dumbledore dead and Voldemort's unscrupulous Death Eaters on the loose, the world is more dangerous than ever.","32.953","/bk1EWfRW0U76sWZiLDL1T7J0XV9.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':437,'logo_path':'/nu20mtwbEIhUNnQ5NXVhHsNknZj.png','name':'Heyday Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2010-10-17","954305868","146","[{'iso_639_1':'en','name':'English'}]","Released","One Way??? One Fate??? One Hero.","Harry Potter and the Deathly Hallows: Part 1","false","7.7","10320" +"false","/xACx8htL9Ubz1qGe0gU2ggHonxV.jpg","{'id':1241,'name':'Harry Potter Collection','poster_path':'/eVPs2Y0LyvTLZn6AP5Z6O2rtiGB.jpg','backdrop_path':'/wfnMt6LGqYHcNyOfsuusw5lX3bL.jpg'}","100000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':10751,'name':'Family'}]","","672","tt0295297","en","Harry Potter and the Chamber of Secrets","Ignoring threats to his life, Harry returns to Hogwarts to investigate ??? aided by Ron and Hermione ??? a mysterious series of attacks.","38.294","/sdEOH0992YZ0QSxgXNIGLq1ToUi.jpg","[{'id':436,'logo_path':'/A7WCkG3F0NFvjGCwUnclpGdIu9E.png','name':'1492 Pictures','origin_country':'US'},{'id':437,'logo_path':'/nu20mtwbEIhUNnQ5NXVhHsNknZj.png','name':'Heyday Films','origin_country':'GB'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2002-11-13","876688482","161","[{'iso_639_1':'en','name':'English'}]","Released","Hogwarts is back in session.","Harry Potter and the Chamber of Secrets","false","7.7","11256" +"false","/szj3uqOGDu8Uwvwo0Si42BCxI04.jpg","null","7300000","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':28,'name':'Action'}]","","25941","tt1289406","en","Harry Brown","An elderly ex-serviceman and widower looks to avenge his best friend's murder by doling out his own form of justice.","9.473","/68V1ClrCT7ik7UDiAkIDliRaAXf.jpg","[{'id':5374,'logo_path':'/8dgIXEObpRYixczGSpyW9rgnN53.png','name':'Marv Films','origin_country':'GB'},{'id':2395,'logo_path':'/pZz4qs03FtP6UGtZ3hjQ6qimcwi.png','name':'HanWay Films','origin_country':'GB'},{'id':2452,'logo_path':'/6CLoZ59fLPG7UyxQtGTqRevjf58.png','name':'UK Film Council','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2009-11-11","10329747","103","[{'iso_639_1':'en','name':'English'}]","Released","Every man has a breaking point.","Harry Brown","false","6.8","496" +"false","/zpLxlU7tZ3wnAKudHOlhuluR5nm.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","","8989","tt0093148","en","Harry and the Hendersons","Returning from a hunting trip in the forest, the Henderson family's car hits an animal in the road. At first they fear it was a man, but when they examine the ""body"" they find it's a ""bigfoot"". They think it's dead so they decide to take it home (there could be some money in this). As you guessed, it isn't dead. Far from being the ferocious monster they fear ""Harry"" to be, he's a friendly giant.","8.327","/mhpajPCVjE3y4wgDLichDF5Peq8.jpg","[{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-06-05","49998613","110","[{'iso_639_1':'en','name':'English'}]","Released","When You Can't Believe Your Eyes, Trust Your Heart.","Harry and the Hendersons","false","5.7","275" +"false","/6GZYxI1sn3iKxk5cgTBupn3n4y5.jpg","{'id':30663,'name':'Harold & Kumar Collection','poster_path':'/f06PD56BU2MFNOysMAxdvL80aEo.jpg','backdrop_path':'/b70mFgsSn2hl3CvC0nRx0SHUEX0.jpg'}","9000000","[{'id':35,'name':'Comedy'},{'id':12,'name':'Adventure'}]","","11282","tt0366551","en","Harold & Kumar Go to White Castle","Sometimes, it takes a strange night to put everything else into focus. And that's exactly what happens to Harold and his roommate, Kumar, when they set out to get the best stoner fix money can buy: White Castle hamburgers. Both guys are at a crossroads, about to make major decisions that will affect the course of their lives. Yet they arrive at wisdom by accident as they drive around New Jersey in search of fast food.","14.429","/5vO7R4xYlDipTp8gzfRbWegO8eb.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-05-30","23936908","88","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'hi','name':'??????????????????'}]","Released","Fast Food. High Times.","Harold & Kumar Go to White Castle","false","6.5","1074" +"false","/7Ol1RGWUbExH2pkwyczzzl7EMOJ.jpg","{'id':30663,'name':'Harold & Kumar Collection','poster_path':'/f06PD56BU2MFNOysMAxdvL80aEo.jpg','backdrop_path':'/b70mFgsSn2hl3CvC0nRx0SHUEX0.jpg'}","12000000","[{'id':35,'name':'Comedy'},{'id':12,'name':'Adventure'}]","http://www.haroldandkumar.com","13335","tt0481536","en","Harold & Kumar Escape from Guantanamo Bay","Having satisfied their urge for White Castle, Harold and Kumar jump on a plane to catch up with Harold's love interest, who's headed for the Netherlands. But the pair must change their plans when Kumar is accused of being a terrorist. Rob Corddry also stars in this wild comedy sequel that follows the hapless stoners' misadventures as they try to avoid being captured by the Department of Homeland Security.","11.896","/hfyCKWEegVSEM40WTLGdJWAVqNU.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-04-25","43493123","107","[{'iso_639_1':'en','name':'English'}]","Released","This time they're running from the joint.","Harold & Kumar Escape from Guantanamo Bay","false","6.2","736" +"false","/dENDNaeBiwnV2Eaia3IAmCihnT9.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","9650","tt0489070","en","Hard Luck","Three converging story lines involving bootleggers, a serial killer and drug dealers are followed. A former drug dealer tries to go straight, but comes across a stash of stolen drugs. Meanwhile, a middle-aged suburban housewife hides a sadistic and vicious streak.","3.983","/jh332vupgajhVyq1xvPAs6jPoDu.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-10-17","0","101","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","","Hard Luck","false","5.7","32" +"false","/z5qwh317CANMZO7KMPAEepwxlyq.jpg","null","10000000","[{'id':35,'name':'Comedy'}]","","9614","tt0116483","en","Happy Gilmore","Failed hockey player-turned-golf whiz Happy Gilmore -- whose unconventional approach and antics on the grass courts the ire of rival Shooter McGavin -- is determined to win a PGA tournament so he can save his granny's house with the prize money. Meanwhile, an attractive tour publicist tries to soften Happy's image.","11.166","/4RnCeRzvI1xk5tuNWjpDKzSnJDk.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':1606,'logo_path':null,'name':'Brillstein-Grey Entertainment','origin_country':''},{'id':3929,'logo_path':null,'name':'Robert Simonds Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-02-16","0","92","[{'iso_639_1':'en','name':'English'}]","Released","He doesn't play golf... he destroys it.","Happy Gilmore","false","6.5","1256" +"false","/cjvYMOIvPudHCgl2giPEugvbZDi.jpg","null","2700000","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'}]","","22094","tt0073092","en","Hard Times","In the depression, Chaney, a strong silent streetfighter, joins with Speed, a promoter of no-holds-barred street boxing bouts. They go to New Orleans where Speed borrows money to set up fights for Chaney, but Speed gambles away any winnings.","6.324","/yWIh8cMGd9XubkdhJB2TJ7buGy3.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1975-09-04","5000000","93","[{'iso_639_1':'en','name':'English'}]","Released","New Orleans, 1933. In those days words didn't say much.","Hard Times","false","6.6","76" +"false","/4MnCCfVAvLx7pP9ZvMQyvkb5awB.jpg","{'id':92012,'name':'Happy Feet Collection','poster_path':'/pYbF2FAi2MEVshl8jCDNTRNdTF0.jpg','backdrop_path':'/b9CLLxKsh63AHEkGE9nz9bupQqh.jpg'}","130000000","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","http://happyfeettwo.warnerbros.com/index.html","65759","tt1402488","en","Happy Feet Two","Mumble the penguin has a problem: his son Erik, who is reluctant to dance, encounters The Mighty Sven, a penguin who can fly! Things get worse for Mumble when the world is shaken by powerful forces, causing him to brings together the penguin nations and their allies to set things right.","10.075","/2gWiQ4mn85jcXtREVePlVViupeV.jpg","[{'id':28381,'logo_path':null,'name':'Dr D Studios','origin_country':''},{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':28382,'logo_path':null,'name':'Kennedy Miller Mitchell','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'AU','name':'Australia'}]","2011-11-17","150406466","100","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pl','name':'Polski'}]","Released","Every step counts.","Happy Feet Two","false","5.9","697" +"false","/gdnvcKlZRBgspmqUZrAge13fstQ.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","http://www.happythankyoumoreplease.com/","47218","tt1481572","en","Happythankyoumoreplease","Captures a generational moment - young people on the cusp of truly growing up, tiring of their reflexive cynicism, each in their own ways struggling to connect and define what it means to love and be loved. Six New Yorkers juggle love, friendship, and the keenly challenging specter of adulthood. Sam Wexler is a struggling writer who's having a particularly bad day. When a young boy gets separated from his family on the subway, Sam makes the questionable decision to bring the child back to his apartment and thus begins a rewarding, yet complicated, friendship. Sam's life revolves around his friends ??? Annie, whose self-image keeps her from commitment; Charlie and Mary Catherine, a couple whose possible move to Los Angeles tests their relationship; and Mississippi, a cabaret singer who catches Sam's eye.","7.194","/w4omTuqEZO1GbuBuSgJIub3dCJe.jpg","[{'id':7372,'logo_path':'/ouJZliqslZepeihJHqBYWoBNBqR.png','name':'Paper Street Films','origin_country':'US'},{'id':7373,'logo_path':null,'name':'Tom Sawyer Entertainment','origin_country':''},{'id':7374,'logo_path':null,'name':'Back Lot Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-01-20","215576","100","[{'iso_639_1':'en','name':'English'}]","Released","Go Get Yourself Loved","Happythankyoumoreplease","false","6.5","144" +"false","/g67s9PYlmY7tqpZbxpsKwyzBbSF.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':53,'name':'Thriller'},{'id':10752,'name':'War'}]","","22178","tt0035966","en","Hangmen Also Die!","During the Nazi occupation of Czechoslovakia, surgeon Dr. Franticek Svoboda, a Czech patriot, assassinates the brutal ""Hangman of Europe"", Reichsprotektor Reinhard Heydrich, and is wounded in the process. In his attempt to escape, he is helped by history professor Stephen Novotny and his daughter Mascha.","3.742","/n10wraCZWluEoKjkdjns1pV8rSj.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':1486,'logo_path':null,'name':'Arnold Pressburger Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1943-04-15","0","134","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","The shot heard 'round the world!","Hangmen Also Die!","false","6.9","42" +"false","/xgLMY1VCwM8SJq6HB3ZMpYL6mic.jpg","{'id':92012,'name':'Happy Feet Collection','poster_path':'/pYbF2FAi2MEVshl8jCDNTRNdTF0.jpg','backdrop_path':'/b9CLLxKsh63AHEkGE9nz9bupQqh.jpg'}","100000000","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","http://www.warnerbros.com/happy-feet","9836","tt0366548","en","Happy Feet","Into the world of the Emperor Penguins, who find their soul mates through song, a penguin is born who cannot sing. But he can tap dance something fierce!","15.848","/8RLEzftZK87S2usLsQoYtyNYzoV.jpg","[{'id':2537,'logo_path':null,'name':'Kennedy Miller Productions','origin_country':'AU'},{'id':8089,'logo_path':'/kEUAzsG2hZcCV7rmSCozgLhGWaa.png','name':'Animal Logic','origin_country':'AU'}]","[{'iso_3166_1':'AU','name':'Australia'}]","2006-11-16","384335608","108","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pl','name':'Polski'}]","Released","WARNING: May Cause Toe-Tapping.","Happy Feet","false","6","2657" +"false","/6jJ2DDWfIEcr4BgYYhHOeYHf14o.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","53045","tt0067176","en","Hands of the Ripper","A series of murders occur that mirror those committed by the Whitechapel Ripper. Through his experiments with psychoanalysis Dr Pritchard discovers a deadly violence in one of his young female patients. As he delves into the recesses of her mind he uncovers that Anna is possessed by her dead father's spirit, willing her to commit acts of gruesome savagery over which she has no control. But the most chilling revelation of all is the identity of her father: Jack the Ripper himself.","1.971","/cwB0pJ8ZJgjWz41peClE0gJBIp9.jpg","[{'id':1314,'logo_path':'/gQBluDqe6dc2ZdzfJbabEHoSGoG.png','name':'Hammer Film Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1971-10-17","0","85","[{'iso_639_1':'en','name':'English'}]","Released","The hands of Jack the Ripper live again...","Hands of the Ripper","false","6.4","25" +"false","/5nCc69JF9nAPvUG9Gy0HcZD627P.jpg","null","1000000","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'}]","http://hardflipmovie.com/","112456","tt1907639","en","Hardflip","Hardflip follows the story of Caleb (Randy Wayne) a young skater whose ill mother (Rosanna Arquette) and absent father (John Schneider) leave him reaching for the only hope he has...becoming a sponsored skater. After his mother falls ill, Caleb finds a stack of old love letters. He sets out to find the father he never knew and inadvertently begins a journey he never could have expected. This story explores what happens when we let go of our anger and pain and forgive those who have hurt us most.","1.478","/9bK0LyW3n6fUkGhRhOb7sMA7sZP.jpg","[]","[]","2012-06-01","0","114","[{'iso_639_1':'en','name':'English'}]","Released","What do you do when your life does a 180?","Hardflip","false","5","7" +"false","/plssy6J0zmEmodjiyHVtceZB0yQ.jpg","null","50000000","[{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'},{'id':28,'name':'Action'}]","http://www.hanselandgretelmovie.com/","60304","tt1428538","en","Hansel & Gretel: Witch Hunters","After getting a taste for blood as children, Hansel and Gretel have become the ultimate vigilantes, hell-bent on retribution. Now, unbeknownst to them, Hansel and Gretel have become the hunted, and must face an evil far greater than witches... their past.","15.837","/3bQHHXuzZDu2Ju3VFjIM72E9TSw.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':746,'logo_path':'/kc7bdIVTBkJYy9aDK1QDDTAL463.png','name':'MTV Films','origin_country':'US'},{'id':4740,'logo_path':null,'name':'Gary Sanchez Productions','origin_country':'US'},{'id':264,'logo_path':'/fA90qwUKgPhMONqtwY60GaHRyrW.png','name':'Studio Babelsberg','origin_country':'DE'},{'id':11238,'logo_path':null,'name':'Deutsche Filmf??rderfonds (DFFF)','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'DE','name':'Germany'}]","2013-01-17","224803475","88","[{'iso_639_1':'en','name':'English'}]","Released","Classic tale. New twist.","Hansel & Gretel: Witch Hunters","false","5.9","4432" +"false","/ruFuXoOhsnbr9VBC9aBYCR8KNlp.jpg","{'id':9743,'name':'The Hannibal Lecter Collection','poster_path':'/aRbyr3KsdmIczGh6VrlvlgQdwMQ.jpg','backdrop_path':'/npCbvak9UhjPsZB9Oa2k2jsqI7E.jpg'}","50000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","http://hannibalrising.com/","1248","tt0367959","en","Hannibal Rising","The story of the early, murderous roots of the cannibalistic killer, Hannibal Lecter ??? from his hard-scrabble Lithuanian childhood, where he witnesses the repulsive lengths to which hungry soldiers will go to satiate themselves, through his sojourn in France, where as a med student he hones his appetite for the kill.","3.006","/k1QRG9qZzuuJe4JTTpe4jlnQ5tt.jpg","[{'id':20394,'logo_path':null,'name':'Young Hannibal Productions','origin_country':''},{'id':20395,'logo_path':null,'name':'Carthago Films S.a.r.l.','origin_country':''},{'id':10308,'logo_path':null,'name':'Dino De Laurentiis Company','origin_country':'US'},{'id':2979,'logo_path':null,'name':'ETIC Films','origin_country':''},{'id':289,'logo_path':null,'name':'Ingenious Film Partners','origin_country':''},{'id':6370,'logo_path':null,'name':'Quinta Communications','origin_country':''},{'id':16923,'logo_path':null,'name':'Zephyr Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'CZ','name':'Czech Republic'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'IT','name':'Italy'}]","2007-02-06","82169884","121","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'en','name':'English'}]","Released","It started with revenge.","Hannibal Rising","false","6.1","1048" +"false","/uq53wVM1DLRmKlgLmIs60mBvlP3.jpg","{'id':9743,'name':'The Hannibal Lecter Collection','poster_path':'/aRbyr3KsdmIczGh6VrlvlgQdwMQ.jpg','backdrop_path':'/npCbvak9UhjPsZB9Oa2k2jsqI7E.jpg'}","87000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","9740","tt0212985","en","Hannibal","After having successfully eluded the authorities for years, Hannibal peacefully lives in Italy in disguise as an art scholar. Trouble strikes again when he's discovered leaving a deserving few dead in the process. He returns to America to make contact with now disgraced Agent Clarice Starling, who is suffering the wrath of a malicious FBI rival as well as the media.","2.731","/v5wAZwRqpGWmyAaaJ8BBHYuNXnj.jpg","[{'id':10308,'logo_path':null,'name':'Dino De Laurentiis Company','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':1645,'logo_path':'/6Ry6uNBaa0IbbSs1XYIgX5DkA9r.png','name':'Scott Free Productions','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2001-02-08","351692268","131","[{'iso_639_1':'en','name':'English'}]","Released","His genius undeniable. His evil, unspeakable.","Hannibal","false","6.6","2209" +"false","/okRjplitj3V5B7t66FnCwfRNxwy.jpg","null","4500000","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'}]","https://www.facebook.com/HanselGretelGetBaked","165864","tt2081194","en","Hansel and Gretel Get Baked","An intense new marijuana strain named ???Black Forest??? is taking Los Angeles by storm, and Gretel???s stoner boyfriend can???t get enough. But when the old woman growing the popular drug (Lara Flynn Boyle) turns out to be an evil witch, cooking and eating her wasted patrons for their youth, Gretel and her brother Hansel must save him from a gruesome death ??? or face the last high of their lives.","6.558","/wCac5TdtOz8LylniJN13nl21Cb4.jpg","[{'id':11391,'logo_path':null,'name':'Tribeca Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-02-19","0","86","[{'iso_639_1':'en','name':'English'}]","Released","","Hansel and Gretel Get Baked","false","4.7","112" +"false","/pQUxfw0ZVb5AK9PYyTzjYaEIs3m.jpg","null","950000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.vulcanproductions.com/our-work/hard-candy","2652","tt0424136","en","Hard Candy","Hayley???s a smart, charming teenage girl. Jeff???s a handsome, smooth fashion photographer. An Internet chat, a coffee shop meet-up, an impromptu fashion shoot back at Jeff???s place. Jeff thinks it???s his lucky night. He???s in for a surprise.","11.122","/1xInhmQVOOVS7xFT5DthpIwUTDI.jpg","[{'id':73067,'logo_path':'/pSEeTGFLhX5lntHaNOdGSighVZo.png','name':'Vulcan Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-01-14","7022209","103","[{'iso_639_1':'en','name':'English'}]","Released","Strangers shouldn't talk to little girls.","Hard Candy","false","6.8","1355" +"false","/1jcwDtYfcjR5QdbY6iUxYBpXn8I.jpg","null","30000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':12,'name':'Adventure'}]","http://hannathemovie.com/","50456","tt0993842","en","Hanna","A 16-year-old girl raised by her father to be the perfect assassin is dispatched on a mission across Europe. Tracked by a ruthless operatives, she faces startling revelations about her existence and questions about her humanity.","17.907","/2Jr4Rl4Hjiahgh09bjeH8tFhgKp.jpg","[{'id':10146,'logo_path':'/xnFIOeq5cKw09kCWqV7foWDe4AA.png','name':'Focus Features','origin_country':'US'},{'id':14684,'logo_path':null,'name':'Neunte Babelsberg Film','origin_country':''},{'id':21439,'logo_path':null,'name':'Holleran Company','origin_country':''},{'id':23919,'logo_path':null,'name':'Sechzehnte Babelsberg Film','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2011-04-07","63782078","111","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Adapt or die.","Hanna","false","6.6","1879" +"false","/x9a4Q6Qlgh9Fk1f5z6K4r5OeLd9.jpg","null","150000000","[{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'}]","http://www.sonypictures.com/movies/hancock/","8960","tt0448157","en","Hancock","Hancock is a down-and-out superhero who's forced to employ a PR expert to help repair his image when the public grows weary of all the damage he's inflicted during his lifesaving heroics. The agent's idea of imprisoning the antihero to make the world miss him proves successful, but will Hancock stick to his new sense of purpose or slip back into old habits?","13.538","/dsCxSr4w3g2ylhlZg3v5CB5Pid7.jpg","[{'id':41756,'logo_path':null,'name':'GH Three','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':28064,'logo_path':null,'name':'Blue Light','origin_country':'US'},{'id':433,'logo_path':null,'name':'Weed Road Pictures','origin_country':'US'},{'id':675,'logo_path':null,'name':'Forward Pass','origin_country':'US'},{'id':907,'logo_path':'/ca5SWI5uvU985f8Kbb4xc8AmVWH.png','name':'Overbrook Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-07-01","624029371","92","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'}]","Released","Bad Behavior. Bad Attitude. Real Hero.","Hancock","false","6.2","5157" +"false","/8gWjHiLeIRWIHNLScAs8LKbEJ4F.jpg","null","0","[{'id':36,'name':'History'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'}]","","192538","tt2193418","en","Hammer of the Gods","Action epic sees a passionate young man transform into a brutal warrior as he travels the unforgiving landscape in search of his long lost brother Hakan The Ferrocious, whose people are relying on him to restore order to their kingdom.","6.162","/sXqv6mUKcEEHI4HYSNyJ9VJf6lS.jpg","[{'id':10393,'logo_path':'/7MazD0kppT5OzdumzDi5IFYNthO.png','name':'Vertigo Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2013-07-05","641","99","[{'iso_639_1':'en','name':'English'}]","Released","Blood will Reign","Hammer of the Gods","false","4.5","113" +"false","/mtrJozXuiUQwJ26YjypzWH74HLQ.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","10264","tt0099726","en","Hamlet","Hamlet, Prince of Denmark, finds out that his uncle Claudius killed his father to obtain the throne, and plans revenge.","5.889","/fGn85pj0Ti4vajiTPZZA8xaNLvz.jpg","[{'id':4564,'logo_path':null,'name':'Icon Entertainment International','origin_country':''},{'id':152,'logo_path':null,'name':'Icon Productions','origin_country':'US'},{'id':89144,'logo_path':null,'name':'Marquis','origin_country':''},{'id':365,'logo_path':null,'name':'Nelson Entertainment','origin_country':''},{'id':7541,'logo_path':null,'name':'Sovereign Pictures','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':275,'logo_path':'/2MxNWlN5b3UXt1OfmznsWEQzFwq.png','name':'Carolco Pictures','origin_country':'US'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1990-12-19","20710451","130","[{'iso_639_1':'en','name':'English'}]","Released","The extraordinary adaptation of Shakespeare's classic tale of vengeance and tragedy.","Hamlet","false","6.7","197" +"false","/rx5mr57T93nmxTx7c9KP1XRXXTW.jpg","null","0","[{'id':10752,'name':'War'},{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","","10652","tt0093137","en","Hamburger Hill","The men of Bravo Company are facing a battle that's all uphill??? up Hamburger Hill. Fourteen war-weary soldiers are battling for a mud-covered mound of earth so named because it chews up soldiers like chopped meat. They are fighting for their country, their fellow soldiers and their lives. War is hell, but this is worse. Hamburger Hill tells it the way it was, the way it really was. It's a raw, gritty and totally unrelenting dramatic depiction of one of the fiercest battles of America's bloodiest war. This happened. Hamburger Hill - war at its worst, men at their best.","8.879","/dv7kAXS2wFWuCdMmB1lw1dyo358.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':6,'logo_path':'/n53F7K9scQWFXYbrCablqLKqJdp.png','name':'RKO Radio Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-08-07","13839404","112","[{'iso_639_1':'en','name':'English'}]","Released","War at its worst. Men at their best.","Hamburger Hill","false","6.6","179" +"false","/shNOTvaMz7C05LxBOWpakfJVWHc.jpg","{'id':91361,'name':'Halloween Collection','poster_path':'/2uqHV6YcD9jEL2WuJYjXiiuRDqd.jpg','backdrop_path':'/mmxf1sOe2T1sma0tH0TgTdcit1p.jpg'}","5000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","10987","tt0113253","en","Halloween: The Curse of Michael Myers","Six years ago, Michael Myers terrorized the town of Haddonfield, Illinois. He and his niece, Jamie Lloyd, have disappeared. Jamie was kidnapped by a bunch of evil druids who protect Michael Myers. And now, six years later, Jamie has escaped after giving birth to Michael's child. She runs to Haddonfield to get Dr. Loomis to help her again.","11.788","/8Tw5IttoEATGD2FHhcG9bDzqwbi.jpg","[{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'},{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-09-29","15116634","88","[{'iso_639_1':'en','name':'English'}]","Released","Terror Never Rests in Peace","Halloween: The Curse of Michael Myers","false","5","366" +"false","/ePkwopLmKbYy0Ul9WvRrHIPs3YE.jpg","{'id':91361,'name':'Halloween Collection','poster_path':'/2uqHV6YcD9jEL2WuJYjXiiuRDqd.jpg','backdrop_path':'/mmxf1sOe2T1sma0tH0TgTdcit1p.jpg'}","2500000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':878,'name':'Science Fiction'}]","","10676","tt0085636","en","Halloween III: Season of the Witch","Dr. Daniel Challis and Ellie Grimbridge stumble onto a gruesome murder scheme when Ellie's novelty-salesman father, Harry, is killed while in possession of a strange mask made by the Silver Shamrock mask company. The company's owner, Conal Cochran, wants to return Halloween to its darker roots using his masks -- and his unspeakable scheme would unleash death and destruction across the country.","9.419","/svPexK18MEl0lyAqb8fFUGGsEQ8.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':10308,'logo_path':null,'name':'Dino De Laurentiis Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1982-10-22","14400000","98","[{'iso_639_1':'en','name':'English'}]","Released","...and now the earth will run with blood again!","Halloween III: Season of the Witch","false","5","461" +"false","/1ucA7DaevpJWIsb291hYNXyy73M.jpg","{'id':126209,'name':'Halloween (Rob Zombie Series) Collection','poster_path':'/eFfRMP387MTJ4jl0gcE5jvS9XXN.jpg','backdrop_path':'/tXXPOkcFLcDiJ4OU5SOU3JnhQrg.jpg'}","10000000","[{'id':27,'name':'Horror'}]","http://www.halloween2-movie.com","24150","tt1311067","en","Halloween II","Laurie Strode struggles to come to terms with her brother Michael's deadly return to Haddonfield, Illinois. Meanwhile, Michael prepares for another reunion with his sister.","11.734","/vSHPM4LQDpWdQrD5KZWK6wNqSOD.jpg","[{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'},{'id':10370,'logo_path':null,'name':'Spectacle Entertainment Group','origin_country':''},{'id':15822,'logo_path':'/Aodu1OPI0LHTWYr7Jlm4R2XY2og.png','name':'Trancas International Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-08-28","0","105","[{'iso_639_1':'en','name':'English'}]","Released","Family Is Forever","Halloween II","false","5.2","539" +"false","/mTJ1whjTYradf6jXfF12fAIIcyx.jpg","{'id':91361,'name':'Halloween Collection','poster_path':'/2uqHV6YcD9jEL2WuJYjXiiuRDqd.jpg','backdrop_path':'/mmxf1sOe2T1sma0tH0TgTdcit1p.jpg'}","2500000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","https://www.uphe.com/movies/halloween-ii","11281","tt0082495","en","Halloween II","After failing to kill stubborn survivor Laurie and taking a bullet or six from former psychiatrist Dr. Sam Loomis, Michael Myers has followed Laurie to the Haddonfield Memorial Hospital, where she's been admitted for Myers' attempt on her life. The institution proves to be particularly suited to serial killers, however, as Myers cuts, stabs and slashes his way through hospital staff to reach his favorite victim.","11.071","/9oXa66gARefZBuca4xpD8EFbcVg.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':10308,'logo_path':null,'name':'Dino De Laurentiis Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1981-10-30","0","92","[{'iso_639_1':'en','name':'English'}]","Released","The nightmare isn't over!","Halloween II","false","6.5","751" +"false","/ewk1RjLDX4zynDZFGcDLHWblAbH.jpg","{'id':126209,'name':'Halloween (Rob Zombie Series) Collection','poster_path':'/eFfRMP387MTJ4jl0gcE5jvS9XXN.jpg','backdrop_path':'/tXXPOkcFLcDiJ4OU5SOU3JnhQrg.jpg'}","15000000","[{'id':27,'name':'Horror'}]","http://www.halloweenmovies.com/","2082","tt0373883","en","Halloween","After being committed for 17 years, Michael Myers, now a grown man and still very dangerous, escapes from the mental institution (where he was committed as a 10 year old) and he immediately returns to Haddonfield, where he wants to find his baby sister, Laurie. Anyone who crosses his path is in mortal danger","9.784","/9CPYBA1Fq5BdCmViSPyfPiBOcTH.jpg","[{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'},{'id':21438,'logo_path':null,'name':'Nightfall Productions','origin_country':''},{'id':10370,'logo_path':null,'name':'Spectacle Entertainment Group','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-08-31","80253908","109","[{'iso_639_1':'en','name':'English'}]","Released","Evil has a destiny.","Halloween","false","6","969" +"false","/nGvbpwepspCxiA7AFEGKpQw5z9Z.jpg","{'id':91361,'name':'Halloween Collection','poster_path':'/2uqHV6YcD9jEL2WuJYjXiiuRDqd.jpg','backdrop_path':'/mmxf1sOe2T1sma0tH0TgTdcit1p.jpg'}","10000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.theofficialjohncarpenter.com/halloween/","948","tt0077651","en","Halloween","Fifteen years after murdering his sister on Halloween Night 1963, Michael Myers escapes from a mental hospital and returns to the small town of Haddonfield, Illinois to kill again.","16.773","/vjoOFOTBJcJvA1weJejlZ92LZD4.jpg","[{'id':14323,'logo_path':null,'name':'Compass International Pictures','origin_country':''},{'id':22814,'logo_path':null,'name':'Falcon International Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1978-10-24","0","91","[{'iso_639_1':'en','name':'English'}]","Released","The Night He Came Home!","Halloween","false","7.5","2273" +"false","/yIEq17CHNDhKC5xHdLlGTlrwgav.jpg","null","36000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://hallpassmovie.warnerbros.com/","48988","tt0480687","en","Hall Pass","When best buds Rick and Fred begin to show signs of restlessness at home, their wives take a bold approach to revitalize their marriages: they grant the guys a ""hall pass"", one week of freedom to do whatever they want. At first, it seems like a dream come true, but they quickly discover that their expectations of the single life - and themselves - are completely and hilariously out of sync with reality.","10.341","/tolXF24cKRVfqM9SPxVsi2UiKrP.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':1156,'logo_path':null,'name':'Conundrum Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-02-25","83160734","105","[{'iso_639_1':'en','name':'English'}]","Released","One Week, No Rules","Hall Pass","false","5.5","973" +"false","/vSlUzLJBPfEVfVHEPkG5imBaGwV.jpg","null","50000000","[{'id':10751,'name':'Family'},{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","http://www.hairspraymovie.com/","2976","tt0427327","en","Hairspray","Pleasantly plump teenager Tracy Turnblad auditions to be on Baltimore's most popular dance show - The Corny Collins Show - and lands a prime spot. Through her newfound fame, she becomes determined to help her friends and end the racial segregation that has been a staple of the show.","16.085","/ndOpIx4BXpFCRRIxgMoGHxZxlE9.jpg","[{'id':2378,'logo_path':null,'name':'Offspring Entertainment','origin_country':''},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':289,'logo_path':null,'name':'Ingenious Film Partners','origin_country':''},{'id':70994,'logo_path':null,'name':'Zadan / Meron Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2007-07-13","90450008","117","[{'iso_639_1':'en','name':'English'}]","Released","When you follow your own beat, the world will follow you.","Hairspray","false","6.6","1439" +"false","/auORL6gbhGIqN7SaiMw3wevFtZm.jpg","null","0","[{'id':35,'name':'Comedy'}]","","239056","tt1426363","en","Hairbrained","A 14 year old genius gets rejected by Harvard and ends up at a much lower ranked school where he makes friends with a mature student.","2.139","/8jSD1hOyjuMbPLOdgnFZyFV3qEc.jpg","[{'id':18615,'logo_path':null,'name':'Love Lane Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-05-31","0","97","[{'iso_639_1':'en','name':'English'}]","Released","This is Eli Pettifog. He's got a score to settle, and it's going to get hairy.","Hairbrained","false","5.2","34" +"false","/pxxJtHZB6peCwC1H5cbq25VXJ8b.jpg","null","20000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","10428","tt0113243","en","Hackers","Along with his new friends, a teenager who was arrested by the US Secret Service and banned from using a computer for writing a computer virus discovers a plot by a nefarious hacker, but they must use their computer skills to find the evidence while being pursued by the Secret Service and the evil computer genius behind the virus.","8.978","/hNjxJbejPHSmKVidHQ9ZHaC0Z7r.jpg","[{'id':87394,'logo_path':null,'name':'Suftley','origin_country':''},{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-09-14","7563728","107","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'ru','name':'P????????????'}]","Released","There is no right or wrong, only fun and boring","Hackers","false","6.3","601" +"false","/wGELVeP2w0oux1k2fong4ibzThd.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","10432","tt0475289","en","Hack!","Seven college students are picked to travel to a private island owned by the reclusive Vincent King and his film-obsessed wife Mary Shelley to study island wildlife. But is isn't long when a mysterious killer begins killing the students one-by-one, and modeling them after gory murder scenes from numerous horror films.","1.571","/BRxOfz50omYUaOHBaJh56fzlPg.jpg","[{'id':73969,'logo_path':null,'name':'Autumn Entertainment','origin_country':''},{'id':52146,'logo_path':null,'name':'Smithfield Street Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-07-20","0","89","[{'iso_639_1':'en','name':'English'}]","Released","","Hack!","false","5.1","17" +"false","/m87xptCZD6J15HcioOOX4kfEdeD.jpg","null","16000000","[{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","","28178","tt1028532","en","Hachi: A Dog's Tale","A drama based on the true story of a college professor's bond with the abandoned dog he takes into his home.","13.097","/3MpVmIg6CgOCUrZ2TZ2P0yitCbM.jpg","[{'id':7419,'logo_path':null,'name':'Scion Films','origin_country':''},{'id':11341,'logo_path':'/xytTBODEy3p20ksHL4Ftxr483Iv.png','name':'Stage 6 Films','origin_country':'US'},{'id':11278,'logo_path':null,'name':'Inferno Distribution','origin_country':''},{'id':66327,'logo_path':null,'name':'Hachiko','origin_country':''},{'id':1843,'logo_path':null,'name':'Grand Army Entertainment','origin_country':''},{'id':66328,'logo_path':null,'name':'Opperman Viner Chrystyn Entertainment','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2009-06-13","47801389","93","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'}]","Released","A true story of faith, devotion and undying love.","Hachi: A Dog's Tale","false","8","3451" +"false","/9HgUPq0KNKtgEAVEXvs7UtrLYX9.jpg","null","0","[{'id':53,'name':'Thriller'}]","","297702","tt2252552","en","Gutshot Straight","A professional poker player falls deep into underworld when he takes an unexpected wager from a mysterious high roller.","3.648","/jLmGlryvqZTk8GoiWOhb0lWL4Se.jpg","[{'id':78186,'logo_path':null,'name':'AMJ Productions','origin_country':''},{'id':26637,'logo_path':null,'name':'Jay-X Entertainment','origin_country':'US'},{'id':78185,'logo_path':null,'name':'Noordinary Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-10-11","0","89","[{'iso_639_1':'en','name':'English'}]","Released","","Gutshot Straight","false","3.7","21" +"false","/dZQpKndjbpT7K1q8sv6PMkUAfYQ.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':27,'name':'Horror'}]","http://www.gutmovie.com/","106238","tt1506459","en","Gut","Something is missing in Tom's life. His marriage has lost its spark, his job is suffocating him, and his childhood best friend Dan still clings to the past. Every day he goes through the motions, becoming increasingly detached from those around him. Dan has the solution... something Tom's got to see to believe... tonight. What Dan shows him leaves Tom unsettled, flooding his mind with disturbing images, and binding the two friends together with its ugly secret.","2.052","/mrWqC628A7C1OlxeuQZqRtDtCh9.jpg","[{'id':74522,'logo_path':null,'name':'Clayface Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-06-01","0","91","[{'iso_639_1':'en','name':'English'}]","Released","","Gut","false","3.2","15" +"false","/lG9mBsfqEStbmwGiIg37GbkgtOM.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'}]","","258750","tt3141912","en","Gun Woman","A brilliant doctor on a quest for revenge buys a young woman and trains her to be the ultimate assassin, implanting gun parts in her body that she must later assemble and use to kill her target before she bleeds to death.","4.486","/5JAs44nkjJYIj5g2glhSdjt57aL.jpg","[{'id':22800,'logo_path':null,'name':'Maxam','origin_country':''}]","[{'iso_3166_1':'JP','name':'Japan'}]","2014-02-28","0","86","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'}]","Released","Kill the target before you bleed to death!","Gun Woman","false","4.8","48" +"false","/eR9S6iMbk4ycV7DcqvVxFp8lNFV.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","18671","tt0042530","en","Gun Crazy","Bart Tare is an ex-Army man who has a lifelong fixation with guns, he meets a kindred spirit in sharpshooter Annie Starr and goes to work at a carnival. After upsetting the carnival owner who lusts after Starr, they both get fired. Soon, on Starr's behest, they embark on a crime spree for cash. Subjects of a manhunt, they are tracked by police in the hills Tare enjoyed as a boy.","5.907","/98drVzRIu2Szcexo8QGHPZZLXuR.jpg","[{'id':3760,'logo_path':null,'name':'King Brothers Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1950-01-20","0","86","[{'iso_639_1':'en','name':'English'}]","Released","THRILL CRAZY... KILL CRAZY...","Gun Crazy","false","7.5","97" +"false","/eYlDtmLlX8kZ5ndTtqdrCWBCkVG.jpg","null","112000000","[{'id':35,'name':'Comedy'},{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","","38745","tt1320261","en","Gulliver's Travels","Travel writer Lemuel Gulliver takes an assignment in Bermuda, but ends up on the island of Liliput, where he towers over its tiny citizens.","12.271","/7LipqR0RSfPYzZJf2TajeI5598M.jpg","[{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'},{'id':1302,'logo_path':'/kQZtJdyphCmq292iGDqlUx0yk2D.png','name':'Davis Entertainment','origin_country':'US'},{'id':6332,'logo_path':null,'name':'Dune Entertainment III','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-12-25","237382724","85","[{'iso_639_1':'en','name':'English'}]","Released","Something big is going down.","Gulliver's Travels","false","5","1216" +"false","/u7wiQJGzK7iQS9MgtPnJVOSWOmm.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","","42518","tt0031397","en","Gulliver's Travels","Gulliver washes ashore on Lilliput and attempts to prevent war between that tiny kingdom and its equally-miniscule rival, Blefiscu, as well as smooth the way for the romance between the Princess and Prince of the opposing lands. In this he is alternately aided and hampered by the Lilliputian town crier and general fussbudget, Gabby. A life-threatening situation develops when the bumbling trio of Blefiscu spies, Sneak, Snoop, and Snitch, manage to steal Gulliver's pistol.","3.561","/tmbkx9I7t11qKF0e688o0XwcTCj.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':8302,'logo_path':null,'name':'Fleischer Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1939-11-10","0","76","[{'iso_639_1':'en','name':'English'}]","Released","The Amazing Characters in Jonathan Swift's Immortal Fantasy Come To Life !","Gulliver's Travels","false","6.1","44" +"false","/78ccwmm9r0PhiPY50GQGzHUY4jW.jpg","null","35000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","11638","tt0372237","en","Guess Who","The fianc?? of an African-American woman who's met with skepticism and suspicion from her father when she takes him home for the all-important introduction. As the wedding approaches, Dad must come to terms with his future son-in-law.","7.813","/edxlUrSaeVYkG1VfQlceXcWeRdR.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':787,'logo_path':'/cCefBs1t7jxtiz3eCxBp9yxrxGx.png','name':'3 Arts Entertainment','origin_country':'US'},{'id':10239,'logo_path':null,'name':'Tall Trees Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-03-25","68915888","105","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'pl','name':'Polski'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","His house. His rules. Some in-laws were made to be broken.","Guess Who","false","5.7","425" +"false","/bHarw8xrmQeqf3t8HpuMY7zoK4x.jpg","{'id':284433,'name':'Guardians of the Galaxy Collection','poster_path':'/iL8mukexAqEg0xK783rG561tdd8.jpg','backdrop_path':'/jdyyjulTBU8YUYAUvQFj6U1g2Pj.jpg'}","170000000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':12,'name':'Adventure'}]","http://marvel.com/guardians","118340","tt2015381","en","Guardians of the Galaxy","Light years from Earth, 26 years after being abducted, Peter Quill finds himself the prime target of a manhunt after discovering an orb wanted by Ronan the Accuser.","56.505","/y31QB9kn3XSudA15tV7UWQ9XLuW.jpg","[{'id':420,'logo_path':'/hUzeosd33nzE5MCNsZxCGEKTXaQ.png','name':'Marvel Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-07-30","773328629","121","[{'iso_639_1':'en','name':'English'}]","Released","All heroes start somewhere.","Guardians of the Galaxy","false","7.9","17072" +"false","/yJAicZoLQoVhY2rQGmUdcTP3pdw.jpg","null","40000000","[{'id':35,'name':'Comedy'}]","","64807","tt1661382","en","Grudge Match","A pair of aging boxing rivals are coaxed out of retirement to fight one final bout -- 30 years after their last match.","10.239","/hScOPtZpAxYWx2sOGcfbzYti39Z.jpg","[{'id':975,'logo_path':null,'name':'Gerber Pictures','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-12-25","44907260","113","[{'iso_639_1':'en','name':'English'}]","Released","DeNiro vs Stallone","Grudge Match","false","6","684" +"false","/q4s8RTQFyLrEn2S8akWGMmc8mYX.jpg","{'id':180546,'name':'Grown Ups Collection','poster_path':'/8m9PIgdP6Nj18P3thsyI70qs76s.jpg','backdrop_path':'/jKtFxygwI6qNoyR7LhPczWCbvTh.jpg'}","80000000","[{'id':35,'name':'Comedy'}]","http://www.grownups-movie.com/","38365","tt1375670","en","Grown Ups","After their high school basketball coach passes away, five good friends and former teammates reunite for a Fourth of July holiday weekend.","12.314","/t6Yj2UlqsrHHK6kJO1FWepR6mEd.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':2608,'logo_path':'/g3YRudXiQzHesQqRXvnhFpMzfkU.png','name':'Happy Madison Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-06-24","271430189","102","[{'iso_639_1':'en','name':'English'}]","Released","Boys will be boys. . . some longer than others.","Grown Ups","false","6.1","3051" +"false","/4VUXPwD1wdYW55oeZatpCMtBDQO.jpg","{'id':180546,'name':'Grown Ups Collection','poster_path':'/8m9PIgdP6Nj18P3thsyI70qs76s.jpg','backdrop_path':'/jKtFxygwI6qNoyR7LhPczWCbvTh.jpg'}","80000000","[{'id':35,'name':'Comedy'}]","http://www.sonypictures.com/movies/grownups2","109418","tt2191701","en","Grown Ups 2","The all-star comedy cast from Grown Ups returns (with some exciting new additions) for more summertime laughs. Lenny (Adam Sandler) has relocated his family back to the small town where he and his friends grew up. This time around, the grown ups are the ones learning lessons from their kids on a day notoriously full of surprises: the last day of school.","13.694","/itgIBlvgx5fG5kRqgYIt8mP9V43.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':2608,'logo_path':'/g3YRudXiQzHesQqRXvnhFpMzfkU.png','name':'Happy Madison Productions','origin_country':'US'},{'id':34,'logo_path':'/GagSvqWlyPdkFHMfQ3pNq6ix9P.png','name':'Sony Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-07-11","246984278","100","[{'iso_639_1':'en','name':'English'}]","Released","Just because they're a little older doesn't mean they've grown up.","Grown Ups 2","false","5.9","1996" +"false","/8mX6FV59T2dSeln4Vc3KLM133aZ.jpg","null","14600000","[{'id':10749,'name':'Romance'},{'id':14,'name':'Fantasy'},{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","137","tt0107048","en","Groundhog Day","A narcissistic TV weatherman, along with his attractive-but-distant producer and mawkish cameraman, is sent to report on Groundhog Day in the small town of Punxsutawney, where he finds himself repeating the same day over and over.","13.494","/vXjVd0Vu0MXRZnga7wEnHIIhO5B.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-02-11","70906973","101","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'it','name':'Italiano'}]","Released","He's having the worst day of his life??? over, and over???","Groundhog Day","false","7.5","3868" +"false","/mcGCoUn02yCQbv2dPJt6JFiiy3k.jpg","null","30000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","9766","tt0421206","en","Gridiron Gang","Teenagers at a juvenile detention center, under the leadership of their counselor, gain self-esteem by playing football together.","9.573","/8UlDsCPjAfg15L5Sgkcmy8rv1rg.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-09-15","41480851","125","[{'iso_639_1':'en','name':'English'}]","Released","One goal. A second chance.","Gridiron Gang","false","6.7","358" +"false","/4GbP532VkFcOng4vBaF5VMjXR26.jpg","{'id':89151,'name':'The Gremlins Collection','poster_path':'/yiZ18XZHFNjFfEDnEkFCrHVHXcn.jpg','backdrop_path':'/2Oz7EyiM9nNeP7appRFkMZNeYRo.jpg'}","50000000","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'},{'id':14,'name':'Fantasy'}]","","928","tt0099700","en","Gremlins 2: The New Batch","Young sweethearts Billy and Kate move to the Big Apple, land jobs in a high-tech office park and soon reunite with the friendly and lovable Gizmo. But a series of accidents creates a whole new generation of Gremlins. The situation worsens when the devilish green creatures invade a top-secret laboratory and develop genetically altered powers, making them even harder to destroy!","11.305","/mkWD9W27JYmQPbgcryPBdI2cF4r.jpg","[{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-06-15","41482207","106","[{'iso_639_1':'en','name':'English'}]","Released","Here they grow again.","Gremlins 2: The New Batch","false","6.3","1185" +"false","/xZ5SUO6YtIcSwRuKZhNLBfCJzpv.jpg","{'id':89151,'name':'The Gremlins Collection','poster_path':'/yiZ18XZHFNjFfEDnEkFCrHVHXcn.jpg','backdrop_path':'/2Oz7EyiM9nNeP7appRFkMZNeYRo.jpg'}","11000000","[{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'}]","","927","tt0087363","en","Gremlins","When Billy Peltzer is given a strange but adorable pet named Gizmo for Christmas, he inadvertently breaks the three important rules of caring for a Mogwai, and unleashes a horde of mischievous gremlins on a small town.","15.324","/5t16qsvUmksew50X0o6D5y0lrJM.jpg","[{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-06-07","153083102","106","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Don't get him wet, keep him out of bright light, and never feed him after midnight.","Gremlins","false","7","3144" +"false","/kHV3ddDiXwGZUvGl5c6TMVEmCz4.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","21764","tt0082477","en","Gregory's Girl","In his Scottish New Town home, gangling Gregory and his schoolfriends are starting to find out about girls. He fancies Dorothy, not least because she has got into the football team - and is a better player than him. He finally asks her out, but it is obviously the females in control of matters here, and that very much includes Gregory's younger sister.","3.049","/6am5s7B1vsQs60poj8icYEDPqBE.jpg","[{'id':13765,'logo_path':null,'name':'Lake Films','origin_country':'GB'},{'id':11493,'logo_path':null,'name':'National Film Finance Corporation (NFFC)','origin_country':''},{'id':13766,'logo_path':null,'name':'Scottish Television (STV)','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1981-04-23","0","91","[{'iso_639_1':'en','name':'English'}]","Released","... there's a little bit of him in all of us.","Gregory's Girl","false","7","56" +"false","/n3nW6W0akPuCqY7vRn471AlODRb.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","27583","tt1234654","en","Greenberg","A New Yorker moves to Los Angeles in order to figure out his life while he housesits for his brother, and he soon sparks with his brother's assistant.","6.804","/jAsN4vPpycVxC89QlA6NYBXRuK7.jpg","[{'id':258,'logo_path':null,'name':'Scott Rudin Productions','origin_country':'US'},{'id':20899,'logo_path':null,'name':'Twins Financing','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-03-26","6153967","107","[{'iso_639_1':'en','name':'English'}]","Released","He's got a lot on his mind.","Greenberg","false","5.9","269" +"false","/lxxkBvUqfCDTh5o4Ny0RQ3CNwlG.jpg","null","100000000","[{'id':10752,'name':'War'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.greenzonemovie.com/","22972","tt0947810","en","Green Zone","During the U.S.-led occupation of Baghdad in 2003, Chief Warrant Officer Roy Miller and his team of Army inspectors were dispatched to find weapons of mass destruction believed to be stockpiled in the Iraqi desert. Rocketing from one booby-trapped and treacherous site to the next, the men search for deadly chemical agents but stumble instead upon an elaborate cover-up that threatens to invert the purpose of their mission.","11.352","/7O3IkeHvp1sq5yMN0O8FsTee1C0.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'},{'id':1778,'logo_path':'/69xm6sF3JxugGVjfZfm1YY6d7EE.png','name':'Dentsu','origin_country':'JP'}]","[{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'FR','name':'France'}]","2010-03-11","94882889","115","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ar','name':'??????????????'}]","Released","Chief Warrant Officer Roy Miller is done following orders","Green Zone","false","6.4","1127" +"false","/oasVTD3UpTEjhTAVx9ZCy1k19Qv.jpg","{'id':152544,'name':'Green Street Hooligans Collection','poster_path':'/5m29SVW5zag4M6MC1HeqR8cAYzS.jpg','backdrop_path':'/5PeOE350cbNuCH6KD70YoX9V1dZ.jpg'}","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","http://www.warnervideo.com/greenstreethooligans/","8923","tt0385002","en","Green Street Hooligans","After being wrongfully expelled from Harvard University, American Matt Buckner flees to his sister's home in England. Once there, he is befriended by her charming and dangerous brother-in-law, Pete Dunham, and introduced to the underworld of British football hooliganism. Matt learns to stand his ground through a friendship that develops against the backdrop of this secret and often violent world. 'Green Street Hooligans' is a story of loyalty, trust and the sometimes brutal consequences of living close to the edge.","9.662","/z3LC4kI8azbeuHRGgDdWo6VBCdX.jpg","[{'id':3263,'logo_path':'/z0fbODSLBptxVKekL0950Lr71zU.png','name':'OddLot Entertainment','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2005-09-09","3154346","109","[{'iso_639_1':'en','name':'English'}]","Released","Just think of someone you hate.","Green Street Hooligans","false","7.2","1170" +"false","/2Nfwmw7tmz2LGgh0PtmlllQrbaa.jpg","null","3500000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':878,'name':'Science Fiction'},{'id':18,'name':'Drama'}]","http://warnervideo.com/greenlanternemeraldknights/","65291","tt1683043","en","Green Lantern: Emerald Knights","As the home planet of the Green Lantern Corps faces a battle with an ancient enemy, Hal Jordan prepares new recruit Arisia for the coming conflict by relating stories of the first Green Lantern and several of Hal's comrades.","7.859","/ijFQVrfLMMMKQ4pUkNuRcrXKqMT.jpg","[{'id':429,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Comics','origin_country':'US'},{'id':2785,'logo_path':'/l5zW8jjmQOCx2dFmvnmbYmqoBmL.png','name':'Warner Bros. Animation','origin_country':'US'},{'id':4811,'logo_path':'/7xym5CnL4LcMPaWpp51cN1v73AR.png','name':'Warner Premiere','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-04-09","0","84","[{'iso_639_1':'en','name':'English'}]","Released","Witness the Color of Will.","Green Lantern: Emerald Knights","false","6.2","183" +"false","/gulyiqtyuzFRJCnvNwD6Z786kQi.jpg","null","200000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","http://greenlanternmovie.warnerbros.com/","44912","tt1133985","en","Green Lantern","For centuries, a small but powerful force of warriors called the Green Lantern Corps has sworn to keep intergalactic order. Each Green Lantern wears a ring that grants him superpowers. But when a new enemy called Parallax threatens to destroy the balance of power in the Universe, their fate and the fate of Earth lie in the hands of the first human ever recruited.","18.039","/zUSEYp9G7Hk9GZIfbPoOiSHvwHV.jpg","[{'id':9993,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Entertainment','origin_country':'US'},{'id':2609,'logo_path':'/ocmrEBfmecJvrbIM4C50vjYWtlq.png','name':'De Line Pictures','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-06-16","219851172","114","[{'iso_639_1':'en','name':'English'}]","Released","In our darkest hour, there will be light.","Green Lantern","false","5.1","4134" +"false","/93wqWj6izOulKuONZ7rG7WxEjEe.jpg","{'id':86083,'name':'Grease Collection','poster_path':'/rYy6EBjcCh9jwcfxhyUZFLFiG84.jpg','backdrop_path':'/95ASlSlkBSILVLrZA69P0OdniP5.jpg'}","6000000","[{'id':10749,'name':'Romance'}]","","621","tt0077631","en","Grease","Australian good girl Sandy and greaser Danny fell in love over the summer. But when they unexpectedly discover they're now in the same high school, will they be able to rekindle their romance despite their eccentric friends?","20.845","/iMHdFTrCYhue74sBnXkdO39AJ3R.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':3978,'logo_path':null,'name':'Robert Stigwood Organization (RSO)','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1978-07-07","181813770","110","[{'iso_639_1':'en','name':'English'}]","Released","Grease is the word","Grease","false","7.4","3594" +"false","/9aoWzwOwy9NLuSk9LkBwwrBdPYM.jpg","null","105000000","[{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","http://gravitymovie.warnerbros.com","49047","tt1454468","en","Gravity","Dr. Ryan Stone, a brilliant medical engineer on her first Shuttle mission, with veteran astronaut Matt Kowalsky in command of his last flight before retiring. But on a seemingly routine spacewalk, disaster strikes. The Shuttle is destroyed, leaving Stone and Kowalsky completely alone-tethered to nothing but each other and spiraling out into the blackness of space. The deafening silence tells them they have lost any link to Earth and any chance for rescue. As fear turns to panic, every gulp of air eats away at what little oxygen is left. But the only way home may be to go further out into the terrifying expanse of space.","14.045","/uPxtxhB2Fy9ihVqtBtNGHmknJqV.jpg","[{'id':7470,'logo_path':null,'name':'Esperanto Filmoj','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':437,'logo_path':'/nu20mtwbEIhUNnQ5NXVhHsNknZj.png','name':'Heyday Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2013-10-03","716392705","91","[{'iso_639_1':'en','name':'English'}]","Released","Don't Let Go","Gravity","false","7.2","9242" +"false","/dLYgcIYNafDMFhKdLZNV4rxE6Q8.jpg","{'id':135466,'name':'Grave Encounters Collection','poster_path':'/1vLfiFfyJp95vpPDUfH3kRMxn5G.jpg','backdrop_path':'/9gKwnJbPjY65EVb5oFlbmY4qF2p.jpg'}","1000000","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","http://www.grave-encounters.tv/","50698","tt1703199","en","Grave Encounters","A crew from a paranormal reality television show lock themselves in a haunted psychiatric hospital. They search for evidence of paranormal activity as they shoot what ends up becoming their final episode.","9.049","/gIWvlqOsAM0E6TOHCMP19TmVVLC.jpg","[{'id':52207,'logo_path':null,'name':'Digital Interference Productions','origin_country':''},{'id':6448,'logo_path':null,'name':'Darclight','origin_country':''},{'id':12881,'logo_path':null,'name':'Twin Engine Films','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2011-09-09","0","92","[{'iso_639_1':'en','name':'English'}]","Released","They Were Searching For Proof. They Found it.","Grave Encounters","false","6.2","682" +"false","/fNLVYtHuN3QsmG1B0F2xbFACwj7.jpg","{'id':135466,'name':'Grave Encounters Collection','poster_path':'/1vLfiFfyJp95vpPDUfH3kRMxn5G.jpg','backdrop_path':'/9gKwnJbPjY65EVb5oFlbmY4qF2p.jpg'}","0","[{'id':27,'name':'Horror'}]","","134366","tt2231554","en","Grave Encounters 2","Tortured by the ghosts of the demonized insane asylum that killed the crew of GRAVE ENCOUNTERS, film students fight to escape death as their own paranormal investigation goes terribly wrong in this horrifying sequel.","8.448","/kzx8h6mDnFULOKHWbG9w5x58YU7.jpg","[{'id':10935,'logo_path':null,'name':'Death Awaits Cinema','origin_country':''},{'id':12881,'logo_path':null,'name':'Twin Engine Films','origin_country':''},{'id':12882,'logo_path':'/34rNYRacJXYbHGzqD2scVpMQ6Ec.png','name':'Pink Buffalo Films','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2012-10-12","0","95","[{'iso_639_1':'en','name':'English'}]","Released","Fear is just a word. Reality is much worse.","Grave Encounters 2","false","5.4","423" +"false","/mQDsTjzdyxTfJSe1I4MGTG45JsL.jpg","null","0","[{'id':35,'name':'Comedy'}]","","9900","tt0456554","en","Grandma's Boy","Even though he's 35, Alex acts more like he's 13, spending his days as the world's oldest video game tester and his evenings developing the next big Xbox game. But he gets kicked out of his apartment and is forced to move in with his grandmother.","8.019","/9Z0Q9uIH4il75dfPVqFhVKljfY.jpg","[{'id':2608,'logo_path':'/g3YRudXiQzHesQqRXvnhFpMzfkU.png','name':'Happy Madison Productions','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-01-06","6538177","94","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","A movie that proves you're never too old to come of age.","Grandma's Boy","false","6.8","316" +"false","/wVDS6tI2cCwiCwnor44A6ra7xVv.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","220286","tt2039345","en","Grand Piano","Moments before his comeback performance, a concert pianist who suffers from stage fright discovers a note written on his music sheet.","7.304","/mezHAShvJW2cNkeOPOimtgjAESR.jpg","[{'id':11068,'logo_path':'/jOdUllzDZRFy0tPIFDEwpP4Mpv4.png','name':'Nostromo Pictures','origin_country':'ES'},{'id':16742,'logo_path':null,'name':'Telef??nica Studios','origin_country':'ES'}]","[{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'US','name':'United States of America'}]","2013-10-11","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Play or die.","Grand Piano","false","6","287" +"false","/w7oBCXL7gAwmYD7g0W17q8q1Ozc.jpg","null","33000000","[{'id':18,'name':'Drama'}]","http://www.thegrantorino.com/","13223","tt1205489","en","Gran Torino","Walt Kowalski is a widower who holds onto his prejudices despite the changes in his Michigan neighborhood and the world around him. Kowalski is a grumpy, tough-minded, unhappy old man who can't get along with either his kids or his neighbors. He is a Korean War veteran whose prize possession is a 1972 Gran Torino he keeps in mint condition. When his neighbor Thao, a young Hmong teenager under pressure from his gang member cousin, tries to steal his Gran Torino, Kowalski sets out to reform the youth. Drawn against his will into the life of Thao's family, Kowalski is soon taking steps to protect them from the gangs that infest their neighborhood.","12.467","/yeBc5vpEiqIAZrbVQnl833GlBEi.jpg","[{'id':27351,'logo_path':null,'name':'Matten Productions','origin_country':''},{'id':10138,'logo_path':'/r67HWrAbCShfwWREWo2MlXsSK3B.png','name':'Double Nickel Entertainment','origin_country':'US'},{'id':975,'logo_path':null,'name':'Gerber Pictures','origin_country':'US'},{'id':171,'logo_path':null,'name':'Malpaso Productions','origin_country':'US'},{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':27352,'logo_path':null,'name':'WV Films IV','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'DE','name':'Germany'}]","2008-12-09","269958228","116","[{'iso_639_1':'en','name':'English'}]","Released","Ever come across somebody you shouldn't have messed with?","Gran Torino","false","7.9","5510" +"false","/kXLcs1Pay3inYKcIyBqZv6uAZoA.jpg","null","0","[{'id':27,'name':'Horror'}]","","27420","tt0082467","en","Graduation Day","After a high school track runner, named Laura, suddenly dies from a heart attack after finishing a 30-second 200-meter race, a killer wearing a sweat suit and a fencing mask begins killing off her friends on the school track team one by one. The suspects include the track coach Michaels, Laura's sister Anne who arrives in town for the funeral, the creepy school principal Mr. Guglione, and Laura's strange boyfriend Kevin.","3.159","/bxg98VKp0tUA2U3AUuM2Ej9Yc4S.jpg","[{'id':3052,'logo_path':null,'name':'Troma Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1981-05-01","0","96","[{'iso_639_1':'en','name':'English'}]","Released","Some kids are dying to graduate...","Graduation Day","false","5.1","40" +"false","/bSajEJXMWlEnNW12ySmsBWwZHEh.jpg","null","30000000","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","","215211","tt2095649","en","Grace of Monaco","The story of former Hollywood star Grace Kelly's crisis of marriage and identity, during a political dispute between Monaco's Prince Rainier III and France's Charles De Gaulle, and a looming French invasion of Monaco in the early 1960s.","8.142","/7jFZ4r1CTNW2we5rUVx29IcuOZh.jpg","[{'id':51940,'logo_path':null,'name':'Stone Angels','origin_country':''},{'id':9,'logo_path':'/nda3dTUYdDrJ6rZqBpYvY865aDv.png','name':'Gaumont','origin_country':'FR'},{'id':356,'logo_path':'/9tW5wZEGotn1Ei5pErA88m47XiD.png','name':'TF1 Films Production','origin_country':'FR'},{'id':779,'logo_path':'/KFFOFoztyjV5epvnW5GerPbcvx.png','name':'Lucky Red','origin_country':'IT'},{'id':8676,'logo_path':'/5u4GmXn4QMU39GQxGZoGfNtQ23r.png','name':'uFilm','origin_country':'BE'},{'id':12075,'logo_path':null,'name':'Silver Reel','origin_country':'CH'},{'id':19037,'logo_path':'/xhAYgpFmJfcCVLV5NMD8QKvqqHc.png','name':'Umedia','origin_country':'BE'},{'id':35404,'logo_path':null,'name':'Od Shots','origin_country':''},{'id':51938,'logo_path':null,'name':'YRF Entertainment','origin_country':''},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'CH','name':'Switzerland'},{'iso_3166_1':'US','name':'United States of America'}]","2014-05-14","26576000","103","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","","Grace of Monaco","false","6","336" +"false","/xeIMz4lqyyPLq2HsqhertsNjE7A.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.graceisgone-themovie.com/","11161","tt0772168","en","Grace is Gone","Upon hearing his wife was killed in the Iraq war, a father takes his two daughters on a road trip, all the while searching for the right time and place to tell them about their mother's fate.","5.515","/whCTvrBHtI76ZmeowhjITtrjYut.jpg","[{'id':2224,'logo_path':null,'name':'Plum Pictures','origin_country':''},{'id':2644,'logo_path':null,'name':'Benedek Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-03-06","0","85","[{'iso_639_1':'en','name':'English'}]","Released","A story about one fathers love and courage","Grace Is Gone","false","6.3","59" +"false","/j1PN1v9eP1y1mwkVLA0dcIwhM6g.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","http://grabbers.ie/","84204","tt1525366","en","Grabbers","Something sinister has come to the shores of Erin Island, unbeknownst to the quaint population of this sleepy fishing village resting somewhere off Ireland???s coast. First, some fishermen go missing. Then there is the rash of whale carcasses suddenly washing up on the beach. When the murders start, it???s up to two mismatched cops ??? an irresponsible alcoholic and his new partner, a by-the-book woman from the mainland ??? to protect the townsfolk from the giant, bloodsucking, tentacled aliens that prey upon them. Their only weapon, they discover, is booze. If they want to survive the creatures??? onslaught, everyone will have to get very, very drunk!","6.268","/eZ9hd0p2QXRSv1xoKaFDERLyadJ.jpg","[{'id':21597,'logo_path':null,'name':'High Treason Productions','origin_country':''},{'id':5267,'logo_path':'/trP3GsUyIztMwcqev3jK1gOeCSA.png','name':'Irish Film Board','origin_country':'IE'},{'id':11571,'logo_path':null,'name':'Samson Films','origin_country':''},{'id':17748,'logo_path':null,'name':'Forward Films','origin_country':''},{'id':51929,'logo_path':null,'name':'Nvizible','origin_country':''}]","[{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2012-08-10","0","94","[{'iso_639_1':'en','name':'English'}]","Released","For the locals on Erin Island, it's last orders.","Grabbers","false","6.2","194" +"false","/vrUZrhCyTrw5MkQBD2AWyIAoGRS.jpg","null","40000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://gothikamovie.warnerbros.com/","4970","tt0348836","en","Gothika","After a car crash, a criminal psychologist comes to, only to find that she's a patient in the same mental institution that currently employs her. It seems she's been accused of murdering her husband -- but she has no memory of committing the crime. As she tries to regain her memory and convince her co-workers of her innocence, a vengeful spirit uses her as an earthly pawn, which further convinces everyone of her guilt.","10.154","/jwTiVNi21EhaP8QbkJkVUn2SYsa.jpg","[{'id':1786,'logo_path':'/joLFuCWg9e2lweYnFQtRPJKSLlI.png','name':'Dark Castle Entertainment','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-11-21","141591324","98","[{'iso_639_1':'en','name':'English'}]","Released","Because someone is dead doesn't mean they're gone.","Gothika","false","5.9","1121" +"false","/hb6Ni4zRfHNPN6cJjDpX89h4c4r.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","8289","tt0085615","en","Gorky Park","Police Inspector Renko tries to solve the case of three bodies found in Moscow's Gorky Park but finds his attempts to solve the crime impeded by his superiors. Working on his own, Renko seeks out more information and stumbles across a conspiracy involving the highest levels of the government.","5.683","/mgghP9zB05vflmE2vYIEkyQE8JM.jpg","[{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'},{'id':2369,'logo_path':null,'name':'Eagle Associates','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1983-12-15","16175602","128","[{'iso_639_1':'en','name':'English'}]","Released","Murder In Moscow","Gorky Park","false","6.4","99" +"false","/z6K8ClNAH9V7P9a005KTeoBEvg2.jpg","{'id':476961,'name':'Goon Collection','poster_path':'/kiDK0R4ZsEI30fGhgwZGsmrD4yA.jpg','backdrop_path':null}","0","[{'id':35,'name':'Comedy'}]","http://www.goonfilm.com/","74387","tt1456635","en","Goon","Doug Glatt, a slacker who discovers he has a talent for brawling is approached by a minor league hockey coach and invited to join the team as the ""muscle."" Despite the fact that Glatt can't skate his best friend, Pat, convinces him to give it a shot, and Glatt becomes a hero to the team and their fans, until the league's reigning goon becomes threatened by Glatt's success and decides to even the score.","7.997","/84mA0tnArvMdr5alUFVgfOypk7i.jpg","[{'id':83549,'logo_path':'/6AQrYukoi0OGD1Yal9vYjFREXxJ.png','name':'Inferno Pictures','origin_country':'CA'},{'id':4253,'logo_path':null,'name':'Don Carmody Productions','origin_country':''},{'id':6623,'logo_path':'/qvtEf5tM9IAEJUUhX9EcBl12Fhr.png','name':'Caramel Films','origin_country':'CA'},{'id':35846,'logo_path':null,'name':'No Trace Camping','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2012-01-06","6483963","92","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Meet Doug, The Nicest Guy You'll Ever Fight.","Goon","false","6.5","475" +"false","/sw7mordbZxgITU877yTpZCud90M.jpg","null","25000000","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","http://www.warnerbros.com/goodfellas","769","tt0099685","en","GoodFellas","The true story of Henry Hill, a half-Irish, half-Sicilian Brooklyn kid who is adopted by neighbourhood gangsters at an early age and climbs the ranks of a Mafia family under the guidance of Jimmy Conway.","19.373","/hAPeXBdGDGmXRPj4OZZ0poH65Iu.jpg","[{'id':8880,'logo_path':'/fE7LBw7Jz8R29EABFGCvWNriZxN.png','name':'Winkler Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-09-12","46836394","145","[{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'en','name':'English'}]","Released","Three Decades of Life in the Mafia.","GoodFellas","false","8.4","5368" +"false","/VrgbDZCBAWnJ6zEyVZbgdfDuFK.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","201066","tt2352802","en","Goodbye World","When a mysterious cyber-attack cripples civilization, a group of old college friends and lovers retreat to a remote country cabin, where they must cope with an uncertain future while navigating the minefield of their shared past.","3.595","/fYYwtFxayQ3a4cp5lTLhFGNDbVW.jpg","[{'id':12849,'logo_path':null,'name':'Gather Films','origin_country':''},{'id':23398,'logo_path':null,'name':'Picturesque Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-06-15","0","101","[{'iso_639_1':'en','name':'English'}]","Released","","Goodbye World","false","5.3","70" +"false","/8vA6dxBzRqSajvqdmTLtoguAa3T.jpg","null","10000000","[{'id':18,'name':'Drama'}]","http://www.miramax.com/movie/good-will-hunting","489","tt0119217","en","Good Will Hunting","Will Hunting has a genius-level IQ but chooses to work as a janitor at MIT. When he solves a difficult graduate-level math problem, his talents are discovered by Professor Gerald Lambeau, who decides to help the misguided youth reach his potential. When Will is arrested for attacking a police officer, Professor Lambeau makes a deal to get leniency for him if he will get treatment from therapist Sean Maguire.","14.668","/jq8LjngZ7XZEQge5JFTdOGMrHyZ.jpg","[{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':2253,'logo_path':null,'name':'Lawrence Bender Productions','origin_country':'US'},{'id':23201,'logo_path':null,'name':'Be Gentlemen Limited Partnership','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","1997-12-05","225933435","127","[{'iso_639_1':'en','name':'English'}]","Released","Some people can never believe in themselves, until someone believes in them.","Good Will Hunting","false","8.1","5444" +"false","/mJQD7dkxIMlo8pTPKjnELMIByf2.jpg","null","0","[{'id':10402,'name':'Music'},{'id':18,'name':'Drama'}]","","130593","tt1920945","en","Good Vibrations","The story of music legend Terri Hooley, a key figure in Belfast's punk rock scene. Hooley founded the Good Vibrations store from which a record label sprung, representing bands such as The Undertones, Rudi and The Outcasts.","2.47","/s3C0o05CE1zumEB6XTwLI5yLSA0.jpg","[]","[{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2012-05-31","0","97","[{'iso_639_1':'en','name':'English'}]","Released","Are teenage dreams so hard to beat?","Good Vibrations","false","6.9","46" +"false","/c6fa0bNRC66nkGgQ3ijjUno8ZsF.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':28,'name':'Action'}]","","262338","tt1361318","en","Good People","Tom and Anna Wright, a young American couple, fall into severe debt while renovating Anna's family home in London. As the couple faces the loss of their dream to have a house and start a family, they discover that the tenant in the apartment below them is dead, and he's left behind a stash of cash???$400,000 worth. Though initially hesitant, Tom and Anna decide that the plan is simple: all they have to do is quietly take the money and use only what's necessary to get them out of debt. But when they start spending the money and can't seem to stop, they find themselves the target of a deadly adversary???the thief who stole it???and that's when very bad things start happening to good people.","8.461","/5dpxUZluqkIVSxCb5h0xRvcpkFE.jpg","[{'id':18230,'logo_path':null,'name':'Filmgate Films','origin_country':'SE'},{'id':2236,'logo_path':null,'name':'Maguire Entertainment','origin_country':''},{'id':12139,'logo_path':null,'name':'Material Pictures','origin_country':''},{'id':1020,'logo_path':'/kuUIHNwMec4dwOLghDhhZJzHZTd.png','name':'Millennium Films','origin_country':'US'},{'id':2801,'logo_path':'/bswb1PLLsKDUXMLgy42bZtCtIde.png','name':'Film i V??st','origin_country':'SE'}]","[{'iso_3166_1':'DK','name':'Denmark'},{'iso_3166_1':'SE','name':'Sweden'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2014-09-26","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Money changes everything","Good People","false","5.4","266" +"false","/5HdzBJBdvaqpPHjbH3qcSqHPJ0S.jpg","null","13000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","","801","tt0093105","en","Good Morning, Vietnam","Radio funny man Adrian Cronauer is sent to Vietnam to bring a little comedy back into the lives of the soldiers. After setting up shop, Cronauer delights the G.I.s but shocks his superior officer, Sergeant Major Dickerson, with his irreverent take on the war. While Dickerson attempts to censor Cronauer's broadcasts, Cronauer pursues a relationship with a Vietnamese girl named Trinh, who shows him the horrors of war first-hand.","9.356","/62Ve2yREvobU0qo4DxdSrShh1YO.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':554,'logo_path':null,'name':'Silver Screen Partners III','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-12-23","123922370","121","[{'iso_639_1':'en','name':'English'}]","Released","Time to rock it from the Delta to the DMZ!","Good Morning, Vietnam","false","7.3","1168" +"false","/79nRnl5Qbkwfz0Wdw8dVwF4wZEC.jpg","null","25000000","[{'id':35,'name':'Comedy'}]","http://www.goodluckchuckthemovie.com/","10030","tt0452625","en","Good Luck Chuck","Cursed since childhood, dentist Charlie Kagan cannot find the right woman. Even worse, he learns that each of his ex-girlfriends finds true love with the man she meets after her relationship with him ends. Hearing of Charlie's reputation as a good-luck charm, women from all over line up for a quick tryst. But when Charlie meets the woman of his dreams, he must find a way to break the curse or risk losing her to the next man she meets.","9.435","/kmVYfdfjL9RqzAJHJziX7boVZrL.jpg","[{'id':95343,'logo_path':null,'name':'Milestone Entertainment','origin_country':''},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':4194,'logo_path':null,'name':'Karz Entertainment','origin_country':''},{'id':95344,'logo_path':null,'name':'Alberta Film Development Program of the Alberta Government','origin_country':''},{'id':95345,'logo_path':null,'name':'Chuck Productions','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2007-09-21","59192128","101","[{'iso_639_1':'en','name':'English'}]","Released","He has to break his curse before she breaks his heart.","Good Luck Chuck","false","5.7","703" +"false","/nQB9cm3urmZWrRz3JcYIHKjq1Qj.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","253626","tt3297330","en","Good Kill","In the shadowy world of drone warfare, combat unfolds like a video game???only with real lives at stake. After six tours of duty, Air Force pilot Tom Egan now fights the Taliban from an air-conditioned bunker in the Nevada desert. But as he yearns to get back in the cockpit of a real plane and becomes increasingly troubled by the collateral damage he causes each time he pushes a button, Egan???s nerves???and his relationship with his wife???begin to unravel.","6.518","/5VDFKzpRSh8fjf1zJLcfTSpn1j1.jpg","[{'id':13923,'logo_path':'/wobbHfqb8lIBcsUxMOQEgMdVqsQ.png','name':'Sobini Films','origin_country':'US'},{'id':19477,'logo_path':null,'name':'Dune Films','origin_country':'MA'},{'id':6626,'logo_path':'/A1BnMoWjzjOrjzpWimyBQkf84mS.png','name':'Voltage Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-04-09","316472","104","[{'iso_639_1':'en','name':'English'}]","Released","","Good Kill","false","6","308" +"false","/bGRUMgSvs6wzYQRqehY4Fsup4f1.jpg","null","4000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':10752,'name':'War'}]","","770","tt0031381","en","Gone with the Wind","The spoiled daughter of a well-to-do plantation owner is forced to use every means at her disposal to claw her way out of poverty, following Maj. Gen. William Sherman's destructive ""March to the Sea,??? during the American Civil War.","15.989","/l7WYvM8iWvt7EoloaT4Yduz023g.jpg","[{'id':1553,'logo_path':null,'name':'Selznick International Pictures','origin_country':'US'},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1939-12-15","400176459","233","[{'iso_639_1':'en','name':'English'}]","Released","The greatest romance of all time!","Gone with the Wind","false","7.9","1687" +"false","/5rNc6LQm7a0TBRDRu5gqIwoSKi0.jpg","null","90000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","9679","tt0187078","en","Gone in Sixty Seconds","Upon learning that he has to come out of retirement to steal 50 cars in one night to save his brother Kip's life, former car thief Randall ""Memphis"" Raines enlists help from a few ""boost happy"" pals to accomplish a seemingly impossible feat. From countless car chases to relentless cops, the high-octane excitement builds as Randall swerves around more than a few roadblocks to keep Kip alive.","15.597","/77TxKvRiX0c5JR6l4fxcN19prOy.jpg","[{'id':130,'logo_path':'/c9dVHPOL3cqCr2593Ahk0nEKTEM.png','name':'Jerry Bruckheimer Films','origin_country':'US'},{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-06-09","237202299","118","[{'iso_639_1':'en','name':'English'}]","Released","Ice Cold, Hot Wired.","Gone in Sixty Seconds","false","6.2","2241" +"false","/8ZNGBfGoN3uI5Akj5vEUDMxvmGO.jpg","null","61000000","[{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","http://www.gonegirlmovie.com/","210577","tt2267998","en","Gone Girl","With his wife's disappearance having become the focus of an intense media circus, a man sees the spotlight turned on him when it's suspected that he may not be innocent.","34.199","/gdiLTof3rbPDAmPaCf4g6op46bj.jpg","[{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':10104,'logo_path':'/hNuGhsKVlmhnwSRcmOejDBDjh6w.png','name':'New Regency Pictures','origin_country':'US'},{'id':15829,'logo_path':null,'name':'Pacific Standard','origin_country':''},{'id':22213,'logo_path':'/qx9K6bFWJupwde0xQDwOvXkOaL8.png','name':'TSG Entertainment','origin_country':'US'},{'id':60682,'logo_path':'/uyEGeoWO8xUtMIlEY8ztMZWizu6.png','name':'Artemple - Hollywood','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-10-01","369330363","149","[{'iso_639_1':'en','name':'English'}]","Released","You don't know what you've got 'til it's...","Gone Girl","false","7.9","9974" +"false","/sogh5NXPbKFajjYKBlfIBfCWgbq.jpg","null","19000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","http://www.miramax.com/movie/gone-baby-gone","4771","tt0452623","en","Gone Baby Gone","When 4 year old Amanda McCready disappears from her home and the police make little headway in solving the case, the girl's aunt, Beatrice McCready hires two private detectives, Patrick Kenzie and Angie Gennaro. The detectives freely admit that they have little experience with this type of case, but the family wants them for two reasons - they're not cops and they know the tough neighborhood in which they all live. As the case progresses, Kenzie and Gennaro face drug dealers, gangs and pedophiles. When they are about to solve the case, they are faced with a moral dilemma that tears them apart.","10.17","/dXXMPxGiRegd7NNCtE5uchAKRAG.jpg","[{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':7965,'logo_path':null,'name':'The Ladd Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-10-19","34619699","113","[{'iso_639_1':'en','name':'English'}]","Released","Everyone wants the truth... until they find it.","Gone Baby Gone","false","7.3","1797" +"false","/h7irq9vkqYy8W3PHx2pAr26sXoj.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","79548","tt1838544","en","Gone","Jill Parrish is trying to rebuild her life after surviving a terrifying kidnapping attempt. Though she is having a difficult time, she takes small steps toward normalcy by starting a new job and inviting her sister, Molly, to move in with her. Returning home from work one morning, Jill discovers that Molly has vanished, and she is certain that the same man who previously abducted her has returned for revenge.","5.994","/xyi9L5aEY516T3FSF0eHqsiuJN2.jpg","[{'id':737,'logo_path':'/dK1GZ1u4our8sJW0Sts1JHeNSLn.png','name':'Sidney Kimmel Entertainment','origin_country':'US'},{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'},{'id':126,'logo_path':'/kADPanRDkKTxncPXXVahvHPUvCj.png','name':'Lakeshore Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-02-23","18100189","94","[{'iso_639_1':'en','name':'English'}]","Released","No one believes her. Nothing will stop her.","Gone","false","6","614" +"false","/dA9I0Vd9OZzRQ2GyGcsFXdKGMz3.jpg","{'id':645,'name':'James Bond Collection','poster_path':'/HORpg5CSkmeQlAolx3bKMrKgfi.jpg','backdrop_path':'/6VcVl48kNKvdXOZfJPdarlUGOsk.jpg'}","58000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://www.mgm.com/view/movie/757/Goldeneye/","710","tt0113189","en","GoldenEye","James Bond must unmask the mysterious head of the Janus Syndicate and prevent the leader from utilizing the GoldenEye weapons system to inflict devastating revenge on Britain.","23.371","/5c0ovjT41KnYIHYuF4AWsTe3sKh.jpg","[{'id':7576,'logo_path':'/oYcUi1byZ312Z3xiz5ojz9RQLND.png','name':'Eon Productions','origin_country':'GB'},{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1995-11-16","352194034","130","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","No limits. No fears. No substitutes.","GoldenEye","false","6.8","1887" +"false","/jGimZXQRkocJOgdLSPCgaWNfMJa.jpg","null","32000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://going-the-distance.warnerbros.com/","38073","tt1322312","en","Going the Distance","Erin and Garrett are very much in love. When Erin moves to San Francisco to finish her journalism degree and Garrett stays behind in New York to work in the music industry, they gamely keep the romance alive with webcams and frequent-flyer miles. But just when it seems the lovers will soon be reunited, they each score a big break that could separate them for good.","8.464","/lGszVTtQCoujsTNP7wby1VZA6k.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':2378,'logo_path':null,'name':'Offspring Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-09-01","42045846","102","[{'iso_639_1':'en','name':'English'}]","Released","A comedy about meeting each other halfway.","Going the Distance","false","6","381" +"false","/2WKcxQbTVkLUgoS5kPnHlecbj02.jpg","{'id':535313,'name':'Godzilla Collection','poster_path':'/uUveFXEWZSUHGaQv3bj7xXZ4XMe.jpg','backdrop_path':'/rgUy42XHhUyrM1IZzSLYjQcchq4.jpg'}","160000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'}]","http://www.godzillamovie.com","124905","tt0831387","en","Godzilla","Ford Brody, a Navy bomb expert, has just reunited with his family in San Francisco when he is forced to go to Japan to help his estranged father, Joe. Soon, both men are swept up in an escalating crisis when Godzilla, King of the Monsters, arises from the sea to combat malevolent adversaries that threaten the survival of humanity. The creatures leave colossal destruction in their wake, as they make their way toward their final battleground: San Francisco.","16.937","/szVwkB4H5yyOJBVuQ432b9boO0N.jpg","[{'id':41624,'logo_path':'/wzKxIeQKlMP0y5CaAw25MD6EQmf.png','name':'RatPac-Dune Entertainment','origin_country':'US'},{'id':882,'logo_path':'/fRSWWjquvzcHjACbtF53utZFIll.png','name':'Toho Company, Ltd.','origin_country':'JP'},{'id':923,'logo_path':'/5UQsZrfbfG2dYJbx8DxfoTr2Bvu.png','name':'Legendary Entertainment','origin_country':'US'},{'id':10256,'logo_path':null,'name':'Disruption Entertainment','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'US','name':'United States of America'}]","2014-05-14","529076069","123","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'}]","Released","The king will rise.","Godzilla","false","6.1","4797" +"false","/d8aOyxSMD7oQGFsPORCU8AJ6EQ3.jpg","null","130000000","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","929","tt0120685","en","Godzilla","When a freighter is viciously attacked in the Pacific Ocean, a team of experts -- including biologist Niko Tatopoulos and scientists Elsie Chapman and Mendel Craven -- concludes that an oversized reptile is the culprit. Before long, the giant lizard is loose in Manhattan, destroying everything within its reach. The team chases the monster to Madison Square Garden, where a brutal battle ensues.","11.855","/5axr56XqJH2xqkzI4j5sjzgV1Hu.jpg","[{'id':882,'logo_path':'/fRSWWjquvzcHjACbtF53utZFIll.png','name':'Toho Company, Ltd.','origin_country':'JP'},{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'},{'id':620,'logo_path':null,'name':'Centropolis Film Productions','origin_country':''},{'id':2833,'logo_path':null,'name':'Independent Pictures (II)','origin_country':''},{'id':11343,'logo_path':null,'name':'Fried Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-05-20","379014294","139","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Size does matter.","Godzilla","false","5.5","1818" +"false","/qujtVvc1pdUybWdXavSp2xnIUIi.jpg","null","0","[{'id':18,'name':'Drama'}]","","244517","tt2920808","en","God's Pocket","A boozy lowlife tries to bury the truth about his crazy stepson's suspicious death, but a nosy newspaper columnist and the young man's mother complicate matters.","4.507","/wpqkpwFWMbTe7H7BMHyoAPgIxpp.jpg","[{'id':32877,'logo_path':null,'name':'Shoestring Pictures','origin_country':''},{'id':13466,'logo_path':'/d2ewBAUkCGeYMj6bv2Z9PkzL5OA.png','name':'Park Pictures Features','origin_country':'US'},{'id':213,'logo_path':null,'name':'Cooper's Town Productions','origin_country':''},{'id':307,'logo_path':'/gUi3pAUznQJpR296lw4mSVbB7zx.png','name':'IFC Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-05-09","169976","88","[{'iso_639_1':'en','name':'English'}]","Released","The only thing they can't forgive is not being from ... God's Pocket","God's Pocket","false","5.8","95" +"false","/kKC9BRM9iR6Hsz2HEedEdTglgXk.jpg","{'id':409343,'name':'God's Not Dead Collection','poster_path':'/Pe7qLt83hZbjWGOBJukmDn8Kve.jpg','backdrop_path':'/ykT8iDLI2kID4zD0KLWzZjBFQVt.jpg'}","17000000","[{'id':18,'name':'Drama'}]","http://www.godsnotdead.com","249660","tt2528814","en","God's Not Dead","After he refuses to disavow his faith, a devout Christian student (Shane Harper) must prove the existence of God or else his college philosophy professor (Kevin Sorbo) will fail him.","6.31","/a4QdH1RG6jvzZ1SLmCI7vaDD9Ez.jpg","[{'id':6427,'logo_path':null,'name':'Pure Flix Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-03-21","29789000","113","[{'iso_639_1':'en','name':'English'}]","Released","What do you believe?","God's Not Dead","false","6.1","481" +"false","/cNDzFcjWwPuACp4YmOWDQUWomJ4.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","37079","tt0051666","en","God's Little Acre","In the 1950s, a poor Georgia cotton farmer and his sons search for the gold presumably buried on the farm by their grandfather but problems related to poverty, marital infidelity, unemployment and booze threaten to destroy their family.","1.365","/qNLBuI0yiznWayzjzGIhGyCc22m.jpg","[{'id':4388,'logo_path':null,'name':'Security Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1958-09-23","0","118","[{'iso_639_1':'en','name':'English'}]","Released","Love! Hate! Pride! Passion! Rampant, Riotous In the Heat of a Southern Sun!","God's Little Acre","false","6.1","8" +"false","/jWaLSyuB210vSTP3JYvyDbM9EJ2.jpg","null","1000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","http://godscountrymovie.com/","93449","tt2072979","en","God's Country","Meghan Doherty is a young, talented executive who neglects her mother and close friends to focus on one goal MAKING MONEY. After closing a multi-million dollar deal Meghan is asked by Mr. Randolph Whitaker (her boss/CEO) to close a deal of a lifetime. She's taking her talent to the Mojave Desert in hopes of getting a Christian land owner to turn over his land before auction. With a $100 million dollar potential deal looming, there is nothing that will stand in the way of her getting what she needs to further her career. Not even GOD? The foreclosed land in question, called God's Country, is owned by Eden Graham, a minister who runs a youth camp there, along with his wife and son, Jake. Upon arrival at the camp in her Ferrari and designer clothes, Meghan is clearly not a good fit, but Eden persuades her to stay; he promises to sign over the property to her if, during her weeklong sojourn there at the camp, she is not convinced of the value of what they are doing.","1.114","/1YpJ5NudGzNLzkAIMoIDhdlOh9V.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-02-24","0","96","[{'iso_639_1':'en','name':'English'}]","Released","Life meets at the crossroads","God's Country","false","5.6","4" +"false","/68PDUEZQDmd85x7mnjLes4eLKMd.jpg","null","114","[{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'}]","https://www.facebook.com/pages/Goddess-The-Movie/339292656180257","179340","tt1860238","en","Goddess","Elspeth Dickens dreams of finding her ""voice"" despite being stuck in an isolated farmhouse with her twin toddlers. A web-cam becomes her pathway to fame and fortune, but at a price.","1.305","/7x6s8GfIbQrZo5vCR42xmZChLHZ.jpg","[{'id':2857,'logo_path':null,'name':'Wildheart Films','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2013-03-12","0","105","[{'iso_639_1':'en','name':'English'}]","Released","There's one in all of us.","Goddess","false","5.4","13" +"false","/2C7146Zh4iOrdrAQoeespBNGPMs.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","","245859","tt2141751","en","God Help the Girl","Eve is a catastrophe???low on self-esteem but high on fantasy, especially when it comes to music. Over the course of one Glasgow summer, she meets two similarly rootless souls: posh Cass and fastidious James, and together they form a group.","6.913","/xOyHxtqE7REEVKr5scIJSLG9LOn.jpg","[{'id':2395,'logo_path':'/pZz4qs03FtP6UGtZ3hjQ6qimcwi.png','name':'HanWay Films','origin_country':'GB'},{'id':17032,'logo_path':null,'name':'Barry Mendel Productions','origin_country':''},{'id':41115,'logo_path':null,'name':'British Film Company','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-08-22","0","111","[{'iso_639_1':'en','name':'English'}]","Released","","God Help the Girl","false","6.8","136" +"false","/roz9IbL7ygpPdv8ezbG1DSDDY40.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://www.magnetreleasing.com/godblessamerica/","74306","tt1912398","en","God Bless America","Fed up with the cruelty and stupidity of American culture, an unlikely duo goes on a killing spree, killing reality TV stars, bigots and others they find repugnant in this black comedy.","8.358","/9xnVLPkWbrywjrUrwwiDeQ6obCC.jpg","[{'id':12622,'logo_path':null,'name':'Darko Entertainment','origin_country':'US'},{'id':7357,'logo_path':null,'name':'Jerkschool Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-09-09","0","104","[{'iso_639_1':'en','name':'English'}]","Released","Taking out the trash, one jerk at a time.","God Bless America","false","7.1","516" +"false","/5VDfdJBofpvXAMtaHTT8YFE0lru.jpg","{'id':493668,'name':'Gnomeo & Juliet Collection','poster_path':'/wi7GqaMzxaCcbFMcZ0ZepsMYXrW.jpg','backdrop_path':'/mVNR3duI0Wa1BYjmZVcD7Uz5hEm.jpg'}","36000000","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","http://gnomeoandjuliet.com/","45772","tt0377981","en","Gnomeo & Juliet","A version of Shakespeare's play, set in the world of warring indoor and outdoor gnomes. Garden gnomes Gnomeo and Juliet have as many obstacles to overcome as their quasi namesakes when they are caught up in a feud between neighbors. But with plastic pink flamingos and lawnmower races in the mix, can this young couple find lasting happiness?","17.651","/atCBHTqq7khw5Z1KSVXDo6ncKWF.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':2885,'logo_path':null,'name':'Starz Animation','origin_country':''},{'id':28320,'logo_path':null,'name':'Rocket Pictures','origin_country':''},{'id':10280,'logo_path':null,'name':'Arc Productions','origin_country':''},{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2011-01-13","189712432","84","[{'iso_639_1':'en','name':'English'}]","Released","A little adventure goes a lawn way.","Gnomeo & Juliet","false","5.8","1040" +"false","/sqnYSuxXa0noQmz0VC6kNIBYIyj.jpg","null","18000000","[{'id':10752,'name':'War'}]","","9665","tt0097441","en","Glory","Robert Gould Shaw leads the US Civil War's first all-black volunteer company, fighting prejudices of both his own Union army and the Confederates.","7.122","/6pDBbYmR9iqg3IF8lgyY9pWFiqT.jpg","[{'id':27349,'logo_path':null,'name':'Freddie Fields Productions','origin_country':''},{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-12-15","26828365","122","[{'iso_639_1':'en','name':'English'}]","Released","Their innocence. Their heritage. Their lives.","Glory","false","7.5","616" +"false","/mItbTjXFv5scWZ7zJpLh64uUZ6G.jpg","null","12500000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","9504","tt0104348","en","Glengarry Glen Ross","Glengarry Glen Ross, follows the lives of four unethical Chicago real estate agents who are prepared to go to any lengths (legal or illegal) to unload undesirable real estate on unwilling prospective buyers.","8.99","/4YgCTLcHEIeGyzrKpwz93rORb8l.jpg","[{'id':67781,'logo_path':null,'name':'Zupnik Cinema Group II','origin_country':''},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':67780,'logo_path':null,'name':'GGR','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-09-15","10725228","100","[{'iso_639_1':'en','name':'English'}]","Released","Lie. Cheat. Steal. All in a day???s work.","Glengarry Glen Ross","false","7.5","516" +"false","/5vZw7ltCKI0JiOYTtRxaIC3DX0e.jpg","null","103000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':12,'name':'Adventure'}]","","98","tt0172495","en","Gladiator","In the year 180, the death of emperor Marcus Aurelius throws the Roman Empire into chaos. Maximus is one of the Roman army's most capable and trusted generals and a key advisor to the emperor. As Marcus' devious son Commodus ascends to the throne, Maximus is set to be executed. He escapes, but is captured by slave traders. Renamed Spaniard and forced to become a gladiator, Maximus must battle to the death with other men for the amusement of paying audiences.","21.31","/6WBIzCgmDCYrqh64yDREGeDk9d3.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':1645,'logo_path':'/6Ry6uNBaa0IbbSs1XYIgX5DkA9r.png','name':'Scott Free Productions','origin_country':''},{'id':14440,'logo_path':null,'name':'Red Wagon Entertainment','origin_country':''},{'id':21904,'logo_path':null,'name':'Mill Film','origin_country':''},{'id':21905,'logo_path':null,'name':'C & L','origin_country':''},{'id':21906,'logo_path':null,'name':'Dawliz','origin_country':''},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2000-05-01","457640427","155","[{'iso_639_1':'en','name':'English'}]","Released","A Hero Will Rise.","Gladiator","false","8.1","9305" +"false","/3wS4AMdeoB8DpvYTaiEGU0nsxOS.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","3635","tt0335119","en","Girl with a Pearl Earring","This film, adapted from a work of fiction by author Tracy Chevalier, tells a story about the events surrounding the creation of the painting ""Girl With A Pearl Earring"" by 17th century Dutch master Johannes Vermeer. A young peasant maid working in the house of painter Johannes Vermeer becomes his talented assistant and the model for one of his most famous works.","8.059","/iwapgsiyOLFZCrzDmdspdkrbkIW.jpg","[{'id':1470,'logo_path':null,'name':'Wild Bear Films','origin_country':''},{'id':1471,'logo_path':null,'name':'Archer Street Productions','origin_country':''},{'id':1472,'logo_path':null,'name':'Delux Productions','origin_country':'LU'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'LU','name':'Luxembourg'}]","2003-08-31","31466789","101","[{'iso_639_1':'en','name':'English'}]","Released","Discover the mystery behind the legend.","Girl with a Pearl Earring","false","6.6","708" +"false","/iqjnGo1L7MMHarGFxVSW7wLot5n.jpg","null","0","[{'id':35,'name':'Comedy'}]","","72890","tt1698648","en","Girl Most Likely","A failed New York playwright stages a suicide in an attempt to win back her ex, only to wind up in the custody of her gambling-addict mother.","6.301","/jOiNZQY2VODyb6LstWn32Z7rlS7.jpg","[{'id':19640,'logo_path':'/p8SE7J23xviBArUL49rMCkj0m0M.png','name':'Maven Pictures','origin_country':'US'},{'id':10039,'logo_path':'/b8w4LldQolMKiLZw4FQJBcXSDGI.png','name':'Anonymous Content','origin_country':'US'},{'id':14406,'logo_path':null,'name':'Ambush Entertainment','origin_country':''},{'id':19654,'logo_path':null,'name':'Foggy Bottom Pictures','origin_country':''},{'id':6691,'logo_path':null,'name':'10th Hole Productions','origin_country':''},{'id':37578,'logo_path':null,'name':'Minerva Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-09-07","0","103","[{'iso_639_1':'ro','name':'Rom??n??'},{'iso_639_1':'en','name':'English'}]","Released","She has a lot to live up to. And a few things to live down.","Girl Most Likely","false","5.7","150" +"false","/xY0npv4VrHEoDixRfCjEDnjbx9X.jpg","null","3150000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","312791","tt2577172","en","GirlHouse","In an attempt to make some extra cash while away at College, Kylie moves into a house that streams content to an X-rated website. After a deranged fan hacks in to determine the house's location, she finds herself in a terrifying fight for her life.","6.333","/vevcmVPmGvi0eRqGNa1jhFb5E0x.jpg","[{'id':3160,'logo_path':null,'name':'Brookstreet Pictures','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2014-10-16","0","100","[{'iso_639_1':'en','name':'English'}]","Released","Enjoy the show.","GirlHouse","false","5.3","126" +"false","/tW8Lm5KWAUjTvU6eqentNwnx6S3.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","https://www.facebook.com/pages/Gingerclown-3D-movie/111276612299575","129385","tt2065945","en","Gingerclown","1983: A group of high school students are having a great time near Hollywood Hills at the weekend when they bump into the Loser from their school, Sam, who's just on his way home. Sam would do anything in order to get Jenny's attention, one of prettiest girls in school. Unfortunately she's also the girlfriend of the school's bully, Biff, the quarterback of the football team. Biff and his buddies are keen to take Sam to the old abandoned amusement park to make him prove his courage as part of their initiation ceremony. They involve Jenny in their cruel game as the grand prize of the competition. Sam accepts the challenge, but the girl wouldn't let him go in by himself; she follows him into the amusement park and a night they'll never forget.","1.601","/rwe8bpvItr88A6wDtNaLFp8VPDt.jpg","[{'id':40565,'logo_path':null,'name':'Movierockets Entertainment','origin_country':''},{'id':40566,'logo_path':null,'name':'Lionsgate Home Entertainment','origin_country':''}]","[{'iso_3166_1':'HU','name':'Hungary'}]","2013-05-09","0","83","[{'iso_639_1':'en','name':'English'}]","Released","Would you like to die with a smile on your face?","Gingerclown","false","3.2","13" +"false","/giwO1GLcNoNNeRwaC7ydAvJWbWr.jpg","{'id':11794,'name':'Ginger Snaps Collection','poster_path':'/nqt1FUoBERJ98CbNM8NClg5Kknc.jpg','backdrop_path':'/gPzW1WAb9Pi1vj9JMxzi3DIhhO9.jpg'}","5000000","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'}]","","9871","tt0210070","en","Ginger Snaps","The story of two outcast sisters, Ginger (Katharine Isabelle) and Brigitte (Emily Perkins), in the mindless suburban town of Bailey Downs. On the night of Ginger's first period, she is savagely attacked by a wild creature. Ginger's wounds miraculously heal but something is not quite right. Now Brigitte must save her sister and save herself.","7.745","/ChTLC17F4nIjA7jP4F6QX9A8FJ.jpg","[{'id':5106,'logo_path':'/UjER6i4eM9WuBCVxSSWFtMrsuT.png','name':'Copperheart Entertainment','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2000-08-01","0","108","[{'iso_639_1':'en','name':'English'}]","Released","Hungry like the Wolf.","Ginger Snaps","false","6.6","336" +"false","/dSMaEGFegnkCjVssEZyLB9mC3Ev.jpg","null","7500000","[{'id':18,'name':'Drama'}]","","232175","tt1657510","en","Gimme Shelter","After running away from her abusive mother, a streetwise teen seeks refuge with her father, but he rejects her when he learns that she's pregnant.","7.213","/wH7vpiZaLFszp101lfBuJBDSd4Q.jpg","[{'id':22918,'logo_path':null,'name':'Day Twenty- Eight Films','origin_country':''},{'id':22919,'logo_path':null,'name':'Rishon Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-10-17","1359910","101","[{'iso_639_1':'en','name':'English'}]","Released","Sometimes you have to leave home to find your family.","Gimme Shelter","false","6.7","152" +"false","/ieJ5ImFoJILNULvnIpbulAln7Lr.jpg","{'id':135468,'name':'G.I. Joe (Live-Action) Collection','poster_path':'/8ykKDU3FisEFtCpPZloB1jqcAIn.jpg','backdrop_path':'/m3ip0ci0TnX0ATUxpweqElYCeq4.jpg'}","175000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","http://www.gijoemovie.com/","14869","tt1046173","en","G.I. Joe: The Rise of Cobra","From the Egyptian desert to deep below the polar ice caps, the elite G.I. JOE team uses the latest in next-generation spy and military equipment to fight the corrupt arms dealer Destro and the growing threat of the mysterious Cobra organization to prevent them from plunging the world into chaos.","12.995","/29eW5c5DaCFQejdt9V14RrA51yD.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':158,'logo_path':'/6SHlNIype9zmyEMRsBtoueUtLsq.png','name':'Spyglass Entertainment','origin_country':'US'},{'id':435,'logo_path':null,'name':'Di Bonaventura Pictures','origin_country':'US'},{'id':2598,'logo_path':'/i42C5gRq7XqlG4S9vkchuJZfrBn.png','name':'Hasbro','origin_country':''},{'id':76067,'logo_path':null,'name':'Kontsept Film Company','origin_country':''}]","[{'iso_3166_1':'CZ','name':'Czech Republic'},{'iso_3166_1':'US','name':'United States of America'}]","2009-08-04","302469017","118","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'gd','name':''}]","Released","When all else fails, they don't.","G.I. Joe: The Rise of Cobra","false","5.7","2784" +"false","/b9OVFl48ZV2oTLzACSwBpNrCUhJ.jpg","{'id':135468,'name':'G.I. Joe (Live-Action) Collection','poster_path':'/8ykKDU3FisEFtCpPZloB1jqcAIn.jpg','backdrop_path':'/m3ip0ci0TnX0ATUxpweqElYCeq4.jpg'}","130000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","http://www.gijoemovie.com","72559","tt1583421","en","G.I. Joe: Retaliation","Framed for crimes against the country, the G.I. Joe team is terminated by Presidential order. This forces the G.I. Joes into not only fighting their mortal enemy Cobra; they are forced to contend with threats from within the government that jeopardize their very existence.","14.31","/iFWxbu2LLtfaWv6D1TSrY11huTe.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':2598,'logo_path':'/i42C5gRq7XqlG4S9vkchuJZfrBn.png','name':'Hasbro','origin_country':''},{'id':435,'logo_path':null,'name':'Di Bonaventura Pictures','origin_country':'US'},{'id':19719,'logo_path':null,'name':'Saints LA','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'},{'id':82819,'logo_path':'/5Z8WWr0Lf1tInVWwJsxPP0uMz9a.png','name':'Skydance Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-03-26","371876278","110","[{'iso_639_1':'en','name':'English'}]","Released","","G.I. Joe: Retaliation","false","5.5","3812" +"false","/b1x0SSMl4MEj0gbEBaVssp0FgqN.jpg","null","50000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","","4421","tt0119173","en","G.I. Jane","A female Senator succeeds in enrolling a woman into Combined Reconnaissance Team training where everyone expects her to fail.","8.583","/yf4zJg6ACAhH4fkHSdEDrBUuEyg.jpg","[{'id':175,'logo_path':'/trtXLj3zv8T9ke1Vhw4SCkkM4JJ.png','name':'Caravan Pictures','origin_country':'US'},{'id':915,'logo_path':'/xXojkyRWFZ0JTJyjiu13ThKeFbz.png','name':'Hollywood Pictures','origin_country':''},{'id':1643,'logo_path':null,'name':'First Independent Films','origin_country':''},{'id':1644,'logo_path':null,'name':'Largo Entertainment','origin_country':'US'},{'id':1645,'logo_path':'/6Ry6uNBaa0IbbSs1XYIgX5DkA9r.png','name':'Scott Free Productions','origin_country':''},{'id':1646,'logo_path':null,'name':'Trap-Two-Zero Productions','origin_country':''},{'id':15888,'logo_path':null,'name':'Moving Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-08-22","48169156","125","[{'iso_639_1':'en','name':'English'}]","Released","Failure is not an option.","G.I. Jane","false","6.2","735" +"false","/jF81VZCGjc6YJS2KqiPVqoYVuMq.jpg","null","28000000","[{'id':28,'name':'Action'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","http://www.theofficialjohncarpenter.com/ghost-of-mars/","10016","tt0228333","en","Ghosts of Mars","Melanie Ballard is a hard nosed police chief in the year 2025. She and a police snatch squad are sent to Mars to apprehend dangerous criminal James Williams. Mars has been occupied by humans for some time and they have set up mining facilities. The mining activities on Mars have unleashed the spirits of alien beings who gradually possess the bodies of the workers. It soon turns out that catching the dangerous fugitive takes a back seat as the alien spirits begin to rid their planet of the 'invaders'.","11.328","/rBmkaKxRg55zBZr11EGbedFJM0.jpg","[{'id':51312,'logo_path':null,'name':'Animationwerks','origin_country':''},{'id':3287,'logo_path':'/bz6GbCQQXGNE56LTW9dwgksW0Iw.png','name':'Screen Gems','origin_country':'US'},{'id':23895,'logo_path':null,'name':'Storm King Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-08-24","14010832","98","[{'iso_639_1':'en','name':'English'}]","Released","Terror is the same on any planet.","Ghosts of Mars","false","4.9","475" +"false","/bof5CkMeLau1WaVWbh9flNADMOh.jpg","null","0","[{'id':14,'name':'Fantasy'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://www.ghostsofgirlfriendspastmovie.com/","12556","tt0821640","en","Ghosts of Girlfriends Past","When notorious womanizer Connor Mead attends his brother Paul's wedding, he is forced to re-evaluate his behavior as he comes face-to-face with the ghosts of girlfriends past, present, and future, along with his deceased uncle. The experience changes his attitude and allows him to reconnect with his first and only love, Jenny.","6.657","/yNn5NjNQF8m7w05Jqk2kEW2XOfU.jpg","[{'id':50824,'logo_path':null,'name':'Panther','origin_country':''},{'id':10991,'logo_path':null,'name':'Jon Shestack Productions','origin_country':''},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-05-01","102223269","100","[{'iso_639_1':'en','name':'English'}]","Released","You can't always run from your past.","Ghosts of Girlfriends Past","false","5.8","1222" +"false","/tDlsTDtC15kJd4vrkQkxqoW4Pse.jpg","{'id':2980,'name':'Ghostbusters Collection','poster_path':'/sctvCtE1M1rDF4f0W2fMrk2BrGB.jpg','backdrop_path':'/6Jnlhr2ac8OuDJEowsFLzZY3SXd.jpg'}","37000000","[{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'}]","","2978","tt0097428","en","Ghostbusters II","Five years after they defeated Gozer, the Ghostbusters are out of business. When Dana begins to have ghost problems again, the boys come out of retirement to aid her and hopefully save New York City from a new paranormal threat.","14.427","/4nN0EYNbOWHJ9UO39maO5Kvcdfa.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-06-15","215394738","108","[{'iso_639_1':'en','name':'English'}]","Released","We're back!","Ghostbusters II","false","6.4","2006" +"false","/qmDy6Rdom8d8UFj9GeAAtVIjTRT.jpg","{'id':2980,'name':'Ghostbusters Collection','poster_path':'/sctvCtE1M1rDF4f0W2fMrk2BrGB.jpg','backdrop_path':'/6Jnlhr2ac8OuDJEowsFLzZY3SXd.jpg'}","30000000","[{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'}]","http://www.ghostbusters.com/","620","tt0087332","en","Ghostbusters","After losing their academic posts at a prestigious university, a team of parapsychologists goes into business as proton-pack-toting ""ghostbusters"" who exterminate ghouls, hobgoblins and supernatural pests of all stripes. An ad campaign pays off when a knockout cellist hires the squad to purge her swanky digs of demons that appear to be living in her refrigerator.","16.443","/3FS3oBdorgczgfCkFi2u8ZTFfpS.jpg","[{'id':4267,'logo_path':null,'name':'Delphi Films','origin_country':''},{'id':47565,'logo_path':null,'name':'Black Rhino Productions','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-06-07","295212467","107","[{'iso_639_1':'en','name':'English'}]","Released","They ain't afraid of no ghost.","Ghostbusters","false","7.4","4344" +"false","/faB6wyGOaILrJ0FwV2t9XWbvg9E.jpg","null","7000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","1548","tt0162346","en","Ghost World","Two quirky, cynical teenaged girls try to figure out what to do with their lives after high school graduation. After they play a prank on an eccentric, middle aged record collector, one of them befriends him, which causes a rift in the girls' friendship.","7.235","/2qdw5cGpXcG56j5pWU4e6UYKk0v.jpg","[{'id':2130,'logo_path':'/g0lqeY2FvhzXcOI6z8RVXbORRUY.png','name':'Mr. Mudd Production','origin_country':'US'},{'id':216,'logo_path':null,'name':'Jersey Films','origin_country':''},{'id':247,'logo_path':null,'name':'Granada Film Productions','origin_country':''},{'id':826,'logo_path':null,'name':'Capitol Films','origin_country':''},{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2001-07-20","0","111","[{'iso_639_1':'en','name':'English'}]","Released","Accentuate the negative.","Ghost World","false","7.2","674" +"false","/gc4MW8gPXFNbVJIZBpIsYlmQaxB.jpg","null","35000000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","9645","tt0288477","en","Ghost Ship","After discovering a passenger ship missing since 1962 floating adrift on the Bering Sea, salvagers claim the vessel as their own. Once they begin towing the ghost ship towards harbor, a series of bizarre occurrences happen and the group becomes trapped inside the ship, which they soon learn is inhabited by a demonic creature.","10.143","/3zpmLxfZIusjsy9GEEk5zhxBqi6.jpg","[{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':172,'logo_path':null,'name':'NPV Entertainment','origin_country':''},{'id':1786,'logo_path':'/joLFuCWg9e2lweYnFQtRPJKSLlI.png','name':'Dark Castle Entertainment','origin_country':'US'},{'id':53238,'logo_path':null,'name':'Ghost Ship Films Pty. Ltd.','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'US','name':'United States of America'}]","2002-10-25","68349884","91","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Sea Evil","Ghost Ship","false","5.5","958" +"false","/8LoYHmYgrFno4lddbqKAtxJI6X5.jpg","null","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","216539","tt2600742","en","Ghost Shark","Last Fourth of July, teenager Christy Bruce disappeared from a high school beach party. Her severed arm washed ashore a day later. Drunken sea captain Blaise Shaw became a hero to the small seaside community of Harmony after killing the great white shark that was deemed responsible, but the Christy Bruce murder was no shark attack. Blaise turns to ghost hunter Ava Conte, who is skeptical but intrigued by his ghost shark ramblings. With preparations for a massive July 4th celebration rapidly approaching, they soon find themselves embroiled in a conspiracy of sex and murder involving the town's wealthiest and most powerful citizens. Unprepared to contend with a Ghost Shark that can hunt on land, sea, as well as anywhere there is enough water or rain to sustain its phantom form, Blaise and Ava must uncover the truth about the towns dark past or fall victim to the Ghost Shark","2.892","/zyF1Q8m35FQQcZA64PMM5WSNDxN.jpg","[{'id':10345,'logo_path':null,'name':'Active Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-08-22","0","84","[{'iso_639_1':'en','name':'English'}]","Released","","Ghost Shark","false","4.1","44" +"false","/9w9UtpeRPK797GzT7xQXuVRSUSj.jpg","{'id':90306,'name':'Ghost Rider Collection','poster_path':'/bZBasloaMhjxCwH6tV0eziNMqut.jpg','backdrop_path':'/ee8zhn4VIXQh1J5t7efyybcvHLj.jpg'}","57000000","[{'id':28,'name':'Action'},{'id':14,'name':'Fantasy'},{'id':53,'name':'Thriller'}]","http://www.thespiritofvengeance.com/","71676","tt1071875","en","Ghost Rider: Spirit of Vengeance","When the devil resurfaces with aims to take over the world in human form, Johnny Blaze reluctantly comes out of hiding to transform into the flame-spewing supernatural hero Ghost Rider -- and rescue a 10-year-old boy from an unsavory end.","13.992","/tqwWzmp5ISh64SJbNKQ9fyItnDj.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':6736,'logo_path':null,'name':'Imagenation Abu Dhabi FZ','origin_country':''},{'id':7505,'logo_path':'/837VMM4wOkODc1idNxGT0KQJlej.png','name':'Marvel Entertainment','origin_country':'US'},{'id':13816,'logo_path':null,'name':'Hyde Park Entertainment','origin_country':''},{'id':20241,'logo_path':null,'name':'Crystal Sky Pictures','origin_country':''},{'id':11106,'logo_path':'/h4XR8uTNylVX9hJTiN50e76booZ.png','name':'Marvel Knights','origin_country':'US'},{'id':11370,'logo_path':null,'name':'Michael De Luca Productions','origin_country':'US'}]","[{'iso_3166_1':'AE','name':'United Arab Emirates'},{'iso_3166_1':'US','name':'United States of America'}]","2011-12-10","149217355","95","[{'iso_639_1':'en','name':'English'}]","Released","He Rides Again.","Ghost Rider: Spirit of Vengeance","false","4.7","1956" +"false","/9cs9RuOS3A5YEh6r4opVrIGbiJy.jpg","{'id':90306,'name':'Ghost Rider Collection','poster_path':'/bZBasloaMhjxCwH6tV0eziNMqut.jpg','backdrop_path':'/ee8zhn4VIXQh1J5t7efyybcvHLj.jpg'}","110000000","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'}]","http://www.sonypictures.com/movies/ghostrider/","1250","tt0259324","en","Ghost Rider","In order to save his dying father, young stunt cyclist Johnny Blaze sells his soul to Mephistopheles and sadly parts from the pure-hearted Roxanne Simpson, the love of his life. Years later, Johnny's path crosses again with Roxanne, now a go-getting reporter, and also with Mephistopheles, who offers to release Johnny's soul if Johnny becomes the fabled, fiery 'Ghost Rider'.","15.246","/jnllnSq8u4d1oQPU7PsoAHD6bLU.jpg","[{'id':20241,'logo_path':null,'name':'Crystal Sky Pictures','origin_country':''},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':19551,'logo_path':'/2WpWp9b108hizjHKdA107hFmvQ5.png','name':'Marvel Enterprises','origin_country':'US'},{'id':11370,'logo_path':null,'name':'Michael De Luca Productions','origin_country':'US'},{'id':20475,'logo_path':null,'name':'GH One','origin_country':''},{'id':20476,'logo_path':null,'name':'Vengeance Productions Pty. Ltd.','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'AU','name':'Australia'}]","2007-02-16","228738393","114","[{'iso_639_1':'en','name':'English'}]","Released","Hell is About To Be Unleashed","Ghost Rider","false","5.4","3095" +"false","/rgyMubnjg883VdJUKKwASijyAFc.jpg","null","22000000","[{'id':14,'name':'Fantasy'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'},{'id':10749,'name':'Romance'}]","","251","tt0099653","en","Ghost","Sam Wheat is a banker, Molly Jensen is an artist, and the two are madly in love. However, when Sam is murdered by his friend and corrupt business partner Carl Bruner over a shady business deal, he is left to roam the earth as a powerless spirit. When he learns of Carl's betrayal, Sam must seek the help of psychic Oda Mae Brown to set things right and protect Molly from Carl and his goons.","11.546","/rtxy3cplRFPUvruZajpcoxOQ7bi.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-07-12","505000000","127","[{'iso_639_1':'en','name':'English'}]","Released","A love that will last forever.","Ghost","false","7.1","2662" +"false","/86MGIjzbJgDjmlcmBfKdPuhKrpE.jpg","null","0","[{'id':99,'name':'Documentary'}]","","123928","tt1880209","de","Gettysburg","An examination of the Battle of Gettysberg on both the personal and strategic level.","1.506","/2dWLcRQ1IH4ThdHBq1QxwAZbkd4.jpg","[{'id':241,'logo_path':null,'name':'Herzog','origin_country':''},{'id':3507,'logo_path':null,'name':'History Channel','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2011-05-30","0","86","[{'iso_639_1':'en','name':'English'}]","Released","","Gettysburg","false","5.5","5" +"false","/7W7de4fdcKFPQYDlMQFfmTGP9ZI.jpg","null","18000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","http://www.getawaymovie.com/","146227","tt2167202","en","Getaway","Former race car driver Brent Magna (Hawke) is pitted against the clock. Desperately trying to save the life of his kidnapped wife, Brent commandeers a custom Ford Shelby GT500 Super Snake, taking it and its unwitting owner (Gomez) on a high-speed race against time, at the command of the mysterious villain holding his wife hostage.","7.275","/z4sEWm1ykf9WX5WJU4XMD4oI5sI.jpg","[{'id':19719,'logo_path':null,'name':'Saints LA','origin_country':''},{'id':1786,'logo_path':'/joLFuCWg9e2lweYnFQtRPJKSLlI.png','name':'Dark Castle Entertainment','origin_country':'US'},{'id':3608,'logo_path':null,'name':'After Dark Films','origin_country':''},{'id':2982,'logo_path':null,'name':'Signature Pictures','origin_country':'US'},{'id':12075,'logo_path':null,'name':'Silver Reel','origin_country':'CH'},{'id':68548,'logo_path':null,'name':'Dunulf Productions','origin_country':''},{'id':68549,'logo_path':null,'name':'Emmitt Productions Limited','origin_country':''},{'id':36109,'logo_path':'/wca0Jcidf2N1KAPicYMjGoKOmYu.png','name':'The Fyzz','origin_country':'GB'},{'id':68550,'logo_path':null,'name':'ADF Acquisitions','origin_country':''},{'id':28176,'logo_path':null,'name':'Bomar OOD','origin_country':''}]","[{'iso_3166_1':'BG','name':'Bulgaria'},{'iso_3166_1':'US','name':'United States of America'}]","2013-08-29","10501938","90","[{'iso_639_1':'en','name':'English'}]","Released","Get in. Get out. Getaway.","Getaway","false","5.1","366" +"false","/jrWrNLPeeB4d7II30EJRSYX7Sbr.jpg","null","80000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'}]","http://getsmartmovie.warnerbros.com/","11665","tt0425061","en","Get Smart","When the identities of secret agents from Control are compromised, the Chief promotes hapless but eager analyst Maxwell Smart and teams him with stylish, capable Agent 99, the only spy whose cover remains intact. Can they work together to thwart the evil plans of KAOS and its crafty operative?","11.492","/zS3UhYJvy6oLTBgNckpoyAa0qNs.jpg","[{'id':27352,'logo_path':null,'name':'WV Films IV','origin_country':''},{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':748,'logo_path':null,'name':'Mosaic Media Group','origin_country':''},{'id':1757,'logo_path':null,'name':'Mad Chance','origin_country':''},{'id':60378,'logo_path':null,'name':'Callahan Filmworks','origin_country':''},{'id':507,'logo_path':'/z7H707qUWigbjHnJDMfj6QITEpb.png','name':'Atlas Entertainment','origin_country':'US'},{'id':54502,'logo_path':null,'name':'Mel's Cite du Cinema','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'RU','name':'Russia'},{'iso_3166_1':'US','name':'United States of America'}]","2008-06-19","230685453","110","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Saving The World...And Loving It!","Get Smart","false","6.1","1776" +"false","/pAHa892SfUcANURmhrx4SCkx3jR.jpg","null","40000000","[{'id':18,'name':'Drama'}]","","10060","tt0430308","en","Get Rich or Die Tryin'","A tale of an inner city drug dealer who turns away from crime to pursue his passion, rap music.","9.072","/wKeSnhQfdwrycHorc9OPQ5KxVxJ.jpg","[{'id':54336,'logo_path':null,'name':'Cent Productions Inc.','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':746,'logo_path':'/kc7bdIVTBkJYy9aDK1QDDTAL463.png','name':'MTV Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-11-09","46442528","117","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","If You Think You Know the Story...You Don't Know the Man.","Get Rich or Die Tryin'","false","6.4","342" +"false","/ef76SZtJSZEplZ95uq5cWtaDnp1.jpg","null","35000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","80389","tt1567609","en","Get the Gringo","A career criminal (Gibson) nabbed by Mexican authorities is placed in a tough prison where he learns to survive with the help of a 9-year-old boy.","8.818","/tHhJ5evvhy9G2g0NbkZHNeDz4UO.jpg","[{'id':152,'logo_path':null,'name':'Icon Productions','origin_country':'US'},{'id':11732,'logo_path':null,'name':'Airborne Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-03-15","0","95","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","The odds are against him. So is everyone else.","Get the Gringo","false","6.5","796" +"false","/uXY6UyQZGjnkyKfI5CUjZee58bv.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","","239566","tt2473602","en","Get on Up","A chronicle of James Brown's rise from extreme poverty to become one of the most influential musicians in history.","5.938","/n1jw04rLk8YRVEJ9D6gQWIiDtfi.jpg","[{'id':27319,'logo_path':null,'name':'Jagged Films','origin_country':''},{'id':23,'logo_path':'/mkxNjThahj5pvntvYKVpMbWXm3D.png','name':'Imagine Entertainment','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-08-01","31911598","139","[{'iso_639_1':'en','name':'English'}]","Released","The Funk Don't Quit","Get on Up","false","6.7","245" +"false","/lPt9M08HrmwmreO2RHlT1FMVd9K.jpg","null","5000000","[{'id':28,'name':'Action'}]","","211528","tt2175669","en","Get Lucky","Lucky is a small time criminal and he's happy just getting by until he agrees to look after some counterfeit money for a friend who is in a bit of trouble with the law Two months go by without a word from him so Lucky burns the 'funny money' to avoid problems for himself.","1.311","/mM1SFwQngADJZvtT1Mx9sZF4K9H.jpg","[{'id':18239,'logo_path':null,'name':'Atlas Independent','origin_country':''},{'id':7353,'logo_path':'/yV5sxmYy4nBptmedJbsUKpr6W4M.png','name':'Gateway Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2013-08-08","0","86","[{'iso_639_1':'en','name':'English'}]","Released","","Get Lucky","false","6.2","13" +"false","/irKpW9WbiuY6G40MZlGSHW3lOVZ.jpg","null","40000000","[{'id':35,'name':'Comedy'}]","http://www.gethimtothegreek.net/","32823","tt1226229","en","Get Him to the Greek","Pinnacle records has the perfect plan to get their sinking company back on track: a comeback concert in LA featuring Aldous Snow, a fading rockstar who has dropped off the radar in recent years. Record company intern Aaron Green is faced with the monumental task of bringing his idol, out of control rock star Aldous Snow, back to LA for his comeback show.","9.766","/gT84OWu3ze3eMapps9s8GxZNFct.jpg","[{'id':10105,'logo_path':'/bN4tiAS8oNlHhIqq66KBPQ1Ekqh.png','name':'Apatow Productions','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':158,'logo_path':'/6SHlNIype9zmyEMRsBtoueUtLsq.png','name':'Spyglass Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-06-04","90029656","109","[{'iso_639_1':'en','name':'English'}]","Released","Aaron Green has 72 hours to get a Rock Star from London to L.A. Pray for him.","Get Him to the Greek","false","5.9","939" +"false","/8dHsvdiZLBdppKwRiZ0XZYngbeN.jpg","null","40000000","[{'id':35,'name':'Comedy'}]","","257091","tt2561572","en","Get Hard","When obscenely rich hedge-fund manager James is convicted of fraud and sentenced to a stretch in San Quentin, the judge gives him one month to get his affairs in order. Knowing that he won't survive more than a few minutes in prison on his own, James desperately turns to Darnell-- a black businessman who's never even had a parking ticket -- for help. As Darnell puts James through the wringer, both learn that they were wrong about many things, including each other.","11.425","/qRzUSrN4p6B7fzA5XGm4ebFg3co.jpg","[{'id':4740,'logo_path':null,'name':'Gary Sanchez Productions','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-03-26","111811453","100","[{'iso_639_1':'en','name':'English'}]","Released","An education in incarceration.","Get Hard","false","6","1409" +"false","/25QzBmimwYBW1cqJs3BR3tbp6jG.jpg","null","63600000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","10461","tt0208988","en","Get Carter","Remake of the British classic. Jack Carter, a mob enforcer living in Las Vegas, travels back to his hometown of Seattle for his brother's funeral. During this visit, Carter realizes that the death of his brother was not accidental, but a murder. With this knowledge, Carter sets out to kill all those responsible.","10.183","/5Dv9QJNJx4cF96lDtX4KGtplNTJ.jpg","[{'id':10210,'logo_path':null,'name':'Morgan Creek Productions','origin_country':'US'},{'id':22351,'logo_path':null,'name':'The Canton Company','origin_country':''},{'id':1403,'logo_path':null,'name':'Franchise Pictures','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-10-06","19412993","102","[{'iso_639_1':'en','name':'English'}]","Released","The Truth Hurts","Get Carter","false","4.9","251" +"false","/mU1wbpRA25lJch7GE5QKn3Bp96a.jpg","null","1814462","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","1485","tt0067128","en","Get Carter","Jack Carter is a small-time hood working in London. When word reaches him of his brothers death, he travels to Newcastle to attend the funeral. Refusing to accept the police report of suicide, Carter seeks out his brother???s friends and acquaintances to learn who murdered his sibling and why.","7.447","/mVDDWvu5PNVFaf6JCqIuj1HmZ1C.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1971-03-03","0","112","[{'iso_639_1':'en','name':'English'}]","Released","","Get Carter","false","7.1","184" +"false","/jz4zRjOnWW8hvUCnEBKhve0Utqo.jpg","null","500000","[{'id':27,'name':'Horror'}]","http://www.germthemovie.com","179159","tt1495776","en","Germ","The military's attempt to shoot down an orbiting satellite unleashes a space-borne epidemic on a remote, small town. Deputy Max Brody and his girlfriend Brooke must battle their way through an army of infected townsfolk and soldiers as they struggle to save themselves and their loved ones from a horrible, early death. When cannibalism is contagious, will even the strong survive?","1.743","/sMNDsT2ndg2eCZbXMMU0Sa54UKq.jpg","[{'id':13635,'logo_path':null,'name':'Two Thirds Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-03-12","0","85","[{'iso_639_1':'en','name':'English'}]","Released","Cannibalism is contagious","Germ","false","3.4","16" +"false","/tKoJlD4eqO5kxVNwXS7ooRPgCwN.jpg","null","42000","[{'id':18,'name':'Drama'}]","","18292","tt0262432","en","George Washington","Set in the landscape of a rural southern town, ""George Washington"" is a stunning portrait of how a group of young kids come to grips with a hard world of choices and consequences. During an innocent game in an abandoned amusement park, a member of the group dies. Narrated by one of the children, the film follows the kids as they struggle to balance their own ambitions and relationships against a tragic lie.","3.633","/g9nZi8u5LqSrVKEpSm199EM4hk5.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-10-01","241816","90","[{'iso_639_1':'en','name':'English'}]","Released","Down this twisted road, please watch over my soul and lift me up so gently so as not to touch the ground.","George Washington","false","6.7","54" +"false","/h0aIV7svNpwk3ZOiiHQBmGozm9j.jpg","{'id':522231,'name':'Generation Iron Collection','poster_path':'/uZClIS9aopkaFmMBhGXL9TqGcjt.jpg','backdrop_path':'/dpDfXVsKQ5D1mdkA7Mm2FbxPBL0.jpg'}","0","[{'id':99,'name':'Documentary'}]","http://generation-iron.com/","207021","tt2205904","en","Generation Iron","Generation Iron - examines the professional sport of bodybuilding today and gives the audience front row access to the lives of the top 7 bodybuilders in the sport as they train to compete in the world's most premiere bodybuilding stage - Mr. Olympia.","6.887","/p6LSfvclXCmgTvOaIclzqPlXbZh.jpg","[{'id':5912,'logo_path':null,'name':'American Media Group','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-09-20","0","106","[{'iso_639_1':'en','name':'English'}]","Released","","Generation Iron","false","6.9","66" +"false","/xMI50FAfPOLwUQ0uKM3u3EmFeHc.jpg","null","0","[{'id':35,'name':'Comedy'}]","https://www.peccapics.com/product/g-b-f","174323","tt2429074","en","G.B.F.","The bitter fight for supremacy between the three most popular girls at North Gateway High takes an unexpected turn when their classmate, Tanner, is outed and becomes the school???s first openly gay student. The trio races to bag the big trend in fashion accessories, the Gay Best Friend, while Tanner must decide whether his skyrocketing popularity is more important than the friendships he is leaving behind.","0.6","/lKrLv8HILOq093GLubiHpU23OhC.jpg","[{'id':19999,'logo_path':null,'name':'School Pictures','origin_country':''},{'id':20000,'logo_path':null,'name':'Parting Shots Media','origin_country':''},{'id':20001,'logo_path':null,'name':'Logolite Entertainment','origin_country':'US'},{'id':12269,'logo_path':null,'name':'ShadowCatcher Entertainment','origin_country':'US'},{'id':107481,'logo_path':null,'name':'Steakhaus Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-10-20","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Being out has never been so in.","G.B.F.","false","6","258" +"false","/ijwI4F3jXvyThd1doKXFWnNFJVU.jpg","null","36000000","[{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'},{'id':9648,'name':'Mystery'},{'id':10749,'name':'Romance'}]","","782","tt0119177","en","Gattaca","Science fiction drama about a future society in the era of indefinite eugenics where humans are set on a life course depending on their DNA. The young Vincent Freeman is born with a condition that would prevent him from space travel, yet he is determined to infiltrate the GATTACA space program.","20.415","/gPYtuvhQvP7v5F1Tqt2iQWR3Y7i.jpg","[{'id':216,'logo_path':null,'name':'Jersey Films','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-09-07","12532777","106","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'eo','name':'Esperanto'}]","Released","There is no gene for the human spirit.","Gattaca","false","7.5","3132" +"false","/j5AZ5uQzWlFww1lxVbZhiItMBDu.jpg","{'id':289531,'name':'Gator Collection','poster_path':'/r9PrzJkLa60N2yTuoWGDPyBsg61.jpg','backdrop_path':'/7yIaIwB5TFvhWpQtX0AkMUw6y8J.jpg'}","0","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'},{'id':28,'name':'Action'}]","","21882","tt0074564","en","Gator","After his release from prison, notorious ex-con and moonshine distiller Gator McKlusky moves in with his father in a cabin in the Okefenokee Swamp. His bootlegging plans are cut short, however, when a federal agent tells McKlusky that he will lose custody of his 9-year-old daughter unless he helps bring down local crime lord Bama McCall. McKlusky enlists the help of reporter Aggie Maybank and a few local eccentrics to bring down McCall's empire.","2.31","/w5CLk9kKlEHCS7RqP7QAQ7qSqvI.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':36248,'logo_path':null,'name':'Levy-Gardner-Laven','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1976-08-25","0","115","[{'iso_639_1':'en','name':'English'}]","Released","Come and get him.","Gator","false","5.1","28" +"false","/wLwz6SfI9nLIuYNaLOQHX8sni7C.jpg","null","2500000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www2.foxsearchlight.com/gardenstate/","401","tt0333766","en","Garden State","Andrew returns to his hometown for the funeral of his mother, a journey that reconnects him with past friends. The trip coincides with his decision to stop taking his powerful antidepressants. A chance meeting with Sam - a girl also suffering from various maladies - opens up the possibility of rekindling emotional attachments, confronting his psychologist father, and perhaps beginning a new life.","9.819","/u7IASCZ02Q94SYklSIR2609inis.jpg","[{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'},{'id':215,'logo_path':'/tQyeqkCj24krhY2W8qeAztcOS37.png','name':'Double Feature Films','origin_country':''},{'id':216,'logo_path':null,'name':'Jersey Films','origin_country':''},{'id':11728,'logo_path':null,'name':'Camelot Pictures','origin_country':''},{'id':11729,'logo_path':null,'name':'Large's Ark Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-07-28","26781723","102","[{'iso_639_1':'en','name':'English'}]","Released","","Garden State","false","7.2","964" +"false","/6w3C4axs28qAT3fxeNs98nXagDS.jpg","null","0","[{'id':27,'name':'Horror'}]","","12601","tt0355473","de","Garden of Love","A woman whose family was brutally murdered when she was little is instructed by her family's ghosts to bring the killers to them so their souls can rest in peace.","1.46","/lfycVcE8UslRqB1xtQ8JjsWKtjF.jpg","[]","[{'iso_3166_1':'DE','name':'Germany'}]","2003-03-03","0","86","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","","Garden of Love","false","4.1","8" +"false","/ndtTFhwqCwhsTU6HjONR9bpwmED.jpg","null","60000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://gangstersquad.warnerbros.com/","82682","tt1321870","en","Gangster Squad","Los Angeles, 1949. Ruthless, Brooklyn-born mob king Mickey Cohen runs the show in this town, reaping the ill-gotten gains from the drugs, the guns, the prostitutes and ??? if he has his way ??? every wire bet placed west of Chicago. And he does it all with the protection of not only his own paid goons, but also the police and the politicians who are under his control. It???s enough to intimidate even the bravest, street-hardened cop??? except, perhaps, for the small, secret crew of LAPD outsiders led by Sgt. John O???Mara and Jerry Wooters who come together to try to tear Cohen???s world apart.","13.432","/10yNEXaVBXp0mlnMrwwJ7Vvj6g5.jpg","[{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':2723,'logo_path':null,'name':'Lin Pictures','origin_country':'US'},{'id':8057,'logo_path':null,'name':'Langley Park Production','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-01-10","105200903","113","[{'iso_639_1':'en','name':'English'}]","Released","No Names. No Badges. No Mercy.","Gangster Squad","false","6.3","2460" +"false","/a2Aj5ksEo2HOUH3FbGyZCtaJM4C.jpg","null","100000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':80,'name':'Crime'}]","http://video.movies.go.com/gangsofnewyork/","3131","tt0217505","en","Gangs of New York","It's 1863. America was born in the streets. Amsterdam Vallon returns to the Five Points of America to seek vengeance against the psychotic gangland kingpin, Bill the Butcher, who murdered his father years earlier. With an eager pickpocket by his side and a whole new army, Vallon fights his way to seek vengeance on the Butcher and restore peace in the area.","15.117","/lemqKtcCuAano5aqrzxYiKC8kkn.jpg","[{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':7380,'logo_path':null,'name':'Initial Entertainment Group (IEG)','origin_country':''},{'id':7381,'logo_path':null,'name':'Alberto Grimaldi Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'IT','name':'Italy'}]","2002-12-14","193772504","167","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ga','name':'Gaeilge'},{'iso_639_1':'la','name':'Latin'},{'iso_639_1':'zh','name':'?????????'}]","Released","America was born in the streets.","Gangs of New York","false","7.2","3345" +"false","/yYHtbjJM8CdhDjhxoGtB5VbaIR6.jpg","null","22000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","783","tt0083987","en","Gandhi","In the early years of the 20th century, Mohandas K. Gandhi, a British-trained lawyer, forsakes all worldly possessions to take up the cause of Indian independence. Faced with armed resistance from the British government, Gandhi adopts a policy of 'passive resistance', endeavouring to win freedom for his people without resorting to bloodshed.","8.747","/mbsQS7SPmJxaLns2AeOAmeBaCgj.jpg","[{'id':500,'logo_path':null,'name':'Goldcrest Films International','origin_country':'GB'},{'id':501,'logo_path':null,'name':'Indo-British','origin_country':''},{'id':502,'logo_path':null,'name':'International Film Investors','origin_country':''},{'id':32413,'logo_path':'/jXHqu6xyG8l5mKwK66u5ahzYdfD.png','name':'National Film Development Corporation of India','origin_country':'IN'}]","[{'iso_3166_1':'IN','name':'India'},{'iso_3166_1':'GB','name':'United Kingdom'}]","1982-11-30","77737889","191","[{'iso_639_1':'en','name':'English'}]","Released","His triumph changed the world forever.","Gandhi","false","7.5","1137" +"false","/gCVAvKhsD5BrGZhyj1sNnwsqCY5.jpg","null","50000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","http://gamerthemovie.com","18501","tt1034032","en","Gamer","Mind-control technology has taken society by a storm, a multiplayer on-line game called ""Slayers"" allows players to control human prisoners in mass-scale. Simon controls Kable, the online champion of the game. Kable's ultimate challenge becomes regaining his identity and independence by defeating the game's mastermind.","15.4","/csbqdb7VUhGDkNsS3hjV16pwZ9e.jpg","[{'id':126,'logo_path':'/kADPanRDkKTxncPXXVahvHPUvCj.png','name':'Lakeshore Entertainment','origin_country':'US'},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-09-03","40828540","95","[{'iso_639_1':'en','name':'English'}]","Released","In the near future, you don't live to play... you'll play to live.","Gamer","false","5.6","1190" +"false","/vLtyKJtomlRm3U0UFmAqnj1rviV.jpg","null","0","[{'id':10770,'name':'TV Movie'},{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","https://www.hbo.com/movies/game-change","91010","tt1848902","en","Game Change","Documentary focusing on the Republican run of the 2008 Presidential election, when candidate John McCain picks a relative unknown, Alaskan governor Sarah Palin, to be his running mate. As the campaign kicks into high gear, her lack of experience, in both political and media savvy, becomes a drain upon McCain and his strategists.","6.385","/vnF5eG5A6NcLUqw3oJGoq6Br3WQ.jpg","[{'id':4171,'logo_path':null,'name':'Playtone','origin_country':'US'},{'id':7429,'logo_path':'/6in9uMqxXEHx5XgYgkeRBpZ4rPw.png','name':'HBO Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-03-09","0","118","[{'iso_639_1':'en','name':'English'}]","Released","Politics would never be the same.","Game Change","false","6.8","147" +"false","/ttY8YjVevl300qJOJ5GCMAXnDpM.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","http://monetgame.gaga.ne.jp/","97434","tt0404978","en","Gambit","An art curator decides to seek revenge on his abusive boss by conning him into buying a fake Monet, but his plan requires the help of an eccentric and unpredictable Texas rodeo queen.","6.757","/5eFWMeUc7C4tpqx7iZP4JBesiUm.jpg","[{'id':5490,'logo_path':'/xuJSR4dWsvkE194aemIJwflyNF2.png','name':'CBS Films','origin_country':'US'},{'id':7493,'logo_path':'/452FO4LcI6lA6bfgl6w1kQYRBlr.png','name':'FilmNation Entertainment','origin_country':'US'},{'id':13472,'logo_path':null,'name':'Crime Scene Pictures','origin_country':''},{'id':13473,'logo_path':null,'name':'Michael Lobell Productions','origin_country':''},{'id':57742,'logo_path':null,'name':'ArtPhyl','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-11-07","0","89","[{'iso_639_1':'en','name':'English'}]","Released","A fake masterpiece. The perfect plan.","Gambit","false","5.2","351" +"false","/uih89zQNhmywCQw8a61nZpoHGPL.jpg","null","17000000","[{'id':28,'name':'Action'},{'id':27,'name':'Horror'}]","http://www.gallowwalker.com/","46429","tt0829176","en","Gallowwalkers","When a nun broke her covenant with God to save the life of her unborn son, Aman, he was cursed for life. As an adult, Aman has killed those who have crossed him. But his curse brings his victims back to life and they pursue him for revenge, so Aman enlists a young gunman to fight by his side against his undead victims.","6.127","/7WTMxkdCPlp3BYT0bqPHVrE7SUR.jpg","[{'id':15948,'logo_path':null,'name':'Boundless Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-10-27","0","90","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Gallowwalkers","false","4.1","170" +"false","/mvV4iBXrH3hpWGgz9XH3FXWuokL.jpg","null","3000000","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10752,'name':'War'}]","","11646","tt0082432","en","Gallipoli","As World War I rages, brave and youthful Australians Archy and Frank, both agile runners, become friends and enlist in the Australian and New Zealand Army Corps together. They later find themselves part of the Dardanelles Campaign on the Gallipoli peninsula, a brutal eight-month conflict which pit the British and their allies against the Ottoman Empire and left over 500,000 men dead.","8.049","/un7VCqTmjrq3u75mQ204a8tofD4.jpg","[{'id':8815,'logo_path':null,'name':'R & R Films','origin_country':''},{'id':417,'logo_path':'/w7d3hoHQaC0XwjrxEG1yPeuUhu5.png','name':'Australian Film Commission','origin_country':'AU'}]","[{'iso_3166_1':'AU','name':'Australia'}]","1981-08-13","11740000","112","[{'iso_639_1':'en','name':'English'}]","Released","From a place you've never heard of, comes a story you'll never forget.","Gallipoli","false","7.2","191" +"false","/1sAm8L4yOquzak9bstajTIoCEmy.jpg","null","45000000","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':878,'name':'Science Fiction'}]","","926","tt0177789","en","Galaxy Quest","The stars of a 1970s sci-fi show - now scraping a living through re-runs and sci-fi conventions - are beamed aboard an alien spacecraft. Believing the cast's heroic on-screen dramas are historical documents of real-life adventures, the band of aliens turn to the ailing celebrities for help in their quest to overcome the oppressive regime in their solar system.","17.34","/ahpUPhVlwAWic9N0SfNkxs8e66W.jpg","[{'id':2605,'logo_path':null,'name':'Gran Via Productions','origin_country':''},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-12-23","90683916","102","[{'iso_639_1':'en','name':'English'}]","Released","A comedy of Galactic Proportions.","Galaxy Quest","false","7","1079" +"false","/t0u76RL3YlcfnWdRWgRudROqEkg.jpg","{'id':171439,'name':'F/X Collection','poster_path':'/4LZcwmhKGUKmGfjDNTkq0Em0euL.jpg','backdrop_path':'/pLj66wA3xzB9vyOlzZRevSKamoD.jpg'}","0","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'},{'id':28,'name':'Action'}]","","9873","tt0089118","en","F/X","A movies special effects man is hired by a government agency to help stage the assassination of a well known gangster. When the agency double cross him, he uses his special effects to trap the gangster and the corrupt agents.","6.777","/6VAiIPBnIRPWXi70sxsHDn9rXA8.jpg","[{'id':3597,'logo_path':null,'name':'Dodi Fayed - Jack Wiener','origin_country':''},{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1986-02-07","20603715","109","[{'iso_639_1':'en','name':'English'}]","Released","Murder by Illusion","F/X","false","6.4","140" +"false","/pKawqrtCBMmxarft7o1LbEynys7.jpg","null","68000000","[{'id':10752,'name':'War'},{'id':18,'name':'Drama'},{'id':28,'name':'Action'}]","","228150","tt2713180","en","Fury","Last months of World War II in April 1945. As the Allies make their final push in the European Theater, a battle-hardened U.S. Army sergeant in the 2nd Armored Division named Wardaddy commands a Sherman tank called ""Fury"" and its five-man crew on a deadly mission behind enemy lines. Outnumbered and outgunned, Wardaddy and his men face overwhelming odds in their heroic attempts to strike at the heart of Nazi Germany.","33.911","/pfte7wdMobMF4CVHuOxyu6oqeeA.jpg","[{'id':39649,'logo_path':null,'name':'Huayi Brothers Media','origin_country':'CN'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':11029,'logo_path':'/aEqqnFZjCW10ODE4TYQ1qkjvokr.png','name':'QED International','origin_country':'US'},{'id':34034,'logo_path':null,'name':'LStar Capital','origin_country':'US'},{'id':47169,'logo_path':null,'name':'Le Grisbi Productions','origin_country':'US'},{'id':16312,'logo_path':null,'name':'Crave Films','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CN','name':'China'}]","2014-10-15","211817906","135","[{'iso_639_1':'en','name':'English'}]","Released","War never ends quietly.","Fury","false","7.4","6391" +"false","/ypyeMfKydpyuuTMdp36rMlkGDUL.jpg","{'id':9485,'name':'The Fast and the Furious Collection','poster_path':'/uv63yAGg1zETAs1XQsOQpava87l.jpg','backdrop_path':'/z5A5W3WYJc3UVEWljSGwdjDgQ0j.jpg'}","190000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","http://www.furious7.com/","168259","tt2820852","en","Furious 7","Deckard Shaw seeks revenge against Dominic Toretto and his family for his comatose brother.","22.427","/dCgm7efXDmiABSdWDHBDBx2jwmn.jpg","[{'id':87857,'logo_path':null,'name':'Abu Dhabi Film Commission','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':40890,'logo_path':null,'name':'China Film Co.','origin_country':''},{'id':333,'logo_path':'/5xUJfzPZ8jWJUDzYtIeuPO4qPIa.png','name':'Original Film','origin_country':'US'},{'id':3341,'logo_path':'/dTG5dXE1kU2mpmL9BNnraffckLU.png','name':'Fuji Television Network','origin_country':'JP'},{'id':86352,'logo_path':null,'name':'Qu??bec Production Services Tax Credit','origin_country':''},{'id':87858,'logo_path':null,'name':'Colorado Office of Film, Television & Media','origin_country':''},{'id':1778,'logo_path':'/69xm6sF3JxugGVjfZfm1YY6d7EE.png','name':'Dentsu','origin_country':'JP'},{'id':2531,'logo_path':'/pC2iDCDCvV85vOBP7a5Ukxuc0Du.png','name':'Media Rights Capital','origin_country':'US'},{'id':1225,'logo_path':null,'name':'One Race','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-04-01","1506249360","137","[{'iso_639_1':'en','name':'English'}]","Released","Vengeance Hits Home","Furious 7","false","7.3","6319" +"false","/yzEJW4dowe1RSpSdchaGi9eoHHU.jpg","null","75000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://www.funnypeoplemovie.com","20829","tt1201167","en","Funny People","Famous and wealthy funnyman George Simmons doesn't give much thought to how he treats people until a doctor delivers stunning health news, forcing George to reevaluate his priorities with a little help from aspiring stand-up comic Ira.","10.638","/uWgcmAIfYURUHJGhY4Rq1IXcJIg.jpg","[{'id':2608,'logo_path':'/g3YRudXiQzHesQqRXvnhFpMzfkU.png','name':'Happy Madison Productions','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':10105,'logo_path':'/bN4tiAS8oNlHhIqq66KBPQ1Ekqh.png','name':'Apatow Productions','origin_country':'US'},{'id':11708,'logo_path':null,'name':'Madison 23','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-07-31","61458982","146","[{'iso_639_1':'en','name':'English'}]","Released","George Simmons was prepared to die, but then a funny thing happened.","Funny People","false","5.7","634" +"false","/qIz5jdGQBqEVNRKXHhWSImcTANy.jpg","{'id':449750,'name':'Fanny Brice Collection','poster_path':'/93vPrYRuOAw2NQ5j5L8wxFpSeOx.jpg','backdrop_path':null}","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","","39282","tt0073026","en","Funny Lady","1930s in New York ??? The famous singer Fanny Brice has divorced her first husband Nicky Arnstein. During the depression she has trouble finding work as an artist but meets Billy Rose, a newcomer who writes lyrics and owns his own nightclub.","2.436","/akln0CP2QOLixS6hE8K89OODEWb.jpg","[{'id':43714,'logo_path':null,'name':'Columbia Pictures Corporation, Rastar Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1975-03-15","0","136","[{'iso_639_1':'en','name':'English'}]","Released","How Lucky Can You Get","Funny Lady","false","5.1","32" +"false","/gEXvIMvCT1TuQY7Lu9vN47MpSm4.jpg","null","100000000","[{'id':35,'name':'Comedy'}]","http://www.sonypictures.com/movies/funwithdickandjane/","7552","tt0369441","en","Fun with Dick and Jane","After Dick Harper loses his job at Globodyne in an Enron-esque collapse, he and his wife, Jane, turn to crime in order to handle the massive debt they now face. Two intelligent people, Dick and Jane actually get pretty good at robbing people and even enjoy it -- but they have second thoughts when they're reminded that crime can hurt innocent people. When the couple hears that Globodyne boss Jack McCallister actually swindled the company, they plot revenge.","10.763","/pja5sDJEmh7EBJ5scx5qp6N9Fqw.jpg","[{'id':76714,'logo_path':null,'name':'JC 23 Entertainment','origin_country':''},{'id':23,'logo_path':'/mkxNjThahj5pvntvYKVpMbWXm3D.png','name':'Imagine Entertainment','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-12-21","202026112","90","[{'iso_639_1':'en','name':'English'}]","Released","Giving big businesses a run for their money!","Fun with Dick and Jane","false","6","1132" +"false","/nfm6JCKUaM6dT0mATmShLY6cpmc.jpg","null","17000000","[{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","","600","tt0093058","en","Full Metal Jacket","A pragmatic U.S. Marine observes the dehumanizing effects the U.S.-Vietnam War has on his fellow recruits from their brutal boot camp training to the bloody street fighting in Hue.","12.486","/29veIwD38rVL2qY74emXQw4y25H.jpg","[{'id':50819,'logo_path':null,'name':'Natant','origin_country':''},{'id':385,'logo_path':null,'name':'Stanley Kubrick Productions','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1987-06-26","46357676","116","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'vi','name':'Ti???ng Vi???t'}]","Released","Vietnam can kill me, but it can???t make me care.","Full Metal Jacket","false","8.1","4931" +"false","/5FAvELfoIeqxrNM0UDYe51WrIqY.jpg","null","2000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","15186","tt0290212","en","Full Frontal","A contemporary comedy set in Los Angeles, Full Frontal traces the complicated relationship among seven friends as they deal with the fragile connections that bind them together. Full Frontal takes place during a twenty-four hour period - a day in the life of missed connections.","3.93","/ywtQ9gZf4rpVAxyoiXlNKkI2HFz.jpg","[{'id':14729,'logo_path':null,'name':'Populist Pictures','origin_country':''},{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':69989,'logo_path':null,'name':'Monophonic Inc.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-08-02","2506446","96","[{'iso_639_1':'en','name':'English'}]","Released","Everybody Needs A Release","Full Frontal","false","4.8","39" +"false","/v8qyFyJUsvpNVOtizr2ZfQVfJ9C.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.fruitvalefilm.com/","157354","tt2334649","en","Fruitvale Station","The true story of Oscar, a 22-year-old Bay Area resident, who crosses paths with friends, enemies, family, and strangers on the last day of 2008.","6.218","/zwPYTHFCgWYHRW1OoxE23dxZZRX.jpg","[{'id':14638,'logo_path':null,'name':'Significant Productions','origin_country':'US'},{'id':14639,'logo_path':null,'name':'OG Project','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-07-25","17385830","85","[{'iso_639_1':'en','name':'English'}]","Released","Every step brings you closer to the edge","Fruitvale Station","false","7.4","619" +"false","/cN9Nbwh66TRcj2gBE8cSEZulsx3.jpg","{'id':386382,'name':'Frozen Collection','poster_path':'/rpoXnE9UzCbjmINhxIi8bZF557B.jpg','backdrop_path':'/vZiqhw6oFoMlHSneIdVip9rRou2.jpg'}","150000000","[{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'}]","http://movies.disney.com/frozen","109445","tt2294629","en","Frozen","Young princess Anna of Arendelle dreams about finding true love at her sister Elsa???s coronation. Fate takes her on a dangerous journey in an attempt to end the eternal winter that has fallen over the kingdom. She's accompanied by ice delivery man Kristoff, his reindeer Sven, and snowman Olaf. On an adventure where she will find out what friendship, courage, family, and true love really means.","32.694","/eFnGmj63QPUpK7QUWSOUhypIQOT.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':6125,'logo_path':'/tVPmo07IHhBs4HuilrcV0yujsZ9.png','name':'Walt Disney Animation Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-11-27","1274219009","102","[{'iso_639_1':'en','name':'English'}]","Released","Only the act of true love will thaw a frozen heart.","Frozen","false","7.3","9365" +"false","/tLS76JVfBWJ4UICTbKVT60a307O.jpg","null","0","[{'id':53,'name':'Thriller'}]","http://ariescope.com/2010/10/14/frozen","44363","tt1323045","en","Frozen","When three skiers find themselves stranded on a chair lift at a New England ski resort that has closed for the next week, they are forced to make life or death choices that prove to be more perilous than staying put and freezing to death.","8.701","/lfZNJlAZoheNVHPBhTTlpkBQj4B.jpg","[{'id':3960,'logo_path':null,'name':'ArieScope Pictures','origin_country':''},{'id':5855,'logo_path':null,'name':'A Bigger Boat','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-02-05","3065860","93","[{'iso_639_1':'en','name':'English'}]","Released","No one knows you're up there.","Frozen","false","5.8","954" +"false","/n7VX5nsHUiQargJKVCJ5dcsa39o.jpg","null","25000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","11499","tt0870111","en","Frost/Nixon","For three years after being forced from office, Nixon remained silent. But in summer 1977, the steely, cunning former commander-in-chief agreed to sit for one all-inclusive interview to confront the questions of his time in office and the Watergate scandal that ended his presidency. Nixon surprised everyone in selecting Frost as his televised confessor, intending to easily outfox the breezy British showman and secure a place in the hearts and minds of Americans. Likewise, Frost's team harboured doubts about their boss's ability to hold his own. But as the cameras rolled, a charged battle of wits resulted.","9.599","/qCs0Vc3QhyqRSDLCDinOai5CVT5.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':23,'logo_path':'/mkxNjThahj5pvntvYKVpMbWXm3D.png','name':'Imagine Entertainment','origin_country':'US'},{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-10-15","18593156","122","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","400 million people were waiting for the truth.","Frost/Nixon","false","7.3","563" +"false","/dCroxSl0NbAocMcwV6rKwAuwanP.jpg","null","0","[{'id':37,'name':'Western'},{'id':18,'name':'Drama'}]","","259611","tt2510028","en","Frontera","After crossing the border illegally for work, Miguel, a hard-working father and devoted husband, finds himself wrongfully accused of murdering a former sheriff???s wife. After learning of his imprisonment, Miguel???s pregnant wife tries to come to his aid and lands in the hands of corrupt coyotes who hold her for ransom. Dissatisfied with the police department???s investigation, the former sheriff tries to uncover the truth about his wife???s death and discovers disturbing evidence that will destroy one family???s future, or tear another???s apart.","7.301","/zvc5iQnvmkmAqnUdgXhxN6R42Ra.jpg","[{'id':36433,'logo_path':null,'name':'MJW Films','origin_country':'US'},{'id':36434,'logo_path':'/57HyIzqTJMO2rYGjhQbrwITFWV0.png','name':'Ocean Blue Entertainment','origin_country':'US'},{'id':1030,'logo_path':'/bus7KzJshT0VMXuKR7dwK5bqPSO.png','name':'Magnolia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-07-31","0","103","[{'iso_639_1':'en','name':'English'}]","Released","Truth is the only justice.","Frontera","false","6.3","80" +"false","/petxWQL6kATwLGb8gqyYPpQaUoi.jpg","null","0","[{'id':27,'name':'Horror'}]","","291865","tt4030442","en","From the Dark","The story centers on a young couple on a road trip through the Irish countryside who encounter an ancient force of evil.","3.882","/5jzjggFXBTtZvLaTFF0MhuxB3XP.jpg","[{'id':50810,'logo_path':null,'name':'MPI Pictures','origin_country':''}]","[{'iso_3166_1':'IE','name':'Ireland'}]","2014-04-14","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Pray For Dawn.","From the Dark","false","5.5","58" +"false","/njU7eai9g5RHgyTKl8RbvQ8dys6.jpg","null","52000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","http://www.frompariswithlovefilm.com/","26389","tt1179034","en","From Paris with Love","James Reese has a good job as an ambassador's aid in France, but his real passion is a side gig, working in a minor role in the CIA. He would love to be a full-fledged agent and can't believe his luck when he lands an assignment with Charlie Wax. Trigger-happy Charlie soon has James crying for his desk job, but when he learns that the same guys they're trying to catch are after him, James realizes that Charlie may be his only hope of survival.","12.281","/41yioNp9apJ7xtYDaSxqBfm1p5T.jpg","[{'id':11261,'logo_path':null,'name':'M6','origin_country':''},{'id':1115,'logo_path':'/ntH7T5gsN6wtyrfHGHJDTuneQ7o.png','name':'M6 Films','origin_country':'FR'},{'id':6586,'logo_path':null,'name':'TPS Star','origin_country':''},{'id':6877,'logo_path':null,'name':'Grive Productions','origin_country':''},{'id':6896,'logo_path':'/2Q89KvzxTKB5BAv9RqFIPI1qb7E.png','name':'EuropaCorp','origin_country':'FR'},{'id':1076,'logo_path':null,'name':'Apipoula??','origin_country':''},{'id':34774,'logo_path':null,'name':'W9','origin_country':''},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'FR','name':'France'}]","2010-02-04","52826594","92","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'zh','name':'?????????'}]","Released","Two agents. One city. No merci.","From Paris with Love","false","6.2","1044" +"false","/2aLBewiag47U7Ef8rMZSlYQhi0P.jpg","null","35000000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","768","tt0120681","en","From Hell","Frederick Abberline is an opium-huffing inspector from Scotland Yard who falls for one of Jack the Ripper's prostitute targets in this Hughes brothers adaption of a graphic novel that posits the Ripper's true identity.","10.406","/f3J77Cy3pRSeeN52Pk8oIvgi6IN.jpg","[{'id':476,'logo_path':null,'name':'Underworld Entertainment','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'CZ','name':'Czech Republic'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2001-10-19","74558115","122","[{'iso_639_1':'en','name':'English'}]","Released","Only the legend will survive.","From Hell","false","6.6","1378" +"false","/3kPTAFgx2BftDOexBe41k8kqSRD.jpg","{'id':10924,'name':'From Dusk Till Dawn Collection','poster_path':'/a156nAy5ZTGXlO5wgfvnF26aaDB.jpg','backdrop_path':'/eTYPtks2Kk0mUWQycAVrohzAwv3.jpg'}","19000000","[{'id':27,'name':'Horror'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","http://www.miramax.com/movie/from-dusk-till-dawn/","755","tt0116367","en","From Dusk Till Dawn","Seth Gecko and his younger brother Richard are on the run after a bloody bank robbery in Texas. They escape across the border into Mexico and will be home-free the next morning, when they pay off the local kingpin. They just have to survive 'from dusk till dawn' at the rendezvous point, which turns out to be a Hell of a strip joint.","18.421","/ce0d4kM5KxT4x1Oq8JkSuNYevri.jpg","[{'id':11705,'logo_path':null,'name':'Los Hooligans Productions','origin_country':''},{'id':59,'logo_path':'/yH7OMeSxhfP0AVM6iT0rsF3F4ZC.png','name':'A Band Apart','origin_country':'US'},{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'},{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-01-19","25836616","108","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","One night is all that stands between them and freedom. But it's going to be a hell of a night.","From Dusk Till Dawn","false","6.9","2865" +"false","/daUWtFsqpgjzgbLqBVB1xM7RWda.jpg","null","0","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","","18274","tt0068615","en","Frogs","Jason Crockett is an aging, grumpy, physically disabled millionaire who invites his family to his island estate for his birthday celebration. Pickett Smith is a free-lance photographer who is doing a pollution layout for an ecology magazine. Jason Crockett hates nature, poisoning anything that crawls on his property. On the night of his birthday the frogs and other members of nature begin to pay Crockett back.","3.223","/dHpMAHx10cNYChdNdJ7ZFpzyE1x.jpg","[{'id':34877,'logo_path':null,'name':'Peter Thomas Productions','origin_country':''},{'id':9266,'logo_path':null,'name':'American International Pictures (AIP)','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1972-03-10","0","91","[{'iso_639_1':'en','name':'English'}]","Released","A tidal wave of slithering, slimy horror devouring, destroying all in its path!","Frogs","false","4.3","50" +"false","/kCPv7HlXXXDfm3QlCG93FS8wDY7.jpg","{'id':230161,'name':'Fright Night (Reboot) Collection','poster_path':'/j552uoYU3B45mIHLPBorkdoW0Mr.jpg','backdrop_path':'/9N1PbMkYJ5Zn2suUSHt38lAJnkD.jpg'}","30000000","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'}]","http://www.welcometofrightnight.com","58151","tt1438176","en","Fright Night","A teenager suspects his new neighbour is a vampire. Unable to convince anyone, he tries to enlist the help of a self-proclaimed vampire hunter and magician in this remake of the 1985 comedy-horror classic.","7.694","/ySQ3v4Fzpy3fePs86eoLiDzwLYM.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':77471,'logo_path':null,'name':'Gaeta / Rosenzweig Films','origin_country':'US'},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'},{'id':11370,'logo_path':null,'name':'Michael De Luca Productions','origin_country':'US'},{'id':6733,'logo_path':null,'name':'Reliance Big Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-08-18","41002607","106","[{'iso_639_1':'en','name':'English'}]","Released","You can't run from evil when it lives next door.","Fright Night","false","6","993" +"false","/a92ApOZHk9gkJ6nS2j36jiD84fF.jpg","{'id':230161,'name':'Fright Night (Reboot) Collection','poster_path':'/j552uoYU3B45mIHLPBorkdoW0Mr.jpg','backdrop_path':'/9N1PbMkYJ5Zn2suUSHt38lAJnkD.jpg'}","8000000","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'}]","","214597","tt2486630","en","Fright Night 2: New Blood","By day Gerri Dandridge is a sexy professor, but by night she transforms into a real-life vampire with an unquenchable thirst for human blood. So when a group of high school students travel abroad to study in Romania, they find themselves ensnared in her chilling web of lust and terror. Charlie and ???Evil??? Ed must stop Gerri from drinking and bathing in the blood of a ???new moon virgin,??? which just so happens to be Charlie???s ex-girlfriend, Amy.","6.063","/hLS8fUivBfhDdLPBGbNno6PFnGU.jpg","[{'id':77471,'logo_path':null,'name':'Gaeta / Rosenzweig Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-08-31","0","99","[{'iso_639_1':'en','name':'English'}]","Released","New Blood","Fright Night 2: New Blood","false","4.2","112" +"false","/uu7iU5Z1y3TdlJb96lk0AybEalW.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.friendswithkids.com/#","80038","tt1720616","en","Friends with Kids","In the wake of their friends' marriages and eventual offspring, longtime pals Julie and Jason decide to have a child together without becoming a couple. By becoming ""time-share"" parents, they reason, they can experience the joys of parenthood without significantly curbing their personal freedom. However, when Julie and Jason both become involved with others, they discover that they secretly harbor romantic feelings for each other.","6.422","/ojCTu5O2scmRjlX26eS3EZbhjPb.jpg","[{'id':6404,'logo_path':null,'name':'Locomotive','origin_country':''},{'id':19177,'logo_path':null,'name':'Red Granite Pictures','origin_country':''},{'id':102660,'logo_path':null,'name':'Points West Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-09-09","12186625","100","[{'iso_639_1':'en','name':'English'}]","Released","Love. Happiness. Kids. Pick two.","Friends with Kids","false","5.8","253" +"false","/liq5ljqURqLiBUgMkNiR388ZuSH.jpg","null","35000000","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","http://www.fwb-movie.com/","50544","tt1632708","en","Friends with Benefits","Dylan and Jamie think it's going to be easy to add the simple act of sex to their friendship, despite what Hollywood romantic comedies would have them believe. They soon discover however that getting physical really does always lead to complications.","14.409","/nKhhDFCdzxeJ3GUunQ570LDpUkz.jpg","[{'id':97,'logo_path':'/7znWcbDd4PcJzJUlJxYqAlPPykp.png','name':'Castle Rock Entertainment','origin_country':'US'},{'id':3287,'logo_path':'/bz6GbCQQXGNE56LTW9dwgksW0Iw.png','name':'Screen Gems','origin_country':'US'},{'id':7291,'logo_path':'/eo8YnSO7wpUHVEprnMDOUcalhFD.png','name':'Olive Bridge Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-07-21","150483765","109","[{'iso_639_1':'en','name':'English'}]","Released","Some friends come with a happy ending.","Friends with Benefits","false","6.6","4389" +"false","/AqbBb1tL9pCdDovZSKCEGDWFhsN.jpg","{'id':9735,'name':'Friday the 13th Collection','poster_path':'/zIsnaiX2ox5hy6oJrmyZv5SojNG.jpg','backdrop_path':'/c7pMKwv5NzIN6N3KM4L8fYMTtPw.jpg'}","2600000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","9730","tt0087298","en","Friday the 13th: The Final Chapter","After the Crystal Lake Massacres, Jason is pronounced dead and taken to the hospital morgue, where he is mysteriously revived, allowing his diabolical killing spree to continue at the camp where the gruesome slaughtering began. But this time, in addition to terrified teenagers, he meets a young boy named Tommy who has a special talent for horror masks and make up, leading up to a horrifying, bloody battle! Has Jason finally met his match?","11.624","/p5wiO9KgZH78Kvo1L6dPz8uECJ9.jpg","[{'id':93280,'logo_path':null,'name':'Friday Four, Inc.','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-04-13","32980880","91","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","Jason's Back, and this is the one you've been screaming for.","Friday the 13th: The Final Chapter","false","5.9","450" +"false","/9jK1QitHHj9ffaqWZJuCp5FFihF.jpg","{'id':9735,'name':'Friday the 13th Collection','poster_path':'/zIsnaiX2ox5hy6oJrmyZv5SojNG.jpg','backdrop_path':'/c7pMKwv5NzIN6N3KM4L8fYMTtPw.jpg'}","5000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","10283","tt0097388","en","Friday the 13th Part VIII: Jason Takes Manhattan","The Big Apple's in big trouble, as indestructible psycho-fiend Jason Vorhees hits the road to New York City. After a shocking return from beyond the grave, the diabolical Jason ships out abroad a teen-filled ""love boat"" bound for New York, which he soon transforms into the ultimate voyage of the damned. Then one of his terrified victims escapes into the nightmarish maze of Manhattan's subways and sewers, only to confront Jason one final time.","9.751","/s5U5JgPpgfTnbGxQF2bOlfqqz5b.jpg","[{'id':17611,'logo_path':null,'name':'Sean S. Cunningham Films','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':62948,'logo_path':null,'name':'Horror Inc.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-07-28","14000000","100","[{'iso_639_1':'en','name':'English'}]","Released","The Big Apple's in BIG trouble!","Friday the 13th Part VIII: Jason Takes Manhattan","false","4.8","353" +"false","/lugW6YkOPxkTFb12mWmW53etfUR.jpg","{'id':9735,'name':'Friday the 13th Collection','poster_path':'/zIsnaiX2ox5hy6oJrmyZv5SojNG.jpg','backdrop_path':'/c7pMKwv5NzIN6N3KM4L8fYMTtPw.jpg'}","2800000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","10281","tt0095179","en","Friday the 13th Part VII: The New Blood","A young girl who possesses the power of telekinesis accidentally causes her father's death after a family dispute at Crystal Lake. Years later, when a doctor tries to exploit her abilities, her power becomes a hellish curse, and she unwittingly unchains the merciless, bloodthirsty Jason Voorhees from his watery grave.","10.688","/2Tyr422N8ivi9TfA9BAP896Z6Q.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-05-13","19170001","88","[{'iso_639_1':'en','name':'English'}]","Released","Jason is back, but this time someone's waiting!","Friday the 13th Part VII: The New Blood","false","5.3","360" +"false","/4L1MSZo8dQ20x4AhBDKfDs1cOjs.jpg","{'id':9735,'name':'Friday the 13th Collection','poster_path':'/zIsnaiX2ox5hy6oJrmyZv5SojNG.jpg','backdrop_path':'/c7pMKwv5NzIN6N3KM4L8fYMTtPw.jpg'}","4000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","9728","tt0083972","en","Friday the 13th Part III","An idyllic summer turns into a nightmare of unspeakable terror for yet another group of naive counselors. Ignoring Camp Crystal Lake's bloody legacy, one by one they fall victim to the maniacal Jason who stalks them at every turn.","13.108","/5wg2NZyIhcMbIBAahBODXHyJ54S.jpg","[{'id':7513,'logo_path':null,'name':'Jason Productions','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1982-08-13","36690067","95","[{'iso_639_1':'en','name':'English'}]","Released","There's nowhere to hide. We dare you to try.","Friday the 13th Part III","false","5.7","501" +"false","/mshdRsIOPgzIMdcHUD4I5TUf7kT.jpg","{'id':9735,'name':'Friday the 13th Collection','poster_path':'/zIsnaiX2ox5hy6oJrmyZv5SojNG.jpg','backdrop_path':'/c7pMKwv5NzIN6N3KM4L8fYMTtPw.jpg'}","1250000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","9725","tt0082418","en","Friday the 13th Part 2","Five years after the horrible bloodbath at Camp Crystal Lake, it seems Jason Voorhees and his demented mother are in the past. Paul opens up a new camp close to the infamous site, ignoring warnings to stay away, and a sexually-charged group of counselors follow -- including child psychologist major Ginny. But Jason has been hiding out all this time, and now he's ready for revenge.","13.869","/3c6uMXqFXO9G5RVdiPB76IK3FYM.jpg","[{'id':7512,'logo_path':null,'name':'Georgetown Productions, Inc.','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1981-05-01","21722776","87","[{'iso_639_1':'en','name':'English'}]","Released","The body count continues...","Friday the 13th Part 2","false","6","602" +"false","/1KEbXBRupVIm0JDbHgZ23nEFEL4.jpg","{'id':9735,'name':'Friday the 13th Collection','poster_path':'/zIsnaiX2ox5hy6oJrmyZv5SojNG.jpg','backdrop_path':'/c7pMKwv5NzIN6N3KM4L8fYMTtPw.jpg'}","2200000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","9731","tt0089173","en","Friday the 13th: A New Beginning","Homicidal maniac Jason returns from the grave to cause more bloody mayhem. Young Tommy may have escaped from Crystal Lake, but he???s still haunted by the gruesome events that happened there. When gory murders start happening at the secluded halfway house for troubled teens where he now lives, it seems like his nightmarish nemesis, Jason, is back for more sadistic slaughters. But as things spiral out of control and the body count rises, Tommy begins to wonder if he???s become the killer he fears most.","8.183","/ewnIs4aCuWnKQ13Eaj8f3ybrQc8.jpg","[{'id':16779,'logo_path':null,'name':'Georgetown Productions Inc.','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-03-22","21930418","92","[{'iso_639_1':'en','name':'English'}]","Released","A New Beginning to the first step in terror.","Friday the 13th: A New Beginning","false","5.1","384" +"false","/m7vZl6YTFIHm917fCBgNOb9c4Sp.jpg","{'id':9735,'name':'Friday the 13th Collection','poster_path':'/zIsnaiX2ox5hy6oJrmyZv5SojNG.jpg','backdrop_path':'/c7pMKwv5NzIN6N3KM4L8fYMTtPw.jpg'}","19000000","[{'id':27,'name':'Horror'}]","http://www.fridaythe13thmovie.com","13207","tt0758746","en","Friday the 13th","Ignoring the warnings of the locals, a group of teenage camp counselors takes on the job of reopening Camp Crystal Lake ??? on Friday the 13th no less, and raise the ire of Jason Voorhees, a masked, homicidal maniac.","15.419","/vvv8MVGHIuGjtN3ZZmNlAKitsTo.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-02-11","91379051","97","[{'iso_639_1':'en','name':'English'}]","Released","Welcome to Crystal Lake","Friday the 13th","false","5.7","1125" +"false","/d1DyIWgc80ufW2ENGOMNZRbpq4x.jpg","{'id':9735,'name':'Friday the 13th Collection','poster_path':'/zIsnaiX2ox5hy6oJrmyZv5SojNG.jpg','backdrop_path':'/c7pMKwv5NzIN6N3KM4L8fYMTtPw.jpg'}","550000","[{'id':27,'name':'Horror'}]","","4488","tt0080761","en","Friday the 13th","Camp counselors are stalked and murdered by an unknown assailant while trying to reopen a summer camp that was the site of a child's drowning.","12.457","/4nbUlVEg31I8lchI3bu3Oq3Ks4t.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':16779,'logo_path':null,'name':'Georgetown Productions Inc.','origin_country':''},{'id':17611,'logo_path':null,'name':'Sean S. Cunningham Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1980-05-09","59754601","95","[{'iso_639_1':'en','name':'English'}]","Released","They were warned...They are doomed...And on Friday the 13th, nothing will save them.","Friday the 13th","false","6.3","1190" +"false","/3nErSCj393Yh5h5MdvYgw9PvTQH.jpg","null","30000000","[{'id':18,'name':'Drama'}]","http://www.universalstudiosentertainment.com/friday-night-lights/","13416","tt0390022","en","Friday Night Lights","A small, turbulent town in Texas obsesses over their high school football team to an unhealthy degree. When the star tailback, Boobie Miles, is seriously injured during the first game of the season, all hope is lost, and the town's dormant social problems begin to flare up. It is left to the inspiring abilities of new coach Gary Gaines to instill in the other team members -- and, by proxy, the town itself -- a sense of self-respect and honor.","9.178","/8HIqpOgqShRc3TAleabnYispDl1.jpg","[{'id':23,'logo_path':'/mkxNjThahj5pvntvYKVpMbWXm3D.png','name':'Imagine Entertainment','origin_country':'US'},{'id':23438,'logo_path':null,'name':'Friday Night Lights','origin_country':'US'},{'id':23439,'logo_path':null,'name':'MDBF Filmgesellschaft mbH & Company KG','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-10-08","61255921","118","[{'iso_639_1':'en','name':'English'}]","Released","Hope comes alive on Friday nights.","Friday Night Lights","false","6.9","242" +"false","/isWyP4jWmcCHjUcanVwGBDwVSsA.jpg","{'id':43563,'name':'Friday Collection','poster_path':'/cJUiqO2Z0PDL6cZ2Ic04F1i4gnb.jpg','backdrop_path':'/pXszT8ZWGj3fohU9FY0niA0IDEw.jpg'}","3500000","[{'id':35,'name':'Comedy'}]","http://www.newline.com/properties/friday.html","10634","tt0113118","en","Friday","Craig and Smokey are two guys in Los Angeles hanging out on their porch on a Friday afternoon, smoking and drinking, looking for something to do.","9.985","/z76scMklBnEC91CFqHcvqrS5coO.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-04-26","28215918","91","[{'iso_639_1':'en','name':'English'}]","Released","A lot can go down between thursday and saturday...","Friday","false","7.1","800" +"false","/8XVc5jgPhyq2s7fUWUWoge3nKO5.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","http://www.freshmeatfilm.com","140403","tt2396495","en","Fresh Meat","A dysfunctional gang of criminals takes a middle class Maori family hostage and discovers too late that they are cannibals.","2.379","/5EJGG6ZIzYAS64TiB3KzOeXNlmO.jpg","[{'id':18002,'logo_path':null,'name':'The Gibson Group','origin_country':''}]","[{'iso_3166_1':'NZ','name':'New Zealand'}]","2012-10-25","0","91","[{'iso_639_1':'en','name':'English'}]","Released","A tasty comedy.","Fresh Meat","false","5.4","30" +"false","/bRGtZsVj2Qq8r5CCsNYmQUPF4z4.jpg","null","31000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","10559","tt0186151","en","Frequency","When a rare phenomenon gives police officer John Sullivan the chance to speak to his father, 30 years in the past, he takes the opportunity to prevent his dad's tragic death. After his actions inadvertently give rise to a series of brutal murders he and his father must find a way to fix the consequences of altering time.","8.824","/n0QAAZmIaPPIShVkk8eiKwfGV9.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-04-28","68106245","118","[{'iso_639_1':'en','name':'English'}]","Released","The future is listening.","Frequency","false","7.1","768" +"false","/9lttQcsEnCKeyx7NsAgojxx4lEi.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':878,'name':'Science Fiction'},{'id':9648,'name':'Mystery'}]","","218425","tt2414766","en","Frequencies","This science fiction love story follows the forbidden relationship between a 'low born' boy and a 'high born' girl in an alternate reality where every person's relationships and life worth are determined by their innate ""frequencies"".","4.814","/pFKAQwMsdNqsPzpqvWNW5J5Ixzk.jpg","[{'id':50835,'logo_path':null,'name':'DMS Films','origin_country':''},{'id':50838,'logo_path':null,'name':'Incurably Curious','origin_country':''},{'id':50834,'logo_path':null,'name':'Britpack Film Company','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2013-09-27","0","105","[{'iso_639_1':'en','name':'English'}]","Released","","Frequencies","false","6.6","229" +"false","/szCaGTZQEHlgrNdPryLAIg9WGFS.jpg","null","3500000","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","573","tt0068611","en","Frenzy","A serial murderer is strangling women with a necktie. The London police have a suspect, but he is the wrong man.","6.311","/4SFvqrlSigAt9tnhXFSMyKeJWQk.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1972-05-25","12600000","116","[{'iso_639_1':'en','name':'English'}]","Released","Just an ordinary necktie used with a deadly new twist.","Frenzy","false","7.2","292" +"false","/mbNtxjA4wlccTsOPhzGyrI4UUnR.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","http://www.freetownthemovie.com/","305044","tt3735554","en","Freetown","A group of native Liberian missionaries make a desperate cross-country trip through their war torn country to save one of their own.","0.6","/q6UaoJll1rXTZzVsuNFaT0oR92l.jpg","[{'id':24906,'logo_path':null,'name':'Three Coin Productions','origin_country':''},{'id':102521,'logo_path':null,'name':'Go Films','origin_country':'US'}]","[{'iso_3166_1':'GH','name':'Ghana'},{'iso_3166_1':'US','name':'United States of America'}]","2015-04-08","0","113","[{'iso_639_1':'en','name':'English'}]","Released","The true story of faith, courage, and survival.","Freetown","false","6.2","5" +"false","/vBTPH0kVRuC5dNzPlpciGUbH51p.jpg","null","5000000","[{'id':28,'name':'Action'}]","","76101","tt1579232","en","Freerunner","With a ticking bomb locked to his neck, a young freerunner races against the clock and all types of baddies to get from one end of the city to the other to save himself and his girlfriend.","6.067","/cJVtnUchU5N0x1WvhbGg71BsJcg.jpg","[{'id':54834,'logo_path':null,'name':'Strategic Film Partners','origin_country':''},{'id':22061,'logo_path':null,'name':'Vitamin A Films','origin_country':''},{'id':54835,'logo_path':null,'name':'Satori!films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-09-14","0","87","[{'iso_639_1':'en','name':'English'}]","Released","Run For Your Life","Freerunner","false","4.7","92" +"false","/1nNLDqtpRNro69b8Lzvk53YjjI7.jpg","null","11000000","[{'id':9648,'name':'Mystery'},{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","","122800","tt1815708","en","Freelancers","The son of a slain NYPD officer joins the force, where he falls in with his father's former partner and a team of rogue cops. His new boss, Sarcone, will see if he has what it takes to be rogue through many trials and tribulations of loyalty, trust and respect. When the truth about his father's death is revealed revenge takes him over and he won't stop until justice has been truly served.","5.79","/lD873UzYdfcr4AKcPKZsUFlwtWm.jpg","[{'id':3604,'logo_path':'/jC6Hk3ZyNRlVPJsA0xGlAhgd2RP.png','name':'Grindstone Entertainment Group','origin_country':'US'},{'id':5830,'logo_path':null,'name':'Cheetah Vision','origin_country':''},{'id':6819,'logo_path':null,'name':'Paradox Entertainment','origin_country':''},{'id':10405,'logo_path':null,'name':'Emmett/Furla Films','origin_country':'US'},{'id':11030,'logo_path':null,'name':'Envision Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-08-10","0","96","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","To serve, protect... and steal.","Freelancers","false","4.9","92" +"false","/n7zm7vcZ5m2nSV9Scyh2axpY8d4.jpg","null","21000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","http://www.freedomwriters.com/","1646","tt0463998","en","Freedom Writers","A young teacher inspires her class of at-risk students to learn tolerance, apply themselves, and pursue education beyond high school.","10.559","/bffP9cAgOHsMNnc55zIXrDnz7QD.jpg","[{'id':215,'logo_path':'/tQyeqkCj24krhY2W8qeAztcOS37.png','name':'Double Feature Films','origin_country':''},{'id':216,'logo_path':null,'name':'Jersey Films','origin_country':''},{'id':20396,'logo_path':null,'name':'Kernos Filmproduktionsgesellschaft & Company','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2007-01-05","41170784","123","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Their story. Their world. Their future.","Freedom Writers","false","7.7","779" +"false","/2EdLQx0rGecN52TbElsAVncufRa.jpg","null","1500000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':28,'name':'Action'}]","http://freefall-the-movie.com/","287415","tt3259178","en","Free Fall","Upwardly-mobile executive Jane (Sarah Butler) uncovers evidence that that her high powered boss may have been murdered, prompting the corporation to dispatch a ""crisis manager"" (D.B. Sweeny) to ensure that the truth never gets out. Now, trapped in an elevator during a holiday weekend, Jane realizes that she must climb for her life to avoid taking a fatal plunge.","2.8","/hv7oVEjQ3y4oMG4fn51JY0mlQIe.jpg","[{'id':15822,'logo_path':'/Aodu1OPI0LHTWYr7Jlm4R2XY2og.png','name':'Trancas International Films','origin_country':'US'},{'id':45859,'logo_path':null,'name':'Stuck Film Group','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-01-09","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Free Fall","false","4.9","36" +"false","/kMQHV8A0jOl4eRkBFP7dy6Jt5Gv.jpg","null","55000000","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","175574","tt1621039","en","Free Birds","In this irreverent, hilarious, adventurous buddy comedy for audiences of all ages, directed by Jimmy Hayward (Horton Hears a Who!), two turkeys from opposite sides of the tracks must put aside their differences and team up to travel back in time to change the course of history - and get turkey off the holiday menu for good.","9.505","/c5Gwex2oQPaMkgZPTzhdkMMSrwW.jpg","[{'id':2787,'logo_path':null,'name':'Reel FX Creative Studios','origin_country':''},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-10-30","110000000","91","[{'iso_639_1':'en','name':'English'}]","Released","Hang On To Your Nuggets","Free Birds","false","5.8","389" +"false","/atDDJBJ9eUeXbySh6wFbUBIQlQ1.jpg","{'id':8581,'name':'A Nightmare on Elm Street Collection','poster_path':'/BcgmrOz69AUBRukw5LLGeYsOgo.jpg','backdrop_path':'/xDScJToK3YDTZmxNqQ0hFTObeXq.jpg'}","11000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':35,'name':'Comedy'}]","","11284","tt0101917","en","Freddy's Dead: The Final Nightmare","Just when you thought it was safe to sleep, Freddy Krueger returns in this sixth installment of the Nightmare on Elm Street films, as psychologist Maggie Burroughs, tormented by recurring nightmares, meets a patient with the same horrific dreams. Their quest for answers leads to a certain house on Elm Street -- where the nightmares become reality.","13.919","/m4IFNmheHcjbLsVWbUq9TIpWL5S.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1991-09-05","34872033","89","[{'iso_639_1':'en','name':'English'}]","Released","They saved the best for last.","Freddy's Dead: The Final Nightmare","false","5.2","504" +"false","/pHPi34ysBhhLVM9LVKwJ0nJPFqN.jpg","{'id':9735,'name':'Friday the 13th Collection','poster_path':'/zIsnaiX2ox5hy6oJrmyZv5SojNG.jpg','backdrop_path':'/c7pMKwv5NzIN6N3KM4L8fYMTtPw.jpg'}","30000000","[{'id':27,'name':'Horror'}]","","6466","tt0329101","en","Freddy vs. Jason","Evil dream-demon Freddy Krueger devises a plan to manipulate the unstoppable Jason Vorhees into hacking up the teenagers of Elm Street in an effort to make people remember the name Freddy Krueger, thus freeing him from limbo.","12.206","/smD9JEIKuvsllgjgrGTOzzbATeN.jpg","[{'id':53063,'logo_path':null,'name':'Yannix Technology Corporation','origin_country':''},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':371,'logo_path':null,'name':'Cecchi Gori Group Tiger Cinematografica','origin_country':''},{'id':1565,'logo_path':null,'name':'Avery Pix','origin_country':''},{'id':21783,'logo_path':'/4iJR3l3eZ6vLwy2v8XLMGb0rADg.png','name':'Crystal Lake Entertainment','origin_country':'US'},{'id':50102,'logo_path':null,'name':'WTC Productions','origin_country':''},{'id':17611,'logo_path':null,'name':'Sean S. Cunningham Films','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'US','name':'United States of America'}]","2003-08-15","114908830","97","[{'iso_639_1':'en','name':'English'}]","Released","Evil Will Battle Evil","Freddy vs. Jason","false","5.8","1065" +"false","/xLi8dYtHAg5BV7EtNMBzbYuuKiH.jpg","null","0","[{'id':35,'name':'Comedy'}]","","168027","tt0938305","en","Freaky Deaky","Set in 1974, a pair of '60s radicals rely on their bomb-making skills on their way to becoming capitalists.","3.061","/oZXTGBRm2BF44l6S1DQmPh2HwCo.jpg","[{'id':52324,'logo_path':null,'name':'The Matthau Company','origin_country':''},{'id':3120,'logo_path':null,'name':'Final Cut Productions','origin_country':'DK'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-04-22","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Crime is such a trippy thing","Freaky Deaky","false","5.1","26" +"false","/f6tWOeWHc2dphtvtoEXTe6LwqR7.jpg","null","12000000","[{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'}]","","8884","tt0893402","en","Franklyn","Set between the parallel worlds of contemporary London and the futuristic faith dominated metropolis of Meanwhile City, Franklyn weaves a tale of four souls, whose lives are intertwined by fate, romance and tragedy. As these worlds collide, a single bullet determines the destiny of these four characters.","6.695","/nPuegoU8W4lWB9x0rDrA1QDfyKF.jpg","[{'id':2452,'logo_path':'/6CLoZ59fLPG7UyxQtGTqRevjf58.png','name':'UK Film Council','origin_country':'GB'},{'id':3272,'logo_path':null,'name':'Aramid Entertainment Fund','origin_country':''},{'id':11561,'logo_path':'/8HB3TFUeo83keAPHfFfrNtN2MmA.png','name':'Recorded Picture Company (RPC)','origin_country':'GB'},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2008-10-16","0","98","[{'iso_639_1':'en','name':'English'}]","Released","Reality is a state of mind.","Franklyn","false","6.1","159" +"false","/dpkyNq8jBU7tR6n5sEd4Ep61EOP.jpg","null","39000000","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","http://movies.disney.com/frankenweenie-2012","62214","tt1142977","en","Frankenweenie","When a car hits young Victor's pet dog Sparky, Victor decides to bring him back to life the only way he knows how. But when the bolt-necked ""monster"" wreaks havoc and terror in the hearts of Victor's neighbors, he has to convince them that Sparky's still the good, loyal friend he was.","9.158","/ssMQ5Q9qyJM6sHnjoghoHlOVOO5.jpg","[{'id':8601,'logo_path':null,'name':'Tim Burton Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-10-04","35287788","87","[{'iso_639_1':'en','name':'English'}]","Released","The electrifying dog is back from beyond the grave","Frankenweenie","false","6.8","1622" +"false","/vVyF1OMjsdsboBBjEVL8wmOdPNG.jpg","null","45000000","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'},{'id':10749,'name':'Romance'}]","","3036","tt0109836","en","Frankenstein","Based on Mary Shelley's novel, ""Frankenstein"" tells the story of Victor Frankenstein, a promising young doctor who, devastated by the death of his mother during childbirth, becomes obsessed with bringing the dead back to life. His experiments lead to the creation of a monster, which Frankenstein has put together with the remains of corpses. It's not long before Frankenstein regrets his actions.","6.898","/uG0YLHdiBuWBv99MLwthucsvKLZ.jpg","[{'id':70,'logo_path':'/ueaENQkPcy8rlr5fGZVBXKOhlBh.png','name':'American Zoetrope','origin_country':'US'},{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'US','name':'United States of America'}]","1994-11-04","112006296","123","[{'iso_639_1':'en','name':'English'}]","Released","Be Warned. It's Alive","Frankenstein","false","6.3","530" +"false","/wNVht6M9rGWevuURjmUKyP55UqV.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","http://www.magpictures.com/frank/","171372","tt1605717","en","Frank","A young wannabe musician who discovers he has bitten off more than he can chew when he joins an eccentric pop band led by the mysterious and enigmatic Frank.","6.736","/xiGr26WcKudo7XISNid0OMnKRR4.jpg","[{'id':26820,'logo_path':null,'name':'Runaway Fridge Productions','origin_country':''},{'id':3353,'logo_path':'/qv2v9HaStUTRjqonODM29YG0oFX.png','name':'Element Pictures','origin_country':'IE'},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'}]","[{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-05-02","645186","95","[{'iso_639_1':'en','name':'English'}]","Released","When you think you've gone far enough, go farther.","Frank","false","6.9","965" +"false","/bhYsiT8V2yV4ZcnxxbIiJUKlRB2.jpg","null","11000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","12149","tt0264616","en","Frailty","A man confesses to an FBI agent his family's story of how his religious fanatic father's visions lead to a series of murders to destroy supposed 'demons'.","9.296","/z5EhMVaY7lVzNjYp8rK7Y3IJ11s.jpg","[{'id':995,'logo_path':null,'name':'Cinerenta Medienbeteiligungs KG','origin_country':'DE'},{'id':11050,'logo_path':null,'name':'David Kirschner Productions','origin_country':''},{'id':5264,'logo_path':null,'name':'American Entertainment Partners L.P.','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'US','name':'United States of America'}]","2001-11-17","17423030","100","[{'iso_639_1':'en','name':'English'}]","Released","No Soul Is Safe.","Frailty","false","7","541" +"false","/rf5j1avHtvLkVnBLdGmqh1LbIN0.jpg","null","0","[{'id':53,'name':'Thriller'}]","","6145","tt0488120","en","Fracture","A husband is on trial for the attempted murder of his wife, in what is seemingly an open/shut case for the ambitious district attorney trying to put him away. However, there are surprises for both around every corner, and, as a suspenseful game of cat-and-mouse is played out, each must manipulate and outwit the other.","9.979","/sl5QYze20MclzDLxLDqe3sEJdiW.jpg","[{'id':41359,'logo_path':null,'name':'M7 Filmproduktion','origin_country':''},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':97,'logo_path':'/7znWcbDd4PcJzJUlJxYqAlPPykp.png','name':'Castle Rock Entertainment','origin_country':'US'},{'id':16946,'logo_path':null,'name':'Weinstock Productions','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2007-04-20","91354215","113","[{'iso_639_1':'en','name':'English'}]","Released","I shot my wife... prove it.","Fracture","false","7.3","1641" +"false","/l6oRHECKy8lChTA82O2jMlAJUBC.jpg","null","0","[{'id':18,'name':'Drama'}]","","101998","tt1772270","en","Foxfire","Set in the 1950s, a a group of young girls in upstate New York form their own gang.","1.849","/afbQOWCqHygZOGhJ19DH3QtxIXs.jpg","[{'id':12053,'logo_path':null,'name':'Cofinova 5','origin_country':'FR'},{'id':14820,'logo_path':null,'name':'Haut et Court','origin_country':'FR'},{'id':22884,'logo_path':null,'name':'The Film Farm','origin_country':''},{'id':10949,'logo_path':'/2JOR75Gaz14Vzim0XSTSCmGFYsD.png','name':'Memento Films International','origin_country':'FR'},{'id':83,'logo_path':'/9OQ0rm55xtlgX7KcAKMUePJSrQc.png','name':'France 2 Cin??ma','origin_country':'FR'},{'id':66029,'logo_path':null,'name':'Lorette Distribution','origin_country':''},{'id':10611,'logo_path':'/zQ4fGaEnNkWfSzyygXRcUZwPmDG.png','name':'Cin??+','origin_country':'FR'},{'id':66030,'logo_path':null,'name':'Haut et Court Distribution','origin_country':''},{'id':2514,'logo_path':null,'name':'Alliance Films','origin_country':''},{'id':20919,'logo_path':'/aChpC4UVcQXG957aS9RfIe2BBF3.png','name':'France T??l??visions Distribution','origin_country':'FR'},{'id':66031,'logo_path':null,'name':'Golem Distribuci??n','origin_country':''},{'id':11895,'logo_path':null,'name':'Artificial Eye','origin_country':''},{'id':19932,'logo_path':null,'name':'Filmcoopi Z??rich','origin_country':''},{'id':46513,'logo_path':'/w7qu6X4nwZm6LES7zDBEPepA0ji.png','name':'Northern Ontario Heritage Fund Corporation','origin_country':'CA'},{'id':806,'logo_path':'/kcNh09qqR2Pkw1JAzRW4CommrW4.png','name':'T??l??film Canada','origin_country':'CA'},{'id':11576,'logo_path':null,'name':'Ontario Media Development Corporation (OMDC)','origin_country':''},{'id':8582,'logo_path':null,'name':'Canadian Film or Video Production Tax Credit Fund (CPTC)','origin_country':'CA'},{'id':310,'logo_path':'/4Gp5A4YdjPBfsHT47ngHMaXWmb9.png','name':'Centre National de la Cin??matographie','origin_country':'FR'},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':7131,'logo_path':'/eLvjHPYZ12GR58lrDgg6MXZp2a3.png','name':'France T??l??visions','origin_country':'FR'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'FR','name':'France'}]","2012-09-24","0","123","[{'iso_639_1':'en','name':'English'}]","Released","","Foxfire","false","6","29" +"false","/inriexWlslQwuiOYST5sxQ4atY6.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","32020","tt0080756","en","Foxes","A group of friends come of age in the asphalt desert of the San Fernando Valley, as set to a blazing soundtrack and endless drinking, drugs and sex.","3.267","/A8a6kRXKA5ig7VqLXn1bqAwrKHQ.jpg","[{'id':15058,'logo_path':null,'name':'Casablanca Filmworks','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1980-02-29","4400000","106","[{'iso_639_1':'en','name':'English'}]","Released","Daring to do it!","Foxes","false","5.7","33" +"false","/eGeP8WHlQWf1I0JFdM4zsWI49FF.jpg","null","24000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","87492","tt1100089","en","Foxcatcher","The greatest Olympic Wrestling Champion brother team joins Team Foxcatcher led by multimillionaire sponsor John E. du Pont as they train for the 1988 games in Seoul - a union that leads to unlikely circumstances.","7.039","/vLZ8vG6qAeMW5iAtc4pJ5kJyqjr.jpg","[{'id':13184,'logo_path':'/pfUB1a62jSMIqp4Xmaq6z2cgW0B.png','name':'Annapurna Pictures','origin_country':'US'},{'id':2531,'logo_path':'/pC2iDCDCvV85vOBP7a5Ukxuc0Du.png','name':'Media Rights Capital','origin_country':'US'},{'id':1785,'logo_path':'/wT6aIkuQTNuq8XFoDGACK8EyR6w.png','name':'Likely Story','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-05-19","12096300","134","[{'iso_639_1':'en','name':'English'}]","Released","Based on the shocking true story","Foxcatcher","false","6.6","1383" +"false","/3EqYpbGCE9S5GddU2K4cYzP5UmI.jpg","null","4000000","[{'id':80,'name':'Crime'},{'id':35,'name':'Comedy'}]","","5","tt0113101","en","Four Rooms","It's Ted the Bellhop's first night on the job...and the hotel's very unusual guests are about to place him in some outrageous predicaments. It seems that this evening's room service is serving up one unbelievable happening after another.","12.645","/eQs5hh9rxrk1m4xHsIz1w11Ngqb.jpg","[{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':59,'logo_path':'/yH7OMeSxhfP0AVM6iT0rsF3F4ZC.png','name':'A Band Apart','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-12-09","4300000","98","[{'iso_639_1':'en','name':'English'}]","Released","Twelve outrageous guests. Four scandalous requests. And one lone bellhop, in his first day on the job, who's in for the wildest New year's Eve of his life.","Four Rooms","false","6.3","1120" +"false","/mJkhUOqFSYPtugNS8dfRpu0RyCY.jpg","null","967686","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","http://www.four-lions.co.uk/","37495","tt1341167","en","Four Lions","Four incompetent British terrorists set out to train for and commit an act of terror.","7.934","/xp500JNCanNW2F2Flw6jLp56M5g.jpg","[{'id':12180,'logo_path':'/ye2vKF2MZbVPzof7YZjeRUkL7Up.png','name':'Warp Films','origin_country':'GB'},{'id':15308,'logo_path':null,'name':'Wild Bunch Distribution','origin_country':''},{'id':10485,'logo_path':'/87tUvESDOf46JSIYLXLGIWhE73q.png','name':'Drafthouse Films','origin_country':'US'},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2010-05-07","4658570","101","[{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'ur','name':'????????'}]","Released","We are 4 Lions.","Four Lions","false","7","608" +"false","/cmJxsKrIwTr3b3sQaQFby2eVIAz.jpg","null","80000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","","12193","tt0369436","en","Four Christmases","Brad and Kate have made something of an art form out of avoiding their families during the holidays, but this year their foolproof plan is about go bust -- big time. Stuck at the city airport after all departing flights are canceled, the couple is embarrassed to see their ruse exposed to the world by an overzealous television reporter. Now, Brad and Kate are left with precious little choice other than to swallow their pride and suffer the rounds.","11.961","/ybEq3gB5lxPwLRwpbZhAwRyziQx.jpg","[{'id':2795,'logo_path':null,'name':'Ott Medien','origin_country':''},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':158,'logo_path':'/6SHlNIype9zmyEMRsBtoueUtLsq.png','name':'Spyglass Entertainment','origin_country':'US'},{'id':2796,'logo_path':null,'name':'Wild West Picture Show Productions','origin_country':'US'},{'id':2308,'logo_path':null,'name':'Type A Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-11-26","163733697","88","[{'iso_639_1':'en','name':'English'}]","Released","His father, her mother, his mother and her father all in one day.","Four Christmases","false","5.6","546" +"false","/atnxWxIOFLzUfmR8hLuNMObeuWY.jpg","null","45000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","http://fourbrothersmovie.com","8292","tt0430105","en","Four Brothers","Four adopted brothers return to their Detroit hometown when their mother is murdered and vow to exact revenge on the killers.","8.205","/spb6ir8Z1PzheaxagpCELAhZG4O.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':435,'logo_path':null,'name':'Di Bonaventura Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-08-11","92374674","109","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","They came home to bury mom... and her killer","Four Brothers","false","6.7","968" +"false","/cWNdvVnxqKy3urLb9qFQUKPW7ay.jpg","null","0","[{'id':53,'name':'Thriller'}]","http://www.farawayeyes-movie.com/","132236","tt1478804","en","Four Assassins","Four assassins meet in a hotel suite to resolve unfinished business. A tense drama set in the cosmopolitan world of Hong Kong.","1.96","/axRk4LnbQM44Ha8aqBe765E0XQF.jpg","[]","[{'iso_3166_1':'HK','name':'Hong Kong'},{'iso_3166_1':'US','name':'United States of America'}]","2013-05-14","0","83","[{'iso_639_1':'en','name':'English'}]","Released","It's A Matter Of Love And Death.","Four Assassins","false","4.6","8" +"false","/1RItiismSyJCzkNsjjIF9r94C2u.jpg","null","8000","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.foundmovie.net/","138941","tt2149360","en","Found","Marty is the ideal fifth grader. He gets good grades, listens to his teachers, and doesn't start trouble in class. But a darkness is beginning to fall over Marty's life. The kids at school won't stop picking on him, his parents just don't seem to understand him, and now Marty must grapple with a terrible secret that threatens to destroy life as he knows it -- his big brother is a serial killer! Brotherly love is put to the ultimate test in this emotional coming-of-age story that descends into full-blown horror.","3.596","/a6KyeVoJ3gyttg8hu32ytSNOYO5.jpg","[{'id':25136,'logo_path':'/uxp09W4ZwJCkxdBZjsz1w55yGLg.png','name':'The October People','origin_country':'US'},{'id':33891,'logo_path':null,'name':'Forbidden Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-03-30","0","105","[{'iso_639_1':'en','name':'English'}]","Released","My brother keeps a human head in his closet...","Found","false","6.4","67" +"false","/8OmnpnTpER8KZ6a7Eheo9YIW1ST.jpg","null","0","[{'id':28,'name':'Action'},{'id':37,'name':'Western'}]","","14837","tt0050407","en","Forty Guns","An authoritarian rancher rules an Arizona county with her private posse of hired guns. When a new Marshall arrives to set things straight, the cattle queen finds herself falling for the avowedly non-violent lawman. Both have itchy-fingered brothers, a female gunman enters the picture, and things go desperately wrong.","2.318","/4NvIolo2dMEVrceVqPrA4X6gAVp.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1957-09-01","0","80","[{'iso_639_1':'en','name':'English'}]","Released","The Taming of the Arizona Territory !","Forty Guns","false","6.7","36" +"false","/2lfscesgmwdS8JvnD96UxkcUj6w.jpg","null","200","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","http://www.forgettingthegirl.com","183433","tt1492842","en","Forgetting the Girl","Kevin is obsessed with finding a girl who can help him forget his unpleasant past. However, all his encounters with the opposite sex inevitably go afoul. As the rejections mount, Kevin's futile search for happiness and love becomes overwhelmingly turbulent, forcing him to take desperate measures.","1.828","/udM2fve48ZS6GREgWGRr89cMx6n.jpg","[{'id':27188,'logo_path':null,'name':'Full Stealth Films','origin_country':''},{'id':27189,'logo_path':null,'name':'Forgetting the Girl','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-10-11","0","85","[{'iso_639_1':'en','name':'English'}]","Released","","Forgetting the Girl","false","6","13" +"false","/cMvaL2ixyngQHNSdr9WIWneqDxH.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://www.forksoverknives.com/","64288","tt1567233","en","Forks Over Knives","Examines the profound claim that most, if not all, of the degenerative diseases that afflict us can be controlled, or even reversed, by rejecting our present menu of animal-based and processed foods.","4.736","/rNw4qSzEfpit4UJzoqUdAd0flhd.jpg","[{'id':17383,'logo_path':null,'name':'Monica Beach Media','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-05-06","664747","90","[{'iso_639_1':'en','name':'English'}]","Released","Warning - This movie could save your life!","Forks Over Knives","false","7","71" +"false","/wMgbnUVS9wbRGAdki8fqxKU1O0N.jpg","null","55000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","13","tt0109830","en","Forrest Gump","A man with a low IQ has accomplished great things in his life and been present during significant historic events???in each case, far exceeding what anyone imagined he could do. But despite all he has achieved, his one true love eludes him.","28.168","/yE5d3BUhE8hCnkMUJOo1QDoOGNz.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-07-06","677945399","142","[{'iso_639_1':'en','name':'English'}]","Released","Life is like a box of chocolates...you never know what you're gonna get.","Forrest Gump","false","8.4","14153" +"false","/29DDoPM1qV6DqLUfNAY9jRhd7sR.jpg","null","14000000","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","http://www.warnerbros.com/flipped","43949","tt0817177","en","Flipped","When Juli meets Bryce in the second grade, she knows it's true love. After spending six years trying to convince Bryce the same, she's ready to give up - until he starts to reconsider.","9.579","/ndgk8EhgT6VxnscAaFV6SMewcQ6.jpg","[{'id':86256,'logo_path':null,'name':'Reiner / Greisman Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-08-06","1755212","89","[{'iso_639_1':'en','name':'English'}]","Released","You never forget your first love.","Flipped","false","7.5","805" +"false","/wjhiVNw8zy6hKNiCb1yssFPUITL.jpg","null","55000000","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","9315","tt0408790","en","Flightplan","A claustrophobic, Hitchcockian thriller. A bereaved woman and her daughter are flying home from Berlin to America. At 30,000 feet the child vanishes and nobody admits she was ever on that plane.","10.297","/pZetr5lKqN12sRLDvgW7UUxfYtj.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':23,'logo_path':'/mkxNjThahj5pvntvYKVpMbWXm3D.png','name':'Imagine Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-09-22","223387299","98","[{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'ja','name':'?????????'}]","Released","If Someone Took Everything You Live For... How Far Would You Go To Get It Back?","Flightplan","false","6.3","1249" +"false","/9QlrpLmayhPBS7RMW100z7AQKZL.jpg","null","45000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","11866","tt0377062","en","Flight of the Phoenix","When an Amacor oil rig in the Gobi Desert of Mongolia proves unproductive, Captain Frank Towns and copilot ""A.J."" are sent to shut the operation down. However, on their way to Beijing, a major dust storm forces them to ditch their C-119 Flying Boxcar in an uncharted area of the desert.","10.186","/g1wvC9RyapnPQBgKcFJ3FChPEeC.jpg","[{'id':54004,'logo_path':null,'name':'Optional Pictures','origin_country':''},{'id':1302,'logo_path':'/kQZtJdyphCmq292iGDqlUx0yk2D.png','name':'Davis Entertainment','origin_country':'US'},{'id':49478,'logo_path':null,'name':'Aldrich Group','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-12-17","21009180","113","[{'iso_639_1':'en','name':'English'}]","Released","Out of the ashes, hope will rise.","Flight of the Phoenix","false","5.9","420" +"false","/frQ7WuW595dispaIW66SYmzKasG.jpg","null","9000000","[{'id':10751,'name':'Family'},{'id':878,'name':'Science Fiction'},{'id':12,'name':'Adventure'}]","","10122","tt0091059","en","Flight of the Navigator","This 1986 Disney adventure tells the story of 12-year-old David who lives with his family in Fort Lauderdale, Fla. When he awakens from being accidentally knocked out in the forest near his home, he finds that eight years have passed. His family is overjoyed to have him back, but just as perplexed as he is by the fact that he hasn't aged. When a NASA scientist discovers a UFO nearby, David gets the chance to unravel the mystery and recover the life he lost.","6.957","/69kD2bpkwSadpN30JB9vJrlz8HW.jpg","[{'id':1340,'logo_path':null,'name':'New Star Entertainment','origin_country':''},{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':11670,'logo_path':null,'name':'Producers Sales Organization (PSO)','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1986-07-30","18564613","90","[{'iso_639_1':'en','name':'English'}]","Released","Come along on the greatest adventure of the summer!","Flight of the Navigator","false","7","338" +"false","/yogIqTNfrDIybDQTGPDawi409PD.jpg","null","31000000","[{'id':18,'name':'Drama'}]","http://www.paramount.com/flight","87502","tt1907668","en","Flight","Commercial airline pilot Whip Whitaker has a problem with drugs and alcohol, though so far he's managed to complete his flights safely. His luck runs out when a disastrous mechanical malfunction sends his plane hurtling toward the ground. Whip pulls off a miraculous crash-landing that results in only six lives lost. Shaken to the core, Whip vows to get sober -- but when the crash investigation exposes his addiction, he finds himself in an even worse situation.","10.737","/8XEbkjgorAm9xk15mF63jqJ4ByV.jpg","[{'id':11084,'logo_path':null,'name':'Parkes/MacDonald Productions','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':11395,'logo_path':null,'name':'ImageMovers','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-11-02","161772375","138","[{'iso_639_1':'en','name':'English'}]","Released","","Flight","false","6.7","3493" +"false","/9XslOpki9QEFDfOHLzaQLJqx8Xl.jpg","{'id':104833,'name':'Fletch Collection','poster_path':'/kf8dk2ASMf0DEi5TZRXK47MDeHU.jpg','backdrop_path':'/1mfDXSIPdbpBfTtdjmKnfSuAYUx.jpg'}","8000000","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'}]","","9749","tt0089155","en","Fletch","A veritable chameleon, investigative reporter Irwin ""Fletch"" Fletcher might drive his editor up the wall, but he always produces great pieces for the newspaper. When his next story is about the drug trade taking place on the beach, Fletch goes undercover as a homeless man. Unaware of Fletch's true identity, businessman Alan Stanwyk offers Fletch $50,000 to kill him. Intrigued, Fletch decides to unearth the full story behind the offer.","8.583","/t8VjThRC6uKvjR5jVlhj5bBBUUy.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-05-31","59612888","98","[{'iso_639_1':'en','name':'English'}]","Released","Meet the only guy who changes his identity more often than his underwear.","Fletch","false","6.8","306" +"false","/dYW0HzcvzBQy7UMAIGrRLqWbQME.jpg","null","450000","[{'id':27,'name':'Horror'}]","","3043","tt0071508","en","Flesh for Frankenstein","Within the decadent walls of the Frankenstein mansion, the Baron and his depraved assistant Otto have discovered the means of creating new life. As the Baron's laboratory begins to fill up with stitched body parts, the Baroness dallies with the randy new manservant and soon the decadent, permissive household is consumed by an outrageous, bizarre, and hilarious orgy of death and dismemberment.","2.876","/deXO2Jg9RRpsbKuPLa6QM3u0CKw.jpg","[{'id':1299,'logo_path':null,'name':'Braunsberg Productions','origin_country':''},{'id':1300,'logo_path':null,'name':'Carlo Ponti Cinematografica','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'US','name':'United States of America'}]","1973-11-30","0","95","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","We dare you to see...","Flesh for Frankenstein","false","5.7","48" +"false","/fKU6XKfmyEuoXjmhkQ8IOIMvpUk.jpg","null","20000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.flawlessfilm.com/","13195","tt0780516","en","Flawless","A female executive and a night janitor conspire to commit a daring diamond heist from their mutual employer, The London Diamond Corporation.","8.362","/4VxDg0P8eGhPpplvSwpz2hARIig.jpg","[{'id':1030,'logo_path':'/bus7KzJshT0VMXuKR7dwK5bqPSO.png','name':'Magnolia Pictures','origin_country':'US'},{'id':18621,'logo_path':null,'name':'Pierce/Williams Entertainment','origin_country':''},{'id':5357,'logo_path':null,'name':'Zero Gravity Management','origin_country':''},{'id':1472,'logo_path':null,'name':'Delux Productions','origin_country':'LU'},{'id':11776,'logo_path':null,'name':'Film Fund Luxembourg','origin_country':''},{'id':10843,'logo_path':null,'name':'Future Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'LU','name':'Luxembourg'}]","2007-09-01","6819587","108","[{'iso_639_1':'en','name':'English'}]","Released","","Flawless","false","6.7","216" +"false","/5GYxvLeCDzsMIiZV3eJeaSXj9lm.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","31582","tt0155711","en","Flawless","An ultraconservative police officer suffers a debilitating stroke and is assigned to a rehabilitative program that includes singing lessons - with the drag queen next door.","5.475","/fkwkkUnaTmhaWt2OGBRepYr7yB5.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-11-26","4488529","112","[{'iso_639_1':'en','name':'English'}]","Released","","Flawless","false","6.2","99" +"false","/pXzuGjVkfTNfLBEpYJWrS4AluRY.jpg","null","26000000","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","1551","tt0099582","en","Flatliners","Five medical students want to find out if there is life after death. They plan to stop one of their hearts for a few seconds, thus simulating death, and then bring the person back to life. A science fiction thriller from the early 1990's with a star studded cast.","10.479","/3CoUzgCU8kR2UCXovrvfNAjvWkI.jpg","[{'id':5738,'logo_path':null,'name':'Stonebridge Entertainment','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-08-10","61489265","115","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Some lines shouldn't be crossed.","Flatliners","false","6.4","705" +"false","/bOVyJyl19wX6crzZDCERXeweeZ8.jpg","null","35000000","[{'id':878,'name':'Science Fiction'}]","","3604","tt0080745","en","Flash Gordon","A football player and his friends travel to the planet Mongo and find themselves fighting the tyrant, Ming the Merciless, to save Earth.","8.702","/9c5vKUX7MB1yixVp0ZFAUDRTaeE.jpg","[{'id':10308,'logo_path':null,'name':'Dino De Laurentiis Company','origin_country':'US'},{'id':23126,'logo_path':null,'name':'Starling Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1980-09-01","27107960","111","[{'iso_639_1':'en','name':'English'}]","Released","He'll save every one of us!","Flash Gordon","false","6.1","389" +"false","/nQaux1CX7IPBasrS4HN4JDsBJqM.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':37,'name':'Western'}]","","18639","tt0053825","en","Flaming Star","Sam Burton's second wife Neddy is Indian, their son Pacer a half-breed. As struggle starts between the whites and the Kiowas, the Burton family is split between loyalties.","2.339","/5OoB7NErxql4RfEimGIcSHCE3Ve.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1960-12-20","0","101","[{'iso_639_1':'en','name':'English'}]","Released","CHOOSE!... Between your white father and your Kiowa mother !","Flaming Star","false","6.6","29" +"false","/Zl6NIsHLunLAOS4sMoKQwSPDiI.jpg","{'id':261382,'name':'Clint Eastwood's Iwo Jima Collection','poster_path':'/rnRE6JGz9yjYUAbWIHYkGu9B8pj.jpg','backdrop_path':'/dIYpFavJ8vNCv9pefEabsUL1pDP.jpg'}","90000000","[{'id':10752,'name':'War'},{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","3683","tt0418689","en","Flags of Our Fathers","There were five Marines and one Navy Corpsman photographed raising the U.S. flag on Mt. Suribachi by Joe Rosenthal on February 23, 1945. This is the story of three of the six surviving servicemen ??? John 'Doc' Bradley, Pvt. Rene Gagnon and Pvt. Ira Hayes, who fought in the battle to take Iwo Jima from the Japanese.","11.868","/4tbKYa8vZSsTCHKca9D6rS4NJ08.jpg","[{'id':171,'logo_path':null,'name':'Malpaso Productions','origin_country':'US'},{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-10-18","65900249","132","[{'iso_639_1':'en','name':'English'}]","Released","They fight for their country but they die for their friends.","Flags of Our Fathers","false","6.8","864" +"false","/qKVVa6PgFOV4KZhKvtnRgx15lwT.jpg","null","650000","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","","222581","tt1536051","en","Five Thirteen","In this tension-packed thriller, brothers Mike and Tre set out in search of better lives, trying to leave their demons behind for good. After being released from prison for a crime he didn't commit, Mike's only care in the world is to protect his young daughter from an unforgiving ex. But the justice that awaits him on the streets is far worse than anything Mike had experienced in prison. His older brother Tre begrudgingly agrees to one last ""delivery"", attempting to free Mike and his new girlfriend from the grips of the criminal underworld. What transpires is a wild misadventure where multiple lives unknowingly intersect, and where decisions are made that will haunt everyone forever","1.572","/kNpzTgVliZqpnAYGdwijSfITfcC.jpg","[{'id':105033,'logo_path':null,'name':'Spartans Entertainment','origin_country':''},{'id':105034,'logo_path':null,'name':'A Free World Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-06-11","0","105","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","What goes around, comes around","Five Thirteen","false","4.3","4" +"false","/4pijs6nhYxqKxoiVV1iW6TIkcp4.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","16759","tt1238291","en","Five Minutes of Heaven","The story of former UVF member Alistair Little. Twenty-five years after Little killed Joe Griffen's brother, the media arrange an auspicious meeting between the two.","5.833","/phpycIKlAJaKPwonMgBweFr3BXD.jpg","[{'id':2054,'logo_path':null,'name':'Ruby Films','origin_country':''},{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':3352,'logo_path':null,'name':'Big Fish Films','origin_country':'GB'},{'id':1898,'logo_path':null,'name':'B??rd Scann??n na h??ireann','origin_country':''},{'id':3353,'logo_path':'/qv2v9HaStUTRjqonODM29YG0oFX.png','name':'Element Pictures','origin_country':'IE'},{'id':5267,'logo_path':'/trP3GsUyIztMwcqev3jK1gOeCSA.png','name':'Irish Film Board','origin_country':'IE'},{'id':11667,'logo_path':'/dhBJdstAolGmqRfbQfElhsU1cTo.png','name':'Northern Ireland Screen','origin_country':'GB'},{'id':7981,'logo_path':'/6Yv1gIAuGkHS5Vis4UjnqHhCPWV.png','name':'Path??!','origin_country':'FR'}]","[{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2009-01-19","0","89","[{'iso_639_1':'en','name':'English'}]","Released","To face the future, they must face the past.","Five Minutes of Heaven","false","6.3","84" +"false","/8tkyTTUVocfo9f1McK0uWMReibr.jpg","null","12000000","[{'id':18,'name':'Drama'}]","http://www.newyorktabesminare.com/","51794","tt1686039","en","Five Minarets in New York","Two Turkish anti-terrorist agents are sent to New York City on a mission to find and bring back the dangerous Islamic leader codenamed ""Dajjal"", believed to be hiding in there. Working with the FBI and NYPD, the agents orchestrate the arrest of Hadji Gumus, a well-respected Muslim scholar and family man who years before fled to the United States after being released from a Turkish prison, where he served time for murder. This tale love, friendship, peace and prejudices, takes us on a journey seeking to answer the question of whether innocence or guilt even matters to one who lusts for vengeance.","6.144","/9romYbWPwCCuuDgGCfBfcw4oOu4.jpg","[]","[{'iso_3166_1':'TR','name':'Turkey'},{'iso_3166_1':'US','name':'United States of America'}]","2010-03-09","0","119","[{'iso_639_1':'tr','name':'T??rk??e'},{'iso_639_1':'en','name':'English'}]","Released","The past will impact the future","Five Minarets in New York","false","5.7","47" +"false","/cU3goO0TMNDWxgDwILAARyiblXK.jpg","{'id':5039,'name':'Rambo Collection','poster_path':'/feGOEOVrOLyjtEnVa88rQLgD3XY.jpg','backdrop_path':'/Yt2ZxbJv2HM842B6FNMr59Vhyb.jpg'}","15000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'},{'id':10752,'name':'War'}]","","1368","tt0083944","en","First Blood","When former Green Beret John Rambo is harassed by local law enforcement and arrested for vagrancy, the Vietnam vet snaps, runs for the hills and rat-a-tat-tats his way into the action-movie hall of fame. Hounded by a relentless sheriff, Rambo employs heavy-handed guerilla tactics to shake the cops off his tail.","20.223","/bbYNNEGLXrV3lJpHDg7CKaPscCb.jpg","[{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'},{'id':275,'logo_path':'/2MxNWlN5b3UXt1OfmznsWEQzFwq.png','name':'Carolco Pictures','origin_country':'US'},{'id':52941,'logo_path':null,'name':'Anabasis N.V.','origin_country':''},{'id':52940,'logo_path':null,'name':'Elcajo Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1982-10-22","125212904","93","[{'iso_639_1':'en','name':'English'}]","Released","This time he's fighting for his life.","First Blood","false","7.3","2667" +"false","/jt7C0nWURu3RcLerJpOhKTNv0n7.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'}]","","12715","tt0091055","en","Firewalker","A pair of adventurers try to track down an ancient Aztec/Mayan/Egyptian/Apache horde of gold.","4.285","/v8DC9qUY6KNF4tqYq7agbwFqR78.jpg","[{'id':13549,'logo_path':null,'name':'Golan-Globus Productions','origin_country':''},{'id':1444,'logo_path':'/5jvFLUVXGXxkyszL9cqJN5hNhJ6.png','name':'Cannon Group','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1986-11-21","11949484","104","[{'iso_639_1':'hu','name':'Magyar'},{'iso_639_1':'en','name':'English'}]","Released","A pair of down-and-out fortune hunters cash in on high adventure!","Firewalker","false","5.4","73" +"false","/xnhtgpptVPY2KeNJkG1sDSjoZEF.jpg","null","15000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","11495","tt0087262","en","Firestarter","As youths, Andy McGee and his future wife, Vicky, participated in secret experiments, allowing themselves to be subjected to mysterious medical tests. Years later, the couple's daughter, Charlie, begins to exhibit the ability of setting fires solely with her mind. This volatile talent makes the youngster extremely dangerous and soon she becomes a target for the enigmatic agency known as ""The Shop.""","7.406","/2ux5lqNuibd8eOkwwUhzfzAJBqD.jpg","[{'id':10308,'logo_path':null,'name':'Dino De Laurentiis Company','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-05-11","17080167","114","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","Will she have the power... to survive?","Firestarter","false","6","251" +"false","/3YPQofK6JK0h7rsxyqps0Q9YPj5.jpg","null","20000000","[{'id':35,'name':'Comedy'}]","http://www.sonypictures.com/homevideo/firedup/","17927","tt1083456","en","Fired Up!","2 Guys. 300 Girls. You Do the Math. The two most popular guys in high school decide to ditch football camp for cheerleader camp. For the girls and for the glory.","9.113","/bHhLZIg9VKsconJdnwIoUTqakEG.jpg","[{'id':16946,'logo_path':null,'name':'Weinstock Productions','origin_country':''},{'id':3287,'logo_path':'/bz6GbCQQXGNE56LTW9dwgksW0Iw.png','name':'Screen Gems','origin_country':'US'},{'id':7947,'logo_path':null,'name':'Moving Pictures, DPI','origin_country':'US'},{'id':87390,'logo_path':null,'name':'Gross Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-02-20","18599102","90","[{'iso_639_1':'en','name':'English'}]","Released","2 Guys. 300 Girls. You Do the Math.","Fired Up!","false","6.1","297" +"false","/bMKM38kagsyTPXkilIcZJZsgRH6.jpg","null","30000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","http://www.forgettingsarahmarshall.com/","9870","tt0800039","en","Forgetting Sarah Marshall","When Sarah Marshall dumps aspiring musician Peter Bretter for rock star Aldous Snow, Peter's world comes crashing down. His best friend suggests that Peter should get away from everything and to fly off to Hawaii to escape all his problems. After arriving in Hawaii and meeting the beautiful Rachel Jansen, Peter is shocked to see not only Aldous Snow in Hawaii, but also Sarah Marshall.","10.874","/rAXlZmQ3gg4mScySg1kvs0ZLdCb.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':10105,'logo_path':'/bN4tiAS8oNlHhIqq66KBPQ1Ekqh.png','name':'Apatow Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-04-17","105173115","111","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'de','name':'Deutsch'}]","Released","You lose some, you get some.","Forgetting Sarah Marshall","false","6.5","1854" +"false","/rX7oODyZn3fiWNUET4RYSw1Ew9Q.jpg","null","0","[{'id':28,'name':'Action'},{'id':10751,'name':'Family'}]","","63988","tt0116341","en","Forest Warrior","John McKenna is a spiritual being who is able to transform into bear, wolf or eagle. He lives in the forests of Tanglewood and has dedicated his life to protect them. One day a gang of evil lumberjacks led by Travis Thorne arrive Tanglewood to chop the forest down. McKenna cannot let this happen, and together with his new friends - Lords of the Tanglewood, a band of children who love to play in the forest - he battles against Thorne and his evil gang.","1.88","/26GyJZxvZwz10leu5LZfl4AnMGP.jpg","[{'id':925,'logo_path':'/dIb9hjXNOkgxu4kBWdIdK8nM4w.png','name':'Nu Image','origin_country':'US'},{'id':38291,'logo_path':null,'name':'LOT Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-11-05","0","93","[{'iso_639_1':'en','name':'English'}]","Released","It'll take more than a miracle to save Mount Tanglewood. It'll take *him*.","Forest Warrior","false","3.6","25" +"false","/yMx4fWETurrtf7g3iDm9Cn8FoIW.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'},{'id':10752,'name':'War'}]","","25670","tt0032484","en","Foreign Correspondent","The European war was only beginning to erupt across national borders. Its titular hero, Johnny Jones, is an American crime reporter dispatched by his New York publisher to put a fresh spin on the drowsy dispatches emanating from overseas, his nose for a good story promptly leading him to the crime of fascism and Nazi Germany's designs on European conquest In attempting to learn more about a seemingly noble peace effort, Jones who walks into the middle of an assassination, uncovers a spy ring, and, not entirely coincidentally, falls in love.","5.061","/voiObyqh8LDAOdnBCKD1ZuoPVbL.jpg","[{'id':10096,'logo_path':null,'name':'Walter Wanger Productions','origin_country':''},{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1940-08-16","0","120","[{'iso_639_1':'en','name':'English'}]","Released","The thrill spectacle of the year!","Foreign Correspondent","false","7.1","128" +"false","/60jGX8lB8yQAZREi2jocVmB7XQq.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'}]","","148526","tt1884312","en","Forced To Fight","Once a legend in the brutal world of illicit underground fighting, Shane Slavin (Daniels) decides to turn his life around, promising his wife and young son he's fought his last battle. But when his younger brother betrays a ruthless crime boss (Weller), Shane is forced back into the arena to pay his brother's debts and to protect his family.","1.882","/qVyOyga4g4QlMTmcyCbmtQC6Et9.jpg","[{'id':69262,'logo_path':null,'name':'PHD Productions','origin_country':''},{'id':17008,'logo_path':null,'name':'CC Capital Arts Entertainment SRL','origin_country':''},{'id':1370,'logo_path':'/uch218gB4XWNz3JNhlc65A5Q207.png','name':'Castel Film','origin_country':'RO'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'RO','name':'Romania'},{'iso_3166_1':'US','name':'United States of America'}]","2011-08-31","0","97","[]","Released","","Forced To Fight","false","3.7","10" +"false","/9rrZp2Je3hZjE8Q9m3Ju84eFjDy.jpg","null","1900000","[{'id':878,'name':'Science Fiction'}]","","830","tt0049223","en","Forbidden Planet","A rescue team from earth lands their flying saucer-like spacecraft on an alien world, to discover they are not only not welcomed by the lone survivor of a missing scientific expedition sent there two decades earlier, but, once they have determined to investigate the deaths of his colleagues and bring him back home by force, along with his planet-born daughter, find themselves subjected to assault by something invisible which seems intent on preventing them from leaving the planet, ever.","14.319","/qdH1Fm5vl1DAjXNHPmRZ4yEiUgM.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1956-03-15","3250000","98","[{'iso_639_1':'en','name':'English'}]","Released","Earthmen on a fabulous, peril-journey into outer space!","Forbidden Planet","false","7.3","369" +"false","/hg8ecg8LrR8ChvZh4aMETNUraGA.jpg","{'id':645,'name':'James Bond Collection','poster_path':'/HORpg5CSkmeQlAolx3bKMrKgfi.jpg','backdrop_path':'/6VcVl48kNKvdXOZfJPdarlUGOsk.jpg'}","28000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://www.mgm.com/view/movie/695/For-Your-Eyes-Only/","699","tt0082398","en","For Your Eyes Only","A British spy ship has sunk and on board was a hi-tech encryption device. James Bond is sent to find the device that holds British launching instructions before the enemy Soviets get to it first.","15.283","/vpZZZ2eq8z4I6PSeGxR2UWNciGG.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':7576,'logo_path':'/oYcUi1byZ312Z3xiz5ojz9RQLND.png','name':'Eon Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1981-06-23","195312802","127","[{'iso_639_1':'el','name':'????????????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","No one comes close to James Bond, 007.","For Your Eyes Only","false","6.5","793" +"false","/ovjsAZ0YcfB0CU3nffc3iRdCIE3.jpg","null","40000000","[{'id':10402,'name':'Music'},{'id':18,'name':'Drama'}]","","25221","tt0101902","en","For the Boys","With the help of the singer and dancer Dixie Leonhard US-Entertainer Eddie Sparks wants to bring some fun to the soldiers during World War II. Becoming a perfect team they tour from North Africa to the Pacific to act for ""the boys"". Later they continue their work but when the author Silver gets involved into McCarthy's campaign and is being fired by Eddie, Dixie turns away from him, too.","2.118","/7cMupruGQjcm43mC30fTazT7pOe.jpg","[{'id':10535,'logo_path':null,'name':'All Girl Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1991-11-22","23202444","138","[{'iso_639_1':'en','name':'English'}]","Released","Laughter and tears. Tragedy and triumph. They lived it all. For the boys.","For the Boys","false","6.3","30" +"false","/vVfWjlNZQF2ZOtc66dTbjxa4TiY.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':36,'name':'History'}]","","140456","tt2112152","en","For No Good Reason","For No Good Reason a film about Ralph Steadman. Johnny Depp guides the visually stunning journey, smashing narrative conventions, moving seamlessly from interview to animation and in the finest Gonzo tradition questions of witness and authenticity are challenged. Steadman's art is for the first time animated, including illustrations from Hunter S Thompson's Fear and Loathing in Las Vagas. Featuring Richard E Grant, Terry Gilliam, Bruce Robinson and with music from Slash, The All American Rejects, Jason Mraz, Crystal Castles, Ed Hardcourt and Beth Orton. A touching and at times funny film about honesty, friendship and the ambition driving an artist. This is a true record of the demise of the 20th Century counterculture and hipster dream with Ralph Steadman the last of the Gonzo visionaries.","1.4","/nGFCyfc5QSMUpRZqYNe1ZFqBjFh.jpg","[]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2012-10-12","0","89","[{'iso_639_1':'en','name':'English'}]","Released","","For No Good Reason","false","6","7" +"false","/8CwwZnXIJ8UOB2EqTIRtWBGAiiX.jpg","null","24000000","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","http://www.footloosemovie.com/","68817","tt1068242","en","Footloose","Ren MacCormack is transplanted from Boston to the small southern town of Bomont where loud music and dancing are prohibited. Not one to bow to the status quo, Ren challenges the ban, revitalizing the town and falling in love with the minister???s troubled daughter Ariel in the process.","8.445","/kDpo6G7rYRHQ1bFhyLiJEW9ESPO.jpg","[{'id':54131,'logo_path':null,'name':'Weston Pictures','origin_country':''},{'id':8807,'logo_path':null,'name':'Dylan Sellers Productions','origin_country':''},{'id':70994,'logo_path':null,'name':'Zadan / Meron Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-10-06","63543328","113","[{'iso_639_1':'en','name':'English'}]","Released","There comes a time to cut loose","Footloose","false","6.6","874" +"false","/YKUNjQNJMS0vJEVWt5gunW7UDY.jpg","null","70000000","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'},{'id':12,'name':'Adventure'}]","http://www.warnerbros.com/fools-gold","8676","tt0770752","en","Fool's Gold","Treasure hunter Ben ""Finn"" Finnegan has sunk his marriage to Tess and his trusty boat in his obsessive quest to find the legendary Queen's Dowry. When he finds a vital clue that may finally pinpoint the treasure's whereabouts, he drags Tess and her boss, billionaire Nigel Honeycutt, along on the hunt. But Finn is not the only one interested in the gold; his former mentor-turned-enemy Moe Fitch will stop at nothing to beat him to it.","10.386","/a7tdONvVEUVaQINVLEJ6QwuFOFz.jpg","[{'id':2609,'logo_path':'/ocmrEBfmecJvrbIM4C50vjYWtlq.png','name':'De Line Pictures','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-02-07","111231041","112","[{'iso_639_1':'en','name':'English'}]","Released","This February True Love Takes a Dive.","Fool's Gold","false","5.5","727" +"false","/bUZeD4uWIBAppywoOkGZO1EypZe.jpg","null","1100000","[{'id':18,'name':'Drama'}]","","35227","tt0013140","en","Foolish Wives","Writer/director Erich von Stroheim stars as a fraudulent count, living high on the hog in Monte Carlo. He supports himself by extorting huge sums of money from silly married ladies who are dumb enough to fall for his romantic charms. Von Stroheim's partners in crime, phony princesses Mae Busch and Maud George, live in a state of perpetual depravity with the count in a huge mansion. Their latest victim, played by an actress who insisted upon being billed as Miss DuPont, is the wife of an American financier. Von Stroheim's attempted seduction of this particular foolish wife is thwarted at every turn, and the count ultimately gets his comeuppance.","1.896","/zCKJkGlGtFMGtRIn4b2ZmwC5R3Q.jpg","[{'id':13133,'logo_path':null,'name':'Universal Film Manufacturing Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1922-01-11","400200","117","[{'iso_639_1':'xx','name':'No Language'}]","Released","","Foolish Wives","false","6.5","23" +"false","/npq6sSmWFWulvKNdQaTkpxbSWW4.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://www.takepart.com/foodinc","18570","tt1286537","en","Food, Inc.","Documentary filmmaker Robert Kenner examines how mammoth corporations have taken over all aspects of the food chain in the United States, from the farms where our food is grown to the chain restaurants and supermarkets where it's sold. Narrated by author and activist Eric Schlosser, the film features interviews with average Americans about their dietary habits, commentary from food experts like Michael Pollan and unsettling footage shot inside large-scale animal processing plants.","6.984","/gWYCM3YVYwZQcpfye6biAlPy9Xt.jpg","[{'id':1030,'logo_path':'/bus7KzJshT0VMXuKR7dwK5bqPSO.png','name':'Magnolia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-09-07","0","94","[{'iso_639_1':'en','name':'English'}]","Released","You'll never look at dinner the same way again.","Food, Inc.","false","7.4","316" +"false","/fIcxLpC8rOKoju6KGLABdeShY7q.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'}]","","18643","tt0055992","en","Follow That Dream","When the Kwimper family car runs out of gas on a new Florida highway and an officous state supervisor tries to run them off, Pop Kwimper digs in his heels and decides to do a little homesteading. He and his son Toby and their ""adopted"" children - Holly, Ariadne and the twins - start their own little community along a strip of the roadside.","1.896","/3A2nItzpYh5G8g7Sl6QcFMwRstT.jpg","[{'id':219,'logo_path':null,'name':'The Mirisch Corporation','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1962-01-01","0","109","[{'iso_639_1':'en','name':'English'}]","Released","","Follow That Dream","false","6.4","19" +"false","/bd8RdP2OduLBGkUMdc8PZPjdtbI.jpg","null","50100000","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","http://focusmovie.com/","256591","tt2381941","en","Focus","Nicky, a veteran con artist, takes a novice named Jess under his wing. While Nicky teaches Jess the tricks of the trade, the pair become romantically involved; but, when Jess gets uncomfortably close, Nicky ends their relationship. Three years later, Nicky is in Buenos Aires working a very dangerous scheme when Jess -- now an accomplished femme fatale -- unexpectedly shows up. Her appearance throws Nicky for a loop at a time when he cannot afford to be off his game.","13.367","/9IElGiLkxPLUWZ3avy31bNSG3Tq.jpg","[{'id':21914,'logo_path':'/iF5QYCtPLuwkU90jWdjrul25d71.png','name':'K&S Films','origin_country':'AR'},{'id':41624,'logo_path':'/wzKxIeQKlMP0y5CaAw25MD6EQmf.png','name':'RatPac-Dune Entertainment','origin_country':'US'},{'id':47586,'logo_path':null,'name':'Zaftig Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-02-25","153962963","105","[{'iso_639_1':'en','name':'English'}]","Released","Never Drop The Con.","Focus","false","6.8","3990" +"false","/y4QMWHUwgaqgNSSDPEPElA8uNiQ.jpg","null","5000000","[{'id':9648,'name':'Mystery'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","62046","tt1541160","en","Flypaper","A man caught in the middle of two simultaneous robberies at a bank desperately tries to protect the teller with whom he's secretly in love.","6.994","/czpYP8p0HBXNL3cIsGFMd0a9rSu.jpg","[{'id':11565,'logo_path':null,'name':'The Safran Company','origin_country':'US'},{'id':1208,'logo_path':null,'name':'Rising Star','origin_country':''},{'id':21897,'logo_path':null,'name':'Foresight Unlimited','origin_country':'US'},{'id':23159,'logo_path':null,'name':'Shifting Gears Entertainment','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2011-08-19","3142154","87","[{'iso_639_1':'en','name':'English'}]","Released","Two sets of bank robbers. One very sticky heist.","Flypaper","false","6.3","381" +"false","/qPrjy4nXz4ernGLIwHJxImuJOG.jpg","null","0","[{'id':10752,'name':'War'},{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","29372","tt0034742","en","Flying Tigers","Jim Gordon commands a unit of the famed Flying Tigers, the American Volunteer Group which fought the Japanese in China before America's entry into World War II. Gordon must send his outnumbered band of fighter pilots out against overwhelming odds while juggling the disparate personalities and problems of his fellow flyers.","1.479","/4QfH6IsuGOBLoVMBVIIRU5r3IDG.jpg","[]","[{'iso_3166_1':'MX','name':'Mexico'},{'iso_3166_1':'US','name':'United States of America'}]","1942-10-08","0","102","[{'iso_639_1':'en','name':'English'}]","Released","Strong Brave Men Flying in the Face of Death that We may Live ...","Flying Tigers","false","5.8","13" +"false","/iaCb2WSKEF4fMnInKfNnaKM2sCd.jpg","null","60000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10749,'name':'Romance'},{'id':10752,'name':'War'}]","","9664","tt0454824","en","Flyboys","The adventures of the Lafayette Escadrille, young Americans who volunteered for the French military before the U.S. entered World War I, and became the country's first fighter pilots.","8.023","/ap7UcuDPhyaY165YppEZJdbU1sA.jpg","[{'id':6362,'logo_path':null,'name':'Flyboys Films','origin_country':''},{'id':3241,'logo_path':'/kRAMCgp7zAmd1UnCPBHiEiopSm9.png','name':'Electric Entertainment','origin_country':'US'},{'id':289,'logo_path':null,'name':'Ingenious Film Partners','origin_country':''},{'id':82819,'logo_path':'/5Z8WWr0Lf1tInVWwJsxPP0uMz9a.png','name':'Skydance Media','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2006-09-22","17834865","138","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Inspired by a true story","Flyboys","false","6.4","409" +"false","/zJiKgxIeikZPr0nM6qNgDL2gzjr.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","","11076","tt0116329","en","Fly Away Home","Amy is only 13 years old when her mother is killed. She goes to Canada to live with her father, an eccentric inventor whom she barely knows. Amy is miserable in her new life... until she discovers a nest of goose eggs that were abandoned when a local forest is torn down. The eggs hatch and Amy becomes ""Mama Goose"". When Winter comes, Amy, and her dad must find a way to lead the birds South...","7.607","/azFDIXe7TgEgte7gHL8PkvXW0GC.jpg","[{'id':5842,'logo_path':null,'name':'Sandollar Productions','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-09-13","0","107","[{'iso_639_1':'en','name':'English'}]","Released","","Fly Away Home","false","6.6","194" +"false","/nG7lVHS5N7DQkHnSyOLjadjvCi5.jpg","null","80000000","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':878,'name':'Science Fiction'}]","","9574","tt0119137","en","Flubber","Professor Phillip Brainard, an absent minded professor, works with his assistant Weebo, trying to create a substance that's a new source of energy and that will save Medfield College where his sweetheart Sara is the president. He has missed his wedding twice, and on the afternoon of his third wedding, Professor Brainard creates flubber, which allows objects to fly through the air.","9.617","/xrbkE6g2myJPLWxNy52yL2MJJHX.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':2173,'logo_path':null,'name':'Great Oaks Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-11-26","177977226","93","[{'iso_639_1':'en','name':'English'}]","Released","Catch it if you can!","Flubber","false","5.5","1196" +"false","/lTTjMYs0ubeu2LJZOL00M0UfyI6.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://www.vivianmaier.com/film-finding-vivian-maier/","169607","tt2714900","en","Finding Vivian Maier","Vivian Maier's photos were seemingly destined for obscurity, lost among the clutter of the countless objects she'd collected throughout her life. Instead these images have shaken the world of street photography and irrevocably changed the life of the man who brought them to the public eye. This film brings to life the interesting turns and travails of the improbable saga of John Maloof's discovery of Vivian Maier, unravelling this mysterious tale through her documentary films, photographs, odd collections and personal accounts from the people that knew her. What started as a blog to show her work quickly became a viral sensation in the photography world. Photos destined for the trash heap now line gallery exhibitions, a forthcoming book and this documentary film.","5.623","/i3rK96zzTBPAdQUcGGFB0q3schs.jpg","[{'id':114044,'logo_path':null,'name':'Ravine Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-03-28","1503616","83","[{'iso_639_1':'en','name':'English'}]","Released","","Finding Vivian Maier","false","7.8","161" +"false","/3oqNKnwfW1UKC5i8hnQz2fAGtGE.jpg","null","20000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","139567","tt1925431","en","Fire with Fire","A fireman takes an unexpected course of action when a man whom he's been ordered to testify against ??? after being held up at a local convenience store ??? threatens him.","8.544","/2F0Y4l7uXIGfDMtfuq2k6b2744w.jpg","[{'id':46961,'logo_path':null,'name':'Knightsbridge Entertainment','origin_country':''},{'id':376,'logo_path':null,'name':'Industry Entertainment','origin_country':''},{'id':3604,'logo_path':'/jC6Hk3ZyNRlVPJsA0xGlAhgd2RP.png','name':'Grindstone Entertainment Group','origin_country':'US'},{'id':5830,'logo_path':null,'name':'Cheetah Vision','origin_country':''},{'id':6667,'logo_path':null,'name':'Mandalay Vision','origin_country':''},{'id':6819,'logo_path':null,'name':'Paradox Entertainment','origin_country':''},{'id':10405,'logo_path':null,'name':'Emmett/Furla Films','origin_country':'US'},{'id':11030,'logo_path':null,'name':'Envision Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-08-31","4636169","97","[{'iso_639_1':'en','name':'English'}]","Released","Revenge has its own set of rules.","Fire with Fire","false","5.6","326" +"false","/sBsnLIrB0UdB7gBdmw5iJ9L1ltK.jpg","null","25000000","[{'id':18,'name':'Drama'}]","","866","tt0308644","en","Finding Neverland","Finding Neverland is an amusing drama about how the story of Peter Pan and Neverland came to be. During a writing slump play writer J.M. Barrie meets the widowed Sylvia and her three children who soon become an important part of Barrie???s life and the inspiration that lead him to create his masterpiece ???Peter Pan.???","12.435","/7VNtGDhKLefRhJWYokfP3hBh0uV.jpg","[{'id':560,'logo_path':null,'name':'Film Colony','origin_country':''},{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2004-10-17","116766556","106","[{'iso_639_1':'en','name':'English'}]","Released","Where will your imagination take you?","Finding Neverland","false","7.3","2200" +"false","/6kERRYBCm8OnHo6T1oT8sIrkg4I.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","15658","tt0093036","en","Flowers in the Attic","After the death of her husband, a mother takes her kids off to live with their grandparents in a huge, decrepit old mansion. However, the kids are kept hidden in a room just below the attic, visited only by their mother who becomes less and less concerned about them and their failing health, and more concerned about herself and the inheritence she plans to win back from her dying father.","5.383","/30OvZ9dsQwFN6WTTmsG9uieDQCi.jpg","[{'id':52144,'logo_path':null,'name':'Fries Entertainment Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-11-20","15151736","93","[{'iso_639_1':'en','name':'English'}]","Released","Home sweet home is murder.","Flowers in the Attic","false","6.1","89" +"false","/2Xh7cVe9beCn04ouN9IGfK8WTok.jpg","{'id':137697,'name':'Finding Nemo Collection','poster_path':'/wtie42vgM6OY1OGmrtT4kupQBBP.jpg','backdrop_path':'/2hC8HHRUvwRljYKIcQDMyMbLlxz.jpg'}","94000000","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","http://movies.disney.com/finding-nemo","12","tt0266543","en","Finding Nemo","Nemo, an adventurous young clownfish, is unexpectedly taken from his Great Barrier Reef home to a dentist's office aquarium. It's up to his worrisome father Marlin and a friendly but forgetful fish Dory to bring Nemo home -- meeting vegetarian sharks, surfer dude turtles, hypnotic jellyfish, hungry seagulls, and more along the way.","28.262","/syPWyeeqzTQIxjIUaIFI7d0TyEY.jpg","[{'id':3,'logo_path':'/1TjvGVDMYsj6JBxOAkUHpPEwLf7.png','name':'Pixar','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-05-30","940335536","100","[{'iso_639_1':'en','name':'English'}]","Released","There are 3.7 trillion fish in the ocean. They're looking for one.","Finding Nemo","false","7.8","11126" +"false","/gCSyI1UiYIDm0Adr5slSr30B7jg.jpg","{'id':140760,'name':'Final Fantasy Collection','poster_path':'/x6HZaopJw26YnjBZjo06sWmPEPM.jpg','backdrop_path':'/gj6XQf5cM66XHMTonCgsOE0VphX.jpg'}","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':14,'name':'Fantasy'}]","http://na.square-enix.com/ff7acc/","647","tt0385700","ja","Final Fantasy VII: Advent Children","Two years have passed since the final battle with Sephiroth. Though Midgar, city of mako, city of prosperity, has been reduced to ruins, its people slowly but steadily walk the road to reconstruction. However, a mysterious illness called Geostigma torments them. With no cure in sight, it brings death to the afflicted, one after another, robbing the people of their fledgling hope.","10.672","/udXX5MeEHEMDCKpww6NCjlwVAag.jpg","[{'id':10038,'logo_path':'/nCueXKwYIEXrZ5ofqSJBO1YcmRr.png','name':'Square Enix','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","2005-07-14","0","101","[{'iso_639_1':'ja','name':'?????????'}]","Released","Is it for the children, for a memory, or for himself?","Final Fantasy VII: Advent Children","false","6.8","444" +"false","/4kEgfSDpz7kH6mMe75s5YHX5Ob8.jpg","{'id':140760,'name':'Final Fantasy Collection','poster_path':'/x6HZaopJw26YnjBZjo06sWmPEPM.jpg','backdrop_path':'/gj6XQf5cM66XHMTonCgsOE0VphX.jpg'}","137000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':16,'name':'Animation'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","2114","tt0173840","en","Final Fantasy: The Spirits Within","Led by a strange dream, scientist Aki Ross struggles to collect the eight spirits in the hope of creating a force powerful enough to protect the planet. With the aid of the Deep Eyes Squadron and her mentor, Dr. Sid, Aki must save the Earth from its darkest hate and unleash the spirits within.","11.69","/ixu5L3L55wJPVUGAfwdE4qVwWbi.jpg","[{'id':96629,'logo_path':null,'name':'Square Pictures','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':20033,'logo_path':null,'name':'Chris Lee Productions','origin_country':''}]","[{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'US','name':'United States of America'}]","2001-07-02","85131830","106","[{'iso_639_1':'en','name':'English'}]","Released","Unleash a new reality","Final Fantasy: The Spirits Within","false","6","691" +"false","/sm603818LzOj3736Q9g2bpZEbos.jpg","null","374000","[{'id':27,'name':'Horror'}]","","40469","tt0082378","en","Final Exam","In a small college in North Carolina, only a select few students are left to take mid terms. But, when a killer strikes, it could be everyone's final exam.","1.877","/cNNfVwrjSIR2WVKd51G7l95VtVo.jpg","[{'id':98481,'logo_path':null,'name':'Motion Picture Marketing (MPM)','origin_country':''},{'id':26649,'logo_path':null,'name':'Peninsula Management Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1981-06-05","3000000","90","[{'iso_639_1':'en','name':'English'}]","Released","Some may pass the test??? God help the rest.","Final Exam","false","4.8","33" +"false","/3ngwmwSSSymtg7XXw2rgjnML2yT.jpg","{'id':8864,'name':'Final Destination Collection','poster_path':'/y7tkwRUVuCvnVQILA4XuhfnHmoa.jpg','backdrop_path':'/y3aWOInifbGKXM34KjtcMITrZRZ.jpg'}","47000000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","http://finaldestinationmovie.warnerbros.com/index.html","55779","tt1622979","en","Final Destination 5","In this fifth installment, Death is just as omnipresent as ever, and is unleashed after one man???s premonition saves a group of coworkers from a terrifying suspension bridge collapse. But this group of unsuspecting souls was never supposed to survive, and, in a terrifying race against time, the ill-fated group frantically tries to discover a way to escape Death???s sinister agenda.","9.573","/m4xhyjrybUGGY2p6bjrF4AO5Osl.jpg","[{'id':48792,'logo_path':null,'name':'Parallel Zide','origin_country':'US'},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':48788,'logo_path':null,'name':'Practical Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-08-12","157887643","92","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'cn','name':'????????? / ?????????'}]","Released","We all share a common destination.","Final Destination 5","false","6","1619" +"false","/6sCto39wgQGCzDojAr5c4UPBjDZ.jpg","{'id':8864,'name':'Final Destination Collection','poster_path':'/y7tkwRUVuCvnVQILA4XuhfnHmoa.jpg','backdrop_path':'/y3aWOInifbGKXM34KjtcMITrZRZ.jpg'}","25000000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","","9286","tt0414982","en","Final Destination 3","A student's premonition of a deadly rollercoaster ride saves her life and a lucky few, but not from death itself ??? which seeks out those who escaped their fate.","10.551","/p7ARuNKUGPGvkBiDtIDvAzYzonX.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':3169,'logo_path':null,'name':'Zide-Perry Productions','origin_country':''},{'id':12067,'logo_path':null,'name':'Kumar Mobiliengesellschaft mbH & Co. Projekt Nr. 1 KG','origin_country':''},{'id':48772,'logo_path':null,'name':'Hard Eight Pictures','origin_country':''},{'id':48785,'logo_path':null,'name':'Matinee Pictures','origin_country':''},{'id':48788,'logo_path':null,'name':'Practical Pictures','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2006-02-09","117719158","93","[{'iso_639_1':'en','name':'English'}]","Released","This Ride Will Be The Death Of You.","Final Destination 3","false","6","1837" +"false","/pkqsU4ufXilO4ajJSdButxj8xCJ.jpg","{'id':8864,'name':'Final Destination Collection','poster_path':'/y7tkwRUVuCvnVQILA4XuhfnHmoa.jpg','backdrop_path':'/y3aWOInifbGKXM34KjtcMITrZRZ.jpg'}","23000000","[{'id':27,'name':'Horror'}]","","9532","tt0195714","en","Final Destination","After a teenager has a terrifying vision of him and his friends dying in a plane crash, he prevents the accident only to have Death hunt them down, one by one.","11.085","/nW6JfCIWqUpIESlras0nrVy4pCl.jpg","[{'id':48772,'logo_path':null,'name':'Hard Eight Pictures','origin_country':''},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':3169,'logo_path':null,'name':'Zide-Perry Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-03-17","53302314","98","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","No accidents. No coincidences. No escapes. You can't cheat death.","Final Destination","false","6.5","2634" +"false","/59xu0cANg5kIv0wqOIIr0990iBC.jpg","{'id':8864,'name':'Final Destination Collection','poster_path':'/y7tkwRUVuCvnVQILA4XuhfnHmoa.jpg','backdrop_path':'/y3aWOInifbGKXM34KjtcMITrZRZ.jpg'}","26000000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","","9358","tt0309593","en","Final Destination 2","When Kimberly has a violent premonition of a highway pileup she blocks the freeway, keeping a few others meant to die, safe...Or are they? The survivors mysteriously start dying and it's up to Kimberly to stop it before she's next.","10.748","/2Tj8YJJuahzwUbdYDgydYX4Yj4Y.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':3169,'logo_path':null,'name':'Zide-Perry Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-01-31","90426405","90","[{'iso_639_1':'en','name':'English'}]","Released","Death is like a boomerang. it keeps coming back","Final Destination 2","false","6.1","1919" +"false","/1J8QtRIYcPqJrUYL0FmjwY0e7ez.jpg","null","5000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","85889","tt1450321","en","Filth","A bigoted junkie cop suffering from bipolar disorder and drug addiction manipulates and hallucinates his way through the festive season in a bid to secure promotion and win back his wife and daughter.","7.647","/dchLaUOkQOPZQHnus5fnZgZKDuP.jpg","[{'id':2254,'logo_path':'/4OQ25tiNECBBRDUhfC5ACa1vOIR.png','name':'Egoli Tossell Film','origin_country':'DE'},{'id':15282,'logo_path':null,'name':'Steel Mill Pictures','origin_country':''},{'id':18230,'logo_path':null,'name':'Filmgate Films','origin_country':'SE'},{'id':19637,'logo_path':null,'name':'Logie Pictures','origin_country':''},{'id':19638,'logo_path':'/6R3XtbihMWuDRFnlm4MkpxhmEKf.png','name':'Altitude Film Entertainment','origin_country':'GB'},{'id':19639,'logo_path':null,'name':'Film House Germany','origin_country':''},{'id':19640,'logo_path':'/p8SE7J23xviBArUL49rMCkj0m0M.png','name':'Maven Pictures','origin_country':'US'},{'id':3984,'logo_path':'/pvOBu9K0zTRuwJW7WII34x17kdz.png','name':'Entre Chien et Loup','origin_country':'BE'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'SE','name':'Sweden'},{'iso_3166_1':'BE','name':'Belgium'}]","2013-09-23","9114264","97","[{'iso_639_1':'en','name':'English'}]","Released","It's a filthy job getting to the top, but someone's got to do it.","Filth","false","6.9","917" +"false","/pahSEjEt49pwRan1vLvSIOruCTV.jpg","null","0","[{'id':10402,'name':'Music'},{'id':99,'name':'Documentary'}]","http://www.filmagemovie.com/","210274","tt2417154","en","Filmage: The Story of Descendents/All","Long before Green Day and Blink 182 inflicted punk-rock's puncture wound on the map of mainstream music, the Descendents were at home concocting the perfect mix of pop, angst, love, and coffee. FILMAGE: The Story of DESCENDENTS/ALL follows drummer/square-peg Bill Stevenson and his 'caffeinated retardedness' as he pushes his rotating door of bandmates to 'achieve ALL,' his philosophy of going for greatness at all costs. Stevenson is a force to be reckoned with--not even grapefruit-sized brain tumors can keep him down.","0.777","/kQMXaSTOnSYnbCDd7fhQIWkxyNY.jpg","[]","[]","2013-10-01","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Filmage: The Story of Descendents/All","false","7.4","6" +"false","/3UNBXbqijQFq45OqMJJgiSK4tDV.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.fightingmovie.net","17336","tt1082601","en","Fighting","Small-town boy Shawn MacArthur has come to New York City with nothing. Barely earning a living selling counterfeit goods on the streets, his luck changes when scam artist Harvey Boarden sees that he has a natural talent for streetfighting. When Harvey offers Shawn help at making the real cash, the two form an uneasy partnership.","7.321","/xP1uogi5Gjnf6ybSN10lyDpqDlW.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':134,'logo_path':null,'name':'Rogue Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-04-24","32474120","105","[{'iso_639_1':'en','name':'English'}]","Released","Some Dreams Are Worth The Fight","Fighting","false","5.6","332" +"false","/52AfXWuXCHn3UjD17rBruA9f5qb.jpg","null","63000000","[{'id':18,'name':'Drama'}]","http://www.foxmovies.com/movies/fight-club","550","tt0137523","en","Fight Club","A ticking-time-bomb insomniac and a slippery soap salesman channel primal male aggression into a shocking new form of therapy. Their concept catches on, with underground ""fight clubs"" forming in every town, until an eccentric gets in the way and ignites an out-of-control spiral toward oblivion.","25.913","/adw6Lq9FiC9zjYEpOqfq03ituwp.jpg","[{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':711,'logo_path':'/tEiIH5QesdheJmDAqQwvtN60727.png','name':'Fox 2000 Pictures','origin_country':'US'},{'id':20555,'logo_path':null,'name':'Taurus Film','origin_country':''},{'id':54051,'logo_path':null,'name':'Atman Entertainment','origin_country':''},{'id':54052,'logo_path':null,'name':'Knickerbocker Films','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'},{'id':4700,'logo_path':'/A32wmjrs9Psf4zw0uaixF0GXfxq.png','name':'The Linson Company','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","1999-10-15","100853753","139","[{'iso_639_1':'en','name':'English'}]","Released","Mischief. Mayhem. Soap.","Fight Club","false","8.4","15726" +"false","/vNO3d4Uj0Z6N0twXsDqMmGY7AOn.jpg","{'id':344830,'name':'Fifty Shades Collection','poster_path':'/oJrMaAhQlV5K9QFhulFehTn7JVn.jpg','backdrop_path':'/23fRJTMFRG2lMvvpHcIZ0ZU77I1.jpg'}","40000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':53,'name':'Thriller'}]","https://www.facebook.com/fiftyshadesofgreymovie","216015","tt2322441","en","Fifty Shades of Grey","When college senior Anastasia Steele steps in for her sick roommate to interview prominent businessman Christian Grey for their campus paper, little does she realize the path her life will take. Christian, as enigmatic as he is rich and powerful, finds himself strangely drawn to Ana, and she to him. Though sexually inexperienced, Ana plunges headlong into an affair -- and learns that Christian's true sexual proclivities push the boundaries of pain and pleasure.","19.212","/jV8wnk3Jgz6f7degmT3lHNGI2tK.jpg","[{'id':10146,'logo_path':'/xnFIOeq5cKw09kCWqV7foWDe4AA.png','name':'Focus Features','origin_country':'US'},{'id':11370,'logo_path':null,'name':'Michael De Luca Productions','origin_country':'US'},{'id':7626,'logo_path':'/4839MGss4pPAalhqqYH1AD1CnEj.png','name':'Trigger Street Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-02-11","571006128","125","[{'iso_639_1':'en','name':'English'}]","Released","Are you curious?","Fifty Shades of Grey","false","5.4","6218" +"false","/utHwPa0nSPJrY0XYVX1sVMP8JGX.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://www.universalstudiosentertainment.com/fierce-creatures/","12145","tt0119115","en","Fierce Creatures","Ex-policeman Rollo Lee is sent to run Marwood Zoo, the newly acquired business of a New Zealand tycoon. In order to meet high profit targets and keep the zoo open, Rollo enforces a new 'fierce creatures' policy, whereby only the most impressive and dangerous animals are allowed to remain in the zoo. However, the keepers are less enthusiastic about complying with these demands.","5.908","/yS9g8DFgBoZodWOZqCEHq7unkrO.jpg","[{'id':216,'logo_path':null,'name':'Jersey Films','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':45505,'logo_path':null,'name':'Fish Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1997-01-23","9381260","93","[{'iso_639_1':'en','name':'English'}]","Released","Don't pet them.","Fierce Creatures","false","6.1","144" +"false","/84mtUTTn52bL86jdGfjpttweACa.jpg","null","0","[{'id':27,'name':'Horror'}]","","254426","tt3186838","en","Fields of the Dead","Seven friends find themselves on an isolated farm. Here, they discover an ancient book, which summons demons from the surrounding woods. Now, these friends will have to find a way out of the fields, if they want to survive.","1.481","/4Omz3e3KWziihnZCfiomJ7Ccqfm.jpg","[{'id':17840,'logo_path':null,'name':'Ruthless Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-02-04","0","84","[{'iso_639_1':'en','name':'English'}]","Released","","Fields of the Dead","false","2.9","11" +"false","/g5gwbwR98yN1TvycqHCJZhCPa7O.jpg","null","0","[{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'}]","","2323","tt0097351","en","Field of Dreams","Ray Kinsella is an Iowa farmer who hears a mysterious voice telling him to turn his cornfield into a baseball diamond. He does, but the voice's directions don't stop -- even after the spirits of deceased ballplayers turn up to play.","9.61","/ps5B8ZNSFvqLczD5e4Yh3whV66B.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-04-21","84431625","107","[{'iso_639_1':'en','name':'English'}]","Released","If you believe the impossible, the incredible can come true.","Field of Dreams","false","7.1","644" +"false","/6lv1fJSWUlPGcku6JzXysSdEsrj.jpg","null","10000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","11431","tt0332047","en","Fever Pitch","When relaxed and charming Ben Wrightman meets workaholic Lindsey Meeks she finds him sweet and charming, they hit it off and when it is winter Ben can spend every waking hour with Lindsey, but when summer comes around the corner Lindsey discovers Ben's obsession with the Boston Red Sox. She thinks it is perfect until everything goes downhill for them.","8.075","/kuugk93pYPqOsEW2R5C7n8gy2QK.jpg","[{'id':73953,'logo_path':null,'name':'ELC Productions Ltd.','origin_country':''},{'id':6401,'logo_path':null,'name':'Alan Greenspan Productions','origin_country':''},{'id':6402,'logo_path':null,'name':'Mars Media Beteiligungs','origin_country':''},{'id':711,'logo_path':'/tEiIH5QesdheJmDAqQwvtN60727.png','name':'Fox 2000 Pictures','origin_country':'US'},{'id':19813,'logo_path':null,'name':'Flower Films','origin_country':'US'},{'id':1508,'logo_path':null,'name':'Wildgaze Films','origin_country':'GB'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2005-04-06","0","103","[{'iso_639_1':'en','name':'English'}]","Released","A Comedy About The Game of Love.","Fever Pitch","false","5.9","306" +"false","/vUQjup0AO21xZjmbzW1CjoB74vi.jpg","{'id':55427,'name':'Fantasia Collection','poster_path':'/qHpXVQVhSOXwFNFCfKfdTnuyrXl.jpg','backdrop_path':'/7YanwpylLB3yzhwzf11W1tYpcQF.jpg'}","80000000","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':10402,'name':'Music'}]","http://movies.disney.com/fantasia-2000","49948","tt0120910","en","Fantasia 2000","Blending lively music and brilliant animation, this sequel to the original 'Fantasia' restores 'The Sorcerer's Apprentice' and adds seven new shorts.","11.847","/rlsJxzIU5KEeNzvsWeDkdKry1Z1.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-12-17","90874570","74","[{'iso_639_1':'en','name':'English'}]","Released","","Fantasia 2000","false","7.1","578" +"false","/oZBj2o3JVULRe1SlBalBpnkfp6x.jpg","{'id':55427,'name':'Fantasia Collection','poster_path':'/qHpXVQVhSOXwFNFCfKfdTnuyrXl.jpg','backdrop_path':'/7YanwpylLB3yzhwzf11W1tYpcQF.jpg'}","2280000","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':10402,'name':'Music'}]","http://movies.disney.com/fantasia","756","tt0032455","en","Fantasia","Walt Disney's timeless masterpiece is an extravaganza of sight and sound! See the music come to life, hear the pictures burst into song and experience the excitement that is Fantasia over and over again.","12.424","/czOx0Tu5B79lDbJR2f3DXN9ZBDs.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1940-11-13","83320000","124","[{'iso_639_1':'en','name':'English'}]","Released","The most sensational sound you'll ever see!","Fantasia","false","7.3","1449" +"false","/3NDpeU1WW85VcOfLMkp3PM4f67l.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","84050","tt0054866","en","Fanny","Almost 19-year-old Marius feels himself in a rut in Marseille, his life planned for him by his cafe'-owning father, and he longs for the sea. The night before he is to leave on a 5-year voyage, Fanny, a girl he grew up with, reveals that she is in love with him, and he discovers that he is in love with her. He must choose between an exciting life at sea, and a boring life with the woman he loves. And Fanny must choose between keeping the man she loves, and letting him live the life he seems to want.","1.543","/8hEQpSE3D9rsMw37N30T9EZwLoa.jpg","[{'id':13689,'logo_path':null,'name':'Mansfield Productions','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1961-06-28","0","134","[{'iso_639_1':'en','name':'English'}]","Released","FANNY IS ALL THE LOVE STORIES OF THE WORLD ROLLED INTO ONE","Fanny","false","6.7","13" +"false","/89udmMtxl8AuQHYoFdSgB5e6xYs.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'}]","","13532","tt0489049","en","Fanboys","In 1999, Star Wars fanatics take a cross-country trip to George Lucas' Skywalker Ranch so their dying friend can see a screening of The Phantom Menace before its release.","8.788","/ywI92p2x7D96nuEayGVOMll35SF.jpg","[{'id':308,'logo_path':'/e8F3mQM7DkJ5SfYYDp8FYzPBOGX.png','name':'The Weinstein Company','origin_country':'US'},{'id':4435,'logo_path':null,'name':'Third Rail Releasing','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-02-06","948753","90","[{'iso_639_1':'en','name':'English'}]","Released","Never tell them the odds.","Fanboys","false","6.2","428" +"false","/7fDH5TBYpBVHvpcpM7DSI2caSs7.jpg","null","2000000","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","5854","tt0074512","en","Family Plot","Lighthearted suspense film about a phony psychic/con artist and her taxi driver/private investigator boyfriend who encounter a pair of serial kidnappers while trailing a missing heir in California.","7.655","/6VPkrvTFpTGb4QJFWceMd6Y7IPp.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1976-04-09","7900000","121","[{'iso_639_1':'en','name':'English'}]","Released","There???s no body in the family plot.","Family Plot","false","6.7","143" +"false","/cS45swrlrTJijH1RblBLe8LlW2p.jpg","null","25000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","37094","tt0106856","en","Falling Down","On the day of his daughter's birthday, William ""D-Fens"" Foster is trying to get to the home of his estranged ex-wife to see his daughter. His car breaks down, so he leaves his car in a traffic jam in Los Angeles and decides to walk. He goes to a convenience store and tries to get some change for a phone call, but the Korean owner does not oblige, tipping Foster over the edge. The unstable Foster, so frustrated with the various flaws he sees in society, begins to psychotically and violently lash out against them.","7.974","/jBHJWSUvvOIZkXG067vwVRWvohB.jpg","[{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':644,'logo_path':null,'name':'Alcor Films','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-02-26","40903593","113","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","A Tale Of Urban Reality","Falling Down","false","7.3","1470" +"false","/c4blguSfQHVW7c1vuLQGFmxOOWS.jpg","null","4500000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'}]","","270938","tt2295722","en","Falcon Rising","Chapman is an ex-marine in Brazil's slums, battling the yakuza outfit who attacked his sister and left her for dead.","9.38","/9GOMpzlEaDZF5CCFSLEKclrPQRJ.jpg","[{'id':39075,'logo_path':null,'name':'Strohberry Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-09-05","11774","103","[{'iso_639_1':'en','name':'English'}]","Released","","Falcon Rising","false","5.7","119" +"false","/pKaMMmJUZbUEtSVjIXGlz9JgVie.jpg","null","50000000","[{'id':35,'name':'Comedy'}]","","6877","tt0427229","en","Failure to Launch","Tripp, an attractive man in his thirties, is still living with his parents Al and Sue. Tripp's best friends Demo and Ace are also still living in their parents' homes and seem proud of it. Al and Sue are not happy, however, and are fascinated when friends whose adult son has recently moved away from home reveal they hired an expert to arrange the matter and couldn't be happier with the result.","10.482","/sJUEp6HGFitc3Ai2ZnaSJEGy96T.jpg","[{'id':84423,'logo_path':null,'name':'Failure to Launch Productions','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':258,'logo_path':null,'name':'Scott Rudin Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-03-10","128406887","97","[{'iso_639_1':'en','name':'English'}]","Released","To leave the nest, some men just need a little push.","Failure to Launch","false","5.6","749" +"false","/fJx7bIYQltpFjDgI3QERguK3Ab8.jpg","null","1500000","[{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'}]","","1714","tt0060390","en","Fahrenheit 451","In the future, the government maintains control of public opinion by outlawing literature and maintaining a group of enforcers, known as ???firemen,??? to perform the necessary book burnings. Fireman Montag begins to question the morality of his vocation.","7.702","/78NFjrD9onl9ciKSjsENUfnTHbT.jpg","[{'id':10326,'logo_path':null,'name':'Anglo Enterprises','origin_country':''},{'id':10327,'logo_path':null,'name':'Vineyard Film Ltd.','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1966-09-14","0","108","[{'iso_639_1':'en','name':'English'}]","Released","What if you had no right to read?","Fahrenheit 451","false","7.2","376" +"false","/8Z0wWrB6UYSjj5yFcq1HqrHmnrn.jpg","null","0","[{'id':35,'name':'Comedy'}]","","214030","tt2258345","en","Fading Gigolo","Fioravante decides to become a professional Don Juan as a way of making money to help his cash-strapped friend, Murray. With Murray acting as his ""manager"", the duo quickly finds themselves caught up in the crosscurrents of love and money.","5.812","/zknfk3A2CWbqfh2y4QcqaTTtbXA.jpg","[{'id':20993,'logo_path':null,'name':'Antidote Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-09-07","2681345","90","[{'iso_639_1':'en','name':'English'}]","Released","","Fading Gigolo","false","5.9","340" +"false","/6QNqvsrOIFuz67Nq97ItD2byVa5.jpg","null","7000000","[{'id':18,'name':'Drama'}]","","12271","tt0432402","en","Factory Girl","In the mid-1960s, wealthy debutant Edie Sedgwick meets artist Andy Warhol. She joins Warhol's famous Factory and becomes his muse. Although she seems to have it all, Edie cannot have the love she craves from Andy, and she has an affair with a charismatic musician, who pushes her to seek independence from the artist and the milieu.","7.366","/inaRwOEDPzYRDnqLi0lQZLQPLCL.jpg","[{'id':308,'logo_path':'/e8F3mQM7DkJ5SfYYDp8FYzPBOGX.png','name':'The Weinstein Company','origin_country':'US'},{'id':1305,'logo_path':null,'name':'L.I.F.T. Production','origin_country':''},{'id':21856,'logo_path':null,'name':'Holly Wiersma Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-12-29","0","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'sk','name':'Sloven??ina'},{'iso_639_1':'cs','name':'??esk??'}]","Released","When Andy met Edie, life imitated art.","Factory Girl","false","6.1","128" +"false","/siLeWQthKbUef4PKhR57BbReGnC.jpg","null","80000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","754","tt0119094","en","Face/Off","An antiterrorism agent goes under the knife to acquire the likeness of a terrorist and gather details about a bombing plot. When the terrorist escapes custody, he undergoes surgery to look like the agent so he can get close to the agent's family.","10.116","/q1i8QHiHZ1cukG5iOxai8pydmoa.jpg","[{'id':25358,'logo_path':null,'name':'Krane Entertainment','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':455,'logo_path':null,'name':'Permut Presentations','origin_country':''},{'id':456,'logo_path':null,'name':'WCG Entertainment Productions','origin_country':''},{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':458,'logo_path':null,'name':'Douglas/Reuther Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-06-27","245676146","138","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'la','name':'Latin'}]","Released","In order to catch him, he must become him.","Face/Off","false","6.9","2546" +"false","/uHEFPDTQ0CEq9Qlm62IFY5ukZfA.jpg","null","0","[{'id':99,'name':'Documentary'}]","","43003","tt0072962","fr","V??rit??s et mensonges","Orson Welles' final film documents the lives of infamous fakers Elmyr de Hory and Clifford Irving. De Hory, who later committed suicide to avoid more prison time, made his name by selling forged works of art by painters like Picasso and Matisse. Irving was infamous for writing a fake autobiography of Howard Hughes. Welles moves between documentary and fiction as he examines the fundamental elements of fraud and the people who commit fraud at the expense of others.","4.954","/9Kh39gLE5XErkPmn5nZrPJXNabb.jpg","[{'id':36547,'logo_path':null,'name':'SACI','origin_country':'IR'},{'id':533,'logo_path':null,'name':'Janus Films','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'IR','name':'Iran'}]","1973-03-13","0","88","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","","F for Fake","false","7.5","131" +"false","/nxJ05LTOxmbTKdOA7kXcnijC2K9.jpg","null","65000000","[{'id':9648,'name':'Mystery'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://eyeswideshut.warnerbros.com/","345","tt0120663","en","Eyes Wide Shut","After Dr. Bill Hartford's wife, Alice, admits to having sexual fantasies about a man she met, Bill becomes obsessed with having a sexual encounter. He discovers an underground sexual group and attends one of their meetings -- and quickly discovers that he is in over his head.","12.714","/a0YOhU3zq0RkOYrVlPXCeE1oFkR.jpg","[{'id':195,'logo_path':null,'name':'Pole Star','origin_country':''},{'id':385,'logo_path':null,'name':'Stanley Kubrick Productions','origin_country':''},{'id':194,'logo_path':null,'name':'Hobby Films','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1999-07-16","162091208","159","[{'iso_639_1':'en','name':'English'}]","Released","Cruise. Kidman. Kubrick.","Eyes Wide Shut","false","7.3","2551" +"false","/cSaXqhEIAXK6sVKMoGvxuhEYDe4.jpg","null","40000000","[{'id':18,'name':'Drama'}]","http://extremelyloudandincrediblyclose.warnerbros.com/","64685","tt0477302","en","Extremely Loud & Incredibly Close","A year after his father's death, Oskar, a troubled young boy, discovers a mysterious key he believes was left for him by his father and embarks on a scavenger hunt to find the matching lock.","9.479","/EEf53z7xAUZzUHA5KVHVVLwgnQ.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':258,'logo_path':null,'name':'Scott Rudin Productions','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-12-24","55247881","129","[{'iso_639_1':'en','name':'English'}]","Released","This is not a story about September 11th, it's a story about every day after.","Extremely Loud & Incredibly Close","false","7","1192" +"false","/cPlg7tbcuoDdxBb7BcG4yCiDS5y.jpg","null","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","265016","tt2960930","en","Extraterrestrial","Five friends set out to a cabin in the woods for a fun weekend getaway that is, until extraterrestrial visitors turn it into a fight for their lives. The group is pulled from their reverie when a flickering object crashes deep in the woods. As they investigate, the friends stumble across an alien spacecraft, and its inhabitants have not arrived in peace.","6.394","/mmiG916iIh6w378qBjRfTonqOWb.jpg","[{'id':34380,'logo_path':null,'name':'Cargo Entertainment','origin_country':''},{'id':12881,'logo_path':null,'name':'Twin Engine Films','origin_country':''},{'id':12882,'logo_path':'/34rNYRacJXYbHGzqD2scVpMQ6Ec.png','name':'Pink Buffalo Films','origin_country':'CA'},{'id':21881,'logo_path':null,'name':'Abduction Films','origin_country':''},{'id':21882,'logo_path':null,'name':'Manis Film','origin_country':''},{'id':35591,'logo_path':null,'name':'Vicarious Entertainment','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2014-10-17","0","101","[{'iso_639_1':'en','name':'English'}]","Released","They do not come in peace.","Extraterrestrial","false","5","241" +"false","/qn9SKU83VuVqYpYczxV9vi7Fwlv.jpg","null","3400000","[{'id':53,'name':'Thriller'},{'id':12,'name':'Adventure'}]","http://expeditionfootage.com/","279988","tt3033080","en","Extinction","The amazing footage you will see in this documentary was recorded during an expedition to the Amazon in South America. It has been assembled as per the camera time codes. It has not been altered or tampered with in any way and after extensive testing has been considered absolutely genuine. What you will see will change the way you view the natural world. Are you ready for that? For in the heart of the rainforest, a team of researchers led by the respected Professor John Howson strived to protect endangered and vulnerable species from extinction. But their guides abandoned them after a series of strange and unexplainable events and the team soon got hopelessly lost in the jungle. When events took a horrifying turn, the team realized that they were in the hunting grounds of an apex predator. And now they were the ones on the endangered species list.","1.678","/53pVxhzJjTlFqxXEyf39Cf2g7qq.jpg","[{'id':53599,'logo_path':null,'name':'Dark Art Films','origin_country':''},{'id':27849,'logo_path':null,'name':'Hollywood Vision','origin_country':''},{'id':27848,'logo_path':null,'name':'Pinnacle Media','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-08-24","0","100","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Nature Has Evolved","Extinction","false","3","23" +"false","/uPKBFk9Z1AVHJ4xcNgKpeva5i7L.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","172785","tt2040367","en","Gus","Lizzie's best friend, Andie, becomes pregnant and offers to give the baby to her. Lizzie's husband, Peter, reluctantly goes along with being the child's father, and Andie moves into the guest room for the remainder of the pregnancy.","3.096","/yZ5i77ZUTjXvbeUJRtaghMu7UEc.jpg","[{'id':49967,'logo_path':null,'name':'Unique New York Productions','origin_country':''},{'id':1811,'logo_path':null,'name':'FilmColony','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-12-06","0","87","[{'iso_639_1':'en','name':'English'}]","Released","","Expecting","false","4.9","23" +"false","/nJeQbUwTPnFdy9OKgOgERttp16v.jpg","{'id':12263,'name':'The Exorcist Collection','poster_path':'/wjMqwHkOuDBSOY5MujL5GSdlBTk.jpg','backdrop_path':'/gZnEheMdhKxSZQUEzphCHXldud1.jpg'}","80000000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","11026","tt0204313","en","Exorcist: The Beginning","Having lived through traumatizing events during WWII, Father Lankester Merrin takes a sabbatical from the Church to conduct archaeological excavations in British-administered East Africa. Merrin unearths an ancient Byzantine church believed have been built and then immediately buried to keep down evil from the crypt below. The natives are convinced that uncovering the church has unleashed a demon, and begin to violently clash with the British military troops. As the village rapidly disintegrates into chaos and war, Merrin must face-off with the demon which has taken possession of somebody close to him.","9.581","/6ZX7GVR6uTTNzYPMNeECXjytAPa.jpg","[{'id':36452,'logo_path':null,'name':'Dominion Productions','origin_country':''},{'id':10210,'logo_path':null,'name':'Morgan Creek Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-08-20","78000586","114","[{'iso_639_1':'en','name':'English'}]","Released","Go back to where the horror began.","Exorcist: The Beginning","false","5","322" +"false","/sABEfSEb3ZTu8eO0q20sixezbVY.jpg","{'id':12263,'name':'The Exorcist Collection','poster_path':'/wjMqwHkOuDBSOY5MujL5GSdlBTk.jpg','backdrop_path':'/gZnEheMdhKxSZQUEzphCHXldud1.jpg'}","14000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':14,'name':'Fantasy'},{'id':18,'name':'Drama'}]","","11586","tt0076009","en","Exorcist II: The Heretic","Bizarre nightmares plague Regan MacNeil four years after her possession and exorcism. Has the demon returned? And if so, can the combined faith and knowledge of a Vatican investigator and a hypnotic research specialist free her from its grasp?","9.417","/jIVYbxsp6y80wyfLlnKkRc9rI6Q.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1977-06-17","30749142","118","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","It's four years later... what does she remember?","Exorcist II: The Heretic","false","4.5","245" +"false","/jofxRAcEIdgC3cWYqn68qvvb9uS.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","209269","tt2402603","en","Felony","Three detectives become embroiled in a tense struggle after a tragic accident that leaves a child in critical condition. One is guilty of a crime, one will try to cover it up, and the other attempts to expose it. How far will these men go to disguise and unravel the truth?","5.093","/5z67bSHEegu40uR8KQzFoyFVmq6.jpg","[{'id':32299,'logo_path':'/yNphx07jCXygH1Zh73tSPHnNi82.png','name':'Blue-Tongue Films','origin_country':'AU'},{'id':7584,'logo_path':'/eGkfvvyf4fJTvBUR1xt1669IPA3.png','name':'Screen Australia','origin_country':'AU'},{'id':6692,'logo_path':'/2Wd2CodKtgB4XyAQH4ez8qnZuqg.png','name':'Benaroya Pictures','origin_country':'US'},{'id':6748,'logo_path':'/74qmkZFGFMbCsIKo2Dk62QVsUKf.png','name':'Goalpost Pictures','origin_country':'AU'}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'US','name':'United States of America'}]","2014-08-28","0","105","[{'iso_639_1':'en','name':'English'}]","Released","One moment can change everything","Felony","false","5.6","78" +"false","/t5TPBja6M9yesXy54Iar6OMTVAZ.jpg","null","6727000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","54000","tt0077539","en","Fedora","An ambitious Hollywood hustler becomes involved with a reclusive female star whom he tries to lure out of retirement.","1.983","/sK4aULuWZ8oMJKn40KZQgcTL3l4.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':6849,'logo_path':null,'name':'Soci??t?? Fran??aise de Production (SFP)','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'}]","1978-05-30","0","114","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'el','name':'????????????????'}]","Released","Youth had been a habit of hers for so long that she could not part with it.","Fedora","false","6.5","32" +"false","/pNrMusE83e5Qg4uw1Idg3s7EsCK.jpg","null","6000000","[{'id':35,'name':'Comedy'}]","http://www.paramount.com/movies/ferris-buellers-day","9377","tt0091042","en","Ferris Bueller's Day Off","A high school slacker pretends to be sick to skip school and have an exciting day off alongside his girlfriend and his best buddy through Chicago, while trying to outwit his obsessive school principal and his unconformited sister along the way.","11.059","/ulvpwOXKmPvrFPBGbWU1gmW0ms5.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1986-06-11","70136369","103","[{'iso_639_1':'en','name':'English'}]","Released","One man's struggle to take it easy.","Ferris Bueller's Day Off","false","7.6","2322" +"false","/i2h4lbb7r1zyHJjIEPviW7RZnty.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.feastoflovefilm.com/","14313","tt0800027","en","Feast of Love","A meditation on love and its various incarnations, set within a community of friends in Oregon. It is described as an exploration of the magical, mysterious and sometimes painful incarnations of love.","6.745","/5mKRVEghvoFpFRYZ0GT0uTovXZo.jpg","[{'id':906,'logo_path':'/gN893tmlrcVvWiWCBZEVAiZHpvT.png','name':'Revelations Entertainment','origin_country':'US'},{'id':126,'logo_path':'/kADPanRDkKTxncPXXVahvHPUvCj.png','name':'Lakeshore Entertainment','origin_country':'US'},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'},{'id':2150,'logo_path':null,'name':'GreeneStreet Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-09-28","3504875","101","[{'iso_639_1':'en','name':'English'}]","Released","A story for anyone with an appetite for love.","Feast of Love","false","6.1","97" +"false","/kxFiXb2V43WVTuJfUTco3GLiz3k.jpg","null","0","[{'id':18,'name':'Drama'}]","","10443","tt0106881","en","Fearless","After a terrible air disaster, survivor Max Klein emerges a changed person. Unable to connect to his former life or to wife Laura, he feels godlike and invulnerable. When psychologist Bill Perlman is unable to help Max, he has Max meet another survivor, Carla Rodrigo, who is racked with grief and guilt since her baby died in the crash which she and Max survived.","5.591","/yiCAa85nJJDFiq0LmZ2Fgvu4RgY.jpg","[{'id':705,'logo_path':null,'name':'Spring Creek Productions','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-10-15","0","122","[{'iso_639_1':'en','name':'English'}]","Released","Some people are afraid of nothing.","Fearless","false","7","127" +"false","/vd4nUFHTMf7LZUXuCHyyZLafWKE.jpg","null","0","[{'id':27,'name':'Horror'}]","","295441","tt0816496","en","Fear of Clowns 2","The homicidal Shivers the Clown escapes from an institution and resumes his obsessed hunt for Lynn Blodgett, this time with two homicidal friends. But Detective Peters, the man who stopped him in the first film, is also back, and this time hes more interested in putting Shivers in the ground than behind bars.","1.953","/vuh7S9H8IPxtnVfFcauFJD0A97z.jpg","[{'id':34159,'logo_path':null,'name':'Kangas Kahn Films','origin_country':''},{'id':34160,'logo_path':null,'name':'Marauder Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-09-18","0","107","[{'iso_639_1':'en','name':'English'}]","Released","","Fear of Clowns 2","false","4.9","8" +"false","/vTMDLy0XIxLjHcWBV0JHbuzrMyW.jpg","null","1000000","[{'id':27,'name':'Horror'}]","http://www.fearclinicmovie.com/","287524","tt2165765","en","Fear Clinic","A doctor works to cure patients suffering from crippling phobias by placing them inside his invention which induces and controls hallucinations.","4.179","/4NeBfeqomO05020RsQD7eMn8yva.jpg","[{'id':16839,'logo_path':'/wxIDEXG8COFTlY96jbgrIEgKQb3.png','name':'Anchor Bay Entertainment','origin_country':'US'},{'id':3347,'logo_path':null,'name':'Dry County Films','origin_country':''},{'id':18890,'logo_path':null,'name':'Movie Machine','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-10-31","0","95","[{'iso_639_1':'en','name':'English'}]","Released","Face Your Fears","Fear Clinic","false","4.2","61" +"false","/vtEKE4OFsnuIh37oo1arOMM2ELv.jpg","null","18500000","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","1878","tt0120669","en","Fear and Loathing in Las Vegas","Raoul Duke and his attorney Dr. Gonzo drive a red convertible across the Mojave desert to Las Vegas with a suitcase full of drugs to cover a motorcycle race. As their consumption of drugs increases at an alarming rate, the stoned duo trash their hotel room and fear legal repercussions. Duke begins to drive back to L.A., but after an odd run-in with a cop, he returns to Sin City and continues his wild drug binge.","12.709","/u9ffgobMADj6GCafeImbov566j9.jpg","[{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':53460,'logo_path':null,'name':'Fear and Loathing LLC','origin_country':''},{'id':1591,'logo_path':null,'name':'Rhino Films','origin_country':''},{'id':53461,'logo_path':null,'name':'Shark Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-05-22","10680275","118","[{'iso_639_1':'en','name':'English'}]","Released","Buy the ticket, take the ride.","Fear and Loathing in Las Vegas","false","7.2","2223" +"false","/lgFhFuObcKVT2LSvwNO3ONJwTkG.jpg","null","0","[{'id':35,'name':'Comedy'}]","","99223","tt1811315","en","FDR: American Badass!","Chronicles the adventures of Franklin Delano Roosevelt, as he rides a ""wheelchair of death"" to stop the world from being taking over by polio-carrying werewolves during WWII. A deadly menace that are led by Werewolf Hitler, Mussolini and Emperor Hirohito.","1.856","/hZuC8Y30mYxnmfw7CvmvxN7D4C8.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-09-24","0","93","[{'iso_639_1':'en','name':'English'}]","Released","","FDR: American Badass!","false","5.2","22" +"false","/zGHWjvk0GL50OQQV76dJE31a3LU.jpg","null","0","[{'id':18,'name':'Drama'}]","","16993","tt0068575","en","Fat City","Two men, working as professional boxers, come to blows when their careers each begin to take opposite momentum.","3.808","/xRjvUQqqMUACGre1IVJJwip8WVd.jpg","[{'id':2070,'logo_path':null,'name':'Rastar Pictures','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1972-07-26","0","100","[{'iso_639_1':'en','name':'English'}]","Released","Life is what happens in between rounds.","Fat City","false","7.1","44" +"false","/aZaAYMOqmYetkdUpqyyyXy75Nqe.jpg","null","1000000","[{'id':99,'name':'Documentary'}]","http://fastestthemovie.com/","82914","tt1721677","en","Fastest","What does it take to be the fastest? From award-winning filmmaker Mark Neale, comes Fastest, a spectacular maximum-speed, full-length documentary delving deep into the world of motogp. This thrilling documentary, narrated by Ewan McGregor, highlights the thrills, spills and incredible commitment and courage the sport demands of it stars. With unprecedented behind-the-scenes access and never before seen angles, interviews and insight, this truly cinematic experience charts the exhilarating highs, crushing lows, career-threatening crashes and spectacular comebacks, including Rossi's 41 days turn around to race following a leg shattering crash.","1.718","/jXBugIWH7JTro4Fb8X1k1yx9vWo.jpg","[{'id':25843,'logo_path':null,'name':'Media X International','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-09-20","0","110","[{'iso_639_1':'en','name':'English'}]","Released","The greatest feeling. The greatest Risk","Fastest","false","7","31" +"false","/oSEq6TrGiGHo1p0gsY1rox2MTSg.jpg","null","24000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://www.fasterthemovie.com/","41283","tt1433108","en","Faster","Driver (Dwayne Johnson) has spent the last 10 years in prison planning revenge for the murder of his brother. Now that Driver is free to carry out his deadly plan only two men stand in his way- Billy Bob Thornton plays a veteran cop and Oliver Jackson-Cohen, a crazy hitman. With those two close on his trail, Driver races to carry out his mission as the mystery surrounding his brothers murder deepens.","10.859","/xaHojTGfidOUfON6DGY14qUqATj.jpg","[{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'},{'id':97,'logo_path':'/7znWcbDd4PcJzJUlJxYqAlPPykp.png','name':'Castle Rock Entertainment','origin_country':'US'},{'id':3356,'logo_path':null,'name':'State Street Pictures','origin_country':''},{'id':5490,'logo_path':'/xuJSR4dWsvkE194aemIJwflyNF2.png','name':'CBS Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-11-23","23081726","98","[{'iso_639_1':'en','name':'English'}]","Released","Slow Justice is no Justice","Faster","false","6.2","858" +"false","/qjfE7SkPXpqFs8FX8rIaG6eO2aK.jpg","{'id':9485,'name':'The Fast and the Furious Collection','poster_path':'/uv63yAGg1zETAs1XQsOQpava87l.jpg','backdrop_path':'/z5A5W3WYJc3UVEWljSGwdjDgQ0j.jpg'}","160000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","http://www.thefastandthefurious.com/","82992","tt1905041","en","Fast & Furious 6","Hobbs has Dominic and Brian reassemble their crew to take down a team of mercenaries: Dominic unexpectedly gets convoluted also facing his presumed deceased girlfriend, Letty.","1.818","/b9gTJKLdSbwcQRKzmqMq3dMfRwI.jpg","[{'id':9341,'logo_path':null,'name':'Etalon film','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':333,'logo_path':'/5xUJfzPZ8jWJUDzYtIeuPO4qPIa.png','name':'Original Film','origin_country':'US'},{'id':1225,'logo_path':null,'name':'One Race','origin_country':'US'},{'id':3341,'logo_path':'/dTG5dXE1kU2mpmL9BNnraffckLU.png','name':'Fuji Television Network','origin_country':'JP'},{'id':48499,'logo_path':null,'name':'F & F VI Productions A.I.E','origin_country':''},{'id':1778,'logo_path':'/69xm6sF3JxugGVjfZfm1YY6d7EE.png','name':'Dentsu','origin_country':'JP'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-05-21","788679850","131","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","All roads lead to this","Fast & Furious 6","false","6.7","6885" +"false","/1R2ihQztuRTIqN3pFBR1yrBMd7w.jpg","{'id':9485,'name':'The Fast and the Furious Collection','poster_path':'/uv63yAGg1zETAs1XQsOQpava87l.jpg','backdrop_path':'/z5A5W3WYJc3UVEWljSGwdjDgQ0j.jpg'}","85000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.fastandfuriousmovie.net","13804","tt1013752","en","Fast & Furious","When a crime brings them back to L.A., fugitive ex-con Dom Toretto reignites his feud with agent Brian O'Conner. But as they are forced to confront a shared enemy, Dom and Brian must give in to an uncertain new trust if they hope to outmaneuver him. And the two men will find the best way to get revenge: push the limits of what's possible behind the wheel.","2.419","/ft8IqAGFs3V7i87z0t0EVRUjK1p.jpg","[{'id':1778,'logo_path':'/69xm6sF3JxugGVjfZfm1YY6d7EE.png','name':'Dentsu','origin_country':'JP'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':333,'logo_path':'/5xUJfzPZ8jWJUDzYtIeuPO4qPIa.png','name':'Original Film','origin_country':'US'},{'id':1225,'logo_path':null,'name':'One Race','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-04-02","363164265","107","[{'iso_639_1':'en','name':'English'}]","Released","New Model. Original Parts.","Fast & Furious","false","6.5","3730" +"false","/nL1Q0micYpF5nNkaI2ZNeLuOLGZ.jpg","{'id':9485,'name':'The Fast and the Furious Collection','poster_path':'/uv63yAGg1zETAs1XQsOQpava87l.jpg','backdrop_path':'/z5A5W3WYJc3UVEWljSGwdjDgQ0j.jpg'}","125000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","http://www.watchvideoseries.com/movies/fast-five-2011-2/","51497","tt1596343","en","Fast Five","Former cop Brian O'Conner partners with ex-con Dom Toretto on the opposite side of the law. Since Brian and Mia Toretto broke Dom out of custody, they've blown across many borders to elude authorities. Now backed into a corner in Rio de Janeiro, they must pull one last job in order to gain their freedom.","1.862","/cA81CI8odKv5KHRUUzJbj83yN7c.jpg","[{'id':333,'logo_path':'/5xUJfzPZ8jWJUDzYtIeuPO4qPIa.png','name':'Original Film','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':1225,'logo_path':null,'name':'One Race','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-04-20","626137675","130","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'pt','name':'Portugu??s'},{'iso_639_1':'it','name':'Italiano'}]","Released","Get the Fifth Gear.","Fast Five","false","7.2","4089" +"false","/747dgDfL5d8esobk7h4odaOFhUq.jpg","null","7000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.themoviefargo.com/","275","tt0116282","en","Fargo","Jerry, a small-town Minnesota car salesman is bursting at the seams with debt... but he's got a plan. He's going to hire two thugs to kidnap his wife in a scheme to collect a hefty ransom from his wealthy father-in-law. It's going to be a snap and nobody's going to get hurt... until people start dying. Enter Police Chief Marge, a coffee-drinking, parka-wearing - and extremely pregnant - investigator who'll stop at nothing to get her man. And if you think her small-time investigative skills will give the crooks a run for their ransom... you betcha!","12.627","/pyEkyYgtyjOX1R9EYyUcgbK1sTn.jpg","[{'id':1382,'logo_path':'/sOg7LGESPH5vCTOIdbMhLuypoLL.png','name':'PolyGram Filmed Entertainment','origin_country':'US'},{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1996-03-08","60611975","98","[{'iso_639_1':'en','name':'English'}]","Released","A lot can happen in the middle of nowhere.","Fargo","false","7.8","3706" +"false","/k4XhSaFuxyNwEwLLyD9MiAcqetg.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","3469","tt0061648","en","Far from the Madding Crowd","Bathsheba Everdine, a willful, flirtatious, young woman, unexpectedly inherits a large farm and becomes romantically involved with three widely divergent men.","4.761","/uMhPUME7FZ6olnKObN5mcAVPncb.jpg","[{'id':11707,'logo_path':null,'name':'Vic Films Productions','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1967-01-01","0","166","[{'iso_639_1':'en','name':'English'}]","Released","Her romance with three men becomes a bold adventure","Far from the Madding Crowd","false","6.9","33" +"false","/6RaH2Znu7dUQq7c8surf7hRp44f.jpg","{'id':9744,'name':'Fantastic Four Collection','poster_path':'/prObnUSCHIBC8ZjkGo2KHgjkWOo.jpg','backdrop_path':'/3JFe9AWoKuQWox7HO8HKgYRMOF7.jpg'}","100000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'}]","","9738","tt0120667","en","Fantastic Four","During a space voyage, four scientists are altered by cosmic rays: Reed Richards gains the ability to stretch his body; Sue Storm can become invisible; Johnny Storm controls fire; and Ben Grimm is turned into a super-strong ??? thing. Together, these ""Fantastic Four"" must now thwart the evil plans of Dr. Doom and save the world from certain destruction.","21.034","/aJwUBmUA11lkNVSJ3if3h3xHSFd.jpg","[{'id':26149,'logo_path':null,'name':'Kumar Mobiliengesellschaft mbH & Co. Projekt Nr. 3 KG','origin_country':''},{'id':436,'logo_path':'/A7WCkG3F0NFvjGCwUnclpGdIu9E.png','name':'1492 Pictures','origin_country':'US'},{'id':5755,'logo_path':'/53JWq1rzbAXzbh1rnFo3XdqsAUh.png','name':'Constantin Film Produktion','origin_country':''},{'id':19551,'logo_path':'/2WpWp9b108hizjHKdA107hFmvQ5.png','name':'Marvel Enterprises','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2005-06-29","330579719","106","[{'iso_639_1':'en','name':'English'}]","Released","4 times the action. 4 times the adventure. 4 times the fantastic.","Fantastic Four","false","5.7","5372" +"false","/nq60mZOlrD4mZJg1T4hHUtWTIkN.jpg","{'id':9744,'name':'Fantastic Four Collection','poster_path':'/prObnUSCHIBC8ZjkGo2KHgjkWOo.jpg','backdrop_path':'/3JFe9AWoKuQWox7HO8HKgYRMOF7.jpg'}","130000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","1979","tt0486576","en","Fantastic Four: Rise of the Silver Surfer","The Fantastic Four return to the big screen as a new and all powerful enemy threatens the Earth. The seemingly unstoppable 'Silver Surfer', but all is not what it seems and there are old and new enemies that pose a greater threat than the intrepid superheroes realize.","22.688","/fXpziQgnBnB4bLgjKhjTbLQumE5.jpg","[{'id':289,'logo_path':null,'name':'Ingenious Film Partners','origin_country':''},{'id':436,'logo_path':'/A7WCkG3F0NFvjGCwUnclpGdIu9E.png','name':'1492 Pictures','origin_country':'US'},{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'},{'id':10881,'logo_path':null,'name':'Bernd Eichinger Productions','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'},{'id':47,'logo_path':'/i7Z9ot2o3N5Sa3HrF09kniFs2y8.png','name':'Constantin Film','origin_country':'DE'},{'id':93408,'logo_path':null,'name':'FortyFour Studios','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2007-06-13","289047763","92","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'zh','name':'?????????'}]","Released","Discover the secret of the Surfer.","Fantastic Four: Rise of the Silver Surfer","false","5.5","4567" +"false","/uxQ1n8yLqRZgnrimiBXJ5rsaa.jpg","null","40000000","[{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","http://www.foxsearchlight.com/fantasticmrfox","10315","tt0432283","en","Fantastic Mr. Fox","The Fantastic Mr. Fox bored with his current life, plans a heist against the three local farmers. The farmers, tired of sharing their chickens with the sly fox, seek revenge against him and his family.","15.374","/750pfEttsYAVmynRg2vmt1AXh4q.jpg","[{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':9350,'logo_path':'/xz60JVoUHpOeg1cJbxzMJiwbuL7.png','name':'Indian Paintbrush','origin_country':'US'},{'id':23449,'logo_path':null,'name':'American Empirical Pictures','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-10-23","46471023","87","[{'iso_639_1':'en','name':'English'}]","Released","Dig the life fantastic!","Fantastic Mr. Fox","false","7.7","2179" +"false","/hOOgtrByGgWfqGTTn5VL7jkLYXJ.jpg","null","140000000","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':28,'name':'Action'}]","http://www.exodusgodsandkings.com/","147441","tt1528100","en","Exodus: Gods and Kings","The defiant leader Moses rises up against the Egyptian Pharaoh Ramses, setting 400,000 slaves on a monumental journey of escape from Egypt and its terrifying cycle of deadly plagues.","22.456","/ycDcPCpWM7hSdIR6tFkOzQPkve2.jpg","[{'id':52184,'logo_path':null,'name':'Volcano Films','origin_country':''},{'id':7076,'logo_path':'/8BFxn9NUWSgp0ndih569Gm62xiC.png','name':'Chernin Entertainment','origin_country':'US'},{'id':1645,'logo_path':'/6Ry6uNBaa0IbbSs1XYIgX5DkA9r.png','name':'Scott Free Productions','origin_country':''},{'id':20656,'logo_path':null,'name':'Babieka','origin_country':''}]","[{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2014-12-03","268031828","150","[{'iso_639_1':'en','name':'English'}]","Released","Once brothers, now enemies.","Exodus: Gods and Kings","false","5.7","2814" +"false","/s1ZQV9vuFiXG94UmT5KtJUtDCvW.jpg","null","50000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","http://www.exitwounds.net/","10877","tt0242445","en","Exit Wounds","Maverick cop Orin Boyd always brings down the domestic terrorists he tracks, but he ruffles feathers with his unorthodox techniques -- and soon finds himself reassigned to the toughest district in Detroit. When he discovers a group of detectives secretly operating a drug ring, Boyd joins forces with an unlikely ally -- gangster Latrell Walker -- to bring down the rotten cops.","9.445","/ioPpykV342e0zIuqbJxdOwcMZMS.jpg","[{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':172,'logo_path':null,'name':'NPV Entertainment','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2001-03-13","79958599","101","[{'iso_639_1':'en','name':'English'}]","Released","This Is Gonna Hurt","Exit Wounds","false","5.3","181" +"false","/x2Tr8L8FFYZnxTnWnX0867iX5PL.jpg","null","0","[{'id':27,'name':'Horror'}]","","124470","tt1988621","en","Exists","A group of friends who venture into the remote Texas woods for a party weekend find themselves stalked by Bigfoot.","4.715","/irS26JDSGKEMFeTCcVY6YPJvvof.jpg","[{'id':46240,'logo_path':'/8jiwvypPWazxmJcY6os2aACfk3d.png','name':'Miscellaneous Entertainment','origin_country':'US'},{'id':30023,'logo_path':null,'name':'Court Five','origin_country':''},{'id':15160,'logo_path':null,'name':'Haxan Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-03-17","0","86","[{'iso_639_1':'en','name':'English'}]","Released","The legend is real. So is the terror.","Exists","false","4.9","123" +"false","/bjVntRO9QkAwm1HzTfH1nn1nOpn.jpg","null","55000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","2320","tt0116253","en","Executive Decision","Terrorists hijack a 747 inbound to Washington D.C., demanding the the release of their imprisoned leader. Intelligence expert David Grant (Kurt Russell) suspects another reason and he is soon the reluctant member of a special assault team that is assigned to intercept the plane and hijackers.","10.788","/wmgkFuEr8bHRAgs1HS5U46Rzo0I.jpg","[{'id':1885,'logo_path':'/xlvoOZr4s1PygosrwZyolIFe5xs.png','name':'Silver Pictures','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-03-15","121969216","133","[{'iso_639_1':'en','name':'English'}]","Released","Fasten your seat belts","Executive Decision","false","6.1","376" +"false","/3zDMhdQHWNJ3NhekmP0qjOpR6CF.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'}]","http://excisionmovie.com/","84194","tt1984153","en","Excision","Alienated teen Pauline struggles with the pressures of fitting into high school, pleasing her mother and a burning desire to lose her virginity. With a grotesque curiosity for the darker side of life, Pauline is considered a social outcast by everyone around her. Enticed by flesh, she retreats into her own fantasies and hopes to become a great surgeon - that is, if she doesn't go insane first.","7.199","/q35er2FCLnlcbVPepD8Oj8YER6O.jpg","[{'id':30688,'logo_path':null,'name':'New Normal Films','origin_country':''},{'id':17563,'logo_path':null,'name':'BXR Productions','origin_country':''},{'id':5860,'logo_path':null,'name':'Anchor Bay Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-09-12","0","81","[{'iso_639_1':'en','name':'English'}]","Released","Heal The Sickness","Excision","false","6","237" +"false","/lgDDGQh4z1Hat5IRe9xxbjiDiVQ.jpg","null","11000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'}]","","11527","tt0082348","en","Excalibur","A surreal adaptation of Sir Thomas Malory's ""Le Morte d'Arthur"", chronicling Arthur Pendragon's conception, his rise to the throne, the search by his Knights of the Round Table for the Holy Grail, and ultimately his death.","9.872","/j8UmbdA1TrIVY4FANymwBSmUuCH.jpg","[{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1981-04-10","34967437","140","[{'iso_639_1':'en','name':'English'}]","Released","Forged by a god. Foretold by a wizard. Found by a king.","Excalibur","false","7.1","414" +"false","/AtLHKulhe6VTsnU3pe4i0As5zOb.jpg","null","600000","[{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","29917","tt1258197","en","Exam","The final candidates for a highly desirable corporate job are locked together in an exam room and given a test so simple and confusing that tension begins to unravel.","10.084","/i1J2zBCyOQJKsQipqJ0qXERC1Ma.jpg","[{'id':5005,'logo_path':null,'name':'Bedlam Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2009-06-19","0","101","[{'iso_639_1':'cn','name':'????????? / ?????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","How far would you go to win the ultimate job?","Exam","false","6.7","897" +"false","/9X3cDZb4GYGQeOnZHLwMcCFz2Ro.jpg","null","15000000","[{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'}]","http://exmachina-movie.com/","264660","tt0470752","en","Ex Machina","Caleb, a 26 year old coder at the world's largest internet company, wins a competition to spend a week at a private mountain retreat belonging to Nathan, the reclusive CEO of the company. But when Caleb arrives at the remote location he finds that he will have to participate in a strange and fascinating experiment in which he must interact with the world's first true artificial intelligence, housed in the body of a beautiful robot girl.","21.179","/btbRB7BrD887j5NrvjxceRDmaot.jpg","[{'id':284,'logo_path':null,'name':'DNA Films','origin_country':'GB'},{'id':5726,'logo_path':'/rnMFkRXYfeDDsDMKg9HjabsHQif.png','name':'Universal Pictures International (UPI)','origin_country':''},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-01-21","36869414","108","[{'iso_639_1':'en','name':'English'}]","Released","There is nothing more human than the will to survive","Ex Machina","false","7.6","7765" +"false","/cuOWu2u5BnJJGKuz8cgeQpQv0pj.jpg","null","80000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'}]","","9397","tt0251075","en","Evolution","A comedy that follows the chaos that ensues when a meteor hits the Earth carrying alien life forms that give new meaning to the term ""survival of the fittest."" David Duchovny, Orlando Jones, Seann William Scott, and Julianne Moore are the only people standing between the aliens and world domination... which could be bad news for the Earth.","11.065","/zGwNEPgfCXthetspyTHwvTEbfJG.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'},{'id':2364,'logo_path':'/oZyR5maGM96jReVgW7oJ7mXN8ts.png','name':'The Montecito Picture Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-06-08","98376292","101","[{'iso_639_1':'en','name':'English'}]","Released","Coming to wipe that silly smile off your planet.","Evolution","false","5.8","1072" +"false","/4OQpu41qYHyFHHeuZ4WID5KxipL.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'},{'id':18,'name':'Drama'}]","","4193","tt0083908","en","Evil Under the Sun","Trying to find how a millionaire wound up with a phony diamond brings Hercule Poirot to an exclusive island resort frequented by the rich and famous. When a murder is committed, everyone has an alibi.","5.737","/fUZCiY6YYO8w4tv8nrh30isOf4J.jpg","[{'id':538,'logo_path':null,'name':'EMI Films','origin_country':'GB'},{'id':1555,'logo_path':null,'name':'G.W. Films','origin_country':''},{'id':1582,'logo_path':null,'name':'Titan Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1982-03-05","6110000","117","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","Evil is Everywhere. Even in Paradise.","Evil Under the Sun","false","6.8","131" +"false","/xQzWyM4Ks7OrdpHMR1uOiFv1sPA.jpg","null","0","[{'id':28,'name':'Action'},{'id':27,'name':'Horror'}]","http://www.evilfeed.com/","224951","tt2302601","en","Evil Feed","A group of young martial artists infiltrate an underground pit fighting ring where the loser is chopped up and served in a Chinese restaurant.","1.4","/ih0oWmPe6W5LpZkNxIO0s3rp73b.jpg","[]","[{'iso_3166_1':'CA','name':'Canada'}]","2013-10-23","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Evil Feed","false","4.4","11" +"false","/9meXjIwJZk9aMMoMZk3AMzt8o44.jpg","{'id':1960,'name':'Evil Dead Collection','poster_path':'/eWFADubShlTEUiNsPcN6BMOKakr.jpg','backdrop_path':'/jrLLRe7pctP1aFDRuD9mt59YGHX.jpg'}","3600000","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'}]","","765","tt0092991","en","Evil Dead II","Ash Williams and his girlfriend Linda find a log cabin in the woods with a voice recording from an archeologist who had recorded himself reciting ancient chants from ""The Book of the Dead."" As they play the recording an evil power is unleashed taking over Linda's body.","12.934","/n49mpgUsPgBfRg2qIEj31HX0chu.jpg","[{'id':3102,'logo_path':null,'name':'Renaissance Films','origin_country':''},{'id':106908,'logo_path':null,'name':'Rosebud','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-03-13","5923044","84","[{'iso_639_1':'en','name':'English'}]","Released","The Sequel To The Ultimate Experience In Grueling Terror","Evil Dead II","false","7.6","1280" +"false","/iGXajcdwnN4B540ZQrNY1peT1gR.jpg","{'id':1960,'name':'Evil Dead Collection','poster_path':'/eWFADubShlTEUiNsPcN6BMOKakr.jpg','backdrop_path':'/jrLLRe7pctP1aFDRuD9mt59YGHX.jpg'}","17000000","[{'id':27,'name':'Horror'}]","http://www.evildead-movie.com/","109428","tt1288558","en","Evil Dead","The fourth installment of the Evil Dead franchise, serving as both a reboot and as a loose continuation of the series. Mia, a young woman struggling with sobriety, heads to a remote cabin with a group of friends where the discovery of a Book of the Dead unwittingly summon up dormant demons which possess the youngsters one by one.","12.906","/z56CMoFXOhq4zieKMsokLaiB4qE.jpg","[{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'},{'id':7263,'logo_path':'/auaadhBBcvvTDtmW2iJzOrEjfgO.png','name':'FilmDistrict','origin_country':'US'},{'id':768,'logo_path':null,'name':'Ghost House Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-04-05","97542952","91","[{'iso_639_1':'en','name':'English'}]","Released","The most terrifying film you will ever experience.","Evil Dead","false","6.4","2590" +"false","/vjHlysM9xvTzQgpEZsKUK2q7G7t.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","198210","tt1828970","en","Evidence","Detectives use clues from various recording devices to piece together events surrounding a massacre involving bus passengers at an abandoned gas station.","6.133","/oVYKGSuAr1brqlG6lM80huDrTSj.jpg","[{'id':2527,'logo_path':'/osO7TGmlRMistSQ5JZusPhbKUHk.png','name':'Marc Platt Productions','origin_country':'US'},{'id':2266,'logo_path':'/owzVs2mguyyJ3vIn7EbgowpUPnk.png','name':'Bold Films','origin_country':'US'},{'id':816,'logo_path':null,'name':'FilmEngine','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-07-19","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Murder is an art.","Evidence","false","5.6","122" +"false","/1nFEeqFrzwqQnDtbEiUTdBcgNv2.jpg","null","0","[{'id':27,'name':'Horror'}]","","92395","tt1640218","en","Evidence","Ryan is making a documentary on his friend, Brett, about camping for the first time. However, once they begin camping, they discover that there is a mysterious figure that is hunting them.","4.017","/qvbp4l1NofKChQlzERa06bhfD9l.jpg","[{'id':16030,'logo_path':null,'name':'RynoRyder Productions Inc.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-02-28","0","78","[{'iso_639_1':'en','name':'English'}]","Released","","Evidence","false","5.3","56" +"false","/3CKHleOFwGekwQS1PktkTfkMQmP.jpg","null","9092","[{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","","260107","tt2715556","en","Everywhen","A boy must fight his way from an alternate reality, back to his own, to save his suicidal 5-year old brother; when 3 billion people are reported missing.","0.927","/vhSIroWL0RiCHvpyfI5GmMe8n5F.jpg","[{'id':25185,'logo_path':null,'name':'Jarandandjens','origin_country':''}]","[{'iso_3166_1':'NO','name':'Norway'}]","2013-01-28","0","70","[{'iso_639_1':'en','name':'English'}]","Released","What if your reality was just one of many?","Everywhen","false","2.9","8" +"false","/azqdlJvqTk0z1SiWNVsFsNZX7ma.jpg","null","5000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","45658","tt1531663","en","Everything Must Go","When an alcoholic relapses, causing him to lose his wife and his job, he holds a yard sale on his front lawn in an attempt to start over. A new neighbor might be the key to his return to form.","7.952","/8gUWukFYhc8mYtLB1uiXpUjUxBD.jpg","[{'id':7437,'logo_path':'/e5CcgFrdlxMUwlsS72si8q1yHBr.png','name':'IM Global','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-10-15","2614773","97","[{'iso_639_1':'en','name':'English'}]","Released","Lost is a good place to find yourself","Everything Must Go","false","6","295" +"false","/zPUzsnEFPkEhhcQJpwLK29pgTgW.jpg","null","20000000","[{'id':10402,'name':'Music'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","9716","tt0116242","en","Everyone Says I Love You","A New York girl sets her father up with a beautiful woman in a shaky marriage while her half sister gets engaged.","7.805","/eCw5qDE5Jw1B9Cuzs8DJD4uwaZV.jpg","[{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-12-06","0","101","[{'iso_639_1':'en','name':'English'}]","Released","","Everyone Says I Love You","false","6.5","264" +"false","/95hS2UOxAMpLUhC5SuImXXsgmZl.jpg","null","21000000","[{'id':18,'name':'Drama'}]","http://www.everybodysfinemovie.com/","26171","tt0780511","en","Everybody's Fine","Eight months after the death of his wife, Frank Goode looks forward to a reunion with his four adult children. When all of them cancel their visits at the last minute, Frank, against the advice of his doctor, sets out on a road trip to reconnect with his offspring. As he visits each one in turn, Frank finds that his children's lives are not quite as picture-perfect as they've made them out to be.","6.068","/twn8J0uDkZXmSx702nkGJNVX23n.jpg","[{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':2994,'logo_path':null,'name':'Hollywood Gang Productions','origin_country':''},{'id':350,'logo_path':'/l4cEc8UZ3ZrPLisIOh1iYMKwAVP.png','name':'Radar Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-12-04","0","99","[{'iso_639_1':'en','name':'English'}]","Released","Frank's travelling light but carrying excess baggage.","Everybody's Fine","false","6.6","479" +"false","/4YdEQTF7wZyl2kTKsRc567Lp3q3.jpg","{'id':168182,'name':'Philo & Clyde Collection','poster_path':'/p7BWSpQcK0kLocOFKDArw73D3q5.jpg','backdrop_path':'/fAJgSlQ6SENfdjYiengTnoiXgK7.jpg'}","5","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':12,'name':'Adventure'},{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","","15417","tt0077523","en","Every Which Way But Loose","Philo Beddoe is your regular, easygoing, truck-driving guy. He's also the best bar-room brawler west of the Rockies. And he lives with a 165-pound orangutan named Clyde. Like other guys, Philo finally falls in love - with a flighty singer who leads him on a screwball chase across the American Southwest. Nothing's in the way except a motorcycle gang, and legendary brawler Tank Murdock.","13.478","/e6E0ac4VnFK7Ni8eIqNneenfE3X.jpg","[{'id':171,'logo_path':null,'name':'Malpaso Productions','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1978-12-19","85","110","[{'iso_639_1':'en','name':'English'}]","Released","Clint Eastwood will turn you Every Which Way But Loose","Every Which Way But Loose","false","6.2","183" +"false","/jHkMWfVMM4YoVMALdNqIEmDIVF8.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'}]","","277355","tt1945084","en","Everly","After she betrays a powerful mob boss, a woman matches wits and weaponry with a legion of killers who are out to collect the bounty on the heads of her and her family.","6.877","/dU7fJCSeZCjnoqb57HUQCZwwAhA.jpg","[{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'},{'id':13472,'logo_path':null,'name':'Crime Scene Pictures','origin_country':''},{'id':20671,'logo_path':null,'name':'Radius-TWC','origin_country':''},{'id':43906,'logo_path':'/cYorIuEuy9TOulJR0QHWuiFIQ3e.png','name':'Vega Baby','origin_country':'US'},{'id':10039,'logo_path':'/b8w4LldQolMKiLZw4FQJBcXSDGI.png','name':'Anonymous Content','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-01-23","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Enter if you dare.","Everly","false","5.2","313" +"false","/5dfmxhR8VTYkddKOtP1XFgMstbm.jpg","null","60000000","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'},{'id':9648,'name':'Mystery'}]","","8413","tt0119081","en","Event Horizon","In 2047 a group of astronauts are sent to investigate and salvage the starship 'Event Horizon' which disappeared mysteriously 7 years before on its maiden voyage. With the its return, the crew of the 'Lewis and Clark' discovers the real truth behind the disappearance of the 'Event Horizon' ??? and something even more terrifying.","14.273","/vo02iJLsem3VCJ2TNvSzRiJMpAE.jpg","[{'id':248,'logo_path':null,'name':'Impact Pictures','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':2484,'logo_path':null,'name':'Golar Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1997-08-15","26673242","96","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'la','name':'Latin'}]","Released","Infinite Space - Infinite Terror","Event Horizon","false","6.5","1167" +"false","/iCGCyi0pFOXN4i8zwOsWBGppsim.jpg","{'id':124949,'name':'Almighty Collection','poster_path':'/v8fLc8oQxLJw4pYrE0arjLQiwhl.jpg','backdrop_path':'/qKuR7BpBLTcISNWgxKQmXnYYJFX.jpg'}","175000000","[{'id':14,'name':'Fantasy'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","http://www.evanalmighty.com/","2698","tt0413099","en","Evan Almighty","God contacts Congressman Evan Baxter and tells him to build an ark in preparation for a great flood.","12.211","/mtIjd19s4eOSkUm9P9iDVY35TsQ.jpg","[{'id':4171,'logo_path':null,'name':'Playtone','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':158,'logo_path':'/6SHlNIype9zmyEMRsBtoueUtLsq.png','name':'Spyglass Entertainment','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':159,'logo_path':null,'name':'Shady Acres Entertainment','origin_country':''},{'id':333,'logo_path':'/5xUJfzPZ8jWJUDzYtIeuPO4qPIa.png','name':'Original Film','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-06-09","173000000","96","[{'iso_639_1':'en','name':'English'}]","Released","A comedy of biblical proportions","Evan Almighty","false","5.4","2246" +"false","/39Gyz0BYbZsu57WI6pJEkT65AoZ.jpg","null","25000000","[{'id':35,'name':'Comedy'}]","","9352","tt0356150","en","EuroTrip","When Scott learns that his longtime cyber-buddy from Berlin is a gorgeous young woman, he and his friends embark on a trip across Europe.","12.063","/pes2HCVX60MNZZdUrKtgVNlv1ig.jpg","[{'id':2364,'logo_path':'/oZyR5maGM96jReVgW7oJ7mXN8ts.png','name':'The Montecito Picture Company','origin_country':'US'},{'id':53012,'logo_path':null,'name':'Blue Sea Productions','origin_country':''},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-02-20","20796847","93","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'de','name':'Deutsch'}]","Released","No actual Europeans were harmed in the making of this film.","EuroTrip","false","6.5","1159" +"false","/w7duQ0vVhhKmhq8VpJgVjbr3NeR.jpg","null","125687","[{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","174772","tt2051879","en","Europa Report","A crew of international astronauts are sent on a private mission to Jupiter's fourth moon.","8.404","/73lAZvmcuZjevJfHxcm5uGyqSMj.jpg","[{'id':5703,'logo_path':null,'name':'Wayfare Entertainment','origin_country':''},{'id':11581,'logo_path':'/yIORcWTFHtbXvWjqXAqFuMxx0K0.png','name':'Misher Films','origin_country':'US'},{'id':19961,'logo_path':null,'name':'Start Motion Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-06-27","0","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Fear. Sacrifice. Contact.","Europa Report","false","6.2","703" +"false","/7MLSFmRbDCZpybBKccWpTOPQns5.jpg","{'id':108693,'name':'National Lampoon's Vacation Collection','poster_path':'/zvEUkLpDO7xlgabBEA9CCc0cvAt.jpg','backdrop_path':'/pBmhj6KkEjlzc3e7jAPkIHgGIrE.jpg'}","0","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","11418","tt0089670","en","National Lampoon's European Vacation","The Griswalds win a vacation to Europe on a game show, and thus pack their bags for the continent. They do their best to catch the flavor of Europe, but they just don't know how to be be good tourists. Besides, they have trouble taking holidays in countries where they CAN speak the language.","12.059","/6AhVFxvDs2WZgfpC0bm2n2mshaa.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-07-25","49364621","95","[{'iso_639_1':'en','name':'English'}]","Released","For over two thousand years, Europe has survived many great disasters. Now for the real test. Chevy Chase & his family are coming from America!","National Lampoon's European Vacation","false","6","354" +"false","/1dXTsaFxHoF9cas08UjAqE8NqOW.jpg","null","20000000","[{'id':878,'name':'Science Fiction'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.eternalsunshine.com","38","tt0338013","en","Eternal Sunshine of the Spotless Mind","Joel Barish, heartbroken that his girlfriend underwent a procedure to erase him from her memory, decides to do the same. However, as he watches his memories of her fade away, he realises that he still loves her, and may be too late to correct his mistake.","16.464","/7y3eYvTsGjxPYDtSnumCLIMDkrV.jpg","[{'id':10146,'logo_path':'/xnFIOeq5cKw09kCWqV7foWDe4AA.png','name':'Focus Features','origin_country':'US'},{'id':10039,'logo_path':'/b8w4LldQolMKiLZw4FQJBcXSDGI.png','name':'Anonymous Content','origin_country':'US'},{'id':10059,'logo_path':null,'name':'This Is That Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-03-19","72258126","108","[{'iso_639_1':'en','name':'English'}]","Released","You can erase someone from your mind. Getting them out of your heart is another story.","Eternal Sunshine of the Spotless Mind","false","8.1","7102" +"false","/uZbAaJKJA6EQBRCLxzTJuD5m85P.jpg","null","10500000","[{'id':878,'name':'Science Fiction'},{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","http://www.et20.com/","601","tt0083866","en","E.T. the Extra-Terrestrial","After a gentle alien becomes stranded on Earth, the being is discovered and befriended by a young boy named Elliott. Bringing the extraterrestrial into his suburban California house, Elliott introduces E.T., as the alien is dubbed, to his brother and his little sister, Gertie, and the children decide to keep its existence a secret. Soon, however, E.T. falls ill, resulting in government intervention and a dire situation for both Elliott and the alien.","16.396","/8htLKK03TJjKZOXJgihZCu8v0P.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1982-06-11","792965326","115","[{'iso_639_1':'en','name':'English'}]","Released","He is afraid. He is alone. He is three million light years from home.","E.T. the Extra-Terrestrial","false","7.5","6158" +"false","/lDmAQexExnvfKAG8fvx04ro6Ly4.jpg","{'id':525891,'name':'Escape Plan Collection','poster_path':'/yzYPg7GiB8oZOpT6QTWRVPGaGdC.jpg','backdrop_path':'/zQao2h92RYNmhqCvmiReIHcz3Xp.jpg'}","50000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://escapeplanmovie.com/","107846","tt1211956","en","Escape Plan","Ray Breslin is the world's foremost authority on structural security. After analyzing every high security prison and learning a vast array of survival skills so he can design escape-proof prisons, his skills are put to the test. He's framed and incarcerated in a master prison he designed himself. He needs to escape and find the person who put him behind bars.","15.061","/j3XZwBeWgoAbVmkW3JyOme79I2e.jpg","[{'id':46961,'logo_path':null,'name':'Knightsbridge Entertainment','origin_country':''},{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'},{'id':2995,'logo_path':null,'name':'Atmosphere Entertainment MM','origin_country':'US'},{'id':10405,'logo_path':null,'name':'Emmett/Furla Films','origin_country':'US'},{'id':11761,'logo_path':null,'name':'Mark Canton Productions','origin_country':''},{'id':36212,'logo_path':null,'name':'Boies / Schiller Film Group','origin_country':''},{'id':11030,'logo_path':null,'name':'Envision Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-10-09","122915111","115","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'ur','name':'????????'}]","Released","No one breaks out alone.","Escape Plan","false","6.7","2673" +"false","/osQEucQRBEKgGttps5vwxHRBdIc.jpg","null","650","[{'id':27,'name':'Horror'},{'id':14,'name':'Fantasy'}]","","158752","tt2187884","en","Escape from Tomorrow","In a world of fake castles and anthropomorphic rodents, an epic battle begins when an unemployed father's sanity is challenged by a chance encounter with two underage girls on holiday.","4.649","/lmAyBNWIMqj3hMPdnf6tObvuaua.jpg","[{'id':48545,'logo_path':null,'name':'Mankurt Media','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-10-11","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Bad things happen everywhere.","Escape from Tomorrow","false","4.8","116" +"false","/ky9wlRARSDYgHVWU39iXCappHLx.jpg","{'id':1709,'name':'Planet of the Apes Original Collection','poster_path':'/7OvC0TNbINmhfEmi3lMYEnGWNOr.jpg','backdrop_path':'/eYf3GRnuVCgeFQfEo0qK7ua5rCR.jpg'}","2500000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","","1687","tt0067065","en","Escape from the Planet of the Apes","The world is shocked by the appearance of two talking chimpanzees, who arrived mysteriously in a U.S. spacecraft. They become the toast of society; but one man believes them to be a threat to the human race.","8.503","/22qH0U8KolLkpbgik0uUtNZWHZn.jpg","[{'id':12943,'logo_path':null,'name':'APJAC Productions','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1971-05-20","12348905","98","[{'iso_639_1':'en','name':'English'}]","Released","Meet baby Milo who has Washington terrified.","Escape from the Planet of the Apes","false","6.3","418" +"false","/iGGOHUWIef5QEAIcVrJ1ZvIlj3y.jpg","null","40000000","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'},{'id':878,'name':'Science Fiction'}]","http://www.escapeearthmovie.com/","68179","tt0765446","en","Escape from Planet Earth","Astronaut Scorch Supernova finds himself caught in a trap when he responds to an SOS from a notoriously dangerous alien planet.","6.834","/ql8q3VrEWQ7h0zdrUj0NF9IAm5i.jpg","[{'id':2213,'logo_path':null,'name':'Rainmaker Studios','origin_country':'CA'},{'id':5024,'logo_path':null,'name':'Mainframe Entertainment','origin_country':''},{'id':308,'logo_path':'/e8F3mQM7DkJ5SfYYDp8FYzPBOGX.png','name':'The Weinstein Company','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2013-02-14","74597643","89","[{'iso_639_1':'en','name':'English'}]","Released","Earth's greatest secrets are about to break out!","Escape from Planet Earth","false","5.7","442" +"false","/iSi3OJKSPNknaxSvjpOa6c38Xgn.jpg","{'id':115838,'name':'Escape From ... Collection','poster_path':'/fCHWtXyAueRG7RXk2pyRhN7t7hu.jpg','backdrop_path':'/c9mWaF2oeodriDLqYQr425sasxo.jpg'}","6000000","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'}]","http://www.theofficialjohncarpenter.com/escape-from-new-york/","1103","tt0082340","en","Escape from New York","In 1997, the island of Manhattan has been walled off and turned into a giant maximum security prison within which the country's worst criminals are left to form their own anarchic society. However, when the President of the United States crash lands on the island, the authorities turn to a former soldier and current convict, Snake Plissken, to rescue him.","10.756","/w5Gqcb6gfrgbk6utEHYVwDLPiiR.jpg","[{'id':494,'logo_path':null,'name':'AVCO Embassy Pictures','origin_country':'US'},{'id':500,'logo_path':null,'name':'Goldcrest Films International','origin_country':'GB'},{'id':502,'logo_path':null,'name':'International Film Investors','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1981-05-22","50244700","99","[{'iso_639_1':'en','name':'English'}]","Released","New York is a disease. Meet the cure.","Escape from New York","false","7.1","1264" +"false","/doJGjcWPpuGuDPJwCpCNnYUG9x4.jpg","null","8000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","10734","tt0079116","en","Escape from Alcatraz","Escape from Alcatraz tells the story of the only three men ever to escape from the infamous maximum security prison at Alcatraz. In 29 years, the seemingly impenetrable federal penitentiary, which housed Al Capone and ""Birdman"" Robert Stroud, was only broken once - by three men never heard of again.","14.878","/lBAxIEywz3KfzXimn9qHBArLHU8.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':171,'logo_path':null,'name':'Malpaso Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1979-06-22","43000000","111","[{'iso_639_1':'en','name':'English'}]","Released","No one has ever escaped from Alcatraz...and no one ever will!","Escape from Alcatraz","false","7.5","1087" +"false","/hcQiQyRf5jnQxDhzYvS3vvdWHTK.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.watchescapethemovie.com/ESCAPE/HOMEPAGE.html","127542","tt2147277","en","Escape","Husband and wife doctors Paul and Kim Jordan need a drastic change. Distraught by the inexplicable death of their baby, Paul (C. Thomas Howell) convinces Kim to abandon their American lives and join a medical mission in Thailand. It seems to be just the distraction they need, until the day Paul is kidnapped by human traffickers who need a surgeon to operate on their wounded leader. Kim is left alone in a strange country, trying desperately to find her husband with no proof of what happened. While captive on the gangs' secluded island, Paul is caged with Malcolm Andrews (John Rhys-Davies), an Englishman being held for ransom. With nothing to do but talk, the two men quickly clash over philosophy, as Malcolm relies on a bold faith in God and Paul believes no god would allow these evils to happen in the world. Paul takes another hit when he finds his patient's condition much worse than he can handle on his own in such primitive conditions... Written by Anonymous (IMDB.com).","0.706","/fox6VHKWzcSFSoW0VzCjVDdgWLQ.jpg","[]","[]","2012-01-21","0","90","[{'iso_639_1':'en','name':'English'}]","Released","You Can't Run From God.","Escape","false","4","1" +"false","/tGDVTfnFxYHnSR24UutmQpidf5s.jpg","null","1500000","[{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","121565","tt1835955","en","Errors of the Human Body","Canadian scientist Dr Geoff Burton takes up a position at a new institute in wintry Dresden, Germany. His contribution to their most important project - a human regeneration gene-has the potential to make something miraculous out of a personal tragedy that has haunted him for years. Errors of the Human Body is about one man's quest for redemption from his own disturbing past, set within the mysterious world of genetic engineering.","2.303","/lcxHqmAWZDxXRUUJiUpjBEaHTfZ.jpg","[{'id':25635,'logo_path':null,'name':'High Five Films','origin_country':''},{'id':4306,'logo_path':'/ueIUlKF0dSZ82HYsw26E8CRra38.png','name':'Instinctive Film','origin_country':'DE'},{'id':34309,'logo_path':null,'name':'Pandastorm Pictures','origin_country':''},{'id':12142,'logo_path':'/rPnEeMwxjI6rYMGqkWqIWwIJXxi.png','name':'XYZ Films','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2012-09-23","0","102","[{'iso_639_1':'en','name':'English'}]","Released","","Errors of the Human Body","false","5.8","30" +"false","/2hUB03FXuG72Zsa4rlXVopEzokm.jpg","null","100000","[{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'}]","","985","tt0074486","en","Eraserhead","Henry Spencer tries to survive his industrial environment, his angry girlfriend, and the unbearable screams of his newly born mutant child.","8.33","/l8oAmU5swopsyWzTHpZtAK15Mrc.jpg","[{'id':17877,'logo_path':null,'name':'Libra Films','origin_country':''},{'id':12226,'logo_path':'/5PJ3JaGTCvF7CjbjQ7bivae2cHJ.png','name':'American Film Institute (AFI)','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1977-03-19","7000000","89","[{'iso_639_1':'en','name':'English'}]","Released","Where your nightmares end...","Eraserhead","false","7.6","970" +"false","/oj8tfpfRP0pjdp96zvZJhtFy0jk.jpg","null","12000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","106021","tt1645155","en","Erased","A former agent of the CIA and his estranged daughter go on the run after his employers target them for assassination.","8.141","/cSyFaSCdauIsmHoAwDaeVehkTqA.jpg","[{'id':48191,'logo_path':null,'name':'Informant Europe SPRL','origin_country':''},{'id':8676,'logo_path':'/5u4GmXn4QMU39GQxGZoGfNtQ23r.png','name':'uFilm','origin_country':'BE'},{'id':9325,'logo_path':null,'name':'Informant Media','origin_country':''},{'id':18302,'logo_path':null,'name':'Entertainment Motion Pictures','origin_country':''},{'id':19037,'logo_path':'/xhAYgpFmJfcCVLV5NMD8QKvqqHc.png','name':'Umedia','origin_country':'BE'},{'id':22127,'logo_path':'/lgkXXc4hyHH6WqVMJVUFrhFIjm5.png','name':'uFund','origin_country':'BE'},{'id':46381,'logo_path':null,'name':'Essential Entertainment','origin_country':''},{'id':48185,'logo_path':null,'name':'Expatriate Films','origin_country':''},{'id':48186,'logo_path':null,'name':'Smash Media','origin_country':''},{'id':48188,'logo_path':null,'name':'Transfilm','origin_country':''},{'id':48189,'logo_path':null,'name':'National Bank of Canada TV and Motion Picture Group','origin_country':''}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2012-09-27","0","100","[{'iso_639_1':'en','name':'English'}]","Released","Far from home. Far from safe. Far from over.","Erased","false","5.8","337" +"false","/kn8IqYXS3VydKxGHxfcaPKAhEC3.jpg","null","100000000","[{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'}]","http://www.eragonmovie.com/","2486","tt0449010","en","Eragon","In his homeland of Alagaesia, a farm boy happens upon a dragon's egg -- a discovery that leads him on a predestined journey where he realized he's the one person who can defend his home against an evil king.","10.658","/5YOPiILsHw2Onsqyev9IYhSZ4Vy.jpg","[{'id':711,'logo_path':'/tEiIH5QesdheJmDAqQwvtN60727.png','name':'Fox 2000 Pictures','origin_country':'US'},{'id':1302,'logo_path':'/kQZtJdyphCmq292iGDqlUx0yk2D.png','name':'Davis Entertainment','origin_country':'US'},{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'},{'id':289,'logo_path':null,'name':'Ingenious Film Partners','origin_country':''},{'id':445,'logo_path':null,'name':'Major Studio Partners','origin_country':''},{'id':2735,'logo_path':null,'name':'Mid Atlantic Films','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'HU','name':'Hungary'}]","2006-12-14","249288105","104","[{'iso_639_1':'en','name':'English'}]","Released","As darkness falls, the last dragon will choose its rider.","Eragon","false","5","1863" +"false","/lJz2X8dEM1eiKxupmPUI7WVwEtK.jpg","null","20000000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","7299","tt0238380","en","Equilibrium","In a dystopian future, a totalitarian regime maintains peace by subduing the populace with a drug, and displays of emotion are punishable by death. A man in charge of enforcing the law rises to overthrow the system.","13.053","/nOPW98NU67VN7g0ms5WD5nBVgEv.jpg","[{'id':35304,'logo_path':null,'name':'Blue Tulip Productions','origin_country':''},{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-12-06","5359645","107","[{'iso_639_1':'en','name':'English'}]","Released","In a future where freedom is outlawed, outlaws will become heroes.","Equilibrium","false","7","2379" +"false","/i7LNbj1EgA8XiUvJ5o9qs5QkAW3.jpg","null","66000000","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","http://www.foxmovies.com.au/entrapment","1844","tt0137494","en","Entrapment","Two thieves, who travel in elegant circles, try to outsmart each other and, in the process, end up falling in love.","11.323","/6IKmjW52qeMXx8xXMdX6RRshmY0.jpg","[{'id':414,'logo_path':null,'name':'Fountainbridge Films','origin_country':''},{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1999-04-29","212404396","112","[{'iso_639_1':'en','name':'English'}]","Released","The trap is set.","Entrapment","false","6.1","960" +"false","/fCtinMkHOvsatU0PGgFMhVdFY6k.jpg","null","1340000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","74915","tt1728976","en","Episode 50","Teaming up for the first time for a special episode of a supernatural reality TV show, two rival crews get more then they bargained for when they make physical contact with a ferocious spirit of terrifying power. They must band together before it destroys them all. After 49 killer episodes???this is the true story of what happened on episode 50.","2.002","/4a1igxSEZ7oNqm1K1NutkoJ6lrj.jpg","[{'id':47568,'logo_path':null,'name':'Impaler Entertainment','origin_country':''},{'id':4322,'logo_path':'/AkdxBRkqgx0bHjjLvIyl0Mu8sxa.png','name':'Compound B','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-09-16","0","78","[{'iso_639_1':'en','name':'English'}]","Released","This is their final episode","Episode 50","false","3.5","30" +"false","/wNm3hNJuOk117wEwuESKO8eCEAk.jpg","null","10000000","[{'id':28,'name':'Action'}]","","9461","tt0070034","en","Enter the Dragon","A martial artist agrees to spy on a reclusive crime lord using his invitation to a tournament there as cover.","13.523","/6C006cxfwjWYkBW4fM3xCMyr7Yg.jpg","[{'id':2521,'logo_path':null,'name':'Orange Sky Golden Harvest','origin_country':'HK'},{'id':3526,'logo_path':null,'name':'Concord Productions Inc.','origin_country':''},{'id':14665,'logo_path':null,'name':'Sequoia Productions','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'HK','name':'Hong Kong'},{'iso_3166_1':'US','name':'United States of America'}]","1973-08-17","0","99","[{'iso_639_1':'cn','name':'????????? / ?????????'},{'iso_639_1':'en','name':'English'}]","Released","Their deadly mission: to crack the forbidden island of Han!","Enter the Dragon","false","7.4","766" +"false","/v6w2o3ji8aVLph6zNgR5yDGQfmS.jpg","null","100000000","[{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","","116711","tt0848537","en","Epic","A teenager finds herself transported to a deep forest setting where a battle between the forces of good and the forces of evil is taking place. She bands together with a rag-tag group characters in order to save their world -- and ours.","12.677","/dUeXOJCpfWmZd9KaPkq2122J1ji.jpg","[{'id':9383,'logo_path':'/ppeMh4iZJQUMm1nAjRALeNhWDfU.png','name':'Blue Sky Studios','origin_country':'US'},{'id':11749,'logo_path':'/5AzTeZkSCFhiGZ86g2nz8SAHtgy.png','name':'Twentieth Century Fox Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-05-15","268426634","102","[{'iso_639_1':'en','name':'English'}]","Released","Discover a world beyond your imagination","Epic","false","6.4","1620" +"false","/lwCAuVVdFwom9e1h5WtvXXBd5Ul.jpg","null","0","[{'id':53,'name':'Thriller'}]","","176077","tt2229377","en","Enter the Dangerous Mind","A psychological thriller set in the world of underground dubstep, Snap is the story of Jim Whitman, a brilliant but painfully introverted musician who develops a crush on a young social worker.","1.592","/uwmkhiFmWCnv5cLpNCEHUNO8MG3.jpg","[{'id':34381,'logo_path':null,'name':'Vedette Finance','origin_country':''},{'id':4554,'logo_path':null,'name':'Cimarron Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-03-11","0","88","[{'iso_639_1':'en','name':'English'}]","Released","","Enter the Dangerous Mind","false","4.8","14" +"false","/h3X31FLlJSqi8NTZLKjXWJ7q3rs.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","209263","tt2390361","en","Enough Said","Eva is a divorced soon-to-be empty-nester wondering about her next act. Then she meets Marianne, the embodiment of her perfect self. Armed with a restored outlook on being middle-aged and single, Eva decides to take a chance on her new love interest Albert ??? a sweet, funny and like-minded man. But things get complicated when Eva discovers that Albert is in fact the dreaded ex???husband of Marianne...","8.238","/gPJ7KyzdHVpCaxdiq22sPEmNJZV.jpg","[{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-09-18","25288872","93","[{'iso_639_1':'en','name':'English'}]","Released","","Enough Said","false","6.7","452" +"false","/5zIxXANoUCVMFu9YFhHejmnSmhY.jpg","null","90000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","9798","tt0120660","en","Enemy of the State","A hotshot Washington criminal lawyer becomes the target of a rogue security executive videotaped in the act of murdering a congressman when the incriminating tape is surreptitiously slipped into his shopping bag by the videographer, who is fleeing the executive's assassins.","13.278","/2B0vLBo6gJbnzke4Enc77GCxKrz.jpg","[{'id':79209,'logo_path':null,'name':'No Such Productions','origin_country':''},{'id':130,'logo_path':'/c9dVHPOL3cqCr2593Ahk0nEKTEM.png','name':'Jerry Bruckheimer Films','origin_country':'US'},{'id':1645,'logo_path':'/6Ry6uNBaa0IbbSs1XYIgX5DkA9r.png','name':'Scott Free Productions','origin_country':''},{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-11-20","250649836","132","[{'iso_639_1':'en','name':'English'}]","Released","It's not paranoia if they're really after you.","Enemy of the State","false","6.8","1889" +"false","/xStFRUQtjdQWiZEGN80rgkhN0Kh.jpg","null","40000000","[{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'}]","","11864","tt0089092","en","Enemy Mine","A soldier from Earth crashlands on an alien world after sustaining battle damage. Eventually he encounters another survivor, but from the enemy species he was fighting; they band together to survive on this hostile world. In the end the human finds himself caring for his enemy in a completely unexpected way.","8.441","/hKsZY8jHagbiTtvq8mwHV36a9ki.jpg","[{'id':1704,'logo_path':null,'name':'Bavaria Film','origin_country':'DE'},{'id':396,'logo_path':null,'name':'SLM Production Group','origin_country':'US'},{'id':4255,'logo_path':null,'name':'Kings Road Entertainment','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-12-12","12303411","108","[{'iso_639_1':'en','name':'English'}]","Released","Enemies because they were taught to be. Survivors because they had to be.","Enemy Mine","false","6.8","385" +"false","/A0JUHtVPgDYOMYTPBSrJpJYaYro.jpg","{'id':123726,'name':'Quatermass (Hammer series)','poster_path':'/oqXab8eW30UasgSO46iTmyjoYac.jpg','backdrop_path':null}","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","26278","tt0050873","en","Quatermass II","In England, a group of space scientists, who have developed plans for the first Moon colony, learn that a secret, ostensibly government-run, complex of identical design has been built in a remote part of England and is the focus of periodic falls of small, hollow ""meteorites"" originating in outer space.","3.293","/nRvZWgwwgZfzouJeMCUQ9P9mmZm.jpg","[{'id':1314,'logo_path':'/gQBluDqe6dc2ZdzfJbabEHoSGoG.png','name':'Hammer Film Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1957-05-24","0","85","[{'iso_639_1':'en','name':'English'}]","Released","A horrible enemy from the unknown strikes terror across the earth!","Quatermass II","false","6.5","46" +"false","/hHYp1YdJIu75Zr8F5IeQatlrex1.jpg","null","68000000","[{'id':10752,'name':'War'},{'id':36,'name':'History'},{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'},{'id':28,'name':'Action'}]","","853","tt0215750","en","Enemy at the Gates","A Russian and a German sniper play a game of cat-and-mouse during the Battle of Stalingrad.","12.679","/9cSoNnB31hGY2mL78VT8mAbz6nR.jpg","[{'id':549,'logo_path':null,'name':'Swanford Films','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':551,'logo_path':'/jSlzEZZ4Z1g7B2UExjZEIKsUvD9.png','name':'Mandalay Pictures','origin_country':'US'},{'id':22182,'logo_path':null,'name':'KC Medien','origin_country':''},{'id':24136,'logo_path':null,'name':'Reperage','origin_country':''},{'id':24137,'logo_path':null,'name':'DOS','origin_country':''},{'id':24138,'logo_path':null,'name':'MP Film Management','origin_country':''},{'id':550,'logo_path':null,'name':'Little Bird','origin_country':'IE'}]","[{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2001-03-14","96976270","131","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Some Men Are Born To Be Heroes.","Enemy at the Gates","false","7.3","1686" +"false","/buZgGbVwR46GSz6lX2TbYBjKNXP.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","http://enemy-movie.com","181886","tt2316411","en","Enemy","A mild-mannered college professor discovers a look-alike actor and delves into the other man's private affairs.","9.659","/aQkyFHzNzZoMhxZ7c0IaK8BljED.jpg","[{'id':164,'logo_path':'/v3zcUepvKC7Vz36yjklk1rw6k8Q.png','name':'Rhombus Media','origin_country':'CA'},{'id':21380,'logo_path':null,'name':'Roxbury Pictures','origin_country':''},{'id':21382,'logo_path':null,'name':'Mecanismo Films','origin_country':'ES'},{'id':7029,'logo_path':null,'name':'micro_scope','origin_country':'CA'},{'id':1178,'logo_path':null,'name':'Path?? Pictures International','origin_country':'GB'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'ES','name':'Spain'}]","2013-12-31","3396726","91","[{'iso_639_1':'en','name':'English'}]","Released","You can???t escape Yourself!","Enemy","false","6.9","2617" +"false","/bYbNcN0l3131wmdkMfnUE30SzLI.jpg","null","20000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","226857","tt2318092","en","Endless Love","A privileged girl and a charismatic boy's instant desire sparks a love affair made only more reckless by parents trying to keep them apart.","10.581","/wWkTnQosziIXEePOyunr53el8fe.jpg","[{'id':13778,'logo_path':null,'name':'Bluegrass Films','origin_country':'US'},{'id':51718,'logo_path':'/fS7xGI3Pm48AsvrjBMceyBoKr2c.png','name':'Fake Empire Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-02-12","34077920","103","[{'iso_639_1':'en','name':'English'}]","Released","Say Goodbye To Innocence","Endless Love","false","6.8","945" +"false","/ulmVm23hsiopEsgVksgdYJSVlWR.jpg","null","110000000","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'}]","","80274","tt1731141","en","Ender's Game","Based on the classic novel by Orson Scott Card, Ender's Game is the story of the Earth's most gifted children training to defend their homeplanet in the space wars of the future.","15.563","/zHRNhCkrFEMoudPr0uics5WZe7j.jpg","[{'id':31825,'logo_path':null,'name':'Digital Domain','origin_country':'US'},{'id':3200,'logo_path':null,'name':'Chartoff Productions','origin_country':'US'},{'id':31826,'logo_path':null,'name':'Taleswapper','origin_country':'US'},{'id':7296,'logo_path':null,'name':'K/O Paper Products','origin_country':'US'},{'id':3263,'logo_path':'/z0fbODSLBptxVKekL0950Lr71zU.png','name':'OddLot Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-10-23","125537191","114","[{'iso_639_1':'en','name':'English'}]","Released","This is not a game.","Ender's Game","false","6.6","3444" +"false","/e7tpNiLRMB0Ry8yQ0S6zoF02dKu.jpg","null","7000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","77016","tt1855199","en","End of Watch","Two young officers are marked for death after confiscating a small cache of money and firearms from the members of a notorious cartel during a routine traffic stop.","10.282","/suqikqv0DjOsW8e0hst4YWDTmAX.jpg","[{'id':47354,'logo_path':null,'name':'5150 Action','origin_country':''},{'id':10405,'logo_path':null,'name':'Emmett/Furla Films','origin_country':'US'},{'id':11448,'logo_path':'/twhX9HMUuGW4Mhb45AyWDhRqkvR.png','name':'Exclusive Media','origin_country':'US'},{'id':11449,'logo_path':null,'name':'Hedge Fund Film Partners','origin_country':''},{'id':16312,'logo_path':null,'name':'Crave Films','origin_country':'US'},{'id':46961,'logo_path':null,'name':'Knightsbridge Entertainment','origin_country':''},{'id':47169,'logo_path':null,'name':'Le Grisbi Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-09-20","48126384","109","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Every moment of your life they stand watch","End of Watch","false","7.3","1719" +"false","/wpjJluxI2jq2GUnrYfgiz5wyjiI.jpg","null","5000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","9727","tt0415778","en","End Game","Alex Thomas was the man in charge of protecting the president but, when the time came to fulfill his duties, everything just went wrong. His conscience haunted by a bullet and his devotion to his country stronger than ever, Alex teams with seasoned reporter in navigating a treacherous web of lies, unlocking a dangerous conspiracy, and enters into a deadly world in which skilled assassins and highly-trained ex-special ops lurk in every shadow.","5.467","/gKNJic2GQxbLYvO07V5trjuxeBS.jpg","[{'id':925,'logo_path':'/dIb9hjXNOkgxu4kBWdIdK8nM4w.png','name':'Nu Image','origin_country':'US'},{'id':78970,'logo_path':null,'name':'Two Sticks Productions','origin_country':''},{'id':3312,'logo_path':null,'name':'Martini Films','origin_country':''},{'id':10885,'logo_path':null,'name':'Equity Pictures Medienfonds GmbH & Co. KG III','origin_country':''},{'id':1804,'logo_path':null,'name':'North by Northwest Entertainment','origin_country':''},{'id':1020,'logo_path':'/kuUIHNwMec4dwOLghDhhZJzHZTd.png','name':'Millennium Films','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2006-03-22","0","93","[{'iso_639_1':'en','name':'English'}]","Released","The Assassination Was Only The Beginning.","End Game","false","5.5","39" +"false","/s9HF8J3b2wgSMT6mOhspbLnesFP.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","10406","tt0104187","en","Encino Man","High school misfits Stoney and Dave discover a long-frozen primeval man from the past in their back yard. But the thawed-out Link, as the boys have named him, quickly becomes a wild card in the teens' already zany Southern California lives. After a shave and some new clothes, Link's presence at school makes the daily drudgery a lot more interesting.","7.931","/xSjdE12wXgdJwX3mvGAniNFMbTi.jpg","[{'id':915,'logo_path':'/xXojkyRWFZ0JTJyjiu13ThKeFbz.png','name':'Hollywood Pictures','origin_country':''},{'id':8830,'logo_path':null,'name':'Touchwood Pacific Partners 1','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-05-22","40693477","88","[{'iso_639_1':'en','name':'English'}]","Released","When the stone age meets the rock age.","Encino Man","false","5.7","304" +"false","/2WF9y6sQdftdsenlWKMaoQUKJRN.jpg","null","12000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","9794","tt0424993","en","Employee of the Month","When he hears that the new female employee digs ambitious men who are the store employee of the month, a slacker gets his act together but finds himself in competition with his rival, an ambitious co-worker.","5.855","/vWjhSNABTGCbAYsjbBKCADZhBPV.jpg","[{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-10-06","38368909","103","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'hu','name':'Magyar'}]","Released","A slacker competes with a repeat winner for the ""Employee of the Month"" title at work","Employee of the Month","false","5.4","276" +"false","/8nQqUz6dGhuX82R4AJjxR5qwd4L.jpg","null","11000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","","169209","tt2171867","en","Empire State","After failing to get into the police academy, Chris Potamitis (Hemsworth), settles for a security guard job with the EMPIRE STATE Armored Truck Company. He makes the mistake of mentioning the company's lax security to his best friend, Eddie (Angarano) & is unwittingly drawn into an elaborate scheme to rob the abundant amounts of cash being stored there - resulting in the largest cash heist in U.S. History. As the stakes continue to rise, Chris and Eddie must outwit James Ransone (Johnson), the veteran NYPD Detective hot on their trail, & the local crime bosses that want to know who pulled a job on their turf.","8.498","/tSTwtXeNQ83sjXQr40XmpQJfCXW.jpg","[{'id':46961,'logo_path':null,'name':'Knightsbridge Entertainment','origin_country':''},{'id':3604,'logo_path':'/jC6Hk3ZyNRlVPJsA0xGlAhgd2RP.png','name':'Grindstone Entertainment Group','origin_country':'US'},{'id':10405,'logo_path':null,'name':'Emmett/Furla Films','origin_country':'US'},{'id':11030,'logo_path':null,'name':'Envision Entertainment','origin_country':'US'},{'id':14581,'logo_path':null,'name':'24P Media Group','origin_country':'US'},{'id':47287,'logo_path':null,'name':'Kind Hearts Entertainment','origin_country':''},{'id':5830,'logo_path':null,'name':'Cheetah Vision','origin_country':''},{'id':27993,'logo_path':null,'name':'Picture Perfect Corporation','origin_country':''},{'id':6626,'logo_path':'/A1BnMoWjzjOrjzpWimyBQkf84mS.png','name':'Voltage Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-09-03","3639345","94","[{'iso_639_1':'en','name':'English'}]","Released","Based on a true story.","Empire State","false","5.1","333" +"false","/wShqFcDhw59Qm8l7sTylfOfwkmK.jpg","null","0","[{'id':10402,'name':'Music'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","13531","tt0112950","en","Empire Records","The employees of an independent music store learn about each other as they try anything to stop the store being absorbed by a large chain.","7.493","/dgIoujnLYHUM36M9zXNhxZLcovT.jpg","[{'id':676,'logo_path':null,'name':'Monarchy Enterprises B.V.','origin_country':''},{'id':10104,'logo_path':'/hNuGhsKVlmhnwSRcmOejDBDjh6w.png','name':'New Regency Pictures','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-09-22","303","90","[{'iso_639_1':'en','name':'English'}]","Released","They're selling music but not selling out.","Empire Records","false","6.7","300" +"false","/27DFzZqvO9WBKxmSK36VjrAIhMz.jpg","null","35000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10752,'name':'War'}]","","10110","tt0092965","en","Empire of the Sun","Jamie Graham, a privileged English boy, is living in Shanghai when the Japanese invade and force all foreigners into prison camps. Jamie is captured with an American sailor named Basie, who looks out for him while they are in the camp together. Even though he is separated from his parents and in a hostile environment, Jamie maintains his dignity and youthful spirits, providing a beacon of hope for the others held captive with him.","9.842","/cLR6DJk0l9v03Ekop1ZVH10GEn.jpg","[{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-12-09","22238696","153","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'zh','name':'?????????'}]","Released","To survive in a world at war, he must find a strength greater than all the events that surround him.","Empire of the Sun","false","7.5","840" +"false","/hZDPv3JfPQjtocmWVveMAjRpmSo.jpg","null","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","42218","tt0075989","en","Empire of the Ants","Sleazy scam artist Joan Collins tries to sell phony real estate deals down in the Florida everglades. What she and her unsuspecting buyers don't know is the area has been taken over by giant ants!","2.683","/4ABMqLqGhu3ZXqkxFKrkVHZlVyl.jpg","[{'id':1819,'logo_path':null,'name':'Cinema 77','origin_country':''},{'id':9266,'logo_path':null,'name':'American International Pictures (AIP)','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1977-06-29","0","89","[{'iso_639_1':'en','name':'English'}]","Released","It's no picnic!","Empire of the Ants","false","4.3","36" +"false","/qa3dJnGNQp6zwhDgI3uxKvblcyb.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10752,'name':'War'}]","http://www.emperor-themovie.com","127372","tt2103264","en","Emperor","As the Japanese surrender at the end of WWII, Gen. Fellers is tasked with deciding if Emperor Hirohito will be hanged as a war criminal. Influencing his ruling is his quest to find Aya, an exchange student he met years earlier in the U.S.","6.748","/lKcRXcffQM2KxNruljrd7H3gUe5.jpg","[{'id':47283,'logo_path':null,'name':'Fellers Film','origin_country':''},{'id':8299,'logo_path':null,'name':'Krasnoff Foster Productions','origin_country':''},{'id':14870,'logo_path':null,'name':'United Performers' Studio','origin_country':''}]","[{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'US','name':'United States of America'}]","2012-09-14","3346265","105","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'}]","Released","After the war was won, the battle for peace began.","Emperor","false","6.2","131" +"false","/2L9RhxJ5fYiRlWLNaWOcWfQJG49.jpg","null","0","[{'id':27,'name':'Horror'}]","","224908","tt3148890","en","Embrace of the Vampire","Sharon Hinnendael stars as Charlotte, a timid and sheltered teen who has just left an all-girls Catholic school for a new life at a co-ed university. But an ancient evil has followed her here, tormenting her with disturbing nightmares and tempting her with forbidden desires. It is a hunger that can only be satiated by sensual pleasures of the flesh...and a thirst for blood. It's a battle for her soul... and one she's losing. But Charlotte is a fighter. The chaos and torment threatens to unleash her own inner beast, and anyone even close to her may find themselves embracing their own horrific fate.","0.6","/160Us8LPv3mMbNeS20dX5OGau6C.jpg","[{'id':64047,'logo_path':null,'name':'Bloodline Pictures','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2013-10-15","0","91","[{'iso_639_1':'en','name':'English'}]","Released","","Embrace of the Vampire","false","4.5","39" +"false","/hTTLuS0U6MWK1OuoXrtahc6rYNa.jpg","null","500000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':14,'name':'Fantasy'}]","","18392","tt0109723","en","Embrace of the Vampire","An 18-year-old college freshman is seduced by a handsome vampire lover who introduces her to a dark world of carnal desires.","4.799","/uOxKpn3aY4N6JQy49pKdoIz5STE.jpg","[{'id':21085,'logo_path':null,'name':'Ministry of Film, The','origin_country':''},{'id':21086,'logo_path':null,'name':'General Media Entertainment','origin_country':''},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-05-30","0","92","[{'iso_639_1':'en','name':'English'}]","Released","Between innocence and evil lies the seduction.","Embrace of the Vampire","false","4.9","45" +"false","/vSbjlX9y8S2hKNURHEO4GsoIOay.jpg","null","115000000","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","68724","tt1535108","en","Elysium","In the year 2159, two classes of people exist: the very wealthy who live on a pristine man-made space station called Elysium, and the rest, who live on an overpopulated, ruined Earth. Secretary Rhodes (Jodie Foster), a hard line government of???cial, will stop at nothing to enforce anti-immigration laws and preserve the luxurious lifestyle of the citizens of Elysium. That doesn???t stop the people of Earth from trying to get in, by any means they can. When unlucky Max (Matt Damon) is backed into a corner, he agrees to take on a daunting mission that, if successful, will not only save his life, but could bring equality to these polarized worlds.","15.539","/tHkjoAxmhp3Eau1h0Ir7maKMwUz.jpg","[{'id':28788,'logo_path':null,'name':'Genre Films','origin_country':'US'},{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'},{'id':2531,'logo_path':'/pC2iDCDCvV85vOBP7a5Ukxuc0Du.png','name':'Media Rights Capital','origin_country':'US'},{'id':11029,'logo_path':'/aEqqnFZjCW10ODE4TYQ1qkjvokr.png','name':'QED International','origin_country':'US'},{'id':18209,'logo_path':null,'name':'Alpha Core','origin_country':''},{'id':31076,'logo_path':null,'name':'Simon Kinberg Productions','origin_country':'US'},{'id':34,'logo_path':'/GagSvqWlyPdkFHMfQ3pNq6ix9P.png','name':'Sony Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-08-07","286140700","109","[{'iso_639_1':'en','name':'English'}]","Released","He can save us all.","Elysium","false","6.4","5256" +"false","/hIpsn7f3A4SIMZnpx1r5g5wtKTU.jpg","null","10000000","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","","268171","tt2113659","en","Elsa & Fred","Aged, embittered widower, Fred learns to enjoy life thanks to his elderly yet vibrant neighbor, Elsa. Upon learning Elsa is terminally ill, Fred takes her to the Fontana di Trevi in Rome in order to reenact her favorite scene from ???La Dolce Vita???.","8.085","/jIiYfEoRB12C9hGKRgpTcjNNE7B.jpg","[{'id':5621,'logo_path':null,'name':'Riverside Entertainment Group','origin_country':'PR'},{'id':10630,'logo_path':null,'name':'Rio Negro','origin_country':''},{'id':13235,'logo_path':null,'name':'Media House Capital','origin_country':''},{'id':22868,'logo_path':null,'name':'Cuatro Plus Films','origin_country':''},{'id':22869,'logo_path':null,'name':'Defiant Pictures','origin_country':''},{'id':22870,'logo_path':null,'name':'Creative Andina','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-03-07","0","93","[{'iso_639_1':'en','name':'English'}]","Released","It's never too late.","Elsa & Fred","false","6.2","46" +"false","/nwfi0mjXSuERpqfkXOrirCj1I3Y.jpg","{'id':100286,'name':'Elizabeth Collection','poster_path':'/2XxIeKB6g21GvPmixWyyc9ZlLnR.jpg','backdrop_path':'/3YiTOxGX5KZO6P3eg41P50QrRhQ.jpg'}","55000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10749,'name':'Romance'}]","","4517","tt0414055","en","Elizabeth: The Golden Age","When Queen Elizabeth's reign is threatened by ruthless familial betrayal and Spain's invading army, she and her shrewd adviser must act to safeguard to the lives of her people.","9.644","/kER0eNIgnZ9rlvrk5f2syGWaknK.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'},{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2007-09-09","74237563","114","[{'iso_639_1':'sv','name':'svenska'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Woman. Warrior. Queen.","Elizabeth: The Golden Age","false","6.7","556" +"false","/jRzrQ7Thcjpetr0n8B6w980eZet.jpg","null","32000000","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","","10719","tt0319343","en","Elf","When young Buddy falls into Santa's gift sack on Christmas Eve, he's transported back to the North Pole and raised as a toy-making elf by Santa's helpers. But as he grows into adulthood, he can't shake the nagging feeling that he doesn't belong. Buddy vows to visit Manhattan and find his real dad, a workaholic publisher.","11.115","/9jChHqqcpe0zHNTqkNqWZkwkgil.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':1607,'logo_path':null,'name':'Gold/Miller Productions','origin_country':''},{'id':2645,'logo_path':null,'name':'Guy Walks into a Bar Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-10-09","173398518","97","[{'iso_639_1':'en','name':'English'}]","Released","This holiday, discover your inner elf.","Elf","false","6.6","1889" +"false","/q9AiAA3y2M0iBvLI2qhN0jvbilZ.jpg","null","10000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':14,'name':'Fantasy'},{'id':80,'name':'Crime'}]","","57585","tt1578882","en","Elephant White","An assassin is hired by a businessman to avenge the murder of his daughter by white slave traders in Thailand.","6.357","/wywbJHsKL0ttquufMndGJW5vlqe.jpg","[{'id':13693,'logo_path':null,'name':'Swingin' Productions','origin_country':''},{'id':1020,'logo_path':'/kuUIHNwMec4dwOLghDhhZJzHZTd.png','name':'Millennium Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-05-17","0","91","[{'iso_639_1':'en','name':'English'}]","Released","Set your sights on revenge","Elephant White","false","5.1","104" +"false","/iFhGgSli19SEo1ZxZLSJ6sbr5kB.jpg","null","43000000","[{'id':28,'name':'Action'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'}]","http://marvel.com/movies/movie/13/elektra","9947","tt0357277","en","Elektra","Elektra the warrior survives a near-death experience, becomes an assassin-for-hire, and tries to protect her two latest targets, a single father and his young daughter, from a group of supernatural assassins.","11.956","/w3fQaKqyQ78PCnSuus9X9ucokKG.jpg","[{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':1171,'logo_path':null,'name':'Epsilon Motion Pictures','origin_country':'CH'},{'id':10104,'logo_path':'/hNuGhsKVlmhnwSRcmOejDBDjh6w.png','name':'New Regency Pictures','origin_country':'US'},{'id':19551,'logo_path':'/2WpWp9b108hizjHKdA107hFmvQ5.png','name':'Marvel Enterprises','origin_country':'US'},{'id':19552,'logo_path':null,'name':'Horseshoe Bay Productions','origin_country':'US'},{'id':19553,'logo_path':null,'name':'Elektra Productions','origin_country':''},{'id':19554,'logo_path':null,'name':'SAI Productions','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2005-01-13","56681566","97","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'}]","Released","Looks can kill","Elektra","false","4.8","1114" +"false","/AnWx27hbrHlx9EafxEAj5Iifyjx.jpg","null","0","[{'id':35,'name':'Comedy'}]","","9451","tt0126886","en","Election","A high school teacher's personal life becomes complicated as he works with students during the school elections.","8.206","/4RHyF1v1n4iodWzHG4m7XkGcJVB.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':2570,'logo_path':null,'name':'Bona Fide Productions','origin_country':''},{'id':746,'logo_path':'/kc7bdIVTBkJYy9aDK1QDDTAL463.png','name':'MTV Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-04-23","0","99","[{'iso_639_1':'en','name':'English'}]","Released","Reading. Writing. Revenge.","Election","false","6.8","448" +"false","/lheqEKDmcVtgORpJ8lHLansFhqc.jpg","null","3000000","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","102629","tt1990216","en","El Gringo","A man crossing into Mexico with a satchel of $2,000,000 ??? and a bloody past ??? suddenly finds himself under attack in the sleepy town of El Fronteras.","5.431","/Air30M1LBeqGqyEk6GOFzy4sOQa.jpg","[{'id':1885,'logo_path':'/xlvoOZr4s1PygosrwZyolIFe5xs.png','name':'Silver Pictures','origin_country':'US'},{'id':3608,'logo_path':null,'name':'After Dark Films','origin_country':''},{'id':11647,'logo_path':null,'name':'Autonomous Films','origin_country':''},{'id':28176,'logo_path':null,'name':'Bomar OOD','origin_country':''},{'id':2982,'logo_path':null,'name':'Signature Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-05-10","0","98","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","","El Gringo","false","5.6","66" +"false","/gkvw6nQsQ6V899J7n7xbyBV5xbQ.jpg","null","0","[{'id':878,'name':'Science Fiction'}]","","266433","tt2176722","en","Ejecta","Two men witness an unexplainable event in the sky as a historic solar storm approaches, and they try to survive as a terrifying life form hunts them.","1.638","/kV7qvP63zcmKIRL4vO49n4duzXQ.jpg","[{'id':17561,'logo_path':null,'name':'Foresight Features','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2014-09-24","0","82","[{'iso_639_1':'en','name':'English'}]","Released","We were never alone.","Ejecta","false","3.8","20" +"false","/kHRrE2xAMe3JdPTwY4wXgOhlfmv.jpg","null","40000000","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","","9036","tt0397313","en","Eight Below","In the Antarctic, after an expedition with Dr. Davis McClaren, the sled dog trainer Jerry Shepherd has to leave the polar base with his colleagues due to the proximity of a heavy snow storm. He ties his dogs to be rescued after, but the mission is called-off and the dogs are left alone at their own fortune. For six months, Jerry tries to find a sponsor for a rescue mission.","10.001","/b25TensrtHJNGeYFFtI86GMO27a.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':158,'logo_path':'/6SHlNIype9zmyEMRsBtoueUtLsq.png','name':'Spyglass Entertainment','origin_country':'US'},{'id':10227,'logo_path':'/3YfRy3DBl4abcqkzGx4RVNz12yl.png','name':'Mandeville Films','origin_country':'US'},{'id':20669,'logo_path':null,'name':'Winking Productions','origin_country':''},{'id':829,'logo_path':'/mzpAmEQ5P1gFvdRoNyCk9q8ngiv.png','name':'Vertigo Entertainment','origin_country':'US'},{'id':862,'logo_path':'/udTjbqPmcTbfrihMuLtLcizDEM1.png','name':'The Kennedy/Marshall Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-02-17","120455994","120","[{'iso_639_1':'en','name':'English'}]","Released","The Most Amazing Story Of Survival, Friendship, And Adventure Ever Told.","Eight Below","false","6.9","946" +"false","/orQNiKkbET47p6a8ZTjIANqjbuw.jpg","null","0","[{'id':18,'name':'Drama'}]","","114155","tt1605798","en","Effie Gray","A look at the mysterious relationship between Victorian art critic John Ruskin and his teenage bride Effie Gray.","6.152","/ydEf0agTZx8wOlPOW8D25zCkuQh.jpg","[{'id':47416,'logo_path':null,'name':'Sovereign Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-03-08","0","108","[{'iso_639_1':'en','name':'English'}]","Released","The Celebrity Scandal of the Victorian era","Effie Gray","false","6.1","88" +"false","/jSL39cn3irkniMXthexHksr0ksA.jpg","null","20000000","[{'id':14,'name':'Fantasy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","162","tt0099487","en","Edward Scissorhands","A small suburban town receives a visit from a castaway unfinished science experiment named Edward.","18.013","/kgLTB53HinftRRwhft7yrUOclDC.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-12-05","53000000","105","[{'iso_639_1':'en','name':'English'}]","Released","His scars run deep.","Edward Scissorhands","false","7.6","7077" +"false","/7mgKeg18Qml5nJQa56RBZO7dIu0.jpg","{'id':578704,'name':'Live Die Repeat Collection','poster_path':'/2IVuNEXdAYuuxs0ubwYyqgwgVeA.jpg','backdrop_path':'/xPFbxI77kusGrqnAadoSrDrbupF.jpg'}","178000000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","http://www.edgeoftomorrowmovie.com/","137113","tt1631867","en","Edge of Tomorrow","Major Bill Cage is an officer who has never seen a day of combat when he is unceremoniously demoted and dropped into combat. Cage is killed within minutes, managing to take an alpha alien down with him. He awakens back at the beginning of the same day and is forced to fight and die again... and again - as physical contact with the alien has thrown him into a time loop.","23.053","/tpoVEYvm6qcXueZrQYJNRLXL88s.jpg","[{'id':41624,'logo_path':'/wzKxIeQKlMP0y5CaAw25MD6EQmf.png','name':'RatPac-Dune Entertainment','origin_country':'US'},{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':6687,'logo_path':null,'name':'Viz Media','origin_country':''},{'id':787,'logo_path':'/cCefBs1t7jxtiz3eCxBp9yxrxGx.png','name':'3 Arts Entertainment','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'US','name':'United States of America'}]","2014-05-27","370541256","113","[{'iso_639_1':'en','name':'English'}]","Released","Live, Die, Repeat","Edge of Tomorrow","false","7.6","7757" +"false","/ksxr95M6fh2f2zgIlgGDDyfgOhC.jpg","null","80000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","12201","tt1226273","en","Edge of Darkness","As a seasoned homicide detective, Thomas Craven has seen the bleakest side of humanity. But nothing prepares him for the toughest investigation of his life: the search for his only daughter Emma's killer. Now, he is on a personal mission to uncover the disturbing secrets surrounding her murder, including corporate corruption, government collusion and Emma's own mysterious life.","11.323","/pvHjp1vEFmp5FquSCPQ2O95tIZJ.jpg","[{'id':152,'logo_path':null,'name':'Icon Productions','origin_country':'US'},{'id':3281,'logo_path':'/8tMybAieh64uzvm8knSjXOFX8Qc.png','name':'GK Films','origin_country':'GB'},{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2010-01-29","74901339","117","[{'iso_639_1':'en','name':'English'}]","Released","Some secrets take us to the edge.","Edge of Darkness","false","6.3","774" +"false","/5b2Sy0XQtEyHy0lL1bnrjWLb7jm.jpg","null","0","[{'id':18,'name':'Drama'}]","","96599","tt1734433","en","Eden","The true story of Chong Kim who, as a young teen, was abducted into the sex trade, and the complicated moral choices she had to make in order to survive as her situation grew more desperate.","4.939","/6MWSeVg9KESHpS3wXz4uwSlpd3f.jpg","[{'id':90691,'logo_path':null,'name':'Centripetal Films','origin_country':''},{'id':22475,'logo_path':null,'name':'Eden Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-03-11","0","98","[{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Innocence isn't lost, it's stolen.","Eden","false","6.8","95" +"false","/6zSU6K7q4zntC8vgrvpoUM66eQl.jpg","null","18000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","522","tt0109707","en","Ed Wood","The mostly true story of the legendary ""worst director of all time"", who, with the help of his strange friends, filmed countless B-movies without ever becoming famous or successful.","11.713","/9qBe2sUDyY2dFH1iHq0SZb1G4QG.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-09-27","5887457","127","[{'iso_639_1':'en','name':'English'}]","Released","When it came to making bad movies, Ed Wood was the best.","Ed Wood","false","7.5","1084" +"false","/sXS4SSxXrr0wuA7CDtJ8cn7hdcN.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","328763","tt3033948","en","Echoes","A young writer experiences visions during episodes of sleep paralysis, and she retreats with her boyfriend to an isolated house in the desert. As the visions worsen, she teeters on the edge of insanity as she uncovers a life-threatening secret.","3.383","/9myMFh0hFbWmZDDCf71hW7zCHTM.jpg","[{'id':63305,'logo_path':null,'name':'FatFree Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-07-05","0","88","[{'iso_639_1':'en','name':'English'}]","Released","The truth is a nightmare.","Echoes","false","4","25" +"false","/2fwHVLvh6kdwCujsMwtNmwRJAf1.jpg","null","60000000","[{'id':18,'name':'Drama'}]","http://www.sonypictures.com/movies/eatpraylove/","38167","tt0879870","en","Eat Pray Love","Liz Gilbert had everything a modern woman is supposed to dream of having ??? a husband, a house and a successful career ??? yet like so many others, she found herself lost, confused and searching for what she really wanted in life. Newly divorced and at a crossroads, Gilbert steps out of her comfort zone, risking everything to change her life, embarking on a journey around the world that becomes a quest for self-discovery. In her travels, she discovers the true pleasure of nourishment by eating in Italy, the power of prayer in India and, finally and unexpectedly, the inner peace and balance of true love in Bali.","11.544","/s57E4AfPIU1fxwpGGRahk6A0DUl.jpg","[{'id':2455,'logo_path':null,'name':'Red Om Films','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':81,'logo_path':'/8wOfUhA7vwU2gbPjQy7Vv3EiF0o.png','name':'Plan B Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-08-12","204594016","133","[{'iso_639_1':'pt','name':'Portugu??s'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","Let Yourself GO","Eat Pray Love","false","6","1158" +"false","/wBxTGum7B1pkOWaAy89DroJ95fe.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","http://www.eatthemovie.com/","277610","tt3013018","en","Eat","Novella McClure is like most struggling actresses in Los Angeles: she's in her early 30s, her fake name sounded cooler ten years ago, and she hasn't landed a role in three years. To top it all off, she's developed a disturbing habit of eating her own flesh. Novella desperately tries to hide her strange condition from her motherly landlord, Eesha, and somewhat psychopathic best friend, Candice, but her body and mind continue to deteriorate in the depressing world of failed auditions and sketchy night clubs. Can a romantic relationship with her psychiatrist prevent her from self destruction? Or will her fatal habit continue to eat away at her?","1.261","/aq38K2WyxZIRrwBG9nqo83q8rBn.jpg","[]","[]","2014-07-06","0","92","[{'iso_639_1':'en','name':'English'}]","Released","The story of a girl who finds herself - and then eats herself","Eat","false","5","28" +"false","/6eqj5tn1mnaJejscsIfhaMcLuE.jpg","null","0","[{'id':35,'name':'Comedy'}]","","18391","tt0085470","en","Easy Money","To inherit his mother-in-law's colossal fortune, a hard living, gambling addict must change his unhealthy ways before it gets the best of him.","5.004","/nREZhCfkUgl6XqMZAvd6DCbVj2c.jpg","[{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1983-08-19","0","95","[{'iso_639_1':'en','name':'English'}]","Released","No cheating! No gambling! No booze! No smoking! No pizza! No nothin'! We are taking all the fun out of life... and putting it into a movie!","Easy Money","false","6.4","49" +"false","/9KX4n538DJOXrvspKK5ZJI56RPt.jpg","null","51500000","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'}]","http://www.focusfeatures.com/easternpromises/","2252","tt0765443","en","Eastern Promises","A Russian teenager, living in London, dies during childbirth but leaves clues to a midwife in her journal, that could tie her child to a rape involving a violent Russian mob family.","11.207","/uQduBOXqpC4XG8qK2pMcqz1OnQY.jpg","[{'id':10146,'logo_path':'/xnFIOeq5cKw09kCWqV7foWDe4AA.png','name':'Focus Features','origin_country':'US'},{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':2743,'logo_path':null,'name':'Astral Media','origin_country':''},{'id':11550,'logo_path':null,'name':'Corus Entertainment','origin_country':'CA'},{'id':806,'logo_path':'/kcNh09qqR2Pkw1JAzRW4CommrW4.png','name':'T??l??film Canada','origin_country':'CA'},{'id':805,'logo_path':null,'name':'Serendipity Point Films','origin_country':''},{'id':7419,'logo_path':null,'name':'Scion Films','origin_country':''},{'id':16880,'logo_path':null,'name':'Shine Pictures','origin_country':'GB'},{'id':3445,'logo_path':'/7Jkq08LdnkxhK9M2LHuIOwHFfX8.png','name':'Kudos','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CA','name':'Canada'}]","2007-09-14","55112356","100","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'tr','name':'T??rk??e'},{'iso_639_1':'uk','name':'??????????????????????'},{'iso_639_1':'ur','name':'????????'}]","Released","Every sin leaves a mark.","Eastern Promises","false","7.3","1495" +"false","/damb978MeBbqNf6SXlPe1Fum6x1.jpg","null","13000000","[{'id':10751,'name':'Family'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'}]","","238603","tt2183034","en","Earth to Echo","After a construction project begins digging in their neighborhood, best friends Tuck, Munch and Alex inexplicably begin to receive strange, encoded messages on their cell phones. Convinced something bigger is going on, they go to their parents and the authorities. When everyone around them refuses to take the messages seriously, the three embark on a secret adventure to crack the code and follow it to its source. But taking matters into their own hands gets the trio in way over their heads when they discover a mysterious being from another world who desperately needs their help. The epic, suspenseful and exciting journey that follows will change all of their lives forever.","6.223","/tWPWo3JgwM7uGX096mWXmWPl8k8.jpg","[{'id':10426,'logo_path':null,'name':'Panay Films','origin_country':''},{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-06-14","45300000","89","[{'iso_639_1':'en','name':'English'}]","Released","No one will ever believe our story.","Earth to Echo","false","5.8","369" +"false","/ryQdOW2Dz8kpO8IfN6BvHVl2jH7.jpg","null","10000000","[{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'},{'id':28,'name':'Action'}]","","13027","tt1059786","en","Eagle Eye","Jerry Shaw and Rachel Holloman are two strangers whose lives are suddenly thrown into turmoil by a mysterious woman they have never met. Threatening their lives and family, the unseen caller uses everyday technology to control their actions and push them into increasing danger. As events escalate, Jerry and Rachel become the country's most-wanted fugitives and must figure out what is happening to them.","10.988","/ej1yxLuhME7PJyGsXJjEMcQGI37.jpg","[{'id':11843,'logo_path':null,'name':'Goldcrest Pictures','origin_country':'GB'},{'id':20157,'logo_path':null,'name':'KMP Film Invest','origin_country':''},{'id':7296,'logo_path':null,'name':'K/O Paper Products','origin_country':'US'},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'DE','name':'Germany'}]","2008-09-25","0","118","[{'iso_639_1':'en','name':'English'}]","Released","Don't walk. Run.","Eagle Eye","false","6.3","1551" +"false","/ooDLzlnLWbhQvJnd1TOydRHFS9q.jpg","null","20000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","http://dylandogdeadofnight.com/","43935","tt1013860","en","Dylan Dog: Dead of Night","Supernatural private eye, Dylan Dog, seeks out the monsters of the Louisiana bayou in his signature red shirt, black jacket and blue jeans.","7.079","/jFedqY0YQnKAbmFq4HUeKat1gYL.jpg","[{'id':1172,'logo_path':null,'name':'Hyde Park Films','origin_country':''},{'id':7218,'logo_path':null,'name':'platinum studios','origin_country':''},{'id':7219,'logo_path':null,'name':'Long Distance Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-03-16","4634062","107","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'tr','name':'T??rk??e'}]","Released","No pulse? No problem","Dylan Dog: Dead of Night","false","4.4","231" +"false","/rxY0c2xtd99npxWaH1odDY0U0yG.jpg","null","15000000","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","297596","tt1274586","en","Dying of the Light","Evan Lake, a veteran CIA agent, has been ordered to retire. But when his prot??g?? uncovers evidence that Lake's nemesis, the terrorist Banir, has resurfaced, Lake goes rogue, embarking on a perilous, intercontinental mission to eliminate his sworn enemy.","7.111","/7ghgi6cmgY4MvmpOvPMI7y7rh34.jpg","[{'id':20658,'logo_path':null,'name':'TinRes Entertainment','origin_country':''},{'id':40541,'logo_path':null,'name':'Over Under Media','origin_country':''}]","[{'iso_3166_1':'BS','name':'Bahamas'},{'iso_3166_1':'US','name':'United States of America'}]","2014-12-04","0","94","[{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'ro','name':'Rom??n??'}]","Released","","Dying of the Light","false","4.6","170" +"false","/udn0yGthFoMJnc3WKUb8BzmHKxd.jpg","null","78146652","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","http://www.universalstudiosentertainment.com/duplicity/","16558","tt1135487","en","Duplicity","Two romantically-engaged corporate spies team up to manipulate a corporate race to corner the market on a medical innovation that will reap huge profits and enable them to lead an extravagant lifestyle together.","7.48","/vpWQs3CjwG6Er3DgZlv4L3NFjXg.jpg","[{'id':27317,'logo_path':null,'name':'Medienproduktion Poseidon Filmgesellschaft','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':5163,'logo_path':null,'name':'Laura Bickford Productions','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2009-03-19","60000000","125","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Outwit. Outspy. Outsmart. Outplay. Then get out.","Duplicity","false","5.9","336" +"false","/o5l7nvYLfisSndoOIbMxoUHfdNd.jpg","null","40000000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':12,'name':'Adventure'}]","","841","tt0087182","en","Dune","In the year 10,191, the world is at war for control of the desert planet Dune ??? the only place where the time-travel substance 'Spice' can be found. But when one leader gives up control, it's only so he can stage a coup with some unsavory characters.","11.867","/ngUaHgSZGkKy1Izwjk7qwZLOC5A.jpg","[{'id':10308,'logo_path':null,'name':'Dino De Laurentiis Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-12-14","30925690","137","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","A world beyond your experience, beyond your imagination.","Dune","false","6.4","966" +"false","/sa5vHfu5n4NFqZbVf2hzqGr6bim.jpg","null","812000","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","","11360","tt0033563","en","Dumbo","Dumbo is a baby elephant born with oversized ears and a supreme lack of confidence. But thanks to his even more diminutive buddy -- Timothy the Mouse -- the pint-sized pachyderm learns to surmount all obstacles.","20.964","/rI2OAxQnmKTv0o5L9Adrkydpxiz.jpg","[{'id':6,'logo_path':'/n53F7K9scQWFXYbrCablqLKqJdp.png','name':'RKO Radio Pictures','origin_country':'US'},{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':3166,'logo_path':'/vyyv4Gy9nPqAZKElPm2izLlEaVS.png','name':'Walt Disney Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1941-10-22","1600000","64","[{'iso_639_1':'en','name':'English'}]","Released","The One...The Only...The FABULOUS...","Dumbo","false","6.9","2425" +"false","/2BkcMxgEq7i5x69Q6w77JeEewWr.jpg","{'id':96665,'name':'Dumb and Dumber Collection','poster_path':'/e00cVFjUaiKEiTY1rWlSxACN3fz.jpg','backdrop_path':'/saUnj5K6buVafDfLfTozDH2eqdC.jpg'}","16000000","[{'id':35,'name':'Comedy'}]","","8467","tt0109686","en","Dumb and Dumber","Lloyd and Harry are two men whose stupidity is really indescribable. When Mary, a beautiful woman, loses an important suitcase with money before she leaves for Aspen, the two friends (who have found the suitcase) decide to return it to her. After some ""adventures"" they finally get to Aspen where, using the lost money they live it up and fight for Mary's heart.","18.641","/3PEAkZHa8ehfUkuKbzmQNRTTAAs.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':2090,'logo_path':'/jYlUttNqcN5u1pzMQrh5AEhZ27t.png','name':'Motion Picture Corporation of America','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-12-16","247275374","107","[{'iso_639_1':'en','name':'English'}]","Released","What the one doesn't have, the other is missing.","Dumb and Dumber","false","6.5","3235" +"false","/pMNSiNT55XrxWPmoI5ytJyinRa8.jpg","{'id':96665,'name':'Dumb and Dumber Collection','poster_path':'/e00cVFjUaiKEiTY1rWlSxACN3fz.jpg','backdrop_path':'/saUnj5K6buVafDfLfTozDH2eqdC.jpg'}","40000000","[{'id':35,'name':'Comedy'}]","","100042","tt2096672","en","Dumb and Dumber To","20 years after the dimwits set out on their first adventure, they head out in search of one of their long lost children in the hope of gaining a new kidney.","16.887","/Ekw3ijq9L6RiKvv5m2tPOEklHF.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':1156,'logo_path':null,'name':'Conundrum Entertainment','origin_country':''},{'id':19177,'logo_path':null,'name':'Red Granite Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-11-12","169837010","110","[{'iso_639_1':'en','name':'English'}]","Released","The Second Parts Are More Fools","Dumb and Dumber To","false","5.5","1775" +"false","/l7z8A1JGZe9uix2JkMWRBXGzP6D.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","","18074","tt0134630","en","Duets","Duets is a road-trip comedy which revolves around the little known world of karaoke and the whimsical characters who inhabit it. All roads lead to Omaha, site of a national karaoke competition where this motley group of singers and stars come together for a blow-out sing-off.","3.85","/mWQwMVXLzEjKeFIjvkpqNAM7UF7.jpg","[{'id':14159,'logo_path':null,'name':'Seven Arts Pictures','origin_country':''},{'id':10157,'logo_path':null,'name':'Beacon Pictures','origin_country':''},{'id':915,'logo_path':'/xXojkyRWFZ0JTJyjiu13ThKeFbz.png','name':'Hollywood Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-09-09","0","112","[{'iso_639_1':'en','name':'English'}]","Released","Six littles souls in search of a little harmony.","Duets","false","5.7","64" +"false","/pnjx4qRWN3qQb9y65BvuGrnWXRZ.jpg","null","13000000","[{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'}]","","8859","tt0242423","en","Dude, Where's My Car?","Jesse and Chester, two bumbling stoners, wake up one morning from a night of partying and cannot remember where they parked their car. They encounter a variety of people while looking for it, including their angry girlfriends, an angry street gang, a transexual stripper, a cult of alien seeking fanatics, and aliens in human form looking for a mystical device that could save or destroy the world.","15.425","/3KoZiWlgvmeDYiLk9oOMpEvZThb.jpg","[{'id':1088,'logo_path':'/9WOE5AQUXbOtLU6GTwfjS8OMF0v.png','name':'Alcon Entertainment','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-12-15","73180723","83","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'ja','name':'?????????'}]","Released","After a night they can't remember, comes a day they'll never forget.","Dude, Where's My Car?","false","5.4","901" +"false","/8XQpEPrXUakvyGXRw9eR6ilvWaK.jpg","null","450000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':10770,'name':'TV Movie'}]","","839","tt0067023","en","Duel","Traveling businessman David Mann angers the driver of a rusty tanker while crossing the Californian desert. A simple trip turns deadly, as Mann struggles to stay on the road while the tanker plays cat and mouse with his life.","8.401","/tr7YTVjGPSCheYtObfoNRkMV82L.jpg","[{'id':26727,'logo_path':'/jeTxdjXhzgKZyLr3l9MllkTn3fy.png','name':'Universal Television','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1971-12-25","0","90","[{'iso_639_1':'en','name':'English'}]","Released","The most bizarre murder weapon ever used!","Duel","false","7.4","695" +"false","/2731sDfItmOyNit1OQluUsiRdEL.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.drunkboat.com/","76820","tt0460778","en","Drunkboat","After twenty years of broken bottles and empty hallways, Mort Gleason witnesses his nephew Moo being beaten while in a drunken stupor. The short contact with family brings Mort back to what are left of his senses and he returns to the last home he remembers in Chicago. His sister Eileen lives in their family home now with her sixteen year old son, Abe. Her older son Moo, the now missing nephew, helped spark Mort's return to his family. Three, four, five weeks pass as Mort waits outside his home and makes a tenuous re-entry into family life. Abe dreams of a sailboat and distant horizons. He saves money and sees an advertisement for the Kathy II. He and his friend calculate a way to buy the vessel from two unscrupulous rogues who make ends meet wholesaling liquor and operating a sometime boatyard.","1.579","/aMXZxlO2ZQoDRfGGvPUxGHpW3QR.jpg","[{'id':38532,'logo_path':null,'name':'Left Bank Films','origin_country':''},{'id':38533,'logo_path':null,'name':'Drunkboat Chicago LLC','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-10-08","0","98","[{'iso_639_1':'en','name':'English'}]","Released","","Drunkboat","false","5.6","9" +"false","/h1nIrkqESFp0sozyYRWI4CP9SoK.jpg","null","0","[{'id':28,'name':'Action'},{'id':37,'name':'Western'}]","","1403","tt0060355","en","Duel at Diablo","While crossing the desert, a frontier scout, Jess Remsberg, rescues Ellen Grange from a pursuing band of Apaches, and returns her to her husband, Willard Grange. He is contracted to act as a scout for an Army cavalry unit. Willard, Ellen, and her infant son are along for the ride, as is horse trader Toller, a veteran of the 10th Cavalry. The party is trapped in a canyon by Chata, an Apache chief and grandfather of Ellen's baby. Willard is captured and tortured. Jess sneaks away and brings reinforcements just in time to save the day. Jess learns that the man he has been hunting is none other than Willard Grange.","3.308","/x7hHrS9iFovvVsVPNtWJpbVd7N4.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1966-06-15","0","103","[{'iso_639_1':'en','name':'English'}]","Released","Yesterday they fought each other ??? today they fight together in a dead end canyon called Diablo!","Duel at Diablo","false","6.3","33" +"false","/a3ch64hlK5UZQQyM2GykTTjoxP1.jpg","null","20000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'}]","","13497","tt0303933","en","Drumline","A fish-out-of-water comedy about a talented street drummer from Harlem who enrolls in a Southern university, expecting to lead its marching band's drumline to victory. He initially flounders in his new world, before realizing that it takes more than talent to reach the top.","6.828","/nkTvFgTyLSR4eXuefgyDeQ0eLJZ.jpg","[{'id':711,'logo_path':'/tEiIH5QesdheJmDAqQwvtN60727.png','name':'Fox 2000 Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-12-13","57588485","118","[{'iso_639_1':'en','name':'English'}]","Released","Half time is game time","Drumline","false","6.2","167" +"false","/h9ndC0gPubKlcxCYDHr1Zxt2XyF.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","27362","tt0092929","en","Drowning by Numbers","An ironic black comedy of love and death that takes place an a lyrically beautiful landscape. Three related women, all named Cissie Colpitts share a solidarity for one another which brings about three copy-cat drownings. The local coroner is in love with all three women and helps to disguise the murders.","3.925","/7VSvsr87TazqEvxqTDTWMDCbjwt.jpg","[{'id':9210,'logo_path':'/ruUf9qymJ1gKLmerDKO8pgq1CYM.png','name':'Film Four International','origin_country':''},{'id':30966,'logo_path':null,'name':'Stimuleringsfonds Nederlandse Culturele Omroepproducties','origin_country':''},{'id':30967,'logo_path':null,'name':'Elsevier-Vendex Film Beheer','origin_country':''},{'id':30968,'logo_path':null,'name':'Allarts Production','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'NL','name':'Netherlands'}]","1988-09-10","0","118","[{'iso_639_1':'en','name':'English'}]","Released","","Drowning by Numbers","false","7.5","58" +"false","/qe2w7OSeAtiLGrKhNoZcGSwHVA7.jpg","null","45000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'}]","","4954","tt0109676","en","Drop Zone","A team of skydiving crooks led by DEA-agent-turned-bad Ty Moncrief (Busey) specialize in landing on police roofs and breaking in so their evil computer nerd can steal undercover agents' files and sell them to drug lords. Federal Marshal Pete Nessip (Snipes) lost a brother to this crew and learns skydiving with the help of tough-but-lovable instructor Jessie Crossmann (Butler) so he can track them down.","8.247","/bbveyfmq6pGrzKL0l4waeA2WHHp.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-12-08","0","101","[{'iso_639_1':'en','name':'English'}]","Released","Taking crime to new heights","Drop Zone","false","5.3","152" +"false","/1LztNpugX9Ki5pNfqgkoBzUyoe6.jpg","null","0","[{'id':53,'name':'Thriller'}]","","228933","tt2179027","en","Drones","Drones begins in the Nevada desert, where new girl Sue Lawson joins airman Jack in a hot, windowless bunker from which they manoeuvre unmanned drones across the plains of Afghanistan. Their first day at work is awkward but polite, with Jack all too aware of Sue???s privileged status as daughter of a well-respected general. This, however, will be no ordinary mission: as they train their sights on an unarmed terrorist suspect, a power struggle erupts between the smart, sophisticated Sue and the dogged, blue-collar Jack.","1.522","/aSpY1r8uIGNDxCU471plwlhLKVb.jpg","[{'id':44727,'logo_path':null,'name':'Khaos Digital','origin_country':''},{'id':3095,'logo_path':null,'name':'Whitewater Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-10-18","0","82","[{'iso_639_1':'en','name':'English'}]","Released","The war of the future is up in the air","Drones","false","4.9","18" +"false","/f2zSymYJiRY5utmY0I293aCmF8q.jpg","null","7500000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","403","tt0097239","en","Driving Miss Daisy","The story of an old Jewish widow named Daisy Werthan and her relationship with her black chauffeur Hoke. From an initial mere work relationship grew in 25 years a strong friendship between the two very different characters in a time when those types of relationships where shunned upon. Oscar winning tragic comedy with a star-studded cast and based on a play of the same name by Alfred Uhry.","8.907","/pSybZBTSHOrPhDjFThDE9YEhCgT.jpg","[{'id':80,'logo_path':null,'name':'The Zanuck Company','origin_country':'US'},{'id':2630,'logo_path':null,'name':'Majestic Films International','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-12-13","145793296","99","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pl','name':'Polski'}]","Released","The funny, touching and totally irresistible story of a working relationship that became a 25-year friendship.","Driving Miss Daisy","false","7.2","616" +"false","/mKQ1xgeT2ASt7QHt3aNc0Z0WvGP.jpg","null","12000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","256092","tt2968804","en","Drive Hard","A former race car driver is abducted by a mysterious thief and forced to be the wheel-man for a crime that puts them both in the sights of the cops and the mob.","4.848","/nINoOfBJAsWGUv82G5crn4p9uBG.jpg","[{'id':6626,'logo_path':'/A1BnMoWjzjOrjzpWimyBQkf84mS.png','name':'Voltage Pictures','origin_country':'US'},{'id':6640,'logo_path':null,'name':'Odyssey Film Studios Australia','origin_country':'AU'}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'CA','name':'Canada'}]","2014-10-03","0","96","[{'iso_639_1':'en','name':'English'}]","Released","One Hell of A Ride","Drive Hard","false","3.9","91" +"false","/fjJyicmZ7wfsZrRuv1Ve2Vv0Zlf.jpg","null","50000000","[{'id':14,'name':'Fantasy'},{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","http://www.driveangry3d.co.uk/","47327","tt1502404","en","Drive Angry","Milton is a hardened felon who has broken out of Hell, intent on finding the vicious cult who brutally murdered his daughter and kidnapped her baby. He joins forces with Piper, a sexy, tough-as-nails waitress with a 69 Charger, who's also seeking redemption of her own. Caught in a deadly race against time, Milton has three days to avoid capture, avenge his daughter's death, and save her baby before she's mercilessly sacrificed by the cult.","11.516","/afYwV0EAO8YLRyrTnNaSRysDrCh.jpg","[{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'},{'id':831,'logo_path':null,'name':'Saturn Films','origin_country':'US'},{'id':925,'logo_path':'/dIb9hjXNOkgxu4kBWdIdK8nM4w.png','name':'Nu Image','origin_country':'US'},{'id':11370,'logo_path':null,'name':'Michael De Luca Productions','origin_country':'US'},{'id':1020,'logo_path':'/kuUIHNwMec4dwOLghDhhZJzHZTd.png','name':'Millennium Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-02-24","28931401","105","[{'iso_639_1':'en','name':'English'}]","Released","One hell of a ride.","Drive Angry","false","5.3","929" +"false","/2qR5pJEMumBCKPxFrfx7RU25oVk.jpg","null","15000000","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","http://www.sonypictures.com/movies/drive/","64690","tt0780504","en","Drive","A Hollywood stunt performer who moonlights as a wheelman for criminals discovers that a contract has been put on him after a heist gone wrong.","14.149","/nu7XIa67cXc2t7frXCE5voXUJcN.jpg","[{'id':7263,'logo_path':'/auaadhBBcvvTDtmW2iJzOrEjfgO.png','name':'FilmDistrict','origin_country':'US'},{'id':2266,'logo_path':'/owzVs2mguyyJ3vIn7EbgowpUPnk.png','name':'Bold Films','origin_country':'US'},{'id':2527,'logo_path':'/osO7TGmlRMistSQ5JZusPhbKUHk.png','name':'Marc Platt Productions','origin_country':'US'},{'id':3263,'logo_path':'/z0fbODSLBptxVKekL0950Lr71zU.png','name':'OddLot Entertainment','origin_country':'US'},{'id':11337,'logo_path':null,'name':'Motel Movies','origin_country':''},{'id':46625,'logo_path':null,'name':'Newbridge Film Capital','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-08-06","78054825","100","[{'iso_639_1':'en','name':'English'}]","Released","There are no clean getaways.","Drive","false","7.5","6481" +"false","/7XO35t81SB5woNWl2pkq86QN982.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","http://www.magpictures.com/drinkingbuddies","172533","tt2265398","en","Drinking Buddies","Weekend trips, office parties, late night conversations, drinking on the job, marriage pressure, biological clocks, holding eye contact a second too long??? you know what makes the line between ???friends??? and ???more than friends??? really blurry? Beer.","7.517","/zongyslIHQmfnf9rgUioPkDaHmq.jpg","[{'id':18346,'logo_path':'/vRQOTOMEohkoIfPNoDIZV0DfIwE.png','name':'Burn Later Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-08-23","343341","90","[{'iso_639_1':'en','name':'English'}]","Released","A comedy about knowing when to say when.","Drinking Buddies","false","6","517" +"false","/qERtpJ6t8LR0fMbyoQcfgyk7XHc.jpg","null","40000000","[{'id':35,'name':'Comedy'}]","http://www.drillbittaylor.com/","8457","tt0817538","en","Drillbit Taylor","Three kids hire a low-budget bodyguard to protect them from the playground bully, not realising he is just a homeless beggar and petty thief looking for some easy cash.","9.066","/rc1lPbKX1JPQiqqOsoQMr3tXA8J.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':10105,'logo_path':'/bN4tiAS8oNlHhIqq66KBPQ1Ekqh.png','name':'Apatow Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-03-20","0","102","[{'iso_639_1':'en','name':'English'}]","Released","You get what you pay for","Drillbit Taylor","false","5.6","477" +"false","/lk0fv0BIsiR7YXSo2VnFUJc8xz.jpg","null","11000000","[{'id':18,'name':'Drama'}]","","137968","tt1714833","en","Drift","In the 70s two brothers battle killer waves, conservative society and ruthless bikers to kick-start the modern surf industry.","5.847","/ovqcCkgRDhbzGhpm2ih0afdUTJt.jpg","[{'id':1286,'logo_path':null,'name':'World Wide Productions','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2013-05-02","0","113","[{'iso_639_1':'en','name':'English'}]","Released","Two Brothers. One Dream. No Rules.","Drift","false","5.8","86" +"false","/kngjkJc8DZbbxxLzC9D139l4Z63.jpg","null","6500000","[{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","11033","tt0080661","en","Dressed to Kill","A mysterious, tall, blonde woman wearing sunglasses murders one of a psychiatrist's patients, and now she's after the prostitute who witnessed it.","12.604","/b9RHUexTE6MT5x6iZ2Wmq56H1cJ.jpg","[{'id':1138,'logo_path':null,'name':'Filmways Pictures','origin_country':''},{'id':10317,'logo_path':null,'name':'Cinema 77 Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1980-06-25","31899000","105","[{'iso_639_1':'en','name':'English'}]","Released","The Latest Fashion In Murder","Dressed to Kill","false","6.8","283" +"false","/kqKcID44nGtIxhhzmziAX65abRx.jpg","null","50000000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","http://dreddthemovie.com/","49049","tt1343727","en","Dredd","In the future, America is a dystopian wasteland. The latest scourge is Ma-Ma, a prostitute-turned-drug pusher with a dangerous new drug and aims to take over the city. The only possibility of stopping her is an elite group of urban police called Judges, who combine the duties of judge, jury and executioner to deliver a brutal brand of swift justice. But even the top-ranking Judge, Dredd, discovers that taking down Ma-Ma isn???t as easy as it seems in this explosive adaptation of the hugely popular comic series.","15.201","/71fkYuMVMtdbREh9Mp3gTFmI8Bv.jpg","[{'id':46506,'logo_path':null,'name':'Rena Film','origin_country':''},{'id':284,'logo_path':null,'name':'DNA Films','origin_country':'GB'},{'id':6733,'logo_path':null,'name':'Reliance Big Entertainment','origin_country':''},{'id':7437,'logo_path':'/e5CcgFrdlxMUwlsS72si8q1yHBr.png','name':'IM Global','origin_country':'US'},{'id':46507,'logo_path':null,'name':'Peach Trees','origin_country':''}]","[{'iso_3166_1':'ZA','name':'South Africa'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'IN','name':'India'}]","2012-09-07","41037742","95","[{'iso_639_1':'en','name':'English'}]","Released","Judgement is coming","Dredd","false","6.7","2719" +"false","/jY6i3hCY4k6zHlBJMr7a45H6MdZ.jpg","null","68000000","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","http://dreamcatchermovie.warnerbros.com/","6171","tt0285531","en","Dreamcatcher","Four boyhood pals perform a heroic act and are changed by the powers they gain in return. Years later, on a hunting trip in the Maine woods, they're overtaken by a vicious blizzard that harbors an ominous presence. Challenged to stop an alien force, the friends must first prevent the slaughter of innocent civilians by a military vigilante ... and then overcome a threat to the bond that unites the four of them.","7.185","/A85mIkXdJvOwHxIQIEaN147GSLD.jpg","[{'id':13040,'logo_path':null,'name':'Kasdan Pictures','origin_country':''},{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':97,'logo_path':'/7znWcbDd4PcJzJUlJxYqAlPPykp.png','name':'Castle Rock Entertainment','origin_country':'US'},{'id':172,'logo_path':null,'name':'NPV Entertainment','origin_country':''},{'id':24939,'logo_path':null,'name':'WV Films II','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-03-21","75","136","[{'iso_639_1':'en','name':'English'}]","Released","A circle of friendship. A web of mystery. A pattern of fear.","Dreamcatcher","false","5.3","871" +"false","/kCNK40d2P5Ns8eO3ovtvE6Ak68c.jpg","null","50000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","69668","tt1462041","en","Dream House","Publisher, Will Atenton quits a lucrative job in New York to relocate his wife, Libby and their daughters to a quaint town in New England. However, as they settle into their home the Atentons discover that a woman and her children were murdered there, and the surviving husband is the town's prime suspect. With help from a neighbor who was close to the murdered family, Will pieces together a horrifying chain of events.","7.494","/8MDE7wXp7gxf61yRDptSLowU2e6.jpg","[{'id':8430,'logo_path':null,'name':'Cliffjack Motion Pictures','origin_country':''},{'id':10210,'logo_path':null,'name':'Morgan Creek Productions','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2011-09-30","38502340","84","[{'iso_639_1':'en','name':'English'}]","Released","Once upon a time, there were two little girls who lived in a house.","Dream House","false","6","645" +"false","/7jjFsNTbkpBa9frzUtNRgXjqeqi.jpg","null","3200000","[{'id':28,'name':'Action'}]","","238301","tt2164468","en","Dragonwolf","The Devil's Cauldron, a city where depravity and violence has forged a society in which only the lethal and callous can survive, two young men who possess the intellect and ferocity to flourish, carve a name for themselves as the most efficient and unstoppable hit men. Side by side, these two brothers are the deadliest killers, feared by even the most evil criminals. But when a woman of rare beauty mysteriously enters the brother's lives she blinds them with her sweet promises and turns them against each other, resulting in an epic battle that threatens to bring the Devil's Cauldron to the brink of destruction.","1.156","/fGWFAPfnA6rBmyKc3lkptauKvaY.jpg","[{'id':5200,'logo_path':null,'name':'Motion Picture Group, The','origin_country':''}]","[{'iso_3166_1':'TH','name':'Thailand'}]","2013-10-30","0","120","[{'iso_639_1':'en','name':'English'}]","Released","Eye for an eye...","Dragonwolf","false","3.6","7" +"false","/uEfN7dVfV3wKZ4ObPgfbaw7TVfp.jpg","null","0","[{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'}]","","16398","tt1353997","en","Dragonquest","When an ancient warlord summons a mythological beast, a young hero must complete a series of quests to awaken the dragon that will defeat the monster.","1.815","/copmFpWEGiLgrnVeg2UkOAxyLlr.jpg","[{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-03-31","0","88","[{'iso_639_1':'en','name':'English'}]","Released","","Dragonquest","false","2.5","11" +"false","/1S2y4Tj8UwH4g4kIj29liL2XwxM.jpg","{'id':169452,'name':'DragonHeart Collection','poster_path':'/bZsqwJnO65wlZ3ez7dopUQMYALY.jpg','backdrop_path':'/hRucBWgzCc7iA9avUE2k5gc7dkj.jpg'}","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'}]","","300803","tt3829170","en","Dragonheart 3: The Sorcerer's Curse","When aspiring knight Gareth goes in search of a fallen comet rumored to contain gold, he is shocked to instead find the dragon Drago. After Drago saves Gareth's life the two become intricately bonded, and must work together to defeat an evil sorcerer and stop his reign of terror. Along the way, Gareth learns the true meaning of being a knight in this fantasy action-adventure for the ages.","9.287","/weZV8fBcCMDvU5PIQ19w4gPOChD.jpg","[{'id':35916,'logo_path':null,'name':'Raffaella Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-02-24","0","97","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","","Dragonheart 3: The Sorcerer's Curse","false","4.8","121" +"false","/zLtg7uzZ09GMXerFVzugpgCcjuv.jpg","{'id':169452,'name':'DragonHeart Collection','poster_path':'/bZsqwJnO65wlZ3ez7dopUQMYALY.jpg','backdrop_path':'/hRucBWgzCc7iA9avUE2k5gc7dkj.jpg'}","57000000","[{'id':14,'name':'Fantasy'}]","","8840","tt0116136","en","DragonHeart","In an ancient time when majestic fire-breathers soared through the skies, a knight named Bowen comes face to face and heart to heart with the last dragon on Earth, Draco. Taking up arms to suppress a tyrant king, Bowen soon realizes his task will be harder than he'd imagined: If he kills the king, Draco will die as well.","13.467","/5bqI54aIyPDzPKkScwJprzbAsIi.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-05-31","115267375","103","[{'iso_639_1':'en','name':'English'}]","Released","You will believe.","DragonHeart","false","6.5","997" +"false","/8YLylbwhy318E2x68oyfa2RP5ot.jpg","null","65000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://duedatemovie.warnerbros.com/","41733","tt1231583","en","Due Date","Peter Highman must scramble across the US in five days to be present for the birth of his first child. He gets off to a bad start when his wallet and luggage are stolen, and put on the 'no-fly' list. Peter embarks on a terrifying journey when he accepts a ride from an actor.","9.795","/88m6HPueDnDnuCGwDa2BtA9sK8m.jpg","[{'id':923,'logo_path':'/5UQsZrfbfG2dYJbx8DxfoTr2Bvu.png','name':'Legendary Entertainment','origin_country':'US'},{'id':3527,'logo_path':null,'name':'Green Hat Films','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-11-04","211780824","95","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Leave Your Comfort Zone","Due Date","false","6.3","2858" +"false","/iLWlJMXX4CIWhA3roKt2gMFm2Ri.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'}]","","224003","tt2333508","en","Dragonfyre","A battle-weary ex-Special Forces Operative buys a ranch in remote American West to flee from the world, and encounters a strange series of trespassers, including a beautiful elf princess and a Native American mystic and Orcs. When the Orcs invade his property, John must give up his isolation to become a hero, before the Orcs unleash their dragon god on our world.","1.056","/zuhHvQ9FsqYXGAGZfTdVJclFzTt.jpg","[{'id':14787,'logo_path':'/cZWB9HeQ1e4G6qcy8hUu7GT4vMV.png','name':'Arrowstorm Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-09-06","0","97","[{'iso_639_1':'en','name':'English'}]","Released","","Dragonfyre","false","4.2","31" +"false","/pPFXl8mbLfse1XiV3AskzEIR8hw.jpg","null","100000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","14164","tt1098327","en","Dragonball Evolution","The young warrior Son Goku sets out on a quest, racing against time and the vengeful King Piccolo, to collect a set of seven magical orbs that will grant their wielder unlimited power.","8.996","/yERkcVylXAcTCi8f0qrba4rmWwg.jpg","[{'id':81135,'logo_path':null,'name':'World Film Magic','origin_country':''},{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'},{'id':3477,'logo_path':null,'name':'Star Overseas','origin_country':''},{'id':289,'logo_path':null,'name':'Ingenious Film Partners','origin_country':''},{'id':10893,'logo_path':null,'name':'Big Screen Productions','origin_country':''},{'id':6332,'logo_path':null,'name':'Dune Entertainment III','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-04-01","0","85","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'hi','name':'??????????????????'}]","Released","The legend comes to life.","Dragonball Evolution","false","2.6","946" +"false","/zu7BlUQmCNR10yeoaVDTNMkW4YQ.jpg","null","14000000","[{'id':18,'name':'Drama'}]","","10423","tt0106770","en","Dragon: The Bruce Lee Story","This film is a glimpse into the life, love and the unconquerable spirit of the legendary Bruce Lee. From a childhod of rigorous martial arts training, Lee realizes his dream of opening his own kung-fu school in America. Before long, he is discovered by a Hollywood producer and begins a meteroric rise to fame and an all too short reign as one the most charasmatic action heroes in cinema history.","6.8","/lxhsdC8wuGgQf0gKCt8wyHHxGcQ.jpg","[{'id':3410,'logo_path':null,'name':'Raffaella De Laurentiis Productions','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-05-07","63513743","120","[{'iso_639_1':'cn','name':'????????? / ?????????'},{'iso_639_1':'en','name':'English'}]","Released","The Mystery. The Life. The Love. The Legend","Dragon: The Bruce Lee Story","false","6.9","284" +"false","/smXFW9d9lcm8V1P5NcxrquCWWIo.jpg","{'id':464125,'name':'Dragon Nest Collection','poster_path':'/fSHDj84jJiagO4XDvGTLngxiqly.jpg','backdrop_path':'/5LX5LigezI0Ja13hExz12YByrJU.jpg'}","40000000","[{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'},{'id':16,'name':'Animation'}]","","257932","tt2911342","zh","????????????????????????","For years, the land of Altera has observed an uneasy peace between the humans, the elves, and the beasts who are loyal to the legendary Black Dragon. But when the dragon wakes from its hibernation, mobilizing a force of beasts to make war, a small band of humans and elves unite in a search for the secret road to the dragon???s lair.","6.345","/4gtrcEfXkMuVmQTUbELnfrA4Jqk.jpg","[{'id':60714,'logo_path':null,'name':'Mili Pictures','origin_country':''}]","[{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","2014-05-20","0","88","[{'iso_639_1':'cn','name':'????????? / ?????????'},{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'mo','name':''},{'iso_639_1':'ru','name':'P????????????'}]","Released","","Dragon Nest: Warriors' Dawn","false","7","31" +"false","/70wyqj6WnOSVWKnW2vxylFGz7c9.jpg","null","30000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.dragmetohell.net/","16871","tt1127180","en","Drag Me to Hell","After denying a woman the extension she needs to keep her home, loan officer Christine Brown sees her once-promising life take a startling turn for the worse. Christine is convinced she's been cursed by a Gypsy, but her boyfriend is skeptical. Her only hope seems to lie in a psychic who claims he can help her lift the curse and keep her soul from being dragged straight to hell.","11.62","/4trULrbj4AoPLKSiIoQUTm2tPAG.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':768,'logo_path':null,'name':'Ghost House Pictures','origin_country':'US'},{'id':11250,'logo_path':null,'name':'Buckaroo Entertainment','origin_country':''},{'id':11630,'logo_path':null,'name':'Curse Productions','origin_country':''},{'id':771,'logo_path':null,'name':'Mandate Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-03-15","90810892","99","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'hu','name':'Magyar'},{'iso_639_1':'cs','name':'??esk??'}]","Released","Christine Brown has a good job, a great boyfriend, and a bright future. But in three days, she's going to hell.","Drag Me to Hell","false","6.2","1755" +"false","/1D9nuelqoHGQdV4EsVIfaSZRONT.jpg","null","25000000","[{'id':18,'name':'Drama'}]","","200505","tt2223990","en","Draft Day","At the NFL Draft, general manager Sonny Weaver has the opportunity to rebuild his team when he trades for the number one pick. He must decide what he's willing to sacrifice on a life-changing day for a few hundred young men with NFL dreams.","9.987","/pb5FXL6pypVQbcs3TCzp5GqyTYr.jpg","[{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'},{'id':3263,'logo_path':'/z0fbODSLBptxVKekL0950Lr71zU.png','name':'OddLot Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-04-11","28831145","109","[{'iso_639_1':'en','name':'English'}]","Released","The greatest victories don't always happen on the field.","Draft Day","false","6.6","445" +"false","/gy5ItoprIPOT7Z1c2YhNhart39l.jpg","null","10000000","[{'id':27,'name':'Horror'},{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'},{'id':10752,'name':'War'}]","","49017","tt0829150","en","Dracula Untold","Vlad Tepes is a great hero, but when he learns the Sultan is preparing for battle and needs to form an army of 1,000 boys, including Vlad's son, he vows to find a way to protect his family. Vlad turns to dark forces in order to get the power to destroy his enemies and agrees to go from hero to monster as he's turned into the mythological vampire Dracula.","25.607","/4oy4e0DP6LRwRszfx8NY8EYBj8V.jpg","[{'id':3341,'logo_path':'/dTG5dXE1kU2mpmL9BNnraffckLU.png','name':'Fuji Television Network','origin_country':'JP'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':923,'logo_path':'/5UQsZrfbfG2dYJbx8DxfoTr2Bvu.png','name':'Legendary Entertainment','origin_country':'US'},{'id':11370,'logo_path':null,'name':'Michael De Luca Productions','origin_country':'US'},{'id':1778,'logo_path':'/69xm6sF3JxugGVjfZfm1YY6d7EE.png','name':'Dentsu','origin_country':'JP'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-10-01","217124280","92","[{'iso_639_1':'en','name':'English'}]","Released","Every bloodline has a beginning","Dracula Untold","false","6.2","3630" +"false","/cSDFMEmQdWt8UftNbAXLK6UAZby.jpg","null","500000","[{'id':28,'name':'Action'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.theimpalermovie.com/","243901","tt2543202","en","The Impaler","Seven high-school friends begin their Euro-trip at the actual castle of Vlad the Impaler where he supposedly sold his soul to the devil over 500 years earlier, but the decrepit castle's past envelopes them in a bloody ritual.","1.19","/vW0TEuOKGzrQjfYIvNbh0QLq64L.jpg","[{'id':61974,'logo_path':null,'name':'Full Moon Films','origin_country':''},{'id':61975,'logo_path':null,'name':'Flawless Production','origin_country':''},{'id':31759,'logo_path':null,'name':'Afflatus Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-10-31","0","86","[{'iso_639_1':'en','name':'English'}]","Released","500 Years Of Terror Unleashed From Hell","Dracula: The Impaler","false","3.6","16" +"false","/wu4tawMznxUvqP21lUH6RKrv3LQ.jpg","null","8000000","[{'id':35,'name':'Comedy'}]","http://www.sonypictures.com/movies/easya","37735","tt1282140","en","Easy A","Olive, an average high school student, sees her below-the-radar existence turn around overnight once she decides to use the school's gossip grapevine to advance her social standing. Now her classmates are turning against her and the school board is becoming concerned, including her favorite teacher and the distracted guidance counselor. With the support of her hilariously idiosyncratic parents and a little help from a long-time crush, Olive attempts to take on her notorious new identity and crush the rumor mill once and for all.","9.67","/1pgPO3OfSm2inpODMqg2RNmLW90.jpg","[{'id':3287,'logo_path':'/bz6GbCQQXGNE56LTW9dwgksW0Iw.png','name':'Screen Gems','origin_country':'US'},{'id':7291,'logo_path':'/eo8YnSO7wpUHVEprnMDOUcalhFD.png','name':'Olive Bridge Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-09-16","74952305","93","[{'iso_639_1':'en','name':'English'}]","Released","A comedy about a good girl a small favor and a big rumor","Easy A","false","6.8","3931" +"false","/qhfETbSeyzqcSoKTjNID4d4XVSR.jpg","null","0","[{'id':28,'name':'Action'},{'id':14,'name':'Fantasy'}]","","218266","tt2287214","en","Dracula: The Dark Prince","In his search for the Lightbringer, Dracula crosses paths with a beautiful crusader named Alina who bears a remarkable resemblance to his murdered bride. One look at her and Dracula is immediately smitten. Could Alina be the reincarnation of his long-dead love? Dracula has Alina kidnapped and brought to his castle where the Beast must now try to win his Beauty's heart.","3.782","/xJVm2f2KH3ZiAzxUDLwXrJAZ1A0.jpg","[{'id':1370,'logo_path':'/uch218gB4XWNz3JNhlc65A5Q207.png','name':'Castel Film','origin_country':'RO'}]","[]","2013-10-15","0","98","[{'iso_639_1':'en','name':'English'}]","Released","The Battle Heaven and Earth is Eternal","Dracula: The Dark Prince","false","3.9","17" +"false","/x4RwLFKvVm5X6zkrKRLBUkDIwuq.jpg","null","40000000","[{'id':10749,'name':'Romance'},{'id':27,'name':'Horror'}]","","6114","tt0103874","en","Dracula","When Dracula leaves the captive Jonathan Harker and Transylvania for London in search of Mina Harker???the spitting image of Dracula's long-dead wife, Elisabeta???obsessed vampire hunter, Dr. Van Helsing sets out to end the madness.","13.997","/ioHxm3D3JdSXR61LRhcVb8KdZOz.jpg","[{'id':70,'logo_path':'/ueaENQkPcy8rlr5fGZVBXKOhlBh.png','name':'American Zoetrope','origin_country':'US'},{'id':2019,'logo_path':null,'name':'Osiris Films','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-11-13","215862692","128","[{'iso_639_1':'la','name':'Latin'},{'iso_639_1':'ro','name':'Rom??n??'},{'iso_639_1':'bg','name':'?????????????????? ????????'},{'iso_639_1':'el','name':'????????????????'},{'iso_639_1':'en','name':'English'}]","Released","Love never dies.","Dracula","false","7.3","2171" +"false","/uWF6NFQ8JySd4KSaX4JKEVYts06.jpg","null","0","[{'id':27,'name':'Horror'},{'id':10749,'name':'Romance'}]","","33521","tt0079073","en","Dracula","Romanticized adaptation of Bram Stoker's 1897 classic. Count Dracula is a subject of fatal attraction to more than one English maiden lady, as he seeks an immortal bride.","4.007","/nS20AU8Iorb3nEJdIEpk4J0RR0j.jpg","[{'id':219,'logo_path':null,'name':'The Mirisch Corporation','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'}]","1979-07-20","0","109","[{'iso_639_1':'nl','name':'Nederlands'},{'iso_639_1':'ro','name':'Rom??n??'},{'iso_639_1':'en','name':'English'}]","Released","Throughout history he has filled the hearts of men with terror, and the hearts of women with desire.","Dracula","false","6.5","79" +"false","/8Sh5rRcOrBy4AIm3keZ50dOIn4D.jpg","null","1800000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':10752,'name':'War'}]","","935","tt0057012","en","Dr. Strangelove or: How I Learned to Stop Worrying and Love the Bomb","After the insane General Jack D. Ripper initiates a nuclear strike on the Soviet Union, a war room full of politicians, generals and a Russian diplomat all frantically try to stop the nuclear strike.","11.617","/tviJ68Wj4glQk3CPMvdvExYHxX.jpg","[{'id':88,'logo_path':null,'name':'Hawk Films','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1964-01-29","9440272","95","[{'iso_639_1':'en','name':'English'}]","Released","The hot-line suspense comedy","Dr. Strangelove or: How I Learned to Stop Worrying and Love the Bomb","false","8.1","2637" +"false","/n6Uxdb5xANo9o2XNenI1MzbTH2s.jpg","{'id':116847,'name':'Dr. Phibes Collection','poster_path':'/qjewCqGqnM6uBHdMWbejkkxTXDU.jpg','backdrop_path':'/5eVk3lK6bE3JM6z9EuSYL1xsSxf.jpg'}","75000","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'},{'id':12,'name':'Adventure'}]","","18250","tt0068503","en","Dr. Phibes Rises Again","The vengeful Doctor rises again, seeking the Scrolls of Life in an attempt to resurrect his deceased wife.","3.174","/cO7XqouecaoqIURLAfWGt5EOa09.jpg","[{'id':9266,'logo_path':null,'name':'American International Pictures (AIP)','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'}]","1972-07-01","0","89","[{'iso_639_1':'en','name':'English'}]","Released","Flesh crawls! Blood curdles! Phibes lives!","Dr. Phibes Rises Again","false","6.3","62" +"false","/d31nOw1OxCVGWcc9UfKg0PeVYcJ.jpg","null","20000000","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","14359","tt0918927","en","Doubt","In 1964, a Catholic school nun questions a priest's ambiguous relationship with a troubled young student, suspecting him of abuse. He denies the charges, and much of the film's quick-fire dialogue tackles themes of religion, morality, and authority.","7.146","/eoxF1LlYvJeVJcEmptfV8PLtpBK.jpg","[{'id':258,'logo_path':null,'name':'Scott Rudin Productions','origin_country':'US'},{'id':3534,'logo_path':null,'name':'Goodspeed Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-11-27","50907234","104","[{'iso_639_1':'en','name':'English'}]","Released","There is no evidence. There are no witnesses. But for one, there is no doubt.","Doubt","false","7.2","825" +"false","/lDycwBLtLAVzLMK5nUvuf01DYCr.jpg","null","3500000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'}]","","2436","tt0106761","en","Double Dragon","Set 15 years in the future in post-earthquake California, where San Diego and Los Angeles are merged into one city, two teenage brothers have half of a powerful ancient Chinese talisman. An evil gang leader named Bo Abobo has the other half, and determines to get the brothers' half and have a complete medallion so he can gain absolute power of the magical Double Dragon medallion.","5.804","/yv21myb4k32qUhuEmuCg1uYiOOC.jpg","[{'id':37,'logo_path':'/nlG4JEjJ7SAFDehgIVvHFBPW23y.png','name':'Gramercy Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-11-04","2341309","89","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Power. Justice. Darkness. Light.","Double Dragon","false","4","108" +"false","/qG8MPYWkBQs0htKnsH6yBq0iCPJ.jpg","null","0","[{'id':14,'name':'Fantasy'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://doriangraymovie.co.uk/","23488","tt1235124","en","Dorian Gray","A vain London playboy offers his soul in exchange for eternal beauty in this adaptation of the chilling tale by author Oscar Wilde. Seduced into the decadent world of Lord Henry Wotton (Colin Firth), handsome young aristocrat Dorian Gray (Ben Barnes) becomes obsessed with maintaining his youthful appearance, and commissions a special portrait that will weather the winds of time while he remains forever young. When Gray's obsession spirals out of control, his desperate attempts to safeguard his secret turn his once-privileged life into a living hell.","6.725","/tL0JgGir10RFXZ1M0H3TgyrGdtp.jpg","[{'id':2650,'logo_path':null,'name':'Ealing Studios','origin_country':''},{'id':2651,'logo_path':null,'name':'Fragile Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2009-09-09","4706919","112","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pl','name':'Polski'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Forever Young. Forever Cursed.","Dorian Gray","false","5.9","1135" +"false","/lXMpLlk6Q2OnrGSHV89pIR3MFh.jpg","null","700000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","http://www.youaredope.com/","308639","tt3850214","en","Dope","Malcolm is carefully surviving life in a tough neighborhood in Los Angeles while juggling college applications, academic interviews, and the SAT. A chance invitation to an underground party leads him into an adventure that could allow him to go from being a geek, to being dope, to ultimately being himself.","7.928","/6hd6aFx2zRpLcW9ZNYg3XLXvv1m.jpg","[{'id':15495,'logo_path':null,'name':'Revolt Films','origin_country':''},{'id':14638,'logo_path':null,'name':'Significant Productions','origin_country':'US'},{'id':58445,'logo_path':null,'name':'IamOTHER Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-06-19","17986781","103","[{'iso_639_1':'en','name':'English'}]","Released","It's hard out here for a geek.","Dope","false","7.2","931" +"false","/7JbI86bSgpGEyZ3X4BKN9LiY3s5.jpg","null","30000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","","13460","tt0483607","en","Doomsday","A lethal virus spreads throughout the British isles, infecting millions and killing hundreds of thousands. To contain the threat, acting authorities brutally quarantine the country as it succumbs to fear and chaos. The quarantine is successful. Three decades later, the Reaper virus violently resurfaces in a major city. An elite group of specialists is urgently dispatched into the still-quarantined country to retrieve a cure by any means necessary. Shut off from the rest of the world, the unit must battle through a landscape that has become a waking nightmare.","13.255","/fTwyePFDgcJVCL02GndcnZT3mvt.jpg","[{'id':134,'logo_path':null,'name':'Rogue Pictures','origin_country':''},{'id':1224,'logo_path':null,'name':'Intrepid Pictures','origin_country':'US'},{'id':20241,'logo_path':null,'name':'Crystal Sky Pictures','origin_country':''},{'id':7419,'logo_path':null,'name':'Scion Films','origin_country':''},{'id':9137,'logo_path':null,'name':'Moonlighting Films','origin_country':'ZA'},{'id':19855,'logo_path':null,'name':'Internationale Filmproduktion Blackbird Dritte','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'ZA','name':'South Africa'}]","2008-03-14","22211426","108","[{'iso_639_1':'en','name':'English'}]","Released","Mankind has an expiration date.","Doomsday","false","5.8","545" +"false","/8PV8cLmcANo5Jx4EBipD60kET8X.jpg","null","60000000","[{'id':28,'name':'Action'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","8814","tt0419706","en","Doom","A team of space marines known as the Rapid Response Tactical Squad, led by Sarge, is sent to a science facility on Mars after somebody reports a security breach. There, they learn that the alert came after a test subject, a mass murderer purposefully injected with alien DNA, broke free and began killing people. Dr. Grimm, who is related to team member Reaper, informs them all that the chromosome can mutate humans into monsters -- and is highly infectious.","12.462","/7oZj7PCNh3G8xo9xs33suIpubv8.jpg","[{'id':435,'logo_path':null,'name':'Di Bonaventura Pictures','origin_country':'US'},{'id':1512,'logo_path':null,'name':'John Wells Productions','origin_country':'US'},{'id':2539,'logo_path':null,'name':'Reaper Productions','origin_country':''},{'id':11345,'logo_path':null,'name':'Stillking Films','origin_country':''},{'id':19481,'logo_path':null,'name':'Babelsberg Film','origin_country':''},{'id':19922,'logo_path':null,'name':'Doom Productions','origin_country':''},{'id':19923,'logo_path':null,'name':'Distant Planet Productions','origin_country':''}]","[{'iso_3166_1':'CZ','name':'Czech Republic'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2005-10-20","55987321","105","[{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'en','name':'English'}]","Released","No one gets out alive.","Doom","false","5","1009" +"false","/4euB3cDuRUGtpBN84xUxNUhhDRi.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://www.everymansjourney.com/","102855","tt1308756","en","Don???t Stop Believin???: Everyman???s Journey","Follows the real life rock-n-roll fairy tale story of Filipino Arnel Pineda, who was plucked from You Tube to become the front man for iconic American rock band, Journey, thereby becoming the latest performer to go from the Internet to real life celebrity. Having already overcome a life full of painful obstacles and now saddled with the immense pressures of leading a world renowned band and replacing a legendary singer, the film follows Arnel on this personal journey.","1.9","/myNMeXjYM0v2hffo7cYvxaZixZW.jpg","[{'id':35798,'logo_path':null,'name':'Game 7 Films','origin_country':'US'},{'id':35799,'logo_path':null,'name':'Arcady Bay Entertainment','origin_country':''},{'id':35800,'logo_path':null,'name':'CineDiaz','origin_country':''},{'id':35801,'logo_path':null,'name':'Defining Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-03-16","0","105","[{'iso_639_1':'en','name':'English'}]","Released","Rock n Roll Fairy Tale","Don???t Stop Believin???: Everyman???s Journey","false","6.8","18" +"false","/AaOtoMzqWJPSNXPRKwbvqf6MbKo.jpg","null","50000000","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","12103","tt0260866","en","Don't Say a Word","When the daughter of a psychiatrist is kidnapped, he's horrified to discover that the abductors' demand is that he break through to a post traumatic stress disorder suffering young woman who knows a secret..","11.476","/qx3hgW9MqxsEEFjx4eSbpp1Fe2l.jpg","[{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':172,'logo_path':null,'name':'NPV Entertainment','origin_country':''},{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':824,'logo_path':null,'name':'Kopelson Entertainment','origin_country':''},{'id':1171,'logo_path':null,'name':'Epsilon Motion Pictures','origin_country':'CH'},{'id':10104,'logo_path':'/hNuGhsKVlmhnwSRcmOejDBDjh6w.png','name':'New Regency Pictures','origin_country':'US'},{'id':33433,'logo_path':null,'name':'Furthur Films','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'US','name':'United States of America'}]","2001-09-28","100020092","113","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","...I'll never tell.","Don't Say a Word","false","6.1","387" +"false","/oOKtu6e46YfFsXVv1U5xUuZt6NT.jpg","null","0","[{'id':27,'name':'Horror'}]","","44936","tt0182996","en","Don't Go in the Woods","Four backpackers decide to take a hike in the mountains of Utah. But within the woods lurks a killer. But who...or what...is it? The lazy local sheriff blames bears. But the escalating body count seems to point to a human killer. Ignoring the warning signs, our campers remain lost in the woods...alone...awaiting their fate.","3.668","/oxMcHsonNPztnXtzPw13HLXHTec.jpg","[{'id':41796,'logo_path':null,'name':'JBF','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1981-09-05","0","82","[{'iso_639_1':'en','name':'English'}]","Released","Everyone has nightmares about the ugliest way to die.","Don't Go in the Woods","false","3.8","33" +"false","/as5r70ZVrWykHnpyt8jfuPzh4re.jpg","null","250000","[{'id':27,'name':'Horror'}]","http://www.multicom.tv/library/Don't_Go_in_the_House","39867","tt0080646","en","Don't Go in the House","As a child, Donald was tormented by his mother who used fire as a punishment. Now a deranged adult, Donald stalks women at clubs, then takes them home where he kills them with a flamethrower.","2.842","/f2K7XwdA8mvN1wZVnCsmKNCXLhg.jpg","[{'id':15062,'logo_path':null,'name':'Turbine Films Inc.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1979-11-01","0","82","[{'iso_639_1':'en','name':'English'}]","Released","In a steel room built for revenge they die burning... in chains.","Don't Go in the House","false","5.6","45" +"false","/ppYTBjTXYuWFY2BOu8Jlk5muhRL.jpg","null","25000000","[{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.dontbeafraidofthedark.com/","46261","tt1270761","en","Don't Be Afraid of the Dark","A young girl sent to live with her father and his new girlfriend discovers creatures in her new home who want to claim her as one of their own.","8.746","/5RGZI8ZjV5u1KUlNEejvG43At4c.jpg","[{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':7263,'logo_path':'/auaadhBBcvvTDtmW2iJzOrEjfgO.png','name':'FilmDistrict','origin_country':'US'},{'id':11627,'logo_path':null,'name':'Necropia','origin_country':''},{'id':2605,'logo_path':null,'name':'Gran Via Productions','origin_country':''},{'id':11628,'logo_path':null,'name':'Tequila Gang','origin_country':'MX'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'MX','name':'Mexico'}]","2010-11-06","36993168","99","[{'iso_639_1':'en','name':'English'}]","Released","Fear is never just make believe","Don't Be Afraid of the Dark","false","5.4","531" +"false","/ld7huGVoyXAY6EsdAUeLh9QxAl6.jpg","{'id':178106,'name':'Darko Collection','poster_path':'/4Oj6ctBucsLvkbKsQMDaDXXR5cu.jpg','backdrop_path':'/ohe2ksGzff0TJm30h6D7nhrtiNC.jpg'}","6000000","[{'id':14,'name':'Fantasy'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","141","tt0246578","en","Donnie Darko","After narrowly escaping a bizarre accident, a troubled teenager is plagued by visions of a large bunny rabbit that manipulates him to commit a series of crimes.","16.224","/nmb4QhCRmdfNP6rgb81yUFgI83l.jpg","[{'id':185,'logo_path':null,'name':'Pandora Cinema','origin_country':''},{'id':3334,'logo_path':null,'name':'Adam Fields Productions','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'},{'id':19813,'logo_path':null,'name':'Flower Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-01-18","1270522","114","[{'iso_639_1':'en','name':'English'}]","Released","You can never go too far","Donnie Darko","false","7.8","6455" +"false","/1aVNngSHPmcYYCXS0NaqpcbUo9M.jpg","null","35000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","9366","tt0119008","en","Donnie Brasco","An FBI undercover agent infilitrates the mob and finds himself identifying more with the mafia life at the expense of his regular one.","13.172","/xtKLvpOfARi1XVm8u2FTdhY5Piq.jpg","[{'id':11317,'logo_path':'/u3YB3GujS0tct5BVTsMJLWVyllg.png','name':'Phoenix Pictures','origin_country':'US'},{'id':2604,'logo_path':null,'name':'Mark Johnson Productions','origin_country':''},{'id':11407,'logo_path':null,'name':'Baltimore Pictures','origin_country':''},{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-02-27","41954997","127","[{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","Based on a true story.","Donnie Brasco","false","7.5","2011" +"false","/4QBI1pdjr2hH1fgC8NqwZZnWNso.jpg","null","3000000","[{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","138697","tt2229499","en","Don Jon","A New Jersey guy dedicated to his family, friends, and church, develops unrealistic expectations from watching porn and works to find happiness and intimacy with his potential true love.","13.527","/xD93OhEhMPN0v5VXt21D6rx7HGg.jpg","[{'id':11092,'logo_path':null,'name':'Ram Bergman Productions','origin_country':''},{'id':14578,'logo_path':null,'name':'HitRecord Films','origin_country':''},{'id':6626,'logo_path':'/A1BnMoWjzjOrjzpWimyBQkf84mS.png','name':'Voltage Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-07-26","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Everyone loves a happy ending.","Don Jon","false","5.9","2623" +"false","/2JASHMjDOcnMOUI4WnEmpvuiEUe.jpg","null","50000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","","9923","tt0421054","en","Domino","The daughter of actor Laurence Harvey turns away from her career as a Ford model to become a bounty hunter.","9.213","/hD1PBfaTmNXKeDzWbaMtlIqKD4P.jpg","[{'id':56181,'logo_path':null,'name':'Domino 17521','origin_country':''},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':342,'logo_path':null,'name':'Davis-Films','origin_country':''},{'id':1645,'logo_path':'/6Ry6uNBaa0IbbSs1XYIgX5DkA9r.png','name':'Scott Free Productions','origin_country':''},{'id':656,'logo_path':'/rqmaM1yOhp5KSGjjQToeOYPuMUx.png','name':'Metropolitan Filmexport','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2005-09-22","22944502","127","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pl','name':'Polski'}]","Released","Heads You Live... Tails You Die.","Domino","false","5.9","669" +"false","/t9nWzNIVohUYp1qEJo2ECYq5MoF.jpg","{'id':12263,'name':'The Exorcist Collection','poster_path':'/wjMqwHkOuDBSOY5MujL5GSdlBTk.jpg','backdrop_path':'/gZnEheMdhKxSZQUEzphCHXldud1.jpg'}","30000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","12700","tt0449086","en","Dominion: Prequel to the Exorcist","Haunted by terrible acts the Nazis forced him to participate in, the disenchanted Father Lankester Merrin focuses his energies on helping with an archaeological dig in the northern part of Kenya. There, the crew uncovers a church that predates Christian missions into the area, but the discovery also causes strange events to start occurring -- including physical changes to a young, disabled boy, whom Merrin grows to suspect has been possessed by a demon.","7.021","/3jIQOCB8ghrxvfWzSjzNv41LR9P.jpg","[{'id':10210,'logo_path':null,'name':'Morgan Creek Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-05-20","251495","117","[{'iso_639_1':'en','name':'English'}]","Released","Go back before the beginning, to the place where evil was born.","Dominion: Prequel to the Exorcist","false","4.9","111" +"false","/jfaduIvJtWgRVnKLcbMllqkHDok.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","192134","tt2402105","en","Dom Hemingway","After spending 12 years in prison for keeping his mouth shut, notorious safe-cracker Dom Hemingway is back on the streets of London looking to collect what he's owed.","6.359","/z4yQiTC3EfwVPzVuBqjOELtfo3f.jpg","[{'id':19404,'logo_path':null,'name':'Pinewood Studios','origin_country':''},{'id':11561,'logo_path':'/8HB3TFUeo83keAPHfFfrNtN2MmA.png','name':'Recorded Picture Company (RPC)','origin_country':'GB'},{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':8719,'logo_path':null,'name':'Isle of Man Film Commission','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2013-11-15","523511","93","[{'iso_639_1':'en','name':'English'}]","Released","I want my money plus interest.... and a present","Dom Hemingway","false","5.8","294" +"false","/xsC7j04MmWL0QxOyUWSv2rhnsep.jpg","{'id':288491,'name':'Dolphin Tale Collection','poster_path':'/3Xav3CJrYtUBQ7mB2lKTJ7TSn1q.jpg','backdrop_path':null}","37000000","[{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","http://dolphintalemovie.warnerbros.com/index.html","62837","tt1564349","en","Dolphin Tale","A story centered on the friendship between a boy and a dolphin whose tail was lost in a crab trap.","7.384","/47eRTWQDx9lPkQgTWmuATNNkwBJ.jpg","[{'id':10280,'logo_path':null,'name':'Arc Productions','origin_country':''},{'id':1088,'logo_path':'/9WOE5AQUXbOtLU6GTwfjS8OMF0v.png','name':'Alcon Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-09-23","95404397","113","[{'iso_639_1':'en','name':'English'}]","Released","Inspired by the amazing true story of Winter","Dolphin Tale","false","6.8","304" +"false","/cdx5jz8mGsMdHl4PKJ0TVaBDOk4.jpg","null","0","[{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'}]","","24341","tt0092906","en","Dolls","A group of people stop by a mansion during a storm and discover two magical toy makers, and their haunted collection of dolls.","4.729","/mETHaHZhgJUmWrITFu5guuxJTri.jpg","[{'id':1212,'logo_path':null,'name':'Empire Pictures','origin_country':''},{'id':17429,'logo_path':null,'name':'Taryn Productions Inc.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-03-12","0","77","[{'iso_639_1':'en','name':'English'}]","Released","... pleasant dreams.","Dolls","false","6.3","129" +"false","/mAGjEDmpqOU9iy6ZDNQmMxcNtOl.jpg","{'id':288491,'name':'Dolphin Tale Collection','poster_path':'/3Xav3CJrYtUBQ7mB2lKTJ7TSn1q.jpg','backdrop_path':null}","36000000","[{'id':10751,'name':'Family'},{'id':18,'name':'Drama'}]","http://www.seewinter.com/","227735","tt2978462","en","Dolphin Tale 2","The team of people who saved Winter's life reassemble in the wake of her surrogate mother's passing in order to find her a companion so she can remain at the Clearwater Marine Hospital.","6.753","/ga714OrcrFhCrhbHUfDG47fUU5F.jpg","[{'id':68621,'logo_path':null,'name':'St. Petersburg Clearwater Film Commission','origin_country':''},{'id':1088,'logo_path':'/9WOE5AQUXbOtLU6GTwfjS8OMF0v.png','name':'Alcon Entertainment','origin_country':'US'},{'id':12626,'logo_path':null,'name':'Boxing Cat Films','origin_country':''},{'id':5420,'logo_path':'/du0ccP7uaodq3rTXhddhywwNPXm.png','name':'Color Force','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-09-12","52424533","107","[{'iso_639_1':'en','name':'English'}]","Released","WINTER's amazing true story... now has HOPE.","Dolphin Tale 2","false","6.7","165" +"false","/hyVHeKqCDwZdvgeFvAFZD2pDcFy.jpg","null","10000000","[{'id':14,'name':'Fantasy'},{'id':35,'name':'Comedy'},{'id':12,'name':'Adventure'}]","http://www.dogma-movie.com/","1832","tt0120655","en","Dogma","The latest battle in the eternal war between Good and Evil has come to New Jersey in the late, late 20th Century. Angels, demons, apostles and prophets (of a sort) walk among the cynics and innocents of America and duke it out for the fate of humankind.","11.119","/zuJJAEvyiZiddzRx7JRGNDzjP07.jpg","[{'id':16934,'logo_path':null,'name':'View Askew Productions','origin_country':'US'},{'id':91820,'logo_path':null,'name':'STK Films','origin_country':''},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-11-12","30652890","130","[{'iso_639_1':'en','name':'English'}]","Released","It can be Hell getting into Heaven","Dogma","false","6.9","1292" +"false","/zU0eujOCrAs9JFOeWUeBauXRvnl.jpg","null","0","[{'id':99,'name':'Documentary'}]","","87489","tt0173771","en","Document of the Dead","A documentary about George A. Romero's films, with a behind scenes look at Dawn of the Dead.","0.84","/jenFg51UlqRQClwCP6V17kFaaGq.jpg","[]","[]","1985-06-21","0","91","[]","Released","","Document of the Dead","false","7.3","11" +"false","/g97xTt18p0WWnj6wxLGC0vBKFwQ.jpg","{'id':3169,'name':'Dr. Dolittle Collection','poster_path':'/yGF6vv7ekbkf9C3FRjrGIrkyyhc.jpg','backdrop_path':'/dtz0ju3dikZaiSJ9HmVoMs9imT8.jpg'}","71000000","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","","3050","tt0118998","en","Doctor Dolittle","A successful physician and devoted family man, John Dolittle seems to have the world by the tail, until a long suppressed talent he possessed as a child, the ability to communicate with animals is suddenly reawakened with a vengeance! Now every creature within squawking distance wants the good doctor's advice, unleashing an outrageous chain of events that turns his world upside down!","13.626","/ebomUCgc1QhtuxWiEHnmJlesv2g.jpg","[{'id':1301,'logo_path':null,'name':'Joseph M. Singer Entertainment','origin_country':''},{'id':1302,'logo_path':'/kQZtJdyphCmq292iGDqlUx0yk2D.png','name':'Davis Entertainment','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-06-22","294456605","85","[{'iso_639_1':'en','name':'English'}]","Released","He doesn't just talk to the animals!","Doctor Dolittle","false","5.5","1519" +"false","/7KOGPnh9gTXTeBGsOnO1rLYG3ob.jpg","null","0","[{'id':99,'name':'Documentary'}]","","250577","tt2481248","en","Doc of the Dead","The definitive zombie culture documentary, brought to the screen by the makers of THE PEOPLE vs. GEORGE LUCAS.","1.554","/awJuDzXlrjK3uch1EEM0oJ6iR4w.jpg","[{'id':15886,'logo_path':null,'name':'Red Letter Media','origin_country':''},{'id':19448,'logo_path':null,'name':'Geekscape Productions','origin_country':''},{'id':63267,'logo_path':'/aBsWy0FMOCdtvGGxJFQl5CPR07i.png','name':'Exhibit A Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-03-10","0","81","[{'iso_639_1':'en','name':'English'}]","Released","","Doc of the Dead","false","7.1","21" +"false","/yM4k71Y6bEuVl7EX46OJ2fvyFHV.jpg","null","20000000","[{'id':35,'name':'Comedy'}]","","9472","tt0364725","en","DodgeBall: A True Underdog Story","When megalomaniacal White Goodman, the owner of a trendy, high-end fitness center, makes a move to take over the struggling local gym run by happy-go-lucky Pete La Fleur, there's only one way for La Fleur to fight back: dodgeball. Aided by a dodgeball guru and Goodman's attorney, La Fleur and his rag-tag team of underdogs launch a knock-down, drag-out battle in which the winner takes all.","13.863","/yEOVrTOvVFtd0hsw2Sjfm2t6aVn.jpg","[{'id':19354,'logo_path':null,'name':'Mediastream Vierte Film GmbH & Co. Vermarktungs KG','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'},{'id':2932,'logo_path':'/4uLKLjGivVg2YnAIhAn8k7ZuVFj.png','name':'Red Hour','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2004-06-18","167722310","92","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","Grab Life By The Ball","DodgeBall: A True Underdog Story","false","6.2","1795" +"false","/tBWZkKMcrWdrpkOAA84FBlzE2XK.jpg","null","21000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","9053","tt0398913","en","DOA: Dead or Alive","Four beautiful rivals at an invitation-only martial-arts tournament join forces against a sinister threat. Princess Kasumi is an aristocratic warrior trained by martial-arts masters. Tina Armstrong is a wrestling superstar. Helena Douglas is an athlete with a tragic past. Christie Allen earns her keep as a thief and an assassin-for-hire.","9.868","/w1DbRfGKWWS3JR74q4vawHVQy5B.jpg","[{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'},{'id':248,'logo_path':null,'name':'Impact Pictures','origin_country':''},{'id':5755,'logo_path':'/53JWq1rzbAXzbh1rnFo3XdqsAUh.png','name':'Constantin Film Produktion','origin_country':''},{'id':8068,'logo_path':null,'name':'Mindfire Entertainment','origin_country':''},{'id':12317,'logo_path':null,'name':'Team Ninja','origin_country':''},{'id':23238,'logo_path':null,'name':'VIP 4 Medienfonds','origin_country':''},{'id':37134,'logo_path':null,'name':'Tecmo','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2006-09-07","480314","87","[{'iso_639_1':'en','name':'English'}]","Released","They're the ultimate fighters. They've got the looks. They've got the moves, and the men fall at their feet.","DOA: Dead or Alive","false","5","353" +"false","/zSBqoq70qaa1qWWO76QIbVsh9Xf.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","213711","tt2607336","en","New Terminal Hotel","Holed up in a seedy hotel, Hollywood screenwriter Don Malek is scripting a diabolical plan for revenge. But instead of writing about a bloodthirsty serial killer, Don is doing the dirty work with his own hands.","1.4","/v4xqT8TDK7ZFYDAvnyGDALj0tl3.jpg","[{'id':17840,'logo_path':null,'name':'Ruthless Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-08-06","0","85","[{'iso_639_1':'en','name':'English'}]","Released","Pray for Death.","Do Not Disturb","false","4.9","8" +"false","/cY2HaFtp0zbrG0d0srtGk0nEvQF.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'},{'id':27,'name':'Horror'},{'id':14,'name':'Fantasy'}]","","279972","tt1991031","en","Digging Up the Marrow","He???s one of the hardest working filmmakers in the genre business.......So what???s HATCHET man Adam Green been up to this past year apart from working on his sit-com ???Holliston???, writing KILLER PIZZA and prepping EXORCISM ON CROOKED LAKE? The answer is this documentary starting out exploring genre-based monster art and then taking an odd turn into the blurring of fantasy and reality. Because halfway through producing this treatise with cinematographer Will Barratt at his L.A. ArieScope Pictures offices, they are contacted by former policeman William Dekker who claims he can prove that monsters are indeed real. That they live in world just below our own named The Marrow and he knows where one of the entrances to this dark hidden universe is. Green of course is intrigued and so the monster hunting expedition begins??? to become something else far more frightening than he ever imagined.","4.879","/f8FoJz7JIvEiH37Wh8fgcVUFliq.jpg","[{'id':3960,'logo_path':null,'name':'ArieScope Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-02-20","0","98","[{'iso_639_1':'en','name':'English'}]","Released","Believing is seeing.","Digging Up the Marrow","false","5.6","78" +"false","/f3XjMkBmpZcY68m9A1HzXLBEO5B.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':18,'name':'Drama'},{'id':27,'name':'Horror'}]","","29067","tt0059465","en","Die, Monster, Die!","A young man visits his fianc??'s estate to discover that her wheelchair-bound scientist father has discovered a meteorite that emits mutating radiation rays that have turned the plants in his greenhouse to giants. When his own wife falls victim to this mysterious power, the old man takes it upon himself to destroy the glowing object with disastrous results.","1.198","/aAYlioTJ5RpxfihDhwjBubLYqlf.jpg","[]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1965-10-26","0","80","[{'iso_639_1':'en','name':'English'}]","Released","No one can stop this killing machine....It's Already Dead!!!","Die, Monster, Die!","false","6.1","24" +"false","","null","0","[{'id':53,'name':'Thriller'}]","","332309","tt0228270","de","Die Millennium-Katastrophe - Computer-Crash 2000","A convicted murderer holds the world hostage with a year 2000 virus in all the world's major computer systems.","1.559","/q02y8zUnvfLtlhLO3O6iaM8Otu7.jpg","[]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'AU','name':'Australia'}]","1999-12-28","0","92","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","","Die Millennium-Katastrophe - Computer-Crash 2000","false","5","3" +"false","/aJCEQFFXNcfg5YneJzTG15qzxF7.jpg","{'id':1570,'name':'Die Hard Collection','poster_path':'/xhnb5lVfwE7NHycdPNdIxHx7kZi.jpg','backdrop_path':'/5kHVblr87FUScuab1PVSsK692IL.jpg'}","90000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","https://www.foxmovies.com/movies/die-hard-with-a-vengeance","1572","tt0112864","en","Die Hard: With a Vengeance","New York detective John McClane is back and kicking bad-guy butt in the third installment of this action-packed series, which finds him teaming with civilian Zeus Carver to prevent the loss of innocent lives. McClane thought he'd seen it all, until a genius named Simon engages McClane, his new ""partner"" -- and his beloved city -- in a deadly game that demands their concentration.","18.643","/ivpXGcsPZglyYrN65THWSD7JM3q.jpg","[{'id':1504,'logo_path':null,'name':'Cinergi Pictures Entertainment','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-05-19","366101666","128","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'ro','name':'Rom??n??'}]","Released","Think fast. Look alive. Die hard.","Die Hard: With a Vengeance","false","7.1","3155" +"false","/kywkOlRpYtfVlar41R1s8lO46vD.jpg","{'id':1570,'name':'Die Hard Collection','poster_path':'/xhnb5lVfwE7NHycdPNdIxHx7kZi.jpg','backdrop_path':'/5kHVblr87FUScuab1PVSsK692IL.jpg'}","70000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","https://www.foxmovies.com/movies/die-hard-2","1573","tt0099423","en","Die Hard 2","Off-duty cop John McClane is gripped with a feeling of d??j?? vu when, on a snowy Christmas Eve in the nation???s capital, terrorists seize a major international airport, holding thousands of holiday travelers hostage. Renegade military commandos led by a murderous rogue officer plot to rescue a drug lord from justice and are prepared for every contingency except one: McClane???s smart-mouthed heroics.","16.702","/zSgL998DXaljsCmwQuwDM8Ak4rV.jpg","[{'id':1073,'logo_path':null,'name':'Gordon Company','origin_country':''},{'id':1885,'logo_path':'/xlvoOZr4s1PygosrwZyolIFe5xs.png','name':'Silver Pictures','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-07-02","240031094","124","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Die Harder","Die Hard 2","false","6.8","2876" +"false","/eg049B1TJdWuKuyKowNmhZxNToc.jpg","{'id':1570,'name':'Die Hard Collection','poster_path':'/xhnb5lVfwE7NHycdPNdIxHx7kZi.jpg','backdrop_path':'/5kHVblr87FUScuab1PVSsK692IL.jpg'}","28000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","https://www.foxmovies.com/movies/die-hard","562","tt0095016","en","Die Hard","NYPD cop John McClane's plan to reconcile with his estranged wife is thrown for a serious loop when, minutes after he arrives at her office, the entire building is overtaken by a group of terrorists. With little help from the LAPD, wisecracking McClane sets out to single-handedly rescue the hostages and bring the bad guys down.","33.289","/mc7MubOLcIw3MDvnuQFrO9psfCa.jpg","[{'id':1073,'logo_path':null,'name':'Gordon Company','origin_country':''},{'id':1885,'logo_path':'/xlvoOZr4s1PygosrwZyolIFe5xs.png','name':'Silver Pictures','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-07-15","140767956","131","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'it','name':'Italiano'}]","Released","40 Stories. Twelve Terrorists. One Cop.","Die Hard","false","7.7","6015" +"false","/3YQfmtpbiFCMHcXY3lJ7fGEcOL6.jpg","{'id':645,'name':'James Bond Collection','poster_path':'/HORpg5CSkmeQlAolx3bKMrKgfi.jpg','backdrop_path':'/6VcVl48kNKvdXOZfJPdarlUGOsk.jpg'}","140000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://www.mgm.com/view/movie/232/Die-Another-Day/","36669","tt0246460","en","Die Another Day","Bond takes on a North Korean leader who undergoes DNA replacement procedures that allow him to assume different identities. American agent, Jinx Johnson assists Bond in his attempt to thwart the villain's plans to exploit a satellite that is powered by solar energy.","22.111","/1iUZqUXS7x5FcGM5J0u01xuObWC.jpg","[{'id':7576,'logo_path':'/oYcUi1byZ312Z3xiz5ojz9RQLND.png','name':'Eon Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2002-11-17","431971116","133","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ko','name':'?????????/?????????'},{'iso_639_1':'cn','name':'????????? / ?????????'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'is','name':'??slenska'},{'iso_639_1':'it','name':'Italiano'}]","Released","He???s never been cooler.","Die Another Day","false","5.9","1794" +"false","/fiYymtAvnCJGeYf5HsOo2CZUoRS.jpg","null","58000000","[{'id':35,'name':'Comedy'}]","","24438","tt1314228","en","Did You Hear About the Morgans?","In New York City, an estranged couple who witness a murder are relocated to small-town Wyoming as part of a witness-protection program.","10.13","/yBrceyep5ZWaU9XuodM1X5c67K6.jpg","[{'id':45726,'logo_path':null,'name':'Banter','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':97,'logo_path':'/7znWcbDd4PcJzJUlJxYqAlPPykp.png','name':'Castle Rock Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-12-17","85280250","103","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'uk','name':'??????????????????????'}]","Released","We're not in Manhattan anymore.","Did You Hear About the Morgans?","false","5.2","484" +"false","/n8vAQ8r69AVCN9wNXEqg40hjlkv.jpg","null","2000000","[{'id':27,'name':'Horror'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","","13025","tt0848557","en","Diary of the Dead","A group of young film students run into real-life zombies while filming a horror movie of their own.","5.641","/tGktSJW5dPf8QIjmcqum4KOEZPZ.jpg","[{'id':3240,'logo_path':null,'name':'Artfire Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-09-08","5364858","95","[{'iso_639_1':'en','name':'English'}]","Released","Where will you be when the end begins?","Diary of the Dead","false","5.5","311" +"false","/4mdRyMSLHxeTIwqNLUgQtNxla20.jpg","{'id':86110,'name':'Diary of a Wimpy Kid Collection','poster_path':'/4Miizfzuds4ldROTff9vB0Z3EId.jpg','backdrop_path':'/hTbw2nLM44eE5m7ZIIXodcoDR1X.jpg'}","10000000","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","82650","tt2023453","en","Diary of a Wimpy Kid: Dog Days","School is out and Greg is ready for the days of summer, when all his plans go wrong. What on earth is he going to do all summer?","10.906","/tev1d0E9hkiloecGi038tvTsm3y.jpg","[{'id':711,'logo_path':'/tEiIH5QesdheJmDAqQwvtN60727.png','name':'Fox 2000 Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-08-02","0","94","[{'iso_639_1':'en','name':'English'}]","Released","School's Out for the summer","Diary of a Wimpy Kid: Dog Days","false","6.2","419" +"false","/ag3LIUYCclnXltzoVZX3nPKmQt7.jpg","{'id':86110,'name':'Diary of a Wimpy Kid Collection','poster_path':'/4Miizfzuds4ldROTff9vB0Z3EId.jpg','backdrop_path':'/hTbw2nLM44eE5m7ZIIXodcoDR1X.jpg'}","15000000","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","http://www.fox.co.uk/diary-of-a-wimpy-kid","33217","tt1196141","en","Diary of a Wimpy Kid","Greg Heffley is headed for big things, but first he has to survive the scariest, most humiliating experience of any kid???s life ??? middle school! That won???t be easy, considering he???s surrounded by hairy-freckled morons, wedgie-loving bullies and a moldy slice of cheese with nuclear cooties!","9.291","/tyGsEW5Aiusr7qKKLITPfVFCmW.jpg","[{'id':8569,'logo_path':null,'name':'Dayday Films','origin_country':'GB'},{'id':5420,'logo_path':'/du0ccP7uaodq3rTXhddhywwNPXm.png','name':'Color Force','origin_country':'US'},{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2010-03-19","0","92","[{'iso_639_1':'en','name':'English'}]","Released","It's not a diary, it's a movie.","Diary of a Wimpy Kid","false","6","700" +"false","/gIGLXXvsljHK1jdDNaIXsjhZnnH.jpg","{'id':645,'name':'James Bond Collection','poster_path':'/HORpg5CSkmeQlAolx3bKMrKgfi.jpg','backdrop_path':'/6VcVl48kNKvdXOZfJPdarlUGOsk.jpg'}","7200000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://www.mgm.com/view/movie/529/Diamonds-Are-Forever/","681","tt0066995","en","Diamonds Are Forever","Diamonds are stolen only to be sold again in the international market. James Bond infiltrates a smuggling mission to find out who???s guilty. The mission takes him to Las Vegas where Bond meets his archenemy Blofeld.","17.614","/viPjZ3JCOahcfNCcVhiPExusJoZ.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':7576,'logo_path':'/oYcUi1byZ312Z3xiz5ojz9RQLND.png','name':'Eon Productions','origin_country':'GB'},{'id':10761,'logo_path':null,'name':'Danjaq','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1971-12-13","116019547","120","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","The man who made 007 a household number","Diamonds Are Forever","false","6.4","895" +"false","/jVMlfESb0TJ29w8CUDDofEprMmn.jpg","null","1400000","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","521","tt0046912","en","Dial M for Murder","An ex-tennis pro carries out a plot to have his wife murdered after discovering she is having an affair, and assumes she will soon leave him for the other man anyway. When things go wrong, he improvises a new plan???to frame her for murder instead.","16.958","/xrpK1PyckNWmRxU4kZURfaCyboS.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1954-05-29","3000000","105","[{'iso_639_1':'en','name':'English'}]","Released","If a woman answers...hang on for dear life!","Dial M for Murder","false","8","1012" +"false","/4tHk6KEze9OR5ftleU3G7vLgjOm.jpg","null","0","[{'id':27,'name':'Horror'}]","","186889","tt2290534","en","Devil's Tower","Abused, broke and down on her luck, Sarah is given a new shot at life when she moves into a new apartment. At first the apartment seems to have been the right choice for Sarah, she even meets some new friends including Sid (Jason Mewes). But before long tenants begin disappearing, when Sarah and Sid go looking for them, they discover an evil lurks, hell bent on not only taking over their building, but the city as well. As Sarah and Sid fight for survival, the bitter and vengeful ghost begins inhabiting the bodies of the tower???s tenants turning them to bloodthirsty zombies.","0.928","/sjtsO19nj3qkbreOZjLzD9L2KVF.jpg","[{'id':19182,'logo_path':null,'name':'Hawthorne Productions','origin_country':''},{'id':14262,'logo_path':null,'name':'Templeheart Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-09-05","0","82","[{'iso_639_1':'en','name':'English'}]","Released","High Rise. Low Rent. No Chance.","Devil's Tower","false","3.4","15" +"false","/xRxI1oeXtG2Kxh5YQ2PjjQVizfY.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","169219","tt1905040","en","The Dyatlov Pass Incident","Five young filmmakers retrace the steps of a doomed group of hikers in pursuit of an unsolvable mystery.","6.044","/3JQbPneTS10fxhgiRXfe4FXtT8S.jpg","[{'id':5630,'logo_path':null,'name':'Non-Stop Productions','origin_country':'RU'},{'id':10843,'logo_path':null,'name':'Future Films','origin_country':''},{'id':17887,'logo_path':null,'name':'Midnight Sun Pictures','origin_country':''},{'id':11006,'logo_path':null,'name':'Aldamisa Entertainment','origin_country':''},{'id':17888,'logo_path':null,'name':'K. JAM Media','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'RU','name':'Russia'}]","2013-02-27","0","100","[{'iso_639_1':'en','name':'English'}]","Released","History always repeats itself.","The Dyatlov Pass Incident","false","5.7","252" +"false","/eZ3uOWNkuTaVZQOj7i6j5kaHIoJ.jpg","null","15000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","152792","tt0804463","en","Devil's Knot","The savage murders of three young children sparks a controversial trial of three teenagers accused of killing the kids as part of a satanic ritual.","7.53","/e47ijbXIk9GdIH0w88YWIYo8EuT.jpg","[{'id':9015,'logo_path':null,'name':'Worldview Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-05-09","0","114","[{'iso_639_1':'en','name':'English'}]","Released","They say the crimes were satanic. The truth may be scarier.","Devil's Knot","false","6","337" +"false","/jioFIVXRayU9UDTy9q4zWD4JSz9.jpg","null","7000000","[{'id':27,'name':'Horror'}]","","79316","tt2752758","en","Devil's Due","An unexpected pregnancy takes a terrifying turn for newlyweds Zach and Samantha McCall.","9.944","/u8u1q4eu4Yxt8n1NXuykzguDjj8.jpg","[{'id':22213,'logo_path':'/qx9K6bFWJupwde0xQDwOvXkOaL8.png','name':'TSG Entertainment','origin_country':'US'},{'id':1302,'logo_path':'/kQZtJdyphCmq292iGDqlUx0yk2D.png','name':'Davis Entertainment','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-01-08","36433975","89","[{'iso_639_1':'en','name':'English'}]","Released","The Devil Always Gets His Due","Devil's Due","false","4.4","295" +"false","/A6KRu9aQmf2bKpHjlaVXmiSA3iv.jpg","null","57000000","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'},{'id':14,'name':'Fantasy'}]","","1813","tt0118971","en","The Devil's Advocate","A hotshot lawyer gets more than he bargained for when he learns his new boss is Lucifer himself.","17.215","/eSivb4EyOAyEum70mOSHtAWiUe3.jpg","[{'id':676,'logo_path':null,'name':'Monarchy Enterprises B.V.','origin_country':''},{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':824,'logo_path':null,'name':'Kopelson Entertainment','origin_country':''},{'id':10104,'logo_path':'/hNuGhsKVlmhnwSRcmOejDBDjh6w.png','name':'New Regency Pictures','origin_country':'US'},{'id':20555,'logo_path':null,'name':'Taurus Film','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","1997-10-17","152944660","144","[{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Evil has its winning ways.","The Devil's Advocate","false","7.3","2517" +"false","/xtJ1DpPZ7kFgMUd3U0vUR7Y3VGi.jpg","null","0","[{'id':27,'name':'Horror'}]","http://www.thedarknessmovie.com/","119478","tt2061822","en","Devil Seed","Alexandra is a lively college student returning to live with her roommates Jessica and Breanne after the summer holidays. After a night of drinking, Alex agrees to a psychic reading to learn about her future with her boyfriend, Brian, but during the reading a dramatic turn of events causes SOMETHING to go drastically wrong. When Alex awakes the next day, she cant remember the events of the night before. She begins to hear creepy noises, hallucinate, black out and receive unidentifiable scratch marks all over her body. Afraid shes going crazy, she seeks help from her friends but Jessica, Breanne and Brian are incapable of comprehending the scope of the darkness descending UPON her. Instead, Alex receives help from a school professor and his father who have dealt with the supernatural before. But as Alexs condition worsens, it becomes apparent that it may already be too late to stop the entity from using Alexs body as a gateway into our world (IMDb.com).","2.303","/mpky0OI9XBKh2Ke3N9yIGrXh6i0.jpg","[{'id':18702,'logo_path':null,'name':'Player Entertainment Group','origin_country':''},{'id':108441,'logo_path':'/ykzjGtn82zc2nRT9zf5uJyYHPdM.png','name':'Matchbox Pictures','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2012-05-16","0","93","[{'iso_639_1':'en','name':'English'}]","Released","","Devil Seed","false","4.8","34" +"false","/n5q3X8tuhsTiU9EPYY50MqjaYRA.jpg","null","10000000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","http://www.thenightchronicles.com/devil/","44040","tt1314655","en","Devil","A group of people trapped in a elevator realizes that the devil is among them.","9.124","/m54c0mMcsQfNcRk2As2qH8Y5DQG.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':2531,'logo_path':'/pC2iDCDCvV85vOBP7a5Ukxuc0Du.png','name':'Media Rights Capital','origin_country':'US'},{'id':6006,'logo_path':null,'name':'Night Chronicles','origin_country':''},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-01-13","33583175","80","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'uk','name':'??????????????????????'}]","Released","Bad Things Happen For A Reason","Devil","false","5.9","1463" +"false","/qUcmEqnzIwlwZxSyTf3WliSfAjJ.jpg","null","100000000","[{'id':18,'name':'Drama'},{'id':37,'name':'Western'}]","http://unchainedmovie.com/","68718","tt1853728","en","Django Unchained","With the help of a German bounty hunter, a freed slave sets out to rescue his wife from a brutal Mississippi plantation owner.","26.269","/5WJnxuw41sddupf8cwOxYftuvJG.jpg","[{'id':308,'logo_path':'/e8F3mQM7DkJ5SfYYDp8FYzPBOGX.png','name':'The Weinstein Company','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-12-25","425368238","165","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'de','name':'Deutsch'}]","Released","Life, liberty and the pursuit of vengeance.","Django Unchained","false","8","15176" +"false","/87O81bBFqQCXHtUWEdUhXSNV36D.jpg","null","4500000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","115446","tt2006721","en","Divorce Invitation","'Divorce Invitation' centers on Mike Christian, a happily married man who runs into his high school sweetheart Alex, and after all these years, sparks still fly. When Mike is determined Alex is his true soul mate, he realizes he has a huge problem-he signed an iron-clad pre-nuptial agreement and his wife will not let him out of the marriage","1.792","/tZpp60MozXbk2ZVGxFMbMK3UCu5.jpg","[{'id':45585,'logo_path':null,'name':'R. R. Movie Makers','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-11-14","0","113","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pl','name':'Polski'}]","Released","","Divorce Invitation","false","4.7","17" +"false","/g6WT9zxATzTy9NVu2xwbxDAxvjd.jpg","{'id':283579,'name':'Divergent Collection','poster_path':'/nXuCj7NcsC2bPJlwD6t2l9ZTDnt.jpg','backdrop_path':'/uExS9jcaFBM1wJhkn1Q1P0MFpv6.jpg'}","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'}]","http://www.thedivergentseries.movie/#divergent","157350","tt1840309","en","Divergent","In a world divided into factions based on personality types, Tris learns that she's been classified as Divergent and won't fit in. When she discovers a plot to destroy Divergents, Tris and the mysterious Four must find out what makes Divergents dangerous before it's too late.","21.296","/yTtx2ciqk4XdN1oKhMMDy3f5ue3.jpg","[{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'},{'id':14440,'logo_path':null,'name':'Red Wagon Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-03-14","288747895","139","[{'iso_639_1':'en','name':'English'}]","Released","What makes you different makes you dangerous.","Divergent","false","6.9","8000" +"false","/5KTQu6ObiYMTia1MwFTZsD8MjDn.jpg","null","20000000","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","http://www.disturbia.com","8271","tt0486822","en","Disturbia","Kale is a 17-year-old placed under house arrest after punching his teacher. He is confined to his house, and decides to use his free time spying on his neighbors. Things start to get weird when guests enter the Turner's house and don't come back out. Kale and his friends, Ronnie and Ashley, start to grow more and more interested in what is actually happening within the house of Robert Turner.","9.207","/eyQ7vWEm2SClbAlNLTOhQhkSkFF.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':2363,'logo_path':null,'name':'Cold Spring Pictures','origin_country':''},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'},{'id':2364,'logo_path':'/oZyR5maGM96jReVgW7oJ7mXN8ts.png','name':'The Montecito Picture Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-04-12","117760134","105","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","The quieter the street, the darker the secrets....","Disturbia","false","6.6","1791" +"false","/yosGyMJ2CkavMSGx6PhcZO6kCAV.jpg","null","30000000","[{'id':878,'name':'Science Fiction'}]","http://www.d-9.com/","17654","tt1136608","en","District 9","Thirty years ago, aliens arrive on Earth. Not to conquer or give aid, but to find refuge from their dying planet. Separated from humans in a South African area called District 9, the aliens are managed by Multi-National United, which is unconcerned with the aliens' welfare but will do anything to master their advanced technology. When a company field agent contracts a mysterious virus that begins to alter his DNA, there is only one place he can hide: District 9.","13.065","/axFmCRNQsW6Bto8XuJKo08MPPV5.jpg","[{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'},{'id':8504,'logo_path':null,'name':'Block / Hanson','origin_country':'US'},{'id':11,'logo_path':'/6FAuASQHybRkZUk08p9PzSs9ezM.png','name':'WingNut Films','origin_country':'NZ'},{'id':8582,'logo_path':null,'name':'Canadian Film or Video Production Tax Credit Fund (CPTC)','origin_country':'CA'},{'id':20667,'logo_path':null,'name':'District 9','origin_country':''},{'id':2300,'logo_path':null,'name':'Key Creatives','origin_country':''},{'id':20668,'logo_path':null,'name':'New Zealand Post Digital and Visual Effects Grant','origin_country':''},{'id':11029,'logo_path':'/aEqqnFZjCW10ODE4TYQ1qkjvokr.png','name':'QED International','origin_country':'US'},{'id':10884,'logo_path':null,'name':'The Department of Trade and Industry of South Africa','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'NZ','name':'New Zealand'},{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'ZA','name':'South Africa'}]","2009-08-05","210819611","112","[{'iso_639_1':'af','name':'Afrikaans'},{'iso_639_1':'ny','name':''},{'iso_639_1':'st','name':''},{'iso_639_1':'xh','name':''},{'iso_639_1':'zu','name':'isiZulu'},{'iso_639_1':'en','name':'English'}]","Released","You are not welcome here.","District 9","false","7.3","5276" +"false","/mtL3AChOaW4v7MuCn5dAop9XpD5.jpg","null","0","[{'id':28,'name':'Action'},{'id':37,'name':'Western'}]","","61391","tt0043469","en","Distant Drums","After destroying a Seminole fort, American soldiers and their rescued companions must face the dangerous Everglades and hostile Indians in order to reach safety","1.72","/fFtNfhsoRNprdv0PaFn0Nc6yeq6.jpg","[{'id':11276,'logo_path':null,'name':'United States Pictures','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1951-12-25","0","101","[{'iso_639_1':'en','name':'English'}]","Released","Les aventures du capitaine Wyatt","Distant Drums","false","6","20" +"false","/d1mBUdmTd4MzReLZRShwHMWu9Qd.jpg","null","500000","[{'id':35,'name':'Comedy'}]","https://www.facebook.com/pages/DisOrientation/472624866191335","258784","tt1743994","en","DisOrientation","After a string of incompatible dorm mates, Finn ??? an unapologetic, collegiate underachiever and extreme party boy ??? hopes that a new year is going to bring some better luck. But 15-year-old, nerdy, brainiac Toby isn't exactly who he had in mind. After an extremely rough start, the two overcome their differences and team up to exact revenge on campus jock, Landon, and his posse of goons, who think they rule the school.","1.938","/zbt8JgpVXtoD30sfVjqjoZwyhQp.jpg","[{'id':20715,'logo_path':null,'name':'RD Motion Pictures','origin_country':''}]","[]","2012-06-02","0","81","[{'iso_639_1':'en','name':'English'}]","Released","Cold Beer. Hot Chicks. Why Graduate?","DisOrientation","false","3.5","8" +"false","/asTq74kXjslx8A13qDTVdzvyJ8.jpg","null","10000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.disconnectthemovie.com/","127517","tt1433811","en","Disconnect","Disconnect interweaves multiple storylines about people searching for human connection in today???s wired world. Through poignant turns that are both harrowing and touching, the stories intersect with surprising twists that expose a shocking reality into our daily use of technology that mediates and defines our relationships and ultimately our lives.","9.153","/kTLcEBTPzptlBP8auLRlK8KTKvV.jpg","[{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':11448,'logo_path':'/twhX9HMUuGW4Mhb45AyWDhRqkvR.png','name':'Exclusive Media','origin_country':'US'},{'id':10285,'logo_path':'/5jxaT7zoJKtnwqxniiJ9iJLsJru.png','name':'LD Entertainment','origin_country':'US'},{'id':11140,'logo_path':null,'name':'Wonderful Films PLC','origin_country':''},{'id':8533,'logo_path':null,'name':'Liddell Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-09-11","3428048","115","[{'iso_639_1':'en','name':'English'}]","Released","Look up","Disconnect","false","7.1","666" +"false","/kbg8HCgxpP4KLpW9R1qfdUGvnfT.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'},{'id':80,'name':'Crime'},{'id':878,'name':'Science Fiction'}]","","200094","tt0419692","en","Disconnect","A distraught college student finds a phone that enables her to talk to her deceased mother in the past. Instead of a heart attack, she learns that her mother was murdered. She tries to use the phone to stop the murder from occurring before the killer finds and kills her too.","1.4","/2C5IH6aN9UnlIIBuGNZEd9XDoYd.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-08-06","0","112","[{'iso_639_1':'en','name':'English'}]","Released","","Disconnect","false","6.7","3" +"false","/jaz2l1tvsPLluEVgmVvtZAsoae5.jpg","null","0","[{'id':27,'name':'Horror'}]","","330993","tt2006719","en","Disciples","A dark twisted apocalyptic shocker about a group of humans and demons who must band together to fight for the fate of humanity. When an ancient prophecy unleashes an evil spirit, hell is brought upon the world.","1.351","/mf2QEgsQQyty05klqoMonX5yPXy.jpg","[{'id':50862,'logo_path':null,'name':'Hollow Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-09-12","0","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","","Disciples","false","2.2","5" +"false","/rskyc6jadodyM1619SE7TIVdSYB.jpg","null","25000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","http://www.disastermovie.net/","13805","tt1213644","en","Disaster Movie","In DISASTER MOVIE, the filmmaking team behind the hits ""Scary Movie,"" ""Date Movie,"" ""Epic Movie"" and ""Meet The Spartans"" this time puts its unique, inimitable stamp on one of the biggest and most bloated movie genres of all time -- the disaster film.","6.708","/6xBrOsf8RtHem3diXDGFsiKltYz.jpg","[{'id':19248,'logo_path':null,'name':'3 in the Box','origin_country':''},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':114737,'logo_path':null,'name':'Grosvenor Park Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-08-29","14109284","87","[{'iso_639_1':'en','name':'English'}]","Released","Your favorite movies are going to be destroyed.","Disaster Movie","false","3.1","472" +"false","/8h2bRVc5wwVStfsiJ1i33uXYoUn.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","","159004","tt2532528","en","Dirty Wars","Investigative journalist, Jeremy Scahill is pulled into an unexpected journey as he chases down the hidden truth behind America's expanding covert wars, and examines how the US government has responded to international terrorist threats in ways that seem to go against the established laws of the land.","4.921","/dWl1YzSOSKWK8rK8BGPvdiitPfS.jpg","[{'id':34484,'logo_path':null,'name':'Civic Bakery','origin_country':''},{'id':34485,'logo_path':null,'name':'Big Noise Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-01-18","0","87","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ps','name':'????????'},{'iso_639_1':'so','name':'Somali'},{'iso_639_1':'ar','name':'??????????????'}]","Released","A secret army. A war without end. A journalist determined to uncover the truth.","Dirty Wars","false","7.1","76" +"false","/5bzrDKj9lRfiWiW2Mx9VJWJtdHz.jpg","null","1150000","[{'id':35,'name':'Comedy'}]","","56965","tt1107812","en","Dirty Movie","An outrageous cut-rate producer, Charlie LaRue (Christopher Meloni) is about to fulfill his lifelong dream to make a movie about the most offensive, dirtiest jokes ever told.","2.31","/sa9elPEGzEXITjyuJatMxCl7c1E.jpg","[{'id':6763,'logo_path':null,'name':'National Lampoon','origin_country':''},{'id':6764,'logo_path':null,'name':'Camelot Entertainment Group','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-02-15","0","91","[{'iso_639_1':'en','name':'English'}]","Released","There's always room for a dirty joke.","Dirty Movie","false","3.1","21" +"false","/t3OZS8yMs0NL4YgWWc04eXHTn1X.jpg","{'id':10456,'name':'Dirty Harry Collection','poster_path':'/wv5v7fTSZgULWqriWFxaWVk0CWm.jpg','backdrop_path':'/nlpixhOhb3JmFqVXKjCwpYFpldf.jpg'}","10000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","http://www.warnerbros.com/dirty-harry/","984","tt0066999","en","Dirty Harry","When a madman dubbed 'Scorpio' terrorizes San Francisco, hard-nosed cop, Harry Callahan ??? famous for his take-no-prisoners approach to law enforcement ??? is tasked with hunting down the psychopath. Harry eventually collars Scorpio in the process of rescuing a kidnap victim, only to see him walk on technicalities. Now, the maverick detective is determined to nail the maniac himself.","12.561","/4j2tBAusIVev4ZaScncIHknP7eV.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':171,'logo_path':null,'name':'Malpaso Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1971-12-21","35976000","102","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","Detective Harry Callahan. He doesn't break murder cases. He smashes them.","Dirty Harry","false","7.5","1013" +"false","/rbELiIEbwhIelgTV1BemiTe5KNk.jpg","{'id':86058,'name':'Dirty Dancing Collection','poster_path':'/gkrOvdbCFuGlxVwCYmczw7aw6Ku.jpg','backdrop_path':'/qR6POAKwCL8VwuK8ZjSAdRRFNj9.jpg'}","25000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","10677","tt0338096","en","Dirty Dancing: Havana Nights","In pre-revolution Cuba, Katey Miller is about to defy everyone's expectations. Instead of a parent-approved suitor, Katey is drawn to the sexy waiter, Javier, who spends his nights dancing in Havana's nightclubs. As she secretly learns to dance with Javier, she learns the meanings of love, sensuality and independence.","7.376","/nuUKcfRYjifwjIJPN1J6kIGcSvD.jpg","[{'id':35,'logo_path':'/wxrHa3nZ1K4zo65p56991INkGo6.png','name':'Lions Gate Films','origin_country':'US'},{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':2253,'logo_path':null,'name':'Lawrence Bender Productions','origin_country':'US'},{'id':22879,'logo_path':null,'name':'Havana Nights LLC','origin_country':''},{'id':2188,'logo_path':null,'name':'Artisan Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-02-27","27685016","86","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Break the rules. Find your freedom. Live your life.","Dirty Dancing: Havana Nights","false","6.2","298" +"false","/ngDmpFRzNGr9XMtKchhBZjt4DLH.jpg","{'id':86058,'name':'Dirty Dancing Collection','poster_path':'/gkrOvdbCFuGlxVwCYmczw7aw6Ku.jpg','backdrop_path':'/qR6POAKwCL8VwuK8ZjSAdRRFNj9.jpg'}","6000000","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","http://lionsgateathome.com/dirty-dancing","88","tt0092890","en","Dirty Dancing","Expecting the usual tedium that accompanies a summer in the Catskills with her family, 17-year-old Frances 'Baby' Houseman is surprised to find herself stepping into the shoes of a professional hoofer ??? and unexpectedly falling in love.","13.473","/jFoktPxTtabZfh9JeDy3F78g9w7.jpg","[{'id':137,'logo_path':null,'name':'Great American Films Limited Partnership','origin_country':''},{'id':12360,'logo_path':null,'name':'Vestron Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-08-21","213893795","100","[{'iso_639_1':'en','name':'English'}]","Released","Have the time of your life.","Dirty Dancing","false","7.3","2821" +"false","/LT2796bodQIvIV50KcyrsIkq6r.jpg","null","127500000","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","","10567","tt0130623","en","Dinosaur","An orphaned dinosaur raised by lemurs joins an arduous trek to a sancturary after a meteorite shower destroys his family home.","13.182","/rSje3FS7ycJSglowlngjsvDt7vO.jpg","[{'id':6125,'logo_path':'/tVPmo07IHhBs4HuilrcV0yujsZ9.png','name':'Walt Disney Animation Studios','origin_country':'US'},{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-05-19","354248063","82","[{'iso_639_1':'en','name':'English'}]","Released","You have never seen anything like this.","Dinosaur","false","6.4","1127" +"false","/dNx2qHFrNCTTfjjBKxk4nRFEr7D.jpg","null","0","[{'id':99,'name':'Documentary'}]","","249170","tt3090252","en","Dinosaur 13","Documentary about the discovery of the largest T-Rex fossil found.","3.285","/AsrOWnf6YtZ0Xl8cTCLnpdwUpoj.jpg","[{'id':37708,'logo_path':null,'name':'Statement Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-08-15","0","95","[{'iso_639_1':'en','name':'English'}]","Released","The true tale of one of the greatest discoveries in history.","Dinosaur 13","false","7","48" +"false","/tNvqVHfmiPXC4IlEJPByRPy6lUx.jpg","null","0","[{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","136793","tt1321862","en","Dino Time","When a daredevil kid named Ernie, his sister Julia, and his best friend Max are horsing around in Max's inventor father's workshop, they accidentally trip a time-machine into operation and find themselves transported back in time 65 million years, where they meet a T-Rex named Tyra and her rambunctious dinosaur son Dodger. The unlikely group find themselves on an amazing adventure exploring the lush prehistoric jungle, despite Tyra's evil dinosaur rivals conspiring against them - while, back in the present day, Max's dad and Ernie and Julia's overprotective mom plot their rescue.","3.818","/bOriKE5Pjd1uLDfG5fu5uLXxaQ7.jpg","[{'id':7036,'logo_path':'/javbyY0ZCvlFJtly3tpZqf2NwLX.png','name':'CJ Entertainment','origin_country':'KR'},{'id':738,'logo_path':null,'name':'Myriad Pictures','origin_country':'US'},{'id':14833,'logo_path':null,'name':'Toiion','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'KR','name':'South Korea'}]","2012-12-07","0","85","[{'iso_639_1':'en','name':'English'}]","Released","3 kids accidentally travel 65 million years into the past, are taken in by a dinosaur and must receive a missing piece of their time machine to get home.","Dino Time","false","4.7","20" +"false","/kYKpCHMBclFIYTqYhkLGmV1n32B.jpg","null","69000000","[{'id':35,'name':'Comedy'}]","http://www.dinnerforschmucks.com/","38778","tt0427152","en","Dinner for Schmucks","Rising executive Tim Wagner works for a boss who hosts a monthly dinner in which the guest who brings the biggest buffoon gets a career-boost. Tim plans on not attending until he meets Barry, a man who builds dioramas using stuffed mice. Barry's blundering but good intentions send Tim's life into a downward spiral, threatening a major business deal and possibly scuttling Tim's engagement to his fiancee.","9.853","/3eaNh9o4idemfhnWGt95mBJks9H.jpg","[{'id':2242,'logo_path':null,'name':'Everyman Pictures','origin_country':'US'},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':158,'logo_path':'/6SHlNIype9zmyEMRsBtoueUtLsq.png','name':'Spyglass Entertainment','origin_country':'US'},{'id':6733,'logo_path':null,'name':'Reliance Big Entertainment','origin_country':''},{'id':11084,'logo_path':null,'name':'Parkes/MacDonald Productions','origin_country':''},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-07-30","86387857","114","[{'iso_639_1':'en','name':'English'}]","Released","Takes One To Know One.","Dinner for Schmucks","false","5.6","885" +"false","/zbnE9vGzZdptLVJPrZ9c9lpNhNx.jpg","null","6500000","[{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'}]","","9781","tt0165710","en","Detroit Rock City","In 1978, a Kiss concert was an epoch-making event. For the three teen fans in Detroit Rock City getting tickets to the sold-out show becomes the focal point of their existence. They'll do anything for tickets -- compete in a strip club's amateur-night contest, take on religious protesters, even rob a convenience store!","6.318","/jedOctnsD20K4IvOeh5jG811B8L.jpg","[{'id':90195,'logo_path':null,'name':'Corrupter Production Service Ltd.','origin_country':''},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':90196,'logo_path':null,'name':'Takoma Entertainment','origin_country':''},{'id':3242,'logo_path':null,'name':'Base 12 Productions','origin_country':''},{'id':90197,'logo_path':null,'name':'KISS Nation','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-08-13","4217115","95","[{'iso_639_1':'en','name':'English'}]","Released","Kiss The Rules Goodbye.","Detroit Rock City","false","6.7","164" +"false","/gJXbSuCzIA8BhbvaejrgsXkzaf6.jpg","null","500000","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","http://www.detentionofthedead.com","139715","tt1865346","en","Detention of the Dead","A group of oddball high school students find themselves trapped in detention with their classmates having turned into a horde of Zombies.","2.89","/2uSMntDhwZEBYlQPP6gyZvdCtlr.jpg","[{'id':101867,'logo_path':null,'name':'Gala Films','origin_country':'AU'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-04-27","0","87","[{'iso_639_1':'en','name':'English'}]","Released","When there's no more room in Hell, the dead will go to DETENTION!","Detention of the Dead","false","4.9","48" +"false","/i5vWR5U9UL36KfmWQ1S4D317OVB.jpg","null","0","[{'id':18,'name':'Drama'}]","","74308","tt1683526","en","Detachment","A chronicle of three weeks in the lives of several high school teachers, administrators and students through the eyes of substitute teacher, Henry Barthes. Henry roams from school to school, imparting modes of knowledge, but never staying long enough to form any semblance of sentient attachment.","7.558","/9vvvuC3Rg7pLZ1r9FZOaj59LzA4.jpg","[{'id':7372,'logo_path':'/ouJZliqslZepeihJHqBYWoBNBqR.png','name':'Paper Street Films','origin_country':'US'},{'id':770,'logo_path':null,'name':'Kingsgate Films','origin_country':''},{'id':562,'logo_path':'/k3NsSdV854UX4zEReX1dl1Psxbb.png','name':'Appian Way','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-04-24","72689","98","[{'iso_639_1':'en','name':'English'}]","Released","","Detachment","false","7.5","582" +"false","/yo1ef57MEPkEE4BDZKTZGH9uDcX.jpg","{'id':86066,'name':'Despicable Me Collection','poster_path':'/95prV91f4DxkBnLU43YjLbU1m3q.jpg','backdrop_path':'/37xamYKRUGCRux532lKcZdVGYuR.jpg'}","69000000","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':35,'name':'Comedy'}]","http://www.despicable.me/","20352","tt1323594","en","Despicable Me","Villainous Gru lives up to his reputation as a despicable, deplorable and downright unlikable guy when he hatches a plan to steal the moon from the sky. But he has a tough time staying on task after three orphans land in his care.","26.554","/4zHJhBSY4kNZXfhTlmy2TzXD51M.jpg","[{'id':6704,'logo_path':'/fOG2oY4m1YuYTQh4bMqqZkmgOAI.png','name':'Illumination Entertainment','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-07-08","543513985","95","[{'iso_639_1':'en','name':'English'}]","Released","Superbad. Superdad.","Despicable Me","false","7.2","9751" +"false","/rmgxcw8tGTmdhsWqdjGBS9uI1tO.jpg","{'id':86066,'name':'Despicable Me Collection','poster_path':'/95prV91f4DxkBnLU43YjLbU1m3q.jpg','backdrop_path':'/37xamYKRUGCRux532lKcZdVGYuR.jpg'}","76000000","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","http://www.despicableme.com/","93456","tt1690953","en","Despicable Me 2","Gru is recruited by the Anti-Villain League to help deal with a powerful new super criminal.","27.628","/kQrYyZQHkwkUg2KlUDyvymj9FAp.jpg","[{'id':6704,'logo_path':'/fOG2oY4m1YuYTQh4bMqqZkmgOAI.png','name':'Illumination Entertainment','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-06-25","970761885","98","[{'iso_639_1':'en','name':'English'}]","Released","Back 2 Work","Despicable Me 2","false","6.9","7079" +"false","/gfenrYQu3xV9kcgzZxmD2xoIsOJ.jpg","null","5000000","[{'id':35,'name':'Comedy'}]","","8130","tt0089017","en","Desperately Seeking Susan","Roberta is a bored suburban housewife who is fascinated with a woman, Susan, she only knows about by reading messages to and from her in the personals section of the newspaper. This fascination reaches a peak when an ad with the headline ""Desperately Seeking Susan"" proposes a rendezvous. Roberta goes too, and in a series of events involving amnesia and mistaken identity, steps into Susan's life.","8.186","/1neVMrxJlrxKjwdmFzVvgOfn9rb.jpg","[{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-03-29","27400000","104","[{'iso_639_1':'en','name':'English'}]","Released","Roberta is desperate to be Susan. Susan is wanted by the mob. The mob finds Roberta instead...","Desperately Seeking Susan","false","6.1","169" +"false","/gc1Y41h4Pfx9MyBKhTo7rtRC7xs.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","31676","tt0099409","en","Desperate Hours","A criminal holds a wealthy family hostage.","5.055","/kt3rsOSKOCDU47cNQdKxLB57oOD.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-10-05","0","105","[{'iso_639_1':'en','name':'English'}]","Released","Desire is the deadliest weapon of all.","Desperate Hours","false","5.5","58" +"false","/wA3qqVezyktBj92nTVXU7tYd1iG.jpg","{'id':9649,'name':'Mexico Trilogy','poster_path':'/qmPhILSFQKaRyc81mVJWl05tHai.jpg','backdrop_path':'/6p1OzuIKWnTDfDea7IpB9xra5J.jpg'}","7000000","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","","8068","tt0112851","en","Desperado","A gunslinger is embroiled in a war with a local drug runner.","10.707","/7eVo5DbP7gcsDzHcpRCTA6JAuF2.jpg","[{'id':11705,'logo_path':null,'name':'Los Hooligans Productions','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-08-25","25405445","104","[{'iso_639_1':'en','name':'English'}]","Released","When the smoke clears, it just means he's reloading.","Desperado","false","6.8","1390" +"false","/fidV6tMm9LbuaU68Sul9cVEKfEj.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","77210","tt0023940","en","Design for Living","An independent woman can't chose between the two men she loves.","4.399","/ob90tqX8MO0KQ955zaRymTzCCK7.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1933-12-29","0","91","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Design for Living","false","7.4","68" +"false","/tFm0uRDFh9SarRyQN1mZLWvxJvE.jpg","null","22000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://weinsteinco.com/films/derailed/","8999","tt0398017","en","Derailed","When two married business executives having an affair are blackmailed by a violent criminal, they are forced to turn the tables on him to save their families.","6.425","/fWZK40LvrjJ2w7IBuuadJMdHgVK.jpg","[{'id':435,'logo_path':null,'name':'Di Bonaventura Pictures','origin_country':'US'},{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':23635,'logo_path':null,'name':'Patalex V Productions Limited','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2005-11-11","57479076","108","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","He never saw it coming.","Derailed","false","6.2","484" +"false","/7vsJRkAqaxLDEe7R1rdxQSn1Ikh.jpg","null","0","[{'id':35,'name':'Comedy'}]","","100416","tt1221207","en","Demoted","What go around comes around for a pair of prank-playing tire salesmen who find themselves placed in secretarial jobs by their put-upon boss.","3.089","/58yXxhUcbp2P8PmPVpkYTND3OfN.jpg","[{'id':5122,'logo_path':null,'name':'Parallel Films','origin_country':'IE'},{'id':3478,'logo_path':null,'name':'FlipZide','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-03-12","0","94","[{'iso_639_1':'en','name':'English'}]","Released","He got promoted. They got demoted. They'll get even.","Demoted","false","5","23" +"false","/fj6nbVd7FVENNLtusyd1U8bcUFu.jpg","null","57000000","[{'id':80,'name':'Crime'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","http://www.warnerbros.com/demolition-man","9739","tt0106697","en","Demolition Man","Simon Phoenix, a violent criminal cryogenically frozen in 1996, escapes during a parole hearing in 2032 in the utopia of San Angeles. Police are incapable of dealing with his violent ways and turn to his captor, who had also been cryogenically frozen after being wrongfully accused of killing 30 innocent people while apprehending Phoenix.","15.848","/k0PN3Ho12cGGIVJW7SCS7apLYaP.jpg","[{'id':1885,'logo_path':'/xlvoOZr4s1PygosrwZyolIFe5xs.png','name':'Silver Pictures','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-10-08","159055768","115","[{'iso_639_1':'en','name':'English'}]","Released","The 21st Century's most dangerous cop. The 21st Century's most ruthless criminal.","Demolition Man","false","6.5","1616" +"false","/xzzG0A5cGvzKj34qB5XQEjtj6MK.jpg","null","26000000","[{'id':35,'name':'Comedy'}]","","146239","tt2387559","en","Delivery Man","An affable underachiever finds out he's fathered 533 children through anonymous donations to a fertility clinic 20 years ago. Now he must decide whether or not to come forward when 142 of them file a lawsuit to reveal his identity.","9.637","/XFNn7rL7JoG9eW0OoW8WU2wB4y.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-10-10","51164106","105","[{'iso_639_1':'en','name':'English'}]","Released","You're never quite ready for what life delivers.","Delivery Man","false","6.2","826" +"false","/cyzkmEOvcTWc0XIpxBKOR8Feor1.jpg","null","2000000","[{'id':18,'name':'Drama'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'}]","http://www.warnerbros.com/deliverance","10669","tt0068473","en","Deliverance","Intent on seeing the Cahulawassee River before it's turned into one huge lake, outdoor fanatic Lewis Medlock takes his friends on a river-rafting trip they'll never forget into the dangerous American back-country.","7.201","/jJhO7qkasC3xBAS6fhLPWpUjGZb.jpg","[{'id':12282,'logo_path':null,'name':'Elmer Enterprises','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1972-07-30","46122355","109","[{'iso_639_1':'en','name':'English'}]","Released","What did happen on the Cahulawassee River?","Deliverance","false","7.3","699" +"false","/h0jrxKeDXS6VKnUnJayXLTo6PDx.jpg","null","30000000","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':27,'name':'Horror'}]","","184346","tt2377322","en","Deliver Us from Evil","When a frightening wave of violence sweeps through New York City, troubled cop Sarchie fails to find a rational explanation for the bizarre crimes. However, his eyes are opened to a frightening alternate reality when renegade Jesuit priest, Mendoza convinces him that demonic possession may be to blame for the gruesome murders. Together, they wage a valiant supernatural struggle to rid the city of an otherworldly evil.","8.207","/jgtStjg33PH3TwBrMKKhvNL5J1c.jpg","[{'id':34034,'logo_path':null,'name':'LStar Capital','origin_country':'US'},{'id':3287,'logo_path':'/bz6GbCQQXGNE56LTW9dwgksW0Iw.png','name':'Screen Gems','origin_country':'US'},{'id':130,'logo_path':'/c9dVHPOL3cqCr2593Ahk0nEKTEM.png','name':'Jerry Bruckheimer Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-07-01","0","118","[{'iso_639_1':'en','name':'English'}]","Released","You haven???t seen true evil","Deliver Us from Evil","false","6.1","1077" +"false","/94Mb6dnCtmkqPmjFGucghp7UXda.jpg","null","75000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","","7551","tt0453467","en","D??j?? Vu","Called in to recover evidence in the aftermath of a horrific explosion on a New Orleans ferry, Federal agent Doug Carlin gets pulled away from the scene and taken to a top-secret government lab that uses a time-shifting surveillance device to help prevent crime.","17.367","/abqvTL8xYQLgAtQGmyN7UxvCRGN.jpg","[{'id':1645,'logo_path':'/6Ry6uNBaa0IbbSs1XYIgX5DkA9r.png','name':'Scott Free Productions','origin_country':''},{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':130,'logo_path':'/c9dVHPOL3cqCr2593Ahk0nEKTEM.png','name':'Jerry Bruckheimer Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-11-22","180557550","126","[{'iso_639_1':'en','name':'English'}]","Released","If you think it's just a feeling, go back... and look again.","D??j?? Vu","false","6.7","2419" +"false","/o2ULbX3KDkHrNaMkBP82EME24FA.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://www.definitelymaybemovie.com/","8390","tt0832266","en","Definitely, Maybe","When Will decides to tell his daughter the story of how he met her mother, he discovers that a second look at the past might also give him a second chance at the future.","11.151","/2T7dAHsKtIVvCvGilHdvmi1Tvn7.jpg","[{'id':49123,'logo_path':null,'name':'Ringerike Erste Filmproduktion','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'},{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2008-02-08","55447968","112","[{'iso_639_1':'en','name':'English'}]","Released","Three relationships. Three disasters. One last chance.","Definitely, Maybe","false","6.8","1254" +"false","/mP1kvOxeOSJ6sDB0bzqtmsDgXCQ.jpg","null","32000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10752,'name':'War'}]","","13813","tt1034303","en","Defiance","Based on a true story, during World War II, four Jewish brothers escape their Nazi-occupied homeland of West Belarus in Poland and join the Soviet partisans to combat the Nazis. The brothers begin the rescue of roughly 1,200 Jews still trapped in the ghettos of Poland.","11.872","/ArY2fs0nK6DbrCKrxaMeCTVRZ0i.jpg","[{'id':838,'logo_path':'/tcW3UqV46Mdq6GyaS1ydEDocEDF.png','name':'Paramount Vantage','origin_country':'US'},{'id':17449,'logo_path':null,'name':'Grosvenor Park Productions','origin_country':'US'},{'id':20634,'logo_path':null,'name':'Bedford Falls Company, The','origin_country':''},{'id':20635,'logo_path':null,'name':'Defiance Productions','origin_country':''},{'id':20636,'logo_path':null,'name':'Pistachio Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-12-31","51155219","137","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'en','name':'English'}]","Released","Freedom begins with an act of defiance","Defiance","false","6.8","903" +"false","/pL8W6WmiJxPFxjTdJgp5tUzRQaS.jpg","null","0","[{'id':99,'name':'Documentary'}]","","276909","tt2332883","en","Deepsea Challenge 3D","Described as being a film about determination, danger and the ocean???s greatest depths, James Cameron's ""Deepsea Challenge 3D"" tells the story of Cameron???s journey to fulfill his boyhood dream of becoming an explorer. The movie offers a unique insight into Cameron's world as he makes that dream reality ??? and makes history ??? by becoming the first person to travel solo to the deepest point on the planet.","5.998","/3gAQgkuQBGUoh7sPWTI4O8H3RB7.jpg","[]","[]","2014-08-08","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Deepsea Challenge","false","6.9","16" +"false","/ffhepNDGuORhdADPJIPQLrZUuDY.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","271665","tt2994948","en","Deep in the Darkness","Dr. Michael Cayle thought leaving the chaotic lifestyle of New York City behind for the quiet, small town of Ashborough would bring his family closer together. Soon after arriving, however, he discovers the town's deepest secret: a terrifying and controlling race of creatures that live amongst the darkness in the woods behind his home.","1.681","/y3o9P2r8sDnCA49SN0zHcZHUtyY.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-04-29","0","100","[{'iso_639_1':'en','name':'English'}]","Released","","Deep in the Darkness","false","4.8","40" +"false","/zL835XyvJ9TZHMARQOjXRP6fq7q.jpg","null","75000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","8656","tt0120647","en","Deep Impact","A seven-mile-wide space rock is hurtling toward Earth, threatening to obliterate the planet. Now, it's up to the president of the United States to save the world. He appoints a tough-as-nails veteran astronaut to lead a joint American-Russian crew into space to destroy the comet before impact. Meanwhile, an enterprising reporter uses her smarts to uncover the scoop of the century.","13.341","/nbF4Tuj4OY8btrjoOHtk64hkKbJ.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':1865,'logo_path':null,'name':'Zanuck/Brown Productions','origin_country':''},{'id':2478,'logo_path':null,'name':'Manhattan Project','origin_country':''},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-05-08","349464664","120","[{'iso_639_1':'en','name':'English'}]","Released","Heaven and Earth are about to collide.","Deep Impact","false","6","1398" +"false","/4DfmB4fqKU8ycBaYHmMyEQjBIof.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://www.deepgoldmovie.com/us/","48751","tt0929742","en","Deep Gold","Amy Sanchez (Bebe Pham) is a champion free diver who breaks a crucial free diving record. Her boyfriend, Tony dela Cruz (Jack Prinya), an Air Force Pilot, mysteriously disappears along with his plane that carries gold worth millions of dollars that was to be taken to the Central Bank. Determined to unearth the truth, she goes off to find out what has actually happened accompanied by her sister Jess Sanchez (Jaymee Ong). She moves on her adventurous journey not knowing that she herself is going to get entangled into a trap of lies that leads her to a much complex conspiracy.","0.708","/m0YkuiY4EiSTlZ9nj4uIj9BTDpu.jpg","[{'id':2950,'logo_path':null,'name':'Bigfoot Entertainment','origin_country':'US'}]","[{'iso_3166_1':'PH','name':'Philippines'},{'iso_3166_1':'US','name':'United States of America'}]","2011-04-22","0","","[{'iso_639_1':'en','name':'English'}]","Released","Trust No One","Deep Gold","false","5","2" +"false","/5GGveRXsb93AU3skmAUOYJT2kgy.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","180688","tt1646212","en","Deep Dark Canyon","Bloom Towne is a small-town sheriff under the thumb of the well-established, deeply influential Mayor Dick Cavanaugh's family. When Bloom's two teenage sons, Nate and Skylar accidentally shoot and kill Dick during a deer-hunt, Bloom's long-held allegiance to the reigning Cavanaugh clan is tested. Skylar (still a minor) decides to take the wrap for his older brother Nate, claiming he fired the fatal shot. The Cavanaugh family's quick retaliation sends Skylar on his way to county jail, soon to be tried as an adult. Desperate and guilt-ridden, Nate breaks Skylar out of jail and sets off a chain of lawless acts, which send them deep into the woods and on the run. Bloom's choice between the law and his sons leads to revelations of old family secrets that threaten to destroy everything he loves.","2.321","/eEeISpn5dCXwkixBO14bbXdxZTS.jpg","[{'id':24269,'logo_path':null,'name':'Secret Identity Productions','origin_country':''},{'id':15683,'logo_path':null,'name':'Colorfast Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-04-23","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Shoot Kill Run Hide","Deep Dark Canyon","false","5.1","18" +"false","/adGAeyRgc7jQyXaBFyQGWGCrdJo.jpg","{'id':518165,'name':'Deep Blue Sea Collection','poster_path':'/n0UkMnBLww2n3Zmb4Q6CUPYsu6x.jpg','backdrop_path':'/3Az3DXFG5MvtcSvRNvRyuqRC4Jr.jpg'}","60000000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","8914","tt0149261","en","Deep Blue Sea","On a remote former submarine refueling facility called Aquatica, a team of scientists are searching for a cure for Alzheimer's disease. Dr. Susan McAlester genetically engineers three Mako sharks, intending to increase their brain capacity so that they can harvest the tissue as a cure for Alzheimer's. Unfortunately, the increased brain capacity also makes the sharks smarter, faster, and more dangerous. Aquatica's financial backers are skeptical and nervous about the tests, and send a corporate executive to visit the facility.","12.671","/r386y8YpePXoS7P4jHWZRTF36Zb.jpg","[{'id':28438,'logo_path':null,'name':'Riche-Ludwig Productions','origin_country':''},{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':28439,'logo_path':null,'name':'Groucho III Film Partnership','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'US','name':'United States of America'}]","1999-07-28","73648228","105","[{'iso_639_1':'en','name':'English'}]","Released","Bigger. Smarter. Faster. Meaner.","Deep Blue Sea","false","5.8","1096" +"false","/uCh08rVgMrT5Lxc7gMakA4nVqlz.jpg","null","2000000","[{'id':18,'name':'Drama'}]","http://www.decodingannieparkerfilm.com/","177047","tt1464191","en","Decoding Annie Parker","The lives of a breast-cancer patient and a researcher who is trying to prove a genetic link to cancer intersect in a groundbreaking study.","4.578","/5aUYUQ7vt063WvFDC8VpHwNwMNA.jpg","[{'id':13238,'logo_path':'/kDNZz8imH866Mezx1YhLWljoQTV.png','name':'Unified Pictures','origin_country':'US'},{'id':13235,'logo_path':null,'name':'Media House Capital','origin_country':''},{'id':50649,'logo_path':null,'name':'Decoding Annie Parker','origin_country':''},{'id':50650,'logo_path':null,'name':'Ozymandias Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-05-02","48390","91","[{'iso_639_1':'en','name':'English'}]","Released","Everyone thought they were crazy, until they proved everyone wrong.","Decoding Annie Parker","false","6","48" +"false","/cf8mtsRexfOkXe37AwsaK5FgHal.jpg","null","20000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","11835","tt0804461","en","Death Sentence","Nick Hume is a mild-mannered executive with a perfect life, until one gruesome night he witnesses something that changes him forever. Transformed by grief, Hume eventually comes to the disturbing conclusion that no length is too great when protecting his family.","9.806","/yaf4WwHOAghlGQeC9qovOarLo27.jpg","[{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'},{'id':2234,'logo_path':null,'name':'Baldwin Entertainment Group','origin_country':''},{'id':13816,'logo_path':null,'name':'Hyde Park Entertainment','origin_country':''},{'id':13817,'logo_path':null,'name':'Brass Hat Films','origin_country':'GB'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-08-31","16974459","105","[{'iso_639_1':'en','name':'English'}]","Released","Protect what's yours.","Death Sentence","false","6.4","484" +"false","/ehSN5xLx268lTSZSXvzMnijyv0L.jpg","{'id':86116,'name':'Death Race Collection','poster_path':'/uffHLg0ekFlErCp7OkpecXkWPng.jpg','backdrop_path':'/cGaVuq8ZjX1UPD9wPRlzx6lP9kK.jpg'}","6500000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","156717","tt1988591","en","Death Race: Inferno","Carl Lucas / Frankenstein has won four of his races and needs to win one more to win his freedom. Before his final race, Lucas and his team, car and all, are transferred to another prison where they will compete in a Death Race in the desert. Also, at the same time, Ceaser runs into a marketer who wants to franchise the Death Race program.","10.532","/tFm4NeFMWRc6JocSUvVLCz1gkfb.jpg","[{'id':9137,'logo_path':null,'name':'Moonlighting Films','origin_country':'ZA'},{'id':17008,'logo_path':null,'name':'CC Capital Arts Entertainment SRL','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-01-04","0","105","[{'iso_639_1':'en','name':'English'}]","Released","Welcome to the Inferno","Death Race: Inferno","false","5.4","358" +"false","/m0JIsX9SLfHLxU1q6ud3ifJjXmC.jpg","{'id':86116,'name':'Death Race Collection','poster_path':'/uffHLg0ekFlErCp7OkpecXkWPng.jpg','backdrop_path':'/cGaVuq8ZjX1UPD9wPRlzx6lP9kK.jpg'}","45000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","http://www.deathracemovie.net/","10483","tt0452608","en","Death Race","Terminal Island, New York: 2020. Overcrowding in the US penal system has reached a breaking point. Prisons have been turned over to a monolithic Weyland Corporation, which sees jails full of thugs as an opportunity for televised sport. Adrenalized inmates, a global audience hungry for violence and a spectacular, enclosed arena come together to form the 'Death Race', the biggest, most brutal event.","12.546","/3dIZ049AxmvrvNiXKPc36YNum7g.jpg","[{'id':248,'logo_path':null,'name':'Impact Pictures','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':44,'logo_path':null,'name':'Cruise/Wagner Productions','origin_country':''},{'id':28121,'logo_path':null,'name':'H2S2 Filmproduktionsgesellschaft','origin_country':''},{'id':7419,'logo_path':null,'name':'Scion Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'DE','name':'Germany'}]","2008-08-22","73762516","105","[{'iso_639_1':'en','name':'English'}]","Released","Get ready for a killer race.","Death Race","false","6.1","1954" +"false","/bseydp1fQprD46706fkYijd4Q3t.jpg","{'id':86116,'name':'Death Race Collection','poster_path':'/uffHLg0ekFlErCp7OkpecXkWPng.jpg','backdrop_path':'/cGaVuq8ZjX1UPD9wPRlzx6lP9kK.jpg'}","7000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","http://deathrace2.craveonline.com/","51620","tt1500491","en","Death Race 2","In the world's most dangerous prison, a new game is born: Death Race. The rules of this adrenaline-fueled blood sport are simple, drive or die. When repentant convict Carl Lucas discovers there's a price on his head, his only hope is to survive a twisted race against an army of hardened criminals and tricked-out cars.","13.076","/5ARRXaWPgtIT9qKl8Db3MNuGvo3.jpg","[{'id':9137,'logo_path':null,'name':'Moonlighting Films','origin_country':'ZA'},{'id':17008,'logo_path':null,'name':'CC Capital Arts Entertainment SRL','origin_country':''}]","[{'iso_3166_1':'ZA','name':'South Africa'},{'iso_3166_1':'DE','name':'Germany'}]","2010-11-12","0","96","[{'iso_639_1':'en','name':'English'}]","Released","10 killer drivers, 20,000 rounds of ammo. 1 survivor.","Death Race 2","false","5.6","537" +"false","/lnxiNlbStoBT4CDMqPAdprS5pwN.jpg","{'id':339577,'name':'Grindhouse Collection','poster_path':'/1JeEt8UQuUwtTuzNFaWND2k9h2n.jpg','backdrop_path':'/sKzlF5NSoq1r2ct2f9rIZLyeeU9.jpg'}","25000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://www.deathproof.net/","1991","tt1028528","en","Death Proof","Austin's hottest DJ, Jungle Julia, sets out into the night to unwind with her two friends Shanna and Arlene. Covertly tracking their moves is Stuntman Mike, a scarred rebel leering from behind the wheel of his muscle car, revving just feet away.","13.028","/nyQBcpxqS4im2akQlWG9Y1oeM2V.jpg","[{'id':10807,'logo_path':'/j0BcMaJKIiDDYHq9lriTcM0Npka.png','name':'Troublemaker Studios','origin_country':'US'},{'id':308,'logo_path':'/e8F3mQM7DkJ5SfYYDp8FYzPBOGX.png','name':'The Weinstein Company','origin_country':'US'},{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'},{'id':15764,'logo_path':null,'name':'Rodriguez International Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-05-21","25037897","113","[{'iso_639_1':'en','name':'English'}]","Released","A crash course in revenge","Death Proof","false","6.8","2303" +"false","/j58X2xzDjrHBk6VzRIfHNPYtgub.jpg","null","7920000","[{'id':9648,'name':'Mystery'}]","","4192","tt0077413","en","Death on the Nile","As Hercule Poirot enjoys a luxurious cruise down the Nile, a newlywed heiress is found murdered on board. Can Poirot identify the killer before the ship reaches the end of its journey?","7.482","/8eOWgeWrdM9cz7JR0LNp6R50j3l.jpg","[{'id':1581,'logo_path':null,'name':'Mersham Productions','origin_country':''},{'id':538,'logo_path':null,'name':'EMI Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1978-10-06","14560084","140","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'ar','name':'??????????????'}]","Released","A murderer strikes on board the luxury Nile steamer Karnak-and Hercule Poirot faces his most baffling case.","Death on the Nile","false","7","234" +"false","/cAcmXLhDIjiQusjAA9ylHA1pEhh.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","","128558","tt1524170","en","Death of the Virgin","In 1432 a stunning apparition of the Virgin Mary appeared in the sleepy town of Caravaggio becoming the inspiration for the gruesome yet extraordinary paintings of the artist, Michelangelo Merisi (better known as Caravaggio). Now, in modern day 2011, three women travel to Caravaggio -- Lisa, an aspiring art student, Claudia, a sexy Italian translator and May, a young woman about to enter the nunnery. Their world turns upside down when the apparition reappears and poor May becomes plagued by premonitions of shocking murders. Who will survive the terror of the supernatural as murders based on the paintings come true and the three women must discover an obscure secret to unlock a shocking destiny...","1.281","/9KDZN5ZMIWHygfQXYHTV7FDNmT1.jpg","[{'id':51733,'logo_path':null,'name':'Jeo Productions','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'IT','name':'Italy'}]","2009-10-31","0","103","[{'iso_639_1':'en','name':'English'}]","Released","I've been waiting for you","Death of the Virgin","false","5.9","4" +"false","/tyjoQhUU3zgj457IbDSWMZJK0zM.jpg","null","3","[{'id':16,'name':'Animation'},{'id':18,'name':'Drama'}]","","91551","tt1384927","en","Death of a Superhero","A dying 15-year-old boy draws stories of an invincible superhero as he struggles with his mortality.","3.66","/7ZuNx3zmevhw8BqnIQ6NJa7i57V.jpg","[{'id':39168,'logo_path':null,'name':'Picture Circle','origin_country':''},{'id':16937,'logo_path':'/8AFNIZ179EwZiCrY3JldjQg891y.png','name':'Bavaria Pictures','origin_country':'DE'},{'id':19982,'logo_path':null,'name':'Grand Pictures','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'}]","2011-05-04","0","97","[{'iso_639_1':'en','name':'English'}]","Released","When time is precious living can't wait","Death of a Superhero","false","7.1","63" +"false","/TqdAdxYnnCstcEav6P8v6rm3OM.jpg","null","0","[{'id':27,'name':'Horror'}]","","280923","tt2923936","en","Death Factory","A bus full of strangers find themselves fighting for their lives when one of them reads from an ancient Gothic tome, bringing six dead serial killers back to life, who proceed to hunt them down one by one.","1.934","/yCbO07yhHcD3DXP19WqJGalhkyL.jpg","[{'id':26994,'logo_path':null,'name':'Potty Mouth Productions','origin_country':''},{'id':26992,'logo_path':null,'name':'StoryTyme Entertainment','origin_country':''},{'id':26991,'logo_path':null,'name':'Second Nature Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-07-07","0","84","[{'iso_639_1':'en','name':'English'}]","Released","Six of the most notorious serial killers.... ARE BACK!","Death Factory","false","3.2","15" +"false","/ffXvlcmRhl0F9gyNdvTpFFa4ybt.jpg","null","9","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://www.deathatafuneral-themovie.com/","2196","tt0795368","en","Death at a Funeral","Chaos ensues when a man tries to expose a dark secret regarding a recently deceased patriarch of a dysfunctional British family.","8.312","/zV4kwbDckeTMoIsbSt1lsTIZ2in.jpg","[{'id':1014,'logo_path':null,'name':'Target Media Entertainment','origin_country':''},{'id':3801,'logo_path':null,'name':'VIP 2 Medienfonds','origin_country':''},{'id':10760,'logo_path':null,'name':'VIP 1 Medienfonds','origin_country':''},{'id':1012,'logo_path':null,'name':'Parabolic Pictures','origin_country':''},{'id':737,'logo_path':'/dK1GZ1u4our8sJW0Sts1JHeNSLn.png','name':'Sidney Kimmel Entertainment','origin_country':'US'},{'id':1013,'logo_path':null,'name':'Stable Way Entertainment','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2007-02-09","8","90","[{'iso_639_1':'en','name':'English'}]","Released","Last rites... and wrongs.","Death at a Funeral","false","6.9","833" +"false","/oCOsWGmgyl1tKb7DhYgWzJrJ0pI.jpg","null","1000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://www.dearwhitepeoplemovie.com/","114750","tt2235108","en","Dear White People","Four black students attend an Ivy League college where a riot breaks out over an ???African-American??? themed party thrown by white students. With tongue planted firmly in cheek, the film explores racial identity in 'post-racial' America while weaving a story about forging one's unique path in the world.","5.674","/yxQYvWjh4wjwjrr6hhNpruVCFDG.jpg","[{'id':8840,'logo_path':null,'name':'Homegrown Pictures','origin_country':''},{'id':52060,'logo_path':null,'name':'Duly Noted','origin_country':''},{'id':60711,'logo_path':'/6EELILnZ8wjOsDmaUHFdlnOzhB7.png','name':'Code Red','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-10-17","0","108","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","A satire about being a Black face in a white place.","Dear White People","false","6.1","293" +"false","/w6gqNjgWSUa6pqrarMtc86a5vS9.jpg","null","25000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':10752,'name':'War'}]","","22971","tt0989757","en","Dear John","Sergeant John Tyree is home on a 2 week leave from Germany. He meets Savannah after he dives into the ocean to retrieve Savannah's purse that had fallen off the pier. John falls in love with Savannah who is a student on spring break helping build a house for Habitat for Humanity. A romance occurs and Savannah falls deeply in love with John. She promises to write John overseas until he returns.","10.468","/2Fen9XsCscjupGJUhi2zaCvOaGd.jpg","[{'id':3287,'logo_path':'/bz6GbCQQXGNE56LTW9dwgksW0Iw.png','name':'Screen Gems','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-02-04","114977104","115","[{'iso_639_1':'en','name':'English'}]","Released","Love brought them together. Will fate tear them apart?","Dear John","false","6.8","2551" +"false","/jTwAC6qrbH4ZeMQJkwwT2NbRUPK.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","36334","tt0044533","en","Deadline - U.S.A.","With three days before his paper folds, a crusading editor tries to expose a vicious gangster.","2.377","/3a8SHil2P39c8UIDpSQYYjR3J7C.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1952-03-14","0","87","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","20th Century-Fox savagely turns the spotlight of truth on revenge killings that shocked a nation !","Deadline - U.S.A.","false","7","26" +"false","/dVMGKJ9FrgzEHFVwdS1KYLxLqwi.jpg","null","12000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.magpictures.com/deadfall/","97614","tt1667310","en","Deadfall","A thriller that follows two siblings who decide to fend for themselves in the wake of a botched casino heist, and their unlikely reunion during another family's Thanksgiving celebration.","9.26","/kt3bqW8pgbIxJY7aOqcQfUpB8dA.jpg","[{'id':1030,'logo_path':'/bus7KzJshT0VMXuKR7dwK5bqPSO.png','name':'Magnolia Pictures','origin_country':'US'},{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'},{'id':12199,'logo_path':'/gYYIgHpgRsyhyUkeFev1GnwBqHb.png','name':'Madhouse Entertainment','origin_country':'US'},{'id':846,'logo_path':null,'name':'2929 Productions','origin_country':'US'},{'id':762,'logo_path':null,'name':'Mutual Film Company','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","2012-11-08","66351","95","[{'iso_639_1':'en','name':'English'}]","Released","You can't escape your past.","Deadfall","false","5.9","346" +"false","/pXkdAOkxrUnGlS5WxLy0s1pVef9.jpg","null","0","[{'id':27,'name':'Horror'}]","","183412","tt2188717","en","Dead Souls","On his 18th birthday, Johnny finds out that he's come into an inheritance - and his family were a lot stranger than he ever knew...","2.153","/nYvhRhhsE6lwVZwR6FOqsPYsCYd.jpg","[{'id':45084,'logo_path':null,'name':'Flavorlab','origin_country':''},{'id':3127,'logo_path':null,'name':'Screen Media Ventures','origin_country':''},{'id':12671,'logo_path':null,'name':'Chiller Films','origin_country':''},{'id':23761,'logo_path':null,'name':'Synthetic Cinema International','origin_country':''},{'id':45085,'logo_path':null,'name':'Synthetic Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-10-11","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Don't go home","Dead Souls","false","4.1","29" +"false","/xke1TAen3XVhmeEOPJtCWEjpDI5.jpg","null","20000000","[{'id':27,'name':'Horror'}]","http://www.deadsilencemovie.net/","14001","tt0455760","en","Dead Silence","Jamie returns to his hometown in search of answers to his wife's murder, which occurred after receiving a weird package containing a ventriloquist dummy named Billy, which may be linked to the legend of ventriloquist Mary Shaw. Destined to find out the truth, Jamie goes to the town of Raven's Fair, where Shaw used to perform and is buried. But Jamie is in for more than he expected.","9.8","/gRe2XJPOSFH9ZJe5oOsrtnX0eeB.jpg","[{'id':23019,'logo_path':null,'name':'Evolution Entertainment','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':2061,'logo_path':'/o9LbN33hRaj4qcebUv1bikyXeoB.png','name':'Twisted Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-03-16","22217407","89","[{'iso_639_1':'en','name':'English'}]","Released","You scream. You die.","Dead Silence","false","6.3","939" +"false","/rLcVIl3S16oZEaxqqb3oQbItDSo.jpg","null","0","[{'id':27,'name':'Horror'}]","http://www.deadseasonmovie.com/","114789","tt1650042","en","Dead Season","It has been over one year since the start of the outbreak. Our society has collapsed and the world has descended into chaos. Elvis and Tweeter are two of the last people left alive, and band together to flee the United States for a remote island somewhere in the Caribbean. On the island, they find a new community struggling to hold out against an army of corpses. They can join this band of survivors-- but only if they can do what must be done for the good of the group.","2.02","/nSTg1btnQIztKHRGYeBgrlLfbCj.jpg","[{'id':3086,'logo_path':'/iksa7hXQMvPIzfSq0Tuo4WPU8gc.png','name':'Image Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-05-15","0","86","[{'iso_639_1':'en','name':'English'}]","Released","","Dead Season","false","4.2","25" +"false","/AN27ke2tLT08riv1EJjbLxLYiO.jpg","null","500000","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':27,'name':'Horror'}]","","263416","tt1663222","en","Dead Sea","A Marine Biologist is assigned to investigate the mysterious deaths of marine life in an inland salt water lake that have been attributed to a creature thought to have been the stuff of legend.","1.316","/wUBiF3RrMPsinYgeByHU9zgdQTp.jpg","[{'id':23553,'logo_path':null,'name':'Dead Sea Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-04-15","0","90","[{'iso_639_1':'en','name':'English'}]","Released","It's Feeding Time","Dead Sea","false","2.6","12" +"false","/3jLT09SN0zgIEVPRUefjjLFu1BD.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","22543","tt0057997","en","Dead Ringer","The working class twin sister of a callous wealthy woman impulsively murders her out of revenge and assumes the identity of the dead woman. But impersonating her dead twin is more complicated and risky than she anticipated.","2.657","/RL4iBBcyD51UhclrPvy1SsORXw.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1964-02-19","0","115","[{'iso_639_1':'en','name':'English'}]","Released","What Bette Davis does to Bette Davis and to Karl Malden and Peter Lawford in DEAD RINGER is just what","Dead Ringer","false","7","35" +"false","/34DzJKMrzgc3EO1Dnbp6mkpbCZm.jpg","null","16400000","[{'id':18,'name':'Drama'}]","","207","tt0097165","en","Dead Poets Society","At an elite, old-fashioned boarding school in New England, a passionate English teacher inspires his students to rebel against convention and seize the potential of every day, courting the disdain of the stern headmaster.","15.343","/3Ri2GReavqSHqWemlP6HYn8i2P9.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':10282,'logo_path':null,'name':'Silver Screen Partners IV','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-06-02","235860116","128","[{'iso_639_1':'en','name':'English'}]","Released","He was their inspiration. He made their lives extraordinary.","Dead Poets Society","false","8.3","5531" +"false","/7cWXPTXb3y6tSNKZcheZ4tdCWnK.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'}]","","70199","tt0092842","en","Dead of Winter","A fledgling actress is lured to a remote mansion for a screen-test, soon discovering she is actually a prisoner in the middle of a blackmail plot.","2.789","/97dLwI2CPbOkcdGKRiXsfTWbXS0.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-02-06","2413427","100","[{'iso_639_1':'en','name':'English'}]","Released","","Dead of Winter","false","6.2","34" +"false","/t1mh5yvAk6VZWiCSMuWM2WK6fSy.jpg","null","0","[{'id':28,'name':'Action'},{'id':27,'name':'Horror'}]","","190899","tt2171847","en","Dead Mine","The legend of Yamashita's Gold lures a treasure hunter and his group deep into the Indonesian jungle. Once they are trapped in an abandoned World War II Japanese bunker, they face the terrifying reality that the only way out is to go further in.","3.251","/gHjtIJAwSTlNfL4LISi9VbQZ5jm.jpg","[{'id':14446,'logo_path':null,'name':'Infinite Frameworks Studios','origin_country':'ID'}]","[{'iso_3166_1':'ID','name':'Indonesia'}]","2012-09-27","0","91","[{'iso_639_1':'en','name':'English'}]","Released","Some things are better left buried.","Dead Mine","false","4.7","36" +"false","/7zScSnBOHpaiPyXJvTe2Mh7eCJF.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':9648,'name':'Mystery'}]","","9442","tt0083798","en","Dead Men Don't Wear Plaid","Juliet Forrest is convinced that the reported death of her father in a mountain car crash was no accident. Her father was a prominent cheese scientist working on a secret recipe. To prove it was murder, she enlists the services of private eye Rigby Reardon. He finds a slip of paper containing a list of people who are ""The Friends and Enemies of Carlotta.""","8.901","/5mKbVUg4uqsRflKy20nIFN196mK.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':1951,'logo_path':null,'name':'Aspen Film Society','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1982-05-21","18196170","89","[{'iso_639_1':'en','name':'English'}]","Released","Laugh...or I???ll blow your lips off!","Dead Men Don't Wear Plaid","false","6.7","157" +"false","/4XinW4BRxqqHsqH7oPqs03g68ZD.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","12877","tt0419677","en","Dead Man's Shoes","A soldier returns home to his small town and exacts a deadly revenge on the thugs who tormented his dimwitted brother while he was away.","6.914","/jGjlrDooATSSdmkrjH7lqFy6sWy.jpg","[{'id':1917,'logo_path':null,'name':'EM Media','origin_country':''},{'id':12180,'logo_path':'/ye2vKF2MZbVPzof7YZjeRUkL7Up.png','name':'Warp Films','origin_country':'GB'},{'id':3519,'logo_path':null,'name':'Big Arty Productions','origin_country':''},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2004-09-29","0","90","[{'iso_639_1':'en','name':'English'}]","Released","He's in all of us.","Dead Man's Shoes","false","7.1","257" +"false","/gGW17YWlU1XiFnfU18nmSJbdF81.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","102362","tt2101341","en","Dead Man Down","In New York City, a crime lord's right-hand man is seduced by a woman seeking retribution.","6.883","/4hcWLlWTu3Saq2j24dHTKSLQSGe.jpg","[{'id':10339,'logo_path':'/oiIi36MaWXwvvHWX5eojoE2Fiyv.png','name':'WWE Studios','origin_country':'US'},{'id':333,'logo_path':'/5xUJfzPZ8jWJUDzYtIeuPO4qPIa.png','name':'Original Film','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-03-08","18074539","118","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'sq','name':'shqip'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Blood demands blood","Dead Man Down","false","6","848" +"false","/maRsZdpyOzgjllDWYneISwQtthf.jpg","{'id':473185,'name':'Dead in Tombstone Collection','poster_path':'/3TdTcCWDBNaekYDxkQyb0heDLaR.jpg','backdrop_path':'/yUGYwtE4KQ36MLOT2PD497op5T4.jpg'}","5200000","[{'id':37,'name':'Western'},{'id':28,'name':'Action'},{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'},{'id':18,'name':'Drama'}]","","151933","tt2268419","en","Dead in Tombstone","An outlaw named Guerrero Hernandez is shot in the back and killed whilst attempting to free his half-brother from a small-town prison. Making a deal with the devil, Hernandez returns from the dead to take his revenge.","6.759","/esk9F3hBlNYsUk9koPrOyfYlLaB.jpg","[{'id':98124,'logo_path':null,'name':'Rebel Entertainment','origin_country':''},{'id':17008,'logo_path':null,'name':'CC Capital Arts Entertainment SRL','origin_country':''},{'id':17009,'logo_path':'/ssowAxOrrqsSR2CKeiytOXwLoCW.png','name':'Universal 1440 Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-10-01","0","100","[{'iso_639_1':'en','name':'English'}]","Released","A Blast With Both Barrels Blazing!","Dead in Tombstone","false","5.1","90" +"false","/3qgqAUA1JQT3o3CUxUhKQ3qZXBY.jpg","null","3000000","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'}]","","763","tt0103873","en","Braindead","When a Sumatran rat-monkey bites Lionel Cosgrove's mother, she's transformed into a zombie and begins killing (and transforming) the entire town while Lionel races to keep things under control.","7.871","/zzgn2fBeKmIMDEuX7FqS2l1WGfu.jpg","[{'id':11,'logo_path':'/6FAuASQHybRkZUk08p9PzSs9ezM.png','name':'WingNut Films','origin_country':'NZ'},{'id':294,'logo_path':'/3XuHM8TXG0gDdPM3xJI14gkZbQy.png','name':'New Zealand Film Commission','origin_country':'NZ'},{'id':466,'logo_path':null,'name':'Avalon/NFU Studios','origin_country':''}]","[{'iso_3166_1':'NZ','name':'New Zealand'}]","1992-08-13","242623","103","[{'iso_639_1':'en','name':'English'}]","Released","Some things won't stay down... even after they die.","Braindead","false","7.4","680" +"false","/evbOOMnsiLRLqirs14HwLYmIRke.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':878,'name':'Science Fiction'}]","","76420","tt1986806","en","DC Showcase: Catwoman","Catwoman attempts to track down a mysterious cargo shipment that is linked to a Gotham City crime boss called Rough Cut.","5.922","/e4F2ehwrqIaMvEgvF6EqLFpB8Dv.jpg","[{'id':429,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Comics','origin_country':'US'},{'id':2785,'logo_path':'/l5zW8jjmQOCx2dFmvnmbYmqoBmL.png','name':'Warner Bros. Animation','origin_country':'US'},{'id':9993,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Entertainment','origin_country':'US'},{'id':4811,'logo_path':'/7xym5CnL4LcMPaWpp51cN1v73AR.png','name':'Warner Premiere','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-10-18","0","15","[{'iso_639_1':'en','name':'English'}]","Released","","DC Showcase: Catwoman","false","6.5","59" +"false","/jBz16NsAeKjpHNznl1EHlcr704P.jpg","null","6900000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","9571","tt0106677","en","Dazed and Confused","The adventures of a group of Texas teens on their last day of school in 1976, centering on student Randall Floyd, who moves easily among stoners, jocks and geeks. Floyd is a star athlete, but he also likes smoking weed, which presents a conundrum when his football coach demands he sign a ""no drugs"" pledge.","10.157","/ksw0G7zSM98rKZWNwl5EuEgpXpt.jpg","[{'id':37,'logo_path':'/nlG4JEjJ7SAFDehgIVvHFBPW23y.png','name':'Gramercy Pictures','origin_country':'US'},{'id':6556,'logo_path':null,'name':'Alphaville Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-09-24","7993039","102","[{'iso_639_1':'en','name':'English'}]","Released","See it with a bud.","Dazed and Confused","false","7.5","935" +"false","/hdfNe41FUS5VSgwgHDVZkrHDngp.jpg","null","60000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","","2119","tt0099371","en","Days of Thunder","Talented but unproven stock car driver Cole Trickle gets a break and with the guidance of veteran Harry Hogge turns heads on the track. The young hotshot develops a rivalry with a fellow racer that threatens his career when the two smash their cars. But with the help of his doctor, Cole just might overcome his injuries-- and his fear.","14.722","/2xfP227oLToQjBCUg3FI18pWh3G.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':10288,'logo_path':null,'name':'Don Simpson/Jerry Bruckheimer Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-06-27","157920733","107","[{'iso_639_1':'en','name':'English'}]","Released","You can't stop the thunder.","Days of Thunder","false","6.1","582" +"false","/cCzvqxsoRX3zdBNxFesKIv9KdOj.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","58446","tt1581835","en","Daydream Nation","Forced to move to a boring backwater town, a teenager embarks on affairs with a teacher and a stoner classmate.","4.581","/rUz6kvnkMroGiDcaePS110xd0wU.jpg","[{'id':7633,'logo_path':null,'name':'Lila 9th Productions','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2010-09-10","0","98","[{'iso_639_1':'en','name':'English'}]","Released","","Daydream Nation","false","5.9","94" +"false","/jjTK7kQS0LBU8GNZlUvlRK0dR1h.jpg","null","20000000","[{'id':28,'name':'Action'},{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","http://www.daybreakersmovie.com/","19901","tt0433362","en","Daybreakers","In the year 2019, a plague has transformed almost every human into vampires. Faced with a dwindling blood supply, the fractured dominant race plots their survival; meanwhile, a researcher works with a covert band of vampires on a way to save humankind.","12.336","/ilicCtkHIBb90PvTfXMeSeJ7b0o.jpg","[{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':3207,'logo_path':null,'name':'Pictures in Paradise','origin_country':''},{'id':4024,'logo_path':null,'name':'Pacific Film and Television Commission','origin_country':''},{'id':3135,'logo_path':null,'name':'Furst Films','origin_country':''},{'id':1380,'logo_path':null,'name':'Australian Film Finance Corporation','origin_country':'AU'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'AU','name':'Australia'}]","2009-09-11","51416464","98","[{'iso_639_1':'en','name':'English'}]","Released","In 2019, The Most Precious Natural Resource... Is Us.","Daybreakers","false","6.2","972" +"false","/pWaXoU1aqD2KpMVLt4E9ZmKQXIk.jpg","{'id':261590,'name':'Living Dead Collection','poster_path':'/5tzYvD8a7M6YdGy37V5goRJXsMk.jpg','backdrop_path':'/inPPfnJ9Wzc9rg1MpkPm0P3D9rJ.jpg'}","3500000","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","8408","tt0088993","en","Day of the Dead","Trapped in a missile silo, a small team of scientists, civilians and trigger-happy soldiers battle desperately to ensure the survival of the human race. However, the tension inside the base is reaching a breaking point, and the zombies are gathering outside.","12.366","/yJ2emwXWwQc6VHW3fO4GZr0hXBt.jpg","[{'id':2482,'logo_path':null,'name':'Dead Films','origin_country':''},{'id':2483,'logo_path':null,'name':'Laurel Entertainment','origin_country':''},{'id':95947,'logo_path':null,'name':'United Film Distribution Company (UFDC)','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-07-19","34000000","101","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","The darkest day of horror the world has ever known.","Day of the Dead","false","7","463" +"false","/r3IsWMkIGO20NP3Zcm5HFqBW6w5.jpg","{'id':173710,'name':'Planet of the Apes (Reboot) Collection','poster_path':'/afGkMC4HF0YtXYNkyfCgTDLFe6m.jpg','backdrop_path':'/uRRPDjkcavi8HuSYGiqOsLJefhL.jpg'}","170000000","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.dawnofapes.com/","119450","tt2103281","en","Dawn of the Planet of the Apes","A group of scientists in San Francisco struggle to stay alive in the aftermath of a plague that is wiping out humanity, while Caesar tries to maintain dominance over his community of intelligent apes.","28.921","/2EUAUIu5lHFlkj5FRryohlH6CRO.jpg","[{'id':22213,'logo_path':'/qx9K6bFWJupwde0xQDwOvXkOaL8.png','name':'TSG Entertainment','origin_country':'US'},{'id':7076,'logo_path':'/8BFxn9NUWSgp0ndih569Gm62xiC.png','name':'Chernin Entertainment','origin_country':'US'},{'id':290,'logo_path':'/Q8mw2AOQQc8Qg0uNwLWq86DVZv.png','name':'Ingenious Media','origin_country':'GB'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-06-26","710644566","130","[{'iso_639_1':'en','name':'English'}]","Released","One last chance for peace.","Dawn of the Planet of the Apes","false","7.3","6888" +"false","/cYd3PL27r0KJa9Pa4A5lfUr58Yg.jpg","null","28000000","[{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'},{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","http://www.dawnofthedeadmovie.net/","924","tt0363547","en","Dawn of the Dead","A group of surviving people take refuge in a shopping center after the world has been over taken over by aggressive, flesh-eating zombies. A remake of the 1978 zombie film of the same name.","11.931","/yfqsgzW6AQYmBjIEIq0y9EB1Rgl.jpg","[{'id':572,'logo_path':null,'name':'New Amsterdam Entertainment','origin_country':''},{'id':655,'logo_path':null,'name':'Strike Entertainment','origin_country':''},{'id':656,'logo_path':'/rqmaM1yOhp5KSGjjQToeOYPuMUx.png','name':'Metropolitan Filmexport','origin_country':'FR'},{'id':657,'logo_path':null,'name':'Toho-Towa','origin_country':''},{'id':9995,'logo_path':'/mAIGhOYhN4N2N0F7p4dbKhgXf3l.png','name':'Cruel & Unusual Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-03-19","102356381","101","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","When the undead rise, civilization will fall.","Dawn of the Dead","false","6.9","1787" +"false","/gkW2RMlwl4kqaMIDjaAE73rAPpZ.jpg","null","22000000","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':37,'name':'Western'}]","","581","tt0099348","en","Dances with Wolves","Wounded Civil War soldier, John Dunbar tries to commit suicide???and becomes a hero instead. As a reward, he???s assigned to his dream post, a remote junction on the Western frontier, and soon makes unlikely friends with the local Sioux tribe.","14.244","/uzMI1WbliKbXbjvdiDKnwb2ndsG.jpg","[{'id':335,'logo_path':null,'name':'Tig Productions','origin_country':''},{'id':2630,'logo_path':null,'name':'Majestic Films International','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1990-11-09","424208848","181","[{'iso_639_1':'en','name':'English'}]","Released","Inside everyone is a frontier waiting to be discovered.","Dances with Wolves","false","7.8","1884" +"false","/hp8HvgnEzJrYnoXlEs9cK7nmKT7.jpg","null","25000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","http://daninreallife.movies.go.com/","7211","tt0480242","en","Dan in Real Life","Advice columnist, Dan Burns is an expert on relationships, but somehow struggles to succeed as a brother, a son and a single parent to three precocious daughters. Things get even more complicated when Dan finds out that the woman he falls in love with is actually his brother's new girlfriend.","7.555","/2HnyNUcQ9B5OJVJBIbidb0F9gT1.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':10146,'logo_path':'/xnFIOeq5cKw09kCWqV7foWDe4AA.png','name':'Focus Features','origin_country':'US'},{'id':10991,'logo_path':null,'name':'Jon Shestack Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-10-26","68377859","98","[{'iso_639_1':'en','name':'English'}]","Released","Something's happening to Dan. It's confusing. It's awkward. It's family.","Dan in Real Life","false","6.4","580" +"false","/5aR8Q3N3vzz0AgUyf1LvbFEbo8r.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://www.sonyclassics.com/damselsindistress/","82533","tt1667307","en","Damsels in Distress","A trio of beautiful girls set out to revolutionize life at a grungy American university: the dynamic leader Violet Wister, principled Rose and sexy Heather. They welcome transfer student Lily into their group which seeks to help severely depressed students with a program of good hygiene and musical dance numbers.","7.279","/dfLkxGzfwzbnks9pJpUsGtjd7Mj.jpg","[{'id':37812,'logo_path':null,'name':'Westerly Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-04-06","0","99","[{'iso_639_1':'en','name':'English'}]","Released","For these girls... it's not what you learn, it's whom you educate.","Damsels in Distress","false","5.4","96" +"false","/3hGRV0xR11aUxCGAJ52F8MTxrno.jpg","null","5000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","152532","tt0790636","en","Dallas Buyers Club","Loosely based on the true-life tale of Ron Woodroof, a drug-taking, women-loving, homophobic man who in 1986 was diagnosed with HIV/AIDS and given thirty days to live.","17.026","/nxJFUxDRP9qQCiyD5sH24N5SCSu.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':19631,'logo_path':null,'name':'Truth Entertainment','origin_country':''},{'id':6626,'logo_path':'/A1BnMoWjzjOrjzpWimyBQkf84mS.png','name':'Voltage Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-11-17","55198285","117","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'}]","Released","Sometimes it takes a hustler to change the world","Dallas Buyers Club","false","7.9","4797" +"false","/wtOLJnhv5YQZuJtcQaJhaolTiNQ.jpg","{'id':255478,'name':'Cowgirls n' Angels Collection','poster_path':'/p8hwMZbeNe6qQFlblm1DjKrvYOu.jpg','backdrop_path':null}","0","[{'id':10751,'name':'Family'}]","http://www.dakotassummer.com/","255476","tt2910342","en","Dakota's Summer","Cowgirls 'n Angels Dakota's Summer tells the story of Dakota Rose, a cowgirl and competitive trick rider who finds out at the age of seventeen that she was adopted. She secretly sets out to discover the truth about her adoption and meet her birth parents while visiting her grandfather, rodeo legend Austin Rose. At Austin's ranch on break from the Sweethearts of the Rodeo trick riding team, Dakota discovers that family is not defined by blood, but rather personal commitment and by the love they share. Finally at peace, Dakota trains with Austin in order to prepare to rejoin the Sweethearts for their final competition against the talented Lone Star trick riding team and become the champion trick rider she was destined to be.","2.068","/gq7YGGHjeBlIk9LSVBPa32u12bj.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-04-17","0","91","[{'iso_639_1':'en','name':'English'}]","Released","Sometimes you win. Sometimes you learn.","Dakota's Summer","false","6.1","18" +"false","/xrNsno58P6MVExmJAgu2LWEe3oJ.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","138943","tt2214941","en","Daddy's Little Girl","After the police find Derek???s daughter brutally murdered on the beach, he vows to make the culprit suffer for his actions, even if that person is ???part of the family.??? With careful research into the history of torture, Derek prepares himself and his basement for a week of brutal tactics that will make his daughter???s killer feel the pain that he has inflicted upon so many others. In a time when stranger danger is ever present, a single father learns that it???s the ones you trust most who have to be watched the closest.","1.708","/2N9LNyvPZseoDDcO7uzNnrnBYVz.jpg","[{'id':24650,'logo_path':null,'name':'Slaughter FX','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2012-01-01","0","126","[{'iso_639_1':'en','name':'English'}]","Released","","Daddy's Little Girl","false","6.6","27" +"false","/f9OxxSbQu2FudP0ziot7CRVefqo.jpg","null","1420000","[{'id':53,'name':'Thriller'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","","278316","tt3104930","en","Da Sweet Blood of Jesus","Dr. Hess Green becomes cursed by a mysterious ancient African artifact and is overwhelmed with a newfound thirst for blood. Soon after his transformation he enters into a dangerous romance with Ganja Hightower that questions the very nature of love, addiction, sex, and status.","3.369","/2pfrKnctbBRrgAmXoAgNCkWUEVb.jpg","[{'id':4319,'logo_path':null,'name':'40 Acres & A Mule Filmworks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-06-22","0","123","[{'iso_639_1':'en','name':'English'}]","Released","","Da Sweet Blood of Jesus","false","4.5","32" +"false","/5xjiREzvZTn6SOfFB9zHFQKMSnx.jpg","null","7500000","[{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'},{'id':9648,'name':'Mystery'}]","http://www.miramax.com/cypher/","10133","tt0284978","en","Cypher","An unsuspecting, disenchanted man finds himself working as a spy in the dangerous, high-stakes world of corporate espionage. Quickly getting way over-his-head, he teams up with a mysterious femme fatale.","6.689","/tSO4HFsMaphJpozShY3P5D9o6Rt.jpg","[{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':185,'logo_path':null,'name':'Pandora Cinema','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-10-01","0","95","[{'iso_639_1':'en','name':'English'}]","Released","Never forget who you are","Cypher","false","6.8","276" +"false","/mi5Xtjxk9dv6bU0GP67UbtvvlDs.jpg","null","0","[{'id':18,'name':'Drama'}]","","240745","tt3093522","en","Cymbeline","War erupts between dirty cops and outlaw bikers as a drug kingpin (Ed Harris) tries to protect his empire.","5.004","/lxZa2AayHNgwuRlQqHFh0iGMP6U.jpg","[{'id':6692,'logo_path':'/2Wd2CodKtgB4XyAQH4ez8qnZuqg.png','name':'Benaroya Pictures','origin_country':'US'},{'id':19671,'logo_path':null,'name':'Keep Your Head Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-09-03","0","97","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'de','name':'Deutsch'}]","Released","Kings Queens Soldiers Bikers War","Cymbeline","false","3.8","57" +"false","/1mCTRwariWBR5JBpc1Mt8qCOKfH.jpg","null","5000000","[{'id':53,'name':'Thriller'}]","","276902","tt1661820","en","Cut Bank","25 year-old Dwayne McLaren, a former athlete turned auto mechanic, dreams of getting out of tiny Cut Bank, Montana the coldest town in America. But his effort to do so sets in moton a deadly series of events that change his life and the life of the town forever...","6.431","/8NHY0tAmNtJGvpYVKjrFzMQqu5n.jpg","[{'id':21887,'logo_path':null,'name':'Kilburn Media','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-09-10","0","92","[{'iso_639_1':'en','name':'English'}]","Released","Good Folks. Bad Deeds.","Cut Bank","false","5.8","150" +"false","/aBZxdeYcC6q9SCYEJDDGaaG3Yc1.jpg","null","0","[{'id':80,'name':'Crime'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","67087","tt0085385","en","Curtains","Six young actresses auditioning for a movie role at a remote mansion are targeted by a mysterious masked murderer.","2.555","/ik2mmDHesbZT1GtqNsHGjISE8vu.jpg","[{'id':61649,'logo_path':null,'name':'Curtains Productions','origin_country':''},{'id':15059,'logo_path':null,'name':'Simcom Limited','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","1983-03-04","0","89","[{'iso_639_1':'en','name':'English'}]","Released","Six beautiful girls, trying to get ahead... when the curtains fall, five will be dead.","Curtains","false","5.1","38" +"false","/6Xc5jPt4Ublbwky3HORTpGT6aLT.jpg","null","0","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","","28073","tt0062833","en","Curse of the Crimson Altar","When his brother disappears, Robert Manning pays a visit to the remote country house he was last heard from. While his host is outwardly welcoming - and his niece more demonstrably so - Manning detects a feeling of menace in the air with the legend of Lavinia Morley, Black Witch of Greymarsh, hanging over everything.","2.237","/q2yuct1HXOYPmOughHTj3wXU30c.jpg","[{'id':4579,'logo_path':null,'name':'Tigon British Film Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1968-12-01","0","87","[{'iso_639_1':'en','name':'English'}]","Released","Come face to face with naked fear on the altar of evil!","Curse of the Crimson Altar","false","5.5","17" +"false","/e95CLG02scalwpHgR0BSCUXWeE3.jpg","{'id':10455,'name':'Child's Play Collection','poster_path':'/fLWDbZziq47lcN28Q1ILnIMLHEC.jpg','backdrop_path':'/AAhYXBVIEl6WgQnzfBsauTIC25.jpg'}","5000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","167032","tt2230358","en","Curse of Chucky","After the passing of her mother, a young woman in a wheelchair since birth, is forced to deal with her sister, brother-in-law, niece and their nanny as they say their goodbyes to mother. When people start turning up dead, Nica discovers the culprit might be a strange doll she received a few days earlier.","11.038","/qoFfZa6b9xsr1dJwdb6SCiw2KHs.jpg","[{'id':17009,'logo_path':'/ssowAxOrrqsSR2CKeiytOXwLoCW.png','name':'Universal 1440 Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-10-04","0","97","[{'iso_639_1':'en','name':'English'}]","Released","Fear has a new home","Curse of Chucky","false","5.7","694" +"false","/hgaAeTuvndE9W9UEfb8MBmjtz0K.jpg","{'id':55428,'name':'Curious George Collection','poster_path':'/8nOAUE2VgdnzxYurRjd1KjE98Sm.jpg','backdrop_path':'/qC533xWXnpR8SG3zrll8aKmeQXV.jpg'}","50000000","[{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","9975","tt0381971","en","Curious George","When The Man in the Yellow Hat befriends Curious George in the jungle, they set off on a non-stop, fun-filled journey through the wonders of the big city toward the warmth of true friendship.","11.185","/1WyGePG0GVjAG0FEPX2s9xrP4w9.jpg","[{'id':5556,'logo_path':null,'name':'Universal Animation Studios','origin_country':''},{'id':23,'logo_path':'/mkxNjThahj5pvntvYKVpMbWXm3D.png','name':'Imagine Entertainment','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2006-02-10","69834815","87","[{'iso_639_1':'en','name':'English'}]","Released","Get Carried Away With The Cutest Little Monkey Around!","Curious George","false","6","180" +"false","/7BtMwHuHCgi0oE0SuITgfWOmPTu.jpg","{'id':432,'name':'Cube Collection','poster_path':'/pRshONhwgQYb2IYcxhEIMDFc62d.jpg','backdrop_path':'/4SdZhO4M5vJ48dqp7r8PieZ37RJ.jpg'}","250000","[{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'},{'id':9648,'name':'Mystery'}]","","431","tt0123755","en","Cube","Seven strangers are taken out of their daily lives and placed mysteriously in a deadly cube where they all agree they must find their way out.","9.61","/u50r6chJGO2iqxVAvtQ07obiCkB.jpg","[{'id':22207,'logo_path':null,'name':'Cube Libre','origin_country':''},{'id':21953,'logo_path':null,'name':'Feature Film Project','origin_country':''},{'id':22208,'logo_path':null,'name':'Harold Greenberg Fund','origin_country':''},{'id':22209,'logo_path':null,'name':'Odeon Films','origin_country':''},{'id':22210,'logo_path':null,'name':'Ontario Film Development Corporation','origin_country':''},{'id':806,'logo_path':'/kcNh09qqR2Pkw1JAzRW4CommrW4.png','name':'T??l??film Canada','origin_country':'CA'},{'id':22211,'logo_path':null,'name':'Viacom Canada','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","1997-09-09","501818","90","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","Don't look for a reason... Look for a way out.","Cube","false","6.9","2053" +"false","/dBXJRsse6B4wSqpfmW0VTbgKMNR.jpg","null","0","[{'id':35,'name':'Comedy'}]","","201086","tt2390237","en","Cuban Fury","Beneath Bruce Garrett's under-confident, overweight exterior, the passionate heart of a salsa king lies dormant. Now, one woman is about to reignite his Latin fire.","7.752","/AkVDoXUHYZ9cmoHX1DcJDu5s61K.jpg","[{'id':443,'logo_path':'/deewJi8ncCh6Sc2STL91wvZ4O5X.png','name':'Big Talk Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-02-14","0","98","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fa','name':'??????????'}]","Released","All's fair in Love & Salsa","Cuban Fury","false","6","172" +"false","/xrKS2nmAR8vGSKkldB5EVlkusMx.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':12,'name':'Adventure'}]","","157409","tt2332579","en","Crystal Fairy & the Magical Cactus","Jamie is a boorish, insensitive American twentysomething traveling in Chile, who somehow manages to create chaos at every turn. He and his friends are planning on taking a road trip north to experience a legendary shamanistic hallucinogen called the San Pedro cactus. In a fit of drunkenness at a wild party, Jamie invites an eccentric woman???a radical spirit named Crystal Fairy???to come along.","5.717","/eH3zbfYoAlFAON8YOzZE2HXoW53.jpg","[{'id':21546,'logo_path':null,'name':'F??bula','origin_country':'CL'},{'id':62281,'logo_path':null,'name':'Diroriro','origin_country':''}]","[{'iso_3166_1':'CL','name':'Chile'}]","2013-07-12","0","98","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","","Crystal Fairy & the Magical Cactus","false","5.9","75" +"false","/dPGn9ONgU9vYuViebCoBdHGDbHc.jpg","null","0","[{'id':53,'name':'Thriller'}]","","183662","tt2093977","en","Crush","A secret admirer's crush on a high school athlete takes a fatal turn.","4.7","/WFpNTahufxHt6duGrpCyyikzUz.jpg","[{'id':1224,'logo_path':null,'name':'Intrepid Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-03-13","0","94","[{'iso_639_1':'en','name':'English'}]","Released","Careful what you wish for","Crush","false","6","154" +"false","/jF06R8RAWLlpI7lADkJ4MPzFck1.jpg","null","0","[{'id':99,'name':'Documentary'}]","","26564","tt0109508","en","Crumb","This movie chronicles the life and times of R. Crumb. Robert Crumb is the cartoonist/artist who drew Keep On Truckin', Fritz the Cat, and played a major pioneering role in the genesis of underground comix. Through interviews with his mother, two brothers, wife, and ex-girlfriends, as well as selections from his vast quantity of graphic art, we are treated to a darkly comic ride through one man's subconscious mind.","5.88","/yzK39sdkGoiSyKZEWT6HQzaC0BX.jpg","[{'id':4532,'logo_path':null,'name':'Superior Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-09-10","3174695","119","[{'iso_639_1':'en','name':'English'}]","Released","Weird sex ?? Obsession ?? Comic books","Crumb","false","7.7","114" +"false","/qmFvXEOH8S4EenOZVEP8MBGH6R0.jpg","{'id':52789,'name':'Cruel Intentions Collection','poster_path':'/uwiq4KPIYRT6yEDmlv5jkMByVO0.jpg','backdrop_path':'/10KZhETCbOGoffxglHDRyStgdc8.jpg'}","10500000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':53,'name':'Thriller'},{'id':35,'name':'Comedy'}]","","796","tt0139134","en","Cruel Intentions","Slaking a thirst for dangerous games, Kathryn challenges her stepbrother, Sebastian, to deflower their headmaster's daughter before the summer ends. If he succeeds, the prize is the chance to bed Kathryn. But if he loses, Kathryn will claim his most prized possession.","12.962","/6RQu0J2u7viDa34Nn98sKaHv5jD.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':505,'logo_path':null,'name':'Cruel Productions','origin_country':''},{'id':506,'logo_path':null,'name':'Newmarket Capital Group','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-03-05","75902208","97","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'vi','name':'Ti???ng Vi???t'}]","Released","In the game of seduction, There is only one rule: Never fall in love.","Cruel Intentions","false","6.6","1482" +"false","/vCD9mRgSY4HuoSowm8JO4tm2mhj.jpg","{'id':261590,'name':'Living Dead Collection','poster_path':'/5tzYvD8a7M6YdGy37V5goRJXsMk.jpg','backdrop_path':'/inPPfnJ9Wzc9rg1MpkPm0P3D9rJ.jpg'}","650000","[{'id':27,'name':'Horror'}]","","923","tt0077402","en","Dawn of the Dead","During an ever-growing epidemic of zombies that have risen from the dead, two Philadelphia SWAT team members, a traffic reporter, and his television-executive girlfriend seek refuge in a secluded shopping mall.","11.48","/8D6WEfNZr6JadQrqJr5OOq1QlV0.jpg","[{'id':83715,'logo_path':null,'name':'Dawn Associates','origin_country':''},{'id':95947,'logo_path':null,'name':'United Film Distribution Company (UFDC)','origin_country':''},{'id':2483,'logo_path':null,'name':'Laurel Entertainment','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'US','name':'United States of America'}]","1978-09-02","55000000","127","[{'iso_639_1':'en','name':'English'}]","Released","When there's no more room in hell, the dead will walk the earth.","Dawn of the Dead","false","7.5","901" +"false","/lnMqkcHcgvVzsywAnABs07TYgqc.jpg","null","185000","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","","109667","tt0055892","en","David and Lisa","The emotional story of a young man in a mental institution for teens who begins to understand his psychosis in the environment of others with mental and emotional problems. He finds intimacy with Lisa, a young woman suffering from schizophrenia.","1.239","/hPLxubQL9TGmSxybQ0VHgADfuBl.jpg","[{'id':44751,'logo_path':null,'name':'Vision Associates Productions','origin_country':''},{'id':44752,'logo_path':null,'name':'Lisa and David Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1962-12-26","0","95","[{'iso_639_1':'en','name':'English'}]","Released","","David and Lisa","false","8","18" +"false","/o5QteKWJMayxlFJDkS122vvOOw0.jpg","null","0","[{'id':35,'name':'Comedy'}]","","11566","tt0106673","en","Dave","Bill Mitchell is the philandering and distant President of the United States. Dave Kovic is a sweet-natured and caring Temp Agency operator, who by a staggering coincidence looks exactly like the President. As such, when Mitchell wants to escape an official luncheon, the Secret Service hires Dave to stand in for him. Unfortunately, Mitchell suffers a severe stroke whilst having sex with one of his aides, and Dave finds himself stuck in the role indefinitely. The corrupt and manipulative Chief of Staff, Bob Alexander, plans to use Dave to elevate himself to the White House - but unfortunately, he doesn't count on Dave enjoying himself in office, using his luck to make the country a better place, and falling in love with the beautiful First Lady...","7.349","/nb2tSTxjhuiJqn9R6BEcwopq0dW.jpg","[{'id':5739,'logo_path':null,'name':'Donner/Shuler-Donner Productions','origin_country':''},{'id':8816,'logo_path':null,'name':'Northern Lights Entertainment','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-05-07","63000000","110","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","In a country where anybody can become President, anybody just did.","Dave","false","6.5","322" +"false","/111ntoioqZRYIg4jkMhUXH2FEJ0.jpg","null","55000000","[{'id':35,'name':'Comedy'}]","http://www.datenight-movie.com/","35056","tt1279935","en","Date Night","Phil and Claire Foster fear that their mild-mannered relationship may be falling into a stale rut. During their weekly date night, their dinner reservation leads to their being mistaken for a couple of thieves ??? and now a number of unsavoury characters want Phil and Claire killed.","12.833","/fzzPht9KId6Ollow30jYtABhDY3.jpg","[{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'},{'id':2575,'logo_path':'/9YJrHYlcfHtwtulkFMAies3aFEl.png','name':'21 Laps Entertainment','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-04-08","152263880","97","[{'iso_639_1':'he','name':'????????????????'},{'iso_639_1':'en','name':'English'}]","Released","One ordinary couple. One little white lie.","Date Night","false","6","1689" +"false","/2KIFkLk0uBqUwyrS8OIjLSHCFA5.jpg","null","0","[{'id':35,'name':'Comedy'}]","","99367","tt1878942","en","Date and Switch","Two guys who make a pact to lose their virginity before prom find their friendship tested when one of them comes out of the closet.","4.359","/orV7VUGoI6yEwhFDyifFGhkLFd4.jpg","[{'id':21933,'logo_path':null,'name':'Dude Productions','origin_country':''},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-02-14","0","91","[{'iso_639_1':'en','name':'English'}]","Released","Love's all about finding the right combination.","Date and Switch","false","5.9","135" +"false","/AbFHzUBdb75to7JZKFRnD7gtYJZ.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","24134","tt0059084","en","Darling","Beautiful but easily bored Diana Scott becomes a popular model and actress in London in the 1960s while toying with the affections of two older men, married television newsman Robert Gold and public relations mastermind Miles Brand. Although Diana is the toast of swinging London, the dark side of fame and fortune begins to take its toll, but it proves harder to escape the mod scene than she expects.","3.391","/bmZqO8jpVJK4gFIxsQbja5VT9oy.jpg","[{'id':11707,'logo_path':null,'name':'Vic Films Productions','origin_country':''},{'id':18136,'logo_path':null,'name':'Joseph Janni Production','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1965-08-03","0","128","[{'iso_639_1':'en','name':'English'}]","Released","","Darling","false","6.8","46" +"false","/dfqedtCS0oZ3tkbu8GJr2gR8J2P.jpg","null","0","[{'id':53,'name':'Thriller'}]","","235046","tt1876283","en","Darkroom","Michelle kills three of her friends in a horrific car accident while driving under the influence. After rehab, Michelle takes a job recommended by her counselor that lands her trapped in a mansion with three psychotic siblings hell bent on physical torture to purge Michelle of her sins.","1.618","/lRAEpSHxcwVrrgEw4n8ruNKVXta.jpg","[]","[]","2013-03-10","0","81","[{'iso_639_1':'en','name':'English'}]","Released","","Darkroom","false","3.8","22" +"false","/4zoodyjlqvu8HaH6GASNuoXhmBv.jpg","{'id':45154,'name':'Darkman Collection','poster_path':'/mHrcic92RHbKHDi5Lxdhu5job6X.jpg','backdrop_path':'/oVqe4GNZkbWPppmvIyxFmyZNPhx.jpg'}","16000000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':80,'name':'Crime'}]","","9556","tt0099365","en","Darkman","Dr. Peyton Westlake is on the verge of realizing a major breakthrough in synthetic skin when his laboratory is destroyed by gangsters. Having been burned beyond recognition and forever altered by an experimental medical procedure, Westlake becomes known as Darkman, assuming alternate identities in his quest for revenge and a new life with a former love.","8.617","/hHEliLwA6NVJQUBKshzweG7GG1S.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':467,'logo_path':null,'name':'Renaissance Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-08-24","48878502","96","[{'iso_639_1':'en','name':'English'}]","Released","They destroyed everything he had, everything he was. Now, crime has a new enemy and justice has a new face.","Darkman","false","6.4","547" +"false","/2yTlaBrWf10QHkoffokG9obwWG1.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","27972","tt0031210","en","Dark Victory","Judith Traherne is at the height of young society when Dr. Frederick Steele diagnoses a brain tumor. After surgery she falls in love with Steele. The doctor tells her secretary that the tumor will come back and eventually kill her. Learning this, Judith becomes manic and depressive. Her horse trainer Michael, who loves her, tells her to get as much out of life as she can. She marries Steele who intends to find a cure for her illness. As he goes off to a conference in New York failing eyesight indicates to Judith that she is dying.","3.163","/1qSATXx81kKvcgSOVPvStbEbA3n.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1939-04-22","0","104","[{'iso_639_1':'en','name':'English'}]","Released","I've Crammed EVERY MINUTE SO FULL of waste. And now there's so little time. I don't know what to do. I'm afraid!","Dark Victory","false","7.2","53" +"false","/AbHkwA7Wesm1zg2NcrrpviJ2LDW.jpg","null","3500000","[{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","145135","tt2387433","en","Dark Skies","From the producers of Paranormal Activity, Insidious, and Sinister comes Dark Skies: a supernatural thriller that follows a young family living in the suburbs. As husband and wife Daniel and Lacey Barret witness an escalating series of disturbing events involving their family, their safe and peaceful home quickly unravels. When it becomes clear that the Barret family is being targeted by an unimaginably terrifying and deadly force, Daniel and Lacey take matters in their own hands to solve the mystery of what is after their family.","9.311","/zoHm9jKVZJsDOUrj5OPklY7jSLZ.jpg","[{'id':25673,'logo_path':null,'name':'Cinema Vehicle Services','origin_country':''},{'id':2514,'logo_path':null,'name':'Alliance Films','origin_country':''},{'id':7625,'logo_path':'/kzq4ibnNeZrp00zpBWv3st1QCOh.png','name':'Automatik Entertainment','origin_country':'US'},{'id':3172,'logo_path':'/kDedjRZwO8uyFhuHamomOhN6fzG.png','name':'Blumhouse Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-02-21","25174316","97","[{'iso_639_1':'en','name':'English'}]","Released","Once you have been chosen. You belong to them.","Dark Skies","false","6.1","981" +"false","/thzGA2cOW37jCxJ7sJeBNGVGZKj.jpg","null","150000000","[{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'}]","http://darkshadowsmovie.warnerbros.com","62213","tt1077368","en","Dark Shadows","Vampire Barnabas Collins is inadvertently freed from his tomb and emerges into the very changed world of 1972. He returns to Collinwood Manor to find that his once-grand estate and family have fallen into ruin.","16.264","/6125p54Jnog3kFsY33oMQF3d1dJ.jpg","[{'id':8601,'logo_path':null,'name':'Tim Burton Productions','origin_country':''},{'id':2691,'logo_path':null,'name':'Infinitum Nihil','origin_country':''},{'id':3281,'logo_path':'/8tMybAieh64uzvm8knSjXOFX8Qc.png','name':'GK Films','origin_country':'GB'},{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':9228,'logo_path':null,'name':'Dan Curtis Productions','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':80,'logo_path':null,'name':'The Zanuck Company','origin_country':'US'}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'US','name':'United States of America'}]","2012-05-08","245527149","113","[{'iso_639_1':'en','name':'English'}]","Released","Every Family Has Its Demons","Dark Shadows","false","5.9","4026" +"false","/t87erbro1ez2rlKTCZ1CQgX5k9C.jpg","null","20000000","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","http://darkplacesmovie.com/","182560","tt2402101","en","Dark Places","A woman who survived the brutal killing of her family as a child is forced to confront the events of that day.","9.519","/1z7Bxnxi1lgO0ksc6peI4UssEPf.jpg","[{'id':3574,'logo_path':null,'name':'Denver and Delilah Productions','origin_country':'US'},{'id':6667,'logo_path':null,'name':'Mandalay Vision','origin_country':''},{'id':11448,'logo_path':'/twhX9HMUuGW4Mhb45AyWDhRqkvR.png','name':'Exclusive Media','origin_country':'US'},{'id':13855,'logo_path':null,'name':'Hugo Productions','origin_country':''},{'id':22868,'logo_path':null,'name':'Cuatro Plus Films','origin_country':''},{'id':40107,'logo_path':null,'name':'Da Vinci Media Ventures','origin_country':''},{'id':59897,'logo_path':null,'name':'Daryl Prince Productions','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2015-03-31","208588","113","[{'iso_639_1':'en','name':'English'}]","Released","In 1985, her entire family was murdered. 30 years later, the truth emerges.","Dark Places","false","5.9","735" +"false","/8UZIPjI08zXOd7AGqzcbiFFM5Ou.jpg","null","3000000","[{'id':27,'name':'Horror'}]","http://www.darkmoonrisingmovie.com/","39564","tt1231593","en","Dark Moon Rising","Small-town girl meets mysterious drifter boy, they fall in love. Only in this case, the boy brings with him a family curse and unimaginable horror that rains hell upon the small town","2.941","/4EFzVttFbND3gFL404AKsCZKQvs.jpg","[{'id':67896,'logo_path':null,'name':'Flick Investments Group','origin_country':''},{'id':107754,'logo_path':null,'name':'Lightning Strikes Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-10-10","0","124","[{'iso_639_1':'en','name':'English'}]","Released","Love is a six letter word - ""HORROR""","Dark Moon Rising","false","4.7","15" +"false","/cwxzs8jpMgwhtQulQPRkKltTNAj.jpg","null","0","[{'id':53,'name':'Thriller'}]","http://filmakerim.tripod.com/darkmindsthemovie.html","302287","tt2395183","en","Dark Minds","Haunted by horrific nightmares, Beverly seeks professional help to keep her sanity. She is desperate to find a way that will separate her nightmares from reality.","0.6","/q6t8kcNnS8HtfHN1AgKXNJ7FlIh.jpg","[]","[]","2013-09-30","0","","[]","Released","What if you couldn't tell where your nightmares stop and reality begins?","Dark Minds","false","1","1" +"false","/yRFnKkBU6cnkR4ZgVpHUTa5bdLX.jpg","null","0","[{'id':27,'name':'Horror'}]","","178408","tt1430077","en","Dark Feed","When a film crew moves into an abandoned psychiatric hospital with a shadowy past to shoot a low budget horror film, they get more than they bargained for. The late nights and lack of sleep begin to take a toll, and the longer this crew works, the more the leaky, wet building seems to be coming back to life, feeding off its new inhabitants. As the shoot wears on, members of the crew exhibit increasingly strange behavior leaving those still sane realizing they need to get out of this place before they too succumb to the building's infectious hold, the only problem, the old hospital is not ready to let them go.","1.737","/1nTnv3TERZY8jyIjSFn1a4GJrFI.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-03-18","0","86","[{'iso_639_1':'en','name':'English'}]","Released","Insanity can be contagious","Dark Feed","false","4.1","24" +"false","/rIWui0S2ugwTWlhna6CTS3RYW9q.jpg","null","27000000","[{'id':9648,'name':'Mystery'},{'id':878,'name':'Science Fiction'}]","","2666","tt0118929","en","Dark City","A man struggles with memories of his past, including a wife he cannot remember, in a nightmarish world with no sun and run by beings with telekinetic powers who seek the souls of humans.","12.23","/yR7rapBFxBoBT0vkZQIXhLBr726.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':908,'logo_path':null,'name':'Mystery Clock Cinema','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'US','name':'United States of America'}]","1998-02-27","27200316","100","[{'iso_639_1':'en','name':'English'}]","Released","A world where the night never ends.","Dark City","false","7.4","1305" +"false","/bv6CY07f6c4msoDJxDzk5m22cYs.jpg","null","78000000","[{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","http://marvel.com/movies/movie/12/daredevil","9480","tt0287978","en","Daredevil","He dwells in a world of eternal night, but the blackness is filled with sounds and scents, tastes and textures that most cannot perceive. Although attorney Matt Murdock is blind, his other four senses function with superhuman sharpness. By day, Murdock represents the downtrodden. At night he is Daredevil, a masked vigilante stalking the dark streets of the city, a relentless avenger of justice.","12.379","/dNVEqwgIdrwWQL3zXI5mQG60oM5.jpg","[{'id':19551,'logo_path':'/2WpWp9b108hizjHKdA107hFmvQ5.png','name':'Marvel Enterprises','origin_country':'US'},{'id':10104,'logo_path':'/hNuGhsKVlmhnwSRcmOejDBDjh6w.png','name':'New Regency Pictures','origin_country':'US'},{'id':1171,'logo_path':null,'name':'Epsilon Motion Pictures','origin_country':'CH'},{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-02-14","179179718","103","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'el','name':'????????????????'}]","Released","A Guardian Devil","Daredevil","false","5.1","2728" +"false","/2Af531SGBYtkKRwpSuZhV6JsHhL.jpg","null","10000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","","256924","tt1772288","en","Danny Collins","An ageing rock star decides to change his life when he discovers a 40-year-old letter written to him by John Lennon.","10.269","/ye1xEG6SnrfAvzAkgLQSVNIm1oI.jpg","[{'id':33603,'logo_path':null,'name':'ShivHans Pictures','origin_country':''},{'id':6831,'logo_path':'/ojg8jqsVLGDvuJowOkZQZVV42AA.png','name':'Big Indie Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-03-19","10835752","107","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","A letter from John Lennon changed his life","Danny Collins","false","6.7","254" +"false","/6JcyGfR00GLXsjuPcgYGFVEtuBd.jpg","null","7000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'},{'id':80,'name':'Crime'},{'id':27,'name':'Horror'}]","","19384","tt0099817","en","Dark Angel","Jack Caine is a Houston vice cop who's forgotten the rule book. His self-appointed mission is to stop the drugs trade and the number one supplier Victor Manning. Whilst involved in an undercover operation to entrap Victor Manning, his partner gets killed, and a sinister newcomer enters the scene...","6.202","/y6iLNsSdV3IyrUXNSanIfx08E2r.jpg","[{'id':17915,'logo_path':null,'name':'Trans World Entertainment (TWE)','origin_country':''},{'id':3603,'logo_path':null,'name':'Vision International','origin_country':''},{'id':4109,'logo_path':null,'name':'Vision PDG','origin_country':''},{'id':1988,'logo_path':null,'name':'Epic Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-01-26","9229401","91","[{'iso_639_1':'en','name':'English'}]","Released","Jack Caine. Houston cop. Human. What he's up against, isn't.","Dark Angel","false","5.9","110" +"false","/mUUm4ClJvgVVbR1fNlRqjQQzwoZ.jpg","null","8500000","[{'id':10751,'name':'Family'},{'id':35,'name':'Comedy'}]","http://www.cornergasthemovie.com","298533","tt3788052","en","Corner Gas: The Movie","It???s been a few years, and there???s still not a lot going on 40 kilometers from nowhere. But that???s all about to change as the fine folks of Dog River, Saskatchewan face their biggest crisis ever. Brent and the gang discover that the town???s been badly mismanaged, leaving residents with little choice but to pack up and leave. As residents make one last rally to save Dog River as they know it, they discover a devious plan by a corporate chain that would change life for Dog Riverites forever.","1.772","/9F3HIzcRsteL8WhzVZMQcQNY6SR.jpg","[{'id':66515,'logo_path':null,'name':'Sparrow Media','origin_country':'CA'},{'id':104387,'logo_path':null,'name':'Aslan Entertainment','origin_country':''},{'id':104473,'logo_path':'/qfDHH1DeeeT6d9hbQy9AnWhvBBF.png','name':'Java Post Production','origin_country':'CA'},{'id':104388,'logo_path':'/mPmN2UsFRvgjEFnA8CXYFEh4tPf.png','name':'V??rit?? Films','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2014-12-03","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Dog River Has Always Been Flat. But Now It's Flat Broke.","Corner Gas: The Movie","false","6.3","20" +"false","/ri8uiJsHWAoo8mfo9NlldolMmKa.jpg","null","7700000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","101173","tt1372686","en","Coriolanus","Caius Martius, aka Coriolanus, is an arrogant and fearsome general who has built a career on protecting Rome from its enemies. Pushed by his ambitious mother to seek the position of consul, Coriolanus is at odds with the masses and unpopular with certain colleagues. When a riot results in his expulsion from Rome, Coriolanus seeks out his sworn enemy, Tullus Aufidius. Together, the pair vow to destroy the great city.","8.699","/yE026snGPK1Cm61y6qmPdX5Hh8h.jpg","[{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':1260,'logo_path':null,'name':'Synchronistic Pictures','origin_country':''},{'id':4564,'logo_path':null,'name':'Icon Entertainment International','origin_country':''},{'id':9987,'logo_path':'/o5OTKAw7Acl5fTZYPyl8M8D9570.png','name':'Lipsync Productions','origin_country':'GB'},{'id':22310,'logo_path':null,'name':'Atlantic Swiss Productions','origin_country':''},{'id':23558,'logo_path':null,'name':'Hermetof Pictures','origin_country':''},{'id':23559,'logo_path':null,'name':'Magna Films','origin_country':''},{'id':23560,'logo_path':null,'name':'Kalkronkie','origin_country':''},{'id':23561,'logo_path':null,'name':'Artemis Films','origin_country':'GB'},{'id':23563,'logo_path':null,'name':'Lonely Dragon','origin_country':''},{'id':18188,'logo_path':null,'name':'Magnolia Mae Films','origin_country':'US'}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'CS','name':'Serbia and Montenegro'},{'iso_3166_1':'US','name':'United States of America'}]","2011-02-14","1072602","123","[{'iso_639_1':'en','name':'English'}]","Released","Nature teaches beasts to know their friends.","Coriolanus","false","6","208" +"false","/6TSzmESfh0LVOBnDcktcRMI6Wnk.jpg","null","116000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","9619","tt0118928","en","Dante's Peak","Volcanologist Harry Dalton comes to the sleepy town of Dante's Peak to investigate the recent rumblings of the dormant volcano the burg is named for. Before long, his worst fears are realized when a massive eruption hits, and immediately, Harry, the mayor and the townspeople find themselves fighting for their lives amid a catastrophic nightmare.","9.995","/6wBlgo0xqja56OMfQoxsdLmcR76.jpg","[{'id':1280,'logo_path':null,'name':'Pacific Western','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-02-07","178127760","108","[{'iso_639_1':'en','name':'English'}]","Released","The pressure is building...","Dante's Peak","false","5.9","757" +"false","/wyv4peuOsgYFDRg1sAzrlu9Zk0R.jpg","null","60000000","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","http://coraline.com/","14836","tt0327597","en","Coraline","When Coraline moves to an old house, she feels bored and neglected by her parents. She finds a hidden door with a bricked up passage. During the night, she crosses the passage and finds a parallel world where everybody has buttons instead of eyes, with caring parents and all her dreams coming true. When the Other Mother invites Coraline to stay in her world forever, the girl refuses and finds that the alternate reality where she is trapped is only a trick to lure her.","12.868","/ybOmHUVVXcwBQErjw7tmeE97fpO.jpg","[{'id':10146,'logo_path':'/xnFIOeq5cKw09kCWqV7foWDe4AA.png','name':'Focus Features','origin_country':'US'},{'id':11537,'logo_path':'/AgCkAk8EpUG9fTmK6mWcaJA2Zwh.png','name':'Laika Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-02-05","124596398","100","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Be careful what you wish for.","Coraline","false","7.5","2923" +"false","/gE1DHa82NZVb9B2Lx2cLNz43Iwd.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","1710","tt0112722","en","Copycat","An agoraphobic psychologist and a female detective must work together to take down a serial killer who copies serial killers from the past.","9.116","/80czeJGSoik22fhtUM9WzyjUU4r.jpg","[{'id':10104,'logo_path':'/hNuGhsKVlmhnwSRcmOejDBDjh6w.png','name':'New Regency Pictures','origin_country':'US'},{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-10-27","0","124","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","One man is copying the most notorious killers in history one at a time. Together, two women must stop him from killing again. Or they're next.","Copycat","false","6.5","389" +"false","/dtpGe8Nb9W01nlKmM06XZbnME57.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","188826","tt2404555","en","Copperhead","A family is torn apart during the American Civil War.","2.253","/7uYGinNEJ72wWP27buITYSeET52.jpg","[{'id':73679,'logo_path':null,'name':'Swordspoint Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-06-28","0","120","[{'iso_639_1':'en','name':'English'}]","Released","The war at home","Copperhead","false","5.5","12" +"false","/3rRAYIwh1FhdijYkSDgPFhQTTI9.jpg","null","30000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","http://copoutmovie.warnerbros.com/dvd/","23742","tt1385867","en","Cop Out","Detectives Jimmy and Paul, despite nine years as partners, can still sometimes seem like polar opposites ??? especially when Paul's unpredictable antics get them suspended without pay. Already strapped for cash and trying to pay for his daughter's wedding, Jimmy decides to sell a rare baseball card that's worth tens of thousands. Unfortunately, when the collector's shop is robbed and the card vanishes with the crook, Paul and Jimmy end up going rogue, tracking down the card and the drug ring behind its theft, all on their own time, and without any backup ??? except for each other.","10.436","/cSkPYnVsD7MRNXPhkhBv3Mcxx39.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-02-26","55583804","107","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Rock out with your Glock out","Cop Out","false","5.4","774" +"false","/j26XZSi5jIZ369ImmRkPi9z4TR2.jpg","null","0","[{'id':18,'name':'Drama'},{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","27716","tt0071361","en","Coonskin","A multi-layered satire of race relations in America. Live-action sequences of a prison break bracket the animated story of Brother Rabbit, Brother Bear, and Preacher Fox, who rise to the top of the crime ranks in Harlem by going up against a con-man, a racist cop, and the Mafia.","2.909","/3zrxUkbeLl2KmSIRywNTwiGOZ2y.jpg","[{'id':16311,'logo_path':null,'name':'Albert S. Ruddy Productions','origin_country':''},{'id':4921,'logo_path':null,'name':'Bakshi Productions','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1975-08-20","0","100","[{'iso_639_1':'de','name':'Deutsch'}]","Released","This is it Folks!","Coonskin","false","6.5","40" +"false","/3ngGXCx43Si2pEG22zxFr9HVkn1.jpg","null","12000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':12,'name':'Adventure'}]","","9584","tt0077369","en","Convoy","Truckers form a mile long ""convoy"" in support of a trucker's vendetta with an abusive sheriff...Based on the country song of same title by C.W. McCall.","8.154","/zpCy9R9tjD5sawsBk5TaXbFJhJz.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':538,'logo_path':null,'name':'EMI Films','origin_country':'GB'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1978-06-27","22765081","110","[{'iso_639_1':'en','name':'English'}]","Released","Ain't nothin' gonna get in their way!","Convoy","false","6.1","124" +"false","/7oaYA40lJd3r0FpbH2pYob64soQ.jpg","null","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","http://www.convictthemovie.com/","245527","tt2893780","en","Convict","Set in the dark and old Parramatta prison built by the original convicts our lead character Ray a war veteran finds himself serving 18 months for manslaughter after defending his fiance. He soon realizes that the prison boss has it in for him and does everything possible to break Ray even going after his fiance.","1.176","/1lVJRjnLKTIj2uZ8C0NGfcieAAP.jpg","[]","[{'iso_3166_1':'AU','name':'Australia'}]","2014-01-23","0","110","[{'iso_639_1':'en','name':'English'}]","Released","","Convict","false","5.4","17" +"false","/yHtlXRY5r5WQpoqt0FKGwdqGFfO.jpg","null","1000000","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","296392","tt2246955","en","Contrition","What if you had to wake up on the same day over and over? What if that day was the day your family was murdered? Could you stop it?","0.716","/uPXu52UfAetuE9t0E47jEcJefwt.jpg","[]","[]","2012-09-20","0","90","[]","Released","120 Hours of Purgatory...in One Day.","Contrition","false","3.5","4" +"false","/vUIxLVMblTY6vdKI7FsTKsWpr6q.jpg","null","25000000","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","http://www.contrabandmovie.net","77866","tt1524137","en","Contraband","When his brother-in-law runs afoul of a drug lord, family man Chris Farraday turns to a skill he abandoned long ago ??? smuggling ??? to repay the debt. But the job goes wrong, and Farraday finds himself wanted by cops, crooks and killers alike.","9.263","/1po0IPambMJmBhUD9rwd41M9Jmh.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'},{'id':10970,'logo_path':null,'name':'Blueeyes Productions','origin_country':''},{'id':8536,'logo_path':null,'name':'Leverage','origin_country':'US'},{'id':8537,'logo_path':null,'name':'Closest to the Hole Productions','origin_country':'US'},{'id':8538,'logo_path':null,'name':'Farraday Films','origin_country':''},{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'FR','name':'France'}]","2012-01-12","63100000","109","[{'iso_639_1':'en','name':'English'}]","Released","What would you hide to protect your family?","Contraband","false","6.2","1076" +"false","/57kqAPdVJTAJ4rnDTSVDx0f1JBu.jpg","null","60000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","http://contagionmovie.warnerbros.com/","39538","tt1598778","en","Contagion","As an epidemic of a lethal airborne virus - that kills within days - rapidly grows, the worldwide medical community races to find a cure and control the panic that spreads faster than the virus itself.","13.778","/kbC6I0AOSLTHFA2dieyat9h8QHP.jpg","[{'id':6735,'logo_path':'/6yyByQrmTAgJv0QzZ1Eh1jiGX4R.png','name':'Participant Media','origin_country':'US'},{'id':6736,'logo_path':null,'name':'Imagenation Abu Dhabi FZ','origin_country':''},{'id':215,'logo_path':'/tQyeqkCj24krhY2W8qeAztcOS37.png','name':'Double Feature Films','origin_country':''},{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'AE','name':'United Arab Emirates'}]","2011-09-08","137551594","106","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'cn','name':'????????? / ?????????'},{'iso_639_1':'zh','name':'?????????'}]","Released","Nothing spreads like fear","Contagion","false","6.3","2049" +"false","/dBK75oCKuHVuJ9rSUnusIFbhocH.jpg","null","90000000","[{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'},{'id':9648,'name':'Mystery'}]","http://www.warnerbros.com/contact","686","tt0118884","en","Contact","Contact is a science fiction film about an encounter with alien intelligence. Based on the novel by Carl Sagan the film starred Jodie Foster as the one chosen scientist who must make some difficult decisions between her beliefs, the truth, and reality.","12.792","/yRF1qpaQPZJjiORDsR7eUHzSHbf.jpg","[{'id':43910,'logo_path':null,'name':'South Side Amusement Company','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-07-11","171120329","150","[{'iso_639_1':'en','name':'English'}]","Released","If it's just us, it seems like an awful waste of space.","Contact","false","7.3","2118" +"false","/y6UDPkSAcO08O9dmijgZ7tYw4HK.jpg","null","100000000","[{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'}]","http://constantinemovie.warnerbros.com/","561","tt0360486","en","Constantine","John Constantine has literally been to Hell and back. When he teams up with a policewoman to solve the mysterious suicide of her twin sister, their investigation takes them through the world of demons and angels that exists beneath the landscape of contemporary Los Angeles.","16.773","/9Q6bzCQ19sJkQ9IIfT3ybf24aFL.jpg","[{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':429,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Comics','origin_country':'US'},{'id':430,'logo_path':null,'name':'Lonely Film Productions GmbH & Co. KG.','origin_country':''},{'id':431,'logo_path':null,'name':'The Donners' Company','origin_country':'US'},{'id':432,'logo_path':null,'name':'Branded Entertainment/Batfilm Productions','origin_country':''},{'id':433,'logo_path':null,'name':'Weed Road Pictures','origin_country':'US'},{'id':434,'logo_path':null,'name':'3 Art Entertainment','origin_country':''},{'id':435,'logo_path':null,'name':'Di Bonaventura Pictures','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2005-02-08","230884728","121","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'tl','name':''}]","Released","Hell Wants Him, Heaven Won't Take Him, Earth Needs Him.","Constantine","false","6.7","3119" +"false","/zNiujebroDoOuywLdhzDDdFBEDl.jpg","null","75000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","8834","tt0118883","en","Conspiracy Theory","A man obsessed with conspiracy theories becomes a target after one of his theories turns out to be true. Unfortunately, in order to save himself, he has to figure out which theory it is.","12.13","/bwmJ5yBCNGVdEe7OAcLHDNmaANU.jpg","[{'id':1885,'logo_path':'/xlvoOZr4s1PygosrwZyolIFe5xs.png','name':'Silver Pictures','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':5739,'logo_path':null,'name':'Donner/Shuler-Donner Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-08-07","136982834","135","[{'iso_639_1':'en','name':'English'}]","Released","What if your most paranoid nightmares had just come true?","Conspiracy Theory","false","6.5","679" +"false","/d1eNYl1qVRFVR0xWFSefb2C6QWa.jpg","{'id':1709,'name':'Planet of the Apes Original Collection','poster_path':'/7OvC0TNbINmhfEmi3lMYEnGWNOr.jpg','backdrop_path':'/eYf3GRnuVCgeFQfEo0qK7ua5rCR.jpg'}","1700000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","","1688","tt0068408","en","Conquest of the Planet of the Apes","In a futuristic world that has embraced ape slavery, Caesar, the son of the late simians Cornelius and Zira, surfaces after almost twenty years of hiding out from the authorities, and prepares for a slave revolt against humanity.","8.593","/sg7NpXmVbYCWEHjSXWS41VQ2wL7.jpg","[{'id':12943,'logo_path':null,'name':'APJAC Productions','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1972-06-29","9700000","88","[{'iso_639_1':'en','name':'English'}]","Released","All new! The revolt of the apes. The most awesome spectacle in the annals of science fiction!","Conquest of the Planet of the Apes","false","6.2","357" +"false","/mbKpXhi11igq4qLKKziE5eAmftV.jpg","null","40000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://www.bluefly.com/media/promotions/flash/shopaholic/main/shopaholic.html","20048","tt1093908","en","Confessions of a Shopaholic","In the glamorous world of New York City, Rebecca Bloomwood is a fun-loving girl who is really good at shopping-a little too good, perhaps. She dreams of working for her favorite fashion magazine, but can't quite get her foot in the door-until ironically, she snags a job as an advice columnist for a financial magazine published by the same company.","8.494","/8gCZJ8gOxd22Spz1MKiu4b54T2r.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':130,'logo_path':'/c9dVHPOL3cqCr2593Ahk0nEKTEM.png','name':'Jerry Bruckheimer Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-02-05","108332743","104","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fi','name':'suomi'}]","Released","A new job? Hopefully. A new man? Possibly. A new handbag? Absolutely!","Confessions of a Shopaholic","false","6.3","1565" +"false","/a3smDZAtum8M02A8d5SDAh2ezTS.jpg","null","30000000","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':53,'name':'Thriller'}]","","4912","tt0270288","en","Confessions of a Dangerous Mind","Television made him famous, but his biggest hits happened off screen. Television producer by day, CIA assassin by night, Chuck Barris was recruited by the CIA at the height of his TV career and trained to become a covert operative. Or so Barris said.","9.215","/o3Im9nPLAgtlw1j2LtpMebAotSe.jpg","[{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':1755,'logo_path':null,'name':'Allied Filmmakers','origin_country':''},{'id':1757,'logo_path':null,'name':'Mad Chance','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-12-30","33013805","113","[{'iso_639_1':'en','name':'English'}]","Released","Some things are better left top secret.","Confessions of a Dangerous Mind","false","6.7","491" +"false","/381rd4LVvy6AkSB9tqHNu81ftyR.jpg","null","90000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'}]","http://www.conanthebarbarianin3d.com/","37430","tt0816462","en","Conan the Barbarian","A quest that begins as a personal vendetta for the fierce Cimmerian warrior soon turns into an epic battle against hulking rivals, horrific monsters, and impossible odds, as Conan (Jason Momoa) realizes he is the only hope of saving the great nations of Hyboria from an encroaching reign of supernatural evil.","18.225","/fQ0lcaOpn2WozSnL5hfAhH6tYOA.jpg","[{'id':552,'logo_path':'/9dGdLfm3GteWeUDtD9c9tvlidUG.png','name':'Dark Horse Entertainment','origin_country':'US'},{'id':925,'logo_path':'/dIb9hjXNOkgxu4kBWdIdK8nM4w.png','name':'Nu Image','origin_country':'US'},{'id':6819,'logo_path':null,'name':'Paradox Entertainment','origin_country':''},{'id':7636,'logo_path':'/e6uCvCNTf0nnery1iaQh6QSgpbn.png','name':'Nimar Studios','origin_country':'BG'},{'id':25673,'logo_path':null,'name':'Cinema Vehicle Services','origin_country':''},{'id':1020,'logo_path':'/kuUIHNwMec4dwOLghDhhZJzHZTd.png','name':'Millennium Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-08-17","48795021","113","[{'iso_639_1':'en','name':'English'}]","Released","Enter an age undreamed of","Conan the Barbarian","false","5.2","981" +"false","/8UzG4b4LCtJVu2AjnkyBNWT1NCJ.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","30787","tt0070190","en","Horror Hospital","Following his forced retirement from an appalling rock band, Jason decides to vacation at Brittlehouse Manor, a health farm run by the leather-gloved, ex-Nazi scientist Dr. Storm. Along the way, Jason meets Judy, also on her way to Brittlehouse Manor to visit her aunt, who married Dr. Storm some years ago. Once they arrive, the pair realise rather quickly that something is wrong, probably because the other guests have had their brains surgically removed, or all the blood pouring from the sink, or possibly just because the creepy midget keeps telling them to brush their teeth.","1.588","/z2szw7ctCYg8HzYL7hi3LaKmsCg.jpg","[{'id':13782,'logo_path':null,'name':'Noteworthy Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1973-05-11","0","90","[{'iso_639_1':'en','name':'English'}]","Released","The Operation is a Success ... When the Patient Dies","Horror Hospital","false","5.1","25" +"false","/f2x8u9vDM5xi8oi0MQowr6cKgLw.jpg","null","0","[{'id':27,'name':'Horror'}]","http://crossbearermovie.com","283150","tt1825728","en","Cross Bearer","Heather is broke. She has a soul sucking job as a stripper. Her live-in girlfriend Victoria has a baby and a coke problem. Her boss Harry is an abusive maniac. Life cannot get much worse... or so she thought. Determined to get out of this living hell, Heather and her lover, Bunny, plan to rip off Harry, ditch Victoria, and leave town to live out their days on the Greek islands in peaceful bliss. One big score is all they need, and Harry gives them the opportunity when he asks them to take care of a drug deal with one of his clients at an old warehouse.","1.4","/dbv5GkdHYKBQkqd3UANIIHkeinG.jpg","[{'id':27791,'logo_path':null,'name':'Backseat Conceptions','origin_country':''},{'id':27792,'logo_path':null,'name':'Adversary Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-01-01","0","71","[{'iso_639_1':'en','name':'English'}]","Released","The Hammer of God","Cross Bearer","false","4.4","9" +"false","/tlH2tL0gzO0AxnRkWg7cZbxv8HR.jpg","null","13000000","[{'id':18,'name':'Drama'}]","","106135","tt1954352","en","Crooked Arrows","A native-American lacrosse team makes its way through a prep school league tournament.","3.018","/lDcY9nicFAC7GKF0NSqb87eJMnA.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-05-18","1832541","95","[{'iso_639_1':'en','name':'English'}]","Released","Join the tribe.","Crooked Arrows","false","6.6","21" +"false","/rmFgu0cYwKiWB3rPlMztCUz6ACc.jpg","{'id':9332,'name':'Crocodile Dundee Collection','poster_path':'/yoA2hgb0PoArTAqjsJhFyzwVH0C.jpg','backdrop_path':'/mDvp9Z5ho5BTIlY1mS9qdb7rnVR.jpg'}","0","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'}]","","9396","tt0092493","en","Crocodile Dundee II","Australian outback expert protects his New York love from gangsters who've followed her down under.","8.79","/m8DRsyNMD1pzWIgOb7X6XN7R3y0.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'US','name':'United States of America'}]","1988-05-19","239606210","110","[{'iso_639_1':'en','name':'English'}]","Released","The world's favourite adventurer is back for more! much more!","Crocodile Dundee II","false","5.6","513" +"false","/61M78jSCrNrb2cAE583ZL5AzQ0V.jpg","{'id':9332,'name':'Crocodile Dundee Collection','poster_path':'/yoA2hgb0PoArTAqjsJhFyzwVH0C.jpg','backdrop_path':'/mDvp9Z5ho5BTIlY1mS9qdb7rnVR.jpg'}","5000000","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'}]","","9671","tt0090555","en","Crocodile Dundee","When a New York reporter plucks crocodile hunter Dundee from the Australian Outback for a visit to the Big Apple, it's a clash of cultures and a recipe for good-natured comedy as na??ve Dundee negotiates the concrete jungle. Dundee proves that his instincts are quite useful in the city and adeptly handles everything from wily muggers to high-society snoots without breaking a sweat.","8.981","/uQyFHP0BBQcOVAbfpmiTnj5rKDm.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':15081,'logo_path':null,'name':'Rimfire Films','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","1986-09-26","328203506","97","[{'iso_639_1':'en','name':'English'}]","Released","There's a little of him in all of us.","Crocodile Dundee","false","6.3","877" +"false","/27RVxku4mEr4fHW5oUu5KtSLO9D.jpg","null","53000000","[{'id':53,'name':'Thriller'}]","","8963","tt0112740","en","Crimson Tide","On a US nuclear missile sub, a young first officer stages a mutiny to prevent his trigger happy captain from launching his missiles before confirming his orders to do so.","13.289","/oDJyDX11HW4j565vUjmFagKxDTQ.jpg","[{'id':915,'logo_path':'/xXojkyRWFZ0JTJyjiu13ThKeFbz.png','name':'Hollywood Pictures','origin_country':''},{'id':10288,'logo_path':null,'name':'Don Simpson/Jerry Bruckheimer Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-05-12","157387195","116","[{'iso_639_1':'en','name':'English'}]","Released","Danger runs deep.","Crimson Tide","false","7.1","784" +"false","/sNzyepJCdpK7K0F3tJsHZRLsRgp.jpg","null","0","[{'id':27,'name':'Horror'}]","","121498","tt1844643","en","Creep Van","When Campbell, a vehicle-less 20-something slacker, innocently makes the mistake of answering a FOR SALE sign placed on a dilapidated van, suspense and action take over as he is suddenly caught-up in a deadly game of cat and mouse that puts everyone close to him in mortal danger.","1.561","/r2tSTcns0gHVynnLVPwCtTePfOt.jpg","[]","[]","2012-03-09","0","90","[]","Released","Let the Bad Times Roll!","Creep Van","false","4","18" +"false","/6ECnUXleS9G2O02f1b5tvZiVn3D.jpg","null","50000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://crazystupidlove.warnerbros.com/index.html","50646","tt1570728","en","Crazy, Stupid, Love.","Cal Weaver is living the American dream. He has a good job, a beautiful house, great children and a beautiful wife, named Emily. Cal's seemingly perfect life unravels, however, when he learns that Emily has been unfaithful and wants a divorce. Over 40 and suddenly single, Cal is adrift in the fickle world of dating. Enter, Jacob Palmer, a self-styled player who takes Cal under his wing and teaches him how to be a hit with the ladies.","14.917","/n97V1WcpoJ8gBA0pM48Om05o2fN.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-07-29","142851197","118","[{'iso_639_1':'en','name':'English'}]","Released","This is crazy. This is stupid. This is love.","Crazy, Stupid, Love.","false","7.2","4399" +"false","/clDVkZa16KrPMXienhwbPAcZ56M.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'},{'id':27,'name':'Horror'}]","http://www.crawlordietrilogy.com/","286657","tt2219210","en","Crawl or Die","Earth as we know it is gone. A virus has destroyed the planet and rendered all its women infertile, all but one. An elite team of soldiers are tasked with bringing the woman to safety on the newly habitable Earth Two. But when they are forced underground they find themselves fighting for survival from an bloodthirsty creature in a maze of ever shrinking tunnels. As the team's ranks start to dwindle, the tunnels shrink and the ammunition run out, the crawl for survival becomes more and more desperate.","2.27","/4idLrxYRV5gBR0t4nlqYhC5PnCh.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-08-13","0","86","[{'iso_639_1':'en','name':'English'}]","Released","If you cant run","Crawl or Die","false","4.7","32" +"false","/yr9ZWlNyR8Yz43q5gv2YZPt4Bbw.jpg","{'id':64751,'name':'Crank Collection','poster_path':'/wmUzRqcAi0KOW7sqnaAvEQtM8l.jpg','backdrop_path':'/cziWkSXQG3Vul0l3Mu2sOXLS1dC.jpg'}","20000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","http://www.crank2.com/","15092","tt1121931","en","Crank: High Voltage","Chelios faces a Chinese mobster who has stolen his nearly indestructible heart and replaced it with a battery-powered ticker that requires regular jolts of electricity to keep working.","12.461","/6WLcJkIwyycyUDDfZ5VWU1TcLwF.jpg","[{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':126,'logo_path':'/kADPanRDkKTxncPXXVahvHPUvCj.png','name':'Lakeshore Entertainment','origin_country':'US'},{'id':89394,'logo_path':'/m1Hku3PhgdsQiPO8uVe7szyrxAb.png','name':'RadicalMedia','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-04-16","34560577","96","[{'iso_639_1':'en','name':'English'}]","Released","Stay Charged, Stay Alive!","Crank: High Voltage","false","5.9","1377" +"false","/kSTvteM3ekuoeO7u7GJtZQkZuom.jpg","{'id':64751,'name':'Crank Collection','poster_path':'/wmUzRqcAi0KOW7sqnaAvEQtM8l.jpg','backdrop_path':'/cziWkSXQG3Vul0l3Mu2sOXLS1dC.jpg'}","12000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","1948","tt0479884","en","Crank","Professional assassin Chev Chelios learns his rival has injected him with a poison that will kill him if his heart rate drops.","14.046","/6RnD3Zfh0tO0cD2vroWyH0F98Ej.jpg","[{'id':35,'logo_path':'/wxrHa3nZ1K4zo65p56991INkGo6.png','name':'Lions Gate Films','origin_country':'US'},{'id':126,'logo_path':'/kADPanRDkKTxncPXXVahvHPUvCj.png','name':'Lakeshore Entertainment','origin_country':'US'},{'id':89394,'logo_path':'/m1Hku3PhgdsQiPO8uVe7szyrxAb.png','name':'RadicalMedia','origin_country':'US'},{'id':2150,'logo_path':null,'name':'GreeneStreet Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-08-31","42931041","88","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","There are a thousand ways to raise your adrenaline. Today, Chev Chelios will need every single one.","Crank","false","6.6","1837" +"false","/nvDo8teZGqlDeHxjWkM4RBf4YMO.jpg","null","6500000","[{'id':18,'name':'Drama'}]","http://www.crashfilm.com/","1640","tt0375679","en","Crash","Los Angeles citizens with vastly separate lives collide in interweaving stories of race, loss and redemption.","12.639","/pG8LL4LYMCr5uikhx9rewrW8352.jpg","[{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':2087,'logo_path':null,'name':'Blackfriars Bridge Films','origin_country':''},{'id':2448,'logo_path':null,'name':'Yari Film Group','origin_country':''},{'id':12260,'logo_path':null,'name':'Bob Yari Productions','origin_country':''},{'id':19528,'logo_path':null,'name':'ApolloProScreen Filmproduktion','origin_country':''},{'id':25432,'logo_path':null,'name':'Bull's Eye Entertainment','origin_country':''},{'id':25433,'logo_path':null,'name':'DEJ Productions','origin_country':''},{'id':25434,'logo_path':null,'name':'Harris Company','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2004-09-10","98410061","112","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fa','name':'??????????'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'ko','name':'?????????/?????????'}]","Released","You think you know who you are. You have no idea.","Crash","false","7.3","1829" +"false","/1SWYvFhQvAEI3CkbxQOg3VTqjlp.jpg","null","25000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","10623","tt0306685","en","Cradle 2 the Grave","Gang leader Tony pulls off a major diamond heist with his crew, but cop-turned-criminal Ling knows who has the loot and responds by kidnapping Tony's daughter and holding her for ransom. Unfortunately, Tony's lost the diamonds as well. As he frantically searches for his daughter and the jewels, Tony pairs with a high-kicking government agent who once worked with Ling and seeks revenge on him.","10.22","/v8iPcn54TNsSPabD9ZYQVQUWbXk.jpg","[{'id':1885,'logo_path':'/xlvoOZr4s1PygosrwZyolIFe5xs.png','name':'Silver Pictures','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-02-28","56489558","101","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ko','name':'?????????/?????????'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Mortal enemies make dangerous friends.","Cradle 2 the Grave","false","5.8","374" +"false","/3eAudH9hkkr451VoAZPLEQVy5wX.jpg","null","45000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","","6282","tt0200550","en","Coyote Ugly","Graced with a velvet voice, 21-year-old Violet Sanford heads to New York to pursue her dream of becoming a songwriter only to find her aspirations sidelined by the accolades and notoriety she receives at her ""day"" job as a barmaid at Coyote Ugly. The ""Coyotes"" as they are affectionately called tantalize customers and the media alike with their outrageous antics, making Coyote Ugly the watering hole for guys on the prowl.","11.321","/p3nIrS9rkdVmMmgKAWtGsmAnhGV.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':130,'logo_path':'/c9dVHPOL3cqCr2593Ahk0nEKTEM.png','name':'Jerry Bruckheimer Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-07-30","113916474","100","[{'iso_639_1':'en','name':'English'}]","Released","This party never ends.","Coyote Ugly","false","6","988" +"false","/gTDwoJBCu7scwYQoykIlLNpkCes.jpg","null","163000000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'},{'id':37,'name':'Western'}]","http://www.cowboysandaliensmovie.com/","49849","tt0409847","en","Cowboys & Aliens","A stranger stumbles into the desert town of Absolution with no memory of his past and a futuristic shackle around his wrist. With the help of mysterious beauty Ella and the iron-fisted Colonel Dolarhyde, he finds himself leading an unlikely posse of cowboys, outlaws, and Apache warriors against a common enemy from beyond this world in an epic showdown for survival.","14.501","/9uZsGCP4rvOHVGCpMpYq5gNCuNI.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':7294,'logo_path':'/kK4PRgceWp9KNrycD8xx8seWxYU.png','name':'Reliance Entertainment','origin_country':'IN'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':23,'logo_path':'/mkxNjThahj5pvntvYKVpMbWXm3D.png','name':'Imagine Entertainment','origin_country':'US'},{'id':7296,'logo_path':null,'name':'K/O Paper Products','origin_country':'US'},{'id':7297,'logo_path':'/l29JYQVZbTcjZXoz4CUYFpKRmM3.png','name':'Fairview Entertainment','origin_country':''},{'id':7218,'logo_path':null,'name':'platinum studios','origin_country':''},{'id':23300,'logo_path':null,'name':'K/O Camera Toys','origin_country':''},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-07-29","174822325","119","[{'iso_639_1':'en','name':'English'}]","Released","First Contact. Last Stand.","Cowboys & Aliens","false","5.5","3009" +"false","/6VZurcQou3tCjLnsrFuwjwBVejD.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","","21622","tt0036723","en","Cover Girl","A nightclub dancer makes it big in modeling, leaving her dancer boyfriend behind.","3.346","/S7434rxUqA8nRzadqGw0jxtoSz.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1944-03-30","0","107","[{'iso_639_1':'en','name':'English'}]","Released","THE MOST BRILLIANT MUSICAL OF OUR TIME!","Cover Girl","false","6.7","28" +"false","/6Z53KZQNYnpDqVyTMcHYR1mgOfV.jpg","null","1000000","[{'id':18,'name':'Drama'}]","http://www.courageousthemovie.com","72213","tt1630036","en","Courageous","As law enforcement officers, Adam Mitchell, Nathan Hayes, and their partners are confident and focused. They willingly stand up to the worst the streets have to offer. Yet at the end of the day, they face a challenge that none of them are truly prepared to tackle: fatherhood. They know that God desires to turn the hearts of fathers to their children, but their children are beginning to drift further and further away from them. When tragedy hits home, these men are left wrestling with their hopes, their fears, their faith, and their fathering. Can a new found urgency help these dads draw closer to God ... and to their children? COURAGEOUS is the fourth release of Sherwood Pictures, the movie making ministry of Sherwood Church in Albany, Georgia.","6.333","/6DactRpPv18WLniIaUDcrnlg5Uv.jpg","[{'id':63902,'logo_path':null,'name':'Alabama Production Group','origin_country':''},{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'},{'id':41967,'logo_path':null,'name':'Sherwood Pictures','origin_country':''},{'id':3291,'logo_path':null,'name':'Provident Films','origin_country':''},{'id':10156,'logo_path':'/bWjWWQfiyZh9AkGYCkx1NcVdSvn.png','name':'Affirm Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-09-30","34522221","129","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","Honor Begins at Home.","Courageous","false","7","122" +"false","/8NDf9WGgv2glSslJdzK63Sbdwzy.jpg","null","70000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://www.couplesretreatmovie.com/","19899","tt1078940","en","Couples Retreat","Four couples, all friends, descend on a tropical island resort. Though one husband and wife are there to work on their marriage, the others just want to enjoy some fun in the sun. They soon find, however, that paradise comes at a price: Participation in couples therapy sessions is mandatory. What started out as a cut-rate vacation turns into an examination of the common problems many face.","13.051","/6mdsH9XA2u4jnVKwWlKE1Mg2OQM.jpg","[{'id':4403,'logo_path':null,'name':'Stuber Productions','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':2796,'logo_path':null,'name':'Wild West Picture Show Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-09-19","171844840","113","[{'iso_639_1':'en','name':'English'}]","Released","It may be paradise... but it's no vacation.","Couples Retreat","false","5.4","996" +"false","/ccnu0wx2gTb96vbTnEQiiJTwyNg.jpg","null","0","[{'id':27,'name':'Horror'}]","","39043","tt0065580","en","Countess Dracula","Based on the story of Elisabeth Bathory, the 18th century Countess who indulged herself in an orgy of murder and vampirism before before being walled up in her room by the authorities. The ageing Countess Dracula discovers that the blood of young virgins has a restorative effect on her celebrated beauty. Years later, she becomes engaged to a handsome young Hussar and is forced to repeat vile atrocities with ever-increasing regularity to hold off old age.","4.186","/z581UpqoJOaZFERBtMUvr9lZm5a.jpg","[{'id':1314,'logo_path':'/gQBluDqe6dc2ZdzfJbabEHoSGoG.png','name':'Hammer Film Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1971-01-31","0","93","[{'iso_639_1':'en','name':'English'}]","Released","The more she drinks, the prettier she gets","Countess Dracula","false","5.8","49" +"false","/y0bFDyiAGTPtISShar2GgeLCrfN.jpg","null","20500000","[{'id':18,'name':'Drama'}]","http://cosmopolisthefilm.com","49014","tt1480656","en","Cosmopolis","Riding across Manhattan in a stretch limo during a riot in order to get a haircut, a 28-year-old billionaire asset manager's life begins to crumble.","6.753","/qN0EQOf8ikWmju4ECJW54vyRu7Q.jpg","[{'id':12391,'logo_path':null,'name':'Jouror Productions','origin_country':''},{'id':83,'logo_path':'/9OQ0rm55xtlgX7KcAKMUePJSrQc.png','name':'France 2 Cin??ma','origin_country':'FR'},{'id':806,'logo_path':'/kcNh09qqR2Pkw1JAzRW4CommrW4.png','name':'T??l??film Canada','origin_country':'CA'},{'id':2844,'logo_path':null,'name':'Prospero Pictures','origin_country':''},{'id':3061,'logo_path':null,'name':'Alfama Films','origin_country':''},{'id':44106,'logo_path':null,'name':'Leopardo Filmes','origin_country':'PT'},{'id':44107,'logo_path':null,'name':'Talandracas','origin_country':''},{'id':2683,'logo_path':'/mOL2WcHtox2urbUf1oJvjw7kz01.png','name':'Rai Cinema','origin_country':'IT'},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'PT','name':'Portugal'}]","2012-05-25","6063556","109","[{'iso_639_1':'en','name':'English'}]","Released","How far can he go before he goes too far?","Cosmopolis","false","5.3","528" +"false","/4brEMzPazQE3hv3mogj6k1a29RP.jpg","null","40000000","[{'id':10749,'name':'Romance'},{'id':14,'name':'Fantasy'},{'id':16,'name':'Animation'}]","http://corpsebridemovie.warnerbros.com/","3933","tt0121164","en","Corpse Bride","Set in a 19th-century european village, this stop-motion animation feature follows the story of Victor, a young man whisked away to the underworld and wed to a mysterious corpse bride, while his real bride Victoria waits bereft in the land of the living.","13.041","/o9GbcdP7rOg2m1NyUnUR3ZwNcTE.jpg","[{'id':8601,'logo_path':null,'name':'Tim Burton Productions','origin_country':''},{'id':11537,'logo_path':'/AgCkAk8EpUG9fTmK6mWcaJA2Zwh.png','name':'Laika Entertainment','origin_country':'US'},{'id':57751,'logo_path':null,'name':'Patalex Productions','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-09-12","117195061","77","[{'iso_639_1':'en','name':'English'}]","Released","There's been a grave misunderstanding.","Corpse Bride","false","7.4","4107" +"false","/8f5Emdlj355VtkkOUWQNP79brRp.jpg","null","500000","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","","22021","tt0069897","en","Coffy","After her younger sister gets involved in drugs and is severely injured by contaminated heroin, a nurse sets out on a mission of vengeance and vigilante justice, killing drug dealers, pimps, and mobsters who cross her path.","6.465","/6EpzAQslrM14r1Z6d1qwNp2KunN.jpg","[{'id':9266,'logo_path':null,'name':'American International Pictures (AIP)','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1973-06-13","0","90","[{'iso_639_1':'en','name':'English'}]","Released","The Baddest One-Chick Hit-Squad that ever hit town!","Coffy","false","7.1","91" +"false","/vq2srd3Q98MBKHq2urVE6WaboDM.jpg","null","0","[{'id':27,'name':'Horror'}]","","71682","tt1866251","en","Coffin Baby","An attractive young woman is kidnapped, held captive and forced to endure the evils of one of the most violent homicidal maniacs in the city's history. ""The Toolbox Killer"" aka TBK. It is by her will, strength and her faith that she must survive, the ordeal. Her escape is almost hopeless. Unfortunately her situation only worsens when outside supernatural forces become more difficult to contend with than TBK.","2.811","/hPLaAjmY2106CAR0pUscY8jHekX.jpg","[{'id':70421,'logo_path':null,'name':'Atlantic & Pacific Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-03-15","0","95","[{'iso_639_1':'en','name':'English'}]","Released","If you can't be something great...do something terrible.","Coffin Baby","false","4.2","18" +"false","/sKPa4hByycxb78cfpB2T0g7jOfS.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':18,'name':'Drama'}]","http://www.turingfilm.com/","80787","tt2119396","en","Britain's Greatest Codebreaker","Alan Turing is the genius British mathematician who was instrumental in breaking the German naval Enigma Code during World War II, arguably saving millions of lives. Turing's achievements went unrecognised during his lifetime. Instead he ended up being treated as a common criminal, for being homosexual at a time when homosexual acts were a crime. In 1952, he was convicted of 'gross indecency' with another man and was forced to undergo so-called 'organo-therapy' - chemical castration. Two years later, he killed himself with cyanide, aged just 41. Alan Turing was driven to a terrible despair and early death by the nation he'd done so much to save.","2.311","/6hzKdnr5WRUzH4AsbCPmEWQ3Ph3.jpg","[{'id':39084,'logo_path':null,'name':'Story Center Films','origin_country':''},{'id':39085,'logo_path':'/tNdiE4pk5oH3LwNQFsaybNYSlGj.png','name':'Furnace','origin_country':'GB'},{'id':5778,'logo_path':'/2loyoQweDxvotH3AknfL2zhsthg.png','name':'Channel 4 Television','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2012-10-17","0","62","[{'iso_639_1':'en','name':'English'}]","Released","Genius. Hero. Outcast.","Britain's Greatest Codebreaker","false","6.1","13" +"false","/6Unm63NmYdf9zdDGRw0sMdVZ568.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","114606","tt1362058","en","Cockneys vs Zombies","A gang of bank robbers team up with the residents of an old people's home to try to survive a zombie outbreak.","7.209","/gBy11fass089dzCC8jddlt3sJdc.jpg","[{'id':13161,'logo_path':null,'name':'Tea Shop & Film Company','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2012-08-31","0","88","[{'iso_639_1':'en','name':'English'}]","Released","The undead are brown bread.","Cockneys vs Zombies","false","5.9","200" +"false","/1ktQe1OO5k0MCpvszaELtCMCRb4.jpg","{'id':376970,'name':'Cocaine Cowboys','poster_path':'/ysCY4Q91US7zEr78raJBc27KPxF.jpg','backdrop_path':'/3vT6FzqHeT7onqUAMjKk7FqARRD.jpg'}","0","[{'id':28,'name':'Action'},{'id':99,'name':'Documentary'}]","http://www.magpictures.com/profile.aspx?id=9833910c-fd4a-4fcb-a734-b3d252473a03","14761","tt0380268","en","Cocaine Cowboys","In the 1980s, ruthless Colombian cocaine barons invaded Miami with a brand of violence unseen in this country since Prohibition-era Chicago - and it put the city on the map. ""Cocaine Cowboys"" is the true story of how Miami became the drug, murder and cash capital of the United States, told by the people who made it all happen.","7.766","/1Kqwllyvr4n3rLMvH2K17bavxT3.jpg","[{'id':6303,'logo_path':null,'name':'Rakontur','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-04-26","163000","118","[{'iso_639_1':'en','name':'English'}]","Released","How Miami became the cocaine capital of the United States!","Cocaine Cowboys","false","7.5","80" +"false","/tonRIZmCmjYNVaM6hRY4xlhEcIH.jpg","null","25000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","9874","tt0090859","en","Cobra","A tough-on-crime street cop must protect the only surviving witness to a strange murderous cult with far reaching plans.","12.895","/jnbvydGrfPeSlYnIQ2XI3z3IDmh.jpg","[{'id':1444,'logo_path':'/5jvFLUVXGXxkyszL9cqJN5hNhJ6.png','name':'Cannon Group','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':13549,'logo_path':null,'name':'Golan-Globus Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1986-03-21","49042224","87","[{'iso_639_1':'en','name':'English'}]","Released","Crime is a disease. Meet the cure.","Cobra","false","5.8","680" +"false","/7fOl8b2KEAMitlYONhhamSaUz50.jpg","null","15000000","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","","16769","tt0080549","en","Coal Miner's Daughter","Biography of Loretta Lynn, a country and western singer that came from poverty to fame.","6.343","/6BR5fFV5szXogy1mHmNZyOOf8S6.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1980-03-07","67182787","125","[{'iso_639_1':'en','name':'English'}]","Released","She was married at 13. She had four kids by the time she was 20. She's been hungry and poor. She's been loved and cheated on. She became a singer because it was the only thing she could do. She became a star because it was the only way she could do it.","Coal Miner's Daughter","false","7.1","105" +"false","/qgmcpz4ZyDxtAOTvqN6oIpBez7d.jpg","null","30000000","[{'id':18,'name':'Drama'}]","","7214","tt0393162","en","Coach Carter","Based on a true story, in which Richmond High School head basketball coach Ken Carter made headlines in 1999 for benching his undefeated team due to poor academic results.","10.651","/8c6BeOIrDStz2aiPceYdI5sd9pL.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':746,'logo_path':'/kc7bdIVTBkJYy9aDK1QDDTAL463.png','name':'MTV Films','origin_country':'US'},{'id':2184,'logo_path':null,'name':'Tollin/Robbins Productions','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2005-01-14","76669806","136","[{'iso_639_1':'en','name':'English'}]","Released","It begins on the street. It ends here.","Coach Carter","false","7.4","958" +"false","/h09gfXM5BtRtq0LVa8LNQNWbtsJ.jpg","null","0","[{'id':18,'name':'Drama'}]","","333657","tt3038734","en","Club Life","When Johnny D. is forced to take on his family's financial troubles, he turns to the Manhattan club scene to make some fast cash. As he falls under the wing of a veteran nightlife promoter, Johnny quickly rises through the ranks - but soon finds that not everything behind the red rope is full of glitz and glamour.","1.504","/yz76bTX1X9n1FCvEbyC57cC8kpm.jpg","[{'id':50074,'logo_path':null,'name':'2B Films','origin_country':''},{'id':350,'logo_path':'/l4cEc8UZ3ZrPLisIOh1iYMKwAVP.png','name':'Radar Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-05-29","4444","90","[{'iso_639_1':'en','name':'English'}]","Released","Tonight is everything.","Club Life","false","5.7","22" +"false","/KuODubAvhjTb19cbneVqfo3EVa.jpg","null","0","[{'id':27,'name':'Horror'}]","","112454","tt1780798","en","Clown","A loving father finds a clown suit for his son's birthday party, only to realize the suit is part of an evil curse that turns its wearer into a killer.","8.562","/xITKIGjA4ox8OsH08lKeMP7zB0Q.jpg","[{'id':37366,'logo_path':null,'name':'PS 260','origin_country':''},{'id':10246,'logo_path':'/rREvQNWAxkDfY9CDn2c5YxEMPdP.png','name':'Cross Creek Pictures','origin_country':'US'},{'id':4080,'logo_path':null,'name':'Zed Filmworks','origin_country':''},{'id':18144,'logo_path':null,'name':'Vertebra Films','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2014-11-13","0","100","[{'iso_639_1':'en','name':'English'}]","Released","The kids aren't alright","Clown","false","5.3","650" +"false","/6kVVfNT0auG6fU5SFQ1zbayNWUC.jpg","null","25000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","http://www.cloverfieldmovie.com/","7191","tt1060277","en","Cloverfield","Five young New Yorkers throw their friend a going-away party the night that a monster the size of a skyscraper descends upon the city. Told from the point of view of their video camera, the film is a document of their attempt to survive the most surreal, horrifying event of their lives.","13.573","/qIegUGJqyMMCRjkKV1s7A9MqdJ8.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':11461,'logo_path':'/p9FoEt5shEKRWRKVIlvFaEmRnun.png','name':'Bad Robot','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-01-15","170764026","85","[{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'en','name':'English'}]","Released","Some Thing Has Found Us","Cloverfield","false","6.5","3941" +"false","/vYovS909jUV3wxms4DmHGjZ1lhw.jpg","{'id':177467,'name':'Cloudy with a Chance of Meatballs Collection','poster_path':'/pRAzOs9cZN8LlhaCKo6LQ0bSfyi.jpg','backdrop_path':'/eANL41F9Zp1xHMD6VnHnD3QS7ui.jpg'}","100000000","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","http://www.cloudywithachanceofmeatballs.com/","22794","tt0844471","en","Cloudy with a Chance of Meatballs","Inventor Flint Lockwood creates a machine that makes clouds rain food, enabling the down-and-out citizens of Chewandswallow to feed themselves. But when the falling food reaches gargantuan proportions, Flint must scramble to avert disaster. Can he regain control of the machine and put an end to the wild weather before the town is destroyed?","15.285","/8GyuFxLh3PTaQDy3Vhk1gV3KU8Z.jpg","[{'id':2251,'logo_path':'/8PUjvTVmtJDdDXURTaSoPID0Boj.png','name':'Sony Pictures Animation','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-09-17","242988466","90","[{'iso_639_1':'en','name':'English'}]","Released","Prepare to get served.","Cloudy with a Chance of Meatballs","false","6.5","3136" +"false","/qlAeyqhKUfX1f4FWVoFZcHEDCAL.jpg","{'id':177467,'name':'Cloudy with a Chance of Meatballs Collection','poster_path':'/pRAzOs9cZN8LlhaCKo6LQ0bSfyi.jpg','backdrop_path':'/eANL41F9Zp1xHMD6VnHnD3QS7ui.jpg'}","78000000","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':35,'name':'Comedy'}]","","109451","tt1985966","en","Cloudy with a Chance of Meatballs 2","After the disastrous food storm in the first film, Flint and his friends are forced to leave the town. Flint accepts the invitation from his idol Chester V to join The Live Corp Company, which has been tasked to clean the island, and where the best inventors in the world create technologies for the betterment of mankind. When Flint discovers that his machine still operates and now creates mutant food beasts like living pickles, hungry tacodiles, shrimpanzees and apple pie-thons, he and his friends must return to save the world.","19.707","/oZjluB568NJVtRrny4rpeApGuNi.jpg","[{'id':34,'logo_path':'/GagSvqWlyPdkFHMfQ3pNq6ix9P.png','name':'Sony Pictures','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-09-26","248384621","95","[{'iso_639_1':'en','name':'English'}]","Released","Something big was leftover.","Cloudy with a Chance of Meatballs 2","false","6.4","1612" +"false","/g6t4xnuSGif0gsU1viklIyG0aeb.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':18,'name':'Drama'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","http://www.focusfeatures.com/closed_circuit","146223","tt2218003","en","Closed Circuit","A terrorist attack in London results in the capture of suspect Farroukh Erdogan (Denis Moschitto). The attorney general appoints Claudia Simmons-Howe (Rebecca Hall) as special advocate on Erdogan's legal team. On the eve of the trial, Erdogan's lawyer dies, and a new defense attorney, Martin Rose (Eric Bana), steps in. Martin and Claudia are former lovers, a fact which must remain hidden. As Martin assembles his case, he uncovers a sinister conspiracy, placing him and Claudia in danger.","7.628","/3k7DtTGF7AlAL3dVJ4HiJIwLmZn.jpg","[{'id':10146,'logo_path':'/xnFIOeq5cKw09kCWqV7foWDe4AA.png','name':'Focus Features','origin_country':'US'},{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2013-08-28","5750401","96","[{'iso_639_1':'en','name':'English'}]","Released","They see your every move","Closed Circuit","false","5.9","236" +"false","/ppixBaZwLr6dJF6mlWZoz2ALupR.jpg","null","20000000","[{'id':878,'name':'Science Fiction'},{'id':18,'name':'Drama'}]","","840","tt0075860","en","Close Encounters of the Third Kind","After an encounter with UFOs, a line worker feels undeniably drawn to an isolated area in the wilderness where something spectacular is about to happen.","20.58","/3Av8ZPiMrxFq9XiOjZl0tkoq9Oo.jpg","[{'id':11458,'logo_path':null,'name':'Julia Phillips and Michael Phillips Productions','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':538,'logo_path':null,'name':'EMI Films','origin_country':'GB'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1977-11-16","303788635","135","[{'iso_639_1':'hi','name':'??????????????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","We are not alone.","Close Encounters of the Third Kind","false","7.3","1913" +"false","/m5Uw8NYatJvCSMw5hwuZdbHpS3J.jpg","null","6600000","[{'id':18,'name':'Drama'}]","","246860","tt2452254","en","Clouds of Sils Maria","A veteran actress comes face-to-face with an uncomfortable reflection of herself when she agrees to take part in a revival of the play that launched her career 20 years earlier.","7.98","/nMntR8SXxDgU3pi0v1Gnx3tmr1L.jpg","[{'id':22587,'logo_path':null,'name':'CAB Productions','origin_country':''},{'id':32289,'logo_path':null,'name':'C.G. Cinema','origin_country':''},{'id':789,'logo_path':'/rQ0fru0nm1oCsz2npnAgXEl11AH.png','name':'Pallas Film','origin_country':'DE'},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':94,'logo_path':'/huC7HqorvUThGIrENrbcHmQVUA0.png','name':'ARTE France Cin??ma','origin_country':'FR'},{'id':79343,'logo_path':null,'name':'Vortex Sutra','origin_country':''},{'id':11237,'logo_path':null,'name':'ZDF/Arte','origin_country':'DE'},{'id':15433,'logo_path':'/9nnaDAbuHwbikxAV1t1BC2Z60GC.png','name':'Orange Studio','origin_country':'FR'},{'id':13668,'logo_path':'/azhapBvZ8g1UWyyQQhhcRR9bM9x.png','name':'Radio T??l??vision Suisse (RTS)','origin_country':'CH'},{'id':12431,'logo_path':'/3m45frhaRCLsCKuMtuj7ZwfGwBB.png','name':'SSR SRG Id??e Suisse','origin_country':'CH'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'CH','name':'Switzerland'}]","2014-08-20","1851517","124","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Clouds of Sils Maria","false","6.7","417" +"false","/cDtWJyPKdeZCDk0dZX2t61y3r0b.jpg","null","25000000","[{'id':9648,'name':'Mystery'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","20649","tt0112688","en","Clockers","Strike is a young city drug pusher under the tutelage of drug lord Rodney Little. When a night manager at a fast-food restaurant is found with four bullets in his body, Strike's older brother turns himself in as the killer. Det. Rocco Klein doesn't buy the story, however, setting out to find the truth, and it seems that all the fingers point toward Strike & Rodney.","7.057","/c79uqLJleho2a7OQayfrW5Ypphf.jpg","[{'id':4319,'logo_path':null,'name':'40 Acres & A Mule Filmworks','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-09-15","13071518","128","[{'iso_639_1':'en','name':'English'}]","Released","When there's murder on the streets, everyone is a suspect.","Clockers","false","6.9","118" +"false","/2ZA03KiD4jePTNBTJjGGFTNQPMA.jpg","null","102000000","[{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'}]","http://cloudatlas.warnerbros.com/","83542","tt1371111","en","Cloud Atlas","A set of six nested stories spanning time between the 19th century and a distant post-apocalyptic future. Cloud Atlas explores how the actions and consequences of individual lives impact one another throughout the past, the present and the future. Action, mystery and romance weave through the story as one soul is shaped from a killer into a hero and a single act of kindness ripples across centuries to inspire a revolution in the distant future. Based on the award winning novel by David Mitchell. Directed by Tom Tykwer and the Wachowskis.","17.113","/8VNiyIp67ZxhpNgdrwACW0jgvP2.jpg","[{'id':11080,'logo_path':null,'name':'Cloud Atlas Productions','origin_country':'US'},{'id':450,'logo_path':null,'name':'Anarchos Productions','origin_country':''},{'id':7829,'logo_path':null,'name':'Ascension Pictures','origin_country':''},{'id':19621,'logo_path':null,'name':'Dreams of Dragon Picture','origin_country':''},{'id':11082,'logo_path':null,'name':'Five Drops','origin_country':''},{'id':11083,'logo_path':null,'name':'Media Asia Group','origin_country':''},{'id':6187,'logo_path':'/gtC63XG8fkFxszIuZIogffM1oY8.png','name':'ARD/Degeto Film','origin_country':'DE'},{'id':96,'logo_path':'/xablpF6QaYvso36PkHBm3Plo9gY.png','name':'X-Filme Creative Pool','origin_country':'DE'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'HK','name':'Hong Kong'},{'iso_3166_1':'SG','name':'Singapore'},{'iso_3166_1':'US','name':'United States of America'}]","2012-10-26","130482868","172","[{'iso_639_1':'en','name':'English'}]","Released","Everything is Connected","Cloud Atlas","false","6.8","4394" +"false","/e38KN46fgG0OynnckhN6plVqsIZ.jpg","null","27000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","2288","tt0376541","en","Closer","A witty, romantic, and very dangerous love story about chance meetings, instant attractions, and casual betrayals. Two couples disintegrate when they begin destructive adulterous affairs with each other.","10.691","/fGGaokx4k00S0J603VG53Qlr9jz.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-12-01","115505027","104","[{'iso_639_1':'en','name':'English'}]","Released","If you believe in love at first sight, you never stop looking.","Closer","false","6.8","1550" +"false","/4h1QFFBl9BIZIYBmpG6okoCqQpm.jpg","null","70000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'}]","","9350","tt0106582","en","Cliffhanger","A year after losing his friend in a tragic 4,000-foot fall, former ranger Gabe Walker and his partner, Hal, are called to return to the same peak to rescue a group of stranded climbers, only to learn the climbers are actually thieving hijackers who are looking for boxes full of money.","15.355","/8XefYka77ypAnPJvaVlfUGBBs4a.jpg","[{'id':23246,'logo_path':null,'name':'RCS Video','origin_country':''},{'id':45728,'logo_path':null,'name':'Cliffhanger Productions','origin_country':''},{'id':45729,'logo_path':null,'name':'Pioneer','origin_country':''},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':275,'logo_path':'/2MxNWlN5b3UXt1OfmznsWEQzFwq.png','name':'Carolco Pictures','origin_country':'US'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'US','name':'United States of America'}]","1993-05-28","255000211","112","[{'iso_639_1':'en','name':'English'}]","Released","The height of adventure.","Cliffhanger","false","6.3","995" +"false","/uAlUmRxbgRJwmiOnU1FIfJhNILS.jpg","null","4000000","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","201847","tt2381931","en","Compulsion","A strange and destructive relationship develops between a chef and her neighbor, a former child actress.","4.567","/6VPcp20oj1Oz0Pp039Maq0g24Bo.jpg","[{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'},{'id':8147,'logo_path':'/q6HOAdSNgCbeOqwoMVRc6REgbXF.png','name':'Entertainment One','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2013-06-21","0","88","[{'iso_639_1':'en','name':'English'}]","Released","She has a killer appetite.","Compulsion","false","4.6","51" +"false","/brNqZ5vwPa8UiKvin26Aj33UJzS.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","35921","tt0052700","en","Compulsion","Two close friends, arrogantly and without remorse, kidnap and murder a young boy. They are caught and put to trial where their larger-than-life defense lawyer blames the Establishment for their actions.","3.161","/fdYoG4uxbTbQ8Wv4BLxWiP7rrkm.jpg","[{'id':13630,'logo_path':null,'name':'Darryl F. Zanuck Productions','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1959-04-01","0","103","[{'iso_639_1':'en','name':'English'}]","Released","","Compulsion","false","7","45" +"false","/yCD1tisM8dWg1axxZDcXsmdY6hx.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'}]","http://www.magpictures.com/compliance/","84188","tt1971352","en","Compliance","Sandra is the manager at a fast-food restaurant, and Becky is her teenaged counter girl who really needs the job. One stressful day, a police officer telephones and accuses Becky of stealing money from a customer???s purse, which Becky vehemently denies. Sandra, overwhelmed by her managerial responsibilities, complies with the officer???s orders to detain Becky, beginning a nightmare that tragically blurs the lines between expedience, prudence, legality and reason.","7.191","/va12OmPLzSyBHDMNaC7yQtyawdm.jpg","[{'id':12649,'logo_path':null,'name':'Bad Cop Bad Cop Film Productions','origin_country':''},{'id':12650,'logo_path':'/nGzVgMmnnaArZG3Dw1Qxmke37vH.png','name':'Dogfish Pictures','origin_country':'US'},{'id':10989,'logo_path':null,'name':'Muskat Filmed Properties','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-08-23","319285","90","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","Power. Manipulation. Obedience.","Compliance","false","6.4","332" +"false","/clxwzl1xCF65BAKbScLgaqIVM7Q.jpg","null","3000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","40562","tt0144142","en","Committed","After her husband, Carl, suddenly leaves, Joline travels from New York to Texas to track him down. Although Joline tries to remain upbeat, she is discouraged when she discovers that Carl already has a new girlfriend, the lovely Carmen. Familiarizing herself with Carl's new home and friends, Joline gets company in the form of her brother, Jay. Will Joline win Carl back, or are there other romantic possibilities on her horizon?","2.356","/akBZxNSSPcrbRejRNSekYXrEysd.jpg","[{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-04-18","0","98","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","She'll get what she wants... no matter what it takes!","Committed","false","4.4","19" +"false","/p8MHS8hyMmrZafKDMzIdESJb1rI.jpg","null","10000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'}]","","10999","tt0088944","en","Commando","John Matrix, the former leader of a special commando strike force that always got the toughest jobs done, is forced back into action when his young daughter is kidnapped. To find her, Matrix has to fight his way through an array of punks, killers, one of his former commandos, and a fully equipped private army. With the help of a feisty stewardess and an old friend, Matrix has only a few hours to overcome his greatest challenge: finding his daughter before she's killed.","14.422","/ypfLBI0xT9yyn38BFaRtp0Ny3uw.jpg","[{'id':396,'logo_path':null,'name':'SLM Production Group','origin_country':'US'},{'id':1885,'logo_path':'/xlvoOZr4s1PygosrwZyolIFe5xs.png','name':'Silver Pictures','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-10-03","57500000","90","[{'iso_639_1':'en','name':'English'}]","Released","Somewhere... somehow... someone's going to pay.","Commando","false","6.5","1206" +"false","/tlCnOu6PO7ILLnJMRw1NsrEWmyQ.jpg","null","39000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","9602","tt0094898","en","Coming to America","Prince Akeem, heir to the throne of Zamunda, leaves the tropical paradise kingdom in search of his queen. What better place than Queens, New York, to find his bride? Joined by his loyal servant and friend, Semmi, Akeem attempts to blend in as an ordinary American and begin his search.","12.247","/7v1Sy0HC5KEM1DMM4Bpy5gVly1K.jpg","[{'id':30,'logo_path':null,'name':'Eddie Murphy Productions','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-06-29","288752301","116","[{'iso_639_1':'en','name':'English'}]","Released","The four funniest men in America are Eddie Murphy.","Coming to America","false","6.6","1722" +"false","/cNcrdjtmd8Y0AqkjLfxDaRdVAST.jpg","null","3000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':10752,'name':'War'}]","","31657","tt0077362","en","Coming Home","The wife of a Marine serving in Vietnam, Sally Hyde (Jane Fonda) decides to volunteer at a local veterans hospital to occupy her time. There she meets Luke Martin (Jon Voight), a frustrated wheelchair-bound vet who has become disillusioned with the war. Sally and Luke develop a friendship that soon turns into a romance, but when her husband, Bob (Bruce Dern), returns unexpectedly, she must decide between staying with him and pursuing her new love.","4.45","/A90BfmMNpsISTDN8kRdOUHSBsU6.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':1324,'logo_path':null,'name':'Jerome Hellman Productions','origin_country':'US'},{'id':18091,'logo_path':null,'name':'Jayne Productions Inc','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1978-02-15","0","127","[{'iso_639_1':'en','name':'English'}]","Released","A man who believed in war! A man who believed in nothing! And a woman who believed in both of them!","Coming Home","false","7.3","68" +"false","/hrNlBHRTHpoeAr3TNrqlP8Xamc5.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","276908","tt2965412","en","Comet","When a chance encounter brings together the cynical Dell and the quick-witted Kimberly, the stage is set for a tempestuous love affair that unfolds like a puzzle. As the film zigzags back and forth in time-from a meteor shower in LA, to an encounter in a Paris hotel room, to a fateful phone call-an unforgettable portrait of a relationship emerges.","6.193","/fzETOwCLIQTSHpqlxX5AeEvO05P.jpg","[{'id':37627,'logo_path':null,'name':'Fubar Films FL','origin_country':''},{'id':93567,'logo_path':null,'name':'Fubar Films','origin_country':''},{'id':10039,'logo_path':'/b8w4LldQolMKiLZw4FQJBcXSDGI.png','name':'Anonymous Content','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-12-05","0","91","[{'iso_639_1':'en','name':'English'}]","Released","","Comet","false","6.7","245" +"false","/epb9jLQoKCu5LTcUxstHBkx8lNL.jpg","null","850000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","67772","tt0083745","en","Come Back to the 5 & Dime, Jimmy Dean, Jimmy Dean","The Disciples of James Dean meet up on the anniversary of his death and mull over their lives in the present and in flashback, revealing the truth behind their complicated lives.","2.107","/bnXigd6wq4XVfGLa67185cvXJuY.jpg","[{'id':59051,'logo_path':null,'name':'Viacom Enterprises','origin_country':''},{'id':11487,'logo_path':null,'name':'Sandcastle 5 Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1982-11-12","840000","109","[{'iso_639_1':'en','name':'English'}]","Released","A cup of coffee and a side of dreams.","Come Back to the 5 & Dime, Jimmy Dean, Jimmy Dean","false","5.4","20" +"false","/ea0TWXsW13Cl6h22d44fl3weZfC.jpg","null","10000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","http://www.columbuscirclemovie.com/","92000","tt1465533","en","Columbus Circle","An heiress who's been shut inside her apartment building for nearly two decades is forced to confront her fears after one of her neighbors is killed and a detective arrives to begin the investigation.","6.654","/78vEPvktr8AvRfovH9yWzWD7aje.jpg","[{'id':52290,'logo_path':null,'name':'G4 Pictures','origin_country':''},{'id':12357,'logo_path':null,'name':'Oxymoron Entertainment','origin_country':''},{'id':2779,'logo_path':null,'name':'Blue Star Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-03-05","0","82","[{'iso_639_1':'en','name':'English'}]","Released","An apartment to die for.","Columbus Circle","false","5.7","129" +"false","/9Yjb2T5qIJjsouQ22chA7JqD7XZ.jpg","null","50000","[{'id':27,'name':'Horror'}]","","28180","tt0059044","en","Color Me Blood Red","Gore specialist H.G. Lewis' gruesome tale of an artist who becomes a success after using human blood in his paintings.","1.309","/bz4CJiZGOUDNPDqzGlGAA8ruC0F.jpg","[{'id':4758,'logo_path':null,'name':'Box Office Spectaculars','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1965-10-13","0","79","[{'iso_639_1':'en','name':'English'}]","Released","Fiendish is the word for it!","Color Me Blood Red","false","4.7","20" +"false","/uo5krr5i4q33TlHhTHI3PmpVjJu.jpg","null","40000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","http://www.colombiana-movie.com/","62835","tt1657507","en","Colombiana","Zoe Saldana plays a young woman who, after witnessing her parents??? murder as a child in Bogota, grows up to be a stone-cold assassin. She works for her uncle as a hitman by day, but her personal time is spent engaging in vigilante murders that she hopes will lead her to her ultimate target: the mobster responsible for her parents' death.","10.993","/tJIWuZC4ZVUJdVHXJfefUDzS2BX.jpg","[{'id':11473,'logo_path':null,'name':'A.J.O.Z. Films','origin_country':''},{'id':6896,'logo_path':'/2Q89KvzxTKB5BAv9RqFIPI1qb7E.png','name':'EuropaCorp','origin_country':'FR'},{'id':6877,'logo_path':null,'name':'Grive Productions','origin_country':''},{'id':6301,'logo_path':null,'name':'Cin??Cin??ma','origin_country':''},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':356,'logo_path':'/9tW5wZEGotn1Ei5pErA88m47XiD.png','name':'TF1 Films Production','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'}]","2011-07-27","60965854","108","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Revenge is beautiful.","Colombiana","false","6.5","1309" +"false","/5pownenwhVvIdjU7tHecuuBmF7a.jpg","null","7000000","[{'id':35,'name':'Comedy'}]","http://college-themovie.com/","13991","tt0844671","en","College","A wild weekend is in store for three high school seniors who visit a local college campus as prospective freshmen.","4.669","/lV8QOdmh1kl1z6Is5sIidIiFl2F.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-08-28","6230276","94","[{'iso_639_1':'en','name':'English'}]","Released","","College","false","4.7","74" +"false","/9FnR3YkCLrDBg2yah1oNpDe8kOm.jpg","null","65000000","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","1538","tt0369339","en","Collateral","Cab driver Max picks up a man who offers him $600 to drive him around. But the promise of easy money sours when Max realizes his fare is an assassin.","14.852","/fmkv2eRuYCTq7A5jzMBNgoNe1vA.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':11084,'logo_path':null,'name':'Parkes/MacDonald Productions','origin_country':''},{'id':11463,'logo_path':null,'name':'Edge City','origin_country':''},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-08-04","217764291","120","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","It started like any other night.","Collateral","false","7.1","2446" +"false","/w2NeRUoFD7WtDMlICeyykwyG1IF.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","http://disneydvd.disney.go.com/college-road-trip.html","13493","tt0997047","en","College Road Trip","When an overachieving high school student decides to travel around the country to choose the perfect college, her overprotective cop father also decides to accompany her in order to keep her on the straight and narrow.","6.429","/nz85hJqEJfT6h42C7E9xcvT4SVt.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-03-07","68397662","83","[{'iso_639_1':'en','name':'English'}]","Released","","College Road Trip","false","5.1","160" +"false","/oPhTpg0TaiuWpkmn15wFlvoj38Z.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","172520","tt2198956","en","Coldwater","A teenage boy is sent to a juvenile reform facility in the wilderness. As we learn about the tragic events that sent him there, his struggle becomes one for survival with the inmates, counselors, and the retired war colonel in charge.","4.556","/6aANN6HQARnErZZvEkosB3r1U51.jpg","[{'id':31143,'logo_path':null,'name':'Gare Farrand Entertainment','origin_country':''},{'id':31144,'logo_path':null,'name':'Flying Pig Productions','origin_country':''},{'id':31145,'logo_path':null,'name':'Skipping Stone Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-03-10","0","104","[{'iso_639_1':'en','name':'English'}]","Released","We Will Re-Adjust You.","Coldwater","false","6.8","103" +"false","/tLDljWDR3Rz3zrtxHGWlVQI8UCI.jpg","null","79000000","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10749,'name':'Romance'}]","","2289","tt0159365","en","Cold Mountain","In this classic story of love and devotion set against the backdrop of the American Civil War, a wounded Confederate soldier named W.P. Inman deserts his unit and travels across the South, aiming to return to his young wife, Ada, who he left behind to tend their farm. As Inman makes his perilous journey home, Ada struggles to keep their home intact with the assistance of Ruby, a mysterious drifter sent to help her by a kindly neighbor.","14.035","/4da24dJQZSGep4FJ2U9jU9G8qJr.jpg","[{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':932,'logo_path':null,'name':'Mirage Enterprises','origin_country':''},{'id':2570,'logo_path':null,'name':'Bona Fide Productions','origin_country':''},{'id':1370,'logo_path':'/uch218gB4XWNz3JNhlc65A5Q207.png','name':'Castel Film','origin_country':'RO'},{'id':10102,'logo_path':'/b0g4aEM39p0PwbIiaU1Cg3ZZUAq.png','name':'Cattleya','origin_country':'IT'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'RO','name':'Romania'},{'iso_3166_1':'IT','name':'Italy'}]","2003-12-24","173013509","154","[{'iso_639_1':'en','name':'English'}]","Released","Find the strength. Find the courage. No matter what it takes... find the way home.","Cold Mountain","false","6.9","880" +"false","/61ZE6IO8gbkFmyAw6DBQfXWsK2w.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","244509","tt1179031","en","Cold in July","While investigating noises in his house one balmy Texas night in 1989, Richard Dane puts a bullet in the brain of a low-life burglar. Although he???s hailed as a small-town hero, Dane soon finds himself fearing for his family???s safety when Freddy???s ex-con father rolls into town, hell-bent on revenge.","7.235","/zotsAuntzSFECpDWfkIWePcIJOq.jpg","[{'id':36956,'logo_path':null,'name':'Bullet Pictures','origin_country':''},{'id':28360,'logo_path':'/62pQuXxKWNzJK9QL2E4IogCodl4.png','name':'Paradise City','origin_country':'FR'},{'id':28361,'logo_path':null,'name':'BSM Studio','origin_country':''},{'id':5381,'logo_path':'/m6vSpFeYtFoW1lNv5mpLHzH4eLL.png','name':'Backup Media','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","2014-05-23","427418","109","[{'iso_639_1':'en','name':'English'}]","Released","How many men can one bullet kill?","Cold in July","false","6.5","364" +"false","/lXmY4Q64qTFkLpUjG6SzdsLerwF.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","210047","tt2511428","en","Cold Comes the Night","A struggling motel owner and her daughter are taken hostage by a nearly blind career criminal to be his eyes as he attempts to retrieve his cash package from a crooked cop.","4.716","/ceMpKE2i65abAG0lVi8J9vdcCuR.jpg","[{'id':20310,'logo_path':null,'name':'Sasquatch Films','origin_country':''},{'id':20311,'logo_path':null,'name':'Syncopated Films','origin_country':''},{'id':20312,'logo_path':null,'name':'Three Point Capital','origin_country':''},{'id':20313,'logo_path':null,'name':'Venture Forth','origin_country':''},{'id':3095,'logo_path':null,'name':'Whitewater Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-09-20","16971","90","[{'iso_639_1':'en','name':'English'}]","Released","Sometimes the fight of your life comes in the dead of night.","Cold Comes the Night","false","5.5","126" +"false","/utghtkDDOhwEDS7r9hhRhn7Wneg.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","https://www.coherencethemovie.com","220289","tt2866360","en","Coherence","On the night of an astronomical anomaly, eight friends at a dinner party experience a troubling chain of reality bending events.","9.857","/8OIsK5Mlkieeqf5ejZOKFiyH5mM.jpg","[{'id':29303,'logo_path':null,'name':'Bellanova Films','origin_country':''},{'id':1436,'logo_path':'/3VRz5vPmsObDLAYFMmRaSA6swkj.png','name':'Ugly Duckling Films','origin_country':'GB'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-09-19","102617","89","[{'iso_639_1':'en','name':'English'}]","Released","Nothing is random","Coherence","false","7.3","1187" +"false","/hnPGWzbv2EZCX9d803Emy3AajI5.jpg","null","82500000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'},{'id':10749,'name':'Romance'}]","","9339","tt0389860","en","Click","A workaholic architect finds a universal remote that allows him to fast-forward and rewind to different parts of his life. Complications arise when the remote starts to overrule his choices.","12.549","/ojmEqzJgTLo8S34uVQ6ZWmhgOoG.jpg","[{'id':333,'logo_path':'/5xUJfzPZ8jWJUDzYtIeuPO4qPIa.png','name':'Original Film','origin_country':'US'},{'id':497,'logo_path':'/pMyhOBd3sCiLzBlmIopdJkcUFtn.png','name':'Revolution Studios','origin_country':''},{'id':2608,'logo_path':'/g3YRudXiQzHesQqRXvnhFpMzfkU.png','name':'Happy Madison Productions','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-06-22","237681299","107","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'},{'iso_639_1':'ja','name':'?????????'}]","Released","What If You Had A Remote... That Controlled Your Universe?","Click","false","6.1","3786" +"false","/dIF8r4OUVaRfy6O7mfIJjufEC9j.jpg","{'id':182813,'name':'Clerks Collection','poster_path':'/qEjGvJ9I2ak6ENjdJ23dfjqLkAK.jpg','backdrop_path':'/6Fjkbh2DVAvVZa3c1HamblAN5Bg.jpg'}","5000000","[{'id':35,'name':'Comedy'}]","","2295","tt0424345","en","Clerks II","A calamity at Dante and Randall's shops sends them looking for new horizons - but they ultimately settle at Mooby's, a fictional Disney-McDonald's-style fast-food empire.","9.001","/luPEGTlN8egktVeomdf2nEap5SP.jpg","[{'id':16934,'logo_path':null,'name':'View Askew Productions','origin_country':'US'},{'id':308,'logo_path':'/e8F3mQM7DkJ5SfYYDp8FYzPBOGX.png','name':'The Weinstein Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-07-21","26888376","97","[{'iso_639_1':'en','name':'English'}]","Released","With No Power Comes No Responsibility","Clerks II","false","6.9","634" +"false","/a3sogs3NLDj3d2ITPd6TTBR0Eax.jpg","{'id':182813,'name':'Clerks Collection','poster_path':'/qEjGvJ9I2ak6ENjdJ23dfjqLkAK.jpg','backdrop_path':'/6Fjkbh2DVAvVZa3c1HamblAN5Bg.jpg'}","27000","[{'id':35,'name':'Comedy'}]","http://www.miramax.com/movie/clerks/","2292","tt0109445","en","Clerks","Convenience and video store clerks Dante and Randal are sharp-witted, potty-mouthed and bored out of their minds. So in between needling customers, the counter jockeys play hockey on the roof, visit a funeral home and deal with their love lives.","8.976","/2lsf4xFATrYQTr0KhB2FqmuB1Em.jpg","[{'id':16934,'logo_path':null,'name':'View Askew Productions','origin_country':'US'},{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-09-13","3151130","92","[{'iso_639_1':'en','name':'English'}]","Released","Just because they serve you doesn't mean they like you.","Clerks","false","7.4","1238" +"false","/zUURD3HOeQbzkyysG4bm5ZfZ9Gl.jpg","null","0","[{'id':35,'name':'Comedy'}]","","133790","tt2279864","en","Clear History","Nathan Flomm, in order to avoid the humiliation of having missed out on a hugely successful business, assumes a new identity on Martha's Vineyard. He plots revenge when his former business partner moves to the same town.","5.67","/sRxcAPUwUJBjtLpnlt79E8qo1kP.jpg","[{'id':7429,'logo_path':'/6in9uMqxXEHx5XgYgkeRBpZ4rPw.png','name':'HBO Films','origin_country':'US'},{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-08-10","0","100","[{'iso_639_1':'en','name':'English'}]","Released","A story of wealth, fame, power... and this guy.","Clear History","false","6.2","162" +"false","/dxzko1cqui9Scowo53u6lJuEhug.jpg","{'id':192492,'name':'The Jack Ryan Collection','poster_path':'/uCuiExsQDyJagov5aVAyw38YEm.jpg','backdrop_path':'/qYlcVBifq5T4wyWV00a5Awq0kUi.jpg'}","62000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","9331","tt0109444","en","Clear and Present Danger","CIA Analyst Jack Ryan is drawn into an illegal war fought by the US government against a Colombian drug cartel.","16.326","/avRDucB3FLf1Xz5532hbOYd1giX.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':2767,'logo_path':null,'name':'Mace Neufeld Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-08-03","215887717","141","[{'iso_639_1':'en','name':'English'}]","Released","The war of drugs would lead him to the war of power.","Clear and Present Danger","false","6.6","620" +"false","/vL59xXeUhVA78Y6n2pR4403o7aT.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","95516","tt1598873","en","Cleanskin","While working undercover as a bodyguard to arms dealer Harry, former-soldier-turned-secret-service-agent Ewan survives a bloody shootout with a member of an Islamic terrorist cell who steals Harry's briefcase full of Semtex explosives and escapes. Ewan's spymasters task Ewan with hunting down the cell members and retrieving the briefcase.","6.78","/5WG0QSJ547bdyZhYe9bRTYvBLIn.jpg","[{'id':15195,'logo_path':null,'name':'UK Film Studio','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2012-03-08","0","108","[{'iso_639_1':'en','name':'English'}]","Released","Fight Fire With Fire","Cleanskin","false","5.8","170" +"false","/kQyeXce1ozYryHichnEserMAByN.jpg","{'id':164397,'name':'Class of 1999 Collection','poster_path':'/lwwpChWOY4mtGRp1YAFhZ52nlbE.jpg','backdrop_path':'/jhIs07JzevH7IYMrZTPOR6BL7II.jpg'}","4300000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","11564","tt0083739","en","Class of 1984","Andy is a new teacher at a inner city high school that is like nothing he has ever seen before. There is metal detectors at the front door and everything is basically run by a tough kid named Peter Stegman. Soon, Andy and Stegman become enemies and Stegman will stop at nothing to protect his turf and drug dealing business.","6.074","/whDnqSYg4yYgVzbVhLSjzC5piUR.jpg","[{'id':12616,'logo_path':null,'name':'Guerilla High Productions','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","1982-08-20","0","98","[{'iso_639_1':'en','name':'English'}]","Released","Class of 1984. Is this the future?","Class of 1984","false","6.2","102" +"false","/ma5Ps40txofscTtWpjs39swMnwZ.jpg","{'id':86780,'name':'Clash of the Titans Collection','poster_path':'/3TXIuCHr2m9oZcLJOc5qo9o5WsT.jpg','backdrop_path':'/vmE52XvE2yWWQFt4g1x17K070gY.jpg'}","125000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'}]","http://www.clash-of-the-titans.com/","18823","tt0800320","en","Clash of the Titans","Born of a god but raised as a man, Perseus is helpless to save his family from Hades, vengeful god of the underworld. With nothing to lose, Perseus volunteers to lead a dangerous mission to defeat Hades before he can seize power from Zeus and unleash hell on earth. Battling unholy demons and fearsome beasts, Perseus and his warriors will only survive if Perseus accepts his power as a god, defies fate and creates his own destiny.","16.449","/n8W2Y72VzSi8Yz6IvYWwfoiMTS6.jpg","[{'id':80,'logo_path':null,'name':'The Zanuck Company','origin_country':'US'},{'id':923,'logo_path':'/5UQsZrfbfG2dYJbx8DxfoTr2Bvu.png','name':'Legendary Entertainment','origin_country':'US'},{'id':3528,'logo_path':'/cCzCClIzIh81Fa79hpW5nXoUsHK.png','name':'Thunder Road Pictures','origin_country':'US'},{'id':20478,'logo_path':'/gSS2OBc6dRsK2ewRx5lcwnARrpl.png','name':'Moving Picture Company','origin_country':'GB'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-04-01","232713139","106","[{'iso_639_1':'en','name':'English'}]","Released","Titans will clash.","Clash of the Titans","false","5.7","3588" +"false","/iHqRY5orzlwGs7PViEex0lOkDz3.jpg","null","55000000","[{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","http://www.cityofember.com/","13600","tt0970411","en","City of Ember","For generations, the people of the City of Ember have flourished in an amazing world of glittering lights. But Ember's once powerful generator is failing and the great lamps that illuminate the city are starting to flicker. Now, two teenagers, in a race against time, must search Ember for clues that will unlock the ancient mystery of the city's existence, before the the lights go out forever.","9.496","/vtlcA292oROPaG74amLsAhtBNbB.jpg","[{'id':4171,'logo_path':null,'name':'Playtone','origin_country':'US'},{'id':10221,'logo_path':'/99VfWRgKasZoyK9UVB39gnYvFrZ.png','name':'Walden Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-10-07","17869048","90","[{'iso_639_1':'en','name':'English'}]","Released","Escape is the only option","City of Ember","false","6.2","930" +"false","/oCDZpKpCNAxLpyInUDZxFKqQDiU.jpg","null","55000000","[{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'},{'id':10749,'name':'Romance'}]","","795","tt0120632","en","City of Angels","When guardian angel Seth -- who invisibly watches over the citizens of Los Angeles -- becomes captivated by Maggie, a strong-willed heart surgeon, he ponders trading in his pure, otherworldly existence for a mortal life with his beloved. The couple embarks on a tender but forbidden romance spanning heaven and Earth.","9.618","/dMvup91Svpns2SfCtZ4jiSFiouV.jpg","[{'id':507,'logo_path':'/z7H707qUWigbjHnJDMfj6QITEpb.png','name':'Atlas Entertainment','origin_country':'US'},{'id':676,'logo_path':null,'name':'Monarchy Enterprises B.V.','origin_country':''},{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':20555,'logo_path':null,'name':'Taurus Film','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'DE','name':'Germany'}]","1998-04-10","198685114","114","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pl','name':'Polski'}]","Released","She didn't believe in angels until she fell in love with one.","City of Angels","false","6.6","946" +"false","/vT6ux2rdyg2kexuLisO5Ygz7pHg.jpg","null","1500000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.charliechaplin.com/biography/articles/4-City-Lights","901","tt0021749","en","City Lights","City Lights is the first silent film that Charlie Chaplin directed after he established himself with sound accompanied films. The film is about a penniless man who falls in love with a flower girl.","9.396","/bXNvzjULc9jrOVhGfjcc64uKZmZ.jpg","[{'id':1315,'logo_path':null,'name':'Charles Chaplin Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1931-02-26","19181","87","[{'iso_639_1':'xx','name':'No Language'}]","Released","True Blind Love","City Lights","false","8.4","824" +"false","/nQL6fozt0wLuGw1uklyklMk4V84.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","34796","tt0020768","en","City Girl","A waitress from Chicago falls in love with a man from rural Minnesota and marries him, with the intent of living a better life - but life on the farm has its own challenges.","2.267","/tMfzSvVmBcn2AV6dSsuOJ8zR2K6.jpg","[{'id':5488,'logo_path':null,'name':'Fox Film Corporation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1930-02-16","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","City Girl","false","7.7","32" +"false","/r6cwSfNPL8Q8bBY5PNNDbVmDzU7.jpg","{'id':32135,'name':'The Toxic Avenger Collection','poster_path':'/zoUjTU6rvZhfVK8q0sZSFb0QThO.jpg','backdrop_path':null}","500000","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","27601","tt0212879","en","Citizen Toxie: The Toxic Avenger IV","When the notorious Diaper Mafia take hostage the Tromaville School for the Very Special, only the Toxic Avenger and his morbidly obese sidekick Lardass can save Tromaville.","2.85","/wR4VvqrRd2r9M4GYXPnoV02aUNG.jpg","[{'id':3052,'logo_path':null,'name':'Troma Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-11-01","0","109","[{'iso_639_1':'en','name':'English'}]","Released","","Citizen Toxie: The Toxic Avenger IV","false","6.5","50" +"false","/yN8t1qalUaM0nOpvuzmdbjJYSDE.jpg","null","839727","[{'id':9648,'name':'Mystery'},{'id':18,'name':'Drama'}]","","15","tt0033467","en","Citizen Kane","Newspaper magnate, Charles Foster Kane is taken from his mother as a boy and made the ward of a rich industrialist. As a result, every well-meaning, tyrannical or self-destructive move he makes for the rest of his life appears in some way to be a reaction to that deeply wounding event.","14.874","/sav0jxhqiH0bPr2vZFU0Kjt2nZL.jpg","[{'id':6,'logo_path':'/n53F7K9scQWFXYbrCablqLKqJdp.png','name':'RKO Radio Pictures','origin_country':'US'},{'id':11447,'logo_path':null,'name':'Mercury Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1941-04-30","23217674","119","[{'iso_639_1':'en','name':'English'}]","Released","It's terrific!","Citizen Kane","false","8.1","2290" +"false","/ydOnw3JaT4G7nlOZmWJk6qCTUUN.jpg","null","0","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","52001","tt1641975","en","Citadel","Citadel tells the story of widower and single father Tommy Cowley, a man inflicted with chronic agoraphobia since the day his wife was attacked. He was unable to protect her. He lives in Edenstown, the council estate from hell. Here he finds himself terrorized by a gang of syringe wielding feral children, who are intent on taking his baby daughter. With the help of a kind Nurse and a renegade Priest, Tommy learns the nightmarish truth surrounding these hooded children. He also learns that to be free of his fears, he must finally face the demons of his past and enter the one place he fears the most - The abandoned Tower block known as the Citadel","3.866","/275Ri3oRoi0HRX8OFKF4QewQu4g.jpg","[{'id':5267,'logo_path':'/trP3GsUyIztMwcqev3jK1gOeCSA.png','name':'Irish Film Board','origin_country':'IE'},{'id':9225,'logo_path':'/7P0jOFlckSJ2HRijCcP8IspQc37.png','name':'Blinder Films','origin_country':'IE'},{'id':322,'logo_path':null,'name':'Sigma Films Ltd.','origin_country':''}]","[{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2012-03-11","0","85","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","They see your fear!","Citadel","false","5.3","75" +"false","/r0BtS4m3Zq40wbDIEwAnXU3TYT6.jpg","{'id':391739,'name':'Cirque du Soleil Collection','poster_path':'/nXome5ObjbFONvQkfCu2kgsNcaR.jpg','backdrop_path':'/mkMeDXskWSSMGdgAcQQlc6LcjqA.jpg'}","0","[{'id':14,'name':'Fantasy'},{'id':10751,'name':'Family'},{'id':10402,'name':'Music'},{'id':18,'name':'Drama'}]","","94352","tt1792647","en","Cirque du Soleil: Worlds Away","An original story featuring performances by Cirque du Soleil. A young woman is entranced by an Aerialist. When they fall into the dreamlike world of Cirque du Soleil and are separated, they travel through the different tent worlds trying to find each other.","5.997","/jAt4ugebhXKmAnirHAWe5P6gnMi.jpg","[{'id':2787,'logo_path':null,'name':'Reel FX Creative Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-11-09","34153101","91","[{'iso_639_1':'en','name':'English'}]","Released","Experience a Journey Like Never Before","Cirque du Soleil: Worlds Away","false","6.7","80" +"false","/ozvvHdadtBYpExCwAjsNPSjV6hT.jpg","null","88000000","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","http://www.cinderellamanmovie.com/index.php","921","tt0352248","en","Cinderella Man","The true story of boxer, Jim Braddock who, in the 1920???s after his retirement, has a surprise comeback in order to get him and his family out of a socially poor state.","9.571","/xZhumK43Z6jmwCWglh7uHcpkqdb.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':23,'logo_path':'/mkxNjThahj5pvntvYKVpMbWXm3D.png','name':'Imagine Entertainment','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':631,'logo_path':null,'name':'Parkway Pictures (I)','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-06-02","108539911","144","[{'iso_639_1':'en','name':'English'}]","Released","One man's extraordinary fight to save the family he loved.","Cinderella Man","false","7.4","1066" +"false","/cguzwAWMrT9yhSvilgaZxNhipdo.jpg","null","0","[{'id':37,'name':'Western'},{'id':18,'name':'Drama'}]","","42782","tt0057952","en","Circus World","Circus owner Matt Masters is beset by disasters as he attempts a European tour of his circus. At the same time, he is caught in an emotional bind between his adopted daughter and her mother.","2.678","/5SptTrY8orguu7j9cOzF4mqFRo0.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':10253,'logo_path':null,'name':'Samuel Bronston Productions','origin_country':''}]","[{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'US','name':'United States of America'}]","1964-06-25","0","135","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","John Wayne Wild Across the World!","Circus World","false","5.8","29" +"false","/gkuyOdCeuKLdOlwQIUF44SHsYCq.jpg","null","95000000","[{'id':10749,'name':'Romance'},{'id':14,'name':'Fantasy'},{'id':10751,'name':'Family'},{'id':18,'name':'Drama'}]","http://movies.disney.com/cinderella","150689","tt1661199","en","Cinderella","When her father unexpectedly passes away, young Ella finds herself at the mercy of her cruel stepmother and her daughters. Never one to give up hope, Ella's fortunes begin to change after meeting a dashing stranger in the woods.","28.888","/2i0JH5WqYFqki7WDhUW56Sg0obh.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':28788,'logo_path':null,'name':'Genre Films','origin_country':'US'},{'id':46339,'logo_path':null,'name':'Beagle Pug Films','origin_country':'GB'},{'id':47706,'logo_path':null,'name':'Allison Shearmur Productions','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2015-03-12","543514353","105","[{'iso_639_1':'en','name':'English'}]","Released","Midnight is just the beginning.","Cinderella","false","6.7","4343" +"false","/eSOPAJa1yKhxcDnXYrbpHPSSOXU.jpg","{'id':336051,'name':'CIA Collection','poster_path':'/ejZiQy4WtRlLotlGsW7M8SOLrAs.jpg','backdrop_path':null}","0","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'}]","http://www.imdb.com/title/tt0109360/","143901","tt0109360","en","CIA II: Target Alexa","Movie Info When a top secret nuclear guidance system is stolen by an ex-CIA operative looking to sell the deadly device to the top bidder, it's up to a determined CIA agent and the international terrorist who he has vowed to capture to team up and stop the madman from destabilizing the world in the feature directorial debut of action icon Lorenzo Lamas. CIA Agent Mark Graver (Lamas) was living a quiet life when word came down that a government facility had been breached and a valuable device stolen. Now forced to team with former terrorist Alexa (Kathleen Kinmont) to retrieve the guidance system from international terrorist Franz Kluge (John Savage)","2.363","/zSn0L3hD9dKfvVylMMCrO3jqEJl.jpg","[{'id':1647,'logo_path':null,'name':'PM Entertainment Group','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-01-01","0","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'de','name':'Deutsch'}]","Released","CIA,Alexa,Target,C.I.A II: codename alexa","CIA II: Target Alexa","false","4.4","9" +"false","/pnuI4yMKcet43OuDRHPnxNJv3QP.jpg","{'id':336051,'name':'CIA Collection','poster_path':'/ejZiQy4WtRlLotlGsW7M8SOLrAs.jpg','backdrop_path':null}","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'}]","","218671","tt0103907","en","CIA Code Name: Alexa","A CIA operative kills a terrorist during a prison break. When a group of terrorists attempts to recover a microchip implanted in the man's body, one of them is captured and convinced by the CIA to work for them as an informer.","1.452","/oa9KSRWgPyK2mlDG7SgnCg4nL3g.jpg","[{'id':1647,'logo_path':null,'name':'PM Entertainment Group','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-02-01","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Loyalty comes at a price","CIA Code Name: Alexa","false","5.6","10" +"false","/xSN1cpugrzi8DjpVxtHeRRlbB6Q.jpg","{'id':55419,'name':'Cinderella Collection','poster_path':'/ouN0BQzHKOqK03d9qKXP7JOgQdt.jpg','backdrop_path':'/yNq1UsclAyXaQGhXVSDoyS9wpFo.jpg'}","2900000","[{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'},{'id':16,'name':'Animation'},{'id':10749,'name':'Romance'}]","http://movies.disney.com/cinderella-1950","11224","tt0042332","en","Cinderella","Cinderella has faith her dreams of a better life will come true. With help from her loyal mice friends and a wave of her Fairy Godmother's wand, Cinderella's rags are magically turned into a glorious gown and off she goes to the Royal Ball. But when the clock strikes midnight, the spell is broken, leaving a single glass slipper... the only key to the ultimate fairy-tale ending!","17.198","/cdf4J7tDhSPAghWWgx9EnwQWBfF.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':3166,'logo_path':'/vyyv4Gy9nPqAZKElPm2izLlEaVS.png','name':'Walt Disney Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1950-03-04","263591415","74","[{'iso_639_1':'en','name':'English'}]","Released","The greatest love story ever told.","Cinderella","false","6.9","3453" +"false","/f54d3tpzdRW02IDIIVRuwiY2N3K.jpg","null","15000000","[{'id':878,'name':'Science Fiction'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","76726","tt1706593","en","Chronicle","Three high school students make an incredible discovery, leading to their developing uncanny powers beyond their understanding. As they learn to control their abilities and use them to their advantage, their lives start to spin out of control, and their darker sides begin to take over.","12.543","/kdyrdFIt29FUmLIKvedAc2j4rpo.jpg","[{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'},{'id':1302,'logo_path':'/kQZtJdyphCmq292iGDqlUx0yk2D.png','name':'Davis Entertainment','origin_country':'US'},{'id':43394,'logo_path':null,'name':'Adam Schroeder Productions','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-02-01","145000000","84","[{'iso_639_1':'en','name':'English'}]","Released","What are you capable of?","Chronicle","false","6.7","2976" +"false","/o5yflApN9GuOkmnv6O9l4z83U5F.jpg","{'id':108693,'name':'National Lampoon's Vacation Collection','poster_path':'/zvEUkLpDO7xlgabBEA9CCc0cvAt.jpg','backdrop_path':'/pBmhj6KkEjlzc3e7jAPkIHgGIrE.jpg'}","27000000","[{'id':35,'name':'Comedy'}]","","5825","tt0097958","en","National Lampoon's Christmas Vacation","It's Christmas time and the Griswolds are preparing for a family seasonal celebration, but things never run smoothly for Clark, his wife Ellen and their two kids. Clark's continual bad luck is worsened by his obnoxious family guests, but he manages to keep going knowing that his Christmas bonus is due soon.","12.521","/uh2sQFjRXCwexWcBtV7OEnL1c5G.jpg","[{'id':477,'logo_path':null,'name':'Hughes Entertainment','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-12-01","71319546","97","[{'iso_639_1':'en','name':'English'}]","Released","Yule crack up.","National Lampoon's Christmas Vacation","false","7.2","1075" +"false","/cal6IMTPFMwH2JWjOx9pDoi36Bj.jpg","null","750000","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'}]","","27230","tt0081793","en","Christmas Evil","A toy factory worker, mentally scarred as a child upon learning Santa Claus is not real, suffers a nervous breakdown after being belittled at work, and embarks on a Yuletide killing spree.","3.294","/yvjQs6USdzyq752DCgBXtn3NMAL.jpg","[{'id':88064,'logo_path':null,'name':'Cinevid Productions','origin_country':''},{'id':6455,'logo_path':null,'name':'Edward R. Pressman Film','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1980-11-01","0","100","[{'iso_639_1':'en','name':'English'}]","Released","Better Watch Out... Better Not Cry... Or You May DIE!","Christmas Evil","false","5.6","64" +"false","/2NXbzKUrdKaIQw9cAIGhXUCJHTA.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","http://abcfamily.go.com/news/listing/25-days-of-christmas/christmas-bounty-premieres-november-26th","240905","tt2486490","en","Christmas Bounty","A former bounty hunter turns into an elementary schoolteacher. Determined to have a normal life and keep her bounty hunter past a secret, she reluctantly returns home for Christmas to help save the family business by catching the one bounty that got away. But when her fianc?? follows her home for the holiday, she struggles to hide her wild family business and a bounty hunter ex-boyfriend she thought she'd left behind.","0.615","/7knsOAaEGRhgsdHWs1S4eRFJRrR.jpg","[{'id':5948,'logo_path':null,'name':'ABC Family','origin_country':''},{'id':10339,'logo_path':'/oiIi36MaWXwvvHWX5eojoE2Fiyv.png','name':'WWE Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-11-26","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Christmas Bounty","false","4.7","13" +"false","/AwzIppxRAsxv0tMGmIxcrtbJJnn.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","54075","tt1325723","en","Choose","Fiona Wagner, a journalism student, tracks a cold-blooded killer with the help of her detective father and a therapist.","3.187","/ga5KAR64wiin54ikfM4h5B7wZh5.jpg","[{'id':43388,'logo_path':null,'name':'SC Films','origin_country':''},{'id':5708,'logo_path':null,'name':'The 7th Floor','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-01-17","0","83","[{'iso_639_1':'en','name':'English'}]","Released","Who Lives? Who Dies? Are You Ready to Choose?","Choose","false","4.6","47" +"false","/5cK5TU6djueGxYJjSu2ItBZms69.jpg","null","0","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","262088","tt2977672","en","Chocolate Strawberry Vanilla","A black comedy/drama about a lonely ice-cream van driver, Warren Thompson, and his unhealthy obsession with television soap starlet, Katey George.","0.849","/jfmYdWXjUOxLgss7MT3WSefpSAE.jpg","[]","[{'iso_3166_1':'AU','name':'Australia'}]","2013-11-24","0","85","[{'iso_639_1':'en','name':'English'}]","Released","","Chocolate Strawberry Vanilla","false","5.6","13" +"false","/mUBjXjU43hhy5bHnpHztxSmiK40.jpg","null","25000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","392","tt0241303","en","Chocolat","A fable of emotional liberation and chocolate. A mother and daughter move to a small French town where they open a chocolate shop. The town, religious and morally strict, is against them as they represent free-thinking and indulgence. When a group of Boat Gypsies float down the river the prejudices of the Mayor leads to a crisis.","9.833","/qVKYduwLJ5HjbeVVYqYPSAhWQqh.jpg","[{'id':65781,'logo_path':null,'name':'Fat Free','origin_country':''},{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':903,'logo_path':null,'name':'David Brown Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2000-12-14","152500343","121","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","...and the world is still indulging!","Chocolat","false","6.9","1742" +"false","/2q2m8JwEE7LSTSHQ60bGSu6HDnB.jpg","null","0","[{'id':18,'name':'Drama'}]","","300686","tt1754736","en","Chloe and Theo","A young woman, Chloe, living by her wits on the streets of New York City, has a chance meeting with a wise Inuit Eskimo, Theo, who was sent to New York by his elders to provide a message to the people of the world ??? We either change our destructive was or be destroyed by them. Chloe, who has been searching for something to believe in, becomes inspired by Theo and , with the help of a kind lawyer, Monica, the three of them present Theo???s story to the United Nations in hopes of creating a better future for all of us.","2.494","/dMUsELUjU9IDe3r0TacogYZpWbg.jpg","[{'id':23868,'logo_path':null,'name':'Tiberius Film','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CA','name':'Canada'}]","2015-04-15","0","81","[{'iso_639_1':'en','name':'English'}]","Released","Together they will change the world.","Chloe and Theo","false","6.4","33" +"false","/zjRoIwyV1DI5dDswTn0oqR5Ooqu.jpg","null","15000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","28211","tt1352824","en","Chloe","A doctor hires an escort to seduce her husband, whom she suspects of cheating, though unforeseen events put the family in danger.","7.623","/9NyVhWbTrCMzWoExYZU54tsDJ6k.jpg","[{'id':25886,'logo_path':null,'name':'Outpost Studios','origin_country':''},{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'},{'id':2364,'logo_path':'/oZyR5maGM96jReVgW7oJ7mXN8ts.png','name':'The Montecito Picture Company','origin_country':'US'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CA','name':'Canada'}]","2009-03-25","8459458","96","[{'iso_639_1':'en','name':'English'}]","Released","If the one you love was lying to you, how far would you go to find out the truth?","Chloe","false","5.9","901" +"false","/b8i4Zg7gzMgRmjP9oRxtx8HoiS6.jpg","{'id':146136,'name':'Armour of God Collection','poster_path':'/amUwRtyJEiYyGPlbOFJBqAnM5mk.jpg','backdrop_path':'/rXGl1WJINCV2yFOikNBqYvdyeAn.jpg'}","48000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'}]","http://hbpictures.ayomovie.com/12shengxiao//","98567","tt1424310","cn","????????????","Asian Hawk (Jackie Chan) leads a mercenary team to recover several lost artifacts from the Old Summer Palace, the bronze heads of the 12 Chinese Zodiac animals which were sacked by the French and British armies from the imperial Summer Palace in Beijing in 1860. Assisted by a Chinese student & a Parisian lady, Hawk stops at nothing to accomplish the mission.","13.886","/1hTpptSqKEAXnLVDPoLL1tyFojd.jpg","[{'id':2726,'logo_path':null,'name':'Emperor Motion Pictures','origin_country':''},{'id':5649,'logo_path':null,'name':'JCE Movies','origin_country':''}]","[{'iso_3166_1':'CN','name':'China'},{'iso_3166_1':'HK','name':'Hong Kong'}]","2012-12-20","0","109","[{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'ru','name':'P????????????'}]","Released","His mission is to recover their heads, before they take his","Chinese Zodiac","false","6","366" +"false","/kQYBOmJHSUzxeY7VnUXo4t4WIl7.jpg","{'id':359005,'name':'The Jake Gittes Collection','poster_path':'/wvj9K13G7Jla8BbTt5A6oV0vxuF.jpg','backdrop_path':'/mPf6vo6hAzftf8qRS4qbwRVBBkJ.jpg'}","6000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","829","tt0071315","en","Chinatown","Private eye Jake Gittes lives off of the murky moral climate of sunbaked, pre-World War II Southern California. Hired by a beautiful socialite to investigate her husband's extra-marital affair, Gittes is swept into a maelstrom of double dealings and deadly deceits, uncovering a web of personal and political scandals that come crashing together.","10.875","/iIHO6FzF6lL4mA90rrmk3Y705XS.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':6226,'logo_path':null,'name':'Penthouse','origin_country':''},{'id':10208,'logo_path':null,'name':'Long Road Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1974-06-20","30000000","130","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'cn','name':'????????? / ?????????'},{'iso_639_1':'en','name':'English'}]","Released","You get tough. You get tender. You get close to each other. Maybe you even get close to the truth.","Chinatown","false","7.9","1666" +"false","/30KRxEMI7cykynsUE6BVLyOxh5H.jpg","null","0","[{'id':99,'name':'Documentary'}]","","72334","tt1222815","en","Chimpanzee","A nature documentary centered on a family of chimps living in the Ivory Coast and Ugandan rain forests.","3.507","/i3IojCgvzVba9Fq2myvEGyoItE4.jpg","[{'id':4436,'logo_path':'/iCnomrQJMG059X084K4bARkYIhM.png','name':'Disneynature','origin_country':''}]","[{'iso_3166_1':'TZ','name':'Tanzania'},{'iso_3166_1':'US','name':'United States of America'}]","2012-04-20","0","78","[{'iso_639_1':'en','name':'English'}]","Released","For Oscar, every day is an adventure","Chimpanzee","false","7.2","56" +"false","/opzTuNRI8a7CRNnG71jHOeomzfd.jpg","null","850000","[{'id':27,'name':'Horror'}]","","52685","tt0862892","en","Chill","In this classic retro horror thriller, Sam, an aspiring writer, takes a job as a clerk in an L.A. inner city grocery market owned by the sinister Dr. Munoz, a former scientist who claims to have a rare skin condition.","1.935","/iii2BYNznTvNzy551AvkYO3KlOf.jpg","[{'id':16078,'logo_path':null,'name':'Rojak Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-02-15","0","88","[{'iso_639_1':'en','name':'English'}]","Released","He just wants your skin","Chill","false","2.8","6" +"false","/frk5Gtc0f8M2TRkhDUkUI9L9jRu.jpg","{'id':115225,'name':'Children of the Corn Collection','poster_path':'/v6auJblMcNxUmZx23mQXMHmzyY3.jpg','backdrop_path':'/g4aK8Up5zSegesJdMYbxDcndn20.jpg'}","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","25751","tt0150111","en","Children of the Corn V: Fields of Terror","Six college students take a wrong turn and find themselves lost in a strangely deserted rural town... only to discover that this deceptively quiet place hides a murderous cult of children controlled by evil forces. Yet even as bodies begin cropping up all around them, the young friends decide to stay and rescue the children... or die trying.","4.281","/w3ZOi0jbHNEQ26MEt1X3XCJzBYe.jpg","[{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'},{'id':2623,'logo_path':null,'name':'Blue Rider Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-06-21","0","83","[{'iso_639_1':'en','name':'English'}]","Released","In a deserted town... The terror continues!","Children of the Corn V: Fields of Terror","false","4","58" +"false","/d5kWreen18CsXW0yhwqevzEQStc.jpg","{'id':115225,'name':'Children of the Corn Collection','poster_path':'/v6auJblMcNxUmZx23mQXMHmzyY3.jpg','backdrop_path':'/g4aK8Up5zSegesJdMYbxDcndn20.jpg'}","0","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'}]","","25752","tt0177625","en","Children of the Corn 666: Isaac's Return","A girl called Hannah goes back to her hometown (Gatlin) to find out who her mother but on the way she picks up a strange man who fore-shadows her life with a passage from the bible. When she gets there she wakes up Isaac from a coma he has been in for 19 years. Isaac is awake and wants to fulfill the final prophecy.","5.067","/cAoLi0dxRZwA20LUzTTGN3Xn39Y.jpg","[{'id':2623,'logo_path':null,'name':'Blue Rider Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-10-19","0","82","[{'iso_639_1':'en','name':'English'}]","Released","The Latest & Most Horrifying Chapter...","Children of the Corn 666: Isaac's Return","false","3.5","54" +"false","/c5jNuPA19oGiEmbh8iFeAi6aHMI.jpg","null","76000000","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","http://www.universalstudiosentertainment.com/children-of-men/","9693","tt0206634","en","Children of Men","In 2027, in a chaotic world in which humans can no longer procreate, a former activist agrees to help transport a miraculously pregnant woman to a sanctuary at sea, where her child's birth may help scientists save the future of humankind.","17.272","/gZ6i32Da76EUxta06GL2BxpC4Cn.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':655,'logo_path':null,'name':'Strike Entertainment','origin_country':''},{'id':11429,'logo_path':null,'name':'Hit & Run Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2006-09-22","69959751","109","[{'iso_639_1':'en','name':'English'}]","Released","The future's a thing of the past.","Children of Men","false","7.6","3508" +"false","/iYbWH9qLyYOQY1UnTeqbvd0HJ35.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","152736","tt1951095","en","Child of God","A dispossessed, violent man's life is a disastrous attempt to exist outside the social order. Successively deprived of parents and homes and with few other ties, Ballard descends to the level of a cave dweller as he falls deeper into crime and degradation.","3.899","/6HFUfOnpwHeuHJLs8o4w4QK20C2.jpg","[{'id':8924,'logo_path':'/5NTQun1m6FVJVOVHOubJ5SqyMvi.png','name':'Rabbit Bandini Productions','origin_country':'US'},{'id':18440,'logo_path':null,'name':'Made In Film-Land','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-04-28","0","104","[{'iso_639_1':'en','name':'English'}]","Released","Murder is his salvation","Child of God","false","5.4","45" +"false","/b0Zlbk19oTLjKPvb807suPFKBtN.jpg","null","45000000","[{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","7443","tt0120630","en","Chicken Run","Having been hopelessly repressed and facing eventual certain death at the British chicken farm where they are held, Ginger the chicken along with the help of Rocky the American rooster decide to rebel and lead their fellow chickens in a great escape from the murderous farmers Mr. and Mrs. Tweedy and their farm of doom.","13.991","/z0MafJgUnVyVbczicYMkPKKHkBi.jpg","[{'id':521,'logo_path':'/kP7t6RwGz2AvvTkvnI1uteEwHet.png','name':'DreamWorks Animation','origin_country':'US'},{'id':297,'logo_path':'/ykJbf1z5qIreJrHWfnh1ev1alkD.png','name':'Aardman Animations','origin_country':'GB'},{'id':7981,'logo_path':'/6Yv1gIAuGkHS5Vis4UjnqHhCPWV.png','name':'Path??!','origin_country':'FR'},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2000-06-21","224834564","84","[{'iso_639_1':'en','name':'English'}]","Released","This ain't no chick flick. It's poultry in motion.","Chicken Run","false","6.6","2439" +"false","/wsSq74Ro736Tt4zZ5P2mdV2Ywcm.jpg","null","45000000","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","1574","tt0299658","en","Chicago","Murderesses Velma Kelly and Roxie Hart find themselves on death row together and fight for the fame that will keep them from the gallows in 1920s Chicago.","9.691","/18pCc2XZ5MO7wsywOYEbhoeuxNw.jpg","[{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':734,'logo_path':null,'name':'Producers Circle','origin_country':''},{'id':8797,'logo_path':'/4mrkWRV6JWYQbP6qV8pyP7ji6tO.png','name':'Storyline Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-12-26","306776732","113","[{'iso_639_1':'hu','name':'Magyar'},{'iso_639_1':'en','name':'English'}]","Released","If you can't be famous, be infamous.","Chicago","false","7.1","1239" +"false","/1BgWRWjZtD6zyJfzlfDx3NHaECQ.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.chernobyldiaries.com/","93856","tt1991245","en","Chernobyl Diaries","A group of six tourists looking to go off the beaten path, hire an 'extreme tour guide'. Ignoring warnings, he takes them into the city of Pripyat, the former home to the workers of the Chernobyl nuclear reactor, but a deserted town since the disaster more than 25 years earlier. After a brief exploration of the abandoned city, the group members find themselves stranded, only to discover that they are not alone.","7.964","/sSjARwbHdUabVJs3y1TtoCfpckx.jpg","[{'id':14734,'logo_path':null,'name':'Oren Peli / Brian Witten Pictures','origin_country':''},{'id':1088,'logo_path':'/9WOE5AQUXbOtLU6GTwfjS8OMF0v.png','name':'Alcon Entertainment','origin_country':'US'},{'id':7493,'logo_path':'/452FO4LcI6lA6bfgl6w1kQYRBlr.png','name':'FilmNation Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-05-24","18112929","88","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'no','name':'Norsk'}]","Released","Experience the fallout","Chernobyl Diaries","false","5","808" +"false","/sbH9aJV7fqhRaazCSWuOwNDIf1m.jpg","null","11000000","[{'id':35,'name':'Comedy'}]","http://chefthefilm.com/","212778","tt2883512","en","Chef","When Chef Carl Casper suddenly quits his job at a prominent Los Angeles restaurant after refusing to compromise his creative integrity for its controlling owner, he is left to figure out what's next. Finding himself in Miami, he teams up with his ex-wife, his friend and his son to launch a food truck. Taking to the road, Chef Carl goes back to his roots to reignite his passion for the kitchen -- and zest for life and love.","9.628","/dwweMX2MqYOYGg2Z2lZ8f6uopcg.jpg","[{'id':86708,'logo_path':null,'name':'Altus Media','origin_country':''},{'id':7297,'logo_path':'/l29JYQVZbTcjZXoz4CUYFpKRmM3.png','name':'Fairview Entertainment','origin_country':''},{'id':6901,'logo_path':null,'name':'Prescience','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-05-08","45967935","114","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Starting from scratch never tasted so good.","Chef","false","7.1","1699" +"false","/e9EFRLUqZgABmR3RZRUQhQmNYgT.jpg","null","30000","[{'id':18,'name':'Drama'}]","http://www.versa.media/NewWorldOrdeRx","358397","tt2298274","en","Cheery Point","In a dystopian future where pain and emotion have been suppressed by a government-issued drug called Torpase, Joshua Barrett coasts through the monotony of his repetitive, workaday life. But when he's kidnapped by a rebellious priest, Joshua is exposed to a world beyond Torpase, changing everything he thought he knew about what it means to live.","1.289","/cQ9ci9iphRWwEgIB9mwBL2J5sK2.jpg","[{'id':62779,'logo_path':null,'name':'Versa Studios Media','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-03-26","0","128","[{'iso_639_1':'en','name':'English'}]","Released","Life, liberty and the guarantee of happiness.","New World Order X","false","3.7","5" +"false","/yAGtqBxVCVkCB5qCFPhrMzL6ncI.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.chatroomfilm.com/","48946","tt1319704","en","Chatroom","When strangers Jim, Eva, Emily and Mo meet William online in his new 'Chelsea Teens!' chatroom, they're completely seduced by his fast-talking, charismatic character. But beneath the surface lies a much darker truth. William is a dangerous loner, channeling all his energies into cyberspace. He's become an analyser, a calculating manipulator who finds it almost impossible to interact normallywith others in the real world, instead turning his hand to manipulating people online. When the timid Jim opens up to William, it sparks a fascination that quickly turns into a dark downward spiral, with the twisted antagonist coercing the rest of the group to become pawns in his deadly game. As the cat-and-mouse situation escalates to devastating heights, can William's anti-social networking be brought to an end?","5.041","/kmFbDDyQ1IoLCMyMOZJ5D5ScYp7.jpg","[{'id':2054,'logo_path':null,'name':'Ruby Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2010-08-11","0","97","[{'iso_639_1':'en','name':'English'}]","Released","Control. Alter. Delete.","Chatroom","false","6.1","173" +"false","/gsysHAx6HWCwwW5t1Dfu9FrDtel.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","","220486","tt2056757","en","Chavez Cage of Glory","Barely being able to make ends meet and doing everything he can possibly do to cover his ill son's growing medical bills, Hector Chavez turns to his fighting roots in the underbelly of LA. His amateur Mixed Martial Arts videos go viral grabbing the attention of the world's top MMA federation. Hector is then given a dream come true opportunity to go up against the MMA World Champion; a vicious fighter whose last opponent is in critical condition in the same hospital as his son. Hector is faced with a real do-or -die situation and must risk it all so his son can have the surgery he needs to survive.","1.4","/sJKPn8xDutTp2xEwss2T6Bv8uYU.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-09-13","0","92","[]","Released","","Chavez Cage of Glory","false","5.7","3" +"false","/doKYVK61Vb8J1KUjlb9dNWkQNp6.jpg","null","250000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.viewaskew.com/chasingamy","2255","tt0118842","en","Chasing Amy","Holden and Banky are comic book artists. Everything is going good for them until they meet Alyssa, also a comic book artist. Holden falls for her, but his hopes are crushed when he finds out she's a lesbian.","9.434","/4vFJileWrCGaBeobCmF0tXpQCUb.jpg","[{'id':16934,'logo_path':null,'name':'View Askew Productions','origin_country':'US'},{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-04-04","12021272","114","[{'iso_639_1':'en','name':'English'}]","Released","It's not who you love. It's how.","Chasing Amy","false","6.8","680" +"false","/4KJKnwBxflXdfp1qmLEFI9CDYHy.jpg","{'id':86029,'name':'Charlie's Angels Collection','poster_path':'/jBKUntSuSUfxTXI8XWABpdWmWEt.jpg','backdrop_path':'/syWm5FMScW6JHaCM2C9aduCzUtp.jpg'}","120000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'}]","","9471","tt0305357","en","Charlie's Angels: Full Throttle","The Angels are charged with finding a pair of missing rings that are encoded with the personal information of members of the Witness Protection Program. As informants are killed, the ladies target a rogue agent who might be responsible.","17.797","/n4cdJ0Wqxb7C0HmZbcaC4eYnkIf.jpg","[{'id':4022,'logo_path':'/q6Xts6ztGkTHrY1WfHttlhL3Pfc.png','name':'Wonderland Sound and Vision','origin_country':'US'},{'id':10239,'logo_path':null,'name':'Tall Trees Productions','origin_country':''},{'id':19813,'logo_path':null,'name':'Flower Films','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-06-27","259175788","106","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","This summer the Angels are back.","Charlie's Angels: Full Throttle","false","5.3","1583" +"false","/d3qj35UIsQwRsPPN08vKd7YfWqi.jpg","null","0","[{'id':18,'name':'Drama'}]","","82684","tt1629757","en","Chasing Mavericks","Surfer Jay Moriarity sets out to ride the Northern California break known as Mavericks.","7.534","/lYxXNWpUZ92Lp7QGCawKqRLPVRp.jpg","[{'id':711,'logo_path':'/tEiIH5QesdheJmDAqQwvtN60727.png','name':'Fox 2000 Pictures','origin_country':'US'},{'id':10221,'logo_path':'/99VfWRgKasZoyK9UVB39gnYvFrZ.png','name':'Walden Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-10-25","0","117","[{'iso_639_1':'en','name':'English'}]","Released","Legends Start Somewhere","Chasing Mavericks","false","7.1","319" +"false","/y8a61rrxk6wunjVUOij1MUZ0nzd.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://chasingice.com/","84185","tt1579361","en","Chasing Ice","When National Geographic photographer James Balog asked, ???How can one take a picture of climate change???? his attention was immediately drawn to ice. Soon he was asked to do a cover story on glaciers that became the most popular and well-read piece in the magazine during the last five years. But for Balog, that story marked the beginning of a much larger and longer-term project that would reach epic proportions.","4.593","/8MMQ03sJPT0Et50RQFzuLikpvPf.jpg","[{'id':4183,'logo_path':'/bPOaJehJ43bEq1sip5jE1G53IEE.png','name':'Diamond Docs','origin_country':'US'},{'id':25845,'logo_path':null,'name':'Exposure','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-10-01","1328467","74","[{'iso_639_1':'en','name':'English'}]","Released","Art meets science.","Chasing Ice","false","7.6","88" +"false","/AfXk5IqMZuznjjvEkrQuzQ9A5U6.jpg","{'id':86029,'name':'Charlie's Angels Collection','poster_path':'/jBKUntSuSUfxTXI8XWABpdWmWEt.jpg','backdrop_path':'/syWm5FMScW6JHaCM2C9aduCzUtp.jpg'}","92000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","4327","tt0160127","en","Charlie's Angels","Three women, detectives with a mysterious boss, retrieve stolen voice-ID software, using martial arts, tech skills, and sex appeal.","11.674","/eBzf9d09Vgq2HSVC4fIZm1QNQd.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-11-02","264105545","98","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'fi','name':'suomi'},{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'cn','name':'????????? / ?????????'}]","Released","Get Some Action","Charlie's Angels","false","5.7","2199" +"false","/bGU9HdjUH22b2KOCjfGIcfdkRSr.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':53,'name':'Thriller'}]","","41602","tt1196948","en","Charlie Countryman","While traveling abroad, a guy falls for a Romanian beauty whose unreachable heart has its origins in her violent, charismatic ex.","9.03","/jG95rLdI1V1pTEtAwSkKZR74AGm.jpg","[{'id':11819,'logo_path':null,'name':'MediaPro Pictures','origin_country':'RO'},{'id':2570,'logo_path':null,'name':'Bona Fide Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-02-09","11650","108","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ro','name':'Rom??n??'}]","Released","The only way to save the one you love, is to die.","Charlie Countryman","false","6.6","359" +"false","/fXWmuz2Z3Q6hyhhIDbrJn9r2Dag.jpg","null","75000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","http://www.charliewilsonswar.net/","6538","tt0472062","en","Charlie Wilson's War","The true story of Texas congressman Charlie Wilson's covert dealings in Afghanistan, where his efforts to assist rebels in their war with the Soviets had some unforeseen and long-reaching effects.","9.578","/uN9tN0ZDyol7VsTlugDZhGc11xQ.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':2031,'logo_path':null,'name':'Playtone Production','origin_country':''},{'id':6735,'logo_path':'/6yyByQrmTAgJv0QzZ1Eh1jiGX4R.png','name':'Participant Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-12-19","119000410","102","[{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'ur','name':'????????'},{'iso_639_1':'he','name':'????????????????'}]","Released","Based on a true story. You think we could make all this up?","Charlie Wilson's War","false","6.6","585" +"false","/kDWxII7U4BhTXXrxyBwIkUUL5yG.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","66592","tt0082159","en","Charlie Chan and the Curse of the Dragon Queen","Famous detective Charlie Chan is called out of retirement to help a San Francisco detective solve a mysterious series of murders. With his bumbling grandson as his sidekick, Chan also encounters an old nemesis known as the Dragon Queen who is the prime suspect.","2.12","/cWS96LKiUfFicPrscsxjAjKbTaB.jpg","[]","[]","1981-02-01","0","97","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","Murderer who turn victim into human baked potato have real appetite for crime.","Charlie Chan and the Curse of the Dragon Queen","false","5.1","9" +"false","/40oJRylLB5cg0knsEcR3KheLsyU.jpg","null","44000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","37950","tt1438254","en","Charlie St. Cloud","Accomplished sailor Charlie St. Cloud has the adoration of his mother Claire and his little brother Sam, as well as a college scholarship that will lead him far from his sleepy Pacific Northwest hometown. But his bright future is cut short when a tragedy strikes and takes his dreams with it. After his high-school classmate Tess returns home unexpectedly, Charlie grows torn between honoring a promise he made four years earlier and moving forward with newfound love. And as he finds the courage to let go of the past for good, Charlie discovers the soul most worth saving is his own.","11.475","/ghv3vJtpnBtJh4HvN85ipkqOyRa.jpg","[{'id':2527,'logo_path':'/osO7TGmlRMistSQ5JZusPhbKUHk.png','name':'Marc Platt Productions','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-05-01","48190704","99","[{'iso_639_1':'en','name':'English'}]","Released","Life is for living.","Charlie St. Cloud","false","6.9","1315" +"false","/t7TwFwRrx3Re52651dy52ObXBBh.jpg","null","150000000","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","https://www.warnerbros.com/charlie-and-chocolate-factory","118","tt0367594","en","Charlie and the Chocolate Factory","A young boy wins a tour through the most magnificent chocolate factory in the world, led by the world's most unusual candy maker.","18.14","/dvHl1dYvaZRhj9Gk0ITcCHr4DIJ.jpg","[{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':80,'logo_path':null,'name':'The Zanuck Company','origin_country':'US'},{'id':8601,'logo_path':null,'name':'Tim Burton Productions','origin_country':''},{'id':55512,'logo_path':null,'name':'Theobald Film Productions','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':81,'logo_path':'/8wOfUhA7vwU2gbPjQy7Vv3EiF0o.png','name':'Plan B Entertainment','origin_country':'US'}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2005-07-13","474968763","115","[{'iso_639_1':'en','name':'English'}]","Released","Willy Wonka is semi-sweet and nuts.","Charlie and the Chocolate Factory","false","6.9","7849" +"false","/jn6bjDqA6hqmK3Vaz0PO5nEJByF.jpg","null","0","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","27331","tt0069865","en","Charley Varrick","Charley Varrick robs a bank in a small town with his friends. Instead of obtaining a small amount of money they discover they stole a very large amount of money belonging to the mob. Charley must now come up with a plan to not only evade the police but the mob as well.","6.159","/naPSpxet7kA0xErU32SEqpOUCJC.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1973-09-19","0","111","[{'iso_639_1':'en','name':'English'}]","Released","When he runs out of dumb luck he always has genius to fall back on!","Charley Varrick","false","7.2","84" +"false","/dAAP1FCksIfAdqarHL5cToLZlAi.jpg","null","5500000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","9443","tt0082158","en","Chariots of Fire","In the class-obsessed and religiously divided United Kingdom of the early 1920s, two determined young runners train for the 1924 Paris Olympics. Eric Liddell, a devout Christian born to Scottish missionaries in China, sees running as part of his worship of God's glory and refuses to train or compete on the Sabbath. Harold Abrahams overcomes anti-Semitism and class bias, but neglects his beloved sweetheart Sybil in his single-minded quest.","8.533","/Ae5ABhyD30jY9rkciOVCG8nJDwO.jpg","[{'id':7965,'logo_path':null,'name':'The Ladd Company','origin_country':'US'},{'id':7049,'logo_path':null,'name':'Enigma Productions','origin_country':''},{'id':8770,'logo_path':null,'name':'Allied Stars, Ltd.','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1981-05-15","58972904","123","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","This is the story of two men who run, not to run, but to prove something to the world. They will sacrifice anything to achieve their goals... except their honor.","Chariots of Fire","false","7","361" +"false","/y5lG7TBpeOMG0jxAaTK0ghZSzBJ.jpg","null","49000000","[{'id':80,'name':'Crime'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","http://www.chappie-movie.com","198184","tt1823672","en","Chappie","Every child comes into the world full of promise, and none more so than Chappie: he is gifted, special, a prodigy. Like any child, Chappie will come under the influence of his surroundings???some good, some bad???and he will rely on his heart and soul to find his way in the world and become his own man. But there's one thing that makes Chappie different from any one else: he is a robot.","21.491","/saF3HtAduvrP9ytXDxSnQJP3oqx.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':2531,'logo_path':'/pC2iDCDCvV85vOBP7a5Ukxuc0Du.png','name':'Media Rights Capital','origin_country':'US'},{'id':34034,'logo_path':null,'name':'LStar Capital','origin_country':'US'},{'id':31076,'logo_path':null,'name':'Simon Kinberg Productions','origin_country':'US'},{'id':28788,'logo_path':null,'name':'Genre Films','origin_country':'US'},{'id':18209,'logo_path':null,'name':'Alpha Core','origin_country':''},{'id':53638,'logo_path':null,'name':'Ollin Studio','origin_country':''},{'id':34,'logo_path':'/GagSvqWlyPdkFHMfQ3pNq6ix9P.png','name':'Sony Pictures','origin_country':'US'}]","[{'iso_3166_1':'MX','name':'Mexico'},{'iso_3166_1':'ZA','name':'South Africa'},{'iso_3166_1':'US','name':'United States of America'}]","2015-03-04","104399548","120","[{'iso_639_1':'en','name':'English'}]","Released","I am consciousness. I am alive. I am Chappie.","Chappie","false","6.7","4853" +"false","/pImxiScGXBkNvoSkJoULT6SQPO3.jpg","null","31000000","[{'id':18,'name':'Drama'}]","","10435","tt0103939","en","Chaplin","An elderly Charlie Chaplin discusses his autobiography with his editor, while is depicted his amazing journey from his poverty-stricken childhood to world-wide success after the ingenious invention of the Little Tramp.","7.043","/yEbD5ibsuZOZF522bb3RXtOYg35.jpg","[{'id':5350,'logo_path':null,'name':'Japan Satellite Broadcasting (JBS)','origin_country':''},{'id':23246,'logo_path':null,'name':'RCS Video','origin_country':''},{'id':183,'logo_path':null,'name':'Le Studio Canal+','origin_country':''},{'id':275,'logo_path':'/2MxNWlN5b3UXt1OfmznsWEQzFwq.png','name':'Carolco Pictures','origin_country':'US'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1992-02-17","0","143","[{'iso_639_1':'en','name':'English'}]","Released","Everyone has a wild side. Even a legend.","Chaplin","false","7.5","418" +"false","/aGVn9vcOJVedbDkv6Pi2RGo89jv.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://chaostheorymovie.warnerbros.com/","12912","tt0460745","en","Chaos Theory","Frank Allen, a professional speaker who lectures on time management has a perfectly ordered and scheduled life, down to the minute. When his wife sets his clock forward 10 minutes as a joke, his day is thrown off. Deciding that his strictly ordered life has done him little good, he begins to make multiple choice index cards, choosing one at random and doing what is written on the card.","6.462","/iP4DJqTeMMQJ3J0eyt2RjRH6NZH.jpg","[{'id':12259,'logo_path':null,'name':'WIP','origin_country':''},{'id':97,'logo_path':'/7znWcbDd4PcJzJUlJxYqAlPPykp.png','name':'Castle Rock Entertainment','origin_country':'US'},{'id':23105,'logo_path':null,'name':'Lone Star Film Group','origin_country':''},{'id':3323,'logo_path':null,'name':'Land Films Inc.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-03-14","240476","87","[{'iso_639_1':'en','name':'English'}]","Released","This man will bring order to the universe...or not.","Chaos Theory","false","6.2","197" +"false","/ni3DtIc0rm7OgxenOPKEktUjgsU.jpg","null","20000000","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","","5289","tt0402910","en","Chaos","In Seattle, detective Quentin Conners is unfairly suspended and his partner Jason York leaves the police force after a tragic shooting on Pearl Street Bridge, when the hostage and the criminal die. During a bank heist with a hostage situation, Conners is assigned in charge of the operation with the rookie Shane Dekker as his partner. The thieves, lead by Lorenz, apparently do not steal a penny from the bank. While chasing the gangsters, the police team disclose that they planted a virus in the system, stealing one billion dollars from the different accounts, using the principle of the Chaos Theory. Further, they find that Lorenz is killing his accomplices.","7.559","/pgH45ufjjmfSrHvuyOnNaiWl8oM.jpg","[{'id':26147,'logo_path':null,'name':'Mobius International','origin_country':''},{'id':26146,'logo_path':null,'name':'Chaotic Productions','origin_country':''},{'id':972,'logo_path':null,'name':'Current Entertainment','origin_country':''},{'id':26144,'logo_path':null,'name':'Rampage Entertainment','origin_country':''},{'id':1896,'logo_path':null,'name':'Pierce-Williams','origin_country':''},{'id':5357,'logo_path':null,'name':'Zero Gravity Management','origin_country':''},{'id':1171,'logo_path':null,'name':'Epsilon Motion Pictures','origin_country':'CH'},{'id':21869,'logo_path':null,'name':'M??bius Entertainment','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2005-01-17","10289","106","[{'iso_639_1':'en','name':'English'}]","Released","When the system breaks down... someone is about to get rich.","Chaos","false","6.2","439" +"false","/enr2mZM9DL7pPHDQGFdVy9IMG6Z.jpg","null","45000000","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","1537","tt0264472","en","Changing Lanes","A rush-hour fender-bender on New York City's crowded FDR Drive, under most circumstances, wouldn't set off a chain reaction that could decimate two people's lives. But on this day, at this time, a minor collision will turn two complete strangers into vicious adversaries. Their means of destroying each other might be different, but their goals, ultimately, will be the same: Each will systematically try to dismantle the other's life in a reckless effort to reclaim something he has lost.","9.395","/dCTVH1kl3aIkUmWpMT5STLAwsPs.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-04-07","94935764","89","[{'iso_639_1':'en','name':'English'}]","Released","An ambitious lawyer, a desperate father, they had no reason to meet, until today,","Changing Lanes","false","6.1","480" +"false","/h0bvQSYiTjz5Y2OnB63zGvQe2io.jpg","null","55000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","http://www.changelingmovie.net","3580","tt0824747","en","Changeling","Christine Collins is overjoyed when her kidnapped son is brought back home. But when Christine suspects that the boy returned to her isn't her child, the police captain has her committed to an asylum.","10.339","/qtte2n6ygA1zVG5kLrjUGui28TJ.jpg","[{'id':23,'logo_path':'/mkxNjThahj5pvntvYKVpMbWXm3D.png','name':'Imagine Entertainment','origin_country':'US'},{'id':171,'logo_path':null,'name':'Malpaso Productions','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-01-30","113020255","141","[{'iso_639_1':'en','name':'English'}]","Released","To find her son, she did what no one else dared.","Changeling","false","7.5","2022" +"false","/koLOFcXTbIFCuDm65dY3oiORKt4.jpg","null","0","[{'id':14,'name':'Fantasy'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","3064","tt0097044","en","Chances Are","Louie Jeffries is happily married to Corinne. On their first anniversary, Louie is killed crossing the road. Louie is reincarnated as Alex Finch, and twenty years later, fate brings Alex and Louie's daughter, Miranda, together. It's not until Alex is invited to Louie's home that he begins to remember his former life, wife and best friend. Of course, there's also the problem that he's attracted to Louie's/his own daughter.","6.896","/eB3IRnKtjVsKHDUYpKLWWRrGM4Z.jpg","[{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-03-10","0","108","[{'iso_639_1':'en','name':'English'}]","Released","Alex has a lifetime full of wonderful memories. Unfortunately, they're not his.","Chances Are","false","6.6","106" +"false","/2rFdargv1GI7U8e43KfgOZQnNgq.jpg","null","8000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","58232","tt1487118","en","Chalet Girl","While working a job at an exclusive ski resort to support her Dad, Kim learns to snowboard and is so good at it that she enters a competition with a huge cash prize. She has to dig deep to overcome her fears, but her life gets more complicated through her spoken-for boss, Jonny.","6.433","/64AQrBEKJVSIRaocOCtkMqExToz.jpg","[{'id':29305,'logo_path':null,'name':'Kaleidoscope Films','origin_country':''},{'id':2452,'logo_path':'/6CLoZ59fLPG7UyxQtGTqRevjf58.png','name':'UK Film Council','origin_country':'GB'},{'id':7309,'logo_path':null,'name':'Aegis Film Fund','origin_country':''},{'id':6901,'logo_path':null,'name':'Prescience','origin_country':''}]","[{'iso_3166_1':'AT','name':'Austria'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2011-02-02","1749457","96","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","How to marry a billionaire.","Chalet Girl","false","6.3","356" +"false","/1MCCMyhmbOOZho2jgUQckQMh824.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","116979","tt1989475","en","Chained","A serial killer kidnaps a young boy after murdering his mother, then raises him to be his accomplice. After years in captivity, the boy must choose between escaping or following in his captor's bloody footprints.","6.271","/A8KPBlng5BJZb6O0z5fHefYFZbq.jpg","[{'id':52139,'logo_path':null,'name':'RGB Productions','origin_country':''},{'id':19456,'logo_path':null,'name':'Envision Media Arts','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-10-02","0","94","[{'iso_639_1':'en','name':'English'}]","Released","","Chained","false","6.5","183" +"false","/hQzFJFUbqBViFLfLe4DHhEIETbp.jpg","null","10000000","[{'id':18,'name':'Drama'}]","https://www.facebook.com/CesarChavezMovie","230779","tt1621046","en","Cesar Chavez","A biography of the civil-rights activist and labor organizer Cesar Chavez. Chronicling the birth of a modern American labour movement, Cesar Chavez tells the story of the famed civil rights leader and labour organiser torn between his duties as a husband and father and his commitment to securing a living wage for farm workers. Passionate but soft-spoken, Chavez embraced non-violence as he battled greed and prejudice in his struggle to bring dignity to working people.","3.992","/aR7LNGZ3xNoub6PZuzvVkPHEGtA.jpg","[]","[{'iso_3166_1':'MX','name':'Mexico'},{'iso_3166_1':'US','name':'United States of America'}]","2014-03-28","0","102","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","History is made one step at a time.","Cesar Chavez","false","6","25" +"false","/izb3iimHxLAbs439DnLHNpJsyps.jpg","null","12000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","http://www.centurionmovie.com/","23759","tt1020558","en","Centurion","Britain, A.D. 117. Quintus Dias, the sole survivor of a Pictish raid on a Roman frontier fort, marches north with General Virilus' legendary Ninth Legion, under orders to wipe the Picts from the face of the Earth and destroy their leader, Gorlacon.","6.971","/lwQs5DNvy9RHTB0RWEScgZqPPiS.jpg","[{'id':1178,'logo_path':null,'name':'Path?? Pictures International','origin_country':'GB'},{'id':2452,'logo_path':'/6CLoZ59fLPG7UyxQtGTqRevjf58.png','name':'UK Film Council','origin_country':'GB'},{'id':3573,'logo_path':null,'name':'Celador Films','origin_country':''},{'id':6301,'logo_path':null,'name':'Cin??Cin??ma','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2010-02-15","6814789","97","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'gd','name':''}]","Released","History is written in blood","Centurion","false","6.1","651" +"false","/xRr4nXdNPjP8sXlNdUH7ckfrqMB.jpg","null","25000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://www.cellularthemovie.com/","9759","tt0337921","en","Cellular","A young man receives an emergency phone call on his cell phone from an older woman. She claims to have been kidnapped ??? and the kidnappers have targeted her husband and child next.","9.613","/wguhhHAHoh2ECwjf5oHRH0P9ial.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2004-09-06","56422687","94","[{'iso_639_1':'en','name':'English'}]","Released","If the signal dies so does she","Cellular","false","6.3","939" +"false","/ixL688oRwuKt3wFOGEfbmZ6eA0i.jpg","null","500001","[{'id':35,'name':'Comedy'}]","http://www.theasylum.cc/product.php?id=197","87584","tt2136808","en","Celebrity Sex Tape","A group of college nerds secretly record a washed up celebrity having sex and post the tape on the internet. When the publicity revives the actress's career, every B-list celebrity, reality show reject, and celebutante in Hollywood want to star in the guys next ""production.""","3.89","/k0FxefTQk2Wx94STlgPYcynp9Ty.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-02-02","0","90","[{'iso_639_1':'en','name':'English'}]","Released","They're just the tools you need, for fame and fortune!","Celebrity Sex Tape","false","3.8","26" +"false","/egsrR27PVJgubMOsHIwplsNK7Sc.jpg","null","0","[{'id':10402,'name':'Music'},{'id':35,'name':'Comedy'}]","","15278","tt0106500","en","CB4","A ""rockumentary"", covering the rise to fame of MC Gusto, Stab Master Arson, and Dead Mike: members of the rap group ""CB4"". We soon learn that these three are not what they seem and don't apear to know as much about rap music as they claim... but a lack of musical ability in an artist never hurts sales, does it? You've just got to play the part of a rap star...","4.562","/fdRQvWe6qbOqa5xQJYTAdA0tX28.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-03-12","17953778","89","[{'iso_639_1':'en','name':'English'}]","Released","Sex, rap and family values?","CB4","false","6.1","59" +"false","/eccCdEZbaurm6DmQGiz6EQxo8f2.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':10751,'name':'Family'}]","http://www.caveofforgottendreams.co.uk/","59490","tt1664894","en","Cave of Forgotten Dreams","Werner Herzog gains exclusive access to film inside the Chauvet caves of Southern France, capturing the oldest known pictorial creations of humankind in their astonishing natural setting.","5.463","/ml6BLrR3fEAuTGtKL6EkBPPgoPt.jpg","[{'id':7278,'logo_path':null,'name':'creative differences','origin_country':''},{'id':7279,'logo_path':null,'name':'History films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'}]","2010-09-10","6467348","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'de','name':'Deutsch'}]","Released","Humanity's Lost Masterpiece... in 3D","Cave of Forgotten Dreams","false","7.2","138" +"false","/ei0BdAPDALPp21OEZqknG43WOmO.jpg","null","52000000","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","https://www.facebook.com/CatchMeIfYouCanMovie","640","tt0264464","en","Catch Me If You Can","A true story about Frank Abagnale Jr. who, before his 19th birthday, successfully conned millions of dollars worth of checks as a Pan Am pilot, doctor, and legal prosecutor. An FBI agent makes it his mission to put him behind bars. But Frank not only eludes capture, he revels in the pursuit.","16.13","/MywWCQGJNUr5kivAQ7eseCG7rm.jpg","[{'id':11084,'logo_path':null,'name':'Parkes/MacDonald Productions','origin_country':''},{'id':367,'logo_path':null,'name':'Kemp Company','origin_country':''},{'id':368,'logo_path':null,'name':'Splendid Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-12-25","352114312","141","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","The true story of a real fake.","Catch Me If You Can","false","7.9","6931" +"false","/tdI7nYvzBM3oOdrw1A3SM7d3QGu.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","43397","tt0040221","en","Caught","It was Leonora Eames' childhood dream come true. She had married Smith Ohlrig, a man worth millions. But her innocent dream became a nightmare once she realizes the truth about her husband - he is power mad and insane! Since he will not grant her a divorce, she leaves her life of luxury on Long Island and goes to work as a receptionist in an impoverished doctor's office in NYC's lower east side. After Smith deceives her into a temporary reconciliation, Leonora becomes pregnant. By the time she realizes she is expecting, she and one of the doctors, Larry Quinada (James Mason), have fallen in love. But she is again lured backed to her wealthy husband to give her child financial security. Her sadistic husband is hell-bent on keeping her and her child prisoner. What will happen to Leonora?","2.236","/7Pji2mAhDOHhQgsaaVdcWV3ersE.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1949-02-17","0","88","[{'iso_639_1':'en','name':'English'}]","Released","THE STORY OF A DESPERATE GIRL!","Caught","false","6.5","30" +"false","/cXWwOsdHytiYSMkqVp48pLV59Ih.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","72912","tt1321861","en","Carjacked","A single mom and her child are carjacked by a bank robber who has no intention of letting them go.","5.262","/5UC8sKir8rIJToErHy9XwcbWRjx.jpg","[{'id':3546,'logo_path':null,'name':'Hollywood Media Bridge','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-11-22","0","89","[{'iso_639_1':'en','name':'English'}]","Released","It's her car. Don't tell her what to do with it.","Carjacked","false","5.1","57" +"false","/7CgiLuAtz8pwIjEWMmvtoB60ODR.jpg","null","2500000","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","https://www.palmstar.com/projects/2014/11/20/catch-hell","293633","tt2403558","en","Catch Hell","Former Hollywood star Reagan Pearce is kidnapped by two men connected to his past while on location in Louisiana. When he wakes up bound and chained in a rundown shack, he soon discovers the real motives of his captors and finds himself in the middle of a twisted scheme with little chance to survive. With no rescue in sight, Reagan must use every ounce of strength he has left to break free and get his revenge.","3.571","/55AkHqAEsqRsatDqVfeLy3rMXbC.jpg","[{'id':2061,'logo_path':'/o9LbN33hRaj4qcebUv1bikyXeoB.png','name':'Twisted Pictures','origin_country':'US'},{'id':24277,'logo_path':'/u42aMBx2JxWp4vgTjqcar4Kp1HI.png','name':'PalmStar Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-10-10","0","98","[{'iso_639_1':'en','name':'English'}]","Released","The Kidnapping Was Just the Beginning","Catch Hell","false","5.3","51" +"false","/4qfXT9BtxeFuamR4F49m2mpKQI1.jpg","{'id':131295,'name':'Captain America Collection','poster_path':'/2tOgiY533JSFp7OrVlkeRJvsZpI.jpg','backdrop_path':'/nZSYqitBkAvmoq5IrsGsSWuhSC8.jpg'}","170000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'}]","http://www.captainamericathewintersoldiermovie.com","100402","tt1843866","en","Captain America: The Winter Soldier","After the cataclysmic events in New York with The Avengers, Steve Rogers, aka Captain America is living quietly in Washington, D.C. and trying to adjust to the modern world. But when a S.H.I.E.L.D. colleague comes under attack, Steve becomes embroiled in a web of intrigue that threatens to put the world at risk. Joining forces with the Black Widow, Captain America struggles to expose the ever-widening conspiracy while fighting off professional assassins sent to silence him at every turn. When the full scope of the villainous plot is revealed, Captain America and the Black Widow enlist the help of a new ally, the Falcon. However, they soon find themselves up against an unexpected and formidable enemy???the Winter Soldier.","22.062","/5TQ6YDmymBpnF005OyoB7ohZps9.jpg","[{'id':420,'logo_path':'/hUzeosd33nzE5MCNsZxCGEKTXaQ.png','name':'Marvel Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-03-20","714766572","136","[{'iso_639_1':'en','name':'English'}]","Released","In heroes we trust.","Captain America: The Winter Soldier","false","7.7","10322" +"false","/mVWufY70kchQ0LSsE2uLg93aEXj.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","10552","tt0088889","en","Cat's Eye","Three short stories by shock-meister Stephen King are linked by a stray cat that roams from one tale to the next in this creepy triptych that begins as Dick (James Woods) tries to quit smoking by any means necessary. Next, we meet Johnny, an adulterous man who's forced by his lover's husband onto a building's hazardous ledge. Finally, Amanda is threatened by an evil gnome who throws suspicion on the family cat.","6.459","/A65sQJbEAAV4wC9QQc0Mn4ZaMZV.jpg","[{'id':22847,'logo_path':null,'name':'International Film Corporation','origin_country':''},{'id':10308,'logo_path':null,'name':'Dino De Laurentiis Company','origin_country':'US'},{'id':100687,'logo_path':null,'name':'Famous Films','origin_country':''}]","[{'iso_3166_1':'NL','name':'Netherlands'},{'iso_3166_1':'US','name':'United States of America'}]","1985-04-12","0","94","[{'iso_639_1':'en','name':'English'}]","Released","Follow the newest cat-and-creature game as played through","Cat's Eye","false","6.1","206" +"false","/agpmmixpe2RL7Cic1vmoCBaflQA.jpg","null","0","[{'id':16,'name':'Animation'},{'id':10752,'name':'War'}]","http://catshitone.jp/","62368","tt2368669","it","Cat Shit One","The war against terrorism has gone private. War has always been a profitable business, so having private corporations field their own armies to fight against terrorism is just good business. Who else could protect those innocent bunnies from the religiously fervent turbaned camel fanatics. It falls upon a small cadre of seasoned furry rabbit soldiers to take the battle to the camel's home turf.Derived from a popular Vietnam-conflict based manga series called Apocalypse Meow , this sequel series uses animal characters to tell the story of the war against terrorism fought in distant countries. Non-human cast of characters notwithstanding, this compelling and painstakingly-researched work places an emphasis on factualism in order to accurately portray the weapons and tactics used by soldiers.","2.667","/ed22t6OuhRtW6iPSKEhFWJVsNZ5.jpg","[{'id':38063,'logo_path':null,'name':'International Digital Artist (IDA)','origin_country':''}]","[{'iso_3166_1':'JP','name':'Japan'}]","2010-10-17","0","25","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'}]","Released","","Cat Shit One","false","6","23" +"false","/96SWzd50N2HavBkg07QLEcievZh.jpg","null","30000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","6075","tt0106519","en","Carlito's Way","A Puerto-Rican ex-con, just released from prison, pledges to stay away from drugs and violence despite the pressure around him and lead on to a better life outside of NYC.","9.88","/tGPqPHuOCbyFxwllrYgKkPDu9xB.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':1988,'logo_path':null,'name':'Epic Productions','origin_country':''},{'id':11393,'logo_path':null,'name':'Bregman/Baer Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-11-10","36516012","144","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","He's got a good future if he can live past next week.","Carlito's Way","false","7.8","1395" +"false","/mQUKT1kje4wLL9wwh4gIiABNGRp.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","130461","tt0047919","en","Captain Lightfoot","A boggy swashbuckler of Irish freedom-fighter Michael Martin.","2.001","/2LttRSF4kJWOsRESnakB9m6iA81.jpg","[{'id':10330,'logo_path':'/nY62adzeba5GVK8LJYD6yd9R8H4.png','name':'Universal International Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1955-03-26","0","92","[{'iso_639_1':'en','name':'English'}]","Released","An unforgettably beautiful love story","Captain Lightfoot","false","6.4","8" +"false","/vsniZLsR7qt175WOvaqnr5r4AKc.jpg","null","55000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.captainphillipsmovie.com","109424","tt1535109","en","Captain Phillips","The true story of Captain Richard Phillips and the 2009 hijacking by Somali pirates of the US-flagged MV Maersk Alabama, the first American cargo ship to be hijacked in two hundred years.","11.998","/AnMTMPTUzeWNbYxzp29WqYf1br1.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-10-10","95000000","134","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'so','name':'Somali'}]","Released","Out here survival is everything.","Captain Phillips","false","7.6","3787" +"false","/pmZtj1FKvQqISS6iQbkiLg5TAsr.jpg","{'id':131295,'name':'Captain America Collection','poster_path':'/2tOgiY533JSFp7OrVlkeRJvsZpI.jpg','backdrop_path':'/nZSYqitBkAvmoq5IrsGsSWuhSC8.jpg'}","140000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'}]","http://captainamerica.marvel.com/","1771","tt0458339","en","Captain America: The First Avenger","Predominantly set during World War II, Steve Rogers is a sickly man from Brooklyn who's transformed into super-soldier Captain America to aid in the war effort. Rogers must stop the Red Skull ??? Adolf Hitler's ruthless head of weaponry, and the leader of an organization that intends to use a mysterious device of untold powers for world domination.","24.382","/vSNxAJTlD0r02V9sPYpOjqDZXUK.jpg","[{'id':420,'logo_path':'/hUzeosd33nzE5MCNsZxCGEKTXaQ.png','name':'Marvel Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-07-22","370569774","124","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'no','name':'Norsk'},{'iso_639_1':'en','name':'English'}]","Released","When patriots become heroes","Captain America: The First Avenger","false","6.8","11980" +"false","/xhhuvluR7UWmvXgVHEwtlmVCziW.jpg","{'id':288235,'name':'Cat Run Collection','poster_path':'/60qNeMnm1WhKYxGOr5VP3mVTnDC.jpg','backdrop_path':'/5npQuS3YbczUHz7NONIpfulA1PT.jpg'}","25000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'}]","http://www.catrunmovie.com/","57353","tt1446147","en","Cat Run","When a sexy, high-end escort holds the key evidence to a scandalous government cover-up, two bumbling young detectives become her unlikely protectors from a ruthless assassin hired to silence her.","6.316","/lt82eKlcuL6XzuFPygvfV1WSYh3.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-04-01","0","102","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'sr','name':'Srpski'}]","Released","CATch her if you can","Cat Run","false","5.8","59" +"false","/7PAQ85UXQ9IhZ5ZJIC1uC0h6PZK.jpg","null","8000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","317744","tt1629242","en","Careful What You Wish For","A guy gets more than he bargained for after entering into an affair with the wife of an investment banker. Soon, a suspicious death and substantial life insurance policy embroil him in a scandal.","8.607","/hQCLtJaGcEWLp7zKECnC3cy8W4i.jpg","[{'id':50147,'logo_path':null,'name':'Roberi Media','origin_country':''},{'id':15462,'logo_path':null,'name':'Troika Pictures','origin_country':''},{'id':13816,'logo_path':null,'name':'Hyde Park Entertainment','origin_country':''},{'id':45358,'logo_path':null,'name':'Merced Media Partners','origin_country':''},{'id':15465,'logo_path':'/vk1lVkUzNEkhxP0PEn9ZUEdPTwY.png','name':'Amasia Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-05-06","0","91","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","Wanting her was his first mistake","Careful What You Wish For","false","6","226" +"false","/o5h1Mnuxzg7jYK4WBGsdZJB5VSO.jpg","null","7000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","http://www.sonyclassics.com/capote/","398","tt0379725","en","Capote","A biopic of the writer, Truman Capote and his assignment for The New Yorker to write the non-fiction book, 'In Cold Blood'.","9.534","/k7z0tDxzbDNev7F8l3Y56Pk5seR.jpg","[{'id':213,'logo_path':null,'name':'Cooper's Town Productions','origin_country':''},{'id':54280,'logo_path':null,'name':'Infinity Media','origin_country':''},{'id':54281,'logo_path':null,'name':'A-Line Pictures','origin_country':''},{'id':63576,'logo_path':'/4qMMMs4smEdD2fjoLLSSleRjG9J.png','name':'Eagle Vision','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2005-09-30","49084830","114","[{'iso_639_1':'en','name':'English'}]","Released","In Cold Blood","Capote","false","7","669" +"false","/vREH53N0Toun37OJ1UbvHgfDriB.jpg","null","400000","[{'id':12,'name':'Adventure'},{'id':27,'name':'Horror'}]","","18979","tt0071276","en","Captain Kronos: Vampire Hunter","When several young girls are found dead, left hideously aged and void of blood, Dr Marcus suspects vampirism. He enlists the help of the Vampire Hunter. Mysterious and powerful, Kronos has dedicated his life to destroying the evil pestilence. Once a victim of its diabolical depravity, he knows the vampire's strengths and weaknesses as well as the extreme dangers attached to confronting the potent forces of darkness.","3.114","/j2Vfuzh18uNHcgV7nzwLmldA7aL.jpg","[{'id':1314,'logo_path':'/gQBluDqe6dc2ZdzfJbabEHoSGoG.png','name':'Hammer Film Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1974-04-07","0","91","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","Evil ends here.","Captain Kronos: Vampire Hunter","false","6.4","48" +"false","/9OQf9r9YoQCjVdC38jEdsibeTNS.jpg","null","0","[{'id':37,'name':'Western'}]","","37309","tt0038395","en","Canyon Passage","Businessman Logan Stuart is torn between his love of two very different women in 1850s Oregon and his loyalty to a compulsive gambler friend who goes over the line.","5.009","/p0fbM6bJuFzBeIS3ApEKlI97808.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1946-07-17","0","92","[{'iso_639_1':'en','name':'English'}]","Released","Every Exciting Character!","Canyon Passage","false","7","22" +"false","/3Z8V8NwYCxJ6OERnezAehqADbV5.jpg","null","0","[{'id':10752,'name':'War'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'}]","http://canopythefilm.com/","215946","tt2232578","en","Canopy","An unlikely friendship between 2 young men becomes everything, when an Australian soldier takes refuge under the canopied jungles of Singapore, during the violent Japanese invasion in World War II. Jim is lost, injured and defenseless in a hostile, tropical world, hunted by Japanese troops, Seng, a Singapore-Chinese resistance fighter emerges from the jungle and the two young men find themselves thrown together hoping to survive.","0.6","/Zq7eAkn55Z0iKSwQc4kUniGxJA.jpg","[{'id':50948,'logo_path':null,'name':'Finer Films','origin_country':''},{'id':50950,'logo_path':null,'name':'Jin Chuan Pictures','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'SG','name':'Singapore'}]","2013-09-08","0","80","[{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'en','name':'English'}]","Released","Don't get caught","Canopy","false","5.2","13" +"false","/kxuL2bvgo3tNVD1Fmj7aLO1Gu6S.jpg","null","7000000","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","75736","tt1886493","en","Catch.44","The lives of three female assassins take a sudden turn when their charming boss lures them into one last job. They soon find themselves thrust into a bizarre situation involving a psychotic hit man, a grizzled trucker and a delusional line cook.","7.923","/2WtEv5cCtqOlo6fKZuhVuxctiVs.jpg","[{'id':41968,'logo_path':null,'name':'Sakonnet Capital Partners','origin_country':''},{'id':41969,'logo_path':null,'name':'Annapurna Productions','origin_country':''},{'id':10405,'logo_path':null,'name':'Emmett/Furla Films','origin_country':'US'},{'id':6692,'logo_path':'/2Wd2CodKtgB4XyAQH4ez8qnZuqg.png','name':'Benaroya Pictures','origin_country':'US'},{'id':32168,'logo_path':null,'name':'Waterfall Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-12-08","0","93","[{'iso_639_1':'en','name':'English'}]","Released","If you are going down, take everyone with you","Catch.44","false","5","158" +"false","/wYvnqSrZssK5oNOQbs6FrpRoDOQ.jpg","{'id':101688,'name':'Cannonball Run Collection','poster_path':'/8Bq9YD1UIw1hdkccegKVaUipBH9.jpg','backdrop_path':'/qVJfEqe9FvzrzjMzftohcQwRvsf.jpg'}","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","","11950","tt0087032","en","Cannonball Run II","The original characters from the first Cannonball Run movie compete in an illegal race across the country once more in various cars and trucks.","9.686","/6Z5wXVG5V05WigfjMXGm87ipkvZ.jpg","[{'id':2521,'logo_path':null,'name':'Orange Sky Golden Harvest','origin_country':'HK'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-06-29","28078073","108","[{'iso_639_1':'en','name':'English'}]","Released","The popcorn's in the lobby. The nuts are on the screen.","Cannonball Run II","false","5.4","126" +"false","/nmZrtjeP3j7lTDKlNv4ayhq6AYR.jpg","null","100000","[{'id':27,'name':'Horror'}]","http://cannibalholocaust.net/","8689","tt0078935","it","Cannibal Holocaust","A New York University professor returns from a rescue mission to the Amazon rainforest with the footage shot by a lost team of documentarians who were making a film about the area's local cannibal tribes.","9.47","/r0VmAFHWAqlaraVg0krIEhDCPWH.jpg","[{'id':17893,'logo_path':null,'name':'F.D. Cinematografica','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'}]","1980-02-07","0","95","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","Can a movie go too far?","Cannibal Holocaust","false","6","599" +"false","/sNBzGzogMy51c6EXH4ybVo2sVb4.jpg","{'id':98580,'name':'Candyman Collection','poster_path':'/7yGuKyI0YOBZcOcfwP90WkAbwgD.jpg','backdrop_path':'/hJjCx4njVdHJobhvr84e5J6MgTw.jpg'}","0","[{'id':27,'name':'Horror'}]","","10824","tt0112625","en","Candyman: Farewell to the Flesh","The Candyman moves on to New Orleans and starts his horrific murders once more. This time, his intended victim is a school teacher. Her father was killed by the Candyman, and brother wrongly accused of the murders.","5.609","/yYIMENwSbHM6mt3pSkoAV5RqSHR.jpg","[{'id':278,'logo_path':null,'name':'Propaganda Films','origin_country':''},{'id':1382,'logo_path':'/sOg7LGESPH5vCTOIdbMhLuypoLL.png','name':'PolyGram Filmed Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-03-17","13940383","93","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pl','name':'Polski'}]","Released","Evil comes when you call his name.","Candyman: Farewell to the Flesh","false","5.3","107" +"false","/hYb0puliq3KpkaYzt6Ft2T3zhL.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.dendyfilms.com.au/candy/","4441","tt0424880","en","Candy","A poet falls in love with an art student, who gravitates to his bohemian lifestyle -- and his love of heroin. Hooked as much on one another as they are on the drug, their relationship alternates between states of oblivion, self-destruction, and despair.","9.143","/1Q3iqanrk8qjl3orfDbd0rk4XV3.jpg","[{'id':37811,'logo_path':null,'name':'Paradigm Hyde Films','origin_country':''},{'id':211,'logo_path':null,'name':'Film Finance Group','origin_country':''},{'id':418,'logo_path':null,'name':'New South Wales Film & Television Office','origin_country':'AU'}]","[{'iso_3166_1':'AU','name':'Australia'}]","2006-05-25","2077763","116","[{'iso_639_1':'en','name':'English'}]","Released","","Candy","false","7.2","278" +"false","/2R07sv0C7HS1bHdeO5fDfIQplOM.jpg","null","1000000","[{'id':18,'name':'Drama'}]","http://www.ifcfilms.com/films/camp-x-ray","244506","tt2994190","en","Camp X-Ray","A young woman joins the military to be part of something bigger than herself and her small-town roots. Instead, she ends up as a new guard at Guantanamo Bay, where her mission is far from black and white. Surrounded by hostile jihadists and aggressive squadmates, she strikes up an unusual friendship with one of the detainees.","9.853","/oGcmIqOAbV8npgY57u7tqzwPgc.jpg","[{'id':51814,'logo_path':null,'name':'Young Gang','origin_country':''},{'id':3672,'logo_path':'/5VWXJgYYrJZUE0hixvBdVfGSfmo.png','name':'Gotham Group','origin_country':'US'},{'id':6724,'logo_path':null,'name':'Upload Films','origin_country':''},{'id':7305,'logo_path':null,'name':'GNK Productions','origin_country':''},{'id':20848,'logo_path':null,'name':'Rough House Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-10-17","59744","117","[{'iso_639_1':'en','name':'English'}]","Released","Connection takes courage","Camp X-Ray","false","6.8","601" +"false","/ki5QUifXwY3ZQ7RcQUXjR4vKhtW.jpg","{'id':148055,'name':'Camp Rock Collection','poster_path':'/4xOyXRsjxcKlgNWaBRvagtRF59Y.jpg','backdrop_path':'/itL2G9nPEaB6VD7ShsMSVqM1bSO.jpg'}","0","[{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'},{'id':10770,'name':'TV Movie'}]","http://tv.disney.go.com/disneychannel/originalmovies/camprock2/","44244","tt1252380","en","Camp Rock 2: The Final Jam","Mitchie can't wait to go back to Camp Rock and spend the summer making new music with her friends and superstar Shane Gray. But the slick new camp across the lake, Camp Star, has drummed up some serious competition ??? featuring newcomers Luke (Matthew ""Mdot"" Finley) and Dana (Chloe Bridges). In a sensational battle of the bands, with Camp Rock's future at stake, will Camp Star's flashy production and over-the-top antics win out, or will Camp Rockers prove that music, teamwork, and spirit are what truly matter?","12.93","/j0NzAIdVDSRj9y7YtFlGoVUtqXD.jpg","[{'id':3213,'logo_path':null,'name':'Disney Channel','origin_country':''},{'id':39016,'logo_path':null,'name':'Alan Sacks Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-09-17","0","97","[{'iso_639_1':'en','name':'English'}]","Released","","Camp Rock 2: The Final Jam","false","6.1","825" +"false","/oPDiCIdNsECwJJg5pdqRd6d5k6C.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.foxsearchlight.com/calvary/","157832","tt2234003","en","Calvary","After being threatened during a confession, a good-natured priest must battle the dark forces closing in around him.","7.775","/fxu3NT8PMCoPG0QLr0j6KoleSp.jpg","[{'id':5267,'logo_path':'/trP3GsUyIztMwcqev3jK1gOeCSA.png','name':'Irish Film Board','origin_country':'IE'},{'id':9987,'logo_path':'/o5OTKAw7Acl5fTZYPyl8M8D9570.png','name':'Lipsync Productions','origin_country':'GB'},{'id':1266,'logo_path':null,'name':'Octagon Films','origin_country':''},{'id':7308,'logo_path':null,'name':'Reprisal Films','origin_country':''}]","[{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-04-11","3593460","102","[{'iso_639_1':'en','name':'English'}]","Released","Killing a priest on a Sunday. That'll be a good one.","Calvary","false","7.1","516" +"false","/sjkvBnPEkH2FqzUIhZ1XsOAQNIZ.jpg","null","0","[{'id':28,'name':'Action'},{'id':10402,'name':'Music'},{'id':37,'name':'Western'}]","","14117","tt0045591","en","Calamity Jane","The Wild West heroine Calamity Jane helps bring a star attraction to Deadwood and finds love.","4.143","/q5DUk77bVyHOFkMivwaNHTfVMRM.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1953-11-04","0","101","[{'iso_639_1':'en','name':'English'}]","Released","Warner Bros. sky highest, smile widest, wild and woolliest Western of 'em all!","Calamity Jane","false","6.8","74" +"false","/iGRutrtJcsdk5y3xvVU8WewSowZ.jpg","null","7000000","[{'id':18,'name':'Drama'}]","http://cakemovie.net/","284276","tt3442006","en","Cake","After having visions of a member of her support group who killed herself, a woman who also suffers with chronic pain seeks out the widower of the suicide.","11.033","/wnX7WTcrwi30DyBusT1qJpQ8LzG.jpg","[{'id':39643,'logo_path':null,'name':'We're Not Brothers Productions','origin_country':''},{'id':39644,'logo_path':'/ls2IbZacuJSJL37SXu8uwDjKvdC.png','name':'Cinelou Films','origin_country':'US'},{'id':7382,'logo_path':null,'name':'Echo Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-09-07","2360281","102","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","Forgiveness is a bitter pill to swallow.","Cake","false","6.3","557" +"false","/gNcexGQSXZ4vqhx64saUKBUjsTj.jpg","{'id':288235,'name':'Cat Run Collection','poster_path':'/60qNeMnm1WhKYxGOr5VP3mVTnDC.jpg','backdrop_path':'/5npQuS3YbczUHz7NONIpfulA1PT.jpg'}","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","","273621","tt3461828","en","Cat Run 2","A couple of fumbling best friends run a private detective agency and find themselves solving their next case in New Orleans, becoming embroiled in a web of sexy female spies and government conspiracy in the lively and character-filled backdrops of the Big Easy","1.788","/8Qz5ZYWiFtq01A9hLifymfczyHF.jpg","[{'id':17009,'logo_path':'/ssowAxOrrqsSR2CKeiytOXwLoCW.png','name':'Universal 1440 Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-08-19","0","97","[{'iso_639_1':'en','name':'English'}]","Released","The chase is on!","Cat Run 2","false","4.3","23" +"false","/a8FHc4kqPwJAtIJXEY69ypRtx4S.jpg","null","22500000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10752,'name':'War'}]","","10142","tt0097027","en","Casualties of War","During the Vietnam War, a soldier finds himself the outsider of his own squad when they unnecessarily kidnap a female villager. Based on the actual events of an incident on Hill 192 in November, 1966.","7.626","/vwIkjKYMrlewvxjLICR4v4cfGPN.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'TH','name':'Thailand'},{'iso_3166_1':'US','name':'United States of America'}]","1989-08-18","18671317","113","[{'iso_639_1':'en','name':'English'}]","Released","Even in war... murder is murder.","Casualties of War","false","7.1","323" +"false","/frbW3kQXhVZPhceuQa1EqwZPXQr.jpg","null","90000000","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'}]","","8358","tt0162222","en","Cast Away","Chuck, a top international manager for FedEx, and Kelly, a Ph.D. student, are in love and heading towards marriage. Then Chuck's plane to Malaysia ditches at sea during a terrible storm. He's the only survivor, and he washes up on a tiny island with nothing but some flotsam and jetsam from the aircraft's cargo.","17.599","/w515BrZvczKIxbHurG6HIiYYrba.jpg","[{'id':4171,'logo_path':null,'name':'Playtone','origin_country':'US'},{'id':11395,'logo_path':null,'name':'ImageMovers','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'RU','name':'Russia'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'FJ','name':'Fiji'},{'iso_3166_1':'PH','name':'Philippines'}]","2000-12-22","429632142","143","[{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'en','name':'English'}]","Released","At the edge of the world, his journey begins.","Cast Away","false","7.6","5763" +"false","/pBnwwNZ5W44ruMjoPz5ZRvKxnL7.jpg","null","0","[{'id':10752,'name':'War'},{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","8737","tt0060218","en","Cast a Giant Shadow","An American Army officer is recruited by the yet to exist Israel to help them form an army. He is disturbed by this sudden appeal to his jewish roots. Each of Israel's Arab neighbors has vowed to invade the poorly prepared country as soon as partition is granted. He is made commander of the Israeli forces just before the war begins.","2.661","/fsjOjetKC0MtukxtahgrUjuAA27.jpg","[{'id':13219,'logo_path':null,'name':'Mirisch Corporation, The','origin_country':''},{'id':611,'logo_path':null,'name':'Bryna Productions','origin_country':''},{'id':2532,'logo_path':'/qxGytGpK9htSl6xxv9qP1dG656e.png','name':'Batjac Productions','origin_country':'US'},{'id':60530,'logo_path':null,'name':'Llenroc Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1966-03-30","0","146","[{'iso_639_1':'en','name':'English'}]","Released","Outnumbered - unarmed - unprepared - they stunned the world with their incredible victory!","Cast a Giant Shadow","false","6.9","10" +"false","/w4w8CTEe4isWO2TzDSQ3MV3br9l.jpg","{'id':8819,'name':'Casper Collection','poster_path':'/nWKbJAOFwJlJm24dTovfQuUJOc2.jpg','backdrop_path':null}","50000000","[{'id':14,'name':'Fantasy'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","8839","tt0112642","en","Casper","Furious that her late father only willed her his gloomy-looking mansion rather than his millions, Carrigan Crittenden is ready to burn the place to the ground when she discovers a map to a treasure hidden in the house. But when she enters the rickety mansion to seek her claim, she is frightened away by a wicked wave of ghosts. Determined to get her hands on this hidden fortune, she hires afterlife therapist Dr. James Harvey to exorcise the ghosts from the mansion. Harvey and his daughter Kat move in, and soon Kat meets Casper, the ghost of a young boy who's ""the friendliest ghost you know."" But not so friendly are Casper's uncles--Stretch, Fatso and Stinkie--who are determined to drive all ""fleshies"" away.","10.614","/1WeumvndgPE3hopKQqXbCKO26oH.jpg","[{'id':11098,'logo_path':null,'name':'The Harvey Entertainment Company','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-05-26","287928194","100","[{'iso_639_1':'en','name':'English'}]","Released","Get an afterlife","Casper","false","6.2","2247" +"false","/xq6hXdBpDPIXWjtmvbFmtLvBFJt.jpg","{'id':645,'name':'James Bond Collection','poster_path':'/HORpg5CSkmeQlAolx3bKMrKgfi.jpg','backdrop_path':'/6VcVl48kNKvdXOZfJPdarlUGOsk.jpg'}","150000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://www.mgm.com/#/our-titles/233/Casino-Royale-(2006)","36557","tt0381061","en","Casino Royale","Le Chiffre, a banker to the world's terrorists, is scheduled to participate in a high-stakes poker game in Montenegro, where he intends to use his winnings to establish his financial grip on the terrorist market. M sends Bond ??? on his maiden mission as a 00 Agent ??? to attend this game and prevent Le Chiffre from winning. With the help of Vesper Lynd and Felix Leiter, Bond enters the most important poker game in his already dangerous career.","24.423","/zlWBxz2pTA9p45kUTrI8AQiKrHm.jpg","[{'id':19481,'logo_path':null,'name':'Babelsberg Film','origin_country':''},{'id':7576,'logo_path':'/oYcUi1byZ312Z3xiz5ojz9RQLND.png','name':'Eon Productions','origin_country':'GB'},{'id':11345,'logo_path':null,'name':'Stillking Films','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CZ','name':'Czech Republic'},{'iso_3166_1':'DE','name':'Germany'}]","2006-11-14","599045960","144","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Everyone has a past. Every legend has a beginning.","Casino Royale","false","7.4","5826" +"false","/4lIfRQ3zNxtNvSuZBR7eW8zPG3T.jpg","null","12500000","[{'id':80,'name':'Crime'},{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://www.casinojack-movie.com/","45324","tt1194417","en","Casino Jack","Based on a true story, a hot shot Washington DC lobbyist and his prot??g?? go down hard as their schemes to peddle influence lead to corruption and murder.","7.569","/fCsqP7OF208vdH4lfRKcYuQBVBi.jpg","[{'id':8691,'logo_path':null,'name':'Vortex Words Pictures','origin_country':''},{'id':8689,'logo_path':null,'name':'An Olive Branch Productions','origin_country':''},{'id':36028,'logo_path':null,'name':'Bagman (2009)','origin_country':''},{'id':8692,'logo_path':'/pHqckAyfDN3WTYdMb6wcSb91EMV.png','name':'Hannibal Pictures','origin_country':'US'},{'id':36029,'logo_path':null,'name':'MCG','origin_country':''},{'id':8690,'logo_path':null,'name':'Rollercoaster Entertainment','origin_country':''},{'id':7626,'logo_path':'/4839MGss4pPAalhqqYH1AD1CnEj.png','name':'Trigger Street Productions','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2010-09-16","1083683","108","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Honor. Integrity. Principles. Everything is negotiable.","Casino Jack","false","6.1","148" +"false","/eP41pD4YfyVOjdpEaTmoNrL9DGx.jpg","null","52000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","524","tt0112641","en","Casino","In early-1970s Las Vegas, low-level mobster Sam ""Ace"" Rothstein gets tapped by his bosses to head the Tangiers Casino. At first, he's a great success in the job, but over the years, problems with his loose-cannon enforcer Nicky Santoro, his ex-hustler wife Ginger, her con-artist ex Lester Diamond and a handful of corrupt politicians put Sam in ever-increasing danger.","13.276","/jC0dqpkRMwh3A1X2PHahTxOaLbp.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':11583,'logo_path':null,'name':'Syalis DA','origin_country':''},{'id':10898,'logo_path':null,'name':'L??gende Entreprises','origin_country':''},{'id':11584,'logo_path':null,'name':'De Fina-Cappa','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","1995-11-22","116112375","179","[{'iso_639_1':'en','name':'English'}]","Released","No one stays at the top forever.","Casino","false","7.9","2332" +"false","/luTLwjU4WpQR2zBxJAKdK1D7C8T.jpg","null","27000000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","http://www.case39movie.com/mainsite/","28355","tt0795351","en","Case 39","In her many years as a social worker, Emily Jenkins believes she has seen it all, until she meets 10-year-old Lilith and the girl's cruel parents. Emily's worst fears are confirmed when the parents try to harm the child, and so Emily assumes custody of Lilith while she looks for a foster family. However, Emily soon finds that dark forces surround the seemingly innocent girl, and the more she tries to protect Lilith, the more horrors she encounters.","12.901","/xSyj4F1UVtAXhqSGpNCZRaBsKAJ.jpg","[{'id':838,'logo_path':'/tcW3UqV46Mdq6GyaS1ydEDocEDF.png','name':'Paramount Vantage','origin_country':'US'},{'id':11581,'logo_path':'/yIORcWTFHtbXvWjqXAqFuMxx0K0.png','name':'Misher Films','origin_country':'US'},{'id':10039,'logo_path':'/b8w4LldQolMKiLZw4FQJBcXSDGI.png','name':'Anonymous Content','origin_country':'US'},{'id':11582,'logo_path':null,'name':'Case 39 Productions','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2009-08-13","29000000","109","[{'iso_639_1':'en','name':'English'}]","Released","Some cases should never be opened.","Case 39","false","6.2","1091" +"false","/5tE7iKSpBrc4z6LqF5kHutMm6KQ.jpg","null","878000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","289","tt0034583","en","Casablanca","In Casablanca, Morocco in December 1941, a cynical American expatriate meets a former lover, with unforeseen complications.","12.719","/wOBKAoUJZb5qTsWv5XXvVV2vUzz.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1942-11-26","10462500","102","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'en','name':'English'}]","Released","They had a date with fate in Casablanca!","Casablanca","false","8.1","2424" +"false","/a1MlbLBk5Sy6YvMbSuKfwGlDVlb.jpg","{'id':87118,'name':'Cars Collection','poster_path':'/uq3N2SFj1Y06zA6LzCQPkmBdaaE.jpg','backdrop_path':'/yPyhZ5OpYs68Bb8u0PZ1tH0QIgd.jpg'}","120000000","[{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","http://disney.go.com/disneyvideos/animatedfilms/cars/","920","tt0317219","en","Cars","Lightning McQueen, a hotshot rookie race car driven to succeed, discovers that life is about the journey, not the finish line, when he finds himself unexpectedly detoured in the sleepy Route 66 town of Radiator Springs. On route across the country to the big Piston Cup Championship in California to compete against two seasoned pros, McQueen gets to know the town's offbeat characters.","75.205","/5damnMcRFKSjhCirgX3CMa88MBj.jpg","[{'id':3,'logo_path':'/1TjvGVDMYsj6JBxOAkUHpPEwLf7.png','name':'Pixar','origin_country':'US'},{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-06-08","461983149","117","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'yi','name':''}]","Released","Ahhh... it's got that new movie smell.","Cars","false","6.7","7129" +"false","/jEcmZhtJkZQc6ta2vzBd9CU7GIx.jpg","{'id':87118,'name':'Cars Collection','poster_path':'/uq3N2SFj1Y06zA6LzCQPkmBdaaE.jpg','backdrop_path':'/yPyhZ5OpYs68Bb8u0PZ1tH0QIgd.jpg'}","200000000","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'}]","http://www.disney.go.com/cars/","49013","tt1216475","en","Cars 2","Star race car Lightning McQueen and his pal Mater head overseas to compete in the World Grand Prix race. But the road to the championship becomes rocky as Mater gets caught up in an intriguing adventure of his own: international espionage.","19.681","/AblhtULOVtrkSnFxRPQ8gBemxw9.jpg","[{'id':3,'logo_path':'/1TjvGVDMYsj6JBxOAkUHpPEwLf7.png','name':'Pixar','origin_country':'US'},{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-06-11","559852396","106","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Ka-ciao!","Cars 2","false","5.9","3873" +"false","/kQHkHn0x8uA9lqtF3TdDlnQIFLg.jpg","null","0","[{'id':35,'name':'Comedy'}]","","32105","tt0057919","en","Carry On Jack","Tenth entry in the Carry On series. Able seaman Poop-Decker (Bernard Cribbins) signs up for adventure on the high seas with the wicked Captain Fearless (Kenneth Williams). Those swabbing the decks include Juliet Mills, Charles Hawtrey and Donald Houston. The film was originally to be entitled ??Up the Armada??, but the British Board of Film Censors objected to such a rude title.","2.059","/42rBIsC65w9NHuDgnf11j93MAvl.jpg","[{'id':10265,'logo_path':null,'name':'Peter Rogers Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1963-11-01","0","87","[{'iso_639_1':'en','name':'English'}]","Released","That crazy 'Carry On' team . . . on a tidal wave of hilarity !","Carry On Jack","false","6","24" +"false","/mrFCc3t8o1xosQ7WrWK7cqI4VfY.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':37,'name':'Western'}]","","5065","tt0059014","en","Carry on Cowboy","Stodge City is in the grip of the Rumpo Kid and his gang. Mistaken identity again takes a hand as a ""sanitary engineer"" (plumber) by the name of Marshal P. Knutt is mistaken for a law marshal! Being the conscientious sort, Marshal tries to help the town get rid of Rumpo, and a showdown is inevitable. Marshal has two aids - revenge-seeking Annie Oakley and his sanitary expertise","3.905","/AtrxYQrFKAUTMdijCPNWZXJQCPc.jpg","[{'id':10265,'logo_path':null,'name':'Peter Rogers Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1965-11-26","0","93","[{'iso_639_1':'en','name':'English'}]","Released","How the west was lost!","Carry on Cowboy","false","6.4","37" +"false","/4zpzSRjJz1jAn8Q90WWUq8u08yk.jpg","null","0","[{'id':35,'name':'Comedy'}]","","5066","tt0057918","en","Carry On Cleo","Two Britons are captured and enslaved by invading Romans and taken to Rome. Hengist Pod creates useless inventions, while Horsa is a brave and cunning fighter. One of their first encounters in Rome leaves Hengist being mistaken for a fighter, and gets drafted into the Royal Guard to protect Cleopatra. Cleo doesn't want him around and plots for his sudden demise...","2.921","/b9cJ89x5lA86yFWZYe9zVoXDcKG.jpg","[{'id':10329,'logo_path':null,'name':'Anglo-Amalgamated Film Distributors','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1964-11-08","0","94","[{'iso_639_1':'en','name':'English'}]","Released","The Funniest Film Since 54 B.C.","Carry On Cleo","false","6.7","39" +"false","/zwJFfKQdfiptK2GY6N8GkZFrAxJ.jpg","{'id':257053,'name':'Carrie Collection','poster_path':'/5atZnoMxfDtEJbc1XpdYJLRLsRT.jpg','backdrop_path':'/dq9R9yertBFLssefa5d43XApBr9.jpg'}","1800000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","7340","tt0074285","en","Carrie","Carrie White, a shy and troubled teenage girl who is tormented by her high school peers and her fanatically religious mother, begins to use her powers of telekinesis to exact revenge upon them.","8.865","/n9JxLthRHwTWwu5OjFHVplkVSUg.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1976-11-03","33800000","98","[{'iso_639_1':'en','name':'English'}]","Released","If you???ve got a taste for terror... take Carrie to the prom.","Carrie","false","7.1","1681" +"false","/20VCMP31N1ROZOsjCAojjgS08qA.jpg","{'id':201576,'name':'The Cabin Fever Collection','poster_path':'/n8vkIVzg9jgxAVRF0Nt0jtXqOiM.jpg','backdrop_path':'/j82lEJUxFlXC35Pi75P3sAbkTUq.jpg'}","1500000","[{'id':27,'name':'Horror'}]","","11547","tt0303816","en","Cabin Fever","A group of five college graduates rent a cabin in the woods and begin to fall victim to a horrifying flesh-eating virus, which attracts the unwanted attention of the homicidal locals.","7.519","/pDFFHha2KwW6ZjvrZQtXaS6PIYV.jpg","[{'id':35,'logo_path':'/wxrHa3nZ1K4zo65p56991INkGo6.png','name':'Lions Gate Films','origin_country':'US'},{'id':2763,'logo_path':null,'name':'Tonic Films','origin_country':''},{'id':22953,'logo_path':null,'name':'Down Home Entertainment','origin_country':''},{'id':22954,'logo_path':null,'name':'Cabin Pictures','origin_country':''},{'id':22955,'logo_path':null,'name':'Black Sky Entertainment','origin_country':''},{'id':22956,'logo_path':null,'name':'Deer Path Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-08-15","30553395","93","[{'iso_639_1':'en','name':'English'}]","Released","Terror??? in the flesh.","Cabin Fever","false","5.5","560" +"false","/kdL7CWq5msNd2CzE11fNkY0k4m7.jpg","{'id':104847,'name':'Caddyshack Collection','poster_path':'/n9clX3GqME9yI1XWOsJlZGUSMeA.jpg','backdrop_path':'/nt3U4uU8GJz2zg2oTXSUFbFhI6j.jpg'}","6000000","[{'id':35,'name':'Comedy'}]","","11977","tt0080487","en","Caddyshack","At an exclusive country club, an ambitious young caddy, Danny Noonan, eagerly pursues a caddy scholarship in hopes of attending college and, in turn, avoiding a job at the lumber yard. In order to succeed, he must first win the favour of the elitist Judge Smails, and then the caddy golf tournament which Smails sponsors.","10.456","/iGA1W74JAQpLKjsUQaFG9Ob1PMj.jpg","[{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1980-07-25","39846344","98","[{'iso_639_1':'en','name':'English'}]","Released","The snobs against the slobs!","Caddyshack","false","6.7","561" +"false","/gc6hyNFaoKVDJPxdu4Y6v7plG6O.jpg","null","0","[{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","","28100","tt0049055","en","Carousel","Billy Bigelow has been dead for 15 years. Now outside the pearly gates, he long ago waived his right to go back to Earth for a day. He has heard that there is a problem with his family: namely with his wife Julie Bigelow, n??e Jordan, and his child he hasn't met. He would now like to head back to Earth to assist in rectifying the problem; but before he may go, he has to get permission from the gatekeeper by telling him his story. Adapted from the Rodgers and Hammerstein hit Broadway musical.","2.741","/1W7X2rHPTqzfYG5dZbvWcR5MzUs.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1956-02-16","0","128","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","More than your eyes have ever seen!","Carousel","false","6.1","29" +"false","/qPNOa138rdAWWOR2TOYmiTPTDfy.jpg","null","10000000","[{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'},{'id':53,'name':'Thriller'}]","","102780","tt1531901","en","Byzantium","Two mysterious women seek refuge in a run-down coastal resort. Clara meets lonely Noel, who provides shelter in his deserted guesthouse, Byzantium. Schoolgirl Eleanor befriends Frank and tells him their lethal secret. They were born 200 years ago and survive on human blood. As knowledge of their secret spreads, their past catches up on them with deathly consequence.","6.995","/pSnlpdh27luQ6GcchSkPomZ5fyr.jpg","[{'id':20782,'logo_path':null,'name':'WestEnd Films','origin_country':''},{'id':13241,'logo_path':null,'name':'Demarest Films','origin_country':''},{'id':9987,'logo_path':'/o5OTKAw7Acl5fTZYPyl8M8D9570.png','name':'Lipsync Productions','origin_country':'GB'},{'id':11752,'logo_path':null,'name':'Number 9 Films','origin_country':'GB'},{'id':5267,'logo_path':'/trP3GsUyIztMwcqev3jK1gOeCSA.png','name':'Irish Film Board','origin_country':'IE'},{'id':5122,'logo_path':null,'name':'Parallel Films','origin_country':'IE'}]","[{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2012-09-09","89237","118","[{'iso_639_1':'en','name':'English'}]","Released","Irresistible. Immoral. Immortal.","Byzantium","false","6.2","455" +"false","/9KGWIK8dylbvQTa4LeB2ESKH8FC.jpg","null","25000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://www.sonyclassics.com/carnage/site/index.html","72113","tt1692486","en","Carnage","After 11-year-old Zachary Cowan strikes his classmate across the face with a stick after an argument, the victim's parents invite Zachary's parents to their Brooklyn apartment to deal with the incident in a civilized manner.","8.638","/1nhY2l0SffJ5nK8FaeiRaMblN3d.jpg","[{'id':856,'logo_path':'/3tfzS2CrX6Ntbu927XzHXEPDA6y.png','name':'Wild Bunch','origin_country':'FR'},{'id':8997,'logo_path':null,'name':'SBS Productions','origin_country':''},{'id':5755,'logo_path':'/53JWq1rzbAXzbh1rnFo3XdqsAUh.png','name':'Constantin Film Produktion','origin_country':''},{'id':52574,'logo_path':null,'name':'SPI Film Studio','origin_country':''},{'id':8531,'logo_path':null,'name':'Vers??til Cinema','origin_country':''},{'id':2066,'logo_path':null,'name':'Zanagar Films','origin_country':''},{'id':6301,'logo_path':null,'name':'Cin??Cin??ma','origin_country':''},{'id':11240,'logo_path':'/i59ItaKFdxJ7Yi6w2s7CML0LBvI.png','name':'Polski Instytut Sztuki Filmowej','origin_country':'PL'},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':83,'logo_path':'/9OQ0rm55xtlgX7KcAKMUePJSrQc.png','name':'France 2 Cin??ma','origin_country':'FR'},{'id':7131,'logo_path':'/eLvjHPYZ12GR58lrDgg6MXZp2a3.png','name':'France T??l??visions','origin_country':'FR'}]","[{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'PL','name':'Poland'}]","2011-09-16","27603069","80","[{'iso_639_1':'en','name':'English'}]","Released","A new comedy of no manners","Carnage","false","7.1","1419" +"false","/7gTvjByEOx959HtetwcczO2eOJi.jpg","{'id':257053,'name':'Carrie Collection','poster_path':'/5atZnoMxfDtEJbc1XpdYJLRLsRT.jpg','backdrop_path':'/dq9R9yertBFLssefa5d43XApBr9.jpg'}","30000000","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'}]","http://www.carrie-movie.com","133805","tt1939659","en","Carrie","A reimagining of the classic horror tale about Carrie White, a shy girl outcast by her peers and sheltered by her deeply religious mother, who unleashes telekinetic terror on her small town after being pushed too far at her senior prom.","10.78","/j0999NYddCGcishJlxluDRQIn6k.jpg","[{'id':11581,'logo_path':'/yIORcWTFHtbXvWjqXAqFuMxx0K0.png','name':'Misher Films','origin_country':'US'},{'id':3287,'logo_path':'/bz6GbCQQXGNE56LTW9dwgksW0Iw.png','name':'Screen Gems','origin_country':'US'},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-10-16","82394288","100","[{'iso_639_1':'en','name':'English'}]","Released","Know her name. Fear her power.","Carrie","false","5.9","2561" +"false","/nrpjATknGrD15qg8r7qGiBTBk6K.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","270005","tt2543702","en","By the Gun","A rising Boston gangster (Ben Barnes) endangers those around him when he starts to make moves without the knowledge of his boss (Harvey Keitel).","3.489","/5Qu6aZYCOy3iqIeZVecLjrkFDBU.jpg","[{'id':19369,'logo_path':null,'name':'Procinvest Sas','origin_country':''},{'id':2394,'logo_path':'/sUWGEjxxCU5McOoD2JPrJHDW7K3.png','name':'Artina Films','origin_country':'US'},{'id':39707,'logo_path':null,'name':'The Bridge Finance Company','origin_country':''},{'id':39708,'logo_path':null,'name':'Mirabelle Pictures','origin_country':''},{'id':24277,'logo_path':'/u42aMBx2JxWp4vgTjqcar4Kp1HI.png','name':'PalmStar Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-09-28","0","105","[{'iso_639_1':'en','name':'English'}]","Released","Nick wanted to be a made man until he found a reason to get out.","By the Gun","false","4.5","32" +"false","/81TDZkxKzsy4cyxy1qskmiN8bKT.jpg","null","0","[{'id':10770,'name':'TV Movie'},{'id':18,'name':'Drama'},{'id':27,'name':'Horror'}]","","7342","tt0319970","en","Carrie","Carrie White is a lonely and painfully shy teenage girl with telekinetic powers who is slowly pushed to the edge of insanity by frequent bullying from both classmates at her school, and her own religious, but abusive, mother.","4.906","/nlHBrnYsrMeZpU4F5lqwWPx4AqQ.jpg","[{'id':2230,'logo_path':null,'name':'MGM Television','origin_country':'US'},{'id':2231,'logo_path':null,'name':'Trilogy Entertainment Group','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2002-11-04","0","132","[{'iso_639_1':'en','name':'English'}]","Released","","Carrie","false","5.5","156" +"false","/tzlQ7qAOts50fOr549K9qIXkxcj.jpg","null","0","[{'id':37,'name':'Western'}]","","37598","tt0078919","en","Butch and Sundance: The Early Days","A ""prequel"" of sorts to ""Butch Cassidy and the Sundance Kid,"" chronicling the two outlaws' lives in the years before the events portrayed in the Newman/Redford movie.","1.901","/cOHfrsUbvQ19RtsiBVIKbJ1xNcc.jpg","[{'id':5986,'logo_path':null,'name':'Pantheon Entertainment Corporation','origin_country':''},{'id':10436,'logo_path':null,'name':'William Goldman Productions','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1979-06-15","0","115","[{'iso_639_1':'en','name':'English'}]","Released","Before the fame when fun was the name of the game.","Butch and Sundance: The Early Days","false","4.6","10" +"false","/hEcyo4Ep00mHrMGnHaHS6AuMRM.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","73565","tt1570559","en","Burning Man","An English chef with a chic restaurant on Bondi Beach trying to put his life and his relationship with his son back on track while surrounded by women.","2.971","/qZ5Q6d1rzhhkuX5BAFQaM7YGxjq.jpg","[]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'AU','name':'Australia'}]","2011-09-10","0","111","[{'iso_639_1':'en','name':'English'}]","Released","","Burning Man","false","6.3","27" +"false","/r9BCMru6cPtuXeIRKGGkf4NNRrU.jpg","null","37000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","4944","tt0887883","en","Burn After Reading","When a disc containing memoirs of a former CIA analyst falls into the hands of Linda Litzke and Chad Feldheimer, the two gym employees see a chance to make enough money for her to have life-changing cosmetic surgery. Predictably, events whirl out of control for the duo doofuses and those in their orbit.","12.228","/cbuPko7d87rhGEzMVIdHgW4mfob.jpg","[{'id':10146,'logo_path':'/xnFIOeq5cKw09kCWqV7foWDe4AA.png','name':'Focus Features','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'},{'id':2092,'logo_path':null,'name':'Mike Zoss Productions','origin_country':'US'},{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'FR','name':'France'}]","2008-09-05","163720069","96","[{'iso_639_1':'en','name':'English'}]","Released","Intelligence is relative.","Burn After Reading","false","6.6","2178" +"false","/fNsWLoZUdOhRriHS5AHcbb4n3da.jpg","null","55000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.burlesquethemovie.com/","42297","tt1126591","en","Burlesque","The Burlesque Lounge has its best days behind it. Tess, a retired dancer and owner of the venue, struggles to keep the aging theater alive, facing all kinds of financial and artistic challenges. With the Lounge's troupe members becoming increasingly distracted by personal problems and a threat coming from a wealthy businessman's quest to buy the spot from Tess, the good fortune seems to have abandoned the club altogether. Meanwhile, the life of Ali, a small-town girl from Iowa, is about to change dramatically. Hired by Tess as a waitress at the Lounge, Ali escapes a hollow past and quickly falls in love with the art of burlesque. Backed by newfound friends amongst the theater's crew, she manages to fulfill her dreams of being on stage herself. Things take a dramatic turn though when Ali's big voice makes her become the main attraction of the revue","10","/j7AwTMAauPuwO8mixpU6SSPuPeZ.jpg","[{'id':3287,'logo_path':'/bz6GbCQQXGNE56LTW9dwgksW0Iw.png','name':'Screen Gems','origin_country':'US'},{'id':348,'logo_path':null,'name':'Bedford Falls Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-11-23","89519773","119","[{'iso_639_1':'en','name':'English'}]","Released","It takes a legend... to make a star","Burlesque","false","7.1","1114" +"false","/4qUIglK24QBUwEKZIIGwRBHJ3sR.jpg","null","0","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'}]","","60095","tt0066871","en","Burke & Hare","Two men go into business supplying medical colleges with cadavers by robbing graves.","1.089","/z0QJDDiecDJQsEJrLVQDYruJ1RQ.jpg","[{'id':14378,'logo_path':null,'name':'Kenneth Shipman Productions','origin_country':''},{'id':53402,'logo_path':null,'name':'Armitage','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1972-02-03","0","91","[{'iso_639_1':'en','name':'English'}]","Released","The pimps and the prostitutes and the body-snatchers. The brothels and dens of iniquity.","Burke & Hare","false","6.6","6" +"false","/3X9t6TYXYtuMD04SZl2iLQAK8tk.jpg","null","1987650","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","http://www.experienceburied.com/index.html","26388","tt1462758","en","Buried","Paul is a U.S. truck driver working in Iraq. After an attack by a group of Iraqis he wakes to find he is buried alive inside a coffin. With only a lighter and a cell phone it's a race against time to escape this claustrophobic death trap.","9.827","/mvDfLRgsyFtonhKfOFIfl4c9Jwl.jpg","[{'id':11564,'logo_path':null,'name':'Versus Entertainment','origin_country':''},{'id':11565,'logo_path':null,'name':'The Safran Company','origin_country':'US'},{'id':11566,'logo_path':null,'name':'Dark Trick Films','origin_country':''},{'id':2577,'logo_path':'/QZ4zbeJ0sULzGNJvfukrzgx4d8.png','name':'Studio 37','origin_country':'FR'}]","[{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'FR','name':'France'}]","2010-09-24","19152480","94","[{'iso_639_1':'en','name':'English'}]","Released","170,000 sq miles of desert. 90 minutes of oxygen. No way out.","Buried","false","6.6","1433" +"false","/moV8S6PFcFcUQBSxv2LS0wF7oN0.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","1942","tt0058997","en","Bunny Lake Is Missing","A woman reports that her young daughter is missing, but there seems to be no evidence that she ever existed.","3.438","/zsZ2PAMMyBhkn5OSC8Qnror2KCA.jpg","[{'id':800,'logo_path':null,'name':'Wheel Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1965-10-03","0","107","[{'iso_639_1':'en','name':'English'}]","Released","No one admitted while the clock is ticking!","Bunny Lake Is Missing","false","7.2","53" +"false","/n6F0RaYx1Y0nU2JBYDKNoB4Sgni.jpg","null","52000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'}]","","11817","tt0245803","en","Bulletproof Monk","A mysterious and immortal Tibetan kung fu master, who has spent the last 60 years traveling around the world protecting the ancient Scroll of the Ultimate, mentors a selfish street kid in the ancient intricacies of kung fu.","10.253","/hzk3kf5h54cCP3MYDptEjmLKVLF.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-03-28","37713879","104","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'bo','name':''},{'iso_639_1':'pa','name':'??????????????????'},{'iso_639_1':'de','name':'Deutsch'}]","Released","A power beyond measure requires a protector without equal.","Bulletproof Monk","false","5.3","434" +"false","/9viReI7LM6RV9UxsgLsO5XO0hFi.jpg","null","55000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","70074","tt1308729","en","Bullet to the Head","After watching their respective partners die, a cop and a hitman form an alliance in order to bring down their common enemy.","10.467","/in6KZhkj6UCpXhjVm00VzdisHyf.jpg","[{'id':1786,'logo_path':'/joLFuCWg9e2lweYnFQtRPJKSLlI.png','name':'Dark Castle Entertainment','origin_country':'US'},{'id':3608,'logo_path':null,'name':'After Dark Films','origin_country':''},{'id':7437,'logo_path':'/e5CcgFrdlxMUwlsS72si8q1yHBr.png','name':'IM Global','origin_country':'US'},{'id':7625,'logo_path':'/kzq4ibnNeZrp00zpBWv3st1QCOh.png','name':'Automatik Entertainment','origin_country':'US'},{'id':12075,'logo_path':null,'name':'Silver Reel','origin_country':'CH'},{'id':14654,'logo_path':null,'name':'EMJAG Productions','origin_country':''},{'id':20356,'logo_path':null,'name':'Millar Gough Ink','origin_country':''},{'id':25876,'logo_path':null,'name':'Headshot Films','origin_country':''}]","[{'iso_3166_1':'CH','name':'Switzerland'},{'iso_3166_1':'US','name':'United States of America'}]","2013-01-31","9489829","92","[{'iso_639_1':'en','name':'English'}]","Released","Revenge Never Gets Old.","Bullet to the Head","false","5.3","660" +"false","/wTyyWTdwW9hdOlaqM2RVqrPj3tD.jpg","null","3000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","169298","tt2544734","en","Bullet","Danny Trejo plays 'Bullet' a tough cop who takes the law into his own hands when his grandson is kidnapped.","3.581","/2gtD4KYzjq9f7XUHbDazetdp4oC.jpg","[{'id':20612,'logo_path':null,'name':'Giant Ape Media','origin_country':''},{'id':20613,'logo_path':null,'name':'SC Films International','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-02-25","0","87","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'de','name':'Deutsch'}]","Released","This time they messed with the wrong guy!","Bullet","false","4.4","51" +"false","/ovLXNT8egeJtTOlhfg2nbJXJGcq.jpg","null","7000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","287","tt0094812","en","Bull Durham","Veteran catcher Crash Davis is brought to the minor league Durham Bulls to help their up and coming pitching prospect, ""Nuke"" Laloosh. Their relationship gets off to a rocky start and is further complicated when baseball groupie Annie Savoy sets her sights on the two men.","8.547","/wZwXLiR1cisTXaJiuBLvgkS5HWw.jpg","[{'id':1312,'logo_path':null,'name':'The Mount Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-06-15","50888000","108","[{'iso_639_1':'en','name':'English'}]","Released","Romance is a lot like baseball. It's not whether you win or lose. It's how you play the game.","Bull Durham","false","6.7","254" +"false","/t0hdR9nbBXHuAyNqL7BJzvcD7kQ.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","http://www.buckwildmovie.com/Buck_Wild/home.html","187010","tt1839426","en","Buck Wild","A hunting vacation goes horribly awry for 4 friends after they accidentally shoot the lease's land owner.","1.893","/1kt5n24hjdLEP9mUsmTcwg2oAlL.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-04-01","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Three friends, one cousin, and a hunting vacation to die for.","Buck Wild","false","4.2","14" +"false","/nt6mv3PIsWRrGEQG7zPUh02XyGR.jpg","null","24000","[{'id':37,'name':'Western'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","268956","tt1821355","en","Bubblegum and Broken Fingers","""If you don't have your own plan, you'll damn sure be a part of someone else's."" That quote kicks off the first of multiple story lines, in the crime ensemble ""Bubblegum & Broken Fingers."" This character-driven collage of sex, violence and survival is equal parts western, gangster and love stories. We follow the journey of a mysterious silver briefcase and witness the havoc it brings each new owner.","1.274","/4AAK5uX31xFqdhywQn9MVvh4U61.jpg","[]","[]","2011-01-01","0","110","[]","Released","Girls, Guns and Crime","Bubblegum and Broken Fingers","false","2.3","6" +"false","/HsE93JXe40TI2AkJP1e243wEGB.jpg","null","42000000","[{'id':35,'name':'Comedy'}]","","18480","tt0889583","en","Br??no","Flamboyantly gay Austrian television reporter Bruno stirs up trouble with unsuspecting guests and large crowds through brutally frank interviews and painfully hilarious public displays of homosexuality.","9.95","/tqvApLFIzYBr8MIqi22VSIilHN7.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':2531,'logo_path':'/pC2iDCDCvV85vOBP7a5Ukxuc0Du.png','name':'Media Rights Capital','origin_country':'US'},{'id':10656,'logo_path':null,'name':'Four by Two','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2009-07-08","0","83","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'cs','name':'??esk??'},{'iso_639_1':'de','name':'Deutsch'}]","Released","Borat was so 2006","Br??no","false","5.5","832" +"false","/bhEudqWbWsiEBdnl0kCIwFp5Hay.jpg","{'id':124949,'name':'Almighty Collection','poster_path':'/v8fLc8oQxLJw4pYrE0arjLQiwhl.jpg','backdrop_path':'/qKuR7BpBLTcISNWgxKQmXnYYJFX.jpg'}","80000000","[{'id':14,'name':'Fantasy'},{'id':35,'name':'Comedy'}]","http://www.brucealmighty.com/","310","tt0315327","en","Bruce Almighty","Bruce Nolan toils as a ""human interest"" television reporter in Buffalo, N.Y. Despite his high ratings and the love of his beautiful girlfriend, Grace, Bruce remains unfulfilled. At the end of the worst day in his life, he angrily ridicules God -- and the Almighty responds, endowing Bruce with all of His divine powers.","22.893","/lgYKHifMMLT8OxYObMKa8b4STsr.jpg","[{'id':160,'logo_path':null,'name':'Pit Bull Productions','origin_country':''},{'id':158,'logo_path':'/6SHlNIype9zmyEMRsBtoueUtLsq.png','name':'Spyglass Entertainment','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':159,'logo_path':null,'name':'Shady Acres Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-05-23","484572835","101","[{'iso_639_1':'en','name':'English'}]","Released","In Bruce we trust","Bruce Almighty","false","6.6","5930" +"false","/5wWe5mAZ8vK6dv8YLtHuqmgTO1u.jpg","null","26000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':10752,'name':'War'}]","","7445","tt0765010","en","Brothers","When his helicopter goes down during his fourth tour of duty in Afghanistan, Marine Sam Cahill is presumed dead. Back home, brother Tommy steps in to look over Sam???s wife, Grace, and two children. Sam???s surprise homecoming triggers domestic mayhem.","13.088","/rfLmpW2tzI40g91GiU0WSiMIxox.jpg","[{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':11369,'logo_path':null,'name':'Sighvatsson Films','origin_country':''},{'id':11370,'logo_path':null,'name':'Michael De Luca Productions','origin_country':'US'},{'id':11371,'logo_path':null,'name':'Palomar Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-01-27","43318349","104","[{'iso_639_1':'en','name':'English'}]","Released","There are two sides to every family.","Brothers","false","6.9","1146" +"false","/jW8xv6xP6yeuAFM4I1xJWnQAkAz.jpg","null","12000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.office-kitano.co.jp/brother/index.html","327","tt0222851","ja","Brother","A Japanese Yakuza gangster???s deadly existence in his homeland gets him exiled to Los Angeles, California, where he is taken in by his little brother and his brother???s gang. This is the first English film by Takeshi Kitano.","6.766","/zcnznSvHqAcLJ9Cm6XM202gS7yO.jpg","[{'id':11561,'logo_path':'/8HB3TFUeo83keAPHfFfrNtN2MmA.png','name':'Recorded Picture Company (RPC)','origin_country':'GB'},{'id':567,'logo_path':null,'name':'Office Kitano','origin_country':''},{'id':528,'logo_path':'/fO3Aof3lXQclYpBByYC8aneTXwA.png','name':'Bandai Visual','origin_country':'JP'},{'id':11562,'logo_path':null,'name':'Fuzzy Bunny Films (I)','origin_country':''},{'id':11563,'logo_path':null,'name':'Little Brother Inc.','origin_country':''},{'id':6516,'logo_path':null,'name':'Tokyo FM Broadcasting Co.','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'US','name':'United States of America'}]","2000-09-09","15250000","114","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Are You Japanese?","Brother","false","7","157" +"false","/iNuvbrHGNtrUwlm48u4KnQhhMKp.jpg","null","17000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","26390","tt1210042","en","Brooklyn's Finest","Enforcing the law within the notoriously rough Brownsville section of the city and especially within the Van Dyke housing projects is the NYPD's sixty-fifth precinct. Three police officers struggle with the sometimes fine line between right and wrong.","8.988","/jKSBk0LtZgXxG56uvwiAtYf6ttF.jpg","[{'id':925,'logo_path':'/dIb9hjXNOkgxu4kBWdIdK8nM4w.png','name':'Nu Image','origin_country':'US'},{'id':2435,'logo_path':null,'name':'Langley Productions','origin_country':''},{'id':8151,'logo_path':null,'name':'Fuqua Films','origin_country':'US'},{'id':1020,'logo_path':'/kuUIHNwMec4dwOLghDhhZJzHZTd.png','name':'Millennium Films','origin_country':'US'},{'id':3528,'logo_path':'/cCzCClIzIh81Fa79hpW5nXoUsHK.png','name':'Thunder Road Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-01-16","36440201","133","[{'iso_639_1':'en','name':'English'}]","Released","This is War. This is Brooklyn.","Brooklyn's Finest","false","6.3","437" +"false","/pkcSa3xIi1rNrivl5MRwtRgbEYI.jpg","null","230000","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","http://www.bronsonthemovie.com","18533","tt1172570","en","Bronson","A young man who was sentenced to 7 years in prison for robbing a post office ends up spending 30 years in solitary confinement. During this time, his own personality is supplanted by his alter ego, Charles Bronson.","8.405","/dnNR1IpEboT6zmWdo4lw7LTzVEm.jpg","[{'id':10393,'logo_path':'/7MazD0kppT5OzdumzDi5IFYNthO.png','name':'Vertigo Films','origin_country':'GB'},{'id':3272,'logo_path':null,'name':'Aramid Entertainment Fund','origin_country':''},{'id':11366,'logo_path':null,'name':'Str8jacket Creations','origin_country':''},{'id':1917,'logo_path':null,'name':'EM Media','origin_country':''},{'id':11367,'logo_path':null,'name':'4DH Films','origin_country':''},{'id':11368,'logo_path':null,'name':'Perfume Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2008-10-09","2260712","92","[{'iso_639_1':'en','name':'English'}]","Released","The Man. The Myth. The Celebrity.","Bronson","false","7","1273" +"false","/q59RIuLMNerJbCu87dWtZOEgZke.jpg","null","348164","[{'id':99,'name':'Documentary'}]","http://bronydoc.com/","160220","tt2446192","en","Bronies: The Extremely Unexpected Adult Fans of My Little Pony","A film profiling the unusual cross-demographic fandom of the ostensibly girl oriented television series ""My Little Pony: Friendship Is Magic""","3.762","/oEW5BXfVY6xYNfk1ClhaX4F0SgQ.jpg","[{'id':28775,'logo_path':null,'name':'Big Focus Television','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-11-04","0","88","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","","Bronies: The Extremely Unexpected Adult Fans of My Little Pony","false","5.1","30" +"false","/5VsPAeiXGy7PhvYlbQFPO2FO3H4.jpg","null","56000000","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","http://www.brokencitymovie.com/","98357","tt1235522","en","Broken City","In a broken city rife with injustice, ex-cop Billy Taggart seeks redemption and revenge after being double-crossed and then framed by its most powerful figure, the mayor. Billy's relentless pursuit of justice, matched only by his streetwise toughness, makes him an unstoppable force - and the mayor's worst nightmare.","11.882","/pYDj2b15p4YdNz88XvO7QmBoHgD.jpg","[{'id':8532,'logo_path':null,'name':'1984 Private Defense Contractors','origin_country':''},{'id':10405,'logo_path':null,'name':'Emmett/Furla Films','origin_country':'US'},{'id':7415,'logo_path':null,'name':'Inferno International','origin_country':''},{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':22146,'logo_path':'/jPBtpMh0AUFqf9yfOJXer9d5Rei.png','name':'Black Bear Pictures','origin_country':'US'},{'id':10104,'logo_path':'/hNuGhsKVlmhnwSRcmOejDBDjh6w.png','name':'New Regency Pictures','origin_country':'US'},{'id':8537,'logo_path':null,'name':'Closest to the Hole Productions','origin_country':'US'},{'id':11030,'logo_path':null,'name':'Envision Entertainment','origin_country':'US'},{'id':8536,'logo_path':null,'name':'Leverage','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-01-18","19701164","109","[{'iso_639_1':'en','name':'English'}]","Released","Proof Can Be a Powerful Weapon.","Broken City","false","5.9","795" +"false","/pi0Z4gmbvwl6j7tKbwMj8elSzzT.jpg","null","50000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","9208","tt0115759","en","Broken Arrow","When rogue stealth-fighter pilot Vic Deakins deliberately drops off the radar while on maneuvers, the Air Force ends up with two stolen nuclear warheads -- and Deakins's co-pilot, Riley Hale, is the military's only hope for getting them back. Traversing the deserted canyons of Utah, Hale teams with park ranger Terry Carmichael to put Deakins back in his box.","9.49","/avqUG5RYB93rwSUNL5r16Vtbc9g.jpg","[{'id':456,'logo_path':null,'name':'WCG Entertainment Productions','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'},{'id':1557,'logo_path':'/ccz9bqCu3jSFKbPFnfWmjAKZLBL.png','name':'The Mark Gordon Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-02-09","150270147","108","[{'iso_639_1':'en','name':'English'}]","Released","Prepare to Go Ballistic.","Broken Arrow","false","5.9","684" +"false","/bWBGXSVMBekhOXjFPAMgczYM9fQ.jpg","null","0","[{'id':18,'name':'Drama'}]","","109584","tt1441940","en","Broken","Three suburban English families' lives intertwine with tragic consequences.","6.834","/k956gA7llq8KeAJOHW8Y3ecu4NK.jpg","[{'id':50082,'logo_path':null,'name':'Cuba Pictures','origin_country':'GB'},{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':7058,'logo_path':null,'name':'Bill Kenwright Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2012-08-22","0","91","[{'iso_639_1':'en','name':'English'}]","Released","","Broken","false","6.8","132" +"false","/4BMel8xxSed1pCkPSGc9R3jsUtC.jpg","null","14000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.brokebackmountain.com","142","tt0388795","en","Brokeback Mountain","Two modern-day cowboys meet on a shepherding job in the summer of '63, the two share a raw and powerful summer together that turns into a lifelong relationship conflicting with the lives they are supposed to live.","10.326","/z2DqVxj17aW6xpimRlCLfhKSfUm.jpg","[{'id':10565,'logo_path':null,'name':'Good Machine','origin_country':'US'},{'id':10146,'logo_path':'/xnFIOeq5cKw09kCWqV7foWDe4AA.png','name':'Focus Features','origin_country':'US'},{'id':1246,'logo_path':'/lmeFQGzHEds5t2UfmODyrbf2nXm.png','name':'River Road Entertainment','origin_country':''},{'id':3997,'logo_path':null,'name':'Alberta Film Entertainment','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2005-09-10","178043761","134","[{'iso_639_1':'en','name':'English'}]","Released","Love is a force of nature","Brokeback Mountain","false","7.8","3193" +"false","/g9VJNVAkkMjqF4D40J7IG0pcoC3.jpg","null","8000000","[{'id':35,'name':'Comedy'}]","","12762","tt0087003","en","Broadway Danny Rose","A hapless talent manager named Danny Rose, by helping a client, gets dragged into a love triangle involving the mob. His story is told in flashback, an anecdote shared amongst a group of comedians over lunch at New York's Carnegie Deli. Rose's one-man talent agency represents countless incompetent entertainers, including a one-legged tap dancer, and one slightly talented one: washed-up lounge singer Lou Canova (Nick Apollo Forte), whose career is on the rebound.","5.406","/zqMUSxMUGb9cq4nk8OZfAJkoe8B.jpg","[{'id':14150,'logo_path':null,'name':'Orion Pictures Corporation','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-01-27","10600497","84","[{'iso_639_1':'en','name':'English'}]","Released","","Broadway Danny Rose","false","7.3","183" +"false","/63OmgMeYb2T7azonwtY1T0UpRGc.jpg","{'id':430186,'name':'Bring It On Collection','poster_path':'/iybFuFGBKPD8LXOgugjnA8sI6Bb.jpg','backdrop_path':'/ypR7RZO9hIAyd3lIx07gJ0AVvbB.jpg'}","28000000","[{'id':35,'name':'Comedy'}]","https://www.uphe.com/movies/bring-it-on","1588","tt0204946","en","Bring It On","The Toro cheerleading squad from Rancho Carne High School in San Diego has got spirit, spunk, sass and a killer routine that's sure to land them the national championship trophy for the sixth year in a row. But for newly-elected team captain, the Toros' road to total cheer glory takes a shady turn when she discovers that their perfectly-choreographed routines were in fact stolen.","6.325","/yg0O6eGgrumDZ1bht3pqMjNaWon.jpg","[{'id':919,'logo_path':null,'name':'Beacon Communications','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-08-25","90449929","98","[{'iso_639_1':'en','name':'English'}]","Released","May the best moves win.","Bring It On","false","5.9","883" +"false","/t45osFg8w2Kh7BzgYl1iYgi8IxF.jpg","null","60000000","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","http://disney.go.com/disneyvideos/liveaction/bridgetoterabithia/","1265","tt0398808","en","Bridge to Terabithia","Jesse Aarons trained all summer to become the fastest runner in school, so he's very upset when newcomer Leslie Burke outruns him and everyone else. Despite this and other differences, including that she's rich, he's poor, and she's a city girl, he's a country boy, the two become fast friends. Together, they create Terabithia, a land of monsters, trolls, ogres, and giants and rule as king and queen.","12.076","/gihMBO2SmUprI1ecYe7Eo7Eg1yq.jpg","[{'id':60611,'logo_path':null,'name':'Lauren Levine Productions Inc.','origin_country':''},{'id':10221,'logo_path':'/99VfWRgKasZoyK9UVB39gnYvFrZ.png','name':'Walden Media','origin_country':'US'},{'id':23890,'logo_path':null,'name':'Hal Lieberman Company','origin_country':''},{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-02-16","137587063","96","[{'iso_639_1':'en','name':'English'}]","Released","Close your eyes, but keep your mind wide open.","Bridge to Terabithia","false","7.2","2295" +"false","/yMqCfrfz3QXGiurmXXP3pJIwKOR.jpg","null","32500000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","55721","tt1478338","en","Bridesmaids","Annie's life is a mess. But when she finds out her lifetime best friend is engaged, she simply must serve as Lillian's maid of honor. Though lovelorn and broke, Annie bluffs her way through the expensive and bizarre rituals. With one chance to get it perfect, she???ll show Lillian and her bridesmaids just how far you???ll go for someone you love.","12.234","/x5ucaJZ4FP589Gn3I8l3ZFV3Nl8.jpg","[{'id':10105,'logo_path':'/bN4tiAS8oNlHhIqq66KBPQ1Ekqh.png','name':'Apatow Productions','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-05-13","288383523","125","[{'iso_639_1':'en','name':'English'}]","Released","Save the date","Bridesmaids","false","6.5","2687" +"false","/f7pTesNnPjOVAq7QqhgnSHaK9Cc.jpg","null","30000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://www.bridewars.com","10521","tt0901476","en","Bride Wars","Two best friends become rivals when their respective weddings are accidentally booked for the same day.","8.24","/y5O46J9i98MkcExaPIeZaRImF4C.jpg","[{'id':26670,'logo_path':null,'name':'Sunrise Entertainment','origin_country':''},{'id':711,'logo_path':'/tEiIH5QesdheJmDAqQwvtN60727.png','name':'Fox 2000 Pictures','origin_country':'US'},{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':10104,'logo_path':'/hNuGhsKVlmhnwSRcmOejDBDjh6w.png','name':'New Regency Pictures','origin_country':'US'},{'id':26671,'logo_path':null,'name':'Biride Productions','origin_country':''},{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'},{'id':6332,'logo_path':null,'name':'Dune Entertainment III','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-01-09","114663461","89","[{'iso_639_1':'en','name':'English'}]","Released","May the best bride win","Bride Wars","false","6.1","1644" +"false","/8m5RYjYDcsZyFFP0rsfAGJj2lU5.jpg","{'id':10455,'name':'Child's Play Collection','poster_path':'/fLWDbZziq47lcN28Q1ILnIMLHEC.jpg','backdrop_path':'/AAhYXBVIEl6WgQnzfBsauTIC25.jpg'}","25000000","[{'id':27,'name':'Horror'}]","","11932","tt0144120","en","Bride of Chucky","Chucky hooks up with another murderous doll, the bridal gown-clad Tiffany, for a Route 66 murder spree with their unwitting hosts.","14.098","/u5Lc1Li0Hpc452o57E2KaToezZX.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':5550,'logo_path':null,'name':'Midwinter Productions Inc.','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","1998-10-16","50671850","89","[{'iso_639_1':'en','name':'English'}]","Released","Chucky Gets Lucky.","Bride of Chucky","false","5.6","686" +"false","/cmVWRQn2zKPL7NEViKkWOepLM6s.jpg","null","28000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","254473","tt1430612","en","Brick Mansions","In a dystopian Detroit, grand houses that once housed the wealthy are now homes of the city's most-dangerous criminals. Surrounding the area is a giant wall to keep the rest of Detroit safe. For undercover cop Damien Collier, every day is a battle against corruption as he struggles to bring his father's killer, Tremaine, to justice. Meanwhile, Damien and an ex-con named Lino work together to save the city from a plot to destroy it.","7.999","/v6M79FGu0G9KSR7bvXL76NbwyqC.jpg","[{'id':32999,'logo_path':null,'name':'D8','origin_country':''},{'id':6896,'logo_path':'/2Q89KvzxTKB5BAv9RqFIPI1qb7E.png','name':'EuropaCorp','origin_country':'FR'},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':10611,'logo_path':'/zQ4fGaEnNkWfSzyygXRcUZwPmDG.png','name':'Cin??+','origin_country':'FR'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'FR','name':'France'}]","2014-04-22","68896829","90","[{'iso_639_1':'en','name':'English'}]","Released","Undercover and never Outgunned","Brick Mansions","false","5.8","881" +"false","/paHvFDm2uLTzVXpb59fsuJCz89b.jpg","null","475000","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","http://www.brickmovie.net/","9270","tt0393109","en","Brick","A teenage loner pushes his way into the underworld of a high school crime ring to investigate the disappearance of his ex-girlfriend.","9.805","/hyALqQpaTv0GGV4axqePihEmCY8.jpg","[{'id':6971,'logo_path':null,'name':'Bergman Lustig productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-08-16","3919254","110","[{'iso_639_1':'en','name':'English'}]","Released","A detective story","Brick","false","6.8","556" +"false","/7ETUeqLjL62pPI3swYqqrpFIneL.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':53,'name':'Thriller'}]","","1058","tt0085276","en","Breathless","Jesse has to get out of Las Vegas quickly, and steals a car to drive to L.A. On the way he shoots a police man. When he makes it to L.A. he stays with Monica, a girl he has only known for a few days. As the film progresses, the police get closer to him, and the crimes escalate.","7.063","/nBpXuTyhcqx2semf39zGXZl65H3.jpg","[{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'},{'id':651,'logo_path':null,'name':'Breathless Associates','origin_country':''},{'id':652,'logo_path':null,'name':'Miko Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1983-05-13","19910002","100","[{'iso_639_1':'en','name':'English'}]","Released","He's the last man on earth any woman needs - but every woman wants...","Breathless","false","5.8","97" +"false","/cuWOIF8eFArFJzpZ80RW9pbvyoF.jpg","null","0","[{'id':18,'name':'Drama'}]","","158907","tt1999987","en","Breathe In","When a foreign exchange student arrives in a small upstate New York town, she challenges the dynamics of her host family's relationships and alters their lives forever.","6.907","/8PYhHXwXgXvEiwPcTgeSaYqITe1.jpg","[{'id':9350,'logo_path':'/xz60JVoUHpOeg1cJbxzMJiwbuL7.png','name':'Indian Paintbrush','origin_country':'US'},{'id':13369,'logo_path':null,'name':'Super Crispy Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-01-18","89661","98","[{'iso_639_1':'en','name':'English'}]","Released","","Breathe In","false","6","174" +"false","/mrB9FWjNgIm21zXckWleZxG7fys.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","145","tt0115751","da","Breaking the Waves","In a small and conservative Scottish village, a woman's paralytic husband convinces her to have extramarital intercourse so she can tell him about it and give him a reason for living.","7.517","/2SAODnTzdTRUvDunSJCPAckvun6.jpg","[{'id':123,'logo_path':null,'name':'Trust Film','origin_country':''},{'id':118,'logo_path':'/AiBorgNTCS1lT1FdFPYheax9jfF.png','name':'Det Danske Filminstitut','origin_country':'DK'}]","[{'iso_3166_1':'DK','name':'Denmark'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'IS','name':'Iceland'},{'iso_3166_1':'NL','name':'Netherlands'},{'iso_3166_1':'NO','name':'Norway'},{'iso_3166_1':'SE','name':'Sweden'}]","1996-05-13","3803298","159","[{'iso_639_1':'en','name':'English'}]","Released","Love is a mighty power.","Breaking the Waves","false","7.4","413" +"false","/aH25DYXwoWMI2Wj9cQtkLk3Ax4T.jpg","null","2300000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","20283","tt0078902","en","Breaking Away","Dave, nineteen, has just graduated high school, with his 3 friends, The comical Cyril, the warm hearted but short-tempered Moocher, and the athletic, spiteful but good-hearted Mike. Now, Dave enjoys racing bikes and hopes to race the Italians one day, and even takes up the Italian culture, much to his friends and parents annoyance.","7.618","/6fyhA7Imqxm7SftTqd4RGcayWfn.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1979-05-24","20000000","100","[{'iso_639_1':'en','name':'English'}]","Released","The movie that tells you exactly what you can do with your high school diploma!","Breaking Away","false","7.4","106" +"false","/zezRCMYgnHxf8KTIjfwUz3irkLD.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':37,'name':'Western'},{'id':9648,'name':'Mystery'}]","","8043","tt0072735","en","Breakheart Pass","At the height of the frontier era, a train races through the Rocky Mountains on a classified mission to a remote army post. But one by one the passengers are being murdered, and their only hope is the mysterious John Deakin, who's being transported to face trial for murder.","3.805","/rnkwKj2mJRdHr65CGMxxNEeEPOX.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':14390,'logo_path':null,'name':'Jerry Gershwin Productions','origin_country':''},{'id':14391,'logo_path':null,'name':'Elliott Kastner Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1975-12-25","0","95","[{'iso_639_1':'en','name':'English'}]","Released","Revenge Mystery Danger Ambush","Breakheart Pass","false","6.7","54" +"false","/zb5aFldTPWcvAR70vXWTQWkuDnQ.jpg","null","15000000","[{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'}]","","68","tt0088846","en","Brazil","Low-level bureaucrat Sam Lowry escapes the monotony of his day-to-day life through a recurring daydream of himself as a virtuous hero saving a beautiful damsel. Investigating a case that led to the wrongful arrest and eventual death of an innocent man instead of wanted terrorist Harry Tuttle, he meets the woman from his daydream, and in trying to help her gets caught in a web of mistaken identities, mindless bureaucracy and lies.","8.516","/55Vfc1beLn3pJF4Lw83TRKHenK6.jpg","[{'id':10214,'logo_path':null,'name':'Embassy International Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1985-02-20","0","132","[{'iso_639_1':'en','name':'English'}]","Released","It's only a state of mind.","Brazil","false","7.7","1531" +"false","/7A3uAcB6KAScHcFw0giptE1mhAZ.jpg","null","72000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10752,'name':'War'}]","","197","tt0112573","en","Braveheart","Enraged at the slaughter of Murron, his new bride and childhood love, Scottish warrior William Wallace slays a platoon of the local English lord's soldiers. This leads the village to revolt and, eventually, the entire country to rise up against English rule.","30.8","/2qAgGeYdLjelOEqjW9FYvPHpplC.jpg","[{'id':4564,'logo_path':null,'name':'Icon Entertainment International','origin_country':''},{'id':7965,'logo_path':null,'name':'The Ladd Company','origin_country':'US'},{'id':11353,'logo_path':null,'name':'B.H. Finance C.V.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-05-24","210000000","178","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'la','name':'Latin'},{'iso_639_1':'gd','name':''}]","Released","Every man dies. Not every man truly lives.","Braveheart","false","7.9","5306" +"false","/sfRCA9g3CunpnZO3QurHSIRcsUq.jpg","null","185000000","[{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':28,'name':'Action'},{'id':14,'name':'Fantasy'}]","http://disney.go.com/brave/#/home","62177","tt1217209","en","Brave","Brave is set in the mystical Scottish Highlands, where M??rida is the princess of a kingdom ruled by King Fergus and Queen Elinor. An unruly daughter and an accomplished archer, M??rida one day defies a sacred custom of the land and inadvertently brings turmoil to the kingdom. In an attempt to set things right, M??rida seeks out an eccentric old Wise Woman and is granted an ill-fated wish. Also figuring into M??rida???s quest ??? and serving as comic relief ??? are the kingdom???s three lords: the enormous Lord MacGuffin, the surly Lord Macintosh, and the disagreeable Lord Dingwall.","26.912","/qhABv2d4NZLhsOOA4iBFM4rfuJC.jpg","[{'id':3,'logo_path':'/1TjvGVDMYsj6JBxOAkUHpPEwLf7.png','name':'Pixar','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-06-21","538983207","93","[{'iso_639_1':'en','name':'English'}]","Released","Change your fate.","Brave","false","6.9","7805" +"false","/8DXhBeOqsCrh0x0lSS4tUUXUj4n.jpg","null","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","27396","tt0072732","en","Brannigan","Jim Brannigan is sent to London to bring back an American mobster who is being held for extradition but when he arrives he has been kidnapped which was set up by his lawyer. Brannigan in his American Irish way brings American law to the people of Scotland Yard in order to recapture this mobster with both a price tag on his head and a stuffy old London cop to contend with.","1.826","/iQLvOBBDSsBiV4UdSZlxM6mgjJU.jpg","[{'id':10463,'logo_path':null,'name':'Levy-Gardner-Laven','origin_country':''},{'id':61092,'logo_path':null,'name':'Wellborn','origin_country':''},{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1975-03-21","0","111","[{'iso_639_1':'en','name':'English'}]","Released","Big Jim Brannigan takes on London - Chicago Style !","Brannigan","false","5.7","30" +"false","/Q0QRobJLWeyiHbTBD6WG03fAIU.jpg","null","0","[{'id':878,'name':'Science Fiction'}]","http://brandedmovie.com","112090","tt1368440","en","Branded","In a dystopian future, where corporate brands have created a disillusioned population, one man's effort to unlock the truth behind the conspiracy leads to an epic battle with hidden forces that control the world.","5.382","/cvncaHnW7M4OuXzdbtTYLTYDUw0.jpg","[{'id':28176,'logo_path':null,'name':'Bomar OOD','origin_country':''},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':58137,'logo_path':null,'name':'Mirumir','origin_country':''},{'id':678,'logo_path':'/AbIc38dGx4b8dhKS7oeRL6aXFDv.png','name':'Turner Network Television','origin_country':'US'}]","[{'iso_3166_1':'RU','name':'Russia'}]","2012-09-06","0","106","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'ru','name':'P????????????'}]","Released","The Mad Cow","Branded","false","4.7","98" +"false","/pdzC8RB0QWQdfvWsX902jsgTUlc.jpg","null","0","[{'id':80,'name':'Crime'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","85414","tt1990181","en","Brake","A Secret Service Agent is held captive in the trunk of a car and endures high-speed mental and physical torture as terrorists attempt to extract needed information for their sinister plot.","6.177","/i6sJzILrDowLSo97lPXxPdj8jSi.jpg","[{'id':3256,'logo_path':'/46DvwRN1HzydHqQo2Wx01YzMXMi.png','name':'Lightning Entertainment','origin_country':'US'},{'id':25728,'logo_path':null,'name':'La Costa Productions','origin_country':''},{'id':25729,'logo_path':null,'name':'Walking West Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-03-22","0","92","[{'iso_639_1':'en','name':'English'}]","Released","The only way out is to give in","Brake","false","5.5","105" +"false","/wFKIcThy4sDfZKkSZcPBHDbchmt.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10752,'name':'War'},{'id':53,'name':'Thriller'}]","","256969","tt1965162","en","Boys of Abu Ghraib","An American soldier deployed at Abu Ghraib finds himself behind the walls of the infamous Hard Site, where he develops a secret friendship with an Iraqi detainee.","2.65","/8AfK1rgEQZ8s2m3caPwm1VlOz7D.jpg","[{'id':30187,'logo_path':null,'name':'Meteor Film GmbH','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-03-15","0","103","[{'iso_639_1':'en','name':'English'}]","Released","","Boys of Abu Ghraib","false","5.4","31" +"false","/numVTm441JOv6d4rQMaNz9o3Gm6.jpg","null","6500000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","650","tt0101507","en","Boyz n the Hood","Boyz n the Hood is the popular and successful film and social criticism from John Singleton about the conditions in South Central Los Angeles where teenagers are involved in gun fights and drug dealing on a daily basis.","9.698","/9qQdpidN33pTEaxAP5gaTmCPGFq.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1991-07-12","57504069","112","[{'iso_639_1':'en','name':'English'}]","Released","Once upon a time in South Central L.A... It ain't no fairy tale.","Boyz n the Hood","false","7.5","649" +"false","/aE1gbq6nw8zyVqvEBXMVMCqZpCs.jpg","null","4000000","[{'id':18,'name':'Drama'}]","","85350","tt1065073","en","Boyhood","The film tells a story of a divorced couple trying to raise their young son. The story follows the boy for twelve years, from first grade at age 6 through 12th grade at age 17-18, and examines his relationship with his parents as he grows.","12.84","/eKi4e5zXhQKs0De4xu5AAMvu376.jpg","[{'id':307,'logo_path':'/gUi3pAUznQJpR296lw4mSVbB7zx.png','name':'IFC Films','origin_country':'US'},{'id':11510,'logo_path':null,'name':'Detour Filmproduction','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-06-05","44349000","164","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","12 years in the making.","Boyhood","false","7.5","3011" +"false","/3TEy2Zu2Ri57fscce6vE7usY7oL.jpg","null","0","[{'id':10402,'name':'Music'},{'id':18,'name':'Drama'}]","","286519","tt3302706","en","Boychoir","Stet, a troubled and angry 11-year-old orphan from a small Texas town, ends up at a Boy Choir school back East after the death of his single mom. Completely out of his element, he finds himself in a battle of wills with a demanding Choir Master who recognizes a unique talent in this young boy as he pushes him to discover his creative heart and soul in music.","6.084","/jh2xStYNXhSK5JYFUApMEqgn0yT.jpg","[{'id':9325,'logo_path':null,'name':'Informant Media','origin_country':''},{'id':49705,'logo_path':null,'name':'Informant Films','origin_country':''}]","[{'iso_3166_1':'NL','name':'Netherlands'},{'iso_3166_1':'US','name':'United States of America'}]","2014-09-04","0","106","[{'iso_639_1':'en','name':'English'}]","Released","Extraordinary talent needs extraordinary inspiration","Boychoir","false","6.8","152" +"false","/vFrXVHe9Wjwn60zWeL2uYvwZUgn.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","http://www.boythemovie.co.nz","39356","tt1560139","en","Boy","It's 1984, and Michael Jackson is king - even in Waihau Bay, New Zealand. Here we meet Boy, an 11-year-old who lives on a farm with his gran, a goat, and his younger brother, Rocky (who thinks he has magic powers). Shortly after Gran leaves for a week, Boy's father, Alamein, appears out of the blue. Having imagined a heroic version of his father during his absence, Boy comes face to face with the real version-an incompetent hoodlum who has returned to find a bag of money he buried years before. This is where the goat enters.","6.486","/jOcwOnCwTbCvJm7jAbeSo4Jgv0H.jpg","[{'id':294,'logo_path':'/3XuHM8TXG0gDdPM3xJI14gkZbQy.png','name':'New Zealand Film Commission','origin_country':'NZ'},{'id':2372,'logo_path':null,'name':'Unison Films','origin_country':''},{'id':2498,'logo_path':null,'name':'Whenua Films','origin_country':''}]","[{'iso_3166_1':'NZ','name':'New Zealand'}]","2010-02-14","9116968","87","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'mi','name':''}]","Released","Summer, Girls, Gangs, Drugs ... its not easy being eleven.","Boy","false","7.5","140" +"false","/9bxgzFuIAw5TaJhnYLpNHnIrZwo.jpg","null","0","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","https://www.facebook.com/bountykillermovie/","209504","tt2369396","en","Bounty Killer","It???s been 20 years since the corporations took over the world???s governments. Their thirst for power and profits led to the Corporate Wars, a fierce global battle that laid waste to society as we know it. Born from the ash, the Council of Nine rose as a new law and order for this dark age. To avenge the corporations??? reckless destruction, the Council issues death warrants for all white collar criminals. Their hunters???the bounty killer. From amateur savage to graceful assassin, the bounty killers now compete for body count, fame and a fat stack of cash. They???re ending the plague of corporate greed and providing the survivors of the apocalypse with retribution. These are the new heroes. This is the age of the BOUNTY KILLER.","6.787","/tRitIE7zNwoF99j3IA31chp5idI.jpg","[{'id':15705,'logo_path':null,'name':'Just Chorizo Productions','origin_country':''},{'id':2526,'logo_path':'/kzIW6QWhacDwzGoXEIWhac8rb70.png','name':'Kickstart','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-09-05","0","93","[{'iso_639_1':'en','name':'English'}]","Released","In the year 2042, CEO's are making a killing. It's time to return the favor. If the suit fits, waste it.","Bounty Killer","false","5.7","111" +"false","/mkewa2szbovwQNVSlspZd3EnkR4.jpg","null","0","[{'id':18,'name':'Drama'}]","","259963","tt2624412","en","Boulevard","Nolan Mack, a soft-spoken bank employee, undoubtedly loves his wife Joy, though their cavernous empty house only underscores how disconnected they???ve always been from each other. Nolan finds himself drifting from his familiar present-day life in pursuit of lost time after meeting a troubled young man named Leo on his drive home. What begins as an aimless drive down an unfamiliar street turns into a life-altering series of events.","4.692","/154Ji5Whk6wl5Ki4chwqW8Uhy4F.jpg","[{'id':10773,'logo_path':null,'name':'Evil Media Empire','origin_country':''},{'id':10772,'logo_path':null,'name':'Camellia Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-04-20","126150","88","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","It's never too late to make a U-turn","Boulevard","false","5.8","136" +"false","/akgjzb4o3t7k6PbAzhNM2DBCN4e.jpg","null","4500000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':53,'name':'Thriller'}]","","9303","tt0115736","en","Bound","Corky, a tough female ex con and her lover Violet concoct a scheme to steal millions of stashed mob money and pin the blame on Violet's crooked boyfriend Caesar.","8.347","/xfITNjW2sunPiB7BNotJJsCxhdA.jpg","[{'id':10308,'logo_path':null,'name':'Dino De Laurentiis Company','origin_country':'US'},{'id':10355,'logo_path':null,'name':'Spelling Films','origin_country':''},{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-09-13","7011317","109","[{'iso_639_1':'en','name':'English'}]","Released","In their world, you can't buy freedom, but you can steal it.","Bound","false","7","331" +"false","/18bBz1Sjx0UJxvjayR1rhiPFGiO.jpg","{'id':294187,'name':'Born To Race Collection','poster_path':'/osCvgkBrEEkTms8y1QI8HxfaEOW.jpg','backdrop_path':'/7WYKwFfwrxrQOWmhv1NyfD3MTMF.jpg'}","0","[{'id':28,'name':'Action'}]","http://www.borntoracemovie.com/Site/Home.html","74523","tt1781781","en","Born to Race","Born To Race is the story of Danny Krueger, a rebellious young street racer on a collision course with trouble. After an accident at an illegal street race, he is sent to a small town to live with his estranged father, a washed up NASCAR racer. When Danny decides to enter the NHRA High School Drags, he's forced to seek his father's help in taking down the local hot shot","5.588","/ora2m1w57h6eOfKGgBgP2o1hCZn.jpg","[{'id':10700,'logo_path':null,'name':'American Cinema International','origin_country':''},{'id':37081,'logo_path':null,'name':'ESX Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-03-19","0","99","[{'iso_639_1':'en','name':'English'}]","Released","Only one can win it all.","Born to Race","false","5.9","62" +"false","/f6wiZK0VWFQsffdI4jApZLG65nv.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","","24481","tt0042276","en","Born Yesterday","Uncouth, loud-mouth junkyard tycoon Harry Brock descends upon Washington D.C. to buy himself a congressman or two, bringing with him his mistress, ex-showgirl Billie Dawn.","3.719","/VMfHEWkr9ZLPsCshBjsy21Ae3B.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1950-12-25","0","103","[{'iso_639_1':'en','name':'English'}]","Released","It's Here AT LAST!","Born Yesterday","false","7.1","51" +"false","/i8FVA1dDHYphq7uKildgt4Xooxs.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://www.imax.com/borntobewild/","50081","tt1680059","en","Born to Be Wild","Born to Be Wild observes various orphaned jungle animals and their day-to-day behavioural interactions with the individuals who rescue them and raise them to adulthood. The film unfurls in two separate geographic spheres. Half of it takes place in the rain forests of Borneo, where celebrated primatologist Dr. Birute Galdikas assists baby orangutans; the other half takes place on the arid savannahs of Kenya, where zoologist Dame Daphne Sheldrick works with baby elephant calves.","2.028","/qTOFyBJ6aKjsxhP6WQgZ6NTRBIy.jpg","[{'id':3447,'logo_path':'/yBdvUlunhXyUowuy0XaEPuBtYTo.png','name':'IMAX','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-04-08","7732325","40","[{'iso_639_1':'en','name':'English'}]","Released","Born to be loved. Born to be free.","Born to Be Wild","false","7.2","27" +"false","/mHvoHA5P6eMccdSOqGWYymp1ipd.jpg","{'id':294187,'name':'Born To Race Collection','poster_path':'/osCvgkBrEEkTms8y1QI8HxfaEOW.jpg','backdrop_path':'/7WYKwFfwrxrQOWmhv1NyfD3MTMF.jpg'}","0","[{'id':28,'name':'Action'}]","","213927","tt2547210","en","Born to Race: Fast Track","Danny Krueger is a twenty-year old drag racer who plays by his own rules. After winning a scholarship to the prestigious Fast Lane Racing Academy, Danny finds himself competing against some of the fiercest young drivers in the world. Tension soars on and off the track, and a terrible incident leaves Danny without a racing partner. Facing dismissal from the academy, Danny is forced to team up with an old rival. The pair must learn to set aside their differences as they vie for rookie spots on a professional racing team.","2.579","/vGUY5CjK3Prwo62gML99Qk4Wyen.jpg","[{'id':37080,'logo_path':null,'name':'Soundscape Media','origin_country':''},{'id':10700,'logo_path':null,'name':'American Cinema International','origin_country':''},{'id':37081,'logo_path':null,'name':'ESX Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-03-20","0","94","[{'iso_639_1':'en','name':'English'}]","Released","Survival of the fastest","Born to Race: Fast Track","false","5.7","36" +"false","/aF0RL2B5TUFD3VzzIEN6OAkI5pe.jpg","null","0","[{'id':18,'name':'Drama'}]","","154844","tt1567227","en","Born & Raised","This intelligently crafted, seven-time award winning festival favorite, tells the story of a young man, in a small seaside town, who learns a thing or two about love, luck and life from his well-traveled, outlaw grandfather. Born & Raised is a gritty, coming-of-age drama with a lot of heart and a ton of laughs.","0.6","/mDAPmio2uKzJUUSrG9JYxSZwbzl.jpg","[{'id':23590,'logo_path':null,'name':'Born & Raised','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-09-08","0","96","[{'iso_639_1':'en','name':'English'}]","Released","A young man tied to his hometown. A grandfather tied to nothing. Bound together by friendship.","Born & Raised","false","5.2","5" +"false","/tvlN062QAndxhxHXgKwJoFjea6F.jpg","{'id':115142,'name':'Tales from the Crypt Collection','poster_path':'/jjZPZjBywbMZqK1nqSx6zhhk6KZ.jpg','backdrop_path':'/o9Nll2BovcZ9EDmBBMmnHx99wP4.jpg'}","15000000","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'}]","","9431","tt0117826","en","Bordello of Blood","Private eye Rafe Guttman is hired by repressed, born-again Katherine to find her missing bad-boy brother. The trail leads him to a whorehouse run by a thousand-year-old vampire and secretly backed by Katherine's boss, televangelist Jimmy Current.","9.282","/aKkUQ0Zd9TFlqfcMMHFKQBB15wZ.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':69626,'logo_path':null,'name':'Tales From The Crypt Holdings','origin_country':''},{'id':69625,'logo_path':null,'name':'Universal City Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-08-16","5600000","87","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","","Bordello of Blood","false","5.1","113" +"false","/cVh01PMK6ydxBrTpehHPJBNIXiq.jpg","null","18000000","[{'id':35,'name':'Comedy'}]","http://www.boratmovie.com/","496","tt0443453","en","Borat: Cultural Learnings of America for Make Benefit Glorious Nation of Kazakhstan","Kazakh journalist Borat Sagdiyev travels to America to make a documentary. As he zigzags across the nation, Borat meets real people in real situations with hysterical consequences. His backwards behavior generates strong reactions around him exposing prejudices and hypocrisies in American culture.","10.008","/9yoY43fgCmuCv2tzIr77z9jCx1L.jpg","[{'id':20567,'logo_path':null,'name':'Four By Two Productions','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2006-11-01","261572744","82","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'hy','name':''},{'iso_639_1':'he','name':'????????????????'},{'iso_639_1':'pl','name':'Polski'},{'iso_639_1':'ro','name':'Rom??n??'}]","Released","Come to Kazakhstan, it's nice!","Borat: Cultural Learnings of America for Make Benefit Glorious Nation of Kazakhstan","false","6.6","2523" +"false","/fLv3pkJBgxgembZditJ35t457eT.jpg","null","0","[{'id':27,'name':'Horror'},{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'}]","http://www.facebook.com/pages/B-o-n-e-b-o-y-s/117938788218503?ref=ts","145668","tt1740476","en","Butcher Boys","A gut-wrenching, non-stop roller coaster ride through the hellish underbelly of inner-city America. A birthday celebration at an upscale restaurant sets in motion events that bring Sissy, her brother, Mikey, and friends, Kenny and Barbie, face to face with the macabre world of the Boneboys. Inspired by Jonathan Swift's cannibalistic tale A Modest Proposal, the Boneboys are international predators who deal in human flesh - dead or alive. Their hunting grounds are the cities of the world.","2.617","/czIgwjChUogITFGQ2vhkjT6WBOs.jpg","[{'id':23189,'logo_path':null,'name':'Greeks Productions','origin_country':''},{'id':23190,'logo_path':null,'name':'Kitchen Sink Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-09-06","0","86","[{'iso_639_1':'en','name':'English'}]","Released","You are what you eat","Butcher Boys","false","3.4","25" +"false","/lwI40taKaCKHK9mUeSBP2tQz8dS.jpg","null","150000000","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'}]","http://movies.disney.com/bolt","13053","tt0397892","en","Bolt","Bolt is the star of the biggest show in Hollywood. The only problem is, he thinks it's real. After he's accidentally shipped to New York City and separated from Penny, his beloved co-star and owner, Bolt must harness all his ""super powers"" to find a way home.","13.395","/pGA75RbbIDXlUJtzJogAtS0KyxL.jpg","[{'id':6125,'logo_path':'/tVPmo07IHhBs4HuilrcV0yujsZ9.png','name':'Walt Disney Animation Studios','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-01-29","309979994","98","[{'iso_639_1':'en','name':'English'}]","Released","Fully Awesome. Ridonculous. Let It Begin.","Bolt","false","6.4","3222" +"false","/9ZxjwCx8ipMAi133wxDWxu4YeLG.jpg","null","0","[{'id':27,'name':'Horror'}]","","78083","tt1493798","en","Boggy Creek","Following the death of her father in a terrible accident, sweet, yet troubled Jennifer and her friends decide to check out her dad's cabin that's located in the deep woods of Boggy Creek, Texas. While staying at said cabin for a week, Jennifer and company run afoul of an evil and vicious monster of local legend that kills men and abducts women.","1.199","/e7yNvKDKoYruqjElUiSTPBCjoyR.jpg","[{'id':16800,'logo_path':null,'name':'Boggy Creek Productions','origin_country':''},{'id':23710,'logo_path':null,'name':'Inkbug Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-09-13","0","87","[{'iso_639_1':'en','name':'English'}]","Released","The legend is true","Boggy Creek","false","2.8","9" +"false","/8NKlqvUJ5IHk58KhM3Vwqp588jU.jpg","null","70000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://wwws.warnerbros.co.uk/bodyoflies/","12113","tt0758774","en","Body of Lies","The CIA???s hunt is on for the mastermind of a wave of terrorist attacks. Roger Ferris is the agency???s man on the ground, moving from place to place, scrambling to stay ahead of ever-shifting events. An eye in the sky ??? a satellite link ??? watches Ferris. At the other end of that real-time link is the CIA???s Ed Hoffman, strategizing events from thousands of miles away. And as Ferris nears the target, he discovers trust can be just as dangerous as it is necessary for survival.","14.328","/ngQAEKZVpT0SD9i98ApEgsQKC52.jpg","[{'id':1645,'logo_path':'/6Ry6uNBaa0IbbSs1XYIgX5DkA9r.png','name':'Scott Free Productions','origin_country':''},{'id':2609,'logo_path':'/ocmrEBfmecJvrbIM4C50vjYWtlq.png','name':'De Line Pictures','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2008-10-10","113280098","128","[{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'en','name':'English'}]","Released","Trust no one. Deceive everyone.","Body of Lies","false","6.6","1433" +"false","/kSB2pzvhQC66QcxEdeHAIPVnLOs.jpg","null","30000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':10749,'name':'Romance'}]","http://www.mgm.com/#/our-titles/226/Body-Of-Evidence","2149","tt0106453","en","Body of Evidence","Sizzingly sexy Madonna leads a star-filled cast in this erotic thriller as a woman accused of killing a wealthy, elderly man through her insatiable sexual prowess.","6.925","/31M7UUTMo5PjCnvcfbtWjokJXMZ.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","1993-01-15","13273595","101","[{'iso_639_1':'en','name':'English'}]","Released","An act of love, or an act of murder?","Body of Evidence","false","4.5","107" +"false","/k8a5CGOdUoqifOSSYPIfyCyBD2b.jpg","null","10000000","[{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","11507","tt0086984","en","Body Double","After losing an acting role and his girlfriend, Jake Scully finally catches a break: he gets offered a gig house-sitting in the Hollywood Hills. While peering through the beautiful home's telescope one night, he spies a gorgeous blonde dancing in her window. But when he witnesses the girl's murder, it leads Scully through the netherworld of the adult entertainment industry on a search for answers -- with porn actress Holly Body as his guide.","7.43","/5QqmrjJHLpGR3L80Nw6SJcVffli.jpg","[{'id':7585,'logo_path':null,'name':'Delphi II Productions','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-10-25","8801940","114","[{'iso_639_1':'en','name':'English'}]","Released","You can't believe everything you see.","Body Double","false","6.7","231" +"false","/dNaZhBeV76hQ80KF3D1EjBTylTd.jpg","null","0","[{'id':10770,'name':'TV Movie'},{'id':27,'name':'Horror'}]","http://www.theofficialjohncarpenter.com/body-bags/","31578","tt0106449","en","Body Bags","Three tales, each more terrifying than the last. .??.??. A woman who is stalked by an axe-weilding maniac .??.??. a man who pays the ultimate price for a beautiful head of hair .??.??. and a vision of life???seen through the eyes of a killer.","5.809","/5CNDkWS2u5nBWtxSIPOnNGssLxD.jpg","[{'id':4343,'logo_path':'/rXq1B1Hnkdnw6soz1zoGcslK3wb.png','name':'Showtime Networks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-08-07","0","94","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","Zip yourself in tight!","Body Bags","false","6","93" +"false","/87wVSG1DUr5v6NBmBgP3r9VzDGQ.jpg","null","0","[{'id':10402,'name':'Music'}]","","54931","tt0319075","en","Bob Dylan: The 30th Anniversary Concert Celebration","On October 16, 1992, an impressive and eclectic group of artists gathered at Madison Square Garden in New York City for the purpose of celebrating the music of Bob Dylan on the occasion of his 30th anniversary of recording. Bringing together musical greats as far-flung as Johnny Cash and Eddie Vedder, The Clancy Brothers and Lou Reed, the four-hour show celebrated a truly remarkable lifetime of songs in front of a sold-out audience of over 18,000. Warmly dubbed the Bobfest by participant Neil Young, the show was broadcast around the world and featured a cast of musical notables performing carefully chosen and often surprising selections from the incomparable Dylan songbook. At evening's end, the man of honor himself appeared on stage and gracefully brought it all back home again. In a world where all-star celebrity gatherings have become commonplace, the Bob Dylan celebration stood out as, first and foremost, a legitimately memorable musical event.","1.4","/u5jpY0R5NTzUkeakpvS74ywpNjp.jpg","[{'id':8551,'logo_path':null,'name':'CBS Records','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-03-02","0","252","[{'iso_639_1':'en','name':'English'}]","Released","music, live, convert","Bob Dylan: The 30th Anniversary Concert Celebration","false","9.4","5" +"false","/4FLZTeVWrp14vm5wMlSJzEghDrd.jpg","null","3500000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","46705","tt1120985","en","Blue Valentine","Dean and Cindy live a quiet life in a modest neighborhood. They appear to have the world at their feet at the outset of the relationship. However, his lack of ambition and her retreat into self-absorption cause potentially irreversible cracks in their marriage.","11.613","/r8l15gDSQMupjKXEyXkOMkRpcsn.jpg","[{'id':11338,'logo_path':null,'name':'Cottage Industries','origin_country':''},{'id':7215,'logo_path':null,'name':'Incentive Filmed Entertainment','origin_country':''},{'id':2293,'logo_path':null,'name':'Silverwood Films','origin_country':''},{'id':2290,'logo_path':null,'name':'Hunting Lane Films','origin_country':''},{'id':11335,'logo_path':null,'name':'Chrysler Corporation','origin_country':''},{'id':11336,'logo_path':null,'name':'Shade Pictures','origin_country':''},{'id':11337,'logo_path':null,'name':'Motel Movies','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-12-27","16566240","112","[{'iso_639_1':'en','name':'English'}]","Released","Nobody Baby But You And Me","Blue Valentine","false","6.9","1601" +"false","/eZUssnnFeSO4naHJC400PbiL58f.jpg","null","65000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","11001","tt0181316","en","Blue Streak","Miles Logan is a jewel thief who just hit the big time by stealing a huge diamond. However, after two years in jail, he comes to find out that he hid the diamond in a police building that was being built at the time of the robbery. In an attempt to regain his diamond, he poses as a LAPD detective","11.174","/jek2osBtFhzU6Hjj7yp1egOtbqO.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","1999-09-17","117758500","93","[{'iso_639_1':'en','name':'English'}]","Released","He's A Cop That's Not.","Blue Streak","false","6.2","631" +"false","/22cuO9wM2mnpvXx2NDT8la0IBKY.jpg","null","420000","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","http://blueruinmovie.com/","188166","tt2359024","en","Blue Ruin","When the quiet life of a beach bum is upended by dreadful news, he sets off for his childhood home to carry out an act of vengeance.","6.504","/jspgd5F60RH8sKFfuvVW5jVL1F0.jpg","[{'id':28360,'logo_path':'/62pQuXxKWNzJK9QL2E4IogCodl4.png','name':'Paradise City','origin_country':'FR'},{'id':1976,'logo_path':'/vuNHAl3LpcNtjtRx8Ml4gpUMO2G.png','name':'filmscience','origin_country':'US'},{'id':2772,'logo_path':null,'name':'The Lab Of Madness','origin_country':''},{'id':22700,'logo_path':null,'name':'Neighborhood Watch','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-09-09","993313","91","[{'iso_639_1':'en','name':'English'}]","Released","Revenge comes home","Blue Ruin","false","6.9","713" +"false","/xjt2tQxTsdl9TsFdcpxdJ0sr5pb.jpg","null","1250000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","http://www.bluelikejazzthemovie.com/","98369","tt1758575","en","Blue Like Jazz","A young man must find his own way as his Southern Baptist roots don't seem to be acceptable at his new liberal arts college.","3.007","/ckrw7hNji7K0fTiy61fsprpPKFl.jpg","[{'id':36108,'logo_path':null,'name':'Ruckus Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-04-13","0","106","[{'iso_639_1':'en','name':'English'}]","Released","Everybody belongs somewhere","Blue Like Jazz","false","5.9","34" +"false","/9292R222w18nMIG9iRx92b0ez2.jpg","null","18000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","160588","tt2334873","en","Blue Jasmine","Jasmine French used to be on the top of the heap as a New York socialite, but now is returning to her estranged sister in San Francisco utterly ruined. As Jasmine struggles with her haunting memories of a privileged past bearing dark realities she ignored, she tries to recover in her present. Unfortunately, it all proves a losing battle as Jasmine's narcissistic hangups and their consequences begin to overwhelm her. In doing so, her old pretensions and new deceits begin to foul up everyone's lives, especially her own.","9.427","/tXzOAeub5ZaxGv9vkJLtU0aNenl.jpg","[{'id':1824,'logo_path':null,'name':'Gravier Productions','origin_country':''},{'id':12966,'logo_path':null,'name':'Perdido Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-07-25","99206215","98","[{'iso_639_1':'en','name':'English'}]","Released","Blue Moon. I used to know the words. Now they're all a jumble.","Blue Jasmine","false","7","1886" +"false","/lVlzUCVxMZCMnZxwauBK92jBS2b.jpg","null","53000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","4133","tt0221027","en","Blow","A boy named George Jung grows up in a struggling family in the 1950's. His mother nags at her husband as he is trying to make a living for the family. It is finally revealed that George's father cannot make a living and the family goes bankrupt. George does not want the same thing to happen to him, and his friend Tuna, in the 1960's, suggests that he deal marijuana. He is a big hit in California in the 1960's, yet he goes to jail, where he finds out about the wonders of cocaine. As a result, when released, he gets rich by bringing cocaine to America. However, he soon pays the price.","12.527","/yCLLbZzAa7jreGus7pvjZmL0bj7.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-04-04","83282296","124","[{'iso_639_1':'en','name':'English'}]","Released","Based on a True Story.","Blow","false","7.4","2258" +"false","/c0YoRHkD5ilonpEJSnD6veBNOfA.jpg","null","0","[{'id':27,'name':'Horror'}]","","116532","tt1920860","en","Bloody Mary","Bloody Mary tells the story of the spirit of the titular character (as portrayed by lovely actress Veronica Ricci), who after shuffling off the mortal coil in 1904 via execution due to her alleged adultery, returns to exact revenge on the bloodline of her executioner. In this case that???s Matt Elias (actor Derek Jameson), the grandson of Mary???s murderer and an up-and-coming rockstar.","0.996","/jDzm6AI2mLBrMdgc4Gbu2ZGz4Ib.jpg","[]","[]","2011-12-01","0","82","[{'iso_639_1':'en','name':'English'}]","Released","The Legend Returns","Bloody Mary","false","2.8","4" +"false","/xiXDTO57wkO6myDDzawk4iFGCUX.jpg","null","0","[{'id':27,'name':'Horror'}]","","223732","tt2040295","en","Bloody Homecoming","Three years after a tragic accident leaves a student dead at the annual Homecoming dance, a group of senior friends anxious about the return of Homecoming Night to their sleepy Southern town find themselves visited by a deadly presence from their past in the dark and desolate halls of their very own high school.","2.408","/s0d4powguYYc4d5UbQ4i9DLNbMz.jpg","[{'id':30534,'logo_path':null,'name':'DAVED Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-12-30","0","82","[{'iso_639_1':'en','name':'English'}]","Released","Come home to terror.","Bloody Homecoming","false","4.5","16" +"false","/9xDaUf00D2V22JLTFW3Kf0Uboqh.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':27,'name':'Horror'}]","","55538","tt0082084","en","Bloody Birthday","In 1970, three children are born at the height of a total eclipse. Due to the sun and moon blocking Saturn, which controls emotions, they have become heartless killers ten years later, and are able to escape detection because of their youthful and innocent facades. A boy and his teenage sister become endangered when they stumble onto the bloody truth.","3.491","/t9dJvIEj2yYUhNK2jHU5qJZcJKm.jpg","[{'id':24576,'logo_path':null,'name':'Judica Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1981-04-28","0","85","[{'iso_639_1':'en','name':'English'}]","Released","The Nightmare Begins With The Kids Next Door","Bloody Birthday","false","5.9","56" +"false","/x30MrCZzj0xqT1TXPtl4mkQjdi5.jpg","null","0","[{'id':27,'name':'Horror'}]","http://www.troma.com/films/bloodsucking-freaks/","34023","tt0077247","en","Bloodsucking Freaks","Sardu runs the theatre of the macabre. Sardu is into S&M. Sardu likes to kill people in public and make them think it's fake.","2.887","/v8uf2n9NeNkUwmsSkCDHqwudQfg.jpg","[{'id':3052,'logo_path':null,'name':'Troma Entertainment','origin_country':''},{'id':22457,'logo_path':null,'name':'Alan C. Margolin - Joel M. Reed Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1976-11-02","0","84","[{'iso_639_1':'en','name':'English'}]","Released","Join The Fun!??? Human Dart Boards??? ???Home Style Brain Surgery?????? Dental Hijinks!","Bloodsucking Freaks","false","4.8","45" +"false","/5xrZTFHhAdlg0WtjkkGDqf4Knck.jpg","{'id':36694,'name':'Bloodsport Collection','poster_path':'/sTqv7FQalXNVGSpfSJaWek077w9.jpg','backdrop_path':'/1DXtjAAaK7597GV5MSZH6nn0uqS.jpg'}","10000000","[{'id':28,'name':'Action'}]","","11690","tt0092675","en","Bloodsport","Frank Dux has entered the ""kumite"", an illegal underground martial-arts competition where serious injury and even death are not unknown. Chong Li, a particularly ruthless and vicious fighter is the favorite, but then again Dux has not fought him yet.","10.807","/E4d48dFICxN1tcGywt1p5zBHYJ.jpg","[{'id':1444,'logo_path':'/5jvFLUVXGXxkyszL9cqJN5hNhJ6.png','name':'Cannon Group','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-02-26","0","92","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","The true story of an American ninja.","Bloodsport","false","6.7","648" +"false","/m8khLWKD7mrfq5O97QDJMjHaVu0.jpg","null","25500000","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","190955","tt1747958","en","Blood Ties","Two brothers, on either side of the law, face off over organized crime in Brooklyn during the 1970s.","10.112","/b92dNX0BYxGAroKuR98I2qn9vwy.jpg","[{'id':34780,'logo_path':null,'name':'Chi-Fou-Mi Productions','origin_country':'FR'},{'id':856,'logo_path':'/3tfzS2CrX6Ntbu927XzHXEPDA6y.png','name':'Wild Bunch','origin_country':'FR'},{'id':2490,'logo_path':null,'name':'LGM Productions','origin_country':''},{'id':2612,'logo_path':'/3ulBLchjjnjVmvyLQSwO62MDKLE.png','name':'Les Productions du Tr??sor','origin_country':'FR'},{'id':2908,'logo_path':'/8TnTh3wLfwCHMryk1ujHdxEG2Kc.png','name':'Mars Distribution','origin_country':'FR'},{'id':9015,'logo_path':null,'name':'Worldview Entertainment','origin_country':''},{'id':10611,'logo_path':'/zQ4fGaEnNkWfSzyygXRcUZwPmDG.png','name':'Cin??+','origin_country':'FR'},{'id':11261,'logo_path':null,'name':'M6','origin_country':''},{'id':19690,'logo_path':null,'name':'Caneo Films','origin_country':''},{'id':32242,'logo_path':null,'name':'Grisbi Productions','origin_country':''},{'id':33928,'logo_path':'/iZaJGQU3hDID4pcGUBLvvZ0KJg2.png','name':'France 4','origin_country':'FR'},{'id':34774,'logo_path':null,'name':'W9','origin_country':''},{'id':34782,'logo_path':null,'name':'Treasure Company','origin_country':''},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':591,'logo_path':'/q5I5RDwMEiqoNmfaJgd2LraEOJY.png','name':'France 3 Cin??ma','origin_country':'FR'},{'id':7131,'logo_path':'/eLvjHPYZ12GR58lrDgg6MXZp2a3.png','name':'France T??l??visions','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","2013-08-22","2415472","128","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","Crime runs in the family.","Blood Ties","false","6.1","258" +"false","/txiztKRpPqtPPa3hMTPs16t6x4u.jpg","null","0","[{'id':14,'name':'Fantasy'},{'id':16,'name':'Animation'},{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","http://www.bloodthemovie.com/","919","tt0275230","en","Blood: The Last Vampire","In Japan, the vampire-hunter Saya, who is a powerful original, is sent by her liaison with the government, David, posed as a teenage student to the Yokota High School on the eve of Halloween to hunt down vampires. Saya asks David to give a new katana to her. Soon she saves the school nurse Makiho Amano from two vampires disguised of classmates and Makiho witnesses her fight against the powerful demon.","7.616","/3ySU3xS4g9KeJNCNDbVniOs3KmG.jpg","[{'id':2883,'logo_path':null,'name':'Aniplex','origin_country':''},{'id':529,'logo_path':'/rwB6w2aPENQbx756pBWSw44Ouk.png','name':'Production I.G','origin_country':'JP'}]","[{'iso_3166_1':'JP','name':'Japan'}]","2000-11-18","0","48","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'}]","Released","","Blood: The Last Vampire","false","6.6","114" +"false","/667fyc5xvAN3rcBYI9SkqgmhXcA.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","https://www.facebook.com/pages/Blood-Shot/221777407838433","211587","tt1196124","en","Blood Shot","Based on the award winning short film, Blood Shot is the story of a cop named Rip whose life falls apart as he chases a terminator-like vampire, who happens to be a hitman for the CIA. They must join forces to stop a terrorist cell before its too late, battling through obstacles such as a harem, giant eunuch, demon-genie, and even explosive midgets.","2.821","/zoG1f6fN9TjrsFdJnxrHAZFxvoY.jpg","[{'id':60605,'logo_path':null,'name':'Fine Lookin' Productions','origin_country':''},{'id':60606,'logo_path':null,'name':'Infinite Justice Productions','origin_country':''},{'id':60607,'logo_path':null,'name':'Andrew Wyly Film Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-08-01","0","95","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","","Blood Shot","false","3.7","17" +"false","/5q1HAgCKP7UOgDPAg21vVrZTYHn.jpg","null","2000000","[{'id':27,'name':'Horror'}]","https://bloodshed.shuttlerock.com/","254126","tt2486278","en","Blood Shed","Loosely based on the true events of a homeless loner who moves into a self-storage facility inhabited by a community of bizarre squatters until they are locked in for the night with a deranged female who hunts them down in search of her lost child.","1.96","/zBwItoNpTd8CmTGKYpDOAGnADvA.jpg","[]","[]","2014-02-05","0","100","[{'iso_639_1':'en','name':'English'}]","Released","Absence makes the heart grow darkest","Blood Shed","false","3.7","9" +"false","/lIULbobbSoAquCqZlwJCmbRsU1i.jpg","null","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","220820","tt2510268","en","Blood of Redemption","Quinn Forte had it all: power, money, a brother who idolized him, and a woman who loved him. He also had enemies. In the course of one night, he loses everything. Betrayed by someone in his inner circle, Quinn is set up and arrested. His father, the patriarch of the criminal empire is killed and his brother suspects that Quinn is behind it all. When he's released from jail he tries to escape the demons from his past, but that becomes an impossible task. Campbell, the ruthless new leader of ""The Company"" won't let him leave in peace. So instead of escaping them, Quinn fights back. He joins forces with his former henchman and friend, The Swede, and takes on his enemies head on.","3.062","/nwDp5rJXbHWCbSM5KmKwcxqXJCN.jpg","[{'id':23688,'logo_path':null,'name':'VMI Worldwide','origin_country':''},{'id':25635,'logo_path':null,'name':'High Five Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-09-23","0","85","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'cs','name':'??esk??'}]","Released","","Blood of Redemption","false","5.3","23" +"false","/mFW75AwRnabPqdpN8bIzKVByvPj.jpg","null","0","[{'id':27,'name':'Horror'}]","http://www.myspace.com/bloodmoonrisingmovie","39700","tt1242605","en","Blood Moon Rising","The Devil's daughter rises from the grave, bringing with her zombies, werewolves, vampires and the armies of Hell to destroy Earth. Mankind's only hope for salvation lies in a young hippie girl and a comic book geek.","0.967","/7hztBacT2MIhRiXq8jmTeK6Bfkf.jpg","[]","[]","2009-11-24","0","94","[{'iso_639_1':'en','name':'English'}]","Released","","Blood Moon Rising","false","5.4","4" +"false","/zrx8pMs7fgrflKK5SS2DbLqGDqS.jpg","null","0","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'}]","http://www.animalplanet.com/tv-shows/blood-lake","270851","tt3723790","en","Blood Lake: Attack of the Killer Lampreys","After chomping through the fish population, thousands of starved lampreys begin attacking the citizens of a sleepy lake town, and the community scrambles to stay alive.","2.535","/hh8UoILfBP4NbN2RdCHzcD8tMhm.jpg","[{'id':25092,'logo_path':null,'name':'Tiki Terrors','origin_country':''},{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-05-25","0","90","[{'iso_639_1':'en','name':'English'}]","Released","They feed on one thing only.","Blood Lake","false","4","25" +"false","/ckog7JulmKAS6dz43C61zcKjjyj.jpg","null","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","http://www.bloodfirstthemovie.com/","323474","tt2376726","en","Blood First","Two brothers love and loyalty to one another is tested by the code of the streets.","0.746","/4OPNLJPu2LAIpEZ0DOkGGZaWa8y.jpg","[]","[]","2014-11-11","0","78","[]","Released","It's blood first, business, then friends... don't ever get them confused.","Blood First","false","5.1","4" +"false","/581sl5pbNrGXTt3U3dc1jJewbD3.jpg","{'id':519018,'name':'Blood Feast Collection','poster_path':null,'backdrop_path':null}","24500","[{'id':27,'name':'Horror'}]","","28172","tt0056875","en","Blood Feast","In the sleepy suburbs of Miami, seemingly normal Egyptian immigrant Fuad Ramses (Mal Arnold) runs a successful catering business. He also murders young women and plans to use their body parts to revive the goddess Ishtar. The insane Ramses hypnotizes a socialite in order to land a job catering a party for her debutante daughter, Suzette Fremont (Connie Mason), and turns the event into an evening of gruesome deaths, bloody dismemberment and ritual sacrifice.","2.383","/u6mWxgOrNAF3AaevaGEE4NqCwcQ.jpg","[{'id':4756,'logo_path':null,'name':'Friedman-Lewis Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1963-06-06","4000000","67","[{'iso_639_1':'en','name':'English'}]","Released","You'll Recoil and Shudder as You Witness the Slaughter and Mutilation of Nubile Young Girls - in a Weird and Horrendous Ancient Rite!","Blood Feast","false","5.1","50" +"false","/cXh936iSSI9kueor1jRG10ftcbC.jpg","{'id':519018,'name':'Blood Feast Collection','poster_path':null,'backdrop_path':null}","0","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'}]","","62132","tt0092669","en","Blood Diner","Two cannibalistic brothers kill various young women to make their flesh part of their new special dish at their rundown restaurant while seeking blood sacrifices to awaken a dormant Egyptian goddess.","3.409","/eJ7PA7klaZFQ3jWWmYodW2Fifxv.jpg","[{'id':12360,'logo_path':null,'name':'Vestron Pictures','origin_country':''},{'id':44717,'logo_path':null,'name':'PMS Filmworks','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-07-24","0","88","[{'iso_639_1':'en','name':'English'}]","Released","","Blood Diner","false","5.2","38" +"false","/46y6EvnDveRFwtztyHVS0y2DipU.jpg","null","100000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':28,'name':'Action'}]","","1372","tt0450259","en","Blood Diamond","An ex-mercenary turned smuggler. A Mende fisherman. Amid the explosive civil war overtaking 1999 Sierra Leone, these men join for two desperate missions: recovering a rare pink diamond of immense value and rescuing the fisherman's son conscripted as a child soldier into the brutal rebel forces ripping a swath of torture and bloodshed countrywide.","13.264","/wRamTzV6udKaMXrspxqOuo02zk0.jpg","[{'id':20938,'logo_path':null,'name':'Liberty Pictures','origin_country':''},{'id':449,'logo_path':null,'name':'Virtual Studios','origin_country':'US'},{'id':705,'logo_path':null,'name':'Spring Creek Productions','origin_country':''},{'id':348,'logo_path':null,'name':'Bedford Falls Productions','origin_country':''},{'id':7380,'logo_path':null,'name':'Initial Entertainment Group (IEG)','origin_country':''},{'id':430,'logo_path':null,'name':'Lonely Film Productions GmbH & Co. KG.','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2006-12-07","170877916","143","[{'iso_639_1':'af','name':'Afrikaans'},{'iso_639_1':'en','name':'English'}]","Released","It will cost you everything.","Blood Diamond","false","7.5","3752" +"false","/9Yvgdlc0C1fdXHxubMNxzhF6mac.jpg","null","3700000","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://www.bloodandbonemovie.com","22164","tt0346631","en","Blood and Bone","In Los Angeles, an ex-con takes the underground fighting world by storm in his quest to fulfill a promise to a dead friend.","9.107","/771kBCBYaSeuqGF1yl5SGdYHeXE.jpg","[{'id':62556,'logo_path':null,'name':'Remarkable Films','origin_country':'US'},{'id':21899,'logo_path':null,'name':'Michael Mailer Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-02-07","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Destroy your enemy","Blood and Bone","false","6.8","205" +"false","/oni8CXvEg56JhrfVdVUrQYOuhP0.jpg","null","15774948","[{'id':80,'name':'Crime'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","55846","tt1297919","en","Blitz","A tough, renegade cop with a gay sidekick is dispatched to take down a serial killer who has been targeting police officers.","12.177","/woY0qY4DR6bPOQ7cBwyblePsYky.jpg","[{'id':9987,'logo_path':'/o5OTKAw7Acl5fTZYPyl8M8D9570.png','name':'Lipsync Productions','origin_country':'GB'},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':342,'logo_path':null,'name':'Davis-Films','origin_country':''},{'id':972,'logo_path':null,'name':'Current Entertainment','origin_country':''},{'id':25629,'logo_path':null,'name':'Kushner/Wyman Productions','origin_country':''},{'id':25628,'logo_path':null,'name':'Blitz Films','origin_country':'RU'},{'id':31818,'logo_path':null,'name':'Junction Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'FR','name':'France'}]","2011-05-20","741875","97","[{'iso_639_1':'en','name':'English'}]","Released","It's cop-killer vs. killer-cop","Blitz","false","6","744" +"false","/68Ty1cP9Suq6qzy4hGqsLim6xN2.jpg","null","25000000","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","http://www.blindness-themovie.com/","8338","tt0861689","en","Blindness","When a sudden plague of blindness devastates a city, a small group of the afflicted band together to triumphantly overcome the horrific conditions of their imposed quarantine.","8.095","/4TNIXa2GmF5Dx0oPWdN4LULXye8.jpg","[{'id':164,'logo_path':'/v3zcUepvKC7Vz36yjklk1rw6k8Q.png','name':'Rhombus Media','origin_country':'CA'},{'id':345,'logo_path':null,'name':'O2 Filmes','origin_country':'BR'},{'id':2439,'logo_path':null,'name':'Bee Vine Pictures','origin_country':'JP'},{'id':2514,'logo_path':null,'name':'Alliance Films','origin_country':''},{'id':11547,'logo_path':null,'name':'Ancine','origin_country':''},{'id':3033,'logo_path':null,'name':'Asmik Ace','origin_country':'JP'},{'id':11548,'logo_path':null,'name':'BNDES','origin_country':''},{'id':11549,'logo_path':null,'name':'Cinema Investment','origin_country':''},{'id':11550,'logo_path':null,'name':'Corus Entertainment','origin_country':'CA'},{'id':4887,'logo_path':null,'name':'Fox Filmes do Brasil','origin_country':'BR'},{'id':3656,'logo_path':null,'name':'GAGA','origin_country':''},{'id':11551,'logo_path':null,'name':'Movie Central Network','origin_country':''},{'id':806,'logo_path':'/kcNh09qqR2Pkw1JAzRW4CommrW4.png','name':'T??l??film Canada','origin_country':'CA'}]","[{'iso_3166_1':'BR','name':'Brazil'},{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'JP','name':'Japan'}]","2008-05-14","19844979","121","[{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'en','name':'English'}]","Released","Your vision of the world will change forever.","Blindness","false","6.5","636" +"false","/eis0AxrTRoDPQdpjsljTmX4yEw.jpg","null","5","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","234256","tt1874434","en","Blinder","An ex footballer embroiled in a scandal returns hometown clear his name and reignite an old flame","0.777","/g5AgnjJNfnkyScyZ9XN4WKqzaHo.jpg","[{'id':22062,'logo_path':null,'name':'Yellow Brick Films','origin_country':''},{'id':26299,'logo_path':null,'name':'Revival Film Company','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2013-03-07","0","102","[]","Released","Play Hard. Give Everything. Never Cross The Line.","Blinder","false","4.3","6" +"false","/wqCaOtRz1Bs6U8C0umTWLvxTTgo.jpg","null","18000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","918","tt0092666","en","Blind Date","When bachelor Walter Davis (Bruce Willis) is set up with his sister-in-law's pretty cousin, Nadia Gates (Kim Basinger), a seemingly average blind date turns into a chaotic night on the town. Walter's brother, Ted (Phil Hartman), tells him not to let Nadia drink alcohol, but he dismisses the warning, and her behavior gets increasingly wild. Walter and Nadia's numerous incidents are made even worse as her former lover David (John Larroquette) relentlessly follows them around town.","6.526","/bEoiguUvgIm2V2KC8Yn5aT1ddsW.jpg","[{'id':455,'logo_path':null,'name':'Permut Presentations','origin_country':''},{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'},{'id':601,'logo_path':null,'name':'Blake Edwards Entertainment','origin_country':''},{'id':1174,'logo_path':null,'name':'Delphi V Productions','origin_country':''},{'id':44425,'logo_path':null,'name':'ML Delphi Premier Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-03-27","39321715","95","[{'iso_639_1':'en','name':'English'}]","Released","A date with her is every man's dream come true. And with dreams like her - who needs nightmares?","Blind Date","false","5.8","200" +"false","/2kEQsFkFRpCXRmgMg7g4WgZYSlk.jpg","null","40000000","[{'id':35,'name':'Comedy'}]","","232672","tt1086772","en","Blended","After a bad blind date, a man and woman find themselves stuck together at a resort for families, where their attractions grows as their respective kids benefit from the burgeoning relationship.","12.219","/l99PKd9tdwtpOS5jxHwDGKTsVUo.jpg","[{'id':20788,'logo_path':null,'name':'Gulfstream Pictures','origin_country':''},{'id':2608,'logo_path':'/g3YRudXiQzHesQqRXvnhFpMzfkU.png','name':'Happy Madison Productions','origin_country':'US'},{'id':4194,'logo_path':null,'name':'Karz Entertainment','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-05-21","123494610","117","[{'iso_639_1':'en','name':'English'}]","Released","Single Dad, No Clue. Single Mom, Flying Solo.","Blended","false","6.7","1653" +"false","/tCitxLKMzCxexGlSg4g4IDVC3RM.jpg","null","2600000","[{'id':37,'name':'Western'},{'id':35,'name':'Comedy'}]","","11072","tt0071230","en","Blazing Saddles","A town???where everyone seems to be named Johnson???stands in the way of the railroad. In order to grab their land, robber baron Hedley Lemar sends his henchmen to make life in the town unbearable. After the sheriff is killed, the town demands a new sheriff from the Governor, so Hedley convinces him to send the town the first black sheriff in the west.","13.005","/yccgwPNVaqtgS1d0U5jjM6Mnza8.jpg","[{'id':1296,'logo_path':null,'name':'Crossbow Productions','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1974-02-07","119601481","93","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'yi','name':''},{'iso_639_1':'de','name':'Deutsch'}]","Released","Never give a saga an even break!","Blazing Saddles","false","7.3","916" +"false","/5jB15moMO5jZ8gf4m43dElTtJXg.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","14347","tt0086973","en","Blame It on Rio","Matthew Hollis is man on holiday in Rio with his best friend. Both men have teenage daughters with them. When Matthew falls for his best friend's amorous daughter named Jennifer, they embark on a secret, if slightly one-sided relationship. Jennifer's father is furious when he finds out about the 'older man' in his daughter's life, and sets out to hunt him down with the aid of Matthew!","6.498","/34Rg7Eh9TxdKweL0Ugba0HElgAF.jpg","[{'id':556,'logo_path':null,'name':'Sherwood','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-02-17","18644570","100","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","She's the hottest thing on the beach. She's also his best friend's daughter!","Blame It on Rio","false","5.8","73" +"false","/ylgPDskbwuetQzrLqoY42XaqCUm.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","","14522","tt0109279","en","Black Beauty","The fates of horses, and the people who own and command them, are revealed as Black Beauty narrates the circle of his life.","4.854","/e8LdBWsUzjjvUjMwgfaAukQXg3i.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1994-07-29","0","88","[{'iso_639_1':'en','name':'English'}]","Released","","Black Beauty","false","6.3","128" +"false","/aQEByvmVJHPcGXzdYYFJhSitaGW.jpg","null","5000000","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","10497","tt0104779","en","Bitter Moon","An embittered husband, paralyzed and in a wheelchair, buttonholes a complete stranger and begins to tell him the story of his marriage. The stranger would like to escape, but cannot. For one thing he grows fascinated by the story. For another he is mesmerized by the man's wife, who has perfected that trick of looking a man boldly in the eye until, by looking away, he concedes sexual supremacy.","10.949","/sUiqWj0k5oPcThd1WaXvt9Vymzr.jpg","[{'id':8,'logo_path':'/78ilmDNTpdCfsakrsLqmAUkFTrO.png','name':'Fine Line Features','origin_country':''},{'id':355,'logo_path':null,'name':'R.P. Productions','origin_country':'FR'},{'id':635,'logo_path':null,'name':'Les Films Alain Sarde','origin_country':''},{'id':8131,'logo_path':null,'name':'Timothy Burrill Productions','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1992-09-02","1862805","139","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","A kinky voyage with a full head of steam.","Bitter Moon","false","6.9","218" +"false","/AsJVim0Hk3KbQPbfjyijfjqmaoZ.jpg","null","18000000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","194662","tt2562232","en","Birdman","A fading actor best known for his portrayal of a popular superhero attempts to mount a comeback by appearing in a Broadway play. As opening night approaches, his attempts to become more altruistic, rebuild his career, and reconnect with friends and family prove more difficult than expected.","26.187","/rSZs93P0LLxqlVEbI001UKoeCQC.jpg","[{'id':22213,'logo_path':'/qx9K6bFWJupwde0xQDwOvXkOaL8.png','name':'TSG Entertainment','origin_country':'US'},{'id':9015,'logo_path':null,'name':'Worldview Entertainment','origin_country':''},{'id':10104,'logo_path':'/hNuGhsKVlmhnwSRcmOejDBDjh6w.png','name':'New Regency Pictures','origin_country':'US'},{'id':52660,'logo_path':null,'name':'M Productions','origin_country':''},{'id':47169,'logo_path':null,'name':'Le Grisbi Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-08-27","103215094","120","[{'iso_639_1':'en','name':'English'}]","Released","","Birdman","false","7.4","7452" +"false","/w4mtrrGASEnHWsGQmE1K0UxHFQb.jpg","{'id':225961,'name':'Birdemic Collection','poster_path':'/x3MZmE83eHBsLfNZZn68Ua2NAKB.jpg','backdrop_path':'/zr8q5nGsLf6yjL9yKPZhgYRYc63.jpg'}","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","http://www.birdemic.com/","40016","tt1316037","en","Birdemic: Shock and Terror","A platoon of eagles and vultures attacks the residents of a small town. Many people die. It's not known what caused the flying menace to attack. Two people manage to fight back, but will they survive Birdemic?","6.265","/vYGp5RtaLKxKO8RNeyHZUIdOi5r.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-02-27","0","95","[{'iso_639_1':'en','name':'English'}]","Released","Why did the eagles and vultures attack?","Birdemic: Shock and Terror","false","2","147" +"false","/pLCrC35tPiEzPiu5PrROh63JDmh.jpg","null","0","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'}]","https://www.facebook.com/PatientZerotheMovie","136972","tt2246907","en","Biohazard: Patient Zero","Two young scientists are swept up in a government plot to suppress the truth about a biological disaster at a genetic research facility.","1.694","/8fX5BsaSvj11B6PY4pla6wLWMUr.jpg","[{'id':14649,'logo_path':null,'name':'Studio 3 Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-10-31","0","68","[{'iso_639_1':'en','name':'English'}]","Released","Before Humans Vs Zombies, There Was ... Patient Zero","Biohazard: Patient Zero","false","4.3","9" +"false","/kjrJql3029JYvzlIYxnrGYDKcA3.jpg","null","15000000","[{'id':35,'name':'Comedy'}]","","9536","tt0115683","en","Bio-Dome","Bud and Doyle are two losers who are doing nothing with their lives. Both of their girlfriends are actively involved in saving the environment, but the two friends couldn't care less about saving the Earth. One day, when a group of scientists begin a mission to live inside a ""Bio-Dome"" for a year without outside contact, Bud and Doyle mistakenly become part of the project themselves.","7.747","/1bAUaipv3gDU1pATGwziyq1VTwZ.jpg","[{'id':38003,'logo_path':null,'name':'Weasel Productions','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'},{'id':787,'logo_path':'/cCefBs1t7jxtiz3eCxBp9yxrxGx.png','name':'3 Arts Entertainment','origin_country':'US'},{'id':2090,'logo_path':'/jYlUttNqcN5u1pzMQrh5AEhZ27t.png','name':'Motion Picture Corporation of America','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-01-12","0","95","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Bud and Doyle are here to save the world. But who's gonna save the world from Bud and Doyle?","Bio-Dome","false","4.5","171" +"false","/hure3RNjFDqiuuLF96K36t3Qfzf.jpg","null","10000000","[{'id':35,'name':'Comedy'}]","","11017","tt0112508","en","Billy Madison","Billy Madison is the 27 year-old son of Bryan Madison, a very rich man who has made his living in the hotel industry. Billy stands to inherit his father's empire but only if he can make it through all 12 grades, 2 weeks per grade, to prove that he has what it takes to run the family business.","12.799","/5mP8F0NYSVrwrlWRCSD4uywMNnX.jpg","[{'id':6365,'logo_path':null,'name':'Jack Giarraputo Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-02-10","26488734","89","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","Billy is going back to school... Way back.","Billy Madison","false","6.1","746" +"false","/58SA0YCS2hisxhlvKfKGA7YvcC0.jpg","{'id':89188,'name':'Harry Palmer Collection','poster_path':'/5ahb9zZaEqW4BqBoG2mKZNP1pXO.jpg','backdrop_path':'/zOeny02J2PgaZLSydAUDfHPVRVu.jpg'}","0","[{'id':53,'name':'Thriller'}]","","4889","tt0061405","en","Billion Dollar Brain","A former British spy stumbles into in a plot to overthrow Communism with the help of a supercomputer. But who is working for whom?","4.165","/cTg6FvuVGtSH9ipGLQUUN0Ps4pp.jpg","[{'id':1802,'logo_path':null,'name':'Lowndes Productions Limited','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1967-11-02","0","111","[{'iso_639_1':'en','name':'English'}]","Released","Pow ??? Power ??? Brainpower","Billion Dollar Brain","false","5.9","36" +"false","/ca925HbhdgTdjEs3VGg3SX0k86a.jpg","{'id':91746,'name':'Bill & Ted's Most Excellent Collection','poster_path':'/ffCa2h3qW55YthUbz6gsGnkaCes.jpg','backdrop_path':'/22AGOxmG9DAC1gUbLWnA0OcNbqh.jpg'}","10000000","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'}]","http://www.billandted.org/","1648","tt0096928","en","Bill & Ted's Excellent Adventure","A pair of failing high school students???Bill S. Preston, Esquire and Ted ""Theodore"" Logan???are visited by a time traveler from the future, who takes them on an adventure through time to gather up actual historical figures to help them with a history report.","15.221","/b2yKJ1STPklVSRtso2Tg4TPXK7u.jpg","[{'id':41,'logo_path':'/AuAIlCWBrbhbUFFrJ6M9E3ihBoj.png','name':'Orion Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-02-17","40485039","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'el','name':'????????????????'}]","Released","History is about to be rewritten by two guys who can't spell.","Bill & Ted's Excellent Adventure","false","6.7","716" +"false","/4KkY6zLDUNdV7nR1WpsOPC1lIRT.jpg","null","500000","[{'id':35,'name':'Comedy'}]","http://www.theasylum.cc/product.php?id=203","114574","tt2304517","en","Bikini Spring Break","A group of coeds from a small conservative college break out of their shells when their marching band bus breaks down in Fort Lauderdale during Spring Break.","2.908","/mxOm8YPZSTrUscxJcVY4aftebDW.jpg","[{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-06-26","500000","87","[{'iso_639_1':'en','name':'English'}]","Released","","Bikini Spring Break","false","3.7","23" +"false","/dfry3mIkdQJIz8alMncEZDSY5qX.jpg","null","0","[{'id':28,'name':'Action'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'},{'id':10752,'name':'War'}]","","22976","tt0090729","en","Biggles","Unassuming catering salesmen Jim Ferguson falls through a time hole to 1917 where he saves the life of dashing Royal Flying Corps pilot James ""Biggles"" Bigglesworth after his photo recon mission is shot down. Before he can work out what has happened, Jim is zapped back to the 1980s......","1.808","/86xzclnxQn6BnyQrquwvug9m18p.jpg","[{'id':4162,'logo_path':null,'name':'Compact Yellowbill','origin_country':''},{'id':4163,'logo_path':null,'name':'Tambarle','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1986-05-30","112132","108","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","Fast food executive Jim Ferguson stepped out of his 47th floor office to go to the bathroom... and ended up in the middle of World War I. History will be grateful forever.","Biggles","false","5.5","31" +"false","/hZljWwFjHpT6ekriYAYTTRA3dMh.jpg","null","0","[{'id':99,'name':'Documentary'}]","","13636","tt1151309","en","Bigger Stronger Faster*","In America, we define ourselves in the superlative: we are the biggest, strongest, fastest country in the world. Is it any wonder that so many of our heroes are on performance enhancing drugs? Director Christopher Bell explores America's win-at-all-cost culture by examining how his two brothers became members of the steroid-subculture in an effort to realize their American dream.","3.049","/vnM7u7U9d32eukdjc7icEVKXie8.jpg","[{'id':25846,'logo_path':null,'name':'BSF Film','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-05-30","307811","105","[{'iso_639_1':'en','name':'English'}]","Released","Is it still cheating if everyone's doing it?","Bigger Stronger Faster*","false","6.9","60" +"false","/fE78fvLAlOiwQYksd11Q511tAXr.jpg","null","25000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'}]","http://www.theofficialjohncarpenter.com/big-trouble-in-little-china/","6978","tt0090728","en","Big Trouble in Little China","When trucker Jack Burton agreed to take his friend, Wang Chi, to pick up his fiancee at the airport, he never expected to get involved in a supernatural battle between good and evil. Wang's fiancee has emerald green eyes, which make her a perfect target for immortal sorcerer Lo Pan and his three invincible cronies. Lo Pan must marry a girl with green eyes so he can regain his physical form.","13.303","/yorjHTeWauQd81QeWoqMAHXAcCj.jpg","[{'id':965,'logo_path':null,'name':'TAFT Entertainment Pictures','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1986-05-30","11000000","99","[{'iso_639_1':'cn','name':'????????? / ?????????'},{'iso_639_1':'en','name':'English'}]","Released","Adventure doesn't come any bigger!","Big Trouble in Little China","false","7.2","1273" +"false","/wk7mQSZmDz5vSET5mleTHKe76Uy.jpg","{'id':44979,'name':'Big Momma's House Collection','poster_path':'/nudrKU6mwJOMtZIIyr2fKO1NcDt.jpg','backdrop_path':'/G6JKl9hOeErWUw6fO7PAfBOzAn.jpg'}","30000000","[{'id':80,'name':'Crime'},{'id':35,'name':'Comedy'}]","","9600","tt0208003","en","Big Momma's House","When a street-smart FBI agent is sent to Georgia to protect a beautiful single mother and her son from an escaped convict, he is forced to impersonate a crass Southern granny known as Big Momma in order to remain incognito.","9.648","/bse0uwxF6daKzDbxZki1SYRNZkI.jpg","[{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2000-05-31","173959438","98","[{'iso_639_1':'en','name':'English'}]","Released","This FBI agent is going undercover... and he's concealing more than a weapon.","Big Momma's House","false","5.7","1072" +"false","/arvPVenA1K6vMYXJIYfeHqBf2IR.jpg","null","40000000","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.everybodyloveswhales.com/","78698","tt1430615","en","Big Miracle","Based on an inspiring true story, a small-town news reporter (Krasinski) and a Greenpeace volunteer (Barrymore) enlist the help of rival superpowers to save three majestic gray whales trapped under the ice of the Arctic Circle. ???Big Miracle??? is adapted from the nonfiction book ???Freeing the Whales: How the Media Created the World???s Greatest Non-Event??? by Tom Rose.","8.303","/zwiJQveWjxsD11QPe2aQBNXbg7j.jpg","[{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':10039,'logo_path':'/b8w4LldQolMKiLZw4FQJBcXSDGI.png','name':'Anonymous Content','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2012-02-02","24719215","107","[{'iso_639_1':'en','name':'English'}]","Released","A family of whales trapped beneath the ice. One unforgettable rescue.","Big Miracle","false","6.6","240" +"false","/lv3NrraY2VRK6ImwNU3vfOPZyTi.jpg","null","165000000","[{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'},{'id':16,'name':'Animation'},{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","http://movies.disney.com/big-hero-6","177572","tt2245084","en","Big Hero 6","The special bond that develops between plus-sized inflatable robot Baymax, and prodigy Hiro Hamada, who team up with a group of friends to form a band of high-tech heroes.","47.505","/9gLu47Zw5ertuFTZaxXOvNfy78T.jpg","[{'id':6125,'logo_path':'/tVPmo07IHhBs4HuilrcV0yujsZ9.png','name':'Walt Disney Animation Studios','origin_country':'US'},{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-10-24","657818612","102","[{'iso_639_1':'en','name':'English'}]","Released","","Big Hero 6","false","7.8","9856" +"false","/kK1rVmqk8pLTuK5ZE7eVdCSqqHL.jpg","null","70000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':18,'name':'Drama'}]","","587","tt0319061","en","Big Fish","Throughout his life Edward Bloom has always been a man of big appetites, enormous passions and tall tales. In his later years, he remains a huge mystery to his son, William. Now, to get to know the real man, Will begins piecing together a true picture of his father from flashbacks of his amazing adventures.","12.465","/6DRFdlNZpAaEt7eejsbAlJGgaM7.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':80,'logo_path':null,'name':'The Zanuck Company','origin_country':'US'},{'id':2721,'logo_path':null,'name':'Jinks/Cohen Company','origin_country':''},{'id':8601,'logo_path':null,'name':'Tim Burton Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-12-25","122919055","125","[{'iso_639_1':'en','name':'English'}]","Released","An adventure as big as life itself.","Big Fish","false","7.7","3709" +"false","/urnGzQvP8fwWWGkn1k809KqIjbm.jpg","null","10000000","[{'id':18,'name':'Drama'}]","","87093","tt1126590","en","Big Eyes","The story of the awakening of the painter, Margaret Keane, her phenomenal success in the 1950s, and the subsequent legal difficulties she had with her husband, who claimed credit for her works in the 1960s.","8.478","/z2tqzprHojhgEGYKQepjU28oQg6.jpg","[{'id':308,'logo_path':'/e8F3mQM7DkJ5SfYYDp8FYzPBOGX.png','name':'The Weinstein Company','origin_country':'US'},{'id':2293,'logo_path':null,'name':'Silverwood Films','origin_country':''},{'id':8600,'logo_path':null,'name':'Electric City Entertainment','origin_country':''},{'id':8601,'logo_path':null,'name':'Tim Burton Productions','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2014-12-24","28883511","105","[{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","She created it. He sold it. And they bought it.","Big Eyes","false","7","2084" +"false","/wskyXj7Fdw0nHWTr5UKtl0Q6W1s.jpg","null","34200000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","9032","tt0142342","en","Big Daddy","A lazy law school grad adopts a kid to impress his girlfriend, but everything doesn't go as planned and he becomes the unlikely foster father.","11.767","/zDJ4GVch7Iw2i0j84ceoElRUZUR.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-06-25","234801895","93","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","Nature called. Look who answered.","Big Daddy","false","6.3","1622" +"false","/v9zR3nub1q49K2PMVBVRRLaJPr9.jpg","null","0","[{'id':99,'name':'Documentary'}]","","189276","tt2236482","en","Big Bugs 3D","The world of bugs normally passes beneath our notice, yet shrink yourself to their size, see them in 3D and you???ll enter a world you???d never believe existed. Big Bugs in 3D uses specially developed 3D technology to take the viewer on a global journey, from Mexico and the rainforests of Asia to our own backyards.","0.751","/owJ4j7BiZitu54SOosP95zK5sBu.jpg","[{'id':10331,'logo_path':'/2sub7CkuErDYeGOcux1kBUQFVSn.png','name':'Terra Mater Factual Studios','origin_country':'AT'}]","[{'iso_3166_1':'DE','name':'Germany'}]","2012-06-27","0","52","[{'iso_639_1':'en','name':'English'}]","Released","","Big Bugs 3D","false","7.3","5" +"false","/kWt9mP8CcUWr18DvQiXxdX5Yd7W.jpg","null","53000000","[{'id':35,'name':'Comedy'}]","","9955","tt0445934","en","Blades of Glory","When a much-publicized ice-skating scandal strips them of their gold medals, two world-class athletes skirt their way back onto the ice via a loophole that allows them to compete together as a pairs team.","10.667","/7vbtLFfN00BaczHjOaPWui4aqg1.jpg","[{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-03-30","0","93","[{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'en','name':'English'}]","Released","Kick Some Ice.","Blades of Glory","false","6","873" +"false","/ysLIi9nzMbUqi4dQh3tqblUb27o.jpg","{'id':735,'name':'Blade Collection','poster_path':'/ltjxGZP6aJrwjl7oOZiiZhFgkF1.jpg','backdrop_path':'/ev9QybDDzVSahJQdOb71ZuqNVAo.jpg'}","65000000","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'}]","http://www.warnerbros.com/blade-trinity","36648","tt0359013","en","Blade: Trinity","For years, Blade has fought against the vampires in the cover of the night. But now, after falling into the crosshairs of the FBI, he is forced out into the daylight, where he is driven to join forces with a clan of human vampire hunters he never knew existed???The Nightstalkers. Together with Abigail and Hannibal, two deftly trained Nightstalkers, Blade follows a trail of blood to the ancient creature that is also hunting him???the original vampire, Dracula.","16.005","/4WinsdHQBdh5aTt7Bd7T7dbUXbb.jpg","[{'id':19551,'logo_path':'/2WpWp9b108hizjHKdA107hFmvQ5.png','name':'Marvel Enterprises','origin_country':'US'},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':421,'logo_path':null,'name':'Amen Ra Films','origin_country':''},{'id':8851,'logo_path':null,'name':'Shawn Danielle Productions Ltd.','origin_country':''},{'id':11321,'logo_path':null,'name':'Imaginary Forces','origin_country':''},{'id':42209,'logo_path':null,'name':'Peter Frankfurt Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-12-08","128905366","123","[{'iso_639_1':'eo','name':'Esperanto'},{'iso_639_1':'en','name':'English'}]","Released","The final hunt begins.","Blade: Trinity","false","5.7","1987" +"false","/eIi3klFf7mp3oL5EEF4mLIDs26r.jpg","{'id':422837,'name':'Blade Runner Collection','poster_path':'/cWESb1o9lW2i2Z3Xllv9u40aNIk.jpg','backdrop_path':'/bSHZIvLoPBWyGLeiAudN1mXdvQX.jpg'}","28000000","[{'id':878,'name':'Science Fiction'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.warnerbros.com/blade-runner","78","tt0083658","en","Blade Runner","In the smog-choked dystopian Los Angeles of 2019, blade runner Rick Deckard is called out of retirement to terminate a quartet of replicants who have escaped to Earth seeking their creator for a way to extend their short life spans.","26.024","/vfzE3pjE5G7G7kcZWrA3fnbZo7V.jpg","[{'id':5798,'logo_path':'/tmuI9BGXgpWLmokhlxpnG3IGNQB.png','name':'Shaw Brothers','origin_country':''},{'id':7965,'logo_path':null,'name':'The Ladd Company','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'HK','name':'Hong Kong'},{'iso_3166_1':'GB','name':'United Kingdom'}]","1982-06-25","32868943","117","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'cn','name':'????????? / ?????????'},{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'hu','name':'Magyar'}]","Released","Man has made his match... now it's his problem.","Blade Runner","false","7.9","7221" +"false","/2n0kjNEI3uF0ju9H5jiE3rBk5C0.jpg","{'id':735,'name':'Blade Collection','poster_path':'/ltjxGZP6aJrwjl7oOZiiZhFgkF1.jpg','backdrop_path':'/ev9QybDDzVSahJQdOb71ZuqNVAo.jpg'}","54000000","[{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://www.warnerbros.com/blade-ii","36586","tt0187738","en","Blade II","A rare mutation has occurred within the vampire community - The Reaper. A vampire so consumed with an insatiable bloodlust that they prey on vampires as well as humans, transforming victims who are unlucky enough to survive into Reapers themselves. Blade is asked by the Vampire Nation for his help in preventing a nightmare plague that would wipe out both humans and vampires.","14.412","/jlURNpXCMK830CsGRd939PJLh8c.jpg","[{'id':19551,'logo_path':'/2WpWp9b108hizjHKdA107hFmvQ5.png','name':'Marvel Enterprises','origin_country':'US'},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':421,'logo_path':null,'name':'Amen Ra Films','origin_country':''},{'id':5611,'logo_path':null,'name':'Milk & Honey','origin_country':''},{'id':11321,'logo_path':null,'name':'Imaginary Forces','origin_country':''},{'id':11322,'logo_path':null,'name':'Justin Pictures','origin_country':''},{'id':11323,'logo_path':null,'name':'Linovo Productions GmbH & Co. KG','origin_country':''},{'id':11324,'logo_path':null,'name':'Pacific Title and Art Studio','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2002-03-22","155010032","117","[{'iso_639_1':'cs','name':'??esk??'},{'iso_639_1':'ro','name':'Rom??n??'},{'iso_639_1':'en','name':'English'}]","Released","Faster. Sharper. Deadlier.","Blade II","false","6.3","2460" +"false","/dGnDGHD5vmaRow4BzAiuJaGwIz3.jpg","{'id':735,'name':'Blade Collection','poster_path':'/ltjxGZP6aJrwjl7oOZiiZhFgkF1.jpg','backdrop_path':'/ev9QybDDzVSahJQdOb71ZuqNVAo.jpg'}","45000000","[{'id':27,'name':'Horror'},{'id':28,'name':'Action'}]","http://www.warnerbros.com/blade","36647","tt0120611","en","Blade","When Blade's mother was bitten by a vampire during pregnancy, she did not know that she gave her son a special gift while dying???all the good vampire attributes in combination with the best human skills. Blade and his mentor battle an evil vampire rebel who plans to take over the outdated vampire council, capture Blade and resurrect a voracious blood god.","20.976","/r0RQ9ZOEZglLOeYDNJTehVTRoR6.jpg","[{'id':19551,'logo_path':'/2WpWp9b108hizjHKdA107hFmvQ5.png','name':'Marvel Enterprises','origin_country':'US'},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':421,'logo_path':null,'name':'Amen Ra Films','origin_country':''},{'id':11321,'logo_path':null,'name':'Imaginary Forces','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-08-21","131183530","120","[{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'en','name':'English'}]","Released","Part Man. Part Vampire. All Hero.","Blade","false","6.6","3017" +"false","/a0GW1PwllyvU3E3qOqdeyYFMnh0.jpg","{'id':201930,'name':'Blacula Collection','poster_path':'/a6vO8xlFstWmMCOUACrkQHWuCHo.jpg','backdrop_path':'/iD8e6pN4zkPlBOaqu42H8snZt5a.jpg'}","500000","[{'id':27,'name':'Horror'}]","","30566","tt0068284","en","Blacula","An 18th century African prince is turned into a vampire while visiting Transylvania. Two centuries later, he rises from his coffin attacking various residents of Los Angeles and meets Tina, a woman who he believes is the reincarnation of his deceased wife.","3.524","/yLqtFeZfRPoUUzzro3ogCdobB6q.jpg","[{'id':9266,'logo_path':null,'name':'American International Pictures (AIP)','origin_country':'US'},{'id':20227,'logo_path':null,'name':'Power Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1972-08-25","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Blacula! - Dracula's Soul Brother!","Blacula","false","5.5","59" +"false","/wp7qR37soP4qJ0t4I7Qp6tgBCsB.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':37,'name':'Western'}]","http://www.blackthornmovie.com/","68818","tt1629705","en","Blackthorn","In Bolivia, Butch Cassidy (now calling himself James Blackthorne) pines for one last sight of home, an adventure that aligns him with a young robber and makes the duo a target for gangs and lawmen alike.","5.732","/cB5OX9vAHkvXWdKMKmCZTax82GP.jpg","[{'id':53200,'logo_path':null,'name':'Audiovisual Aval SGR','origin_country':''},{'id':4186,'logo_path':null,'name':'Quickfire Films','origin_country':'GB'},{'id':7543,'logo_path':'/sPBVpVQf44rVP65TVTFgsn9ZVwE.png','name':'Arcadia Motion Pictures','origin_country':'ES'},{'id':7792,'logo_path':'/72Dyvk7Xo4m6uxRNpe52PxT5BrK.png','name':'Noodles Production','origin_country':''},{'id':9335,'logo_path':null,'name':'Canal+ Espa??a','origin_country':'ES'},{'id':9974,'logo_path':null,'name':'Instituto de la Cinematograf??a y de las Artes Audiovisuales','origin_country':'ES'},{'id':40789,'logo_path':null,'name':'ONO','origin_country':''},{'id':53194,'logo_path':null,'name':'Ariane Marar??a Films','origin_country':''},{'id':53195,'logo_path':null,'name':'Nix Films','origin_country':''},{'id':53196,'logo_path':null,'name':'Eter Pictures','origin_country':''},{'id':53197,'logo_path':null,'name':'Manto Films','origin_country':''},{'id':53198,'logo_path':null,'name':'Pegaso Producciones','origin_country':''},{'id':53199,'logo_path':null,'name':'Ibermedia European Community Program','origin_country':''},{'id':11427,'logo_path':null,'name':'Instituto de Cr??dito Oficial (ICO)','origin_country':''},{'id':981,'logo_path':'/pkrdO9ykplO4Zc8edikoSX5APUN.png','name':'Televisi??n Espa??ola','origin_country':'ES'}]","[{'iso_3166_1':'BO','name':'Bolivia'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2011-08-31","623528","98","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","No destiny","Blackthorn","false","6.7","106" +"false","/biw5Nn85iBZZd8GWYO9XXH56VK2.jpg","null","70000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.legendary.com/film/blackhat/","201088","tt2717822","en","Blackhat","A man is released from prison to help American and Chinese authorities pursue a mysterious cyber criminal. The dangerous search leads them from Chicago to Hong Kong.","13.204","/sW3VEsulmxMlOmQwm0h7H7lZROi.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':675,'logo_path':null,'name':'Forward Pass','origin_country':'US'},{'id':923,'logo_path':'/5UQsZrfbfG2dYJbx8DxfoTr2Bvu.png','name':'Legendary Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-01-13","17752940","133","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","We are no longer in control.","Blackhat","false","5.3","1138" +"false","/7aT1y5LK9lC1H8PxXTcBxFgAq1a.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.blackandwhiteandsex.com/","115046","tt1820400","en","Black & White & Sex","Prostitute. Hooker. Sex Worker. Whore. Candid and seductive, Angie is determined to set the record straight about sex. As she reveals herself, layer-by-layer, she also exposes the man who is interviewing her. Sometimes provocative and confronting, sometimes tender, poignant and sexy, Black & White & Sex takes you behind the scenes and into Angies very special world. There's a question here for every man and an answer for every woman. Anyone who pays is welcome - but leave your expectations at the door sex is never black and white. Written by Angie Winter","3.676","/yPgBU01rwAEk1nCoJQUIlh781ud.jpg","[{'id':13361,'logo_path':null,'name':'All At Once','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2012-01-27","0","92","[{'iso_639_1':'en','name':'English'}]","Released","Sex is never black or white","Black & White & Sex","false","6.4","16" +"false","/t8jFs6cOl1YVSfXXZivWtEb14tF.jpg","null","13000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.foxsearchlight.com/blackswan","44214","tt0947798","en","Black Swan","A journey through the psyche of a young ballerina whose starring role as the duplicitous swan queen turns out to be a part for which she becomes frighteningly perfect.","19.915","/dQ7uxvsVTspVIsqjfgQj8usJpwX.jpg","[{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'},{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'},{'id':10246,'logo_path':'/rREvQNWAxkDfY9CDn2c5YxEMPdP.png','name':'Cross Creek Pictures','origin_country':'US'},{'id':7503,'logo_path':'/3K8wbNkTn7O4wX89ucnp1ZYR1XF.png','name':'Protozoa Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-12-03","327803731","108","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'it','name':'Italiano'}]","Released","","Black Swan","false","7.5","8082" +"false","/gaqZmj5ulnXK2QsADxt5A5RXYk2.jpg","null","15000000","[{'id':18,'name':'Drama'}]","http://www.moanmovie.com/","7874","tt0462200","en","Black Snake Moan","A God-fearing bluesman takes to a wild young woman who, as a victim of childhood sexual abuse, is looking everywhere for love, but never quite finding it.","7.529","/vqSmcjiN3nJVSWumCHcytFVWD03.jpg","[{'id':838,'logo_path':'/tcW3UqV46Mdq6GyaS1ydEDocEDF.png','name':'Paramount Vantage','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-12-08","10903846","116","[{'iso_639_1':'en','name':'English'}]","Released","To save his soul he must save hers.","Black Snake Moan","false","6.8","389" +"false","/sXNa8W1DsCEz4w5EhMlw3lyfhTD.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","84178","tt1930294","en","Black Rock","Three childhood friends set aside their personal issues and reunite for a girls??? weekend on a remote island off the coast of Maine. One wrong move turns their weekend getaway into a deadly fight for survival.","6.186","/mn9UJZzPtH3i0f2PHW3pkA4x6st.jpg","[{'id':8185,'logo_path':'/f60WWzs5FX7zKOls2T0rLoyDK9Y.png','name':'Submarine Entertainment','origin_country':'US'},{'id':10285,'logo_path':'/5jxaT7zoJKtnwqxniiJ9iJLsJru.png','name':'LD Entertainment','origin_country':'US'},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-01-21","0","83","[{'iso_639_1':'en','name':'English'}]","Released","Not every island is a paradise.","Black Rock","false","5","116" +"false","/gDpEPJOgYdGoUeDvExBc0Mc2wvA.jpg","null","30000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","4105","tt0096933","en","Black Rain","Two New York cops get involved in a gang war between members of the Yakuza, the Japanese Mafia. They arrest one of their killers and are ordered to escort him back to Japan. In Japan, however, he manages to escape. As they try to track him down, they get deeper and deeper into the Japanese Mafia scene and they have to learn that they can only win by playing the game the Japanese way.","9.247","/dmMIMuByEbzE0x73gjc9YcDjjlx.jpg","[{'id':1561,'logo_path':null,'name':'Pegasus Film Partners','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':14361,'logo_path':null,'name':'Jaffe-Lansing','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-09-22","45892212","125","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'}]","Released","Their country. Their laws. Their game. His rules.","Black Rain","false","6.4","424" +"false","/vVa6aKrxjrsyMLUGmzVunGiCG3n.jpg","null","9000000","[{'id':18,'name':'Drama'}]","","253331","tt2883434","en","Black or White","A grieving widower is drawn into a custody battle over his granddaughter, whom he helped raise her entire life.","6.702","/4N5jbTrGEb0BOtb2DfDqQquWtTx.jpg","[{'id':14580,'logo_path':null,'name':'Treehouse Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-09-06","21571189","121","[{'iso_639_1':'en','name':'English'}]","Released","There's more to family than what you see.","Black or White","false","6.8","190" +"false","/grJyjn8K4P3X6j0fdoVtYOIg5W1.jpg","null","17500000","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","http://www.foxsearchlight.com/blacknativity/","175541","tt1425922","en","Black Nativity","A street-wise teen from Baltimore who has been raised by a single mother travels to New York City to spend the Christmas holiday with his estranged relatives, where he embarks on a surprising and inspirational journey.","3.169","/98eDVD7tc44IfyXizwAv7VxcuiE.jpg","[{'id':85720,'logo_path':null,'name':'Malvern Pictures','origin_country':''},{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-11-27","7018189","93","[{'iso_639_1':'en','name':'English'}]","Released","The Musical Event of the Holiday Season","Black Nativity","false","5.7","25" +"false","/geIq9pfcRbFyCxVFjp0MOtYrrNl.jpg","null","0","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","36349","tt0090735","en","Black Moon Rising","An FBI free-lancer stashes a stolen Las Vegas-crime tape in a high-tech car stolen by someone else.","3.845","/2KNhZ3D0YkBDaO82aqWN6WxVvJS.jpg","[{'id':14665,'logo_path':null,'name':'Sequoia Productions','origin_country':''},{'id':1950,'logo_path':null,'name':'New World Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1986-01-10","6637565","100","[{'iso_639_1':'en','name':'English'}]","Released","Meet Sam Quint... Stealing from him is the biggest mistake you can make.","Black Moon Rising","false","5.6","50" +"false","/7u2p0VxnhVMHzfSnxiwz5iD3EP7.jpg","null","92000000","[{'id':28,'name':'Action'},{'id':36,'name':'History'},{'id':10752,'name':'War'}]","","855","tt0265086","en","Black Hawk Down","When U.S. Rangers and an elite Delta Force team attempt to kidnap two underlings of a Somali warlord, their Black Hawk helicopters are shot down, and the Americans suffer heavy casualties, facing intense fighting from the militia on the ground.","15.108","/yUzQ4r3q1Dy0bUAkMvUIwf0rPpR.jpg","[{'id':130,'logo_path':'/c9dVHPOL3cqCr2593Ahk0nEKTEM.png','name':'Jerry Bruckheimer Films','origin_country':'US'},{'id':497,'logo_path':'/pMyhOBd3sCiLzBlmIopdJkcUFtn.png','name':'Revolution Studios','origin_country':''},{'id':1645,'logo_path':'/6Ry6uNBaa0IbbSs1XYIgX5DkA9r.png','name':'Scott Free Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2001-12-28","172989651","144","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'so','name':'Somali'}]","Released","Leave No Man Behind.","Black Hawk Down","false","7.3","2838" +"false","/vsFLEIhZi1j8jcj8qt1MO6l5gpd.jpg","null","3000000","[{'id':28,'name':'Action'}]","","18214","tt0094750","en","Black Eagle","One of the US Air Force's most modern tactical aircrafts, an F-100 with a new laser guidance system, crashes into the sea near Malta - a region where the Soviet forces are highly present, too. The CIA immediately sends out their best secret agent, Ken Tami, to salvage the system before it falls into enemy hands. To ensure his loyalty, they bring his two young sons to a nearby hotel on the island.","5.35","/y3Dy1jd8mLmmrPaYwqN8pQVYCQw.jpg","[{'id':56811,'logo_path':null,'name':'Magus Productions','origin_country':''},{'id':56812,'logo_path':null,'name':'Rotecon B.V.','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-05-01","0","93","[{'iso_639_1':'en','name':'English'}]","Released","There are no armies. There is no glory. This fight is one on one.","Black Eagle","false","4.3","77" +"false","/djAPYuSYADWXM6OqvxheZYwOT3C.jpg","null","2900000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","http://www.blackdynamitemovie.com","24804","tt1190536","en","Black Dynamite","This is the story of 1970s African-American action legend Black Dynamite. The Man killed his brother, pumped heroin into local orphanages, and flooded the ghetto with adulterated malt liquor. Black Dynamite was the one hero willing to fight The Man all the way from the blood-soaked city streets to the hallowed halls of the Honky House...","8.811","/eMpxFQuEwU4HRA4SOfEpZKAtPxb.jpg","[{'id':5615,'logo_path':null,'name':'Six Point Harness','origin_country':''},{'id':769,'logo_path':null,'name':'Destination Films','origin_country':''},{'id':67540,'logo_path':null,'name':'Goliath Entertainment','origin_country':''},{'id':67535,'logo_path':null,'name':'Ars Nova','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-10-16","296557","90","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","He's super bad. He's outta sight. He's...","Black Dynamite","false","7.2","295" +"false","/mwoU8xa8koBoC4I3iodlcRStBIm.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","105941","tt1499948","en","When the Cobra Strikes","One man travels across country, smuggling illegal black diamonds to sell in order to pay for his father's pardon in South Africa. When he arrives to the United States to finalize what appeared to be a simple transaction he is soon double-crossed and becomes caught up in a contraband forcing him to overcome an opponent far more lethal and deadlier than he has ever met.","1.4","/vtAAm9gdp1t0VeTiJpDpoV1ANJH.jpg","[{'id':73967,'logo_path':null,'name':'Sizwe Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-05-22","0","89","[{'iso_639_1':'en','name':'English'}]","Released","","When the Cobra Strikes","false","3.1","4" +"false","/7T292Wv3ikieYAlqIHfhdxGk3S.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","4104","tt0106387","en","Benny & Joon","A mentally ill young woman finds her love in an eccentric man who models himself after Buster Keaton.","6.976","/2a7amuuML6xvBn6XWV1sPG1Cmd5.jpg","[{'id':1560,'logo_path':null,'name':'Roth-Arnold Productions','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-04-16","23202734","98","[{'iso_639_1':'en','name':'English'}]","Released","A romance on the brink of reality.","Benny & Joon","false","7.1","380" +"false","/cBa7Bt42lyVhCmc65MieMdVIQ6h.jpg","{'id':1709,'name':'Planet of the Apes Original Collection','poster_path':'/7OvC0TNbINmhfEmi3lMYEnGWNOr.jpg','backdrop_path':'/eYf3GRnuVCgeFQfEo0qK7ua5rCR.jpg'}","3000000","[{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'},{'id':9648,'name':'Mystery'}]","","1685","tt0065462","en","Beneath the Planet of the Apes","Astronaut Brent is sent to rescue Taylor but crash lands on the Planet of the Apes, just like Taylor did in the original film. Taylor has disappeared into the Forbidden Zone so Brent and Nova try to follow and find him. He discovers a cult of humans that fear the Apes' latest military movements and finds himself in the middle. Tension mounts to a climactic battle between ape and man deep in the bowels of the planet.","8.7","/t7uNeDyWszBxLSshlDT8oN1Uy4a.jpg","[{'id':12943,'logo_path':null,'name':'APJAC Productions','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1970-05-01","18999718","95","[{'iso_639_1':'en','name':'English'}]","Released","An army of civilized apes...A fortress of radiation-crazed super humans...Earth's final battle is about to begin - Beneath the atomic rubble of what was once the city of New York!","Beneath the Planet of the Apes","false","6.2","544" +"false","/vGmrfKleajoiQw5RWhdSP7feAx2.jpg","null","0","[{'id':18,'name':'Drama'}]","http://beneaththeharvestsky.com","215931","tt2313896","en","Beneath the Harvest Sky","A teen drama set during the fall potato harvest in a small northern Maine town.","1.96","/aJRSgAWHLyAFhky1KKnAkWmOiY6.jpg","[{'id':44568,'logo_path':null,'name':'Sunny Side Up Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-09-08","0","116","[{'iso_639_1':'en','name':'English'}]","Released","","Beneath the Harvest Sky","false","6.4","8" +"false","/7P1Hc5nYziUBSVO5RRYKBBRzTM7.jpg","null","7347125","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10752,'name':'War'}]","http://www.beneathhill60.com.au/index.htm","43418","tt1418646","en","Beneath Hill 60","The true story of Australia's cat-and-mouse underground mine warfare???one of the most misunderstood, misrepresented and mystifying conflicts of WW I. It was secret struggle BENEATH the Western Front that combined daring engineering, technology and science. Few on the surface knew of the brave, claustrophobic and sometimes barbaric work of these tunnellers.","4.641","/tYwXGM2vARgVXfiwayzluwO0UWO.jpg","[{'id':25463,'logo_path':null,'name':'The Silence Productions','origin_country':''},{'id':25467,'logo_path':null,'name':'Lucky Country Productions','origin_country':''},{'id':7584,'logo_path':'/eGkfvvyf4fJTvBUR1xt1669IPA3.png','name':'Screen Australia','origin_country':'AU'},{'id':4024,'logo_path':null,'name':'Pacific Film and Television Commission','origin_country':''},{'id':418,'logo_path':null,'name':'New South Wales Film & Television Office','origin_country':'AU'}]","[{'iso_3166_1':'AU','name':'Australia'}]","2010-04-15","0","122","[{'iso_639_1':'en','name':'English'}]","Released","After Gallipoli there was still a war to be won.","Beneath Hill 60","false","7","66" +"false","/o4OyBsblpqVroXwKQx0GvVkTJgw.jpg","null","89","[{'id':27,'name':'Horror'}]","","257874","tt2991296","en","Beneath","A crew of coal miners becomes trapped 600 feet below ground after a disastrous collapse. As the air grows more toxic and time runs out, they slowly descend into madness and begin to turn on one another. Inspired by true events.","3.578","/pRxdUJ4jAmMwjHlx7Tk7BGWiagT.jpg","[{'id':24428,'logo_path':'/zH6o8LH5x3mpaJgshhFrVRnbJpD.png','name':'Revolver Picture Company','origin_country':'US'},{'id':26485,'logo_path':null,'name':'Elevative Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-10-08","0","89","[{'iso_639_1':'en','name':'English'}]","Released","","Beneath","false","5.2","74" +"false","/tYhv7IDWjqLGQdsyRQT35Xr2uDe.jpg","{'id':112399,'name':'Under Siege Collection','poster_path':'/tLU9Ki48hViJIGRvEJOsAs3bvsa.jpg','backdrop_path':'/4Ysa3x4wDwolRpUXBCrig7szGon.jpg'}","14000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","12542","tt0357474","en","Belly of the Beast","Jake and Sunti go to meet Mongkol, the leader of the Abu Karaf. Mongkol confirms that ever since the terrorist attacks of September 11, 2001, Jantapan has worked to corner the narcotics and arms markets. Jake must engage in a battle that will put both his physical and spiritual powers to the ultimate test.","6.178","/yAtMx6s3o1t6A1FopMyqG3J9PY8.jpg","[{'id':10352,'logo_path':null,'name':'Century Time (H.K.) Ltd.','origin_country':''},{'id':10353,'logo_path':null,'name':'GFT Beast Films Inc.','origin_country':''},{'id':1069,'logo_path':null,'name':'GFT Entertainment','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'HK','name':'Hong Kong'}]","2003-12-30","0","91","[{'iso_639_1':'en','name':'English'}]","Released","A Father's Rage Knows No Limit","Belly of the Beast","false","4.7","57" +"false","/fDzkpDDh1JHFILC5LKveJqAYLHS.jpg","null","10900000","[{'id':18,'name':'Drama'}]","","205601","tt2404181","en","Belle","BELLE is inspired by the true story of Dido Elizabeth Belle, the illegitimate mixed race daughter of a Royal Navy Admiral. Raised by her aristocratic great-uncle Lord Mansfield and his wife, Belle's lineage affords her certain privileges, yet the color of her skin prevents her from fully participating in the traditions of her social standing. Left to wonder if she will ever find love, Belle falls for an idealistic young vicar's son bent on change who, with her help, shapes Lord Mansfield's role as Lord Chief Justice to end slavery in England","10.936","/r0Vp6yjsKD41xF1h6lzRztgV201.jpg","[{'id':19404,'logo_path':null,'name':'Pinewood Studios','origin_country':''},{'id':5654,'logo_path':null,'name':'DJ Films','origin_country':''},{'id':2268,'logo_path':'/wgDks2qYgwN6u1OkW1bBre0rf4F.png','name':'Isle of Man Film','origin_country':'GB'},{'id':7281,'logo_path':'/vuDafYIcuoY0YyvgcqtjXOKwn6Q.png','name':'British Film Institute','origin_country':'GB'},{'id':25954,'logo_path':null,'name':'Metrol Technology','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2013-09-08","16505460","105","[{'iso_639_1':'en','name':'English'}]","Released","Based on the inspiring true story","Belle","false","7.2","401" +"false","/en1qYBwJTIj7ChHQreEpOMzf884.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","http://believemefilm.com/","285270","tt3107070","en","Believe Me","Desperate, broke, and out of ideas, four college seniors start a fake charity to embezzle money for tuition.","2.664","/iSp7EVRLsTdd6CaKCvi6wCkMfqt.jpg","[]","[]","2014-09-26","0","93","[{'iso_639_1':'en','name':'English'}]","Released","It's only a sin if you get caught.","Believe Me","false","4.9","20" +"false","/atwIGUTfCSdi7kgPoGClHz0yb7B.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","10322","tt0078841","en","Being There","A simple-minded gardener named Chance has spent all his life in the Washington D.C. house of an old man. When the man dies, Chance is put out on the street with no knowledge of the world except what he has learned from television.","5.721","/bgTFBMBuh4jA45l0DYyHC2GTq8X.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':1176,'logo_path':null,'name':'Lorimar Film Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1979-12-19","30177511","130","[{'iso_639_1':'en','name':'English'}]","Released","Getting there is half the fun; being there is all of it!","Being There","false","7.7","402" +"false","/2duvg8bPkSKq5pekqzBgwyCYAxI.jpg","null","13000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'}]","","492","tt0120601","en","Being John Malkovich","One day at work, unsuccessful puppeteer Craig finds a portal into the head of actor John Malkovich. The portal soon becomes a passion for anybody who enters it's mad and controlling world of overtaking another human body.","11.875","/8zkJyC4xImfnYJREDQTfW09m8A5.jpg","[{'id':37,'logo_path':'/nlG4JEjJ7SAFDehgIVvHFBPW23y.png','name':'Gramercy Pictures','origin_country':'US'},{'id':278,'logo_path':null,'name':'Propaganda Films','origin_country':''},{'id':279,'logo_path':null,'name':'Single Cell Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-10-29","22863596","113","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Ever wanted to be someone else? Now you can.","Being John Malkovich","false","7.4","1958" +"false","/zJ86VBdpnLrDEpsXoe0wPrXaGvf.jpg","null","0","[{'id':18,'name':'Drama'}]","","78571","tt0455323","en","Being Flynn","During his twenties, a young man works at various homeless shelters in Boston, where he often intersects with his brilliant but troubled father.","8.738","/i4kzuiYeigufGyMlfaHd4UT4KBj.jpg","[{'id':10146,'logo_path':'/xnFIOeq5cKw09kCWqV7foWDe4AA.png','name':'Focus Features','origin_country':'US'},{'id':1473,'logo_path':null,'name':'Depth of Field','origin_country':'US'},{'id':11391,'logo_path':null,'name':'Tribeca Productions','origin_country':'US'},{'id':18479,'logo_path':null,'name':'Corduroy Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-03-02","540152","102","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","We're All Works In Progress","Being Flynn","false","6.2","121" +"false","/hgLpueDjuqpGZa3adiCvZBLRL8h.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","","45830","tt1070886","en","Behind the Wall","In this chilling, atmospheric thriller, Katelyn (Lindy Booth) seeks answers about the brutal murder that claimed her mother's life 20 years ago in the lighthouse where they lived, a crime for which her grief-and-guilt-crazed father has long held the blame. When developers descend on the abandoned lighthouse and begin to vanish mysteriously, Katelyn comes face-to-face with the evil haunts the family's former abode.","0.764","/4mo0mizWjXAFAuuK5Qd6EeMeGeW.jpg","[{'id':52132,'logo_path':null,'name':'Monarch Entertainment','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2008-08-30","0","94","[{'iso_639_1':'en','name':'English'}]","Released","","Behind the Wall","false","5.1","13" +"false","/4k4caZuJUSGQD6BYk3Vuyb3gB6W.jpg","null","23000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","119675","tt1291580","en","Behind the Candelabra","Based on the autobiographical novel, the tempestuous 6-year relationship between Liberace and his (much younger) lover, Scott Thorson, is recounted.","6.356","/46J5VoqnneIz3hs50Ptk2o5bmXB.jpg","[{'id':2596,'logo_path':null,'name':'Jerry Weintraub Productions','origin_country':'US'},{'id':7429,'logo_path':'/6in9uMqxXEHx5XgYgkeRBpZ4rPw.png','name':'HBO Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-05-26","15600000","118","[{'iso_639_1':'en','name':'English'}]","Released","Too much of a good thing is wonderful","Behind the Candelabra","false","6.7","442" +"false","/fORfDnft6dosWAGl2clDWm8kUMp.jpg","{'id':98513,'name':'Behind Enemy Lines Collection','poster_path':'/baDDWPQgZyBKiDNeipLJ9LEZ5BX.jpg','backdrop_path':'/5sMWk8wutGCFAM7MAFPQJyc0ny0.jpg'}","40000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':10752,'name':'War'}]","","8007","tt0159273","en","Behind Enemy Lines","While flying a routine reconnaissance mission over Bosnia, fighter pilot Chris Burnett photographs something he wasn't supposed to see and gets shot down behind enemy lines, where he must outrun an army led by a ruthless Serbian general. With time running out and a deadly tracker on his trail, Burnett's commanding officer decides to risk his career and launch a renegade rescue mission to save his life.","10.945","/dl1OgKeKxKQsOAqGM7TZRNozbKf.jpg","[{'id':1302,'logo_path':'/kQZtJdyphCmq292iGDqlUx0yk2D.png','name':'Davis Entertainment','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-11-30","91753202","106","[{'iso_639_1':'cs','name':'??esk??'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'sh','name':''}]","Released","His only weapon is his will to survive.","Behind Enemy Lines","false","6.1","688" +"false","/fNia6BuvpW4XuqkE9jGpMcIYqgp.jpg","null","0","[{'id':35,'name':'Comedy'}]","https://www.facebook.com/behavingbadlyfilm","259018","tt2314824","en","Behaving Badly","Teenager Rick Stevens is willing to do whatever it takes to win the heart of Nina Pennington. He'll have to deal with his best friend's horny mom, a drug abusing boss and even the mob if he ever hopes to land the girl of his dreams. Love is never easy!","9.434","/lVv1Sh6MDNtdMmBehda88wRWFJX.jpg","[{'id':25462,'logo_path':null,'name':'Starboard Entertainment','origin_country':''},{'id':1757,'logo_path':null,'name':'Mad Chance','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-04-14","0","92","[{'iso_639_1':'en','name':'English'}]","Released","One good girl, several very bad choices","Behaving Badly","false","5","323" +"false","/8LreGAwWHDrIBv92Ec987F6d24p.jpg","{'id':123800,'name':'Before... Collection','poster_path':'/bBS1CfspKXq5RBok85hYvtW9ZwE.jpg','backdrop_path':'/to3l6Gwzd7FGWa9Spc708IP1K7l.jpg'}","2700000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.warnerbros.com/?site=beforesunset#/page=movies&pid=f-57b53b9e/BEFORE_SUNSET&asset=059437/Before_Sunset_-_Trailer_1A&type=video/","80","tt0381681","en","Before Sunset","Nine years ago two strangers met by chance and spent a night in Vienna that ended before sunrise. They are about to meet for the first time since. Now they have one afternoon to find out if they belong together.","11.855","/gycdE1ARByGQcK4fYR2mgpU6OO.jpg","[{'id':11509,'logo_path':null,'name':'Warner Independent Pictures (WIP)','origin_country':''},{'id':97,'logo_path':'/7znWcbDd4PcJzJUlJxYqAlPPykp.png','name':'Castle Rock Entertainment','origin_country':'US'},{'id':98,'logo_path':null,'name':'Detour Film Production','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-02-10","15992615","80","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","What if you had a second chance with the one that got away?","Before Sunset","false","7.7","1332" +"false","/2cLcY12mDkorndlpu6LtpAGt6bU.jpg","null","3200000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","http://focusfeatures.com/beginners","55347","tt1532503","en","Beginners","Oliver meets the irreverent and unpredictable Anna only months after his father Hal Fields has passed away. This new love floods Oliver with memories of his father, who, following the death of his wife of 44 years, came out of the closet at age 75 to live a full, energized, and wonderfully tumultuous gay life ??? which included a younger boyfriend.","6.637","/41ZB1ndUvimsFSIBxl6LXQaeAnI.jpg","[{'id':6531,'logo_path':null,'name':'Parts and Labor','origin_country':''},{'id':7400,'logo_path':null,'name':'Olympus Pictures','origin_country':''},{'id':10146,'logo_path':'/xnFIOeq5cKw09kCWqV7foWDe4AA.png','name':'Focus Features','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-06-09","14311701","105","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","This is what love feels like.","Beginners","false","6.9","510" +"false","/eaqoLBq6i1y85vyzhlxNmEqNRSO.jpg","null","0","[{'id':18,'name':'Drama'}]","","5001","tt0247196","en","Before Night Falls","Spanning several decades, this powerful biopic offers a glimpse into the life of famed Cuban poet and novelist Reinaldo Arenas, an artist who was vilified for his homosexuality in Fidel Castro's Cuba.","6.944","/hGiydvFcbz7U8Ofc9tD3Vh7LKfA.jpg","[{'id':1815,'logo_path':null,'name':'El Mar Pictures','origin_country':''},{'id':1816,'logo_path':null,'name':'Grandview Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-09-03","8524534","134","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","","Before Night Falls","false","6.8","125" +"false","/r36B5xC2KT9KuxPlTfQJHFwi2EA.jpg","null","8000000","[{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","","198277","tt1980929","en","Begin Again","A long lost music producer finds a singer-songwriter right about the moment he has given up all hope on life.","12.034","/qx4HXHXt528hS4rwePZbZo20xqZ.jpg","[{'id':1785,'logo_path':'/wT6aIkuQTNuq8XFoDGACK8EyR6w.png','name':'Likely Story','origin_country':'US'},{'id':11448,'logo_path':'/twhX9HMUuGW4Mhb45AyWDhRqkvR.png','name':'Exclusive Media','origin_country':'US'},{'id':14319,'logo_path':'/z5jJhK1AMbr47CLVqsB4HpIBtHd.png','name':'Sycamore Pictures','origin_country':'US'},{'id':10105,'logo_path':'/bN4tiAS8oNlHhIqq66KBPQ1Ekqh.png','name':'Apatow Productions','origin_country':'US'},{'id':33681,'logo_path':'/dHx2nsV9AC7IBlKN2dk1FDImvOz.png','name':'Black Label Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-09-07","63464861","104","[{'iso_639_1':'en','name':'English'}]","Released","You're only as strong as your next move.","Begin Again","false","7.2","2018" +"false","/6dRor6UgPVDUKTaxh0fsYCTP5VQ.jpg","{'id':123800,'name':'Before... Collection','poster_path':'/bBS1CfspKXq5RBok85hYvtW9ZwE.jpg','backdrop_path':'/to3l6Gwzd7FGWa9Spc708IP1K7l.jpg'}","3000000","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","","132344","tt2209418","en","Before Midnight","We meet Jesse and Celine nine years on in Greece. Almost two decades have passed since their first meeting on that train bound for Vienna.","9.798","/uDdobcCBfPObD2pqDSTjXxELt3c.jpg","[{'id':97,'logo_path':'/7znWcbDd4PcJzJUlJxYqAlPPykp.png','name':'Castle Rock Entertainment','origin_country':'US'},{'id':11510,'logo_path':null,'name':'Detour Filmproduction','origin_country':''},{'id':19246,'logo_path':'/4zrEZfTf94tyG4wRB599gRS0reU.png','name':'Faliro House Productions','origin_country':'GR'},{'id':20313,'logo_path':null,'name':'Venture Forth','origin_country':''}]","[{'iso_3166_1':'GR','name':'Greece'},{'iso_3166_1':'US','name':'United States of America'}]","2013-04-05","11176469","109","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'el','name':'????????????????'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Everything's better with maturity.","Before Midnight","false","7.4","988" +"false","/rZhdGiYPYc0ZJt7hSFnD1WnSEKs.jpg","null","0","[{'id':878,'name':'Science Fiction'}]","","166822","tt1830713","en","Big Ass Spider!","When a giant alien spider escapes from a military lab and rampages across the city of Los Angeles, it is up to one clever exterminator and his security guard sidekick to kill the creature before the entire city is destroyed.","6.833","/g4iOcEQMBfxHJsPg3cublh1Z0Su.jpg","[{'id':7662,'logo_path':null,'name':'Epic Pictures Group','origin_country':'US'},{'id':7787,'logo_path':null,'name':'Snowfort Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-10-17","0","80","[{'iso_639_1':'en','name':'English'}]","Released","","Big Ass Spider!","false","5.5","113" +"false","/5VGu8NqVz2GsKDRGFhj4hwMU5De.jpg","null","18000000","[{'id':14,'name':'Fantasy'},{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'},{'id':10751,'name':'Family'}]","","2280","tt0094737","en","Big","A young boy, Josh Baskin makes a wish at a carnival machine to be big. He wakes up the following morning to find that it has been granted and his body has grown older overnight. But he is still the same 13-year-old boy inside. Now he must learn how to cope with the unfamiliar world of grown-ups including getting a job and having his first romantic encounter with a woman. What will he find out about this strange world?","10.056","/me6uugsf6zWTkrcLBoNc9EElb5j.jpg","[{'id':21451,'logo_path':null,'name':'American Entertainment Partners II L.P.','origin_country':''},{'id':18,'logo_path':'/uqhagSwM7NAkQWVCQhKTyoqF8XH.png','name':'Gracie Films','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-06-03","151668774","104","[{'iso_639_1':'en','name':'English'}]","Released","Have you ever had a really big secret?","Big","false","7","1731" +"false","/zxnfzrBB38gXIrJ4PfsUaxCdqtu.jpg","null","0","[{'id':53,'name':'Thriller'}]","","284289","tt2911668","en","Beyond the Reach","A high-rolling corporate shark and his impoverished young guide play the most dangerous game during a hunting trip in the Mojave Desert.","11.992","/ouMb1EDwM88YYjlN37UzhByGKRO.jpg","[{'id':33433,'logo_path':null,'name':'Furthur Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-09-06","45895","95","[{'iso_639_1':'en','name':'English'}]","Released","","Beyond the Reach","false","5.6","195" +"false","/nvRmdMGrnjVCpU6bprI1JzmU1cb.jpg","null","7000000","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","http://beyondthelightsmovie.tumblr.com/","241771","tt3125324","en","Beyond the Lights","Noni Jean is a hot new rising star. But not all is what it seems, and the pressure causes Noni to nearly fall apart - until she meets Kaz Nicol, a promising young cop and aspiring politician who's been assigned to her detail. Can Kaz's love give Noni the courage to find her own voice and break free to become the artist she was meant to be?","6.745","/bSV6w2P27AKX0QI2g44fZYtJFiS.jpg","[{'id':42321,'logo_path':null,'name':'Black Entertainment Television (BET)','origin_country':''},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':86115,'logo_path':null,'name':'Relativity Sports','origin_country':''},{'id':86116,'logo_path':null,'name':'Undisputed Cinema','origin_country':''},{'id':8840,'logo_path':null,'name':'Homegrown Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-09-10","14618727","116","[{'iso_639_1':'en','name':'English'}]","Released","Open your heart, find your voice.","Beyond the Lights","false","7","230" +"false","/dxKw8NafloaDS8gapDWoP7BlVhm.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':18,'name':'Drama'}]","http://beyondtheedgefilm.com/","211088","tt2468638","en","Beyond The Edge","A 3D feature film about Sir Edmund Hillary's monumental and historical ascent of Mt. Everest in 1953 - an event that stunned the world and defined a nation.","2.116","/jmEH5tfAiF3FneL1Y7dMYsTK5aZ.jpg","[{'id':13742,'logo_path':null,'name':'General Film Corporation','origin_country':''}]","[{'iso_3166_1':'NZ','name':'New Zealand'}]","2013-10-24","0","93","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'pl','name':'Polski'}]","Released","","Beyond The Edge","false","7","12" +"false","/ibWWLrZ7TNSZclYcwgwQpUl6Ika.jpg","null","25000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","25137","tt1183251","en","Beyond a Reasonable Doubt","Remake of a 1956 Fritz Lang film in which a novelist's investigation of a dirty district attorney leads to a setup within the courtroom.","6.516","/lUVAtANZlZJ6P5SBakbcvbHZGm2.jpg","[{'id':3272,'logo_path':null,'name':'Aramid Entertainment Fund','origin_country':''},{'id':11647,'logo_path':null,'name':'Autonomous Films','origin_country':''},{'id':21897,'logo_path':null,'name':'Foresight Unlimited','origin_country':'US'},{'id':61413,'logo_path':null,'name':'Government of Saudi Arabia','origin_country':''},{'id':23770,'logo_path':'/t1Dc5SaJLBfRxtl0ttLGdaYICQ2.png','name':'Signature Entertainment','origin_country':'US'},{'id':46976,'logo_path':'/A8LyPh201AmDlyBley6r9R3SZYS.png','name':'RKO Pictures LLC','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-02-05","4388563","105","[{'iso_639_1':'en','name':'English'}]","Released","","Beyond a Reasonable Doubt","false","5.8","135" +"false","/v70hb94BzcmHOqMPy02n8Nw30zT.jpg","null","85000000","[{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'},{'id':10749,'name':'Romance'}]","","9722","tt0374536","en","Bewitched","Thinking he can overshadow an unknown actress in the part, an egocentric actor unknowingly gets a witch cast in an upcoming television remake of the classic show ""Bewitched"".","11.32","/auUAybijSJ72XuTaPgh0EhvyJ13.jpg","[{'id':84893,'logo_path':null,'name':'Bewitched','origin_country':''},{'id':14440,'logo_path':null,'name':'Red Wagon Entertainment','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-06-21","131426169","102","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Be warned. Be ready.","Bewitched","false","4.9","837" +"false","/gmV4lsRAAtgdTysO3FwTxN8wevb.jpg","{'id':85861,'name':'Beverly Hills Cop Collection','poster_path':'/jBvTMq8s7aQn1oe1eTEn6fg91Po.jpg','backdrop_path':'/lhZQuT76B9YcxZIudXZMhhWCKcl.jpg'}","15000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","90","tt0086960","en","Beverly Hills Cop","Tough-talking Detroit cop Axel Foley heads to the rarified world of Beverly Hills in his beat-up Chevy Nova to investigate a friend's murder, but soon realizes he's stumbled onto something much more complicated. Bungling rookie detective, Billy Rosewood joins the fish-out-of-water Axel and shows him the West Los Angeles ropes.","11.741","/eEm00B2qO4j4gGH9PDg8dHvyApD.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':30,'logo_path':null,'name':'Eddie Murphy Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-11-29","316360478","105","[{'iso_639_1':'en','name':'English'}]","Released","The Heat Is On!","Beverly Hills Cop","false","7","1746" +"false","/yltBBqwlH8uBQEefogaSuD1BQjb.jpg","null","0","[{'id':18,'name':'Drama'}]","http://betweenusmovie.com/","137566","tt1109574","en","Between Us","A New York couple and their Midwestern friends find that drastic changes have occurred in their respective lives since they last met.","2.779","/nLuKeF4tsfk3qrt8tSkJ2f82j3W.jpg","[{'id':36117,'logo_path':null,'name':'Bugeater Films','origin_country':''},{'id':34455,'logo_path':null,'name':'Votiv Films','origin_country':'US'},{'id':26197,'logo_path':null,'name':'Skyscraper Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-09-13","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Four Friends. Two Couples. One Night They Will Never Forget.","Between Us","false","5.3","13" +"false","/6wMlGLQ38Ylg5iQfGShwKjG8Z4.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://www.musicboxfilms.com/bettiepage","220494","tt1776086","en","Bettie Page Reveals All","The world's greatest pinup model and cult icon, Bettie Page, recounts the true story of how her free expression overcame government witch-hunts to help launch America's sexual revolution.","1.852","/v9PzQyCLNvyOxfbUBPvsOpYzTEi.jpg","[{'id':32652,'logo_path':null,'name':'Single Spark Pictures','origin_country':''},{'id':72811,'logo_path':null,'name':'Music Box Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-11-22","0","101","[{'iso_639_1':'en','name':'English'}]","Released","","Bettie Page Reveals All","false","7.1","18" +"false","/A9FCmb5Qz2HTfsNzXaASsl5GIjf.jpg","null","0","[{'id':35,'name':'Comedy'}]","","13667","tt0088794","en","Better Off Dead...","Lane Meyer is obsessed with his girlfriend Beth and is crushed when she falls for the new captain of the ski team, Roy. After several failed suicide attempts, narrow escapes from the relentless paper boy, and nearly unbearable dinners at home with his crazy family, Lane finds a new love in French exchange student Monique Junot. Meanwhile, he must beat Roy on the slopes to regain his honor.","5.552","/urpEd0gVcDa6Enl6T2HO9BxjeKI.jpg","[{'id':11043,'logo_path':null,'name':'A&M Films','origin_country':''},{'id':3902,'logo_path':null,'name':'CBS Entertainment Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-10-11","10297601","97","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'hu','name':'Magyar'}]","Released","I've been going to this high school for seven and a half years... I'm no dummy.","Better Off Dead...","false","6.9","232" +"false","/6VQEfjNPaspZeccPQPf3gWQHUt9.jpg","{'id':153948,'name':'Best of the Best Collection','poster_path':'/4I3QETfSJAyehWlclsrRbqXn2sU.jpg','backdrop_path':'/orC5lXKZTsitJguQFVxJcEhcTc.jpg'}","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':12,'name':'Adventure'}]","","36567","tt0130370","en","Best of the Best 4: Without Warning","A group of Russian mobsters have stolen a huge supply of paper for printing U.S. currency, and are now flooding the market with conterfeit bills. When one of the mobsters decides to give herself in and hand over a data CD to the DA, she is shot and killed, but not before handing the disc to an unsuspecting Tommy Lee. Despite working with the police as a martial arts instructor, Lee doesn't go to the cops with the disc, but instead goes on the run, giving the mafia time to kidnap his daughter and hold as a hostage in exchange for return of the disc. Will Tommy ever see his daughter again?","2.507","/A65yPwZdcG0BP9MEI6Zux1kbQM.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-10-10","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Best of the Best 4: Without Warning","false","5.4","14" +"false","/a1ZlUAXVFxfs38aUVVcR42HFK5S.jpg","null","0","[{'id':35,'name':'Comedy'}]","https://www.facebook.com/bestnighteverfilm","238475","tt2499414","en","Best Night Ever","Claire is about to get married and she goes to Las Vegas with her sister and two friends for her bachelorette party. Things quickly spiral out of control.","2.123","/bYAivceZNwaPVPSoyptIQqETaAc.jpg","[{'id':3595,'logo_path':'/fmr2EBtGqqIPXOB3tCHCviRRy7z.png','name':'Magnet Releasing','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-01-31","0","90","[{'iso_639_1':'en','name':'English'}]","Released","The hangover will be the easy part.","Best Night Ever","false","4.2","50" +"false","/ZmU4bJyoayytvzhkgyFR8yDfLh.jpg","null","1500000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","138222","tt1885300","en","Best Man Down","A newlywed couple cancels their honeymoon and returns to the snowy Midwest to make the funeral arrangements for their best man, who died unexpectedly after their ceremony.","6.399","/2akSCt635Bp4tX94DYybRpnTkzk.jpg","[{'id':16947,'logo_path':null,'name':'KODA Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-10-20","1938","90","[{'iso_639_1':'en','name':'English'}]","Released","","Best Man Down","false","6.3","78" +"false","/97BVGZLSRsHQ91yizrQySY0eix7.jpg","null","0","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","","309019","tt3623002","en","Best Day Ever","David's turning 50 and having a Mid-life Crisis! He isn't sure his ""perfect husband"" loves him, and if he's chosen the right career. Aging is something he never thought about, but now he is faced with making the rest of his life count and hopes his close friends can help. Realizing that he may only have about 35 years left, he must figure out his life to ensure happiness and fulfillment. Fate changes everything when he meets a 15-year younger man who shows him that age does not matter, and that maybe his future happiness is right in front of him.","2.009","/i84jwxHFqH4dhPwfv5WR06r9iCH.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-12-09","0","82","[{'iso_639_1':'en','name':'English'}]","Released","","Best Day Ever","false","4.2","7" +"false","/vtBvAKRWlvNCsdldduqBwy38oSB.jpg","null","5000000","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","92591","tt1704573","en","Bernie","In small-town Texas, affable and popular mortician Bernie Tiede strikes up a friendship with Marjorie Nugent, a wealthy widow well known for her sour attitude. When she becomes controlling and abusive, Bernie goes to great lengths to remove himself from her grasp.","8.01","/yfYjg789qjxHCTTcyOqXtpoetQU.jpg","[{'id':6667,'logo_path':null,'name':'Mandalay Vision','origin_country':''},{'id':8116,'logo_path':null,'name':'Wind Dancer Productions','origin_country':''},{'id':11510,'logo_path':null,'name':'Detour Filmproduction','origin_country':''},{'id':97,'logo_path':'/7znWcbDd4PcJzJUlJxYqAlPPykp.png','name':'Castle Rock Entertainment','origin_country':'US'},{'id':6352,'logo_path':null,'name':'Horsethief Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-04-27","9206470","99","[{'iso_639_1':'en','name':'English'}]","Released","A story so unbelievable it must be true.","Bernie","false","6.6","485" +"false","/svINgfnEWYWRlqKAoJj8qAojgX3.jpg","null","0","[{'id':878,'name':'Science Fiction'}]","","260372","tt3307726","en","Bermuda Tentacles","After Air Force One goes down during a storm over the Bermuda Triangle, the United States Navy is dispatched to find the escape pod holding the President. A giant monster beneath the ocean awakens and attacks the fleet.","2.463","/wqALLUy4JjpmplworsD0HDlsKs5.jpg","[{'id':22300,'logo_path':null,'name':'M. O. B. Movies','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-04-04","0","126","[{'iso_639_1':'en','name':'English'}]","Released","","Bermuda Tentacles","false","3.3","23" +"false","/59kvQ7mtI4n0MMUxSBpSm8jHruN.jpg","{'id':538387,'name':'Malevolence Collection','poster_path':null,'backdrop_path':null}","2000000","[{'id':80,'name':'Crime'},{'id':27,'name':'Horror'}]","http://www.bereavementmovie.com/","55890","tt1100051","en","Bereavement","In 1989, six year old Martin Bristoll was kidnapped from his backyard swing in Minersville Pennsylvania. Graham Sutter, a psychotic recluse, kept Martin imprisoned on his derelict pig farm, forcing him to witness and participate in unspeakable horrors. Chosen at random, his victim's screams were drowned out by the rural countryside. For five years, Martin's whereabouts have remained a mystery, until 17 year old Allison Miller comes to live with her Uncle, Jonathan. While exploring her new surroundings, Allison discovers things aren't quite right at the farmhouse down the road. Her curiosity disturbs a hornet's nest of evil and despair that once torn open, can never be closed.","4.627","/7cFVnLCTaGJHQ3DIx1CXM7AmEXP.jpg","[{'id':5860,'logo_path':null,'name':'Anchor Bay Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-07-16","0","103","[{'iso_639_1':'en','name':'English'}]","Released","There are some evils...so unspeakable...they will scar you forever.","Bereavement","false","5.2","68" +"false","/p2EcLgqx1cisQBNOf8UwCvA2IPL.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'}]","http://www.beowulfandgrendel.com/","5471","tt0402057","en","Beowulf & Grendel","The blood-soaked tale of a Norse warrior's battle against the great and murderous troll, Grendel. Heads will roll. Out of allegiance to the King Hrothgar, the much respected Lord of the Danes, Beowulf leads a troop of warriors across the sea to rid a village of the marauding monster.","6.112","/rvM310iHr34K0josqCmRVUev7FP.jpg","[{'id':11065,'logo_path':null,'name':'The Film Works','origin_country':'CA'},{'id':25470,'logo_path':null,'name':'Icelandic Film Corporation','origin_country':''},{'id':25469,'logo_path':null,'name':'Union Station Media','origin_country':''},{'id':1727,'logo_path':null,'name':'Movision','origin_country':''},{'id':1205,'logo_path':null,'name':'Endgame Entertainment','origin_country':'US'},{'id':806,'logo_path':'/kcNh09qqR2Pkw1JAzRW4CommrW4.png','name':'T??l??film Canada','origin_country':'CA'},{'id':1071,'logo_path':null,'name':'Spice Factory','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'IS','name':'Iceland'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2005-09-14","92076","103","[{'iso_639_1':'is','name':'??slenska'},{'iso_639_1':'la','name':'Latin'},{'iso_639_1':'en','name':'English'}]","Released","The Hero. The Monster. The Myth.","Beowulf & Grendel","false","5.9","99" +"false","/sWNv1EtnBaboIBfrQQ7exon7zub.jpg","null","70000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':16,'name':'Animation'}]","http://www.beowulfmovie.com/","2310","tt0442933","en","Beowulf","6th-century Scandinavian warrior, Beowulf embarks on a mission to slay the manlike ogre Grendel, a descendant of Cain.","14.578","/j90lLkvlcPNL6VVoLGQ0yzPUfJV.jpg","[{'id':24955,'logo_path':'/rH0gVNXekxmpTTvFeIitUzJHFSm.png','name':'Paramount Animation','origin_country':'US'},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':2265,'logo_path':'/cA8M1Z7jx5ZXtLEFBgzot6RGPxM.png','name':'Shangri-La Entertainment','origin_country':'US'},{'id':11395,'logo_path':null,'name':'ImageMovers','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-11-05","195735876","115","[{'iso_639_1':'en','name':'English'}]","Released","Evil breeds pain.","Beowulf","false","5.7","1435" +"false","/oP6t2PvX8DFcGyyCcWFQSP6s25W.jpg","null","22000000","[{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","204922","tt1726592","en","Before I Go to Sleep","A woman wakes up every day, remembering nothing as a result of a traumatic accident in her past. One day, new terrifying truths emerge that force her to question everyone around her.","11.651","/3UG2Pb122c7Va8MBtr1OHRB1YPh.jpg","[{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'},{'id':1645,'logo_path':'/6Ry6uNBaa0IbbSs1XYIgX5DkA9r.png','name':'Scott Free Productions','origin_country':''},{'id':36991,'logo_path':null,'name':'Clarius Entertainment','origin_country':''},{'id':18230,'logo_path':null,'name':'Filmgate Films','origin_country':'SE'},{'id':1020,'logo_path':'/kuUIHNwMec4dwOLghDhhZJzHZTd.png','name':'Millennium Films','origin_country':'US'},{'id':2801,'logo_path':'/bswb1PLLsKDUXMLgy42bZtCtIde.png','name':'Film i V??st','origin_country':'SE'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'SE','name':'Sweden'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-09-03","15447154","92","[{'iso_639_1':'en','name':'English'}]","Released","Who do you trust?","Before I Go to Sleep","false","6.4","1064" +"false","/upAwc1kPQJU1ZWeMgEWV8Lp6CWb.jpg","{'id':531332,'name':'Beetlejuice Collection','poster_path':'/r61YPQEWrivyF3YYrUQF6gwQ9bO.jpg','backdrop_path':'/seypIMbd3I43ofe2axt1M0eW4e.jpg'}","15000000","[{'id':14,'name':'Fantasy'},{'id':35,'name':'Comedy'}]","","4011","tt0094721","en","Beetlejuice","Thanks to an untimely demise via drowning, a young couple end up as poltergeists in their New England farmhouse, where they fail to meet the challenge of scaring away the insufferable new owners, who want to make drastic changes. In desperation, the undead newlyweds turn to an expert frightmeister, but he's got a diabolical agenda of his own.","23.195","/gWnW7vxm8yr01TVLQhL4aI02orp.jpg","[{'id':360,'logo_path':null,'name':'Geffen Pictures','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-02-29","73326666","92","[{'iso_639_1':'en','name':'English'}]","Released","He's guaranteed to put some life in your afterlife.","Beetlejuice","false","7.3","2859" +"false","/h20b5JC3a6oX0RQJpFbmFwLSWkx.jpg","{'id':168880,'name':'Beethoven Collection','poster_path':'/pdaH4A7ecsThnSX5sOpwrcntziF.jpg','backdrop_path':'/ogXWk8vtx6Pn6kEiak8VQmFCqit.jpg'}","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'}]","","295887","tt3124476","en","Beethoven's Treasure Tail","After everyone's favorite St. Bernard gets fired from a movie, Beethoven begins the long journey home with his trainer, Eddie. On their way, they become stranded in a small coastal town where the beloved canine befriends a young boy who is searching for buried treasure.","3.624","/lzAY4bG6RTBH8Xo7DAzG5MNUrIL.jpg","[{'id':17009,'logo_path':'/ssowAxOrrqsSR2CKeiytOXwLoCW.png','name':'Universal 1440 Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-10-02","0","98","[{'iso_639_1':'en','name':'English'}]","Released","","Beethoven's Treasure Tail","false","5.3","22" +"false","/63R6JXvtQtPw7NO0dmLor0brzow.jpg","null","17500000","[{'id':35,'name':'Comedy'}]","","9988","tt0486551","en","Beerfest","During a trip to Germany to scatter their grandfather's ashes, German-American brothers Todd and Jan discover Beerfest, the secret Olympics of downing stout, and want to enter the contest to defend their family's beer-guzzling honor. Their Old Country cousins sneer at the Yanks' chances, prompting the siblings to return to America to prepare for a showdown the following year.","7.144","/5srGbSv3zhEUjXFOZR9qHkgJO6l.jpg","[{'id':2773,'logo_path':'/ubyU2v6XcREGwyeieqdcxvZzvKc.png','name':'Broken Lizard Industries','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-08-25","19179969","110","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","Prepare for the ultimate chug of war.","Beerfest","false","5.8","245" +"false","/mnmYNA05niLp0Gb75UTIUvs8emo.jpg","null","35000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","43566","tt0115645","en","Before and After","Two parents deal with the effects when their son is accused of murdering his girlfriend.","5.429","/yTDzXDKNGlmGYk5HuEeZUAypo1p.jpg","[{'id':915,'logo_path':'/xXojkyRWFZ0JTJyjiu13ThKeFbz.png','name':'Hollywood Pictures','origin_country':''},{'id':175,'logo_path':'/trtXLj3zv8T9ke1Vhw4SCkkM4JJ.png','name':'Caravan Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-02-23","0","108","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","A murder. A suspect. A shadow of a doubt.","Before and After","false","6.1","73" +"false","/2lBpQZevIJdL4vPrZ7Nnm7mrVlm.jpg","null","150000000","[{'id':10751,'name':'Family'},{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'}]","http://www.beemovie.com/","5559","tt0389790","en","Bee Movie","Barry B. Benson, a bee who has just graduated from college, is disillusioned at his lone career choice: making honey. On a special trip outside the hive, Barry's life is saved by Vanessa, a florist in New York City. As their relationship blossoms, he discovers humans actually eat honey, and subsequently decides to sue us.","14.068","/QhbOzpYfBOwrRiuTu9otPk919R.jpg","[{'id':1903,'logo_path':null,'name':'Columbus 81 Productions','origin_country':''},{'id':521,'logo_path':'/kP7t6RwGz2AvvTkvnI1uteEwHet.png','name':'DreamWorks Animation','origin_country':'US'},{'id':520,'logo_path':'/pU7YTI9FfrICurXpl5V9TfCO0oJ.png','name':'Pacific Data Images (PDI)','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-10-28","287594577","91","[{'iso_639_1':'en','name':'English'}]","Released","Born to bee wild.","Bee Movie","false","5.8","2388" +"false","/pRBBb1djfQptcKeRGGH3YgwaNf0.jpg","null","80000000","[{'id':14,'name':'Fantasy'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':10749,'name':'Romance'}]","","10202","tt0960731","en","Bedtime Stories","Skeeter Bronson is a down-on-his-luck guy who's always telling bedtime stories to his niece and nephew. But his life is turned upside down when the fantastical stories he makes up for entertainment inexplicably turn into reality. Can a bewildered Skeeter manage his own unruly fantasies now that the outrageous characters and situations from his mind have morphed into actual people and events?","12.43","/nhovvB0LO5nlgIvpPg2C1iLLAvr.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':2608,'logo_path':'/g3YRudXiQzHesQqRXvnhFpMzfkU.png','name':'Happy Madison Productions','origin_country':'US'},{'id':3538,'logo_path':null,'name':'Gunn Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-12-24","212874442","99","[{'iso_639_1':'en','name':'English'}]","Released","Whatever they dream up... he has to survive.","Bedtime Stories","false","6","1600" +"false","/ttOa1qlKCNLYJgdpsiDrVva9VOJ.jpg","null","20000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':10402,'name':'Music'}]","","12335","tt0066817","en","Bedknobs and Broomsticks","Three children evacuated from London during World War II are forced to stay with an eccentric spinster (Eglantine Price). The children's initial fears disappear when they find out she is in fact a trainee witch.","9.421","/1mWFExXAlUSgfBKGkK3mjH1iXk4.jpg","[{'id':3166,'logo_path':'/vyyv4Gy9nPqAZKElPm2izLlEaVS.png','name':'Walt Disney Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1971-10-07","17900000","117","[{'iso_639_1':'en','name':'English'}]","Released","You'll beWITCHED! You'll beDAZZLED! You'll be swept into a world of enchantment BEYOND ANYTHING BEFORE!","Bedknobs and Broomsticks","false","6.9","479" +"false","/wWXpqD4DpYu8YYJXbdhc1xGvkN0.jpg","null","48000000","[{'id':14,'name':'Fantasy'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","1636","tt0230030","en","Bedazzled","Elliot Richardson, suicidal techno geek, is given seven wishes to turn his life around when he meets up with a very seductive Satan. The catch: his soul. Some of his wishes include a 7 foot basketball star, a rock star, and a hamburger. But, as could be expected, the Devil must put her own little twist on each his fantasies.","9.088","/bgDOE1eyvi786a8vKV8rDwrAH6U.jpg","[{'id':73949,'logo_path':null,'name':'KirchMedia','origin_country':''},{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-10-19","90383208","93","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Meet the Devil. She's giving Elliott seven wishes. But not a chance in Hell.","Bedazzled","false","5.8","826" +"false","/qLNsJfwVvzuBnne3wP2Tq1dcmWE.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","15421","tt0057877","en","Becket","King Henry II of England has trouble with the Church. When the Archbishop of Canterbury dies, he has a brilliant idea. Rather than appoint another pious cleric loyal to Rome and the Church, he will appoint his old drinking and wenching buddy, Thomas Becket, technically a deacon of the church, to the post. Unfortunately, Becket takes the job seriously and provides abler opposition to Henry.","4.425","/7qTllDJTBCeHKQU1GjSW5WLJ9Sm.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':3861,'logo_path':null,'name':'Paramount Film Service','origin_country':''},{'id':3862,'logo_path':null,'name':'Keep Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1964-03-11","0","148","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'la','name':'Latin'},{'iso_639_1':'cy','name':'Cymraeg'}]","Released","An age of rampant lusts, abandon, runaway passions. An age brought bristling to life by two of the most exciting stars of our time!","Becket","false","7.3","74" +"false","/5VfgNZJvJ6FcwF3PPQbpUIzILkQ.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","9283","tt0115639","en","Beautiful Girls","During a snowy winter in the small fictional town of Knight's Ridge, Massachusetts, a group of lifelong buddies hang out, drink and struggle to connect with the women who affect their decisions, dreams and desires.","6.892","/8leYqrAL6EubYjOCZuO6ELPdLYe.jpg","[{'id':979,'logo_path':null,'name':'Woods Entertainment','origin_country':''},{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-02-09","0","112","[{'iso_639_1':'en','name':'English'}]","Released","Good times never seemed so good,","Beautiful Girls","false","6.8","177" +"false","/gALgnCvJvtJ2t2mpQj0MzWfKHeN.jpg","{'id':103372,'name':'Mr. Bean Collection','poster_path':'/61Jcc1Gwc2KE7sIJ1HPqqdt67ji.jpg','backdrop_path':'/aIXcqHz5VKRLXHPsNo0dFoK7YP5.jpg'}","18000000","[{'id':35,'name':'Comedy'}]","","1281","tt0118689","en","Bean","Bean works as a caretaker at Britain's formidable Royal National Gallery, and his bosses want to fire him because he sleeps at work all the time, but can't because the chairman of the gallery's board defends him. They send him to USA, to the small Los Angeles art gallery instead, where he'll have to officiate at the opening of the greatest US picture ever (called ""Whistler's Mother"").","8.876","/pKGGzotqkNDEL2ix4VU1bWmteK5.jpg","[{'id':686,'logo_path':'/qMVjV8YFbxXrGVF4wD6hRjllVbr.png','name':'Tiger Aspect Productions','origin_country':'GB'},{'id':1382,'logo_path':'/sOg7LGESPH5vCTOIdbMhLuypoLL.png','name':'PolyGram Filmed Entertainment','origin_country':'US'},{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1997-07-03","251212670","85","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","One Man. One Masterpiece. One Very Big Mistake.","Bean","false","6.4","1161" +"false","/4jydtNkMFAe1l983NdYrsSdORcG.jpg","null","20000000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","4953","tt0799934","en","Be Kind Rewind","A man whose brain becomes magnetized unintentionally destroys every tape in his friend's video store. In order to satisfy the store's most loyal renter, an aging woman with signs of dementia, the two men set out to remake the lost films.","6.259","/f0oX20YrQEiVPDH9InCQ1d3Cm66.jpg","[{'id':1784,'logo_path':null,'name':'Partizan','origin_country':''},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':10146,'logo_path':'/xnFIOeq5cKw09kCWqV7foWDe4AA.png','name':'Focus Features','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2008-01-20","30600000","102","[{'iso_639_1':'en','name':'English'}]","Released","You name it, we shoot it.","Be Kind Rewind","false","6.2","687" +"false","/eT84ElbmCj7SznhxznXLBkmE0uF.jpg","{'id':91698,'name':'Chili Palmer Collection','poster_path':'/klwDyihoCqOZ19lMwtlaaSCGH2w.jpg','backdrop_path':'/uWaANGQeoSs5vSP1CWtlkDrkqei.jpg'}","53000000","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","4551","tt0377471","en","Be Cool","Disenchanted with the movie industry, Chili Palmer tries the music industry, meeting and romancing a widow of a music exec on the way.","11.507","/ekKCH7Zkb5ZTr1f1AczZY23FH.jpg","[{'id':215,'logo_path':'/tQyeqkCj24krhY2W8qeAztcOS37.png','name':'Double Feature Films','origin_country':''},{'id':216,'logo_path':null,'name':'Jersey Films','origin_country':''},{'id':1693,'logo_path':null,'name':'Nina Saxon Film Design','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-03-04","95226116","118","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Everyone is looking for the next big hit","Be Cool","false","5.4","442" +"false","/43tyIdF12g6aFBcWcVTdYlLq0Jc.jpg","null","60000000","[{'id':14,'name':'Fantasy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","109491","tt1559547","en","Beautiful Creatures","Ethan Wate just wants to get to know Lena Duchannes better, but unbeknownst to him, Lena has strange powers. As Lena's 16th birthday approaches she might decide her fate, to be good or evil. A choice which will impact her relationship forever.","16.093","/s3hqcqoMr9yVBOvRLufSZSGvNve.jpg","[{'id':1088,'logo_path':'/9WOE5AQUXbOtLU6GTwfjS8OMF0v.png','name':'Alcon Entertainment','origin_country':'US'},{'id':32184,'logo_path':null,'name':'Belle Pictures','origin_country':''},{'id':787,'logo_path':'/cCefBs1t7jxtiz3eCxBp9yxrxGx.png','name':'3 Arts Entertainment','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-02-13","60052138","124","[{'iso_639_1':'en','name':'English'}]","Released","Dark secrets will come to light.","Beautiful Creatures","false","5.7","1748" +"false","/afjvvcJEM7GMnsx3uo6tkfca6lc.jpg","null","17000000","[{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'},{'id':10749,'name':'Romance'},{'id':878,'name':'Science Fiction'}]","http://www.beastlythemovie.com/","38117","tt1152398","en","Beastly","A curse transforms a handsome and arrogant young man into everything he detests in this contemporary retelling of Beauty and the Beast. Wealthy Kyle Kingson has everything a teenager could want in life, but he still gets off on humiliating the weaker and less attractive. When Kyle invites his misfit classmate Kendra to an environmental rally at their school, she questions his motivations but reluctantly accepts. Later, Kyle blows Kendra off, prompting the spurned goth girl to cast a dark spell on the swaggering egotist.","7.631","/yp7k0Run4cDGygfAmXpee4qEwAA.jpg","[{'id':60600,'logo_path':null,'name':'Storefront Films','origin_country':''},{'id':5490,'logo_path':'/xuJSR4dWsvkE194aemIJwflyNF2.png','name':'CBS Films','origin_country':'US'},{'id':54502,'logo_path':null,'name':'Mel's Cite du Cinema','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-01-21","43165571","86","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","Love is never ugly.","Beastly","false","6.1","1663" +"false","/425be7oXpYOVlWAQI6TNRi05frE.jpg","{'id':153010,'name':'Beauty and the Beast Collection','poster_path':'/mIzZxNAT1GIFaEoPYdJsUKC23Oj.jpg','backdrop_path':'/obOhJ6VC1IGvlxQYLp1KmjrTbt5.jpg'}","25000000","[{'id':10749,'name':'Romance'},{'id':10751,'name':'Family'},{'id':16,'name':'Animation'},{'id':14,'name':'Fantasy'}]","http://disney.go.com/disneyvideos/animatedfilms/beauty/?cmp=dcom_VAN_WDSHE_BEA_van_batb__Extl","10020","tt0101414","en","Beauty and the Beast","Follow the adventures of Belle, a bright young woman who finds herself in the castle of a prince who's been turned into a mysterious beast. With the help of the castle's enchanted staff, Belle soon learns the most important lesson of all -- that true beauty comes from within.","19.421","/b9QJr2oblOu1grgOMUZF1xkUJdh.jpg","[{'id':6125,'logo_path':'/tVPmo07IHhBs4HuilrcV0yujsZ9.png','name':'Walt Disney Animation Studios','origin_country':'US'},{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':10282,'logo_path':null,'name':'Silver Screen Partners IV','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1991-11-13","377350553","84","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","The most beautiful love story ever told.","Beauty and the Beast","false","7.7","5475" +"false","/m4nEpyWvQGheV7Ykyt80M9VnV53.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'},{'id':10749,'name':'Romance'}]","","18209","tt0061391","en","Bedazzled","Stanley is infatuated with Margaret, the statuesque waitress who works with him. He meets George Spiggott AKA the devil and sells his soul for 7 wishes, which Stanley uses to try and make Margaret his own first as an intellectual, then as a rock star, then as a wealthy industrialist. As each fails, he becomes more aware of how empty his life had been and how much more he has to live for.","5.648","/mmmoBPgx8F62qRRd396zwvG4Q8l.jpg","[{'id':11404,'logo_path':null,'name':'Stanley Donen Films','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1967-10-30","0","103","[{'iso_639_1':'en','name':'English'}]","Released","Peter Cook and Dudley Moore in their first starring comedy!","Bedazzled","false","6.3","59" +"false","/ecwye0cX78xUE29XDchv6SUgHhb.jpg","{'id':91697,'name':'Battlestar Galactica (Reboot) Collection','poster_path':'/yB7QLUglaZSCFtC30emJEqfGuWi.jpg','backdrop_path':'/1ynqKxPc4sgDdweAItGt4QLDWkS.jpg'}","0","[{'id':878,'name':'Science Fiction'},{'id':10770,'name':'TV Movie'}]","","257368","tt1704292","en","Battlestar Galactica: Blood & Chrome","The first Cylon war has been raging for 10 years and a young Ensign William Adama joins the fleet. He's disappointed not to be assigned to a fighter but to a freighter, and his co-pilot isn't too keen on having a rookie flying his aircraft as he has only a short time before he again becomes a civilian. Their cargo is a civilian scientist, Dr. Becca Kelly, but they no sooner leave than she has new orders for them and a new destination. Although she???s less than forthcoming about the details of her mission, Adama is keen, particularly as it involves going into Cylon controlled space. However, nothing is as it seems.","5.383","/5dmHzpIevV2UMEOIakBJEXjDWiG.jpg","[{'id':26727,'logo_path':'/jeTxdjXhzgKZyLr3l9MllkTn3fy.png','name':'Universal Television','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CA','name':'Canada'}]","2013-02-10","0","91","[{'iso_639_1':'en','name':'English'}]","Released","","Battlestar Galactica: Blood & Chrome","false","6.6","105" +"false","/rLhO767vwqRfUBmJOqvEmt5myIF.jpg","null","209000000","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'}]","","44833","tt1440129","en","Battleship","When mankind beams a radio signal into space, a reply comes from ???Planet G???, in the form of several alien crafts that splash down in the waters off Hawaii. Lieutenant Alex Hopper is a weapons officer assigned to the USS John Paul Jones, part of an international naval coalition which becomes the world's last hope for survival as they engage the hostile alien force of unimaginable strength. While taking on the invaders, Hopper must also try to live up to the potential that his brother, and his fianc??e's father, Admiral Shane, expect of him.","17.028","/7hN6WtMepoMZyeHZU2DM21cEj3z.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':2598,'logo_path':'/i42C5gRq7XqlG4S9vkchuJZfrBn.png','name':'Hasbro','origin_country':''},{'id':13778,'logo_path':null,'name':'Bluegrass Films','origin_country':'US'},{'id':20153,'logo_path':null,'name':'Film 44','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-04-11","303025485","131","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'}]","Released","The Battle for Earth Begins at Sea","Battleship","false","5.6","3147" +"false","/2RUohbrXVlWG7O1amjNdGNADECI.jpg","{'id':16302,'name':'Battle Royale Collection','poster_path':'/W7WtI62Pa2VvHqyFnrnAB2pQeJ.jpg','backdrop_path':'/gKpdj5aKtxrAoAbJJ3EtBZHcsyP.jpg'}","4500000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':12,'name':'Adventure'}]","","3176","tt0266308","ja","???????????????????????????","In the future, the Japanese government captures a class of ninth-grade students and forces them to kill each other under the revolutionary ""Battle Royale"" act.","10.541","/4J5hW5wwT20hYSEPfxvfxNLjHcg.jpg","[{'id':11538,'logo_path':null,'name':'AM Associates','origin_country':''},{'id':11539,'logo_path':null,'name':'Kobi Co.','origin_country':''},{'id':3032,'logo_path':null,'name':'Nippon Shuppan Hanbai (Nippan) K.K.','origin_country':''},{'id':11540,'logo_path':null,'name':'MF Pictures','origin_country':''},{'id':5073,'logo_path':null,'name':'WOWOW','origin_country':'JP'},{'id':3656,'logo_path':null,'name':'GAGA','origin_country':''}]","[{'iso_3166_1':'JP','name':'Japan'}]","2000-12-16","25000000","114","[{'iso_639_1':'ja','name':'?????????'}]","Released","Could you kill your best friend?","Battle Royale","false","7.3","1667" +"false","/nh4m3AWLHixshZoItDXcz8WJBHF.jpg","null","20000000","[{'id':10402,'name':'Music'},{'id':18,'name':'Drama'}]","","109417","tt1532958","en","Battle of the Year","A down-on-his-luck coach is hired to prepare a team of the best American dancers for an international tournament that attracts all the best crews from around the world, but the Americans haven't won in fifteen years.","6.409","/3wtWGf4O2hQ4yOLdR44NrYWJ6kn.jpg","[{'id':3287,'logo_path':'/bz6GbCQQXGNE56LTW9dwgksW0Iw.png','name':'Screen Gems','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-09-21","16549477","110","[{'iso_639_1':'en','name':'English'}]","Released","The World is watching","Battle of the Year","false","6","126" +"false","/eBcjJY0o7GErxmm8SYpslvtjRyM.jpg","null","70000000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","http://www.battlela.com","44943","tt1217613","en","Battle: Los Angeles","The Earth is attacked by unknown forces. As people everywhere watch the world's great cities fall, Los Angeles becomes the last stand for mankind in a battle no one expected. It's up to a Marine staff sergeant and his new platoon to draw a line in the sand as they take on an enemy unlike any they've ever encountered before.","10.521","/c7rrF2Cx2d52DFfHsMDgWA4ApTB.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':333,'logo_path':'/5xUJfzPZ8jWJUDzYtIeuPO4qPIa.png','name':'Original Film','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-03-08","202466756","116","[{'iso_639_1':'en','name':'English'}]","Released","It's not war. It's survival.","Battle: Los Angeles","false","5.6","2002" +"false","/tn5bwK1RqPTj7fWRowmt1cQ6Q8Y.jpg","null","0","[{'id':10752,'name':'War'},{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","","215814","tt2186783","en","Forbidden Ground","Three British soldiers find themselves stranded in No Man's Land after a failed charge on the German Trenches. Set in France 1916.","2.381","/qy7RjS18AoS24hSiopUC2cSyXWr.jpg","[{'id':18040,'logo_path':null,'name':'24/7 Films','origin_country':'AU'},{'id':18041,'logo_path':null,'name':'Armzfx','origin_country':'AU'},{'id':18042,'logo_path':'/mf5wGUAEsYJd2oE5F8LeTqFDPr4.png','name':'Scarlet Fire Films','origin_country':'AU'}]","[{'iso_3166_1':'AU','name':'Australia'}]","2013-08-16","0","95","[{'iso_639_1':'en','name':'English'}]","Released","Survivors will become heroes.","Forbidden Ground","false","5.6","36" +"false","/kz5aml9pRPFg9oTCSViyJXSKbCW.jpg","{'id':1709,'name':'Planet of the Apes Original Collection','poster_path':'/7OvC0TNbINmhfEmi3lMYEnGWNOr.jpg','backdrop_path':'/eYf3GRnuVCgeFQfEo0qK7ua5rCR.jpg'}","1700000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","","1705","tt0069768","en","Battle for the Planet of the Apes","The fifth and final episode in the Planet of the Apes series. After the collapse of human civilization, a community of intelligent apes led by Caesar lives in harmony with a group of humans. Gorilla General Aldo tries to cause an ape civil war and a community of human mutants who live beneath a destroyed city try to conquer those whom they perceive as enemies. All leading to the finale.","9.656","/2tx8XXPU6lSerxDnIhYwror52LV.jpg","[{'id':22542,'logo_path':null,'name':'Apjac International','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1973-06-15","8844595","93","[{'iso_639_1':'en','name':'English'}]","Released","The final chapter in the incredible Apes saga. The most suspenseful showdown ever filmed as two civilizations battle for the right to inherit what's left of the earth!","Battle for the Planet of the Apes","false","5.7","343" +"false","/bz65iQzchKo4gYegaErQLQDffnZ.jpg","null","0","[{'id':10751,'name':'Family'},{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'}]","","335077","tt2784134","en","Battle For SkyArk","In the near future the earth has become desolate and dangerous. Now inhabited by by a mysterious race of creatures, humanity has been forced to find refuge in the SkyArk, a man-made city in the sky. As the population grows, space becomes scarce and only the rich and powerful can stay, dumping the poor and orphaned of SkyArk to the abandoned earth.","4.491","/cb2t0c07LP2lmP1URmXB3AUMWdq.jpg","[{'id':50892,'logo_path':null,'name':'Mr.Monster','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-05-18","0","88","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","","Battle For SkyArk","false","3.8","39" +"false","/rDhqqhedXA3S0mjYB0BWMJNTRoA.jpg","null","0","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","","19267","tt0080436","en","The Big Brawl","A young Asian American martial artist is forced to participate in a brutal formal street-fight competition.","4.551","/4CXdankJXL1jqAb4wHOjoJPvwpn.jpg","[{'id':39985,'logo_path':null,'name':'Golden Harvest Productions','origin_country':''}]","[{'iso_3166_1':'HK','name':'Hong Kong'},{'iso_3166_1':'US','name':'United States of America'}]","1980-09-10","854","95","[{'iso_639_1':'en','name':'English'}]","Released","Where the only rule is to stay alive.","The Big Brawl","false","5.7","51" +"false","/hAhMOPPPxzCKsCu5rUMYdwS8Yb5.jpg","{'id':421904,'name':'Batman (DC Universe Animated) Collection','poster_path':'/4fDffWkGuIt62GQVAUTUgRoZxT2.jpg','backdrop_path':'/feOIJaQTUDaPRgt3g9U5xQhJPoq.jpg'}","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':80,'name':'Crime'},{'id':878,'name':'Science Fiction'},{'id':9648,'name':'Mystery'}]","https://www.warnerbros.com/batman-year-one/about","69735","tt1672723","en","Batman: Year One","Two men come to Gotham City: Bruce Wayne after years abroad feeding his lifelong obsession for justice and Jim Gordon after being too honest a cop with the wrong people elsewhere. After learning painful lessons about the city's corruption on its streets and police department respectively, this pair learn how to fight back their own way. With that, Gotham's evildoers from top to bottom are terrorized by the mysterious Batman and the equally heroic Gordon is assigned to catch him by comrades who both hate and fear him themselves. In the ensuing manhunt, both find much in common as the seeds of an unexpected friendship are laid with additional friends and rivals helping to start the legend.","7.766","/bI1YVuhBN6Vws1GP9Mf01DyhC2s.jpg","[{'id':429,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Comics','origin_country':'US'},{'id':2785,'logo_path':'/l5zW8jjmQOCx2dFmvnmbYmqoBmL.png','name':'Warner Bros. Animation','origin_country':'US'},{'id':4811,'logo_path':'/7xym5CnL4LcMPaWpp51cN1v73AR.png','name':'Warner Premiere','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-09-27","0","64","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'pt','name':'Portugu??s'}]","Released","A merciless crime turns a man into an outlaw.","Batman: Year One","false","7.2","393" +"false","/hkguTOGQ4MkjHyd5g4rR6i4MDck.jpg","null","0","[{'id':28,'name':'Action'},{'id':16,'name':'Animation'},{'id':9648,'name':'Mystery'}]","http://www.warnerbros.com/batman-under-red-hood","40662","tt1569923","en","Batman: Under the Red Hood","Batman faces his ultimate challenge as the mysterious Red Hood takes Gotham City by firestorm. One part vigilante, one part criminal kingpin, Red Hood begins cleaning up Gotham with the efficiency of Batman, but without following the same ethical code.","11.91","/78kjgspmLLOm2Glgpzqo9cS4GpI.jpg","[{'id':429,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Comics','origin_country':'US'},{'id':2785,'logo_path':'/l5zW8jjmQOCx2dFmvnmbYmqoBmL.png','name':'Warner Bros. Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-07-27","6629178","75","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'la','name':'Latin'}]","Released","Dare to Look Beneath the Hood.","Batman: Under the Red Hood","false","7.7","739" +"false","/ew0ouZ1MSxbNugPMgbOhuTrd3aA.jpg","{'id':248534,'name':'Batman: The Dark Knight Returns Collection','poster_path':'/lvjiiFOKska8o4qGbOpdvYBsJQ0.jpg','backdrop_path':'/yCXuvuBUL2tFHXiSQkVSDWp1WIz.jpg'}","3500000","[{'id':28,'name':'Action'},{'id':16,'name':'Animation'},{'id':9648,'name':'Mystery'}]","","142061","tt2166834","en","Batman: The Dark Knight Returns, Part 2","Batman has stopped the reign of terror that The Mutants had cast upon his city. Now an old foe wants a reunion and the government wants The Man of Steel to put a stop to Batman.","12.005","/wPeorCnD9MRR2S9Dzh4OpIgNLiv.jpg","[{'id':429,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Comics','origin_country':'US'},{'id':4811,'logo_path':'/7xym5CnL4LcMPaWpp51cN1v73AR.png','name':'Warner Premiere','origin_country':''},{'id':9993,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Entertainment','origin_country':'US'},{'id':2785,'logo_path':'/l5zW8jjmQOCx2dFmvnmbYmqoBmL.png','name':'Warner Bros. Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-01-18","0","78","[{'iso_639_1':'en','name':'English'}]","Released","Justice Returns... Vengeance Returns... Redemption Comes to Gotham.","Batman: The Dark Knight Returns, Part 2","false","7.9","662" +"false","/a6pB1w4lwp0WeTRQk9Q2K1F9W34.jpg","{'id':248534,'name':'Batman: The Dark Knight Returns Collection','poster_path':'/lvjiiFOKska8o4qGbOpdvYBsJQ0.jpg','backdrop_path':'/yCXuvuBUL2tFHXiSQkVSDWp1WIz.jpg'}","3500000","[{'id':28,'name':'Action'},{'id':16,'name':'Animation'},{'id':9648,'name':'Mystery'}]","","123025","tt2313197","en","Batman: The Dark Knight Returns, Part 1","Batman has not been seen for ten years. A new breed of criminal ravages Gotham City, forcing 55-year-old Bruce Wayne back into the cape and cowl. But, does he still have what it takes to fight crime in a new era?","14.932","/mFPD2YsdaWAzjuxF7ItGmsEFpdY.jpg","[{'id':429,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Comics','origin_country':'US'},{'id':4811,'logo_path':'/7xym5CnL4LcMPaWpp51cN1v73AR.png','name':'Warner Premiere','origin_country':''},{'id':9993,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Entertainment','origin_country':'US'},{'id':2785,'logo_path':'/l5zW8jjmQOCx2dFmvnmbYmqoBmL.png','name':'Warner Bros. Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-09-06","0","76","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Old heroes never die. They just get darker.","Batman: The Dark Knight Returns, Part 1","false","7.7","673" +"false","/39jbxGwfR4wHBV7apo3JiNdHDHq.jpg","{'id':120794,'name':'Batman Collection','poster_path':'/adQxUvQW8HXNsvMG5aj71pHh9T.jpg','backdrop_path':'/9SpZvXLZDGGtFqVDByGqSGI64Kw.jpg'}","125000000","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'},{'id':14,'name':'Fantasy'},{'id':35,'name':'Comedy'}]","","415","tt0118688","en","Batman & Robin","Along with crime-fighting partner Robin and new recruit Batgirl, Batman battles the dual threat of frosty genius Mr. Freeze and homicidal horticulturalist Poison Ivy. Freeze plans to put Gotham City on ice, while Ivy tries to drive a wedge between the dynamic duo.","18.446","/79AYCcxw3kSKbhGpx1LiqaCAbwo.jpg","[{'id':429,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Comics','origin_country':'US'},{'id':1382,'logo_path':'/sOg7LGESPH5vCTOIdbMhLuypoLL.png','name':'PolyGram Filmed Entertainment','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1997-06-20","238207122","125","[{'iso_639_1':'en','name':'English'}]","Released","Strength. Courage. Honor. And loyalty.","Batman & Robin","false","4.2","2563" +"false","/wNIE5dpkiHU2csDRptMutFjAGiV.jpg","{'id':120794,'name':'Batman Collection','poster_path':'/adQxUvQW8HXNsvMG5aj71pHh9T.jpg','backdrop_path':'/9SpZvXLZDGGtFqVDByGqSGI64Kw.jpg'}","80000000","[{'id':28,'name':'Action'},{'id':14,'name':'Fantasy'}]","","364","tt0103776","en","Batman Returns","Having defeated the Joker, Batman now faces the Penguin - a warped and deformed individual who is intent on being accepted into Gotham society. Crooked businessman Max Schreck is coerced into helping him become Mayor of Gotham and they both attempt to expose Batman in a different light. Selina Kyle, Max's secretary, is thrown from the top of a building and is transformed into Catwoman - a mysterious figure who has the same personality disorder as Batman. Batman must attempt to clear his name, all the time deciding just what must be done with the Catwoman.","15.803","/jX5THE1yW3zTdeD9dupcIyQvKiG.jpg","[{'id':429,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Comics','origin_country':'US'},{'id':1382,'logo_path':'/sOg7LGESPH5vCTOIdbMhLuypoLL.png','name':'PolyGram Filmed Entertainment','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1992-06-19","280000000","126","[{'iso_639_1':'en','name':'English'}]","Released","The Bat, the Cat, the Penguin.","Batman Returns","false","6.8","3053" +"false","/l4FaAhS0fThHyBifKkPEJefhq0K.jpg","{'id':421904,'name':'Batman (DC Universe Animated) Collection','poster_path':'/4fDffWkGuIt62GQVAUTUgRoZxT2.jpg','backdrop_path':'/feOIJaQTUDaPRgt3g9U5xQhJPoq.jpg'}","0","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':16,'name':'Animation'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':10751,'name':'Family'}]","","21683","tt0346578","en","Batman: Mystery of the Batwoman","A new vigilante, Batwoman, is wreaking havoc in Gotham City. The dynamic duo must discover her true identity.","6.734","/3l2ArPFKXKQIwPOFm0keIkyjwqH.jpg","[{'id':429,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Comics','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-10-21","0","74","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'cs','name':'??esk??'}]","Released","Gotham City's newest hero... or criminal?","Batman: Mystery of the Batwoman","false","6.7","142" +"false","/rI67zGyNZKa7ef8iiZN1lSJT7mp.jpg","{'id':120794,'name':'Batman Collection','poster_path':'/adQxUvQW8HXNsvMG5aj71pHh9T.jpg','backdrop_path':'/9SpZvXLZDGGtFqVDByGqSGI64Kw.jpg'}","100000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':14,'name':'Fantasy'}]","","414","tt0112462","en","Batman Forever","The Dark Knight of Gotham City confronts a dastardly duo: Two-Face and the Riddler. Formerly District Attorney Harvey Dent, Two-Face believes Batman caused the courtroom accident which left him disfigured on one side. And Edward Nygma, computer-genius and former employee of millionaire Bruce Wayne, is out to get the philanthropist; as The Riddler. Former circus acrobat Dick Grayson, his family killed by Two-Face, becomes Wayne's ward and Batman's new partner Robin.","14.992","/eTMrHEhlFPHNxpqGwpGGTdAa0xV.jpg","[{'id':429,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Comics','origin_country':'US'},{'id':31080,'logo_path':null,'name':'Polygram Filmed Entertainment','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1995-06-16","336529144","121","[{'iso_639_1':'en','name':'English'}]","Released","Courage now, truth always...","Batman Forever","false","5.3","2654" +"false","/9myrRcegWGGp24mpVfkD4zhUfhi.jpg","{'id':263,'name':'The Dark Knight Collection','poster_path':'/bqS2lMgGkuodIXtDILFWTSWDDpa.jpg','backdrop_path':'/xfKot7lqaiW4XpL5TtDlVBA9ei9.jpg'}","150000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","http://www2.warnerbros.com/batmanbegins/index.html","272","tt0372784","en","Batman Begins","Driven by tragedy, billionaire Bruce Wayne dedicates his life to uncovering and defeating the corruption that plagues his home, Gotham City. Unable to work within the system, he instead creates a new identity, a symbol of fear for the criminal underworld - The Batman.","25.614","/dr6x4GyyegBWtinPBzipY02J2lV.jpg","[{'id':429,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Comics','origin_country':'US'},{'id':923,'logo_path':'/5UQsZrfbfG2dYJbx8DxfoTr2Bvu.png','name':'Legendary Entertainment','origin_country':'US'},{'id':9993,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Entertainment','origin_country':'US'},{'id':9996,'logo_path':'/3tvBqYsBhxWeHlu62SIJ1el93O7.png','name':'Syncopy','origin_country':'GB'},{'id':19231,'logo_path':null,'name':'Patalex III Productions Limited','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2005-06-10","374218673","140","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ur','name':'????????'},{'iso_639_1':'zh','name':'?????????'}]","Released","Evil fears the knight.","Batman Begins","false","7.6","11744" +"false","/rZhblFe1Y9IheA47fO3i0b0qdvt.jpg","{'id':421904,'name':'Batman (DC Universe Animated) Collection','poster_path':'/4fDffWkGuIt62GQVAUTUgRoZxT2.jpg','backdrop_path':'/feOIJaQTUDaPRgt3g9U5xQhJPoq.jpg'}","0","[{'id':53,'name':'Thriller'},{'id':16,'name':'Animation'},{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","","242643","tt3139086","en","Batman: Assault on Arkham","Based on the hit video game series, Batman must find a bomb planted by the Joker while dealing with a mysterious team of villains called, The Suicide Squad.","8.946","/nYOoqnGuiUUNE4gccO0JJigfACP.jpg","[{'id':9993,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Entertainment','origin_country':'US'},{'id':2785,'logo_path':'/l5zW8jjmQOCx2dFmvnmbYmqoBmL.png','name':'Warner Bros. Animation','origin_country':'US'},{'id':4811,'logo_path':'/7xym5CnL4LcMPaWpp51cN1v73AR.png','name':'Warner Premiere','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-08-12","4571025","75","[{'iso_639_1':'en','name':'English'}]","Released","Get ready to root for the bad guys.","Batman: Assault on Arkham","false","7.3","501" +"false","/2blmxp2pr4BhwQr74AdCfwgfMOb.jpg","{'id':120794,'name':'Batman Collection','poster_path':'/adQxUvQW8HXNsvMG5aj71pHh9T.jpg','backdrop_path':'/9SpZvXLZDGGtFqVDByGqSGI64Kw.jpg'}","35000000","[{'id':14,'name':'Fantasy'},{'id':28,'name':'Action'}]","","268","tt0096895","en","Batman","The Dark Knight of Gotham City begins his war on crime with his first major enemy being the clownishly homicidal Joker, who has seized control of Gotham's underworld.","13.77","/kBf3g9crrADGMc2AMAMlLBgSm2h.jpg","[{'id':1382,'logo_path':'/sOg7LGESPH5vCTOIdbMhLuypoLL.png','name':'PolyGram Filmed Entertainment','origin_country':'US'},{'id':4357,'logo_path':null,'name':'The Guber-Peters Company','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1989-06-23","411348924","126","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Have you ever danced with the devil in the pale moonlight?","Batman","false","7.1","3656" +"false","/mmb8rIsBET6kUYak28e0R1tanXt.jpg","{'id':104716,'name':'Basket Case Collection','poster_path':'/6DdpgHlruy4h6tfpwctFUw0inVj.jpg','backdrop_path':'/mT2dXQT7FPYN7GCwPrkIB0Enrq9.jpg'}","0","[{'id':27,'name':'Horror'}]","","27816","tt0103773","en","Basket Case 3","Henelotter up's the ante in the final part of his trilogy by introducing a new member to the family; the potentially monstrous fruit of hideously deformed Belial's loins. With the pair still enjoying relative anonymity and comfort in their new found home (presided over by Granny Roth), things however take a downward turn on a trip to the Georgia Clinic of Uncle Hal, which leads to an encounter with an especially nasty redneck sheriff and his similarly blinkered band of merry men.","3.038","/nSh40LxVLIvm4wyATNmS4gq5JMO.jpg","[{'id':16636,'logo_path':null,'name':'Shapiro-Glickenhaus Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1991-03-10","0","90","[{'iso_639_1':'en','name':'English'}]","Released","It's Time To Build A Bigger Basket!","Basket Case 3","false","4.8","40" +"false","/em0i2yVsfxZ0PgHKOFvPCayrvQ0.jpg","{'id':104716,'name':'Basket Case Collection','poster_path':'/6DdpgHlruy4h6tfpwctFUw0inVj.jpg','backdrop_path':'/mT2dXQT7FPYN7GCwPrkIB0Enrq9.jpg'}","2500000","[{'id':27,'name':'Horror'}]","","27815","tt0099108","en","Basket Case 2","Having eluded the authorities after a series of grisly murders, the pair find sanctuary at the palatial home of Granny Ruth, an eccentric philanthropist who rallies the cause of ""Unique Individuals"". But even amongst ""friends"" the pair soon find themselves having to confront their murderous past.","4.498","/sqw2XSwhsfMcoVRnnXcbOeh9IrH.jpg","[{'id':16636,'logo_path':null,'name':'Shapiro-Glickenhaus Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-03-02","0","90","[{'iso_639_1':'en','name':'English'}]","Released","This time he's not alone.","Basket Case 2","false","5.6","53" +"false","/bKdxJMqvr4wltzAQaieA6CTkaa9.jpg","{'id':86336,'name':'Basic Instinct Collection','poster_path':'/hiM5EvFgjFboZtPMY5vFjhNnRQc.jpg','backdrop_path':'/o5rgryRLwlOApsO3toqpqhhdS7H.jpg'}","49000000","[{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","https://www.sonymoviechannel.com/movies/basic-instinct","402","tt0103772","en","Basic Instinct","A police detective is in charge of the investigation of a brutal murder, in which a beautiful and seductive woman could be involved.","14.703","/p1DHOfLFZmM567ePKfFNMV4mY92.jpg","[{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':275,'logo_path':'/2MxNWlN5b3UXt1OfmznsWEQzFwq.png','name':'Carolco Pictures','origin_country':'US'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","1992-03-20","352927224","127","[{'iso_639_1':'en','name':'English'}]","Released","A brutal murder. A brilliant killer. A cop who can't resist the danger.","Basic Instinct","false","6.7","1501" +"false","/s1LPq7UWL18JN8bWVgAPJLl43pw.jpg","null","50000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","10782","tt0264395","en","Basic","A DEA agent investigates the disappearance of a legendary Army ranger drill sergeant and several of his cadets during a training exercise gone severely awry.","9.947","/9Q2SBtfA3pceh5rjB8CfQImY78H.jpg","[{'id':763,'logo_path':null,'name':'Intermedia Films','origin_country':''},{'id':25358,'logo_path':null,'name':'Krane Entertainment','origin_country':''},{'id':11317,'logo_path':'/u3YB3GujS0tct5BVTsMJLWVyllg.png','name':'Phoenix Pictures','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2003-04-18","42792561","98","[{'iso_639_1':'en','name':'English'}]","Released","Deception is their most deadly weapon.","Basic","false","6.4","479" +"false","/zFmwc5YN03nU6W4bXwYrZyP1UBV.jpg","null","0","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","134394","tt1861279","en","Barricade","A father's quiet retreat to the woods with his two children turns into a fight for survival.","2.784","/sjJWtDYyUdJ5jyZTmV5CYSSsPDH.jpg","[{'id':10339,'logo_path':'/oiIi36MaWXwvvHWX5eojoE2Fiyv.png','name':'WWE Studios','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2012-09-25","0","82","[{'iso_639_1':'en','name':'English'}]","Released","Lock Your Doors.","Barricade","false","4.2","45" +"false","/scoMZVgdqBM7vqZaEbhQXJd7jOL.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'}]","","248574","tt1731701","en","Barely Lethal","A 16-year-old international assassin yearning for a ""normal"" adolescence fakes her own death and enrolls as a senior in a suburban high school. She quickly learns that being popular can be more painful than getting water-boarded.","9.466","/nJm0vGJVyELlQEzHRq22vi2JHbW.jpg","[{'id':46976,'logo_path':'/A8LyPh201AmDlyBley6r9R3SZYS.png','name':'RKO Pictures LLC','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-04-30","6075","96","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Click. Clique. Bang.","Barely Lethal","false","5.7","573" +"false","/hfzWUaoJ509Kxd7GzjTF9xuRKzb.jpg","null","6000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://barefootthemovie.com/","242042","tt2355495","en","Barefoot","The ""black sheep"" son of a wealthy family meets a young psychiatric patient who's been raised in isolation her entire life. He takes the naive young woman home for his brother's wedding an improbable romance blooms, as she impresses everyone with her genuine, simple charms. Remake of the German film ""Barfuss"" (2005).","6.829","/m8iFS5IW1LSEX0and2FEWzy6GCX.jpg","[{'id':60250,'logo_path':null,'name':'WhiteFlame Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-02-02","15071","90","[{'iso_639_1':'en','name':'English'}]","Released","She's stepping out into the world.","Barefoot","false","6.4","324" +"false","/eMcya0Hi6O8bDROyX2Kd4Ut394k.jpg","{'id':517758,'name':'Barbie Collection','poster_path':'/xhUtCxXCEhOZi3L1JeLJOXsovgg.jpg','backdrop_path':null}","0","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","","168903","tt2630134","en","Barbie in the Pink Shoes","Dance your way to a magical adventure with Barbie as Kristyn, a ballerina with big dreams! When she tries on a pair of sparkling pink shoes, she and her best friend, Hailey, are whisked away to a fantastical ballet world. There, Kristyn discovers she must dance in her favorite ballets in order to defeat an evil Snow Queen. With performances to the legendary Giselle and Swan Lake ballets, it's a wonderful journey where if you dance with your heart, dreams come true!","7.506","/1wBaiset3LLsbAarLlEkwlKyi5t.jpg","[{'id':6220,'logo_path':null,'name':'Mattel','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-02-14","0","75","[{'iso_639_1':'en','name':'English'}]","Released","","Barbie in the Pink Shoes","false","6","129" +"false","/vLgIw0OVQhPidYuXev5MJ7cksvh.jpg","null","0","[{'id':878,'name':'Science Fiction'}]","","11867","tt0115624","en","Barb Wire","A sexy nightclub owner, Barb Wire moonlights as a mercenary in Steel Harbor, one of the last free zones in the now fascist United States. When scientist Cora Devonshire wanders into Barb's establishment, she gets roped into a top-secret government plot involving biological weapons. Soon Barb is reunited with her old flame Axel Hood, who is now Cora's husband and a guerrilla fighter, resulting in plenty of tense action.","7.711","/7i4kiXdS79K39BTSYJskartxfe7.jpg","[{'id':1382,'logo_path':'/sOg7LGESPH5vCTOIdbMhLuypoLL.png','name':'PolyGram Filmed Entertainment','origin_country':'US'},{'id':278,'logo_path':null,'name':'Propaganda Films','origin_country':''},{'id':552,'logo_path':'/9dGdLfm3GteWeUDtD9c9tvlidUG.png','name':'Dark Horse Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-05-02","3793614","98","[{'iso_639_1':'en','name':'English'}]","Released","Don't call me babe!","Barb Wire","false","4","177" +"false","/lhVEKSSycvDNKPRYbQiZKu5lbfY.jpg","null","950000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.filmbreak.com/projects/banshee-chapter","207769","tt2011276","en","Banshee Chapter","On the trail of a missing friend who had been experimenting with mind-altering drugs, a young journalist - aided by a rogue counter-culture writer, The Silence of The Lambs -- finds herself drawn into the dangerous world of top-secret government chemical research and the mystery of a disturbing radio signal of unknown origin. A fast-paced thriller blending fact and fiction, Banshee Chapter is based on real documents, actual test subject testimony, and uncovered secrets about covert programs run by the CIA.","6.233","/pqtrPpoJMAdthG5B0a3l8coq5tR.jpg","[{'id':19600,'logo_path':null,'name':'Sunchaser Entertainment','origin_country':''},{'id':14861,'logo_path':null,'name':'Before the Door Pictures','origin_country':''},{'id':19601,'logo_path':null,'name':'Favorit Film','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'DE','name':'Germany'}]","2013-08-26","0","87","[{'iso_639_1':'en','name':'English'}]","Released","The experiments are over, the terror has just begun...","Banshee Chapter","false","5.6","133" +"false","/lBVtKWWXH46r7oMLdfT3quioaVb.jpg","null","45000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","http://www.bangkokdangerousmovie.net/","13184","tt0814022","en","Bangkok Dangerous","When carrying out a hit, assassin Joe (Cage) always makes use of the knowledge of the local population. On arriving in Bangkok, Joe meets street kid Kong and he becomes his primary aide. But when Kong is nearly killed, he asks Joe to train him up in the deadly arts and unwittingly becomes a target of a band of killers.","9.854","/eyHn8A0lze1pbCNxv0UsATBOmyv.jpg","[{'id':449,'logo_path':null,'name':'Virtual Studios','origin_country':'US'},{'id':831,'logo_path':null,'name':'Saturn Films','origin_country':'US'},{'id':1507,'logo_path':null,'name':'International Production Company','origin_country':''},{'id':2779,'logo_path':null,'name':'Blue Star Pictures','origin_country':''},{'id':2877,'logo_path':null,'name':'Living Films','origin_country':''},{'id':2878,'logo_path':null,'name':'Bangkok Dangerous','origin_country':''},{'id':3281,'logo_path':'/8tMybAieh64uzvm8knSjXOFX8Qc.png','name':'GK Films','origin_country':'GB'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-08-21","42487390","99","[{'iso_639_1':'th','name':'?????????????????????'},{'iso_639_1':'en','name':'English'}]","Released","There's only one way out.","Bangkok Dangerous","false","5.1","500" +"false","/zM2Rdsh4kiTEXPkkO9lWBzZpwAH.jpg","{'id':87250,'name':'Bambi Collection','poster_path':'/b941y7oiWBXJZaoWemW4exlpDxf.jpg','backdrop_path':'/pdeV9HC6ECDvUfICMWeMHvWsCIa.jpg'}","858000","[{'id':16,'name':'Animation'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","http://movies.disney.com/bambi","3170","tt0034492","en","Bambi","Bambi's tale unfolds from season to season as the young prince of the forest learns about life, love, and friends.","15.485","/wV9e2y4myJ4KMFsyFfWYcUOawyK.jpg","[{'id':3166,'logo_path':'/vyyv4Gy9nPqAZKElPm2izLlEaVS.png','name':'Walt Disney Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1942-08-14","267447150","70","[{'iso_639_1':'en','name':'English'}]","Released","A great love story.","Bambi","false","6.9","2821" +"false","/xrFxfU0t7K8kQAR2sWgCu9LhSSW.jpg","{'id':117693,'name':'Balto Collection','poster_path':'/ilCcCCxGOHvT9sTGdwAMYh0rr1L.jpg','backdrop_path':'/9VM5LiJV0bGb1st1KyHA3cVnO2G.jpg'}","0","[{'id':10751,'name':'Family'},{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'}]","","25913","tt0281634","en","Balto II: Wolf Quest","Balto and his daughter Aleu embark on a journey of adventure and self discovery.","7.768","/sR9n7dO25Euiu29OoSp9tDP0bU1.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-02-19","0","75","[{'iso_639_1':'en','name':'English'}]","Released","","Balto II: Wolf Quest","false","6","246" +"false","/4S0x5R1KAAmFY7YHvV0W5q5ZfiK.jpg","{'id':117693,'name':'Balto Collection','poster_path':'/ilCcCCxGOHvT9sTGdwAMYh0rr1L.jpg','backdrop_path':'/9VM5LiJV0bGb1st1KyHA3cVnO2G.jpg'}","0","[{'id':10751,'name':'Family'},{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'}]","","34942","tt0423849","en","Balto III: Wings of Change","Balto and the other sled dogs are feeling dejected because the mail that used to be delivered by dogsled is now being delivered by airplanes. But when a mail plane crashes in the mountains, the dogs come to the rescue.","5.942","/1NLbheOMglYTCZkCJfzlt0DIJHi.jpg","[{'id':4285,'logo_path':null,'name':'Universal Cartoon Studios','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-04-14","0","76","[{'iso_639_1':'pl','name':'Polski'}]","Released","","Balto III: Wings of Change","false","6.5","139" +"false","/fkxHaPJaB35wnoUC7glF16W3lWH.jpg","{'id':117693,'name':'Balto Collection','poster_path':'/ilCcCCxGOHvT9sTGdwAMYh0rr1L.jpg','backdrop_path':'/9VM5LiJV0bGb1st1KyHA3cVnO2G.jpg'}","0","[{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'}]","","21032","tt0112453","en","Balto","An outcast half-wolf risks his life to prevent a deadly epidemic from ravaging Nome, Alaska.","10.25","/gV5PCAVCPNxlOLFM1bKk50EqLXO.jpg","[{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'},{'id':4105,'logo_path':'/1dIBrbgSoWiEig0CymjqkSf7UGL.png','name':'Amblimation','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-12-22","11348324","78","[{'iso_639_1':'en','name':'English'}]","Released","Part Dog. Part Wolf. All Hero.","Balto","false","7.2","974" +"false","/oKKJBE6lflpftUUApTsQa7uGGlq.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':10402,'name':'Music'}]","","261857","tt3164198","en","Ballet 422","The film shadows Justin Peck, wunderkind choreographer of the New York City Ballet, as he undertakes the Herculean task of creating the company???s 422nd original piece. Following the creative process from its embryonic stages to its highly anticipated premiere, BALLET 422 is a powerful celebration of the skill and endurance of New York???s most talented dancers???as well as those who remain hidden in the wings.","1.015","/kOSUuXH0D1meKuE7YP7AZKDW5xa.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-04-19","0","75","[{'iso_639_1':'en','name':'English'}]","Released","","Ballet 422","false","6.1","26" +"false","/11wwLaMXSMCyL9z2PhuSDEyzz8m.jpg","null","30000000","[{'id':28,'name':'Action'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","118957","tt1438173","en","Bait","A freak tsunami traps shoppers at a coastal Australian supermarket inside the building ... along with a 12-foot great white shark.","7.681","/e2OIr4y90ZZjIRWQ0XBOVzpBn4x.jpg","[{'id':10950,'logo_path':'/6TdE9m9KgV2az7vNI8n95rQiYr3.png','name':'Screen Queensland','origin_country':'AU'},{'id':3207,'logo_path':null,'name':'Pictures in Paradise','origin_country':''},{'id':9129,'logo_path':null,'name':'Media Development Authority (MDA)','origin_country':''},{'id':12752,'logo_path':null,'name':'Bait Productions','origin_country':''},{'id':41905,'logo_path':null,'name':'Blackmagic Design Films','origin_country':''},{'id':18988,'logo_path':null,'name':'Story Bridge Films','origin_country':''},{'id':7584,'logo_path':'/eGkfvvyf4fJTvBUR1xt1669IPA3.png','name':'Screen Australia','origin_country':'AU'}]","[{'iso_3166_1':'SG','name':'Singapore'},{'iso_3166_1':'AU','name':'Australia'}]","2012-09-05","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Cleanup on aisle 7.","Bait","false","5.4","341" +"false","/cscAgvypnVvwaN9quwclm3DYUln.jpg","null","8500000","[{'id':35,'name':'Comedy'}]","","175528","tt1171222","en","Baggage Claim","Pledging to keep herself from being the oldest and the only woman in her entire family never to wed, Montana embarks on a thirty-day, thirty-thousand-mile expedition to charm a potential suitor into becoming her fianc??.","8.174","/1IYtZuuUXbCVR8uXDoKLAtPHlQU.jpg","[{'id':31835,'logo_path':null,'name':'Sneak Preview Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-09-27","22456509","96","[{'iso_639_1':'en','name':'English'}]","Released","She's done flying solo.","Baggage Claim","false","5.4","125" +"false","/yz8Ha5rbXHubt7sBueFfiQLKcud.jpg","null","5000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","322850","tt3355510","en","Badge of Honor","Two Narcotics Detectives find themselves in an intense investigation lead by a determined Internal Affairs Detective after a child is wrongfully shot dead in a violent drug bust.","1.855","/c1GETBeF0uMOpbWpbu6o3La5Pnw.jpg","[{'id':86573,'logo_path':null,'name':'Infinity Pictures','origin_country':''},{'id':3546,'logo_path':null,'name':'Hollywood Media Bridge','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-10-19","0","94","[{'iso_639_1':'en','name':'English'}]","Released","Justice. Corruption. Truth.","Badge of Honor","false","5.2","21" +"false","/sxoszo9dKm77ItG1jB2WOEhbQDN.jpg","null","9500000","[{'id':35,'name':'Comedy'}]","","209403","tt2170299","en","Bad Words","A misanthropic man sets out to exact revenge on his estranged father, by finding a loophole and attempting to win the National Spelling Bee as an adult. Figuring it would destroy his father, and everything he's worked so hard for as head of the Spelling Bee Championship Organization, Guy Trilby (Jason Bateman) eventually discovers winning isn't necessary for revenge, and that friendship is a blessing not a curse.","6.826","/cEnpV3XLvgTp3eVXhY2eyQKZk4r.jpg","[{'id':12622,'logo_path':null,'name':'Darko Entertainment','origin_country':'US'},{'id':25975,'logo_path':null,'name':'Aggregate Film','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-09-06","7800000","89","[{'iso_639_1':'en','name':'English'}]","Released","The end justifies the means","Bad Words","false","6.4","439" +"false","/76skGeaNycPL6rZdeKMcbgxv26w.jpg","null","0","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","33214","tt0080408","en","Bad Timing","Alex Linden is a psychiatrist living in Vienna who meets Milena Flaherty though a mutual friend. Though Alex is quite a bit older than Milena, he's attracted to her young, carefree spirit. Despite the fact that Milena is already married, their friendship quickly turns into a deeply passionate love affair that threatens to overtake them both. When Milena ends up in the hospital from an overdose, Alex is taken into custody by Inspector Netusil.","3.355","/nEh6SDpv3CuWdFdjdux4w5dEtmJ.jpg","[{'id':11561,'logo_path':'/8HB3TFUeo83keAPHfFfrNtN2MmA.png','name':'Recorded Picture Company (RPC)','origin_country':'GB'},{'id':364,'logo_path':null,'name':'The Rank Organisation','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1980-03-02","0","123","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'cs','name':'??esk??'}]","Released","His terrifying obsession took them to the brink of death and beyond.","Bad Timing","false","6.7","57" +"false","/qllCPxcPbwbrOAXcQqXjVeJfuvF.jpg","null","20000000","[{'id':35,'name':'Comedy'}]","http://www.areyouabadteacher.com/","52449","tt1284575","en","Bad Teacher","A lazy, incompetent middle school teacher who hates her job and her students is forced to return to her job to make enough money for a boob job after her rich fianc?? dumps her.","13.562","/zpIY4qUSX91J9XpPgr0hFrk1eKr.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':748,'logo_path':null,'name':'Mosaic Media Group','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-05-16","216197492","92","[{'iso_639_1':'en','name':'English'}]","Released","She doesn't give an F.","Bad Teacher","false","5.5","2773" +"false","/8nevqH2XDgYQ5zSkCV1OcglYfC3.jpg","null","0","[{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'}]","http://www.axegiantmovie.com/","143142","tt1684548","en","Axe Giant - The Wrath of Paul Bunyan","Axe Giant - The Wrath of Paul Bunyon is a dark, contemporary take on the tall tale. Kids at a first-time offenders' boot camp discover the legend of lumberjack Paul Bunyan is real, but is much more horrifying than they could have imagined. They incur the wrath of the 15-foot monstrous giant, who was banished from town 100 years ago and thought dead.","2.037","/iKzaXSqfefvaTP0cbZQbmj9iR3s.jpg","[{'id':49739,'logo_path':null,'name':'P13 Entertainment','origin_country':''},{'id':73131,'logo_path':null,'name':'Kinetic Filmworks','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-04-25","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Don't cross legends.","Axe Giant - The Wrath of Paul Bunyan","false","3.4","13" +"false","/f577pt0TOy3M3vfthfC5WdoBYA.jpg","{'id':115762,'name':'AVP Collection','poster_path':'/zrApSsUX9i0qVntcCD0Pp55TdCy.jpg','backdrop_path':'/c5ccDw4lcTUnYGdCxc2yEl8PjTk.jpg'}","70000000","[{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'},{'id':27,'name':'Horror'}]","http://www.avp-movie.com/","395","tt0370263","en","AVP: Alien vs. Predator","When scientists discover something in the Arctic that appears to be a buried Pyramid, they send a research team out to investigate. Little do they know that they are about to step into a hunting ground where Aliens are grown as sport for the Predator race.","17.948","/9xzRKUBIqLwhhOYtcE7P1BbWXP9.jpg","[{'id':76043,'logo_path':'/9RO2vbQ67otPrBLXCaC8UMp3Qat.png','name':'Revolution Sun Studios','origin_country':'US'},{'id':248,'logo_path':null,'name':'Impact Pictures','origin_country':''},{'id':264,'logo_path':'/fA90qwUKgPhMONqtwY60GaHRyrW.png','name':'Studio Babelsberg','origin_country':'DE'},{'id':1302,'logo_path':'/kQZtJdyphCmq292iGDqlUx0yk2D.png','name':'Davis Entertainment','origin_country':'US'},{'id':11345,'logo_path':null,'name':'Stillking Films','origin_country':''},{'id':19747,'logo_path':null,'name':'Brandywine Productions','origin_country':''},{'id':19828,'logo_path':null,'name':'Lonlink Productions','origin_country':''},{'id':19829,'logo_path':null,'name':'Kut Productions','origin_country':''},{'id':19834,'logo_path':null,'name':'Inside Track Films','origin_country':''},{'id':19835,'logo_path':null,'name':'Charenton Productions Limited','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'CZ','name':'Czech Republic'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2004-08-12","171183863","101","[{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'en','name':'English'}]","Released","Whoever wins... We lose","AVP: Alien vs. Predator","false","5.6","2079" +"false","/2tklhhTTGKXZLKdP6VasBbas8Nn.jpg","{'id':522577,'name':'Avengers Grimm Collection','poster_path':'/oqEp8zCTK7mTKeeEHCTCkT3pMLx.jpg','backdrop_path':'/tp0buiNBb6iFjlr34lCB9ardTEA.jpg'}","0","[{'id':28,'name':'Action'},{'id':14,'name':'Fantasy'}]","","323660","tt4296026","en","Avengers Grimm","When Rumpelstiltskin destroys the Magic Mirror and escapes to the modern world, the four princesses of ""Once Upon a Time""-Cinderella, Sleeping Beauty, Snow White, and Rapunzel-are sucked through the portal too. Well-trained and endowed with magical powers, the four women must fight Rumpelstiltskin and his army of thralls before he enslaves everyone on Earth.","3.381","/egTkpBSKbqBK66nr4G1cORgZT75.jpg","[{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-03-17","0","90","[{'iso_639_1':'en','name':'English'}]","Released","A battle of legendary proportions.","Avengers Grimm","false","3.9","54" +"false","/aHcth2AXzZSjhX7JYh7ie73YVNc.jpg","{'id':87096,'name':'Avatar Collection','poster_path':'/nslJVsO58Etqkk17oXMuVK4gNOF.jpg','backdrop_path':'/9s4BM48NweGFrIRE6haIul0YJ9f.jpg'}","237000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'}]","http://www.avatarmovie.com/","19995","tt0499549","en","Avatar","In the 22nd century, a paraplegic Marine is dispatched to the moon Pandora on a unique mission, but becomes torn between following orders and protecting an alien civilization.","33.836","/kmcqlZGaSh20zpTbuoF0Cdn07dT.jpg","[{'id':289,'logo_path':null,'name':'Ingenious Film Partners','origin_country':''},{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'},{'id':574,'logo_path':'/iB6GjNVHs5hOqcEYt2rcjBqIjki.png','name':'Lightstorm Entertainment','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2009-12-10","2787965087","162","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Enter the World of Pandora.","Avatar","false","7.4","18080" +"false","/281QVUuSYKBgtdxmr5iAM7YDUZw.jpg","null","7000000","[{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","http://www.automata-movie.com/","262543","tt1971325","en","Aut??mata","Jacq Vaucan, an insurance agent of ROC robotics corporation, routinely investigates the case of manipulating a robot. What he discovers will have profound consequences for the future of humanity.","15.236","/wwo81W8PxHREEprnrJRww471hWm.jpg","[{'id':4434,'logo_path':null,'name':'Green Moon Productions','origin_country':''},{'id':34070,'logo_path':null,'name':'Nu Boyana Viburno','origin_country':''}]","[{'iso_3166_1':'ES','name':'Spain'}]","2014-10-09","0","110","[{'iso_639_1':'en','name':'English'}]","Released","Your time is coming to an end ??? Ours is now beginning","Automata","false","5.6","938" +"false","/yMHcsO8PY2J7CzxtcWxvgfT0iUz.jpg","null","130000000","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","6972","tt0455824","en","Australia","Set in northern Australia before World War II, an English aristocrat who inherits a sprawling ranch reluctantly pacts with a stock-man in order to protect her new property from a takeover plot. As the pair drive 2,000 head of cattle over unforgiving landscape, they experience the bombing of Darwin by Japanese forces firsthand.","12.634","/lgnwsUpqmEz40guXX92ACETptpB.jpg","[{'id':240,'logo_path':null,'name':'Bazmark Films','origin_country':''},{'id':7888,'logo_path':null,'name':'ScreenWest','origin_country':''},{'id':6332,'logo_path':null,'name':'Dune Entertainment III','origin_country':'US'},{'id':289,'logo_path':null,'name':'Ingenious Film Partners','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2008-11-18","49554002","165","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'}]","Released","Welcome to Australia!","Australia","false","6.5","1241" +"false","/84gZXcZlpVJcYUqQ4k3Qjc9s6Ke.jpg","{'id':1006,'name':'Austin Powers Collection','poster_path':'/9fg3fFqjr2ofmgjyWKfKgv6ZLu0.jpg','backdrop_path':'/3QJMI8nqQcwU5JBPy26m8TUXtTN.jpg'}","33000000","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':878,'name':'Science Fiction'}]","","817","tt0145660","en","Austin Powers: The Spy Who Shagged Me","When diabolical genius, Dr. Evil travels back in time to steal superspy Austin Powers's ???mojo???, Austin must return to the swingin' '60s himself ??? with the help of American agent, Felicity Shagwell ??? to stop the dastardly plan. Once there, Austin faces off against Dr. Evil's army of minions and saves the world in his own unbelievably groovy way.","16.193","/yhg0l1Ddd2thQOSUUQx9jBrGI12.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':595,'logo_path':null,'name':'Eric's Boy','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-06-08","312016858","95","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","I'm back, baby!","Austin Powers: The Spy Who Shagged Me","false","6.2","1722" +"false","/6gmN7Nskw3sHo64hKtV3prbSnG2.jpg","{'id':1006,'name':'Austin Powers Collection','poster_path':'/9fg3fFqjr2ofmgjyWKfKgv6ZLu0.jpg','backdrop_path':'/3QJMI8nqQcwU5JBPy26m8TUXtTN.jpg'}","16500000","[{'id':878,'name':'Science Fiction'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","816","tt0118655","en","Austin Powers: International Man of Mystery","As a swingin' fashion photographer by day and a groovy British superagent by night, Austin Powers is the '60s' most shagadelic spy, baby! But can he stop megalomaniac Dr. Evil after the bald villain freezes himself and unthaws in the '90s? With the help of sexy sidekick Vanessa Kensington, he just might.","15.428","/mLVymsqdkwNNKjw2ZXn8fkor3om.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':594,'logo_path':null,'name':'Capella International','origin_country':''},{'id':595,'logo_path':null,'name':'Eric's Boy','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","1997-05-02","67683989","94","[{'iso_639_1':'en','name':'English'}]","Released","If he were any cooler, he'd still be frozen, baby!","Austin Powers: International Man of Mystery","false","6.5","1677" +"false","/mzZraP6PV34eVjB8giKbKIMXVeW.jpg","{'id':1006,'name':'Austin Powers Collection','poster_path':'/9fg3fFqjr2ofmgjyWKfKgv6ZLu0.jpg','backdrop_path':'/3QJMI8nqQcwU5JBPy26m8TUXtTN.jpg'}","63000000","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':878,'name':'Science Fiction'}]","http://www.austinpowers.com/","818","tt0295178","en","Austin Powers in Goldmember","The world's most shagadelic spy continues his fight against Dr. Evil. This time, the diabolical doctor and his clone, Mini-Me, team up with a new foe -- '70s kingpin Goldmember. While pursuing the team of villains to stop them from world domination, Austin gets help from his dad and an old girlfriend.","13.227","/tFR7dTbX5BsmoUwKHfa2cWoZbwK.jpg","[{'id':595,'logo_path':null,'name':'Eric's Boy','origin_country':''},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':598,'logo_path':null,'name':'Team Todd','origin_country':''},{'id':52943,'logo_path':null,'name':'Gratitude International','origin_country':''},{'id':15888,'logo_path':null,'name':'Moving Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-07-26","296655431","94","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","He's still evil... He's still deadly... and he's still surrounded by frickin' idiots!","Austin Powers in Goldmember","false","5.9","1664" +"false","/wRX8aqGXvMwOW1CBppIfDdHyJiw.jpg","null","4900000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","156711","tt1985019","en","Austenland","Obsessed with the BBC production of ""Pride and Prejudice"", a woman travels to a Jane Austen theme park in search for her perfect gentleman.","6.041","/oyJBZ5DoOx5MVXUEe3YHJcs2FmQ.jpg","[{'id':19374,'logo_path':null,'name':'Fickle Fish Films','origin_country':'US'},{'id':19375,'logo_path':null,'name':'Moxie Pictures','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2013-08-15","2159041","97","[{'iso_639_1':'en','name':'English'}]","Released","","Austenland","false","6.7","273" +"false","/fi9gJiyDmYoqDlZdQKkI8Hp76YS.jpg","null","25000000","[{'id':10751,'name':'Family'},{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","http://augustrushmovie.warnerbros.com/","5123","tt0426931","en","August Rush","An orphaned musical prodigy uses his gift as a clue to finding his birth parents.","9.473","/j8kUdhnIlYsgvL0u4EUKEzWUrbo.jpg","[{'id':7036,'logo_path':'/javbyY0ZCvlFJtly3tpZqf2NwLX.png','name':'CJ Entertainment','origin_country':'KR'},{'id':30131,'logo_path':null,'name':'Southpaw Entertainment','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-11-21","66122026","114","[{'iso_639_1':'en','name':'English'}]","Released","An incredible journey moving at the speed of sound","August Rush","false","7.3","1500" +"false","/gTpXwPqv9yUAQpGuAtpYx1JhHe3.jpg","null","25000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","152737","tt1322269","en","August: Osage County","A look at the lives of the strong-willed women of the Weston family, whose paths have diverged until a family crisis brings them back to the Midwest house they grew up in, and to the dysfunctional woman who raised them.","10.294","/hkG0j7bfSBGB6NpPtYwW7zH0fU5.jpg","[{'id':16280,'logo_path':'/nuZoi9osmFiDYcbFiK94o6DKZEj.png','name':'Jean Doumanian Productions','origin_country':'US'},{'id':1782,'logo_path':'/d1mlUfuG0NoQ4x0C7bK80wLGWA1.png','name':'Smoke House Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-12-26","74188937","121","[{'iso_639_1':'en','name':'English'}]","Released","Misery loves family","August: Osage County","false","6.9","821" +"false","/bEbR9I5XxMdHFr6Bf36ZppajwB2.jpg","null","0","[{'id':28,'name':'Action'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.theasylum.cc/product.php?id=232","232731","tt3184096","en","Attila","When American soldiers inadvertently steal Attila the Hun's secret riches, the wrath of the barbarian is awakened; the mummified warrior will stop at nothing to kill the intruders.","2.752","/wNqOVTLWX4wpUGV50rMVexGn1Y7.jpg","[{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-12-31","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Back from the Dead","Attila","false","1.8","8" +"false","/bWvLioeu9DUv4aP5kWPHj8NMoNJ.jpg","null","14350531","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'}]","http://attacktheblock.com/","59678","tt1478964","en","Attack the Block","A teen gang in a grim South London housing estate must team up with the other residents to protect their neighbourhood from a terrifying alien invasion.","10.153","/n2qLb5UPj0sKUnlzkthp30wM0g2.jpg","[{'id':2452,'logo_path':'/6CLoZ59fLPG7UyxQtGTqRevjf58.png','name':'UK Film Council','origin_country':'GB'},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'},{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2011-05-12","3964682","88","[{'iso_639_1':'en','name':'English'}]","Released","Inner City vs. Outer Space","Attack the Block","false","6.4","1122" +"false","/8DBxF2r5jwxzUuIPuvpypYAAauU.jpg","null","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","","32087","tt0048966","en","Attack","At the end of World War II, a National Guard infantry company must set up artillery observation posts in a strategic area. Lt. Costa (Jack Palance) knows that Capt. Cooney (Eddie Albert) is in command only because of the ""connections"" he made stateside. Costa has serious doubts concerning Cooney's ability to lead, and when Cooney sends Costa and his men out on a dangerous mission -- and refuses to reenforce them -- all hell breaks loose.","2.925","/hyveqsoF6SVnKyaZ35YJqmTnrbY.jpg","[{'id':2595,'logo_path':null,'name':'The Associates & Aldrich Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1956-09-19","0","107","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","The Story of the ""Fragile Fox"" Company!","Attack","false","6.9","40" +"false","/wa0WnkLN9lR4ACxI3i3xnvtFkAd.jpg","null","0","[{'id':35,'name':'Comedy'}]","","23325","tt0042209","en","At War with the Army","Two former nightclub partners are now enlisted in the Army. Sergeant Puccinelli ranks above his former partner, Private First Class Korwin. Puccinelli is desperately trying to get transferred from his dull job to active duty overseas. Meanwhile, all Korwin wants is a pass to see his wife and new baby.","2.251","/wjCqvNLoOIdjyoiqqsBizvpfn6l.jpg","[{'id':5696,'logo_path':null,'name':'Fred F. Finklehoffe Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1950-04-14","0","93","[{'iso_639_1':'en','name':'English'}]","Released","America's Funniest Guys are G.I.s!","At War with the Army","false","5.3","20" +"false","/wv0SAPsTmYjpw0AffQYHOoSf15t.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'}]","","26398","tt0074157","en","At the Earth's Core","A huge burrowing machine tunnels out of control at ferocious speed, cutting clean through to the center of the earth, to the twilight world of pellucidar. Once there, Dr. Perry and David Innes are threatened by half human creatures, lizard-like birds, and man-eating plants.","4.31","/i5WUWrO5evoXK8mK8BPtSCl86za.jpg","[{'id':9266,'logo_path':null,'name':'American International Pictures (AIP)','origin_country':'US'},{'id':4630,'logo_path':null,'name':'Amicus Productions','origin_country':''},{'id':14389,'logo_path':null,'name':'Burroughs Productions Inc.','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1976-07-01","0","90","[{'iso_639_1':'en','name':'English'}]","Released","4,000 miles to the center of the Earth to a world within a world","At the Earth's Core","false","5.1","58" +"false","/fYr0fqT9NImOuaN1QgnDHgGh4Ci.jpg","{'id':100965,'name':'Atlantis Collection','poster_path':'/8Dx5iuGhol3eqVUzLK9CQEWj7G4.jpg','backdrop_path':'/vJOfi2m9yaQGu7LPRcBL44KDU7r.jpg'}","120000000","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'}]","http://www.disney.com/atlantis","10865","tt0230011","en","Atlantis: The Lost Empire","The world's most highly qualified crew of archaeologists and explorers is led by historian Milo Thatch as they board the incredible 1,000-foot submarine Ulysses and head deep into the mysteries of the sea. The underwater expedition takes an unexpected turn when the team's mission must switch from exploring Atlantis to protecting it.","16.725","/9kbLIQEj99g5Hb9g1IG3VNdtt3h.jpg","[{'id':6125,'logo_path':'/tVPmo07IHhBs4HuilrcV0yujsZ9.png','name':'Walt Disney Animation Studios','origin_country':'US'},{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-06-02","186053725","95","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Atlantis is waiting...","Atlantis: The Lost Empire","false","6.8","2395" +"false","/gFR6mLf3iBe8Od6OxxObhabxdvu.jpg","null","0","[{'id':27,'name':'Horror'}]","","254188","tt2597242","en","At the Devil's Door","When ambitious young real estate agent Leigh is asked to sell a house with a checkered past, she crosses paths with a disturbed girl whom she learns is the runaway daughter of the couple selling the property. When Leigh tries to intervene and help her, she becomes entangled with a supernatural force that soon pulls Leigh's artist sister Vera into its web - and has sinister plans for both of them.","6.355","/n0HjcsGC4dXmg9bR47biMrwOfWc.jpg","[{'id':36227,'logo_path':null,'name':'Varient','origin_country':'US'},{'id':36228,'logo_path':null,'name':'Candlewood Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-03-09","0","91","[{'iso_639_1':'en','name':'English'}]","Released","It's looking for a home.","At the Devil's Door","false","4.8","130" +"false","/xZKE444VlbDzyJhLOybfunAmvFz.jpg","{'id':423173,'name':'Bad Santa Collection','poster_path':'/2OkB4GagVy1n7M8Q94FRzsOErPE.jpg','backdrop_path':'/plVMZOMBsHUNNkCQEoY1rW0B5Qb.jpg'}","23000000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","http://www.miramax.com/movie/bad-santa","10147","tt0307987","en","Bad Santa","A miserable conman and his partner pose as Santa and his Little Helper to rob department stores on Christmas Eve. But they run into problems when the conman befriends a troubled kid, and the security boss discovers the plot.","11.475","/103KNOz11U4iojwW6F1rOKKZIDp.jpg","[{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':14722,'logo_path':null,'name':'Triptych Pictures','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2003-11-26","76488889","92","[{'iso_639_1':'en','name':'English'}]","Released","He doesn't care if you're naughty or nice.","Bad Santa","false","6.5","1099" +"false","/gRiIVeHX0Qbe4R41RpMahLWsP3V.jpg","null","25000000","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","","11699","tt1095217","en","The Bad Lieutenant: Port of Call - New Orleans","Terrence McDonagh, a New Orleans Police sergeant, who starts out as a good cop, receiving a medal and a promotion to lieutenant for heroism during Hurricane Katrina. During his heroic act, McDonagh injures his back and later becomes addicted to prescription pain medication. McDonagh finds himself involved with a drug dealer who is suspected of murdering a family of African immigrants.","8.556","/zRULXsd0rb1lVfnSyQkYPi2nLcB.jpg","[{'id':925,'logo_path':'/dIb9hjXNOkgxu4kBWdIdK8nM4w.png','name':'Nu Image','origin_country':'US'},{'id':6455,'logo_path':null,'name':'Edward R. Pressman Film','origin_country':''},{'id':831,'logo_path':null,'name':'Saturn Films','origin_country':'US'},{'id':10478,'logo_path':null,'name':'Polsky Films','origin_country':''},{'id':11265,'logo_path':null,'name':'Osiris Productions','origin_country':''},{'id':11266,'logo_path':null,'name':'Lieutenant Productions','origin_country':''},{'id':1020,'logo_path':'/kuUIHNwMec4dwOLghDhhZJzHZTd.png','name':'Millennium Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-09-11","10589102","122","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","The only criminal he can't catch is himself.","The Bad Lieutenant: Port of Call - New Orleans","false","6.1","513" +"false","/dzHZPetromOHkB2cNONgFjcuvuE.jpg","null","1000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","12143","tt0103759","en","Bad Lieutenant","While investigating a young nun's rape, a corrupt New York City police detective, with a serious drug and gambling addiction, tries to change his ways and find forgiveness.","7.372","/oe8VjWCKXktqA19T1ZWtaSn8rc2.jpg","[{'id':11264,'logo_path':null,'name':'Bad Lt. Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-09-16","2019469","91","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Gambler. Thief. Junkie. Killer. Cop.","Bad Lieutenant","false","7.1","298" +"false","/6TH3IEsEXDuuO2xr6CbRYvKEli9.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'}]","https://www.facebook.com/pages/Bad-Johnson/612081452202527","258805","tt2091325","en","Bad Johnson","Women are practically throwing themselves at Rich and he can???t seem to control himself. But he continually blames his penis, which seems to have a mind of its own. After ruining yet another promising relationship with Jamie, Rich has finally had enough and wishes his penis would just leave him alone. The next morning, Rich wakes up to find his wish has come true and his johnson is no longer on his body. Even worse, Rich is shocked to discover that his penis has taken human form...","6.14","/t7UdBjKWIH2gcOV3vGyIU2RNFe8.jpg","[{'id':3815,'logo_path':null,'name':'2DS Productions','origin_country':''},{'id':22827,'logo_path':null,'name':'Roman Empire','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-05-02","0","88","[{'iso_639_1':'en','name':'English'}]","Released","Say hello to his little friend!","Bad Johnson","false","4.5","71" +"false","/Wyt4YnSg1khHbgaelcRA2afSHv.jpg","null","0","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","","256731","tt2350892","en","Bad Country","When Baton Rouge police detective Bud Carter busts contract killer Jesse Weiland, he convinces Jesse to become an informant and rat out the South's most powerful crime ring.","6.753","/yuVr4pgTbbhvhR4rPayH8XGLck5.jpg","[{'id':80026,'logo_path':null,'name':'Wilmor Entertainment','origin_country':''},{'id':6667,'logo_path':null,'name':'Mandalay Vision','origin_country':''},{'id':80024,'logo_path':null,'name':'CB Productions','origin_country':''},{'id':21817,'logo_path':null,'name':'ANA Media','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-09-26","0","95","[{'iso_639_1':'en','name':'English'}]","Released","","Bad Country","false","5.8","115" +"false","/5xQVApmdUbBlCi1QzS8NwbCF0Ne.jpg","{'id':14890,'name':'Bad Boys Collection','poster_path':'/tnHDd154ERjkmBBWNV80njzSotm.jpg','backdrop_path':'/k9hhSHg5GS4UgWQC6MHBOZrarji.jpg'}","130000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","8961","tt0172156","en","Bad Boys II","Out-of-control, trash-talking buddy cops Marcus Burnett and Mike Lowrey of the Miami Narcotics Task Force reunite, and bullets fly, cars crash and laughs explode as they pursue a whacked-out drug lord from the streets of Miami to the barrios of Cuba. But the real fireworks result when Marcus discovers that playboy Mike is secretly romancing Marcus??? sexy sister.","17.019","/680X9apSqmAcebLg8evnnUeQNeI.jpg","[{'id':10288,'logo_path':null,'name':'Don Simpson/Jerry Bruckheimer Films','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-07-18","273339556","147","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","If you can't stand the heat, get out of Miami.","Bad Boys II","false","6.4","2539" +"false","/2jNSXfITbGYxxWLJOLTh9eAx3y8.jpg","{'id':14890,'name':'Bad Boys Collection','poster_path':'/tnHDd154ERjkmBBWNV80njzSotm.jpg','backdrop_path':'/k9hhSHg5GS4UgWQC6MHBOZrarji.jpg'}","19000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","9737","tt0112442","en","Bad Boys","Marcus Burnett is a hen-pecked family man. Mike Lowry is a foot-loose and fancy free ladies' man. Both are Miami policemen, and both have 72 hours to reclaim a consignment of drugs stolen from under their station's nose. To complicate matters, in order to get the assistance of the sole witness to a murder, they have to pretend to be each other.","18.073","/x1ygBecKHfXX4M2kRhmFKWfWbJc.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':10288,'logo_path':null,'name':'Don Simpson/Jerry Bruckheimer Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-04-07","141407024","118","[{'iso_639_1':'en','name':'English'}]","Released","Whatcha gonna do?","Bad Boys","false","6.6","2816" +"false","/r1IN5dsXYvb2Pt644SulIf8NfbY.jpg","{'id':261286,'name':'Bad Ass Collection','poster_path':'/7fj11pUMPBM1FXhrxbBohrTcnEI.jpg','backdrop_path':'/srQ1k98oRkp3J3AuciT4NtPU16B.jpg'}","0","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","http://www.heisbadass.com/","94380","tt1928330","en","Bad Ass","Decorated Vietnam hero Frank Vega returns home only to get shunned by society leaving him without a job or his high school sweetheart. It's not until forty years later when an incident on a commuter bus (where he protects an elderly black man from a pair of skin heads) makes him a local hero where he's suddenly celebrated once again. But his good fortune suddenly turns for the worse when his best friend Klondike is murdered and the police aren't doing anything about it.","6.594","/acXahXPfgIw1jRYc5eNcJsnwrPd.jpg","[{'id':25197,'logo_path':null,'name':'Amber Lamps','origin_country':''},{'id':23909,'logo_path':null,'name':'Silver Nitrate','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-04-12","0","90","[{'iso_639_1':'en','name':'English'}]","Released","They messed with the wrong senior citizen.","Bad Ass","false","5.4","191" +"false","/h3P1EwvQU3xtxqyjEfytmrXp6MG.jpg","{'id':261286,'name':'Bad Ass Collection','poster_path':'/7fj11pUMPBM1FXhrxbBohrTcnEI.jpg','backdrop_path':'/srQ1k98oRkp3J3AuciT4NtPU16B.jpg'}","5500000","[{'id':28,'name':'Action'}]","http://www.TheyAreBadAss.com","255268","tt2996648","en","Bad Ass 2: Bad Asses","Vietnam vet Frank Vega now runs an East L.A. community center where he trains young boxers to survive in and out of the ring. But when his prize student falls in with the wrong crowd and turns up dead, Frank teams up with his pal Bernie to take matters into their own fists and prove that justice never gets old.","7.303","/hiH9DJplPFKzLIMjgXlur86ivd9.jpg","[{'id':20807,'logo_path':null,'name':'Sense and Sensibility Ventures','origin_country':''},{'id':2262,'logo_path':null,'name':'Silver Nitrate Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-04-08","0","91","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Your're never too old to kick ass.","Bad Ass 2: Bad Asses","false","6","97" +"false","/dJ5NH4kvujfx3xMSXtGKh3mPAv0.jpg","null","300000","[{'id':35,'name':'Comedy'}]","http://www.backyardashes.com.au/","251552","tt3273644","en","Backyard Ashes","Dougie Waters loves nothing more than a weekend barbie and cricket match with his mates. But his paradise on earth is destroyed when his best mate and neighbour Norm is forced to leave town and their new boss, a pompous English administrator called Edward Lords, moves in. The animosity between the two men peaks during one fateful backyard cricket match when Dougie hits a ball that accidentally stuns Edward's prize winning cat, Dexter. The cat falls into the roaring BBQ and is instantly incinerated, leaving only ashes. Dougie's son captures footage of the unfortunate event on camera and it is uploaded onto YouTube where the video instantly goes viral! The idea of a backyard cricketing challenge is hatched, with the winner keeping the ashes of Edward's deceased cat, Dexter. The two teams battle it out in the greatest game of backyard cricket ever for the Backyard Ashes.","1.073","/nn8CpbIKJrr24L73s6xA5l8S9J2.jpg","[]","[]","2013-11-07","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Where Legends Are Born!","Backyard Ashes","false","6.3","6" +"false","/pP2a4MBQbIeZMbErBWMjxTT5Npb.jpg","{'id':264,'name':'Back to the Future Collection','poster_path':'/oRa6N7uB6Z6X3j06yygjhQqzGfx.jpg','backdrop_path':'/c9C9Pg2QctyjZHRmS0P8rZg1OTA.jpg'}","40000000","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':878,'name':'Science Fiction'}]","http://www.backtothefuture.com/movies/backtothefuture3","196","tt0099088","en","Back to the Future Part III","The final installment of the Back to the Future trilogy finds Marty digging the trusty DeLorean out of a mineshaft and looking for Doc in the Wild West of 1885. But when their time machine breaks down, the travelers are stranded in a land of spurs. More problems arise when Doc falls for pretty schoolteacher Clara Clayton, and Marty tangles with Buford Tannen.","19.611","/6DmgPTZYaug7QNDjOhUDWyjOQDl.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'},{'id':20448,'logo_path':null,'name':'U-Drive Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-05-25","244527583","118","[{'iso_639_1':'en','name':'English'}]","Released","They've saved the best trip for last... But this time they may have gone too far.","Back to the Future Part III","false","7.4","5222" +"false","/snLFUFzWUZCdYkAbhZlaGJxiY3I.jpg","{'id':264,'name':'Back to the Future Collection','poster_path':'/oRa6N7uB6Z6X3j06yygjhQqzGfx.jpg','backdrop_path':'/c9C9Pg2QctyjZHRmS0P8rZg1OTA.jpg'}","40000000","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':878,'name':'Science Fiction'}]","http://www.backtothefuture.com/movies/backtothefuture2","165","tt0096874","en","Back to the Future Part II","Marty and Doc are at it again in this wacky sequel to the 1985 blockbuster as the time-traveling duo head to 2015 to nip some McFly family woes in the bud. But things go awry thanks to bully Biff Tannen and a pesky sports almanac. In a last-ditch attempt to set things straight, Marty finds himself bound for 1955 and face to face with his teenage parents -- again.","17.521","/k5dzvCQkXU2CAhLtlj9BHE7xmyK.jpg","[{'id':20448,'logo_path':null,'name':'U-Drive Productions','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-11-22","332000000","108","[{'iso_639_1':'en','name':'English'}]","Released","Roads? Where we're going, we don't need roads!","Back to the Future Part II","false","7.7","6620" +"false","/x4N74cycZvKu5k3KDERJay4ajR3.jpg","{'id':264,'name':'Back to the Future Collection','poster_path':'/oRa6N7uB6Z6X3j06yygjhQqzGfx.jpg','backdrop_path':'/c9C9Pg2QctyjZHRmS0P8rZg1OTA.jpg'}","19000000","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':878,'name':'Science Fiction'},{'id':10751,'name':'Family'}]","http://www.backtothefuture.com/movies/backtothefuture1","105","tt0088763","en","Back to the Future","Eighties teenager Marty McFly is accidentally sent back in time to 1955, inadvertently disrupting his parents' first meeting and attracting his mother's romantic interest. Marty must repair the damage to history by rekindling his parents' romance and - with the help of his eccentric inventor friend Doc Brown - return to 1985.","25.308","/pTpxQB1N0waaSc3OSn0e9oc8kx9.jpg","[{'id':20448,'logo_path':null,'name':'U-Drive Productions','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-07-03","381109762","116","[{'iso_639_1':'en','name':'English'}]","Released","He's the only kid ever to get into trouble before he was born.","Back to the Future","false","8.2","10498" +"false","/hZ2TGfo6yAh3KUBLKj59CKH0NRd.jpg","null","3000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","https://www.facebook.com/bachelorettemovie/","84174","tt1920849","en","Bachelorette","Three friends are asked to be bridesmaids at a wedding of a woman they used to ridicule back in high school.","9.745","/4lbsAlqCqXgocPdWuN6C95x2KC.jpg","[{'id':4740,'logo_path':null,'name':'Gary Sanchez Productions','origin_country':'US'},{'id':10290,'logo_path':'/imFSHWEIgpk3YjqIMxafZ6BYT9H.png','name':'BCDF Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-08-06","11947954","87","[{'iso_639_1':'en','name':'English'}]","Released","Old habits party hard.","Bachelorette","false","5.4","737" +"false","/yQNBzi41xbBjZlnVuApdCcDbduX.jpg","{'id':466318,'name':'Bachelor Party Collection','poster_path':'/tAQV6KogpKqAmLL2ISrdDe74OGW.jpg','backdrop_path':'/f2ckgUb2dR2bkjJ39fKCotT0Ypn.jpg'}","6000000","[{'id':35,'name':'Comedy'}]","","12309","tt0086927","en","Bachelor Party","This outrageously funny look at one man's final moments of bachelorhood stars Tom Hanks as Rick, reluctant recipient of a bachelor bash given by a group of friends who view partying as their full-time religion. Rick's worried fianc??e, Debbie (Tawny Kitaen), dresses up in disguise and crashes the party to spy on her future husband.","8.745","/truIlGNy9H8mmSzIu626ZYcZJHg.jpg","[{'id':81144,'logo_path':null,'name':'Twin Continental','origin_country':''},{'id':81142,'logo_path':null,'name':'Bachelor Party Productions','origin_country':''},{'id':81143,'logo_path':null,'name':'Aspect Ratio Film','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-06-29","38435947","105","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'}]","Released","A man's tradition every woman should know about.","Bachelor Party","false","5.9","247" +"false","/wGlsI5HXP3ZBYDQmfWIdlVCnqn7.jpg","null","0","[{'id':35,'name':'Comedy'}]","http://www.theasylum.cc/product.php?id=255","292191","tt3797142","en","Bachelor Night","When a bachelor party and a bachelorette party cross paths in Vegas, only the best man and maid of honor can save their friends from a night of epic ""mistakes.""","1.451","/2KMiUWIFa4jS2i64FMLirXOdlsu.jpg","[{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-08-12","0","88","[{'iso_639_1':'en','name':'English'}]","Released","What happened in Vegas?!","Bachelor Night","false","3.7","14" +"false","/jnrvQO04kdoxYzxzIc7VM1meads.jpg","null","70000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","http://www.babylonadmovie.com/","9381","tt0364970","en","Babylon A.D.","In Babylon A.D Vin Diesel stars as a veteran-turned-mercenary who is hired to deliver a package from the ravages of post-apocalyptic Eastern Europe to a destination in the teeming megalopolis of New York City. The ""package"" is a mysterious young woman with a secret.","10.537","/eeoB2u438Z8b14HJn8TVe8X9F1U.jpg","[{'id':11259,'logo_path':null,'name':'Babylon','origin_country':''},{'id':20240,'logo_path':null,'name':'MNP Entreprise','origin_country':''},{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'},{'id':11260,'logo_path':null,'name':'Babylon Films Limited','origin_country':''},{'id':1115,'logo_path':'/ntH7T5gsN6wtyrfHGHJDTuneQ7o.png','name':'M6 Films','origin_country':'FR'},{'id':11261,'logo_path':null,'name':'M6','origin_country':''},{'id':6301,'logo_path':null,'name':'Cin??Cin??ma','origin_country':''},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2008-08-20","72108608","101","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Kill or be Killed.","Babylon A.D.","false","5.5","1049" +"false","/m4sMWLqBZ12szGvYjPeZIpIpNgY.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'}]","","25898","tt0024852","en","Babes in Toyland","Ollie Dee and Stanley Dum try to borrow money from their employer, the toymaker, to pay off the mortgage on Mother Peep's shoe and keep it and Little Bo Peep from the clutches of the evil Barnaby. When that fails, they trick Barnaby into marrying Stanley Dum instead of Bo Peep. Enraged, Barnaby unleashes the bogeymen from their caverns to destroy Toyland.","2.999","/8EoKfCGMTcywFSA6Wxt1a8HDQlx.jpg","[{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1934-12-14","0","73","[{'iso_639_1':'en','name':'English'}]","Released","","Babes in Toyland","false","6.8","44" +"false","/uHx9E9xqSgOBoRvL4shmMNu8Ojc.jpg","null","25000000","[{'id':18,'name':'Drama'}]","","1164","tt0449467","en","Babel","Tragedy strikes a married couple on vacation in the Moroccan desert, touching off an interlocking story involving four different families.","10.095","/fxneN0EQZwTfAfhTGUvUuIn6PLi.jpg","[{'id':97068,'logo_path':null,'name':'Babel Productions Inc.','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':838,'logo_path':'/tcW3UqV46Mdq6GyaS1ydEDocEDF.png','name':'Paramount Vantage','origin_country':'US'},{'id':2531,'logo_path':'/pC2iDCDCvV85vOBP7a5Ukxuc0Du.png','name':'Media Rights Capital','origin_country':'US'},{'id':10039,'logo_path':'/b8w4LldQolMKiLZw4FQJBcXSDGI.png','name':'Anonymous Content','origin_country':'US'},{'id':11258,'logo_path':null,'name':'Central Films','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'MX','name':'Mexico'},{'iso_3166_1':'US','name':'United States of America'}]","2006-09-08","135330182","143","[{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'ja','name':'?????????'},{'iso_639_1':'ru','name':'P????????????'}]","Released","If You Want to be Understood...Listen","Babel","false","7.1","1810" +"false","/67jzzA7YqDTR5qIUhAH32cvkf53.jpg","{'id':9435,'name':'Babe Collection','poster_path':'/jgnah0k4AumfcZE4HHMJywYHvG6.jpg','backdrop_path':'/zRWuGdIlkWqXMQcs1t3sPy1XQ6x.jpg'}","30000000","[{'id':14,'name':'Fantasy'},{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","9598","tt0112431","en","Babe","Babe is a little pig who doesn't quite know his place in the world. With a bunch of odd friends, like Ferdinand the duck who thinks he is a rooster and Fly the dog he calls mom, Babe realizes that he has the makings to become the greatest sheep pig of all time, and Farmer Hogget knows it. With the help of the sheep dogs Babe learns that a pig can be anything that he wants to be.","12.684","/k42J5jYjvw1DEGBQP63VYYvteY7.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':2537,'logo_path':null,'name':'Kennedy Miller Productions','origin_country':'AU'}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'US','name':'United States of America'}]","1995-07-18","254134910","89","[{'iso_639_1':'en','name':'English'}]","Released","A little pig goes a long way.","Babe","false","6.1","1450" +"false","/odgP08VaY9zcJMnEc6J053SeMrO.jpg","null","6000000","[{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'},{'id':10749,'name':'Romance'}]","","4704","tt0072665","en","At Long Last Love","Four socialites unexpectedly clash: heiress Brooke Carter runs into gambler Johnny Spanish at the race track while playboy Michael O. Pritchard nearly runs into stage star Kitty O'Kelly with his car. Backstage at Kitty's show, it turns out she and Brooke are old friends who attended public school together. The foursome do the town, accompanied by Brooke's companion Elizabeth, who throws herself at Michael's butler and chauffeur Rodney James.","1.4","/5bAMJ8SU3zdggtyJ3Iy2tyXXSf2.jpg","[{'id':1722,'logo_path':null,'name':'Copa del Oro','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1975-03-01","1500000","118","[{'iso_639_1':'en','name':'English'}]","Released","IT'S THE TOP! A New Kind of Musical with 16 Great Songs!","At Long Last Love","false","5.9","9" +"false","/AuRSze7B9vgA4PaDiSdVYZNNFjm.jpg","null","0","[{'id':18,'name':'Drama'}]","","121789","tt1937449","en","At Any Price","Set in the competitive world of modern agriculture, ambitious Henry Whipple wants his rebellious son Dean to help expand his family???s farming empire. However, Dean has his sights set on becoming a professional race car driver. When a high-stakes investigation into their business is exposed, father and son are pushed into an unexpected situation that threatens the family's entire livelihood.","5.898","/9gUTJ5dM2T7rfTXzMDI4naIglWk.jpg","[{'id':14580,'logo_path':null,'name':'Treehouse Pictures','origin_country':''},{'id':1422,'logo_path':'/aG7LGucYWmsrsEwnDN1HnUGfVmK.png','name':'Killer Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-08-30","0","105","[{'iso_639_1':'en','name':'English'}]","Released","How far will you go to chase a dream?","At Any Price","false","5.3","121" +"false","/jnfSO7cFWcnQG1ibGoxUmjbAjNG.jpg","null","150000","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'}]","http://www.theofficialjohncarpenter.com/assault-of-precinct-13/","17814","tt0074156","en","Assault on Precinct 13","The lone inhabitants of an abandoned police station are under attack by the overwhelming numbers of a seemingly unstoppable street gang.","6.803","/nKwww1DA43Y1H5XfHdaGFxIIXzD.jpg","[{'id':888,'logo_path':null,'name':'Overseas FilmGroup','origin_country':'US'},{'id':3403,'logo_path':null,'name':'The CKK Corporation','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1976-11-05","0","91","[{'iso_639_1':'en','name':'English'}]","Released","L.A.'s deadliest street gang just declared war on the cops.","Assault on Precinct 13","false","7.3","407" +"false","/13aAN3iqwiYQ8TAKUCDgHl1DNxU.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':28,'name':'Action'}]","","184125","tt2368553","en","Assault on Wall Street","Jim is an average New Yorker living a peaceful life with a well paying job and a loving family. Suddenly, everything changes when the economy crashes causing Jim to lose everything. Filled with anger and rage, Jim snaps and goes to extreme lengths to seek revenge for the life taken from him.","7.062","/5MPJ0anWmqo29DCbUMgE2ZPzGJx.jpg","[{'id':18769,'logo_path':null,'name':'Lynn Peak Productions','origin_country':''},{'id':23633,'logo_path':null,'name':'Studio West Productions(VCC)','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2013-06-30","0","99","[{'iso_639_1':'en','name':'English'}]","Released","Power. Greed. Justice.","Assault on Wall Street","false","5.9","278" +"false","/gVDw8QG2uDOHEmUNGpHoIatkJdo.jpg","null","30000000","[{'id':53,'name':'Thriller'}]","","8978","tt0398712","en","Assault on Precinct 13","On New Year's Eve, inside a police station that's about to be closed for good, officer Jake Roenick must cobble together a force made up cops and criminals to save themselves from a mob looking to kill mobster Marion Bishop.","11.869","/slEQz6DLEQ7YbbDfjZYMEU0qBnK.jpg","[{'id':134,'logo_path':null,'name':'Rogue Pictures','origin_country':''},{'id':729,'logo_path':'/hNxGdbddbsDDnEWJ7RNLcGCRSLQ.png','name':'Why Not Productions','origin_country':'FR'},{'id':20449,'logo_path':null,'name':'Liaison Films','origin_country':'FR'},{'id':20450,'logo_path':null,'name':'Biscayne Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'FR','name':'France'}]","2005-01-19","35294470","109","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'sr','name':'Srpski'}]","Released","Unite and fight.","Assault on Precinct 13","false","6.1","480" +"false","/d4KwqCRMVuCumsBHsDXOiulawkq.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","42716","tt0060135","en","Assault on a Queen","A group of adventurers refloat a WWII German submarine and prepare to use it to pull a very large heist; The Queen Mary which they plan to rob on the high seas.","2.171","/zxZs0LhgAxQ5zDiDH6AlIaN3oiV.jpg","[{'id':30065,'logo_path':null,'name':'Sinatra Enterprises','origin_country':''},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':14159,'logo_path':null,'name':'Seven Arts Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1966-06-15","0","106","[{'iso_639_1':'en','name':'English'}]","Released","They Stick Up The Queen Mary In Mid Atlantic","Assault on a Queen","false","5.5","9" +"false","/y4P3CZmvyiKXDy8NdzcdlEj8Lqm.jpg","null","1500000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","208242","tt2663744","en","Assassins Tale","Three assassins deal with life, love, addiction and trust as each tries to find the answers to a better life. Together, they prove to be the most trustworthy in this tangled web of murder, greed, friendship and betrayal.","1.945","/obXX4WknS0J8QTWfV0Tyex32FGe.jpg","[]","[]","2013-01-01","0","91","[{'iso_639_1':'en','name':'English'}]","Released","","Assassins Tale","false","4.7","20" +"false","/5OGlGPKphapyntNprVaoxF04Ccm.jpg","null","50000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","9691","tt0112401","en","Assassins","Assassin Robert Rath arrives at a funeral to kill a prominent mobster, only to witness a rival hired gun complete the job for him -- with grisly results. Horrified by the murder of innocent bystanders, Rath decides to take one last job and then return to civilian life. But finding his way out of the world of contract killing grows ever more dangerous as Rath falls for his female target and becomes a marked man himself.","11.503","/xAx5MP7Dg4y85pyS7atX6eWk4Qd.jpg","[{'id':10308,'logo_path':null,'name':'Dino De Laurentiis Company','origin_country':'US'},{'id':1885,'logo_path':'/xlvoOZr4s1PygosrwZyolIFe5xs.png','name':'Silver Pictures','origin_country':'US'},{'id':25061,'logo_path':null,'name':'Evansgideon/Lazar','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':5739,'logo_path':null,'name':'Donner/Shuler-Donner Productions','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","1995-10-06","30303072","132","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'nl','name':'Nederlands'}]","Released","In the shadows of life, In the business of death, One man found a reason to live...","Assassins","false","6.2","636" +"false","/1IkJRpetczgCxPOA9c6WDu3TlNa.jpg","null","4000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","185497","tt1502417","en","Assassins Run","Maya becomes the target of the Russian mafia after her husband, a successful American businessman, is killed.","3.181","/9PivERaRZwxeSm9StmntQw5tw9V.jpg","[{'id':58538,'logo_path':null,'name':'Whale Studio','origin_country':''}]","[{'iso_3166_1':'RU','name':'Russia'},{'iso_3166_1':'US','name':'United States of America'}]","2013-04-22","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Everything you trust. Everything you know. May be a lie...","Assassins Run","false","4.4","20" +"false","/muTRHIDuuFUCRdYFpmqI4wtwJaZ.jpg","null","0","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","326057","tt3030354","en","Assassin","Ruthless killer for hire breaks the rules of his profession and falls for a beautiful young woman. Discovering the notorious gangland brothers had hired him to kill her father, his world breaks down and he must turn against his criminal employers and their gang to save the woman he loves.","1.68","/3WxpsjI6KoAMEZTs0u2AQkmdiOF.jpg","[{'id':45830,'logo_path':null,'name':'Silver Leaf Pictures','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-03-09","0","82","[{'iso_639_1':'en','name':'English'}]","Released","The wicked shall die.","Assassin","false","4.4","15" +"false","/koxKvzuShnLANUXWH1vkJEWigGB.jpg","null","10000000","[{'id':16,'name':'Animation'},{'id':28,'name':'Action'},{'id':10751,'name':'Family'},{'id':878,'name':'Science Fiction'}]","http://www.astroboy-themovie.com/","16577","tt0375568","en","Astro Boy","Set in the futuristic Metro City, Astro Boy (Atom) is a young robot with incredible powers created by a brilliant scientist in the image of the son he had lost. Unable to fulfill his creator's expectations, Astro embarks on a journey in search of acceptance, experiencing betrayal and a netherworld of robot gladiators, before returning to save Metro City and reconcile with the father who rejected him.","10.726","/4kQczIhUFTnDWwG6HKsgCxLoi6.jpg","[{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'},{'id':3463,'logo_path':null,'name':'Imagi Animation Studios','origin_country':''},{'id':308,'logo_path':'/e8F3mQM7DkJ5SfYYDp8FYzPBOGX.png','name':'The Weinstein Company','origin_country':'US'},{'id':4262,'logo_path':null,'name':'Tezuka Productions','origin_country':'JP'}]","[{'iso_3166_1':'HK','name':'Hong Kong'},{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'US','name':'United States of America'}]","2009-10-15","19551067","94","[{'iso_639_1':'en','name':'English'}]","Released","Have a blast.","Astro Boy","false","6.2","693" +"false","/sDdMoxBEcl3pbkRC7Dp3WQoMDi4.jpg","null","5000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","117923","tt1780983","en","Assassin's Bullet","In Assassin's Bullet, Slater plays Robert Diggs, a black ops agent who comes to work for Ambassador Ashdown (Hunger Games star Donald Sutherland), tracking down a vigilante assassin in Eastern Europe. The maverick hit(wo)man has been taking out high-profile targets on the U.S. hit list, and Diggs must uncover the killer's identity before there's an international incident. The usual game of cat and mouse ensues.","3.295","/c3ZacVy5OmFFTjDinpl9Px6xzTg.jpg","[{'id':23318,'logo_path':null,'name':'Mutressa Movies','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-08-01","0","91","[{'iso_639_1':'bg','name':'?????????????????? ????????'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'pl','name':'Polski'}]","Released","","Assassin's Bullet","false","4","34" +"false","/4IthXtcdYfFJ1vHMlomV5F2PpCH.jpg","null","3000000","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'}]","","159024","tt1509788","en","Ass Backwards","Two best friends (Kate and Chloe) embark on a cross country trip back to their hometown to attempt to win a pageant that eluded them as children.","3.798","/4ZM4HR72GMYgPwCSWCdZX80yvG0.jpg","[{'id':9015,'logo_path':null,'name':'Worldview Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-01-21","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Ass Backwards","false","4.6","37" +"false","/9kLvcMhPI8DxoDtACZdZ7WVC1kc.jpg","null","0","[{'id':878,'name':'Science Fiction'}]","http://www.thelastpushmovie.com/","110122","tt1541123","en","Astronaut: The Last Push","When a tragic accident cuts short the first manned mission to explore life on the moons of Jupiter, Michael Forrest must make the 3 year journey home to Earth in pure solitude","2.659","/cIYfWmPjmePKwUC80aphfDj5gJk.jpg","[{'id':22631,'logo_path':null,'name':'TMA-1 Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-06-01","0","90","[{'iso_639_1':'en','name':'English'}]","Released","How far will man go to discover life?","Astronaut: The Last Push","false","5.4","32" +"false","/nVSc8Duap4GTfOz0QhgDczDQ09h.jpg","null","123690","[{'id':35,'name':'Comedy'},{'id':12,'name':'Adventure'}]","","212481","tt2902898","en","Ashens and the Quest for the Gamechild","Ashens is going on a quest to find the legendary, and elusive electronic tat known as the Game Child.","1.519","/3jLIba073jXbrRssD5suUcJxAVd.jpg","[{'id':16073,'logo_path':null,'name':'ChannelFlip','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2013-08-08","0","88","[{'iso_639_1':'en','name':'English'}]","Released","","Ashens and the Quest for the Gamechild","false","5.9","19" +"false","/nCMgivOJ540fXSrUaMugxRirO1t.jpg","null","0","[{'id':18,'name':'Drama'}]","","152745","tt1807944","en","As I Lay Dying","Based on the 1930 classic by Faulkner, it is the story of the death of Addie Bundren and her family's quest to honor her wish to be buried in the nearby town of Jefferson.","4.356","/kUS2mSIKLTd0Q9EcmgwOqgNMeiu.jpg","[{'id':26204,'logo_path':null,'name':'Lee Caplin / Picture Entertainment','origin_country':''},{'id':8924,'logo_path':'/5NTQun1m6FVJVOVHOubJ5SqyMvi.png','name':'Rabbit Bandini Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-10-09","0","110","[{'iso_639_1':'en','name':'English'}]","Released","","As I Lay Dying","false","5.7","34" +"false","/mYEIJTgLrYNtMPYgT0Kd3XPCMmx.jpg","null","50000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","2898","tt0119822","en","As Good as It Gets","New York City. Melvin Udall, a cranky, bigoted, obsessive-compulsive writer, finds his life turned upside down when neighboring gay artist Simon is hospitalized and his dog is entrusted to Melvin. In addition, Carol, the only waitress who will tolerate him, must leave work to care for her sick son, making it impossible for Melvin to eat breakfast.","9.492","/iQ8xiJmLsS0EoH3DhX0YdrbmRu3.jpg","[{'id':18,'logo_path':'/uqhagSwM7NAkQWVCQhKTyoqF8XH.png','name':'Gracie Films','origin_country':'US'},{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-12-19","314178011","139","[{'iso_639_1':'en','name':'English'}]","Released","A comedy from the heart that goes for the throat.","As Good as It Gets","false","7.4","1657" +"false","/51ls8DmcbDzP6U7ZA2xyKhCu2Cv.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","http://www.waltmovie.com/","254258","tt3402880","en","As Dreamers Do","The early life of Walt Disney is explored in this family film with an art house twist. Though his reality was often dark, it was skewed by his ever growing imagination and eternal optimism.","0.84","/ikVJiNpy1cb5ucW2al7jRTK7B4f.jpg","[]","[]","2014-05-02","0","90","[]","Released","Expect Magic.","As Dreamers Do","false","4.2","9" +"false","/B5404avUm8hsKSySjoYWccLjZK.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","83869","tt1906329","en","As Cool as I Am","A smart teenage girl comes of age in a small town with her self-centered parents who had her when they were teenagers.","4.842","/izoKkDJCbYhIkrPzpCcwrqg2K90.jpg","[{'id':2870,'logo_path':null,'name':'Identity Films','origin_country':'US'},{'id':8116,'logo_path':null,'name':'Wind Dancer Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-06-21","0","92","[{'iso_639_1':'en','name':'English'}]","Released","How do you grow up when your parents haven't?","As Cool as I Am","false","5.3","57" +"false","/fXkTpGqBdznxDtwIusSTwDfG5qp.jpg","null","5000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.asabovesobelowmovie.com/","256274","tt2870612","en","As Above, So Below","When a team of explorers ventures into the catacombs that lie beneath the streets of Paris, they uncover the dark secret that lies within this city of the dead.","9.122","/rXhroOVTfR4Dde7Vci2L3FVGAZh.jpg","[{'id':66930,'logo_path':null,'name':'Brothers Dowdle Productions','origin_country':''},{'id':923,'logo_path':'/5UQsZrfbfG2dYJbx8DxfoTr2Bvu.png','name':'Legendary Entertainment','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","2014-08-14","40100000","93","[{'iso_639_1':'en','name':'English'}]","Released","The only way out is down.","As Above, So Below","false","6.2","1279" +"false","/u09qhn8J5JuvAunwryOhN78DBu2.jpg","null","0","[{'id':28,'name':'Action'}]","http://lucianosaber.com/April_Rain.html","268823","tt2676350","en","April Rain","When an eclectic group of terrorists plot to attack the United States from within, it's up to a quasi-military special investigative unit to identify, infiltrate and neutralize the threat.","1.607","/8DVTuPHPv9BemELX1SKhAaYG9Yw.jpg","[{'id':2688,'logo_path':null,'name':'filmpool','origin_country':''},{'id':23027,'logo_path':null,'name':'Tudor Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-06-04","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Freedom Comes With A Cost","April Rain","false","2.7","11" +"false","/clltLTA4zCenXNvOLzyRqTDJAw7.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","106833","tt0050135","en","April Love","A teenager (Pat Boone), recently in trouble with the police, is sent to live with his aunt and uncle on their Kentucky farm in order to rediscover life's values. Director Henry Levin's 1957 musical remake of ""Home In Indiana"" also stars Shirley Jones, Arthur O'Connell, Jeanette Nolan and Dolores Michaels.","0.873","/hpUh6t0Q81NCbvr9o0jKt5Nt3EX.jpg","[{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1957-11-27","0","97","[{'iso_639_1':'en','name':'English'}]","Released","","April Love","false","6.9","7" +"false","/dgyvS3CUtTCfPhtT1SDTR2bwCbf.jpg","{'id':87800,'name':'Appleseed Collection','poster_path':'/AoM1NzRnSpo6VtIs3wpzKUSObUX.jpg','backdrop_path':'/3uFYlHmUZtEGBiwdxtSlphbmfjK.jpg'}","0","[{'id':16,'name':'Animation'},{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'}]","","269650","tt3638012","ja","Appleseed Alpha","Based on the comic book by the creator of Ghost in the Shell, a young female soldier Deunan and her cyborg partner Briareos survive through the post World War 3 apocalyptic New York in search of human's future hope, the legendary city of Olympus.","8.065","/3lKdgUvWW3yUHRl3Ervjz2PeXFR.jpg","[{'id':11341,'logo_path':'/xytTBODEy3p20ksHL4Ftxr483Iv.png','name':'Stage 6 Films','origin_country':'US'}]","[{'iso_3166_1':'JP','name':'Japan'},{'iso_3166_1':'US','name':'United States of America'}]","2014-05-28","0","90","[{'iso_639_1':'en','name':'English'}]","Released","To find Olympus, they must fight to survive.","Appleseed Alpha","false","6.5","181" +"false","/3CrUq0vBkV9ezv9nABstPVypKVE.jpg","null","20000000","[{'id':18,'name':'Drama'},{'id':37,'name':'Western'},{'id':80,'name':'Crime'}]","","12690","tt0800308","en","Appaloosa","Two friends hired to police a small town that is suffering under the rule of a rancher find their job complicated by the arrival of a young widow.","8.954","/ar26XwTJz6BPFRricdNpMctyjB0.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':21106,'logo_path':null,'name':'Axon Films','origin_country':''},{'id':4205,'logo_path':null,'name':'Groundswell Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-09-12","20211394","115","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Feelings get you killed.","Appaloosa","false","6.5","469" +"false","/aHE8y4A4mlRCQbJ5oLbPkr5iznx.jpg","null","5000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","http://apollo18movie.net/","50357","tt1772240","en","Apollo 18","Officially, Apollo 17 was the last manned mission to the moon. But a year later in 1973, three American astronauts were sent on a secret mission to the moon funded by the US Department of Defense. What you are about to see is the actual footage which the astronauts captured on that mission. While NASA denies it's authenticity, others say it's the real reason we've never gone back to the moon.","9.761","/xmvkYqK28ds9JM4gyBJCSoYpm9T.jpg","[{'id':1038,'logo_path':'/o62j8ZNXmRTrq6ThviFWiL9zb8J.png','name':'Bazelevs Production','origin_country':'RU'},{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'},{'id':24923,'logo_path':null,'name':'Bekmambetov Projects Ltd.','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2011-07-20","25562924","86","[{'iso_639_1':'en','name':'English'}]","Released","There's a reason we've never gone back to the moon.","Apollo 18","false","5","478" +"false","/zXKryY6y4EpxDuIgHSsDVo6L9BN.jpg","null","52000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","568","tt0112384","en","Apollo 13","The true story of technical troubles that scuttle the Apollo 13 lunar mission in 1971, risking the lives of astronaut Jim Lovell and his crew, with the failed journey turning into a thrilling saga of heroism. Drifting more than 200,000 miles from Earth, the astronauts work furiously with the ground crew to avert tragedy.","19.358","/7ksHQG9qbEyPBBTAe8NfJVAipmJ.jpg","[{'id':23,'logo_path':'/mkxNjThahj5pvntvYKVpMbWXm3D.png','name':'Imagine Entertainment','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-06-30","355237933","140","[{'iso_639_1':'en','name':'English'}]","Released","Houston, we have a problem.","Apollo 13","false","7.4","2722" +"false","/ejgXWul4ZtytggYffFsJR8MId1R.jpg","null","0","[{'id':27,'name':'Horror'},{'id':18,'name':'Drama'}]","","260163","tt3237154","en","Apocalyptic","A local news crew become horribly involved with a doomsday cult.","1.149","/AgsMWFLg40pyKTPGfX3wpwmKKoQ.jpg","[{'id':8146,'logo_path':'/etoxfrvduHZMLHpYE2uPkicheX2.png','name':'Splendid Film','origin_country':'DE'}]","[{'iso_3166_1':'AU','name':'Australia'}]","2013-11-22","0","84","[{'iso_639_1':'en','name':'English'}]","Released","","Apocalyptic","false","5","17" +"false","/5GSuDB3Mg9jIlUCWEl6Ps0Oull7.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'}]","http://www.theasylum.cc/product.php?id=244","256284","tt3384904","en","Apocalypse Pompeii","When a former Special Ops commando visits Pompeii, his wife and daughter are trapped as Mt. Vesuvius erupts with massive force. While his family fights to survive the deadly onslaught of heat and lava, he enlists his former teammates in a daring operation beneath the ruins of the city of Pompeii.","3.101","/3hmR8kJxYY0lBqBxd9qIvSfoYK1.jpg","[{'id':7636,'logo_path':'/e6uCvCNTf0nnery1iaQh6QSgpbn.png','name':'Nimar Studios','origin_country':'BG'},{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-02-18","0","88","[{'iso_639_1':'en','name':'English'}]","Released","See Naples and Die!","Apocalypse Pompeii","false","4.5","39" +"false","/ojMWlgggH5KGHPD9MChxj2GtAiw.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","97795","tt1757742","en","Emergo","A team of parapsychologists sets out to investigate a series of anomalous phenomena taking place in a newly occupied apartment. Telephone calls with no caller, mysterious shadows, extraordinary light emissions, flying objects, and exploding light bulbs are some of the events they will face while recording their every step with state-of-the-art technology. Using infrared filming, digital photography, psychophonic recordings, movement detectors, and magnetic field alteration meters, the group???s attempts to contact the ???other side??? will grow increasingly dangerous as they near a point of no return.","7.68","/a0tcW68cDpyHMimogCpLHEQGF01.jpg","[{'id':3595,'logo_path':'/fmr2EBtGqqIPXOB3tCHCviRRy7z.png','name':'Magnet Releasing','origin_country':'US'}]","[{'iso_3166_1':'ES','name':'Spain'}]","2011-10-11","4132000","80","[{'iso_639_1':'en','name':'English'}]","Released","The First Real Ghost Story.","Emergo","false","4.9","136" +"false","/A0gP8vufy0qj4XoyDCznykKGVRu.jpg","{'id':168182,'name':'Philo & Clyde Collection','poster_path':'/p7BWSpQcK0kLocOFKDArw73D3q5.jpg','backdrop_path':'/fAJgSlQ6SENfdjYiengTnoiXgK7.jpg'}","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'}]","","17169","tt0080377","en","Any Which Way You Can","Philo takes part in a bare knuckle fight - as he does - to make some more money than he can earn from his car repair business. He decides to retire from fighting, but when the Mafia come along and arrange another fight, he is pushed into it. A motorcycle gang and an orangutan called Clyde all add to the 'fun'.","6.854","/fGP1rB0MapjDyR0lCjYa6AhjQ1i.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':171,'logo_path':null,'name':'Malpaso Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1980-12-17","70687344","115","[{'iso_639_1':'en','name':'English'}]","Released","Faster, funnier and wilder. It'll knock you out.","Any Which Way You Can","false","6","133" +"false","/2xQVXJrANGTaaoOn9g2IDQmBhJB.jpg","null","55000000","[{'id':18,'name':'Drama'}]","","9563","tt0146838","en","Any Given Sunday","A star quarterback gets knocked out of the game and an unknown third stringer is called in to replace him. The unknown gives a stunning performance and forces the aging coach to reevaluate his game plans and life. A new co-owner/president adds to the pressure of winning. The new owner must prove her self in a male dominated world.","9.027","/ofxxBtOoNRQD9yuiVIEo8sbsqkK.jpg","[{'id':431,'logo_path':null,'name':'The Donners' Company','origin_country':'US'},{'id':4198,'logo_path':null,'name':'Ixtlan','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-12-16","100230832","163","[{'iso_639_1':'en','name':'English'}]","Released","Play or be Played.","Any Given Sunday","false","6.8","778" +"false","/3FT6cfqNNeKApebzNUpMDI9IXZV.jpg","null","0","[{'id':18,'name':'Drama'}]","http://www.musicboxfilms.com/any-day-now-movies-58.php","105526","tt2066176","en","Any Day Now","In the late 1970s, when a mentally handicapped teenager is abandoned, a gay couple takes him in and becomes the family he's never had. But once the unconventional living arrangement is discovered by authorities, the men must fight the legal system to adopt the child.","4.057","/vDE7BO4o6NQKcT8ZqGjPJohzWgN.jpg","[{'id':39061,'logo_path':null,'name':'PFM Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-12-14","0","97","[{'iso_639_1':'en','name':'English'}]","Released","They made him a promise. He made them a family.","Any Day Now","false","6.8","40" +"false","/3TlLl3jCJ9iG8yLpkj86GpqG3FU.jpg","null","2400000","[{'id':878,'name':'Science Fiction'},{'id':27,'name':'Horror'}]","http://www.lucasclinic.com/","125490","tt2099556","en","Antiviral","After becoming infected with the virus that killed superstar Hannah Geist, Syd March must unravel the mystery surrounding her death to save his own life .","6.613","/6HPqLO3A743rPGmbQkNjRgUX7uN.jpg","[{'id':2514,'logo_path':null,'name':'Alliance Films','origin_country':''},{'id':7799,'logo_path':null,'name':'TF1 International','origin_country':'FR'},{'id':806,'logo_path':'/kcNh09qqR2Pkw1JAzRW4CommrW4.png','name':'T??l??film Canada','origin_country':'CA'}]","[{'iso_3166_1':'CA','name':'Canada'}]","2012-09-19","0","110","[{'iso_639_1':'en','name':'English'}]","Released","What If You Could Feel Like They Do...","Antiviral","false","5.8","149" +"false","/3YmPXFXjEa4EkhIjMuyYataVXJa.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","207780","tt2772092","en","Antisocial","Five university friends gather at a house party to ring in the New Year. Unbeknownst to them, an epidemic has erupted outside, causing outbreaks around the world. With nowhere else to turn, they barricade themselves indoors with only their phones, laptops, and other tech devices. They use their devices to research the possible cause of this outbreak. Information and video footage over flow their computers as they descend further into the cause and the ensuing chaos. As the virus spreads, the mood in the house changes from fear to paranoia. Who is safe? Who can they trust? Reality becomes blurred as they slowly discover the source of the virus causing the sickness...and there is no going back.","2.586","/pf6QvqAW1aQteOMRGwbSyRMtkZp.jpg","[]","[{'iso_3166_1':'CA','name':'Canada'}]","2013-07-31","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","Antisocial","false","4.8","53" +"false","/8ulpossVrfFrSSTeiWEM2bAQxpr.jpg","null","11000000","[{'id':18,'name':'Drama'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","17609","tt0870984","en","Antichrist","A grieving couple retreats to their cabin 'Eden' in the woods, hoping to repair their broken hearts and troubled marriage. But nature takes its course and things go from bad to worse.","8.074","/lY4Y9buUIZY17vpvL5dsBpbORo0.jpg","[{'id':76,'logo_path':null,'name':'Zentropa Entertainments','origin_country':'DK'},{'id':119,'logo_path':'/1di2gITGUZr730AMuMKiCrP90Vl.png','name':'Danmarks Radio (DR)','origin_country':'DK'},{'id':320,'logo_path':null,'name':'Trollh??ttan Film','origin_country':'SE'},{'id':321,'logo_path':null,'name':'Memfis Film','origin_country':'SE'},{'id':779,'logo_path':'/KFFOFoztyjV5epvnW5GerPbcvx.png','name':'Lucky Red','origin_country':'IT'},{'id':4606,'logo_path':'/otZHbf1HmzLRQsZFSqJXkf8EHz7.png','name':'ZDF','origin_country':'DE'},{'id':6962,'logo_path':'/rpHhUxYAY3Ly21IVuTgjk0SDUb2.png','name':'CNC','origin_country':'FR'},{'id':7777,'logo_path':'/vd6oWpxQXyaeWGfm0A5SnJi8pyo.png','name':'Slot Machine','origin_country':'FR'},{'id':8289,'logo_path':null,'name':'Zentropa International K??ln','origin_country':''},{'id':11236,'logo_path':null,'name':'Zentropa International Poland','origin_country':''},{'id':11237,'logo_path':null,'name':'ZDF/Arte','origin_country':'DE'},{'id':11238,'logo_path':null,'name':'Deutsche Filmf??rderfonds (DFFF)','origin_country':''},{'id':11239,'logo_path':null,'name':'Liberator Productions','origin_country':''},{'id':11240,'logo_path':'/i59ItaKFdxJ7Yi6w2s7CML0LBvI.png','name':'Polski Instytut Sztuki Filmowej','origin_country':'PL'},{'id':2302,'logo_path':'/rPXEdpqwFycAY9ZgrAJXv13qcWW.png','name':'Svenska Filminstitutet','origin_country':'SE'},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':94,'logo_path':'/huC7HqorvUThGIrENrbcHmQVUA0.png','name':'ARTE France Cin??ma','origin_country':'FR'},{'id':2999,'logo_path':'/zGSqFee9aDgDuLD6vcs2mcJUem4.png','name':'SVT','origin_country':'SE'},{'id':587,'logo_path':'/6UIpEURdjnmcJPwgTDRzVRuwADr.png','name':'ARTE','origin_country':'DE'},{'id':2801,'logo_path':'/bswb1PLLsKDUXMLgy42bZtCtIde.png','name':'Film i V??st','origin_country':'SE'}]","[{'iso_3166_1':'DK','name':'Denmark'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'PL','name':'Poland'},{'iso_3166_1':'CH','name':'Switzerland'},{'iso_3166_1':'SE','name':'Sweden'},{'iso_3166_1':'DE','name':'Germany'}]","2009-05-18","791867","108","[{'iso_639_1':'en','name':'English'}]","Released","When nature turns evil, true terror awaits.","Antichrist","false","6.6","1197" +"false","/a4Q44AB3cA8x1KzRbARrmkc2g3C.jpg","null","0","[{'id':18,'name':'Drama'}]","","290529","tt1869265","en","Anthem","A young writer and his attractive wife looking to climb the social ladder move to an affluent area outside of Scottsdale AZ. Little do they know... Once you say yes... it's hard to say no.","0.6","/fIkEuhNzoRZNbi7DoihP2dmXBb0.jpg","[]","[]","2011-07-19","0","","[]","Released","Once you say yes . . . its hard to say no","Anthem","false","3.8","2" +"false","/s6SsrA1ko8vN9IRc8y4YiYuK6CJ.jpg","null","1000000","[{'id':18,'name':'Drama'},{'id':12,'name':'Adventure'},{'id':99,'name':'Documentary'}]","http://www.frozensouth.com/","201132","tt2361700","en","Antarctica: A Year on Ice","Filling the giant screen with stunning time-lapse vistas of Antarctica, and detailing year-round life at McMurdo and Scott Base, Anthony Powell???s documentary is a potent hymn to the icy continent and the heavens above.","2.374","/fQjPO9O4RIvKJBCP08Apenzrn9R.jpg","[{'id':49386,'logo_path':null,'name':'Antzworks','origin_country':''}]","[{'iso_3166_1':'NZ','name':'New Zealand'}]","2013-09-05","0","92","[{'iso_639_1':'en','name':'English'}]","Released","Step Outside The Box","Antarctica: A Year on Ice","false","7.2","41" +"false","/4A6rJdub2l5yT0go8GUM5ZRHRfz.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","252529","tt1816608","en","Another Me","A teenager finds her perfect life upended when she's stalked by a mysterious doppelganger who has her eyes set on assuming her identity.","5.758","/5ALcDAPGTzt64ky9dG5apAs00mV.jpg","[{'id':45191,'logo_path':null,'name':'Rainy Day Films','origin_country':'GB'},{'id':7680,'logo_path':'/uGcInOaHyvFZ337T5OeQKKVjSCJ.png','name':'Tornasol Films','origin_country':'ES'}]","[{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2013-11-15","0","86","[{'iso_639_1':'en','name':'English'}]","Released","She???s watching. She???s waiting. She wants you life.","Another Me","false","4.9","114" +"false","/fJfpZnS2pvFCtyaDqoIgKLASvAT.jpg","null","100000","[{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'}]","http://www.anotherearth.com/","55420","tt1549572","en","Another Earth","On the night of the discovery of a duplicate Earth in the Solar system, an ambitious young student and an accomplished composer cross paths in a tragic accident.","8.295","/qvGJK3lFzpifAdyIupMNdWNX0qr.jpg","[{'id':8145,'logo_path':null,'name':'Artists Public Domain','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-07-22","1776935","92","[{'iso_639_1':'en','name':'English'}]","Released","","Another Earth","false","6.7","825" +"false","/kQuMbu9ipYCTfaQjg8GaW1e0XWX.jpg","null","30000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':53,'name':'Thriller'}]","http://www.anonymous-movie.com/","61891","tt1521197","en","Anonymous","Set against the backdrop of the succession of Queen Elizabeth I, and the Essex Rebellion against her, the story advances the theory that it was in fact Edward De Vere, Earl of Oxford who penned Shakespeare's plays.","7.249","/tuAI9fT8AzakI5w4V1KZyUEvuDW.jpg","[{'id':347,'logo_path':null,'name':'Centropolis Entertainment','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':264,'logo_path':'/fA90qwUKgPhMONqtwY60GaHRyrW.png','name':'Studio Babelsberg','origin_country':'DE'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2011-10-21","15395087","130","[{'iso_639_1':'en','name':'English'}]","Released","Was Shakespeare a Fraud?","Anonymous","false","6.4","424" +"false","/bOcWjIur1DixDtul8ovuVFcBkB7.jpg","null","0","[{'id':18,'name':'Drama'}]","http://arthur-newman.com/","127374","tt1930546","en","Arthur Newman","A story of a man who fakes his own death and assumes a new identity in order to escape his life, who then moves in with a woman who is also trying to leave her past behind.","5.072","/fip6j0g2B5jHz3EIaXDlWX8MTcg.jpg","[{'id':10246,'logo_path':'/rREvQNWAxkDfY9CDn2c5YxEMPdP.png','name':'Cross Creek Pictures','origin_country':'US'},{'id':18144,'logo_path':null,'name':'Vertebra Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-09-07","0","101","[{'iso_639_1':'en','name':'English'}]","Released","If you don't have a life, get someone else's.","Arthur Newman","false","5.7","107" +"false","/5mfMJpkO0mxDViHEeebFrzesdwc.jpg","null","10000000","[{'id':18,'name':'Drama'},{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':35,'name':'Comedy'}]","http://www.arthurchristmas.com/","51052","tt1430607","en","Arthur Christmas","Each Christmas, Santa and his vast army of highly trained elves produce gifts and distribute them around the world in one night. However, when one of 600 million children to receive a gift from Santa on Christmas Eve is missed, it is deemed ???acceptable??? to all but one ??? Arthur. Arthur Claus is Santa???s misfit son who executes an unauthorized rookie mission to get the last present half way around the globe before dawn on Christmas morning.","11.813","/crjzhg2T1sPL9yE7bFHkYp0OfXG.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':297,'logo_path':'/ykJbf1z5qIreJrHWfnh1ev1alkD.png','name':'Aardman Animations','origin_country':'GB'},{'id':2251,'logo_path':'/8PUjvTVmtJDdDXURTaSoPID0Boj.png','name':'Sony Pictures Animation','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2011-11-10","0","97","[{'iso_639_1':'en','name':'English'}]","Released","Ever wonder how 2 Billion presents get delivered all in 1 night?","Arthur Christmas","false","6.7","666" +"false","/3zpcmA6Lcv2K7kxGV5hQfegQd7Y.jpg","{'id':85817,'name':'Arthur and the Invisibles Collection','poster_path':'/lpKNbnUpP0h0cnVwC1LaE9YJB3U.jpg','backdrop_path':'/e8Q363orc1wi02TSSoDDlil2qXh.jpg'}","86000000","[{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':16,'name':'Animation'},{'id':10751,'name':'Family'}]","","9992","tt0344854","en","Arthur et les Minimoys","Arthur is a spirited ten-year old whose parents are away looking for work, whose eccentric grandfather has been missing for several years, and who lives with his grandmother in a country house that, in two days, will be repossessed, torn down, and turned into a block of flats unless Arthur's grandfather returns to sign some papers and pay off the family debt. Arthur discovers that the key to success lies in his own descent into the land of the Minimoys, creatures no larger than a tooth, whom his grandfather helped relocate to their garden. Somewhere among them is hidden a pile of rubies, too. Can Arthur be of stout heart and save the day? Romance beckons as well, and a villain lurks.","11.542","/idbP413bzKWrQXJyElrDazcJUFM.jpg","[{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':854,'logo_path':null,'name':'Sofica Europacorp','origin_country':''},{'id':2525,'logo_path':null,'name':'Avalanche Productions','origin_country':'FR'},{'id':6896,'logo_path':'/2Q89KvzxTKB5BAv9RqFIPI1qb7E.png','name':'EuropaCorp','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'}]","2006-12-13","107944236","94","[{'iso_639_1':'en','name':'English'}]","Released","Adventure awaits in your own backyard.","Arthur and the Invisibles","false","6.2","1384" +"false","/nuJWx6hdjSHhEAPU9wUKx2s6J5H.jpg","null","40000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://arthurthemovie.warnerbros.com/","49012","tt1334512","en","Arthur","A drunken playboy stands to lose a wealthy inheritance when he falls for a woman, his family doesn't like.","6.235","/28HW1Kc4OwQH50M0XmcEuIYrCWk.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-04-08","45735397","110","[{'iso_639_1':'en','name':'English'}]","Released","Meet the world's only loveable billionaire.","Arthur","false","5.4","385" +"false","/K2oP3Quy3eJmUJruI0GtNUGre5.jpg","null","110000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'}]","","10204","tt0327437","en","Around the World in 80 Days","A bet pits a British inventor, a Chinese thief and a French artist on a worldwide adventure that they can circle the globe in 80 days.","11.45","/2glntoCztzLkfjajsJKNOSY0vpn.jpg","[{'id':264,'logo_path':'/fA90qwUKgPhMONqtwY60GaHRyrW.png','name':'Studio Babelsberg','origin_country':'DE'},{'id':10221,'logo_path':'/99VfWRgKasZoyK9UVB39gnYvFrZ.png','name':'Walden Media','origin_country':'US'},{'id':19481,'logo_path':null,'name':'Babelsberg Film','origin_country':''},{'id':23636,'logo_path':null,'name':'Mostow/Lieberman Productions','origin_country':''},{'id':53413,'logo_path':null,'name':'80 Days Productions','origin_country':''},{'id':53414,'logo_path':null,'name':'Spanknyce Films','origin_country':''},{'id':53416,'logo_path':null,'name':'Fitzwilliam Productions','origin_country':''}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2004-06-16","72178895","120","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'hi','name':'??????????????????'},{'iso_639_1':'tr','name':'T??rk??e'},{'iso_639_1':'cn','name':'????????? / ?????????'}]","Released","Let your imagination soar.","Around the World in 80 Days","false","5.8","1244" +"false","/lj4ZNFKYGJbeI2dJ3rHQQDKCV25.jpg","null","0","[{'id':18,'name':'Drama'}]","","215928","tt1847541","en","Around the Block","A young Aboriginal boy is torn between his unexpected love of acting and the disintegration of his family.","2.649","/fUkCTdSLPaCC7UTbcJ8UPROKdOV.jpg","[{'id':28602,'logo_path':null,'name':'Tree','origin_country':''},{'id':82547,'logo_path':null,'name':'Kick Pictures','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'US','name':'United States of America'}]","2013-09-06","0","104","[{'iso_639_1':'en','name':'English'}]","Released","","Around the Block","false","5.3","18" +"false","/vvHa35dRNJaUQCBwtiKJuTs4CsU.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':12,'name':'Adventure'},{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","344796","tt2620490","en","Army of Frankensteins","A young man travels back in time, finding himself entrenched in the Civil War with an army of Frankensteins.","0.776","/bQECOi9Nj8NjnOro2xV6QrwvbwG.jpg","[{'id':56163,'logo_path':null,'name':'Six Stitches Entertainment','origin_country':''},{'id':56164,'logo_path':null,'name':'Boiling Point Media','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-01-11","0","109","[{'iso_639_1':'en','name':'English'}]","Released","Lincoln did not free the slaves alone.","Army of Frankensteins","false","3.1","6" +"false","/5RPXs9g0sZ9Woo4pNLxdXdge7tc.jpg","{'id':1960,'name':'Evil Dead Collection','poster_path':'/eWFADubShlTEUiNsPcN6BMOKakr.jpg','backdrop_path':'/jrLLRe7pctP1aFDRuD9mt59YGHX.jpg'}","11000000","[{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'}]","","766","tt0106308","en","Army of Darkness","A man is accidentally transported to 1300 A.D., where he must battle an army of the dead and retrieve the Necronomicon so he can return home.","15.266","/2eZKDIwLNnySbwqQtAaUz0kYDIL.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':467,'logo_path':null,'name':'Renaissance Pictures','origin_country':''},{'id':10308,'logo_path':null,'name':'Dino De Laurentiis Company','origin_country':'US'},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-10-09","0","81","[{'iso_639_1':'en','name':'English'}]","Released","Trapped in time. Surrounded by evil. Low on gas.","Army of Darkness","false","7.3","1408" +"false","/a4cvwQ73OtAUWYsIMSQ0iUHDGED.jpg","null","20000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","4597","tt0913354","en","Armored","A crew of officers at an armored transport security firm risk their lives when they embark on the ultimate heist against their own company. Armed with a seemingly fool-proof plan, the men plan on making off with a fortune with harm to none. But when an unexpected witness interferes, the plan quickly unravels and all bets are off.","6.808","/zdj2p7apgVCqWoaIldzYsdLHZ1J.jpg","[{'id':3287,'logo_path':'/bz6GbCQQXGNE56LTW9dwgksW0Iw.png','name':'Screen Gems','origin_country':'US'},{'id':8931,'logo_path':null,'name':'Stars Road Entertainment','origin_country':''},{'id':11249,'logo_path':null,'name':'Farah Films & Management','origin_country':''},{'id':11250,'logo_path':null,'name':'Buckaroo Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-12-04","22942221","88","[{'iso_639_1':'en','name':'English'}]","Released","To protect and serve yourself.","Armored","false","5.6","310" +"false","/lI3qV4kiSg0BvE6gelzV0tPAoFK.jpg","null","140000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'},{'id':12,'name':'Adventure'}]","","95","tt0120591","en","Armageddon","When an asteroid threatens to collide with Earth, NASA honcho Dan Truman determines the only way to stop it is to drill into its surface and detonate a nuclear bomb. This leads him to renowned driller Harry Stamper, who agrees to helm the dangerous space mission provided he can bring along his own hotshot crew. Among them is the cocksure A.J. who Harry thinks isn't good enough for his daughter, until the mission proves otherwise.","15.91","/coINnuCzcw5FMHBty8hcudMOBnO.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':130,'logo_path':'/c9dVHPOL3cqCr2593Ahk0nEKTEM.png','name':'Jerry Bruckheimer Films','origin_country':'US'},{'id':11533,'logo_path':'/tWM9pmzVYxok4GbQIttxdcml1yT.png','name':'Valhalla Motion Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-07-01","553799566","151","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","The Earth's Darkest Day Will Be Man's Finest Hour","Armageddon","false","6.6","4118" +"false","/cPr5sLYNT7w9jzHRGtUpsj5tiMj.jpg","null","21500000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","","1073","tt0137363","en","Arlington Road","Threats from sinister foreign nationals aren't the only thing to fear. Bedraggled college professor Michael Faraday has been vexed (and increasingly paranoid) since his wife's accidental death in a botched FBI operation. But all that takes a backseat when a seemingly all-American couple set up house next door.","10.941","/jMwDRI4qu5FrSAzf7BfNveuRVf9.jpg","[{'id':126,'logo_path':'/kADPanRDkKTxncPXXVahvHPUvCj.png','name':'Lakeshore Entertainment','origin_country':'US'},{'id':3287,'logo_path':'/bz6GbCQQXGNE56LTW9dwgksW0Iw.png','name':'Screen Gems','origin_country':'US'},{'id':22512,'logo_path':null,'name':'Arlington Road Productions Corporation','origin_country':''},{'id':22513,'logo_path':null,'name':'Gorai / Samuelson Productions','origin_country':''},{'id':22514,'logo_path':null,'name':'Samuelson Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-03-19","0","117","[{'iso_639_1':'en','name':'English'}]","Released","Your Paranoia Is Real.","Arlington Road","false","7.1","446" +"false","/iVk4mVKwNE66JbBcoDwcYFvuUXM.jpg","null","44500000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://argothemovie.warnerbros.com/","68734","tt1024648","en","Argo","As the Iranian revolution reaches a boiling point, a CIA 'exfiltration' specialist concocts a risky plan to free six Americans who have found shelter at the home of the Canadian ambassador.","12.547","/oai3xLBQHpIh18VJdRCcL7D0Yg0.jpg","[{'id':3281,'logo_path':'/8tMybAieh64uzvm8knSjXOFX8Qc.png','name':'GK Films','origin_country':'GB'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':1782,'logo_path':'/d1mlUfuG0NoQ4x0C7bK80wLGWA1.png','name':'Smoke House Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-10-11","232324128","120","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fa','name':'??????????'}]","Released","The movie was fake. The mission was real.","Argo","false","7.2","4986" +"false","/3FnxotVQaOcZ1sqStDGoxQApMaQ.jpg","null","10000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","","71254","tt1117581","en","Arena","David Lord finds himself forced into the savage world of a modern gladiatorial arena, where men fight to the death for the entertainment of the online masses.","5.912","/3a84UEOIJcwdEaSGaMTMC6h7g4K.jpg","[{'id':2090,'logo_path':'/jYlUttNqcN5u1pzMQrh5AEhZ27t.png','name':'Motion Picture Corporation of America','origin_country':'US'},{'id':6842,'logo_path':null,'name':'Fury Productions','origin_country':''},{'id':17837,'logo_path':null,'name':'RCR Media Group','origin_country':''},{'id':5357,'logo_path':null,'name':'Zero Gravity Management','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-10-11","0","94","[{'iso_639_1':'zh','name':'?????????'},{'iso_639_1':'en','name':'English'}]","Released","There's no greater battle... Than the battle for your life.","Arena","false","4.8","135" +"false","/qpBoK7OBUEbNJFaLEnXw0HbaYKS.jpg","null","0","[{'id':35,'name':'Comedy'}]","","209244","tt1545754","en","Are You Here","When Steve Dallas, a womanizing local weatherman, hears that his off-the-grid best friend Ben Baker has lost his estranged father, the two return to Ben's childhood home. Once there, they discover Ben has inherited the family fortune, and the ill-equipped duo must battle Ben's formidable sister and deal with his father's gorgeous 25-year old widow.","8.56","/jxyeaavDoJbxKkq7peeL0YDBVQs.jpg","[{'id':10161,'logo_path':null,'name':'Gilbert Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-09-07","0","114","[{'iso_639_1':'en','name':'English'}]","Released","Friendship... there's nothing in it for anybody.","Are You Here","false","5.2","151" +"false","/39bOgyg4gMp56vrbQ5rQqcTPa7A.jpg","{'id':176118,'name':'The Are We Collection','poster_path':'/fyQ1tpTvag7IXBJOhltUomI4LUv.jpg','backdrop_path':'/uZRixx529cMcwqmYW5xGFIso7Q3.jpg'}","0","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","10172","tt0422774","en","Are We Done Yet?","Newlyweds Nick and Suzanne decide to move to the suburbs to provide a better life for their two kids. But their idea of a dream home is disturbed by a contractor with a bizarre approach to business.","6.252","/uZ9NZh4zB80phMxo5PucFyWagjG.jpg","[{'id':73971,'logo_path':null,'name':'Revolution Dream Productions','origin_country':''},{'id':497,'logo_path':'/pMyhOBd3sCiLzBlmIopdJkcUFtn.png','name':'Revolution Studios','origin_country':''},{'id':2780,'logo_path':'/hgdyY2exOpOXG3EkQR8WsUAUNBZ.png','name':'Cube Vision','origin_country':'US'},{'id':46976,'logo_path':'/A8LyPh201AmDlyBley6r9R3SZYS.png','name':'RKO Pictures LLC','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-04-04","58400000","92","[{'iso_639_1':'en','name':'English'}]","Released","New house. New family. What could possibly go wrong?","Are We Done Yet?","false","5.2","263" +"false","/4yr7WC1qRoWBZa1QvS5YBz1aEGT.jpg","null","12000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","60599","tt1764183","en","Arbitrage","A troubled hedge fund magnate, desperate to complete the sale of his trading empire, makes an error that forces him to turn to an unlikely person for help.","8.53","/tn8a9qdYmUF8NMy1tmhoH4WnDXq.jpg","[{'id':11093,'logo_path':null,'name':'Lucky Monkey Pictures','origin_country':'US'},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':12501,'logo_path':null,'name':'Green Room Films','origin_country':''},{'id':14580,'logo_path':null,'name':'Treehouse Pictures','origin_country':''},{'id':24934,'logo_path':null,'name':'Parlay Films','origin_country':''},{'id':24933,'logo_path':null,'name':'LB Productions','origin_country':''},{'id':2394,'logo_path':'/sUWGEjxxCU5McOoD2JPrJHDW7K3.png','name':'Artina Films','origin_country':'US'},{'id':24930,'logo_path':null,'name':'Alvernia Studios','origin_country':'PL'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-09-14","35485056","100","[{'iso_639_1':'en','name':'English'}]","Released","Power is the best alibi.","Arbitrage","false","6.2","443" +"false","/bQgBexBXjsabKmrTjusO1KXJwMT.jpg","null","31000000","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","6488","tt0099052","en","Arachnophobia","A large spider from the jungles of South America is accidentally transported in a crate with a dead body to America where it mates with a local spider. Soon after, the residents of a small California town disappear as the result of spider bites from the deadly spider offspring. It's up to a couple of doctors with the help of an insect exterminator to annihilate these eight legged freaks.","6.387","/pz4TWF3r6xqXN41Iqsjbf06rAQs.jpg","[{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'},{'id':915,'logo_path':'/xXojkyRWFZ0JTJyjiu13ThKeFbz.png','name':'Hollywood Pictures','origin_country':''},{'id':2104,'logo_path':null,'name':'Tangled Web Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1990-07-20","53208180","103","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Eight legs, two fangs, and an attitude.","Arachnophobia","false","6.3","678" +"false","/sOCQpWliqvGFXDazjwNczdbidJN.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':10749,'name':'Romance'}]","","60488","tt0034465","en","Arabian Nights","Jon Hall, Maria Montez and Sabu star in this lush, epic story of two half brothers who battle each other for the power of the throne and the love of a sensual, gorgeous dancing girl, Scheherazade","3.2","/w5ZurZi5LEyY9sGsl5iKzaCyEeC.jpg","[{'id':10096,'logo_path':null,'name':'Walter Wanger Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1942-12-25","0","86","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'it','name':'Italiano'}]","Released","Dashing Thieves of Baghdad...riding out of the magic and splendor of Arabian Nights","Arabian Nights","false","6.6","20" +"false","/6F21LBG9Z8WE4zBtKqXayA1Uaxr.jpg","null","4800000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'}]","","23030","tt0060121","en","Arabesque","Story of international intrigue involving a university professor, an Arab prime minister, a ruthless businessman, a beautiful spy, and hieroglyphics.","3.457","/b9oi36IczGFNlNM7uEHALYieqmH.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':11404,'logo_path':null,'name':'Stanley Donen Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1966-05-04","0","105","[{'iso_639_1':'en','name':'English'}]","Released","Ultra Mod. Ultra Mad. Ultra Mystery.","Arabesque","false","6.2","50" +"false","/g2udxcpeUFX3tpFsQRornS2ery7.jpg","null","14000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","9445","tt0118636","en","Apt Pupil","Neighborhood boy Todd Bowden discovers that an old man living on his block named Arthur Denker is nazi war criminal. Bowden confronts Denker and offers him a deal: Bowden will not go to the authorities if Denker tells him stories of the concentration camps in WWII...","9.427","/6AAdkNH1JQtpiWQxeHb1GTCKHVS.jpg","[{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'},{'id':9168,'logo_path':'/hQNXrYIuyLRxMSBuGHk0GX7CCBS.png','name':'Bad Hat Harry Productions','origin_country':'US'},{'id':11317,'logo_path':'/u3YB3GujS0tct5BVTsMJLWVyllg.png','name':'Phoenix Pictures','origin_country':'US'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","1998-10-23","0","107","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","If you don't believe in the existence of evil, you've got a lot to learn.","Apt Pupil","false","6.6","255" +"false","/sGEzPq2p85Wgn0JbAK0MVgCpzDL.jpg","{'id':110127,'name':'Analyze Collection','poster_path':'/toKnwHXHEei4k6E42iasehWhdK5.jpg','backdrop_path':'/bNcKGfgqck8SQALVlZcMRcjOwBE.jpg'}","80000000","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","9535","tt0122933","en","Analyze This","Countless wiseguy films are spoofed in this film that centers on the neuroses and angst of a powerful Mafia racketeer who suffers from panic attacks. When Paul Vitti needs help dealing with his role in the ""family,"" unlucky shrink Dr. Ben Sobel is given just days to resolve Vitti's emotional crisis and turn him into a happy, well-adjusted gangster.","9.874","/eqa4TEgkx63WRhqyD8eTwmL7bUi.jpg","[{'id':705,'logo_path':null,'name':'Spring Creek Productions','origin_country':''},{'id':11391,'logo_path':null,'name':'Tribeca Productions','origin_country':'US'},{'id':11407,'logo_path':null,'name':'Baltimore Pictures','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'US','name':'United States of America'}]","1999-03-05","176885658","103","[{'iso_639_1':'en','name':'English'}]","Released","New York's most powerful gangster is about to get in touch with his feelings. YOU try telling him his 50 minutes are up.","Analyze This","false","6.4","818" +"false","/uAnJipu2hzZ04fY68d2UoB9eAa6.jpg","{'id':105995,'name':'Anaconda Collection','poster_path':'/sENQAlXOhOb2QmfpFl2w34W9ODP.jpg','backdrop_path':'/uR7j2TEwJVCMz7CDJgNPuhty4J9.jpg'}","45","[{'id':12,'name':'Adventure'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","9360","tt0118615","en","Anaconda","A ""National Geographic"" film crew is taken hostage by an insane hunter, who takes them along on his quest to capture the world's largest - and deadliest - snake.","10.081","/yGku6UoX3MKbjnVbcUtrJcyghyi.jpg","[{'id':55532,'logo_path':null,'name':'St. Tropez Films','origin_country':''},{'id':55533,'logo_path':null,'name':'Cinema Line Film Corporation','origin_country':''},{'id':11134,'logo_path':null,'name':'Iguana Producciones','origin_country':''},{'id':3803,'logo_path':null,'name':'Middle Fork Productions','origin_country':''},{'id':16387,'logo_path':null,'name':'Skylight Cinema Foto Art','origin_country':'BR'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'BR','name':'Brazil'},{'iso_3166_1':'PE','name':'Peru'},{'iso_3166_1':'US','name':'United States of America'}]","1997-04-11","136","89","[{'iso_639_1':'en','name':'English'}]","Released","When You Can't Breathe You Can't Scream.","Anaconda","false","4.9","1126" +"false","/e3K6KDvYg97ZCpiWMrArxfF1CZh.jpg","null","30000000","[{'id':18,'name':'Drama'}]","http://www.miramax.com/anunfinishedlife/","1947","tt0350261","en","An Unfinished Life","Stoic and heartbroken, Einar Gilkyson quietly lives in the rugged Wyoming ranchlands alongside his only trusted friend, Mitch Bradley. One day, the woman he blames for the death of his only son arrives at his door broke, desperate and with a granddaughter he's never known. But even as buried anger and accusations resurface, the way is opened for unexpected connection, adventure and forgiveness.","8.128","/1JlARTYgpA5F0UxhYn7kbEeSdco.jpg","[{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':497,'logo_path':'/pMyhOBd3sCiLzBlmIopdJkcUFtn.png','name':'Revolution Studios','origin_country':''},{'id':7380,'logo_path':null,'name':'Initial Entertainment Group (IEG)','origin_country':''},{'id':7965,'logo_path':null,'name':'The Ladd Company','origin_country':'US'},{'id':20376,'logo_path':null,'name':'Kalis Productions GmbH & Co. Zweite KG','origin_country':''},{'id':810,'logo_path':null,'name':'Persistent Entertainment','origin_country':''},{'id':20377,'logo_path':null,'name':'Unfinished Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'DE','name':'Germany'}]","2005-09-09","18618284","108","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Every secret takes on a life of its own.","An Unfinished Life","false","6.7","248" +"false","/oSelJe4KE5TvitUK9Czhi9wirau.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':10749,'name':'Romance'}]","","18174","tt0047119","en","An Inspector Calls","Based on a famous stage play and set in the year 1912, an upper crust family dinner is interrupted by a police inspector who brings news that a girl known to everyone present has died in suspicious circumstances. It seems that any or all of them could have had a hand in her death. But who is the mysterious Inspector and what can he want of them?","2.641","/mfL8PQlhOWwtjAE9tWj8xTgrMbZ.jpg","[{'id':18859,'logo_path':null,'name':'Watergate','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1954-03-16","0","80","[{'iso_639_1':'en','name':'English'}]","Released","","An Inspector Calls","false","6.8","26" +"false","/kZoDC3rPgtjVkzYVCV3464uiMMD.jpg","null","14000000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","24137","tt0122541","en","An Ideal Husband","Sir Robert Chiltern is a successful Government minister, well-off and with a loving wife. All this is threatened when Mrs Cheveley appears in London with damning evidence of a past misdeed. Sir Robert turns for help to his friend Lord Goring, an apparently idle philanderer and the despair of his father. Goring knows the lady of old, and, for him, takes the whole thing pretty seriously.","5.359","/5EaU1ttO7C8wmLpmdRHRthKcgxq.jpg","[{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':186,'logo_path':'/1xlcFvAz1PQIkMhO0pBLBPW4PWY.png','name':'Pyramide Productions','origin_country':'FR'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1999-04-15","18535191","97","[{'iso_639_1':'en','name':'English'}]","Released","He just doesn't know it yet.","An Ideal Husband","false","6.4","88" +"false","/hzx7FkkZrWXBdGbhgauQSJWpCll.jpg","null","0","[{'id':18,'name':'Drama'}]","","2891","tt0099040","en","An Angel at My Table","Based on the autobiographical work of New Zealand writer Janet Frame, this production depicts the author at various stage of her life. Afflicted with mental and emotional issues, Frame grows up in an impoverished family and experiences numerous tragedies while still in her youth, including the deaths of two of her siblings. Portrayed as an adult by Kerry Fox, Frame finds acclaim for her writing while still in a mental institution, and her success helps her move on with her life.","2.264","/sDICHxQRDkS4TvIDcUgO9URJxu1.jpg","[{'id':1253,'logo_path':'/dn4TO7G8IizILccvg6wMRsnxL5Z.png','name':'Australian Broadcasting Corporation','origin_country':'AU'},{'id':1254,'logo_path':'/o9HzB2bSS0yZAglXt2UHvaMoso2.png','name':'Television New Zealand','origin_country':'NZ'}]","[{'iso_3166_1':'NZ','name':'New Zealand'},{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'GB','name':'United Kingdom'}]","1990-09-05","0","158","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","","An Angel at My Table","false","7.2","46" +"false","/bl42TZnTrT1b9bGcE153ZYWZmDw.jpg","{'id':8783,'name':'An American Tail Collection','poster_path':'/spEFy5eHaNuINNHhwtCWKy1bBiY.jpg','backdrop_path':'/eBwQDs5JbnL3mJhKY7HBeiY9xwe.jpg'}","9000000","[{'id':18,'name':'Drama'},{'id':10751,'name':'Family'},{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'},{'id':10402,'name':'Music'}]","","4978","tt0090633","en","An American Tail","A young mouse named Fievel and his family decide to migrate to America, a ""land without cats,"" at the turn of the 20th century. But somehow, Fievel ends up in the New World alone and must fend off not only the felines he never thought he'd have to deal with again but also the loneliness of being away from home.","7.755","/glZNfxN4cef0pJeD08xru7ZVWlI.jpg","[{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1986-11-21","84542002","80","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","Meet Fievel. In his search to find his family, he discovered America.","An American Tail","false","6.7","633" +"false","/v6DWlflpfpjn4t6bNxghFlEnWZP.jpg","null","0","[{'id':99,'name':'Documentary'}]","","296834","tt4046282","en","An Alternative Reality: The Football Manager Documentary","""It???s the story of the people who escape to the alternative reality of being a football manager, and the effect this has had on their lives. It???s also the story of how a computer game made by football fans has become a part of the world it set out to replicate."" - Miles Jacobson","0.659","/m2i30JQsHvbjg1pTelYJdCmfIhx.jpg","[]","[]","2014-10-07","0","72","[{'iso_639_1':'en','name':'English'}]","Released","","An Alternative Reality: The Football Manager Documentary","false","6.5","2" +"false","/gUh1Sktn91olROdTTnMYxhqxVo1.jpg","null","0","[{'id':18,'name':'Drama'}]","","210024","tt2663812","en","An Adventure in Space and Time","This special one-off drama travels back in time to 1963 to see how Doctor Who was first brought to the screen. Actor William Hartnell felt trapped by a succession of hard-man roles. Wannabe producer Verity Lambert was frustrated by the TV industry's glass ceiling. Both of them were to find unlikely hope and unexpected challenges in the form of a Saturday tea-time drama. Allied with a team of unusual but brilliant people, they went on to create the longest running science fiction series ever made.","5.968","/dq3nPRRj3OjX0LWSwSAqS4Wozi1.jpg","[{'id':3324,'logo_path':'/16fY7pucCzn7WSOYxOGRHlAayL3.png','name':'BBC','origin_country':'GB'},{'id':4762,'logo_path':'/igWZmjr5Zhbnxf7DinSOLoiggLU.png','name':'BBC Wales','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2013-11-21","0","83","[{'iso_639_1':'en','name':'English'}]","Released","The Story Begins Here...","An Adventure in Space and Time","false","7.9","100" +"false","/wKhVg8oEmj4oZL50fa8tImR5mzU.jpg","null","0","[{'id':53,'name':'Thriller'}]","","279750","tt1409734","en","An Acrid Yarn","In a small Texas town, two unlikely characters cross paths into what can only described as a chain of events that will change their lives forever. Deece an anti-social yet moralistic, hard working local and Buck the pastor of the local church who has been taking advantage of his female flock.","0.6","/wRtNVb8cPVgdwBRVLbAkMCAorBA.jpg","[]","[]","2010-01-01","0","98","[{'iso_639_1':'en','name':'English'}]","Released","","An Acrid Yarn","false","7","1" +"false","/tBrlmsrM62znz0XPnJ4GLNHGQd4.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","125558","tt1984110","en","Among Friends","A twisted horror about a dinner party gone wrong. Set against an 80s backdrop, the good time takes a dark turn when one in the group hijacks the evening in an attempt to help the others come clean about their secret betrayals against one another???and is willing to cut through the bone in order to expose the truth.","3.256","/f662BmU8oqf8d8s3glT2FlGuFvt.jpg","[{'id':34432,'logo_path':null,'name':'Hollywood Treasures','origin_country':''},{'id':34433,'logo_path':null,'name':'Three Little Birds Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-07-08","0","80","[{'iso_639_1':'en','name':'English'}]","Released","This dinner party's gonna be KILLER.","Among Friends","false","4.3","30" +"false","/8QWQeQ9Yka1cXwDLZ21lqMWEq8G.jpg","null","36000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':9648,'name':'Mystery'}]","","11831","tt0118607","en","Amistad","In 1839, the slave ship Amistad set sail from Cuba to America. During the long trip, Cinque leads the slaves in an unprecedented uprising. They are then held prisoner in Connecticut, and their release becomes the subject of heated debate. Freed slave Theodore Joadson wants Cinque and the others exonerated and recruits property lawyer Roger Baldwin to help his case. Eventually, John Quincy Adams also becomes an ally.","2.132","/lgoCht4up4SBgK9Clz7GDBBYDx2.jpg","[{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-12-03","74000000","155","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Freedom is not given. It is our right at birth. But there are some moments when it must be taken.","Amistad","false","7","606" +"false","/3ghM0KcYbOZ2d7NxUfNyPQGG2ay.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':35,'name':'Comedy'}]","","272602","tt3139538","en","Amira & Sam","Sam, a soldier who had served in Afghanistan and Iraq, meets Amira when he visits her uncle, Bassam, who had served as Sam's Iraqi translator. Bassam and Sam have a special bond due to their time together in the war. Initially Amira does not trust him because he was an American soldier and her brother was killed by a bomb from American troops in the war. Sam's cousin, Charlie, asks Sam to help him with illegal hedge funds unbeknownst to Sam at the time. Amira is staying with her uncle Bassam since her father died. She sells bootlegged films on the street corner but is forced to stay with Sam after getting busted; immigration officials begin pursuing her. As the film progresses, Sam and Amira fall in love.","2.817","/dBakExG3AiFdqQ8KAJn0l2O87vd.jpg","[{'id':81113,'logo_path':null,'name':'Hole in 1 Productions','origin_country':''},{'id':46453,'logo_path':'/pftS6dWlYOqNKRHektMx3UiwOgS.png','name':'Vanishing Angle','origin_country':'US'},{'id':55143,'logo_path':null,'name':'Strongman','origin_country':''},{'id':73381,'logo_path':null,'name':'Five By Eight Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-05-30","0","90","[{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'en','name':'English'}]","Released","The only place they belong is together","Amira & Sam","false","6.2","33" +"false","/wFIg3BjUPwI58XMeouDEHtQYUDW.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","11467","tt0265029","en","America's Sweethearts","In the midst of a nasty public breakup of married movie stars, a studio publicist scrambles to put a cap on the escalating situation as the couple's latest film has found it's only print kidnapped by the director.","8.473","/zggrMP2Jay25WwzZJxDSRV3OPZX.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':497,'logo_path':'/pMyhOBd3sCiLzBlmIopdJkcUFtn.png','name':'Revolution Studios','origin_country':''},{'id':1560,'logo_path':null,'name':'Roth-Arnold Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-07-17","138191428","102","[{'iso_639_1':'en','name':'English'}]","Released","Hollywood's hottest couple just split up. It'll take more than special effects to reunite them.","America's Sweethearts","false","5.6","431" +"false","/bNHpV5R1Jpg2XhNfdc7HbXKjmWM.jpg","null","0","[{'id':27,'name':'Horror'},{'id':35,'name':'Comedy'}]","","273651","tt2330458","en","America's Most Haunted","Welcome to America's Most Haunted, the paranormal show that's not just trying to contact ghosts, they're here to kick ghosts out and send them back where they belong! But this time it's different. This time it's real. And if they can survive the night, they'll have the show of their lives.","1.195","/dbzfe1p7wiub13kV5N0aqOKYGJ0.jpg","[{'id':55107,'logo_path':null,'name':'Three Baskets','origin_country':''},{'id':55108,'logo_path':null,'name':'Fulvew Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-05-08","0","85","[]","Released","","America's Most Haunted","false","3.8","10" +"false","/6ZSZWKA483K5ohTXEBb8HWShvFP.jpg","null","4000000","[{'id':35,'name':'Comedy'}]","","23568","tt1318044","en","American Virgin","A Freshman College Girl on a scholarship from an abstinence group that advocates saving sex until marriage discovers that her antics on a night of debauchery, when she reluctantly got drunk for the first time in her life, were captured on camera by a sleazy video producer. Now she and her friends must travel across country to recover the incriminating footage.","6.507","/jhrYleU8uA6Act1wTN0OctKSmAD.jpg","[{'id':17063,'logo_path':null,'name':'Domain Entertainment Michigan','origin_country':''},{'id':3782,'logo_path':null,'name':'Tax Credit Finance','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-10-03","0","82","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'hu','name':'Magyar'},{'iso_639_1':'pl','name':'Polski'}]","Released","","American Virgin","false","4.7","60" +"false","/oJNu8vS6Wf10Cv2996KO65jt4C0.jpg","null","58800000","[{'id':10752,'name':'War'},{'id':28,'name':'Action'}]","http://www.americansnipermovie.com","190859","tt2179136","en","American Sniper","U.S. Navy SEAL Chris Kyle takes his sole mission???protect his comrades???to heart and becomes one of the most lethal snipers in American history. His pinpoint accuracy not only saves countless lives but also makes him a prime target of insurgents. Despite grave danger and his struggle to be a good husband and father to his family back in the States, Kyle serves four tours of duty in Iraq. However, when he finally returns home, he finds that he cannot leave the war behind.","20.145","/svPHnYE7N5NAGO49dBmRhq0vDQ3.jpg","[{'id':41624,'logo_path':'/wzKxIeQKlMP0y5CaAw25MD6EQmf.png','name':'RatPac-Dune Entertainment','origin_country':'US'},{'id':79,'logo_path':'/tpFpsqbleCzEE2p5EgvUq6ozfCA.png','name':'Village Roadshow Pictures','origin_country':'US'},{'id':57408,'logo_path':null,'name':'Mad Chance Productions','origin_country':''},{'id':57409,'logo_path':null,'name':'22 & Indiana Pictures','origin_country':''},{'id':171,'logo_path':null,'name':'Malpaso Productions','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-12-11","542307423","133","[{'iso_639_1':'en','name':'English'}]","Released","The most lethal sniper in U.S. history.","American Sniper","false","7.4","7374" +"false","/1o7zeskzyKI7VkoPpusMLd6dLgO.jpg","{'id':2806,'name':'American Pie Collection','poster_path':'/wpN87k1PGhpdd5c2FQkaUpZYJix.jpg','backdrop_path':'/3ptXtaqzAZlMXn3nZxaYke4anmK.jpg'}","50000000","[{'id':35,'name':'Comedy'}]","http://www.americanreunionmovie.com/","71552","tt1605630","en","American Reunion","The characters we met a little more than a decade ago return to East Great Falls for their high-school reunion. In one long-overdue weekend, they will discover what has changed, who hasn???t, and that time and distance can???t break the bonds of friendship.","15.535","/yfOZaUh08d1YtLCtgvfRRAssrR7.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-04-04","234989584","113","[{'iso_639_1':'en','name':'English'}]","Released","Save the best piece for last.","American Reunion","false","6.1","2580" +"false","/2Tawvc0JMmR9nBXD3nhBThTQP2X.jpg","{'id':86105,'name':'American Psycho Collection','poster_path':'/ko4O9lcRGYOZAF5Hh79Mfsgjpun.jpg','backdrop_path':'/5nrkaUQe4m3FLYJrFPGnkMGeQXD.jpg'}","7000000","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","","1359","tt0144084","en","American Psycho","A wealthy New York investment banking executive hides his alternate psychopathic ego from his co-workers and friends as he escalates deeper into his illogical, gratuitous fantasies.","17.733","/qXsylPM4Lr5397R3eHrfqHhTUNc.jpg","[{'id':15231,'logo_path':'/iFbzMtXFBv2ekA9Ldrw6LqjLrvX.png','name':'Muse Productions','origin_country':'US'},{'id':35,'logo_path':'/wxrHa3nZ1K4zo65p56991INkGo6.png','name':'Lions Gate Films','origin_country':'US'},{'id':6455,'logo_path':null,'name':'Edward R. Pressman Film','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2000-04-13","34266564","102","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'cn','name':'????????? / ?????????'}]","Released","I think my mask of sanity is about to slip.","American Psycho","false","7.3","3917" +"false","/dbWxwCZVYx2OBiLHL6Sn3vW1hSA.jpg","{'id':298820,'name':'American Pie (Spin-off) Collection','poster_path':'/deSui9fZHgArlSmOGxRV1ZBqYTO.jpg','backdrop_path':'/au9AnpVPqjFfTZIGGuV94276KaL.jpg'}","0","[{'id':35,'name':'Comedy'}]","","26123","tt1407050","en","American Pie Presents: The Book of Love","Ten years after the first American Pie movie, three new hapless virgins discover the Bible hidden in the school library at East Great Falls High. Unfortunately for them, the book is ruined, and with incomplete advice, the Bible leads them on a hilarious journey to lose their virginity.","9.738","/hwP0GEP0zy8ar965Xaht19SmMd3.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':2365,'logo_path':null,'name':'Capital Arts Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-06-18","0","93","[{'iso_639_1':'en','name':'English'}]","Released","","American Pie Presents: The Book of Love","false","5.1","877" +"false","/hXg80z3buYFAqGgEheGcYTZIe2V.jpg","{'id':312735,'name':'Annie Collection','poster_path':'/gKQghFIfPL7aviK7OonirYgnaMa.jpg','backdrop_path':null}","50000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'},{'id':10402,'name':'Music'}]","","15739","tt0083564","en","Annie","An orphan in a facility run by the mean Miss Hannigan, Annie believes that her parents left her there by mistake. When a rich man named Oliver ""Daddy"" Warbucks decides to let an orphan live at his home to promote his image, Annie is selected. While Annie gets accustomed to living in Warbucks' mansion, she still longs to meet her parents. So Warbucks announces a search for them and a reward, which brings out many frauds.","7.425","/qTN4VPUsZhg5exVlOu9cILCjUsG.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':2070,'logo_path':null,'name':'Rastar Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1982-06-18","57059003","127","[{'iso_639_1':'en','name':'English'}]","Released","The movie of 'Tomorrow'","Annie","false","6.3","340" +"false","/r2kmJtC4aAZwMRbAjKdU6ortFF7.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10749,'name':'Romance'}]","","22522","tt0064030","en","Anne of the Thousand Days","Henry VIII of England discards one wife, Katharine of Aragon, who has failed to produce a male heir, in favor of the young and beautiful Anne Boleyn.","2.883","/s3l8nUklueouBrYA0lkv1P1wL9.jpg","[{'id':3468,'logo_path':null,'name':'Hal Wallis Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1969-12-18","0","145","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","He was King. She was barely 18. And in their thousand days they played out the most passionate and shocking love story in history!","Anne of the Thousand Days","false","7","46" +"false","/2gKX53lskaCYk9ycXmaDJKqWiy.jpg","{'id':402074,'name':'Annabelle Collection','poster_path':'/8ouiyGYcv3E1JPrPrC7pLjxlDhC.jpg','backdrop_path':'/9MYrsMQNSkRvT5iIfspKQzeIGRV.jpg'}","6500000","[{'id':27,'name':'Horror'}]","http://annabellemovie.com/","250546","tt3322940","en","Annabelle","John Form has found the perfect gift for his expectant wife, Mia - a beautiful, rare vintage doll in a pure white wedding dress. But Mia's delight with Annabelle doesn't last long. On one horrific night, their home is invaded by members of a satanic cult, who violently attack the couple. Spilled blood and terror are not all they leave behind. The cultists have conjured an entity so malevolent that nothing they did will compare to the sinister conduit to the damned that is now... Annabelle.","14.988","/yAgxM61Sn0dYML4C9v3MJFp5zPI.jpg","[{'id':76907,'logo_path':'/wChlWsVgwSd4ZWxTIm8PTEcaESz.png','name':'Atomic Monster','origin_country':'US'},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':11565,'logo_path':null,'name':'The Safran Company','origin_country':'US'},{'id':31375,'logo_path':null,'name':'Evergreen Media Group','origin_country':''},{'id':41624,'logo_path':'/wzKxIeQKlMP0y5CaAw25MD6EQmf.png','name':'RatPac-Dune Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-10-02","257047661","99","[{'iso_639_1':'en','name':'English'}]","Released","Before the Conjuring, there was Annabelle.","Annabelle","false","5.6","3186" +"false","/nff35MjiPNAeUREYLHN1yv2OavF.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","96724","tt1781769","en","Anna Karenina","Trapped in a loveless marriage, aristocrat Anna Karenina enters into a life-changing affair with the affluent Count Vronsky.","11.222","/vueoajubjMMmDpcLOZnrU9wW95E.jpg","[{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':10146,'logo_path':'/xnFIOeq5cKw09kCWqV7foWDe4AA.png','name':'Focus Features','origin_country':'US'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2012-09-06","68929150","130","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'ru','name':'P????????????'}]","Released","An epic story of love.","Anna Karenina","false","6.6","1208" +"false","/kiSsndwQyV3CL4QwimnPe7s0FrB.jpg","null","4357373","[{'id':53,'name':'Thriller'},{'id':18,'name':'Drama'}]","","227700","tt1715336","en","Mindscape","A man with the ability to enter peoples' memories takes on the case of a brilliant, troubled sixteen-year-old girl to determine whether she is a sociopath or a victim of trauma.","9.859","/quU9uzUu6ot2PJhmh0zBUNep1bF.jpg","[{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'},{'id':88606,'logo_path':null,'name':'Vertical Entertainment','origin_country':''},{'id':11565,'logo_path':null,'name':'The Safran Company','origin_country':'US'},{'id':6538,'logo_path':null,'name':'Antena 3 Films','origin_country':'ES'},{'id':23513,'logo_path':null,'name':'Ombra Films','origin_country':''},{'id':63808,'logo_path':null,'name':'Roxbury','origin_country':''}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2013-10-13","1200000","99","[{'iso_639_1':'en','name':'English'}]","Released","Don't Let Her In","Mindscape","false","6.6","319" +"false","/gf8qjwWlITvT9Z3922ZMVNAkEE6.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","183661","tt2431576","en","Animus","Hoping to find proof of the paranormal, five film students set out to document the legendary Copper Queen Hospital. But as the sun goes down, they experience something far worse than they ever could have imagined and they find themselves pursued by a blood thirsty maniac","1.304","/qEumZTbnPPkXRzFPtRyGhNn4iG2.jpg","[{'id':16162,'logo_path':null,'name':'Q. Davis Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-03-25","0","83","[{'iso_639_1':'en','name':'English'}]","Released","","Animus","false","4","13" +"false","/Qgr34pvsP2b395CKn0YQJjba9n.jpg","null","2700000","[{'id':35,'name':'Comedy'}]","http://www.animalhouse.com/","8469","tt0077975","en","Animal House","At a 1962 College, Dean Vernon Wormer is determined to expel the entire Delta Tau Chi Fraternity, but those troublemakers have other plans for him.","9.91","/AuJkgAh7zAGsm7Oo3CGyDtYvzg0.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':13298,'logo_path':null,'name':'Oregon Film Factory','origin_country':''},{'id':13300,'logo_path':null,'name':'Stage III Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1978-07-27","141000000","109","[{'iso_639_1':'en','name':'English'}]","Released","It was the Deltas against the rules... the rules lost!","Animal House","false","7.1","725" +"false","/adK8Tm9SkfKpagqmRFmOq2xKIRX.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':27,'name':'Horror'}]","http://donotfeedtheanimal.com/","274626","tt2996684","en","Animal","When plans for a weekend vacation hit a dead end, a group of close-knit friends find themselves stranded in unfamiliar territory, pursued by a menacing predator. Holed up in an isolated cabin, tensions mount as long-buried secrets are revealed. As the body count rises, the group must put their differences aside and fight for survival.","4.009","/xS9Sxeb4793QjOs8y7P2lNvVc0J.jpg","[{'id':12671,'logo_path':null,'name':'Chiller Films','origin_country':''},{'id':19813,'logo_path':null,'name':'Flower Films','origin_country':'US'},{'id':23761,'logo_path':null,'name':'Synthetic Cinema International','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-06-17","0","86","[{'iso_639_1':'en','name':'English'}]","Released","Do not feed the Animal.","Animal","false","4.5","116" +"false","/oxngOdJwaKDOwwkQHDTF47GZV4Q.jpg","null","75000000","[{'id':35,'name':'Comedy'}]","","9506","tt0305224","en","Anger Management","After a small misunderstanding aboard an airplane escalates out of control, timid businessman Dave Buznik is ordered by the court to undergo anger management therapy at the hands of specialist Dr. Buddy Rydell. But when Buddy steps up his aggressive treatment by moving in, Dave goes from mild to wild as the unorthodox treatment wreaks havoc with his life.","11.581","/wsrZrb2Ng3eO4TYmeBufwdKeC3a.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':497,'logo_path':'/pMyhOBd3sCiLzBlmIopdJkcUFtn.png','name':'Revolution Studios','origin_country':''},{'id':2608,'logo_path':'/g3YRudXiQzHesQqRXvnhFpMzfkU.png','name':'Happy Madison Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-04-11","195745823","106","[{'iso_639_1':'en','name':'English'}]","Released","Feel the Love.","Anger Management","false","6","1578" +"false","/5jGHEuGiayL8G8z6yx9j0oJCue0.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':10770,'name':'TV Movie'},{'id':18,'name':'Drama'}]","http://www.whenangelssingmovie.com/","57210","tt1833888","en","Angels Sing","As a child, Michael Walker wished every day could be Christmas. That is, until a tragic accident crushed his holiday spirit. Thirty years later, Michael still can't muster any joy for the holidays, despite encouragement from his playful wife and well-intentioned parents. But when his young son faces a tragedy, Michael needs to make amends with his past. A mysterious man named Nick gives Michael a gift and instills in him the courage to find the joy that he lost.","2.604","/mg2cRNNW4tL4zwl8dBktM4hqpOh.jpg","[{'id':47226,'logo_path':null,'name':'When Angels Sing','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-10-19","0","87","[{'iso_639_1':'en','name':'English'}]","Released","Christmas comes but once a year, but the memories last a lifetime.","Angels Sing","false","5","26" +"false","/wjrTJhDQEqmmaEfbM2Qo8ibzvSS.jpg","{'id':115776,'name':'Robert Langdon Collection','poster_path':'/8AeWdpMobmSlo4G2eY4w8REdIDe.jpg','backdrop_path':'/j1IqpLhCypllamjKe6C2RstjfEQ.jpg'}","150000000","[{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'}]","http://www.angelsanddemons.com/","13448","tt0808151","en","Angels & Demons","Harvard symbologist, Robert Langdon investigates a mysterious symbol seared into the chest of a murdered physicist. He discovers evidence of the rebirth of the ancient secret brotherhood of The Illuminati???the most powerful underground organisation ever to walk the earth.","28.081","/grN4lETrHNejatQZFP2F2DAWMU4.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':23,'logo_path':'/mkxNjThahj5pvntvYKVpMbWXm3D.png','name':'Imagine Entertainment','origin_country':'US'},{'id':8253,'logo_path':null,'name':'Skylark Productions','origin_country':''},{'id':109547,'logo_path':null,'name':'Panorama Films','origin_country':'IT'}]","[{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'US','name':'United States of America'}]","2009-05-13","356613439","138","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'la','name':'Latin'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'zh','name':'?????????'}]","Released","The holiest event of our time. Perfect for their return.","Angels & Demons","false","6.6","3731" +"false","/A72HB8E3oPjJm2GOBdbgN8diTa1.jpg","null","0","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","","249021","tt3393070","en","Android Cop","In the year 2045, a Los Angeles Police Department detective and his new android partner enter the Zone, a forbidden section of the city plagued with an unknown disease. There, they discover the source of the illness and attempt to stop it using the android's advanced technology and weaponry.","3.627","/nju7Uzw9MpRNQxogDL7dMro9Qcs.jpg","[{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-02-04","0","88","[{'iso_639_1':'en','name':'English'}]","Released","The Future of Law Enforcement","Android Cop","false","3.8","35" +"false","/7iLcgGvuAJJxeGjiz6vOZa29iX0.jpg","null","0","[{'id':18,'name':'Drama'}]","","139997","tt1972819","en","And While We Were Here","Trapped in a loveless marriage, a troubled writer experiences a sexual awakening when she meets a carefee American in Italy.","5.117","/daUyDOuUEpxw0RMhTib2rRWkHHH.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-09-13","0","83","[{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'en','name':'English'}]","Released","A forbidden memory...","And While We Were Here","false","6.1","67" +"false","/o7S3sKJTza6ETCtN1ETTlMO79Aw.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'}]","http://www.andsoonthedarkness.com","33107","tt1391034","en","And Soon the Darkness","When two American girls on a bike trip in a remote part of Argentina split up and one of them goes missing, the other must find her before her worst fears are realized.","7.536","/axUlSzxeMCb6HzRaaGvvQpxgqkP.jpg","[{'id':51901,'logo_path':null,'name':'Ut??pica Cine','origin_country':''},{'id':2289,'logo_path':null,'name':'Abandon Pictures','origin_country':''},{'id':16839,'logo_path':'/wxIDEXG8COFTlY96jbgrIEgKQb3.png','name':'Anchor Bay Entertainment','origin_country':'US'},{'id':49092,'logo_path':null,'name':'Redrum Films','origin_country':''},{'id':3898,'logo_path':null,'name':'Sandbar Pictures','origin_country':''},{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'}]","[{'iso_3166_1':'AR','name':'Argentina'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","2010-02-25","0","91","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","Alone. Stranded. No One to Trust.","And Soon the Darkness","false","5.2","193" +"false","/h3zCosx8qoQfLups4YawRxle43b.jpg","null","18000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","253235","tt2465146","en","And So It Goes","A self-centered realtor enlists the help of his neighbor when he's suddenly left in charge of the granddaughter he never knew existed until his estranged son drops her off at his home.","7.815","/nuoE9Cy94KbJjQjyWGyDMtedfN3.jpg","[{'id':97,'logo_path':'/7znWcbDd4PcJzJUlJxYqAlPPykp.png','name':'Castle Rock Entertainment','origin_country':'US'},{'id':32244,'logo_path':null,'name':'ASIG Productions','origin_country':''},{'id':11030,'logo_path':null,'name':'Envision Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-07-20","25312387","94","[{'iso_639_1':'en','name':'English'}]","Released","","And So It Goes","false","5.9","257" +"false","/qQ2So5TepTJBVnesRH5QWbJEnYd.jpg","null","0","[{'id':35,'name':'Comedy'}]","","9267","tt0066765","en","And Now for Something Completely Different","A collection of Monty Python's Flying Circus skits from the first two seasons of their British TV series.","8.813","/ajbdFQLvJTlNu4LnVWGnNMb4mZ8.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':8313,'logo_path':null,'name':'Playboy Productions','origin_country':''},{'id':12978,'logo_path':null,'name':'Kettledrum Films','origin_country':''},{'id':416,'logo_path':null,'name':'Python (Monty) Pictures Limited','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1971-09-28","0","88","[{'iso_639_1':'en','name':'English'}]","Released","If the Motion Picture Industry dies... Monty Python killed it!","And Now for Something Completely Different","false","7.3","225" +"false","/8WsItKHM14rhyG8hW6hswkAtVu.jpg","{'id':93791,'name':'Anchorman Collection','poster_path':'/bxMWAN2eJuf09WKm2Gijkel4yJz.jpg','backdrop_path':'/eUU6edsZcr7I0AO8rHcB3vQwcOH.jpg'}","26000000","[{'id':35,'name':'Comedy'}]","","8699","tt0357413","en","Anchorman: The Legend of Ron Burgundy","It's the 1970s, and San Diego super-sexist anchorman Ron Burgundy is the top dog in local TV, but that's all about to change when ambitious reporter Veronica Corningstone arrives as a new employee at his station.","13.205","/hafNeozn8Q4K6enP2ux5MTMCHjH.jpg","[{'id':10105,'logo_path':'/bN4tiAS8oNlHhIqq66KBPQ1Ekqh.png','name':'Apatow Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-07-09","90574188","95","[{'iso_639_1':'en','name':'English'}]","Released","They bring you the news so you don't have to get it yourself.","Anchorman: The Legend of Ron Burgundy","false","6.8","2292" +"false","/mTMnfiWuvhbCdez9LAzbYy0vLSG.jpg","{'id':93791,'name':'Anchorman Collection','poster_path':'/bxMWAN2eJuf09WKm2Gijkel4yJz.jpg','backdrop_path':'/eUU6edsZcr7I0AO8rHcB3vQwcOH.jpg'}","50000000","[{'id':35,'name':'Comedy'}]","","109443","tt1229340","en","Anchorman 2: The Legend Continues","With the 70s behind him, San Diego's top rated newsman, Ron Burgundy, returns to take New York's first 24-hour news channel by storm.","16.006","/66HbvNKmfxYoOHAp1IVIYQsFoeA.jpg","[{'id':4740,'logo_path':null,'name':'Gary Sanchez Productions','origin_country':'US'},{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':10105,'logo_path':'/bN4tiAS8oNlHhIqq66KBPQ1Ekqh.png','name':'Apatow Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-12-18","173649015","119","[{'iso_639_1':'en','name':'English'}]","Released","It's kind of a big deal","Anchorman 2: The Legend Continues","false","6.1","1357" +"false","/sGEzPq2p85Wgn0JbAK0MVgCpzDL.jpg","{'id':110127,'name':'Analyze Collection','poster_path':'/toKnwHXHEei4k6E42iasehWhdK5.jpg','backdrop_path':'/bNcKGfgqck8SQALVlZcMRcjOwBE.jpg'}","80000000","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","9535","tt0122933","en","Analyze This","Countless wiseguy films are spoofed in this film that centers on the neuroses and angst of a powerful Mafia racketeer who suffers from panic attacks. When Paul Vitti needs help dealing with his role in the ""family,"" unlucky shrink Dr. Ben Sobel is given just days to resolve Vitti's emotional crisis and turn him into a happy, well-adjusted gangster.","9.874","/eqa4TEgkx63WRhqyD8eTwmL7bUi.jpg","[{'id':705,'logo_path':null,'name':'Spring Creek Productions','origin_country':''},{'id':11391,'logo_path':null,'name':'Tribeca Productions','origin_country':'US'},{'id':11407,'logo_path':null,'name':'Baltimore Pictures','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'AU','name':'Australia'},{'iso_3166_1':'US','name':'United States of America'}]","1999-03-05","176885658","103","[{'iso_639_1':'en','name':'English'}]","Released","New York's most powerful gangster is about to get in touch with his feelings. YOU try telling him his 50 minutes are up.","Analyze This","false","6.4","818" +"false","/uAnJipu2hzZ04fY68d2UoB9eAa6.jpg","{'id':105995,'name':'Anaconda Collection','poster_path':'/sENQAlXOhOb2QmfpFl2w34W9ODP.jpg','backdrop_path':'/uR7j2TEwJVCMz7CDJgNPuhty4J9.jpg'}","45","[{'id':12,'name':'Adventure'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","9360","tt0118615","en","Anaconda","A ""National Geographic"" film crew is taken hostage by an insane hunter, who takes them along on his quest to capture the world's largest - and deadliest - snake.","10.081","/yGku6UoX3MKbjnVbcUtrJcyghyi.jpg","[{'id':55532,'logo_path':null,'name':'St. Tropez Films','origin_country':''},{'id':55533,'logo_path':null,'name':'Cinema Line Film Corporation','origin_country':''},{'id':11134,'logo_path':null,'name':'Iguana Producciones','origin_country':''},{'id':3803,'logo_path':null,'name':'Middle Fork Productions','origin_country':''},{'id':16387,'logo_path':null,'name':'Skylight Cinema Foto Art','origin_country':'BR'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'BR','name':'Brazil'},{'iso_3166_1':'PE','name':'Peru'},{'iso_3166_1':'US','name':'United States of America'}]","1997-04-11","136","89","[{'iso_639_1':'en','name':'English'}]","Released","When You Can't Breathe You Can't Scream.","Anaconda","false","4.9","1126" +"false","/28Cpn5TcL0tGFBo7Qh7CbvV8i5n.jpg","{'id':91945,'name':'American Ninja Collection','poster_path':'/5cbm8oJR0QlUOxWnSvt3HkcZhb7.jpg','backdrop_path':'/djTHUyeoFXKDVuHAjJj4LJjQDJD.jpg'}","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'}]","","25682","tt0096804","en","American Ninja 3: Blood Hunt","Jackson is back, and now he has a new partner, karate champion Sean, as they must face a deadly terrorist known as ""The Cobra"", who has infected Sean with a virus. Sean and Jackson have no choice but to fight the Cobra and his bands of ninjas.","4.791","/c7oNrk8bRg0BlmtvidhVD8ivPYT.jpg","[{'id':1444,'logo_path':'/5jvFLUVXGXxkyszL9cqJN5hNhJ6.png','name':'Cannon Group','origin_country':'US'},{'id':1799,'logo_path':null,'name':'Breton Film Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'ZA','name':'South Africa'}]","1989-02-24","0","89","[{'iso_639_1':'en','name':'English'}]","Released","Now his most deadly enemy ... is time.","American Ninja 3: Blood Hunt","false","4.2","58" +"false","/cGVvEiAmZwa1aeyNRSNTN3GvrG8.jpg","{'id':91945,'name':'American Ninja Collection','poster_path':'/5cbm8oJR0QlUOxWnSvt3HkcZhb7.jpg','backdrop_path':'/djTHUyeoFXKDVuHAjJj4LJjQDJD.jpg'}","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'}]","","25678","tt0092548","en","American Ninja 2: The Confrontation","On a remote Caribbean island, Army Ranger Joe Armstrong saves an old friend from the clutches of ""The Lion"", an evil super-criminal who has kidnapped a local scientist and mass-produced an army of mutant Ninja warriors.","7.996","/qZT15rkBfTz1kSgoesSInVm7TXH.jpg","[{'id':1444,'logo_path':'/5jvFLUVXGXxkyszL9cqJN5hNhJ6.png','name':'Cannon Group','origin_country':'US'},{'id':13549,'logo_path':null,'name':'Golan-Globus Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-05-01","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","American Ninja 2: The Confrontation","false","5.3","95" +"false","/6Ww6MSZCYR1NqhIlgvomTnFdXjn.jpg","{'id':91945,'name':'American Ninja Collection','poster_path':'/5cbm8oJR0QlUOxWnSvt3HkcZhb7.jpg','backdrop_path':'/djTHUyeoFXKDVuHAjJj4LJjQDJD.jpg'}","1000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'}]","","12500","tt0088708","en","American Ninja","Joe Armstrong, an orphaned drifter will little respect for much other than martial arts, finds himself on an American Army base in The Philippines after a judge gives him a choice of enlistment or prison. On one of his first missions driving a convoy, his platoon is attacked by a group of rebels who try to steal the weapons the platoon is transporting and kidnap the base colonel's daughter.","7.217","/sGsAbLedjYT3VDaa5UWRPYdbeqh.jpg","[{'id':1444,'logo_path':'/5jvFLUVXGXxkyszL9cqJN5hNhJ6.png','name':'Cannon Group','origin_country':'US'},{'id':13549,'logo_path':null,'name':'Golan-Globus Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-08-30","10499694","95","[{'iso_639_1':'en','name':'English'}]","Released","","American Ninja","false","5.5","136" +"false","/ffJff2KWHd2rbwYWPRxKxTBypRB.jpg","null","40000000","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","http://www.americanhustle-movie.com/","168672","tt1800241","en","American Hustle","A conman and his seductive partner are forced to work for a wild FBI agent, who pushes them into a world of Jersey power-brokers and the Mafia.","14.913","/mhB7C62lSMpGO2HYNaW6d7W3TVH.jpg","[{'id':13184,'logo_path':'/pfUB1a62jSMIqp4Xmaq6z2cgW0B.png','name':'Annapurna Pictures','origin_country':'US'},{'id':507,'logo_path':'/z7H707qUWigbjHnJDMfj6QITEpb.png','name':'Atlas Entertainment','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-12-12","251171807","138","[{'iso_639_1':'en','name':'English'}]","Released","Everyone Hustles To Survive","American Hustle","false","6.8","4325" +"false","/dKHUTvKvnBh5yP067EjGCz3DqjN.jpg","null","0","[{'id':28,'name':'Action'}]","","313179","tt2940482","en","American Justice","When the reckless actions of an out-of-control LAPD officer get his partner killed in a deadly hostage situation, he gets suspended from the police force and heads to Mexico to face off against corrupt cops.","1.62","/kTwLYt3h6MH8ynwt9wJEbQM9fag.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-06-16","0","83","[{'iso_639_1':'en','name':'English'}]","Released","When absolute power corrupts... Get Justice!","American Justice","false","4.2","7" +"false","/i9A0UMFg1hI2kLyCCwnmSbpT2cd.jpg","null","20000000","[{'id':18,'name':'Drama'}]","http://www.historyx.com/","73","tt0120586","en","American History X","Derek Vineyard is paroled after serving 3 years in prison for killing two thugs who tried to break into/steal his truck. Through his brother, Danny Vineyard's narration, we learn that before going to prison, Derek was a skinhead and the leader of a violent white supremacist gang that committed acts of racial crime throughout L.A. and his actions greatly influenced Danny. Reformed and fresh out of prison, Derek severs contact with the gang and becomes determined to keep Danny from going down the same violent path as he did.","16.466","/fXepRAYOx1qC3wju7XdDGx60775.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':11308,'logo_path':null,'name':'Savoy Pictures','origin_country':''},{'id':924,'logo_path':null,'name':'The Turman-Morrissey Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-10-30","23875127","119","[{'iso_639_1':'en','name':'English'}]","Released","Some Legacies Must End.","American History X","false","8.3","5582" +"false","/dGDXCE7b6gjwGtyw0r8YWCaGO6z.jpg","null","10000000","[{'id':28,'name':'Action'}]","","250066","tt2923316","en","American Heist","Two brothers, both with troubled paths, find themselves in the middle of one last bank job.","6.158","/eqqf7DvhOBaEHiqLMkMMp0e8wzp.jpg","[{'id':60515,'logo_path':null,'name':'Maple Leaf Finance Primeredian Entertainment','origin_country':''},{'id':7587,'logo_path':null,'name':'NGN Productions','origin_country':''},{'id':44884,'logo_path':null,'name':'Glacier Films','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'LU','name':'Luxembourg'}]","2014-09-11","0","94","[{'iso_639_1':'en','name':'English'}]","Released","Brothers in arms for life.","American Heist","false","4.6","210" +"false","/uSWzHRan14Kxe7AgbA43CSN1fXw.jpg","null","100000000","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","http://www.americangangster.net/","4982","tt0765429","en","American Gangster","Following the death of his employer and mentor, Bumpy Johnson, Frank Lucas establishes himself as the number one importer of heroin in the Harlem district of Manhattan. He does so by buying heroin directly from the source in South East Asia and he comes up with a unique way of importing the drugs into the United States. Based on a true story.","16.661","/uDSP5H5akJ85xMGSHRtaqHGBRLD.jpg","[{'id':8083,'logo_path':null,'name':'Film Rites','origin_country':'US'},{'id':23,'logo_path':'/mkxNjThahj5pvntvYKVpMbWXm3D.png','name':'Imagine Entertainment','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':1645,'logo_path':'/6Ry6uNBaa0IbbSs1XYIgX5DkA9r.png','name':'Scott Free Productions','origin_country':''},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2007-11-02","266465037","157","[{'iso_639_1':'en','name':'English'}]","Released","There are two sides to the American dream","American Gangster","false","7.5","2527" +"false","/z5J18ByLeOZ68iORfMXmxeFuwyL.jpg","null","15000000","[{'id':18,'name':'Drama'}]","http://www.dreamworks.com/ab/","14","tt0169547","en","American Beauty","Lester Burnham, a depressed suburban father in a mid-life crisis, decides to turn his hectic life around after developing an infatuation with his daughter's attractive friend.","15.579","/or1MP8BZIAjqWYxPdPX724ydKar.jpg","[{'id':2721,'logo_path':null,'name':'Jinks/Cohen Company','origin_country':''},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-09-15","356296601","122","[{'iso_639_1':'en','name':'English'}]","Released","Look closer.","American Beauty","false","8","6237" +"false","/pcbR1SmqXCvIDAly8Vzbw3yROJV.jpg","null","0","[{'id':99,'name':'Documentary'}]","","276918","tt2785390","en","America: Imagine the World Without Her","Political commentator, author and filmmaker Dinesh D'Souza puts forth the notion that America's history is being replaced by another version in which plunder and exploitation are the defining characteristics. D'Souza also posits that the way the country understands the past will determine the future. Using historic re-enactments, D'Souza explores the lives and sacrifices of some of America's greatest heroes, including George Washington and Frederick Douglass.","2.353","/oG8wUgyIHHkoSXqDt3TYSSWHOeJ.jpg","[]","[]","2014-07-02","0","103","[]","Released","","America: Imagine the World Without Her","false","4.9","48" +"false","/jLnm1qrsZd2FiC016nOjsgiHsQ2.jpg","null","0","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","9045","tt0280653","fr","Amen.","Kurt Gerstein???a member of the Institute for Hygiene of the Waffen-SS???is horrified by what he sees in the death camps. he is then shocked to learn that the process he used to purify water for his troops by using Zyklon-B, is now used to kill people in gas chambers.","6.421","/3uaiPsJgagOVWzRsDlH3TKdVHrw.jpg","[{'id':13837,'logo_path':null,'name':'K.G Productions','origin_country':''},{'id':22182,'logo_path':null,'name':'KC Medien','origin_country':''},{'id':22370,'logo_path':null,'name':'Katharina','origin_country':''},{'id':82,'logo_path':null,'name':'Renn Productions','origin_country':''},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':356,'logo_path':'/9tW5wZEGotn1Ei5pErA88m47XiD.png','name':'TF1 Films Production','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'RO','name':'Romania'}]","2002-02-13","0","132","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'it','name':'Italiano'}]","Released","Two Men Two Worlds One Cause","Amen.","false","7","128" +"false","/sHsPEij3nojL34xcnaLdnuKEfmH.jpg","null","18000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'},{'id':10402,'name':'Music'}]","","279","tt0086879","en","Amadeus","The incredible story of genius musician Wolfgang Amadeus Mozart, told in flashback by his peer and secret rival, Antonio Salieri???now confined to an insane asylum.","10.643","/flnoqdC38mbaulAeptjynOFO7yi.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-10-26","51973029","160","[{'iso_639_1':'la','name':'Latin'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'},{'iso_639_1':'de','name':'Deutsch'}]","Released","...Everything you've heard is true","Amadeus","false","8","1964" +"false","/sovzYO2W6g2128RwQ6XzY0cOkWn.jpg","null","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","216541","tt2497808","en","Ambushed","In the frenetic underbelly of Los Angeles, Agent Maxwell closes in on an international cocaine smuggling operation run by criminal mastermind Vincent Camastra. When Agent Beverly Royce goes undercover with the drug dealers and finds herself deeper then she can handle - the case becomes personal for Maxwell who has to combat ruthless killers and dirty cops in an all-out action filled finale to bring the criminals to justice.","3.76","/x2T1ddCjoWpcmWIgc1p632xvUMD.jpg","[{'id':5860,'logo_path':null,'name':'Anchor Bay Films','origin_country':'US'},{'id':21441,'logo_path':null,'name':'Creamovies','origin_country':''},{'id':3546,'logo_path':null,'name':'Hollywood Media Bridge','origin_country':'US'},{'id':21442,'logo_path':null,'name':'Picture Perfect Corp.','origin_country':''},{'id':6626,'logo_path':'/A1BnMoWjzjOrjzpWimyBQkf84mS.png','name':'Voltage Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-09-21","0","93","[{'iso_639_1':'en','name':'English'}]","Released","For The Thrill of The Kill","Ambushed","false","4.4","25" +"false","/iYCQyL7kmVkjALcodcbo48z0bJD.jpg","null","31000000","[{'id':14,'name':'Fantasy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","11352","tt0096794","en","Always","Pete Sandich is a reckless fire-fighting pilot who is killed in what was to have been his final mission. Ascending to Heaven, Pete is introduced to business-like angel who instructs the spectral Pete to pass on his aviation knowledge to his young successor. While doing so, Pete also smoothes the course of romance for his earthly girlfriend who, after several months of grieving, finally falls in love with another man.","6.691","/qSU4UZrKsLOxsPlwNm034w4eDqr.jpg","[{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-12-22","74134790","122","[{'iso_639_1':'en','name':'English'}]","Released","They couldn't hear him. They couldn't see him. But he was there when they needed him... Even after he was gone.","Always","false","6.2","238" +"false","/oYbnINkS2ZMEjaAFKse2nOa4Uvg.jpg","{'id':167613,'name':'Alvin and the Chipmunks Collection','poster_path':'/fLvRQcuk5ZFKnDvUC553XK3OnPC.jpg','backdrop_path':'/qI483yHct3PBtIiOH3K3SVNUDq5.jpg'}","75000000","[{'id':35,'name':'Comedy'},{'id':14,'name':'Fantasy'},{'id':10751,'name':'Family'},{'id':10402,'name':'Music'},{'id':16,'name':'Animation'}]","http://www.munkyourself.com/","55301","tt1615918","en","Alvin and the Chipmunks: Chipwrecked","Playing around while aboard a cruise ship, the Chipmunks and Chipettes accidentally go overboard and end up marooned in a tropical paradise. They discover their new turf is not as deserted as it seems.","13.959","/s1nHXSJTq45RUHn7RmW6fO7kHu9.jpg","[{'id':711,'logo_path':'/tEiIH5QesdheJmDAqQwvtN60727.png','name':'Fox 2000 Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-12-14","342695435","87","[{'iso_639_1':'en','name':'English'}]","Released","This holiday it's gonna get squeaky.","Alvin and the Chipmunks: Chipwrecked","false","5.5","999" +"false","/xhQnBL5dcd36b8KVvwDROkuXLGp.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://www.sphinxproductions.com/films/altman/","278086","tt2404171","en","Altman","Maverick. Auteur. Rebel. Innovator. Storyteller. Rambler. Gambler. Mad man. Family man. Director. Artist. Robert Altman's life and career contained multitudes. This father of American independent cinema left an indelible mark, not merely on the evolution of his art form, but also on the western zeitgeist. ""Altman"", Canadian director Ron Mann's new documentary, explores and celebrates the epic fifty-year redemptive journey of one of the most important and influential filmmakers in the history of the medium. With its use of rare interviews, representative film clips, archival images, and musings from his family and most recognizable collaborators, Mann's Altman is a dynamic and heartfelt mediation on an artist whose expression, passion and appetite knew few bounds.","1.517","/1ErP6Lo3kkz9UzfMCoX1rAz9xYt.jpg","[]","[{'iso_3166_1':'CA','name':'Canada'}]","2014-08-01","0","95","[{'iso_639_1':'en','name':'English'}]","Released","","Altman","false","6.9","15" +"false","/ykSghn5MiMWJD2KF0LUJShgEcB1.jpg","null","0","[{'id':35,'name':'Comedy'}]","http://www.alteregosmovie.com/","126442","tt1907614","en","Alter Egos","At a time when superheroes have lost government funding and public support, a superhero meets a girl who can help him overcome his own emotional crisis.","1.411","/4KVIYiAJTvksZuoYKV52E5F8VI4.jpg","[{'id':20853,'logo_path':null,'name':'Offhollywood Digital','origin_country':''},{'id':22823,'logo_path':null,'name':'Attic Light Films','origin_country':'US'},{'id':60601,'logo_path':null,'name':'Cloud 9 Film Partners','origin_country':'US'},{'id':3768,'logo_path':null,'name':'Off Hollywood Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-07-20","0","80","[{'iso_639_1':'en','name':'English'}]","Released","","Alter Egos","false","5.1","20" +"false","/25SjMoNyDRmBUWx2PA5gMKfBiTd.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':27,'name':'Horror'}]","","314065","tt3484800","en","Altar","A young family find themselves in serious danger when they move to an isolated haunted house in the Yorkshire Moors.","4.166","/y6aB7jQpz5KPEB5gFqabyPlwhgU.jpg","[{'id':2690,'logo_path':'/9XXpd39mDfkWmcNB6R0tpvzo781.png','name':'Screen Yorkshire','origin_country':'GB'},{'id':21569,'logo_path':null,'name':'Content Media Corp.','origin_country':''},{'id':52352,'logo_path':null,'name':'Great Point Media','origin_country':''},{'id':53245,'logo_path':null,'name':'Pygmalion Productions','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-12-27","0","95","[{'iso_639_1':'en','name':'English'}]","Released","Some secrets are best left hidden","Altar","false","4.9","66" +"false","/cELYWXuoZFlkESMm6E9KuaDPd1H.jpg","null","0","[{'id':35,'name':'Comedy'}]","","269242","tt3307774","en","Alpha House","When two freshmen pledges are accepted into the biggest party frat on campus, they think they have it all. That is, until the assistant dean forces the Alphas to share their house with a sorority or face expulsion from school. Not wanting to see their lifelong dream of becoming Alphas destroyed, the pledges convince the other members of the house to take back what's theirs, waging an epic battle of the sexes to fight for their right to party.","3.01","/giPvHjp5wjB50KyRKmSlXLFDHok.jpg","[{'id':40745,'logo_path':null,'name':'Broken Films','origin_country':''},{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-03-11","0","88","[{'iso_639_1':'en','name':'English'}]","Released","The wildest frat house is going... Co-Ed!","Alpha House","false","4.2","28" +"false","/LxmZLr6VHeibkq5DG0LvRKJWrX.jpg","null","0","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","7457","tt0426883","en","Alpha Dog","Johnny Truelove likes to see himself as tough. He's the son of an underworld figure and a drug dealer. Johnny also likes to get tough when things don't go his way. When Jake Mazursky fails to pay up for Johnny, things get worse for the Mazursky family, as Johnny and his 'gang' kidnap Jake's 15 year old brother and holds him hostage. Problem now is what to do with 'stolen boy?'","8.896","/t9pirEsDxe102mSQGoDZWBbdcCD.jpg","[{'id':2248,'logo_path':null,'name':'A-Mark Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-01-27","15309302","122","[{'iso_639_1':'cs','name':'??esk??'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","One crime. 38 witnesses. No way back.","Alpha Dog","false","6.6","703" +"false","/rRyvFnKBlO2sDCbYugtAByn7ywL.jpg","null","42000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://www.alongcamepolly.com/","5966","tt0343135","en","Along Came Polly","Reuben Feffer is a guy who's spent his entire life playing it safe. Polly Prince is irresistible as a free-spirit who lives for the thrill of the moment. When these two comically mismatched souls collide, Reuben's world is turned upside down, as he makes an uproarious attempt to change his life from middle-of-the-road to totally-out-there.","11.714","/ieTSn8YTsHoPK8GNf2J9eIkP5wo.jpg","[{'id':216,'logo_path':null,'name':'Jersey Films','origin_country':''},{'id':53626,'logo_path':null,'name':'Loofah Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-01-16","171963386","90","[{'iso_639_1':'en','name':'English'}]","Released","For the most cautious man on Earth, life is about to get interesting.","Along Came Polly","false","5.9","1399" +"false","/3LRjM5M5WidHKlRQuSvqRwU2Fjr.jpg","{'id':142680,'name':'Alex Cross Collection','poster_path':'/udn1n9NrzaotFHDk6hO3onMmXcB.jpg','backdrop_path':'/eyKpawn8yMq6kdv03wgKruMuSJX.jpg'}","60000000","[{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'},{'id':28,'name':'Action'}]","","2043","tt0164334","en","Along Came a Spider","When a teacher kidnaps a girl from a prestigious school, homicide detective, Alex Cross takes the case and teams up with young security agent, Jezzie Flannigan in hope of finding the girl and stopping the brutal psychopath.","8.982","/1ZjDmPKMUtout8hR77qmK1llgls.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':902,'logo_path':null,'name':'AZL Productions KG','origin_country':''},{'id':903,'logo_path':null,'name':'David Brown Productions','origin_country':''},{'id':904,'logo_path':null,'name':'MFP Munich Film Partners','origin_country':''},{'id':905,'logo_path':null,'name':'Phase 1 Productions','origin_country':''},{'id':906,'logo_path':'/gN893tmlrcVvWiWCBZEVAiZHpvT.png','name':'Revelations Entertainment','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2001-04-06","105178561","104","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","The game is far from over.","Along Came a Spider","false","6.3","705" +"false","/ovhy81NSY72l32rxcAqtOlV7p5F.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","241742","tt3120508","en","Alone For Christmas","When a family visits Grandma's house on Christmas Eve, they leave their dog at home alone. And when burglars try to take the presents from under the tree, the dog must use every trick it knows to stop them.","1.573","/7TNF1QgciEytxoaGHBcwfNvJQyu.jpg","[{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-10-04","0","82","[{'iso_639_1':'ru','name':'P????????????'},{'iso_639_1':'en','name':'English'}]","Released","When they left him Home Alone, He had to SAVE CHRISTMAS.","Alone For Christmas","false","4.3","17" +"false","/ezuSnx6wPN212FZkBdG8lmt4Uzr.jpg","{'id':32916,'name':'Scooby-Doo! Animation Movies','poster_path':'/sSgWaprKYzMYRlmzah7sdAG6lo6.jpg','backdrop_path':'/7isX73SseGONsf9bYbEe6f9epEg.jpg'}","0","[{'id':9648,'name':'Mystery'},{'id':10751,'name':'Family'},{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'}]","","24615","tt0433771","en","Aloha Scooby-Doo!","The Mystery Gang goes to Hawaii for the Big Kahuna of Hanahuna Surfing Contest. However, the gang and the locals find the island invaded by the vengeful Wiki Tiki spirit and his demons.","6.738","/dILyEqHboUAaFw4T4xj6bR3rdTg.jpg","[{'id':2785,'logo_path':'/l5zW8jjmQOCx2dFmvnmbYmqoBmL.png','name':'Warner Bros. Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-01-01","0","74","[{'iso_639_1':'en','name':'English'}]","Released","","Aloha Scooby-Doo!","false","6.3","139" +"false","/o8KUFmZlAmi4dgbNxyVf5PH0GL3.jpg","null","37000000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","222936","tt1243974","en","Aloha","A celebrated military contractor returns to the site of his greatest career triumphs and re-connects with a long-ago love while unexpectedly falling for the hard-charging Air Force watchdog assigned to him.","9.63","/4Q0rnkCsQ9GhdnR66Bqjvav2Q1x.jpg","[{'id':485,'logo_path':'/tVOP0mIeoYLua4Rw66OYNzitrrI.png','name':'Vinyl Films','origin_country':'US'},{'id':258,'logo_path':null,'name':'Scott Rudin Productions','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-05-27","26250020","105","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Sometimes you have to say goodbye before you can say hello.","Aloha","false","5.3","1163" +"false","/d4FngYA8zcVnHrpxxbCtyq5DLTf.jpg","null","0","[{'id':35,'name':'Comedy'}]","http://liquidnoisefilms.weebly.com/almost-married.html","257442","tt2375597","en","Almost Married","When Kyle returns from his stag-do with a sexually transmitted disease, he's left unable to have sex with his fianc??e Lydia in the run-up to their wedding.","1.352","/jOLtXw3zUHCj85W1FMRaO7uNvbU.jpg","[]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-03-28","0","97","[{'iso_639_1':'en','name':'English'}]","Released","","Almost Married","false","5","10" +"false","/7Gu9HxjcI3IljmaTKMpp2RqUmt.jpg","null","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","","210910","tt2325517","en","Almost Human","Mark Fisher disappeared from his home in a brilliant flash of blue light almost two years ago. His friend Seth Hampton was the last to see him alive. Now a string of grisly, violent murders leads Seth to believe that Mark is back, and something evil is living inside of him.","3.621","/kgjy10Najtm3JaOBvdJWjAWa3xY.jpg","[{'id':29365,'logo_path':null,'name':'Ambrosino / Delmenico','origin_country':''},{'id':29366,'logo_path':null,'name':'Channel 83 Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-09-19","0","80","[{'iso_639_1':'en','name':'English'}]","Released","","Almost Human","false","4.8","48" +"false","/zfucY8mxcrNeopFneyvyERZQah1.jpg","null","60000000","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","","786","tt0181875","en","Almost Famous","In 1973, 15-year-old William Miller's unabashed love of music and aspiration to become a rock journalist lands him an assignment from Rolling Stone magazine to interview and tour with the up-and-coming band Stillwater???fronted by lead guitar Russell Hammond, and lead singer Jeff Bebe William. A semi-autobiographical film based on director Cameron Crowe's time as a teenage writer for Rolling Stone.","12.649","/9pNo92j6zSEAUB8pNmcJTkpnkBF.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':485,'logo_path':'/tVOP0mIeoYLua4Rw66OYNzitrrI.png','name':'Vinyl Films','origin_country':'US'},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2000-09-15","47383689","122","[{'iso_639_1':'en','name':'English'}]","Released","Experience it. Enjoy it. Just don't fall for it.","Almost Famous","false","7.5","1291" +"false","/hfHLO4CwTFh5aQFbUoKHQ9pL8rw.jpg","{'id':135502,'name':'Allan Quatermain Collection','poster_path':'/4xelmrFm3gK7DryEenn5xLjcRQC.jpg','backdrop_path':'/laC6eKju8ztT6URFBR0HG6vx0dd.jpg'}","0","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':35,'name':'Comedy'}]","","9710","tt0092534","en","Allan Quatermain and the Lost City of Gold","After his brother Robeson disappears without a trace while exploring Africa in search of a legendary 'white tribe', Allan Quatermain decides to follow in his footsteps to learn what became of him. Soon after arriving, he discovers the Lost City of Gold, controlled by the evil lord Agon, and mined by his legions of white slaves.","7.245","/ncZ5s2GO3ABZQaS6JvZSSx0PtLj.jpg","[{'id':1444,'logo_path':'/5jvFLUVXGXxkyszL9cqJN5hNhJ6.png','name':'Cannon Group','origin_country':'US'},{'id':13549,'logo_path':null,'name':'Golan-Globus Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1986-12-17","0","99","[{'iso_639_1':'en','name':'English'}]","Released","Richard Chamberlain returns in the sequel to 'King Solomon's Mines'","Allan Quatermain and the Lost City of Gold","false","4.7","110" +"false","/7N3lZ4rcomCfz9i050NjsKsllpL.jpg","null","6000000","[{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","183258","tt2095568","en","All Things To All Men","A thief is caught up in a deadly game of cat-and-mouse between a maverick cop and London crime boss.","3.032","/iwWFTV7y1Mku4goOJJdLEkfULS7.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2013-04-05","0","84","[{'iso_639_1':'en','name':'English'}]","Released","Once You Are In. There's No Getting Out","All Things To All Men","false","4.3","28" +"false","/kCyJHIgxv5xkZeTqwN2CIw7nVkF.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","43316","tt0047811","en","All That Heaven Allows","Two different social classes collide when Cary Scott, a wealthy upper-class widow, falls in love with her much younger and down-to-earth gardener, prompting disapproval and criticism from her children and country club friends.","6.97","/aTP5FknptVwPGVv5wCQaeuYFuEB.jpg","[{'id':10330,'logo_path':'/nY62adzeba5GVK8LJYD6yd9R8H4.png','name':'Universal International Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1955-12-25","0","89","[{'iso_639_1':'en','name':'English'}]","Released","How much does Heaven Allow a Woman in Love?","All That Heaven Allows","false","7.2","109" +"false","/FTpFec420ztDa6HSpwLxGuwzis.jpg","null","3500000","[{'id':16,'name':'Animation'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'}]","","56590","tt1699114","en","All Star Superman","Lex Luthor enacts his plan to rid the world of Superman, once and for all. Succeeding with solar radiation poisoning, the Man of Steel is slowly dying. With what little times remains, the Last Son of Krypton must confront the revealing of his secret identity to Lois Lane and face Luthor in a final battle.","8.251","/yVPzeI4OsJtJ5g17NM3ZBYdEVRW.jpg","[{'id':429,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Comics','origin_country':'US'},{'id':2785,'logo_path':'/l5zW8jjmQOCx2dFmvnmbYmqoBmL.png','name':'Warner Bros. Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-02-22","0","76","[{'iso_639_1':'en','name':'English'}]","Released","The measure of a man lies not in what he says, but what he does.","All Star Superman","false","6.9","190" +"false","/f9mBZBW31UBEKl7rjZqvr6JWaSi.jpg","null","10000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","174311","tt1462901","en","All Is Bright","Two French Canadian ne???er-do-wells travel to New York City with a scheme to a get rich quick selling Christmas trees.","4.115","/3E5vLrc9vPuZAG4Nf9WrSv0a7CN.jpg","[{'id':12936,'logo_path':null,'name':'GreenStreet Films','origin_country':''},{'id':5161,'logo_path':null,'name':'Touchy Feely Films','origin_country':'US'},{'id':737,'logo_path':'/dK1GZ1u4our8sJW0Sts1JHeNSLn.png','name':'Sidney Kimmel Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-09-10","0","107","[{'iso_639_1':'en','name':'English'}]","Released","All is busted. All is broke. All is bitter. All is BRIGHT.","All Is Bright","false","5.4","45" +"false","/R1HHSeswlXc64y6GoUMFgJANIs.jpg","{'id':442195,'name':'All Hallow's Eve Collection','poster_path':'/zu8CKEhpOP5OcWViobiUb5Gf2FX.jpg','backdrop_path':'/u6ZeIjfYWQdbr71BG5fJz52O6W8.jpg'}","0","[{'id':27,'name':'Horror'}]","","231001","tt2900624","en","All Hallows' Eve","While watching two children on Halloween night, a babysitter finds an old VHS tape in the kids' trick or treat bag. The tape features three tales of terror, all linked together by a murderous clown. As the night goes on strange things begin to occur in the house. It isn't long before the babysitter learns the horrifying truth... the maniacal clown is slowly working his way into her reality.","4.232","/uh2DbCCj83krRPl3X2wYMQQLasZ.jpg","[{'id':17840,'logo_path':null,'name':'Ruthless Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-10-29","0","82","[{'iso_639_1':'en','name':'English'}]","Released","Come out and play.","All Hallows' Eve","false","4.9","88" +"false","/aVcpJiLFpvPkoHgE54R4FaI40If.jpg","null","6000000","[{'id':16,'name':'Animation'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","http://ulyssesfilms.de/films-series.html#Ooops!%20Noah%20is%20gone%E2%80%A6","326215","tt3411432","en","Ooops! Noah is Gone...","It's the end of the world. A flood is coming. Luckily for Dave and his son Finny, a couple of clumsy Nestrians, an Ark has been built to save all animals. But as it turns out, Nestrians aren't allowed. Sneaking on board with the involuntary help of Hazel and her daughter Leah, two Grymps, they think they're safe. Until the curious kids fall off the Ark. Now Finny and Leah struggle to survive the flood and hungry predators and attempt to reach the top of a mountain, while Dave and Hazel must put aside their differences, turn the Ark around and save their kids. It's definitely not going to be smooth sailing.","8.008","/y1sW14KiKMHQbQCIZiUDha7lkR3.jpg","[{'id':50162,'logo_path':null,'name':'Moetion Films','origin_country':''},{'id':50163,'logo_path':null,'name':'Ulysses Filmproduktion','origin_country':''},{'id':50164,'logo_path':null,'name':'Fabrique d'images','origin_country':''},{'id':30926,'logo_path':null,'name':'Skyline Entertainment','origin_country':''}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'IE','name':'Ireland'},{'iso_3166_1':'LU','name':'Luxembourg'}]","2015-04-09","0","85","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","One ark, 50,000 animals. What could go wrong?","Ooops! Noah is Gone...","false","5.8","117" +"false","/AjaxMmtJ6gSq1HuxHsGgmO7n6Mr.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':35,'name':'Comedy'}]","","210908","tt2527186","en","All Cheerleaders Die","When tragedy rocks Blackfoot High, rebellious outsider Maddy Killian shocks the student body by joining the cheerleading squad. This decision drives a rift between Maddy and her ex-girlfriend Leena Miller ??? a loner who claims to practice the dark arts. After a confrontation with the football team, Maddy and her new cheerleader friends are sent on a supernatural roller coaster ride which leaves a path of destruction none of them may be able to escape. Remake of their own 2001 feature film.","7.884","/gYTpjujxDjtm5aPrSSF3tCcTo7G.jpg","[{'id':5574,'logo_path':null,'name':'Moderncin??','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-10-31","0","89","[{'iso_639_1':'en','name':'English'}]","Released","You can't kill their spirit","All Cheerleaders Die","false","5.1","203" +"false","/2pM9eYWgdFZTbTqIcGFKNk6x7y2.jpg","null","15000000","[{'id':35,'name':'Comedy'}]","http://www.allaboutstevemovie.com/","23706","tt0881891","en","All About Steve","After one short date, a brilliant crossword constructor decides that a CNN cameraman is her true love. Because the cameraman's job takes him hither and yon, she crisscrosses the country, turning up at media events as she tries to convince him they are perfect for each other.","8.127","/Ap0Lx5mv2tvE3LL8U3VQfCNdziL.jpg","[{'id':711,'logo_path':'/tEiIH5QesdheJmDAqQwvtN60727.png','name':'Fox 2000 Pictures','origin_country':'US'},{'id':6332,'logo_path':null,'name':'Dune Entertainment III','origin_country':'US'},{'id':4258,'logo_path':null,'name':'Fortis Films','origin_country':''},{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'},{'id':350,'logo_path':'/l4cEc8UZ3ZrPLisIOh1iYMKwAVP.png','name':'Radar Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-09-04","40105542","99","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","A Comedy That Clings","All About Steve","false","4.8","514" +"false","/iZUofMKoVWfEAM5tPWRxBZDswYf.jpg","null","0","[{'id':99,'name':'Documentary'}]","http://aliveinside.us/","250643","tt2593392","en","Alive Inside","Five million Americans suffer from Alzheimer's disease and dementia???many of them alone in nursing homes. A man with a simple idea discovers that songs embedded deep in memory can ease pain and awaken these fading minds. Joy and life are resuscitated, and our cultural fears over aging are confronted.","1.843","/2Ytk5GALSnMlGQ35lZMiKOz497y.jpg","[{'id':14909,'logo_path':'/8fLjVGiX8adkseQMCIBYt3UYFiO.png','name':'Impact Partners','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-01-18","0","74","[{'iso_639_1':'en','name':'English'}]","Released","Music is the strongest form of magic","Alive Inside","false","7.7","43" +"false","/y66K59c1uxhnM45ZtG5xyOVC8yx.jpg","null","45000000","[{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'}]","http://www.aliensintheatticmovie.com/","20856","tt0775552","en","Aliens in the Attic","A group of kids must protect their vacation home from invading aliens.","9.147","/16EVp7u4eXH1LNWt8lV5gMDvbBK.jpg","[{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':1894,'logo_path':null,'name':'Josephson Entertainment','origin_country':''},{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'}]","[{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2009-07-31","57881056","86","[{'iso_639_1':'en','name':'English'}]","Released","The aliens vs. the Pearsons","Aliens in the Attic","false","5.3","489" +"false","/fYoe6SqpNpTjUIIZhLGHfHu1Nt8.jpg","{'id':8091,'name':'Alien Collection','poster_path':'/iVzIeC3PbG9BtDAudpwSNdKAgh6.jpg','backdrop_path':'/kB0Y3uGe9ohJa59Lk8UO9cUOxGM.jpg'}","18500000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","","679","tt0090605","en","Aliens","When Ripley's lifepod is found by a salvage crew over 50 years later, she finds that terra-formers are on the very planet they found the alien species. When the company sends a family of colonists out to investigate her story???all contact is lost with the planet and colonists. They enlist Ripley and the colonial marines to return and search for answers.","15.256","/nORMXEkYEbzkU5WkMWMgRDJwjSZ.jpg","[{'id':19747,'logo_path':null,'name':'Brandywine Productions','origin_country':''},{'id':396,'logo_path':null,'name':'SLM Production Group','origin_country':'US'},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1986-07-18","183316455","137","[{'iso_639_1':'en','name':'English'}]","Released","This Time It's War","Aliens","false","7.9","4956" +"false","/nDPuIjpJyGDOnNEby5ZgkRBxymS.jpg","{'id':8091,'name':'Alien Collection','poster_path':'/iVzIeC3PbG9BtDAudpwSNdKAgh6.jpg','backdrop_path':'/kB0Y3uGe9ohJa59Lk8UO9cUOxGM.jpg'}","50000000","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'},{'id':27,'name':'Horror'}]","","8077","tt0103644","en","Alien??","After escaping with Newt and Hicks from the alien planet, Ripley crash lands on Fiorina 161, a prison planet and host to a correctional facility. Unfortunately, although Newt and Hicks do not survive the crash, a more unwelcome visitor does. The prison does not allow weapons of any kind, and with aid being a long time away, the prisoners must simply survive in any way they can.","13.622","/p7mUd9GpmCYV5qhkKGmiEerFK3i.jpg","[{'id':19747,'logo_path':null,'name':'Brandywine Productions','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1992-05-22","159773545","114","[{'iso_639_1':'en','name':'English'}]","Released","The bitch is back.","Alien??","false","6.3","2696" +"false","/lLLiY3az8SWxO5hFDj1mzPq0aaz.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'}]","","180109","tt2349142","en","Alien Showdown: The Day the Old West Stood Still","An alien scout lands on earth in the year 1854. The creature is searching for water and food. Once it finds what it needs, it will call in an invasion fleet. A lone cowboy must stand against the alien invader or all will be lost.","1.497","/mBFfoFJbjdnnO6YgZtQqLOcOSqN.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-01-01","0","80","[{'iso_639_1':'en','name':'English'}]","Released","","Alien Showdown: The Day the Old West Stood Still","false","1.5","2" +"false","/1F8KilfgVwWTB1tIzfwoKUvPqpl.jpg","{'id':8091,'name':'Alien Collection','poster_path':'/iVzIeC3PbG9BtDAudpwSNdKAgh6.jpg','backdrop_path':'/kB0Y3uGe9ohJa59Lk8UO9cUOxGM.jpg'}","70000000","[{'id':878,'name':'Science Fiction'},{'id':27,'name':'Horror'},{'id':28,'name':'Action'}]","","8078","tt0118583","en","Alien Resurrection","Two hundred years after Lt. Ripley died, a group of scientists clone her, hoping to breed the ultimate weapon. But the new Ripley is full of surprises ??? as are the new aliens. Ripley must team with a band of smugglers to keep the creatures from reaching Earth.","16.013","/2mavulZivbQa8XZlRA6h3hmesl7.jpg","[{'id':19747,'logo_path':null,'name':'Brandywine Productions','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1997-11-12","162000000","109","[{'iso_639_1':'en','name':'English'}]","Released","It's already too late.","Alien Resurrection","false","6","2286" +"false","/lnk4hquGfzuG43ay7RZYw54q6TN.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","","312526","tt2474972","en","Alien Outpost","A documentary crew follows an elite unit of soldiers in the wake of an alien invasion.","6.188","/jC6kjckGjdOLibPVyZpqj8W3Suk.jpg","[{'id':34456,'logo_path':'/8M1gePvKplgyHRD5WWfONbWOAuk.png','name':'Rooks Nest Entertainment','origin_country':'GB'},{'id':19638,'logo_path':'/6R3XtbihMWuDRFnlm4MkpxhmEKf.png','name':'Altitude Film Entertainment','origin_country':'GB'},{'id':38146,'logo_path':null,'name':'Bigscope Films','origin_country':''},{'id':6834,'logo_path':null,'name':'Out of Africa Entertainment','origin_country':''},{'id':45548,'logo_path':null,'name':'Ravens Nest Entertainment','origin_country':''}]","[{'iso_3166_1':'ZA','name':'South Africa'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-09-19","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Mankind's Last Stand","Alien Outpost","false","4.7","107" +"false","/hqbDsduHAsCz34AUlwJoLkEm1Wb.jpg","null","0","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","http://www.alienabductionfilm.com/","258193","tt2510434","en","Alien Abduction","A vacationing family encounters an alien threat in this pulse-pounding thriller based on the real-life Brown Mountain Lights phenomenon in North Carolina.","6.863","/vRP3IfrGCB0oXX5HubCkiNcwCcj.jpg","[{'id':31473,'logo_path':null,'name':'Mob Scene Creative Productions','origin_country':''},{'id':1633,'logo_path':null,'name':'Next Entertainment','origin_country':''},{'id':2253,'logo_path':null,'name':'Lawrence Bender Productions','origin_country':'US'},{'id':3615,'logo_path':null,'name':'BIG Pictures','origin_country':''},{'id':11448,'logo_path':'/twhX9HMUuGW4Mhb45AyWDhRqkvR.png','name':'Exclusive Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-04-04","0","85","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","Fear The Lights...","Alien Abduction","false","4.9","147" +"false","/dfNrZ82poQ8blHWJreIv6JZQ9JA.jpg","{'id':8091,'name':'Alien Collection','poster_path':'/iVzIeC3PbG9BtDAudpwSNdKAgh6.jpg','backdrop_path':'/kB0Y3uGe9ohJa59Lk8UO9cUOxGM.jpg'}","11000000","[{'id':27,'name':'Horror'},{'id':878,'name':'Science Fiction'}]","https://www.facebook.com/alienanthology/","348","tt0078748","en","Alien","During its return to the earth, commercial spaceship Nostromo intercepts a distress signal from a distant planet. When a three-member team of the crew discovers a chamber containing thousands of eggs on the planet, a creature inside one of the eggs attacks an explorer. The entire crew is unaware of the impending nightmare set to descend upon them when the alien parasite planted inside its unfortunate host is birthed.","19.616","/2h00HrZs89SL3tXB4nbkiM7BKHs.jpg","[{'id':19747,'logo_path':null,'name':'Brandywine Productions','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'}]","1979-05-25","104931801","117","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","In space no one can hear you scream.","Alien","false","8.1","7285" +"false","/fvx6c8BQKCldggziVYf4o2E7lMc.jpg","null","0","[{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'}]","","15162","tt0167758","en","Alice Through the Looking Glass","A modern adaptation of the classic children's story 'Alice through the Looking Glass', which continued on from the popular 'Alice in Wonderland' story. This time Alice is played by the mother, who falls asleep while reading the the bedtime story to her daughter. Walking through the Looking Glass, Alice finds herself in Chessland, a magical and fun world. There she meets the Red and White Queens, as well as many other amusing friends on her journey across the chessboard countryside onto become a crowned queen.","2.826","/dfpobigqOeVNVMNhgRhvfuqYMLl.jpg","[{'id':10351,'logo_path':null,'name':'IAC Film','origin_country':''},{'id':46049,'logo_path':null,'name':'Projector Productions','origin_country':''},{'id':5778,'logo_path':'/2loyoQweDxvotH3AknfL2zhsthg.png','name':'Channel 4 Television','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1998-12-26","0","83","[{'iso_639_1':'en','name':'English'}]","Released","Lewis Carroll's Classic Fantasy Tale.","Alice Through the Looking Glass","false","5.4","29" +"false","/AmCtBQc5KxJfJVdS2TkY4Pc9lPd.jpg","{'id':261307,'name':'Alice in Wonderland Collection','poster_path':'/xSDwVJEdtewx9pfD125PCdRgznH.jpg','backdrop_path':'/xwv31FflSCeUeJKHe3o1fMxMnjH.jpg'}","200000000","[{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'},{'id':12,'name':'Adventure'}]","http://disney.go.com/wonderland/","12155","tt1014759","en","Alice in Wonderland","Alice, an unpretentious and individual 19-year-old, is betrothed to a dunce of an English nobleman. At her engagement party, she escapes the crowd to consider whether to go through with the marriage and falls down a hole in the garden after spotting an unusual rabbit. Arriving in a strange and surreal place called 'Underland,' she finds herself in a world that resembles the nightmares she had as a child, filled with talking animals, villainous queens and knights, and frumious bandersnatches. Alice realizes that she is there for a reason ??? to conquer the horrific Jabberwocky and restore the rightful queen to her throne.","21.289","/pvEE5EN5N1yjmHmldfL4aJWm56l.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':16314,'logo_path':null,'name':'Roth Films','origin_country':'US'},{'id':598,'logo_path':null,'name':'Team Todd','origin_country':''},{'id':8601,'logo_path':null,'name':'Tim Burton Productions','origin_country':''},{'id':80,'logo_path':null,'name':'The Zanuck Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-03-03","1025491110","108","[{'iso_639_1':'en','name':'English'}]","Released","You're invited to a very important date","Alice in Wonderland","false","6.6","8341" +"false","/mHvlQPRW30bx8Lk3UxV6si7XYPS.jpg","null","3000000","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':14,'name':'Fantasy'},{'id':10402,'name':'Music'},{'id':12,'name':'Adventure'}]","","12092","tt0043274","en","Alice in Wonderland","On a golden afternoon, young Alice follows a White Rabbit, who disappears down a nearby rabbit hole. Quickly following him, she tumbles into the burrow - and enters the merry, topsy-turvy world of Wonderland! Memorable songs and whimsical escapades highlight Alice's journey, which culminates in a madcap encounter with the Queen of Hearts - and her army of playing cards!","16.183","/6nqrMYon3UEMrTrkLvJPH5IwQZe.jpg","[{'id':20193,'logo_path':null,'name':'Walt Disney Company','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1951-07-03","572000000","75","[{'iso_639_1':'en','name':'English'}]","Released","A world of wonders in One Great Picture","Alice in Wonderland","false","7.1","3089" +"false","/2IbajWDoPV6cjBjXhMpDvMsG4jZ.jpg","null","107000000","[{'id':18,'name':'Drama'}]","","8489","tt0248667","en","Ali","In 1964, a brash, new pro boxer, fresh from his Olympic gold medal victory, explodes onto the scene: Cassius Clay. Bold and outspoken, he cuts an entirely new image for African Americans in sport with his proud public self-confidence and his unapologetic belief that he is the greatest boxer of all time. Yet at the top of his game, both Ali's personal and professional lives face the ultimate test.","11.457","/gCGoMZXGdU7DY8xgKYle6dJGksT.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-12-11","87713825","157","[{'iso_639_1':'en','name':'English'}]","Released","Float like a butterfly and sting like a bee.","Ali","false","6.7","789" +"false","/z5e275a7iDNCQNx0NelsX5LYmDU.jpg","null","28000000","[{'id':10751,'name':'Family'},{'id':35,'name':'Comedy'}]","http://movies.disney.com/alexander-and-the-terrible-horrible-no-good-very-bad-day/","218778","tt1698641","en","Alexander and the Terrible, Horrible, No Good, Very Bad Day","Alexander's day begins with gum stuck in his hair, followed by more calamities. Though he finds little sympathy from his family and begins to wonder if bad things only happen to him, his mom, dad, brother, and sister all find themselves living through their own terrible, horrible, no good, very bad day.","9.964","/f29NQJaWyzXldOGT7F5CDKbwAH9.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':2575,'logo_path':'/9YJrHYlcfHtwtulkFMAies3aFEl.png','name':'21 Laps Entertainment','origin_country':'US'},{'id':6254,'logo_path':'/dHfP8fUyykmTsMXbtXO0kSsYz5E.png','name':'The Jim Henson Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-10-08","100654149","81","[{'iso_639_1':'en','name':'English'}]","Released","One day can change everything.","Alexander and the Terrible, Horrible, No Good, Very Bad Day","false","6.1","775" +"false","/cLOekK7EmHB1beYUYEXIlcr6mpS.jpg","null","155000000","[{'id':10752,'name':'War'},{'id':36,'name':'History'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","1966","tt0346491","en","Alexander","Alexander, the King of Macedonia, leads his legions against the giant Persian Empire. After defeating the Persians, he leads his army across the then known world, venturing farther than any westerner had ever gone, all the way to India.","13.993","/cJrnmbsFm5cEt0pHZZ2a1ueH5aT.jpg","[{'id':54997,'logo_path':null,'name':'WR Universal Group','origin_country':''},{'id':591,'logo_path':'/q5I5RDwMEiqoNmfaJgd2LraEOJY.png','name':'France 3 Cin??ma','origin_country':'FR'},{'id':763,'logo_path':null,'name':'Intermedia Films','origin_country':''},{'id':866,'logo_path':null,'name':'Path?? Renn Productions','origin_country':''},{'id':4588,'logo_path':null,'name':'Egmond Film & Television','origin_country':''},{'id':10926,'logo_path':null,'name':'Pacifica Film','origin_country':''},{'id':19116,'logo_path':null,'name':'IMF Internationale Medien und Film GmbH & Co. 3. Produktions KG','origin_country':'DE'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'IT','name':'Italy'},{'iso_3166_1':'NL','name':'Netherlands'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2004-11-21","167298192","175","[{'iso_639_1':'en','name':'English'}]","Released","The greatest legend of all was real.","Alexander","false","5.8","1694" +"false","/bmM8Bmfk9A3EN2euhKq4wIUMc0C.jpg","null","40000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':10751,'name':'Family'}]","","9978","tt0457495","en","Stormbreaker","Alex Rider thinks he is a normal school boy, until his uncle is killed. He discovers that his uncle was actually spy on a mission, when he was killed. Alex is recruited by Alan Blunt to continue the mission. He is sent to Cornwall to investigate a new computer system, which Darrius Sayle has created. He plans to give the new computer systems to every school in the country, but Mr. Blunt has other ideas and Alex must find out what it is.","7.985","/vlSOkyMaPRoPXUtnqHzdJIgnTAc.jpg","[{'id':2268,'logo_path':'/wgDks2qYgwN6u1OkW1bBre0rf4F.png','name':'Isle of Man Film','origin_country':'GB'},{'id':22514,'logo_path':null,'name':'Samuelson Productions','origin_country':''},{'id':308,'logo_path':'/e8F3mQM7DkJ5SfYYDp8FYzPBOGX.png','name':'The Weinstein Company','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2006-07-21","23937870","93","[{'iso_639_1':'en','name':'English'}]","Released","Rule the school. Save the world.","Stormbreaker","false","5.1","373" +"false","/szxGcE0e6YjpKjcGFPsydA0WKer.jpg","{'id':142680,'name':'Alex Cross Collection','poster_path':'/udn1n9NrzaotFHDk6hO3onMmXcB.jpg','backdrop_path':'/eyKpawn8yMq6kdv03wgKruMuSJX.jpg'}","45000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'}]","","94348","tt1712170","en","Alex Cross","After Washington DC detective Alex Cross is told that a family member has been murdered, he vows to track down the killer. He soon discovers that she was not his first victim and that things are not what they seem.","8.198","/aaxWTwrsv7PqC0tKpZl0tRPiYDV.jpg","[{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-10-18","30353232","101","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'}]","Released","Don't Ever Cross Alex Cross","Alex Cross","false","5.2","412" +"false","/3cByNxnX4IV8mH9SL5nAulsscQX.jpg","null","4000000","[{'id':80,'name':'Crime'},{'id':35,'name':'Comedy'},{'id':28,'name':'Action'}]","http://alanpartridge-alphapapa.com","177699","tt0469021","en","Alan Partridge: Alpha Papa","Alan Partridge has had many ups and downs in life???national television broadcaster; responsible for killing a guest on live TV; local radio broadcaster; nervous breakdown in Dundee; and a self-published book that was subsequently recalled and pulped. Alan tries to salvage his public career while negotiating a potentially violent turn of events at North Norfolk Digital Radio.","6.515","/fkzq56ylSWZ8lJGXs1J6JZwKgmo.jpg","[{'id':7281,'logo_path':'/vuDafYIcuoY0YyvgcqtjXOKwn6Q.png','name':'British Film Institute','origin_country':'GB'},{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':694,'logo_path':'/5LEHONGkZBIoWvp1ygHOF8iyi1M.png','name':'StudioCanal','origin_country':'FR'},{'id':1219,'logo_path':'/6OGqCShROjIvmBOfRbeUsn7im93.png','name':'Baby Cow Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2013-07-24","9800000","90","[{'iso_639_1':'en','name':'English'}]","Released","12 hostages. 24 hours. 1 Partridge.","Alan Partridge: Alpha Papa","false","6.6","245" +"false","/oZN5w508NSlrmcMql1wohhsQGIg.jpg","{'id':86027,'name':'Aladdin Collection','poster_path':'/enl57YvMhTAdic6El5rfZppyzq2.jpg','backdrop_path':'/naeLgo2bt4WKfHF4BTrG6mkmjiY.jpg'}","28000000","[{'id':16,'name':'Animation'},{'id':10751,'name':'Family'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'},{'id':10749,'name':'Romance'}]","http://movies.disney.com/aladdin","812","tt0103639","en","Aladdin","Princess Jasmine grows tired of being forced to remain in the palace, so she sneaks out into the marketplace, in disguise, where she meets street-urchin Aladdin. The couple falls in love, although Jasmine may only marry a prince. After being thrown in jail, Aladdin becomes embroiled in a plot to find a mysterious lamp, with which the evil Jafar hopes to rule the land.","24.056","/7f53XAE4nPiGe9XprpGAeWHuKPw.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-11-25","504050219","90","[{'iso_639_1':'en','name':'English'}]","Released","Wish granted!","Aladdin","false","7.6","6070" +"false","/izA5YgvenuUiWEMNgArM4hfinn0.jpg","null","0","[{'id':28,'name':'Action'}]","","258210","tt3417334","en","Airplane vs Volcano","When a commercial airliner is trapped within a ring of erupting volcanoes, the passengers and crew must find a way to survive - without landing.","1.904","/opBnlTDFvJeZ5ColpFhjcovA9L6.jpg","[{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-03-28","0","91","[{'iso_639_1':'en','name':'English'}]","Released","","Airplane vs Volcano","false","3.4","28" +"false","/im7jgt8bWVKMRFAz9OQVXL8LXd5.jpg","null","0","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'}]","","41409","tt1610528","en","Airline Disaster","When the President learns that domestic terrorists have skyjacked the passenger jet her brother is flying, she must choose between family and the safety of the people in the cities below","2.848","/tTHPXgzZcNAjTsgyeprn1XyjAqo.jpg","[{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-06-29","0","89","[{'iso_639_1':'en','name':'English'}]","Released","Terror in the Skies! Horror in the Streets!","Airline Disaster","false","3.2","15" +"false","/pJ6v9gMB2OCtnkLrtk0pl2otUE4.jpg","null","85000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","","9772","tt0118571","en","Air Force One","Russian terrorists conspire to hijack the aircraft with the president and his family on board. The commander in chief finds himself facing an impossible predicament: give in to the terrorists and sacrifice his family, or risk everything to uphold his principles - and the integrity of the nation.","10.275","/zgg8psC8jvNEx5RC4NJ4c9J0KtE.jpg","[{'id':18990,'logo_path':null,'name':'Radiant Productions','origin_country':''},{'id':919,'logo_path':null,'name':'Beacon Communications','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","1997-07-25","315268353","124","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","The fate of a nation rests on the courage of one man.","Air Force One","false","6.3","1345" +"false","/oGUObqtNSE8VxFxP0y7He6t5jtX.jpg","null","4000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':37,'name':'Western'}]","","152748","tt2388637","en","Ain't Them Bodies Saints","Bob Muldoon and Ruth Guthrie, an impassioned young outlaw couple on an extended crime spree, are finally apprehended by lawmen after a shootout in the Texas hills. Although Ruth wounds a local officer, Bob takes the blame. But four years later, Bob escapes from prison and sets out to find Ruth and their daughter, born during his incarceration.","7.777","/l55xYXNXWHikLN1fX19gJjD91kB.jpg","[{'id':14634,'logo_path':null,'name':'Sailor Bear','origin_country':'US'},{'id':6531,'logo_path':null,'name':'Parts and Labor','origin_country':''},{'id':14635,'logo_path':null,'name':'Primary Productions','origin_country':''},{'id':14636,'logo_path':null,'name':'Evolution Independent','origin_country':''},{'id':6819,'logo_path':null,'name':'Paradox Entertainment','origin_country':''},{'id':14637,'logo_path':null,'name':'Lagniappe Films','origin_country':''},{'id':6724,'logo_path':null,'name':'Upload Films','origin_country':''},{'id':308,'logo_path':'/e8F3mQM7DkJ5SfYYDp8FYzPBOGX.png','name':'The Weinstein Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-07-03","1031243","96","[{'iso_639_1':'en','name':'English'}]","Released","","Ain't Them Bodies Saints","false","6.2","212" +"false","/bxC8Ewo30J1LDVQEcU5PcEGwrOz.jpg","null","0","[{'id':35,'name':'Comedy'}]","","115283","tt1311060","en","A.C.O.D.","A grown man is still caught in the crossfire of his parents' 15 year divorce. He discovers he was unknowingly part of a study on divorced children and is enlisted in a follow-up years later, which wreaks new havoc on his family.","6.579","/iU5DZVXV8br0dnYl0ngu1Ih5WaS.jpg","[{'id':22146,'logo_path':'/jPBtpMh0AUFqf9yfOJXer9d5Rei.png','name':'Black Bear Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-10-03","175705","88","[{'iso_639_1':'en','name':'English'}]","Released","He's About To Ruin A Perfectly Good Divorce","A.C.O.D.","false","5.5","137" +"false","/qXZKkjcYbHIMbPt5YxxsN3H70ZD.jpg","null","0","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","23847","tt0068168","en","Across 110th Street","In a daring robbery, some $300,000 is taken from the Italian mob. Several mafiosi are killed, as are two policemen. Lt. Pope and Mattelli are two New York City cops trying to break the case. Three small-time criminals are on the run with the money. Will the mafia catch them first, or will the police?","3.018","/rBbjSAA6sfCod4n4KlaiSCV1jiA.jpg","[{'id':16127,'logo_path':null,'name':'Film Guarantors','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1972-12-19","0","102","[{'iso_639_1':'en','name':'English'}]","Released","If you steal $300,000 from the mob, It's not robbery. It's suicide.","Across 110th Street","false","7","39" +"false","/fAX6bvEKcWQmZMlB5NZzSoJkRuG.jpg","{'id':3167,'name':'Ace Ventura Collection','poster_path':'/qCxH543pScFed1CycwJ1nVgrkOc.jpg','backdrop_path':'/aPoX8RAxA9J2XW44Ud0AozTUFop.jpg'}","15000000","[{'id':35,'name':'Comedy'},{'id':9648,'name':'Mystery'}]","","3049","tt0109040","en","Ace Ventura: Pet Detective","He's Ace Ventura: Pet Detective. Jim Carrey is on the case to find the Miami Dolphins' missing mascot and quarterback Dan Marino. He goes eyeball to eyeball with a man-eating shark, stakes out the Miami Dolphins and woos and wows the ladies. Whether he's undercover, under fire or underwater, he always gets his man??? or beast!","13.308","/nZirljb8XYbKTWsRQTplDGhx39Q.jpg","[{'id':10210,'logo_path':null,'name':'Morgan Creek Productions','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1994-02-04","107217396","86","[{'iso_639_1':'en','name':'English'}]","Released","He's the best there is! (Actually, he's the only one there is.)","Ace Ventura: Pet Detective","false","6.5","2975" +"false","/qFYwztFX1gx9PZLnTEokQw5q04G.jpg","{'id':3167,'name':'Ace Ventura Collection','poster_path':'/qCxH543pScFed1CycwJ1nVgrkOc.jpg','backdrop_path':'/aPoX8RAxA9J2XW44Ud0AozTUFop.jpg'}","30000000","[{'id':80,'name':'Crime'},{'id':35,'name':'Comedy'},{'id':12,'name':'Adventure'}]","","9273","tt0112281","en","Ace Ventura: When Nature Calls","Summoned from an ashram in Tibet, Ace finds himself on a perilous journey into the jungles of Africa to find Shikaka, the missing sacred animal of the friendly Wachati tribe. He must accomplish this before the wedding of the Wachati's Princess to the prince of the warrior Wachootoos. If Ace fails, the result will be a vicious tribal war.","12.133","/wRlGnJhEzcxBjvWtvbjhDSU1cIY.jpg","[{'id':5682,'logo_path':null,'name':'O Entertainment','origin_country':''},{'id':10210,'logo_path':null,'name':'Morgan Creek Productions','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1995-11-10","212385533","90","[{'iso_639_1':'en','name':'English'}]","Released","New animals. New adventures. Same hair.","Ace Ventura: When Nature Calls","false","6.2","2062" +"false","/tks1iihrgodKkUobDjr0UFENimk.jpg","null","1821052","[{'id':18,'name':'Drama'}]","","25364","tt0043338","en","Ace in the Hole","A frustrated former big-city journalist now stuck working for an Albuquerque newspaper exploits a story about a man trapped in a cave to revitalize his career, but the situation quickly escalates into an out-of-control media circus.","7.19","/1NwZ6Sx4Eq7eT02abcI7YqfXdJk.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1951-06-29","1300000","111","[{'iso_639_1':'la','name':'Latin'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","Rough, tough Chuck Tatum, who battered his way to the top ... trampling everything in his path - men, women and morals !","Ace in the Hole","false","8","219" +"false","/qJQULspNOGiFcEFn42iXjlPE3pU.jpg","null","600000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","74544","tt0061328","en","Accident","Stephen is a professor at Oxford University who is caught in a rut and feels trapped by his life in both academia and marriage. One of his students, William, is engaged to the beautiful Anna, and Stephen becomes enamored of the younger woman. These three people become linked together by a horrible car crash, with flashbacks providing details into the lives of each person and their connection to the others in this brooding English drama.","1.328","/1M5j6se30q5xQfNepeeKRD15vHu.jpg","[{'id':17270,'logo_path':null,'name':'Royal Avenue Chelsea','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1967-02-05","0","105","[{'iso_639_1':'en','name':'English'}]","Released","The story of a love triangle... and the four people trapped in it!","Accident","false","6.2","21" +"false","/rdKDLEHq2IfTyIZrMuX0557SoRz.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':80,'name':'Crime'}]","","332976","tt3503840","en","Absolution","When a contract killer (Steven Seagal) encounters a girl on the run from a dangerous mob boss (Vinnie Jones) with powerful political ties, running a human trafficking operation, he is torn between protecting the girl, and remaining loyal to the government agency that hired him.","5.399","/gbHQhSRr52lDv1FRXqBPTsm80dq.jpg","[{'id':52715,'logo_path':null,'name':'Actionhouse','origin_country':''},{'id':3495,'logo_path':null,'name':'Steamroller Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-05-04","0","95","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","Revenge has its own set of rules","Absolution","false","4.7","57" +"false","/5tU6uHzBTyvHDC6DEhfsGi9AbIY.jpg","null","70000","[{'id':9648,'name':'Mystery'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","74777","tt1610996","en","Absentia","Tricia's husband Daniel has been missing for seven years. Her younger sister Callie comes to live with her as the pressure mounts to finally declare him 'dead in absentia.' As Tricia sifts through the wreckage and tries to move on with her life, Callie finds herself drawn to an ominous tunnel near the house. As she begins to link it to other mysterious disappearances, it becomes clear that Daniel's presumed death might be anything but 'natural.' The ancient force at work in the tunnel might have set its sights on Callie and Tricia... and Daniel might be suffering a fate far worse than death in its grasp.","8.263","/pj7aP0kN787m6uYT03fmoT08dwW.jpg","[{'id':24563,'logo_path':null,'name':'FallBack Plan Productions','origin_country':''},{'id':24562,'logo_path':null,'name':'Blue Dot Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-03-03","0","92","[{'iso_639_1':'en','name':'English'}]","Released","There are fates worse than death.","Absentia","false","5.9","173" +"false","/6dJgvOSLD6DKYqd29HsC10Cjyii.jpg","null","69000000","[{'id':28,'name':'Action'},{'id':14,'name':'Fantasy'},{'id':27,'name':'Horror'}]","","72331","tt1611224","en","Abraham Lincoln: Vampire Hunter","President Lincoln's mother is killed by a supernatural creature, which fuels his passion to crush vampires and their slave-owning helpers.","11.631","/lHcaLiPDDrLmJAL2MTlMzgM2s2x.jpg","[{'id':1038,'logo_path':'/o62j8ZNXmRTrq6ThviFWiL9zb8J.png','name':'Bazelevs Production','origin_country':'RU'},{'id':8601,'logo_path':null,'name':'Tim Burton Productions','origin_country':''},{'id':36430,'logo_path':null,'name':'Abraham Productions','origin_country':''},{'id':36431,'logo_path':null,'name':'Location Gourmet','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-06-20","37519974","94","[{'iso_639_1':'en','name':'English'}]","Released","Are you a patriot or a vampire?","Abraham Lincoln: Vampire Hunter","false","5.6","1942" +"false","/o9y1zxv1XxKflTt4VFW9nsMzYKi.jpg","null","0","[{'id':36,'name':'History'},{'id':18,'name':'Drama'}]","","130816","tt0020620","en","Abraham Lincoln","Silent film master D.W. Griffith's first talkie works as a companion piece to his classic BIRTH OF A NATION, providing a detailed biographical sketch of the 16th president. We see his birth in a log cabin, the tragic death of his first love, Ann Rutledge (Una Merkel), his debates with Douglas, his accepting of the presidency, the terrible toll of the Civil War, and finally the tragic assassination at Ford's Theater. Griffith shows his usual meticulous attention to period detail, and the framing of the various vignettes has the feel of historical photographs come to life. Walter Huston is excellent in the title role, with a portrayal that subtly evolves from laconic, wizened rascal to noble elder statesman. This is a fascinating, worthy film, and an interesting historical document in and of itself.","1.565","/jat652dVfzIBzFbtQdIeDp6ihlo.jpg","[{'id':13914,'logo_path':null,'name':'Feature Productions','origin_country':''},{'id':4759,'logo_path':null,'name':'D.W. Griffith Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1930-11-08","0","96","[{'iso_639_1':'en','name':'English'}]","Released","The wonder film of the century, about the most romantic figure who ever lived!","Abraham Lincoln","false","5.2","12" +"false","/hgMi1gMqKcRoh9eeM08HFOIdZ0J.jpg","null","150000","[{'id':27,'name':'Horror'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://www.theasylum.cc/product.php?id=202","98948","tt2246549","en","Abraham Lincoln vs. Zombies","As Abraham Lincoln labors over the Gettysburg address, the importance of which he is fully aware, he learns that a menace from his past has returned, threatening to tear the already fractured nation to pieces. He must journey behind enemy lines to face an foe far more fearsome than the Confederate army: the walking dead.","2.833","/hLy2LnHr0TZvelvSK0Dd4bmObTK.jpg","[{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-05-29","0","90","[{'iso_639_1':'en','name':'English'}]","Released","He emancipated the slave... he saved the union... and slaughtered the undead!","Abraham Lincoln vs. Zombies","false","3.8","60" +"false","/1wyFgywBCCSnniSOHLlIZijNcty.jpg","null","12500000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","222899","tt1826590","en","About Last Night","A modern reimagining of the classic romantic comedy, this contemporary version closely follows new love for two couples as they journey from the bar to the bedroom and are eventually put to the test in the real world.","7.432","/scGmWVpSt0Yaanwuxe1IvA5lZRG.jpg","[{'id':127,'logo_path':null,'name':'Screen Gems, Inc.','origin_country':''},{'id':7291,'logo_path':'/eo8YnSO7wpUHVEprnMDOUcalhFD.png','name':'Olive Bridge Entertainment','origin_country':'US'},{'id':1309,'logo_path':'/gdsheJrD3lznh3O2qEPBDn54Anq.png','name':'Rainforest Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-02-14","49002684","100","[{'iso_639_1':'en','name':'English'}]","Released","It's about compromise. It's about love. It's about a good wingman.","About Last Night","false","6","299" +"false","/oNBv90rLY76ifEExrFHdJgLzBQG.jpg","null","12000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'}]","","122906","tt2194499","en","About Time","The night after another unsatisfactory New Year party, Tim's father tells his son that the men in his family have always had the ability to travel through time. Tim can't change history, but he can change what happens and has happened in his own life ??? so he decides to make his world a better place... by getting a girlfriend. Sadly, that turns out not to be as easy as he thinks.","17.186","/zSuh8dGwqpsWR7ccvYbfxbSZ37o.jpg","[{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'},{'id':14384,'logo_path':null,'name':'Translux','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2013-08-16","87100449","123","[{'iso_639_1':'en','name':'English'}]","Released","What if every moment in life came with a second chance?","About Time","false","7.9","3711" +"false","/nOxOaJT7BkmSAdIBMK4BESI2zde.jpg","null","2500000","[{'id':18,'name':'Drama'}]","","94901","tt1945062","en","About Cherry","A drama centered on a troubled young woman who moves to San Francisco, where she gets involved in pornography and aligns herself with a cocaine-addicted lawyer.","8.886","/8m4cU75IzvsQQ7QovMm3k0VCkoJ.jpg","[{'id':21608,'logo_path':null,'name':'Enderby Entertainment','origin_country':''},{'id':12876,'logo_path':null,'name':'Gordon Bijelonic / Datari Turner Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-02-14","3003","102","[{'iso_639_1':'en','name':'English'}]","Released","There's No Such Thing As Going Too Far.","About Cherry","false","4.5","134" +"false","/otdKUh7T5JNLEmCdzVuvMQqgmAs.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","","259956","tt2667918","en","About Alex","A circle of twenty-something friends reunite for a weekend away to console a suicidal member of their group. Yet, despite their best efforts to enjoy themselves, a tinderbox of old jealousies, unrequited love, and widening political differences leads to an explosion of drama that, coupled with the flammable combination of drugs, wine, and risotto, cannot be contained. A Big Chill for our current social media moment, About Alex is a lighthearted look at the struggles of a generation that has it all???and wants more.","4.627","/1MFCT3zmErkuDtAAaE2XT7I8RRs.jpg","[{'id':35076,'logo_path':null,'name':'Footprint Features','origin_country':''},{'id':348,'logo_path':null,'name':'Bedford Falls Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-08-08","0","96","[{'iso_639_1':'en','name':'English'}]","Released","Sex #Jealousy #Wine #Regret - After all, what are friends for?","About Alex","false","6.5","80" +"false","/9YwwUNJKUsJ4mOERvUK9ITP0Qou.jpg","null","27000000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://movies.uip.de/aboutaboy/","245","tt0276751","en","About a Boy","Will Freeman is a hip Londoner who one day realizes that his friends are all involved with the responsibilities of married life and that leaves him alone in the cold. Passing himself off as a single father, he starts to meet a string of single mums, confident in his ability to leave them behind when they start to ask for a commitment. But Will's hope of a continued bachelorhood is interrupted when he meets 12-year old Marcus, in many ways his complete opposite.","6.195","/1kz4Q2v7cxwNnTfkjrujzWAVCne.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","2002-04-26","129000000","101","[{'iso_639_1':'en','name':'English'}]","Released","One ordinary couple. One little white lie.","About a Boy","false","6.7","1120" +"false","/4h6c98SPvXCfmZ0Qn5TaCZisy2K.jpg","null","35000000","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':9648,'name':'Mystery'}]","http://www.abductionthefilm.com/","59965","tt1600195","en","Abduction","A young man sets out to uncover the truth about his life after finding his baby photo on a missing persons website.","11.041","/cUT6NQP5LAJpmUoStGtXmvNt4zA.jpg","[{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':829,'logo_path':'/mzpAmEQ5P1gFvdRoNyCk9q8ngiv.png','name':'Vertigo Entertainment','origin_country':'US'},{'id':3672,'logo_path':'/5VWXJgYYrJZUE0hixvBdVfGSfmo.png','name':'Gotham Group','origin_country':'US'},{'id':24557,'logo_path':null,'name':'Tailor Made','origin_country':''},{'id':24558,'logo_path':null,'name':'Mango Farms','origin_country':''},{'id':24561,'logo_path':null,'name':'Quick Six Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-09-22","82087155","106","[{'iso_639_1':'en','name':'English'}]","Released","They stole his life. He's taking it back.","Abduction","false","5.7","1720" +"false","/nKHwNmUGe002ayPlfwG9CVTIXC2.jpg","null","11800000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www2.warnerbros.com/walktoremember/main.html","10229","tt0281358","en","A Walk to Remember","When the popular, restless Landon Carter is forced to participate in the school drama production he falls in love with Jamie Sullivan, the daughter of the town's minister. Jamie has a ""to-do"" list for her life and also a very big secret she must keep from Landon.","9.283","/kso0otMalKy9qSEdrzYP7Bc3Rjg.jpg","[{'id':5367,'logo_path':null,'name':'Gaylord Films','origin_country':''},{'id':5329,'logo_path':null,'name':'Pandora Pictures','origin_country':''},{'id':813,'logo_path':null,'name':'DiNovi Pictures','origin_country':''},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-01-25","47494916","101","[{'iso_639_1':'en','name':'English'}]","Released","It all comes down to who's by your side","A Walk to Remember","false","7.6","2070" +"false","/e56QsaJy1weAUukiK2ZmIGVUALF.jpg","null","28000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","169917","tt0365907","en","A Walk Among the Tombstones","Private investigator Matthew Scudder is hired by a drug kingpin to find out who kidnapped and murdered his wife.","19.68","/xxe77USOk2tPnq7G4cL42gf1OxQ.jpg","[{'id':39043,'logo_path':null,'name':'Traveling Picture Show Company (TPSC)','origin_country':''},{'id':216,'logo_path':null,'name':'Jersey Films','origin_country':''},{'id':40106,'logo_path':null,'name':'Free State Pictures','origin_country':''},{'id':11448,'logo_path':'/twhX9HMUuGW4Mhb45AyWDhRqkvR.png','name':'Exclusive Media','origin_country':'US'},{'id':10246,'logo_path':'/rREvQNWAxkDfY9CDn2c5YxEMPdP.png','name':'Cross Creek Pictures','origin_country':'US'},{'id':8532,'logo_path':null,'name':'1984 Private Defense Contractors','origin_country':''},{'id':40107,'logo_path':null,'name':'Da Vinci Media Ventures','origin_country':''},{'id':215,'logo_path':'/tQyeqkCj24krhY2W8qeAztcOS37.png','name':'Double Feature Films','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-09-18","53181600","113","[{'iso_639_1':'en','name':'English'}]","Released","Some people are afraid of all the wrong things","A Walk Among the Tombstones","false","6.3","1633" +"false","/9SudvdR6HYtgTqMz17RYXdWuTUl.jpg","{'id':645,'name':'James Bond Collection','poster_path':'/HORpg5CSkmeQlAolx3bKMrKgfi.jpg','backdrop_path':'/6VcVl48kNKvdXOZfJPdarlUGOsk.jpg'}","30000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://www.mgm.com/view/movie/2101/A-View-to-a-Kill/","707","tt0090264","en","A View to a Kill","A newly developed microchip designed by Zorin Industries for the British Government that can survive the electromagnetic radiation caused by a nuclear explosion has landed in the hands of the KGB. James Bond must find out how and why. His suspicions soon lead him to big industry leader Max Zorin.","22.279","/veDMW7eX6tat86EapsvGEICJ8Tq.jpg","[{'id':7576,'logo_path':'/oYcUi1byZ312Z3xiz5ojz9RQLND.png','name':'Eon Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1985-05-24","152427960","131","[{'iso_639_1':'en','name':'English'}]","Released","Has James Bond finally met his match?","A View to a Kill","false","6.2","821" +"false","/idVdfyi51JtG7N5DPW6qeSankyV.jpg","null","100000000","[{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'},{'id':12,'name':'Adventure'}]","","644","tt0212720","en","A.I. Artificial Intelligence","David, a robotic boy???the first of his kind programmed to love???is adopted as a test case by a Cybertronics employee and his wife. Though he gradually becomes their child, a series of unexpected circumstances make this life impossible for David. Without final acceptance by humans or machines, David embarks on a journey to discover where he truly belongs, uncovering a world in which the line between robot and machine is both vast and profoundly thin.","13.76","/wnUAcUrMRGPPZUDroLeZhSjLkuu.jpg","[{'id':56,'logo_path':'/cEaxANEisCqeEoRvODv2dO1I0iI.png','name':'Amblin Entertainment','origin_country':'US'},{'id':385,'logo_path':null,'name':'Stanley Kubrick Productions','origin_country':''},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-06-29","235926552","146","[{'iso_639_1':'en','name':'English'}]","Released","David is 11 years old. He weighs 60 pounds. He is 4 feet, 6 inches tall. He has brown hair. His love is real. But he is not.","A.I. Artificial Intelligence","false","7","3381" +"false","/vxsR4pjm8VNFrywz9TQLj3loxNB.jpg","null","70000000","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","http://www.agoralapelicula.com/","26428","tt1186830","en","Agora","A historical drama set in Roman Egypt, concerning philosopher Hypatia of Alexandria and her relationship with her slave Davus, who is torn between his love for her and the possibility of gaining his freedom by joining the rising tide of Christianity.","8.777","/hZcl4TuZYTNWztIP8Zpvr6YLxiY.jpg","[{'id':9974,'logo_path':null,'name':'Instituto de la Cinematograf??a y de las Artes Audiovisuales','origin_country':'ES'},{'id':784,'logo_path':null,'name':'Himen??ptero','origin_country':''},{'id':5444,'logo_path':null,'name':'Mod Producciones','origin_country':''},{'id':7636,'logo_path':'/e6uCvCNTf0nnery1iaQh6QSgpbn.png','name':'Nimar Studios','origin_country':'BG'},{'id':9335,'logo_path':null,'name':'Canal+ Espa??a','origin_country':'ES'},{'id':19927,'logo_path':null,'name':'Government of Malta','origin_country':''},{'id':1182,'logo_path':'/bkgwJWvqqLuzsXV2Qv3Mg3wfcNZ.png','name':'Telecinco Cinema','origin_country':'ES'}]","[{'iso_3166_1':'ES','name':'Spain'}]","2009-05-17","39041505","127","[{'iso_639_1':'es','name':'Espa??ol'}]","Released","Alexandria, Egypt. 391 A.D. The World Changed Forever.","Agora","false","6.9","697" +"false","/3i2ZG0RGhYTgHkV4touDJWU6k4C.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'}]","","275619","tt3677466","en","Age of Tomorrow","Mankind must fight to survive as Earth is invaded by hostile UFOs bent on destroying the planet. As the epic battle wages on, astronauts sneak aboard the mothership where they discover a portal to the aliens' home world. They manage to alert Earth before they are brutally murdered. Left with no other choice, Earth sends an elite military team of science and combat specialists through the portal where they attempt to stop the invasion from the inside out.","2.266","/p6Drc7aiCWoXcs1kfOJQAytqyWc.jpg","[{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-06-10","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Extinction Has Arrived","Age of Tomorrow","false","2.9","38" +"false","/tWW0tPDA1Nt6Z3bryzYR9k4T6O9.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':878,'name':'Science Fiction'}]","http://www.theasylum.cc/product.php?id=261","297544","tt3924510","en","Age of Ice","Massive earthquakes open the Arabian tectonic plate, resulting in unstable weather and freezing temperatures that will be unsurvivable by nightfall. Attempting to reach safety, a vacationing family in Egypt must battle the rapidly cooling temperatures that usher in a new Ice Age, covering the Sphinx, Pyramids, and Sahara Desert with mountains of snow.","2.103","/sA1GTzAk3Y1R8jsTqTfI7oGmnAe.jpg","[{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-12-09","0","85","[{'iso_639_1':'en','name':'English'}]","Released","The world's greatest desert now a frozen apocalypse.","Age of Ice","false","2.7","20" +"false","/rL4qTwE0j8CR7dV4pTHqhvwnB4B.jpg","null","0","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","","192813","tt2518926","en","Age of Dinosaurs","Using breakthrough flesh-regeneration technology, a biotech firm creates a set of living dinosaurs. But when the creatures escape their museum exhibit and terrorize Los Angeles, a former firefighter must rescue his teenage daughter from the chaos brought on by the Age of Dinosaurs","4.86","/pigdOLfwnbLAmhbVHQaWgymbqmQ.jpg","[{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-05-11","0","88","[{'iso_639_1':'en','name':'English'}]","Released","Back from extinction!","Age of Dinosaurs","false","4","51" +"false","/rpmr8TKL1zmuMUptCW6pTpvgMkA.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","156708","tt2312890","en","Afternoon Delight","Rachel is a quick-witted and lovable stay-at-home mom. Frustrated with the realities of preschool auctions, a lacklustre sex life and career that's gone kaput, she visits a strip club to spice up her marriage and meets McKenna, a stripper she adopts as her live-in nanny.","7.024","/xdOKahB0LOWdQS2OZqyVeO4lPHC.jpg","[{'id':25844,'logo_path':null,'name':'72 Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-08-30","0","95","[{'iso_639_1':'en','name':'English'}]","Released","The cure for the common marriage","Afternoon Delight","false","5.8","111" +"false","/9vgd9tMEGzteNRdd1UezWdYijKn.jpg","{'id':445496,'name':'Against the Wild Collection','poster_path':'/xz6sJloViXF14uj7yYD98xGXzpe.jpg','backdrop_path':'/jWxqP0tyhA28G2BV7lsXFXMVOvo.jpg'}","1493619","[{'id':12,'name':'Adventure'},{'id':10751,'name':'Family'}]","http://againstthewild.com/","246449","tt2475846","en","Against the Wild","The action-packed feature film tells the dramatic tale of two siblings and their Alaskan Malamute, who must make an emergency landing when their small plane has engine problems. They find themselves in a beautiful but potentially dangerous natural environment that they must overcome together.","1.966","/fp82exr7Mt1Dh9IFFwCDrQnQ4WZ.jpg","[{'id':26343,'logo_path':null,'name':'Against the Wild Films','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2013-12-29","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Partners in survival. Friends for life.","Against the Wild","false","5.3","26" +"false","/4BXGXTcfQ8n5PTX0YL0UDWQSdNC.jpg","null","0","[{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","http://www.anolivebranchmedia.com/philosophers.htm","198287","tt1928340","en","After the Dark","At an international school in Jakarta, a philosophy teacher challenges his class of twenty graduating seniors to choose which ten of them would take shelter underground and reboot the human race in the event of a nuclear apocalypse.","5.943","/mTSBjTriWuvYp27dsTWF9hs25HB.jpg","[{'id':8689,'logo_path':null,'name':'An Olive Branch Productions','origin_country':''},{'id':18829,'logo_path':null,'name':'SCTV','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-07-06","0","107","[{'iso_639_1':'en','name':'English'}]","Released","Smart. Talented. Beautiful. Stranded.","After the Dark","false","6.3","419" +"false","/79sgOV7YZk846qwy7g5sarYN08O.jpg","null","130000000","[{'id':878,'name':'Science Fiction'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'}]","","82700","tt1815862","en","After Earth","One thousand years after cataclysmic events forced humanity's escape from Earth, Nova Prime has become mankind's new home. Legendary General Cypher Raige returns from an extended tour of duty to his estranged family, ready to be a father to his 13-year-old son, Kitai. When an asteroid storm damages Cypher and Kitai's craft, they crash-land on a now unfamiliar and dangerous Earth. As his father lies dying in the cockpit, Kitai must trek across the hostile terrain to recover their rescue beacon. His whole life, Kitai has wanted nothing more than to be a soldier like his father. Today, he gets his chance.","13.507","/d0vReo0jcMhBjCLYZAFqWHcb7Lj.jpg","[{'id':12236,'logo_path':'/uV6QBPdn3MjQzAFdgEel6od7geg.png','name':'Blinding Edge Pictures','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':907,'logo_path':'/ca5SWI5uvU985f8Kbb4xc8AmVWH.png','name':'Overbrook Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-05-30","243843127","100","[{'iso_639_1':'en','name':'English'}]","Released","Danger is real, fear is a choice","After Earth","false","5.1","3987" +"false","/kmMUfkbJgQxnDnjLaKOsnPlddh6.jpg","null","0","[{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","118612","tt1799508","en","After","When two bus crash survivors awake to discover that they are the only people left in their small town, they must form an unlikely alliance in a race to unravel the truth behind their isolation. As strange events begin to unfold, they start to question whether the town they know so well is really what it seems.","4.291","/5Wj6IazHsDQOJDnlOfJBVirUEDG.jpg","[{'id':25567,'logo_path':null,'name':'Quite Quick Productions','origin_country':''},{'id':25566,'logo_path':null,'name':'Seabourne Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-08-27","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","After","false","5.7","84" +"false","/7GMEJc9PjxC0q9xbytvpl3ch3N9.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':10751,'name':'Family'},{'id':12,'name':'Adventure'}]","http://disney.go.com/disneynature/africancats/","57586","tt1223236","en","African Cats","African Cats captures the real-life love, humor and determination of the majestic kings of the savanna. The story features Mara, an endearing lion cub who strives to grow up with her mother???s strength, spirit and wisdom; Sita, a fearless cheetah and single mother of five mischievous newborns; and Fang, a proud leader of the pride who must defend his family from a once banished lion.","7.061","/3exZKtP0r88MhP12HeTgp4uiVRu.jpg","[{'id':4436,'logo_path':'/iCnomrQJMG059X084K4bARkYIhM.png','name':'Disneynature','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-04-22","15240456","89","[{'iso_639_1':'en','name':'English'}]","Released","","African Cats","false","7.1","102" +"false","/q98RIq2DdJragrWAM5wWOxd5Qni.jpg","null","9500000","[{'id':35,'name':'Comedy'}]","http://www.adventurelandthefilm.com/","16614","tt1091722","en","Adventureland","In the summer of 1987, a college graduate takes a 'nowhere' job at his local amusement park, only to find it's the perfect course to get him prepared for the real world.","6.918","/3ovx1gcQeDIW22IF1TqiugKQv3W.jpg","[{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':737,'logo_path':'/dK1GZ1u4our8sJW0Sts1JHeNSLn.png','name':'Sidney Kimmel Entertainment','origin_country':'US'},{'id':10059,'logo_path':null,'name':'This Is That Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-04-03","17164377","107","[{'iso_639_1':'en','name':'English'}]","Released","Nothing brings people together like a crappy summer job.","Adventureland","false","6.4","1216" +"false","/3c7e0IywQOmPKyVRPwNe2uys0MZ.jpg","null","62000000","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'}]","","8202","tt0402022","en","??on Flux","400 years into the future, disease has wiped out the majority of the world's population, except one walled city, Bregna, ruled by a congress of scientists. When ??on Flux, the top operative in the underground 'Monican' rebellion, is sent on a mission to kill a government leader, she uncovers a world of secrets.","12.967","/3rKw2QInyaACZ6wnqSg4nAXgKal.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':126,'logo_path':'/kADPanRDkKTxncPXXVahvHPUvCj.png','name':'Lakeshore Entertainment','origin_country':'US'},{'id':11533,'logo_path':'/tWM9pmzVYxok4GbQIttxdcml1yT.png','name':'Valhalla Motion Pictures','origin_country':'US'},{'id':746,'logo_path':'/kc7bdIVTBkJYy9aDK1QDDTAL463.png','name':'MTV Films','origin_country':'US'},{'id':11534,'logo_path':null,'name':'MTV Productions','origin_country':''},{'id':6041,'logo_path':null,'name':'Colossal Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-11-30","52304001","93","[{'iso_639_1':'en','name':'English'}]","Released","The Perfect World Meets The Perfect Assassin","??on Flux","false","5.5","1071" +"false","/rkqJa8pOYGCyR73tjvLQQczvhI2.jpg","null","0","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'}]","","297460","tt2565280","en","Adormidera","Malta, the late 1300s. Five soldiers are returning home from battle. Hungry and exhausted, they stumble upon a fort. What was meant to be a one-night stopover rapidly escalades into a whirlwind of intrigue and an epic sword fight for retribution. Will a beautiful woman change their destiny? Or are they doomed to die in their ever quest to protect their land against invaders?","1.4","/g0Dem0oLNHYZOWqz71ShfckjHvO.jpg","[{'id':51898,'logo_path':null,'name':'ERA Productions','origin_country':''},{'id':41740,'logo_path':null,'name':'Great Siege Productions','origin_country':''}]","[{'iso_3166_1':'MT','name':'Malta'}]","2013-01-01","0","90","[{'iso_639_1':'en','name':'English'}]","Released","There is no glory in battle!","Adormidera","false","3.8","4" +"false","/32ubBXBoJFm0nP1jVECMlGV65T4.jpg","null","16000000","[{'id':18,'name':'Drama'}]","","111190","tt2103267","en","Adore","Lil and Roz are two lifelong friends, having grown up together as neighbors in an idyllic beach town. As adults, their sons have developed a friendship as strong as that which binds their mothers. One summer, all four are confronted by simmering emotions that have been mounting between them, and each find unexpected happiness in relationships that cross the bounds of convention.","9.505","/l2OTtTGfSfBRKArvzn14sk3xiNL.jpg","[{'id':9,'logo_path':'/nda3dTUYdDrJ6rZqBpYvY865aDv.png','name':'Gaumont','origin_country':'FR'},{'id':7584,'logo_path':'/eGkfvvyf4fJTvBUR1xt1669IPA3.png','name':'Screen Australia','origin_country':'AU'},{'id':2564,'logo_path':null,'name':'Cin??@','origin_country':''},{'id':21079,'logo_path':null,'name':'Hopscotch Features','origin_country':''},{'id':22983,'logo_path':null,'name':'Mon Voisin Productions','origin_country':''},{'id':10951,'logo_path':'/48iBaAPgtoirf3C25HNkL9MhWfj.png','name':'Screen NSW','origin_country':'AU'},{'id':104,'logo_path':'/9aotxauvc9685tq9pTcRJszuT06.png','name':'Canal+','origin_country':'FR'},{'id':83,'logo_path':'/9OQ0rm55xtlgX7KcAKMUePJSrQc.png','name':'France 2 Cin??ma','origin_country':'FR'},{'id':7131,'logo_path':'/eLvjHPYZ12GR58lrDgg6MXZp2a3.png','name':'France T??l??visions','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'AU','name':'Australia'}]","2013-04-03","318982","100","[{'iso_639_1':'en','name':'English'}]","Released","","Adore","false","6","539" +"false","/ep0WoWI5NwwD62bBNWgIS3lySAk.jpg","null","13000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","144340","tt1814621","en","Admission","Straitlaced Princeton University admissions officer, Portia Nathan is caught off-guard when she makes a recruiting visit to an alternative high school overseen by her former college classmate, the freewheeling John Pressman. Pressman has surmised that Jeremiah, his gifted yet very unconventional student, might well be the son that Portia secretly gave up for adoption many years ago.","6.806","/jxNBmnP2Q1hTWuqCPUTRavGrjLt.jpg","[{'id':10146,'logo_path':'/xnFIOeq5cKw09kCWqV7foWDe4AA.png','name':'Focus Features','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-03-21","18000000","107","[{'iso_639_1':'en','name':'English'}]","Released","Let someone in.","Admission","false","5.5","376" +"false","/c0m38SivpqtLGefmf8CDZlvOBti.jpg","null","19000000","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","http://www.sonypictures.com/homevideo/adaptation/index.html","2757","tt0268126","en","Adaptation.","A love-lorn script writer grows increasingly desperate in his quest to adapt the book 'The Orchid Thief'.","9.736","/5trb1V5f3IsjpZx2GiuUylowl3W.jpg","[{'id':278,'logo_path':null,'name':'Propaganda Films','origin_country':''},{'id':267,'logo_path':null,'name':'Beverly Detroit','origin_country':''},{'id':1274,'logo_path':null,'name':'Clinica Estetico','origin_country':''},{'id':10565,'logo_path':null,'name':'Good Machine','origin_country':'US'},{'id':8856,'logo_path':null,'name':'Intermedia','origin_country':''},{'id':23227,'logo_path':null,'name':'Magnet Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-12-06","32801173","115","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'la','name':'Latin'}]","Released","From the creator of Being John Malkovich, comes the story about the creator of Being John Malkovich.","Adaptation.","false","7.4","1113" +"false","/htNeKbkSBubGrdmPPg8lFZjSUdH.jpg","null","12000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':10752,'name':'War'}]","http://www.actofvalor.com/","75674","tt1591479","en","Act of Valor","When a covert mission to rescue a kidnapped CIA operative uncovers a chilling plot, an elite, highly trained U.S. SEAL team speeds to hotspots around the globe, racing against the clock to stop a deadly terrorist attack.","10.353","/1Xcd5ci69pVXMPP02DU11Ffq0yY.jpg","[{'id':8403,'logo_path':null,'name':'Bandito Brothers','origin_country':''},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-02-24","81272766","110","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","The only easy day was yesterday","Act of Valor","false","6.3","575" +"false","/3wM5Tver2VwLqZC41k0Dfy304y3.jpg","null","7000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","10117","tt0094612","en","Action Jackson","Vengence drives a tough Detroit cop to stay on the trail of a power hungry auto magnate who's systematically eliminating his competition.","5.885","/rg5WY1SiyPDuTYZs2vgTV0csVbz.jpg","[{'id':1885,'logo_path':'/xlvoOZr4s1PygosrwZyolIFe5xs.png','name':'Silver Pictures','origin_country':'US'},{'id':1887,'logo_path':null,'name':'Lorimar Motion Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-02-12","20256975","96","[{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","It's Time For","Action Jackson","false","5.2","81" +"false","/1ZdfkJiul04VyAcN9WHqawMPlz6.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':14,'name':'Fantasy'}]","http://www.acrosstheuniverse.com/","4688","tt0445922","en","Across the Universe","When young dockworker Jude leaves Liverpool to find his estranged father in America, he is swept up by the waves of change that are re-shaping the nation. Jude falls in love with Lucy, a rich but sheltered American girl who joins the growing anti-war movement in New York's Greenwich Village. As the body count in Vietnam rises, political tensions at home spiral out of control and the star-crossed lovers find themselves in a psychedelic world gone mad.","12.613","/447c8Te3DXC46rQvDEixKGO4dS6.jpg","[{'id':497,'logo_path':'/pMyhOBd3sCiLzBlmIopdJkcUFtn.png','name':'Revolution Studios','origin_country':''},{'id':598,'logo_path':null,'name':'Team Todd','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-09-14","0","133","[{'iso_639_1':'en','name':'English'}]","Released","All you need is love","Across the Universe","false","7.2","739" +"false","/tkxiEwG9xJIbyzvJSGYUyTkz3Mj.jpg","null","40000000","[{'id':35,'name':'Comedy'},{'id':37,'name':'Western'}]","","188161","tt2557490","en","A Million Ways to Die in the West","As a cowardly farmer begins to fall for the mysterious new woman in town, he must put his new-found courage to the test when her husband, a notorious gun-slinger, announces his arrival.","10.606","/12fqfvUmBOPg2pA0RsEhc31P28O.jpg","[{'id':31470,'logo_path':null,'name':'RGB Media','origin_country':''},{'id':27451,'logo_path':null,'name':'Bluegrass Films','origin_country':''},{'id':8789,'logo_path':null,'name':'Fuzzy Door Productions','origin_country':'US'},{'id':2531,'logo_path':'/pC2iDCDCvV85vOBP7a5Ukxuc0Du.png','name':'Media Rights Capital','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-05-22","86410000","116","[{'iso_639_1':'en','name':'English'}]","Released","Bring protection.","A Million Ways to Die in the West","false","5.8","2139" +"false","/zIG3wwEJZGeFAO5pkVPpXpKmQoL.jpg","null","0","[{'id':35,'name':'Comedy'}]","http://www.sycamorepictures.com/","286532","tt0910885","en","A Merry Friggin' Christmas","Boyd Mitchler and his family must spend Christmas with his estranged family of misfits. Upon realizing that he left all his son's gifts at home, he hits the road with his dad in an attempt to make the 8-hour round trip before sunrise.","8.41","/kAhQkl3XMgzdphC4Xs63imokkTy.jpg","[{'id':14319,'logo_path':'/z5jJhK1AMbr47CLVqsB4HpIBtHd.png','name':'Sycamore Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-11-07","0","88","[{'iso_639_1':'en','name':'English'}]","Released","Spend it with the ones you loathe","A Merry Friggin' Christmas","false","5","106" +"false","/yUEpdR58JXmlcCk76HWUMkFQQNh.jpg","null","0","[{'id':18,'name':'Drama'}]","","268536","tt2276069","en","A Master Builder","A successful, ego-maniacal architect who has spent a lifetime bullying his wife, employees and mistresses wants to make peace as his life approaches its final act.","1.547","/hlvs2omrrjg28XmQGG3jUKTZ5aZ.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-11-11","0","130","[{'iso_639_1':'en','name':'English'}]","Released","","A Master Builder","false","6.2","9" +"false","/3pAQqMg1bGPKA3OlPl8u8n1glcn.jpg","null","36000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'}]","http://www.newline.com/properties/manaparta.html","8409","tt0266465","en","A Man Apart","When Vetter's wife is killed in a botched hit organized by Diablo, he seeks revenge against those responsible. But in the process, Vetter and Hicks have to fight their way up the chain to get to Diablo but it's easier said than done when all Vetter can focus on is revenge.","9.566","/l9UIm6rCHzfbMy6KY8ynjV4kLHX.jpg","[{'id':16791,'logo_path':null,'name':'Newman/Tooley Films','origin_country':''},{'id':37103,'logo_path':null,'name':'\'DIA\' Productions GmbH & Co. KG','origin_country':''},{'id':21975,'logo_path':null,'name':'Joseph Nittolo Entertainment','origin_country':''},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'}]","[{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'US','name':'United States of America'}]","2003-04-04","44350926","109","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","Love changes a man. Revenge tears him apart.","A Man Apart","false","5.9","402" +"false","/6GizkVdEzsKPcI3LAgZpDXqgEgw.jpg","null","3900000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","874","tt0060665","en","A Man for All Seasons","A Man for All Seasons is the filmed version of the life of Thomas More. An English man comes to Sir Thomas More to ask if he can divorce his wife since King Henry VIII has made it illegal. Sir Thomas More stands up in opposition to the King even though he knows he???s risking his own life. An award winning film from 1966.","8.47","/mLFfDCdSH6wetMIIbG08hg51PbD.jpg","[{'id':571,'logo_path':null,'name':'Highland Films','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1966-12-12","28350000","120","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'la','name':'Latin'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","...a motion picture for all times!","A Man for All Seasons","false","7.6","156" +"false","/hTxT3nuM1yOOC6DZM1voRgVwiDP.jpg","null","30000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","8976","tt0391304","en","A Lot Like Love","On a flight from Los Angeles to New York, Oliver and Emily make a connection, only to decide that they are poorly suited to be together. Over the next seven years, however, they are reunited time and time again, they go from being acquaintances to close friends to ... lovers?","8.238","/anrhVr6lZqesL1HDgmX06Oo86R.jpg","[{'id':2977,'logo_path':null,'name':'Kevin Messick Productions','origin_country':''},{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':2976,'logo_path':null,'name':'Mile High Productions','origin_country':''},{'id':10157,'logo_path':null,'name':'Beacon Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2005-04-22","42886719","107","[{'iso_639_1':'en','name':'English'}]","Released","There's nothing better than a great romance... to ruin a perfectly good friendship.","A Lot Like Love","false","6.7","653" +"false","/dTrsoSHPEmT2JXN0F8I8VTTLf0q.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","65056","tt1319722","en","A Little Help","It's a movie for everyone whose life has been thrown off-course, out of whack, or simply not turned out the way they planned it. In other words, it's a movie for everyone, period. Set in suburban Long Island in the summer of 2002, with the psychic wounds of 9/11 still fresh, A Little Help is a story that takes a comic, searching and profoundly empathetic look at a few pivotal months in the life of dental hygienist Laura Pehlke (Jenna Fischer)-an ordinary woman whose life suddenly flies off the rails-and her heroic efforts to re-establish a sense of security and normalcy for herself and her son.","2.709","/nsBC7nTqeBmhvNLdKiDBAqJaE5r.jpg","[{'id':62764,'logo_path':null,'name':'Secret Handshake Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-07-22","0","109","[]","Released","","A Little Help","false","5.3","30" +"false","/hRdPa1NGhGWoquRQsSts5yOoLSS.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","45156","tt1440161","en","A Little Bit of Heaven","A guarded woman who finds out she's dying of cancer but, when she meets her match, the threat of falling in love is scarier than death.","6.874","/1DDjTd3eLaUyXcF3ndIUDZpHnPe.jpg","[{'id':36433,'logo_path':null,'name':'MJW Films','origin_country':'US'},{'id':1302,'logo_path':'/kQZtJdyphCmq292iGDqlUx0yk2D.png','name':'Davis Entertainment','origin_country':'US'},{'id':5257,'logo_path':null,'name':'The Film Department','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-02-03","1296937","106","[{'iso_639_1':'en','name':'English'}]","Released","Life starts now.","A Little Bit of Heaven","false","6.3","322" +"false","/zOJWilkG098sg9MrrU7N6EXXd4K.jpg","null","4000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","81390","tt1422136","en","A Lonely Place to Die","A group of five mountaineers are hiking and climbing in the Scottish Highlands when they discover a young Serbian girl buried in a small chamber in the wilderness. They become caught up in a terrifying game of cat and mouse with the kidnappers as they try to get the girl to safety.","11.064","/hDyRQTxiaE2Fbe2r0c3ekM6eRSX.jpg","[{'id':4098,'logo_path':null,'name':'Carnaby International','origin_country':''},{'id':21937,'logo_path':null,'name':'Eigerwand Pictures','origin_country':''},{'id':4250,'logo_path':null,'name':'Molinare Studios','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2011-04-09","25345000","99","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","Out here, there's nowhere to hide.","A Lonely Place to Die","false","6.2","245" +"false","/cTzJXKXqy8pqisykmDueETv6ikb.jpg","null","40000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","11287","tt0104694","en","A League of Their Own","As America's stock of athletic young men is depleted during World War II, a professional all-female baseball league springs up in the Midwest, funded by publicity-hungry candy maker Walter Harvey (Garry Marshall). Competitive sisters Dottie Hinson (Geena Davis) and Kit Keller (Lori Petty) spar with each other, scout Ernie Capadino (Jon Lovitz) and grumpy has-been coach Jimmy Dugan (Tom Hanks) on their way to fame. Madonna and Rosie O'Donnell co-star as two of the sisters' teammates.","11.997","/mHr58FxWSPZtxSqVxDpO12nKmMi.jpg","[{'id':1350,'logo_path':null,'name':'Parkway Productions','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-07-01","132440069","128","[{'iso_639_1':'en','name':'English'}]","Released","To achieve the incredible, you have to attempt the impossible.","A League of Their Own","false","7","622" +"false","/nmlqFLYlRt1VgGS0rC5RDOWKe63.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://www.alongwaydownmovie.co.uk","141043","tt0458413","en","A Long Way Down","Four lost souls???a disgraced TV presenter, a foul-mouthed teen, an isolated single mother and a solipsistic muso???decide to end their lives on the same night, New Year's Eve. When this disillusioned quartet of strangers meet unintentionally at the same suicide hotspot, a London high-rise with the well-earned nickname Topper's Tower, they mutually agree to call off their plans for six weeks, forming an unconventional, dysfunctional family and becoming media sensations as the Topper House Four and searching together for the reasons to keep on living.","6.826","/vIa83hicQj1ZFDG2bWfZaoUoa2e.jpg","[{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'DE','name':'Germany'}]","2014-03-20","7176347","96","[{'iso_639_1':'en','name':'English'}]","Released","Every friendship has its ups and downs.","A Long Way Down","false","6.2","514" +"false","/kohGZ3OqK31UYmf7b5fM5pB80VW.jpg","null","65000000","[{'id':12,'name':'Adventure'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'},{'id':28,'name':'Action'}]","","9476","tt0183790","en","A Knight's Tale","William Thatcher, a peasant, is sent to apprentice with a Knight named Hector as a young boy. Urged by his father to ""change his Stars"", he assumes Sir Hector's place in a tournament when Hector dies in the middle of it. He wins. With the other apprentices, he trains and assumes the title of Sir Ulrich von Lichtenstein.","14.429","/1ZUpkMivvlF0ZoyXQzHF4El3izv.jpg","[{'id':53007,'logo_path':null,'name':'Black and Blu Entertainment','origin_country':''},{'id':1423,'logo_path':'/9KSoL1oEQaBSPLwEhoZZRoxTzyx.png','name':'Escape Artists','origin_country':'US'},{'id':53008,'logo_path':null,'name':'Finestkind','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-05-11","117487473","132","[{'iso_639_1':'en','name':'English'}]","Released","He Will Rock You","A Knight's Tale","false","6.8","1574" +"false","/8rbvmhGmUqEjLmo2mDycTazEaAc.jpg","null","32000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","59","tt0399146","en","A History of Violence","An average family is thrust into the spotlight after the father commits a seemingly self-defense murder at his diner.","12.036","/mz1qCHXxTUJm2AqOdW3IIpwYdo3.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':429,'logo_path':'/2Tc1P3Ac8M479naPp1kYT3izLS5.png','name':'DC Comics','origin_country':'US'},{'id':6363,'logo_path':null,'name':'BenderSpink','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'DE','name':'Germany'}]","2005-09-23","60740827","96","[{'iso_639_1':'en','name':'English'}]","Released","Tom Stall had the perfect life... until he became a hero.","A History of Violence","false","7.1","1436" +"false","/AbgdeWvmTv3UI2zknDWzKiuFwrU.jpg","{'id':251937,'name':'A Haunted House Collection','poster_path':'/ycm511kfyzVVjRU70nxtAGjAPbQ.jpg','backdrop_path':'/5NTJZ571646mTziTOGt0jnq7uKe.jpg'}","2500000","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","https://www.facebook.com/AHauntedHouse?fref=ts","139038","tt2243537","en","A Haunted House","A spoof of all the ""found-footage/documentary style"" films released in recent years.","10.192","/e2PehlDPj2WEeEuMVJZTOyTnZZZ.jpg","[{'id':10427,'logo_path':'/3u5sNgPRbba0ND3SUMXPTT7On9h.png','name':'Open Road Films','origin_country':'US'},{'id':1205,'logo_path':null,'name':'Endgame Entertainment','origin_country':'US'},{'id':1608,'logo_path':null,'name':'Wayans Bros. Entertainment','origin_country':''},{'id':7437,'logo_path':'/e5CcgFrdlxMUwlsS72si8q1yHBr.png','name':'IM Global','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-01-11","60141683","86","[{'iso_639_1':'en','name':'English'}]","Released","This $*%! ain't paranormal.","A Haunted House","false","5.5","833" +"false","/y5UpNboiQsSCCvTzU4POdyBL5pn.jpg","{'id':251937,'name':'A Haunted House Collection','poster_path':'/ycm511kfyzVVjRU70nxtAGjAPbQ.jpg','backdrop_path':'/5NTJZ571646mTziTOGt0jnq7uKe.jpg'}","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","184345","tt2828996","en","A Haunted House 2","After exorcising the demons of his ex-, Malcolm starts afresh with his new girlfriend and her two children. After moving into their dream home, Malcolm is once again plagued by bizarre paranormal events.","8.312","/2c9utC3RGiw5NrqB72YIbp00uiF.jpg","[{'id':10427,'logo_path':'/3u5sNgPRbba0ND3SUMXPTT7On9h.png','name':'Open Road Films','origin_country':'US'},{'id':7625,'logo_path':'/kzq4ibnNeZrp00zpBWv3st1QCOh.png','name':'Automatik Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-04-17","0","87","[{'iso_639_1':'en','name':'English'}]","Released","It'll scare the #2 out of you.","A Haunted House 2","false","5.5","579" +"false","/i9KGUdPzaJBbbrZNYtyn26YLfCz.jpg","null","0","[{'id':53,'name':'Thriller'}]","","288281","tt2180994","en","A Good Marriage","After 25 years of a good marriage, what will Darcy do once she discovers her husband's sinister secret?","8.989","/8TqGEBVdC7uS6vBmKidOjcXaisx.jpg","[{'id':25578,'logo_path':null,'name':'Reno Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-10-03","0","103","[{'iso_639_1':'en','name':'English'}]","Released","Two Can Keep A Secret... If One Of Them Is Dead.","A Good Marriage","false","5.3","193" +"false","/6Ur2or2K7q4VTfXbbLrmL3C9uTa.jpg","null","35000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","9726","tt0401445","en","A Good Year","Failed London banker Max Skinner inherits his uncle's vineyard in Provence, where he spent many childhood holidays. Upon his arrival, he meets a woman from California who tells Max she is his long-lost cousin and that the property is hers.","8.645","/xxVoHo9Z9CZzRdkzj1IxrWYTQWT.jpg","[{'id':711,'logo_path':'/tEiIH5QesdheJmDAqQwvtN60727.png','name':'Fox 2000 Pictures','origin_country':'US'},{'id':1645,'logo_path':'/6Ry6uNBaa0IbbSs1XYIgX5DkA9r.png','name':'Scott Free Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-09-09","42064105","118","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Everything matures... eventually.","A Good Year","false","6.6","692" +"false","/rC4Pqxt1QsjwLcS04LLYgfSW3Qp.jpg","null","7000000","[{'id':28,'name':'Action'}]","","286668","tt3480556","en","A Good Man","After an illustrious special ops career ends in disaster, Alexander goes off the grid and attempts to lead a quiet life as a handyman at an apartment complex. But when one of his tenants and her family fall under the thumb of a Russian gangster, Alexander is dragged into an all-out war between rival Chinese and Russian gangs; forcing him to not only defend the family, but bringing him face to face with an old foe, and giving him one more chance to reconcile his past.","4.505","/3FdqoXAavwmGLkzhcAjnSJh0fN0.jpg","[{'id':21442,'logo_path':null,'name':'Picture Perfect Corp.','origin_country':''},{'id':3495,'logo_path':null,'name':'Steamroller Productions','origin_country':''},{'id':3604,'logo_path':'/jC6Hk3ZyNRlVPJsA0xGlAhgd2RP.png','name':'Grindstone Entertainment Group','origin_country':'US'},{'id':6626,'logo_path':'/A1BnMoWjzjOrjzpWimyBQkf84mS.png','name':'Voltage Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-08-19","0","100","[{'iso_639_1':'en','name':'English'}]","Released","","A Good Man","false","5.1","62" +"false","/17zArExB7ztm6fjUXZwQWgGMC9f.jpg","{'id':1570,'name':'Die Hard Collection','poster_path':'/xhnb5lVfwE7NHycdPNdIxHx7kZi.jpg','backdrop_path':'/5kHVblr87FUScuab1PVSsK692IL.jpg'}","92000000","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","http://www.diehardmovie.com/","47964","tt1606378","en","A Good Day to Die Hard","Iconoclastic, take-no-prisoners cop John McClane, finds himself for the first time on foreign soil after traveling to Moscow to help his wayward son Jack - unaware that Jack is really a highly-trained CIA operative out to stop a nuclear weapons heist. With the Russian underworld in pursuit, and battling a countdown to war, the two McClanes discover that their opposing methods make them unstoppable heroes.","19.276","/c2SQMd00CCGTiDxGXVqA2J9lmzF.jpg","[{'id':2735,'logo_path':null,'name':'Mid Atlantic Films','origin_country':''},{'id':290,'logo_path':'/Q8mw2AOQQc8Qg0uNwLWq86DVZv.png','name':'Ingenious Media','origin_country':'GB'},{'id':444,'logo_path':null,'name':'Dune Entertainment','origin_country':'US'},{'id':10893,'logo_path':null,'name':'Big Screen Productions','origin_country':''},{'id':12292,'logo_path':'/llGRXF5WYUW2fzXg0ebCoKMXjmT.png','name':'Temple Hill Entertainment','origin_country':'US'},{'id':22213,'logo_path':'/qx9K6bFWJupwde0xQDwOvXkOaL8.png','name':'TSG Entertainment','origin_country':'US'},{'id':34396,'logo_path':null,'name':'Giant Pictures','origin_country':''},{'id':34397,'logo_path':null,'name':'Origo Film Group','origin_country':''},{'id':25,'logo_path':'/qZCc1lty5FzX30aOCVRBLzaVmcp.png','name':'20th Century Fox','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-02-06","304654182","98","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Yippee Ki-Yay Mother Russia","A Good Day to Die Hard","false","5.2","4354" +"false","/dh9enMZThUS0W8cNEIKsaHv1Fi8.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'}]","","17768","tt0060438","en","A Funny Thing Happened on the Way to the Forum","A wily slave must unite a virgin courtesan and his young smitten master to earn his freedom.","2.246","/oaLNX8olrN6M757WbCZOK1hzEDR.jpg","[{'id':60,'logo_path':'/oJXpAs4I3W46e4dkaOEzCa4yBko.png','name':'United Artists','origin_country':'US'},{'id':14897,'logo_path':null,'name':'Melvin Frank Production','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1966-10-16","0","99","[{'iso_639_1':'en','name':'English'}]","Released","Something for Everyone!","A Funny Thing Happened on the Way to the Forum","false","6.4","40" +"false","/AfK5Xsn3hAUZrNAZdwzfveO7co9.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","","38138","tt1117386","en","A Fork in the Road","An escaped convict and a woman ponder what to do with a not-quite-dead body.","1.914","/xxqTqv1P3tkzMKFTkiFmkoE54Oc.jpg","[{'id':46104,'logo_path':null,'name':'Intrepid Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-04-20","0","105","[{'iso_639_1':'en','name':'English'}]","Released","For every couple who has never killed each other.","A Fork in the Road","false","6.2","15" +"false","/1qpmeLISO1qLIgKdkESuDIquq7I.jpg","null","0","[{'id':18,'name':'Drama'}]","","227325","tt2854894","en","A Fighting Man","Two men meet in the ring for a fight that will change their lives.","2.446","/eHlr18dramL3fSK7Kotg0fdTKl7.jpg","[]","[]","2014-04-24","0","88","[{'iso_639_1':'en','name':'English'}]","Released","","A Fighting Man","false","5.8","20" +"false","/86UvnqQsefvHfBX6F65PUQHjVPc.jpg","null","40000000","[{'id':18,'name':'Drama'}]","http://www.sonypictures.com/movies/afewgoodmen/","881","tt0104257","en","A Few Good Men","When cocky military lawyer Lt. Daniel Kaffee and his co-counsel, Lt. Cmdr. JoAnne Galloway, are assigned to a murder case, they uncover a hazing ritual that could implicate high-ranking officials such as shady Col. Nathan Jessep.","13.379","/WgWLwk55YaXFZdlMnPJTKlxGcz.jpg","[{'id':903,'logo_path':null,'name':'David Brown Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-12-11","243240178","138","[{'iso_639_1':'en','name':'English'}]","Released","","A Few Good Men","false","7.3","1533" +"false","/1mJfm90J80QWB8juJBuJzq8mBWv.jpg","null","4100000","[{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","","80255","tt0050379","en","A Farewell to Arms","A Farewell to Arms is a 1957 American drama film directed by Charles Vidor. The screenplay by Ben Hecht, based in part on a 1930 play by Laurence Stallings, was the second feature film adaptation of Ernest Hemingway's 1929 semi-autobiographical novel of the same name. It was the last film produced by David O. Selznick.","2.639","/3GQahUGOXXr7LEZJUOcVmTv16UO.jpg","[]","[]","1957-12-14","20000000","152","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'en','name':'English'}]","Released","","A Farewell to Arms","false","6.1","20" +"false","/iX7kTJQdQgsBeHSWHi1kWq1xEBe.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':53,'name':'Thriller'}]","http://www.fantasticfearofeverythingmovie.co.uk/","101519","tt2006040","en","A Fantastic Fear of Everything","Jack is a children's author turned crime novelist whose detailed research into the lives of Victorian serial killers has turned him into a paranoid wreck, persecuted by the irrational fear of being murdered. When Jack is thrown a life-line by his long-suffering agent and a mysterious Hollywood executive takes a sudden and inexplicable interest in his script, what should be his big break rapidly turns into his big breakdown, as Jack is forced to confront his worst demons; among them his love life, his laundry and the origin of all fear.","6.73","/6UY0O2FHOdrI87yR16mce5WsJP1.jpg","[{'id':19402,'logo_path':null,'name':'Indomina Productions','origin_country':''},{'id':19403,'logo_path':null,'name':'Keel Films','origin_country':''},{'id':19404,'logo_path':null,'name':'Pinewood Studios','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2012-06-07","0","100","[{'iso_639_1':'en','name':'English'}]","Released","","A Fantastic Fear of Everything","false","5.7","143" +"false","/oUtWrgpkAeamwEwgWjNeAwtufH7.jpg","null","0","[{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","49504","tt1109582","en","A Day Of Violence","Mitchell Parker lies dead on a morgue slab. In life, 'Mitchell' served the low ranks of Debt Collectors, surrounded by all the filth and scum that the world had to offer. He thought his luck was in, when on a routine collection he stumbles across 100,000 in cash, hidden in the sofa of one of his clients. A dark and haunting past hangs over the head of 'Mitchell Parker', one that will lead him on a journey of redemption and ultimately sacrifice. Hunted by the gang whose Money he has stolen. He must evade capture and use the money to rid himself of his demons once and for all. Witness his last days of life.","1.4","/6f3YIKOi6LI2fCLvTcjXuATOO2y.jpg","[{'id':11504,'logo_path':null,'name':'Giallo Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2010-01-01","0","91","[{'iso_639_1':'en','name':'English'}]","Released","","A Day Of Violence","false","4.8","4" +"false","/fk14EtkyfQP4j28OZCLRr7Zuz2t.jpg","null","15000000","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://www.sonyclassics.com/adangerousmethod/","48231","tt1571222","en","A Dangerous Method","Seduced by the challenge of an impossible case, the driven Dr. Carl Jung takes the unbalanced yet beautiful Sabina Spielrein as his patient. Jung???s weapon is the method of his master, the renowned Sigmund Freud. Both men fall under Sabina???s spell.","8.958","/vKoP2wiyP71abIGxZ2oCmgnWG6K.jpg","[{'id':78702,'logo_path':null,'name':'Dangerous Method Film AG','origin_country':''},{'id':470,'logo_path':null,'name':'Recorded Pictures Company','origin_country':''},{'id':2728,'logo_path':null,'name':'Millbrook Pictures','origin_country':''},{'id':2844,'logo_path':null,'name':'Prospero Pictures','origin_country':''},{'id':19245,'logo_path':null,'name':'Lago Film','origin_country':''},{'id':808,'logo_path':'/4L1apH72jCx6Z5qyH7UOJUDlRoF.png','name':'The Movie Network','origin_country':'CA'}]","[{'iso_3166_1':'CH','name':'Switzerland'},{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'CA','name':'Canada'}]","2011-09-30","27462041","99","[{'iso_639_1':'en','name':'English'}]","Released","Why deny what you desire the most.","A Dangerous Method","false","6.3","1028" +"false","/u36EvB7jqnNDDziczFCashMA3QO.jpg","null","3500000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","2984","tt0061523","en","A Countess from Hong Kong","A Russian countess stows away in the stateroom of a married U.S. diplomat bound for New York.","4.076","/20sih3KIfCERbSb15tLSfzmaAm9.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':48755,'logo_path':null,'name':'Chaplin Film Productions Ltd.','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1967-01-05","2000000","113","[{'iso_639_1':'en','name':'English'}]","Released","","A Countess from Hong Kong","false","6.1","59" +"false","/ehBc4jEFPXAVjS9kXj5zsTD031Y.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'}]","https://www.facebook.com/pages/A-Common-Man-Film/114879171962231","108726","tt2104837","en","A Common Man","A terrorist plants several bombs throughout the city of Colombo, Sri Lanka and threatens to detonate them unless prisoners are released.","2.498","/vsFmuiTLgq3oDgs7KB6vfWnmUdx.jpg","[{'id':738,'logo_path':null,'name':'Myriad Pictures','origin_country':'US'},{'id':14526,'logo_path':null,'name':'Asia Digital Entertainment','origin_country':''},{'id':14527,'logo_path':null,'name':'Gemini Industries','origin_country':''},{'id':14528,'logo_path':null,'name':'Imaging','origin_country':''}]","[{'iso_3166_1':'LK','name':'Sri Lanka'},{'iso_3166_1':'US','name':'United States of America'}]","2013-06-30","0","86","[{'iso_639_1':'en','name':'English'}]","Released","No Justice. No Peace.","A Common Man","false","5.9","31" +"false","/unMc1jEyqCnzba976GviSFKGagt.jpg","null","2200000","[{'id':878,'name':'Science Fiction'},{'id':18,'name':'Drama'}]","","185","tt0066921","en","A Clockwork Orange","Demonic gang-leader Alex goes on the spree of rape, mugging and murder with his pack of ""droogs"". But he's a boy who also likes Beethoven's Ninth and a bit of ""the old in-out, in-out"". He later finds himself at the mercy of the state and its brainwashing experiment designed to take violence off the streets.","16.989","/4sHeTAp65WrSSuc05nRBKddhBxO.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':88,'logo_path':null,'name':'Hawk Films','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1971-12-18","26589000","136","[{'iso_639_1':'en','name':'English'}]","Released","Being the adventures of a young man whose principal interests are rape, ultra-violence and Beethoven.","A Clockwork Orange","false","8.2","6362" +"false","/wok0YepwQfBAPsrttFq0W6HXT2g.jpg","{'id':201873,'name':'A Christmas Story Collection','poster_path':'/sAZHTh4cbIrnJQ4ZGAwO3SzwIjh.jpg','backdrop_path':'/sDJLWSHdsORRGMEii0SWvm7DMwN.jpg'}","0","[{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","","850","tt0085334","en","A Christmas Story","The comic mishaps and adventures of a young boy named Ralph, trying to convince his parents, teachers, and Santa that a Red Ryder B.B. gun really is the perfect Christmas gift for the 1940s.","9.128","/u348XMdz7g2Eu54yntt1qshUixk.jpg","[{'id':10757,'logo_path':null,'name':'Christmas Tree Films','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CA','name':'Canada'}]","1983-11-18","19294144","94","[{'iso_639_1':'en','name':'English'}]","Released","Peace, Harmony, Comfort and Joy... Maybe Next Year.","A Christmas Story","false","7.3","583" +"false","/GtwSStViUdhKGf0d7tCkR7alKV.jpg","null","200000000","[{'id':16,'name':'Animation'},{'id':18,'name':'Drama'},{'id':10751,'name':'Family'}]","http://movies.disney.com/a-christmas-carol","17979","tt1067106","en","A Christmas Carol","Miser Ebenezer Scrooge is awakened on Christmas Eve by spirits who reveal to him his own miserable existence, what opportunities he wasted in his youth, his current cruelties, and the dire fate that awaits him if he does not change his ways. Scrooge is faced with his own story of growing bitterness and meanness, and must decide what his own future will hold: death or redemption.","18.74","/jeOCcjUAcSYleVwhsaKEPT4CYwF.jpg","[{'id':2,'logo_path':'/4MbjW4f9bu6LvlDmyIvfyuT3boj.png','name':'Walt Disney Pictures','origin_country':'US'},{'id':11395,'logo_path':null,'name':'ImageMovers','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-11-04","325233863","96","[{'iso_639_1':'en','name':'English'}]","Released","Season's Greedings","A Christmas Carol","false","6.8","2339" +"false","/enHUOZCjrtQvZ7vOb261tz7nRYM.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","174316","tt1817081","en","A Case of You","Young writer Sam has a crush on Birdie, the cute and quirky barista at his local coffee shop. When his conventional attempts to woo her crash and burn, he takes his efforts online, creating an Internet profile embellished with all of the details that would make him Birdie???s dream guy. When the harebrained scheme is a surprise success and Birdie falls for his exaggerated alter ego, Sam must keep up the act or lose his dream girl forever.","5.608","/88LARDAx2qwlg6wfdNkGH1t31Dn.jpg","[{'id':14637,'logo_path':null,'name':'Lagniappe Films','origin_country':''},{'id':26072,'logo_path':null,'name':'I'm So Sorry Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-11-06","4187","91","[{'iso_639_1':'en','name':'English'}]","Released","He'll be everything she likes but himself.","A Case of You","false","5.5","163" +"false","/bHMHpXNjeKRxcjWcpbIAD5f0aIK.jpg","null","120000000","[{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':35,'name':'Comedy'},{'id':10751,'name':'Family'}]","http://movies.disney.com/a-bugs-life","9487","tt0120623","en","A Bug's Life","On behalf of ""oppressed bugs everywhere,"" an inventive ant named Flik hires a troupe of warrior bugs to defend his bustling colony from a horde of freeloading grasshoppers led by the evil-minded Hopper.","15.904","/u9qGMRwcPwP0WETxulS5hKUsEum.jpg","[{'id':3,'logo_path':'/1TjvGVDMYsj6JBxOAkUHpPEwLf7.png','name':'Pixar','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1998-11-25","363258859","95","[{'iso_639_1':'en','name':'English'}]","Released","An epic presentation of miniature proportions.","A Bug's Life","false","6.9","4742" +"false","/jpK7Z19RDB1oZyQP52p3Yi5LLjr.jpg","null","0","[{'id':99,'name':'Documentary'}]","","276122","tt3219678","en","A Brony Tale","Vancouver-based voice artist Ashleigh Ball has been the voice of numerous characters in classic cartoons such as Care Bears, Strawberry Shortcake, Cinderella and more. When Ashleigh was hired to voice Apple Jack and Rainbow Dash for Hasbro's fourth series to use the My Little Pony name - My Little Pony: Friendship Is Magic - she had no idea she would become an Internet phenomenon and major celebrity to a worldwide fan-base of grownups. Bronies are united by their belief in the show's philosophy. This documentary gives an inside view of the Pony fan-world, and an intimate look at the courage it takes to just be yourself...even when that means liking a little girls' cartoon.","1.602","/ueKw9EKd2BULq2mOEMPeB87e36u.jpg","[{'id':27863,'logo_path':null,'name':'Hodgee Films','origin_country':''}]","[{'iso_3166_1':'NZ','name':'New Zealand'},{'iso_3166_1':'CA','name':'Canada'},{'iso_3166_1':'US','name':'United States of America'}]","2014-07-08","0","79","[{'iso_639_1':'en','name':'English'}]","Released","A film about men....who like My Little Pony","A Brony Tale","false","6","13" +"false","/aRMZOhLj6IjnmDnRGjblXYMOPxR.jpg","null","22000000","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","","1607","tt0106489","en","A Bronx Tale","Set in the Bronx during the tumultuous 1960s, an adolescent boy is torn between his honest, working-class father and a violent yet charismatic crime boss. Complicating matters is the youngster's growing attraction - forbidden in his neighborhood - for a beautiful black girl.","10.184","/sDbO6LmLYtyqAoFTPpRcMgPSCEO.jpg","[{'id':11308,'logo_path':null,'name':'Savoy Pictures','origin_country':''},{'id':7429,'logo_path':'/6in9uMqxXEHx5XgYgkeRBpZ4rPw.png','name':'HBO Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1993-09-14","17287898","121","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'it','name':'Italiano'}]","Released","One man lives in the neighborhood, another man owns it.","A Bronx Tale","false","7.6","751" +"false","/x88d0zOAUix3pwO7sew2dFdVb4K.jpg","null","0","[{'id':99,'name':'Documentary'}]","","1358","tt0103882","en","A Brief History of Time","The story of the extraordinary life of eminent scientist, Steven Hawking. As he goes through school, and despite being diagnosed with ALS, Hawking develops revolutionary theories about time, black holes, and the origin of the universe.","3.853","/245tFCzZLiE9Xo03EuZIU03zXEw.jpg","[{'id':1391,'logo_path':null,'name':'Anglia Television','origin_country':''},{'id':1392,'logo_path':null,'name':'National Broadcasting Company','origin_country':''},{'id':1393,'logo_path':'/frMsfc7igYUd90lQXpxuasiN5x4.png','name':'TBS','origin_country':'JP'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1991-10-01","0","80","[{'iso_639_1':'en','name':'English'}]","Released","","A Brief History of Time","false","7.4","55" +"false","/fh6b4iLZIu5w8x3LbZQIpaR85H5.jpg","null","0","[{'id':18,'name':'Drama'}]","https://www.facebook.com/TheOfficialXPlusY/","278236","tt3149038","en","X+Y","A socially awkward teenage math prodigy finds new confidence and new friendships when he lands a spot on the British squad at the International Mathematics Olympiad.","5.549","/wp7zAoG2i2KviClIph9vvtXDyDW.jpg","[{'id':4234,'logo_path':null,'name':'Original Pictures','origin_country':''},{'id':5056,'logo_path':'/kADFcjL04xe5HGBnlLjbfhliS2a.png','name':'Head Gear Films','origin_country':'GB'},{'id':35177,'logo_path':null,'name':'Minnow Films','origin_country':''},{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'},{'id':7281,'logo_path':'/vuDafYIcuoY0YyvgcqtjXOKwn6Q.png','name':'British Film Institute','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2015-03-13","0","111","[{'iso_639_1':'en','name':'English'}]","Released","True genius comes from opening your heart","X+Y","false","6.6","306" +"false","/pTpEjMBxwxUjSkRnz3ufbtZXlcD.jpg","null","0","[{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'},{'id':35,'name':'Comedy'}]","","4917","tt0072730","en","A Boy and His Dog","Set in the year 2024 in post-apocalyptic America, 18-year old Vic and his telepathic dog, Blood, are scavengers in the desolate wilderness ravaged by World War IV, where survivors must battle for food, shelter, and sexual companionship in the desert-like wasteland. Vic and Blood eke out a meager existence, foraging for food and fighting gangs of cutthroats.","5.884","/r0dqfKuPFgnLfJY7j9YmJIyKvu1.jpg","[{'id':1814,'logo_path':null,'name':'LQ/JAF','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1975-11-20","0","91","[{'iso_639_1':'en','name':'English'}]","Released","A rather kinky tale of survival.","A Boy and His Dog","false","6.4","143" +"false","/9PwUQZDHGPKsgbnoBl1Ah9zXWjk.jpg","null","60000000","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.abeautifulmind.com/","453","tt0268978","en","A Beautiful Mind","John Nash is a brilliant but asocial mathematician fighting schizophrenia. After he accepts secret work in cryptography, his life takes a turn for the nightmarish.","14.559","/hGBgv2Ir3t1wMP1Xp5CAQXArkV9.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':23,'logo_path':'/mkxNjThahj5pvntvYKVpMbWXm3D.png','name':'Imagine Entertainment','origin_country':'US'},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2001-12-11","313542341","135","[{'iso_639_1':'en','name':'English'}]","Released","He saw the world in a way no one could have imagined.","A Beautiful Mind","false","7.8","5228" +"false","/2VdRnKfwva33PJg7TFjp7HrPsMG.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","89326","tt1641385","en","96 Minutes","The story of 4 lives slammed together in a shocking moment. Intercutting between a carjacking and the separate stories of the 4 kids, we watch as they hurtle toward a life-changing end.","5.197","/85hn31GS6V5axvm3BfpKY9GcVNt.jpg","[{'id':7424,'logo_path':null,'name':'First Point Entertainment','origin_country':''},{'id':10848,'logo_path':null,'name':'Katonah Pictures','origin_country':''},{'id':6570,'logo_path':null,'name':'Perfect Weekend','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-10-14","0","93","[{'iso_639_1':'en','name':'English'}]","Released","Out of options. Out of control. Out of time.","96 Minutes","false","5.6","36" +"false","/yvrcEy8RUqHpM6mlZSM9ejRAh8Z.jpg","null","30000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':16,'name':'Animation'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","12244","tt0472033","en","9","When 9 first comes to life, he finds himself in a post-apocalyptic world. All humans are gone, and it is only by chance that he discovers a small community of others like him taking refuge from fearsome machines that roam the earth intent on their extinction. Despite being the neophyte of the group, 9 convinces the others that hiding will do them no good.","16.876","/iGMOQt6R88ZuJRtlfpqWRa5268h.jpg","[{'id':8601,'logo_path':null,'name':'Tim Burton Productions','origin_country':''},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':10280,'logo_path':null,'name':'Arc Productions','origin_country':''},{'id':2885,'logo_path':null,'name':'Starz Animation','origin_country':''},{'id':10146,'logo_path':'/xnFIOeq5cKw09kCWqV7foWDe4AA.png','name':'Focus Features','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-08-19","48428063","79","[{'iso_639_1':'en','name':'English'}]","Released","When our world ended their mission began.","9","false","6.7","1907" +"false","/gLU169RfA0q2nhsboAb1TPCXERl.jpg","null","30000000","[{'id':80,'name':'Crime'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","3489","tt0411061","en","88 Minutes","A college professor who moonlights as a forensic psychiatrist for the FBI, receives a death threat claiming he has only 88 minutes to live.","11.009","/b5d3iWimQXvjAx9Grjuk912DSij.jpg","[{'id':559,'logo_path':'/jqWioYeGSyTLuHth0141bTGvu6H.png','name':'TriStar Pictures','origin_country':'US'},{'id':1063,'logo_path':'/fpVBhNnopOZwGuF0gg99oBHp1ht.png','name':'Brightlight Pictures','origin_country':'CA'},{'id':925,'logo_path':'/dIb9hjXNOkgxu4kBWdIdK8nM4w.png','name':'Nu Image','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-02-14","16930884","108","[{'iso_639_1':'en','name':'English'}]","Released","He has 88 minutes to solve a murder. His own.","88 Minutes","false","5.7","524" +"false","/jq4dyVYsCGQRTXKDLoqZwg4tbIr.jpg","null","41000000","[{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","","65","tt0298203","en","8 Mile","The setting is Detroit in 1995. The city is divided by 8 Mile, a road that splits the town in half along racial lines. A young white rapper, Jimmy ""B-Rabbit"" Smith Jr. summons strength within himself to cross over these arbitrary boundaries to fulfill his dream of success in hip hop. With his pal Future and the three one third in place, all he has to do is not choke.","14.413","/dXzTrKwpbLpCqn8O70FUUhNbYQT.jpg","[{'id':24,'logo_path':null,'name':'Mikona Productions GmbH & Co. KG','origin_country':''},{'id':23,'logo_path':'/mkxNjThahj5pvntvYKVpMbWXm3D.png','name':'Imagine Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2002-11-08","242875078","110","[{'iso_639_1':'en','name':'English'}]","Released","Every moment is another chance.","8 Mile","false","7","3242" +"false","/wlD4NgIp2mVyA3LeNqE39Lwx01J.jpg","null","11000000","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","","252178","tt2614684","en","'71","A young British soldier must find his way back to safety after his unit accidentally abandons him during a riot in the streets of Belfast.","8.556","/b8dmfG84peFdouN2N8wOsiI9WHt.jpg","[{'id':7281,'logo_path':'/vuDafYIcuoY0YyvgcqtjXOKwn6Q.png','name':'British Film Institute','origin_country':'GB'},{'id':2690,'logo_path':'/9XXpd39mDfkWmcNB6R0tpvzo781.png','name':'Screen Yorkshire','origin_country':'GB'},{'id':8087,'logo_path':null,'name':'Creative Scotland','origin_country':'GB'},{'id':12180,'logo_path':'/ye2vKF2MZbVPzof7YZjeRUkL7Up.png','name':'Warp Films','origin_country':'GB'},{'id':41517,'logo_path':null,'name':'Crab Apple Films','origin_country':''},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-10-10","3200000","99","[{'iso_639_1':'en','name':'English'}]","Released","","'71","false","6.8","611" +"false","/lNZn3CW6SrJRwwiWiZ4aU3hel7F.jpg","null","22000000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","","41505","tt1179069","en","Shelter","A female forensic psychiatrist discovers that all of one of her patient's multiple personalities are murder victims. She will have to find out what's happening before her time is finished.","6.087","/iFtUI5KB83bXTk23kB2ldoOQX8z.jpg","[{'id':2088,'logo_path':null,'name':'NALA Films','origin_country':''},{'id':23199,'logo_path':null,'name':'Maraci/Edelstein Films','origin_country':''},{'id':7437,'logo_path':'/e5CcgFrdlxMUwlsS72si8q1yHBr.png','name':'IM Global','origin_country':'US'},{'id':23200,'logo_path':null,'name':'Shelter Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-03-27","851517","112","[{'iso_639_1':'en','name':'English'}]","Released","Evil will rise.","Shelter","false","5.9","341" +"false","/9M0c4BqJ7aOAtIdnZJ3mzsnHetr.jpg","null","17000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","27759","tt0056800","en","55 Days at Peking","Diplomats, soldiers and other representatives of a dozen nations fend off the siege of the International Compound in Peking during the 1900 Boxer Rebellion. The disparate interests unite for survival despite competing factions, overwhelming odds, delayed relief and tacit support of the Boxers by the Empress of China and her generals.","3.525","/hck9hqdVn8OT4RNNMmVUJOGpyhL.jpg","[{'id':10253,'logo_path':null,'name':'Samuel Bronston Productions','origin_country':''},{'id':4928,'logo_path':null,'name':'Allied Artists Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1963-05-06","10000000","154","[{'iso_639_1':'en','name':'English'}]","Released","A handful of men and women held out against the frenzied hordes of bloodthirsty fanatics!","55 Days at Peking","false","6.8","58" +"false","/4vfUnguh7zmRZqglyb9lI7mNfqV.jpg","null","10000000","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':80,'name':'Crime'}]","","127521","tt1975249","en","6 Bullets","An ex-mercenary known for finding missing children is hired by a mixed martial arts fighter whose daughter has been kidnapped.","5.883","/qpksNxDHN60yPjaPhcnVidgnUGh.jpg","[{'id':23283,'logo_path':null,'name':'Rodin Entertainment','origin_country':''},{'id':2090,'logo_path':'/jYlUttNqcN5u1pzMQrh5AEhZ27t.png','name':'Motion Picture Corporation of America','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-09-11","0","115","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'en','name':'English'}]","Released","The greater the sinner, the greater the saint.","6 Bullets","false","5.9","140" +"false","/69mLiTPdLnHc8a09qzxuXXq4bO0.jpg","null","0","[{'id':35,'name':'Comedy'}]","","296149","tt2341971","en","55 & Older","A struggling couple are in dire straits and living paycheck to paycheck. When an opportunity to live rent-free in a 55 and older community arises, they are forced to disguise themselves as seniors and try to fake their way into living there.","0.6","/vdvA8vSgxnFbHwDJ8ePJ5cyDotz.jpg","[{'id':35008,'logo_path':null,'name':'Armstrong Filmworks','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-08-08","0","98","[{'iso_639_1':'en','name':'English'}]","Released","","55 & Older","false","3","2" +"false","/kGac26bIqfwm8eqbP1RjKP70brE.jpg","null","8000000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","http://www.50-50themovie.com/","40807","tt1306980","en","50/50","Inspired by a true story, a comedy centered on a 27-year-old guy who learns of his cancer diagnosis, and his subsequent struggle to beat the disease.","12.918","/uDKmnFHqE3rQ9r6ErQsOZWuzXN8.jpg","[{'id':491,'logo_path':'/rUp0lLKa1pr4UsPm8fgzmnNGxtq.png','name':'Summit Entertainment','origin_country':'US'},{'id':771,'logo_path':null,'name':'Mandate Pictures','origin_country':'US'},{'id':16615,'logo_path':'/dbxHaOtibTKvP6dUMRYdwUOULgY.png','name':'Point Grey Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-09-30","39187783","100","[{'iso_639_1':'en','name':'English'}]","Released","It takes a pair to beat the odds.","50/50","false","7.1","2044" +"false","/yYw9cVdRJ4zzwxM2cTDXfT6JI6E.jpg","null","7500000","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://500days.com","19913","tt1022603","en","(500) Days of Summer","Tom, greeting-card writer and hopeless romantic, is caught completely off-guard when his girlfriend, Summer, suddenly dumps him. He reflects on their 500 days together to try to figure out where their love affair went sour, and in doing so, Tom rediscovers his true passions in life.","13.044","/5SjtNPD1bb182vzQccvEUpXHFjN.jpg","[{'id':43,'logo_path':'/4RgIPr55kBakgupWkzdDxqXJEqr.png','name':'Fox Searchlight Pictures','origin_country':'US'},{'id':4364,'logo_path':null,'name':'Watermark Pictures','origin_country':'US'},{'id':6332,'logo_path':null,'name':'Dune Entertainment III','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-07-17","60722734","95","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'sv','name':'svenska'}]","Released","This is not a love story. This is a story about love.","(500) Days of Summer","false","7.2","5370" +"false","/eabV1BbZgghMJSOmjZ1EQ987Zuh.jpg","null","75000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","1824","tt0343660","en","50 First Dates","Henry is a player skilled at seducing women. But when this veterinarian meets Lucy, a girl with a quirky problem when it comes to total recall, he realizes it's possible to fall in love all over again???and again, and again. That's because the delightful Lucy has no short-term memory, so Henry must woo her day after day until he finally sweeps her off her feet.","14.049","/vKKdsaq3OomDvFdpPpWVg0L6gB9.jpg","[{'id':2608,'logo_path':'/g3YRudXiQzHesQqRXvnhFpMzfkU.png','name':'Happy Madison Productions','origin_country':'US'},{'id':10039,'logo_path':'/b8w4LldQolMKiLZw4FQJBcXSDGI.png','name':'Anonymous Content','origin_country':'US'},{'id':19813,'logo_path':null,'name':'Flower Films','origin_country':'US'},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2004-02-13","196482882","99","[{'iso_639_1':'en','name':'English'}]","Released","Imagine having to win over the girl of your dreams... every friggin' day.","50 First Dates","false","6.7","3868" +"false","/tK2ElPDTp0pM8w5BZbuaEHbzaHs.jpg","{'id':93295,'name':'48 Hrs. Collection','poster_path':'/aDzOj4a9HvgRjjAEgwXyztCWVXq.jpg','backdrop_path':'/hRaxX6WmtukiBvi8ru7RFVQiDYk.jpg'}","12000000","[{'id':53,'name':'Thriller'},{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'},{'id':18,'name':'Drama'}]","","150","tt0083511","en","48 Hrs.","A hard-nosed cop reluctantly teams up with a wise-cracking criminal temporarily paroled to him, in order to track down a killer.","9.675","/2SQ90kIk4FoRYPYdNOAMpiNrpq3.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1982-12-07","78868508","96","[{'iso_639_1':'en','name':'English'}]","Released","One Cop. One Con. No Mercy.","48 Hrs.","false","6.6","609" +"false","/slQkkaBHH1K915HtuN89iu0xqOv.jpg","null","175000000","[{'id':18,'name':'Drama'},{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':14,'name':'Fantasy'}]","","64686","tt1335975","en","47 Ronin","Kai???an outcast???joins Oishi, the leader of 47 outcast samurai. Together they seek vengeance upon the treacherous overlord who killed their master and banished their kind. To restore honour to their homeland, the warriors embark upon a quest that challenges them with a series of trials that would destroy ordinary warriors.","18.96","/pUH46wa0n4zXZytpriSaoNUXai4.jpg","[{'id':2735,'logo_path':null,'name':'Mid Atlantic Films','origin_country':''},{'id':4403,'logo_path':null,'name':'Stuber Productions','origin_country':''},{'id':20478,'logo_path':'/gSS2OBc6dRsK2ewRx5lcwnARrpl.png','name':'Moving Picture Company','origin_country':'GB'},{'id':20851,'logo_path':null,'name':'H2F Entertainment','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-12-06","150962475","119","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'ja','name':'?????????'}]","Released","For courage. For loyalty. For honor.","47 Ronin","false","6","2002" +"false","/t7rLMyIV4TweznQ6R1YM8bCmkSC.jpg","null","439000","[{'id':10402,'name':'Music'},{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","3062","tt0024034","en","42nd Street","A producer puts on what may be his last Broadway show, and at the last moment a chorus girl has to replace the star.","4.937","/bcXT1q4JKqAlCjUadLx0pNGoyJR.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1933-03-11","2281000","89","[{'iso_639_1':'en','name':'English'}]","Released","","42nd Street","false","6.9","63" +"false","/jkKHBwKAM2vOPrm9bwaPlXXdTPy.jpg","null","40000000","[{'id':18,'name':'Drama'}]","","109410","tt0453562","en","42","The powerful story of Jackie Robinson, the legendary baseball player who broke Major League Baseball???s color barrier when he joined the roster of the Brooklyn Dodgers. The film follows the innovative Dodgers??? general manager Branch Rickey, the MLB executive who first signed Robinson to the minors and then helped to bring him up to the show.","10.26","/vlP18ooLmvYVNnqidbot0FupY05.jpg","[{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-04-12","95020213","128","[{'iso_639_1':'en','name':'English'}]","Released","The True Story Of An American Legend","42","false","7","1001" +"false","/pqpGKJhRRasfhRZ6rHoSBbqpQgQ.jpg","null","0","[{'id':28,'name':'Action'},{'id':878,'name':'Science Fiction'},{'id':12,'name':'Adventure'},{'id':53,'name':'Thriller'}]","","145738","tt2439946","en","40 Days and Nights","When a colossal tectonic shift causes the sea level to start rising, a microbiologist gathers the DNA of as many species as she can, while the military creates an ""ark"" in a desperate attempt to preserve life on Earth.","2.831","/bAHXPIZy1t8kiEqb7hn4BRbuuBd.jpg","[{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-12-15","0","90","[{'iso_639_1':'en','name':'English'}]","Released","An Apocalyptic Disaster of Biblical Proportions.","40 Days and Nights","false","3","36" +"false","/yffyMavLTwBgVvCKMQProlKMzL3.jpg","null","17000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","","2752","tt0243736","en","40 Days and 40 Nights","Matt Sullivan's last big relationship ended in disaster and ever since his heart's been aching and his commitment's been lacking. Then came Lent, that time of year when everybody gives something up. That's when Matt decides to go where no man's gone before and make a vow: No sex. Whatsoever. For 40 straight days. At first he has everything under control. That is until the woman of his dreams, Erica, walks into his life.","7.52","/pQTZX4gOEEkkMVFIRWtIrCpozeu.jpg","[{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':10163,'logo_path':'/cifwIG2aVR1dRis6yoiilq4qeIh.png','name':'Working Title Films','origin_country':'GB'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2002-03-01","0","94","[{'iso_639_1':'en','name':'English'}]","Released","Easier said than done.","40 Days and 40 Nights","false","5.2","546" +"false","/ixpfmgGUKY8AfXtaHl0s1gY0iAb.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","http://www.magpictures.com/360/","89455","tt1680045","en","360","Inspired by Arthur Schnitzler's classic La Ronde, screenwriter Peter Morgan and director Fernando Meirelles' 360 combines a modern and dynamic roundelay of stories into one, linking characters from different cities and countries in a vivid, suspenseful and deeply moving tale of love in the 21st century. Starting in Vienna, the film beautifully weaves through Paris, London, Bratislava, Rio, Denver and Phoenix into a single, mesmerizing narrative.","8.006","/rLVUINSQvArwvVPnyB1Xu4dQRRv.jpg","[{'id':288,'logo_path':'/wdmwQuV4R1MIr8A78izZkC184uC.png','name':'BBC Films','origin_country':'GB'}]","[{'iso_3166_1':'AT','name':'Austria'},{'iso_3166_1':'BR','name':'Brazil'},{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2012-07-25","1663931","110","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'ar','name':'??????????????'},{'iso_639_1':'fr','name':'Fran??ais'},{'iso_639_1':'pt','name':'Portugu??s'},{'iso_639_1':'ru','name':'P????????????'}]","Released","Everything comes full circle","360","false","5.8","139" +"false","/fOuig5rhqkrVVD1VsoL1jPz15hR.jpg","null","55000000","[{'id':37,'name':'Western'}]","http://www.310toyumathefilm.com","5176","tt0381849","en","3:10 to Yuma","In Arizona in the late 1800s, infamous outlaw Ben Wade and his vicious gang of thieves and murderers have plagued the Southern Railroad. When Wade is captured, Civil War veteran Dan Evans, struggling to survive on his drought-plagued ranch, volunteers to deliver him alive to the ""3:10 to Yuma"", a train that will take the killer to trial.","16.078","/9Nwkh0eQmkymEOR0ovAALtjSIZW.jpg","[{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':84,'logo_path':null,'name':'Tree Line Films','origin_country':''},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':10880,'logo_path':null,'name':'Yuma','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-09-06","70016220","122","[{'iso_639_1':'en','name':'English'}]","Released","Time waits for one man.","3:10 to Yuma","false","7.1","1779" +"false","/b1cfBhhorGYNPbMVT6C9cHwxRr8.jpg","null","40000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","1645","tt0117913","en","A Time to Kill","A young lawyer defends a black man accused of murdering two men who raped his 10-year-old daughter, sparking a rebirth of the KKK.","10.145","/1q2kU8NMGO446b0QAvVdY2v778x.jpg","[{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1996-07-24","152266007","149","[{'iso_639_1':'en','name':'English'}]","Released","Experience a time you'll never forget.","A Time to Kill","false","7.2","900" +"false","/2o8CFr4bqmYDiWQp1DRwC7Jh4VX.jpg","{'id':30663,'name':'Harold & Kumar Collection','poster_path':'/f06PD56BU2MFNOysMAxdvL80aEo.jpg','backdrop_path':'/b70mFgsSn2hl3CvC0nRx0SHUEX0.jpg'}","19000000","[{'id':35,'name':'Comedy'}]","http://haroldandkumar.warnerbros.com","55465","tt1268799","en","A Very Harold & Kumar Christmas","Six years have elapsed since Guantanamo Bay, leaving Harold and Kumar estranged from one another with very different families, friends and lives. But when Kumar arrives on Harold's doorstep during the holiday season with a mysterious package in hand, he inadvertently burns down Harold's father-in-law's beloved Christmas tree. To fix the problem, Harold and Kumar embark on a mission through New York City to find the perfect Christmas tree, once again stumbling into trouble at every single turn.","10.236","/8zdGMb5lfq2JB5OpipASK85URHC.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':771,'logo_path':null,'name':'Mandate Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-11-04","35387212","108","[{'iso_639_1':'en','name':'English'}]","Released","Christmas comes prematurely.","A Very Harold & Kumar Christmas","false","6","478" +"false","/iskupQlVbYmWrxNH6ifatWf2X5n.jpg","null","40000000","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'}]","http://www.thousandwordsmovie.com/","72358","tt0763831","en","A Thousand Words","Jack McCall is a fast-talking literary agent, who can close any deal, any time, any way. He has set his sights on New Age guru Dr. Sinja (Cliff Curtis) for his own selfish purposes. But Dr. Sinja is on to him, and Jack???s life comes unglued after a magical Bodhi tree mysteriously appears in his backyard. With every word Jack speaks, a leaf falls from the tree and he realizes that when the last leaf falls, both he and the tree are toast. Words have never failed Jack McCall, but now he???s got to stop talking and conjure up some outrageous ways to communicate or he???s a goner.","8.043","/4T0nPirZLeLEaXOgLT7SGgopCui.jpg","[{'id':4,'logo_path':'/fycMZt242LVjagMByZOLUGbCvv3.png','name':'Paramount','origin_country':'US'},{'id':831,'logo_path':null,'name':'Saturn Films','origin_country':'US'},{'id':6024,'logo_path':null,'name':'Varsity Pictures','origin_country':'US'},{'id':7,'logo_path':'/9YHAhaqpFKDq66Alz7HrYd1iM6G.png','name':'DreamWorks','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-03-07","22044277","91","[{'iso_639_1':'en','name':'English'}]","Released","He only has 1000 words left to discover what matters the most.","A Thousand Words","false","6.1","642" +"false","/sCnd5lXDCqXLgpEWkhMHOOfxktz.jpg","null","0","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","159932","tt1540741","en","A Single Shot","The tragic death of a beautiful young girl starts a tense and atmospheric game of cat and mouse between hunter John Moon and the hardened backwater criminals out for his blood.","6.462","/mRB9NKivgrvPgqEmqY2PLBI53Jk.jpg","[{'id':13238,'logo_path':'/kDNZz8imH866Mezx1YhLWljoQTV.png','name':'Unified Pictures','origin_country':'US'},{'id':13240,'logo_path':'/aTc07YaNHo8WNgkQSnvLmG6w4nW.png','name':'Bron Studios','origin_country':'CA'},{'id':13241,'logo_path':null,'name':'Demarest Films','origin_country':''},{'id':13242,'logo_path':null,'name':'Unanimous Pictures','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'CA','name':'Canada'}]","2013-09-19","18642","116","[{'iso_639_1':'en','name':'English'}]","Released","One Chance. One Secret. One Mistake","A Single Shot","false","5.8","124" +"false","/19qAk3bQZ6ulspbwhPw1A0bNpii.jpg","null","0","[{'id':80,'name':'Crime'},{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.serbianfilmmovie.com/","73861","tt1273235","sr","Srpski film","Milos, a retired porn star, leads a normal family life trying to make ends meet. Presented with the opportunity of a lifetime to financially support his family for the rest of their lives, Milos must participate in one last mysterious film. From then on, Milos is drawn into a maelstrom of unbelievable cruelty and mayhem.","11.551","/edM906NOM5WxaaAMeTsgDeqnBDr.jpg","[{'id':9999,'logo_path':null,'name':'Contra Film','origin_country':''}]","[{'iso_3166_1':'RS','name':'Serbia'}]","2010-06-16","0","104","[{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'sr','name':'Srpski'}]","Released","Not all films have a happy ending.","A Serbian Film","false","5.5","747" +"false","/nZuqo9yQpEo447sH0w0MFBgdT6J.jpg","null","8700000","[{'id':16,'name':'Animation'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","http://www.warnerbros.com/movies/home-entertainment/scanner-darkly-a/d7c290af-c285-41c4-a4d6-efb3a86b3893.html","3509","tt0405296","en","A Scanner Darkly","An undercover cop in a not-too-distant future becomes involved with a dangerous new drug and begins to lose his own identity as a result.","10.073","/wS0QhF2RTwap84BKGr9hKHzNAMx.jpg","[{'id':11509,'logo_path':null,'name':'Warner Independent Pictures (WIP)','origin_country':''},{'id':380,'logo_path':null,'name':'Thousand Words','origin_country':''},{'id':11510,'logo_path':null,'name':'Detour Filmproduction','origin_country':''},{'id':129,'logo_path':null,'name':'Section Eight','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2006-05-25","7659918","100","[{'iso_639_1':'en','name':'English'}]","Released","Everything Is Not Going To Be OK","A Scanner Darkly","false","6.8","868" +"false","/x7gUFPRKeSz4UX3yCORxr2Ak58Z.jpg","null","8000000","[{'id':80,'name':'Crime'},{'id':35,'name':'Comedy'}]","","41780","tt0102749","en","A Rage in Harlem","A beautiful black gangster's moll flees to Harlem with a trunkload of gold after a shootout, unaware that the rest of the gang, and a few other unsavoury characters, are on her trail. A pudgy momma's boy becomes the object of her affections and the unlikely hero of the tale.","1.847","/5FTtBht5ETCl4ed5YZWo9ynUytT.jpg","[{'id':927,'logo_path':null,'name':'Palace Pictures','origin_country':''},{'id':14,'logo_path':'/m6AHu84oZQxvq7n1rsvMNJIAsMu.png','name':'Miramax','origin_country':'US'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'}]","1991-05-03","10400000","115","[{'iso_639_1':'en','name':'English'}]","Released","","A Rage in Harlem","false","5.6","24" +"false","/5fB2t3QbeiyFHOmGhP7LevXHTJW.jpg","null","12000000","[{'id':18,'name':'Drama'}]","","293","tt0105265","en","A River Runs Through It","A River Runs Through is a cinematographically stunning true story of Norman Maclean. The story follows Norman and his brother Paul through the experiences of life and growing up, and how their love of fly fishing keeps them together despite varying life circumstances in the untamed west of Montana in the 1920's.","11.673","/xX4H1hZG9IgSRkC0LANbPQ0StJi.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1992-10-09","43440294","123","[{'iso_639_1':'en','name':'English'}]","Released","The Story of an American Family.","A River Runs Through It","false","7.1","425" +"false","/s4ytnZSjiAoCN2U5cuXkSaHqGWo.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10749,'name':'Romance'}]","","214081","tt2191082","en","A Promise","A romantic drama set in Germany just before WWI and centered on a married woman who falls in love with her husband's teacher. Separated by the war, they pledge their devotion to one another.","3.454","/uHG0mxe7HXj3o1AgrIGnTF6FvJB.jpg","[{'id':856,'logo_path':'/3tfzS2CrX6Ntbu927XzHXEPDA6y.png','name':'Wild Bunch','origin_country':'FR'},{'id':2927,'logo_path':null,'name':'Fid??lit?? Films','origin_country':''},{'id':11199,'logo_path':'/ursSXLOZaDxiZ84sEgfXbiFnYaa.png','name':'SCOPE Pictures','origin_country':'BE'},{'id':11620,'logo_path':'/f3hRdCaK1w9qH1Qs8nLd2L2bae1.png','name':'OCS','origin_country':'FR'},{'id':7456,'logo_path':null,'name':'Cofinova 6','origin_country':'FR'}]","[{'iso_3166_1':'BE','name':'Belgium'},{'iso_3166_1':'FR','name':'France'}]","2013-09-04","0","94","[{'iso_639_1':'en','name':'English'}]","Released","","A Promise","false","5.6","72" +"false","/5YEhPkNlIwpGKVIwjl1jkmA1nnU.jpg","null","14000000","[{'id':53,'name':'Thriller'},{'id':9648,'name':'Mystery'},{'id':12,'name':'Adventure'}]","","12403","tt0971209","en","A Perfect Getaway","For their honeymoon, newlyweds Cliff and Cydney head to the tropical islands of Hawaii. While journeying through the paradisaical countryside the couple encounters Kale and Cleo, two disgruntled hitchhikers and Nick and Gina, two wild but well-meaning spirits who help guide them through the lush jungles. The picturesque waterfalls and scenic mountainsides quickly give way to terror when Cliff and Cydney learn of a grisly murder that occurred nearby and realize that they're being followed by chance acquaintances that suspiciously fit the description of the killers.","7.784","/eHAdW58uNdC3y6ijaIrr7WBUrwH.jpg","[{'id':22539,'logo_path':null,'name':'Tooley Productions','origin_country':''},{'id':8853,'logo_path':null,'name':'Rogue','origin_country':''},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':11029,'logo_path':'/aEqqnFZjCW10ODE4TYQ1qkjvokr.png','name':'QED International','origin_country':'US'},{'id':1302,'logo_path':'/kQZtJdyphCmq292iGDqlUx0yk2D.png','name':'Davis Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-06-08","22852638","98","[{'iso_639_1':'en','name':'English'}]","Released","Welcome to paradise. Enter at your own risk.","A Perfect Getaway","false","6.3","607" +"false","/7jQ5uwFcMuRL7pmCVDjq7KpBwbU.jpg","{'id':8581,'name':'A Nightmare on Elm Street Collection','poster_path':'/BcgmrOz69AUBRukw5LLGeYsOgo.jpg','backdrop_path':'/xDScJToK3YDTZmxNqQ0hFTObeXq.jpg'}","8000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","10160","tt0097981","en","A Nightmare on Elm Street: The Dream Child","Alice, having survived the previous installment of the Nightmare series, finds the deadly dreams of Freddy Krueger starting once again. This time, the taunting murderer is striking through the sleeping mind of Alice's unborn child. His intention is to be ""born again"" into the real world. The only one who can stop Freddy is his dead mother, but can Alice free her spirit in time to save her own son?","11.259","/vnorsG2pKAVqIMYsDJbKoOr4CsX.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1989-08-11","22168359","89","[{'iso_639_1':'en','name':'English'}]","Released","Now Freddy???s a daddy, he???s killing for two.","A Nightmare on Elm Street: The Dream Child","false","5.4","489" +"false","/dDn5n9JbGLEthBndWtkW343BhYE.jpg","{'id':8581,'name':'A Nightmare on Elm Street Collection','poster_path':'/BcgmrOz69AUBRukw5LLGeYsOgo.jpg','backdrop_path':'/xDScJToK3YDTZmxNqQ0hFTObeXq.jpg'}","7000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","10131","tt0095742","en","A Nightmare on Elm Street 4: The Dream Master","Dream demon Freddy Krueger is resurrected from his apparent demise, and rapidly tracks down and kills the remainder of the Elm Street kids. However, Kristen, who can draw others into her dreams, wills her special ability to her friend Alice. Alice soon realizes that Freddy is taking advantage of that unknown power to pull a new group of children into his foul domain.","10.815","/gERdob60xVv0tJ1Kr3XEqqj0KFl.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-08-19","72500000","99","[{'iso_639_1':'en','name':'English'}]","Released","Terror beyond your wildest dreams.","A Nightmare on Elm Street 4: The Dream Master","false","5.8","538" +"false","/lNrbMhjhAQK9Hf4Nww7GoBezCMA.jpg","{'id':8581,'name':'A Nightmare on Elm Street Collection','poster_path':'/BcgmrOz69AUBRukw5LLGeYsOgo.jpg','backdrop_path':'/xDScJToK3YDTZmxNqQ0hFTObeXq.jpg'}","5000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","10072","tt0093629","en","A Nightmare on Elm Street 3: Dream Warriors","It's been many years since Freddy Krueger's first victim, Nancy, came face-to-face with Freddy and his sadistic, evil ways. Now, Nancy's all grown up; she's put her frightening nightmares behind her and is helping teens cope with their dreams. Too bad Freddy's decided to herald his return by invading the kids' dreams and scaring them into committing suicide.","13.987","/4aMSIhvShIkDrhOsa0WL6KFwnpD.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':1531,'logo_path':null,'name':'Smart Egg Pictures','origin_country':'GB'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1987-02-27","44793222","96","[{'iso_639_1':'en','name':'English'}]","Released","If you think you're ready for Freddy, think again!","A Nightmare on Elm Street 3: Dream Warriors","false","6.6","680" +"false","/17vWkOFksf8479W5kHRto6sR98f.jpg","null","35000000","[{'id':27,'name':'Horror'},{'id':9648,'name':'Mystery'},{'id':53,'name':'Thriller'}]","http://www.nightmareonelmstreet.com/","23437","tt1179056","en","A Nightmare on Elm Street","The film that brings back horror icon Freddy Krueger as a darker and more sinister character than ever before. While Freddy is on the prowl a group of teenagers being stalked soon learn they all have a common factor making them targets for this twisted killer.","10.025","/zPdMcikD993AQRd92iNv0Dxb67T.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':2481,'logo_path':'/nVEP2IHCDOBOldgDL4SSufitN9.png','name':'Platinum Dunes','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-04-30","115664037","95","[{'iso_639_1':'en','name':'English'}]","Released","Never Sleep Again.","A Nightmare on Elm Street","false","5.5","1347" +"false","/tJTrNDt1242xe4zlatlZfDMvWjg.jpg","{'id':8581,'name':'A Nightmare on Elm Street Collection','poster_path':'/BcgmrOz69AUBRukw5LLGeYsOgo.jpg','backdrop_path':'/xDScJToK3YDTZmxNqQ0hFTObeXq.jpg'}","3000000","[{'id':27,'name':'Horror'}]","","10014","tt0089686","en","A Nightmare on Elm Street Part 2: Freddy's Revenge","A new family moves into the house on Elm Street, and before long, the kids are again having nightmares about deceased child murderer Freddy Krueger. This time, Freddy attempts to possess a teenage boy to cause havoc in the real world, and can only be overcome if the boy's sweetheart can master her fear.","16.268","/seEMZxo6bhHWbWPNcBQfsMAk39F.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':1531,'logo_path':null,'name':'Smart Egg Pictures','origin_country':'GB'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1985-10-31","29999213","87","[{'iso_639_1':'en','name':'English'}]","Released","Someone is coming back to Elm Street!","A Nightmare on Elm Street Part 2: Freddy's Revenge","false","5.7","703" +"false","/bY2CLDUUBj3Z6LAqo4q0vOcjC0l.jpg","null","0","[{'id':10752,'name':'War'},{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","http://www.anightingalefalling.ie/","339312","tt2909748","en","A Nightingale Falling","Set against a backdrop of a turbulent, war-torn Ireland in the early 1920???s, this is a story of three people and the unfolding events from a crucial time in their extradionary and tragic lives.","0.755","/jn660NuI9sBsfm3ODD6aSpvSeA9.jpg","[{'id':52917,'logo_path':null,'name':'Mixed Bag Media','origin_country':''}]","[{'iso_3166_1':'IE','name':'Ireland'}]","2014-09-12","0","110","[{'iso_639_1':'en','name':'English'}]","Released","When love is at war.","A Nightingale Falling","false","6.6","4" +"false","/5iT4QTtcqk0aZ1S9aKICGKcwHaA.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","58547","tt1715873","en","10 Years","A group of friends reunite ten years after their high-school graduation.","6.709","/kZq3Cq3Gh0HgW1ki5oFJwxR7Wn7.jpg","[{'id':5860,'logo_path':null,'name':'Anchor Bay Films','origin_country':'US'},{'id':12292,'logo_path':'/llGRXF5WYUW2fzXg0ebCoKMXjmT.png','name':'Temple Hill Entertainment','origin_country':'US'},{'id':27050,'logo_path':null,'name':'Boss Media','origin_country':''},{'id':34035,'logo_path':null,'name':'33andOut Productions','origin_country':''},{'id':34981,'logo_path':null,'name':'Iron Horse Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-09-12","203373","100","[{'iso_639_1':'en','name':'English'}]","Released","Who Got Fat? Who Didn't Change? Who Got Rich? Who Got Hot?","10 Years","false","5.8","290" +"false","/4NSc5ZBMYuetFLpbktlcCOb7EM9.jpg","null","15000000","[{'id':53,'name':'Thriller'}]","","157849","tt1972571","en","A Most Wanted Man","A Chechen Muslim illegally immigrates to Hamburg and becomes a person of interest for a covert government team which tracks the movements of potential terrorists.","11.131","/iSMTe79efcxgI5jSFBAg6GjxEPs.jpg","[{'id':36616,'logo_path':null,'name':'Amusement Park Films','origin_country':'DE'},{'id':1632,'logo_path':'/cisLn1YAUuptXVBa0xjq7ST9cH0.png','name':'Lionsgate','origin_country':'US'},{'id':13241,'logo_path':null,'name':'Demarest Films','origin_country':''},{'id':7493,'logo_path':'/452FO4LcI6lA6bfgl6w1kQYRBlr.png','name':'FilmNation Entertainment','origin_country':'US'},{'id':191,'logo_path':null,'name':'Senator Film Produktion','origin_country':''},{'id':28275,'logo_path':'/b6VatRipyJYN52xLAV7TtzJtuXv.png','name':'The Ink Factory','origin_country':'GB'},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'},{'id':834,'logo_path':null,'name':'Potboiler Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'},{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'DE','name':'Germany'}]","2014-07-25","31554855","121","[{'iso_639_1':'en','name':'English'}]","Released","","A Most Wanted Man","false","6.5","759" +"false","/9FXK0z4jxNcGwz7ZJW1nHfK3sAY.jpg","null","2000000","[{'id':18,'name':'Drama'}]","","248688","tt2308260","en","A Night in Old Mexico","Forced to give up his land and home, Texas rancher Red Bovie isn't about to retire quietly in a dismal trailer park. Instead he hops in his Cadillac and hits the road with his estranged grandson for one last wild adventure filled with guns, women and booze. It???s just another night in Old Mexico.","3.328","/lIIBDy5TeNdyMrBvjZ7Y2SJlsR5.jpg","[{'id':19776,'logo_path':null,'name':'Prospect Park','origin_country':''},{'id':23567,'logo_path':null,'name':'VT Films','origin_country':''},{'id':23568,'logo_path':null,'name':'Flywheel & Shyster','origin_country':''},{'id':90464,'logo_path':null,'name':'Quentin Quayle Pictures','origin_country':''},{'id':21722,'logo_path':null,'name':'Maxmedia','origin_country':''},{'id':90465,'logo_path':null,'name':'Pangea Productions','origin_country':''},{'id':42819,'logo_path':null,'name':'Globomedia','origin_country':'ES'},{'id':16742,'logo_path':null,'name':'Telef??nica Studios','origin_country':'ES'}]","[{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'US','name':'United States of America'}]","2013-11-08","0","103","[{'iso_639_1':'en','name':'English'}]","Released","This cowboy ain't done yet","A Night in Old Mexico","false","5.3","41" +"false","/cPg2OJ56J6p0da12Hez5u5iiFd6.jpg","null","20000000","[{'id':80,'name':'Crime'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","http://amostviolentyear.com/","241239","tt2937898","en","A Most Violent Year","A thriller set in New York City during the winter of 1981, statistically one of the most violent years in the city's history, and centered on a the lives of an immigrant and his family trying to expand their business and capitalize on opportunities as the rampant violence, decay, and corruption of the day drag them in and threaten to destroy all they have built.","14.949","/7xvfhwi1RjF27z3TfaJFAsIaO3x.jpg","[{'id':6735,'logo_path':'/6yyByQrmTAgJv0QzZ1Eh1jiGX4R.png','name':'Participant Media','origin_country':'US'},{'id':6736,'logo_path':null,'name':'Imagenation Abu Dhabi FZ','origin_country':''},{'id':7493,'logo_path':'/452FO4LcI6lA6bfgl6w1kQYRBlr.png','name':'FilmNation Entertainment','origin_country':'US'},{'id':14861,'logo_path':null,'name':'Before the Door Pictures','origin_country':''},{'id':14862,'logo_path':'/2YobmEkVFAcw368uz6Ie1sGP2C8.png','name':'Washington Square Films','origin_country':'US'},{'id':53656,'logo_path':null,'name':'Old Bull Pictures','origin_country':''}]","[{'iso_3166_1':'AE','name':'United Arab Emirates'},{'iso_3166_1':'US','name':'United States of America'}]","2014-12-30","12007070","125","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","The result is never in question. Just the path you take to get there.","A Most Violent Year","false","6.6","767" +"false","/67qMLI58HmQ5ArBsTVBxG4KHuRJ.jpg","{'id':8581,'name':'A Nightmare on Elm Street Collection','poster_path':'/BcgmrOz69AUBRukw5LLGeYsOgo.jpg','backdrop_path':'/xDScJToK3YDTZmxNqQ0hFTObeXq.jpg'}","1800000","[{'id':27,'name':'Horror'}]","","377","tt0087800","en","A Nightmare on Elm Street","Teenagers in a small town are dropping like flies, apparently in the grip of mass hysteria causing their suicides. A cop's daughter, Nancy Thompson (Heather Langenkamp) traces the cause to child molester Fred Krueger (Robert Englund), who was burned alive by angry parents many years before. Krueger has now come back in the dreams of his killers' children, claiming their lives as his revenge. Nancy and her boyfriend, Glen (Johnny Depp), must devise a plan to lure the monster out of the realm of nightmares and into the real world...","14.753","/sXFlyjfWv544uKOJmPd2vVsaFm9.jpg","[{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'},{'id':1531,'logo_path':null,'name':'Smart Egg Pictures','origin_country':'GB'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1984-11-14","25504513","91","[{'iso_639_1':'en','name':'English'}]","Released","If Nancy Doesn't Wake Up Screaming, She Won't Wake Up At All!","A Nightmare on Elm Street","false","7.2","2295" +"false","/oi5EvMTKxhUngCveced3dwx1ctF.jpg","null","16000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'},{'id':18,'name':'Drama'}]","","4951","tt0147800","en","10 Things I Hate About You","On the first day at his new school, Cameron instantly falls for Bianca, the gorgeous girl of his dreams. The only problem is that Bianca is forbidden to date until her ill-tempered, completely un-dateable older sister Kat goes out, too. In an attempt to solve his problem, Cameron singles out the only guy who could possibly be a match for Kat: a mysterious bad boy with a nasty reputation of his own.","21","/paS5plbzKz3PYddxky6svYYz3hS.jpg","[{'id':9195,'logo_path':'/ou5BUbtulr6tIt699q6xJiEQTR9.png','name':'Touchstone Pictures','origin_country':'US'},{'id':1757,'logo_path':null,'name':'Mad Chance','origin_country':''},{'id':1783,'logo_path':null,'name':'Jaret Entertainment','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1999-03-30","53478166","97","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","How do I loathe thee? Let me count the ways.","10 Things I Hate About You","false","7.5","3724" +"false","/p0wBpjG3VlH0KSYhCvE1SXirvlO.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","126757","tt2290065","en","100 Bloody Acres","Reg and Lindsay run an organic fertiliser business. They need a fresh supply of their ""secret ingredient"" to process through the meat grinder. Reg comes across two guys and a girl with a broken-down vehicle on their way to a music festival.","3.27","/6icp1nvpudMbtRyJap76cy0UDCa.jpg","[{'id':57283,'logo_path':null,'name':'Major International Pictures','origin_country':''},{'id':56277,'logo_path':null,'name':'Cyan Films','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2012-08-04","0","91","[{'iso_639_1':'en','name':'English'}]","Released","They're not psycho killers, they're just small business operators.","100 Bloody Acres","false","6","54" +"false","/zaFeVcfUZ9pWujyAzc2Eoic7Xoa.jpg","null","0","[{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","","176068","tt2395385","en","+1","Three college friends go to the biggest party of the year, each looking for something different: love, sex and a simple human connection. When a supernatural phenomenon disrupts the party, it lights a fuse on what will become the strangest night anyone has ever seen. As the three friends struggle to find what they???re looking for, the party quickly descends into a chaos that challenges if they can stay friends or if they can even stay alive.","6.838","/48zCLzCwdQ2if7OxKa2i0RVz5sp.jpg","[{'id':1616,'logo_path':null,'name':'Process Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-09-20","0","95","[{'iso_639_1':'en','name':'English'}]","Released","Everyone wants one.","Plus One","false","5.4","121" +"false","/nzk1pdWrlL45r2O2QJcSvR62dFd.jpg","null","500000","[{'id':35,'name':'Comedy'}]","http://www.newfilmsint.com/film/bikini-model-academy/","363805","tt3208802","en","Bikini Model Academy","When T. J. and Benji, two California twenty-something best buddies, lose their girlfriends, they start a home grown bikini modeling academy to make money and meet new girls. With a little help from T.J.'s Uncle Seymour (Gary Busey), the guys begin recruiting pretty girls, until a rival modeling school owned by their old grade school enemy tries to shut them down.","2.148","/ybWEAYHNiIgpQc6dFX1kvsLplVk.jpg","[{'id':42203,'logo_path':null,'name':'New Films International','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2015-09-01","0","84","[{'iso_639_1':'en','name':'English'}]","Released","Sexy Comedy's Back!","Bikini Model Academy","false","3.5","8" +"false","/9byxVCusEBSMFy9joVrrbeaFrR4.jpg","null","0","[{'id':99,'name':'Documentary'},{'id':18,'name':'Drama'},{'id':10402,'name':'Music'}]","http://www.20000daysonearth.com/","246400","tt2920540","en","20,000 Days on Earth","A semi-fictionalized documentary about a day in the life of Australian musician Nick Cave's persona.","6.441","/pUmYsh07P2Bq6ip2RZmOq6mr2vF.jpg","[{'id':7281,'logo_path':'/vuDafYIcuoY0YyvgcqtjXOKwn6Q.png','name':'British Film Institute','origin_country':'GB'},{'id':20273,'logo_path':null,'name':'Corniche Pictures','origin_country':''},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2014-07-05","0","97","[{'iso_639_1':'en','name':'English'}]","Released","","20,000 Days on Earth","false","7.2","100" +"false","/teEKGIZC25oJBQHXQwsGBMjW2bN.jpg","{'id':9485,'name':'The Fast and the Furious Collection','poster_path':'/uv63yAGg1zETAs1XQsOQpava87l.jpg','backdrop_path':'/z5A5W3WYJc3UVEWljSGwdjDgQ0j.jpg'}","76000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","584","tt0322259","en","2 Fast 2 Furious","It's a major double-cross when former police officer Brian O'Conner teams up with his ex-con buddy Roman Pearce to transport a shipment of ""dirty"" money for shady Miami-based import-export dealer Carter Verone. But the guys are actually working with undercover agent Monica Fuentes to bring Verone down.","3.427","/pRlDjkBTFNgMpKLfhFb4nsPQNUl.jpg","[{'id':26281,'logo_path':null,'name':'Ardustry Entertainment','origin_country':''},{'id':24,'logo_path':null,'name':'Mikona Productions GmbH & Co. KG','origin_country':''},{'id':333,'logo_path':'/5xUJfzPZ8jWJUDzYtIeuPO4qPIa.png','name':'Original Film','origin_country':'US'},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-06-05","236350661","107","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'}]","Released","How Fast Do You Want It?","2 Fast 2 Furious","false","6.3","3530" +"false","/yg90WvFy6k7EtgdEgp9JZAPMmmO.jpg","null","0","[{'id':18,'name':'Drama'},{'id':878,'name':'Science Fiction'},{'id':53,'name':'Thriller'}]","","9314","tt0087803","en","Nineteen Eighty-Four","George Orwell's novel of a totalitarian future society in which a man whose daily work is rewriting history tries to rebel by falling in love.","9.543","/asqIqgy3lywRhrVv6WCdcofNWH1.jpg","[{'id':18947,'logo_path':null,'name':'Atlantic Releasing Corporation','origin_country':''},{'id':9998,'logo_path':null,'name':'Umbrella-Rosenblum Film Production','origin_country':'GB'},{'id':86083,'logo_path':null,'name':'Virgin Benelux','origin_country':''},{'id':86084,'logo_path':null,'name':'Virgin Schallplatten','origin_country':''}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","1984-10-10","0","113","[{'iso_639_1':'en','name':'English'}]","Released","George Orwell's Terrifying Vision Comes To The Screen.","Nineteen Eighty-Four","false","6.9","585" +"false","/wZsX7160l5feO646shRx3liMutx.jpg","null","61000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","http://www.2guns.net/","136400","tt1272878","en","2 Guns","A DEA agent and an undercover Naval Intelligence officer who have been tasked with investigating one another find they have been set up by the mob -- the very organization the two men believe they have been stealing money from.","13.836","/30lM3Uvzs6HOG5l4hzhwxYTWgd3.jpg","[{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'},{'id':2527,'logo_path':'/osO7TGmlRMistSQ5JZusPhbKUHk.png','name':'Marc Platt Productions','origin_country':'US'},{'id':10405,'logo_path':null,'name':'Emmett/Furla Films','origin_country':'US'},{'id':11030,'logo_path':null,'name':'Envision Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-08-02","131940411","109","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","2 Guns, 1 Bank.","2 Guns","false","6.5","2290" +"false","/mzsCdEk7w5EDqkoH3gjX6fGehsp.jpg","null","0","[{'id':18,'name':'Drama'},{'id':10752,'name':'War'}]","","47817","tt0094594","en","1969","Two rebellious youths, Ralph and Scott, find themselves struggling with adulthood as the Vietnam War rages. Feeling trapped in their small town, Scott battles with his conservative veteran father, Cliff, and Ralph deals with his desperately sexual mother, Ev. When tragic news arrives from overseas, the entire town, inspired by Ralph and Scott's antiwar efforts, reevaluates its attitude toward the war.","2.416","/baRBC4jqRayL3SxSvkrKIbAtIIb.jpg","[{'id':8172,'logo_path':'/z8wiYrvJAwbm2jcPSj8qVqWh4RP.png','name':'Atlantic Productions','origin_country':'GB'},{'id':3267,'logo_path':null,'name':'Atlantic Entertainment Group','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","1988-08-18","5979011","95","[{'iso_639_1':'en','name':'English'}]","Released","The year the country split apart and a generation came together.","1969","false","5.6","28" +"false","/8BAlJDhDpQkCjOFpoA2z2F5w6Fj.jpg","null","35000000","[{'id':35,'name':'Comedy'}]","","11519","tt0078723","en","1941","It's been six days since the attack on Pearl Harbor. Panic grips California, supposedly the next target of the Japanese forces. Everywhere in California, people are suffering from war nerves. Chaos erupts all over the state. An Army Air Corps Captain, a civilian with a deranged sense of Nationalism, civilian defenders, and a Motor Pool crew all end up chasing a Japanese sub planning to attack LA.","9.75","/wtADewuMRz7roBBx73fPsvHAiBW.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':6128,'logo_path':null,'name':'A-Team','origin_country':''},{'id':33,'logo_path':'/8lvHyhjr8oUKOOy2dKXoALWKdp0.png','name':'Universal Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1979-12-13","31755742","118","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'de','name':'Deutsch'},{'iso_639_1':'ja','name':'?????????'}]","Released","Paranoia meets pandemonium.","1941","false","5.7","247" +"false","/9dkCWLsDEvyvFZdFRGEnpGEoiai.jpg","null","0","[{'id':18,'name':'Drama'},{'id':35,'name':'Comedy'},{'id':36,'name':'History'},{'id':10402,'name':'Music'}]","","14902","tt0068156","en","1776","The film focuses on the representatives of the Thirteen original colonies who participated in the Second Continental Congress. 1776 depicts the three months of deliberation (and, oftentimes, acrimonious debate) that led up to the signing of one of the most important documents in the History of the United States, the Declaration of Independence.","2.096","/dGFA3rjttzEkgHnRS6PjPjlunnU.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1972-11-09","0","142","[{'iso_639_1':'en','name':'English'}]","Released","The award winning musical comes to the screen!","1776","false","7.2","26" +"false","/3XuoV7k3lT25xzfZofFMCjdm1v.jpg","null","20000000","[{'id':35,'name':'Comedy'}]","http://www.17againmovie.com/","16996","tt0974661","en","17 Again","On the brink of a midlife crisis, 30-something Mike O'Donnell wishes he could have a ""do-over."" And that's exactly what he gets when he wakes up one morning to find he's 17 years old again. With his adult mind stuck inside the body of a teenager, Mike actually has the chance to reverse some decisions he wishes he'd never made. But maybe they weren't so bad after all.","10.56","/ldOya8hGmN1Hi439K3qIQsfFnM9.jpg","[{'id':2378,'logo_path':null,'name':'Offspring Entertainment','origin_country':''},{'id':12,'logo_path':'/iaYpEp3LQmb8AfAtmTvpqd4149c.png','name':'New Line Cinema','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2009-03-11","136267476","102","[{'iso_639_1':'en','name':'English'}]","Released","Who says you're only young once?","17 Again","false","6.2","2790" +"false","/31SqCV9NfHvGJ8n7v60fV3oMobZ.jpg","null","55000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","","2207","tt0450232","en","16 Blocks","An aging cop is assigned the ordinary task of escorting a fast-talking witness from police custody to a courthouse, but they find themselves running the gauntlet as other forces try to prevent them from getting there.","14.411","/wpKBLDjNRddmH6N32ni4bASogt8.jpg","[{'id':1088,'logo_path':'/9WOE5AQUXbOtLU6GTwfjS8OMF0v.png','name':'Alcon Entertainment','origin_country':'US'},{'id':10405,'logo_path':null,'name':'Emmett/Furla Films','origin_country':'US'},{'id':890,'logo_path':null,'name':'Cheyenne Enterprises','origin_country':''},{'id':10885,'logo_path':null,'name':'Equity Pictures Medienfonds GmbH & Co. KG III','origin_country':''},{'id':10886,'logo_path':null,'name':'16 Block Productions','origin_country':''},{'id':431,'logo_path':null,'name':'The Donners' Company','origin_country':'US'},{'id':1020,'logo_path':'/kuUIHNwMec4dwOLghDhhZJzHZTd.png','name':'Millennium Films','origin_country':'US'},{'id':925,'logo_path':'/dIb9hjXNOkgxu4kBWdIdK8nM4w.png','name':'Nu Image','origin_country':'US'},{'id':1420,'logo_path':null,'name':'ContentFilm','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'DE','name':'Germany'}]","2006-03-01","65664721","105","[{'iso_639_1':'en','name':'English'}]","Released","For a New York cop and his witness, the distance between life and death just got very short.","16 Blocks","false","6.3","1025" +"false","/uaDyzxiCCSEr5Re3d4rGavJV5M4.jpg","null","25000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.1408-themovie.com/","3021","tt0450385","en","1408","A man who specializes in debunking paranormal occurrences checks into the fabled room 1408 in the Dolphin Hotel. Soon after settling in, he confronts genuine terror.","11.973","/4onX7UF2MPUgIpkUerLC3dpVfNZ.jpg","[{'id':435,'logo_path':null,'name':'Di Bonaventura Pictures','origin_country':'US'},{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'},{'id':308,'logo_path':'/e8F3mQM7DkJ5SfYYDp8FYzPBOGX.png','name':'The Weinstein Company','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-06-22","94679598","104","[{'iso_639_1':'en','name':'English'}]","Released","The only demons in room 1408 are those within you.","1408","false","6.6","2217" +"false","/sf9jzho2kyzCEeoYs58C8ywDIT.jpg","null","0","[{'id':27,'name':'Horror'}]","","226269","tt2991516","en","13/13/13","It's the 13th month of the 13th year of the new millennium.","3.09","/mMyl0qca67rZH7iLE1p0tigdds1.jpg","[{'id':1311,'logo_path':'/ic2bTizdzRLDVzAvN7MXdUg3WQV.png','name':'The Asylum','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-09-30","0","90","[{'iso_639_1':'en','name':'English'}]","Released","","13/13/13","false","3.7","20" +"false","/6yLVPFisDzMuF1cgmQ61e07pWaM.jpg","null","5000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","155084","tt2059171","en","13 Sins","Drowning in debt as he's about to get married, a bright but meek salesman receives a mysterious phone call informing him that he's on a hidden-camera game show where he must execute 13 tasks to receive a multi-million dollar cash prize.","8.39","/uYPy89cVgvE1ic0bN39YJrumxwo.jpg","[{'id':7405,'logo_path':'/rfnws0uY8rsNAsrLbx3gEIcYXx3.png','name':'Dimension Films','origin_country':'US'},{'id':7437,'logo_path':'/e5CcgFrdlxMUwlsS72si8q1yHBr.png','name':'IM Global','origin_country':'US'},{'id':7625,'logo_path':'/kzq4ibnNeZrp00zpBWv3st1QCOh.png','name':'Automatik Entertainment','origin_country':'US'},{'id':26470,'logo_path':null,'name':'Little Magic Films','origin_country':''},{'id':6018,'logo_path':null,'name':'Sahamongkol Film International','origin_country':''},{'id':20671,'logo_path':null,'name':'Radius-TWC','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-04-18","13809","93","[{'iso_639_1':'en','name':'English'}]","Released","You don't play the game. It plays you.","13 Sins","false","6.3","542" +"false","/cZp4eIWjREAl5E2NorNbzzIEbq7.jpg","null","3","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","122369","tt2082152","en","13 Eerie","Six ambitious forensic undergrads are pitted against one another on a scientific expedition to a remote island, vying to win an esteemed trainee position with the FBI. Unbeknownst to them, the site was formerly used as an illegal biological testing ground for life-term criminals who were then left for dead. The arrival of the students disturbs the resting place, unleashing a pack of zombie criminal convicts who systematically hunt them down, one by one.","4.655","/1u7rSRI8hMe2lJ7ZgFhxb4Qrhyo.jpg","[{'id':8583,'logo_path':null,'name':'Minds Eye Entertainment','origin_country':''},{'id':4253,'logo_path':null,'name':'Don Carmody Productions','origin_country':''}]","[{'iso_3166_1':'CA','name':'Canada'}]","2013-04-02","21","87","[{'iso_639_1':'en','name':'English'}]","Released","We prey for you","13 Eerie","false","4.6","50" +"false","/og44lh5n9NjhDJ4lSYHIYL5Byw2.jpg","null","0","[{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'}]","","44982","tt0798817","en","13","A naive young man assumes a dead man's identity and finds himself embroiled in an underground world of power, violence, and chance where men gamble behind closed doors on the lives of other men.","11.635","/8w54aZ5hLX18gqs37MIdBmyIFMN.jpg","[{'id':3782,'logo_path':null,'name':'Tax Credit Finance','origin_country':''},{'id':5860,'logo_path':null,'name':'Anchor Bay Films','origin_country':'US'},{'id':10808,'logo_path':null,'name':'Overnight Films','origin_country':''},{'id':24323,'logo_path':null,'name':'Morabito Picture Company','origin_country':''},{'id':6563,'logo_path':null,'name':'Barbarian Films','origin_country':''},{'id':22546,'logo_path':null,'name':'Magnet Media Group','origin_country':''},{'id':4634,'logo_path':null,'name':'Oceana Media Finance','origin_country':''},{'id':24322,'logo_path':null,'name':'Red Dragon Productions','origin_country':''},{'id':20659,'logo_path':null,'name':'Cinedigm','origin_country':''},{'id':22545,'logo_path':null,'name':'Magnet Media Productions','origin_country':''},{'id':88639,'logo_path':null,'name':'Number 13','origin_country':''},{'id':838,'logo_path':'/tcW3UqV46Mdq6GyaS1ydEDocEDF.png','name':'Paramount Vantage','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-03-12","3317662","97","[{'iso_639_1':'en','name':'English'}]","Released","Spin. Aim. Survive.","13","false","5.7","380" +"false","/3BY2I6iLunYRkkl8Hb3hZl8O9MQ.jpg","null","20000000","[{'id':18,'name':'Drama'},{'id':36,'name':'History'}]","","76203","tt2024544","en","12 Years a Slave","In the pre-Civil War United States, Solomon Northup, a free black man from upstate New York, is abducted and sold into slavery. Facing cruelty as well as unexpected kindnesses Solomon struggles not only to stay alive, but to retain his dignity. In the twelfth year of his unforgettable odyssey, Solomon???s chance meeting with a Canadian abolitionist will forever alter his life.","17.361","/kb3X943WMIJYVg4SOAyK0pmWL5D.jpg","[{'id':10104,'logo_path':'/hNuGhsKVlmhnwSRcmOejDBDjh6w.png','name':'New Regency Pictures','origin_country':'US'},{'id':81,'logo_path':'/8wOfUhA7vwU2gbPjQy7Vv3EiF0o.png','name':'Plan B Entertainment','origin_country':'US'},{'id':1246,'logo_path':'/lmeFQGzHEds5t2UfmODyrbf2nXm.png','name':'River Road Entertainment','origin_country':''},{'id':508,'logo_path':'/7PzJdsLGlR7oW4J0J5Xcd0pHGRg.png','name':'Regency Enterprises','origin_country':'US'},{'id':6705,'logo_path':'/5uoaxZCSYuc6KEiJgEYSWzLIFAW.png','name':'Film4 Productions','origin_country':'GB'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2013-10-18","187000000","134","[{'iso_639_1':'en','name':'English'}]","Released","The extraordinary true story of Solomon Northup","12 Years a Slave","false","7.9","6375" +"false","/uWSAdWIYHZ86SKJ4zXwL4Ir5LGu.jpg","null","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","79078","tt2015261","en","11/11/11","Jack and Melissa are frightened by their son's bizarre and violent behavior; they soon learn that he is the gateway to the Apocalypse, and it will happen on his birthday, 11-11-11.","3.068","/pXB0s6xuXgXPFCDe0yolrkGvVTq.jpg","[]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-11-01","0","87","[{'iso_639_1':'de','name':'Deutsch'}]","Released","This day will be our last","11/11/11","false","2.8","19" +"false","/kFkFiDdTGv1eb5C0P44KFUGstBA.jpg","{'id':100693,'name':'101 Dalmatians (Animated) Collection','poster_path':'/gXVX04rIAFRyqv68RaF6eCpnNOG.jpg','backdrop_path':'/rcnZbAGQsb3Hp0qPgnRalTyMJlQ.jpg'}","0","[{'id':10751,'name':'Family'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'},{'id':10402,'name':'Music'},{'id':16,'name':'Animation'}]","","13654","tt0324941","en","101 Dalmatians II: Patch's London Adventure","Being one of 101 takes its toll on Patch, who doesn't feel unique. When he's accidentally left behind on moving day, he meets his idol, Thunderbolt, who enlists him on a publicity campaign.","12.213","/ht4h6I7WwaZa1E8xzb1jE94mDvS.jpg","[{'id':3475,'logo_path':'/jTPNzDEn7eHmp3nEXEEtkHm6jLg.png','name':'Walt Disney Television Animation','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-01-21","0","70","[{'iso_639_1':'en','name':'English'}]","Released","A New Hero Unleashed.","101 Dalmatians II: Patch's London Adventure","false","5.8","537" +"false","/11ssxHGdYFKiRcfsC84ar8HcSYX.jpg","null","105000000","[{'id':12,'name':'Adventure'},{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':14,'name':'Fantasy'}]","","7840","tt0443649","en","10,000 BC","A prehistoric epic that follows a young mammoth hunter's journey through uncharted territory to secure the future of his tribe.","16.905","/rnGR3EHkL4ryhQd50XBrtRrV8nq.jpg","[{'id':347,'logo_path':null,'name':'Centropolis Entertainment','origin_country':''},{'id':923,'logo_path':'/5UQsZrfbfG2dYJbx8DxfoTr2Bvu.png','name':'Legendary Entertainment','origin_country':'US'},{'id':10884,'logo_path':null,'name':'The Department of Trade and Industry of South Africa','origin_country':''},{'id':9137,'logo_path':null,'name':'Moonlighting Films','origin_country':'ZA'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'ZA','name':'South Africa'}]","2008-02-22","266000000","109","[{'iso_639_1':'en','name':'English'}]","Released","The legend. The battle. The first hero.","10,000 BC","false","5.2","1558" +"false","/p0wBpjG3VlH0KSYhCvE1SXirvlO.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':27,'name':'Horror'}]","","126757","tt2290065","en","100 Bloody Acres","Reg and Lindsay run an organic fertiliser business. They need a fresh supply of their ""secret ingredient"" to process through the meat grinder. Reg comes across two guys and a girl with a broken-down vehicle on their way to a music festival.","3.27","/6icp1nvpudMbtRyJap76cy0UDCa.jpg","[{'id':57283,'logo_path':null,'name':'Major International Pictures','origin_country':''},{'id':56277,'logo_path':null,'name':'Cyan Films','origin_country':''}]","[{'iso_3166_1':'AU','name':'Australia'}]","2012-08-04","0","91","[{'iso_639_1':'en','name':'English'}]","Released","They're not psycho killers, they're just small business operators.","100 Bloody Acres","false","6","54" +"false","/5iT4QTtcqk0aZ1S9aKICGKcwHaA.jpg","null","0","[{'id':35,'name':'Comedy'},{'id':18,'name':'Drama'}]","","58547","tt1715873","en","10 Years","A group of friends reunite ten years after their high-school graduation.","6.709","/kZq3Cq3Gh0HgW1ki5oFJwxR7Wn7.jpg","[{'id':5860,'logo_path':null,'name':'Anchor Bay Films','origin_country':'US'},{'id':12292,'logo_path':'/llGRXF5WYUW2fzXg0ebCoKMXjmT.png','name':'Temple Hill Entertainment','origin_country':'US'},{'id':27050,'logo_path':null,'name':'Boss Media','origin_country':''},{'id':34035,'logo_path':null,'name':'33andOut Productions','origin_country':''},{'id':34981,'logo_path':null,'name':'Iron Horse Entertainment','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2011-09-12","203373","100","[{'iso_639_1':'en','name':'English'}]","Released","Who Got Fat? Who Didn't Change? Who Got Rich? Who Got Hot?","10 Years","false","5.8","290" +"false","/3C4o2ozlFAfCgx5T0mC1XKHoeUM.jpg","{'id':125570,'name':'300 Collection','poster_path':'/nKQqh6kJvPdpOJD24enD3Bm1Hy5.jpg','backdrop_path':'/mLLztGKyxSLoWjgRSpmm9W12VsU.jpg'}","110000000","[{'id':28,'name':'Action'},{'id':10752,'name':'War'},{'id':18,'name':'Drama'}]","http://www.300themovie.com/","53182","tt1253863","en","300: Rise of an Empire","Greek general Themistokles attempts to unite all of Greece by leading the charge that will change the course of the war. Themistokles faces the massive invading Persian forces led by mortal-turned-god, Xerxes and Artemesia, the vengeful commander of the Persian navy.","20.663","/gWQf5j3ZqEfOdW2rIZnkuOOva78.jpg","[{'id':923,'logo_path':'/5UQsZrfbfG2dYJbx8DxfoTr2Bvu.png','name':'Legendary Entertainment','origin_country':'US'},{'id':2994,'logo_path':null,'name':'Hollywood Gang Productions','origin_country':''},{'id':2995,'logo_path':null,'name':'Atmosphere Entertainment MM','origin_country':'US'},{'id':7636,'logo_path':'/e6uCvCNTf0nnery1iaQh6QSgpbn.png','name':'Nimar Studios','origin_country':'BG'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':9995,'logo_path':'/mAIGhOYhN4N2N0F7p4dbKhgXf3l.png','name':'Cruel & Unusual Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-03-05","337580051","102","[{'iso_639_1':'en','name':'English'}]","Released","Seize your glory!","300: Rise of an Empire","false","6","3733" +"false","/gMzVgnh1nfEaep00EdMBuC6pYRa.jpg","{'id':125570,'name':'300 Collection','poster_path':'/nKQqh6kJvPdpOJD24enD3Bm1Hy5.jpg','backdrop_path':'/mLLztGKyxSLoWjgRSpmm9W12VsU.jpg'}","65000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':10752,'name':'War'}]","http://300themovie.warnerbros.com","1271","tt0416449","en","300","Based on Frank Miller's graphic novel, ""300"" is very loosely based the 480 B.C. Battle of Thermopylae, where the King of Sparta led his army against the advancing Persians; the battle is said to have inspired all of Greece to band together against the Persians, and helped usher in the world's first democracy.","16.771","/bYR8O1H1ZlME7Dm9ysfTYZnRDpw.jpg","[{'id':449,'logo_path':null,'name':'Virtual Studios','origin_country':'US'},{'id':923,'logo_path':'/5UQsZrfbfG2dYJbx8DxfoTr2Bvu.png','name':'Legendary Entertainment','origin_country':'US'},{'id':2994,'logo_path':null,'name':'Hollywood Gang Productions','origin_country':''},{'id':2995,'logo_path':null,'name':'Atmosphere Entertainment MM','origin_country':'US'},{'id':7636,'logo_path':'/e6uCvCNTf0nnery1iaQh6QSgpbn.png','name':'Nimar Studios','origin_country':'BG'},{'id':174,'logo_path':'/ky0xOc5OrhzkZ1N6KyUxacfQsCk.png','name':'Warner Bros. Pictures','origin_country':'US'},{'id':9995,'logo_path':'/mAIGhOYhN4N2N0F7p4dbKhgXf3l.png','name':'Cruel & Unusual Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2007-03-07","422610419","117","[{'iso_639_1':'en','name':'English'}]","Released","Spartans, prepare for glory!","300","false","7.1","7853" +"false","/mP5KyEkkWj9DBxhsNumSvWMWQLR.jpg","null","0","[{'id':35,'name':'Comedy'}]","","157058","tt2417650","en","30 Nights of Paranormal Activity With the Devil Inside the Girl With the Dragon Tattoo","After a stint in a psychiatric hospital, a young woman returns to the house where her father killed the entire cast of The Artist during his exorcism.","4.589","/i3iCDcOqeUmFrhGBm31J6ZVGbJI.jpg","[{'id':2262,'logo_path':null,'name':'Silver Nitrate Films','origin_country':''},{'id':3641,'logo_path':null,'name':'Silver Nitrate Pictures','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-01-14","0","80","[{'iso_639_1':'en','name':'English'}]","Released","Based on true events... that may not have happened","30 Nights of Paranormal Activity With the Devil Inside the Girl With the Dragon Tattoo","false","3","40" +"false","/5jZlxWJjvui9zJNPrPC0t0dEw3G.jpg","null","28000000","[{'id':28,'name':'Action'},{'id':12,'name':'Adventure'},{'id':35,'name':'Comedy'}]","http://30minutesorless.com/","62206","tt1622547","en","30 Minutes or Less","Two fledgling criminals kidnap a pizza delivery guy, strap a bomb to his chest, and advise him that he has mere hours to rob a bank or else...","8.726","/hrMpGWLExvEXqFgHviLA8GUSnBB.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'},{'iso_3166_1':'DE','name':'Germany'},{'iso_3166_1':'CA','name':'Canada'}]","2011-08-11","40547440","83","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'de','name':'Deutsch'}]","Released","A lot can happen in 30 minutes.","30 Minutes or Less","false","5.6","793" +"false","/oh8diqIewgp0raZpmW5hRgXAS9s.jpg","{'id':91660,'name':'30 Days of Night Collection','poster_path':'/fRAZnIegztYTPsM9eGjSUusKUYM.jpg','backdrop_path':'/uKN4mENg8BVeKCxwWXGCvFeUim8.jpg'}","0","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.sonypictures.com/homevideo/30daysofnightdarkdays/","42941","tt1320304","en","30 Days of Night: Dark Days","After surviving the incidents in Barrow, Alaska, Stella Olemaun relocates to Los Angeles, where she intentionally attracts the attention of the local vampire population in order to avenge the death of her husband, Eben.","9.169","/y3GK3hpDNPsPN7uQ7A8GO53UJWZ.jpg","[{'id':768,'logo_path':null,'name':'Ghost House Pictures','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2010-10-04","0","92","[{'iso_639_1':'en','name':'English'}]","Released","Don't walk into the dark.","30 Days of Night: Dark Days","false","4.6","212" +"false","/o3DpXmKBjLUNrd7P1R1cyO5sQsn.jpg","{'id':91660,'name':'30 Days of Night Collection','poster_path':'/fRAZnIegztYTPsM9eGjSUusKUYM.jpg','backdrop_path':'/uKN4mENg8BVeKCxwWXGCvFeUim8.jpg'}","30000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","http://www.30daysofnight.com/","4513","tt0389722","en","30 Days of Night","This is the story of an isolated Alaskan town that is plunged into darkness for a month each year when the sun sinks below the horizon. As the last rays of light fade, the town is attacked by a bloodthirsty gang of vampires bent on an uninterrupted orgy of destruction. Only the small town's husband-and-wife Sheriff team stand between the survivors and certain destruction.","9.971","/utaOrixJukf5HrlMjmHrRhA7DKk.jpg","[{'id':24339,'logo_path':null,'name':'HorrorFlix','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':768,'logo_path':null,'name':'Ghost House Pictures','origin_country':'US'},{'id':552,'logo_path':'/9dGdLfm3GteWeUDtD9c9tvlidUG.png','name':'Dark Horse Entertainment','origin_country':'US'}]","[{'iso_3166_1':'NZ','name':'New Zealand'},{'iso_3166_1':'US','name':'United States of America'}]","2007-10-17","75505973","113","[{'iso_639_1':'en','name':'English'}]","Released","They're Coming!","30 Days of Night","false","6.3","1339" +"false","/1KVw7msDMIzwWrIkD8c2hOcqebk.jpg","null","1500000","[{'id':18,'name':'Drama'},{'id':9648,'name':'Mystery'}]","","41662","tt0075612","en","3 Women","An awkward young teen working at a spa becomes overly attached to her fellow worker, a lonely outcast. They hang out at a bar owned by a strange pregnant artist and her has-been cowboy husband. Amid emotional crises, the three woman steal and trade one another's personalities.","6.862","/uL5Yg8MEgHGXymTaJBYXn9g0xsH.jpg","[{'id':35,'logo_path':'/wxrHa3nZ1K4zo65p56991INkGo6.png','name':'Lions Gate Films','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","1977-04-03","0","124","[{'iso_639_1':'en','name':'English'}]","Released","1 woman became 2, 2 women became 3, 3 women became 1","3 Women","false","7.2","105" +"false","/aMkinTfDogzErWP4SfGZfoB3hgb.jpg","null","0","[{'id':35,'name':'Comedy'}]","","190967","tt1825784","en","3 Geezers!","Follow actor J Kimball as he researches what it's like to be old for a role in an upcoming movie. When he meets the residents at The Coconuts convalescent home, he quickly discovers that his perceptions of the elderly may be off from today's reality. After being on the wrong end of some pranks, J enlists the help of his Hollywood friends to turn the tides. Mayhem ensues.","1.118","/4uswzYm1HO0EVUBFcW1BQ4CDLCL.jpg","[{'id':17033,'logo_path':null,'name':'Rubber Tree Productions','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-05-22","0","81","[{'iso_639_1':'en','name':'English'}]","Released","It???s Cocoon meets The Hangover in this hilarious romp through the golden years.","3 Geezers!","false","4.7","13" +"false","/hMuPjDgT3MyZkGpST4vky8t0m6h.jpg","null","28000000","[{'id':28,'name':'Action'},{'id':18,'name':'Drama'},{'id':53,'name':'Thriller'},{'id':80,'name':'Crime'}]","","192102","tt2172934","en","3 Days to Kill","A dangerous international spy is determined to give up his high stakes life to finally build a closer relationship with his estranged wife and daughter. But first, he must complete one last mission - even if it means juggling the two toughest assignments yet: hunting down the world's most ruthless terrorist and looking after his teenage daughter for the first time in ten years, while his wife is out of town.","15.202","/x32ZavIG7P35e3yzmaqwg46SAjx.jpg","[{'id':4022,'logo_path':'/q6Xts6ztGkTHrY1WfHttlhL3Pfc.png','name':'Wonderland Sound and Vision','origin_country':'US'},{'id':6896,'logo_path':'/2Q89KvzxTKB5BAv9RqFIPI1qb7E.png','name':'EuropaCorp','origin_country':'FR'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'}]","[{'iso_3166_1':'FR','name':'France'},{'iso_3166_1':'US','name':'United States of America'}]","2014-02-14","52597999","113","[{'iso_639_1':'en','name':'English'}]","Released","","3 Days to Kill","false","6.1","1242" +"false","/q4GEKbi4ZO2lhZJg0Zr6kYNKQgm.jpg","{'id':1565,'name':'28 Days/Weeks Later Collection','poster_path':'/4AeGz1Jwnq6ky2kfLT95Tm8nEiw.jpg','backdrop_path':'/oLT5tHDNzb5LfytO2g7q6dF0QkC.jpg'}","15000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","","1562","tt0463854","en","28 Weeks Later","In this chilling sequel to 28 Days Later, the inhabitants of the British Isles appear to have lost their battle against the onslaught of disease, as the deadly rage virus has killed every citizen there. Six months later, a group of Americans dare to set foot on the isles, convinced the danger has come and gone. But it soon becomes all too clear that the scourge continues to live, waiting to pounce on its next victims.","15.708","/bElOpwpp45BGMWrMBdZAy9j3Vx7.jpg","[{'id':284,'logo_path':null,'name':'DNA Films','origin_country':'GB'},{'id':359,'logo_path':null,'name':'Figment Films','origin_country':''},{'id':785,'logo_path':null,'name':'Sociedad General de Cine S.A.','origin_country':''},{'id':2452,'logo_path':'/6CLoZ59fLPG7UyxQtGTqRevjf58.png','name':'UK Film Council','origin_country':'GB'},{'id':2890,'logo_path':'/sylRB38BNx3YFW3T6qV9RAXH3UU.png','name':'Fox Atomic','origin_country':''},{'id':10890,'logo_path':null,'name':'Koan Films','origin_country':''}]","[{'iso_3166_1':'ES','name':'Spain'},{'iso_3166_1':'GB','name':'United Kingdom'}]","2007-04-26","64238440","100","[{'iso_639_1':'en','name':'English'}]","Released","When days turn to weeks... the horror returns.","28 Weeks Later","false","6.5","2087" +"false","/nESF8Tw4BYnDy8PUDkF5SLIlzTJ.jpg","{'id':1565,'name':'28 Days/Weeks Later Collection','poster_path':'/4AeGz1Jwnq6ky2kfLT95Tm8nEiw.jpg','backdrop_path':'/oLT5tHDNzb5LfytO2g7q6dF0QkC.jpg'}","5000000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","","170","tt0289043","en","28 Days Later","Twenty-eight days after a killer virus was accidentally unleashed from a British research facility, a small group of London survivors are caught in a desperate struggle to protect themselves from the infected. Carried by animals and humans, the virus turns those it infects into homicidal maniacs -- and it's absolutely impossible to contain.","14.502","/xaYdxi1PBEAYvqknvAmMPK5Eff3.jpg","[{'id':284,'logo_path':null,'name':'DNA Films','origin_country':'GB'}]","[{'iso_3166_1':'GB','name':'United Kingdom'}]","2002-10-31","82719885","113","[{'iso_639_1':'es','name':'Espa??ol'},{'iso_639_1':'en','name':'English'}]","Released","His fear began when he woke up alone. His terror began when he realised he wasn't.","28 Days Later","false","7.2","3148" +"false","/gRY30dvyLhydkblpE0v3NiXt0Nj.jpg","null","30000000","[{'id':35,'name':'Comedy'},{'id':10749,'name':'Romance'}]","http://www.27dressesthemovie.com/","6557","tt0988595","en","27 Dresses","Altruistic Jane finds herself facing her worst nightmare as her younger sister announces her engagement to the man Jane secretly adores.","11.835","/zzJtHNzi1D4CPwRlPHV1TRQNXD2.jpg","[{'id':711,'logo_path':'/tEiIH5QesdheJmDAqQwvtN60727.png','name':'Fox 2000 Pictures','origin_country':'US'},{'id':158,'logo_path':'/6SHlNIype9zmyEMRsBtoueUtLsq.png','name':'Spyglass Entertainment','origin_country':'US'},{'id':6332,'logo_path':null,'name':'Dune Entertainment III','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-01-10","160259319","111","[{'iso_639_1':'en','name':'English'}]","Released","She's about to find the perfect fit.","27 Dresses","false","6.3","1841" +"false","/f7tg3qxLNPSYiqyZypRMRY3yDg2.jpg","null","13000000","[{'id':35,'name':'Comedy'}]","","107811","tt1711425","en","21 & Over","Brilliant student Jeff Chang has the most important interview of his life tomorrow. But today is still his birthday, what starts off as a casual celebration with friends evolves into a night of debauchery that risks to derail his life plan.","9.633","/wNN7MnoQn1nB1Kt8ybehJ1HCxJe.jpg","[{'id':10227,'logo_path':'/3YfRy3DBl4abcqkzGx4RVNz12yl.png','name':'Mandeville Films','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':52337,'logo_path':null,'name':'SkyLand Entertainment','origin_country':''},{'id':8852,'logo_path':null,'name':'Virgin Produced','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2013-03-01","48065672","93","[{'iso_639_1':'en','name':'English'}]","Released","Finally.","21 & Over","false","5.7","1001" +"false","/uOpFdld7CIifSEoGuRVgWqaeyFs.jpg","{'id':212562,'name':'Jump Street Collection','poster_path':'/n2YH0R0TK5g5APvWwBhhdGDR6BM.jpg','backdrop_path':'/iiAbTNYXpMadPDH4MkjUoJzcGn4.jpg'}","42000000","[{'id':28,'name':'Action'},{'id':35,'name':'Comedy'},{'id':80,'name':'Crime'}]","http://www.21jumpstreet-movie.com/","64688","tt1232829","en","21 Jump Street","In high school, Schmidt was a dork and Jenko was the popular jock. After graduation, both of them joined the police force and ended up as partners riding bicycles in the city park. Since they are young and look like high school students, they are assigned to an undercover unit to infiltrate a drug ring that is supplying high school students synthetic drugs.","17.487","/kn4FAsf2V2cMWRo2dP0pBAS3wUT.jpg","[{'id':5585,'logo_path':null,'name':'Stephen J. Cannell Productions','origin_country':''},{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'},{'id':333,'logo_path':'/5xUJfzPZ8jWJUDzYtIeuPO4qPIa.png','name':'Original Film','origin_country':'US'},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2012-03-12","201585328","109","[{'iso_639_1':'en','name':'English'}]","Released","They thought the streets were mean. Then they went back to high school.","21 Jump Street","false","6.8","6288" +"false","/9NmTVqQ9f2ltecPZgXIj4Bk2c6s.jpg","{'id':212562,'name':'Jump Street Collection','poster_path':'/n2YH0R0TK5g5APvWwBhhdGDR6BM.jpg','backdrop_path':'/iiAbTNYXpMadPDH4MkjUoJzcGn4.jpg'}","50000000","[{'id':80,'name':'Crime'},{'id':35,'name':'Comedy'},{'id':28,'name':'Action'}]","http://www.22jumpstreetmovie.com","187017","tt2294449","en","22 Jump Street","After making their way through high school (twice), big changes are in store for officers Schmidt and Jenko when they go deep undercover at a local college. But when Jenko meets a kindred spirit on the football team, and Schmidt infiltrates the bohemian art major scene, they begin to question their partnership. Now they don't have to just crack the case - they have to figure out if they can have a mature relationship. If these two overgrown adolescents can grow from freshmen into real men, college might be the best thing that ever happened to them.","12.728","/gNlV5FhDZ1PjxSv2aqTPS30GEon.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':333,'logo_path':'/5xUJfzPZ8jWJUDzYtIeuPO4qPIa.png','name':'Original Film','origin_country':'US'},{'id':2531,'logo_path':'/pC2iDCDCvV85vOBP7a5Ukxuc0Du.png','name':'Media Rights Capital','origin_country':'US'},{'id':9194,'logo_path':null,'name':'Cannell Studios','origin_country':''},{'id':34034,'logo_path':null,'name':'LStar Capital','origin_country':'US'},{'id':34035,'logo_path':null,'name':'33andOut Productions','origin_country':''},{'id':34036,'logo_path':null,'name':'JHF Productions','origin_country':''},{'id':21,'logo_path':'/mjofSXiHpG5t6KYmU4l4FrUhT7m.png','name':'Metro-Goldwyn-Mayer','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2014-06-05","188441614","112","[{'iso_639_1':'en','name':'English'}]","Released","They're not 21 anymore","22 Jump Street","false","6.9","5008" +"false","/mU8zfCOTbahNGH0ZBTCuNdX16gj.jpg","null","24000000","[{'id':28,'name':'Action'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","http://www.22bullets.co.uk/","37645","tt1167638","fr","L'Immortel","Charly Mattei?? has turned his back on his life as an outlaw. For the last three years, he's led a peaceful life devoting himself to his wife and two children. Then, one winter morning, he's left for dead in the parking garage in Marseille's Old Port, with 22 bullets in his body. Against all the odds, he doesn't die...","7.606","/wTYZjPq4YA2wC99MdHZTFQuxFpd.jpg","[{'id':6896,'logo_path':'/2Q89KvzxTKB5BAv9RqFIPI1qb7E.png','name':'EuropaCorp','origin_country':'FR'},{'id':356,'logo_path':'/9tW5wZEGotn1Ei5pErA88m47XiD.png','name':'TF1 Films Production','origin_country':'FR'}]","[{'iso_3166_1':'FR','name':'France'}]","2010-03-23","0","115","[{'iso_639_1':'en','name':'English'},{'iso_639_1':'fr','name':'Fran??ais'}]","Released","The revenge of the Professional.","22 Bullets","false","6.4","489" +"false","/i6wWaGsd1PxQq9AIK29GRHt96Pv.jpg","null","650000","[{'id':27,'name':'Horror'},{'id':53,'name':'Thriller'}]","","137145","tt1877543","pt","247??F","Four friends travel to a lakeside cabin for a carefree weekend, the fun turns into a nightmare when 3 of them end up locked in a hot sauna. Every minute counts and every degree matters as they fight for their lives in the heat up to 247??F.","4.894","/yNSE6aAS8pa2kzxDwCkpAIlNeQx.jpg","[{'id':68937,'logo_path':null,'name':'Foley Walkers Studio','origin_country':'UA'},{'id':67994,'logo_path':null,'name':'Sarke Studio','origin_country':''},{'id':67995,'logo_path':null,'name':'Imedi Films','origin_country':''}]","[{'iso_3166_1':'GE','name':'Georgia'},{'iso_3166_1':'US','name':'United States of America'}]","2011-09-01","0","90","[{'iso_639_1':'en','name':'English'}]","Released","Every Degree Matters","247??F","false","5.2","82" +"false","/lSPsevGgWT3Rqc9OMTyeEsZsOpf.jpg","null","20000000","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'},{'id':53,'name':'Thriller'}]","http://www.21-grams.com/index.php","470","tt0315733","en","21 Grams","This is the story of three gentle persons: Paul Rivers, an ailing mathematician lovelessly married to an English ??migr??; Christina Peck, an upper-middle-class suburban housewife, happily married and mother of two little girl; and Jack Jordan, an ex-convict who has found in his Christian faith the strength to raise a family. They will be brought together by a terrible accident that will change their lives. By the final frame, none of them will be the same as they will learn harsh truths about love, faith, courage, desire and guilt, and how chance can change our worlds irretrievably???forever.","12.441","/Aps7GzrYiJZKHNT524Rsg4jaXej.jpg","[{'id':10059,'logo_path':null,'name':'This Is That Productions','origin_country':''},{'id':10887,'logo_path':null,'name':'Y Productions','origin_country':''},{'id':10888,'logo_path':null,'name':'Mediana Productions Filmgesellschaft','origin_country':''}]","[{'iso_3166_1':'US','name':'United States of America'}]","2003-09-06","60427839","124","[{'iso_639_1':'en','name':'English'}]","Released","How much does life weigh?","21 Grams","false","7.3","1530" +"false","/3quapHSlorOsbkh0b6IgyCGIBni.jpg","null","35000000","[{'id':18,'name':'Drama'},{'id':80,'name':'Crime'}]","http://www.sonypictures.com/movies/21/","8065","tt0478087","en","21","Ben Campbell is a young, highly intelligent, student at M.I.T. in Boston who strives to succeed. Wanting a scholarship to transfer to Harvard School of Medicine with the desire to become a doctor, Ben learns that he cannot afford the $300,000 for the four to five years of schooling as he comes from a poor, working-class background. But one evening, Ben is introduced by his unorthodox math professor Micky Rosa into a small but secretive club of five. Students Jill, Choi, Kianna, and Fisher, who are being trained by Professor Rosa of the skill of card counting at blackjack.","12.705","/4zKAgycQDJD2zIkmPYV3aMR8tEy.jpg","[{'id':5,'logo_path':'/71BqEFAF4V3qjjMPCpLuyJFB9A.png','name':'Columbia Pictures','origin_country':'US'},{'id':7295,'logo_path':'/5MYE96QiE5a5oFhXxFb4y8ILSpw.png','name':'Relativity Media','origin_country':'US'}]","[{'iso_3166_1':'US','name':'United States of America'}]","2008-03-27","69823199","123","[{'iso_639_1':'en','name':'English'}]","Released","They proved the Vegas Blackjack System was beatable...by beating the hell out of it.","21","false","6.6","2255" +"false","/vNxtjmr4jihOlFg6g07n2Nf4xNl.jpg","null","0","[{'id':28,'name':'Action'},{'id':53,'name':'Thriller'},{'id':878,'name':'Science Fiction'}]","","277399","tt3481210","it","2047 - Sights of Death","The year is 2047. Our planet is ruled by the repressive Confederate Central Government (CCG). Ryan is a Green War rebel agent sent on a mission by Sponge to collect evidence against the CCG for its heinous crimes. Ryan soon faces the sinister Colonel Asimov, Major Anderson and a group of mercenaries lead by Lobo. His mission quickly turns chaotic when he meets Tuage, a mutant survivor of the CCG rebellion who swears to help Ryan save what is left of their world ??? or does she?","2.216","/d3YAZI9XnjYG56UQPj8nT2z7Dnh.jpg","[{'id':37517,'logo_path':null,'name':'Monika Bacardi','origin_country':''},{'id':27753,'logo_path':null,'name':'Ambi Pictures','origin_country':''},{'id':37518,'logo_path':null,'name':'Red New Line','origin_country':''}]","[{'iso_3166_1':'IT','name':'Italy'}]","2014-06-13","0","85","[{'iso_639_1':'en','name':'English'}]","Released","Kill or Be Killed","2047: Sights of Death","false","2.7","25" diff --git a/src/index.js b/src/index.js index b17c5b6..417823b 100644 --- a/src/index.js +++ b/src/index.js @@ -21,21 +21,21 @@ let ME_USER_ID = 0; let moviesMetaDataPromise = new Promise((resolve) => fs - .createReadStream('./src/data/movies_metadata.csv') + .createReadStream('./src/data/MovieLens/movies_metadata.csv') .pipe(csv({ headers: true })) .on('data', fromMetaDataFile) .on('end', () => resolve(MOVIES_META_DATA))); let moviesKeywordsPromise = new Promise((resolve) => fs - .createReadStream('./src/data/keywords.csv') + .createReadStream('./src/data/MovieLens/keywords.csv') .pipe(csv({ headers: true })) .on('data', fromKeywordsFile) .on('end', () => resolve(MOVIES_KEYWORDS))); let ratingsPromise = new Promise((resolve) => fs - .createReadStream('./src/data/ratings_small.csv') + .createReadStream('./src/data/MovieLens/ratings_small.csv') .pipe(csv({ headers: true })) .on('data', fromRatingsFile) .on('end', () => resolve(RATINGS))); @@ -91,13 +91,12 @@ function init([ moviesMetaData, moviesKeywords, ratings ]) { let ME_USER_RATINGS = [ addUserRating(ME_USER_ID, 'Terminator 3: Rise of the Machines', '5.0', MOVIES_IN_LIST), - addUserRating(ME_USER_ID, 'Jarhead', '4.0', MOVIES_IN_LIST), + addUserRating(ME_USER_ID, 'Kill Bill: Vol. 1', '4.0', MOVIES_IN_LIST), addUserRating(ME_USER_ID, 'Back to the Future Part II', '3.0', MOVIES_IN_LIST), - addUserRating(ME_USER_ID, 'Jurassic Park', '4.0', MOVIES_IN_LIST), + addUserRating(ME_USER_ID, 'Casino Royale', '4.0', MOVIES_IN_LIST), addUserRating(ME_USER_ID, 'Reservoir Dogs', '3.0', MOVIES_IN_LIST), addUserRating(ME_USER_ID, 'Men in Black II', '3.0', MOVIES_IN_LIST), addUserRating(ME_USER_ID, 'Bad Boys II', '5.0', MOVIES_IN_LIST), - addUserRating(ME_USER_ID, 'Sissi', '1.0', MOVIES_IN_LIST), addUserRating(ME_USER_ID, 'Titanic', '1.0', MOVIES_IN_LIST), ]; diff --git a/src/preparation/movies.js b/src/preparation/movies.js index 03bb2d4..8058e68 100644 --- a/src/preparation/movies.js +++ b/src/preparation/movies.js @@ -78,7 +78,9 @@ export function prepareDictionaries(movies) { export function scaleFeatures(X, means, ranges) { return X.map((row) => { return row.map((feature, key) => { - return (feature - means[key]) / ranges[key]; + let z = (feature - means[key]) / ranges[key]; + if(isNaN(z)){return 0;} + return z; }); }); }; From 97a71157f038f895a5be307453aa72b841cac336 Mon Sep 17 00:00:00 2001 From: Milad Nourizade Date: Mon, 24 Aug 2020 12:09:58 +0430 Subject: [PATCH 2/2] Add Regularized Linear Regression --- .DS_Store | Bin 6148 -> 6148 bytes README.md | 6 +++++- src/.DS_Store | Bin 6148 -> 6148 bytes src/strategies/linearRegression.js | 23 ++++++++++++++++++----- 4 files changed, 23 insertions(+), 6 deletions(-) diff --git a/.DS_Store b/.DS_Store index de58063d082c1c04e9708db51d819923a46d69c5..3b6a746e08dc54cb9abc7f833fb4eca1b6afcfe8 100644 GIT binary patch delta 46 zcmZoMXffEJ&B}OUvJPtlmw0uxk(rKyv60#2?X0qlGbUeUm1mr}`75gs(`Gh~fBXPW Coep*Y delta 97 zcmZoMXffEJ&B}OkvJPv5r$lwNp@oT#f{~?Rt&T#qxw(Okf{BGuZ7nBM8XF_ge hRdr2m-Ao2BU}S{Q4E#_UM$Ov%g;j`YGdss$egJ}o6oCK$ diff --git a/README.md b/README.md index c0720fa..9b1215f 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,13 @@ **New Update** +- Added Regularized Linear Regression . + + > Further reading : [Overfitting and Regularization](https://machinelearningmedium.com/2017/09/08/overfitting-and-regularization/) + - Added [YTS Movies](https://www.kaggle.com/miladnourizade/ytsyifytorrent-movies) which is collected from official YIFY torrent movies(yts.am). -> YTS movies dataset is available just for content based recommendation . + > YTS movies dataset is available just for content based recommendation . A recommender system in JavaScript built with NodeJs. It uses the popular [MovieLens](https://www.kaggle.com/rounakbanik/the-movies-dataset/data) database which includes information about movies and ratings of users. The recommender system implements the following recommendation strategies: diff --git a/src/.DS_Store b/src/.DS_Store index d0b70d9ae02504a993d1b4a2af8c960e8729707c..7088e5c2c691ace4a06fe8fbbbb4041ec305a299 100644 GIT binary patch delta 67 zcmZoMXffEZgO&04Mi!I1*ku`~Pflc$XPhy)k*#*}4%SvSGaUtE WBQucHwpKP{9R(u;%gG(=j+2|&swR80v~U<%fCMc}fr7G=zp$uGKFMyg JnVsV=KL8em5?cTO diff --git a/src/strategies/linearRegression.js b/src/strategies/linearRegression.js index e27b42e..275a237 100644 --- a/src/strategies/linearRegression.js +++ b/src/strategies/linearRegression.js @@ -3,6 +3,7 @@ import math from 'mathjs'; import { sortByScore } from './common'; const LEARNING_RATE = 0.03; +const LAMBDA = 0.01; const LEARNING_ITERATIONS = 750; function predictWithLinearRegression(X, MOVIES_IN_LIST, ratings) { @@ -46,6 +47,7 @@ function predictWithLinearRegression(X, MOVIES_IN_LIST, ratings) { training.y, theta, LEARNING_RATE, + LAMBDA, LEARNING_ITERATIONS ); @@ -62,20 +64,21 @@ function predictWithLinearRegression(X, MOVIES_IN_LIST, ratings) { return sortByScore(predictedRatings); } -export function gradientDescent(X, y, theta, ALPHA, ITERATIONS) { +export function gradientDescent(X, y, theta, ALPHA, LAMBDA, ITERATIONS) { const m = y.length; for (let i = 0; i < ITERATIONS; i++) { - theta = math.eval(`theta - ALPHA / m * ((X * theta - y)' * X)'`, { + theta = math.eval(`theta * (1 - (ALPHA * LAMBDA / m)) - ALPHA / m * ((X * theta - y)' * X)'`, { theta, ALPHA, + LAMBDA, m, X, y, }); if (i % 50 === 0) { - const cost = computeCost(X, y, theta); + const cost = computeCost(X, y, theta, LAMBDA); console.log(`Cost after ${i} of trained ${ITERATIONS}: ${cost}`); } } @@ -91,7 +94,7 @@ export function getPredictedRatings(theta, X) { }) } -export function computeCost(X, y, theta) { +export function computeCost(X, y, theta, LAMBDA) { let m = y.length; let predictions = math.eval('X * theta', { @@ -104,9 +107,19 @@ export function computeCost(X, y, theta) { y, }); - let J = math.eval(`1 / (2 * m) * sum(sqrErrors)`, { + let sqrTheta = math.eval('(theta).^2', { + theta + }); + let thetaZero = theta[0] + sqrTheta[0] = thetaZero + + + let J = math.eval(`1 / (2 * m) * (sum(sqrErrors) + LAMBDA * (sum(sqrTheta) - thetaZero))`, { m, sqrErrors, + LAMBDA, + sqrTheta, + thetaZero }); return J;